From 4c8a8905da72083e2bdda50ed1de6267efaba3df Mon Sep 17 00:00:00 2001 From: Keigh Rim Date: Mon, 28 Jul 2025 15:01:50 -0400 Subject: [PATCH] fixed bug with handling "list of ID" props in 1.0.x MMIF --- mmif/serialize/view.py | 4 +- tests/mmif_examples.py | 4 +- tests/samples/1.0/swt.mmif | 889704 ++++++++++++++++++++++++++++++++++ 3 files changed, 889709 insertions(+), 3 deletions(-) create mode 100644 tests/samples/1.0/swt.mmif diff --git a/mmif/serialize/view.py b/mmif/serialize/view.py index 1eb33dc1..d8821c5b 100644 --- a/mmif/serialize/view.py +++ b/mmif/serialize/view.py @@ -83,13 +83,13 @@ def _fix_old_short_ids(self): propv = self.metadata.contains[annotation.at_type][propk] if isinstance(propv, list): for i, item in enumerate(propv): - if propv not in mmif_docs and self.id_delimiter not in item: + if item not in mmif_docs and self.id_delimiter not in item: propv[i] = f"{self.id}{self.id_delimiter}{item}" if propk in annotation.properties: propv = annotation.properties[propk] if isinstance(propv, list): for i, item in enumerate(propv): - if propv not in mmif_docs and self.id_delimiter not in item: + if item not in mmif_docs and self.id_delimiter not in item: propv[i] = f"{self.id}{self.id_delimiter}{item}" self.annotations.append(annotation) diff --git a/tests/mmif_examples.py b/tests/mmif_examples.py index c4004d38..5635d144 100644 --- a/tests/mmif_examples.py +++ b/tests/mmif_examples.py @@ -15,6 +15,7 @@ old_mmif_w_short_id = f"https://raw.githubusercontent.com/clamsproject/mmif/1.0.5/specifications/samples/everything/raw.json" EVERYTHING_JSON = request.urlopen(everything_file_url).read().decode('utf-8') OLD_SHORTID_JSON = request.urlopen(old_mmif_w_short_id).read().decode('utf-8') +SWT_1_0_JSON = open('tests/samples/1.0/swt.mmif').read() # for keys and values in chain all typevers in mmif.vocabulary.*_types modules # merge into a single dict @@ -24,7 +25,8 @@ MMIF_EXAMPLES = { 'everything': Template(EVERYTHING_JSON), - 'old_shortid': Template(OLD_SHORTID_JSON), + 'mmif_old_shortid': Template(OLD_SHORTID_JSON), + 'mmif_swt_1_0': Template(SWT_1_0_JSON), } FRACTIONAL_EXAMPLES = { 'doc_only': Template("""{ diff --git a/tests/samples/1.0/swt.mmif b/tests/samples/1.0/swt.mmif new file mode 100644 index 00000000..75df98d0 --- /dev/null +++ b/tests/samples/1.0/swt.mmif @@ -0,0 +1,889704 @@ +{ + "metadata": { + "mmif": "http://mmif.clams.ai/1.0.4" + }, + "documents": [ + { + "@type": "http://mmif.clams.ai/vocabulary/VideoDocument/v1", + "properties": { + "mime": "video", + "id": "m1", + "location": "file:///data/cpb-aacip-225-12z34w2c.mp4" + } + } + ], + "views": [ + { + "id": "v_0", + "metadata": { + "timestamp": "2025-04-20T23:39:11.465689", + "app": "http://apps.clams.ai/swt-detection/v7.4", + "contains": { + "http://mmif.clams.ai/vocabulary/TimePoint/v4": { + "document": "m1", + "timeUnit": "milliseconds", + "labelset": [ + "B", + "S", + "I", + "C", + "R", + "M", + "O", + "W", + "N", + "Y", + "U", + "K", + "L", + "G", + "F", + "E", + "T", + "P", + "-" + ] + } + }, + "parameters": { + "useClassifier": "true", + "tpModelName": "convnext_small", + "tpUsePosModel": "true", + "tpStartAt": "0", + "tpStopAt": "9000000", + "tpSampleRate": "125", + "useStitcher": "true", + "tfMinTPScore": "0.05", + "tfMinTFScore": "0.2", + "tfMinTFDuration": "1900", + "tfAllowOverlap": "false", + "tfLabelMap": "['I:chyron', 'Y:chyron', 'N:chyron']", + "tfLabelMapPreset": "nopreset", + "pretty": "true" + }, + "appConfiguration": { + "useClassifier": true, + "tpModelName": "convnext_small", + "tpUsePosModel": true, + "tpStartAt": 0, + "tpStopAt": 9000000, + "tpSampleRate": 125, + "useStitcher": true, + "tfMinTPScore": 0.05, + "tfMinTFScore": 0.2, + "tfMinTFDuration": 1900, + "tfAllowOverlap": false, + "tfDynamicSceneLabels": [ + "credit", + "credits" + ], + "tfLabelMap": { + "I": "chyron", + "Y": "chyron", + "N": "chyron" + }, + "tfLabelMapPreset": "nopreset", + "pretty": true, + "runningTime": false, + "hwFetch": false + } + }, + "annotations": [ + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 0, + "label": "-", + "classification": { + "B": 3.10714440843185e-08, + "S": 3.4318428099311404e-09, + "I": 3.172048778157799e-12, + "C": 6.258531193292782e-11, + "R": 1.9375169524327163e-10, + "M": 1.2426029570633546e-05, + "O": 7.535970325989183e-06, + "W": 1.4964890437951794e-10, + "N": 2.6955057482673083e-15, + "Y": 1.4696776133860112e-06, + "U": 1.6248152600679473e-16, + "K": 1.4800304294686671e-18, + "L": 2.7743335522245616e-06, + "G": 4.300788077671314e-06, + "F": 5.943169981037499e-06, + "E": 4.7601744594671924e-12, + "T": 2.4585372102592373e-06, + "P": 2.1656688886650954e-07, + "-": 0.9999629259109497 + }, + "id": "tp_1" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 133, + "label": "-", + "classification": { + "B": 9.473139783722218e-08, + "S": 9.226830854913715e-09, + "I": 1.2099413693178462e-09, + "C": 7.902229426370866e-10, + "R": 1.0154698193431955e-09, + "M": 1.0179934406551183e-06, + "O": 3.809970166912535e-06, + "W": 2.4962181210952394e-09, + "N": 3.0832719190299063e-12, + "Y": 2.538056094181229e-07, + "U": 1.2729242302150084e-13, + "K": 8.795811941041717e-16, + "L": 1.9038336063204042e-07, + "G": 4.3454184606162016e-07, + "F": 1.122236244555097e-05, + "E": 1.1433775037872351e-09, + "T": 4.7433101713068027e-07, + "P": 0.00025152653688564897, + "-": 0.9997310042381287 + }, + "id": "tp_2" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 267, + "label": "-", + "classification": { + "B": 2.844050686690025e-05, + "S": 8.593086931796279e-06, + "I": 5.635988342689302e-10, + "C": 2.038624408173817e-10, + "R": 2.5016668736554948e-09, + "M": 0.00012761585821863264, + "O": 0.000756469729822129, + "W": 4.89772219225415e-07, + "N": 5.407112691618865e-12, + "Y": 2.1001685581722995e-06, + "U": 7.158499731570525e-14, + "K": 1.0333150799924262e-15, + "L": 5.2352170314406976e-05, + "G": 9.794744073587935e-06, + "F": 6.088853479013778e-05, + "E": 1.5226604421769707e-09, + "T": 1.1256105608481448e-05, + "P": 1.3266374480735976e-05, + "-": 0.9989287257194519 + }, + "id": "tp_3" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 400, + "label": "-", + "classification": { + "B": 2.7770530763859824e-08, + "S": 8.280622021406003e-11, + "I": 1.4023520122918853e-09, + "C": 3.639198942195776e-10, + "R": 1.0541399003693996e-10, + "M": 1.7253552186957677e-07, + "O": 1.6219732401623332e-07, + "W": 4.144994764088139e-11, + "N": 7.711714296657068e-13, + "Y": 7.356904063726688e-08, + "U": 5.4279050329918144e-14, + "K": 1.2931987013879487e-17, + "L": 3.4077189070558234e-08, + "G": 1.591481577634113e-07, + "F": 3.0122455996206554e-07, + "E": 2.4512245011543143e-10, + "T": 6.737346325280669e-07, + "P": 0.0006756047368980944, + "-": 0.999322772026062 + }, + "id": "tp_4" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 501, + "label": "-", + "classification": { + "B": 2.1451124609939143e-07, + "S": 4.984309498468065e-08, + "I": 2.288058197769116e-12, + "C": 1.229895629784039e-10, + "R": 1.2071384170031507e-10, + "M": 0.0001299450232181698, + "O": 3.032268250535708e-05, + "W": 7.284531866602606e-10, + "N": 5.077850286924019e-15, + "Y": 1.433262355021725e-06, + "U": 5.285987524062531e-17, + "K": 3.439813413304055e-18, + "L": 1.7455298802815378e-05, + "G": 2.3542314011137933e-05, + "F": 0.00018119343440048397, + "E": 1.31340396891666e-10, + "T": 6.0553302319021896e-06, + "P": 3.2649469972056977e-07, + "-": 0.9996095299720764 + }, + "id": "tp_5" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 634, + "label": "-", + "classification": { + "B": 5.321015295045584e-10, + "S": 1.3577940161102475e-10, + "I": 1.5208950765455143e-10, + "C": 1.220885947894601e-09, + "R": 4.3335196542315657e-10, + "M": 1.583080347700161e-06, + "O": 1.628286696586656e-07, + "W": 1.7009768593645447e-11, + "N": 9.008946881680288e-14, + "Y": 4.3139232275279937e-07, + "U": 4.203803341399411e-15, + "K": 1.8183452155077118e-16, + "L": 3.6027664407356497e-08, + "G": 6.740705202901154e-07, + "F": 1.2855050044890959e-05, + "E": 1.6449878958990638e-10, + "T": 6.057612722543126e-07, + "P": 1.77694655576488e-05, + "-": 0.9999659061431885 + }, + "id": "tp_6" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 767, + "label": "-", + "classification": { + "B": 3.746334839571652e-11, + "S": 3.9680436020317345e-11, + "I": 8.588946394383346e-12, + "C": 4.4862478315588206e-11, + "R": 6.919245124775708e-12, + "M": 1.7650354777742905e-07, + "O": 2.151145395146159e-08, + "W": 1.9191754088709878e-11, + "N": 5.859336860104467e-14, + "Y": 1.168580325838775e-07, + "U": 5.70059229787717e-15, + "K": 1.4933800723815338e-13, + "L": 4.608108061798788e-10, + "G": 7.209548869013815e-08, + "F": 1.7835895050666295e-05, + "E": 6.191985119086141e-11, + "T": 8.959803494690277e-07, + "P": 1.1343251571815927e-05, + "-": 0.999969482421875 + }, + "id": "tp_7" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 901, + "label": "-", + "classification": { + "B": 0.0001297664421144873, + "S": 0.00019291472563054413, + "I": 6.761940767319174e-07, + "C": 1.3792752042718348e-06, + "R": 4.145371804042952e-06, + "M": 0.001446050126105547, + "O": 0.0029188429471105337, + "W": 1.7127413229900412e-05, + "N": 1.9824017982728037e-08, + "Y": 0.0004008467367384583, + "U": 4.528482921983823e-09, + "K": 9.275566426047988e-10, + "L": 0.0013469166588038206, + "G": 0.000880276842508465, + "F": 0.0013398433802649379, + "E": 3.1943429235070653e-07, + "T": 0.0013692997163161635, + "P": 0.0004491219006013125, + "-": 0.9895025491714478 + }, + "id": "tp_8" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1001, + "label": "-", + "classification": { + "B": 0.0001164681525551714, + "S": 0.00026359484763816, + "I": 6.902378117956687e-07, + "C": 5.605247466178298e-08, + "R": 2.507956367026054e-07, + "M": 0.0005122249131090939, + "O": 0.002105070510879159, + "W": 1.654101833992172e-05, + "N": 3.4426715700419663e-08, + "Y": 3.4537853935034946e-05, + "U": 3.962328243289903e-10, + "K": 7.62492402550663e-10, + "L": 6.74382972647436e-05, + "G": 8.305904339067638e-05, + "F": 0.0010559476213529706, + "E": 7.729987032689678e-07, + "T": 9.407201287103817e-05, + "P": 0.0012733364710584283, + "-": 0.9943759441375732 + }, + "id": "tp_9" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1134, + "label": "-", + "classification": { + "B": 2.9846734861394e-08, + "S": 6.056799861653417e-08, + "I": 5.43114197171235e-07, + "C": 4.6653831908827215e-09, + "R": 8.366377812762948e-09, + "M": 2.4876053430489264e-06, + "O": 3.949787696910789e-06, + "W": 2.4160712541743123e-08, + "N": 3.0377920179347484e-09, + "Y": 2.4443870643153787e-05, + "U": 2.5142781953646498e-11, + "K": 7.633549348184943e-11, + "L": 5.2319546028911645e-08, + "G": 2.6779816835187376e-06, + "F": 0.00022121465008240193, + "E": 2.2878655414615423e-08, + "T": 2.073642099276185e-05, + "P": 0.004213040694594383, + "-": 0.9955106973648071 + }, + "id": "tp_10" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1268, + "label": "-", + "classification": { + "B": 5.869560936844209e-06, + "S": 1.7663815299329144e-08, + "I": 1.1711645875323029e-08, + "C": 6.513985462142102e-10, + "R": 6.750400238786369e-10, + "M": 7.497434125980362e-05, + "O": 1.6642075934214517e-05, + "W": 1.4074972298772082e-09, + "N": 1.3067327168242437e-12, + "Y": 2.227696086265496e-06, + "U": 1.654616182023179e-14, + "K": 2.6392984153627463e-17, + "L": 4.3722034206439275e-06, + "G": 1.01800842458033e-05, + "F": 1.7832022649599821e-06, + "E": 1.9987522748010633e-09, + "T": 7.232949428725988e-06, + "P": 1.2172155038570054e-05, + "-": 0.9998644590377808 + }, + "id": "tp_11" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1401, + "label": "-", + "classification": { + "B": 2.396807394688949e-05, + "S": 9.234268349977981e-10, + "I": 1.0611019441580938e-12, + "C": 4.035088235765372e-12, + "R": 3.810971069967417e-12, + "M": 3.2269781513605267e-06, + "O": 1.4051074685994536e-06, + "W": 3.062716399937493e-11, + "N": 1.251307082251099e-16, + "Y": 1.7527515439041963e-08, + "U": 9.295053358676749e-18, + "K": 4.934673070697685e-22, + "L": 7.988695074345742e-07, + "G": 6.274364636738028e-07, + "F": 1.8858416694911284e-07, + "E": 3.846131312740253e-12, + "T": 1.582504722819067e-07, + "P": 7.281215061993862e-07, + "-": 0.9999688863754272 + }, + "id": "tp_12" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1502, + "label": "-", + "classification": { + "B": 5.9044330555479974e-05, + "S": 1.738827813824173e-05, + "I": 7.850028964639932e-07, + "C": 1.6957024229213857e-07, + "R": 4.310610393076786e-07, + "M": 0.00068717822432518, + "O": 0.00035626936005428433, + "W": 2.4380083232244942e-06, + "N": 1.1563382251722487e-08, + "Y": 0.0006542199989780784, + "U": 4.6556763999561213e-10, + "K": 7.69231289776684e-10, + "L": 5.371588486013934e-05, + "G": 0.00023569018230773509, + "F": 0.0013008950045332313, + "E": 1.3210659517426393e-06, + "T": 0.0003731227188836783, + "P": 0.00018373171042185277, + "-": 0.9960734844207764 + }, + "id": "tp_13" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1635, + "label": "-", + "classification": { + "B": 0.0002313625591341406, + "S": 3.5105024664972007e-08, + "I": 1.7276960306844558e-07, + "C": 4.5337236187492636e-09, + "R": 9.304438330914877e-10, + "M": 0.00042977018165402114, + "O": 3.992901474703103e-05, + "W": 4.169427025857431e-09, + "N": 2.0759978458517736e-10, + "Y": 8.139042506627447e-07, + "U": 1.0555226397784834e-12, + "K": 9.527196965378325e-17, + "L": 1.1586300388444215e-05, + "G": 1.942361814144533e-05, + "F": 2.9319753025447426e-07, + "E": 6.293462320172694e-07, + "T": 2.2630014427704737e-05, + "P": 0.0027835925575345755, + "-": 0.9964597821235657 + }, + "id": "tp_14" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1768, + "label": "-", + "classification": { + "B": 2.736924464841195e-09, + "S": 2.17838214133792e-09, + "I": 2.722075342909136e-10, + "C": 1.9130796946598139e-10, + "R": 1.0558220270295848e-10, + "M": 1.0227648090221919e-05, + "O": 1.0068328037959873e-06, + "W": 4.602440928369589e-10, + "N": 7.671575505928396e-13, + "Y": 1.3468480801748228e-06, + "U": 8.516488702410216e-14, + "K": 5.924330121663763e-15, + "L": 8.262885131671283e-08, + "G": 3.6399507052919944e-07, + "F": 9.804431101656519e-06, + "E": 2.2722802806018905e-10, + "T": 8.751409040996805e-06, + "P": 1.0760577424662188e-05, + "-": 0.9999576807022095 + }, + "id": "tp_15" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1902, + "label": "-", + "classification": { + "B": 2.689463984850704e-09, + "S": 1.8398457757307085e-10, + "I": 7.198823568504986e-12, + "C": 2.2762501519085765e-12, + "R": 6.845736000640756e-13, + "M": 4.083095106466317e-08, + "O": 4.89542664183773e-08, + "W": 8.952452494603858e-12, + "N": 3.214226776990063e-14, + "Y": 8.446685129115394e-09, + "U": 1.3341344636961567e-16, + "K": 1.540695193848816e-17, + "L": 5.56582890887114e-10, + "G": 7.876975516296625e-09, + "F": 8.147707717398589e-07, + "E": 4.215738522161949e-11, + "T": 7.391317069505021e-08, + "P": 4.186216392554343e-05, + "-": 0.9999570846557617 + }, + "id": "tp_16" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2002, + "label": "-", + "classification": { + "B": 0.00017992424545809627, + "S": 4.0425144106848165e-05, + "I": 8.496912187183625e-07, + "C": 3.566470496707552e-08, + "R": 1.4036662321359472e-07, + "M": 0.0033191132824867964, + "O": 0.0015255265170708299, + "W": 3.4180893635493703e-06, + "N": 4.5020112082738706e-09, + "Y": 0.00011422304669395089, + "U": 1.0434150071736426e-10, + "K": 4.239353226104248e-12, + "L": 0.0002910263719968498, + "G": 0.00022576404444407672, + "F": 0.0004238676920067519, + "E": 4.178170627255895e-07, + "T": 0.00028218436636961997, + "P": 0.0003897261049132794, + "-": 0.9932032823562622 + }, + "id": "tp_17" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2135, + "label": "-", + "classification": { + "B": 0.2419043630361557, + "S": 5.272313137538731e-05, + "I": 4.32238311987021e-06, + "C": 2.6068846636917442e-05, + "R": 1.908165359054692e-05, + "M": 0.03625289350748062, + "O": 0.009328084997832775, + "W": 8.336061910085846e-06, + "N": 4.70489824877518e-09, + "Y": 3.9167352952063084e-05, + "U": 2.4026236555840796e-09, + "K": 1.3187699901291011e-14, + "L": 0.07375042140483856, + "G": 0.006027990952134132, + "F": 2.7634918296826072e-05, + "E": 1.971283609236707e-06, + "T": 0.0006859572604298592, + "P": 0.00043995503801852465, + "-": 0.6314311027526855 + }, + "id": "tp_18" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2269, + "label": "-", + "classification": { + "B": 6.776553362897175e-08, + "S": 2.9993341854606115e-07, + "I": 1.5129382191503282e-09, + "C": 1.9270150630745775e-07, + "R": 2.018529841052441e-07, + "M": 6.592054705834016e-05, + "O": 4.942694795317948e-05, + "W": 2.3877079868839246e-08, + "N": 1.196575824535806e-11, + "Y": 1.2158019671915099e-05, + "U": 1.1380750942341367e-12, + "K": 1.659531073758963e-13, + "L": 2.417198265902698e-05, + "G": 4.4176882511237636e-05, + "F": 0.00010903445945587009, + "E": 1.0516880699640296e-09, + "T": 0.00011507408635225147, + "P": 6.90580145601416e-06, + "-": 0.9995723366737366 + }, + "id": "tp_19" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2402, + "label": "-", + "classification": { + "B": 2.0732679786306107e-06, + "S": 4.252531837778406e-08, + "I": 1.5311444201415725e-07, + "C": 1.9643714210815233e-07, + "R": 6.18008471064968e-08, + "M": 5.095012238598429e-05, + "O": 1.7866526832222007e-05, + "W": 1.0917739601268295e-08, + "N": 4.3616013578606783e-10, + "Y": 8.976693607110064e-06, + "U": 4.9950023284228706e-11, + "K": 2.572249054380582e-13, + "L": 7.608995929331286e-06, + "G": 5.8674337196862325e-05, + "F": 5.895647336728871e-05, + "E": 9.176633852803207e-08, + "T": 4.266809264663607e-05, + "P": 0.0012905129697173834, + "-": 0.9984612464904785 + }, + "id": "tp_20" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2503, + "label": "-", + "classification": { + "B": 1.919944588735234e-05, + "S": 4.83136830098374e-07, + "I": 8.879718649268398e-08, + "C": 6.357900588227494e-07, + "R": 8.355008276339504e-07, + "M": 0.0011443884577602148, + "O": 9.876069816527888e-05, + "W": 7.123007605969178e-08, + "N": 1.6040350991897157e-10, + "Y": 6.37211196590215e-05, + "U": 6.074971775626992e-11, + "K": 1.9460729685713551e-13, + "L": 0.00034905102802440524, + "G": 0.0007169306045398116, + "F": 0.0004227314202580601, + "E": 3.894979627716566e-08, + "T": 0.00046288411249406636, + "P": 5.5384782172041014e-05, + "-": 0.996664822101593 + }, + "id": "tp_21" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2636, + "label": "-", + "classification": { + "B": 4.6774566726526245e-06, + "S": 5.6538048909260397e-08, + "I": 6.17060209151532e-07, + "C": 9.411929369207428e-08, + "R": 5.0713254040601896e-08, + "M": 4.801995964953676e-05, + "O": 2.226057040388696e-05, + "W": 8.595556977297747e-08, + "N": 3.857558716902076e-09, + "Y": 1.1633649592113215e-05, + "U": 1.6166190608402076e-09, + "K": 5.087147716964502e-11, + "L": 3.3187720873684157e-06, + "G": 1.992906618397683e-05, + "F": 3.8105597923276946e-05, + "E": 3.476466474694462e-07, + "T": 9.631439752411097e-05, + "P": 0.0066556166857481, + "-": 0.9930989146232605 + }, + "id": "tp_22" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2769, + "label": "-", + "classification": { + "B": 1.9055683878832497e-05, + "S": 6.846761380074895e-07, + "I": 2.999380743773372e-09, + "C": 4.863825342482642e-09, + "R": 3.317430952165523e-08, + "M": 0.0001579362724442035, + "O": 0.0003498601436149329, + "W": 5.963516258589152e-08, + "N": 6.807782636231163e-12, + "Y": 8.388079550059047e-06, + "U": 3.0930035550998103e-13, + "K": 1.8034843400854903e-15, + "L": 0.00018784412532113492, + "G": 9.37980439630337e-05, + "F": 3.8805439544375986e-05, + "E": 8.971656750844659e-10, + "T": 3.6653353163274005e-05, + "P": 4.177328264631797e-06, + "-": 0.9991028308868408 + }, + "id": "tp_23" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2903, + "label": "-", + "classification": { + "B": 3.188399375630979e-07, + "S": 4.413851506512856e-09, + "I": 1.4327264374891513e-10, + "C": 2.009140409597876e-09, + "R": 3.782719470990514e-09, + "M": 0.00024208749528042972, + "O": 2.8564689273480326e-05, + "W": 7.611044017252766e-10, + "N": 2.1447346868863452e-14, + "Y": 2.711763272600365e-06, + "U": 1.3105443049475488e-15, + "K": 9.690834466364996e-19, + "L": 2.3397904442390427e-05, + "G": 3.0049835913814604e-05, + "F": 2.1548446511587827e-06, + "E": 2.174068147731134e-10, + "T": 5.9379945014370605e-06, + "P": 7.942933279991848e-07, + "-": 0.9996639490127563 + }, + "id": "tp_24" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3003, + "label": "-", + "classification": { + "B": 1.5222887839172472e-08, + "S": 1.0480477596885862e-09, + "I": 2.3904001000829567e-09, + "C": 1.1455350090727734e-07, + "R": 3.239645707253658e-08, + "M": 1.1692087355186231e-05, + "O": 1.8306270703760674e-06, + "W": 1.6960718940417507e-10, + "N": 7.514374322434292e-13, + "Y": 8.14053237263579e-06, + "U": 1.492297496512307e-13, + "K": 1.8458633042607543e-15, + "L": 2.318366114195669e-06, + "G": 2.1829826437169686e-05, + "F": 2.2710122721036896e-05, + "E": 5.992772944551916e-10, + "T": 1.839311335061211e-05, + "P": 2.902720780184609e-06, + "-": 0.9999099969863892 + }, + "id": "tp_25" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3136, + "label": "-", + "classification": { + "B": 9.05111592146568e-05, + "S": 2.601621190478909e-06, + "I": 1.9317634158966257e-09, + "C": 1.3892118566616318e-09, + "R": 9.26451804161843e-09, + "M": 0.0003802283899858594, + "O": 0.00033383630216121674, + "W": 1.0572166786460002e-07, + "N": 3.497366025256854e-12, + "Y": 1.0252614629280288e-05, + "U": 1.3194201048567777e-13, + "K": 4.774299619012088e-16, + "L": 8.586873445892707e-05, + "G": 4.713936505140737e-05, + "F": 2.5883526177494787e-05, + "E": 1.3617992289383096e-09, + "T": 5.939915354247205e-05, + "P": 8.631558557681274e-06, + "-": 0.998955488204956 + }, + "id": "tp_26" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3270, + "label": "-", + "classification": { + "B": 8.75377645570552e-06, + "S": 3.409895725781098e-06, + "I": 0.0008878685184754431, + "C": 7.357748108915985e-05, + "R": 2.353672061872203e-05, + "M": 0.00036072570946998894, + "O": 0.00015542875917162746, + "W": 4.309813448344357e-06, + "N": 1.2590767255460378e-05, + "Y": 0.00040120960329659283, + "U": 6.121161959526944e-07, + "K": 6.073094027669868e-08, + "L": 5.4013191402191296e-05, + "G": 0.0005327559192664921, + "F": 0.0019087230321019888, + "E": 0.00037373974919319153, + "T": 0.0004380301688797772, + "P": 0.14454108476638794, + "-": 0.8502194881439209 + }, + "id": "tp_27" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3403, + "label": "-", + "classification": { + "B": 1.4198937492437835e-07, + "S": 1.9113508997747886e-08, + "I": 2.7203107322293363e-08, + "C": 4.661810049100268e-09, + "R": 2.871323623310218e-09, + "M": 2.5842176910373382e-05, + "O": 5.393062565417495e-06, + "W": 6.440780797589696e-09, + "N": 7.73894490158078e-11, + "Y": 3.62052014679648e-06, + "U": 3.762490319303424e-12, + "K": 1.0853610490826199e-13, + "L": 7.405513429148414e-07, + "G": 2.7694836717273574e-06, + "F": 2.0641726223402657e-05, + "E": 2.117735675710719e-08, + "T": 1.3736355867877137e-05, + "P": 0.0005499263061210513, + "-": 0.9993770718574524 + }, + "id": "tp_28" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3504, + "label": "-", + "classification": { + "B": 6.032462351868162e-06, + "S": 2.444371830279124e-06, + "I": 8.012680723368248e-07, + "C": 2.374454879827681e-06, + "R": 1.4274398836278124e-06, + "M": 0.001835283008404076, + "O": 0.0002990232314914465, + "W": 1.5532253883066005e-07, + "N": 1.425758733297755e-09, + "Y": 0.000539169181138277, + "U": 4.561318336926412e-11, + "K": 7.1466721429658264e-12, + "L": 0.0003260463709011674, + "G": 0.00200089649297297, + "F": 0.0010830442188307643, + "E": 6.035002115822863e-07, + "T": 0.00031291318009607494, + "P": 8.314058504765853e-05, + "-": 0.993506669998169 + }, + "id": "tp_29" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3637, + "label": "-", + "classification": { + "B": 1.3042752470937558e-05, + "S": 5.578980903919728e-07, + "I": 7.800726393725199e-07, + "C": 2.8564909371198155e-06, + "R": 3.927909517642547e-07, + "M": 0.000447215570602566, + "O": 7.247241592267528e-05, + "W": 2.3680362915001751e-07, + "N": 1.6132894131715148e-08, + "Y": 5.458508530864492e-05, + "U": 4.207497905639457e-09, + "K": 4.099233175125505e-10, + "L": 2.334547389182262e-05, + "G": 0.0001291579828830436, + "F": 0.00015481201990041882, + "E": 2.6921966309600975e-06, + "T": 0.00014759691839572042, + "P": 0.0024305428378283978, + "-": 0.9965196847915649 + }, + "id": "tp_30" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3770, + "label": "-", + "classification": { + "B": 0.0009084018529392779, + "S": 3.8642565414193086e-07, + "I": 2.2510875385961526e-09, + "C": 1.1897718921183298e-10, + "R": 6.520621820271799e-10, + "M": 1.4237392861105036e-05, + "O": 0.0001084067698684521, + "W": 3.556663585868591e-08, + "N": 1.634916377626916e-12, + "Y": 1.8865580386773217e-07, + "U": 4.545107983012185e-14, + "K": 1.7108643817859041e-18, + "L": 2.3238722860696726e-05, + "G": 2.8787997052859282e-06, + "F": 8.728490570319991e-07, + "E": 4.275577669687891e-10, + "T": 1.802881797630107e-06, + "P": 0.00011975825327681378, + "-": 0.9988196492195129 + }, + "id": "tp_31" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3904, + "label": "-", + "classification": { + "B": 4.459453066374408e-06, + "S": 1.5984129575485895e-09, + "I": 9.121281507873391e-11, + "C": 4.894020189105674e-10, + "R": 4.220824523226696e-10, + "M": 3.215431888747844e-06, + "O": 2.461368239892181e-06, + "W": 3.5488306737718744e-10, + "N": 7.741753744149038e-14, + "Y": 3.693504879720422e-07, + "U": 2.346094577832837e-14, + "K": 1.3158562743800878e-18, + "L": 2.0501288418017793e-06, + "G": 1.6867953718247009e-06, + "F": 5.314889790497546e-07, + "E": 1.1012506184737703e-10, + "T": 2.2311996872304007e-06, + "P": 2.998460149683524e-05, + "-": 0.999953031539917 + }, + "id": "tp_32" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 4004, + "label": "-", + "classification": { + "B": 0.0002620643354021013, + "S": 3.377248867764138e-05, + "I": 2.7440736971584556e-07, + "C": 6.600238577902928e-08, + "R": 8.645817928254473e-08, + "M": 0.0004606005095411092, + "O": 0.0004037822945974767, + "W": 1.1818699476862093e-06, + "N": 4.089870664358841e-09, + "Y": 0.00010813629342010245, + "U": 1.1248457720824945e-10, + "K": 1.3880794083598325e-11, + "L": 0.00018179466133005917, + "G": 0.00036915059899911284, + "F": 0.0033920439891517162, + "E": 2.123265630871174e-06, + "T": 9.806320304051042e-05, + "P": 0.0009252167074009776, + "-": 0.9937615990638733 + }, + "id": "tp_33" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 4137, + "label": "-", + "classification": { + "B": 1.1925314957750288e-08, + "S": 9.605999196082848e-08, + "I": 3.512480262202189e-08, + "C": 4.1442172005190514e-07, + "R": 1.0977281306168152e-07, + "M": 0.0001358574809273705, + "O": 3.2249692594632506e-05, + "W": 5.939385872011371e-09, + "N": 1.1429232560367097e-10, + "Y": 0.0004951714654453099, + "U": 6.310566218886704e-12, + "K": 4.869315129059359e-13, + "L": 2.5490251573501155e-05, + "G": 0.00036002291017211974, + "F": 0.0006609188276343048, + "E": 3.601390829999218e-08, + "T": 8.735279698157683e-05, + "P": 5.471285476232879e-05, + "-": 0.9981476068496704 + }, + "id": "tp_34" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 4271, + "label": "-", + "classification": { + "B": 2.742866854532622e-06, + "S": 1.634605837352865e-06, + "I": 1.3280146982097563e-09, + "C": 1.0284283424866203e-09, + "R": 1.7851585765171762e-09, + "M": 4.345639899838716e-05, + "O": 2.8567648769239895e-05, + "W": 2.5126620784021725e-08, + "N": 2.0149843599215345e-11, + "Y": 7.837798875698354e-06, + "U": 1.9065392981802015e-13, + "K": 2.760349457689437e-13, + "L": 2.935074007837102e-06, + "G": 1.116996008931892e-05, + "F": 0.00030094952671788633, + "E": 1.5665763797301224e-08, + "T": 1.738701030262746e-05, + "P": 2.738398870860692e-05, + "-": 0.9995558857917786 + }, + "id": "tp_35" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 4404, + "label": "-", + "classification": { + "B": 0.019093522801995277, + "S": 0.0001723036402836442, + "I": 2.459031520629651e-06, + "C": 1.2821944892493775e-06, + "R": 3.496545332382084e-06, + "M": 0.0014545408776029944, + "O": 0.0026522716507315636, + "W": 1.6599215086898766e-05, + "N": 1.7887668235516685e-08, + "Y": 5.202844113227911e-05, + "U": 8.138678064817384e-10, + "K": 1.647314576413983e-11, + "L": 0.002046040492132306, + "G": 0.00173597177490592, + "F": 0.0022963942028582096, + "E": 7.443161962328304e-07, + "T": 0.0001760322629706934, + "P": 0.000653620867524296, + "-": 0.969642698764801 + }, + "id": "tp_36" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 4505, + "label": "-", + "classification": { + "B": 1.6042147610306756e-09, + "S": 1.962755513673642e-10, + "I": 4.945310220355603e-12, + "C": 1.1810622792263192e-11, + "R": 1.1276935114878928e-11, + "M": 5.754040799388349e-08, + "O": 8.794756922725355e-08, + "W": 1.5004764791770597e-11, + "N": 1.9015650379051443e-15, + "Y": 4.120101593230174e-08, + "U": 2.292340816149829e-17, + "K": 1.44068444625924e-18, + "L": 8.439219989497815e-09, + "G": 1.1098081387217462e-07, + "F": 1.6567759303143248e-05, + "E": 5.070809223906014e-12, + "T": 2.91222068682373e-08, + "P": 2.253029151688679e-06, + "-": 0.9999808073043823 + }, + "id": "tp_37" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 4638, + "label": "-", + "classification": { + "B": 1.9168604481478724e-09, + "S": 1.12494791260076e-10, + "I": 1.03591975275652e-10, + "C": 1.3234839613129878e-10, + "R": 2.7902949048530523e-11, + "M": 2.389620021858718e-07, + "O": 1.2368229818093823e-07, + "W": 1.4572430068193754e-11, + "N": 7.000047649819915e-14, + "Y": 1.318084912327322e-07, + "U": 2.5595122792450254e-15, + "K": 6.319038501828982e-17, + "L": 1.2014210071242815e-08, + "G": 1.5408120646043244e-07, + "F": 1.9380865978746442e-06, + "E": 7.638160243184089e-11, + "T": 3.754945794298692e-07, + "P": 1.1144604286528192e-05, + "-": 0.999985933303833 + }, + "id": "tp_38" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 4771, + "label": "-", + "classification": { + "B": 0.001555252936668694, + "S": 1.0958318341636186e-07, + "I": 1.275237249132033e-08, + "C": 1.4236205991835504e-08, + "R": 2.4720197444594305e-08, + "M": 6.571994890691712e-05, + "O": 0.00011092796921730042, + "W": 3.267151882369035e-08, + "N": 1.7150381809161175e-11, + "Y": 1.2496218460000819e-06, + "U": 3.373910742801578e-12, + "K": 1.139492645164223e-16, + "L": 8.220958261517808e-05, + "G": 3.140337503282353e-05, + "F": 8.298317197841243e-07, + "E": 5.774537292779769e-09, + "T": 7.660352821403649e-06, + "P": 0.0003062156611122191, + "-": 0.9978383183479309 + }, + "id": "tp_39" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 4905, + "label": "-", + "classification": { + "B": 1.241938093698991e-06, + "S": 3.034681867575273e-06, + "I": 4.085519321961328e-06, + "C": 9.11055576580111e-06, + "R": 6.096051038184669e-06, + "M": 0.0005651572137139738, + "O": 0.00031560668139718473, + "W": 1.553829633849091e-06, + "N": 5.222514332103856e-08, + "Y": 0.0003545303479768336, + "U": 1.007454919488282e-08, + "K": 2.8678364127898703e-09, + "L": 8.734934090171009e-05, + "G": 0.0002344423410249874, + "F": 0.0008588251075707376, + "E": 2.2030435502529144e-06, + "T": 0.0003389831108506769, + "P": 0.0011883418774232268, + "-": 0.9960294961929321 + }, + "id": "tp_40" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 5005, + "label": "-", + "classification": { + "B": 1.4698722239359086e-08, + "S": 9.439179393666564e-08, + "I": 9.899200676954933e-07, + "C": 6.508793148896075e-07, + "R": 1.860327785152549e-07, + "M": 3.385749732842669e-05, + "O": 1.0515344911254942e-05, + "W": 2.2212258699028098e-08, + "N": 7.531496315493769e-09, + "Y": 0.0002277329913340509, + "U": 4.2618525375459626e-10, + "K": 7.058334472453964e-10, + "L": 8.000533284757694e-07, + "G": 1.790783971955534e-05, + "F": 5.849542867508717e-05, + "E": 2.067542368422437e-07, + "T": 0.000572670076508075, + "P": 0.0007281873840838671, + "-": 0.9983477592468262 + }, + "id": "tp_41" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 5138, + "label": "-", + "classification": { + "B": 1.2957908079869185e-09, + "S": 2.343665539417117e-11, + "I": 2.1370791421226887e-12, + "C": 8.222345330641256e-13, + "R": 4.0562353280891583e-13, + "M": 2.2124488907593332e-07, + "O": 1.4172459650296787e-08, + "W": 9.976725392005226e-13, + "N": 5.056442587973351e-16, + "Y": 6.073927494298914e-08, + "U": 1.976937675763972e-17, + "K": 3.007679992440787e-18, + "L": 1.2095434653858206e-09, + "G": 2.9656096245389563e-08, + "F": 5.793579589408182e-07, + "E": 8.503961423933504e-12, + "T": 1.9216756186324346e-07, + "P": 1.6600506569375284e-06, + "-": 0.9999971389770508 + }, + "id": "tp_42" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 5272, + "label": "-", + "classification": { + "B": 7.682702744205017e-06, + "S": 3.311321052024141e-06, + "I": 5.583416964327625e-07, + "C": 1.4858571830700384e-06, + "R": 1.1457607342890697e-06, + "M": 0.0011644017649814487, + "O": 0.0001594432833371684, + "W": 3.9370243598568777e-07, + "N": 4.6874575332367385e-09, + "Y": 9.589052206138149e-05, + "U": 2.686926514616772e-10, + "K": 1.0407063232020786e-11, + "L": 8.849744335748255e-05, + "G": 0.00024516554549336433, + "F": 0.0006754357018508017, + "E": 1.0653988056219532e-06, + "T": 0.0002858400112017989, + "P": 0.00022379595611710101, + "-": 0.9970458149909973 + }, + "id": "tp_43" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 5405, + "label": "-", + "classification": { + "B": 0.001997079234570265, + "S": 5.2757191042474005e-06, + "I": 2.7163977733835054e-07, + "C": 3.805731552120051e-08, + "R": 2.2136649846515866e-08, + "M": 0.0008271086262539029, + "O": 0.0002121536381309852, + "W": 2.8028978249494685e-07, + "N": 1.0557290597290603e-09, + "Y": 6.535807642649161e-06, + "U": 6.89091075867232e-11, + "K": 1.1576903444134728e-13, + "L": 0.0001730134681565687, + "G": 0.00010696778917917982, + "F": 0.00011172751692356542, + "E": 9.690774049886386e-07, + "T": 4.7886929678497836e-05, + "P": 0.003705189563333988, + "-": 0.9928054213523865 + }, + "id": "tp_44" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 5506, + "label": "-", + "classification": { + "B": 2.720663178479299e-05, + "S": 3.652132363640703e-05, + "I": 1.4544839643804153e-07, + "C": 1.817538048953793e-07, + "R": 5.178691822038672e-07, + "M": 0.0004193706554360688, + "O": 0.0009699095389805734, + "W": 3.5439650218904717e-06, + "N": 4.2130938737727774e-09, + "Y": 0.00014694657875224948, + "U": 2.2384867570668376e-10, + "K": 4.464693892369809e-11, + "L": 0.0002990614448208362, + "G": 0.00046354427468031645, + "F": 0.0050071473233401775, + "E": 1.9643577786609967e-07, + "T": 0.0001922004739753902, + "P": 0.00040486210491508245, + "-": 0.9920286536216736 + }, + "id": "tp_45" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 5639, + "label": "-", + "classification": { + "B": 1.6554979083593935e-05, + "S": 8.292350806016202e-09, + "I": 5.282088785460437e-13, + "C": 8.810646656698395e-12, + "R": 4.7689994314703554e-11, + "M": 1.6127673916344065e-06, + "O": 3.1417462196259294e-06, + "W": 1.435132290783514e-10, + "N": 1.3965374985027492e-16, + "Y": 7.011851010929604e-08, + "U": 3.2654278169510852e-18, + "K": 1.7129248046812428e-20, + "L": 7.039771844574716e-06, + "G": 1.0777184797916561e-05, + "F": 0.00012367793533485383, + "E": 8.083885991161388e-12, + "T": 9.113330889931603e-08, + "P": 2.3128841064590233e-07, + "-": 0.9998366832733154 + }, + "id": "tp_46" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 5772, + "label": "-", + "classification": { + "B": 1.9235606885104062e-07, + "S": 9.6508898650427e-09, + "I": 1.0228935032330355e-08, + "C": 1.860557402588725e-10, + "R": 1.6208086262015087e-10, + "M": 6.317349743767409e-06, + "O": 2.1116845800861483e-06, + "W": 1.7297647758596213e-09, + "N": 1.2019072369306993e-11, + "Y": 1.0475073395355139e-06, + "U": 1.616373051030462e-13, + "K": 9.448624998050935e-16, + "L": 2.296033017046284e-07, + "G": 4.4635967810791044e-07, + "F": 8.33641297504073e-06, + "E": 5.586668017087959e-09, + "T": 2.008632918659714e-06, + "P": 0.0011105480371043086, + "-": 0.9988687634468079 + }, + "id": "tp_47" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 5906, + "label": "-", + "classification": { + "B": 1.3942034229330602e-06, + "S": 5.111184577799577e-07, + "I": 4.524800658600725e-07, + "C": 1.5316059887027222e-07, + "R": 6.123132578750301e-08, + "M": 0.00010785926133394241, + "O": 2.5454481146880426e-05, + "W": 1.4373596002315026e-07, + "N": 5.240967215769388e-09, + "Y": 7.352648390224203e-05, + "U": 4.816245735561608e-10, + "K": 9.206634760117183e-11, + "L": 3.202693278581137e-06, + "G": 1.9184170014341362e-05, + "F": 0.00010468724212842062, + "E": 9.175308832709561e-07, + "T": 6.313095946097746e-05, + "P": 0.0016368563519790769, + "-": 0.997962474822998 + }, + "id": "tp_48" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 6006, + "label": "-", + "classification": { + "B": 2.7756293548009126e-06, + "S": 5.195978403094159e-08, + "I": 2.891600381360604e-08, + "C": 1.5103452932763162e-09, + "R": 3.205008702877876e-09, + "M": 2.1116267816978507e-05, + "O": 1.6376145140384324e-05, + "W": 5.706902506119604e-09, + "N": 2.1748826697920443e-11, + "Y": 3.115008894383209e-06, + "U": 8.333337275442942e-13, + "K": 1.332815024592351e-15, + "L": 4.772351530846208e-06, + "G": 2.0049399608979e-05, + "F": 2.8769274649675936e-05, + "E": 5.158038884900407e-09, + "T": 1.1559554877749179e-05, + "P": 0.0003787087043747306, + "-": 0.9995126724243164 + }, + "id": "tp_49" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 6139, + "label": "-", + "classification": { + "B": 4.9977774807530295e-08, + "S": 4.913872544420883e-07, + "I": 5.428470117863071e-09, + "C": 2.63250001353299e-07, + "R": 1.1564230106841933e-07, + "M": 0.00012458844867069274, + "O": 3.313139677629806e-05, + "W": 4.888759619348093e-08, + "N": 7.884416036718633e-11, + "Y": 3.102949631283991e-05, + "U": 4.916653455894204e-12, + "K": 5.307841839663485e-12, + "L": 4.993213678972097e-06, + "G": 2.383783612458501e-05, + "F": 0.0003811197530012578, + "E": 2.1417376316890113e-08, + "T": 8.303187496494502e-05, + "P": 3.6136520066065714e-05, + "-": 0.9992812275886536 + }, + "id": "tp_50" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 6273, + "label": "-", + "classification": { + "B": 0.006646894384175539, + "S": 7.051001739455387e-05, + "I": 2.0108359422010835e-08, + "C": 8.520568139935847e-10, + "R": 7.757891218318491e-09, + "M": 0.0001815115101635456, + "O": 0.001980598783120513, + "W": 3.281809313193662e-06, + "N": 3.1118335686031173e-10, + "Y": 2.91620017378591e-06, + "U": 3.800576606899364e-12, + "K": 1.2485788261856843e-14, + "L": 0.00014362660294864327, + "G": 1.6926682292250916e-05, + "F": 3.0907889595255256e-05, + "E": 2.2429757606801104e-08, + "T": 2.6477897336008027e-05, + "P": 0.00028426622156985104, + "-": 0.9906120896339417 + }, + "id": "tp_51" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 6406, + "label": "-", + "classification": { + "B": 1.4752772337089937e-08, + "S": 2.0780221987592995e-09, + "I": 2.2213182682140342e-10, + "C": 5.010309944708524e-09, + "R": 3.6289322657978573e-09, + "M": 1.1661536518658977e-06, + "O": 6.679601938230917e-07, + "W": 1.9278140195311266e-10, + "N": 5.78244917226467e-13, + "Y": 2.7226030852034455e-06, + "U": 7.215681909400126e-14, + "K": 1.5351210089892785e-14, + "L": 2.430427628041798e-07, + "G": 4.959592843079008e-06, + "F": 0.00011340399214532226, + "E": 2.7884594633320603e-10, + "T": 2.707763087528292e-06, + "P": 1.2632242942345329e-05, + "-": 0.999861478805542 + }, + "id": "tp_52" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 6507, + "label": "-", + "classification": { + "B": 2.6087801363594565e-10, + "S": 1.694532751964073e-12, + "I": 6.229718824135588e-11, + "C": 7.972793432398095e-12, + "R": 1.5096544890916275e-12, + "M": 8.538168394522927e-09, + "O": 1.1631492213837191e-08, + "W": 1.1843810437603408e-12, + "N": 2.5622524731810405e-14, + "Y": 9.491825991858605e-09, + "U": 7.684591535121168e-16, + "K": 7.112502570869858e-18, + "L": 2.712288449391309e-10, + "G": 8.995099776143434e-09, + "F": 7.287348324780396e-08, + "E": 9.35082393460629e-12, + "T": 6.174508371259435e-08, + "P": 0.00011922415433218703, + "-": 0.9998805522918701 + }, + "id": "tp_53" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 6640, + "label": "-", + "classification": { + "B": 0.0004382360784802586, + "S": 3.530902503712241e-08, + "I": 4.2175504755270765e-10, + "C": 1.0457722882106779e-10, + "R": 1.1387315396182984e-10, + "M": 3.2299867598339915e-05, + "O": 1.5508350770687684e-05, + "W": 1.0690177632000086e-09, + "N": 7.519255129564278e-14, + "Y": 3.7906696093159553e-07, + "U": 3.529058801440767e-15, + "K": 2.2751481256118557e-19, + "L": 2.240733192593325e-05, + "G": 2.1512474631890655e-05, + "F": 3.93337222703849e-06, + "E": 1.1970330282551345e-09, + "T": 1.2172300785096013e-06, + "P": 1.8307420759811066e-05, + "-": 0.9994460940361023 + }, + "id": "tp_54" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 6773, + "label": "-", + "classification": { + "B": 4.0905040449680866e-14, + "S": 2.7540532788333794e-12, + "I": 7.194602986287935e-14, + "C": 8.144719165596725e-14, + "R": 7.57302816918777e-14, + "M": 1.950930972327569e-09, + "O": 2.5466346809110973e-09, + "W": 6.20271791828414e-13, + "N": 2.1576233360881357e-16, + "Y": 4.229791983334508e-08, + "U": 3.9484043789565185e-18, + "K": 3.8660598724658447e-17, + "L": 1.0719405398040838e-11, + "G": 7.325108297706606e-10, + "F": 7.142395133996615e-06, + "E": 1.120840345449764e-13, + "T": 2.4520721453313854e-08, + "P": 1.2564837561512832e-06, + "-": 0.9999915361404419 + }, + "id": "tp_55" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 6907, + "label": "-", + "classification": { + "B": 8.883558422212445e-08, + "S": 3.29924354502964e-08, + "I": 5.3370170505218084e-09, + "C": 8.932696715646671e-08, + "R": 1.817853245711376e-08, + "M": 0.00010200269025517628, + "O": 3.007183067893493e-06, + "W": 7.30502947021705e-09, + "N": 4.504667125426742e-11, + "Y": 1.8743898181128316e-05, + "U": 7.720612343886657e-12, + "K": 3.2999100414016214e-12, + "L": 4.846381784773257e-07, + "G": 3.734591700776946e-06, + "F": 7.187840674305335e-05, + "E": 3.2786239501092496e-08, + "T": 6.822459545219317e-05, + "P": 5.562230944633484e-05, + "-": 0.9996761083602905 + }, + "id": "tp_56" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 7007, + "label": "-", + "classification": { + "B": 6.017238411004655e-05, + "S": 9.390527679897787e-07, + "I": 8.395875738642644e-06, + "C": 5.066764060757123e-06, + "R": 7.108135946509719e-07, + "M": 0.0006437759730033576, + "O": 0.00018691438890527934, + "W": 4.850361392527702e-07, + "N": 2.2488701745260187e-07, + "Y": 0.00013829917588736862, + "U": 2.5813326587353913e-08, + "K": 6.632780436000019e-11, + "L": 7.83726354711689e-05, + "G": 0.0002091667556669563, + "F": 3.128929893136956e-05, + "E": 5.665546723321313e-06, + "T": 0.0008101463317871094, + "P": 0.018809499219059944, + "-": 0.979010820388794 + }, + "id": "tp_57" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 7140, + "label": "-", + "classification": { + "B": 0.00014845268742647022, + "S": 1.883301479210786e-06, + "I": 1.1525259679956434e-07, + "C": 2.5623657506912423e-07, + "R": 2.1945457717720274e-07, + "M": 0.00028416834538802505, + "O": 0.0002632073301356286, + "W": 2.6042170020446065e-07, + "N": 8.395333872535105e-10, + "Y": 8.61561329656979e-06, + "U": 6.568526278449838e-11, + "K": 1.5347713876699698e-13, + "L": 0.00014460404054261744, + "G": 0.00016407817020080984, + "F": 9.64790306170471e-05, + "E": 2.543506809615792e-07, + "T": 8.354167948709801e-05, + "P": 0.0005822995444759727, + "-": 0.9982214570045471 + }, + "id": "tp_58" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 7274, + "label": "-", + "classification": { + "B": 9.679332002576757e-09, + "S": 8.291624276068887e-09, + "I": 4.688437638122878e-09, + "C": 5.942074055020896e-10, + "R": 4.479672188750783e-09, + "M": 3.048711732844822e-06, + "O": 1.4491464753518812e-05, + "W": 6.575172850631361e-09, + "N": 5.046364368044287e-12, + "Y": 1.0058191946882289e-05, + "U": 4.927384997417683e-13, + "K": 1.5574113586226332e-14, + "L": 4.4026620571457897e-07, + "G": 1.7468419173383154e-06, + "F": 2.939782234534505e-06, + "E": 1.2179972308512532e-10, + "T": 6.730421773681883e-06, + "P": 1.698449341347441e-05, + "-": 0.9999436140060425 + }, + "id": "tp_59" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 7407, + "label": "-", + "classification": { + "B": 1.9341933921168675e-07, + "S": 7.786277933519159e-07, + "I": 2.8919544092786964e-06, + "C": 8.539479495084379e-06, + "R": 2.9054892820568057e-06, + "M": 0.0006221901276148856, + "O": 8.047181472647935e-05, + "W": 4.615439195276849e-07, + "N": 7.903732068825775e-08, + "Y": 0.0004976082709617913, + "U": 2.2327713011804917e-08, + "K": 4.0561167757857675e-09, + "L": 2.499101719877217e-05, + "G": 0.00017105921870097518, + "F": 0.0008845837437547743, + "E": 3.7374525163613725e-06, + "T": 0.0006871133809909225, + "P": 0.0027823408599942923, + "-": 0.9942300319671631 + }, + "id": "tp_60" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 7508, + "label": "-", + "classification": { + "B": 2.5196510478053824e-07, + "S": 1.4390101341632544e-06, + "I": 3.2793110449347296e-08, + "C": 3.4090874123648973e-07, + "R": 1.0556428975405652e-07, + "M": 0.00011171168443979695, + "O": 4.529691796051338e-05, + "W": 1.949751862184712e-07, + "N": 1.8019379321998485e-09, + "Y": 0.000340498227160424, + "U": 1.4613728283041638e-10, + "K": 5.951961146166695e-10, + "L": 1.067356515704887e-05, + "G": 0.00014601067232433707, + "F": 0.011313301511108875, + "E": 7.143154903133109e-07, + "T": 0.00012842850992456079, + "P": 0.00035020592622458935, + "-": 0.9875507950782776 + }, + "id": "tp_61" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 7641, + "label": "-", + "classification": { + "B": 0.00035345496144145727, + "S": 1.4638345419371035e-05, + "I": 1.494370508225984e-06, + "C": 3.122074303973932e-06, + "R": 4.282004738342948e-06, + "M": 0.0035470607690513134, + "O": 0.0028453757986426353, + "W": 2.8111332994740224e-06, + "N": 4.4952908062612096e-09, + "Y": 0.00029859619098715484, + "U": 1.2381223823965115e-09, + "K": 1.7171642796923181e-12, + "L": 0.003969503100961447, + "G": 0.002288325224071741, + "F": 0.00022104034724179655, + "E": 5.305145123202237e-07, + "T": 0.0006158661562949419, + "P": 0.00017773968284018338, + "-": 0.9856561422348022 + }, + "id": "tp_62" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 7774, + "label": "-", + "classification": { + "B": 9.835279115577578e-07, + "S": 2.1195494355197297e-06, + "I": 2.202021232022844e-09, + "C": 1.285840767195623e-07, + "R": 1.8661259559848986e-07, + "M": 0.0003096161817666143, + "O": 0.00017507417942397296, + "W": 1.2637164559237135e-07, + "N": 2.3102107032935137e-11, + "Y": 4.97514747621608e-06, + "U": 2.3419755718068203e-12, + "K": 5.103219279448123e-13, + "L": 6.0695943830069155e-05, + "G": 5.3270909120328724e-05, + "F": 0.0002460606337990612, + "E": 3.259302161495725e-09, + "T": 0.00014288810780271888, + "P": 7.460714186890982e-06, + "-": 0.9989964365959167 + }, + "id": "tp_63" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 7908, + "label": "-", + "classification": { + "B": 4.137284850003198e-05, + "S": 4.9715472414391115e-06, + "I": 2.2784965025834936e-08, + "C": 8.82944277691422e-08, + "R": 1.1401134969446503e-07, + "M": 0.0015673977322876453, + "O": 0.0003597923496272415, + "W": 3.9264523366000503e-07, + "N": 2.689760636442884e-10, + "Y": 1.6168774891411886e-05, + "U": 1.5312900253361406e-11, + "K": 1.9908215158868925e-13, + "L": 9.509109077043831e-05, + "G": 4.879494008491747e-05, + "F": 0.00015754549531266093, + "E": 1.228718957690944e-07, + "T": 0.00011875826749019325, + "P": 8.379028440685943e-05, + "-": 0.9975056052207947 + }, + "id": "tp_64" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 8008, + "label": "-", + "classification": { + "B": 0.0006285774288699031, + "S": 0.00021318225481081754, + "I": 1.8831989336831612e-06, + "C": 1.814762617868837e-05, + "R": 1.4793562513659708e-05, + "M": 0.0032574268989264965, + "O": 0.005713422317057848, + "W": 1.0286131328030024e-05, + "N": 1.2759063849898666e-07, + "Y": 0.0010996201308444142, + "U": 1.066457677723065e-08, + "K": 1.1766885243957859e-09, + "L": 0.003912678919732571, + "G": 0.005995059851557016, + "F": 0.004130532033741474, + "E": 1.5011401046649553e-05, + "T": 0.0010167966829612851, + "P": 0.0015019307611510158, + "-": 0.9724704623222351 + }, + "id": "tp_65" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 8141, + "label": "-", + "classification": { + "B": 0.004317161161452532, + "S": 0.00029032237944193184, + "I": 1.3463552022585645e-05, + "C": 1.4175878277455922e-05, + "R": 5.816182238049805e-06, + "M": 0.00320993410423398, + "O": 0.0019077295437455177, + "W": 3.362581992405467e-05, + "N": 1.9488365978759248e-06, + "Y": 0.00020343194773886353, + "U": 2.426297669444466e-07, + "K": 1.886328071520893e-08, + "L": 0.0005456317448988557, + "G": 0.0006960155442357063, + "F": 0.0019241869449615479, + "E": 9.288530418416485e-05, + "T": 0.0021390775218605995, + "P": 0.027535684406757355, + "-": 0.9570686221122742 + }, + "id": "tp_66" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 8275, + "label": "-", + "classification": { + "B": 9.825778306549182e-07, + "S": 6.794375906338246e-08, + "I": 1.8294143089292447e-08, + "C": 3.381477498010099e-08, + "R": 3.468117171223639e-08, + "M": 9.386085730511695e-05, + "O": 4.317288039601408e-05, + "W": 4.796137709206505e-09, + "N": 4.509932791801896e-12, + "Y": 2.7398527890909463e-05, + "U": 9.871799693883868e-15, + "K": 5.149472745965883e-16, + "L": 9.311385838373099e-06, + "G": 2.43481026700465e-05, + "F": 1.777118450263515e-05, + "E": 2.2530126653208526e-09, + "T": 3.747950177057646e-05, + "P": 3.2296425160893705e-06, + "-": 0.999742329120636 + }, + "id": "tp_67" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 8375, + "label": "-", + "classification": { + "B": 7.408518740703585e-07, + "S": 3.170155878251535e-06, + "I": 1.5486045779056212e-09, + "C": 8.955502295293627e-08, + "R": 9.699916603267411e-08, + "M": 0.00027016119565814734, + "O": 0.00019602812244556844, + "W": 6.292455623224669e-08, + "N": 2.3688440098368346e-11, + "Y": 1.0540383300394751e-05, + "U": 5.742875792968949e-13, + "K": 2.313074861856612e-14, + "L": 0.00011037355579901487, + "G": 6.776301597710699e-05, + "F": 0.0006344355060718954, + "E": 1.3550578437104832e-08, + "T": 4.2866013245657086e-05, + "P": 1.3168884834158234e-05, + "-": 0.9986504912376404 + }, + "id": "tp_68" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 8509, + "label": "-", + "classification": { + "B": 5.151428013050463e-07, + "S": 5.6508639545427286e-08, + "I": 8.403281626101489e-09, + "C": 9.04914920774047e-10, + "R": 3.657653513400305e-09, + "M": 3.344268770888448e-05, + "O": 2.410041088296566e-05, + "W": 1.712693986632985e-08, + "N": 2.7592752735450254e-11, + "Y": 1.1922675184905529e-05, + "U": 2.162187963394846e-12, + "K": 3.4237461363174557e-14, + "L": 2.1607600046991138e-06, + "G": 5.182024324312806e-06, + "F": 1.8066890334011987e-05, + "E": 5.049193951833786e-09, + "T": 1.64984812727198e-05, + "P": 0.00013489632692653686, + "-": 0.9997530579566956 + }, + "id": "tp_69" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 8642, + "label": "-", + "classification": { + "B": 2.2897903306784428e-07, + "S": 3.963614148005945e-08, + "I": 4.445008361386726e-09, + "C": 1.52722805069061e-06, + "R": 5.248214733910572e-07, + "M": 5.69661169720348e-05, + "O": 1.6722424334147945e-05, + "W": 1.9474560630783344e-08, + "N": 3.7524393314836146e-11, + "Y": 3.3240594348171726e-05, + "U": 2.6424883114994913e-11, + "K": 9.111074741885439e-12, + "L": 2.1961284801363945e-05, + "G": 0.00019272288773208857, + "F": 0.0016557135386392474, + "E": 1.2938111026983279e-08, + "T": 4.1774717828957364e-05, + "P": 4.6662124077556655e-05, + "-": 0.997931957244873 + }, + "id": "tp_70" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 8775, + "label": "-", + "classification": { + "B": 0.004475278314203024, + "S": 0.0005589029169641435, + "I": 0.00011086723679909483, + "C": 0.0001613339554751292, + "R": 9.191435674438253e-05, + "M": 0.0062319012358784676, + "O": 0.00621354253962636, + "W": 0.00035071681486442685, + "N": 1.0962090527755208e-05, + "Y": 0.005505927838385105, + "U": 1.897140691653476e-06, + "K": 1.942385779329925e-06, + "L": 0.0011645888444036245, + "G": 0.0031856948044151068, + "F": 0.0037491368129849434, + "E": 0.0003259893273934722, + "T": 0.008009110577404499, + "P": 0.009267007000744343, + "-": 0.9505832195281982 + }, + "id": "tp_71" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 8876, + "label": "-", + "classification": { + "B": 0.00038608716567978263, + "S": 2.7379337552702054e-05, + "I": 2.693577926038415e-06, + "C": 8.178977623174433e-06, + "R": 1.225151299877325e-05, + "M": 0.006634890101850033, + "O": 0.0033700568601489067, + "W": 1.4068186828808393e-05, + "N": 2.969416357245791e-08, + "Y": 0.00015985654317773879, + "U": 1.5007223908014566e-08, + "K": 9.216124391420166e-12, + "L": 0.0025007224176079035, + "G": 0.0005404023686423898, + "F": 7.004645885899663e-05, + "E": 7.729898356956255e-07, + "T": 0.0032410956919193268, + "P": 0.0007782598841004074, + "-": 0.9822532534599304 + }, + "id": "tp_72" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 9009, + "label": "-", + "classification": { + "B": 4.347508664181987e-08, + "S": 1.0454180632279986e-08, + "I": 8.905261239533502e-08, + "C": 1.4298876749307965e-08, + "R": 8.360497183446114e-09, + "M": 2.3915019482956268e-05, + "O": 3.57751105184434e-06, + "W": 1.48364032170889e-09, + "N": 7.169460164435648e-11, + "Y": 1.0561874660197645e-05, + "U": 2.0537232938572236e-12, + "K": 3.577965425024046e-15, + "L": 1.3353070471566753e-06, + "G": 2.8707206638500793e-06, + "F": 5.7871702665579505e-06, + "E": 1.0629936042505506e-08, + "T": 4.7756406274857e-05, + "P": 0.0006486279889941216, + "-": 0.9992552399635315 + }, + "id": "tp_73" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 9142, + "label": "-", + "classification": { + "B": 4.480210554902442e-05, + "S": 1.7621994629735127e-05, + "I": 3.769575300793804e-07, + "C": 1.528362076896883e-06, + "R": 7.810920692463696e-07, + "M": 0.00015390175394713879, + "O": 0.00017971124907489866, + "W": 1.6166138721018797e-06, + "N": 9.403061440593774e-09, + "Y": 9.190441232931335e-06, + "U": 1.6196221030995162e-09, + "K": 6.155531639961964e-11, + "L": 9.272266470361501e-05, + "G": 0.0001035176683217287, + "F": 0.0013749017380177975, + "E": 4.774178137267882e-07, + "T": 0.00015562400221824646, + "P": 0.001145404065027833, + "-": 0.9967177510261536 + }, + "id": "tp_74" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 9276, + "label": "-", + "classification": { + "B": 1.0222559012618149e-06, + "S": 6.800029268561048e-07, + "I": 1.627254562208691e-07, + "C": 2.7862656679644715e-06, + "R": 1.2816594789910596e-06, + "M": 0.0006372308125719428, + "O": 8.781674841884524e-05, + "W": 7.737338592050946e-08, + "N": 1.2918969227726507e-09, + "Y": 0.00030254150624386966, + "U": 6.441675665103119e-11, + "K": 9.831355347877935e-12, + "L": 8.168732892954722e-05, + "G": 0.0004380995815154165, + "F": 0.001317816087976098, + "E": 4.234129562519229e-07, + "T": 0.0002933725481852889, + "P": 8.238078589783981e-05, + "-": 0.9967526197433472 + }, + "id": "tp_75" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 9376, + "label": "-", + "classification": { + "B": 0.00011291028204141185, + "S": 2.010545904340688e-05, + "I": 2.4220620176151897e-08, + "C": 6.2745519890938795e-09, + "R": 1.6890538745428785e-08, + "M": 0.00023656507255509496, + "O": 0.00041684458847157657, + "W": 6.03978548952e-07, + "N": 4.360310168483039e-10, + "Y": 3.726179784280248e-06, + "U": 6.758347353974514e-12, + "K": 1.8590179038085325e-13, + "L": 5.870901441085152e-05, + "G": 2.4202370696002617e-05, + "F": 9.734245395520702e-05, + "E": 4.061780245478985e-08, + "T": 6.128378299763426e-05, + "P": 0.00018869122141040862, + "-": 0.9987788796424866 + }, + "id": "tp_76" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 9510, + "label": "-", + "classification": { + "B": 2.418225086842085e-08, + "S": 5.76245051675528e-10, + "I": 5.026244753736364e-09, + "C": 5.1757702290711194e-11, + "R": 9.56998091883321e-11, + "M": 1.5210282072075643e-05, + "O": 9.16323358524096e-07, + "W": 5.628048374561878e-11, + "N": 5.295271599675688e-13, + "Y": 1.1848106623801868e-05, + "U": 8.507281284866972e-16, + "K": 1.775395119515427e-18, + "L": 2.924913076185476e-07, + "G": 2.030063569691265e-06, + "F": 9.533927141092136e-07, + "E": 4.3539175043072476e-10, + "T": 8.232523214246612e-06, + "P": 2.106036845361814e-05, + "-": 0.9999393224716187 + }, + "id": "tp_77" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 9643, + "label": "-", + "classification": { + "B": 2.4350330932065845e-05, + "S": 1.7886532077682205e-05, + "I": 1.2440989394235658e-07, + "C": 2.7461294394015567e-06, + "R": 3.7079946650919737e-06, + "M": 0.000803054659627378, + "O": 0.0006763001438230276, + "W": 1.9896187950507738e-06, + "N": 3.4817457805758067e-09, + "Y": 0.00017860563821159303, + "U": 1.005675098753045e-09, + "K": 3.986041496872872e-10, + "L": 0.00030754608451388776, + "G": 0.0006658924976363778, + "F": 0.001734663383103907, + "E": 4.028175339954032e-07, + "T": 0.0004525778640527278, + "P": 0.00012744712876155972, + "-": 0.9950026869773865 + }, + "id": "tp_78" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 9776, + "label": "-", + "classification": { + "B": 1.6596618479525205e-07, + "S": 3.860945980704855e-07, + "I": 1.3955616395833204e-07, + "C": 4.904091497337504e-07, + "R": 9.804451650552437e-08, + "M": 0.0001701374858384952, + "O": 2.9562079362221994e-05, + "W": 4.5429914052874665e-08, + "N": 1.5225816163422223e-09, + "Y": 8.575601532356814e-05, + "U": 6.102628818949185e-11, + "K": 7.401115831306981e-11, + "L": 5.774738383479416e-06, + "G": 9.473099635215476e-05, + "F": 0.0005863572587259114, + "E": 5.404794478636177e-07, + "T": 4.75913257105276e-05, + "P": 0.0002764721284620464, + "-": 0.998701810836792 + }, + "id": "tp_79" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 9877, + "label": "-", + "classification": { + "B": 2.866767934150971e-09, + "S": 1.8581475558221427e-07, + "I": 1.3747007976405712e-09, + "C": 1.2881383071317032e-08, + "R": 6.491104098671485e-09, + "M": 9.69497523328755e-06, + "O": 7.524045031459536e-06, + "W": 1.3759921202449732e-08, + "N": 2.7174774583360595e-11, + "Y": 4.0333139622816816e-05, + "U": 6.423352518283854e-13, + "K": 2.483492231308837e-11, + "L": 7.624684599250031e-07, + "G": 1.7138541807071306e-05, + "F": 0.004951491951942444, + "E": 8.754716951386854e-09, + "T": 1.4690484022139572e-05, + "P": 4.963711035088636e-05, + "-": 0.9949085116386414 + }, + "id": "tp_80" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 10010, + "label": "-", + "classification": { + "B": 1.7854035831987858e-05, + "S": 1.8191074957485398e-07, + "I": 4.044664692059996e-08, + "C": 4.066555803206029e-08, + "R": 1.3330685533219366e-07, + "M": 5.346098623704165e-05, + "O": 0.00016256695380434394, + "W": 3.716771601602886e-08, + "N": 1.2553688991112644e-11, + "Y": 6.574405688297702e-06, + "U": 5.158609000036063e-13, + "K": 3.999187312866864e-17, + "L": 0.00010650599142536521, + "G": 3.401958383619785e-05, + "F": 6.099543497839477e-06, + "E": 7.951207470213717e-10, + "T": 1.4303266652859747e-05, + "P": 4.152997280471027e-05, + "-": 0.9995566010475159 + }, + "id": "tp_81" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 10143, + "label": "-", + "classification": { + "B": 9.219766070600599e-05, + "S": 8.967305689111527e-07, + "I": 6.103721972294807e-09, + "C": 1.4547136828468865e-09, + "R": 2.7728621621037064e-09, + "M": 0.0001426749222446233, + "O": 0.0001153430639533326, + "W": 5.529379976110249e-08, + "N": 1.7993233639157502e-11, + "Y": 1.9384808638278628e-06, + "U": 3.4199544780323665e-13, + "K": 6.109034549658509e-16, + "L": 2.4008411855902523e-05, + "G": 1.4110303709458094e-05, + "F": 4.164727943134494e-05, + "E": 1.739305943715408e-08, + "T": 4.932624960929388e-06, + "P": 0.0001945661788340658, + "-": 0.9993675351142883 + }, + "id": "tp_82" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 10277, + "label": "-", + "classification": { + "B": 3.480769373709336e-05, + "S": 5.092618948765448e-07, + "I": 1.0310566977977942e-07, + "C": 1.2081554814358242e-06, + "R": 5.7356720617463e-07, + "M": 0.00030623015481978655, + "O": 0.00018442793225403875, + "W": 7.809754265508673e-08, + "N": 1.5907580808161015e-10, + "Y": 7.560091762570664e-05, + "U": 1.7548063696581906e-11, + "K": 6.827545663166609e-14, + "L": 0.00048262113705277443, + "G": 0.001158379134722054, + "F": 0.00032121429103426635, + "E": 2.823370266469283e-07, + "T": 3.6424025893211365e-05, + "P": 0.00018068717326968908, + "-": 0.9972168207168579 + }, + "id": "tp_83" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 10377, + "label": "-", + "classification": { + "B": 1.932227711165524e-08, + "S": 3.057974762299409e-09, + "I": 4.164155131824998e-11, + "C": 1.1834410187927524e-11, + "R": 3.064546186259953e-11, + "M": 1.2826411875721533e-05, + "O": 2.1989176275383215e-06, + "W": 1.5735003577876938e-10, + "N": 1.9564009768224984e-14, + "Y": 9.83046334113169e-07, + "U": 2.3821081105853087e-16, + "K": 1.2817161937147939e-17, + "L": 2.4596556613687426e-07, + "G": 8.4477289874485e-07, + "F": 4.40814983448945e-06, + "E": 9.126317757068847e-11, + "T": 1.91811113836593e-06, + "P": 1.842876258706383e-06, + "-": 0.9999748468399048 + }, + "id": "tp_84" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 10511, + "label": "-", + "classification": { + "B": 2.5619351085026665e-09, + "S": 1.4711760698560283e-09, + "I": 3.0877486678626553e-10, + "C": 2.941168142367445e-10, + "R": 2.4447074919997647e-10, + "M": 6.690012469334761e-06, + "O": 1.922382807606482e-06, + "W": 1.3218882932708453e-10, + "N": 1.408687484152557e-13, + "Y": 1.5853753438932472e-06, + "U": 1.3494082729741206e-14, + "K": 1.6124668431859596e-17, + "L": 1.2640268778341124e-06, + "G": 3.776463017857168e-06, + "F": 1.82918938662624e-05, + "E": 1.293840590221862e-10, + "T": 3.614409024521592e-06, + "P": 3.309101884951815e-05, + "-": 0.999929666519165 + }, + "id": "tp_85" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 10644, + "label": "-", + "classification": { + "B": 3.4945787930062977e-10, + "S": 3.548586424706457e-11, + "I": 3.725650864205843e-12, + "C": 1.6530214697052514e-11, + "R": 8.622275636527288e-12, + "M": 4.5086449063092005e-06, + "O": 1.471112796025409e-07, + "W": 5.09174907098453e-12, + "N": 3.9172558011124257e-16, + "Y": 3.447092353781045e-07, + "U": 2.0676127182036675e-17, + "K": 1.003204646904312e-19, + "L": 3.87850036531745e-08, + "G": 9.061785277708623e-08, + "F": 2.450254612540448e-07, + "E": 5.5208359585334765e-12, + "T": 7.815312983439071e-07, + "P": 4.1526016048010206e-07, + "-": 0.9999934434890747 + }, + "id": "tp_86" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 10777, + "label": "-", + "classification": { + "B": 9.89182140642697e-08, + "S": 6.237060645730708e-09, + "I": 6.421390708055696e-08, + "C": 2.8937790830241283e-08, + "R": 3.2577405217892874e-09, + "M": 6.101702751948324e-07, + "O": 7.510649879804987e-07, + "W": 2.336262516777765e-09, + "N": 7.448466843307244e-10, + "Y": 3.382325530765229e-06, + "U": 3.571542367408753e-11, + "K": 2.949262362106353e-11, + "L": 4.812427434330857e-08, + "G": 3.654101192296366e-06, + "F": 0.0005917220842093229, + "E": 1.1361218099636972e-07, + "T": 3.3021688068402e-06, + "P": 0.004107000306248665, + "-": 0.9952890872955322 + }, + "id": "tp_87" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 10878, + "label": "-", + "classification": { + "B": 1.367841573340911e-08, + "S": 8.267534212791361e-09, + "I": 1.2927111603389108e-09, + "C": 3.731590592082057e-09, + "R": 2.3480011268617318e-09, + "M": 9.129042155109346e-06, + "O": 2.269985543534858e-06, + "W": 8.897671488483638e-10, + "N": 2.1807573108434397e-12, + "Y": 5.195795893087052e-06, + "U": 1.0746240594432244e-13, + "K": 8.861832844148446e-14, + "L": 4.084238014456787e-07, + "G": 6.973487870709505e-06, + "F": 0.00016090575081761926, + "E": 2.4798034736761565e-09, + "T": 4.627317593985936e-06, + "P": 1.0899775588768534e-05, + "-": 0.9997996687889099 + }, + "id": "tp_88" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 11011, + "label": "-", + "classification": { + "B": 8.83105349203106e-06, + "S": 8.445959792879876e-06, + "I": 1.2461005098884925e-05, + "C": 5.364855155676196e-07, + "R": 1.6160531401965272e-07, + "M": 8.579214045312256e-05, + "O": 7.395525608444586e-05, + "W": 1.1189264341737726e-06, + "N": 6.016144880049978e-07, + "Y": 8.818350033834577e-05, + "U": 8.596690470596968e-09, + "K": 3.0105762327536922e-09, + "L": 6.670302354905289e-06, + "G": 4.7127683501457796e-05, + "F": 0.0007190998876467347, + "E": 1.227015491167549e-05, + "T": 0.00015791572513990104, + "P": 0.042524680495262146, + "-": 0.9562521576881409 + }, + "id": "tp_89" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 11144, + "label": "-", + "classification": { + "B": 2.7600337944022613e-06, + "S": 1.3686064903595252e-07, + "I": 6.865946700074232e-10, + "C": 3.367614187510526e-09, + "R": 2.6468121028244695e-09, + "M": 2.5982439183280803e-05, + "O": 1.5228572920022998e-05, + "W": 6.665416218964992e-09, + "N": 2.6943313032046223e-12, + "Y": 1.2937869087181753e-06, + "U": 6.490907664873438e-14, + "K": 1.801771639466142e-15, + "L": 2.9268403523019515e-06, + "G": 8.00830457592383e-06, + "F": 0.00011889123561559245, + "E": 2.802606147156439e-09, + "T": 3.03477531815588e-06, + "P": 1.7760576156433672e-05, + "-": 0.9998040795326233 + }, + "id": "tp_90" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 11278, + "label": "-", + "classification": { + "B": 6.660571898464696e-07, + "S": 3.343406262956705e-08, + "I": 2.6244858716828467e-11, + "C": 5.5750910832319533e-11, + "R": 7.811515323474794e-10, + "M": 4.814679869014071e-06, + "O": 5.9581892855931073e-05, + "W": 7.267400903288035e-09, + "N": 5.318746203013258e-14, + "Y": 7.484965891535467e-08, + "U": 3.794043529868618e-15, + "K": 1.4320289317270618e-18, + "L": 3.9774877222953364e-06, + "G": 3.3107016861322336e-07, + "F": 7.844928404665552e-07, + "E": 5.620368753733729e-12, + "T": 1.2521200005721767e-06, + "P": 3.7762536067020847e-06, + "-": 0.9999247789382935 + }, + "id": "tp_91" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 11378, + "label": "-", + "classification": { + "B": 2.574174118308292e-07, + "S": 9.335697654933028e-07, + "I": 2.421266920293874e-08, + "C": 4.863696645429627e-08, + "R": 2.8043613653494504e-08, + "M": 0.00010307927004760131, + "O": 4.577034633257426e-05, + "W": 8.899451131583191e-08, + "N": 1.1279749356774005e-09, + "Y": 2.2449008611147292e-05, + "U": 4.368956238454125e-11, + "K": 6.517304057540585e-11, + "L": 3.316247330076294e-06, + "G": 1.1993328371318057e-05, + "F": 0.000684041646309197, + "E": 1.0362388280782397e-07, + "T": 6.290170131251216e-05, + "P": 0.00043484519119374454, + "-": 0.9986300468444824 + }, + "id": "tp_92" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 11512, + "label": "-", + "classification": { + "B": 2.0370016500237398e-06, + "S": 8.578567189942987e-08, + "I": 2.3440646756967e-08, + "C": 4.457502100763122e-08, + "R": 3.7427906107723175e-08, + "M": 6.1697837736574e-06, + "O": 1.661841270106379e-05, + "W": 2.7047359907328428e-08, + "N": 2.2903735852342066e-10, + "Y": 2.2174374407768482e-06, + "U": 2.1640106373510548e-11, + "K": 3.3209145069296175e-13, + "L": 2.959162657134584e-06, + "G": 5.8648893173085526e-06, + "F": 7.921452925074846e-05, + "E": 4.900017813724844e-08, + "T": 7.045274287520442e-06, + "P": 0.0006327065057121217, + "-": 0.9992449283599854 + }, + "id": "tp_93" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 11645, + "label": "-", + "classification": { + "B": 1.4155682038108353e-05, + "S": 6.6490065364632756e-06, + "I": 9.26641519072291e-08, + "C": 5.301358285692004e-08, + "R": 1.1792936760457451e-07, + "M": 0.00040802708826959133, + "O": 0.00036732261651195586, + "W": 6.693589966744184e-07, + "N": 4.773586526063411e-10, + "Y": 7.010421541053802e-05, + "U": 2.3529312179193518e-11, + "K": 8.611663899343869e-13, + "L": 9.971441613743082e-05, + "G": 7.036101305857301e-05, + "F": 0.0001469095004722476, + "E": 8.958221542343381e-08, + "T": 7.734178507234901e-05, + "P": 0.00015427317703142762, + "-": 0.9985841512680054 + }, + "id": "tp_94" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 11778, + "label": "-", + "classification": { + "B": 2.4731194869787032e-08, + "S": 1.4453374319600698e-07, + "I": 5.608166708803708e-10, + "C": 2.9146972835292217e-08, + "R": 2.0886854912305353e-08, + "M": 2.844123991962988e-05, + "O": 1.208035882882541e-05, + "W": 3.373846091392352e-09, + "N": 1.2024936168336664e-12, + "Y": 1.6561451730012777e-06, + "U": 3.5329334266030396e-14, + "K": 2.80200595358267e-15, + "L": 5.321761364029953e-06, + "G": 8.231272659031674e-06, + "F": 0.00017173573723994195, + "E": 2.554777778218664e-10, + "T": 1.1652276043605525e-05, + "P": 3.6283163353800774e-06, + "-": 0.9997569918632507 + }, + "id": "tp_95" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 11879, + "label": "-", + "classification": { + "B": 1.3572994248534087e-05, + "S": 2.3124664494389435e-07, + "I": 1.6340013786475538e-08, + "C": 3.2076494793642496e-09, + "R": 6.563341869991746e-09, + "M": 1.3080872122372966e-05, + "O": 2.790782855299767e-05, + "W": 2.2592720583247683e-08, + "N": 8.407612800409581e-11, + "Y": 3.738857913049287e-06, + "U": 1.5352069658927658e-12, + "K": 3.333060078478979e-14, + "L": 4.172560693405103e-06, + "G": 1.2727686225844081e-05, + "F": 4.81585921079386e-05, + "E": 7.293920134543441e-09, + "T": 1.4266218386183027e-05, + "P": 0.0001935514301294461, + "-": 0.9996685981750488 + }, + "id": "tp_96" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 12012, + "label": "-", + "classification": { + "B": 5.418458749772981e-05, + "S": 2.4586854578956263e-06, + "I": 9.162074832147482e-08, + "C": 1.5522410024004785e-07, + "R": 1.0047592269302186e-07, + "M": 0.00013633439084514976, + "O": 7.70495826145634e-05, + "W": 3.1105707876122324e-07, + "N": 1.0229018743146412e-09, + "Y": 5.827850691275671e-05, + "U": 1.2614292943524674e-10, + "K": 2.3204676027899218e-11, + "L": 8.78565406310372e-05, + "G": 0.000596835627220571, + "F": 0.013800871558487415, + "E": 8.013791443772789e-07, + "T": 4.779338632943109e-05, + "P": 0.0008485256694257259, + "-": 0.9842883348464966 + }, + "id": "tp_97" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 12145, + "label": "-", + "classification": { + "B": 3.6195463053445565e-06, + "S": 1.0217513590760063e-06, + "I": 1.9302561327094736e-07, + "C": 4.959630132361781e-06, + "R": 1.4527804523822851e-06, + "M": 0.0016213625203818083, + "O": 0.0003816600947175175, + "W": 1.4581827372239786e-06, + "N": 7.159258963440607e-09, + "Y": 0.0002201276074629277, + "U": 6.956404341451616e-09, + "K": 1.1463829885371979e-09, + "L": 0.00010939975618384778, + "G": 0.00017545348964631557, + "F": 0.0002922447747550905, + "E": 5.726860763388686e-07, + "T": 0.0006052167154848576, + "P": 0.00031962772482074797, + "-": 0.9962615370750427 + }, + "id": "tp_98" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 12279, + "label": "-", + "classification": { + "B": 0.0003572389541659504, + "S": 0.00045837240759283304, + "I": 7.584260401927168e-07, + "C": 5.531684564630268e-06, + "R": 1.187359248433495e-05, + "M": 0.018617086112499237, + "O": 0.01733873039484024, + "W": 1.8335787899559364e-05, + "N": 5.94658766672751e-09, + "Y": 0.009513730183243752, + "U": 2.0797365565816683e-11, + "K": 1.9637666492933192e-11, + "L": 0.006304021924734116, + "G": 0.023011229932308197, + "F": 0.004773394670337439, + "E": 8.906748689696542e-07, + "T": 0.007267567794770002, + "P": 1.8125108908861876e-05, + "-": 0.9123030304908752 + }, + "id": "tp_99" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 12379, + "label": "-", + "classification": { + "B": 0.18241871893405914, + "S": 0.00607842905446887, + "I": 8.342311048181728e-05, + "C": 1.4033013940206729e-05, + "R": 3.1316234526457265e-05, + "M": 0.09105195105075836, + "O": 0.1234453096985817, + "W": 0.0005581274162977934, + "N": 2.1430007564049447e-06, + "Y": 0.00086417724378407, + "U": 7.952492353524576e-08, + "K": 2.511852115194557e-10, + "L": 0.05935032293200493, + "G": 0.010653992183506489, + "F": 0.000527852273080498, + "E": 3.624990858952515e-05, + "T": 0.00704975938424468, + "P": 0.001191072748042643, + "-": 0.5166430473327637 + }, + "id": "tp_100" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 12513, + "label": "-", + "classification": { + "B": 0.000215460269828327, + "S": 5.250439789961092e-05, + "I": 2.3008435164229013e-05, + "C": 5.894423793506576e-07, + "R": 1.836541798638791e-07, + "M": 0.00020976357336621732, + "O": 0.00021567961084656417, + "W": 7.271984486578731e-06, + "N": 2.2982678729022155e-06, + "Y": 9.806288289837539e-05, + "U": 7.557169112715201e-08, + "K": 2.2824602652349313e-08, + "L": 2.0306983060436323e-05, + "G": 0.00011098520189989358, + "F": 0.0007847840897738934, + "E": 3.936671419069171e-05, + "T": 0.0003730766475200653, + "P": 0.16357825696468353, + "-": 0.8342682123184204 + }, + "id": "tp_101" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 12646, + "label": "-", + "classification": { + "B": 4.77929324915749e-06, + "S": 2.9356650088629976e-07, + "I": 1.104792612949268e-08, + "C": 1.414410366606944e-08, + "R": 1.8683861569002147e-08, + "M": 2.1268757336656563e-05, + "O": 1.9423372577875853e-05, + "W": 5.255031609863181e-08, + "N": 6.949835151814909e-11, + "Y": 1.0264949196425732e-05, + "U": 1.208137929975539e-11, + "K": 2.524272566147012e-13, + "L": 7.230150004033931e-06, + "G": 1.7555556041770615e-05, + "F": 0.000234810562687926, + "E": 7.725799555657886e-09, + "T": 3.841587022179738e-05, + "P": 0.00025713822105899453, + "-": 0.9993888139724731 + }, + "id": "tp_102" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 12779, + "label": "-", + "classification": { + "B": 0.006274016574025154, + "S": 0.000154550391016528, + "I": 0.0004582213005051017, + "C": 1.3400570423982572e-05, + "R": 4.5458382373908535e-06, + "M": 0.01907399669289589, + "O": 0.0010142101673409343, + "W": 2.0141096683801152e-05, + "N": 1.1068864296248648e-05, + "Y": 0.0008504123543389142, + "U": 2.715431719479966e-07, + "K": 4.3031121776948567e-08, + "L": 0.0004547388234641403, + "G": 0.0020195317920297384, + "F": 0.0017038109945133328, + "E": 0.0030084250029176474, + "T": 0.0014674110570922494, + "P": 0.12991560995578766, + "-": 0.8335556387901306 + }, + "id": "tp_103" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 12880, + "label": "-", + "classification": { + "B": 4.530242676992202e-06, + "S": 2.5678143629193073e-06, + "I": 8.696456643519923e-05, + "C": 5.745570433646208e-06, + "R": 4.262072707206244e-06, + "M": 6.492414831882343e-05, + "O": 0.00010519713396206498, + "W": 3.940423539461335e-06, + "N": 2.212266963397269e-06, + "Y": 0.0002183178294217214, + "U": 1.900405521837456e-07, + "K": 6.781755246265675e-08, + "L": 8.893077392713167e-06, + "G": 4.7773188271094114e-05, + "F": 0.0004177080700173974, + "E": 1.2667172086366918e-05, + "T": 0.0002822708338499069, + "P": 0.06323064863681793, + "-": 0.9355009198188782 + }, + "id": "tp_104" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 13013, + "label": "P", + "classification": { + "B": 1.646189957682509e-06, + "S": 6.189949317558785e-07, + "I": 5.595887705567293e-05, + "C": 2.62208430967803e-07, + "R": 3.8646728484081905e-08, + "M": 6.03813496127259e-05, + "O": 1.1563790394575335e-05, + "W": 1.4503095258078247e-07, + "N": 1.5948377267704927e-06, + "Y": 1.149414947576588e-05, + "U": 5.253732116017318e-09, + "K": 1.023526152721388e-09, + "L": 7.331025244639022e-07, + "G": 1.1088636711065192e-05, + "F": 4.772923784912564e-05, + "E": 5.27703195984941e-05, + "T": 0.00012125910870963708, + "P": 0.5053304433822632, + "-": 0.4942922294139862 + }, + "id": "tp_105" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 13146, + "label": "-", + "classification": { + "B": 0.00126707274466753, + "S": 0.0004770779050886631, + "I": 0.001262557227164507, + "C": 0.00020014532492496073, + "R": 0.00011514344805618748, + "M": 0.005020683165639639, + "O": 0.0026413805317133665, + "W": 0.00028548805858008564, + "N": 0.00015697321214247495, + "Y": 0.004196622408926487, + "U": 2.1868012481718324e-05, + "K": 2.174975088564679e-05, + "L": 0.0006558645982295275, + "G": 0.0030508392956107855, + "F": 0.013236850500106812, + "E": 0.0015643842052668333, + "T": 0.004643565975129604, + "P": 0.14668643474578857, + "-": 0.814495325088501 + }, + "id": "tp_106" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 13280, + "label": "B", + "classification": { + "B": 0.26842963695526123, + "S": 0.09237492084503174, + "I": 0.008226931095123291, + "C": 0.0015153161948546767, + "R": 0.002677426440641284, + "M": 0.10870296508073807, + "O": 0.15057717263698578, + "W": 0.018145600333809853, + "N": 0.0017409207066521049, + "Y": 0.004423645790666342, + "U": 0.000108111955341883, + "K": 1.2957896615262143e-05, + "L": 0.09851828217506409, + "G": 0.02729863114655018, + "F": 0.010114689357578754, + "E": 0.007368036545813084, + "T": 0.009902714751660824, + "P": 0.041755467653274536, + "-": 0.14810650050640106 + }, + "id": "tp_107" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 13380, + "label": "P", + "classification": { + "B": 0.009424096904695034, + "S": 0.014475091360509396, + "I": 0.05390604957938194, + "C": 0.0014765947125852108, + "R": 0.00183873251080513, + "M": 0.011198705062270164, + "O": 0.014646606519818306, + "W": 0.004917077254503965, + "N": 0.02234957367181778, + "Y": 0.006032940000295639, + "U": 0.0006438346463255584, + "K": 0.0016272527864202857, + "L": 0.0028484498616307974, + "G": 0.008242549374699593, + "F": 0.025433149188756943, + "E": 0.011780121363699436, + "T": 0.013101200573146343, + "P": 0.6126023530960083, + "-": 0.18345555663108826 + }, + "id": "tp_108" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 13514, + "label": "-", + "classification": { + "B": 3.162862185490667e-06, + "S": 1.483090954934596e-06, + "I": 6.610000127693638e-06, + "C": 5.820517401389225e-08, + "R": 2.2299762036936954e-08, + "M": 2.1922183805145323e-05, + "O": 2.390555528108962e-05, + "W": 3.1662830224377103e-07, + "N": 1.948180425870305e-07, + "Y": 1.0414928510726895e-05, + "U": 1.2197157728266461e-09, + "K": 5.699686833615658e-10, + "L": 8.605470611655619e-07, + "G": 1.0732578630268108e-05, + "F": 0.000526435615029186, + "E": 1.005492958938703e-05, + "T": 2.8692165869870223e-05, + "P": 0.11016174405813217, + "-": 0.8891934156417847 + }, + "id": "tp_109" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 13647, + "label": "P", + "classification": { + "B": 0.002292097546160221, + "S": 0.0020226165652275085, + "I": 0.10167878121137619, + "C": 0.0004186439036857337, + "R": 0.00014336215099319816, + "M": 0.004404133651405573, + "O": 0.0011114609660580754, + "W": 0.00045682810014113784, + "N": 0.03186863660812378, + "Y": 0.002785289194434881, + "U": 4.494129098020494e-05, + "K": 0.0020842021331191063, + "L": 0.00015234343300107867, + "G": 0.004778360482305288, + "F": 0.003863748861476779, + "E": 0.135877326130867, + "T": 0.0023969190660864115, + "P": 0.6751945614814758, + "-": 0.028425801545381546 + }, + "id": "tp_110" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 13780, + "label": "-", + "classification": { + "B": 0.00020691234385594726, + "S": 6.444083555834368e-05, + "I": 0.0016929490957409143, + "C": 0.00033733490272425115, + "R": 0.00012459710706025362, + "M": 0.0018568679224699736, + "O": 0.000846128212288022, + "W": 9.526063513476402e-05, + "N": 0.00019616034114733338, + "Y": 0.00468467315658927, + "U": 3.991846460849047e-05, + "K": 5.2076298743486404e-05, + "L": 0.0002063646970782429, + "G": 0.002750739688053727, + "F": 0.008715369738638401, + "E": 0.0017652116948738694, + "T": 0.005772196222096682, + "P": 0.21880650520324707, + "-": 0.7517863512039185 + }, + "id": "tp_111" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 13881, + "label": "P", + "classification": { + "B": 0.001980394357815385, + "S": 0.002387288026511669, + "I": 0.05942226201295853, + "C": 4.3202893721172586e-05, + "R": 3.7979334592819214e-05, + "M": 0.0023437764029949903, + "O": 0.001484495704062283, + "W": 0.00020648307690862566, + "N": 0.007003158796578646, + "Y": 0.0011898042866960168, + "U": 4.9964642130362336e-06, + "K": 1.3802759895042982e-05, + "L": 0.00017564247536938637, + "G": 0.0008139708079397678, + "F": 0.0013235172955319285, + "E": 0.0059353020042181015, + "T": 0.0037491610273718834, + "P": 0.8272169232368469, + "-": 0.08466795086860657 + }, + "id": "tp_112" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 14014, + "label": "-", + "classification": { + "B": 0.0004832048434764147, + "S": 0.00023873815371189266, + "I": 0.00014904573617968708, + "C": 1.7117692550527863e-05, + "R": 1.0481172466825228e-05, + "M": 0.0015630789566785097, + "O": 0.0009093622793443501, + "W": 5.844892075401731e-05, + "N": 1.789271118468605e-05, + "Y": 0.002257334301248193, + "U": 1.8834874708772986e-06, + "K": 3.4213089747936465e-06, + "L": 0.00014994734374340624, + "G": 0.0014081073459237814, + "F": 0.011172196827828884, + "E": 0.00033996716956608, + "T": 0.0024212845601141453, + "P": 0.06532835215330124, + "-": 0.9134700894355774 + }, + "id": "tp_113" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 14147, + "label": "-", + "classification": { + "B": 0.00010187417501583695, + "S": 1.7516129446448758e-05, + "I": 6.72987662255764e-05, + "C": 2.0035197394463466e-06, + "R": 1.2944186664753943e-06, + "M": 0.0002790222642943263, + "O": 0.00023709508241154253, + "W": 9.885162398859393e-06, + "N": 4.007522875326686e-06, + "Y": 0.00014683920016977936, + "U": 1.195632535200275e-07, + "K": 7.139257007793276e-08, + "L": 1.4059232853469439e-05, + "G": 0.0001068580531864427, + "F": 0.001078195171430707, + "E": 6.411266076611355e-05, + "T": 0.0004866081289947033, + "P": 0.14078842103481293, + "-": 0.8565946221351624 + }, + "id": "tp_114" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 14281, + "label": "P", + "classification": { + "B": 0.003524560248479247, + "S": 0.0003644244570750743, + "I": 0.004188022576272488, + "C": 5.2280807722127065e-05, + "R": 2.519224835850764e-05, + "M": 0.0035771564580500126, + "O": 0.0013925250386819243, + "W": 0.0001106793133658357, + "N": 0.0003519622841849923, + "Y": 0.0004322291642893106, + "U": 6.367812602547929e-06, + "K": 6.225794209058222e-07, + "L": 0.0004425403894856572, + "G": 0.0008022011024877429, + "F": 0.0013198371743783355, + "E": 0.0036646241787821054, + "T": 0.001364055904559791, + "P": 0.7246465086936951, + "-": 0.2537342607975006 + }, + "id": "tp_115" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 14381, + "label": "-", + "classification": { + "B": 0.004994010087102652, + "S": 3.358540197950788e-05, + "I": 0.0003738493542186916, + "C": 2.160106123483274e-05, + "R": 6.137121090432629e-06, + "M": 0.002855552826076746, + "O": 0.0005244434578344226, + "W": 1.0729042514867615e-05, + "N": 6.797029982408276e-06, + "Y": 0.0003725490241777152, + "U": 2.5220236921086325e-07, + "K": 5.624002152870844e-09, + "L": 0.00034710951149463654, + "G": 0.0013426404912024736, + "F": 0.0006887246272526681, + "E": 0.0013157852226868272, + "T": 0.0004712273075710982, + "P": 0.2668954133987427, + "-": 0.719739556312561 + }, + "id": "tp_116" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 14515, + "label": "P", + "classification": { + "B": 2.450045576551929e-05, + "S": 9.795939695322886e-05, + "I": 0.002398647600784898, + "C": 6.658332858933136e-05, + "R": 2.6528472517384216e-05, + "M": 0.0003100672038272023, + "O": 0.0002784722892101854, + "W": 5.02362527186051e-05, + "N": 0.00041453016456216574, + "Y": 0.0016993563622236252, + "U": 1.4744507097930182e-05, + "K": 9.986499208025634e-05, + "L": 3.567914245650172e-05, + "G": 0.0007490218267776072, + "F": 0.015562118031084538, + "E": 0.0022776646073907614, + "T": 0.001013982342556119, + "P": 0.6249297261238098, + "-": 0.3499504029750824 + }, + "id": "tp_117" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 14648, + "label": "-", + "classification": { + "B": 0.0008859631489031017, + "S": 0.001632046652957797, + "I": 0.0008172467933036387, + "C": 7.167468720581383e-05, + "R": 9.267329733120278e-05, + "M": 0.003298817202448845, + "O": 0.0038724211044609547, + "W": 0.0004343623877502978, + "N": 0.00015861586143728346, + "Y": 0.0063961041159927845, + "U": 1.115854593081167e-05, + "K": 3.572805508156307e-05, + "L": 0.0005627240752801299, + "G": 0.0033933205995708704, + "F": 0.05243029445409775, + "E": 0.001035423600114882, + "T": 0.005022457335144281, + "P": 0.08285646140575409, + "-": 0.8369924426078796 + }, + "id": "tp_118" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 14781, + "label": "P", + "classification": { + "B": 0.00022855566930957139, + "S": 0.00019972030713688582, + "I": 0.009119865484535694, + "C": 0.00022586491832043976, + "R": 5.984687595628202e-05, + "M": 0.0009691621526144445, + "O": 0.0004072875890415162, + "W": 0.0001149034287664108, + "N": 0.0029831507708877325, + "Y": 0.001832928042858839, + "U": 7.34013447072357e-05, + "K": 0.0006736563518643379, + "L": 5.321084609022364e-05, + "G": 0.001255836570635438, + "F": 0.008010498248040676, + "E": 0.01775982975959778, + "T": 0.002120739547535777, + "P": 0.7882480025291443, + "-": 0.1656634360551834 + }, + "id": "tp_119" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 14882, + "label": "-", + "classification": { + "B": 0.00012590120604727417, + "S": 6.658614438492805e-05, + "I": 0.0008130254573188722, + "C": 0.00012588714889716357, + "R": 4.826352960662916e-05, + "M": 0.006396702956408262, + "O": 0.0004645984445232898, + "W": 3.343149001011625e-05, + "N": 7.222868589451537e-05, + "Y": 0.025761567056179047, + "U": 1.700370012258645e-05, + "K": 0.00023463796242140234, + "L": 0.00012164014333393425, + "G": 0.008831307291984558, + "F": 0.01391724031418562, + "E": 0.00358603592030704, + "T": 0.012849904596805573, + "P": 0.05310910940170288, + "-": 0.8734248280525208 + }, + "id": "tp_120" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 15015, + "label": "-", + "classification": { + "B": 5.901642907701898e-06, + "S": 3.221047563783941e-06, + "I": 5.093502841191366e-05, + "C": 4.327834176365286e-06, + "R": 3.5063046652794583e-06, + "M": 0.0006239854265004396, + "O": 0.00014068145537748933, + "W": 2.070938535325695e-06, + "N": 7.208724355223239e-07, + "Y": 0.0013635283103212714, + "U": 9.26098380205076e-08, + "K": 3.505391887870246e-08, + "L": 2.3113645511330105e-05, + "G": 0.000313108874252066, + "F": 0.0005116724059917033, + "E": 2.5412355171283707e-05, + "T": 0.001221214304678142, + "P": 0.009248175658285618, + "-": 0.9864583611488342 + }, + "id": "tp_121" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 15148, + "label": "P", + "classification": { + "B": 0.001206088112667203, + "S": 0.00016350476653315127, + "I": 0.006135517731308937, + "C": 0.00012310365855228156, + "R": 3.640991781139746e-05, + "M": 0.0013533016899600625, + "O": 0.0007111781160347164, + "W": 9.277651406591758e-05, + "N": 0.0006876747356727719, + "Y": 0.000600651721470058, + "U": 1.6147623682627454e-05, + "K": 5.751509888796136e-06, + "L": 0.0002028682065429166, + "G": 0.0010336514096707106, + "F": 0.001679640612564981, + "E": 0.005372259300202131, + "T": 0.001138118328526616, + "P": 0.769423246383667, + "-": 0.2100180834531784 + }, + "id": "tp_122" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 15282, + "label": "-", + "classification": { + "B": 0.00011290186375845224, + "S": 1.2662985682254657e-05, + "I": 0.0001630185142857954, + "C": 6.184915491758147e-06, + "R": 3.1802924240764696e-06, + "M": 0.0005834277253597975, + "O": 0.00031072390265762806, + "W": 6.9055913627380505e-06, + "N": 7.564357019873569e-06, + "Y": 0.0003898869617842138, + "U": 2.699721335375216e-07, + "K": 4.7127574731575805e-08, + "L": 4.41915872215759e-05, + "G": 0.0005526643944904208, + "F": 0.0008656915160827339, + "E": 0.00037233001785352826, + "T": 0.0007530294242314994, + "P": 0.1710733026266098, + "-": 0.8247420191764832 + }, + "id": "tp_123" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 15382, + "label": "-", + "classification": { + "B": 1.8935959744670328e-10, + "S": 3.8677203106907143e-10, + "I": 1.0301683062152733e-07, + "C": 3.2828439966436918e-09, + "R": 7.779907829075228e-10, + "M": 1.7164626342491829e-06, + "O": 1.4932759029306908e-07, + "W": 4.3131245797134454e-10, + "N": 2.218174671719808e-10, + "Y": 1.5029856513137929e-05, + "U": 8.600960221816223e-12, + "K": 1.2716069516804929e-12, + "L": 8.826664732453082e-09, + "G": 2.9115329880369245e-07, + "F": 9.236861842509825e-06, + "E": 1.706506047582934e-08, + "T": 1.5658057236578315e-05, + "P": 0.002516350708901882, + "-": 0.9974414110183716 + }, + "id": "tp_124" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 15516, + "label": "-", + "classification": { + "B": 1.561243720971106e-07, + "S": 2.72609372586885e-06, + "I": 3.712815299650174e-08, + "C": 6.357354322972242e-06, + "R": 4.9952150220633484e-06, + "M": 0.00090089748846367, + "O": 0.00034970551496371627, + "W": 1.0411245057184715e-06, + "N": 9.491328833988177e-10, + "Y": 0.000972975802142173, + "U": 2.6019858490045067e-10, + "K": 2.734378556912276e-10, + "L": 0.00020426341507118195, + "G": 0.000494534382596612, + "F": 0.0018620890332385898, + "E": 6.952200948262544e-08, + "T": 0.00048554374370723963, + "P": 2.9297900255187415e-05, + "-": 0.9946852922439575 + }, + "id": "tp_125" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 15649, + "label": "-", + "classification": { + "B": 2.0448434057129816e-08, + "S": 7.961956427493533e-09, + "I": 1.8203786567028146e-06, + "C": 4.93791503686225e-07, + "R": 2.0480257489907672e-07, + "M": 1.7842001398094e-05, + "O": 6.397664492396871e-06, + "W": 1.6468774788336304e-08, + "N": 9.290963554065002e-09, + "Y": 6.244050018722191e-05, + "U": 1.3450648372881346e-09, + "K": 2.4649305166435376e-11, + "L": 7.175057703534549e-07, + "G": 8.274701031041332e-06, + "F": 1.1332806934660766e-05, + "E": 1.8594336381738685e-07, + "T": 0.00022474391153082252, + "P": 0.0024987366050481796, + "-": 0.9971668124198914 + }, + "id": "tp_126" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 15782, + "label": "-", + "classification": { + "B": 4.5704064177698456e-06, + "S": 4.674453180086857e-07, + "I": 1.6739323882575263e-07, + "C": 4.402423201099737e-06, + "R": 2.3939646780490875e-06, + "M": 0.0005379116046242416, + "O": 0.0003229620342608541, + "W": 2.1255689830468327e-07, + "N": 1.2688345929490197e-09, + "Y": 0.00015586891095153987, + "U": 3.0803348760599647e-10, + "K": 4.848973219478969e-12, + "L": 0.0002854147460311651, + "G": 0.0005639039445668459, + "F": 0.00012166782835265622, + "E": 3.3978548685809074e-07, + "T": 0.00016747812333051115, + "P": 0.00016644141578581184, + "-": 0.9976657629013062 + }, + "id": "tp_127" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 15883, + "label": "-", + "classification": { + "B": 1.685990355326794e-06, + "S": 5.343237262422917e-06, + "I": 6.697761278928738e-08, + "C": 7.847162208918235e-08, + "R": 1.1722550397053055e-07, + "M": 0.00016574376786593348, + "O": 0.0001998923544306308, + "W": 4.476031278954906e-07, + "N": 1.1207389460921036e-09, + "Y": 0.00030166126089170575, + "U": 4.4717510944147776e-11, + "K": 3.2828420537533987e-11, + "L": 3.8425256207119673e-05, + "G": 0.00015014126256573945, + "F": 0.000665039464365691, + "E": 2.8802386964343896e-07, + "T": 0.00020976447558496147, + "P": 0.00020661659073084593, + "-": 0.9980546236038208 + }, + "id": "tp_128" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 16016, + "label": "-", + "classification": { + "B": 0.016509251669049263, + "S": 0.0014784421073272824, + "I": 0.003764552064239979, + "C": 0.000852920871693641, + "R": 0.0006023200112394989, + "M": 0.03834306448698044, + "O": 0.01750835031270981, + "W": 0.0006958128651604056, + "N": 0.00016631999460514635, + "Y": 0.011063921265304089, + "U": 1.9365006664884277e-05, + "K": 4.299302247545711e-07, + "L": 0.011136515066027641, + "G": 0.01011382695287466, + "F": 0.0031518118921667337, + "E": 0.0020453105680644512, + "T": 0.02097541093826294, + "P": 0.05404413491487503, + "-": 0.8075281977653503 + }, + "id": "tp_129" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 16149, + "label": "-", + "classification": { + "B": 6.586430117749842e-06, + "S": 6.649505394307198e-06, + "I": 0.0002763342927210033, + "C": 3.130882032564841e-05, + "R": 6.628472419833997e-06, + "M": 0.00016174966003745794, + "O": 0.0001285459875361994, + "W": 8.136770702549256e-06, + "N": 2.1169582396396436e-05, + "Y": 0.00025472749257460237, + "U": 1.3463900359056424e-06, + "K": 5.8037080634676386e-06, + "L": 9.54708502831636e-06, + "G": 0.00012786034494638443, + "F": 0.004108624067157507, + "E": 0.0001698181586107239, + "T": 0.00043991164420731366, + "P": 0.16001540422439575, + "-": 0.8342199325561523 + }, + "id": "tp_130" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 16283, + "label": "-", + "classification": { + "B": 6.526698416564614e-05, + "S": 0.0001750770752551034, + "I": 0.00010374596604378894, + "C": 2.611492163850926e-05, + "R": 9.688422323961277e-06, + "M": 0.00031758390832692385, + "O": 0.00046084128553047776, + "W": 4.510791040956974e-05, + "N": 3.762270716833882e-05, + "Y": 0.0006218717317096889, + "U": 1.6184154674192541e-06, + "K": 2.8719949114019983e-05, + "L": 2.3652115487493575e-05, + "G": 0.0003301207034382969, + "F": 0.02256372943520546, + "E": 0.0004623922286555171, + "T": 0.0009462547022849321, + "P": 0.0824790820479393, + "-": 0.8913013935089111 + }, + "id": "tp_131" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 16383, + "label": "-", + "classification": { + "B": 2.8868143999716267e-06, + "S": 7.288399046956329e-06, + "I": 4.315459989356896e-09, + "C": 4.4122719367045704e-10, + "R": 2.126778086974923e-09, + "M": 4.769801307702437e-05, + "O": 9.945045167114586e-05, + "W": 3.195782483089715e-07, + "N": 1.7790031947573226e-10, + "Y": 5.586338829743909e-06, + "U": 2.21120062364466e-12, + "K": 2.173148163156502e-12, + "L": 2.2234764855966205e-06, + "G": 2.9670095500478055e-06, + "F": 0.00031989862327463925, + "E": 7.923279810029271e-09, + "T": 3.4397879062453285e-05, + "P": 0.00013998517533764243, + "-": 0.9993372559547424 + }, + "id": "tp_132" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 16517, + "label": "-", + "classification": { + "B": 0.00014876143541187048, + "S": 1.0725351557994145e-06, + "I": 5.553300979954656e-06, + "C": 6.944582082724082e-07, + "R": 4.014013939013239e-07, + "M": 0.00033960473956540227, + "O": 0.00015978366718627512, + "W": 8.857217608237988e-07, + "N": 5.675160963392045e-08, + "Y": 5.5849788623163477e-05, + "U": 4.4005714627814996e-09, + "K": 3.3499483742538416e-10, + "L": 3.5351364203961566e-05, + "G": 0.00026729144155979156, + "F": 0.00017854335601441562, + "E": 1.1592475857469253e-05, + "T": 0.00015277870988938957, + "P": 0.007076540030539036, + "-": 0.9915652275085449 + }, + "id": "tp_133" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 16650, + "label": "-", + "classification": { + "B": 2.95881945930887e-05, + "S": 1.0318143722543027e-05, + "I": 9.592134802005603e-07, + "C": 1.0474045097907947e-07, + "R": 2.705975532535376e-07, + "M": 0.0003129121905658394, + "O": 0.00024713011225685477, + "W": 2.121336365235038e-06, + "N": 1.7660765294635894e-08, + "Y": 0.00016941985813900828, + "U": 1.9451302790685077e-09, + "K": 5.355248466898388e-10, + "L": 2.6513986085774377e-05, + "G": 7.935325993457809e-05, + "F": 0.0005156484548933804, + "E": 1.440592768631177e-06, + "T": 0.00023158297699410468, + "P": 0.002080583944916725, + "-": 0.9962921142578125 + }, + "id": "tp_134" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 16750, + "label": "-", + "classification": { + "B": 7.976483362703846e-10, + "S": 2.0257544530721816e-09, + "I": 2.743884675027175e-09, + "C": 4.8531689778030795e-09, + "R": 5.48270540079443e-10, + "M": 3.6155608995613875e-07, + "O": 5.9405167007753334e-08, + "W": 2.1738012778715898e-10, + "N": 6.39314018391346e-11, + "Y": 1.9443092241999693e-05, + "U": 1.5725795231985584e-12, + "K": 1.6871052332945169e-09, + "L": 2.4735515857798873e-09, + "G": 4.890937361778924e-06, + "F": 0.0056517887860536575, + "E": 1.5285090171346383e-07, + "T": 2.828528067766456e-06, + "P": 0.0004783921758644283, + "-": 0.9938420057296753 + }, + "id": "tp_135" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 16884, + "label": "-", + "classification": { + "B": 0.0001858680770965293, + "S": 0.00010624798596836627, + "I": 0.00010774550173664466, + "C": 2.7814308850793168e-05, + "R": 2.5038190869963728e-05, + "M": 0.0016949421260505915, + "O": 0.0011548161273822188, + "W": 3.5208024200983346e-05, + "N": 5.260235866444418e-06, + "Y": 0.002574297832325101, + "U": 5.873196755601384e-07, + "K": 5.273221859170008e-07, + "L": 0.0003131441480945796, + "G": 0.0019941276405006647, + "F": 0.014605463482439518, + "E": 0.00012873770901933312, + "T": 0.0014027082361280918, + "P": 0.015470316633582115, + "-": 0.9601672887802124 + }, + "id": "tp_136" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 17017, + "label": "-", + "classification": { + "B": 0.0017706035869196057, + "S": 1.629576763662044e-05, + "I": 4.2654819480958395e-06, + "C": 1.974813841343348e-07, + "R": 8.721713129489217e-08, + "M": 0.0007035771268419921, + "O": 0.0003941541654057801, + "W": 2.9510226795537164e-06, + "N": 9.471592221643732e-08, + "Y": 4.425793304108083e-05, + "U": 3.6282949977817225e-09, + "K": 1.76014564035043e-10, + "L": 7.058261689962819e-05, + "G": 0.00022527063265442848, + "F": 0.00046927534276619554, + "E": 2.122733167198021e-05, + "T": 0.0001421904016751796, + "P": 0.020667914301156998, + "-": 0.9754670858383179 + }, + "id": "tp_137" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 17150, + "label": "-", + "classification": { + "B": 5.465712547447765e-06, + "S": 2.6260865979566006e-06, + "I": 3.0757905733480584e-07, + "C": 2.2383339626230736e-07, + "R": 5.776528055889685e-08, + "M": 2.2004693164490163e-05, + "O": 3.696380736073479e-05, + "W": 4.651672043110011e-07, + "N": 2.3113086555781592e-08, + "Y": 4.979794903192669e-05, + "U": 1.917566994080744e-09, + "K": 4.609630455121305e-09, + "L": 1.9856797734973952e-06, + "G": 3.782994826906361e-05, + "F": 0.0020189639180898666, + "E": 9.017226716423465e-07, + "T": 5.9486435930011794e-05, + "P": 0.005984098184853792, + "-": 0.9917787909507751 + }, + "id": "tp_138" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 17251, + "label": "-", + "classification": { + "B": 1.169629285868723e-06, + "S": 8.928893180382147e-07, + "I": 1.0714461495808791e-07, + "C": 2.8160428655610303e-08, + "R": 1.3092693151861567e-08, + "M": 1.1465390343801118e-05, + "O": 1.78839127329411e-05, + "W": 2.4647363261465216e-07, + "N": 5.187659191108196e-09, + "Y": 2.4690440113772638e-05, + "U": 2.438739488130892e-10, + "K": 4.4036307933481567e-10, + "L": 5.164020535630698e-07, + "G": 5.4654074119753204e-06, + "F": 0.0006932428223080933, + "E": 2.729000243562041e-07, + "T": 2.4372739062528126e-05, + "P": 0.002054554410278797, + "-": 0.9971651434898376 + }, + "id": "tp_139" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 17384, + "label": "-", + "classification": { + "B": 5.555914412980201e-07, + "S": 1.1374714858902735e-06, + "I": 5.914387202210492e-07, + "C": 1.7797399110008882e-08, + "R": 8.712209620398426e-09, + "M": 4.259820798324654e-06, + "O": 6.256123469938757e-06, + "W": 2.388589450674772e-07, + "N": 4.316545698657137e-08, + "Y": 1.3153296094969846e-05, + "U": 9.137089418409516e-10, + "K": 3.4760713418791056e-08, + "L": 1.1793292031825331e-07, + "G": 4.344517947174609e-06, + "F": 0.0038586703594774008, + "E": 4.048099526698934e-06, + "T": 1.8118013031198643e-05, + "P": 0.03361983224749565, + "-": 0.9624686241149902 + }, + "id": "tp_140" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 17518, + "label": "-", + "classification": { + "B": 6.132053840701701e-06, + "S": 1.1756258572859224e-05, + "I": 0.00027041404973715544, + "C": 1.4752727111044805e-05, + "R": 3.2365126116928877e-06, + "M": 0.0003637562913354486, + "O": 8.88907743501477e-05, + "W": 5.964091997157084e-06, + "N": 3.331335028633475e-05, + "Y": 0.0020489664748311043, + "U": 2.2810509108239785e-06, + "K": 8.469096428598277e-06, + "L": 5.73755869481829e-06, + "G": 0.0001354034902760759, + "F": 0.0008115327800624073, + "E": 0.00028104858938604593, + "T": 0.0035338604357093573, + "P": 0.10024193674325943, + "-": 0.8921325206756592 + }, + "id": "tp_141" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 17651, + "label": "-", + "classification": { + "B": 0.00023117965611163527, + "S": 2.2764666937291622e-05, + "I": 2.246304404707189e-07, + "C": 1.1569183300252917e-07, + "R": 1.3298357259827753e-07, + "M": 0.0015958731528371572, + "O": 0.0006426420295611024, + "W": 6.321860155367176e-07, + "N": 7.611875019186698e-10, + "Y": 6.533033592859283e-05, + "U": 1.2353653690289068e-11, + "K": 7.152498537020546e-13, + "L": 0.0006179515039548278, + "G": 0.0010425158543512225, + "F": 0.001913693849928677, + "E": 1.6770051161074662e-06, + "T": 5.157513442100026e-05, + "P": 0.0002644730848260224, + "-": 0.9935492873191833 + }, + "id": "tp_142" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 17751, + "label": "-", + "classification": { + "B": 3.3195527066709474e-05, + "S": 7.986796845216304e-06, + "I": 0.00019199945381842554, + "C": 1.34246438392438e-05, + "R": 8.571606485929806e-06, + "M": 0.00032428873237222433, + "O": 0.00026385305682197213, + "W": 5.489710929396097e-06, + "N": 4.763079687108984e-06, + "Y": 0.0002824759285431355, + "U": 3.802751393777726e-07, + "K": 1.1968192836775415e-07, + "L": 5.2214036259101704e-05, + "G": 0.0005293292924761772, + "F": 0.00352479238063097, + "E": 8.109751797746867e-05, + "T": 0.0005652242689393461, + "P": 0.050904303789138794, + "-": 0.9432064890861511 + }, + "id": "tp_143" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 17885, + "label": "S", + "classification": { + "B": 0.04245361313223839, + "S": 0.5260611176490784, + "I": 0.0007666324963793159, + "C": 1.7294198187300935e-05, + "R": 6.520901661133394e-05, + "M": 0.02734288200736046, + "O": 0.2517865300178528, + "W": 0.014096943661570549, + "N": 0.0002570017531979829, + "Y": 0.01098415907472372, + "U": 9.504159947937296e-08, + "K": 1.241341215063585e-05, + "L": 0.004834304563701153, + "G": 0.018584463745355606, + "F": 0.007297139149159193, + "E": 0.0002464781573507935, + "T": 0.01819782704114914, + "P": 0.0013188931625336409, + "-": 0.07567699253559113 + }, + "id": "tp_144" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 18018, + "label": "-", + "classification": { + "B": 0.0008974307565949857, + "S": 0.001010195235721767, + "I": 1.3362914330627973e-07, + "C": 2.0593439842286898e-07, + "R": 1.471626887905586e-06, + "M": 0.00624900683760643, + "O": 0.01209460012614727, + "W": 3.0133238396956585e-05, + "N": 3.6879683751323e-09, + "Y": 0.00014772753638681024, + "U": 6.11780279213825e-11, + "K": 2.8802101328939678e-11, + "L": 0.003594106063246727, + "G": 0.001691528712399304, + "F": 0.007171463221311569, + "E": 5.821004265271768e-07, + "T": 0.00047435230226255953, + "P": 6.240871152840555e-05, + "-": 0.9665747284889221 + }, + "id": "tp_145" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 18151, + "label": "-", + "classification": { + "B": 0.0010044875089079142, + "S": 0.00026683250325731933, + "I": 4.592440745909698e-05, + "C": 1.0355336144129978e-06, + "R": 8.201734544854844e-07, + "M": 0.00036174675915390253, + "O": 0.0009337604860775173, + "W": 5.543811494135298e-05, + "N": 5.099418558529578e-06, + "Y": 4.371010072645731e-05, + "U": 1.1491452767131705e-07, + "K": 1.798564426280791e-07, + "L": 5.093379513709806e-05, + "G": 0.00012268016871530563, + "F": 0.00368118635378778, + "E": 0.00012158045137766749, + "T": 0.0001307942729908973, + "P": 0.15760885179042816, + "-": 0.8355648517608643 + }, + "id": "tp_146" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 18252, + "label": "-", + "classification": { + "B": 0.010097627528011799, + "S": 0.00012319859524723142, + "I": 6.584205181070502e-08, + "C": 2.797592344450095e-07, + "R": 5.476040882967936e-07, + "M": 0.006105736363679171, + "O": 0.00687022740021348, + "W": 5.5969298955460545e-06, + "N": 4.938170983237455e-10, + "Y": 3.0739320209249854e-05, + "U": 2.5342634241143358e-11, + "K": 1.3839511405367572e-13, + "L": 0.010638929903507233, + "G": 0.002600153675302863, + "F": 0.002003656467422843, + "E": 4.233276058585034e-07, + "T": 0.00014470853784587234, + "P": 0.00010199272219324484, + "-": 0.9612760543823242 + }, + "id": "tp_147" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 18385, + "label": "-", + "classification": { + "B": 3.597223258111626e-05, + "S": 0.013139136135578156, + "I": 1.310270931753621e-06, + "C": 3.6148627202692296e-08, + "R": 8.60271072156138e-08, + "M": 0.0004784435441251844, + "O": 0.00447556609287858, + "W": 7.332654058700427e-05, + "N": 3.234502514715132e-07, + "Y": 9.876145486487076e-05, + "U": 5.48573964032073e-10, + "K": 7.045434813335305e-08, + "L": 0.00027121679158881307, + "G": 0.000902686093468219, + "F": 0.27036741375923157, + "E": 2.1714326067012735e-05, + "T": 0.0001609247992746532, + "P": 0.006189854349941015, + "-": 0.7037831544876099 + }, + "id": "tp_148" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 18519, + "label": "-", + "classification": { + "B": 0.007381360977888107, + "S": 0.0011689846869558096, + "I": 1.2414952834660653e-06, + "C": 2.912640573171643e-09, + "R": 3.257850877957935e-08, + "M": 0.002304305089637637, + "O": 0.004568877164274454, + "W": 8.12936013971921e-06, + "N": 4.473365677881702e-09, + "Y": 1.0903920156124514e-05, + "U": 4.628485095192758e-12, + "K": 6.177840221810102e-14, + "L": 0.0006153205176815391, + "G": 0.00011704196367645636, + "F": 0.0002535366511438042, + "E": 2.2565559731901885e-07, + "T": 0.00012105476344004273, + "P": 0.0015445054741576314, + "-": 0.9819043278694153 + }, + "id": "tp_149" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 18652, + "label": "B", + "classification": { + "B": 0.7056395411491394, + "S": 0.00017395394388586283, + "I": 6.727885875079664e-07, + "C": 2.211974816646034e-07, + "R": 8.691100674695917e-07, + "M": 0.0013061584904789925, + "O": 0.009639481082558632, + "W": 2.6919180527329445e-05, + "N": 4.012682630616382e-09, + "Y": 2.725997319430462e-06, + "U": 1.2744053590196813e-09, + "K": 1.8438297899126335e-14, + "L": 0.01419595256447792, + "G": 0.000668323424179107, + "F": 2.551472971390467e-05, + "E": 6.399749850061198e-07, + "T": 3.826745887636207e-05, + "P": 0.0035431785508990288, + "-": 0.26473763585090637 + }, + "id": "tp_150" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 18752, + "label": "-", + "classification": { + "B": 0.0003117011801805347, + "S": 1.9639137462945655e-05, + "I": 1.42225946575536e-08, + "C": 4.286925303631506e-08, + "R": 1.9525089101080084e-07, + "M": 0.002809884026646614, + "O": 0.0038189610932022333, + "W": 6.250662067941448e-07, + "N": 1.7167317914457136e-11, + "Y": 8.354935562238097e-05, + "U": 2.997467183317448e-13, + "K": 1.107944400117924e-15, + "L": 0.003649369580671191, + "G": 0.0016468060202896595, + "F": 0.00022570269356947392, + "E": 1.2148674066736476e-08, + "T": 0.00013179215602576733, + "P": 5.406050149758812e-06, + "-": 0.9872962236404419 + }, + "id": "tp_151" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 18886, + "label": "-", + "classification": { + "B": 0.00012321541726123542, + "S": 0.00021407964231912047, + "I": 3.77929012529421e-08, + "C": 3.352905508791082e-08, + "R": 3.5900362149732246e-07, + "M": 0.002230734331533313, + "O": 0.007422599941492081, + "W": 1.3662545825354755e-05, + "N": 6.914859240758631e-10, + "Y": 0.0003965212672483176, + "U": 1.080872370773367e-11, + "K": 7.48138790501729e-12, + "L": 0.0008216848946176469, + "G": 0.0004964814288541675, + "F": 0.00105422199703753, + "E": 4.274849985108631e-08, + "T": 0.0005515821394510567, + "P": 1.659962799749337e-05, + "-": 0.9866582751274109 + }, + "id": "tp_152" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 19019, + "label": "-", + "classification": { + "B": 0.0002290606644237414, + "S": 6.943880180187989e-06, + "I": 1.2225552836753195e-06, + "C": 1.1022800450177783e-08, + "R": 3.243125945573411e-08, + "M": 0.0001608774473425001, + "O": 0.0005591323715634644, + "W": 8.491068683724734e-07, + "N": 1.3064955339814333e-08, + "Y": 6.633426892221905e-06, + "U": 1.670177607326906e-10, + "K": 2.8474813652812347e-13, + "L": 9.349346510134637e-05, + "G": 0.00011463463306427002, + "F": 0.00014804465172346681, + "E": 4.982329642189143e-07, + "T": 8.413293107878417e-05, + "P": 0.012119227088987827, + "-": 0.9864751696586609 + }, + "id": "tp_153" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 19152, + "label": "-", + "classification": { + "B": 9.391155617777258e-05, + "S": 8.48008130560629e-06, + "I": 4.86354656459298e-06, + "C": 7.55306173232384e-05, + "R": 6.013556048856117e-05, + "M": 0.004727967083454132, + "O": 0.001665070652961731, + "W": 3.930972070520511e-06, + "N": 3.602123044288419e-08, + "Y": 0.0026296223513782024, + "U": 2.9426489689399205e-08, + "K": 1.4803977488320186e-10, + "L": 0.004716762341558933, + "G": 0.007596006151288748, + "F": 0.0013054627925157547, + "E": 2.353661329834722e-06, + "T": 0.002034921431913972, + "P": 0.0006209673592820764, + "-": 0.9744540452957153 + }, + "id": "tp_154" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 19253, + "label": "-", + "classification": { + "B": 1.8587028307592846e-06, + "S": 7.405471791344098e-08, + "I": 1.3487652772425918e-08, + "C": 5.051882467910218e-09, + "R": 4.789033170027324e-09, + "M": 5.332685304892948e-06, + "O": 8.238443115260452e-06, + "W": 1.3977698110068104e-08, + "N": 9.150211838226951e-11, + "Y": 1.2918767424707767e-06, + "U": 2.514721287108501e-12, + "K": 5.679092314686898e-14, + "L": 1.012303187053476e-06, + "G": 2.8540978291857755e-06, + "F": 5.134189632371999e-05, + "E": 1.300347296506743e-08, + "T": 7.117617769836215e-06, + "P": 0.0006689741858281195, + "-": 0.9992519021034241 + }, + "id": "tp_155" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 19386, + "label": "-", + "classification": { + "B": 7.682558020860597e-07, + "S": 4.156503564445302e-06, + "I": 6.709773288093857e-07, + "C": 6.609207616747881e-07, + "R": 1.523279024695512e-06, + "M": 0.00042187151848338544, + "O": 0.0001268244959646836, + "W": 7.94209142895852e-07, + "N": 5.121206569924652e-09, + "Y": 0.0012026497861370444, + "U": 4.952000476343699e-10, + "K": 3.4893946065928105e-10, + "L": 4.285062459530309e-05, + "G": 0.00019417243311181664, + "F": 0.0013735503889620304, + "E": 9.986473514800309e-08, + "T": 0.002488618716597557, + "P": 8.6868109065108e-05, + "-": 0.9940539002418518 + }, + "id": "tp_156" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 19520, + "label": "-", + "classification": { + "B": 7.062136137392372e-05, + "S": 5.831687758472981e-06, + "I": 5.9303960853185345e-08, + "C": 7.987529926367642e-08, + "R": 3.279765792285616e-07, + "M": 0.0005778450286015868, + "O": 0.0005188178620301187, + "W": 1.5741389916001935e-06, + "N": 5.384470647129547e-10, + "Y": 7.701032882323489e-05, + "U": 1.1391898535606515e-10, + "K": 1.4600581160761905e-11, + "L": 0.00016429778770543635, + "G": 0.00019358603458385915, + "F": 0.00047146977158263326, + "E": 1.8593608785977267e-07, + "T": 8.088081085588783e-05, + "P": 0.00012845176388509572, + "-": 0.9977090358734131 + }, + "id": "tp_157" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 19653, + "label": "-", + "classification": { + "B": 1.3894456287744106e-06, + "S": 6.100845894252416e-06, + "I": 1.1332512173112264e-07, + "C": 6.164471244574088e-08, + "R": 7.258814349597742e-08, + "M": 3.3415071811759844e-05, + "O": 6.347087037283927e-05, + "W": 4.170467775566067e-07, + "N": 2.409192401131577e-09, + "Y": 6.490651230706135e-06, + "U": 2.5347007479026296e-11, + "K": 2.5034224693243345e-11, + "L": 6.694292096653953e-06, + "G": 1.8098669897881337e-05, + "F": 0.002442876575514674, + "E": 2.896171906741074e-07, + "T": 2.7839045287691988e-05, + "P": 0.0009219113271683455, + "-": 0.9964708089828491 + }, + "id": "tp_158" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 19753, + "label": "-", + "classification": { + "B": 1.4835260117251892e-05, + "S": 9.137032611761242e-05, + "I": 4.814257863472449e-07, + "C": 0.0015842934371903539, + "R": 0.0010428085224702954, + "M": 0.0061637344770133495, + "O": 0.005049333442002535, + "W": 8.657465514261276e-06, + "N": 1.6745707043241964e-08, + "Y": 0.00376812438480556, + "U": 3.6511005330197577e-09, + "K": 9.084637930811823e-09, + "L": 0.01825193502008915, + "G": 0.10776162147521973, + "F": 0.04818371683359146, + "E": 4.493411154271598e-07, + "T": 0.013993433676660061, + "P": 1.1112038919236511e-05, + "-": 0.7940739989280701 + }, + "id": "tp_159" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 19887, + "label": "-", + "classification": { + "B": 0.006567295640707016, + "S": 0.002487585647031665, + "I": 1.4755318261450157e-05, + "C": 1.5866284229559824e-05, + "R": 4.2755786125781015e-05, + "M": 0.0058052376843988895, + "O": 0.020558521151542664, + "W": 0.00018472129886504263, + "N": 5.439229084913677e-07, + "Y": 0.0001348006771877408, + "U": 2.810446098067132e-08, + "K": 7.603540019829325e-10, + "L": 0.014206437394022942, + "G": 0.0028115364257246256, + "F": 0.0032605170272290707, + "E": 1.0962472515529953e-05, + "T": 0.000920976628549397, + "P": 0.0037460830062627792, + "-": 0.9392313957214355 + }, + "id": "tp_160" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 20020, + "label": "-", + "classification": { + "B": 0.0017022197134792805, + "S": 9.291286914958619e-06, + "I": 1.333395266556181e-05, + "C": 3.2448429010401014e-07, + "R": 5.734306682825263e-07, + "M": 9.900286386255175e-05, + "O": 0.00063401332590729, + "W": 4.041283318656497e-06, + "N": 1.334113903794787e-07, + "Y": 5.513416454050457e-06, + "U": 2.535523124791439e-09, + "K": 4.1310631131163955e-12, + "L": 0.00012548358063213527, + "G": 0.00011095166701124981, + "F": 0.00017909194866660982, + "E": 3.498696969472803e-06, + "T": 4.127085048821755e-05, + "P": 0.07925522327423096, + "-": 0.9178160429000854 + }, + "id": "tp_161" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 20153, + "label": "-", + "classification": { + "B": 1.5034883062980953e-06, + "S": 7.072679153452555e-08, + "I": 3.8262751189677147e-08, + "C": 7.907654548944265e-07, + "R": 4.368129680187849e-07, + "M": 0.0007389554521068931, + "O": 7.158231164794415e-05, + "W": 8.826447128740256e-09, + "N": 3.508257226392253e-11, + "Y": 0.00018911369261331856, + "U": 1.7665910401198914e-11, + "K": 7.748805632248109e-15, + "L": 0.000621086684986949, + "G": 0.001357788103632629, + "F": 0.0002516340173315257, + "E": 8.897693248854921e-09, + "T": 0.0005812179879285395, + "P": 1.9929510017391294e-05, + "-": 0.9961658716201782 + }, + "id": "tp_162" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 20254, + "label": "-", + "classification": { + "B": 4.724074464945716e-10, + "S": 1.7691357712124045e-08, + "I": 1.0096100622192239e-09, + "C": 6.222842685588148e-09, + "R": 2.0775960951624484e-09, + "M": 8.459318451059517e-06, + "O": 8.660366574986256e-07, + "W": 6.98396673826096e-10, + "N": 1.731371122859482e-11, + "Y": 0.0005090888007543981, + "U": 4.11217663653235e-13, + "K": 2.918665656381769e-11, + "L": 1.3455519365379587e-07, + "G": 2.637550096551422e-05, + "F": 0.004729624837636948, + "E": 1.6444520412051133e-08, + "T": 4.9386198952561244e-05, + "P": 3.6901557905366644e-05, + "-": 0.9946390986442566 + }, + "id": "tp_163" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 20387, + "label": "-", + "classification": { + "B": 0.0003477588470559567, + "S": 0.001245071878656745, + "I": 7.072911785144242e-07, + "C": 1.0191239852019862e-08, + "R": 5.774545641656914e-08, + "M": 0.0002805767289828509, + "O": 0.0018070110818371177, + "W": 1.1429197002144065e-05, + "N": 1.6320569784511463e-08, + "Y": 1.522608090454014e-05, + "U": 3.7210037134860485e-11, + "K": 9.246318988243019e-12, + "L": 0.00013949224376119673, + "G": 5.773463999503292e-05, + "F": 0.003472463460639119, + "E": 6.85141912981635e-07, + "T": 2.6659577997634187e-05, + "P": 0.004371857736259699, + "-": 0.9882232546806335 + }, + "id": "tp_164" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 20521, + "label": "-", + "classification": { + "B": 2.614669710965245e-06, + "S": 1.7801665990191395e-06, + "I": 7.686029448450427e-07, + "C": 2.1105634004925378e-06, + "R": 1.4032084436621517e-06, + "M": 0.000625790620688349, + "O": 0.0005202359752729535, + "W": 1.1535522617123206e-06, + "N": 8.099884318824024e-09, + "Y": 0.00017389291315339506, + "U": 1.5890223581394025e-09, + "K": 4.1397427152922717e-11, + "L": 0.0002842899993993342, + "G": 0.0003551998524926603, + "F": 0.00037414964754134417, + "E": 8.661850188218523e-07, + "T": 0.00018499244470149279, + "P": 0.0008408174617215991, + "-": 0.9966298937797546 + }, + "id": "tp_165" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 20654, + "label": "-", + "classification": { + "B": 6.440245226002617e-09, + "S": 7.295781045968397e-08, + "I": 3.595464814765137e-09, + "C": 3.981464491431552e-09, + "R": 5.972358718686621e-10, + "M": 8.147498192556668e-06, + "O": 2.6941722808260238e-06, + "W": 4.374376416649284e-09, + "N": 4.540029116539834e-11, + "Y": 4.118831839150516e-06, + "U": 1.7022534640545595e-12, + "K": 1.1924656574680004e-11, + "L": 5.304803352146337e-08, + "G": 5.797290896225604e-07, + "F": 2.0182875232421793e-05, + "E": 1.2461272902442033e-08, + "T": 1.4592670595447998e-05, + "P": 9.879871504381299e-05, + "-": 0.9998507499694824 + }, + "id": "tp_166" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 20754, + "label": "-", + "classification": { + "B": 4.690583864430664e-06, + "S": 7.775603990012314e-06, + "I": 1.42207497333402e-07, + "C": 2.185604159876675e-07, + "R": 5.336238473319099e-07, + "M": 0.00014445075066760182, + "O": 0.0003206198161933571, + "W": 8.296776741190115e-07, + "N": 1.8430891257636972e-09, + "Y": 1.5164453543548007e-05, + "U": 1.8784648836422946e-10, + "K": 5.326163121655014e-12, + "L": 7.903352525318041e-05, + "G": 4.773643740918487e-05, + "F": 0.00021761150856036693, + "E": 2.2640318064759413e-08, + "T": 0.00016983116802293807, + "P": 0.0005376642802730203, + "-": 0.9984536170959473 + }, + "id": "tp_167" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 20888, + "label": "-", + "classification": { + "B": 3.997647581854835e-05, + "S": 5.941768449702067e-06, + "I": 1.838323093750205e-08, + "C": 3.953136129553059e-08, + "R": 1.682707022609975e-07, + "M": 0.00010911541903624311, + "O": 0.000455486704595387, + "W": 8.225591159316537e-07, + "N": 2.2045217040744802e-10, + "Y": 2.7174915885552764e-05, + "U": 1.9994285740954076e-11, + "K": 2.55275401511712e-13, + "L": 0.0001077904089470394, + "G": 5.843842518515885e-05, + "F": 7.450511475326493e-05, + "E": 5.281883375118923e-09, + "T": 0.00011717835150193423, + "P": 5.976990723866038e-05, + "-": 0.9989436268806458 + }, + "id": "tp_168" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 21021, + "label": "-", + "classification": { + "B": 8.497537237417419e-06, + "S": 1.6838012584230455e-07, + "I": 8.475134904983861e-08, + "C": 9.801253142427413e-09, + "R": 6.853009715257485e-09, + "M": 2.716202834562864e-05, + "O": 3.621701762313023e-05, + "W": 4.1223756852559745e-08, + "N": 3.81424308804057e-10, + "Y": 4.8460328798682895e-06, + "U": 1.6872602273676485e-11, + "K": 6.203601000953629e-13, + "L": 2.935726570285624e-06, + "G": 1.6027444871724583e-05, + "F": 2.7378795493859798e-05, + "E": 5.024627469651932e-08, + "T": 1.0592636499495711e-05, + "P": 0.0005691690021194518, + "-": 0.9992967844009399 + }, + "id": "tp_169" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 21154, + "label": "-", + "classification": { + "B": 2.612920297906385e-06, + "S": 2.939651949418476e-06, + "I": 3.74912652034709e-08, + "C": 2.256483355722594e-08, + "R": 2.6482601001021067e-08, + "M": 3.674903200590052e-05, + "O": 7.818111043889076e-05, + "W": 1.3950685229247028e-07, + "N": 4.367070871591494e-10, + "Y": 1.5442827134393156e-05, + "U": 8.614174477894476e-12, + "K": 2.988106073339991e-12, + "L": 1.1779449778259732e-05, + "G": 5.3924104577163234e-05, + "F": 0.003043007105588913, + "E": 1.4381960511400393e-07, + "T": 1.0482056495675351e-05, + "P": 0.0003587629762478173, + "-": 0.9963858127593994 + }, + "id": "tp_170" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 21255, + "label": "-", + "classification": { + "B": 5.848983164469246e-07, + "S": 8.579896757510141e-07, + "I": 5.976466432855432e-09, + "C": 2.710885951273667e-07, + "R": 1.1579182057630533e-07, + "M": 0.000250788580160588, + "O": 0.00012473287642933428, + "W": 3.67803707490566e-08, + "N": 2.0787914792319562e-11, + "Y": 3.614340675994754e-05, + "U": 2.0617713265835835e-12, + "K": 3.411469782881038e-13, + "L": 0.00015931441157590598, + "G": 0.0005155196995474398, + "F": 0.0012969702947884798, + "E": 2.4506524809453367e-08, + "T": 2.890300856961403e-05, + "P": 2.0436709746718407e-05, + "-": 0.9975652694702148 + }, + "id": "tp_171" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 21388, + "label": "-", + "classification": { + "B": 5.4780358027528564e-08, + "S": 6.145310038618845e-08, + "I": 2.8792803696831015e-09, + "C": 2.053926273504203e-08, + "R": 3.926199809711761e-08, + "M": 1.3187525837565772e-05, + "O": 2.8946051315870136e-05, + "W": 2.6574815237268012e-08, + "N": 1.1853867713795818e-11, + "Y": 1.4502433259622194e-05, + "U": 2.0303650254127614e-12, + "K": 2.1582709848911447e-13, + "L": 5.381808477977756e-06, + "G": 1.0577625289442949e-05, + "F": 8.987449109554291e-05, + "E": 1.090299073247536e-09, + "T": 1.9291790522402152e-05, + "P": 1.9899243852705695e-05, + "-": 0.9997981190681458 + }, + "id": "tp_172" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 21522, + "label": "-", + "classification": { + "B": 8.54360987432301e-05, + "S": 3.749522932139371e-07, + "I": 5.967956351327075e-09, + "C": 9.571148318343603e-10, + "R": 6.8056049684628306e-09, + "M": 6.574062717845663e-05, + "O": 0.00036633849958889186, + "W": 1.397608571096498e-07, + "N": 4.382630109517338e-12, + "Y": 3.3396494814041944e-07, + "U": 1.904263422294883e-13, + "K": 2.6558413658693168e-17, + "L": 8.722475467948243e-05, + "G": 8.15381918073399e-06, + "F": 2.653142473718617e-06, + "E": 3.7479511161286894e-10, + "T": 4.081486622453667e-06, + "P": 6.0472208133433014e-05, + "-": 0.9993190765380859 + }, + "id": "tp_173" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 21655, + "label": "-", + "classification": { + "B": 3.056810237467289e-05, + "S": 8.865060863172403e-07, + "I": 3.6995395475969417e-06, + "C": 1.3175863387004938e-06, + "R": 3.1545762340101646e-06, + "M": 0.00041858278564177454, + "O": 0.00041199129191227257, + "W": 1.1803189181591733e-06, + "N": 1.336043631283701e-08, + "Y": 8.566596079617739e-05, + "U": 4.813781373513848e-09, + "K": 1.0461978505738045e-11, + "L": 0.00019949603301938623, + "G": 0.00029191066278144717, + "F": 4.985736450180411e-05, + "E": 4.6654903940179793e-07, + "T": 0.0001961461384780705, + "P": 0.0017799161141738296, + "-": 0.996525228023529 + }, + "id": "tp_174" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 21755, + "label": "-", + "classification": { + "B": 0.0005121949943713844, + "S": 9.10426308564638e-07, + "I": 3.697990393902728e-07, + "C": 1.0025133612145964e-08, + "R": 1.5047491030983906e-09, + "M": 1.0073394150822423e-05, + "O": 4.45207733719144e-05, + "W": 1.5964322130912478e-07, + "N": 6.661030838017723e-09, + "Y": 3.679732003547542e-07, + "U": 7.347026459436634e-11, + "K": 1.7663956235203226e-12, + "L": 4.383445229905192e-06, + "G": 2.5662984626251273e-05, + "F": 0.00011677225847961381, + "E": 1.2395017847666168e-06, + "T": 3.541564410625142e-06, + "P": 0.04719612002372742, + "-": 0.9520836472511292 + }, + "id": "tp_175" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 21889, + "label": "-", + "classification": { + "B": 1.4163510968501214e-06, + "S": 1.2897904078101874e-08, + "I": 4.1457631191942415e-14, + "C": 3.296034320178715e-15, + "R": 2.581656303936742e-14, + "M": 3.674278303833489e-08, + "O": 2.263752094222582e-06, + "W": 1.746133515556636e-10, + "N": 1.047896156609368e-16, + "Y": 1.2249432024269424e-10, + "U": 4.1693516617973686e-19, + "K": 3.5602357930390673e-22, + "L": 1.8685298641685222e-08, + "G": 2.9961981784509817e-09, + "F": 7.36941387913248e-07, + "E": 6.871888176768551e-14, + "T": 7.920610833878072e-09, + "P": 5.445825991046149e-06, + "-": 0.9999901056289673 + }, + "id": "tp_176" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 22022, + "label": "-", + "classification": { + "B": 0.03702889010310173, + "S": 0.0007177673978731036, + "I": 5.394834261096548e-06, + "C": 1.436528975773399e-07, + "R": 3.254928913065669e-07, + "M": 0.018291395157575607, + "O": 0.01103324256837368, + "W": 4.832267950405367e-05, + "N": 1.065119334953124e-07, + "Y": 4.6997465688036755e-05, + "U": 1.2560361639657458e-09, + "K": 2.647062040048165e-12, + "L": 0.0025937703903764486, + "G": 0.00027800595853477716, + "F": 0.00019690858607646078, + "E": 2.327395668544341e-05, + "T": 0.00028621763340197504, + "P": 0.006078262813389301, + "-": 0.9233709573745728 + }, + "id": "tp_177" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 22155, + "label": "-", + "classification": { + "B": 1.0068404443508427e-10, + "S": 4.2999881433303244e-11, + "I": 9.93717152834861e-13, + "C": 2.634309437254956e-09, + "R": 9.57879997542932e-10, + "M": 7.130079637818199e-08, + "O": 4.776701416631113e-07, + "W": 2.3617016328691953e-11, + "N": 1.2679501944036823e-15, + "Y": 1.4109886592450493e-07, + "U": 1.1148463422095073e-15, + "K": 1.3801941963088245e-17, + "L": 2.1329688593141327e-07, + "G": 8.990314768198004e-07, + "F": 1.7955508155864663e-05, + "E": 5.99820757299363e-13, + "T": 1.7998505086325167e-07, + "P": 1.3769572433375288e-06, + "-": 0.9999786615371704 + }, + "id": "tp_178" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 22256, + "label": "-", + "classification": { + "B": 1.0040159850177588e-06, + "S": 2.0558316293772805e-07, + "I": 3.6288344773538483e-08, + "C": 3.206279330925099e-08, + "R": 9.532681843893442e-08, + "M": 4.59215953014791e-05, + "O": 0.00018841540440917015, + "W": 1.4317649288386747e-07, + "N": 1.214470052302019e-10, + "Y": 4.0585109672974795e-05, + "U": 1.194337163890058e-11, + "K": 3.320697124394034e-14, + "L": 5.584893369814381e-05, + "G": 4.362360050436109e-05, + "F": 8.627025817986578e-05, + "E": 1.448240816159796e-08, + "T": 1.6490408597746864e-05, + "P": 0.00013161884271539748, + "-": 0.9993897676467896 + }, + "id": "tp_179" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 22389, + "label": "-", + "classification": { + "B": 2.4688466737643466e-07, + "S": 1.8537278378971678e-09, + "I": 1.3744246626229417e-12, + "C": 2.7616078868142324e-10, + "R": 9.444589554874483e-11, + "M": 1.0071554470414412e-06, + "O": 1.1580741556826979e-06, + "W": 6.878277114541476e-11, + "N": 2.733803707702701e-15, + "Y": 1.940381224585508e-07, + "U": 1.474702625317662e-16, + "K": 2.7501495509954675e-17, + "L": 8.579230552641093e-07, + "G": 6.951208433747524e-06, + "F": 5.7504268625052646e-05, + "E": 8.605336582201417e-11, + "T": 4.307059384700551e-07, + "P": 1.7391798792232294e-06, + "-": 0.9999299049377441 + }, + "id": "tp_180" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 22523, + "label": "-", + "classification": { + "B": 8.176215487765148e-06, + "S": 2.923312258928945e-08, + "I": 3.198223197387051e-08, + "C": 1.3675962584613899e-08, + "R": 9.941403256163994e-09, + "M": 1.3294070413394365e-05, + "O": 1.2034739484079182e-05, + "W": 2.7594293072752407e-08, + "N": 8.851760990857827e-11, + "Y": 3.40771657647565e-06, + "U": 2.227696846435201e-11, + "K": 8.187039303333803e-15, + "L": 4.660577815229772e-06, + "G": 6.349009254336124e-06, + "F": 8.721483027329668e-06, + "E": 8.653367800093292e-09, + "T": 2.728580693656113e-05, + "P": 0.0030335334595292807, + "-": 0.996882438659668 + }, + "id": "tp_181" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 22656, + "label": "-", + "classification": { + "B": 6.297625088080849e-09, + "S": 1.9638100173802187e-11, + "I": 8.900423509317079e-09, + "C": 4.900139669028469e-11, + "R": 3.815286281350083e-11, + "M": 8.197109764296329e-07, + "O": 6.649468105024425e-07, + "W": 4.224143951292447e-11, + "N": 1.2000792070157584e-12, + "Y": 1.299251408681812e-07, + "U": 1.5650595579165712e-14, + "K": 4.2863668930711073e-20, + "L": 5.067965602734148e-08, + "G": 7.787829048311323e-08, + "F": 2.8397317830552993e-09, + "E": 5.0620549418844973e-11, + "T": 3.5632267554319697e-06, + "P": 0.0004736903647426516, + "-": 0.999521017074585 + }, + "id": "tp_182" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 22756, + "label": "-", + "classification": { + "B": 1.4403142813534942e-05, + "S": 3.6064661799173336e-06, + "I": 1.7257063973374898e-06, + "C": 1.7457836065659649e-06, + "R": 1.1582706065382808e-06, + "M": 0.0003673083265312016, + "O": 0.000155810805154033, + "W": 4.586003967688157e-07, + "N": 2.6655305518374917e-08, + "Y": 0.00041130557656288147, + "U": 1.889894463147357e-09, + "K": 1.9693659203401381e-10, + "L": 9.48633169173263e-05, + "G": 0.0007762055029161274, + "F": 0.002983717480674386, + "E": 1.5077005173225189e-06, + "T": 0.0004237107641529292, + "P": 0.0012952936813235283, + "-": 0.9934672713279724 + }, + "id": "tp_183" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 22890, + "label": "-", + "classification": { + "B": 1.2495524970290717e-06, + "S": 1.2445069419442234e-09, + "I": 1.4436154494035236e-08, + "C": 1.0253526916415012e-09, + "R": 1.8867317430615316e-10, + "M": 1.0864332580240443e-05, + "O": 1.4491427009488689e-06, + "W": 1.4672148218597414e-10, + "N": 7.382613617656908e-12, + "Y": 1.2541881915240083e-06, + "U": 4.4088678156440145e-14, + "K": 1.9090597310062382e-17, + "L": 6.944580377421516e-07, + "G": 7.353663932008203e-06, + "F": 2.6810728286363883e-06, + "E": 1.338946198359281e-08, + "T": 2.8999236292293062e-06, + "P": 0.0005038305534981191, + "-": 0.999467670917511 + }, + "id": "tp_184" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 23023, + "label": "-", + "classification": { + "B": 1.1274198186583817e-05, + "S": 4.460834759356658e-07, + "I": 5.980944024486234e-07, + "C": 3.261228442852371e-08, + "R": 7.724880290993497e-09, + "M": 8.710467227501795e-05, + "O": 1.0999722690030467e-05, + "W": 3.920624180864252e-08, + "N": 2.7343167730009554e-09, + "Y": 1.4034900232218206e-05, + "U": 4.7294390626007043e-11, + "K": 3.6195994118637387e-12, + "L": 3.5770963222603314e-06, + "G": 2.5011995603563264e-05, + "F": 0.0002530440397094935, + "E": 2.9218053896329366e-06, + "T": 2.445065911160782e-05, + "P": 0.004289229400455952, + "-": 0.9952772855758667 + }, + "id": "tp_185" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 23156, + "label": "-", + "classification": { + "B": 0.0005822625244036317, + "S": 0.0001585292920935899, + "I": 6.584904622286558e-05, + "C": 1.2221715223859064e-05, + "R": 1.2433954907464795e-05, + "M": 0.001741680782288313, + "O": 0.0009515219717286527, + "W": 1.1888550943695009e-05, + "N": 1.198195946017222e-06, + "Y": 0.00047200231347233057, + "U": 4.5238547130566076e-08, + "K": 1.9855477262353816e-09, + "L": 0.0007143209222704172, + "G": 0.0018077578861266375, + "F": 0.009868644177913666, + "E": 2.79897685686592e-05, + "T": 0.0011399456998333335, + "P": 0.0181589275598526, + "-": 0.9642727375030518 + }, + "id": "tp_186" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 23257, + "label": "-", + "classification": { + "B": 8.235874702222645e-05, + "S": 2.4966739147203043e-06, + "I": 9.411293831362855e-06, + "C": 5.247435979072179e-07, + "R": 5.824668960485724e-07, + "M": 2.9614671802846715e-05, + "O": 0.00028338521951809525, + "W": 3.125968987660599e-06, + "N": 3.0275904805421305e-07, + "Y": 1.7494265193818137e-05, + "U": 1.2411745409224295e-08, + "K": 3.4023445172337574e-10, + "L": 1.8933913452201523e-05, + "G": 7.689178892178461e-05, + "F": 0.00023532209161203355, + "E": 4.63565584141179e-06, + "T": 6.406452303053811e-05, + "P": 0.07027219235897064, + "-": 0.9288987517356873 + }, + "id": "tp_187" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 23390, + "label": "-", + "classification": { + "B": 4.1446015529800206e-05, + "S": 1.2952855286130216e-05, + "I": 0.00015295569028239697, + "C": 1.5599382095388137e-05, + "R": 9.389179467689246e-06, + "M": 0.0007297389674931765, + "O": 0.0007211344200186431, + "W": 1.0515393114474136e-05, + "N": 4.277182597434148e-06, + "Y": 0.0004270657373126596, + "U": 2.848306337455142e-07, + "K": 3.0277209628337687e-09, + "L": 0.00018274669128004462, + "G": 0.00021109012595843524, + "F": 0.0004938829224556684, + "E": 2.2877315132063814e-05, + "T": 0.0007720273570157588, + "P": 0.029622703790664673, + "-": 0.9665692448616028 + }, + "id": "tp_188" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 23524, + "label": "-", + "classification": { + "B": 1.5259139438117408e-11, + "S": 2.875175618421988e-11, + "I": 6.477544611804831e-10, + "C": 7.0938088736483e-11, + "R": 2.559581366301522e-11, + "M": 8.326657763291223e-08, + "O": 3.3668928978158874e-08, + "W": 2.1711368813903675e-11, + "N": 3.255843511462686e-12, + "Y": 1.1473623544588918e-06, + "U": 1.6524872832948678e-13, + "K": 9.577809465671772e-14, + "L": 5.263535718391665e-10, + "G": 2.6838705480258795e-08, + "F": 3.6650558286055457e-06, + "E": 1.9261429951011877e-10, + "T": 2.5933034066838445e-06, + "P": 0.0002751796564552933, + "-": 0.9997171759605408 + }, + "id": "tp_189" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 23657, + "label": "-", + "classification": { + "B": 4.9086280341725796e-05, + "S": 5.467167056849576e-07, + "I": 2.9574819109257078e-06, + "C": 3.0070363976619774e-08, + "R": 3.225876099577363e-08, + "M": 0.0002543966693338007, + "O": 0.00017439945077057928, + "W": 2.743611275946023e-07, + "N": 2.7148165937518343e-09, + "Y": 8.552438885089941e-06, + "U": 5.681321732509126e-11, + "K": 2.2204973794469167e-14, + "L": 3.009066313097719e-05, + "G": 1.5897623597993515e-05, + "F": 3.0606158816226525e-06, + "E": 3.35076947521884e-07, + "T": 1.3361771380004939e-05, + "P": 0.00516856461763382, + "-": 0.9942784309387207 + }, + "id": "tp_190" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 23757, + "label": "-", + "classification": { + "B": 1.9205317585146986e-06, + "S": 2.3900915380181686e-07, + "I": 2.6330062610213645e-06, + "C": 2.8800133122786065e-07, + "R": 1.7077938707643625e-07, + "M": 0.0004875635204371065, + "O": 4.0078793972497806e-05, + "W": 6.830644849742384e-08, + "N": 1.0885601753329865e-08, + "Y": 0.00026291896938346326, + "U": 4.483881321792893e-10, + "K": 9.501859368765686e-12, + "L": 1.4671380995423533e-05, + "G": 9.251372830476612e-05, + "F": 0.00011891159374499694, + "E": 1.1791050837928196e-06, + "T": 0.000230040677706711, + "P": 0.00194027170073241, + "-": 0.9968066215515137 + }, + "id": "tp_191" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 23891, + "label": "-", + "classification": { + "B": 2.1800544345751405e-05, + "S": 2.5936680685845204e-05, + "I": 1.0439366038283993e-09, + "C": 2.3763739420701313e-08, + "R": 1.0256633942162807e-07, + "M": 0.0004036200698465109, + "O": 0.001950931502506137, + "W": 1.4989518604124896e-06, + "N": 1.5791921589847213e-11, + "Y": 1.6700430933269672e-05, + "U": 9.69736118662523e-13, + "K": 2.7172212166393615e-14, + "L": 0.0007518040365539491, + "G": 0.00013843143824487925, + "F": 0.0005155939143151045, + "E": 5.359101162838442e-09, + "T": 5.577720367000438e-05, + "P": 1.424848596798256e-05, + "-": 0.9961035251617432 + }, + "id": "tp_192" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 24024, + "label": "-", + "classification": { + "B": 5.320587661117315e-05, + "S": 7.083397690621496e-07, + "I": 3.1166980534180766e-06, + "C": 2.701840458030347e-07, + "R": 5.983152391308977e-07, + "M": 4.673244256991893e-05, + "O": 0.00016962802328635007, + "W": 8.235037967097014e-07, + "N": 1.3866277903673563e-08, + "Y": 6.559602752531646e-06, + "U": 8.775423721019138e-10, + "K": 1.6803398950049342e-12, + "L": 4.378796074888669e-05, + "G": 5.382735253078863e-05, + "F": 6.625690002692863e-05, + "E": 2.3451622155334917e-07, + "T": 5.2790262998314574e-05, + "P": 0.009256227873265743, + "-": 0.9902453422546387 + }, + "id": "tp_193" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 24157, + "label": "-", + "classification": { + "B": 0.00011828422429971397, + "S": 2.2912036001798697e-07, + "I": 2.0508736930935356e-09, + "C": 2.852620917259685e-11, + "R": 7.639908844447874e-11, + "M": 1.7211499425684451e-06, + "O": 3.550754263415001e-05, + "W": 1.3006151711181246e-08, + "N": 4.621109050972905e-12, + "Y": 9.747105345070395e-09, + "U": 2.5179485842814937e-14, + "K": 3.3601391699077943e-18, + "L": 1.862242470451747e-06, + "G": 3.0895265012986783e-07, + "F": 9.519361583443242e-07, + "E": 3.3374667474106445e-09, + "T": 1.729449934373406e-07, + "P": 0.003255581483244896, + "-": 0.9965852499008179 + }, + "id": "tp_194" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 24258, + "label": "-", + "classification": { + "B": 0.0005000426317565143, + "S": 2.043743052126956e-06, + "I": 1.1822758096968755e-05, + "C": 2.4887476683943532e-06, + "R": 1.033784428727813e-06, + "M": 0.0002713178109843284, + "O": 0.0002545216993894428, + "W": 1.136757418862544e-06, + "N": 6.908943817052204e-08, + "Y": 4.362208710517734e-05, + "U": 9.08882213934703e-09, + "K": 1.0165943607753913e-11, + "L": 0.00018635488231666386, + "G": 0.00027682320796884596, + "F": 5.1321152568561956e-05, + "E": 3.2242808174487436e-06, + "T": 0.0001670818601269275, + "P": 0.01644262671470642, + "-": 0.981784462928772 + }, + "id": "tp_195" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 24391, + "label": "-", + "classification": { + "B": 2.9653519959538244e-06, + "S": 9.378771181900447e-08, + "I": 1.9814745400026368e-08, + "C": 2.612598581919201e-09, + "R": 3.515622237770799e-09, + "M": 1.0075088539451826e-05, + "O": 1.7419901269022375e-05, + "W": 1.5935025743374354e-08, + "N": 6.744012986947823e-11, + "Y": 3.6116755381954135e-06, + "U": 1.815509981933916e-12, + "K": 5.528684674242952e-14, + "L": 1.7664136748862802e-06, + "G": 1.289238116441993e-05, + "F": 0.00010741576988948509, + "E": 2.2578536373885072e-08, + "T": 4.611686563293915e-06, + "P": 0.00041119419620372355, + "-": 0.999427855014801 + }, + "id": "tp_196" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 24525, + "label": "-", + "classification": { + "B": 9.711895836517215e-05, + "S": 8.244229320553131e-06, + "I": 2.9411312425509095e-05, + "C": 1.3089176036373829e-06, + "R": 4.610244559444254e-07, + "M": 0.00045386681449599564, + "O": 0.00013581312668975443, + "W": 7.197733111752314e-07, + "N": 1.8915822863618814e-07, + "Y": 0.00011875297059305012, + "U": 2.1460226928837756e-09, + "K": 4.94675862772187e-11, + "L": 6.601755740121007e-05, + "G": 0.00021296342310961336, + "F": 0.0007259459234774113, + "E": 6.907928764121607e-06, + "T": 0.00019353038806002587, + "P": 0.020463060587644577, + "-": 0.9774858951568604 + }, + "id": "tp_197" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 24658, + "label": "-", + "classification": { + "B": 9.502464592969773e-08, + "S": 5.6843301621256614e-08, + "I": 2.3214693101181183e-07, + "C": 1.3978285551274894e-07, + "R": 3.2004106031990887e-08, + "M": 0.0002592629462014884, + "O": 1.3921744539402425e-05, + "W": 1.786342451737255e-08, + "N": 1.4624005340024837e-09, + "Y": 8.162856829585508e-05, + "U": 1.9603514644916942e-10, + "K": 2.2058644841282948e-11, + "L": 3.162853090543649e-06, + "G": 2.3911028620204888e-05, + "F": 3.4021846659015864e-05, + "E": 2.0416990764715592e-07, + "T": 0.0002789007849059999, + "P": 0.0002815767948050052, + "-": 0.9990227222442627 + }, + "id": "tp_198" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 24758, + "label": "-", + "classification": { + "B": 2.1231835845014757e-08, + "S": 2.9269799028952548e-08, + "I": 1.7117404715882856e-11, + "C": 2.874061821867002e-10, + "R": 1.0263319083492206e-09, + "M": 2.629565824463498e-05, + "O": 1.8993267076439224e-05, + "W": 1.0893328461492047e-09, + "N": 9.587667573925096e-15, + "Y": 2.4938560727605363e-06, + "U": 5.190319851056037e-16, + "K": 1.1106396920433118e-17, + "L": 6.498633865703596e-06, + "G": 9.399085683980957e-06, + "F": 2.6639543648343533e-05, + "E": 7.590823802861024e-11, + "T": 1.4525421647704206e-06, + "P": 1.0172128668273217e-06, + "-": 0.9999071359634399 + }, + "id": "tp_199" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 24892, + "label": "-", + "classification": { + "B": 9.384653094457462e-05, + "S": 7.993395229277667e-06, + "I": 8.585260502513847e-08, + "C": 4.91933803914435e-07, + "R": 6.647667873949104e-07, + "M": 0.00010948243289021775, + "O": 0.00025322017609141767, + "W": 1.6862436496012378e-06, + "N": 3.0871716294456064e-09, + "Y": 2.196724381064996e-05, + "U": 7.18296699897536e-10, + "K": 4.680698537096184e-11, + "L": 8.204258483601734e-05, + "G": 7.470882701454684e-05, + "F": 0.0009039242286235094, + "E": 3.2850084608071484e-07, + "T": 5.440617314889096e-05, + "P": 0.000613122247159481, + "-": 0.9977820515632629 + }, + "id": "tp_200" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 25025, + "label": "-", + "classification": { + "B": 3.642998490249738e-05, + "S": 2.629666369102779e-06, + "I": 2.8202300939028646e-08, + "C": 2.048630598494583e-08, + "R": 4.946619114321038e-08, + "M": 0.0007209695759229362, + "O": 0.0006348951137624681, + "W": 3.7758056237180426e-07, + "N": 7.127088502700829e-11, + "Y": 4.128054570173845e-05, + "U": 2.744808070068161e-12, + "K": 1.4029338095704249e-14, + "L": 0.00016418253653682768, + "G": 6.178697367431596e-05, + "F": 3.704382470459677e-05, + "E": 3.322738706401651e-08, + "T": 9.03238687897101e-05, + "P": 4.007983079645783e-05, + "-": 0.9981698989868164 + }, + "id": "tp_201" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 25125, + "label": "-", + "classification": { + "B": 8.812484111331287e-07, + "S": 6.600711230930756e-07, + "I": 2.0894508168112225e-07, + "C": 5.777587830380071e-07, + "R": 1.511882260274433e-06, + "M": 3.317698065075092e-05, + "O": 0.0001247785403393209, + "W": 3.647731716682756e-07, + "N": 1.9974579767989553e-09, + "Y": 6.063719411031343e-05, + "U": 1.9975331111421468e-10, + "K": 1.91814480965391e-11, + "L": 2.9435956093948334e-05, + "G": 4.966103006154299e-05, + "F": 0.0003785316657740623, + "E": 3.1045008341834546e-08, + "T": 6.194789602886885e-05, + "P": 0.0002139587450074032, + "-": 0.9990436434745789 + }, + "id": "tp_202" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 25259, + "label": "-", + "classification": { + "B": 2.334837699891068e-05, + "S": 7.710771569691133e-06, + "I": 1.0628372848486833e-08, + "C": 4.819305399195173e-09, + "R": 1.606133359643991e-08, + "M": 9.587515523890033e-05, + "O": 0.0002558192645665258, + "W": 1.6036179317779897e-07, + "N": 5.4480819161595306e-11, + "Y": 4.542358055914519e-06, + "U": 4.810093837993856e-13, + "K": 7.28817369953158e-14, + "L": 4.2720184865174815e-05, + "G": 3.171175194438547e-05, + "F": 0.0002287884708493948, + "E": 2.7001554769867653e-08, + "T": 9.130502803600393e-06, + "P": 4.130725938011892e-05, + "-": 0.9992589354515076 + }, + "id": "tp_203" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 25392, + "label": "-", + "classification": { + "B": 5.6823394878335876e-09, + "S": 9.421101052065062e-12, + "I": 3.603503807196942e-14, + "C": 2.477716001594572e-15, + "R": 1.7178160630749008e-15, + "M": 3.3469802485086575e-09, + "O": 1.0172811037989504e-08, + "W": 2.87496046934288e-13, + "N": 1.1448131701258375e-17, + "Y": 2.4574653423314885e-10, + "U": 8.508819220420861e-20, + "K": 5.422535451616098e-22, + "L": 2.0321332117045898e-10, + "G": 1.8228585307866751e-09, + "F": 1.2809300642402377e-07, + "E": 2.1105835720618138e-13, + "T": 1.0765568436710282e-09, + "P": 7.488892151741311e-06, + "-": 0.9999923706054688 + }, + "id": "tp_204" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 25526, + "label": "-", + "classification": { + "B": 8.416834020863462e-07, + "S": 6.274198494082839e-09, + "I": 1.1044826858652712e-10, + "C": 2.3643972196785157e-11, + "R": 4.5913127466601367e-11, + "M": 3.5593350276030833e-06, + "O": 6.146027772047091e-06, + "W": 9.903242670361578e-10, + "N": 1.7551129820325695e-13, + "Y": 5.917632606156076e-08, + "U": 5.0614466468674926e-15, + "K": 1.8236183016611965e-18, + "L": 5.024388087804255e-07, + "G": 2.0177759552097996e-07, + "F": 1.300417466154613e-06, + "E": 2.0938302480733029e-10, + "T": 7.544678624071821e-07, + "P": 4.984432234778069e-05, + "-": 0.9999368190765381 + }, + "id": "tp_205" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 25626, + "label": "-", + "classification": { + "B": 2.501793119336071e-07, + "S": 8.309294798891642e-07, + "I": 3.694555630318064e-07, + "C": 4.3845321329172293e-07, + "R": 1.8807745050253288e-07, + "M": 1.8788008674164303e-05, + "O": 1.8871078282245435e-05, + "W": 1.3748221761034074e-07, + "N": 1.104191316159131e-08, + "Y": 7.648379687452689e-05, + "U": 5.219809029455291e-10, + "K": 3.976768248037388e-09, + "L": 8.958949706538988e-07, + "G": 3.10697105305735e-05, + "F": 0.002425355836749077, + "E": 6.355349455589021e-07, + "T": 3.3585361961741e-05, + "P": 0.0016440587351098657, + "-": 0.9957481026649475 + }, + "id": "tp_206" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 25759, + "label": "-", + "classification": { + "B": 1.2870438048651067e-08, + "S": 3.6565974692592818e-09, + "I": 4.821974926016992e-07, + "C": 3.1472759953743434e-09, + "R": 7.55246809536203e-10, + "M": 6.468978881457588e-07, + "O": 5.553675350711273e-07, + "W": 1.6000288871609314e-09, + "N": 2.9373852239444886e-09, + "Y": 1.501389760960592e-06, + "U": 2.3828154727123518e-11, + "K": 1.7953725528832565e-12, + "L": 1.2026372786522188e-08, + "G": 3.789145353039203e-07, + "F": 5.049087121733464e-06, + "E": 5.4621040135316434e-08, + "T": 6.7583841882878914e-06, + "P": 0.1166369691491127, + "-": 0.8833475708961487 + }, + "id": "tp_207" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 25893, + "label": "-", + "classification": { + "B": 0.0001399503235006705, + "S": 4.011045803054003e-06, + "I": 0.00010765357728814706, + "C": 2.298863182659261e-05, + "R": 9.592085007170681e-06, + "M": 0.0006181647186167538, + "O": 0.0002789954887703061, + "W": 2.204675638495246e-06, + "N": 6.490362807198835e-07, + "Y": 0.0005844547995366156, + "U": 5.71625200507242e-08, + "K": 8.386782379687929e-10, + "L": 0.0003350641636643559, + "G": 0.0017972507048398256, + "F": 0.0016369227087125182, + "E": 1.837521449488122e-05, + "T": 0.0008646929054521024, + "P": 0.01101964246481657, + "-": 0.982559323310852 + }, + "id": "tp_208" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 26026, + "label": "-", + "classification": { + "B": 8.111157079326858e-09, + "S": 2.063007098485059e-09, + "I": 5.640488520697318e-09, + "C": 7.616419994693757e-11, + "R": 7.68641261750247e-11, + "M": 4.562032700050622e-06, + "O": 1.3728438261750853e-06, + "W": 4.3496270474285836e-10, + "N": 3.426890715640951e-12, + "Y": 5.91990897191863e-07, + "U": 1.0186381631856894e-13, + "K": 2.1992123891005259e-16, + "L": 1.5416254939282226e-07, + "G": 2.6364509153609106e-07, + "F": 1.5439052276633447e-06, + "E": 2.3081975220051731e-10, + "T": 8.057747436396312e-06, + "P": 0.00021376903168857098, + "-": 0.9997697472572327 + }, + "id": "tp_209" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 26126, + "label": "-", + "classification": { + "B": 6.769649189664051e-05, + "S": 6.400117399607552e-06, + "I": 1.1475725841592066e-05, + "C": 3.167346949339844e-05, + "R": 1.4991795978858136e-05, + "M": 0.0015633339062333107, + "O": 0.0005436695064418018, + "W": 1.9060457816522103e-06, + "N": 9.147230173311982e-08, + "Y": 0.0014649981167167425, + "U": 4.603992564966575e-08, + "K": 6.573583899438518e-10, + "L": 0.0014829697320237756, + "G": 0.0056527163833379745, + "F": 0.002102263504639268, + "E": 6.869369371997891e-06, + "T": 0.0010954763274639845, + "P": 0.0026168569456785917, + "-": 0.9833366274833679 + }, + "id": "tp_210" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 26260, + "label": "-", + "classification": { + "B": 1.8738341168500483e-05, + "S": 1.0221701813861728e-06, + "I": 6.037431376171298e-06, + "C": 1.1756264029827435e-05, + "R": 6.136127922218293e-06, + "M": 0.00013225898146629333, + "O": 0.00012058832362527028, + "W": 1.4499137250822969e-06, + "N": 1.304669581259077e-07, + "Y": 9.386181045556441e-05, + "U": 1.825340767425132e-08, + "K": 1.8005642532514798e-09, + "L": 4.63355281681288e-05, + "G": 0.00044072329183109105, + "F": 0.0037979702465236187, + "E": 6.201967153174337e-06, + "T": 0.00016663882706779987, + "P": 0.01014602743089199, + "-": 0.9850039482116699 + }, + "id": "tp_211" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 26393, + "label": "-", + "classification": { + "B": 4.960346268489957e-05, + "S": 2.0930733626300935e-06, + "I": 5.458050456041974e-09, + "C": 1.0467560151994348e-09, + "R": 3.32456684404292e-09, + "M": 0.00040819746209308505, + "O": 0.0003045252524316311, + "W": 1.0351503476613289e-07, + "N": 1.2464450478699707e-11, + "Y": 7.901300705270842e-06, + "U": 9.125354280808268e-14, + "K": 3.7387676949780194e-16, + "L": 1.621365299797617e-05, + "G": 9.407630386704113e-06, + "F": 8.913951205613557e-06, + "E": 6.3870868594051444e-09, + "T": 4.0472928958479315e-05, + "P": 1.3861277693649754e-05, + "-": 0.9991387128829956 + }, + "id": "tp_212" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 26527, + "label": "-", + "classification": { + "B": 0.0005017950315959752, + "S": 6.429085260606371e-06, + "I": 1.2033734492433723e-05, + "C": 5.318451599123364e-07, + "R": 3.160564574500313e-07, + "M": 0.0005507625173777342, + "O": 0.0008170162327587605, + "W": 2.7211660835746443e-06, + "N": 1.089835421907992e-07, + "Y": 1.7803253285819665e-05, + "U": 3.4534661796925548e-09, + "K": 9.363856912081303e-12, + "L": 0.00022953777806833386, + "G": 0.00021601382468361408, + "F": 9.856915130512789e-05, + "E": 4.118783635931322e-06, + "T": 0.00012526554928626865, + "P": 0.01795576512813568, + "-": 0.9794611930847168 + }, + "id": "tp_213" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 26627, + "label": "-", + "classification": { + "B": 0.007451083045452833, + "S": 0.00034431155654601753, + "I": 0.001430389005690813, + "C": 9.600736666470766e-05, + "R": 4.7951863962225616e-05, + "M": 0.053489942103624344, + "O": 0.005646340548992157, + "W": 3.840223143924959e-05, + "N": 1.899692688311916e-05, + "Y": 0.0018261807272210717, + "U": 4.204338779345562e-07, + "K": 9.70799218791285e-10, + "L": 0.011374810710549355, + "G": 0.00925130769610405, + "F": 0.0020854973699897528, + "E": 0.0010185365099459887, + "T": 0.009604698978364468, + "P": 0.07272142916917801, + "-": 0.823553740978241 + }, + "id": "tp_214" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 26760, + "label": "-", + "classification": { + "B": 2.506559724224644e-07, + "S": 2.577776436751833e-09, + "I": 6.377825343406585e-07, + "C": 2.1112368742137733e-08, + "R": 1.1980509917464133e-08, + "M": 2.961960490210913e-06, + "O": 9.670009603723884e-06, + "W": 7.139304258885204e-09, + "N": 1.5518598628361246e-09, + "Y": 2.1365615339163924e-06, + "U": 1.5026395405737247e-10, + "K": 1.7534869498243844e-13, + "L": 7.603744620610087e-07, + "G": 8.186482773453463e-06, + "F": 2.72803276857303e-06, + "E": 3.215937738332286e-08, + "T": 1.4900072528689634e-05, + "P": 0.0130531694740057, + "-": 0.9869046807289124 + }, + "id": "tp_215" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 26894, + "label": "-", + "classification": { + "B": 9.349983156425878e-05, + "S": 3.9291869313728967e-08, + "I": 5.2377540527004385e-08, + "C": 4.395872554852076e-09, + "R": 3.1090710006509426e-09, + "M": 4.27304348704638e-06, + "O": 3.274236951256171e-05, + "W": 3.06107530434474e-08, + "N": 1.3218069694342915e-10, + "Y": 1.0874957467876811e-07, + "U": 6.5397721960014366e-12, + "K": 1.251482391601401e-15, + "L": 4.163387984590372e-06, + "G": 4.860178705712315e-06, + "F": 4.0439235817757435e-06, + "E": 1.4407492088253093e-08, + "T": 2.0774687072844245e-06, + "P": 0.014469368383288383, + "-": 0.9853847622871399 + }, + "id": "tp_216" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 27027, + "label": "-", + "classification": { + "B": 2.6481332682237735e-08, + "S": 1.1519657450165255e-10, + "I": 2.1997910437665524e-10, + "C": 4.527391482544996e-12, + "R": 1.7438709981262845e-12, + "M": 9.263772682288618e-08, + "O": 1.8682413838178036e-07, + "W": 1.6833624771894762e-11, + "N": 3.7080747001573544e-13, + "Y": 1.1149944967314696e-08, + "U": 2.149093899597742e-15, + "K": 1.0737237793579277e-17, + "L": 4.651012908141183e-09, + "G": 6.044319889042526e-08, + "F": 3.15538130735149e-07, + "E": 2.1254110971202778e-10, + "T": 2.5046747964552196e-07, + "P": 0.00044792151311412454, + "-": 0.9995511174201965 + }, + "id": "tp_217" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 27127, + "label": "-", + "classification": { + "B": 0.00013599121302831918, + "S": 2.7565494065129315e-07, + "I": 1.43767850957488e-08, + "C": 9.42337874398902e-10, + "R": 1.8827510661623137e-09, + "M": 2.8857110009994358e-05, + "O": 3.929948798031546e-05, + "W": 1.6171162187106347e-08, + "N": 1.2511778071933044e-11, + "Y": 1.6783097862571594e-06, + "U": 2.5816154769486843e-13, + "K": 1.0195091708711202e-16, + "L": 1.4658126929134596e-05, + "G": 9.87478870229097e-06, + "F": 9.356130249216221e-06, + "E": 7.624000097905537e-09, + "T": 3.849604127026396e-06, + "P": 0.0003468030190560967, + "-": 0.9994093179702759 + }, + "id": "tp_218" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 27261, + "label": "-", + "classification": { + "B": 0.0027916203252971172, + "S": 1.543008693261072e-05, + "I": 7.920376447145827e-06, + "C": 1.5161556632392603e-07, + "R": 1.0079855172762109e-07, + "M": 0.0003218300989829004, + "O": 0.0002695998700801283, + "W": 1.39818280331383e-06, + "N": 2.97912805535816e-08, + "Y": 1.3281564861244988e-05, + "U": 7.874966234666658e-10, + "K": 2.2529064117732256e-12, + "L": 0.00017026718705892563, + "G": 0.00014775007730349898, + "F": 0.00023428312852047384, + "E": 4.905661626253277e-06, + "T": 3.065191049245186e-05, + "P": 0.025640426203608513, + "-": 0.970350444316864 + }, + "id": "tp_219" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 27394, + "label": "-", + "classification": { + "B": 9.012315786094405e-06, + "S": 3.914580872788065e-07, + "I": 1.1012795084752725e-06, + "C": 1.8155087673221715e-06, + "R": 5.317182854014391e-07, + "M": 0.00045727132237516344, + "O": 4.986953717889264e-05, + "W": 8.639488413564322e-08, + "N": 4.022156829819323e-09, + "Y": 4.3247851863270625e-05, + "U": 2.8540830809831164e-10, + "K": 2.26174157527681e-12, + "L": 5.3128744184505194e-05, + "G": 0.00015013580559752882, + "F": 0.00015604567306581885, + "E": 1.8933910723717418e-06, + "T": 0.00010321704758098349, + "P": 0.0010110377334058285, + "-": 0.9979612827301025 + }, + "id": "tp_220" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 27528, + "label": "-", + "classification": { + "B": 1.3405512788722262e-07, + "S": 6.901142342030653e-07, + "I": 5.3508873776308974e-08, + "C": 3.4801558967956225e-08, + "R": 2.8878318403258163e-08, + "M": 5.696114840247901e-06, + "O": 3.089686288149096e-05, + "W": 8.807461426840746e-08, + "N": 2.1375439196447132e-09, + "Y": 7.448253199981991e-06, + "U": 8.689078623280722e-11, + "K": 1.07309256966448e-11, + "L": 1.8731433328866842e-06, + "G": 6.5120329963974655e-06, + "F": 0.0001699603017186746, + "E": 1.556228923504932e-08, + "T": 3.898350041708909e-05, + "P": 0.001668594661168754, + "-": 0.9980691075325012 + }, + "id": "tp_221" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 27628, + "label": "-", + "classification": { + "B": 0.00041103060357272625, + "S": 2.1293494683050085e-06, + "I": 8.34920683701057e-08, + "C": 9.734438322084316e-08, + "R": 1.1179209025158343e-07, + "M": 0.0018828531028702855, + "O": 0.0006761352997273207, + "W": 3.1032075753500976e-07, + "N": 1.2838488605559917e-10, + "Y": 1.3309234418557025e-05, + "U": 2.015024605506177e-11, + "K": 6.236450327782184e-15, + "L": 0.0016064263181760907, + "G": 0.0003871819644700736, + "F": 0.00012685627734754235, + "E": 1.528346160739602e-07, + "T": 6.128936365712434e-05, + "P": 0.00015721724776085466, + "-": 0.994674801826477 + }, + "id": "tp_222" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 27761, + "label": "-", + "classification": { + "B": 4.082942723471206e-06, + "S": 7.293425369425677e-06, + "I": 1.9945011899835663e-06, + "C": 5.802561190648703e-06, + "R": 3.3550572879903484e-06, + "M": 5.71177588426508e-05, + "O": 0.00015596575394738466, + "W": 2.274715825478779e-06, + "N": 1.108164511265386e-07, + "Y": 2.8927961466251872e-05, + "U": 5.901195976321105e-09, + "K": 2.0266112343847453e-08, + "L": 1.0483860023668967e-05, + "G": 9.802801650948822e-05, + "F": 0.003133854130282998, + "E": 1.661811779740674e-06, + "T": 9.038320422405377e-05, + "P": 0.0014842655509710312, + "-": 0.9949144124984741 + }, + "id": "tp_223" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 27895, + "label": "-", + "classification": { + "B": 4.257009322827798e-08, + "S": 3.760975531008626e-09, + "I": 2.414899183400543e-11, + "C": 4.811321896447396e-10, + "R": 7.906231225263127e-10, + "M": 4.646256456908304e-06, + "O": 3.647723133326508e-06, + "W": 3.172909990301065e-10, + "N": 1.6823578662984728e-14, + "Y": 9.37243498810858e-07, + "U": 9.62766870485918e-16, + "K": 9.309366891996366e-18, + "L": 1.7438471786590526e-06, + "G": 3.6957335396436974e-06, + "F": 3.013915556948632e-05, + "E": 5.102765085474026e-11, + "T": 1.1890213045262499e-06, + "P": 2.927092054960667e-06, + "-": 0.9999511241912842 + }, + "id": "tp_224" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 28028, + "label": "-", + "classification": { + "B": 0.00010404021304566413, + "S": 5.140904704603599e-06, + "I": 2.073499445032212e-06, + "C": 2.585967422419344e-07, + "R": 9.180316737911198e-07, + "M": 0.0014428197173401713, + "O": 0.0013040509074926376, + "W": 2.6931240881822305e-06, + "N": 1.509511626807125e-08, + "Y": 0.00010764984472189099, + "U": 2.3647956925998415e-09, + "K": 3.1435789301509365e-12, + "L": 0.0002990401699207723, + "G": 0.00016832741675898433, + "F": 2.2829028239357285e-05, + "E": 6.100927976149251e-07, + "T": 0.00065159413497895, + "P": 0.0021041950676590204, + "-": 0.993783712387085 + }, + "id": "tp_225" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 28128, + "label": "-", + "classification": { + "B": 3.6032563457411015e-06, + "S": 5.1165125114494e-07, + "I": 1.452232680776433e-07, + "C": 9.542153520669672e-07, + "R": 2.6101801609001996e-07, + "M": 9.077658614842221e-05, + "O": 4.213845022604801e-05, + "W": 1.6518374934548774e-07, + "N": 2.6913131723205197e-09, + "Y": 1.1993673979304731e-05, + "U": 5.298903538175637e-10, + "K": 7.370823569552432e-12, + "L": 1.478679678257322e-05, + "G": 2.070527261821553e-05, + "F": 0.00019588772556744516, + "E": 2.1608755673696578e-07, + "T": 8.687757508596405e-05, + "P": 0.0011244696797803044, + "-": 0.9984064698219299 + }, + "id": "tp_226" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 28262, + "label": "-", + "classification": { + "B": 3.781313751005655e-08, + "S": 2.6334898706181775e-09, + "I": 1.1177936354300755e-10, + "C": 5.7884280701969715e-11, + "R": 1.6948295544771952e-10, + "M": 5.782955554423097e-07, + "O": 2.6870950478041777e-06, + "W": 6.011351971757506e-10, + "N": 2.7196417318707533e-13, + "Y": 6.811355888203252e-07, + "U": 1.4279435584809395e-14, + "K": 5.456953646753074e-16, + "L": 1.3454118175104668e-07, + "G": 4.999917564418865e-07, + "F": 5.22435311722802e-06, + "E": 4.2918016363024947e-11, + "T": 1.3058540844212985e-06, + "P": 4.768459803017322e-06, + "-": 0.9999841451644897 + }, + "id": "tp_227" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 28395, + "label": "-", + "classification": { + "B": 1.507340493844822e-05, + "S": 6.680839703676611e-08, + "I": 1.0779966919116646e-09, + "C": 2.45329145887041e-10, + "R": 2.4429813727522287e-10, + "M": 6.20092714598286e-06, + "O": 4.549836376099847e-06, + "W": 3.4528744308204296e-09, + "N": 1.913271190784327e-12, + "Y": 2.1896813962030137e-07, + "U": 4.8517898140927607e-14, + "K": 9.184864232231866e-16, + "L": 1.6272292668872979e-06, + "G": 6.443769507313846e-06, + "F": 0.00012549120583571494, + "E": 3.92344778887832e-09, + "T": 1.5564564819214866e-06, + "P": 0.00018439802806824446, + "-": 0.9996544122695923 + }, + "id": "tp_228" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 28529, + "label": "-", + "classification": { + "B": 5.801258566862089e-07, + "S": 8.007507972251915e-07, + "I": 6.139960762041596e-11, + "C": 5.493906440889873e-10, + "R": 4.072840731339511e-09, + "M": 2.416454844933469e-05, + "O": 0.00017413745808880776, + "W": 1.810653138534235e-08, + "N": 7.0526998954476e-14, + "Y": 2.986589606734924e-06, + "U": 4.611078487658552e-16, + "K": 3.51321142380257e-17, + "L": 5.5593754950677976e-05, + "G": 2.4585988285252824e-05, + "F": 0.00022106488177087158, + "E": 1.2391333792383108e-10, + "T": 1.1976330824836623e-06, + "P": 1.2002238918285002e-06, + "-": 0.9994935989379883 + }, + "id": "tp_229" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 28629, + "label": "-", + "classification": { + "B": 7.4050185503438115e-06, + "S": 1.1814203162430204e-06, + "I": 2.5299293771041675e-09, + "C": 2.864828596571556e-09, + "R": 1.8101474097420578e-08, + "M": 0.00044414165313355625, + "O": 0.0005902343546040356, + "W": 4.361201177971452e-08, + "N": 2.2809024634307118e-12, + "Y": 3.971407750213984e-06, + "U": 6.772943208881166e-14, + "K": 8.485521471673152e-18, + "L": 0.0007088833372108638, + "G": 9.100102033698931e-05, + "F": 1.9595532648963854e-05, + "E": 4.2354586504700364e-10, + "T": 5.380208676797338e-05, + "P": 8.026803698157892e-06, + "-": 0.9980716109275818 + }, + "id": "tp_230" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 28762, + "label": "-", + "classification": { + "B": 2.9559530958067626e-05, + "S": 6.293569043691605e-08, + "I": 2.5669946723816395e-10, + "C": 1.8692897923999752e-11, + "R": 5.354422460968067e-11, + "M": 2.771458457573317e-05, + "O": 2.513958497729618e-05, + "W": 4.606482750801888e-09, + "N": 1.8671640568315023e-13, + "Y": 1.277461194604257e-07, + "U": 3.708297961101592e-15, + "K": 1.6991082841251474e-18, + "L": 2.813839728332823e-06, + "G": 9.624927770346403e-07, + "F": 1.3102264802000718e-06, + "E": 4.6563197741988915e-10, + "T": 1.3853499467586516e-06, + "P": 1.8269354768563062e-05, + "-": 0.9998927116394043 + }, + "id": "tp_231" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 28896, + "label": "-", + "classification": { + "B": 1.53915067357957e-08, + "S": 7.696981718652296e-09, + "I": 8.980337362629598e-09, + "C": 4.103086226336927e-08, + "R": 1.6320079510023788e-08, + "M": 4.264533799869241e-06, + "O": 1.6691938071744516e-06, + "W": 1.578088881792894e-09, + "N": 4.102994333177179e-11, + "Y": 1.158703162218444e-05, + "U": 4.7451144576105e-12, + "K": 7.679838752785995e-13, + "L": 4.714103454261931e-07, + "G": 9.074371519091073e-06, + "F": 0.00015855389938224107, + "E": 9.318555704851406e-09, + "T": 1.2585523109009955e-05, + "P": 0.00017117330571636558, + "-": 0.9996304512023926 + }, + "id": "tp_232" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 29029, + "label": "-", + "classification": { + "B": 1.3232117453298997e-05, + "S": 6.072597216189024e-07, + "I": 1.66900827025529e-06, + "C": 5.986252205048004e-08, + "R": 7.535687984727701e-08, + "M": 0.0003411254147067666, + "O": 0.00011920802353415638, + "W": 1.2947567995524878e-07, + "N": 2.9519282573886585e-09, + "Y": 0.00011300121695967391, + "U": 1.6076491526906267e-10, + "K": 3.9473518854624134e-13, + "L": 3.7956830055918545e-05, + "G": 6.235374166863039e-05, + "F": 3.134505823254585e-05, + "E": 3.92718135344694e-07, + "T": 0.0002082402352243662, + "P": 0.001287400140427053, + "-": 0.9977831244468689 + }, + "id": "tp_233" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 29129, + "label": "-", + "classification": { + "B": 6.898603714944329e-07, + "S": 1.5753494153614156e-05, + "I": 5.3900635066383984e-08, + "C": 2.880593763521233e-09, + "R": 1.7022609988259774e-09, + "M": 0.00010677453246898949, + "O": 3.855554314213805e-05, + "W": 1.3288830302826682e-07, + "N": 2.152072742234168e-09, + "Y": 2.3791424609953538e-05, + "U": 4.347333257270769e-12, + "K": 1.5337803249693138e-10, + "L": 9.084541829906811e-07, + "G": 1.0533926797506865e-05, + "F": 0.0020947959274053574, + "E": 2.431052052997984e-06, + "T": 2.3519471142208204e-05, + "P": 0.001582055352628231, + "-": 0.9960999488830566 + }, + "id": "tp_234" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 29263, + "label": "-", + "classification": { + "B": 3.0088710900599835e-07, + "S": 1.520163017687537e-08, + "I": 2.2314774028586726e-08, + "C": 5.1362905040264195e-09, + "R": 5.868029395728058e-10, + "M": 5.3858493629377335e-06, + "O": 1.8994755919266026e-06, + "W": 2.4908830553727057e-09, + "N": 3.550907901050948e-10, + "Y": 1.1816583764812094e-06, + "U": 7.314303676619893e-12, + "K": 1.08201696300686e-12, + "L": 7.687565783953687e-08, + "G": 1.5664735428799759e-06, + "F": 2.952143768197857e-05, + "E": 2.1815415607306932e-07, + "T": 9.616902389097959e-06, + "P": 0.0020438695792108774, + "-": 0.9979063272476196 + }, + "id": "tp_235" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 29396, + "label": "-", + "classification": { + "B": 5.63708454137668e-07, + "S": 9.675955681132109e-08, + "I": 6.304640010057483e-08, + "C": 2.658986772985372e-07, + "R": 1.0629999280808988e-07, + "M": 0.00011611020454438403, + "O": 3.241084414185025e-05, + "W": 2.4461520808927162e-08, + "N": 4.973697009802436e-10, + "Y": 0.00013052504800725728, + "U": 9.276553830650514e-11, + "K": 1.073283606087272e-12, + "L": 9.22702565731015e-06, + "G": 5.9631427575368434e-05, + "F": 9.343848068965599e-05, + "E": 7.773351029527475e-08, + "T": 8.42557055875659e-05, + "P": 0.00020685700292233378, + "-": 0.9992664456367493 + }, + "id": "tp_236" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 29530, + "label": "-", + "classification": { + "B": 0.003707236610352993, + "S": 0.0003666760167106986, + "I": 1.2893910934508312e-05, + "C": 2.272983329021372e-05, + "R": 6.322389708657283e-06, + "M": 0.0011066871229559183, + "O": 0.001008043298497796, + "W": 2.561320252425503e-05, + "N": 1.3830674561177148e-06, + "Y": 0.0004599926178343594, + "U": 7.262735834956402e-08, + "K": 4.0309110715952556e-08, + "L": 0.0010975560871884227, + "G": 0.0071714287623763084, + "F": 0.09639660269021988, + "E": 8.970613998826593e-05, + "T": 0.0012363909045234323, + "P": 0.007547084242105484, + "-": 0.8797435164451599 + }, + "id": "tp_237" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 29630, + "label": "-", + "classification": { + "B": 2.057669590271871e-08, + "S": 2.259261222548048e-08, + "I": 3.375103365191312e-12, + "C": 1.9061835443423547e-11, + "R": 1.839266759728897e-11, + "M": 2.902134781379573e-07, + "O": 6.886883170409419e-07, + "W": 1.3785991792580887e-10, + "N": 4.5514668287538126e-14, + "Y": 1.8339650864618307e-07, + "U": 9.389266252596333e-17, + "K": 4.1130738307707405e-15, + "L": 5.5024621303800814e-08, + "G": 2.7836977096740156e-06, + "F": 0.0022664275020360947, + "E": 1.7248620587384522e-10, + "T": 3.371473553670512e-07, + "P": 2.6178390726272482e-06, + "-": 0.9977266192436218 + }, + "id": "tp_238" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 29763, + "label": "-", + "classification": { + "B": 3.7789041584801453e-07, + "S": 1.1484400097572234e-09, + "I": 4.4817493716209356e-08, + "C": 1.0142576201133124e-07, + "R": 3.422233518790563e-08, + "M": 1.21722296171356e-05, + "O": 2.0653092178690713e-06, + "W": 5.875802067123459e-10, + "N": 4.301115019700319e-11, + "Y": 4.626843292498961e-06, + "U": 3.819881477101772e-12, + "K": 1.033371047694416e-14, + "L": 2.0216421035001986e-06, + "G": 2.5194713089149445e-05, + "F": 1.1467076546978205e-05, + "E": 6.561491971979194e-08, + "T": 1.4684780580864754e-05, + "P": 0.00041485001565888524, + "-": 0.9995121955871582 + }, + "id": "tp_239" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 29897, + "label": "-", + "classification": { + "B": 1.6610460988886189e-06, + "S": 1.3250478936299714e-08, + "I": 7.726475246272457e-07, + "C": 6.368579192894686e-07, + "R": 8.53759729579906e-07, + "M": 0.0002175186382373795, + "O": 4.833652565139346e-05, + "W": 2.6611747472315983e-08, + "N": 7.569992965805739e-10, + "Y": 5.699254688806832e-05, + "U": 3.367477408033892e-10, + "K": 9.178420556140571e-14, + "L": 4.032871584058739e-05, + "G": 9.597348980605602e-05, + "F": 1.0253771506540943e-05, + "E": 4.230976102803652e-08, + "T": 0.00017936655785888433, + "P": 0.0003723315894603729, + "-": 0.9989749193191528 + }, + "id": "tp_240" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 30030, + "label": "-", + "classification": { + "B": 2.1162377095151896e-07, + "S": 4.123096086772193e-09, + "I": 2.8542983088186702e-08, + "C": 7.32153324634055e-08, + "R": 1.3423706590742768e-08, + "M": 1.123579750128556e-06, + "O": 8.701483125150844e-07, + "W": 9.240917475672461e-10, + "N": 1.171244073949751e-10, + "Y": 7.415775598929031e-06, + "U": 1.8162350096107005e-11, + "K": 7.670188811349787e-13, + "L": 3.829413799394388e-07, + "G": 2.091102214762941e-05, + "F": 0.00039492384530603886, + "E": 1.3023415235124958e-08, + "T": 9.859738383966032e-06, + "P": 0.0007383850170299411, + "-": 0.9988258481025696 + }, + "id": "tp_241" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 30130, + "label": "-", + "classification": { + "B": 3.6494111554929987e-07, + "S": 4.487159088739645e-08, + "I": 1.8856327957395003e-11, + "C": 6.436333410686501e-11, + "R": 3.6990460694497074e-10, + "M": 1.7537022358737886e-05, + "O": 3.495291821309365e-05, + "W": 5.434661609626801e-09, + "N": 3.6802697255802416e-14, + "Y": 5.045022817284917e-07, + "U": 3.648174715472534e-15, + "K": 3.3965280031068596e-17, + "L": 6.002799636917189e-06, + "G": 2.044019538516295e-06, + "F": 1.866069396783132e-05, + "E": 2.349641661791857e-11, + "T": 3.031879032278084e-06, + "P": 1.3635416280521895e-06, + "-": 0.9999154806137085 + }, + "id": "tp_242" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 30264, + "label": "-", + "classification": { + "B": 2.64698542196129e-07, + "S": 1.3448423707984603e-08, + "I": 6.321533962960757e-09, + "C": 9.444313820577976e-13, + "R": 4.832598080387052e-13, + "M": 5.11039104367228e-08, + "O": 6.980338298490096e-07, + "W": 2.454708658561344e-10, + "N": 6.194376955814818e-11, + "Y": 2.6487072535275047e-09, + "U": 4.34304412298323e-15, + "K": 1.3034755767746953e-16, + "L": 3.194518205518193e-09, + "G": 2.739305848820095e-08, + "F": 1.9463936951069627e-06, + "E": 1.7541011976263121e-09, + "T": 1.2397843818234833e-07, + "P": 0.16499049961566925, + "-": 0.8350063562393188 + }, + "id": "tp_243" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 30397, + "label": "-", + "classification": { + "B": 2.027464233833598e-06, + "S": 6.460262284235796e-06, + "I": 7.294094302778831e-06, + "C": 2.516911308703129e-06, + "R": 1.3628182387037668e-06, + "M": 0.000366294028935954, + "O": 0.00013811200915370136, + "W": 1.858161567724892e-06, + "N": 3.7001296959715546e-07, + "Y": 9.611970745027065e-05, + "U": 1.6799244662024648e-08, + "K": 1.0465104338663878e-08, + "L": 9.695172593637835e-06, + "G": 4.1125123971141875e-05, + "F": 0.0009333551861345768, + "E": 7.953370186442044e-06, + "T": 0.000323430955177173, + "P": 0.010663913562893867, + "-": 0.9873980283737183 + }, + "id": "tp_244" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 30531, + "label": "-", + "classification": { + "B": 1.9085810265551117e-08, + "S": 3.9275052654552667e-10, + "I": 2.8291091691556858e-09, + "C": 2.87032095140638e-12, + "R": 4.474527031447101e-13, + "M": 8.75527490507011e-08, + "O": 4.874457459891346e-08, + "W": 1.1704527971834189e-11, + "N": 2.3471736707025848e-12, + "Y": 8.331074496936708e-09, + "U": 8.347172470199004e-16, + "K": 1.5348392514203082e-17, + "L": 1.473500765847291e-09, + "G": 1.3779071217356886e-08, + "F": 5.162746674614027e-06, + "E": 2.0993540239544473e-09, + "T": 2.9015145841526646e-08, + "P": 0.009899899363517761, + "-": 0.9900948405265808 + }, + "id": "tp_245" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 30631, + "label": "-", + "classification": { + "B": 9.684292308520526e-06, + "S": 1.7427039722406334e-07, + "I": 1.0362046332090813e-08, + "C": 1.79055135163253e-08, + "R": 1.4843625883997902e-08, + "M": 6.461353768827394e-05, + "O": 4.671605711337179e-05, + "W": 5.8860837981455916e-08, + "N": 1.1498554886024692e-10, + "Y": 5.7510824262863025e-06, + "U": 1.5972469874503403e-11, + "K": 6.10415201458131e-13, + "L": 7.730149263807107e-06, + "G": 1.4178964192979038e-05, + "F": 6.263819523155689e-05, + "E": 4.396918029669905e-08, + "T": 1.6805723134893924e-05, + "P": 0.00015620075282640755, + "-": 0.9996153116226196 + }, + "id": "tp_246" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 30764, + "label": "-", + "classification": { + "B": 3.316278161946684e-05, + "S": 1.4049765795220992e-08, + "I": 1.641235758409465e-10, + "C": 7.003610365263757e-12, + "R": 8.907493666276967e-12, + "M": 5.524716470972635e-06, + "O": 9.241452971764375e-06, + "W": 1.2311228703154597e-09, + "N": 7.26489181313017e-14, + "Y": 2.6562183563783037e-08, + "U": 1.0997795319019846e-15, + "K": 9.22526425964262e-20, + "L": 1.142740188697644e-06, + "G": 3.1271542866306845e-07, + "F": 3.3880189675983274e-07, + "E": 2.652509600853392e-10, + "T": 2.235059639588144e-07, + "P": 4.3697124056052417e-05, + "-": 0.9999063014984131 + }, + "id": "tp_247" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 30898, + "label": "-", + "classification": { + "B": 8.0232814525516e-07, + "S": 1.042082317326276e-06, + "I": 1.5788145901751705e-07, + "C": 5.863850915943658e-08, + "R": 1.311243238433235e-07, + "M": 0.00018530376837588847, + "O": 8.873902697814628e-05, + "W": 8.386388117287424e-08, + "N": 7.180286365482402e-10, + "Y": 9.798105747904629e-05, + "U": 2.842456651996894e-11, + "K": 3.596697158853024e-12, + "L": 9.362610398966353e-06, + "G": 4.017485480289906e-05, + "F": 4.909695780952461e-05, + "E": 4.330863845325439e-08, + "T": 0.00021826229931320995, + "P": 0.00020069850143045187, + "-": 0.9991081357002258 + }, + "id": "tp_248" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 31031, + "label": "-", + "classification": { + "B": 0.002416761126369238, + "S": 3.6650115362135693e-05, + "I": 7.006871669545944e-07, + "C": 1.1010557727786363e-06, + "R": 2.2366843950294424e-06, + "M": 0.0036966518964618444, + "O": 0.002223089337348938, + "W": 3.4402369237795938e-06, + "N": 7.828613313165533e-09, + "Y": 0.00014024325355421752, + "U": 7.885812558505734e-10, + "K": 7.18654606310376e-12, + "L": 0.0026328747626394033, + "G": 0.001486729714088142, + "F": 0.0005064830766059458, + "E": 1.3599416206488968e-06, + "T": 0.0005336022586561739, + "P": 0.00026826781686395407, + "-": 0.9860498309135437 + }, + "id": "tp_249" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 31131, + "label": "-", + "classification": { + "B": 5.015385613660328e-05, + "S": 3.0366749115273706e-07, + "I": 2.707232304999252e-08, + "C": 1.3470864423936746e-08, + "R": 2.2900422891325434e-08, + "M": 0.00013312490773387253, + "O": 0.000247328745899722, + "W": 1.1348252826337557e-07, + "N": 7.186344574972026e-11, + "Y": 3.1627671432943316e-06, + "U": 3.144915751429611e-12, + "K": 1.0525235637746672e-15, + "L": 6.880606088088825e-05, + "G": 2.083130857499782e-05, + "F": 8.827018973533995e-06, + "E": 2.6717245305007964e-08, + "T": 1.1517380698933266e-05, + "P": 0.00028579600621014833, + "-": 0.9991699457168579 + }, + "id": "tp_250" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 31265, + "label": "-", + "classification": { + "B": 2.3721929665043717e-06, + "S": 3.9984095678846643e-07, + "I": 2.0236730051692575e-05, + "C": 2.059430153167341e-05, + "R": 8.189886102627497e-06, + "M": 0.00023334543220698833, + "O": 7.191168697318062e-05, + "W": 7.619750590492913e-07, + "N": 2.563835721502983e-07, + "Y": 0.0002760047500487417, + "U": 6.334467883561956e-08, + "K": 8.85972362141274e-09, + "L": 2.74079866358079e-05, + "G": 0.00022735100355930626, + "F": 0.0007339001167565584, + "E": 6.199396466399776e-06, + "T": 0.0005511544295586646, + "P": 0.003910822793841362, + "-": 0.9939091205596924 + }, + "id": "tp_251" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 31398, + "label": "-", + "classification": { + "B": 1.8746866317087552e-06, + "S": 8.402648177252559e-07, + "I": 0.0001662195718381554, + "C": 4.344335138739552e-06, + "R": 1.544232645755983e-06, + "M": 0.00020302602206356823, + "O": 5.034984860685654e-05, + "W": 1.3817141280014766e-06, + "N": 3.428376658121124e-06, + "Y": 0.0006181132630445063, + "U": 1.0860262733558557e-07, + "K": 2.0784074195034918e-07, + "L": 2.8830647806898924e-06, + "G": 0.00018911044753622264, + "F": 0.00032155963708646595, + "E": 6.184667290654033e-05, + "T": 0.0007530383882112801, + "P": 0.05963395535945892, + "-": 0.9379860162734985 + }, + "id": "tp_252" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 31532, + "label": "-", + "classification": { + "B": 0.00034738535759970546, + "S": 0.00015016802353784442, + "I": 0.00017744238721206784, + "C": 5.790675277239643e-05, + "R": 3.7494635762413964e-05, + "M": 0.002962584374472499, + "O": 0.0015202187933027744, + "W": 7.251685747178271e-05, + "N": 1.0091804142575711e-05, + "Y": 0.001890930812805891, + "U": 1.7193074199894909e-06, + "K": 7.964152359818399e-07, + "L": 0.000489272759296, + "G": 0.0019264277070760727, + "F": 0.014406518079340458, + "E": 0.0002732209686655551, + "T": 0.0016092206351459026, + "P": 0.03522166237235069, + "-": 0.9388444423675537 + }, + "id": "tp_253" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 31632, + "label": "-", + "classification": { + "B": 1.1981471743638394e-06, + "S": 2.389490646237391e-06, + "I": 1.584686515343492e-07, + "C": 7.329933549016232e-09, + "R": 5.056663088254254e-09, + "M": 1.566281025588978e-05, + "O": 3.732534241862595e-05, + "W": 2.5671391767900786e-07, + "N": 4.766004479961339e-09, + "Y": 4.336173333285842e-06, + "U": 9.749026586014509e-11, + "K": 9.889791763306732e-11, + "L": 6.212385983417335e-07, + "G": 3.386738853805582e-06, + "F": 0.00029911022284068167, + "E": 4.1483380641693657e-07, + "T": 1.1292187991784886e-05, + "P": 0.003833100898191333, + "-": 0.9957907795906067 + }, + "id": "tp_254" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 31765, + "label": "-", + "classification": { + "B": 1.7275408026762307e-05, + "S": 8.432997674390208e-06, + "I": 4.5583506107504945e-06, + "C": 3.11210096697323e-05, + "R": 1.590118154126685e-05, + "M": 0.001047879341058433, + "O": 0.00024317140923812985, + "W": 4.971906491846312e-06, + "N": 2.6623297344485763e-07, + "Y": 0.0012116620782762766, + "U": 1.2412607475198456e-07, + "K": 8.219213754045995e-08, + "L": 0.00011714698484865949, + "G": 0.0006008605123497546, + "F": 0.00396856851875782, + "E": 1.6457808669656515e-05, + "T": 0.0015671581495553255, + "P": 0.002806921023875475, + "-": 0.9883373379707336 + }, + "id": "tp_255" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 31899, + "label": "-", + "classification": { + "B": 0.0003789681359194219, + "S": 2.1043395463493653e-05, + "I": 1.3934445064478496e-07, + "C": 1.3911985661252402e-06, + "R": 1.9212002371205017e-06, + "M": 0.0017744854558259249, + "O": 0.002120674354955554, + "W": 3.3151134175568586e-06, + "N": 1.634085422530518e-09, + "Y": 6.888279312988743e-05, + "U": 2.0424596736123846e-10, + "K": 2.1768405220751186e-12, + "L": 0.0011707065859809518, + "G": 0.0005655600689351559, + "F": 0.00014113787619862705, + "E": 1.748694700154374e-07, + "T": 0.0003050928353331983, + "P": 0.00010482916695764288, + "-": 0.9933417439460754 + }, + "id": "tp_256" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 32032, + "label": "-", + "classification": { + "B": 0.006509709637612104, + "S": 0.0001573358749737963, + "I": 5.3847623348701745e-05, + "C": 0.0003235920739825815, + "R": 0.00040015034028328955, + "M": 0.013925847597420216, + "O": 0.0075658587738871574, + "W": 7.47295853216201e-05, + "N": 9.250154562323587e-07, + "Y": 0.002259029308333993, + "U": 5.750983405050647e-07, + "K": 1.9492925051878274e-09, + "L": 0.020955368876457214, + "G": 0.012706046923995018, + "F": 0.00264389393851161, + "E": 1.5658615666325204e-05, + "T": 0.005913082510232925, + "P": 0.0021621177438646555, + "-": 0.9243322014808655 + }, + "id": "tp_257" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 32132, + "label": "-", + "classification": { + "B": 0.0007517584599554539, + "S": 3.3930504287127405e-05, + "I": 3.696824569487944e-05, + "C": 1.0034765182354022e-05, + "R": 5.343326847651042e-06, + "M": 0.003556261071935296, + "O": 0.0007222165004350245, + "W": 7.530694347224198e-06, + "N": 7.128771812858758e-07, + "Y": 0.0010228502796962857, + "U": 4.2281609324845704e-08, + "K": 2.4352486693857145e-09, + "L": 0.00041947778663598, + "G": 0.002193969441577792, + "F": 0.0018318839138373733, + "E": 0.00011048516171285883, + "T": 0.0008416333002969623, + "P": 0.0191876832395792, + "-": 0.9692671895027161 + }, + "id": "tp_258" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 32266, + "label": "-", + "classification": { + "B": 9.147715172730386e-05, + "S": 2.0211091396049596e-06, + "I": 5.276993286784659e-10, + "C": 4.163442479665491e-09, + "R": 1.140145222677802e-08, + "M": 0.00033443470601923764, + "O": 0.00036336519406177104, + "W": 7.01369842204258e-08, + "N": 1.6699872821407391e-12, + "Y": 1.152104005086585e-06, + "U": 6.655924590778448e-14, + "K": 6.140458148512663e-17, + "L": 0.00018840371922124177, + "G": 3.451371594564989e-05, + "F": 7.030089182080701e-05, + "E": 1.6697286886468987e-09, + "T": 1.3261112144391518e-05, + "P": 5.647033958666725e-06, + "-": 0.9988952875137329 + }, + "id": "tp_259" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 32399, + "label": "-", + "classification": { + "B": 3.777303209062666e-05, + "S": 2.3444776161340997e-05, + "I": 1.1487661311093689e-07, + "C": 2.0721159899039776e-07, + "R": 1.8473896545856405e-07, + "M": 0.00023721058096271008, + "O": 0.00016622862312942743, + "W": 7.994561315172177e-07, + "N": 1.2033661844768062e-09, + "Y": 4.113732939003967e-05, + "U": 5.695061783272948e-11, + "K": 1.620701142734937e-11, + "L": 8.611187513452023e-05, + "G": 0.0004414292052388191, + "F": 0.012038548476994038, + "E": 5.033055572312151e-07, + "T": 6.110731919761747e-05, + "P": 0.0004175427893642336, + "-": 0.9864475727081299 + }, + "id": "tp_260" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 32533, + "label": "-", + "classification": { + "B": 7.244279913720675e-07, + "S": 8.394668498112878e-07, + "I": 1.2731619847272668e-07, + "C": 1.34709921439935e-07, + "R": 1.3593092873520618e-08, + "M": 0.00012012532533844933, + "O": 1.0793991350510623e-05, + "W": 2.035352331120066e-08, + "N": 1.9518755500769203e-09, + "Y": 0.00015048336354084313, + "U": 3.680055565835616e-11, + "K": 1.7483212100266599e-10, + "L": 1.886350446511642e-06, + "G": 9.495846461504698e-05, + "F": 0.0016065372619777918, + "E": 1.7138715975306695e-06, + "T": 5.763159424532205e-05, + "P": 0.0005478531820699573, + "-": 0.9974061846733093 + }, + "id": "tp_261" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 32633, + "label": "-", + "classification": { + "B": 6.792320483839376e-09, + "S": 8.330625433927707e-08, + "I": 2.4499971118530084e-07, + "C": 3.639764258878131e-07, + "R": 1.7062812673884764e-07, + "M": 9.857170880422927e-06, + "O": 6.867004685773281e-06, + "W": 5.180837803209215e-08, + "N": 9.32828747579606e-09, + "Y": 3.764349821722135e-05, + "U": 8.825677411117283e-10, + "K": 1.948256889150457e-09, + "L": 3.465299300842162e-07, + "G": 5.259499175735982e-06, + "F": 0.0004206287849228829, + "E": 9.68984821270169e-08, + "T": 0.00011203472968190908, + "P": 0.0016727045876905322, + "-": 0.9977337121963501 + }, + "id": "tp_262" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 32766, + "label": "-", + "classification": { + "B": 5.065703589934856e-05, + "S": 1.1462537941042683e-06, + "I": 9.532905096421018e-07, + "C": 8.890255571714079e-07, + "R": 1.1490755014165188e-06, + "M": 0.0015689317369833589, + "O": 0.0002804672985803336, + "W": 3.3437643764955283e-07, + "N": 2.60201349355782e-09, + "Y": 0.0002614571712911129, + "U": 3.8642666844168616e-10, + "K": 2.101945137042427e-12, + "L": 0.000337075034622103, + "G": 0.0006039516301825643, + "F": 0.00015839845582377166, + "E": 4.897249823443417e-07, + "T": 0.0005268945242278278, + "P": 0.00031768291955813766, + "-": 0.9958894848823547 + }, + "id": "tp_263" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 32900, + "label": "-", + "classification": { + "B": 1.1166737294843188e-06, + "S": 1.4639313121733721e-06, + "I": 1.9717633747973196e-08, + "C": 7.325500916977035e-08, + "R": 4.044939316827367e-08, + "M": 7.488419214496389e-05, + "O": 8.88062349986285e-05, + "W": 5.7502578698631623e-08, + "N": 2.579207125652516e-10, + "Y": 3.803358777076937e-05, + "U": 4.301242955556672e-12, + "K": 6.769486772355282e-13, + "L": 2.228690209449269e-05, + "G": 0.00010364170157117769, + "F": 0.0016522251535207033, + "E": 1.1061103322163035e-07, + "T": 1.8610999177326448e-05, + "P": 0.00016278155089821666, + "-": 0.9978358149528503 + }, + "id": "tp_264" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 33033, + "label": "-", + "classification": { + "B": 9.371844498673454e-06, + "S": 1.7645248817643733e-06, + "I": 2.773805317701772e-05, + "C": 3.864802238240372e-06, + "R": 2.045183009613538e-06, + "M": 0.00040619002538733184, + "O": 0.0003067204379476607, + "W": 2.527671085772454e-06, + "N": 3.0514709692397446e-07, + "Y": 0.00012952479301020503, + "U": 1.4019795457898e-07, + "K": 1.9585721933168543e-09, + "L": 7.756047125440091e-05, + "G": 0.000259438413195312, + "F": 0.00017446446872781962, + "E": 5.069045982963871e-06, + "T": 0.00048519394476898015, + "P": 0.01977195218205452, + "-": 0.9783360958099365 + }, + "id": "tp_265" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 33133, + "label": "-", + "classification": { + "B": 1.0867373703149497e-06, + "S": 1.8805309309755103e-06, + "I": 9.312362635682803e-06, + "C": 1.0438187018735334e-05, + "R": 5.1156948757125065e-06, + "M": 0.000969399290625006, + "O": 0.0001297878916375339, + "W": 4.59730273405512e-07, + "N": 3.599577880208926e-08, + "Y": 0.00029889342840760946, + "U": 1.273268934731675e-09, + "K": 2.397873045956178e-11, + "L": 6.514659617096186e-05, + "G": 0.00013071304420009255, + "F": 0.0003356607921887189, + "E": 1.4950650211176253e-06, + "T": 0.0005121409194543958, + "P": 0.0013874373398721218, + "-": 0.9961410164833069 + }, + "id": "tp_266" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 33267, + "label": "-", + "classification": { + "B": 1.5489571296711802e-06, + "S": 2.0652887400274267e-08, + "I": 2.8551028208312346e-07, + "C": 8.486086500170131e-09, + "R": 2.971207724300484e-09, + "M": 4.70678196506924e-06, + "O": 9.063090146810282e-06, + "W": 2.9463725681466713e-08, + "N": 1.3348189220607765e-09, + "Y": 2.0019872408738593e-06, + "U": 6.900079813076943e-11, + "K": 4.2906086669680654e-13, + "L": 7.578776717309665e-07, + "G": 3.4403710742481053e-06, + "F": 8.303849426738452e-06, + "E": 7.40048591296727e-08, + "T": 9.644333658798132e-06, + "P": 0.005433458369225264, + "-": 0.9945266842842102 + }, + "id": "tp_267" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 33400, + "label": "-", + "classification": { + "B": 2.9741745493083727e-06, + "S": 2.965468183901976e-06, + "I": 1.423466073902091e-06, + "C": 4.6141965803769835e-09, + "R": 1.6714605255430115e-09, + "M": 3.1321137612394523e-06, + "O": 2.9183083825046197e-05, + "W": 4.3196570231884834e-07, + "N": 1.4572857764960645e-07, + "Y": 9.758282430993859e-07, + "U": 5.037353867365368e-10, + "K": 1.5619653348508677e-09, + "L": 1.4477788568001415e-07, + "G": 2.508081706764642e-06, + "F": 0.0003122866328340024, + "E": 1.8140927977583488e-06, + "T": 7.808498594386037e-06, + "P": 0.1961974799633026, + "-": 0.8034366965293884 + }, + "id": "tp_268" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 33500, + "label": "-", + "classification": { + "B": 4.765646735904738e-06, + "S": 3.0377461825992214e-06, + "I": 1.1236301133976667e-07, + "C": 8.853199062741623e-08, + "R": 8.454905753296771e-08, + "M": 6.872037192806602e-05, + "O": 6.400893471436575e-05, + "W": 1.1725048665311988e-07, + "N": 1.3581474833657126e-09, + "Y": 7.363671102211811e-06, + "U": 1.1985094340583036e-11, + "K": 1.3367834400188072e-12, + "L": 9.60117995418841e-06, + "G": 3.6208257370162755e-05, + "F": 0.0004886316019110382, + "E": 9.374878828793953e-08, + "T": 3.391183417988941e-05, + "P": 0.000487438723212108, + "-": 0.9987958669662476 + }, + "id": "tp_269" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 33634, + "label": "-", + "classification": { + "B": 4.193690256215632e-05, + "S": 7.23064204066759e-08, + "I": 1.357013843517052e-06, + "C": 1.7286412301587006e-08, + "R": 3.071143339639093e-09, + "M": 1.0265021956001874e-05, + "O": 9.549283277010545e-06, + "W": 2.1756918044957274e-08, + "N": 4.3027394980299505e-09, + "Y": 1.7470958937337855e-06, + "U": 3.677377499733403e-11, + "K": 2.079292006585895e-13, + "L": 1.6636378177281586e-06, + "G": 1.763027648848947e-05, + "F": 1.4737193851033226e-05, + "E": 1.8819474689735216e-06, + "T": 3.3924134186236188e-06, + "P": 0.08198563009500504, + "-": 0.917910099029541 + }, + "id": "tp_270" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 33767, + "label": "-", + "classification": { + "B": 2.984392995131202e-05, + "S": 3.4768900150083937e-06, + "I": 2.412250239558489e-07, + "C": 2.5269113024251055e-08, + "R": 7.394001499960723e-08, + "M": 0.0012696812627837062, + "O": 0.00033795018680393696, + "W": 4.933992840960855e-07, + "N": 1.2635820167972156e-09, + "Y": 2.0701443645521067e-05, + "U": 7.922870692844697e-11, + "K": 5.64675964407485e-13, + "L": 0.00011216214625164866, + "G": 5.549618072109297e-05, + "F": 6.709482113365084e-05, + "E": 1.548050789779154e-07, + "T": 0.0002022830885834992, + "P": 0.0005462969420477748, + "-": 0.9973540306091309 + }, + "id": "tp_271" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 33901, + "label": "-", + "classification": { + "B": 0.004950002767145634, + "S": 0.005195482634007931, + "I": 0.0023317746818065643, + "C": 0.0003063041949644685, + "R": 0.000863853725604713, + "M": 0.025181587785482407, + "O": 0.06333870440721512, + "W": 0.0018942175665870309, + "N": 0.00018119146989192814, + "Y": 0.010188799351453781, + "U": 6.796744401071919e-06, + "K": 2.872389359254157e-06, + "L": 0.008762612007558346, + "G": 0.010010839439928532, + "F": 0.0055274455808103085, + "E": 0.0001661020069150254, + "T": 0.024708924815058708, + "P": 0.01604306511580944, + "-": 0.8203394412994385 + }, + "id": "tp_272" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 34001, + "label": "S", + "classification": { + "B": 0.01443834975361824, + "S": 0.4335384666919708, + "I": 0.0246908999979496, + "C": 0.0032512920442968607, + "R": 0.00663263164460659, + "M": 0.07520019263029099, + "O": 0.1309451013803482, + "W": 0.03166923299431801, + "N": 0.030573280528187752, + "Y": 0.021623972803354263, + "U": 0.00026167414034716785, + "K": 0.00557192787528038, + "L": 0.03240540996193886, + "G": 0.0561865009367466, + "F": 0.021952997893095016, + "E": 0.006675784010440111, + "T": 0.0759284496307373, + "P": 0.011517146602272987, + "-": 0.01693669520318508 + }, + "id": "tp_273" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 34134, + "label": "P", + "classification": { + "B": 0.008885011076927185, + "S": 0.063918836414814, + "I": 0.2071080058813095, + "C": 0.0004671434289775789, + "R": 0.0007650451734662056, + "M": 0.02759786695241928, + "O": 0.016429118812084198, + "W": 0.00510806730017066, + "N": 0.07032797485589981, + "Y": 0.014072539284825325, + "U": 7.362536416621879e-05, + "K": 0.007061759475618601, + "L": 0.001361559727229178, + "G": 0.00958211813122034, + "F": 0.02343670092523098, + "E": 0.03180059790611267, + "T": 0.03047320991754532, + "P": 0.37007856369018555, + "-": 0.11145228147506714 + }, + "id": "tp_274" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 34268, + "label": "G", + "classification": { + "B": 0.006691685412079096, + "S": 0.16118323802947998, + "I": 0.037705887109041214, + "C": 0.022573944181203842, + "R": 0.020386429503560066, + "M": 0.05325452983379364, + "O": 0.07804061472415924, + "W": 0.02453007735311985, + "N": 0.034946855157613754, + "Y": 0.11141133308410645, + "U": 0.0003416647668927908, + "K": 0.0152420150116086, + "L": 0.024976618587970734, + "G": 0.1638765186071396, + "F": 0.04769621044397354, + "E": 0.007944733835756779, + "T": 0.16380013525485992, + "P": 0.006135506555438042, + "-": 0.019262021407485008 + }, + "id": "tp_275" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 34401, + "label": "S", + "classification": { + "B": 0.04391664266586304, + "S": 0.29523324966430664, + "I": 0.07428019493818283, + "C": 0.013039239682257175, + "R": 0.01190167386084795, + "M": 0.1711333692073822, + "O": 0.0666998103260994, + "W": 0.018667252734303474, + "N": 0.023530438542366028, + "Y": 0.024873036891222, + "U": 0.00026932996115647256, + "K": 0.0011698843445628881, + "L": 0.0437309704720974, + "G": 0.08328159898519516, + "F": 0.02098166197538376, + "E": 0.030617643147706985, + "T": 0.032518938183784485, + "P": 0.022743042558431625, + "-": 0.021412093192338943 + }, + "id": "tp_276" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 34501, + "label": "S", + "classification": { + "B": 0.01765972189605236, + "S": 0.36075857281684875, + "I": 0.040663715451955795, + "C": 0.008994479663670063, + "R": 0.007973681204020977, + "M": 0.23281824588775635, + "O": 0.07518088817596436, + "W": 0.012343961745500565, + "N": 0.011943421326577663, + "Y": 0.016774840652942657, + "U": 2.8810549338231795e-05, + "K": 0.00047698395792394876, + "L": 0.03718249499797821, + "G": 0.0976657122373581, + "F": 0.010729340836405754, + "E": 0.013795268721878529, + "T": 0.03844459727406502, + "P": 0.007134802173823118, + "-": 0.00943043828010559 + }, + "id": "tp_277" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 34635, + "label": "S", + "classification": { + "B": 0.007163062691688538, + "S": 0.47783705592155457, + "I": 0.010852157138288021, + "C": 0.0017229221994057298, + "R": 0.002567587187513709, + "M": 0.05530741810798645, + "O": 0.09510688483715057, + "W": 0.027585087344050407, + "N": 0.009409588761627674, + "Y": 0.023618193343281746, + "U": 5.118186891195364e-05, + "K": 0.005238897167146206, + "L": 0.015163169242441654, + "G": 0.048139557242393494, + "F": 0.10131265968084335, + "E": 0.009332411922514439, + "T": 0.03737373277544975, + "P": 0.01566740684211254, + "-": 0.056551091372966766 + }, + "id": "tp_278" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 34768, + "label": "I", + "classification": { + "B": 5.756100654252805e-05, + "S": 0.0009211249998770654, + "I": 0.8257731199264526, + "C": 0.0003876337723340839, + "R": 0.000111209592432715, + "M": 0.00160194281488657, + "O": 0.000226717020268552, + "W": 3.551605550455861e-05, + "N": 0.12199480086565018, + "Y": 0.0024597535375505686, + "U": 2.661696782979561e-07, + "K": 0.00023448669526260346, + "L": 1.7033446056302637e-05, + "G": 0.003413582220673561, + "F": 0.00010921732609858736, + "E": 0.02513347752392292, + "T": 0.0012129554525017738, + "P": 0.016151215881109238, + "-": 0.00015828668256290257 + }, + "id": "tp_279" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 34902, + "label": "I", + "classification": { + "B": 0.0020366914104670286, + "S": 0.18136762082576752, + "I": 0.6051986217498779, + "C": 0.0009622741490602493, + "R": 0.0011003520339727402, + "M": 0.019015071913599968, + "O": 0.016162822023034096, + "W": 0.0025547307450324297, + "N": 0.0983041375875473, + "Y": 0.00798399094492197, + "U": 1.1172089671163121e-06, + "K": 0.0003691856691148132, + "L": 0.0011955046793445945, + "G": 0.01991112157702446, + "F": 0.001750854542478919, + "E": 0.005712530110031366, + "T": 0.025601042434573174, + "P": 0.009099266491830349, + "-": 0.0016731268260627985 + }, + "id": "tp_280" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 35002, + "label": "I", + "classification": { + "B": 0.00038881879299879074, + "S": 0.0008341763750649989, + "I": 0.8148337006568909, + "C": 0.004728814121335745, + "R": 0.0014332587597891688, + "M": 0.0029036751948297024, + "O": 0.0005440937238745391, + "W": 0.00024798238882794976, + "N": 0.10834233462810516, + "Y": 0.005245508626103401, + "U": 1.2560514733195305e-05, + "K": 0.001299739466048777, + "L": 8.35175669635646e-05, + "G": 0.005723499692976475, + "F": 0.00028604225371964276, + "E": 0.038283564150333405, + "T": 0.0022414978593587875, + "P": 0.011999459005892277, + "-": 0.0005677859298884869 + }, + "id": "tp_281" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 35135, + "label": "I", + "classification": { + "B": 0.0021019726991653442, + "S": 0.023333299905061722, + "I": 0.7178661823272705, + "C": 0.0019154034089297056, + "R": 0.0014247209765017033, + "M": 0.01995164528489113, + "O": 0.003662683069705963, + "W": 0.0009252212475985289, + "N": 0.09917446970939636, + "Y": 0.00937917921692133, + "U": 6.072567884984892e-06, + "K": 0.0008558024419471622, + "L": 0.0008457981166429818, + "G": 0.019388409331440926, + "F": 0.0010628700256347656, + "E": 0.0633828341960907, + "T": 0.005121695343405008, + "P": 0.028064783662557602, + "-": 0.0015370713081210852 + }, + "id": "tp_282" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 35269, + "label": "I", + "classification": { + "B": 0.014717718586325645, + "S": 0.013721764087677002, + "I": 0.4219692051410675, + "C": 0.024530502036213875, + "R": 0.015647364780306816, + "M": 0.05186775326728821, + "O": 0.011857345700263977, + "W": 0.005912467837333679, + "N": 0.07391006499528885, + "Y": 0.03454643115401268, + "U": 0.0014327159151434898, + "K": 0.004869482945650816, + "L": 0.009705821052193642, + "G": 0.04232942312955856, + "F": 0.011924359016120434, + "E": 0.10874122381210327, + "T": 0.026382192969322205, + "P": 0.09770530462265015, + "-": 0.028228770941495895 + }, + "id": "tp_283" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 35402, + "label": "I", + "classification": { + "B": 0.0060109724290668964, + "S": 0.008713498711585999, + "I": 0.6419116258621216, + "C": 0.0017347238026559353, + "R": 0.0009128620731644332, + "M": 0.03782669082283974, + "O": 0.0029707232024520636, + "W": 0.0008199926814995706, + "N": 0.06268791109323502, + "Y": 0.010472729802131653, + "U": 1.843669633672107e-05, + "K": 0.0005824036779813468, + "L": 0.0010294335661455989, + "G": 0.01589149236679077, + "F": 0.0016700832638889551, + "E": 0.12435413151979446, + "T": 0.007078432943671942, + "P": 0.07099275290966034, + "-": 0.004321037791669369 + }, + "id": "tp_284" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 35502, + "label": "I", + "classification": { + "B": 0.0005547160981222987, + "S": 0.0007268887711688876, + "I": 0.8324381113052368, + "C": 0.027311744168400764, + "R": 0.006644890643656254, + "M": 0.007805952802300453, + "O": 0.0011055554496124387, + "W": 0.0002538045519031584, + "N": 0.029983362182974815, + "Y": 0.007065433543175459, + "U": 1.0151553397008684e-05, + "K": 0.0002349651331314817, + "L": 0.0008531931671313941, + "G": 0.027027254924178123, + "F": 0.000436148839071393, + "E": 0.04582255706191063, + "T": 0.0027256172616034746, + "P": 0.008078837767243385, + "-": 0.0009208046831190586 + }, + "id": "tp_285" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 35636, + "label": "I", + "classification": { + "B": 0.0032961578108370304, + "S": 0.004875881597399712, + "I": 0.6549647450447083, + "C": 0.016041288152337074, + "R": 0.006344192661345005, + "M": 0.011152561753988266, + "O": 0.0033030007034540176, + "W": 0.0015369742177426815, + "N": 0.10073629021644592, + "Y": 0.020073410123586655, + "U": 0.00010971042502205819, + "K": 0.0029403914231806993, + "L": 0.001494690077379346, + "G": 0.03449208661913872, + "F": 0.0021453704684972763, + "E": 0.0991293415427208, + "T": 0.008089296519756317, + "P": 0.0259984340518713, + "-": 0.0032761618494987488 + }, + "id": "tp_286" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 35769, + "label": "I", + "classification": { + "B": 0.016213463619351387, + "S": 0.11997872591018677, + "I": 0.12092391401529312, + "C": 0.008652729913592339, + "R": 0.0091991126537323, + "M": 0.11633661389350891, + "O": 0.06217743828892708, + "W": 0.017446579411625862, + "N": 0.0610465370118618, + "Y": 0.07663983851671219, + "U": 0.0006159042823128402, + "K": 0.015629667788743973, + "L": 0.016160957515239716, + "G": 0.09905323386192322, + "F": 0.04210609942674637, + "E": 0.03989412635564804, + "T": 0.0960143655538559, + "P": 0.034455541521310806, + "-": 0.04745522513985634 + }, + "id": "tp_287" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 35903, + "label": "I", + "classification": { + "B": 0.001254654722288251, + "S": 0.0077850669622421265, + "I": 0.5170693397521973, + "C": 0.01032919343560934, + "R": 0.003754120320081711, + "M": 0.01394729409366846, + "O": 0.004462911747395992, + "W": 0.0017595493700355291, + "N": 0.17717544734477997, + "Y": 0.03802349790930748, + "U": 8.598664135206491e-05, + "K": 0.011625503189861774, + "L": 0.0007766257622279227, + "G": 0.03273678198456764, + "F": 0.004932832438498735, + "E": 0.11113704741001129, + "T": 0.015814412385225296, + "P": 0.040955930948257446, + "-": 0.0063737197779119015 + }, + "id": "tp_288" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 36003, + "label": "K", + "classification": { + "B": 0.007275806739926338, + "S": 0.04150405153632164, + "I": 0.10946646332740784, + "C": 0.03656942769885063, + "R": 0.02362760901451111, + "M": 0.028543934226036072, + "O": 0.03365965187549591, + "W": 0.021896015852689743, + "N": 0.1052808165550232, + "Y": 0.07961917668581009, + "U": 0.004070067312568426, + "K": 0.14065535366535187, + "L": 0.011487706564366817, + "G": 0.09881706535816193, + "F": 0.056561119854450226, + "E": 0.05842183157801628, + "T": 0.06845732033252716, + "P": 0.036922309547662735, + "-": 0.0371643602848053 + }, + "id": "tp_289" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 36136, + "label": "I", + "classification": { + "B": 0.008851025253534317, + "S": 0.04613696038722992, + "I": 0.7888957262039185, + "C": 0.0015103695914149284, + "R": 0.001897498033940792, + "M": 0.04954802244901657, + "O": 0.009278851561248302, + "W": 0.001623822608962655, + "N": 0.04023648053407669, + "Y": 0.004488532431423664, + "U": 1.368772814203112e-06, + "K": 5.787099871668033e-05, + "L": 0.002185050630941987, + "G": 0.014791171066462994, + "F": 0.0003522872575558722, + "E": 0.01528705283999443, + "T": 0.005904714111238718, + "P": 0.0077699837274849415, + "-": 0.0011832290329039097 + }, + "id": "tp_290" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 36270, + "label": "I", + "classification": { + "B": 0.008530410937964916, + "S": 0.04854056239128113, + "I": 0.5035250186920166, + "C": 0.008652331307530403, + "R": 0.006003228016197681, + "M": 0.1895998865365982, + "O": 0.028156911954283714, + "W": 0.0023326976224780083, + "N": 0.026268359273672104, + "Y": 0.015059074386954308, + "U": 7.038780950097134e-06, + "K": 0.00011723730131052434, + "L": 0.01301601342856884, + "G": 0.0735333040356636, + "F": 0.002270333468914032, + "E": 0.03642444312572479, + "T": 0.017865754663944244, + "P": 0.012818769551813602, + "-": 0.007278635166585445 + }, + "id": "tp_291" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 36403, + "label": "I", + "classification": { + "B": 0.002937918296083808, + "S": 0.0995851531624794, + "I": 0.351072758436203, + "C": 0.012953727506101131, + "R": 0.008654927834868431, + "M": 0.0487864725291729, + "O": 0.027703285217285156, + "W": 0.008616441860795021, + "N": 0.1600799411535263, + "Y": 0.04619148373603821, + "U": 7.311013177968562e-05, + "K": 0.012347252108156681, + "L": 0.004476467613130808, + "G": 0.08312773704528809, + "F": 0.008853462524712086, + "E": 0.03473711013793945, + "T": 0.06590021401643753, + "P": 0.017943615093827248, + "-": 0.005958946421742439 + }, + "id": "tp_292" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 36503, + "label": "I", + "classification": { + "B": 0.006527702324092388, + "S": 0.052179478108882904, + "I": 0.2091030329465866, + "C": 0.014873930253088474, + "R": 0.008748090825974941, + "M": 0.018019357696175575, + "O": 0.019405212253332138, + "W": 0.013498273678123951, + "N": 0.2026529163122177, + "Y": 0.029071634635329247, + "U": 0.0010058849584311247, + "K": 0.08597392588853836, + "L": 0.004413996823132038, + "G": 0.06659134477376938, + "F": 0.030440345406532288, + "E": 0.09779024124145508, + "T": 0.02793790027499199, + "P": 0.09250270575284958, + "-": 0.01926405355334282 + }, + "id": "tp_293" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 36637, + "label": "P", + "classification": { + "B": 0.0007202138076536357, + "S": 0.0001524422987131402, + "I": 0.02457578480243683, + "C": 0.0019076289609074593, + "R": 0.0003295679925940931, + "M": 0.004117976408451796, + "O": 0.0007659262628294528, + "W": 0.0001451055140933022, + "N": 0.0030040093697607517, + "Y": 0.00407486641779542, + "U": 0.00011671214451780543, + "K": 0.0001130721066147089, + "L": 0.0003643005038611591, + "G": 0.003071193816140294, + "F": 0.007413961458951235, + "E": 0.02480989508330822, + "T": 0.003365776501595974, + "P": 0.6869848966598511, + "-": 0.23396654427051544 + }, + "id": "tp_294" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 36770, + "label": "P", + "classification": { + "B": 0.009251885116100311, + "S": 0.007545251399278641, + "I": 0.2465517520904541, + "C": 0.00298021431080997, + "R": 0.0019876225851476192, + "M": 0.025975683704018593, + "O": 0.005185644142329693, + "W": 0.0024205646477639675, + "N": 0.05870617926120758, + "Y": 0.011097333393990993, + "U": 0.00032667056075297296, + "K": 0.003573749680072069, + "L": 0.0014419967774301767, + "G": 0.01570127159357071, + "F": 0.009426265954971313, + "E": 0.15717338025569916, + "T": 0.008892794139683247, + "P": 0.397386759519577, + "-": 0.03437495604157448 + }, + "id": "tp_295" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 36904, + "label": "I", + "classification": { + "B": 0.010151507332921028, + "S": 0.2023543417453766, + "I": 0.2818056046962738, + "C": 0.013703457079827785, + "R": 0.013226662762463093, + "M": 0.04988788068294525, + "O": 0.06528454273939133, + "W": 0.023238178342580795, + "N": 0.1405317485332489, + "Y": 0.0204062070697546, + "U": 0.00020530974143184721, + "K": 0.006343260407447815, + "L": 0.011560591869056225, + "G": 0.050246041268110275, + "F": 0.011197400279343128, + "E": 0.01971251890063286, + "T": 0.043230023235082626, + "P": 0.025498291477560997, + "-": 0.011416389606893063 + }, + "id": "tp_296" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 37004, + "label": "M", + "classification": { + "B": 0.013333186507225037, + "S": 0.08541462570428848, + "I": 0.1388034224510193, + "C": 0.03493795171380043, + "R": 0.023921718820929527, + "M": 0.1454179883003235, + "O": 0.06165159121155739, + "W": 0.016387248411774635, + "N": 0.055367741733789444, + "Y": 0.06029156595468521, + "U": 0.000642176775727421, + "K": 0.008185782469809055, + "L": 0.03268735483288765, + "G": 0.13023419678211212, + "F": 0.022138556465506554, + "E": 0.04395955801010132, + "T": 0.0790875256061554, + "P": 0.02291330136358738, + "-": 0.02462451346218586 + }, + "id": "tp_297" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 37137, + "label": "I", + "classification": { + "B": 0.0015108936931937933, + "S": 0.003415341256186366, + "I": 0.7587444186210632, + "C": 0.03491848707199097, + "R": 0.013585282489657402, + "M": 0.035656578838825226, + "O": 0.004796056542545557, + "W": 0.000925961066968739, + "N": 0.03174380585551262, + "Y": 0.016654973849654198, + "U": 4.4802134652854875e-05, + "K": 0.00015907202032394707, + "L": 0.0032184007577598095, + "G": 0.03002295456826687, + "F": 0.0007347843493334949, + "E": 0.029318658635020256, + "T": 0.012677508406341076, + "P": 0.017249425873160362, + "-": 0.0046226512640714645 + }, + "id": "tp_298" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 37271, + "label": "I", + "classification": { + "B": 0.002167327795177698, + "S": 0.011672393418848515, + "I": 0.6998622417449951, + "C": 0.021860038861632347, + "R": 0.009114953689277172, + "M": 0.03174666687846184, + "O": 0.007158238440752029, + "W": 0.002213905332610011, + "N": 0.09161469340324402, + "Y": 0.019661862403154373, + "U": 4.453238580026664e-05, + "K": 0.0013675906229764223, + "L": 0.0019860882312059402, + "G": 0.02791151963174343, + "F": 0.0013396050781011581, + "E": 0.03730659931898117, + "T": 0.01386379823088646, + "P": 0.01655132882297039, + "-": 0.002556638326495886 + }, + "id": "tp_299" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 37404, + "label": "I", + "classification": { + "B": 0.002813725033774972, + "S": 0.03891047462821007, + "I": 0.34392842650413513, + "C": 0.17146968841552734, + "R": 0.0494459792971611, + "M": 0.07645990699529648, + "O": 0.01871161349117756, + "W": 0.0029743595514446497, + "N": 0.029871489852666855, + "Y": 0.007156376261264086, + "U": 7.795791134412866e-06, + "K": 0.00022146162518765777, + "L": 0.02493772655725479, + "G": 0.18691116571426392, + "F": 0.00145646370947361, + "E": 0.02302486076951027, + "T": 0.016591258347034454, + "P": 0.0038659528363496065, + "-": 0.001241250429302454 + }, + "id": "tp_300" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 37504, + "label": "I", + "classification": { + "B": 0.0017977927345782518, + "S": 0.012055168859660625, + "I": 0.5239163041114807, + "C": 0.011090291664004326, + "R": 0.0073848990723490715, + "M": 0.006594698876142502, + "O": 0.00593495462089777, + "W": 0.005477125756442547, + "N": 0.1921742856502533, + "Y": 0.016849996522068977, + "U": 0.0005730937118642032, + "K": 0.03356877714395523, + "L": 0.0009713516919873655, + "G": 0.013724028132855892, + "F": 0.011030174791812897, + "E": 0.037223346531391144, + "T": 0.013526270166039467, + "P": 0.09344036877155304, + "-": 0.012667099013924599 + }, + "id": "tp_301" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 37638, + "label": "I", + "classification": { + "B": 0.0009636086761020124, + "S": 0.00713404780253768, + "I": 0.4413609504699707, + "C": 0.04325848072767258, + "R": 0.018281418830156326, + "M": 0.017025183886289597, + "O": 0.009156149812042713, + "W": 0.004099089652299881, + "N": 0.12659099698066711, + "Y": 0.10751064866781235, + "U": 0.00023284695635084063, + "K": 0.028387457132339478, + "L": 0.0014468582812696695, + "G": 0.06944365799427032, + "F": 0.008288048207759857, + "E": 0.04206889122724533, + "T": 0.050888486206531525, + "P": 0.014821445569396019, + "-": 0.009041688404977322 + }, + "id": "tp_302" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 37771, + "label": "I", + "classification": { + "B": 0.008112719282507896, + "S": 0.07215194404125214, + "I": 0.21814478933811188, + "C": 0.045037880539894104, + "R": 0.02324993722140789, + "M": 0.09923988580703735, + "O": 0.0427086167037487, + "W": 0.012279927730560303, + "N": 0.06366025656461716, + "Y": 0.07412444055080414, + "U": 0.00019955559400841594, + "K": 0.0057285865768790245, + "L": 0.02096365951001644, + "G": 0.16686612367630005, + "F": 0.010708059184253216, + "E": 0.046619921922683716, + "T": 0.06863227486610413, + "P": 0.012262057512998581, + "-": 0.00930928997695446 + }, + "id": "tp_303" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 37905, + "label": "M", + "classification": { + "B": 0.03253348544239998, + "S": 0.03890395909547806, + "I": 0.1924114227294922, + "C": 0.022774452343583107, + "R": 0.017099957913160324, + "M": 0.30870291590690613, + "O": 0.05605309084057808, + "W": 0.006021283101290464, + "N": 0.01439726073294878, + "Y": 0.03197865188121796, + "U": 8.45451868372038e-05, + "K": 0.00018566157086752355, + "L": 0.05053195729851723, + "G": 0.09641975164413452, + "F": 0.004027504473924637, + "E": 0.03476677089929581, + "T": 0.03928600624203682, + "P": 0.018913105130195618, + "-": 0.03490815684199333 + }, + "id": "tp_304" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 38005, + "label": "I", + "classification": { + "B": 0.04345407336950302, + "S": 0.013225708156824112, + "I": 0.23057198524475098, + "C": 0.022655632346868515, + "R": 0.010234273038804531, + "M": 0.060050275176763535, + "O": 0.03326424956321716, + "W": 0.00769797945395112, + "N": 0.02699083276093006, + "Y": 0.05120965093374252, + "U": 0.0009346344158984721, + "K": 0.0005548978806473315, + "L": 0.017746130004525185, + "G": 0.047644566744565964, + "F": 0.009797370061278343, + "E": 0.0434151291847229, + "T": 0.04695871099829674, + "P": 0.15383559465408325, + "-": 0.17975826561450958 + }, + "id": "tp_305" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 38138, + "label": "M", + "classification": { + "B": 0.01707116886973381, + "S": 0.040860652923583984, + "I": 0.21902544796466827, + "C": 0.013338899239897728, + "R": 0.01331294421106577, + "M": 0.4091848134994507, + "O": 0.062013138085603714, + "W": 0.004463310353457928, + "N": 0.009460738860070705, + "Y": 0.013324017636477947, + "U": 3.887792627210729e-05, + "K": 9.036323717737105e-06, + "L": 0.05577225610613823, + "G": 0.05035451054573059, + "F": 0.001250579720363021, + "E": 0.014752907678484917, + "T": 0.0352524034678936, + "P": 0.01634419709444046, + "-": 0.024170031771063805 + }, + "id": "tp_306" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 38272, + "label": "I", + "classification": { + "B": 0.0008585484465584159, + "S": 0.0008859888184815645, + "I": 0.8106912970542908, + "C": 0.0157095268368721, + "R": 0.007390094455331564, + "M": 0.007220920640975237, + "O": 0.0019938971381634474, + "W": 0.0005473867640830576, + "N": 0.04364622384309769, + "Y": 0.024520518258213997, + "U": 8.636464190203696e-05, + "K": 0.0007976824417710304, + "L": 0.0007535930490121245, + "G": 0.01591995730996132, + "F": 0.0011665445053949952, + "E": 0.018706541508436203, + "T": 0.008173387497663498, + "P": 0.03259759768843651, + "-": 0.008333785459399223 + }, + "id": "tp_307" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 38405, + "label": "I", + "classification": { + "B": 0.0005747704999521375, + "S": 0.011241752654314041, + "I": 0.8553702235221863, + "C": 0.0011426692362874746, + "R": 0.0008259910973720253, + "M": 0.005092959385365248, + "O": 0.0013363827019929886, + "W": 0.00036939236451871693, + "N": 0.07037311792373657, + "Y": 0.0027045137248933315, + "U": 1.1495222906887648e-06, + "K": 0.00027290312573313713, + "L": 0.0002859732776414603, + "G": 0.009461292997002602, + "F": 0.00036059474223293364, + "E": 0.02087162435054779, + "T": 0.0026581452693790197, + "P": 0.01660706102848053, + "-": 0.0004494258901104331 + }, + "id": "tp_308" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 38505, + "label": "I", + "classification": { + "B": 0.0017141223652288318, + "S": 0.0015810711774975061, + "I": 0.6604539752006531, + "C": 0.006472733337432146, + "R": 0.0018752807518467307, + "M": 0.01564500294625759, + "O": 0.0016593891195952892, + "W": 0.0005108242621645331, + "N": 0.07330983877182007, + "Y": 0.010507415048778057, + "U": 6.94040791131556e-05, + "K": 0.0013908417895436287, + "L": 0.0005119913839735091, + "G": 0.013640381395816803, + "F": 0.0017846266273409128, + "E": 0.1030919998884201, + "T": 0.007321569137275219, + "P": 0.09014619141817093, + "-": 0.008313341066241264 + }, + "id": "tp_309" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 38639, + "label": "I", + "classification": { + "B": 0.002026456641033292, + "S": 0.01045557763427496, + "I": 0.604867696762085, + "C": 0.00947477389127016, + "R": 0.00422176718711853, + "M": 0.007074752822518349, + "O": 0.003981258720159531, + "W": 0.0024158116430044174, + "N": 0.17892882227897644, + "Y": 0.016707981005311012, + "U": 0.0001630988554097712, + "K": 0.009212177246809006, + "L": 0.0008670400129631162, + "G": 0.022256188094615936, + "F": 0.004285510629415512, + "E": 0.06149424985051155, + "T": 0.008668618276715279, + "P": 0.04924866929650307, + "-": 0.003649401944130659 + }, + "id": "tp_310" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 38772, + "label": "I", + "classification": { + "B": 0.00848305132240057, + "S": 0.011644790880382061, + "I": 0.6205478310585022, + "C": 0.0025861298199743032, + "R": 0.0008513605571351945, + "M": 0.025779610499739647, + "O": 0.0026052689645439386, + "W": 0.0004009135882370174, + "N": 0.05583849176764488, + "Y": 0.006188209634274244, + "U": 3.666631982923718e-06, + "K": 0.00029849790735170245, + "L": 0.0022951753344386816, + "G": 0.07834168523550034, + "F": 0.001515902578830719, + "E": 0.1422378420829773, + "T": 0.00547600444406271, + "P": 0.03344340994954109, + "-": 0.0014621197478845716 + }, + "id": "tp_311" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 38906, + "label": "I", + "classification": { + "B": 0.006325340364128351, + "S": 0.027985848486423492, + "I": 0.28512173891067505, + "C": 0.015537728555500507, + "R": 0.007157777901738882, + "M": 0.014010469429194927, + "O": 0.011308050714433193, + "W": 0.009210278280079365, + "N": 0.21167664229869843, + "Y": 0.023928817361593246, + "U": 0.0008115218370221555, + "K": 0.07060658931732178, + "L": 0.0030544756446033716, + "G": 0.06378568708896637, + "F": 0.016762681305408478, + "E": 0.11411049216985703, + "T": 0.022358864545822144, + "P": 0.08520804345607758, + "-": 0.01103888638317585 + }, + "id": "tp_312" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 39006, + "label": "P", + "classification": { + "B": 0.018759790807962418, + "S": 0.04423287510871887, + "I": 0.0700031965970993, + "C": 0.012074625119566917, + "R": 0.009739944711327553, + "M": 0.027402788400650024, + "O": 0.02937617152929306, + "W": 0.019210878759622574, + "N": 0.05104964226484299, + "Y": 0.02786797098815441, + "U": 0.00480941915884614, + "K": 0.029514815658330917, + "L": 0.011829579249024391, + "G": 0.03634060174226761, + "F": 0.10647368431091309, + "E": 0.06045081093907356, + "T": 0.030650412663817406, + "P": 0.252840131521225, + "-": 0.1573726385831833 + }, + "id": "tp_313" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 39139, + "label": "T", + "classification": { + "B": 0.0012736122589558363, + "S": 0.06942649930715561, + "I": 0.012878444977104664, + "C": 0.020552266389131546, + "R": 0.017286553978919983, + "M": 0.0792073905467987, + "O": 0.10068170726299286, + "W": 0.015956101939082146, + "N": 0.006474690046161413, + "Y": 0.18414682149887085, + "U": 7.522691157646477e-05, + "K": 0.004234226420521736, + "L": 0.015993541106581688, + "G": 0.10760122537612915, + "F": 0.035413406789302826, + "E": 0.0026560944970697165, + "T": 0.2581445872783661, + "P": 0.0032780112233012915, + "-": 0.06471949070692062 + }, + "id": "tp_314" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 39273, + "label": "G", + "classification": { + "B": 0.00036187685327604413, + "S": 0.049455251544713974, + "I": 0.00044013914884999394, + "C": 0.0022169514559209347, + "R": 0.0017719431780278683, + "M": 0.06228714436292648, + "O": 0.0593206025660038, + "W": 0.002491339109838009, + "N": 7.476448081433773e-05, + "Y": 0.15807588398456573, + "U": 1.6490811560743168e-07, + "K": 6.502834003185853e-05, + "L": 0.012498263269662857, + "G": 0.2511541247367859, + "F": 0.0995590016245842, + "E": 0.00031357412808574736, + "T": 0.16312548518180847, + "P": 0.00021122880571056157, + "-": 0.13657709956169128 + }, + "id": "tp_315" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 39406, + "label": "-", + "classification": { + "B": 2.4249780835816637e-05, + "S": 3.0532231903634965e-05, + "I": 4.9725606743322714e-08, + "C": 1.172047987552105e-07, + "R": 5.705528849375696e-08, + "M": 0.00023115449585020542, + "O": 0.0002823679824359715, + "W": 2.2018327854311792e-06, + "N": 6.7167027495429465e-09, + "Y": 8.51396398502402e-05, + "U": 2.895104433964235e-10, + "K": 7.569703086574009e-09, + "L": 2.6036148483399302e-05, + "G": 0.00020490973838604987, + "F": 0.02175782062113285, + "E": 1.6043273944887915e-06, + "T": 0.00011683535558404401, + "P": 0.00046541556366719306, + "-": 0.9767715930938721 + }, + "id": "tp_316" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 39506, + "label": "-", + "classification": { + "B": 1.1559050108189695e-05, + "S": 1.9528428310877644e-05, + "I": 3.952448423660826e-06, + "C": 1.4184116707838257e-06, + "R": 3.0252206215664046e-06, + "M": 0.000860557658597827, + "O": 0.0006150586414150894, + "W": 4.4816247282142285e-06, + "N": 1.1203318450725419e-07, + "Y": 0.0009325817809440196, + "U": 1.3936207743370232e-08, + "K": 5.1449369209422e-09, + "L": 8.894047641661018e-05, + "G": 0.00023135832452680916, + "F": 0.0007548648281954229, + "E": 1.3197583257351653e-06, + "T": 0.0014304107753559947, + "P": 0.0009722058312036097, + "-": 0.9940687417984009 + }, + "id": "tp_317" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 39640, + "label": "-", + "classification": { + "B": 0.001197724137455225, + "S": 6.752226909156889e-05, + "I": 4.036724874367792e-07, + "C": 9.636531572709828e-09, + "R": 1.4004873705175669e-08, + "M": 0.0005337191978469491, + "O": 0.00028355562244541943, + "W": 9.176172852676245e-07, + "N": 2.0420032331713855e-09, + "Y": 2.344001222809311e-05, + "U": 1.1314769433889982e-11, + "K": 1.4625338700530177e-12, + "L": 3.788418325711973e-05, + "G": 5.5442596931243315e-05, + "F": 0.00025983082014136016, + "E": 6.622409500778303e-07, + "T": 6.365218723658472e-05, + "P": 0.000676410214509815, + "-": 0.9967988729476929 + }, + "id": "tp_318" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 39773, + "label": "-", + "classification": { + "B": 9.36754368012771e-05, + "S": 0.00041678600246086717, + "I": 0.0003764977736864239, + "C": 1.8160662875743583e-05, + "R": 3.407294207136147e-05, + "M": 0.0022487102542072535, + "O": 0.002376625081524253, + "W": 0.000121841520012822, + "N": 2.933715768449474e-05, + "Y": 0.0012233007000759244, + "U": 1.4326279824672383e-06, + "K": 1.715409780445043e-06, + "L": 0.00026472980971448123, + "G": 0.0009224191890098155, + "F": 0.0032845798414200544, + "E": 0.00015965105558279902, + "T": 0.004435183480381966, + "P": 0.07775580883026123, + "-": 0.9062355160713196 + }, + "id": "tp_319" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 39907, + "label": "-", + "classification": { + "B": 2.763522934401408e-05, + "S": 0.24176090955734253, + "I": 2.475452447470161e-06, + "C": 2.4854148250597063e-07, + "R": 8.930013564167893e-07, + "M": 0.0005806359113194048, + "O": 0.013283963315188885, + "W": 0.0006920763407833874, + "N": 4.184836598142283e-06, + "Y": 3.446535993134603e-05, + "U": 1.4097109035660083e-09, + "K": 6.192306045704754e-06, + "L": 0.00017407511768396944, + "G": 0.0005924064898863435, + "F": 0.279294490814209, + "E": 2.1352467229007743e-05, + "T": 0.00047672339132986963, + "P": 0.022097771987318993, + "-": 0.4409494698047638 + }, + "id": "tp_320" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 40007, + "label": "-", + "classification": { + "B": 0.00031352892983704805, + "S": 0.0008676233701407909, + "I": 4.4222379074199125e-05, + "C": 0.00028399209259077907, + "R": 0.0002637841389514506, + "M": 0.006344726774841547, + "O": 0.006199385970830917, + "W": 0.0004050416173413396, + "N": 1.0340397238906007e-05, + "Y": 0.0042493101209402084, + "U": 4.451363565749489e-06, + "K": 1.862905264715664e-05, + "L": 0.001743607223033905, + "G": 0.0044415961019694805, + "F": 0.03004189394414425, + "E": 0.00010551430750638247, + "T": 0.0066563826985657215, + "P": 0.007429507561028004, + "-": 0.9305764436721802 + }, + "id": "tp_321" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 40140, + "label": "-", + "classification": { + "B": 2.052032868959941e-06, + "S": 1.6343007303021295e-07, + "I": 1.1761977702917648e-07, + "C": 3.941888948588712e-08, + "R": 1.4686195370927635e-08, + "M": 3.817543529294198e-06, + "O": 4.807833647646476e-06, + "W": 2.9567058135171465e-08, + "N": 2.1196124855293874e-09, + "Y": 3.3303301734122215e-06, + "U": 5.437635064442503e-11, + "K": 3.303380832764269e-11, + "L": 5.885949008188618e-07, + "G": 8.726925443625078e-06, + "F": 0.0008029752061702311, + "E": 3.773652395011595e-07, + "T": 1.096977121051168e-05, + "P": 0.003791664494201541, + "-": 0.9953702092170715 + }, + "id": "tp_322" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 40274, + "label": "-", + "classification": { + "B": 1.1633423468992987e-07, + "S": 3.14341576768129e-07, + "I": 2.6785710360854864e-07, + "C": 2.2506139174538475e-08, + "R": 1.826235696000822e-08, + "M": 2.670007052074652e-05, + "O": 8.984153282654006e-06, + "W": 4.717491464134582e-08, + "N": 5.571106687085603e-09, + "Y": 5.37186351721175e-05, + "U": 1.9511070536992747e-10, + "K": 3.2741023781035494e-10, + "L": 4.206062271805422e-07, + "G": 8.102531865006313e-06, + "F": 0.0005492605268955231, + "E": 3.6898944699714775e-07, + "T": 8.738475298741832e-05, + "P": 0.002166563179343939, + "-": 0.9970977306365967 + }, + "id": "tp_323" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 40407, + "label": "-", + "classification": { + "B": 0.0004825059149879962, + "S": 0.0008046506554819643, + "I": 2.779122496576747e-07, + "C": 5.479586889123311e-06, + "R": 1.1083425306424033e-05, + "M": 0.0073953308165073395, + "O": 0.013130243867635727, + "W": 5.0371469114907086e-05, + "N": 1.0145868145627901e-08, + "Y": 0.0008230342646129429, + "U": 3.694349548499787e-10, + "K": 2.72628780662032e-10, + "L": 0.007702849339693785, + "G": 0.006394011899828911, + "F": 0.01747313141822815, + "E": 1.4807764046054217e-06, + "T": 0.0009383493452332914, + "P": 6.891500379424542e-05, + "-": 0.9447183609008789 + }, + "id": "tp_324" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 40507, + "label": "-", + "classification": { + "B": 2.483383054752153e-09, + "S": 1.3167456813789613e-07, + "I": 1.7074863478683255e-07, + "C": 4.336550674111095e-08, + "R": 4.4420314537774175e-08, + "M": 0.0001599212409928441, + "O": 2.8242317057447508e-05, + "W": 1.2035231478080277e-08, + "N": 7.204086771572804e-10, + "Y": 0.0011037343647331, + "U": 1.9147922830642372e-11, + "K": 9.72346335392782e-12, + "L": 4.935169727104949e-06, + "G": 0.00011180614092154428, + "F": 0.0003232874150853604, + "E": 2.5589139696080565e-08, + "T": 0.0010815010173246264, + "P": 0.00011124033335363492, + "-": 0.9970749616622925 + }, + "id": "tp_325" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 40641, + "label": "-", + "classification": { + "B": 0.001101122354157269, + "S": 0.0009887373307719827, + "I": 0.0014819256030023098, + "C": 0.004383403342217207, + "R": 0.0016417208826169372, + "M": 0.006498186849057674, + "O": 0.0029700463637709618, + "W": 0.0005780227365903556, + "N": 0.0002425719576422125, + "Y": 0.026063406839966774, + "U": 7.441189518431202e-05, + "K": 0.0005608369829133153, + "L": 0.001853267545811832, + "G": 0.03302764892578125, + "F": 0.09529724717140198, + "E": 0.004025898873806, + "T": 0.011528070084750652, + "P": 0.048633284866809845, + "-": 0.7590502500534058 + }, + "id": "tp_326" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 40774, + "label": "-", + "classification": { + "B": 6.814045627834275e-05, + "S": 0.0005319758784025908, + "I": 9.723667972139083e-06, + "C": 0.00022378988796845078, + "R": 0.0002455452049616724, + "M": 0.010296490043401718, + "O": 0.009190636686980724, + "W": 9.727717406349257e-05, + "N": 7.241472985697328e-07, + "Y": 0.003957896027714014, + "U": 1.7001372043523588e-07, + "K": 1.0925129600991568e-07, + "L": 0.007164240814745426, + "G": 0.009408612735569477, + "F": 0.02008170261979103, + "E": 1.7120766642619856e-05, + "T": 0.004898298531770706, + "P": 0.0007843221537768841, + "-": 0.9330232739448547 + }, + "id": "tp_327" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 40908, + "label": "-", + "classification": { + "B": 0.002831262070685625, + "S": 0.006577340420335531, + "I": 4.248328878020402e-06, + "C": 1.5823310604901053e-05, + "R": 5.0228718464495614e-05, + "M": 0.06429994851350784, + "O": 0.16815367341041565, + "W": 0.0005171490483917296, + "N": 2.513591255137726e-07, + "Y": 0.002046743640676141, + "U": 1.5649055384869826e-08, + "K": 8.456192968075982e-10, + "L": 0.1333290934562683, + "G": 0.02832433581352234, + "F": 0.00897509790956974, + "E": 6.916992333572125e-06, + "T": 0.007023183163255453, + "P": 0.00028922915225848556, + "-": 0.5775554180145264 + }, + "id": "tp_328" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 41008, + "label": "-", + "classification": { + "B": 0.00011358162009855732, + "S": 0.0008383586537092924, + "I": 4.6983655010990333e-07, + "C": 6.93842230248265e-06, + "R": 1.269382300961297e-05, + "M": 0.023065926507115364, + "O": 0.017110375687479973, + "W": 5.6507589761167765e-05, + "N": 2.191544723473271e-08, + "Y": 0.001628814497962594, + "U": 1.3281966637634923e-09, + "K": 1.4301639872371652e-09, + "L": 0.008210177533328533, + "G": 0.006493748165667057, + "F": 0.014719126746058464, + "E": 2.8160529836895876e-06, + "T": 0.0026217265985906124, + "P": 7.949650898808613e-05, + "-": 0.9250392913818359 + }, + "id": "tp_329" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 41141, + "label": "-", + "classification": { + "B": 0.0001855206210166216, + "S": 0.015714652836322784, + "I": 6.223800141924585e-07, + "C": 3.97153172571052e-08, + "R": 2.768408080555673e-07, + "M": 0.007944826036691666, + "O": 0.04037366807460785, + "W": 7.720768917351961e-05, + "N": 2.7575138616953154e-08, + "Y": 0.00040030936361290514, + "U": 4.796130940315502e-12, + "K": 4.0025927017239837e-10, + "L": 0.001475752447731793, + "G": 0.004814742598682642, + "F": 0.01677483506500721, + "E": 1.8944851944979746e-06, + "T": 0.0017571734497323632, + "P": 0.00012105664791306481, + "-": 0.9103573560714722 + }, + "id": "tp_330" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 41275, + "label": "-", + "classification": { + "B": 9.158103785011917e-05, + "S": 0.00872398167848587, + "I": 0.00013834181299898773, + "C": 0.00011107228056062013, + "R": 0.00012814626097679138, + "M": 0.010563082993030548, + "O": 0.013684595935046673, + "W": 0.0008304812363348901, + "N": 6.094942364143208e-05, + "Y": 0.06745097786188126, + "U": 7.80415632561926e-07, + "K": 0.0002763809752650559, + "L": 0.0007860708865337074, + "G": 0.01725810021162033, + "F": 0.05759749189019203, + "E": 0.0001604334102012217, + "T": 0.08883883059024811, + "P": 0.0035386469680815935, + "-": 0.7297600507736206 + }, + "id": "tp_331" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 41408, + "label": "-", + "classification": { + "B": 0.00024048761406447738, + "S": 0.0008379924693144858, + "I": 6.163052603369579e-05, + "C": 1.8813070710166357e-05, + "R": 2.9252101739984937e-05, + "M": 0.003356504486873746, + "O": 0.002685540122911334, + "W": 8.956924284575507e-05, + "N": 6.071708867239067e-06, + "Y": 0.011706868186593056, + "U": 4.093510597158456e-07, + "K": 1.4997077641965006e-06, + "L": 0.000868174247443676, + "G": 0.006090533919632435, + "F": 0.0788339301943779, + "E": 0.0001535182964289561, + "T": 0.0055117979645729065, + "P": 0.006622586399316788, + "-": 0.8828848600387573 + }, + "id": "tp_332" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 41508, + "label": "-", + "classification": { + "B": 0.0021161455661058426, + "S": 0.0022772024385631084, + "I": 7.087276117090369e-06, + "C": 1.529533983557485e-05, + "R": 1.5362029444077052e-05, + "M": 0.010424381121993065, + "O": 0.015903834253549576, + "W": 0.0002346169058000669, + "N": 1.6282821206914377e-06, + "Y": 0.0015122737968340516, + "U": 1.025436944246394e-07, + "K": 7.961021424307546e-07, + "L": 0.002437513554468751, + "G": 0.004485174547880888, + "F": 0.016938667744398117, + "E": 0.00010715597454691306, + "T": 0.002109044697135687, + "P": 0.0024317323695868254, + "-": 0.9389820098876953 + }, + "id": "tp_333" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 41642, + "label": "O", + "classification": { + "B": 2.8535318961075973e-06, + "S": 0.2624417245388031, + "I": 1.0419346097023663e-07, + "C": 5.19316984082252e-07, + "R": 3.0456590138783213e-06, + "M": 0.08819036930799484, + "O": 0.2874455451965332, + "W": 6.569435936398804e-05, + "N": 1.4522813174266958e-08, + "Y": 0.0008947797468863428, + "U": 4.416905141873921e-14, + "K": 3.332381592890954e-11, + "L": 0.002844382543116808, + "G": 0.009734752587974072, + "F": 0.0006450919900089502, + "E": 1.2442176178240061e-08, + "T": 0.2351648360490799, + "P": 7.258641403495858e-07, + "-": 0.1125655323266983 + }, + "id": "tp_334" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 41775, + "label": "-", + "classification": { + "B": 8.744580554775894e-06, + "S": 0.005691342521458864, + "I": 1.2345391041890252e-05, + "C": 0.0019383400212973356, + "R": 0.0019010422984138131, + "M": 0.02726624719798565, + "O": 0.02513742446899414, + "W": 0.00033783091930672526, + "N": 2.1034040855738567e-06, + "Y": 0.01156885176897049, + "U": 5.5164264267659746e-08, + "K": 2.812079173963866e-06, + "L": 0.012810643762350082, + "G": 0.05306677520275116, + "F": 0.13918299973011017, + "E": 1.9811703168670647e-05, + "T": 0.04382600635290146, + "P": 0.0003273709153290838, + "-": 0.676899254322052 + }, + "id": "tp_335" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 41875, + "label": "-", + "classification": { + "B": 0.0018963520415127277, + "S": 0.0003279675729572773, + "I": 0.00014643848408013582, + "C": 0.0001171690018964, + "R": 7.521032239310443e-05, + "M": 0.005751349031925201, + "O": 0.00438345642760396, + "W": 9.930489613907412e-05, + "N": 1.183083986688871e-05, + "Y": 0.002325750421732664, + "U": 2.7921194032387575e-06, + "K": 3.5479607163324545e-07, + "L": 0.001809411682188511, + "G": 0.0037751104682683945, + "F": 0.003967172000557184, + "E": 0.00014316798478830606, + "T": 0.008025051094591618, + "P": 0.014539219439029694, + "-": 0.9526028037071228 + }, + "id": "tp_336" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 42009, + "label": "-", + "classification": { + "B": 0.000342278421157971, + "S": 0.000480418762890622, + "I": 8.480351971229538e-05, + "C": 0.00031772570218890905, + "R": 0.0001256361574633047, + "M": 0.013195721432566643, + "O": 0.0031987016554921865, + "W": 8.248241647379473e-05, + "N": 8.531598723493516e-06, + "Y": 0.015215182676911354, + "U": 2.4749078875174746e-06, + "K": 5.2575592235371005e-06, + "L": 0.003698112675920129, + "G": 0.018830271437764168, + "F": 0.0984509140253067, + "E": 0.0002944899315480143, + "T": 0.009474475868046284, + "P": 0.006077906116843224, + "-": 0.8301146030426025 + }, + "id": "tp_337" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 42142, + "label": "-", + "classification": { + "B": 1.7720014966471354e-06, + "S": 5.883363428438315e-06, + "I": 1.7903425941767637e-07, + "C": 6.346592272166163e-06, + "R": 1.8458015347277978e-06, + "M": 0.000757175381295383, + "O": 0.00012465377221815288, + "W": 4.995214908376511e-07, + "N": 4.961709709760953e-09, + "Y": 0.0005323506193235517, + "U": 3.1872582351155643e-10, + "K": 1.6206341824087644e-09, + "L": 5.625057019642554e-05, + "G": 0.0005461031687445939, + "F": 0.0050361244939267635, + "E": 1.494191224082897e-06, + "T": 0.0007304176688194275, + "P": 0.0001439148181816563, + "-": 0.9920549392700195 + }, + "id": "tp_338" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 42276, + "label": "-", + "classification": { + "B": 4.849048855248839e-05, + "S": 0.0003310149477329105, + "I": 2.743249751802068e-07, + "C": 1.9926510503864847e-05, + "R": 3.187516631442122e-05, + "M": 0.0017944177379831672, + "O": 0.005502332467585802, + "W": 2.833981670846697e-05, + "N": 1.1528888954615013e-08, + "Y": 0.0004399928729981184, + "U": 4.3590020482042746e-10, + "K": 2.8123761652842916e-10, + "L": 0.0040448568761348724, + "G": 0.0059155989438295364, + "F": 0.016916977241635323, + "E": 4.369738633158704e-07, + "T": 0.0013870536349713802, + "P": 0.00011641230230452493, + "-": 0.9634220004081726 + }, + "id": "tp_339" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 42376, + "label": "-", + "classification": { + "B": 3.7202648854872677e-06, + "S": 5.473890496432432e-07, + "I": 1.0444555637034725e-10, + "C": 9.192559602411166e-09, + "R": 2.4193591130483583e-08, + "M": 8.851881284499541e-05, + "O": 0.00010081370419356972, + "W": 3.138925563916928e-08, + "N": 9.839703921446508e-13, + "Y": 5.3901590035820846e-06, + "U": 1.7081239309275909e-13, + "K": 7.418163441375372e-14, + "L": 4.3176474719075486e-05, + "G": 6.002783266012557e-05, + "F": 0.0003180433704983443, + "E": 6.935372276473117e-10, + "T": 1.1875127711391542e-05, + "P": 2.6887882995652035e-06, + "-": 0.9993650317192078 + }, + "id": "tp_340" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 42509, + "label": "-", + "classification": { + "B": 1.6994350517052226e-05, + "S": 0.0008355114841833711, + "I": 5.91295020058169e-07, + "C": 5.077455170976464e-06, + "R": 8.256951332441531e-06, + "M": 0.0006517552537843585, + "O": 0.0020235187839716673, + "W": 3.637069676187821e-05, + "N": 7.605281382438989e-08, + "Y": 0.0005465931608341634, + "U": 1.5436094624732277e-09, + "K": 7.244245381343717e-08, + "L": 0.0004626628942787647, + "G": 0.003137834370136261, + "F": 0.19244475662708282, + "E": 7.50694880480296e-06, + "T": 0.00032712187385186553, + "P": 0.0006319116218946874, + "-": 0.798863410949707 + }, + "id": "tp_341" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 42643, + "label": "-", + "classification": { + "B": 1.1713614185282495e-05, + "S": 0.00013122135715093464, + "I": 7.71990755765728e-08, + "C": 6.143004611658398e-07, + "R": 1.0385027735537733e-06, + "M": 0.003022819757461548, + "O": 0.002064947970211506, + "W": 3.038469913008157e-06, + "N": 1.195302967715861e-09, + "Y": 0.00020979915279895067, + "U": 3.0659638022845215e-11, + "K": 3.8194104129418704e-11, + "L": 0.0011364014353603125, + "G": 0.002586477203294635, + "F": 0.009912063367664814, + "E": 3.40569272339053e-07, + "T": 0.0005846658605150878, + "P": 4.0764538425719365e-05, + "-": 0.9802939891815186 + }, + "id": "tp_342" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 42776, + "label": "-", + "classification": { + "B": 0.0008155539981089532, + "S": 0.0013413092819973826, + "I": 1.1523947250680067e-05, + "C": 1.7541397028253414e-05, + "R": 6.445404869737104e-05, + "M": 0.011659611016511917, + "O": 0.01416636724025011, + "W": 7.278193515958264e-05, + "N": 3.2517698400624795e-07, + "Y": 0.000590121780987829, + "U": 1.1406749322873111e-08, + "K": 1.2342737942816484e-09, + "L": 0.01172042079269886, + "G": 0.008074656128883362, + "F": 0.010710405185818672, + "E": 3.1189865694614127e-06, + "T": 0.003658466739580035, + "P": 0.0008554019150324166, + "-": 0.9362379908561707 + }, + "id": "tp_343" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 42876, + "label": "-", + "classification": { + "B": 5.270469046081416e-05, + "S": 0.0008535872329957783, + "I": 3.894596375175752e-05, + "C": 0.00012690115545410663, + "R": 7.378940063063055e-05, + "M": 0.006987759843468666, + "O": 0.004211006686091423, + "W": 0.00010548173304414377, + "N": 2.883747356463573e-06, + "Y": 0.00771538820117712, + "U": 6.415633890810568e-08, + "K": 1.132003490056377e-06, + "L": 0.0006695337942801416, + "G": 0.007100208196789026, + "F": 0.02754836156964302, + "E": 4.5825796405551955e-05, + "T": 0.012461069040000439, + "P": 0.0013043759390711784, + "-": 0.930700957775116 + }, + "id": "tp_344" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 43010, + "label": "-", + "classification": { + "B": 0.0012276057386770844, + "S": 0.0034598682541400194, + "I": 2.7415679141995497e-05, + "C": 6.550277612404898e-05, + "R": 7.63203643145971e-05, + "M": 0.018612835556268692, + "O": 0.01932103931903839, + "W": 0.00027767368010245264, + "N": 4.461632215679856e-06, + "Y": 0.006473921705037355, + "U": 4.0475111973137246e-07, + "K": 7.758277206448838e-06, + "L": 0.00962732546031475, + "G": 0.0454290509223938, + "F": 0.069146066904068, + "E": 0.00022870564134791493, + "T": 0.00630634929984808, + "P": 0.001438831095583737, + "-": 0.8182688355445862 + }, + "id": "tp_345" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 43143, + "label": "-", + "classification": { + "B": 1.5039051959320204e-07, + "S": 3.573617959773401e-06, + "I": 5.897383276165513e-11, + "C": 2.6495550198291085e-10, + "R": 5.639337885554596e-10, + "M": 3.128563184873201e-05, + "O": 2.673701055755373e-05, + "W": 2.012937727613462e-08, + "N": 1.4795890207475182e-12, + "Y": 2.806047268677503e-05, + "U": 2.8963376835777765e-15, + "K": 2.0574908693015564e-13, + "L": 2.378536692049238e-06, + "G": 4.104484469280578e-05, + "F": 0.010069506242871284, + "E": 2.258164988333533e-09, + "T": 2.8711090635624714e-05, + "P": 3.0816768230579328e-06, + "-": 0.9897655248641968 + }, + "id": "tp_346" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 43277, + "label": "-", + "classification": { + "B": 1.4498705240839627e-06, + "S": 7.220949191832915e-05, + "I": 2.3449397303920705e-06, + "C": 0.00032285417546518147, + "R": 9.009863424580544e-05, + "M": 0.00113208731636405, + "O": 0.0007441859343089163, + "W": 1.9927367247873917e-05, + "N": 4.934780690746265e-07, + "Y": 0.018228566274046898, + "U": 8.872618906252683e-08, + "K": 5.480813342728652e-05, + "L": 0.00020872642926406115, + "G": 0.009883648715913296, + "F": 0.07094298303127289, + "E": 3.315713183837943e-05, + "T": 0.0038377358578145504, + "P": 0.0005706725642085075, + "-": 0.8938539028167725 + }, + "id": "tp_347" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 43377, + "label": "-", + "classification": { + "B": 0.009274112060666084, + "S": 0.06700826436281204, + "I": 0.0001842473284341395, + "C": 0.00011886364518431947, + "R": 0.00029441097285598516, + "M": 0.03667360544204712, + "O": 0.10301525145769119, + "W": 0.0035218673292547464, + "N": 3.040662340936251e-05, + "Y": 0.009053033776581287, + "U": 2.0268123535061022e-07, + "K": 1.5375659359051497e-06, + "L": 0.01895553432404995, + "G": 0.03731628879904747, + "F": 0.04692968353629112, + "E": 0.00011789579730248079, + "T": 0.03322645276784897, + "P": 0.0024940946605056524, + "-": 0.6317842602729797 + }, + "id": "tp_348" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 43510, + "label": "-", + "classification": { + "B": 1.955654806806706e-05, + "S": 0.0030729924328625202, + "I": 4.4556426814779115e-07, + "C": 3.305662517050223e-07, + "R": 1.465751097384782e-06, + "M": 0.010573613457381725, + "O": 0.006787354592233896, + "W": 5.7997323892777786e-05, + "N": 4.3221188406050715e-08, + "Y": 0.0015133172273635864, + "U": 2.394796305704716e-10, + "K": 1.5526644858709915e-08, + "L": 0.0004590655444189906, + "G": 0.0015210893470793962, + "F": 0.03279711678624153, + "E": 4.98687450090074e-06, + "T": 0.0032036497723311186, + "P": 0.0001932517916429788, + "-": 0.9397938251495361 + }, + "id": "tp_349" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 43644, + "label": "-", + "classification": { + "B": 3.943838601117022e-05, + "S": 0.00016335536201950163, + "I": 3.223948442609981e-05, + "C": 1.550749220768921e-05, + "R": 1.1201331290067174e-05, + "M": 0.0013561479281634092, + "O": 0.0008621203596703708, + "W": 4.283838643459603e-05, + "N": 4.783652912010439e-06, + "Y": 0.0013375231064856052, + "U": 5.374700435822888e-07, + "K": 2.9411480682028923e-06, + "L": 0.00010375263082096353, + "G": 0.00044150769826956093, + "F": 0.009096844121813774, + "E": 5.4760104831075296e-05, + "T": 0.0023968990426510572, + "P": 0.011486845090985298, + "-": 0.9725507497787476 + }, + "id": "tp_350" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 43777, + "label": "-", + "classification": { + "B": 0.00011683216143865138, + "S": 0.2920670807361603, + "I": 2.0085240066691767e-06, + "C": 4.869659733230947e-06, + "R": 2.9034381441306323e-05, + "M": 0.008465859107673168, + "O": 0.05781019106507301, + "W": 0.0012743388069793582, + "N": 1.0543195685386308e-06, + "Y": 0.00023755653819534928, + "U": 3.400187686963818e-09, + "K": 2.706564998788963e-07, + "L": 0.009397512301802635, + "G": 0.006752640940248966, + "F": 0.2683451771736145, + "E": 1.0394682249170728e-05, + "T": 0.002408119849860668, + "P": 0.0012154000578448176, + "-": 0.3518616259098053 + }, + "id": "tp_351" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 43877, + "label": "-", + "classification": { + "B": 0.016568442806601524, + "S": 0.0011193557875230908, + "I": 0.000389749591704458, + "C": 1.2226277249283157e-05, + "R": 2.7159168894286267e-05, + "M": 0.005259637720882893, + "O": 0.018296409398317337, + "W": 0.0002167184284189716, + "N": 5.81603080718196e-06, + "Y": 0.0005773280281573534, + "U": 1.2721005759885884e-07, + "K": 1.9125212524784274e-09, + "L": 0.005582173354923725, + "G": 0.002033178461715579, + "F": 0.0013102904194965959, + "E": 1.6956351828412153e-05, + "T": 0.0015309142181649804, + "P": 0.011619743891060352, + "-": 0.9354338645935059 + }, + "id": "tp_352" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 44011, + "label": "-", + "classification": { + "B": 5.363236141420202e-06, + "S": 3.2426360121462494e-05, + "I": 6.414794916054234e-05, + "C": 2.8136264518252574e-05, + "R": 1.2919255823362619e-05, + "M": 0.00029940259992145, + "O": 0.0002077561366604641, + "W": 1.276135299121961e-05, + "N": 7.498435479647014e-06, + "Y": 0.0042616804130375385, + "U": 1.1139871958221192e-06, + "K": 7.401512448268477e-06, + "L": 3.2258936698781326e-05, + "G": 0.0008247816003859043, + "F": 0.03283339738845825, + "E": 6.408692570403218e-05, + "T": 0.002572266384959221, + "P": 0.020865095779299736, + "-": 0.9378675222396851 + }, + "id": "tp_353" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 44144, + "label": "-", + "classification": { + "B": 9.306460560765117e-05, + "S": 0.00019130832515656948, + "I": 7.13462577550672e-05, + "C": 5.5080610763980076e-05, + "R": 3.091033431701362e-05, + "M": 0.019190330058336258, + "O": 0.0031518228352069855, + "W": 3.7904868804616854e-05, + "N": 5.097561825095909e-06, + "Y": 0.006437559612095356, + "U": 5.834356784362171e-07, + "K": 3.803721995154774e-07, + "L": 0.0010465745581313968, + "G": 0.0038200446870177984, + "F": 0.005878064781427383, + "E": 0.00013490201672539115, + "T": 0.012812796048820019, + "P": 0.0038548759184777737, + "-": 0.9431872963905334 + }, + "id": "tp_354" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 44278, + "label": "-", + "classification": { + "B": 7.315765742532676e-06, + "S": 0.0013518218183889985, + "I": 1.679954038991127e-05, + "C": 5.149247954250313e-06, + "R": 7.033832844172139e-06, + "M": 0.0014464958803728223, + "O": 0.002727992134168744, + "W": 0.0001318384165642783, + "N": 3.243717628720333e-06, + "Y": 0.0011025528656318784, + "U": 1.242630673914391e-07, + "K": 2.620529585328768e-06, + "L": 0.00025959397316910326, + "G": 0.0006966955261304975, + "F": 0.057317785918712616, + "E": 3.120028486591764e-05, + "T": 0.001867887913249433, + "P": 0.015504634007811546, + "-": 0.9175191521644592 + }, + "id": "tp_355" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 44378, + "label": "-", + "classification": { + "B": 1.3776159448752878e-06, + "S": 6.507822490675608e-06, + "I": 1.6354181298083859e-06, + "C": 2.9479556360456627e-06, + "R": 3.540084435371682e-06, + "M": 0.0015271210577338934, + "O": 0.0003320014802739024, + "W": 1.2278071608307073e-06, + "N": 2.6157742638588388e-08, + "Y": 0.027653664350509644, + "U": 1.0549323636865893e-09, + "K": 2.4987997448988608e-08, + "L": 5.358125054044649e-05, + "G": 0.0024873034562915564, + "F": 0.0035231555812060833, + "E": 1.7876299125418882e-06, + "T": 0.004103933461010456, + "P": 9.31101239984855e-05, + "-": 0.9602070450782776 + }, + "id": "tp_356" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 44511, + "label": "-", + "classification": { + "B": 6.391128977156768e-07, + "S": 2.701693802009686e-06, + "I": 1.6774934863406088e-07, + "C": 4.030546119082601e-09, + "R": 8.069633850027458e-09, + "M": 6.190768908709288e-05, + "O": 4.063243613927625e-05, + "W": 2.6988496415469854e-07, + "N": 4.4839296720056154e-09, + "Y": 6.191707507241517e-05, + "U": 6.713935657431946e-11, + "K": 3.528743963698844e-10, + "L": 7.021471333246154e-07, + "G": 7.526738954766188e-06, + "F": 0.0004784640041179955, + "E": 1.467425931878097e-07, + "T": 0.00010171598114538938, + "P": 0.0007937484188005328, + "-": 0.998449444770813 + }, + "id": "tp_357" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 44645, + "label": "-", + "classification": { + "B": 0.0009536072611808777, + "S": 0.000768036290537566, + "I": 2.3937676814966835e-05, + "C": 1.1955280569964088e-05, + "R": 1.7670055967755616e-05, + "M": 0.007739364169538021, + "O": 0.006986944004893303, + "W": 5.3589661547448486e-05, + "N": 1.2933245443491614e-06, + "Y": 0.0005386874545365572, + "U": 5.491684618164072e-08, + "K": 1.900856139158691e-09, + "L": 0.002852176781743765, + "G": 0.0013399326708167791, + "F": 0.0007588568259961903, + "E": 7.723503586021252e-06, + "T": 0.013716951943933964, + "P": 0.0028817737475037575, + "-": 0.9613474011421204 + }, + "id": "tp_358" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 44778, + "label": "-", + "classification": { + "B": 2.2957092369324528e-05, + "S": 0.00010094543540617451, + "I": 7.310305227292702e-05, + "C": 5.613511166302487e-05, + "R": 7.558676588814706e-05, + "M": 0.014660796150565147, + "O": 0.003743010340258479, + "W": 3.6308731068857014e-05, + "N": 1.5955195067363093e-06, + "Y": 0.010514548979699612, + "U": 2.1964444840705255e-07, + "K": 7.783905431324456e-08, + "L": 0.001752378884702921, + "G": 0.0051065729930996895, + "F": 0.00395552022382617, + "E": 5.0592305342433974e-05, + "T": 0.005632414016872644, + "P": 0.002864337991923094, + "-": 0.9513528347015381 + }, + "id": "tp_359" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 44878, + "label": "-", + "classification": { + "B": 5.757881922363595e-07, + "S": 2.359386780881323e-05, + "I": 2.7970244786956755e-07, + "C": 9.126571143269757e-08, + "R": 5.994616714133372e-08, + "M": 0.00034759394475258887, + "O": 0.00015921556041575968, + "W": 7.954785701258515e-07, + "N": 1.9179910992761506e-08, + "Y": 0.00011446440475992858, + "U": 5.393691049349059e-10, + "K": 1.5588875967864624e-08, + "L": 5.977519776934059e-06, + "G": 7.065565296215937e-05, + "F": 0.0030480106361210346, + "E": 2.532598500692984e-06, + "T": 0.00021297656348906457, + "P": 0.0009513752884231508, + "-": 0.9950618147850037 + }, + "id": "tp_360" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 45012, + "label": "-", + "classification": { + "B": 5.6080207286868244e-05, + "S": 0.011836891062557697, + "I": 2.164426149420251e-07, + "C": 4.0078316487779375e-06, + "R": 4.175973663222976e-05, + "M": 0.096988245844841, + "O": 0.3286948502063751, + "W": 0.00011282625200692564, + "N": 1.6834324156889124e-08, + "Y": 0.00012450471695046872, + "U": 1.5509318829209917e-10, + "K": 3.086796096507527e-11, + "L": 0.15846820175647736, + "G": 0.008628211915493011, + "F": 0.0015063600149005651, + "E": 2.4552068111916014e-07, + "T": 0.00295050535351038, + "P": 5.130537829245441e-05, + "-": 0.3905356824398041 + }, + "id": "tp_361" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 45145, + "label": "-", + "classification": { + "B": 3.251219595767907e-06, + "S": 2.0507619410636835e-05, + "I": 1.278502566037787e-07, + "C": 3.0073209700276493e-07, + "R": 4.5290255457075546e-07, + "M": 0.00016922822396736592, + "O": 0.00027184211649000645, + "W": 2.280113449160126e-06, + "N": 8.648203930761156e-09, + "Y": 0.00010041875793831423, + "U": 4.1045364329583833e-10, + "K": 9.544921297788278e-09, + "L": 1.3564421351475175e-05, + "G": 9.47192675084807e-05, + "F": 0.0014432684984058142, + "E": 4.035877907426766e-07, + "T": 0.0002199155424023047, + "P": 0.0003226881963200867, + "-": 0.9973370432853699 + }, + "id": "tp_362" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 45279, + "label": "-", + "classification": { + "B": 0.0001538537471788004, + "S": 0.020746739581227303, + "I": 2.2123667804407887e-06, + "C": 4.157266531024106e-09, + "R": 1.2371215518669487e-07, + "M": 0.0016031209379434586, + "O": 0.01899903640151024, + "W": 0.00017853117606136948, + "N": 2.1713795206323994e-07, + "Y": 8.82512322277762e-05, + "U": 9.130347172758846e-11, + "K": 1.5420383858710807e-09, + "L": 0.00020303079509176314, + "G": 0.00012196418538223952, + "F": 0.001840323442593217, + "E": 3.428265529237251e-07, + "T": 0.0015230127610266209, + "P": 0.0022085176315158606, + "-": 0.9523307085037231 + }, + "id": "tp_363" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 45379, + "label": "-", + "classification": { + "B": 5.943663836660562e-06, + "S": 1.0088957424159162e-05, + "I": 1.2002976745861815e-06, + "C": 1.4789384294999763e-07, + "R": 1.1597498428272957e-07, + "M": 0.00013746554031968117, + "O": 0.0001596554648131132, + "W": 1.9726967366295867e-06, + "N": 6.690886067417523e-08, + "Y": 4.084076135768555e-05, + "U": 3.3413585232011656e-09, + "K": 4.7053618779102635e-09, + "L": 7.649397957720794e-06, + "G": 2.8482963898568414e-05, + "F": 0.001067635603249073, + "E": 1.0984947493852815e-06, + "T": 0.00018081124289892614, + "P": 0.003683966351673007, + "-": 0.994672954082489 + }, + "id": "tp_364" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 45512, + "label": "-", + "classification": { + "B": 5.374643592404027e-07, + "S": 2.152515298803337e-05, + "I": 3.26354575008736e-06, + "C": 2.3301588498725323e-06, + "R": 3.0882958981237607e-06, + "M": 0.0003467029600869864, + "O": 0.00015770223399158567, + "W": 4.464683570404304e-06, + "N": 3.598594844334002e-07, + "Y": 0.0027415624354034662, + "U": 3.196841547037366e-08, + "K": 1.6718549886718392e-06, + "L": 1.0533750355534721e-05, + "G": 0.00019658055680338293, + "F": 0.008651521056890488, + "E": 7.266121428983752e-06, + "T": 0.0013293279334902763, + "P": 0.0031483154743909836, + "-": 0.9833731055259705 + }, + "id": "tp_365" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 45646, + "label": "-", + "classification": { + "B": 2.3349816729023587e-06, + "S": 2.9728710160270566e-07, + "I": 4.806821038982889e-07, + "C": 7.574045923774975e-08, + "R": 7.192358708607571e-08, + "M": 5.2920091548003256e-05, + "O": 4.041628199047409e-05, + "W": 1.437831969042236e-07, + "N": 5.526795021637554e-09, + "Y": 6.742592813679948e-05, + "U": 6.888090098300381e-10, + "K": 1.239908176131621e-11, + "L": 6.40723146716482e-06, + "G": 2.039331229752861e-05, + "F": 7.953016756800935e-05, + "E": 1.7899243687224953e-07, + "T": 0.00018804881256073713, + "P": 0.0017963818972930312, + "-": 0.9977450370788574 + }, + "id": "tp_366" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 45779, + "label": "-", + "classification": { + "B": 0.0001692188234301284, + "S": 8.530038030585274e-05, + "I": 1.0730705980677158e-05, + "C": 1.119565604312811e-05, + "R": 6.676974408037495e-06, + "M": 0.0025311659555882215, + "O": 0.001239639357663691, + "W": 1.3898767974751536e-05, + "N": 7.644854349564412e-07, + "Y": 0.00042610513628460467, + "U": 4.69693759441725e-08, + "K": 8.224594338912539e-09, + "L": 0.00020627668709494174, + "G": 0.0004769137012772262, + "F": 0.0011074134381487966, + "E": 1.4057560292712878e-05, + "T": 0.0024140579625964165, + "P": 0.002731648739427328, + "-": 0.9885548949241638 + }, + "id": "tp_367" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 45879, + "label": "-", + "classification": { + "B": 0.005617254413664341, + "S": 0.06620535254478455, + "I": 0.00024176921579055488, + "C": 0.0007210599142126739, + "R": 0.0011100827250629663, + "M": 0.07922099530696869, + "O": 0.13991734385490417, + "W": 0.006261526606976986, + "N": 6.03221524215769e-05, + "Y": 0.030288737267255783, + "U": 8.14597171938658e-07, + "K": 9.351208063890226e-06, + "L": 0.03381484001874924, + "G": 0.07266508042812347, + "F": 0.058787375688552856, + "E": 0.00028906637453474104, + "T": 0.06603962928056717, + "P": 0.0014730313559994102, + "-": 0.4372763931751251 + }, + "id": "tp_368" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 46013, + "label": "-", + "classification": { + "B": 2.7397894086789165e-07, + "S": 2.033170574122778e-07, + "I": 1.6911424154386623e-06, + "C": 2.0403051166795194e-05, + "R": 4.302209163142834e-06, + "M": 0.000363970611942932, + "O": 2.384011895628646e-05, + "W": 1.046398949711147e-07, + "N": 3.1769914698998036e-08, + "Y": 0.0015110006788745522, + "U": 9.13953090986297e-09, + "K": 2.17910169908464e-08, + "L": 1.1344187441864051e-05, + "G": 0.0005119742709212005, + "F": 0.0023464683908969164, + "E": 4.323997472965857e-06, + "T": 0.0006787057500332594, + "P": 0.0011355564929544926, + "-": 0.9933858513832092 + }, + "id": "tp_369" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 46146, + "label": "-", + "classification": { + "B": 0.00022793693642597646, + "S": 5.837625576532446e-05, + "I": 0.0001910323480842635, + "C": 0.00011758929758798331, + "R": 6.832925282651559e-05, + "M": 0.020782027393579483, + "O": 0.0014721929328516126, + "W": 1.1162786904606037e-05, + "N": 4.64480262962752e-06, + "Y": 0.02354636788368225, + "U": 4.790194907400291e-07, + "K": 1.1696189972099091e-07, + "L": 0.0011524960864335299, + "G": 0.014654356054961681, + "F": 0.004930812865495682, + "E": 0.0001590209431014955, + "T": 0.041124701499938965, + "P": 0.004559562541544437, + "-": 0.8869388103485107 + }, + "id": "tp_370" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 46280, + "label": "-", + "classification": { + "B": 1.7590275092516094e-05, + "S": 5.0363973969069775e-06, + "I": 4.914720648230286e-06, + "C": 1.9179344235453755e-05, + "R": 1.4833092791377567e-05, + "M": 0.002291147829964757, + "O": 0.0005475655780173838, + "W": 1.9556905499484856e-06, + "N": 3.056958775005114e-08, + "Y": 0.0026005927938967943, + "U": 6.9564838334201795e-09, + "K": 5.382908008222387e-10, + "L": 0.000579271640162915, + "G": 0.0026286246720701456, + "F": 0.0015461303992196918, + "E": 3.504222377159749e-06, + "T": 0.0008383247768506408, + "P": 0.00040398354758508503, + "-": 0.988497257232666 + }, + "id": "tp_371" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 46380, + "label": "-", + "classification": { + "B": 0.0004930049763061106, + "S": 0.0001820389152271673, + "I": 1.5078399883350357e-05, + "C": 6.590092198166531e-06, + "R": 5.680689810105832e-06, + "M": 0.006653406657278538, + "O": 0.0016809175722301006, + "W": 3.4950702684000134e-05, + "N": 8.915181979318731e-07, + "Y": 0.0017009637085720897, + "U": 1.3909814811086108e-07, + "K": 3.047455621185691e-08, + "L": 0.000552104611415416, + "G": 0.0011482425034046173, + "F": 0.00555140245705843, + "E": 3.237625423935242e-05, + "T": 0.0027101209852844477, + "P": 0.003906989004462957, + "-": 0.9753250479698181 + }, + "id": "tp_372" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 46513, + "label": "-", + "classification": { + "B": 2.584974367891846e-07, + "S": 4.174372136844795e-08, + "I": 1.1833028779051347e-08, + "C": 4.744731540995417e-08, + "R": 9.539987466666844e-09, + "M": 4.265447932993993e-05, + "O": 5.667338882631157e-06, + "W": 4.9838271287683256e-09, + "N": 1.2259786241752835e-10, + "Y": 6.6146408244094346e-06, + "U": 3.2402094896077926e-11, + "K": 2.2191244068020533e-12, + "L": 1.0136395758308936e-06, + "G": 4.7362327677547e-06, + "F": 3.247371569159441e-05, + "E": 2.105429608434406e-08, + "T": 5.5267944844672456e-05, + "P": 0.00041594947106204927, + "-": 0.9994352459907532 + }, + "id": "tp_373" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 46647, + "label": "-", + "classification": { + "B": 2.075189331662841e-05, + "S": 6.997972377575934e-06, + "I": 2.9061595796520123e-06, + "C": 6.191590364323929e-05, + "R": 7.307955820579082e-05, + "M": 0.001950266188941896, + "O": 0.0017609511269256473, + "W": 6.152932655822951e-06, + "N": 1.994324883014542e-08, + "Y": 0.0016898497706279159, + "U": 7.81236142444186e-09, + "K": 2.1651597181815418e-10, + "L": 0.0012665529502555728, + "G": 0.002450578613206744, + "F": 0.0004907429101876915, + "E": 7.876714107624139e-07, + "T": 0.0008794869645498693, + "P": 0.00025180497323162854, + "-": 0.9890871047973633 + }, + "id": "tp_374" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 46780, + "label": "-", + "classification": { + "B": 0.00013047187530901283, + "S": 1.613682798051741e-05, + "I": 3.466493944870308e-05, + "C": 2.0158575352979824e-05, + "R": 1.8149612515117042e-05, + "M": 0.003072942141443491, + "O": 0.0013552354648709297, + "W": 1.184789198305225e-05, + "N": 5.187714577914448e-07, + "Y": 0.0008735621231608093, + "U": 9.597441419373354e-08, + "K": 2.0073240847295892e-09, + "L": 0.0004965845146216452, + "G": 0.0008714004070498049, + "F": 0.000369225483154878, + "E": 1.3449422112898901e-05, + "T": 0.002905219327658415, + "P": 0.0034764439333230257, + "-": 0.9863339066505432 + }, + "id": "tp_375" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 46880, + "label": "-", + "classification": { + "B": 1.5708335922681727e-05, + "S": 3.2566622394369915e-05, + "I": 2.8666090656770393e-05, + "C": 5.630792293231934e-05, + "R": 2.0125497030676343e-05, + "M": 0.0013992718886584044, + "O": 0.00044297767453826964, + "W": 1.6408448573201895e-05, + "N": 3.5383568501856644e-06, + "Y": 0.0022840634919703007, + "U": 1.0346719818699057e-06, + "K": 4.6544901124434546e-06, + "L": 6.597260653506964e-05, + "G": 0.0007423809147439897, + "F": 0.00725801195949316, + "E": 8.821554365567863e-05, + "T": 0.002344630192965269, + "P": 0.00809100829064846, + "-": 0.9771046042442322 + }, + "id": "tp_376" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 47014, + "label": "-", + "classification": { + "B": 0.00463821878656745, + "S": 0.0013415365247055888, + "I": 0.005233872216194868, + "C": 0.0010139495134353638, + "R": 0.0008542228024452925, + "M": 0.10973392426967621, + "O": 0.0156761072576046, + "W": 0.0006289505399763584, + "N": 0.00018268985149916261, + "Y": 0.0640181303024292, + "U": 1.653318940952886e-05, + "K": 2.6415564207127318e-06, + "L": 0.007944559678435326, + "G": 0.022643981501460075, + "F": 0.005679150577634573, + "E": 0.0026501091197133064, + "T": 0.04312038794159889, + "P": 0.022013524547219276, + "-": 0.6926075220108032 + }, + "id": "tp_377" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 47147, + "label": "-", + "classification": { + "B": 0.00012143090134486556, + "S": 0.002481517381966114, + "I": 0.0020852077286690474, + "C": 0.0012858163099735975, + "R": 0.0007951912120915949, + "M": 0.15161767601966858, + "O": 0.009694773703813553, + "W": 0.00014737177116330713, + "N": 7.977881614351645e-05, + "Y": 0.18355853855609894, + "U": 5.501119630935136e-07, + "K": 8.040548891585786e-06, + "L": 0.002779917558655143, + "G": 0.042038124054670334, + "F": 0.009948103688657284, + "E": 0.0005636257701553404, + "T": 0.2790742516517639, + "P": 0.0009532511467114091, + "-": 0.3127668797969818 + }, + "id": "tp_378" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 47281, + "label": "-", + "classification": { + "B": 0.0005547560867853463, + "S": 0.0014872803585603833, + "I": 3.816413027379895e-06, + "C": 7.793360418872908e-05, + "R": 8.854621410137042e-05, + "M": 0.020776722580194473, + "O": 0.013328158296644688, + "W": 0.00010660939005902037, + "N": 2.589390533103142e-07, + "Y": 0.004648061469197273, + "U": 3.5291034095052964e-08, + "K": 1.9486845914684636e-08, + "L": 0.01644659787416458, + "G": 0.024753374978899956, + "F": 0.043305784463882446, + "E": 1.624748983886093e-05, + "T": 0.0075296699069440365, + "P": 0.0003940459282603115, + "-": 0.8664820790290833 + }, + "id": "tp_379" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 47381, + "label": "-", + "classification": { + "B": 0.0037185996770858765, + "S": 0.0005842692917212844, + "I": 0.0022375842090696096, + "C": 0.005497403908520937, + "R": 0.0013069163542240858, + "M": 0.02788446471095085, + "O": 0.003901017364114523, + "W": 0.0002402409736532718, + "N": 0.0001961936359293759, + "Y": 0.01798800192773342, + "U": 6.366547313518822e-05, + "K": 3.37852725351695e-05, + "L": 0.00551259983330965, + "G": 0.03426559641957283, + "F": 0.03625462204217911, + "E": 0.0047608925960958, + "T": 0.016956830397248268, + "P": 0.04501514881849289, + "-": 0.793582022190094 + }, + "id": "tp_380" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 47514, + "label": "-", + "classification": { + "B": 1.143686404248001e-05, + "S": 4.1011819121195003e-05, + "I": 2.5608138457755558e-05, + "C": 3.7860270822420716e-05, + "R": 3.408797783777118e-05, + "M": 0.004926843103021383, + "O": 0.0009451701189391315, + "W": 9.920224329107441e-06, + "N": 9.985218412111863e-07, + "Y": 0.020114311948418617, + "U": 2.4016893007683393e-07, + "K": 1.109838535739982e-06, + "L": 0.0003104268398601562, + "G": 0.004388671834021807, + "F": 0.0067181396298110485, + "E": 1.9700331904459745e-05, + "T": 0.01262736413627863, + "P": 0.0015204064548015594, + "-": 0.9482665657997131 + }, + "id": "tp_381" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 47648, + "label": "-", + "classification": { + "B": 3.85138118872419e-05, + "S": 0.00014504496357403696, + "I": 0.0001709704374661669, + "C": 0.0002927140158135444, + "R": 0.00019571484881453216, + "M": 0.024753479287028313, + "O": 0.0024277714546769857, + "W": 4.4542961404658854e-05, + "N": 8.110576345643494e-06, + "Y": 0.023483969271183014, + "U": 1.8165391111324425e-06, + "K": 7.284046432687319e-07, + "L": 0.0012916754931211472, + "G": 0.004440021235495806, + "F": 0.007145419716835022, + "E": 0.0001201637351186946, + "T": 0.025333618745207787, + "P": 0.0043657333590090275, + "-": 0.9057400822639465 + }, + "id": "tp_382" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 47781, + "label": "-", + "classification": { + "B": 0.002761285053566098, + "S": 0.043775394558906555, + "I": 3.502632534946315e-05, + "C": 7.728566561127082e-05, + "R": 0.0003366806195117533, + "M": 0.01565152034163475, + "O": 0.0679420754313469, + "W": 0.003402215661481023, + "N": 7.380372608167818e-06, + "Y": 0.00237807584926486, + "U": 1.3740687165864074e-07, + "K": 4.652335405808117e-07, + "L": 0.020306454971432686, + "G": 0.015421804040670395, + "F": 0.09211289882659912, + "E": 5.0841208576457575e-05, + "T": 0.006179888267070055, + "P": 0.002733530243858695, + "-": 0.7268270254135132 + }, + "id": "tp_383" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 47881, + "label": "-", + "classification": { + "B": 5.919435807300033e-06, + "S": 7.422759608743945e-06, + "I": 1.4959991858631838e-05, + "C": 1.557725568090973e-06, + "R": 2.7124706321046688e-06, + "M": 0.0007360014133155346, + "O": 0.000344914966262877, + "W": 2.8081262826162856e-06, + "N": 2.816564972363267e-07, + "Y": 0.0014003588585183024, + "U": 1.831670459750967e-08, + "K": 1.2022701945113567e-08, + "L": 3.2697666028980166e-05, + "G": 0.00033736598561517894, + "F": 0.0010942429071292281, + "E": 2.5820472728810273e-06, + "T": 0.0017254928825423121, + "P": 0.0015198644250631332, + "-": 0.9927708506584167 + }, + "id": "tp_384" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 48015, + "label": "-", + "classification": { + "B": 0.0010438052704557776, + "S": 0.0011166275944560766, + "I": 3.042102207473363e-06, + "C": 1.2613535318450886e-06, + "R": 5.473664714372717e-06, + "M": 0.013314085081219673, + "O": 0.027981439605355263, + "W": 8.002609683899209e-05, + "N": 8.159555164866106e-08, + "Y": 0.0008325466187670827, + "U": 1.590110820792745e-09, + "K": 1.7188203638163202e-10, + "L": 0.0035056553315371275, + "G": 0.0014068082673475146, + "F": 0.0006391452043317258, + "E": 2.2018944036972243e-06, + "T": 0.0024085654877126217, + "P": 0.0003126742667518556, + "-": 0.947346568107605 + }, + "id": "tp_385" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 48148, + "label": "-", + "classification": { + "B": 3.16698759661449e-07, + "S": 2.1161035874683876e-06, + "I": 8.873147407939541e-07, + "C": 5.283596237859456e-06, + "R": 4.133866696065525e-06, + "M": 0.0014421060914173722, + "O": 0.00018253963207826018, + "W": 1.9474066448310623e-07, + "N": 4.196821112856242e-09, + "Y": 0.0020583984442055225, + "U": 3.579501417494413e-10, + "K": 3.4735431198029687e-10, + "L": 0.00012231591972522438, + "G": 0.0015461768489331007, + "F": 0.0019404557533562183, + "E": 7.869723503972637e-07, + "T": 0.000672326423227787, + "P": 0.00011992116924375296, + "-": 0.9919020533561707 + }, + "id": "tp_386" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 48282, + "label": "-", + "classification": { + "B": 0.00033368082949891686, + "S": 0.0005233423435129225, + "I": 0.0002595297119114548, + "C": 0.0013398571172729135, + "R": 0.0005176567938178778, + "M": 0.01955227181315422, + "O": 0.0025891566183418036, + "W": 0.00011529287439770997, + "N": 2.9824137527612038e-05, + "Y": 0.012399733997881413, + "U": 8.752072062634397e-06, + "K": 1.14938002298004e-05, + "L": 0.002331005409359932, + "G": 0.010792510583996773, + "F": 0.05326845124363899, + "E": 0.0007310761720873415, + "T": 0.013550900854170322, + "P": 0.0115117859095335, + "-": 0.870133638381958 + }, + "id": "tp_387" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 48382, + "label": "-", + "classification": { + "B": 0.0003297518996987492, + "S": 0.0006558321765623987, + "I": 0.0004266370669938624, + "C": 0.00019835736020468175, + "R": 8.229791274061427e-05, + "M": 0.0026587434113025665, + "O": 0.001205363543704152, + "W": 0.0002562307345215231, + "N": 0.00014990601630415767, + "Y": 0.007685357704758644, + "U": 3.429967910051346e-05, + "K": 0.0004907543188892305, + "L": 0.0002162285236408934, + "G": 0.003073691623285413, + "F": 0.043885257095098495, + "E": 0.0019972568843513727, + "T": 0.008990108035504818, + "P": 0.08170298486948013, + "-": 0.8459608554840088 + }, + "id": "tp_388" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 48515, + "label": "-", + "classification": { + "B": 0.0007844174397177994, + "S": 0.010571458376944065, + "I": 0.0010358123108744621, + "C": 7.041427306830883e-05, + "R": 0.00017474900232627988, + "M": 0.02606883831322193, + "O": 0.02395632676780224, + "W": 0.0013249530456960201, + "N": 9.268996655009687e-05, + "Y": 0.06557725369930267, + "U": 2.21706909542263e-06, + "K": 2.395501360297203e-05, + "L": 0.0027704103849828243, + "G": 0.013695097528398037, + "F": 0.0267484113574028, + "E": 0.0002177729329559952, + "T": 0.05979516729712486, + "P": 0.006664598826318979, + "-": 0.760425329208374 + }, + "id": "tp_389" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 48649, + "label": "-", + "classification": { + "B": 0.0002590219082776457, + "S": 2.1295578335411847e-05, + "I": 4.0383478335570544e-05, + "C": 4.7964935220079497e-05, + "R": 1.7903659681905992e-05, + "M": 0.001225074054673314, + "O": 0.0004685170715674758, + "W": 5.302436420606682e-06, + "N": 7.348232315962377e-07, + "Y": 0.0004984998959116638, + "U": 6.021749499041107e-08, + "K": 5.683468806694236e-09, + "L": 0.00022462337801698595, + "G": 0.0012240848736837506, + "F": 0.0021349326707422733, + "E": 3.566607119864784e-05, + "T": 0.0006684975232928991, + "P": 0.006305028684437275, + "-": 0.9868223667144775 + }, + "id": "tp_390" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 48782, + "label": "-", + "classification": { + "B": 0.0014083180576562881, + "S": 0.002138475188985467, + "I": 0.00011420540977269411, + "C": 0.007882639765739441, + "R": 0.007919609546661377, + "M": 0.09211848676204681, + "O": 0.08380500972270966, + "W": 0.0007183373672887683, + "N": 3.4470047012291616e-06, + "Y": 0.02979716658592224, + "U": 8.212628586079518e-07, + "K": 8.484730074087565e-08, + "L": 0.1403028666973114, + "G": 0.12706544995307922, + "F": 0.008128724992275238, + "E": 4.9495178245706484e-05, + "T": 0.023562755435705185, + "P": 0.0003054412954952568, + "-": 0.474678635597229 + }, + "id": "tp_391" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 48882, + "label": "-", + "classification": { + "B": 0.0005290622357279062, + "S": 7.858694743845263e-07, + "I": 7.428013191201899e-07, + "C": 1.6227367041210528e-06, + "R": 7.333119356189854e-07, + "M": 0.0007032238645479083, + "O": 0.0002170047810068354, + "W": 1.5458934399248392e-07, + "N": 4.640673179068244e-09, + "Y": 3.524154453771189e-05, + "U": 7.347458752526848e-10, + "K": 7.600979307770261e-13, + "L": 0.00034055340802296996, + "G": 0.0011074375361204147, + "F": 0.00028573666349984705, + "E": 1.2673140190599952e-06, + "T": 0.0003347410529386252, + "P": 0.0018025923054665327, + "-": 0.9946390986442566 + }, + "id": "tp_392" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 49016, + "label": "-", + "classification": { + "B": 8.896152507986699e-07, + "S": 8.386367085222446e-07, + "I": 1.5091545719769783e-06, + "C": 2.2414121758629335e-06, + "R": 7.118211442502798e-07, + "M": 0.00047252565855160356, + "O": 3.769243630813435e-05, + "W": 1.7224644466296013e-07, + "N": 1.0178780485148309e-08, + "Y": 0.0002622701576910913, + "U": 1.908396773941945e-09, + "K": 2.0165222824886087e-09, + "L": 2.0786757886526175e-05, + "G": 0.00032224817550741136, + "F": 0.0015813866630196571, + "E": 2.3014033558865776e-06, + "T": 0.00030086515471339226, + "P": 0.0007921538199298084, + "-": 0.9962013363838196 + }, + "id": "tp_393" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 49149, + "label": "-", + "classification": { + "B": 0.026584481820464134, + "S": 0.005103313829749823, + "I": 0.0021178494207561016, + "C": 0.0030703716911375523, + "R": 0.003398739267140627, + "M": 0.05546170845627785, + "O": 0.08664888143539429, + "W": 0.004000931512564421, + "N": 0.00018437812104821205, + "Y": 0.021470021456480026, + "U": 4.20046599174384e-05, + "K": 1.705129193396715e-06, + "L": 0.04188215360045433, + "G": 0.02681046538054943, + "F": 0.004367040004581213, + "E": 0.0004563715192489326, + "T": 0.03977052494883537, + "P": 0.009943157434463501, + "-": 0.6686859130859375 + }, + "id": "tp_394" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 49283, + "label": "-", + "classification": { + "B": 5.977692489977926e-05, + "S": 0.00016312899242620915, + "I": 2.0582621118592215e-07, + "C": 5.561633997785975e-07, + "R": 1.971433903236175e-06, + "M": 0.0035368152894079685, + "O": 0.003748910268768668, + "W": 1.391357000102289e-05, + "N": 4.238668527278833e-09, + "Y": 0.00038237113039940596, + "U": 2.853314806650076e-10, + "K": 1.6428856539074665e-11, + "L": 0.0018964195623993874, + "G": 0.000628816313110292, + "F": 0.003442957065999508, + "E": 5.157861551197129e-07, + "T": 0.0006314044585451484, + "P": 0.00017113960348069668, + "-": 0.9853209853172302 + }, + "id": "tp_395" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 49383, + "label": "-", + "classification": { + "B": 6.791099735892203e-07, + "S": 1.1698766684276052e-05, + "I": 1.942767084983643e-06, + "C": 1.79924627445871e-05, + "R": 7.34177137928782e-06, + "M": 0.004639897029846907, + "O": 0.00023715931456536055, + "W": 1.1194932767466526e-06, + "N": 6.510791195069032e-08, + "Y": 0.005857090000063181, + "U": 2.915460983743401e-09, + "K": 2.6856451285084404e-08, + "L": 7.334726979024708e-05, + "G": 0.001204838976264, + "F": 0.006892041303217411, + "E": 3.580356633392512e-06, + "T": 0.007995388470590115, + "P": 0.00018639220797922462, + "-": 0.9728693962097168 + }, + "id": "tp_396" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 49516, + "label": "-", + "classification": { + "B": 9.151442554866662e-07, + "S": 1.0695013941131037e-07, + "I": 1.4216648196452297e-06, + "C": 3.7266647723299684e-06, + "R": 2.160457370337099e-06, + "M": 0.0002539300767239183, + "O": 2.7756343115470372e-05, + "W": 5.5224219863703183e-08, + "N": 3.804573989185656e-09, + "Y": 0.0006304162088781595, + "U": 1.5259256080923933e-09, + "K": 2.458313413944424e-11, + "L": 4.9381284043192863e-05, + "G": 0.0004759050498250872, + "F": 0.0004786597564816475, + "E": 8.742683803575346e-07, + "T": 0.00024000724079087377, + "P": 0.0011401093797758222, + "-": 0.9966945648193359 + }, + "id": "tp_397" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 49650, + "label": "-", + "classification": { + "B": 3.97078974856413e-06, + "S": 5.053738277638331e-06, + "I": 7.469866392106894e-10, + "C": 1.8284080027797245e-08, + "R": 3.2113316450477214e-08, + "M": 0.00032335350988432765, + "O": 0.0005453235935419798, + "W": 2.560129530593258e-07, + "N": 7.795148207478952e-12, + "Y": 3.098466186202131e-05, + "U": 1.0500102306729153e-12, + "K": 8.483214537736636e-14, + "L": 0.0004477509646676481, + "G": 0.0002062466082861647, + "F": 0.0025325098540633917, + "E": 4.4372807650461255e-09, + "T": 4.5002001570537686e-05, + "P": 1.0126565939572174e-05, + "-": 0.9958494901657104 + }, + "id": "tp_398" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 49783, + "label": "-", + "classification": { + "B": 0.05935095623135567, + "S": 0.017234642058610916, + "I": 0.0029666549526154995, + "C": 0.00407617399469018, + "R": 0.003667246550321579, + "M": 0.07773596793413162, + "O": 0.05545639619231224, + "W": 0.005133426748216152, + "N": 0.0006012259400449693, + "Y": 0.01178395003080368, + "U": 0.0002059046528302133, + "K": 4.08169325964991e-05, + "L": 0.05067295581102371, + "G": 0.048654668033123016, + "F": 0.03670164570212364, + "E": 0.004146832972764969, + "T": 0.03457876667380333, + "P": 0.03496864065527916, + "-": 0.5520230531692505 + }, + "id": "tp_399" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 49883, + "label": "-", + "classification": { + "B": 0.005619878880679607, + "S": 0.0004206302110105753, + "I": 1.7938878954737447e-05, + "C": 3.046353413083125e-05, + "R": 3.385526724741794e-05, + "M": 0.07626587897539139, + "O": 0.011538151651620865, + "W": 4.3542138882912695e-05, + "N": 1.7894998904921522e-07, + "Y": 0.002600931329652667, + "U": 1.0534749961266243e-08, + "K": 1.9011874019536634e-10, + "L": 0.012875133194029331, + "G": 0.010084612295031548, + "F": 0.0013867433881387115, + "E": 3.8527628930751234e-05, + "T": 0.00436351727694273, + "P": 0.0007185765425674617, + "-": 0.8739615678787231 + }, + "id": "tp_400" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 50017, + "label": "-", + "classification": { + "B": 0.0010200825054198503, + "S": 0.0014654746046289802, + "I": 3.1020423563177246e-08, + "C": 1.5725282764833537e-07, + "R": 1.7935600453711231e-06, + "M": 0.010751396417617798, + "O": 0.05176793038845062, + "W": 3.7649420846719295e-05, + "N": 7.417895742101166e-10, + "Y": 0.0001231735950568691, + "U": 5.096796248937885e-12, + "K": 9.824064305108404e-13, + "L": 0.011871397495269775, + "G": 0.0035204242449253798, + "F": 0.0029010726138949394, + "E": 7.580731420375741e-08, + "T": 0.0006319226231426001, + "P": 1.4934516002540477e-05, + "-": 0.915892481803894 + }, + "id": "tp_401" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 50150, + "label": "-", + "classification": { + "B": 8.120970596792176e-05, + "S": 0.001020474941469729, + "I": 1.7129722209574538e-06, + "C": 5.539615813177079e-05, + "R": 9.385338489664719e-05, + "M": 0.03505082428455353, + "O": 0.05054592341184616, + "W": 8.429266017628834e-05, + "N": 6.608755143133749e-08, + "Y": 0.004415585659444332, + "U": 1.8172767735080697e-09, + "K": 8.197235668028213e-10, + "L": 0.011758018285036087, + "G": 0.013161607086658478, + "F": 0.001556787290610373, + "E": 6.449636202887632e-07, + "T": 0.014139175415039062, + "P": 4.223938231007196e-05, + "-": 0.867992103099823 + }, + "id": "tp_402" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 50250, + "label": "-", + "classification": { + "B": 0.00016483997751493007, + "S": 1.9454733774182387e-05, + "I": 6.070479940945006e-08, + "C": 3.484161936739838e-08, + "R": 4.5879840371298997e-08, + "M": 0.0007617807132191956, + "O": 0.0004890264826826751, + "W": 7.221241844490578e-07, + "N": 8.760877578950499e-10, + "Y": 0.0001359830639557913, + "U": 2.35104088974758e-11, + "K": 1.7350176850783328e-11, + "L": 7.060167263261974e-05, + "G": 0.0003827101900242269, + "F": 0.0005920248804613948, + "E": 5.770771167590283e-07, + "T": 0.00011680213356157765, + "P": 0.00019673131464514881, + "-": 0.9970685839653015 + }, + "id": "tp_403" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 50384, + "label": "-", + "classification": { + "B": 7.290351641131565e-05, + "S": 3.110299303443753e-06, + "I": 2.0033858163515106e-06, + "C": 7.460092206201807e-07, + "R": 2.1689866969154536e-07, + "M": 0.0003328527382109314, + "O": 0.00011420556256780401, + "W": 6.97140535521612e-07, + "N": 4.290190958045059e-08, + "Y": 0.00044363230699673295, + "U": 9.500297437625704e-09, + "K": 7.981439398285772e-10, + "L": 2.362199120398145e-05, + "G": 0.00023124829749576747, + "F": 0.00035644526360556483, + "E": 4.113825525564607e-06, + "T": 0.00032900500809773803, + "P": 0.003162749344483018, + "-": 0.9949224591255188 + }, + "id": "tp_404" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 50517, + "label": "-", + "classification": { + "B": 0.00016618979861959815, + "S": 3.0246368623920716e-05, + "I": 2.16036569327116e-05, + "C": 0.00022745954629499465, + "R": 8.064144640229642e-05, + "M": 0.0068482570350170135, + "O": 0.0014428318245336413, + "W": 1.2302128197916318e-05, + "N": 7.248671636261861e-07, + "Y": 0.001990858232602477, + "U": 2.447916642722703e-07, + "K": 1.3788000963188551e-08, + "L": 0.0027233040891587734, + "G": 0.005360814277082682, + "F": 0.005793086718767881, + "E": 4.845198418479413e-05, + "T": 0.0035390080884099007, + "P": 0.0027975200209766626, + "-": 0.9689164161682129 + }, + "id": "tp_405" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 50651, + "label": "-", + "classification": { + "B": 0.0005848913569934666, + "S": 5.377698835218325e-05, + "I": 1.6771677380233996e-08, + "C": 4.330582612510625e-07, + "R": 1.3952733297628583e-06, + "M": 0.0030212383717298508, + "O": 0.0070282649248838425, + "W": 1.6733606571506243e-06, + "N": 9.209746854033085e-11, + "Y": 0.00021204886434134096, + "U": 3.482998611747945e-12, + "K": 2.4483285407730926e-13, + "L": 0.009205776266753674, + "G": 0.005398517940193415, + "F": 0.0017508312594145536, + "E": 4.7557222160321544e-08, + "T": 0.00013625815336126834, + "P": 5.189728199184174e-06, + "-": 0.9725996851921082 + }, + "id": "tp_406" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 50751, + "label": "-", + "classification": { + "B": 0.0010170090245082974, + "S": 9.193654841510579e-05, + "I": 8.927940143621527e-06, + "C": 1.7532482161186635e-05, + "R": 1.4953438949305564e-05, + "M": 0.007528964430093765, + "O": 0.004971669055521488, + "W": 2.806244265229907e-05, + "N": 3.82244394359077e-07, + "Y": 0.0007860904443077743, + "U": 5.146925730059593e-08, + "K": 1.4785159763164302e-09, + "L": 0.0014571724459528923, + "G": 0.0012681424850597978, + "F": 0.0007375328568741679, + "E": 2.9476410418283194e-05, + "T": 0.0016212706686928868, + "P": 0.0021866708993911743, + "-": 0.9782341122627258 + }, + "id": "tp_407" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 50884, + "label": "-", + "classification": { + "B": 2.4034352286150806e-09, + "S": 7.352245923186729e-09, + "I": 1.4579893559130142e-07, + "C": 1.4191774653227185e-06, + "R": 3.4588975950100576e-07, + "M": 0.00023083049745764583, + "O": 3.4183735806436744e-06, + "W": 2.8063225077090692e-09, + "N": 3.220023137018302e-10, + "Y": 0.0006414172239601612, + "U": 4.341442136346352e-11, + "K": 6.049214081038645e-12, + "L": 2.54598535320838e-06, + "G": 4.6773766371188685e-05, + "F": 8.433606126345694e-05, + "E": 1.1971769708907232e-07, + "T": 0.0006182012148201466, + "P": 9.708391007734463e-05, + "-": 0.998273491859436 + }, + "id": "tp_408" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 51018, + "label": "-", + "classification": { + "B": 0.0010462119244039059, + "S": 0.00047013023868203163, + "I": 2.882097578549292e-05, + "C": 7.469143019989133e-05, + "R": 8.764517406234518e-05, + "M": 0.038598861545324326, + "O": 0.015274922363460064, + "W": 0.00011428283323766664, + "N": 8.407206451011007e-07, + "Y": 0.008196777664124966, + "U": 7.03044520378171e-08, + "K": 1.196840226924678e-08, + "L": 0.006956186611205339, + "G": 0.009026668965816498, + "F": 0.004219303373247385, + "E": 3.033651228179224e-05, + "T": 0.010642112232744694, + "P": 0.0005766113754361868, + "-": 0.9046555161476135 + }, + "id": "tp_409" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 51151, + "label": "-", + "classification": { + "B": 5.099701229482889e-05, + "S": 2.0449651856324635e-05, + "I": 5.124260042066453e-06, + "C": 9.829331020227983e-07, + "R": 1.5002884765635827e-06, + "M": 0.003038163995370269, + "O": 0.0011008339934051037, + "W": 3.693577127705794e-06, + "N": 7.775050647751414e-08, + "Y": 0.0006489955121651292, + "U": 1.4174659668242384e-08, + "K": 1.0399832106600115e-09, + "L": 0.0002489617618266493, + "G": 0.0005672074039466679, + "F": 0.000637433840893209, + "E": 1.924928255903069e-06, + "T": 0.002151849213987589, + "P": 0.0010191055480390787, + "-": 0.9905027151107788 + }, + "id": "tp_410" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 51251, + "label": "-", + "classification": { + "B": 0.0005389774451032281, + "S": 0.001332287909463048, + "I": 0.010286824777722359, + "C": 0.0026270418893545866, + "R": 0.001709308591671288, + "M": 0.032930564135313034, + "O": 0.006501460913568735, + "W": 0.0007462802459485829, + "N": 0.0010365033522248268, + "Y": 0.185053750872612, + "U": 0.0001302941091125831, + "K": 0.0006967025110498071, + "L": 0.002109563210979104, + "G": 0.029358752071857452, + "F": 0.02887207269668579, + "E": 0.007816636934876442, + "T": 0.0656604915857315, + "P": 0.02862379141151905, + "-": 0.5939686298370361 + }, + "id": "tp_411" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 51385, + "label": "-", + "classification": { + "B": 1.3819008017890155e-05, + "S": 2.2562180674867705e-06, + "I": 8.351873475476168e-06, + "C": 6.990867404965684e-06, + "R": 1.4420171510209912e-06, + "M": 0.00042119197314605117, + "O": 0.00014297082088887691, + "W": 9.590507943357807e-07, + "N": 3.957167962198582e-07, + "Y": 0.0004017200553789735, + "U": 5.016199366991714e-08, + "K": 4.567107136921322e-09, + "L": 2.7652080461848527e-05, + "G": 0.00023782237258274108, + "F": 0.0007823026971891522, + "E": 1.6782762031652965e-05, + "T": 0.0006081213359721005, + "P": 0.011062183417379856, + "-": 0.9862650036811829 + }, + "id": "tp_412" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 51518, + "label": "-", + "classification": { + "B": 6.459140422521159e-05, + "S": 0.0005716292653232813, + "I": 3.876554046655656e-07, + "C": 5.101741180624231e-07, + "R": 8.378029292543943e-07, + "M": 0.013956880196928978, + "O": 0.008169764652848244, + "W": 2.0931256585754454e-05, + "N": 2.1781973558177015e-08, + "Y": 0.003034008899703622, + "U": 3.796308267745019e-10, + "K": 6.709582334174513e-10, + "L": 0.0013253048527985811, + "G": 0.0033323531970381737, + "F": 0.010094303637742996, + "E": 1.729076302581234e-06, + "T": 0.005857934709638357, + "P": 0.00011887464643223211, + "-": 0.9534500241279602 + }, + "id": "tp_413" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 51652, + "label": "-", + "classification": { + "B": 5.048749517300166e-05, + "S": 3.7418903957586735e-06, + "I": 2.9640393250929264e-08, + "C": 4.800658093273569e-09, + "R": 9.173272808027377e-09, + "M": 0.0004263851442374289, + "O": 0.0001124909904319793, + "W": 1.111012934984501e-07, + "N": 1.485699480108238e-10, + "Y": 2.8726470191031694e-05, + "U": 2.7959574759595096e-12, + "K": 8.986562172576609e-14, + "L": 2.77769286185503e-05, + "G": 5.215640339883976e-05, + "F": 0.0002051184856100008, + "E": 8.197957157562996e-08, + "T": 8.488212915835902e-05, + "P": 0.00010073727025883272, + "-": 0.9989073276519775 + }, + "id": "tp_414" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 51752, + "label": "-", + "classification": { + "B": 0.0035287595819681883, + "S": 0.00014568126061931252, + "I": 2.115631832566578e-05, + "C": 1.068479468813166e-05, + "R": 1.0180471690546256e-05, + "M": 0.009838545694947243, + "O": 0.002827852265909314, + "W": 2.053824755421374e-05, + "N": 3.718914172168297e-07, + "Y": 0.0015485004987567663, + "U": 3.6928934576963e-08, + "K": 8.92085738612991e-10, + "L": 0.0017353392904624343, + "G": 0.003303604433313012, + "F": 0.0009841928258538246, + "E": 2.0514247808023356e-05, + "T": 0.004014712292701006, + "P": 0.0020028462167829275, + "-": 0.969986617565155 + }, + "id": "tp_415" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 51885, + "label": "-", + "classification": { + "B": 0.03489747643470764, + "S": 0.0016640626126900315, + "I": 8.850353333400562e-05, + "C": 0.00010125674452865496, + "R": 0.0001025422170641832, + "M": 0.04530259594321251, + "O": 0.01516154408454895, + "W": 0.0002694487338885665, + "N": 2.5877584448608104e-06, + "Y": 0.0013216492952778935, + "U": 4.4189749814904644e-07, + "K": 1.758626133607777e-08, + "L": 0.01737593486905098, + "G": 0.008088404312729836, + "F": 0.005505953449755907, + "E": 0.00023716915166005492, + "T": 0.0042931209318339825, + "P": 0.0056322249583899975, + "-": 0.8599550724029541 + }, + "id": "tp_416" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 52019, + "label": "-", + "classification": { + "B": 0.03001079522073269, + "S": 0.006653266493231058, + "I": 0.00029718381119892, + "C": 0.00019118930504191667, + "R": 0.00023179686104413122, + "M": 0.047408659011125565, + "O": 0.022439850494265556, + "W": 0.0011898977681994438, + "N": 4.340311716077849e-05, + "Y": 0.003974766470491886, + "U": 4.564818482322153e-06, + "K": 1.2766561212629313e-06, + "L": 0.00926268845796585, + "G": 0.009313492104411125, + "F": 0.009069803170859814, + "E": 0.0008706466178409755, + "T": 0.009525738656520844, + "P": 0.015606221742928028, + "-": 0.8339048027992249 + }, + "id": "tp_417" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 52152, + "label": "-", + "classification": { + "B": 0.0002179822768084705, + "S": 0.0008808401180431247, + "I": 0.00012083557521691546, + "C": 0.0004678298719227314, + "R": 0.0005098502733744681, + "M": 0.04339500516653061, + "O": 0.01425723172724247, + "W": 0.00018887349870055914, + "N": 7.0530472839891445e-06, + "Y": 0.0381842739880085, + "U": 8.457278113382927e-07, + "K": 9.835598575591575e-07, + "L": 0.00594114838168025, + "G": 0.017325937747955322, + "F": 0.0067871431820094585, + "E": 7.108572026481852e-05, + "T": 0.04478956013917923, + "P": 0.0012658382765948772, + "-": 0.8255877494812012 + }, + "id": "tp_418" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 52252, + "label": "-", + "classification": { + "B": 0.0028969391714781523, + "S": 1.558305484650191e-05, + "I": 0.00026410078862681985, + "C": 0.0001510341971879825, + "R": 5.1993225497426465e-05, + "M": 0.009516541846096516, + "O": 0.000998028670437634, + "W": 1.7970365661312826e-05, + "N": 3.91654612030834e-06, + "Y": 0.0027724828105419874, + "U": 1.0670951269275974e-06, + "K": 1.7680196862102093e-08, + "L": 0.0012582697672769427, + "G": 0.0072106565348804, + "F": 0.0006324697169475257, + "E": 0.00043170174467377365, + "T": 0.00409283023327589, + "P": 0.027430644258856773, + "-": 0.9422536492347717 + }, + "id": "tp_419" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 52386, + "label": "-", + "classification": { + "B": 4.6440265577984974e-05, + "S": 7.465291855623946e-05, + "I": 8.347604307346046e-06, + "C": 4.913027851216611e-07, + "R": 7.903311711743299e-07, + "M": 0.006066710688173771, + "O": 0.0013112227898091078, + "W": 7.708383236604277e-06, + "N": 1.9333886314143456e-07, + "Y": 0.001117667998187244, + "U": 5.204401354319543e-09, + "K": 3.0565816544481095e-09, + "L": 0.00014410848962143064, + "G": 0.0004803591000381857, + "F": 0.0009373759385198355, + "E": 1.2522947145043872e-05, + "T": 0.00223269104026258, + "P": 0.0016418405575677752, + "-": 0.9859169125556946 + }, + "id": "tp_420" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 52519, + "label": "-", + "classification": { + "B": 0.0001740164152579382, + "S": 0.00014977708633523434, + "I": 0.001707513933070004, + "C": 0.0008077344973571599, + "R": 0.00033670131233520806, + "M": 0.022537317126989365, + "O": 0.0018478685524314642, + "W": 5.740680353483185e-05, + "N": 3.650797953014262e-05, + "Y": 0.0659899041056633, + "U": 2.597207412691205e-06, + "K": 1.268465325665602e-06, + "L": 0.001209390931762755, + "G": 0.013782172463834286, + "F": 0.007361867465078831, + "E": 0.0008845411357469857, + "T": 0.02662855014204979, + "P": 0.005986043717712164, + "-": 0.8504987955093384 + }, + "id": "tp_421" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 52653, + "label": "-", + "classification": { + "B": 0.0024375389330089092, + "S": 0.0004041193751618266, + "I": 9.74665890680626e-05, + "C": 0.0013968170387670398, + "R": 0.0005837244680151343, + "M": 0.0433041974902153, + "O": 0.010527923703193665, + "W": 0.00014047948934603482, + "N": 4.285876457288396e-06, + "Y": 0.007200920023024082, + "U": 1.286870656258543e-06, + "K": 1.3564486778250284e-07, + "L": 0.011002670973539352, + "G": 0.01301552727818489, + "F": 0.0022308984771370888, + "E": 0.00022984201496001333, + "T": 0.011041821911931038, + "P": 0.004715512041002512, + "-": 0.8916648626327515 + }, + "id": "tp_422" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 52753, + "label": "-", + "classification": { + "B": 9.579594006936532e-06, + "S": 6.697061053273501e-06, + "I": 7.667684985790402e-05, + "C": 0.0004409591492731124, + "R": 7.596095383632928e-05, + "M": 0.0035272580571472645, + "O": 0.0002755667665041983, + "W": 2.6243130832881434e-06, + "N": 3.882932105625514e-06, + "Y": 0.008771398104727268, + "U": 1.4819127045484493e-06, + "K": 3.5465276937429735e-07, + "L": 0.00024913219385780394, + "G": 0.0035284876357764006, + "F": 0.004618652630597353, + "E": 0.00014618194836657494, + "T": 0.006442706566303968, + "P": 0.005692246835678816, + "-": 0.9661300778388977 + }, + "id": "tp_423" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 52886, + "label": "-", + "classification": { + "B": 0.003487030742689967, + "S": 0.0007269196794368327, + "I": 0.00032739207381382585, + "C": 0.0010356783168390393, + "R": 0.0005919644027017057, + "M": 0.006133736576884985, + "O": 0.004097222350537777, + "W": 0.0007183860871009529, + "N": 0.00010679067054297775, + "Y": 0.01580248400568962, + "U": 3.7139252526685596e-05, + "K": 0.00016021121700759977, + "L": 0.0017088463064283133, + "G": 0.010758386924862862, + "F": 0.048805058002471924, + "E": 0.00207134080119431, + "T": 0.008722624741494656, + "P": 0.025083083659410477, + "-": 0.8696258068084717 + }, + "id": "tp_424" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 53020, + "label": "-", + "classification": { + "B": 0.06639838963747025, + "S": 0.0034346377942711115, + "I": 9.077834874915425e-06, + "C": 0.00010387932707089931, + "R": 0.00011945107689825818, + "M": 0.1441076397895813, + "O": 0.13547353446483612, + "W": 0.000287004018900916, + "N": 1.2612859734417725e-07, + "Y": 0.0001745764893712476, + "U": 1.9087480040980154e-08, + "K": 6.2341672622812094e-12, + "L": 0.21853892505168915, + "G": 0.02078399434685707, + "F": 0.00019881002663169056, + "E": 1.0921071407210547e-05, + "T": 0.0021244934760034084, + "P": 0.00033428246388211846, + "-": 0.40790021419525146 + }, + "id": "tp_425" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 53153, + "label": "-", + "classification": { + "B": 0.0004214071377646178, + "S": 0.0019537126645445824, + "I": 0.00015132047701627016, + "C": 0.0001115008708438836, + "R": 0.00014793344598729163, + "M": 0.019795382395386696, + "O": 0.008101247251033783, + "W": 0.00041952848550863564, + "N": 2.0641762603190728e-05, + "Y": 0.0032175893429666758, + "U": 3.5743451007874683e-06, + "K": 1.7857780676422408e-06, + "L": 0.0019146722042933106, + "G": 0.0028418097645044327, + "F": 0.008112426847219467, + "E": 0.0001517434575362131, + "T": 0.016532478854060173, + "P": 0.009792115539312363, + "-": 0.9263092279434204 + }, + "id": "tp_426" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 53253, + "label": "-", + "classification": { + "B": 0.00035721887252293527, + "S": 0.0007313930545933545, + "I": 0.00142230826895684, + "C": 0.00025449052918702364, + "R": 0.0003397335240151733, + "M": 0.02796911634504795, + "O": 0.009820971637964249, + "W": 0.0003313220804557204, + "N": 8.252773841377348e-05, + "Y": 0.02241094410419464, + "U": 1.4900500900694169e-05, + "K": 2.1230509901215555e-06, + "L": 0.003851683111861348, + "G": 0.008480413816869259, + "F": 0.005562025588005781, + "E": 0.00030291065922938287, + "T": 0.04932298883795738, + "P": 0.013102242723107338, + "-": 0.855640709400177 + }, + "id": "tp_427" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 53387, + "label": "-", + "classification": { + "B": 0.00031412660609930754, + "S": 0.00010233445937046781, + "I": 1.581469888378706e-07, + "C": 3.3524333957757335e-06, + "R": 3.727760258698254e-06, + "M": 0.01584189385175705, + "O": 0.007816788740456104, + "W": 8.152122063620482e-06, + "N": 2.85767787211455e-09, + "Y": 0.0003253730828873813, + "U": 2.633333273660554e-10, + "K": 1.7777515570749358e-11, + "L": 0.004906853195279837, + "G": 0.0027036070823669434, + "F": 0.001573622808791697, + "E": 1.3579913229477825e-06, + "T": 0.0006983451312407851, + "P": 6.951894465601072e-05, + "-": 0.965630829334259 + }, + "id": "tp_428" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 53520, + "label": "-", + "classification": { + "B": 3.3650501052306936e-08, + "S": 1.13900352971541e-06, + "I": 3.04343461721146e-06, + "C": 3.7968957258271985e-06, + "R": 8.534993867215235e-06, + "M": 0.004497090354561806, + "O": 0.00047293573152273893, + "W": 2.0689019208930404e-07, + "N": 4.216475613105786e-09, + "Y": 0.07837875187397003, + "U": 3.492618694256322e-11, + "K": 1.9750533153395367e-10, + "L": 7.195549551397562e-05, + "G": 0.0033008239697664976, + "F": 0.0007033193251118064, + "E": 7.008485880533044e-08, + "T": 0.018501456826925278, + "P": 4.141581939620664e-06, + "-": 0.8940526247024536 + }, + "id": "tp_429" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 53654, + "label": "-", + "classification": { + "B": 0.01717376336455345, + "S": 0.02146315760910511, + "I": 1.5467961929971352e-05, + "C": 6.903145549586043e-05, + "R": 0.0002096339885611087, + "M": 0.05587447062134743, + "O": 0.073550745844841, + "W": 0.0013111511943861842, + "N": 1.934866531883017e-06, + "Y": 0.0012080406304448843, + "U": 7.964236203861219e-08, + "K": 3.366209710975454e-08, + "L": 0.030964188277721405, + "G": 0.011732825078070164, + "F": 0.018015453591942787, + "E": 4.621739935828373e-05, + "T": 0.007850268855690956, + "P": 0.0009507205104455352, + "-": 0.7595627307891846 + }, + "id": "tp_430" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 53754, + "label": "-", + "classification": { + "B": 0.0008430460002273321, + "S": 2.173663415305782e-05, + "I": 9.244780812878162e-05, + "C": 4.536693813861348e-05, + "R": 2.6937967049889266e-05, + "M": 0.035909924656152725, + "O": 0.004204149357974529, + "W": 8.862036338541657e-06, + "N": 3.638080556811474e-07, + "Y": 0.002411841880530119, + "U": 5.8561575144722156e-08, + "K": 6.390706713821359e-11, + "L": 0.004992481786757708, + "G": 0.006582378875464201, + "F": 0.00011022236867574975, + "E": 2.1704527171095833e-05, + "T": 0.00895361416041851, + "P": 0.0020034746266901493, + "-": 0.9337713718414307 + }, + "id": "tp_431" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 53887, + "label": "-", + "classification": { + "B": 0.0012333793565630913, + "S": 0.0003863903402816504, + "I": 1.3110342479194514e-05, + "C": 1.873492328741122e-05, + "R": 1.929162499436643e-05, + "M": 0.010737115517258644, + "O": 0.0038643109146505594, + "W": 5.1886097935494035e-05, + "N": 9.532997751193761e-07, + "Y": 0.002767543774098158, + "U": 1.6462615803902736e-07, + "K": 6.850985556638989e-08, + "L": 0.00130928261205554, + "G": 0.0025799430441111326, + "F": 0.004405752755701542, + "E": 2.560709253884852e-05, + "T": 0.008479197509586811, + "P": 0.001974376616999507, + "-": 0.9621329307556152 + }, + "id": "tp_432" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 54021, + "label": "-", + "classification": { + "B": 0.08088664710521698, + "S": 0.0036598036531358957, + "I": 0.0005353448796086013, + "C": 0.00013010084512643516, + "R": 0.00018892265507020056, + "M": 0.11992689967155457, + "O": 0.04689957574009895, + "W": 0.0009275822667405009, + "N": 1.694183811196126e-05, + "Y": 0.004364216700196266, + "U": 1.2820198662666371e-06, + "K": 4.0831075409641926e-08, + "L": 0.02779669500887394, + "G": 0.02113797329366207, + "F": 0.0026578616816550493, + "E": 0.00025115240714512765, + "T": 0.01460326462984085, + "P": 0.0054408349096775055, + "-": 0.6705748438835144 + }, + "id": "tp_433" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 54154, + "label": "-", + "classification": { + "B": 0.011566495522856712, + "S": 0.005823303014039993, + "I": 8.358608170055959e-07, + "C": 0.00015493555110879242, + "R": 0.00016134520410560071, + "M": 0.053012702614068985, + "O": 0.042830005288124084, + "W": 0.00018768437439575791, + "N": 8.268442996950398e-08, + "Y": 0.0008664866909384727, + "U": 3.947554727545821e-09, + "K": 2.0745767326246778e-09, + "L": 0.07362934947013855, + "G": 0.07424159348011017, + "F": 0.05228511989116669, + "E": 1.3232481251179706e-05, + "T": 0.003226842498406768, + "P": 8.994294330477715e-05, + "-": 0.68190997838974 + }, + "id": "tp_434" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 54254, + "label": "B", + "classification": { + "B": 0.5371323227882385, + "S": 0.05347377806901932, + "I": 0.0007940424256958067, + "C": 0.0001527549175079912, + "R": 0.00034943048376590014, + "M": 0.061992671340703964, + "O": 0.08160866051912308, + "W": 0.007377839647233486, + "N": 0.00015641885693185031, + "Y": 0.0007084397948347032, + "U": 1.117011379392352e-05, + "K": 6.228079882930615e-07, + "L": 0.05027132108807564, + "G": 0.012060567736625671, + "F": 0.005272196140140295, + "E": 0.001563742058351636, + "T": 0.00526058953255415, + "P": 0.025435645133256912, + "-": 0.15637780725955963 + }, + "id": "tp_435" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 54388, + "label": "-", + "classification": { + "B": 0.0004173129564151168, + "S": 0.0006215493194758892, + "I": 0.0014452115865424275, + "C": 0.006466207094490528, + "R": 0.0017711688997223973, + "M": 0.04031650722026825, + "O": 0.00564813707023859, + "W": 0.0003894301480613649, + "N": 0.00016063320799730718, + "Y": 0.0615851953625679, + "U": 6.247893907129765e-05, + "K": 0.00014289356477092952, + "L": 0.0037947746459394693, + "G": 0.030031578615307808, + "F": 0.015018682926893234, + "E": 0.002597647253423929, + "T": 0.04065446928143501, + "P": 0.016393788158893585, + "-": 0.7724823951721191 + }, + "id": "tp_436" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 54521, + "label": "-", + "classification": { + "B": 0.00641360878944397, + "S": 0.0002755134191829711, + "I": 0.0005400910740718246, + "C": 0.0002083005238091573, + "R": 0.00010267808102071285, + "M": 0.08257487416267395, + "O": 0.008199439384043217, + "W": 6.249826401472092e-05, + "N": 8.858037290337961e-06, + "Y": 0.007306243758648634, + "U": 5.368478923628572e-07, + "K": 1.0828388852246462e-08, + "L": 0.005525582004338503, + "G": 0.015236715786159039, + "F": 0.0006811791681684554, + "E": 0.0002570986107457429, + "T": 0.03884122148156166, + "P": 0.0053840018808841705, + "-": 0.8283814191818237 + }, + "id": "tp_437" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 54655, + "label": "-", + "classification": { + "B": 0.005764566361904144, + "S": 0.0020082134287804365, + "I": 0.000527458731085062, + "C": 7.532047311542556e-05, + "R": 0.00010373567056376487, + "M": 0.02785445563495159, + "O": 0.013061122968792915, + "W": 0.0004071157018188387, + "N": 2.376138036197517e-05, + "Y": 0.026852507144212723, + "U": 1.5432148074978613e-06, + "K": 4.517235083767446e-07, + "L": 0.00468876538798213, + "G": 0.014420557767152786, + "F": 0.011877881363034248, + "E": 0.000439823983469978, + "T": 0.025291133671998978, + "P": 0.008792009204626083, + "-": 0.8578095436096191 + }, + "id": "tp_438" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 54755, + "label": "-", + "classification": { + "B": 0.00017027002468239516, + "S": 2.4158845917554572e-05, + "I": 9.657166799570405e-08, + "C": 6.444632276725315e-07, + "R": 1.5521784462180221e-06, + "M": 0.006199894472956657, + "O": 0.002184454584494233, + "W": 2.7554940515983617e-06, + "N": 6.474919489463105e-10, + "Y": 0.0001262848818441853, + "U": 9.388354677009048e-11, + "K": 1.098320761595828e-12, + "L": 0.0025628157891333103, + "G": 0.0009744142880663276, + "F": 0.0010268513578921556, + "E": 1.4961678118652344e-07, + "T": 0.000579648360144347, + "P": 6.10518254688941e-05, + "-": 0.9860848188400269 + }, + "id": "tp_439" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 54888, + "label": "-", + "classification": { + "B": 0.00012747944856528193, + "S": 0.0035981808323413134, + "I": 0.0006284609553404152, + "C": 0.0012195018352940679, + "R": 0.00156367477029562, + "M": 0.0397641696035862, + "O": 0.018128378316760063, + "W": 0.0011794661404564977, + "N": 0.00010041287896456197, + "Y": 0.0744086503982544, + "U": 4.801988779945532e-06, + "K": 9.903701720759273e-05, + "L": 0.002469683298841119, + "G": 0.024015266448259354, + "F": 0.05547314137220383, + "E": 0.0002830440644174814, + "T": 0.08929821848869324, + "P": 0.003325901459902525, + "-": 0.6843125224113464 + }, + "id": "tp_440" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 55022, + "label": "-", + "classification": { + "B": 0.0027947984635829926, + "S": 2.8819338695029728e-05, + "I": 1.4417972806768375e-06, + "C": 5.5656435904438695e-08, + "R": 1.0297532071490423e-07, + "M": 0.0002699492615647614, + "O": 0.0009549914393573999, + "W": 3.4471795515855774e-06, + "N": 2.309786673038161e-08, + "Y": 5.659620728692971e-05, + "U": 1.1051758397329081e-09, + "K": 5.703249504607211e-12, + "L": 0.00018591387197375298, + "G": 0.0002545849420130253, + "F": 0.0002059039252344519, + "E": 1.7876603806143976e-06, + "T": 0.00012024090392515063, + "P": 0.008802677504718304, + "-": 0.9863187074661255 + }, + "id": "tp_441" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 55155, + "label": "-", + "classification": { + "B": 0.00545924250036478, + "S": 0.0004420392506290227, + "I": 1.5682131561334245e-05, + "C": 8.567895747546572e-06, + "R": 1.208662251883652e-05, + "M": 0.008491897955536842, + "O": 0.005687353666871786, + "W": 7.793011900503188e-05, + "N": 7.032098778836371e-07, + "Y": 0.0005163695896044374, + "U": 9.064486761189983e-08, + "K": 3.88838161669014e-09, + "L": 0.003793108044192195, + "G": 0.002222231822088361, + "F": 0.006839210633188486, + "E": 3.626368925324641e-05, + "T": 0.001968642696738243, + "P": 0.003982871305197477, + "-": 0.9604456424713135 + }, + "id": "tp_442" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 55255, + "label": "-", + "classification": { + "B": 0.0018728321883827448, + "S": 0.0030118017457425594, + "I": 0.0005344863166101277, + "C": 0.0005703985225409269, + "R": 0.0005701773916371167, + "M": 0.03519853949546814, + "O": 0.018849581480026245, + "W": 0.0005846371641382575, + "N": 5.8356294175609946e-05, + "Y": 0.0066831884905695915, + "U": 6.486834081442794e-06, + "K": 2.078487796097761e-06, + "L": 0.009119716472923756, + "G": 0.0173103678971529, + "F": 0.0232627484947443, + "E": 0.0008104214211925864, + "T": 0.02103942446410656, + "P": 0.01642024703323841, + "-": 0.8440945148468018 + }, + "id": "tp_443" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 55389, + "label": "B", + "classification": { + "B": 0.30248281359672546, + "S": 0.1019054651260376, + "I": 0.0004734039248432964, + "C": 0.0006346263689920306, + "R": 0.001031522755511105, + "M": 0.06296124309301376, + "O": 0.14113833010196686, + "W": 0.007481205742806196, + "N": 0.00010182584810536355, + "Y": 0.0070761702954769135, + "U": 2.3874208636698313e-06, + "K": 2.668173010533792e-06, + "L": 0.04523921012878418, + "G": 0.05742941051721573, + "F": 0.014696221798658371, + "E": 0.0005395839107222855, + "T": 0.016460241749882698, + "P": 0.002036639489233494, + "-": 0.23830708861351013 + }, + "id": "tp_444" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 55522, + "label": "-", + "classification": { + "B": 0.010726450942456722, + "S": 0.000651984941214323, + "I": 0.0001388415548717603, + "C": 5.23298658663407e-05, + "R": 8.629373041912913e-05, + "M": 0.005113463848829269, + "O": 0.0149537967517972, + "W": 0.0006793304928578436, + "N": 1.1906939107575454e-05, + "Y": 0.0006958774756640196, + "U": 2.6143231934838695e-06, + "K": 3.1972238190292046e-08, + "L": 0.003703736001625657, + "G": 0.0010165962157770991, + "F": 0.0012867659097537398, + "E": 7.827882654964924e-05, + "T": 0.0026679630391299725, + "P": 0.024021849036216736, + "-": 0.934112012386322 + }, + "id": "tp_445" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 55656, + "label": "-", + "classification": { + "B": 4.910449291628538e-08, + "S": 2.6351168003202474e-07, + "I": 1.3062458492640872e-06, + "C": 2.6310399334761314e-06, + "R": 1.760436703079904e-06, + "M": 0.0036581228487193584, + "O": 5.9095938922837377e-05, + "W": 2.686345368374532e-08, + "N": 1.337365884701569e-09, + "Y": 0.02352568320930004, + "U": 1.9693243563656537e-11, + "K": 3.308329998841231e-11, + "L": 3.0309973226394504e-05, + "G": 0.001375605002976954, + "F": 0.00048416771460324526, + "E": 1.7225195847458963e-07, + "T": 0.009548910893499851, + "P": 1.0232703971269075e-05, + "-": 0.9613016843795776 + }, + "id": "tp_446" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 55756, + "label": "-", + "classification": { + "B": 0.0008028476149775088, + "S": 0.0006133679999038577, + "I": 0.0022852520924061537, + "C": 0.0011718664318323135, + "R": 0.0012765479041263461, + "M": 0.03045942448079586, + "O": 0.015203824266791344, + "W": 0.0005054580396972597, + "N": 0.00013969225983601063, + "Y": 0.029937511309981346, + "U": 2.3905662601464428e-05, + "K": 6.220442628546152e-06, + "L": 0.006142548751085997, + "G": 0.02353709004819393, + "F": 0.010159650817513466, + "E": 0.000575687678065151, + "T": 0.0390019528567791, + "P": 0.014336581341922283, + "-": 0.8238206505775452 + }, + "id": "tp_447" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 55889, + "label": "-", + "classification": { + "B": 3.9060287804204563e-07, + "S": 7.533721486652212e-07, + "I": 1.919561469776454e-07, + "C": 2.948419535186986e-07, + "R": 3.3857773473755515e-07, + "M": 0.0019407382933422923, + "O": 0.00012999017781112343, + "W": 1.438032057876626e-07, + "N": 1.1771850161323982e-09, + "Y": 0.0006211398867890239, + "U": 7.43350520027164e-11, + "K": 1.0018355069141283e-11, + "L": 4.026251190225594e-05, + "G": 0.00012543606862891465, + "F": 0.00019178718503098935, + "E": 1.2556921547002275e-07, + "T": 0.001694603473879397, + "P": 6.705349369440228e-05, + "-": 0.9951867461204529 + }, + "id": "tp_448" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 56023, + "label": "-", + "classification": { + "B": 0.0005617105052806437, + "S": 5.928450627834536e-05, + "I": 1.5418281691381708e-05, + "C": 3.2745713269832777e-06, + "R": 3.4311092349526007e-06, + "M": 0.001125388778746128, + "O": 0.0008146254695020616, + "W": 5.190280717215501e-06, + "N": 5.300527163853985e-07, + "Y": 0.00035241959267295897, + "U": 2.508757113162119e-08, + "K": 3.917517421569983e-09, + "L": 0.00014551679487340152, + "G": 0.0005415333434939384, + "F": 0.0006176833412609994, + "E": 1.3106507140037138e-05, + "T": 0.0018030800856649876, + "P": 0.004249372519552708, + "-": 0.9896883964538574 + }, + "id": "tp_449" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 56156, + "label": "-", + "classification": { + "B": 6.104708631937683e-07, + "S": 1.769044359889449e-07, + "I": 1.68708611454349e-05, + "C": 1.3409063285507727e-05, + "R": 3.833624759863596e-06, + "M": 0.0003489654918666929, + "O": 2.7404383217799477e-05, + "W": 2.3416929195718694e-07, + "N": 2.0554924162752286e-07, + "Y": 0.0021906590554863214, + "U": 1.0190750288074923e-07, + "K": 4.608398285199655e-08, + "L": 8.211120984924491e-06, + "G": 0.0002835350460372865, + "F": 0.0003682491951622069, + "E": 1.198595782625489e-05, + "T": 0.0011248356895521283, + "P": 0.00591634213924408, + "-": 0.9896842241287231 + }, + "id": "tp_450" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 56256, + "label": "-", + "classification": { + "B": 0.0003081712929997593, + "S": 3.442690649535507e-05, + "I": 4.866324161412194e-07, + "C": 7.690532015658391e-07, + "R": 7.869875275900995e-07, + "M": 0.0011112750507891178, + "O": 0.0006823640433140099, + "W": 3.713988007802982e-06, + "N": 1.4815563886827476e-08, + "Y": 0.0002842187532223761, + "U": 1.8313482952336813e-09, + "K": 6.726086909658591e-10, + "L": 0.00018977482977788895, + "G": 0.0005089474143460393, + "F": 0.0015842601424083114, + "E": 2.1602515971608227e-06, + "T": 0.0003792692441493273, + "P": 0.0006337910890579224, + "-": 0.9942756295204163 + }, + "id": "tp_451" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 56390, + "label": "-", + "classification": { + "B": 0.0007165251299738884, + "S": 5.5914983931870665e-06, + "I": 1.8097518932336243e-06, + "C": 2.6403149604448117e-06, + "R": 2.0933653104293626e-06, + "M": 0.00413945596665144, + "O": 0.0010095054749399424, + "W": 1.1152897059218958e-06, + "N": 7.3556942759012145e-09, + "Y": 0.00010226922313449904, + "U": 6.421733700356924e-10, + "K": 1.0218604391473707e-12, + "L": 0.0008287166128866374, + "G": 0.000812283658888191, + "F": 6.0688686062349007e-05, + "E": 1.8284114275957108e-06, + "T": 0.0005497491802088916, + "P": 0.000556199171114713, + "-": 0.9912095069885254 + }, + "id": "tp_452" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 56523, + "label": "-", + "classification": { + "B": 0.02204103209078312, + "S": 0.0035423559602349997, + "I": 0.0006658429047092795, + "C": 0.0013474526349455118, + "R": 0.00037196342600509524, + "M": 0.021206803619861603, + "O": 0.011232821270823479, + "W": 0.0004453989677131176, + "N": 8.98556609172374e-05, + "Y": 0.00415849732235074, + "U": 8.595738108851947e-06, + "K": 4.755735517392168e-06, + "L": 0.00832768902182579, + "G": 0.023310532793402672, + "F": 0.0256276223808527, + "E": 0.0033147886861115694, + "T": 0.006498971953988075, + "P": 0.01929759979248047, + "-": 0.8485074043273926 + }, + "id": "tp_453" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 56657, + "label": "-", + "classification": { + "B": 1.864982368715573e-05, + "S": 3.892762470059097e-05, + "I": 9.157267049886286e-05, + "C": 4.921330764773302e-05, + "R": 2.6690267986850813e-05, + "M": 0.0054643116891384125, + "O": 0.000932694470975548, + "W": 1.8925224139820784e-05, + "N": 4.558882665151032e-06, + "Y": 0.004853685852140188, + "U": 2.1825271687703207e-06, + "K": 6.506572844955372e-07, + "L": 0.0003452116798143834, + "G": 0.0012568377424031496, + "F": 0.0030222211498767138, + "E": 4.703428930952214e-05, + "T": 0.01026700995862484, + "P": 0.007146669551730156, + "-": 0.9664129018783569 + }, + "id": "tp_454" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 56757, + "label": "-", + "classification": { + "B": 0.3214074671268463, + "S": 0.0006008928176015615, + "I": 2.545598181313835e-05, + "C": 1.8475802789907902e-05, + "R": 1.8914612155640498e-05, + "M": 0.02274257130920887, + "O": 0.015576336532831192, + "W": 0.00011333343718433753, + "N": 3.9130435425249743e-07, + "Y": 0.00021394281066022813, + "U": 1.0366199632017015e-07, + "K": 4.986658308503422e-11, + "L": 0.019656144082546234, + "G": 0.003921903669834137, + "F": 0.00023825645621400326, + "E": 5.559005876420997e-05, + "T": 0.0010257563553750515, + "P": 0.004452174063771963, + "-": 0.6099321842193604 + }, + "id": "tp_455" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 56890, + "label": "-", + "classification": { + "B": 0.00046686973655596375, + "S": 0.0012574158608913422, + "I": 0.0017444975674152374, + "C": 0.000696775910910219, + "R": 0.0007794579141773283, + "M": 0.022946475073695183, + "O": 0.019728150218725204, + "W": 0.00042827081051655114, + "N": 0.00024298482458107173, + "Y": 0.036595724523067474, + "U": 2.8397955247783102e-05, + "K": 7.142646609281655e-06, + "L": 0.00645488454028964, + "G": 0.021347029134631157, + "F": 0.008321925066411495, + "E": 0.0002551012730691582, + "T": 0.10788367688655853, + "P": 0.02231314405798912, + "-": 0.7485020160675049 + }, + "id": "tp_456" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 57024, + "label": "-", + "classification": { + "B": 0.0011839527869597077, + "S": 4.845697549171746e-05, + "I": 1.501012576454741e-07, + "C": 1.8970847293076076e-07, + "R": 2.2017485434844275e-07, + "M": 0.000707964994944632, + "O": 0.0009265629341825843, + "W": 6.275204668781953e-06, + "N": 1.2191808451689212e-08, + "Y": 0.00012109005911042914, + "U": 1.3509336982409081e-09, + "K": 1.404253269221556e-09, + "L": 7.616666698595509e-05, + "G": 0.00023826192773412913, + "F": 0.0002697948948480189, + "E": 1.6934578752625384e-06, + "T": 0.0003157306637149304, + "P": 0.00026787127717398107, + "-": 0.9958356618881226 + }, + "id": "tp_457" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 57157, + "label": "-", + "classification": { + "B": 0.005689776968210936, + "S": 0.017723027616739273, + "I": 0.021334024146199226, + "C": 0.004463697783648968, + "R": 0.004922577179968357, + "M": 0.03637266159057617, + "O": 0.0330505445599556, + "W": 0.008387777023017406, + "N": 0.007691402919590473, + "Y": 0.03309428319334984, + "U": 0.0012076928978785872, + "K": 0.0013032142305746675, + "L": 0.009503938257694244, + "G": 0.015381965786218643, + "F": 0.03157220408320427, + "E": 0.00983133353292942, + "T": 0.06481262296438217, + "P": 0.1723102182149887, + "-": 0.5213471055030823 + }, + "id": "tp_458" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 57257, + "label": "-", + "classification": { + "B": 0.0001544336264487356, + "S": 5.4468182497657835e-05, + "I": 3.6880874176858924e-06, + "C": 6.4311575442843605e-06, + "R": 1.051941671903478e-05, + "M": 0.0013378155417740345, + "O": 0.003865027567371726, + "W": 3.8979480450507253e-05, + "N": 2.651765953487484e-07, + "Y": 0.0003034342953469604, + "U": 3.652284163990771e-08, + "K": 7.552596881232887e-10, + "L": 0.0005219258018769324, + "G": 0.00015318211808335036, + "F": 0.0002233125123893842, + "E": 2.641451828822028e-06, + "T": 0.0011844185646623373, + "P": 0.002850267803296447, + "-": 0.9892890453338623 + }, + "id": "tp_459" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 57391, + "label": "-", + "classification": { + "B": 0.009633468464016914, + "S": 0.0003667446144390851, + "I": 4.739039468404371e-06, + "C": 9.092753430195444e-07, + "R": 1.56528426487057e-06, + "M": 0.012023350223898888, + "O": 0.005470349919050932, + "W": 2.652243711054325e-05, + "N": 4.5105920776222774e-08, + "Y": 0.00022102633374743164, + "U": 2.099624474283246e-09, + "K": 2.0596167132902465e-11, + "L": 0.002487862715497613, + "G": 0.0014107873430475593, + "F": 0.0014906727010384202, + "E": 8.815684850560501e-06, + "T": 0.0006163959042169154, + "P": 0.0017402417724952102, + "-": 0.9644964933395386 + }, + "id": "tp_460" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 57524, + "label": "-", + "classification": { + "B": 9.082800715987105e-06, + "S": 0.00013865125947631896, + "I": 0.0007261481368914247, + "C": 0.000551814679056406, + "R": 0.00039964079041965306, + "M": 0.022724730893969536, + "O": 0.003077107248827815, + "W": 6.900054722791538e-05, + "N": 2.5083774744416587e-05, + "Y": 0.08103813230991364, + "U": 2.204547854489647e-06, + "K": 7.68694189900998e-06, + "L": 0.0007617329829372466, + "G": 0.007508705835789442, + "F": 0.008130473084747791, + "E": 0.0002939182741101831, + "T": 0.03378840535879135, + "P": 0.004481120500713587, + "-": 0.836266279220581 + }, + "id": "tp_461" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 57658, + "label": "-", + "classification": { + "B": 0.0069326176308095455, + "S": 4.850741970585659e-05, + "I": 4.1812458562162647e-07, + "C": 1.1901671115310819e-07, + "R": 1.8328859141547582e-07, + "M": 0.004048218950629234, + "O": 0.003587855724617839, + "W": 5.743199380958686e-06, + "N": 3.7644620753951585e-09, + "Y": 8.706598600838333e-05, + "U": 1.5857003210495435e-10, + "K": 2.0925275401317833e-12, + "L": 0.0007935049943625927, + "G": 0.0004755834233947098, + "F": 0.00012524297926574945, + "E": 1.010932237477391e-06, + "T": 0.00029555195942521095, + "P": 0.00018072624516207725, + "-": 0.9834175705909729 + }, + "id": "tp_462" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 57758, + "label": "-", + "classification": { + "B": 0.01654713973402977, + "S": 0.00017429015133529902, + "I": 2.653823685250245e-06, + "C": 4.204095489512838e-07, + "R": 6.629581434935972e-07, + "M": 0.008039248175919056, + "O": 0.005240354221314192, + "W": 1.1919479220523499e-05, + "N": 3.032105766465065e-08, + "Y": 0.00017063261475414038, + "U": 1.0180228882106235e-09, + "K": 4.049866778738087e-12, + "L": 0.0024384171701967716, + "G": 0.0010834743734449148, + "F": 0.0003973472339566797, + "E": 5.205347861192422e-06, + "T": 0.0006540701142512262, + "P": 0.0006898458814248443, + "-": 0.9645442962646484 + }, + "id": "tp_463" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 57891, + "label": "-", + "classification": { + "B": 0.00018597325833979994, + "S": 1.2749230336339679e-05, + "I": 2.3546936844809352e-08, + "C": 1.4011453686180175e-07, + "R": 2.814695676534029e-07, + "M": 0.0030722308438271284, + "O": 0.0016246993327513337, + "W": 6.092581656957918e-07, + "N": 8.128582529298711e-11, + "Y": 0.00021280517103150487, + "U": 2.562829939586897e-12, + "K": 5.403508112418638e-14, + "L": 0.0009598560864105821, + "G": 0.0011875281343236566, + "F": 0.0002444933634251356, + "E": 3.933972081426873e-08, + "T": 0.00031244795536622405, + "P": 7.88786474004155e-06, + "-": 0.9921781420707703 + }, + "id": "tp_464" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 58025, + "label": "-", + "classification": { + "B": 0.0005300298798829317, + "S": 1.1987828656856436e-05, + "I": 5.278157004795503e-07, + "C": 2.530768199449085e-07, + "R": 4.5398869019663834e-07, + "M": 0.018236275762319565, + "O": 0.002322918502613902, + "W": 1.3635926734423265e-06, + "N": 1.2030110241312286e-09, + "Y": 0.0003777098609134555, + "U": 7.673068430635865e-11, + "K": 6.955474607731049e-13, + "L": 0.0009352773195132613, + "G": 0.0012092969845980406, + "F": 8.315966260852292e-05, + "E": 3.249075177791383e-07, + "T": 0.0015161726623773575, + "P": 9.93600842775777e-05, + "-": 0.9746748208999634 + }, + "id": "tp_465" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 58158, + "label": "-", + "classification": { + "B": 0.0006801284616813064, + "S": 0.001243501901626587, + "I": 4.578565858537331e-05, + "C": 7.810519491613377e-06, + "R": 9.512071301287506e-06, + "M": 0.011690896935760975, + "O": 0.008244783617556095, + "W": 0.0001587363367434591, + "N": 3.722544306583586e-06, + "Y": 0.0030660720076411963, + "U": 3.549023972482246e-07, + "K": 9.140526913142821e-08, + "L": 0.001780626829713583, + "G": 0.0019835801795125008, + "F": 0.006928077433258295, + "E": 5.531586066354066e-05, + "T": 0.007974867708981037, + "P": 0.008876141160726547, + "-": 0.9472499489784241 + }, + "id": "tp_466" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 58258, + "label": "-", + "classification": { + "B": 0.020833183079957962, + "S": 0.0010597181972116232, + "I": 0.0013988107675686479, + "C": 0.0005019988748244941, + "R": 0.00047497873310931027, + "M": 0.05817130580544472, + "O": 0.018573815003037453, + "W": 0.00037048556259833276, + "N": 2.2345129764289595e-05, + "Y": 0.02110220491886139, + "U": 1.389063186252315e-06, + "K": 5.433155791934041e-08, + "L": 0.014853954315185547, + "G": 0.017821017652750015, + "F": 0.002733105095103383, + "E": 0.0003548517997842282, + "T": 0.021595189347863197, + "P": 0.0059872884303331375, + "-": 0.8141442537307739 + }, + "id": "tp_467" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 58392, + "label": "-", + "classification": { + "B": 0.0007350288215093315, + "S": 5.5455668189097196e-05, + "I": 0.00010864103387575597, + "C": 2.187857262470061e-06, + "R": 2.2579552023671567e-06, + "M": 0.012791963294148445, + "O": 0.002309163799509406, + "W": 8.994002200779505e-06, + "N": 4.4631752871282515e-07, + "Y": 0.000803527538664639, + "U": 7.45184891570716e-09, + "K": 5.4147422656747324e-11, + "L": 0.0007138462970033288, + "G": 0.0008281724876724184, + "F": 0.00014205682964529842, + "E": 3.078497320530005e-05, + "T": 0.001988922478631139, + "P": 0.005343171302229166, + "-": 0.9741353988647461 + }, + "id": "tp_468" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 58525, + "label": "-", + "classification": { + "B": 1.3929220585850999e-06, + "S": 0.0003013566310983151, + "I": 1.1029670531570446e-05, + "C": 5.228536610957235e-05, + "R": 6.962017505429685e-05, + "M": 0.023036926984786987, + "O": 0.006694209296256304, + "W": 1.7310059774899855e-05, + "N": 1.3634367235226819e-07, + "Y": 0.15765997767448425, + "U": 1.1878651395846873e-09, + "K": 5.0677893881356795e-08, + "L": 0.002014425816014409, + "G": 0.04800025746226311, + "F": 0.02000635676085949, + "E": 3.1563070024276385e-06, + "T": 0.0584133006632328, + "P": 4.582086330628954e-05, + "-": 0.6836723685264587 + }, + "id": "tp_469" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 58625, + "label": "-", + "classification": { + "B": 2.8021295293001458e-05, + "S": 1.4902817383699585e-05, + "I": 3.9568185172811354e-08, + "C": 3.3382665520775845e-08, + "R": 7.561280312984309e-08, + "M": 0.0010841613402590156, + "O": 0.0005000517121516168, + "W": 9.580928690411383e-07, + "N": 9.141674639501218e-10, + "Y": 0.00027544843032956123, + "U": 3.6282407633869695e-11, + "K": 1.5595467625639792e-11, + "L": 7.979608926689252e-05, + "G": 0.0002695276343729347, + "F": 0.0017050713067874312, + "E": 1.6597159913089854e-07, + "T": 0.0005448274896480143, + "P": 0.00010205831495113671, + "-": 0.9953948855400085 + }, + "id": "tp_470" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 58759, + "label": "-", + "classification": { + "B": 0.061305560171604156, + "S": 0.010457661934196949, + "I": 0.000358555989805609, + "C": 0.0002623633190523833, + "R": 0.0004463222867343575, + "M": 0.03676721081137657, + "O": 0.06417789310216904, + "W": 0.0030908442568033934, + "N": 3.426025796215981e-05, + "Y": 0.005651113577187061, + "U": 8.101905223156791e-06, + "K": 1.0053443020296982e-06, + "L": 0.03187226504087448, + "G": 0.020640332251787186, + "F": 0.013969170860946178, + "E": 0.0008340955246239901, + "T": 0.005202642176300287, + "P": 0.014045443385839462, + "-": 0.7308751344680786 + }, + "id": "tp_471" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 58892, + "label": "-", + "classification": { + "B": 2.9454229206749005e-06, + "S": 5.09018582306453e-06, + "I": 2.988799394643138e-07, + "C": 1.9860590327880345e-06, + "R": 2.3397790300805354e-06, + "M": 0.003988943062722683, + "O": 0.0005220257444307208, + "W": 7.323715180973522e-07, + "N": 3.343942900357888e-09, + "Y": 0.00026630470529198647, + "U": 2.3283105998750386e-10, + "K": 3.5793694397323605e-11, + "L": 0.00027343546389602125, + "G": 0.00048679523752070963, + "F": 0.00047124928096309304, + "E": 9.078422067432257e-07, + "T": 0.00047169867320917547, + "P": 0.00021556267165578902, + "-": 0.9932896494865417 + }, + "id": "tp_472" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 59026, + "label": "-", + "classification": { + "B": 0.00010798858420457691, + "S": 1.2564869393827394e-06, + "I": 2.3342355603972464e-08, + "C": 2.6559434651574065e-09, + "R": 4.8607513569720595e-09, + "M": 0.0003066738718189299, + "O": 0.00010407627996755764, + "W": 6.930353180223392e-08, + "N": 4.9424173087508905e-11, + "Y": 1.1136843568237964e-05, + "U": 2.6499382115713344e-12, + "K": 2.0242872794131415e-14, + "L": 3.307766019133851e-05, + "G": 6.254079198697582e-05, + "F": 5.9494890592759475e-05, + "E": 1.6101070698937292e-08, + "T": 9.279344521928579e-05, + "P": 8.487696322845295e-05, + "-": 0.9991361498832703 + }, + "id": "tp_473" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 59126, + "label": "-", + "classification": { + "B": 7.377110250672558e-06, + "S": 2.32609727390809e-06, + "I": 3.0547585083695594e-06, + "C": 2.2348428956320276e-06, + "R": 1.1619417819019873e-06, + "M": 0.0010199176613241434, + "O": 0.00018558907322585583, + "W": 1.339676828138181e-06, + "N": 9.326278416210698e-08, + "Y": 0.0003474137047305703, + "U": 7.6776585089533e-09, + "K": 2.915472530062857e-09, + "L": 1.8069742509396747e-05, + "G": 9.810028859646991e-05, + "F": 0.0002854983613360673, + "E": 5.94600714975968e-06, + "T": 0.0006593888392671943, + "P": 0.001716363593004644, + "-": 0.995646059513092 + }, + "id": "tp_474" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 59259, + "label": "-", + "classification": { + "B": 1.3015329614063376e-06, + "S": 6.604392410736182e-08, + "I": 8.208640878137885e-09, + "C": 4.500753547631575e-09, + "R": 2.9803650658521974e-09, + "M": 0.0005498307291418314, + "O": 3.0093318855506368e-05, + "W": 2.3148678529594235e-09, + "N": 7.748210059665972e-12, + "Y": 2.1823481802130118e-05, + "U": 1.1889922098100303e-13, + "K": 2.883011102460388e-16, + "L": 3.5513283364707604e-05, + "G": 0.00010610450408421457, + "F": 8.562109724152833e-05, + "E": 2.4262535092134385e-08, + "T": 5.468301606015302e-05, + "P": 3.214345269952901e-05, + "-": 0.9990828037261963 + }, + "id": "tp_475" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 59393, + "label": "-", + "classification": { + "B": 0.006881389766931534, + "S": 0.0015915865078568459, + "I": 0.0002285793307237327, + "C": 0.0007816447177901864, + "R": 0.0009313055779784918, + "M": 0.0389322005212307, + "O": 0.04426272213459015, + "W": 0.0009900269797071815, + "N": 3.063579788431525e-05, + "Y": 0.01277636457234621, + "U": 1.3386571481532883e-05, + "K": 1.163996898867481e-06, + "L": 0.029031965881586075, + "G": 0.024609731510281563, + "F": 0.008420034311711788, + "E": 0.0004552174359560013, + "T": 0.01271265372633934, + "P": 0.007725777104496956, + "-": 0.809623658657074 + }, + "id": "tp_476" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 59526, + "label": "-", + "classification": { + "B": 0.003260607598349452, + "S": 0.0014337043976411223, + "I": 3.122452108073048e-05, + "C": 1.4260359421314206e-05, + "R": 1.9407425497774966e-05, + "M": 0.0027368690352886915, + "O": 0.004028959199786186, + "W": 0.00023461242381017655, + "N": 4.771673047798686e-06, + "Y": 0.001203082618303597, + "U": 4.949790195496462e-07, + "K": 8.383723866245418e-07, + "L": 0.0009265474509447813, + "G": 0.0023497215006500483, + "F": 0.044306185096502304, + "E": 8.46421389724128e-05, + "T": 0.0013390065869316459, + "P": 0.008728551678359509, + "-": 0.929296612739563 + }, + "id": "tp_477" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 59626, + "label": "-", + "classification": { + "B": 0.014481687918305397, + "S": 0.00032888437272049487, + "I": 3.221636507078074e-05, + "C": 2.9817208996973932e-05, + "R": 2.004773159569595e-05, + "M": 0.008152260445058346, + "O": 0.004064277745783329, + "W": 3.666957127279602e-05, + "N": 1.020683953356638e-06, + "Y": 0.00048675539437681437, + "U": 1.3148751065727993e-07, + "K": 5.786244372529836e-09, + "L": 0.005499643739312887, + "G": 0.007607835344970226, + "F": 0.004442234523594379, + "E": 7.536775956396013e-05, + "T": 0.002573890145868063, + "P": 0.004858281463384628, + "-": 0.9473090171813965 + }, + "id": "tp_478" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 59760, + "label": "-", + "classification": { + "B": 0.00028966148965992033, + "S": 0.0002901464467868209, + "I": 7.247727467074583e-07, + "C": 8.285156809506589e-07, + "R": 1.3327813803698518e-06, + "M": 0.010678309947252274, + "O": 0.006278969347476959, + "W": 2.095097443088889e-05, + "N": 2.0698326608226125e-08, + "Y": 0.0004846385563723743, + "U": 1.061081666975383e-09, + "K": 4.267853848105574e-10, + "L": 0.0014025174314156175, + "G": 0.0012704827822744846, + "F": 0.0020536992233246565, + "E": 4.151556368015008e-06, + "T": 0.000762535841204226, + "P": 0.0003732339246198535, + "-": 0.9760878086090088 + }, + "id": "tp_479" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 59893, + "label": "-", + "classification": { + "B": 6.574914004886523e-05, + "S": 7.081995136104524e-05, + "I": 1.490978434048884e-06, + "C": 1.0304687947382263e-07, + "R": 6.349009709083475e-07, + "M": 0.004099451936781406, + "O": 0.0031104946974664927, + "W": 9.770874385139905e-06, + "N": 2.58695784793872e-08, + "Y": 0.0006506795180030167, + "U": 3.8503489285801606e-10, + "K": 1.6109069633785111e-10, + "L": 0.00017475278582423925, + "G": 0.00027898026746697724, + "F": 0.00029425861430354416, + "E": 8.540789622202283e-07, + "T": 0.0017182666342705488, + "P": 0.00020685858908109367, + "-": 0.9893167614936829 + }, + "id": "tp_480" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 60027, + "label": "-", + "classification": { + "B": 0.0005328645929694176, + "S": 1.4617200577049516e-05, + "I": 8.3317360122237e-08, + "C": 2.1337836386692288e-08, + "R": 4.7626794952293494e-08, + "M": 0.00033187944791279733, + "O": 0.0005114329396747053, + "W": 1.3073336049274076e-06, + "N": 1.2943428551182024e-09, + "Y": 3.200747596565634e-05, + "U": 1.1383945175413857e-10, + "K": 1.5118356870222338e-12, + "L": 8.517836249666288e-05, + "G": 7.02751349308528e-05, + "F": 0.00014515244401991367, + "E": 1.8211378005617007e-07, + "T": 0.00010369058145442978, + "P": 0.00043769358308054507, + "-": 0.997733473777771 + }, + "id": "tp_481" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 60127, + "label": "-", + "classification": { + "B": 0.06344757974147797, + "S": 0.0006764940335415304, + "I": 6.179077900014818e-05, + "C": 2.8493604986579157e-05, + "R": 4.1950406739488244e-05, + "M": 0.015032441355288029, + "O": 0.015060940757393837, + "W": 0.0001946712873177603, + "N": 7.874504603933019e-07, + "Y": 0.0013132388703525066, + "U": 1.4453398478053714e-07, + "K": 4.880690296360513e-10, + "L": 0.011249703355133533, + "G": 0.0031559255439788103, + "F": 0.0003468220529612154, + "E": 1.7875450794235803e-05, + "T": 0.00463624345138669, + "P": 0.002710135420784354, + "-": 0.8820248246192932 + }, + "id": "tp_482" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 60260, + "label": "-", + "classification": { + "B": 0.0003153631405439228, + "S": 3.849607674055733e-05, + "I": 3.4156833862653e-05, + "C": 2.438735646137502e-05, + "R": 2.527426477172412e-05, + "M": 0.005782534833997488, + "O": 0.0017793480074033141, + "W": 1.0388723239884712e-05, + "N": 3.5619791560748126e-07, + "Y": 0.009955685585737228, + "U": 3.498930212231244e-08, + "K": 1.1567621527319716e-08, + "L": 0.000755186949390918, + "G": 0.007122749928385019, + "F": 0.0020368939731270075, + "E": 2.0406483599799685e-05, + "T": 0.003654641332104802, + "P": 0.001101096160709858, + "-": 0.9673429131507874 + }, + "id": "tp_483" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 60394, + "label": "-", + "classification": { + "B": 1.4701996406074613e-05, + "S": 6.657119683950441e-06, + "I": 1.1029100278392434e-05, + "C": 1.0714444442783133e-06, + "R": 9.500757300884288e-07, + "M": 0.0003442891757003963, + "O": 0.0001713267556624487, + "W": 1.4442700830841204e-06, + "N": 2.6447798973094905e-07, + "Y": 0.0001398145395796746, + "U": 9.254343957820765e-09, + "K": 3.5527716324423864e-09, + "L": 1.4188100067258347e-05, + "G": 0.00010747028136393055, + "F": 0.0004666682507377118, + "E": 7.879023542045616e-06, + "T": 0.00045075759408064187, + "P": 0.005492755211889744, + "-": 0.9927687644958496 + }, + "id": "tp_484" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 60527, + "label": "-", + "classification": { + "B": 1.513003326181206e-06, + "S": 3.961232053484309e-08, + "I": 8.208282906707609e-07, + "C": 1.508718128206965e-06, + "R": 3.3232973351005057e-07, + "M": 0.0001830339606385678, + "O": 2.0090934413019568e-05, + "W": 3.6885086984739246e-08, + "N": 3.473759502270468e-09, + "Y": 9.3950962764211e-05, + "U": 8.540299023529485e-10, + "K": 8.75537142785987e-11, + "L": 4.9497184591018595e-06, + "G": 5.7359917263966054e-05, + "F": 3.4945707739098e-05, + "E": 1.1962976032009465e-06, + "T": 0.0001942901435540989, + "P": 0.0006421883590519428, + "-": 0.9987637996673584 + }, + "id": "tp_485" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 60627, + "label": "-", + "classification": { + "B": 3.3620231988606974e-05, + "S": 8.191896995413117e-06, + "I": 5.209053597354796e-06, + "C": 9.385148587170988e-07, + "R": 2.163632416340988e-06, + "M": 0.009745916351675987, + "O": 0.002207139739766717, + "W": 2.455610456308932e-06, + "N": 1.6351480169873867e-08, + "Y": 0.0016307855257764459, + "U": 9.500490394387384e-10, + "K": 4.876559225874821e-12, + "L": 0.0007086859550327063, + "G": 0.0007022129721008241, + "F": 5.604480975307524e-05, + "E": 5.326831455931824e-07, + "T": 0.0065856147557497025, + "P": 0.0001421891211066395, + "-": 0.9781681895256042 + }, + "id": "tp_486" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 60761, + "label": "-", + "classification": { + "B": 3.350989118189318e-06, + "S": 4.119513619116333e-07, + "I": 2.5998747332778294e-07, + "C": 3.8545653069377295e-07, + "R": 3.1798845157027245e-07, + "M": 0.0018141608452424407, + "O": 0.00022823862673249096, + "W": 5.935174840487889e-08, + "N": 3.7521563633902133e-10, + "Y": 0.0008275180007331073, + "U": 2.397689859157115e-11, + "K": 7.621200762489289e-13, + "L": 9.693307220004499e-05, + "G": 0.0007709866622462869, + "F": 2.0145858798059635e-05, + "E": 1.5136615161281952e-07, + "T": 0.0006428560591302812, + "P": 7.44424614822492e-05, + "-": 0.995519757270813 + }, + "id": "tp_487" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 60894, + "label": "-", + "classification": { + "B": 0.002135888207703829, + "S": 0.0071989367716014385, + "I": 0.0030217813327908516, + "C": 0.0006463407771661878, + "R": 0.00044046860421076417, + "M": 0.05227340757846832, + "O": 0.007461476139724255, + "W": 0.001229547313414514, + "N": 0.001016431488096714, + "Y": 0.11010775715112686, + "U": 4.963891478837468e-05, + "K": 0.0011307327076792717, + "L": 0.0015587822999805212, + "G": 0.021666092798113823, + "F": 0.06551434844732285, + "E": 0.008236912079155445, + "T": 0.12414492666721344, + "P": 0.026539184153079987, + "-": 0.56562739610672 + }, + "id": "tp_488" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 61028, + "label": "-", + "classification": { + "B": 0.00010091064177686349, + "S": 7.081476360326633e-05, + "I": 0.00019996454648207873, + "C": 3.956348155043088e-05, + "R": 1.572973451402504e-05, + "M": 0.0013850010000169277, + "O": 0.00040132133290171623, + "W": 1.187596262752777e-05, + "N": 2.0044959455844946e-05, + "Y": 0.003257216652855277, + "U": 2.0881768705294235e-06, + "K": 1.06762990981224e-05, + "L": 0.00010147974535357207, + "G": 0.002306465758010745, + "F": 0.020332498475909233, + "E": 0.00044934757170267403, + "T": 0.003424922237172723, + "P": 0.03200459107756615, + "-": 0.9358655214309692 + }, + "id": "tp_489" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 61128, + "label": "-", + "classification": { + "B": 4.132261821609973e-08, + "S": 4.88115006191947e-07, + "I": 3.199393194819322e-09, + "C": 1.8953591052195407e-07, + "R": 1.1753657958024633e-07, + "M": 0.00013502039655577391, + "O": 6.458867574110627e-05, + "W": 4.010476217786163e-08, + "N": 4.728986993662865e-11, + "Y": 4.946639819536358e-05, + "U": 3.127910474035045e-12, + "K": 6.317395825211625e-12, + "L": 9.862258593784645e-06, + "G": 5.6076991313602775e-05, + "F": 0.0002906214795075357, + "E": 1.6647067724306908e-08, + "T": 7.113432366168126e-05, + "P": 1.8324468328501098e-05, + "-": 0.9993040561676025 + }, + "id": "tp_490" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 61261, + "label": "-", + "classification": { + "B": 0.00011364730744389817, + "S": 1.8872411601478234e-05, + "I": 1.6292324289679527e-05, + "C": 1.159557268692879e-05, + "R": 5.162195975572104e-06, + "M": 0.0019513043807819486, + "O": 0.0002433003974147141, + "W": 5.449558557302225e-06, + "N": 6.482892445092148e-07, + "Y": 0.004258539993315935, + "U": 1.3198896908761526e-07, + "K": 2.0235229669651744e-07, + "L": 8.668213558848947e-05, + "G": 0.0013287102337926626, + "F": 0.004262872040271759, + "E": 7.011503475951031e-05, + "T": 0.0022842774633318186, + "P": 0.005338223185390234, + "-": 0.9800038933753967 + }, + "id": "tp_491" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 61395, + "label": "-", + "classification": { + "B": 0.002531966893002391, + "S": 2.8264655611565104e-06, + "I": 4.810857490156195e-07, + "C": 1.725446119316132e-09, + "R": 2.470338600346622e-09, + "M": 4.603284105542116e-05, + "O": 0.00033650253317318857, + "W": 9.699755310066394e-07, + "N": 2.184036507202336e-09, + "Y": 7.255219998114626e-07, + "U": 3.019269209647568e-11, + "K": 1.131773067462611e-14, + "L": 2.5766685212147422e-05, + "G": 7.5996608757122885e-06, + "F": 6.114710231486242e-06, + "E": 2.0715408766136534e-07, + "T": 6.503608346974943e-06, + "P": 0.01470818929374218, + "-": 0.9823262095451355 + }, + "id": "tp_492" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 61528, + "label": "-", + "classification": { + "B": 0.09334278851747513, + "S": 0.004171290434896946, + "I": 0.00010871000995393842, + "C": 7.696844841120765e-05, + "R": 0.00014885149721521884, + "M": 0.06304493546485901, + "O": 0.0660279244184494, + "W": 0.0007008963148109615, + "N": 2.4232444957306143e-06, + "Y": 0.0023321390617638826, + "U": 2.7339478947396856e-07, + "K": 1.5298966538068726e-09, + "L": 0.04247933253645897, + "G": 0.010334277525544167, + "F": 0.0004763515607919544, + "E": 9.615469753043726e-05, + "T": 0.007804092951118946, + "P": 0.004284724127501249, + "-": 0.7045679092407227 + }, + "id": "tp_493" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 61628, + "label": "-", + "classification": { + "B": 0.0025631936732679605, + "S": 0.0011395508190616965, + "I": 1.5748544683447108e-05, + "C": 1.519899524282664e-05, + "R": 1.77183719642926e-05, + "M": 0.007509095594286919, + "O": 0.008087649010121822, + "W": 0.00019479294132906944, + "N": 1.1156985237903427e-06, + "Y": 0.0008408866124227643, + "U": 1.5466254410512192e-07, + "K": 1.3756148220522846e-08, + "L": 0.0026930910535156727, + "G": 0.001507638837210834, + "F": 0.004391671624034643, + "E": 4.1562740079825744e-05, + "T": 0.002177065471187234, + "P": 0.004286229610443115, + "-": 0.9645176529884338 + }, + "id": "tp_494" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 61762, + "label": "-", + "classification": { + "B": 0.00012750632595270872, + "S": 6.332390967145329e-06, + "I": 3.438613566686399e-05, + "C": 1.1371647815394681e-05, + "R": 5.84494819122483e-06, + "M": 0.0006151216803118587, + "O": 0.00031015509739518166, + "W": 2.2831177375337575e-06, + "N": 3.1397047450809623e-07, + "Y": 0.0006616698228754103, + "U": 4.524786945125925e-08, + "K": 2.220626571514117e-09, + "L": 0.0001740648876875639, + "G": 0.000697472074534744, + "F": 0.0007235080120153725, + "E": 1.5548581359325908e-05, + "T": 0.000566657749004662, + "P": 0.002261832822114229, + "-": 0.9937858581542969 + }, + "id": "tp_495" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 61895, + "label": "-", + "classification": { + "B": 0.00012176488235127181, + "S": 8.817650268611033e-06, + "I": 1.2870387422481144e-07, + "C": 1.029815592801242e-07, + "R": 6.912325289931687e-08, + "M": 0.0006067184149287641, + "O": 0.00032981374533846974, + "W": 7.803898824931821e-07, + "N": 4.287572519245941e-09, + "Y": 3.1816809496376663e-05, + "U": 2.5045360230180336e-10, + "K": 2.772852910823409e-12, + "L": 4.659015030483715e-05, + "G": 2.4570865207351744e-05, + "F": 3.863972960971296e-05, + "E": 4.324032545355294e-07, + "T": 0.000420121883507818, + "P": 0.0006571586127392948, + "-": 0.9977124929428101 + }, + "id": "tp_496" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 62029, + "label": "-", + "classification": { + "B": 1.2850944585807156e-05, + "S": 2.062094245047774e-05, + "I": 3.4323463751206873e-06, + "C": 2.3804411739547504e-06, + "R": 2.1692671907658223e-06, + "M": 0.003577160183340311, + "O": 0.000901746388990432, + "W": 3.864084192173323e-06, + "N": 7.261572676497963e-08, + "Y": 0.002911725314334035, + "U": 1.0530513350204274e-08, + "K": 2.1931980676015428e-09, + "L": 0.0004093122552148998, + "G": 0.0013642628910019994, + "F": 0.0014024194097146392, + "E": 4.561661626212299e-06, + "T": 0.002221377333626151, + "P": 0.0009260153165087104, + "-": 0.9862361550331116 + }, + "id": "tp_497" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 62129, + "label": "-", + "classification": { + "B": 1.6200198160731816e-06, + "S": 1.8627722511155298e-06, + "I": 4.31271337220096e-06, + "C": 2.4617054350528633e-06, + "R": 1.3759213288722094e-06, + "M": 0.0003052192914765328, + "O": 8.247136429417878e-05, + "W": 5.138613801136671e-07, + "N": 1.1484226547509024e-07, + "Y": 0.0012150637339800596, + "U": 9.947061840875904e-09, + "K": 4.091417427076749e-09, + "L": 1.4296986591944005e-05, + "G": 0.00021184023353271186, + "F": 0.001007596030831337, + "E": 3.082745024585165e-06, + "T": 0.0010147736174985766, + "P": 0.0014459412777796388, + "-": 0.9946874380111694 + }, + "id": "tp_498" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 62262, + "label": "-", + "classification": { + "B": 0.0003905555931851268, + "S": 0.00015086632629390806, + "I": 7.651156192878261e-05, + "C": 1.0579152331047226e-05, + "R": 1.9306669855723158e-05, + "M": 0.006534696090966463, + "O": 0.0037867866922169924, + "W": 6.913483957760036e-05, + "N": 1.742851395647449e-06, + "Y": 0.0018020544666796923, + "U": 3.4482781074984814e-07, + "K": 1.0396554728231422e-08, + "L": 0.0013257486280053854, + "G": 0.0012631990248337388, + "F": 0.0010115393670275807, + "E": 2.0768002286786214e-05, + "T": 0.0042899358086287975, + "P": 0.005128796678036451, + "-": 0.9741173982620239 + }, + "id": "tp_499" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 62396, + "label": "-", + "classification": { + "B": 0.16237637400627136, + "S": 0.014473114162683487, + "I": 2.1643350578415266e-07, + "C": 2.4544783627789e-07, + "R": 2.382623279117979e-06, + "M": 0.05487500876188278, + "O": 0.21988524496555328, + "W": 0.00014647272473666817, + "N": 1.8744286123251186e-09, + "Y": 4.022100256406702e-05, + "U": 2.7524316159599493e-11, + "K": 1.0118591891022238e-13, + "L": 0.22803375124931335, + "G": 0.012967024929821491, + "F": 0.001017141155898571, + "E": 7.435097018060333e-07, + "T": 0.0002534292289055884, + "P": 4.1994924686150625e-05, + "-": 0.3058866560459137 + }, + "id": "tp_500" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 62529, + "label": "-", + "classification": { + "B": 0.0005179995787329972, + "S": 4.037804501422215e-06, + "I": 2.626106554437513e-10, + "C": 1.220089473896735e-09, + "R": 1.3198107495782097e-08, + "M": 0.00021143018966540694, + "O": 0.0012119561433792114, + "W": 2.914497940764704e-07, + "N": 3.825141971832563e-13, + "Y": 2.7003623017662903e-06, + "U": 1.8128263511640527e-14, + "K": 2.1439548712974115e-17, + "L": 0.000986955943517387, + "G": 6.685007247142494e-05, + "F": 7.347339123953134e-05, + "E": 8.503798776260396e-10, + "T": 2.3543659608549206e-06, + "P": 3.474506911516073e-06, + "-": 0.9969185590744019 + }, + "id": "tp_501" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 62629, + "label": "-", + "classification": { + "B": 0.0007356796413660049, + "S": 0.0001249077176908031, + "I": 2.1002608264097944e-05, + "C": 1.9614109987742268e-05, + "R": 1.2488026186474599e-05, + "M": 0.006324509158730507, + "O": 0.00267395400442183, + "W": 2.9428321795421652e-05, + "N": 1.0879454066525795e-06, + "Y": 0.002096927724778652, + "U": 3.012145270986366e-07, + "K": 4.0348240304410865e-08, + "L": 0.0011257341830059886, + "G": 0.0023432921152561903, + "F": 0.0026536674704402685, + "E": 7.862219354137778e-05, + "T": 0.002381102880463004, + "P": 0.0068957870826125145, + "-": 0.9724818468093872 + }, + "id": "tp_502" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 62763, + "label": "-", + "classification": { + "B": 0.00012369755131658167, + "S": 1.8143821307603503e-06, + "I": 9.977508170777583e-07, + "C": 6.081228320908849e-07, + "R": 7.5070016691825e-07, + "M": 0.0009189437841996551, + "O": 0.0003654524916782975, + "W": 2.748455472101341e-07, + "N": 2.6455115875734236e-09, + "Y": 0.00014751301205251366, + "U": 2.0917850784840653e-10, + "K": 4.837569147347898e-13, + "L": 0.00041147787123918533, + "G": 0.0009802080458030105, + "F": 0.00021719143842346966, + "E": 9.260508022634895e-07, + "T": 0.0002852146571967751, + "P": 0.0005051519256085157, + "-": 0.9960397481918335 + }, + "id": "tp_503" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 62896, + "label": "-", + "classification": { + "B": 0.045387353748083115, + "S": 0.0009687430574558675, + "I": 1.506281660113018e-05, + "C": 6.481186431983588e-08, + "R": 1.2855741715611657e-07, + "M": 0.000672665424644947, + "O": 0.004255422856658697, + "W": 7.181656110333279e-05, + "N": 6.720649139424495e-07, + "Y": 1.0959488463413436e-05, + "U": 4.997782632187864e-09, + "K": 7.074731078748897e-11, + "L": 0.0003946842043660581, + "G": 0.00017318812024313956, + "F": 0.000722698459867388, + "E": 4.517283014138229e-05, + "T": 5.6725872127572075e-05, + "P": 0.10309495776891708, + "-": 0.8441296815872192 + }, + "id": "tp_504" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 63030, + "label": "-", + "classification": { + "B": 0.0009842986473813653, + "S": 9.475002116232645e-06, + "I": 4.125069494875788e-07, + "C": 6.126947482698597e-07, + "R": 6.104311864874035e-07, + "M": 0.0003002914891112596, + "O": 0.000428218423621729, + "W": 1.4210502286005067e-06, + "N": 6.4634750884806635e-09, + "Y": 6.346771988319233e-05, + "U": 1.355412559966851e-09, + "K": 2.4758242331279767e-11, + "L": 0.0002992205845657736, + "G": 0.000593687582295388, + "F": 0.0016671504126861691, + "E": 1.200205588247627e-06, + "T": 0.00015693648310843855, + "P": 0.001270033186301589, + "-": 0.9942230582237244 + }, + "id": "tp_505" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 63130, + "label": "-", + "classification": { + "B": 0.0013962724478915334, + "S": 2.7740914447349496e-05, + "I": 4.295318649383262e-05, + "C": 3.946187280234881e-05, + "R": 1.8636450477060862e-05, + "M": 0.0011094207875430584, + "O": 0.0007049765554256737, + "W": 6.144887265691068e-06, + "N": 1.759374868015584e-06, + "Y": 0.00045750211575068533, + "U": 2.1405199390756025e-07, + "K": 5.2597460609149493e-08, + "L": 0.00036670465487986803, + "G": 0.002704930491745472, + "F": 0.005935216322541237, + "E": 0.0001582772529218346, + "T": 0.0007051894208416343, + "P": 0.028873512521386147, + "-": 0.9574510455131531 + }, + "id": "tp_506" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 63263, + "label": "-", + "classification": { + "B": 0.0004115532501600683, + "S": 7.012767309788615e-05, + "I": 0.00011337040632497519, + "C": 0.00011946902668569237, + "R": 0.0001420189073542133, + "M": 0.007969642989337444, + "O": 0.0056107924319803715, + "W": 7.097001798683777e-05, + "N": 2.41856378124794e-06, + "Y": 0.002502306830137968, + "U": 6.058149892851361e-07, + "K": 1.1487754747463441e-08, + "L": 0.003250233130529523, + "G": 0.004747423343360424, + "F": 0.0014402726665139198, + "E": 4.3017422285629436e-05, + "T": 0.0035705443006008863, + "P": 0.004614898003637791, + "-": 0.9653202891349792 + }, + "id": "tp_507" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 63397, + "label": "-", + "classification": { + "B": 2.2236156382859917e-06, + "S": 4.299174179323018e-06, + "I": 1.1918444897673908e-06, + "C": 2.411881541775074e-05, + "R": 7.080532213876722e-06, + "M": 0.0009811843046918511, + "O": 0.0002255324216093868, + "W": 1.4399111023521982e-06, + "N": 6.012397335553032e-08, + "Y": 0.0010599964298307896, + "U": 1.2964780360391615e-08, + "K": 3.2541151995246764e-08, + "L": 7.305692997761071e-05, + "G": 0.0007274002418853343, + "F": 0.0023642992600798607, + "E": 7.470349828508915e-06, + "T": 0.0008513331995345652, + "P": 0.0007636441150680184, + "-": 0.9929056167602539 + }, + "id": "tp_508" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 63530, + "label": "-", + "classification": { + "B": 0.11011458933353424, + "S": 0.00021162503981031477, + "I": 4.587031071423553e-06, + "C": 1.0620461807775428e-06, + "R": 1.518652425147593e-06, + "M": 0.0026826909743249416, + "O": 0.003391394391655922, + "W": 1.4993723198131192e-05, + "N": 6.727199775014014e-08, + "Y": 2.0926117940689437e-05, + "U": 3.916722945973561e-09, + "K": 2.6705512801150633e-12, + "L": 0.004276009742170572, + "G": 0.0011456129141151905, + "F": 0.0005513952928595245, + "E": 8.005381459952332e-06, + "T": 0.00041009249980561435, + "P": 0.008351419121026993, + "-": 0.8688140511512756 + }, + "id": "tp_509" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 63630, + "label": "-", + "classification": { + "B": 0.09043639898300171, + "S": 0.01458773948252201, + "I": 0.0008669155067764223, + "C": 0.0004723261808976531, + "R": 0.0006748904706910253, + "M": 0.20130477845668793, + "O": 0.0607365146279335, + "W": 0.003895481815561652, + "N": 7.402735354844481e-05, + "Y": 0.004258708097040653, + "U": 1.1924733371415641e-05, + "K": 1.338359425062663e-06, + "L": 0.051570530980825424, + "G": 0.02341233566403389, + "F": 0.015560035593807697, + "E": 0.0038920973893254995, + "T": 0.009241615422070026, + "P": 0.024846548214554787, + "-": 0.49415573477745056 + }, + "id": "tp_510" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 63764, + "label": "-", + "classification": { + "B": 0.0003579497861210257, + "S": 0.0020092276390641928, + "I": 1.2045860557918786e-06, + "C": 0.00015051440277602524, + "R": 0.00041438406333327293, + "M": 0.07732564210891724, + "O": 0.08146733045578003, + "W": 0.00010318799468223006, + "N": 2.914868701964224e-08, + "Y": 0.0012746464926749468, + "U": 2.227930506748521e-09, + "K": 8.556844122153962e-11, + "L": 0.1304198056459427, + "G": 0.028700076043605804, + "F": 0.00345311826094985, + "E": 1.382371920044534e-06, + "T": 0.006512660998851061, + "P": 5.544672239921056e-05, + "-": 0.6677533984184265 + }, + "id": "tp_511" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 63897, + "label": "-", + "classification": { + "B": 0.0028023780323565006, + "S": 0.00026862253434956074, + "I": 1.3754666952081607e-06, + "C": 7.271567596944806e-07, + "R": 1.5670706261516898e-06, + "M": 0.0023211180232465267, + "O": 0.00456561055034399, + "W": 2.5548371922923252e-05, + "N": 1.5806797648565407e-08, + "Y": 7.470826676581055e-05, + "U": 7.174752458816158e-10, + "K": 1.2850888755910894e-11, + "L": 0.0011541187996044755, + "G": 0.0004007240349892527, + "F": 0.0005604533944278955, + "E": 1.4830050076852785e-06, + "T": 0.0001831203990150243, + "P": 0.0005321872304193676, + "-": 0.987106204032898 + }, + "id": "tp_512" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 64031, + "label": "-", + "classification": { + "B": 1.869525135589356e-06, + "S": 1.574684006300231e-06, + "I": 4.78286096949887e-07, + "C": 5.605599540103867e-08, + "R": 3.750744781427784e-08, + "M": 0.00014302686031442136, + "O": 3.536640360835008e-05, + "W": 1.62894465915997e-07, + "N": 5.457486018656255e-09, + "Y": 7.585500861750916e-05, + "U": 2.7259208779106814e-10, + "K": 7.14944978219556e-11, + "L": 4.176002221356612e-06, + "G": 1.9703262296388857e-05, + "F": 0.00021652547002304345, + "E": 3.6424589211492275e-07, + "T": 0.0003394481900613755, + "P": 0.0016245110891759396, + "-": 0.9975367784500122 + }, + "id": "tp_513" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 64131, + "label": "-", + "classification": { + "B": 0.009224753826856613, + "S": 0.0005711012636311352, + "I": 1.1969687818691455e-07, + "C": 4.547619880668208e-08, + "R": 1.99097470954257e-07, + "M": 0.0033600188326090574, + "O": 0.011663595214486122, + "W": 1.7451557141612284e-05, + "N": 1.263372295667864e-09, + "Y": 2.020810825342778e-05, + "U": 2.3575251126284336e-11, + "K": 4.59715883524732e-14, + "L": 0.005167442373931408, + "G": 0.0005063079879619181, + "F": 0.0009314556373283267, + "E": 3.967081454447907e-07, + "T": 7.277628901647404e-05, + "P": 0.00030465429881587625, + "-": 0.9681594371795654 + }, + "id": "tp_514" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 64264, + "label": "-", + "classification": { + "B": 4.182754491921514e-05, + "S": 0.00020402009249664843, + "I": 3.1415145258506527e-06, + "C": 6.382240371749504e-07, + "R": 1.4873752434141352e-06, + "M": 0.002388687338680029, + "O": 0.0024740509688854218, + "W": 1.858597715909127e-05, + "N": 1.3703653678476257e-07, + "Y": 0.002021671971306205, + "U": 4.305473755294997e-09, + "K": 8.765042025515868e-09, + "L": 0.00024322530953213573, + "G": 0.001047877361997962, + "F": 0.004760867450386286, + "E": 2.2002345758664887e-06, + "T": 0.002963203936815262, + "P": 0.0005297243478707969, + "-": 0.9832985997200012 + }, + "id": "tp_515" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 64398, + "label": "-", + "classification": { + "B": 1.3540263353206683e-05, + "S": 5.724009952245979e-06, + "I": 1.1338155673001893e-05, + "C": 5.813756160932826e-06, + "R": 7.299131993931951e-06, + "M": 0.002798371482640505, + "O": 0.00039718259358778596, + "W": 1.869969082690659e-06, + "N": 7.726089990001128e-08, + "Y": 0.0027308829594403505, + "U": 1.0315580389885781e-08, + "K": 7.590271744462029e-10, + "L": 0.00024423698778264225, + "G": 0.001306392252445221, + "F": 0.0006272381287999451, + "E": 3.13822488351434e-06, + "T": 0.0025374451652169228, + "P": 0.0007715727551840246, + "-": 0.9885380268096924 + }, + "id": "tp_516" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 64531, + "label": "-", + "classification": { + "B": 2.673418748599943e-07, + "S": 8.325926614816126e-08, + "I": 4.465697145406011e-07, + "C": 7.123285854504502e-07, + "R": 2.488988286586391e-07, + "M": 6.233498424990103e-05, + "O": 7.909186024335213e-06, + "W": 2.609008475928931e-08, + "N": 3.0684030871697132e-09, + "Y": 0.00015301966050174087, + "U": 9.977410009298637e-10, + "K": 3.909192969331343e-10, + "L": 4.288837772037368e-06, + "G": 7.352852844633162e-05, + "F": 0.0006635438767261803, + "E": 3.972172351041081e-07, + "T": 0.0002145815233234316, + "P": 0.0005284878425300121, + "-": 0.9982900023460388 + }, + "id": "tp_517" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 64631, + "label": "-", + "classification": { + "B": 0.0019418018637225032, + "S": 6.061037129256874e-05, + "I": 5.028284704167163e-07, + "C": 4.840207790124396e-09, + "R": 1.6569153160617134e-08, + "M": 0.00024533766554668546, + "O": 0.0014154487289488316, + "W": 2.2650826849712757e-06, + "N": 3.2736369171004753e-09, + "Y": 1.5208823242573999e-05, + "U": 2.680559940682059e-11, + "K": 1.0830409241961367e-13, + "L": 0.0002325474633835256, + "G": 9.423684241482988e-05, + "F": 0.0004582064284477383, + "E": 7.936808970043785e-07, + "T": 2.0748226233990863e-05, + "P": 0.0021216096356511116, + "-": 0.9933907985687256 + }, + "id": "tp_518" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 64765, + "label": "-", + "classification": { + "B": 4.890288437309209e-06, + "S": 1.1423785508668516e-06, + "I": 3.1415129342349246e-06, + "C": 3.2255226756205957e-07, + "R": 1.078618296901368e-07, + "M": 9.072345710592344e-05, + "O": 1.8468679627403617e-05, + "W": 2.6422708288009744e-07, + "N": 8.024360198533032e-08, + "Y": 0.00048604392213746905, + "U": 6.384860196106956e-09, + "K": 4.466808078973372e-08, + "L": 3.359530410307343e-06, + "G": 0.00024389135069213808, + "F": 0.0051688337698578835, + "E": 3.652173836599104e-05, + "T": 0.00015189046098385006, + "P": 0.010244656354188919, + "-": 0.9835456609725952 + }, + "id": "tp_519" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 64898, + "label": "-", + "classification": { + "B": 0.042391810566186905, + "S": 0.0002611693344078958, + "I": 6.004219130772981e-07, + "C": 1.1465790805686993e-07, + "R": 9.27097687508649e-07, + "M": 0.0017369122942909598, + "O": 0.010056192986667156, + "W": 6.12452276982367e-05, + "N": 5.290237137245413e-09, + "Y": 4.918166087009013e-05, + "U": 7.094403398077986e-10, + "K": 4.5114403207126286e-13, + "L": 0.005690490361303091, + "G": 0.00038185386802069843, + "F": 0.0004261289432179183, + "E": 5.813176358060446e-07, + "T": 0.00011814990284619853, + "P": 0.0006391355418600142, + "-": 0.938185453414917 + }, + "id": "tp_520" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 65032, + "label": "-", + "classification": { + "B": 0.00034527204115875065, + "S": 2.141945151379332e-05, + "I": 6.972660226978178e-09, + "C": 2.7795818979825526e-08, + "R": 5.4144301486758195e-08, + "M": 0.001890747807919979, + "O": 0.0013135997578501701, + "W": 6.232615987755707e-07, + "N": 3.0058986549841293e-11, + "Y": 1.4427428141061682e-05, + "U": 1.1147529297220182e-12, + "K": 2.7193828447207545e-14, + "L": 0.0006023655296303332, + "G": 0.00024449409102089703, + "F": 0.00025686886510811746, + "E": 8.946898333306308e-08, + "T": 3.3801163226598874e-05, + "P": 3.695800114655867e-05, + "-": 0.9952392578125 + }, + "id": "tp_521" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 65132, + "label": "-", + "classification": { + "B": 1.342245923297014e-07, + "S": 7.845866889510944e-08, + "I": 8.106969318077972e-09, + "C": 5.512131195928305e-09, + "R": 9.388221311468214e-10, + "M": 1.5653664604542428e-06, + "O": 1.5514792721660342e-06, + "W": 9.254070398867498e-09, + "N": 3.3007213628977183e-10, + "Y": 1.5071736925165169e-06, + "U": 1.1612590229692632e-11, + "K": 2.2941261737519092e-11, + "L": 4.7678984316235073e-08, + "G": 7.123758223315235e-07, + "F": 0.00011767369869630784, + "E": 4.4402810317478725e-08, + "T": 4.404751962283626e-06, + "P": 0.0022070216946303844, + "-": 0.997665286064148 + }, + "id": "tp_522" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 65265, + "label": "-", + "classification": { + "B": 0.0045810239389538765, + "S": 9.427538316231221e-06, + "I": 1.2525707404620334e-07, + "C": 1.9992307809246768e-09, + "R": 3.541307691534712e-09, + "M": 0.00032859385828487575, + "O": 0.0003379204426892102, + "W": 8.469124850307708e-07, + "N": 4.5060560838194874e-10, + "Y": 9.292297363572288e-06, + "U": 1.8642400123614067e-11, + "K": 5.114112258675085e-13, + "L": 5.993276499793865e-05, + "G": 0.00012608735414687544, + "F": 0.0001488677371526137, + "E": 2.6412988063384546e-07, + "T": 2.7940201107412577e-05, + "P": 0.0005483920103870332, + "-": 0.9938212633132935 + }, + "id": "tp_523" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 65399, + "label": "-", + "classification": { + "B": 0.0008543742587789893, + "S": 0.0005415088962763548, + "I": 9.640898497309536e-07, + "C": 2.5950491817638976e-06, + "R": 2.7423875508247875e-06, + "M": 0.005189334042370319, + "O": 0.0030181189067661762, + "W": 1.5883691958151758e-05, + "N": 3.7314112688591194e-08, + "Y": 0.00010238762479275465, + "U": 8.326185296780864e-10, + "K": 2.075803418044586e-10, + "L": 0.0017615664983168244, + "G": 0.0021092735696583986, + "F": 0.01249164529144764, + "E": 5.091219918540446e-06, + "T": 0.0006221513613127172, + "P": 0.000390220811823383, + "-": 0.972892165184021 + }, + "id": "tp_524" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 65532, + "label": "-", + "classification": { + "B": 0.00033986574271693826, + "S": 2.9045908377156593e-05, + "I": 6.327732262434438e-05, + "C": 6.87196443323046e-05, + "R": 3.7014662666479126e-05, + "M": 0.008723385632038116, + "O": 0.0022513060830533504, + "W": 1.2247989616298582e-05, + "N": 2.0900533854728565e-06, + "Y": 0.0040627713315188885, + "U": 5.587074838331318e-07, + "K": 3.81480802502665e-08, + "L": 0.0011996965622529387, + "G": 0.005058998242020607, + "F": 0.000697461306117475, + "E": 8.937943493947387e-05, + "T": 0.0057320985943078995, + "P": 0.005959709174931049, + "-": 0.9656723141670227 + }, + "id": "tp_525" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 65632, + "label": "-", + "classification": { + "B": 0.00015868034097366035, + "S": 0.00013217788364272565, + "I": 2.9483255275408737e-05, + "C": 1.4418049431697e-05, + "R": 1.0385427231085487e-05, + "M": 0.00267160777002573, + "O": 0.0011008664732798934, + "W": 2.5818344511208124e-05, + "N": 2.763514885373297e-06, + "Y": 0.003680423367768526, + "U": 2.8719281885969394e-07, + "K": 7.749459882688825e-07, + "L": 0.00013627497537527233, + "G": 0.001060964073985815, + "F": 0.0031652431935071945, + "E": 6.60892910673283e-05, + "T": 0.004627997055649757, + "P": 0.005022124387323856, + "-": 0.978093683719635 + }, + "id": "tp_526" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 65766, + "label": "-", + "classification": { + "B": 8.566844371671323e-06, + "S": 4.0676191019883845e-06, + "I": 1.684913058852544e-06, + "C": 1.1487956186329029e-07, + "R": 1.0115399362575772e-07, + "M": 8.550092024961486e-05, + "O": 0.00013720866991207004, + "W": 7.968596378304937e-07, + "N": 6.967351851017156e-08, + "Y": 9.79019096121192e-05, + "U": 4.427466393508439e-09, + "K": 3.5938019227188533e-10, + "L": 8.510851330356672e-06, + "G": 3.170039417454973e-05, + "F": 0.00014886049029882997, + "E": 1.0563543355601723e-06, + "T": 0.000317816564347595, + "P": 0.006774512119591236, + "-": 0.9923816323280334 + }, + "id": "tp_527" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 65899, + "label": "-", + "classification": { + "B": 0.039822135120630264, + "S": 0.003607492195442319, + "I": 0.0008210554951801896, + "C": 0.0011353654554113746, + "R": 0.00042574212420731783, + "M": 0.06325274705886841, + "O": 0.013513706624507904, + "W": 0.0003767187299672514, + "N": 7.889100379543379e-05, + "Y": 0.007960755378007889, + "U": 1.0236254638584796e-05, + "K": 5.218786554905819e-06, + "L": 0.023154010996222496, + "G": 0.09424078464508057, + "F": 0.05001729354262352, + "E": 0.005144190043210983, + "T": 0.011553749442100525, + "P": 0.022016184404492378, + "-": 0.6628638505935669 + }, + "id": "tp_528" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 66033, + "label": "-", + "classification": { + "B": 8.012988814698474e-07, + "S": 5.483320109078704e-08, + "I": 1.6821905646224877e-08, + "C": 1.633277690871182e-07, + "R": 4.1668538841577174e-08, + "M": 0.0012876695254817605, + "O": 6.458476127590984e-05, + "W": 8.296469289348352e-09, + "N": 8.135619955496054e-11, + "Y": 8.12114158179611e-05, + "U": 1.049660879048897e-11, + "K": 6.684386253058908e-14, + "L": 5.91191383136902e-05, + "G": 0.00019332542433403432, + "F": 3.645644028438255e-05, + "E": 7.221421327585631e-08, + "T": 0.00024343322729691863, + "P": 4.3882486352231354e-05, + "-": 0.9979891777038574 + }, + "id": "tp_529" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 66133, + "label": "-", + "classification": { + "B": 0.00047865905798971653, + "S": 0.0005947278696112335, + "I": 2.125683977283188e-06, + "C": 9.303091064793989e-05, + "R": 0.00018587142403703183, + "M": 0.029132042080163956, + "O": 0.030966559424996376, + "W": 0.00011920164251932874, + "N": 5.507634170953679e-08, + "Y": 0.020542144775390625, + "U": 4.280692245117734e-09, + "K": 4.058533065176562e-09, + "L": 0.02191716805100441, + "G": 0.02819325402379036, + "F": 0.005796828307211399, + "E": 2.449689418426715e-06, + "T": 0.01483593974262476, + "P": 4.012505087302998e-05, + "-": 0.847099781036377 + }, + "id": "tp_530" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 66266, + "label": "-", + "classification": { + "B": 8.809089194983244e-06, + "S": 1.950343357748352e-05, + "I": 3.926190038328059e-05, + "C": 0.0001070349826477468, + "R": 4.215032095089555e-05, + "M": 0.002749603008851409, + "O": 0.00039035113877616823, + "W": 6.9417797021742444e-06, + "N": 1.7237155134353088e-06, + "Y": 0.011816160753369331, + "U": 9.433011314285977e-07, + "K": 7.904353651611018e-07, + "L": 0.00022924834047444165, + "G": 0.0014136462705209851, + "F": 0.0041305432096123695, + "E": 3.99269956687931e-05, + "T": 0.009901583194732666, + "P": 0.004622494336217642, + "-": 0.9644792079925537 + }, + "id": "tp_531" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 66400, + "label": "-", + "classification": { + "B": 0.005306584760546684, + "S": 0.0016236259834840894, + "I": 1.3787018815492047e-06, + "C": 7.167275271058315e-06, + "R": 1.623830212338362e-05, + "M": 0.006816912908107042, + "O": 0.012405426241457462, + "W": 0.0001142651672125794, + "N": 8.120657213339655e-08, + "Y": 0.0007616275688633323, + "U": 4.032701284018003e-09, + "K": 3.052868846609158e-09, + "L": 0.006029399111866951, + "G": 0.0072198668494820595, + "F": 0.02555178664624691, + "E": 6.36013874100172e-06, + "T": 0.0018067714991047978, + "P": 0.00036030838964506984, + "-": 0.9319722056388855 + }, + "id": "tp_532" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 66533, + "label": "-", + "classification": { + "B": 0.013125174678862095, + "S": 0.004769925959408283, + "I": 1.28162503187923e-06, + "C": 2.644819687702693e-06, + "R": 3.078898089370341e-06, + "M": 0.016970010474324226, + "O": 0.012105102650821209, + "W": 0.00010238871618639678, + "N": 1.0968265229394092e-07, + "Y": 0.0002597067505121231, + "U": 2.4822861544038233e-09, + "K": 1.7164083487841708e-09, + "L": 0.003968293312937021, + "G": 0.0029912982136011124, + "F": 0.01525635551661253, + "E": 3.383971125003882e-05, + "T": 0.0008352130535058677, + "P": 0.000652463873848319, + "-": 0.9289230704307556 + }, + "id": "tp_533" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 66633, + "label": "-", + "classification": { + "B": 0.00025366066256538033, + "S": 0.0037557375617325306, + "I": 0.000379034347133711, + "C": 0.000418759707827121, + "R": 0.0003286091086920351, + "M": 0.0167547594755888, + "O": 0.010534105822443962, + "W": 0.0007778685539960861, + "N": 7.606384315295145e-05, + "Y": 0.07129170745611191, + "U": 4.683903171098791e-06, + "K": 0.00015385377628263086, + "L": 0.002334390301257372, + "G": 0.024179847911000252, + "F": 0.07489330321550369, + "E": 0.0008109922055155039, + "T": 0.042266055941581726, + "P": 0.006869139149785042, + "-": 0.7439174056053162 + }, + "id": "tp_534" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 66767, + "label": "-", + "classification": { + "B": 0.014338170178234577, + "S": 0.00048771791625767946, + "I": 3.5301270600029966e-06, + "C": 6.022479936973468e-08, + "R": 7.993447326271053e-08, + "M": 0.0023698220029473305, + "O": 0.004491277504712343, + "W": 3.6886147427139804e-05, + "N": 1.392854045434433e-07, + "Y": 5.6337477872148156e-05, + "U": 3.0820643814877258e-09, + "K": 7.57499341030865e-11, + "L": 0.0004313320678193122, + "G": 0.00025083895889110863, + "F": 0.0003800733538810164, + "E": 1.4316402484837454e-05, + "T": 0.0002246913209091872, + "P": 0.009198468178510666, + "-": 0.9677162766456604 + }, + "id": "tp_535" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 66900, + "label": "-", + "classification": { + "B": 2.0437955754459836e-05, + "S": 2.688539325390593e-06, + "I": 5.630539817502722e-06, + "C": 5.9480962590896524e-06, + "R": 2.9512232231354574e-06, + "M": 0.000951036752667278, + "O": 0.00017577994731254876, + "W": 7.626541105310025e-07, + "N": 5.812352910083973e-08, + "Y": 0.0007725210743956268, + "U": 9.252886457034037e-09, + "K": 2.2373158881094923e-09, + "L": 8.484839781885967e-05, + "G": 0.0006822264404036105, + "F": 0.00074797123670578, + "E": 3.531589300109772e-06, + "T": 0.0012714636977761984, + "P": 0.0011571671348065138, + "-": 0.9941149353981018 + }, + "id": "tp_536" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 67000, + "label": "-", + "classification": { + "B": 2.413724359939806e-05, + "S": 1.0808872730194707e-07, + "I": 2.798584773699986e-06, + "C": 5.552208790504665e-07, + "R": 1.3054163616743608e-07, + "M": 9.239004430128261e-05, + "O": 2.0254987248335965e-05, + "W": 7.562451287412841e-08, + "N": 7.038966742811681e-09, + "Y": 5.477568993228488e-05, + "U": 9.63665924835766e-10, + "K": 7.368043675182179e-12, + "L": 1.4372076293511782e-05, + "G": 0.00012976395373698324, + "F": 7.050327985780314e-05, + "E": 4.625034307537135e-06, + "T": 3.663760799099691e-05, + "P": 0.009032199159264565, + "-": 0.9905164837837219 + }, + "id": "tp_537" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 67134, + "label": "-", + "classification": { + "B": 2.8773471058229916e-05, + "S": 6.088463487685658e-05, + "I": 0.0005841472884640098, + "C": 0.00022668509336654097, + "R": 0.00011862025712616742, + "M": 0.0009293357143178582, + "O": 0.0006388238980434835, + "W": 5.7370747526874766e-05, + "N": 7.899582851678133e-05, + "Y": 0.007638064678758383, + "U": 1.5684154277550988e-05, + "K": 2.941797356470488e-05, + "L": 0.00010953675518976524, + "G": 0.001504473271779716, + "F": 0.014771629124879837, + "E": 0.00031243677949532866, + "T": 0.00490872748196125, + "P": 0.07238353788852692, + "-": 0.8956028819084167 + }, + "id": "tp_538" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 67267, + "label": "-", + "classification": { + "B": 0.00197995756752789, + "S": 0.00048246397636830807, + "I": 0.00020665755437221378, + "C": 5.82786051381845e-05, + "R": 6.074249904486351e-05, + "M": 0.0029774927534163, + "O": 0.0037786834873259068, + "W": 0.00020071260223630816, + "N": 2.3588263502460904e-05, + "Y": 0.0031793953385204077, + "U": 3.717636900546495e-06, + "K": 6.288211693572521e-07, + "L": 0.001204571919515729, + "G": 0.0033819095697253942, + "F": 0.009034251794219017, + "E": 0.0001819013268686831, + "T": 0.004388452507555485, + "P": 0.039245955646038055, + "-": 0.9296106696128845 + }, + "id": "tp_539" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 67401, + "label": "-", + "classification": { + "B": 2.4632523491163738e-05, + "S": 1.4129426745057572e-05, + "I": 2.127017211250859e-07, + "C": 1.1432202740024877e-07, + "R": 6.377675276780792e-08, + "M": 3.6148088838672265e-05, + "O": 8.286603406304494e-05, + "W": 1.7016958508975222e-06, + "N": 2.3850184049933887e-08, + "Y": 6.292478246905375e-06, + "U": 8.134524720482261e-10, + "K": 1.2116454506383434e-09, + "L": 4.13802990806289e-06, + "G": 8.191261258616578e-06, + "F": 0.0008227109792642295, + "E": 7.236719170577999e-07, + "T": 6.106994987931103e-05, + "P": 0.004621987231075764, + "-": 0.9943148493766785 + }, + "id": "tp_540" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 67501, + "label": "-", + "classification": { + "B": 4.987217607776984e-07, + "S": 1.3541466614697129e-06, + "I": 2.6839236966225144e-07, + "C": 9.150045116257388e-06, + "R": 4.603069100994617e-06, + "M": 0.00031186078558675945, + "O": 0.00013131614832673222, + "W": 5.412091468315339e-07, + "N": 5.7785518592368135e-09, + "Y": 0.00022104902018327266, + "U": 1.6692137672080776e-09, + "K": 9.249959131985008e-10, + "L": 7.101500523276627e-05, + "G": 0.0002715083537623286, + "F": 0.004820266738533974, + "E": 4.023877977488155e-07, + "T": 0.0002740964409895241, + "P": 0.00030673114815726876, + "-": 0.993575394153595 + }, + "id": "tp_541" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 67634, + "label": "-", + "classification": { + "B": 0.02146209590137005, + "S": 0.0044377935118973255, + "I": 6.93139445502311e-05, + "C": 0.00022724240261595696, + "R": 0.0001995013008126989, + "M": 0.12608975172042847, + "O": 0.06534306704998016, + "W": 0.0003706792485900223, + "N": 1.8802189742928022e-06, + "Y": 0.0013913515722379088, + "U": 2.3471119448004174e-07, + "K": 4.407735954004011e-09, + "L": 0.1122010201215744, + "G": 0.04271208867430687, + "F": 0.006272285711020231, + "E": 0.00017912129987962544, + "T": 0.004750167950987816, + "P": 0.002484516706317663, + "-": 0.6118078231811523 + }, + "id": "tp_542" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 67768, + "label": "-", + "classification": { + "B": 0.011301429010927677, + "S": 0.028296656906604767, + "I": 1.1010039088432677e-05, + "C": 1.4089671822148375e-05, + "R": 0.00011688163795042783, + "M": 0.012865670956671238, + "O": 0.10879503190517426, + "W": 0.0019869357347488403, + "N": 1.8216815078631043e-06, + "Y": 0.0013693111250177026, + "U": 4.268739672852462e-08, + "K": 9.910938558732596e-08, + "L": 0.020957553759217262, + "G": 0.010265026241540909, + "F": 0.022251538932323456, + "E": 1.1526422895258293e-05, + "T": 0.005438223481178284, + "P": 0.0010509741259738803, + "-": 0.775266170501709 + }, + "id": "tp_543" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 67901, + "label": "-", + "classification": { + "B": 1.0074450074171182e-05, + "S": 1.7649688743404113e-05, + "I": 8.758595868130215e-06, + "C": 0.0009343744604848325, + "R": 9.372978092869744e-05, + "M": 0.0020410085562616587, + "O": 0.0017307894304394722, + "W": 9.03552063391544e-06, + "N": 5.381354526434734e-07, + "Y": 0.0029424147214740515, + "U": 1.6254445256436156e-07, + "K": 5.4064035026613055e-08, + "L": 0.001603566575795412, + "G": 0.007234123069792986, + "F": 0.0063626389019191265, + "E": 2.4298058633576147e-05, + "T": 0.0014848730061203241, + "P": 0.002140670781955123, + "-": 0.9733611941337585 + }, + "id": "tp_544" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 68001, + "label": "-", + "classification": { + "B": 3.5584769193519605e-06, + "S": 1.1534414625202771e-05, + "I": 1.792482606788326e-08, + "C": 2.0460527494492453e-08, + "R": 1.1256436494022637e-07, + "M": 0.0004395215946715325, + "O": 0.0008329125121235847, + "W": 1.3426189298115787e-06, + "N": 1.394529769438435e-10, + "Y": 0.00012044333561789244, + "U": 5.965154585563237e-12, + "K": 1.0053213470029299e-11, + "L": 7.268197805387899e-05, + "G": 0.00010003088391385972, + "F": 0.0006922312313690782, + "E": 8.296691333953277e-08, + "T": 3.201044455636293e-05, + "P": 3.979602479375899e-05, + "-": 0.9976537823677063 + }, + "id": "tp_545" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 68135, + "label": "O", + "classification": { + "B": 0.12231558561325073, + "S": 0.24674342572689056, + "I": 0.001576401642523706, + "C": 0.0002473608765285462, + "R": 0.0008490855689160526, + "M": 0.07249273359775543, + "O": 0.2666796147823334, + "W": 0.018039453774690628, + "N": 0.0007182726403698325, + "Y": 0.0032526652794331312, + "U": 1.5192611499514896e-05, + "K": 7.638326678716112e-06, + "L": 0.05564584583044052, + "G": 0.020085448399186134, + "F": 0.005470473784953356, + "E": 0.0004732299712486565, + "T": 0.036098379641771317, + "P": 0.009455207735300064, + "-": 0.1398339718580246 + }, + "id": "tp_546" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 68268, + "label": "-", + "classification": { + "B": 0.00012801877164747566, + "S": 0.0014938468812033534, + "I": 1.8883514485423802e-06, + "C": 8.001283276826143e-05, + "R": 8.753280417295173e-05, + "M": 0.006985899060964584, + "O": 0.009853237308561802, + "W": 8.189981599571183e-05, + "N": 1.6315745199335652e-07, + "Y": 0.0010838943999260664, + "U": 1.6825884685545134e-08, + "K": 1.968350105130412e-08, + "L": 0.0077714878134429455, + "G": 0.009604256600141525, + "F": 0.020079318434000015, + "E": 3.2096893392008496e-06, + "T": 0.004824179224669933, + "P": 0.00035757021396420896, + "-": 0.937563419342041 + }, + "id": "tp_547" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 68402, + "label": "-", + "classification": { + "B": 9.70891012030961e-09, + "S": 2.8295270126932337e-08, + "I": 4.364050312233303e-07, + "C": 3.250312147429213e-06, + "R": 6.371171252794738e-07, + "M": 6.736659543093992e-06, + "O": 3.0266985504567856e-06, + "W": 3.360890232784186e-08, + "N": 8.620127722736015e-09, + "Y": 4.75600354548078e-05, + "U": 2.6191904201056104e-09, + "K": 1.2141590843839367e-08, + "L": 1.816467687376644e-07, + "G": 7.480770364054479e-06, + "F": 0.00040600437205284834, + "E": 2.3590784792304476e-07, + "T": 3.648794881883077e-05, + "P": 0.0014216385316103697, + "-": 0.9980661273002625 + }, + "id": "tp_548" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 68502, + "label": "-", + "classification": { + "B": 0.00048814364708960056, + "S": 0.00034270487958565354, + "I": 0.0002821070665959269, + "C": 0.00014828050916548818, + "R": 0.00012801744742318988, + "M": 0.005265065934509039, + "O": 0.002270384458824992, + "W": 0.0001987983559956774, + "N": 2.580348518677056e-05, + "Y": 0.007655969820916653, + "U": 6.865587693027919e-06, + "K": 7.969631042215042e-06, + "L": 0.0007208831375464797, + "G": 0.0027504891622811556, + "F": 0.011604556813836098, + "E": 0.0003104835341218859, + "T": 0.007499656639993191, + "P": 0.01743096299469471, + "-": 0.9428628087043762 + }, + "id": "tp_549" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 68635, + "label": "-", + "classification": { + "B": 3.798376928898506e-05, + "S": 0.0005268725799396634, + "I": 2.3528214114776347e-06, + "C": 5.104277079226449e-06, + "R": 1.1215566701139323e-05, + "M": 0.012089886702597141, + "O": 0.004668115638196468, + "W": 3.848916821880266e-05, + "N": 1.1108022590633482e-07, + "Y": 0.003978647757321596, + "U": 4.8145558650958264e-09, + "K": 6.617448633505774e-08, + "L": 0.0007741926237940788, + "G": 0.0034635497722774744, + "F": 0.01128523238003254, + "E": 3.977354026574176e-06, + "T": 0.005109481513500214, + "P": 0.0001303292956436053, + "-": 0.9578744173049927 + }, + "id": "tp_550" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 68769, + "label": "-", + "classification": { + "B": 8.01427280094913e-09, + "S": 9.498509712102532e-08, + "I": 2.3529786119524942e-07, + "C": 9.445358983839469e-08, + "R": 6.702094879074139e-08, + "M": 0.00018384102440904826, + "O": 1.4412003110919613e-05, + "W": 2.360437001414084e-08, + "N": 9.032296577338172e-10, + "Y": 0.000933614675886929, + "U": 4.333939110368057e-11, + "K": 1.1266282351485302e-10, + "L": 1.4065340110391844e-06, + "G": 3.2802581699797884e-05, + "F": 0.00012796053488273174, + "E": 4.878375392536327e-08, + "T": 0.0010091892909258604, + "P": 5.6311899243155494e-05, + "-": 0.9976398944854736 + }, + "id": "tp_551" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 68902, + "label": "-", + "classification": { + "B": 2.7115975171909668e-05, + "S": 8.383759268326685e-05, + "I": 7.952165105962195e-06, + "C": 6.103940677348874e-07, + "R": 7.746502888039686e-07, + "M": 0.0007440551999025047, + "O": 0.00036832172190770507, + "W": 9.086803402169608e-06, + "N": 5.184493829801795e-07, + "Y": 0.0020219364669173956, + "U": 1.835491048041149e-08, + "K": 1.6031859217946476e-07, + "L": 1.7119406038546003e-05, + "G": 0.00025964557426050305, + "F": 0.002828186145052314, + "E": 1.3488815056916792e-05, + "T": 0.0018819571705535054, + "P": 0.0035843150690197945, + "-": 0.9881508350372314 + }, + "id": "tp_552" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 69002, + "label": "-", + "classification": { + "B": 6.30087833997095e-06, + "S": 1.3903286344429944e-05, + "I": 2.549227474446525e-06, + "C": 1.6360987729058252e-06, + "R": 1.2499801869125804e-06, + "M": 0.0005510339979082346, + "O": 0.00025695841759443283, + "W": 2.451165983075043e-06, + "N": 7.204754837175642e-08, + "Y": 0.00046926617505960166, + "U": 8.809717400026784e-09, + "K": 6.698833487917e-09, + "L": 3.086258948314935e-05, + "G": 0.0001333500986220315, + "F": 0.0009474732796661556, + "E": 1.909057345983456e-06, + "T": 0.0008570595527999103, + "P": 0.0011442695977166295, + "-": 0.9955795407295227 + }, + "id": "tp_553" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 69136, + "label": "-", + "classification": { + "B": 0.0008272380218841136, + "S": 8.911780605558306e-05, + "I": 2.2065967186790658e-07, + "C": 1.0582022014204995e-06, + "R": 2.0876352664345177e-06, + "M": 0.0009393006912432611, + "O": 0.0023032850585877895, + "W": 1.1857933714054525e-05, + "N": 1.006024685779039e-08, + "Y": 0.00029340761830098927, + "U": 1.477946320882495e-09, + "K": 2.5379623402876916e-10, + "L": 0.0006934673292562366, + "G": 0.0007114241598173976, + "F": 0.0010058828629553318, + "E": 6.460854820034001e-07, + "T": 0.00037519927718676627, + "P": 0.0003567955282051116, + "-": 0.992388904094696 + }, + "id": "tp_554" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 69269, + "label": "-", + "classification": { + "B": 0.00010441683843964711, + "S": 3.8641122955596074e-05, + "I": 0.00026935298228636384, + "C": 0.00026448906282894313, + "R": 0.00017086211300920695, + "M": 0.001763250445947051, + "O": 0.001332661835476756, + "W": 6.305046554189175e-05, + "N": 1.7244863556697965e-05, + "Y": 0.0032261123415082693, + "U": 7.925222234916873e-06, + "K": 1.2325727993811597e-06, + "L": 0.0004896568134427071, + "G": 0.0019195409258827567, + "F": 0.004611517768353224, + "E": 0.0001276820112252608, + "T": 0.003761416068300605, + "P": 0.02706141397356987, + "-": 0.9547695517539978 + }, + "id": "tp_555" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 69403, + "label": "-", + "classification": { + "B": 1.0057193321699742e-05, + "S": 1.0019865840149578e-05, + "I": 5.639847131533315e-06, + "C": 5.703770511900075e-06, + "R": 1.989933480217587e-06, + "M": 0.001492493087425828, + "O": 0.00037385273026302457, + "W": 2.2726967472408433e-06, + "N": 1.7940685381745425e-07, + "Y": 0.000524131755810231, + "U": 3.319478025787248e-08, + "K": 6.606970970324255e-09, + "L": 0.00013542722444981337, + "G": 0.000592064403463155, + "F": 0.0038191955536603928, + "E": 5.770575626229402e-06, + "T": 0.0008348526898771524, + "P": 0.00320142088457942, + "-": 0.9889848232269287 + }, + "id": "tp_556" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 69503, + "label": "-", + "classification": { + "B": 5.718412126043404e-07, + "S": 2.847257974281092e-06, + "I": 4.77849981805889e-09, + "C": 9.712436366271504e-08, + "R": 9.999511263458771e-08, + "M": 0.00039521671715192497, + "O": 0.00014658609870821238, + "W": 1.6175629014014703e-07, + "N": 5.927353746715269e-11, + "Y": 6.525010394398123e-05, + "U": 4.447007866115182e-12, + "K": 8.963690900642973e-12, + "L": 6.62313905195333e-05, + "G": 0.00021851349447388202, + "F": 0.004274243023246527, + "E": 3.8675722180414596e-08, + "T": 0.00011080348485847935, + "P": 1.8711200027610175e-05, + "-": 0.9947006702423096 + }, + "id": "tp_557" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 69636, + "label": "-", + "classification": { + "B": 2.5488621758995578e-05, + "S": 0.0037105116061866283, + "I": 6.961489589230041e-07, + "C": 8.987486808109679e-07, + "R": 4.973717295797542e-06, + "M": 0.018056783825159073, + "O": 0.03688100725412369, + "W": 6.820907583460212e-05, + "N": 3.316655394769441e-08, + "Y": 0.00070358527591452, + "U": 2.900238660341614e-10, + "K": 3.8745207042722996e-10, + "L": 0.012387879192829132, + "G": 0.005615508649498224, + "F": 0.023339029401540756, + "E": 1.1700146842485992e-06, + "T": 0.003031447995454073, + "P": 0.00015989063831511885, + "-": 0.8960127830505371 + }, + "id": "tp_558" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 69770, + "label": "-", + "classification": { + "B": 2.2343287128023803e-05, + "S": 0.00026540106046013534, + "I": 2.6306648578611203e-05, + "C": 2.3543152565252967e-05, + "R": 5.2759489335585386e-05, + "M": 0.01416628435254097, + "O": 0.007632577326148748, + "W": 7.58702663006261e-05, + "N": 9.6840869900916e-07, + "Y": 0.01566053181886673, + "U": 6.07389125661939e-08, + "K": 5.343673592506093e-08, + "L": 0.0015880531864240766, + "G": 0.0035418951883912086, + "F": 0.0037403912283480167, + "E": 5.079860329715302e-06, + "T": 0.024616483598947525, + "P": 0.0005707779200747609, + "-": 0.9280107021331787 + }, + "id": "tp_559" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 69903, + "label": "-", + "classification": { + "B": 2.0269444576115347e-05, + "S": 4.021345739602111e-05, + "I": 4.098067734048527e-07, + "C": 1.918423549795989e-06, + "R": 1.7930650528796832e-06, + "M": 0.0006379904807545245, + "O": 0.0006260635564103723, + "W": 4.177550181339029e-06, + "N": 1.1835973090512653e-08, + "Y": 0.00012766435975208879, + "U": 1.1844210057176952e-09, + "K": 3.7961284116150296e-10, + "L": 0.0002769800485111773, + "G": 0.0004453347355592996, + "F": 0.0033352805767208338, + "E": 6.390681619450334e-07, + "T": 0.0005601873272098601, + "P": 0.00040358531987294555, + "-": 0.9935175180435181 + }, + "id": "tp_560" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 70003, + "label": "-", + "classification": { + "B": 1.8058291971101426e-05, + "S": 1.9925197193515487e-05, + "I": 5.14776365889702e-05, + "C": 9.226272595697083e-06, + "R": 1.0914618542301469e-05, + "M": 0.000388640706660226, + "O": 0.00024422770366072655, + "W": 9.283209692512173e-06, + "N": 2.4414828203589423e-06, + "Y": 0.007659539580345154, + "U": 4.3886481648769404e-07, + "K": 2.1403793653007597e-06, + "L": 4.4744429033016786e-05, + "G": 0.001227237400598824, + "F": 0.0209705401211977, + "E": 1.5621055354131386e-05, + "T": 0.0037829449865967035, + "P": 0.006327059119939804, + "-": 0.9592155814170837 + }, + "id": "tp_561" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 70137, + "label": "-", + "classification": { + "B": 9.492276831224444e-08, + "S": 2.3974180294317193e-06, + "I": 4.4417081568326466e-08, + "C": 1.8089448303726385e-06, + "R": 9.394084372615907e-07, + "M": 0.0013618109514936805, + "O": 0.00014810363063588738, + "W": 1.306351293806074e-07, + "N": 4.5677586713033236e-10, + "Y": 0.0024031696375459433, + "U": 1.5759719917962656e-11, + "K": 1.9520705885067713e-10, + "L": 0.00012460983998607844, + "G": 0.0021144836209714413, + "F": 0.008560470305383205, + "E": 2.0430630343071243e-07, + "T": 0.0011892486363649368, + "P": 1.2720387530862354e-05, + "-": 0.9840796589851379 + }, + "id": "tp_562" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 70270, + "label": "-", + "classification": { + "B": 0.0007473432342521846, + "S": 9.357849194202572e-05, + "I": 6.6325010266155e-05, + "C": 8.844831609167159e-05, + "R": 1.7669430235400796e-05, + "M": 0.001470852643251419, + "O": 0.0006444569444283843, + "W": 2.941504499176517e-05, + "N": 9.38713492359966e-06, + "Y": 0.000458032067399472, + "U": 1.8569811572888284e-06, + "K": 4.968948701389309e-07, + "L": 0.00022814504336565733, + "G": 0.0007785349152982235, + "F": 0.006347430404275656, + "E": 0.00032802167697809637, + "T": 0.001836790470406413, + "P": 0.07575259357690811, + "-": 0.9111006259918213 + }, + "id": "tp_563" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 70404, + "label": "-", + "classification": { + "B": 0.0002525466843508184, + "S": 0.0001992927718674764, + "I": 4.2126896005356684e-05, + "C": 3.07566842820961e-05, + "R": 3.5004151868633926e-05, + "M": 0.02397395670413971, + "O": 0.006456297822296619, + "W": 3.7369445635704324e-05, + "N": 6.928185030119494e-07, + "Y": 0.004814195912331343, + "U": 9.284025281885988e-08, + "K": 1.4654705005057167e-08, + "L": 0.006241920869797468, + "G": 0.011567740701138973, + "F": 0.00623031472787261, + "E": 7.582081889268011e-05, + "T": 0.0034422522876411676, + "P": 0.002035726560279727, + "-": 0.9345637559890747 + }, + "id": "tp_564" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 70504, + "label": "-", + "classification": { + "B": 6.34102775620704e-07, + "S": 1.5583500498905778e-06, + "I": 7.81712685693492e-07, + "C": 5.65848131373059e-06, + "R": 1.7510877796667046e-06, + "M": 0.001059092115610838, + "O": 0.00011577505938475952, + "W": 2.6385961859887175e-07, + "N": 1.3519502850556364e-08, + "Y": 0.0009119358728639781, + "U": 1.2966208107201282e-09, + "K": 2.8472508795118756e-09, + "L": 4.0765240555629134e-05, + "G": 0.0005685999640263617, + "F": 0.001619880087673664, + "E": 4.209122380416375e-06, + "T": 0.0006390310591086745, + "P": 0.00030656909802928567, + "-": 0.9947234392166138 + }, + "id": "tp_565" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 70637, + "label": "-", + "classification": { + "B": 4.831923797610216e-05, + "S": 0.00023851566947996616, + "I": 9.761652108863927e-06, + "C": 1.903595148178283e-05, + "R": 3.177798862452619e-05, + "M": 0.004911855328828096, + "O": 0.002407453255727887, + "W": 4.911836003884673e-05, + "N": 1.1562929103092756e-06, + "Y": 0.006572440732270479, + "U": 1.9674220652632357e-07, + "K": 4.1519535898260074e-07, + "L": 0.0005338135524652898, + "G": 0.0017902253894135356, + "F": 0.018544169142842293, + "E": 2.022026637860108e-05, + "T": 0.004476436413824558, + "P": 0.0026199098210781813, + "-": 0.9577252268791199 + }, + "id": "tp_566" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 70771, + "label": "-", + "classification": { + "B": 0.009485902264714241, + "S": 0.005042878445237875, + "I": 3.84564600608428e-06, + "C": 1.832162752180011e-06, + "R": 4.980548510502558e-06, + "M": 0.018224086612462997, + "O": 0.04327308386564255, + "W": 0.0003264311817474663, + "N": 1.8109079746864154e-07, + "Y": 0.00048484746366739273, + "U": 6.807968411237653e-09, + "K": 4.473817150074666e-10, + "L": 0.011516707949340343, + "G": 0.002628954825922847, + "F": 0.004139360040426254, + "E": 1.2547729966172483e-05, + "T": 0.0018492370145395398, + "P": 0.0009148931712843478, + "-": 0.9020901918411255 + }, + "id": "tp_567" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 70904, + "label": "-", + "classification": { + "B": 2.2496124074677937e-05, + "S": 7.46610458008945e-05, + "I": 8.845404408930335e-06, + "C": 0.0005599808646366, + "R": 0.00031653119367547333, + "M": 0.04238876327872276, + "O": 0.005890312604606152, + "W": 9.569262147124391e-06, + "N": 1.2274890082153433e-07, + "Y": 0.08866697549819946, + "U": 1.5417237264614414e-08, + "K": 1.7174224709037844e-08, + "L": 0.010458736680448055, + "G": 0.08758226037025452, + "F": 0.013283484615385532, + "E": 9.762029549165163e-06, + "T": 0.02387586608529091, + "P": 7.748534699203447e-05, + "-": 0.7267741560935974 + }, + "id": "tp_568" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 71004, + "label": "-", + "classification": { + "B": 0.00012002851872239262, + "S": 0.0013094325549900532, + "I": 1.6804092410893645e-06, + "C": 0.0002068427565973252, + "R": 0.00018427959003020078, + "M": 0.09794440865516663, + "O": 0.09867153316736221, + "W": 6.214444147190079e-05, + "N": 6.503579186301067e-08, + "Y": 0.003588680410757661, + "U": 1.0766614266799479e-08, + "K": 1.4106114054612817e-09, + "L": 0.26897913217544556, + "G": 0.14618758857250214, + "F": 0.026635341346263885, + "E": 4.985944542568177e-06, + "T": 0.004596319515258074, + "P": 7.142706454033032e-05, + "-": 0.3514360785484314 + }, + "id": "tp_569" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 71138, + "label": "-", + "classification": { + "B": 6.133266765573353e-07, + "S": 4.04810270993039e-06, + "I": 1.7869355133370846e-06, + "C": 1.2630454193640617e-06, + "R": 2.4997764285217272e-06, + "M": 0.0006643381784670055, + "O": 0.00020601425785571337, + "W": 7.384139166788373e-07, + "N": 1.6039601646866686e-08, + "Y": 0.001593732857145369, + "U": 1.3277470234385191e-09, + "K": 6.982709965797085e-10, + "L": 5.784089080407284e-05, + "G": 0.00038113005575723946, + "F": 0.001934816362336278, + "E": 1.1773237247325596e-06, + "T": 0.0006468375213444233, + "P": 0.0004905906971544027, + "-": 0.9940125346183777 + }, + "id": "tp_570" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 71271, + "label": "-", + "classification": { + "B": 9.928406825565617e-07, + "S": 2.7294165192870423e-05, + "I": 3.8376910538318043e-07, + "C": 7.889592961873859e-05, + "R": 0.00010582733375485986, + "M": 0.09627622365951538, + "O": 0.01866346411406994, + "W": 2.785300466712215e-06, + "N": 1.4227651279341558e-09, + "Y": 0.03693036362528801, + "U": 6.474438346559808e-11, + "K": 2.1928691501527098e-11, + "L": 0.02298833429813385, + "G": 0.049848396331071854, + "F": 0.0014268615050241351, + "E": 1.4879030629799672e-07, + "T": 0.017431022599339485, + "P": 2.4792616386548616e-06, + "-": 0.7562165856361389 + }, + "id": "tp_571" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 71405, + "label": "-", + "classification": { + "B": 3.142446303172619e-08, + "S": 1.6159900440015917e-07, + "I": 2.5588580143676154e-08, + "C": 7.718449768212565e-10, + "R": 2.009477473308152e-09, + "M": 5.37532605449087e-06, + "O": 6.481154287030222e-06, + "W": 1.736205135216551e-08, + "N": 2.2678332822767544e-10, + "Y": 1.3085576938465238e-05, + "U": 5.583263018582585e-12, + "K": 2.726754152332367e-12, + "L": 1.6321472173785878e-07, + "G": 1.1503315135996672e-06, + "F": 8.789903949946165e-05, + "E": 5.792841761831369e-09, + "T": 4.05218597734347e-05, + "P": 0.00048816154594533145, + "-": 0.9993569254875183 + }, + "id": "tp_572" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 71505, + "label": "-", + "classification": { + "B": 2.540338428502764e-08, + "S": 3.6573183592736314e-07, + "I": 2.5802262371144025e-07, + "C": 1.5716353800598881e-06, + "R": 1.7081445093936054e-06, + "M": 7.326347986236215e-05, + "O": 2.4938270144048147e-05, + "W": 1.5790426743933494e-07, + "N": 3.7121712370691284e-09, + "Y": 0.0005263742059469223, + "U": 1.7326658163785424e-10, + "K": 4.532632935649872e-09, + "L": 2.0463826331251767e-06, + "G": 5.2563875215128064e-05, + "F": 0.0032351657282561064, + "E": 2.2114593889455136e-07, + "T": 0.000290780037175864, + "P": 0.00022220288519747555, + "-": 0.9955684542655945 + }, + "id": "tp_573" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 71638, + "label": "-", + "classification": { + "B": 0.0011535845696926117, + "S": 8.893309131963179e-05, + "I": 0.00023123213031794876, + "C": 0.00023227134079206735, + "R": 0.00011938643001485616, + "M": 0.0028323198202997446, + "O": 0.0022011720575392246, + "W": 9.952845721272752e-05, + "N": 1.665069612499792e-05, + "Y": 0.0025048216339200735, + "U": 6.504948487418005e-06, + "K": 4.7292945737353875e-07, + "L": 0.0009115124121308327, + "G": 0.002100267680361867, + "F": 0.0025197516661137342, + "E": 0.00018724836991168559, + "T": 0.004373209085315466, + "P": 0.0289296917617321, + "-": 0.9514914155006409 + }, + "id": "tp_574" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 71772, + "label": "-", + "classification": { + "B": 0.000497874163556844, + "S": 3.936613939004019e-05, + "I": 5.404965122579597e-06, + "C": 7.742982415948063e-05, + "R": 0.00015239676577039063, + "M": 0.01159043051302433, + "O": 0.01991092972457409, + "W": 2.6409674319438636e-05, + "N": 2.7195733665053012e-08, + "Y": 0.0011646834900602698, + "U": 3.7279783704491365e-09, + "K": 6.888645036340346e-12, + "L": 0.015727899968624115, + "G": 0.003958983346819878, + "F": 9.647064143791795e-05, + "E": 6.454121717069938e-07, + "T": 0.0026305511128157377, + "P": 0.00016826816136017442, + "-": 0.9439521431922913 + }, + "id": "tp_575" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 71905, + "label": "-", + "classification": { + "B": 7.557763183285715e-06, + "S": 5.953468757979863e-07, + "I": 5.944515919509286e-07, + "C": 8.603254173067398e-06, + "R": 4.2357623897260055e-06, + "M": 0.0059671346098184586, + "O": 0.00020194333046674728, + "W": 8.767325709868601e-08, + "N": 1.2581761188457108e-09, + "Y": 0.0014099046820774674, + "U": 8.45737230248389e-11, + "K": 2.3874129669726463e-12, + "L": 0.00043979359907098114, + "G": 0.0026145263109356165, + "F": 0.00027828686870634556, + "E": 9.180270126307732e-07, + "T": 0.0017633636016398668, + "P": 5.313178553478792e-05, + "-": 0.9872494339942932 + }, + "id": "tp_576" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 72005, + "label": "-", + "classification": { + "B": 0.00028499570908024907, + "S": 0.00010058773477794603, + "I": 1.90677280897944e-06, + "C": 1.345019313703233e-06, + "R": 1.7588376977073494e-06, + "M": 0.0020269472151994705, + "O": 0.0013574294280260801, + "W": 1.1917956726392731e-05, + "N": 8.691458930343288e-08, + "Y": 0.00042952297371812165, + "U": 4.995044378119928e-09, + "K": 5.132921865325102e-10, + "L": 0.00045289762783795595, + "G": 0.0006271293386816978, + "F": 0.0054716989398002625, + "E": 4.642076419258956e-06, + "T": 0.0007304024766199291, + "P": 0.0011843855027109385, + "-": 0.987312376499176 + }, + "id": "tp_577" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 72139, + "label": "-", + "classification": { + "B": 1.023007462208625e-05, + "S": 2.3800430426490493e-05, + "I": 1.002984731712786e-06, + "C": 6.870672564218694e-07, + "R": 5.868127459507377e-07, + "M": 0.00017244443006347865, + "O": 0.00019168159633409232, + "W": 3.655010004877113e-06, + "N": 6.919697170815198e-08, + "Y": 0.0004205936274956912, + "U": 7.298790016818657e-09, + "K": 7.766750798055e-09, + "L": 2.5045417714864016e-05, + "G": 0.00011925208673346788, + "F": 0.003390075173228979, + "E": 1.747559167597501e-06, + "T": 0.0004324992769397795, + "P": 0.0024545062333345413, + "-": 0.9927520751953125 + }, + "id": "tp_578" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 72272, + "label": "-", + "classification": { + "B": 7.110591832315549e-05, + "S": 7.860738696763292e-05, + "I": 1.530415829620324e-05, + "C": 1.3276336176204495e-05, + "R": 1.7839420252130367e-05, + "M": 0.0013743191957473755, + "O": 0.0008967076428234577, + "W": 1.724007415759843e-05, + "N": 8.478460244987218e-07, + "Y": 0.002728843130171299, + "U": 1.4148754701182042e-07, + "K": 5.6880200105524636e-08, + "L": 0.000393336929846555, + "G": 0.001880874508060515, + "F": 0.015728121623396873, + "E": 2.659962592588272e-05, + "T": 0.0017509772442281246, + "P": 0.0075944396667182446, + "-": 0.9674113988876343 + }, + "id": "tp_579" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 72406, + "label": "-", + "classification": { + "B": 1.1330971574352589e-06, + "S": 6.7986934482178185e-06, + "I": 6.145022780401632e-05, + "C": 3.9560709410579875e-06, + "R": 1.6547503491892712e-06, + "M": 7.37327427486889e-05, + "O": 8.921322296373546e-05, + "W": 2.929275751739624e-06, + "N": 6.945875156816328e-06, + "Y": 0.00047360052121803164, + "U": 9.465055939017475e-08, + "K": 4.798292820851202e-07, + "L": 2.6643217552191345e-06, + "G": 4.9485206545796245e-05, + "F": 0.0027167750522494316, + "E": 4.33188361057546e-05, + "T": 0.0003827968903351575, + "P": 0.07797027379274368, + "-": 0.9181126356124878 + }, + "id": "tp_580" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 72506, + "label": "-", + "classification": { + "B": 2.7391760681894084e-07, + "S": 2.7844844225910492e-06, + "I": 2.8230974891130245e-08, + "C": 7.574507776553219e-08, + "R": 3.0269397655047214e-08, + "M": 0.0013172676553949714, + "O": 0.0001052067382261157, + "W": 6.152888687438463e-08, + "N": 4.1053696553383645e-10, + "Y": 0.0002866923750843853, + "U": 1.2217660043389866e-11, + "K": 2.4009785479228718e-11, + "L": 2.8989437851123512e-05, + "G": 0.00033679514308460057, + "F": 0.001816271455027163, + "E": 1.6142148240305687e-07, + "T": 0.0006063393666408956, + "P": 6.540407048305497e-05, + "-": 0.9954336285591125 + }, + "id": "tp_581" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 72639, + "label": "-", + "classification": { + "B": 2.4494931494700722e-05, + "S": 7.0042224251665175e-06, + "I": 1.2090622476534918e-06, + "C": 1.6523636077181436e-06, + "R": 1.6636469126751763e-06, + "M": 0.0039802356623113155, + "O": 0.0005656364955939353, + "W": 7.845093250580248e-07, + "N": 7.521656186781911e-09, + "Y": 0.0009375429945066571, + "U": 7.179113969968398e-10, + "K": 2.2754529163671045e-11, + "L": 0.0006531847757287323, + "G": 0.0018261624500155449, + "F": 0.0016409894451498985, + "E": 2.9262421321618604e-06, + "T": 0.0009661882068030536, + "P": 0.00035884350654669106, + "-": 0.9890314936637878 + }, + "id": "tp_582" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 72773, + "label": "-", + "classification": { + "B": 0.00018725721747614443, + "S": 3.49733600160107e-05, + "I": 0.0009369676699861884, + "C": 9.172388672595844e-05, + "R": 1.5291703675757162e-05, + "M": 0.004337422549724579, + "O": 0.00039871587068773806, + "W": 2.8473490601754747e-05, + "N": 7.134504267014563e-05, + "Y": 0.002602850552648306, + "U": 4.575595994538162e-06, + "K": 1.564290505484678e-05, + "L": 8.36104663903825e-05, + "G": 0.001539234654046595, + "F": 0.003783482825383544, + "E": 0.004342480096966028, + "T": 0.002419735537841916, + "P": 0.13600808382034302, + "-": 0.8430981040000916 + }, + "id": "tp_583" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 72906, + "label": "-", + "classification": { + "B": 3.885016752747106e-08, + "S": 3.296557748999618e-10, + "I": 1.0700482722114657e-09, + "C": 5.3023363477677776e-11, + "R": 4.566908656800095e-11, + "M": 5.655017048411537e-06, + "O": 7.392591783172975e-07, + "W": 7.257865142218378e-11, + "N": 1.8209182263157625e-13, + "Y": 1.0794261697810725e-06, + "U": 1.1142301680920272e-14, + "K": 1.1017766999339898e-17, + "L": 1.6052823070822342e-07, + "G": 1.5984315950845485e-06, + "F": 1.1192786359970341e-06, + "E": 7.767243515033329e-10, + "T": 1.3819309288010118e-06, + "P": 4.793255720869638e-05, + "-": 0.9999402761459351 + }, + "id": "tp_584" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 73006, + "label": "-", + "classification": { + "B": 5.604945181403309e-05, + "S": 1.446197711629793e-05, + "I": 1.1390411600586958e-06, + "C": 7.585649086649937e-08, + "R": 1.5149589671636932e-07, + "M": 0.007550674024969339, + "O": 0.00042804129770956933, + "W": 8.13613780792366e-07, + "N": 7.53599405101113e-09, + "Y": 0.00010823873890331015, + "U": 7.321284550831919e-11, + "K": 2.4360470238238285e-12, + "L": 6.460056465584785e-05, + "G": 6.963517080293968e-05, + "F": 7.144809205783531e-05, + "E": 7.938998010104115e-07, + "T": 0.0016011812258511782, + "P": 0.000620997219812125, + "-": 0.9894115328788757 + }, + "id": "tp_585" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 73140, + "label": "-", + "classification": { + "B": 2.5804187316680327e-05, + "S": 0.00024346935970243067, + "I": 1.1282089706909915e-09, + "C": 1.5564763700126605e-08, + "R": 8.701885434447831e-08, + "M": 0.003980979323387146, + "O": 0.013547713868319988, + "W": 2.2774493118049577e-06, + "N": 9.572309958572056e-12, + "Y": 0.00010031404963228852, + "U": 2.6975822495375022e-14, + "K": 1.9403282301868165e-15, + "L": 0.0027053016237914562, + "G": 0.0012502216268330812, + "F": 0.0003758512029889971, + "E": 1.179303321663383e-09, + "T": 0.0008459645323455334, + "P": 1.2119436405555462e-06, + "-": 0.9769207835197449 + }, + "id": "tp_586" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 73273, + "label": "-", + "classification": { + "B": 0.0003627119294833392, + "S": 0.0003447136841714382, + "I": 0.0001696927793091163, + "C": 0.0014070227043703198, + "R": 0.0007880238117650151, + "M": 0.0734538808465004, + "O": 0.011630610562860966, + "W": 0.00010949901479762048, + "N": 6.599486823688494e-06, + "Y": 0.0581999197602272, + "U": 1.0379296782048186e-06, + "K": 1.386425878990849e-06, + "L": 0.009774929843842983, + "G": 0.05463644489645958, + "F": 0.008058170787990093, + "E": 0.0002761395007837564, + "T": 0.037557560950517654, + "P": 0.001262057339772582, + "-": 0.7419596314430237 + }, + "id": "tp_587" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 73407, + "label": "-", + "classification": { + "B": 7.751654038656852e-07, + "S": 0.00022088347759563476, + "I": 1.5758567428747483e-07, + "C": 8.121356222545728e-05, + "R": 8.448208245681599e-05, + "M": 0.06647244840860367, + "O": 0.017444152384996414, + "W": 6.477976057794876e-06, + "N": 3.1312792359017294e-09, + "Y": 0.01609702967107296, + "U": 1.015912215462933e-10, + "K": 2.928256803702567e-10, + "L": 0.030250955373048782, + "G": 0.10585722327232361, + "F": 0.04250108450651169, + "E": 4.1051109178624756e-07, + "T": 0.019334565848112106, + "P": 4.073570380569436e-06, + "-": 0.7016440629959106 + }, + "id": "tp_588" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 73507, + "label": "-", + "classification": { + "B": 0.00035275600384920835, + "S": 0.00019603042164817452, + "I": 2.7953399694524705e-05, + "C": 0.00013710341590922326, + "R": 0.00011016589269274846, + "M": 0.01644367352128029, + "O": 0.004875917453318834, + "W": 6.953591218916699e-05, + "N": 1.0443923201819416e-06, + "Y": 0.009939603507518768, + "U": 1.9134267859044485e-07, + "K": 2.489815464912226e-08, + "L": 0.0038806400261819363, + "G": 0.007986429147422314, + "F": 0.006691379006952047, + "E": 2.7739435608964413e-05, + "T": 0.01066848449409008, + "P": 0.000910900067538023, + "-": 0.9376804828643799 + }, + "id": "tp_589" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 73640, + "label": "-", + "classification": { + "B": 4.2737210605992004e-06, + "S": 3.172607466694899e-05, + "I": 5.0990628608360566e-08, + "C": 7.597531293868087e-06, + "R": 1.2823823453800287e-05, + "M": 0.027762815356254578, + "O": 0.004979654680937529, + "W": 1.24066275475343e-06, + "N": 5.216892473569601e-10, + "Y": 0.005775301717221737, + "U": 4.2646476627883345e-11, + "K": 6.696150144785973e-12, + "L": 0.014166692271828651, + "G": 0.03181123360991478, + "F": 0.01393013633787632, + "E": 1.24223902275844e-07, + "T": 0.005467325448989868, + "P": 6.843607025075471e-06, + "-": 0.8960421085357666 + }, + "id": "tp_590" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 73774, + "label": "-", + "classification": { + "B": 9.970775863621384e-06, + "S": 6.234166357899085e-05, + "I": 8.880856050552666e-09, + "C": 2.5242101742151135e-07, + "R": 1.0112904647030518e-06, + "M": 0.00356505811214447, + "O": 0.005179234780371189, + "W": 3.777790652748081e-06, + "N": 1.6968712546194809e-10, + "Y": 0.0004737078270409256, + "U": 5.686937899762601e-12, + "K": 5.0181404170901445e-12, + "L": 0.0020899015944451094, + "G": 0.0017957636155188084, + "F": 0.0036449627950787544, + "E": 2.825368028425146e-08, + "T": 0.0005266048829071224, + "P": 4.665936558012618e-06, + "-": 0.9826427698135376 + }, + "id": "tp_591" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 73907, + "label": "-", + "classification": { + "B": 0.0035823332145810127, + "S": 0.006689951755106449, + "I": 0.0009320140234194696, + "C": 0.00025838444707915187, + "R": 0.00044291227823123336, + "M": 0.11095227301120758, + "O": 0.05124194547533989, + "W": 0.0006283408147282898, + "N": 3.15255529130809e-05, + "Y": 0.03201356902718544, + "U": 1.1543637583599775e-06, + "K": 5.123191044731357e-07, + "L": 0.023945430293679237, + "G": 0.05740506574511528, + "F": 0.010086733847856522, + "E": 0.0003100469766650349, + "T": 0.04111441969871521, + "P": 0.0031539867632091045, + "-": 0.6572094559669495 + }, + "id": "tp_592" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 74007, + "label": "-", + "classification": { + "B": 4.00694277757907e-09, + "S": 3.6638370115582575e-09, + "I": 1.3138615195806835e-11, + "C": 5.925501200820804e-10, + "R": 9.257625777081557e-10, + "M": 5.393196624936536e-05, + "O": 4.577528670779429e-06, + "W": 1.2578901809057186e-10, + "N": 2.3166340943009747e-14, + "Y": 9.125285032496322e-06, + "U": 5.106079777473637e-16, + "K": 1.3489977743381016e-16, + "L": 1.4490121884591645e-06, + "G": 1.2433984920789953e-05, + "F": 2.201335155405104e-05, + "E": 5.623090187922841e-11, + "T": 1.4306898265203927e-05, + "P": 2.1855187526398367e-07, + "-": 0.9998819828033447 + }, + "id": "tp_593" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 74141, + "label": "-", + "classification": { + "B": 3.337839643791085e-06, + "S": 4.984931365470402e-05, + "I": 1.1999908622328803e-07, + "C": 3.723970394275966e-06, + "R": 1.7274852552873199e-06, + "M": 0.006123959552496672, + "O": 0.0011556997196748853, + "W": 1.0172547035836033e-06, + "N": 2.184507019720172e-09, + "Y": 0.0005628977669402957, + "U": 9.212488411014519e-11, + "K": 1.0803533068148852e-10, + "L": 0.0015781272668391466, + "G": 0.00490597914904356, + "F": 0.041319672018289566, + "E": 1.6685387436154997e-06, + "T": 0.0006396113894879818, + "P": 9.513286931905895e-05, + "-": 0.9435574412345886 + }, + "id": "tp_594" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 74274, + "label": "-", + "classification": { + "B": 1.3989150829729624e-05, + "S": 2.5432647817069665e-05, + "I": 8.226550107792718e-08, + "C": 8.002382969607424e-07, + "R": 3.8471577568088833e-07, + "M": 0.00446315435692668, + "O": 0.0010780688608065248, + "W": 7.746535857222625e-07, + "N": 1.355042411610441e-09, + "Y": 0.00032328651286661625, + "U": 9.645353266085621e-11, + "K": 5.688623183619512e-12, + "L": 0.0009716078639030457, + "G": 0.0015300246886909008, + "F": 0.003986317198723555, + "E": 2.36268149933494e-07, + "T": 0.0010576618369668722, + "P": 8.888988668331876e-05, + "-": 0.9864592552185059 + }, + "id": "tp_595" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 74408, + "label": "S", + "classification": { + "B": 0.002757216803729534, + "S": 0.33921271562576294, + "I": 2.2726753741153516e-05, + "C": 3.1280042094294913e-06, + "R": 4.125756095163524e-05, + "M": 0.05865970626473427, + "O": 0.30160754919052124, + "W": 0.0029300805181264877, + "N": 5.2846353355562314e-06, + "Y": 0.003018876537680626, + "U": 5.731546792731024e-09, + "K": 1.7245747585548088e-07, + "L": 0.03418659418821335, + "G": 0.032963842153549194, + "F": 0.050498947501182556, + "E": 1.7692813344183378e-05, + "T": 0.013865005224943161, + "P": 0.0003755671204999089, + "-": 0.15983358025550842 + }, + "id": "tp_596" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 74508, + "label": "-", + "classification": { + "B": 0.015305375680327415, + "S": 0.009651180356740952, + "I": 1.3036152267886791e-05, + "C": 1.1995844033663161e-05, + "R": 4.80954404338263e-05, + "M": 0.057292498648166656, + "O": 0.12326222658157349, + "W": 0.0006533974665217102, + "N": 6.42587735910638e-07, + "Y": 0.0018875784007832408, + "U": 2.4589013492004597e-08, + "K": 2.679429789154142e-09, + "L": 0.060696519911289215, + "G": 0.020802073180675507, + "F": 0.00919287744909525, + "E": 1.185042583529139e-05, + "T": 0.007823549211025238, + "P": 0.000497241213452071, + "-": 0.69284987449646 + }, + "id": "tp_597" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 74641, + "label": "-", + "classification": { + "B": 0.0347009003162384, + "S": 0.010598164983093739, + "I": 1.0145489795831963e-05, + "C": 1.7405038761353353e-06, + "R": 3.6489607282419456e-06, + "M": 0.005480065010488033, + "O": 0.016754642128944397, + "W": 0.0003699539229273796, + "N": 1.5876800034675398e-06, + "Y": 0.00022137619089335203, + "U": 6.710972400014725e-08, + "K": 2.8053511513803642e-08, + "L": 0.0029903834220021963, + "G": 0.0019155818736180663, + "F": 0.00890154018998146, + "E": 3.356792512931861e-05, + "T": 0.0014012999599799514, + "P": 0.007043659221380949, + "-": 0.9095717072486877 + }, + "id": "tp_598" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 74775, + "label": "-", + "classification": { + "B": 0.000823329552076757, + "S": 0.012733411975204945, + "I": 1.251977579386221e-07, + "C": 1.6036090073612286e-06, + "R": 1.0877649401663803e-05, + "M": 0.11223814636468887, + "O": 0.24364352226257324, + "W": 9.476012928644195e-05, + "N": 3.2195153210068383e-09, + "Y": 0.0013474149163812399, + "U": 1.5608474582262666e-11, + "K": 6.0358805627214185e-12, + "L": 0.1254146695137024, + "G": 0.07742440700531006, + "F": 0.009987210854887962, + "E": 4.0043951798907074e-07, + "T": 0.005126733332872391, + "P": 7.415960681100842e-06, + "-": 0.4111459255218506 + }, + "id": "tp_599" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 74908, + "label": "-", + "classification": { + "B": 0.0010115033946931362, + "S": 0.0013664239086210728, + "I": 5.2855002650176175e-06, + "C": 5.0589103921083733e-05, + "R": 4.29869833169505e-05, + "M": 0.04260285943746567, + "O": 0.03404943645000458, + "W": 5.853186303284019e-05, + "N": 9.291064628769163e-08, + "Y": 0.004154101945459843, + "U": 2.955576006158367e-09, + "K": 3.3236078333942487e-09, + "L": 0.022964779287576675, + "G": 0.055799227207899094, + "F": 0.010173733346164227, + "E": 1.3540134204959031e-05, + "T": 0.004865446127951145, + "P": 0.00014303094940260053, + "-": 0.8226982951164246 + }, + "id": "tp_600" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 75008, + "label": "-", + "classification": { + "B": 0.004019981250166893, + "S": 0.00030777615029364824, + "I": 1.5745133907785203e-07, + "C": 1.3701786656383774e-06, + "R": 2.351736156924744e-06, + "M": 0.008258024230599403, + "O": 0.007052124943584204, + "W": 2.5436345822527073e-05, + "N": 5.509671385794945e-09, + "Y": 0.00038397684693336487, + "U": 3.2875957511890874e-10, + "K": 8.078419877488585e-11, + "L": 0.002960490994155407, + "G": 0.0027885641902685165, + "F": 0.002596465405076742, + "E": 9.973996384360362e-07, + "T": 0.0010825148783624172, + "P": 7.773366087349132e-05, + "-": 0.9704420566558838 + }, + "id": "tp_601" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 75142, + "label": "-", + "classification": { + "B": 0.0313955582678318, + "S": 0.002126808976754546, + "I": 0.0006680071237497032, + "C": 0.001130223274230957, + "R": 0.0007227467722259462, + "M": 0.021182425320148468, + "O": 0.01661066897213459, + "W": 0.0006252616294659674, + "N": 6.871763616800308e-05, + "Y": 0.0016496158204972744, + "U": 2.7470347049529664e-05, + "K": 9.002962997328723e-07, + "L": 0.01947885751724243, + "G": 0.014020937494933605, + "F": 0.009832984767854214, + "E": 0.0007658600807189941, + "T": 0.009618508629500866, + "P": 0.05218417942523956, + "-": 0.8178902864456177 + }, + "id": "tp_602" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 75275, + "label": "-", + "classification": { + "B": 4.439838448888622e-05, + "S": 6.852471869933652e-07, + "I": 2.281703700646176e-06, + "C": 9.579252036928665e-06, + "R": 1.5809225715202047e-06, + "M": 0.005862885620445013, + "O": 9.450424840906635e-05, + "W": 8.86809132794042e-08, + "N": 4.612977999585155e-09, + "Y": 0.0011861479142680764, + "U": 1.02837016680013e-09, + "K": 2.20538535350423e-11, + "L": 0.0002799379581119865, + "G": 0.004004286136478186, + "F": 0.0004688270855695009, + "E": 6.787681741116103e-06, + "T": 0.0011267103254795074, + "P": 0.0004083639068994671, + "-": 0.986503005027771 + }, + "id": "tp_603" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 75375, + "label": "-", + "classification": { + "B": 0.009377882815897465, + "S": 0.00026081965188495815, + "I": 1.25238977943809e-06, + "C": 1.5739099978873128e-07, + "R": 5.559650730901922e-07, + "M": 0.00417775334790349, + "O": 0.006749787367880344, + "W": 1.8598415408632718e-05, + "N": 1.4042253582147168e-08, + "Y": 0.00015302163956221193, + "U": 8.549213559305713e-10, + "K": 7.084026074077876e-12, + "L": 0.0017587740439921618, + "G": 0.0008598922286182642, + "F": 0.00022008799714967608, + "E": 1.5262579609043314e-06, + "T": 0.0004378233279567212, + "P": 0.0008066734881140292, + "-": 0.9751753807067871 + }, + "id": "tp_604" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 75509, + "label": "-", + "classification": { + "B": 0.0005876321229152381, + "S": 0.0011389122810214758, + "I": 0.00015482804155908525, + "C": 0.0018266546539962292, + "R": 0.00038590666372328997, + "M": 0.0213979072868824, + "O": 0.004758898634463549, + "W": 0.00025079213082790375, + "N": 6.286957068368793e-05, + "Y": 0.052981991320848465, + "U": 1.4633952559961472e-05, + "K": 0.00025195287889800966, + "L": 0.003157029626891017, + "G": 0.05241817981004715, + "F": 0.1835135966539383, + "E": 0.0023021420929580927, + "T": 0.026703055948019028, + "P": 0.006629173178225756, + "-": 0.6414638757705688 + }, + "id": "tp_605" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 75642, + "label": "-", + "classification": { + "B": 0.00020077612134627998, + "S": 0.00010454253060743213, + "I": 3.2109091989696026e-06, + "C": 1.252373567695031e-05, + "R": 4.502692263486097e-06, + "M": 0.002300902269780636, + "O": 0.0007132404716685414, + "W": 8.648414222989231e-06, + "N": 1.9984396715244657e-07, + "Y": 0.0014172999653965235, + "U": 1.4367264711268035e-08, + "K": 2.1708814301746315e-07, + "L": 0.00018879742128774524, + "G": 0.002036374295130372, + "F": 0.0142119275406003, + "E": 4.468140105018392e-05, + "T": 0.0007827862282283604, + "P": 0.0006256579654291272, + "-": 0.9773436784744263 + }, + "id": "tp_606" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 75776, + "label": "-", + "classification": { + "B": 0.0006755300564691424, + "S": 0.0005964289885014296, + "I": 0.0014412462478503585, + "C": 0.003749547991901636, + "R": 0.0032720237504690886, + "M": 0.017615245655179024, + "O": 0.007942981086671352, + "W": 0.0003987176460213959, + "N": 8.421338861808181e-05, + "Y": 0.047515496611595154, + "U": 4.065080065629445e-05, + "K": 1.3623482118418906e-05, + "L": 0.008860785514116287, + "G": 0.03259141370654106, + "F": 0.02794329822063446, + "E": 0.0006763294222764671, + "T": 0.02162051759660244, + "P": 0.011798173189163208, + "-": 0.8131638169288635 + }, + "id": "tp_607" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 75876, + "label": "-", + "classification": { + "B": 2.71018325292971e-06, + "S": 1.1507217095640954e-05, + "I": 1.063820391777881e-07, + "C": 3.4823958117158327e-07, + "R": 2.1701809771457192e-07, + "M": 0.00044146159780211747, + "O": 0.0001877987670013681, + "W": 5.870535346730321e-07, + "N": 3.744186738430244e-09, + "Y": 0.00012687168782576919, + "U": 1.258285142746729e-10, + "K": 4.722182644911754e-10, + "L": 3.5555025533540174e-05, + "G": 0.0002592440869193524, + "F": 0.006963613908737898, + "E": 1.19031665235525e-06, + "T": 0.00013026777014601976, + "P": 0.00022639636881649494, + "-": 0.9916120767593384 + }, + "id": "tp_608" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 76009, + "label": "-", + "classification": { + "B": 0.058303508907556534, + "S": 0.0007211618358269334, + "I": 1.4974895634622953e-07, + "C": 1.4845408031760599e-06, + "R": 1.9761971543630352e-06, + "M": 0.01682918518781662, + "O": 0.019263794645667076, + "W": 1.4928681594028603e-05, + "N": 1.0805480954445557e-09, + "Y": 1.3544002285925671e-05, + "U": 6.330005269949979e-11, + "K": 4.0071621015954836e-14, + "L": 0.02905735746026039, + "G": 0.003943939693272114, + "F": 0.0003447140916250646, + "E": 1.0028451242760639e-06, + "T": 0.00022935462766326964, + "P": 0.00017544925503898412, + "-": 0.871098518371582 + }, + "id": "tp_609" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 76143, + "label": "-", + "classification": { + "B": 0.008147483691573143, + "S": 0.00031534951995126903, + "I": 2.0826837499043904e-05, + "C": 2.4241808205260895e-05, + "R": 1.2870775208284613e-05, + "M": 0.04002312570810318, + "O": 0.007826491259038448, + "W": 3.4375723771518096e-05, + "N": 4.332971741405345e-07, + "Y": 0.0008894023485481739, + "U": 5.164426397641364e-08, + "K": 1.1530225663136662e-09, + "L": 0.0053894976153969765, + "G": 0.006824743002653122, + "F": 0.0012979598250240088, + "E": 8.548902405891567e-05, + "T": 0.00211336906068027, + "P": 0.002690243301913142, + "-": 0.9243040084838867 + }, + "id": "tp_610" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 76276, + "label": "-", + "classification": { + "B": 7.011113893895526e-07, + "S": 8.861868082021829e-06, + "I": 2.578050273260857e-10, + "C": 2.0096680941605882e-07, + "R": 1.691174418283481e-07, + "M": 0.0005309791886247694, + "O": 0.00037967186653986573, + "W": 1.4886606436448346e-07, + "N": 7.943718599578986e-12, + "Y": 8.213153341785073e-05, + "U": 3.1636626369839493e-13, + "K": 6.994183335794213e-13, + "L": 0.00038782431511208415, + "G": 0.0014845586847513914, + "F": 0.023366866633296013, + "E": 9.84139347792734e-09, + "T": 0.00017449056031182408, + "P": 3.4995111946045654e-06, + "-": 0.9735798239707947 + }, + "id": "tp_611" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 76376, + "label": "-", + "classification": { + "B": 0.00035206181928515434, + "S": 0.00010689533519325778, + "I": 0.00012361137487459928, + "C": 7.023077614576323e-06, + "R": 1.0325195034965873e-05, + "M": 0.001920990995131433, + "O": 0.0007504522218368948, + "W": 2.5681241822894663e-05, + "N": 3.623827979026828e-06, + "Y": 0.005066012032330036, + "U": 2.6270504349668045e-07, + "K": 2.8714103450511175e-07, + "L": 0.00022285319573711604, + "G": 0.002109205350279808, + "F": 0.011466140858829021, + "E": 5.350818173610605e-05, + "T": 0.003720484208315611, + "P": 0.011286076158285141, + "-": 0.9627745151519775 + }, + "id": "tp_612" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 76510, + "label": "-", + "classification": { + "B": 0.005774894263595343, + "S": 0.0010321802692487836, + "I": 0.00035944971023127437, + "C": 0.0028466680087149143, + "R": 0.000997947296127677, + "M": 0.05447337403893471, + "O": 0.007155331317335367, + "W": 0.00014369070413522422, + "N": 1.608911952644121e-05, + "Y": 0.005945522803813219, + "U": 3.5585978821472963e-06, + "K": 1.2602802144101588e-06, + "L": 0.019168484956026077, + "G": 0.07240571081638336, + "F": 0.04853687062859535, + "E": 0.0016845760401338339, + "T": 0.007990533486008644, + "P": 0.008780697360634804, + "-": 0.7626831531524658 + }, + "id": "tp_613" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 76643, + "label": "-", + "classification": { + "B": 0.0005267963861115277, + "S": 0.005115372594445944, + "I": 1.6717827747925185e-05, + "C": 0.0003749329480342567, + "R": 0.00047756967251189053, + "M": 0.026450667530298233, + "O": 0.035063486546278, + "W": 0.0004872207064181566, + "N": 1.7888729644255363e-06, + "Y": 0.01337344665080309, + "U": 1.9311868015847722e-07, + "K": 4.384013720937219e-07, + "L": 0.034170474857091904, + "G": 0.10018037259578705, + "F": 0.16804653406143188, + "E": 6.0528596804942936e-05, + "T": 0.008559311740100384, + "P": 0.0006779549876227975, + "-": 0.6064161658287048 + }, + "id": "tp_614" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 76777, + "label": "-", + "classification": { + "B": 0.016520792618393898, + "S": 0.01913330890238285, + "I": 0.002318528713658452, + "C": 0.0038800248876214027, + "R": 0.0026950000319629908, + "M": 0.07351742684841156, + "O": 0.04136846587061882, + "W": 0.0041462997905910015, + "N": 0.00044982321560382843, + "Y": 0.01626054383814335, + "U": 8.553938096156344e-05, + "K": 7.414862920995802e-05, + "L": 0.045000363141298294, + "G": 0.08549814671278, + "F": 0.09866216778755188, + "E": 0.005499254912137985, + "T": 0.031684041023254395, + "P": 0.028911644592881203, + "-": 0.5242944359779358 + }, + "id": "tp_615" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 76877, + "label": "-", + "classification": { + "B": 0.003468473209068179, + "S": 6.709001900162548e-05, + "I": 2.1180966314204852e-07, + "C": 1.7931364482137724e-07, + "R": 2.1336587963105558e-07, + "M": 0.002725832397118211, + "O": 0.0018003006698563695, + "W": 1.559435872877657e-06, + "N": 1.451692654974579e-09, + "Y": 1.9423167032073252e-05, + "U": 3.2202570471318026e-11, + "K": 1.3510938515984977e-13, + "L": 0.002105334075167775, + "G": 0.001452032127417624, + "F": 0.0012663358356803656, + "E": 6.524694526888197e-07, + "T": 0.00018535704293753952, + "P": 0.00042882689740508795, + "-": 0.986478328704834 + }, + "id": "tp_616" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 77010, + "label": "-", + "classification": { + "B": 0.00163646147120744, + "S": 3.129457763861865e-05, + "I": 2.4675023269082885e-06, + "C": 5.927904567215592e-07, + "R": 2.0280026546970475e-07, + "M": 0.0007250045891851187, + "O": 0.0005282154306769371, + "W": 4.2999713514291216e-06, + "N": 9.588133309534896e-08, + "Y": 0.00013484060764312744, + "U": 5.951270143356169e-09, + "K": 5.873636577113928e-10, + "L": 0.00010191241017309949, + "G": 0.0005479003302752972, + "F": 0.0012368320021778345, + "E": 2.130670145561453e-05, + "T": 0.00020014429173897952, + "P": 0.007452968508005142, + "-": 0.9873753786087036 + }, + "id": "tp_617" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 77144, + "label": "-", + "classification": { + "B": 2.3128110115067102e-05, + "S": 2.000359131670848e-07, + "I": 4.0114611632446895e-10, + "C": 2.571879820223444e-09, + "R": 1.8273081936470703e-09, + "M": 4.500787326833233e-05, + "O": 2.195756314904429e-05, + "W": 1.7229289994702413e-08, + "N": 2.0425696724279963e-12, + "Y": 2.4971402581286384e-06, + "U": 2.3364182767313113e-13, + "K": 9.956313253229113e-15, + "L": 5.837945082021179e-06, + "G": 1.3496131032297853e-05, + "F": 7.968532736413181e-05, + "E": 5.166682193191718e-09, + "T": 4.0837285268935375e-06, + "P": 2.097058495564852e-05, + "-": 0.9997830986976624 + }, + "id": "tp_618" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 77277, + "label": "-", + "classification": { + "B": 0.015705551952123642, + "S": 3.899856164935045e-05, + "I": 2.6778318442666205e-06, + "C": 1.85725900792022e-06, + "R": 1.4517261206492549e-06, + "M": 0.0034627525601536036, + "O": 0.0012753220507875085, + "W": 1.171829535451252e-05, + "N": 3.659212666207168e-08, + "Y": 0.000123795194667764, + "U": 7.424080905593655e-09, + "K": 1.8539512980364492e-10, + "L": 0.0008600381552241743, + "G": 0.0007909518317319453, + "F": 0.00033706394606269896, + "E": 8.218716175178997e-06, + "T": 0.00041003996739163995, + "P": 0.0017770265694707632, + "-": 0.9751925468444824 + }, + "id": "tp_619" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 77377, + "label": "-", + "classification": { + "B": 0.00023117722594179213, + "S": 5.892731678613927e-06, + "I": 6.649775627920462e-07, + "C": 9.730784995554131e-07, + "R": 6.548965529873385e-07, + "M": 0.0030052484944462776, + "O": 0.0007164707058109343, + "W": 5.087863996777742e-07, + "N": 3.780110002793435e-09, + "Y": 7.382607145700604e-05, + "U": 3.1096811237141253e-10, + "K": 2.127438633245382e-12, + "L": 0.0009431549697183073, + "G": 0.0012707342393696308, + "F": 0.00045740933273918927, + "E": 2.4340388335986063e-06, + "T": 0.0002218829613411799, + "P": 0.0008736910531297326, + "-": 0.9921952486038208 + }, + "id": "tp_620" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 77511, + "label": "-", + "classification": { + "B": 0.009601597674190998, + "S": 0.0002428153675282374, + "I": 5.857662017660914e-07, + "C": 1.2438288194971392e-06, + "R": 3.7341899314924376e-06, + "M": 0.010657199658453465, + "O": 0.020658623427152634, + "W": 2.4749006115598604e-05, + "N": 2.9194957562594936e-09, + "Y": 6.802820280427113e-05, + "U": 4.0748968088699655e-10, + "K": 3.92143077992263e-13, + "L": 0.02688531205058098, + "G": 0.0036702542565762997, + "F": 0.0005492925993166864, + "E": 7.07830736246251e-07, + "T": 0.00024786859285086393, + "P": 0.0002921614213846624, + "-": 0.9270958304405212 + }, + "id": "tp_621" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 77644, + "label": "-", + "classification": { + "B": 2.5390609152964316e-06, + "S": 4.2780403219921936e-08, + "I": 3.372447210381324e-09, + "C": 4.962047786549739e-11, + "R": 3.339326037909984e-11, + "M": 2.470893377903849e-05, + "O": 3.463468829068006e-06, + "W": 9.150905588839464e-10, + "N": 3.944017855361803e-12, + "Y": 1.7031336483341875e-06, + "U": 2.3487261397933668e-14, + "K": 4.446344873098576e-16, + "L": 1.001394480226736e-06, + "G": 8.405741027672775e-06, + "F": 6.393516378011554e-05, + "E": 1.721102371732286e-08, + "T": 3.0281769340945175e-06, + "P": 0.00019019609317183495, + "-": 0.9997009038925171 + }, + "id": "tp_622" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 77778, + "label": "-", + "classification": { + "B": 1.3382302768150112e-06, + "S": 2.533421366024413e-06, + "I": 8.417404728788824e-07, + "C": 8.409569574041598e-08, + "R": 5.960832538676186e-08, + "M": 0.0005374497850425541, + "O": 5.692867489415221e-05, + "W": 1.910457427811707e-07, + "N": 6.995270585008484e-09, + "Y": 0.0002661990583874285, + "U": 1.186229309224629e-10, + "K": 4.215402193974427e-10, + "L": 6.117029897723114e-06, + "G": 0.00010658746759872884, + "F": 0.0012101347092539072, + "E": 7.661357130928081e-07, + "T": 0.0010689126793295145, + "P": 0.0002616442507132888, + "-": 0.9964802861213684 + }, + "id": "tp_623" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 77878, + "label": "-", + "classification": { + "B": 0.0005219392478466034, + "S": 0.0032652358058840036, + "I": 7.042265679046977e-06, + "C": 9.98494761006441e-06, + "R": 3.325137004139833e-05, + "M": 0.03215796872973442, + "O": 0.06993703544139862, + "W": 0.0002993024536408484, + "N": 2.638200555793446e-07, + "Y": 0.02717074379324913, + "U": 1.967153329118787e-09, + "K": 1.5232625827366064e-08, + "L": 0.009053222835063934, + "G": 0.023438146337866783, + "F": 0.00830534752458334, + "E": 6.619926352868788e-06, + "T": 0.02196482941508293, + "P": 7.935222674859688e-05, + "-": 0.8037495613098145 + }, + "id": "tp_624" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 78011, + "label": "-", + "classification": { + "B": 2.1321740860003047e-05, + "S": 0.002237563719972968, + "I": 1.3874115438738954e-06, + "C": 4.556441581371473e-06, + "R": 1.0185453902522568e-05, + "M": 0.013550585135817528, + "O": 0.014721370302140713, + "W": 0.0001139606029028073, + "N": 1.1800658938909692e-07, + "Y": 0.002200284507125616, + "U": 2.450438296719426e-09, + "K": 1.9643021431647867e-08, + "L": 0.0016160485101863742, + "G": 0.0020133331418037415, + "F": 0.006619167048484087, + "E": 2.575482312749955e-06, + "T": 0.008570577017962933, + "P": 0.00021248027042020112, + "-": 0.9481044411659241 + }, + "id": "tp_625" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 78145, + "label": "-", + "classification": { + "B": 0.001427171635441482, + "S": 0.0030202376656234264, + "I": 4.686088686867151e-06, + "C": 1.7633882976042514e-07, + "R": 9.329532986157574e-07, + "M": 0.0008645471534691751, + "O": 0.00662029767408967, + "W": 0.00013717620458919555, + "N": 3.191077269093512e-07, + "Y": 6.259850488277152e-05, + "U": 4.270377385040547e-09, + "K": 3.7094396443393407e-09, + "L": 0.00032692155218683183, + "G": 0.0001320056471740827, + "F": 0.001377988257445395, + "E": 2.185291805290035e-06, + "T": 0.0005119234556332231, + "P": 0.005891197361052036, + "-": 0.9796196818351746 + }, + "id": "tp_626" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 78278, + "label": "-", + "classification": { + "B": 0.0001885848178062588, + "S": 0.0009226382244378328, + "I": 0.00029515725327655673, + "C": 0.0032532401382923126, + "R": 0.002504197880625725, + "M": 0.012249216437339783, + "O": 0.009878212586045265, + "W": 0.0006710179150104523, + "N": 5.1185019401600584e-05, + "Y": 0.033507730811834335, + "U": 3.6942925362382084e-05, + "K": 0.00014545145677402616, + "L": 0.004521600902080536, + "G": 0.016684511676430702, + "F": 0.03418152406811714, + "E": 0.000298737024422735, + "T": 0.018714116886258125, + "P": 0.008396700955927372, + "-": 0.853499174118042 + }, + "id": "tp_627" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 78378, + "label": "-", + "classification": { + "B": 2.2165804693941027e-05, + "S": 5.367591802496463e-05, + "I": 0.00020010942535009235, + "C": 0.0004084989195689559, + "R": 0.00023289778619073331, + "M": 0.0018302256939932704, + "O": 0.0008110969210974872, + "W": 4.411451664054766e-05, + "N": 1.3372835383052006e-05, + "Y": 0.01267230324447155, + "U": 5.331463853508467e-06, + "K": 1.6710035197320394e-05, + "L": 0.0004125438863411546, + "G": 0.005516440141946077, + "F": 0.039516348391771317, + "E": 0.00012952048564329743, + "T": 0.0068454681895673275, + "P": 0.011180533096194267, + "-": 0.9200887084007263 + }, + "id": "tp_628" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 78512, + "label": "-", + "classification": { + "B": 3.7956085634505143e-06, + "S": 1.6247369785560295e-05, + "I": 5.186923317523906e-06, + "C": 3.1548490824206965e-06, + "R": 2.129379026882816e-06, + "M": 0.0011765691451728344, + "O": 0.00025898421881720424, + "W": 2.616649226183654e-06, + "N": 2.78240463558177e-07, + "Y": 0.0030232430435717106, + "U": 2.0567421543660203e-08, + "K": 1.8685953762087593e-07, + "L": 4.825234645977616e-05, + "G": 0.0007069871062412858, + "F": 0.010386018082499504, + "E": 1.9953964510932565e-05, + "T": 0.001200597733259201, + "P": 0.001727114780806005, + "-": 0.9814187288284302 + }, + "id": "tp_629" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 78645, + "label": "-", + "classification": { + "B": 4.2141067524426035e-07, + "S": 0.0006329183815978467, + "I": 4.985742307894725e-08, + "C": 1.8039940652414543e-09, + "R": 3.019907524048904e-08, + "M": 0.0010517544578760862, + "O": 0.0028320588171482086, + "W": 4.238432666170411e-06, + "N": 1.2572667351662403e-09, + "Y": 0.0014063342241570354, + "U": 2.637517483063123e-13, + "K": 8.303494003492062e-11, + "L": 4.307965355110355e-05, + "G": 0.00020565053273458034, + "F": 0.0026733679696917534, + "E": 9.72698011025841e-09, + "T": 0.0039491415955126286, + "P": 1.940926449606195e-05, + "-": 0.9871814846992493 + }, + "id": "tp_630" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 78779, + "label": "-", + "classification": { + "B": 1.8183033034802065e-06, + "S": 2.837940087374591e-07, + "I": 5.011612813632382e-08, + "C": 3.3220703965497478e-09, + "R": 7.755722175595281e-10, + "M": 3.470488081802614e-05, + "O": 9.985677934309933e-06, + "W": 2.0494310248864167e-08, + "N": 1.089503376405787e-09, + "Y": 1.356672146357596e-05, + "U": 4.098701586463527e-11, + "K": 4.215327739642838e-11, + "L": 9.100976399167848e-07, + "G": 1.3987887541588861e-05, + "F": 0.0008979113190434873, + "E": 7.981592489159084e-07, + "T": 1.4774364899494685e-05, + "P": 0.0027951442170888186, + "-": 0.9962161183357239 + }, + "id": "tp_631" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 78879, + "label": "-", + "classification": { + "B": 5.252416667644866e-05, + "S": 0.0003617508336901665, + "I": 1.0556125289440388e-06, + "C": 1.4446681007029838e-07, + "R": 2.649736643434153e-07, + "M": 0.0007923462544567883, + "O": 0.001767112291418016, + "W": 3.550930705387145e-05, + "N": 1.2920894221224444e-07, + "Y": 0.0006581880734302104, + "U": 1.5673633502188977e-09, + "K": 4.3768739743654805e-08, + "L": 4.914802411803976e-05, + "G": 0.00027153262635692954, + "F": 0.010113934054970741, + "E": 3.6760720831807703e-06, + "T": 0.001417758408933878, + "P": 0.0012044322211295366, + "-": 0.9832704663276672 + }, + "id": "tp_632" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 79012, + "label": "-", + "classification": { + "B": 6.066375402014046e-09, + "S": 7.485303044063585e-09, + "I": 7.942284163675595e-09, + "C": 3.672233073181985e-10, + "R": 5.465186636577357e-10, + "M": 2.188072130593355e-06, + "O": 1.1769579941756092e-06, + "W": 1.5380267059939001e-09, + "N": 3.502069814698139e-11, + "Y": 1.3727390978601761e-05, + "U": 3.327537084849702e-13, + "K": 1.8946404774927705e-12, + "L": 1.0021468099807862e-08, + "G": 5.220872481004335e-07, + "F": 1.1341834579070564e-05, + "E": 4.6426005262389936e-09, + "T": 1.2544536730274558e-05, + "P": 7.197276863735169e-05, + "-": 0.9998865127563477 + }, + "id": "tp_633" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 79146, + "label": "-", + "classification": { + "B": 0.0013930787099525332, + "S": 0.0038757147267460823, + "I": 3.4141010019084206e-06, + "C": 2.0697133606972784e-07, + "R": 8.370692512471578e-07, + "M": 0.007082660682499409, + "O": 0.010210968554019928, + "W": 0.0001455275050830096, + "N": 3.159474601943657e-07, + "Y": 0.00012935228005517274, + "U": 4.9011861236181176e-09, + "K": 5.1910014065015275e-09, + "L": 0.0009519134182482958, + "G": 0.0005550174973905087, + "F": 0.0057084206491708755, + "E": 1.1352131878084037e-05, + "T": 0.0008382084779441357, + "P": 0.0022041674237698317, + "-": 0.9668887853622437 + }, + "id": "tp_634" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 79279, + "label": "-", + "classification": { + "B": 0.0005892913904972374, + "S": 0.002424015197902918, + "I": 0.000208105324418284, + "C": 0.00017522653797641397, + "R": 0.00047639189870096743, + "M": 0.023198779672384262, + "O": 0.022021479904651642, + "W": 0.0008552623330615461, + "N": 1.9608605725807138e-05, + "Y": 0.01686120219528675, + "U": 4.162870482105063e-06, + "K": 2.6191123652097303e-06, + "L": 0.010207261890172958, + "G": 0.01299603283405304, + "F": 0.025461509823799133, + "E": 7.637841918040067e-05, + "T": 0.02553408220410347, + "P": 0.0032411767169833183, + "-": 0.8556475043296814 + }, + "id": "tp_635" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 79379, + "label": "-", + "classification": { + "B": 0.0034597604535520077, + "S": 0.0003123623027931899, + "I": 0.00018089025979861617, + "C": 2.2279298718785867e-05, + "R": 1.7633978131925687e-05, + "M": 0.004843564238399267, + "O": 0.0021702442318201065, + "W": 9.946322097675875e-05, + "N": 5.695545496564591e-06, + "Y": 0.0008563989540562034, + "U": 7.908503221187857e-07, + "K": 1.0569024766482471e-07, + "L": 0.000977048766799271, + "G": 0.0014352130237966776, + "F": 0.003201963845640421, + "E": 0.00036109922803007066, + "T": 0.0011990177445113659, + "P": 0.030911356210708618, + "-": 0.9499450922012329 + }, + "id": "tp_636" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 79513, + "label": "-", + "classification": { + "B": 1.42509429679194e-06, + "S": 2.176015368604567e-05, + "I": 8.808253369352315e-06, + "C": 9.378349204780534e-06, + "R": 3.2200650821323507e-06, + "M": 4.8877955123316497e-05, + "O": 9.622625657357275e-05, + "W": 8.987730325316079e-06, + "N": 2.960386609629495e-06, + "Y": 0.0004390602116473019, + "U": 2.533127485548903e-07, + "K": 2.8526603273348883e-05, + "L": 2.761481937341159e-06, + "G": 7.849767280276865e-05, + "F": 0.015880748629570007, + "E": 1.814505048969295e-05, + "T": 0.0005283178761601448, + "P": 0.025741390883922577, + "-": 0.9570807814598083 + }, + "id": "tp_637" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 79646, + "label": "-", + "classification": { + "B": 3.314458081149496e-05, + "S": 6.547186330863042e-07, + "I": 1.7393236930729472e-06, + "C": 1.0206572369497735e-06, + "R": 3.598032947138563e-07, + "M": 0.00011569401249289513, + "O": 9.752201003720984e-05, + "W": 9.748898719408317e-07, + "N": 7.402759649721702e-08, + "Y": 0.00011355869355611503, + "U": 2.6244348916293347e-08, + "K": 1.2689261863485513e-09, + "L": 1.6291409338009544e-05, + "G": 5.881023753318004e-05, + "F": 0.0002701316261664033, + "E": 2.76946957455948e-06, + "T": 0.0002497346722520888, + "P": 0.011666538193821907, + "-": 0.9873709678649902 + }, + "id": "tp_638" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 79780, + "label": "-", + "classification": { + "B": 0.00010757971904240549, + "S": 0.0164963211864233, + "I": 2.2600052318466624e-07, + "C": 3.4752235933410702e-06, + "R": 4.6354703954420984e-05, + "M": 0.07952236384153366, + "O": 0.38086938858032227, + "W": 0.00017956417286768556, + "N": 1.3221656658402026e-08, + "Y": 0.0014919600216671824, + "U": 1.6644172151636383e-11, + "K": 2.963102263553452e-10, + "L": 0.040563493967056274, + "G": 0.02065514400601387, + "F": 0.005572509486228228, + "E": 3.903494416590547e-07, + "T": 0.005895000416785479, + "P": 7.083805485308403e-06, + "-": 0.4485890865325928 + }, + "id": "tp_639" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 79880, + "label": "-", + "classification": { + "B": 0.0004799868620466441, + "S": 0.0004506463010329753, + "I": 1.1319590157654602e-05, + "C": 1.616948225091619e-06, + "R": 3.7822592275915667e-06, + "M": 0.0018625627271831036, + "O": 0.002139535965397954, + "W": 4.580999302561395e-05, + "N": 6.610272862417332e-07, + "Y": 0.0007562395185232162, + "U": 2.7128930213393687e-08, + "K": 1.89393691840678e-08, + "L": 0.0002878368250094354, + "G": 0.0007875076262280345, + "F": 0.006416998337954283, + "E": 6.148517513793195e-06, + "T": 0.0022918798495084047, + "P": 0.0026374543085694313, + "-": 0.9818199872970581 + }, + "id": "tp_640" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 80013, + "label": "-", + "classification": { + "B": 3.174741141265258e-05, + "S": 0.0003748349554371089, + "I": 1.5404004443553276e-05, + "C": 0.0001276762195629999, + "R": 0.00017495897191110998, + "M": 0.00784564670175314, + "O": 0.003626375226303935, + "W": 5.280943514662795e-05, + "N": 1.0687440408219118e-06, + "Y": 0.011101312935352325, + "U": 1.89535015238107e-07, + "K": 5.457169436340337e-07, + "L": 0.0032478405628353357, + "G": 0.010652297176420689, + "F": 0.06763621419668198, + "E": 4.1326857171952724e-05, + "T": 0.005063788965344429, + "P": 0.0014692592667415738, + "-": 0.8885366916656494 + }, + "id": "tp_641" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 80147, + "label": "-", + "classification": { + "B": 1.1208246633032104e-06, + "S": 2.158097777282819e-05, + "I": 5.36490034619419e-08, + "C": 6.249229045351967e-08, + "R": 7.42335117820403e-08, + "M": 0.0010956861078739166, + "O": 0.00044366042129695415, + "W": 1.1385076277292683e-06, + "N": 2.019903133643197e-09, + "Y": 0.0001255143288290128, + "U": 6.389123258232488e-11, + "K": 4.132847675197837e-10, + "L": 5.53468635189347e-05, + "G": 0.00015910273941699415, + "F": 0.003262187587097287, + "E": 3.270747868100443e-07, + "T": 0.000325869710650295, + "P": 0.00010044489317806438, + "-": 0.9944078922271729 + }, + "id": "tp_642" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 80280, + "label": "-", + "classification": { + "B": 1.4033010309333349e-08, + "S": 6.592239287783741e-08, + "I": 1.474678299473453e-07, + "C": 1.2931465107612894e-06, + "R": 2.934107783403306e-07, + "M": 4.0509494283469394e-05, + "O": 6.318502528301906e-06, + "W": 2.7657483414600392e-08, + "N": 3.094070777365232e-09, + "Y": 0.0003124746435787529, + "U": 7.897894005459705e-10, + "K": 1.5359686855731525e-08, + "L": 1.6264705209323438e-06, + "G": 7.89094265201129e-05, + "F": 0.0051322574727237225, + "E": 2.2944315958284278e-07, + "T": 0.0001926261029439047, + "P": 0.0004011450510006398, + "-": 0.9938321113586426 + }, + "id": "tp_643" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 80380, + "label": "-", + "classification": { + "B": 2.662150563992327e-06, + "S": 4.914766759611666e-05, + "I": 6.1452778936654795e-06, + "C": 2.7584476356423693e-06, + "R": 4.3371569518058095e-06, + "M": 0.0007715002866461873, + "O": 0.0004640101979020983, + "W": 1.7152397049358115e-05, + "N": 4.65794926185481e-07, + "Y": 0.0017232033424079418, + "U": 6.87201548998928e-08, + "K": 2.5251563329220517e-07, + "L": 5.498181781149469e-05, + "G": 0.00015686778351664543, + "F": 0.006490788422524929, + "E": 7.497887963836547e-06, + "T": 0.0017968746833503246, + "P": 0.003958745393902063, + "-": 0.9844925403594971 + }, + "id": "tp_644" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 80514, + "label": "-", + "classification": { + "B": 0.003175929421558976, + "S": 0.0025405639316886663, + "I": 2.1947917048237287e-05, + "C": 2.9508615625672974e-05, + "R": 5.715219958801754e-05, + "M": 0.011682354845106602, + "O": 0.024256719276309013, + "W": 0.00045164808398112655, + "N": 1.8402809018880362e-06, + "Y": 0.005198816768825054, + "U": 1.6383687295729032e-07, + "K": 9.946206347422049e-08, + "L": 0.009202775545418262, + "G": 0.010287504643201828, + "F": 0.01680801808834076, + "E": 5.156351835466921e-05, + "T": 0.004031782504171133, + "P": 0.0020716486033052206, + "-": 0.910129964351654 + }, + "id": "tp_645" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 80647, + "label": "-", + "classification": { + "B": 9.722430695546791e-05, + "S": 4.4553769839694723e-05, + "I": 1.2808610335923731e-05, + "C": 9.563868843542878e-07, + "R": 8.688822390467976e-07, + "M": 0.00010040165216196328, + "O": 0.0002500361588317901, + "W": 7.567205557279522e-06, + "N": 9.414248438588402e-07, + "Y": 0.00012402678839862347, + "U": 3.9238940985342197e-08, + "K": 3.5282678112480426e-08, + "L": 2.2744339730706997e-05, + "G": 0.00014116417150944471, + "F": 0.0036896609235554934, + "E": 1.1531767995620612e-05, + "T": 0.00030911879730410874, + "P": 0.0462627187371254, + "-": 0.9489235877990723 + }, + "id": "tp_646" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 80781, + "label": "-", + "classification": { + "B": 3.3915812309714966e-06, + "S": 0.00021047383779659867, + "I": 1.4718558816184668e-08, + "C": 6.784581230157016e-10, + "R": 1.1891430951038728e-08, + "M": 0.0013139268849045038, + "O": 0.0013858478050678968, + "W": 2.4841940557962516e-06, + "N": 3.8313555106306296e-10, + "Y": 0.00020059033704455942, + "U": 5.803516846779322e-13, + "K": 1.7657661791070645e-11, + "L": 3.9538979763165116e-05, + "G": 9.645039244787768e-05, + "F": 0.004367224872112274, + "E": 3.345080656913524e-08, + "T": 0.0006277544307522476, + "P": 2.6104551579919644e-05, + "-": 0.9917261600494385 + }, + "id": "tp_647" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 80881, + "label": "-", + "classification": { + "B": 4.777616595674772e-06, + "S": 2.7818150556413457e-06, + "I": 3.453599006775221e-08, + "C": 1.1383224141070514e-08, + "R": 1.8085378528098772e-08, + "M": 6.0522768762893975e-05, + "O": 0.00015896037803031504, + "W": 2.977814688165381e-07, + "N": 4.510829210158107e-10, + "Y": 1.6952455553109758e-05, + "U": 1.636033149232663e-11, + "K": 1.3542091710158632e-12, + "L": 2.1067173292976804e-05, + "G": 3.705357084982097e-05, + "F": 0.0010642391862347722, + "E": 1.182214361961087e-07, + "T": 1.7046875655069016e-05, + "P": 0.0004443280922714621, + "-": 0.9981716871261597 + }, + "id": "tp_648" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 81014, + "label": "-", + "classification": { + "B": 1.1289505863487648e-07, + "S": 0.00106625200714916, + "I": 6.414666131604463e-08, + "C": 1.7870301860511972e-07, + "R": 9.967444611902465e-07, + "M": 0.010538183152675629, + "O": 0.007469894364476204, + "W": 1.800577410904225e-05, + "N": 7.192554996038325e-09, + "Y": 0.03397456184029579, + "U": 5.275915988811608e-12, + "K": 2.5016390736709582e-08, + "L": 0.00017110926273744553, + "G": 0.0042352150194346905, + "F": 0.05084678530693054, + "E": 1.6813071113119804e-07, + "T": 0.021377233788371086, + "P": 6.733465397701366e-06, + "-": 0.870294451713562 + }, + "id": "tp_649" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 81148, + "label": "-", + "classification": { + "B": 2.7416152192927257e-07, + "S": 4.005513619631529e-05, + "I": 8.958872967923526e-07, + "C": 1.8043481304630404e-06, + "R": 1.3954654605186079e-06, + "M": 0.002384027000516653, + "O": 0.00048350359429605305, + "W": 2.6495224574318854e-06, + "N": 2.541911747755421e-08, + "Y": 0.07863516360521317, + "U": 1.0755568657927483e-10, + "K": 1.5929899177535845e-07, + "L": 3.229287904105149e-05, + "G": 0.0037710319738835096, + "F": 0.017649836838245392, + "E": 1.4783649930905085e-06, + "T": 0.024615468457341194, + "P": 2.9472510505001992e-05, + "-": 0.8723503351211548 + }, + "id": "tp_650" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 81281, + "label": "-", + "classification": { + "B": 0.0006766953738406301, + "S": 0.011133735068142414, + "I": 0.0006100204773247242, + "C": 0.00517016788944602, + "R": 0.0076806144788861275, + "M": 0.04672197625041008, + "O": 0.04464501515030861, + "W": 0.0029195628594607115, + "N": 0.0001121569803217426, + "Y": 0.022176947444677353, + "U": 1.847749990702141e-05, + "K": 4.13822490372695e-05, + "L": 0.03351015970110893, + "G": 0.04153239354491234, + "F": 0.0670422613620758, + "E": 0.0004456639871932566, + "T": 0.03418613597750664, + "P": 0.0058648958802223206, + "-": 0.6755116581916809 + }, + "id": "tp_651" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 81381, + "label": "-", + "classification": { + "B": 3.2785555958980694e-05, + "S": 1.7151320207631215e-05, + "I": 3.416664185351692e-05, + "C": 1.1626066225289833e-05, + "R": 1.554489426780492e-05, + "M": 0.0002687591186258942, + "O": 0.0003677929344121367, + "W": 1.2739666090055835e-05, + "N": 2.3445857095794054e-06, + "Y": 0.0012216429458931088, + "U": 4.3043758068961324e-07, + "K": 1.1317193866489106e-06, + "L": 3.9437032683053985e-05, + "G": 0.0004349335213191807, + "F": 0.0039156582206487656, + "E": 1.9384828192414716e-05, + "T": 0.0007201777771115303, + "P": 0.011521509848535061, + "-": 0.9813627004623413 + }, + "id": "tp_652" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 81515, + "label": "-", + "classification": { + "B": 1.941040318342857e-05, + "S": 0.06533601880073547, + "I": 4.157831881457241e-06, + "C": 3.896910584444413e-06, + "R": 3.956886939704418e-05, + "M": 0.007167888339608908, + "O": 0.06656201928853989, + "W": 0.0007111072773113847, + "N": 5.705682042389526e-07, + "Y": 0.005183643661439419, + "U": 1.502700602840079e-10, + "K": 1.663150186459461e-07, + "L": 0.003276216797530651, + "G": 0.021083885803818703, + "F": 0.27072781324386597, + "E": 2.011002834478859e-06, + "T": 0.013010375201702118, + "P": 0.0001814393326640129, + "-": 0.5466898083686829 + }, + "id": "tp_653" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 81648, + "label": "-", + "classification": { + "B": 3.1951080018188804e-05, + "S": 0.0018487722845748067, + "I": 4.313646513764979e-06, + "C": 0.0005016388604417443, + "R": 0.00048303615767508745, + "M": 0.036342401057481766, + "O": 0.030583728104829788, + "W": 0.00015340803656727076, + "N": 3.56358100361831e-07, + "Y": 0.012225029990077019, + "U": 1.179101971615637e-08, + "K": 3.400833747946308e-07, + "L": 0.015503239817917347, + "G": 0.05633650720119476, + "F": 0.04618058353662491, + "E": 1.0391353498562239e-05, + "T": 0.017670542001724243, + "P": 8.51760632940568e-05, + "-": 0.7820386290550232 + }, + "id": "tp_654" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 81782, + "label": "-", + "classification": { + "B": 0.0004254873492754996, + "S": 0.009937940165400505, + "I": 0.0026852930895984173, + "C": 0.004952594172209501, + "R": 0.0035679596476256847, + "M": 0.024753443896770477, + "O": 0.022760942578315735, + "W": 0.0033458906691521406, + "N": 0.0007720644935034215, + "Y": 0.1264977753162384, + "U": 4.961424565408379e-05, + "K": 0.0019409374799579382, + "L": 0.0056593529880046844, + "G": 0.06569747626781464, + "F": 0.203013613820076, + "E": 0.002599140862002969, + "T": 0.07211177796125412, + "P": 0.01082626823335886, + "-": 0.4384024441242218 + }, + "id": "tp_655" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 81882, + "label": "-", + "classification": { + "B": 0.0007578308577649295, + "S": 0.0015285160625353456, + "I": 4.239896952640265e-06, + "C": 2.084908373944927e-06, + "R": 5.524407242774032e-06, + "M": 0.002431030385196209, + "O": 0.0076218764297664165, + "W": 0.00011482103582238778, + "N": 4.841751888307044e-07, + "Y": 0.0011603516759350896, + "U": 1.0365777569631973e-08, + "K": 1.1497903962265354e-08, + "L": 0.0015860400162637234, + "G": 0.00227262987755239, + "F": 0.016408368945121765, + "E": 8.605871698819101e-06, + "T": 0.003581870347261429, + "P": 0.002108281012624502, + "-": 0.960407555103302 + }, + "id": "tp_656" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 82015, + "label": "-", + "classification": { + "B": 0.001658360823057592, + "S": 0.035564929246902466, + "I": 0.00012326236173976213, + "C": 1.362219904876838e-06, + "R": 3.3449000511609484e-06, + "M": 0.002128666965290904, + "O": 0.013993482105433941, + "W": 0.0009675098117440939, + "N": 4.983955295756459e-05, + "Y": 0.00023127412714529783, + "U": 2.542820709550142e-07, + "K": 3.490293693175772e-06, + "L": 0.0006459816358983517, + "G": 0.0008987279143184423, + "F": 0.06778544932603836, + "E": 0.0003209876304026693, + "T": 0.0008342703222297132, + "P": 0.09713072329759598, + "-": 0.7776581645011902 + }, + "id": "tp_657" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 82149, + "label": "-", + "classification": { + "B": 0.000580109131988138, + "S": 0.023090938106179237, + "I": 0.0002016794605879113, + "C": 0.0004890511627309024, + "R": 0.0007445645169354975, + "M": 0.033514417707920074, + "O": 0.03937855362892151, + "W": 0.002335549099370837, + "N": 4.500814975472167e-05, + "Y": 0.012119477614760399, + "U": 2.7435987703938736e-06, + "K": 4.6513541747117415e-05, + "L": 0.01824728399515152, + "G": 0.0362139567732811, + "F": 0.11407751590013504, + "E": 0.00039814593037590384, + "T": 0.022347185760736465, + "P": 0.004477743525058031, + "-": 0.6916896104812622 + }, + "id": "tp_658" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 82282, + "label": "S", + "classification": { + "B": 0.008875345811247826, + "S": 0.48584744334220886, + "I": 2.5205285055562854e-05, + "C": 1.9395522031118162e-05, + "R": 0.0001056538094417192, + "M": 0.016458263620734215, + "O": 0.12080297619104385, + "W": 0.007545932196080685, + "N": 2.2636144421994686e-05, + "Y": 0.00045153198880143464, + "U": 1.367149025099934e-07, + "K": 3.895961981470464e-06, + "L": 0.010476992465555668, + "G": 0.005366689991205931, + "F": 0.03142232075333595, + "E": 6.44390020170249e-05, + "T": 0.006382763851433992, + "P": 0.003715022699907422, + "-": 0.30241337418556213 + }, + "id": "tp_659" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 82382, + "label": "-", + "classification": { + "B": 2.051871028641017e-08, + "S": 6.272650665550827e-08, + "I": 2.445222690994342e-09, + "C": 2.1288654750151181e-07, + "R": 1.4101006229338964e-07, + "M": 1.910180253617e-05, + "O": 1.202715156978229e-05, + "W": 1.2095457080363303e-08, + "N": 4.207133599831714e-11, + "Y": 3.946496872231364e-05, + "U": 9.005074463885876e-12, + "K": 2.2066971513967637e-11, + "L": 3.2177838420466287e-06, + "G": 2.452556145726703e-05, + "F": 0.00033094134414568543, + "E": 5.5971809409527395e-09, + "T": 5.712667552870698e-05, + "P": 2.372508060943801e-05, + "-": 0.999489426612854 + }, + "id": "tp_660" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 82516, + "label": "-", + "classification": { + "B": 0.0018519872101023793, + "S": 0.0011694636195898056, + "I": 6.759266284461773e-07, + "C": 1.6110071783259627e-06, + "R": 7.672057108720765e-06, + "M": 0.03412492945790291, + "O": 0.05933224409818649, + "W": 0.00010171324538532645, + "N": 1.7942079821864354e-08, + "Y": 0.0010440985206514597, + "U": 1.152413053873147e-09, + "K": 3.6933560376706254e-11, + "L": 0.033895619213581085, + "G": 0.0075943381525576115, + "F": 0.004557747859507799, + "E": 9.252250379176985e-07, + "T": 0.0024687391705811024, + "P": 9.38873490667902e-05, + "-": 0.8537542819976807 + }, + "id": "tp_661" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 82649, + "label": "-", + "classification": { + "B": 2.175036570406519e-06, + "S": 0.0005368479178287089, + "I": 1.176478235720424e-06, + "C": 3.909392773948639e-07, + "R": 1.1710581020452082e-06, + "M": 0.0011088476749137044, + "O": 0.004654018674045801, + "W": 3.0162324037519284e-05, + "N": 1.5442223855188786e-07, + "Y": 0.00069837411865592, + "U": 3.6674421277638203e-09, + "K": 9.429092173718345e-09, + "L": 0.0002189124934375286, + "G": 0.0002239073219243437, + "F": 0.005717963445931673, + "E": 1.2541210026029148e-06, + "T": 0.0009847601177170873, + "P": 0.003760146675631404, + "-": 0.9820597171783447 + }, + "id": "tp_662" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 82783, + "label": "-", + "classification": { + "B": 0.0006719736265949905, + "S": 0.00017288218077737838, + "I": 1.136443415816757e-06, + "C": 2.1863704091629188e-07, + "R": 6.785857635804859e-07, + "M": 0.0012052530655637383, + "O": 0.004632476717233658, + "W": 1.9142527889925987e-05, + "N": 2.92085129416364e-08, + "Y": 5.1466195145621896e-05, + "U": 1.1405643096651374e-09, + "K": 1.9851504121093377e-11, + "L": 0.0011934065259993076, + "G": 0.0003562136844266206, + "F": 0.0007761080050840974, + "E": 9.66288780546165e-07, + "T": 0.0003735576756298542, + "P": 0.0009717809152789414, + "-": 0.9895727038383484 + }, + "id": "tp_663" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 82883, + "label": "-", + "classification": { + "B": 3.786188642607158e-07, + "S": 5.43921146345383e-07, + "I": 9.238380727083495e-09, + "C": 3.701500261854562e-08, + "R": 3.392537095692205e-08, + "M": 9.536776633467525e-05, + "O": 5.2878061978844926e-05, + "W": 8.170655974026886e-08, + "N": 2.1983283249316088e-10, + "Y": 3.102726986980997e-05, + "U": 1.9520432145703204e-11, + "K": 4.4539080756855753e-11, + "L": 5.627211521641584e-06, + "G": 2.0474706616369076e-05, + "F": 0.00032334856223315, + "E": 7.375366095629943e-08, + "T": 4.930662544211373e-05, + "P": 0.00012458520359359682, + "-": 0.9992961883544922 + }, + "id": "tp_664" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 83016, + "label": "-", + "classification": { + "B": 3.533804431299359e-07, + "S": 3.9569260934513295e-07, + "I": 1.6694930593530444e-07, + "C": 2.445552524932282e-07, + "R": 2.1046724896223168e-07, + "M": 0.0008284689974971116, + "O": 7.088389247655869e-05, + "W": 6.287609011224049e-08, + "N": 5.680916848049833e-10, + "Y": 0.0003379608679097146, + "U": 2.5931612412932736e-10, + "K": 4.4074357878620685e-12, + "L": 6.620875501539558e-05, + "G": 0.00019115286704618484, + "F": 0.0003692299360409379, + "E": 6.407805841490699e-08, + "T": 0.0005808730493299663, + "P": 0.0002471704501658678, + "-": 0.9973065853118896 + }, + "id": "tp_665" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 83150, + "label": "-", + "classification": { + "B": 0.02031225897371769, + "S": 0.02019547112286091, + "I": 0.01527542993426323, + "C": 0.005696161650121212, + "R": 0.0034745403099805117, + "M": 0.020466044545173645, + "O": 0.028201797977089882, + "W": 0.012290973216295242, + "N": 0.00938620138913393, + "Y": 0.018724778667092323, + "U": 0.003529762849211693, + "K": 0.01220262423157692, + "L": 0.007639470510184765, + "G": 0.022388596087694168, + "F": 0.06949136406183243, + "E": 0.024660171940922737, + "T": 0.026310788467526436, + "P": 0.1783260554075241, + "-": 0.5014274716377258 + }, + "id": "tp_666" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 83283, + "label": "-", + "classification": { + "B": 1.0874353392864577e-05, + "S": 5.196154688746901e-06, + "I": 1.644391431909753e-07, + "C": 5.041994882049039e-06, + "R": 4.4842204260930885e-06, + "M": 0.0005690886755473912, + "O": 0.0004050706047564745, + "W": 1.0454316452523926e-06, + "N": 4.040400014559964e-09, + "Y": 0.0004889402771368623, + "U": 9.926973687512941e-10, + "K": 9.715876020388592e-11, + "L": 0.00041769363451749086, + "G": 0.0010640399996191263, + "F": 0.0046571725979447365, + "E": 3.7326066149034887e-07, + "T": 0.00045360607327893376, + "P": 0.00020313011191319674, + "-": 0.9917140603065491 + }, + "id": "tp_667" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 83383, + "label": "-", + "classification": { + "B": 1.576406430103816e-05, + "S": 0.0003272643662057817, + "I": 3.801758066401817e-05, + "C": 0.0010169880697503686, + "R": 0.0002658782177604735, + "M": 0.004112084396183491, + "O": 0.0015463472809642553, + "W": 3.807345638051629e-05, + "N": 3.961126367357792e-06, + "Y": 0.014884407632052898, + "U": 3.961706056543335e-07, + "K": 4.855448878515745e-06, + "L": 0.0021934276446700096, + "G": 0.03992839530110359, + "F": 0.3376266062259674, + "E": 0.00016617897199466825, + "T": 0.00770887965336442, + "P": 0.001771695096977055, + "-": 0.588350772857666 + }, + "id": "tp_668" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 83517, + "label": "-", + "classification": { + "B": 6.465672777267173e-05, + "S": 0.0003760842955671251, + "I": 5.669247116202314e-07, + "C": 5.127309918862011e-07, + "R": 3.299633590359008e-06, + "M": 0.0019093737937510014, + "O": 0.0038542835973203182, + "W": 2.769280763459392e-05, + "N": 2.161772094666503e-08, + "Y": 0.0005100841517560184, + "U": 8.911660853705428e-10, + "K": 1.4952545868140987e-09, + "L": 0.0007074637687765062, + "G": 0.000672306283377111, + "F": 0.005036667454987764, + "E": 9.105867775360821e-07, + "T": 0.0006303899572230875, + "P": 0.00044354956480674446, + "-": 0.9857621192932129 + }, + "id": "tp_669" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 83650, + "label": "-", + "classification": { + "B": 0.00010123112588189542, + "S": 0.0001413599675288424, + "I": 8.861985406838357e-06, + "C": 2.1959219509426475e-07, + "R": 6.837879595877894e-07, + "M": 0.0014802605146542192, + "O": 0.001760217477567494, + "W": 2.9072409233776852e-05, + "N": 6.743665608155425e-07, + "Y": 0.001782308565452695, + "U": 2.0125625610489806e-08, + "K": 1.850943220915724e-08, + "L": 0.00010003200441133231, + "G": 0.000303522712783888, + "F": 0.00341135635972023, + "E": 2.1035142708569765e-05, + "T": 0.00121429527644068, + "P": 0.003707421477884054, + "-": 0.9859374165534973 + }, + "id": "tp_670" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 83750, + "label": "-", + "classification": { + "B": 0.0004363710468169302, + "S": 2.6042731406050734e-05, + "I": 4.134962637181161e-06, + "C": 4.4156976741760445e-07, + "R": 3.0559587571588054e-07, + "M": 0.0010703373700380325, + "O": 0.00042436871444806457, + "W": 3.4615391086845193e-06, + "N": 7.799820167520011e-08, + "Y": 0.0002213091793237254, + "U": 6.05377614704139e-09, + "K": 5.741006559034645e-10, + "L": 0.00011195697879884392, + "G": 0.00035345228388905525, + "F": 0.0009376246598549187, + "E": 1.4767661923542619e-05, + "T": 0.00032485451083630323, + "P": 0.0051262774504721165, + "-": 0.9909441471099854 + }, + "id": "tp_671" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 83884, + "label": "-", + "classification": { + "B": 0.00012004771269857883, + "S": 0.001426342292688787, + "I": 1.2787313607987016e-06, + "C": 2.2104600816419406e-07, + "R": 1.4523556046697195e-06, + "M": 0.0030050191562622786, + "O": 0.005544299725443125, + "W": 0.00011399888899177313, + "N": 8.760078173963848e-08, + "Y": 0.000842105655465275, + "U": 1.5581077539295052e-09, + "K": 3.802262504848386e-09, + "L": 0.0002455268695484847, + "G": 0.00021793627820443362, + "F": 0.001460278406739235, + "E": 7.31995100977656e-07, + "T": 0.0033447982277721167, + "P": 0.0004827516386285424, + "-": 0.9831931591033936 + }, + "id": "tp_672" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 84017, + "label": "-", + "classification": { + "B": 0.00124776316806674, + "S": 0.12741126120090485, + "I": 6.27601366431918e-08, + "C": 7.547339142544018e-11, + "R": 2.6086763860178053e-09, + "M": 0.0012395557714626193, + "O": 0.03722528740763664, + "W": 0.00013880888582207263, + "N": 8.911608340156363e-09, + "Y": 1.8219827779830666e-06, + "U": 3.217158798477643e-13, + "K": 1.6325222423896335e-11, + "L": 0.0002338861086172983, + "G": 4.952717063133605e-05, + "F": 0.004778865724802017, + "E": 2.1101081415508816e-07, + "T": 6.074483826523647e-05, + "P": 0.0008454632479697466, + "-": 0.8267666697502136 + }, + "id": "tp_673" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 84151, + "label": "-", + "classification": { + "B": 1.9511720893206075e-05, + "S": 9.224902896676213e-05, + "I": 6.333772972766383e-08, + "C": 4.754068925194588e-07, + "R": 7.635505312464375e-07, + "M": 0.0008340218919329345, + "O": 0.0015147997764870524, + "W": 6.553508683282416e-06, + "N": 3.110728785671313e-09, + "Y": 0.00017332227434962988, + "U": 2.1123440496761958e-10, + "K": 9.963178060345967e-10, + "L": 0.00029382624779827893, + "G": 0.0006795345107093453, + "F": 0.012206264771521091, + "E": 5.271898544378928e-07, + "T": 0.00020182367006782442, + "P": 0.0001774717529769987, + "-": 0.9837987422943115 + }, + "id": "tp_674" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 84251, + "label": "-", + "classification": { + "B": 0.0019910780247300863, + "S": 0.003716119797900319, + "I": 1.9052586139878258e-05, + "C": 1.3678064533451106e-05, + "R": 1.125009930547094e-05, + "M": 0.007143467199057341, + "O": 0.03145910054445267, + "W": 0.0005329041159711778, + "N": 5.563289505516877e-06, + "Y": 0.0006321585387922823, + "U": 3.9382402405863104e-07, + "K": 2.404373731224041e-07, + "L": 0.003482264932245016, + "G": 0.0020326985977590084, + "F": 0.014427249319851398, + "E": 0.00015711475862190127, + "T": 0.0010178323136642575, + "P": 0.015820538625121117, + "-": 0.9175373315811157 + }, + "id": "tp_675" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 84384, + "label": "-", + "classification": { + "B": 0.0001385822397423908, + "S": 0.007414417807012796, + "I": 2.587464905445813e-06, + "C": 7.604133770655608e-06, + "R": 6.150367426016601e-06, + "M": 0.0005702227936126292, + "O": 0.0026050209999084473, + "W": 0.0001847850508056581, + "N": 1.959505425475072e-06, + "Y": 0.00018302942044101655, + "U": 2.451353786625532e-08, + "K": 6.595757895411225e-06, + "L": 0.0002291914279339835, + "G": 0.0019794823601841927, + "F": 0.2632496654987335, + "E": 8.501193224219605e-05, + "T": 0.0005743148503825068, + "P": 0.0056248814798891544, + "-": 0.7171365022659302 + }, + "id": "tp_676" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 84518, + "label": "-", + "classification": { + "B": 5.157747364137322e-05, + "S": 0.024260325357317924, + "I": 0.0003831427311524749, + "C": 0.00021124773775227368, + "R": 0.00026602172874845564, + "M": 0.01524738036096096, + "O": 0.02011105790734291, + "W": 0.001352246617898345, + "N": 0.0001225620071636513, + "Y": 0.00834101065993309, + "U": 7.67721928696119e-07, + "K": 0.0003536866861395538, + "L": 0.001362409209832549, + "G": 0.01172384899109602, + "F": 0.1088704988360405, + "E": 0.0003913816181011498, + "T": 0.04616321995854378, + "P": 0.006696561351418495, + "-": 0.7540910243988037 + }, + "id": "tp_677" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 84651, + "label": "-", + "classification": { + "B": 0.000784012139774859, + "S": 0.0027792276814579964, + "I": 4.2343899053776113e-07, + "C": 2.059291773548466e-06, + "R": 6.37667244518525e-06, + "M": 0.005174603778868914, + "O": 0.02347841113805771, + "W": 8.410416194237769e-05, + "N": 1.1675245659148459e-08, + "Y": 0.001988824224099517, + "U": 4.728156408062567e-11, + "K": 3.924516822628732e-10, + "L": 0.003676427761092782, + "G": 0.014616959728300571, + "F": 0.01752827875316143, + "E": 7.526511467403907e-07, + "T": 0.003072545165196061, + "P": 3.172485594404861e-05, + "-": 0.9267751574516296 + }, + "id": "tp_678" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 84751, + "label": "-", + "classification": { + "B": 4.839348122231968e-08, + "S": 9.230422648442982e-09, + "I": 3.079993898813527e-11, + "C": 4.01818245343577e-10, + "R": 2.2730657633918128e-10, + "M": 3.655913189959392e-07, + "O": 1.9248018361395225e-06, + "W": 7.45888351083579e-10, + "N": 1.6323330491105348e-13, + "Y": 1.887458438432077e-07, + "U": 4.943332137537617e-15, + "K": 2.1231909967959952e-15, + "L": 1.3812299926030391e-07, + "G": 7.813314937266114e-07, + "F": 0.00013379740994423628, + "E": 1.9413139151769343e-10, + "T": 2.5026665184668673e-07, + "P": 1.312860786129022e-05, + "-": 0.9998493194580078 + }, + "id": "tp_679" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 84885, + "label": "-", + "classification": { + "B": 4.4290538880886743e-07, + "S": 3.456915510469116e-05, + "I": 9.163478353002574e-06, + "C": 4.709701897809282e-05, + "R": 9.435532774659805e-06, + "M": 0.00016749862697906792, + "O": 0.00010697515244828537, + "W": 1.3049839253653772e-05, + "N": 3.7358581721491646e-06, + "Y": 0.0017704209312796593, + "U": 3.8785123024354107e-07, + "K": 0.0006639718194492161, + "L": 5.308818799676374e-06, + "G": 0.0005682003684341908, + "F": 0.06538716703653336, + "E": 0.00013177230721339583, + "T": 0.0016505568055436015, + "P": 0.008612262085080147, + "-": 0.9208179116249084 + }, + "id": "tp_680" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 85018, + "label": "S", + "classification": { + "B": 0.08229664713144302, + "S": 0.5498137474060059, + "I": 5.2746859182661865e-06, + "C": 7.613576258336252e-08, + "R": 1.1687562846418587e-06, + "M": 0.008034522645175457, + "O": 0.20249490439891815, + "W": 0.001029104576446116, + "N": 6.353623689392407e-07, + "Y": 0.00010633865895215422, + "U": 1.6188000592776142e-11, + "K": 3.660639569247337e-10, + "L": 0.00699976971372962, + "G": 0.0030442841816693544, + "F": 0.002196984365582466, + "E": 1.5475283134946949e-06, + "T": 0.002954163122922182, + "P": 0.000203965391847305, + "-": 0.14081691205501556 + }, + "id": "tp_681" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 85152, + "label": "-", + "classification": { + "B": 0.006084542255848646, + "S": 0.009382197633385658, + "I": 2.7159654564457014e-05, + "C": 6.734864200552693e-06, + "R": 2.5095516321016476e-05, + "M": 0.019529802724719048, + "O": 0.036932941526174545, + "W": 0.0007578349323011935, + "N": 3.983700935350498e-06, + "Y": 0.0004027071117889136, + "U": 1.14704484133199e-07, + "K": 8.368271409153749e-08, + "L": 0.008960302919149399, + "G": 0.0038055635523051023, + "F": 0.017825083807110786, + "E": 6.71417365083471e-05, + "T": 0.0032894352916628122, + "P": 0.0039619277231395245, + "-": 0.8889374136924744 + }, + "id": "tp_682" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 85252, + "label": "-", + "classification": { + "B": 0.0006668164278380573, + "S": 0.004540883935987949, + "I": 0.00011606765474425629, + "C": 6.559617759194225e-05, + "R": 4.679148696595803e-05, + "M": 0.008543781004846096, + "O": 0.005925686098635197, + "W": 0.0005406711716204882, + "N": 3.6888173781335354e-05, + "Y": 0.0033474634401500225, + "U": 4.031391654280014e-06, + "K": 0.00022924788936506957, + "L": 0.0017277768347412348, + "G": 0.010060119442641735, + "F": 0.18623709678649902, + "E": 0.0019393920665606856, + "T": 0.0050586205907166, + "P": 0.012646871618926525, + "-": 0.7582661509513855 + }, + "id": "tp_683" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 85385, + "label": "-", + "classification": { + "B": 2.6856861950363964e-05, + "S": 1.4171236216498073e-05, + "I": 3.177903238338331e-07, + "C": 1.9835507458765278e-08, + "R": 8.97088767715104e-08, + "M": 0.00038090479210950434, + "O": 0.00035586568992584944, + "W": 9.851065669863601e-07, + "N": 2.5399085057387083e-09, + "Y": 0.00016512355068698525, + "U": 7.352349978839712e-11, + "K": 2.0351730717349525e-11, + "L": 2.603446046123281e-05, + "G": 7.693970837863162e-05, + "F": 0.00017480069072917104, + "E": 3.581109098149682e-08, + "T": 0.0008296854794025421, + "P": 0.00010502980148885399, + "-": 0.9978431463241577 + }, + "id": "tp_684" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 85519, + "label": "-", + "classification": { + "B": 0.003887721337378025, + "S": 0.00474059721454978, + "I": 1.7734355139964464e-07, + "C": 4.292014299522862e-09, + "R": 3.968361284023558e-08, + "M": 0.001133785001002252, + "O": 0.005053091328591108, + "W": 5.539779886021279e-05, + "N": 1.2013146033496014e-08, + "Y": 3.113010825472884e-05, + "U": 3.950931942720004e-11, + "K": 2.5776092371643244e-10, + "L": 0.00010349069634685293, + "G": 5.618219802272506e-05, + "F": 0.002071624854579568, + "E": 1.0498308711248683e-06, + "T": 8.792880544206128e-05, + "P": 0.00042856959044001997, + "-": 0.9823490977287292 + }, + "id": "tp_685" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 85652, + "label": "-", + "classification": { + "B": 0.0006263450486585498, + "S": 0.06362486630678177, + "I": 1.6053655071956996e-09, + "C": 4.329506371469893e-12, + "R": 1.3435830226171674e-10, + "M": 0.00011591894144657999, + "O": 0.004772476386278868, + "W": 3.499054946587421e-05, + "N": 5.407136960400294e-10, + "Y": 3.677417907965719e-07, + "U": 2.0839768441732048e-14, + "K": 1.4304869788706043e-11, + "L": 3.099724926869385e-05, + "G": 1.2881306247436441e-05, + "F": 0.013359135016798973, + "E": 5.5978414792434705e-08, + "T": 2.4056223992374726e-05, + "P": 0.00033276481553912163, + "-": 0.9170652031898499 + }, + "id": "tp_686" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 85752, + "label": "-", + "classification": { + "B": 0.0024767410941421986, + "S": 0.0008811507141217589, + "I": 1.9871595213771798e-06, + "C": 1.108017158912844e-06, + "R": 2.589382802398177e-06, + "M": 0.007283258251845837, + "O": 0.012287510558962822, + "W": 6.046443013474345e-05, + "N": 6.087374515573174e-08, + "Y": 0.0007803288171999156, + "U": 2.629004347554087e-09, + "K": 3.9963837794587675e-10, + "L": 0.004236970096826553, + "G": 0.004091265611350536, + "F": 0.010940536856651306, + "E": 1.8992221157532185e-05, + "T": 0.0005332541186362505, + "P": 0.001152009586803615, + "-": 0.9552518129348755 + }, + "id": "tp_687" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 85886, + "label": "-", + "classification": { + "B": 0.006528621539473534, + "S": 0.05118037015199661, + "I": 2.9147513487259857e-05, + "C": 2.4309790660481667e-06, + "R": 7.3170658652088605e-06, + "M": 0.00216724444180727, + "O": 0.015183018520474434, + "W": 0.00112518563400954, + "N": 5.662003786710557e-06, + "Y": 0.00012104339111829177, + "U": 2.0351977880750383e-08, + "K": 2.6768643124341907e-07, + "L": 0.0011277369922026992, + "G": 0.0013104642275720835, + "F": 0.0687478557229042, + "E": 5.430857709143311e-05, + "T": 0.0007075517787598073, + "P": 0.01560693234205246, + "-": 0.836094856262207 + }, + "id": "tp_688" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 86019, + "label": "-", + "classification": { + "B": 5.095740198157728e-05, + "S": 1.5571156836813316e-05, + "I": 4.5860718955736957e-07, + "C": 1.4057832231628709e-07, + "R": 7.39200771704418e-08, + "M": 0.0009137201122939587, + "O": 0.00024236617900896817, + "W": 8.305990490953263e-07, + "N": 1.7234588867154343e-08, + "Y": 0.00015000943676568568, + "U": 7.010255154149547e-10, + "K": 1.0300937880458605e-09, + "L": 4.213223292026669e-05, + "G": 0.00023787340614944696, + "F": 0.0029898148495703936, + "E": 7.540728802268859e-06, + "T": 0.00022236508084461093, + "P": 0.0010412673000246286, + "-": 0.9940847754478455 + }, + "id": "tp_689" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 86153, + "label": "-", + "classification": { + "B": 5.1315724704181775e-05, + "S": 2.31298527069157e-05, + "I": 4.0270603562930773e-07, + "C": 1.4922314903742517e-06, + "R": 1.3289458138388e-06, + "M": 0.003423437476158142, + "O": 0.0019748599734157324, + "W": 3.7013091969129164e-06, + "N": 8.789979411005788e-09, + "Y": 0.0007322707097046077, + "U": 1.6862617968627092e-09, + "K": 1.4344642140784458e-10, + "L": 0.0014377974439412355, + "G": 0.001860794611275196, + "F": 0.003345923265442252, + "E": 8.649553819850553e-07, + "T": 0.0008105327724479139, + "P": 0.00026218770653940737, + "-": 0.986069917678833 + }, + "id": "tp_690" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 86253, + "label": "-", + "classification": { + "B": 0.002157844603061676, + "S": 4.681121572502889e-05, + "I": 1.5751191995150293e-07, + "C": 1.1793345855437565e-08, + "R": 6.708094968388423e-09, + "M": 0.00010282554285367951, + "O": 0.0001975793857127428, + "W": 1.332403599008103e-06, + "N": 5.594889884719123e-09, + "Y": 2.371963319092174e-06, + "U": 8.98794372261591e-11, + "K": 2.4395105727159638e-11, + "L": 2.5533254301990382e-05, + "G": 4.84251904708799e-05, + "F": 0.001557274372316897, + "E": 3.020294570887927e-06, + "T": 1.3379036317928694e-05, + "P": 0.007260642480105162, + "-": 0.9885827302932739 + }, + "id": "tp_691" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 86386, + "label": "-", + "classification": { + "B": 0.0008750529959797859, + "S": 0.004182321019470692, + "I": 9.29292946239002e-06, + "C": 1.1031738722522277e-06, + "R": 3.685261162900133e-06, + "M": 0.0033007562160491943, + "O": 0.008862962946295738, + "W": 0.00015427495236508548, + "N": 8.267955990959308e-07, + "Y": 0.00041302069439552724, + "U": 1.0774842351679581e-08, + "K": 6.020023590735946e-09, + "L": 0.0015822505811229348, + "G": 0.0012791667832061648, + "F": 0.020436329767107964, + "E": 1.253093341802014e-05, + "T": 0.001018277369439602, + "P": 0.005662926938384771, + "-": 0.952205240726471 + }, + "id": "tp_692" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 86520, + "label": "-", + "classification": { + "B": 2.5479515898041427e-05, + "S": 7.538269983342616e-06, + "I": 0.00020799157209694386, + "C": 6.061657040845603e-05, + "R": 1.1067031664424576e-05, + "M": 0.00064981629839167, + "O": 0.0002521560527384281, + "W": 5.668487119692145e-06, + "N": 1.294466983381426e-05, + "Y": 0.0005883662961423397, + "U": 1.166049401035707e-06, + "K": 4.3454483034111036e-07, + "L": 3.969043609686196e-05, + "G": 0.0005310792475938797, + "F": 0.0009652086882852018, + "E": 0.0002469496976118535, + "T": 0.001415059668943286, + "P": 0.07228731364011765, + "-": 0.9226913452148438 + }, + "id": "tp_693" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 86653, + "label": "-", + "classification": { + "B": 0.00040886065107770264, + "S": 1.0565808224782813e-05, + "I": 0.00044191343476995826, + "C": 9.186779061565176e-05, + "R": 2.1173040295252576e-05, + "M": 0.0019089414272457361, + "O": 0.0006850758800283074, + "W": 1.028199949359987e-05, + "N": 6.149729870230658e-06, + "Y": 0.0004919195780530572, + "U": 7.596897830808302e-07, + "K": 4.431746525312974e-09, + "L": 0.00044908581185154617, + "G": 0.0008398489444516599, + "F": 0.00027412091731093824, + "E": 8.392848394578323e-05, + "T": 0.001170033821836114, + "P": 0.0521051399409771, + "-": 0.9410003423690796 + }, + "id": "tp_694" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 86753, + "label": "-", + "classification": { + "B": 0.0008962127030827105, + "S": 1.8499790712667163e-06, + "I": 2.719230707270981e-08, + "C": 9.06628550012556e-09, + "R": 6.576322597595663e-09, + "M": 4.918210470350459e-05, + "O": 0.00011180037836311385, + "W": 1.0416145101999064e-07, + "N": 2.361744688705869e-10, + "Y": 2.9115415145497536e-06, + "U": 1.0458288748904643e-11, + "K": 6.685743538653588e-14, + "L": 2.8061065677320585e-05, + "G": 6.496354762930423e-05, + "F": 0.0001088513745344244, + "E": 1.284232951093145e-07, + "T": 1.0080176252813544e-05, + "P": 0.0010689294431358576, + "-": 0.9976569414138794 + }, + "id": "tp_695" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 86887, + "label": "B", + "classification": { + "B": 0.5257346034049988, + "S": 0.0019770306535065174, + "I": 1.3158877663954627e-05, + "C": 3.3323231036774814e-05, + "R": 5.227637666394003e-05, + "M": 0.010357591323554516, + "O": 0.02329525537788868, + "W": 0.0003278502554167062, + "N": 7.041260232654167e-07, + "Y": 5.3465009841602296e-05, + "U": 2.9584188609987905e-07, + "K": 1.085539547140968e-09, + "L": 0.022134827449917793, + "G": 0.00303810928016901, + "F": 0.00043061107862740755, + "E": 1.6680687622283585e-05, + "T": 0.0009565521613694727, + "P": 0.004809898789972067, + "-": 0.40676775574684143 + }, + "id": "tp_696" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 87020, + "label": "-", + "classification": { + "B": 0.00024354002380277961, + "S": 2.0533586848614505e-06, + "I": 8.569097644794965e-07, + "C": 1.4150598417472793e-06, + "R": 3.0881571433383215e-07, + "M": 0.0007972046732902527, + "O": 0.0001004504956654273, + "W": 1.3114556907112274e-07, + "N": 6.979774092030766e-09, + "Y": 1.2578778296301607e-05, + "U": 3.217552613232755e-10, + "K": 3.144861975001856e-12, + "L": 0.00011977089889114723, + "G": 0.00029408547561615705, + "F": 0.0005823620012961328, + "E": 2.202957603003597e-06, + "T": 0.00021056602417957038, + "P": 0.0019400980090722442, + "-": 0.9956923127174377 + }, + "id": "tp_697" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 87154, + "label": "-", + "classification": { + "B": 0.08684288710355759, + "S": 0.000460869719972834, + "I": 4.542410806607222e-06, + "C": 1.5933626400510548e-06, + "R": 5.6375197345914785e-06, + "M": 0.004796081688255072, + "O": 0.014912591315805912, + "W": 4.0690134483156726e-05, + "N": 4.859775515342335e-08, + "Y": 3.0436292945523746e-05, + "U": 3.344704513352781e-09, + "K": 6.637898780983975e-13, + "L": 0.011657524853944778, + "G": 0.000752405496314168, + "F": 2.4699262212379836e-05, + "E": 7.530296102231659e-07, + "T": 0.0007874538423493505, + "P": 0.0015950716333463788, + "-": 0.8780868053436279 + }, + "id": "tp_698" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 87254, + "label": "-", + "classification": { + "B": 0.0007680749404244125, + "S": 0.0021001286804676056, + "I": 1.6189137530542297e-10, + "C": 1.4961006877811656e-09, + "R": 1.4992236785360546e-08, + "M": 0.0012091082753613591, + "O": 0.014612802304327488, + "W": 1.0994334843417164e-05, + "N": 8.500292483781813e-12, + "Y": 8.926370355766267e-06, + "U": 1.4377838790423716e-14, + "K": 8.276857660621112e-14, + "L": 0.0011947203893214464, + "G": 0.0005849283188581467, + "F": 0.008815770037472248, + "E": 8.560979480876085e-09, + "T": 3.994734652223997e-05, + "P": 2.022849457716802e-06, + "-": 0.9706526398658752 + }, + "id": "tp_699" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 87387, + "label": "-", + "classification": { + "B": 0.005104656331241131, + "S": 0.0006755641661584377, + "I": 3.6894181931756975e-08, + "C": 2.0053837488376303e-06, + "R": 5.673736268363427e-06, + "M": 0.0032388183753937483, + "O": 0.011758486740291119, + "W": 1.918636917253025e-05, + "N": 8.010487828613577e-10, + "Y": 8.935745427152142e-05, + "U": 4.127952493715448e-11, + "K": 2.804219530194718e-12, + "L": 0.023297397419810295, + "G": 0.013227428309619427, + "F": 0.027553346008062363, + "E": 3.082608657223318e-07, + "T": 0.0003470935916993767, + "P": 4.200007242616266e-05, + "-": 0.9146386981010437 + }, + "id": "tp_700" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 87521, + "label": "-", + "classification": { + "B": 0.00019900720508303493, + "S": 0.0019109301501885056, + "I": 0.0002624386106617749, + "C": 6.8127242229820695e-06, + "R": 9.4341448857449e-06, + "M": 0.0003741756663657725, + "O": 0.0031158565543591976, + "W": 0.0004048117552883923, + "N": 0.00011347115651005879, + "Y": 0.00034004502231255174, + "U": 1.7749221115082037e-06, + "K": 1.1530615665833466e-05, + "L": 9.084083285415545e-05, + "G": 0.0002117081603500992, + "F": 0.019733814522624016, + "E": 0.000166695739608258, + "T": 0.0007184257847256958, + "P": 0.17010845243930817, + "-": 0.802219808101654 + }, + "id": "tp_701" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 87654, + "label": "-", + "classification": { + "B": 0.00039460143307223916, + "S": 0.0003818762197624892, + "I": 0.0001138646766776219, + "C": 0.0009978224989026785, + "R": 0.00021107678185217083, + "M": 0.03912930563092232, + "O": 0.008253759704530239, + "W": 4.21265976910945e-05, + "N": 3.2731579722167226e-06, + "Y": 0.030786696821451187, + "U": 2.343108747027145e-07, + "K": 7.760797160472066e-08, + "L": 0.011743057519197464, + "G": 0.06376335024833679, + "F": 0.018551010638475418, + "E": 0.00028626134735532105, + "T": 0.013796842657029629, + "P": 0.00153180246707052, + "-": 0.810012936592102 + }, + "id": "tp_702" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 87754, + "label": "B", + "classification": { + "B": 0.48263248801231384, + "S": 0.03262786194682121, + "I": 0.005784209351986647, + "C": 0.005509102717041969, + "R": 0.002677683485671878, + "M": 0.04375391826033592, + "O": 0.029434027150273323, + "W": 0.0036014027427881956, + "N": 0.0007008936372585595, + "Y": 0.0010651174234226346, + "U": 8.428343426203355e-05, + "K": 4.077867743035313e-06, + "L": 0.04942750185728073, + "G": 0.035689182579517365, + "F": 0.014951377175748348, + "E": 0.007542329840362072, + "T": 0.00576932355761528, + "P": 0.05527591332793236, + "-": 0.22346939146518707 + }, + "id": "tp_703" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 87888, + "label": "-", + "classification": { + "B": 0.0009014772367663682, + "S": 5.086591500003124e-06, + "I": 1.3808089249778277e-07, + "C": 3.8999128926242577e-10, + "R": 1.6175299988319125e-09, + "M": 0.0006258593057282269, + "O": 0.0007381918258033693, + "W": 3.270540105404507e-07, + "N": 1.4818897497992367e-10, + "Y": 1.102973419619957e-05, + "U": 5.934535089908988e-13, + "K": 3.07307153153886e-16, + "L": 6.921786552993581e-05, + "G": 1.5200130292214453e-05, + "F": 1.5378343505290104e-06, + "E": 1.6528538537841087e-08, + "T": 9.225207031704485e-05, + "P": 0.00018237539916299284, + "-": 0.9973573088645935 + }, + "id": "tp_704" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 88021, + "label": "-", + "classification": { + "B": 1.329688643636473e-06, + "S": 2.9883917562756324e-08, + "I": 6.141721853314408e-11, + "C": 1.9109887283708105e-11, + "R": 1.7950092801033435e-11, + "M": 2.1828041099070106e-06, + "O": 4.427061412570765e-06, + "W": 1.1937639765591257e-09, + "N": 2.4652911548121714e-13, + "Y": 3.054163855154002e-08, + "U": 4.656334505118284e-15, + "K": 7.461969836061261e-17, + "L": 2.0005307987958076e-07, + "G": 2.934465896942129e-07, + "F": 8.25370898382971e-06, + "E": 1.264193472128028e-10, + "T": 5.73944134885096e-07, + "P": 3.46431988873519e-05, + "-": 0.9999480247497559 + }, + "id": "tp_705" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 88155, + "label": "-", + "classification": { + "B": 0.09635736048221588, + "S": 0.1859840750694275, + "I": 9.790851436264347e-06, + "C": 4.071826964491265e-08, + "R": 1.3207102256274084e-06, + "M": 0.00774619122967124, + "O": 0.16491076350212097, + "W": 0.0017798111075535417, + "N": 5.688826263394731e-07, + "Y": 7.996270142029971e-05, + "U": 7.874074170466372e-10, + "K": 9.856743893310593e-11, + "L": 0.019463934004306793, + "G": 0.0011531339259818196, + "F": 0.00536755658686161, + "E": 4.41056590716471e-06, + "T": 0.0004948143614456058, + "P": 0.0037567783147096634, + "-": 0.5128895044326782 + }, + "id": "tp_706" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 88255, + "label": "-", + "classification": { + "B": 0.424567848443985, + "S": 0.008178699761629105, + "I": 5.015988426748663e-05, + "C": 8.739733061702282e-07, + "R": 2.979686314574792e-06, + "M": 0.0043774438090622425, + "O": 0.020888442173600197, + "W": 0.00034599212813191116, + "N": 1.6037176919780904e-06, + "Y": 8.149770292220637e-05, + "U": 2.6170397404712276e-08, + "K": 1.2396268733727567e-10, + "L": 0.008373450487852097, + "G": 0.0019338119309395552, + "F": 0.002140018390491605, + "E": 2.582576053100638e-05, + "T": 0.0004928364069201052, + "P": 0.019303807988762856, + "-": 0.5092346668243408 + }, + "id": "tp_707" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 88388, + "label": "-", + "classification": { + "B": 0.001119551481679082, + "S": 0.0032329708337783813, + "I": 1.2173818220162502e-07, + "C": 5.906277920075809e-07, + "R": 3.989885044575203e-06, + "M": 0.020703790709376335, + "O": 0.059816233813762665, + "W": 1.8606191588332877e-05, + "N": 8.714975407997372e-10, + "Y": 0.0001921470247907564, + "U": 1.2889340202798527e-12, + "K": 8.978249730045434e-14, + "L": 0.025626763701438904, + "G": 0.009467508643865585, + "F": 0.0008291182457469404, + "E": 2.6534827668456273e-08, + "T": 0.003705453360453248, + "P": 8.464883649139665e-06, + "-": 0.875274658203125 + }, + "id": "tp_708" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 88522, + "label": "-", + "classification": { + "B": 2.8909429602208547e-05, + "S": 0.0001343962794635445, + "I": 3.1569077236781595e-06, + "C": 0.0001322880561929196, + "R": 7.950400322442874e-05, + "M": 0.040977999567985535, + "O": 0.009901192970573902, + "W": 2.970190325868316e-05, + "N": 1.1884382189464304e-07, + "Y": 0.04839957877993584, + "U": 3.518231483923273e-09, + "K": 2.5768976286144607e-08, + "L": 0.003041369142010808, + "G": 0.04532289505004883, + "F": 0.015465933829545975, + "E": 6.106905857450329e-06, + "T": 0.03127205744385719, + "P": 4.3707172153517604e-05, + "-": 0.8051609396934509 + }, + "id": "tp_709" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 88655, + "label": "-", + "classification": { + "B": 0.038231685757637024, + "S": 0.001895050285384059, + "I": 2.3222559320856817e-05, + "C": 1.8636330878507579e-06, + "R": 3.100188223470468e-06, + "M": 0.0023137154057621956, + "O": 0.008458289317786694, + "W": 0.00015361908299382776, + "N": 1.789654334061197e-06, + "Y": 0.00012174367293482646, + "U": 7.335810892072914e-08, + "K": 1.7642712846210884e-09, + "L": 0.0022533538285642862, + "G": 0.0008628799696452916, + "F": 0.001742905005812645, + "E": 4.840892506763339e-05, + "T": 0.0006144282524473965, + "P": 0.02146040089428425, + "-": 0.9218134880065918 + }, + "id": "tp_710" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 88755, + "label": "-", + "classification": { + "B": 0.018027983605861664, + "S": 0.0115871736779809, + "I": 6.693836439808365e-06, + "C": 3.312264425403555e-06, + "R": 1.6027508536353707e-05, + "M": 0.0636635348200798, + "O": 0.1940750628709793, + "W": 0.0007077359477989376, + "N": 1.6328650076502527e-07, + "Y": 0.00027641968335956335, + "U": 4.847324763801453e-09, + "K": 8.598994433173246e-11, + "L": 0.0763656497001648, + "G": 0.012545152567327023, + "F": 0.0016933073056861758, + "E": 1.2266715202713385e-05, + "T": 0.0008295453735627234, + "P": 0.0008434474002569914, + "-": 0.619346559047699 + }, + "id": "tp_711" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 88889, + "label": "-", + "classification": { + "B": 0.0028850617818534374, + "S": 9.073467663256451e-05, + "I": 2.6776965569297317e-06, + "C": 2.5060746366989406e-08, + "R": 5.794546353854457e-08, + "M": 0.000528254546225071, + "O": 0.0011953682405874133, + "W": 2.215645963588031e-06, + "N": 1.4859049102255995e-08, + "Y": 7.819838174327742e-06, + "U": 9.047250448812605e-11, + "K": 1.102140636242456e-13, + "L": 0.00029619227279908955, + "G": 0.00016803888138383627, + "F": 0.0002430398453725502, + "E": 1.0868832305277465e-06, + "T": 7.892049325164407e-05, + "P": 0.010644594207406044, + "-": 0.9838558435440063 + }, + "id": "tp_712" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 89022, + "label": "-", + "classification": { + "B": 0.0024728684220463037, + "S": 0.000141309283208102, + "I": 3.329495302750729e-05, + "C": 0.0004389197565615177, + "R": 7.08138759364374e-05, + "M": 0.004454358946532011, + "O": 0.0015742406249046326, + "W": 3.089766687480733e-05, + "N": 4.364927917777095e-06, + "Y": 0.0028135518077760935, + "U": 8.153137969202362e-07, + "K": 2.2292256289802026e-06, + "L": 0.0011541057610884309, + "G": 0.012561765499413013, + "F": 0.03357415273785591, + "E": 0.0003681479429360479, + "T": 0.002115479437634349, + "P": 0.00640735263004899, + "-": 0.9317812919616699 + }, + "id": "tp_713" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 89156, + "label": "-", + "classification": { + "B": 1.3481200085152523e-06, + "S": 1.2114817309338832e-06, + "I": 1.2307422991852945e-07, + "C": 2.1104076264322202e-09, + "R": 7.911463151266673e-10, + "M": 3.612454020185396e-05, + "O": 1.8675276805879548e-05, + "W": 9.918571919342867e-08, + "N": 4.910758466536436e-09, + "Y": 1.3827740986016579e-05, + "U": 7.957465936181407e-11, + "K": 3.3435920698821064e-10, + "L": 7.258136065502185e-07, + "G": 7.515395736845676e-06, + "F": 0.0012852411018684506, + "E": 3.914147782779764e-06, + "T": 1.3875031072529964e-05, + "P": 0.004364355467259884, + "-": 0.9942529797554016 + }, + "id": "tp_714" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 89256, + "label": "S", + "classification": { + "B": 0.06458920985460281, + "S": 0.41488632559776306, + "I": 0.0003473816905170679, + "C": 1.3143585420039017e-05, + "R": 0.00012723615509457886, + "M": 0.029892338439822197, + "O": 0.22976164519786835, + "W": 0.015322825871407986, + "N": 0.00015442750009242445, + "Y": 0.0012520478339865804, + "U": 9.93901153378829e-07, + "K": 3.5292011943965917e-06, + "L": 0.03315999358892441, + "G": 0.009410467930138111, + "F": 0.013749380595982075, + "E": 0.00021871490753255785, + "T": 0.008383951149880886, + "P": 0.008893657475709915, + "-": 0.16983278095722198 + }, + "id": "tp_715" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 89389, + "label": "-", + "classification": { + "B": 0.009547092020511627, + "S": 0.00127509911544621, + "I": 0.00014762765204068273, + "C": 0.00013899966143071651, + "R": 6.23594896751456e-05, + "M": 0.03207334131002426, + "O": 0.006887771654874086, + "W": 0.00017407532141078264, + "N": 1.1399444701964967e-05, + "Y": 0.004766826517879963, + "U": 1.392212197970366e-06, + "K": 6.944122787899687e-07, + "L": 0.004316085949540138, + "G": 0.014156329445540905, + "F": 0.021285967901349068, + "E": 0.0007905432721599936, + "T": 0.008315027691423893, + "P": 0.007521399296820164, + "-": 0.8885279297828674 + }, + "id": "tp_716" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 89523, + "label": "-", + "classification": { + "B": 0.028023559600114822, + "S": 0.00237755523994565, + "I": 1.432471617590636e-05, + "C": 2.0912282707286067e-05, + "R": 1.8858956536860205e-05, + "M": 0.007343838922679424, + "O": 0.006153666879981756, + "W": 0.0001404027862008661, + "N": 1.3333556125871837e-06, + "Y": 0.00038994598435238004, + "U": 1.2336198551565758e-07, + "K": 9.369806974746098e-08, + "L": 0.0035249083302915096, + "G": 0.004354849923402071, + "F": 0.01818149909377098, + "E": 0.00015807089221198112, + "T": 0.0009916755370795727, + "P": 0.005728984717279673, + "-": 0.9225753545761108 + }, + "id": "tp_717" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 89656, + "label": "-", + "classification": { + "B": 0.0024122565519064665, + "S": 0.004565124399960041, + "I": 0.0014666502829641104, + "C": 0.00010592005855869502, + "R": 0.00013895495794713497, + "M": 0.016556834802031517, + "O": 0.009917395189404488, + "W": 0.001095313811674714, + "N": 0.00030847726156935096, + "Y": 0.010207670740783215, + "U": 2.6787476599565707e-05, + "K": 9.979177411878482e-05, + "L": 0.0017239914741367102, + "G": 0.006065094377845526, + "F": 0.05210564658045769, + "E": 0.0032795327715575695, + "T": 0.011406658217310905, + "P": 0.0809682086110115, + "-": 0.7975496649742126 + }, + "id": "tp_718" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 89756, + "label": "-", + "classification": { + "B": 0.001200852682814002, + "S": 0.025659868493676186, + "I": 3.868596104439348e-05, + "C": 3.447570270509459e-05, + "R": 0.00011006520071532577, + "M": 0.012631921097636223, + "O": 0.03899727016687393, + "W": 0.002163081429898739, + "N": 9.277080607716925e-06, + "Y": 0.0015337476506829262, + "U": 3.804799746376375e-07, + "K": 1.2556696447063587e-06, + "L": 0.010105874389410019, + "G": 0.007087602745741606, + "F": 0.04748278111219406, + "E": 6.268718425417319e-05, + "T": 0.005355996545404196, + "P": 0.00553507823497057, + "-": 0.8419892191886902 + }, + "id": "tp_719" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 89890, + "label": "-", + "classification": { + "B": 0.01772596687078476, + "S": 0.00029185228049755096, + "I": 4.8454276111442596e-06, + "C": 3.508103645799565e-06, + "R": 1.7529607703181682e-06, + "M": 0.007302576210349798, + "O": 0.0026247799396514893, + "W": 1.6271102140308358e-05, + "N": 1.418345192405468e-07, + "Y": 0.00015873968368396163, + "U": 5.290350824083134e-09, + "K": 1.6490012133552057e-10, + "L": 0.0011483147973194718, + "G": 0.0009336191578768194, + "F": 0.0005733243888244033, + "E": 2.2778964194003493e-05, + "T": 0.0010838416637852788, + "P": 0.0029502457473427057, + "-": 0.9651575684547424 + }, + "id": "tp_720" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 90023, + "label": "-", + "classification": { + "B": 0.2187855988740921, + "S": 0.022079279646277428, + "I": 0.00014929243479855359, + "C": 9.005635774883558e-07, + "R": 3.0947414870752255e-06, + "M": 0.03144466504454613, + "O": 0.051690902560949326, + "W": 0.0006513553089462221, + "N": 5.0415801524650306e-06, + "Y": 0.00011255178833380342, + "U": 3.4058196263231366e-08, + "K": 7.308166849462339e-10, + "L": 0.011147638782858849, + "G": 0.0015687554841861129, + "F": 0.0009580975165590644, + "E": 8.452262409264222e-05, + "T": 0.0012286324054002762, + "P": 0.022447936236858368, + "-": 0.6376417279243469 + }, + "id": "tp_721" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 90157, + "label": "-", + "classification": { + "B": 0.001978354062885046, + "S": 0.00859759096056223, + "I": 3.9681521002421505e-07, + "C": 8.135979001622218e-09, + "R": 3.179194507652028e-08, + "M": 0.000677773030474782, + "O": 0.0041667381301522255, + "W": 6.046129419701174e-05, + "N": 4.227119987376682e-08, + "Y": 5.392455477704061e-06, + "U": 1.2217313272167019e-10, + "K": 1.9059209765970309e-10, + "L": 0.00014269437815528363, + "G": 5.4744257795391604e-05, + "F": 0.0032568294554948807, + "E": 2.1804282823723042e-06, + "T": 8.003490802366287e-05, + "P": 0.004131909925490618, + "-": 0.976844847202301 + }, + "id": "tp_722" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 90257, + "label": "-", + "classification": { + "B": 4.5933729779790156e-06, + "S": 1.0705058883786478e-07, + "I": 1.9196506606533603e-09, + "C": 1.4961315519812501e-10, + "R": 2.896189121859294e-10, + "M": 4.115007868676912e-06, + "O": 9.361843694932759e-06, + "W": 8.964594400140413e-09, + "N": 1.495525925321317e-11, + "Y": 2.7812208713839937e-07, + "U": 4.593037105163345e-13, + "K": 4.105733866766308e-15, + "L": 8.354128340215539e-07, + "G": 8.488794946970302e-07, + "F": 8.86009911482688e-06, + "E": 2.809762422728568e-09, + "T": 5.049247647548327e-06, + "P": 0.0005755554302595556, + "-": 0.9993903636932373 + }, + "id": "tp_723" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 90390, + "label": "-", + "classification": { + "B": 1.123711535910843e-05, + "S": 2.232335646112915e-06, + "I": 7.691405734533419e-09, + "C": 2.539785093347291e-08, + "R": 3.958058414355037e-08, + "M": 0.0001564001722726971, + "O": 0.0001938545610755682, + "W": 2.1495213786693057e-07, + "N": 9.866799738356136e-11, + "Y": 1.065166543412488e-05, + "U": 6.767013598779625e-12, + "K": 6.716987534759189e-13, + "L": 4.5607252104673535e-05, + "G": 3.418076812522486e-05, + "F": 0.00010986730922013521, + "E": 1.7391464268712298e-08, + "T": 5.527958637685515e-05, + "P": 4.719591743196361e-05, + "-": 0.9993330836296082 + }, + "id": "tp_724" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 90524, + "label": "-", + "classification": { + "B": 2.540945388318505e-06, + "S": 4.950123297930986e-07, + "I": 1.3776094043294052e-08, + "C": 3.1038421832718655e-10, + "R": 6.148486719759205e-10, + "M": 3.562756546671153e-06, + "O": 2.8164473405922763e-05, + "W": 7.759742715052198e-08, + "N": 1.1994964743688996e-10, + "Y": 3.119646407867549e-07, + "U": 1.4866301549162908e-12, + "K": 7.845664357986407e-14, + "L": 5.21990273227857e-07, + "G": 9.466257324675098e-07, + "F": 2.4395925720455125e-05, + "E": 8.553608488170994e-09, + "T": 2.129936547135003e-06, + "P": 0.001625987933948636, + "-": 0.9983108043670654 + }, + "id": "tp_725" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 90657, + "label": "-", + "classification": { + "B": 0.043804969638586044, + "S": 0.0002657886070664972, + "I": 1.7632837057135475e-07, + "C": 1.9735670875320466e-08, + "R": 1.42375853329213e-07, + "M": 0.00074642279651016, + "O": 0.005281189922243357, + "W": 3.28299829561729e-05, + "N": 1.9055845790205694e-09, + "Y": 6.0199954532436095e-06, + "U": 3.4697777984149525e-10, + "K": 4.150596153666003e-13, + "L": 0.0017693761037662625, + "G": 0.00012569893442559987, + "F": 0.00011110329069197178, + "E": 8.356644087825771e-08, + "T": 8.80291045177728e-05, + "P": 0.00097905402071774, + "-": 0.9467889666557312 + }, + "id": "tp_726" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 90757, + "label": "-", + "classification": { + "B": 4.702960723079741e-05, + "S": 4.563826678349869e-06, + "I": 5.355239409254864e-06, + "C": 6.521473210341355e-07, + "R": 6.002224495205155e-08, + "M": 0.0002711981360334903, + "O": 6.720131932524964e-05, + "W": 3.47745555018264e-07, + "N": 3.2611703204565856e-07, + "Y": 3.2185660529648885e-05, + "U": 5.814390746650133e-09, + "K": 3.4180649421955422e-09, + "L": 6.166453658806859e-06, + "G": 0.00010401486360933632, + "F": 0.0007557931821793318, + "E": 4.850226832786575e-05, + "T": 0.00024255159951280802, + "P": 0.04754413291811943, + "-": 0.9508699774742126 + }, + "id": "tp_727" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 90891, + "label": "-", + "classification": { + "B": 0.000892121228389442, + "S": 1.8366172298556194e-06, + "I": 1.6668725493218517e-06, + "C": 2.2204176275408827e-06, + "R": 1.900172946989187e-06, + "M": 0.0064373500645160675, + "O": 0.0007250314811244607, + "W": 4.0225950215244666e-07, + "N": 3.487802269219742e-09, + "Y": 7.631637708982453e-05, + "U": 1.2556362616322758e-09, + "K": 7.38231090841035e-13, + "L": 0.0012428408954292536, + "G": 0.0018272052984684706, + "F": 3.313345951028168e-05, + "E": 8.969381042334135e-07, + "T": 0.0009598545730113983, + "P": 0.000989226740784943, + "-": 0.9868081212043762 + }, + "id": "tp_728" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 91024, + "label": "-", + "classification": { + "B": 0.3160843253135681, + "S": 0.03381410613656044, + "I": 8.750893175601959e-05, + "C": 4.833734783460386e-05, + "R": 6.847972690593451e-05, + "M": 0.024839181452989578, + "O": 0.054145049303770065, + "W": 0.001799031742848456, + "N": 1.3151781786291394e-05, + "Y": 0.0002865417336579412, + "U": 4.753256064304878e-07, + "K": 4.9767422183322196e-08, + "L": 0.028752721846103668, + "G": 0.010917440056800842, + "F": 0.01025012880563736, + "E": 0.0004397165321279317, + "T": 0.002469239989295602, + "P": 0.01775016263127327, + "-": 0.49823445081710815 + }, + "id": "tp_729" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 91158, + "label": "-", + "classification": { + "B": 5.983777555229608e-06, + "S": 7.163751433836296e-05, + "I": 4.003435151389567e-06, + "C": 1.8895743778557517e-06, + "R": 9.296452390117338e-07, + "M": 0.00035213667433708906, + "O": 0.00030307428096421063, + "W": 1.623283424123656e-05, + "N": 1.034593879012391e-06, + "Y": 0.0024161089677363634, + "U": 1.4303745388133393e-07, + "K": 2.091325950459577e-05, + "L": 2.3013057216303423e-05, + "G": 0.0007637717644684017, + "F": 0.032302118837833405, + "E": 6.897970888530836e-05, + "T": 0.0012726117856800556, + "P": 0.008188680745661259, + "-": 0.9541868567466736 + }, + "id": "tp_730" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 91258, + "label": "-", + "classification": { + "B": 0.00234991149045527, + "S": 0.0028128954581916332, + "I": 0.00026146104210056365, + "C": 0.0013912849826738238, + "R": 0.0008370839641429484, + "M": 0.06997333467006683, + "O": 0.024241501465439796, + "W": 0.0008321483037434518, + "N": 3.4374814276816323e-05, + "Y": 0.011224637739360332, + "U": 8.541428542230278e-06, + "K": 3.2381412893300876e-06, + "L": 0.016788983717560768, + "G": 0.021718105301260948, + "F": 0.019530000165104866, + "E": 0.0009290583548136055, + "T": 0.013261232525110245, + "P": 0.009104447439312935, + "-": 0.8046977519989014 + }, + "id": "tp_731" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 91391, + "label": "-", + "classification": { + "B": 0.0012809473555535078, + "S": 2.6983829229720868e-05, + "I": 1.5872318570586685e-08, + "C": 8.689618802293353e-09, + "R": 5.0300315024287556e-08, + "M": 0.001114235376007855, + "O": 0.002178251277655363, + "W": 1.153433686340577e-06, + "N": 3.4201110693521386e-11, + "Y": 6.707729426125297e-06, + "U": 9.525183376421498e-13, + "K": 2.7112937012502996e-16, + "L": 0.0017680563032627106, + "G": 0.0001866955281002447, + "F": 0.0001477725600125268, + "E": 1.7924220330201024e-08, + "T": 4.063304004375823e-05, + "P": 4.829192039323971e-05, + "-": 0.9932001233100891 + }, + "id": "tp_732" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 91525, + "label": "-", + "classification": { + "B": 4.001218201210577e-07, + "S": 3.0883975910001027e-07, + "I": 1.7378717132032762e-07, + "C": 2.966021099837235e-07, + "R": 1.6391614110489172e-07, + "M": 3.9326278056250885e-05, + "O": 2.8094316803617403e-05, + "W": 1.365803683484046e-07, + "N": 3.779172974560652e-09, + "Y": 1.4872433894197457e-05, + "U": 4.801600783643778e-10, + "K": 2.5697477132324842e-11, + "L": 3.82831694878405e-06, + "G": 8.709565008757636e-06, + "F": 0.00017695821588858962, + "E": 5.575412842517835e-08, + "T": 0.00010111403389601037, + "P": 0.0012644425733014941, + "-": 0.9983610510826111 + }, + "id": "tp_733" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 91658, + "label": "-", + "classification": { + "B": 8.338856787304394e-07, + "S": 8.094125547586373e-08, + "I": 2.225054807070137e-08, + "C": 1.4996743402662105e-07, + "R": 1.5472798153837175e-08, + "M": 2.9502429242711514e-05, + "O": 7.098851710907184e-06, + "W": 1.4915420010197522e-08, + "N": 4.733998193451328e-10, + "Y": 1.1380623618606478e-05, + "U": 5.7627534688631243e-11, + "K": 9.852484800232375e-11, + "L": 1.1275481028860668e-06, + "G": 3.605967867770232e-05, + "F": 0.00038835342274978757, + "E": 3.2856985399121186e-07, + "T": 1.2363238056423143e-05, + "P": 0.0004944929969497025, + "-": 0.9990181922912598 + }, + "id": "tp_734" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 91758, + "label": "-", + "classification": { + "B": 0.000612420670222491, + "S": 2.880227839341387e-05, + "I": 2.1041611830696638e-07, + "C": 5.955337201157818e-07, + "R": 5.895736308048072e-07, + "M": 0.0016610607272014022, + "O": 0.0006129085086286068, + "W": 1.2546314565042849e-06, + "N": 2.022608303064999e-09, + "Y": 5.7660705351736397e-05, + "U": 1.295160229064507e-10, + "K": 3.805275105434047e-12, + "L": 0.0003931109677068889, + "G": 0.0004917898331768811, + "F": 0.0007558816578239202, + "E": 5.821927970828256e-07, + "T": 0.000337535107973963, + "P": 0.00011456946958787739, + "-": 0.9949309229850769 + }, + "id": "tp_735" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 91892, + "label": "-", + "classification": { + "B": 1.5794308083627584e-09, + "S": 2.1423525176089697e-09, + "I": 3.6080096688095864e-09, + "C": 2.778677010706332e-10, + "R": 3.016741370598375e-11, + "M": 2.501160167867056e-07, + "O": 7.2988171950783e-08, + "W": 1.3267247023218687e-10, + "N": 6.388841539139989e-11, + "Y": 4.724444806925021e-06, + "U": 4.76705263804944e-13, + "K": 3.296984213418952e-11, + "L": 1.1925535003953769e-09, + "G": 6.671942287539423e-07, + "F": 0.0006312619661912322, + "E": 5.8307122685619106e-08, + "T": 8.958323292063142e-07, + "P": 0.0009899113792926073, + "-": 0.9983721375465393 + }, + "id": "tp_736" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 92025, + "label": "-", + "classification": { + "B": 0.003997331485152245, + "S": 0.0006225478136911988, + "I": 0.00029752496629953384, + "C": 0.0007946421974338591, + "R": 0.00026868635904975235, + "M": 0.02344043180346489, + "O": 0.006714302580803633, + "W": 0.00017170753562822938, + "N": 3.0462428185273893e-05, + "Y": 0.00447210343554616, + "U": 1.1455976164143067e-05, + "K": 3.6407138850336196e-06, + "L": 0.005525724031031132, + "G": 0.015666650608181953, + "F": 0.014060077257454395, + "E": 0.0006173067959025502, + "T": 0.013068247586488724, + "P": 0.012777269817888737, + "-": 0.8974599242210388 + }, + "id": "tp_737" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 92125, + "label": "-", + "classification": { + "B": 4.987181819160469e-05, + "S": 0.0007573012262582779, + "I": 1.621540832275059e-05, + "C": 0.0006554560968652368, + "R": 0.0001100259178201668, + "M": 0.01035261619836092, + "O": 0.002662575338035822, + "W": 5.564139792113565e-05, + "N": 6.8851240939693525e-06, + "Y": 0.0067257946357131, + "U": 6.883682885927556e-07, + "K": 4.224754957249388e-05, + "L": 0.0022999285720288754, + "G": 0.03980708122253418, + "F": 0.27583691477775574, + "E": 0.0004656566889025271, + "T": 0.013677729293704033, + "P": 0.0023890079464763403, + "-": 0.6440883278846741 + }, + "id": "tp_738" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 92259, + "label": "-", + "classification": { + "B": 0.0002104220911860466, + "S": 5.2927887736586854e-05, + "I": 1.261107769323644e-07, + "C": 5.835547653987305e-07, + "R": 9.191870731228846e-07, + "M": 0.0014889845624566078, + "O": 0.001389930723235011, + "W": 6.508264505100669e-06, + "N": 4.943367493126516e-09, + "Y": 0.0001916088513098657, + "U": 5.808210579161255e-10, + "K": 5.258622981507699e-10, + "L": 0.0004973877221345901, + "G": 0.0006959130987524986, + "F": 0.0057192412205040455, + "E": 8.90380078999442e-07, + "T": 0.00025277084205299616, + "P": 0.00019880780018866062, + "-": 0.9892929792404175 + }, + "id": "tp_739" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 92392, + "label": "-", + "classification": { + "B": 0.0005989638157188892, + "S": 0.059877943247556686, + "I": 3.834379094769247e-05, + "C": 4.2876472434727475e-05, + "R": 8.231509127654135e-05, + "M": 0.04267202317714691, + "O": 0.09385886788368225, + "W": 0.0007808773661963642, + "N": 4.527226337813772e-06, + "Y": 0.010198872536420822, + "U": 7.653169653565328e-09, + "K": 2.7184944428881863e-07, + "L": 0.010944397188723087, + "G": 0.03931468352675438, + "F": 0.04956938326358795, + "E": 2.2205909772310406e-05, + "T": 0.0425495021045208, + "P": 0.000643317645881325, + "-": 0.6488006114959717 + }, + "id": "tp_740" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 92526, + "label": "-", + "classification": { + "B": 0.0077530620619654655, + "S": 0.0016661562258377671, + "I": 1.9635299395304173e-05, + "C": 1.594330205989536e-05, + "R": 2.3480819436372258e-05, + "M": 0.015495819970965385, + "O": 0.014858993701636791, + "W": 0.0002287333190906793, + "N": 1.271249630008242e-06, + "Y": 0.0009326856234110892, + "U": 1.280070307529968e-07, + "K": 1.6856233742146287e-08, + "L": 0.005918217822909355, + "G": 0.004205551464110613, + "F": 0.007441469933837652, + "E": 8.355829049833119e-05, + "T": 0.0018696795450523496, + "P": 0.004085779655724764, + "-": 0.9353998899459839 + }, + "id": "tp_741" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 92626, + "label": "-", + "classification": { + "B": 0.027888236567378044, + "S": 0.04192854464054108, + "I": 8.702030754648149e-05, + "C": 9.824741573538631e-05, + "R": 0.00025230913888663054, + "M": 0.08751627802848816, + "O": 0.2035914957523346, + "W": 0.0022286269813776016, + "N": 9.925125596055295e-06, + "Y": 0.007792286109179258, + "U": 7.661098777589359e-08, + "K": 1.0963452012902053e-07, + "L": 0.05129852518439293, + "G": 0.05433584004640579, + "F": 0.01334627065807581, + "E": 6.45176914986223e-05, + "T": 0.03604303300380707, + "P": 0.0008853523759171367, + "-": 0.4726333022117615 + }, + "id": "tp_742" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 92759, + "label": "-", + "classification": { + "B": 0.0003095029096584767, + "S": 0.005201495252549648, + "I": 9.94699148577638e-05, + "C": 5.556079122470692e-05, + "R": 4.699679266195744e-05, + "M": 0.014179789461195469, + "O": 0.007073129527270794, + "W": 0.00038487985148094594, + "N": 2.0285136997699738e-05, + "Y": 0.014707519672811031, + "U": 3.703943036725832e-07, + "K": 3.068229489144869e-05, + "L": 0.001119943568482995, + "G": 0.009226437658071518, + "F": 0.13980484008789062, + "E": 0.0006025240872986615, + "T": 0.014867939986288548, + "P": 0.0038095260970294476, + "-": 0.7884591221809387 + }, + "id": "tp_743" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 92893, + "label": "-", + "classification": { + "B": 0.009916613809764385, + "S": 0.00816844031214714, + "I": 3.206010296707973e-05, + "C": 1.7768759335012874e-06, + "R": 4.900416570308153e-06, + "M": 0.010638566687703133, + "O": 0.029545221477746964, + "W": 0.0006935877609066665, + "N": 4.949228696204955e-06, + "Y": 0.0001258017582586035, + "U": 1.2127952686569188e-07, + "K": 2.901444986491697e-07, + "L": 0.00294388085603714, + "G": 0.0020835106261074543, + "F": 0.006754998583346605, + "E": 0.00019725743914023042, + "T": 0.001134091871790588, + "P": 0.0164780430495739, + "-": 0.9112758636474609 + }, + "id": "tp_744" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 93026, + "label": "-", + "classification": { + "B": 1.708767058516969e-06, + "S": 6.346227746689692e-05, + "I": 4.692707989306655e-06, + "C": 6.23178348178044e-05, + "R": 3.471464879112318e-05, + "M": 0.0022647895384579897, + "O": 0.0006872586673125625, + "W": 1.6946165487752296e-05, + "N": 5.16798081662273e-07, + "Y": 0.01573166623711586, + "U": 5.020549309620037e-08, + "K": 3.1134411528910277e-06, + "L": 0.0002606560301501304, + "G": 0.005731617100536823, + "F": 0.10557541996240616, + "E": 1.1389211067580618e-05, + "T": 0.010373255237936974, + "P": 0.0005530758644454181, + "-": 0.8586233854293823 + }, + "id": "tp_745" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 93126, + "label": "-", + "classification": { + "B": 0.07288063317537308, + "S": 0.1370236873626709, + "I": 0.003026400227099657, + "C": 0.00048396774218417704, + "R": 0.0007525557884946465, + "M": 0.03558500483632088, + "O": 0.050725508481264114, + "W": 0.008220103569328785, + "N": 0.0006966118817217648, + "Y": 0.0014944429276511073, + "U": 3.384002047823742e-05, + "K": 3.7651170714525506e-05, + "L": 0.01650659553706646, + "G": 0.010473422706127167, + "F": 0.027588114142417908, + "E": 0.003564863931387663, + "T": 0.005795363802462816, + "P": 0.12741658091545105, + "-": 0.4976946711540222 + }, + "id": "tp_746" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 93260, + "label": "-", + "classification": { + "B": 0.10763642936944962, + "S": 0.027727212756872177, + "I": 0.00022295168309938163, + "C": 0.0001365869538858533, + "R": 0.00027583789778873324, + "M": 0.03899715840816498, + "O": 0.08163638412952423, + "W": 0.0027486993931233883, + "N": 3.118393578915857e-05, + "Y": 0.0015299809165298939, + "U": 2.7023077109333826e-06, + "K": 6.522046192003472e-07, + "L": 0.03522249683737755, + "G": 0.018735084682703018, + "F": 0.021557070314884186, + "E": 0.0004772801185026765, + "T": 0.006328562740236521, + "P": 0.008560094982385635, + "-": 0.6481736898422241 + }, + "id": "tp_747" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 93393, + "label": "-", + "classification": { + "B": 0.0030427253805100918, + "S": 0.00021856368402950466, + "I": 5.857216223148498e-08, + "C": 1.4278144888635325e-08, + "R": 3.6265209502062135e-08, + "M": 0.0010399209568277001, + "O": 0.001911672530695796, + "W": 7.757176717859693e-06, + "N": 1.7678998265324708e-09, + "Y": 1.4986897440394387e-05, + "U": 5.361431784645099e-11, + "K": 1.1196515936617857e-11, + "L": 0.0002973571827169508, + "G": 0.00013351053348742425, + "F": 0.001444280962459743, + "E": 1.1605138752202038e-06, + "T": 4.8304533265763894e-05, + "P": 0.00039234734140336514, + "-": 0.9914473295211792 + }, + "id": "tp_748" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 93527, + "label": "-", + "classification": { + "B": 0.0007301764562726021, + "S": 0.0002850577002391219, + "I": 4.8543197408434935e-06, + "C": 4.704851562564727e-06, + "R": 1.5722710031695897e-06, + "M": 0.0005347182159312069, + "O": 0.0006333431811071932, + "W": 2.011221477005165e-05, + "N": 3.0066900080782943e-07, + "Y": 5.6217868404928595e-05, + "U": 1.8121856015795856e-08, + "K": 1.639666891151137e-08, + "L": 0.00010272779036313295, + "G": 0.0003224060928914696, + "F": 0.008749947883188725, + "E": 6.17853002040647e-05, + "T": 7.27808874216862e-05, + "P": 0.008207853883504868, + "-": 0.9802112579345703 + }, + "id": "tp_749" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 93627, + "label": "-", + "classification": { + "B": 2.2021520180715015e-06, + "S": 2.0855959519394673e-06, + "I": 1.2851745709308027e-11, + "C": 7.743712338026398e-10, + "R": 1.857506592983782e-09, + "M": 0.00011541197454789653, + "O": 0.00031335718813352287, + "W": 2.3296587770005317e-08, + "N": 5.502898619636279e-14, + "Y": 7.710239628977433e-07, + "U": 1.6445251608851832e-15, + "K": 3.644055514840698e-17, + "L": 0.0001265955506823957, + "G": 4.15052636526525e-05, + "F": 0.0001837972813518718, + "E": 5.863771967984377e-11, + "T": 1.042646817950299e-05, + "P": 8.829234161567001e-07, + "-": 0.9992029070854187 + }, + "id": "tp_750" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 93760, + "label": "-", + "classification": { + "B": 1.982301182579249e-05, + "S": 1.430280349268287e-06, + "I": 2.8667625429079635e-07, + "C": 5.7729305780185314e-08, + "R": 2.6219467486043868e-08, + "M": 3.5956440115114674e-05, + "O": 2.6656620320864022e-05, + "W": 2.8858846690127393e-07, + "N": 3.957143501764904e-09, + "Y": 1.705070462776348e-05, + "U": 4.630534011784704e-10, + "K": 6.175596700686015e-10, + "L": 2.709694854274858e-06, + "G": 2.856934952433221e-05, + "F": 0.0006911337259225547, + "E": 6.157904408610193e-07, + "T": 2.0234063413226977e-05, + "P": 0.0032280702143907547, + "-": 0.9959271550178528 + }, + "id": "tp_751" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 93894, + "label": "-", + "classification": { + "B": 2.329692324565258e-05, + "S": 4.604576315614395e-05, + "I": 6.329719326458871e-08, + "C": 1.6408245073762373e-07, + "R": 1.0734611777252212e-07, + "M": 0.0004228170437272638, + "O": 0.0003535136056598276, + "W": 2.5459642074565636e-06, + "N": 3.5407210496885e-09, + "Y": 5.817938654217869e-05, + "U": 1.8125180523131945e-10, + "K": 5.312279505176321e-10, + "L": 4.4346266804495826e-05, + "G": 0.00013479888730216771, + "F": 0.006458168383687735, + "E": 1.1746305972337723e-06, + "T": 8.328544208779931e-05, + "P": 0.0004928859998472035, + "-": 0.9918786287307739 + }, + "id": "tp_752" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 94027, + "label": "-", + "classification": { + "B": 7.012209971435368e-05, + "S": 9.224935638485476e-06, + "I": 7.662737999680758e-09, + "C": 4.448364787634773e-09, + "R": 1.5467085390241664e-08, + "M": 7.236120291054249e-05, + "O": 0.0001945114927366376, + "W": 4.6898102823433874e-07, + "N": 1.0710681647152498e-10, + "Y": 7.162399469962111e-06, + "U": 5.010799934701549e-12, + "K": 2.9037853393511226e-13, + "L": 5.914995927014388e-05, + "G": 4.673968578572385e-05, + "F": 0.0012666619149968028, + "E": 3.010610427622851e-08, + "T": 3.311944965389557e-05, + "P": 0.00017557304818183184, + "-": 0.9980648159980774 + }, + "id": "tp_753" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 94127, + "label": "-", + "classification": { + "B": 0.0001026098761940375, + "S": 1.4385764757207653e-07, + "I": 1.8296494985747813e-08, + "C": 1.0988260967792485e-08, + "R": 6.9225736254452386e-09, + "M": 2.3189379135146737e-05, + "O": 2.5725279556354508e-05, + "W": 2.8722016764959335e-08, + "N": 1.5118949148185123e-10, + "Y": 1.0323884680474293e-06, + "U": 1.6338713368369007e-11, + "K": 4.109795050935214e-14, + "L": 7.767950592096895e-06, + "G": 6.734793259965954e-06, + "F": 1.5273502867785282e-05, + "E": 2.597759518607745e-08, + "T": 2.2346417608787306e-05, + "P": 0.0011002335231751204, + "-": 0.9986949563026428 + }, + "id": "tp_754" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 94261, + "label": "-", + "classification": { + "B": 0.002877970226109028, + "S": 0.0007042196812108159, + "I": 0.0003662758390419185, + "C": 0.0012073381803929806, + "R": 0.00029060340602882206, + "M": 0.016615767031908035, + "O": 0.004325265530496836, + "W": 0.00013512239092960954, + "N": 4.085005275555886e-05, + "Y": 0.016346525400877, + "U": 7.702423317823559e-06, + "K": 4.959564648743253e-06, + "L": 0.005888593383133411, + "G": 0.040524449199438095, + "F": 0.05301518365740776, + "E": 0.0013997657224535942, + "T": 0.012090452946722507, + "P": 0.014459265395998955, + "-": 0.829699695110321 + }, + "id": "tp_755" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 94394, + "label": "-", + "classification": { + "B": 0.030620558187365532, + "S": 0.0016381165478378534, + "I": 2.0069837773917243e-05, + "C": 4.592938694258919e-06, + "R": 3.901051968568936e-06, + "M": 0.018749000504612923, + "O": 0.008210326544940472, + "W": 7.705450843786821e-05, + "N": 5.759316650255641e-07, + "Y": 0.0001570629101479426, + "U": 2.5617389098897547e-08, + "K": 1.2763929913006677e-09, + "L": 0.004519298207014799, + "G": 0.0023027812130749226, + "F": 0.0031422097235918045, + "E": 6.696463242406026e-05, + "T": 0.0009496441343799233, + "P": 0.006298714317381382, + "-": 0.9232390522956848 + }, + "id": "tp_756" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 94528, + "label": "-", + "classification": { + "B": 0.0007013222202658653, + "S": 0.018151074647903442, + "I": 5.468453991852584e-07, + "C": 6.487663540610811e-06, + "R": 2.8649767045862973e-05, + "M": 0.10025989264249802, + "O": 0.20760740339756012, + "W": 0.00022725343296770006, + "N": 3.407986781667205e-08, + "Y": 0.00014009111328050494, + "U": 2.6824981125272984e-10, + "K": 5.290379245792565e-11, + "L": 0.087056465446949, + "G": 0.016088033095002174, + "F": 0.0038624280132353306, + "E": 1.4434976947086398e-06, + "T": 0.002301200060173869, + "P": 6.945410859771073e-05, + "-": 0.5634981989860535 + }, + "id": "tp_757" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 94628, + "label": "-", + "classification": { + "B": 0.006576789543032646, + "S": 0.015057360753417015, + "I": 0.052370745688676834, + "C": 0.013520085252821445, + "R": 0.011373856104910374, + "M": 0.0684933066368103, + "O": 0.04990696534514427, + "W": 0.009226788766682148, + "N": 0.010322550311684608, + "Y": 0.1252019852399826, + "U": 0.001238273223862052, + "K": 0.002273612655699253, + "L": 0.015031062066555023, + "G": 0.06884470582008362, + "F": 0.04471280425786972, + "E": 0.009803736582398415, + "T": 0.11857904493808746, + "P": 0.035752084106206894, + "-": 0.34171420335769653 + }, + "id": "tp_758" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 94761, + "label": "M", + "classification": { + "B": 0.017483752220869064, + "S": 0.06191890314221382, + "I": 0.028163686394691467, + "C": 0.014739944599568844, + "R": 0.017443755641579628, + "M": 0.17020823061466217, + "O": 0.15462273359298706, + "W": 0.02140451781451702, + "N": 0.008770513348281384, + "Y": 0.08322552591562271, + "U": 0.0006097451550886035, + "K": 0.0011857126373797655, + "L": 0.06991606205701828, + "G": 0.07482688874006271, + "F": 0.01740119792521, + "E": 0.009350379928946495, + "T": 0.0999203473329544, + "P": 0.019579444080591202, + "-": 0.1292286515235901 + }, + "id": "tp_759" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 94895, + "label": "M", + "classification": { + "B": 0.005335337482392788, + "S": 0.13841675221920013, + "I": 0.0018249332206323743, + "C": 0.0015240341890603304, + "R": 0.004163135774433613, + "M": 0.2874516248703003, + "O": 0.2298731505870819, + "W": 0.007376017048954964, + "N": 0.0004894393496215343, + "Y": 0.014028056524693966, + "U": 6.279336957959458e-06, + "K": 1.1850392183987424e-05, + "L": 0.06186657398939133, + "G": 0.04409971460700035, + "F": 0.007237181533128023, + "E": 0.0005429718876257539, + "T": 0.09266397356987, + "P": 0.003631379920989275, + "-": 0.09945754706859589 + }, + "id": "tp_760" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 95028, + "label": "S", + "classification": { + "B": 0.000304430112009868, + "S": 0.6593546867370605, + "I": 0.0003732859331648797, + "C": 0.0002514981897547841, + "R": 0.000834906124509871, + "M": 0.05972529575228691, + "O": 0.1668388992547989, + "W": 0.008093384094536304, + "N": 0.00046897094580344856, + "Y": 0.003961382899433374, + "U": 5.044933004683116e-07, + "K": 3.467536953394301e-05, + "L": 0.021657412871718407, + "G": 0.0381806418299675, + "F": 0.009016349911689758, + "E": 0.00013034533185418695, + "T": 0.02422233112156391, + "P": 0.00034225842682644725, + "-": 0.006208739709109068 + }, + "id": "tp_761" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 95128, + "label": "S", + "classification": { + "B": 0.008088992908596992, + "S": 0.7158145308494568, + "I": 2.5441544494242407e-05, + "C": 5.9708458138629794e-05, + "R": 0.00023318226158153266, + "M": 0.04244603216648102, + "O": 0.1460878551006317, + "W": 0.005236203782260418, + "N": 3.396211832296103e-05, + "Y": 0.00020807216060347855, + "U": 9.714907633906478e-08, + "K": 7.415666800625331e-07, + "L": 0.04887901246547699, + "G": 0.02182384952902794, + "F": 0.003580047283321619, + "E": 7.31428008293733e-05, + "T": 0.004139727912843227, + "P": 8.951324707595631e-05, + "-": 0.003179993014782667 + }, + "id": "tp_762" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 95262, + "label": "M", + "classification": { + "B": 0.15443775057792664, + "S": 0.14562435448169708, + "I": 0.0005643232725560665, + "C": 0.00040416925912722945, + "R": 0.0012531628599390388, + "M": 0.19802312552928925, + "O": 0.19504579901695251, + "W": 0.009355560876429081, + "N": 0.00015886843902990222, + "Y": 0.00203822017647326, + "U": 7.362304131675046e-06, + "K": 2.446997768856818e-06, + "L": 0.13378797471523285, + "G": 0.026354936882853508, + "F": 0.007168964017182589, + "E": 0.0012061460874974728, + "T": 0.01186967920511961, + "P": 0.0066345855593681335, + "-": 0.10606258362531662 + }, + "id": "tp_763" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 95395, + "label": "S", + "classification": { + "B": 0.004375164862722158, + "S": 0.48602333664894104, + "I": 0.0033414915669709444, + "C": 0.006784720346331596, + "R": 0.010042225010693073, + "M": 0.11645641177892685, + "O": 0.13463596999645233, + "W": 0.017582334578037262, + "N": 0.003182528307661414, + "Y": 0.009625845588743687, + "U": 1.5111897482711356e-05, + "K": 0.00023184054589364678, + "L": 0.04792075976729393, + "G": 0.0714866891503334, + "F": 0.011561931110918522, + "E": 0.0015197197208181024, + "T": 0.06493894010782242, + "P": 0.0012711472809314728, + "-": 0.009003818035125732 + }, + "id": "tp_764" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 95529, + "label": "S", + "classification": { + "B": 0.007180000655353069, + "S": 0.4753536283969879, + "I": 3.545893923728727e-05, + "C": 5.4465181165141985e-06, + "R": 5.93707081861794e-05, + "M": 0.11311536282300949, + "O": 0.30658096075057983, + "W": 0.0029887298587709665, + "N": 1.0519063835090492e-05, + "Y": 0.00040706986328586936, + "U": 7.903846466206232e-09, + "K": 3.07068965810231e-08, + "L": 0.039606302976608276, + "G": 0.0072744982317090034, + "F": 0.002427905797958374, + "E": 2.7393620257498696e-05, + "T": 0.005275600589811802, + "P": 0.0004925059038214386, + "-": 0.03915925323963165 + }, + "id": "tp_765" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 95629, + "label": "-", + "classification": { + "B": 0.02220155857503414, + "S": 0.08313710242509842, + "I": 0.009566635824739933, + "C": 0.004067742265760899, + "R": 0.0031109547708183527, + "M": 0.10365129262208939, + "O": 0.07407062500715256, + "W": 0.014509490691125393, + "N": 0.006048846524208784, + "Y": 0.016837425529956818, + "U": 0.0005558321718126535, + "K": 0.0025030034594237804, + "L": 0.040390729904174805, + "G": 0.06628589332103729, + "F": 0.1523495465517044, + "E": 0.03376859426498413, + "T": 0.03298936039209366, + "P": 0.0919882208108902, + "-": 0.24196714162826538 + }, + "id": "tp_766" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 95762, + "label": "S", + "classification": { + "B": 0.03910587355494499, + "S": 0.3106438219547272, + "I": 0.009649616666138172, + "C": 0.004332507494837046, + "R": 0.0054711513221263885, + "M": 0.13699650764465332, + "O": 0.12098006159067154, + "W": 0.0213359035551548, + "N": 0.006383334752172232, + "Y": 0.008200804702937603, + "U": 0.00023232775856740773, + "K": 0.0005350093124434352, + "L": 0.05452151969075203, + "G": 0.049013156443834305, + "F": 0.04573173448443413, + "E": 0.010696048848330975, + "T": 0.041129548102617264, + "P": 0.03638226166367531, + "-": 0.09865884482860565 + }, + "id": "tp_767" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 95896, + "label": "-", + "classification": { + "B": 0.02579042874276638, + "S": 0.028119005262851715, + "I": 0.029549958184361458, + "C": 0.01592479832470417, + "R": 0.009412568062543869, + "M": 0.0529959499835968, + "O": 0.029097218066453934, + "W": 0.013596165925264359, + "N": 0.018814636394381523, + "Y": 0.02940511330962181, + "U": 0.005414540879428387, + "K": 0.01430257223546505, + "L": 0.01916348561644554, + "G": 0.049238018691539764, + "F": 0.12098576128482819, + "E": 0.06112106889486313, + "T": 0.04164206609129906, + "P": 0.17094066739082336, + "-": 0.2644859850406647 + }, + "id": "tp_768" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 96029, + "label": "S", + "classification": { + "B": 0.01734401285648346, + "S": 0.3359204828739166, + "I": 0.0013600789243355393, + "C": 0.0008124377345666289, + "R": 0.0022319580893963575, + "M": 0.15789178013801575, + "O": 0.19114604592323303, + "W": 0.011096108704805374, + "N": 0.00037791847717016935, + "Y": 0.0037076123990118504, + "U": 7.885651029937435e-06, + "K": 6.665095497737639e-06, + "L": 0.1525348722934723, + "G": 0.055276528000831604, + "F": 0.016917528584599495, + "E": 0.001499299192801118, + "T": 0.008688819594681263, + "P": 0.0038228663615882397, + "-": 0.0393570214509964 + }, + "id": "tp_769" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 96129, + "label": "S", + "classification": { + "B": 0.014101819135248661, + "S": 0.7194201946258545, + "I": 0.004428154788911343, + "C": 0.0008156293770298362, + "R": 0.0017431051237508655, + "M": 0.04479455202817917, + "O": 0.11534833908081055, + "W": 0.018665486946702003, + "N": 0.0039020231924951077, + "Y": 0.003873474197462201, + "U": 1.0153448783967178e-05, + "K": 9.582379425410181e-05, + "L": 0.02390473708510399, + "G": 0.01926851086318493, + "F": 0.0057451450265944, + "E": 0.0014208044158294797, + "T": 0.013213510625064373, + "P": 0.002922834362834692, + "-": 0.00632561044767499 + }, + "id": "tp_770" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 96263, + "label": "S", + "classification": { + "B": 0.001977100968360901, + "S": 0.2735503017902374, + "I": 0.00229605077765882, + "C": 0.0013058570912107825, + "R": 0.0031497939489781857, + "M": 0.10678420215845108, + "O": 0.2041923552751541, + "W": 0.01798349618911743, + "N": 0.0011670230887830257, + "Y": 0.05690668150782585, + "U": 8.630944648757577e-06, + "K": 0.00048105677706189454, + "L": 0.03289490193128586, + "G": 0.10726194828748703, + "F": 0.05226981267333031, + "E": 0.001396305626258254, + "T": 0.0716870054602623, + "P": 0.002223297953605652, + "-": 0.062464240938425064 + }, + "id": "tp_771" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 96396, + "label": "S", + "classification": { + "B": 0.020903734490275383, + "S": 0.3934914469718933, + "I": 0.0020119224209338427, + "C": 0.001993712270632386, + "R": 0.003934558015316725, + "M": 0.12439846992492676, + "O": 0.16062994301319122, + "W": 0.025343621149659157, + "N": 0.002235585590824485, + "Y": 0.008253628388047218, + "U": 6.080835737520829e-05, + "K": 0.0006335452198982239, + "L": 0.07865771651268005, + "G": 0.07040820270776749, + "F": 0.02848445251584053, + "E": 0.005221068859100342, + "T": 0.036026544868946075, + "P": 0.003780721453949809, + "-": 0.03353028744459152 + }, + "id": "tp_772" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 96530, + "label": "S", + "classification": { + "B": 0.12407462298870087, + "S": 0.3839612901210785, + "I": 0.00035206772736273706, + "C": 7.0500991569133475e-06, + "R": 2.553326885390561e-05, + "M": 0.2106926441192627, + "O": 0.08463964611291885, + "W": 0.001952410559169948, + "N": 4.9201364163309336e-05, + "Y": 0.0003792341740336269, + "U": 5.3982908809757646e-08, + "K": 8.146824370669492e-08, + "L": 0.02127024531364441, + "G": 0.005088600795716047, + "F": 0.00645412877202034, + "E": 0.0007417468004859984, + "T": 0.0041330186650156975, + "P": 0.009086274541914463, + "-": 0.14709216356277466 + }, + "id": "tp_773" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 96630, + "label": "S", + "classification": { + "B": 0.0017692330293357372, + "S": 0.4524306356906891, + "I": 2.4389486497966573e-05, + "C": 5.63829526072368e-05, + "R": 0.0003044942277483642, + "M": 0.1608508676290512, + "O": 0.2133091688156128, + "W": 0.002548452466726303, + "N": 9.794103789317887e-06, + "Y": 0.00020791045972146094, + "U": 3.65309382743817e-08, + "K": 6.335246638400349e-08, + "L": 0.12397667020559311, + "G": 0.01913466863334179, + "F": 0.007188325747847557, + "E": 6.277064676396549e-05, + "T": 0.003970507066696882, + "P": 0.00017843960085883737, + "-": 0.01397715788334608 + }, + "id": "tp_774" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 96763, + "label": "S", + "classification": { + "B": 4.460322088561952e-05, + "S": 0.9525187611579895, + "I": 8.950439951149747e-05, + "C": 1.4928350537957158e-06, + "R": 9.383106771565508e-06, + "M": 0.002912563271820545, + "O": 0.03644444793462753, + "W": 0.0010391107061877847, + "N": 0.00022435470600612462, + "Y": 0.0001385451905662194, + "U": 7.705065474539197e-10, + "K": 2.6878440166910877e-06, + "L": 0.0011197656858712435, + "G": 0.0029379611369222403, + "F": 0.0004292414814699441, + "E": 6.136912816145923e-06, + "T": 0.001984531292691827, + "P": 2.25929070438724e-05, + "-": 7.431931589962915e-05 + }, + "id": "tp_775" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 96897, + "label": "M", + "classification": { + "B": 0.04970327392220497, + "S": 0.1277543604373932, + "I": 7.075083703966811e-05, + "C": 1.3705815035791602e-05, + "R": 7.495051977457479e-05, + "M": 0.4082411527633667, + "O": 0.24283765256404877, + "W": 0.0012550947722047567, + "N": 4.580997938319342e-06, + "Y": 0.00045666389632970095, + "U": 9.948324830588717e-09, + "K": 1.4595732400479733e-09, + "L": 0.1351241022348404, + "G": 0.014585998840630054, + "F": 0.00025158454081974924, + "E": 5.0453993026167154e-05, + "T": 0.004441129509359598, + "P": 0.0001842641067923978, + "-": 0.014950260519981384 + }, + "id": "tp_776" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 97030, + "label": "-", + "classification": { + "B": 0.0005727789830416441, + "S": 0.007832039147615433, + "I": 0.0004903216031379998, + "C": 0.0049413335509598255, + "R": 0.004831947386264801, + "M": 0.0934724509716034, + "O": 0.08063996583223343, + "W": 0.0013516779290512204, + "N": 4.492480729823001e-05, + "Y": 0.026528438553214073, + "U": 8.288400749734137e-06, + "K": 5.005641469324473e-06, + "L": 0.1574508249759674, + "G": 0.18213792145252228, + "F": 0.06950169056653976, + "E": 0.0003661582013592124, + "T": 0.023979919031262398, + "P": 0.0020150854252278805, + "-": 0.3438292145729065 + }, + "id": "tp_777" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 97130, + "label": "O", + "classification": { + "B": 0.00040532799903303385, + "S": 0.25481247901916504, + "I": 4.284009992261417e-05, + "C": 0.0003385568270459771, + "R": 0.0017618838464841247, + "M": 0.09538064897060394, + "O": 0.3511427938938141, + "W": 0.0037752538919448853, + "N": 1.757250720402226e-05, + "Y": 0.002343001076951623, + "U": 5.3038743175193304e-08, + "K": 9.83256654762954e-07, + "L": 0.1267593950033188, + "G": 0.0730583518743515, + "F": 0.021158264949917793, + "E": 4.261837966623716e-05, + "T": 0.021125776693224907, + "P": 0.00018034428649116307, + "-": 0.047653887420892715 + }, + "id": "tp_778" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 97264, + "label": "S", + "classification": { + "B": 0.00823167897760868, + "S": 0.8931863307952881, + "I": 0.00020474348275456578, + "C": 2.1789206584799103e-05, + "R": 6.476396083598956e-05, + "M": 0.024775074794888496, + "O": 0.0543394461274147, + "W": 0.002075758995488286, + "N": 0.0001693198864813894, + "Y": 0.00016876854351721704, + "U": 9.961968139293731e-09, + "K": 1.5162602267082548e-06, + "L": 0.004302842542529106, + "G": 0.00447109853848815, + "F": 0.001168029266409576, + "E": 0.00010184837447013706, + "T": 0.004458779934793711, + "P": 0.00020606631005648524, + "-": 0.0020521569531410933 + }, + "id": "tp_779" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 97397, + "label": "S", + "classification": { + "B": 0.027497069910168648, + "S": 0.6164584159851074, + "I": 0.0021199570037424564, + "C": 7.471427670679986e-05, + "R": 0.00031549829873256385, + "M": 0.08970862627029419, + "O": 0.17986689507961273, + "W": 0.005824361462146044, + "N": 0.0009484941838309169, + "Y": 0.002487979596480727, + "U": 1.8901195630860457e-07, + "K": 2.8465733521443326e-06, + "L": 0.025187194347381592, + "G": 0.018489977344870567, + "F": 0.001075694221071899, + "E": 0.00024448762997053564, + "T": 0.025070611387491226, + "P": 0.00046864637988619506, + "-": 0.00415830546990037 + }, + "id": "tp_780" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 97531, + "label": "S", + "classification": { + "B": 0.020854217931628227, + "S": 0.6351256370544434, + "I": 0.006739645730704069, + "C": 0.0001637878449400887, + "R": 0.0005890339962206781, + "M": 0.03692802041769028, + "O": 0.14838600158691406, + "W": 0.01686689257621765, + "N": 0.004368314985185862, + "Y": 0.0103746447712183, + "U": 1.2448311963453307e-06, + "K": 0.000255937542533502, + "L": 0.006604166701436043, + "G": 0.027541253715753555, + "F": 0.01271078921854496, + "E": 0.0012009316124022007, + "T": 0.04078035429120064, + "P": 0.004232929088175297, + "-": 0.02627616375684738 + }, + "id": "tp_781" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 97631, + "label": "S", + "classification": { + "B": 0.003729080082848668, + "S": 0.7770106792449951, + "I": 5.7815806940197945e-05, + "C": 1.3841595318808686e-06, + "R": 1.9234084902564064e-05, + "M": 0.02049691043794155, + "O": 0.17891059815883636, + "W": 0.0009807802271097898, + "N": 1.4181485312292352e-05, + "Y": 9.262945968657732e-05, + "U": 1.2966776263834134e-10, + "K": 2.3054937958733035e-09, + "L": 0.011504579335451126, + "G": 0.003555895993486047, + "F": 0.00011327529500704259, + "E": 2.598729452074622e-06, + "T": 0.002288728952407837, + "P": 2.9727500077569857e-05, + "-": 0.0011918821837753057 + }, + "id": "tp_782" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 97764, + "label": "S", + "classification": { + "B": 0.00018833490321412683, + "S": 0.8790571093559265, + "I": 0.0001244053419213742, + "C": 7.706596989009995e-06, + "R": 5.661773320753127e-05, + "M": 0.02346796542406082, + "O": 0.055762480944395065, + "W": 0.0015491031808778644, + "N": 0.00016299494018312544, + "Y": 0.0014878533547744155, + "U": 1.6131173063982374e-09, + "K": 1.1059201824537013e-05, + "L": 0.0026434622704982758, + "G": 0.011783326976001263, + "F": 0.0018110860837623477, + "E": 3.4484102798160166e-05, + "T": 0.021151632070541382, + "P": 2.6748735763248987e-05, + "-": 0.0006736702634952962 + }, + "id": "tp_783" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 97898, + "label": "-", + "classification": { + "B": 0.01990472339093685, + "S": 0.10150989145040512, + "I": 0.00962610263377428, + "C": 0.0005983615992590785, + "R": 0.000695637078024447, + "M": 0.20497126877307892, + "O": 0.06076687201857567, + "W": 0.00608478207141161, + "N": 0.003836744697764516, + "Y": 0.016798939555883408, + "U": 6.468884384958073e-05, + "K": 0.0002540886343922466, + "L": 0.013498588465154171, + "G": 0.03155043348670006, + "F": 0.04250979423522949, + "E": 0.01700889877974987, + "T": 0.06591825187206268, + "P": 0.09380383789539337, + "-": 0.31059813499450684 + }, + "id": "tp_784" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 98031, + "label": "S", + "classification": { + "B": 0.00041775216232053936, + "S": 0.40160030126571655, + "I": 0.0013418213929980993, + "C": 0.00016387477808166295, + "R": 0.0005372600862756371, + "M": 0.12109360843896866, + "O": 0.11142832040786743, + "W": 0.005261776503175497, + "N": 0.0009103681659325957, + "Y": 0.028288282454013824, + "U": 2.2159254342568602e-07, + "K": 0.00012030664220219478, + "L": 0.00532366381958127, + "G": 0.02943187579512596, + "F": 0.007268769200891256, + "E": 0.0003068533551413566, + "T": 0.2698645293712616, + "P": 0.00037170902942307293, + "-": 0.01626872830092907 + }, + "id": "tp_785" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 98131, + "label": "O", + "classification": { + "B": 1.71366409631446e-05, + "S": 0.18290376663208008, + "I": 1.5073032955115195e-06, + "C": 5.612044333247468e-05, + "R": 0.00022969991550780833, + "M": 0.2690407335758209, + "O": 0.3732606768608093, + "W": 0.000661600730381906, + "N": 2.391044233718276e-07, + "Y": 0.006693477742373943, + "U": 3.750335805796645e-11, + "K": 3.649876401112806e-09, + "L": 0.02217540144920349, + "G": 0.03761666640639305, + "F": 0.0010573186445981264, + "E": 6.705133728246437e-07, + "T": 0.08454456925392151, + "P": 1.1304413192192442e-06, + "-": 0.021739372983574867 + }, + "id": "tp_786" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 98265, + "label": "S", + "classification": { + "B": 0.00033399928361177444, + "S": 0.9874451160430908, + "I": 2.3975708529633266e-08, + "C": 1.1106662811677381e-10, + "R": 3.883238619550866e-09, + "M": 0.00021261631627567112, + "O": 0.011628684587776661, + "W": 2.3916370992083102e-05, + "N": 9.388073429761334e-09, + "Y": 6.109242178808927e-08, + "U": 2.6543405823054598e-15, + "K": 1.0657678082073851e-12, + "L": 0.00021929664944764227, + "G": 4.245757372700609e-05, + "F": 1.751577110553626e-05, + "E": 8.395566020169554e-09, + "T": 8.835775588522665e-06, + "P": 5.634582294078427e-07, + "-": 6.677367491647601e-05 + }, + "id": "tp_787" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 98398, + "label": "T", + "classification": { + "B": 0.0039761564694345, + "S": 0.10540695488452911, + "I": 0.01338565070182085, + "C": 0.00643479498103261, + "R": 0.008326860144734383, + "M": 0.06813632696866989, + "O": 0.09515202790498734, + "W": 0.01839616894721985, + "N": 0.006256302818655968, + "Y": 0.1751352995634079, + "U": 4.407314918353222e-05, + "K": 0.0018807342275977135, + "L": 0.014671232551336288, + "G": 0.10928207635879517, + "F": 0.039442989975214005, + "E": 0.0016370307421311736, + "T": 0.27908870577812195, + "P": 0.0022309087216854095, + "-": 0.05111568421125412 + }, + "id": "tp_788" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 98532, + "label": "S", + "classification": { + "B": 0.03472139313817024, + "S": 0.3630329966545105, + "I": 0.0010496730683371425, + "C": 0.0001348346850136295, + "R": 0.0005017660441808403, + "M": 0.2615513801574707, + "O": 0.20531423389911652, + "W": 0.009753430262207985, + "N": 0.000320371356792748, + "Y": 0.005088166333734989, + "U": 1.951907506736461e-06, + "K": 3.305012796772644e-06, + "L": 0.05020274221897125, + "G": 0.01738295890390873, + "F": 0.002805558266118169, + "E": 0.0009527223883196712, + "T": 0.020068436861038208, + "P": 0.001827159896492958, + "-": 0.025286901742219925 + }, + "id": "tp_789" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 98632, + "label": "-", + "classification": { + "B": 0.019236331805586815, + "S": 0.029171526432037354, + "I": 0.0015939694130793214, + "C": 0.0019332831725478172, + "R": 0.002410999732092023, + "M": 0.07572411000728607, + "O": 0.07741747796535492, + "W": 0.007695182226598263, + "N": 0.0003477020072750747, + "Y": 0.012736223638057709, + "U": 9.307801519753411e-05, + "K": 2.810341538861394e-05, + "L": 0.058441873639822006, + "G": 0.035937268286943436, + "F": 0.06566035747528076, + "E": 0.0026836921460926533, + "T": 0.019217364490032196, + "P": 0.03015386313199997, + "-": 0.5595175623893738 + }, + "id": "tp_790" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 98765, + "label": "S", + "classification": { + "B": 0.013288194313645363, + "S": 0.4382166564464569, + "I": 0.00042878015665337443, + "C": 2.3477461581933312e-05, + "R": 6.393592775566503e-05, + "M": 0.07949191331863403, + "O": 0.10237469524145126, + "W": 0.00407182052731514, + "N": 0.00013111758744344115, + "Y": 0.0008697910816408694, + "U": 5.078633193988935e-07, + "K": 3.658754394564312e-06, + "L": 0.03745352476835251, + "G": 0.029782330617308617, + "F": 0.12030763924121857, + "E": 0.0018654601881280541, + "T": 0.004727558698505163, + "P": 0.013259872794151306, + "-": 0.1536390781402588 + }, + "id": "tp_791" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 98899, + "label": "S", + "classification": { + "B": 0.021498335525393486, + "S": 0.2885381579399109, + "I": 0.0008271767292171717, + "C": 0.00033922522561624646, + "R": 0.0015087637584656477, + "M": 0.21324943006038666, + "O": 0.2781878709793091, + "W": 0.012542014941573143, + "N": 0.0002870718890335411, + "Y": 0.0043975901789963245, + "U": 2.5169058517349185e-06, + "K": 3.509145017233095e-06, + "L": 0.07014814764261246, + "G": 0.022051602602005005, + "F": 0.005148717667907476, + "E": 0.0005750989657826722, + "T": 0.02023378014564514, + "P": 0.002231646329164505, + "-": 0.05822939798235893 + }, + "id": "tp_792" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 99032, + "label": "O", + "classification": { + "B": 0.012164081446826458, + "S": 0.29983413219451904, + "I": 1.8084710973198526e-05, + "C": 3.0844487355352612e-06, + "R": 3.106588337686844e-05, + "M": 0.12155259400606155, + "O": 0.43652066588401794, + "W": 0.0013681750278919935, + "N": 2.3131790385377826e-06, + "Y": 0.0005641564493998885, + "U": 1.319418574396991e-09, + "K": 1.3170802226625256e-09, + "L": 0.054574839770793915, + "G": 0.021185992285609245, + "F": 0.0010756845586001873, + "E": 2.8589372504939092e-06, + "T": 0.01268007606267929, + "P": 5.684333882527426e-05, + "-": 0.03836534544825554 + }, + "id": "tp_793" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 99132, + "label": "M", + "classification": { + "B": 0.19169382750988007, + "S": 0.021633228287100792, + "I": 0.0025366940535604954, + "C": 0.0017067987937480211, + "R": 0.002107026521116495, + "M": 0.2189761847257614, + "O": 0.12750543653964996, + "W": 0.0032298723235726357, + "N": 0.0001347754878224805, + "Y": 0.012903811410069466, + "U": 8.066998816502746e-06, + "K": 5.156646807336074e-07, + "L": 0.16857492923736572, + "G": 0.09110217541456223, + "F": 0.003959642257541418, + "E": 0.002311888849362731, + "T": 0.01311635784804821, + "P": 0.004781119059771299, + "-": 0.13371773064136505 + }, + "id": "tp_794" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 99266, + "label": "S", + "classification": { + "B": 0.006156228948384523, + "S": 0.40750887989997864, + "I": 0.011271855793893337, + "C": 0.0032080102246254683, + "R": 0.006174332462251186, + "M": 0.08272767812013626, + "O": 0.1725464016199112, + "W": 0.01734875701367855, + "N": 0.0066914320923388, + "Y": 0.029618388041853905, + "U": 1.0820474017236847e-05, + "K": 0.00032804469810798764, + "L": 0.04185445234179497, + "G": 0.09300176054239273, + "F": 0.012677125632762909, + "E": 0.0011022362159565091, + "T": 0.09682363271713257, + "P": 0.0013291767099872231, + "-": 0.00962086021900177 + }, + "id": "tp_795" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 99399, + "label": "S", + "classification": { + "B": 0.08511263877153397, + "S": 0.3402160406112671, + "I": 0.007275418844074011, + "C": 0.00019216028158552945, + "R": 0.0008174561080522835, + "M": 0.1984642595052719, + "O": 0.16034917533397675, + "W": 0.009959105402231216, + "N": 0.0016248709289357066, + "Y": 0.021215738728642464, + "U": 2.1711812223657034e-06, + "K": 4.419983451953158e-05, + "L": 0.02685420773923397, + "G": 0.04379589483141899, + "F": 0.009064442478120327, + "E": 0.0020646443590521812, + "T": 0.04468724876642227, + "P": 0.0041732084937393665, + "-": 0.04408717527985573 + }, + "id": "tp_796" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 99533, + "label": "S", + "classification": { + "B": 0.03751864284276962, + "S": 0.6019412875175476, + "I": 0.026961004361510277, + "C": 0.00038716255221515894, + "R": 0.000776236760430038, + "M": 0.059174880385398865, + "O": 0.12068942934274673, + "W": 0.00873445812612772, + "N": 0.008171319030225277, + "Y": 0.015565942041575909, + "U": 2.21780260289961e-06, + "K": 2.3890921511338092e-05, + "L": 0.015452880412340164, + "G": 0.037086691707372665, + "F": 0.003168225521221757, + "E": 0.0007242505089379847, + "T": 0.05491143837571144, + "P": 0.0018764652777463198, + "-": 0.006833584513515234 + }, + "id": "tp_797" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 99633, + "label": "S", + "classification": { + "B": 0.00038070298614911735, + "S": 0.3411675691604614, + "I": 0.00020950990437995642, + "C": 1.5844549125176854e-05, + "R": 0.00016718229744583368, + "M": 0.03593581169843674, + "O": 0.3178534507751465, + "W": 0.0033622821792960167, + "N": 4.750077278004028e-05, + "Y": 0.049592968076467514, + "U": 2.3124782089212204e-09, + "K": 5.152578523848206e-06, + "L": 0.008100252598524094, + "G": 0.09944681078195572, + "F": 0.027826277539134026, + "E": 1.3199837667343672e-05, + "T": 0.08465570211410522, + "P": 5.1968232583021745e-05, + "-": 0.031167875975370407 + }, + "id": "tp_798" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 99766, + "label": "S", + "classification": { + "B": 7.09696223566425e-06, + "S": 0.37783586978912354, + "I": 0.00012957827129866928, + "C": 0.00017854603356681764, + "R": 0.00027339396183378994, + "M": 0.042767807841300964, + "O": 0.07922284305095673, + "W": 0.003048695856705308, + "N": 0.00012070502998540178, + "Y": 0.0757179707288742, + "U": 2.3906705948206763e-08, + "K": 0.00047299821744672954, + "L": 0.002480574883520603, + "G": 0.11244221776723862, + "F": 0.030340883880853653, + "E": 7.673195796087384e-05, + "T": 0.2631787657737732, + "P": 4.3075702706119046e-05, + "-": 0.011662145145237446 + }, + "id": "tp_799" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 99900, + "label": "T", + "classification": { + "B": 0.00011140439892187715, + "S": 0.04215461015701294, + "I": 0.0027288447599858046, + "C": 0.0022750708740204573, + "R": 0.0016788437496870756, + "M": 0.06199614703655243, + "O": 0.0647699162364006, + "W": 0.002234281040728092, + "N": 0.0009651495493017137, + "Y": 0.2838277518749237, + "U": 5.266781499813078e-07, + "K": 0.0002846683782991022, + "L": 0.006735618691891432, + "G": 0.20674525201320648, + "F": 0.019306113943457603, + "E": 0.0006485209451057017, + "T": 0.28901755809783936, + "P": 0.00018411659402772784, + "-": 0.014335602521896362 + }, + "id": "tp_800" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 100033, + "label": "Y", + "classification": { + "B": 0.00015686292317695916, + "S": 0.0046131606213748455, + "I": 0.02326296642422676, + "C": 0.005366175435483456, + "R": 0.0039239078760147095, + "M": 0.02002127282321453, + "O": 0.013091186061501503, + "W": 0.001412844518199563, + "N": 0.0023858333006501198, + "Y": 0.4064144790172577, + "U": 1.1091388842032757e-05, + "K": 0.0005761165521107614, + "L": 0.001061415416188538, + "G": 0.0393654927611351, + "F": 0.008797204121947289, + "E": 0.0007489409181289375, + "T": 0.36544981598854065, + "P": 0.0026604144368320704, + "-": 0.10068078339099884 + }, + "id": "tp_801" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 100133, + "label": "-", + "classification": { + "B": 0.06640274822711945, + "S": 0.08825166523456573, + "I": 0.006945112254470587, + "C": 0.001741957850754261, + "R": 0.003153641941025853, + "M": 0.13631393015384674, + "O": 0.16456438601016998, + "W": 0.018873943015933037, + "N": 0.0016819294542074203, + "Y": 0.01912212371826172, + "U": 0.00016454285650979728, + "K": 0.0001592991320649162, + "L": 0.07481798529624939, + "G": 0.046613164246082306, + "F": 0.03101186454296112, + "E": 0.005019405856728554, + "T": 0.034656789153814316, + "P": 0.026930321007966995, + "-": 0.27357515692710876 + }, + "id": "tp_802" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 100267, + "label": "-", + "classification": { + "B": 0.002483124379068613, + "S": 0.01904737949371338, + "I": 0.010119680315256119, + "C": 0.00014059555542189628, + "R": 0.00033687404356896877, + "M": 0.008761570788919926, + "O": 0.01778266206383705, + "W": 0.0030849832110106945, + "N": 0.0016981079243123531, + "Y": 0.0032637938857078552, + "U": 3.582665522117168e-05, + "K": 9.957991278497502e-05, + "L": 0.0018021519063040614, + "G": 0.002519643399864435, + "F": 0.022704605013132095, + "E": 0.001477300887927413, + "T": 0.009496863931417465, + "P": 0.23637311160564423, + "-": 0.6587721705436707 + }, + "id": "tp_803" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 100400, + "label": "S", + "classification": { + "B": 0.0031987642869353294, + "S": 0.5910912752151489, + "I": 0.021500468254089355, + "C": 0.001593424123711884, + "R": 0.0024196391459554434, + "M": 0.024226944893598557, + "O": 0.07887329161167145, + "W": 0.01952386274933815, + "N": 0.03607800602912903, + "Y": 0.019471967592835426, + "U": 1.3631448382511735e-05, + "K": 0.013153016567230225, + "L": 0.00830070674419403, + "G": 0.07789918035268784, + "F": 0.02578670158982277, + "E": 0.004303135443478823, + "T": 0.06226583197712898, + "P": 0.004243097268044949, + "-": 0.00605706125497818 + }, + "id": "tp_804" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 100501, + "label": "S", + "classification": { + "B": 0.0025070353876799345, + "S": 0.798050582408905, + "I": 0.0006804385920986533, + "C": 8.70764852152206e-05, + "R": 0.0002764456148725003, + "M": 0.013037852942943573, + "O": 0.13066959381103516, + "W": 0.009064722806215286, + "N": 0.0009541094186715782, + "Y": 0.0020923265255987644, + "U": 4.647714391126101e-08, + "K": 3.8279998989310116e-05, + "L": 0.003481092397123575, + "G": 0.013673819601535797, + "F": 0.003473455086350441, + "E": 8.860190428094938e-05, + "T": 0.01854322850704193, + "P": 0.00022625633573625237, + "-": 0.0030550709925591946 + }, + "id": "tp_805" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 100634, + "label": "-", + "classification": { + "B": 0.02817472815513611, + "S": 0.047648973762989044, + "I": 0.0012439247220754623, + "C": 0.0006220273207873106, + "R": 0.0013924913946539164, + "M": 0.08516783267259598, + "O": 0.11067233234643936, + "W": 0.0067870826460421085, + "N": 0.00030738289933651686, + "Y": 0.010575059801340103, + "U": 2.847371797543019e-05, + "K": 1.65957953868201e-05, + "L": 0.06303916126489639, + "G": 0.03860508278012276, + "F": 0.0441979318857193, + "E": 0.0015820936532691121, + "T": 0.026137826964259148, + "P": 0.019221892580389977, + "-": 0.5145791172981262 + }, + "id": "tp_806" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 100767, + "label": "S", + "classification": { + "B": 0.03571972995996475, + "S": 0.3867346942424774, + "I": 0.007222731132060289, + "C": 0.00017692954861558974, + "R": 0.0008006927091628313, + "M": 0.1011630967259407, + "O": 0.23771445453166962, + "W": 0.020082904025912285, + "N": 0.002376879332587123, + "Y": 0.009204375557601452, + "U": 1.4523186109727249e-05, + "K": 2.1348882000893354e-05, + "L": 0.04227234050631523, + "G": 0.017242370173335075, + "F": 0.007144620176404715, + "E": 0.0012752547627314925, + "T": 0.04349612072110176, + "P": 0.012240519747138023, + "-": 0.07509641349315643 + }, + "id": "tp_807" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 100901, + "label": "S", + "classification": { + "B": 0.08554275333881378, + "S": 0.3374713063240051, + "I": 0.0038649768102914095, + "C": 0.0002765000972431153, + "R": 0.0013928100233897567, + "M": 0.06864681839942932, + "O": 0.25417640805244446, + "W": 0.03235902264714241, + "N": 0.0023883695248514414, + "Y": 0.004943929612636566, + "U": 6.444355676649138e-05, + "K": 9.329386375611648e-05, + "L": 0.07624822109937668, + "G": 0.027676429599523544, + "F": 0.013474928215146065, + "E": 0.001664428971707821, + "T": 0.019769985228776932, + "P": 0.010488776490092278, + "-": 0.05945662036538124 + }, + "id": "tp_808" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 101001, + "label": "S", + "classification": { + "B": 0.0029351823031902313, + "S": 0.4265890419483185, + "I": 0.025703178718686104, + "C": 0.004116783384233713, + "R": 0.007239906117320061, + "M": 0.062299810349941254, + "O": 0.18650151789188385, + "W": 0.027438603341579437, + "N": 0.02452728897333145, + "Y": 0.023434478789567947, + "U": 2.8202319299452938e-05, + "K": 0.0017930964240804315, + "L": 0.023052766919136047, + "G": 0.0792994350194931, + "F": 0.015739422291517258, + "E": 0.0026734990533441305, + "T": 0.07331434637308121, + "P": 0.0038161431439220905, + "-": 0.009497342631220818 + }, + "id": "tp_809" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 101134, + "label": "F", + "classification": { + "B": 0.005891704931855202, + "S": 0.13577425479888916, + "I": 0.024770265445113182, + "C": 0.01270464900881052, + "R": 0.010312438011169434, + "M": 0.044581204652786255, + "O": 0.05989496409893036, + "W": 0.03135672211647034, + "N": 0.027524907141923904, + "Y": 0.07528010755777359, + "U": 0.0008340384811162949, + "K": 0.0752769336104393, + "L": 0.01188353169709444, + "G": 0.09025819599628448, + "F": 0.15513566136360168, + "E": 0.02620716392993927, + "T": 0.09203864634037018, + "P": 0.02911691553890705, + "-": 0.0911577120423317 + }, + "id": "tp_810" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 101268, + "label": "S", + "classification": { + "B": 0.236805722117424, + "S": 0.5010456442832947, + "I": 0.0016793949762359262, + "C": 2.2079555492382497e-05, + "R": 0.0001764392072800547, + "M": 0.05057911202311516, + "O": 0.11443833261728287, + "W": 0.009771211072802544, + "N": 0.00040146175888366997, + "Y": 0.001130895339883864, + "U": 1.1416295819799416e-06, + "K": 3.4938227599923266e-06, + "L": 0.035191986709833145, + "G": 0.011299828998744488, + "F": 0.004105167929083109, + "E": 0.0007485965033993125, + "T": 0.004224316217005253, + "P": 0.005474706180393696, + "-": 0.022900447249412537 + }, + "id": "tp_811" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 101401, + "label": "S", + "classification": { + "B": 0.04113953560590744, + "S": 0.43658265471458435, + "I": 0.02339247055351734, + "C": 0.001176259247586131, + "R": 0.0033716741017997265, + "M": 0.08021081238985062, + "O": 0.23198093473911285, + "W": 0.021054845303297043, + "N": 0.00653810566291213, + "Y": 0.00881283450871706, + "U": 1.7953712813323364e-05, + "K": 3.0792918551014736e-05, + "L": 0.048314210027456284, + "G": 0.03389333188533783, + "F": 0.004413452930748463, + "E": 0.0013621710240840912, + "T": 0.026754118502140045, + "P": 0.008834121748805046, + "-": 0.022119753062725067 + }, + "id": "tp_812" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 101502, + "label": "S", + "classification": { + "B": 0.020682962611317635, + "S": 0.4416741728782654, + "I": 0.0009570702677592635, + "C": 0.0009462228044867516, + "R": 0.00263256230391562, + "M": 0.07627209275960922, + "O": 0.22676943242549896, + "W": 0.02161913737654686, + "N": 0.0008292695856653154, + "Y": 0.0031934669241309166, + "U": 1.8754419215838425e-05, + "K": 7.656945672351867e-05, + "L": 0.06439699977636337, + "G": 0.037464480847120285, + "F": 0.020768454298377037, + "E": 0.001043444499373436, + "T": 0.02023944817483425, + "P": 0.004788526333868504, + "-": 0.05562695115804672 + }, + "id": "tp_813" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 101635, + "label": "-", + "classification": { + "B": 0.00339198624715209, + "S": 0.011225556023418903, + "I": 0.0017646643100306392, + "C": 8.896742656361312e-05, + "R": 6.602733628824353e-05, + "M": 0.017296910285949707, + "O": 0.010747354477643967, + "W": 0.0010572203900665045, + "N": 0.0005479674437083304, + "Y": 0.010579719208180904, + "U": 1.0467924766999204e-05, + "K": 0.0004770947271026671, + "L": 0.0017743692733347416, + "G": 0.020958684384822845, + "F": 0.1416439563035965, + "E": 0.013519351370632648, + "T": 0.01184083241969347, + "P": 0.08074065297842026, + "-": 0.672268271446228 + }, + "id": "tp_814" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 101768, + "label": "-", + "classification": { + "B": 0.09081344306468964, + "S": 0.09759844094514847, + "I": 0.002280742861330509, + "C": 0.000819277367554605, + "R": 0.0015603509964421391, + "M": 0.09335878491401672, + "O": 0.1186036765575409, + "W": 0.01319548487663269, + "N": 0.0006799018592573702, + "Y": 0.013081145472824574, + "U": 3.904476034222171e-05, + "K": 7.242926949402317e-05, + "L": 0.04348142445087433, + "G": 0.04708307608962059, + "F": 0.047337841242551804, + "E": 0.0028166156262159348, + "T": 0.030577799305319786, + "P": 0.015219750814139843, + "-": 0.38138076663017273 + }, + "id": "tp_815" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 101902, + "label": "S", + "classification": { + "B": 0.04575968533754349, + "S": 0.6798170804977417, + "I": 6.247359124245122e-05, + "C": 1.1968921171501279e-05, + "R": 7.357952563324943e-05, + "M": 0.027695655822753906, + "O": 0.19372586905956268, + "W": 0.0042061698623001575, + "N": 1.3471838428813498e-05, + "Y": 0.0002999749267473817, + "U": 9.052507188300751e-09, + "K": 1.6656843015994127e-08, + "L": 0.030511511489748955, + "G": 0.008833098225295544, + "F": 0.0006950380047783256, + "E": 2.1270230718073435e-05, + "T": 0.001303933560848236, + "P": 0.0001689382188487798, + "-": 0.006800196599215269 + }, + "id": "tp_816" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 102002, + "label": "-", + "classification": { + "B": 0.24148304760456085, + "S": 0.05163554102182388, + "I": 0.017096374183893204, + "C": 0.001492313458584249, + "R": 0.001941030379384756, + "M": 0.08727139234542847, + "O": 0.12251454591751099, + "W": 0.01315702311694622, + "N": 0.00180221744813025, + "Y": 0.01700787991285324, + "U": 7.246407039929181e-05, + "K": 7.155774255807046e-06, + "L": 0.047454386949539185, + "G": 0.026179486885666847, + "F": 0.005483952350914478, + "E": 0.0023754630237817764, + "T": 0.03412630036473274, + "P": 0.04473688080906868, + "-": 0.28416258096694946 + }, + "id": "tp_817" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 102135, + "label": "-", + "classification": { + "B": 0.021476425230503082, + "S": 0.0060513801872730255, + "I": 0.0001042821750161238, + "C": 4.3965417717117816e-05, + "R": 5.757602775702253e-05, + "M": 0.014885746873915195, + "O": 0.018847018480300903, + "W": 0.0006242759991437197, + "N": 1.0677851605578326e-05, + "Y": 0.0004277983389329165, + "U": 6.760429869245854e-07, + "K": 1.5128902930428012e-07, + "L": 0.0068083289079368114, + "G": 0.0044977799989283085, + "F": 0.01245878729969263, + "E": 0.00015213797450996935, + "T": 0.002972732065245509, + "P": 0.010024135001003742, + "-": 0.9005560874938965 + }, + "id": "tp_818" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 102269, + "label": "S", + "classification": { + "B": 0.04218626394867897, + "S": 0.20089291036128998, + "I": 0.03376385197043419, + "C": 0.0064757815562188625, + "R": 0.005993640050292015, + "M": 0.10489534586668015, + "O": 0.12900395691394806, + "W": 0.02162069082260132, + "N": 0.013077478855848312, + "Y": 0.1161421686410904, + "U": 4.519434878602624e-05, + "K": 0.0004264603485353291, + "L": 0.018936024978756905, + "G": 0.07897287607192993, + "F": 0.010393798351287842, + "E": 0.0067223552614450455, + "T": 0.15744224190711975, + "P": 0.007103927433490753, + "-": 0.04590499773621559 + }, + "id": "tp_819" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 102402, + "label": "M", + "classification": { + "B": 0.0757211446762085, + "S": 0.1599106788635254, + "I": 0.0013202958507463336, + "C": 0.0008586447802372277, + "R": 0.0015260981163010001, + "M": 0.23061302304267883, + "O": 0.21983009576797485, + "W": 0.00946088321506977, + "N": 0.0005405471893027425, + "Y": 0.002833322621881962, + "U": 1.6944037270150147e-05, + "K": 1.0534315151744522e-05, + "L": 0.1122039183974266, + "G": 0.048491671681404114, + "F": 0.011337948963046074, + "E": 0.00176826654933393, + "T": 0.022661058232188225, + "P": 0.005348228849470615, + "-": 0.09554664045572281 + }, + "id": "tp_820" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 102503, + "label": "-", + "classification": { + "B": 0.0004628924943972379, + "S": 0.0030799477826803923, + "I": 0.004395673517137766, + "C": 0.0033506392501294613, + "R": 0.0020124667789787054, + "M": 0.05254524201154709, + "O": 0.013457778841257095, + "W": 0.0009367273305542767, + "N": 0.0006094737909734249, + "Y": 0.15244831144809723, + "U": 6.488192593678832e-05, + "K": 0.0006064438493922353, + "L": 0.00455256225541234, + "G": 0.03900060057640076, + "F": 0.03322707861661911, + "E": 0.00595848448574543, + "T": 0.0694715827703476, + "P": 0.016880439594388008, + "-": 0.5969387888908386 + }, + "id": "tp_821" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 102636, + "label": "-", + "classification": { + "B": 0.09640923887491226, + "S": 0.08539503067731857, + "I": 0.00456178467720747, + "C": 0.0045152087695896626, + "R": 0.0030046654865145683, + "M": 0.06741345673799515, + "O": 0.07010051608085632, + "W": 0.01814459264278412, + "N": 0.0028800873551517725, + "Y": 0.008967898786067963, + "U": 0.000561993510928005, + "K": 0.0007294697570614517, + "L": 0.03544740378856659, + "G": 0.04052283242344856, + "F": 0.09614179283380508, + "E": 0.017888618633151054, + "T": 0.020926089957356453, + "P": 0.07986165583133698, + "-": 0.34652769565582275 + }, + "id": "tp_822" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 102769, + "label": "-", + "classification": { + "B": 0.1156364232301712, + "S": 0.005388377700001001, + "I": 0.0024342925753444433, + "C": 0.0007856962620280683, + "R": 0.0004972247406840324, + "M": 0.018008830025792122, + "O": 0.02053607441484928, + "W": 0.003048291429877281, + "N": 0.0004235341039020568, + "Y": 0.0039511979557573795, + "U": 8.100460399873555e-05, + "K": 9.648848390497733e-06, + "L": 0.010308332741260529, + "G": 0.010127817280590534, + "F": 0.009929010644555092, + "E": 0.004762580618262291, + "T": 0.007126305717974901, + "P": 0.1293758600950241, + "-": 0.657569408416748 + }, + "id": "tp_823" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 102903, + "label": "-", + "classification": { + "B": 0.024778451770544052, + "S": 0.07814635336399078, + "I": 0.0055432552471756935, + "C": 0.014352488331496716, + "R": 0.01795479841530323, + "M": 0.10355259478092194, + "O": 0.12685349583625793, + "W": 0.02654329687356949, + "N": 0.003103481838479638, + "Y": 0.03476564213633537, + "U": 0.0010214460780844092, + "K": 0.0015821779379621148, + "L": 0.10277798771858215, + "G": 0.08949331194162369, + "F": 0.09498920291662216, + "E": 0.00998237170279026, + "T": 0.04032622650265694, + "P": 0.023162372410297394, + "-": 0.20107100903987885 + }, + "id": "tp_824" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 103003, + "label": "-", + "classification": { + "B": 0.028634799644351006, + "S": 0.021275091916322708, + "I": 0.0038450860884040594, + "C": 0.0014051003381609917, + "R": 0.0018678804626688361, + "M": 0.043917153030633926, + "O": 0.06694062799215317, + "W": 0.010583596304059029, + "N": 0.0012986630899831653, + "Y": 0.02015463076531887, + "U": 0.0001892594009405002, + "K": 0.00011108545731985942, + "L": 0.01664073020219803, + "G": 0.015155467204749584, + "F": 0.021108420565724373, + "E": 0.0029987371526658535, + "T": 0.037887413054704666, + "P": 0.04210071638226509, + "-": 0.6638855338096619 + }, + "id": "tp_825" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 103136, + "label": "S", + "classification": { + "B": 0.030268114060163498, + "S": 0.3581602871417999, + "I": 0.00030227613751776516, + "C": 6.099044912843965e-05, + "R": 0.00020742122433148324, + "M": 0.18504144251346588, + "O": 0.21121031045913696, + "W": 0.004440786316990852, + "N": 0.0001011859712889418, + "Y": 0.0036658213939517736, + "U": 1.7987044031997357e-07, + "K": 1.6041052504078834e-06, + "L": 0.047629985958337784, + "G": 0.04006677865982056, + "F": 0.017274022102355957, + "E": 0.00042697705794125795, + "T": 0.022440949454903603, + "P": 0.0011740386253222823, + "-": 0.07752679288387299 + }, + "id": "tp_826" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 103270, + "label": "-", + "classification": { + "B": 0.03930000215768814, + "S": 0.0627807006239891, + "I": 0.0034379258286207914, + "C": 0.0002061208797385916, + "R": 0.000883854809217155, + "M": 0.04394059628248215, + "O": 0.12240659445524216, + "W": 0.009585804305970669, + "N": 0.0004004178335890174, + "Y": 0.06639843434095383, + "U": 4.452242592378752e-06, + "K": 1.7477759683970362e-05, + "L": 0.012269447557628155, + "G": 0.02220062166452408, + "F": 0.01269961055368185, + "E": 0.0003849310160148889, + "T": 0.06982681900262833, + "P": 0.008191938512027264, + "-": 0.5250641703605652 + }, + "id": "tp_827" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 103403, + "label": "-", + "classification": { + "B": 0.017050407826900482, + "S": 0.014677527360618114, + "I": 0.005286741070449352, + "C": 0.0009246613481082022, + "R": 0.001315754372626543, + "M": 0.09190351516008377, + "O": 0.04639377444982529, + "W": 0.004775013774633408, + "N": 0.0006269784062169492, + "Y": 0.04162190854549408, + "U": 6.945857603568584e-05, + "K": 5.703190981876105e-05, + "L": 0.015116914175450802, + "G": 0.02528376691043377, + "F": 0.02093036100268364, + "E": 0.0042603942565619946, + "T": 0.04328993335366249, + "P": 0.027485212311148643, + "-": 0.63893061876297 + }, + "id": "tp_828" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 103504, + "label": "-", + "classification": { + "B": 0.0005792100564576685, + "S": 0.0032416817266494036, + "I": 0.0026550141628831625, + "C": 0.0003920294111594558, + "R": 0.00042706236126832664, + "M": 0.01265786960721016, + "O": 0.007841119542717934, + "W": 0.0009532021940685809, + "N": 0.00044365657959133387, + "Y": 0.026659943163394928, + "U": 7.438335887854919e-05, + "K": 0.00029922480462118983, + "L": 0.0016792966052889824, + "G": 0.0076707517728209496, + "F": 0.03008297272026539, + "E": 0.0013318731216713786, + "T": 0.0264134518802166, + "P": 0.03272756561636925, + "-": 0.843869686126709 + }, + "id": "tp_829" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 103637, + "label": "B", + "classification": { + "B": 0.28088751435279846, + "S": 0.04459080100059509, + "I": 0.0023163133300840855, + "C": 0.0009021376608870924, + "R": 0.0007866250816732645, + "M": 0.22749771177768707, + "O": 0.06361528486013412, + "W": 0.005548255983740091, + "N": 0.00023079021775629371, + "Y": 0.007071967236697674, + "U": 9.181561836157925e-06, + "K": 3.3767998957046075e-06, + "L": 0.047099050134420395, + "G": 0.02669263444840908, + "F": 0.008736329153180122, + "E": 0.005998245440423489, + "T": 0.012248851358890533, + "P": 0.012105703353881836, + "-": 0.25365930795669556 + }, + "id": "tp_830" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 103770, + "label": "S", + "classification": { + "B": 0.06471092998981476, + "S": 0.24900175631046295, + "I": 7.324935722863302e-05, + "C": 8.609607903053984e-05, + "R": 0.0003715511120390147, + "M": 0.05954871326684952, + "O": 0.23992402851581573, + "W": 0.009361613541841507, + "N": 3.548829408828169e-05, + "Y": 0.0018831727793440223, + "U": 4.329772878008953e-07, + "K": 1.9135545699100476e-06, + "L": 0.0855698212981224, + "G": 0.05270829051733017, + "F": 0.05794971436262131, + "E": 0.00022091847495175898, + "T": 0.010969066992402077, + "P": 0.0012586367083713412, + "-": 0.166324645280838 + }, + "id": "tp_831" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 103904, + "label": "T", + "classification": { + "B": 0.00016482992214150727, + "S": 0.24562308192253113, + "I": 0.00022781328880228102, + "C": 1.4735315744474065e-05, + "R": 0.00011785121751017869, + "M": 0.05326857790350914, + "O": 0.23359456658363342, + "W": 0.002905364613980055, + "N": 5.2667986892629415e-05, + "Y": 0.0868479460477829, + "U": 3.352457866867553e-09, + "K": 3.5674258924700553e-06, + "L": 0.0048571135848760605, + "G": 0.05165857449173927, + "F": 0.00924221146851778, + "E": 1.1000104677805211e-05, + "T": 0.2647545337677002, + "P": 8.427387365372851e-05, + "-": 0.04657129570841789 + }, + "id": "tp_832" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 104004, + "label": "-", + "classification": { + "B": 0.0007601655088365078, + "S": 0.022315407171845436, + "I": 6.6760349000105634e-06, + "C": 6.649360784649616e-06, + "R": 2.3190295905806124e-05, + "M": 0.02461404912173748, + "O": 0.060000695288181305, + "W": 0.0012596099404618144, + "N": 1.5172515759331873e-06, + "Y": 0.016452251002192497, + "U": 1.2494683510055893e-08, + "K": 6.681018476228928e-07, + "L": 0.0041001951321959496, + "G": 0.018561821430921555, + "F": 0.08994848281145096, + "E": 2.1412692149169743e-05, + "T": 0.01860765554010868, + "P": 0.0003688996657729149, + "-": 0.7429506182670593 + }, + "id": "tp_833" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 104137, + "label": "S", + "classification": { + "B": 0.006569751538336277, + "S": 0.5087746977806091, + "I": 0.007249395363032818, + "C": 0.00016078702174127102, + "R": 0.000212959130294621, + "M": 0.01781153492629528, + "O": 0.03013906627893448, + "W": 0.006132366601377726, + "N": 0.00404984038323164, + "Y": 0.003577364608645439, + "U": 3.737336783160572e-06, + "K": 0.0007864364888519049, + "L": 0.0020234896801412106, + "G": 0.008571019396185875, + "F": 0.12499985843896866, + "E": 0.005545216612517834, + "T": 0.015140254981815815, + "P": 0.08689787238836288, + "-": 0.17135433852672577 + }, + "id": "tp_834" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 104271, + "label": "-", + "classification": { + "B": 0.18643835186958313, + "S": 0.004372899420559406, + "I": 0.00014417458442039788, + "C": 5.9430935834825505e-06, + "R": 9.389338629262056e-06, + "M": 0.012496395967900753, + "O": 0.022989828139543533, + "W": 0.0004358647274784744, + "N": 6.049536295904545e-06, + "Y": 0.0002095624222420156, + "U": 1.8684544045299845e-07, + "K": 1.4432196548952447e-09, + "L": 0.009648320265114307, + "G": 0.0022761838044971228, + "F": 0.00112732476554811, + "E": 0.00014300596376415342, + "T": 0.0014702245825901628, + "P": 0.02372850477695465, + "-": 0.7344977855682373 + }, + "id": "tp_835" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 104404, + "label": "-", + "classification": { + "B": 0.0018659594934433699, + "S": 0.00026277368306182325, + "I": 2.968568196592969e-06, + "C": 9.415008861424212e-08, + "R": 1.8264424284097913e-07, + "M": 0.0006722052348777652, + "O": 0.0015083845937624574, + "W": 1.5374425856862217e-05, + "N": 8.003897988828612e-08, + "Y": 3.130898767267354e-05, + "U": 1.553277839683176e-09, + "K": 3.203748724645017e-11, + "L": 0.00018779355741571635, + "G": 7.995289342943579e-05, + "F": 0.00022302355500869453, + "E": 3.4355794014118146e-06, + "T": 0.00016672229685354978, + "P": 0.007026306353509426, + "-": 0.9879534244537354 + }, + "id": "tp_836" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 104505, + "label": "-", + "classification": { + "B": 0.009838930331170559, + "S": 0.061418838798999786, + "I": 0.0011907508596777916, + "C": 0.0017159520648419857, + "R": 0.00238221138715744, + "M": 0.04201361909508705, + "O": 0.07842237502336502, + "W": 0.018685845658183098, + "N": 0.0008470346801914275, + "Y": 0.01725390926003456, + "U": 0.0002378127828706056, + "K": 0.001354717998765409, + "L": 0.01827438361942768, + "G": 0.020736169070005417, + "F": 0.08378556370735168, + "E": 0.0033315683249384165, + "T": 0.025733545422554016, + "P": 0.03858743607997894, + "-": 0.5741893649101257 + }, + "id": "tp_837" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 104638, + "label": "-", + "classification": { + "B": 0.0012365056900307536, + "S": 0.0061937179416418076, + "I": 0.0018886016914620996, + "C": 0.0017378092743456364, + "R": 0.002260015346109867, + "M": 0.06583330035209656, + "O": 0.028347639366984367, + "W": 0.0021399506367743015, + "N": 0.00023186327598523349, + "Y": 0.08714716881513596, + "U": 3.371344064362347e-05, + "K": 0.00016255535592790693, + "L": 0.013593667186796665, + "G": 0.04766644909977913, + "F": 0.0682087168097496, + "E": 0.002005965681746602, + "T": 0.04995802789926529, + "P": 0.008430222980678082, + "-": 0.6129240989685059 + }, + "id": "tp_838" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 104771, + "label": "-", + "classification": { + "B": 2.039803257503081e-05, + "S": 7.302959602384362e-06, + "I": 8.802639786154032e-05, + "C": 2.8657159418798983e-05, + "R": 5.349909315555124e-06, + "M": 0.006177910603582859, + "O": 0.00023048988077789545, + "W": 2.916536686825566e-06, + "N": 2.585633865237469e-06, + "Y": 0.004265927709639072, + "U": 1.9907145087927347e-07, + "K": 1.532782647473141e-07, + "L": 5.1760682254098356e-05, + "G": 0.0009499030420556664, + "F": 0.0011368280975148082, + "E": 0.0002860788954421878, + "T": 0.003424511756747961, + "P": 0.011437269859015942, + "-": 0.9718837738037109 + }, + "id": "tp_839" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 104905, + "label": "-", + "classification": { + "B": 0.021909158676862717, + "S": 0.034454237669706345, + "I": 8.488506136927754e-05, + "C": 1.7648551875026897e-05, + "R": 4.095014082849957e-05, + "M": 0.015519611537456512, + "O": 0.028164921328425407, + "W": 0.001301223412156105, + "N": 1.4837269191048108e-05, + "Y": 0.0009317863150499761, + "U": 3.3825310197244107e-07, + "K": 5.489682735060342e-07, + "L": 0.009920993819832802, + "G": 0.009703182615339756, + "F": 0.0802987664937973, + "E": 0.00033443051506765187, + "T": 0.0038250519428402185, + "P": 0.011962668038904667, + "-": 0.7815148234367371 + }, + "id": "tp_840" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 105005, + "label": "-", + "classification": { + "B": 0.08982214331626892, + "S": 0.012244440615177155, + "I": 0.0007391930557787418, + "C": 0.0002410049200989306, + "R": 0.00019247581076342613, + "M": 0.06867176294326782, + "O": 0.08072734624147415, + "W": 0.003178034210577607, + "N": 0.0001429382391506806, + "Y": 0.0022797484416514635, + "U": 1.7392629160895012e-05, + "K": 1.08889344119234e-06, + "L": 0.026707105338573456, + "G": 0.014483910985291004, + "F": 0.009616107679903507, + "E": 0.0029469674918800592, + "T": 0.007041658274829388, + "P": 0.04631099849939346, + "-": 0.6346356272697449 + }, + "id": "tp_841" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 105138, + "label": "-", + "classification": { + "B": 1.2009531928924844e-05, + "S": 6.77378338878043e-05, + "I": 8.15991370473057e-06, + "C": 8.953834935709892e-07, + "R": 1.7052088878699578e-06, + "M": 3.3688182156765833e-05, + "O": 0.0003304214042145759, + "W": 1.5520236047450453e-05, + "N": 1.0275750810251338e-06, + "Y": 0.0001454623998142779, + "U": 3.86511196381889e-08, + "K": 1.013202748367803e-07, + "L": 1.4447188732447103e-05, + "G": 5.537344259209931e-05, + "F": 0.009207198396325111, + "E": 2.944721472886158e-06, + "T": 0.00012413790682330728, + "P": 0.021764786913990974, + "-": 0.9682144522666931 + }, + "id": "tp_842" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 105272, + "label": "-", + "classification": { + "B": 0.0315372534096241, + "S": 0.024167874827980995, + "I": 3.936498978873715e-05, + "C": 7.631672815477941e-06, + "R": 2.0078976376680657e-05, + "M": 0.03618470951914787, + "O": 0.1521463841199875, + "W": 0.0018270239233970642, + "N": 5.4969091252132785e-06, + "Y": 0.0004407067899592221, + "U": 2.59881886677249e-07, + "K": 8.570955500886157e-09, + "L": 0.029139487072825432, + "G": 0.0042859953828155994, + "F": 0.0036768235731869936, + "E": 6.225366814760491e-05, + "T": 0.0037968556862324476, + "P": 0.009779587388038635, + "-": 0.7028821110725403 + }, + "id": "tp_843" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 105405, + "label": "-", + "classification": { + "B": 0.054757069796323776, + "S": 0.0010950366267934442, + "I": 2.6830252863874193e-06, + "C": 5.5773116400814615e-06, + "R": 1.1039624041586649e-05, + "M": 0.01092961523681879, + "O": 0.01816141977906227, + "W": 0.00010593961633276194, + "N": 4.88990643532361e-08, + "Y": 0.0003811114002019167, + "U": 3.0350641999632444e-09, + "K": 3.607731821619886e-11, + "L": 0.01139256451278925, + "G": 0.0025413823314011097, + "F": 0.0010690419003367424, + "E": 4.552955033432227e-06, + "T": 0.0007100934744812548, + "P": 0.0005525002488866448, + "-": 0.8982803225517273 + }, + "id": "tp_844" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 105506, + "label": "-", + "classification": { + "B": 0.0022396757267415524, + "S": 0.0001225474989041686, + "I": 2.101841710100416e-05, + "C": 7.045527127047535e-06, + "R": 4.419426659296732e-06, + "M": 0.005685885902494192, + "O": 0.0013057435862720013, + "W": 7.718708729953505e-06, + "N": 2.0104630493733566e-07, + "Y": 0.0007090605213306844, + "U": 8.759293734783569e-09, + "K": 6.865181201298753e-10, + "L": 0.0012290277518332005, + "G": 0.0034477172885090113, + "F": 0.0033111360389739275, + "E": 6.988328823354095e-05, + "T": 0.00038710603257641196, + "P": 0.003994847647845745, + "-": 0.9774571061134338 + }, + "id": "tp_845" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 105639, + "label": "-", + "classification": { + "B": 1.746477937558666e-05, + "S": 7.0822502493683714e-06, + "I": 3.1014417345431866e-06, + "C": 3.956354703404941e-06, + "R": 1.8092206346409512e-06, + "M": 0.00022130746219772846, + "O": 0.0001867249666247517, + "W": 1.6975126300167176e-06, + "N": 1.1412672762389775e-07, + "Y": 0.00027657972532324493, + "U": 1.3309361612812154e-08, + "K": 4.919192608809908e-09, + "L": 5.597610288532451e-05, + "G": 0.00040592753794044256, + "F": 0.004761162213981152, + "E": 5.884110123588471e-06, + "T": 0.00022006782819516957, + "P": 0.004733039066195488, + "-": 0.9890981912612915 + }, + "id": "tp_846" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 105772, + "label": "-", + "classification": { + "B": 0.06093958020210266, + "S": 0.005251247435808182, + "I": 0.0002361611695960164, + "C": 3.587547689676285e-05, + "R": 5.252279152045958e-05, + "M": 0.0442943274974823, + "O": 0.034431617707014084, + "W": 0.001286937389522791, + "N": 1.2576626431837212e-05, + "Y": 0.0014787998516112566, + "U": 1.0110619541592314e-06, + "K": 3.53881439707493e-08, + "L": 0.0130895571783185, + "G": 0.0046252356842160225, + "F": 0.003603216027840972, + "E": 0.00041391601553186774, + "T": 0.003118369495496154, + "P": 0.012767476961016655, + "-": 0.8143614530563354 + }, + "id": "tp_847" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 105906, + "label": "B", + "classification": { + "B": 0.5900872945785522, + "S": 0.1062210276722908, + "I": 0.00027618836611509323, + "C": 3.202174775651656e-05, + "R": 5.276997035252862e-05, + "M": 0.020626921206712723, + "O": 0.055695101618766785, + "W": 0.0031689805909991264, + "N": 8.861620881361887e-05, + "Y": 0.00015892657393123955, + "U": 1.6184393416551757e-06, + "K": 2.1778160430585558e-07, + "L": 0.017506245523691177, + "G": 0.004195967689156532, + "F": 0.006397540681064129, + "E": 0.0010389141971245408, + "T": 0.0018009941559284925, + "P": 0.01805594190955162, + "-": 0.17459461092948914 + }, + "id": "tp_848" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 106006, + "label": "-", + "classification": { + "B": 0.00013772484089713544, + "S": 4.269015335012227e-05, + "I": 3.180305429850705e-05, + "C": 1.4488276974589098e-05, + "R": 9.741061148815788e-06, + "M": 0.003990129102021456, + "O": 0.000978807918727398, + "W": 1.553805122966878e-05, + "N": 1.1503016139613464e-06, + "Y": 0.002876710146665573, + "U": 3.310903764486284e-07, + "K": 1.7865264112515433e-07, + "L": 0.0003197224286850542, + "G": 0.0019480811897665262, + "F": 0.0038947509601712227, + "E": 5.038709059590474e-05, + "T": 0.002075318479910493, + "P": 0.0052434648387134075, + "-": 0.978368878364563 + }, + "id": "tp_849" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 106139, + "label": "O", + "classification": { + "B": 0.266936719417572, + "S": 0.15431751310825348, + "I": 0.00046188163105398417, + "C": 6.016544830345083e-06, + "R": 3.328758612042293e-05, + "M": 0.14939548075199127, + "O": 0.26802459359169006, + "W": 0.0032057485077530146, + "N": 2.3798256734153256e-05, + "Y": 0.0007687173201702535, + "U": 5.064858754622037e-08, + "K": 1.7023682463701562e-09, + "L": 0.05504922568798065, + "G": 0.00522464606910944, + "F": 0.0003883476892951876, + "E": 0.00012054407125106081, + "T": 0.004462569020688534, + "P": 0.003037052694708109, + "-": 0.08854386955499649 + }, + "id": "tp_850" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 106273, + "label": "-", + "classification": { + "B": 0.0006055564153939486, + "S": 0.0003599039919208735, + "I": 5.239486927166581e-05, + "C": 3.1769138786330586e-06, + "R": 3.6729234125232324e-06, + "M": 0.007286666426807642, + "O": 0.0031956322491168976, + "W": 5.4807016567792743e-05, + "N": 3.6661344893218484e-06, + "Y": 0.0019351212540641427, + "U": 2.0531845734694798e-07, + "K": 1.9512683024913713e-08, + "L": 0.0004880356427747756, + "G": 0.000652395945508033, + "F": 0.0014620048459619284, + "E": 6.465554179158062e-05, + "T": 0.00650574266910553, + "P": 0.01324822474271059, + "-": 0.9640780687332153 + }, + "id": "tp_851" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 106406, + "label": "-", + "classification": { + "B": 0.006942196749150753, + "S": 0.0008273523417301476, + "I": 0.0002506770833861083, + "C": 7.548600842710584e-05, + "R": 4.679212725022808e-05, + "M": 0.010317297652363777, + "O": 0.005508117843419313, + "W": 0.00021951609232928604, + "N": 2.5664017812232487e-05, + "Y": 0.002065029228106141, + "U": 2.827470325428294e-06, + "K": 8.208374424611975e-07, + "L": 0.002487960271537304, + "G": 0.00609532929956913, + "F": 0.019983423873782158, + "E": 0.0009909281507134438, + "T": 0.003182366956025362, + "P": 0.04370243847370148, + "-": 0.8972756862640381 + }, + "id": "tp_852" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 106507, + "label": "-", + "classification": { + "B": 1.097450603992911e-05, + "S": 4.259336037648609e-06, + "I": 5.46379123989027e-05, + "C": 9.050717380887363e-06, + "R": 1.6265311160168494e-06, + "M": 0.002659701043739915, + "O": 0.00011791573342634365, + "W": 2.370926040384802e-06, + "N": 7.245978963510424e-07, + "Y": 0.002129906788468361, + "U": 4.7404387970573225e-08, + "K": 2.7018142390033972e-08, + "L": 2.444276469759643e-05, + "G": 0.0002423355617793277, + "F": 0.0005498694372363389, + "E": 4.5737619075225666e-05, + "T": 0.0012861387804150581, + "P": 0.010186671279370785, + "-": 0.9826734662055969 + }, + "id": "tp_853" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 106640, + "label": "-", + "classification": { + "B": 0.000554132740944624, + "S": 0.0002758738410193473, + "I": 1.7349881318295957e-06, + "C": 5.176208901502832e-07, + "R": 1.0500577900529606e-06, + "M": 0.000517897482495755, + "O": 0.0013948356499895453, + "W": 3.0958828574512154e-05, + "N": 1.8363255094300257e-07, + "Y": 7.153912883950397e-05, + "U": 1.5175483980556237e-08, + "K": 3.949800930769243e-09, + "L": 0.0001686165778664872, + "G": 0.00013706940808333457, + "F": 0.0025149015709757805, + "E": 3.7281786262610694e-06, + "T": 0.0004478557384572923, + "P": 0.006123780272901058, + "-": 0.9877552390098572 + }, + "id": "tp_854" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 106773, + "label": "-", + "classification": { + "B": 0.3654954433441162, + "S": 0.02779809571802616, + "I": 0.00021841436682734638, + "C": 3.0955525289755315e-05, + "R": 7.699317211518064e-05, + "M": 0.03814730420708656, + "O": 0.06915510445833206, + "W": 0.0016925442032516003, + "N": 1.2594934560183901e-05, + "Y": 0.0008175127441063523, + "U": 3.085392563662026e-07, + "K": 9.782390009149822e-09, + "L": 0.030352145433425903, + "G": 0.006870059762150049, + "F": 0.003975342493504286, + "E": 0.00029358972096815705, + "T": 0.0015762012917548418, + "P": 0.007210589945316315, + "-": 0.44627681374549866 + }, + "id": "tp_855" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 106907, + "label": "-", + "classification": { + "B": 0.0023509874008595943, + "S": 0.0005714147700928152, + "I": 0.00019753686501644552, + "C": 0.00015666174294892699, + "R": 5.3428295359481126e-05, + "M": 0.016503363847732544, + "O": 0.00480616046115756, + "W": 8.676503784954548e-05, + "N": 1.7661646779743023e-05, + "Y": 0.002422161167487502, + "U": 2.187136487918906e-06, + "K": 7.939585771055135e-07, + "L": 0.0035349398385733366, + "G": 0.010986601933836937, + "F": 0.022339217364788055, + "E": 0.001278018462471664, + "T": 0.0033440841361880302, + "P": 0.03698652610182762, + "-": 0.8943615555763245 + }, + "id": "tp_856" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 107007, + "label": "-", + "classification": { + "B": 0.10331783443689346, + "S": 0.06541721522808075, + "I": 0.0038659796118736267, + "C": 0.0009825228480622172, + "R": 0.001700362074188888, + "M": 0.09475599229335785, + "O": 0.1099577322602272, + "W": 0.019190842285752296, + "N": 0.0013213688507676125, + "Y": 0.00873794499784708, + "U": 0.000248047464992851, + "K": 5.623044489766471e-05, + "L": 0.051500529050827026, + "G": 0.019706889986991882, + "F": 0.023459916934370995, + "E": 0.005296702496707439, + "T": 0.027290701866149902, + "P": 0.05157570168375969, + "-": 0.41161757707595825 + }, + "id": "tp_857" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 107140, + "label": "-", + "classification": { + "B": 0.00024031291832216084, + "S": 1.0249904335069004e-05, + "I": 3.452925739111379e-05, + "C": 3.0655576210847357e-06, + "R": 1.6813609136079322e-06, + "M": 0.00039139666478149593, + "O": 0.0004830624966416508, + "W": 1.194806827697903e-05, + "N": 6.621645525228814e-07, + "Y": 7.124729745555669e-05, + "U": 6.907108485165736e-08, + "K": 6.466077451250385e-09, + "L": 8.481265103910118e-05, + "G": 0.00015272888413164765, + "F": 0.0005786354886367917, + "E": 1.9979579519713297e-05, + "T": 0.00015627338143531233, + "P": 0.03651900216937065, + "-": 0.9612403512001038 + }, + "id": "tp_858" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 107274, + "label": "-", + "classification": { + "B": 0.4006591737270355, + "S": 0.01644083298742771, + "I": 0.00017590234347153455, + "C": 3.792076540776179e-06, + "R": 6.5789258769655135e-06, + "M": 0.017228640615940094, + "O": 0.024690764024853706, + "W": 0.0008626303751952946, + "N": 2.0892037355224602e-05, + "Y": 0.0002939246187452227, + "U": 2.3558263251288736e-07, + "K": 1.916266256785093e-08, + "L": 0.005421333946287632, + "G": 0.003199382219463587, + "F": 0.004354391247034073, + "E": 0.000967110157944262, + "T": 0.0012157111195847392, + "P": 0.04266264662146568, + "-": 0.481795996427536 + }, + "id": "tp_859" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 107407, + "label": "-", + "classification": { + "B": 4.111525868211174e-06, + "S": 1.1542964784894139e-05, + "I": 1.085562507796567e-05, + "C": 9.875212754195672e-07, + "R": 3.437292832586536e-07, + "M": 1.835964576457627e-05, + "O": 4.513809108175337e-05, + "W": 4.855209226661827e-06, + "N": 1.4887554016240756e-06, + "Y": 4.96815046062693e-05, + "U": 5.11698878824518e-08, + "K": 1.6119649899337674e-06, + "L": 1.5297566733352141e-06, + "G": 5.967616380075924e-05, + "F": 0.013057105243206024, + "E": 3.1839612347539514e-05, + "T": 7.042617653496563e-05, + "P": 0.09992381930351257, + "-": 0.886706531047821 + }, + "id": "tp_860" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 107508, + "label": "-", + "classification": { + "B": 0.0007502289954572916, + "S": 2.0960969777661376e-05, + "I": 5.1154024731658865e-06, + "C": 1.753668584569823e-06, + "R": 1.146015392805566e-06, + "M": 0.008101770654320717, + "O": 0.0008581912843510509, + "W": 3.602452125051059e-06, + "N": 5.6436881834542874e-08, + "Y": 0.0003604510857257992, + "U": 4.921130170032484e-09, + "K": 1.512174691020718e-10, + "L": 0.00042780875810422003, + "G": 0.0009401247370988131, + "F": 0.0006015045801177621, + "E": 2.5968074623961e-05, + "T": 0.0005990152712911367, + "P": 0.002121402882039547, + "-": 0.9851808547973633 + }, + "id": "tp_861" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 107641, + "label": "-", + "classification": { + "B": 0.00030722960946150124, + "S": 5.04822310176678e-05, + "I": 1.0878946454795368e-07, + "C": 1.435116647741097e-08, + "R": 6.806052965657727e-08, + "M": 0.00024182067136280239, + "O": 0.001450149342417717, + "W": 9.372793101647403e-06, + "N": 4.0239687137955116e-09, + "Y": 5.455809969134862e-06, + "U": 1.4281002769234163e-10, + "K": 1.5956348655560282e-12, + "L": 7.576162897748873e-05, + "G": 1.444864938093815e-05, + "F": 3.670478690764867e-05, + "E": 6.262941809609401e-08, + "T": 0.00010850386024685577, + "P": 0.0012599560432136059, + "-": 0.9964398741722107 + }, + "id": "tp_862" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 107774, + "label": "-", + "classification": { + "B": 1.0651318916643504e-05, + "S": 1.236168736795662e-05, + "I": 6.416771066142246e-05, + "C": 7.133319854801812e-07, + "R": 1.2485872957768152e-06, + "M": 0.00026956424699164927, + "O": 0.0002188396465498954, + "W": 4.182971679256298e-06, + "N": 2.279157797602238e-06, + "Y": 0.0018133950652554631, + "U": 6.143481812159735e-08, + "K": 1.0435158515065268e-07, + "L": 9.84086909738835e-06, + "G": 0.00015638033801224083, + "F": 0.0008020264795050025, + "E": 1.3869449503545184e-05, + "T": 0.002029109513387084, + "P": 0.008423630148172379, + "-": 0.9861676096916199 + }, + "id": "tp_863" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 107908, + "label": "-", + "classification": { + "B": 0.000284268258837983, + "S": 7.777311839163303e-05, + "I": 2.0946010408806615e-05, + "C": 7.298993409676768e-08, + "R": 3.4501884016435724e-08, + "M": 0.0001984837872441858, + "O": 0.0001822901249397546, + "W": 6.684309937554644e-06, + "N": 3.4983468140126206e-06, + "Y": 2.861945358745288e-05, + "U": 2.6336913094837655e-08, + "K": 8.300443710140826e-08, + "L": 4.7916614676069e-06, + "G": 5.6892429711297154e-05, + "F": 0.0013767727650702, + "E": 0.00026253735995851457, + "T": 9.630047134123743e-05, + "P": 0.35354506969451904, + "-": 0.6438549160957336 + }, + "id": "tp_864" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 108008, + "label": "P", + "classification": { + "B": 4.87624163270084e-07, + "S": 4.820036338060163e-06, + "I": 0.002618180587887764, + "C": 4.239179531850823e-07, + "R": 5.026706872968134e-08, + "M": 9.924786354531534e-06, + "O": 2.2492856714961817e-06, + "W": 4.97019357226236e-07, + "N": 0.0003810974594671279, + "Y": 1.0968694368784782e-05, + "U": 6.938554975022271e-08, + "K": 5.188037903280929e-06, + "L": 6.373117855673627e-08, + "G": 3.809851023106603e-06, + "F": 9.493396646576002e-05, + "E": 0.001609066384844482, + "T": 1.8558323063189164e-05, + "P": 0.9877372980117798, + "-": 0.007502343505620956 + }, + "id": "tp_865" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 108141, + "label": "-", + "classification": { + "B": 0.00036525633186101913, + "S": 0.0002833518083207309, + "I": 0.0002352250157855451, + "C": 1.6281568377962685e-06, + "R": 1.993001660594018e-06, + "M": 0.0009619295597076416, + "O": 0.0008352345321327448, + "W": 4.141934550716542e-05, + "N": 8.536629138689023e-06, + "Y": 0.0002735388115979731, + "U": 8.343896951146235e-08, + "K": 4.859976243665187e-08, + "L": 6.60526129649952e-05, + "G": 0.00015449253260158002, + "F": 0.0022312027867883444, + "E": 0.00015769008314236999, + "T": 0.0005058707320131361, + "P": 0.09886926412582397, + "-": 0.8950070738792419 + }, + "id": "tp_866" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 108275, + "label": "-", + "classification": { + "B": 1.5545449059573002e-05, + "S": 9.383195902046282e-06, + "I": 0.0009049469954334199, + "C": 4.6106848458293825e-05, + "R": 1.1071217159042135e-05, + "M": 0.0003128479584120214, + "O": 0.00014777664910070598, + "W": 7.46075920687872e-06, + "N": 5.762355795013718e-05, + "Y": 0.0008159659337252378, + "U": 2.5263636871386552e-06, + "K": 2.548174961702898e-06, + "L": 2.0951252736267634e-05, + "G": 0.0003102976188529283, + "F": 0.0020892254542559385, + "E": 0.0006572359707206488, + "T": 0.0010069067357107997, + "P": 0.3227231502532959, + "-": 0.6708584427833557 + }, + "id": "tp_867" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 108375, + "label": "P", + "classification": { + "B": 2.7657742975861765e-05, + "S": 8.447533218713943e-06, + "I": 0.004315905272960663, + "C": 1.201815302920295e-05, + "R": 2.090012003463926e-06, + "M": 9.93305366137065e-05, + "O": 6.231585575733334e-05, + "W": 5.250772574072471e-06, + "N": 0.00030940721626393497, + "Y": 4.9345668230671436e-05, + "U": 9.582633992977208e-07, + "K": 8.055608304857742e-07, + "L": 5.727339612349169e-06, + "G": 6.880077853566036e-05, + "F": 0.00019477878231555223, + "E": 0.0009538864251226187, + "T": 0.00014351803110912442, + "P": 0.9144102931022644, + "-": 0.07932950556278229 + }, + "id": "tp_868" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 108509, + "label": "P", + "classification": { + "B": 1.89126640179893e-05, + "S": 1.0307653610652778e-05, + "I": 0.0011953143402934074, + "C": 5.702291309717111e-05, + "R": 6.0310303524602205e-06, + "M": 0.00011295674630673602, + "O": 7.454679143847898e-05, + "W": 8.356838407053147e-06, + "N": 0.00013863950152881444, + "Y": 0.0003141505003441125, + "U": 5.657729616359575e-06, + "K": 6.3949814830266405e-06, + "L": 9.486802809988149e-06, + "G": 0.00021400720288511366, + "F": 0.0012070732191205025, + "E": 0.0007527415873482823, + "T": 0.0005743494839407504, + "P": 0.713683009147644, + "-": 0.28161105513572693 + }, + "id": "tp_869" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 108642, + "label": "P", + "classification": { + "B": 1.405567502388294e-07, + "S": 2.408271768672421e-07, + "I": 0.0016714753583073616, + "C": 4.739822088595247e-06, + "R": 4.975732394996157e-07, + "M": 9.693880201666616e-06, + "O": 2.051749106612988e-06, + "W": 2.6599263946991414e-07, + "N": 7.111113518476486e-05, + "Y": 3.262160316808149e-05, + "U": 2.0433378722373163e-07, + "K": 5.240214250079589e-06, + "L": 1.2102138668979023e-07, + "G": 1.633676038181875e-05, + "F": 0.00025338088744319975, + "E": 0.0005590151413343847, + "T": 5.0992504839086905e-05, + "P": 0.8843184113502502, + "-": 0.11300340294837952 + }, + "id": "tp_870" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 108775, + "label": "P", + "classification": { + "B": 1.0399363148394514e-08, + "S": 6.654005346717895e-09, + "I": 0.00011381789954612032, + "C": 2.6099641559085285e-07, + "R": 2.3783730540571923e-08, + "M": 2.359354738246111e-07, + "O": 2.2373673402853456e-07, + "W": 1.0196937516582238e-08, + "N": 2.6793150027515367e-06, + "Y": 3.837645181192784e-06, + "U": 5.879446263179489e-09, + "K": 2.2543897415516767e-08, + "L": 6.0991909300867064e-09, + "G": 1.1422349643908092e-06, + "F": 6.837164255557582e-05, + "E": 9.83675545285223e-06, + "T": 2.9348184398259036e-06, + "P": 0.9127411842346191, + "-": 0.08705538511276245 + }, + "id": "tp_871" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 108876, + "label": "P", + "classification": { + "B": 6.263140903683961e-07, + "S": 2.8246172405488323e-06, + "I": 0.0008940770640037954, + "C": 2.095594936690759e-06, + "R": 5.403894078881422e-07, + "M": 9.979692549677566e-06, + "O": 9.192232937493827e-06, + "W": 1.6458492382298573e-06, + "N": 0.00011987051402684301, + "Y": 3.496424324112013e-05, + "U": 4.803665092367737e-07, + "K": 2.2417290892917663e-05, + "L": 2.2178382153015264e-07, + "G": 1.5511899619014002e-05, + "F": 0.0007038657204248011, + "E": 0.0004330107185523957, + "T": 8.495472866343334e-05, + "P": 0.8664593696594238, + "-": 0.13120436668395996 + }, + "id": "tp_872" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 109009, + "label": "-", + "classification": { + "B": 0.0001028070182655938, + "S": 1.577790862938855e-05, + "I": 0.0004052351869177073, + "C": 3.02253793051932e-05, + "R": 6.710230081807822e-06, + "M": 0.00022016091679688543, + "O": 0.00026813457952812314, + "W": 9.71907047642162e-06, + "N": 2.4235920136561617e-05, + "Y": 0.0002450987813062966, + "U": 1.1001197890436742e-06, + "K": 5.287067210701935e-07, + "L": 3.277344148955308e-05, + "G": 0.0003847337211482227, + "F": 0.0032193518709391356, + "E": 0.00020630138169508427, + "T": 0.00039311760338023305, + "P": 0.29963481426239014, + "-": 0.6947990655899048 + }, + "id": "tp_873" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 109142, + "label": "-", + "classification": { + "B": 5.826413325848989e-05, + "S": 6.32035153103061e-05, + "I": 0.0005756391910836101, + "C": 1.760645682225004e-05, + "R": 5.736725597671466e-06, + "M": 0.0002195068955188617, + "O": 0.0002953188377432525, + "W": 2.3176578906713985e-05, + "N": 6.480448064394295e-05, + "Y": 0.00022884455393068492, + "U": 1.308830519519688e-06, + "K": 1.4266418020270066e-06, + "L": 1.894538218039088e-05, + "G": 0.00013643759302794933, + "F": 0.0024087445344775915, + "E": 0.0001573464833199978, + "T": 0.0007075795438140631, + "P": 0.41493940353393555, + "-": 0.5800766348838806 + }, + "id": "tp_874" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 109276, + "label": "P", + "classification": { + "B": 6.663315434707329e-05, + "S": 7.886322237027343e-06, + "I": 0.002892244840040803, + "C": 0.00017710996326059103, + "R": 1.9925177184632048e-05, + "M": 0.0003411646466702223, + "O": 0.00011001225357176736, + "W": 1.679933484410867e-05, + "N": 0.00019548986165318638, + "Y": 0.0005785237299278378, + "U": 1.1750922567443922e-05, + "K": 2.0489203961915337e-05, + "L": 2.5266548618674278e-05, + "G": 0.0006475914851762354, + "F": 0.003565932158380747, + "E": 0.005211626645177603, + "T": 0.0005382830859161913, + "P": 0.6389399766921997, + "-": 0.34663325548171997 + }, + "id": "tp_875" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 109376, + "label": "-", + "classification": { + "B": 6.973684776312439e-07, + "S": 7.464410600732663e-07, + "I": 4.9063713959185407e-05, + "C": 1.2431819413905032e-06, + "R": 1.483815026404045e-07, + "M": 3.803978688665666e-05, + "O": 1.2046236406604294e-05, + "W": 5.437682943920663e-07, + "N": 2.217460860265419e-06, + "Y": 0.00012669243733398616, + "U": 1.4046642604625958e-07, + "K": 1.4780555090965208e-07, + "L": 9.616794613975799e-07, + "G": 1.8779321180772968e-05, + "F": 0.00033137088757939637, + "E": 6.582616333616897e-05, + "T": 0.00034326943568885326, + "P": 0.20932604372501373, + "-": 0.7896820306777954 + }, + "id": "tp_876" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 109510, + "label": "P", + "classification": { + "B": 2.2911377683954015e-08, + "S": 6.175827138577006e-08, + "I": 0.00034671364119276404, + "C": 9.603867283658474e-07, + "R": 7.575518878866205e-08, + "M": 1.8584854615255608e-06, + "O": 4.64972856661916e-07, + "W": 2.7788837897446683e-08, + "N": 1.6793228496680968e-05, + "Y": 1.392410649714293e-05, + "U": 2.6158428312328397e-08, + "K": 1.1380668638594216e-06, + "L": 1.0110067449886628e-08, + "G": 3.301010565337492e-06, + "F": 0.00023014613543637097, + "E": 0.0002206692734034732, + "T": 1.354929008812178e-05, + "P": 0.8759471774101257, + "-": 0.1232030987739563 + }, + "id": "tp_877" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 109643, + "label": "P", + "classification": { + "B": 0.0002786939439829439, + "S": 3.467685746727511e-05, + "I": 0.012804335914552212, + "C": 0.0004962630337104201, + "R": 0.00020872951427008957, + "M": 0.0009634316666051745, + "O": 0.0003369041660334915, + "W": 5.15296014782507e-05, + "N": 0.0008958179387263954, + "Y": 0.002082458697259426, + "U": 4.979021105100401e-05, + "K": 0.00012082100874977186, + "L": 0.0001333828258793801, + "G": 0.002674103481695056, + "F": 0.006559743545949459, + "E": 0.006692926399409771, + "T": 0.00160232896450907, + "P": 0.7198182344436646, + "-": 0.24419578909873962 + }, + "id": "tp_878" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 109776, + "label": "-", + "classification": { + "B": 0.02868744172155857, + "S": 0.0029477886855602264, + "I": 0.0014545462327077985, + "C": 0.00018063464085571468, + "R": 0.0001214714502566494, + "M": 0.014091365039348602, + "O": 0.015204078517854214, + "W": 0.0009938288712874055, + "N": 0.00016219464305322617, + "Y": 0.002317944308742881, + "U": 2.0167371985735372e-05, + "K": 1.0004030173149658e-06, + "L": 0.00629742257297039, + "G": 0.005405619274824858, + "F": 0.0043736835941672325, + "E": 0.0014368313131853938, + "T": 0.007200667168945074, + "P": 0.12022759020328522, + "-": 0.7888755798339844 + }, + "id": "tp_879" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 109877, + "label": "P", + "classification": { + "B": 6.415457960429194e-07, + "S": 3.192315887190489e-07, + "I": 0.00015946243365760893, + "C": 2.760805728030391e-06, + "R": 1.2672254001699912e-07, + "M": 5.706540832761675e-06, + "O": 1.6817920140965725e-06, + "W": 1.6166271166184742e-07, + "N": 8.100711966108065e-06, + "Y": 5.801485531264916e-05, + "U": 1.4119943614332442e-07, + "K": 6.714352025483095e-07, + "L": 2.1663353777512384e-07, + "G": 1.3418118214758579e-05, + "F": 0.0009688124409876764, + "E": 0.00020148485782556236, + "T": 3.603199729695916e-05, + "P": 0.7208019495010376, + "-": 0.2777402400970459 + }, + "id": "tp_880" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 110010, + "label": "-", + "classification": { + "B": 2.2241915758058894e-06, + "S": 6.68414301685516e-08, + "I": 3.848167125397595e-06, + "C": 2.7202483465771365e-07, + "R": 3.710443152726839e-08, + "M": 3.164017107337713e-05, + "O": 8.760505807003938e-06, + "W": 6.284946607593156e-08, + "N": 4.577383094783727e-08, + "Y": 1.6778874851297587e-05, + "U": 2.478219851553831e-09, + "K": 7.839702775847002e-10, + "L": 1.1364154488546774e-06, + "G": 2.1979823941364884e-05, + "F": 0.0005168237839825451, + "E": 7.5874727372138295e-06, + "T": 5.036488073528744e-05, + "P": 0.03631691634654999, + "-": 0.9630213975906372 + }, + "id": "tp_881" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 110143, + "label": "-", + "classification": { + "B": 6.632656004512683e-05, + "S": 8.609422366134822e-05, + "I": 6.275493797147647e-05, + "C": 4.813157374883303e-07, + "R": 5.220040861786401e-07, + "M": 0.00022202794207260013, + "O": 0.0003549301181919873, + "W": 1.4555388588632923e-05, + "N": 8.394115866394714e-06, + "Y": 0.0002580981235951185, + "U": 1.5522421392688557e-07, + "K": 3.1275217793336196e-07, + "L": 1.9299146515550092e-05, + "G": 0.00010737870616139844, + "F": 0.004002224653959274, + "E": 7.428314711432904e-05, + "T": 0.0005878595402464271, + "P": 0.15253226459026337, + "-": 0.8416019678115845 + }, + "id": "tp_882" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 110277, + "label": "P", + "classification": { + "B": 0.00012125667126383632, + "S": 1.598835842742119e-05, + "I": 0.00098132761195302, + "C": 1.1073259884142317e-05, + "R": 1.8077633967550355e-06, + "M": 7.443141657859087e-05, + "O": 7.363768963841721e-05, + "W": 9.149351171799935e-06, + "N": 0.00010813886910909787, + "Y": 2.5235922294086777e-05, + "U": 7.682349405513378e-07, + "K": 4.706164133949642e-07, + "L": 8.271095794043504e-06, + "G": 0.0001165200155810453, + "F": 0.0006769878091290593, + "E": 0.0009102015756070614, + "T": 7.337788701988757e-05, + "P": 0.9096459150314331, + "-": 0.08714547008275986 + }, + "id": "tp_883" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 110377, + "label": "-", + "classification": { + "B": 9.61013647611253e-05, + "S": 5.9942925872746855e-05, + "I": 0.0002959142439067364, + "C": 2.5799503418966196e-05, + "R": 3.4010993203992257e-06, + "M": 0.0004687824985012412, + "O": 0.00018698297208175063, + "W": 2.7509171559358947e-05, + "N": 5.3772731916978955e-05, + "Y": 0.0003211958101019263, + "U": 1.796452693270112e-06, + "K": 1.2149665053584613e-05, + "L": 1.6359674191335216e-05, + "G": 0.0002208767837146297, + "F": 0.0058133541606366634, + "E": 0.0020104001741856337, + "T": 0.00033785784034989774, + "P": 0.44257986545562744, + "-": 0.547467827796936 + }, + "id": "tp_884" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 110511, + "label": "P", + "classification": { + "B": 3.516962351568509e-06, + "S": 5.962192517472431e-08, + "I": 0.0005574102979153395, + "C": 9.81897483143257e-06, + "R": 3.907426844307338e-07, + "M": 1.0884235962294042e-05, + "O": 9.15225200515124e-07, + "W": 1.4137381754153466e-07, + "N": 2.5965480745071545e-05, + "Y": 2.9408802220132202e-05, + "U": 1.542628922379663e-07, + "K": 4.0821549873726326e-07, + "L": 1.2412370153924712e-07, + "G": 3.4222175600007176e-05, + "F": 7.815274148015305e-05, + "E": 0.0009898521238937974, + "T": 1.5536223145318218e-05, + "P": 0.9743285179138184, + "-": 0.023914514109492302 + }, + "id": "tp_885" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 110644, + "label": "P", + "classification": { + "B": 3.376416498213075e-05, + "S": 2.264407703478355e-05, + "I": 4.717248157248832e-05, + "C": 1.2209970634557976e-07, + "R": 5.287505189244257e-08, + "M": 3.246015330660157e-05, + "O": 9.181265340885147e-05, + "W": 4.9312657210975885e-06, + "N": 4.17683759224019e-06, + "Y": 7.638014722033404e-06, + "U": 2.7211980224706167e-08, + "K": 3.519403790619435e-08, + "L": 2.8007509627059335e-06, + "G": 1.6109894204419106e-05, + "F": 0.0007069016573950648, + "E": 3.613219814724289e-05, + "T": 5.155303733772598e-05, + "P": 0.5569823980331421, + "-": 0.4419592022895813 + }, + "id": "tp_886" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 110777, + "label": "-", + "classification": { + "B": 0.0015608833637088537, + "S": 0.001145296380855143, + "I": 0.001336802146397531, + "C": 5.117768159834668e-05, + "R": 2.5392577299498953e-05, + "M": 0.0010750090004876256, + "O": 0.0021542604081332684, + "W": 0.000412643828894943, + "N": 0.0004323548637330532, + "Y": 0.0005476316437125206, + "U": 1.7145728634204715e-05, + "K": 1.581739343237132e-05, + "L": 0.00030579051235690713, + "G": 0.0004619626561179757, + "F": 0.007879145443439484, + "E": 0.001276300405152142, + "T": 0.0024494114331901073, + "P": 0.4071994125843048, + "-": 0.5716535449028015 + }, + "id": "tp_887" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 110878, + "label": "P", + "classification": { + "B": 0.0014905550051480532, + "S": 0.00031965761445462704, + "I": 0.001530221663415432, + "C": 0.00013172233593650162, + "R": 4.3079042370663956e-05, + "M": 0.0006450530490837991, + "O": 0.0007689354824833572, + "W": 0.000192849722225219, + "N": 0.00045350388973020017, + "Y": 0.0006063282489776611, + "U": 3.6000306863570586e-05, + "K": 6.305278657237068e-05, + "L": 0.0001475873141316697, + "G": 0.0012814949732273817, + "F": 0.014395860023796558, + "E": 0.004364016931504011, + "T": 0.0013828318333253264, + "P": 0.644359290599823, + "-": 0.32778796553611755 + }, + "id": "tp_888" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 111011, + "label": "P", + "classification": { + "B": 1.4919428394932766e-06, + "S": 6.198228561515862e-07, + "I": 0.00021435884991660714, + "C": 1.8169821487390436e-06, + "R": 2.6324013902012666e-07, + "M": 9.797216080187354e-06, + "O": 2.715129994612653e-06, + "W": 8.015155117391259e-07, + "N": 1.8164340872317553e-05, + "Y": 4.9346421292284504e-05, + "U": 4.097896635357756e-07, + "K": 8.201931450457778e-06, + "L": 2.405585348697059e-07, + "G": 1.6022531781345606e-05, + "F": 0.001605324330739677, + "E": 0.0006560175097547472, + "T": 5.65861992072314e-05, + "P": 0.8293412327766418, + "-": 0.16801665723323822 + }, + "id": "tp_889" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 111144, + "label": "P", + "classification": { + "B": 0.0055280630476772785, + "S": 0.021670851856470108, + "I": 0.00908398162573576, + "C": 0.0001203869833261706, + "R": 0.00011488062591524795, + "M": 0.004217610228806734, + "O": 0.006178827024996281, + "W": 0.002831957070156932, + "N": 0.003896026872098446, + "Y": 0.001709319418296218, + "U": 8.630015508970246e-05, + "K": 0.00045549473725259304, + "L": 0.0008405003463849425, + "G": 0.002111090114340186, + "F": 0.020356273278594017, + "E": 0.00870461855083704, + "T": 0.0028791502118110657, + "P": 0.7307469248771667, + "-": 0.17846769094467163 + }, + "id": "tp_890" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 111278, + "label": "-", + "classification": { + "B": 0.00043467653449624777, + "S": 0.000598991580773145, + "I": 0.016476551070809364, + "C": 0.0022151204757392406, + "R": 0.0006705089472234249, + "M": 0.005711792502552271, + "O": 0.0024905730970203876, + "W": 0.0008497294038534164, + "N": 0.0049264817498624325, + "Y": 0.009671139530837536, + "U": 0.0007993743056431413, + "K": 0.006730405613780022, + "L": 0.0005956101813353598, + "G": 0.004706704523414373, + "F": 0.024107323959469795, + "E": 0.02645125612616539, + "T": 0.013859166763722897, + "P": 0.3410611152648926, + "-": 0.537643551826477 + }, + "id": "tp_891" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 111378, + "label": "P", + "classification": { + "B": 1.0600046174147337e-08, + "S": 2.2171047930896748e-07, + "I": 0.00016880226030480117, + "C": 4.481543669498933e-08, + "R": 9.33281985027179e-09, + "M": 6.925529305590317e-07, + "O": 2.908795408984588e-07, + "W": 3.8259265977558243e-08, + "N": 2.4222954380093142e-05, + "Y": 1.663333023316227e-06, + "U": 3.7080716275283976e-09, + "K": 7.966106068124645e-07, + "L": 2.0009194301451316e-09, + "G": 7.692204349041276e-07, + "F": 5.2439572755247355e-05, + "E": 0.00012410712952259928, + "T": 2.764126293186564e-06, + "P": 0.9903954863548279, + "-": 0.009227623231709003 + }, + "id": "tp_892" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 111512, + "label": "-", + "classification": { + "B": 0.0021749523002654314, + "S": 0.0013382898177951574, + "I": 0.002620504004880786, + "C": 0.00025855691637843847, + "R": 8.069045725278556e-05, + "M": 0.003631193656474352, + "O": 0.002798538189381361, + "W": 0.0007331754313781857, + "N": 0.0008671794785186648, + "Y": 0.0022388987708836794, + "U": 7.456415914930403e-05, + "K": 0.00036083286977373064, + "L": 0.0004429164109751582, + "G": 0.0028487734962254763, + "F": 0.03309612721204758, + "E": 0.011312675662338734, + "T": 0.002616891637444496, + "P": 0.3979792296886444, + "-": 0.534525990486145 + }, + "id": "tp_893" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 111645, + "label": "P", + "classification": { + "B": 2.0722982299048454e-05, + "S": 8.900442480808124e-06, + "I": 0.004924992565065622, + "C": 0.00010004045179812238, + "R": 1.7043530533555895e-05, + "M": 0.00020303751807659864, + "O": 8.017085929168388e-05, + "W": 1.2010734280920587e-05, + "N": 0.0005488295573741198, + "Y": 0.0012426541652530432, + "U": 1.1714327229128685e-05, + "K": 0.00014044845011085272, + "L": 8.247955520346295e-06, + "G": 0.0005493552889674902, + "F": 0.0018201753264293075, + "E": 0.004232165869325399, + "T": 0.0007927860133349895, + "P": 0.773057222366333, + "-": 0.21222946047782898 + }, + "id": "tp_894" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 111778, + "label": "P", + "classification": { + "B": 5.392947244331481e-08, + "S": 3.2224215829046443e-07, + "I": 0.0003422718436922878, + "C": 7.466103397746338e-06, + "R": 1.28160456824844e-06, + "M": 5.573990165430587e-06, + "O": 3.247564109187806e-06, + "W": 3.1998277449929446e-07, + "N": 2.7406773369875737e-05, + "Y": 0.00019803790200967342, + "U": 2.798788898417115e-07, + "K": 1.2267451893421821e-05, + "L": 1.1042585157383655e-07, + "G": 1.9049824913963675e-05, + "F": 0.0018323925323784351, + "E": 0.0001287237973883748, + "T": 0.00010731710790423676, + "P": 0.5265969038009644, + "-": 0.4707169830799103 + }, + "id": "tp_895" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 111879, + "label": "P", + "classification": { + "B": 8.037860243348405e-05, + "S": 3.016178925463464e-05, + "I": 0.0033167547080665827, + "C": 0.0001337406283710152, + "R": 1.920449903991539e-05, + "M": 0.0002982900768984109, + "O": 0.00012619631888810545, + "W": 2.2872294721310027e-05, + "N": 0.0005186807829886675, + "Y": 0.0006943800253793597, + "U": 2.1376636141212657e-05, + "K": 7.311313675018027e-05, + "L": 2.486764242348727e-05, + "G": 0.0004538893117569387, + "F": 0.006004796363413334, + "E": 0.00441965414211154, + "T": 0.0009786937152966857, + "P": 0.6809729933738708, + "-": 0.30180999636650085 + }, + "id": "tp_896" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 112012, + "label": "-", + "classification": { + "B": 1.5605404769303277e-05, + "S": 1.995435241042287e-06, + "I": 0.00020695372950285673, + "C": 3.6437872950045858e-06, + "R": 7.283239256139495e-07, + "M": 0.00012117040023440495, + "O": 4.5566961489384994e-05, + "W": 1.3391787661021226e-06, + "N": 6.4364808167738374e-06, + "Y": 0.00014647671196144074, + "U": 1.6270858793632215e-07, + "K": 5.720715421375644e-07, + "L": 5.088757461635396e-06, + "G": 0.00034466656506992877, + "F": 0.002317548729479313, + "E": 0.000512648606672883, + "T": 0.00017958464741241187, + "P": 0.23906095325946808, + "-": 0.7570288181304932 + }, + "id": "tp_897" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 112145, + "label": "-", + "classification": { + "B": 0.0014091647462919354, + "S": 0.0011127091711387038, + "I": 0.0009186358074657619, + "C": 5.548402259591967e-05, + "R": 3.3999218430835754e-05, + "M": 0.0007816408760845661, + "O": 0.002092296490445733, + "W": 0.0004401979094836861, + "N": 0.00034578939084894955, + "Y": 0.000584776746109128, + "U": 1.9348795831319876e-05, + "K": 5.7977096730610356e-05, + "L": 0.0001848457904998213, + "G": 0.0009441936272196472, + "F": 0.018259188160300255, + "E": 0.0017710782121866941, + "T": 0.001606983132660389, + "P": 0.4387988746166229, + "-": 0.5305827260017395 + }, + "id": "tp_898" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 112279, + "label": "-", + "classification": { + "B": 1.2102451591999852e-06, + "S": 5.744397526541434e-07, + "I": 8.462771802442148e-06, + "C": 8.166825296029856e-07, + "R": 2.2917373598829727e-07, + "M": 4.613073178916238e-05, + "O": 2.2994525352260098e-05, + "W": 3.9859097000771726e-07, + "N": 2.7274293756818224e-07, + "Y": 0.00015589091344736516, + "U": 6.624311055247745e-08, + "K": 7.699357951196362e-08, + "L": 2.0790339476661757e-06, + "G": 3.739937164937146e-05, + "F": 0.0002552886726334691, + "E": 8.643126420793124e-06, + "T": 0.00029938234365545213, + "P": 0.027324585244059563, + "-": 0.9718354940414429 + }, + "id": "tp_899" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 112379, + "label": "-", + "classification": { + "B": 1.3332084563444369e-05, + "S": 3.091521284659393e-05, + "I": 0.00010815660061780363, + "C": 4.1610310290707275e-06, + "R": 1.1273018571955618e-06, + "M": 7.462879875674844e-05, + "O": 0.00010413128620712087, + "W": 2.5817918867687695e-05, + "N": 2.8289989131735638e-05, + "Y": 0.00041127653094008565, + "U": 3.869636657327646e-06, + "K": 0.00010811658285092562, + "L": 5.4345018725143746e-06, + "G": 8.921051630750299e-05, + "F": 0.007970862090587616, + "E": 0.0004544160037767142, + "T": 0.0006386283785104752, + "P": 0.2234342247247696, + "-": 0.7664933204650879 + }, + "id": "tp_900" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 112513, + "label": "-", + "classification": { + "B": 1.1784116395574529e-05, + "S": 3.6376245589053724e-06, + "I": 0.00018627355166245252, + "C": 1.1276721124886535e-05, + "R": 2.3367210815194994e-06, + "M": 3.302127151982859e-05, + "O": 3.892032691510394e-05, + "W": 2.740844138315879e-06, + "N": 1.6547670384170488e-05, + "Y": 0.00024965027114376426, + "U": 1.1273274367340491e-06, + "K": 1.7291234826188884e-06, + "L": 3.784923364946735e-06, + "G": 0.00011250624083913863, + "F": 0.0012848266633227468, + "E": 0.00016509565466549248, + "T": 0.00037373119266703725, + "P": 0.3437613844871521, + "-": 0.6537395715713501 + }, + "id": "tp_901" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 112646, + "label": "P", + "classification": { + "B": 2.8465856303228065e-06, + "S": 3.6139490475761704e-06, + "I": 0.007418288849294186, + "C": 3.2548658055020496e-05, + "R": 5.975562999083195e-06, + "M": 7.382203330053017e-05, + "O": 1.635055014048703e-05, + "W": 3.015596121258568e-06, + "N": 0.0003150582779198885, + "Y": 0.0006174218142405152, + "U": 3.083169303863542e-06, + "K": 2.411564673820976e-05, + "L": 2.709344016693649e-06, + "G": 0.00018295749032404274, + "F": 0.0008804895333014429, + "E": 0.001679238281212747, + "T": 0.00045140215661376715, + "P": 0.8331233859062195, + "-": 0.1551637500524521 + }, + "id": "tp_902" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 112779, + "label": "S", + "classification": { + "B": 0.09662731736898422, + "S": 0.3482423722743988, + "I": 0.0389685221016407, + "C": 0.0005384994437918067, + "R": 0.000778708781581372, + "M": 0.036461662501096725, + "O": 0.05095766857266426, + "W": 0.018032846972346306, + "N": 0.01632816717028618, + "Y": 0.007890194654464722, + "U": 0.00011878403893206269, + "K": 0.0008821393712423742, + "L": 0.010109527967870235, + "G": 0.01637999340891838, + "F": 0.044608719646930695, + "E": 0.021043643355369568, + "T": 0.014527620747685432, + "P": 0.16825486719608307, + "-": 0.10924868285655975 + }, + "id": "tp_903" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 112880, + "label": "-", + "classification": { + "B": 8.94194087663891e-08, + "S": 6.794507356744361e-08, + "I": 1.5945142877171747e-05, + "C": 1.2763391055159445e-07, + "R": 1.3969205348018932e-08, + "M": 3.655036834970815e-06, + "O": 2.227785444119945e-06, + "W": 4.7921727031052797e-08, + "N": 5.589907345893153e-07, + "Y": 9.212162694893777e-06, + "U": 8.73855476868357e-09, + "K": 5.841107153514713e-09, + "L": 1.2775581126334146e-07, + "G": 3.675853349704994e-06, + "F": 0.00017151246720459312, + "E": 1.0752129128377419e-05, + "T": 5.129724740982056e-05, + "P": 0.4217384159564972, + "-": 0.5779922008514404 + }, + "id": "tp_904" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 113013, + "label": "-", + "classification": { + "B": 0.0008468046435154974, + "S": 0.0012155341682955623, + "I": 0.0036463732831180096, + "C": 0.0004438354808371514, + "R": 0.00027942744782194495, + "M": 0.0032036590855568647, + "O": 0.003561565186828375, + "W": 0.000719792558811605, + "N": 0.0008866071002557874, + "Y": 0.00851080659776926, + "U": 0.0001602226693648845, + "K": 0.0002614115655887872, + "L": 0.000760776805691421, + "G": 0.0030438301619142294, + "F": 0.01570737175643444, + "E": 0.0026969565078616142, + "T": 0.00952985230833292, + "P": 0.30756309628486633, + "-": 0.6369621157646179 + }, + "id": "tp_905" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 113146, + "label": "P", + "classification": { + "B": 4.006348717666697e-06, + "S": 4.632946684068884e-07, + "I": 0.00024323385150637478, + "C": 5.105435434415995e-07, + "R": 4.8798401763860966e-08, + "M": 9.513821169093717e-06, + "O": 3.564217422535876e-06, + "W": 2.703814914184477e-07, + "N": 2.2144042304717004e-05, + "Y": 1.3979583854961675e-05, + "U": 9.000789447100033e-08, + "K": 5.01121576235164e-07, + "L": 2.2339396821280388e-07, + "G": 1.2546356629172806e-05, + "F": 0.0003337018424645066, + "E": 0.0007125316187739372, + "T": 2.963657971122302e-05, + "P": 0.9007948637008667, + "-": 0.09781835973262787 + }, + "id": "tp_906" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 113280, + "label": "P", + "classification": { + "B": 1.4312378482372878e-07, + "S": 3.221782662876649e-06, + "I": 0.0002094407973345369, + "C": 1.9385850009712158e-06, + "R": 5.071783562016208e-07, + "M": 1.2201930076116696e-05, + "O": 1.2114596756873652e-05, + "W": 3.275759581811144e-06, + "N": 6.292674515862018e-05, + "Y": 0.0001837671297835186, + "U": 4.663807544602605e-07, + "K": 0.0004115865158382803, + "L": 1.549453827465186e-07, + "G": 4.904194429400377e-05, + "F": 0.012294027023017406, + "E": 0.0011183669557794929, + "T": 0.00017928314628079534, + "P": 0.5907047986984253, + "-": 0.3947528302669525 + }, + "id": "tp_907" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 113380, + "label": "P", + "classification": { + "B": 0.00012536146095953882, + "S": 8.44486421556212e-05, + "I": 0.0017445737030357122, + "C": 4.406648440635763e-05, + "R": 1.0592086255201139e-05, + "M": 0.0003332790802232921, + "O": 0.00018983520567417145, + "W": 3.867410123348236e-05, + "N": 0.00031365573522634804, + "Y": 0.000874066783580929, + "U": 7.402821665891679e-06, + "K": 9.209996642312035e-05, + "L": 2.0894014596706256e-05, + "G": 0.0009734357590787113, + "F": 0.017741413787007332, + "E": 0.009152448736131191, + "T": 0.0006259871297515929, + "P": 0.650351881980896, + "-": 0.31727585196495056 + }, + "id": "tp_908" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 113514, + "label": "P", + "classification": { + "B": 1.8623739379108883e-05, + "S": 3.0086972401477396e-05, + "I": 0.0069051943719387054, + "C": 9.217859042109922e-05, + "R": 4.334693949203938e-05, + "M": 0.0003072505642194301, + "O": 0.00023248845536727458, + "W": 3.631321305874735e-05, + "N": 0.0008273867424577475, + "Y": 0.0015339389210566878, + "U": 1.2720213817374315e-05, + "K": 8.310140401590616e-05, + "L": 1.66137506312225e-05, + "G": 0.00037718864041380584, + "F": 0.0031841264571994543, + "E": 0.00124279223382473, + "T": 0.0023446748964488506, + "P": 0.6412681341171265, + "-": 0.3414439260959625 + }, + "id": "tp_909" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 113647, + "label": "P", + "classification": { + "B": 8.417795527293492e-08, + "S": 2.84851552123655e-07, + "I": 9.214038436766714e-05, + "C": 6.100402174524788e-07, + "R": 1.0647089965232226e-07, + "M": 3.2401044336438645e-06, + "O": 3.01111367662088e-06, + "W": 1.8009843927302427e-07, + "N": 6.642786956945201e-06, + "Y": 3.2377400202676654e-05, + "U": 5.481028608755878e-08, + "K": 1.2195748695376096e-06, + "L": 7.545892799498688e-08, + "G": 7.2970869950950146e-06, + "F": 0.0006984703941270709, + "E": 5.0517901399871334e-05, + "T": 6.422738078981638e-05, + "P": 0.5561927556991577, + "-": 0.4428466260433197 + }, + "id": "tp_910" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 113780, + "label": "-", + "classification": { + "B": 8.584282113588415e-06, + "S": 1.6485586456838064e-05, + "I": 0.0001590993197169155, + "C": 9.191392564389389e-06, + "R": 2.5630902200646233e-06, + "M": 4.9774851504480466e-05, + "O": 5.836693526362069e-05, + "W": 5.285068255034275e-06, + "N": 2.099697303492576e-05, + "Y": 0.00044541279203258455, + "U": 1.5758276958877104e-06, + "K": 5.33497950527817e-06, + "L": 7.237809768412262e-06, + "G": 0.00013974739704281092, + "F": 0.003992454614490271, + "E": 0.00024811908951960504, + "T": 0.0005396842025220394, + "P": 0.281437486410141, + "-": 0.7128525376319885 + }, + "id": "tp_911" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 113881, + "label": "P", + "classification": { + "B": 0.0014478005468845367, + "S": 0.00022664434800390154, + "I": 0.015033116564154625, + "C": 0.00211689667776227, + "R": 0.00041406566742807627, + "M": 0.0017664526822045445, + "O": 0.001359460991807282, + "W": 0.0003403110022190958, + "N": 0.0029218553099781275, + "Y": 0.003461826592683792, + "U": 0.00030869137845002115, + "K": 0.0003226243134122342, + "L": 0.00041774605051614344, + "G": 0.004227922763675451, + "F": 0.005185386165976524, + "E": 0.009406312368810177, + "T": 0.00357248168438673, + "P": 0.6884408593177795, + "-": 0.2590295970439911 + }, + "id": "tp_912" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 114014, + "label": "-", + "classification": { + "B": 0.00023297025472857058, + "S": 0.00017498691158834845, + "I": 0.005465484224259853, + "C": 0.0007042043143883348, + "R": 0.00013710264465771616, + "M": 0.002151688328012824, + "O": 0.0009467627387493849, + "W": 0.0001888358819996938, + "N": 0.0006057466962374747, + "Y": 0.0031291088089346886, + "U": 8.27455151011236e-05, + "K": 6.631026190007105e-05, + "L": 0.0002914456417784095, + "G": 0.0020714716520160437, + "F": 0.009017396718263626, + "E": 0.006152245216071606, + "T": 0.0036961818113923073, + "P": 0.41665539145469666, + "-": 0.5482299327850342 + }, + "id": "tp_913" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 114147, + "label": "P", + "classification": { + "B": 5.384949417930329e-06, + "S": 5.269129360385705e-06, + "I": 0.000442686170572415, + "C": 1.5033474198844488e-07, + "R": 8.540300200365891e-08, + "M": 4.027087470603874e-06, + "O": 8.726377018319909e-06, + "W": 1.2666874908973114e-06, + "N": 5.6345834309468046e-05, + "Y": 5.441618213808397e-06, + "U": 7.12997376695057e-08, + "K": 7.053433250803209e-07, + "L": 2.9075107477183337e-07, + "G": 8.36350409372244e-06, + "F": 0.00013197872613091022, + "E": 0.00015779389650560915, + "T": 3.74302217096556e-05, + "P": 0.9558261036872864, + "-": 0.043307870626449585 + }, + "id": "tp_914" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 114281, + "label": "P", + "classification": { + "B": 0.0001071178267011419, + "S": 0.0001304131728829816, + "I": 0.10234054177999496, + "C": 0.0013624959392473102, + "R": 0.0005137342377565801, + "M": 0.004563135094940662, + "O": 0.000686905172187835, + "W": 0.00010836302681127563, + "N": 0.003667508950456977, + "Y": 0.011541251093149185, + "U": 6.988674431340769e-05, + "K": 9.296267671743408e-05, + "L": 0.0002566147886682302, + "G": 0.0028707333840429783, + "F": 0.004473854321986437, + "E": 0.00973792839795351, + "T": 0.010434982366859913, + "P": 0.5601117014884949, + "-": 0.28692981600761414 + }, + "id": "tp_915" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 114381, + "label": "-", + "classification": { + "B": 1.6401637594753993e-06, + "S": 7.44448698242195e-07, + "I": 6.76461131661199e-05, + "C": 1.1245042514929082e-06, + "R": 1.281107842032725e-07, + "M": 7.120230293367058e-05, + "O": 1.145311034633778e-05, + "W": 3.888451658440317e-07, + "N": 2.466268824719009e-06, + "Y": 5.359716305974871e-05, + "U": 4.2744687789308955e-08, + "K": 6.437749533461101e-08, + "L": 1.1214381174795562e-06, + "G": 2.2018457457306795e-05, + "F": 0.0006523972260765731, + "E": 0.0001514021714683622, + "T": 0.00011506509326864034, + "P": 0.38727957010269165, + "-": 0.6115679144859314 + }, + "id": "tp_916" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 114515, + "label": "P", + "classification": { + "B": 5.17090993525926e-05, + "S": 3.318341987323947e-05, + "I": 0.006318022031337023, + "C": 9.370955376653001e-05, + "R": 2.298804793099407e-05, + "M": 0.00020395427418407053, + "O": 0.00016084180970210582, + "W": 4.240898124407977e-05, + "N": 0.0006055732374079525, + "Y": 0.00030366412829607725, + "U": 1.1055028153350577e-05, + "K": 1.2963793778908439e-05, + "L": 2.0911302271997556e-05, + "G": 0.00018937037384603173, + "F": 0.0012728860601782799, + "E": 0.0018213820876553655, + "T": 0.000713032204657793, + "P": 0.8127811551094055, + "-": 0.17534111440181732 + }, + "id": "tp_917" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 114648, + "label": "P", + "classification": { + "B": 2.3936436264193617e-05, + "S": 5.359986244002357e-05, + "I": 0.006502445321530104, + "C": 0.0002383127430221066, + "R": 9.418424451723695e-05, + "M": 0.00041888319537974894, + "O": 0.00021773131447844207, + "W": 6.614383164560422e-05, + "N": 0.0007742968155071139, + "Y": 0.004132064525038004, + "U": 5.690048055839725e-05, + "K": 0.0008430557209067047, + "L": 3.817225660895929e-05, + "G": 0.0012834998778998852, + "F": 0.018078263849020004, + "E": 0.006427835673093796, + "T": 0.001776136108674109, + "P": 0.5129952430725098, + "-": 0.4459792375564575 + }, + "id": "tp_918" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 114781, + "label": "-", + "classification": { + "B": 2.742395054156077e-06, + "S": 8.507108759658877e-06, + "I": 9.836561366682872e-05, + "C": 1.2526224963949062e-06, + "R": 3.2617825240777165e-07, + "M": 2.347974259464536e-05, + "O": 2.65167163888691e-05, + "W": 5.630432042380562e-06, + "N": 1.879515366454143e-05, + "Y": 9.362430137116462e-05, + "U": 3.3002064014908683e-07, + "K": 3.510385795379989e-05, + "L": 6.067971298762131e-07, + "G": 3.894999827025458e-05, + "F": 0.008355095051229, + "E": 0.0006814971566200256, + "T": 0.00010184545681113377, + "P": 0.45313048362731934, + "-": 0.5373767614364624 + }, + "id": "tp_919" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 114882, + "label": "P", + "classification": { + "B": 0.0019947795663028955, + "S": 0.007727721706032753, + "I": 0.03504302725195885, + "C": 0.00021075934637337923, + "R": 0.00035444219247438014, + "M": 0.00365273910574615, + "O": 0.005617971532046795, + "W": 0.0015134133864194155, + "N": 0.010689119808375835, + "Y": 0.0019139505457133055, + "U": 9.787180897546932e-05, + "K": 0.00014737682067789137, + "L": 0.000788081728387624, + "G": 0.0022729146294295788, + "F": 0.005895567592233419, + "E": 0.005169544368982315, + "T": 0.005367537960410118, + "P": 0.7868767976760864, + "-": 0.12466642260551453 + }, + "id": "tp_920" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 115015, + "label": "P", + "classification": { + "B": 5.604011903415085e-07, + "S": 3.7454759649335756e-07, + "I": 0.0006271026795729995, + "C": 1.1987808647972997e-06, + "R": 8.106156457188263e-08, + "M": 1.2133774362155236e-05, + "O": 1.593805677657656e-06, + "W": 1.2669011084653903e-07, + "N": 3.407489202800207e-05, + "Y": 1.1665109013847541e-05, + "U": 2.9607218010596625e-08, + "K": 2.485174377397925e-07, + "L": 9.977001269589891e-08, + "G": 7.155998900998384e-06, + "F": 0.00012155021977378055, + "E": 0.0009427362238056958, + "T": 1.0909805496339686e-05, + "P": 0.9703202843666077, + "-": 0.027908029034733772 + }, + "id": "tp_921" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 115148, + "label": "P", + "classification": { + "B": 0.0017774095758795738, + "S": 0.011015581898391247, + "I": 0.14679230749607086, + "C": 0.005953278858214617, + "R": 0.002364839194342494, + "M": 0.005992119666188955, + "O": 0.005538312718272209, + "W": 0.0040128836408257484, + "N": 0.07003095746040344, + "Y": 0.011874777264893055, + "U": 0.0008323785150423646, + "K": 0.03000747412443161, + "L": 0.000875398691277951, + "G": 0.01051346492022276, + "F": 0.04673357307910919, + "E": 0.061012186110019684, + "T": 0.013424585573375225, + "P": 0.4700780212879181, + "-": 0.10117053240537643 + }, + "id": "tp_922" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 115282, + "label": "P", + "classification": { + "B": 4.144471290601359e-07, + "S": 2.1802259198011598e-06, + "I": 0.003101154463365674, + "C": 5.324513040250167e-06, + "R": 1.3115950423525646e-06, + "M": 1.7550170014146715e-05, + "O": 9.252215022570454e-06, + "W": 1.812006303225644e-06, + "N": 0.00018348141747992486, + "Y": 0.0001277284900425002, + "U": 8.913289661904855e-07, + "K": 2.5313080186606385e-05, + "L": 4.800844521923864e-07, + "G": 2.9831106076017022e-05, + "F": 0.0006441196310333908, + "E": 0.0009244582615792751, + "T": 0.00015514173719566315, + "P": 0.7687599658966064, + "-": 0.2260095179080963 + }, + "id": "tp_923" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 115382, + "label": "P", + "classification": { + "B": 0.00034181869705207646, + "S": 0.000993570196442306, + "I": 0.04328164830803871, + "C": 0.0007093794993124902, + "R": 0.0005663844058290124, + "M": 0.0016010067192837596, + "O": 0.0011481120018288493, + "W": 0.0004467731050681323, + "N": 0.007972083985805511, + "Y": 0.005851787514984608, + "U": 0.00020661334565375, + "K": 0.001960145076736808, + "L": 0.0002075551892630756, + "G": 0.0027908983174711466, + "F": 0.015463216230273247, + "E": 0.008971520699560642, + "T": 0.004453612025827169, + "P": 0.7380557060241699, + "-": 0.16497817635536194 + }, + "id": "tp_924" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 115516, + "label": "P", + "classification": { + "B": 5.863670793360143e-08, + "S": 2.602012045826996e-07, + "I": 0.0003581793571356684, + "C": 1.8782868949074327e-07, + "R": 3.5928778174820764e-08, + "M": 1.6530382254131837e-06, + "O": 8.00313614490733e-07, + "W": 1.0201225109085499e-07, + "N": 2.647715518833138e-05, + "Y": 5.968685400148388e-06, + "U": 3.039718166064631e-08, + "K": 1.5205500858428422e-06, + "L": 2.0661813593392253e-08, + "G": 2.605109557407559e-06, + "F": 0.00013282446889206767, + "E": 8.997850818559527e-05, + "T": 2.1243951778160408e-05, + "P": 0.9433868527412415, + "-": 0.05597121641039848 + }, + "id": "tp_925" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 115649, + "label": "P", + "classification": { + "B": 1.7725212728691986e-06, + "S": 1.2020112762911594e-06, + "I": 0.0006642763619311154, + "C": 1.8844655187422177e-06, + "R": 2.1472281730439136e-07, + "M": 1.0969605682475958e-05, + "O": 2.8426125027181115e-06, + "W": 9.060062780008593e-07, + "N": 3.930476668756455e-05, + "Y": 2.8666963771684095e-05, + "U": 4.1804204897744057e-07, + "K": 1.1034862836822867e-06, + "L": 3.538374926392862e-07, + "G": 1.1252265721850563e-05, + "F": 0.0002846239658538252, + "E": 0.0005225239438004792, + "T": 4.191410698695108e-05, + "P": 0.9529982805252075, + "-": 0.04538737237453461 + }, + "id": "tp_926" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 115782, + "label": "P", + "classification": { + "B": 1.5410158084705472e-05, + "S": 4.022758366772905e-05, + "I": 0.0035236903931945562, + "C": 6.925097841303796e-05, + "R": 2.244117968075443e-05, + "M": 0.0002562910958658904, + "O": 0.00014788088446948677, + "W": 2.443139601382427e-05, + "N": 0.0002602019812911749, + "Y": 0.0008876167121343315, + "U": 9.188067451759707e-06, + "K": 1.3838787708664313e-05, + "L": 1.843895370257087e-05, + "G": 0.0002236263535451144, + "F": 0.001952956896275282, + "E": 0.0006192537257447839, + "T": 0.0022058188915252686, + "P": 0.6009312868118286, + "-": 0.3887782394886017 + }, + "id": "tp_927" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 115883, + "label": "P", + "classification": { + "B": 3.3764573004191334e-07, + "S": 5.4553549944103e-07, + "I": 0.00029532815096899867, + "C": 8.718518074601889e-06, + "R": 7.825681223039282e-07, + "M": 3.071035098400898e-05, + "O": 6.369327820721082e-06, + "W": 9.098681061914249e-07, + "N": 2.7592448532232083e-05, + "Y": 0.0002472260675858706, + "U": 4.2251102172485844e-07, + "K": 4.034386438434012e-05, + "L": 2.9374137966442504e-07, + "G": 4.0068862290354446e-05, + "F": 0.005507972091436386, + "E": 0.0014052354963496327, + "T": 0.00010759420547401533, + "P": 0.5134925246238708, + "-": 0.47878700494766235 + }, + "id": "tp_928" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 116016, + "label": "P", + "classification": { + "B": 2.1212939316228585e-07, + "S": 1.0871189459749075e-07, + "I": 0.00019081543723586947, + "C": 7.464092277587042e-07, + "R": 7.28160785001819e-08, + "M": 7.81338894739747e-06, + "O": 2.3883524136181222e-06, + "W": 1.1786371345579028e-07, + "N": 7.965844815771561e-06, + "Y": 2.0244906409061514e-05, + "U": 6.241429417741529e-08, + "K": 1.0195454933636938e-06, + "L": 1.0070203160239544e-07, + "G": 1.2692424206761643e-05, + "F": 0.00038634787779301405, + "E": 0.00015375851944554597, + "T": 7.74358122725971e-05, + "P": 0.61371910572052, + "-": 0.3854190409183502 + }, + "id": "tp_929" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 116149, + "label": "P", + "classification": { + "B": 6.04245400381842e-08, + "S": 3.595645026166494e-08, + "I": 1.3018732715863734e-05, + "C": 4.976344314400194e-08, + "R": 3.809574433688567e-09, + "M": 6.503304348370875e-07, + "O": 4.794083565684559e-07, + "W": 3.741654452937837e-08, + "N": 1.1460883797553834e-06, + "Y": 1.9057966710533947e-05, + "U": 1.609136468516681e-08, + "K": 3.2729574286349816e-06, + "L": 5.8062479268983225e-09, + "G": 6.509878403448965e-06, + "F": 0.00040050665847957134, + "E": 0.0001777242578100413, + "T": 1.5240820175677072e-05, + "P": 0.5137953162193298, + "-": 0.4855668246746063 + }, + "id": "tp_930" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 116283, + "label": "P", + "classification": { + "B": 7.562466066701745e-07, + "S": 8.194595011445927e-07, + "I": 6.867590127512813e-05, + "C": 2.082749688270269e-06, + "R": 2.340357667662829e-07, + "M": 7.022385489108274e-06, + "O": 4.85843202113756e-06, + "W": 1.0257574558636406e-06, + "N": 1.2453598174033687e-05, + "Y": 5.589272768702358e-05, + "U": 2.079430316825892e-07, + "K": 8.755626367928926e-06, + "L": 1.0727432453450092e-07, + "G": 1.627573510631919e-05, + "F": 0.0029892383608967066, + "E": 0.00030580925522372127, + "T": 4.8585090553388e-05, + "P": 0.749366819858551, + "-": 0.24711036682128906 + }, + "id": "tp_931" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 116383, + "label": "P", + "classification": { + "B": 1.3793026482744608e-05, + "S": 3.326600926811807e-05, + "I": 0.009349679574370384, + "C": 8.44691603560932e-05, + "R": 1.896454341476783e-05, + "M": 0.00034113641595467925, + "O": 6.865664181532338e-05, + "W": 2.139641401299741e-05, + "N": 0.0014269201783463359, + "Y": 0.00035578434471972287, + "U": 7.60377588449046e-06, + "K": 0.0002793090825434774, + "L": 6.979387762839906e-06, + "G": 0.0003501346509438008, + "F": 0.00281415693461895, + "E": 0.009430871345102787, + "T": 0.0005052800988778472, + "P": 0.8702211380004883, + "-": 0.1046704649925232 + }, + "id": "tp_932" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 116517, + "label": "P", + "classification": { + "B": 7.782600005157292e-05, + "S": 1.6058282199082896e-05, + "I": 0.006607883609831333, + "C": 0.0007025946397334337, + "R": 5.413961844169535e-05, + "M": 0.0010778517462313175, + "O": 0.00016831480024848133, + "W": 2.04619445867138e-05, + "N": 0.0006134843570180237, + "Y": 0.0025758096016943455, + "U": 2.5428460503462702e-05, + "K": 0.00014873460168018937, + "L": 3.7310925108613446e-05, + "G": 0.002087604021653533, + "F": 0.010187714360654354, + "E": 0.016797669231891632, + "T": 0.0009537465521134436, + "P": 0.622072160243988, + "-": 0.3357751667499542 + }, + "id": "tp_933" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 116650, + "label": "P", + "classification": { + "B": 2.5043451387318783e-05, + "S": 8.069616342254449e-06, + "I": 0.002408614382147789, + "C": 2.0976154701202177e-05, + "R": 4.630183411791222e-06, + "M": 0.00015111030370462686, + "O": 4.4772688852390274e-05, + "W": 5.725173650716897e-06, + "N": 0.00014812892186455429, + "Y": 0.0004001018241979182, + "U": 3.1364543247036636e-06, + "K": 2.8759498036379227e-06, + "L": 9.430002137378324e-06, + "G": 0.0001964578259503469, + "F": 0.0004972737515345216, + "E": 0.0010454105213284492, + "T": 0.0007571748574264348, + "P": 0.844228982925415, + "-": 0.15004199743270874 + }, + "id": "tp_934" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 116750, + "label": "P", + "classification": { + "B": 4.3979596853205294e-07, + "S": 2.242472874058876e-06, + "I": 0.0005654408014379442, + "C": 9.835206356001436e-07, + "R": 1.5442766709838907e-07, + "M": 2.0740492345794337e-06, + "O": 2.2184512999956496e-06, + "W": 8.257664489974559e-07, + "N": 0.00011067853483837098, + "Y": 1.4775599083804991e-05, + "U": 5.285903057483665e-07, + "K": 1.0917870895355009e-05, + "L": 7.956020908750361e-08, + "G": 4.392776645545382e-06, + "F": 0.0003144518123008311, + "E": 0.0007340125157497823, + "T": 2.1940961232758127e-05, + "P": 0.9683946371078491, + "-": 0.029819181188941002 + }, + "id": "tp_935" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 116884, + "label": "P", + "classification": { + "B": 0.00046730562462471426, + "S": 0.0020367680117487907, + "I": 0.057028286159038544, + "C": 0.0005546222673729062, + "R": 0.00027609712560661137, + "M": 0.003907295409590006, + "O": 0.0012052919482812285, + "W": 0.0006046882481314242, + "N": 0.01565314270555973, + "Y": 0.004490003455430269, + "U": 0.00013739822315983474, + "K": 0.003921849187463522, + "L": 0.00020077358931303024, + "G": 0.002677240176126361, + "F": 0.015123948454856873, + "E": 0.04584413394331932, + "T": 0.004638873506337404, + "P": 0.7419080138206482, + "-": 0.09932424128055573 + }, + "id": "tp_936" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 117017, + "label": "P", + "classification": { + "B": 0.0006538080051541328, + "S": 0.00012849784980062395, + "I": 0.0018700589425861835, + "C": 9.922813478624448e-05, + "R": 2.5211893444065936e-05, + "M": 0.0010054032318294048, + "O": 0.00038457242771983147, + "W": 8.329153934028e-05, + "N": 0.00036755454493686557, + "Y": 0.0011658384464681149, + "U": 3.209720671293326e-05, + "K": 4.368384907138534e-05, + "L": 8.509330655215308e-05, + "G": 0.0010966707486659288, + "F": 0.00408558314666152, + "E": 0.00420362176373601, + "T": 0.0021250981371849775, + "P": 0.6902866959571838, + "-": 0.29225802421569824 + }, + "id": "tp_937" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 117150, + "label": "P", + "classification": { + "B": 1.6585916000622092e-06, + "S": 6.874130349387997e-07, + "I": 0.00015545747010037303, + "C": 5.9497867965774276e-08, + "R": 2.0290988445026414e-08, + "M": 3.2727998586778995e-06, + "O": 3.374095058461535e-06, + "W": 3.8705391602888994e-07, + "N": 1.1572449693630915e-05, + "Y": 3.005931830557529e-06, + "U": 3.411400584241164e-08, + "K": 4.61000524865085e-07, + "L": 5.400248426212784e-08, + "G": 2.1767953057860723e-06, + "F": 0.000128757645143196, + "E": 0.00011323705257382244, + "T": 1.5690828149672598e-05, + "P": 0.9161859750747681, + "-": 0.08337410539388657 + }, + "id": "tp_938" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 117251, + "label": "-", + "classification": { + "B": 6.528507867642475e-08, + "S": 3.880537846612242e-08, + "I": 7.305612234631553e-05, + "C": 8.019583219720516e-07, + "R": 6.480321701474168e-08, + "M": 3.161146878483123e-06, + "O": 1.8479998971088207e-06, + "W": 4.233952211052383e-08, + "N": 2.534262648623553e-06, + "Y": 1.5591944247717038e-05, + "U": 3.605150311614125e-08, + "K": 1.6584894524385163e-07, + "L": 7.14768759735307e-08, + "G": 8.09223456599284e-06, + "F": 0.00044401854393072426, + "E": 4.301691660657525e-05, + "T": 3.689002915052697e-05, + "P": 0.3606279194355011, + "-": 0.6387425661087036 + }, + "id": "tp_939" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 117384, + "label": "P", + "classification": { + "B": 0.00011514068319229409, + "S": 0.00011376963811926544, + "I": 0.0005973788211122155, + "C": 6.723738806613255e-06, + "R": 3.1743284125695936e-06, + "M": 0.00027865180163644254, + "O": 0.00012851011706516147, + "W": 2.9593935323646292e-05, + "N": 0.0002511220227461308, + "Y": 0.00028107373509556055, + "U": 4.191620519122807e-06, + "K": 6.965683860471472e-05, + "L": 8.091681593214162e-06, + "G": 0.00021633831784129143, + "F": 0.004104471765458584, + "E": 0.004485640209168196, + "T": 0.000555215054191649, + "P": 0.8162261843681335, + "-": 0.17252510786056519 + }, + "id": "tp_940" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 117518, + "label": "P", + "classification": { + "B": 0.00020771834533661604, + "S": 2.957149081339594e-05, + "I": 0.0010204315185546875, + "C": 7.859505421947688e-05, + "R": 1.0978642421832774e-05, + "M": 0.0006185391684994102, + "O": 0.00019068061374127865, + "W": 1.374703788314946e-05, + "N": 0.0001456319441786036, + "Y": 0.0011088813189417124, + "U": 4.510040525929071e-06, + "K": 2.4908460545702837e-05, + "L": 2.6476813218323514e-05, + "G": 0.001920299488119781, + "F": 0.008159509859979153, + "E": 0.009037182666361332, + "T": 0.0007580759120173752, + "P": 0.5376863479614258, + "-": 0.43895792961120605 + }, + "id": "tp_941" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 117651, + "label": "P", + "classification": { + "B": 0.0031043041963130236, + "S": 0.001013218192383647, + "I": 0.0014680024469271302, + "C": 9.654301538830623e-05, + "R": 2.3224965843837708e-05, + "M": 0.0024902368895709515, + "O": 0.0010969944996759295, + "W": 0.00031052203848958015, + "N": 0.0003642717201728374, + "Y": 0.0012133944546803832, + "U": 1.6409705494879745e-05, + "K": 8.568994235247374e-05, + "L": 0.00027098541613668203, + "G": 0.002728257328271866, + "F": 0.0575082041323185, + "E": 0.02559010684490204, + "T": 0.0010172852780669928, + "P": 0.47708290815353394, + "-": 0.4245193898677826 + }, + "id": "tp_942" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 117751, + "label": "P", + "classification": { + "B": 5.580741557764668e-08, + "S": 2.6017423770952064e-09, + "I": 7.450180419255048e-06, + "C": 1.1682713818572665e-07, + "R": 3.9614596047954365e-09, + "M": 3.55788017714076e-07, + "O": 1.438951073851058e-07, + "W": 5.497037047774711e-09, + "N": 2.4032121359596204e-07, + "Y": 3.361654535183334e-06, + "U": 2.6501643102250227e-09, + "K": 2.1793846727291566e-08, + "L": 5.066117303442752e-09, + "G": 1.7458189631724963e-06, + "F": 0.00012456618424039334, + "E": 2.9196524337748997e-05, + "T": 3.258252263549366e-06, + "P": 0.7181423902511597, + "-": 0.28168708086013794 + }, + "id": "tp_943" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 117885, + "label": "P", + "classification": { + "B": 2.5997476882366755e-07, + "S": 4.948438458995952e-07, + "I": 6.423390004783869e-05, + "C": 1.9370530424112076e-07, + "R": 1.7417390196783344e-08, + "M": 9.157944077742286e-06, + "O": 2.6920736218016827e-06, + "W": 2.6117132279068755e-07, + "N": 6.8150234255881514e-06, + "Y": 1.5706464182585478e-05, + "U": 1.9055191202710375e-08, + "K": 2.430291260679951e-06, + "L": 1.9081232593975983e-08, + "G": 2.2875412923895055e-06, + "F": 0.0005034446367062628, + "E": 0.0001394708815496415, + "T": 3.833909795503132e-05, + "P": 0.7001569867134094, + "-": 0.29905715584754944 + }, + "id": "tp_944" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 118018, + "label": "P", + "classification": { + "B": 3.286346691311337e-05, + "S": 0.00010062629007734358, + "I": 0.017048001289367676, + "C": 0.00022040848853066564, + "R": 6.421064608730376e-05, + "M": 0.0005912110209465027, + "O": 0.00016948208212852478, + "W": 7.802731852279976e-05, + "N": 0.0041792187839746475, + "Y": 0.0015713609755039215, + "U": 3.874009780702181e-05, + "K": 0.001820184988901019, + "L": 1.772425093804486e-05, + "G": 0.0004889029660262167, + "F": 0.007888025604188442, + "E": 0.01911954954266548, + "T": 0.0010282862931489944, + "P": 0.8192946314811707, + "-": 0.12624850869178772 + }, + "id": "tp_945" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 118151, + "label": "P", + "classification": { + "B": 0.0017433313187211752, + "S": 0.0002048884198302403, + "I": 0.004244283773005009, + "C": 5.0811275286832824e-05, + "R": 1.5985322534106672e-05, + "M": 0.0016690067714080215, + "O": 0.0009078110451810062, + "W": 0.00012662645895034075, + "N": 0.0003636886249296367, + "Y": 0.0004620086110662669, + "U": 1.3602686522062868e-05, + "K": 2.8716378892568173e-06, + "L": 0.00028794840909540653, + "G": 0.0008114119409583509, + "F": 0.0015535956481471658, + "E": 0.004114591516554356, + "T": 0.0012200966011732817, + "P": 0.7247523069381714, + "-": 0.25745511054992676 + }, + "id": "tp_946" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 118252, + "label": "P", + "classification": { + "B": 1.5501123925787397e-05, + "S": 7.995851774467155e-05, + "I": 0.005891342647373676, + "C": 7.164889666455565e-06, + "R": 1.1746215022867545e-06, + "M": 5.7559784181648865e-05, + "O": 2.006002250709571e-05, + "W": 9.584180588717572e-06, + "N": 0.0013130402658134699, + "Y": 7.305524923140183e-05, + "U": 1.982182538995403e-06, + "K": 3.6019784602103755e-05, + "L": 2.189373162764241e-06, + "G": 5.5497948778793216e-05, + "F": 0.0009240180952474475, + "E": 0.005851333029568195, + "T": 8.024880662560463e-05, + "P": 0.9727236032485962, + "-": 0.012856652028858662 + }, + "id": "tp_947" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 118385, + "label": "P", + "classification": { + "B": 1.6492111171828583e-05, + "S": 1.7457075955462642e-05, + "I": 0.008698370307683945, + "C": 4.530176374828443e-05, + "R": 8.700169928488322e-06, + "M": 0.00016454527212772518, + "O": 2.3956805307534523e-05, + "W": 1.1512703167682048e-05, + "N": 0.0013062888756394386, + "Y": 0.000388902029953897, + "U": 6.548564215336228e-06, + "K": 0.00039299577474594116, + "L": 3.2787177133286605e-06, + "G": 0.00025926355738192797, + "F": 0.0026165021117776632, + "E": 0.03257027268409729, + "T": 0.0003084350028075278, + "P": 0.8977743983268738, + "-": 0.05538686737418175 + }, + "id": "tp_948" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 118519, + "label": "P", + "classification": { + "B": 7.810073476832713e-09, + "S": 2.1603281386006756e-09, + "I": 3.592677239794284e-05, + "C": 4.664204595883348e-07, + "R": 1.5557654720055325e-08, + "M": 1.6961834603534953e-07, + "O": 1.3019682398862642e-07, + "W": 7.596960394096186e-09, + "N": 6.492803663604718e-07, + "Y": 5.202360625844449e-06, + "U": 6.574797151159828e-09, + "K": 3.215352606389388e-08, + "L": 4.96414820361224e-09, + "G": 2.7424398467701394e-06, + "F": 0.00023407589469570667, + "E": 2.0240884623490274e-05, + "T": 2.4425121409876738e-06, + "P": 0.7145975828170776, + "-": 0.2851002812385559 + }, + "id": "tp_949" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 118652, + "label": "P", + "classification": { + "B": 0.000305355031741783, + "S": 0.00018795797950588167, + "I": 0.0302903950214386, + "C": 0.0009416030370630324, + "R": 0.00038482598029077053, + "M": 0.0009944646153599024, + "O": 0.0005381495575420558, + "W": 0.00016508832050021738, + "N": 0.0033672316931188107, + "Y": 0.001929642865434289, + "U": 0.0001177227750304155, + "K": 0.0001393567945342511, + "L": 0.00019874292775057256, + "G": 0.0019093938171863556, + "F": 0.0036792440805584192, + "E": 0.005436953157186508, + "T": 0.002781773218885064, + "P": 0.7998834252357483, + "-": 0.1467486172914505 + }, + "id": "tp_950" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 118752, + "label": "P", + "classification": { + "B": 1.2181973829683557e-07, + "S": 2.263053318074526e-07, + "I": 5.895128197153099e-06, + "C": 1.4717770113747974e-07, + "R": 7.312509264778555e-09, + "M": 4.4858995806862367e-07, + "O": 1.00727925200772e-06, + "W": 6.799760399189836e-08, + "N": 7.841744604775158e-07, + "Y": 4.920446372125298e-06, + "U": 1.841684493797402e-08, + "K": 1.3630858575197635e-07, + "L": 1.2506751190244358e-08, + "G": 6.778702186238661e-07, + "F": 8.735351730138063e-05, + "E": 5.581043751590187e-06, + "T": 2.4427963580819778e-05, + "P": 0.5005834698677063, + "-": 0.4992847442626953 + }, + "id": "tp_951" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 118886, + "label": "P", + "classification": { + "B": 9.498547370867527e-08, + "S": 2.439969932765962e-07, + "I": 0.00029834601446054876, + "C": 1.8769479481761664e-07, + "R": 4.886701532313964e-08, + "M": 6.995322223701805e-07, + "O": 7.041028879939404e-07, + "W": 1.698767988500549e-07, + "N": 2.8560845748870634e-05, + "Y": 7.578806162200635e-06, + "U": 5.136783798320721e-08, + "K": 9.51442325458629e-06, + "L": 1.1635195029668921e-08, + "G": 5.071485247754026e-06, + "F": 0.00011336990428389981, + "E": 0.0001588298036949709, + "T": 2.128352025465574e-05, + "P": 0.9351640939712524, + "-": 0.06419119983911514 + }, + "id": "tp_952" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 119019, + "label": "P", + "classification": { + "B": 0.0010620231041684747, + "S": 0.003000224009156227, + "I": 0.012730848975479603, + "C": 0.000458893075119704, + "R": 0.0006549908430315554, + "M": 0.0052786218002438545, + "O": 0.006228207144886255, + "W": 0.001092031947337091, + "N": 0.002765769837424159, + "Y": 0.007486970629543066, + "U": 0.00011908224405487999, + "K": 0.00018197443569079041, + "L": 0.0012882561422884464, + "G": 0.004557720385491848, + "F": 0.03733936324715614, + "E": 0.0032222443260252476, + "T": 0.00787062756717205, + "P": 0.46702268719673157, + "-": 0.4376394748687744 + }, + "id": "tp_953" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 119152, + "label": "P", + "classification": { + "B": 1.536320866080132e-07, + "S": 2.5582917260180693e-06, + "I": 6.551390833919868e-05, + "C": 9.164500056613178e-07, + "R": 1.9671966811074526e-07, + "M": 4.903838998870924e-06, + "O": 5.855474228155799e-06, + "W": 9.925994390869164e-07, + "N": 7.658742106286809e-06, + "Y": 4.96563698106911e-05, + "U": 9.733891914720516e-08, + "K": 5.149835487827659e-06, + "L": 2.1610436817809386e-07, + "G": 9.188588592223823e-06, + "F": 0.004282525274902582, + "E": 5.231664181337692e-05, + "T": 9.452861559111625e-05, + "P": 0.5106654167175293, + "-": 0.48475217819213867 + }, + "id": "tp_954" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 119253, + "label": "-", + "classification": { + "B": 3.145222038369866e-08, + "S": 2.06238127020697e-07, + "I": 1.6547315681236796e-05, + "C": 6.594605679310916e-07, + "R": 1.0946373407705323e-07, + "M": 1.7431481182939024e-06, + "O": 3.903715878550429e-06, + "W": 8.156420250315932e-08, + "N": 1.500545181443158e-06, + "Y": 2.352428600715939e-05, + "U": 1.6931023694155556e-08, + "K": 1.5917100881779334e-07, + "L": 5.358710097880248e-08, + "G": 6.696076525258832e-06, + "F": 0.0006510166567750275, + "E": 5.854652954440098e-06, + "T": 5.910470281378366e-05, + "P": 0.23651829361915588, + "-": 0.7627105712890625 + }, + "id": "tp_955" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 119386, + "label": "P", + "classification": { + "B": 0.004300648346543312, + "S": 0.008284147828817368, + "I": 0.07778681069612503, + "C": 0.015586025081574917, + "R": 0.006727198138833046, + "M": 0.018132824450731277, + "O": 0.01128003653138876, + "W": 0.008613047190010548, + "N": 0.0351492241024971, + "Y": 0.026895252987742424, + "U": 0.004745946265757084, + "K": 0.036954596638679504, + "L": 0.004147458355873823, + "G": 0.024315761402249336, + "F": 0.07070858031511307, + "E": 0.07635947316884995, + "T": 0.02346174605190754, + "P": 0.32949164509773254, + "-": 0.21705959737300873 + }, + "id": "tp_956" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 119520, + "label": "I", + "classification": { + "B": 0.0013268114998936653, + "S": 0.002562758745625615, + "I": 0.7468944191932678, + "C": 0.013668939471244812, + "R": 0.007460625376552343, + "M": 0.011984131298959255, + "O": 0.0028144854586571455, + "W": 0.001206911401823163, + "N": 0.05103651061654091, + "Y": 0.03269281983375549, + "U": 0.00023985444568097591, + "K": 0.0025297936517745256, + "L": 0.0012716404162347317, + "G": 0.015170300379395485, + "F": 0.002869874471798539, + "E": 0.0402098223567009, + "T": 0.011792733334004879, + "P": 0.041767410933971405, + "-": 0.012500160373747349 + }, + "id": "tp_957" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 119653, + "label": "I", + "classification": { + "B": 0.004322097171097994, + "S": 0.0049298652447760105, + "I": 0.48839983344078064, + "C": 0.09840887039899826, + "R": 0.03037234954535961, + "M": 0.0628151148557663, + "O": 0.008791179396212101, + "W": 0.0026317096780985594, + "N": 0.036011673510074615, + "Y": 0.03497675061225891, + "U": 0.0006369545590132475, + "K": 0.0010665348963811994, + "L": 0.010042557492852211, + "G": 0.060824379324913025, + "F": 0.00384337967261672, + "E": 0.07845756411552429, + "T": 0.023955009877681732, + "P": 0.033440396189689636, + "-": 0.016073836013674736 + }, + "id": "tp_958" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 119753, + "label": "I", + "classification": { + "B": 0.0016481511993333697, + "S": 0.00632874108850956, + "I": 0.5591268539428711, + "C": 0.004596312064677477, + "R": 0.0034190178848803043, + "M": 0.009689707309007645, + "O": 0.004530692007392645, + "W": 0.002577978651970625, + "N": 0.11106309294700623, + "Y": 0.014527271501719952, + "U": 0.0002838536456692964, + "K": 0.005080828908830881, + "L": 0.0007000976474955678, + "G": 0.007302524521946907, + "F": 0.004858368542045355, + "E": 0.027211900800466537, + "T": 0.012938464991748333, + "P": 0.19979001581668854, + "-": 0.024326086044311523 + }, + "id": "tp_959" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 119887, + "label": "P", + "classification": { + "B": 0.0015578307211399078, + "S": 0.0013770443620160222, + "I": 0.08497331291437149, + "C": 0.001648580189794302, + "R": 0.0006782138952985406, + "M": 0.014221595600247383, + "O": 0.0015245085814967752, + "W": 0.000419156946009025, + "N": 0.01331187505275011, + "Y": 0.005871471017599106, + "U": 0.0001486782421125099, + "K": 0.0008052008925005794, + "L": 0.0005807569832541049, + "G": 0.0066084167920053005, + "F": 0.011019186116755009, + "E": 0.07465088367462158, + "T": 0.008088150061666965, + "P": 0.647743821144104, + "-": 0.12477123737335205 + }, + "id": "tp_960" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 120020, + "label": "I", + "classification": { + "B": 0.012002871371805668, + "S": 0.02030020020902157, + "I": 0.45190924406051636, + "C": 0.05335843190550804, + "R": 0.03477107733488083, + "M": 0.0801176130771637, + "O": 0.022294700145721436, + "W": 0.008470209315419197, + "N": 0.05610804632306099, + "Y": 0.028858991339802742, + "U": 0.001167716458439827, + "K": 0.0016693237703293562, + "L": 0.016684724017977715, + "G": 0.04926580563187599, + "F": 0.007005620747804642, + "E": 0.041492950171232224, + "T": 0.03641859069466591, + "P": 0.05530877783894539, + "-": 0.022795114666223526 + }, + "id": "tp_961" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 120153, + "label": "I", + "classification": { + "B": 0.011573923751711845, + "S": 0.013728830963373184, + "I": 0.29474112391471863, + "C": 0.016154415905475616, + "R": 0.00855124182999134, + "M": 0.03751734644174576, + "O": 0.00972844660282135, + "W": 0.006331973243504763, + "N": 0.10871494561433792, + "Y": 0.04857984185218811, + "U": 0.001986393239349127, + "K": 0.023857377469539642, + "L": 0.004717085976153612, + "G": 0.039235442876815796, + "F": 0.01866585947573185, + "E": 0.14238493144512177, + "T": 0.028163781389594078, + "P": 0.14680039882659912, + "-": 0.03856661170721054 + }, + "id": "tp_962" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 120254, + "label": "I", + "classification": { + "B": 0.008818334899842739, + "S": 0.02775275520980358, + "I": 0.4727800786495209, + "C": 0.011499015614390373, + "R": 0.00624303612858057, + "M": 0.01908167079091072, + "O": 0.011849390342831612, + "W": 0.006239750422537327, + "N": 0.18570297956466675, + "Y": 0.02554239146411419, + "U": 0.0005473285564221442, + "K": 0.013918573968112469, + "L": 0.0032697152346372604, + "G": 0.03656327351927757, + "F": 0.01029246486723423, + "E": 0.06489665806293488, + "T": 0.021030403673648834, + "P": 0.062275100499391556, + "-": 0.011697100475430489 + }, + "id": "tp_963" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 120387, + "label": "I", + "classification": { + "B": 0.0003053619875572622, + "S": 0.001620243419893086, + "I": 0.865443229675293, + "C": 0.0006928832735866308, + "R": 0.0006157610914669931, + "M": 0.002462901407852769, + "O": 0.0009836992248892784, + "W": 0.00024847828899510205, + "N": 0.06134388968348503, + "Y": 0.00833466462790966, + "U": 5.41324106961838e-06, + "K": 0.000607213587500155, + "L": 9.106566722039133e-05, + "G": 0.004415711387991905, + "F": 0.0005109424819238484, + "E": 0.007211958058178425, + "T": 0.005724205635488033, + "P": 0.03599748760461807, + "-": 0.003384999232366681 + }, + "id": "tp_964" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 120521, + "label": "I", + "classification": { + "B": 0.002424881560727954, + "S": 0.037900976836681366, + "I": 0.5719436407089233, + "C": 0.007048061117529869, + "R": 0.005398557987064123, + "M": 0.015110194683074951, + "O": 0.011713728308677673, + "W": 0.005099642090499401, + "N": 0.22306303679943085, + "Y": 0.019884904846549034, + "U": 6.447894702432677e-05, + "K": 0.007213040720671415, + "L": 0.001627999939955771, + "G": 0.02256902866065502, + "F": 0.0029937848448753357, + "E": 0.025360658764839172, + "T": 0.01978379674255848, + "P": 0.01796135865151882, + "-": 0.0028381820302456617 + }, + "id": "tp_965" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 120654, + "label": "I", + "classification": { + "B": 0.0011917719384655356, + "S": 0.003027747618034482, + "I": 0.544114351272583, + "C": 0.010140741243958473, + "R": 0.00188839144539088, + "M": 0.005130845587700605, + "O": 0.0013210256583988667, + "W": 0.0008424237021245062, + "N": 0.14788766205310822, + "Y": 0.008662047795951366, + "U": 0.00010589920566417277, + "K": 0.007647679653018713, + "L": 0.0004313680110499263, + "G": 0.029907358810305595, + "F": 0.003461485030129552, + "E": 0.15955452620983124, + "T": 0.007006089203059673, + "P": 0.06488487124443054, + "-": 0.0027936564292758703 + }, + "id": "tp_966" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 120754, + "label": "I", + "classification": { + "B": 0.003200212027877569, + "S": 0.004812407772988081, + "I": 0.5571452379226685, + "C": 0.051622092723846436, + "R": 0.01477418839931488, + "M": 0.017397675663232803, + "O": 0.006339708808809519, + "W": 0.0031273975037038326, + "N": 0.09321236610412598, + "Y": 0.022731322795152664, + "U": 0.0007635987130925059, + "K": 0.006843350362032652, + "L": 0.0031217581126838923, + "G": 0.0513257160782814, + "F": 0.005149928852915764, + "E": 0.09056047350168228, + "T": 0.012314199469983578, + "P": 0.04598655924201012, + "-": 0.009571738541126251 + }, + "id": "tp_967" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 120888, + "label": "I", + "classification": { + "B": 0.01764298789203167, + "S": 0.029739398509263992, + "I": 0.2615989148616791, + "C": 0.017427997663617134, + "R": 0.011823359876871109, + "M": 0.0712369903922081, + "O": 0.0223949383944273, + "W": 0.010907633230090141, + "N": 0.07208555191755295, + "Y": 0.054158829152584076, + "U": 0.0019443327328190207, + "K": 0.01338539645075798, + "L": 0.009184123948216438, + "G": 0.035122741013765335, + "F": 0.026211347430944443, + "E": 0.0777963399887085, + "T": 0.05701102316379547, + "P": 0.11548703163862228, + "-": 0.09484092891216278 + }, + "id": "tp_968" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 121021, + "label": "I", + "classification": { + "B": 0.016260681673884392, + "S": 0.0416940301656723, + "I": 0.19122152030467987, + "C": 0.09249657392501831, + "R": 0.04981018975377083, + "M": 0.07566074281930923, + "O": 0.029543988406658173, + "W": 0.017604807391762733, + "N": 0.07730183750391006, + "Y": 0.04160485416650772, + "U": 0.004333376418799162, + "K": 0.015219454653561115, + "L": 0.028347216546535492, + "G": 0.102944515645504, + "F": 0.021193569526076317, + "E": 0.0781802162528038, + "T": 0.042925309389829636, + "P": 0.04987387731671333, + "-": 0.023783301934599876 + }, + "id": "tp_969" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 121154, + "label": "E", + "classification": { + "B": 0.010311494581401348, + "S": 0.03551477938890457, + "I": 0.1272399127483368, + "C": 0.018981778994202614, + "R": 0.010408736765384674, + "M": 0.07462502270936966, + "O": 0.02632894553244114, + "W": 0.01222058106213808, + "N": 0.05556623637676239, + "Y": 0.03697213530540466, + "U": 0.0012746606953442097, + "K": 0.028232090175151825, + "L": 0.012915097177028656, + "G": 0.08388536423444748, + "F": 0.06436842679977417, + "E": 0.15365295112133026, + "T": 0.041010502725839615, + "P": 0.12841099500656128, + "-": 0.07808030396699905 + }, + "id": "tp_970" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 121255, + "label": "E", + "classification": { + "B": 0.0027399288956075907, + "S": 0.0009248746791854501, + "I": 0.36246252059936523, + "C": 0.0019319200655445457, + "R": 0.00028154367464594543, + "M": 0.020777106285095215, + "O": 0.000507813470903784, + "W": 0.00012317404616624117, + "N": 0.02676650695502758, + "Y": 0.004188566468656063, + "U": 5.791593594040023e-06, + "K": 0.00016708302428014576, + "L": 0.00025769424973987043, + "G": 0.014629104174673557, + "F": 0.0009477862622588873, + "E": 0.4654921889305115, + "T": 0.0017864383989945054, + "P": 0.09281391650438309, + "-": 0.0031960085034370422 + }, + "id": "tp_971" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 121388, + "label": "P", + "classification": { + "B": 0.00955766811966896, + "S": 0.007136679720133543, + "I": 0.0846872329711914, + "C": 0.01284666359424591, + "R": 0.006876569706946611, + "M": 0.038496505469083786, + "O": 0.011660518124699593, + "W": 0.005018920637667179, + "N": 0.021134765818715096, + "Y": 0.031610213220119476, + "U": 0.002377881435677409, + "K": 0.005488098133355379, + "L": 0.007282475009560585, + "G": 0.028536763042211533, + "F": 0.05273749306797981, + "E": 0.07196053117513657, + "T": 0.025687599554657936, + "P": 0.33652201294898987, + "-": 0.2403814196586609 + }, + "id": "tp_972" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 121522, + "label": "I", + "classification": { + "B": 0.001158342813141644, + "S": 0.003281456185504794, + "I": 0.7433815598487854, + "C": 0.007035151589661837, + "R": 0.003410414792597294, + "M": 0.0054902504198253155, + "O": 0.0014970253687351942, + "W": 0.0010143702384084463, + "N": 0.07020294666290283, + "Y": 0.013236223720014095, + "U": 0.00013383736950345337, + "K": 0.002483824733644724, + "L": 0.0007485758978873491, + "G": 0.01110816653817892, + "F": 0.0028868706431239843, + "E": 0.046490468084812164, + "T": 0.00876938458532095, + "P": 0.07120297849178314, + "-": 0.00646816473454237 + }, + "id": "tp_973" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 121655, + "label": "P", + "classification": { + "B": 0.0006874458631500602, + "S": 0.005013713147491217, + "I": 0.02975122444331646, + "C": 0.0005032301996834576, + "R": 0.00030395571957342327, + "M": 0.004294214304536581, + "O": 0.0023452388122677803, + "W": 0.00117520394269377, + "N": 0.01187100075185299, + "Y": 0.004483518190681934, + "U": 5.8457306295167655e-05, + "K": 0.002373704221099615, + "L": 0.0003063639160245657, + "G": 0.005193175747990608, + "F": 0.06615366041660309, + "E": 0.040397465229034424, + "T": 0.0037474504206329584, + "P": 0.708393394947052, + "-": 0.11294758319854736 + }, + "id": "tp_974" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 121755, + "label": "I", + "classification": { + "B": 0.0009459956781938672, + "S": 0.0039023759309202433, + "I": 0.6843484044075012, + "C": 0.008990242145955563, + "R": 0.002923310501500964, + "M": 0.012292581610381603, + "O": 0.001995651051402092, + "W": 0.00055144407087937, + "N": 0.07866790890693665, + "Y": 0.016410868614912033, + "U": 2.325430978089571e-05, + "K": 0.0013777578715234995, + "L": 0.0006909623625688255, + "G": 0.026619456708431244, + "F": 0.0016676626401022077, + "E": 0.11051195114850998, + "T": 0.005950826685875654, + "P": 0.039126817137002945, + "-": 0.0030025073792785406 + }, + "id": "tp_975" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 121889, + "label": "I", + "classification": { + "B": 0.00035094298073090613, + "S": 0.0007378535810858011, + "I": 0.5664398074150085, + "C": 0.0029201621655374765, + "R": 0.0008372383308596909, + "M": 0.0034664126578718424, + "O": 0.0007383283809758723, + "W": 0.0003644826647359878, + "N": 0.07721295207738876, + "Y": 0.010978726670145988, + "U": 4.6949968236731365e-05, + "K": 0.004851049743592739, + "L": 0.00010465693048899993, + "G": 0.007753552403301001, + "F": 0.003474365919828415, + "E": 0.06060498207807541, + "T": 0.005512330215424299, + "P": 0.23718467354774475, + "-": 0.016420478001236916 + }, + "id": "tp_976" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 122022, + "label": "I", + "classification": { + "B": 0.009001699276268482, + "S": 0.02255040779709816, + "I": 0.3422100841999054, + "C": 0.024135174229741096, + "R": 0.010195653885602951, + "M": 0.03713970631361008, + "O": 0.012860676273703575, + "W": 0.007334758061915636, + "N": 0.1348493993282318, + "Y": 0.045368492603302, + "U": 0.0012386441230773926, + "K": 0.0207027830183506, + "L": 0.004593382123857737, + "G": 0.04856259003281593, + "F": 0.018509279936552048, + "E": 0.11997637152671814, + "T": 0.031002050265669823, + "P": 0.08459057658910751, + "-": 0.025178324431180954 + }, + "id": "tp_977" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 122155, + "label": "P", + "classification": { + "B": 0.0009848864283412695, + "S": 0.014962885528802872, + "I": 0.037512440234422684, + "C": 0.0005045236903242767, + "R": 0.00038782964111305773, + "M": 0.005610755644738674, + "O": 0.004671529401093721, + "W": 0.0028384102042764425, + "N": 0.02112419903278351, + "Y": 0.007257513701915741, + "U": 0.00017019436927512288, + "K": 0.008553210645914078, + "L": 0.0004662309365812689, + "G": 0.003594873705878854, + "F": 0.0542893223464489, + "E": 0.029401637613773346, + "T": 0.007593889720737934, + "P": 0.644175112247467, + "-": 0.15590056777000427 + }, + "id": "tp_978" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 122256, + "label": "P", + "classification": { + "B": 0.008738569915294647, + "S": 0.007200577296316624, + "I": 0.08563479781150818, + "C": 0.008789356797933578, + "R": 0.005869582295417786, + "M": 0.015418462455272675, + "O": 0.014363276772201061, + "W": 0.005887196399271488, + "N": 0.020756209269165993, + "Y": 0.01557903178036213, + "U": 0.0018110804958269, + "K": 0.001901986775919795, + "L": 0.007263660430908203, + "G": 0.020515233278274536, + "F": 0.039436277002096176, + "E": 0.035501543432474136, + "T": 0.01546195987612009, + "P": 0.4473036229610443, + "-": 0.24256759881973267 + }, + "id": "tp_979" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 122389, + "label": "I", + "classification": { + "B": 0.005309543572366238, + "S": 0.06669493764638901, + "I": 0.3876858651638031, + "C": 0.0024058304261416197, + "R": 0.006395907606929541, + "M": 0.02637006714940071, + "O": 0.03765127435326576, + "W": 0.011389483697712421, + "N": 0.09176097065210342, + "Y": 0.02833624742925167, + "U": 0.0002727321407292038, + "K": 0.0037620621733367443, + "L": 0.0034630070440471172, + "G": 0.012857845984399319, + "F": 0.012173955328762531, + "E": 0.008683097548782825, + "T": 0.0542263500392437, + "P": 0.16108162701129913, + "-": 0.07947919517755508 + }, + "id": "tp_980" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 122523, + "label": "P", + "classification": { + "B": 0.0001007687533274293, + "S": 7.698127592448145e-05, + "I": 0.3454555869102478, + "C": 0.002031859243288636, + "R": 0.0005046969163231552, + "M": 0.0012463488383218646, + "O": 0.00024235376622527838, + "W": 5.970675920252688e-05, + "N": 0.0135612478479743, + "Y": 0.00226774369366467, + "U": 1.9618313672253862e-05, + "K": 0.0001791150716599077, + "L": 7.220551196951419e-05, + "G": 0.0029076060745865107, + "F": 0.0015891471412032843, + "E": 0.019139504060149193, + "T": 0.002239569555968046, + "P": 0.570850670337677, + "-": 0.037455227226018906 + }, + "id": "tp_981" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 122656, + "label": "P", + "classification": { + "B": 0.07126127928495407, + "S": 0.08308097720146179, + "I": 0.11828745901584625, + "C": 0.005145831033587456, + "R": 0.005902265198528767, + "M": 0.06854081898927689, + "O": 0.04987819120287895, + "W": 0.01784728467464447, + "N": 0.03555755317211151, + "Y": 0.009336745366454124, + "U": 0.0008455688366666436, + "K": 0.002030440606176853, + "L": 0.022671755403280258, + "G": 0.03745889663696289, + "F": 0.03292465582489967, + "E": 0.07113069295883179, + "T": 0.01998870074748993, + "P": 0.22841326892375946, + "-": 0.11969763040542603 + }, + "id": "tp_982" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 122756, + "label": "I", + "classification": { + "B": 0.0006033647805452347, + "S": 0.001260790741071105, + "I": 0.6077423095703125, + "C": 0.014386757276952267, + "R": 0.0026876674965023994, + "M": 0.005239797756075859, + "O": 0.0009202728979289532, + "W": 0.00036696839379146695, + "N": 0.11205842345952988, + "Y": 0.007180536165833473, + "U": 4.001781780971214e-05, + "K": 0.0030163624323904514, + "L": 0.0003803717845585197, + "G": 0.03177807107567787, + "F": 0.0016384131740778685, + "E": 0.16156508028507233, + "T": 0.005105542950332165, + "P": 0.042233698070049286, + "-": 0.001795671647414565 + }, + "id": "tp_983" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 122890, + "label": "I", + "classification": { + "B": 0.0003979328030254692, + "S": 0.001517447759397328, + "I": 0.6819648146629333, + "C": 0.0016578066861256957, + "R": 0.0007054415182210505, + "M": 0.004642619285732508, + "O": 0.0007558707147836685, + "W": 0.00029006271506659687, + "N": 0.08176679164171219, + "Y": 0.010191243141889572, + "U": 1.9395702111069113e-05, + "K": 0.001986633986234665, + "L": 0.00012420714483596385, + "G": 0.006334483157843351, + "F": 0.002249964512884617, + "E": 0.04813983663916588, + "T": 0.006744347047060728, + "P": 0.14242495596408844, + "-": 0.008086118847131729 + }, + "id": "tp_984" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 123023, + "label": "P", + "classification": { + "B": 0.0014419130748137832, + "S": 0.0028326313477009535, + "I": 0.26390591263771057, + "C": 0.002850495046004653, + "R": 0.001892097294330597, + "M": 0.007998540997505188, + "O": 0.004261151421815157, + "W": 0.0012164697982370853, + "N": 0.029204165562987328, + "Y": 0.010121908038854599, + "U": 0.00023411412257701159, + "K": 0.0016092262230813503, + "L": 0.001042274059727788, + "G": 0.0077688852325081825, + "F": 0.010171541944146156, + "E": 0.016513505950570107, + "T": 0.01852951943874359, + "P": 0.47247570753097534, + "-": 0.14592987298965454 + }, + "id": "tp_985" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 123156, + "label": "I", + "classification": { + "B": 0.002279124688357115, + "S": 0.0013687906321138144, + "I": 0.36653417348861694, + "C": 0.04155133292078972, + "R": 0.00959339551627636, + "M": 0.030434204265475273, + "O": 0.004650733433663845, + "W": 0.001369268400594592, + "N": 0.01962985098361969, + "Y": 0.03955089673399925, + "U": 0.000773233943618834, + "K": 0.0004610430041793734, + "L": 0.003375555155798793, + "G": 0.02256307750940323, + "F": 0.00693111214786768, + "E": 0.038126908242702484, + "T": 0.023878885433077812, + "P": 0.26901620626449585, + "-": 0.1179121807217598 + }, + "id": "tp_986" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 123257, + "label": "I", + "classification": { + "B": 0.0029894234612584114, + "S": 0.02218976803123951, + "I": 0.2719539999961853, + "C": 0.012206722982227802, + "R": 0.009251895360648632, + "M": 0.0201056357473135, + "O": 0.017144931480288506, + "W": 0.009050940163433552, + "N": 0.09075960516929626, + "Y": 0.03839043900370598, + "U": 0.0014258375158533454, + "K": 0.014055860228836536, + "L": 0.0034886628855019808, + "G": 0.019627593457698822, + "F": 0.039594464004039764, + "E": 0.02984550967812538, + "T": 0.037417083978652954, + "P": 0.2472933828830719, + "-": 0.11320817470550537 + }, + "id": "tp_987" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 123390, + "label": "I", + "classification": { + "B": 0.00040226540295407176, + "S": 0.005794329568743706, + "I": 0.9248051643371582, + "C": 0.004784157034009695, + "R": 0.0040232050232589245, + "M": 0.013567657209932804, + "O": 0.0017536984523758292, + "W": 0.0002997620322275907, + "N": 0.026838719844818115, + "Y": 0.0009134734864346683, + "U": 1.6222630847551045e-06, + "K": 1.0385113455413375e-05, + "L": 0.0005691693513654172, + "G": 0.005508220288902521, + "F": 4.842922498937696e-05, + "E": 0.0026492965407669544, + "T": 0.0031925360672175884, + "P": 0.004532225895673037, + "-": 0.00030556731508113444 + }, + "id": "tp_988" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 123524, + "label": "I", + "classification": { + "B": 0.0060812607407569885, + "S": 0.0034967113751918077, + "I": 0.46875473856925964, + "C": 0.023904459550976753, + "R": 0.00845765694975853, + "M": 0.06395644694566727, + "O": 0.006200534291565418, + "W": 0.0016300096176564693, + "N": 0.022628404200077057, + "Y": 0.06771455705165863, + "U": 0.0002540326095186174, + "K": 0.0005774472374469042, + "L": 0.004230038728564978, + "G": 0.03564690053462982, + "F": 0.005589058622717857, + "E": 0.07531380653381348, + "T": 0.030662037432193756, + "P": 0.11651942878961563, + "-": 0.058382466435432434 + }, + "id": "tp_989" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 123657, + "label": "I", + "classification": { + "B": 1.2889629488199716e-06, + "S": 1.6548094208701514e-05, + "I": 0.987616240978241, + "C": 3.673363835332566e-06, + "R": 2.1353268948587356e-06, + "M": 0.00022205962159205228, + "O": 4.902512500848388e-06, + "W": 2.202963287345483e-07, + "N": 0.005600140895694494, + "Y": 0.0003830530331470072, + "U": 4.08972633536564e-10, + "K": 4.966983055965102e-07, + "L": 2.497310731541802e-07, + "G": 0.0001245747262146324, + "F": 1.6144722394528799e-06, + "E": 0.001263800193555653, + "T": 0.00030049221822991967, + "P": 0.004416326060891151, + "-": 4.228586476529017e-05 + }, + "id": "tp_990" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 123757, + "label": "I", + "classification": { + "B": 0.0033132287207990885, + "S": 0.032104186713695526, + "I": 0.44822511076927185, + "C": 0.06215998902916908, + "R": 0.02034076116979122, + "M": 0.09109468013048172, + "O": 0.015758998692035675, + "W": 0.0037058161105960608, + "N": 0.08055802434682846, + "Y": 0.024389594793319702, + "U": 5.564102320931852e-05, + "K": 0.0015482032904401422, + "L": 0.008290895260870457, + "G": 0.09891080856323242, + "F": 0.0022689837496727705, + "E": 0.05030662193894386, + "T": 0.044612009078264236, + "P": 0.00973247829824686, + "-": 0.002623950829729438 + }, + "id": "tp_991" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 123891, + "label": "I", + "classification": { + "B": 9.618971671443433e-05, + "S": 0.000894223980139941, + "I": 0.8801983594894409, + "C": 0.003333117812871933, + "R": 0.0014685312053188682, + "M": 0.003188564907759428, + "O": 0.0010851308470591903, + "W": 0.00022805754269938916, + "N": 0.05707264319062233, + "Y": 0.021499088034033775, + "U": 6.493650744232582e-06, + "K": 0.00028186928830109537, + "L": 9.512684482615441e-05, + "G": 0.0044085802510380745, + "F": 0.00025287424796260893, + "E": 0.005331056192517281, + "T": 0.009884530678391457, + "P": 0.008951847441494465, + "-": 0.0017236692365258932 + }, + "id": "tp_992" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 124024, + "label": "-", + "classification": { + "B": 0.002085145330056548, + "S": 0.0036858520470559597, + "I": 0.016879145056009293, + "C": 0.0012507026549428701, + "R": 0.0006725853309035301, + "M": 0.02658044546842575, + "O": 0.006146016530692577, + "W": 0.0013083640951663256, + "N": 0.003990205004811287, + "Y": 0.016447924077510834, + "U": 0.0002452174376230687, + "K": 0.0010570435551926494, + "L": 0.0014109048061072826, + "G": 0.007347125094383955, + "F": 0.02745399996638298, + "E": 0.02740306407213211, + "T": 0.017655985429883003, + "P": 0.3459968864917755, + "-": 0.49238333106040955 + }, + "id": "tp_993" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 124157, + "label": "I", + "classification": { + "B": 0.001243445323780179, + "S": 0.004803505726158619, + "I": 0.7083874344825745, + "C": 0.049207400530576706, + "R": 0.011409886181354523, + "M": 0.028293345123529434, + "O": 0.004233242943882942, + "W": 0.0007522310479544103, + "N": 0.05605547875165939, + "Y": 0.020777693018317223, + "U": 1.2721729035547469e-05, + "K": 0.0002580369764473289, + "L": 0.0020042569376528263, + "G": 0.053228240460157394, + "F": 0.000547114119399339, + "E": 0.03355170786380768, + "T": 0.014900358393788338, + "P": 0.00880762841552496, + "-": 0.001526223379187286 + }, + "id": "tp_994" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 124258, + "label": "I", + "classification": { + "B": 0.0024838510435074568, + "S": 0.020867403596639633, + "I": 0.4799451529979706, + "C": 0.012317823246121407, + "R": 0.010178890079259872, + "M": 0.009555673226714134, + "O": 0.010764754377305508, + "W": 0.00743992580100894, + "N": 0.23304472863674164, + "Y": 0.027908550575375557, + "U": 0.0006413210066966712, + "K": 0.025531403720378876, + "L": 0.0016595794586464763, + "G": 0.022386915981769562, + "F": 0.008977716788649559, + "E": 0.03604127839207649, + "T": 0.02071477100253105, + "P": 0.05977204814553261, + "-": 0.009768258780241013 + }, + "id": "tp_995" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 124391, + "label": "P", + "classification": { + "B": 0.001265385071747005, + "S": 0.002821489470079541, + "I": 0.3325895667076111, + "C": 0.002854936057701707, + "R": 0.0008602504967711866, + "M": 0.025756459683179855, + "O": 0.0026489091105759144, + "W": 0.0006200558273121715, + "N": 0.04161731153726578, + "Y": 0.018230197951197624, + "U": 9.888913336908445e-05, + "K": 0.0009719171212054789, + "L": 0.0006400055135600269, + "G": 0.009112666361033916, + "F": 0.005083883181214333, + "E": 0.08236247301101685, + "T": 0.015897363424301147, + "P": 0.38953566551208496, + "-": 0.06703248620033264 + }, + "id": "tp_996" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 124525, + "label": "I", + "classification": { + "B": 0.00010310029028914869, + "S": 0.002807287499308586, + "I": 0.5945596098899841, + "C": 0.0017117069801315665, + "R": 0.0003330917388666421, + "M": 0.0014379610074684024, + "O": 0.0008931360207498074, + "W": 0.00045606616185978055, + "N": 0.29207825660705566, + "Y": 0.00686209462583065, + "U": 1.8012967757385923e-06, + "K": 0.014229179359972477, + "L": 2.6470595912542194e-05, + "G": 0.012068191543221474, + "F": 0.000709681713487953, + "E": 0.05399502441287041, + "T": 0.0028594285249710083, + "P": 0.014420263469219208, + "-": 0.0004477571928873658 + }, + "id": "tp_997" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 124658, + "label": "P", + "classification": { + "B": 0.003768761409446597, + "S": 0.00603804225102067, + "I": 0.06745759397745132, + "C": 0.00727997487410903, + "R": 0.0031751864589750767, + "M": 0.014042733237147331, + "O": 0.005854546558111906, + "W": 0.003905833000317216, + "N": 0.03190989047288895, + "Y": 0.0193453561514616, + "U": 0.0016647761221975088, + "K": 0.031214891001582146, + "L": 0.0019325466128066182, + "G": 0.022791752591729164, + "F": 0.06748320162296295, + "E": 0.1302500218153, + "T": 0.014922638423740864, + "P": 0.42983877658843994, + "-": 0.13712351024150848 + }, + "id": "tp_998" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 124758, + "label": "I", + "classification": { + "B": 0.0064581818878650665, + "S": 0.034341540187597275, + "I": 0.6605188846588135, + "C": 0.006843672599643469, + "R": 0.005620758514851332, + "M": 0.038469575345516205, + "O": 0.015837915241718292, + "W": 0.0035191320348531008, + "N": 0.09799744188785553, + "Y": 0.024993373081088066, + "U": 2.3209200662677176e-05, + "K": 0.0008410923765040934, + "L": 0.0035351989790797234, + "G": 0.025441007688641548, + "F": 0.0016795197734609246, + "E": 0.03267365321516991, + "T": 0.016744112595915794, + "P": 0.020279336720705032, + "-": 0.004182459786534309 + }, + "id": "tp_999" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 124892, + "label": "I", + "classification": { + "B": 0.038032352924346924, + "S": 0.07081208378076553, + "I": 0.5006023645401001, + "C": 0.003193577518686652, + "R": 0.004481502342969179, + "M": 0.10116759687662125, + "O": 0.02118825912475586, + "W": 0.00547944288700819, + "N": 0.05296238884329796, + "Y": 0.01653328351676464, + "U": 5.710306504624896e-05, + "K": 0.0007678625406697392, + "L": 0.009249727241694927, + "G": 0.03884904831647873, + "F": 0.004100028891116381, + "E": 0.05638318136334419, + "T": 0.016405273228883743, + "P": 0.04891365021467209, + "-": 0.010821211151778698 + }, + "id": "tp_1000" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 125025, + "label": "I", + "classification": { + "B": 0.008524118922650814, + "S": 0.08292021602392197, + "I": 0.1410522609949112, + "C": 0.01983281783759594, + "R": 0.02073531411588192, + "M": 0.04779048636555672, + "O": 0.071908138692379, + "W": 0.029403747990727425, + "N": 0.07235056906938553, + "Y": 0.08322907239198685, + "U": 0.0018846465973183513, + "K": 0.023539843037724495, + "L": 0.014199480414390564, + "G": 0.05525244027376175, + "F": 0.04754195362329483, + "E": 0.02314820885658264, + "T": 0.0833204910159111, + "P": 0.08311399817466736, + "-": 0.09025214612483978 + }, + "id": "tp_1001" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 125125, + "label": "I", + "classification": { + "B": 0.008778950199484825, + "S": 0.02145984023809433, + "I": 0.24053648114204407, + "C": 0.02407907135784626, + "R": 0.020122919231653214, + "M": 0.028949202969670296, + "O": 0.021803755313158035, + "W": 0.01202752348035574, + "N": 0.0916069895029068, + "Y": 0.07548247277736664, + "U": 0.004542162176221609, + "K": 0.034038741141557693, + "L": 0.007509574759751558, + "G": 0.039894845336675644, + "F": 0.03940463438630104, + "E": 0.03868718072772026, + "T": 0.05572286248207092, + "P": 0.14094695448875427, + "-": 0.0944058820605278 + }, + "id": "tp_1002" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 125259, + "label": "I", + "classification": { + "B": 0.07139517366886139, + "S": 0.10837221145629883, + "I": 0.20240837335586548, + "C": 0.01339971274137497, + "R": 0.018306514248251915, + "M": 0.07659083604812622, + "O": 0.07113944739103317, + "W": 0.030487535521388054, + "N": 0.0719783827662468, + "Y": 0.062220554798841476, + "U": 0.0017184760654345155, + "K": 0.004531978163868189, + "L": 0.02900185063481331, + "G": 0.05434377118945122, + "F": 0.015054212883114815, + "E": 0.025659071281552315, + "T": 0.06116165965795517, + "P": 0.04416787624359131, + "-": 0.03806239366531372 + }, + "id": "tp_1003" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 125392, + "label": "P", + "classification": { + "B": 0.006953241769224405, + "S": 0.009591290727257729, + "I": 0.14912906289100647, + "C": 0.03962940722703934, + "R": 0.025255830958485603, + "M": 0.027788251638412476, + "O": 0.0154303889721632, + "W": 0.00951587874442339, + "N": 0.0563705749809742, + "Y": 0.051136281341314316, + "U": 0.0073278844356536865, + "K": 0.026664510369300842, + "L": 0.007432748097926378, + "G": 0.033742550760507584, + "F": 0.046303704380989075, + "E": 0.06565573066473007, + "T": 0.0384233184158802, + "P": 0.2211051732301712, + "-": 0.16254419088363647 + }, + "id": "tp_1004" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 125526, + "label": "I", + "classification": { + "B": 0.03509633615612984, + "S": 0.029732879251241684, + "I": 0.2092871516942978, + "C": 0.047454606741666794, + "R": 0.029699213802814484, + "M": 0.07616963982582092, + "O": 0.030664630234241486, + "W": 0.014833509922027588, + "N": 0.051738593727350235, + "Y": 0.05388619378209114, + "U": 0.0040281545370817184, + "K": 0.010835591703653336, + "L": 0.03544415906071663, + "G": 0.10965833067893982, + "F": 0.025618040934205055, + "E": 0.09561462700366974, + "T": 0.03551049903035164, + "P": 0.06502444297075272, + "-": 0.03970346227288246 + }, + "id": "tp_1005" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 125626, + "label": "S", + "classification": { + "B": 0.0264088436961174, + "S": 0.12961019575595856, + "I": 0.07004548609256744, + "C": 0.00885552167892456, + "R": 0.01035030372440815, + "M": 0.058611392974853516, + "O": 0.06012570485472679, + "W": 0.029809167608618736, + "N": 0.05902400612831116, + "Y": 0.03352537378668785, + "U": 0.002517512533813715, + "K": 0.021256716921925545, + "L": 0.021414432674646378, + "G": 0.05575491115450859, + "F": 0.08513958752155304, + "E": 0.051005590707063675, + "T": 0.05156685784459114, + "P": 0.12590982019901276, + "-": 0.09906858205795288 + }, + "id": "tp_1006" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 125759, + "label": "I", + "classification": { + "B": 0.00019572695600800216, + "S": 0.0015546627109870315, + "I": 0.6538998484611511, + "C": 0.0034424627665430307, + "R": 0.0010206019505858421, + "M": 0.0031607202254235744, + "O": 0.0007791924872435629, + "W": 0.0004212949424982071, + "N": 0.1707897037267685, + "Y": 0.010610086843371391, + "U": 1.807384796848055e-05, + "K": 0.008634091354906559, + "L": 6.0679194575641304e-05, + "G": 0.01063243206590414, + "F": 0.00114808464422822, + "E": 0.09011813998222351, + "T": 0.00444824667647481, + "P": 0.037258267402648926, + "-": 0.0018075727857649326 + }, + "id": "tp_1007" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 125893, + "label": "I", + "classification": { + "B": 0.005794133525341749, + "S": 0.009412537328898907, + "I": 0.4624480605125427, + "C": 0.019231630489230156, + "R": 0.00961226224899292, + "M": 0.027908915653824806, + "O": 0.009556399658322334, + "W": 0.004529690369963646, + "N": 0.10566379129886627, + "Y": 0.03642258793115616, + "U": 0.0011086047161370516, + "K": 0.008289548568427563, + "L": 0.0035784118808805943, + "G": 0.029206931591033936, + "F": 0.00962173193693161, + "E": 0.06905397027730942, + "T": 0.030705083161592484, + "P": 0.12564915418624878, + "-": 0.03220653906464577 + }, + "id": "tp_1008" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 126026, + "label": "I", + "classification": { + "B": 0.0033793074544519186, + "S": 0.0064307027496397495, + "I": 0.6557365655899048, + "C": 0.016986295580863953, + "R": 0.01142826210707426, + "M": 0.012022540904581547, + "O": 0.006357398349791765, + "W": 0.002929875859990716, + "N": 0.11348418146371841, + "Y": 0.02118193916976452, + "U": 0.0005635730340145528, + "K": 0.003944976720958948, + "L": 0.0025139586068689823, + "G": 0.021592089906334877, + "F": 0.003699490102007985, + "E": 0.03181770443916321, + "T": 0.017487220466136932, + "P": 0.05867393687367439, + "-": 0.009769975207746029 + }, + "id": "tp_1009" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 126126, + "label": "I", + "classification": { + "B": 0.007296605501323938, + "S": 0.032756365835666656, + "I": 0.3355153799057007, + "C": 0.028952734544873238, + "R": 0.030959224328398705, + "M": 0.0389670729637146, + "O": 0.04116533324122429, + "W": 0.017145929858088493, + "N": 0.10057686269283295, + "Y": 0.10217680037021637, + "U": 0.0018194335279986262, + "K": 0.013767022639513016, + "L": 0.010576782748103142, + "G": 0.04633694142103195, + "F": 0.01564188115298748, + "E": 0.0195767842233181, + "T": 0.0800086110830307, + "P": 0.03617401793599129, + "-": 0.04058614745736122 + }, + "id": "tp_1010" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 126260, + "label": "I", + "classification": { + "B": 0.004013335332274437, + "S": 0.006080025807023048, + "I": 0.7267014980316162, + "C": 0.027256516739726067, + "R": 0.012885046191513538, + "M": 0.030072135850787163, + "O": 0.007925293408334255, + "W": 0.0017576065147295594, + "N": 0.03737783432006836, + "Y": 0.022911839187145233, + "U": 0.00010826528159668669, + "K": 0.0004083224630448967, + "L": 0.0069671086966991425, + "G": 0.041990384459495544, + "F": 0.0012698639184236526, + "E": 0.03325751796364784, + "T": 0.014132557436823845, + "P": 0.018409715965390205, + "-": 0.006475246977061033 + }, + "id": "tp_1011" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 126393, + "label": "I", + "classification": { + "B": 0.0071351295337080956, + "S": 0.008971897885203362, + "I": 0.5138065218925476, + "C": 0.024348681792616844, + "R": 0.0158256683498621, + "M": 0.032318051904439926, + "O": 0.01234157383441925, + "W": 0.005120249930769205, + "N": 0.0761260837316513, + "Y": 0.031781502068042755, + "U": 0.00117524026427418, + "K": 0.004443150945007801, + "L": 0.006294358056038618, + "G": 0.0353144071996212, + "F": 0.011032656766474247, + "E": 0.039355941116809845, + "T": 0.03594009950757027, + "P": 0.09751798957586288, + "-": 0.04115084931254387 + }, + "id": "tp_1012" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 126527, + "label": "I", + "classification": { + "B": 0.004482458345592022, + "S": 0.018969209864735603, + "I": 0.3009156584739685, + "C": 0.028072740882635117, + "R": 0.028634214773774147, + "M": 0.04896381497383118, + "O": 0.03457213193178177, + "W": 0.010568680241703987, + "N": 0.06692169606685638, + "Y": 0.12040460109710693, + "U": 0.0015256324550136924, + "K": 0.007744735572487116, + "L": 0.009574292227625847, + "G": 0.043213337659835815, + "F": 0.0111776702105999, + "E": 0.012288561090826988, + "T": 0.15837961435317993, + "P": 0.03171694278717041, + "-": 0.06187397614121437 + }, + "id": "tp_1013" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 126627, + "label": "I", + "classification": { + "B": 0.005572544410824776, + "S": 0.010577138513326645, + "I": 0.3415684998035431, + "C": 0.025606216862797737, + "R": 0.013798621483147144, + "M": 0.021014560014009476, + "O": 0.012040496803820133, + "W": 0.008002839982509613, + "N": 0.14293597638607025, + "Y": 0.05018310621380806, + "U": 0.0026921185199171305, + "K": 0.029528090730309486, + "L": 0.003940046764910221, + "G": 0.037203915417194366, + "F": 0.014958568848669529, + "E": 0.09476666152477264, + "T": 0.028456509113311768, + "P": 0.1198805421590805, + "-": 0.03727354109287262 + }, + "id": "tp_1014" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 126760, + "label": "I", + "classification": { + "B": 0.031738441437482834, + "S": 0.04642658308148384, + "I": 0.19939176738262177, + "C": 0.03011920489370823, + "R": 0.03023352101445198, + "M": 0.05431826785206795, + "O": 0.045649293810129166, + "W": 0.025354968383908272, + "N": 0.08393366634845734, + "Y": 0.04110366478562355, + "U": 0.006590605713427067, + "K": 0.01460142433643341, + "L": 0.02448161505162716, + "G": 0.05308925360441208, + "F": 0.03216690942645073, + "E": 0.046494174748659134, + "T": 0.04467198625206947, + "P": 0.12194089591503143, + "-": 0.06769382953643799 + }, + "id": "tp_1015" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 126894, + "label": "I", + "classification": { + "B": 0.0045081088319420815, + "S": 0.011581962928175926, + "I": 0.5539259910583496, + "C": 0.030203361064195633, + "R": 0.02094847336411476, + "M": 0.0179915651679039, + "O": 0.011845480650663376, + "W": 0.005332634784281254, + "N": 0.14223624765872955, + "Y": 0.033239852637052536, + "U": 0.0010970887960866094, + "K": 0.009407799690961838, + "L": 0.004137709271162748, + "G": 0.032202478498220444, + "F": 0.005896882154047489, + "E": 0.026904087513685226, + "T": 0.038012173026800156, + "P": 0.038066744804382324, + "-": 0.012461361475288868 + }, + "id": "tp_1016" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 127027, + "label": "S", + "classification": { + "B": 0.03153529390692711, + "S": 0.14249040186405182, + "I": 0.11645756661891937, + "C": 0.011993354186415672, + "R": 0.01148771122097969, + "M": 0.04227783903479576, + "O": 0.06111526861786842, + "W": 0.0328562930226326, + "N": 0.10215526074171066, + "Y": 0.025551123544573784, + "U": 0.0026157263200730085, + "K": 0.02250293456017971, + "L": 0.016471510753035545, + "G": 0.044533804059028625, + "F": 0.048479385673999786, + "E": 0.04676222801208496, + "T": 0.04400664567947388, + "P": 0.13445864617824554, + "-": 0.0622490830719471 + }, + "id": "tp_1017" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 127127, + "label": "I", + "classification": { + "B": 0.0016439094906672835, + "S": 0.002186644123867154, + "I": 0.3489019572734833, + "C": 0.012618550099432468, + "R": 0.004455349873751402, + "M": 0.011363396421074867, + "O": 0.0029855689499527216, + "W": 0.0015176045708358288, + "N": 0.04446913301944733, + "Y": 0.02219371683895588, + "U": 0.0006985276122577488, + "K": 0.006147787440568209, + "L": 0.0014633768005296588, + "G": 0.018512412905693054, + "F": 0.01814986951649189, + "E": 0.07177625596523285, + "T": 0.016782118007540703, + "P": 0.332650750875473, + "-": 0.08148302882909775 + }, + "id": "tp_1018" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 127261, + "label": "-", + "classification": { + "B": 5.285659426590428e-05, + "S": 3.5829285479849204e-05, + "I": 0.004976714961230755, + "C": 9.883522579912096e-05, + "R": 1.5342633560067043e-05, + "M": 0.0031351817306131124, + "O": 0.0002585204492788762, + "W": 1.587776750966441e-05, + "N": 0.00044073970639146864, + "Y": 0.0037988703697919846, + "U": 8.063061613938771e-06, + "K": 1.8122660549124703e-05, + "L": 3.678818393382244e-05, + "G": 0.0009173289872705936, + "F": 0.001384628121741116, + "E": 0.008375835604965687, + "T": 0.0038374511059373617, + "P": 0.4710913598537445, + "-": 0.5015016198158264 + }, + "id": "tp_1019" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 127394, + "label": "-", + "classification": { + "B": 0.0004808699304703623, + "S": 6.734822818543762e-05, + "I": 0.0002063985011773184, + "C": 1.3313696399563923e-05, + "R": 3.5728708098758943e-06, + "M": 0.00234457990154624, + "O": 0.000689246051479131, + "W": 3.0065662940614857e-05, + "N": 1.0800675227073953e-05, + "Y": 0.0007441887864843011, + "U": 6.854450589344196e-07, + "K": 1.8904304965872143e-07, + "L": 0.00014387407281901687, + "G": 0.0005247404333204031, + "F": 0.0012086963979527354, + "E": 0.0006468769279308617, + "T": 0.0012055628467351198, + "P": 0.09509009122848511, + "-": 0.896588921546936 + }, + "id": "tp_1020" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 127528, + "label": "P", + "classification": { + "B": 0.07663507014513016, + "S": 0.009664631448686123, + "I": 0.005254167132079601, + "C": 2.6884275939664803e-05, + "R": 3.829292472801171e-05, + "M": 0.011599081568419933, + "O": 0.009448960423469543, + "W": 0.0007192859193310142, + "N": 0.00036960330908186734, + "Y": 0.0007847953238524497, + "U": 3.6216736134520033e-06, + "K": 4.729572538053617e-07, + "L": 0.003139386186376214, + "G": 0.0025984712410718203, + "F": 0.002872263779863715, + "E": 0.0020043624099344015, + "T": 0.0029307527001947165, + "P": 0.4939478039741516, + "-": 0.37796205282211304 + }, + "id": "tp_1021" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 127628, + "label": "-", + "classification": { + "B": 0.0009214009041897953, + "S": 4.531796366791241e-05, + "I": 3.173845470882952e-05, + "C": 2.2359174067787535e-07, + "R": 1.1718648806890997e-07, + "M": 0.0007070796564221382, + "O": 0.0005000667879357934, + "W": 1.2401889762259088e-05, + "N": 7.449356189681566e-07, + "Y": 3.076395660173148e-05, + "U": 8.214469993106377e-09, + "K": 2.6571236877437343e-10, + "L": 4.150040331296623e-05, + "G": 4.062698280904442e-05, + "F": 0.00013138685608282685, + "E": 7.48527018004097e-05, + "T": 7.978293433552608e-05, + "P": 0.15808121860027313, + "-": 0.8393008708953857 + }, + "id": "tp_1022" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 127761, + "label": "-", + "classification": { + "B": 0.000476174580398947, + "S": 0.00012730283197015524, + "I": 0.0018098670989274979, + "C": 5.819500802317634e-05, + "R": 1.2088400580978487e-05, + "M": 0.001043644268065691, + "O": 0.0006449655629694462, + "W": 6.470673542935401e-05, + "N": 0.00016961016808636487, + "Y": 0.000671875081025064, + "U": 6.893394584039925e-06, + "K": 4.52679933005129e-06, + "L": 9.685917029855773e-05, + "G": 0.0006375248194672167, + "F": 0.0015738470247015357, + "E": 0.0023542731069028378, + "T": 0.001070172991603613, + "P": 0.43664953112602234, + "-": 0.552527904510498 + }, + "id": "tp_1023" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 127895, + "label": "P", + "classification": { + "B": 1.199170355903334e-06, + "S": 1.094557319447631e-06, + "I": 0.0003591442364268005, + "C": 6.315159453151864e-07, + "R": 5.614157316813362e-07, + "M": 1.6667920135660097e-05, + "O": 1.435137619409943e-05, + "W": 8.813202043711499e-07, + "N": 1.2193824659334496e-05, + "Y": 0.0001229456829605624, + "U": 9.742656459366117e-08, + "K": 7.031819109215576e-07, + "L": 5.510497089744604e-07, + "G": 2.9135535442037508e-05, + "F": 0.00032754262792877853, + "E": 2.0636478438973427e-05, + "T": 0.00025535820168443024, + "P": 0.6356326341629028, + "-": 0.36320367455482483 + }, + "id": "tp_1024" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 128028, + "label": "-", + "classification": { + "B": 0.0003096071886830032, + "S": 0.00010169069719268009, + "I": 0.004946598317474127, + "C": 0.0009239008068107069, + "R": 0.00022962753428146243, + "M": 0.0020253537222743034, + "O": 0.0013732919469475746, + "W": 0.00016833636618684977, + "N": 0.0004734121903311461, + "Y": 0.002401920035481453, + "U": 9.430269710719585e-05, + "K": 2.0720057364087552e-05, + "L": 0.00045909895561635494, + "G": 0.0018194940639659762, + "F": 0.0033422308042645454, + "E": 0.002045589266344905, + "T": 0.006612544879317284, + "P": 0.2682130038738251, + "-": 0.7044393420219421 + }, + "id": "tp_1025" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 128128, + "label": "-", + "classification": { + "B": 1.7126023521996103e-05, + "S": 9.883369784802198e-06, + "I": 0.00034062055055983365, + "C": 4.5187160139903426e-05, + "R": 8.517300557286944e-06, + "M": 9.726519783725962e-05, + "O": 0.00010462475620443001, + "W": 1.1396603440516628e-05, + "N": 4.279017593944445e-05, + "Y": 0.0002675279101822525, + "U": 3.327010290377075e-06, + "K": 8.289845027320553e-06, + "L": 8.312018508149777e-06, + "G": 0.00014401745283976197, + "F": 0.0026416375767439604, + "E": 0.00029812948196195066, + "T": 0.0006929219816811383, + "P": 0.3455374538898468, + "-": 0.6497210264205933 + }, + "id": "tp_1026" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 128262, + "label": "-", + "classification": { + "B": 0.010297829285264015, + "S": 0.008297600783407688, + "I": 0.07271277159452438, + "C": 0.017501914873719215, + "R": 0.008923271670937538, + "M": 0.043067242950201035, + "O": 0.023259932175278664, + "W": 0.00798866804689169, + "N": 0.022096455097198486, + "Y": 0.06239599362015724, + "U": 0.0026985087897628546, + "K": 0.007782637607306242, + "L": 0.006840395275503397, + "G": 0.03683563321828842, + "F": 0.03331679478287697, + "E": 0.04807527735829353, + "T": 0.04477464407682419, + "P": 0.20538629591464996, + "-": 0.3377481698989868 + }, + "id": "tp_1027" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 128395, + "label": "-", + "classification": { + "B": 1.0112447625942877e-06, + "S": 5.776192892881227e-07, + "I": 9.872882219497114e-05, + "C": 3.87047975891619e-06, + "R": 5.580152446782449e-07, + "M": 9.048683568835258e-05, + "O": 1.610712570254691e-05, + "W": 2.9624433750541357e-07, + "N": 2.7162377591594122e-06, + "Y": 0.0001277867704629898, + "U": 3.2520922843559674e-08, + "K": 1.9165197429060754e-08, + "L": 1.2430210745151271e-06, + "G": 4.9733011110220104e-05, + "F": 0.0003046617785003036, + "E": 0.00010030250996351242, + "T": 0.0001709597563603893, + "P": 0.30784353613853455, + "-": 0.6911873817443848 + }, + "id": "tp_1028" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 128529, + "label": "-", + "classification": { + "B": 1.5669178537791595e-05, + "S": 7.840730177122168e-06, + "I": 0.00010228702740278095, + "C": 4.345086381363217e-06, + "R": 8.297822091662965e-07, + "M": 0.0001223873405251652, + "O": 0.00014548792387358844, + "W": 3.6354797430249164e-06, + "N": 1.0330731129215565e-05, + "Y": 0.00017433028551749885, + "U": 3.4482698652027466e-07, + "K": 1.1696354107471052e-07, + "L": 9.49191780819092e-06, + "G": 0.00010027944517787546, + "F": 0.0007134206825867295, + "E": 0.00012613764556590468, + "T": 0.0005092596402391791, + "P": 0.19865523278713226, + "-": 0.7992985844612122 + }, + "id": "tp_1029" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 128629, + "label": "-", + "classification": { + "B": 0.0012037665583193302, + "S": 0.004249090328812599, + "I": 0.0042615896090865135, + "C": 0.00031678553204983473, + "R": 0.00018189502588938922, + "M": 0.006324539426714182, + "O": 0.0047933743335306644, + "W": 0.0008434878545813262, + "N": 0.0009136043954640627, + "Y": 0.0013459057081490755, + "U": 3.958250454161316e-05, + "K": 0.00010778773139463738, + "L": 0.0008748664404265583, + "G": 0.002185351215302944, + "F": 0.0346878319978714, + "E": 0.003680224996060133, + "T": 0.004812685772776604, + "P": 0.2693499028682709, + "-": 0.659827709197998 + }, + "id": "tp_1030" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 128762, + "label": "-", + "classification": { + "B": 0.004510695580393076, + "S": 0.003235466545447707, + "I": 0.010424477979540825, + "C": 0.0004623204586096108, + "R": 0.00027605140348896384, + "M": 0.014606593176722527, + "O": 0.0063499994575977325, + "W": 0.0010518014896661043, + "N": 0.0017214268445968628, + "Y": 0.006158807780593634, + "U": 8.371760486625135e-05, + "K": 0.00014098094834480435, + "L": 0.0019094368908554316, + "G": 0.005994576495140791, + "F": 0.01807374693453312, + "E": 0.01383190881460905, + "T": 0.0069116586819291115, + "P": 0.41190025210380554, + "-": 0.4923561215400696 + }, + "id": "tp_1031" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 128896, + "label": "P", + "classification": { + "B": 0.00032289663795381784, + "S": 0.000525538926012814, + "I": 0.13957028090953827, + "C": 0.00649287411943078, + "R": 0.0025135434698313475, + "M": 0.004764638841152191, + "O": 0.002923574298620224, + "W": 0.0010095512261614203, + "N": 0.01515952404588461, + "Y": 0.02034761942923069, + "U": 0.0003888764185830951, + "K": 0.001661195419728756, + "L": 0.0005312665016390383, + "G": 0.006365381181240082, + "F": 0.012352099642157555, + "E": 0.0311613567173481, + "T": 0.01618233323097229, + "P": 0.4429812431335449, + "-": 0.2947462201118469 + }, + "id": "tp_1032" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 129029, + "label": "-", + "classification": { + "B": 0.002065307693555951, + "S": 0.002045955043286085, + "I": 0.001700780587270856, + "C": 0.0003642020164988935, + "R": 0.0001515069743618369, + "M": 0.00798738282173872, + "O": 0.006406866479665041, + "W": 0.00040261007961817086, + "N": 0.0002989104832522571, + "Y": 0.002909707836806774, + "U": 3.3974225516431034e-05, + "K": 5.103536386741325e-05, + "L": 0.001480592298321426, + "G": 0.005493675358593464, + "F": 0.023347774520516396, + "E": 0.0020629309583455324, + "T": 0.006828257814049721, + "P": 0.07139358669519424, + "-": 0.8649749159812927 + }, + "id": "tp_1033" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 129129, + "label": "P", + "classification": { + "B": 3.007533905474702e-06, + "S": 2.759741846602992e-06, + "I": 0.0007166494615375996, + "C": 5.345034423953621e-06, + "R": 1.080714014278783e-06, + "M": 9.484360634814948e-05, + "O": 3.7767942558275536e-05, + "W": 1.9411729681451106e-06, + "N": 3.5521850804798305e-05, + "Y": 0.00029159474070183933, + "U": 4.4189948766870657e-07, + "K": 1.1661413736874238e-06, + "L": 2.6494456051295856e-06, + "G": 0.00010771436063805595, + "F": 0.000878544757142663, + "E": 0.0004323571629356593, + "T": 0.0003449802752584219, + "P": 0.5334786176681519, + "-": 0.4635629951953888 + }, + "id": "tp_1034" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 129263, + "label": "-", + "classification": { + "B": 0.0001480423816246912, + "S": 5.8319594245404005e-05, + "I": 0.001510958536528051, + "C": 0.00010453988215886056, + "R": 2.4577489966759458e-05, + "M": 0.0009728024015203118, + "O": 0.00038615590892732143, + "W": 4.2477637180127203e-05, + "N": 0.0002167025813832879, + "Y": 0.0023884230758994818, + "U": 2.500331902410835e-05, + "K": 3.159534389851615e-05, + "L": 8.057395461946726e-05, + "G": 0.0007890983833931386, + "F": 0.0032794391736388206, + "E": 0.0013509050477296114, + "T": 0.005559274461120367, + "P": 0.2869778275489807, + "-": 0.6960532069206238 + }, + "id": "tp_1035" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 129396, + "label": "P", + "classification": { + "B": 0.0005586977931670845, + "S": 0.00045583260362036526, + "I": 0.041891030967235565, + "C": 0.0005742782959714532, + "R": 0.0002862668188754469, + "M": 0.005302496254444122, + "O": 0.0028908420354127884, + "W": 0.0003775350342039019, + "N": 0.002140057971701026, + "Y": 0.005125486757606268, + "U": 3.140023909509182e-05, + "K": 2.126639083144255e-05, + "L": 0.0004289495700504631, + "G": 0.00239539728499949, + "F": 0.002631791401654482, + "E": 0.0016872958512976766, + "T": 0.011084690690040588, + "P": 0.5171211957931519, + "-": 0.4049954414367676 + }, + "id": "tp_1036" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 129530, + "label": "-", + "classification": { + "B": 4.5326544295676285e-07, + "S": 2.259257669834369e-08, + "I": 7.665218504371296e-08, + "C": 9.00093943823066e-10, + "R": 1.5889994875450952e-10, + "M": 5.6962694543472026e-06, + "O": 2.0801471691811457e-06, + "W": 5.781418455086396e-09, + "N": 4.735595804383763e-10, + "Y": 7.721084216427698e-07, + "U": 1.0043714991636588e-11, + "K": 3.693958387871593e-13, + "L": 1.2447551966943138e-07, + "G": 5.840042831550818e-07, + "F": 1.9427350707701407e-05, + "E": 2.076691174579537e-07, + "T": 3.783050487982109e-06, + "P": 0.017305275425314903, + "-": 0.9826614260673523 + }, + "id": "tp_1037" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 129630, + "label": "-", + "classification": { + "B": 0.0013501705834642053, + "S": 0.0001647641183808446, + "I": 0.001093271654099226, + "C": 1.4037322216609027e-05, + "R": 1.7068461602320895e-05, + "M": 0.002377857454121113, + "O": 0.0015072745736688375, + "W": 5.0297829147893935e-05, + "N": 2.348664384044241e-05, + "Y": 0.000755018088966608, + "U": 7.540487558799214e-07, + "K": 2.5234822231823273e-08, + "L": 0.00047114078188315034, + "G": 0.0009697412024252117, + "F": 0.0007688045152463019, + "E": 0.0002673258713912219, + "T": 0.0007794311386533082, + "P": 0.34032323956489563, + "-": 0.6490662693977356 + }, + "id": "tp_1038" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 129763, + "label": "-", + "classification": { + "B": 3.4802462778316112e-06, + "S": 9.538654012430925e-06, + "I": 0.0001333362451987341, + "C": 6.814299808866053e-07, + "R": 3.6990985563534196e-07, + "M": 5.0956554332515225e-05, + "O": 7.282529259100556e-05, + "W": 2.32662318921939e-06, + "N": 1.1954412002523895e-05, + "Y": 5.586319457506761e-05, + "U": 1.2033116547627287e-07, + "K": 2.0207315287734673e-07, + "L": 2.9334744340303587e-06, + "G": 3.382255817996338e-05, + "F": 0.0005035038338974118, + "E": 8.645208436064422e-05, + "T": 0.0002993268135469407, + "P": 0.41951754689216614, + "-": 0.5792147517204285 + }, + "id": "tp_1039" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 129897, + "label": "P", + "classification": { + "B": 0.00010014625877374783, + "S": 4.531128433882259e-05, + "I": 0.0002568587369751185, + "C": 1.520199816695822e-06, + "R": 5.018434876546962e-07, + "M": 0.00025126742548309267, + "O": 0.0002366471744608134, + "W": 1.0046570423583034e-05, + "N": 1.9046268789679743e-05, + "Y": 7.729099888820201e-05, + "U": 2.11216800494185e-07, + "K": 4.972573464101515e-08, + "L": 1.7452372048865072e-05, + "G": 5.1060902478639036e-05, + "F": 0.00039683739305473864, + "E": 0.0001998364314204082, + "T": 0.0003292859473731369, + "P": 0.4991805851459503, + "-": 0.4988260567188263 + }, + "id": "tp_1040" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 130030, + "label": "-", + "classification": { + "B": 0.0024335868656635284, + "S": 0.00028839369770139456, + "I": 0.01122961938381195, + "C": 0.001066588331013918, + "R": 0.0003680740192066878, + "M": 0.0069191427901387215, + "O": 0.0037341925781220198, + "W": 0.00036501276190392673, + "N": 0.0008534362423233688, + "Y": 0.005319689400494099, + "U": 0.00010510202264413238, + "K": 2.6678162612370215e-05, + "L": 0.001637232955545187, + "G": 0.008850950747728348, + "F": 0.006020815577358007, + "E": 0.007788490504026413, + "T": 0.006421716418117285, + "P": 0.34315285086631775, + "-": 0.593418300151825 + }, + "id": "tp_1041" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 130130, + "label": "-", + "classification": { + "B": 0.006601034197956324, + "S": 0.0010793175315484405, + "I": 0.0004268126212991774, + "C": 2.1794685380882584e-05, + "R": 2.0924233467667364e-05, + "M": 0.009632760658860207, + "O": 0.005854581482708454, + "W": 0.0002379066136199981, + "N": 3.0123424949124455e-05, + "Y": 0.0023105530999600887, + "U": 2.816021833496052e-06, + "K": 4.529057662239211e-07, + "L": 0.001300942967645824, + "G": 0.002415852388367057, + "F": 0.0036173565313220024, + "E": 0.0006337669328786433, + "T": 0.006466654594987631, + "P": 0.07153277099132538, + "-": 0.8878136277198792 + }, + "id": "tp_1042" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 130264, + "label": "-", + "classification": { + "B": 0.00041571338078938425, + "S": 0.0015738739166408777, + "I": 0.0013334301766008139, + "C": 0.00016322640294674784, + "R": 8.663822518428788e-05, + "M": 0.0030795212369412184, + "O": 0.0020798814948648214, + "W": 0.00030666173552162945, + "N": 0.00027044781018048525, + "Y": 0.005209869705140591, + "U": 3.1599487556377426e-05, + "K": 0.0005535976961255074, + "L": 0.00037093032733537257, + "G": 0.0037437386345118284, + "F": 0.10679192841053009, + "E": 0.004942480009049177, + "T": 0.0037113612052053213, + "P": 0.08153552561998367, + "-": 0.7837995290756226 + }, + "id": "tp_1043" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 130397, + "label": "-", + "classification": { + "B": 2.781612693070201e-06, + "S": 2.513496838218998e-05, + "I": 0.00016795418923720717, + "C": 7.825218744983431e-06, + "R": 1.7353697785438271e-06, + "M": 9.056457201950252e-05, + "O": 6.522480543935671e-05, + "W": 1.1818647180916741e-05, + "N": 2.907363341364544e-05, + "Y": 0.0005954964435659349, + "U": 1.2687485195783665e-06, + "K": 1.7140917407232337e-05, + "L": 3.9252699934877455e-06, + "G": 6.1032758821966127e-05, + "F": 0.012815222144126892, + "E": 0.00037536199670284986, + "T": 0.0004060682840645313, + "P": 0.21778170764446259, + "-": 0.7675407528877258 + }, + "id": "tp_1044" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 130531, + "label": "-", + "classification": { + "B": 2.2212177555047674e-06, + "S": 6.8969079620728735e-06, + "I": 0.0001591299514984712, + "C": 6.319367912510643e-06, + "R": 2.02625460588024e-06, + "M": 9.119867900153622e-05, + "O": 5.103035437059589e-05, + "W": 4.1989896999439225e-06, + "N": 1.6071830032160506e-05, + "Y": 0.0007346844067797065, + "U": 8.259930837084539e-07, + "K": 2.830713492585346e-05, + "L": 2.1280945929902373e-06, + "G": 0.00016105271060951054, + "F": 0.0077349953353405, + "E": 0.00023633490491192788, + "T": 0.000756689056288451, + "P": 0.1639520674943924, + "-": 0.8260539174079895 + }, + "id": "tp_1045" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 130631, + "label": "-", + "classification": { + "B": 0.1122068241238594, + "S": 0.01233622245490551, + "I": 0.0011616676347330213, + "C": 9.9464989034459e-05, + "R": 0.00011437480861786753, + "M": 0.06587791442871094, + "O": 0.04518377408385277, + "W": 0.002128499560058117, + "N": 8.00570851424709e-05, + "Y": 0.002812678460031748, + "U": 5.559049895964563e-06, + "K": 1.9585498023388936e-07, + "L": 0.01921595074236393, + "G": 0.005451474338769913, + "F": 0.0026311813853681087, + "E": 0.0007714122184552252, + "T": 0.013152847066521645, + "P": 0.035657741129398346, + "-": 0.6811121106147766 + }, + "id": "tp_1046" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 130764, + "label": "-", + "classification": { + "B": 0.0020868200808763504, + "S": 0.003131639678031206, + "I": 0.014196004718542099, + "C": 0.005629497580230236, + "R": 0.0024405859876424074, + "M": 0.0076680961064994335, + "O": 0.006431829184293747, + "W": 0.003534781513735652, + "N": 0.0058404384180903435, + "Y": 0.024707624688744545, + "U": 0.002358239609748125, + "K": 0.03186279907822609, + "L": 0.001408347045071423, + "G": 0.012499727308750153, + "F": 0.07602202147245407, + "E": 0.019762013107538223, + "T": 0.019660094752907753, + "P": 0.19226980209350586, + "-": 0.5684897303581238 + }, + "id": "tp_1047" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 130898, + "label": "-", + "classification": { + "B": 5.506814432010287e-06, + "S": 1.1581347507672035e-06, + "I": 0.00034844904439523816, + "C": 1.3414109162113164e-05, + "R": 2.4268915694847237e-06, + "M": 6.882490561110899e-05, + "O": 4.0361686842516065e-05, + "W": 1.6574745131947566e-06, + "N": 1.3622465303342324e-05, + "Y": 9.261182276532054e-05, + "U": 4.043380670282204e-07, + "K": 1.8428100645451195e-07, + "L": 3.7784161577292252e-06, + "G": 6.534475687658414e-05, + "F": 0.0002496663946658373, + "E": 0.0001540872035548091, + "T": 0.000301654014037922, + "P": 0.4269106090068817, + "-": 0.5717262625694275 + }, + "id": "tp_1048" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 131031, + "label": "-", + "classification": { + "B": 0.0002483290445525199, + "S": 4.818850720766932e-05, + "I": 0.0006620201165787876, + "C": 1.528492612123955e-05, + "R": 3.7415870792756323e-06, + "M": 0.001487318892031908, + "O": 0.0004571570607367903, + "W": 2.253280945296865e-05, + "N": 2.08070341614075e-05, + "Y": 0.0007212978671304882, + "U": 2.306797313167408e-07, + "K": 1.296402132311414e-07, + "L": 5.690076795872301e-05, + "G": 0.0003530349349603057, + "F": 0.0009635505266487598, + "E": 0.0009692905587144196, + "T": 0.0005796255427412689, + "P": 0.17084863781929016, + "-": 0.8225419521331787 + }, + "id": "tp_1049" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 131131, + "label": "-", + "classification": { + "B": 8.156005060300231e-05, + "S": 7.772479148115963e-05, + "I": 0.000752292457036674, + "C": 4.3136686144862324e-05, + "R": 1.4936984371161088e-05, + "M": 0.0005155865219421685, + "O": 0.00045889324974268675, + "W": 3.091419057454914e-05, + "N": 0.00013085505634080619, + "Y": 0.0012061315355822444, + "U": 7.055516562104458e-06, + "K": 4.1385359509149566e-05, + "L": 4.397439624881372e-05, + "G": 0.00100295664742589, + "F": 0.017020337283611298, + "E": 0.0016058580949902534, + "T": 0.0018746239366009831, + "P": 0.30332180857658386, + "-": 0.6717699766159058 + }, + "id": "tp_1050" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 131265, + "label": "-", + "classification": { + "B": 5.953334039077163e-06, + "S": 3.3452170100645162e-06, + "I": 7.181649561971426e-05, + "C": 8.738495012039493e-07, + "R": 1.8292423931143276e-07, + "M": 7.040231866994873e-05, + "O": 2.1076792108942755e-05, + "W": 1.37843017000705e-06, + "N": 3.933258994948119e-06, + "Y": 0.0001548922882648185, + "U": 1.235926276876853e-07, + "K": 8.042582066991599e-07, + "L": 1.9179558421456022e-06, + "G": 5.4739939514547586e-05, + "F": 0.0014933773782104254, + "E": 0.00040801308932714164, + "T": 0.00020699934975709766, + "P": 0.2614140510559082, + "-": 0.7360861301422119 + }, + "id": "tp_1051" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 131398, + "label": "-", + "classification": { + "B": 1.7054553325124289e-09, + "S": 1.6344298137127566e-10, + "I": 3.6635583455790766e-07, + "C": 2.946879129606117e-10, + "R": 1.5650989185211905e-11, + "M": 6.510145311722226e-08, + "O": 3.228846523484208e-08, + "W": 6.660922508006095e-11, + "N": 2.5630697564338334e-09, + "Y": 4.6827247501823877e-07, + "U": 3.0706672014130243e-12, + "K": 1.0669133762228333e-12, + "L": 3.867664244427971e-10, + "G": 6.748079783847061e-08, + "F": 6.137509444670286e-06, + "E": 8.702822356099205e-07, + "T": 8.664438269079255e-07, + "P": 0.22692498564720154, + "-": 0.7730662226676941 + }, + "id": "tp_1052" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 131532, + "label": "-", + "classification": { + "B": 4.712973168352619e-05, + "S": 3.409445753277396e-06, + "I": 0.0010393841657787561, + "C": 4.754940891871229e-05, + "R": 5.994970706524327e-06, + "M": 0.0005908064777031541, + "O": 0.00013789405056741089, + "W": 4.226404143992113e-06, + "N": 2.08181136258645e-05, + "Y": 0.00043531772098504007, + "U": 9.053658800439734e-07, + "K": 1.4569452844170883e-07, + "L": 3.146080780425109e-05, + "G": 0.00044073359458707273, + "F": 0.0004318132996559143, + "E": 0.0007957409834489226, + "T": 0.0003453435783740133, + "P": 0.3686283230781555, + "-": 0.6269930005073547 + }, + "id": "tp_1053" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 131632, + "label": "-", + "classification": { + "B": 8.540366252418607e-06, + "S": 4.371036993688904e-06, + "I": 0.00011073963833041489, + "C": 3.0968406008469174e-06, + "R": 1.0205637863691663e-06, + "M": 0.000176757006556727, + "O": 6.109164678491652e-05, + "W": 3.822206053882837e-06, + "N": 3.966184976889053e-06, + "Y": 0.00025624202680774033, + "U": 2.2080249095779436e-07, + "K": 3.5767666872743575e-07, + "L": 5.580349807132734e-06, + "G": 6.510295497719198e-05, + "F": 0.0014466848224401474, + "E": 0.00013522915833164006, + "T": 0.0003540175675880164, + "P": 0.14214587211608887, + "-": 0.8552173376083374 + }, + "id": "tp_1054" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 131765, + "label": "-", + "classification": { + "B": 1.9483946744003333e-05, + "S": 4.1823273022600915e-06, + "I": 0.0007102671661414206, + "C": 6.473173561971635e-05, + "R": 2.0293087800382636e-05, + "M": 9.943736949935555e-05, + "O": 9.638067422201857e-05, + "W": 1.1197847925359383e-05, + "N": 3.383124931133352e-05, + "Y": 0.0006872108206152916, + "U": 7.86735563451657e-06, + "K": 3.2508444292034255e-06, + "L": 2.3517372028436512e-05, + "G": 0.0003383523435331881, + "F": 0.0016186176799237728, + "E": 0.00019323392189107835, + "T": 0.0011453574988991022, + "P": 0.30581486225128174, + "-": 0.6891078948974609 + }, + "id": "tp_1055" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 131899, + "label": "-", + "classification": { + "B": 2.0943589333910495e-06, + "S": 1.9670460460474715e-06, + "I": 4.2687820496212225e-06, + "C": 1.6359237520191527e-08, + "R": 6.644109706854806e-09, + "M": 7.725690011284314e-06, + "O": 1.9220045942347497e-05, + "W": 2.967598220493528e-07, + "N": 4.3681359329639236e-07, + "Y": 2.665533202161896e-06, + "U": 2.6358419891181484e-09, + "K": 1.7592961754075986e-08, + "L": 1.945085159604787e-07, + "G": 3.3841283766378183e-06, + "F": 0.00031688259332440794, + "E": 7.577337783004623e-06, + "T": 3.321721305837855e-05, + "P": 0.1718544363975525, + "-": 0.8277456760406494 + }, + "id": "tp_1056" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 132032, + "label": "B", + "classification": { + "B": 0.23787474632263184, + "S": 0.052763406187295914, + "I": 0.031998343765735626, + "C": 0.003835211740806699, + "R": 0.004124823957681656, + "M": 0.12358326464891434, + "O": 0.08689936250448227, + "W": 0.017175493761897087, + "N": 0.005964834243059158, + "Y": 0.013876586221158504, + "U": 0.0005235059070400894, + "K": 6.16102188359946e-05, + "L": 0.06382913142442703, + "G": 0.029894957318902016, + "F": 0.009792164899408817, + "E": 0.018530163913965225, + "T": 0.03130336478352547, + "P": 0.09272857755422592, + "-": 0.17524047195911407 + }, + "id": "tp_1057" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 132132, + "label": "P", + "classification": { + "B": 0.005631099455058575, + "S": 0.005217498634010553, + "I": 0.14321419596672058, + "C": 0.01590530015528202, + "R": 0.006526048295199871, + "M": 0.029663508757948875, + "O": 0.0096015315502882, + "W": 0.004597622901201248, + "N": 0.03388996049761772, + "Y": 0.04347679391503334, + "U": 0.002542532980442047, + "K": 0.01472256239503622, + "L": 0.00391441909596324, + "G": 0.029757337644696236, + "F": 0.034492041915655136, + "E": 0.09448210895061493, + "T": 0.024920236319303513, + "P": 0.29534995555877686, + "-": 0.20209525525569916 + }, + "id": "tp_1058" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 132266, + "label": "-", + "classification": { + "B": 0.06595869362354279, + "S": 0.05086275190114975, + "I": 0.0931478813290596, + "C": 0.01692356914281845, + "R": 0.016321448609232903, + "M": 0.12372548133134842, + "O": 0.04854916036128998, + "W": 0.01846127398312092, + "N": 0.025318311527371407, + "Y": 0.05997280403971672, + "U": 0.0032465376425534487, + "K": 0.003506205277517438, + "L": 0.042586322873830795, + "G": 0.06190265342593193, + "F": 0.03680706396698952, + "E": 0.04444326460361481, + "T": 0.06464846432209015, + "P": 0.08906105160713196, + "-": 0.1345570981502533 + }, + "id": "tp_1059" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 132399, + "label": "M", + "classification": { + "B": 0.05823836475610733, + "S": 0.06334412842988968, + "I": 0.11494340747594833, + "C": 0.014464245177805424, + "R": 0.014147278852760792, + "M": 0.14540371298789978, + "O": 0.05519133806228638, + "W": 0.021727364510297775, + "N": 0.03701736032962799, + "Y": 0.06101825088262558, + "U": 0.0027264191303402185, + "K": 0.00347265787422657, + "L": 0.032722413539886475, + "G": 0.054821208119392395, + "F": 0.025256739929318428, + "E": 0.06288228183984756, + "T": 0.05751281604170799, + "P": 0.08257240802049637, + "-": 0.0925375297665596 + }, + "id": "tp_1060" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 132533, + "label": "I", + "classification": { + "B": 0.005443154834210873, + "S": 0.07342050969600677, + "I": 0.29327377676963806, + "C": 0.003439554711803794, + "R": 0.00460639875382185, + "M": 0.09661496430635452, + "O": 0.06339739263057709, + "W": 0.008389471098780632, + "N": 0.05918753147125244, + "Y": 0.11017376184463501, + "U": 4.855635779676959e-05, + "K": 0.0008875297498889267, + "L": 0.006738285068422556, + "G": 0.030268488451838493, + "F": 0.0037730231415480375, + "E": 0.011468580923974514, + "T": 0.1752534806728363, + "P": 0.018607575446367264, + "-": 0.035007964819669724 + }, + "id": "tp_1061" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 132633, + "label": "-", + "classification": { + "B": 0.03432668372988701, + "S": 0.03875588998198509, + "I": 0.016073673963546753, + "C": 0.00054721295600757, + "R": 0.0006512993713840842, + "M": 0.11915047466754913, + "O": 0.041697096079587936, + "W": 0.006502403412014246, + "N": 0.0028761050198227167, + "Y": 0.015454653650522232, + "U": 8.926040027290583e-05, + "K": 0.00019137925119139254, + "L": 0.010270643047988415, + "G": 0.015079682692885399, + "F": 0.027367956936359406, + "E": 0.014503123238682747, + "T": 0.03134515509009361, + "P": 0.14019812643527985, + "-": 0.4849192202091217 + }, + "id": "tp_1062" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 132766, + "label": "M", + "classification": { + "B": 0.017855199053883553, + "S": 0.008432310074567795, + "I": 0.13391828536987305, + "C": 0.0076616182923316956, + "R": 0.0045972163788974285, + "M": 0.26902905106544495, + "O": 0.03704237937927246, + "W": 0.0024529327638447285, + "N": 0.006234277505427599, + "Y": 0.10282731056213379, + "U": 9.54223723965697e-05, + "K": 5.60175467398949e-05, + "L": 0.019828304648399353, + "G": 0.06186990812420845, + "F": 0.003921676892787218, + "E": 0.02546836994588375, + "T": 0.0793042927980423, + "P": 0.041300807148218155, + "-": 0.17810459434986115 + }, + "id": "tp_1063" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 132900, + "label": "O", + "classification": { + "B": 0.1106027215719223, + "S": 0.18713784217834473, + "I": 0.007748606149107218, + "C": 0.0004966352134943008, + "R": 0.0017118130344897509, + "M": 0.13330450654029846, + "O": 0.1889219880104065, + "W": 0.01468729879707098, + "N": 0.0018530164379626513, + "Y": 0.008784092031419277, + "U": 3.379738700459711e-05, + "K": 3.0894694646121934e-05, + "L": 0.07865511626005173, + "G": 0.03580262139439583, + "F": 0.01652231067419052, + "E": 0.002745759440585971, + "T": 0.026355702430009842, + "P": 0.02432776242494583, + "-": 0.1602775603532791 + }, + "id": "tp_1064" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 133033, + "label": "I", + "classification": { + "B": 0.009672855958342552, + "S": 0.0084461010992527, + "I": 0.2542668282985687, + "C": 0.03379959613084793, + "R": 0.011316298507153988, + "M": 0.03882235288619995, + "O": 0.011653229594230652, + "W": 0.007421098183840513, + "N": 0.06128085404634476, + "Y": 0.11871080100536346, + "U": 0.0010378281585872173, + "K": 0.017830312252044678, + "L": 0.003432338358834386, + "G": 0.04866407811641693, + "F": 0.014262130483984947, + "E": 0.19268636405467987, + "T": 0.03134242817759514, + "P": 0.0777662917971611, + "-": 0.05758829042315483 + }, + "id": "tp_1065" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 133133, + "label": "M", + "classification": { + "B": 0.020859861746430397, + "S": 0.17929679155349731, + "I": 0.03218879550695419, + "C": 0.0006953286938369274, + "R": 0.0017666033236309886, + "M": 0.4396381974220276, + "O": 0.11751170456409454, + "W": 0.006625827867537737, + "N": 0.004724491387605667, + "Y": 0.027140073478221893, + "U": 9.08260881260503e-06, + "K": 4.6509412641171366e-05, + "L": 0.031537991017103195, + "G": 0.028221076354384422, + "F": 0.0033015611115843058, + "E": 0.005415140185505152, + "T": 0.06526453047990799, + "P": 0.005466550588607788, + "-": 0.030289851129055023 + }, + "id": "tp_1066" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 133267, + "label": "P", + "classification": { + "B": 0.01324346661567688, + "S": 0.02150479517877102, + "I": 0.18199048936367035, + "C": 0.000873090757522732, + "R": 0.000769708538427949, + "M": 0.04875366762280464, + "O": 0.019479891285300255, + "W": 0.0021386381704360247, + "N": 0.018175581470131874, + "Y": 0.013223448768258095, + "U": 4.518317655310966e-05, + "K": 0.00010367250069975853, + "L": 0.004158589523285627, + "G": 0.011262982152402401, + "F": 0.009493584744632244, + "E": 0.023727592080831528, + "T": 0.02596300281584263, + "P": 0.4006197154521942, + "-": 0.20447295904159546 + }, + "id": "tp_1067" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 133400, + "label": "S", + "classification": { + "B": 0.023909393697977066, + "S": 0.35615766048431396, + "I": 0.0765782818198204, + "C": 0.003452304285019636, + "R": 0.004220052622258663, + "M": 0.03761795163154602, + "O": 0.06379645317792892, + "W": 0.031445927917957306, + "N": 0.04886621609330177, + "Y": 0.025029975920915604, + "U": 0.0002193563268519938, + "K": 0.015396222472190857, + "L": 0.009731996804475784, + "G": 0.0412561297416687, + "F": 0.07897496968507767, + "E": 0.03256469592452049, + "T": 0.02699172869324684, + "P": 0.06562348455190659, + "-": 0.05816714093089104 + }, + "id": "tp_1068" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 133500, + "label": "I", + "classification": { + "B": 0.003134337952360511, + "S": 0.01409448403865099, + "I": 0.24693645536899567, + "C": 0.016462409868836403, + "R": 0.014946400187909603, + "M": 0.060785092413425446, + "O": 0.031262218952178955, + "W": 0.00798332691192627, + "N": 0.04696999862790108, + "Y": 0.14800255000591278, + "U": 0.0011890293098986149, + "K": 0.009212149307131767, + "L": 0.005397174507379532, + "G": 0.044202279299497604, + "F": 0.0224422849714756, + "E": 0.020718073472380638, + "T": 0.09873085469007492, + "P": 0.07111933082342148, + "-": 0.1364116221666336 + }, + "id": "tp_1069" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 133634, + "label": "S", + "classification": { + "B": 0.04965336248278618, + "S": 0.40942662954330444, + "I": 0.019909091293811798, + "C": 0.0017521374393254519, + "R": 0.004055030178278685, + "M": 0.07377472519874573, + "O": 0.14369404315948486, + "W": 0.04128677770495415, + "N": 0.01663246750831604, + "Y": 0.018516799435019493, + "U": 0.00029130192706361413, + "K": 0.002928415546193719, + "L": 0.036523304879665375, + "G": 0.0402289479970932, + "F": 0.03301006555557251, + "E": 0.013296219520270824, + "T": 0.02924358658492565, + "P": 0.023760877549648285, + "-": 0.04201614484190941 + }, + "id": "tp_1070" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 133767, + "label": "-", + "classification": { + "B": 0.0027298086788505316, + "S": 0.003269769949838519, + "I": 0.09210282564163208, + "C": 0.003925526048988104, + "R": 0.001902806106954813, + "M": 0.09866295754909515, + "O": 0.010926205664873123, + "W": 0.001174819772131741, + "N": 0.006476049777120352, + "Y": 0.08825670927762985, + "U": 0.0001220874401042238, + "K": 0.00041180039988830686, + "L": 0.0040606362745165825, + "G": 0.034584760665893555, + "F": 0.02276260405778885, + "E": 0.0351971760392189, + "T": 0.06321575492620468, + "P": 0.14767497777938843, + "-": 0.3825427293777466 + }, + "id": "tp_1071" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 133901, + "label": "M", + "classification": { + "B": 0.01088190358132124, + "S": 0.06917311251163483, + "I": 0.09414661675691605, + "C": 0.008696922101080418, + "R": 0.013419940136373043, + "M": 0.22404900193214417, + "O": 0.09352508932352066, + "W": 0.012092001736164093, + "N": 0.022645503282546997, + "Y": 0.059670042246580124, + "U": 0.00045738101471215487, + "K": 0.0010651936754584312, + "L": 0.036489374935626984, + "G": 0.049372028559446335, + "F": 0.010362427681684494, + "E": 0.014812474139034748, + "T": 0.16127440333366394, + "P": 0.032183632254600525, + "-": 0.08568299561738968 + }, + "id": "tp_1072" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 134001, + "label": "-", + "classification": { + "B": 0.1209462508559227, + "S": 0.08442698419094086, + "I": 0.027968131005764008, + "C": 0.008383025415241718, + "R": 0.010606338270008564, + "M": 0.1547718495130539, + "O": 0.08306868374347687, + "W": 0.02195526473224163, + "N": 0.008408583700656891, + "Y": 0.03124265931546688, + "U": 0.0007935349131003022, + "K": 0.0011346208630129695, + "L": 0.06226291507482529, + "G": 0.0580047070980072, + "F": 0.040147315710783005, + "E": 0.030646169558167458, + "T": 0.03571847453713417, + "P": 0.05420058220624924, + "-": 0.16531379520893097 + }, + "id": "tp_1073" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 134134, + "label": "M", + "classification": { + "B": 0.02634495496749878, + "S": 0.11293318122625351, + "I": 0.06244472786784172, + "C": 0.0024495692923665047, + "R": 0.005070263985544443, + "M": 0.2068566530942917, + "O": 0.1461194008588791, + "W": 0.01910463348031044, + "N": 0.013612081296741962, + "Y": 0.04945867881178856, + "U": 0.0001532369205961004, + "K": 0.00047584896674379706, + "L": 0.03247948735952377, + "G": 0.04162564501166344, + "F": 0.01103710476309061, + "E": 0.0069239139556884766, + "T": 0.11500253528356552, + "P": 0.0315130390226841, + "-": 0.11639511585235596 + }, + "id": "tp_1074" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 134268, + "label": "M", + "classification": { + "B": 0.048304155468940735, + "S": 0.11744046956300735, + "I": 0.10472150146961212, + "C": 0.0034355269744992256, + "R": 0.006072372663766146, + "M": 0.21833665668964386, + "O": 0.07197018712759018, + "W": 0.01658124476671219, + "N": 0.030246514827013016, + "Y": 0.026558443903923035, + "U": 0.0005186538328416646, + "K": 0.0011026182910427451, + "L": 0.028296910226345062, + "G": 0.03187549486756325, + "F": 0.01646438054740429, + "E": 0.03343920037150383, + "T": 0.06642980873584747, + "P": 0.09081871807575226, + "-": 0.0873870998620987 + }, + "id": "tp_1075" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 134401, + "label": "M", + "classification": { + "B": 0.021640747785568237, + "S": 0.022706424817442894, + "I": 0.11229065805673599, + "C": 0.022541187703609467, + "R": 0.012449897825717926, + "M": 0.18229715526103973, + "O": 0.035223521292209625, + "W": 0.009356646798551083, + "N": 0.025975478813052177, + "Y": 0.07528349757194519, + "U": 0.001861888449639082, + "K": 0.003260464407503605, + "L": 0.02178700640797615, + "G": 0.062142133712768555, + "F": 0.023551927879452705, + "E": 0.08384102582931519, + "T": 0.07468384504318237, + "P": 0.07907178997993469, + "-": 0.13003472983837128 + }, + "id": "tp_1076" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 134501, + "label": "I", + "classification": { + "B": 0.019729405641555786, + "S": 0.03814193606376648, + "I": 0.2819519340991974, + "C": 0.008121117018163204, + "R": 0.004623188637197018, + "M": 0.05037999525666237, + "O": 0.020592408254742622, + "W": 0.009237435646355152, + "N": 0.11144629865884781, + "Y": 0.04500724747776985, + "U": 0.0006077999714761972, + "K": 0.02159726433455944, + "L": 0.005100369919091463, + "G": 0.04557804763317108, + "F": 0.020127521827816963, + "E": 0.1280074566602707, + "T": 0.03660651668906212, + "P": 0.11162974685430527, + "-": 0.04151429608464241 + }, + "id": "tp_1077" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 134635, + "label": "E", + "classification": { + "B": 0.05009118467569351, + "S": 0.017136085778474808, + "I": 0.1358795464038849, + "C": 0.03837907314300537, + "R": 0.015596305020153522, + "M": 0.1200961321592331, + "O": 0.021493414416909218, + "W": 0.007734460756182671, + "N": 0.03472421318292618, + "Y": 0.0569218210875988, + "U": 0.002583509311079979, + "K": 0.003936739172786474, + "L": 0.02323538064956665, + "G": 0.0837545394897461, + "F": 0.016152869910001755, + "E": 0.20559263229370117, + "T": 0.030265221372246742, + "P": 0.08175710588693619, + "-": 0.05466976761817932 + }, + "id": "tp_1078" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 134768, + "label": "M", + "classification": { + "B": 0.030565697699785233, + "S": 0.04391242191195488, + "I": 0.06839411705732346, + "C": 0.016791800037026405, + "R": 0.012893948704004288, + "M": 0.4045683443546295, + "O": 0.049235183745622635, + "W": 0.008914774283766747, + "N": 0.011326663196086884, + "Y": 0.03955542668700218, + "U": 0.0004231494094710797, + "K": 0.0004438527685124427, + "L": 0.042165543884038925, + "G": 0.056235458701848984, + "F": 0.009380941279232502, + "E": 0.050584450364112854, + "T": 0.06421061605215073, + "P": 0.026761431246995926, + "-": 0.0636361837387085 + }, + "id": "tp_1079" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 134902, + "label": "-", + "classification": { + "B": 0.046859994530677795, + "S": 0.01967453770339489, + "I": 0.042763203382492065, + "C": 0.004425336606800556, + "R": 0.0039919293485581875, + "M": 0.1379920095205307, + "O": 0.037476468831300735, + "W": 0.005484648980200291, + "N": 0.005941601935774088, + "Y": 0.049143895506858826, + "U": 0.00047542518586851656, + "K": 0.00040396381518803537, + "L": 0.026599442586302757, + "G": 0.0795547217130661, + "F": 0.03976071998476982, + "E": 0.038551248610019684, + "T": 0.0466756671667099, + "P": 0.1112523153424263, + "-": 0.3029728829860687 + }, + "id": "tp_1080" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 135002, + "label": "I", + "classification": { + "B": 0.16641296446323395, + "S": 0.010281090624630451, + "I": 0.17372873425483704, + "C": 0.013851528987288475, + "R": 0.008115123026072979, + "M": 0.15525056421756744, + "O": 0.039642952382564545, + "W": 0.005076113622635603, + "N": 0.006791871041059494, + "Y": 0.041012346744537354, + "U": 0.00023460478405468166, + "K": 1.9899183826055378e-05, + "L": 0.04217073321342468, + "G": 0.07334307581186295, + "F": 0.0028234045021235943, + "E": 0.04384305700659752, + "T": 0.02305452525615692, + "P": 0.08438461273908615, + "-": 0.1099628284573555 + }, + "id": "tp_1081" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 135135, + "label": "-", + "classification": { + "B": 0.01957753300666809, + "S": 0.014025340788066387, + "I": 0.11245772242546082, + "C": 0.011852357536554337, + "R": 0.0068165939301252365, + "M": 0.06551222503185272, + "O": 0.030694425106048584, + "W": 0.00808316096663475, + "N": 0.02205704338848591, + "Y": 0.07153002172708511, + "U": 0.001718230196274817, + "K": 0.0016333416569977999, + "L": 0.015935204923152924, + "G": 0.042328741401433945, + "F": 0.025415899232029915, + "E": 0.06049524247646332, + "T": 0.04188592731952667, + "P": 0.2185046523809433, + "-": 0.22947631776332855 + }, + "id": "tp_1082" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 135269, + "label": "M", + "classification": { + "B": 0.015650099143385887, + "S": 0.010468305088579655, + "I": 0.0765407457947731, + "C": 0.013896476477384567, + "R": 0.006990296766161919, + "M": 0.2262106090784073, + "O": 0.025674916803836823, + "W": 0.004209888633340597, + "N": 0.00910806655883789, + "Y": 0.14451642334461212, + "U": 0.00034923909697681665, + "K": 0.001008391729556024, + "L": 0.014637262560427189, + "G": 0.08218910545110703, + "F": 0.01676216349005699, + "E": 0.06311050057411194, + "T": 0.08020522445440292, + "P": 0.035841260105371475, + "-": 0.17263101041316986 + }, + "id": "tp_1083" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 135402, + "label": "-", + "classification": { + "B": 0.006783480755984783, + "S": 0.017194082960486412, + "I": 0.1102270632982254, + "C": 0.01802706904709339, + "R": 0.012553474865853786, + "M": 0.06247900798916817, + "O": 0.021035047248005867, + "W": 0.0098482770845294, + "N": 0.03341243788599968, + "Y": 0.1418079137802124, + "U": 0.0030467743054032326, + "K": 0.018498532474040985, + "L": 0.00815536454319954, + "G": 0.0383886843919754, + "F": 0.0549832284450531, + "E": 0.03915749117732048, + "T": 0.08776950091123581, + "P": 0.11605791002511978, + "-": 0.20057469606399536 + }, + "id": "tp_1084" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 135502, + "label": "I", + "classification": { + "B": 0.0021334816701710224, + "S": 0.007980367168784142, + "I": 0.5009340643882751, + "C": 0.03354576230049133, + "R": 0.012011964805424213, + "M": 0.027921730652451515, + "O": 0.00672193756327033, + "W": 0.002896204823628068, + "N": 0.08570533245801926, + "Y": 0.084780752658844, + "U": 0.00017454891349188983, + "K": 0.010163222439587116, + "L": 0.002281544031575322, + "G": 0.06840646266937256, + "F": 0.004901967942714691, + "E": 0.08913251012563705, + "T": 0.03671017661690712, + "P": 0.016296541318297386, + "-": 0.007301431614905596 + }, + "id": "tp_1085" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 135636, + "label": "-", + "classification": { + "B": 0.009596163406968117, + "S": 0.00393107533454895, + "I": 0.10851744562387466, + "C": 0.0035734185948967934, + "R": 0.002222012961283326, + "M": 0.11934944242238998, + "O": 0.016287703067064285, + "W": 0.0011242222972214222, + "N": 0.0025327082257717848, + "Y": 0.0976710096001625, + "U": 5.181581582291983e-05, + "K": 2.668918932613451e-05, + "L": 0.008772856555879116, + "G": 0.03774185851216316, + "F": 0.005235900636762381, + "E": 0.013100892305374146, + "T": 0.07763553410768509, + "P": 0.07148922979831696, + "-": 0.42113998532295227 + }, + "id": "tp_1086" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 135769, + "label": "M", + "classification": { + "B": 0.08277659118175507, + "S": 0.08016617596149445, + "I": 0.056657079607248306, + "C": 0.0020060245878994465, + "R": 0.0020514114294201136, + "M": 0.2929839789867401, + "O": 0.05075298249721527, + "W": 0.008637226186692715, + "N": 0.005595180206000805, + "Y": 0.04802680388092995, + "U": 6.432520603993908e-05, + "K": 0.00015785053255967796, + "L": 0.0194242000579834, + "G": 0.035534244030714035, + "F": 0.016407325863838196, + "E": 0.025021027773618698, + "T": 0.05763114616274834, + "P": 0.056096166372299194, + "-": 0.16001033782958984 + }, + "id": "tp_1087" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 135903, + "label": "M", + "classification": { + "B": 0.06080374866724014, + "S": 0.005988328717648983, + "I": 0.22662273049354553, + "C": 0.0019367651548236609, + "R": 0.0005746797542087734, + "M": 0.34754306077957153, + "O": 0.017217036336660385, + "W": 0.000671934976708144, + "N": 0.0030768075957894325, + "Y": 0.04535522684454918, + "U": 3.413011654629372e-06, + "K": 1.441276026525884e-06, + "L": 0.009954839013516903, + "G": 0.03894246742129326, + "F": 0.0008686360088177025, + "E": 0.04373371973633766, + "T": 0.03380405902862549, + "P": 0.04658255726099014, + "-": 0.11631859838962555 + }, + "id": "tp_1088" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 136003, + "label": "M", + "classification": { + "B": 0.12199214100837708, + "S": 0.06422647088766098, + "I": 0.1044343113899231, + "C": 0.00467897392809391, + "R": 0.004707627929747105, + "M": 0.28095993399620056, + "O": 0.058914028108119965, + "W": 0.006093785632401705, + "N": 0.01143623236566782, + "Y": 0.04664456099271774, + "U": 6.654974276898429e-05, + "K": 7.979718793649226e-05, + "L": 0.028690405189990997, + "G": 0.056789200752973557, + "F": 0.005544186104089022, + "E": 0.0339277982711792, + "T": 0.053212158381938934, + "P": 0.03362066298723221, + "-": 0.0839812159538269 + }, + "id": "tp_1089" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 136136, + "label": "I", + "classification": { + "B": 0.0008482788107357919, + "S": 0.003973308485001326, + "I": 0.5517658591270447, + "C": 0.014558840543031693, + "R": 0.005156848579645157, + "M": 0.02293081022799015, + "O": 0.003722471883520484, + "W": 0.0011909966124221683, + "N": 0.0575920045375824, + "Y": 0.1063774973154068, + "U": 8.29153650556691e-05, + "K": 0.006139326374977827, + "L": 0.0010486909886822104, + "G": 0.05605236068367958, + "F": 0.00539898406714201, + "E": 0.08516945689916611, + "T": 0.0375027172267437, + "P": 0.027213506400585175, + "-": 0.013275186531245708 + }, + "id": "tp_1090" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 136270, + "label": "I", + "classification": { + "B": 0.014125022105872631, + "S": 0.028743676841259003, + "I": 0.2181152105331421, + "C": 0.03499576076865196, + "R": 0.02702985517680645, + "M": 0.16851408779621124, + "O": 0.059522323310375214, + "W": 0.006356102414429188, + "N": 0.022032778710126877, + "Y": 0.10964479297399521, + "U": 0.00018578764866106212, + "K": 0.0003427999035920948, + "L": 0.030221711844205856, + "G": 0.08212874829769135, + "F": 0.0041395314037799835, + "E": 0.014988922514021397, + "T": 0.11562574654817581, + "P": 0.016203537583351135, + "-": 0.047083571553230286 + }, + "id": "tp_1091" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 136403, + "label": "T", + "classification": { + "B": 0.013044591061770916, + "S": 0.1304740309715271, + "I": 0.061736810952425, + "C": 0.009888900443911552, + "R": 0.01506758388131857, + "M": 0.11817877739667892, + "O": 0.11605127155780792, + "W": 0.014252919703722, + "N": 0.01817866414785385, + "Y": 0.11267704516649246, + "U": 9.927378414431587e-05, + "K": 0.000685719249304384, + "L": 0.030729645863175392, + "G": 0.07294564694166183, + "F": 0.010783256031572819, + "E": 0.003526050830259919, + "T": 0.21668961644172668, + "P": 0.007978715933859348, + "-": 0.047011420130729675 + }, + "id": "tp_1092" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 136503, + "label": "I", + "classification": { + "B": 0.010944659821689129, + "S": 0.032172102481126785, + "I": 0.24392743408679962, + "C": 0.0402979739010334, + "R": 0.01944096013903618, + "M": 0.23176196217536926, + "O": 0.029439354315400124, + "W": 0.005181061569601297, + "N": 0.037999849766492844, + "Y": 0.045552175492048264, + "U": 0.00023674056865274906, + "K": 0.0008425276610068977, + "L": 0.022975102066993713, + "G": 0.0890825018286705, + "F": 0.005235282704234123, + "E": 0.08692862838506699, + "T": 0.054630182683467865, + "P": 0.024597302079200745, + "-": 0.018754173070192337 + }, + "id": "tp_1093" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 136637, + "label": "-", + "classification": { + "B": 0.0664338544011116, + "S": 0.02375100366771221, + "I": 0.06042901799082756, + "C": 0.007746891118586063, + "R": 0.008143949322402477, + "M": 0.06376448273658752, + "O": 0.058936093002557755, + "W": 0.011351493187248707, + "N": 0.00798818189650774, + "Y": 0.05223528668284416, + "U": 0.0007756567792966962, + "K": 0.0003320912073832005, + "L": 0.03346651419997215, + "G": 0.05036916211247444, + "F": 0.02057569846510887, + "E": 0.00980331376194954, + "T": 0.06521729379892349, + "P": 0.10078068822622299, + "-": 0.35789933800697327 + }, + "id": "tp_1094" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 136770, + "label": "P", + "classification": { + "B": 0.07617144286632538, + "S": 0.0473409965634346, + "I": 0.030882852151989937, + "C": 0.002965268911793828, + "R": 0.0029935433994978666, + "M": 0.02817681059241295, + "O": 0.040085699409246445, + "W": 0.011447552591562271, + "N": 0.011246046051383018, + "Y": 0.009290353395044804, + "U": 0.0007816504803486168, + "K": 0.0006335494108498096, + "L": 0.01620732992887497, + "G": 0.026365702971816063, + "F": 0.0478014200925827, + "E": 0.02225610613822937, + "T": 0.01671152375638485, + "P": 0.336676687002182, + "-": 0.2719654440879822 + }, + "id": "tp_1095" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 136904, + "label": "-", + "classification": { + "B": 1.5754200148876407e-06, + "S": 1.0188082342210691e-06, + "I": 3.827164982794784e-05, + "C": 5.28398572896549e-07, + "R": 3.493618550010069e-08, + "M": 3.961892070947215e-05, + "O": 6.52789185551228e-06, + "W": 2.662626741312124e-07, + "N": 4.219469701638445e-06, + "Y": 0.00010187684529228136, + "U": 6.523529094693004e-08, + "K": 2.860923359548906e-06, + "L": 2.2292847745575273e-07, + "G": 2.507202952983789e-05, + "F": 0.0022744713351130486, + "E": 0.000922251318115741, + "T": 0.00012319213419687003, + "P": 0.2705247402191162, + "-": 0.7259331941604614 + }, + "id": "tp_1096" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 137004, + "label": "-", + "classification": { + "B": 0.0004376799915917218, + "S": 0.0006168652325868607, + "I": 0.0011650737142190337, + "C": 1.4321674825623631e-05, + "R": 1.2811839042115025e-05, + "M": 0.0037442019674926996, + "O": 0.0028742735739797354, + "W": 0.000137569586513564, + "N": 0.00011227310460526496, + "Y": 0.0012042360613122582, + "U": 2.7823259642900666e-06, + "K": 1.0206634897258482e-06, + "L": 0.0004027631366625428, + "G": 0.0007069710991345346, + "F": 0.00463472306728363, + "E": 0.0004535155603662133, + "T": 0.004467393737286329, + "P": 0.0920768529176712, + "-": 0.8869345784187317 + }, + "id": "tp_1097" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 137137, + "label": "-", + "classification": { + "B": 0.02316812425851822, + "S": 0.008685452863574028, + "I": 0.027725016698241234, + "C": 0.0018824927974492311, + "R": 0.0007628605235368013, + "M": 0.08773129433393478, + "O": 0.02575778029859066, + "W": 0.0027040918357670307, + "N": 0.0029897973872721195, + "Y": 0.04063195735216141, + "U": 9.022987796925008e-05, + "K": 7.131646998459473e-05, + "L": 0.007610163651406765, + "G": 0.02595079131424427, + "F": 0.009902048856019974, + "E": 0.03496582806110382, + "T": 0.03352063521742821, + "P": 0.14378994703292847, + "-": 0.5220601558685303 + }, + "id": "tp_1098" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 137271, + "label": "P", + "classification": { + "B": 0.0004971341113559902, + "S": 0.0012765944702550769, + "I": 0.0053522116504609585, + "C": 0.0003235451877117157, + "R": 0.00014617292617913336, + "M": 0.0024590652901679277, + "O": 0.00205864361487329, + "W": 0.0008151385700330138, + "N": 0.002400254365056753, + "Y": 0.004411252215504646, + "U": 0.00022590822482015938, + "K": 0.0022127609699964523, + "L": 0.00027214165311306715, + "G": 0.002192525891587138, + "F": 0.021772414445877075, + "E": 0.007761779241263866, + "T": 0.008653161115944386, + "P": 0.49845370650291443, + "-": 0.4387156069278717 + }, + "id": "tp_1099" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 137404, + "label": "-", + "classification": { + "B": 0.005956871900707483, + "S": 0.0029679490253329277, + "I": 0.0035764689091593027, + "C": 0.0013089035637676716, + "R": 0.00036114940303377807, + "M": 0.011161875911056995, + "O": 0.004956115037202835, + "W": 0.0006788009777665138, + "N": 0.0010544774122536182, + "Y": 0.00804805289953947, + "U": 0.00012923282338306308, + "K": 0.000304998189676553, + "L": 0.00254583521746099, + "G": 0.018718672916293144, + "F": 0.0904877707362175, + "E": 0.017046097666025162, + "T": 0.010452068410813808, + "P": 0.22493663430213928, + "-": 0.5953081250190735 + }, + "id": "tp_1100" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 137504, + "label": "-", + "classification": { + "B": 1.1508649549796246e-05, + "S": 5.774902456323616e-05, + "I": 0.0016772419912740588, + "C": 4.82091199955903e-05, + "R": 1.9330056602484547e-05, + "M": 0.00014235735579859465, + "O": 0.00016057344328146428, + "W": 2.917426718340721e-05, + "N": 0.00032424944220110774, + "Y": 0.0009770445758476853, + "U": 1.1775885468523484e-05, + "K": 0.00017579441191628575, + "L": 1.1947260645683855e-05, + "G": 0.0002823769173119217, + "F": 0.011388546787202358, + "E": 0.0007833819254301488, + "T": 0.0014919264940544963, + "P": 0.4255903661251068, + "-": 0.5568163990974426 + }, + "id": "tp_1101" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 137638, + "label": "-", + "classification": { + "B": 1.76233661477454e-05, + "S": 4.0061813706415705e-06, + "I": 1.7379486962454394e-05, + "C": 1.9928604899632774e-07, + "R": 6.500764015981986e-08, + "M": 0.00013630515604745597, + "O": 8.871939644450322e-05, + "W": 1.4398943903870531e-06, + "N": 6.688937901344616e-07, + "Y": 3.7353132938733324e-05, + "U": 1.5363083250008458e-08, + "K": 1.801498505926702e-09, + "L": 6.34955085843103e-06, + "G": 2.800049514917191e-05, + "F": 0.0004450689011719078, + "E": 3.66017447959166e-05, + "T": 0.0001348202204098925, + "P": 0.16083526611328125, + "-": 0.8382099866867065 + }, + "id": "tp_1102" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 137771, + "label": "-", + "classification": { + "B": 0.0014732880517840385, + "S": 0.0006120135076344013, + "I": 0.009614244103431702, + "C": 0.0019853676203638315, + "R": 0.0008392045274376869, + "M": 0.007860666140913963, + "O": 0.005192407872527838, + "W": 0.0006030750228092074, + "N": 0.0016510196728631854, + "Y": 0.014929365366697311, + "U": 0.0003672958700917661, + "K": 0.00027725976542569697, + "L": 0.0016892757266759872, + "G": 0.009966399520635605, + "F": 0.01812799833714962, + "E": 0.005326558835804462, + "T": 0.01994604803621769, + "P": 0.17551521956920624, + "-": 0.724023163318634 + }, + "id": "tp_1103" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 137905, + "label": "-", + "classification": { + "B": 0.0003726040304172784, + "S": 0.00047575385542586446, + "I": 0.0074969069100916386, + "C": 0.0009000981808640063, + "R": 0.0002748791011981666, + "M": 0.0030637928284704685, + "O": 0.0016912877326831222, + "W": 0.00025688661844469607, + "N": 0.0011030557798221707, + "Y": 0.0041198283433914185, + "U": 8.539901318727061e-05, + "K": 0.00015693776367697865, + "L": 0.000383828766644001, + "G": 0.002502123825252056, + "F": 0.013555986806750298, + "E": 0.003057893132790923, + "T": 0.005622711963951588, + "P": 0.3083235025405884, + "-": 0.6465564370155334 + }, + "id": "tp_1104" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 138005, + "label": "-", + "classification": { + "B": 1.2890013749711215e-06, + "S": 9.938077027982217e-07, + "I": 0.00014765824016649276, + "C": 9.280323865823448e-06, + "R": 2.7347741706762463e-06, + "M": 0.0001531314046587795, + "O": 4.4278127461439e-05, + "W": 1.5654617300242535e-06, + "N": 4.7885041567496955e-06, + "Y": 0.000638639263343066, + "U": 5.138081746736134e-07, + "K": 6.383174309121387e-07, + "L": 5.299269105307758e-06, + "G": 0.00013119951472617686, + "F": 0.0007311736117117107, + "E": 8.368564158445224e-05, + "T": 0.001051208353601396, + "P": 0.07209202647209167, + "-": 0.9248998761177063 + }, + "id": "tp_1105" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 138138, + "label": "-", + "classification": { + "B": 0.0001541963720228523, + "S": 0.00014889828162267804, + "I": 0.0003168988332618028, + "C": 0.00010810083040269092, + "R": 3.549209941411391e-05, + "M": 0.0006558685563504696, + "O": 0.0006588834221474826, + "W": 5.080358823761344e-05, + "N": 6.001513611408882e-05, + "Y": 0.003107780357822776, + "U": 5.012828751205234e-06, + "K": 8.433083712588996e-05, + "L": 6.171564746182412e-05, + "G": 0.0017617213306948543, + "F": 0.02680314891040325, + "E": 0.0008632809622213244, + "T": 0.0013212551129981875, + "P": 0.04573695361614227, + "-": 0.9180657267570496 + }, + "id": "tp_1106" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 138272, + "label": "-", + "classification": { + "B": 0.0008041718392632902, + "S": 0.0001537294447189197, + "I": 0.0013932998990640044, + "C": 6.323445995803922e-05, + "R": 1.2976472135051154e-05, + "M": 0.001942661707289517, + "O": 0.0007908776169642806, + "W": 5.787941699963994e-05, + "N": 0.00011130406346637756, + "Y": 0.0007831514813005924, + "U": 2.9312047900020843e-06, + "K": 3.838362317765132e-06, + "L": 0.00019767113553825766, + "G": 0.0016506884712725878, + "F": 0.008000388741493225, + "E": 0.0038208449259400368, + "T": 0.0009760922403074801, + "P": 0.27525174617767334, + "-": 0.7039825320243835 + }, + "id": "tp_1107" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 138405, + "label": "-", + "classification": { + "B": 6.535666670970386e-06, + "S": 5.317220711731352e-06, + "I": 0.0005171824595890939, + "C": 6.041780943633057e-05, + "R": 9.464896720601246e-06, + "M": 0.000205198215553537, + "O": 8.597197302151471e-05, + "W": 4.1292369132861495e-06, + "N": 6.022135494276881e-05, + "Y": 0.0008635196718387306, + "U": 2.635143573570531e-06, + "K": 7.412339073198382e-06, + "L": 8.084629371296614e-06, + "G": 0.0003714729391504079, + "F": 0.002428746549412608, + "E": 0.000706279301084578, + "T": 0.0012315298663452268, + "P": 0.3611907362937927, + "-": 0.6322349905967712 + }, + "id": "tp_1108" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 138505, + "label": "-", + "classification": { + "B": 0.0006536385626532137, + "S": 0.0007276919204741716, + "I": 0.006889017764478922, + "C": 0.0006245765252970159, + "R": 0.00025473558343946934, + "M": 0.0034538754262030125, + "O": 0.0018308003200218081, + "W": 0.00045423005940392613, + "N": 0.001583677832968533, + "Y": 0.013525745831429958, + "U": 0.00022943262592889369, + "K": 0.0015725528355687857, + "L": 0.00046522918273694813, + "G": 0.0057384176179766655, + "F": 0.04420219361782074, + "E": 0.009454868733882904, + "T": 0.009861922822892666, + "P": 0.3158383071422577, + "-": 0.5826389789581299 + }, + "id": "tp_1109" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 138639, + "label": "-", + "classification": { + "B": 0.00011279265163466334, + "S": 6.139577635622118e-06, + "I": 0.0004037551989313215, + "C": 2.2694797735312022e-05, + "R": 4.8859856178751215e-06, + "M": 0.0006449962384067476, + "O": 0.00016662759298924357, + "W": 8.203699508158024e-06, + "N": 1.5757961591589265e-05, + "Y": 0.0005849783774465322, + "U": 1.1484847846077173e-06, + "K": 3.7843440736651246e-07, + "L": 3.081127943005413e-05, + "G": 0.00039952844963409007, + "F": 0.0007380306487902999, + "E": 0.0009033601963892579, + "T": 0.0006386870518326759, + "P": 0.24909035861492157, + "-": 0.7462267279624939 + }, + "id": "tp_1110" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 138772, + "label": "-", + "classification": { + "B": 0.007876411080360413, + "S": 0.0012760009849444032, + "I": 0.017095841467380524, + "C": 0.002092774258926511, + "R": 0.0014652266399934888, + "M": 0.011436756700277328, + "O": 0.018737778067588806, + "W": 0.0015648076077923179, + "N": 0.001756629440933466, + "Y": 0.0047597079537808895, + "U": 0.00021036055113654584, + "K": 1.1722024282789789e-05, + "L": 0.006501026917248964, + "G": 0.008746669627726078, + "F": 0.003362820250913501, + "E": 0.002633251016959548, + "T": 0.01143741887062788, + "P": 0.31217893958091736, + "-": 0.5868558287620544 + }, + "id": "tp_1111" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 138906, + "label": "-", + "classification": { + "B": 0.0008367132395505905, + "S": 0.0005292575224302709, + "I": 0.002103936392813921, + "C": 0.0007460517808794975, + "R": 0.00019978760974481702, + "M": 0.0021885698661208153, + "O": 0.002030536299571395, + "W": 0.0003907501231878996, + "N": 0.000579501676838845, + "Y": 0.0062523153610527515, + "U": 0.00015025776519905776, + "K": 0.00035932971513830125, + "L": 0.0003863899037241936, + "G": 0.003701501525938511, + "F": 0.018453305587172508, + "E": 0.002955939155071974, + "T": 0.006086951587349176, + "P": 0.2681182622909546, + "-": 0.6839307546615601 + }, + "id": "tp_1112" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 139006, + "label": "-", + "classification": { + "B": 0.0009155453299172223, + "S": 0.0019144854741171002, + "I": 0.009775866754353046, + "C": 0.00033904105657711625, + "R": 0.00034815576509572566, + "M": 0.006110889837145805, + "O": 0.0051961117424070835, + "W": 0.0010273006046190858, + "N": 0.0024300056975334883, + "Y": 0.007406775373965502, + "U": 0.00019859816529788077, + "K": 0.0004320640582591295, + "L": 0.000920887861866504, + "G": 0.0037843422032892704, + "F": 0.01516195572912693, + "E": 0.004570263437926769, + "T": 0.015597744844853878, + "P": 0.422527939081192, + "-": 0.5013419985771179 + }, + "id": "tp_1113" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 139139, + "label": "-", + "classification": { + "B": 0.000153737302753143, + "S": 0.00015959341544657946, + "I": 0.0018545258790254593, + "C": 3.194977398379706e-05, + "R": 3.426596231292933e-05, + "M": 0.00250003463588655, + "O": 0.0021484685130417347, + "W": 7.096646731952205e-05, + "N": 4.67848549305927e-05, + "Y": 0.013175036758184433, + "U": 1.2046327810821822e-06, + "K": 3.0293057307062554e-07, + "L": 0.00019821264140773565, + "G": 0.0010519000934436917, + "F": 0.0007124717812985182, + "E": 8.071349293459207e-05, + "T": 0.01812588982284069, + "P": 0.03798217698931694, + "-": 0.9216716885566711 + }, + "id": "tp_1114" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 139273, + "label": "-", + "classification": { + "B": 0.019819512963294983, + "S": 0.004321688320487738, + "I": 0.007361504249274731, + "C": 0.00047154774074442685, + "R": 0.00021255912724882364, + "M": 0.017271677032113075, + "O": 0.01002605352550745, + "W": 0.001631548278965056, + "N": 0.0012534395791590214, + "Y": 0.004143876023590565, + "U": 8.282450289698318e-05, + "K": 7.076940528349951e-05, + "L": 0.003657306544482708, + "G": 0.012152626179158688, + "F": 0.02463153377175331, + "E": 0.02533527836203575, + "T": 0.004201851785182953, + "P": 0.33525145053863525, + "-": 0.5281029343605042 + }, + "id": "tp_1115" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 139406, + "label": "-", + "classification": { + "B": 7.396502951451112e-06, + "S": 6.343607765302295e-06, + "I": 0.0017596841789782047, + "C": 2.8135726097389124e-05, + "R": 8.338713087141514e-06, + "M": 0.0002532892976887524, + "O": 0.00010486831160960719, + "W": 4.645851731766015e-06, + "N": 0.0001063275194610469, + "Y": 0.0008077400852926075, + "U": 2.218127747255494e-06, + "K": 4.306966729927808e-06, + "L": 9.565745131112635e-06, + "G": 0.0003516724391374737, + "F": 0.0015049317153170705, + "E": 0.0006759968237020075, + "T": 0.001143825938925147, + "P": 0.4880438446998596, + "-": 0.5051769018173218 + }, + "id": "tp_1116" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 139506, + "label": "-", + "classification": { + "B": 0.05832637473940849, + "S": 0.044703785330057144, + "I": 0.0006166870007291436, + "C": 5.795666584162973e-05, + "R": 9.753590711625293e-05, + "M": 0.007882000878453255, + "O": 0.0252334363758564, + "W": 0.005258958786725998, + "N": 0.0003243846003897488, + "Y": 0.0007761677843518555, + "U": 1.971665733435657e-05, + "K": 4.008851828984916e-05, + "L": 0.0033481959253549576, + "G": 0.0029860292561352253, + "F": 0.03135112300515175, + "E": 0.0015478793065994978, + "T": 0.0039140027947723866, + "P": 0.13186204433441162, + "-": 0.6816537380218506 + }, + "id": "tp_1117" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 139640, + "label": "-", + "classification": { + "B": 0.0005748742842115462, + "S": 0.0003508764202706516, + "I": 0.0025389520451426506, + "C": 0.00022419029846787453, + "R": 9.483774920227006e-05, + "M": 0.0016026482917368412, + "O": 0.0018681910587474704, + "W": 0.00029336483567021787, + "N": 0.00030992613756097853, + "Y": 0.002025577938184142, + "U": 5.0734142860164866e-05, + "K": 1.7440661395085044e-05, + "L": 0.00048238429008051753, + "G": 0.0015961856115609407, + "F": 0.004730706103146076, + "E": 0.0012801667908206582, + "T": 0.004329443443566561, + "P": 0.3791334927082062, + "-": 0.5984960198402405 + }, + "id": "tp_1118" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 139773, + "label": "P", + "classification": { + "B": 0.0001211772469105199, + "S": 7.613506022607908e-05, + "I": 0.0005116935935802758, + "C": 7.904688573034946e-06, + "R": 4.669293502956862e-06, + "M": 0.00042775520705617964, + "O": 0.00035068081342615187, + "W": 3.285958882770501e-05, + "N": 7.712469232501462e-05, + "Y": 0.00043824169551953673, + "U": 2.570200194895733e-06, + "K": 1.6826329556351993e-06, + "L": 4.1614777728682384e-05, + "G": 0.00025576469488441944, + "F": 0.002563225571066141, + "E": 0.0006134990253485739, + "T": 0.0012446659384295344, + "P": 0.5565041899681091, + "-": 0.43672454357147217 + }, + "id": "tp_1119" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 139907, + "label": "-", + "classification": { + "B": 0.001660941750742495, + "S": 9.433983359485865e-05, + "I": 0.00023203268938232213, + "C": 2.9893359169363976e-05, + "R": 1.0447910426591989e-05, + "M": 0.002892061835154891, + "O": 0.001877856906503439, + "W": 7.677018584217876e-05, + "N": 1.2680709005508106e-05, + "Y": 0.0007014222210273147, + "U": 3.864307927869959e-06, + "K": 1.1574270786240959e-07, + "L": 0.0009739025845192373, + "G": 0.00113604124635458, + "F": 0.0012303090188652277, + "E": 0.0002041589905275032, + "T": 0.0026344943325966597, + "P": 0.10770783573389053, + "-": 0.8785209059715271 + }, + "id": "tp_1120" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 140007, + "label": "-", + "classification": { + "B": 1.8964328774018213e-06, + "S": 9.086208592634648e-06, + "I": 0.00038296051206998527, + "C": 1.94343238035799e-06, + "R": 6.321488399407826e-07, + "M": 0.00013257279351819307, + "O": 6.963718624319881e-05, + "W": 2.794627107505221e-06, + "N": 1.2006337783532217e-05, + "Y": 0.000565196096431464, + "U": 1.1591728110715849e-07, + "K": 1.8047470007331867e-07, + "L": 2.2096253360359697e-06, + "G": 2.884975947381463e-05, + "F": 0.0003982856578659266, + "E": 4.005094524472952e-05, + "T": 0.0008514235960319638, + "P": 0.18880338966846466, + "-": 0.8086966276168823 + }, + "id": "tp_1121" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 140140, + "label": "-", + "classification": { + "B": 0.008087852038443089, + "S": 0.0024114991538226604, + "I": 0.018075676634907722, + "C": 0.0019130026921629906, + "R": 0.0008077707607299089, + "M": 0.03030923381447792, + "O": 0.008393941447138786, + "W": 0.0010879512410610914, + "N": 0.0023637900594621897, + "Y": 0.01776205003261566, + "U": 0.00024593432317487895, + "K": 0.00014212644600775093, + "L": 0.004969519563019276, + "G": 0.01827361434698105, + "F": 0.019001180306077003, + "E": 0.02038286067545414, + "T": 0.017891081050038338, + "P": 0.28693270683288574, + "-": 0.5409482717514038 + }, + "id": "tp_1122" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 140274, + "label": "-", + "classification": { + "B": 0.0018721634987741709, + "S": 0.0003328640013933182, + "I": 0.0002302236098330468, + "C": 3.56915961674531e-07, + "R": 3.691690722007479e-07, + "M": 0.0006999270990490913, + "O": 0.0005623058532364666, + "W": 2.7976078854408115e-05, + "N": 7.3600626819825266e-06, + "Y": 6.200173811521381e-05, + "U": 3.448220198265517e-08, + "K": 1.4855693564186367e-08, + "L": 4.209855978842825e-05, + "G": 0.00011989047197857872, + "F": 0.000693422625772655, + "E": 6.320953980321065e-05, + "T": 0.0003045308403670788, + "P": 0.42943379282951355, + "-": 0.565547525882721 + }, + "id": "tp_1123" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 140407, + "label": "P", + "classification": { + "B": 6.638246759393951e-06, + "S": 5.133456852490781e-06, + "I": 0.0016779437428340316, + "C": 1.1312496098980773e-05, + "R": 1.7346520735372906e-06, + "M": 0.00012733004405163229, + "O": 1.4905049283697736e-05, + "W": 2.4456987830490107e-06, + "N": 0.00010077911429107189, + "Y": 0.0002282156638102606, + "U": 7.591595476696966e-07, + "K": 9.983147720049601e-06, + "L": 2.2816275304649025e-06, + "G": 0.0001057176777976565, + "F": 0.0018831052584573627, + "E": 0.004590321332216263, + "T": 0.00014406893751583993, + "P": 0.8003411293029785, + "-": 0.19074617326259613 + }, + "id": "tp_1124" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 140507, + "label": "-", + "classification": { + "B": 0.002459182171151042, + "S": 0.0042704991064965725, + "I": 0.0003382764116395265, + "C": 4.501746388996253e-06, + "R": 7.833526979084127e-06, + "M": 0.0023077810183167458, + "O": 0.006711159832775593, + "W": 0.0008952348143793643, + "N": 6.547095108544454e-05, + "Y": 0.0003658543573692441, + "U": 1.5784089555381797e-06, + "K": 2.003804638661677e-06, + "L": 0.0003820349520538002, + "G": 0.0004059533530380577, + "F": 0.012050464749336243, + "E": 0.00034494666033424437, + "T": 0.000884357956238091, + "P": 0.21591636538505554, + "-": 0.7525865435600281 + }, + "id": "tp_1125" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 140641, + "label": "-", + "classification": { + "B": 0.003381142159923911, + "S": 0.0016310204518958926, + "I": 0.0007215644582174718, + "C": 0.00016937259351834655, + "R": 0.00011698511661961675, + "M": 0.004031828138977289, + "O": 0.006233098451048136, + "W": 0.000583947985433042, + "N": 0.00018659880151972175, + "Y": 0.0024957028217613697, + "U": 2.399427830823697e-05, + "K": 1.994267040572595e-05, + "L": 0.001052757608704269, + "G": 0.004392288625240326, + "F": 0.015057334676384926, + "E": 0.001200181432068348, + "T": 0.0054963380098342896, + "P": 0.16406522691249847, + "-": 0.7891407608985901 + }, + "id": "tp_1126" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 140774, + "label": "-", + "classification": { + "B": 0.003197037149220705, + "S": 0.0022261436097323895, + "I": 0.0032183423172682524, + "C": 0.00028829259099438787, + "R": 0.00019062664068769664, + "M": 0.005753731820732355, + "O": 0.007535585202276707, + "W": 0.0010802248725667596, + "N": 0.0006279126391746104, + "Y": 0.003241830738261342, + "U": 5.891713226446882e-05, + "K": 3.6640933103626594e-05, + "L": 0.0012680012732744217, + "G": 0.003247999818995595, + "F": 0.010462268255650997, + "E": 0.0022474154829978943, + "T": 0.006103119347244501, + "P": 0.2910883128643036, + "-": 0.6581275463104248 + }, + "id": "tp_1127" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 140908, + "label": "P", + "classification": { + "B": 4.061269919475308e-06, + "S": 8.033852054722956e-07, + "I": 0.0005483041750267148, + "C": 1.2129685273976065e-05, + "R": 1.1003638746842626e-06, + "M": 9.761819819686934e-05, + "O": 2.241981383122038e-05, + "W": 6.405487624761008e-07, + "N": 2.0806981410714798e-05, + "Y": 6.2639890529681e-05, + "U": 2.90244628331493e-07, + "K": 7.41937427051198e-08, + "L": 2.6748955406219466e-06, + "G": 5.452201367006637e-05, + "F": 0.00011497113882796839, + "E": 0.00032519130036234856, + "T": 0.0004242447030264884, + "P": 0.5652085542678833, + "-": 0.4330989122390747 + }, + "id": "tp_1128" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 141008, + "label": "P", + "classification": { + "B": 3.234946052543819e-05, + "S": 1.4590558748750482e-05, + "I": 0.0010396834695711732, + "C": 1.5505196643061936e-05, + "R": 4.200838702672627e-06, + "M": 0.00024324128753505647, + "O": 0.00012203646474517882, + "W": 9.838347978075035e-06, + "N": 7.447961979778484e-05, + "Y": 0.0004417523159645498, + "U": 1.961670250238967e-06, + "K": 2.96116627396259e-06, + "L": 1.4387139344762545e-05, + "G": 0.0002471056068316102, + "F": 0.0019706501625478268, + "E": 0.0007568288128823042, + "T": 0.0006408691988326609, + "P": 0.5298200249671936, + "-": 0.4645474851131439 + }, + "id": "tp_1129" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 141141, + "label": "-", + "classification": { + "B": 0.030256392434239388, + "S": 0.019585780799388885, + "I": 0.0144114438444376, + "C": 0.004032195080071688, + "R": 0.004048424772918224, + "M": 0.06350969523191452, + "O": 0.04398482292890549, + "W": 0.009161466732621193, + "N": 0.0034285769797861576, + "Y": 0.03332336246967316, + "U": 0.000697553448844701, + "K": 0.000532723031938076, + "L": 0.02538219280540943, + "G": 0.03559991717338562, + "F": 0.04611756280064583, + "E": 0.01148828212171793, + "T": 0.028065498918294907, + "P": 0.1014697253704071, + "-": 0.5249043107032776 + }, + "id": "tp_1130" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 141275, + "label": "-", + "classification": { + "B": 1.041441578308877e-06, + "S": 1.829291818467027e-06, + "I": 0.0003395302628632635, + "C": 1.0785100130306091e-05, + "R": 2.3638008315174375e-06, + "M": 6.917650171089917e-05, + "O": 4.951441951561719e-05, + "W": 2.9175655527069466e-06, + "N": 1.4845615623926278e-05, + "Y": 0.00012733726180158556, + "U": 4.718205559584021e-07, + "K": 5.624390269076684e-07, + "L": 5.1439365051919594e-06, + "G": 4.72952269774396e-05, + "F": 0.0019253952195867896, + "E": 4.9394293455407023e-05, + "T": 0.0004372521070763469, + "P": 0.2482065111398697, + "-": 0.7487086653709412 + }, + "id": "tp_1131" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 141408, + "label": "P", + "classification": { + "B": 0.003572846995666623, + "S": 0.0026847191620618105, + "I": 0.022572234272956848, + "C": 0.0015170964179560542, + "R": 0.0007321908487938344, + "M": 0.009211352095007896, + "O": 0.004892137832939625, + "W": 0.0013905310770496726, + "N": 0.0052079372107982635, + "Y": 0.008597642183303833, + "U": 0.00044912094017490745, + "K": 0.0005728277028538287, + "L": 0.001505721011199057, + "G": 0.006194645538926125, + "F": 0.016052644699811935, + "E": 0.01727875880897045, + "T": 0.01320307794958353, + "P": 0.5510546565055847, + "-": 0.3333098590373993 + }, + "id": "tp_1132" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 141508, + "label": "-", + "classification": { + "B": 3.696538215081091e-06, + "S": 1.4675458714918932e-06, + "I": 0.0007226652815006673, + "C": 3.345462027937174e-05, + "R": 3.351272198415245e-06, + "M": 0.0001391419064020738, + "O": 1.379801869916264e-05, + "W": 2.0214988580846693e-06, + "N": 3.411048237467185e-05, + "Y": 0.0008283261558972299, + "U": 1.0133663863598485e-06, + "K": 6.5841763898788486e-06, + "L": 1.9551544028217904e-06, + "G": 0.00012008929479634389, + "F": 0.001721397740766406, + "E": 0.0023084382992237806, + "T": 0.0003329033497720957, + "P": 0.4687889516353607, + "-": 0.5249366164207458 + }, + "id": "tp_1133" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 141642, + "label": "-", + "classification": { + "B": 1.2458881428756285e-05, + "S": 1.6906275050132535e-05, + "I": 0.003531255293637514, + "C": 7.46072837500833e-05, + "R": 2.7710571885108948e-05, + "M": 0.0017406479455530643, + "O": 0.00019204430282115936, + "W": 1.4712243682879489e-05, + "N": 0.00026567428722046316, + "Y": 0.0023269131779670715, + "U": 6.620971362281125e-06, + "K": 2.1776450012112036e-05, + "L": 2.866336581064388e-05, + "G": 0.0003955610445700586, + "F": 0.003186632413417101, + "E": 0.0026947087608277798, + "T": 0.003535111900418997, + "P": 0.3079058527946472, + "-": 0.6740220189094543 + }, + "id": "tp_1134" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 141775, + "label": "-", + "classification": { + "B": 3.537181783030974e-07, + "S": 1.7120834172601462e-07, + "I": 3.2113784982357174e-05, + "C": 1.2048119515384315e-06, + "R": 1.6812214198580477e-07, + "M": 2.33290993492119e-05, + "O": 9.075142770598177e-06, + "W": 9.164855896415247e-08, + "N": 4.5718385877080436e-07, + "Y": 7.85218580858782e-05, + "U": 1.0157692464929369e-08, + "K": 4.290910293747174e-09, + "L": 6.239118874873384e-07, + "G": 2.085849155264441e-05, + "F": 0.00035847476101480424, + "E": 1.0734224815678317e-05, + "T": 5.633704495267011e-05, + "P": 0.09938255697488785, + "-": 0.900024950504303 + }, + "id": "tp_1135" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 141875, + "label": "-", + "classification": { + "B": 0.003931086976081133, + "S": 0.0012776943622156978, + "I": 9.642574150348082e-05, + "C": 3.4769273042911664e-06, + "R": 3.7868601339141605e-06, + "M": 0.0007437377935275435, + "O": 0.0035214151721447706, + "W": 0.00018524630286265165, + "N": 1.552692447148729e-05, + "Y": 0.00014478227240033448, + "U": 4.640162671876169e-07, + "K": 2.8495838932940387e-07, + "L": 0.00032187742181122303, + "G": 0.000464974669739604, + "F": 0.007113993633538485, + "E": 0.00016952224541455507, + "T": 0.0004191134648863226, + "P": 0.13167038559913635, + "-": 0.8499161601066589 + }, + "id": "tp_1136" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 142009, + "label": "-", + "classification": { + "B": 3.565998270005366e-07, + "S": 3.1927288546285126e-07, + "I": 0.000660100020468235, + "C": 1.1342224297550274e-06, + "R": 4.392540517983434e-07, + "M": 7.38279995857738e-05, + "O": 2.0876279450021684e-05, + "W": 3.9114740957302274e-07, + "N": 4.4524022086989135e-06, + "Y": 0.00020484361448325217, + "U": 2.656478592655276e-08, + "K": 6.410299846493217e-09, + "L": 7.586741617160442e-07, + "G": 1.8352546248934232e-05, + "F": 3.2464449759572744e-05, + "E": 1.862837052613031e-05, + "T": 0.0005156522383913398, + "P": 0.24037255346775055, + "-": 0.7580747604370117 + }, + "id": "tp_1137" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 142142, + "label": "-", + "classification": { + "B": 1.3888833194641848e-08, + "S": 9.714335647004191e-08, + "I": 1.9718441762961447e-05, + "C": 5.065382424618292e-07, + "R": 2.0130931943640462e-07, + "M": 6.7672795012185816e-06, + "O": 3.4560123367555207e-06, + "W": 1.1555592749346033e-07, + "N": 6.731282837790786e-07, + "Y": 0.00011697891022777185, + "U": 3.425384775823659e-08, + "K": 6.827485208305006e-07, + "L": 9.30405974486348e-08, + "G": 8.083045031526126e-06, + "F": 0.0006356131634674966, + "E": 4.935561264574062e-06, + "T": 0.0001982909016078338, + "P": 0.060556281358003616, + "-": 0.9384473562240601 + }, + "id": "tp_1138" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 142276, + "label": "P", + "classification": { + "B": 1.0050512173620518e-06, + "S": 3.988383468822576e-06, + "I": 0.0010735791875049472, + "C": 2.073781615763437e-05, + "R": 2.0214147298247553e-06, + "M": 7.797664875397459e-05, + "O": 2.728579602262471e-05, + "W": 3.157472747261636e-06, + "N": 6.686968845315278e-05, + "Y": 0.0001179312530439347, + "U": 8.125797421598691e-07, + "K": 3.1859296996117337e-06, + "L": 2.0978934571758145e-06, + "G": 4.889394040219486e-05, + "F": 0.0017470438033342361, + "E": 0.00043856468982994556, + "T": 0.00024212256539613008, + "P": 0.7277607917785645, + "-": 0.2683620750904083 + }, + "id": "tp_1139" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 142376, + "label": "-", + "classification": { + "B": 0.0004323490720707923, + "S": 1.9747669284697622e-05, + "I": 0.0012631898280233145, + "C": 2.9715864002355374e-05, + "R": 7.4998888521804474e-06, + "M": 0.003541543148458004, + "O": 0.0007915985770523548, + "W": 1.729216455714777e-05, + "N": 1.3193631275498774e-05, + "Y": 0.0004925875109620392, + "U": 3.4018205496977316e-07, + "K": 1.2106784463838949e-09, + "L": 0.00033606705255806446, + "G": 0.0002457265800330788, + "F": 8.736585732549429e-05, + "E": 0.0002574319369159639, + "T": 0.0012023000745102763, + "P": 0.24919556081295013, + "-": 0.742066502571106 + }, + "id": "tp_1140" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 142509, + "label": "-", + "classification": { + "B": 0.0010882957139983773, + "S": 6.256321648834273e-05, + "I": 5.4237643780652434e-05, + "C": 5.126365522301057e-06, + "R": 3.872086381306872e-06, + "M": 0.0015890520298853517, + "O": 0.0015177278546616435, + "W": 2.1440429918584414e-05, + "N": 1.8812283997249324e-06, + "Y": 0.0001674030936555937, + "U": 1.321278233490375e-07, + "K": 6.318204626154511e-09, + "L": 0.0003930367238353938, + "G": 0.0005372354644350708, + "F": 0.001203420339152217, + "E": 3.747527807718143e-05, + "T": 0.0008231056854128838, + "P": 0.028380347415804863, + "-": 0.9641135931015015 + }, + "id": "tp_1141" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 142643, + "label": "-", + "classification": { + "B": 0.011030656285583973, + "S": 0.006171789951622486, + "I": 0.008146114647388458, + "C": 0.002185557736083865, + "R": 0.0008084932924248278, + "M": 0.04742987081408501, + "O": 0.014400550164282322, + "W": 0.0022852716501802206, + "N": 0.0014006671262905002, + "Y": 0.017807506024837494, + "U": 0.00022073055151849985, + "K": 0.00011687892401823774, + "L": 0.007382964715361595, + "G": 0.014992930926382542, + "F": 0.023723315447568893, + "E": 0.010244826786220074, + "T": 0.029154781252145767, + "P": 0.1433304101228714, + "-": 0.6591667532920837 + }, + "id": "tp_1142" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 142776, + "label": "-", + "classification": { + "B": 1.3339064025785774e-05, + "S": 4.040080511913402e-06, + "I": 1.9106833860860206e-05, + "C": 2.5566671979504463e-07, + "R": 2.0958890445399447e-07, + "M": 0.0002962112776003778, + "O": 0.00011390713916625828, + "W": 2.133718908226001e-06, + "N": 2.2896668383509677e-07, + "Y": 0.0001445463130949065, + "U": 5.870480546121826e-09, + "K": 1.3775489637879446e-09, + "L": 9.996500921261031e-06, + "G": 5.290010085445829e-05, + "F": 0.0005394526524469256, + "E": 1.769810296536889e-05, + "T": 0.00013910987763665617, + "P": 0.032118264585733414, + "-": 0.9665284752845764 + }, + "id": "tp_1143" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 142876, + "label": "-", + "classification": { + "B": 0.002420497825369239, + "S": 0.0009860253194347024, + "I": 0.0012519913725554943, + "C": 0.0002941158600151539, + "R": 0.0001314675173489377, + "M": 0.020091554149985313, + "O": 0.004922896157950163, + "W": 0.00023611652432009578, + "N": 0.00018643403018359095, + "Y": 0.005587788298726082, + "U": 2.7712529117707163e-05, + "K": 2.221450995421037e-05, + "L": 0.0012500174343585968, + "G": 0.005749520845711231, + "F": 0.008205065503716469, + "E": 0.0028749152552336454, + "T": 0.013938318006694317, + "P": 0.08448278903961182, + "-": 0.8473405838012695 + }, + "id": "tp_1144" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 143010, + "label": "-", + "classification": { + "B": 9.099915700971906e-07, + "S": 7.135143960113055e-07, + "I": 1.3984950783196837e-05, + "C": 1.499107469271621e-07, + "R": 4.921334095797647e-08, + "M": 2.844098344212398e-05, + "O": 2.6674448236008175e-05, + "W": 7.533720349783835e-07, + "N": 3.3496968399049365e-07, + "Y": 1.3581670827989e-05, + "U": 6.406810637571425e-09, + "K": 8.643864291002501e-09, + "L": 8.830950264382409e-07, + "G": 9.559782483847812e-06, + "F": 0.0002548943448346108, + "E": 1.3334622963157017e-05, + "T": 3.609324630815536e-05, + "P": 0.05697939917445183, + "-": 0.9426200985908508 + }, + "id": "tp_1145" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 143143, + "label": "-", + "classification": { + "B": 0.0006472117966040969, + "S": 1.4639043001807295e-05, + "I": 0.0007638311944901943, + "C": 0.00014689214003738016, + "R": 3.2920703233685344e-05, + "M": 0.0011942206183448434, + "O": 0.0004524702380876988, + "W": 1.2951797543792054e-05, + "N": 2.179580769734457e-05, + "Y": 0.0017737781163305044, + "U": 3.890414973284351e-06, + "K": 5.229080670687836e-07, + "L": 0.0002659495221450925, + "G": 0.004338973667472601, + "F": 0.0025541868526488543, + "E": 0.0007422888884320855, + "T": 0.0021081550512462854, + "P": 0.10265710949897766, + "-": 0.8822683095932007 + }, + "id": "tp_1146" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 143277, + "label": "-", + "classification": { + "B": 0.0883551612496376, + "S": 0.032884031534194946, + "I": 0.012300897389650345, + "C": 0.003053864696994424, + "R": 0.002975721610710025, + "M": 0.034943532198667526, + "O": 0.03878266364336014, + "W": 0.008198975585401058, + "N": 0.0025264760479331017, + "Y": 0.017252368852496147, + "U": 0.00039487829781137407, + "K": 0.00018309745064470917, + "L": 0.02364710532128811, + "G": 0.029337042942643166, + "F": 0.054929714649915695, + "E": 0.011679880321025848, + "T": 0.016241667792201042, + "P": 0.12626829743385315, + "-": 0.49604469537734985 + }, + "id": "tp_1147" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 143377, + "label": "-", + "classification": { + "B": 1.6081618241514661e-06, + "S": 9.827206213230966e-07, + "I": 1.1834653378173243e-05, + "C": 6.303072268565302e-07, + "R": 1.1219302109566343e-07, + "M": 0.00047909258864820004, + "O": 4.998833901481703e-05, + "W": 3.5555174804358103e-07, + "N": 2.3585720043683978e-07, + "Y": 7.447466487064958e-05, + "U": 1.0051523169352095e-08, + "K": 2.1102115610460714e-09, + "L": 4.468253791856114e-06, + "G": 2.292228236910887e-05, + "F": 6.465505430242047e-05, + "E": 1.5998928574845195e-05, + "T": 0.0007183038396760821, + "P": 0.013301803730428219, + "-": 0.9852525591850281 + }, + "id": "tp_1148" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 143510, + "label": "-", + "classification": { + "B": 0.003158512292429805, + "S": 0.00021421974815893918, + "I": 0.003912429790943861, + "C": 0.0002933499636128545, + "R": 9.306656284024939e-05, + "M": 0.007837880402803421, + "O": 0.001953180879354477, + "W": 0.00022356380941346288, + "N": 0.00028710818151012063, + "Y": 0.0012338845990598202, + "U": 2.216010761912912e-05, + "K": 3.1710374059912283e-06, + "L": 0.001040132949128747, + "G": 0.0027204302605241537, + "F": 0.003953215200453997, + "E": 0.009118500165641308, + "T": 0.003141700988635421, + "P": 0.46950143575668335, + "-": 0.49129197001457214 + }, + "id": "tp_1149" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 143644, + "label": "P", + "classification": { + "B": 0.00020229477377142757, + "S": 7.719852874288335e-05, + "I": 0.002879433799535036, + "C": 4.439556869328953e-05, + "R": 9.593837603460997e-06, + "M": 0.0004044577945023775, + "O": 0.00028776421095244586, + "W": 2.7181671612197533e-05, + "N": 0.00034294085344299674, + "Y": 0.0003279837837908417, + "U": 4.222780262352899e-06, + "K": 3.98252177546965e-06, + "L": 3.830072455457412e-05, + "G": 0.00036999606527388096, + "F": 0.002660448895767331, + "E": 0.001440484425984323, + "T": 0.0005658345762640238, + "P": 0.6651104092597961, + "-": 0.3252030611038208 + }, + "id": "tp_1150" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 143777, + "label": "-", + "classification": { + "B": 9.69327156781219e-05, + "S": 3.500316961435601e-05, + "I": 0.00011367621482349932, + "C": 1.3960499927634373e-05, + "R": 3.253541990488884e-06, + "M": 0.0002408927248325199, + "O": 0.00029543883283622563, + "W": 1.951146259671077e-05, + "N": 1.8972650650539435e-05, + "Y": 0.00039465355803258717, + "U": 1.5947855445119785e-06, + "K": 4.0816539694787934e-06, + "L": 2.602683707664255e-05, + "G": 0.0002863188274204731, + "F": 0.005204037297517061, + "E": 0.0003195921308360994, + "T": 0.0004997085779905319, + "P": 0.18619976937770844, + "-": 0.8062266111373901 + }, + "id": "tp_1151" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 143877, + "label": "-", + "classification": { + "B": 7.2675038609304465e-06, + "S": 4.6006148295418825e-06, + "I": 0.00020937019144184887, + "C": 1.2529356354207266e-05, + "R": 4.290592642064439e-06, + "M": 0.00019228525343351066, + "O": 9.195624443236738e-05, + "W": 5.425721155916108e-06, + "N": 7.197770628408762e-06, + "Y": 0.0009545732755213976, + "U": 8.757997989050637e-07, + "K": 4.4696338363792165e-07, + "L": 9.570808288117405e-06, + "G": 0.00016150757437571883, + "F": 0.0005971732898615301, + "E": 8.695919677847996e-05, + "T": 0.0010219026589766145, + "P": 0.07772358506917953, + "-": 0.9189085960388184 + }, + "id": "tp_1152" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 144011, + "label": "-", + "classification": { + "B": 0.00015738977526780218, + "S": 4.144373087910935e-05, + "I": 6.405754447769141e-06, + "C": 2.787599214570946e-06, + "R": 2.6381890165794175e-06, + "M": 0.0025813395623117685, + "O": 0.000981242978014052, + "W": 1.284175414184574e-05, + "N": 2.2746026218101179e-07, + "Y": 0.0013922287616878748, + "U": 3.428298711583011e-08, + "K": 4.6602739445233965e-09, + "L": 0.00024391678743995726, + "G": 0.00040050732786767185, + "F": 0.0013281756546348333, + "E": 1.1755173545680009e-05, + "T": 0.0020706281065940857, + "P": 0.0020480446983128786, + "-": 0.9887183904647827 + }, + "id": "tp_1153" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 144144, + "label": "-", + "classification": { + "B": 0.006040884181857109, + "S": 0.000807533971965313, + "I": 0.00015629309928044677, + "C": 9.57314478000626e-06, + "R": 1.1108368198620155e-05, + "M": 0.021946407854557037, + "O": 0.004571166355162859, + "W": 7.443982030963525e-05, + "N": 9.805719855648931e-06, + "Y": 0.003429480129852891, + "U": 4.244240585649095e-07, + "K": 7.139801283528868e-08, + "L": 0.0014809195417910814, + "G": 0.0030926535837352276, + "F": 0.0027698834892362356, + "E": 0.0005146850598976016, + "T": 0.008264129050076008, + "P": 0.01708100363612175, + "-": 0.9297394752502441 + }, + "id": "tp_1154" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 144278, + "label": "-", + "classification": { + "B": 3.624030497917374e-08, + "S": 3.983180363320571e-08, + "I": 1.2119808445731906e-07, + "C": 2.0040152648448384e-08, + "R": 9.960354319105136e-09, + "M": 3.478560029179789e-05, + "O": 1.0882616152230185e-05, + "W": 1.3855644631632913e-08, + "N": 7.998192663727366e-10, + "Y": 1.0947863302135374e-05, + "U": 3.60787233422144e-11, + "K": 1.6396556421632846e-12, + "L": 7.060942266434722e-07, + "G": 4.2385740925965365e-06, + "F": 4.8295161832356825e-05, + "E": 1.4428347583361756e-07, + "T": 1.7353939256281592e-05, + "P": 0.0012249057181179523, + "-": 0.9986475110054016 + }, + "id": "tp_1155" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 144378, + "label": "-", + "classification": { + "B": 0.002416700590401888, + "S": 0.0006855557439848781, + "I": 3.0170408535923343e-06, + "C": 7.787445611029398e-06, + "R": 7.1792715061747e-06, + "M": 0.013350852765142918, + "O": 0.007777493912726641, + "W": 5.970372512820177e-05, + "N": 1.6867339525106217e-07, + "Y": 0.0002456636284478009, + "U": 2.0387254551224032e-08, + "K": 1.1592573567753561e-09, + "L": 0.004387050401419401, + "G": 0.0019342356827110052, + "F": 0.003299817442893982, + "E": 1.7702783225104213e-05, + "T": 0.001323995878919959, + "P": 0.0028375228866934776, + "-": 0.9616456627845764 + }, + "id": "tp_1156" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 144511, + "label": "-", + "classification": { + "B": 0.0013012870913371444, + "S": 0.01232349406927824, + "I": 0.019691796973347664, + "C": 0.0006815359811298549, + "R": 0.0013577992795035243, + "M": 0.1939999908208847, + "O": 0.05523845553398132, + "W": 0.001973691862076521, + "N": 0.00190559437032789, + "Y": 0.1790776550769806, + "U": 1.5031768271001056e-05, + "K": 0.00010490418935660273, + "L": 0.008216410875320435, + "G": 0.04298626258969307, + "F": 0.009299032390117645, + "E": 0.003769564675167203, + "T": 0.19576989114284515, + "P": 0.011704033240675926, + "-": 0.26058363914489746 + }, + "id": "tp_1157" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 144645, + "label": "-", + "classification": { + "B": 0.00016325261094607413, + "S": 0.00017094259965233505, + "I": 1.4852068488835357e-05, + "C": 4.0751234564595507e-07, + "R": 1.5422859860336757e-06, + "M": 0.0014399788342416286, + "O": 0.002182509284466505, + "W": 3.3641434129094705e-05, + "N": 4.13719362768461e-07, + "Y": 0.0009138749446719885, + "U": 1.1388458176497807e-08, + "K": 6.777982619610157e-09, + "L": 0.00018145606736652553, + "G": 0.0003175863530486822, + "F": 0.0019992690067738295, + "E": 5.582064659392927e-06, + "T": 0.0010287665063515306, + "P": 0.001385629759170115, + "-": 0.9901602864265442 + }, + "id": "tp_1158" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 144778, + "label": "-", + "classification": { + "B": 9.500620944891125e-05, + "S": 0.0003261955571360886, + "I": 1.900685106193123e-06, + "C": 1.1503159839776345e-05, + "R": 3.9908023609314114e-05, + "M": 0.025466393679380417, + "O": 0.027459504082798958, + "W": 7.105078839231282e-05, + "N": 5.379747847200633e-08, + "Y": 0.0020606867037713528, + "U": 3.011145777165325e-09, + "K": 3.5588254565510624e-10, + "L": 0.012121849693357944, + "G": 0.0029718310106545687, + "F": 0.001692507998086512, + "E": 4.3476170503709e-06, + "T": 0.0023002242669463158, + "P": 0.00023743254132568836, + "-": 0.9251397252082825 + }, + "id": "tp_1159" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 144878, + "label": "-", + "classification": { + "B": 0.0002651097602210939, + "S": 0.032808754593133926, + "I": 6.80971083966142e-07, + "C": 1.4006806736688304e-07, + "R": 2.4914472760428907e-06, + "M": 0.05150599032640457, + "O": 0.316959023475647, + "W": 0.00025224220007658005, + "N": 5.483282805585077e-08, + "Y": 0.00022486680245492607, + "U": 6.123454521222982e-11, + "K": 5.533642641331049e-11, + "L": 0.016462555155158043, + "G": 0.0014522882411256433, + "F": 0.0007843549246899784, + "E": 6.025899210726493e-07, + "T": 0.0037356477696448565, + "P": 0.00015424404409714043, + "-": 0.5753909349441528 + }, + "id": "tp_1160" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 145012, + "label": "-", + "classification": { + "B": 3.236374323023483e-05, + "S": 4.852249091413796e-08, + "I": 2.3062998177891814e-09, + "C": 4.038911982640059e-10, + "R": 1.759506290666124e-10, + "M": 3.42862585966941e-05, + "O": 1.1531056770763826e-05, + "W": 6.127675256095699e-09, + "N": 5.027163581250438e-12, + "Y": 5.283056907501305e-07, + "U": 2.462063213894139e-13, + "K": 3.7040269033441803e-16, + "L": 2.795901991703431e-06, + "G": 2.7678493097482715e-06, + "F": 5.014867838326609e-06, + "E": 2.1007243944382026e-08, + "T": 2.2911660835234215e-06, + "P": 0.0003588104445952922, + "-": 0.9995495676994324 + }, + "id": "tp_1161" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 145145, + "label": "-", + "classification": { + "B": 0.0011657128343358636, + "S": 0.00028082708013243973, + "I": 9.024250289257907e-07, + "C": 1.6063034991020686e-07, + "R": 2.045691473995248e-07, + "M": 0.036694034934043884, + "O": 0.012793965637683868, + "W": 8.263386916951276e-06, + "N": 1.9562603981171378e-08, + "Y": 0.0005160102737136185, + "U": 3.3361347018256993e-10, + "K": 1.904907134808731e-11, + "L": 0.001578176161274314, + "G": 0.0016290113562718034, + "F": 0.00018040627765003592, + "E": 3.982221187470714e-06, + "T": 0.0018698227358981967, + "P": 0.0004303593304939568, + "-": 0.9428480863571167 + }, + "id": "tp_1162" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 145279, + "label": "-", + "classification": { + "B": 0.0018598479218780994, + "S": 0.0014543210854753852, + "I": 0.0001591268228366971, + "C": 3.363890937180258e-05, + "R": 3.518556331982836e-05, + "M": 0.00965691078454256, + "O": 0.0037277392111718655, + "W": 0.00020927638979628682, + "N": 1.2528807928902097e-05, + "Y": 0.00444150110706687, + "U": 9.344185514237324e-07, + "K": 9.813414862946956e-07, + "L": 0.0009385622688569129, + "G": 0.002091326517984271, + "F": 0.011682082898914814, + "E": 0.000274490361334756, + "T": 0.0062371292151510715, + "P": 0.015706399455666542, + "-": 0.9414780735969543 + }, + "id": "tp_1163" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 145379, + "label": "-", + "classification": { + "B": 2.9115574307070347e-07, + "S": 4.474799197851098e-07, + "I": 2.9301857011887478e-06, + "C": 2.064270603341356e-07, + "R": 1.384271683946281e-07, + "M": 0.000680795987136662, + "O": 5.662181865773164e-05, + "W": 6.508525274284693e-08, + "N": 1.3774362983554056e-08, + "Y": 0.011027218773961067, + "U": 3.4862782105626877e-10, + "K": 2.6499955008141285e-10, + "L": 3.989360720879631e-06, + "G": 0.0003330515755806118, + "F": 9.86340528470464e-05, + "E": 4.40257622358331e-07, + "T": 0.006432506255805492, + "P": 0.0002185226621804759, + "-": 0.9811441898345947 + }, + "id": "tp_1164" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 145512, + "label": "-", + "classification": { + "B": 9.615351181935239e-09, + "S": 5.2565049202257796e-08, + "I": 3.2134760630242454e-08, + "C": 2.2789541087586684e-10, + "R": 5.325170859826756e-10, + "M": 1.9144574253004976e-05, + "O": 1.1413678748795064e-06, + "W": 1.8286161473923812e-09, + "N": 1.0912206555024895e-10, + "Y": 0.00021550241217482835, + "U": 4.2768241205470847e-13, + "K": 8.329881229229841e-11, + "L": 2.092616568916128e-08, + "G": 7.155380444601178e-06, + "F": 0.0003119985922239721, + "E": 2.5812633808186547e-08, + "T": 0.00011722888302756473, + "P": 4.9639205826679245e-05, + "-": 0.9992781281471252 + }, + "id": "tp_1165" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 145646, + "label": "-", + "classification": { + "B": 8.218119910452515e-05, + "S": 4.285927843739046e-06, + "I": 9.173358250791352e-08, + "C": 1.2356564127458114e-07, + "R": 9.044066473506973e-08, + "M": 0.0007536137127317488, + "O": 0.00013994539040140808, + "W": 3.0593551514357387e-07, + "N": 1.0112899406777842e-09, + "Y": 5.4695898143108934e-05, + "U": 8.35079991268195e-11, + "K": 8.730168497839141e-12, + "L": 5.38434978807345e-05, + "G": 0.0001382328337058425, + "F": 0.0002945001469925046, + "E": 7.508889439122868e-07, + "T": 0.0001145346905104816, + "P": 0.0002904108550865203, + "-": 0.9980723857879639 + }, + "id": "tp_1166" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 145779, + "label": "-", + "classification": { + "B": 2.7713811505236663e-05, + "S": 0.00011468382581369951, + "I": 5.87818976782728e-06, + "C": 1.0153138418900198e-06, + "R": 2.0775846678589005e-06, + "M": 0.05046520382165909, + "O": 0.004051153548061848, + "W": 6.031335942680016e-06, + "N": 2.9937908152533055e-08, + "Y": 0.009380802512168884, + "U": 1.5178464041198936e-10, + "K": 4.386207508311202e-10, + "L": 0.000566275033634156, + "G": 0.003299446776509285, + "F": 0.0006703370017930865, + "E": 2.706677605601726e-06, + "T": 0.014481518417596817, + "P": 6.0496113292174414e-05, + "-": 0.9168645143508911 + }, + "id": "tp_1167" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 145879, + "label": "-", + "classification": { + "B": 0.002576169790700078, + "S": 0.009278444573283195, + "I": 0.00030065912869758904, + "C": 3.878587449435145e-06, + "R": 4.338837243267335e-05, + "M": 0.02956189587712288, + "O": 0.042996831238269806, + "W": 0.001252534450031817, + "N": 3.6900080885970965e-05, + "Y": 0.012879363261163235, + "U": 4.6968850142548035e-07, + "K": 4.3445988922030665e-06, + "L": 0.001409177202731371, + "G": 0.0026798543985933065, + "F": 0.0039472030475735664, + "E": 3.961735274060629e-05, + "T": 0.04317544773221016, + "P": 0.00571164395660162, + "-": 0.844102144241333 + }, + "id": "tp_1168" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 146013, + "label": "-", + "classification": { + "B": 4.202560012345202e-05, + "S": 2.5730334527906962e-05, + "I": 0.00015605396765749902, + "C": 0.00017201268929056823, + "R": 4.7736233682371676e-05, + "M": 0.002166285878047347, + "O": 0.0005264072678983212, + "W": 1.7455169654567726e-05, + "N": 1.4475660464086104e-05, + "Y": 0.0038605667650699615, + "U": 5.158793555892771e-06, + "K": 2.2613075998378918e-06, + "L": 0.0001985564304050058, + "G": 0.001431533950380981, + "F": 0.00518827373161912, + "E": 0.0002605682529974729, + "T": 0.004087941721081734, + "P": 0.03190506622195244, + "-": 0.9498918652534485 + }, + "id": "tp_1169" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 146146, + "label": "-", + "classification": { + "B": 0.00014544796431437135, + "S": 0.0005001986864954233, + "I": 5.873874670214718e-06, + "C": 2.8818327336921357e-05, + "R": 8.229942613979802e-05, + "M": 0.005083383526653051, + "O": 0.01029508002102375, + "W": 0.00010531408042879775, + "N": 5.725318601434992e-07, + "Y": 0.0005367379635572433, + "U": 5.415980552925248e-08, + "K": 6.04890431077365e-08, + "L": 0.0029150343034416437, + "G": 0.0024644192308187485, + "F": 0.012171050533652306, + "E": 5.917974249314284e-06, + "T": 0.0021235779859125614, + "P": 0.0008193909889087081, + "-": 0.9627166986465454 + }, + "id": "tp_1170" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 146280, + "label": "-", + "classification": { + "B": 2.3796106063400657e-07, + "S": 5.974537486963527e-08, + "I": 8.508979476573586e-07, + "C": 1.484143808738736e-06, + "R": 2.8578426736203255e-07, + "M": 0.00013523121015168726, + "O": 2.1013172954553738e-05, + "W": 6.356684423280967e-08, + "N": 8.60989590734107e-09, + "Y": 4.2765153921209276e-05, + "U": 3.3451770242720613e-09, + "K": 1.3489485917173027e-10, + "L": 4.6342115638253745e-06, + "G": 3.0198372769518755e-05, + "F": 7.256513345055282e-05, + "E": 2.1941325201169093e-07, + "T": 0.0003700186498463154, + "P": 0.00330559816211462, + "-": 0.9960148334503174 + }, + "id": "tp_1171" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 146380, + "label": "-", + "classification": { + "B": 7.99123895944831e-08, + "S": 3.4480746080589597e-07, + "I": 1.1083891422458692e-06, + "C": 4.4554361977588997e-08, + "R": 2.0127012945181377e-08, + "M": 3.7524067010963336e-05, + "O": 7.387496225419454e-06, + "W": 6.932825158401101e-08, + "N": 4.0308670179456385e-08, + "Y": 5.014680573367514e-05, + "U": 1.288400830468106e-09, + "K": 7.66506946803247e-09, + "L": 2.5753709564924065e-07, + "G": 6.768953426217195e-06, + "F": 0.0006857262924313545, + "E": 3.551848294591764e-06, + "T": 0.00013012847921345383, + "P": 0.010018287226557732, + "-": 0.9890585541725159 + }, + "id": "tp_1172" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 146513, + "label": "-", + "classification": { + "B": 0.0018428910989314318, + "S": 0.00048008482553996146, + "I": 5.837014668941265e-06, + "C": 1.290346403948206e-06, + "R": 1.5111697848624317e-06, + "M": 0.006476085167378187, + "O": 0.008446102030575275, + "W": 3.994128928752616e-05, + "N": 2.519223585295549e-07, + "Y": 0.00023676134878769517, + "U": 1.3030712509021214e-08, + "K": 1.3284316979778055e-09, + "L": 0.0025559437926858664, + "G": 0.002183601725846529, + "F": 0.004121704492717981, + "E": 1.8679267668630928e-05, + "T": 0.0007734839455224574, + "P": 0.0024178428575396538, + "-": 0.9703980684280396 + }, + "id": "tp_1173" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 146647, + "label": "-", + "classification": { + "B": 0.00037949258694425225, + "S": 0.00019074243027716875, + "I": 5.259216413833201e-05, + "C": 8.127832552418113e-05, + "R": 3.6747544072568417e-05, + "M": 0.011499933898448944, + "O": 0.001946754870004952, + "W": 1.7681270037428476e-05, + "N": 1.271778501177323e-06, + "Y": 0.0048325858078897, + "U": 7.969048709810522e-08, + "K": 2.982977775900508e-08, + "L": 0.0014489975292235613, + "G": 0.0060825045220553875, + "F": 0.006956962402909994, + "E": 0.00010276562534272671, + "T": 0.00384502368979156, + "P": 0.0017378677148371935, + "-": 0.960786759853363 + }, + "id": "tp_1174" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 146780, + "label": "-", + "classification": { + "B": 1.4014953194418922e-05, + "S": 8.318338586832397e-07, + "I": 2.043312088062521e-05, + "C": 1.089376655727392e-05, + "R": 1.2126079127483536e-06, + "M": 0.00023089580645319074, + "O": 5.38794556632638e-05, + "W": 3.622760118560109e-07, + "N": 3.860566266666865e-07, + "Y": 0.00037847631028853357, + "U": 2.7868830798638555e-08, + "K": 2.070387772334925e-08, + "L": 1.5543646441074088e-05, + "G": 0.00033269645064137876, + "F": 0.0013611230533570051, + "E": 2.7513080567587167e-05, + "T": 0.0001520875666756183, + "P": 0.009688041172921658, + "-": 0.987711489200592 + }, + "id": "tp_1175" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 146880, + "label": "-", + "classification": { + "B": 5.973031875328161e-05, + "S": 6.16472561887349e-06, + "I": 1.593503995422907e-08, + "C": 7.294744808206133e-09, + "R": 9.065963091359208e-09, + "M": 0.0003098172601312399, + "O": 0.00024798716185614467, + "W": 1.370636653064139e-07, + "N": 9.326232147666147e-11, + "Y": 1.6637523003737442e-05, + "U": 4.942986124578663e-12, + "K": 4.4035475678209923e-13, + "L": 5.870046152267605e-05, + "G": 0.00014035360072739422, + "F": 0.00023617739498149604, + "E": 6.39616359876527e-08, + "T": 2.771293293335475e-05, + "P": 0.0001592592743691057, + "-": 0.9987371563911438 + }, + "id": "tp_1176" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 147014, + "label": "-", + "classification": { + "B": 8.129079631657987e-09, + "S": 1.0411489483885816e-06, + "I": 1.3848696411855599e-08, + "C": 4.784457274809029e-09, + "R": 8.313398858206256e-09, + "M": 2.577196755737532e-05, + "O": 2.145260623365175e-05, + "W": 1.0097760849703263e-07, + "N": 3.3231020712953807e-10, + "Y": 4.561509922496043e-05, + "U": 6.601828892588424e-12, + "K": 1.951015043966109e-10, + "L": 4.614302326899633e-07, + "G": 4.069291207997594e-06, + "F": 0.000674612179864198, + "E": 1.8851926242291484e-08, + "T": 5.2572904678527266e-05, + "P": 0.00017241427849512547, + "-": 0.9990019202232361 + }, + "id": "tp_1177" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 147147, + "label": "-", + "classification": { + "B": 3.500985258142464e-05, + "S": 2.9810966225340962e-05, + "I": 4.5302531361812726e-05, + "C": 2.6162083486269694e-06, + "R": 3.3119788440671982e-06, + "M": 0.0009889071807265282, + "O": 0.0005762070650234818, + "W": 8.168789463525172e-06, + "N": 1.044594341692573e-06, + "Y": 0.0014142940053716302, + "U": 4.9868983609258066e-08, + "K": 3.540708348737098e-08, + "L": 4.524381074588746e-05, + "G": 0.0004178114468231797, + "F": 0.0011551451170817018, + "E": 1.5439081835211255e-05, + "T": 0.00182806933298707, + "P": 0.0053298878483474255, + "-": 0.9881036877632141 + }, + "id": "tp_1178" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 147281, + "label": "-", + "classification": { + "B": 9.39094917384864e-08, + "S": 2.4459075120830676e-06, + "I": 4.018896652269177e-05, + "C": 5.906887963647023e-05, + "R": 3.190909046679735e-05, + "M": 0.000985184800811112, + "O": 0.00018763210391625762, + "W": 1.8425159851176431e-06, + "N": 6.681958097942697e-07, + "Y": 0.005289232823997736, + "U": 1.3713959390315722e-07, + "K": 8.527087658194432e-08, + "L": 4.831482146983035e-05, + "G": 0.0004310332878958434, + "F": 0.0017965537263080478, + "E": 5.315549969964195e-06, + "T": 0.005870956461876631, + "P": 0.0025121637154370546, + "-": 0.9827371835708618 + }, + "id": "tp_1179" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 147381, + "label": "-", + "classification": { + "B": 8.760362106841058e-07, + "S": 3.522336271544191e-07, + "I": 2.9396405807347037e-06, + "C": 5.840569770043658e-07, + "R": 1.715472848218269e-07, + "M": 1.9784538380918093e-05, + "O": 2.2652298866887577e-05, + "W": 2.5762000177564914e-07, + "N": 8.075239321669869e-08, + "Y": 2.6817817342816852e-05, + "U": 4.052397972742483e-09, + "K": 4.5480089139182667e-10, + "L": 1.7877001710076001e-06, + "G": 1.0622488844092004e-05, + "F": 0.00014360288332682103, + "E": 8.367809982701147e-07, + "T": 0.00012209183478262275, + "P": 0.021465061232447624, + "-": 0.9781815409660339 + }, + "id": "tp_1180" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 147514, + "label": "-", + "classification": { + "B": 0.0005746923852711916, + "S": 0.0006151063134893775, + "I": 0.0002740579657256603, + "C": 0.00017557751561980695, + "R": 0.00015436446119565517, + "M": 0.012144971638917923, + "O": 0.005438712425529957, + "W": 0.0003389661724213511, + "N": 3.746919901459478e-05, + "Y": 0.006369323469698429, + "U": 9.874262104858644e-06, + "K": 4.061108938913094e-06, + "L": 0.0020075258798897266, + "G": 0.0030044419690966606, + "F": 0.015001922845840454, + "E": 0.0002796117914840579, + "T": 0.013129159808158875, + "P": 0.01615169085562229, + "-": 0.9242884516716003 + }, + "id": "tp_1181" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 147648, + "label": "-", + "classification": { + "B": 5.7772802392719314e-05, + "S": 0.0001937008637469262, + "I": 1.9180700405740936e-07, + "C": 2.6682388920562516e-07, + "R": 3.234511041227961e-07, + "M": 0.0120369428768754, + "O": 0.004731515888124704, + "W": 5.87171598454006e-06, + "N": 5.675335756905042e-09, + "Y": 9.027396299643442e-05, + "U": 1.4619869204146596e-10, + "K": 5.565949177249729e-12, + "L": 0.0016209065215662122, + "G": 0.0005132892401888967, + "F": 0.0012589074904099107, + "E": 6.747660563632962e-07, + "T": 0.001193407690152526, + "P": 0.0002894803765229881, + "-": 0.9780064821243286 + }, + "id": "tp_1182" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 147781, + "label": "-", + "classification": { + "B": 4.9145878620038275e-06, + "S": 3.911838575731963e-05, + "I": 5.284465805743821e-05, + "C": 7.492733129765838e-05, + "R": 5.150112338014878e-05, + "M": 0.013364938087761402, + "O": 0.001763867330737412, + "W": 1.5251313016051427e-05, + "N": 2.14172359846998e-06, + "Y": 0.008398285135626793, + "U": 3.0958028673921945e-07, + "K": 3.0543594675691565e-07, + "L": 0.0007164806593209505, + "G": 0.0023148711770772934, + "F": 0.0036589610390365124, + "E": 8.098725811578333e-05, + "T": 0.009719903580844402, + "P": 0.002361559309065342, + "-": 0.9573788642883301 + }, + "id": "tp_1183" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 147881, + "label": "-", + "classification": { + "B": 7.467048135367804e-07, + "S": 5.319685101312643e-07, + "I": 2.6899093086285575e-07, + "C": 2.3292145989728397e-09, + "R": 3.556407390803429e-09, + "M": 0.0008971963543444872, + "O": 4.219791662762873e-05, + "W": 1.557751261316298e-08, + "N": 2.8996158252247994e-10, + "Y": 0.00028198896325193346, + "U": 1.0282720855347982e-12, + "K": 7.543082505183721e-14, + "L": 3.4811755540431477e-06, + "G": 5.001363388146274e-05, + "F": 2.7563577532419004e-05, + "E": 4.6204103654190476e-08, + "T": 0.0011116923997178674, + "P": 6.790971383452415e-05, + "-": 0.997516393661499 + }, + "id": "tp_1184" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 148015, + "label": "-", + "classification": { + "B": 0.0001593330962350592, + "S": 8.55894322739914e-05, + "I": 8.418674042331986e-07, + "C": 2.7824567041534465e-06, + "R": 7.0502073867828585e-06, + "M": 0.0012740036472678185, + "O": 0.002126772655174136, + "W": 2.2986705516814254e-05, + "N": 4.2517275034015256e-08, + "Y": 0.00023074197815731168, + "U": 7.0950028074889815e-09, + "K": 1.7255267215077197e-09, + "L": 0.0005432356847450137, + "G": 0.0005883017438463867, + "F": 0.005028463434427977, + "E": 1.7290216192122898e-06, + "T": 0.00034437159774824977, + "P": 0.0006505578057840466, + "-": 0.9889332056045532 + }, + "id": "tp_1185" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 148148, + "label": "-", + "classification": { + "B": 1.4425214089897054e-07, + "S": 3.935886283557011e-08, + "I": 2.1182234632988184e-08, + "C": 4.894269434174703e-10, + "R": 3.4122699110739063e-10, + "M": 2.2393405743059702e-05, + "O": 8.61591524881078e-06, + "W": 5.402430947043513e-09, + "N": 9.050466626137066e-11, + "Y": 1.1461093890829943e-05, + "U": 4.6233611557255916e-12, + "K": 1.2610638715996464e-13, + "L": 8.340726935784915e-07, + "G": 5.865617367817322e-06, + "F": 2.4801758627290837e-05, + "E": 2.1056033361332993e-08, + "T": 2.7972970201517455e-05, + "P": 0.000635520787909627, + "-": 0.999262273311615 + }, + "id": "tp_1186" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 148282, + "label": "-", + "classification": { + "B": 0.0004789218073710799, + "S": 0.000928848166950047, + "I": 0.00011814689059974626, + "C": 1.2404149856592994e-05, + "R": 3.2999560062307864e-05, + "M": 0.01634461060166359, + "O": 0.01230662316083908, + "W": 0.0002045481960522011, + "N": 3.3817466373875504e-06, + "Y": 0.001757170888595283, + "U": 1.6950905035173491e-07, + "K": 1.3511662899645671e-08, + "L": 0.0029936712235212326, + "G": 0.001415196224115789, + "F": 0.0025177837815135717, + "E": 4.265075767762028e-05, + "T": 0.004138346295803785, + "P": 0.007467876188457012, + "-": 0.9492366313934326 + }, + "id": "tp_1187" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 148382, + "label": "-", + "classification": { + "B": 2.7887084641520232e-08, + "S": 1.6505785538356577e-07, + "I": 1.3982839845994022e-05, + "C": 3.5193961593904532e-06, + "R": 3.8058904010540573e-06, + "M": 7.853996066842228e-05, + "O": 2.8500084226834588e-05, + "W": 3.498055889394891e-07, + "N": 1.2260936443908577e-07, + "Y": 0.001096226624213159, + "U": 1.7057343981718986e-08, + "K": 2.449197822329552e-08, + "L": 1.4991178431955632e-06, + "G": 3.626779289334081e-05, + "F": 0.0003646071709226817, + "E": 9.69418238128128e-07, + "T": 0.0006758314557373524, + "P": 0.002276700921356678, + "-": 0.995418906211853 + }, + "id": "tp_1188" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 148515, + "label": "-", + "classification": { + "B": 0.00020435842452570796, + "S": 0.0002511808997951448, + "I": 8.067384442256298e-06, + "C": 1.8506589185562916e-05, + "R": 2.4596074581495486e-05, + "M": 0.002995111281052232, + "O": 0.0037304600700736046, + "W": 5.341904397937469e-05, + "N": 4.4759792672266485e-07, + "Y": 0.0009456889238208532, + "U": 6.82309746480314e-08, + "K": 3.630956513234196e-08, + "L": 0.002003519097343087, + "G": 0.0019412570400163531, + "F": 0.013598078861832619, + "E": 1.9275381418992765e-05, + "T": 0.001159540144726634, + "P": 0.001993314130231738, + "-": 0.9710530638694763 + }, + "id": "tp_1189" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 148649, + "label": "-", + "classification": { + "B": 2.9567778256023303e-05, + "S": 0.0005664858617819846, + "I": 1.8651293430593796e-05, + "C": 1.1100814845121931e-05, + "R": 3.4019256418105215e-05, + "M": 0.05698364973068237, + "O": 0.020392704755067825, + "W": 7.568888395326212e-05, + "N": 6.068585776120017e-07, + "Y": 0.01793818734586239, + "U": 1.6095794919124273e-08, + "K": 1.302853203100085e-08, + "L": 0.0030528276693075895, + "G": 0.005827993620187044, + "F": 0.004078404512256384, + "E": 1.392384547216352e-05, + "T": 0.013729146681725979, + "P": 0.00040439286385662854, + "-": 0.8768426179885864 + }, + "id": "tp_1190" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 148782, + "label": "-", + "classification": { + "B": 4.648624963010661e-05, + "S": 0.000780461123213172, + "I": 2.359491554670967e-05, + "C": 1.4636715604865458e-05, + "R": 1.9512168364599347e-05, + "M": 0.004005783703178167, + "O": 0.00469181640073657, + "W": 0.00013174979540053755, + "N": 3.853994257951854e-06, + "Y": 0.00048310888814739883, + "U": 2.7200528052162554e-07, + "K": 3.6231003832654096e-06, + "L": 0.0005669440142810345, + "G": 0.001394359627738595, + "F": 0.03476318344473839, + "E": 6.545367068611085e-05, + "T": 0.0020384190138429403, + "P": 0.008347596041858196, + "-": 0.942619264125824 + }, + "id": "tp_1191" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 148882, + "label": "-", + "classification": { + "B": 2.421681347186677e-05, + "S": 0.00039839447708800435, + "I": 0.00010559568909229711, + "C": 0.00041156314546242356, + "R": 0.0003154176811221987, + "M": 0.0065182591788470745, + "O": 0.006000719964504242, + "W": 0.00020241095626261085, + "N": 1.674205304880161e-05, + "Y": 0.005043310578912497, + "U": 3.6002425076731015e-06, + "K": 5.885045084141893e-06, + "L": 0.001401139423251152, + "G": 0.002962147118523717, + "F": 0.010423959232866764, + "E": 7.351351814577356e-05, + "T": 0.008612426929175854, + "P": 0.008157013915479183, + "-": 0.9493237137794495 + }, + "id": "tp_1192" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 149016, + "label": "-", + "classification": { + "B": 0.00012331661127973348, + "S": 2.3361877538263798e-05, + "I": 1.0847328439922421e-06, + "C": 1.9215628981328337e-06, + "R": 1.7816486206356785e-06, + "M": 0.012049457058310509, + "O": 0.00300078047439456, + "W": 2.284551328557427e-06, + "N": 1.1545710165705714e-08, + "Y": 0.0021536406129598618, + "U": 6.320420853356268e-10, + "K": 2.2586835179971843e-11, + "L": 0.001352346851490438, + "G": 0.0031768062617629766, + "F": 0.0006139604956842959, + "E": 1.6343605011570617e-06, + "T": 0.00336706661619246, + "P": 0.00014326396922115237, + "-": 0.9739874601364136 + }, + "id": "tp_1193" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 149149, + "label": "-", + "classification": { + "B": 1.2013915196007474e-08, + "S": 1.368230613252308e-07, + "I": 4.5533520278695505e-06, + "C": 1.9369931578694377e-06, + "R": 1.0830125347638386e-06, + "M": 0.00024556092103011906, + "O": 2.3847327611292712e-05, + "W": 9.08899977503097e-08, + "N": 5.6109239920942855e-08, + "Y": 0.0011959646362811327, + "U": 1.2023887663303867e-08, + "K": 8.332977863290125e-09, + "L": 5.692293143511051e-06, + "G": 0.00010264891170663759, + "F": 0.0008414120529778302, + "E": 2.1796154214825947e-06, + "T": 0.0010654977522790432, + "P": 0.002479084301739931, + "-": 0.994030237197876 + }, + "id": "tp_1194" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 149283, + "label": "-", + "classification": { + "B": 2.2926820747670718e-05, + "S": 8.7888038251549e-06, + "I": 2.9585748961835634e-06, + "C": 8.810621693555731e-06, + "R": 2.512862238290836e-06, + "M": 0.0039826431311666965, + "O": 0.0004986164858564734, + "W": 1.924217713167309e-06, + "N": 1.1815038192253269e-07, + "Y": 0.0007116922060959041, + "U": 1.2849985964180632e-08, + "K": 6.483290793113383e-09, + "L": 0.0001706091279629618, + "G": 0.0007636420195922256, + "F": 0.0017399733187630773, + "E": 1.761915336828679e-05, + "T": 0.0014587678015232086, + "P": 0.001911272993311286, + "-": 0.9886971712112427 + }, + "id": "tp_1195" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 149383, + "label": "-", + "classification": { + "B": 1.1855978527819389e-06, + "S": 2.4264122657768894e-06, + "I": 8.531433763891982e-07, + "C": 6.085635106956033e-08, + "R": 5.5472092697073094e-08, + "M": 0.00016612993204034865, + "O": 7.264860323630273e-05, + "W": 4.790490493178368e-07, + "N": 1.762858303777648e-08, + "Y": 4.769871520693414e-05, + "U": 8.740069779022974e-10, + "K": 3.21621201893052e-10, + "L": 5.352852440410061e-06, + "G": 1.713881647447124e-05, + "F": 0.00036580071900971234, + "E": 5.401870453169977e-07, + "T": 0.00018800460384227335, + "P": 0.00230013532564044, + "-": 0.996831476688385 + }, + "id": "tp_1196" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 149516, + "label": "-", + "classification": { + "B": 0.0001413418067386374, + "S": 0.014629977755248547, + "I": 8.757961040828377e-07, + "C": 1.6126000446092803e-06, + "R": 2.0431818484212272e-05, + "M": 0.13221628963947296, + "O": 0.296543687582016, + "W": 0.000272115517873317, + "N": 3.9430275933227676e-08, + "Y": 0.0018552385736256838, + "U": 2.2417148692888134e-10, + "K": 2.0442642023610347e-10, + "L": 0.058557674288749695, + "G": 0.01327073946595192, + "F": 0.004281615372747183, + "E": 1.1627889762166888e-06, + "T": 0.006470788270235062, + "P": 4.102296588825993e-05, + "-": 0.47169533371925354 + }, + "id": "tp_1197" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 149650, + "label": "-", + "classification": { + "B": 0.0005675966385751963, + "S": 0.0013397261500358582, + "I": 1.536188028694596e-05, + "C": 2.0329458493506536e-05, + "R": 3.1809828215045854e-05, + "M": 0.0028529749251902103, + "O": 0.009327814914286137, + "W": 0.0003966658259741962, + "N": 3.5190316793887177e-06, + "Y": 0.0010189067106693983, + "U": 3.5833886613545474e-07, + "K": 2.3126510768634034e-06, + "L": 0.0013078012270852923, + "G": 0.002146561862900853, + "F": 0.0894349217414856, + "E": 0.00010521132207941264, + "T": 0.0007334396941587329, + "P": 0.006790716666728258, + "-": 0.8839040398597717 + }, + "id": "tp_1198" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 149783, + "label": "-", + "classification": { + "B": 7.905023835519387e-07, + "S": 0.00045100145507603884, + "I": 3.3548085411894135e-06, + "C": 1.1418320582379238e-06, + "R": 1.391598061672994e-06, + "M": 0.000483021984109655, + "O": 0.0009443830931559205, + "W": 2.6167610485572368e-05, + "N": 3.352782300680701e-07, + "Y": 9.058497380465269e-05, + "U": 7.829642711953966e-09, + "K": 2.9188373673605383e-07, + "L": 5.4066982556832954e-05, + "G": 0.00014390306023415178, + "F": 0.023715980350971222, + "E": 5.907901595492149e-06, + "T": 0.0003190291754435748, + "P": 0.004219411872327328, + "-": 0.9695392847061157 + }, + "id": "tp_1199" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 149883, + "label": "-", + "classification": { + "B": 2.565374870755477e-06, + "S": 0.0003498965816106647, + "I": 2.8470149118220434e-05, + "C": 1.5457060726475902e-05, + "R": 3.4038483136100695e-05, + "M": 0.003231571987271309, + "O": 0.002172764390707016, + "W": 4.669538247981109e-05, + "N": 1.2802413493773201e-06, + "Y": 0.0045156776905059814, + "U": 2.6747843051566633e-08, + "K": 1.7489030597062083e-06, + "L": 9.791913180379197e-05, + "G": 0.0006999349570833147, + "F": 0.005266543943434954, + "E": 6.712919002893614e-06, + "T": 0.007839041762053967, + "P": 0.0010233641369268298, + "-": 0.9746662974357605 + }, + "id": "tp_1200" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 150017, + "label": "-", + "classification": { + "B": 2.3715540464763762e-06, + "S": 1.0311478945368435e-05, + "I": 1.2638261978281662e-05, + "C": 3.5430634852673393e-06, + "R": 2.4593396119598765e-06, + "M": 6.789506005588919e-05, + "O": 0.0001258240663446486, + "W": 4.710253506345907e-06, + "N": 1.2686558648056234e-06, + "Y": 0.00048080869601108134, + "U": 1.3280249788749643e-07, + "K": 1.9122001049254322e-06, + "L": 6.202787972142687e-06, + "G": 9.775219223229215e-05, + "F": 0.005284725688397884, + "E": 1.4985166671976913e-05, + "T": 0.00040083975181914866, + "P": 0.01276427786797285, + "-": 0.9807173609733582 + }, + "id": "tp_1201" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 150150, + "label": "-", + "classification": { + "B": 0.0010884987423196435, + "S": 0.007939467206597328, + "I": 1.2297718967602123e-05, + "C": 3.22288615279831e-05, + "R": 6.948532973183319e-05, + "M": 0.02824198268353939, + "O": 0.035595234483480453, + "W": 0.0005691067781299353, + "N": 1.6977643326754333e-06, + "Y": 0.01000529620796442, + "U": 9.377907161933763e-08, + "K": 1.066024537976773e-06, + "L": 0.010306171141564846, + "G": 0.031944725662469864, + "F": 0.059552062302827835, + "E": 0.00012181758211227134, + "T": 0.006989473942667246, + "P": 0.0008577671833336353, + "-": 0.8066715598106384 + }, + "id": "tp_1202" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 150250, + "label": "-", + "classification": { + "B": 9.10346625460079e-06, + "S": 0.0011449585435912013, + "I": 3.956659202231094e-05, + "C": 0.0009568680543452501, + "R": 0.002636789344251156, + "M": 0.10197418183088303, + "O": 0.05423808842897415, + "W": 0.00017904039123095572, + "N": 1.7707284314383287e-06, + "Y": 0.0309981070458889, + "U": 9.802079148357734e-08, + "K": 4.740647341350268e-07, + "L": 0.02317395992577076, + "G": 0.044586144387722015, + "F": 0.013302122242748737, + "E": 1.2099279047106393e-05, + "T": 0.03993368148803711, + "P": 0.0002507097087800503, + "-": 0.686562180519104 + }, + "id": "tp_1203" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 150384, + "label": "-", + "classification": { + "B": 0.0009774339850991964, + "S": 0.00220652692951262, + "I": 0.0022632465697824955, + "C": 6.491827662102878e-05, + "R": 0.00015448681369889528, + "M": 0.004651630762964487, + "O": 0.010976126417517662, + "W": 0.0006026098853908479, + "N": 0.00019413723202887923, + "Y": 0.0009856846882030368, + "U": 5.461953151097987e-06, + "K": 4.573627848003525e-06, + "L": 0.0009433846571482718, + "G": 0.001441880944184959, + "F": 0.00705435685813427, + "E": 0.0002982398436870426, + "T": 0.002801022958010435, + "P": 0.09625783562660217, + "-": 0.8681163191795349 + }, + "id": "tp_1204" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 150517, + "label": "-", + "classification": { + "B": 7.553664181614295e-05, + "S": 8.355046156793833e-05, + "I": 4.4808407437813e-06, + "C": 0.0002632259565871209, + "R": 0.0002577612758614123, + "M": 0.07079780101776123, + "O": 0.020624876022338867, + "W": 2.066942397505045e-05, + "N": 4.2801641342293806e-08, + "Y": 0.0037199181970208883, + "U": 1.5392243923884052e-08, + "K": 2.3019110229061113e-10, + "L": 0.06302541494369507, + "G": 0.02928309701383114, + "F": 0.0010013333521783352, + "E": 3.3879009606607724e-06, + "T": 0.007199650630354881, + "P": 0.00011311580601613969, + "-": 0.8035261631011963 + }, + "id": "tp_1205" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 150651, + "label": "-", + "classification": { + "B": 2.524840419937391e-05, + "S": 9.204996604239568e-05, + "I": 1.9331670046085492e-05, + "C": 9.563506318954751e-05, + "R": 5.39837492397055e-05, + "M": 0.001081308233551681, + "O": 0.0007892640423960984, + "W": 2.926802699221298e-05, + "N": 1.974720589714707e-06, + "Y": 0.0032522031106054783, + "U": 4.474991612823942e-07, + "K": 3.467174110483029e-06, + "L": 0.0002399299555690959, + "G": 0.0021773199550807476, + "F": 0.02525460720062256, + "E": 4.245351010467857e-05, + "T": 0.002015157602727413, + "P": 0.004375370219349861, + "-": 0.9604510068893433 + }, + "id": "tp_1206" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 150751, + "label": "-", + "classification": { + "B": 0.00048070334014482796, + "S": 3.2610030757496133e-05, + "I": 1.0174300768994726e-05, + "C": 4.873384568782058e-06, + "R": 2.2170631837070687e-06, + "M": 0.0015705522382631898, + "O": 0.0004670496273320168, + "W": 8.27103212941438e-06, + "N": 2.485640493432584e-07, + "Y": 0.0003159290936309844, + "U": 3.179314589374371e-08, + "K": 1.3367342788228598e-08, + "L": 0.00013344851322472095, + "G": 0.0005478818784467876, + "F": 0.0028638008516281843, + "E": 5.398135544965044e-05, + "T": 0.0002959840348921716, + "P": 0.006256586872041225, + "-": 0.9869556427001953 + }, + "id": "tp_1207" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 150884, + "label": "-", + "classification": { + "B": 1.8580516552901827e-05, + "S": 0.0002550384378992021, + "I": 2.364529609621968e-05, + "C": 1.8662854017748032e-06, + "R": 4.775513389176922e-06, + "M": 0.003619904862716794, + "O": 0.0032744354102760553, + "W": 5.921342017245479e-05, + "N": 1.7281336113228463e-06, + "Y": 0.0016219845274463296, + "U": 6.71414071007348e-08, + "K": 3.8096828802736127e-07, + "L": 0.00011987350444542244, + "G": 0.0003233394818380475, + "F": 0.002501219045370817, + "E": 1.2680239706241991e-05, + "T": 0.0032194608356803656, + "P": 0.005456260871142149, + "-": 0.9794855117797852 + }, + "id": "tp_1208" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 151018, + "label": "-", + "classification": { + "B": 0.00040008389623835683, + "S": 0.0006335495272651315, + "I": 0.00022275233641266823, + "C": 2.0203944586683065e-05, + "R": 1.9582354070735164e-05, + "M": 0.0022371921222656965, + "O": 0.0026783905923366547, + "W": 0.0001329950027866289, + "N": 3.328752427478321e-05, + "Y": 0.0038594193756580353, + "U": 2.6713435090641724e-06, + "K": 1.4251058018999174e-05, + "L": 0.0002927996392827481, + "G": 0.0022069187834858894, + "F": 0.019662251695990562, + "E": 0.0004498549678828567, + "T": 0.004509479273110628, + "P": 0.0412752665579319, + "-": 0.9213491082191467 + }, + "id": "tp_1209" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 151151, + "label": "-", + "classification": { + "B": 1.7237924112123437e-05, + "S": 3.455957630649209e-05, + "I": 6.830049983364006e-07, + "C": 6.968414822949853e-07, + "R": 1.9605547549872426e-06, + "M": 0.003389099147170782, + "O": 0.002207971876487136, + "W": 8.472880836052354e-06, + "N": 1.3575392365794414e-08, + "Y": 0.0009540781029500067, + "U": 1.5753309767774226e-09, + "K": 3.9351025216127766e-10, + "L": 0.0006128615932539105, + "G": 0.0007586596766486764, + "F": 0.002301580272614956, + "E": 1.3790082675768645e-06, + "T": 0.0006525787757709622, + "P": 0.00027258601039648056, + "-": 0.9887855052947998 + }, + "id": "tp_1210" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 151251, + "label": "-", + "classification": { + "B": 0.00027277637855149806, + "S": 0.00290512852370739, + "I": 9.805617992242333e-06, + "C": 4.449371317605255e-06, + "R": 7.527245998062426e-06, + "M": 0.010038071312010288, + "O": 0.016119444742798805, + "W": 0.00019526433607097715, + "N": 1.2902899015898583e-06, + "Y": 0.0005932373460382223, + "U": 4.4187515868543414e-08, + "K": 7.070983087942295e-08, + "L": 0.0015691210282966495, + "G": 0.0007232091738842428, + "F": 0.00361249758861959, + "E": 3.201864456059411e-05, + "T": 0.002439936390146613, + "P": 0.0035471573937684298, + "-": 0.9579289555549622 + }, + "id": "tp_1211" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 151385, + "label": "-", + "classification": { + "B": 0.00011855795310111716, + "S": 0.0003096802392974496, + "I": 1.6712344574898452e-07, + "C": 4.077198809682159e-07, + "R": 2.0792651866941014e-06, + "M": 0.012680323794484138, + "O": 0.015481282025575638, + "W": 2.8427464712876827e-05, + "N": 4.139935949609708e-09, + "Y": 0.0003963341878261417, + "U": 1.7330810397897523e-10, + "K": 1.9339439771837164e-11, + "L": 0.004389013629406691, + "G": 0.0015792404301464558, + "F": 0.0016164120752364397, + "E": 2.0972393599549832e-07, + "T": 0.0013309925561770797, + "P": 5.6936834880616516e-05, + "-": 0.9620099067687988 + }, + "id": "tp_1212" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 151518, + "label": "-", + "classification": { + "B": 2.6876043648371706e-06, + "S": 1.4885141581544303e-06, + "I": 4.234149173498736e-07, + "C": 6.170970436869538e-07, + "R": 1.9786550353728671e-07, + "M": 0.0002308254479430616, + "O": 5.435277853393927e-05, + "W": 4.4916475872014416e-07, + "N": 2.432922485695599e-08, + "Y": 7.73338761064224e-05, + "U": 4.207561854485675e-09, + "K": 7.302168314460289e-10, + "L": 1.0420893886475824e-05, + "G": 2.469432365614921e-05, + "F": 0.000612976320553571, + "E": 9.023302141031309e-07, + "T": 0.000407550047384575, + "P": 0.003113560611382127, + "-": 0.9954614043235779 + }, + "id": "tp_1213" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 151652, + "label": "-", + "classification": { + "B": 2.5141534365502594e-07, + "S": 5.224400865699863e-06, + "I": 2.5947224457922857e-06, + "C": 3.3327253277093405e-06, + "R": 1.5012446965556592e-06, + "M": 0.00023249427613336593, + "O": 7.198881939984858e-05, + "W": 1.13380315269751e-06, + "N": 1.7933761853328178e-07, + "Y": 0.0005780069623142481, + "U": 1.3236111762182645e-08, + "K": 4.717757633443398e-07, + "L": 5.167012204765342e-06, + "G": 0.00011898882075911388, + "F": 0.0056153894402086735, + "E": 7.8613174991915e-06, + "T": 0.0005024148849770427, + "P": 0.0024003281723707914, + "-": 0.990452766418457 + }, + "id": "tp_1214" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 151752, + "label": "-", + "classification": { + "B": 0.004604079760611057, + "S": 0.0008309217519126832, + "I": 1.4414263205253519e-05, + "C": 3.954511339543387e-05, + "R": 5.832451279275119e-05, + "M": 0.012973914854228497, + "O": 0.01871125027537346, + "W": 0.00015344013809226453, + "N": 8.839730867293838e-07, + "Y": 0.002521347254514694, + "U": 1.6883556952507206e-07, + "K": 8.241790361296353e-09, + "L": 0.01648738794028759, + "G": 0.012557821348309517, + "F": 0.009040049277245998, + "E": 2.2794161850470118e-05, + "T": 0.0031736416276544333, + "P": 0.0016451412811875343, + "-": 0.9171649217605591 + }, + "id": "tp_1215" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 151885, + "label": "-", + "classification": { + "B": 1.5315686141548213e-07, + "S": 4.389838522911305e-06, + "I": 2.1623298707140748e-08, + "C": 2.073337768138117e-08, + "R": 1.9442984111606165e-08, + "M": 0.0003477027639746666, + "O": 0.00015283245011232793, + "W": 3.1835750746722624e-07, + "N": 6.9237260369448e-10, + "Y": 0.00019597836944740266, + "U": 1.2193295852169772e-11, + "K": 1.9542940876693393e-10, + "L": 1.0692134310374968e-05, + "G": 5.364698154153302e-05, + "F": 0.002967342035844922, + "E": 4.774315129907336e-07, + "T": 0.0001307368656853214, + "P": 0.0001256968971574679, + "-": 0.9960099458694458 + }, + "id": "tp_1216" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 152019, + "label": "-", + "classification": { + "B": 3.355857813858165e-07, + "S": 1.0416842997074127e-05, + "I": 2.018511402468448e-08, + "C": 1.1104100394732086e-07, + "R": 1.3241086094240018e-07, + "M": 0.0003438586718402803, + "O": 0.0005064466968178749, + "W": 7.739948273410846e-07, + "N": 9.127025801802802e-10, + "Y": 5.257458542473614e-05, + "U": 4.012247131757185e-11, + "K": 2.12762418794199e-10, + "L": 4.67302197648678e-05, + "G": 5.146554030943662e-05, + "F": 0.0007765849004499614, + "E": 1.3655959207881097e-07, + "T": 0.00010861165355890989, + "P": 0.0001438911713194102, + "-": 0.9979578256607056 + }, + "id": "tp_1217" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 152152, + "label": "-", + "classification": { + "B": 1.740055211030267e-08, + "S": 9.871178718867668e-08, + "I": 2.233218538094661e-06, + "C": 1.5258135022122588e-07, + "R": 9.892364261077091e-08, + "M": 3.879871292156167e-05, + "O": 9.474832040723413e-06, + "W": 4.8697284427134946e-08, + "N": 1.9813919394096047e-08, + "Y": 0.000483207666547969, + "U": 1.2072329802492732e-09, + "K": 1.038958585830585e-09, + "L": 4.864866127718415e-07, + "G": 1.3524432688427623e-05, + "F": 5.902830889681354e-05, + "E": 3.708248641487444e-07, + "T": 0.0006696762284263968, + "P": 0.0022410969249904156, + "-": 0.9964815378189087 + }, + "id": "tp_1218" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 152252, + "label": "-", + "classification": { + "B": 0.07588690519332886, + "S": 0.04664681851863861, + "I": 0.01464791689068079, + "C": 0.00623671431094408, + "R": 0.00592052610591054, + "M": 0.06659585237503052, + "O": 0.05722234398126602, + "W": 0.020132336765527725, + "N": 0.0066683655604720116, + "Y": 0.02551882155239582, + "U": 0.0022245401050895452, + "K": 0.0017823971575126052, + "L": 0.034774962812662125, + "G": 0.04212505370378494, + "F": 0.06894028186798096, + "E": 0.023317966610193253, + "T": 0.039612218737602234, + "P": 0.11106814444065094, + "-": 0.3506779074668884 + }, + "id": "tp_1219" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 152386, + "label": "-", + "classification": { + "B": 8.309591976285446e-06, + "S": 2.2087515390012413e-05, + "I": 6.756833317922428e-05, + "C": 1.465353761886945e-05, + "R": 2.7509508981893305e-06, + "M": 0.00019059731857851148, + "O": 9.99213443719782e-05, + "W": 1.048509238898987e-05, + "N": 7.883557373133954e-06, + "Y": 0.0005085970042273402, + "U": 6.875606004541623e-07, + "K": 1.9630324459285475e-05, + "L": 6.444338396249805e-06, + "G": 9.224668610841036e-05, + "F": 0.013488822616636753, + "E": 0.00015161263581831008, + "T": 0.0003641825751401484, + "P": 0.03918510675430298, + "-": 0.945758581161499 + }, + "id": "tp_1220" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 152519, + "label": "-", + "classification": { + "B": 1.4195326230037608e-06, + "S": 3.115751678706147e-05, + "I": 7.153999376896536e-06, + "C": 1.9404874365136493e-06, + "R": 6.339839274005499e-06, + "M": 0.004194526467472315, + "O": 0.001363574294373393, + "W": 2.6348279789090157e-06, + "N": 5.240145384277639e-08, + "Y": 0.004324308596551418, + "U": 9.679211876445493e-10, + "K": 5.643056577575578e-10, + "L": 0.00022201637329999357, + "G": 0.0008850512676872313, + "F": 0.0007047491380944848, + "E": 8.162238032127789e-07, + "T": 0.008612541481852531, + "P": 0.0002355566539335996, + "-": 0.9794061779975891 + }, + "id": "tp_1221" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 152653, + "label": "-", + "classification": { + "B": 2.152799970644992e-05, + "S": 0.009946836158633232, + "I": 0.00016463384963572025, + "C": 7.486979302484542e-05, + "R": 0.00022345810430124402, + "M": 0.051344744861125946, + "O": 0.03752585127949715, + "W": 0.00016213244816754013, + "N": 4.839517259824788e-06, + "Y": 0.03959265723824501, + "U": 1.7669530283370705e-09, + "K": 6.892820181292336e-08, + "L": 0.0036276571918278933, + "G": 0.043148141354322433, + "F": 0.02640448324382305, + "E": 1.1962794815190136e-05, + "T": 0.10464931279420853, + "P": 0.0002765097888186574, + "-": 0.6828203201293945 + }, + "id": "tp_1222" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 152753, + "label": "-", + "classification": { + "B": 0.017352355644106865, + "S": 0.03784415125846863, + "I": 0.0004224423610139638, + "C": 0.0009973414707928896, + "R": 0.0011900016106665134, + "M": 0.16012059152126312, + "O": 0.09874194860458374, + "W": 0.003944603726267815, + "N": 5.98710284975823e-05, + "Y": 0.0035986430011689663, + "U": 6.725811090291245e-06, + "K": 2.8015167572448263e-06, + "L": 0.0867132768034935, + "G": 0.04634469002485275, + "F": 0.04404784366488457, + "E": 0.0017183520831167698, + "T": 0.012284357100725174, + "P": 0.007385270670056343, + "-": 0.477224737405777 + }, + "id": "tp_1223" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 152886, + "label": "-", + "classification": { + "B": 0.0002769528655335307, + "S": 0.019160160794854164, + "I": 4.4745050331584935e-07, + "C": 2.347719352258082e-08, + "R": 3.6615540466300445e-07, + "M": 0.002172107109799981, + "O": 0.02567010186612606, + "W": 0.00034770037746056914, + "N": 8.191095446363761e-08, + "Y": 3.293571717222221e-05, + "U": 1.5558626609291082e-10, + "K": 1.622830203551473e-09, + "L": 0.0005770883872173727, + "G": 0.00015946271014399827, + "F": 0.01024023350328207, + "E": 1.3070604154563625e-06, + "T": 0.00023353351571131498, + "P": 0.0015034378739073873, + "-": 0.9396241307258606 + }, + "id": "tp_1224" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 153020, + "label": "-", + "classification": { + "B": 1.2025928299408406e-05, + "S": 0.0002366521948715672, + "I": 1.7480777387390845e-05, + "C": 5.101785973238293e-06, + "R": 7.584100785607006e-06, + "M": 0.0018138430314138532, + "O": 0.0017608802299946547, + "W": 3.167476461385377e-05, + "N": 1.0703311090765055e-06, + "Y": 0.0018219799967482686, + "U": 5.570873184979064e-08, + "K": 6.441661071221461e-07, + "L": 0.00019681821868289262, + "G": 0.0009562174091115594, + "F": 0.011043529957532883, + "E": 1.6340996808139607e-05, + "T": 0.0021001913119107485, + "P": 0.003431659424677491, + "-": 0.9765461683273315 + }, + "id": "tp_1225" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 153153, + "label": "-", + "classification": { + "B": 1.4713752989337081e-06, + "S": 2.337640580662992e-05, + "I": 2.38093598454725e-05, + "C": 1.0042998837889172e-05, + "R": 1.4963424291636329e-05, + "M": 0.0020723645575344563, + "O": 0.0005515798111446202, + "W": 6.553164894285146e-06, + "N": 4.6188759483811737e-07, + "Y": 0.014818376861512661, + "U": 1.8322111827728804e-08, + "K": 8.21663377337245e-08, + "L": 7.678334804950282e-05, + "G": 0.0007522923988290131, + "F": 0.0026621997822076082, + "E": 2.9893647024437087e-06, + "T": 0.017338529229164124, + "P": 0.0006304221460595727, + "-": 0.9610137343406677 + }, + "id": "tp_1226" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 153253, + "label": "-", + "classification": { + "B": 0.0016528611304238439, + "S": 0.009151700884103775, + "I": 2.5138751880149357e-05, + "C": 6.78348951623775e-05, + "R": 0.00017733675485942513, + "M": 0.05255487933754921, + "O": 0.06218890845775604, + "W": 0.0011262786574661732, + "N": 2.8837239369750023e-06, + "Y": 0.0019153393805027008, + "U": 2.447705469421635e-07, + "K": 3.5642397477886334e-08, + "L": 0.03095419518649578, + "G": 0.009619484655559063, + "F": 0.013692053966224194, + "E": 3.554048453224823e-05, + "T": 0.008552060462534428, + "P": 0.0022658950183540583, + "-": 0.8060174584388733 + }, + "id": "tp_1227" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 153387, + "label": "-", + "classification": { + "B": 7.341625405388186e-07, + "S": 2.1731690139858983e-05, + "I": 2.484804042524047e-07, + "C": 3.4848599739234487e-07, + "R": 3.0857987098897866e-07, + "M": 0.0004940330400131643, + "O": 0.00017241991008631885, + "W": 1.8857956547435606e-06, + "N": 1.1055518278624277e-08, + "Y": 0.00011567944602575153, + "U": 8.622580982553529e-10, + "K": 2.3444237662317846e-09, + "L": 1.5164915566856507e-05, + "G": 3.591224958654493e-05, + "F": 0.0011942090932279825, + "E": 7.391519147859071e-07, + "T": 0.00029390177223831415, + "P": 0.0006398364785127342, + "-": 0.9970129728317261 + }, + "id": "tp_1228" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 153520, + "label": "-", + "classification": { + "B": 0.0036224694922566414, + "S": 0.004896031226962805, + "I": 0.001280055264942348, + "C": 0.0003329313767608255, + "R": 0.0004839175380766392, + "M": 0.04279158636927605, + "O": 0.04501811042428017, + "W": 0.0016924783121794462, + "N": 0.0002005857095355168, + "Y": 0.010945531539618969, + "U": 4.081905717612244e-05, + "K": 6.547706107085105e-06, + "L": 0.014243061654269695, + "G": 0.01352301798760891, + "F": 0.0067285457625985146, + "E": 0.000924491963814944, + "T": 0.028431840240955353, + "P": 0.03650970757007599, + "-": 0.788328230381012 + }, + "id": "tp_1229" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 153654, + "label": "-", + "classification": { + "B": 0.00023777858586981893, + "S": 2.986377694469411e-05, + "I": 1.0560480632193503e-06, + "C": 1.0980376607960807e-08, + "R": 2.4850514535046386e-08, + "M": 0.00755391176789999, + "O": 0.0009750074241310358, + "W": 1.3247616834632936e-06, + "N": 7.2491603830826534e-09, + "Y": 5.153934034751728e-05, + "U": 4.799373398700624e-11, + "K": 5.488823913608887e-13, + "L": 7.97766842879355e-05, + "G": 5.198341023060493e-05, + "F": 2.5898658350342885e-05, + "E": 1.2325982652328094e-06, + "T": 0.0005438707303255796, + "P": 0.0007425530930049717, + "-": 0.9897040724754333 + }, + "id": "tp_1230" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 153754, + "label": "-", + "classification": { + "B": 0.001222930382937193, + "S": 7.697713590459898e-05, + "I": 3.5659065815707436e-06, + "C": 1.4709660263179103e-06, + "R": 2.2158621959533775e-06, + "M": 0.15027078986167908, + "O": 0.006234405096620321, + "W": 5.603365934803151e-06, + "N": 2.250832054073726e-08, + "Y": 0.0007141638197936118, + "U": 1.1110926623203454e-09, + "K": 1.2281784096679349e-11, + "L": 0.004929457791149616, + "G": 0.004055805038660765, + "F": 0.00031078196479938924, + "E": 9.987622433982324e-06, + "T": 0.006084618624299765, + "P": 0.00038571649929508567, + "-": 0.8256914615631104 + }, + "id": "tp_1231" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 153887, + "label": "-", + "classification": { + "B": 3.598786497605033e-05, + "S": 0.0001693965750746429, + "I": 3.4261381642863853e-07, + "C": 1.29282364014216e-06, + "R": 2.5587730760889826e-06, + "M": 0.013928229920566082, + "O": 0.00954452808946371, + "W": 1.2836053429055028e-05, + "N": 1.0755881518775823e-08, + "Y": 0.00048499592230655253, + "U": 7.558342285385322e-10, + "K": 8.117826549858265e-11, + "L": 0.002944716950878501, + "G": 0.0012478476855903864, + "F": 0.0014082960551604629, + "E": 8.988787385533215e-07, + "T": 0.001033927546814084, + "P": 0.00014370550343301147, + "-": 0.96904057264328 + }, + "id": "tp_1232" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 154021, + "label": "-", + "classification": { + "B": 0.012789002619683743, + "S": 4.977542630513199e-05, + "I": 2.5564213501638733e-06, + "C": 5.836237733092275e-07, + "R": 3.046563676889491e-07, + "M": 0.0011119791306555271, + "O": 0.0006282819667831063, + "W": 6.269080131460214e-06, + "N": 4.5266716597325285e-08, + "Y": 9.205350579577498e-06, + "U": 3.372781831600946e-09, + "K": 1.4527910818795675e-10, + "L": 0.0002649821399245411, + "G": 0.00023138706455938518, + "F": 0.000376944342860952, + "E": 1.9895982404705137e-05, + "T": 8.102219726424664e-05, + "P": 0.009732677601277828, + "-": 0.974695086479187 + }, + "id": "tp_1233" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 154154, + "label": "-", + "classification": { + "B": 0.0007160401437431574, + "S": 0.0001463826629333198, + "I": 2.5917443053913303e-05, + "C": 3.0173681807355024e-05, + "R": 1.6600821254542097e-05, + "M": 0.005885870195925236, + "O": 0.0016025794902816415, + "W": 2.5567784177837893e-05, + "N": 8.200563001992123e-07, + "Y": 0.0021939778234809637, + "U": 6.116706430248087e-08, + "K": 4.0390805366996574e-08, + "L": 0.0005645646015182137, + "G": 0.0028746414463967085, + "F": 0.003329188097268343, + "E": 7.140383968362585e-05, + "T": 0.0028718668036162853, + "P": 0.003969105426222086, + "-": 0.9756752252578735 + }, + "id": "tp_1234" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 154254, + "label": "-", + "classification": { + "B": 2.0963712188404315e-07, + "S": 7.180773877735191e-07, + "I": 1.1212552635697648e-05, + "C": 1.3822268556396011e-06, + "R": 3.164372799346893e-07, + "M": 9.028689964907244e-05, + "O": 3.8194237276911736e-05, + "W": 3.3133005672425497e-07, + "N": 6.285561084951041e-07, + "Y": 0.00032749262754805386, + "U": 5.1082512442235384e-08, + "K": 9.08011443812029e-08, + "L": 2.6548339064902393e-06, + "G": 7.860062760300934e-05, + "F": 0.0013217388186603785, + "E": 8.15889234218048e-06, + "T": 0.0004990752786397934, + "P": 0.01948997937142849, + "-": 0.9781288504600525 + }, + "id": "tp_1235" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 154388, + "label": "-", + "classification": { + "B": 1.57984999304972e-07, + "S": 3.5203561310481746e-07, + "I": 4.7645630496528923e-11, + "C": 8.42435409625919e-12, + "R": 1.3466598496048032e-11, + "M": 0.00028258829843252897, + "O": 5.865176717634313e-05, + "W": 1.945245298173859e-09, + "N": 6.614363055748931e-14, + "Y": 8.656487580083194e-07, + "U": 2.9043957727028027e-16, + "K": 3.525486784092857e-18, + "L": 7.259125595737714e-06, + "G": 3.358226422278676e-06, + "F": 1.6309919374180026e-05, + "E": 3.118141300717525e-10, + "T": 8.772450200922322e-06, + "P": 4.129917215323076e-06, + "-": 0.9996174573898315 + }, + "id": "tp_1236" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 154521, + "label": "-", + "classification": { + "B": 7.65726554163848e-07, + "S": 6.66066398480325e-07, + "I": 2.4220730976409754e-10, + "C": 2.6418823725893326e-11, + "R": 2.9530639045205476e-10, + "M": 0.0001715940743451938, + "O": 0.000105790670204442, + "W": 1.111986680513155e-08, + "N": 2.7922979141566107e-13, + "Y": 3.451834515999508e-07, + "U": 4.777654398878807e-16, + "K": 9.189368627713911e-18, + "L": 7.3893979788408615e-06, + "G": 1.933651219587773e-06, + "F": 8.373364835279062e-06, + "E": 4.4301659563039664e-10, + "T": 4.659244041249622e-06, + "P": 2.8796923743357183e-06, + "-": 0.9996955394744873 + }, + "id": "tp_1237" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 154655, + "label": "-", + "classification": { + "B": 7.381692626040603e-07, + "S": 1.1241040738241281e-06, + "I": 4.036242899019271e-06, + "C": 1.044849068421172e-05, + "R": 3.1882632356428076e-06, + "M": 0.00041955840424634516, + "O": 8.27114999992773e-05, + "W": 4.2964944668710814e-07, + "N": 4.6398998421182114e-08, + "Y": 0.0002723812067415565, + "U": 9.33679000780785e-09, + "K": 4.315441781699292e-09, + "L": 4.123144390177913e-05, + "G": 0.0004990068264305592, + "F": 0.00460775475949049, + "E": 2.8294543881202117e-06, + "T": 0.0005882864934392273, + "P": 0.0017494793282821774, + "-": 0.9917168021202087 + }, + "id": "tp_1238" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 154755, + "label": "-", + "classification": { + "B": 0.00030609092209488153, + "S": 0.003243404207751155, + "I": 9.334453352494165e-05, + "C": 0.00010545724944677204, + "R": 0.00021545081108342856, + "M": 0.023270342499017715, + "O": 0.015037083998322487, + "W": 0.0004090835282113403, + "N": 7.814858690835536e-06, + "Y": 0.0074756150133907795, + "U": 7.445943310813163e-07, + "K": 6.258243274714914e-07, + "L": 0.005999574437737465, + "G": 0.010049412958323956, + "F": 0.026147130876779556, + "E": 7.534138421760872e-05, + "T": 0.012636690400540829, + "P": 0.0036506797187030315, + "-": 0.8912760019302368 + }, + "id": "tp_1239" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 154888, + "label": "-", + "classification": { + "B": 1.6612711988273077e-05, + "S": 1.4674836165795568e-05, + "I": 0.00018436841492075473, + "C": 3.0307783163152635e-05, + "R": 9.412033250555396e-06, + "M": 0.0016291829524561763, + "O": 0.0002404975239187479, + "W": 5.066431640443625e-06, + "N": 9.553843483445235e-06, + "Y": 0.0020777026657015085, + "U": 8.026340765354689e-07, + "K": 1.3677192782779457e-06, + "L": 6.22590960119851e-05, + "G": 0.0015307056019082665, + "F": 0.016166357323527336, + "E": 0.0003525401989463717, + "T": 0.002696033800020814, + "P": 0.03763635829091072, + "-": 0.9373360872268677 + }, + "id": "tp_1240" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 155022, + "label": "-", + "classification": { + "B": 1.8449039998813532e-05, + "S": 0.00021560199093073606, + "I": 1.1945187907258514e-05, + "C": 4.7835830628173426e-05, + "R": 9.015339310280979e-05, + "M": 0.012411139905452728, + "O": 0.006084884516894817, + "W": 3.544886931194924e-05, + "N": 2.8741885671479395e-07, + "Y": 0.005563050042837858, + "U": 2.8209615976493296e-08, + "K": 3.2280361494940735e-08, + "L": 0.0038382941856980324, + "G": 0.010390103794634342, + "F": 0.021196627989411354, + "E": 7.852224371163175e-06, + "T": 0.00601245928555727, + "P": 0.0005470638279803097, + "-": 0.93352872133255 + }, + "id": "tp_1241" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 155155, + "label": "-", + "classification": { + "B": 5.612864129034278e-07, + "S": 2.411755986031494e-06, + "I": 1.1120894214400323e-06, + "C": 1.8749951777863316e-06, + "R": 3.469512421361287e-06, + "M": 0.00019289818010292947, + "O": 0.0002270599507028237, + "W": 5.784345944448432e-07, + "N": 1.8738385065830698e-08, + "Y": 0.0005515816155821085, + "U": 2.6241515627134504e-09, + "K": 7.316656169820135e-10, + "L": 5.658543523168191e-05, + "G": 0.00029601212008856237, + "F": 0.0008705625077709556, + "E": 4.2567344848976063e-07, + "T": 0.0003464472247287631, + "P": 0.0006832908256910741, + "-": 0.99676513671875 + }, + "id": "tp_1242" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 155255, + "label": "-", + "classification": { + "B": 9.890243381960317e-05, + "S": 1.0740698598965537e-05, + "I": 5.925778896198608e-05, + "C": 4.2291674617445096e-05, + "R": 9.477784260525368e-06, + "M": 0.0025524951051920652, + "O": 0.0003240406804252416, + "W": 7.84588701208122e-06, + "N": 1.6794374460005201e-06, + "Y": 0.00039324225508607924, + "U": 2.942638275271747e-07, + "K": 1.5516052087605203e-07, + "L": 0.00013081231736578047, + "G": 0.0007202706765383482, + "F": 0.0014168531633913517, + "E": 0.0001440171035937965, + "T": 0.000736372487153858, + "P": 0.017826411873102188, + "-": 0.97552490234375 + }, + "id": "tp_1243" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 155389, + "label": "-", + "classification": { + "B": 1.1137650290038437e-05, + "S": 2.4640585252200253e-05, + "I": 3.061583583985339e-06, + "C": 3.419447239139117e-05, + "R": 1.9342018276802264e-05, + "M": 0.0007747669005766511, + "O": 0.0006297275540418923, + "W": 9.016584954224527e-06, + "N": 1.5518436669026414e-07, + "Y": 0.0006553077837452292, + "U": 3.481089549950411e-08, + "K": 2.3420421157993587e-08, + "L": 0.0002454495115671307, + "G": 0.0007599209784530103, + "F": 0.006330335512757301, + "E": 2.8706222110486124e-06, + "T": 0.0011618838179856539, + "P": 0.0012610781705006957, + "-": 0.9880770444869995 + }, + "id": "tp_1244" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 155522, + "label": "-", + "classification": { + "B": 0.00023138448887038976, + "S": 0.004639096558094025, + "I": 7.511459989473224e-05, + "C": 1.6376021676478558e-06, + "R": 1.0622735317156184e-05, + "M": 0.0174044668674469, + "O": 0.022082410752773285, + "W": 0.000411217421060428, + "N": 6.273172402870841e-06, + "Y": 0.003832569345831871, + "U": 9.918025511979067e-08, + "K": 1.1827009416265355e-07, + "L": 0.0015153862768784165, + "G": 0.0015423197764903307, + "F": 0.0077607277780771255, + "E": 2.6279036319465376e-05, + "T": 0.009876430034637451, + "P": 0.0053022028878331184, + "-": 0.9252816438674927 + }, + "id": "tp_1245" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 155656, + "label": "-", + "classification": { + "B": 8.869961675372906e-06, + "S": 2.4809471142361872e-05, + "I": 8.42965437186649e-06, + "C": 4.108359462406952e-06, + "R": 9.168777978629805e-06, + "M": 0.00225187954492867, + "O": 0.0015427832258865237, + "W": 8.293987775687128e-06, + "N": 2.7257851797912735e-07, + "Y": 0.0013062723446637392, + "U": 3.00600362379555e-08, + "K": 1.067520827291446e-08, + "L": 0.0003394027298782021, + "G": 0.0008301886264234781, + "F": 0.0018674246966838837, + "E": 5.8843193073698785e-06, + "T": 0.0014488096348941326, + "P": 0.0015496073756366968, + "-": 0.9887937903404236 + }, + "id": "tp_1246" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 155756, + "label": "-", + "classification": { + "B": 0.0020503061823546886, + "S": 0.001421601278707385, + "I": 0.0016867241356521845, + "C": 0.0018670618301257491, + "R": 0.0015425443416461349, + "M": 0.019732054322957993, + "O": 0.011978981085121632, + "W": 0.0009904284961521626, + "N": 0.0002115604729624465, + "Y": 0.017326224595308304, + "U": 0.00010108508286066353, + "K": 2.5787156118894927e-05, + "L": 0.008296244777739048, + "G": 0.013282082043588161, + "F": 0.021229419857263565, + "E": 0.001234671683050692, + "T": 0.02726236917078495, + "P": 0.030349014326930046, + "-": 0.8394118547439575 + }, + "id": "tp_1247" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 155889, + "label": "-", + "classification": { + "B": 0.003139035077765584, + "S": 0.01386592723429203, + "I": 9.28882000152953e-05, + "C": 0.0003832762304227799, + "R": 0.0007326921913772821, + "M": 0.15971329808235168, + "O": 0.22679489850997925, + "W": 0.0015011188806965947, + "N": 1.1597860066103749e-05, + "Y": 0.0016243188874796033, + "U": 7.731327968940604e-07, + "K": 2.489460726451398e-08, + "L": 0.22775053977966309, + "G": 0.03502186760306358, + "F": 0.0029318910092115402, + "E": 4.7208141040755436e-05, + "T": 0.02086855284869671, + "P": 0.0014635345432907343, + "-": 0.3040566146373749 + }, + "id": "tp_1248" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 156023, + "label": "-", + "classification": { + "B": 2.1884029877128341e-07, + "S": 1.0335849083276116e-06, + "I": 0.00020649503858294338, + "C": 2.8497062885435298e-05, + "R": 1.9153181710862555e-05, + "M": 0.00016755379328969866, + "O": 4.573489786707796e-05, + "W": 2.0268828393454896e-06, + "N": 7.498777449654881e-06, + "Y": 0.005462171509861946, + "U": 1.319952048106643e-06, + "K": 2.0871515516773798e-05, + "L": 3.290118684162735e-06, + "G": 0.0003140058252029121, + "F": 0.0038621772546321154, + "E": 6.07383917667903e-05, + "T": 0.0013008404057472944, + "P": 0.027325520291924477, + "-": 0.9611708521842957 + }, + "id": "tp_1249" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 156156, + "label": "-", + "classification": { + "B": 0.0003275220515206456, + "S": 0.00021496480621863157, + "I": 0.00045068503823131323, + "C": 0.0006107764202170074, + "R": 0.000721360556781292, + "M": 0.004477009642869234, + "O": 0.005060072522610426, + "W": 0.00033006659941747785, + "N": 4.4911364966537803e-05, + "Y": 0.006654868368059397, + "U": 2.3355793018708937e-05, + "K": 9.257171768695116e-06, + "L": 0.0021887822076678276, + "G": 0.004955281503498554, + "F": 0.018455348908901215, + "E": 0.00024789251619949937, + "T": 0.005606770049780607, + "P": 0.01963994652032852, + "-": 0.929980993270874 + }, + "id": "tp_1250" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 156256, + "label": "-", + "classification": { + "B": 0.0020449189469218254, + "S": 0.0018179734470322728, + "I": 0.0005586984916590154, + "C": 0.00027391623007133603, + "R": 0.00042544803000055254, + "M": 0.018548475578427315, + "O": 0.016076473519206047, + "W": 0.0004392670525703579, + "N": 5.009308733860962e-05, + "Y": 0.008036937564611435, + "U": 8.096859346551355e-06, + "K": 4.127075044380035e-06, + "L": 0.009549698792397976, + "G": 0.013490591198205948, + "F": 0.01831755042076111, + "E": 0.00035056695924140513, + "T": 0.01578715443611145, + "P": 0.012411383911967278, + "-": 0.8818086981773376 + }, + "id": "tp_1251" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 156390, + "label": "-", + "classification": { + "B": 9.550735558150336e-05, + "S": 1.0149011359317228e-05, + "I": 8.127602632157505e-05, + "C": 2.3183213215816068e-06, + "R": 1.4261488558986457e-06, + "M": 0.0007685096934437752, + "O": 0.0004337674181442708, + "W": 4.918034392176196e-06, + "N": 7.22849392786884e-07, + "Y": 9.235850302502513e-05, + "U": 3.1791394405900064e-08, + "K": 6.656517559378017e-10, + "L": 9.761590627022088e-05, + "G": 8.226381032727659e-05, + "F": 0.00023403197701554745, + "E": 1.7445610865252092e-05, + "T": 0.00024056043184828013, + "P": 0.03133384510874748, + "-": 0.9665032029151917 + }, + "id": "tp_1252" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 156523, + "label": "-", + "classification": { + "B": 6.258121061364363e-07, + "S": 2.2264691779128043e-06, + "I": 3.2409766390628647e-06, + "C": 1.134682406700449e-05, + "R": 3.1739862151880516e-06, + "M": 0.0003471346863079816, + "O": 0.00011060180986532941, + "W": 7.107812507456401e-07, + "N": 7.716483452213652e-08, + "Y": 0.0002425276325084269, + "U": 1.4348962018573275e-08, + "K": 8.052431610394706e-09, + "L": 4.761576565215364e-05, + "G": 0.0003493921540211886, + "F": 0.003308007027953863, + "E": 2.765948465821566e-06, + "T": 0.0004051626892760396, + "P": 0.003925962373614311, + "-": 0.9912392497062683 + }, + "id": "tp_1253" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 156657, + "label": "-", + "classification": { + "B": 2.961998006867361e-07, + "S": 1.447224462935992e-06, + "I": 2.4263169962068787e-07, + "C": 2.3422732908784383e-07, + "R": 1.40368754841802e-07, + "M": 0.0013915479648858309, + "O": 0.00013937958283349872, + "W": 1.873086006298763e-07, + "N": 3.199432052625184e-09, + "Y": 0.00010100471263285726, + "U": 2.6623808713210906e-10, + "K": 7.242980520905107e-11, + "L": 3.542016202118248e-05, + "G": 0.00011174062819918618, + "F": 0.0005500554689206183, + "E": 5.039797201789042e-07, + "T": 0.0003243290993850678, + "P": 0.0006029789219610393, + "-": 0.9967406392097473 + }, + "id": "tp_1254" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 156757, + "label": "-", + "classification": { + "B": 2.0458768013043027e-09, + "S": 2.1572814645764993e-09, + "I": 7.334557494687033e-07, + "C": 1.6943463521101876e-08, + "R": 8.941290374764321e-09, + "M": 1.1580611499084625e-05, + "O": 9.460300702812674e-07, + "W": 1.4134796666454008e-09, + "N": 2.341635330083136e-09, + "Y": 0.00022201909450814128, + "U": 1.0442935405308162e-10, + "K": 1.2626598551446211e-11, + "L": 3.624460376272509e-08, + "G": 5.0529115469544195e-06, + "F": 1.1043111044273246e-05, + "E": 1.0395533678320135e-07, + "T": 0.000202885756152682, + "P": 0.002262465190142393, + "-": 0.9972831010818481 + }, + "id": "tp_1255" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 156890, + "label": "-", + "classification": { + "B": 0.0007652898202650249, + "S": 0.04817700758576393, + "I": 2.960418350994587e-05, + "C": 3.056117202504538e-05, + "R": 0.00010048507829196751, + "M": 0.03067820332944393, + "O": 0.06430533528327942, + "W": 0.0016047817189246416, + "N": 6.859499535494251e-06, + "Y": 0.004175936337560415, + "U": 9.566052483478416e-08, + "K": 2.0440272692212602e-06, + "L": 0.016436409205198288, + "G": 0.01962595246732235, + "F": 0.12852846086025238, + "E": 0.00011525286390678957, + "T": 0.010270441882312298, + "P": 0.0021531854290515184, + "-": 0.672994077205658 + }, + "id": "tp_1256" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 157024, + "label": "-", + "classification": { + "B": 0.0013943305239081383, + "S": 0.12656404078006744, + "I": 0.002097457181662321, + "C": 0.0016253144713118672, + "R": 0.0026427300181239843, + "M": 0.1714852750301361, + "O": 0.10136483609676361, + "W": 0.009375235997140408, + "N": 0.0010310797952115536, + "Y": 0.051702991127967834, + "U": 2.803101779136341e-05, + "K": 0.0007504595560021698, + "L": 0.02332846261560917, + "G": 0.05536139756441116, + "F": 0.0629863291978836, + "E": 0.0021753746550530195, + "T": 0.14971430599689484, + "P": 0.007788415066897869, + "-": 0.22858385741710663 + }, + "id": "tp_1257" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 157157, + "label": "-", + "classification": { + "B": 0.0001121784807764925, + "S": 0.0008431829046458006, + "I": 0.0008897440857253969, + "C": 0.0001692583318799734, + "R": 0.0003701305540744215, + "M": 0.07475021481513977, + "O": 0.010260145179927349, + "W": 0.00019133389287162572, + "N": 3.325626312289387e-05, + "Y": 0.0712672546505928, + "U": 3.413983222344541e-06, + "K": 7.11732764102635e-06, + "L": 0.004874026402831078, + "G": 0.030706418678164482, + "F": 0.024108003824949265, + "E": 0.000292198354145512, + "T": 0.056094083935022354, + "P": 0.0036699792835861444, + "-": 0.721358060836792 + }, + "id": "tp_1258" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 157257, + "label": "-", + "classification": { + "B": 0.00013265229063108563, + "S": 0.0003872555389534682, + "I": 0.00019456200243439525, + "C": 0.0002843791735358536, + "R": 0.00017390813445672393, + "M": 0.0076874662190675735, + "O": 0.0033031594939529896, + "W": 0.00011748901306418702, + "N": 2.4607385057606734e-05, + "Y": 0.011260529980063438, + "U": 7.739468856016174e-06, + "K": 2.9037368221906945e-05, + "L": 0.001604252029210329, + "G": 0.009804814122617245, + "F": 0.03685538470745087, + "E": 0.0003759410174097866, + "T": 0.007917246781289577, + "P": 0.014325759373605251, + "-": 0.9055138826370239 + }, + "id": "tp_1259" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 157391, + "label": "-", + "classification": { + "B": 0.0010554833570495248, + "S": 0.0014416184276342392, + "I": 2.526604703234625e-06, + "C": 2.5369423383381218e-05, + "R": 5.2904531912645325e-05, + "M": 0.06478989124298096, + "O": 0.030511904507875443, + "W": 0.00015695033653173596, + "N": 1.730301590896488e-07, + "Y": 0.002125961473211646, + "U": 2.7028471905055085e-08, + "K": 7.95784593776716e-09, + "L": 0.022287143394351006, + "G": 0.008944394998252392, + "F": 0.010424059815704823, + "E": 2.1659445337718353e-05, + "T": 0.00472567044198513, + "P": 0.00045167890493758023, + "-": 0.8529825806617737 + }, + "id": "tp_1260" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 157524, + "label": "-", + "classification": { + "B": 8.067665476119146e-05, + "S": 3.8944413063290995e-06, + "I": 4.85138371004723e-05, + "C": 6.830122401879635e-06, + "R": 3.713416617756593e-06, + "M": 0.0005957111716270447, + "O": 0.00026950601022690535, + "W": 3.3445060125814052e-06, + "N": 3.311389207283355e-07, + "Y": 0.00022772363445255905, + "U": 5.3477833716897294e-08, + "K": 5.42941414050091e-10, + "L": 0.0001157873630290851, + "G": 0.00018330488819628954, + "F": 0.00040581534267403185, + "E": 1.5673149391659535e-05, + "T": 0.00035871731233783066, + "P": 0.015596802346408367, + "-": 0.9820835590362549 + }, + "id": "tp_1261" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 157658, + "label": "-", + "classification": { + "B": 0.00018150522373616695, + "S": 0.00017663250037003309, + "I": 0.0005679408204741776, + "C": 6.249091484278324e-07, + "R": 1.8405465880277916e-06, + "M": 0.02420155704021454, + "O": 0.0032430733554065228, + "W": 1.539017648610752e-05, + "N": 1.185568908113055e-05, + "Y": 0.00246323156170547, + "U": 1.3399304776839926e-08, + "K": 2.75130362936693e-09, + "L": 0.0001174478093162179, + "G": 0.00034615202457644045, + "F": 0.00019829385564662516, + "E": 9.627349936636165e-05, + "T": 0.009937379509210587, + "P": 0.026318620890378952, + "-": 0.9321222305297852 + }, + "id": "tp_1262" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 157758, + "label": "-", + "classification": { + "B": 0.0010885896626859903, + "S": 5.1619270379887894e-05, + "I": 4.852503479924053e-05, + "C": 1.6554460671613924e-05, + "R": 9.746038813318592e-06, + "M": 0.0025451877154409885, + "O": 0.0019054686417803168, + "W": 2.0142271750955842e-05, + "N": 1.7894885786517989e-06, + "Y": 0.0008183091995306313, + "U": 4.457559441561898e-07, + "K": 1.5437466416301504e-08, + "L": 0.0007827160297892988, + "G": 0.002021759981289506, + "F": 0.0009742099209688604, + "E": 6.477446731878445e-05, + "T": 0.0011646730126813054, + "P": 0.01785103976726532, + "-": 0.9706345200538635 + }, + "id": "tp_1263" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 157891, + "label": "-", + "classification": { + "B": 0.0002002101973630488, + "S": 0.00041001266799867153, + "I": 0.0001468934933654964, + "C": 2.2724972950527444e-05, + "R": 3.765132714761421e-05, + "M": 0.02002495713531971, + "O": 0.008748608641326427, + "W": 0.00010401577310403809, + "N": 8.846459422784392e-06, + "Y": 0.00498697767034173, + "U": 7.378390023404791e-07, + "K": 2.410859565316059e-07, + "L": 0.0023091845214366913, + "G": 0.004346136469393969, + "F": 0.005519046913832426, + "E": 0.0001613567874301225, + "T": 0.01019707228988409, + "P": 0.0068470933474600315, + "-": 0.9359282851219177 + }, + "id": "tp_1264" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 158025, + "label": "-", + "classification": { + "B": 8.016607171157375e-05, + "S": 0.0016828910447657108, + "I": 0.00018696425831876695, + "C": 2.3298085579881445e-05, + "R": 5.198781218496151e-05, + "M": 0.03547080606222153, + "O": 0.015633461996912956, + "W": 0.00018418030231259763, + "N": 8.429916306340601e-06, + "Y": 0.021928273141384125, + "U": 1.250206196345971e-07, + "K": 2.0352990759420209e-07, + "L": 0.0016339498106390238, + "G": 0.004287133924663067, + "F": 0.003019339870661497, + "E": 2.561225846875459e-05, + "T": 0.049177154898643494, + "P": 0.0014854102628305554, + "-": 0.8651206493377686 + }, + "id": "tp_1265" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 158158, + "label": "-", + "classification": { + "B": 0.010881180875003338, + "S": 0.006384106818586588, + "I": 0.001126802177168429, + "C": 1.4466611901298165e-05, + "R": 2.5923172870534472e-05, + "M": 0.005285294260829687, + "O": 0.013997519388794899, + "W": 0.0007216249359771609, + "N": 9.286747081205249e-05, + "Y": 0.00032075049239210784, + "U": 1.4925267350918148e-06, + "K": 6.619205095148573e-08, + "L": 0.0021877153776586056, + "G": 0.001058410038240254, + "F": 0.0019155471818521619, + "E": 0.0002638641744852066, + "T": 0.0018640661146491766, + "P": 0.3211849331855774, + "-": 0.632673442363739 + }, + "id": "tp_1266" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 158258, + "label": "-", + "classification": { + "B": 0.001058722729794681, + "S": 0.005777556449174881, + "I": 0.00010374108387622982, + "C": 0.001030368497595191, + "R": 0.0010977355996146798, + "M": 0.058966994285583496, + "O": 0.06485921889543533, + "W": 0.002071186201646924, + "N": 1.4216317140380852e-05, + "Y": 0.01608326844871044, + "U": 3.092349288635887e-06, + "K": 3.0696953672304517e-06, + "L": 0.0312655083835125, + "G": 0.027604296803474426, + "F": 0.02402876317501068, + "E": 0.0003052414976991713, + "T": 0.010704929009079933, + "P": 0.002602263120934367, + "-": 0.7524198889732361 + }, + "id": "tp_1267" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 158392, + "label": "-", + "classification": { + "B": 8.581855217926204e-05, + "S": 1.3462137758324388e-05, + "I": 2.9365410227910616e-06, + "C": 5.8149943527041614e-08, + "R": 8.691743147437592e-08, + "M": 0.0013164982665330172, + "O": 0.0006357805687002838, + "W": 2.110478817485273e-06, + "N": 2.5481423193696173e-08, + "Y": 8.893327321857214e-05, + "U": 7.768308774025456e-10, + "K": 1.671792218549406e-11, + "L": 7.220776751637459e-05, + "G": 0.00011805949179688469, + "F": 9.576344018569216e-05, + "E": 3.202790367140551e-06, + "T": 0.00027675446472130716, + "P": 0.002393437782302499, + "-": 0.9948948621749878 + }, + "id": "tp_1268" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 158525, + "label": "-", + "classification": { + "B": 9.744402404976427e-07, + "S": 1.9499188965710346e-06, + "I": 8.191055712813977e-06, + "C": 1.562370016472414e-05, + "R": 1.0577807188383304e-05, + "M": 0.0005162840243428946, + "O": 0.00016634872008580714, + "W": 6.757788355571392e-07, + "N": 9.663403233162171e-08, + "Y": 0.001432105083949864, + "U": 2.6731521884926224e-08, + "K": 1.352025602585627e-09, + "L": 0.00015444749442394823, + "G": 0.000802854832727462, + "F": 0.0009848708286881447, + "E": 1.1641986930044368e-06, + "T": 0.0024874061346054077, + "P": 0.0010702904546633363, + "-": 0.9923460483551025 + }, + "id": "tp_1269" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 158625, + "label": "-", + "classification": { + "B": 2.9812485990987625e-07, + "S": 1.9315923509566346e-06, + "I": 1.0105778436297896e-08, + "C": 2.945816257593492e-09, + "R": 5.5575815061104095e-09, + "M": 1.134663398261182e-05, + "O": 1.2672893717535771e-05, + "W": 8.31207671581069e-08, + "N": 2.457970771363449e-10, + "Y": 9.361513548356015e-06, + "U": 4.2990506987639066e-12, + "K": 5.824801058151863e-11, + "L": 7.513293667216203e-07, + "G": 7.1600893534196075e-06, + "F": 0.0028446787036955357, + "E": 3.3953853062484995e-08, + "T": 1.8207731045549735e-05, + "P": 0.0003653139865491539, + "-": 0.9967281818389893 + }, + "id": "tp_1270" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 158759, + "label": "-", + "classification": { + "B": 2.169444996980019e-06, + "S": 6.988323548284825e-06, + "I": 5.162963248039887e-07, + "C": 3.72903983247852e-08, + "R": 2.4543490795281286e-08, + "M": 3.803399158641696e-05, + "O": 4.89090452902019e-05, + "W": 6.709695981044206e-07, + "N": 3.606967879932199e-08, + "Y": 2.1372037736000493e-05, + "U": 9.50894141205083e-10, + "K": 8.332010636991072e-10, + "L": 2.986955450978712e-06, + "G": 1.0918214684352279e-05, + "F": 0.0018369531026110053, + "E": 1.310141442445456e-06, + "T": 5.681756738340482e-05, + "P": 0.010485351085662842, + "-": 0.9874869585037231 + }, + "id": "tp_1271" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 158892, + "label": "-", + "classification": { + "B": 0.0003433323581703007, + "S": 3.830088644463103e-06, + "I": 0.0007923348457552493, + "C": 4.875912782154046e-05, + "R": 2.116922587447334e-05, + "M": 0.0015035471878945827, + "O": 0.0006685402477160096, + "W": 8.518405593349598e-06, + "N": 9.863709237833973e-06, + "Y": 0.0005253215203993022, + "U": 1.528761117697286e-06, + "K": 1.2471875976416413e-08, + "L": 0.00033778505166992545, + "G": 0.0015574037097394466, + "F": 0.00036579149309545755, + "E": 0.00010344500333303586, + "T": 0.0023279222659766674, + "P": 0.12022501230239868, + "-": 0.871155858039856 + }, + "id": "tp_1272" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 159026, + "label": "-", + "classification": { + "B": 6.583170761587098e-05, + "S": 3.701710011227988e-05, + "I": 5.806033732369542e-05, + "C": 3.156577440677211e-05, + "R": 1.8747905414784327e-05, + "M": 0.0029573829378932714, + "O": 0.0008468431187793612, + "W": 1.4219113836588804e-05, + "N": 2.1198391095822444e-06, + "Y": 0.0020991063211113214, + "U": 5.109879452902533e-07, + "K": 6.376749439596097e-08, + "L": 0.0003927575598936528, + "G": 0.0015244848327711225, + "F": 0.003258227137848735, + "E": 4.979698860552162e-05, + "T": 0.003577403025701642, + "P": 0.01336932834237814, + "-": 0.9716964960098267 + }, + "id": "tp_1273" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 159126, + "label": "-", + "classification": { + "B": 0.0010629118187353015, + "S": 0.002443443052470684, + "I": 0.0068896557204425335, + "C": 0.0029872835148125887, + "R": 0.0018802714766934514, + "M": 0.07266157865524292, + "O": 0.01740139350295067, + "W": 0.0013082644436508417, + "N": 0.0007032707799226046, + "Y": 0.03820855915546417, + "U": 8.285835792776197e-05, + "K": 5.3577743528876454e-05, + "L": 0.00498576695099473, + "G": 0.011057046242058277, + "F": 0.008419899269938469, + "E": 0.003670913865789771, + "T": 0.0797278955578804, + "P": 0.0416523814201355, + "-": 0.7048030495643616 + }, + "id": "tp_1274" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 159259, + "label": "-", + "classification": { + "B": 4.184401802831417e-08, + "S": 2.7773452870860638e-08, + "I": 2.0690195867700822e-07, + "C": 3.274979221146168e-08, + "R": 1.2160755069601237e-08, + "M": 5.992405021970626e-06, + "O": 1.9372193946765037e-06, + "W": 5.921571233358236e-09, + "N": 3.3041338554085087e-09, + "Y": 4.341620660852641e-05, + "U": 2.364466678006494e-10, + "K": 4.514886797757356e-10, + "L": 1.4921774038612057e-07, + "G": 9.872289410850499e-06, + "F": 0.0002509192272555083, + "E": 2.8277960950617853e-07, + "T": 5.068230893812142e-05, + "P": 0.003781969426199794, + "-": 0.995854377746582 + }, + "id": "tp_1275" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 159393, + "label": "-", + "classification": { + "B": 9.474914804741275e-06, + "S": 3.76319303541095e-06, + "I": 9.839155245572329e-05, + "C": 2.2925632947590202e-05, + "R": 9.873308954411186e-06, + "M": 0.0002927249879576266, + "O": 0.00021043632295913994, + "W": 5.4416914281318896e-06, + "N": 4.305791662773117e-06, + "Y": 0.0004823920608032495, + "U": 7.353061164394603e-07, + "K": 1.4082161214901134e-07, + "L": 2.8445338102756068e-05, + "G": 0.0002442804106976837, + "F": 0.0011864122934639454, + "E": 3.074624692089856e-05, + "T": 0.001255032024346292, + "P": 0.053420908749103546, + "-": 0.9426934719085693 + }, + "id": "tp_1276" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 159526, + "label": "-", + "classification": { + "B": 0.004723517689853907, + "S": 0.00038103642873466015, + "I": 0.0007190710166469216, + "C": 0.00017937130178324878, + "R": 0.00014645291958004236, + "M": 0.009119861759245396, + "O": 0.005228203255683184, + "W": 0.00021097405988257378, + "N": 2.2298063413472846e-05, + "Y": 0.005460201296955347, + "U": 3.749762527149869e-06, + "K": 2.4950077204266563e-07, + "L": 0.002624056302011013, + "G": 0.005551240406930447, + "F": 0.004387836437672377, + "E": 0.0003347487945575267, + "T": 0.0039247311651706696, + "P": 0.04083463177084923, + "-": 0.9161478281021118 + }, + "id": "tp_1277" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 159626, + "label": "-", + "classification": { + "B": 7.6390388130676e-06, + "S": 4.099033958482323e-06, + "I": 0.0001651495840633288, + "C": 1.5509128843405051e-06, + "R": 3.641001171672542e-07, + "M": 0.0001172958072857, + "O": 3.9029662730172276e-05, + "W": 2.504346639398136e-06, + "N": 1.383818562317174e-05, + "Y": 8.921964763430879e-05, + "U": 2.214976433378979e-07, + "K": 1.998727157115354e-06, + "L": 3.046004167117644e-06, + "G": 0.00011157115659443662, + "F": 0.0032706307247281075, + "E": 0.000709031883161515, + "T": 0.00031525257509201765, + "P": 0.3595711588859558, + "-": 0.6355763673782349 + }, + "id": "tp_1278" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 159760, + "label": "-", + "classification": { + "B": 2.7456471341294475e-13, + "S": 1.663839843679682e-09, + "I": 1.5864323743564057e-10, + "C": 2.9774613330424415e-10, + "R": 3.2529817728388366e-10, + "M": 2.4260409190901555e-05, + "O": 1.0451316256876453e-06, + "W": 8.822772373795473e-11, + "N": 3.112620567107677e-13, + "Y": 0.00010316363477613777, + "U": 5.033040549948372e-15, + "K": 3.590496769258905e-14, + "L": 1.0241054582138531e-07, + "G": 1.7317581750830868e-06, + "F": 4.7496399929514155e-05, + "E": 1.1229381313704323e-10, + "T": 5.6786851928336546e-05, + "P": 1.6823559008116717e-06, + "-": 0.9997637867927551 + }, + "id": "tp_1279" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 159893, + "label": "-", + "classification": { + "B": 1.7859129002317786e-05, + "S": 5.711150515708141e-05, + "I": 8.496610462316312e-06, + "C": 0.00010844951611943543, + "R": 0.00010896756430156529, + "M": 0.00856710597872734, + "O": 0.002383449347689748, + "W": 9.990270882553887e-06, + "N": 1.1792054976922373e-07, + "Y": 0.00435692397877574, + "U": 9.879639328858048e-09, + "K": 2.8355460202078575e-09, + "L": 0.0010591279715299606, + "G": 0.002671005902811885, + "F": 0.0012266705743968487, + "E": 2.265737975903903e-06, + "T": 0.013042531907558441, + "P": 0.00023373168369289488, + "-": 0.9661462306976318 + }, + "id": "tp_1280" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 160027, + "label": "-", + "classification": { + "B": 6.700613539578626e-07, + "S": 8.945605804910883e-05, + "I": 9.267421773984097e-06, + "C": 4.6283798837976065e-07, + "R": 1.4843535609543324e-06, + "M": 0.002931589726358652, + "O": 0.0007847271044738591, + "W": 8.094829354376998e-06, + "N": 2.609750424653612e-07, + "Y": 0.011011488735675812, + "U": 2.1288442120237505e-09, + "K": 8.958706843031905e-08, + "L": 4.0234044718090445e-05, + "G": 0.00042317857150919735, + "F": 0.006855787243694067, + "E": 5.081547897134442e-06, + "T": 0.0092684431001544, + "P": 0.0005714810104109347, + "-": 0.9679982662200928 + }, + "id": "tp_1281" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 160127, + "label": "-", + "classification": { + "B": 4.931171133648604e-05, + "S": 0.0032383976504206657, + "I": 3.011203807545826e-05, + "C": 1.4141629435471259e-05, + "R": 2.8557506084325723e-05, + "M": 0.019626811146736145, + "O": 0.009554093703627586, + "W": 0.0001830552500905469, + "N": 3.2240297969110543e-06, + "Y": 0.026822399348020554, + "U": 3.5940416864832514e-08, + "K": 2.7637088351184502e-06, + "L": 0.0010580784874036908, + "G": 0.008547629229724407, + "F": 0.0647660419344902, + "E": 5.251517359283753e-05, + "T": 0.025190265849232674, + "P": 0.0010339441942051053, + "-": 0.8397986888885498 + }, + "id": "tp_1282" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 160260, + "label": "-", + "classification": { + "B": 0.0006503766635432839, + "S": 0.0015548645751550794, + "I": 2.1956566342851147e-05, + "C": 2.0150025648035808e-06, + "R": 2.8265867513255216e-06, + "M": 0.001249785302206874, + "O": 0.0024642623029649258, + "W": 0.00012418119877111167, + "N": 5.471648819366237e-06, + "Y": 0.0004022032371722162, + "U": 2.402289283054415e-07, + "K": 9.87426233223232e-07, + "L": 0.00021166585793253034, + "G": 0.0004179540846962482, + "F": 0.016046611592173576, + "E": 8.383678505197167e-05, + "T": 0.0009532938129268587, + "P": 0.019944114610552788, + "-": 0.955863356590271 + }, + "id": "tp_1283" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 160394, + "label": "-", + "classification": { + "B": 2.937298404503963e-06, + "S": 3.1033644063427346e-06, + "I": 6.103352916397853e-06, + "C": 3.558096068445593e-06, + "R": 3.023532144652563e-06, + "M": 0.0001877135509857908, + "O": 0.00022222910774871707, + "W": 1.9073816019954393e-06, + "N": 1.4766642664199026e-07, + "Y": 0.0002615147386677563, + "U": 2.999155768179662e-08, + "K": 4.3250389936133615e-09, + "L": 3.701004243339412e-05, + "G": 0.00014250971435103565, + "F": 0.0008048355812206864, + "E": 2.15221416510758e-06, + "T": 0.0005325356614775956, + "P": 0.004533402156084776, + "-": 0.9932552576065063 + }, + "id": "tp_1284" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 160527, + "label": "-", + "classification": { + "B": 1.0575553766045687e-09, + "S": 3.300868467448481e-09, + "I": 3.0755405333593444e-08, + "C": 1.3168721668677108e-09, + "R": 5.439988459698952e-10, + "M": 1.8142628732675803e-06, + "O": 9.147969421974267e-07, + "W": 1.4425846073251591e-09, + "N": 2.2055930692932435e-10, + "Y": 2.7437222342996392e-06, + "U": 8.37331939895769e-12, + "K": 1.2012854903528658e-12, + "L": 1.8621960862219566e-08, + "G": 2.4463253112116945e-07, + "F": 1.129273914557416e-05, + "E": 1.2730552612083557e-08, + "T": 1.6119938663905486e-05, + "P": 0.0016675142105668783, + "-": 0.9982993006706238 + }, + "id": "tp_1285" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 160627, + "label": "-", + "classification": { + "B": 9.237116955773672e-07, + "S": 0.0001369589735986665, + "I": 5.203318778512767e-06, + "C": 5.515884367923718e-06, + "R": 2.0109129764023237e-05, + "M": 0.012933251447975636, + "O": 0.0040211970917880535, + "W": 1.1498732419568114e-05, + "N": 1.5721010981906147e-07, + "Y": 0.0135793536901474, + "U": 4.876734127634563e-09, + "K": 3.954684046902912e-08, + "L": 0.0006117563461884856, + "G": 0.002518918365240097, + "F": 0.0022746440954506397, + "E": 1.0024012908615987e-06, + "T": 0.0256097000092268, + "P": 0.0001708522904664278, + "-": 0.9380989074707031 + }, + "id": "tp_1286" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 160761, + "label": "-", + "classification": { + "B": 9.897438758343924e-06, + "S": 0.0001926265103975311, + "I": 1.464555589336669e-05, + "C": 1.0603606824588496e-05, + "R": 1.4983587789174635e-05, + "M": 0.0019466002704575658, + "O": 0.001754247467033565, + "W": 2.3499522285419516e-05, + "N": 8.596021530138387e-07, + "Y": 0.0012024322059005499, + "U": 3.055833985854406e-08, + "K": 1.7208084557296388e-07, + "L": 0.0001721600565360859, + "G": 0.0007720040157437325, + "F": 0.0040402100421488285, + "E": 6.46999069431331e-06, + "T": 0.0026048689614981413, + "P": 0.0011204058537259698, + "-": 0.9861133694648743 + }, + "id": "tp_1287" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 160894, + "label": "-", + "classification": { + "B": 0.00043700961396098137, + "S": 0.0003488383663352579, + "I": 0.0009605574305169284, + "C": 0.00019996541959699243, + "R": 0.00017172856314573437, + "M": 0.010452663525938988, + "O": 0.0028191672172397375, + "W": 7.600899698445573e-05, + "N": 6.494949047919363e-05, + "Y": 0.010787984356284142, + "U": 4.809233359992504e-06, + "K": 1.411132984685537e-06, + "L": 0.0009366227313876152, + "G": 0.005418001674115658, + "F": 0.004919210448861122, + "E": 0.00034073967253789306, + "T": 0.04658849537372589, + "P": 0.030967501923441887, + "-": 0.8845041990280151 + }, + "id": "tp_1288" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 161028, + "label": "-", + "classification": { + "B": 6.627145499038534e-09, + "S": 2.329251813648625e-08, + "I": 6.636838634221931e-08, + "C": 5.607456046163861e-07, + "R": 4.1869672173788786e-08, + "M": 4.331619129516184e-05, + "O": 1.5329778761952184e-06, + "W": 2.7334317032057243e-09, + "N": 1.4452442576029512e-09, + "Y": 0.0001183393324026838, + "U": 1.3565987222463605e-10, + "K": 1.0652702053803864e-09, + "L": 4.309274572733557e-07, + "G": 3.2094620110001415e-05, + "F": 0.0017198758432641625, + "E": 4.900289809484093e-07, + "T": 0.0001224939915118739, + "P": 0.0005355696193873882, + "-": 0.9974251985549927 + }, + "id": "tp_1289" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 161128, + "label": "-", + "classification": { + "B": 0.0020686162170022726, + "S": 0.024528099223971367, + "I": 0.026718974113464355, + "C": 0.0001632795756449923, + "R": 0.00046086119255051017, + "M": 0.043673571199178696, + "O": 0.02903924696147442, + "W": 0.0023872810415923595, + "N": 0.003658879781141877, + "Y": 0.01792312040925026, + "U": 1.9515269741532393e-05, + "K": 5.0210568588227034e-05, + "L": 0.001974907936528325, + "G": 0.004187911283224821, + "F": 0.010045160539448261, + "E": 0.0027118856087327003, + "T": 0.038578979671001434, + "P": 0.22444097697734833, + "-": 0.5673684477806091 + }, + "id": "tp_1290" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 161261, + "label": "-", + "classification": { + "B": 1.6949218206718797e-06, + "S": 2.7447913453215733e-07, + "I": 6.114309599070111e-06, + "C": 4.3942867478108383e-07, + "R": 1.6855652518188435e-07, + "M": 7.20299212844111e-05, + "O": 2.0936808141414076e-05, + "W": 1.0651002213535321e-07, + "N": 8.738478385339477e-08, + "Y": 0.00012030688230879605, + "U": 6.864455670552161e-09, + "K": 1.1985925585378254e-09, + "L": 4.4077028178435285e-06, + "G": 0.00011544681183295324, + "F": 0.00040432915557175875, + "E": 9.898471944325138e-06, + "T": 0.0001615114015294239, + "P": 0.025175103917717934, + "-": 0.9739070534706116 + }, + "id": "tp_1291" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 161395, + "label": "-", + "classification": { + "B": 0.00010829774691956118, + "S": 0.0002952694776467979, + "I": 0.0001509422727394849, + "C": 4.108747452846728e-05, + "R": 8.276517473859712e-05, + "M": 0.01067439466714859, + "O": 0.008559185080230236, + "W": 0.00022106226242613047, + "N": 1.0313930033589713e-05, + "Y": 0.004539151210337877, + "U": 2.37759650190128e-06, + "K": 8.710985071047617e-07, + "L": 0.0013080330099910498, + "G": 0.0017506229924038053, + "F": 0.002447896869853139, + "E": 6.494169065263122e-05, + "T": 0.008162960410118103, + "P": 0.0054598585702478886, + "-": 0.9561200141906738 + }, + "id": "tp_1292" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 161528, + "label": "-", + "classification": { + "B": 4.070240902365185e-05, + "S": 0.00024864220176823437, + "I": 0.0001475939352530986, + "C": 2.2214560146949225e-07, + "R": 2.837959982571192e-07, + "M": 0.0005745784728787839, + "O": 0.000523736176546663, + "W": 1.5279701983672567e-05, + "N": 2.215992753917817e-05, + "Y": 6.49831781629473e-05, + "U": 1.057380956126508e-07, + "K": 1.2384975889290217e-07, + "L": 1.8858683688449673e-05, + "G": 3.9646096411161125e-05, + "F": 0.000720120151527226, + "E": 0.00015160815382841974, + "T": 0.0007911039865575731, + "P": 0.42916053533554077, + "-": 0.5674797892570496 + }, + "id": "tp_1293" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 161628, + "label": "-", + "classification": { + "B": 3.3975543374253903e-06, + "S": 5.960681846772786e-06, + "I": 0.0002179473522119224, + "C": 1.6072246580733918e-05, + "R": 1.0736781405285e-05, + "M": 0.00035714550176635385, + "O": 0.00012812060595024377, + "W": 1.9747651549550937e-06, + "N": 1.076113767339848e-05, + "Y": 0.0038256426341831684, + "U": 4.357134457677603e-07, + "K": 2.008953060794738e-06, + "L": 9.690683327789884e-06, + "G": 0.0008688031230121851, + "F": 0.0028261374682188034, + "E": 5.208624497754499e-05, + "T": 0.002322946675121784, + "P": 0.053505443036556244, + "-": 0.9358347058296204 + }, + "id": "tp_1294" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 161762, + "label": "Y", + "classification": { + "B": 0.0001839187607401982, + "S": 0.13251273334026337, + "I": 0.027909239754080772, + "C": 0.0005594997201114893, + "R": 0.0009182718931697309, + "M": 0.020840469747781754, + "O": 0.03004542738199234, + "W": 0.006178243551403284, + "N": 0.019316408783197403, + "Y": 0.24816158413887024, + "U": 7.754190846753772e-06, + "K": 0.04033006355166435, + "L": 0.001158697996288538, + "G": 0.0794542133808136, + "F": 0.09710405766963959, + "E": 0.005690358113497496, + "T": 0.23930439352989197, + "P": 0.007650730200111866, + "-": 0.04267387464642525 + }, + "id": "tp_1295" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 161895, + "label": "-", + "classification": { + "B": 0.000152827356941998, + "S": 0.0029070088639855385, + "I": 4.954863470629789e-05, + "C": 2.117593976436183e-05, + "R": 3.8791895349277183e-05, + "M": 0.005171308759599924, + "O": 0.005071588326245546, + "W": 0.00022402830654755235, + "N": 1.1709720638464205e-05, + "Y": 0.0047903177328407764, + "U": 3.7186910617492686e-07, + "K": 4.195874225842999e-06, + "L": 0.00042433911585249007, + "G": 0.0015077645657584071, + "F": 0.023767167702317238, + "E": 7.80428817961365e-05, + "T": 0.008581992238759995, + "P": 0.01428800355643034, + "-": 0.9329098463058472 + }, + "id": "tp_1296" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 162029, + "label": "-", + "classification": { + "B": 6.957402365515009e-05, + "S": 0.00010814979032147676, + "I": 0.00017501070396974683, + "C": 8.746413186599966e-06, + "R": 1.874417830549646e-05, + "M": 0.011988045647740364, + "O": 0.001569822197780013, + "W": 1.7763934010872617e-05, + "N": 2.548956217651721e-06, + "Y": 0.009664839133620262, + "U": 1.0066589339885468e-07, + "K": 3.19076249866157e-08, + "L": 0.0002729396801441908, + "G": 0.0014761312631890178, + "F": 0.0011917536612600088, + "E": 3.0894228984834626e-05, + "T": 0.016214311122894287, + "P": 0.0035326527431607246, + "-": 0.9536580443382263 + }, + "id": "tp_1297" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 162129, + "label": "-", + "classification": { + "B": 3.26704957842594e-06, + "S": 4.266080213710666e-05, + "I": 4.247841388860252e-06, + "C": 7.014401859350983e-08, + "R": 1.464044885324256e-07, + "M": 0.0012395338853821158, + "O": 0.0004183584824204445, + "W": 3.126983756374102e-06, + "N": 9.89328796663358e-08, + "Y": 0.00011075557995354757, + "U": 5.368079869505493e-10, + "K": 1.234033153441061e-10, + "L": 1.767108915373683e-05, + "G": 2.7781392418546602e-05, + "F": 0.0003108732926193625, + "E": 7.341498644564126e-07, + "T": 0.0008349768468178809, + "P": 0.0019324159948155284, + "-": 0.995053231716156 + }, + "id": "tp_1298" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 162262, + "label": "-", + "classification": { + "B": 1.047999376169173e-05, + "S": 4.233038271195255e-05, + "I": 6.927579306648113e-06, + "C": 1.2967544762432226e-06, + "R": 9.09781078917149e-07, + "M": 0.0013183857081457973, + "O": 0.0005858002696186304, + "W": 1.3091536857245956e-05, + "N": 4.99340615078836e-07, + "Y": 0.00037841268931515515, + "U": 4.5635527357035244e-08, + "K": 8.435723941602191e-08, + "L": 4.8485024308320135e-05, + "G": 0.00014830064901616424, + "F": 0.003917182330042124, + "E": 1.3633857633976731e-05, + "T": 0.000791920640040189, + "P": 0.005703473463654518, + "-": 0.9870187044143677 + }, + "id": "tp_1299" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 162396, + "label": "-", + "classification": { + "B": 2.0690832513992063e-07, + "S": 6.455413767980644e-07, + "I": 1.9284918835182907e-06, + "C": 5.173199042474153e-07, + "R": 1.0714875315898098e-06, + "M": 0.00010275594104314223, + "O": 5.8652181905927137e-05, + "W": 4.432646960594866e-07, + "N": 1.646328229298888e-08, + "Y": 0.0005371978040784597, + "U": 1.1376946051910863e-09, + "K": 9.308077086878086e-10, + "L": 3.977105279773241e-06, + "G": 2.7452731956145726e-05, + "F": 0.00012844284356106073, + "E": 8.398031781098325e-08, + "T": 0.0015451960498467088, + "P": 0.00034261372638866305, + "-": 0.9972488284111023 + }, + "id": "tp_1300" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 162529, + "label": "-", + "classification": { + "B": 8.769896339799743e-06, + "S": 0.00015072821406647563, + "I": 0.00030988597427494824, + "C": 0.0004930277355015278, + "R": 0.0003961239999625832, + "M": 0.002279341686517, + "O": 0.001592197804711759, + "W": 7.113353785825893e-05, + "N": 1.79443431989057e-05, + "Y": 0.016544850543141365, + "U": 3.475423454801785e-06, + "K": 1.890644671220798e-05, + "L": 0.0003199968778062612, + "G": 0.0028151480946689844, + "F": 0.013293838128447533, + "E": 3.9466242014896125e-05, + "T": 0.015869202092289925, + "P": 0.0046399543061852455, + "-": 0.9411360025405884 + }, + "id": "tp_1301" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 162629, + "label": "-", + "classification": { + "B": 2.1369698970374884e-06, + "S": 4.444018486537971e-06, + "I": 8.319600055983756e-06, + "C": 1.350364982499741e-06, + "R": 1.3675980881089345e-06, + "M": 0.00035666796611621976, + "O": 0.0001381084875902161, + "W": 1.0739549907157198e-06, + "N": 2.277011788009986e-07, + "Y": 0.0008432996110059321, + "U": 1.4563864780825497e-08, + "K": 2.2882172601157436e-08, + "L": 8.497098860971164e-06, + "G": 0.00014253315748646855, + "F": 0.0006784754805266857, + "E": 2.6243674255965743e-06, + "T": 0.0013608206063508987, + "P": 0.0031213799957185984, + "-": 0.9933286905288696 + }, + "id": "tp_1302" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 162763, + "label": "-", + "classification": { + "B": 1.5592810598263895e-07, + "S": 5.248725187811942e-07, + "I": 1.6520045054146948e-10, + "C": 1.3889027428160006e-10, + "R": 5.335045183407772e-10, + "M": 0.00017185028991661966, + "O": 0.00010684867447707802, + "W": 2.0138982037565256e-08, + "N": 1.3490842557667415e-12, + "Y": 5.049096671427833e-06, + "U": 3.195163114665979e-14, + "K": 1.9590205532668244e-15, + "L": 5.18322667630855e-06, + "G": 3.275161361671053e-06, + "F": 1.8746846762951463e-05, + "E": 4.078181126132563e-10, + "T": 3.42897474183701e-05, + "P": 7.4994718488596845e-06, + "-": 0.9996465444564819 + }, + "id": "tp_1303" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 162896, + "label": "-", + "classification": { + "B": 6.822077125434589e-08, + "S": 1.2779860014688893e-07, + "I": 1.2578925634443294e-06, + "C": 3.464367681615954e-09, + "R": 2.6781181716728497e-09, + "M": 6.99970405548811e-05, + "O": 7.743286005279515e-06, + "W": 2.0934454170173922e-08, + "N": 7.623808251366881e-09, + "Y": 4.9733036576071754e-05, + "U": 5.753286735910024e-11, + "K": 1.9173754597923143e-11, + "L": 1.6578366057729e-07, + "G": 2.8990564260311658e-06, + "F": 1.754292316036299e-05, + "E": 5.208524385125202e-07, + "T": 0.00013259246770758182, + "P": 0.003752597374841571, + "-": 0.9959646463394165 + }, + "id": "tp_1304" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 163030, + "label": "-", + "classification": { + "B": 0.0002503192226868123, + "S": 0.00116536149289459, + "I": 0.0015503775794059038, + "C": 0.0002177874557673931, + "R": 0.0004902980290353298, + "M": 0.03958623856306076, + "O": 0.015145736746490002, + "W": 0.0005139916320331395, + "N": 0.00018706268747337162, + "Y": 0.08457228541374207, + "U": 1.3159627087588888e-05, + "K": 8.639966836199164e-05, + "L": 0.00271779065951705, + "G": 0.019095877185463905, + "F": 0.018129032105207443, + "E": 0.0012928268406540155, + "T": 0.03434641286730766, + "P": 0.014311190694570541, + "-": 0.7663279175758362 + }, + "id": "tp_1305" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 163130, + "label": "-", + "classification": { + "B": 0.0006042200839146972, + "S": 0.00017416986520402133, + "I": 3.4054770367220044e-05, + "C": 1.854903166531585e-05, + "R": 2.428785592201166e-05, + "M": 0.0023449405562132597, + "O": 0.0010635850485414267, + "W": 4.123123289900832e-05, + "N": 2.7249545837548794e-06, + "Y": 0.0037948130629956722, + "U": 2.949562087906088e-07, + "K": 7.143936500142445e-07, + "L": 0.0002740348572842777, + "G": 0.0024257590994238853, + "F": 0.01611136831343174, + "E": 7.661899144295603e-05, + "T": 0.0016210166504606605, + "P": 0.006766957230865955, + "-": 0.9646207094192505 + }, + "id": "tp_1306" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 163263, + "label": "-", + "classification": { + "B": 0.0007235788507387042, + "S": 0.0016974342288449407, + "I": 5.852024696650915e-05, + "C": 8.415683623752557e-06, + "R": 1.831208101066295e-05, + "M": 0.014708145521581173, + "O": 0.009612072259187698, + "W": 0.0001363694464089349, + "N": 4.101746526430361e-06, + "Y": 0.0037975190207362175, + "U": 2.2501355090298603e-07, + "K": 1.1010528311317103e-07, + "L": 0.0032991922926157713, + "G": 0.004831423982977867, + "F": 0.024737585335969925, + "E": 0.0001374683779431507, + "T": 0.004411356057971716, + "P": 0.00876882579177618, + "-": 0.9230493903160095 + }, + "id": "tp_1307" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 163397, + "label": "-", + "classification": { + "B": 1.5649985474208705e-10, + "S": 2.4552909039243787e-08, + "I": 2.2913268082902505e-07, + "C": 3.0517318805323157e-07, + "R": 1.7791293771551864e-07, + "M": 0.0002970874193124473, + "O": 8.340791282535065e-06, + "W": 5.420247806142697e-09, + "N": 1.286758921636988e-09, + "Y": 0.003331615822389722, + "U": 2.0860816546397487e-11, + "K": 6.356455639622283e-11, + "L": 6.71535019591829e-07, + "G": 1.5146176338021178e-05, + "F": 7.541556988144293e-05, + "E": 7.110244837349455e-08, + "T": 0.003688777331262827, + "P": 9.289083391195163e-05, + "-": 0.992489218711853 + }, + "id": "tp_1308" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 163530, + "label": "-", + "classification": { + "B": 4.0953673305921257e-05, + "S": 5.173998579266481e-05, + "I": 0.0003988310054410249, + "C": 0.00022267154417932034, + "R": 0.0001590057072462514, + "M": 0.007044285070151091, + "O": 0.001615212531760335, + "W": 3.736260623554699e-05, + "N": 1.520497153251199e-05, + "Y": 0.00865117646753788, + "U": 5.2726031753991265e-06, + "K": 8.983351449387555e-07, + "L": 0.0009070432861335576, + "G": 0.003557867370545864, + "F": 0.006058910395950079, + "E": 0.00017954979557543993, + "T": 0.011653066612780094, + "P": 0.01255121175199747, + "-": 0.9468497633934021 + }, + "id": "tp_1309" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 163630, + "label": "-", + "classification": { + "B": 0.0004804607015103102, + "S": 0.003802388673648238, + "I": 2.1594147256109864e-05, + "C": 2.397907337581273e-05, + "R": 0.00012443626474123448, + "M": 0.01930242031812668, + "O": 0.05399472266435623, + "W": 0.0003875182301271707, + "N": 1.2028211813230882e-06, + "Y": 0.00230176723562181, + "U": 2.8388990713779094e-08, + "K": 1.646159120127777e-08, + "L": 0.011310182511806488, + "G": 0.005368723534047604, + "F": 0.00428729085251689, + "E": 7.568946330138715e-06, + "T": 0.00920077133923769, + "P": 0.0010198272066190839, + "-": 0.8883651494979858 + }, + "id": "tp_1310" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 163764, + "label": "-", + "classification": { + "B": 2.10716123660859e-07, + "S": 1.692094429017743e-07, + "I": 8.375332072318997e-08, + "C": 1.95852556394982e-09, + "R": 5.985699713662029e-10, + "M": 4.6526940423063934e-05, + "O": 3.40433598466916e-06, + "W": 8.796257056076229e-09, + "N": 1.1548063616473314e-09, + "Y": 2.1095260308356956e-05, + "U": 2.1923799581324843e-11, + "K": 3.723535715871584e-11, + "L": 1.657014934153267e-07, + "G": 3.815192485490115e-06, + "F": 0.00014929514145478606, + "E": 8.447846084891353e-07, + "T": 2.1963063773000613e-05, + "P": 0.0024637351743876934, + "-": 0.997288703918457 + }, + "id": "tp_1311" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 163897, + "label": "-", + "classification": { + "B": 1.0932388249784708e-05, + "S": 9.90623448160477e-05, + "I": 3.510278111207299e-05, + "C": 8.503830940753687e-06, + "R": 6.999017386988271e-06, + "M": 0.0013410242972895503, + "O": 0.0005432770121842623, + "W": 1.8120357708539814e-05, + "N": 3.8542516449524555e-06, + "Y": 0.0031421808525919914, + "U": 3.344417507378239e-07, + "K": 2.269876631544321e-06, + "L": 7.06356149748899e-05, + "G": 0.0008493327186442912, + "F": 0.022597741335630417, + "E": 0.00011323064973112196, + "T": 0.0021529945079237223, + "P": 0.012264877557754517, + "-": 0.9567395448684692 + }, + "id": "tp_1312" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 164031, + "label": "-", + "classification": { + "B": 0.0029703774489462376, + "S": 0.032658789306879044, + "I": 5.199326915317215e-05, + "C": 0.00012552726548165083, + "R": 0.0002691104600671679, + "M": 0.01712951995432377, + "O": 0.04603751003742218, + "W": 0.0020356120076030493, + "N": 1.3630449757329188e-05, + "Y": 0.0021649044938385487, + "U": 6.79465813391289e-07, + "K": 2.159181576644187e-06, + "L": 0.017809953540563583, + "G": 0.01890636421740055, + "F": 0.08857432752847672, + "E": 9.904638136504218e-05, + "T": 0.008596654050052166, + "P": 0.00545125175267458, + "-": 0.7571024894714355 + }, + "id": "tp_1313" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 164131, + "label": "-", + "classification": { + "B": 9.485065675107762e-07, + "S": 1.5999005427147495e-06, + "I": 7.938843360477676e-09, + "C": 1.788260317603374e-09, + "R": 2.031612211794709e-09, + "M": 5.532326395041309e-05, + "O": 5.609814979834482e-05, + "W": 5.175986217409445e-08, + "N": 1.1856975123958335e-10, + "Y": 1.1006841305061243e-05, + "U": 1.5852031059332417e-12, + "K": 1.0992284556546328e-12, + "L": 3.080485157624935e-06, + "G": 1.1365878890501335e-05, + "F": 0.0002597373095341027, + "E": 4.318450308460342e-08, + "T": 1.9980256183771417e-05, + "P": 0.0001731948577798903, + "-": 0.9994075298309326 + }, + "id": "tp_1314" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 164264, + "label": "-", + "classification": { + "B": 3.4712397791736294e-06, + "S": 0.0008963338332250714, + "I": 6.041059805284021e-06, + "C": 3.452869350439869e-06, + "R": 9.005214451462962e-06, + "M": 0.003194826189428568, + "O": 0.002876539481803775, + "W": 5.116999091114849e-05, + "N": 8.78196033227141e-07, + "Y": 0.0025895237922668457, + "U": 1.0323113919241678e-08, + "K": 4.6520210617018165e-07, + "L": 0.0001750306400936097, + "G": 0.0005671464023180306, + "F": 0.014425143599510193, + "E": 8.515109584550373e-06, + "T": 0.00570447975769639, + "P": 0.0023494577035307884, + "-": 0.9671385884284973 + }, + "id": "tp_1315" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 164398, + "label": "-", + "classification": { + "B": 0.0003760073450393975, + "S": 0.0007631920743733644, + "I": 1.2419192216839292e-06, + "C": 1.5069646224219468e-06, + "R": 6.914131972735049e-06, + "M": 0.01196939218789339, + "O": 0.011160929687321186, + "W": 2.1642968931701034e-05, + "N": 1.611129718526172e-08, + "Y": 0.0015560737811028957, + "U": 8.684822305760065e-11, + "K": 1.0948552481293561e-10, + "L": 0.0025264881551265717, + "G": 0.0036159618757665157, + "F": 0.0036644120700657368, + "E": 1.2909558790852316e-06, + "T": 0.0025574874598532915, + "P": 7.624278077855706e-05, + "-": 0.9617012143135071 + }, + "id": "tp_1316" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 164531, + "label": "-", + "classification": { + "B": 8.684237400302663e-05, + "S": 0.0003987985255662352, + "I": 9.915194823406637e-05, + "C": 1.5575045836158097e-05, + "R": 2.5893370548146777e-05, + "M": 0.01971515081822872, + "O": 0.005769127048552036, + "W": 7.26296566426754e-05, + "N": 5.700388555851532e-06, + "Y": 0.004711161833256483, + "U": 3.2972022268040746e-07, + "K": 2.2779407515827188e-07, + "L": 0.0008831158629618585, + "G": 0.0018187874229624867, + "F": 0.0015733216423541307, + "E": 6.098824451328255e-05, + "T": 0.01691800355911255, + "P": 0.006821975111961365, + "-": 0.9410232901573181 + }, + "id": "tp_1317" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 164631, + "label": "-", + "classification": { + "B": 2.146275846826029e-06, + "S": 7.655216904822737e-06, + "I": 4.252705548424274e-05, + "C": 1.1157043218190665e-06, + "R": 2.4797782316454686e-06, + "M": 0.0010269455378875136, + "O": 0.00027840377879329026, + "W": 3.213695890735835e-06, + "N": 5.29089163592289e-07, + "Y": 0.0005320728523656726, + "U": 4.4860563264137454e-08, + "K": 8.163484999101911e-09, + "L": 3.307638689875603e-05, + "G": 8.043991692829877e-05, + "F": 0.00033497941331006587, + "E": 5.4366091717383824e-06, + "T": 0.0020137338433414698, + "P": 0.004198937676846981, + "-": 0.9914361834526062 + }, + "id": "tp_1318" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 164765, + "label": "-", + "classification": { + "B": 0.0025327331386506557, + "S": 0.004815955646336079, + "I": 0.0015717222122475505, + "C": 0.00030222066561691463, + "R": 0.00027064583264291286, + "M": 0.028857802972197533, + "O": 0.01099931076169014, + "W": 0.0006315146456472576, + "N": 0.00013185710122343153, + "Y": 0.018893135711550713, + "U": 6.193572971824324e-06, + "K": 1.7361528080073185e-05, + "L": 0.0027298976201564074, + "G": 0.012303979136049747, + "F": 0.034476928412914276, + "E": 0.0009980284376069903, + "T": 0.01769663766026497, + "P": 0.01105860061943531, + "-": 0.8517054319381714 + }, + "id": "tp_1319" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 164898, + "label": "P", + "classification": { + "B": 5.376918579713674e-06, + "S": 2.61443892668467e-05, + "I": 0.0011144306045025587, + "C": 1.3884716281609144e-05, + "R": 3.878393272316316e-06, + "M": 0.00016218464588746428, + "O": 7.67359379096888e-05, + "W": 8.69702489580959e-06, + "N": 0.00029758262098766863, + "Y": 0.0007711705402471125, + "U": 3.4977235827682307e-06, + "K": 0.0001120255546993576, + "L": 3.981104782724287e-06, + "G": 0.00011566653847694397, + "F": 0.004779761657118797, + "E": 0.0017098539974540472, + "T": 0.0010221183765679598, + "P": 0.590181291103363, + "-": 0.39959171414375305 + }, + "id": "tp_1320" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 165032, + "label": "P", + "classification": { + "B": 9.056206451418802e-09, + "S": 3.526114156215954e-08, + "I": 0.0002150155050912872, + "C": 1.6589726925531068e-08, + "R": 1.5438444966875409e-09, + "M": 2.316767790944141e-07, + "O": 2.6455705182115707e-08, + "W": 1.0463248933945124e-08, + "N": 2.5775801987037994e-05, + "Y": 3.719088965681294e-07, + "U": 2.8794993056635576e-09, + "K": 1.3041673128100228e-06, + "L": 3.916486301935862e-10, + "G": 2.3274084526292427e-07, + "F": 1.5756400898681022e-05, + "E": 0.0008911316399462521, + "T": 6.28408713509998e-07, + "P": 0.9966448545455933, + "-": 0.00220466242171824 + }, + "id": "tp_1321" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 165132, + "label": "P", + "classification": { + "B": 1.2514799309706892e-12, + "S": 9.454746013881632e-12, + "I": 3.0296928343886975e-06, + "C": 1.2496438779596719e-11, + "R": 9.148411195258888e-13, + "M": 5.000070357752406e-10, + "O": 4.998847516479721e-11, + "W": 4.443351502708692e-12, + "N": 1.1843832936619947e-07, + "Y": 5.4188284970280165e-09, + "U": 7.360018085440789e-13, + "K": 1.9666690498354455e-09, + "L": 5.698845123016869e-14, + "G": 6.196749779974198e-10, + "F": 7.309732268367952e-07, + "E": 1.0228764040220995e-05, + "T": 3.177997198733351e-09, + "P": 0.99941086769104, + "-": 0.0005750241107307374 + }, + "id": "tp_1322" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 165265, + "label": "P", + "classification": { + "B": 7.316377281796349e-09, + "S": 2.998435988388337e-08, + "I": 5.565380706684664e-05, + "C": 2.8759494341557e-08, + "R": 2.973160384556195e-09, + "M": 3.8725012529994274e-08, + "O": 6.377469929930157e-08, + "W": 1.2813167415970383e-08, + "N": 4.181350504950387e-06, + "Y": 5.170593340153573e-07, + "U": 5.741474407017222e-09, + "K": 1.582756112838979e-07, + "L": 1.2457421760814213e-09, + "G": 2.4871553705452243e-07, + "F": 8.36197505122982e-05, + "E": 4.319727304391563e-05, + "T": 5.668618996423902e-07, + "P": 0.9829353094100952, + "-": 0.016876334324479103 + }, + "id": "tp_1323" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 165399, + "label": "P", + "classification": { + "B": 1.58286184159806e-08, + "S": 4.865449909630115e-08, + "I": 0.00012906578194815665, + "C": 5.264497282553293e-09, + "R": 4.4504486207408434e-10, + "M": 5.556829023589671e-07, + "O": 2.6114753026718063e-08, + "W": 1.2799000748131562e-09, + "N": 1.4986828318797052e-05, + "Y": 1.206421984534245e-07, + "U": 1.7794334061793649e-10, + "K": 2.0411095036365623e-08, + "L": 6.510685324201404e-10, + "G": 2.984337754696753e-07, + "F": 1.1834511496999767e-05, + "E": 0.00034450346720404923, + "T": 3.6701609928968537e-07, + "P": 0.9985499978065491, + "-": 0.0009482935420237482 + }, + "id": "tp_1324" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 165532, + "label": "P", + "classification": { + "B": 2.456121819705004e-06, + "S": 7.394982048936072e-07, + "I": 0.0009481185115873814, + "C": 1.5540468666586094e-05, + "R": 1.2228573496031458e-06, + "M": 8.890488970791921e-05, + "O": 1.971975689230021e-05, + "W": 7.391245731014351e-07, + "N": 3.626073885243386e-05, + "Y": 0.0003186575195286423, + "U": 7.914765092209564e-07, + "K": 5.203268074183143e-07, + "L": 2.7095936729892856e-06, + "G": 0.00012055164552293718, + "F": 0.00027498920098878443, + "E": 0.0005186869530007243, + "T": 0.00046653120080009103, + "P": 0.5490681529045105, + "-": 0.4481147825717926 + }, + "id": "tp_1325" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 165632, + "label": "P", + "classification": { + "B": 4.19152401676115e-09, + "S": 5.330714203388709e-10, + "I": 3.970480975112878e-05, + "C": 7.396564249972926e-09, + "R": 5.6230766570797286e-11, + "M": 3.703006257183006e-07, + "O": 5.481854969957567e-09, + "W": 1.631958457259941e-10, + "N": 8.027715807656932e-07, + "Y": 1.8673658530588e-07, + "U": 3.7788147611017564e-11, + "K": 8.83491335645914e-10, + "L": 1.0881476275592661e-10, + "G": 8.535395323860939e-08, + "F": 1.2124506838517846e-06, + "E": 0.00018833398644346744, + "T": 2.351092973640334e-07, + "P": 0.992450475692749, + "-": 0.007318530231714249 + }, + "id": "tp_1326" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 165766, + "label": "P", + "classification": { + "B": 1.7634009486997004e-12, + "S": 5.731953106602461e-12, + "I": 7.003143878137053e-07, + "C": 7.241581466421732e-13, + "R": 1.5715828974565554e-14, + "M": 1.298202378929858e-10, + "O": 8.137740481473088e-12, + "W": 1.6893852582047092e-13, + "N": 1.9365659298387072e-08, + "Y": 1.5117659901697778e-10, + "U": 1.0356469405203936e-14, + "K": 1.481233191658049e-11, + "L": 1.0171627334355261e-14, + "G": 3.853901919814717e-11, + "F": 8.60783373468621e-08, + "E": 1.6576811958657345e-06, + "T": 4.800809749738733e-10, + "P": 0.9993966817855835, + "-": 0.0006008537602610886 + }, + "id": "tp_1327" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 165899, + "label": "P", + "classification": { + "B": 3.167734297093716e-09, + "S": 1.6070820230140725e-09, + "I": 1.2815697118639946e-05, + "C": 4.850753398955021e-08, + "R": 3.3849945069164278e-09, + "M": 3.736643350293889e-08, + "O": 2.78078644555535e-08, + "W": 1.1191242377250887e-09, + "N": 4.1992126398326945e-07, + "Y": 1.863509282884479e-06, + "U": 6.50539622171209e-10, + "K": 1.3523627551137452e-08, + "L": 4.863996982962249e-10, + "G": 3.1730164096188673e-07, + "F": 1.7739632312441245e-05, + "E": 5.5523705668747425e-06, + "T": 1.0965375167870661e-06, + "P": 0.9305875301361084, + "-": 0.06937248259782791 + }, + "id": "tp_1328" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 166033, + "label": "P", + "classification": { + "B": 3.4830873740787638e-09, + "S": 8.892793168513435e-10, + "I": 1.6986243281280622e-05, + "C": 1.6614811748638658e-09, + "R": 5.64934522773175e-11, + "M": 6.399990866157168e-07, + "O": 1.220810386115545e-08, + "W": 1.3002264542816278e-10, + "N": 3.045391281375487e-07, + "Y": 4.4406782251371624e-08, + "U": 5.330907156680942e-12, + "K": 1.865423961133761e-11, + "L": 2.160128603767575e-10, + "G": 3.871418385870129e-08, + "F": 4.47385303914416e-07, + "E": 2.0880326701444574e-05, + "T": 2.614193590488867e-07, + "P": 0.9926578402519226, + "-": 0.007302554324269295 + }, + "id": "tp_1329" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 166133, + "label": "P", + "classification": { + "B": 1.1139102973345416e-09, + "S": 1.1185244730427257e-08, + "I": 4.2508207116043195e-05, + "C": 2.1929771332196424e-09, + "R": 2.3608517918383143e-10, + "M": 4.897166405726239e-08, + "O": 4.073356763001357e-09, + "W": 1.0106486758587607e-09, + "N": 8.745460036152508e-06, + "Y": 1.853698137210813e-07, + "U": 1.5439846623443998e-10, + "K": 3.658308003195998e-07, + "L": 2.7917650829989427e-11, + "G": 4.29560884640523e-08, + "F": 1.1339601769577712e-05, + "E": 0.00024306859995704144, + "T": 1.911710967306135e-07, + "P": 0.9987987279891968, + "-": 0.0008945913868956268 + }, + "id": "tp_1330" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 166266, + "label": "P", + "classification": { + "B": 9.994471383834025e-07, + "S": 6.687649261039041e-07, + "I": 0.00041884640813805163, + "C": 2.3726772724330658e-07, + "R": 3.295498274269448e-08, + "M": 1.318188651566743e-06, + "O": 8.504528636876785e-07, + "W": 9.620167418233905e-08, + "N": 0.0001053689411492087, + "Y": 2.068859430437442e-06, + "U": 5.2730261046463056e-08, + "K": 1.0792196292186418e-07, + "L": 7.889266839811171e-08, + "G": 2.898562115660752e-06, + "F": 2.1909176211920567e-05, + "E": 0.0001849199616117403, + "T": 1.1226187780266628e-05, + "P": 0.9955005049705505, + "-": 0.003747795009985566 + }, + "id": "tp_1331" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 166400, + "label": "P", + "classification": { + "B": 1.454814650969638e-07, + "S": 1.6731844354467285e-08, + "I": 0.00015778849774505943, + "C": 9.764084651919802e-09, + "R": 1.3090851735952924e-09, + "M": 3.089517974785849e-07, + "O": 5.677880565713167e-08, + "W": 4.341679460395653e-09, + "N": 3.4734748624032363e-06, + "Y": 8.886151192655234e-08, + "U": 7.19413140171099e-10, + "K": 7.379696853604401e-10, + "L": 5.189663809801459e-09, + "G": 1.6974978223061044e-07, + "F": 1.7887573449115735e-06, + "E": 9.1783374955412e-05, + "T": 6.062358011149627e-07, + "P": 0.9955204725265503, + "-": 0.004223179072141647 + }, + "id": "tp_1332" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 166533, + "label": "P", + "classification": { + "B": 4.598733286537149e-12, + "S": 1.1748250809684446e-11, + "I": 7.817690857336856e-06, + "C": 3.1281274792682723e-10, + "R": 1.2379454232547271e-11, + "M": 4.32037849940059e-10, + "O": 6.40901706705499e-11, + "W": 3.886766776484141e-12, + "N": 9.869913242255279e-08, + "Y": 2.387561481853595e-09, + "U": 1.824149121684715e-12, + "K": 2.3350518740805626e-10, + "L": 5.333156876188849e-13, + "G": 1.3538838938842446e-09, + "F": 7.114950335562753e-07, + "E": 1.8558447436589631e-06, + "T": 5.087459342689726e-09, + "P": 0.9977553486824036, + "-": 0.002234117826446891 + }, + "id": "tp_1333" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 166633, + "label": "P", + "classification": { + "B": 0.0004802447510883212, + "S": 8.125629392452538e-05, + "I": 0.00012103158951504156, + "C": 7.85105100931105e-08, + "R": 6.151228149064991e-08, + "M": 5.5785367294447497e-05, + "O": 8.509124745614827e-05, + "W": 4.310773420002079e-06, + "N": 9.682788913778495e-06, + "Y": 5.550567038881127e-06, + "U": 2.0893839547397874e-08, + "K": 7.833874882123837e-09, + "L": 8.82176300365245e-06, + "G": 3.6124311009189114e-05, + "F": 0.0003356982197146863, + "E": 0.00017596040561329573, + "T": 3.234649921068922e-05, + "P": 0.9015567898750305, + "-": 0.09701119363307953 + }, + "id": "tp_1334" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 166767, + "label": "P", + "classification": { + "B": 1.7285256035393104e-05, + "S": 1.3243139846963459e-06, + "I": 0.00039177105645649135, + "C": 1.5720873989266693e-06, + "R": 1.7596363477423438e-07, + "M": 2.4169565222109668e-05, + "O": 1.5979479940142483e-05, + "W": 1.0602334441500716e-06, + "N": 2.4132597900461406e-05, + "Y": 1.608637467143126e-05, + "U": 1.1211755435169835e-07, + "K": 4.004994025308406e-08, + "L": 1.6717748394512455e-06, + "G": 1.7841552107711323e-05, + "F": 6.394523370545357e-05, + "E": 0.0002729018160607666, + "T": 5.4857249779161066e-05, + "P": 0.9075416326522827, + "-": 0.09155348688364029 + }, + "id": "tp_1335" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 166900, + "label": "P", + "classification": { + "B": 4.9042604644000676e-08, + "S": 2.4110613949801518e-08, + "I": 3.896774796885438e-05, + "C": 1.4905821021926613e-09, + "R": 8.706366183552916e-11, + "M": 2.771968752313114e-07, + "O": 1.252487091818466e-08, + "W": 1.6905979949299876e-09, + "N": 3.98306565330131e-06, + "Y": 4.9214275321673995e-08, + "U": 1.751720712928062e-10, + "K": 9.31691257477496e-09, + "L": 4.594344904518266e-10, + "G": 4.873544412475894e-08, + "F": 4.238002475176472e-06, + "E": 0.0005908110179007053, + "T": 2.6006134135059256e-07, + "P": 0.9973689317703247, + "-": 0.001992293633520603 + }, + "id": "tp_1336" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 167000, + "label": "P", + "classification": { + "B": 6.400572942766303e-07, + "S": 5.986593123452622e-07, + "I": 0.00035108087467961013, + "C": 2.7129607360620867e-07, + "R": 3.3177293801145424e-08, + "M": 3.515987145874533e-06, + "O": 7.716265599810868e-07, + "W": 1.446600492727157e-07, + "N": 4.735658876597881e-05, + "Y": 4.145548700762447e-06, + "U": 7.100003784898945e-08, + "K": 2.290365500812186e-06, + "L": 4.105140050114642e-08, + "G": 2.5542906314512948e-06, + "F": 5.528758265427314e-05, + "E": 0.0005039249081164598, + "T": 2.4886745450203307e-05, + "P": 0.9822148680686951, + "-": 0.01678743213415146 + }, + "id": "tp_1337" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 167134, + "label": "P", + "classification": { + "B": 9.045755859915516e-07, + "S": 3.521566043218627e-07, + "I": 3.2456048870699306e-07, + "C": 1.0663973176727737e-10, + "R": 1.0708667459724541e-11, + "M": 5.574831334342889e-07, + "O": 3.822587189006299e-07, + "W": 3.5530586472987125e-08, + "N": 6.133527818974471e-08, + "Y": 3.058924278320774e-07, + "U": 1.298324781018323e-10, + "K": 1.8348093044906477e-09, + "L": 3.7005041253479476e-09, + "G": 1.727087806102645e-07, + "F": 7.796612771926448e-05, + "E": 2.447440601827111e-05, + "T": 1.3952060271549271e-06, + "P": 0.9137585759162903, + "-": 0.08613443374633789 + }, + "id": "tp_1338" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 167267, + "label": "P", + "classification": { + "B": 6.490561332839206e-08, + "S": 1.1906804786576686e-07, + "I": 0.000129653126350604, + "C": 2.308874424983287e-09, + "R": 6.485778025755451e-10, + "M": 8.480273550048878e-07, + "O": 4.2199054917091416e-08, + "W": 2.229725515334735e-09, + "N": 8.635710400994867e-06, + "Y": 1.0946187245508554e-07, + "U": 1.3066688009377714e-10, + "K": 5.361867394526598e-09, + "L": 1.300785923419312e-09, + "G": 8.411531382535031e-08, + "F": 5.5322961998172104e-06, + "E": 0.00019268947653472424, + "T": 2.7827829285342887e-07, + "P": 0.9986042380332947, + "-": 0.0010575966443866491 + }, + "id": "tp_1339" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 167401, + "label": "P", + "classification": { + "B": 6.260256213863613e-06, + "S": 2.6347699986217776e-06, + "I": 0.00044360398896969855, + "C": 7.21938704373315e-07, + "R": 1.0085042134733158e-07, + "M": 3.143955837003887e-05, + "O": 9.48984597926028e-06, + "W": 6.020047180754773e-07, + "N": 6.247554847504944e-05, + "Y": 8.242719559348188e-06, + "U": 7.475393459799307e-08, + "K": 1.4545663873377634e-07, + "L": 6.765887974324869e-07, + "G": 1.3692329048353713e-05, + "F": 8.184719627024606e-05, + "E": 0.0008494787034578621, + "T": 4.365982749732211e-05, + "P": 0.9602695107460022, + "-": 0.03817534074187279 + }, + "id": "tp_1340" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 167501, + "label": "P", + "classification": { + "B": 2.6436212010594318e-06, + "S": 2.3841071197239216e-06, + "I": 7.277603435795754e-05, + "C": 1.7164794030577468e-08, + "R": 2.8672828555897922e-09, + "M": 4.027313934784615e-06, + "O": 3.2989814826578368e-06, + "W": 1.3225192674326536e-07, + "N": 8.454699127469212e-06, + "Y": 7.547422455900232e-07, + "U": 1.3310091917517752e-09, + "K": 6.458269474762801e-09, + "L": 8.973233178721784e-08, + "G": 1.441864469597931e-06, + "F": 7.569271110696718e-05, + "E": 0.00019738647097256035, + "T": 2.215391077697859e-06, + "P": 0.9691500067710876, + "-": 0.0304787065833807 + }, + "id": "tp_1341" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 167634, + "label": "P", + "classification": { + "B": 4.5886454245192e-06, + "S": 1.2882368309874437e-06, + "I": 0.00021830442710779607, + "C": 7.5187458605796564e-06, + "R": 4.114139642297232e-07, + "M": 4.843108035856858e-05, + "O": 1.3060956007393543e-05, + "W": 6.589220902242232e-07, + "N": 2.0551473426166922e-05, + "Y": 0.00014729058602824807, + "U": 6.42097290892707e-07, + "K": 1.0217212320640101e-06, + "L": 1.7074358993340866e-06, + "G": 5.717236126656644e-05, + "F": 0.0011938294628635049, + "E": 0.0006435787654481828, + "T": 0.0002263908099848777, + "P": 0.6255547404289246, + "-": 0.3718588948249817 + }, + "id": "tp_1342" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 167768, + "label": "P", + "classification": { + "B": 3.318540442442952e-10, + "S": 5.957468546258227e-11, + "I": 4.9541860789759085e-05, + "C": 7.953859237908034e-10, + "R": 1.812239074083788e-11, + "M": 1.0902436287096862e-08, + "O": 2.6676105768785874e-10, + "W": 2.7468133670383033e-11, + "N": 6.828462346675224e-07, + "Y": 1.9725652222746248e-08, + "U": 1.5757473451061266e-11, + "K": 1.6398078450663434e-09, + "L": 9.18098583269078e-12, + "G": 2.217620220790195e-08, + "F": 6.209160687831172e-07, + "E": 0.0001135422644438222, + "T": 2.3684830097181475e-08, + "P": 0.9990301132202148, + "-": 0.0008055088692344725 + }, + "id": "tp_1343" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 167901, + "label": "P", + "classification": { + "B": 0.004815652966499329, + "S": 0.0011300209444016218, + "I": 0.005779993254691362, + "C": 0.00019651786715257913, + "R": 5.834402691107243e-05, + "M": 0.00389940501190722, + "O": 0.0022025788202881813, + "W": 0.00045954633969813585, + "N": 0.0013812058605253696, + "Y": 0.0006508650258183479, + "U": 7.048447150737047e-05, + "K": 5.837023854837753e-05, + "L": 0.0005734816077165306, + "G": 0.0016601639799773693, + "F": 0.00533270463347435, + "E": 0.013396963477134705, + "T": 0.0035157890524715185, + "P": 0.6617773771286011, + "-": 0.29304057359695435 + }, + "id": "tp_1344" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 168001, + "label": "P", + "classification": { + "B": 0.0016767572378739715, + "S": 0.0003793617070186883, + "I": 0.012842989526689053, + "C": 6.820881935709622e-06, + "R": 3.943048795918003e-06, + "M": 0.001268709427677095, + "O": 0.00015853196964599192, + "W": 1.513048027845798e-05, + "N": 0.0008767697145231068, + "Y": 0.0001411239500157535, + "U": 6.02942463956424e-07, + "K": 8.130704145514756e-07, + "L": 4.2615596612449735e-05, + "G": 0.00031692261109128594, + "F": 0.00038776901783421636, + "E": 0.011376495473086834, + "T": 0.0002117598196491599, + "P": 0.9479712247848511, + "-": 0.022321663796901703 + }, + "id": "tp_1345" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 168135, + "label": "P", + "classification": { + "B": 5.6968707212945446e-05, + "S": 1.6949739801930264e-05, + "I": 0.012029308825731277, + "C": 5.227463407209143e-05, + "R": 4.9553059398022015e-06, + "M": 0.0002942483697552234, + "O": 2.311519710929133e-05, + "W": 6.833308816567296e-06, + "N": 0.003074605017900467, + "Y": 0.00025018470478244126, + "U": 2.583265995781403e-06, + "K": 0.00026021094527095556, + "L": 2.5320450731669553e-06, + "G": 0.00033729177084751427, + "F": 0.0008027224685065448, + "E": 0.08810996264219284, + "T": 0.0001779653539415449, + "P": 0.8769680261611938, + "-": 0.017529333010315895 + }, + "id": "tp_1346" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 168268, + "label": "P", + "classification": { + "B": 3.4792324754562287e-07, + "S": 4.1663824390525406e-08, + "I": 0.00010242811549687758, + "C": 6.535305487886944e-07, + "R": 2.2697378199154628e-08, + "M": 6.704155566694681e-06, + "O": 5.352616767595464e-07, + "W": 3.1959388024915825e-08, + "N": 7.761226697766688e-06, + "Y": 1.3582150131696835e-05, + "U": 4.9955502845477895e-08, + "K": 6.962305292290694e-07, + "L": 4.6327915725896673e-08, + "G": 1.3930402019468602e-05, + "F": 0.00043231568997725844, + "E": 0.0013812356628477573, + "T": 1.516283919045236e-05, + "P": 0.9305185675621033, + "-": 0.06750596314668655 + }, + "id": "tp_1347" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 168402, + "label": "P", + "classification": { + "B": 3.7844702660549956e-07, + "S": 5.053090035289642e-07, + "I": 4.7743702452862635e-05, + "C": 2.2275658650983132e-08, + "R": 4.323583269183473e-09, + "M": 6.712206754855288e-07, + "O": 3.3770285767786845e-07, + "W": 1.0597428712344481e-07, + "N": 3.6635649394156644e-06, + "Y": 3.6237551626072673e-07, + "U": 1.0662749794221327e-08, + "K": 6.881163727712192e-08, + "L": 1.784979986041435e-08, + "G": 6.491180215562053e-07, + "F": 0.0001085809271899052, + "E": 4.6914519771235064e-05, + "T": 6.796865363867255e-06, + "P": 0.9708473086357117, + "-": 0.02893599309027195 + }, + "id": "tp_1348" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 168502, + "label": "P", + "classification": { + "B": 7.215629011625424e-06, + "S": 0.00021315654157660902, + "I": 0.0039202552288770676, + "C": 3.647213873136934e-07, + "R": 2.3305800311845815e-07, + "M": 0.00011900492245331407, + "O": 2.5361885491292924e-05, + "W": 5.522067567653721e-06, + "N": 0.0005965693271718919, + "Y": 3.09125280182343e-05, + "U": 1.615457563275413e-07, + "K": 2.1768282749690115e-06, + "L": 8.587247180003033e-07, + "G": 6.416164978872985e-06, + "F": 0.0001761933381203562, + "E": 0.0006157612660899758, + "T": 0.0002889208262786269, + "P": 0.972301185131073, + "-": 0.021689757704734802 + }, + "id": "tp_1349" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 168635, + "label": "P", + "classification": { + "B": 1.5567006812489126e-06, + "S": 1.1757773791032378e-05, + "I": 0.00018874398665502667, + "C": 9.097936271018625e-08, + "R": 4.2543280898144076e-08, + "M": 1.0317989108443726e-05, + "O": 6.582493369933218e-06, + "W": 8.225696319641429e-07, + "N": 2.1403238861239515e-05, + "Y": 7.662180905754212e-06, + "U": 2.7220478315825858e-08, + "K": 3.251676901072642e-07, + "L": 2.437317334624822e-07, + "G": 5.2920531743438914e-06, + "F": 0.0003043660253752023, + "E": 0.00012560776667669415, + "T": 3.280585951870307e-05, + "P": 0.9442201852798462, + "-": 0.055062007158994675 + }, + "id": "tp_1350" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 168769, + "label": "P", + "classification": { + "B": 5.8153473219135776e-05, + "S": 9.420107744517736e-06, + "I": 0.00854852981865406, + "C": 7.380468014162034e-05, + "R": 9.425031748833135e-06, + "M": 0.0012990925461053848, + "O": 8.147500921040773e-05, + "W": 4.403854291012976e-06, + "N": 0.0005578058189712465, + "Y": 0.0004244811716489494, + "U": 1.7968801557799452e-06, + "K": 1.888473661892931e-06, + "L": 1.817179872887209e-05, + "G": 0.0004386212967801839, + "F": 0.000321545812766999, + "E": 0.011876190081238747, + "T": 0.0004840291803702712, + "P": 0.8975740671157837, + "-": 0.07821716368198395 + }, + "id": "tp_1351" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 168902, + "label": "P", + "classification": { + "B": 8.384263594507502e-08, + "S": 2.1177147857542877e-07, + "I": 0.0003099096938967705, + "C": 1.3464006087815505e-07, + "R": 1.2016129424807787e-08, + "M": 2.602314907562686e-06, + "O": 4.82982898120099e-07, + "W": 2.9295996739620023e-08, + "N": 2.0607150872820057e-05, + "Y": 3.7223294384602923e-06, + "U": 8.929458061857076e-09, + "K": 1.201496644398503e-07, + "L": 1.5343848858151432e-08, + "G": 2.161831162084127e-06, + "F": 0.00011397330672480166, + "E": 0.00011284956417512149, + "T": 1.1979350347246509e-05, + "P": 0.9573593139648438, + "-": 0.04206182807683945 + }, + "id": "tp_1352" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 169002, + "label": "P", + "classification": { + "B": 1.7086133397015146e-08, + "S": 3.6982413575969986e-07, + "I": 6.404014129657298e-05, + "C": 5.134680236551503e-09, + "R": 3.263851411361429e-09, + "M": 3.3531199505887344e-07, + "O": 6.979191198297485e-07, + "W": 4.158573929657905e-08, + "N": 1.569386040500831e-05, + "Y": 1.2911356179756694e-06, + "U": 2.288378375681077e-09, + "K": 4.1102447312368895e-07, + "L": 2.2262034438114142e-09, + "G": 5.852859885635553e-07, + "F": 0.0001644239091547206, + "E": 7.305889448616654e-05, + "T": 2.1670389287464786e-06, + "P": 0.9822659492492676, + "-": 0.01741090416908264 + }, + "id": "tp_1353" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 169136, + "label": "P", + "classification": { + "B": 1.0889984053408241e-10, + "S": 9.768820197209038e-10, + "I": 1.843946165536181e-06, + "C": 7.447866975929252e-12, + "R": 3.421972449325905e-13, + "M": 6.449877854031172e-10, + "O": 2.2585862347046515e-10, + "W": 2.2903182822497925e-11, + "N": 6.818769975325267e-07, + "Y": 4.125363661788839e-10, + "U": 1.3598646948081994e-12, + "K": 5.690108384470705e-10, + "L": 7.197365533423428e-13, + "G": 2.514080887916492e-10, + "F": 3.815066804691014e-07, + "E": 2.197674439230468e-05, + "T": 4.220321425663087e-09, + "P": 0.9997817873954773, + "-": 0.00019344102474860847 + }, + "id": "tp_1354" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 169269, + "label": "P", + "classification": { + "B": 3.744804928373924e-07, + "S": 2.154262119802297e-07, + "I": 6.61453595967032e-05, + "C": 6.312552613962907e-08, + "R": 4.8586366041547535e-09, + "M": 9.794482593861176e-07, + "O": 1.0639579386406695e-06, + "W": 6.117693374108057e-08, + "N": 5.072907697467599e-06, + "Y": 6.880318892399373e-07, + "U": 6.624548021250121e-09, + "K": 9.431053271669043e-09, + "L": 2.888581640547727e-08, + "G": 1.0242497410217766e-06, + "F": 1.8082895621773787e-05, + "E": 3.0082550438237377e-05, + "T": 5.5187224461406e-06, + "P": 0.96622234582901, + "-": 0.0336483009159565 + }, + "id": "tp_1355" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 169403, + "label": "P", + "classification": { + "B": 6.141601147646725e-07, + "S": 1.0530111893558569e-07, + "I": 3.97402691305615e-05, + "C": 1.4989840479984196e-08, + "R": 2.7366717780807903e-09, + "M": 2.124397269653855e-06, + "O": 5.815893473481992e-07, + "W": 2.1848975961802353e-08, + "N": 2.2462193101091543e-06, + "Y": 3.24789823480387e-07, + "U": 9.985380300392421e-10, + "K": 1.3984804425604125e-09, + "L": 2.7185890871805896e-08, + "G": 1.5965523516570101e-06, + "F": 1.4336256754177157e-05, + "E": 3.211746661690995e-05, + "T": 2.7191363187739626e-06, + "P": 0.9868754148483276, + "-": 0.013027996756136417 + }, + "id": "tp_1356" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 169503, + "label": "-", + "classification": { + "B": 4.1019652952112295e-12, + "S": 8.282210637797216e-13, + "I": 7.242360933190639e-09, + "C": 2.0681255319399128e-11, + "R": 3.8269300922655347e-13, + "M": 3.387859437431473e-10, + "O": 2.72168149129115e-10, + "W": 4.824212318683962e-13, + "N": 6.064396207428047e-11, + "Y": 1.5401981912077645e-08, + "U": 1.9144206348225418e-13, + "K": 7.083339990943127e-13, + "L": 7.028216984089619e-13, + "G": 1.7466577073577128e-09, + "F": 9.673731256043538e-07, + "E": 9.307164816618752e-09, + "T": 1.0630145652612555e-07, + "P": 0.32953423261642456, + "-": 0.6704647541046143 + }, + "id": "tp_1357" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 169636, + "label": "P", + "classification": { + "B": 5.568027972913114e-06, + "S": 1.7326838985809445e-07, + "I": 0.00034920492907986045, + "C": 1.5631483165634563e-06, + "R": 7.63969296713185e-08, + "M": 2.393401155131869e-05, + "O": 1.3054839200776769e-06, + "W": 8.535806017562209e-08, + "N": 1.8277503841090947e-05, + "Y": 2.3096603399608284e-05, + "U": 4.664193653525217e-08, + "K": 6.039574032001838e-07, + "L": 1.353368190848414e-07, + "G": 3.975298022851348e-05, + "F": 0.00035901719820685685, + "E": 0.006993139628320932, + "T": 1.3528017916542012e-05, + "P": 0.9350638389587402, + "-": 0.05710672214627266 + }, + "id": "tp_1358" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 169770, + "label": "P", + "classification": { + "B": 1.6273379515041597e-05, + "S": 6.1558198467537295e-06, + "I": 0.0006864314782433212, + "C": 2.808753833960509e-07, + "R": 6.010806430367666e-08, + "M": 1.2577480447362177e-05, + "O": 2.632458745210897e-06, + "W": 4.019871653326845e-07, + "N": 8.497231465298682e-05, + "Y": 3.4325419164815685e-06, + "U": 6.205917202350975e-08, + "K": 2.7690768433785706e-07, + "L": 2.3035623542000394e-07, + "G": 5.678713932866231e-06, + "F": 5.6379645684501156e-05, + "E": 0.0008211291278712451, + "T": 1.313663597102277e-05, + "P": 0.9876477718353271, + "-": 0.010642178356647491 + }, + "id": "tp_1359" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 169903, + "label": "P", + "classification": { + "B": 1.7458203771525405e-08, + "S": 4.6636148276490985e-09, + "I": 2.3610240532434545e-05, + "C": 3.695239314538412e-08, + "R": 2.0289208091384126e-09, + "M": 1.961165594366321e-07, + "O": 6.219137560492527e-08, + "W": 1.4938824621779645e-09, + "N": 9.486431054028799e-07, + "Y": 2.372233211644925e-06, + "U": 1.4811547544013592e-09, + "K": 1.5101612405032938e-08, + "L": 2.332593673770589e-09, + "G": 1.2971113392268308e-06, + "F": 2.0464980480028316e-05, + "E": 2.7429212423157878e-05, + "T": 2.324968363609514e-06, + "P": 0.9534212350845337, + "-": 0.04649997130036354 + }, + "id": "tp_1360" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 170003, + "label": "P", + "classification": { + "B": 2.0658417270169593e-06, + "S": 5.062898708274588e-06, + "I": 5.538915138458833e-05, + "C": 2.0128851474510157e-08, + "R": 7.175753324872858e-09, + "M": 3.542267677403288e-06, + "O": 2.3819432044547284e-06, + "W": 1.459172551676602e-07, + "N": 8.331473509315401e-06, + "Y": 1.096297410185798e-06, + "U": 4.207086234941926e-09, + "K": 2.6035259281798062e-08, + "L": 8.10956066743529e-08, + "G": 2.0154457160970196e-06, + "F": 9.849936759565026e-05, + "E": 4.629711474990472e-05, + "T": 6.889436463097809e-06, + "P": 0.9747167229652405, + "-": 0.025051435455679893 + }, + "id": "tp_1361" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 170137, + "label": "P", + "classification": { + "B": 2.4528378617105773e-06, + "S": 1.5428277038154192e-06, + "I": 6.179812044138089e-05, + "C": 6.314080280844792e-08, + "R": 7.666485224433472e-09, + "M": 6.534123258461477e-06, + "O": 1.906144689201028e-06, + "W": 3.318270103136456e-07, + "N": 1.4973898032621946e-05, + "Y": 4.65368748336914e-06, + "U": 1.9915448845608807e-08, + "K": 1.0865577451113495e-06, + "L": 5.8116356171922234e-08, + "G": 5.87118756811833e-06, + "F": 0.00033737911144271493, + "E": 0.0016505836974829435, + "T": 1.0530441613809671e-05, + "P": 0.9574950933456421, + "-": 0.04040505364537239 + }, + "id": "tp_1362" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 170270, + "label": "P", + "classification": { + "B": 0.00016096647595986724, + "S": 0.0002452035841997713, + "I": 0.010161313228309155, + "C": 7.848426321288571e-05, + "R": 5.657157089444809e-05, + "M": 0.0003329901664983481, + "O": 0.00028754331287927926, + "W": 0.00013285668683238328, + "N": 0.0031616208143532276, + "Y": 0.0004178181989118457, + "U": 4.194274515612051e-05, + "K": 0.0009432588703930378, + "L": 4.069656279170886e-05, + "G": 0.0006203360971994698, + "F": 0.008944685570895672, + "E": 0.013172466307878494, + "T": 0.0007655841764062643, + "P": 0.8744138479232788, + "-": 0.0860217958688736 + }, + "id": "tp_1363" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 170404, + "label": "P", + "classification": { + "B": 2.7340402652953344e-07, + "S": 1.5206983050575218e-07, + "I": 0.0001576255599502474, + "C": 1.275021475066751e-07, + "R": 1.1942422162292132e-08, + "M": 1.3119300774633302e-06, + "O": 2.1109785564021877e-07, + "W": 5.7414283105572395e-08, + "N": 1.1420100236136932e-05, + "Y": 2.059115331576322e-06, + "U": 2.151225153568248e-08, + "K": 2.656313995430537e-07, + "L": 9.438875459011342e-09, + "G": 1.7607038671485498e-06, + "F": 3.876061600749381e-05, + "E": 0.0003028785577043891, + "T": 5.059048362454632e-06, + "P": 0.9874140620231628, + "-": 0.01206387672573328 + }, + "id": "tp_1364" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 170504, + "label": "P", + "classification": { + "B": 7.998763180694368e-07, + "S": 3.751956398900802e-07, + "I": 0.000620131497271359, + "C": 6.905759164510528e-08, + "R": 1.4126999126062856e-08, + "M": 2.4298771677422337e-05, + "O": 3.407449185033329e-07, + "W": 2.1690100382443234e-08, + "N": 2.7749618311645463e-05, + "Y": 2.7253420284978347e-06, + "U": 1.2981620223229129e-09, + "K": 8.738743417779915e-08, + "L": 1.5769908046081582e-08, + "G": 3.8378502722480334e-06, + "F": 5.437014624476433e-05, + "E": 0.0019502299837768078, + "T": 4.6576105887652375e-06, + "P": 0.9917771816253662, + "-": 0.005533121060580015 + }, + "id": "tp_1365" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 170637, + "label": "P", + "classification": { + "B": 9.366064347704484e-12, + "S": 7.687976991133105e-12, + "I": 2.000881067942828e-06, + "C": 3.6134819095257065e-12, + "R": 1.0984773881521706e-13, + "M": 1.0991853954811504e-10, + "O": 2.4724396141539984e-11, + "W": 8.49505253468219e-13, + "N": 6.36210373272661e-08, + "Y": 1.2650219760601544e-10, + "U": 1.4198986767171434e-13, + "K": 8.103968017481034e-12, + "L": 9.677513375079896e-14, + "G": 2.0215532026135463e-10, + "F": 2.1808542527423924e-08, + "E": 1.2550722203741316e-06, + "T": 9.763672093043851e-10, + "P": 0.9998612403869629, + "-": 0.0001353622501483187 + }, + "id": "tp_1366" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 170771, + "label": "P", + "classification": { + "B": 2.6249480811202375e-07, + "S": 9.908461606755736e-09, + "I": 7.52131541048584e-07, + "C": 4.0702402559489315e-10, + "R": 4.689231988819209e-11, + "M": 2.8825178333136137e-07, + "O": 1.2256521131348563e-07, + "W": 8.353263636351471e-10, + "N": 7.252408007474287e-09, + "Y": 6.452631140518861e-08, + "U": 6.968830894293898e-12, + "K": 9.46595991695165e-13, + "L": 5.253870227761581e-09, + "G": 1.1686100265251298e-07, + "F": 3.6423657547857147e-06, + "E": 2.079555770251318e-06, + "T": 5.750591185460507e-07, + "P": 0.7843295335769653, + "-": 0.2156626433134079 + }, + "id": "tp_1367" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 170904, + "label": "P", + "classification": { + "B": 1.890881094368524e-06, + "S": 9.043556588039792e-07, + "I": 8.567985787522048e-05, + "C": 2.1991964160861244e-07, + "R": 1.8468515605718494e-08, + "M": 3.889935669576516e-06, + "O": 8.355821705663402e-07, + "W": 3.759961941796064e-07, + "N": 2.549373675719835e-05, + "Y": 4.874319074588129e-06, + "U": 4.9204679442027555e-08, + "K": 3.386642447367194e-06, + "L": 3.89611685136515e-08, + "G": 7.430649475281825e-06, + "F": 0.00046028257929719985, + "E": 0.0035882366355508566, + "T": 1.1025526873709168e-05, + "P": 0.9778557419776917, + "-": 0.017949603497982025 + }, + "id": "tp_1368" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 171004, + "label": "P", + "classification": { + "B": 2.9556328495772277e-09, + "S": 4.417019638935926e-09, + "I": 3.8445427890110295e-06, + "C": 2.525039899392567e-10, + "R": 3.4844169216619036e-11, + "M": 1.5102807893185854e-09, + "O": 7.600838181076597e-09, + "W": 3.6226002753103614e-10, + "N": 3.659168044123362e-07, + "Y": 2.370365015380571e-09, + "U": 1.731226620393933e-11, + "K": 3.3265095539247724e-11, + "L": 6.261318546973982e-11, + "G": 6.550544995320706e-09, + "F": 3.128601804291975e-07, + "E": 3.1321394544647774e-07, + "T": 5.579785522513703e-08, + "P": 0.9976453185081482, + "-": 0.002349705435335636 + }, + "id": "tp_1369" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 171138, + "label": "P", + "classification": { + "B": 5.973288352834061e-05, + "S": 2.41903071582783e-05, + "I": 0.011795364320278168, + "C": 4.997733049094677e-05, + "R": 1.082341441360768e-05, + "M": 0.0006342925480566919, + "O": 4.378001904115081e-05, + "W": 8.240359420597088e-06, + "N": 0.0011253149714320898, + "Y": 0.00018622618517838418, + "U": 6.253034371184185e-06, + "K": 2.1876601749681868e-05, + "L": 1.4927724805602338e-05, + "G": 0.00027982081519439816, + "F": 0.0009802939603105187, + "E": 0.012782902456820011, + "T": 0.0004576663486659527, + "P": 0.9365684986114502, + "-": 0.03494977578520775 + }, + "id": "tp_1370" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 171271, + "label": "P", + "classification": { + "B": 4.45790462322293e-08, + "S": 7.448741623505839e-09, + "I": 1.1522399745445e-06, + "C": 1.732127080655843e-10, + "R": 5.526796468396933e-12, + "M": 1.7591517575965554e-07, + "O": 1.4999162800677368e-08, + "W": 5.920420265148607e-10, + "N": 4.110011531111013e-08, + "Y": 3.73215023330431e-08, + "U": 9.844127249469814e-12, + "K": 9.45962683185364e-11, + "L": 9.402412182168973e-10, + "G": 7.16306018944124e-08, + "F": 1.3651691915583797e-05, + "E": 2.8574610041687265e-05, + "T": 1.2847810637595103e-07, + "P": 0.9816432595252991, + "-": 0.018312960863113403 + }, + "id": "tp_1371" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 171405, + "label": "P", + "classification": { + "B": 5.430055516342236e-09, + "S": 5.905700373176614e-10, + "I": 2.9270506274770014e-05, + "C": 3.1105795716968032e-09, + "R": 1.0789576870839923e-10, + "M": 7.430225679172509e-08, + "O": 3.061431774753487e-09, + "W": 1.559003759421529e-10, + "N": 1.1702921938194777e-06, + "Y": 1.0876291156591833e-07, + "U": 6.72745609220371e-11, + "K": 2.4790576258482133e-09, + "L": 5.629025370823548e-11, + "G": 7.363774301438752e-08, + "F": 1.412451183568919e-06, + "E": 0.00012343797425273806, + "T": 1.5933657948608015e-07, + "P": 0.9971529245376587, + "-": 0.0026913860347121954 + }, + "id": "tp_1372" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 171505, + "label": "P", + "classification": { + "B": 9.677027264842764e-06, + "S": 3.3475425880169496e-06, + "I": 0.004004759714007378, + "C": 9.67181904343306e-07, + "R": 9.036124026806647e-08, + "M": 3.5214230592828244e-05, + "O": 1.7602918660486466e-06, + "W": 4.708653875695745e-07, + "N": 0.000456940004369244, + "Y": 1.0075797035824507e-05, + "U": 8.468083478874178e-08, + "K": 3.493354597594589e-06, + "L": 1.6328667129528185e-07, + "G": 1.9850518583552912e-05, + "F": 9.50770772760734e-05, + "E": 0.012077507562935352, + "T": 2.1764572011306882e-05, + "P": 0.979941725730896, + "-": 0.003317137947306037 + }, + "id": "tp_1373" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 171638, + "label": "P", + "classification": { + "B": 1.2204307608953968e-07, + "S": 1.0711572961952243e-08, + "I": 5.620875890599564e-05, + "C": 1.2854794562144889e-08, + "R": 3.017518179770917e-10, + "M": 1.998208517761668e-06, + "O": 3.1738341732534536e-08, + "W": 1.4315355567617871e-09, + "N": 1.9015176349057583e-06, + "Y": 2.3349518585291662e-07, + "U": 3.446652685479279e-10, + "K": 1.8951060720695523e-09, + "L": 2.4232766904219716e-09, + "G": 3.7030920907454856e-07, + "F": 4.306591563363327e-06, + "E": 0.0005047618178650737, + "T": 1.1753003263947903e-06, + "P": 0.9928871989250183, + "-": 0.0065416814759373665 + }, + "id": "tp_1374" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 171772, + "label": "P", + "classification": { + "B": 1.001719432229542e-12, + "S": 4.660631689606953e-13, + "I": 1.887500467034897e-08, + "C": 3.1691327757573176e-14, + "R": 2.3280336331117125e-15, + "M": 3.4266595637377772e-12, + "O": 4.087633009852709e-12, + "W": 8.433806089483756e-14, + "N": 8.217832525581059e-10, + "Y": 6.086130731330908e-12, + "U": 3.721634494856111e-15, + "K": 2.0508510796719837e-13, + "L": 5.877465059241603e-15, + "G": 2.5870482839307485e-11, + "F": 1.894887979858595e-08, + "E": 8.754355462770036e-08, + "T": 2.063583054434659e-10, + "P": 0.9997366070747375, + "-": 0.0002632021205499768 + }, + "id": "tp_1375" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 171905, + "label": "P", + "classification": { + "B": 3.8954509363975376e-05, + "S": 3.715983984875493e-05, + "I": 0.0034768767654895782, + "C": 2.369106914557051e-05, + "R": 7.041037861199584e-06, + "M": 0.00026258095749653876, + "O": 6.027319250279106e-05, + "W": 8.596817679062951e-06, + "N": 0.0003957833396270871, + "Y": 0.00014920176181476563, + "U": 2.020747160713654e-06, + "K": 5.318468993209535e-06, + "L": 1.0858081623155158e-05, + "G": 0.0001699025888228789, + "F": 0.0006414910312741995, + "E": 0.002644467866048217, + "T": 0.0003711966273840517, + "P": 0.9097927212715149, + "-": 0.08190184831619263 + }, + "id": "tp_1376" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 172005, + "label": "P", + "classification": { + "B": 2.729935431489139e-06, + "S": 2.6477022174731246e-07, + "I": 0.00016034052532631904, + "C": 4.333051606408844e-08, + "R": 1.6651005907419858e-08, + "M": 7.83665291237412e-06, + "O": 1.4214015209290665e-06, + "W": 4.8518156603449825e-08, + "N": 2.228046923846705e-06, + "Y": 1.9333344880578807e-06, + "U": 1.0255094551325783e-09, + "K": 1.0749865581027862e-10, + "L": 1.4090218769524654e-07, + "G": 1.82736062015465e-06, + "F": 7.244354947033571e-06, + "E": 4.088069181307219e-05, + "T": 3.2620680485706544e-06, + "P": 0.9758796691894531, + "-": 0.023890158161520958 + }, + "id": "tp_1377" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 172139, + "label": "P", + "classification": { + "B": 6.083789583222199e-10, + "S": 4.217875382295233e-09, + "I": 4.806314973393455e-05, + "C": 2.171746671386643e-10, + "R": 2.6893440599473628e-11, + "M": 6.021407372713838e-09, + "O": 2.0452877169674366e-09, + "W": 3.955385741161166e-10, + "N": 2.1421897145046387e-06, + "Y": 3.754893995733255e-08, + "U": 5.864462387927816e-11, + "K": 5.2034558883917725e-09, + "L": 3.0153945312916264e-11, + "G": 9.705606096588326e-09, + "F": 5.842134669364896e-07, + "E": 1.1634045222308487e-05, + "T": 1.9378511240120133e-07, + "P": 0.9990079998970032, + "-": 0.0009293936309404671 + }, + "id": "tp_1378" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 172272, + "label": "P", + "classification": { + "B": 2.332459558829214e-07, + "S": 1.2383985392716568e-07, + "I": 2.059122925857082e-05, + "C": 1.1873805272344384e-09, + "R": 2.336574822514592e-10, + "M": 2.7043838599638548e-06, + "O": 5.572435384237906e-07, + "W": 1.7496351034651525e-08, + "N": 9.594682524038944e-07, + "Y": 1.3371803220252332e-07, + "U": 1.284554407288141e-10, + "K": 5.164180749694935e-10, + "L": 7.313623484606069e-09, + "G": 1.5824441845779802e-07, + "F": 9.010753274196759e-06, + "E": 2.3450638764188625e-05, + "T": 1.926988034028909e-06, + "P": 0.9778913259506226, + "-": 0.022048819810152054 + }, + "id": "tp_1379" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 172406, + "label": "P", + "classification": { + "B": 1.0067508458833085e-11, + "S": 1.5950385272561068e-13, + "I": 9.366949598188512e-07, + "C": 6.857323275833924e-14, + "R": 4.2854652584486063e-16, + "M": 1.5379171547369452e-10, + "O": 1.2107572973721337e-13, + "W": 2.4205573712809047e-15, + "N": 2.284857414380781e-09, + "Y": 6.682761982679253e-11, + "U": 1.3897432354745856e-16, + "K": 2.9050912608678814e-14, + "L": 1.1398671660758073e-15, + "G": 2.54522826426129e-11, + "F": 2.84306134190615e-10, + "E": 6.681899321847595e-06, + "T": 6.46000475335029e-11, + "P": 0.9999798536300659, + "-": 1.2535015230241697e-05 + }, + "id": "tp_1380" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 172506, + "label": "P", + "classification": { + "B": 5.103003175577214e-08, + "S": 2.416836508700726e-08, + "I": 0.00040319564868696034, + "C": 3.839523188275962e-08, + "R": 2.690148770412293e-09, + "M": 3.181712315836194e-07, + "O": 2.2403385813163368e-08, + "W": 8.208878021775945e-09, + "N": 6.119701720308512e-05, + "Y": 9.629991382098524e-07, + "U": 1.944884031601646e-09, + "K": 1.0726867003540974e-06, + "L": 6.242921735122309e-10, + "G": 1.4720621948072221e-06, + "F": 1.2962927939952351e-05, + "E": 0.004781774245202541, + "T": 1.2246005098859314e-06, + "P": 0.9940781593322754, + "-": 0.0006575453444384038 + }, + "id": "tp_1381" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 172639, + "label": "P", + "classification": { + "B": 1.5785688447067514e-05, + "S": 9.38064040383324e-05, + "I": 0.0209793820977211, + "C": 3.336941881570965e-05, + "R": 1.0190394277742598e-05, + "M": 0.00020406869589351118, + "O": 9.937435970641673e-05, + "W": 1.7081851183320396e-05, + "N": 0.003656945191323757, + "Y": 0.00044459986384026706, + "U": 3.717293793670251e-06, + "K": 6.550241232616827e-05, + "L": 7.206155260064406e-06, + "G": 0.0002414692280581221, + "F": 0.0007364799384959042, + "E": 0.004044521600008011, + "T": 0.0009840709390118718, + "P": 0.9437171220779419, + "-": 0.024645322933793068 + }, + "id": "tp_1382" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 172773, + "label": "P", + "classification": { + "B": 4.935659490001854e-07, + "S": 2.117333197659832e-09, + "I": 4.5774331169923244e-07, + "C": 1.731686460892945e-10, + "R": 1.4078987108090413e-11, + "M": 1.0365678093648967e-08, + "O": 1.9594546429857473e-08, + "W": 9.342892015595794e-10, + "N": 3.060270259425124e-08, + "Y": 1.0662049909626603e-08, + "U": 1.847727353065931e-11, + "K": 3.3884714478737976e-11, + "L": 5.535058522632141e-10, + "G": 6.206774116890301e-08, + "F": 3.128717764866451e-07, + "E": 3.6705143884319114e-06, + "T": 1.2760054346472316e-07, + "P": 0.9904046058654785, + "-": 0.00959024392068386 + }, + "id": "tp_1383" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 172906, + "label": "P", + "classification": { + "B": 5.268425626314688e-11, + "S": 3.399125772518552e-11, + "I": 1.6209984323722892e-06, + "C": 7.983387171825451e-13, + "R": 3.568932665674526e-14, + "M": 5.620077181411887e-10, + "O": 1.0788891308122217e-10, + "W": 1.0499670794264504e-12, + "N": 5.5638427198800855e-08, + "Y": 8.40739838858795e-11, + "U": 8.197662790558266e-15, + "K": 5.387887401855918e-13, + "L": 1.2414319518119082e-13, + "G": 1.9237864079535427e-10, + "F": 8.229992687347476e-09, + "E": 5.029684757573705e-07, + "T": 1.1425838053469306e-09, + "P": 0.9998338222503662, + "-": 0.00016398154548369348 + }, + "id": "tp_1384" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 173006, + "label": "P", + "classification": { + "B": 2.956035694001713e-10, + "S": 1.0183769383331764e-09, + "I": 4.028681360068731e-05, + "C": 5.5260865328143893e-11, + "R": 6.162793365904751e-12, + "M": 8.412233576393646e-09, + "O": 1.3841620072341243e-09, + "W": 7.251929612372976e-11, + "N": 8.81206233316334e-07, + "Y": 3.2131945992830424e-09, + "U": 3.656924155853725e-12, + "K": 7.419940356578891e-11, + "L": 1.7171668600934886e-11, + "G": 4.057986835448446e-09, + "F": 1.180900994768308e-07, + "E": 2.0871930246357806e-06, + "T": 7.581480332419233e-08, + "P": 0.9993112087249756, + "-": 0.0006453126552514732 + }, + "id": "tp_1385" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 173140, + "label": "P", + "classification": { + "B": 2.4919203853168703e-11, + "S": 1.4128189070039543e-11, + "I": 6.847925396868959e-05, + "C": 2.291091316664051e-09, + "R": 3.606658721677647e-11, + "M": 4.8236334926343716e-09, + "O": 2.160357726044282e-10, + "W": 1.0137639859519876e-11, + "N": 5.559354576689657e-07, + "Y": 5.426826632515258e-08, + "U": 1.658312202834633e-11, + "K": 2.1406418859726273e-09, + "L": 4.6770027087306154e-12, + "G": 1.4551492455439075e-08, + "F": 9.016712283482775e-07, + "E": 2.8306725653237663e-05, + "T": 2.5208269249787918e-08, + "P": 0.9968007802963257, + "-": 0.0031009262893348932 + }, + "id": "tp_1386" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 173273, + "label": "P", + "classification": { + "B": 3.90549903528381e-09, + "S": 7.73311248369879e-10, + "I": 2.0957890228601173e-05, + "C": 4.5369521473048735e-09, + "R": 3.021245753576096e-10, + "M": 3.219478372784579e-08, + "O": 9.323774641245564e-09, + "W": 6.963801757464694e-10, + "N": 6.792920430598315e-07, + "Y": 2.396928948655841e-07, + "U": 2.4726887204451486e-10, + "K": 1.3402415177665716e-08, + "L": 1.506843816390102e-10, + "G": 2.4485763105985825e-07, + "F": 5.3903677326161414e-06, + "E": 8.352854638360441e-05, + "T": 2.1894663859711727e-07, + "P": 0.9903154969215393, + "-": 0.009573216550052166 + }, + "id": "tp_1387" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 173407, + "label": "P", + "classification": { + "B": 1.734425865151934e-07, + "S": 1.2099447133095964e-07, + "I": 0.0017112735658884048, + "C": 5.964759566268185e-07, + "R": 6.794292772838162e-08, + "M": 4.517570232565049e-06, + "O": 4.754097062686924e-07, + "W": 7.568876014829584e-08, + "N": 3.5183358704671264e-05, + "Y": 4.523590541793965e-05, + "U": 1.514861125428979e-08, + "K": 3.754994395421818e-07, + "L": 2.688305933418178e-08, + "G": 3.028438413821277e-06, + "F": 4.228611578582786e-05, + "E": 0.0003472274402156472, + "T": 2.1950430891592987e-05, + "P": 0.9711974263191223, + "-": 0.026589980348944664 + }, + "id": "tp_1388" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 173507, + "label": "P", + "classification": { + "B": 9.097531061819097e-11, + "S": 1.4742033982440006e-11, + "I": 2.0414454411366023e-06, + "C": 1.9963850451248932e-12, + "R": 3.700384725198458e-14, + "M": 1.1256622717281672e-10, + "O": 3.362911728602147e-12, + "W": 9.647793631703538e-13, + "N": 6.015874731701842e-08, + "Y": 1.0438391123690494e-10, + "U": 1.7387713447877817e-13, + "K": 2.4197498171840692e-11, + "L": 9.677516763211685e-14, + "G": 2.046651736975491e-10, + "F": 2.7727320883741413e-08, + "E": 2.0457962818909436e-05, + "T": 5.737513797399174e-10, + "P": 0.9999569654464722, + "-": 2.035584839177318e-05 + }, + "id": "tp_1389" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 173640, + "label": "P", + "classification": { + "B": 3.4966415540793605e-08, + "S": 1.5573743183949773e-08, + "I": 0.00040361759602092206, + "C": 5.53130830027726e-09, + "R": 4.879488479936356e-10, + "M": 4.194675398139225e-07, + "O": 9.22912590795022e-09, + "W": 9.542776568949307e-10, + "N": 6.798570211685728e-06, + "Y": 9.194587846650393e-08, + "U": 1.2737237653492883e-10, + "K": 4.063311909163758e-09, + "L": 6.574491506761149e-10, + "G": 2.0366680075767363e-07, + "F": 1.6939659417403163e-06, + "E": 0.00034049421083182096, + "T": 3.865182236495457e-07, + "P": 0.9985312223434448, + "-": 0.0007149657467380166 + }, + "id": "tp_1390" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 173774, + "label": "P", + "classification": { + "B": 1.3308180946136616e-10, + "S": 4.444563207056662e-12, + "I": 3.779194628350524e-07, + "C": 1.6258716595274336e-11, + "R": 1.6518611565402574e-13, + "M": 2.1975993247380643e-10, + "O": 1.9666632905535053e-11, + "W": 6.284427730811337e-13, + "N": 2.1953843187816346e-09, + "Y": 2.2422141920941385e-09, + "U": 5.734666756219975e-13, + "K": 6.872824791920307e-13, + "L": 9.693771393232131e-13, + "G": 5.832187510712572e-10, + "F": 1.7894468840040645e-07, + "E": 2.2344910632909887e-07, + "T": 5.659840596194954e-09, + "P": 0.9961735606193542, + "-": 0.0038256836123764515 + }, + "id": "tp_1391" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 173907, + "label": "P", + "classification": { + "B": 1.4386830485615953e-12, + "S": 3.040131948267577e-12, + "I": 2.459284041833598e-05, + "C": 3.8697451493208135e-11, + "R": 3.301719357987065e-12, + "M": 1.0969260916260382e-10, + "O": 1.1928290820362175e-11, + "W": 2.706704652077896e-12, + "N": 3.879056862388097e-07, + "Y": 4.2210912543083623e-10, + "U": 4.786720607559414e-13, + "K": 1.7506651683873997e-09, + "L": 3.706664627469401e-14, + "G": 2.4556215394433423e-10, + "F": 7.990470862750954e-08, + "E": 9.594337825546972e-06, + "T": 5.102243072485635e-10, + "P": 0.9998846054077148, + "-": 8.069974865065888e-05 + }, + "id": "tp_1392" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 174007, + "label": "P", + "classification": { + "B": 3.1789647891855566e-07, + "S": 2.4552957711421186e-07, + "I": 0.00040680469828657806, + "C": 1.2141707657065126e-06, + "R": 7.000502222354044e-08, + "M": 1.0500713869987521e-05, + "O": 1.717457394079247e-06, + "W": 2.2165930602113804e-07, + "N": 5.3816162107978016e-05, + "Y": 1.9421802790020593e-05, + "U": 9.700511327537242e-08, + "K": 9.62431568041211e-06, + "L": 3.6471263342718885e-08, + "G": 9.288303772336803e-06, + "F": 0.00025704855215735734, + "E": 0.0025655371136963367, + "T": 2.355726610403508e-05, + "P": 0.9363596439361572, + "-": 0.06028096005320549 + }, + "id": "tp_1393" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 174141, + "label": "P", + "classification": { + "B": 1.4785360917812795e-06, + "S": 6.991227223807073e-07, + "I": 0.0010055839084088802, + "C": 1.1642976005532546e-06, + "R": 1.7797874818370474e-07, + "M": 1.0952997399726883e-05, + "O": 3.67269399248471e-06, + "W": 2.2262433674313797e-07, + "N": 5.221745959715918e-05, + "Y": 9.100327588384971e-06, + "U": 6.477564085116683e-08, + "K": 1.7295624843427504e-07, + "L": 2.800372556066577e-07, + "G": 1.4047961485630367e-05, + "F": 0.00013194882194511592, + "E": 0.0002636341378092766, + "T": 2.0451518139452673e-05, + "P": 0.9520464539527893, + "-": 0.04643774777650833 + }, + "id": "tp_1394" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 174274, + "label": "P", + "classification": { + "B": 4.5141931082071096e-08, + "S": 4.725945856876024e-08, + "I": 0.0004700099816545844, + "C": 1.0172114883744143e-07, + "R": 1.6922445666978092e-08, + "M": 1.7069278328563087e-06, + "O": 1.6377859424210328e-07, + "W": 2.2316974934710743e-08, + "N": 2.12112699955469e-05, + "Y": 3.355441322128172e-06, + "U": 1.801364568621011e-08, + "K": 8.820783250484965e-07, + "L": 7.156945702746498e-09, + "G": 1.809332616176107e-06, + "F": 5.086742021376267e-05, + "E": 0.0004621604166459292, + "T": 6.054286586731905e-06, + "P": 0.9800652861595154, + "-": 0.01891632005572319 + }, + "id": "tp_1395" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 174408, + "label": "P", + "classification": { + "B": 9.886370122558219e-08, + "S": 1.3228277850885206e-07, + "I": 0.0010829889215528965, + "C": 4.3617635014925327e-07, + "R": 3.9932128714781356e-08, + "M": 1.7964764538191957e-06, + "O": 2.872802724596113e-07, + "W": 5.943302383570881e-08, + "N": 0.00020014481560792774, + "Y": 5.05716980114812e-06, + "U": 4.909431439159562e-08, + "K": 5.422127287602052e-06, + "L": 5.6804028147894314e-09, + "G": 1.7982110875891522e-06, + "F": 6.254496111068875e-05, + "E": 0.0017021314706653357, + "T": 2.469191940690507e-06, + "P": 0.9944238066673279, + "-": 0.002510815393179655 + }, + "id": "tp_1396" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 174508, + "label": "P", + "classification": { + "B": 6.770890514928851e-10, + "S": 1.968026575038806e-10, + "I": 1.9610917661339045e-05, + "C": 4.02356647999369e-10, + "R": 2.5281325644055386e-11, + "M": 4.3146668460281035e-09, + "O": 1.091526424801259e-09, + "W": 1.2961472173333988e-10, + "N": 7.469266734005942e-07, + "Y": 1.617417844101965e-08, + "U": 8.242083404663703e-11, + "K": 3.4250711156147418e-09, + "L": 8.818392197018632e-12, + "G": 7.1162480352882085e-09, + "F": 3.763208553664299e-07, + "E": 1.2381373380776495e-05, + "T": 6.17340987218995e-08, + "P": 0.998791515827179, + "-": 0.0011753204744309187 + }, + "id": "tp_1397" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 174641, + "label": "P", + "classification": { + "B": 3.2892279178131645e-11, + "S": 1.5889028981419528e-10, + "I": 2.9250443276396254e-06, + "C": 5.1036758152989137e-11, + "R": 5.661901611615783e-13, + "M": 6.210868708222961e-09, + "O": 1.5221569837908788e-10, + "W": 5.409226452174343e-12, + "N": 1.1189371207365184e-07, + "Y": 7.555652992152773e-09, + "U": 1.6926384339283063e-12, + "K": 9.816131935069805e-11, + "L": 1.979978247329539e-12, + "G": 1.1694408774687304e-09, + "F": 4.889078581982176e-07, + "E": 5.77996752326726e-06, + "T": 2.2362826257449342e-08, + "P": 0.9988732933998108, + "-": 0.00111725355964154 + }, + "id": "tp_1398" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 174775, + "label": "P", + "classification": { + "B": 2.605511584263809e-09, + "S": 4.922411367402901e-09, + "I": 9.916121052810922e-05, + "C": 2.5458021468693914e-08, + "R": 2.841156643285103e-09, + "M": 3.7501160932151834e-07, + "O": 4.278356158238239e-08, + "W": 4.912853679428508e-09, + "N": 3.680503596115159e-06, + "Y": 3.355959506734507e-06, + "U": 1.017813944237389e-09, + "K": 2.9085219921398675e-07, + "L": 5.681804471358021e-10, + "G": 4.596465146278206e-07, + "F": 5.745072485296987e-05, + "E": 0.0001940223592100665, + "T": 1.004643195301469e-06, + "P": 0.9765143394470215, + "-": 0.02312578819692135 + }, + "id": "tp_1399" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 174908, + "label": "P", + "classification": { + "B": 2.1580057619347004e-12, + "S": 9.036835949688404e-13, + "I": 3.3895577189468895e-07, + "C": 6.632669131804991e-14, + "R": 2.4089691135295186e-15, + "M": 6.329127499871134e-11, + "O": 1.6865909710506166e-12, + "W": 3.209901149135025e-14, + "N": 3.581786867101755e-09, + "Y": 2.7066578145440445e-12, + "U": 9.147602194090965e-16, + "K": 6.147111221736432e-14, + "L": 1.2572407545108962e-14, + "G": 1.4903495104690023e-11, + "F": 3.593035868831862e-09, + "E": 4.411370184698171e-07, + "T": 7.819201536252152e-11, + "P": 0.9999226331710815, + "-": 7.654208457097411e-05 + }, + "id": "tp_1400" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 175008, + "label": "P", + "classification": { + "B": 3.6298663727563074e-12, + "S": 1.667908172686694e-11, + "I": 4.597727709665378e-08, + "C": 1.984462941195808e-12, + "R": 5.582355731099595e-14, + "M": 1.215501727047652e-10, + "O": 7.370492410840868e-11, + "W": 4.1496064397128496e-12, + "N": 7.134864921098938e-10, + "Y": 5.011444592639691e-09, + "U": 2.552146319799442e-13, + "K": 5.9700133725471e-11, + "L": 1.0155164063179248e-13, + "G": 4.754621696356764e-10, + "F": 2.426118044240866e-06, + "E": 3.992848007783323e-07, + "T": 4.776384621152374e-09, + "P": 0.956924319267273, + "-": 0.04307274520397186 + }, + "id": "tp_1401" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 175142, + "label": "P", + "classification": { + "B": 3.5645010143525724e-07, + "S": 3.2295201179977084e-08, + "I": 1.8973234546137974e-05, + "C": 1.495982537846885e-08, + "R": 5.877308084656363e-10, + "M": 2.524469664422213e-06, + "O": 1.5225734273371927e-07, + "W": 2.9292026582083963e-09, + "N": 1.3523908819479402e-06, + "Y": 4.4378111851983704e-07, + "U": 2.571595436595686e-10, + "K": 1.9640920001506856e-09, + "L": 4.418355459279155e-09, + "G": 8.299395517497032e-07, + "F": 2.9060416636639275e-05, + "E": 0.00011021400132449344, + "T": 2.2137610358186066e-06, + "P": 0.9656986594200134, + "-": 0.03413518890738487 + }, + "id": "tp_1402" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 175275, + "label": "P", + "classification": { + "B": 3.647114965588116e-08, + "S": 5.028203631241013e-09, + "I": 0.00026821758365258574, + "C": 5.605735964309133e-07, + "R": 3.254718450307337e-08, + "M": 8.493397558595461e-07, + "O": 7.025896309187374e-08, + "W": 5.524561252912008e-09, + "N": 8.84376004250953e-06, + "Y": 7.4765816862054635e-06, + "U": 8.282299290840456e-09, + "K": 4.506673008108919e-07, + "L": 4.376777607006943e-09, + "G": 3.6031265153724235e-06, + "F": 7.871742127463222e-05, + "E": 0.0007562751998193562, + "T": 2.596764716145117e-06, + "P": 0.9704938530921936, + "-": 0.028378460556268692 + }, + "id": "tp_1403" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 175375, + "label": "P", + "classification": { + "B": 9.821399544307496e-06, + "S": 5.448380397865549e-05, + "I": 0.0013293898664414883, + "C": 1.2673609489866067e-05, + "R": 3.50195796272601e-06, + "M": 7.059884956106544e-05, + "O": 4.496918700169772e-05, + "W": 1.6042300558183342e-05, + "N": 0.00042391096940264106, + "Y": 0.0002054705546470359, + "U": 3.929783360945294e-06, + "K": 0.00017911531904246658, + "L": 2.729224434006028e-06, + "G": 7.160736277000979e-05, + "F": 0.004698795732110739, + "E": 0.002467310754582286, + "T": 0.0002690886612981558, + "P": 0.8810133934020996, + "-": 0.10912324488162994 + }, + "id": "tp_1404" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 175509, + "label": "P", + "classification": { + "B": 4.8467495616932865e-06, + "S": 1.342165091955394e-06, + "I": 7.547182030975819e-05, + "C": 2.169324986311949e-08, + "R": 3.130930847916602e-09, + "M": 1.2486045307014138e-05, + "O": 3.3619071473367512e-06, + "W": 1.1044419068184652e-07, + "N": 7.417234428430675e-06, + "Y": 2.7979767764918506e-06, + "U": 3.029177797486682e-09, + "K": 4.193934088903006e-09, + "L": 1.1707727054499628e-07, + "G": 5.289577075018315e-06, + "F": 1.3751190635957755e-05, + "E": 0.00013441828195936978, + "T": 1.2160697224317119e-05, + "P": 0.9784801006317139, + "-": 0.021246299147605896 + }, + "id": "tp_1405" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 175642, + "label": "P", + "classification": { + "B": 2.428409061394632e-06, + "S": 0.00030841934494674206, + "I": 0.0017920684767886996, + "C": 2.015242671404849e-06, + "R": 1.580054231453687e-06, + "M": 7.906531391199678e-05, + "O": 0.00010944122186629102, + "W": 2.997960109496489e-05, + "N": 0.0004844203940592706, + "Y": 7.644361176062375e-05, + "U": 1.153848984358774e-06, + "K": 2.4085771656245925e-05, + "L": 3.503043899399927e-06, + "G": 1.7839533029473387e-05, + "F": 0.004864434711635113, + "E": 0.0004931206931360066, + "T": 0.00032406096579506993, + "P": 0.8112020492553711, + "-": 0.18018391728401184 + }, + "id": "tp_1406" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 175776, + "label": "P", + "classification": { + "B": 0.0003840654680971056, + "S": 2.531966492824722e-05, + "I": 0.0005545909516513348, + "C": 1.3362296158447862e-06, + "R": 3.285387890628044e-07, + "M": 0.000588725961279124, + "O": 5.1337865443201736e-05, + "W": 7.297705906239571e-06, + "N": 3.743099659914151e-05, + "Y": 0.0001025671444949694, + "U": 3.5272557852294995e-07, + "K": 3.1648343679080426e-07, + "L": 9.56687108555343e-06, + "G": 4.474016168387607e-05, + "F": 0.00030546810012310743, + "E": 0.0022466310765594244, + "T": 0.00018404654110781848, + "P": 0.8861409425735474, + "-": 0.10931485891342163 + }, + "id": "tp_1407" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 175876, + "label": "P", + "classification": { + "B": 3.021127525926204e-08, + "S": 3.201126830276735e-08, + "I": 3.823522274615243e-05, + "C": 7.696725035089003e-09, + "R": 1.6168022476392707e-09, + "M": 2.28221495035541e-07, + "O": 1.5289384691641317e-07, + "W": 1.2525324777357127e-08, + "N": 2.018790610236465e-06, + "Y": 1.2817518779684178e-07, + "U": 8.789194372305076e-10, + "K": 5.67694158348786e-09, + "L": 1.7065731050536215e-09, + "G": 2.382295605229956e-07, + "F": 1.101264660974266e-05, + "E": 1.3058996955805924e-05, + "T": 1.247486352440319e-06, + "P": 0.9807044863700867, + "-": 0.019229160621762276 + }, + "id": "tp_1408" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 176009, + "label": "P", + "classification": { + "B": 0.001331978477537632, + "S": 0.00020244892220944166, + "I": 0.007941248826682568, + "C": 0.00037958307075314224, + "R": 5.5074506235541776e-05, + "M": 0.0016637358348816633, + "O": 0.00034676454379223287, + "W": 9.918450814438984e-05, + "N": 0.0021605200599879026, + "Y": 0.0004893611767329276, + "U": 5.694540959666483e-05, + "K": 6.905776535859331e-05, + "L": 0.0001163198467111215, + "G": 0.0018965312046930194, + "F": 0.004286058712750673, + "E": 0.02396589331328869, + "T": 0.0014987523900344968, + "P": 0.8782746195793152, + "-": 0.07516598701477051 + }, + "id": "tp_1409" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 176143, + "label": "P", + "classification": { + "B": 5.062996133453623e-10, + "S": 9.881043538939593e-09, + "I": 1.3442841009236872e-05, + "C": 3.8131364732407746e-10, + "R": 1.2062885412778002e-10, + "M": 2.5453369190131525e-08, + "O": 8.291300979124117e-09, + "W": 6.738783975279716e-10, + "N": 4.349776929757354e-07, + "Y": 1.2292051110307511e-07, + "U": 2.623331933626627e-11, + "K": 3.2647740066948927e-09, + "L": 1.0893481949825201e-10, + "G": 2.8858238465545583e-08, + "F": 1.9480157789075747e-05, + "E": 7.554779585916549e-06, + "T": 1.2525839565569186e-07, + "P": 0.9929184317588806, + "-": 0.007040355354547501 + }, + "id": "tp_1410" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 176276, + "label": "P", + "classification": { + "B": 0.00014422515232581645, + "S": 8.740275370655581e-05, + "I": 0.01715860702097416, + "C": 7.352914690272883e-05, + "R": 1.757169229676947e-05, + "M": 0.0014009677106514573, + "O": 8.580538269598037e-05, + "W": 1.662014619796537e-05, + "N": 0.005494981538504362, + "Y": 0.0002956568787340075, + "U": 6.485827725555282e-06, + "K": 0.00011761831410694867, + "L": 1.673137376201339e-05, + "G": 0.00044715270632877946, + "F": 0.0014166791224852204, + "E": 0.05397584289312363, + "T": 0.00054508465109393, + "P": 0.8975604176521301, + "-": 0.021138494834303856 + }, + "id": "tp_1411" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 176376, + "label": "P", + "classification": { + "B": 8.815581168164499e-06, + "S": 3.198641707058414e-07, + "I": 0.00011249131057411432, + "C": 5.637576805384015e-08, + "R": 5.292839944104344e-09, + "M": 3.275697963545099e-05, + "O": 9.856006499830983e-07, + "W": 4.344292037217201e-08, + "N": 3.07979780700407e-06, + "Y": 2.3379111553367693e-06, + "U": 2.110701835533746e-09, + "K": 2.7039781524962336e-09, + "L": 1.0905375091851965e-07, + "G": 5.852522463101195e-06, + "F": 3.150445263599977e-05, + "E": 0.0009854019153863192, + "T": 8.125120984914247e-06, + "P": 0.9618048667907715, + "-": 0.03700326755642891 + }, + "id": "tp_1412" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 176510, + "label": "P", + "classification": { + "B": 4.838764766645909e-07, + "S": 2.29654716576988e-07, + "I": 0.0005858913064002991, + "C": 2.893784198931826e-07, + "R": 2.3432889406649338e-08, + "M": 8.573463674110826e-06, + "O": 4.869149279329577e-07, + "W": 1.0803560712702165e-07, + "N": 5.503013380803168e-05, + "Y": 4.227553745295154e-06, + "U": 4.731479918973491e-08, + "K": 2.6593822894938057e-06, + "L": 3.359296485427876e-08, + "G": 6.36142158327857e-06, + "F": 5.687614975613542e-05, + "E": 0.0032316630240529776, + "T": 1.1012084542016964e-05, + "P": 0.9858803153038025, + "-": 0.010155756026506424 + }, + "id": "tp_1413" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 176643, + "label": "P", + "classification": { + "B": 1.5689709471189417e-05, + "S": 8.799909119261429e-05, + "I": 0.0018117328872904181, + "C": 3.1820909498492256e-06, + "R": 2.7572627914196346e-06, + "M": 4.22157027060166e-05, + "O": 6.991747068241239e-05, + "W": 1.4100897715252358e-05, + "N": 0.0003227284469176084, + "Y": 7.114656182238832e-05, + "U": 1.7514282717456808e-06, + "K": 7.62321815273026e-06, + "L": 4.847585842071567e-06, + "G": 4.8052199417725205e-05, + "F": 0.0006953800329938531, + "E": 0.00048750502173788846, + "T": 0.0002301649219589308, + "P": 0.9359686970710754, + "-": 0.060114677995443344 + }, + "id": "tp_1414" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 176777, + "label": "P", + "classification": { + "B": 3.103057366615758e-09, + "S": 4.090071392681693e-09, + "I": 8.250203973148018e-05, + "C": 7.153897474410087e-10, + "R": 8.054960171088865e-11, + "M": 2.742051385951072e-08, + "O": 3.524369240892611e-09, + "W": 3.6304076411752817e-10, + "N": 1.919697751873173e-06, + "Y": 1.5168485134609e-08, + "U": 5.277516618162892e-11, + "K": 2.8543063468333685e-09, + "L": 1.0025421465220674e-10, + "G": 4.7514689072158944e-08, + "F": 9.62859189712617e-07, + "E": 1.2344135939201806e-05, + "T": 1.037153296579163e-07, + "P": 0.9992883801460266, + "-": 0.0006136278971098363 + }, + "id": "tp_1415" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 176877, + "label": "P", + "classification": { + "B": 0.00010860128531930968, + "S": 3.4416243579471484e-05, + "I": 0.00018294503388460726, + "C": 3.878606946727814e-07, + "R": 6.135975638699165e-08, + "M": 0.00034682368277572095, + "O": 3.580962584237568e-05, + "W": 1.7994356085182517e-06, + "N": 1.2667211194639094e-05, + "Y": 1.6625839634798467e-05, + "U": 2.5815181103894247e-08, + "K": 3.3275117772291196e-08, + "L": 3.4571392006910173e-06, + "G": 2.170748120988719e-05, + "F": 0.00045846874127164483, + "E": 0.0013120833318680525, + "T": 5.658613008563407e-05, + "P": 0.8470866084098816, + "-": 0.150320902466774 + }, + "id": "tp_1416" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 177010, + "label": "P", + "classification": { + "B": 3.209045098628849e-05, + "S": 1.6424388377345167e-05, + "I": 0.0011457458604127169, + "C": 8.988929039333016e-06, + "R": 1.2992395568289794e-06, + "M": 0.0001977856591111049, + "O": 2.7493897505337372e-05, + "W": 3.2781176741991658e-06, + "N": 0.0001948656718013808, + "Y": 7.891198038123548e-05, + "U": 1.0058940915769199e-06, + "K": 6.259056135604624e-06, + "L": 2.6335922029829817e-06, + "G": 8.710445399628952e-05, + "F": 0.0008303780923597515, + "E": 0.002219141460955143, + "T": 0.0002339358179597184, + "P": 0.9201240539550781, + "-": 0.07478871941566467 + }, + "id": "tp_1417" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 177144, + "label": "P", + "classification": { + "B": 4.576948776957579e-05, + "S": 1.5843903383938596e-05, + "I": 0.0007111062295734882, + "C": 6.1574978644785006e-06, + "R": 1.1209028798475629e-06, + "M": 6.033568934071809e-05, + "O": 2.9770193577860482e-05, + "W": 6.909513558639446e-06, + "N": 9.203042282024398e-05, + "Y": 5.857966243638657e-05, + "U": 9.436635082238354e-07, + "K": 1.5900778862487641e-06, + "L": 3.012811021108064e-06, + "G": 3.260903395130299e-05, + "F": 0.0005012209294363856, + "E": 0.0008118710829876363, + "T": 9.84109501587227e-05, + "P": 0.9095755815505981, + "-": 0.08794717490673065 + }, + "id": "tp_1418" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 177277, + "label": "P", + "classification": { + "B": 5.75551872827873e-08, + "S": 1.4894371069829049e-08, + "I": 7.105084023351083e-06, + "C": 4.78329459374649e-11, + "R": 8.001909898580628e-12, + "M": 5.728598395648987e-08, + "O": 1.1660928223022893e-08, + "W": 6.597632995486435e-10, + "N": 1.0085074109156267e-06, + "Y": 2.118280884033652e-09, + "U": 4.370807101666818e-12, + "K": 1.8014507940922186e-10, + "L": 1.428172302642139e-10, + "G": 2.5019758709277085e-08, + "F": 2.7511216558195883e-06, + "E": 0.00017068488523364067, + "T": 1.2811838701054512e-08, + "P": 0.9993222951889038, + "-": 0.0004959788639098406 + }, + "id": "tp_1419" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 177377, + "label": "P", + "classification": { + "B": 1.387115275974793e-07, + "S": 1.7149957898254797e-08, + "I": 7.923562748146651e-07, + "C": 8.729028611043077e-11, + "R": 5.483130876421383e-12, + "M": 1.663148196939801e-07, + "O": 3.413650517813949e-08, + "W": 7.656513756337802e-10, + "N": 8.073151747112206e-08, + "Y": 1.4216051447135669e-08, + "U": 6.718815608042217e-12, + "K": 6.928488338608929e-11, + "L": 3.7401301500317174e-10, + "G": 3.9721811617710046e-08, + "F": 3.6433029890758917e-06, + "E": 2.72257711912971e-05, + "T": 9.569639303208533e-08, + "P": 0.9921907782554626, + "-": 0.007777020800858736 + }, + "id": "tp_1420" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 177511, + "label": "P", + "classification": { + "B": 8.18407534097787e-06, + "S": 8.418344805249944e-06, + "I": 0.00021792329789604992, + "C": 2.5298413675045595e-07, + "R": 8.908086357450884e-08, + "M": 2.066506385745015e-05, + "O": 1.3072167348582298e-05, + "W": 2.5978781650337623e-06, + "N": 2.6632325898390263e-05, + "Y": 1.2630517630896065e-05, + "U": 6.599517377026132e-08, + "K": 1.081532445823541e-06, + "L": 4.1904078784682497e-07, + "G": 1.9290395357529633e-05, + "F": 0.001083011506125331, + "E": 0.0005800874787382782, + "T": 1.8683133021113463e-05, + "P": 0.9423898458480835, + "-": 0.05559702217578888 + }, + "id": "tp_1421" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 177644, + "label": "P", + "classification": { + "B": 0.0010782874887809157, + "S": 0.0017315484583377838, + "I": 0.004621471278369427, + "C": 8.51734439493157e-05, + "R": 4.744202669826336e-05, + "M": 0.0020838233176618814, + "O": 0.0016890160040929914, + "W": 0.0002717190363910049, + "N": 0.0016068812692537904, + "Y": 0.0003906106576323509, + "U": 1.791431350284256e-05, + "K": 7.670103514101356e-05, + "L": 0.00022187111608218402, + "G": 0.0011329021072015166, + "F": 0.013904058374464512, + "E": 0.006544333882629871, + "T": 0.0013628348242491484, + "P": 0.7812303900718689, + "-": 0.18190309405326843 + }, + "id": "tp_1422" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 177778, + "label": "P", + "classification": { + "B": 3.888005448970944e-05, + "S": 0.00037045462522655725, + "I": 0.0016121584922075272, + "C": 4.2308835190851823e-07, + "R": 4.861374236497795e-07, + "M": 3.365327575011179e-05, + "O": 4.1202427382813767e-05, + "W": 9.19851299840957e-06, + "N": 0.0007589344750158489, + "Y": 6.1871492107457016e-06, + "U": 2.0153419200141798e-07, + "K": 7.637275302840862e-06, + "L": 1.1216174016226432e-06, + "G": 3.031136657227762e-05, + "F": 0.0008246107026934624, + "E": 0.001618001377210021, + "T": 3.031815867871046e-05, + "P": 0.9874189496040344, + "-": 0.007197319529950619 + }, + "id": "tp_1423" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 177878, + "label": "P", + "classification": { + "B": 1.37458780469224e-10, + "S": 4.075189352636954e-10, + "I": 1.1474465281935409e-05, + "C": 3.2272468031280255e-10, + "R": 2.160072121171197e-11, + "M": 2.3395397619196956e-08, + "O": 1.4315503227280146e-09, + "W": 6.739936386779277e-11, + "N": 1.1775937736047126e-07, + "Y": 1.1656517528990662e-07, + "U": 1.4445774437765735e-11, + "K": 8.439745569077672e-10, + "L": 1.476982598724863e-11, + "G": 6.318658041237768e-09, + "F": 1.1405682016629726e-06, + "E": 2.3545812837255653e-06, + "T": 2.8696820209006546e-07, + "P": 0.9836047291755676, + "-": 0.01637982204556465 + }, + "id": "tp_1424" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 178011, + "label": "P", + "classification": { + "B": 3.2025021937442943e-05, + "S": 9.145986041403376e-06, + "I": 6.413867595256306e-06, + "C": 4.164781852722399e-09, + "R": 1.8311073768373376e-09, + "M": 1.0750245564850047e-05, + "O": 1.1588776942517143e-05, + "W": 3.43751366926881e-07, + "N": 8.757395448810712e-07, + "Y": 7.980059422152408e-07, + "U": 8.28142165953949e-10, + "K": 1.9949937257734973e-09, + "L": 2.413503068510181e-07, + "G": 4.380740392662119e-06, + "F": 0.00019975156465079635, + "E": 4.511516817728989e-05, + "T": 8.785682439338416e-06, + "P": 0.8491345047950745, + "-": 0.15053535997867584 + }, + "id": "tp_1425" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 178145, + "label": "-", + "classification": { + "B": 1.1315723469351724e-08, + "S": 2.3897646084236612e-09, + "I": 4.400069428811548e-06, + "C": 6.68340902620912e-08, + "R": 1.0608844913662097e-09, + "M": 1.8962799686050857e-06, + "O": 1.973274237343503e-07, + "W": 3.846289065023711e-09, + "N": 1.0325121735377252e-07, + "Y": 2.12084478334873e-06, + "U": 3.2701530372492016e-10, + "K": 2.9053590644423366e-09, + "L": 2.2948674072154063e-09, + "G": 9.483176768299018e-07, + "F": 7.195442594820634e-05, + "E": 1.4403668501472566e-05, + "T": 6.651096100540599e-06, + "P": 0.4496305286884308, + "-": 0.550266683101654 + }, + "id": "tp_1426" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 178278, + "label": "P", + "classification": { + "B": 4.423225618666038e-05, + "S": 2.4632943222968606e-06, + "I": 0.00030139839509502053, + "C": 5.11397672653402e-07, + "R": 3.51157005695768e-08, + "M": 2.5634233679738827e-05, + "O": 5.266591870167758e-06, + "W": 1.2342027275735745e-06, + "N": 4.17381088482216e-05, + "Y": 9.331158253189642e-06, + "U": 9.556658397968931e-08, + "K": 1.83947236109816e-06, + "L": 4.3655435888467764e-07, + "G": 7.839932368369773e-05, + "F": 0.00030814504134468734, + "E": 0.021667268127202988, + "T": 1.868820436357055e-05, + "P": 0.9507095813751221, + "-": 0.026783661916851997 + }, + "id": "tp_1427" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 178378, + "label": "P", + "classification": { + "B": 0.00198815087787807, + "S": 0.00024084713368210942, + "I": 0.0249264445155859, + "C": 0.0012930040247738361, + "R": 0.0001450589916203171, + "M": 0.01046005729585886, + "O": 0.0006479083676822484, + "W": 0.00013158764340914786, + "N": 0.003556244308128953, + "Y": 0.0033818474039435387, + "U": 7.971494778757915e-05, + "K": 8.842046372592449e-05, + "L": 0.00037972794962115586, + "G": 0.0036690146662294865, + "F": 0.004939285106956959, + "E": 0.09460286796092987, + "T": 0.002673992421478033, + "P": 0.7098039388656616, + "-": 0.13699187338352203 + }, + "id": "tp_1428" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 178512, + "label": "P", + "classification": { + "B": 9.737483924254775e-05, + "S": 3.807243047049269e-05, + "I": 0.00087282236199826, + "C": 4.909543804387795e-06, + "R": 1.309818003392138e-06, + "M": 0.0007573495386168361, + "O": 0.0001320549490628764, + "W": 5.7156075854436494e-06, + "N": 5.335222158464603e-05, + "Y": 0.00013409345410764217, + "U": 3.921072391221969e-07, + "K": 1.569749485952343e-07, + "L": 1.8632512365002185e-05, + "G": 9.356180089525878e-05, + "F": 0.0006545016658492386, + "E": 0.0009707460412755609, + "T": 0.0003444946196395904, + "P": 0.7373266816139221, + "-": 0.25849372148513794 + }, + "id": "tp_1429" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 178645, + "label": "P", + "classification": { + "B": 0.0004295117687433958, + "S": 0.0020629388745874166, + "I": 0.0027117414865642786, + "C": 1.601682924956549e-05, + "R": 1.0708898116718046e-05, + "M": 0.0010253161890432239, + "O": 0.000667978310957551, + "W": 0.00017596676480025053, + "N": 0.0015368086751550436, + "Y": 0.0005842524114996195, + "U": 1.607997910468839e-05, + "K": 0.000176511486642994, + "L": 4.7598397941328585e-05, + "G": 0.00041568532469682395, + "F": 0.009617479518055916, + "E": 0.005935965571552515, + "T": 0.001503875246271491, + "P": 0.8395053744316101, + "-": 0.13356012105941772 + }, + "id": "tp_1430" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 178779, + "label": "P", + "classification": { + "B": 1.2692369182332186e-06, + "S": 6.799189122830285e-08, + "I": 4.0306658775079995e-06, + "C": 5.254772728058299e-10, + "R": 6.798556856368876e-11, + "M": 1.2877148947154637e-07, + "O": 5.503600419842769e-08, + "W": 9.68163504921904e-09, + "N": 2.3379361380193586e-07, + "Y": 2.8940212004613386e-08, + "U": 1.2156549378250503e-10, + "K": 1.1585797599078518e-10, + "L": 1.1855508796898562e-09, + "G": 2.7539622138306186e-08, + "F": 1.01443413313973e-06, + "E": 8.137379154504742e-06, + "T": 3.2959718510028324e-07, + "P": 0.994990885257721, + "-": 0.004993770737200975 + }, + "id": "tp_1431" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 178879, + "label": "P", + "classification": { + "B": 9.770225005922839e-06, + "S": 5.082692950963974e-07, + "I": 0.0002453241322655231, + "C": 3.7361840554694936e-07, + "R": 2.4782986329796586e-08, + "M": 2.0234010662534274e-05, + "O": 3.365109705555369e-06, + "W": 1.305996022438194e-07, + "N": 2.9805416488670744e-05, + "Y": 5.002765192330116e-06, + "U": 2.464388515477367e-08, + "K": 4.248136065143626e-08, + "L": 3.699508397403406e-07, + "G": 1.0049016054836102e-05, + "F": 4.184587305644527e-05, + "E": 0.0014093288918957114, + "T": 1.271668679692084e-05, + "P": 0.9841029644012451, + "-": 0.014108115807175636 + }, + "id": "tp_1432" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 179012, + "label": "P", + "classification": { + "B": 0.00011477884254418314, + "S": 4.1347382648382336e-05, + "I": 0.004038926213979721, + "C": 7.082292086124653e-07, + "R": 2.3135478954827704e-07, + "M": 0.00017340609338134527, + "O": 2.4615896109025925e-05, + "W": 1.4951548337194254e-06, + "N": 0.0003133137943223119, + "Y": 1.2309902558627073e-05, + "U": 3.27252713816506e-08, + "K": 3.225709690468648e-07, + "L": 2.539512024668511e-06, + "G": 5.8404766605235636e-05, + "F": 0.00026561119011603296, + "E": 0.004189314786344767, + "T": 4.7522968088742346e-05, + "P": 0.9732351899147034, + "-": 0.01747993193566799 + }, + "id": "tp_1433" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 179146, + "label": "P", + "classification": { + "B": 1.7057897139238776e-06, + "S": 1.4927678648746223e-06, + "I": 0.0014170249924063683, + "C": 1.6537142073502764e-05, + "R": 1.502306531619979e-06, + "M": 1.825343497330323e-05, + "O": 9.735396815813147e-06, + "W": 2.2772567263018573e-06, + "N": 0.00017919810488820076, + "Y": 5.220579987508245e-05, + "U": 2.0742113520100247e-06, + "K": 6.027337076375261e-05, + "L": 9.804601859286777e-07, + "G": 7.159974484238774e-05, + "F": 0.0023119705729186535, + "E": 0.0020231204107403755, + "T": 0.00013892554852645844, + "P": 0.8200392723083496, + "-": 0.17365190386772156 + }, + "id": "tp_1434" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 179279, + "label": "P", + "classification": { + "B": 0.010999290272593498, + "S": 0.00823757704347372, + "I": 0.00228055939078331, + "C": 8.194680958695244e-06, + "R": 5.128775228513405e-06, + "M": 0.0024012357462197542, + "O": 0.0012632709695026278, + "W": 0.0003023231402039528, + "N": 0.0005787262343801558, + "Y": 6.724929698975757e-05, + "U": 2.588781626400305e-06, + "K": 7.256700428115437e-06, + "L": 0.00024171416589524597, + "G": 0.000402584089897573, + "F": 0.008610747754573822, + "E": 0.010595880448818207, + "T": 0.00036966416519135237, + "P": 0.8235504031181335, + "-": 0.13007570803165436 + }, + "id": "tp_1435" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 179379, + "label": "P", + "classification": { + "B": 3.390329406105508e-10, + "S": 7.2727678046558e-11, + "I": 3.0774594961258117e-06, + "C": 1.797015314330963e-10, + "R": 1.579624994176021e-12, + "M": 3.8456871465086806e-08, + "O": 2.706003476848906e-10, + "W": 5.727237694513887e-12, + "N": 7.739027552133848e-08, + "Y": 3.19042570140482e-08, + "U": 1.7692748308095751e-12, + "K": 6.035068556009549e-10, + "L": 6.5183804534574286e-12, + "G": 1.6382793788238814e-08, + "F": 2.098987351928372e-06, + "E": 5.8076930145034567e-05, + "T": 4.801945507892924e-08, + "P": 0.9965348243713379, + "-": 0.0034018196165561676 + }, + "id": "tp_1436" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 179513, + "label": "P", + "classification": { + "B": 8.921490007196553e-06, + "S": 4.791089850186836e-06, + "I": 0.0005986124742776155, + "C": 4.060256912907789e-07, + "R": 7.775601318371628e-08, + "M": 1.2558936759887729e-05, + "O": 4.540562258625869e-06, + "W": 9.066230859389179e-07, + "N": 0.0001523885875940323, + "Y": 2.2361996343533974e-06, + "U": 9.15269211532177e-08, + "K": 2.7249386675975984e-06, + "L": 1.8042540261831164e-07, + "G": 7.214783181552775e-06, + "F": 0.00021573870617430657, + "E": 0.003329688683152199, + "T": 1.2201454410387669e-05, + "P": 0.9823186993598938, + "-": 0.01332794688642025 + }, + "id": "tp_1437" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 179646, + "label": "P", + "classification": { + "B": 6.097776861224702e-08, + "S": 2.643098753196682e-07, + "I": 0.00017052642942871898, + "C": 8.49950865244864e-09, + "R": 2.405958099416239e-09, + "M": 3.1599947192262334e-07, + "O": 7.822445269312084e-08, + "W": 1.3136982168759914e-08, + "N": 2.5369150534970686e-05, + "Y": 4.301241744997242e-07, + "U": 4.598822211931974e-09, + "K": 1.3711756707834866e-07, + "L": 2.2626771567502146e-09, + "G": 2.588947722870216e-07, + "F": 2.11184706131462e-05, + "E": 8.496762166032568e-05, + "T": 1.7517654669063631e-06, + "P": 0.9972954392433167, + "-": 0.002399199176579714 + }, + "id": "tp_1438" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 179780, + "label": "P", + "classification": { + "B": 8.447261734545464e-07, + "S": 9.734776540426537e-08, + "I": 0.0001173652199213393, + "C": 1.1012510015007138e-07, + "R": 5.809782877008729e-09, + "M": 1.1104483746748883e-05, + "O": 2.5333207531730295e-07, + "W": 3.027178863135305e-08, + "N": 9.90579337667441e-06, + "Y": 3.817093784164172e-06, + "U": 5.929480462185666e-09, + "K": 2.6408292796986643e-07, + "L": 1.3851135349796095e-08, + "G": 3.105916221102234e-06, + "F": 2.0580791897373274e-05, + "E": 0.0021295868791639805, + "T": 1.195197273773374e-05, + "P": 0.9813838601112366, + "-": 0.016307156533002853 + }, + "id": "tp_1439" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 179880, + "label": "P", + "classification": { + "B": 2.5188182917190716e-07, + "S": 9.988881402023253e-07, + "I": 7.544620893895626e-05, + "C": 3.230080647398381e-09, + "R": 2.6703179667464383e-09, + "M": 1.0991102499247063e-06, + "O": 6.007556976328488e-07, + "W": 6.371680427719184e-08, + "N": 9.150045116257388e-06, + "Y": 5.150831725586613e-07, + "U": 1.0247719339773198e-09, + "K": 4.590653901459518e-08, + "L": 3.656797531448319e-09, + "G": 1.350980625147713e-07, + "F": 1.0203428246313706e-05, + "E": 2.0155466700089164e-05, + "T": 6.9800262281205505e-06, + "P": 0.9881155490875244, + "-": 0.011758829466998577 + }, + "id": "tp_1440" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 180013, + "label": "P", + "classification": { + "B": 3.5348080018593464e-08, + "S": 2.2602961724516035e-09, + "I": 0.00010173648479394615, + "C": 5.30611954374649e-09, + "R": 1.885739620011151e-10, + "M": 1.3752813288192556e-07, + "O": 2.6487607662772916e-09, + "W": 1.7361184712072486e-10, + "N": 3.76718935513054e-06, + "Y": 7.95116434915144e-08, + "U": 6.958199294526679e-11, + "K": 4.32012736695242e-09, + "L": 1.6600824881418674e-10, + "G": 1.5621118620856578e-07, + "F": 1.5679843272664584e-06, + "E": 0.0007833645213395357, + "T": 1.0280587048328016e-07, + "P": 0.9985002279281616, + "-": 0.0006089176749810576 + }, + "id": "tp_1441" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 180147, + "label": "P", + "classification": { + "B": 3.072096532719115e-08, + "S": 1.9441824539168095e-10, + "I": 1.700549000815954e-05, + "C": 8.499196346711813e-10, + "R": 2.0999453911874078e-11, + "M": 6.72259190537261e-08, + "O": 9.032501968597728e-10, + "W": 3.237190723814898e-11, + "N": 2.7688159320859995e-07, + "Y": 1.5157041843849584e-08, + "U": 1.6523928059175574e-11, + "K": 9.482781920810979e-11, + "L": 9.278462720363478e-11, + "G": 4.8136374886098565e-08, + "F": 1.4882098753332684e-07, + "E": 5.47478994121775e-05, + "T": 4.537641018487193e-08, + "P": 0.9993157386779785, + "-": 0.000611861702054739 + }, + "id": "tp_1442" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 180280, + "label": "P", + "classification": { + "B": 5.171040928786397e-09, + "S": 7.228300735739879e-10, + "I": 5.91447360420716e-06, + "C": 6.891168080613852e-09, + "R": 1.8036024063139422e-10, + "M": 1.1225677809534318e-07, + "O": 2.3930452286435866e-08, + "W": 3.5473760040538593e-10, + "N": 1.047693203304334e-07, + "Y": 4.067410657171422e-07, + "U": 1.6648396550245081e-10, + "K": 2.1401820315958275e-09, + "L": 3.846800933349215e-10, + "G": 2.5226265165656514e-07, + "F": 1.645141855988186e-05, + "E": 1.168472044810187e-05, + "T": 1.2537674365376006e-06, + "P": 0.8179596662521362, + "-": 0.18200410902500153 + }, + "id": "tp_1443" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 180380, + "label": "P", + "classification": { + "B": 7.2272737794421e-10, + "S": 6.002670027704937e-10, + "I": 3.9523420127807185e-06, + "C": 4.617654036920271e-10, + "R": 3.899080364133667e-11, + "M": 4.07995148776763e-09, + "O": 3.600565179340265e-09, + "W": 1.501631180511609e-10, + "N": 4.2895780438811926e-07, + "Y": 1.1818956480169618e-08, + "U": 9.926912590552117e-12, + "K": 3.4695432638010004e-10, + "L": 8.696871348079505e-12, + "G": 5.628287613745897e-09, + "F": 5.824197160109179e-07, + "E": 3.517777486194973e-06, + "T": 3.9071782254040954e-08, + "P": 0.9973160624504089, + "-": 0.002675320254638791 + }, + "id": "tp_1444" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 180514, + "label": "P", + "classification": { + "B": 6.076827412471175e-05, + "S": 1.4286211808212101e-05, + "I": 0.00026569716283120215, + "C": 8.085955016667867e-08, + "R": 3.940569115457038e-08, + "M": 4.386824002722278e-05, + "O": 6.688670964649646e-06, + "W": 6.243067787181644e-07, + "N": 4.9686765123624355e-05, + "Y": 2.642786739670555e-06, + "U": 1.3264012999059105e-08, + "K": 1.0074502654333628e-07, + "L": 3.846880645141937e-07, + "G": 1.1703268683049828e-05, + "F": 6.922741158632562e-05, + "E": 0.0007685537566430867, + "T": 1.371767939417623e-05, + "P": 0.9910783171653748, + "-": 0.007613625843077898 + }, + "id": "tp_1445" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 180647, + "label": "P", + "classification": { + "B": 2.046693703405822e-09, + "S": 4.766331079819608e-11, + "I": 1.0303153885615757e-06, + "C": 6.383440867910317e-13, + "R": 3.059426423681656e-14, + "M": 9.801880418436326e-10, + "O": 5.7074355658270903e-11, + "W": 1.283628043267926e-12, + "N": 2.7706782645964267e-08, + "Y": 2.05552935783615e-11, + "U": 8.462715662786724e-14, + "K": 2.319039600108541e-13, + "L": 1.3775233124319053e-12, + "G": 2.1842561093166069e-10, + "F": 3.629718303699292e-09, + "E": 1.351996047560533e-06, + "T": 2.9094877618263126e-09, + "P": 0.9998968839645386, + "-": 0.00010071347787743434 + }, + "id": "tp_1446" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 180781, + "label": "P", + "classification": { + "B": 2.157950575565337e-06, + "S": 1.7468452142566093e-06, + "I": 0.0034900526516139507, + "C": 3.985920557170175e-06, + "R": 6.706039812343079e-07, + "M": 1.9384197003091685e-05, + "O": 2.0724487512779888e-06, + "W": 4.984646579941909e-07, + "N": 0.0006512871477752924, + "Y": 9.676079571363516e-06, + "U": 3.164164468216768e-07, + "K": 5.5630530368944164e-06, + "L": 1.5174053658029152e-07, + "G": 1.5516514395130798e-05, + "F": 0.00012618079199455678, + "E": 0.004750947933644056, + "T": 1.795499883883167e-05, + "P": 0.9871823787689209, + "-": 0.0037193496245890856 + }, + "id": "tp_1447" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 180881, + "label": "P", + "classification": { + "B": 7.309546958822466e-07, + "S": 2.126253320966498e-06, + "I": 0.0015503678005188704, + "C": 5.792297997686546e-06, + "R": 1.4503521015285514e-06, + "M": 1.1665054444165435e-05, + "O": 4.802134753845166e-06, + "W": 1.9008584786206484e-06, + "N": 0.00023896490165498108, + "Y": 9.416799730388448e-05, + "U": 9.70425730884017e-07, + "K": 0.00022658449597656727, + "L": 1.950269563621987e-07, + "G": 2.8061767807230353e-05, + "F": 0.0015470054931938648, + "E": 0.003043918637558818, + "T": 7.265914609888569e-05, + "P": 0.9143499135971069, + "-": 0.07881895452737808 + }, + "id": "tp_1448" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 181014, + "label": "P", + "classification": { + "B": 2.185887979067047e-06, + "S": 7.704513791395584e-07, + "I": 0.0004929772694595158, + "C": 1.225474193233822e-06, + "R": 2.1216145285052335e-07, + "M": 1.701976179901976e-05, + "O": 2.222473767687916e-06, + "W": 2.557879383857653e-07, + "N": 4.872215504292399e-05, + "Y": 3.2603373256279156e-05, + "U": 1.254507253634074e-07, + "K": 1.4517033832817106e-06, + "L": 3.369520698015549e-07, + "G": 2.195135130023118e-05, + "F": 0.0004906627582386136, + "E": 0.0007143085240386426, + "T": 6.231664156075567e-05, + "P": 0.9550268054008484, + "-": 0.04308382421731949 + }, + "id": "tp_1449" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 181148, + "label": "P", + "classification": { + "B": 2.5990996164182434e-06, + "S": 3.5969978284811077e-07, + "I": 0.00010837729496415704, + "C": 7.896693432485336e-07, + "R": 4.906463502152292e-08, + "M": 2.027330810960848e-05, + "O": 4.2540946196822915e-06, + "W": 2.2524361042997043e-07, + "N": 5.688233159162337e-06, + "Y": 4.552518021228025e-06, + "U": 1.7463861468058894e-08, + "K": 1.3582074132045818e-08, + "L": 2.331019004486734e-07, + "G": 5.325189704308286e-06, + "F": 5.6632616178831086e-05, + "E": 0.0002295349695486948, + "T": 2.788481469906401e-05, + "P": 0.7979072332382202, + "-": 0.2016259729862213 + }, + "id": "tp_1450" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 181281, + "label": "P", + "classification": { + "B": 1.0893558282987215e-05, + "S": 1.7468024452682585e-05, + "I": 0.009160414338111877, + "C": 6.906342150614364e-06, + "R": 1.447490717509936e-06, + "M": 2.8991007638978772e-05, + "O": 8.17764794192044e-06, + "W": 4.057528713019565e-06, + "N": 0.001227194326929748, + "Y": 5.7669527450343594e-05, + "U": 2.4633402517793e-06, + "K": 2.33899390877923e-05, + "L": 8.195921168407949e-07, + "G": 3.4068205422954634e-05, + "F": 0.00021033146185800433, + "E": 0.003790227696299553, + "T": 5.809047070215456e-05, + "P": 0.9773378372192383, + "-": 0.008019562810659409 + }, + "id": "tp_1451" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 181381, + "label": "P", + "classification": { + "B": 0.0005166148184798658, + "S": 6.632443501075613e-07, + "I": 0.0001981869136216119, + "C": 2.126922709067003e-06, + "R": 7.496191045675005e-08, + "M": 0.0001306932099396363, + "O": 4.1071193663810845e-06, + "W": 1.5781809281634196e-07, + "N": 8.049505595408846e-06, + "Y": 3.2343666589440545e-06, + "U": 2.0409927969922137e-08, + "K": 1.4699653050342931e-08, + "L": 1.598485255271953e-06, + "G": 0.00016249790496658534, + "F": 8.40381471789442e-05, + "E": 0.00823464896529913, + "T": 1.66416557476623e-05, + "P": 0.9534193873405457, + "-": 0.037217240780591965 + }, + "id": "tp_1452" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 181515, + "label": "P", + "classification": { + "B": 3.424097594004194e-12, + "S": 1.5268204756058168e-10, + "I": 4.354963675723411e-05, + "C": 1.0871309408244656e-10, + "R": 1.6487554377331293e-11, + "M": 3.519042834909669e-09, + "O": 3.006363213930996e-10, + "W": 1.4923246666187495e-11, + "N": 1.3332925163922482e-06, + "Y": 1.5960084809307773e-08, + "U": 2.257473721845038e-12, + "K": 7.0519021733161935e-09, + "L": 8.245074002884156e-13, + "G": 2.822085898301907e-09, + "F": 6.109248715802096e-07, + "E": 1.0441949598316569e-05, + "T": 1.1580299386082515e-08, + "P": 0.9994275569915771, + "-": 0.0005164821050129831 + }, + "id": "tp_1453" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 181648, + "label": "P", + "classification": { + "B": 1.1336702243625041e-08, + "S": 4.955454269151005e-09, + "I": 0.00012333039194345474, + "C": 6.746937941670694e-08, + "R": 4.282727505966477e-09, + "M": 3.1622008123122214e-07, + "O": 2.373268337407808e-08, + "W": 2.2932578058743047e-09, + "N": 6.600540473300498e-06, + "Y": 1.3438797168419114e-06, + "U": 1.9880590507170837e-09, + "K": 3.0868224598634697e-07, + "L": 7.333216256455444e-10, + "G": 4.849889592151158e-07, + "F": 3.3499571145512164e-05, + "E": 0.00041174673242494464, + "T": 1.4666125025541987e-06, + "P": 0.9898353219032288, + "-": 0.009585384279489517 + }, + "id": "tp_1454" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 181782, + "label": "P", + "classification": { + "B": 2.022710248184012e-07, + "S": 4.793091193278087e-06, + "I": 0.0010285733733326197, + "C": 7.568482729425341e-09, + "R": 6.037458977203869e-09, + "M": 1.1452922308308189e-06, + "O": 9.63851562119089e-07, + "W": 1.4573204509815696e-07, + "N": 0.00022305958555079997, + "Y": 1.0070519920191146e-06, + "U": 7.384107769681236e-10, + "K": 9.641858156328453e-08, + "L": 4.714675760908449e-09, + "G": 4.5427248096530093e-07, + "F": 7.629833817190956e-06, + "E": 6.0347716498654336e-05, + "T": 5.453077392303385e-06, + "P": 0.9976556301116943, + "-": 0.00101047835778445 + }, + "id": "tp_1455" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 181882, + "label": "P", + "classification": { + "B": 2.9658710332114424e-07, + "S": 4.307518963742041e-08, + "I": 0.00013838782615493983, + "C": 2.548415238834423e-07, + "R": 1.2936231641447193e-08, + "M": 9.777295417734422e-07, + "O": 1.3090048867070436e-07, + "W": 1.8492482212195682e-08, + "N": 5.582888206845382e-06, + "Y": 3.152704948661267e-06, + "U": 8.301070941740818e-09, + "K": 6.054182932757612e-08, + "L": 1.1898767304785451e-08, + "G": 2.416511279079714e-06, + "F": 3.339077011332847e-05, + "E": 0.0001468413684051484, + "T": 3.5181162729713833e-06, + "P": 0.9855136871337891, + "-": 0.014151195995509624 + }, + "id": "tp_1456" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 182015, + "label": "P", + "classification": { + "B": 3.6636084388419476e-08, + "S": 8.51271586554958e-09, + "I": 0.0005496862577274442, + "C": 1.99567598002659e-08, + "R": 5.342605802205469e-10, + "M": 1.4883668200127431e-06, + "O": 1.3032536827495278e-08, + "W": 8.93558393944005e-10, + "N": 2.2486072339233942e-05, + "Y": 4.2934348698508984e-07, + "U": 2.1061237476249772e-10, + "K": 9.72976543778259e-09, + "L": 7.727559703241127e-10, + "G": 3.252161775435525e-07, + "F": 1.954886329258443e-06, + "E": 0.0016101925866678357, + "T": 5.554835524890223e-07, + "P": 0.9971033930778503, + "-": 0.0007094035972841084 + }, + "id": "tp_1457" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 182149, + "label": "P", + "classification": { + "B": 7.708824689700577e-09, + "S": 2.537894061571677e-10, + "I": 1.49622292155982e-06, + "C": 1.2778315072736746e-09, + "R": 4.2829982616066076e-11, + "M": 9.287467683805062e-09, + "O": 4.181537338610042e-09, + "W": 2.240961166632971e-10, + "N": 3.866458087031788e-08, + "Y": 3.2198556709772674e-08, + "U": 8.769571874234217e-11, + "K": 7.834443649379352e-10, + "L": 1.4044133911372825e-10, + "G": 7.339082230828353e-08, + "F": 5.979368779662764e-06, + "E": 7.001452559052268e-06, + "T": 1.996434946249792e-07, + "P": 0.9615094065666199, + "-": 0.03847578167915344 + }, + "id": "tp_1458" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 182282, + "label": "P", + "classification": { + "B": 9.61841578828171e-07, + "S": 1.5912692674646678e-07, + "I": 4.1459326894255355e-05, + "C": 4.9075810082399585e-09, + "R": 1.1499539098736022e-09, + "M": 7.352756483669509e-07, + "O": 4.4909481289323594e-07, + "W": 1.569494578745889e-08, + "N": 1.9193189473298844e-06, + "Y": 8.713774946045305e-08, + "U": 2.489759509671785e-10, + "K": 8.541458512700828e-11, + "L": 1.8076837804414936e-08, + "G": 2.451354816912499e-07, + "F": 1.8801885062202928e-06, + "E": 2.781367402349133e-05, + "T": 7.729248068244488e-07, + "P": 0.9942618608474731, + "-": 0.005661719478666782 + }, + "id": "tp_1459" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 182382, + "label": "P", + "classification": { + "B": 5.973192855890375e-07, + "S": 9.446661124457023e-07, + "I": 0.0009498755680397153, + "C": 2.600666675789398e-06, + "R": 1.9025856090593152e-07, + "M": 2.2836352400190663e-06, + "O": 1.9924186744901817e-06, + "W": 2.2671466126666928e-07, + "N": 0.0002551846846472472, + "Y": 7.152361831685994e-06, + "U": 1.8444573868237057e-07, + "K": 2.2943579551792936e-06, + "L": 1.4593292974041105e-07, + "G": 2.2240596081246622e-05, + "F": 0.00028728999313898385, + "E": 0.000974867376498878, + "T": 9.80676577455597e-06, + "P": 0.990939736366272, + "-": 0.00654224818572402 + }, + "id": "tp_1460" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 182516, + "label": "P", + "classification": { + "B": 4.308682832743216e-07, + "S": 2.248690300632461e-08, + "I": 7.2337834353675134e-06, + "C": 4.897080074783844e-09, + "R": 5.257887458753885e-10, + "M": 1.2070513548678719e-06, + "O": 1.086272050088155e-06, + "W": 4.927680929966982e-09, + "N": 6.539124086657466e-08, + "Y": 1.3642386420542607e-07, + "U": 4.171333764513285e-11, + "K": 5.291744147907507e-13, + "L": 3.1296110591938486e-08, + "G": 4.007372922387731e-07, + "F": 1.0676742476789514e-06, + "E": 7.5442255820235e-07, + "T": 1.5764852605570923e-06, + "P": 0.8562346696853638, + "-": 0.14375126361846924 + }, + "id": "tp_1461" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 182649, + "label": "P", + "classification": { + "B": 5.960768684198925e-11, + "S": 1.5166083666695584e-11, + "I": 1.8162669221055694e-05, + "C": 1.4069453935228182e-10, + "R": 3.4343456897789615e-12, + "M": 9.30059229631297e-09, + "O": 1.7892975989752813e-10, + "W": 6.539968653435091e-12, + "N": 2.6088349613928585e-07, + "Y": 1.1748352513052396e-08, + "U": 1.1251139993631587e-12, + "K": 3.1501476427386876e-10, + "L": 1.466443286246566e-12, + "G": 6.702659316459858e-09, + "F": 3.361404594670603e-07, + "E": 3.1290652259485796e-05, + "T": 1.3148926392148041e-08, + "P": 0.998855471611023, + "-": 0.0010944140376523137 + }, + "id": "tp_1462" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 182783, + "label": "P", + "classification": { + "B": 6.362340627674712e-07, + "S": 5.99533080958281e-08, + "I": 8.657012585899793e-06, + "C": 3.0630584180180165e-10, + "R": 3.641496479356299e-11, + "M": 7.460544679815939e-07, + "O": 3.146448435131788e-08, + "W": 2.5948296844546803e-09, + "N": 1.0243644510410377e-06, + "Y": 2.49230431847991e-08, + "U": 4.275609727377727e-11, + "K": 8.401970230664801e-10, + "L": 5.135923353272176e-10, + "G": 1.048023179350821e-07, + "F": 2.461351868987549e-06, + "E": 0.00037722522392868996, + "T": 1.0101295089270934e-07, + "P": 0.9983000159263611, + "-": 0.001308939536102116 + }, + "id": "tp_1463" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 182883, + "label": "P", + "classification": { + "B": 1.9703266218584758e-07, + "S": 1.2437203622539528e-06, + "I": 0.0001226035674335435, + "C": 5.474068309752056e-09, + "R": 1.068834465378643e-09, + "M": 4.4647083541349275e-07, + "O": 2.2413040312585508e-07, + "W": 3.4182892960643585e-08, + "N": 1.1574693417060189e-05, + "Y": 1.8233232879083516e-07, + "U": 1.3408514298873797e-09, + "K": 5.528631774609494e-09, + "L": 6.600330504369367e-09, + "G": 1.1386444498384662e-07, + "F": 6.004464921716135e-06, + "E": 1.6955482351477258e-05, + "T": 2.464664703438757e-06, + "P": 0.9959866404533386, + "-": 0.0038512097671628 + }, + "id": "tp_1464" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 183016, + "label": "P", + "classification": { + "B": 5.784396606145492e-08, + "S": 2.880502281144004e-09, + "I": 3.323060445836745e-05, + "C": 3.855339603120456e-09, + "R": 2.979145541370798e-10, + "M": 2.1322500742826378e-07, + "O": 1.3292329903435984e-08, + "W": 3.784606794621226e-10, + "N": 6.697183607684565e-07, + "Y": 6.993715828684799e-08, + "U": 1.1965008150927048e-10, + "K": 7.344467395364873e-11, + "L": 1.529642301711931e-09, + "G": 1.0387505966491517e-07, + "F": 4.373019919512444e-07, + "E": 2.2307462131720968e-05, + "T": 6.561888312717201e-07, + "P": 0.9966536164283752, + "-": 0.0032885554246604443 + }, + "id": "tp_1465" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 183150, + "label": "P", + "classification": { + "B": 2.4905256523766184e-08, + "S": 1.959153728137153e-09, + "I": 0.0004950513830408454, + "C": 1.274586765021013e-07, + "R": 5.028676142160293e-09, + "M": 1.0834886552402168e-06, + "O": 1.708414032464134e-08, + "W": 9.917946464099714e-10, + "N": 7.610085958731361e-06, + "Y": 1.3738587085754261e-06, + "U": 1.0365509561793829e-09, + "K": 2.1606307853971884e-08, + "L": 1.5945954556784159e-09, + "G": 9.840986194831203e-07, + "F": 7.924172678031027e-06, + "E": 0.0005243350751698017, + "T": 7.517441531490476e-07, + "P": 0.9936036467552185, + "-": 0.005357063841074705 + }, + "id": "tp_1466" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 183283, + "label": "P", + "classification": { + "B": 8.202043682103977e-05, + "S": 8.880558743840083e-05, + "I": 0.0019872093107551336, + "C": 1.441795757273212e-05, + "R": 6.010906872688793e-06, + "M": 0.00028443572227843106, + "O": 0.00015332190378103405, + "W": 2.0972964193788357e-05, + "N": 0.00034341923310421407, + "Y": 0.0001928205747390166, + "U": 2.285509481225745e-06, + "K": 1.1679047929646913e-05, + "L": 1.2689073628280312e-05, + "G": 0.0002375654294155538, + "F": 0.0024112206883728504, + "E": 0.002060136990621686, + "T": 0.00043549490510486066, + "P": 0.8417115211486816, + "-": 0.149944007396698 + }, + "id": "tp_1467" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 183383, + "label": "P", + "classification": { + "B": 4.900606995761336e-07, + "S": 5.888270493414893e-07, + "I": 0.00010970826406264678, + "C": 6.055834500529045e-09, + "R": 1.4119252433886231e-09, + "M": 1.5752080173569993e-07, + "O": 1.0141445017097794e-07, + "W": 2.4494363870530833e-08, + "N": 1.134289959736634e-05, + "Y": 1.0760544455479248e-07, + "U": 1.6207482023133934e-09, + "K": 3.5443925128220144e-08, + "L": 3.9790499783975974e-09, + "G": 2.9308048965503986e-07, + "F": 1.4089971045905259e-05, + "E": 0.0002033580676652491, + "T": 4.818776346837694e-07, + "P": 0.996807873249054, + "-": 0.0028512757271528244 + }, + "id": "tp_1468" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 183517, + "label": "-", + "classification": { + "B": 0.0004379599413368851, + "S": 2.592702003312297e-05, + "I": 8.909164171200246e-05, + "C": 1.992455281651928e-06, + "R": 4.040998931031936e-07, + "M": 0.0006425174069590867, + "O": 0.00021336038480512798, + "W": 9.173846592602786e-06, + "N": 3.871078661177307e-06, + "Y": 5.264855280984193e-05, + "U": 7.913562427575016e-08, + "K": 6.066436686325005e-09, + "L": 3.817314427578822e-05, + "G": 0.00010065842798212543, + "F": 0.000673364382237196, + "E": 0.00038747963844798505, + "T": 0.00015661842189729214, + "P": 0.3832196891307831, + "-": 0.6139469742774963 + }, + "id": "tp_1469" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 183650, + "label": "P", + "classification": { + "B": 5.850429261045065e-06, + "S": 2.318938641110435e-06, + "I": 0.00015201533096842468, + "C": 4.1637203906930154e-08, + "R": 6.877733493837468e-09, + "M": 4.331083800934721e-06, + "O": 4.067357167514274e-06, + "W": 1.6612385422831721e-07, + "N": 1.3894669791625347e-05, + "Y": 6.38854317003279e-07, + "U": 3.5234986039966998e-09, + "K": 2.1284820572731178e-09, + "L": 1.0738862243897529e-07, + "G": 2.7317000785842538e-06, + "F": 1.1248459486523643e-05, + "E": 3.716966966749169e-05, + "T": 7.399219612125307e-06, + "P": 0.9830052256584167, + "-": 0.01675284467637539 + }, + "id": "tp_1470" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 183750, + "label": "P", + "classification": { + "B": 7.189830171228095e-07, + "S": 1.1932417010029894e-07, + "I": 0.0009675579494796693, + "C": 8.731570915188058e-07, + "R": 4.137568154760629e-08, + "M": 9.820938430493698e-06, + "O": 3.5578088386500895e-07, + "W": 4.0574935411541446e-08, + "N": 6.213088636286557e-05, + "Y": 5.471448730531847e-06, + "U": 2.8843807342582295e-08, + "K": 5.782681000709999e-07, + "L": 2.5155138416721456e-08, + "G": 5.700697329302784e-06, + "F": 2.2227517547435127e-05, + "E": 0.0029373657889664173, + "T": 1.1976356290688273e-05, + "P": 0.9860840439796448, + "-": 0.009890907444059849 + }, + "id": "tp_1471" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 183884, + "label": "P", + "classification": { + "B": 1.182349137707206e-06, + "S": 7.602253049299179e-07, + "I": 0.0018587488448247313, + "C": 4.58426438854076e-06, + "R": 5.962520503999258e-07, + "M": 7.869000000937376e-06, + "O": 2.521469241401064e-06, + "W": 3.871613785122463e-07, + "N": 0.0001528622378828004, + "Y": 2.494382169970777e-05, + "U": 3.0282561169769906e-07, + "K": 2.6516358957451303e-06, + "L": 1.3039417012805643e-07, + "G": 1.407971740263747e-05, + "F": 0.00012192611757200211, + "E": 0.0006594938458874822, + "T": 2.753608532657381e-05, + "P": 0.9724303483963013, + "-": 0.024689074605703354 + }, + "id": "tp_1472" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 184017, + "label": "P", + "classification": { + "B": 3.752343764062971e-05, + "S": 4.999721454623796e-07, + "I": 2.3669799702474847e-05, + "C": 8.047693000889922e-08, + "R": 1.1633207286365632e-08, + "M": 1.8080821973853745e-05, + "O": 1.7789176354199299e-06, + "W": 2.8418510211736248e-08, + "N": 6.887387939968903e-07, + "Y": 2.3637260255782166e-06, + "U": 7.793435896630285e-10, + "K": 1.8357462217011289e-09, + "L": 4.399159365675587e-07, + "G": 6.389334885170683e-05, + "F": 0.000657181313727051, + "E": 0.0008518804679624736, + "T": 8.492335837217979e-06, + "P": 0.8731537461280823, + "-": 0.12517964839935303 + }, + "id": "tp_1473" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 184151, + "label": "P", + "classification": { + "B": 7.892002940934617e-06, + "S": 4.674582214647671e-06, + "I": 0.0005652928375639021, + "C": 9.830315548242652e-07, + "R": 1.425772211405274e-07, + "M": 3.823053339147009e-05, + "O": 1.117409010475967e-05, + "W": 1.2492012047005119e-06, + "N": 4.6524361096089706e-05, + "Y": 1.2825888916268013e-05, + "U": 1.6121823875892005e-07, + "K": 6.995865646786115e-07, + "L": 6.70236374844535e-07, + "G": 1.3940652024757583e-05, + "F": 0.0003335518704261631, + "E": 0.0010065250098705292, + "T": 5.156750921742059e-05, + "P": 0.8785132169723511, + "-": 0.11939076334238052 + }, + "id": "tp_1474" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 184251, + "label": "P", + "classification": { + "B": 6.680948683168708e-09, + "S": 2.358301465221757e-08, + "I": 4.505917968344875e-05, + "C": 1.2018680273229165e-08, + "R": 1.4878351883851337e-09, + "M": 6.884960868092094e-08, + "O": 2.9351047814429876e-08, + "W": 3.826504890724891e-09, + "N": 4.579178948915796e-06, + "Y": 2.455902574638458e-07, + "U": 1.0624888746590955e-09, + "K": 3.932603931389167e-08, + "L": 4.3083706047220005e-10, + "G": 8.791130312602036e-08, + "F": 1.243814858753467e-05, + "E": 2.8192502213642e-05, + "T": 8.268941087408166e-07, + "P": 0.9937855005264282, + "-": 0.006123057566583157 + }, + "id": "tp_1475" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 184384, + "label": "P", + "classification": { + "B": 0.00010169194865738973, + "S": 1.0009439392888453e-05, + "I": 0.00011031347821699455, + "C": 1.9892502223228803e-07, + "R": 2.983253466481983e-08, + "M": 0.00017617757839616388, + "O": 2.4648605176480487e-05, + "W": 1.1671041875160881e-06, + "N": 1.3953304005553946e-05, + "Y": 9.218340892402921e-06, + "U": 3.6396031077856605e-08, + "K": 3.728231590116593e-08, + "L": 2.0651825707318494e-06, + "G": 2.082796891045291e-05, + "F": 0.00017503491835668683, + "E": 0.0009127389639616013, + "T": 6.785530422348529e-05, + "P": 0.9045101404190063, + "-": 0.09386393427848816 + }, + "id": "tp_1476" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 184518, + "label": "P", + "classification": { + "B": 3.4705132634371694e-07, + "S": 2.1286562912337104e-07, + "I": 1.834395334299188e-05, + "C": 2.7371065414172335e-09, + "R": 7.230014364978388e-10, + "M": 6.577741942237481e-07, + "O": 6.162891281746852e-07, + "W": 3.440516493924406e-08, + "N": 2.1472133084898815e-06, + "Y": 8.881975332997172e-08, + "U": 5.40770261903134e-10, + "K": 6.4271512556501875e-09, + "L": 9.48944212098013e-09, + "G": 8.049286179812043e-07, + "F": 5.126195901539177e-05, + "E": 8.957782847573981e-05, + "T": 9.761992032508715e-07, + "P": 0.9806820154190063, + "-": 0.01915271207690239 + }, + "id": "tp_1477" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 184651, + "label": "P", + "classification": { + "B": 1.9646551663754508e-05, + "S": 7.538773161286372e-07, + "I": 0.0031350760255008936, + "C": 8.044725291256327e-06, + "R": 2.3212430733110523e-07, + "M": 0.000295763136819005, + "O": 1.791367935766175e-06, + "W": 2.72991741212536e-07, + "N": 0.0001324760087300092, + "Y": 5.1384726248215884e-05, + "U": 1.0961576180079646e-07, + "K": 4.4196626731718425e-06, + "L": 4.7523596435894433e-07, + "G": 0.0001078207278624177, + "F": 0.0003105424693785608, + "E": 0.11843801289796829, + "T": 2.232500810350757e-05, + "P": 0.8562150001525879, + "-": 0.021255847066640854 + }, + "id": "tp_1478" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 184751, + "label": "P", + "classification": { + "B": 0.0003588409745134413, + "S": 0.0004060851351823658, + "I": 0.002070823684334755, + "C": 3.540662510204129e-05, + "R": 1.2747734217555262e-05, + "M": 0.0012316340580582619, + "O": 0.0006560776382684708, + "W": 9.09128793864511e-05, + "N": 0.0005930786137469113, + "Y": 0.0012738785007968545, + "U": 1.0156771168112755e-05, + "K": 2.0376397515065037e-05, + "L": 7.421366171911359e-05, + "G": 0.0005851396708749235, + "F": 0.005415553227066994, + "E": 0.004292602650821209, + "T": 0.001557072508148849, + "P": 0.7322143912315369, + "-": 0.24910105764865875 + }, + "id": "tp_1479" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 184885, + "label": "P", + "classification": { + "B": 1.5639045614079805e-08, + "S": 5.34349808845036e-08, + "I": 0.00011830985022243112, + "C": 6.853088319047629e-09, + "R": 6.023018195300267e-10, + "M": 1.745691093901769e-07, + "O": 2.2538271693406386e-08, + "W": 4.674336029353299e-09, + "N": 2.3721051547909155e-05, + "Y": 2.9875238283239014e-07, + "U": 1.1017613488206734e-09, + "K": 1.8897755182933906e-07, + "L": 3.3355596062989434e-10, + "G": 8.810577156737054e-08, + "F": 3.893481334671378e-06, + "E": 0.00029308846569620073, + "T": 5.759305850006058e-07, + "P": 0.9987175464630127, + "-": 0.0008421235834248364 + }, + "id": "tp_1480" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 185018, + "label": "P", + "classification": { + "B": 3.1501661279520476e-09, + "S": 3.9026420983745425e-10, + "I": 4.8826157581061125e-05, + "C": 2.913523289294062e-08, + "R": 5.779734468802644e-10, + "M": 9.34939805574686e-08, + "O": 5.084854759473956e-09, + "W": 4.858102253813001e-10, + "N": 1.3935739389125956e-06, + "Y": 1.9198417078314378e-07, + "U": 2.7304866700994523e-10, + "K": 2.418862621311746e-08, + "L": 2.9021893221958805e-10, + "G": 4.745753017232346e-07, + "F": 1.2541317119030282e-05, + "E": 0.0005207696231082082, + "T": 2.771855633909581e-07, + "P": 0.9883258938789368, + "-": 0.011089375242590904 + }, + "id": "tp_1481" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 185152, + "label": "P", + "classification": { + "B": 1.0318966126021678e-08, + "S": 1.566059104618489e-08, + "I": 3.0462808354059234e-05, + "C": 1.205893496170063e-09, + "R": 9.689195973328069e-11, + "M": 6.133009833320102e-07, + "O": 1.49018575257287e-08, + "W": 1.4201906317623525e-09, + "N": 2.8351639684842667e-06, + "Y": 1.426325724196431e-07, + "U": 1.3182872848904736e-10, + "K": 4.0670485645932786e-08, + "L": 1.6752096931860194e-10, + "G": 8.280778729385929e-08, + "F": 9.83450354397064e-06, + "E": 0.00034238173975609243, + "T": 7.192685416157474e-07, + "P": 0.994436502456665, + "-": 0.0051763467490673065 + }, + "id": "tp_1482" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 185252, + "label": "P", + "classification": { + "B": 1.4253519964313455e-07, + "S": 3.50739384202825e-07, + "I": 0.0004971367889083922, + "C": 3.2170223107641505e-07, + "R": 6.903103155764256e-08, + "M": 1.7203778952534776e-06, + "O": 6.183055916153535e-07, + "W": 1.1451735559830922e-07, + "N": 2.578118073870428e-05, + "Y": 1.0269941412843764e-05, + "U": 3.3834290036338643e-08, + "K": 2.225232719865744e-06, + "L": 1.7906986116145163e-08, + "G": 2.6434568098920863e-06, + "F": 0.00012984347995370626, + "E": 0.000299672334222123, + "T": 8.063752829912119e-06, + "P": 0.968696117401123, + "-": 0.030324876308441162 + }, + "id": "tp_1483" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 185385, + "label": "P", + "classification": { + "B": 0.0008246831712312996, + "S": 0.001009256229735911, + "I": 0.004509119316935539, + "C": 8.084215369308367e-05, + "R": 2.262085399706848e-05, + "M": 0.004630708135664463, + "O": 0.0011508126044645905, + "W": 0.00017615653632674366, + "N": 0.0019507519900798798, + "Y": 0.000765159900765866, + "U": 1.1110089872090612e-05, + "K": 0.00012403902655933052, + "L": 0.00012293545296415687, + "G": 0.0009203151566907763, + "F": 0.008817811496555805, + "E": 0.024640770629048347, + "T": 0.001361888600513339, + "P": 0.751168429851532, + "-": 0.1977124959230423 + }, + "id": "tp_1484" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 185519, + "label": "-", + "classification": { + "B": 0.00020145827147644013, + "S": 1.3761896298092324e-05, + "I": 8.507345773978159e-05, + "C": 7.092088253557449e-06, + "R": 8.366349675270612e-07, + "M": 8.62391316331923e-05, + "O": 0.00010841172479558736, + "W": 5.794767730549211e-06, + "N": 1.1931847438972909e-05, + "Y": 9.950041567208245e-05, + "U": 5.595852030637616e-07, + "K": 1.1350294926160132e-06, + "L": 1.2697703823505435e-05, + "G": 0.0002443715638946742, + "F": 0.0050872452557086945, + "E": 0.0006777619710192084, + "T": 0.0001801848557079211, + "P": 0.40481695532798767, + "-": 0.588358998298645 + }, + "id": "tp_1485" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 185652, + "label": "P", + "classification": { + "B": 2.9659915412594273e-08, + "S": 1.097833077778887e-07, + "I": 0.00010411919356556609, + "C": 8.006081131384235e-09, + "R": 5.971963479289855e-10, + "M": 1.407128564778759e-07, + "O": 2.327540649105231e-08, + "W": 6.458491519367726e-09, + "N": 2.5261013433919288e-05, + "Y": 1.85706440447575e-07, + "U": 2.086130379552742e-09, + "K": 1.5897209948434465e-07, + "L": 5.261119873090081e-10, + "G": 1.0474038703023325e-07, + "F": 7.975671906024218e-06, + "E": 0.0004643458523787558, + "T": 4.805117441719631e-07, + "P": 0.9987553358078003, + "-": 0.0006417072145268321 + }, + "id": "tp_1486" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 185752, + "label": "P", + "classification": { + "B": 1.0542601236451787e-09, + "S": 3.926731384495952e-09, + "I": 9.709976438898593e-06, + "C": 3.802868853153285e-10, + "R": 2.734378175273111e-11, + "M": 1.4060636210899702e-08, + "O": 5.761005006377218e-09, + "W": 1.6542295311339217e-10, + "N": 4.1563006902833877e-07, + "Y": 1.1826115198232401e-08, + "U": 2.1172926259471758e-11, + "K": 2.1829293928021798e-10, + "L": 7.548031644155628e-11, + "G": 8.982824262204758e-09, + "F": 1.8693216361498344e-06, + "E": 3.219045993319014e-06, + "T": 1.576242425471719e-07, + "P": 0.990333616733551, + "-": 0.00965106301009655 + }, + "id": "tp_1487" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 185886, + "label": "P", + "classification": { + "B": 4.2844953895837534e-07, + "S": 9.829910823100363e-07, + "I": 0.0001842244091676548, + "C": 2.744358198469854e-07, + "R": 2.830494771899339e-08, + "M": 1.4754061339772306e-05, + "O": 1.3243774219517945e-06, + "W": 8.662345862830989e-08, + "N": 1.8177406673203222e-05, + "Y": 5.204160970606608e-06, + "U": 1.840535013286626e-08, + "K": 1.9024304265258252e-07, + "L": 5.7266841935188495e-08, + "G": 3.6206067761668237e-06, + "F": 9.95055670500733e-05, + "E": 0.00022121205984149128, + "T": 3.2205214665737e-05, + "P": 0.9522473812103271, + "-": 0.04717026650905609 + }, + "id": "tp_1488" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 186019, + "label": "-", + "classification": { + "B": 0.06340878456830978, + "S": 0.011492342688143253, + "I": 0.01947016827762127, + "C": 0.0014211859088391066, + "R": 0.0013158200308680534, + "M": 0.24005457758903503, + "O": 0.03272033855319023, + "W": 0.002912668278440833, + "N": 0.0017058281227946281, + "Y": 0.011965514160692692, + "U": 0.0001248034241143614, + "K": 7.4556446634233e-06, + "L": 0.03244858980178833, + "G": 0.020147690549492836, + "F": 0.006181998644024134, + "E": 0.019749581813812256, + "T": 0.033778250217437744, + "P": 0.15768538415431976, + "-": 0.3434090316295624 + }, + "id": "tp_1489" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 186153, + "label": "I", + "classification": { + "B": 0.0073440587148070335, + "S": 0.006521838717162609, + "I": 0.4411405622959137, + "C": 0.0050454335287213326, + "R": 0.002552404999732971, + "M": 0.03333856537938118, + "O": 0.005446288269013166, + "W": 0.0015923628816381097, + "N": 0.0749625712633133, + "Y": 0.009655860252678394, + "U": 0.00014170166105031967, + "K": 0.000647987297270447, + "L": 0.0018681559013202786, + "G": 0.017103174701333046, + "F": 0.0027936033438891172, + "E": 0.11818143725395203, + "T": 0.011130524799227715, + "P": 0.24538950622081757, + "-": 0.015143967233598232 + }, + "id": "tp_1490" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 186253, + "label": "P", + "classification": { + "B": 0.004837028216570616, + "S": 0.003856488736346364, + "I": 0.05138036236166954, + "C": 0.005995872430503368, + "R": 0.0017127807950600982, + "M": 0.01416796911507845, + "O": 0.004496175330132246, + "W": 0.0033829526510089636, + "N": 0.01963670365512371, + "Y": 0.01791149377822876, + "U": 0.0019544619135558605, + "K": 0.020239224657416344, + "L": 0.002011707751080394, + "G": 0.020539086312055588, + "F": 0.05712069943547249, + "E": 0.16004584729671478, + "T": 0.014112715609371662, + "P": 0.4125973880290985, + "-": 0.1840011030435562 + }, + "id": "tp_1491" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 186386, + "label": "P", + "classification": { + "B": 0.004289783537387848, + "S": 0.004468268249183893, + "I": 0.07498650997877121, + "C": 0.0013489470584318042, + "R": 0.0006536489236168563, + "M": 0.008443745784461498, + "O": 0.003509663511067629, + "W": 0.0011749007971957326, + "N": 0.014232296496629715, + "Y": 0.003886403515934944, + "U": 0.00012699133367277682, + "K": 0.0001708829076960683, + "L": 0.000945434148889035, + "G": 0.003604625118896365, + "F": 0.0042327274568378925, + "E": 0.020126087591052055, + "T": 0.0068085286766290665, + "P": 0.769187331199646, + "-": 0.07780332863330841 + }, + "id": "tp_1492" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 186520, + "label": "P", + "classification": { + "B": 0.06326856464147568, + "S": 0.011816802434623241, + "I": 0.11491747945547104, + "C": 0.010428928770124912, + "R": 0.004890927113592625, + "M": 0.0931144431233406, + "O": 0.013212906196713448, + "W": 0.00376756489276886, + "N": 0.02728499472141266, + "Y": 0.011052625253796577, + "U": 0.0009596131858415902, + "K": 0.000684949045535177, + "L": 0.011929136700928211, + "G": 0.030226876959204674, + "F": 0.011289261281490326, + "E": 0.14341789484024048, + "T": 0.019527051597833633, + "P": 0.3392537534236908, + "-": 0.08895628899335861 + }, + "id": "tp_1493" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 186653, + "label": "P", + "classification": { + "B": 0.010391339659690857, + "S": 0.00363076850771904, + "I": 0.4112740755081177, + "C": 0.0017095699440687895, + "R": 0.0009027102496474981, + "M": 0.04607991874217987, + "O": 0.005641877185553312, + "W": 0.0005547988694161177, + "N": 0.025219393894076347, + "Y": 0.0030085635371506214, + "U": 1.7118425603257492e-05, + "K": 1.4477155673375819e-05, + "L": 0.0013527333503589034, + "G": 0.007031413726508617, + "F": 0.0008287590462714434, + "E": 0.02748299017548561, + "T": 0.007792036049067974, + "P": 0.4194753170013428, + "-": 0.02759208343923092 + }, + "id": "tp_1494" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 186753, + "label": "P", + "classification": { + "B": 0.0033453223295509815, + "S": 0.0006993507267907262, + "I": 0.03330066055059433, + "C": 0.0008256833534687757, + "R": 0.00023420188517775387, + "M": 0.008416518568992615, + "O": 0.0010271386709064245, + "W": 0.00037182445521466434, + "N": 0.005332041997462511, + "Y": 0.002092174021527171, + "U": 0.00010890630801441148, + "K": 0.0002930013870354742, + "L": 0.0004727301129605621, + "G": 0.003982166759669781, + "F": 0.007097328081727028, + "E": 0.06617610901594162, + "T": 0.002413001609966159, + "P": 0.7661683559417725, + "-": 0.09764347970485687 + }, + "id": "tp_1495" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 186887, + "label": "P", + "classification": { + "B": 0.034261032938957214, + "S": 0.021947108209133148, + "I": 0.07327699661254883, + "C": 0.002327329944819212, + "R": 0.0019344589672982693, + "M": 0.08537162840366364, + "O": 0.016694318503141403, + "W": 0.0058195628225803375, + "N": 0.019319837912917137, + "Y": 0.015322153456509113, + "U": 0.0005649764789268374, + "K": 0.001354078995063901, + "L": 0.007453968748450279, + "G": 0.01618407480418682, + "F": 0.02294529229402542, + "E": 0.09150255471467972, + "T": 0.02153032086789608, + "P": 0.37243586778640747, + "-": 0.1897544264793396 + }, + "id": "tp_1496" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 187020, + "label": "M", + "classification": { + "B": 0.059862107038497925, + "S": 0.09609484672546387, + "I": 0.040486935526132584, + "C": 0.016568539664149284, + "R": 0.014376227743923664, + "M": 0.2927427291870117, + "O": 0.09158211946487427, + "W": 0.01329782884567976, + "N": 0.011839217506349087, + "Y": 0.031290508806705475, + "U": 0.0003905259654857218, + "K": 0.000546974828466773, + "L": 0.06870442628860474, + "G": 0.0843295082449913, + "F": 0.011718256399035454, + "E": 0.020262781530618668, + "T": 0.07201014459133148, + "P": 0.016163520514965057, + "-": 0.05773279070854187 + }, + "id": "tp_1497" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 187154, + "label": "M", + "classification": { + "B": 0.05683509632945061, + "S": 0.08177567273378372, + "I": 0.0059493836015462875, + "C": 0.004437803756445646, + "R": 0.005207710899412632, + "M": 0.5230427384376526, + "O": 0.06742693483829498, + "W": 0.005172735545784235, + "N": 0.000970986089669168, + "Y": 0.005112410522997379, + "U": 3.175335223204456e-05, + "K": 1.1424493095546495e-05, + "L": 0.12874434888362885, + "G": 0.05066673830151558, + "F": 0.005992581136524677, + "E": 0.010131163522601128, + "T": 0.014801516197621822, + "P": 0.0073658740147948265, + "-": 0.02632303722202778 + }, + "id": "tp_1498" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 187254, + "label": "S", + "classification": { + "B": 0.049637842923402786, + "S": 0.239617720246315, + "I": 0.08941236883401871, + "C": 0.011474807746708393, + "R": 0.012323562987148762, + "M": 0.11732756346464157, + "O": 0.08174974471330643, + "W": 0.03153964877128601, + "N": 0.05496189370751381, + "Y": 0.030122429132461548, + "U": 0.0007273440714925528, + "K": 0.006129208952188492, + "L": 0.030794354155659676, + "G": 0.05335191264748573, + "F": 0.024905560538172722, + "E": 0.037780072540044785, + "T": 0.05100268870592117, + "P": 0.039545513689517975, + "-": 0.03759569674730301 + }, + "id": "tp_1499" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 187387, + "label": "P", + "classification": { + "B": 0.010641406290233135, + "S": 0.003150632604956627, + "I": 0.1312309205532074, + "C": 0.007899073883891106, + "R": 0.0023063120897859335, + "M": 0.02253897115588188, + "O": 0.006352882832288742, + "W": 0.0020353947766125202, + "N": 0.020747799426317215, + "Y": 0.008665479719638824, + "U": 0.0007251957431435585, + "K": 0.0005992667283862829, + "L": 0.003039904870092869, + "G": 0.015460669994354248, + "F": 0.0089291175827384, + "E": 0.04005539417266846, + "T": 0.016333311796188354, + "P": 0.5486376285552979, + "-": 0.15065065026283264 + }, + "id": "tp_1500" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 187521, + "label": "P", + "classification": { + "B": 0.00014495673531200737, + "S": 0.00010941063374048099, + "I": 0.23282776772975922, + "C": 3.27365669363644e-05, + "R": 1.722634806355927e-05, + "M": 0.0007274199742823839, + "O": 9.234252502210438e-05, + "W": 1.1472419828351121e-05, + "N": 0.008208060637116432, + "Y": 0.00011374150199117139, + "U": 2.498250069038477e-07, + "K": 1.088647195501835e-06, + "L": 6.783493972761789e-06, + "G": 0.00017328595276921988, + "F": 3.965410724049434e-05, + "E": 0.004180335905402899, + "T": 0.0002618013822939247, + "P": 0.7501669526100159, + "-": 0.0028847409412264824 + }, + "id": "tp_1501" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 187654, + "label": "P", + "classification": { + "B": 0.013235592283308506, + "S": 0.004412657115608454, + "I": 0.20126420259475708, + "C": 0.004627575166523457, + "R": 0.0017170063219964504, + "M": 0.0931655541062355, + "O": 0.00777329970151186, + "W": 0.0014267214573919773, + "N": 0.010719291865825653, + "Y": 0.025631647557020187, + "U": 0.00014476405340246856, + "K": 0.0002211308164987713, + "L": 0.0040401555597782135, + "G": 0.02449667826294899, + "F": 0.005720645189285278, + "E": 0.04845186695456505, + "T": 0.03213641420006752, + "P": 0.33706018328666687, + "-": 0.18375460803508759 + }, + "id": "tp_1502" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 187754, + "label": "B", + "classification": { + "B": 0.37928974628448486, + "S": 0.027576057240366936, + "I": 0.031237557530403137, + "C": 0.000955525494646281, + "R": 0.0009646108373999596, + "M": 0.3442888557910919, + "O": 0.03394559398293495, + "W": 0.002684311242774129, + "N": 0.0016196351498365402, + "Y": 0.005093786865472794, + "U": 1.7747306628734805e-05, + "K": 2.2772728698328137e-06, + "L": 0.03324546664953232, + "G": 0.02485659532248974, + "F": 0.0013348254142329097, + "E": 0.014819231815636158, + "T": 0.01523581426590681, + "P": 0.03176083415746689, + "-": 0.05107148736715317 + }, + "id": "tp_1503" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 187888, + "label": "I", + "classification": { + "B": 0.006932386197149754, + "S": 0.0039873444475233555, + "I": 0.4552357494831085, + "C": 0.0032979666721075773, + "R": 0.0018377912929281592, + "M": 0.023513758555054665, + "O": 0.004786031786352396, + "W": 0.0010925057576969266, + "N": 0.0336931012570858, + "Y": 0.006538829300552607, + "U": 9.154721192317083e-05, + "K": 0.00011423055548220873, + "L": 0.0020589539781212807, + "G": 0.011834471486508846, + "F": 0.0028592972084879875, + "E": 0.04902877286076546, + "T": 0.006651153787970543, + "P": 0.3558124005794525, + "-": 0.030633719637989998 + }, + "id": "tp_1504" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 188021, + "label": "I", + "classification": { + "B": 0.003455250058323145, + "S": 0.012985228560864925, + "I": 0.6732757687568665, + "C": 0.010791310109198093, + "R": 0.0063117193058133125, + "M": 0.04671001061797142, + "O": 0.007958185859024525, + "W": 0.002511793514713645, + "N": 0.05834121257066727, + "Y": 0.036252520978450775, + "U": 0.00011550878116395324, + "K": 0.0009512391407042742, + "L": 0.0021505265031009912, + "G": 0.017422065138816833, + "F": 0.002405977575108409, + "E": 0.03963744267821312, + "T": 0.025176916271448135, + "P": 0.03995116427540779, + "-": 0.013596163131296635 + }, + "id": "tp_1505" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 188155, + "label": "I", + "classification": { + "B": 0.00023006131232250482, + "S": 0.0004100277437828481, + "I": 0.9610736966133118, + "C": 0.00182445312384516, + "R": 0.0006909521762281656, + "M": 0.0031578983180224895, + "O": 0.0005535823293030262, + "W": 5.7905206631403416e-05, + "N": 0.013385321013629436, + "Y": 0.0011889050947502255, + "U": 1.246023543899355e-06, + "K": 3.043843435079907e-06, + "L": 0.000179962589754723, + "G": 0.003023056546226144, + "F": 3.967219890910201e-05, + "E": 0.0032465264666825533, + "T": 0.0015770567115396261, + "P": 0.00860426016151905, + "-": 0.0007524150423705578 + }, + "id": "tp_1506" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 188255, + "label": "I", + "classification": { + "B": 0.0014895448694005609, + "S": 0.0005115588428452611, + "I": 0.7781347036361694, + "C": 0.0042822700925171375, + "R": 0.0013105588732287288, + "M": 0.018233854323625565, + "O": 0.0008571064099669456, + "W": 0.00011291212285868824, + "N": 0.021121051162481308, + "Y": 0.005457676015794277, + "U": 1.011373933579307e-05, + "K": 4.09553358622361e-05, + "L": 0.0005086514283902943, + "G": 0.012281347066164017, + "F": 0.0004251196514815092, + "E": 0.057046424597501755, + "T": 0.004127517808228731, + "P": 0.08859673887491226, + "-": 0.005451852455735207 + }, + "id": "tp_1507" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 188388, + "label": "I", + "classification": { + "B": 0.031732045114040375, + "S": 0.05951876565814018, + "I": 0.418422669172287, + "C": 0.006657442543655634, + "R": 0.006888476200401783, + "M": 0.14750166237354279, + "O": 0.05816461518406868, + "W": 0.006989193614572287, + "N": 0.04257528483867645, + "Y": 0.01701348088681698, + "U": 9.055252303369343e-05, + "K": 8.997697295853868e-05, + "L": 0.014940042980015278, + "G": 0.03270040452480316, + "F": 0.0024215083103626966, + "E": 0.012074781581759453, + "T": 0.052678175270557404, + "P": 0.05481098219752312, + "-": 0.034729965031147 + }, + "id": "tp_1508" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 188522, + "label": "I", + "classification": { + "B": 0.023770222440361977, + "S": 0.08080029487609863, + "I": 0.23135381937026978, + "C": 0.0036368747241795063, + "R": 0.002977310912683606, + "M": 0.13859635591506958, + "O": 0.022958552464842796, + "W": 0.006722901947796345, + "N": 0.09869244694709778, + "Y": 0.02471797913312912, + "U": 0.0001628460449865088, + "K": 0.007347981445491314, + "L": 0.008697127923369408, + "G": 0.06928447633981705, + "F": 0.009309932589530945, + "E": 0.14533820748329163, + "T": 0.046685460954904556, + "P": 0.0633692815899849, + "-": 0.015577906742691994 + }, + "id": "tp_1509" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 188655, + "label": "I", + "classification": { + "B": 0.0014458319637924433, + "S": 0.009460270404815674, + "I": 0.5510233640670776, + "C": 0.0049842544831335545, + "R": 0.0012817633105441928, + "M": 0.044872503727674484, + "O": 0.003838513744994998, + "W": 0.0007353706751018763, + "N": 0.09183035045862198, + "Y": 0.009869218803942204, + "U": 6.649757324339589e-06, + "K": 0.0016288512852042913, + "L": 0.0009219094645231962, + "G": 0.04590529948472977, + "F": 0.001376049593091011, + "E": 0.1819341629743576, + "T": 0.011526824906468391, + "P": 0.034943610429763794, + "-": 0.0024152761325240135 + }, + "id": "tp_1510" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 188755, + "label": "M", + "classification": { + "B": 0.04204447567462921, + "S": 0.028996974229812622, + "I": 0.0702519342303276, + "C": 0.010119167156517506, + "R": 0.009381419979035854, + "M": 0.45724204182624817, + "O": 0.05093587562441826, + "W": 0.00613749772310257, + "N": 0.005914443638175726, + "Y": 0.02013523317873478, + "U": 0.00023987852910067886, + "K": 4.774151966557838e-05, + "L": 0.061241861432790756, + "G": 0.05430275574326515, + "F": 0.004920660052448511, + "E": 0.02327897399663925, + "T": 0.04561132565140724, + "P": 0.04441269859671593, + "-": 0.06478511542081833 + }, + "id": "tp_1511" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 188889, + "label": "P", + "classification": { + "B": 0.027246730402112007, + "S": 0.00859703216701746, + "I": 0.19216907024383545, + "C": 0.00457167811691761, + "R": 0.0028892583213746548, + "M": 0.07027285546064377, + "O": 0.008700630627572536, + "W": 0.0016973173478618264, + "N": 0.01873752661049366, + "Y": 0.011059877462685108, + "U": 0.00016378147120121866, + "K": 0.00012902298476547003, + "L": 0.005694281309843063, + "G": 0.020793553441762924, + "F": 0.004991517402231693, + "E": 0.07220485806465149, + "T": 0.012500892393290997, + "P": 0.46658051013946533, + "-": 0.0709996372461319 + }, + "id": "tp_1512" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 189022, + "label": "S", + "classification": { + "B": 0.036947641521692276, + "S": 0.16169190406799316, + "I": 0.11746548116207123, + "C": 0.02337491884827614, + "R": 0.024998879060149193, + "M": 0.09120368957519531, + "O": 0.08047137409448624, + "W": 0.03432027995586395, + "N": 0.07124745100736618, + "Y": 0.03645173832774162, + "U": 0.0019921206403523684, + "K": 0.010172867216169834, + "L": 0.048817239701747894, + "G": 0.07661650329828262, + "F": 0.026524797081947327, + "E": 0.04086066782474518, + "T": 0.04666377604007721, + "P": 0.04264843463897705, + "-": 0.027530299499630928 + }, + "id": "tp_1513" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 189156, + "label": "I", + "classification": { + "B": 0.008024525828659534, + "S": 0.04865507036447525, + "I": 0.4828779697418213, + "C": 0.023600321263074875, + "R": 0.013496755622327328, + "M": 0.03993881121277809, + "O": 0.012215306051075459, + "W": 0.007836963050067425, + "N": 0.14339907467365265, + "Y": 0.0155468275770545, + "U": 0.0006130989058874547, + "K": 0.005582020618021488, + "L": 0.005641233175992966, + "G": 0.04254215955734253, + "F": 0.005302565172314644, + "E": 0.0622398667037487, + "T": 0.01989101991057396, + "P": 0.05700702220201492, + "-": 0.005589443724602461 + }, + "id": "tp_1514" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 189256, + "label": "M", + "classification": { + "B": 0.06940702348947525, + "S": 0.03545162454247475, + "I": 0.12462882697582245, + "C": 0.011628965847194195, + "R": 0.011002824641764164, + "M": 0.32914361357688904, + "O": 0.03698055446147919, + "W": 0.008830409497022629, + "N": 0.017182301729917526, + "Y": 0.02061103843152523, + "U": 0.0003175119054503739, + "K": 0.00020272408437449485, + "L": 0.028709551319479942, + "G": 0.03974556922912598, + "F": 0.007841045036911964, + "E": 0.08868907392024994, + "T": 0.02089785225689411, + "P": 0.09410672634840012, + "-": 0.05462273955345154 + }, + "id": "tp_1515" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 189389, + "label": "P", + "classification": { + "B": 0.06851784884929657, + "S": 0.10677433758974075, + "I": 0.04705289378762245, + "C": 0.0016702362336218357, + "R": 0.0016005529323592782, + "M": 0.09592975676059723, + "O": 0.05544150620698929, + "W": 0.01383970957249403, + "N": 0.01640462689101696, + "Y": 0.018614791333675385, + "U": 0.0002468347956892103, + "K": 0.001015010173432529, + "L": 0.01418406330049038, + "G": 0.024953313171863556, + "F": 0.03763768821954727, + "E": 0.04850265011191368, + "T": 0.025210700929164886, + "P": 0.21974942088127136, + "-": 0.20265409350395203 + }, + "id": "tp_1516" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 189523, + "label": "I", + "classification": { + "B": 0.011443010531365871, + "S": 0.03262127563357353, + "I": 0.26013296842575073, + "C": 0.057061564177274704, + "R": 0.03184866905212402, + "M": 0.05394689738750458, + "O": 0.023821502923965454, + "W": 0.013843154534697533, + "N": 0.09378223866224289, + "Y": 0.037901174277067184, + "U": 0.004546895623207092, + "K": 0.01675746776163578, + "L": 0.015327444300055504, + "G": 0.056330129504203796, + "F": 0.02966628596186638, + "E": 0.08304180949926376, + "T": 0.0375434048473835, + "P": 0.09877756237983704, + "-": 0.041606541723012924 + }, + "id": "tp_1517" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 189656, + "label": "I", + "classification": { + "B": 0.00921919010579586, + "S": 0.025135308504104614, + "I": 0.3510652482509613, + "C": 0.04411177709698677, + "R": 0.024862417951226234, + "M": 0.05110178887844086, + "O": 0.023890232667326927, + "W": 0.012610969133675098, + "N": 0.12791942059993744, + "Y": 0.04516372084617615, + "U": 0.003642022842541337, + "K": 0.014546615071594715, + "L": 0.008396263234317303, + "G": 0.0370631217956543, + "F": 0.013033639639616013, + "E": 0.04639829695224762, + "T": 0.058352500200271606, + "P": 0.0686805248260498, + "-": 0.03480691462755203 + }, + "id": "tp_1518" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 189756, + "label": "I", + "classification": { + "B": 0.01327503565698862, + "S": 0.011303821578621864, + "I": 0.5486331582069397, + "C": 0.01519189402461052, + "R": 0.008160577155649662, + "M": 0.08831091970205307, + "O": 0.011305727995932102, + "W": 0.0029330668039619923, + "N": 0.04230257496237755, + "Y": 0.028990672901272774, + "U": 0.0001818946038838476, + "K": 0.0003526169457472861, + "L": 0.0069640143774449825, + "G": 0.034919966012239456, + "F": 0.0023134106304496527, + "E": 0.07345198839902878, + "T": 0.024897104129195213, + "P": 0.06767666339874268, + "-": 0.01883484423160553 + }, + "id": "tp_1519" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 189890, + "label": "-", + "classification": { + "B": 3.819008270511404e-05, + "S": 0.0015253245364874601, + "I": 6.539577839248523e-07, + "C": 3.7785491713293595e-07, + "R": 2.1573496269411407e-06, + "M": 0.003968216013163328, + "O": 0.014711554162204266, + "W": 0.00010544258111622185, + "N": 4.87590305908725e-08, + "Y": 0.0013663951540365815, + "U": 3.8346992248250444e-10, + "K": 4.332251446470536e-09, + "L": 0.0008519820403307676, + "G": 0.001006582984700799, + "F": 0.006606775335967541, + "E": 9.585953648638679e-07, + "T": 0.0022355930414050817, + "P": 0.00020735044381581247, + "-": 0.9673723578453064 + }, + "id": "tp_1520" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 190023, + "label": "-", + "classification": { + "B": 2.069375113933347e-05, + "S": 5.0037655455525964e-05, + "I": 4.77461480841157e-06, + "C": 1.2157278206359479e-06, + "R": 3.7605591387546156e-06, + "M": 0.00446939654648304, + "O": 0.0027550256345421076, + "W": 9.188210242427886e-06, + "N": 8.259974038082873e-08, + "Y": 0.0011862344108521938, + "U": 3.700242778847951e-09, + "K": 9.759664187924955e-10, + "L": 0.0003740086976904422, + "G": 0.0006937937578186393, + "F": 0.0006924244808033109, + "E": 1.4462729041042621e-06, + "T": 0.0024963130708783865, + "P": 0.00042138362186960876, + "-": 0.9868201613426208 + }, + "id": "tp_1521" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 190157, + "label": "-", + "classification": { + "B": 7.693989334534024e-10, + "S": 3.989627295197806e-09, + "I": 9.238922302756691e-07, + "C": 1.0331468303093061e-07, + "R": 1.7247316463908646e-08, + "M": 3.388803634152282e-06, + "O": 9.752516234584618e-07, + "W": 2.1322497101294857e-09, + "N": 1.23992931477801e-08, + "Y": 3.5327710065757856e-05, + "U": 5.804770553119454e-10, + "K": 1.8937719448164358e-10, + "L": 4.192930802560113e-08, + "G": 3.605842493925593e-06, + "F": 9.796626545721665e-05, + "E": 2.8089974080103275e-07, + "T": 6.95155467838049e-05, + "P": 0.008656512014567852, + "-": 0.9911313652992249 + }, + "id": "tp_1522" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 190257, + "label": "-", + "classification": { + "B": 5.584372431144402e-08, + "S": 1.4209354048944078e-07, + "I": 1.7204212781507522e-05, + "C": 3.147145264392748e-07, + "R": 2.148292281844988e-07, + "M": 5.9316251281416044e-05, + "O": 1.3281763131089974e-05, + "W": 6.907943372880254e-08, + "N": 1.5151175603023148e-07, + "Y": 0.00014998778351582587, + "U": 5.075537767851301e-09, + "K": 5.559063764870587e-10, + "L": 8.063578889050405e-07, + "G": 1.0385976565885358e-05, + "F": 6.382539868354797e-05, + "E": 1.5112307210074505e-06, + "T": 0.0006908412324264646, + "P": 0.017737219110131264, + "-": 0.9812548160552979 + }, + "id": "tp_1523" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 190390, + "label": "-", + "classification": { + "B": 7.447745156241581e-05, + "S": 0.005001374986022711, + "I": 0.0008502911659888923, + "C": 3.2265179470414296e-05, + "R": 0.00011277097655693069, + "M": 0.003748212940990925, + "O": 0.00686202896758914, + "W": 0.0007606516010127962, + "N": 0.00020280704484321177, + "Y": 0.005733024328947067, + "U": 3.0934672849980416e-06, + "K": 0.00011929439642699435, + "L": 0.00036022241692990065, + "G": 0.0010236427187919617, + "F": 0.02047559805214405, + "E": 0.0001285347534576431, + "T": 0.02252989448606968, + "P": 0.045832931995391846, + "-": 0.8861488699913025 + }, + "id": "tp_1524" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 190524, + "label": "-", + "classification": { + "B": 1.796369906514883e-05, + "S": 3.3367789001204073e-05, + "I": 5.021356628276408e-05, + "C": 8.375202924071345e-06, + "R": 3.5655766623676755e-06, + "M": 0.00208457512781024, + "O": 0.00043444681796245277, + "W": 8.160409379343037e-06, + "N": 2.8082754397473764e-06, + "Y": 0.0007930031279101968, + "U": 2.7758977694247733e-07, + "K": 2.5661697122814076e-07, + "L": 7.244433800224215e-05, + "G": 0.000406795646995306, + "F": 0.0036199188325554132, + "E": 4.913028169539757e-05, + "T": 0.0022831803653389215, + "P": 0.010980644263327122, + "-": 0.9791507720947266 + }, + "id": "tp_1525" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 190657, + "label": "-", + "classification": { + "B": 2.3758388124406338e-05, + "S": 7.683016519877128e-06, + "I": 1.1764024748117663e-05, + "C": 9.656791007728316e-06, + "R": 6.729218966938788e-06, + "M": 9.49790992308408e-05, + "O": 0.00014024102711118758, + "W": 5.181324922887143e-06, + "N": 6.453537935158238e-07, + "Y": 0.00047881875070743263, + "U": 1.4404955095415062e-07, + "K": 1.2812826355457219e-07, + "L": 1.9288760086055845e-05, + "G": 0.00016199039237108082, + "F": 0.002258574590086937, + "E": 1.0152110007766169e-05, + "T": 0.00037095180596224964, + "P": 0.009554244577884674, + "-": 0.9868450164794922 + }, + "id": "tp_1526" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 190757, + "label": "-", + "classification": { + "B": 0.00010361435852246359, + "S": 0.00043684596312232316, + "I": 1.0608076081553008e-05, + "C": 1.0726089385570958e-05, + "R": 1.0675259545678273e-05, + "M": 0.007425000425428152, + "O": 0.004978645127266645, + "W": 4.8871290346141905e-05, + "N": 1.144971975008957e-06, + "Y": 0.0027024783194065094, + "U": 4.295297628686967e-08, + "K": 1.4637983269949473e-07, + "L": 0.0006643367232754827, + "G": 0.002159734256565571, + "F": 0.005473429337143898, + "E": 4.557794818538241e-05, + "T": 0.003215131117030978, + "P": 0.002331308787688613, + "-": 0.9703815579414368 + }, + "id": "tp_1527" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 190891, + "label": "-", + "classification": { + "B": 2.4768715078948844e-08, + "S": 6.704044608341064e-07, + "I": 8.922087957330405e-09, + "C": 2.6916714190861057e-08, + "R": 7.303782467715791e-08, + "M": 3.0013208743184805e-05, + "O": 5.4416657803812996e-05, + "W": 1.2761148582285387e-07, + "N": 1.5497987615464837e-10, + "Y": 1.3146156561560929e-05, + "U": 4.7288258378519465e-12, + "K": 7.005684010338853e-13, + "L": 1.866880893430789e-06, + "G": 2.519052941352129e-06, + "F": 3.1291830964619294e-05, + "E": 4.931265951135799e-10, + "T": 0.00024735787883400917, + "P": 7.549458678113297e-05, + "-": 0.9995430707931519 + }, + "id": "tp_1528" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 191024, + "label": "-", + "classification": { + "B": 5.458150043047283e-10, + "S": 9.643318144014756e-09, + "I": 3.1245676268554234e-07, + "C": 1.9193928437744034e-06, + "R": 3.2199727684201207e-07, + "M": 7.992193786776625e-06, + "O": 1.1913394928342314e-06, + "W": 6.72824373992853e-09, + "N": 4.152526322798167e-09, + "Y": 0.0003770523180719465, + "U": 6.556141740610144e-10, + "K": 1.19827987532517e-08, + "L": 2.1502155789221433e-07, + "G": 3.829724664683454e-05, + "F": 0.0025979827623814344, + "E": 2.0994026783682784e-07, + "T": 0.0001619168178876862, + "P": 0.0005779768107458949, + "-": 0.9962344765663147 + }, + "id": "tp_1529" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 191158, + "label": "-", + "classification": { + "B": 1.0203679266851395e-05, + "S": 1.25222561564442e-06, + "I": 3.8348498492268845e-05, + "C": 3.3441776281506463e-07, + "R": 1.2074373501036462e-07, + "M": 0.0004058579506818205, + "O": 4.1981442336691543e-05, + "W": 1.7499466764547833e-07, + "N": 3.822679843779042e-07, + "Y": 8.400409569730982e-05, + "U": 5.777955891517195e-09, + "K": 1.3198919734946912e-10, + "L": 1.1292807357676793e-05, + "G": 6.247209967114031e-05, + "F": 8.095677912933752e-05, + "E": 1.2356996194284875e-05, + "T": 0.0012376538943499327, + "P": 0.06590885668992996, + "-": 0.9321038126945496 + }, + "id": "tp_1530" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 191258, + "label": "-", + "classification": { + "B": 0.0007434694562107325, + "S": 0.0017031815368682146, + "I": 0.00010465673403814435, + "C": 5.7795641623670235e-06, + "R": 5.789421720692189e-06, + "M": 0.010508144274353981, + "O": 0.004601915832608938, + "W": 0.00015296951460186392, + "N": 1.0105032743012998e-05, + "Y": 0.0012231686851009727, + "U": 5.556087785407726e-07, + "K": 2.9315771143956226e-07, + "L": 0.0007094938191585243, + "G": 0.0007380974711850286, + "F": 0.0055172741413116455, + "E": 0.00022330750653054565, + "T": 0.0043558948673307896, + "P": 0.02186373807489872, + "-": 0.9475322365760803 + }, + "id": "tp_1531" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 191391, + "label": "-", + "classification": { + "B": 4.437260514578156e-08, + "S": 2.6560403654229958e-08, + "I": 1.2843638614867814e-06, + "C": 1.1918580788972122e-08, + "R": 4.169165457312829e-09, + "M": 8.55776306707412e-07, + "O": 1.6351674503312097e-06, + "W": 9.204502937620873e-09, + "N": 3.013283844666148e-08, + "Y": 3.311358113933238e-06, + "U": 4.261850039544157e-10, + "K": 1.2588492748211166e-10, + "L": 7.396410950377685e-08, + "G": 1.9119652279186994e-06, + "F": 0.00024919756106100976, + "E": 5.741083555221849e-07, + "T": 2.1434520022012293e-05, + "P": 0.10624978691339493, + "-": 0.8934697508811951 + }, + "id": "tp_1532" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 191525, + "label": "-", + "classification": { + "B": 2.1362454916129536e-08, + "S": 9.473694149164658e-07, + "I": 3.414023240111419e-06, + "C": 4.2507193143137556e-07, + "R": 3.5778060691882274e-07, + "M": 3.5754594136960804e-05, + "O": 1.2381428859953303e-05, + "W": 3.49487294215578e-07, + "N": 1.5998587343801773e-07, + "Y": 0.00038478762144222856, + "U": 8.430578901652552e-09, + "K": 8.36124272041161e-08, + "L": 3.2305095487572544e-07, + "G": 7.934920176921878e-06, + "F": 0.0008382481755688787, + "E": 1.003445390779234e-06, + "T": 0.0007426314405165613, + "P": 0.004209900740534067, + "-": 0.9937612414360046 + }, + "id": "tp_1533" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 191658, + "label": "-", + "classification": { + "B": 0.041391368955373764, + "S": 0.000509840901941061, + "I": 0.00010956659389194101, + "C": 0.00026163068832829595, + "R": 0.00014920096145942807, + "M": 0.012917046435177326, + "O": 0.0040943254716694355, + "W": 0.00010798309813253582, + "N": 5.669624897564063e-06, + "Y": 0.0008011687896214426, + "U": 1.067366497409239e-06, + "K": 4.53693260737964e-08, + "L": 0.00589275686070323, + "G": 0.007475078571587801, + "F": 0.005653435830026865, + "E": 0.0005356788169592619, + "T": 0.003110717050731182, + "P": 0.01814568229019642, + "-": 0.8988377451896667 + }, + "id": "tp_1534" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 191758, + "label": "-", + "classification": { + "B": 0.004537138622254133, + "S": 8.979299309430644e-05, + "I": 1.2805724509235006e-05, + "C": 1.9070093912887387e-06, + "R": 1.061744683283905e-06, + "M": 0.0014885291457176208, + "O": 0.0014478180091828108, + "W": 9.664699973654933e-06, + "N": 4.17419300902111e-07, + "Y": 0.0001639698602957651, + "U": 3.37457457533219e-08, + "K": 6.015180575857926e-10, + "L": 0.0005550531786866486, + "G": 0.0011619683355093002, + "F": 0.0007964532705955207, + "E": 2.4625272999401204e-05, + "T": 0.0007280536810867488, + "P": 0.019507993012666702, + "-": 0.9694727063179016 + }, + "id": "tp_1535" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 191892, + "label": "-", + "classification": { + "B": 6.306672162281757e-07, + "S": 7.0964210863166954e-06, + "I": 4.729697593575111e-06, + "C": 2.419196425762493e-05, + "R": 7.023490979918279e-06, + "M": 0.000659874000120908, + "O": 0.0001027054458972998, + "W": 1.553034849166579e-06, + "N": 3.0949456686357735e-07, + "Y": 0.002229972742497921, + "U": 4.430103572872213e-08, + "K": 9.492280810263765e-07, + "L": 2.6263611289323308e-05, + "G": 0.0007300939178094268, + "F": 0.016942685469985008, + "E": 1.6591713574598543e-05, + "T": 0.0024508784990757704, + "P": 0.002214126056060195, + "-": 0.9745802879333496 + }, + "id": "tp_1536" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 192025, + "label": "-", + "classification": { + "B": 0.00012899287685286254, + "S": 0.0003910588566213846, + "I": 2.122269506799057e-06, + "C": 1.910689206852112e-07, + "R": 1.0717248954961178e-07, + "M": 0.00046628614654764533, + "O": 0.00044612560304813087, + "W": 1.2146436347393319e-05, + "N": 5.423900688583672e-07, + "Y": 0.00022788702335674316, + "U": 1.1598539906287897e-08, + "K": 3.536114263624768e-07, + "L": 2.934674557764083e-05, + "G": 0.0001802904880605638, + "F": 0.02400081604719162, + "E": 6.32453229627572e-05, + "T": 0.00026539782993495464, + "P": 0.007993390783667564, + "-": 0.9657915830612183 + }, + "id": "tp_1537" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 192125, + "label": "-", + "classification": { + "B": 1.4521069715556223e-05, + "S": 4.567923951981356e-06, + "I": 1.2795595694115036e-06, + "C": 4.9330401452607475e-06, + "R": 3.846372237603646e-06, + "M": 0.0024726910050958395, + "O": 0.0002682989288587123, + "W": 7.545967832811584e-07, + "N": 1.1610336692058354e-08, + "Y": 0.0005925748846493661, + "U": 2.2711597047475607e-09, + "K": 8.925968297823772e-11, + "L": 0.00036008108872920275, + "G": 0.0008879986125975847, + "F": 0.0014032067265361547, + "E": 1.4100412499828963e-06, + "T": 0.0012195486342534423, + "P": 0.00036662095226347446, + "-": 0.9923976063728333 + }, + "id": "tp_1538" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 192259, + "label": "-", + "classification": { + "B": 4.903887656837469e-06, + "S": 0.0006095190183259547, + "I": 3.336859208502574e-06, + "C": 1.4889166344289606e-08, + "R": 6.091978121958164e-08, + "M": 0.0006753020570613444, + "O": 0.001368550001643598, + "W": 1.7530624973005615e-05, + "N": 4.7384352797053e-07, + "Y": 0.00010742056474555284, + "U": 1.4325702846207378e-09, + "K": 5.7649099716172714e-08, + "L": 1.2843794138461817e-05, + "G": 5.1452549087116495e-05, + "F": 0.012096558697521687, + "E": 6.894004854984814e-06, + "T": 0.00022678817913401872, + "P": 0.01940731704235077, + "-": 0.9654110074043274 + }, + "id": "tp_1539" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 192392, + "label": "-", + "classification": { + "B": 3.5306600238982355e-06, + "S": 1.203273768624058e-06, + "I": 3.993297914561822e-10, + "C": 3.992163266630655e-10, + "R": 2.3325790188266637e-09, + "M": 0.00019035079458262771, + "O": 0.00011767975229304284, + "W": 3.331251008376057e-08, + "N": 1.5199100658613851e-12, + "Y": 8.0862637332757e-06, + "U": 5.611305623170852e-14, + "K": 3.625860479510067e-15, + "L": 2.4095950720948167e-05, + "G": 2.2390026060747914e-05, + "F": 0.0002627905923873186, + "E": 6.885825243330146e-10, + "T": 3.0269302442320623e-05, + "P": 4.969494057149859e-06, + "-": 0.9993345141410828 + }, + "id": "tp_1540" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 192526, + "label": "-", + "classification": { + "B": 0.00012924267502967268, + "S": 0.0043474119156599045, + "I": 1.1188354619662277e-05, + "C": 1.0319342436559964e-05, + "R": 3.8656944525428116e-05, + "M": 0.024623434990644455, + "O": 0.03266291320323944, + "W": 0.00041490551666356623, + "N": 1.4888513533151126e-06, + "Y": 0.00658760592341423, + "U": 8.332283840672972e-08, + "K": 3.8129055468516526e-08, + "L": 0.007442422676831484, + "G": 0.003949630074203014, + "F": 0.014621942304074764, + "E": 1.2387119568302296e-05, + "T": 0.015223013237118721, + "P": 0.0015259190695360303, + "-": 0.8883973956108093 + }, + "id": "tp_1541" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 192626, + "label": "-", + "classification": { + "B": 2.226866627097479e-06, + "S": 6.50164220132865e-05, + "I": 1.1518272003741004e-05, + "C": 1.3520599395633326e-06, + "R": 6.401462997018825e-06, + "M": 0.017512759193778038, + "O": 0.0057397158816456795, + "W": 5.254252755548805e-06, + "N": 2.962702083664226e-08, + "Y": 0.07138404250144958, + "U": 7.70186484033708e-11, + "K": 2.3814991645387806e-10, + "L": 0.00046962022315710783, + "G": 0.0035836633760482073, + "F": 0.0006379113183356822, + "E": 2.983389890687249e-07, + "T": 0.028128283098340034, + "P": 2.137395495083183e-05, + "-": 0.8724305033683777 + }, + "id": "tp_1542" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 192759, + "label": "F", + "classification": { + "B": 1.506813873675128e-06, + "S": 0.0004926927504129708, + "I": 4.342113513189361e-08, + "C": 1.683584173406416e-06, + "R": 8.222351652875659e-07, + "M": 0.001537639880552888, + "O": 0.0008813139866106212, + "W": 5.658719146595104e-06, + "N": 8.115876859449145e-09, + "Y": 0.0004896527389064431, + "U": 1.4708560758247557e-10, + "K": 3.673510917678868e-08, + "L": 0.0003067375801037997, + "G": 0.002830138662829995, + "F": 0.49707040190696716, + "E": 4.917740625387523e-06, + "T": 0.0004004515358246863, + "P": 0.00012411805801093578, + "-": 0.49585217237472534 + }, + "id": "tp_1543" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 192893, + "label": "-", + "classification": { + "B": 2.7126357053930406e-06, + "S": 1.954497975020786e-06, + "I": 0.0001759584411047399, + "C": 6.834087253082544e-05, + "R": 2.3785376470186748e-05, + "M": 0.00022952239669393748, + "O": 9.825612505665049e-05, + "W": 3.1799147564015584e-06, + "N": 8.571371836296748e-06, + "Y": 0.0007540027145296335, + "U": 1.258655629499117e-06, + "K": 7.605065093230223e-07, + "L": 1.670267192821484e-05, + "G": 0.000405404920456931, + "F": 0.00379861518740654, + "E": 0.00011257130245212466, + "T": 0.0009260224760510027, + "P": 0.1017196848988533, + "-": 0.8916528224945068 + }, + "id": "tp_1544" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 193026, + "label": "-", + "classification": { + "B": 3.3268305887901306e-09, + "S": 2.645721197680473e-09, + "I": 1.0356934754263136e-10, + "C": 1.3666030113101968e-12, + "R": 5.488678630517774e-13, + "M": 1.3003615606521635e-07, + "O": 1.3774563001334172e-07, + "W": 1.0310635678578706e-10, + "N": 6.328247930016684e-13, + "Y": 1.7855647627129656e-08, + "U": 3.3580331085112302e-15, + "K": 4.802001725672921e-15, + "L": 1.3718125524420088e-09, + "G": 1.3037533719284511e-08, + "F": 1.904183045553509e-05, + "E": 1.329078958001162e-09, + "T": 1.223225041258047e-07, + "P": 0.00040180693031288683, + "-": 0.9995787739753723 + }, + "id": "tp_1545" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 193126, + "label": "-", + "classification": { + "B": 8.49725623197628e-08, + "S": 5.6658151947885926e-08, + "I": 4.320349944464397e-08, + "C": 1.9516885885195734e-08, + "R": 1.2449324238161807e-08, + "M": 3.1846575438976288e-06, + "O": 2.1540868146985304e-06, + "W": 1.8354150199684227e-08, + "N": 7.407374713608306e-10, + "Y": 2.2057700334698893e-05, + "U": 1.233477348039358e-10, + "K": 4.0128428357988355e-10, + "L": 1.0536771100078113e-07, + "G": 2.5137323973467574e-06, + "F": 0.00028004468185827136, + "E": 8.28599056035273e-08, + "T": 1.4949359865568113e-05, + "P": 0.0016338943969458342, + "-": 0.9980408549308777 + }, + "id": "tp_1546" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 193260, + "label": "-", + "classification": { + "B": 1.2489514630842358e-11, + "S": 8.657977113024629e-10, + "I": 7.710812433003866e-09, + "C": 8.463725276186551e-10, + "R": 5.783341028298139e-10, + "M": 7.195679785354514e-08, + "O": 6.531777074769707e-08, + "W": 3.143952043149767e-10, + "N": 7.355147046972377e-11, + "Y": 7.268748504429823e-06, + "U": 2.8676366836677403e-12, + "K": 1.3773419904605788e-10, + "L": 8.788954564131757e-10, + "G": 1.5815338372249244e-07, + "F": 0.0011707348749041557, + "E": 4.680244192201144e-09, + "T": 2.7262381081527565e-06, + "P": 0.0009254600736312568, + "-": 0.9978935122489929 + }, + "id": "tp_1547" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 193393, + "label": "-", + "classification": { + "B": 3.549663230018041e-09, + "S": 1.0463392072779243e-06, + "I": 8.980494214938517e-08, + "C": 1.1992025292784092e-06, + "R": 5.648480509989895e-07, + "M": 0.000454905180959031, + "O": 6.212956213857979e-05, + "W": 1.4592693275972124e-07, + "N": 3.0047726529147667e-09, + "Y": 0.0017597097903490067, + "U": 2.1857946008729812e-10, + "K": 3.144061011539634e-08, + "L": 1.7914639101945795e-05, + "G": 0.0007049640989862382, + "F": 0.013332769274711609, + "E": 9.013085673359456e-07, + "T": 0.0015213863225653768, + "P": 8.742242061998695e-05, + "-": 0.9820547699928284 + }, + "id": "tp_1548" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 193527, + "label": "-", + "classification": { + "B": 0.006497926078736782, + "S": 0.003970655612647533, + "I": 0.0005507199675776064, + "C": 4.285595423425548e-05, + "R": 5.788983980892226e-05, + "M": 0.0047865090891718864, + "O": 0.007877404801547527, + "W": 0.000874915742315352, + "N": 0.0001043532756739296, + "Y": 0.002598461462184787, + "U": 9.31426438910421e-06, + "K": 6.0901675169589e-06, + "L": 0.0020732812117785215, + "G": 0.003125765360891819, + "F": 0.028485814109444618, + "E": 0.0007804887718521059, + "T": 0.004484069533646107, + "P": 0.08676014840602875, + "-": 0.8469133377075195 + }, + "id": "tp_1549" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 193627, + "label": "-", + "classification": { + "B": 7.01805404901279e-08, + "S": 7.3613764470792376e-06, + "I": 1.3255936437417404e-07, + "C": 1.438855974811304e-06, + "R": 1.3667892062585452e-06, + "M": 0.0005702722119167447, + "O": 0.0003241402446292341, + "W": 1.057790768754785e-06, + "N": 4.440273926320515e-09, + "Y": 0.0005547662731260061, + "U": 3.63906071942921e-10, + "K": 1.192917653547454e-09, + "L": 0.00010874829604290426, + "G": 0.00031133461743593216, + "F": 0.011993545107543468, + "E": 3.66337104651393e-07, + "T": 0.0004740316653624177, + "P": 0.00020259449956938624, + "-": 0.9854487776756287 + }, + "id": "tp_1550" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 193760, + "label": "-", + "classification": { + "B": 1.6685457921994384e-06, + "S": 0.00015407218597829342, + "I": 6.502995830715008e-08, + "C": 1.5695515287461603e-07, + "R": 4.2178834291917155e-07, + "M": 0.0003264328697696328, + "O": 0.000752298510633409, + "W": 5.00160786032211e-06, + "N": 3.883817711880511e-09, + "Y": 1.968794094864279e-05, + "U": 1.0264328970110981e-10, + "K": 4.3382006320591415e-10, + "L": 5.833110481034964e-05, + "G": 5.8156190789304674e-05, + "F": 0.004597226623445749, + "E": 1.390401109802042e-07, + "T": 0.00012793233327101916, + "P": 0.0006385917076840997, + "-": 0.993259608745575 + }, + "id": "tp_1551" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 193894, + "label": "-", + "classification": { + "B": 0.0006156052113510668, + "S": 0.007110127247869968, + "I": 0.0007316874689422548, + "C": 0.00014171171642374247, + "R": 0.00022145242837723345, + "M": 0.026053449138998985, + "O": 0.013730200938880444, + "W": 0.0005669803940691054, + "N": 0.00012311211321502924, + "Y": 0.02634521573781967, + "U": 5.3514240789809264e-06, + "K": 1.9444123608991504e-05, + "L": 0.0043800631538033485, + "G": 0.019341934472322464, + "F": 0.0894712582230568, + "E": 0.000902885920368135, + "T": 0.01969413086771965, + "P": 0.027069050818681717, + "-": 0.7634763717651367 + }, + "id": "tp_1552" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 194027, + "label": "-", + "classification": { + "B": 3.2916616987677116e-07, + "S": 1.0510317451917217e-06, + "I": 1.6059559129644185e-05, + "C": 4.88634896100848e-07, + "R": 4.0655396560396184e-07, + "M": 0.0002574111276771873, + "O": 5.4550531785935163e-05, + "W": 3.8645208633170114e-07, + "N": 2.758931714197388e-07, + "Y": 0.0002057049423456192, + "U": 1.1905559205160898e-08, + "K": 1.5446594003876157e-09, + "L": 4.5009987843513954e-06, + "G": 2.6420255380799063e-05, + "F": 8.388936112169176e-05, + "E": 2.518890823921538e-06, + "T": 0.002007152419537306, + "P": 0.0124504454433918, + "-": 0.9848883152008057 + }, + "id": "tp_1553" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 194127, + "label": "-", + "classification": { + "B": 2.7294557725099367e-09, + "S": 2.8678039143414935e-07, + "I": 1.3485171201921275e-08, + "C": 9.630591648601694e-07, + "R": 9.216036005454953e-07, + "M": 0.0009663248201832175, + "O": 6.491840758826584e-05, + "W": 3.7672940322863724e-08, + "N": 2.942666388339177e-10, + "Y": 0.0008770012645982206, + "U": 4.179546986282645e-11, + "K": 2.859156522649897e-10, + "L": 3.3391992474207655e-05, + "G": 0.00021932602976448834, + "F": 0.0027246112003922462, + "E": 7.719199857092462e-08, + "T": 0.0008114355732686818, + "P": 2.3072523617884144e-05, + "-": 0.9942775368690491 + }, + "id": "tp_1554" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 194261, + "label": "-", + "classification": { + "B": 8.116286335280165e-05, + "S": 0.0032496496569365263, + "I": 1.3201507499616127e-05, + "C": 1.3823336303175893e-05, + "R": 2.458271774230525e-05, + "M": 0.005362052470445633, + "O": 0.007363055367022753, + "W": 0.00017754484724719077, + "N": 2.5781675958569394e-06, + "Y": 0.001513923518359661, + "U": 9.116656940477696e-08, + "K": 1.2060073686370743e-06, + "L": 0.0008478696690872312, + "G": 0.0018592377891764045, + "F": 0.034554336220026016, + "E": 5.554386007133871e-05, + "T": 0.001637205365113914, + "P": 0.006894634570926428, + "-": 0.9363481998443604 + }, + "id": "tp_1555" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 194394, + "label": "-", + "classification": { + "B": 7.990865924512036e-07, + "S": 0.00016566288832109421, + "I": 1.8281691893662355e-07, + "C": 4.345472461864119e-06, + "R": 7.249948339449475e-06, + "M": 0.0023641306906938553, + "O": 0.0016812598332762718, + "W": 1.2100562344130594e-05, + "N": 9.355043850689526e-09, + "Y": 0.003176971571519971, + "U": 4.0873196494040087e-10, + "K": 1.9852244292906107e-08, + "L": 0.0005659041926264763, + "G": 0.0031261947005987167, + "F": 0.11133276671171188, + "E": 9.020232596412825e-07, + "T": 0.002080392325296998, + "P": 5.865728235221468e-05, + "-": 0.875422477722168 + }, + "id": "tp_1556" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 194528, + "label": "-", + "classification": { + "B": 2.7436521804480307e-11, + "S": 7.157292536419391e-10, + "I": 1.153402440223772e-08, + "C": 6.860151335885689e-10, + "R": 4.824094249067379e-11, + "M": 3.5410246823630587e-07, + "O": 2.103895191396532e-08, + "W": 9.821555374545099e-11, + "N": 2.2053320281045785e-10, + "Y": 4.78048832519562e-06, + "U": 9.69343529055866e-12, + "K": 7.826279624367771e-10, + "L": 2.948303545746711e-10, + "G": 1.0432616903699454e-07, + "F": 9.99697731458582e-05, + "E": 4.6601343228758196e-08, + "T": 1.0785949598357547e-05, + "P": 0.004575258586555719, + "-": 0.9953085780143738 + }, + "id": "tp_1557" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 194628, + "label": "-", + "classification": { + "B": 1.7928775264408614e-07, + "S": 3.33188618242275e-05, + "I": 1.7076891936085303e-06, + "C": 1.369007577523007e-06, + "R": 1.293176069339097e-06, + "M": 0.0005277871969155967, + "O": 0.0003209685964975506, + "W": 4.6395903154916596e-06, + "N": 1.1624806006693689e-07, + "Y": 0.0005247432272881269, + "U": 5.499551924970092e-09, + "K": 1.7694129894607613e-07, + "L": 2.3521015464211814e-05, + "G": 0.00023746459919493645, + "F": 0.017054760828614235, + "E": 3.78538766199199e-06, + "T": 0.0007399588939733803, + "P": 0.0011394681641831994, + "-": 0.9793846607208252 + }, + "id": "tp_1558" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 194761, + "label": "-", + "classification": { + "B": 5.481843459165248e-07, + "S": 2.1979894881951623e-07, + "I": 1.197322951895785e-08, + "C": 4.2848963266450824e-10, + "R": 1.322695702965504e-10, + "M": 5.6417960877297446e-05, + "O": 6.516294888569973e-06, + "W": 8.166497700301534e-09, + "N": 1.0187931054339572e-10, + "Y": 2.3500153929489898e-06, + "U": 9.44661449758799e-13, + "K": 1.0582891306993789e-13, + "L": 4.3246919290140795e-07, + "G": 1.472603344154777e-06, + "F": 4.19141142629087e-05, + "E": 9.590534943981766e-08, + "T": 1.262290697923163e-05, + "P": 0.0008187846979126334, + "-": 0.9990586638450623 + }, + "id": "tp_1559" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 194895, + "label": "-", + "classification": { + "B": 4.338054182539963e-08, + "S": 2.3895129430684392e-08, + "I": 1.2418497341570855e-08, + "C": 2.111967822848726e-10, + "R": 5.469526567769556e-11, + "M": 6.48274863124243e-07, + "O": 5.344624582903634e-07, + "W": 1.8405572621560395e-09, + "N": 1.6929532775655787e-10, + "Y": 5.751629146288906e-07, + "U": 1.4090262160162959e-12, + "K": 1.7210694674973936e-11, + "L": 9.147067103754125e-09, + "G": 5.489698651217623e-07, + "F": 0.0008309076074510813, + "E": 1.6267200919628522e-07, + "T": 7.757857360957132e-07, + "P": 0.005444196984171867, + "-": 0.993721604347229 + }, + "id": "tp_1560" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 195028, + "label": "-", + "classification": { + "B": 4.2612857214407995e-05, + "S": 3.321504482300952e-05, + "I": 0.0011395057663321495, + "C": 0.00010068860137835145, + "R": 3.1122108339332044e-05, + "M": 0.0008503266144543886, + "O": 0.000444561563199386, + "W": 2.322209365956951e-05, + "N": 5.4718286264687777e-05, + "Y": 0.0011846108827739954, + "U": 6.106335604272317e-06, + "K": 1.1437326747909538e-06, + "L": 0.00010914323502220213, + "G": 0.0006211293512023985, + "F": 0.002469151746481657, + "E": 0.00036157391150482, + "T": 0.002208566991612315, + "P": 0.17088072001934052, + "-": 0.8194378018379211 + }, + "id": "tp_1561" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 195128, + "label": "-", + "classification": { + "B": 3.979558459832333e-05, + "S": 6.275717169046402e-05, + "I": 0.00024687821860425174, + "C": 1.4710179129906464e-05, + "R": 9.94027686829213e-06, + "M": 0.0008657293510623276, + "O": 0.00040996918687596917, + "W": 2.8279051548452117e-05, + "N": 2.4120676243910566e-05, + "Y": 0.002177444053813815, + "U": 1.0523698392717051e-06, + "K": 9.561421393300407e-06, + "L": 2.181987110816408e-05, + "G": 0.00043115264270454645, + "F": 0.004440361633896828, + "E": 0.0002177406713599339, + "T": 0.0027603586204349995, + "P": 0.05169552192091942, + "-": 0.9365428686141968 + }, + "id": "tp_1562" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 195262, + "label": "-", + "classification": { + "B": 0.0056248814798891544, + "S": 0.062006041407585144, + "I": 0.0005256985314190388, + "C": 0.00037468771915882826, + "R": 0.0009152306010946631, + "M": 0.05432570353150368, + "O": 0.10079387575387955, + "W": 0.008003486320376396, + "N": 0.00014424325490836054, + "Y": 0.014441349543631077, + "U": 5.075634362583514e-06, + "K": 2.6310717657906935e-05, + "L": 0.025086097419261932, + "G": 0.027807902544736862, + "F": 0.06543754041194916, + "E": 0.0006016699480824172, + "T": 0.029338311403989792, + "P": 0.007616135291755199, + "-": 0.5969257354736328 + }, + "id": "tp_1563" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 195395, + "label": "-", + "classification": { + "B": 1.7829829630500171e-06, + "S": 4.575270395434927e-06, + "I": 3.3970009098993614e-05, + "C": 2.015800964727532e-05, + "R": 1.7589499066161807e-06, + "M": 8.569045894546434e-05, + "O": 4.605022331816144e-05, + "W": 8.453525879303925e-07, + "N": 4.256344709574478e-06, + "Y": 0.00029902663663960993, + "U": 6.827712439871902e-08, + "K": 1.713628421384783e-06, + "L": 5.2740451792487875e-06, + "G": 0.0007494275341741741, + "F": 0.0371297225356102, + "E": 0.00026093630003742874, + "T": 0.00035375694278627634, + "P": 0.08357135951519012, + "-": 0.877429723739624 + }, + "id": "tp_1564" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 195529, + "label": "-", + "classification": { + "B": 2.8110882794862846e-06, + "S": 1.6819112715893425e-05, + "I": 8.068963506957516e-05, + "C": 5.385635631682817e-06, + "R": 2.8239858238521265e-06, + "M": 0.0001742126769386232, + "O": 0.00011625148908933625, + "W": 3.6821957110078074e-06, + "N": 4.609861207427457e-06, + "Y": 0.000308266025967896, + "U": 1.6271090430564072e-07, + "K": 7.527487468905747e-07, + "L": 9.039505130203906e-06, + "G": 9.319447417510673e-05, + "F": 0.00311116105876863, + "E": 3.044290679099504e-05, + "T": 0.0006164609221741557, + "P": 0.027740050107240677, + "-": 0.9676831364631653 + }, + "id": "tp_1565" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 195629, + "label": "-", + "classification": { + "B": 7.581627414765535e-06, + "S": 7.972199091454968e-05, + "I": 4.6780378397670574e-06, + "C": 7.6043576768825e-08, + "R": 1.0297195984776408e-07, + "M": 0.0003205466491635889, + "O": 0.0004344385233707726, + "W": 4.212638486933429e-06, + "N": 2.3817651140234375e-07, + "Y": 0.00028393714455887675, + "U": 3.817871796485406e-09, + "K": 1.220070267038409e-08, + "L": 1.9984036043751985e-05, + "G": 0.00017832092999015003, + "F": 0.0038646524772047997, + "E": 7.098296464391751e-06, + "T": 0.0003964749339502305, + "P": 0.008527034893631935, + "-": 0.985870897769928 + }, + "id": "tp_1566" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 195762, + "label": "-", + "classification": { + "B": 7.467524483217858e-07, + "S": 2.3265120034920983e-06, + "I": 3.941418924569007e-07, + "C": 1.7441585953292815e-07, + "R": 9.792542954301098e-08, + "M": 5.127682743477635e-05, + "O": 9.055504051502794e-05, + "W": 5.984563244965102e-07, + "N": 1.7299871757359142e-08, + "Y": 3.07268783217296e-05, + "U": 5.989618245827444e-10, + "K": 3.610574894619134e-10, + "L": 6.247564215300372e-06, + "G": 2.047435009444598e-05, + "F": 0.000935675110667944, + "E": 7.037021418909717e-07, + "T": 6.692901661153883e-05, + "P": 0.0017780138878151774, + "-": 0.997015118598938 + }, + "id": "tp_1567" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 195896, + "label": "-", + "classification": { + "B": 6.14123951692136e-09, + "S": 2.7542387215362396e-07, + "I": 1.4297040884514445e-08, + "C": 1.4184205099354585e-07, + "R": 1.1672333322110262e-08, + "M": 2.2498830730910413e-05, + "O": 3.485672550596064e-06, + "W": 9.555889413093155e-09, + "N": 4.689692523207611e-10, + "Y": 2.0284829588490538e-05, + "U": 5.598483916041674e-12, + "K": 4.321756563729906e-10, + "L": 5.92021137890697e-07, + "G": 4.210737097309902e-05, + "F": 0.018091443926095963, + "E": 3.630062224146968e-07, + "T": 5.3050524002173916e-05, + "P": 0.00022213936608750373, + "-": 0.9815434813499451 + }, + "id": "tp_1568" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 196029, + "label": "-", + "classification": { + "B": 1.2621492714970373e-05, + "S": 7.292787358892383e-06, + "I": 1.834122599575494e-06, + "C": 1.457409553040634e-07, + "R": 1.0873922917653545e-07, + "M": 0.00013811570534016937, + "O": 0.0001599425304448232, + "W": 2.8786910206690663e-06, + "N": 1.6696698423857015e-07, + "Y": 4.8361860535806045e-05, + "U": 5.975577810346522e-09, + "K": 1.0114401760574765e-08, + "L": 4.641647137759719e-06, + "G": 2.150941509171389e-05, + "F": 0.0003880355798173696, + "E": 9.264221262128558e-06, + "T": 0.0001623296266188845, + "P": 0.009112030267715454, + "-": 0.9899306297302246 + }, + "id": "tp_1569" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 196129, + "label": "-", + "classification": { + "B": 3.4636250347830355e-05, + "S": 0.0015746145509183407, + "I": 0.00011646592611214146, + "C": 8.84732071426697e-06, + "R": 4.2220362956868485e-05, + "M": 0.006508234888315201, + "O": 0.00906202383339405, + "W": 0.0001581800461281091, + "N": 4.509358404902741e-06, + "Y": 0.03953523933887482, + "U": 3.18758175410494e-08, + "K": 2.4443206712021492e-06, + "L": 0.0004270751669537276, + "G": 0.004376244731247425, + "F": 0.014161108061671257, + "E": 2.6536228688200936e-05, + "T": 0.013610483147203922, + "P": 0.0015835099620744586, + "-": 0.9087676405906677 + }, + "id": "tp_1570" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 196263, + "label": "-", + "classification": { + "B": 3.4119453630410135e-05, + "S": 4.5995308028068393e-05, + "I": 9.93409457805683e-07, + "C": 9.052284255517407e-09, + "R": 1.1787392395490315e-08, + "M": 0.00029456583433784544, + "O": 0.0004148129955865443, + "W": 4.984079851055867e-07, + "N": 9.533820843898866e-09, + "Y": 4.770134637510637e-06, + "U": 1.3081621723365355e-11, + "K": 1.96159668369722e-12, + "L": 7.63591451686807e-05, + "G": 0.00014046284195501357, + "F": 0.0015940276207402349, + "E": 2.621327212182223e-06, + "T": 3.4813241654774174e-05, + "P": 0.005302976816892624, + "-": 0.9920530319213867 + }, + "id": "tp_1571" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 196396, + "label": "-", + "classification": { + "B": 0.0023057484067976475, + "S": 0.04587043821811676, + "I": 0.00010006070806412026, + "C": 0.0003703666152432561, + "R": 0.0007137203356251121, + "M": 0.03681032359600067, + "O": 0.0536549836397171, + "W": 0.0030320400837808847, + "N": 2.750835301412735e-05, + "Y": 0.012782664969563484, + "U": 1.1275636779828346e-06, + "K": 2.6339654141338542e-05, + "L": 0.013092047534883022, + "G": 0.028999118134379387, + "F": 0.09721998125314713, + "E": 0.00042415043571963906, + "T": 0.025360271334648132, + "P": 0.0029471430461853743, + "-": 0.6762619614601135 + }, + "id": "tp_1572" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 196530, + "label": "-", + "classification": { + "B": 0.0016039314214140177, + "S": 5.497697202372365e-05, + "I": 2.0511727143457392e-06, + "C": 5.176129434403265e-06, + "R": 1.790482383512426e-05, + "M": 0.004726856015622616, + "O": 0.00793097447603941, + "W": 2.5251871193177067e-05, + "N": 2.6383860429746164e-08, + "Y": 0.0011942255077883601, + "U": 2.7155500070819016e-09, + "K": 9.047966542663488e-11, + "L": 0.002851794008165598, + "G": 0.0018746486166492105, + "F": 0.0003697544743772596, + "E": 4.525759607076907e-07, + "T": 0.0031660275999456644, + "P": 0.00014497341180685908, + "-": 0.9760309457778931 + }, + "id": "tp_1573" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 196630, + "label": "-", + "classification": { + "B": 3.272468120485428e-06, + "S": 2.6642146622180007e-06, + "I": 1.4588400176762661e-07, + "C": 1.4570970208183098e-08, + "R": 6.241487771063703e-09, + "M": 0.000185340570169501, + "O": 1.9496581444400363e-05, + "W": 8.400910900263625e-08, + "N": 2.586549641137026e-09, + "Y": 2.8952272259630263e-05, + "U": 5.513080617025601e-11, + "K": 8.586564792523177e-11, + "L": 1.8477087451174157e-06, + "G": 1.4715710676682647e-05, + "F": 0.0005027175066061318, + "E": 7.80453206061793e-07, + "T": 8.13439764897339e-05, + "P": 0.0011245050700381398, + "-": 0.9980341792106628 + }, + "id": "tp_1574" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 196763, + "label": "-", + "classification": { + "B": 2.736924784585426e-07, + "S": 6.842790867267468e-07, + "I": 1.1771910521929385e-06, + "C": 3.7795970797560585e-07, + "R": 2.9270037771311763e-07, + "M": 4.221043855068274e-05, + "O": 2.2487643946078606e-05, + "W": 1.7033394783538824e-07, + "N": 2.9420530012203017e-08, + "Y": 0.0002866622235160321, + "U": 3.0471596357273256e-09, + "K": 1.3615478744455345e-09, + "L": 2.6175523544225143e-06, + "G": 4.3596926843747497e-05, + "F": 0.0009443822200410068, + "E": 4.558577018087817e-07, + "T": 0.0003510083770379424, + "P": 0.0031112469732761383, + "-": 0.995192289352417 + }, + "id": "tp_1575" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 196897, + "label": "-", + "classification": { + "B": 3.179893326432648e-08, + "S": 7.926144576231309e-07, + "I": 2.2207598249224247e-06, + "C": 2.0803636289201677e-06, + "R": 5.189543230699201e-07, + "M": 1.3526777365768794e-05, + "O": 4.056431407661876e-06, + "W": 1.3050386371560307e-07, + "N": 2.437951991396403e-07, + "Y": 0.00042463387944735587, + "U": 2.4612603510831832e-08, + "K": 3.3511212222947506e-06, + "L": 1.7488513037733355e-07, + "G": 2.804187715810258e-05, + "F": 0.007394038140773773, + "E": 3.7964125567668816e-06, + "T": 0.00023135586525313556, + "P": 0.012487963773310184, + "-": 0.9794029593467712 + }, + "id": "tp_1576" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 197030, + "label": "-", + "classification": { + "B": 1.3735954780713655e-05, + "S": 2.3635211618966423e-05, + "I": 8.303757203975692e-05, + "C": 8.533497748430818e-05, + "R": 1.682194124441594e-05, + "M": 0.0007525125402025878, + "O": 0.0002666218497324735, + "W": 1.561590215715114e-05, + "N": 1.0548336831561755e-05, + "Y": 0.001876134774647653, + "U": 1.5198030496321735e-06, + "K": 7.216170342871919e-05, + "L": 2.9653170713572763e-05, + "G": 0.0016783963656052947, + "F": 0.013732045888900757, + "E": 0.0007951774168759584, + "T": 0.0013362213503569365, + "P": 0.01420182827860117, + "-": 0.9650089740753174 + }, + "id": "tp_1577" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 197130, + "label": "-", + "classification": { + "B": 0.017740389332175255, + "S": 0.00924666877835989, + "I": 0.006368408445268869, + "C": 0.0007987171411514282, + "R": 0.00042560460860840976, + "M": 0.027132850140333176, + "O": 0.015081742778420448, + "W": 0.0033687963150441647, + "N": 0.0026140641421079636, + "Y": 0.010547677986323833, + "U": 0.0004355809942353517, + "K": 0.0005646004574373364, + "L": 0.006705794017761946, + "G": 0.013596151024103165, + "F": 0.04496268928050995, + "E": 0.01627761498093605, + "T": 0.022882314398884773, + "P": 0.19603775441646576, + "-": 0.6052125692367554 + }, + "id": "tp_1578" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 197264, + "label": "-", + "classification": { + "B": 0.002844077767804265, + "S": 0.01603180356323719, + "I": 0.0010378867154940963, + "C": 0.00015907628403510898, + "R": 0.0001545592094771564, + "M": 0.0030151784885674715, + "O": 0.009260755963623524, + "W": 0.001382214017212391, + "N": 0.0005894252099096775, + "Y": 0.001302685122936964, + "U": 8.480949873046484e-06, + "K": 8.404688560403883e-05, + "L": 0.000856731494423002, + "G": 0.0038077482022345066, + "F": 0.08484509587287903, + "E": 0.0012860479764640331, + "T": 0.0027830146718770266, + "P": 0.27183428406715393, + "-": 0.5987167954444885 + }, + "id": "tp_1579" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 197397, + "label": "-", + "classification": { + "B": 7.388805533992127e-05, + "S": 9.849711204878986e-06, + "I": 7.583349997730693e-06, + "C": 3.560115260370367e-07, + "R": 7.385602884824038e-08, + "M": 0.00024176828446798027, + "O": 0.00013453980500344187, + "W": 1.8867056041926844e-06, + "N": 2.5856556362668925e-07, + "Y": 1.4162902516545728e-05, + "U": 8.508234117243774e-09, + "K": 4.507074991000337e-10, + "L": 1.96557812159881e-05, + "G": 3.265145278419368e-05, + "F": 0.0003571732377167791, + "E": 1.720782893244177e-05, + "T": 0.00012730929302051663, + "P": 0.07327975332736969, + "-": 0.9256818890571594 + }, + "id": "tp_1580" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 197531, + "label": "-", + "classification": { + "B": 2.1746016098944665e-09, + "S": 1.854541942236665e-08, + "I": 1.7267894918404636e-06, + "C": 4.7308751049968123e-07, + "R": 1.86315844530327e-07, + "M": 7.352154625550611e-06, + "O": 2.9278087367856642e-06, + "W": 2.267980470094244e-08, + "N": 2.9013778046760308e-08, + "Y": 0.00023700014571659267, + "U": 5.699252625390727e-09, + "K": 2.0659376431808596e-08, + "L": 1.3688216426999134e-07, + "G": 8.654772500449326e-06, + "F": 0.00024436364765278995, + "E": 3.3072407745748933e-07, + "T": 0.00018528610235080123, + "P": 0.0033349101431667805, + "-": 0.9959763884544373 + }, + "id": "tp_1581" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 197631, + "label": "-", + "classification": { + "B": 7.393367168484488e-12, + "S": 1.8252495868897878e-12, + "I": 3.4703376283751197e-10, + "C": 5.053114524034008e-11, + "R": 4.304672937549547e-12, + "M": 9.041158044453823e-09, + "O": 1.2772194413201987e-09, + "W": 1.6790116389234222e-12, + "N": 1.549666102905467e-12, + "Y": 6.35921708180831e-07, + "U": 6.53362116471122e-14, + "K": 3.641883669636137e-12, + "L": 1.5202268263680985e-11, + "G": 2.0873052619663213e-08, + "F": 7.856072443246376e-06, + "E": 1.8307472204881492e-09, + "T": 4.7166514605123666e-07, + "P": 0.0005287207313813269, + "-": 0.9994623064994812 + }, + "id": "tp_1582" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 197764, + "label": "-", + "classification": { + "B": 3.2389244619679403e-09, + "S": 2.1784621329068443e-10, + "I": 1.378812530816731e-08, + "C": 1.0673568695551694e-09, + "R": 2.7999871865524995e-10, + "M": 1.002990870802023e-06, + "O": 6.596551429538522e-07, + "W": 2.536863774604825e-10, + "N": 3.1082289519979156e-11, + "Y": 5.240444806986488e-07, + "U": 1.3781498728673847e-12, + "K": 7.300176325800763e-15, + "L": 1.732158416700713e-08, + "G": 2.203724136506935e-07, + "F": 2.4590320890638395e-07, + "E": 1.2598649901107706e-09, + "T": 6.4039495555334724e-06, + "P": 0.0007776293787173927, + "-": 0.9992132186889648 + }, + "id": "tp_1583" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 197898, + "label": "-", + "classification": { + "B": 0.00494904350489378, + "S": 0.0008778862538747489, + "I": 0.002182522090151906, + "C": 0.0011812748853117228, + "R": 0.0010349233634769917, + "M": 0.018228065222501755, + "O": 0.008597159758210182, + "W": 0.0009217807673849165, + "N": 0.00018215308955404907, + "Y": 0.020620351657271385, + "U": 3.988122261944227e-05, + "K": 4.257034743204713e-05, + "L": 0.004042064305394888, + "G": 0.01606135070323944, + "F": 0.019556624814867973, + "E": 0.0027852843049913645, + "T": 0.01173012051731348, + "P": 0.03606588765978813, + "-": 0.8509009480476379 + }, + "id": "tp_1584" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 198031, + "label": "-", + "classification": { + "B": 4.060448333120803e-08, + "S": 5.862381158294738e-07, + "I": 0.00015032317605800927, + "C": 1.1033739610866178e-05, + "R": 2.844325535988901e-06, + "M": 0.0001641881390241906, + "O": 2.312716969754547e-05, + "W": 5.305010972733726e-07, + "N": 6.299756933003664e-06, + "Y": 0.0027773601468652487, + "U": 1.1326905990927116e-07, + "K": 8.560999731344054e-07, + "L": 1.0216571126875351e-06, + "G": 7.306762563530356e-05, + "F": 0.0008517749374732375, + "E": 6.824063893873245e-05, + "T": 0.0016870026011019945, + "P": 0.027423353865742683, + "-": 0.9667581915855408 + }, + "id": "tp_1585" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 198131, + "label": "-", + "classification": { + "B": 5.008457151234325e-07, + "S": 1.0069463769468712e-06, + "I": 7.885427294240799e-06, + "C": 1.1680821643267336e-07, + "R": 5.8728026886001317e-08, + "M": 1.1434473890403751e-05, + "O": 1.8460368664818816e-05, + "W": 6.80470407132816e-07, + "N": 2.7058749196839926e-07, + "Y": 3.168703187839128e-05, + "U": 1.2844756369645438e-08, + "K": 1.3044294533415268e-08, + "L": 5.200765258450701e-07, + "G": 4.517712113738526e-06, + "F": 0.0002631273528095335, + "E": 3.163034534736653e-06, + "T": 8.210208761738613e-05, + "P": 0.08200357109308243, + "-": 0.917570948600769 + }, + "id": "tp_1586" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 198265, + "label": "-", + "classification": { + "B": 9.370992870572081e-07, + "S": 1.8158608554585953e-06, + "I": 7.925320460344665e-06, + "C": 2.6815757792064687e-06, + "R": 1.020734202938911e-06, + "M": 0.00026774947764351964, + "O": 0.00011570936476346105, + "W": 8.840638088258856e-07, + "N": 3.0533843187185994e-07, + "Y": 0.0007896621827967465, + "U": 5.709041772661294e-08, + "K": 1.367199153889942e-08, + "L": 1.4870439372316469e-05, + "G": 0.00013331547961570323, + "F": 0.0009470114600844681, + "E": 7.353619366767816e-06, + "T": 0.0009132390259765089, + "P": 0.006036164704710245, + "-": 0.9907592535018921 + }, + "id": "tp_1587" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 198398, + "label": "-", + "classification": { + "B": 3.5784529472948634e-07, + "S": 2.9982829801156186e-06, + "I": 9.28577264858177e-06, + "C": 1.36546177600394e-05, + "R": 4.098358203918906e-06, + "M": 0.00031321661663241684, + "O": 9.529546514386311e-05, + "W": 1.865949343482498e-06, + "N": 7.761850042697915e-07, + "Y": 0.002200743416324258, + "U": 2.503779796825256e-07, + "K": 1.1416810821174295e-06, + "L": 1.287923805648461e-05, + "G": 0.0001983285037567839, + "F": 0.0030857466626912355, + "E": 1.083541883417638e-05, + "T": 0.001861046301200986, + "P": 0.005320862401276827, + "-": 0.9868665933609009 + }, + "id": "tp_1588" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 198532, + "label": "-", + "classification": { + "B": 3.916421409400073e-09, + "S": 2.1328668609044144e-08, + "I": 1.5150405943131773e-06, + "C": 2.1095557656281017e-07, + "R": 5.5283329913891066e-08, + "M": 8.988942681753542e-06, + "O": 2.5373608423251426e-06, + "W": 2.7806686730968977e-08, + "N": 3.625071443025263e-08, + "Y": 5.8938639995176345e-05, + "U": 3.5273297616100763e-09, + "K": 6.298723320696809e-08, + "L": 8.17062684177472e-08, + "G": 5.829107522004051e-06, + "F": 0.0010983044048771262, + "E": 1.4000402188685257e-06, + "T": 5.8054603869095445e-05, + "P": 0.008238332346081734, + "-": 0.9905256032943726 + }, + "id": "tp_1589" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 198632, + "label": "-", + "classification": { + "B": 1.0079401135953958e-06, + "S": 1.1271524726907955e-06, + "I": 0.00019622751278802752, + "C": 2.5351513613713905e-05, + "R": 5.286508894641884e-06, + "M": 0.0005779381608590484, + "O": 8.256977162091061e-05, + "W": 1.1248255304963095e-06, + "N": 4.5022120502835605e-06, + "Y": 0.0016307869227603078, + "U": 4.44500301455264e-07, + "K": 4.3228840240772115e-07, + "L": 1.2937374776811339e-05, + "G": 0.0003569043765310198, + "F": 0.0011431669117882848, + "E": 0.00011544490553205833, + "T": 0.0014554014196619391, + "P": 0.01606074534356594, + "-": 0.9783285856246948 + }, + "id": "tp_1590" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 198765, + "label": "-", + "classification": { + "B": 6.624281922995578e-07, + "S": 3.7457707549037877e-06, + "I": 2.552291152824182e-05, + "C": 3.617368520281161e-06, + "R": 2.0299262359912973e-06, + "M": 0.00036606565117836, + "O": 0.00010499890777282417, + "W": 1.342203518106544e-06, + "N": 1.042160761244304e-06, + "Y": 0.000982545898295939, + "U": 1.3222032180237875e-07, + "K": 3.252726514801907e-07, + "L": 1.3339886208996177e-05, + "G": 0.0001473710435675457, + "F": 0.0026905571576207876, + "E": 1.3844050045008771e-05, + "T": 0.0014089177129790187, + "P": 0.0043539563193917274, + "-": 0.9898800849914551 + }, + "id": "tp_1591" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 198899, + "label": "-", + "classification": { + "B": 1.2348663176453556e-06, + "S": 4.876418643107172e-06, + "I": 2.513050458219368e-05, + "C": 4.441840428626165e-05, + "R": 2.578216117399279e-05, + "M": 0.0010429579997435212, + "O": 0.00027932957164011896, + "W": 3.8179678085725754e-06, + "N": 8.09313121408195e-07, + "Y": 0.004435727838426828, + "U": 1.280824619698251e-07, + "K": 1.3001085790165234e-06, + "L": 3.283010300947353e-05, + "G": 0.0007804629858583212, + "F": 0.0047605871222913265, + "E": 2.609756847959943e-05, + "T": 0.0014114794321358204, + "P": 0.0033880951814353466, + "-": 0.9837349653244019 + }, + "id": "tp_1592" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 199032, + "label": "-", + "classification": { + "B": 0.00017404978279955685, + "S": 0.00016933215374592692, + "I": 3.145141454297118e-05, + "C": 3.2849443414306734e-06, + "R": 3.3233300200663507e-06, + "M": 0.001071448903530836, + "O": 0.0018748205620795488, + "W": 6.65563638904132e-05, + "N": 3.841602392640198e-06, + "Y": 0.0003512433613650501, + "U": 3.4034954410344653e-07, + "K": 9.755865448823897e-08, + "L": 0.00014037177606951445, + "G": 0.00019386164785828441, + "F": 0.0016814640257507563, + "E": 2.1755673515144736e-05, + "T": 0.001399296335875988, + "P": 0.03045618161559105, + "-": 0.9623573422431946 + }, + "id": "tp_1593" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 199132, + "label": "-", + "classification": { + "B": 7.958229252835736e-05, + "S": 1.3877220226277132e-05, + "I": 7.913690205896273e-05, + "C": 7.389765414700378e-06, + "R": 4.0323284338228405e-06, + "M": 0.0012494561960920691, + "O": 0.0004168497980572283, + "W": 8.659481864015106e-06, + "N": 2.3677657736698166e-06, + "Y": 0.0008426305139437318, + "U": 1.73868386355025e-07, + "K": 2.206187765807499e-08, + "L": 9.716716158436611e-05, + "G": 0.000400635355617851, + "F": 0.0010212198831140995, + "E": 6.069338269298896e-05, + "T": 0.0017755238804966211, + "P": 0.02410360425710678, + "-": 0.9698368906974792 + }, + "id": "tp_1594" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 199266, + "label": "-", + "classification": { + "B": 2.0284421964333887e-07, + "S": 4.764875782825584e-08, + "I": 5.776474409913135e-08, + "C": 2.245266728095885e-08, + "R": 8.670220985607102e-09, + "M": 3.2316816941602156e-05, + "O": 5.545696240005782e-06, + "W": 2.273510624206665e-08, + "N": 9.172099746379558e-10, + "Y": 2.399249206064269e-05, + "U": 1.3420954625420478e-10, + "K": 8.187994032793355e-11, + "L": 6.285094400482194e-07, + "G": 6.1829960031900555e-06, + "F": 0.00015785272989887744, + "E": 2.2937918231491494e-07, + "T": 5.6740882428130135e-05, + "P": 0.0017644973704591393, + "-": 0.9979518055915833 + }, + "id": "tp_1595" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 199399, + "label": "-", + "classification": { + "B": 1.0982701496686786e-05, + "S": 4.509073551162146e-05, + "I": 0.0007680136477574706, + "C": 0.0002575481485109776, + "R": 4.88079349452164e-05, + "M": 0.000201250848476775, + "O": 0.0003060789895243943, + "W": 4.940549479215406e-05, + "N": 0.00020857401250395924, + "Y": 0.0012116855941712856, + "U": 2.246360782010015e-05, + "K": 0.00047571814502589405, + "L": 1.9242143025621772e-05, + "G": 0.00045588306966237724, + "F": 0.02015238255262375, + "E": 0.0006728217704221606, + "T": 0.001675345003604889, + "P": 0.17858734726905823, + "-": 0.7948312759399414 + }, + "id": "tp_1596" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 199533, + "label": "-", + "classification": { + "B": 1.0522871889406815e-06, + "S": 2.844409507929413e-08, + "I": 3.3484170103292854e-07, + "C": 9.509881948588372e-08, + "R": 5.291663285333925e-08, + "M": 5.23477210663259e-05, + "O": 1.0514510904613417e-05, + "W": 1.6190860208098456e-08, + "N": 1.121088333277953e-09, + "Y": 9.428899647900835e-05, + "U": 1.8476421781432606e-10, + "K": 1.9108640017528877e-11, + "L": 1.0068821438835585e-06, + "G": 2.4166993171093054e-05, + "F": 9.925191989168525e-06, + "E": 1.1446758918509659e-07, + "T": 0.00015588206588290632, + "P": 0.0004118570650462061, + "-": 0.9992382526397705 + }, + "id": "tp_1597" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 199633, + "label": "-", + "classification": { + "B": 4.2909348962894e-07, + "S": 7.924599643160946e-09, + "I": 6.058969859168428e-08, + "C": 4.5567055684259117e-10, + "R": 2.0886722906787725e-10, + "M": 7.817183359293267e-06, + "O": 4.659603291656822e-06, + "W": 3.2581723985458666e-09, + "N": 7.44071679270597e-11, + "Y": 1.718349267321173e-06, + "U": 4.951440733119705e-13, + "K": 1.5959234691629155e-15, + "L": 1.8695824621772772e-07, + "G": 4.8481160774827e-07, + "F": 9.916403769238968e-07, + "E": 9.35639299370905e-09, + "T": 5.539635822060518e-06, + "P": 0.001960020512342453, + "-": 0.9980179071426392 + }, + "id": "tp_1598" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 199766, + "label": "-", + "classification": { + "B": 2.4356029371119803e-07, + "S": 1.7899136395271853e-08, + "I": 5.498871402664918e-08, + "C": 2.167197692415357e-07, + "R": 7.483337327585105e-08, + "M": 2.6263640393153764e-05, + "O": 1.3435830624075606e-05, + "W": 2.850655533848112e-08, + "N": 5.83407377963141e-10, + "Y": 8.271302249340806e-06, + "U": 1.3742067206390374e-10, + "K": 5.696139306760051e-12, + "L": 2.3045786292641424e-06, + "G": 8.015582352527417e-06, + "F": 3.641914372565225e-05, + "E": 3.570834294919223e-08, + "T": 3.849174754577689e-05, + "P": 0.00048108998453244567, + "-": 0.9993851184844971 + }, + "id": "tp_1599" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 199900, + "label": "-", + "classification": { + "B": 4.687537057179725e-06, + "S": 6.21111530563212e-06, + "I": 0.00018319445371162146, + "C": 3.134475991828367e-05, + "R": 7.929415914986748e-06, + "M": 0.00028711758204735816, + "O": 8.378531492780894e-05, + "W": 3.852058853226481e-06, + "N": 7.455300419678679e-06, + "Y": 0.002456196118146181, + "U": 1.0710939477576176e-06, + "K": 9.546006367600057e-07, + "L": 1.6152496755239554e-05, + "G": 0.00032406701939180493, + "F": 0.0014129856135696173, + "E": 6.193993613123894e-05, + "T": 0.002142550889402628, + "P": 0.05879063531756401, + "-": 0.9341777563095093 + }, + "id": "tp_1600" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 200033, + "label": "-", + "classification": { + "B": 1.0751141417131294e-05, + "S": 4.847088348469697e-06, + "I": 0.00010330100485589355, + "C": 1.0332341844332404e-05, + "R": 3.074545247727656e-06, + "M": 0.000194357184227556, + "O": 0.00019507191609591246, + "W": 5.251774382486474e-06, + "N": 3.594589543354232e-06, + "Y": 0.000280778476735577, + "U": 4.6665340391882637e-07, + "K": 7.952426983592886e-08, + "L": 2.296997990924865e-05, + "G": 0.00013289385242387652, + "F": 0.0005454823840409517, + "E": 4.7835896111791953e-05, + "T": 0.000689213105943054, + "P": 0.042856015264987946, + "-": 0.9548936486244202 + }, + "id": "tp_1601" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 200133, + "label": "-", + "classification": { + "B": 2.2978009894814022e-07, + "S": 5.683893888885905e-08, + "I": 1.7278237010032171e-06, + "C": 5.22509708389407e-07, + "R": 1.2871302601524803e-07, + "M": 2.232217048003804e-05, + "O": 1.1830672519863583e-05, + "W": 4.751028370719723e-08, + "N": 2.578526014929139e-08, + "Y": 3.089317760895938e-05, + "U": 1.7919131733989957e-09, + "K": 2.721645964154362e-10, + "L": 1.1593015187827405e-06, + "G": 1.8420576452626847e-05, + "F": 0.00010046811075881124, + "E": 7.673505706407013e-07, + "T": 8.851047459756956e-05, + "P": 0.005022495985031128, + "-": 0.9947004318237305 + }, + "id": "tp_1602" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 200267, + "label": "-", + "classification": { + "B": 7.452246042483068e-10, + "S": 8.08855382672391e-09, + "I": 1.6885725528936746e-07, + "C": 2.656990361060707e-08, + "R": 6.141487318700456e-09, + "M": 4.449969765119022e-06, + "O": 7.867054705457122e-07, + "W": 8.58314930241022e-09, + "N": 4.93784568789124e-09, + "Y": 9.51210458879359e-05, + "U": 8.599679302001562e-10, + "K": 1.8535740764491493e-07, + "L": 1.4425017624830616e-08, + "G": 5.394964773586253e-06, + "F": 0.0004324939800426364, + "E": 1.1222008424738306e-06, + "T": 3.683489194372669e-05, + "P": 0.002922685584053397, + "-": 0.9965008497238159 + }, + "id": "tp_1603" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 200400, + "label": "-", + "classification": { + "B": 2.1595049304323766e-07, + "S": 6.754376613571367e-08, + "I": 3.2104333058669e-06, + "C": 7.655701210751431e-07, + "R": 1.983272710504025e-07, + "M": 2.2449368771049194e-05, + "O": 9.946611498889979e-06, + "W": 8.378378169027201e-08, + "N": 5.0859515710044434e-08, + "Y": 8.299105684272945e-05, + "U": 7.7502813056185e-09, + "K": 4.689318378048313e-10, + "L": 1.0037715583166573e-06, + "G": 1.2186144886072725e-05, + "F": 5.189654984860681e-05, + "E": 8.738242058825563e-07, + "T": 0.00022744527086615562, + "P": 0.01871277205646038, + "-": 0.9808737635612488 + }, + "id": "tp_1604" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 200501, + "label": "-", + "classification": { + "B": 2.4289383873110637e-06, + "S": 8.30178578326013e-06, + "I": 0.000463303440483287, + "C": 2.364848114666529e-05, + "R": 4.952280050929403e-06, + "M": 0.0001567947620060295, + "O": 9.119662718148902e-05, + "W": 5.999441327730892e-06, + "N": 6.210327410371974e-05, + "Y": 0.0008217730210162699, + "U": 1.75746697550494e-06, + "K": 1.5672740119043738e-05, + "L": 4.413508577272296e-06, + "G": 0.0002355950855417177, + "F": 0.005805690307170153, + "E": 0.00045013174531050026, + "T": 0.0010882798815146089, + "P": 0.23134519159793854, + "-": 0.7594127058982849 + }, + "id": "tp_1605" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 200634, + "label": "-", + "classification": { + "B": 7.723478120169602e-06, + "S": 1.4523159279633546e-06, + "I": 1.9711817003553733e-05, + "C": 4.97673272548127e-06, + "R": 2.935362317657564e-06, + "M": 0.00014285977522376925, + "O": 0.00011152881779707968, + "W": 2.0768793547176756e-06, + "N": 5.477808144860319e-07, + "Y": 0.0006299125379882753, + "U": 1.631815536029535e-07, + "K": 2.1087627644078566e-08, + "L": 2.3615482859895565e-05, + "G": 0.00014497379015665501, + "F": 0.0007403245544992387, + "E": 1.1346457540639676e-05, + "T": 0.0005086135352030396, + "P": 0.02231239527463913, + "-": 0.9753347039222717 + }, + "id": "tp_1606" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 200767, + "label": "-", + "classification": { + "B": 3.205258281013812e-07, + "S": 2.884395087221492e-07, + "I": 8.57823057032192e-09, + "C": 1.0127617855459903e-08, + "R": 2.0642296760797763e-08, + "M": 0.00022381314192898571, + "O": 0.0002497730602044612, + "W": 4.872409675726885e-08, + "N": 4.320168875415753e-11, + "Y": 5.063015123596415e-05, + "U": 2.085103140495037e-12, + "K": 1.6921903941567902e-14, + "L": 4.5289536501513794e-05, + "G": 4.094422547495924e-05, + "F": 2.1077587007312104e-05, + "E": 6.333447544193405e-09, + "T": 0.0001210146801895462, + "P": 3.672197999549098e-05, + "-": 0.999210000038147 + }, + "id": "tp_1607" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 200901, + "label": "-", + "classification": { + "B": 6.130903057055548e-05, + "S": 3.73361908714287e-05, + "I": 0.00013058258628007025, + "C": 4.4002285903843585e-06, + "R": 6.117502380220685e-06, + "M": 0.0007670630584470928, + "O": 0.0012414789525792003, + "W": 2.147808663721662e-05, + "N": 3.2155173812498106e-06, + "Y": 0.00020768724789377302, + "U": 1.1243322717291448e-07, + "K": 9.179398574588049e-09, + "L": 0.00012432929361239076, + "G": 0.00014390521391760558, + "F": 0.0003210722061339766, + "E": 1.3691510503122117e-05, + "T": 0.0009340739925391972, + "P": 0.03671003133058548, + "-": 0.9592720866203308 + }, + "id": "tp_1608" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 201001, + "label": "-", + "classification": { + "B": 7.256129492816399e-07, + "S": 3.314195282655419e-06, + "I": 4.569427983369678e-05, + "C": 3.3186736345669487e-06, + "R": 1.276313582820876e-06, + "M": 6.513515108963475e-05, + "O": 7.098093919921666e-05, + "W": 1.8186583474744111e-06, + "N": 3.059452183151734e-06, + "Y": 0.00017011990712489933, + "U": 1.0731378807804504e-07, + "K": 2.745616711763432e-07, + "L": 3.485507477307692e-06, + "G": 5.0130194722441956e-05, + "F": 0.0052042813040316105, + "E": 2.660354039107915e-05, + "T": 0.0002758428454399109, + "P": 0.05638236179947853, + "-": 0.9376913905143738 + }, + "id": "tp_1609" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 201134, + "label": "-", + "classification": { + "B": 9.337910341855604e-06, + "S": 4.8309746489394456e-05, + "I": 0.0003807322937063873, + "C": 4.468049155548215e-05, + "R": 1.3135013432474807e-05, + "M": 0.0003560767218004912, + "O": 0.0004003751091659069, + "W": 2.301328095200006e-05, + "N": 5.6374454288743436e-05, + "Y": 0.0003644057724159211, + "U": 3.4177949146396713e-06, + "K": 1.1380129762983415e-05, + "L": 2.9612829166580923e-05, + "G": 0.00036119119613431394, + "F": 0.009166679345071316, + "E": 0.00020612424123100936, + "T": 0.001539445947855711, + "P": 0.1417277455329895, + "-": 0.8452581167221069 + }, + "id": "tp_1610" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 201268, + "label": "-", + "classification": { + "B": 1.8784736539601e-06, + "S": 1.1294578143861145e-05, + "I": 0.0004898543702438474, + "C": 0.00011622680176515132, + "R": 3.5469623981043696e-05, + "M": 0.00029150111367926, + "O": 0.00014828762505203485, + "W": 1.1930214895983227e-05, + "N": 3.695545456139371e-05, + "Y": 0.0012646174291148782, + "U": 6.000256234983681e-06, + "K": 2.4996872525662184e-05, + "L": 1.693907324806787e-05, + "G": 0.0002742395445238799, + "F": 0.004308131989091635, + "E": 0.00014214680413715541, + "T": 0.0019931839779019356, + "P": 0.086363784968853, + "-": 0.9044625759124756 + }, + "id": "tp_1611" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 201401, + "label": "-", + "classification": { + "B": 1.8859317663100228e-07, + "S": 1.49065030541351e-07, + "I": 4.755469490191899e-05, + "C": 1.7023900227286504e-06, + "R": 4.688001808972331e-07, + "M": 1.4531023225572426e-05, + "O": 1.1707236808433663e-05, + "W": 2.6696682198235067e-07, + "N": 9.886467751130112e-07, + "Y": 8.517858077539131e-05, + "U": 7.125965595378148e-08, + "K": 1.2563306839297184e-08, + "L": 8.52922141802992e-07, + "G": 1.1050172361137811e-05, + "F": 0.0001223502476932481, + "E": 3.6519616060104454e-06, + "T": 0.00036850280594080687, + "P": 0.08473661541938782, + "-": 0.9145940542221069 + }, + "id": "tp_1612" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 201502, + "label": "-", + "classification": { + "B": 0.00026886837440542877, + "S": 0.001383114024065435, + "I": 0.06538869440555573, + "C": 0.008414109237492085, + "R": 0.005108991172164679, + "M": 0.012595384381711483, + "O": 0.007136808708310127, + "W": 0.00122173223644495, + "N": 0.009503393433988094, + "Y": 0.07713719457387924, + "U": 0.0005910669569857419, + "K": 0.003024703124538064, + "L": 0.0009410504135303199, + "G": 0.015319433994591236, + "F": 0.011675379239022732, + "E": 0.007231455296278, + "T": 0.08385060727596283, + "P": 0.12462210655212402, + "-": 0.5645858645439148 + }, + "id": "tp_1613" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 201635, + "label": "-", + "classification": { + "B": 3.559715855416812e-10, + "S": 1.0809003692102692e-09, + "I": 3.069561387292197e-07, + "C": 7.532301005142017e-09, + "R": 5.681101700183433e-10, + "M": 7.702931270614499e-08, + "O": 3.607958021234481e-08, + "W": 5.260938906737067e-10, + "N": 6.704978794402905e-09, + "Y": 6.524476248159772e-06, + "U": 7.90264867434054e-11, + "K": 4.914205042894082e-09, + "L": 7.666339230105734e-10, + "G": 6.99527959113766e-07, + "F": 0.0011336910538375378, + "E": 1.2654161309910705e-06, + "T": 2.4836419925122755e-06, + "P": 0.1145026758313179, + "-": 0.8843521475791931 + }, + "id": "tp_1614" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 201768, + "label": "-", + "classification": { + "B": 1.4392709090316202e-05, + "S": 3.6258411455492023e-06, + "I": 2.5187777282553725e-05, + "C": 3.4768893328873673e-06, + "R": 3.2059881505119847e-06, + "M": 0.003940778784453869, + "O": 0.0003486826317384839, + "W": 2.5332060431537684e-06, + "N": 1.8010490521191969e-07, + "Y": 0.0012762030819430947, + "U": 2.5752806109835547e-08, + "K": 3.869323528249424e-09, + "L": 8.654942939756438e-05, + "G": 0.0004351082316134125, + "F": 0.0003108779201284051, + "E": 1.3215279068390373e-05, + "T": 0.0019562095403671265, + "P": 0.002736496739089489, + "-": 0.9888433218002319 + }, + "id": "tp_1615" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 201902, + "label": "-", + "classification": { + "B": 0.004793160129338503, + "S": 0.06103834882378578, + "I": 0.002738162875175476, + "C": 0.005024036392569542, + "R": 0.008039926178753376, + "M": 0.05687832087278366, + "O": 0.08274508267641068, + "W": 0.016888568177819252, + "N": 0.0015467145713046193, + "Y": 0.014156296849250793, + "U": 0.00026254745898768306, + "K": 0.0009569713147357106, + "L": 0.032416604459285736, + "G": 0.03221956640481949, + "F": 0.1110035702586174, + "E": 0.0029001717921346426, + "T": 0.04021063819527626, + "P": 0.04029252380132675, + "-": 0.48588868975639343 + }, + "id": "tp_1616" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 202002, + "label": "-", + "classification": { + "B": 9.21056380320806e-06, + "S": 5.407031039794674e-06, + "I": 0.00010253048094455153, + "C": 1.3775237448498956e-06, + "R": 7.161283406276198e-07, + "M": 8.31380530144088e-05, + "O": 7.690669735893607e-05, + "W": 2.1444150206662016e-06, + "N": 4.368998816062231e-06, + "Y": 9.628779662307352e-05, + "U": 9.952612600727662e-08, + "K": 6.354097337180065e-08, + "L": 4.738299139717128e-06, + "G": 5.8546658692648634e-05, + "F": 0.0006791194900870323, + "E": 2.867190596589353e-05, + "T": 0.0003325663274154067, + "P": 0.261962890625, + "-": 0.7365511655807495 + }, + "id": "tp_1617" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 202135, + "label": "-", + "classification": { + "B": 3.261638994445093e-05, + "S": 9.72930956777418e-06, + "I": 1.0789214684336912e-05, + "C": 5.89126955219399e-07, + "R": 9.68777044363378e-07, + "M": 0.0005442302790470421, + "O": 0.00027418765239417553, + "W": 1.875417297014792e-06, + "N": 1.5863004421134974e-07, + "Y": 0.00025332640507258475, + "U": 7.1481585095511946e-09, + "K": 3.9665679074651905e-10, + "L": 7.512512092944235e-05, + "G": 0.00013585342094302177, + "F": 0.0006627015536651015, + "E": 2.4229670998465735e-06, + "T": 0.0005979951238259673, + "P": 0.005393807776272297, + "-": 0.9920036196708679 + }, + "id": "tp_1618" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 202269, + "label": "-", + "classification": { + "B": 1.3545254917701754e-09, + "S": 3.0005355977635872e-09, + "I": 2.4373873657168588e-06, + "C": 1.2537485361008294e-07, + "R": 3.1774124664707415e-08, + "M": 1.9931363567593507e-05, + "O": 1.0422394325360074e-06, + "W": 4.885412963062663e-09, + "N": 9.335901829388149e-09, + "Y": 0.00012730533489957452, + "U": 7.306532046058578e-10, + "K": 5.91365900692864e-10, + "L": 8.38733242858325e-08, + "G": 7.733194252068643e-06, + "F": 7.307846681214869e-05, + "E": 6.157786174298963e-07, + "T": 0.00010623802518239245, + "P": 0.004565919283777475, + "-": 0.9950953722000122 + }, + "id": "tp_1619" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 202402, + "label": "-", + "classification": { + "B": 0.0004627872840501368, + "S": 0.00017168039630632848, + "I": 0.002265156013891101, + "C": 0.0009576604934409261, + "R": 0.00023757146846037358, + "M": 0.006573651917278767, + "O": 0.0024115496780723333, + "W": 0.00014346047828439623, + "N": 0.00023772874556016177, + "Y": 0.005981829017400742, + "U": 4.0737944800639525e-05, + "K": 1.546674502606038e-05, + "L": 0.0007718338165432215, + "G": 0.004505492746829987, + "F": 0.00872931256890297, + "E": 0.0021749541629105806, + "T": 0.007702184375375509, + "P": 0.09075222164392471, + "-": 0.8658646941184998 + }, + "id": "tp_1620" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 202503, + "label": "-", + "classification": { + "B": 0.0023174649104475975, + "S": 0.002756372094154358, + "I": 0.000809872813988477, + "C": 0.00019267320749349892, + "R": 0.0001907487603602931, + "M": 0.00897829607129097, + "O": 0.010836959816515446, + "W": 0.001051637576892972, + "N": 0.0001493182935519144, + "Y": 0.002436067210510373, + "U": 1.8069024008582346e-05, + "K": 8.24157632450806e-06, + "L": 0.0021043785382062197, + "G": 0.0025481749325990677, + "F": 0.014049247838556767, + "E": 0.0006403084262274206, + "T": 0.005841843318194151, + "P": 0.0666886568069458, + "-": 0.8783816695213318 + }, + "id": "tp_1621" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 202636, + "label": "-", + "classification": { + "B": 6.242570088943467e-05, + "S": 0.00012682206579484046, + "I": 0.001673932303674519, + "C": 0.00028449209639802575, + "R": 0.0002496028027962893, + "M": 0.023417070508003235, + "O": 0.0033651774283498526, + "W": 9.868080815067515e-05, + "N": 5.694282299373299e-05, + "Y": 0.015496646985411644, + "U": 1.1197318599442951e-05, + "K": 1.4543048791892943e-06, + "L": 0.001149188494309783, + "G": 0.003010860877111554, + "F": 0.0013842108892276883, + "E": 0.00022628041915595531, + "T": 0.045978616923093796, + "P": 0.013778121210634708, + "-": 0.8896282315254211 + }, + "id": "tp_1622" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 202769, + "label": "-", + "classification": { + "B": 4.186350906820735e-06, + "S": 6.886257324367762e-07, + "I": 1.1387905942683574e-06, + "C": 1.1866486602229998e-06, + "R": 6.780957733099058e-07, + "M": 0.0005385254044085741, + "O": 0.00019200670067220926, + "W": 6.753014076821273e-07, + "N": 1.1909692787526183e-08, + "Y": 0.0001236133830389008, + "U": 4.56785320679387e-09, + "K": 9.715430543399961e-11, + "L": 5.735670492867939e-05, + "G": 9.309840970672667e-05, + "F": 0.00011910387547686696, + "E": 6.857023322481837e-07, + "T": 0.0004476059984881431, + "P": 0.0011305913794785738, + "-": 0.9972888231277466 + }, + "id": "tp_1623" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 202903, + "label": "-", + "classification": { + "B": 6.601029599551111e-05, + "S": 2.0276978830224834e-05, + "I": 4.5833403419237584e-05, + "C": 3.984899649367435e-06, + "R": 1.0726151913331705e-06, + "M": 0.0005346587277017534, + "O": 0.00034035928547382355, + "W": 1.2229976164235268e-05, + "N": 3.497710395095055e-06, + "Y": 0.0001603261916898191, + "U": 3.12272106839373e-07, + "K": 1.3137990606537642e-07, + "L": 3.079340240219608e-05, + "G": 0.0001086261254386045, + "F": 0.0010410763788968325, + "E": 7.697377441218123e-05, + "T": 0.000534839229658246, + "P": 0.04776425287127495, + "-": 0.9492547512054443 + }, + "id": "tp_1624" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 203003, + "label": "-", + "classification": { + "B": 0.0001484186650486663, + "S": 4.624431312549859e-05, + "I": 0.00033690090640448034, + "C": 0.00014246479258872569, + "R": 0.00012857334513682872, + "M": 0.002162099117413163, + "O": 0.0011080920230597258, + "W": 4.994712071493268e-05, + "N": 1.657817847444676e-05, + "Y": 0.004435080569237471, + "U": 4.177974915364757e-06, + "K": 1.941544041983434e-06, + "L": 0.00031409086659550667, + "G": 0.001917389570735395, + "F": 0.005787440109997988, + "E": 0.00019469117978587747, + "T": 0.003767052898183465, + "P": 0.029718657955527306, + "-": 0.9497200846672058 + }, + "id": "tp_1625" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 203136, + "label": "-", + "classification": { + "B": 0.0045392136089503765, + "S": 0.003351163351908326, + "I": 0.00036139742587693036, + "C": 7.503812230424955e-05, + "R": 0.00010458467295393348, + "M": 0.005204849876463413, + "O": 0.012962248176336288, + "W": 0.001783008687198162, + "N": 0.00010033916623797268, + "Y": 0.0026343311183154583, + "U": 2.0739080355269834e-05, + "K": 2.9436623663059436e-05, + "L": 0.0016526116523891687, + "G": 0.0024057526607066393, + "F": 0.020825117826461792, + "E": 0.0005133013473823667, + "T": 0.0049918950535357, + "P": 0.05808955430984497, + "-": 0.8803554773330688 + }, + "id": "tp_1626" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 203270, + "label": "-", + "classification": { + "B": 7.787685163407332e-09, + "S": 3.254665703611437e-10, + "I": 1.437035592743996e-07, + "C": 5.927930146754079e-08, + "R": 7.18395121168669e-09, + "M": 2.6165896542806877e-06, + "O": 2.1302312802617962e-07, + "W": 3.652499136475029e-10, + "N": 2.8301089249893607e-10, + "Y": 2.123499143635854e-05, + "U": 4.4662312043142194e-11, + "K": 9.874787099128923e-11, + "L": 4.4023995116049264e-08, + "G": 1.1806402653746773e-05, + "F": 8.82289677974768e-05, + "E": 1.664407420776115e-07, + "T": 8.298250577354338e-06, + "P": 0.0011797044426202774, + "-": 0.9986875653266907 + }, + "id": "tp_1627" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 203403, + "label": "-", + "classification": { + "B": 0.0002504529256839305, + "S": 9.192575089400634e-05, + "I": 3.161533459206112e-05, + "C": 2.9333054044400342e-05, + "R": 3.707239011419006e-05, + "M": 0.000528296921402216, + "O": 0.0015152939595282078, + "W": 7.420735346386209e-05, + "N": 3.1767192467668792e-06, + "Y": 0.001383050694130361, + "U": 1.289703163820377e-06, + "K": 8.272564286926354e-07, + "L": 0.00019746777252294123, + "G": 0.000637632911093533, + "F": 0.0027436178643256426, + "E": 2.0667688659159467e-05, + "T": 0.0012075407430529594, + "P": 0.014228211715817451, + "-": 0.9770182371139526 + }, + "id": "tp_1628" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 203504, + "label": "-", + "classification": { + "B": 0.0011544037843123078, + "S": 0.0025246210861951113, + "I": 8.625372174719814e-06, + "C": 2.0832107111345977e-05, + "R": 8.872785838320851e-05, + "M": 0.04168150573968887, + "O": 0.05009844899177551, + "W": 0.00026195720420219004, + "N": 4.817870831175242e-07, + "Y": 0.0036177774891257286, + "U": 2.990506686728622e-08, + "K": 1.0563264041252296e-08, + "L": 0.02269778959453106, + "G": 0.011919002048671246, + "F": 0.006043716799467802, + "E": 9.368459359393455e-06, + "T": 0.007819748483598232, + "P": 0.00037756553501822054, + "-": 0.8516754508018494 + }, + "id": "tp_1629" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 203637, + "label": "-", + "classification": { + "B": 1.6833213521749713e-05, + "S": 7.39243034786341e-07, + "I": 1.6163460259122076e-07, + "C": 6.42743946954738e-09, + "R": 8.43283576301701e-09, + "M": 0.0002056121884379536, + "O": 7.900753553258255e-05, + "W": 9.584043425547861e-08, + "N": 1.6399515079257299e-09, + "Y": 1.560772034281399e-05, + "U": 4.6958142235764555e-11, + "K": 9.95469006705163e-13, + "L": 9.108158337767236e-06, + "G": 2.4218132239184342e-05, + "F": 6.277447391767055e-05, + "E": 7.502251264668303e-07, + "T": 5.924686774960719e-05, + "P": 0.001922118361108005, + "-": 0.9976038336753845 + }, + "id": "tp_1630" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 203770, + "label": "-", + "classification": { + "B": 1.5753554407638148e-06, + "S": 2.262738462377456e-06, + "I": 4.026902843179414e-06, + "C": 3.1738979942019796e-06, + "R": 4.1867333493428305e-06, + "M": 0.0009584822109900415, + "O": 0.0005231749964877963, + "W": 1.989827751458506e-06, + "N": 4.077740456409629e-08, + "Y": 0.0007302777958102524, + "U": 7.4285821938246954e-09, + "K": 1.0032499275780538e-09, + "L": 0.00011830111179733649, + "G": 0.00032577625825069845, + "F": 0.0003987126692663878, + "E": 1.7747705669535208e-06, + "T": 0.0007685402524657547, + "P": 0.0006953728734515607, + "-": 0.9954622387886047 + }, + "id": "tp_1631" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 203904, + "label": "-", + "classification": { + "B": 3.010009641002398e-05, + "S": 4.956288648827467e-06, + "I": 1.9044285863856203e-06, + "C": 3.71729782955299e-07, + "R": 1.4721160823683022e-07, + "M": 0.0002496819943189621, + "O": 7.052187720546499e-05, + "W": 6.098260882936302e-07, + "N": 6.910942573767898e-08, + "Y": 0.00017688395746517926, + "U": 3.831638117901548e-09, + "K": 1.0789758420060025e-08, + "L": 1.3622615369968116e-05, + "G": 0.00022431414981838316, + "F": 0.00824181642383337, + "E": 1.6063369912444614e-05, + "T": 0.00011088767496403307, + "P": 0.006069585215300322, + "-": 0.9847884178161621 + }, + "id": "tp_1632" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 204004, + "label": "-", + "classification": { + "B": 0.001234960276633501, + "S": 0.0016780985752120614, + "I": 1.5185707525233738e-05, + "C": 1.1335237104503904e-05, + "R": 6.356372614391148e-05, + "M": 0.012728645466268063, + "O": 0.027697568759322166, + "W": 0.0004034105804748833, + "N": 1.005062131298473e-06, + "Y": 0.0015231200959533453, + "U": 1.1591932036481012e-07, + "K": 2.34922961084294e-08, + "L": 0.008157026022672653, + "G": 0.002918611979112029, + "F": 0.005365881137549877, + "E": 1.674287523201201e-05, + "T": 0.0030492483638226986, + "P": 0.0016381893074139953, + "-": 0.9334972500801086 + }, + "id": "tp_1633" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 204137, + "label": "P", + "classification": { + "B": 0.0012706847628578544, + "S": 0.008290224708616734, + "I": 0.008199256844818592, + "C": 0.00029027831624262035, + "R": 0.00029359530890360475, + "M": 0.0026668119244277477, + "O": 0.005747922230511904, + "W": 0.0014777535106986761, + "N": 0.00248412205837667, + "Y": 0.0018142318585887551, + "U": 4.757092028739862e-05, + "K": 7.592458132421598e-05, + "L": 0.0006340195541270077, + "G": 0.0014763440703973174, + "F": 0.019234832376241684, + "E": 0.0012710907030850649, + "T": 0.007137986831367016, + "P": 0.469253271818161, + "-": 0.4683341979980469 + }, + "id": "tp_1634" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 204271, + "label": "-", + "classification": { + "B": 2.4339296942343935e-06, + "S": 6.0035536080249585e-06, + "I": 4.48508308181772e-06, + "C": 5.864106697117677e-06, + "R": 8.358854756806977e-06, + "M": 0.0006139372126199305, + "O": 0.0002150499785784632, + "W": 3.1327833767136326e-06, + "N": 1.1260732435403042e-07, + "Y": 0.0012723009567707777, + "U": 2.8323910328253987e-08, + "K": 5.369687627876374e-08, + "L": 4.342204556451179e-05, + "G": 0.0003179490740876645, + "F": 0.0034205785486847162, + "E": 1.3990378420203342e-06, + "T": 0.0013683513971045613, + "P": 0.0009233105229213834, + "-": 0.9917932152748108 + }, + "id": "tp_1635" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 204404, + "label": "-", + "classification": { + "B": 5.0229955377290025e-06, + "S": 1.2008115845674183e-05, + "I": 1.899301423691213e-05, + "C": 7.067998012644239e-06, + "R": 2.8998899779253406e-06, + "M": 0.0011890088208019733, + "O": 0.00016462568601127714, + "W": 2.8061035663995426e-06, + "N": 1.1003572808476747e-06, + "Y": 0.001249397057108581, + "U": 1.0029653907395186e-07, + "K": 9.434580761080724e-07, + "L": 4.315105979912914e-05, + "G": 0.0006003892049193382, + "F": 0.008958742022514343, + "E": 0.00012063734175171703, + "T": 0.00127511122263968, + "P": 0.007748177275061607, + "-": 0.9785997271537781 + }, + "id": "tp_1636" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 204505, + "label": "-", + "classification": { + "B": 7.22080294508487e-05, + "S": 0.002962806960567832, + "I": 6.714064511470497e-05, + "C": 6.367014429997653e-05, + "R": 5.314560985425487e-05, + "M": 0.0025426510255783796, + "O": 0.003291850443929434, + "W": 0.00030129202059470117, + "N": 3.1145085813477635e-05, + "Y": 0.0009025671752169728, + "U": 1.426070753041131e-06, + "K": 9.56691219471395e-05, + "L": 0.00033532280940562487, + "G": 0.0018827125895768404, + "F": 0.12108064442873001, + "E": 0.00028472591657191515, + "T": 0.0036494445521384478, + "P": 0.022856874391436577, + "-": 0.8395248055458069 + }, + "id": "tp_1637" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 204638, + "label": "-", + "classification": { + "B": 0.0008532350184395909, + "S": 0.001084570656530559, + "I": 8.042855188250542e-05, + "C": 9.476366540184245e-05, + "R": 3.6962486774427816e-05, + "M": 0.002306743059307337, + "O": 0.0019308470655232668, + "W": 0.00016436679288744926, + "N": 2.0696579667855985e-05, + "Y": 0.0006873186212033033, + "U": 2.3532086288469145e-06, + "K": 7.197872946562711e-06, + "L": 0.00024229117843788117, + "G": 0.0011027748696506023, + "F": 0.02028566040098667, + "E": 0.0002739657065831125, + "T": 0.001828612294048071, + "P": 0.031480271369218826, + "-": 0.9375169277191162 + }, + "id": "tp_1638" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 204771, + "label": "-", + "classification": { + "B": 0.00014432596799451858, + "S": 0.0001722348533803597, + "I": 1.253463688044576e-05, + "C": 1.3809517440677155e-06, + "R": 2.4939740796980914e-06, + "M": 0.004544832743704319, + "O": 0.003049899358302355, + "W": 3.180226485710591e-05, + "N": 3.4959177241944417e-07, + "Y": 0.0005385348340496421, + "U": 2.0822893631589068e-08, + "K": 1.9184769328717266e-09, + "L": 0.0007025074446573853, + "G": 0.0009506370988674462, + "F": 0.0038966250140219927, + "E": 1.557686300657224e-05, + "T": 0.000783062307164073, + "P": 0.005452917888760567, + "-": 0.9797002673149109 + }, + "id": "tp_1639" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 204905, + "label": "-", + "classification": { + "B": 0.007602420635521412, + "S": 0.0029188478365540504, + "I": 0.0005496778176166117, + "C": 0.0006234754109755158, + "R": 0.00043130904668942094, + "M": 0.16360652446746826, + "O": 0.03472692891955376, + "W": 0.0006293633487075567, + "N": 3.329992250655778e-05, + "Y": 0.010606114752590656, + "U": 3.7319243801903212e-06, + "K": 9.37650668220158e-07, + "L": 0.03064206801354885, + "G": 0.03827964887022972, + "F": 0.014530092477798462, + "E": 0.0027574689593166113, + "T": 0.009615099988877773, + "P": 0.011310308240354061, + "-": 0.6711327433586121 + }, + "id": "tp_1640" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 205005, + "label": "-", + "classification": { + "B": 0.00042881412082351744, + "S": 0.0004989515291526914, + "I": 0.0020836908370256424, + "C": 0.0007289362838491797, + "R": 0.0004890916752628982, + "M": 0.010933809913694859, + "O": 0.005651126150041819, + "W": 0.00044719583820551634, + "N": 0.00025794823886826634, + "Y": 0.008625727146863937, + "U": 6.567641685251147e-05, + "K": 2.351313378312625e-05, + "L": 0.0015741578536108136, + "G": 0.004613726399838924, + "F": 0.007766357157379389, + "E": 0.0008553178631700575, + "T": 0.016484318301081657, + "P": 0.06568121165037155, + "-": 0.8727904558181763 + }, + "id": "tp_1641" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 205138, + "label": "-", + "classification": { + "B": 1.7081518308259547e-05, + "S": 0.000767285586334765, + "I": 1.549303124193102e-05, + "C": 7.195874786702916e-05, + "R": 9.961864998331293e-05, + "M": 0.021471785381436348, + "O": 0.005721854045987129, + "W": 5.827303175465204e-05, + "N": 8.94608092494309e-07, + "Y": 0.008324438706040382, + "U": 6.434773780483738e-08, + "K": 2.429561050121265e-07, + "L": 0.002828445751219988, + "G": 0.007546576671302319, + "F": 0.02959875389933586, + "E": 3.089531674049795e-05, + "T": 0.010838266462087631, + "P": 0.0006848789635114372, + "-": 0.9119231700897217 + }, + "id": "tp_1642" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 205272, + "label": "-", + "classification": { + "B": 0.03733550384640694, + "S": 0.06527692824602127, + "I": 0.008402440696954727, + "C": 0.0003394405357539654, + "R": 0.0007777648279443383, + "M": 0.03238464891910553, + "O": 0.05608486384153366, + "W": 0.012741676531732082, + "N": 0.003161498112604022, + "Y": 0.005190491676330566, + "U": 0.00018777472723741084, + "K": 0.00034074470750056207, + "L": 0.01278674602508545, + "G": 0.010682947933673859, + "F": 0.06343187391757965, + "E": 0.007062077987939119, + "T": 0.015269625931978226, + "P": 0.1732511818408966, + "-": 0.4952917695045471 + }, + "id": "tp_1643" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 205405, + "label": "-", + "classification": { + "B": 1.7730516788105888e-07, + "S": 7.452073305103113e-07, + "I": 2.3748250441713026e-06, + "C": 5.301807277646731e-07, + "R": 2.840964157257986e-07, + "M": 0.00040124665247276425, + "O": 7.7704360592179e-05, + "W": 2.831219205745583e-07, + "N": 4.777295359303935e-08, + "Y": 0.0003555049770511687, + "U": 5.348049114672904e-09, + "K": 2.8517854744336546e-10, + "L": 1.1573261872399598e-05, + "G": 5.628119834000245e-05, + "F": 0.00025411014212295413, + "E": 7.719065706623951e-07, + "T": 0.0006381440907716751, + "P": 0.0018312748288735747, + "-": 0.9963688850402832 + }, + "id": "tp_1644" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 205506, + "label": "-", + "classification": { + "B": 2.256032712466549e-05, + "S": 9.19679005164653e-05, + "I": 4.019703919766471e-05, + "C": 4.787574198417133e-06, + "R": 5.459256044559879e-06, + "M": 0.003124771174043417, + "O": 0.0015795488143339753, + "W": 1.812133632483892e-05, + "N": 1.8243853219246375e-06, + "Y": 0.0010712712537497282, + "U": 6.646450856351294e-08, + "K": 2.6964439570065224e-08, + "L": 0.0001930613798322156, + "G": 0.0007054157904349267, + "F": 0.004722157493233681, + "E": 4.598480882123113e-05, + "T": 0.001218316494487226, + "P": 0.011348898522555828, + "-": 0.9758055210113525 + }, + "id": "tp_1645" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 205639, + "label": "-", + "classification": { + "B": 0.001929741119965911, + "S": 0.005128111690282822, + "I": 0.0005938324029557407, + "C": 0.0026942333206534386, + "R": 0.005057868082076311, + "M": 0.13779596984386444, + "O": 0.09120656549930573, + "W": 0.0015672892332077026, + "N": 6.149154796730727e-05, + "Y": 0.05708935111761093, + "U": 2.123197009495925e-05, + "K": 3.5375583138375077e-06, + "L": 0.14106838405132294, + "G": 0.1160726398229599, + "F": 0.020284654572606087, + "E": 0.00029649754287675023, + "T": 0.06357677280902863, + "P": 0.0033462108112871647, + "-": 0.3522055447101593 + }, + "id": "tp_1646" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 205772, + "label": "-", + "classification": { + "B": 0.0001791729882825166, + "S": 0.0002699398319236934, + "I": 0.00021367422596085817, + "C": 2.1066234694444574e-05, + "R": 1.9667075321194716e-05, + "M": 0.013974183239042759, + "O": 0.002830727491527796, + "W": 5.072439671494067e-05, + "N": 1.176022215076955e-05, + "Y": 0.004116200841963291, + "U": 9.474250646235305e-07, + "K": 2.3778150648468e-07, + "L": 0.0006990833790041506, + "G": 0.002023650100454688, + "F": 0.0027492325752973557, + "E": 0.00015836393868084997, + "T": 0.01243803184479475, + "P": 0.010378004051744938, + "-": 0.9498652815818787 + }, + "id": "tp_1647" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 205906, + "label": "-", + "classification": { + "B": 5.944234970911566e-08, + "S": 3.3198290338987135e-07, + "I": 3.336634108563885e-06, + "C": 3.233709867345169e-05, + "R": 1.964987677638419e-05, + "M": 9.135283471550792e-05, + "O": 3.611319334595464e-05, + "W": 6.000705639053194e-07, + "N": 1.1482632800152714e-07, + "Y": 0.0015126998769119382, + "U": 5.54998607071866e-08, + "K": 1.867339705086124e-07, + "L": 1.1049924978578929e-05, + "G": 0.00023111705377232283, + "F": 0.0086243050172925, + "E": 9.167391112896439e-07, + "T": 0.0006463812896981835, + "P": 0.0014901674585416913, + "-": 0.9872992634773254 + }, + "id": "tp_1648" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 206006, + "label": "-", + "classification": { + "B": 1.2956125829077791e-05, + "S": 1.0589740668365266e-05, + "I": 1.8303076103620697e-06, + "C": 3.005926396681957e-09, + "R": 1.2420964257131573e-09, + "M": 8.179270480468404e-06, + "O": 2.582310844445601e-05, + "W": 6.715984568472777e-07, + "N": 1.828300497663804e-07, + "Y": 8.860459956849809e-07, + "U": 6.233585314596723e-10, + "K": 1.5644172624007524e-09, + "L": 3.0754702606827777e-07, + "G": 1.3258406852401095e-06, + "F": 0.00022937965695746243, + "E": 3.1744057196192443e-06, + "T": 1.236956723005278e-05, + "P": 0.21668770909309387, + "-": 0.7830045223236084 + }, + "id": "tp_1649" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 206139, + "label": "-", + "classification": { + "B": 3.237554210500093e-06, + "S": 3.907955942850094e-06, + "I": 1.274635366144139e-07, + "C": 1.33554900472177e-09, + "R": 4.997812164120319e-10, + "M": 4.099912257515825e-05, + "O": 2.1489555365405977e-05, + "W": 1.5490927296468726e-07, + "N": 3.842951290522478e-09, + "Y": 2.666272848728113e-06, + "U": 3.205872373124308e-11, + "K": 1.4827019820251586e-11, + "L": 9.608601203581202e-07, + "G": 2.5332753921247786e-06, + "F": 0.00043296749936416745, + "E": 1.2251288126208237e-06, + "T": 1.1101485142717138e-05, + "P": 0.014253067784011364, + "-": 0.9852256178855896 + }, + "id": "tp_1650" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 206273, + "label": "-", + "classification": { + "B": 0.006354750599712133, + "S": 0.004058498423546553, + "I": 0.0004906614776700735, + "C": 2.177017813664861e-05, + "R": 4.3960866605630144e-05, + "M": 0.016757113859057426, + "O": 0.0285468902438879, + "W": 0.0009131364640779793, + "N": 2.852818215615116e-05, + "Y": 0.0007444705115631223, + "U": 1.4254463849283638e-06, + "K": 1.5502340033890505e-07, + "L": 0.005580726079642773, + "G": 0.0027723577804863453, + "F": 0.0034399714786559343, + "E": 0.00022229460591915995, + "T": 0.003089435398578644, + "P": 0.03553638607263565, + "-": 0.8913974761962891 + }, + "id": "tp_1651" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 206406, + "label": "-", + "classification": { + "B": 0.00018289373838342726, + "S": 0.0005397429340519011, + "I": 0.01035511214286089, + "C": 0.0015490619698539376, + "R": 0.0010231538908556104, + "M": 0.009714994579553604, + "O": 0.003834877163171768, + "W": 0.000612327887210995, + "N": 0.0022616381756961346, + "Y": 0.03346524387598038, + "U": 0.00031288195168599486, + "K": 0.0022785484325140715, + "L": 0.0004976097261533141, + "G": 0.006767289247363806, + "F": 0.020145390182733536, + "E": 0.005935664288699627, + "T": 0.03612765297293663, + "P": 0.11967601627111435, + "-": 0.7447199821472168 + }, + "id": "tp_1652" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 206507, + "label": "-", + "classification": { + "B": 5.588904969044961e-06, + "S": 2.3227417841553688e-05, + "I": 0.00014536589151248336, + "C": 8.593158418079838e-05, + "R": 2.1452799046528526e-05, + "M": 0.0008915369980968535, + "O": 0.0002885340654756874, + "W": 1.6857438822626136e-05, + "N": 2.102163853123784e-05, + "Y": 0.0033445139415562153, + "U": 2.765115368674742e-06, + "K": 9.512575343251228e-05, + "L": 3.8101046811789274e-05, + "G": 0.0009960925672203302, + "F": 0.028931856155395508, + "E": 0.0004337725695222616, + "T": 0.0025203630793839693, + "P": 0.03381597623229027, + "-": 0.928321897983551 + }, + "id": "tp_1653" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 206640, + "label": "-", + "classification": { + "B": 2.8314314448607547e-08, + "S": 3.395804748507203e-09, + "I": 1.5247968576659332e-06, + "C": 2.0362550756658493e-08, + "R": 2.807702959017888e-09, + "M": 1.2472314665501472e-05, + "O": 7.907720487310144e-07, + "W": 2.2902606477970266e-09, + "N": 4.033240852407971e-09, + "Y": 2.512228638806846e-05, + "U": 7.91918336462416e-11, + "K": 1.574298330586643e-11, + "L": 9.842748482924435e-08, + "G": 7.875828487158287e-06, + "F": 6.37370249023661e-05, + "E": 3.652283112387522e-06, + "T": 2.8247415684745647e-05, + "P": 0.014183985069394112, + "-": 0.9856723546981812 + }, + "id": "tp_1654" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 206773, + "label": "-", + "classification": { + "B": 4.5888685917816474e-07, + "S": 4.276902032529506e-08, + "I": 3.923684744222555e-06, + "C": 9.038642474479275e-07, + "R": 6.815087516542917e-08, + "M": 1.6741252693464048e-05, + "O": 3.0794062695349567e-06, + "W": 4.154211907803074e-08, + "N": 6.864046753207731e-08, + "Y": 1.837082345446106e-05, + "U": 4.87976370422416e-09, + "K": 2.4168889112274883e-09, + "L": 2.896582032008155e-07, + "G": 1.2033538951072842e-05, + "F": 8.639543375466019e-05, + "E": 4.448704657988856e-06, + "T": 7.083850505296141e-05, + "P": 0.08818661421537399, + "-": 0.9115957617759705 + }, + "id": "tp_1655" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 206907, + "label": "-", + "classification": { + "B": 7.464115333277732e-05, + "S": 0.00010071805445477366, + "I": 0.0002756217436399311, + "C": 1.4552375660059624e-06, + "R": 6.418620159820421e-07, + "M": 0.0005151286022737622, + "O": 0.0002901302359532565, + "W": 3.2100313546834514e-05, + "N": 3.355119042680599e-05, + "Y": 0.00038600192056037486, + "U": 7.10654717295256e-07, + "K": 5.8814553085539956e-06, + "L": 1.413643349224003e-05, + "G": 0.00021901589934714139, + "F": 0.003197758924216032, + "E": 0.000992526882328093, + "T": 0.0005854227929376066, + "P": 0.3396833539009094, + "-": 0.6535910964012146 + }, + "id": "tp_1656" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 207007, + "label": "-", + "classification": { + "B": 1.0467150787007995e-05, + "S": 2.1665007352567045e-06, + "I": 0.0006153675494715571, + "C": 1.8501265003578737e-05, + "R": 9.093749213207047e-06, + "M": 0.0002878457307815552, + "O": 9.033446985995397e-05, + "W": 4.5174165279604495e-06, + "N": 2.1111281967023388e-05, + "Y": 0.002501665148884058, + "U": 1.4688329201817396e-06, + "K": 3.0914882245269837e-06, + "L": 1.0381178981333505e-05, + "G": 0.0005007860600017011, + "F": 0.0008286403026431799, + "E": 0.0002815777261275798, + "T": 0.0017504740972071886, + "P": 0.15329629182815552, + "-": 0.8397661447525024 + }, + "id": "tp_1657" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 207140, + "label": "P", + "classification": { + "B": 7.687452125537675e-06, + "S": 1.5077612260938622e-06, + "I": 0.003434615209698677, + "C": 4.945920954924077e-05, + "R": 5.568604592554038e-06, + "M": 0.00011336083844071254, + "O": 1.960687222890556e-05, + "W": 1.268655182684597e-06, + "N": 0.0001369384117424488, + "Y": 0.00033604016061872244, + "U": 1.648517695684859e-06, + "K": 9.950858839147259e-07, + "L": 5.142087957210606e-06, + "G": 0.0001661485293880105, + "F": 0.000724100333172828, + "E": 0.0017191158840432763, + "T": 0.000360172416549176, + "P": 0.814530611038208, + "-": 0.17838604748249054 + }, + "id": "tp_1658" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 207274, + "label": "P", + "classification": { + "B": 4.974631156073883e-05, + "S": 1.1571158211154398e-05, + "I": 0.0012421460123732686, + "C": 2.3685506675974466e-05, + "R": 3.6691703826363664e-06, + "M": 0.0005107318866066635, + "O": 6.654558092122898e-05, + "W": 9.757579391589388e-06, + "N": 0.00013226838200353086, + "Y": 0.0008217474678531289, + "U": 3.0833753044134937e-06, + "K": 1.7910704627865925e-05, + "L": 8.050337783060968e-06, + "G": 0.00020747387316077948, + "F": 0.0011584877502173185, + "E": 0.004394063726067543, + "T": 0.0007047898834571242, + "P": 0.696916401386261, + "-": 0.2937179207801819 + }, + "id": "tp_1659" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 207407, + "label": "P", + "classification": { + "B": 9.397491140816783e-08, + "S": 1.1457034077011485e-07, + "I": 0.001031275256536901, + "C": 1.0784223150039907e-06, + "R": 3.7360820215326385e-08, + "M": 5.304192654875806e-06, + "O": 7.417119718411413e-07, + "W": 3.793708458488254e-08, + "N": 6.16764955339022e-05, + "Y": 1.3503277841664385e-05, + "U": 2.2977417302172398e-08, + "K": 3.137977842015971e-07, + "L": 1.8508464094679766e-08, + "G": 4.740349595522275e-06, + "F": 3.838630800601095e-05, + "E": 0.0006881406879983842, + "T": 1.8901710063801147e-05, + "P": 0.9545222520828247, + "-": 0.04361334070563316 + }, + "id": "tp_1660" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 207508, + "label": "P", + "classification": { + "B": 0.000603925553150475, + "S": 5.170276835997356e-06, + "I": 0.0026669350918382406, + "C": 5.7870784075930715e-06, + "R": 4.680389054101397e-07, + "M": 0.0038174076471477747, + "O": 5.654177948599681e-05, + "W": 1.9477531623124378e-06, + "N": 4.2072817450389266e-05, + "Y": 0.0003159953048452735, + "U": 9.736927353287683e-08, + "K": 9.844903559041995e-08, + "L": 1.5276176782208495e-05, + "G": 0.00042738730553537607, + "F": 0.00020850062719546258, + "E": 0.034890346229076385, + "T": 0.00021529851073864847, + "P": 0.7039893865585327, + "-": 0.252737432718277 + }, + "id": "tp_1661" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 207641, + "label": "-", + "classification": { + "B": 0.0022983115632086992, + "S": 0.0001444598165107891, + "I": 0.04827963560819626, + "C": 0.0002178486029151827, + "R": 4.502532465266995e-05, + "M": 0.04030273109674454, + "O": 0.0010616224026307464, + "W": 4.0777860704110935e-05, + "N": 0.0005932716303505003, + "Y": 0.015058278106153011, + "U": 1.6237266891039326e-06, + "K": 1.004394448500534e-06, + "L": 0.00039195999852381647, + "G": 0.007568669505417347, + "F": 0.001111574238166213, + "E": 0.05770397186279297, + "T": 0.0075970860198140144, + "P": 0.35612839460372925, + "-": 0.46145370602607727 + }, + "id": "tp_1662" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 207774, + "label": "-", + "classification": { + "B": 0.00031271844636648893, + "S": 3.581530472729355e-05, + "I": 0.002278869738802314, + "C": 3.361602284712717e-05, + "R": 2.0602255972335115e-05, + "M": 0.0019802714232355356, + "O": 0.0005285751540213823, + "W": 2.545686947996728e-05, + "N": 9.40463287406601e-05, + "Y": 0.0017440710216760635, + "U": 3.6584849567589117e-06, + "K": 1.580977937010175e-06, + "L": 0.00014782756625209004, + "G": 0.0013568216236308217, + "F": 0.001976287690922618, + "E": 0.0017200998263433576, + "T": 0.0017523104324936867, + "P": 0.4087345600128174, + "-": 0.5772528052330017 + }, + "id": "tp_1663" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 207908, + "label": "P", + "classification": { + "B": 2.4413911887677386e-06, + "S": 2.4025828224694123e-06, + "I": 0.0015886375913396478, + "C": 1.3354297152545769e-05, + "R": 2.3224974938784726e-06, + "M": 2.3949251044541597e-05, + "O": 1.4116966667643283e-05, + "W": 1.780290972419607e-06, + "N": 0.0001869781408458948, + "Y": 0.00010278517584083602, + "U": 1.2271450486878166e-06, + "K": 6.810178092564456e-06, + "L": 8.888582669897005e-07, + "G": 4.798878217115998e-05, + "F": 0.00038296697312034667, + "E": 0.0005710974219255149, + "T": 0.0001858898322097957, + "P": 0.885973334312439, + "-": 0.11089108139276505 + }, + "id": "tp_1664" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 208008, + "label": "P", + "classification": { + "B": 1.6769106878200546e-05, + "S": 3.511504701236845e-06, + "I": 0.00010776529961731285, + "C": 2.090609314109315e-06, + "R": 3.300844468867581e-07, + "M": 0.00011481725232442841, + "O": 4.102537423023023e-05, + "W": 1.7591353298485046e-06, + "N": 1.3875878721592017e-05, + "Y": 0.0001382910559186712, + "U": 1.4003684611907374e-07, + "K": 1.4487949329122785e-07, + "L": 2.589618816273287e-06, + "G": 3.934415144613013e-05, + "F": 0.0006217477493919432, + "E": 0.0003472057869657874, + "T": 0.0003024339384865016, + "P": 0.5637580156326294, + "-": 0.43448808789253235 + }, + "id": "tp_1665" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 208141, + "label": "-", + "classification": { + "B": 6.165993545437232e-05, + "S": 1.3407697224465664e-05, + "I": 0.0009032106609083712, + "C": 7.773938705213368e-05, + "R": 8.699869795236737e-06, + "M": 0.0004832332779187709, + "O": 0.00015476402768399566, + "W": 8.705255822860636e-06, + "N": 9.24625710467808e-05, + "Y": 0.0010092209558933973, + "U": 2.537721684348071e-06, + "K": 1.7200152797158808e-05, + "L": 1.4175469914334826e-05, + "G": 0.0006901549641042948, + "F": 0.008719244971871376, + "E": 0.003313279477879405, + "T": 0.0006175465532578528, + "P": 0.34204763174057007, + "-": 0.6417651772499084 + }, + "id": "tp_1666" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 208275, + "label": "P", + "classification": { + "B": 8.87078329014912e-07, + "S": 1.3913402199250413e-06, + "I": 0.0008539667469449341, + "C": 8.809795417619171e-07, + "R": 2.3325674192165025e-07, + "M": 8.482981684210245e-06, + "O": 1.7708730410959106e-06, + "W": 2.856180287835741e-07, + "N": 4.590722528519109e-05, + "Y": 1.7397467672708444e-05, + "U": 7.326168116605913e-08, + "K": 5.657352062371501e-07, + "L": 2.226827859885816e-07, + "G": 8.492922461300623e-06, + "F": 0.00021721581288147718, + "E": 0.0007225937442854047, + "T": 4.411251939018257e-05, + "P": 0.968711793422699, + "-": 0.029363805428147316 + }, + "id": "tp_1667" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 208375, + "label": "-", + "classification": { + "B": 1.7670010493020527e-05, + "S": 0.00014823334640823305, + "I": 0.023100171238183975, + "C": 0.00038969345041550696, + "R": 0.00031284603755921125, + "M": 0.002378602512180805, + "O": 0.0009355649817734957, + "W": 8.972921932581812e-05, + "N": 0.0022500213235616684, + "Y": 0.024118443951010704, + "U": 3.170526179019362e-05, + "K": 0.0002454363857395947, + "L": 5.0243364967172965e-05, + "G": 0.0011874731862917542, + "F": 0.00408107740804553, + "E": 0.0018455003155395389, + "T": 0.03375088423490524, + "P": 0.2414238303899765, + "-": 0.6636427640914917 + }, + "id": "tp_1668" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 208509, + "label": "P", + "classification": { + "B": 1.6077446041151688e-09, + "S": 3.3220002304545915e-09, + "I": 4.16475158999674e-05, + "C": 3.852178664942585e-08, + "R": 5.000914793384936e-09, + "M": 2.237414697958684e-08, + "O": 9.765508224290897e-08, + "W": 2.779746210990197e-09, + "N": 9.373417242386495e-07, + "Y": 6.451446665778349e-07, + "U": 1.0854667165105525e-09, + "K": 1.630209922609538e-08, + "L": 8.310189203442064e-10, + "G": 2.1521573501104285e-07, + "F": 7.99419212853536e-05, + "E": 3.4208344459329965e-06, + "T": 7.794601515342947e-07, + "P": 0.824876606464386, + "-": 0.17499572038650513 + }, + "id": "tp_1669" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 208642, + "label": "-", + "classification": { + "B": 7.051200867635998e-08, + "S": 3.1092222130268965e-09, + "I": 0.00030507819610647857, + "C": 3.58031979885709e-06, + "R": 6.326046531057727e-08, + "M": 0.00010572017345111817, + "O": 3.6783927725991816e-07, + "W": 2.8367248550154045e-09, + "N": 7.990823291947891e-07, + "Y": 0.00013576667697634548, + "U": 4.9997233020349086e-09, + "K": 2.618492311867726e-09, + "L": 8.26012040988644e-08, + "G": 2.9630209610331804e-05, + "F": 6.066235437174328e-05, + "E": 0.0002808096760418266, + "T": 9.916414273902774e-05, + "P": 0.41481125354766846, + "-": 0.5841670036315918 + }, + "id": "tp_1670" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 208775, + "label": "P", + "classification": { + "B": 5.394734216679353e-06, + "S": 1.4178389164953842e-06, + "I": 5.279436300043017e-05, + "C": 4.2912586195598124e-07, + "R": 8.339350898722842e-08, + "M": 1.7333242794848047e-05, + "O": 1.4308528079709504e-05, + "W": 1.3732393426835188e-06, + "N": 5.053997938375687e-06, + "Y": 3.786235538427718e-05, + "U": 1.4738067477537697e-07, + "K": 2.7462074285722338e-06, + "L": 4.994009259462473e-07, + "G": 3.173081131535582e-05, + "F": 0.0016733406810089946, + "E": 0.000553095480427146, + "T": 4.9036560085369274e-05, + "P": 0.5060637593269348, + "-": 0.4914895296096802 + }, + "id": "tp_1671" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 208876, + "label": "P", + "classification": { + "B": 1.6415226127719507e-05, + "S": 2.8994190870434977e-06, + "I": 0.0022437928710132837, + "C": 5.9784648328786716e-05, + "R": 5.088673333375482e-06, + "M": 0.0005010927561670542, + "O": 2.8141519578639418e-05, + "W": 2.3547215732833138e-06, + "N": 0.00010947924602078274, + "Y": 0.0009056141716428101, + "U": 2.275168299092911e-06, + "K": 9.93466437648749e-06, + "L": 7.077405371092027e-06, + "G": 0.00031202551326714456, + "F": 0.0019401406170800328, + "E": 0.008100894279778004, + "T": 0.0003809198387898505, + "P": 0.6447890996932983, + "-": 0.340582937002182 + }, + "id": "tp_1672" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 209009, + "label": "P", + "classification": { + "B": 0.0002532489306759089, + "S": 0.00014488832675851882, + "I": 0.019235339015722275, + "C": 0.002379249781370163, + "R": 0.00034600254730321467, + "M": 0.0021110107190907, + "O": 0.0008098279358819127, + "W": 0.00019605454872362316, + "N": 0.0034964019432663918, + "Y": 0.0074216746725142, + "U": 0.00028025844949297607, + "K": 0.0008090505725704134, + "L": 0.00021176385052967817, + "G": 0.003395781619474292, + "F": 0.012409769929945469, + "E": 0.018428223207592964, + "T": 0.004700286313891411, + "P": 0.5326617360115051, + "-": 0.3907093405723572 + }, + "id": "tp_1673" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 209142, + "label": "-", + "classification": { + "B": 0.0006738429656252265, + "S": 0.0013740045251324773, + "I": 0.0054488107562065125, + "C": 0.0006332182674668729, + "R": 0.00026634527603164315, + "M": 0.01023278571665287, + "O": 0.00327349198050797, + "W": 0.0006930190720595419, + "N": 0.0016988646239042282, + "Y": 0.010479430668056011, + "U": 0.0001602988049853593, + "K": 0.0002989903441630304, + "L": 0.0006979364552535117, + "G": 0.002710867440328002, + "F": 0.012111084535717964, + "E": 0.009018085896968842, + "T": 0.03184038773179054, + "P": 0.28903499245643616, + "-": 0.6193534731864929 + }, + "id": "tp_1674" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 209276, + "label": "-", + "classification": { + "B": 2.5247988588716908e-08, + "S": 2.3501764978561823e-09, + "I": 6.888610187161248e-06, + "C": 1.504136548646784e-08, + "R": 1.598288279502924e-09, + "M": 8.855831765686162e-07, + "O": 5.504928708432999e-07, + "W": 3.6843721407109342e-09, + "N": 2.629735895709473e-08, + "Y": 1.380846128995472e-06, + "U": 8.545508745072539e-11, + "K": 2.965022324885602e-11, + "L": 1.6110089262610927e-08, + "G": 1.1913938351426623e-06, + "F": 2.3669701477047056e-05, + "E": 4.013877969555324e-06, + "T": 1.9953424725827063e-06, + "P": 0.29763782024383545, + "-": 0.702321469783783 + }, + "id": "tp_1675" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 209376, + "label": "P", + "classification": { + "B": 3.523394298099447e-06, + "S": 6.121634754663319e-08, + "I": 0.0005052512278780341, + "C": 1.8366339418207644e-06, + "R": 8.411510776795694e-08, + "M": 2.528211916796863e-05, + "O": 1.736781996442005e-06, + "W": 9.31115522462278e-08, + "N": 6.169776952447137e-06, + "Y": 1.7854850739240646e-05, + "U": 1.819876693787137e-08, + "K": 1.2602575871767385e-08, + "L": 2.2839313373879122e-07, + "G": 1.0747872693173122e-05, + "F": 3.0507926567224786e-05, + "E": 0.0012257301714271307, + "T": 1.17677882371936e-05, + "P": 0.8658396601676941, + "-": 0.13231942057609558 + }, + "id": "tp_1676" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 209510, + "label": "P", + "classification": { + "B": 5.3163638824571535e-08, + "S": 3.0480249435527185e-09, + "I": 0.00013992490130476654, + "C": 5.115143721923232e-07, + "R": 5.5287241451651425e-08, + "M": 2.536812189646298e-06, + "O": 3.355997648668563e-07, + "W": 6.434405452893088e-09, + "N": 5.279629817778186e-07, + "Y": 1.316808265983127e-05, + "U": 5.12832132315566e-09, + "K": 8.493410974530491e-10, + "L": 4.0953842983526556e-08, + "G": 6.558257609867724e-06, + "F": 1.3764899449597578e-05, + "E": 1.2767923180945218e-05, + "T": 2.0967418095096946e-05, + "P": 0.7687050104141235, + "-": 0.2310837358236313 + }, + "id": "tp_1677" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 209643, + "label": "P", + "classification": { + "B": 2.8829051146317397e-08, + "S": 1.601180021904014e-10, + "I": 5.130416866450105e-06, + "C": 3.7224667792656874e-09, + "R": 1.0382714826784323e-10, + "M": 9.833055401031743e-07, + "O": 6.939573893305351e-08, + "W": 2.4527005426655535e-10, + "N": 1.634859359000984e-08, + "Y": 5.802144755762129e-07, + "U": 1.8390976241899892e-11, + "K": 2.4740858233646135e-12, + "L": 3.5572025325336654e-09, + "G": 5.025658538215794e-07, + "F": 2.0822949409193825e-06, + "E": 1.4593568266718648e-05, + "T": 1.8094191318596131e-06, + "P": 0.5372646450996399, + "-": 0.46270960569381714 + }, + "id": "tp_1678" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 209776, + "label": "-", + "classification": { + "B": 7.88405850471463e-06, + "S": 1.231207625096431e-05, + "I": 0.0001877171453088522, + "C": 1.3279458471515682e-05, + "R": 4.9373979891242925e-06, + "M": 0.0009629984851926565, + "O": 0.00018401439592707902, + "W": 5.985418283671606e-06, + "N": 1.190617240354186e-05, + "Y": 0.0014833095483481884, + "U": 9.977857189369388e-07, + "K": 1.5086156963661779e-06, + "L": 2.737076283665374e-05, + "G": 0.0003967314842157066, + "F": 0.004237718880176544, + "E": 0.00027311849407851696, + "T": 0.0022840327583253384, + "P": 0.06263750791549683, + "-": 0.9272666573524475 + }, + "id": "tp_1679" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 209877, + "label": "-", + "classification": { + "B": 0.008981901220977306, + "S": 0.0005197807331569493, + "I": 0.010579864494502544, + "C": 0.0027594766579568386, + "R": 0.0008655880810692906, + "M": 0.03064890019595623, + "O": 0.005383654031902552, + "W": 0.00029600795824080706, + "N": 0.0005096905515529215, + "Y": 0.018206849694252014, + "U": 8.491816697642207e-05, + "K": 8.811799489194527e-06, + "L": 0.007568475790321827, + "G": 0.035672176629304886, + "F": 0.013560914434492588, + "E": 0.01454643439501524, + "T": 0.01447077002376318, + "P": 0.15948183834552765, + "-": 0.675853967666626 + }, + "id": "tp_1680" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 210010, + "label": "P", + "classification": { + "B": 0.0014618730638176203, + "S": 0.0015050634974613786, + "I": 0.0070379204116761684, + "C": 0.0004447529499884695, + "R": 0.00018919511057902128, + "M": 0.005719881504774094, + "O": 0.0035853039007633924, + "W": 0.0004916280740872025, + "N": 0.0017308576498180628, + "Y": 0.004318983294069767, + "U": 9.621540084481239e-05, + "K": 0.0001808072702260688, + "L": 0.0008291767444461584, + "G": 0.005825858563184738, + "F": 0.02117653749883175, + "E": 0.013063756749033928, + "T": 0.00876623298972845, + "P": 0.4625275135040283, + "-": 0.46104833483695984 + }, + "id": "tp_1681" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 210143, + "label": "P", + "classification": { + "B": 1.914630502142245e-06, + "S": 2.04298839889816e-06, + "I": 0.010939591564238071, + "C": 3.163776273140684e-05, + "R": 3.1500701425102307e-06, + "M": 0.0001594789355294779, + "O": 1.339662958343979e-05, + "W": 1.1347078725520987e-06, + "N": 0.0005067111342214048, + "Y": 0.000285819434793666, + "U": 6.678362751699751e-07, + "K": 5.101982424093876e-06, + "L": 1.5995614148778259e-06, + "G": 0.000167430640431121, + "F": 0.0003910719824489206, + "E": 0.006227514240890741, + "T": 0.000294220371870324, + "P": 0.9153277277946472, + "-": 0.06563977152109146 + }, + "id": "tp_1682" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 210277, + "label": "-", + "classification": { + "B": 0.00024982940522022545, + "S": 1.1813272067229263e-05, + "I": 0.004481690004467964, + "C": 0.00024365444551222026, + "R": 5.672945189871825e-05, + "M": 0.0031612450256943703, + "O": 0.0005927184829488397, + "W": 1.7579328414285555e-05, + "N": 6.47958368062973e-05, + "Y": 0.0035016494803130627, + "U": 5.113193765282631e-06, + "K": 2.0762814756380976e-07, + "L": 0.0003363454598002136, + "G": 0.0019090136047452688, + "F": 0.000448757316917181, + "E": 0.001148125738836825, + "T": 0.005497157108038664, + "P": 0.18389353156089783, + "-": 0.7943800687789917 + }, + "id": "tp_1683" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 210377, + "label": "P", + "classification": { + "B": 0.0005622669123113155, + "S": 0.00010014409781433642, + "I": 0.011401977390050888, + "C": 0.0006648326525464654, + "R": 0.00016805867198854685, + "M": 0.00555763766169548, + "O": 0.000847949821036309, + "W": 0.0001244290906470269, + "N": 0.00099229218903929, + "Y": 0.007085771299898624, + "U": 4.272362275514752e-05, + "K": 2.8122758521931246e-05, + "L": 0.0002716869057621807, + "G": 0.0026915145572274923, + "F": 0.0026673683896660805, + "E": 0.011376135051250458, + "T": 0.007155461702495813, + "P": 0.5723856091499329, + "-": 0.37587597966194153 + }, + "id": "tp_1684" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 210511, + "label": "P", + "classification": { + "B": 0.0003877110139001161, + "S": 7.353705586865544e-05, + "I": 0.0003293066401965916, + "C": 1.454597895644838e-05, + "R": 3.7894030811003176e-06, + "M": 0.0002584150934126228, + "O": 0.00033065633033402264, + "W": 3.632393054431304e-05, + "N": 4.046669710078277e-05, + "Y": 0.00011934648500755429, + "U": 1.7396351950083044e-06, + "K": 9.293055427406216e-07, + "L": 3.570529952412471e-05, + "G": 0.00020261328609194607, + "F": 0.0020437161438167095, + "E": 0.0009507570648565888, + "T": 0.0002593548852019012, + "P": 0.564106822013855, + "-": 0.43080422282218933 + }, + "id": "tp_1685" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 210644, + "label": "P", + "classification": { + "B": 4.359863226000016e-07, + "S": 1.7585168876621537e-08, + "I": 6.784257038816577e-06, + "C": 1.261645277139678e-08, + "R": 5.070489028646818e-10, + "M": 1.6094163584057242e-06, + "O": 7.904727681307122e-07, + "W": 9.284353730265593e-09, + "N": 2.4912975504776114e-07, + "Y": 3.2602744681753393e-07, + "U": 3.413775651051054e-10, + "K": 2.9029864623275614e-10, + "L": 1.1889759399252853e-08, + "G": 1.8046573586616432e-06, + "F": 1.5211912796075922e-05, + "E": 1.9329479982843623e-05, + "T": 2.435784381304984e-06, + "P": 0.8172345161437988, + "-": 0.18271644413471222 + }, + "id": "tp_1686" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 210777, + "label": "-", + "classification": { + "B": 0.00047148120938800275, + "S": 6.90347733325325e-05, + "I": 8.185886690625921e-05, + "C": 3.172094011461013e-06, + "R": 8.202741810237058e-07, + "M": 0.0016181654063984752, + "O": 0.00025793444365262985, + "W": 8.149801033141557e-06, + "N": 6.568163826159434e-06, + "Y": 0.0002551283687353134, + "U": 8.720717659116417e-08, + "K": 4.1831788166746264e-07, + "L": 3.280751116108149e-05, + "G": 0.000576721562538296, + "F": 0.00809574406594038, + "E": 0.0025824594777077436, + "T": 0.0003840907593257725, + "P": 0.11988737434148788, + "-": 0.865667998790741 + }, + "id": "tp_1687" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 210878, + "label": "P", + "classification": { + "B": 0.00015618537145201117, + "S": 0.00029583496507257223, + "I": 0.0010219879914075136, + "C": 2.8102202122681774e-05, + "R": 5.1113529480062425e-06, + "M": 0.0005581820732913911, + "O": 0.00044763225014321506, + "W": 9.231191506842151e-05, + "N": 0.00022979230561759323, + "Y": 0.0005827478598803282, + "U": 9.96866037894506e-06, + "K": 3.288546213298105e-05, + "L": 5.579279240919277e-05, + "G": 0.0003985725052189082, + "F": 0.009751184843480587, + "E": 0.002925112610682845, + "T": 0.0007511196308769286, + "P": 0.5211880207061768, + "-": 0.461469441652298 + }, + "id": "tp_1688" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 211011, + "label": "P", + "classification": { + "B": 3.658127525341115e-07, + "S": 2.156649401285904e-07, + "I": 0.0019543480593711138, + "C": 1.9919295937143033e-06, + "R": 1.5970952915722592e-07, + "M": 8.230508683482185e-06, + "O": 1.8937880668090656e-06, + "W": 1.4629851818881434e-07, + "N": 3.2781616027932614e-05, + "Y": 7.654193905182183e-05, + "U": 6.052808743106652e-08, + "K": 7.22872144365283e-08, + "L": 2.6864262281378615e-07, + "G": 8.119909580273088e-06, + "F": 0.0001334904955001548, + "E": 0.0008066245936788619, + "T": 3.7312740460038185e-05, + "P": 0.9098687767982483, + "-": 0.087068572640419 + }, + "id": "tp_1689" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 211144, + "label": "P", + "classification": { + "B": 5.922540822211886e-06, + "S": 2.0975134248146787e-05, + "I": 0.0018724589608609676, + "C": 1.766017339832615e-05, + "R": 7.031313089100877e-06, + "M": 0.0001470894640078768, + "O": 6.159216718515381e-05, + "W": 1.3320697689778171e-05, + "N": 0.00038396462332457304, + "Y": 0.0005950213526375592, + "U": 2.6588372747937683e-06, + "K": 0.0002450466272421181, + "L": 2.721064447541721e-06, + "G": 0.00018744956469163299, + "F": 0.01235811784863472, + "E": 0.00442486722022295, + "T": 0.00042189875966869295, + "P": 0.742143988609314, + "-": 0.23708824813365936 + }, + "id": "tp_1690" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 211278, + "label": "-", + "classification": { + "B": 0.0024294082541018724, + "S": 0.0001552874018670991, + "I": 0.0029443807434290648, + "C": 7.59358808863908e-05, + "R": 4.927369445795193e-05, + "M": 0.011928296647965908, + "O": 0.001680841320194304, + "W": 6.929050869075581e-05, + "N": 7.470750279026106e-05, + "Y": 0.0026955881621688604, + "U": 2.680465740922955e-06, + "K": 9.211026963384938e-07, + "L": 0.0008205194608308375, + "G": 0.004336883779615164, + "F": 0.0040635960176587105, + "E": 0.0075427875854074955, + "T": 0.0017168836202472448, + "P": 0.22344499826431274, + "-": 0.7359678149223328 + }, + "id": "tp_1691" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 211378, + "label": "P", + "classification": { + "B": 5.448023875942454e-05, + "S": 1.0559698466749978e-06, + "I": 0.0029574118088930845, + "C": 2.8189072054374265e-06, + "R": 4.4167896362523607e-07, + "M": 0.0009635731694288552, + "O": 1.391601654177066e-05, + "W": 1.4431242334467242e-07, + "N": 1.5035339856694918e-05, + "Y": 7.914727029856294e-05, + "U": 1.2734936660763196e-08, + "K": 4.0369735332390633e-10, + "L": 1.0360339729231782e-05, + "G": 0.0002365195978200063, + "F": 8.69897921802476e-05, + "E": 0.0022431989200413227, + "T": 0.0001495496544521302, + "P": 0.8349292874336243, + "-": 0.1582561433315277 + }, + "id": "tp_1692" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 211512, + "label": "P", + "classification": { + "B": 0.00026442561647854745, + "S": 5.908500497753266e-06, + "I": 0.0010102875530719757, + "C": 7.099726644810289e-06, + "R": 1.6124251942528645e-06, + "M": 0.0006794797955080867, + "O": 8.995998359750956e-05, + "W": 2.5181461751344614e-06, + "N": 3.237774581066333e-05, + "Y": 0.00018259241187479347, + "U": 2.068128424070892e-07, + "K": 5.9111087580276944e-08, + "L": 2.1583806301350705e-05, + "G": 0.000325007364153862, + "F": 0.000237425381783396, + "E": 0.0018832233035936952, + "T": 0.00022807558707427233, + "P": 0.739841103553772, + "-": 0.25518712401390076 + }, + "id": "tp_1693" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 211645, + "label": "P", + "classification": { + "B": 5.0220911873566365e-08, + "S": 3.589836872208707e-09, + "I": 2.4832259441609494e-05, + "C": 4.283856469555758e-08, + "R": 2.4256485708917808e-09, + "M": 9.175514605885837e-07, + "O": 3.4054923503390455e-07, + "W": 5.449044770955425e-09, + "N": 1.4683426741157746e-07, + "Y": 4.566299139696639e-06, + "U": 7.41671335457994e-10, + "K": 3.268251502763775e-10, + "L": 1.0731612931635937e-08, + "G": 1.0694096772567718e-06, + "F": 8.188669198716525e-06, + "E": 9.35235948418267e-06, + "T": 3.49991114489967e-06, + "P": 0.6139301061630249, + "-": 0.38601699471473694 + }, + "id": "tp_1694" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 211778, + "label": "P", + "classification": { + "B": 1.5203946546193947e-08, + "S": 9.408438472746639e-09, + "I": 8.049555617617443e-06, + "C": 8.730979317306264e-08, + "R": 1.5273091236167602e-08, + "M": 2.3132993476338015e-07, + "O": 3.2918427450567833e-07, + "W": 2.2856585957242714e-08, + "N": 3.2956654649751727e-07, + "Y": 1.1888068002008367e-05, + "U": 6.319454737280239e-09, + "K": 1.5872970493546745e-07, + "L": 3.992112418416127e-09, + "G": 1.9574547422962496e-06, + "F": 0.0001983181427931413, + "E": 8.551262908440549e-06, + "T": 7.427821856254013e-06, + "P": 0.5391170382499695, + "-": 0.46064555644989014 + }, + "id": "tp_1695" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 211879, + "label": "P", + "classification": { + "B": 3.3082955042118556e-07, + "S": 5.568686560764036e-07, + "I": 0.0006093347910791636, + "C": 5.525709525500133e-07, + "R": 1.4295625305749127e-07, + "M": 1.0239966286462732e-05, + "O": 3.1129625313042197e-06, + "W": 1.5640401329619635e-07, + "N": 3.194719101884402e-05, + "Y": 8.57944178278558e-06, + "U": 1.920353476236869e-08, + "K": 4.3567272456357387e-08, + "L": 1.906577011823174e-07, + "G": 6.795212357246783e-06, + "F": 6.677697820123285e-05, + "E": 0.00020475908240769058, + "T": 2.928970025095623e-05, + "P": 0.9674506783485413, + "-": 0.0315764844417572 + }, + "id": "tp_1696" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 212012, + "label": "P", + "classification": { + "B": 2.3030931970424717e-06, + "S": 1.1562433144263196e-07, + "I": 0.003012551460415125, + "C": 1.3812841643812135e-05, + "R": 8.544051297576516e-07, + "M": 0.00019576228805817664, + "O": 7.2771690611261874e-06, + "W": 1.7002807339849824e-07, + "N": 2.0563396901707165e-05, + "Y": 0.00036442678538151085, + "U": 8.063707923611219e-08, + "K": 1.668346349958938e-08, + "L": 1.0858032055693911e-06, + "G": 7.727561751380563e-05, + "F": 3.379381450940855e-05, + "E": 0.0009278148063458502, + "T": 0.0004651935014408082, + "P": 0.7500160932540894, + "-": 0.24486081302165985 + }, + "id": "tp_1697" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 212145, + "label": "-", + "classification": { + "B": 1.750380761222914e-05, + "S": 1.7626780390855856e-05, + "I": 0.001208724919706583, + "C": 5.49171854800079e-05, + "R": 3.770563853322528e-05, + "M": 0.001905377022922039, + "O": 0.00033022096613422036, + "W": 8.573500963393599e-06, + "N": 4.3491814722074196e-05, + "Y": 0.01058589294552803, + "U": 3.244345180064556e-06, + "K": 2.035979377978947e-06, + "L": 5.437747313408181e-05, + "G": 0.0017750415718182921, + "F": 0.0009882557205855846, + "E": 0.00021872219804208726, + "T": 0.021719587966799736, + "P": 0.09437984973192215, + "-": 0.8666489720344543 + }, + "id": "tp_1698" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 212279, + "label": "P", + "classification": { + "B": 2.6624934434948955e-07, + "S": 1.1957574486132216e-08, + "I": 4.337595964898355e-05, + "C": 2.6053200485876005e-07, + "R": 1.2138629656988087e-08, + "M": 1.2318115523157758e-06, + "O": 2.9176501925576304e-07, + "W": 1.0667405625497395e-08, + "N": 9.939172969097854e-07, + "Y": 1.0775912642202456e-06, + "U": 4.7444252970763046e-09, + "K": 1.1739671457178247e-09, + "L": 2.6713506073861026e-08, + "G": 1.8103676211467246e-06, + "F": 1.831979534472339e-05, + "E": 2.543403024901636e-05, + "T": 6.462182227551239e-06, + "P": 0.9285929799079895, + "-": 0.0713074654340744 + }, + "id": "tp_1699" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 212379, + "label": "P", + "classification": { + "B": 2.3616930775460787e-06, + "S": 4.7627001009686865e-08, + "I": 0.006503073498606682, + "C": 1.437509467905329e-06, + "R": 4.6069580150742695e-08, + "M": 7.127904973458499e-05, + "O": 4.4656533759734884e-07, + "W": 1.3081160155081761e-08, + "N": 3.889975050697103e-05, + "Y": 5.1384799007792026e-05, + "U": 2.984453129073472e-09, + "K": 1.2502049173690466e-08, + "L": 6.631059079609258e-08, + "G": 3.3016371162375435e-05, + "F": 9.325146493210923e-06, + "E": 0.008594894781708717, + "T": 2.0908410078845918e-05, + "P": 0.967843234539032, + "-": 0.016829535365104675 + }, + "id": "tp_1700" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 212513, + "label": "P", + "classification": { + "B": 2.3046335627441294e-05, + "S": 4.349026312411297e-06, + "I": 0.0003105069336015731, + "C": 2.0122440673731035e-06, + "R": 4.2100199948436057e-07, + "M": 8.682985207997262e-05, + "O": 3.57648532371968e-05, + "W": 1.9382907794351922e-06, + "N": 2.608320937724784e-05, + "Y": 3.460981315583922e-05, + "U": 1.61897801831401e-07, + "K": 3.1762414209879353e-07, + "L": 2.320640078323777e-06, + "G": 7.712974183959886e-05, + "F": 0.0005342523800209165, + "E": 0.00048394117038697004, + "T": 0.00013370653323363513, + "P": 0.751724362373352, + "-": 0.24651819467544556 + }, + "id": "tp_1701" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 212646, + "label": "P", + "classification": { + "B": 0.00076905736932531, + "S": 2.0532519556581974e-05, + "I": 0.0022769777569919825, + "C": 4.2902302084257826e-05, + "R": 5.882766799913952e-06, + "M": 0.001953774830326438, + "O": 0.0002958805416710675, + "W": 1.2121317013225053e-05, + "N": 7.869974069762975e-05, + "Y": 0.00039251972339116037, + "U": 1.1948101246161968e-06, + "K": 8.450341226762248e-08, + "L": 0.00010786801431095228, + "G": 0.0007242934661917388, + "F": 0.0005059337709099054, + "E": 0.0029284327756613493, + "T": 0.0007671297644264996, + "P": 0.6525048017501831, + "-": 0.3366119861602783 + }, + "id": "tp_1702" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 212779, + "label": "-", + "classification": { + "B": 0.000367733504390344, + "S": 2.0194214812363498e-05, + "I": 0.0001754427794367075, + "C": 4.942583927913802e-06, + "R": 2.5468557396379765e-06, + "M": 0.0018990576500073075, + "O": 0.0006742542609572411, + "W": 2.082964601868298e-05, + "N": 4.169152362010209e-06, + "Y": 0.0003196592442691326, + "U": 3.3414136169085396e-07, + "K": 2.87073085303291e-08, + "L": 0.00014509596803691238, + "G": 0.0003635827451944351, + "F": 0.00055333023192361, + "E": 0.0001917853078339249, + "T": 0.0008003176772035658, + "P": 0.07227698713541031, + "-": 0.9221797585487366 + }, + "id": "tp_1703" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 212880, + "label": "P", + "classification": { + "B": 0.0008341601933352649, + "S": 0.000618792197201401, + "I": 0.05025475099682808, + "C": 0.0022784618195146322, + "R": 0.0006145794759504497, + "M": 0.003060497110709548, + "O": 0.0010324160102754831, + "W": 0.0006756462389603257, + "N": 0.01352524384856224, + "Y": 0.0073549505323171616, + "U": 0.0004921143990941346, + "K": 0.0033322155941277742, + "L": 0.00028308978653512895, + "G": 0.0031984923407435417, + "F": 0.009868661873042583, + "E": 0.08501426130533218, + "T": 0.004303600639104843, + "P": 0.6553552150726318, + "-": 0.1579027622938156 + }, + "id": "tp_1704" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 213013, + "label": "-", + "classification": { + "B": 3.677018867165316e-07, + "S": 5.528974043045309e-07, + "I": 9.680100629338995e-05, + "C": 9.60172883424093e-07, + "R": 2.485481616076868e-07, + "M": 7.525286491727456e-05, + "O": 1.290427735511912e-05, + "W": 2.0040434378643113e-07, + "N": 1.9103949853160884e-06, + "Y": 0.00024442109861411154, + "U": 2.8729091994250666e-08, + "K": 9.896500507977635e-09, + "L": 1.526125402051548e-06, + "G": 2.9408578484435566e-05, + "F": 0.00030403080745600164, + "E": 8.310372504638508e-05, + "T": 0.00030844935099594295, + "P": 0.28919172286987305, + "-": 0.709648072719574 + }, + "id": "tp_1705" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 213146, + "label": "P", + "classification": { + "B": 0.00035263437894172966, + "S": 4.1208484617527574e-05, + "I": 0.005344354547560215, + "C": 0.0001168356102425605, + "R": 2.0503479390754364e-05, + "M": 0.0010084089590236545, + "O": 0.00023214529210235924, + "W": 2.8309619665378705e-05, + "N": 0.0004789853119291365, + "Y": 0.002015027217566967, + "U": 1.5259462088579312e-05, + "K": 4.222846473567188e-05, + "L": 6.400256825145334e-05, + "G": 0.0020074392668902874, + "F": 0.0063183181919157505, + "E": 0.013090093620121479, + "T": 0.0011619724100455642, + "P": 0.6437795162200928, + "-": 0.3238828182220459 + }, + "id": "tp_1706" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 213280, + "label": "P", + "classification": { + "B": 7.67380879551638e-06, + "S": 6.724741865582473e-07, + "I": 0.0015882906736806035, + "C": 2.7819225579150952e-05, + "R": 1.5556604466837598e-06, + "M": 0.0001836620649555698, + "O": 2.5857569198706187e-05, + "W": 1.0017103022619267e-06, + "N": 4.856365194427781e-05, + "Y": 0.0002765720128081739, + "U": 1.1291698456261656e-06, + "K": 2.841141792941926e-07, + "L": 5.319229785527568e-06, + "G": 0.0001817778538679704, + "F": 0.00016378529835492373, + "E": 0.0009422236471436918, + "T": 0.0006017715786583722, + "P": 0.654029130935669, + "-": 0.3419129252433777 + }, + "id": "tp_1707" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 213380, + "label": "P", + "classification": { + "B": 0.0003374120278749615, + "S": 6.185232632560655e-05, + "I": 0.020221328362822533, + "C": 0.00037060113390907645, + "R": 6.628777919104323e-05, + "M": 0.0012871200451627374, + "O": 0.00023338149185292423, + "W": 6.0754409787477925e-05, + "N": 0.0007833697600290179, + "Y": 0.005432675126940012, + "U": 3.360342452651821e-05, + "K": 5.1868762966478243e-05, + "L": 9.641081123845652e-05, + "G": 0.001737788668833673, + "F": 0.004054951947182417, + "E": 0.010947341099381447, + "T": 0.003026999067515135, + "P": 0.6290838718414307, + "-": 0.32211241126060486 + }, + "id": "tp_1708" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 213514, + "label": "P", + "classification": { + "B": 0.0012243565870448947, + "S": 9.80771001195535e-05, + "I": 0.05400174483656883, + "C": 0.0003698296204674989, + "R": 5.629999577649869e-05, + "M": 0.008584880270063877, + "O": 0.00047692409134469926, + "W": 4.18414747400675e-05, + "N": 0.0016257294919341803, + "Y": 0.004487799014896154, + "U": 4.1178936953656375e-06, + "K": 3.9706260395178106e-06, + "L": 0.00014129326154943556, + "G": 0.0028638283256441355, + "F": 0.0007708187331445515, + "E": 0.04313654080033302, + "T": 0.0024351016618311405, + "P": 0.7545852661132812, + "-": 0.1250915378332138 + }, + "id": "tp_1709" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 213647, + "label": "P", + "classification": { + "B": 4.2791536980502087e-10, + "S": 1.7587153955389567e-10, + "I": 4.743463250633795e-06, + "C": 1.8202888085738778e-08, + "R": 1.0278556894505186e-09, + "M": 3.308670670776337e-08, + "O": 2.695322720569493e-08, + "W": 1.7333994239976391e-09, + "N": 5.878402120629289e-08, + "Y": 8.315820423376863e-07, + "U": 4.4368950180562194e-10, + "K": 2.7970687099809766e-08, + "L": 1.881378247636789e-10, + "G": 1.64124202228777e-07, + "F": 3.830400964943692e-05, + "E": 4.9632762966211885e-06, + "T": 1.0149101399292704e-06, + "P": 0.5172430276870728, + "-": 0.48270687460899353 + }, + "id": "tp_1710" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 213780, + "label": "P", + "classification": { + "B": 9.269212597473597e-08, + "S": 1.7118837902785344e-08, + "I": 0.00021751846361439675, + "C": 2.6094161853507103e-07, + "R": 1.2062791654443572e-08, + "M": 1.5552772083538002e-06, + "O": 4.0353577901441895e-07, + "W": 3.848624885449681e-08, + "N": 4.31066655437462e-06, + "Y": 4.021092081529787e-06, + "U": 8.181077149060911e-09, + "K": 2.0346694995510006e-08, + "L": 1.2271510030359423e-08, + "G": 9.063938932740712e-07, + "F": 1.3290456990944222e-05, + "E": 7.149429438868538e-05, + "T": 8.141395483107772e-06, + "P": 0.9246854782104492, + "-": 0.07499247789382935 + }, + "id": "tp_1711" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 213881, + "label": "P", + "classification": { + "B": 0.0018174994038417935, + "S": 0.00022036900918465108, + "I": 0.006488746497780085, + "C": 0.0004601989348884672, + "R": 7.8766759543214e-05, + "M": 0.011141433380544186, + "O": 0.0010094614699482918, + "W": 8.910593896871433e-05, + "N": 0.0005965799209661782, + "Y": 0.0036688577383756638, + "U": 2.821573434630409e-05, + "K": 1.4175995602272451e-05, + "L": 0.0006865381146781147, + "G": 0.006205467041581869, + "F": 0.011559812352061272, + "E": 0.030447417870163918, + "T": 0.00475710304453969, + "P": 0.48319360613822937, + "-": 0.4375366270542145 + }, + "id": "tp_1712" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 214014, + "label": "P", + "classification": { + "B": 1.252344372915104e-05, + "S": 5.286495706968708e-06, + "I": 0.005569312255829573, + "C": 7.010515400907025e-05, + "R": 1.6344354662578553e-05, + "M": 6.274663610383868e-05, + "O": 5.565425817621872e-05, + "W": 9.697146197140682e-06, + "N": 0.00032545000431127846, + "Y": 0.00019750122737605125, + "U": 6.608894636883633e-06, + "K": 5.7439447118667886e-06, + "L": 9.925176527758595e-06, + "G": 0.00015539185551460832, + "F": 0.0006326216971501708, + "E": 0.0011028952430933714, + "T": 0.0004216080706100911, + "P": 0.832206666469574, + "-": 0.15913395583629608 + }, + "id": "tp_1713" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 214147, + "label": "P", + "classification": { + "B": 4.935820925311418e-07, + "S": 1.5351974980148952e-07, + "I": 0.00023105274885892868, + "C": 6.350104513330734e-07, + "R": 3.606055898330851e-08, + "M": 4.015199920104351e-06, + "O": 2.224989657406695e-06, + "W": 9.552970681170336e-08, + "N": 1.760313898557797e-05, + "Y": 3.1370263968710788e-06, + "U": 3.444376517336423e-08, + "K": 1.4142915460979566e-07, + "L": 9.002009448977333e-08, + "G": 7.696809916524217e-06, + "F": 7.244801963679492e-05, + "E": 0.00020155971287749708, + "T": 2.3103964849724434e-05, + "P": 0.8882480263710022, + "-": 0.11118745058774948 + }, + "id": "tp_1714" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 214281, + "label": "-", + "classification": { + "B": 3.958443630835973e-05, + "S": 1.2793540918210056e-05, + "I": 0.00018557091243565083, + "C": 3.260317043896066e-06, + "R": 5.835322554048616e-07, + "M": 0.0004474737506825477, + "O": 5.757025064667687e-05, + "W": 3.387956667211256e-06, + "N": 1.249130491487449e-05, + "Y": 0.00030949743813835084, + "U": 2.475671010415681e-07, + "K": 8.121361929624982e-07, + "L": 7.339478543144651e-06, + "G": 0.00021386668959166855, + "F": 0.006321607157588005, + "E": 0.001437717815861106, + "T": 0.000326804060023278, + "P": 0.43362563848495483, + "-": 0.5569937229156494 + }, + "id": "tp_1715" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 214381, + "label": "P", + "classification": { + "B": 5.530366138373211e-07, + "S": 2.6707814626547588e-08, + "I": 0.00014432554598897696, + "C": 5.675054126186296e-06, + "R": 8.426253117477245e-08, + "M": 1.1067052582802717e-05, + "O": 5.999950190016534e-07, + "W": 2.6339225911442554e-08, + "N": 6.6041670834238175e-06, + "Y": 8.168091881088912e-05, + "U": 3.8216192876916466e-08, + "K": 6.812750257267908e-07, + "L": 3.9791796524468737e-08, + "G": 3.8006390241207555e-05, + "F": 0.00037676311330869794, + "E": 0.0021670490968972445, + "T": 1.512585822638357e-05, + "P": 0.7971562743186951, + "-": 0.19999544322490692 + }, + "id": "tp_1716" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 214515, + "label": "-", + "classification": { + "B": 1.8507449567550793e-05, + "S": 1.6984038666123524e-05, + "I": 0.002965005813166499, + "C": 0.00024229192058555782, + "R": 5.4318039474310353e-05, + "M": 0.0008933366043493152, + "O": 0.00022297128452919424, + "W": 2.4047691113082692e-05, + "N": 0.00029203054145909846, + "Y": 0.002433505840599537, + "U": 1.4226875464373734e-05, + "K": 7.625493890373036e-05, + "L": 2.5249202735722065e-05, + "G": 0.0010568943107500672, + "F": 0.003890732303261757, + "E": 0.004399948287755251, + "T": 0.002626225585117936, + "P": 0.30859774351119995, + "-": 0.672149658203125 + }, + "id": "tp_1717" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 214648, + "label": "P", + "classification": { + "B": 0.0001651636412134394, + "S": 0.0002710640837904066, + "I": 0.004508844576776028, + "C": 0.000128735598991625, + "R": 3.0438719477388076e-05, + "M": 0.0011636661365628242, + "O": 0.0004030320269521326, + "W": 0.00010927045514108613, + "N": 0.0007618757081218064, + "Y": 0.0009757413645274937, + "U": 2.5405352062080055e-05, + "K": 2.7537302230484784e-05, + "L": 7.604656275361776e-05, + "G": 0.00043323932914063334, + "F": 0.003601601580157876, + "E": 0.002472727792337537, + "T": 0.0033198895398527384, + "P": 0.6790686845779419, + "-": 0.3024570345878601 + }, + "id": "tp_1718" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 214781, + "label": "-", + "classification": { + "B": 4.4350108510116115e-06, + "S": 2.009837317018537e-06, + "I": 0.0006061794119887054, + "C": 2.499705442460254e-05, + "R": 3.8369848880392965e-06, + "M": 0.00015274544421117753, + "O": 2.9864735552109778e-05, + "W": 2.1883843146497384e-06, + "N": 3.669794023153372e-05, + "Y": 0.0007045141537673771, + "U": 1.8780557411446352e-06, + "K": 7.771647688059602e-06, + "L": 4.2925339585053734e-06, + "G": 0.00017419706273358315, + "F": 0.0015359456883743405, + "E": 0.0010012644343078136, + "T": 0.000630755559541285, + "P": 0.43545472621917725, + "-": 0.5596216917037964 + }, + "id": "tp_1719" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 214882, + "label": "P", + "classification": { + "B": 7.567221018689452e-07, + "S": 2.2647091313388046e-08, + "I": 7.316238770727068e-05, + "C": 2.0923167198816373e-07, + "R": 1.922539816234803e-08, + "M": 1.043634802044835e-05, + "O": 1.3088396144667058e-06, + "W": 1.4816505355952359e-08, + "N": 1.1716049357346492e-06, + "Y": 1.2372638593660668e-05, + "U": 1.7430485943492613e-09, + "K": 2.0473167605672415e-09, + "L": 7.568920068479201e-08, + "G": 1.4729404938407242e-05, + "F": 2.8347571060294285e-05, + "E": 0.0001385599171044305, + "T": 2.5889103199006058e-05, + "P": 0.7550260424613953, + "-": 0.24466682970523834 + }, + "id": "tp_1720" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 215015, + "label": "P", + "classification": { + "B": 1.6047961182152903e-08, + "S": 2.4069151116634657e-09, + "I": 5.493403659784235e-05, + "C": 3.8488414588755404e-07, + "R": 2.1320193610563365e-08, + "M": 3.9672201523899275e-07, + "O": 1.9502057568843156e-07, + "W": 3.047655905419333e-09, + "N": 1.4024378742760746e-06, + "Y": 1.5123726370802615e-05, + "U": 3.792145264469582e-09, + "K": 2.0691572899522725e-08, + "L": 5.286053372799415e-09, + "G": 4.888593593932455e-06, + "F": 9.992455488827545e-06, + "E": 4.957375131198205e-05, + "T": 1.1457030268502422e-05, + "P": 0.6899932622909546, + "-": 0.3098583221435547 + }, + "id": "tp_1721" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 215148, + "label": "P", + "classification": { + "B": 9.05491447156237e-07, + "S": 1.5044088286231272e-07, + "I": 0.00018748785078059882, + "C": 1.3920071069151163e-06, + "R": 7.959905445886761e-08, + "M": 5.179732852411689e-06, + "O": 9.612789426682866e-07, + "W": 1.722702478446081e-07, + "N": 1.5516061466769315e-05, + "Y": 1.4476468095381279e-05, + "U": 1.0734230926345845e-07, + "K": 2.896597379731247e-06, + "L": 3.5494686301262846e-08, + "G": 1.7299696992267855e-05, + "F": 0.0003750789037439972, + "E": 0.001841901452280581, + "T": 1.3773027603747323e-05, + "P": 0.9246567487716675, + "-": 0.07286585122346878 + }, + "id": "tp_1722" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 215282, + "label": "P", + "classification": { + "B": 0.000994935748167336, + "S": 0.0009805060690268874, + "I": 0.012626380659639835, + "C": 0.00016058825713116676, + "R": 6.258918438106775e-05, + "M": 0.00830056518316269, + "O": 0.00286227953620255, + "W": 0.0002580397413112223, + "N": 0.0013414095155894756, + "Y": 0.0027609430253505707, + "U": 1.962373062269762e-05, + "K": 1.0301154361513909e-05, + "L": 0.000496988941449672, + "G": 0.0015903008170425892, + "F": 0.003991061821579933, + "E": 0.005585820414125919, + "T": 0.004582665860652924, + "P": 0.6279749870300293, + "-": 0.32540005445480347 + }, + "id": "tp_1723" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 215382, + "label": "P", + "classification": { + "B": 7.226724846987054e-05, + "S": 2.7165322535438463e-05, + "I": 0.0001290809450438246, + "C": 2.7128030524181668e-06, + "R": 9.015461728267837e-07, + "M": 8.464293205179274e-05, + "O": 8.522393181920052e-05, + "W": 6.0124893934698775e-06, + "N": 1.873346627689898e-05, + "Y": 0.00012165124644525349, + "U": 2.82024330999775e-07, + "K": 9.88181341199379e-07, + "L": 4.724868176708696e-06, + "G": 0.00013623721315525472, + "F": 0.001253926893696189, + "E": 0.0002995611575897783, + "T": 0.00021783863485325128, + "P": 0.5073980093002319, + "-": 0.49014005064964294 + }, + "id": "tp_1724" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 215516, + "label": "-", + "classification": { + "B": 8.513035822943493e-07, + "S": 2.2285827583345963e-07, + "I": 3.0368732041097246e-05, + "C": 2.798018670091551e-07, + "R": 4.748647342012191e-08, + "M": 1.1451201316958759e-05, + "O": 9.269248039345257e-06, + "W": 1.0630569136083068e-07, + "N": 5.739042876484746e-07, + "Y": 2.699397737160325e-05, + "U": 1.1400253185911424e-08, + "K": 4.602570768952319e-09, + "L": 7.12975122496573e-07, + "G": 3.2322444894816726e-05, + "F": 0.00033655588049441576, + "E": 2.9053311664029025e-05, + "T": 5.1324830565135926e-05, + "P": 0.29843205213546753, + "-": 0.7010378241539001 + }, + "id": "tp_1725" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 215649, + "label": "-", + "classification": { + "B": 0.00503487978130579, + "S": 0.000645973370410502, + "I": 0.19910523295402527, + "C": 0.0011705512879416347, + "R": 0.0012146796798333526, + "M": 0.08462725579738617, + "O": 0.016117293387651443, + "W": 0.0002614230616018176, + "N": 0.0017748087411746383, + "Y": 0.012038053944706917, + "U": 2.9881368845963152e-06, + "K": 2.0442362824724114e-07, + "L": 0.004196858033537865, + "G": 0.015105591155588627, + "F": 0.00037485177745111287, + "E": 0.004871516954153776, + "T": 0.026150723919272423, + "P": 0.20846809446811676, + "-": 0.4188389480113983 + }, + "id": "tp_1726" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 215782, + "label": "-", + "classification": { + "B": 3.38259014824871e-05, + "S": 1.2088288713130169e-05, + "I": 0.0005336501053534448, + "C": 3.7752946809632704e-05, + "R": 2.881626642192714e-05, + "M": 0.0024838403332978487, + "O": 0.00031931104604154825, + "W": 5.469730240292847e-06, + "N": 1.0676854799385183e-05, + "Y": 0.002947236178442836, + "U": 5.784013410448097e-07, + "K": 2.4412585730715364e-07, + "L": 9.097180009121075e-05, + "G": 0.0012904797913506627, + "F": 0.003058752976357937, + "E": 0.00024403569113928825, + "T": 0.0036439597606658936, + "P": 0.04509308189153671, + "-": 0.9401652216911316 + }, + "id": "tp_1727" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 215883, + "label": "-", + "classification": { + "B": 9.776242038128657e-10, + "S": 5.622660115278677e-10, + "I": 6.808372745581437e-06, + "C": 2.1543019812497732e-08, + "R": 2.015615452322095e-09, + "M": 2.2453203030181612e-07, + "O": 4.911347062375171e-08, + "W": 7.360025922054092e-10, + "N": 9.596784877885511e-08, + "Y": 1.2719289770757314e-05, + "U": 4.076859960733259e-10, + "K": 3.706261253455523e-08, + "L": 7.687537828537927e-10, + "G": 2.4888356620067498e-06, + "F": 0.000164522702107206, + "E": 1.9093587980023585e-05, + "T": 5.0983599066967145e-06, + "P": 0.46727514266967773, + "-": 0.5325137972831726 + }, + "id": "tp_1728" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 216016, + "label": "P", + "classification": { + "B": 8.300475747091696e-05, + "S": 1.6640737158013508e-05, + "I": 0.00404077535495162, + "C": 6.9269681262085214e-06, + "R": 1.4275684634412755e-06, + "M": 0.0007402268820442259, + "O": 2.6513322154642083e-05, + "W": 2.648333747856668e-06, + "N": 0.00045515160309150815, + "Y": 0.00016462847997900099, + "U": 6.256576625673915e-07, + "K": 6.189777650433825e-06, + "L": 3.7347490433603525e-06, + "G": 0.0005290530971251428, + "F": 0.0005815124022774398, + "E": 0.030095694586634636, + "T": 0.00020140066044405103, + "P": 0.9339296817779541, + "-": 0.02911410853266716 + }, + "id": "tp_1729" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 216149, + "label": "P", + "classification": { + "B": 1.6201113339775475e-08, + "S": 9.14866831180916e-08, + "I": 0.0011619753204286098, + "C": 1.8943821942229988e-06, + "R": 2.5383684487678693e-07, + "M": 5.2602308642235585e-06, + "O": 1.052286961567006e-06, + "W": 6.229598881191123e-08, + "N": 5.7393779570702463e-05, + "Y": 3.550112887751311e-05, + "U": 5.217617982111733e-08, + "K": 3.907968221028568e-06, + "L": 2.770289952991334e-08, + "G": 7.381242539850064e-06, + "F": 0.0001236860844073817, + "E": 0.00039146997733041644, + "T": 4.393794733914547e-05, + "P": 0.9065289497375488, + "-": 0.09163710474967957 + }, + "id": "tp_1730" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 216283, + "label": "P", + "classification": { + "B": 0.0009402501164004207, + "S": 4.284086389816366e-05, + "I": 0.0021121317986398935, + "C": 5.5915261327754706e-05, + "R": 1.5969257219694555e-05, + "M": 0.0018883366137742996, + "O": 0.0002610863302834332, + "W": 3.343645221320912e-05, + "N": 9.843183943303302e-05, + "Y": 0.001705765025690198, + "U": 8.246494871855248e-06, + "K": 4.662083483708557e-06, + "L": 0.00011325676314299926, + "G": 0.0015261125518009067, + "F": 0.0029361096676439047, + "E": 0.006101485341787338, + "T": 0.001736885285936296, + "P": 0.5120934844017029, + "-": 0.46832555532455444 + }, + "id": "tp_1731" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 216383, + "label": "P", + "classification": { + "B": 2.494595719326753e-06, + "S": 3.67440549098319e-07, + "I": 0.00012237335613463074, + "C": 4.871892542723799e-07, + "R": 2.2110999964297662e-07, + "M": 4.362878098618239e-05, + "O": 2.5773995730560273e-05, + "W": 2.1088527546453406e-07, + "N": 2.6047200663015246e-06, + "Y": 1.3005083019379526e-05, + "U": 1.0080586143601522e-08, + "K": 4.1180495125026084e-10, + "L": 1.5197226730379043e-06, + "G": 1.5537698345724493e-05, + "F": 2.544298149587121e-05, + "E": 1.910234641400166e-05, + "T": 0.00016312549996655434, + "P": 0.6974819302558899, + "-": 0.3020821213722229 + }, + "id": "tp_1732" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 216517, + "label": "P", + "classification": { + "B": 6.233672320377082e-05, + "S": 4.444952992344042e-06, + "I": 0.00027126650093123317, + "C": 4.506398909143172e-06, + "R": 6.560784413522924e-07, + "M": 6.35394171695225e-05, + "O": 3.227620618417859e-05, + "W": 2.5565609576005954e-06, + "N": 1.5929499568301253e-05, + "Y": 3.7103378417668864e-05, + "U": 3.5156921285306453e-07, + "K": 1.3498487305696472e-07, + "L": 4.2543310883047525e-06, + "G": 4.904801971861161e-05, + "F": 0.00040662800893187523, + "E": 0.00045322635560296476, + "T": 0.00012927498028147966, + "P": 0.7223026752471924, + "-": 0.27615973353385925 + }, + "id": "tp_1733" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 216650, + "label": "-", + "classification": { + "B": 1.1218014151381794e-05, + "S": 4.730585260404041e-06, + "I": 0.002017647959291935, + "C": 3.4664422855712473e-05, + "R": 8.27864550956292e-06, + "M": 0.0013245182344689965, + "O": 8.906377479434013e-05, + "W": 3.6944079511158634e-06, + "N": 5.781391519121826e-05, + "Y": 0.0025319166015833616, + "U": 3.7527440781559562e-06, + "K": 1.4554193512594793e-06, + "L": 2.5260689653805457e-05, + "G": 0.000372988055460155, + "F": 0.0006844342569820583, + "E": 0.0009153821156360209, + "T": 0.004842883907258511, + "P": 0.3108752965927124, + "-": 0.676194965839386 + }, + "id": "tp_1734" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 216750, + "label": "I", + "classification": { + "B": 0.0015442798612639308, + "S": 0.0030249350238591433, + "I": 0.503071129322052, + "C": 0.005878508556634188, + "R": 0.00415250426158309, + "M": 0.022969549521803856, + "O": 0.007516622077673674, + "W": 0.0015730090672150254, + "N": 0.035149578005075455, + "Y": 0.061437129974365234, + "U": 0.00016713523655198514, + "K": 0.0013413430424407125, + "L": 0.0016472091665491462, + "G": 0.02072184719145298, + "F": 0.007395720575004816, + "E": 0.02335958182811737, + "T": 0.0397927388548851, + "P": 0.1602196991443634, + "-": 0.0990375205874443 + }, + "id": "tp_1735" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 216884, + "label": "-", + "classification": { + "B": 2.4248798524695303e-09, + "S": 2.995342307521298e-10, + "I": 3.374891775820288e-06, + "C": 5.296588767578214e-08, + "R": 2.293247813867083e-09, + "M": 7.643635626664036e-07, + "O": 6.849759870419803e-08, + "W": 7.033944537937487e-10, + "N": 1.5718653045837527e-08, + "Y": 7.592724614369217e-06, + "U": 3.99237087833626e-10, + "K": 9.927988431357448e-10, + "L": 3.4378220270525617e-09, + "G": 1.3597915540231043e-06, + "F": 1.4725295841344632e-05, + "E": 4.207087840768509e-06, + "T": 7.444362381647807e-06, + "P": 0.13324199616909027, + "-": 0.8667184114456177 + }, + "id": "tp_1736" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 217017, + "label": "-", + "classification": { + "B": 0.0006815095548518002, + "S": 5.320504351402633e-05, + "I": 0.0024535548873245716, + "C": 0.00012586398224812, + "R": 2.8995078537263907e-05, + "M": 0.009091895073652267, + "O": 0.0006121069309301674, + "W": 1.6816646166262217e-05, + "N": 0.00010095387551700696, + "Y": 0.003561354475095868, + "U": 3.185888317602803e-06, + "K": 3.065397891077737e-07, + "L": 0.00035933294566348195, + "G": 0.002643187530338764, + "F": 0.0019466143567115068, + "E": 0.006146093364804983, + "T": 0.004187375772744417, + "P": 0.39838042855262756, + "-": 0.5696072578430176 + }, + "id": "tp_1737" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 217150, + "label": "P", + "classification": { + "B": 3.898780505551258e-06, + "S": 8.651736038700619e-08, + "I": 0.00028545313398353755, + "C": 1.323968035649159e-06, + "R": 4.014462007262409e-08, + "M": 1.1558636288100388e-05, + "O": 1.0981619880112703e-06, + "W": 5.904789546207212e-08, + "N": 1.222832543135155e-05, + "Y": 9.99939857138088e-06, + "U": 3.92902883561419e-08, + "K": 1.0342179024291909e-07, + "L": 1.2978360075521778e-07, + "G": 1.8472745068720542e-05, + "F": 9.07298453967087e-05, + "E": 0.0019110349239781499, + "T": 1.7854659745353274e-05, + "P": 0.9388717412948608, + "-": 0.05876421555876732 + }, + "id": "tp_1738" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 217251, + "label": "-", + "classification": { + "B": 8.015073399292305e-05, + "S": 1.507927095190098e-06, + "I": 0.0003425590693950653, + "C": 1.5684963727835566e-05, + "R": 9.327994234809012e-07, + "M": 0.000396710354834795, + "O": 4.572965553961694e-05, + "W": 5.421857736109814e-07, + "N": 4.423834525368875e-06, + "Y": 0.00019284675363451242, + "U": 8.986172161939976e-08, + "K": 1.8490637909707175e-09, + "L": 3.392656071810052e-05, + "G": 0.0004428613465279341, + "F": 0.0007241788553074002, + "E": 0.00031131593277677894, + "T": 0.0002811772865243256, + "P": 0.41749319434165955, + "-": 0.5796321630477905 + }, + "id": "tp_1739" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 217384, + "label": "P", + "classification": { + "B": 0.0007212543278001249, + "S": 5.3053514420753345e-05, + "I": 0.02107631228864193, + "C": 0.0003850620414596051, + "R": 0.00011258873564656824, + "M": 0.00253078481182456, + "O": 0.00032597011886537075, + "W": 6.069300070521422e-05, + "N": 0.0013571970630437136, + "Y": 0.0018290570005774498, + "U": 4.034455560031347e-05, + "K": 4.675232412409969e-05, + "L": 0.00015406764578074217, + "G": 0.0026370941195636988, + "F": 0.0025860746391117573, + "E": 0.020344331860542297, + "T": 0.0017161070136353374, + "P": 0.7999971508979797, + "-": 0.14402613043785095 + }, + "id": "tp_1740" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 217518, + "label": "P", + "classification": { + "B": 0.0003283839614596218, + "S": 7.199095853138715e-05, + "I": 0.035332418978214264, + "C": 0.00017825496615841985, + "R": 5.8446297771297395e-05, + "M": 0.0038973530754446983, + "O": 0.0005477950908243656, + "W": 3.250650843256153e-05, + "N": 0.0018956061685457826, + "Y": 0.0016473764553666115, + "U": 6.115357336966554e-06, + "K": 9.126605618803296e-06, + "L": 9.727723227115348e-05, + "G": 0.0021287836134433746, + "F": 0.0009119829046539962, + "E": 0.020105715841054916, + "T": 0.0019839133601635695, + "P": 0.7808623313903809, + "-": 0.14990460872650146 + }, + "id": "tp_1741" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 217651, + "label": "-", + "classification": { + "B": 1.986834377021296e-06, + "S": 1.3438496182516246e-07, + "I": 5.828822509101883e-07, + "C": 3.8358599852017505e-08, + "R": 3.270788084819287e-08, + "M": 7.863296195864677e-05, + "O": 3.440065120230429e-05, + "W": 5.947298120645428e-08, + "N": 1.2863865528345286e-09, + "Y": 1.2726117347483523e-05, + "U": 5.82293241402354e-11, + "K": 1.2908013416815245e-12, + "L": 4.760107913170941e-06, + "G": 2.0000707081635483e-05, + "F": 5.670015525538474e-05, + "E": 2.91844258981655e-07, + "T": 2.0715553546324372e-05, + "P": 0.001206792425364256, + "-": 0.9985621571540833 + }, + "id": "tp_1742" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 217751, + "label": "-", + "classification": { + "B": 0.0003201832005288452, + "S": 1.2545581739686895e-05, + "I": 1.8342299199503032e-06, + "C": 1.785734298209718e-07, + "R": 1.814129007016163e-07, + "M": 0.00022116809850558639, + "O": 0.0004212284693494439, + "W": 3.6431013086257735e-06, + "N": 3.4705241347410265e-08, + "Y": 1.466690628149081e-05, + "U": 2.6503250705189885e-09, + "K": 1.8502982479517982e-10, + "L": 6.359771214192733e-05, + "G": 6.987406959524378e-05, + "F": 0.0004553584149107337, + "E": 2.1894898054597434e-06, + "T": 7.84893345553428e-05, + "P": 0.0055191428400576115, + "-": 0.9928154945373535 + }, + "id": "tp_1743" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 217885, + "label": "-", + "classification": { + "B": 0.0006121776532381773, + "S": 0.0013837011065334082, + "I": 0.0030995577108114958, + "C": 0.0017989471089094877, + "R": 0.0011050706962123513, + "M": 0.009214667603373528, + "O": 0.006023138761520386, + "W": 0.0006871028454042971, + "N": 0.0007346054771915078, + "Y": 0.018691709265112877, + "U": 0.0001530156732769683, + "K": 0.0003841376747004688, + "L": 0.0016621134709566832, + "G": 0.008684439584612846, + "F": 0.03514028340578079, + "E": 0.0017982026329264045, + "T": 0.02701512537896633, + "P": 0.06399393081665039, + "-": 0.8178179264068604 + }, + "id": "tp_1744" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 218018, + "label": "-", + "classification": { + "B": 3.716310459367378e-08, + "S": 3.887399735447161e-09, + "I": 3.6233173887012526e-05, + "C": 3.8788010670032236e-07, + "R": 1.427696076916618e-07, + "M": 2.6284282284905203e-05, + "O": 2.8799372557841707e-06, + "W": 1.3575217394645733e-08, + "N": 1.0469572231386337e-07, + "Y": 7.583931437693536e-05, + "U": 2.6391204777098665e-09, + "K": 2.0850726700771816e-10, + "L": 4.031072933230462e-07, + "G": 2.172791209886782e-05, + "F": 4.7676552640041336e-05, + "E": 7.279938017745735e-06, + "T": 0.00014285142242442816, + "P": 0.03502025082707405, + "-": 0.9646178483963013 + }, + "id": "tp_1745" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 218151, + "label": "-", + "classification": { + "B": 1.8170005205320194e-05, + "S": 1.4549193110724445e-05, + "I": 0.0028678656090050936, + "C": 0.00014938424283172935, + "R": 6.384586595231667e-05, + "M": 0.0024804328568279743, + "O": 0.0004323357134126127, + "W": 1.8961127352667972e-05, + "N": 7.169037417043e-05, + "Y": 0.003957025706768036, + "U": 4.178973540547304e-06, + "K": 1.769411255736486e-06, + "L": 7.908686529844999e-05, + "G": 0.0007486198446713388, + "F": 0.0013880885671824217, + "E": 0.0005618350114673376, + "T": 0.004358014091849327, + "P": 0.10451067984104156, + "-": 0.8782734870910645 + }, + "id": "tp_1746" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 218252, + "label": "P", + "classification": { + "B": 0.0009675228502601385, + "S": 0.00023291775141842663, + "I": 0.03551318496465683, + "C": 0.0017862127861008048, + "R": 0.0003490758826956153, + "M": 0.003914224915206432, + "O": 0.001611972227692604, + "W": 0.0002172374224755913, + "N": 0.002954615978524089, + "Y": 0.007084724493324757, + "U": 0.00017906224820762873, + "K": 2.115212737408001e-05, + "L": 0.00098426453769207, + "G": 0.003172409487888217, + "F": 0.0028178011998534203, + "E": 0.007440552115440369, + "T": 0.008509047329425812, + "P": 0.5823177695274353, + "-": 0.33992624282836914 + }, + "id": "tp_1747" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 218385, + "label": "-", + "classification": { + "B": 7.675928827666212e-06, + "S": 2.0279096133890562e-05, + "I": 0.005013926886022091, + "C": 6.99036245350726e-05, + "R": 7.459989137714729e-05, + "M": 0.0019342480227351189, + "O": 0.0004274325619917363, + "W": 2.2733571313438006e-05, + "N": 0.00020951648184563965, + "Y": 0.012232089415192604, + "U": 4.412974703882355e-06, + "K": 6.195708010636736e-06, + "L": 4.597342194756493e-05, + "G": 0.0011108738835901022, + "F": 0.0014145229943096638, + "E": 0.0004008376563433558, + "T": 0.018031487241387367, + "P": 0.18048915266990662, + "-": 0.7784842252731323 + }, + "id": "tp_1748" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 218519, + "label": "-", + "classification": { + "B": 0.0016242534620687366, + "S": 0.0015874563250690699, + "I": 0.01932377554476261, + "C": 0.0025688116438686848, + "R": 0.001766856643371284, + "M": 0.016506357118487358, + "O": 0.007545870263129473, + "W": 0.0010762825841084123, + "N": 0.0036881756968796253, + "Y": 0.02020232006907463, + "U": 0.0003601488715503365, + "K": 0.00030090674408711493, + "L": 0.0021796647924929857, + "G": 0.011730370111763477, + "F": 0.023305388167500496, + "E": 0.005498175974935293, + "T": 0.041442833840847015, + "P": 0.27223753929138184, + "-": 0.5670548677444458 + }, + "id": "tp_1749" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 218652, + "label": "-", + "classification": { + "B": 0.036930546164512634, + "S": 0.0031481569167226553, + "I": 0.0359145812690258, + "C": 0.011495781131088734, + "R": 0.0027895860839635134, + "M": 0.0822395533323288, + "O": 0.016552727669477463, + "W": 0.002512615639716387, + "N": 0.0066442168317735195, + "Y": 0.023945508524775505, + "U": 0.0006970523972995579, + "K": 0.00017401756485924125, + "L": 0.01311992947012186, + "G": 0.03395790606737137, + "F": 0.01606958545744419, + "E": 0.07465443015098572, + "T": 0.024240920320153236, + "P": 0.22865445911884308, + "-": 0.38625845313072205 + }, + "id": "tp_1750" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 218752, + "label": "-", + "classification": { + "B": 0.001434051082469523, + "S": 0.0025454836431890726, + "I": 0.013618959113955498, + "C": 0.012033853679895401, + "R": 0.005640668794512749, + "M": 0.03448732942342758, + "O": 0.013229891657829285, + "W": 0.0021402621641755104, + "N": 0.0029692717362195253, + "Y": 0.10339469462633133, + "U": 0.0008251091931015253, + "K": 0.0024804023560136557, + "L": 0.004597569350153208, + "G": 0.03247242420911789, + "F": 0.0465543307363987, + "E": 0.011728178709745407, + "T": 0.05024879425764084, + "P": 0.05313757807016373, + "-": 0.6064611673355103 + }, + "id": "tp_1751" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 218886, + "label": "-", + "classification": { + "B": 0.06867179274559021, + "S": 0.009124013595283031, + "I": 0.0005417171050794423, + "C": 0.00029567116871476173, + "R": 0.0001566923747304827, + "M": 0.03670068830251694, + "O": 0.02280726656317711, + "W": 0.0014631125377491117, + "N": 0.00013974397734273225, + "Y": 0.002151168417185545, + "U": 2.586081245681271e-05, + "K": 5.568779215536779e-06, + "L": 0.008336802944540977, + "G": 0.007913378067314625, + "F": 0.011870628222823143, + "E": 0.001897020498290658, + "T": 0.01085478812456131, + "P": 0.06241865083575249, + "-": 0.7546254992485046 + }, + "id": "tp_1752" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 219019, + "label": "-", + "classification": { + "B": 2.7660893465508707e-05, + "S": 7.989824553078506e-06, + "I": 0.0009064608602784574, + "C": 0.00011350562999723479, + "R": 2.4787712391116656e-05, + "M": 0.0013937738258391619, + "O": 0.0003382036811672151, + "W": 1.1837374586320948e-05, + "N": 3.623083102866076e-05, + "Y": 0.0017565892776474357, + "U": 4.622008418664336e-06, + "K": 7.298183390958002e-07, + "L": 8.694980351720005e-05, + "G": 0.0007937716436572373, + "F": 0.0007747231284156442, + "E": 0.00033881011768244207, + "T": 0.0037755013909190893, + "P": 0.12881484627723694, + "-": 0.8607929348945618 + }, + "id": "tp_1753" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 219152, + "label": "-", + "classification": { + "B": 0.00013019354082643986, + "S": 0.00020454172044992447, + "I": 0.003630245802924037, + "C": 0.0011312608839944005, + "R": 0.0005833489703945816, + "M": 0.004710017237812281, + "O": 0.0022468026727437973, + "W": 0.00019962333317380399, + "N": 0.0005072515341453254, + "Y": 0.011614199727773666, + "U": 0.00010727358312578872, + "K": 0.00011013633775291964, + "L": 0.0005317337345331907, + "G": 0.004464775789529085, + "F": 0.013705664314329624, + "E": 0.0021624884102493525, + "T": 0.015434183180332184, + "P": 0.13141170144081116, + "-": 0.8071145415306091 + }, + "id": "tp_1754" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 219253, + "label": "-", + "classification": { + "B": 1.8593119932575064e-08, + "S": 2.260877707271902e-09, + "I": 8.204835467040539e-06, + "C": 1.06703612345882e-06, + "R": 5.495615340578297e-08, + "M": 2.4705766918486916e-05, + "O": 1.0373421446274733e-06, + "W": 9.08289887746605e-09, + "N": 6.380353312351872e-08, + "Y": 3.0546154448529705e-05, + "U": 5.346949549789315e-09, + "K": 6.394957896560527e-09, + "L": 7.769241250343839e-08, + "G": 1.0212056622549426e-05, + "F": 6.164170190459117e-05, + "E": 1.3078345546091441e-05, + "T": 8.112150680972263e-05, + "P": 0.03346072882413864, + "-": 0.9663074612617493 + }, + "id": "tp_1755" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 219386, + "label": "-", + "classification": { + "B": 0.0008469652966596186, + "S": 0.0008502433192916214, + "I": 0.014194784685969353, + "C": 0.0016352904494851828, + "R": 0.0006439081043936312, + "M": 0.04803933575749397, + "O": 0.0037976743187755346, + "W": 0.0004646741726901382, + "N": 0.0013773678801953793, + "Y": 0.051844432950019836, + "U": 9.114091517403722e-05, + "K": 0.00025665698922239244, + "L": 0.0012046026531606913, + "G": 0.012143966741859913, + "F": 0.01320662535727024, + "E": 0.026303960010409355, + "T": 0.030237901955842972, + "P": 0.1291913092136383, + "-": 0.6636691689491272 + }, + "id": "tp_1756" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 219520, + "label": "-", + "classification": { + "B": 3.630226638051681e-05, + "S": 1.3663895515492186e-05, + "I": 0.00016842939658090472, + "C": 1.6739788406994194e-05, + "R": 8.774046364123933e-06, + "M": 0.0008436450152657926, + "O": 0.00042183033656328917, + "W": 5.212589258007938e-06, + "N": 5.839214736624854e-06, + "Y": 0.0006865542382001877, + "U": 4.315150761158293e-07, + "K": 6.324827239723163e-08, + "L": 7.929582352517173e-05, + "G": 0.0006614637677557766, + "F": 0.0010422976920381188, + "E": 6.566492811543867e-05, + "T": 0.0018509399378672242, + "P": 0.0318458154797554, + "-": 0.9622470736503601 + }, + "id": "tp_1757" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 219653, + "label": "-", + "classification": { + "B": 0.0004105650004930794, + "S": 0.0003191565629094839, + "I": 0.0020293009001761675, + "C": 0.0002660305181052536, + "R": 0.00021289789583534002, + "M": 0.0027954410761594772, + "O": 0.0027102292515337467, + "W": 0.00022816704586148262, + "N": 0.00024820925318636, + "Y": 0.004109708592295647, + "U": 3.436403858358972e-05, + "K": 3.6523335438687354e-05, + "L": 0.0005856699426658452, + "G": 0.003323932643979788, + "F": 0.015851063653826714, + "E": 0.001300180098041892, + "T": 0.005977321416139603, + "P": 0.14290808141231537, + "-": 0.8166532516479492 + }, + "id": "tp_1758" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 219753, + "label": "-", + "classification": { + "B": 0.005366113036870956, + "S": 0.0007744886679574847, + "I": 0.0001989777956623584, + "C": 4.038562110508792e-06, + "R": 5.011990197090199e-06, + "M": 0.006711682304739952, + "O": 0.0038353612180799246, + "W": 0.0001498863857705146, + "N": 8.119915946736e-06, + "Y": 0.0005295872688293457, + "U": 3.737640952294896e-07, + "K": 5.748582054820872e-08, + "L": 0.0008227686048485339, + "G": 0.0013107011327520013, + "F": 0.003660479560494423, + "E": 0.0002604318142402917, + "T": 0.0009313738555647433, + "P": 0.06562957912683487, + "-": 0.9098008871078491 + }, + "id": "tp_1759" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 219887, + "label": "-", + "classification": { + "B": 1.768810034263879e-05, + "S": 3.193193333572708e-05, + "I": 0.0004367023939266801, + "C": 5.089887054054998e-05, + "R": 2.0829591449000873e-05, + "M": 0.0049737184308469296, + "O": 0.0005904355784878135, + "W": 1.8225438907393254e-05, + "N": 1.8247492334921844e-05, + "Y": 0.003975016996264458, + "U": 2.25125722863595e-06, + "K": 2.2913789052836364e-06, + "L": 0.00013295141980051994, + "G": 0.0012375086080282927, + "F": 0.0032551800832152367, + "E": 0.000334090378601104, + "T": 0.007387684192508459, + "P": 0.02781359851360321, + "-": 0.9497008919715881 + }, + "id": "tp_1760" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 220020, + "label": "-", + "classification": { + "B": 1.5900200196483638e-06, + "S": 1.1367067145329202e-06, + "I": 1.1213255675102118e-05, + "C": 2.841337391146226e-06, + "R": 1.015253360492352e-06, + "M": 5.9370187955209985e-05, + "O": 5.1815412007272243e-05, + "W": 1.192396098304016e-06, + "N": 3.1779418918631563e-07, + "Y": 0.0001370141835650429, + "U": 4.2869618965823975e-08, + "K": 2.5854907548250594e-08, + "L": 6.546662461914821e-06, + "G": 8.931827323976904e-05, + "F": 0.001827514497563243, + "E": 8.807262929622084e-06, + "T": 0.000143111014040187, + "P": 0.024273311719298363, + "-": 0.9733837842941284 + }, + "id": "tp_1761" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 220153, + "label": "-", + "classification": { + "B": 0.00013112853048369288, + "S": 3.873513560392894e-05, + "I": 0.0002648889203555882, + "C": 3.2077296054922044e-05, + "R": 2.4914963432820514e-05, + "M": 0.0008457514340989292, + "O": 0.0007579296943731606, + "W": 2.8554331947816536e-05, + "N": 1.598429480509367e-05, + "Y": 0.0013225569855421782, + "U": 3.125762304989621e-06, + "K": 4.615285718045925e-07, + "L": 0.00017263926565647125, + "G": 0.0009000302525237203, + "F": 0.0023750027175992727, + "E": 0.00013407220831140876, + "T": 0.0024136092979460955, + "P": 0.11808472126722336, + "-": 0.8724537491798401 + }, + "id": "tp_1762" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 220254, + "label": "-", + "classification": { + "B": 0.0026100175455212593, + "S": 0.001637596171349287, + "I": 0.06867522746324539, + "C": 0.008057372644543648, + "R": 0.0067291827872395515, + "M": 0.020995698869228363, + "O": 0.007646350190043449, + "W": 0.0013431336265057325, + "N": 0.008301811292767525, + "Y": 0.06754647195339203, + "U": 0.001035093329846859, + "K": 0.0010755382245406508, + "L": 0.004148581065237522, + "G": 0.030150970444083214, + "F": 0.021809007972478867, + "E": 0.021374380216002464, + "T": 0.03941275551915169, + "P": 0.23160846531391144, + "-": 0.45584240555763245 + }, + "id": "tp_1763" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 220387, + "label": "-", + "classification": { + "B": 4.220734990667552e-05, + "S": 2.69936954282457e-05, + "I": 0.0008891595061868429, + "C": 3.764755092561245e-05, + "R": 1.681324647506699e-05, + "M": 0.0028275451622903347, + "O": 0.0004477039910852909, + "W": 1.3594891242973972e-05, + "N": 5.7646499044494703e-05, + "Y": 0.002728730207309127, + "U": 2.7960304578300565e-06, + "K": 1.880495119621628e-06, + "L": 7.43096970836632e-05, + "G": 0.0009868612978607416, + "F": 0.0015527232317253947, + "E": 0.0007308385684154928, + "T": 0.009104467928409576, + "P": 0.1686524748802185, + "-": 0.8118056058883667 + }, + "id": "tp_1764" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 220521, + "label": "-", + "classification": { + "B": 0.0011929410975426435, + "S": 0.0007423436618410051, + "I": 0.0013381621101871133, + "C": 1.9680628611240536e-05, + "R": 2.72205397777725e-05, + "M": 0.011411281302571297, + "O": 0.003896603360772133, + "W": 0.00017983248108066618, + "N": 9.213228622684255e-05, + "Y": 0.0027277322951704264, + "U": 3.407218855500105e-06, + "K": 1.0385299447079888e-06, + "L": 0.0007176052895374596, + "G": 0.001946665346622467, + "F": 0.0037567249964922667, + "E": 0.0011190332006663084, + "T": 0.01080256700515747, + "P": 0.11927530169487, + "-": 0.8407498002052307 + }, + "id": "tp_1765" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 220654, + "label": "-", + "classification": { + "B": 0.0007012433488853276, + "S": 0.00023494905326515436, + "I": 0.001079484703950584, + "C": 9.5825016614981e-05, + "R": 5.404662442742847e-05, + "M": 0.005920951720327139, + "O": 0.002127600833773613, + "W": 0.0001552117319079116, + "N": 6.957888399483636e-05, + "Y": 0.0048801107332110405, + "U": 1.743183565849904e-05, + "K": 7.825035027053673e-06, + "L": 0.000716325594112277, + "G": 0.003989045973867178, + "F": 0.005491394549608231, + "E": 0.000942584068980068, + "T": 0.007620037533342838, + "P": 0.08553953468799591, + "-": 0.8803568482398987 + }, + "id": "tp_1766" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 220754, + "label": "-", + "classification": { + "B": 0.0006552775739692152, + "S": 0.00017665064660832286, + "I": 0.0011824718676507473, + "C": 0.0004697895492427051, + "R": 0.00023469413281418383, + "M": 0.005186308175325394, + "O": 0.0033551587257534266, + "W": 0.0002326184621779248, + "N": 8.466871076961979e-05, + "Y": 0.004283039830625057, + "U": 2.6578900360618718e-05, + "K": 1.1016411008313298e-05, + "L": 0.0010757563868537545, + "G": 0.004403846338391304, + "F": 0.006891466211527586, + "E": 0.0007999071385711432, + "T": 0.005077064968645573, + "P": 0.04849440976977348, + "-": 0.9173592329025269 + }, + "id": "tp_1767" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 220888, + "label": "-", + "classification": { + "B": 1.8641254655449302e-06, + "S": 1.233826623092682e-07, + "I": 6.0475881582533475e-06, + "C": 4.787960605767694e-08, + "R": 1.9556686936539336e-08, + "M": 0.000159952585818246, + "O": 1.5046784028527327e-05, + "W": 3.733856601684238e-08, + "N": 6.106827488139288e-09, + "Y": 0.00025219161761924624, + "U": 2.544654487124376e-10, + "K": 9.338567245886775e-13, + "L": 5.0517055569798686e-06, + "G": 1.9776454792008735e-05, + "F": 9.672924534243066e-06, + "E": 8.26470454740047e-07, + "T": 0.00026157390675507486, + "P": 0.004470898769795895, + "-": 0.9947969317436218 + }, + "id": "tp_1768" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 221021, + "label": "-", + "classification": { + "B": 2.66905171883991e-05, + "S": 6.652002048213035e-05, + "I": 0.002039611805230379, + "C": 0.0007951687439344823, + "R": 0.00024476004182361066, + "M": 0.006084532476961613, + "O": 0.0010155036579817533, + "W": 5.821844024467282e-05, + "N": 0.0001503810053691268, + "Y": 0.016326388344168663, + "U": 2.313367986062076e-05, + "K": 2.0048293663421646e-05, + "L": 0.00024410175683442503, + "G": 0.002519086468964815, + "F": 0.005610379856079817, + "E": 0.000994540867395699, + "T": 0.014666183851659298, + "P": 0.045331548899412155, + "-": 0.9037832617759705 + }, + "id": "tp_1769" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 221154, + "label": "-", + "classification": { + "B": 0.0009080311865545809, + "S": 0.0003690191369969398, + "I": 0.0001510266010882333, + "C": 7.069070124998689e-05, + "R": 5.0438142352504656e-05, + "M": 0.004602325614541769, + "O": 0.002588622970506549, + "W": 0.00013126323756296188, + "N": 1.030599196383264e-05, + "Y": 0.003130940953269601, + "U": 2.787046241792268e-06, + "K": 1.3244878118712222e-06, + "L": 0.000959882338065654, + "G": 0.0034339975100010633, + "F": 0.016046179458498955, + "E": 0.00017522867710795254, + "T": 0.00292583042755723, + "P": 0.018858393654227257, + "-": 0.9455836415290833 + }, + "id": "tp_1770" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 221255, + "label": "-", + "classification": { + "B": 1.0424959327792749e-05, + "S": 2.7613805286819115e-06, + "I": 4.759102375828661e-05, + "C": 2.409621856713784e-06, + "R": 7.39517076908669e-07, + "M": 8.303006325149909e-05, + "O": 8.596549741923809e-05, + "W": 2.485331606294494e-06, + "N": 2.18528407458507e-06, + "Y": 5.586641782429069e-05, + "U": 8.884531155217701e-08, + "K": 1.1618058515239227e-08, + "L": 7.4541280810080934e-06, + "G": 6.070566814742051e-05, + "F": 0.0003368472389411181, + "E": 3.0578365112887695e-05, + "T": 0.0002901853295043111, + "P": 0.15540820360183716, + "-": 0.8435723185539246 + }, + "id": "tp_1771" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 221388, + "label": "-", + "classification": { + "B": 0.0005057982634752989, + "S": 9.628958650864661e-05, + "I": 0.0007651778869330883, + "C": 9.668950224295259e-05, + "R": 5.324161975295283e-05, + "M": 0.0018232475267723203, + "O": 0.001660836162045598, + "W": 8.986747707240283e-05, + "N": 4.9475336709292606e-05, + "Y": 0.0011873412877321243, + "U": 7.212619493657257e-06, + "K": 9.283076565225201e-07, + "L": 0.00040513090789318085, + "G": 0.0014625691110268235, + "F": 0.002690028864890337, + "E": 0.00039735768223181367, + "T": 0.002358935307711363, + "P": 0.15183676779270172, + "-": 0.8345131278038025 + }, + "id": "tp_1772" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 221522, + "label": "P", + "classification": { + "B": 9.408645564690232e-05, + "S": 0.00010491599095985293, + "I": 0.024249184876680374, + "C": 0.001307096565142274, + "R": 0.00022541020007338375, + "M": 0.0027729272842407227, + "O": 0.00048427769797854125, + "W": 7.981297676451504e-05, + "N": 0.002749276114627719, + "Y": 0.007955817505717278, + "U": 8.102665015030652e-05, + "K": 0.00018917990382760763, + "L": 0.00012321153189986944, + "G": 0.0019320582505315542, + "F": 0.004744347184896469, + "E": 0.009561915881931782, + "T": 0.007070573512464762, + "P": 0.5638620853424072, + "-": 0.3724128007888794 + }, + "id": "tp_1773" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 221655, + "label": "-", + "classification": { + "B": 0.0008219958399422467, + "S": 0.00022914989676792175, + "I": 0.00034391696681268513, + "C": 8.850908488966525e-05, + "R": 5.1852686738129705e-05, + "M": 0.0024756828788667917, + "O": 0.0018449544440954924, + "W": 0.00012045251060044393, + "N": 3.44555992342066e-05, + "Y": 0.002135296817868948, + "U": 1.124005484598456e-05, + "K": 6.8215999817766715e-06, + "L": 0.0005535755190066993, + "G": 0.0020821858197450638, + "F": 0.011111680418252945, + "E": 0.00047181284753605723, + "T": 0.0030812073964625597, + "P": 0.08466566354036331, + "-": 0.8898695707321167 + }, + "id": "tp_1774" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 221755, + "label": "-", + "classification": { + "B": 3.3434484066674486e-05, + "S": 7.197552804427687e-06, + "I": 0.0002257991291116923, + "C": 2.2543732484336942e-05, + "R": 1.1325435480102897e-05, + "M": 0.00036162554170005023, + "O": 0.0002510139311198145, + "W": 1.0197029041592032e-05, + "N": 1.1800378160842229e-05, + "Y": 0.0006935689016245306, + "U": 1.9268400137661956e-06, + "K": 1.0279783282385324e-06, + "L": 3.747692608158104e-05, + "G": 0.00041724188486114144, + "F": 0.0021395771764218807, + "E": 0.00019420748867560178, + "T": 0.001162764965556562, + "P": 0.09997110068798065, + "-": 0.8944461345672607 + }, + "id": "tp_1775" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 221889, + "label": "-", + "classification": { + "B": 1.3646047591464594e-05, + "S": 1.693965714366641e-05, + "I": 2.838046566466801e-05, + "C": 3.823004590230994e-06, + "R": 2.1568914689851226e-06, + "M": 0.0033916349057108164, + "O": 0.00023159895499702543, + "W": 2.9629470645886613e-06, + "N": 1.0063091622214415e-06, + "Y": 0.002221485832706094, + "U": 3.366574219398899e-08, + "K": 2.269719523440017e-08, + "L": 3.351101258886047e-05, + "G": 0.0002904428110923618, + "F": 0.0010107697453349829, + "E": 5.0996834033867344e-05, + "T": 0.002464430872350931, + "P": 0.0065543148666620255, + "-": 0.9836819171905518 + }, + "id": "tp_1776" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 222022, + "label": "-", + "classification": { + "B": 0.015319974161684513, + "S": 0.002560559194535017, + "I": 0.0032842769287526608, + "C": 0.003932688385248184, + "R": 0.00175306829623878, + "M": 0.050787948071956635, + "O": 0.019321909174323082, + "W": 0.0017620298312976956, + "N": 0.00041588800377212465, + "Y": 0.01670936867594719, + "U": 0.00017904177366290241, + "K": 2.394819057371933e-05, + "L": 0.019024323672056198, + "G": 0.02368021011352539, + "F": 0.015217427164316177, + "E": 0.0030643835198134184, + "T": 0.031429700553417206, + "P": 0.052336014807224274, + "-": 0.7391971349716187 + }, + "id": "tp_1777" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 222155, + "label": "-", + "classification": { + "B": 4.6502595068886876e-05, + "S": 1.5948326108627953e-05, + "I": 6.930492236278951e-05, + "C": 6.9535271904896945e-06, + "R": 3.885420483129565e-06, + "M": 0.0014958647079765797, + "O": 0.00042627155198715627, + "W": 6.247848887142027e-06, + "N": 2.0803147435799474e-06, + "Y": 0.0006185660604387522, + "U": 1.8495811104912718e-07, + "K": 2.4926400499225565e-08, + "L": 0.00010360295709688216, + "G": 0.0004735609982162714, + "F": 0.001145082525908947, + "E": 3.8114343624329194e-05, + "T": 0.0025701606646180153, + "P": 0.021470487117767334, + "-": 0.97150719165802 + }, + "id": "tp_1778" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 222256, + "label": "-", + "classification": { + "B": 0.00011140515562146902, + "S": 1.5945022823871113e-05, + "I": 0.000603864376898855, + "C": 3.0304452593554743e-05, + "R": 8.985770364233758e-06, + "M": 0.004024683963507414, + "O": 0.0005290132248774171, + "W": 1.1600449397519697e-05, + "N": 1.8227803593617864e-05, + "Y": 0.001471947762183845, + "U": 8.756850320423837e-07, + "K": 2.031880512731732e-07, + "L": 8.87267233338207e-05, + "G": 0.0007140224915929139, + "F": 0.0004026519018225372, + "E": 0.0004293444217182696, + "T": 0.004468012601137161, + "P": 0.07178287208080292, + "-": 0.9152873158454895 + }, + "id": "tp_1779" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 222389, + "label": "-", + "classification": { + "B": 3.41442387252755e-06, + "S": 2.444730398565298e-06, + "I": 2.7201855118619278e-05, + "C": 1.6222380509134382e-05, + "R": 2.3181364667834714e-06, + "M": 0.0001092245292966254, + "O": 3.3866657759062946e-05, + "W": 1.3507547009794507e-06, + "N": 1.6350727491953876e-06, + "Y": 0.0006853477680124342, + "U": 5.596173764388368e-07, + "K": 1.813741505429789e-06, + "L": 3.7205941225693095e-06, + "G": 0.0001287965424126014, + "F": 0.0018873143708333373, + "E": 2.591555312392302e-05, + "T": 0.0005872368928976357, + "P": 0.029191425070166588, + "-": 0.9672901630401611 + }, + "id": "tp_1780" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 222523, + "label": "-", + "classification": { + "B": 0.0014058895176276565, + "S": 0.005053025204688311, + "I": 0.0008015827625058591, + "C": 0.0006083766929805279, + "R": 0.0007190369651652873, + "M": 0.056246429681777954, + "O": 0.031125368550419807, + "W": 0.0020957402884960175, + "N": 0.0001559420197736472, + "Y": 0.026550833135843277, + "U": 2.7831143597722985e-05, + "K": 2.558819869591389e-05, + "L": 0.008627242408692837, + "G": 0.012658377178013325, + "F": 0.014729329384863377, + "E": 0.0006831837818026543, + "T": 0.04160504788160324, + "P": 0.011775905266404152, + "-": 0.785105288028717 + }, + "id": "tp_1781" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 222656, + "label": "-", + "classification": { + "B": 0.0003377649118192494, + "S": 0.0005035994690842927, + "I": 0.004035099875181913, + "C": 0.0010605447459965944, + "R": 0.0004229984770063311, + "M": 0.00975321140140295, + "O": 0.0032739932648837566, + "W": 0.00042321838554926217, + "N": 0.000730268657207489, + "Y": 0.012439388781785965, + "U": 9.807569585973397e-05, + "K": 0.00014302029740065336, + "L": 0.0007865846273489296, + "G": 0.004927440546452999, + "F": 0.017545565962791443, + "E": 0.005198617931455374, + "T": 0.012960521504282951, + "P": 0.1525280773639679, + "-": 0.7728320360183716 + }, + "id": "tp_1782" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 222756, + "label": "-", + "classification": { + "B": 0.0014947849558666348, + "S": 0.00041981792310252786, + "I": 0.008184757083654404, + "C": 0.0023701025638729334, + "R": 0.0006487594218924642, + "M": 0.018759751692414284, + "O": 0.004296333063393831, + "W": 0.0004049359413329512, + "N": 0.0009050641092471778, + "Y": 0.009656830690801144, + "U": 0.00016207002045121044, + "K": 4.125978011870757e-05, + "L": 0.0022417765576392412, + "G": 0.00985023844987154, + "F": 0.009781542234122753, + "E": 0.008497730828821659, + "T": 0.014254092238843441, + "P": 0.24691373109817505, + "-": 0.6611164212226868 + }, + "id": "tp_1783" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 222890, + "label": "-", + "classification": { + "B": 7.267233854690858e-07, + "S": 1.4817100009167916e-06, + "I": 0.00014095843653194606, + "C": 6.993928309384501e-06, + "R": 1.0146804925170727e-06, + "M": 8.352355507668108e-05, + "O": 2.2488229660666548e-05, + "W": 9.899238193611382e-07, + "N": 5.841695383423939e-06, + "Y": 0.00031425635097548366, + "U": 3.69411822020993e-07, + "K": 3.557169065970811e-07, + "L": 2.7757857878896175e-06, + "G": 4.733237801701762e-05, + "F": 0.0006722006946802139, + "E": 9.597663301974535e-05, + "T": 0.0006506738136522472, + "P": 0.11894425004720688, + "-": 0.8790076971054077 + }, + "id": "tp_1784" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 223023, + "label": "-", + "classification": { + "B": 0.0010861697373911738, + "S": 0.0005337452748790383, + "I": 0.0004992724861949682, + "C": 0.0004387513909023255, + "R": 0.0003023522440344095, + "M": 0.014113470911979675, + "O": 0.007410189136862755, + "W": 0.00027857074746862054, + "N": 2.7922758818021975e-05, + "Y": 0.0036750431172549725, + "U": 4.595321570377564e-06, + "K": 6.995780950092012e-07, + "L": 0.004085083492100239, + "G": 0.004988084547221661, + "F": 0.009648803621530533, + "E": 0.00044750634697265923, + "T": 0.005321749951690435, + "P": 0.02065587043762207, + "-": 0.9264822006225586 + }, + "id": "tp_1785" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 223156, + "label": "-", + "classification": { + "B": 1.4384004316525534e-06, + "S": 2.15911654777301e-07, + "I": 1.438731669622939e-05, + "C": 6.814002517785411e-07, + "R": 1.3951822097624245e-07, + "M": 1.6034760847105645e-05, + "O": 1.0436514457978774e-05, + "W": 3.3046470093722746e-07, + "N": 3.071024536893674e-07, + "Y": 4.029489355161786e-05, + "U": 1.1300054225671374e-08, + "K": 2.1019070928218753e-08, + "L": 7.942207389532996e-07, + "G": 2.031705662375316e-05, + "F": 0.0013883196515962481, + "E": 1.1796731996582821e-05, + "T": 4.2126921471208334e-05, + "P": 0.06564578413963318, + "-": 0.9328065514564514 + }, + "id": "tp_1786" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 223257, + "label": "-", + "classification": { + "B": 1.3506819414033089e-06, + "S": 1.027631810757157e-06, + "I": 7.895562885096297e-05, + "C": 1.2431683899194468e-05, + "R": 6.2587682805315126e-06, + "M": 0.0008045616559684277, + "O": 0.00013315676187630743, + "W": 8.979180279311549e-07, + "N": 1.390149918734096e-06, + "Y": 0.0007892186404205859, + "U": 1.0920305726358492e-07, + "K": 2.1266176375434043e-08, + "L": 3.145955633954145e-05, + "G": 0.0005541578866541386, + "F": 0.0014149789931252599, + "E": 2.48659653152572e-05, + "T": 0.0018298453651368618, + "P": 0.020563334226608276, + "-": 0.9737519025802612 + }, + "id": "tp_1787" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 223390, + "label": "-", + "classification": { + "B": 0.0017417867202311754, + "S": 0.0025983552914112806, + "I": 0.0026980058755725622, + "C": 0.0008083970169536769, + "R": 0.0006039204890839756, + "M": 0.037960294634103775, + "O": 0.016061164438724518, + "W": 0.0011394839966669679, + "N": 0.0003863347810693085, + "Y": 0.016716714948415756, + "U": 4.633305434253998e-05, + "K": 4.113035902264528e-05, + "L": 0.004032461903989315, + "G": 0.013101004995405674, + "F": 0.024318983778357506, + "E": 0.003381420625373721, + "T": 0.014887227676808834, + "P": 0.04028972610831261, + "-": 0.819187343120575 + }, + "id": "tp_1788" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 223524, + "label": "-", + "classification": { + "B": 0.0013462669448927045, + "S": 0.0018814059440046549, + "I": 0.012576858513057232, + "C": 0.0038587674498558044, + "R": 0.001871836488135159, + "M": 0.016262033954262733, + "O": 0.007640508934855461, + "W": 0.0012669091811403632, + "N": 0.0036539232823997736, + "Y": 0.025729883462190628, + "U": 0.0006881086737848818, + "K": 0.0009022178710438311, + "L": 0.0024996993597596884, + "G": 0.016759971156716347, + "F": 0.03721906617283821, + "E": 0.011133765801787376, + "T": 0.03281904757022858, + "P": 0.24809786677360535, + "-": 0.5737918019294739 + }, + "id": "tp_1789" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 223657, + "label": "-", + "classification": { + "B": 1.1032017255274695e-06, + "S": 6.666238050456741e-07, + "I": 4.7648773033870384e-05, + "C": 1.8000371255766368e-06, + "R": 3.108700923348806e-07, + "M": 4.393949711811729e-05, + "O": 1.865383455879055e-05, + "W": 7.863367272875621e-07, + "N": 2.505886641301913e-06, + "Y": 0.00015280635852832347, + "U": 1.0906573066904457e-07, + "K": 1.7143368324923358e-07, + "L": 1.3121738220434054e-06, + "G": 2.8464675779105164e-05, + "F": 0.000682228768710047, + "E": 7.152791658882052e-05, + "T": 0.0003314779605716467, + "P": 0.16431750357151031, + "-": 0.8342969417572021 + }, + "id": "tp_1790" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 223757, + "label": "-", + "classification": { + "B": 3.095513238804415e-05, + "S": 1.0562108400336001e-05, + "I": 0.00016882846830412745, + "C": 4.427356907399371e-05, + "R": 1.5978404917404987e-05, + "M": 0.0008291515987366438, + "O": 0.0003412211372051388, + "W": 8.792796506895684e-06, + "N": 8.692645678820554e-06, + "Y": 0.0008738022879697382, + "U": 1.6854741033967002e-06, + "K": 8.780834264143778e-07, + "L": 6.086223220336251e-05, + "G": 0.0006446848856285214, + "F": 0.0014157568803057075, + "E": 0.00011092364729847759, + "T": 0.0014013646868988872, + "P": 0.04238497465848923, + "-": 0.951646625995636 + }, + "id": "tp_1791" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 223891, + "label": "-", + "classification": { + "B": 2.8522386855911463e-05, + "S": 2.2903699573362246e-05, + "I": 0.00015981819888111204, + "C": 1.2603853974724188e-05, + "R": 1.229156714543933e-05, + "M": 0.0028727950993925333, + "O": 0.0007699781563133001, + "W": 1.8379767425358295e-05, + "N": 7.810566785337869e-06, + "Y": 0.00321402121335268, + "U": 9.93389448922244e-07, + "K": 1.5618518034443696e-07, + "L": 0.00010913413279922679, + "G": 0.0005857263458892703, + "F": 0.0012474312679842114, + "E": 3.859052958432585e-05, + "T": 0.009213547222316265, + "P": 0.018087364733219147, + "-": 0.9635978937149048 + }, + "id": "tp_1792" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 224024, + "label": "-", + "classification": { + "B": 2.8205857205421125e-08, + "S": 4.152762755893491e-08, + "I": 1.996526055592085e-09, + "C": 8.550522512251746e-10, + "R": 1.0404590522483659e-09, + "M": 4.8529407649766654e-05, + "O": 7.841142178222071e-06, + "W": 3.4181968366908677e-09, + "N": 1.4971681880360244e-11, + "Y": 6.113814379204996e-06, + "U": 2.8121770320396755e-13, + "K": 6.551886583185812e-14, + "L": 4.751325661800365e-07, + "G": 1.9716230781341437e-06, + "F": 4.329053626861423e-05, + "E": 1.3175590396485859e-08, + "T": 1.6572917957091704e-05, + "P": 8.936033555073664e-05, + "-": 0.999785840511322 + }, + "id": "tp_1793" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 224157, + "label": "-", + "classification": { + "B": 0.00013715564273297787, + "S": 0.0002675458963494748, + "I": 0.004539197776466608, + "C": 0.0017941989935934544, + "R": 0.0006640410865657032, + "M": 0.0028380879666656256, + "O": 0.0012585888616740704, + "W": 0.000267596187768504, + "N": 0.0007296528783626854, + "Y": 0.018185293301939964, + "U": 0.000179317343281582, + "K": 0.001348442048765719, + "L": 0.0002674795687198639, + "G": 0.0047827516682446, + "F": 0.03538355603814125, + "E": 0.005092836916446686, + "T": 0.007595537230372429, + "P": 0.12279538065195084, + "-": 0.7918733358383179 + }, + "id": "tp_1794" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 224258, + "label": "-", + "classification": { + "B": 1.2096390491933562e-05, + "S": 3.496734734653728e-06, + "I": 7.91105139796855e-06, + "C": 8.07088417786872e-06, + "R": 3.646745881269453e-06, + "M": 0.0007094089523889124, + "O": 0.00017806819232646376, + "W": 1.2547027381515363e-06, + "N": 1.2555328510188701e-07, + "Y": 0.00036439456744119525, + "U": 2.389617392850596e-08, + "K": 2.2671171606702956e-09, + "L": 0.000109035951027181, + "G": 0.00046160383499227464, + "F": 0.0021569752134382725, + "E": 7.448270025633974e-06, + "T": 0.0007809644448570907, + "P": 0.0023000449873507023, + "-": 0.9928954243659973 + }, + "id": "tp_1795" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 224391, + "label": "-", + "classification": { + "B": 0.000816531537566334, + "S": 0.0027347318828105927, + "I": 0.002190280007198453, + "C": 0.00042314728489145637, + "R": 0.0002886713482439518, + "M": 0.019263839349150658, + "O": 0.006228427402675152, + "W": 0.0006485696649178863, + "N": 0.0004432549758348614, + "Y": 0.008761588484048843, + "U": 4.0981482015922666e-05, + "K": 0.00010242903954349458, + "L": 0.0015669349813833833, + "G": 0.0046454560942947865, + "F": 0.036087896674871445, + "E": 0.004003115464001894, + "T": 0.014940643683075905, + "P": 0.10031008720397949, + "-": 0.796503484249115 + }, + "id": "tp_1796" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 224525, + "label": "-", + "classification": { + "B": 7.372404411398747e-07, + "S": 1.2640742852454423e-07, + "I": 3.0334906114148907e-05, + "C": 9.563483445163001e-07, + "R": 1.4437254947097244e-07, + "M": 2.924605541920755e-05, + "O": 1.0407753507024609e-05, + "W": 1.4889464239331573e-07, + "N": 5.796619575448858e-07, + "Y": 8.924311987357214e-05, + "U": 3.311874507971879e-08, + "K": 2.284327216273141e-08, + "L": 1.2914872513647424e-06, + "G": 7.033657311694697e-05, + "F": 0.0002839707594830543, + "E": 2.3829334168112837e-05, + "T": 0.00015431098290719092, + "P": 0.10147877037525177, + "-": 0.8978255987167358 + }, + "id": "tp_1797" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 224658, + "label": "-", + "classification": { + "B": 6.67899294057861e-05, + "S": 6.529073289129883e-05, + "I": 0.0004216385423205793, + "C": 5.8481771702645347e-05, + "R": 4.1346218495164067e-05, + "M": 0.0011456625070422888, + "O": 0.0010881820926442742, + "W": 3.6805526178795844e-05, + "N": 6.035792102920823e-05, + "Y": 0.0015520531451329589, + "U": 4.8893343773670495e-06, + "K": 1.1688674703691504e-06, + "L": 0.00018856787937693298, + "G": 0.0007150942692533135, + "F": 0.004213945474475622, + "E": 0.000244490394834429, + "T": 0.007871275767683983, + "P": 0.08901511132717133, + "-": 0.8932088017463684 + }, + "id": "tp_1798" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 224758, + "label": "-", + "classification": { + "B": 5.384697033150587e-06, + "S": 1.5461999964827555e-06, + "I": 0.0015253463061526418, + "C": 0.00035509138251654804, + "R": 4.805309436051175e-05, + "M": 0.0003282286343164742, + "O": 7.308874046429992e-05, + "W": 7.605221071571577e-06, + "N": 7.977477071108297e-05, + "Y": 0.0036525889299809933, + "U": 1.4794006347074173e-05, + "K": 0.0001511572627350688, + "L": 1.2857731235271785e-05, + "G": 0.0015960563905537128, + "F": 0.006305106915533543, + "E": 0.0015635506715625525, + "T": 0.0014793415321037173, + "P": 0.17000864446163177, + "-": 0.8127918243408203 + }, + "id": "tp_1799" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 224892, + "label": "-", + "classification": { + "B": 1.3469955774780829e-05, + "S": 5.9683311519620474e-06, + "I": 0.0017494162311777472, + "C": 0.0004781703173648566, + "R": 0.00013231481716502458, + "M": 0.0008798861526884139, + "O": 0.00017889223818201572, + "W": 9.206865797750652e-06, + "N": 5.242905899649486e-05, + "Y": 0.006023950409144163, + "U": 1.0953879609587602e-05, + "K": 1.2815802620025352e-05, + "L": 7.212943455670029e-05, + "G": 0.0026087823789566755, + "F": 0.009762630797922611, + "E": 0.0010850088438019156, + "T": 0.00223063537850976, + "P": 0.09135615080595016, + "-": 0.8833371996879578 + }, + "id": "tp_1800" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 225025, + "label": "-", + "classification": { + "B": 2.4594772185082547e-05, + "S": 0.00017202396702487022, + "I": 1.7837433915701695e-05, + "C": 2.160699068554095e-06, + "R": 1.7451028497816878e-06, + "M": 0.00020112848142161965, + "O": 0.0004071160510648042, + "W": 2.6165624149143696e-05, + "N": 8.066865120781586e-06, + "Y": 0.0009364463621750474, + "U": 4.7511267098343524e-07, + "K": 1.3613362170872279e-05, + "L": 1.8565780919743702e-05, + "G": 0.0002047566813416779, + "F": 0.014569997787475586, + "E": 9.808634058572352e-05, + "T": 0.0009443100425414741, + "P": 0.02783915586769581, + "-": 0.9545137882232666 + }, + "id": "tp_1801" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 225125, + "label": "-", + "classification": { + "B": 4.33619279647246e-05, + "S": 1.896880530694034e-05, + "I": 0.00011677334259729832, + "C": 4.0246213757200167e-05, + "R": 2.2917258320376277e-05, + "M": 0.001458471640944481, + "O": 0.00044898688793182373, + "W": 1.0223236131423619e-05, + "N": 6.025752554705832e-06, + "Y": 0.0038095086347311735, + "U": 1.9487231384118786e-06, + "K": 6.980665148148546e-07, + "L": 0.00014823548553977162, + "G": 0.0012095957063138485, + "F": 0.003189758164808154, + "E": 7.749156793579459e-05, + "T": 0.004428310319781303, + "P": 0.014706662856042385, + "-": 0.970261812210083 + }, + "id": "tp_1802" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 225259, + "label": "-", + "classification": { + "B": 2.370115453231847e-06, + "S": 1.62670073677873e-06, + "I": 6.068915899959393e-05, + "C": 9.785620932234451e-06, + "R": 8.925698011807981e-07, + "M": 6.0993257648078725e-05, + "O": 3.5715376725420356e-05, + "W": 1.252199922419095e-06, + "N": 4.338505732448539e-06, + "Y": 0.00023318020976148546, + "U": 4.0619340779812774e-07, + "K": 2.5695433123473777e-06, + "L": 3.196317948095384e-06, + "G": 0.00012700949446298182, + "F": 0.003171072108671069, + "E": 0.00016791079542599618, + "T": 0.00021023748558945954, + "P": 0.1025269627571106, + "-": 0.8933798670768738 + }, + "id": "tp_1803" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 225392, + "label": "-", + "classification": { + "B": 0.0003291287866886705, + "S": 0.0005818537320010364, + "I": 0.0033831633627414703, + "C": 0.00044985589920543134, + "R": 0.00020684421178884804, + "M": 0.011957698501646519, + "O": 0.0036571193486452103, + "W": 0.0003669087600428611, + "N": 0.000582346401643008, + "Y": 0.015418287366628647, + "U": 0.00010283313895342872, + "K": 0.00013508372649084777, + "L": 0.0009148629033006728, + "G": 0.005280894227325916, + "F": 0.010189242660999298, + "E": 0.0036129720974713564, + "T": 0.024823084473609924, + "P": 0.13503019511699677, + "-": 0.7829776406288147 + }, + "id": "tp_1804" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 225526, + "label": "-", + "classification": { + "B": 0.0011695015709847212, + "S": 0.0004923487431369722, + "I": 0.05927571654319763, + "C": 0.004427626729011536, + "R": 0.00159657362382859, + "M": 0.017271146178245544, + "O": 0.004755754489451647, + "W": 0.000541245739441365, + "N": 0.0027000545524060726, + "Y": 0.037841927260160446, + "U": 0.00014562207798007876, + "K": 2.7906080504180863e-05, + "L": 0.001711227698251605, + "G": 0.009159564040601254, + "F": 0.0026962202973663807, + "E": 0.007261719089001417, + "T": 0.03517735376954079, + "P": 0.2995573580265045, + "-": 0.5141910314559937 + }, + "id": "tp_1805" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 225626, + "label": "-", + "classification": { + "B": 1.8342761975986832e-08, + "S": 3.693985917152531e-08, + "I": 3.158617255394347e-05, + "C": 7.903847176748968e-07, + "R": 2.6043872480840946e-07, + "M": 7.737025953247212e-06, + "O": 2.489344751666067e-06, + "W": 8.0441438399248e-08, + "N": 9.578204753779573e-07, + "Y": 0.00020646546909119934, + "U": 3.5267426312657335e-08, + "K": 4.1180146581609733e-07, + "L": 1.3198228998589911e-07, + "G": 1.7906539142131805e-05, + "F": 0.0013865157961845398, + "E": 2.5406259737792425e-05, + "T": 0.00014142796862870455, + "P": 0.10864139348268509, + "-": 0.8895362615585327 + }, + "id": "tp_1806" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 225759, + "label": "-", + "classification": { + "B": 5.748312469222583e-05, + "S": 1.9525181414792314e-05, + "I": 2.169052095268853e-05, + "C": 2.621189878482255e-06, + "R": 1.5133219903873396e-06, + "M": 0.00023597136896569282, + "O": 0.00023706983483862132, + "W": 7.269933576026233e-06, + "N": 1.3275400760903722e-06, + "Y": 0.0002458468952681869, + "U": 1.3664561038240208e-07, + "K": 2.1151786100404024e-08, + "L": 2.5672639822005294e-05, + "G": 0.00010631863551679999, + "F": 0.0007142182439565659, + "E": 1.382853679388063e-05, + "T": 0.0006379337282851338, + "P": 0.0489908829331398, + "-": 0.9486806392669678 + }, + "id": "tp_1807" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 225893, + "label": "-", + "classification": { + "B": 0.0016539384378120303, + "S": 0.0019162259995937347, + "I": 0.0010448363609611988, + "C": 0.00013670690532308072, + "R": 9.271212911698967e-05, + "M": 0.00789612252265215, + "O": 0.006899979431182146, + "W": 0.0006239678477868438, + "N": 0.0002190950617659837, + "Y": 0.0028260168619453907, + "U": 2.1298363208188675e-05, + "K": 1.9622244508354925e-05, + "L": 0.0008705417276360095, + "G": 0.0021609764080494642, + "F": 0.008631261065602303, + "E": 0.0012733545154333115, + "T": 0.0067727454006671906, + "P": 0.12071628123521805, + "-": 0.836224377155304 + }, + "id": "tp_1808" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 226026, + "label": "-", + "classification": { + "B": 5.678887760041107e-07, + "S": 7.3197015808545984e-06, + "I": 6.0855596530018374e-05, + "C": 6.36659751762636e-06, + "R": 1.7006201460390002e-06, + "M": 0.0001997977524297312, + "O": 5.8697929489426315e-05, + "W": 3.9913215914566536e-06, + "N": 7.2974116847035475e-06, + "Y": 0.0007328006904572248, + "U": 6.329067332444538e-07, + "K": 3.134285634587286e-06, + "L": 5.994706953060813e-06, + "G": 6.285230483626947e-05, + "F": 0.0069920835085213184, + "E": 9.320550452684984e-05, + "T": 0.001609973725862801, + "P": 0.07258187234401703, + "-": 0.9175708293914795 + }, + "id": "tp_1809" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 226126, + "label": "-", + "classification": { + "B": 3.743311367543356e-07, + "S": 1.5421882437749446e-07, + "I": 5.1971084758406505e-05, + "C": 1.1142277799081057e-05, + "R": 2.0668026081693824e-06, + "M": 7.256218668771908e-05, + "O": 1.3827501788910013e-05, + "W": 2.89945091935806e-07, + "N": 1.272525082640641e-06, + "Y": 0.0007046338869258761, + "U": 3.586700358937378e-07, + "K": 3.0159699804244156e-07, + "L": 2.2697113308822736e-06, + "G": 0.000139509720611386, + "F": 0.0005554290255531669, + "E": 1.070587313733995e-05, + "T": 0.0007688076584599912, + "P": 0.036352112889289856, + "-": 0.9613121747970581 + }, + "id": "tp_1810" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 226260, + "label": "-", + "classification": { + "B": 9.33393766899826e-06, + "S": 3.1261461117537692e-06, + "I": 0.0007213922217488289, + "C": 8.195457485271618e-05, + "R": 1.5745454220450483e-05, + "M": 0.00016690217307768762, + "O": 8.88791837496683e-05, + "W": 6.8053582253924105e-06, + "N": 4.095843542017974e-05, + "Y": 0.00044448536937125027, + "U": 4.706674644694431e-06, + "K": 7.723758244537748e-06, + "L": 1.063474246620899e-05, + "G": 0.000263089663349092, + "F": 0.00202250387519598, + "E": 0.00046777137322351336, + "T": 0.0007033440633676946, + "P": 0.2906033992767334, + "-": 0.7043372392654419 + }, + "id": "tp_1811" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 226393, + "label": "-", + "classification": { + "B": 4.9201826186617836e-05, + "S": 5.265904837870039e-05, + "I": 0.00016338926798198372, + "C": 5.921508272876963e-05, + "R": 1.7975091395783238e-05, + "M": 0.0009789608884602785, + "O": 0.0005966497119516134, + "W": 3.0014496587682515e-05, + "N": 1.5006898138381075e-05, + "Y": 0.0007503395318053663, + "U": 2.770524815787212e-06, + "K": 9.458085514779668e-07, + "L": 0.000125447433674708, + "G": 0.00039851220208220184, + "F": 0.003866771701723337, + "E": 0.00015251850709319115, + "T": 0.002522521885111928, + "P": 0.05566098913550377, + "-": 0.9345561861991882 + }, + "id": "tp_1812" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 226527, + "label": "-", + "classification": { + "B": 3.0244464142015204e-05, + "S": 2.621018438730971e-06, + "I": 0.0001067987468559295, + "C": 0.00014608966012019664, + "R": 6.103883060859516e-05, + "M": 0.0008231450337916613, + "O": 0.00018555131100583822, + "W": 4.005244591098744e-06, + "N": 1.9918559246434597e-06, + "Y": 0.00297570344991982, + "U": 1.7163407619591453e-06, + "K": 2.0527053834484832e-07, + "L": 0.00013272507931105793, + "G": 0.0015300920931622386, + "F": 0.0011829386930912733, + "E": 4.4814307329943404e-05, + "T": 0.00255285925231874, + "P": 0.018075399100780487, + "-": 0.9721420407295227 + }, + "id": "tp_1813" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 226627, + "label": "-", + "classification": { + "B": 4.249489211360924e-05, + "S": 3.746270067495061e-06, + "I": 1.1132971849292517e-05, + "C": 2.519121153454762e-06, + "R": 3.665053327495116e-07, + "M": 0.00015557347796857357, + "O": 8.776006143307313e-05, + "W": 1.9120959677820792e-06, + "N": 6.123391358414665e-07, + "Y": 8.781732321949676e-05, + "U": 3.995386421706826e-08, + "K": 1.3237376528252298e-08, + "L": 8.786444595898502e-06, + "G": 9.346661681775004e-05, + "F": 0.0004918885533697903, + "E": 2.2137686755741015e-05, + "T": 0.00019274935766588897, + "P": 0.063992440700531, + "-": 0.9348044395446777 + }, + "id": "tp_1814" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 226760, + "label": "-", + "classification": { + "B": 1.2859865819336846e-05, + "S": 0.003773357253521681, + "I": 3.0246388632804155e-05, + "C": 0.00012410189083311707, + "R": 0.00036604137858375907, + "M": 0.030011609196662903, + "O": 0.05385230481624603, + "W": 0.00044527274440042675, + "N": 2.2656038254353916e-06, + "Y": 0.04010966420173645, + "U": 5.3363358176738984e-08, + "K": 1.3103883702569874e-06, + "L": 0.011315236799418926, + "G": 0.03261963650584221, + "F": 0.040664006024599075, + "E": 1.2925928785989527e-05, + "T": 0.04023008793592453, + "P": 0.00026828129193745553, + "-": 0.7461606860160828 + }, + "id": "tp_1815" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 226894, + "label": "-", + "classification": { + "B": 4.05917808166123e-06, + "S": 2.802166090987157e-05, + "I": 7.941102376207709e-05, + "C": 7.22721524653025e-05, + "R": 4.698885095422156e-05, + "M": 0.0066665406338870525, + "O": 0.0009568284149281681, + "W": 1.0569652658887208e-05, + "N": 2.673788230822538e-06, + "Y": 0.014536373317241669, + "U": 4.039681584799837e-07, + "K": 1.6959030801899644e-07, + "L": 0.0005233591073192656, + "G": 0.0029830767307430506, + "F": 0.006033695302903652, + "E": 2.9678289138246328e-05, + "T": 0.01931990683078766, + "P": 0.0029755858704447746, + "-": 0.9457303285598755 + }, + "id": "tp_1816" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 227027, + "label": "-", + "classification": { + "B": 7.196758815553039e-07, + "S": 2.1486903278855607e-06, + "I": 3.951955932279816e-06, + "C": 6.691101930300647e-07, + "R": 3.9224974557328096e-07, + "M": 4.434306174516678e-05, + "O": 4.953014649800025e-05, + "W": 1.8691376908464008e-06, + "N": 2.785223216505983e-07, + "Y": 6.718969234498218e-05, + "U": 3.40410970522953e-08, + "K": 2.7359430987417e-07, + "L": 9.760558441485045e-07, + "G": 9.881497135211248e-06, + "F": 0.000938855460844934, + "E": 5.29571525476058e-06, + "T": 0.00014851232117507607, + "P": 0.015556760132312775, + "-": 0.983168363571167 + }, + "id": "tp_1817" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 227127, + "label": "-", + "classification": { + "B": 0.00010974340693792328, + "S": 0.0016484338557347655, + "I": 1.0403220585430972e-05, + "C": 0.00017610890790820122, + "R": 0.00038172968197613955, + "M": 0.13827374577522278, + "O": 0.03928419575095177, + "W": 0.00010606833529891446, + "N": 4.3335549548828567e-07, + "Y": 0.011661210097372532, + "U": 3.003797388601015e-08, + "K": 2.3230327883538848e-08, + "L": 0.039170656353235245, + "G": 0.05182110145688057, + "F": 0.020789673551917076, + "E": 1.2305943528190255e-05, + "T": 0.027788104489445686, + "P": 0.0001316776470048353, + "-": 0.668634295463562 + }, + "id": "tp_1818" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 227261, + "label": "-", + "classification": { + "B": 1.3155113265383989e-06, + "S": 4.005906248494284e-06, + "I": 3.647326991540467e-07, + "C": 5.265579261504172e-08, + "R": 6.352954784460962e-08, + "M": 2.051218689302914e-05, + "O": 4.7483590606134385e-05, + "W": 9.652521839598194e-07, + "N": 2.749687055825234e-08, + "Y": 5.644782868330367e-05, + "U": 2.0082895346718033e-09, + "K": 3.2536944249983435e-09, + "L": 1.821942646529351e-06, + "G": 8.578055712860078e-06, + "F": 0.0015863549197092652, + "E": 9.436936920792505e-07, + "T": 6.131626287242398e-05, + "P": 0.005907135549932718, + "-": 0.9923025369644165 + }, + "id": "tp_1819" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 227394, + "label": "-", + "classification": { + "B": 7.97581160441041e-05, + "S": 0.0012420370476320386, + "I": 1.9190347302355804e-05, + "C": 3.9884365833131596e-05, + "R": 7.961661322042346e-05, + "M": 0.01103860791772604, + "O": 0.0100288987159729, + "W": 0.00028714112704619765, + "N": 2.767089881672291e-06, + "Y": 0.008061305619776249, + "U": 2.705413351122843e-07, + "K": 1.732181999614113e-06, + "L": 0.0019205653807148337, + "G": 0.004052027594298124, + "F": 0.029673242941498756, + "E": 3.262825703131966e-05, + "T": 0.008124706335365772, + "P": 0.002105892635881901, + "-": 0.9232096672058105 + }, + "id": "tp_1820" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 227528, + "label": "F", + "classification": { + "B": 0.0025725029408931732, + "S": 0.0927341878414154, + "I": 6.289263546932489e-05, + "C": 0.00025556705077178776, + "R": 0.0009420298156328499, + "M": 0.05489116907119751, + "O": 0.13086248934268951, + "W": 0.005122169386595488, + "N": 3.121030385955237e-05, + "Y": 0.006608156953006983, + "U": 1.3768727740171016e-06, + "K": 1.4903319424774963e-05, + "L": 0.07433626055717468, + "G": 0.07709258794784546, + "F": 0.29287654161453247, + "E": 0.00025375772383995354, + "T": 0.01262457761913538, + "P": 0.001804899424314499, + "-": 0.24691267311573029 + }, + "id": "tp_1821" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 227628, + "label": "-", + "classification": { + "B": 4.669119846312242e-07, + "S": 1.466162160568274e-07, + "I": 2.2633362561919057e-07, + "C": 3.790082132582029e-07, + "R": 2.0945418555129436e-07, + "M": 0.00014713400742039084, + "O": 1.631107988941949e-05, + "W": 5.8862855922825474e-08, + "N": 2.6579569656348667e-09, + "Y": 0.00011977777467109263, + "U": 6.825612852701113e-10, + "K": 7.872086316140781e-10, + "L": 2.2629619707004167e-06, + "G": 4.3787764298031107e-05, + "F": 0.0003120731853414327, + "E": 5.609899744740687e-07, + "T": 9.930021042237058e-05, + "P": 0.0007204920402728021, + "-": 0.9985367059707642 + }, + "id": "tp_1822" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 227761, + "label": "-", + "classification": { + "B": 0.0010355989215895534, + "S": 0.0012440669815987349, + "I": 0.0006931741372682154, + "C": 0.00024221846251748502, + "R": 0.0003250214795116335, + "M": 0.01718517392873764, + "O": 0.008326888084411621, + "W": 0.00035022050724364817, + "N": 4.874640944763087e-05, + "Y": 0.026361895725131035, + "U": 7.495163117710035e-06, + "K": 9.003268132801168e-06, + "L": 0.0028607933782041073, + "G": 0.01015310175716877, + "F": 0.013455023989081383, + "E": 0.00031673660851083696, + "T": 0.03084079921245575, + "P": 0.010999293997883797, + "-": 0.8755447268486023 + }, + "id": "tp_1823" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 227895, + "label": "-", + "classification": { + "B": 0.0004108563589397818, + "S": 2.4442577341687866e-05, + "I": 9.759969543665648e-06, + "C": 1.802996962396719e-06, + "R": 8.778000619713566e-07, + "M": 0.0007451196433976293, + "O": 0.0003327179583720863, + "W": 7.345756785070989e-06, + "N": 3.539783506312233e-07, + "Y": 0.00021044723689556122, + "U": 2.8755287928561302e-08, + "K": 5.832571758901395e-09, + "L": 6.353299249894917e-05, + "G": 0.00022691665799356997, + "F": 0.001089019700884819, + "E": 4.956653720000759e-05, + "T": 0.00030181792681105435, + "P": 0.017354357987642288, + "-": 0.9791710376739502 + }, + "id": "tp_1824" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 228028, + "label": "-", + "classification": { + "B": 0.00017333905270788819, + "S": 0.0015087558422237635, + "I": 3.051293901989993e-07, + "C": 2.906122009704859e-09, + "R": 8.431193521118985e-09, + "M": 0.00012666684051509947, + "O": 0.002251348225399852, + "W": 1.9943869119742885e-05, + "N": 3.9797072304281755e-08, + "Y": 3.012604793184437e-06, + "U": 1.1530945642768131e-10, + "K": 1.3895398720542573e-10, + "L": 4.6434121031779796e-05, + "G": 3.46347333106678e-05, + "F": 0.005443074740469456, + "E": 7.953079261824314e-07, + "T": 3.546895459294319e-05, + "P": 0.005932773929089308, + "-": 0.9844233393669128 + }, + "id": "tp_1825" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 228128, + "label": "-", + "classification": { + "B": 2.2907608581590466e-05, + "S": 1.039296967064729e-05, + "I": 2.8694310003629653e-06, + "C": 1.1955563650190015e-07, + "R": 5.1412097690217706e-08, + "M": 0.00013678724644705653, + "O": 7.71120103308931e-05, + "W": 1.2172911283414578e-06, + "N": 1.617687956922964e-07, + "Y": 0.00013581353414338082, + "U": 5.963711302570118e-09, + "K": 2.4540803167383274e-08, + "L": 5.214801603870001e-06, + "G": 6.57988857710734e-05, + "F": 0.002578943967819214, + "E": 3.0497680199914612e-05, + "T": 0.00010512667358852923, + "P": 0.01750188320875168, + "-": 0.9793251156806946 + }, + "id": "tp_1826" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 228262, + "label": "-", + "classification": { + "B": 2.0425462935236283e-05, + "S": 0.00028156256303191185, + "I": 0.0005637253052555025, + "C": 0.0007011357229202986, + "R": 0.0008551529026590288, + "M": 0.004898071754723787, + "O": 0.00286885560490191, + "W": 0.00020045753626618534, + "N": 6.185196980368346e-05, + "Y": 0.022288503125309944, + "U": 2.1913909222348593e-05, + "K": 5.600867007160559e-05, + "L": 0.0007077537011355162, + "G": 0.0037234285846352577, + "F": 0.024664942175149918, + "E": 0.00018763319530989975, + "T": 0.014297985471785069, + "P": 0.013608720153570175, + "-": 0.9099918603897095 + }, + "id": "tp_1827" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 228395, + "label": "-", + "classification": { + "B": 0.00011686708603519946, + "S": 0.0003854986862279475, + "I": 1.6801510355435312e-05, + "C": 8.408461326325778e-06, + "R": 6.46978014628985e-06, + "M": 0.0007463244255632162, + "O": 0.0005265630898065865, + "W": 3.580423799576238e-05, + "N": 2.044628445219132e-06, + "Y": 0.00041841654456220567, + "U": 1.3934334219811717e-07, + "K": 5.528539190891024e-07, + "L": 0.00011760477354982868, + "G": 0.0004923188826069236, + "F": 0.0246251430362463, + "E": 5.393589162849821e-05, + "T": 0.0011683042393997312, + "P": 0.011971988715231419, + "-": 0.9593067765235901 + }, + "id": "tp_1828" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 228529, + "label": "-", + "classification": { + "B": 8.74869292601943e-05, + "S": 0.003621871117502451, + "I": 1.1007187822542619e-05, + "C": 7.063116936478764e-05, + "R": 7.048474799375981e-05, + "M": 0.029558544978499413, + "O": 0.013022207655012608, + "W": 0.00018809631001204252, + "N": 1.391215391777223e-06, + "Y": 0.00978781282901764, + "U": 7.641395427526732e-08, + "K": 4.438744554136065e-07, + "L": 0.004995508585125208, + "G": 0.014255301095545292, + "F": 0.04661741852760315, + "E": 3.1038158340379596e-05, + "T": 0.022790608927607536, + "P": 0.0006747911684215069, + "-": 0.8542152047157288 + }, + "id": "tp_1829" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 228629, + "label": "-", + "classification": { + "B": 0.0005033030756749213, + "S": 0.0010948944836854935, + "I": 0.00019080234051216394, + "C": 0.0001911365397972986, + "R": 0.00023136236995924264, + "M": 0.015125813893973827, + "O": 0.009309262037277222, + "W": 0.0004265339230187237, + "N": 1.9879425963154063e-05, + "Y": 0.008405806496739388, + "U": 5.039000370743452e-06, + "K": 9.732872058521025e-06, + "L": 0.00357280345633626, + "G": 0.008615552447736263, + "F": 0.01787715218961239, + "E": 0.00043830665526911616, + "T": 0.008398483507335186, + "P": 0.009957706555724144, + "-": 0.9156264662742615 + }, + "id": "tp_1830" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 228762, + "label": "-", + "classification": { + "B": 5.973269168180195e-08, + "S": 8.025852480386675e-07, + "I": 7.575068394771733e-08, + "C": 5.6837642148366285e-08, + "R": 3.588460728565224e-08, + "M": 0.0002843475085683167, + "O": 2.822963142534718e-05, + "W": 5.2006452477826315e-08, + "N": 9.304767512041678e-10, + "Y": 8.808213169686496e-05, + "U": 5.534508615290257e-11, + "K": 2.2435268920428797e-10, + "L": 4.717248884844594e-06, + "G": 3.97641742893029e-05, + "F": 0.0009023997699841857, + "E": 2.6898419491772074e-07, + "T": 0.00013038258475717157, + "P": 0.00031731996568851173, + "-": 0.9982032775878906 + }, + "id": "tp_1831" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 228896, + "label": "-", + "classification": { + "B": 2.3730031273316854e-09, + "S": 2.8324418366310056e-09, + "I": 2.3340686539086164e-07, + "C": 1.0421452856235192e-07, + "R": 2.1330343713543698e-08, + "M": 6.592820136575028e-05, + "O": 1.1819356586784124e-06, + "W": 1.2905289059617076e-09, + "N": 1.1290403056918308e-09, + "Y": 0.0001387739321216941, + "U": 2.7488059051172797e-10, + "K": 5.331486988002787e-11, + "L": 3.108219459591055e-07, + "G": 1.3876605407858733e-05, + "F": 4.920115679851733e-05, + "E": 2.1506571101781446e-07, + "T": 0.00021198249305598438, + "P": 0.0008197542047128081, + "-": 0.9986984729766846 + }, + "id": "tp_1832" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 229029, + "label": "-", + "classification": { + "B": 5.208152131785937e-08, + "S": 2.000933960744078e-07, + "I": 6.742698133166414e-06, + "C": 6.906474681045438e-08, + "R": 1.7879102642837097e-08, + "M": 1.3940702956460882e-05, + "O": 4.3296472540532704e-06, + "W": 6.96938400324143e-08, + "N": 3.1170995384854905e-07, + "Y": 9.318666707258672e-05, + "U": 5.905480104928529e-09, + "K": 1.75926928136505e-07, + "L": 9.119451505057441e-08, + "G": 1.0102903615916148e-05, + "F": 0.0015633141156286001, + "E": 2.7273183150100522e-05, + "T": 8.910090400604531e-05, + "P": 0.0862809494137764, + "-": 0.9119101166725159 + }, + "id": "tp_1833" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 229129, + "label": "-", + "classification": { + "B": 1.0939060075543239e-06, + "S": 1.707822093521827e-06, + "I": 1.5012095389010938e-07, + "C": 3.3479842898032075e-08, + "R": 2.1226478352787126e-08, + "M": 0.00019139546202495694, + "O": 3.732462937477976e-05, + "W": 1.678892260770226e-07, + "N": 3.1247069376405534e-09, + "Y": 0.0001475881290389225, + "U": 2.0006887813117658e-10, + "K": 2.731807557943e-10, + "L": 7.363286840700312e-06, + "G": 6.449548527598381e-05, + "F": 0.003488600254058838, + "E": 8.733014169592934e-07, + "T": 0.00016288911865558475, + "P": 0.0008945063455030322, + "-": 0.9950018525123596 + }, + "id": "tp_1834" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 229263, + "label": "-", + "classification": { + "B": 0.0002778023190330714, + "S": 0.00046623824164271355, + "I": 0.0009076858405023813, + "C": 0.00033047248143702745, + "R": 0.00015714687469881028, + "M": 0.005259827710688114, + "O": 0.0021309189032763243, + "W": 0.00020457484060898423, + "N": 0.0001501916121924296, + "Y": 0.007204593159258366, + "U": 2.2589121726923622e-05, + "K": 5.660023452946916e-05, + "L": 0.0004279748536646366, + "G": 0.002647173125296831, + "F": 0.023738006129860878, + "E": 0.001432289369404316, + "T": 0.007998071610927582, + "P": 0.0558113195002079, + "-": 0.8907763957977295 + }, + "id": "tp_1835" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 229396, + "label": "S", + "classification": { + "B": 0.0026901059318333864, + "S": 0.41698765754699707, + "I": 0.004663902334868908, + "C": 0.00010696863319026306, + "R": 0.0004128653963562101, + "M": 0.05310472100973129, + "O": 0.08004546910524368, + "W": 0.008658763021230698, + "N": 0.0019051979761570692, + "Y": 0.012843823060393333, + "U": 2.7250428047409514e-06, + "K": 0.00028742197901010513, + "L": 0.007264283485710621, + "G": 0.024168184027075768, + "F": 0.07748834788799286, + "E": 0.0012052681995555758, + "T": 0.06428974121809006, + "P": 0.024199075996875763, + "-": 0.21967549622058868 + }, + "id": "tp_1836" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 229530, + "label": "-", + "classification": { + "B": 4.273986633052118e-06, + "S": 6.251591457839822e-06, + "I": 0.0002195746055804193, + "C": 1.8110482415067963e-05, + "R": 1.8987137082149275e-05, + "M": 0.0011787728872150183, + "O": 0.00018324654956813902, + "W": 4.453509063750971e-06, + "N": 3.896165708283661e-06, + "Y": 0.003733375109732151, + "U": 2.800585434670211e-07, + "K": 3.4370344792478136e-07, + "L": 4.3186897528357804e-05, + "G": 0.0008167360792867839, + "F": 0.004476411268115044, + "E": 9.91130291367881e-05, + "T": 0.0032054230105131865, + "P": 0.018742196261882782, + "-": 0.9672452807426453 + }, + "id": "tp_1837" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 229630, + "label": "-", + "classification": { + "B": 1.7185830074595287e-05, + "S": 0.0006133596762083471, + "I": 2.0034562112414278e-05, + "C": 9.454983955947682e-05, + "R": 9.540953033138067e-05, + "M": 0.007516011595726013, + "O": 0.004292892292141914, + "W": 6.305480928858742e-05, + "N": 1.6063097518781433e-06, + "Y": 0.011168224737048149, + "U": 1.8411856217426248e-07, + "K": 1.8976330693476484e-06, + "L": 0.002414390444755554, + "G": 0.013751242309808731, + "F": 0.1275690644979477, + "E": 6.217072950676084e-05, + "T": 0.005288883112370968, + "P": 0.001663691713474691, + "-": 0.8253661394119263 + }, + "id": "tp_1838" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 229763, + "label": "-", + "classification": { + "B": 3.251738212028954e-09, + "S": 2.303419011084884e-09, + "I": 7.197332729802497e-10, + "C": 3.164207784678297e-10, + "R": 4.951367441052845e-11, + "M": 8.562844868720276e-07, + "O": 3.21318367468848e-07, + "W": 2.3830723505646745e-10, + "N": 6.779805883372347e-12, + "Y": 4.927240979668568e-07, + "U": 1.4546305512116303e-13, + "K": 1.330233666274605e-13, + "L": 7.0647003802548625e-09, + "G": 1.6980672512545425e-07, + "F": 1.4003651813254692e-05, + "E": 9.022331215469137e-10, + "T": 3.1231622870109277e-06, + "P": 0.00013475396553985775, + "-": 0.999846339225769 + }, + "id": "tp_1839" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 229897, + "label": "-", + "classification": { + "B": 0.001078613568097353, + "S": 0.004180729389190674, + "I": 0.0005589751526713371, + "C": 0.001014844747260213, + "R": 0.0006802502903155982, + "M": 0.023010235279798508, + "O": 0.019166452810168266, + "W": 0.0010227087186649442, + "N": 0.00011965601879637688, + "Y": 0.01760062575340271, + "U": 2.872464756364934e-05, + "K": 4.0903276385506615e-05, + "L": 0.00942396279424429, + "G": 0.02137065678834915, + "F": 0.06096726283431053, + "E": 0.001109028817154467, + "T": 0.012819723226130009, + "P": 0.020650938153266907, + "-": 0.8051557540893555 + }, + "id": "tp_1840" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 230030, + "label": "-", + "classification": { + "B": 1.1760063898691442e-05, + "S": 0.0001627821911824867, + "I": 5.667269942932762e-05, + "C": 1.1920176802959759e-05, + "R": 6.536846740345936e-06, + "M": 0.0032439271453768015, + "O": 0.0006355879013426602, + "W": 1.7546055460115895e-05, + "N": 4.694298240792705e-06, + "Y": 0.00245316862128675, + "U": 2.382190871230705e-07, + "K": 2.4615408165118424e-06, + "L": 0.00014279098832048476, + "G": 0.0011902217520400882, + "F": 0.043811600655317307, + "E": 0.0001492130249971524, + "T": 0.0025092982687056065, + "P": 0.008841263130307198, + "-": 0.9367482662200928 + }, + "id": "tp_1841" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 230130, + "label": "-", + "classification": { + "B": 0.000957926909904927, + "S": 0.0007839220343157649, + "I": 0.002517036162316799, + "C": 0.00042978537385351956, + "R": 0.00033840074320323765, + "M": 0.0059516541659832, + "O": 0.0032584955915808678, + "W": 0.0004742378368973732, + "N": 0.00032393611036241055, + "Y": 0.010473348200321198, + "U": 5.833433533553034e-05, + "K": 0.00015911267837509513, + "L": 0.0011516333324834704, + "G": 0.007685760501772165, + "F": 0.06557165831327438, + "E": 0.0030919325072318316, + "T": 0.008459562435746193, + "P": 0.1054113507270813, + "-": 0.78290194272995 + }, + "id": "tp_1842" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 230264, + "label": "-", + "classification": { + "B": 1.9433528564150038e-08, + "S": 1.6946434255871168e-09, + "I": 1.1161041584273335e-05, + "C": 5.005610432817775e-07, + "R": 2.9997853090435456e-08, + "M": 7.612076842633542e-06, + "O": 9.426064480066998e-07, + "W": 3.2321822995839966e-09, + "N": 1.0503742942091776e-07, + "Y": 3.651985025499016e-05, + "U": 3.0130125061589297e-09, + "K": 7.755772135631389e-10, + "L": 6.14336030935192e-08, + "G": 6.303330792434281e-06, + "F": 4.298680869396776e-05, + "E": 4.162522145634284e-06, + "T": 7.39699462428689e-05, + "P": 0.06828571110963821, + "-": 0.9315298795700073 + }, + "id": "tp_1843" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 230397, + "label": "P", + "classification": { + "B": 6.419239184651815e-08, + "S": 1.0550436080336567e-08, + "I": 6.580997433047742e-05, + "C": 1.23068514312763e-06, + "R": 4.240834883262323e-08, + "M": 3.6927576729794964e-06, + "O": 5.899611323911813e-07, + "W": 3.190751129977798e-08, + "N": 1.2170781928944052e-06, + "Y": 1.8609793187351897e-05, + "U": 1.5607083625468476e-08, + "K": 2.153437606011721e-07, + "L": 4.9719591999064505e-08, + "G": 1.1895747775270138e-05, + "F": 0.0004149721935391426, + "E": 0.0002751407737378031, + "T": 1.0259578630211763e-05, + "P": 0.5465295910835266, + "-": 0.4526665508747101 + }, + "id": "tp_1844" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 230531, + "label": "-", + "classification": { + "B": 5.545293242903426e-05, + "S": 3.48010962625267e-06, + "I": 0.00010274929081788287, + "C": 3.929717877326766e-06, + "R": 1.4819819398326217e-06, + "M": 0.0003998710017185658, + "O": 0.00010147177817998454, + "W": 2.337952992093051e-06, + "N": 2.1688308606826467e-06, + "Y": 0.00013864508946426213, + "U": 1.5695142963068065e-07, + "K": 4.0426495928613804e-08, + "L": 2.6165495000896044e-05, + "G": 0.00044931742013432086, + "F": 0.0019558256026357412, + "E": 0.00019166406127624214, + "T": 0.0003024847828783095, + "P": 0.19674533605575562, + "-": 0.7995174527168274 + }, + "id": "tp_1845" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 230631, + "label": "-", + "classification": { + "B": 3.508483860059641e-05, + "S": 2.7156756914337166e-06, + "I": 0.000280436419416219, + "C": 3.859656135318801e-05, + "R": 7.986687705852091e-06, + "M": 0.00028613448375836015, + "O": 0.00017644969921093434, + "W": 4.928787348035257e-06, + "N": 1.0304952411388513e-05, + "Y": 0.000282506545772776, + "U": 9.093312769437034e-07, + "K": 4.9704247828685766e-08, + "L": 3.88299667974934e-05, + "G": 0.00026695706765167415, + "F": 0.0002786951663438231, + "E": 0.00011639223521342501, + "T": 0.0010262654395774007, + "P": 0.2346964180469513, + "-": 0.7624503374099731 + }, + "id": "tp_1846" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 230764, + "label": "-", + "classification": { + "B": 1.564009121865495e-12, + "S": 7.921005566952424e-14, + "I": 7.504485033393848e-09, + "C": 8.879757484869799e-10, + "R": 8.135299725542389e-12, + "M": 1.1806324806684643e-08, + "O": 3.4021332973033225e-10, + "W": 4.977580847498331e-13, + "N": 1.3460869571768619e-11, + "Y": 8.759921001910698e-07, + "U": 6.166077305864992e-13, + "K": 8.393771094850067e-11, + "L": 8.93545827607145e-12, + "G": 1.809992369317115e-07, + "F": 1.2117426194890868e-05, + "E": 9.036374137849634e-08, + "T": 1.5543687936769857e-07, + "P": 0.004416564479470253, + "-": 0.9955701231956482 + }, + "id": "tp_1847" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 230898, + "label": "-", + "classification": { + "B": 2.1536029903845844e-10, + "S": 1.9359085168257906e-10, + "I": 4.902029004938413e-08, + "C": 1.8903836718209277e-08, + "R": 5.23314780398465e-10, + "M": 8.407067184634798e-07, + "O": 4.282276933054163e-08, + "W": 1.3935716469681836e-10, + "N": 7.335420604270837e-10, + "Y": 3.8109342312964145e-06, + "U": 3.0212461005207913e-11, + "K": 2.538780519145689e-09, + "L": 1.0610903267149752e-09, + "G": 5.468595531965548e-07, + "F": 0.00022258174431044608, + "E": 4.7441346850973787e-07, + "T": 6.132728231023066e-06, + "P": 0.005656767170876265, + "-": 0.9941086769104004 + }, + "id": "tp_1848" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 231031, + "label": "-", + "classification": { + "B": 5.153547590452945e-06, + "S": 2.485662889739615e-06, + "I": 1.9604689441621304e-05, + "C": 2.1831194771948503e-06, + "R": 8.23026994112297e-07, + "M": 0.0003981502668466419, + "O": 0.00010065903188660741, + "W": 1.5305124634323874e-06, + "N": 1.1895081115653738e-06, + "Y": 0.0007030136184766889, + "U": 2.186360319456071e-07, + "K": 2.5878114229271887e-07, + "L": 9.0779758465942e-06, + "G": 9.507075446890667e-05, + "F": 0.0006508665392175317, + "E": 3.851799920084886e-05, + "T": 0.0015804258873686194, + "P": 0.015017904341220856, + "-": 0.9813729524612427 + }, + "id": "tp_1849" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 231131, + "label": "-", + "classification": { + "B": 2.1306445319169143e-07, + "S": 1.4050733909698465e-07, + "I": 1.699086897133384e-05, + "C": 4.176507673037122e-07, + "R": 1.9019925900920498e-07, + "M": 4.761262061947491e-06, + "O": 9.459910870646127e-06, + "W": 1.1318002890448042e-07, + "N": 6.47520153052028e-07, + "Y": 5.314695226843469e-05, + "U": 2.0661916622088938e-08, + "K": 2.2442163682967475e-08, + "L": 2.776767757950438e-07, + "G": 1.6136862541316077e-05, + "F": 0.00022689932666253299, + "E": 6.7376886363490485e-06, + "T": 0.00010681760613806546, + "P": 0.1094297468662262, + "-": 0.8901273012161255 + }, + "id": "tp_1850" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 231265, + "label": "-", + "classification": { + "B": 9.496568964095786e-05, + "S": 2.9507677027140744e-05, + "I": 2.215608947153669e-05, + "C": 3.819773610302946e-06, + "R": 2.2338326743920334e-06, + "M": 0.0009542998159304261, + "O": 0.0006639763014391065, + "W": 9.52284608501941e-06, + "N": 4.3971633090222895e-07, + "Y": 0.0001760980230756104, + "U": 6.92781298994305e-08, + "K": 5.888679766030691e-09, + "L": 0.00021522240422200412, + "G": 0.00040647207060828805, + "F": 0.0011490329634398222, + "E": 1.609415267012082e-05, + "T": 0.0006405195454135537, + "P": 0.008255618624389172, + "-": 0.9873599410057068 + }, + "id": "tp_1851" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 231398, + "label": "-", + "classification": { + "B": 1.6748259723531334e-10, + "S": 2.7187816442619805e-09, + "I": 6.028583499073648e-08, + "C": 2.1377155601243203e-09, + "R": 1.539955385432279e-10, + "M": 1.9486485314246238e-07, + "O": 1.5771519201734918e-07, + "W": 1.1983769532264432e-09, + "N": 2.496746143165751e-09, + "Y": 1.0898321534114075e-06, + "U": 1.7514125566497896e-11, + "K": 3.6914563072976136e-10, + "L": 8.36238245316423e-10, + "G": 8.761838188320326e-08, + "F": 0.00020867277635261416, + "E": 8.297345033270176e-08, + "T": 3.2831180760695133e-06, + "P": 0.010222285985946655, + "-": 0.989564061164856 + }, + "id": "tp_1852" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 231532, + "label": "-", + "classification": { + "B": 1.7157670299638994e-05, + "S": 6.891615157655906e-06, + "I": 3.750822725123726e-05, + "C": 7.013158665358787e-06, + "R": 2.793725798255764e-06, + "M": 0.0018082725582644343, + "O": 0.00018814968643710017, + "W": 3.2720108720241114e-06, + "N": 1.6778899407654535e-06, + "Y": 0.0018739830702543259, + "U": 2.3901438339635206e-07, + "K": 8.799467110520709e-08, + "L": 2.9111957701388747e-05, + "G": 0.00037987061659805477, + "F": 0.0015946576604619622, + "E": 7.850505062378943e-05, + "T": 0.0018929120851680636, + "P": 0.027073301374912262, + "-": 0.965004563331604 + }, + "id": "tp_1853" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 231632, + "label": "-", + "classification": { + "B": 0.004345888737589121, + "S": 0.00029217483825050294, + "I": 0.001936996472068131, + "C": 0.0004688734479714185, + "R": 0.0004878926556557417, + "M": 0.02228151075541973, + "O": 0.008561169728636742, + "W": 0.0002125872706528753, + "N": 5.1623246690724045e-05, + "Y": 0.017210576683282852, + "U": 1.301563224842539e-05, + "K": 6.260236773414363e-07, + "L": 0.0048993960954248905, + "G": 0.018557030707597733, + "F": 0.0016015426954254508, + "E": 0.0003013867826666683, + "T": 0.025418361648917198, + "P": 0.01973557658493519, + "-": 0.873623788356781 + }, + "id": "tp_1854" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 231765, + "label": "-", + "classification": { + "B": 6.421656451038871e-08, + "S": 5.9513652672649187e-08, + "I": 0.0001442967914044857, + "C": 2.3792604224581737e-06, + "R": 3.764364180369739e-07, + "M": 3.31123846990522e-05, + "O": 6.378024863806786e-06, + "W": 1.0232617597694116e-07, + "N": 4.729509328171844e-06, + "Y": 0.0002206066419603303, + "U": 5.674631609053904e-08, + "K": 4.5886358179814124e-07, + "L": 2.2231748175727262e-07, + "G": 4.571269892039709e-05, + "F": 0.0003425156755838543, + "E": 0.0001991540630115196, + "T": 0.00019709343905560672, + "P": 0.17911307513713837, + "-": 0.8196895718574524 + }, + "id": "tp_1855" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 231899, + "label": "-", + "classification": { + "B": 2.178110889872187e-06, + "S": 5.939718334957433e-07, + "I": 1.4458521945925895e-05, + "C": 4.85028465391224e-07, + "R": 5.199119001986219e-08, + "M": 2.1083882529637776e-05, + "O": 8.58766543387901e-06, + "W": 2.765391116099636e-07, + "N": 7.255194987010327e-07, + "Y": 7.452534919138998e-05, + "U": 2.1826187079909687e-08, + "K": 2.1759835533430305e-07, + "L": 3.8649488942610333e-07, + "G": 4.517126944847405e-05, + "F": 0.0010165054118260741, + "E": 5.6669028708711267e-05, + "T": 8.598216663813218e-05, + "P": 0.1413745880126953, + "-": 0.8572974801063538 + }, + "id": "tp_1856" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 232032, + "label": "-", + "classification": { + "B": 6.96781569331506e-07, + "S": 2.0595616661012173e-06, + "I": 3.061320967390202e-05, + "C": 4.735688435175689e-06, + "R": 1.0620567536534509e-06, + "M": 7.011216803221032e-05, + "O": 2.6569430701783858e-05, + "W": 1.2254347439011326e-06, + "N": 1.6119838619488291e-06, + "Y": 0.0002571598452050239, + "U": 1.594236493929202e-07, + "K": 1.1454072819105932e-06, + "L": 2.4950566057668766e-06, + "G": 6.441822915803641e-05, + "F": 0.005193961784243584, + "E": 4.238076144247316e-05, + "T": 0.0002797864144667983, + "P": 0.06216079741716385, + "-": 0.9318591356277466 + }, + "id": "tp_1857" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 232132, + "label": "-", + "classification": { + "B": 1.0017105012138927e-07, + "S": 1.1212282657879769e-07, + "I": 0.00011071267363149673, + "C": 9.935019079421181e-06, + "R": 8.158327204910165e-07, + "M": 3.598587863962166e-05, + "O": 4.622165761247743e-06, + "W": 1.7583080591521139e-07, + "N": 2.390326699241996e-06, + "Y": 0.0002145926555385813, + "U": 2.05156936772255e-07, + "K": 6.718534564242873e-07, + "L": 6.37809250747523e-07, + "G": 3.58609358954709e-05, + "F": 0.0003719366795849055, + "E": 5.808964851894416e-05, + "T": 0.00039359965012408793, + "P": 0.08120614290237427, + "-": 0.9175533652305603 + }, + "id": "tp_1858" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 232266, + "label": "-", + "classification": { + "B": 1.2328024823204942e-08, + "S": 2.0283137391885475e-09, + "I": 3.582452734463004e-07, + "C": 1.6550258941094853e-09, + "R": 1.3827512745923087e-10, + "M": 9.693632136986707e-07, + "O": 1.4452790253471903e-07, + "W": 8.173585697157648e-10, + "N": 4.755823734825526e-09, + "Y": 1.644998292249511e-06, + "U": 5.925886170654593e-11, + "K": 2.879229493712998e-11, + "L": 5.244814360594319e-09, + "G": 1.7490445713974623e-07, + "F": 1.2629388947971165e-05, + "E": 1.0173963573834044e-06, + "T": 1.0777976967801806e-05, + "P": 0.14247488975524902, + "-": 0.8574972748756409 + }, + "id": "tp_1859" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 232399, + "label": "-", + "classification": { + "B": 4.3211715819779783e-05, + "S": 1.1509016985655762e-05, + "I": 0.0007710917852818966, + "C": 3.1786625186214224e-05, + "R": 3.323795453979983e-06, + "M": 0.000256114115472883, + "O": 7.809407543390989e-05, + "W": 1.4889030353515409e-05, + "N": 7.901764183770865e-05, + "Y": 0.0006230283761397004, + "U": 5.177882030693581e-06, + "K": 7.488899427698925e-05, + "L": 1.4816874681855552e-05, + "G": 0.0009612416615709662, + "F": 0.007115241605788469, + "E": 0.007182490546256304, + "T": 0.0006140103796496987, + "P": 0.4366535544395447, + "-": 0.5454664826393127 + }, + "id": "tp_1860" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 232533, + "label": "-", + "classification": { + "B": 3.1421757284988416e-07, + "S": 6.799204044227736e-08, + "I": 3.55400079570245e-05, + "C": 9.117019317272934e-07, + "R": 1.8464429274445138e-07, + "M": 8.3482473201002e-06, + "O": 5.591939952864777e-06, + "W": 1.836653780173947e-07, + "N": 4.617091633463133e-07, + "Y": 6.048402065061964e-05, + "U": 3.3683352995694804e-08, + "K": 9.922958454922082e-09, + "L": 4.5729285602646996e-07, + "G": 1.3132796993886586e-05, + "F": 8.146779873641208e-05, + "E": 4.716710009233793e-06, + "T": 0.00012870135833509266, + "P": 0.13378359377384186, + "-": 0.865875780582428 + }, + "id": "tp_1861" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 232633, + "label": "P", + "classification": { + "B": 1.4497105667032884e-06, + "S": 6.773558425265946e-07, + "I": 0.00023445692204404622, + "C": 7.532890322181629e-06, + "R": 5.906487103857216e-07, + "M": 2.7560869057197124e-05, + "O": 8.54575409903191e-06, + "W": 8.897792440620833e-07, + "N": 1.6260291886283085e-05, + "Y": 0.0002645259373821318, + "U": 4.855542101722676e-07, + "K": 6.227060111996252e-06, + "L": 6.483277843472024e-07, + "G": 0.00010501843644306064, + "F": 0.002725379541516304, + "E": 0.0009271438466385007, + "T": 0.0001350824168184772, + "P": 0.5317043662071228, + "-": 0.46383312344551086 + }, + "id": "tp_1862" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 232766, + "label": "-", + "classification": { + "B": 1.8433654602745264e-10, + "S": 2.9528870668094065e-12, + "I": 5.37370361541889e-08, + "C": 2.6035218425590756e-10, + "R": 4.286032639910786e-11, + "M": 3.1681125278737454e-08, + "O": 2.3355564593430245e-08, + "W": 2.7922268663882477e-11, + "N": 8.11966605063219e-11, + "Y": 7.301694893158128e-08, + "U": 2.082861010402337e-12, + "K": 2.256889133586161e-14, + "L": 7.44102945926528e-10, + "G": 2.055025127845056e-08, + "F": 1.5996458557765436e-07, + "E": 3.3049376568783373e-09, + "T": 2.7301127829559846e-06, + "P": 0.026829974725842476, + "-": 0.9731668829917908 + }, + "id": "tp_1863" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 232900, + "label": "-", + "classification": { + "B": 4.969919245922938e-06, + "S": 3.8506109376612585e-06, + "I": 0.0004368205845821649, + "C": 0.0001271623041247949, + "R": 1.5284344044630416e-05, + "M": 0.00023551989579573274, + "O": 5.492242780746892e-05, + "W": 6.189761279529193e-06, + "N": 5.570153007283807e-05, + "Y": 0.0027546503115445375, + "U": 4.386477939988254e-06, + "K": 9.5590585260652e-05, + "L": 9.680121365818195e-06, + "G": 0.0009543669293634593, + "F": 0.039926376193761826, + "E": 0.0024791215546429157, + "T": 0.0005721886409446597, + "P": 0.25684136152267456, + "-": 0.6954218149185181 + }, + "id": "tp_1864" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 233033, + "label": "-", + "classification": { + "B": 1.2863456504419446e-05, + "S": 1.4476199794444256e-05, + "I": 0.0003150770498905331, + "C": 2.465833313181065e-05, + "R": 8.990096830530092e-06, + "M": 0.0004749936633743346, + "O": 0.00020079428213648498, + "W": 1.1946561244258191e-05, + "N": 2.4940885850810446e-05, + "Y": 0.002439109841361642, + "U": 2.4149881028279196e-06, + "K": 1.3770328223472461e-05, + "L": 1.7388874766766094e-05, + "G": 0.000408911524573341, + "F": 0.0024970194790512323, + "E": 0.0002814956824295223, + "T": 0.0032955517526715994, + "P": 0.05876763537526131, + "-": 0.9311879873275757 + }, + "id": "tp_1865" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 233133, + "label": "-", + "classification": { + "B": 9.433577474737831e-07, + "S": 1.229584540851647e-06, + "I": 1.2417961443134118e-05, + "C": 3.0019011774129467e-06, + "R": 2.63830315816449e-07, + "M": 3.690203448059037e-05, + "O": 1.234735464095138e-05, + "W": 8.295841666949855e-07, + "N": 1.4639073242506129e-06, + "Y": 0.00014053778431843966, + "U": 2.1188587595588615e-07, + "K": 3.862771791318664e-06, + "L": 8.102362585304945e-07, + "G": 2.4689657948329113e-05, + "F": 0.003661194583401084, + "E": 7.905009260866791e-05, + "T": 0.00018151557014789432, + "P": 0.08298517763614655, + "-": 0.9128535389900208 + }, + "id": "tp_1866" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 233267, + "label": "-", + "classification": { + "B": 5.096180188957078e-07, + "S": 7.717145145136328e-09, + "I": 2.2765971152693965e-06, + "C": 3.009028048950313e-08, + "R": 2.1576485043084404e-09, + "M": 3.4724489523796365e-06, + "O": 6.331100621537189e-07, + "W": 5.084790810627737e-09, + "N": 4.826063815244197e-08, + "Y": 5.59504996999749e-06, + "U": 3.4241992574735036e-10, + "K": 2.7340532615660607e-10, + "L": 4.154839672310118e-08, + "G": 4.15972408518428e-06, + "F": 9.680134826339781e-05, + "E": 1.0093002856592648e-05, + "T": 1.8054137399303727e-05, + "P": 0.2726421058177948, + "-": 0.7272162437438965 + }, + "id": "tp_1867" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 233400, + "label": "-", + "classification": { + "B": 1.0972020447752584e-07, + "S": 1.938589200278784e-08, + "I": 1.2828571016143542e-05, + "C": 7.104280825842579e-07, + "R": 6.910740069088206e-08, + "M": 1.4042223483556882e-05, + "O": 2.6562497623672243e-06, + "W": 1.8174263871628682e-08, + "N": 2.7986013151348743e-07, + "Y": 7.723812450421974e-05, + "U": 1.0097785718699015e-08, + "K": 2.4383858487908583e-08, + "L": 2.16864307844844e-07, + "G": 4.054569944855757e-05, + "F": 0.0002887702139560133, + "E": 2.1792289771838114e-05, + "T": 0.000141439595608972, + "P": 0.0706489235162735, + "-": 0.9287502765655518 + }, + "id": "tp_1868" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 233500, + "label": "-", + "classification": { + "B": 1.4075781109568197e-06, + "S": 4.333951437729411e-06, + "I": 0.00031569236307404935, + "C": 5.5333232012344524e-05, + "R": 7.895131602708716e-06, + "M": 0.0002097693650284782, + "O": 4.962773891747929e-05, + "W": 4.440071734279627e-06, + "N": 4.3366075260564685e-05, + "Y": 0.0012326724827289581, + "U": 2.2785582132200943e-06, + "K": 0.00011527267633937299, + "L": 3.1637423489883076e-06, + "G": 0.00019432212866377085, + "F": 0.01754974201321602, + "E": 0.0011043294798582792, + "T": 0.0007002287893556058, + "P": 0.15783867239952087, + "-": 0.8205674886703491 + }, + "id": "tp_1869" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 233634, + "label": "-", + "classification": { + "B": 6.244627570595185e-07, + "S": 1.0197652500210097e-07, + "I": 2.4653563741594553e-05, + "C": 3.998431566287763e-06, + "R": 4.6813698872938403e-07, + "M": 3.6673918657470495e-05, + "O": 4.8311731006833725e-06, + "W": 7.584831251961077e-08, + "N": 2.0534098155167158e-07, + "Y": 0.00024484103778377175, + "U": 1.3710321766779998e-08, + "K": 1.279496153472337e-08, + "L": 1.6149579096236266e-06, + "G": 0.00010988140275003389, + "F": 0.001163199543952942, + "E": 2.1744786863564514e-05, + "T": 0.00011671263928292319, + "P": 0.03241522237658501, + "-": 0.9658551216125488 + }, + "id": "tp_1870" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 233767, + "label": "-", + "classification": { + "B": 5.779527782578953e-06, + "S": 9.599646546121221e-06, + "I": 1.5942150639602914e-05, + "C": 2.9534498025896028e-05, + "R": 1.0783501238620374e-05, + "M": 0.0024259767960757017, + "O": 0.0003100750327575952, + "W": 4.450613232620526e-06, + "N": 7.064136298140511e-07, + "Y": 0.0008314928272739053, + "U": 1.392164250546557e-07, + "K": 6.356795267947746e-08, + "L": 0.00010317069973098114, + "G": 0.0004167395818512887, + "F": 0.003001180477440357, + "E": 3.0236964448704384e-05, + "T": 0.0020221825689077377, + "P": 0.005035029258579016, + "-": 0.9857469797134399 + }, + "id": "tp_1871" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 233901, + "label": "-", + "classification": { + "B": 1.3339604265638627e-07, + "S": 2.021826958298334e-06, + "I": 2.3051208586366556e-07, + "C": 9.616837814974133e-08, + "R": 2.118895707781121e-07, + "M": 0.00044013519072905183, + "O": 0.00011862018436659127, + "W": 9.318789295775787e-08, + "N": 1.1283362022496135e-09, + "Y": 0.0013378048315644264, + "U": 8.539861526268844e-12, + "K": 1.0407485637187186e-11, + "L": 1.1226261449337471e-05, + "G": 0.00017670664237812161, + "F": 0.0003099192981608212, + "E": 2.411946375957541e-08, + "T": 0.0019401739118620753, + "P": 3.0054468879825436e-05, + "-": 0.9956324696540833 + }, + "id": "tp_1872" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 234001, + "label": "-", + "classification": { + "B": 3.16964797093533e-05, + "S": 6.136137380963191e-05, + "I": 1.2454216857804568e-06, + "C": 3.5410087662057776e-07, + "R": 2.3648277647225768e-07, + "M": 0.00014689804811496288, + "O": 0.00011152990919072181, + "W": 3.92535457649501e-06, + "N": 1.8179221683567448e-07, + "Y": 0.0004004969378001988, + "U": 3.409520665798027e-09, + "K": 1.4946533610782353e-07, + "L": 7.663653377676383e-06, + "G": 0.00022634259948972613, + "F": 0.03517971187829971, + "E": 2.1379011741373688e-05, + "T": 0.0002764016389846802, + "P": 0.006149462424218655, + "-": 0.957381010055542 + }, + "id": "tp_1873" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 234134, + "label": "-", + "classification": { + "B": 8.550605343771167e-06, + "S": 2.451002274028724e-06, + "I": 1.2697726958776911e-07, + "C": 1.0196957589414524e-07, + "R": 2.0680617751622776e-07, + "M": 0.00014396132610272616, + "O": 0.00010232236672891304, + "W": 3.707627342919295e-07, + "N": 8.444138721586114e-10, + "Y": 4.517403067438863e-05, + "U": 8.203590584621168e-11, + "K": 1.2858213625788206e-11, + "L": 2.5932382413884625e-05, + "G": 7.523374370066449e-05, + "F": 0.0008222245378419757, + "E": 1.5029995381610206e-07, + "T": 7.337470015045255e-05, + "P": 0.00029935521888546646, + "-": 0.9984005093574524 + }, + "id": "tp_1874" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 234268, + "label": "-", + "classification": { + "B": 3.926745557691902e-05, + "S": 0.003486253786832094, + "I": 3.552736234269105e-05, + "C": 4.2094373498002824e-07, + "R": 7.10668189185526e-07, + "M": 0.003341754898428917, + "O": 0.0014120405539870262, + "W": 2.0838466298300773e-05, + "N": 1.9540402718121186e-06, + "Y": 0.0005141064757481217, + "U": 1.6743521014106477e-09, + "K": 5.782936085552137e-08, + "L": 7.234923396026716e-05, + "G": 0.0004523337120190263, + "F": 0.021384665742516518, + "E": 3.391920108697377e-05, + "T": 0.0028032425325363874, + "P": 0.0068039619363844395, + "-": 0.9595966935157776 + }, + "id": "tp_1875" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 234401, + "label": "-", + "classification": { + "B": 2.2465687834483106e-06, + "S": 1.136997980211163e-05, + "I": 1.770657860333813e-07, + "C": 6.93607660195994e-07, + "R": 6.116240456321975e-07, + "M": 0.0010132556781172752, + "O": 0.00020856816263403744, + "W": 1.0993735486408696e-06, + "N": 1.2505814162011575e-08, + "Y": 0.0007014641887508333, + "U": 1.4622555388754677e-09, + "K": 9.082785190628329e-09, + "L": 3.593128712964244e-05, + "G": 0.00018958734290208668, + "F": 0.0031878321897238493, + "E": 9.605151944924728e-07, + "T": 0.001277970615774393, + "P": 0.0003106954391114414, + "-": 0.9930574893951416 + }, + "id": "tp_1876" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 234501, + "label": "-", + "classification": { + "B": 0.006407752633094788, + "S": 0.01990278996527195, + "I": 0.004019611515104771, + "C": 0.0032353282440453768, + "R": 0.0032765076030045748, + "M": 0.11153043061494827, + "O": 0.04665959253907204, + "W": 0.005288909655064344, + "N": 0.0008578805718570948, + "Y": 0.018488651141524315, + "U": 0.0001404561917297542, + "K": 0.00017646294145379215, + "L": 0.026390699669718742, + "G": 0.033949825912714005, + "F": 0.0582139678299427, + "E": 0.00505106383934617, + "T": 0.0418480783700943, + "P": 0.027426233515143394, + "-": 0.5871357321739197 + }, + "id": "tp_1877" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 234635, + "label": "-", + "classification": { + "B": 3.2273463148158044e-05, + "S": 1.1245486348343547e-05, + "I": 1.8509015717427246e-05, + "C": 1.215819679600827e-06, + "R": 1.1966409374508657e-07, + "M": 0.0003071145329158753, + "O": 5.3439242037711665e-05, + "W": 1.286694214286399e-06, + "N": 1.1304415465929196e-06, + "Y": 0.0001237454853253439, + "U": 3.7290682541879505e-08, + "K": 1.1611288641688589e-07, + "L": 6.5037661443057004e-06, + "G": 0.00010361245949752629, + "F": 0.003243902698159218, + "E": 0.00018940707377623767, + "T": 0.0002478888782206923, + "P": 0.04553951695561409, + "-": 0.9501189589500427 + }, + "id": "tp_1878" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 234768, + "label": "-", + "classification": { + "B": 3.977215601480566e-05, + "S": 5.137841435498558e-05, + "I": 3.253274189773947e-05, + "C": 7.531876326538622e-05, + "R": 5.075703302281909e-05, + "M": 0.0027012676000595093, + "O": 0.0007100652437657118, + "W": 1.8273020032211207e-05, + "N": 1.7819457980294828e-06, + "Y": 0.004580035340040922, + "U": 4.7596495278412476e-07, + "K": 7.757938078611915e-07, + "L": 0.0003008877101819962, + "G": 0.0016749886563047767, + "F": 0.0064350757747888565, + "E": 3.622767690103501e-05, + "T": 0.004418088123202324, + "P": 0.0034152385778725147, + "-": 0.9754570722579956 + }, + "id": "tp_1879" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 234902, + "label": "-", + "classification": { + "B": 0.008052293211221695, + "S": 0.0009579307516105473, + "I": 0.0014910608297213912, + "C": 0.0014456461649388075, + "R": 0.0009092971449717879, + "M": 0.010138527490198612, + "O": 0.006711415946483612, + "W": 0.0006031742668710649, + "N": 0.00013562086678575724, + "Y": 0.009866548702120781, + "U": 5.065191726316698e-05, + "K": 1.7354006558889523e-05, + "L": 0.005987444426864386, + "G": 0.02020842395722866, + "F": 0.04466788470745087, + "E": 0.0020813830196857452, + "T": 0.007365093100816011, + "P": 0.048340193927288055, + "-": 0.8309699892997742 + }, + "id": "tp_1880" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 235002, + "label": "-", + "classification": { + "B": 3.435254143369093e-07, + "S": 3.3586701420063036e-07, + "I": 2.5941703825083096e-06, + "C": 1.0425786740597687e-06, + "R": 6.178123044264794e-07, + "M": 0.0003742027038242668, + "O": 3.415481114643626e-05, + "W": 9.796151800856023e-08, + "N": 1.2787311653994493e-08, + "Y": 0.00042938266415148973, + "U": 1.7050608702717795e-09, + "K": 9.23490672821714e-10, + "L": 1.0080922038468998e-05, + "G": 0.00013787169882562011, + "F": 0.00039477142854593694, + "E": 9.865045740298228e-07, + "T": 0.0006454916438087821, + "P": 0.000566479517146945, + "-": 0.9974015951156616 + }, + "id": "tp_1881" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 235135, + "label": "-", + "classification": { + "B": 4.443147645361023e-06, + "S": 2.3355603389063617e-06, + "I": 5.455310383695178e-05, + "C": 2.5552411898388527e-05, + "R": 1.1170913239766378e-05, + "M": 0.0001973687467398122, + "O": 0.00016861986659932882, + "W": 2.143320443792618e-06, + "N": 1.3934701428297558e-06, + "Y": 0.0006705930572934449, + "U": 2.891879944399989e-07, + "K": 1.754468996750802e-07, + "L": 2.8783484594896436e-05, + "G": 0.00040269712917506695, + "F": 0.0021448072511702776, + "E": 1.5282055755960755e-05, + "T": 0.0007488757837563753, + "P": 0.008533544838428497, + "-": 0.9869873523712158 + }, + "id": "tp_1882" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 235269, + "label": "-", + "classification": { + "B": 2.8052467015982074e-08, + "S": 7.384954869849025e-07, + "I": 6.02977843300323e-06, + "C": 1.6665177327013225e-07, + "R": 6.73047679811134e-08, + "M": 2.6375522793387063e-05, + "O": 8.529274964530487e-06, + "W": 2.7119995138491504e-07, + "N": 3.579429517230892e-07, + "Y": 0.00015349482418969274, + "U": 1.9378596505248424e-08, + "K": 8.574314165343822e-07, + "L": 1.712109281015728e-07, + "G": 9.172786121780518e-06, + "F": 0.0005787682021036744, + "E": 8.82231688592583e-06, + "T": 0.00024125819618348032, + "P": 0.01218475867062807, + "-": 0.9867801070213318 + }, + "id": "tp_1883" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 235402, + "label": "-", + "classification": { + "B": 9.509763003734406e-06, + "S": 3.2339408789994195e-05, + "I": 4.043185253976844e-05, + "C": 1.2597602108144201e-06, + "R": 1.2713817341136746e-06, + "M": 0.0007217114907689393, + "O": 0.00041225686436519027, + "W": 9.687879355624318e-06, + "N": 2.0867098555754637e-06, + "Y": 0.0005636049318127334, + "U": 9.223658281598546e-08, + "K": 9.676105605649354e-08, + "L": 2.3211108782561496e-05, + "G": 0.0001293687237193808, + "F": 0.0013053324073553085, + "E": 2.4846634914865717e-05, + "T": 0.001131710596382618, + "P": 0.021936293691396713, + "-": 0.9736549258232117 + }, + "id": "tp_1884" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 235502, + "label": "-", + "classification": { + "B": 7.847258132187562e-08, + "S": 5.32318686907729e-08, + "I": 2.2151228407096824e-08, + "C": 1.1570198132915266e-09, + "R": 3.534746662037236e-10, + "M": 4.669162194659293e-07, + "O": 1.0498613391973777e-06, + "W": 8.72502337045944e-09, + "N": 7.253022626940719e-10, + "Y": 6.012454605297535e-07, + "U": 1.1018764026204941e-11, + "K": 1.0237569125770563e-10, + "L": 1.2735212884251723e-08, + "G": 3.60181587666375e-07, + "F": 0.00020380414207465947, + "E": 8.624019187664089e-08, + "T": 2.345838311157422e-06, + "P": 0.006113929208368063, + "-": 0.9936771988868713 + }, + "id": "tp_1885" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 235636, + "label": "-", + "classification": { + "B": 6.735006081726169e-06, + "S": 3.1221366953104734e-05, + "I": 7.83918676461326e-06, + "C": 4.837979577132501e-05, + "R": 1.6476495147799142e-05, + "M": 0.0008270562975667417, + "O": 0.00038488712743856013, + "W": 9.118809430219699e-06, + "N": 7.600880849167879e-07, + "Y": 0.0005580700817517936, + "U": 1.165227132560176e-07, + "K": 5.346730063138239e-07, + "L": 9.924571349984035e-05, + "G": 0.000729047111235559, + "F": 0.025696702301502228, + "E": 1.802532460715156e-05, + "T": 0.000972276960965246, + "P": 0.0038666967302560806, + "-": 0.9667267799377441 + }, + "id": "tp_1886" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 235769, + "label": "-", + "classification": { + "B": 0.001180106308311224, + "S": 0.00040476853610016406, + "I": 7.492468284908682e-06, + "C": 2.8592924650183704e-07, + "R": 6.464146053986042e-07, + "M": 0.0014134810771793127, + "O": 0.002462766133248806, + "W": 4.158500814810395e-05, + "N": 3.4340840215918433e-07, + "Y": 9.201320062857121e-05, + "U": 1.5834357824928702e-08, + "K": 4.97676433397487e-09, + "L": 0.0002140499564120546, + "G": 0.0001745579211274162, + "F": 0.0012154752621427178, + "E": 8.873646038409788e-06, + "T": 0.0004976813215762377, + "P": 0.004612273536622524, + "-": 0.9876736998558044 + }, + "id": "tp_1887" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 235903, + "label": "-", + "classification": { + "B": 4.2843025767069776e-06, + "S": 3.966156612023042e-07, + "I": 7.875681262703438e-08, + "C": 1.8357599174123607e-07, + "R": 1.284758326391966e-07, + "M": 6.681018567178398e-05, + "O": 6.812620995333418e-05, + "W": 9.75132010694324e-08, + "N": 8.768737957964845e-10, + "Y": 3.389691119082272e-05, + "U": 7.077608638050847e-11, + "K": 1.0532514964356476e-11, + "L": 1.6945394236245193e-05, + "G": 8.056349179241806e-05, + "F": 0.000476414046715945, + "E": 1.5850886825319321e-07, + "T": 3.949386882595718e-05, + "P": 0.0002779449860099703, + "-": 0.9989344477653503 + }, + "id": "tp_1888" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 236003, + "label": "-", + "classification": { + "B": 0.0004043355002067983, + "S": 0.0002595441183075309, + "I": 0.0002364699903409928, + "C": 5.3356281568994746e-05, + "R": 8.746903768042102e-05, + "M": 0.011463506147265434, + "O": 0.005156049504876137, + "W": 0.00015491657541133463, + "N": 1.4013663530931808e-05, + "Y": 0.006288424134254456, + "U": 2.4978758119686972e-06, + "K": 9.197534609484137e-07, + "L": 0.0010503961239010096, + "G": 0.0033753225579857826, + "F": 0.0035247739870101213, + "E": 0.00010012788698077202, + "T": 0.009185650385916233, + "P": 0.01102103479206562, + "-": 0.9476212859153748 + }, + "id": "tp_1889" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 236136, + "label": "-", + "classification": { + "B": 1.2450998383428669e-06, + "S": 0.0002688251552172005, + "I": 6.421338412110345e-07, + "C": 8.915473699744325e-06, + "R": 1.4942203051759861e-05, + "M": 0.018946737051010132, + "O": 0.006326134316623211, + "W": 1.4513036148855463e-05, + "N": 3.012921823142278e-08, + "Y": 0.002595876343548298, + "U": 1.9584702748431937e-09, + "K": 3.7237752881225106e-09, + "L": 0.0027351125609129667, + "G": 0.0033022493589669466, + "F": 0.015561694279313087, + "E": 1.7624453221287695e-06, + "T": 0.004767056088894606, + "P": 0.00019652163609862328, + "-": 0.9452576637268066 + }, + "id": "tp_1890" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 236270, + "label": "-", + "classification": { + "B": 2.597492887446151e-09, + "S": 2.8570747545586528e-08, + "I": 1.3950062793810503e-07, + "C": 1.6231050494752708e-06, + "R": 3.2157117857423145e-07, + "M": 2.796487206069287e-05, + "O": 2.8679864954028744e-06, + "W": 1.414146844069819e-08, + "N": 2.401399523677128e-09, + "Y": 0.00034993296139873564, + "U": 9.971190539914687e-10, + "K": 2.6885436099632898e-08, + "L": 6.209332354956132e-07, + "G": 4.899359555565752e-05, + "F": 0.0013263559667393565, + "E": 2.642119056872616e-07, + "T": 0.00015417541726492345, + "P": 0.0007196004153229296, + "-": 0.9973670840263367 + }, + "id": "tp_1891" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 236403, + "label": "-", + "classification": { + "B": 2.46185500145657e-05, + "S": 0.0002755550085566938, + "I": 0.00036985366023145616, + "C": 9.385538578499109e-05, + "R": 9.536213474348187e-05, + "M": 0.004027558956295252, + "O": 0.0020226214546710253, + "W": 0.00013336843403521925, + "N": 3.3136220736196265e-05, + "Y": 0.018238702788949013, + "U": 4.587949661072344e-06, + "K": 2.5852677936200052e-05, + "L": 0.00022768168128095567, + "G": 0.0017240989254787564, + "F": 0.011326499283313751, + "E": 0.0001348966616205871, + "T": 0.019193731248378754, + "P": 0.012917947955429554, + "-": 0.929129958152771 + }, + "id": "tp_1892" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 236503, + "label": "-", + "classification": { + "B": 1.2386054777380195e-06, + "S": 2.523721889247099e-07, + "I": 1.7762232573659276e-06, + "C": 9.595149919050527e-08, + "R": 7.11005796460995e-08, + "M": 0.0008953222422860563, + "O": 9.088540537049994e-05, + "W": 6.223933723958908e-08, + "N": 7.03381664024505e-09, + "Y": 4.8352401790907606e-05, + "U": 1.9994968181169526e-10, + "K": 6.365015394090012e-13, + "L": 1.8562232071417384e-05, + "G": 5.461933324113488e-05, + "F": 1.4318974535854068e-05, + "E": 2.6905544814326277e-07, + "T": 0.0010462772333994508, + "P": 0.0016495411982759833, + "-": 0.9961782693862915 + }, + "id": "tp_1893" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 236637, + "label": "-", + "classification": { + "B": 0.01178134698420763, + "S": 0.0049772001802921295, + "I": 9.375590889248997e-05, + "C": 1.175112629425712e-06, + "R": 1.1531529708008748e-05, + "M": 0.006651450879871845, + "O": 0.023205462843179703, + "W": 0.0005335129098966718, + "N": 3.5027655940211844e-06, + "Y": 0.000612276722677052, + "U": 4.661296770791523e-08, + "K": 1.1165112390187915e-08, + "L": 0.002094446448609233, + "G": 0.0014543298166245222, + "F": 0.003218964906409383, + "E": 1.811042420740705e-05, + "T": 0.0018773942720144987, + "P": 0.006049377843737602, + "-": 0.937416136264801 + }, + "id": "tp_1894" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 236770, + "label": "-", + "classification": { + "B": 1.537971883180944e-08, + "S": 1.908854756038636e-06, + "I": 8.419402547588106e-06, + "C": 3.0203286769392435e-06, + "R": 1.2922597534270608e-06, + "M": 2.96264624921605e-05, + "O": 1.769658956618514e-05, + "W": 6.118528403931123e-07, + "N": 1.002495878310583e-06, + "Y": 0.0003369907208252698, + "U": 6.376479433356508e-08, + "K": 3.2213781651080353e-06, + "L": 7.089343512234336e-07, + "G": 2.2110636564320885e-05, + "F": 0.011633794754743576, + "E": 6.589395979972323e-06, + "T": 0.000434042711276561, + "P": 0.019026024267077446, + "-": 0.9684728980064392 + }, + "id": "tp_1895" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 236904, + "label": "-", + "classification": { + "B": 0.0001027069374686107, + "S": 0.001020597293972969, + "I": 0.00010044079681392759, + "C": 0.000195105851162225, + "R": 0.00018387376621831208, + "M": 0.0120602548122406, + "O": 0.0059766280464828014, + "W": 0.0003936117282137275, + "N": 1.682808760961052e-05, + "Y": 0.002763609401881695, + "U": 3.932524577976437e-06, + "K": 3.0670494197693188e-06, + "L": 0.0014594251988455653, + "G": 0.0019149216823279858, + "F": 0.011987023055553436, + "E": 0.0001061091898009181, + "T": 0.01048344373703003, + "P": 0.009322335943579674, + "-": 0.9419060945510864 + }, + "id": "tp_1896" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 237004, + "label": "-", + "classification": { + "B": 1.7077680922739091e-06, + "S": 1.6500411220476963e-05, + "I": 2.16031949094031e-05, + "C": 3.4069867979269475e-05, + "R": 2.3936194338602945e-05, + "M": 0.0009904152248054743, + "O": 0.00028899736935272813, + "W": 7.441453817591537e-06, + "N": 2.276033001180622e-06, + "Y": 0.0038898217026144266, + "U": 4.932007300340047e-07, + "K": 2.7479318305267952e-06, + "L": 7.215645746327937e-05, + "G": 0.0005516961100511253, + "F": 0.01978052407503128, + "E": 4.418304524733685e-05, + "T": 0.00291350856423378, + "P": 0.0070436811074614525, + "-": 0.9643142223358154 + }, + "id": "tp_1897" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 237137, + "label": "-", + "classification": { + "B": 0.0004965600091964006, + "S": 0.00021451972133945674, + "I": 0.0015849320916458964, + "C": 0.0007104608812369406, + "R": 0.0003655545588117093, + "M": 0.002731728833168745, + "O": 0.0032006159890443087, + "W": 0.0002521556743886322, + "N": 0.00017349571862723678, + "Y": 0.005916660651564598, + "U": 6.044768451829441e-05, + "K": 7.0480928116012365e-06, + "L": 0.001026249723508954, + "G": 0.003918566275388002, + "F": 0.005216706544160843, + "E": 0.0005160935688763857, + "T": 0.009054796770215034, + "P": 0.11175144463777542, + "-": 0.8528019785881042 + }, + "id": "tp_1898" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 237271, + "label": "-", + "classification": { + "B": 0.0007043094374239445, + "S": 0.00024305314582306892, + "I": 0.001577888266183436, + "C": 0.0010669848416000605, + "R": 0.00046471168752759695, + "M": 0.019773034378886223, + "O": 0.003962368238717318, + "W": 0.00015116432041395456, + "N": 7.637642556801438e-05, + "Y": 0.003889703657478094, + "U": 2.3352611606242135e-05, + "K": 1.1664008070511045e-06, + "L": 0.0042477985844016075, + "G": 0.009153897874057293, + "F": 0.007875771261751652, + "E": 0.0008508172468282282, + "T": 0.015800660476088524, + "P": 0.07447764277458191, + "-": 0.8556593656539917 + }, + "id": "tp_1899" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 237404, + "label": "-", + "classification": { + "B": 2.1856918465346098e-05, + "S": 1.8869499399443157e-05, + "I": 1.4985023881308734e-05, + "C": 4.5668610255233943e-05, + "R": 4.1758343286346644e-05, + "M": 0.0069041019305586815, + "O": 0.0014520077966153622, + "W": 9.359170690004248e-06, + "N": 2.8774630322914163e-07, + "Y": 0.0036499800626188517, + "U": 1.8477899743629678e-07, + "K": 8.665005601926623e-09, + "L": 0.0018231765134260058, + "G": 0.002547614509239793, + "F": 0.002986819949001074, + "E": 1.2756507203448564e-05, + "T": 0.005358345340937376, + "P": 0.0009478208958171308, + "-": 0.9741643071174622 + }, + "id": "tp_1900" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 237504, + "label": "-", + "classification": { + "B": 2.902890082623344e-05, + "S": 0.0002844806876964867, + "I": 0.0007785558700561523, + "C": 0.00021861266577616334, + "R": 0.00018638826441019773, + "M": 0.0032759003806859255, + "O": 0.0024111417587846518, + "W": 0.00018791158800013363, + "N": 0.00011800007632700726, + "Y": 0.011637724936008453, + "U": 1.687646727077663e-05, + "K": 5.7380668295081705e-05, + "L": 0.00035665574250742793, + "G": 0.002162942895665765, + "F": 0.01929485611617565, + "E": 0.0003650319704320282, + "T": 0.011022942140698433, + "P": 0.030007602646946907, + "-": 0.91758793592453 + }, + "id": "tp_1901" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 237638, + "label": "-", + "classification": { + "B": 1.0052914944935765e-08, + "S": 1.9440906662282487e-09, + "I": 2.049426939265686e-07, + "C": 1.8579697780296556e-07, + "R": 3.3307049562836255e-08, + "M": 6.12608710071072e-06, + "O": 1.8710898075369187e-06, + "W": 3.674495152594659e-09, + "N": 1.4449211827027852e-09, + "Y": 1.7217220374732278e-05, + "U": 3.871545306566304e-10, + "K": 4.016825067010288e-11, + "L": 3.496294596061489e-07, + "G": 8.210042324208189e-06, + "F": 0.00015525719209108502, + "E": 1.705860199763265e-07, + "T": 1.5145157703955192e-05, + "P": 0.003881757380440831, + "-": 0.9959134459495544 + }, + "id": "tp_1902" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 237771, + "label": "-", + "classification": { + "B": 1.617088287275692e-06, + "S": 2.6094635359186213e-06, + "I": 2.439744775983854e-06, + "C": 1.8589926753520558e-07, + "R": 1.770803805811738e-07, + "M": 9.43200575420633e-05, + "O": 0.00010944146197289228, + "W": 1.7504512470623013e-06, + "N": 8.61987814460008e-08, + "Y": 0.00015366323350463063, + "U": 5.4269233551451634e-09, + "K": 3.3728491111162384e-09, + "L": 7.192931661847979e-06, + "G": 3.973206548835151e-05, + "F": 0.002883465960621834, + "E": 1.914256472446141e-06, + "T": 0.000160408322699368, + "P": 0.007731987629085779, + "-": 0.9888090491294861 + }, + "id": "tp_1903" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 237905, + "label": "-", + "classification": { + "B": 4.39704890595749e-05, + "S": 0.00013314851094037294, + "I": 8.694764983374625e-05, + "C": 1.3186002433940303e-05, + "R": 2.2300719138002023e-05, + "M": 0.0006065945490263402, + "O": 0.0008855395135469735, + "W": 4.910256393486634e-05, + "N": 5.918204806221183e-06, + "Y": 0.0009444836177863181, + "U": 5.625085464089352e-07, + "K": 9.218582590619917e-07, + "L": 0.00012088788935216144, + "G": 0.0004725154722109437, + "F": 0.010940169915556908, + "E": 3.454279794823378e-05, + "T": 0.0011478338856250048, + "P": 0.021855412051081657, + "-": 0.9626358151435852 + }, + "id": "tp_1904" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 238005, + "label": "-", + "classification": { + "B": 3.7379361828016044e-09, + "S": 3.4565053042001637e-09, + "I": 6.9586669759758024e-09, + "C": 1.917566549991534e-09, + "R": 6.320690082439739e-10, + "M": 4.059146704094019e-06, + "O": 3.000307060574414e-07, + "W": 5.988465834327883e-10, + "N": 2.977060611919491e-11, + "Y": 1.4795201423112303e-05, + "U": 4.40657709974146e-12, + "K": 4.67712587409741e-12, + "L": 3.158966777050409e-08, + "G": 1.5053645938678528e-06, + "F": 8.889244054444134e-05, + "E": 1.4605040732362795e-08, + "T": 1.2265641089470591e-05, + "P": 0.0003247038694098592, + "-": 0.999553382396698 + }, + "id": "tp_1905" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 238138, + "label": "-", + "classification": { + "B": 0.00036425411235541105, + "S": 0.00017337656754534692, + "I": 0.0007027126848697662, + "C": 0.00010763625323306769, + "R": 3.133185236947611e-05, + "M": 0.0032602506689727306, + "O": 0.0012107138754799962, + "W": 7.570274465251714e-05, + "N": 7.913880108390003e-05, + "Y": 0.0019462890923023224, + "U": 1.0487212421139702e-05, + "K": 1.9348370187799446e-05, + "L": 0.0002698854077607393, + "G": 0.0033503263257443905, + "F": 0.014579039998352528, + "E": 0.002637923462316394, + "T": 0.0030364531558007, + "P": 0.1252596080303192, + "-": 0.8428854942321777 + }, + "id": "tp_1906" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 238272, + "label": "-", + "classification": { + "B": 9.339587450085673e-07, + "S": 1.6834608686622232e-05, + "I": 1.6199170204345137e-05, + "C": 4.615189027390443e-05, + "R": 3.416326580918394e-05, + "M": 0.0023080911487340927, + "O": 0.0004894130979664624, + "W": 7.271580216183793e-06, + "N": 1.1577636769288802e-06, + "Y": 0.012729191221296787, + "U": 2.725629713040689e-07, + "K": 3.374611196704791e-06, + "L": 0.00022949425328988582, + "G": 0.002903675427660346, + "F": 0.022818326950073242, + "E": 5.0797640142263845e-05, + "T": 0.006745339836925268, + "P": 0.0019306454341858625, + "-": 0.9496687054634094 + }, + "id": "tp_1907" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 238405, + "label": "-", + "classification": { + "B": 7.049109171930468e-06, + "S": 1.2158217941760086e-05, + "I": 5.124554149915639e-07, + "C": 1.3286017974678543e-07, + "R": 1.3317846025984181e-07, + "M": 7.398257002932951e-05, + "O": 8.183198951883242e-05, + "W": 1.010901655718044e-06, + "N": 2.513463392972426e-08, + "Y": 2.2719243133906275e-05, + "U": 9.757622487782669e-10, + "K": 1.944818306398588e-09, + "L": 8.501105185132474e-06, + "G": 2.3918095394037664e-05, + "F": 0.0015094006666913629, + "E": 1.039024027704727e-06, + "T": 0.00012504561163950711, + "P": 0.002501717070117593, + "-": 0.9956308603286743 + }, + "id": "tp_1908" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 238505, + "label": "-", + "classification": { + "B": 1.7861009382613702e-07, + "S": 2.8384371830725286e-07, + "I": 6.435644536395557e-06, + "C": 8.668972384384688e-08, + "R": 3.590104213913037e-08, + "M": 1.9027456801268272e-05, + "O": 7.541947070421884e-06, + "W": 1.0800898309071272e-07, + "N": 1.7157837817194377e-07, + "Y": 0.00012993623386137187, + "U": 6.751990966336052e-09, + "K": 1.812151850799637e-08, + "L": 2.2265045629410452e-07, + "G": 1.0300080248271115e-05, + "F": 0.00025210424792021513, + "E": 3.4571069136291044e-06, + "T": 0.00014300321345217526, + "P": 0.022854289039969444, + "-": 0.9765728116035461 + }, + "id": "tp_1909" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 238639, + "label": "-", + "classification": { + "B": 7.501906657125801e-05, + "S": 0.00020382030925247818, + "I": 0.00013769697397947311, + "C": 2.1560310415225103e-05, + "R": 3.591348649933934e-05, + "M": 0.0033537056297063828, + "O": 0.0011778189800679684, + "W": 6.229503196664155e-05, + "N": 8.282905582746025e-06, + "Y": 0.012429118156433105, + "U": 8.920712843973888e-07, + "K": 5.839312962052645e-06, + "L": 0.0001621395058464259, + "G": 0.0018696211045607924, + "F": 0.015582576394081116, + "E": 0.00010078277409775183, + "T": 0.006126105319708586, + "P": 0.010438058525323868, + "-": 0.9482088088989258 + }, + "id": "tp_1910" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 238772, + "label": "-", + "classification": { + "B": 2.0299494281061925e-05, + "S": 0.002117922529578209, + "I": 0.00019584441906772554, + "C": 0.0002885100257117301, + "R": 0.00023423363745678216, + "M": 0.007720781024545431, + "O": 0.005494374316185713, + "W": 0.0005209793453104794, + "N": 7.102227391442284e-05, + "Y": 0.022481391206383705, + "U": 9.033378773892764e-06, + "K": 0.0007338207797147334, + "L": 0.0014627217315137386, + "G": 0.01638052426278591, + "F": 0.34537187218666077, + "E": 0.0007921834476292133, + "T": 0.01528622955083847, + "P": 0.01003482099622488, + "-": 0.5707834959030151 + }, + "id": "tp_1911" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 238906, + "label": "-", + "classification": { + "B": 0.0006894416292198002, + "S": 0.0007950696162879467, + "I": 2.0389235942275263e-05, + "C": 5.1330935093574226e-05, + "R": 2.1393141651060432e-05, + "M": 0.0036453399807214737, + "O": 0.0027840903494507074, + "W": 0.00011862697283504531, + "N": 4.085149612365058e-06, + "Y": 0.001604582997970283, + "U": 6.274310067055922e-07, + "K": 2.3478464754589368e-06, + "L": 0.0006206620601005852, + "G": 0.003019302850589156, + "F": 0.03666616976261139, + "E": 0.0001879597984952852, + "T": 0.001204488449729979, + "P": 0.012797994539141655, + "-": 0.9357661008834839 + }, + "id": "tp_1912" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 239006, + "label": "-", + "classification": { + "B": 1.5702136806794442e-05, + "S": 5.914209395996295e-05, + "I": 0.00014898851804900914, + "C": 1.0519380339246709e-05, + "R": 4.106559117644792e-06, + "M": 0.00018201713101007044, + "O": 0.00018763171101454645, + "W": 2.5655497665866278e-05, + "N": 3.224645115551539e-05, + "Y": 0.0008959035039879382, + "U": 2.6333007099310635e-06, + "K": 4.42451419075951e-05, + "L": 1.1173030543432105e-05, + "G": 0.0001721252192510292, + "F": 0.02100415900349617, + "E": 0.0003480656014289707, + "T": 0.0007342362659983337, + "P": 0.14767056703567505, + "-": 0.8284509181976318 + }, + "id": "tp_1913" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 239139, + "label": "-", + "classification": { + "B": 2.2520676878912127e-08, + "S": 1.364768991152232e-07, + "I": 3.1238863584803767e-07, + "C": 1.210456090916523e-08, + "R": 1.970591689826051e-09, + "M": 4.472859927773243e-06, + "O": 1.4245381407818059e-06, + "W": 1.3154572542362075e-08, + "N": 8.104173332412756e-09, + "Y": 1.994819103856571e-05, + "U": 1.3210579852263038e-10, + "K": 1.963774032276433e-09, + "L": 5.528550772737617e-08, + "G": 5.266292191663524e-06, + "F": 0.0037617424968630075, + "E": 2.183187007176457e-06, + "T": 9.93152025330346e-06, + "P": 0.013844294473528862, + "-": 0.9823499917984009 + }, + "id": "tp_1914" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 239273, + "label": "-", + "classification": { + "B": 6.666154916956657e-08, + "S": 4.013538301705921e-08, + "I": 1.137048275268171e-05, + "C": 2.2094482119427994e-06, + "R": 9.86842678685207e-07, + "M": 1.5674169844714925e-05, + "O": 9.9368244264042e-06, + "W": 8.151668851041904e-08, + "N": 8.22877694872659e-08, + "Y": 9.542868792777881e-05, + "U": 2.0558312385787758e-08, + "K": 5.828066029778256e-09, + "L": 9.480485800850147e-07, + "G": 3.1944826332619414e-05, + "F": 0.0002424598642392084, + "E": 1.087656528397929e-06, + "T": 0.0001095707411877811, + "P": 0.009273373521864414, + "-": 0.9902046918869019 + }, + "id": "tp_1915" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 239406, + "label": "-", + "classification": { + "B": 2.0534294890239835e-05, + "S": 7.483247941308946e-07, + "I": 0.00014762657519895583, + "C": 3.945194748666836e-06, + "R": 2.2789092781749787e-06, + "M": 0.0011086780577898026, + "O": 0.00016265333397313952, + "W": 9.722482445795322e-07, + "N": 1.1588202823986649e-06, + "Y": 0.0008775627939030528, + "U": 1.0693603513800554e-07, + "K": 2.5848270190920175e-09, + "L": 3.9210670365719125e-05, + "G": 0.0005448674783110619, + "F": 0.00011599360004765913, + "E": 1.4970907614042517e-05, + "T": 0.005364359822124243, + "P": 0.024167554453015327, + "-": 0.9674268960952759 + }, + "id": "tp_1916" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 239506, + "label": "-", + "classification": { + "B": 9.202003742325715e-11, + "S": 2.511743313338144e-10, + "I": 3.9794650774638285e-07, + "C": 4.043555268395949e-09, + "R": 8.668047390969491e-10, + "M": 2.4070450876934046e-07, + "O": 3.404802129125528e-08, + "W": 5.290692883797021e-10, + "N": 1.7553608566700518e-09, + "Y": 6.355439109029248e-05, + "U": 3.609080048705415e-11, + "K": 8.498791892463942e-09, + "L": 2.408559185429482e-10, + "G": 5.961613851468428e-07, + "F": 2.837886131601408e-05, + "E": 1.0427118013467407e-06, + "T": 4.54489781986922e-06, + "P": 0.0030968915671110153, + "-": 0.9968043565750122 + }, + "id": "tp_1917" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 239640, + "label": "-", + "classification": { + "B": 1.5492909710701497e-07, + "S": 1.3051365499450185e-07, + "I": 2.0538820990623208e-06, + "C": 2.426878893402318e-07, + "R": 6.215823589172942e-08, + "M": 4.39993709733244e-05, + "O": 1.0304876923328266e-05, + "W": 5.493130217359976e-08, + "N": 4.373845285954303e-08, + "Y": 7.227214518934488e-05, + "U": 3.3577403080187196e-09, + "K": 1.0696465935211563e-09, + "L": 8.645175171295705e-07, + "G": 1.1335234376019798e-05, + "F": 0.00016266710008494556, + "E": 2.20424431063293e-06, + "T": 0.0001766418426996097, + "P": 0.010556737892329693, + "-": 0.9889602661132812 + }, + "id": "tp_1918" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 239773, + "label": "-", + "classification": { + "B": 2.460790460290241e-09, + "S": 9.531339051349619e-10, + "I": 4.2964515500898415e-08, + "C": 1.8627777098600973e-09, + "R": 1.8954562919226703e-10, + "M": 1.149062768490694e-06, + "O": 1.7214955505551188e-07, + "W": 7.580964189735084e-10, + "N": 2.3445703711821864e-10, + "Y": 2.114723884005798e-06, + "U": 1.3542307032710088e-11, + "K": 2.2436693128402574e-11, + "L": 4.921958840498064e-09, + "G": 2.665795761913614e-07, + "F": 1.8168768292525783e-05, + "E": 1.3122763675710303e-07, + "T": 3.9373740037262905e-06, + "P": 0.004410853143781424, + "-": 0.9955631494522095 + }, + "id": "tp_1919" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 239907, + "label": "-", + "classification": { + "B": 9.144875967592725e-09, + "S": 2.879903426844521e-08, + "I": 3.318237304483773e-06, + "C": 2.494954003395833e-07, + "R": 6.585504053191471e-08, + "M": 2.3506712750531733e-05, + "O": 2.997669071191922e-06, + "W": 3.218855226805317e-08, + "N": 6.265453578180313e-08, + "Y": 7.828528032405302e-05, + "U": 2.4534310139046056e-09, + "K": 2.3411484306734565e-08, + "L": 1.0445016584981204e-07, + "G": 7.444299626513384e-06, + "F": 0.0008780685602687299, + "E": 3.7798583889525617e-06, + "T": 0.00010510522406548262, + "P": 0.011242133565247059, + "-": 0.9876548647880554 + }, + "id": "tp_1920" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 240007, + "label": "-", + "classification": { + "B": 6.499500670997804e-08, + "S": 4.478434689758615e-08, + "I": 1.1556635648446445e-08, + "C": 3.375667745331157e-08, + "R": 1.4438260365068345e-08, + "M": 1.4088051102589816e-05, + "O": 6.048762770660687e-06, + "W": 2.034467350142677e-08, + "N": 2.1860248333727128e-10, + "Y": 3.224565807613544e-05, + "U": 2.6876910419471045e-11, + "K": 1.6655350709715577e-10, + "L": 2.829961545103288e-07, + "G": 8.77639922691742e-06, + "F": 0.00026917047216556966, + "E": 4.69109551204383e-08, + "T": 1.5699399227742106e-05, + "P": 0.000402177800424397, + "-": 0.9992513060569763 + }, + "id": "tp_1921" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 240140, + "label": "-", + "classification": { + "B": 4.623117547453148e-06, + "S": 5.400165719038341e-06, + "I": 1.0238071808998939e-05, + "C": 7.296886792573787e-07, + "R": 3.6851520235359203e-07, + "M": 8.217054710257798e-05, + "O": 8.879417146090418e-05, + "W": 1.6611621731499326e-06, + "N": 4.429632269875583e-07, + "Y": 0.0001606228615855798, + "U": 1.3621812122721622e-08, + "K": 1.0552238194350139e-07, + "L": 6.860981102363439e-06, + "G": 0.00021468907652888447, + "F": 0.007953277789056301, + "E": 2.7289419449516572e-05, + "T": 0.0001926766854012385, + "P": 0.017542291432619095, + "-": 0.9737078547477722 + }, + "id": "tp_1922" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 240274, + "label": "-", + "classification": { + "B": 7.777301107125822e-06, + "S": 2.5375778932357207e-05, + "I": 0.0003250609734095633, + "C": 0.0001712140947347507, + "R": 0.0001290120999328792, + "M": 0.0028081343043595552, + "O": 0.0008808657294139266, + "W": 2.2084126612753607e-05, + "N": 1.2765743122145068e-05, + "Y": 0.006710476242005825, + "U": 3.60566400559037e-06, + "K": 2.9499776701413793e-06, + "L": 0.00022941827774047852, + "G": 0.0016901802737265825, + "F": 0.004088076297193766, + "E": 7.65161239542067e-05, + "T": 0.00893725547939539, + "P": 0.017874352633953094, + "-": 0.9560048580169678 + }, + "id": "tp_1923" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 240407, + "label": "-", + "classification": { + "B": 5.402524205777581e-09, + "S": 5.1039945603292836e-09, + "I": 1.1639954209385905e-06, + "C": 6.423777421105115e-08, + "R": 4.192685754134118e-09, + "M": 6.549029762936698e-07, + "O": 2.9079217256366974e-07, + "W": 2.6314437295837934e-09, + "N": 5.168596217686172e-08, + "Y": 1.3260735613584984e-05, + "U": 1.0726934895899376e-09, + "K": 7.130013024436721e-09, + "L": 6.046721345853712e-09, + "G": 1.9146873455611058e-06, + "F": 0.00014091856428422034, + "E": 2.7981125185760902e-06, + "T": 1.5429488485096954e-05, + "P": 0.13610701262950897, + "-": 0.8637164235115051 + }, + "id": "tp_1924" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 240507, + "label": "-", + "classification": { + "B": 0.00010123987885890529, + "S": 8.968325346359052e-06, + "I": 3.979064786108211e-05, + "C": 2.8980534807487857e-06, + "R": 1.2983535953026148e-06, + "M": 0.000136376271257177, + "O": 0.0003655641048680991, + "W": 6.541112270497251e-06, + "N": 2.078133775285096e-06, + "Y": 6.945452332729474e-05, + "U": 2.1549315931679303e-07, + "K": 1.554742645737406e-08, + "L": 4.0776234527584165e-05, + "G": 0.0001637757959542796, + "F": 0.0006047947681508958, + "E": 2.6450532459421083e-05, + "T": 0.00045794021571055055, + "P": 0.11957306414842606, + "-": 0.8783987760543823 + }, + "id": "tp_1925" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 240641, + "label": "-", + "classification": { + "B": 3.5304995549267915e-07, + "S": 1.5878310932748718e-07, + "I": 5.945390057604527e-06, + "C": 8.005895892893022e-07, + "R": 2.2683758515995578e-07, + "M": 8.465674909530208e-05, + "O": 1.2240227988513652e-05, + "W": 1.0544341222384901e-07, + "N": 7.419563985422428e-08, + "Y": 0.00023185566533356905, + "U": 4.867398484265095e-09, + "K": 3.0229856395891375e-09, + "L": 2.4317387214978226e-06, + "G": 7.149926386773586e-05, + "F": 0.0006103328196331859, + "E": 4.803807769349078e-06, + "T": 0.00019128741405438632, + "P": 0.005623566452413797, + "-": 0.9931596517562866 + }, + "id": "tp_1926" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 240774, + "label": "-", + "classification": { + "B": 3.7985053324973705e-08, + "S": 4.9490850528854935e-08, + "I": 1.4673860277980566e-06, + "C": 6.758793347216852e-08, + "R": 1.1721098758243897e-08, + "M": 1.0133203431905713e-05, + "O": 3.949067377106985e-06, + "W": 3.648293755986742e-08, + "N": 2.5220000310355317e-08, + "Y": 8.550730854040012e-06, + "U": 5.493879795537282e-10, + "K": 1.3833442169541854e-09, + "L": 1.504459987700102e-07, + "G": 5.346498255676124e-06, + "F": 0.0004275510145816952, + "E": 4.014333171653561e-06, + "T": 1.5290090232156217e-05, + "P": 0.02488068863749504, + "-": 0.9746425151824951 + }, + "id": "tp_1927" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 240908, + "label": "-", + "classification": { + "B": 3.0010831597593324e-09, + "S": 5.3377621767047856e-11, + "I": 7.954551461963888e-10, + "C": 5.583771223172107e-10, + "R": 8.026345560407933e-11, + "M": 2.8520133810161497e-07, + "O": 6.729272428174227e-08, + "W": 5.605622216409145e-11, + "N": 1.1700614435672385e-12, + "Y": 4.807820914720651e-07, + "U": 2.009650312915362e-13, + "K": 8.023868570440629e-14, + "L": 5.23933030294188e-09, + "G": 3.269250896664744e-07, + "F": 1.068267556547653e-05, + "E": 1.31740052200513e-09, + "T": 3.6979142237214546e-07, + "P": 0.00019398833683226258, + "-": 0.9997938275337219 + }, + "id": "tp_1928" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 241008, + "label": "-", + "classification": { + "B": 0.0004047974362038076, + "S": 0.0001980640081455931, + "I": 0.00033218038151971996, + "C": 6.711595051456243e-05, + "R": 6.887628842378035e-05, + "M": 0.007294026203453541, + "O": 0.0015888086054474115, + "W": 7.406887016259134e-05, + "N": 1.1091597116319463e-05, + "Y": 0.010610413737595081, + "U": 1.659803729125997e-06, + "K": 1.7034644770319574e-06, + "L": 0.000705367885529995, + "G": 0.006108631379902363, + "F": 0.010953039862215519, + "E": 0.00026253159740008414, + "T": 0.007307759951800108, + "P": 0.013571299612522125, + "-": 0.9404385089874268 + }, + "id": "tp_1929" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 241141, + "label": "-", + "classification": { + "B": 0.0030432625208050013, + "S": 0.0016058797482401133, + "I": 0.030381372198462486, + "C": 0.006308938376605511, + "R": 0.003163484390825033, + "M": 0.016507210209965706, + "O": 0.008534552529454231, + "W": 0.001771588926203549, + "N": 0.004035031422972679, + "Y": 0.03861498460173607, + "U": 0.0008036695653572679, + "K": 0.00033472137874923646, + "L": 0.00387869612313807, + "G": 0.014698687940835953, + "F": 0.009954345412552357, + "E": 0.006738271098583937, + "T": 0.046177852898836136, + "P": 0.23468835651874542, + "-": 0.5687591433525085 + }, + "id": "tp_1930" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 241275, + "label": "-", + "classification": { + "B": 2.733885828831717e-08, + "S": 1.75366025700896e-07, + "I": 7.006284431554377e-05, + "C": 5.35398066858761e-06, + "R": 1.195004870169214e-06, + "M": 5.5950349633349106e-05, + "O": 7.93621893535601e-06, + "W": 4.058837532738835e-07, + "N": 6.321924956864677e-06, + "Y": 0.0006395476520992815, + "U": 2.6362891958342516e-07, + "K": 0.00010258243855787441, + "L": 2.1700749641695438e-07, + "G": 4.145839920965955e-05, + "F": 0.004708855412900448, + "E": 0.0002852878824342042, + "T": 0.0004260401474311948, + "P": 0.03699205443263054, + "-": 0.9566561579704285 + }, + "id": "tp_1931" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 241408, + "label": "-", + "classification": { + "B": 5.627347491099499e-06, + "S": 2.829667437254102e-06, + "I": 6.425183528335765e-05, + "C": 1.4605273008783115e-06, + "R": 1.0885498795687454e-06, + "M": 0.000547273550182581, + "O": 0.00010500809730729088, + "W": 2.3878917545516742e-06, + "N": 1.7853586768978857e-06, + "Y": 0.0007312651141546667, + "U": 5.948851722337167e-08, + "K": 2.976592661241284e-08, + "L": 6.355456207529642e-06, + "G": 0.00010113690223079175, + "F": 0.00042509890045039356, + "E": 3.567371823010035e-05, + "T": 0.001450402312912047, + "P": 0.0406985729932785, + "-": 0.9558197855949402 + }, + "id": "tp_1932" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 241508, + "label": "-", + "classification": { + "B": 1.191347437368151e-10, + "S": 3.4235972390384006e-10, + "I": 2.9437572379720223e-07, + "C": 8.896318348661225e-08, + "R": 1.255229964414184e-08, + "M": 4.944766260450706e-06, + "O": 2.818325413045386e-07, + "W": 3.5701913647656625e-10, + "N": 1.22554633108507e-09, + "Y": 4.092056769877672e-05, + "U": 2.0083763818679046e-10, + "K": 4.424721700146961e-10, + "L": 1.4334328390930295e-08, + "G": 2.1818048026034376e-06, + "F": 1.7542290152050555e-05, + "E": 9.877819451276082e-08, + "T": 5.305361992213875e-05, + "P": 0.001219320110976696, + "-": 0.9986612796783447 + }, + "id": "tp_1933" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 241642, + "label": "-", + "classification": { + "B": 9.545023105239636e-11, + "S": 1.1270193112089544e-10, + "I": 8.046410471251875e-08, + "C": 3.522317015836052e-08, + "R": 1.1317394799092995e-09, + "M": 1.3306524806466768e-06, + "O": 5.805314273743534e-08, + "W": 2.0883031415230846e-10, + "N": 4.5959436256737263e-10, + "Y": 4.833653747482458e-06, + "U": 4.517616489230214e-11, + "K": 2.7326160778606834e-10, + "L": 1.4688795735295912e-09, + "G": 3.163619339829893e-07, + "F": 1.642847382754553e-05, + "E": 7.363983911545802e-08, + "T": 1.0484824088052846e-05, + "P": 0.004151543136686087, + "-": 0.9958147406578064 + }, + "id": "tp_1934" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 241775, + "label": "-", + "classification": { + "B": 8.324191185238305e-07, + "S": 2.485458310275135e-07, + "I": 2.707081330299843e-05, + "C": 2.8651600587181747e-05, + "R": 1.5873677057243185e-06, + "M": 1.714815152809024e-05, + "O": 7.501294930989388e-06, + "W": 1.0185335668211337e-06, + "N": 1.640796881474671e-06, + "Y": 0.00027362152468413115, + "U": 8.832200819597347e-07, + "K": 4.487533442443237e-05, + "L": 4.807153004549036e-07, + "G": 8.756986062508076e-05, + "F": 0.0014969119802117348, + "E": 8.919548417907208e-05, + "T": 0.0001922309456858784, + "P": 0.04434497654438019, + "-": 0.9533836245536804 + }, + "id": "tp_1935" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 241875, + "label": "-", + "classification": { + "B": 3.835355641967908e-07, + "S": 7.185488470895507e-08, + "I": 2.0266877982066944e-05, + "C": 3.6506654055301624e-07, + "R": 4.3203623789622725e-08, + "M": 1.511685513833072e-05, + "O": 4.476612502912758e-06, + "W": 8.180862209883344e-08, + "N": 4.4014353761667735e-07, + "Y": 4.83391122543253e-05, + "U": 7.189926876094432e-09, + "K": 6.8053385149369205e-09, + "L": 2.8949457941962464e-07, + "G": 1.0799398296512663e-05, + "F": 0.00023119349498301744, + "E": 2.8272346753510647e-05, + "T": 4.796010398422368e-05, + "P": 0.20810502767562866, + "-": 0.7914867401123047 + }, + "id": "tp_1936" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 242009, + "label": "-", + "classification": { + "B": 6.285840470354742e-08, + "S": 1.0057723187628653e-07, + "I": 2.9517527764255647e-06, + "C": 3.3686791311993147e-07, + "R": 1.7503532490081852e-07, + "M": 3.092065526288934e-06, + "O": 2.999835032824194e-06, + "W": 6.481775471911533e-08, + "N": 5.578875672540562e-08, + "Y": 5.153929305379279e-05, + "U": 9.161879588326372e-10, + "K": 3.928575242895249e-09, + "L": 1.1095902863189622e-07, + "G": 5.4154165809450205e-06, + "F": 0.0010295077227056026, + "E": 5.789150350210548e-07, + "T": 1.86284160008654e-05, + "P": 0.02239670418202877, + "-": 0.9764876365661621 + }, + "id": "tp_1937" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 242142, + "label": "-", + "classification": { + "B": 0.0016540205106139183, + "S": 0.00026955781504511833, + "I": 0.0007161161047406495, + "C": 0.00011009081936208531, + "R": 5.8324774727225304e-05, + "M": 0.014167914167046547, + "O": 0.005841442849487066, + "W": 0.00022319781419355422, + "N": 4.049512790516019e-05, + "Y": 0.001752252341248095, + "U": 7.3346609497093596e-06, + "K": 2.6322572921344545e-07, + "L": 0.0024074590764939785, + "G": 0.002025209367275238, + "F": 0.0014353784499689937, + "E": 0.0003945909847971052, + "T": 0.008056152611970901, + "P": 0.05732453614473343, + "-": 0.9035155773162842 + }, + "id": "tp_1938" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 242276, + "label": "-", + "classification": { + "B": 1.0274363376083784e-05, + "S": 5.781364052381832e-06, + "I": 0.0002907761954702437, + "C": 5.3495983593165874e-05, + "R": 1.661597707425244e-05, + "M": 0.0003096587024629116, + "O": 0.0001718020939733833, + "W": 7.192134944489226e-06, + "N": 1.80865445145173e-05, + "Y": 0.0011384887620806694, + "U": 3.402742549951654e-06, + "K": 1.8342681187277776e-06, + "L": 3.347191886859946e-05, + "G": 0.0003193817101418972, + "F": 0.003914880100637674, + "E": 0.00013429280079435557, + "T": 0.002088736742734909, + "P": 0.06864161789417267, + "-": 0.9228401780128479 + }, + "id": "tp_1939" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 242376, + "label": "-", + "classification": { + "B": 4.7246219764929265e-05, + "S": 0.0002396253403276205, + "I": 0.010492098517715931, + "C": 0.0003352347412146628, + "R": 0.0002097923425026238, + "M": 0.01909399777650833, + "O": 0.0017954069189727306, + "W": 8.552583312848583e-05, + "N": 0.00030182249611243606, + "Y": 0.031828563660383224, + "U": 9.784990652406123e-06, + "K": 4.810976861335803e-06, + "L": 0.0004944962565787137, + "G": 0.0025677578523755074, + "F": 0.0045601665042340755, + "E": 0.0006262812530621886, + "T": 0.06553029268980026, + "P": 0.05547616258263588, + "-": 0.806300938129425 + }, + "id": "tp_1940" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 242509, + "label": "-", + "classification": { + "B": 0.00022733912919647992, + "S": 0.00028232275508344173, + "I": 0.0007071250583976507, + "C": 0.00010602462134556845, + "R": 3.0360748496605083e-05, + "M": 0.0012863705633208156, + "O": 0.0012552483240142465, + "W": 0.00017661343736108392, + "N": 0.00021707129781134427, + "Y": 0.0014383960515260696, + "U": 2.3744874852127396e-05, + "K": 0.00019968293781857938, + "L": 0.0001134058547904715, + "G": 0.0008814356988295913, + "F": 0.016728954389691353, + "E": 0.0021074144169688225, + "T": 0.002892042277380824, + "P": 0.16367676854133606, + "-": 0.8076496720314026 + }, + "id": "tp_1941" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 242643, + "label": "-", + "classification": { + "B": 0.0002178022259613499, + "S": 0.0001972125901374966, + "I": 0.011206944473087788, + "C": 0.00506991520524025, + "R": 0.0022962780203670263, + "M": 0.004391461610794067, + "O": 0.0024899581912904978, + "W": 0.00016821867029648274, + "N": 0.0010461448691785336, + "Y": 0.010847087018191814, + "U": 0.00023488052829634398, + "K": 2.3904418412712403e-05, + "L": 0.0017097785603255033, + "G": 0.007261394057422876, + "F": 0.010381106287240982, + "E": 0.00129434943664819, + "T": 0.024989815428853035, + "P": 0.22870300710201263, + "-": 0.6874707341194153 + }, + "id": "tp_1942" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 242776, + "label": "-", + "classification": { + "B": 4.2826731744272095e-11, + "S": 2.2774548913417902e-10, + "I": 3.139773809834878e-07, + "C": 1.3597684755950468e-08, + "R": 1.1708791713971323e-09, + "M": 3.712925433774217e-07, + "O": 3.311261309590918e-08, + "W": 1.517245218352059e-10, + "N": 1.9840848963781355e-09, + "Y": 1.328249982179841e-05, + "U": 4.44019716827615e-11, + "K": 5.552862170077333e-09, + "L": 1.0207429346209551e-09, + "G": 1.1520061207193066e-06, + "F": 0.0004943477106280625, + "E": 1.0147830380446976e-06, + "T": 3.0997236990515376e-06, + "P": 0.006938369013369083, + "-": 0.9925480484962463 + }, + "id": "tp_1943" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 242876, + "label": "-", + "classification": { + "B": 0.0008232868276536465, + "S": 0.0017495002830401063, + "I": 0.01042320765554905, + "C": 0.0075914678163826466, + "R": 0.0030266703106462955, + "M": 0.013149389065802097, + "O": 0.006295687984675169, + "W": 0.0012868151534348726, + "N": 0.0028423338662832975, + "Y": 0.031876277178525925, + "U": 0.0011189323849976063, + "K": 0.003578789532184601, + "L": 0.00216266349889338, + "G": 0.01622217334806919, + "F": 0.05708407238125801, + "E": 0.008217082358896732, + "T": 0.028989413753151894, + "P": 0.13064990937709808, + "-": 0.6729122996330261 + }, + "id": "tp_1944" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 243010, + "label": "-", + "classification": { + "B": 0.0021826839074492455, + "S": 5.974240411887877e-05, + "I": 0.000523155671544373, + "C": 0.00023883771791588515, + "R": 5.411909660324454e-05, + "M": 0.0008508415194228292, + "O": 0.0009766501607373357, + "W": 8.247715595643967e-05, + "N": 4.8955189413391054e-05, + "Y": 0.0008266287622973323, + "U": 1.2673396668105852e-05, + "K": 2.8499523523350945e-06, + "L": 0.0003293905465397984, + "G": 0.001845098566263914, + "F": 0.005190074909478426, + "E": 0.0006353580974973738, + "T": 0.0015513849211856723, + "P": 0.23420590162277222, + "-": 0.7503832578659058 + }, + "id": "tp_1945" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 243143, + "label": "-", + "classification": { + "B": 0.00017320386541541666, + "S": 6.133542774477974e-05, + "I": 0.0016020663315430284, + "C": 0.0002820401859935373, + "R": 8.482082193950191e-05, + "M": 0.0029843307565897703, + "O": 0.0010525207035243511, + "W": 6.558171298820525e-05, + "N": 0.00010653636854840443, + "Y": 0.005025923252105713, + "U": 1.462827822251711e-05, + "K": 1.3443596799334045e-05, + "L": 0.0002542021102271974, + "G": 0.0021205914672464132, + "F": 0.003746884409338236, + "E": 0.0011365298414602876, + "T": 0.005110932979732752, + "P": 0.07138360291719437, + "-": 0.9047809839248657 + }, + "id": "tp_1946" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 243277, + "label": "-", + "classification": { + "B": 4.164415035035063e-09, + "S": 1.3215432081992162e-09, + "I": 4.5488730393117294e-05, + "C": 1.3991299283588887e-06, + "R": 2.886974215243754e-08, + "M": 4.853683321925928e-07, + "O": 2.1527269211674138e-07, + "W": 5.64246560585957e-09, + "N": 7.149907332859584e-07, + "Y": 5.861154477315722e-06, + "U": 1.2107939539873769e-08, + "K": 1.0979838549474152e-07, + "L": 6.431692511910114e-09, + "G": 2.8859369649580913e-06, + "F": 7.269543129950762e-05, + "E": 3.1661784305470064e-05, + "T": 1.0379741070210002e-05, + "P": 0.34590694308280945, + "-": 0.6539211869239807 + }, + "id": "tp_1947" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 243377, + "label": "-", + "classification": { + "B": 8.944067667471245e-05, + "S": 0.0001618551614228636, + "I": 0.007413320243358612, + "C": 0.002288940129801631, + "R": 0.0007566011045128107, + "M": 0.0024993745610117912, + "O": 0.0010255740489810705, + "W": 0.0003336445661261678, + "N": 0.0016820060554891825, + "Y": 0.02569621428847313, + "U": 0.00017016910715028644, + "K": 0.008611608296632767, + "L": 0.00015104439808055758, + "G": 0.00929698534309864, + "F": 0.06005127727985382, + "E": 0.019891943782567978, + "T": 0.0050289444625377655, + "P": 0.16686215996742249, + "-": 0.687988817691803 + }, + "id": "tp_1948" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 243510, + "label": "-", + "classification": { + "B": 9.056660928763449e-05, + "S": 1.954099025169853e-05, + "I": 0.007976195774972439, + "C": 0.0009548623929731548, + "R": 0.00017666132771410048, + "M": 0.0010406089713796973, + "O": 0.00025880560860969126, + "W": 3.3021700801327825e-05, + "N": 0.00042496464448049664, + "Y": 0.0030623506754636765, + "U": 3.829798515653238e-05, + "K": 3.632463267422281e-05, + "L": 0.00011002542305504903, + "G": 0.0020156106911599636, + "F": 0.008914546109735966, + "E": 0.006181901786476374, + "T": 0.0025173374451696873, + "P": 0.4399273693561554, + "-": 0.5262209177017212 + }, + "id": "tp_1949" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 243644, + "label": "-", + "classification": { + "B": 2.416020834061783e-06, + "S": 9.502257853455376e-06, + "I": 0.00014417503552976996, + "C": 2.591526208561845e-05, + "R": 9.218490049534012e-06, + "M": 0.0003479768638499081, + "O": 0.0001106967538362369, + "W": 7.3234741648775525e-06, + "N": 1.1882230865012389e-05, + "Y": 0.0014597236877307296, + "U": 2.0232826045685215e-06, + "K": 1.0128982466994785e-05, + "L": 1.781090941221919e-05, + "G": 0.0002083477156702429, + "F": 0.004981568083167076, + "E": 0.00015726911078672856, + "T": 0.0026565436273813248, + "P": 0.03763165697455406, + "-": 0.9522058367729187 + }, + "id": "tp_1950" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 243777, + "label": "P", + "classification": { + "B": 0.0005799690843559802, + "S": 9.165585652226582e-05, + "I": 0.001345072640106082, + "C": 0.00010803397162817419, + "R": 1.0539964932831936e-05, + "M": 0.0013829838717356324, + "O": 0.0003050612285733223, + "W": 3.77637188648805e-05, + "N": 0.00017251090321224183, + "Y": 0.0008712572162039578, + "U": 8.18464468466118e-06, + "K": 1.9146265913150273e-05, + "L": 9.547256922814995e-05, + "G": 0.002017431892454624, + "F": 0.011748618446290493, + "E": 0.009229151532053947, + "T": 0.0008834946202114224, + "P": 0.5550722479820251, + "-": 0.4160214066505432 + }, + "id": "tp_1951" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 243877, + "label": "P", + "classification": { + "B": 2.8128201847721357e-06, + "S": 1.3816003274769173e-06, + "I": 0.0020143589936196804, + "C": 6.898012361489236e-05, + "R": 1.4019535228726454e-05, + "M": 8.754876762395725e-05, + "O": 3.4153366868849844e-05, + "W": 3.3988742416113382e-06, + "N": 8.36579201859422e-05, + "Y": 0.0005444283015094697, + "U": 2.993055431943503e-06, + "K": 7.586796527903061e-06, + "L": 3.4000543109868886e-06, + "G": 0.00021266670955810696, + "F": 0.0008209360530599952, + "E": 0.0008447817526757717, + "T": 0.0005371677689254284, + "P": 0.5332567691802979, + "-": 0.4614589512348175 + }, + "id": "tp_1952" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 244011, + "label": "-", + "classification": { + "B": 4.5107035475666635e-06, + "S": 3.790770222167339e-07, + "I": 0.00018619275942910463, + "C": 1.859862641140353e-05, + "R": 4.1660018723632675e-06, + "M": 0.00014152968651615083, + "O": 4.9804461013991386e-05, + "W": 1.1072978622905794e-06, + "N": 2.2607969185628463e-06, + "Y": 0.00023409840650856495, + "U": 1.83193975544782e-07, + "K": 5.27016297269256e-08, + "L": 9.253483767679427e-06, + "G": 0.00015565683133900166, + "F": 0.0004380477766972035, + "E": 9.161682828562334e-05, + "T": 0.00027445616433396935, + "P": 0.08534060418605804, + "-": 0.9130475521087646 + }, + "id": "tp_1953" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 244144, + "label": "-", + "classification": { + "B": 5.300585570466865e-08, + "S": 2.6131868224865684e-08, + "I": 2.315697565791197e-05, + "C": 1.9957069525844418e-06, + "R": 1.7272843422233564e-07, + "M": 2.59636108239647e-05, + "O": 2.710418357310118e-06, + "W": 2.3730201803573436e-08, + "N": 2.0853592275216215e-07, + "Y": 8.733809954719618e-05, + "U": 7.470529972408713e-09, + "K": 6.050904666210499e-09, + "L": 3.302635889212979e-07, + "G": 3.260634184698574e-05, + "F": 0.00027288199635222554, + "E": 2.1399857359938323e-05, + "T": 9.812245116336271e-05, + "P": 0.06844857335090637, + "-": 0.930984377861023 + }, + "id": "tp_1954" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 244278, + "label": "-", + "classification": { + "B": 6.699005461996421e-05, + "S": 1.932322084030602e-05, + "I": 0.0005138230626471341, + "C": 2.5567829652572982e-05, + "R": 8.70216990733752e-06, + "M": 0.0007913534645922482, + "O": 0.0002870251191779971, + "W": 2.1490843209903687e-05, + "N": 3.1470932299271226e-05, + "Y": 0.0012852654326707125, + "U": 2.565266640885966e-06, + "K": 3.977492269768845e-06, + "L": 4.271837678970769e-05, + "G": 0.0005974475061520934, + "F": 0.003447392489761114, + "E": 0.0005448510055430233, + "T": 0.0016827370272949338, + "P": 0.11712052673101425, + "-": 0.8735067844390869 + }, + "id": "tp_1955" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 244378, + "label": "-", + "classification": { + "B": 8.761913341004401e-05, + "S": 6.125706477178028e-06, + "I": 0.0003854887036141008, + "C": 1.6917585526243784e-05, + "R": 2.0298305116739357e-06, + "M": 0.00034683331614360213, + "O": 4.527303099166602e-05, + "W": 4.2482788558118045e-06, + "N": 1.801479265850503e-05, + "Y": 0.0007315831026062369, + "U": 7.61116780267912e-07, + "K": 2.6283646548108663e-06, + "L": 8.21195135358721e-06, + "G": 0.00029528565937653184, + "F": 0.0024273605085909367, + "E": 0.0032018173951655626, + "T": 0.00021533788822125643, + "P": 0.39453649520874023, + "-": 0.597667932510376 + }, + "id": "tp_1956" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 244511, + "label": "-", + "classification": { + "B": 2.106345709762536e-05, + "S": 0.008232603780925274, + "I": 1.6871113075467292e-06, + "C": 2.0230213237937278e-07, + "R": 8.101474691102339e-07, + "M": 0.005656045861542225, + "O": 0.016009364277124405, + "W": 9.477303683524951e-05, + "N": 2.3587767827848438e-07, + "Y": 0.0005180409061722457, + "U": 2.325288434024131e-10, + "K": 1.988623310467119e-08, + "L": 0.0009638909832574427, + "G": 0.0017404718091711402, + "F": 0.04059981554746628, + "E": 4.504866865318036e-06, + "T": 0.003011758904904127, + "P": 0.0008079701219685376, + "-": 0.9223368167877197 + }, + "id": "tp_1957" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 244645, + "label": "-", + "classification": { + "B": 1.0700665598051273e-06, + "S": 4.871726559940726e-07, + "I": 4.167839051660849e-07, + "C": 6.066752433753209e-08, + "R": 8.41719938193819e-08, + "M": 0.0001986494316952303, + "O": 9.242682426702231e-05, + "W": 1.9127524808482121e-07, + "N": 4.3039065644734364e-09, + "Y": 0.00012285668344702572, + "U": 5.953934012481454e-10, + "K": 5.7974354483736334e-11, + "L": 1.6060148482210934e-05, + "G": 5.2419596613617614e-05, + "F": 0.00037153781158849597, + "E": 4.3730136667363695e-07, + "T": 0.0002550473145674914, + "P": 0.0008645065245218575, + "-": 0.9980237483978271 + }, + "id": "tp_1958" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 244778, + "label": "-", + "classification": { + "B": 0.00065269396873191, + "S": 0.0006487634964287281, + "I": 0.0014092241181060672, + "C": 0.00010508289415156469, + "R": 0.00011932107736356556, + "M": 0.008182366378605366, + "O": 0.0029527563601732254, + "W": 0.00027115881675854325, + "N": 8.604864706285298e-05, + "Y": 0.01883944682776928, + "U": 6.080046659917571e-06, + "K": 5.751209755544551e-06, + "L": 0.0007043634541332722, + "G": 0.003992759622633457, + "F": 0.01964830979704857, + "E": 0.0006025957991369069, + "T": 0.009854900650680065, + "P": 0.04333092272281647, + "-": 0.8885874152183533 + }, + "id": "tp_1959" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 244878, + "label": "-", + "classification": { + "B": 0.012185757048428059, + "S": 0.02048824355006218, + "I": 0.0021954262629151344, + "C": 0.0004331876407377422, + "R": 0.0005850021843798459, + "M": 0.02953772060573101, + "O": 0.043090205639600754, + "W": 0.005949506536126137, + "N": 0.0007199315004982054, + "Y": 0.008876429870724678, + "U": 9.587215754436329e-05, + "K": 6.38335695839487e-05, + "L": 0.012519712559878826, + "G": 0.010479997843503952, + "F": 0.037396881729364395, + "E": 0.0022631711326539516, + "T": 0.024378590285778046, + "P": 0.06422384083271027, + "-": 0.7245166897773743 + }, + "id": "tp_1960" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 245012, + "label": "-", + "classification": { + "B": 3.805896994890645e-05, + "S": 1.4068947166379075e-05, + "I": 5.7051231124205515e-05, + "C": 6.170032429508865e-05, + "R": 2.4388886231463403e-05, + "M": 0.0007915390888229012, + "O": 0.00032108568120747805, + "W": 1.225993582920637e-05, + "N": 4.2087704059667885e-06, + "Y": 0.0014206524938344955, + "U": 1.5467453522433061e-06, + "K": 9.294701612816425e-07, + "L": 8.958058606367558e-05, + "G": 0.0007367247599177063, + "F": 0.009226170368492603, + "E": 8.350323332706466e-05, + "T": 0.0017924107378348708, + "P": 0.028620997443795204, + "-": 0.9567030668258667 + }, + "id": "tp_1961" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 245145, + "label": "-", + "classification": { + "B": 1.354235168449236e-09, + "S": 1.033077889900369e-08, + "I": 3.0106732538115466e-06, + "C": 1.6315328821292496e-07, + "R": 6.585636214140322e-08, + "M": 3.703880111061153e-06, + "O": 1.0175427860303898e-06, + "W": 2.881234362206442e-09, + "N": 3.2071103106545706e-08, + "Y": 0.0001237594406120479, + "U": 8.556902963974267e-10, + "K": 1.0954455120781859e-08, + "L": 2.3592246378711934e-08, + "G": 8.83707070897799e-06, + "F": 0.00021365899010561407, + "E": 3.9782844396540895e-07, + "T": 0.00012974345008842647, + "P": 0.003323327051475644, + "-": 0.996192216873169 + }, + "id": "tp_1962" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 245279, + "label": "-", + "classification": { + "B": 6.095410753914621e-08, + "S": 1.5692582167048386e-07, + "I": 1.8643935106865683e-07, + "C": 1.5340054559942473e-08, + "R": 5.266227898204079e-09, + "M": 9.012596251523064e-07, + "O": 2.9713544336118503e-06, + "W": 2.190214409836244e-08, + "N": 2.783876018597198e-09, + "Y": 7.173137532845431e-07, + "U": 2.4787403032910937e-11, + "K": 5.461441195120376e-12, + "L": 1.015414028415762e-07, + "G": 6.162778163343319e-07, + "F": 0.0002557084080763161, + "E": 3.595808450995719e-08, + "T": 3.2416382964584045e-06, + "P": 0.009030849672853947, + "-": 0.990704357624054 + }, + "id": "tp_1963" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 245379, + "label": "-", + "classification": { + "B": 4.240152975398814e-06, + "S": 5.454492202261463e-05, + "I": 3.7549823900917545e-05, + "C": 2.3992406568140723e-05, + "R": 4.195454312139191e-05, + "M": 0.002426949329674244, + "O": 0.0005472726770676672, + "W": 1.7667725842329673e-05, + "N": 1.700705638540967e-06, + "Y": 0.008561980910599232, + "U": 1.623125740479736e-07, + "K": 1.1434451607783558e-06, + "L": 0.00010232128988718614, + "G": 0.0008723970968276262, + "F": 0.014267192222177982, + "E": 2.5406126951565966e-05, + "T": 0.004777960479259491, + "P": 0.0023108376190066338, + "-": 0.9659246206283569 + }, + "id": "tp_1964" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 245512, + "label": "-", + "classification": { + "B": 1.2699998706011684e-06, + "S": 9.190715354634449e-05, + "I": 0.00025666510919108987, + "C": 2.102402874015752e-07, + "R": 5.828295570609043e-07, + "M": 1.0082091648655478e-05, + "O": 7.834300049580634e-05, + "W": 3.9686156014795415e-06, + "N": 2.002004475798458e-05, + "Y": 2.6583073122310452e-05, + "U": 1.2580404273876411e-08, + "K": 2.2032067192867544e-07, + "L": 8.205547601392027e-07, + "G": 7.157664640544681e-06, + "F": 0.001901028212159872, + "E": 2.3525874439656036e-06, + "T": 0.00015532461111433804, + "P": 0.4554145038127899, + "-": 0.5420289635658264 + }, + "id": "tp_1965" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 245646, + "label": "-", + "classification": { + "B": 7.648705832252745e-06, + "S": 2.177544592996128e-05, + "I": 6.7763717197522055e-06, + "C": 2.0755558693963394e-07, + "R": 2.3777855062689923e-07, + "M": 0.00018517709395382553, + "O": 0.00020504568237811327, + "W": 6.966052751522511e-06, + "N": 4.736802452498523e-07, + "Y": 0.00014851256855763495, + "U": 2.220544459419216e-08, + "K": 2.958880145342846e-07, + "L": 6.8849681156279985e-06, + "G": 5.709230390493758e-05, + "F": 0.009052740409970284, + "E": 3.338804890518077e-05, + "T": 9.210642019752413e-05, + "P": 0.021371612325310707, + "-": 0.9688029289245605 + }, + "id": "tp_1966" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 245779, + "label": "-", + "classification": { + "B": 4.843744136451278e-06, + "S": 2.2357891793944873e-05, + "I": 8.424241241300479e-05, + "C": 1.8291799278813414e-05, + "R": 1.3645043509313837e-05, + "M": 0.0008970654453150928, + "O": 0.00023330877593252808, + "W": 7.880053090048023e-06, + "N": 3.0792703000770416e-06, + "Y": 0.0029148568864911795, + "U": 1.4193946640261856e-07, + "K": 1.1879719750140794e-06, + "L": 2.1225760065135546e-05, + "G": 0.000341534469043836, + "F": 0.0038177636452019215, + "E": 3.177945836796425e-05, + "T": 0.004143101628869772, + "P": 0.005419948138296604, + "-": 0.9820236563682556 + }, + "id": "tp_1967" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 245879, + "label": "-", + "classification": { + "B": 2.1690830180887133e-05, + "S": 1.0735998330346774e-05, + "I": 3.936842858820455e-06, + "C": 4.483987595449435e-06, + "R": 1.575935243636195e-06, + "M": 0.0003652706800494343, + "O": 0.0002682707563508302, + "W": 3.6036174151377054e-06, + "N": 3.480959094304126e-07, + "Y": 0.00015278946375474334, + "U": 3.802851011869279e-08, + "K": 2.9772216691981157e-08, + "L": 3.2049174478743225e-05, + "G": 0.00014046217256691307, + "F": 0.002635095501318574, + "E": 1.4093509889789857e-05, + "T": 0.0002955014060717076, + "P": 0.005551937036216259, + "-": 0.9904980063438416 + }, + "id": "tp_1968" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 246013, + "label": "-", + "classification": { + "B": 1.7439511168504396e-08, + "S": 4.6267385300780006e-07, + "I": 8.757657354863113e-08, + "C": 5.913406209145933e-09, + "R": 8.149429464587854e-10, + "M": 1.6550140571780503e-05, + "O": 3.702045660247677e-06, + "W": 1.6410549363854443e-08, + "N": 3.0799711669970975e-09, + "Y": 9.30180431168992e-06, + "U": 5.070808009599581e-11, + "K": 1.5827260613221483e-09, + "L": 1.6134455904648348e-07, + "G": 3.968088094552513e-06, + "F": 0.0024150076787918806, + "E": 2.221989007011871e-06, + "T": 1.3534883692045696e-05, + "P": 0.007995843887329102, + "-": 0.9895390868186951 + }, + "id": "tp_1969" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 246146, + "label": "-", + "classification": { + "B": 3.5497084809321677e-06, + "S": 2.4855196897988208e-05, + "I": 2.8110584025853314e-05, + "C": 2.042146434177994e-06, + "R": 7.85613508469396e-07, + "M": 0.00012485690240282565, + "O": 0.00011022922990377992, + "W": 7.914312845969107e-06, + "N": 8.195952432288323e-06, + "Y": 0.0006556433509103954, + "U": 3.2977217756524624e-07, + "K": 1.0950025171041489e-05, + "L": 3.725430815393338e-06, + "G": 8.779294148553163e-05, + "F": 0.011279391124844551, + "E": 0.00010534750617807731, + "T": 0.0007447867537848651, + "P": 0.06365858763456345, + "-": 0.9231427907943726 + }, + "id": "tp_1970" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 246280, + "label": "-", + "classification": { + "B": 1.886233235381951e-06, + "S": 9.625902066545677e-07, + "I": 4.438630639924668e-05, + "C": 7.795497367624193e-06, + "R": 3.1248657705873484e-06, + "M": 0.00011850918235722929, + "O": 3.6182540497975424e-05, + "W": 9.723526090965606e-07, + "N": 1.3510133385352674e-06, + "Y": 0.0024971463717520237, + "U": 3.1948917467161664e-07, + "K": 3.352953399371472e-07, + "L": 8.394127689825837e-06, + "G": 0.00033322826493531466, + "F": 0.0017808456905186176, + "E": 2.7450305424281396e-05, + "T": 0.0008735852898098528, + "P": 0.019317341968417168, + "-": 0.9749462604522705 + }, + "id": "tp_1971" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 246380, + "label": "-", + "classification": { + "B": 7.135850410122657e-06, + "S": 0.0002069150796160102, + "I": 5.302314821165055e-05, + "C": 0.000202766532311216, + "R": 0.0001536214113002643, + "M": 0.002266789088025689, + "O": 0.002205711556598544, + "W": 7.407451630569994e-05, + "N": 8.692834853718523e-06, + "Y": 0.0212499238550663, + "U": 1.8349655874771997e-06, + "K": 2.4664261218276806e-05, + "L": 0.0007345780031755567, + "G": 0.0083414101973176, + "F": 0.15431047976016998, + "E": 9.77118979790248e-05, + "T": 0.006178183015435934, + "P": 0.009221334010362625, + "-": 0.7946611642837524 + }, + "id": "tp_1972" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 246513, + "label": "-", + "classification": { + "B": 2.7780373784480616e-05, + "S": 1.9249053366365843e-05, + "I": 1.1205002920178231e-05, + "C": 3.976303105446277e-06, + "R": 1.512102812739613e-06, + "M": 0.0005278349271975458, + "O": 0.00030594499548897147, + "W": 4.844089289690601e-06, + "N": 7.185190611380676e-07, + "Y": 0.00026642761076800525, + "U": 5.84276342863177e-08, + "K": 3.792948533032359e-08, + "L": 5.50197328266222e-05, + "G": 0.00023572301142849028, + "F": 0.0037716312799602747, + "E": 2.9993923817528412e-05, + "T": 0.0003880517615471035, + "P": 0.0056470222771167755, + "-": 0.9887028932571411 + }, + "id": "tp_1973" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 246647, + "label": "-", + "classification": { + "B": 8.388500282308087e-05, + "S": 0.00048004655400291085, + "I": 3.556130832294002e-05, + "C": 1.517576129117515e-05, + "R": 9.076087735593319e-06, + "M": 0.0022224641870707273, + "O": 0.0013579861260950565, + "W": 4.695525421993807e-05, + "N": 9.131018487096298e-06, + "Y": 0.0015044866595417261, + "U": 7.843564731047081e-07, + "K": 2.0712236619147006e-06, + "L": 0.00018608340178616345, + "G": 0.0006514384294860065, + "F": 0.011467011645436287, + "E": 0.0001442272769054398, + "T": 0.003438205923885107, + "P": 0.03322000801563263, + "-": 0.94512540102005 + }, + "id": "tp_1974" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 246780, + "label": "-", + "classification": { + "B": 6.089495059313776e-07, + "S": 1.0536263062022044e-06, + "I": 5.192522394281696e-07, + "C": 7.73023334232903e-09, + "R": 9.143986012816185e-09, + "M": 5.021500783186639e-06, + "O": 1.7217720596818253e-05, + "W": 1.3356054751056945e-07, + "N": 1.6616718667705754e-08, + "Y": 2.7557100565900328e-06, + "U": 1.782433090014024e-10, + "K": 2.5479732213007367e-10, + "L": 4.804597324437054e-07, + "G": 4.315655587561196e-06, + "F": 0.0007003684295341372, + "E": 4.5183725205788505e-07, + "T": 1.6091806173790246e-05, + "P": 0.016337541863322258, + "-": 0.9829134345054626 + }, + "id": "tp_1975" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 246880, + "label": "-", + "classification": { + "B": 0.0005846669664606452, + "S": 0.00031372508965432644, + "I": 0.0006513933767564595, + "C": 0.0001941714872373268, + "R": 4.173334673396312e-05, + "M": 0.004821395967155695, + "O": 0.0014621274312958121, + "W": 9.674279863247648e-05, + "N": 7.094005559338257e-05, + "Y": 0.001312561915256083, + "U": 8.388466994802002e-06, + "K": 6.524489890580298e-06, + "L": 0.0005598576390184462, + "G": 0.002210532780736685, + "F": 0.01419178768992424, + "E": 0.0011517403181642294, + "T": 0.004578607156872749, + "P": 0.10724066197872162, + "-": 0.8605025410652161 + }, + "id": "tp_1976" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 247014, + "label": "-", + "classification": { + "B": 1.164792024610506e-06, + "S": 8.873220167515683e-07, + "I": 1.6414394394814735e-06, + "C": 2.8551971809065435e-07, + "R": 8.424377995197574e-08, + "M": 0.0003564408398233354, + "O": 4.8036225052783266e-05, + "W": 8.870956236251004e-08, + "N": 1.5307238143691393e-08, + "Y": 0.0001151438191300258, + "U": 7.16154358038068e-10, + "K": 4.2212691675480585e-11, + "L": 1.862702629296109e-05, + "G": 0.00014635313709732145, + "F": 0.0007682425202801824, + "E": 2.0408863292686874e-06, + "T": 0.00038571073673665524, + "P": 0.003299623029306531, + "-": 0.994855523109436 + }, + "id": "tp_1977" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 247147, + "label": "-", + "classification": { + "B": 0.0021143725607544184, + "S": 0.009080795571208, + "I": 0.0023910612799227238, + "C": 0.002269683638587594, + "R": 0.003528418717905879, + "M": 0.08030577003955841, + "O": 0.04944588989019394, + "W": 0.00249907816760242, + "N": 0.0002191809326177463, + "Y": 0.0769319012761116, + "U": 2.387495078437496e-05, + "K": 4.72316678497009e-05, + "L": 0.022820794954895973, + "G": 0.05994972959160805, + "F": 0.03878191486001015, + "E": 0.0008706628577783704, + "T": 0.057087164372205734, + "P": 0.006763198412954807, + "-": 0.5848692059516907 + }, + "id": "tp_1978" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 247281, + "label": "-", + "classification": { + "B": 3.313906660196153e-08, + "S": 1.9434477849245013e-07, + "I": 9.71189820120344e-06, + "C": 6.914334335306194e-06, + "R": 2.1789685433759587e-06, + "M": 0.00013478551409207284, + "O": 1.1145784810651094e-05, + "W": 2.4756789684943215e-07, + "N": 1.6359105359242676e-07, + "Y": 0.0005718583706766367, + "U": 3.966378159248052e-08, + "K": 1.0469526756651248e-07, + "L": 2.389425389992539e-06, + "G": 5.4133142839418724e-05, + "F": 0.002372868824750185, + "E": 6.042119366611587e-06, + "T": 0.0004321164742577821, + "P": 0.004687800537794828, + "-": 0.9917073845863342 + }, + "id": "tp_1979" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 247381, + "label": "-", + "classification": { + "B": 0.00046756924712099135, + "S": 0.0011912070913240314, + "I": 2.463296596033615e-06, + "C": 1.11854933493305e-06, + "R": 3.943791398342e-06, + "M": 0.006345916539430618, + "O": 0.00578266428783536, + "W": 6.35196192888543e-05, + "N": 1.836496750229344e-07, + "Y": 0.001796071301214397, + "U": 5.558426163787544e-09, + "K": 1.496053592120461e-08, + "L": 0.000770192185882479, + "G": 0.001683191629126668, + "F": 0.013367420993745327, + "E": 8.000460184121039e-06, + "T": 0.00244908407330513, + "P": 0.0007942637894302607, + "-": 0.9652731418609619 + }, + "id": "tp_1980" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 247514, + "label": "-", + "classification": { + "B": 6.138179742265493e-07, + "S": 4.0396960685029626e-05, + "I": 2.86529871118546e-06, + "C": 3.9735516565997386e-07, + "R": 4.541090277143667e-07, + "M": 0.001130766817368567, + "O": 0.000559495878405869, + "W": 5.649896593240555e-06, + "N": 5.568903134189895e-07, + "Y": 0.001954298699274659, + "U": 2.210900795773796e-08, + "K": 8.028731599551975e-07, + "L": 1.9247927411925048e-05, + "G": 0.00017198490968439728, + "F": 0.004912893287837505, + "E": 1.3249336006992962e-05, + "T": 0.0018418808467686176, + "P": 0.004216298460960388, + "-": 0.9851279854774475 + }, + "id": "tp_1981" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 247648, + "label": "-", + "classification": { + "B": 4.167785391473444e-06, + "S": 1.5164531760092359e-05, + "I": 0.0005965225864201784, + "C": 6.195223249960691e-06, + "R": 1.8560943999545998e-06, + "M": 0.00033015929511748254, + "O": 9.367529855808243e-05, + "W": 4.7602825361536816e-06, + "N": 6.555918662343174e-05, + "Y": 0.0013014515861868858, + "U": 7.7113190855016e-07, + "K": 3.020750682480866e-06, + "L": 5.049618721386651e-06, + "G": 0.00014529481995850801, + "F": 0.003458994207903743, + "E": 0.00029204474412836134, + "T": 0.0028222145047038794, + "P": 0.26780539751052856, + "-": 0.72304767370224 + }, + "id": "tp_1982" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 247781, + "label": "-", + "classification": { + "B": 0.0001302591263083741, + "S": 0.022126609459519386, + "I": 2.452144599374151e-06, + "C": 1.2671762306126766e-05, + "R": 5.061594856670126e-05, + "M": 0.05041908472776413, + "O": 0.10635767877101898, + "W": 0.0004270376521162689, + "N": 3.156069965370989e-07, + "Y": 0.003697844920679927, + "U": 1.7981731659233446e-09, + "K": 2.154424372236008e-08, + "L": 0.039050620049238205, + "G": 0.046989403665065765, + "F": 0.15776407718658447, + "E": 8.48826857691165e-06, + "T": 0.00722144078463316, + "P": 0.0001462166110286489, + "-": 0.5655952095985413 + }, + "id": "tp_1983" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 247881, + "label": "-", + "classification": { + "B": 1.0107051906516062e-07, + "S": 1.267084144274122e-06, + "I": 2.9155710308259586e-06, + "C": 7.57164855258452e-07, + "R": 3.4574804885778576e-07, + "M": 0.00023790547857061028, + "O": 5.74680780118797e-05, + "W": 4.577526340199256e-07, + "N": 9.1322149842199e-08, + "Y": 0.00013218911772128195, + "U": 8.865198353191772e-09, + "K": 6.207892422338546e-09, + "L": 3.40008318744367e-06, + "G": 2.206335193477571e-05, + "F": 0.00029913257458247244, + "E": 2.1925322926108493e-06, + "T": 0.0004785628116223961, + "P": 0.002266902709379792, + "-": 0.9964941143989563 + }, + "id": "tp_1984" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 248015, + "label": "-", + "classification": { + "B": 4.176320544502232e-06, + "S": 4.979168079444207e-05, + "I": 5.553291703108698e-05, + "C": 9.331134060630575e-05, + "R": 8.428449655184522e-05, + "M": 0.002040315419435501, + "O": 0.0006273906328715384, + "W": 1.8391026969766244e-05, + "N": 5.948725629423279e-06, + "Y": 0.020808378234505653, + "U": 1.6874519133125432e-06, + "K": 1.4702737644256558e-05, + "L": 0.00020235544070601463, + "G": 0.0028088015969842672, + "F": 0.020755283534526825, + "E": 0.00011041585821658373, + "T": 0.010137345641851425, + "P": 0.007071131374686956, + "-": 0.9351108074188232 + }, + "id": "tp_1985" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 248148, + "label": "-", + "classification": { + "B": 0.06383700668811798, + "S": 0.005291368812322617, + "I": 1.3617141121358145e-05, + "C": 6.344745088426862e-06, + "R": 1.1624652870523278e-05, + "M": 0.006609958130866289, + "O": 0.018002327531576157, + "W": 0.00025934522273018956, + "N": 1.0118922091351124e-06, + "Y": 7.123394607333466e-05, + "U": 3.6044372819787895e-08, + "K": 4.515097629109732e-09, + "L": 0.0048976801335811615, + "G": 0.002053195610642433, + "F": 0.0023215143010020256, + "E": 3.6187644582241774e-05, + "T": 0.0004443295474629849, + "P": 0.0066447327844798565, + "-": 0.8894985318183899 + }, + "id": "tp_1986" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 248282, + "label": "-", + "classification": { + "B": 0.0003949221281800419, + "S": 0.001653210143558681, + "I": 0.00015921804879326373, + "C": 1.7029277614710736e-06, + "R": 4.007725692645181e-06, + "M": 0.0026992480270564556, + "O": 0.004673889838159084, + "W": 0.00019269611220806837, + "N": 1.845988845161628e-05, + "Y": 0.00019768328638747334, + "U": 2.417156963474554e-07, + "K": 1.5201540293219296e-07, + "L": 0.00016661644622217864, + "G": 0.00014984264271333814, + "F": 0.0011730921687558293, + "E": 2.8792621378670447e-05, + "T": 0.002372758463025093, + "P": 0.06614726036787033, + "-": 0.9199662208557129 + }, + "id": "tp_1987" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 248382, + "label": "-", + "classification": { + "B": 5.812550625705626e-06, + "S": 3.389435050848988e-06, + "I": 0.0001917944464366883, + "C": 3.10602699755691e-05, + "R": 1.0897774700424634e-05, + "M": 0.0006244017858989537, + "O": 8.016865467652678e-05, + "W": 1.8459965076544904e-06, + "N": 4.445795639185235e-06, + "Y": 0.005159665830433369, + "U": 8.353753173651057e-07, + "K": 5.770588131781551e-07, + "L": 3.261912570451386e-05, + "G": 0.0012633295264095068, + "F": 0.0040651955641806126, + "E": 0.00010481022036401555, + "T": 0.0027858703397214413, + "P": 0.02913307026028633, + "-": 0.9565002918243408 + }, + "id": "tp_1988" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 248515, + "label": "-", + "classification": { + "B": 5.5931774113560095e-05, + "S": 5.974137820885517e-05, + "I": 0.00020881718955934048, + "C": 8.665964560350403e-05, + "R": 3.515154094202444e-05, + "M": 0.0011816227342933416, + "O": 0.0005828655557706952, + "W": 3.681879388750531e-05, + "N": 1.9016095393453725e-05, + "Y": 0.0056894151493906975, + "U": 8.367899681616109e-06, + "K": 1.0104266038979404e-05, + "L": 0.0001346155331702903, + "G": 0.0012117373989894986, + "F": 0.010116420686244965, + "E": 0.00019005787908099592, + "T": 0.00402202969416976, + "P": 0.02363254688680172, + "-": 0.9527182579040527 + }, + "id": "tp_1989" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 248649, + "label": "-", + "classification": { + "B": 5.853540278621949e-05, + "S": 0.00016859393508639187, + "I": 0.0002414156188024208, + "C": 0.00020705729548353702, + "R": 0.00015229100245051086, + "M": 0.008574184030294418, + "O": 0.0014690096722915769, + "W": 3.9952978113433346e-05, + "N": 1.390557736158371e-05, + "Y": 0.02140333317220211, + "U": 1.611804236745229e-06, + "K": 4.022674602310872e-06, + "L": 0.0004909714916720986, + "G": 0.004415076691657305, + "F": 0.012464000843465328, + "E": 0.00010359981388319284, + "T": 0.024428382515907288, + "P": 0.0043755159713327885, + "-": 0.9213884472846985 + }, + "id": "tp_1990" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 248782, + "label": "-", + "classification": { + "B": 0.00011011028982466087, + "S": 3.657580236904323e-05, + "I": 0.0015253608580678701, + "C": 0.0005310287815518677, + "R": 0.00022729250486008823, + "M": 0.003803378203883767, + "O": 0.001039726659655571, + "W": 6.0357273468980566e-05, + "N": 9.596345626050606e-05, + "Y": 0.006260259542614222, + "U": 3.608320912462659e-05, + "K": 2.0390571080497466e-05, + "L": 0.0004499364586081356, + "G": 0.004097387660294771, + "F": 0.006757864262908697, + "E": 0.0010181813267990947, + "T": 0.006505274213850498, + "P": 0.11246607452630997, + "-": 0.854958713054657 + }, + "id": "tp_1991" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 248882, + "label": "-", + "classification": { + "B": 2.0705965653178282e-07, + "S": 1.2206709243400837e-06, + "I": 0.00027284910902380943, + "C": 5.72320022911299e-05, + "R": 1.4531821761920583e-05, + "M": 5.6179276725742966e-05, + "O": 4.240448834025301e-05, + "W": 1.5090073475221288e-06, + "N": 1.5207621800072957e-05, + "Y": 0.0006578416796401143, + "U": 7.787419349369884e-07, + "K": 7.264050509547815e-06, + "L": 1.879462729448278e-06, + "G": 0.00012771580077242106, + "F": 0.0025345059111714363, + "E": 9.078188304556534e-05, + "T": 0.00042298383777961135, + "P": 0.05981922522187233, + "-": 0.9358755350112915 + }, + "id": "tp_1992" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 249016, + "label": "-", + "classification": { + "B": 7.928109880595002e-06, + "S": 6.304862381512066e-06, + "I": 5.3630874390364625e-06, + "C": 2.654662466738955e-06, + "R": 7.922890858935716e-07, + "M": 0.00023498696100432426, + "O": 4.895276651950553e-05, + "W": 1.3358542219066294e-06, + "N": 4.925716439174721e-07, + "Y": 0.0005007665022276342, + "U": 4.295939604048726e-08, + "K": 1.7943186776392395e-06, + "L": 4.345024990470847e-06, + "G": 0.00018456196994520724, + "F": 0.00518837571144104, + "E": 0.00010801068128785118, + "T": 0.0003327150479890406, + "P": 0.011070187203586102, + "-": 0.982300341129303 + }, + "id": "tp_1993" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 249149, + "label": "-", + "classification": { + "B": 0.00036366566200740635, + "S": 0.00017820188077166677, + "I": 0.0005907269078306854, + "C": 0.00032496501808054745, + "R": 0.0001595413632458076, + "M": 0.004822646267712116, + "O": 0.002496524015441537, + "W": 0.00012724380940198898, + "N": 3.1582851079292595e-05, + "Y": 0.0029018272180110216, + "U": 8.380218787351623e-06, + "K": 1.0565081538516097e-06, + "L": 0.0011903238482773304, + "G": 0.002210451290011406, + "F": 0.004595201462507248, + "E": 0.0002354444150114432, + "T": 0.005223276559263468, + "P": 0.0471273772418499, + "-": 0.9274116158485413 + }, + "id": "tp_1994" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 249283, + "label": "-", + "classification": { + "B": 2.2342263036989607e-05, + "S": 0.0001106015479308553, + "I": 0.0005839254590682685, + "C": 0.0004666839668061584, + "R": 0.00016382789181079715, + "M": 0.002000377746298909, + "O": 0.0009935350390151143, + "W": 9.761194087332115e-05, + "N": 0.0001404320209985599, + "Y": 0.006725073326379061, + "U": 2.1818919776706025e-05, + "K": 0.0005574029637500644, + "L": 0.00010781579476315528, + "G": 0.0020768893882632256, + "F": 0.04157789424061775, + "E": 0.0021950218360871077, + "T": 0.003717866726219654, + "P": 0.10343081504106522, + "-": 0.8350100517272949 + }, + "id": "tp_1995" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 249383, + "label": "-", + "classification": { + "B": 3.0496271392621566e-06, + "S": 2.405562611329515e-07, + "I": 1.2851917745138053e-05, + "C": 3.562466190487612e-06, + "R": 1.1228927405682043e-06, + "M": 0.0002101883146679029, + "O": 6.761814438505098e-05, + "W": 5.80342657485744e-07, + "N": 1.3429406919840403e-07, + "Y": 0.00010186847794102505, + "U": 3.121976632769474e-08, + "K": 2.6969207422844477e-10, + "L": 1.796457036107313e-05, + "G": 4.867556344834156e-05, + "F": 3.736672078957781e-05, + "E": 2.87751822725113e-06, + "T": 0.000597747799474746, + "P": 0.01775803044438362, + "-": 0.9811360239982605 + }, + "id": "tp_1996" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 249516, + "label": "-", + "classification": { + "B": 2.79383657471044e-05, + "S": 1.5306493878597394e-05, + "I": 4.702639125753194e-05, + "C": 2.739293449849356e-06, + "R": 4.196179816062795e-06, + "M": 0.0016893907450139523, + "O": 0.000517512671649456, + "W": 1.1695628927554935e-05, + "N": 1.1886568245245144e-06, + "Y": 0.0018644115189090371, + "U": 2.1868029875804496e-07, + "K": 2.8564336673753132e-08, + "L": 9.034988761413842e-05, + "G": 0.0003256353083997965, + "F": 0.0005476792575791478, + "E": 1.780496859282721e-05, + "T": 0.002176489681005478, + "P": 0.011079421266913414, + "-": 0.9815810322761536 + }, + "id": "tp_1997" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 249650, + "label": "-", + "classification": { + "B": 0.0006696013733744621, + "S": 3.641457078629173e-05, + "I": 0.0017865439876914024, + "C": 0.00045610751840285957, + "R": 5.5360887927236035e-05, + "M": 0.002883880166336894, + "O": 0.0008216961286962032, + "W": 2.6982103008776903e-05, + "N": 8.92946554813534e-05, + "Y": 0.0014516155933961272, + "U": 1.5143024029384833e-05, + "K": 1.7869502926259884e-06, + "L": 0.00042250685510225594, + "G": 0.004406529478728771, + "F": 0.001413490972481668, + "E": 0.001511982874944806, + "T": 0.003894445253536105, + "P": 0.2157178372144699, + "-": 0.7643388509750366 + }, + "id": "tp_1998" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 249783, + "label": "-", + "classification": { + "B": 1.6105511235764425e-07, + "S": 4.5368133783085796e-07, + "I": 1.103910108213313e-05, + "C": 8.891620382200927e-06, + "R": 2.2292506400845014e-06, + "M": 0.0005670468090102077, + "O": 4.70226768811699e-05, + "W": 4.885212092631264e-07, + "N": 2.7481547704155673e-07, + "Y": 0.0005947081372141838, + "U": 6.53785647841687e-08, + "K": 5.6135839088256034e-08, + "L": 1.0001084774557967e-05, + "G": 0.00011316605377942324, + "F": 0.0005747789400629699, + "E": 2.0660609152400866e-05, + "T": 0.0009689087164588273, + "P": 0.0063518742099404335, + "-": 0.9907281398773193 + }, + "id": "tp_1999" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 249883, + "label": "-", + "classification": { + "B": 1.9730193798750406e-06, + "S": 8.342955482021353e-08, + "I": 5.545027903508526e-08, + "C": 2.7604080798937503e-08, + "R": 8.52710968501924e-09, + "M": 0.00022296344104688615, + "O": 1.3428116290015168e-05, + "W": 8.415574015430138e-09, + "N": 9.663209121768546e-11, + "Y": 4.939390692015877e-06, + "U": 2.6911244500188447e-12, + "K": 1.4919099619982792e-14, + "L": 4.5764745664200746e-06, + "G": 1.058653106156271e-05, + "F": 1.4952398487366736e-05, + "E": 6.073769753811575e-08, + "T": 2.6903617253992707e-05, + "P": 0.0003003573219757527, + "-": 0.9993991851806641 + }, + "id": "tp_2000" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 250017, + "label": "-", + "classification": { + "B": 3.843630474875681e-05, + "S": 0.00011063466081395745, + "I": 0.007891437038779259, + "C": 0.0001999630912905559, + "R": 0.00011245097266510129, + "M": 0.0007963165990076959, + "O": 0.0005624898476526141, + "W": 0.00010201594704994932, + "N": 0.0012581638293340802, + "Y": 0.004853774793446064, + "U": 4.693527444032952e-05, + "K": 0.0003405451716389507, + "L": 4.63089018012397e-05, + "G": 0.0010882323840633035, + "F": 0.007110008969902992, + "E": 0.002483818680047989, + "T": 0.006534149870276451, + "P": 0.39212024211883545, + "-": 0.5743040442466736 + }, + "id": "tp_2001" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 250150, + "label": "-", + "classification": { + "B": 0.0006139631732366979, + "S": 3.677679706015624e-05, + "I": 8.205163612728938e-05, + "C": 3.6043961699760985e-06, + "R": 1.926091727000312e-06, + "M": 0.010334616526961327, + "O": 0.0013705713208764791, + "W": 8.823544703773223e-06, + "N": 4.1412522477912717e-07, + "Y": 0.0019917436875402927, + "U": 1.0539034533962877e-08, + "K": 2.2585047720902196e-10, + "L": 0.0003676752094179392, + "G": 0.0007277373806573451, + "F": 0.0001109227305278182, + "E": 2.6565354346530512e-05, + "T": 0.003149645868688822, + "P": 0.00518419174477458, + "-": 0.9759889245033264 + }, + "id": "tp_2002" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 250250, + "label": "-", + "classification": { + "B": 2.294127057211881e-07, + "S": 3.112567981133907e-07, + "I": 2.1850844404980307e-06, + "C": 7.060935303115912e-08, + "R": 2.769551521453195e-08, + "M": 8.529298611392733e-06, + "O": 8.617281309852842e-06, + "W": 8.112419891403988e-08, + "N": 3.4604244802949324e-08, + "Y": 2.0694425984402187e-05, + "U": 9.204251805172703e-10, + "K": 1.7484700354231109e-09, + "L": 3.8324984075188695e-07, + "G": 1.2367546332825441e-05, + "F": 0.00075148866744712, + "E": 1.0449114142829785e-06, + "T": 4.598296800395474e-05, + "P": 0.01030293945223093, + "-": 0.9888449311256409 + }, + "id": "tp_2003" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 250384, + "label": "-", + "classification": { + "B": 8.582957889302634e-06, + "S": 2.141295226465445e-06, + "I": 3.596569229102897e-07, + "C": 1.2744057187319413e-07, + "R": 2.8457390044422937e-07, + "M": 0.0002605656918603927, + "O": 0.0002605570189189166, + "W": 6.315734140116547e-07, + "N": 4.542012099761905e-09, + "Y": 7.231929339468479e-05, + "U": 2.580851365951986e-10, + "K": 1.0230161336111099e-11, + "L": 3.900165029335767e-05, + "G": 5.7303299399791285e-05, + "F": 0.00011304730287520215, + "E": 1.701379659380109e-07, + "T": 0.0002670963585842401, + "P": 0.00033169903326779604, + "-": 0.9985861778259277 + }, + "id": "tp_2004" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 250517, + "label": "-", + "classification": { + "B": 1.1738093235180713e-06, + "S": 2.6257191620970843e-06, + "I": 3.052284682780737e-06, + "C": 7.561288128954402e-08, + "R": 2.6091369065284198e-08, + "M": 0.0008742850041016936, + "O": 9.83458521659486e-05, + "W": 2.676160022474505e-07, + "N": 3.493156341960457e-08, + "Y": 9.356479858979583e-05, + "U": 7.087183062637337e-10, + "K": 1.93822579513947e-11, + "L": 5.268174845696194e-06, + "G": 1.2563669770315755e-05, + "F": 9.678435162641108e-06, + "E": 3.982427756454854e-07, + "T": 0.0021658034529536963, + "P": 0.002502094255760312, + "-": 0.9942308664321899 + }, + "id": "tp_2005" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 250651, + "label": "-", + "classification": { + "B": 1.498812878253375e-07, + "S": 6.172888333821902e-08, + "I": 1.9163857359671965e-05, + "C": 2.529189032429713e-06, + "R": 1.6130492497268278e-07, + "M": 7.211069168988615e-05, + "O": 3.931348601327045e-06, + "W": 4.444553525217998e-08, + "N": 3.092254132752714e-07, + "Y": 0.00022976056789048016, + "U": 1.6510801614799675e-08, + "K": 2.2420772793907418e-08, + "L": 7.664819463570893e-07, + "G": 5.865342609467916e-05, + "F": 0.00045522148138843477, + "E": 2.9391911084530875e-05, + "T": 0.0003474934783298522, + "P": 0.023583855479955673, + "-": 0.975196361541748 + }, + "id": "tp_2006" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 250751, + "label": "-", + "classification": { + "B": 9.81819994194666e-07, + "S": 1.2265285249668523e-06, + "I": 1.0435931017127587e-06, + "C": 1.5279219951480627e-06, + "R": 1.429573188715949e-07, + "M": 0.00012445004540495574, + "O": 2.7430758564150892e-05, + "W": 3.4861142239606124e-07, + "N": 1.1064810223615495e-07, + "Y": 0.000146021309774369, + "U": 1.3558381084521898e-08, + "K": 3.2888038958844845e-07, + "L": 1.6113973515530233e-06, + "G": 6.003571252222173e-05, + "F": 0.003274876857176423, + "E": 1.7511172700324096e-05, + "T": 0.00016995110490825027, + "P": 0.007973885163664818, + "-": 0.988198459148407 + }, + "id": "tp_2007" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 250884, + "label": "-", + "classification": { + "B": 9.602165391697781e-07, + "S": 4.070553529800236e-07, + "I": 2.9262924726936035e-05, + "C": 2.9416914912872016e-06, + "R": 3.714228569151601e-07, + "M": 0.000314256438286975, + "O": 2.6057530703837983e-05, + "W": 2.3871132270869566e-07, + "N": 6.459068799813394e-07, + "Y": 0.0008127985638566315, + "U": 4.024363420285226e-08, + "K": 2.0731855343569805e-08, + "L": 3.3660851386230206e-06, + "G": 8.228133810916916e-05, + "F": 0.0001570223830640316, + "E": 2.933034375018906e-05, + "T": 0.0012121450854465365, + "P": 0.021086333319544792, + "-": 0.9762415289878845 + }, + "id": "tp_2008" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 251018, + "label": "-", + "classification": { + "B": 1.8735610396447555e-08, + "S": 1.7951553132888876e-08, + "I": 5.541459540836513e-05, + "C": 8.871480758898542e-07, + "R": 1.7482615533026546e-07, + "M": 4.231846560287522e-06, + "O": 1.5175903627095977e-06, + "W": 3.699726747186105e-08, + "N": 8.588167474954389e-07, + "Y": 6.243932875804603e-05, + "U": 2.804421939117674e-08, + "K": 4.08163991494348e-08, + "L": 6.429311127931214e-08, + "G": 7.837163138901815e-06, + "F": 9.016164403874427e-05, + "E": 1.2327955118962564e-05, + "T": 0.00017102528363466263, + "P": 0.18795809149742126, + "-": 0.8116348385810852 + }, + "id": "tp_2009" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 251151, + "label": "-", + "classification": { + "B": 3.055835622944869e-05, + "S": 4.201162482786458e-06, + "I": 1.071233145921724e-05, + "C": 7.603624453622615e-06, + "R": 8.277508641185705e-06, + "M": 0.002242484362795949, + "O": 0.0008476580842398107, + "W": 4.101064860151382e-06, + "N": 8.440188281610972e-08, + "Y": 0.0003589831758290529, + "U": 1.7807105123779365e-08, + "K": 3.0624194152784057e-11, + "L": 0.0006478109280578792, + "G": 0.00037226933636702597, + "F": 0.00018612774147186428, + "E": 1.7385864339303225e-06, + "T": 0.0010464451042935252, + "P": 0.002431452739983797, + "-": 0.9917994737625122 + }, + "id": "tp_2010" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 251251, + "label": "-", + "classification": { + "B": 1.6073619235612568e-06, + "S": 1.5414524341395008e-06, + "I": 0.00037376972613856196, + "C": 2.2104084564489312e-05, + "R": 8.623283065389842e-06, + "M": 0.00024682923685759306, + "O": 4.0319904655916616e-05, + "W": 1.8417039200357976e-06, + "N": 9.341284567199182e-06, + "Y": 0.003564648563042283, + "U": 9.262753337679897e-07, + "K": 2.0845768631261308e-06, + "L": 7.690375241509173e-06, + "G": 0.0005608104984275997, + "F": 0.006614983547478914, + "E": 0.00013031234266236424, + "T": 0.0018200010526925325, + "P": 0.07391972094774246, + "-": 0.912672758102417 + }, + "id": "tp_2011" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 251385, + "label": "-", + "classification": { + "B": 7.113458650565008e-06, + "S": 2.0307461454649456e-05, + "I": 0.0001394489372614771, + "C": 3.568301326595247e-05, + "R": 8.303763934236486e-06, + "M": 0.0009325548890046775, + "O": 0.00024025366292335093, + "W": 1.513986262580147e-05, + "N": 1.2630202945729252e-05, + "Y": 0.0010488876141607761, + "U": 1.1948409337492194e-06, + "K": 3.6764820379175944e-06, + "L": 1.757060454110615e-05, + "G": 0.0001999341620830819, + "F": 0.002313656732439995, + "E": 0.0001969283475773409, + "T": 0.0016465792432427406, + "P": 0.04806668683886528, + "-": 0.9450934529304504 + }, + "id": "tp_2012" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 251518, + "label": "-", + "classification": { + "B": 8.712312592251692e-06, + "S": 1.640784648770932e-05, + "I": 0.0013143199030309916, + "C": 0.00018976513820234686, + "R": 4.040259591420181e-05, + "M": 0.0019003479974344373, + "O": 0.00024570481036789715, + "W": 1.7916750948643312e-05, + "N": 0.00011653477122308686, + "Y": 0.003348413622006774, + "U": 1.1540178093127906e-05, + "K": 5.553667506319471e-05, + "L": 3.8998390664346516e-05, + "G": 0.0005483011482283473, + "F": 0.005750812590122223, + "E": 0.0016948080155998468, + "T": 0.005525860469788313, + "P": 0.09229420870542526, + "-": 0.886881411075592 + }, + "id": "tp_2013" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 251652, + "label": "-", + "classification": { + "B": 1.7480890164733864e-05, + "S": 2.1957335775368847e-05, + "I": 1.3830072020937223e-06, + "C": 3.573631772724184e-07, + "R": 2.247578692049501e-07, + "M": 0.0003484476183075458, + "O": 0.0002685464278329164, + "W": 3.958130946557503e-06, + "N": 1.197001893160632e-07, + "Y": 0.00011483008711365983, + "U": 9.097364639387706e-09, + "K": 7.26240934056932e-09, + "L": 1.538997639727313e-05, + "G": 4.6380857384065166e-05, + "F": 0.0008593247621320188, + "E": 3.326393198221922e-06, + "T": 0.0003424350288696587, + "P": 0.004521442577242851, + "-": 0.9934343099594116 + }, + "id": "tp_2014" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 251752, + "label": "-", + "classification": { + "B": 6.731694884365425e-05, + "S": 7.817787263775244e-06, + "I": 1.32899840536993e-05, + "C": 1.8655492795005557e-06, + "R": 1.8581786207505502e-06, + "M": 0.0013485902454704046, + "O": 0.00031491011031903327, + "W": 1.6158090829776484e-06, + "N": 1.3314772218109283e-07, + "Y": 0.00047399941831827164, + "U": 4.24498614037816e-09, + "K": 3.2406249905747586e-10, + "L": 0.00011118646216345951, + "G": 0.0010765576735138893, + "F": 0.0012638935586437583, + "E": 1.7731397747411393e-05, + "T": 0.0004761303716804832, + "P": 0.004035260993987322, + "-": 0.9907878041267395 + }, + "id": "tp_2015" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 251885, + "label": "-", + "classification": { + "B": 6.861115480205626e-07, + "S": 4.6577886791965284e-07, + "I": 8.205655831261538e-06, + "C": 1.1816296137112658e-06, + "R": 2.326493557802678e-07, + "M": 8.586992771597579e-05, + "O": 1.8428721887175925e-05, + "W": 3.146002427456551e-07, + "N": 3.29735314608115e-07, + "Y": 0.00010075976751977578, + "U": 2.4063965042842028e-08, + "K": 2.6227324312344535e-08, + "L": 1.8195521533925785e-06, + "G": 2.9515453206840903e-05, + "F": 0.0004585321294143796, + "E": 1.2277240784897003e-05, + "T": 0.0003415253013372421, + "P": 0.02866826392710209, + "-": 0.9702715873718262 + }, + "id": "tp_2016" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 252019, + "label": "-", + "classification": { + "B": 2.2039346731617115e-05, + "S": 2.4993983970489353e-05, + "I": 0.00013547374692279845, + "C": 0.00016893085557967424, + "R": 4.725155667983927e-05, + "M": 0.000786402088124305, + "O": 0.0004765125340782106, + "W": 2.0912471882184036e-05, + "N": 1.4767829270567745e-05, + "Y": 0.0018313862383365631, + "U": 4.311361863074126e-06, + "K": 6.995628609729465e-06, + "L": 6.450347427744418e-05, + "G": 0.0006587421521544456, + "F": 0.003258835757151246, + "E": 0.00013065199891570956, + "T": 0.0022155167534947395, + "P": 0.028361482545733452, + "-": 0.961770236492157 + }, + "id": "tp_2017" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 252152, + "label": "-", + "classification": { + "B": 1.2116736058942479e-08, + "S": 3.5036940460031474e-08, + "I": 1.0087414921144955e-06, + "C": 6.727049850496769e-08, + "R": 6.5597940412942535e-09, + "M": 5.326312930264976e-06, + "O": 2.3757197595841717e-06, + "W": 2.1434528818531362e-08, + "N": 2.2984051994967558e-08, + "Y": 1.0855433174583595e-05, + "U": 8.655473004992587e-10, + "K": 1.243975145115428e-09, + "L": 5.884922060772624e-08, + "G": 1.3506281675290666e-06, + "F": 5.737428000429645e-05, + "E": 8.499203545397904e-07, + "T": 5.0083224778063595e-05, + "P": 0.015586699359118938, + "-": 0.9842838048934937 + }, + "id": "tp_2018" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 252252, + "label": "-", + "classification": { + "B": 8.161464961631282e-07, + "S": 7.499948395661704e-08, + "I": 2.4236282115452923e-05, + "C": 5.974581540613144e-07, + "R": 1.4780934520786104e-07, + "M": 1.976286330318544e-05, + "O": 7.978105713846162e-06, + "W": 9.5835275715217e-08, + "N": 2.9397165235423017e-07, + "Y": 4.78066795039922e-05, + "U": 9.51805212423551e-09, + "K": 5.9559832621403075e-09, + "L": 5.452175173559226e-07, + "G": 4.0412509406451136e-05, + "F": 0.00019694556249305606, + "E": 1.0841214134416077e-05, + "T": 8.308335964102298e-05, + "P": 0.11267383396625519, + "-": 0.8868926167488098 + }, + "id": "tp_2019" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 252386, + "label": "-", + "classification": { + "B": 0.00011888648441527039, + "S": 0.00010847865632968023, + "I": 0.00038527193828485906, + "C": 8.637709834147245e-05, + "R": 3.1865456548985094e-05, + "M": 0.001408049138262868, + "O": 0.0009563092608004808, + "W": 5.2045452321181074e-05, + "N": 4.699722558143549e-05, + "Y": 0.001237734453752637, + "U": 4.470477051654598e-06, + "K": 1.0272408871969674e-05, + "L": 0.0001628458994673565, + "G": 0.0009775833459571004, + "F": 0.015138993971049786, + "E": 0.0008994985255412757, + "T": 0.001188774243928492, + "P": 0.07460249215364456, + "-": 0.9025830626487732 + }, + "id": "tp_2020" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 252519, + "label": "-", + "classification": { + "B": 7.74257568991743e-06, + "S": 4.153441750531783e-06, + "I": 1.1048931810364593e-05, + "C": 6.933558779564919e-06, + "R": 3.140030003123684e-06, + "M": 0.00047813417040742934, + "O": 0.00022407186042983085, + "W": 4.5419119487633e-06, + "N": 5.116268084748299e-07, + "Y": 0.0004253310908097774, + "U": 1.3941127008365584e-07, + "K": 8.988065047788041e-08, + "L": 2.065452645183541e-05, + "G": 0.00018336116045247763, + "F": 0.0009806527523323894, + "E": 7.64822652854491e-06, + "T": 0.0007400820031762123, + "P": 0.009850341826677322, + "-": 0.9870513677597046 + }, + "id": "tp_2021" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 252653, + "label": "-", + "classification": { + "B": 2.057431308655211e-10, + "S": 9.419504065633078e-10, + "I": 2.9710921012338076e-07, + "C": 8.595430500690782e-08, + "R": 7.230499310395544e-09, + "M": 2.4733944314903056e-07, + "O": 1.4920125579465093e-07, + "W": 2.218775385642857e-09, + "N": 5.62747892729476e-09, + "Y": 6.888270945637487e-06, + "U": 3.45629774800571e-10, + "K": 1.9347087487631143e-08, + "L": 2.510023966451058e-09, + "G": 5.519539172382792e-07, + "F": 0.0005911070038564503, + "E": 2.473559277405002e-07, + "T": 3.158059143970604e-06, + "P": 0.008672129362821579, + "-": 0.9907251000404358 + }, + "id": "tp_2022" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 252753, + "label": "-", + "classification": { + "B": 0.00026745296781882644, + "S": 0.0002591882075648755, + "I": 0.013639555312693119, + "C": 0.0028672029729932547, + "R": 0.0011980102863162756, + "M": 0.005250474438071251, + "O": 0.0026266658678650856, + "W": 0.0005817861529067159, + "N": 0.002141146454960108, + "Y": 0.020838666707277298, + "U": 0.0005164534668438137, + "K": 0.0009335813811048865, + "L": 0.0006852599908597767, + "G": 0.008037125691771507, + "F": 0.013672422617673874, + "E": 0.007972192019224167, + "T": 0.01813998445868492, + "P": 0.2630764842033386, + "-": 0.6372963190078735 + }, + "id": "tp_2023" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 252886, + "label": "-", + "classification": { + "B": 0.03563287854194641, + "S": 0.00264558382332325, + "I": 0.009154440835118294, + "C": 0.0025022660847753286, + "R": 0.001054807798936963, + "M": 0.037437014281749725, + "O": 0.01642358861863613, + "W": 0.0014844386605545878, + "N": 0.0009439621935598552, + "Y": 0.012116883881390095, + "U": 0.0002043258136836812, + "K": 3.1473911803914234e-05, + "L": 0.009977894835174084, + "G": 0.02899397537112236, + "F": 0.010534818284213543, + "E": 0.01040778961032629, + "T": 0.02058175951242447, + "P": 0.1398286670446396, + "-": 0.660043478012085 + }, + "id": "tp_2024" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 253020, + "label": "-", + "classification": { + "B": 4.003915421435522e-08, + "S": 1.3785793839815597e-08, + "I": 1.8104390619555488e-05, + "C": 1.3179775351090939e-06, + "R": 5.97350293674026e-08, + "M": 3.0438466183113633e-06, + "O": 1.0707857427405543e-06, + "W": 2.0639502551489386e-08, + "N": 4.459933791167714e-07, + "Y": 5.067589881946333e-05, + "U": 1.570152541319203e-08, + "K": 7.712422700478783e-08, + "L": 7.353801123599624e-08, + "G": 2.249085264338646e-05, + "F": 0.00037461778265424073, + "E": 1.4072792509978171e-05, + "T": 3.982884300057776e-05, + "P": 0.10668595880270004, + "-": 0.8927881717681885 + }, + "id": "tp_2025" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 253153, + "label": "-", + "classification": { + "B": 0.027614790946245193, + "S": 0.0063848490826785564, + "I": 0.008126119151711464, + "C": 0.0024654576554894447, + "R": 0.0019092803122475743, + "M": 0.0465218648314476, + "O": 0.026696400716900826, + "W": 0.004333285614848137, + "N": 0.001778760110028088, + "Y": 0.015018075704574585, + "U": 0.0003276047355029732, + "K": 0.00011405139230191708, + "L": 0.012457993812859058, + "G": 0.020296268165111542, + "F": 0.026441318914294243, + "E": 0.013238414190709591, + "T": 0.022878604009747505, + "P": 0.1337132304906845, + "-": 0.6296835541725159 + }, + "id": "tp_2026" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 253253, + "label": "-", + "classification": { + "B": 7.72674493831893e-11, + "S": 9.506306852813395e-11, + "I": 9.40013535455364e-07, + "C": 8.832349607246215e-08, + "R": 4.239600226441098e-09, + "M": 6.767984928046644e-07, + "O": 7.835033954961546e-08, + "W": 3.028222672618597e-10, + "N": 3.0570845854782647e-09, + "Y": 1.1905497558473144e-05, + "U": 1.336672161844632e-10, + "K": 4.289294752712891e-10, + "L": 1.4734450326514548e-09, + "G": 5.445302235784766e-07, + "F": 8.475409231323283e-06, + "E": 3.2067163147075917e-07, + "T": 9.249816685041878e-06, + "P": 0.0034784257877618074, + "-": 0.9964892864227295 + }, + "id": "tp_2027" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 253387, + "label": "-", + "classification": { + "B": 0.00028292331262491643, + "S": 2.5630693926359527e-05, + "I": 3.0636045266874135e-05, + "C": 1.6444742868770845e-05, + "R": 7.897644536569715e-06, + "M": 0.0005487201269716024, + "O": 0.0005363129894249141, + "W": 1.6727764887036756e-05, + "N": 2.0079933165106922e-06, + "Y": 0.0004639687540475279, + "U": 4.3707851204999315e-07, + "K": 7.413116520638141e-08, + "L": 0.00011281162733212113, + "G": 0.00046330151963047683, + "F": 0.0016270503401756287, + "E": 4.472707587410696e-05, + "T": 0.0008837159839458764, + "P": 0.03189942240715027, + "-": 0.9630371332168579 + }, + "id": "tp_2028" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 253520, + "label": "-", + "classification": { + "B": 9.396234418090899e-06, + "S": 9.34638319449732e-06, + "I": 0.00300684105604887, + "C": 0.00012547156075015664, + "R": 1.9620896637206897e-05, + "M": 0.002885220106691122, + "O": 0.0001800790341803804, + "W": 7.270284186233766e-06, + "N": 8.370987779926509e-05, + "Y": 0.007319878786802292, + "U": 1.6291717201966094e-06, + "K": 1.7226068393938476e-06, + "L": 3.0472556318272837e-05, + "G": 0.0008654459961690009, + "F": 0.0010877788299694657, + "E": 0.0025277219247072935, + "T": 0.0072587947361171246, + "P": 0.11298975348472595, + "-": 0.8615899085998535 + }, + "id": "tp_2029" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 253654, + "label": "-", + "classification": { + "B": 5.898588824493345e-06, + "S": 8.39401673147222e-06, + "I": 0.0027145801577717066, + "C": 0.0002358035126235336, + "R": 7.098142668837681e-05, + "M": 0.0007034292793832719, + "O": 0.00013385468628257513, + "W": 9.396747373102698e-06, + "N": 0.00012602636707015336, + "Y": 0.003318015020340681, + "U": 7.401783022942254e-06, + "K": 1.07766918517882e-05, + "L": 2.8475778890424408e-05, + "G": 0.0008476084331050515, + "F": 0.005609195213764906, + "E": 0.0006821717252023518, + "T": 0.0028516873717308044, + "P": 0.28487613797187805, + "-": 0.6977602243423462 + }, + "id": "tp_2030" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 253754, + "label": "-", + "classification": { + "B": 1.1628337182045811e-09, + "S": 1.6655752332894735e-08, + "I": 3.63021063094493e-05, + "C": 2.870642674679402e-07, + "R": 5.527283164497021e-08, + "M": 4.519595677265897e-06, + "O": 7.713483114457631e-07, + "W": 1.6856811058119092e-08, + "N": 5.426957727650006e-07, + "Y": 8.360108768101782e-05, + "U": 7.044732353023164e-09, + "K": 5.439847328148062e-08, + "L": 2.6209825421119604e-08, + "G": 5.9481358221091796e-06, + "F": 0.0002040378749370575, + "E": 1.2489147593441885e-05, + "T": 0.00016285572201013565, + "P": 0.1840631365776062, + "-": 0.8154253363609314 + }, + "id": "tp_2031" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 253887, + "label": "-", + "classification": { + "B": 1.2736569576787815e-09, + "S": 1.0107287380378693e-06, + "I": 1.713632258315556e-08, + "C": 2.8940605467653313e-09, + "R": 8.430892095567799e-10, + "M": 5.838483048137277e-06, + "O": 2.898841103160521e-06, + "W": 3.144526061760189e-08, + "N": 3.2983888953452833e-09, + "Y": 0.00010654654761310667, + "U": 9.66419305692412e-12, + "K": 1.5599026426116325e-07, + "L": 1.9770716619404993e-08, + "G": 7.235242264869157e-06, + "F": 0.025460150092840195, + "E": 1.1033441751351347e-06, + "T": 7.959886715980247e-05, + "P": 0.0011610414367169142, + "-": 0.9731744527816772 + }, + "id": "tp_2032" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 254021, + "label": "-", + "classification": { + "B": 4.528140198090114e-05, + "S": 0.0001267440093215555, + "I": 3.4480912290746346e-05, + "C": 5.202796273806598e-06, + "R": 1.1917431947949808e-05, + "M": 0.010912344790995121, + "O": 0.004021046683192253, + "W": 3.072530671488494e-05, + "N": 9.313735631621967e-07, + "Y": 0.0038652641233056784, + "U": 6.517465322986027e-08, + "K": 1.4401985382050952e-08, + "L": 0.0009084878256544471, + "G": 0.0015458432026207447, + "F": 0.0019007677910849452, + "E": 1.4738030586158857e-05, + "T": 0.006761721335351467, + "P": 0.0013454518048092723, + "-": 0.968468964099884 + }, + "id": "tp_2033" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 254154, + "label": "-", + "classification": { + "B": 6.288767906426074e-08, + "S": 4.0835189452081977e-07, + "I": 3.0127114314382197e-06, + "C": 1.1606776979533606e-06, + "R": 3.4791946745826863e-07, + "M": 3.817593096755445e-05, + "O": 7.5483567343326285e-06, + "W": 1.8155256498175731e-07, + "N": 1.0907400138648882e-07, + "Y": 0.00011971321509918198, + "U": 8.813319851697088e-09, + "K": 5.048350004699387e-08, + "L": 5.415110422291036e-07, + "G": 8.414539479417726e-06, + "F": 0.0023747486993670464, + "E": 2.7761545879911864e-06, + "T": 0.0001211284106830135, + "P": 0.011121285147964954, + "-": 0.9862003326416016 + }, + "id": "tp_2034" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 254254, + "label": "-", + "classification": { + "B": 0.00013910110283177346, + "S": 6.443435268010944e-05, + "I": 2.3669781512580812e-05, + "C": 4.764319783134852e-06, + "R": 6.340644631563919e-06, + "M": 0.003168027149513364, + "O": 0.0012447771150618792, + "W": 1.6838579540490173e-05, + "N": 8.152624673130049e-07, + "Y": 0.0009170295670628548, + "U": 1.1998545801361615e-07, + "K": 1.3834145384805652e-08, + "L": 0.0004087830020580441, + "G": 0.0007154546910896897, + "F": 0.00347882485948503, + "E": 2.3501850591856055e-05, + "T": 0.002065181965008378, + "P": 0.004919488448649645, + "-": 0.9828028082847595 + }, + "id": "tp_2035" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 254388, + "label": "-", + "classification": { + "B": 3.7896804769843584e-06, + "S": 0.00023761106422170997, + "I": 7.225248737086076e-06, + "C": 1.567889739817474e-06, + "R": 1.6947740277828416e-06, + "M": 0.0009632695582695305, + "O": 0.0010669045150279999, + "W": 1.575075111759361e-05, + "N": 7.656719276383228e-07, + "Y": 0.002605428220704198, + "U": 1.0657353222143229e-08, + "K": 3.7426997323564137e-07, + "L": 0.00010580884554656222, + "G": 0.0016426409129053354, + "F": 0.08186089992523193, + "E": 4.043092849315144e-05, + "T": 0.0019205341814085841, + "P": 0.003076795721426606, + "-": 0.9064486026763916 + }, + "id": "tp_2036" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 254521, + "label": "-", + "classification": { + "B": 1.1967820512381877e-07, + "S": 2.6408406483824365e-07, + "I": 8.073175905565222e-09, + "C": 7.410652091976999e-09, + "R": 2.2194144300158314e-09, + "M": 1.2055429579049814e-05, + "O": 3.959204605052946e-06, + "W": 8.209559254623855e-09, + "N": 1.591570764070127e-10, + "Y": 1.8709977666730992e-05, + "U": 4.378917367597879e-12, + "K": 2.3494894918485443e-10, + "L": 4.15678158560695e-07, + "G": 1.899675407912582e-05, + "F": 0.00259910780005157, + "E": 2.772919174276467e-07, + "T": 9.402559044247027e-06, + "P": 0.0003104748029727489, + "-": 0.9970261454582214 + }, + "id": "tp_2037" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 254655, + "label": "-", + "classification": { + "B": 3.6422157734250504e-08, + "S": 2.1662770450348035e-05, + "I": 1.7892404002850526e-06, + "C": 1.0520348041609395e-06, + "R": 8.147330277097353e-07, + "M": 0.00020007436978630722, + "O": 7.310690125450492e-05, + "W": 2.5879376153170597e-06, + "N": 2.2915472186468833e-07, + "Y": 0.0005960922571830451, + "U": 6.074552416635015e-09, + "K": 2.1640025806846097e-06, + "L": 1.8078900438922574e-06, + "G": 4.286154216970317e-05, + "F": 0.008840559981763363, + "E": 3.6914070733473636e-06, + "T": 0.0012648527044802904, + "P": 0.0018878873670473695, + "-": 0.987058699131012 + }, + "id": "tp_2038" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 254755, + "label": "-", + "classification": { + "B": 1.1781838111346588e-05, + "S": 3.968535747844726e-05, + "I": 2.0629433493013494e-05, + "C": 7.238335820147768e-05, + "R": 7.78113171691075e-05, + "M": 0.006083948537707329, + "O": 0.0018083886243402958, + "W": 1.9590168449212797e-05, + "N": 7.406229087791871e-07, + "Y": 0.00484108692035079, + "U": 2.4695401634744485e-07, + "K": 1.012500234764957e-07, + "L": 0.001216541277244687, + "G": 0.0025688905734568834, + "F": 0.00518802972510457, + "E": 1.7448399376007728e-05, + "T": 0.004865200258791447, + "P": 0.0013465172378346324, + "-": 0.9718210697174072 + }, + "id": "tp_2039" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 254888, + "label": "-", + "classification": { + "B": 5.312902885634685e-06, + "S": 2.6270883608958684e-05, + "I": 0.00010003568604588509, + "C": 9.043816680787131e-05, + "R": 4.4292417442193255e-05, + "M": 0.004466976970434189, + "O": 0.0006055557169020176, + "W": 1.3129149010637775e-05, + "N": 6.387747362168739e-06, + "Y": 0.009649977087974548, + "U": 1.1681645446515176e-06, + "K": 7.409153113258071e-06, + "L": 0.00017415464390069246, + "G": 0.0021504880860447884, + "F": 0.015155166387557983, + "E": 7.91313432273455e-05, + "T": 0.010914675891399384, + "P": 0.0058259665966033936, + "-": 0.9506835341453552 + }, + "id": "tp_2040" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 255022, + "label": "-", + "classification": { + "B": 2.5265824206144316e-06, + "S": 2.2048282062314684e-06, + "I": 5.500371116795577e-05, + "C": 1.4592501429433469e-05, + "R": 1.0913083315244876e-05, + "M": 0.0004097874043509364, + "O": 0.00013683029101230204, + "W": 2.1626549369102577e-06, + "N": 1.0805589454321307e-06, + "Y": 0.000702235265634954, + "U": 2.1686599893655512e-07, + "K": 3.408413462580029e-08, + "L": 3.859964999719523e-05, + "G": 0.0002376809570705518, + "F": 0.002241953508928418, + "E": 1.7733220374793746e-05, + "T": 0.000971598899923265, + "P": 0.01897965744137764, + "-": 0.97617506980896 + }, + "id": "tp_2041" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 255155, + "label": "-", + "classification": { + "B": 8.627972647445858e-08, + "S": 1.3156838463146414e-07, + "I": 1.7734009816194884e-06, + "C": 2.812073205404886e-07, + "R": 5.08141901889303e-08, + "M": 7.724875672465714e-07, + "O": 2.097065134876175e-06, + "W": 1.1744878491981581e-07, + "N": 1.7209164582254743e-07, + "Y": 2.6638677809387445e-05, + "U": 1.1459582616168973e-08, + "K": 6.084438268771919e-07, + "L": 5.657930657321231e-08, + "G": 6.217655482032569e-06, + "F": 0.0029193221125751734, + "E": 3.880059921357315e-06, + "T": 2.4268165361718275e-05, + "P": 0.045620523393154144, + "-": 0.9513930082321167 + }, + "id": "tp_2042" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 255255, + "label": "-", + "classification": { + "B": 3.1380957807414234e-05, + "S": 7.55809887778014e-05, + "I": 2.185254970754613e-06, + "C": 1.068447181751253e-05, + "R": 3.993493464804487e-06, + "M": 0.0007266400498338044, + "O": 0.0005580348079092801, + "W": 1.2426219655026216e-05, + "N": 2.8852090849795786e-07, + "Y": 0.0003820896672550589, + "U": 2.5387551616518067e-08, + "K": 2.0050184446063213e-07, + "L": 7.638859824510291e-05, + "G": 0.0005858048680238426, + "F": 0.017863236367702484, + "E": 1.1591007933020592e-05, + "T": 0.0005723880603909492, + "P": 0.003042584052309394, + "-": 0.9760445356369019 + }, + "id": "tp_2043" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 255389, + "label": "-", + "classification": { + "B": 0.003111335216090083, + "S": 0.003052961081266403, + "I": 0.0003852135851047933, + "C": 0.0003272849426139146, + "R": 0.0005270171095617115, + "M": 0.024548234418034554, + "O": 0.022452987730503082, + "W": 0.000637006014585495, + "N": 2.3516629880759865e-05, + "Y": 0.0178452730178833, + "U": 1.2658322248171316e-06, + "K": 1.5431254496434121e-06, + "L": 0.006461485754698515, + "G": 0.011873383074998856, + "F": 0.008491044864058495, + "E": 0.00015154045831877738, + "T": 0.033259499818086624, + "P": 0.0032716933637857437, + "-": 0.863577663898468 + }, + "id": "tp_2044" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 255522, + "label": "-", + "classification": { + "B": 0.00015825036098249257, + "S": 0.00015804976283106953, + "I": 4.143498881603591e-05, + "C": 1.8904709577327594e-05, + "R": 2.9633920348715037e-05, + "M": 0.0006110461545176804, + "O": 0.0015970530221238732, + "W": 0.00010993518662871793, + "N": 5.609349045698764e-06, + "Y": 0.0007487539551220834, + "U": 1.6374389133488876e-06, + "K": 1.5663251815567492e-06, + "L": 0.0002491363848093897, + "G": 0.0003923542099073529, + "F": 0.006869901437312365, + "E": 5.4350646678358316e-05, + "T": 0.0010818425798788667, + "P": 0.020931554958224297, + "-": 0.9669390320777893 + }, + "id": "tp_2045" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 255656, + "label": "-", + "classification": { + "B": 2.763971860986203e-05, + "S": 0.0003083175979554653, + "I": 7.501841901103035e-05, + "C": 0.0001445750385755673, + "R": 0.00018680444918572903, + "M": 0.01187047641724348, + "O": 0.007717168424278498, + "W": 7.23369957995601e-05, + "N": 2.8903082238684874e-06, + "Y": 0.029918702319264412, + "U": 2.0454103832889814e-07, + "K": 1.3057839396424242e-06, + "L": 0.0019242939306423068, + "G": 0.00884535163640976, + "F": 0.005757907405495644, + "E": 1.2738245459331665e-05, + "T": 0.027663376182317734, + "P": 0.0006485097110271454, + "-": 0.9048224687576294 + }, + "id": "tp_2046" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 255756, + "label": "-", + "classification": { + "B": 0.0005745612434111536, + "S": 0.002039398066699505, + "I": 0.00031332546495832503, + "C": 0.0007453081198036671, + "R": 0.000468078680569306, + "M": 0.015376313589513302, + "O": 0.008957615122199059, + "W": 0.0004161143733654171, + "N": 2.8342210498522036e-05, + "Y": 0.013170684687793255, + "U": 2.486651055733091e-06, + "K": 8.506759513693396e-06, + "L": 0.0030950240325182676, + "G": 0.01512066274881363, + "F": 0.0437614768743515, + "E": 0.00029161921702325344, + "T": 0.02094733528792858, + "P": 0.005360343959182501, + "-": 0.8693228960037231 + }, + "id": "tp_2047" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 255889, + "label": "-", + "classification": { + "B": 7.512375304941088e-06, + "S": 1.2732438335660845e-05, + "I": 0.00018502221792005002, + "C": 1.1186705705767963e-05, + "R": 3.222284021831001e-06, + "M": 0.0009255200857296586, + "O": 7.573451875941828e-05, + "W": 3.842534169962164e-06, + "N": 1.0978414138662629e-05, + "Y": 0.007779095787554979, + "U": 8.397225315093237e-07, + "K": 1.0204647878708784e-05, + "L": 9.26873690332286e-06, + "G": 0.00040521592018194497, + "F": 0.005869010929018259, + "E": 0.0003060367307625711, + "T": 0.003716974286362529, + "P": 0.039984215050935745, + "-": 0.9406833648681641 + }, + "id": "tp_2048" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 256023, + "label": "-", + "classification": { + "B": 5.38564745511394e-06, + "S": 5.04348577123892e-07, + "I": 3.7849963518965524e-06, + "C": 6.169836552771812e-08, + "R": 3.0898810621238226e-08, + "M": 2.5420002202736214e-05, + "O": 1.544332189951092e-05, + "W": 1.0229777558379283e-07, + "N": 9.467279227237668e-08, + "Y": 2.8081831260351464e-05, + "U": 2.382864794370221e-09, + "K": 4.6159351896335465e-09, + "L": 8.481806617055554e-07, + "G": 3.624568853410892e-05, + "F": 0.0008455482311546803, + "E": 1.1293168427073397e-05, + "T": 7.458055188180879e-05, + "P": 0.03171299397945404, + "-": 0.9672396183013916 + }, + "id": "tp_2049" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 256156, + "label": "-", + "classification": { + "B": 5.202680404181592e-05, + "S": 7.654172804905102e-05, + "I": 9.094263077713549e-05, + "C": 4.995569179300219e-05, + "R": 3.515730350045487e-05, + "M": 0.005706855095922947, + "O": 0.0011852070456370711, + "W": 2.454424429743085e-05, + "N": 3.398503167773015e-06, + "Y": 0.009399897418916225, + "U": 4.688505157446343e-07, + "K": 2.713608637350262e-06, + "L": 0.00036070944042876363, + "G": 0.005005483981221914, + "F": 0.010594184510409832, + "E": 0.00010956497135339305, + "T": 0.004926567897200584, + "P": 0.0038780546747148037, + "-": 0.9584978222846985 + }, + "id": "tp_2050" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 256256, + "label": "-", + "classification": { + "B": 4.723708570963936e-06, + "S": 9.012442023959011e-05, + "I": 2.3773431166773662e-05, + "C": 1.762995225362829e-07, + "R": 2.006931794085176e-07, + "M": 0.00012476312986109406, + "O": 0.00027708010748028755, + "W": 1.2743520528601948e-05, + "N": 6.43121893517673e-06, + "Y": 0.00024206846137531102, + "U": 8.895774783468369e-08, + "K": 3.650083954198635e-06, + "L": 3.890856078214711e-06, + "G": 5.439131200546399e-05, + "F": 0.008242628537118435, + "E": 3.81865247618407e-05, + "T": 0.0006642037769779563, + "P": 0.06076502054929733, + "-": 0.9294459223747253 + }, + "id": "tp_2051" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 256390, + "label": "-", + "classification": { + "B": 1.1395482601983531e-07, + "S": 2.3083239284460433e-05, + "I": 3.432093720334706e-08, + "C": 7.739248758298345e-06, + "R": 1.376629597871215e-06, + "M": 0.002515430562198162, + "O": 0.0002748252882156521, + "W": 6.008735340401472e-07, + "N": 5.372031264272437e-09, + "Y": 0.0010967219714075327, + "U": 3.2976826824793193e-10, + "K": 1.558727973360874e-07, + "L": 0.00015100270684342831, + "G": 0.00412802305072546, + "F": 0.08343346416950226, + "E": 2.9975792585901218e-06, + "T": 0.0014814244350418448, + "P": 5.28393684362527e-05, + "-": 0.9068301916122437 + }, + "id": "tp_2052" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 256523, + "label": "-", + "classification": { + "B": 1.2909077668155078e-05, + "S": 2.470494291628711e-05, + "I": 0.00011276180885033682, + "C": 0.00010949091665679589, + "R": 7.259233825607225e-05, + "M": 0.014578372240066528, + "O": 0.0007594143971800804, + "W": 5.661166596837575e-06, + "N": 2.341220806556521e-06, + "Y": 0.011296060867607594, + "U": 4.1004619788509444e-07, + "K": 1.7318625111784058e-07, + "L": 0.0010464123915880919, + "G": 0.007987895980477333, + "F": 0.009721102192997932, + "E": 9.556690929457545e-05, + "T": 0.01578611508011818, + "P": 0.0034830919466912746, + "-": 0.9349049925804138 + }, + "id": "tp_2053" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 256657, + "label": "-", + "classification": { + "B": 2.5484501747996546e-05, + "S": 0.00018020268180407584, + "I": 6.53154938845546e-06, + "C": 7.691529754083604e-05, + "R": 8.902858098736033e-05, + "M": 0.014387496747076511, + "O": 0.006937108002603054, + "W": 3.836582982330583e-05, + "N": 3.005050928095443e-07, + "Y": 0.007253218907862902, + "U": 6.032721699966714e-08, + "K": 4.9817277414376804e-08, + "L": 0.005957852583378553, + "G": 0.01128961332142353, + "F": 0.024079704657197, + "E": 9.7791307780426e-06, + "T": 0.005497665144503117, + "P": 0.0004648414615076035, + "-": 0.9237057566642761 + }, + "id": "tp_2054" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 256757, + "label": "-", + "classification": { + "B": 3.062662926822668e-06, + "S": 7.786939386278391e-05, + "I": 1.0167553227802273e-05, + "C": 1.1847710993606597e-05, + "R": 8.617503226560075e-06, + "M": 0.0014770309207960963, + "O": 0.0007943041855469346, + "W": 1.0489246051292866e-05, + "N": 5.283110908749222e-07, + "Y": 0.001344291609711945, + "U": 5.778988310112254e-08, + "K": 9.6265097226933e-08, + "L": 0.0001965034316526726, + "G": 0.0008587472839280963, + "F": 0.01402586605399847, + "E": 9.549628884997219e-06, + "T": 0.001929250080138445, + "P": 0.003333812579512596, + "-": 0.9759079217910767 + }, + "id": "tp_2055" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 256890, + "label": "-", + "classification": { + "B": 0.00030436369706876576, + "S": 0.00019418937154114246, + "I": 0.0009796172380447388, + "C": 8.756950410315767e-05, + "R": 6.122654303908348e-05, + "M": 0.011893891729414463, + "O": 0.0016734704840928316, + "W": 7.520285726059228e-05, + "N": 3.327946978970431e-05, + "Y": 0.01298132911324501, + "U": 2.7184653390577296e-06, + "K": 2.013033736147918e-06, + "L": 0.0005512796924449503, + "G": 0.005122929345816374, + "F": 0.010156632401049137, + "E": 0.0005345576209947467, + "T": 0.011587259359657764, + "P": 0.024007664993405342, + "-": 0.9197507500648499 + }, + "id": "tp_2056" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 257024, + "label": "-", + "classification": { + "B": 0.0001557266223244369, + "S": 1.2144464562879875e-05, + "I": 5.330524800228886e-05, + "C": 6.918833969393745e-05, + "R": 4.430350963957608e-05, + "M": 0.0016894674627110362, + "O": 0.000723299803212285, + "W": 1.582748518558219e-05, + "N": 1.900812094390858e-06, + "Y": 0.002280434360727668, + "U": 1.31574529405043e-06, + "K": 1.605155972583816e-07, + "L": 0.0003657550550997257, + "G": 0.0018083496252074838, + "F": 0.0033139423467218876, + "E": 4.003091817139648e-05, + "T": 0.002251716796308756, + "P": 0.014371145516633987, + "-": 0.9728020429611206 + }, + "id": "tp_2057" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 257157, + "label": "-", + "classification": { + "B": 3.583388388506137e-05, + "S": 4.559831722872332e-06, + "I": 3.6752961023012176e-05, + "C": 1.4999503719081986e-06, + "R": 4.812893052985601e-07, + "M": 0.0002753552980720997, + "O": 7.713311060797423e-05, + "W": 2.012890718106064e-06, + "N": 1.3894623407395557e-06, + "Y": 0.0003667533746920526, + "U": 6.158658294452835e-08, + "K": 1.3058486558747973e-07, + "L": 6.651316653005779e-06, + "G": 0.0002094606898026541, + "F": 0.0011984942248091102, + "E": 0.0001511615264462307, + "T": 0.00019198293739464134, + "P": 0.057927243411540985, + "-": 0.9395129680633545 + }, + "id": "tp_2058" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 257257, + "label": "-", + "classification": { + "B": 6.362428166539758e-07, + "S": 1.4962683962949086e-06, + "I": 6.026764509670102e-08, + "C": 6.326001766865375e-08, + "R": 3.015387761706734e-08, + "M": 7.469219417544082e-05, + "O": 2.6466759663890116e-05, + "W": 1.3589117031642672e-07, + "N": 4.7908788047834605e-09, + "Y": 0.00022180029191076756, + "U": 3.536757275934832e-10, + "K": 9.778221787826169e-09, + "L": 3.601544221965014e-06, + "G": 8.931125921662897e-05, + "F": 0.00584248686209321, + "E": 2.3879561013018247e-06, + "T": 0.00016362952010240406, + "P": 0.0007423522183671594, + "-": 0.9928306937217712 + }, + "id": "tp_2059" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 257391, + "label": "-", + "classification": { + "B": 5.344649707694771e-06, + "S": 2.0831994334002957e-06, + "I": 8.525760677002836e-06, + "C": 6.737619742125389e-07, + "R": 7.055708124426019e-07, + "M": 0.0006605400121770799, + "O": 9.967657388187945e-05, + "W": 4.6574399448218173e-07, + "N": 7.118472922229557e-08, + "Y": 0.0004798517329618335, + "U": 4.784348917041825e-09, + "K": 2.884008309944619e-10, + "L": 3.690130324685015e-05, + "G": 0.0001697953703114763, + "F": 0.00042430407484062016, + "E": 2.680552597666974e-06, + "T": 0.0008288552635349333, + "P": 0.0028816666454076767, + "-": 0.9943978786468506 + }, + "id": "tp_2060" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 257524, + "label": "-", + "classification": { + "B": 2.8165131880086847e-05, + "S": 0.010852452367544174, + "I": 1.4918740816938225e-05, + "C": 6.743804448205992e-08, + "R": 3.977018252498965e-07, + "M": 0.0007009766413830221, + "O": 0.003408426884561777, + "W": 8.911298209568486e-05, + "N": 3.2287002795783337e-06, + "Y": 0.00013395072892308235, + "U": 2.0395893862712455e-09, + "K": 4.089768594894849e-07, + "L": 5.690207763109356e-05, + "G": 0.00018317678768653423, + "F": 0.053699642419815063, + "E": 1.9422259356360883e-05, + "T": 0.0005326162208802998, + "P": 0.021998243406414986, + "-": 0.9082778692245483 + }, + "id": "tp_2061" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 257658, + "label": "-", + "classification": { + "B": 1.81347400030063e-06, + "S": 2.6461377274245024e-05, + "I": 4.16907308675718e-09, + "C": 2.268718546361015e-09, + "R": 5.716223494545147e-09, + "M": 9.030077490024269e-05, + "O": 0.00010777646821225062, + "W": 4.4101261664764024e-07, + "N": 1.736081833847436e-10, + "Y": 1.4146542525850236e-05, + "U": 2.1323257829580777e-12, + "K": 5.10651035345866e-11, + "L": 4.5120773393136915e-06, + "G": 1.3992468666401692e-05, + "F": 0.0019843175541609526, + "E": 4.91202420960235e-08, + "T": 2.0915271306876093e-05, + "P": 0.00015650814748369157, + "-": 0.9975787997245789 + }, + "id": "tp_2062" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 257758, + "label": "-", + "classification": { + "B": 0.0017744182841852307, + "S": 0.017302555963397026, + "I": 0.0009512579417787492, + "C": 0.000257221661740914, + "R": 0.0005315802409313619, + "M": 0.05281522870063782, + "O": 0.05558573454618454, + "W": 0.0030189629178494215, + "N": 0.00019667269953060895, + "Y": 0.007951908744871616, + "U": 1.710907781671267e-05, + "K": 1.9598617654992267e-05, + "L": 0.014601069502532482, + "G": 0.012056231498718262, + "F": 0.0347040593624115, + "E": 0.0008338683983311057, + "T": 0.020045602694153786, + "P": 0.030294660478830338, + "-": 0.7470423579216003 + }, + "id": "tp_2063" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 257891, + "label": "-", + "classification": { + "B": 0.00021354318596422672, + "S": 7.610625470988452e-05, + "I": 0.0017864609835669398, + "C": 4.528547287918627e-05, + "R": 5.9324931498849764e-05, + "M": 0.002332389587536454, + "O": 0.0013043752405792475, + "W": 4.74529733764939e-05, + "N": 7.87019744166173e-05, + "Y": 0.002708748448640108, + "U": 5.654428150592139e-06, + "K": 3.66484505320841e-06, + "L": 0.0001744120818329975, + "G": 0.0026631734799593687, + "F": 0.0028003293555229902, + "E": 0.0005164939211681485, + "T": 0.006858243141323328, + "P": 0.1066713035106659, + "-": 0.8716543316841125 + }, + "id": "tp_2064" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 258025, + "label": "-", + "classification": { + "B": 3.47906325259828e-06, + "S": 3.4189162079201196e-07, + "I": 1.0779491276480258e-05, + "C": 3.037470719391422e-07, + "R": 1.3394466691352136e-07, + "M": 7.858286699047312e-05, + "O": 5.5179858463816345e-05, + "W": 1.7076258984616288e-07, + "N": 1.8669889811917528e-07, + "Y": 4.274371167412028e-05, + "U": 1.5588776935970827e-09, + "K": 3.071619347760901e-11, + "L": 4.541459020401817e-06, + "G": 2.7864467483595945e-05, + "F": 4.333413744461723e-05, + "E": 1.9579363197408384e-06, + "T": 0.0002918610698543489, + "P": 0.03580983728170395, + "-": 0.9636286497116089 + }, + "id": "tp_2065" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 258158, + "label": "-", + "classification": { + "B": 1.5982789136614883e-07, + "S": 3.480686530110688e-07, + "I": 2.2402282411349006e-05, + "C": 4.708475103143428e-07, + "R": 9.561688329995377e-08, + "M": 1.20802505989559e-05, + "O": 4.858686679654056e-06, + "W": 2.123166780165775e-07, + "N": 1.1352789215379744e-06, + "Y": 0.00011966704914811999, + "U": 2.6325606583554872e-08, + "K": 3.6205565834279696e-07, + "L": 1.7954293696220702e-07, + "G": 1.3943295925855637e-05, + "F": 0.002007885370403528, + "E": 4.268642805982381e-05, + "T": 9.841318387771025e-05, + "P": 0.15063825249671936, + "-": 0.8470368385314941 + }, + "id": "tp_2066" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 258258, + "label": "-", + "classification": { + "B": 9.197585200126923e-07, + "S": 5.51863013242837e-06, + "I": 0.0002064410800812766, + "C": 5.838688139192527e-06, + "R": 2.1106072836118983e-06, + "M": 0.00011153325613122433, + "O": 4.6935383579693735e-05, + "W": 4.0153790905606e-06, + "N": 1.6843147022882476e-05, + "Y": 0.0005359593778848648, + "U": 7.984015155670932e-07, + "K": 2.0766285160789266e-05, + "L": 2.0570860215229914e-06, + "G": 8.022881229408085e-05, + "F": 0.005458372179418802, + "E": 0.0002715413284022361, + "T": 0.0005792328738607466, + "P": 0.1402037888765335, + "-": 0.8524470925331116 + }, + "id": "tp_2067" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 258392, + "label": "-", + "classification": { + "B": 9.670422514318489e-06, + "S": 1.9442068150965497e-05, + "I": 6.276176463870797e-06, + "C": 1.4158967132971156e-05, + "R": 9.420004062121734e-06, + "M": 0.001638178015127778, + "O": 0.0010382549371570349, + "W": 7.022558293101611e-06, + "N": 3.128794503481913e-07, + "Y": 0.001882964395917952, + "U": 5.738120378850908e-08, + "K": 7.617605213283696e-09, + "L": 0.0006140613695606589, + "G": 0.0011566919274628162, + "F": 0.004505380988121033, + "E": 7.050958629406523e-06, + "T": 0.0027120274025946856, + "P": 0.002364423591643572, + "-": 0.9840145707130432 + }, + "id": "tp_2068" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 258525, + "label": "-", + "classification": { + "B": 2.594104444142431e-06, + "S": 9.447953743801918e-06, + "I": 0.00011740459012798965, + "C": 2.079831756418571e-05, + "R": 5.893586603633594e-06, + "M": 0.00026149817858822644, + "O": 8.550330676371232e-05, + "W": 5.421106834546663e-06, + "N": 9.627739927964285e-06, + "Y": 0.0012601531343534589, + "U": 1.3336888287085458e-06, + "K": 1.3383502846409101e-05, + "L": 1.1307698514428921e-05, + "G": 0.00026974111096933484, + "F": 0.00789390318095684, + "E": 0.00025571987498551607, + "T": 0.0008460869430564344, + "P": 0.05075517296791077, + "-": 0.9381750822067261 + }, + "id": "tp_2069" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 258625, + "label": "-", + "classification": { + "B": 2.5111312424996868e-05, + "S": 1.3439835129247513e-05, + "I": 6.650698196608573e-05, + "C": 1.613841777725611e-05, + "R": 1.7757916793925688e-05, + "M": 0.0015112832188606262, + "O": 0.0006329751922748983, + "W": 9.085291821975261e-06, + "N": 1.4213954955266672e-06, + "Y": 0.000931039045099169, + "U": 2.36441294987344e-07, + "K": 9.762215924524753e-09, + "L": 0.00022716457897331566, + "G": 0.00040035374695435166, + "F": 0.0005709691904485226, + "E": 1.6940295608947054e-05, + "T": 0.002652194816619158, + "P": 0.00555105647072196, + "-": 0.9873563051223755 + }, + "id": "tp_2070" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 258759, + "label": "-", + "classification": { + "B": 7.719761924818158e-05, + "S": 0.00015198685287032276, + "I": 0.0018060498405247927, + "C": 0.0003854625974781811, + "R": 8.928491297410801e-05, + "M": 0.003144119633361697, + "O": 0.0007566388230770826, + "W": 8.638140570838004e-05, + "N": 0.0002597998536657542, + "Y": 0.006248310208320618, + "U": 3.0513052479363978e-05, + "K": 0.00016210608009714633, + "L": 0.00019647767476271838, + "G": 0.0026993099600076675, + "F": 0.03417564183473587, + "E": 0.0035304618068039417, + "T": 0.005114057566970587, + "P": 0.13006283342838287, + "-": 0.8110234141349792 + }, + "id": "tp_2071" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 258892, + "label": "-", + "classification": { + "B": 0.00024486228358000517, + "S": 0.0003681631351355463, + "I": 0.0009008998749777675, + "C": 0.00015883729793131351, + "R": 3.647864650702104e-05, + "M": 0.002857671584933996, + "O": 0.001799246296286583, + "W": 0.0001818610617192462, + "N": 0.0002515738015063107, + "Y": 0.0019145646365359426, + "U": 3.0017477911314927e-05, + "K": 5.7098975958069786e-05, + "L": 0.0002349882124690339, + "G": 0.0011043287813663483, + "F": 0.011894287541508675, + "E": 0.001625497592613101, + "T": 0.0060797519981861115, + "P": 0.18541759252548218, + "-": 0.784842312335968 + }, + "id": "tp_2072" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 259026, + "label": "-", + "classification": { + "B": 8.694501048012171e-07, + "S": 3.538814041803562e-07, + "I": 3.4147794281125243e-07, + "C": 8.709430971975962e-07, + "R": 4.4918371600033424e-07, + "M": 0.00021400397235993296, + "O": 2.1808033125125803e-05, + "W": 7.351697917101774e-08, + "N": 3.168069806491758e-09, + "Y": 0.0002505226293578744, + "U": 5.966084848374464e-10, + "K": 6.829664611629482e-11, + "L": 2.0242978280293755e-05, + "G": 0.00016879035683814436, + "F": 0.0014386620605364442, + "E": 4.463848881641752e-07, + "T": 0.00033390356111340225, + "P": 0.0004765232151839882, + "-": 0.9970721006393433 + }, + "id": "tp_2073" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 259126, + "label": "-", + "classification": { + "B": 0.00013255650992505252, + "S": 7.433845894411206e-05, + "I": 0.0003211915900465101, + "C": 1.6126987247844227e-05, + "R": 1.6170679373317398e-05, + "M": 0.006366342306137085, + "O": 0.0018496013944968581, + "W": 3.31736882799305e-05, + "N": 1.9109947970719077e-05, + "Y": 0.0020734744612127542, + "U": 1.921714329000679e-06, + "K": 1.4789486613153713e-07, + "L": 0.00034878257429227233, + "G": 0.0009362754644826055, + "F": 0.0010309830540791154, + "E": 0.00017337020835839212, + "T": 0.013971174135804176, + "P": 0.06665703654289246, + "-": 0.9059782028198242 + }, + "id": "tp_2074" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 259259, + "label": "-", + "classification": { + "B": 2.706642021621519e-07, + "S": 1.0564652939137886e-06, + "I": 7.939631359477062e-06, + "C": 4.87649958813563e-06, + "R": 9.666014193498995e-07, + "M": 0.00023851492733228952, + "O": 3.393054794287309e-05, + "W": 4.1296127051282383e-07, + "N": 4.477221864362946e-07, + "Y": 0.0006366921588778496, + "U": 5.9043642863798595e-08, + "K": 1.5063756109157111e-07, + "L": 3.8146863516885787e-06, + "G": 7.799944432917982e-05, + "F": 0.001711718738079071, + "E": 1.460551629861584e-05, + "T": 0.000826164847239852, + "P": 0.008963074535131454, + "-": 0.9874773025512695 + }, + "id": "tp_2075" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 259393, + "label": "-", + "classification": { + "B": 0.0013815914280712605, + "S": 0.00014100695261731744, + "I": 0.0023137943353503942, + "C": 0.0003578128817025572, + "R": 0.00010621971159707755, + "M": 0.014554856345057487, + "O": 0.001800317782908678, + "W": 0.00010020750050898641, + "N": 0.00010103187378263101, + "Y": 0.006331817712634802, + "U": 8.714198884263169e-06, + "K": 2.188630787713919e-06, + "L": 0.0007452011341229081, + "G": 0.0042548407800495625, + "F": 0.0033310900907963514, + "E": 0.004000481218099594, + "T": 0.0062935082241892815, + "P": 0.13729536533355713, + "-": 0.81687992811203 + }, + "id": "tp_2076" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 259526, + "label": "-", + "classification": { + "B": 0.001570161315612495, + "S": 0.0009245373075827956, + "I": 0.0045254728756845, + "C": 0.005939913913607597, + "R": 0.0030888791661709547, + "M": 0.036314357072114944, + "O": 0.011599299497902393, + "W": 0.0008309020777232945, + "N": 0.00042242990457452834, + "Y": 0.032347578555345535, + "U": 0.0001007311002467759, + "K": 3.396519969101064e-05, + "L": 0.0065427194349467754, + "G": 0.02056184597313404, + "F": 0.011149629950523376, + "E": 0.0033228141255676746, + "T": 0.03253307193517685, + "P": 0.046716008335351944, + "-": 0.7814757227897644 + }, + "id": "tp_2077" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 259626, + "label": "-", + "classification": { + "B": 0.00085075618699193, + "S": 0.0003099788154941052, + "I": 0.0022135921753942966, + "C": 0.00039787872810848057, + "R": 0.0002252491540275514, + "M": 0.011331652291119099, + "O": 0.0019443216733634472, + "W": 0.00017529059550724924, + "N": 0.00012258923379704356, + "Y": 0.011547718197107315, + "U": 2.655436583154369e-05, + "K": 2.6346662707510404e-05, + "L": 0.0011704559437930584, + "G": 0.008350019343197346, + "F": 0.02010876126587391, + "E": 0.00544395437464118, + "T": 0.006330159492790699, + "P": 0.08663377165794373, + "-": 0.8427910804748535 + }, + "id": "tp_2078" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 259760, + "label": "-", + "classification": { + "B": 2.5596062869226444e-07, + "S": 4.448711763416213e-07, + "I": 0.00048517523100599647, + "C": 4.0214381442638114e-05, + "R": 6.912714070494985e-06, + "M": 0.00039416225627064705, + "O": 3.5203320294385776e-05, + "W": 8.655817396174825e-07, + "N": 7.492260465369327e-06, + "Y": 0.00087658257689327, + "U": 5.760520593867113e-07, + "K": 6.297534582699882e-07, + "L": 4.646242359740427e-06, + "G": 0.00014726667723152786, + "F": 0.0003412624937482178, + "E": 0.0001200800616061315, + "T": 0.001747308881022036, + "P": 0.0517386756837368, + "-": 0.9440522789955139 + }, + "id": "tp_2079" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 259893, + "label": "-", + "classification": { + "B": 6.602129724342376e-05, + "S": 3.175643360009417e-05, + "I": 0.0027385575231164694, + "C": 0.001162083470262587, + "R": 0.00013272174692247063, + "M": 0.002035061828792095, + "O": 0.00036451054620556533, + "W": 4.5641991164302453e-05, + "N": 0.00025019279564730823, + "Y": 0.004809701815247536, + "U": 3.87697436963208e-05, + "K": 0.00011172125960001722, + "L": 0.0001400368637405336, + "G": 0.002486460842192173, + "F": 0.019199583679437637, + "E": 0.0064495331607759, + "T": 0.0033452780917286873, + "P": 0.20600032806396484, + "-": 0.750592052936554 + }, + "id": "tp_2080" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 260027, + "label": "-", + "classification": { + "B": 0.0005062857526354492, + "S": 0.00019619720114860684, + "I": 0.0017892159521579742, + "C": 0.0006801520357839763, + "R": 0.0001948427379829809, + "M": 0.00648454949259758, + "O": 0.002624424872919917, + "W": 0.00016286304162349552, + "N": 0.0001851920533226803, + "Y": 0.002722322242334485, + "U": 2.5943996661226265e-05, + "K": 1.0329163160349708e-05, + "L": 0.000733589637093246, + "G": 0.003933426924049854, + "F": 0.0063527897000312805, + "E": 0.0013390228850767016, + "T": 0.006735714618116617, + "P": 0.12789161503314972, + "-": 0.8374314904212952 + }, + "id": "tp_2081" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 260127, + "label": "-", + "classification": { + "B": 0.0007448382093571126, + "S": 4.830536636291072e-05, + "I": 0.001744707697071135, + "C": 0.0009109375532716513, + "R": 0.0001665773306740448, + "M": 0.005238940007984638, + "O": 0.0007460773922502995, + "W": 2.81498723779805e-05, + "N": 4.699008786701597e-05, + "Y": 0.0060113766230642796, + "U": 1.2746781067107804e-05, + "K": 3.119826942565851e-06, + "L": 0.0008421670063398778, + "G": 0.01347803883254528, + "F": 0.010294522158801556, + "E": 0.001382010872475803, + "T": 0.004402142018079758, + "P": 0.08515999466180801, + "-": 0.8687383532524109 + }, + "id": "tp_2082" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 260260, + "label": "-", + "classification": { + "B": 4.070479953099948e-09, + "S": 5.268697478300055e-09, + "I": 1.2637394775083521e-06, + "C": 8.971528586698696e-08, + "R": 3.2846841691025475e-08, + "M": 7.15004625817528e-06, + "O": 1.809929699447821e-06, + "W": 1.0772463809871624e-08, + "N": 7.897855702765355e-09, + "Y": 7.476206519640982e-05, + "U": 2.1413704143213863e-09, + "K": 1.080422862287378e-09, + "L": 1.1883552986091672e-07, + "G": 7.0153168962860946e-06, + "F": 7.210555486381054e-05, + "E": 2.4089695216389373e-07, + "T": 8.261740731541067e-05, + "P": 0.005531707778573036, + "-": 0.9942210912704468 + }, + "id": "tp_2083" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 260394, + "label": "-", + "classification": { + "B": 7.448659744113684e-05, + "S": 7.863534847274423e-05, + "I": 0.00010269881022395566, + "C": 5.340809730114415e-05, + "R": 3.694615588756278e-05, + "M": 0.004024412017315626, + "O": 0.0009684806573204696, + "W": 2.884034620365128e-05, + "N": 8.457055628241505e-06, + "Y": 0.008054682053625584, + "U": 2.1156738512218e-06, + "K": 8.171208492058213e-07, + "L": 0.00024374837812501937, + "G": 0.001411944511346519, + "F": 0.003415109124034643, + "E": 0.00012826239981222898, + "T": 0.006983159109950066, + "P": 0.015813713893294334, + "-": 0.958570122718811 + }, + "id": "tp_2084" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 260527, + "label": "-", + "classification": { + "B": 9.155886800726876e-06, + "S": 9.178407708532177e-06, + "I": 1.4181888218445238e-05, + "C": 1.6346495613106526e-05, + "R": 1.1723273928510025e-05, + "M": 0.00020964861323591322, + "O": 0.0002907611196860671, + "W": 1.0774616384878755e-05, + "N": 1.0195439017479657e-06, + "Y": 0.0004934736643917859, + "U": 3.2779516345726734e-07, + "K": 1.9963250963428436e-07, + "L": 5.205920751905069e-05, + "G": 0.00016487458196934313, + "F": 0.0028190487064421177, + "E": 9.237716767529491e-06, + "T": 0.0009057580027729273, + "P": 0.008633795194327831, + "-": 0.9863485097885132 + }, + "id": "tp_2085" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 260627, + "label": "-", + "classification": { + "B": 1.3379513802647125e-05, + "S": 6.1322043620748445e-06, + "I": 0.002981564961373806, + "C": 0.0007388577214442194, + "R": 0.00014335100422613323, + "M": 0.0038723715115338564, + "O": 0.0003407295444048941, + "W": 1.0498195479158312e-05, + "N": 6.198577466420829e-05, + "Y": 0.01124612893909216, + "U": 1.7373227819916792e-05, + "K": 5.795056495117024e-06, + "L": 0.00016212937771342695, + "G": 0.004167565144598484, + "F": 0.002277166349813342, + "E": 0.0008740253397263587, + "T": 0.014094471000134945, + "P": 0.05782421678304672, + "-": 0.9011622071266174 + }, + "id": "tp_2086" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 260761, + "label": "-", + "classification": { + "B": 3.331134630288335e-12, + "S": 2.184966790830245e-11, + "I": 6.843472277751061e-08, + "C": 2.2999258053602034e-09, + "R": 6.269860325369692e-11, + "M": 5.863555330165582e-08, + "O": 4.6336587899986625e-09, + "W": 1.3525066483444093e-11, + "N": 3.4904831802684555e-10, + "Y": 3.6474962143984158e-06, + "U": 6.474005793261073e-12, + "K": 1.1205261024604951e-10, + "L": 7.289650827413396e-11, + "G": 9.245804477586717e-08, + "F": 1.2318638255237602e-05, + "E": 6.763679039067938e-08, + "T": 2.628205493238056e-06, + "P": 0.011190654709935188, + "-": 0.9887903928756714 + }, + "id": "tp_2087" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 260894, + "label": "-", + "classification": { + "B": 0.002425018697977066, + "S": 1.1493773854454048e-05, + "I": 4.167150564171607e-06, + "C": 8.778874303061457e-07, + "R": 3.291701489160914e-07, + "M": 0.0018601414049044251, + "O": 0.0006136263255029917, + "W": 2.4704741008463316e-06, + "N": 7.76233832766593e-08, + "Y": 4.403296406962909e-05, + "U": 4.526339303367877e-09, + "K": 2.4373074739014733e-11, + "L": 0.0003038089198525995, + "G": 0.0004370686365291476, + "F": 0.00012916447303723544, + "E": 1.9707584215211682e-05, + "T": 0.0003773128555621952, + "P": 0.013475378043949604, + "-": 0.9802953600883484 + }, + "id": "tp_2088" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 261028, + "label": "-", + "classification": { + "B": 6.646400288445875e-05, + "S": 1.818864075175952e-05, + "I": 2.122043224517256e-05, + "C": 6.028931807122717e-07, + "R": 3.6901806765854417e-07, + "M": 0.001494831987656653, + "O": 0.00019141825032420456, + "W": 2.346587280044332e-06, + "N": 6.175612838887901e-07, + "Y": 0.0014751148410141468, + "U": 2.904581641871573e-08, + "K": 3.661943637212062e-08, + "L": 2.0225730622769333e-05, + "G": 0.00047219364205375314, + "F": 0.0010313618695363402, + "E": 6.264536932576448e-05, + "T": 0.0015306267887353897, + "P": 0.01073480024933815, + "-": 0.9828769564628601 + }, + "id": "tp_2089" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 261128, + "label": "-", + "classification": { + "B": 3.301719516457524e-06, + "S": 1.4642212136095623e-06, + "I": 1.0514439964026678e-05, + "C": 2.429016967653297e-05, + "R": 1.2533629160316195e-05, + "M": 0.0018381589325144887, + "O": 0.00020534382201731205, + "W": 8.241139539677533e-07, + "N": 2.1155956630991568e-07, + "Y": 0.0016637911321595311, + "U": 5.11325168872645e-08, + "K": 4.794125985085884e-09, + "L": 0.00013822573237121105, + "G": 0.000898749683983624, + "F": 0.0011123094009235501, + "E": 1.2768004125973675e-05, + "T": 0.002669878536835313, + "P": 0.0022149053402245045, + "-": 0.989192545413971 + }, + "id": "tp_2090" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 261261, + "label": "-", + "classification": { + "B": 0.0034810069482773542, + "S": 0.004910701420158148, + "I": 0.028985396027565002, + "C": 0.009900713339447975, + "R": 0.005777213256806135, + "M": 0.0568724051117897, + "O": 0.029730210080742836, + "W": 0.005325957667082548, + "N": 0.00413188012316823, + "Y": 0.054308049380779266, + "U": 0.0006328664603643119, + "K": 0.00046977458987385035, + "L": 0.009536015801131725, + "G": 0.02091786451637745, + "F": 0.020526515319943428, + "E": 0.008223132230341434, + "T": 0.05055016279220581, + "P": 0.0875689685344696, + "-": 0.5981512069702148 + }, + "id": "tp_2091" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 261395, + "label": "-", + "classification": { + "B": 2.504970780137228e-06, + "S": 3.4491586120566353e-07, + "I": 2.536754664106411e-06, + "C": 7.978097755767521e-07, + "R": 1.8367411769304454e-07, + "M": 3.0268020054791123e-05, + "O": 1.983624679269269e-05, + "W": 2.409518060630944e-07, + "N": 4.9999009377188486e-08, + "Y": 3.853855741908774e-05, + "U": 1.0395074134805782e-08, + "K": 4.561003130731933e-09, + "L": 2.2811868802818935e-06, + "G": 3.346024823258631e-05, + "F": 0.0002361639926675707, + "E": 1.797324557628599e-06, + "T": 9.730270539876074e-05, + "P": 0.01752452179789543, + "-": 0.9820091724395752 + }, + "id": "tp_2092" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 261528, + "label": "-", + "classification": { + "B": 0.0003077232977375388, + "S": 0.00015326992433983833, + "I": 0.0005497403326444328, + "C": 9.172585123451427e-05, + "R": 9.59382887231186e-05, + "M": 0.002395803341642022, + "O": 0.003238065866753459, + "W": 0.00013423834752757102, + "N": 4.6016550186323e-05, + "Y": 0.002151451539248228, + "U": 8.413750038016587e-06, + "K": 6.661168185928545e-07, + "L": 0.0008350360440090299, + "G": 0.0016970604192465544, + "F": 0.0032594313379377127, + "E": 0.00015345054271165282, + "T": 0.007101374678313732, + "P": 0.050695039331912994, + "-": 0.9270855784416199 + }, + "id": "tp_2093" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 261628, + "label": "-", + "classification": { + "B": 1.0781460169084767e-09, + "S": 2.3026169512774253e-11, + "I": 1.1689724033203674e-07, + "C": 1.4926494484868158e-09, + "R": 1.745552591359001e-10, + "M": 4.375335265649483e-06, + "O": 2.438339947730128e-07, + "W": 5.351978582535111e-11, + "N": 1.3360634820713813e-10, + "Y": 7.901539902377408e-07, + "U": 3.3170191853643116e-12, + "K": 1.699259561727985e-14, + "L": 1.309908181923447e-08, + "G": 6.029593464518257e-07, + "F": 3.665331291813345e-07, + "E": 5.6019590743972e-08, + "T": 9.925852282322012e-06, + "P": 0.00539833540096879, + "-": 0.9945852160453796 + }, + "id": "tp_2094" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 261762, + "label": "-", + "classification": { + "B": 5.8273650211049244e-05, + "S": 0.0002583022287581116, + "I": 0.00018619757611304522, + "C": 1.9661478290800005e-05, + "R": 4.745622572954744e-05, + "M": 0.020303117111325264, + "O": 0.005610981024801731, + "W": 0.00013930400018580258, + "N": 1.1495956641738303e-05, + "Y": 0.008750452660024166, + "U": 1.1940315971514792e-06, + "K": 4.099163959381258e-07, + "L": 0.0007874040165916085, + "G": 0.0013143094256520271, + "F": 0.002485275734215975, + "E": 4.778630318469368e-05, + "T": 0.018100570887327194, + "P": 0.005296086426824331, + "-": 0.9365817904472351 + }, + "id": "tp_2095" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 261895, + "label": "-", + "classification": { + "B": 0.008339394815266132, + "S": 0.0024506894405931234, + "I": 0.007142976857721806, + "C": 0.0010261011775583029, + "R": 0.00065569335129112, + "M": 0.025560421869158745, + "O": 0.014238359406590462, + "W": 0.0015577278099954128, + "N": 0.0006601327913813293, + "Y": 0.010028823278844357, + "U": 0.00010316645784769207, + "K": 1.8750453818938695e-05, + "L": 0.006290545221418142, + "G": 0.011035078205168247, + "F": 0.012008538469672203, + "E": 0.002601081505417824, + "T": 0.01682106964290142, + "P": 0.1326998770236969, + "-": 0.7467615604400635 + }, + "id": "tp_2096" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 262029, + "label": "-", + "classification": { + "B": 0.00012508303916547447, + "S": 0.00014115491649135947, + "I": 0.004117954522371292, + "C": 0.0008934079669415951, + "R": 0.0003382451250217855, + "M": 0.006669632624834776, + "O": 0.0017903425032272935, + "W": 0.00014149834169074893, + "N": 0.0002351596049265936, + "Y": 0.019375620409846306, + "U": 6.236710032681003e-05, + "K": 1.7954307622858323e-05, + "L": 0.0008331791032105684, + "G": 0.004931435454636812, + "F": 0.004229889251291752, + "E": 0.0009336450602859259, + "T": 0.024727022275328636, + "P": 0.07358114421367645, + "-": 0.8568553328514099 + }, + "id": "tp_2097" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 262129, + "label": "-", + "classification": { + "B": 0.0021338779479265213, + "S": 0.00037427194183692336, + "I": 9.32472976273857e-05, + "C": 5.709542892873287e-05, + "R": 9.968394442694262e-05, + "M": 0.01756403036415577, + "O": 0.01255527138710022, + "W": 0.00024517724523320794, + "N": 4.154448561166646e-06, + "Y": 0.0014148252084851265, + "U": 1.0216414239039295e-06, + "K": 3.966724548831735e-08, + "L": 0.0067411852069199085, + "G": 0.0038760779425501823, + "F": 0.0033858909737318754, + "E": 0.00010439885954838246, + "T": 0.0039384448900818825, + "P": 0.005720078479498625, + "-": 0.9416912198066711 + }, + "id": "tp_2098" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 262262, + "label": "-", + "classification": { + "B": 0.005070874467492104, + "S": 0.006479206494987011, + "I": 0.004843359813094139, + "C": 0.0054352679289877415, + "R": 0.008891523815691471, + "M": 0.13228939473628998, + "O": 0.05998653173446655, + "W": 0.004475683905184269, + "N": 0.0004859842301812023, + "Y": 0.08622599393129349, + "U": 0.00013296659744810313, + "K": 6.580623448826373e-05, + "L": 0.04238012060523033, + "G": 0.06396592408418655, + "F": 0.019032243639230728, + "E": 0.0018155351281166077, + "T": 0.07773648947477341, + "P": 0.009459015913307667, + "-": 0.4712280333042145 + }, + "id": "tp_2099" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 262396, + "label": "-", + "classification": { + "B": 0.0015440800925716758, + "S": 0.0008776495815254748, + "I": 0.001569652697071433, + "C": 0.0017144725425168872, + "R": 0.0009772628545761108, + "M": 0.02006525918841362, + "O": 0.007748052943497896, + "W": 0.0006521898321807384, + "N": 0.00017446157289668918, + "Y": 0.010317548178136349, + "U": 8.120616985252127e-05, + "K": 2.0223802494001575e-05, + "L": 0.006748717278242111, + "G": 0.014621914364397526, + "F": 0.02572162076830864, + "E": 0.0013520346255972981, + "T": 0.01977459527552128, + "P": 0.04346885904669762, + "-": 0.8425701856613159 + }, + "id": "tp_2100" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 262529, + "label": "-", + "classification": { + "B": 3.018258439624333e-06, + "S": 4.50612606073264e-06, + "I": 0.00025238486705347896, + "C": 0.00013378837320487946, + "R": 2.0425899492693134e-05, + "M": 0.0007671676576137543, + "O": 9.869461791822687e-05, + "W": 3.4558891002234304e-06, + "N": 1.06341831269674e-05, + "Y": 0.004082317464053631, + "U": 5.135297669767169e-06, + "K": 5.17917396791745e-06, + "L": 3.3376130886608735e-05, + "G": 0.000753844331484288, + "F": 0.001756068435497582, + "E": 0.00015928299399092793, + "T": 0.0032504016999155283, + "P": 0.0346929170191288, + "-": 0.9539674520492554 + }, + "id": "tp_2101" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 262629, + "label": "-", + "classification": { + "B": 0.0015796154038980603, + "S": 0.0007588823209516704, + "I": 0.00013218434469308704, + "C": 0.0007349022198468447, + "R": 0.00028396115521900356, + "M": 0.012241843156516552, + "O": 0.005021747667342424, + "W": 0.0002582292363513261, + "N": 1.8663118680706248e-05, + "Y": 0.0034895839635282755, + "U": 6.600997039640788e-06, + "K": 6.0684938034683e-06, + "L": 0.0024261074140667915, + "G": 0.007348878774791956, + "F": 0.02149931900203228, + "E": 0.0004017695027869195, + "T": 0.0058356998488307, + "P": 0.013663061894476414, + "-": 0.9242929220199585 + }, + "id": "tp_2102" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 262763, + "label": "-", + "classification": { + "B": 3.405921688681701e-06, + "S": 1.356272605335107e-06, + "I": 0.0001968859287444502, + "C": 0.00010630187898641452, + "R": 2.4906270482460968e-05, + "M": 0.0006758008385077119, + "O": 0.00016595132183283567, + "W": 2.7041985504183685e-06, + "N": 5.0638777793210465e-06, + "Y": 0.0010781263699755073, + "U": 1.1461976328064338e-06, + "K": 9.561640013089345e-08, + "L": 5.578194759436883e-05, + "G": 0.0006505261990241706, + "F": 0.0008688886882737279, + "E": 3.1807550840312615e-05, + "T": 0.002562951762229204, + "P": 0.03456617519259453, + "-": 0.9590020775794983 + }, + "id": "tp_2103" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 262896, + "label": "-", + "classification": { + "B": 0.0018785500433295965, + "S": 0.000589442381169647, + "I": 0.006590567994862795, + "C": 0.0019407562213018537, + "R": 0.0013167033903300762, + "M": 0.013856751844286919, + "O": 0.005542389117181301, + "W": 0.0007092589512467384, + "N": 0.0003534266725182533, + "Y": 0.025565767660737038, + "U": 0.00010661137639544904, + "K": 3.356589513714425e-05, + "L": 0.0024585314095020294, + "G": 0.010229847393929958, + "F": 0.008838338777422905, + "E": 0.0018573477864265442, + "T": 0.016809258610010147, + "P": 0.059455130249261856, + "-": 0.8418676257133484 + }, + "id": "tp_2104" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 263030, + "label": "-", + "classification": { + "B": 1.4664829905086663e-05, + "S": 8.14013765193522e-06, + "I": 0.004773958586156368, + "C": 0.00032447624835185707, + "R": 0.00010098766506416723, + "M": 0.0005992024089209735, + "O": 0.00013403045886661857, + "W": 1.7173215383081697e-05, + "N": 0.00019675795920193195, + "Y": 0.007861471734941006, + "U": 1.8595274013932794e-05, + "K": 3.475366611382924e-05, + "L": 3.729317177203484e-05, + "G": 0.0014392259763553739, + "F": 0.006294655613601208, + "E": 0.00109275639988482, + "T": 0.0026590777561068535, + "P": 0.2805415391921997, + "-": 0.6938511729240417 + }, + "id": "tp_2105" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 263130, + "label": "-", + "classification": { + "B": 0.0001178225502371788, + "S": 0.00019065738888457417, + "I": 0.0004417848540470004, + "C": 5.6322918680962175e-05, + "R": 7.066308899084106e-05, + "M": 0.006941298954188824, + "O": 0.0020945281721651554, + "W": 7.867843669373542e-05, + "N": 2.9182740036048926e-05, + "Y": 0.006519736722111702, + "U": 2.6324798909627134e-06, + "K": 1.335660840595665e-06, + "L": 0.0004585997958201915, + "G": 0.0014319269685074687, + "F": 0.0042841192334890366, + "E": 0.00022907202946953475, + "T": 0.013276291079819202, + "P": 0.02197129651904106, + "-": 0.9418041110038757 + }, + "id": "tp_2106" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 263263, + "label": "-", + "classification": { + "B": 0.013699229806661606, + "S": 0.009763693436980247, + "I": 0.004920780658721924, + "C": 0.0023308987729251385, + "R": 0.0017968451138585806, + "M": 0.08946218341588974, + "O": 0.03713976964354515, + "W": 0.003351795021444559, + "N": 0.0008865327690728009, + "Y": 0.01987496204674244, + "U": 0.0002498923859093338, + "K": 4.4064014218747616e-05, + "L": 0.026422034949064255, + "G": 0.03069004975259304, + "F": 0.037429314106702805, + "E": 0.005434412509202957, + "T": 0.03876514360308647, + "P": 0.05639895796775818, + "-": 0.6213394999504089 + }, + "id": "tp_2107" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 263397, + "label": "-", + "classification": { + "B": 0.0019847159273922443, + "S": 0.0008896602084860206, + "I": 0.004274166189134121, + "C": 0.0022525484673678875, + "R": 0.0012251128209754825, + "M": 0.019607562571763992, + "O": 0.005334365647286177, + "W": 0.0006057877908460796, + "N": 0.0005518017569556832, + "Y": 0.03200642392039299, + "U": 0.0002298510808032006, + "K": 0.00013827432121615857, + "L": 0.0032415762543678284, + "G": 0.01725177653133869, + "F": 0.033938463777303696, + "E": 0.005513268057256937, + "T": 0.020433055236935616, + "P": 0.09258778393268585, + "-": 0.7579338550567627 + }, + "id": "tp_2108" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 263530, + "label": "-", + "classification": { + "B": 0.00945361703634262, + "S": 0.0033881301060318947, + "I": 0.00227623013779521, + "C": 0.0014833518071100116, + "R": 0.0012351877521723509, + "M": 0.061367467045784, + "O": 0.02169337123632431, + "W": 0.001306598074734211, + "N": 0.000194067761185579, + "Y": 0.02430696412920952, + "U": 2.997354204126168e-05, + "K": 5.0056528380082455e-06, + "L": 0.019874148070812225, + "G": 0.019911276176571846, + "F": 0.018482612445950508, + "E": 0.0017917149234563112, + "T": 0.03136703744530678, + "P": 0.02772829495370388, + "-": 0.7541049718856812 + }, + "id": "tp_2109" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 263630, + "label": "-", + "classification": { + "B": 0.0002850974560715258, + "S": 0.0001408255920978263, + "I": 0.0015304459957405925, + "C": 0.0011112152133136988, + "R": 0.00044398062163963914, + "M": 0.007297008763998747, + "O": 0.001703727408312261, + "W": 0.0001583654375281185, + "N": 0.00014704602654092014, + "Y": 0.017765631899237633, + "U": 6.610920536331832e-05, + "K": 0.00010276584362145513, + "L": 0.000748832302633673, + "G": 0.008299943059682846, + "F": 0.015026269480586052, + "E": 0.001165970228612423, + "T": 0.01602935791015625, + "P": 0.04148535802960396, + "-": 0.8864920139312744 + }, + "id": "tp_2110" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 263764, + "label": "-", + "classification": { + "B": 0.0016018101014196873, + "S": 0.0005902631673961878, + "I": 0.002620486542582512, + "C": 0.0013871173141524196, + "R": 0.0006714125047437847, + "M": 0.03601456433534622, + "O": 0.005284491460770369, + "W": 0.00030324439285323024, + "N": 0.00017275675782002509, + "Y": 0.015447204932570457, + "U": 5.4783020459581167e-05, + "K": 7.602341156598413e-06, + "L": 0.0074057551100850105, + "G": 0.02249673195183277, + "F": 0.025702018290758133, + "E": 0.002476996975019574, + "T": 0.026559989899396896, + "P": 0.05808468908071518, + "-": 0.7931180596351624 + }, + "id": "tp_2111" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 263897, + "label": "-", + "classification": { + "B": 0.000389322463888675, + "S": 5.053241693531163e-05, + "I": 0.00013866992958355695, + "C": 2.8043301426805556e-05, + "R": 1.2773611160810106e-05, + "M": 0.012844297103583813, + "O": 0.0011062469566240907, + "W": 1.0185894097958226e-05, + "N": 2.3233694719237974e-06, + "Y": 0.0018255121540278196, + "U": 3.8215011954889633e-07, + "K": 1.5147952225902372e-08, + "L": 0.0012571954866871238, + "G": 0.0039811753667891026, + "F": 0.004053613170981407, + "E": 0.00037476301076821983, + "T": 0.0023878326173871756, + "P": 0.022900471463799477, + "-": 0.9486366510391235 + }, + "id": "tp_2112" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 264031, + "label": "-", + "classification": { + "B": 2.629460027492314e-07, + "S": 3.8239849686760863e-07, + "I": 1.7088159154354798e-07, + "C": 1.7743989388918635e-08, + "R": 1.5924856100468787e-08, + "M": 3.7674511986551806e-05, + "O": 2.3326427253778093e-05, + "W": 1.0546953888024291e-07, + "N": 4.017075561080219e-09, + "Y": 1.2219114978506695e-05, + "U": 1.4028607442373442e-10, + "K": 5.262172989017877e-11, + "L": 4.469868883916206e-07, + "G": 1.7676836705504684e-06, + "F": 4.217011883156374e-05, + "E": 1.2477511290853727e-07, + "T": 6.005408795317635e-05, + "P": 0.0015340117970481515, + "-": 0.9982872605323792 + }, + "id": "tp_2113" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 264131, + "label": "-", + "classification": { + "B": 0.0003387914039194584, + "S": 8.472665649605915e-05, + "I": 1.9971525034634396e-05, + "C": 8.834851541905664e-06, + "R": 5.686887107003713e-06, + "M": 0.001536539988592267, + "O": 0.0008229754748754203, + "W": 1.9978135242126882e-05, + "N": 1.2866240695075248e-06, + "Y": 0.0002897166705224663, + "U": 1.9190919431366638e-07, + "K": 6.490102322231905e-08, + "L": 0.00024763934197835624, + "G": 0.0005300552002154291, + "F": 0.006847914308309555, + "E": 4.949967478751205e-05, + "T": 0.0007541057420894504, + "P": 0.016597535461187363, + "-": 0.971844494342804 + }, + "id": "tp_2114" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 264264, + "label": "-", + "classification": { + "B": 5.666373181156814e-05, + "S": 4.973985596734565e-06, + "I": 7.105217605385405e-07, + "C": 1.8418488423321833e-07, + "R": 1.8001109935994464e-07, + "M": 0.00010128875146619976, + "O": 0.00016202189726755023, + "W": 1.0741201776909293e-06, + "N": 1.4398531256176739e-08, + "Y": 1.8510250811232254e-05, + "U": 1.6942002245556864e-09, + "K": 3.1266411681940554e-10, + "L": 2.1591096810880117e-05, + "G": 5.161284207133576e-05, + "F": 0.0004259120032656938, + "E": 9.216669241141062e-07, + "T": 6.835856765974313e-05, + "P": 0.0027249320410192013, + "-": 0.9963610768318176 + }, + "id": "tp_2115" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 264398, + "label": "-", + "classification": { + "B": 1.48320452808548e-07, + "S": 6.894509624544298e-06, + "I": 3.2333073818335833e-07, + "C": 4.612725490460434e-07, + "R": 2.1555526075189846e-07, + "M": 0.0026325592771172523, + "O": 7.702190487179905e-05, + "W": 1.215530716081048e-07, + "N": 6.887217907092236e-09, + "Y": 0.0015939193544909358, + "U": 5.6085084493284754e-11, + "K": 2.611431959564925e-09, + "L": 8.426120984950103e-06, + "G": 0.00023167305334936827, + "F": 0.0014041266404092312, + "E": 1.0746767884484143e-06, + "T": 0.005255218129605055, + "P": 7.27114820620045e-05, + "-": 0.9887149930000305 + }, + "id": "tp_2116" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 264531, + "label": "-", + "classification": { + "B": 0.0014547427417710423, + "S": 0.0034129091072827578, + "I": 0.00014639482833445072, + "C": 5.787138070445508e-05, + "R": 4.1677107219584286e-05, + "M": 0.01599942333996296, + "O": 0.012615029700100422, + "W": 0.0005589000647887588, + "N": 6.200071220519021e-05, + "Y": 0.008308949880301952, + "U": 6.287269570748322e-06, + "K": 2.4179842512239702e-05, + "L": 0.0016429424285888672, + "G": 0.005724100396037102, + "F": 0.013306742534041405, + "E": 0.0014685438945889473, + "T": 0.010581071488559246, + "P": 0.038658007979393005, + "-": 0.885930061340332 + }, + "id": "tp_2117" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 264631, + "label": "-", + "classification": { + "B": 8.105303095362615e-07, + "S": 6.143014161352767e-06, + "I": 0.0001247634063474834, + "C": 3.650210601335857e-06, + "R": 2.5591341454855865e-06, + "M": 0.00026032773894257843, + "O": 0.00010976153862429783, + "W": 3.552341695467476e-06, + "N": 6.521461727970745e-06, + "Y": 0.0009475743863731623, + "U": 3.7211128756098333e-07, + "K": 1.7323367274002521e-06, + "L": 3.965509222325636e-06, + "G": 7.871595880715176e-05, + "F": 0.001084837131202221, + "E": 3.581106284400448e-05, + "T": 0.0014219378354027867, + "P": 0.020192449912428856, + "-": 0.9757145047187805 + }, + "id": "tp_2118" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 264765, + "label": "-", + "classification": { + "B": 9.958040755009279e-05, + "S": 0.0006362655549310148, + "I": 6.902603490743786e-05, + "C": 0.0003645454125944525, + "R": 0.00026160990819334984, + "M": 0.015789583325386047, + "O": 0.0047873142175376415, + "W": 0.00011224361514905468, + "N": 5.821353624924086e-06, + "Y": 0.00694471038877964, + "U": 1.2520866903287242e-06, + "K": 1.2347904885245953e-06, + "L": 0.003993105608969927, + "G": 0.008949456736445427, + "F": 0.03810662403702736, + "E": 6.67402709950693e-05, + "T": 0.014086334966123104, + "P": 0.004922088235616684, + "-": 0.9008026123046875 + }, + "id": "tp_2119" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 264898, + "label": "-", + "classification": { + "B": 2.9074248232063837e-05, + "S": 3.0315293770399876e-05, + "I": 7.848321729397867e-06, + "C": 6.202508757269243e-06, + "R": 3.1244856018020073e-06, + "M": 0.0011775700841099024, + "O": 0.00025036372244358063, + "W": 6.006451258144807e-06, + "N": 4.385686338537198e-07, + "Y": 0.0008894068887457252, + "U": 1.0108041692546976e-07, + "K": 5.997633252263768e-07, + "L": 5.957813482382335e-05, + "G": 0.0007238140096887946, + "F": 0.008339323103427887, + "E": 5.1567956688813865e-05, + "T": 0.0006763837882317603, + "P": 0.004068337380886078, + "-": 0.9836799502372742 + }, + "id": "tp_2120" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 265032, + "label": "-", + "classification": { + "B": 0.00018129890668205917, + "S": 0.022240063175559044, + "I": 0.00012195454473840073, + "C": 0.0002982589940074831, + "R": 0.0006131406407803297, + "M": 0.10308556258678436, + "O": 0.07542982697486877, + "W": 0.0017395144095644355, + "N": 2.7057094484916888e-05, + "Y": 0.0883873999118805, + "U": 5.068697532806254e-07, + "K": 9.987828889279626e-06, + "L": 0.018862981349229813, + "G": 0.05699584260582924, + "F": 0.07978829741477966, + "E": 0.00010951196600217372, + "T": 0.11832904815673828, + "P": 0.0008110408089123666, + "-": 0.4329686760902405 + }, + "id": "tp_2121" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 265132, + "label": "-", + "classification": { + "B": 7.025063496257644e-06, + "S": 0.0002700510958675295, + "I": 4.452878329175292e-06, + "C": 7.792519909344264e-07, + "R": 1.022496007863083e-06, + "M": 0.006656625773757696, + "O": 0.0029399003833532333, + "W": 9.414623491466045e-06, + "N": 2.774340828182176e-07, + "Y": 0.0011389560531824827, + "U": 2.1937447414188682e-09, + "K": 4.361284666742904e-09, + "L": 0.00020956559455953538, + "G": 0.0005635572015307844, + "F": 0.0017013776814565063, + "E": 7.327488219743827e-06, + "T": 0.005486128851771355, + "P": 0.00066264474298805, + "-": 0.980340838432312 + }, + "id": "tp_2122" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 265265, + "label": "-", + "classification": { + "B": 2.2215590433916077e-06, + "S": 3.4314196000195807e-06, + "I": 8.072854598140111e-07, + "C": 7.828083994354529e-07, + "R": 2.9021839509368874e-07, + "M": 0.00030375857022590935, + "O": 5.7703502534423023e-05, + "W": 4.651726897009212e-07, + "N": 3.38562848867241e-08, + "Y": 5.9863945352844894e-05, + "U": 2.2482355976904955e-09, + "K": 3.1437059622163588e-09, + "L": 7.364622888417216e-06, + "G": 5.6850625696824864e-05, + "F": 0.0020141357090324163, + "E": 2.6311010969948256e-06, + "T": 0.0002897047670558095, + "P": 0.004523713141679764, + "-": 0.9926761984825134 + }, + "id": "tp_2123" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 265399, + "label": "-", + "classification": { + "B": 1.7496987538834219e-06, + "S": 6.692444003419951e-06, + "I": 3.0143197363941e-05, + "C": 1.3217851346780662e-06, + "R": 6.467819275712827e-07, + "M": 1.6790181689430028e-05, + "O": 3.806374661508016e-05, + "W": 2.405055738563533e-06, + "N": 2.2462461402028566e-06, + "Y": 5.107920151203871e-05, + "U": 9.49146468087747e-08, + "K": 2.043644116156429e-07, + "L": 2.7303424303681822e-06, + "G": 3.346946687088348e-05, + "F": 0.00506961066275835, + "E": 2.3652039089938626e-05, + "T": 0.00012397322279866785, + "P": 0.23696283996105194, + "-": 0.757632315158844 + }, + "id": "tp_2124" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 265532, + "label": "-", + "classification": { + "B": 0.00011161570000695065, + "S": 0.0007681747665628791, + "I": 2.318170663784258e-05, + "C": 1.9716133465408348e-05, + "R": 2.6794052246259525e-05, + "M": 0.003287835977971554, + "O": 0.003419026732444763, + "W": 0.0001721851876936853, + "N": 4.369498128653504e-06, + "Y": 0.003089297330006957, + "U": 3.963765493608662e-07, + "K": 4.277536390873138e-06, + "L": 0.00043939476017840207, + "G": 0.0015803095884621143, + "F": 0.042042117565870285, + "E": 9.074292029254138e-05, + "T": 0.0023541974369436502, + "P": 0.006935507524758577, + "-": 0.9356308579444885 + }, + "id": "tp_2125" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 265632, + "label": "-", + "classification": { + "B": 5.479429091792554e-05, + "S": 1.3041844795225188e-05, + "I": 1.0725597348937299e-05, + "C": 1.5709002809671802e-06, + "R": 2.2562446702067973e-06, + "M": 0.0017104112775996327, + "O": 0.0008097800891846418, + "W": 4.6625050345028285e-06, + "N": 1.0308027498240335e-07, + "Y": 0.0004326112975832075, + "U": 1.1585156833859855e-08, + "K": 2.7844854200154145e-10, + "L": 0.00026965446886606514, + "G": 0.0002783432137221098, + "F": 0.0003112323465757072, + "E": 2.8495178412413225e-06, + "T": 0.0010587056167423725, + "P": 0.0021421797573566437, + "-": 0.9928969740867615 + }, + "id": "tp_2126" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 265766, + "label": "-", + "classification": { + "B": 0.00013150012819096446, + "S": 6.800025585107505e-05, + "I": 0.00010668955656001344, + "C": 5.833437626279192e-06, + "R": 2.410418119325186e-06, + "M": 0.0010378871811553836, + "O": 0.0005795294418931007, + "W": 2.8610627850866877e-05, + "N": 9.614522241463419e-06, + "Y": 0.001534114358946681, + "U": 1.3617058129966608e-06, + "K": 1.7179986571136396e-06, + "L": 6.870589277241379e-05, + "G": 0.0005389771540649235, + "F": 0.0037391637451946735, + "E": 0.00019103853264823556, + "T": 0.0012450661743059754, + "P": 0.05428363010287285, + "-": 0.9364261031150818 + }, + "id": "tp_2127" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 265899, + "label": "-", + "classification": { + "B": 9.51388392422814e-06, + "S": 1.0404608474345878e-05, + "I": 1.3808205949317198e-05, + "C": 3.6462981825025054e-06, + "R": 1.8292299728273065e-06, + "M": 0.0002541466092225164, + "O": 0.0002239134191768244, + "W": 7.04893091096892e-06, + "N": 8.958608077591634e-07, + "Y": 0.00027023517759516835, + "U": 1.4555901373114466e-07, + "K": 1.9302515852359647e-07, + "L": 3.102798655163497e-05, + "G": 0.00017292839766014367, + "F": 0.005819473881274462, + "E": 1.328502366959583e-05, + "T": 0.0003471262170933187, + "P": 0.01350125577300787, + "-": 0.9793190360069275 + }, + "id": "tp_2128" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 266033, + "label": "-", + "classification": { + "B": 6.36881196669492e-08, + "S": 2.480820882055923e-08, + "I": 6.521441164863973e-10, + "C": 4.001990294710822e-09, + "R": 1.7221770676201231e-09, + "M": 0.00016131238953676075, + "O": 6.164657406770857e-06, + "W": 9.375108467324367e-10, + "N": 2.423186000813371e-12, + "Y": 2.4829832909745164e-05, + "U": 2.8883091664905214e-13, + "K": 1.5024101212256225e-13, + "L": 3.0851151677779853e-06, + "G": 4.6864417527103797e-05, + "F": 0.0002665515639819205, + "E": 5.201690189693409e-09, + "T": 3.5220909921918064e-05, + "P": 1.8992737750522792e-05, + "-": 0.9994369149208069 + }, + "id": "tp_2129" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 266133, + "label": "-", + "classification": { + "B": 2.905059091062867e-06, + "S": 2.5193765395670198e-05, + "I": 4.9368223699275404e-05, + "C": 2.7819262413686374e-06, + "R": 2.643754669406917e-06, + "M": 0.0010859965113922954, + "O": 0.00032156993984244764, + "W": 5.753728601121111e-06, + "N": 3.148111318296287e-06, + "Y": 0.002681567333638668, + "U": 1.9079541857536242e-07, + "K": 4.581914083701122e-07, + "L": 3.009346801263746e-05, + "G": 0.00033434826764278114, + "F": 0.006347099784761667, + "E": 4.237541725160554e-05, + "T": 0.0024268131237477064, + "P": 0.0095893619582057, + "-": 0.9770483374595642 + }, + "id": "tp_2130" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 266266, + "label": "-", + "classification": { + "B": 7.412763979031123e-12, + "S": 1.0914528170147264e-09, + "I": 2.222791506412136e-09, + "C": 2.7587157003239327e-09, + "R": 8.734178935654313e-10, + "M": 1.3394802067523415e-07, + "O": 6.42576907239345e-08, + "W": 3.715280583183045e-10, + "N": 4.487657467855399e-11, + "Y": 7.4487929850874934e-06, + "U": 2.21182599145775e-12, + "K": 4.550989030072117e-10, + "L": 4.0770456455341275e-10, + "G": 9.394199196322006e-08, + "F": 0.00022696205996908247, + "E": 2.2155786094657515e-09, + "T": 2.2745086880604504e-06, + "P": 0.00042906400631181896, + "-": 0.999333918094635 + }, + "id": "tp_2131" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 266400, + "label": "-", + "classification": { + "B": 4.9334423238178715e-05, + "S": 1.4042479961062782e-06, + "I": 2.6217884396828595e-07, + "C": 2.410346944259345e-08, + "R": 1.5821226995171855e-08, + "M": 6.098800804466009e-05, + "O": 5.2846804464934394e-05, + "W": 3.204143865787046e-07, + "N": 4.335243719566506e-09, + "Y": 1.2147035704401787e-05, + "U": 3.16870696348559e-10, + "K": 1.591391185495894e-10, + "L": 4.556020485324552e-06, + "G": 3.222825762350112e-05, + "F": 0.0003026723279617727, + "E": 8.031912557271426e-07, + "T": 2.986408435390331e-05, + "P": 0.0027823608834296465, + "-": 0.9966703057289124 + }, + "id": "tp_2132" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 266533, + "label": "-", + "classification": { + "B": 4.6667504648212343e-05, + "S": 0.0003392222279217094, + "I": 3.0959741707192734e-05, + "C": 2.3214195607579313e-05, + "R": 1.7765532902558334e-05, + "M": 0.004459893796592951, + "O": 0.001465182169340551, + "W": 4.815582724404521e-05, + "N": 3.2244765861833002e-06, + "Y": 0.008051927201449871, + "U": 3.405052382277063e-07, + "K": 1.986449660762446e-06, + "L": 0.0003995151200797409, + "G": 0.002215773332864046, + "F": 0.02509693056344986, + "E": 9.184685768559575e-05, + "T": 0.006453700829297304, + "P": 0.004094111733138561, + "-": 0.9471595883369446 + }, + "id": "tp_2133" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 266633, + "label": "-", + "classification": { + "B": 0.0011346068931743503, + "S": 0.0011229689698666334, + "I": 0.00023188850900623947, + "C": 2.145942926290445e-05, + "R": 1.4322216884465888e-05, + "M": 0.0040908982045948505, + "O": 0.004450385458767414, + "W": 0.0002382499078521505, + "N": 2.552079240558669e-05, + "Y": 0.0005764743546023965, + "U": 1.6996693830151344e-06, + "K": 7.734170139883645e-07, + "L": 0.000714078254532069, + "G": 0.0009058405412361026, + "F": 0.007131289225071669, + "E": 0.00039833158371038735, + "T": 0.0023155692033469677, + "P": 0.0624268539249897, + "-": 0.9141989350318909 + }, + "id": "tp_2134" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 266767, + "label": "-", + "classification": { + "B": 4.257459718104428e-09, + "S": 5.282551285290538e-09, + "I": 4.2572185776634797e-08, + "C": 7.70769137403704e-09, + "R": 5.576556993958093e-10, + "M": 1.7255784712233435e-07, + "O": 1.8219535036223533e-07, + "W": 1.5303414091505374e-09, + "N": 2.5103423784145207e-09, + "Y": 1.0703913176257629e-05, + "U": 1.1005193978341765e-10, + "K": 2.0825090540910196e-09, + "L": 3.735187714681842e-09, + "G": 7.534522978858149e-07, + "F": 0.0007106908597052097, + "E": 1.3195072767757665e-07, + "T": 9.00992836250225e-06, + "P": 0.008778426796197891, + "-": 0.9904899597167969 + }, + "id": "tp_2135" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 266900, + "label": "-", + "classification": { + "B": 0.007891874760389328, + "S": 0.003999289125204086, + "I": 0.0017922184197232127, + "C": 0.00029150702175684273, + "R": 0.00013641333498526365, + "M": 0.00701104337349534, + "O": 0.006224385462701321, + "W": 0.0011975484667345881, + "N": 0.0005664743366651237, + "Y": 0.0029669685754925013, + "U": 6.619216583203524e-05, + "K": 0.00010070792632177472, + "L": 0.002150909276679158, + "G": 0.006637302227318287, + "F": 0.07065418362617493, + "E": 0.006389758083969355, + "T": 0.0064324489794671535, + "P": 0.26501914858818054, + "-": 0.6104716658592224 + }, + "id": "tp_2136" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 267000, + "label": "-", + "classification": { + "B": 4.408600216265768e-05, + "S": 8.349967538379133e-05, + "I": 0.0011678007431328297, + "C": 6.879332067910582e-05, + "R": 0.00012760600657202303, + "M": 0.01583455689251423, + "O": 0.0025585098192095757, + "W": 4.1211271309293807e-05, + "N": 2.5788469429244287e-05, + "Y": 0.02545786090195179, + "U": 1.3821506854583276e-06, + "K": 4.503777972786338e-07, + "L": 0.0006985850632190704, + "G": 0.00576172536239028, + "F": 0.003938579466193914, + "E": 0.00011854089825646952, + "T": 0.03785829618573189, + "P": 0.007669391110539436, + "-": 0.8985434770584106 + }, + "id": "tp_2137" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 267134, + "label": "-", + "classification": { + "B": 3.477101927273907e-05, + "S": 0.0008366871625185013, + "I": 0.00018818129319697618, + "C": 2.7065238100476563e-05, + "R": 4.311694283387624e-05, + "M": 0.02068983018398285, + "O": 0.0035962003748863935, + "W": 0.00010668472532415763, + "N": 1.4316015040094499e-05, + "Y": 0.021487750113010406, + "U": 6.847312761237845e-07, + "K": 9.377584319736343e-06, + "L": 0.0006591490237042308, + "G": 0.005749309901148081, + "F": 0.04160032793879509, + "E": 0.00020150357158854604, + "T": 0.019467748701572418, + "P": 0.004944598767906427, + "-": 0.8803426623344421 + }, + "id": "tp_2138" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 267267, + "label": "-", + "classification": { + "B": 7.212772288767155e-06, + "S": 0.00013859184400644153, + "I": 1.8556906979938503e-06, + "C": 2.7574229534366168e-05, + "R": 5.453479025163688e-05, + "M": 0.0022867426741868258, + "O": 0.00292330514639616, + "W": 2.205965756729711e-05, + "N": 9.426096170273013e-08, + "Y": 0.003432087367400527, + "U": 1.790987091965235e-08, + "K": 1.818916928186809e-08, + "L": 0.0012973399134352803, + "G": 0.0024792004842311144, + "F": 0.00629575876519084, + "E": 1.4387651390279643e-06, + "T": 0.003754159901291132, + "P": 0.0003408458433113992, + "-": 0.9769371747970581 + }, + "id": "tp_2139" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 267401, + "label": "-", + "classification": { + "B": 3.091111580033612e-07, + "S": 2.24045629693137e-06, + "I": 1.8056087355944328e-05, + "C": 1.0011023732658941e-05, + "R": 2.7242945179750677e-06, + "M": 1.9002696717507206e-05, + "O": 2.5105862732743844e-05, + "W": 1.6237668205576483e-06, + "N": 2.3453953872376587e-06, + "Y": 0.0005033275811001658, + "U": 2.2831086710084492e-07, + "K": 9.994882930186577e-06, + "L": 1.1737422482838156e-06, + "G": 8.715925650903955e-05, + "F": 0.016941409558057785, + "E": 3.41280538123101e-05, + "T": 0.00021758947696071118, + "P": 0.04805803298950195, + "-": 0.9340655207633972 + }, + "id": "tp_2140" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 267501, + "label": "-", + "classification": { + "B": 1.2845291621488286e-06, + "S": 2.2123667804407887e-06, + "I": 0.00018008849292527884, + "C": 9.539799975755159e-06, + "R": 4.882281700702151e-06, + "M": 0.0004307633207645267, + "O": 5.244883868726902e-05, + "W": 9.82366827884107e-07, + "N": 2.8463271064538276e-06, + "Y": 0.0015744244446977973, + "U": 2.3511240954121604e-07, + "K": 2.6200132197118364e-07, + "L": 1.818120108509902e-05, + "G": 0.0004521713708527386, + "F": 0.003199264407157898, + "E": 0.00015361285477411002, + "T": 0.0011502709239721298, + "P": 0.030664557591080666, + "-": 0.9621020555496216 + }, + "id": "tp_2141" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 267634, + "label": "-", + "classification": { + "B": 4.990291699868976e-07, + "S": 4.217537480144529e-06, + "I": 5.512585175893037e-06, + "C": 9.64181595008995e-07, + "R": 2.265514694954618e-06, + "M": 0.0005895532085560262, + "O": 0.00014969469339121133, + "W": 1.1431935718064778e-06, + "N": 8.840114418262601e-08, + "Y": 0.0009839554550126195, + "U": 5.578407957784748e-09, + "K": 1.895707590904294e-09, + "L": 2.7745001716539264e-05, + "G": 9.082672477234155e-05, + "F": 0.0009562158957123756, + "E": 9.720977232063888e-07, + "T": 0.002218466019257903, + "P": 0.0010320510482415557, + "-": 0.9939356446266174 + }, + "id": "tp_2142" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 267768, + "label": "-", + "classification": { + "B": 9.522834443487227e-05, + "S": 8.722807979211211e-05, + "I": 0.00028216789360158145, + "C": 0.00037146941758692265, + "R": 0.00021294376347213984, + "M": 0.011359806172549725, + "O": 0.0035389522090554237, + "W": 6.998846947681159e-05, + "N": 1.9970922949141823e-05, + "Y": 0.003959431778639555, + "U": 6.121382739365799e-06, + "K": 4.0368888676312054e-07, + "L": 0.001703075016848743, + "G": 0.0033937329426407814, + "F": 0.005873717833310366, + "E": 0.0001434004952898249, + "T": 0.008389018476009369, + "P": 0.015360834077000618, + "-": 0.9451324343681335 + }, + "id": "tp_2143" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 267901, + "label": "-", + "classification": { + "B": 1.7132423408838804e-06, + "S": 9.002471779240295e-05, + "I": 1.8766742471143516e-07, + "C": 5.108127879793756e-06, + "R": 2.4890423446777277e-06, + "M": 0.004755871836096048, + "O": 0.0010388655355200171, + "W": 2.552533715061145e-06, + "N": 9.42143518756211e-09, + "Y": 0.0007411703118123114, + "U": 3.7756678339384564e-10, + "K": 9.428806180267202e-09, + "L": 0.0005579722346737981, + "G": 0.0030155282001942396, + "F": 0.03619230166077614, + "E": 3.298951924080029e-06, + "T": 0.0012755137868225574, + "P": 7.642018317710608e-05, + "-": 0.9522408843040466 + }, + "id": "tp_2144" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 268001, + "label": "-", + "classification": { + "B": 9.223219166187846e-08, + "S": 1.644552298785129e-07, + "I": 4.0119203958965954e-07, + "C": 5.1035620174388896e-08, + "R": 2.0411881962445477e-08, + "M": 5.9451445849845186e-05, + "O": 1.224992229253985e-05, + "W": 3.8483022990476456e-08, + "N": 5.56910162430313e-09, + "Y": 5.0946997362188995e-05, + "U": 2.1520808746178233e-10, + "K": 3.037132767502726e-10, + "L": 1.138479547080351e-06, + "G": 2.361815313633997e-05, + "F": 0.0006941778119653463, + "E": 1.9292087927169632e-06, + "T": 5.525225788005628e-05, + "P": 0.004253324121236801, + "-": 0.9948471784591675 + }, + "id": "tp_2145" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 268135, + "label": "F", + "classification": { + "B": 1.2682524186402588e-07, + "S": 0.0001555992930661887, + "I": 3.945138971062079e-08, + "C": 1.3187997183194966e-06, + "R": 6.913248853379628e-07, + "M": 0.00021838863904122263, + "O": 0.00026607734616845846, + "W": 4.5490542106563225e-06, + "N": 1.9041891619053786e-08, + "Y": 0.0002874479105230421, + "U": 2.598672388387513e-10, + "K": 7.924521696622833e-07, + "L": 6.799977563787252e-05, + "G": 0.0013435500441119075, + "F": 0.8177080750465393, + "E": 4.032503056805581e-06, + "T": 0.00021644933440256864, + "P": 0.0001319500443059951, + "-": 0.1795928031206131 + }, + "id": "tp_2146" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 268268, + "label": "-", + "classification": { + "B": 4.1438076436861593e-07, + "S": 5.28234158991836e-06, + "I": 6.388765996234724e-07, + "C": 3.142256900900975e-06, + "R": 3.361960807524156e-06, + "M": 0.0003510877722874284, + "O": 0.00013123033568263054, + "W": 7.684262754992233e-07, + "N": 1.793584303300122e-08, + "Y": 0.0006822572322562337, + "U": 1.9051307198481027e-09, + "K": 1.2302402652153432e-08, + "L": 5.536726166610606e-05, + "G": 0.00039858499076217413, + "F": 0.010332106612622738, + "E": 2.113050413754536e-06, + "T": 0.0005306305247358978, + "P": 0.0004145679413340986, + "-": 0.9870885014533997 + }, + "id": "tp_2147" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 268402, + "label": "-", + "classification": { + "B": 3.462236054474488e-05, + "S": 8.240806346293539e-05, + "I": 4.4368375711201224e-06, + "C": 3.5609656379165244e-07, + "R": 4.600950660460512e-07, + "M": 0.00190532801207155, + "O": 0.00039853836642578244, + "W": 6.420667887141462e-06, + "N": 2.6411211706545146e-07, + "Y": 0.0007631497574038804, + "U": 5.153198756602251e-09, + "K": 5.932938762498452e-08, + "L": 2.5739853299455717e-05, + "G": 0.00020442773529794067, + "F": 0.0044359792955219746, + "E": 1.0692111573007423e-05, + "T": 0.0014320177724584937, + "P": 0.0022997146006673574, + "-": 0.9883953332901001 + }, + "id": "tp_2148" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 268502, + "label": "-", + "classification": { + "B": 8.831401743236711e-08, + "S": 2.0732993277761125e-07, + "I": 1.0103355663204638e-07, + "C": 7.0953465325374054e-09, + "R": 2.2471671190515963e-09, + "M": 1.3878773188480409e-06, + "O": 2.6627137685864e-06, + "W": 2.9823908676007704e-08, + "N": 5.414146908577777e-09, + "Y": 2.0781305920536397e-06, + "U": 4.982074128245806e-11, + "K": 6.953914666318894e-10, + "L": 2.6048224910368845e-08, + "G": 1.1920448059754563e-06, + "F": 0.0007831691764295101, + "E": 2.2720674053289258e-07, + "T": 4.821101356355939e-06, + "P": 0.013571095652878284, + "-": 0.9856328964233398 + }, + "id": "tp_2149" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 268635, + "label": "-", + "classification": { + "B": 0.0039492701180279255, + "S": 0.004374463111162186, + "I": 0.012281629256904125, + "C": 0.004445957951247692, + "R": 0.0027185550425201654, + "M": 0.03987067937850952, + "O": 0.012381693348288536, + "W": 0.002736192662268877, + "N": 0.002592206234112382, + "Y": 0.07492529600858688, + "U": 0.0007234972435981035, + "K": 0.0013286001048982143, + "L": 0.007543732412159443, + "G": 0.04062646999955177, + "F": 0.06824131309986115, + "E": 0.012611288577318192, + "T": 0.054256219416856766, + "P": 0.08155623823404312, + "-": 0.572836697101593 + }, + "id": "tp_2150" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 268769, + "label": "-", + "classification": { + "B": 0.0001737697166390717, + "S": 9.484283509664237e-05, + "I": 0.00012416249956004322, + "C": 2.4940489311120473e-05, + "R": 1.4576864487025887e-05, + "M": 0.003664925694465637, + "O": 0.000776174827478826, + "W": 3.758951061172411e-05, + "N": 1.1743552931875456e-05, + "Y": 0.0061575728468596935, + "U": 2.398493052169215e-06, + "K": 1.8910966900875792e-05, + "L": 0.00020074934582225978, + "G": 0.003940059337764978, + "F": 0.011940444819629192, + "E": 0.0009409458143636584, + "T": 0.003355845808982849, + "P": 0.02300337702035904, + "-": 0.9455168843269348 + }, + "id": "tp_2151" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 268902, + "label": "-", + "classification": { + "B": 2.294433443239541e-06, + "S": 2.1742049284512177e-05, + "I": 4.66290075564757e-05, + "C": 0.00022258993703871965, + "R": 0.00015281962987501174, + "M": 0.004081232473254204, + "O": 0.0006252382881939411, + "W": 8.367139344045427e-06, + "N": 9.664057643021806e-07, + "Y": 0.055587105453014374, + "U": 2.255962812114376e-07, + "K": 1.7107397525251145e-06, + "L": 0.0004893774166703224, + "G": 0.015042047947645187, + "F": 0.019175849854946136, + "E": 1.9185203200322576e-05, + "T": 0.013900275342166424, + "P": 0.0007501457585021853, + "-": 0.8898721933364868 + }, + "id": "tp_2152" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 269002, + "label": "-", + "classification": { + "B": 4.389563379447736e-09, + "S": 1.1190516069348178e-08, + "I": 2.481499450368574e-07, + "C": 3.392433356452784e-08, + "R": 2.529513709603748e-09, + "M": 1.9425692698860075e-06, + "O": 5.061737624600937e-07, + "W": 1.0252085402839839e-08, + "N": 1.1944321975931871e-08, + "Y": 2.2124339011497796e-05, + "U": 5.582417861305089e-10, + "K": 3.087407094426453e-07, + "L": 1.1822359091695489e-08, + "G": 5.969911853753729e-06, + "F": 0.004771311301738024, + "E": 8.140415957313962e-06, + "T": 8.291841368190944e-06, + "P": 0.01973339170217514, + "-": 0.9754476547241211 + }, + "id": "tp_2153" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 269136, + "label": "-", + "classification": { + "B": 1.0266021490679123e-06, + "S": 3.7137035633350024e-06, + "I": 2.3172584405983798e-05, + "C": 1.957731910806615e-05, + "R": 9.520117600914091e-06, + "M": 0.00046496151480823755, + "O": 7.358896255027503e-05, + "W": 2.0714176116598537e-06, + "N": 7.574231517537555e-07, + "Y": 0.0028545991517603397, + "U": 2.8695453124782944e-07, + "K": 8.311869805766037e-07, + "L": 1.7377738913637586e-05, + "G": 0.0003583771176636219, + "F": 0.004396884702146053, + "E": 1.9870487449225038e-05, + "T": 0.0017826883122324944, + "P": 0.007644492667168379, + "-": 0.9823262095451355 + }, + "id": "tp_2154" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 269269, + "label": "-", + "classification": { + "B": 2.1677043093859538e-07, + "S": 7.0627120294375345e-06, + "I": 2.0948698420397704e-06, + "C": 7.696844477322884e-06, + "R": 3.6749563605553703e-06, + "M": 0.0005237004952505231, + "O": 0.0003716553037520498, + "W": 2.5077329155465122e-06, + "N": 1.1990394455096975e-07, + "Y": 0.0027220614720135927, + "U": 2.5042316664780628e-08, + "K": 1.3050451741491997e-07, + "L": 0.00010095534526044503, + "G": 0.0007255746750161052, + "F": 0.012203703634440899, + "E": 3.1769718589202967e-06, + "T": 0.0010999517980962992, + "P": 0.0015037978300824761, + "-": 0.9807219505310059 + }, + "id": "tp_2155" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 269403, + "label": "-", + "classification": { + "B": 1.2691052653224233e-09, + "S": 2.0098459785344858e-08, + "I": 2.292765088895976e-08, + "C": 4.904188721788216e-10, + "R": 2.387795794422942e-10, + "M": 1.988139956665691e-06, + "O": 3.430459400988184e-07, + "W": 1.271685867720862e-09, + "N": 4.2392697685578185e-10, + "Y": 1.3958176168671343e-05, + "U": 4.509921516099302e-12, + "K": 1.0355107049608847e-10, + "L": 7.076853769660829e-09, + "G": 5.149532853465644e-07, + "F": 0.0006127986707724631, + "E": 1.7940813279437862e-07, + "T": 8.764935046201572e-06, + "P": 0.0011306259548291564, + "-": 0.9982307553291321 + }, + "id": "tp_2156" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 269503, + "label": "-", + "classification": { + "B": 4.675941454479471e-06, + "S": 1.2892810445919167e-05, + "I": 3.201728031854145e-05, + "C": 1.722491651889868e-05, + "R": 5.336671620170819e-06, + "M": 0.0008974353550001979, + "O": 0.00013844127533957362, + "W": 3.0785124636167893e-06, + "N": 1.704463556961855e-06, + "Y": 0.002716743154451251, + "U": 2.337081212999692e-07, + "K": 2.3101353008314618e-07, + "L": 2.6730247554951347e-05, + "G": 0.0002833536418620497, + "F": 0.0021297649946063757, + "E": 3.783280044444837e-05, + "T": 0.0036922076251357794, + "P": 0.019876504316926003, + "-": 0.9701235890388489 + }, + "id": "tp_2157" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 269636, + "label": "-", + "classification": { + "B": 1.5831046766834334e-05, + "S": 2.8876099804620026e-06, + "I": 1.5969984588082298e-06, + "C": 6.364624738353086e-08, + "R": 7.160444681630906e-08, + "M": 0.0007303094025701284, + "O": 0.00026232906384393573, + "W": 7.967705641931389e-07, + "N": 2.3039625318688195e-08, + "Y": 0.00012516553397290409, + "U": 1.9616523960763743e-09, + "K": 6.613735947791355e-11, + "L": 4.3118445319123566e-05, + "G": 8.061703556450084e-05, + "F": 0.0002316048339707777, + "E": 1.5581023262711824e-06, + "T": 0.0006090821116231382, + "P": 0.0027185932267457247, + "-": 0.9951763153076172 + }, + "id": "tp_2158" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 269770, + "label": "-", + "classification": { + "B": 8.839426186568744e-07, + "S": 2.6777086532092653e-05, + "I": 5.711093535865075e-07, + "C": 3.07399517396334e-07, + "R": 4.2956926904480497e-07, + "M": 0.0005400337395258248, + "O": 0.00036379118682816625, + "W": 2.3082398001861293e-06, + "N": 1.9325927524960207e-08, + "Y": 0.00025789992650970817, + "U": 8.136960549798289e-10, + "K": 8.683307406442964e-09, + "L": 3.811177521129139e-05, + "G": 0.00016359663277398795, + "F": 0.005779638420790434, + "E": 1.3143177284291596e-06, + "T": 0.0003712285833898932, + "P": 0.000678173964843154, + "-": 0.9917747974395752 + }, + "id": "tp_2159" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 269903, + "label": "-", + "classification": { + "B": 1.0806950740516186e-05, + "S": 3.595521047827788e-05, + "I": 1.0103039130626712e-05, + "C": 2.9913426260463893e-05, + "R": 1.642428287595976e-05, + "M": 0.003135659731924534, + "O": 0.0004269324999768287, + "W": 5.2838618103123736e-06, + "N": 4.75641002140037e-07, + "Y": 0.018875671550631523, + "U": 6.369767646674518e-08, + "K": 9.268121061722923e-07, + "L": 0.0002116093091899529, + "G": 0.008929264731705189, + "F": 0.02854720689356327, + "E": 2.984230377478525e-05, + "T": 0.008624676614999771, + "P": 0.0010571054881438613, + "-": 0.9300520420074463 + }, + "id": "tp_2160" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 270003, + "label": "-", + "classification": { + "B": 2.6988880563294515e-05, + "S": 0.00011267932859482244, + "I": 3.152444332954474e-05, + "C": 2.3114805571822217e-06, + "R": 2.0127818061155267e-06, + "M": 0.0005345462705008686, + "O": 0.00034502733615227044, + "W": 8.852929568092804e-06, + "N": 3.141081151625258e-06, + "Y": 0.00326418224722147, + "U": 1.0301240394028355e-07, + "K": 2.7103026241093175e-06, + "L": 5.1362145313760266e-05, + "G": 0.0013091708533465862, + "F": 0.0431571900844574, + "E": 0.00014500746328849345, + "T": 0.001695124665275216, + "P": 0.015033470466732979, + "-": 0.9342746138572693 + }, + "id": "tp_2161" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 270137, + "label": "-", + "classification": { + "B": 4.477652471024385e-09, + "S": 3.322943697980918e-08, + "I": 2.8021863727190066e-06, + "C": 9.577824755524489e-08, + "R": 7.22243029827041e-08, + "M": 1.0560857845121063e-05, + "O": 4.7810704018047545e-06, + "W": 2.739276361296561e-08, + "N": 4.0944843959778154e-08, + "Y": 0.00021227530669420958, + "U": 1.335471955243861e-09, + "K": 2.889241956793853e-09, + "L": 1.1831649260329868e-07, + "G": 6.956197921681451e-06, + "F": 0.00012852709915023297, + "E": 2.8181386824144283e-07, + "T": 0.0002150489017367363, + "P": 0.005065326578915119, + "-": 0.9943529367446899 + }, + "id": "tp_2162" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 270270, + "label": "-", + "classification": { + "B": 5.223302650847472e-05, + "S": 0.0004266033065505326, + "I": 5.138388587511145e-06, + "C": 1.8764048945740797e-05, + "R": 1.3472525097313337e-05, + "M": 0.000953866692725569, + "O": 0.0009793828940019011, + "W": 6.769526225980371e-05, + "N": 1.4776135230931686e-06, + "Y": 0.0004354545962996781, + "U": 1.6780505518454447e-07, + "K": 2.7393866730562877e-06, + "L": 6.943973858142272e-05, + "G": 0.0002679895260371268, + "F": 0.01342727430164814, + "E": 2.7498397685121745e-05, + "T": 0.0009221910731866956, + "P": 0.007512133102864027, + "-": 0.9748165011405945 + }, + "id": "tp_2163" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 270404, + "label": "-", + "classification": { + "B": 1.6864129065652378e-05, + "S": 4.633054049918428e-05, + "I": 4.359221929917112e-05, + "C": 9.869403584161773e-06, + "R": 6.341375410556793e-06, + "M": 0.00033058077679015696, + "O": 0.0002880861866287887, + "W": 1.2527541002782527e-05, + "N": 3.6170131352264434e-06, + "Y": 0.0006044762558303773, + "U": 2.1716031994856166e-07, + "K": 1.820686861719878e-06, + "L": 4.471416104934178e-05, + "G": 0.0005823021056130528, + "F": 0.019153064116835594, + "E": 6.461494922405109e-05, + "T": 0.0008506075828336179, + "P": 0.024797355756163597, + "-": 0.9531429409980774 + }, + "id": "tp_2164" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 270504, + "label": "-", + "classification": { + "B": 1.3982807104184758e-05, + "S": 2.0351860712253256e-06, + "I": 4.4273740058997646e-05, + "C": 1.726261143630836e-05, + "R": 4.737421932077268e-06, + "M": 0.0001957546191988513, + "O": 0.00012552870612125844, + "W": 2.017734914261382e-06, + "N": 6.567452714989486e-07, + "Y": 0.00020128801406826824, + "U": 1.0132227146186779e-07, + "K": 1.3693738587505777e-08, + "L": 4.618550883606076e-05, + "G": 0.0003754939534701407, + "F": 0.002873755060136318, + "E": 2.424779268039856e-05, + "T": 0.00023235463595483452, + "P": 0.021805359050631523, + "-": 0.9740349054336548 + }, + "id": "tp_2165" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 270637, + "label": "-", + "classification": { + "B": 1.3040560133958934e-06, + "S": 4.59480133940815e-06, + "I": 1.774802694853861e-05, + "C": 1.0270066013617907e-05, + "R": 9.497081919107586e-06, + "M": 0.005431357771158218, + "O": 0.0002328752016182989, + "W": 1.255347683581931e-06, + "N": 1.5029968380986247e-07, + "Y": 0.014461764134466648, + "U": 1.7363342763587752e-08, + "K": 8.6792333320318e-09, + "L": 0.00014190726506058127, + "G": 0.0022400380112230778, + "F": 0.00250910478644073, + "E": 6.330198175419355e-06, + "T": 0.010613160207867622, + "P": 0.000553434481844306, + "-": 0.9637651443481445 + }, + "id": "tp_2166" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 270771, + "label": "-", + "classification": { + "B": 1.3555076332216753e-11, + "S": 8.739471819840805e-12, + "I": 8.950994470069418e-07, + "C": 4.578132006827218e-08, + "R": 1.5062697755752197e-09, + "M": 7.209325758594787e-08, + "O": 1.3603583148835696e-08, + "W": 3.703294615409192e-11, + "N": 4.19611456692337e-09, + "Y": 8.498268471157644e-06, + "U": 4.4203932181297034e-11, + "K": 3.4715692542874876e-09, + "L": 1.5140055875662028e-10, + "G": 1.3336994015844539e-06, + "F": 4.3900283344555646e-05, + "E": 1.4682786968478467e-06, + "T": 1.6739380725994124e-06, + "P": 0.025364939123392105, + "-": 0.9745771884918213 + }, + "id": "tp_2167" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 270904, + "label": "-", + "classification": { + "B": 1.9473432075756136e-06, + "S": 7.11053598934086e-06, + "I": 0.00024570003733970225, + "C": 8.388320566155016e-05, + "R": 3.1236213544616476e-05, + "M": 0.0003465071495156735, + "O": 0.00014656819985248148, + "W": 8.220542440540157e-06, + "N": 3.173289223923348e-05, + "Y": 0.002493235282599926, + "U": 3.0050446184759494e-06, + "K": 2.2679405446979217e-05, + "L": 1.2447132576198783e-05, + "G": 0.00038674636743962765, + "F": 0.009020586498081684, + "E": 0.0002479052054695785, + "T": 0.0019493603613227606, + "P": 0.06515813618898392, + "-": 0.9198029041290283 + }, + "id": "tp_2168" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 271004, + "label": "-", + "classification": { + "B": 1.0999500199559975e-09, + "S": 3.444170726396578e-09, + "I": 2.8434365049179178e-06, + "C": 4.237259361161705e-07, + "R": 6.336929914141365e-08, + "M": 1.0861213013413362e-06, + "O": 6.184591825331154e-07, + "W": 7.708799820704826e-09, + "N": 5.65277247233098e-08, + "Y": 9.140687325270846e-05, + "U": 7.602049656441068e-09, + "K": 3.2371011116083537e-07, + "L": 9.330815231578526e-09, + "G": 2.6855805117520504e-06, + "F": 0.00023411968140862882, + "E": 7.777726978019928e-07, + "T": 4.2552313971100375e-05, + "P": 0.005380671471357346, + "-": 0.994242250919342 + }, + "id": "tp_2169" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 271138, + "label": "-", + "classification": { + "B": 0.00020053493790328503, + "S": 6.23292798991315e-05, + "I": 0.0012753993505612016, + "C": 0.000549232354387641, + "R": 0.000137556460686028, + "M": 0.00326327420771122, + "O": 0.0005503821885213256, + "W": 5.726774179493077e-05, + "N": 0.00011889077723026276, + "Y": 0.016078483313322067, + "U": 3.662018571048975e-05, + "K": 0.0005121410358697176, + "L": 0.00021420227130874991, + "G": 0.006759475916624069, + "F": 0.023543305695056915, + "E": 0.00534854969009757, + "T": 0.007431499660015106, + "P": 0.043052297085523605, + "-": 0.8908084630966187 + }, + "id": "tp_2170" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 271271, + "label": "-", + "classification": { + "B": 1.6678128531566472e-06, + "S": 2.3626603251614142e-06, + "I": 7.224857108667493e-05, + "C": 1.0234740329906344e-05, + "R": 1.6133377584992559e-06, + "M": 0.000213832245208323, + "O": 4.8047168093035e-05, + "W": 1.1533843462530058e-06, + "N": 5.15736155648483e-06, + "Y": 0.0019869450479745865, + "U": 8.92497951099358e-07, + "K": 2.834327460732311e-06, + "L": 4.141160388826393e-06, + "G": 0.00022367258497979492, + "F": 0.0009862325387075543, + "E": 0.00011686886864481494, + "T": 0.0016917322063818574, + "P": 0.04528843238949776, + "-": 0.9493420124053955 + }, + "id": "tp_2171" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 271405, + "label": "-", + "classification": { + "B": 2.6624158522281505e-07, + "S": 3.3303897453151876e-06, + "I": 1.4527441635436844e-05, + "C": 1.3710073289985303e-06, + "R": 8.424215138802538e-07, + "M": 6.761073018424213e-05, + "O": 3.391640348127112e-05, + "W": 1.5705400073784404e-06, + "N": 1.4583109759769286e-06, + "Y": 0.0005558868870139122, + "U": 5.755297394216541e-08, + "K": 2.90501702693291e-06, + "L": 1.5317754105126369e-06, + "G": 5.205151319387369e-05, + "F": 0.012409264221787453, + "E": 4.329988587414846e-05, + "T": 0.00028608986758627, + "P": 0.023272264748811722, + "-": 0.9632517695426941 + }, + "id": "tp_2172" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 271505, + "label": "-", + "classification": { + "B": 3.1531471877954687e-10, + "S": 2.3997868137115574e-09, + "I": 3.2983857067847566e-07, + "C": 8.746255986125107e-08, + "R": 1.2448084341087906e-08, + "M": 4.949395702169568e-07, + "O": 2.2892311335453996e-07, + "W": 5.587232898562888e-09, + "N": 2.5209931919789597e-08, + "Y": 0.00018608859681989998, + "U": 1.0438240272137023e-09, + "K": 3.4674308153626043e-06, + "L": 2.2464974325231424e-09, + "G": 7.534094947914127e-06, + "F": 0.001149429357610643, + "E": 5.587534360529389e-06, + "T": 2.0934108761139214e-05, + "P": 0.0074186380952596664, + "-": 0.9912070631980896 + }, + "id": "tp_2173" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 271638, + "label": "-", + "classification": { + "B": 5.378845697838475e-13, + "S": 1.5838743511187303e-11, + "I": 1.2241369029553084e-09, + "C": 1.1334086447156722e-11, + "R": 2.4002076368101477e-12, + "M": 3.033979112387897e-08, + "O": 8.262479589404848e-09, + "W": 2.907521445827399e-12, + "N": 5.127328249476815e-12, + "Y": 4.2728169091788004e-07, + "U": 5.459839191542838e-14, + "K": 8.327134148238338e-14, + "L": 2.665793800982197e-11, + "G": 3.365540512945131e-09, + "F": 6.238316245799069e-07, + "E": 5.051298823666173e-10, + "T": 2.2841109057480935e-06, + "P": 0.0006748265586793423, + "-": 0.9993218183517456 + }, + "id": "tp_2174" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 271772, + "label": "-", + "classification": { + "B": 1.9664392336693481e-10, + "S": 7.398100465572099e-10, + "I": 1.0349543799748062e-07, + "C": 1.393177484487751e-07, + "R": 7.982066563272383e-09, + "M": 2.3892593503660464e-07, + "O": 1.2905125856832456e-07, + "W": 1.469380950247512e-09, + "N": 5.572603267722798e-09, + "Y": 5.526812674361281e-05, + "U": 4.931083874559761e-10, + "K": 5.950752893113531e-06, + "L": 1.6785370871019722e-09, + "G": 8.497793714923318e-06, + "F": 0.001924903248436749, + "E": 2.7187145406060154e-06, + "T": 9.058622708835173e-06, + "P": 0.00259617087431252, + "-": 0.9953967928886414 + }, + "id": "tp_2175" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 271905, + "label": "-", + "classification": { + "B": 4.079747384366783e-07, + "S": 5.9079990677446403e-08, + "I": 1.7246624395284016e-07, + "C": 3.763290479241732e-08, + "R": 2.8218971603877208e-09, + "M": 1.593450906511862e-05, + "O": 3.0149478789098794e-06, + "W": 1.253464532169346e-08, + "N": 5.730083074695358e-09, + "Y": 5.7044464483624324e-05, + "U": 2.0866333660940484e-10, + "K": 1.2046842634561017e-08, + "L": 1.0316348664218822e-07, + "G": 2.6202680601272732e-05, + "F": 0.0005866511492058635, + "E": 7.349266525125131e-06, + "T": 2.986609615618363e-05, + "P": 0.0015714390901848674, + "-": 0.9977018237113953 + }, + "id": "tp_2176" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 272005, + "label": "-", + "classification": { + "B": 1.2736462622342515e-06, + "S": 8.398340867188381e-08, + "I": 1.0481630852154922e-05, + "C": 2.3264840365300188e-06, + "R": 2.7994335027869965e-07, + "M": 4.659333171730395e-06, + "O": 4.147952040511882e-06, + "W": 1.1140816269517018e-07, + "N": 1.7246794925540598e-07, + "Y": 6.524963100673631e-05, + "U": 9.168743986265326e-09, + "K": 2.130418863544037e-08, + "L": 4.2362401586615306e-07, + "G": 3.4022272302536294e-05, + "F": 0.0012104961788281798, + "E": 9.572173439664766e-06, + "T": 1.4112716598901898e-05, + "P": 0.05534961447119713, + "-": 0.9432929754257202 + }, + "id": "tp_2177" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 272139, + "label": "-", + "classification": { + "B": 7.807599899933848e-07, + "S": 5.362319370760815e-07, + "I": 5.502534463630582e-07, + "C": 3.922174940385048e-08, + "R": 6.642842009796368e-08, + "M": 4.413065471453592e-05, + "O": 3.2466876291437075e-05, + "W": 2.6106383188562177e-07, + "N": 1.1886516659842528e-08, + "Y": 0.0002001125831156969, + "U": 5.989500007075321e-10, + "K": 5.487130194659073e-10, + "L": 8.681172971591877e-07, + "G": 1.2217463336128276e-05, + "F": 9.155716543318704e-05, + "E": 1.0732906474686388e-07, + "T": 0.0002671073889359832, + "P": 0.0014137555845081806, + "-": 0.9979352951049805 + }, + "id": "tp_2178" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 272272, + "label": "-", + "classification": { + "B": 3.646749178187747e-07, + "S": 1.1259945722486009e-06, + "I": 0.0006656680488958955, + "C": 7.707750773988664e-05, + "R": 4.232026549289003e-05, + "M": 0.00023366489040199667, + "O": 5.704473369405605e-05, + "W": 2.5187659957737196e-06, + "N": 1.7378788470523432e-05, + "Y": 0.007371050305664539, + "U": 3.877221843140433e-06, + "K": 1.6618148947600275e-05, + "L": 9.511917596682906e-06, + "G": 0.0002546326140873134, + "F": 0.002087119035422802, + "E": 0.00010104956163559109, + "T": 0.0058235786855220795, + "P": 0.020351525396108627, + "-": 0.9628838896751404 + }, + "id": "tp_2179" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 272406, + "label": "-", + "classification": { + "B": 6.935227929716348e-07, + "S": 6.93070603574597e-07, + "I": 1.979872649826575e-06, + "C": 2.395402702859428e-07, + "R": 4.32965876484559e-08, + "M": 4.009276381111704e-05, + "O": 1.5266454283846542e-05, + "W": 2.3408394156376744e-07, + "N": 1.003346241645886e-07, + "Y": 6.659291830146685e-05, + "U": 5.314143347590061e-09, + "K": 3.2331424648646134e-08, + "L": 9.054148790710315e-07, + "G": 2.0939609385095537e-05, + "F": 0.0024857299868017435, + "E": 1.2154032447142527e-05, + "T": 5.267059896141291e-05, + "P": 0.018765438348054886, + "-": 0.9785363078117371 + }, + "id": "tp_2180" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 272506, + "label": "-", + "classification": { + "B": 1.3480713789704168e-07, + "S": 4.9163215720682274e-08, + "I": 1.3054877854301594e-06, + "C": 6.217282475518005e-07, + "R": 1.089585879299193e-07, + "M": 3.423938687774353e-05, + "O": 7.044066478556488e-06, + "W": 6.176395572765614e-08, + "N": 2.7060394813815947e-08, + "Y": 0.00013466496602632105, + "U": 1.1124262400130647e-08, + "K": 2.0611215845178776e-08, + "L": 9.411912174073223e-07, + "G": 2.7551215680432506e-05, + "F": 0.00034681271063163877, + "E": 2.0225825210218318e-06, + "T": 0.0001422269706381485, + "P": 0.00438645901158452, + "-": 0.9949157238006592 + }, + "id": "tp_2181" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 272639, + "label": "-", + "classification": { + "B": 4.260503487785172e-07, + "S": 1.3872241311219113e-07, + "I": 3.3155483833979815e-06, + "C": 4.078184474565205e-07, + "R": 2.0634716690892674e-07, + "M": 4.690435525844805e-05, + "O": 1.1041314792237245e-05, + "W": 1.1209885286689314e-07, + "N": 3.0810522133606355e-08, + "Y": 0.0001355168642476201, + "U": 4.301529799022319e-09, + "K": 4.110793039302507e-09, + "L": 1.0205739044977236e-06, + "G": 2.0182798834866844e-05, + "F": 0.00018741302483249456, + "E": 2.3415482246491592e-06, + "T": 0.00017547323659528047, + "P": 0.004574390593916178, + "-": 0.9948411583900452 + }, + "id": "tp_2182" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 272773, + "label": "-", + "classification": { + "B": 2.8496967274804774e-07, + "S": 4.508653717039124e-07, + "I": 3.4128173865610734e-05, + "C": 4.956684733770089e-06, + "R": 3.0713641763213673e-07, + "M": 5.860552118974738e-05, + "O": 1.3681239579454996e-05, + "W": 2.2225421503208054e-07, + "N": 3.35701270159916e-06, + "Y": 0.0003486814966890961, + "U": 8.0400546664805e-08, + "K": 1.8430189356877236e-06, + "L": 5.166673417988932e-07, + "G": 8.99561564438045e-05, + "F": 0.002040405757725239, + "E": 0.00010326605115551502, + "T": 0.00034768469049595296, + "P": 0.06655626744031906, + "-": 0.9303953051567078 + }, + "id": "tp_2183" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 272906, + "label": "-", + "classification": { + "B": 1.8098809562161478e-07, + "S": 2.138440464705127e-07, + "I": 0.00016774788673501462, + "C": 8.537662324670237e-06, + "R": 2.320966359548038e-06, + "M": 0.0002461873518768698, + "O": 2.884623063437175e-05, + "W": 5.545925318983791e-07, + "N": 2.9792049645038787e-06, + "Y": 0.0011476607760414481, + "U": 2.222271575647028e-07, + "K": 4.086089120391989e-07, + "L": 2.734594545472646e-06, + "G": 0.0001668060285737738, + "F": 0.00040526347584091127, + "E": 4.9039761506719515e-05, + "T": 0.0017917064251378179, + "P": 0.03221031278371811, + "-": 0.9637683629989624 + }, + "id": "tp_2184" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 273006, + "label": "-", + "classification": { + "B": 1.642710572014039e-07, + "S": 9.413472525920952e-07, + "I": 6.733070767950267e-05, + "C": 1.957115819095634e-05, + "R": 2.65306198343751e-06, + "M": 0.00016981331282295287, + "O": 2.5593048121663742e-05, + "W": 9.646913667893386e-07, + "N": 2.2046529011277016e-06, + "Y": 0.0005217109574005008, + "U": 3.646452739758388e-07, + "K": 8.673255251778755e-07, + "L": 2.5353458568133647e-06, + "G": 6.286466668825597e-05, + "F": 0.0005751908174715936, + "E": 1.670101482886821e-05, + "T": 0.0010433105053380132, + "P": 0.020093226805329323, + "-": 0.9773941040039062 + }, + "id": "tp_2185" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 273140, + "label": "-", + "classification": { + "B": 1.882619471871294e-06, + "S": 2.275191661738063e-07, + "I": 3.832086576949223e-07, + "C": 4.707850678187242e-07, + "R": 2.156739355996251e-07, + "M": 3.916932473657653e-05, + "O": 2.503377072571311e-05, + "W": 2.755919012997765e-07, + "N": 1.7315439748699646e-08, + "Y": 7.741581794107333e-05, + "U": 3.6370115807926595e-09, + "K": 1.2520059655685145e-08, + "L": 1.1507091812745784e-06, + "G": 1.994089143408928e-05, + "F": 0.0002801202645059675, + "E": 7.545656899310416e-07, + "T": 6.709455192321911e-05, + "P": 0.001988312928006053, + "-": 0.9974974989891052 + }, + "id": "tp_2186" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 273273, + "label": "-", + "classification": { + "B": 7.771804866330001e-10, + "S": 4.863250691045096e-09, + "I": 7.350987743848236e-06, + "C": 2.9384200388449244e-06, + "R": 9.966939842342981e-07, + "M": 2.608547220006585e-06, + "O": 1.435867829968629e-06, + "W": 2.3772095403273852e-08, + "N": 1.4787954683015414e-07, + "Y": 0.001103928661905229, + "U": 1.8490823094907682e-08, + "K": 1.3904437992096064e-06, + "L": 5.4601489551941995e-08, + "G": 4.2390332964714617e-05, + "F": 0.0007751081138849258, + "E": 5.0581702453200705e-06, + "T": 7.403779454762116e-05, + "P": 0.006671664770692587, + "-": 0.9913108348846436 + }, + "id": "tp_2187" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 273407, + "label": "-", + "classification": { + "B": 2.2147785827542066e-09, + "S": 3.4107241475567207e-09, + "I": 8.815466685518913e-07, + "C": 5.7993730706584756e-08, + "R": 1.0672087213947634e-08, + "M": 3.955292868340621e-06, + "O": 6.349802674776583e-07, + "W": 2.6989284140910286e-09, + "N": 8.185756961154311e-09, + "Y": 7.14852794772014e-05, + "U": 3.909301216076244e-10, + "K": 1.7372427940642865e-09, + "L": 2.2545542321950052e-08, + "G": 5.123506070958683e-06, + "F": 9.284246334573254e-05, + "E": 5.929593385189946e-07, + "T": 3.5155611840309575e-05, + "P": 0.005101803690195084, + "-": 0.9946874380111694 + }, + "id": "tp_2188" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 273507, + "label": "-", + "classification": { + "B": 6.350581429614977e-07, + "S": 2.43583997416863e-07, + "I": 4.196557483737706e-07, + "C": 4.659574415200041e-08, + "R": 1.39065088333723e-08, + "M": 8.399542275583372e-05, + "O": 2.4896313334465958e-05, + "W": 6.47794493602305e-08, + "N": 6.34557473233599e-09, + "Y": 8.457354851998389e-06, + "U": 3.6187022822709025e-10, + "K": 5.935050367833483e-11, + "L": 1.7272501509069116e-06, + "G": 7.810682291164994e-06, + "F": 4.085139153175987e-05, + "E": 6.261780072236434e-07, + "T": 0.00011967120371991768, + "P": 0.003051253268495202, + "-": 0.9966592788696289 + }, + "id": "tp_2189" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 273640, + "label": "-", + "classification": { + "B": 1.436080837580178e-10, + "S": 1.529230908570156e-10, + "I": 1.5278613929581297e-09, + "C": 1.2406484728444411e-09, + "R": 3.153882710549283e-10, + "M": 7.964794690451527e-07, + "O": 9.230758735156996e-08, + "W": 1.4291022532031405e-10, + "N": 5.333799808077133e-12, + "Y": 3.0926187264412874e-06, + "U": 7.888511892317762e-13, + "K": 3.3744344124508885e-12, + "L": 2.0373263076578496e-09, + "G": 2.171564261743697e-07, + "F": 2.314110861334484e-05, + "E": 1.4708048112765937e-09, + "T": 2.3044087811285863e-06, + "P": 0.00017289882816839963, + "-": 0.999797523021698 + }, + "id": "tp_2190" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 273774, + "label": "-", + "classification": { + "B": 3.5181983548682183e-06, + "S": 2.988173264384386e-07, + "I": 1.9741490177693777e-05, + "C": 4.149888809479307e-06, + "R": 8.316622484016989e-07, + "M": 0.00014739198377355933, + "O": 3.469087096164003e-05, + "W": 4.39205422253508e-07, + "N": 3.7657656548617524e-07, + "Y": 0.0003376663662493229, + "U": 7.41363450629251e-08, + "K": 5.780234602070777e-08, + "L": 4.376001470518531e-06, + "G": 0.00014204047329258174, + "F": 0.0004368858935777098, + "E": 2.76586324616801e-05, + "T": 0.00025107990950345993, + "P": 0.016342725604772568, + "-": 0.9822460412979126 + }, + "id": "tp_2191" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 273907, + "label": "-", + "classification": { + "B": 4.123297969726991e-07, + "S": 2.3070720089890528e-07, + "I": 5.988337579765357e-05, + "C": 3.5114444472128525e-06, + "R": 7.684470801905263e-07, + "M": 4.353190161054954e-05, + "O": 1.2641893590625841e-05, + "W": 4.174429477643571e-07, + "N": 1.239822267962154e-06, + "Y": 0.0004611177428159863, + "U": 1.0949027995366123e-07, + "K": 1.4754900234947854e-07, + "L": 9.203125728163286e-07, + "G": 5.425812196335755e-05, + "F": 0.0002254651190014556, + "E": 1.9956354663008824e-05, + "T": 0.00033858217648230493, + "P": 0.056185659021139145, + "-": 0.9425911903381348 + }, + "id": "tp_2192" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 274007, + "label": "-", + "classification": { + "B": 2.97108561711501e-12, + "S": 7.025993068593417e-12, + "I": 1.1170639524493708e-08, + "C": 1.751007694394957e-08, + "R": 8.888712543786426e-10, + "M": 1.2538227167624427e-07, + "O": 1.6031963312457265e-08, + "W": 2.1641747421918822e-11, + "N": 3.300740583633832e-11, + "Y": 6.5200874814763665e-06, + "U": 3.78235246942249e-12, + "K": 1.590118037242405e-10, + "L": 3.6924982516062244e-10, + "G": 3.5919282481700066e-07, + "F": 5.298056930769235e-05, + "E": 9.557250990610555e-09, + "T": 1.320463752563228e-06, + "P": 0.000484425516333431, + "-": 0.9994542002677917 + }, + "id": "tp_2193" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 274141, + "label": "-", + "classification": { + "B": 1.6545223502362205e-07, + "S": 3.324736042031873e-07, + "I": 2.223480350949103e-06, + "C": 3.9754780800649314e-07, + "R": 4.1080760126988025e-08, + "M": 1.7377949916408397e-05, + "O": 8.604408321843948e-06, + "W": 1.0189717869479864e-07, + "N": 1.1213585793257153e-07, + "Y": 3.8094665796961635e-05, + "U": 3.260326897347454e-09, + "K": 1.1066356719879877e-08, + "L": 2.1186986032262212e-07, + "G": 1.227253505931003e-05, + "F": 0.0009679460781626403, + "E": 4.573590558720753e-06, + "T": 5.4226322390604764e-05, + "P": 0.040529217571020126, + "-": 0.9583641290664673 + }, + "id": "tp_2194" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 274274, + "label": "-", + "classification": { + "B": 4.1041357690119185e-06, + "S": 1.2512358580352156e-06, + "I": 2.4271565052913502e-05, + "C": 1.762098804647394e-06, + "R": 3.9523567352262035e-07, + "M": 0.0006041370797902346, + "O": 2.7186597435502335e-05, + "W": 4.930999466523645e-07, + "N": 5.523742174773361e-07, + "Y": 0.0024761895183473825, + "U": 8.540767737486021e-08, + "K": 2.6370361183580826e-07, + "L": 3.925897090084618e-06, + "G": 0.00023947408772073686, + "F": 0.000532307312823832, + "E": 3.813809234998189e-05, + "T": 0.0023119342513382435, + "P": 0.011585800908505917, + "-": 0.9821476936340332 + }, + "id": "tp_2195" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 274408, + "label": "-", + "classification": { + "B": 2.3282264010049403e-05, + "S": 1.0009652214648668e-05, + "I": 0.0007861392223276198, + "C": 0.00021051542717032135, + "R": 6.677752389805391e-05, + "M": 0.0013505971292033792, + "O": 0.00040130873094312847, + "W": 1.8689011994865723e-05, + "N": 2.0314279026933946e-05, + "Y": 0.0021637899335473776, + "U": 5.86633450438967e-06, + "K": 4.810854647985252e-07, + "L": 0.00012436945689842105, + "G": 0.0007307096384465694, + "F": 0.0008024755516089499, + "E": 0.00011282842751825228, + "T": 0.005443701054900885, + "P": 0.047720663249492645, + "-": 0.9400075078010559 + }, + "id": "tp_2196" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 274508, + "label": "-", + "classification": { + "B": 1.2177413744041132e-08, + "S": 2.0526597310777106e-08, + "I": 1.2152094086559373e-07, + "C": 9.034124559548218e-08, + "R": 9.865878780601633e-09, + "M": 2.1952002953185e-06, + "O": 7.218947644105356e-07, + "W": 1.0215464918417183e-08, + "N": 5.609358755265248e-09, + "Y": 1.941897426149808e-05, + "U": 5.505049194276523e-10, + "K": 5.883327958144946e-08, + "L": 9.676014656179177e-09, + "G": 3.0729061109013855e-06, + "F": 0.0002119719865731895, + "E": 4.389131902371446e-07, + "T": 1.6561340089538135e-05, + "P": 0.005263772793114185, + "-": 0.9944815635681152 + }, + "id": "tp_2197" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 274641, + "label": "-", + "classification": { + "B": 0.00010030702833319083, + "S": 2.6582443751976825e-05, + "I": 8.199987496482208e-05, + "C": 5.235060234554112e-05, + "R": 1.543994585517794e-05, + "M": 0.004367837682366371, + "O": 0.0006891040247865021, + "W": 1.3693404071091209e-05, + "N": 4.522401468420867e-06, + "Y": 0.0019093482987955213, + "U": 1.1769463981181616e-06, + "K": 1.026887730404269e-06, + "L": 0.00017930004105437547, + "G": 0.0015254725003615022, + "F": 0.003285817103460431, + "E": 0.00015897834964562207, + "T": 0.002390408655628562, + "P": 0.012645303271710873, + "-": 0.9725514054298401 + }, + "id": "tp_2198" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 274775, + "label": "-", + "classification": { + "B": 8.751019777264446e-05, + "S": 8.834445179672912e-05, + "I": 0.00034826170303858817, + "C": 9.623928053770214e-05, + "R": 7.66367229516618e-05, + "M": 0.0003857226110994816, + "O": 0.0007508028647862375, + "W": 8.207489008782431e-05, + "N": 5.037984738009982e-05, + "Y": 0.0019249407341703773, + "U": 5.355513621907448e-06, + "K": 1.5229951713990886e-05, + "L": 7.556739001302049e-05, + "G": 0.0007731089717708528, + "F": 0.010813649743795395, + "E": 0.00022632749460171908, + "T": 0.002004417357966304, + "P": 0.07285618036985397, + "-": 0.9093393087387085 + }, + "id": "tp_2199" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 274908, + "label": "-", + "classification": { + "B": 1.606854652891343e-06, + "S": 1.390983561577741e-05, + "I": 4.4403361243894324e-05, + "C": 2.7781930839410052e-05, + "R": 8.872138096194249e-06, + "M": 0.0007064425735734403, + "O": 0.00018859634292311966, + "W": 8.27359235699987e-06, + "N": 5.301606961438665e-06, + "Y": 0.003935056738555431, + "U": 5.832727083543432e-07, + "K": 2.7723810489987954e-05, + "L": 1.799654637579806e-05, + "G": 0.0006915981066413224, + "F": 0.02809850312769413, + "E": 0.0001468759000999853, + "T": 0.0021968453656882048, + "P": 0.014389351941645145, + "-": 0.9494903683662415 + }, + "id": "tp_2200" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 275008, + "label": "-", + "classification": { + "B": 5.12252948392522e-11, + "S": 3.127705872074671e-10, + "I": 5.640675908580306e-07, + "C": 1.4170963957838012e-08, + "R": 2.6769899630352256e-09, + "M": 1.8484863062440127e-07, + "O": 4.4708976076890394e-08, + "W": 6.716650569060789e-10, + "N": 6.20962703479222e-09, + "Y": 7.807419024175033e-05, + "U": 1.074701994063787e-10, + "K": 8.463310052775341e-08, + "L": 4.015226762188462e-10, + "G": 1.9227150005463045e-06, + "F": 0.0001950164296431467, + "E": 2.160993517463794e-06, + "T": 7.829230526112951e-06, + "P": 0.01028899010270834, + "-": 0.9894250631332397 + }, + "id": "tp_2201" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 275142, + "label": "-", + "classification": { + "B": 2.27135096793063e-05, + "S": 3.972115791839315e-06, + "I": 0.000516196247190237, + "C": 0.00013087349361740053, + "R": 3.8613514334429055e-05, + "M": 0.0018602142808958888, + "O": 0.00029632943915203214, + "W": 9.003260856843553e-06, + "N": 2.0926761862938292e-05, + "Y": 0.000898120051715523, + "U": 5.783728283859091e-06, + "K": 1.5024006643216126e-06, + "L": 8.43362940941006e-05, + "G": 0.0006702546961605549, + "F": 0.0007252214709296823, + "E": 0.0003253812901675701, + "T": 0.004979288205504417, + "P": 0.11041285842657089, + "-": 0.8789985179901123 + }, + "id": "tp_2202" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 275275, + "label": "-", + "classification": { + "B": 3.32573563355254e-07, + "S": 1.672040923494933e-07, + "I": 0.00020469313312787563, + "C": 4.7908910346450284e-05, + "R": 9.851897630142048e-06, + "M": 0.00010482047218829393, + "O": 1.5250467185978778e-05, + "W": 7.707041618232324e-07, + "N": 2.477776661180542e-06, + "Y": 0.0011157767148688436, + "U": 8.955446446634596e-07, + "K": 1.99724240701471e-06, + "L": 2.9661753160326043e-06, + "G": 0.0001810909016057849, + "F": 0.001136633800342679, + "E": 6.61556696286425e-05, + "T": 0.0006572941783815622, + "P": 0.040710773319005966, + "-": 0.9557402729988098 + }, + "id": "tp_2203" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 275375, + "label": "-", + "classification": { + "B": 2.1229362801022944e-07, + "S": 3.234064251955715e-07, + "I": 7.30409738025628e-06, + "C": 1.5193030549198738e-06, + "R": 6.35954393146676e-07, + "M": 3.183202352374792e-05, + "O": 2.108346961904317e-05, + "W": 2.884391392399266e-07, + "N": 1.9880077672951302e-07, + "Y": 0.00010675634985091165, + "U": 2.558898160032186e-08, + "K": 1.6931521074070588e-08, + "L": 1.0364067293266999e-06, + "G": 1.717344821372535e-05, + "F": 0.00011904806888196617, + "E": 1.3029190313318395e-06, + "T": 0.0004189269384369254, + "P": 0.016335085034370422, + "-": 0.9829371571540833 + }, + "id": "tp_2204" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 275509, + "label": "-", + "classification": { + "B": 1.2271769264771137e-05, + "S": 4.701054422184825e-06, + "I": 0.0008340944186784327, + "C": 0.00018081038433592767, + "R": 0.00011370793072273955, + "M": 0.0035927812568843365, + "O": 0.00048177168355323374, + "W": 7.729580829618499e-06, + "N": 5.8713662838272285e-06, + "Y": 0.02186240442097187, + "U": 1.266278445655189e-06, + "K": 2.188918841738996e-07, + "L": 0.0002273708814755082, + "G": 0.0028850133530795574, + "F": 0.0007430934929288924, + "E": 6.883796595502645e-05, + "T": 0.016126547008752823, + "P": 0.007162082474678755, + "-": 0.9456893801689148 + }, + "id": "tp_2205" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 275642, + "label": "-", + "classification": { + "B": 3.967442763208595e-10, + "S": 2.908828455883139e-10, + "I": 3.2489965633430984e-06, + "C": 1.7938992868948844e-07, + "R": 2.0012304702277106e-08, + "M": 5.511431027116487e-07, + "O": 1.3356502392980474e-07, + "W": 1.641241254013437e-09, + "N": 3.897624623050433e-08, + "Y": 4.836277003050782e-05, + "U": 1.6913385136874126e-09, + "K": 4.9892090459024985e-08, + "L": 2.4648336705013207e-09, + "G": 1.29975546769856e-06, + "F": 0.00012849154882133007, + "E": 1.7290245750700706e-06, + "T": 1.915701068355702e-05, + "P": 0.018479110673069954, + "-": 0.9813175797462463 + }, + "id": "tp_2206" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 275776, + "label": "-", + "classification": { + "B": 4.760601950692944e-05, + "S": 8.746417734073475e-06, + "I": 1.637547370592074e-06, + "C": 2.6533578534326807e-07, + "R": 7.619606634534648e-08, + "M": 0.0005320789059624076, + "O": 0.00012043915194226429, + "W": 2.6666318717616377e-06, + "N": 8.599106138262869e-08, + "Y": 6.71178349875845e-05, + "U": 1.4344396781496016e-08, + "K": 1.2411601524320304e-08, + "L": 1.3642917110701092e-05, + "G": 4.1834646253846586e-05, + "F": 0.0010399494785815477, + "E": 8.20494915387826e-06, + "T": 0.00020803947700187564, + "P": 0.009771456941962242, + "-": 0.9881361722946167 + }, + "id": "tp_2207" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 275876, + "label": "-", + "classification": { + "B": 1.42910459999257e-06, + "S": 2.774339009192772e-06, + "I": 3.897506030625664e-05, + "C": 4.515849013841944e-06, + "R": 1.2148078667451045e-06, + "M": 0.0001334588450845331, + "O": 5.038137169321999e-05, + "W": 1.5230725693982095e-06, + "N": 2.7277449134999188e-06, + "Y": 0.00034860719460994005, + "U": 1.7190805579048174e-07, + "K": 7.146282996473019e-07, + "L": 3.16296632263402e-06, + "G": 0.00010399466555099934, + "F": 0.003237086581066251, + "E": 4.839052417082712e-05, + "T": 0.00042355613550171256, + "P": 0.07120056450366974, + "-": 0.9243966937065125 + }, + "id": "tp_2208" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 276009, + "label": "-", + "classification": { + "B": 9.473160034190187e-10, + "S": 6.425458831671449e-09, + "I": 1.837291620176984e-06, + "C": 3.2961784768303914e-07, + "R": 3.5870129977411125e-08, + "M": 1.6979162182906293e-06, + "O": 6.821039733040379e-07, + "W": 5.680980574851446e-09, + "N": 4.633059091929681e-08, + "Y": 2.7263989977655e-05, + "U": 1.6408914227383775e-09, + "K": 1.0348148116179345e-08, + "L": 1.4546957416428086e-08, + "G": 1.4418881164601771e-06, + "F": 8.379220525966957e-05, + "E": 7.577859832963441e-07, + "T": 5.2767107263207436e-05, + "P": 0.016735346987843513, + "-": 0.9830939769744873 + }, + "id": "tp_2209" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 276143, + "label": "-", + "classification": { + "B": 3.4131478514609626e-06, + "S": 3.64247607649304e-05, + "I": 0.00040176883339881897, + "C": 4.337547579780221e-05, + "R": 3.85099119739607e-05, + "M": 0.0009879842400550842, + "O": 0.0003853649541269988, + "W": 2.2309881387627684e-05, + "N": 2.8542528525576927e-05, + "Y": 0.00891639944165945, + "U": 3.581173814382055e-06, + "K": 2.1405681764008477e-05, + "L": 3.35928525601048e-05, + "G": 0.0005895021022297442, + "F": 0.0054336595349013805, + "E": 0.00012649635027628392, + "T": 0.007290916051715612, + "P": 0.034907739609479904, + "-": 0.9407289624214172 + }, + "id": "tp_2210" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 276276, + "label": "-", + "classification": { + "B": 3.3352287687193893e-07, + "S": 1.6866555370143033e-06, + "I": 4.019583502667956e-05, + "C": 4.667903340305202e-06, + "R": 8.85761323843326e-07, + "M": 0.00017675191338639706, + "O": 2.7718215278582647e-05, + "W": 7.814997502464394e-07, + "N": 2.109429715346778e-06, + "Y": 0.0003757837403099984, + "U": 2.882295859762962e-07, + "K": 6.017592681928363e-07, + "L": 2.9881989576097112e-06, + "G": 3.2914434996200725e-05, + "F": 0.0006629815325140953, + "E": 4.2425348510732874e-05, + "T": 0.0014044602867215872, + "P": 0.029615694656968117, + "-": 0.9676066637039185 + }, + "id": "tp_2211" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 276376, + "label": "-", + "classification": { + "B": 6.203828525030985e-05, + "S": 4.3855339754372835e-05, + "I": 8.107692701742053e-05, + "C": 5.068228711024858e-05, + "R": 2.5226405341527425e-05, + "M": 0.0017469297163188457, + "O": 0.0006209937273524702, + "W": 2.1212923456914723e-05, + "N": 6.3961670093704015e-06, + "Y": 0.003120312700048089, + "U": 2.1176610971451737e-06, + "K": 1.5507358739341726e-06, + "L": 0.00019174434419255704, + "G": 0.0009706488344818354, + "F": 0.004590658470988274, + "E": 9.545219654683024e-05, + "T": 0.004589813761413097, + "P": 0.012096700258553028, + "-": 0.971682608127594 + }, + "id": "tp_2212" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 276510, + "label": "-", + "classification": { + "B": 1.2602008609974291e-05, + "S": 2.807017381201149e-06, + "I": 0.0003109103417955339, + "C": 7.723628368694335e-05, + "R": 3.9056722016539425e-05, + "M": 0.006596469786018133, + "O": 0.0007473895093426108, + "W": 6.125957497715717e-06, + "N": 1.8452246877131984e-06, + "Y": 0.003163855755701661, + "U": 3.236270345041703e-07, + "K": 6.5313572328307146e-09, + "L": 0.00025446334620937705, + "G": 0.0006785254809074104, + "F": 0.00011807896225946024, + "E": 2.8321279387455434e-05, + "T": 0.00982972327619791, + "P": 0.004034229554235935, + "-": 0.9740981459617615 + }, + "id": "tp_2213" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 276643, + "label": "-", + "classification": { + "B": 4.672849106490901e-15, + "S": 1.4758159442477094e-16, + "I": 4.180225332550691e-10, + "C": 3.6185819423349697e-13, + "R": 2.098278699026062e-15, + "M": 4.4799629284053566e-11, + "O": 4.72410738999729e-12, + "W": 6.585347116283612e-16, + "N": 8.704912197966472e-14, + "Y": 9.650302779107278e-10, + "U": 6.373244639986317e-17, + "K": 4.427688376865259e-17, + "L": 1.2815767734151648e-14, + "G": 2.7060079177410046e-10, + "F": 1.5719905377409304e-08, + "E": 2.0061914629554423e-10, + "T": 2.6988546952821935e-09, + "P": 0.03451050817966461, + "-": 0.9654894471168518 + }, + "id": "tp_2214" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 276777, + "label": "-", + "classification": { + "B": 2.5026739791655928e-08, + "S": 4.786824714386739e-09, + "I": 2.97643805424741e-06, + "C": 1.6689529047653195e-07, + "R": 3.1628495378299704e-08, + "M": 2.785978176689241e-05, + "O": 3.2936143270489993e-06, + "W": 6.328619406303915e-09, + "N": 1.0324200161448971e-08, + "Y": 6.387916801031679e-05, + "U": 1.2755659861696245e-09, + "K": 5.2535038819190305e-11, + "L": 4.467171947908355e-07, + "G": 1.4363024092745036e-05, + "F": 1.4564824596163817e-05, + "E": 2.2341195915487333e-07, + "T": 0.0002988717460539192, + "P": 0.002704448299482465, + "-": 0.996868908405304 + }, + "id": "tp_2215" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 276877, + "label": "-", + "classification": { + "B": 2.718270764034969e-07, + "S": 1.7103772051996202e-06, + "I": 4.861946581513621e-05, + "C": 3.2315117550751893e-06, + "R": 2.7822777610708727e-06, + "M": 0.0007914596935734153, + "O": 6.700213998556137e-05, + "W": 8.855507758198655e-07, + "N": 8.063785230660869e-07, + "Y": 0.007425286807119846, + "U": 2.0850603021926872e-08, + "K": 1.6362899657451635e-07, + "L": 4.495602752285777e-06, + "G": 0.00017980567645281553, + "F": 0.0013222816633060575, + "E": 1.4080460459808819e-05, + "T": 0.004475950263440609, + "P": 0.0034308989997953176, + "-": 0.9822302460670471 + }, + "id": "tp_2216" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 277010, + "label": "-", + "classification": { + "B": 2.308304374309955e-06, + "S": 2.975073584821075e-06, + "I": 1.2831136700697243e-05, + "C": 1.1601780443015741e-06, + "R": 3.194381008597702e-07, + "M": 0.0003078210284002125, + "O": 7.455317245330662e-05, + "W": 1.0534889725022367e-06, + "N": 6.208380796124402e-07, + "Y": 0.00023703163606114686, + "U": 4.592366664724068e-08, + "K": 1.0548480311456387e-08, + "L": 7.67019264458213e-06, + "G": 4.123453254578635e-05, + "F": 0.00022723202710039914, + "E": 4.953542884322815e-06, + "T": 0.0013846867950633168, + "P": 0.014952322468161583, + "-": 0.9827411770820618 + }, + "id": "tp_2217" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 277144, + "label": "-", + "classification": { + "B": 2.2322628865367733e-06, + "S": 1.809953937481623e-05, + "I": 0.00048789524589665234, + "C": 0.0002867876610253006, + "R": 0.0001288058265345171, + "M": 0.0010782162426039577, + "O": 0.00043560194899328053, + "W": 1.4902423572493717e-05, + "N": 5.280275217955932e-05, + "Y": 0.0038328843656927347, + "U": 5.1748893383773975e-06, + "K": 8.194907422875986e-06, + "L": 5.816495468025096e-05, + "G": 0.0008035073988139629, + "F": 0.008180481381714344, + "E": 0.0001533670729259029, + "T": 0.005940760485827923, + "P": 0.04604472219944, + "-": 0.9324672818183899 + }, + "id": "tp_2218" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 277277, + "label": "-", + "classification": { + "B": 7.570200466489041e-09, + "S": 7.892721143321069e-09, + "I": 1.4947916042729048e-06, + "C": 1.7010697774821892e-06, + "R": 4.18289971548802e-07, + "M": 3.932844992959872e-05, + "O": 3.0906028314348077e-06, + "W": 1.348237521625606e-08, + "N": 1.8623980579945965e-08, + "Y": 0.0008995167445391417, + "U": 6.384409445558958e-09, + "K": 1.5140503251132031e-07, + "L": 4.827015800401568e-07, + "G": 9.359682007925585e-05, + "F": 0.0004228952748235315, + "E": 3.1317674711317522e-06, + "T": 0.00024998767185024917, + "P": 0.0016573125030845404, + "-": 0.9966267347335815 + }, + "id": "tp_2219" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 277377, + "label": "-", + "classification": { + "B": 7.015449199343493e-08, + "S": 5.319530771430436e-08, + "I": 3.419228596612811e-05, + "C": 7.64310152590042e-06, + "R": 2.056594894384034e-06, + "M": 6.340751133393496e-05, + "O": 8.295502993860282e-06, + "W": 1.0593264221370191e-07, + "N": 6.172568305373716e-07, + "Y": 0.0017944314749911427, + "U": 1.1909374109109194e-07, + "K": 5.768690130025789e-07, + "L": 7.558736001556099e-07, + "G": 0.00010122417734237388, + "F": 0.0006565190851688385, + "E": 1.8567769075161777e-05, + "T": 0.00048900640103966, + "P": 0.011572166346013546, + "-": 0.9852502942085266 + }, + "id": "tp_2220" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 277511, + "label": "-", + "classification": { + "B": 2.1714904505643062e-05, + "S": 2.7743530154111795e-05, + "I": 0.0013630627654492855, + "C": 0.00038345667417161167, + "R": 0.0001454132579965517, + "M": 0.0011071116896346211, + "O": 0.0007778161088936031, + "W": 4.006105518783443e-05, + "N": 0.00011027308210032061, + "Y": 0.003178896615281701, + "U": 3.028168976015877e-05, + "K": 1.5012542462500278e-05, + "L": 0.00010330616350984201, + "G": 0.0010443632490932941, + "F": 0.0010471437126398087, + "E": 0.00029266017372719944, + "T": 0.009457525797188282, + "P": 0.07129927724599838, + "-": 0.9095548391342163 + }, + "id": "tp_2221" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 277644, + "label": "-", + "classification": { + "B": 3.6538946005748585e-05, + "S": 4.154564885539003e-05, + "I": 0.0021210985723882914, + "C": 0.0006507720099762082, + "R": 0.0001437703613191843, + "M": 0.0013285469030961394, + "O": 0.0005253938725218177, + "W": 3.7293702916940674e-05, + "N": 8.139100827975199e-05, + "Y": 0.0053953444585204124, + "U": 1.173009422927862e-05, + "K": 6.877299256302649e-06, + "L": 0.00015552608238067478, + "G": 0.0009657363407313824, + "F": 0.004682471975684166, + "E": 0.0005569528439082205, + "T": 0.0035013332962989807, + "P": 0.08341249823570251, + "-": 0.8963451981544495 + }, + "id": "tp_2222" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 277778, + "label": "-", + "classification": { + "B": 3.4804234019247815e-05, + "S": 2.7975002012681216e-05, + "I": 0.00033388761221431196, + "C": 5.941190829616971e-05, + "R": 4.114071271033026e-05, + "M": 0.0011979494011029601, + "O": 0.0007420475012622774, + "W": 2.724309524637647e-05, + "N": 1.9199324015062302e-05, + "Y": 0.0017986739985644817, + "U": 3.1460476748179644e-06, + "K": 2.447194901833427e-06, + "L": 0.00010183842096012086, + "G": 0.0009195992606692016, + "F": 0.0035363836213946342, + "E": 0.000141250915476121, + "T": 0.002010524272918701, + "P": 0.042479436844587326, + "-": 0.9465230703353882 + }, + "id": "tp_2223" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 277878, + "label": "-", + "classification": { + "B": 2.208459409303032e-05, + "S": 0.0002014795900322497, + "I": 0.00048449981841258705, + "C": 0.0005001608515158296, + "R": 0.00022691812773700804, + "M": 0.026292959228157997, + "O": 0.002781086368486285, + "W": 4.848402022616938e-05, + "N": 3.5681514418683946e-05, + "Y": 0.08734947443008423, + "U": 1.3901977808927768e-06, + "K": 2.3994258299353532e-05, + "L": 0.0008038986707106233, + "G": 0.017314773052930832, + "F": 0.019125305116176605, + "E": 0.00047776708379387856, + "T": 0.08196098357439041, + "P": 0.002931451890617609, + "-": 0.7594176530838013 + }, + "id": "tp_2224" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 278011, + "label": "-", + "classification": { + "B": 1.5201143810372741e-07, + "S": 1.300466465181671e-06, + "I": 6.867776392027736e-07, + "C": 4.938121037412202e-06, + "R": 3.1909339668345638e-06, + "M": 6.7890650825575e-05, + "O": 9.465336188441142e-05, + "W": 7.47640171994135e-07, + "N": 3.5646188223381614e-08, + "Y": 0.00014164573804009706, + "U": 4.700352107533945e-09, + "K": 2.422632316978479e-09, + "L": 1.42619983307668e-05, + "G": 6.651406147284433e-05, + "F": 0.003436635248363018, + "E": 8.919828928810603e-07, + "T": 0.00012631471327040344, + "P": 0.0032616849057376385, + "-": 0.992778480052948 + }, + "id": "tp_2225" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 278145, + "label": "-", + "classification": { + "B": 4.614299541572109e-06, + "S": 8.89439206730458e-07, + "I": 4.832409103983082e-05, + "C": 0.00010318915883544832, + "R": 2.7340267479303293e-05, + "M": 0.0022575489711016417, + "O": 0.00018340031965635717, + "W": 1.2017218296023202e-06, + "N": 7.748783446004381e-07, + "Y": 0.002014161553233862, + "U": 3.7561832755272917e-07, + "K": 7.186012229709604e-09, + "L": 0.00021267123520374298, + "G": 0.0012632949510589242, + "F": 0.001006993348710239, + "E": 3.417422703932971e-05, + "T": 0.0051115574315190315, + "P": 0.005941085983067751, + "-": 0.9817883968353271 + }, + "id": "tp_2226" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 278278, + "label": "-", + "classification": { + "B": 3.5687584443167e-08, + "S": 2.3779880393703934e-06, + "I": 2.3889271687949076e-05, + "C": 7.641031697858125e-05, + "R": 2.9949345844215713e-05, + "M": 0.0018441961146891117, + "O": 0.00017854747420642525, + "W": 1.318955582974013e-06, + "N": 4.517870877407404e-07, + "Y": 0.0056752474047243595, + "U": 5.2896361069088016e-08, + "K": 1.7621228209918627e-07, + "L": 5.310995766194537e-05, + "G": 0.0009489193325862288, + "F": 0.0069512370973825455, + "E": 1.3556521480495576e-05, + "T": 0.003542704042047262, + "P": 0.0020837399642914534, + "-": 0.9785741567611694 + }, + "id": "tp_2227" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 278378, + "label": "-", + "classification": { + "B": 6.0784608457709055e-09, + "S": 1.184638904305757e-06, + "I": 3.5368523754186754e-07, + "C": 4.6268917230918305e-07, + "R": 7.878680889916723e-07, + "M": 8.22438596514985e-05, + "O": 5.050860272604041e-05, + "W": 4.0449171478940116e-07, + "N": 1.0776400216627735e-08, + "Y": 0.00021711083536501974, + "U": 5.299096161870409e-10, + "K": 1.301943886033996e-08, + "L": 1.6003252767404774e-06, + "G": 1.526539563201368e-05, + "F": 0.0010256944224238396, + "E": 9.822232982514834e-08, + "T": 0.0003722450928762555, + "P": 0.00048407516442239285, + "-": 0.9977479577064514 + }, + "id": "tp_2228" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 278512, + "label": "-", + "classification": { + "B": 0.0001335772394668311, + "S": 0.0008495051879435778, + "I": 2.614690674818121e-05, + "C": 2.4393197236349806e-05, + "R": 5.074649379821494e-05, + "M": 0.014480085112154484, + "O": 0.009306870400905609, + "W": 0.00011708689999068156, + "N": 1.3047656466369517e-06, + "Y": 0.002332965610548854, + "U": 1.494403392143795e-07, + "K": 8.244068538942884e-08, + "L": 0.004225867334753275, + "G": 0.004395696800202131, + "F": 0.008608330972492695, + "E": 2.1282681700540707e-05, + "T": 0.005422854330390692, + "P": 0.0018114750273525715, + "-": 0.9481915235519409 + }, + "id": "tp_2229" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 278645, + "label": "-", + "classification": { + "B": 1.6214285096793901e-06, + "S": 1.7248357835342176e-05, + "I": 1.1272582014498767e-05, + "C": 1.8221528819140076e-07, + "R": 7.418316272378433e-07, + "M": 0.00021926382032688707, + "O": 0.0002735595917329192, + "W": 5.3942567319609225e-06, + "N": 4.0595131167719956e-07, + "Y": 0.0014397292397916317, + "U": 2.8494349990637602e-08, + "K": 1.0129328842367613e-07, + "L": 9.881896403385326e-06, + "G": 8.836993220029399e-05, + "F": 0.0009599576587788761, + "E": 2.3730781322228722e-06, + "T": 0.0018703616224229336, + "P": 0.0035948960576206446, + "-": 0.9915046095848083 + }, + "id": "tp_2230" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 278779, + "label": "-", + "classification": { + "B": 3.885380010615336e-06, + "S": 1.4161028957460076e-05, + "I": 2.7760133889387362e-05, + "C": 8.522834832547233e-06, + "R": 2.1418629785330268e-06, + "M": 8.86198686202988e-05, + "O": 7.594291673740372e-05, + "W": 5.157621217222186e-06, + "N": 3.8421399040089455e-06, + "Y": 0.0007303063175641, + "U": 4.0073220475278504e-07, + "K": 6.0764787122025155e-06, + "L": 6.27995859758812e-06, + "G": 0.0002291729615535587, + "F": 0.019553985446691513, + "E": 8.325431554112583e-05, + "T": 0.00035297058639116585, + "P": 0.07179038971662521, + "-": 0.907017171382904 + }, + "id": "tp_2231" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 278879, + "label": "-", + "classification": { + "B": 6.057779319235124e-05, + "S": 0.0004037293547298759, + "I": 1.3533475794247352e-05, + "C": 1.4188757404554053e-06, + "R": 4.221546987537295e-06, + "M": 0.0009731510654091835, + "O": 0.002308066003024578, + "W": 5.915042129345238e-05, + "N": 8.094369832178927e-07, + "Y": 0.00033575150882825255, + "U": 3.3866001558635617e-08, + "K": 8.13895155715727e-08, + "L": 0.0002553360245656222, + "G": 0.0003914471308235079, + "F": 0.01723550446331501, + "E": 1.1936133887502365e-05, + "T": 0.0006669473950751126, + "P": 0.003727144096046686, + "-": 0.9735512137413025 + }, + "id": "tp_2232" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 279012, + "label": "-", + "classification": { + "B": 1.8130920125258854e-06, + "S": 3.348980317241512e-05, + "I": 8.584273928136099e-06, + "C": 7.33004435460316e-06, + "R": 2.8379104151099455e-06, + "M": 0.0007204410503618419, + "O": 0.00020633444364648312, + "W": 4.404857918416383e-06, + "N": 8.483337410325476e-07, + "Y": 0.0025996759068220854, + "U": 5.4507545144133474e-08, + "K": 1.688779207142943e-06, + "L": 2.7229589250055142e-05, + "G": 0.0006324938149191439, + "F": 0.03734253719449043, + "E": 5.948078978690319e-05, + "T": 0.0013685885351151228, + "P": 0.0047144158743321896, + "-": 0.9522678256034851 + }, + "id": "tp_2233" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 279146, + "label": "-", + "classification": { + "B": 1.3831145224685315e-05, + "S": 0.0005692067788913846, + "I": 8.111152993706128e-08, + "C": 1.3136389753753974e-09, + "R": 1.700893825784533e-08, + "M": 0.0007192683406174183, + "O": 0.004760023206472397, + "W": 9.291336027672514e-06, + "N": 2.809202426234947e-09, + "Y": 1.8711467419052497e-05, + "U": 7.621393099954688e-12, + "K": 3.845114157630114e-11, + "L": 8.052442717598751e-05, + "G": 4.3141099013155326e-05, + "F": 0.000795785163063556, + "E": 5.643111933295586e-08, + "T": 0.0001774776610545814, + "P": 0.00025045889196917415, + "-": 0.9925619959831238 + }, + "id": "tp_2234" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 279279, + "label": "-", + "classification": { + "B": 2.202441748977435e-07, + "S": 5.23589005752001e-06, + "I": 2.2356003714918415e-09, + "C": 5.606721753537158e-09, + "R": 7.04776592641565e-09, + "M": 0.000117908522952348, + "O": 8.514146611560136e-05, + "W": 1.5214561699394835e-07, + "N": 5.6213003002403283e-11, + "Y": 5.2301333198556677e-05, + "U": 1.0837643716482548e-12, + "K": 2.062044979211919e-11, + "L": 8.502003765897825e-06, + "G": 4.6182580263121054e-05, + "F": 0.003927863668650389, + "E": 3.165960293927128e-08, + "T": 5.413360850070603e-05, + "P": 3.17568083119113e-05, + "-": 0.9956705570220947 + }, + "id": "tp_2235" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 279379, + "label": "-", + "classification": { + "B": 4.6964109401415044e-07, + "S": 1.5695941328885965e-05, + "I": 0.00033562633325345814, + "C": 0.0002784582320600748, + "R": 0.0002655144489835948, + "M": 0.003084179013967514, + "O": 0.00091842986876145, + "W": 1.4476059732260182e-05, + "N": 8.81194955582032e-06, + "Y": 0.36958619952201843, + "U": 4.4627984152612044e-07, + "K": 6.319959356915206e-05, + "L": 0.00010117012425325811, + "G": 0.022209960967302322, + "F": 0.012072732672095299, + "E": 4.800837268703617e-05, + "T": 0.05064700171351433, + "P": 0.0005491370102390647, + "-": 0.5398005247116089 + }, + "id": "tp_2236" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 279513, + "label": "-", + "classification": { + "B": 0.00030823651468381286, + "S": 0.0016428097151219845, + "I": 0.0001279450225410983, + "C": 4.724830432678573e-06, + "R": 1.109603272198001e-05, + "M": 0.024539243429899216, + "O": 0.009295149706304073, + "W": 0.00010423802450532094, + "N": 7.477567578462185e-06, + "Y": 0.00536773819476366, + "U": 1.153329449721241e-07, + "K": 5.2660094951306746e-08, + "L": 0.0013600083766505122, + "G": 0.0018016814719885588, + "F": 0.003563104895874858, + "E": 6.880323053337634e-05, + "T": 0.015822630375623703, + "P": 0.00543296430259943, + "-": 0.9305421113967896 + }, + "id": "tp_2237" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 279646, + "label": "-", + "classification": { + "B": 1.3271014722704422e-05, + "S": 0.00047212341451086104, + "I": 0.00013252657663542777, + "C": 1.2226624676259235e-05, + "R": 2.134300120815169e-05, + "M": 0.0009900422301143408, + "O": 0.0011005195556208491, + "W": 0.00010271082282997668, + "N": 2.691154440981336e-05, + "Y": 0.0012709101429209113, + "U": 1.1300443247819203e-06, + "K": 1.666068419581279e-05, + "L": 4.2051215132232755e-05, + "G": 0.00019047714886255562, + "F": 0.011938726529479027, + "E": 7.787210051901639e-05, + "T": 0.0018769199959933758, + "P": 0.06292296200990677, + "-": 0.9187906384468079 + }, + "id": "tp_2238" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 279780, + "label": "-", + "classification": { + "B": 8.83054053701926e-06, + "S": 3.802289938903414e-05, + "I": 1.0533915883570444e-05, + "C": 5.619257080979878e-06, + "R": 7.098178230080521e-06, + "M": 0.004328139591962099, + "O": 0.0008355112513527274, + "W": 4.926997007714817e-06, + "N": 2.1013423179283564e-07, + "Y": 0.0028742675203830004, + "U": 2.0654885801718592e-08, + "K": 6.077339076426824e-09, + "L": 0.0007975017069838941, + "G": 0.0023001497611403465, + "F": 0.016982529312372208, + "E": 1.4085644579608925e-05, + "T": 0.0025211721658706665, + "P": 0.0015210118144750595, + "-": 0.9677503108978271 + }, + "id": "tp_2239" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 279880, + "label": "-", + "classification": { + "B": 5.369157202173014e-11, + "S": 2.1679233963567413e-09, + "I": 2.133074550325631e-10, + "C": 1.4777798429399525e-10, + "R": 2.6306552422528107e-11, + "M": 2.6559723664831836e-07, + "O": 7.754534436799077e-08, + "W": 1.5755027837904834e-10, + "N": 7.005102661133966e-12, + "Y": 1.5332535667766933e-06, + "U": 5.615573313972298e-14, + "K": 5.662119384464148e-11, + "L": 1.126034598897263e-09, + "G": 2.2870227667226573e-07, + "F": 0.004774763714522123, + "E": 1.3292050127233779e-08, + "T": 1.1475491419332684e-06, + "P": 0.00033082449226640165, + "-": 0.9948910474777222 + }, + "id": "tp_2240" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 280013, + "label": "-", + "classification": { + "B": 1.6879137092473684e-06, + "S": 1.790950591384899e-05, + "I": 0.0001073445746442303, + "C": 1.0147359716938809e-05, + "R": 1.4575899513147306e-05, + "M": 0.001011418760754168, + "O": 0.0002578519925009459, + "W": 8.689294190844521e-06, + "N": 4.211179202684434e-06, + "Y": 0.019578123465180397, + "U": 2.643432424065395e-07, + "K": 2.024909463216318e-06, + "L": 1.3947870684205554e-05, + "G": 0.00044282322051003575, + "F": 0.0018449120689183474, + "E": 6.6083925958082546e-06, + "T": 0.018389981240034103, + "P": 0.0038572947960346937, + "-": 0.9544302821159363 + }, + "id": "tp_2241" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 280147, + "label": "-", + "classification": { + "B": 1.1123094736831263e-05, + "S": 1.6214195056818426e-05, + "I": 3.861532150040148e-06, + "C": 3.7003665056545287e-06, + "R": 3.4350186979281716e-06, + "M": 0.002403383841738105, + "O": 0.000499682268127799, + "W": 3.844376351480605e-06, + "N": 7.827186010445075e-08, + "Y": 0.0004298024286981672, + "U": 7.845222249613926e-09, + "K": 7.992859707428579e-10, + "L": 0.00015064315812196583, + "G": 0.00026543388958089054, + "F": 0.0017425826517865062, + "E": 6.330632459139451e-06, + "T": 0.0005727866082452238, + "P": 0.0018171509727835655, + "-": 0.9920698404312134 + }, + "id": "tp_2242" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 280280, + "label": "-", + "classification": { + "B": 4.597884739609981e-09, + "S": 2.4952819810408755e-09, + "I": 1.129952877931828e-07, + "C": 2.187762149219452e-08, + "R": 9.523178690074019e-09, + "M": 5.694725587090943e-06, + "O": 1.0974521273965365e-06, + "W": 2.1563748564545904e-09, + "N": 3.183706076548276e-10, + "Y": 1.6933898223214783e-05, + "U": 2.1350260101526963e-11, + "K": 2.248352979489221e-12, + "L": 8.129188699967926e-08, + "G": 2.249651060992619e-06, + "F": 1.8789271052810363e-05, + "E": 3.2353757006831074e-08, + "T": 2.1010118871345185e-05, + "P": 0.00106193614192307, + "-": 0.9988719820976257 + }, + "id": "tp_2243" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 280380, + "label": "-", + "classification": { + "B": 8.766136261328938e-09, + "S": 6.121416845417116e-06, + "I": 8.865963962989554e-08, + "C": 5.795927791041322e-06, + "R": 1.0520357136556413e-06, + "M": 0.0001945876720128581, + "O": 5.170684744371101e-05, + "W": 8.084720661827305e-07, + "N": 2.577125002289904e-08, + "Y": 0.0032776976004242897, + "U": 1.2295185980448764e-09, + "K": 1.2749357665597927e-05, + "L": 9.652168046159204e-06, + "G": 0.0018156679579988122, + "F": 0.40882134437561035, + "E": 8.4291978055262e-06, + "T": 0.0011613606475293636, + "P": 0.0002074531075777486, + "-": 0.5844253897666931 + }, + "id": "tp_2244" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 280514, + "label": "-", + "classification": { + "B": 1.7044382571995698e-10, + "S": 5.517989398740042e-10, + "I": 9.187396399212844e-10, + "C": 7.334165913475132e-11, + "R": 1.900197360571454e-11, + "M": 1.37860780569099e-07, + "O": 5.797387103712026e-08, + "W": 7.964472831245573e-11, + "N": 8.509854279581397e-12, + "Y": 1.9048197827942204e-06, + "U": 1.8472913086362008e-13, + "K": 1.1399286896363048e-11, + "L": 5.444328321502212e-10, + "G": 1.2648030178752379e-07, + "F": 6.969512469368055e-05, + "E": 8.82095640974967e-09, + "T": 7.918125106698426e-07, + "P": 0.00017577670223545283, + "-": 0.9997515082359314 + }, + "id": "tp_2245" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 280647, + "label": "-", + "classification": { + "B": 3.1923523380328334e-08, + "S": 3.496887075016275e-06, + "I": 7.955284075933378e-08, + "C": 3.731868147838213e-08, + "R": 1.0074852241359622e-07, + "M": 0.00029694061959162354, + "O": 0.00010461858619237319, + "W": 2.374712551045377e-07, + "N": 1.0401156602668493e-09, + "Y": 0.00026580828125588596, + "U": 3.397633563384517e-11, + "K": 9.152271301937631e-11, + "L": 1.3072353794996161e-05, + "G": 4.301899025449529e-05, + "F": 0.0012671115109696984, + "E": 5.5323379655192184e-08, + "T": 0.0003654684405773878, + "P": 0.0001284074824070558, + "-": 0.9975115060806274 + }, + "id": "tp_2246" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 280781, + "label": "-", + "classification": { + "B": 3.3973339697013216e-08, + "S": 4.5902144307774506e-08, + "I": 4.459810588741675e-05, + "C": 3.271154582762392e-07, + "R": 9.083208851734526e-08, + "M": 4.550520770862931e-06, + "O": 2.317580765520688e-06, + "W": 1.9753377600295607e-08, + "N": 5.184113547329616e-07, + "Y": 8.758807234698907e-05, + "U": 6.920451767200575e-09, + "K": 1.6978304984149872e-08, + "L": 6.989635892296064e-08, + "G": 5.817063993163174e-06, + "F": 0.00011703636118909344, + "E": 3.035781674043392e-06, + "T": 9.068803046829998e-05, + "P": 0.0806296244263649, + "-": 0.9190136790275574 + }, + "id": "tp_2247" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 280881, + "label": "-", + "classification": { + "B": 4.235247264006148e-09, + "S": 6.197149460263063e-09, + "I": 3.1311469683714677e-06, + "C": 3.3685687128581776e-08, + "R": 6.653632311781621e-09, + "M": 1.171543772215955e-06, + "O": 6.764292947991635e-07, + "W": 8.536754414478764e-09, + "N": 6.282185438521992e-08, + "Y": 1.155254813056672e-05, + "U": 1.959228113079803e-09, + "K": 1.2477893385209882e-08, + "L": 8.908267012941451e-09, + "G": 1.1240289268243941e-06, + "F": 6.872427184134722e-05, + "E": 1.1487722986203153e-06, + "T": 4.3023454054491594e-05, + "P": 0.047532472759485245, + "-": 0.9523367881774902 + }, + "id": "tp_2248" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 281014, + "label": "-", + "classification": { + "B": 6.886496928260044e-11, + "S": 4.652550220085594e-11, + "I": 4.182171409183866e-08, + "C": 9.52310341695295e-10, + "R": 4.157763369705414e-11, + "M": 7.527857803779625e-08, + "O": 1.8618615982290976e-08, + "W": 4.935733766142647e-11, + "N": 4.074867110404057e-10, + "Y": 1.7674921082289075e-06, + "U": 8.6067134322243e-12, + "K": 8.728708034144717e-11, + "L": 1.3307330237743997e-10, + "G": 1.2307638996844616e-07, + "F": 7.668861144338734e-06, + "E": 7.291214387805667e-08, + "T": 1.603391183380154e-06, + "P": 0.031022557988762856, + "-": 0.968966007232666 + }, + "id": "tp_2249" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 281148, + "label": "-", + "classification": { + "B": 2.4448452151659694e-08, + "S": 3.093775013951472e-09, + "I": 2.9657517188752536e-06, + "C": 1.0973831621186037e-07, + "R": 8.736473766646213e-09, + "M": 1.783952939149458e-06, + "O": 3.7197705182734353e-07, + "W": 4.678054388307373e-09, + "N": 3.4526937753298625e-08, + "Y": 2.4077831767499447e-05, + "U": 1.938669669243609e-09, + "K": 1.2531808479820938e-08, + "L": 2.417242406238529e-08, + "G": 5.666250217473134e-06, + "F": 0.00012957707804162055, + "E": 7.722380360064562e-06, + "T": 1.8844177247956395e-05, + "P": 0.06611523032188416, + "-": 0.9336934089660645 + }, + "id": "tp_2250" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 281281, + "label": "-", + "classification": { + "B": 4.97894518503017e-07, + "S": 5.312999746820424e-07, + "I": 2.303960854987963e-06, + "C": 1.4756406017113477e-06, + "R": 1.4318618468678324e-07, + "M": 3.774130527745001e-05, + "O": 1.3698683687835e-05, + "W": 3.45884757280146e-07, + "N": 1.9281630159184715e-07, + "Y": 0.00010542719974182546, + "U": 2.626833150998209e-08, + "K": 2.0530298172616313e-07, + "L": 8.007493192963011e-07, + "G": 2.1040525098214857e-05, + "F": 0.0017600249266251922, + "E": 1.431928831152618e-05, + "T": 9.36737924348563e-05, + "P": 0.018511055037379265, + "-": 0.9794365763664246 + }, + "id": "tp_2251" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 281381, + "label": "-", + "classification": { + "B": 1.7357591275413142e-07, + "S": 2.0435793501860644e-08, + "I": 4.9815726015367545e-06, + "C": 3.7663554053324333e-07, + "R": 2.0272739931215256e-08, + "M": 3.2688119517843006e-06, + "O": 2.047877615041216e-06, + "W": 2.387938202730311e-08, + "N": 1.7158004084194545e-07, + "Y": 1.4402497981791385e-05, + "U": 5.7082290005894265e-09, + "K": 8.23122370263718e-09, + "L": 7.911503274726783e-08, + "G": 6.38263372820802e-06, + "F": 8.371020521735772e-05, + "E": 7.884342267061584e-06, + "T": 3.405852476134896e-05, + "P": 0.10630518943071365, + "-": 0.893537163734436 + }, + "id": "tp_2252" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 281515, + "label": "-", + "classification": { + "B": 9.816624846337163e-09, + "S": 6.265434393526448e-08, + "I": 1.0128706406931087e-07, + "C": 5.732521124457435e-09, + "R": 1.0944214423602716e-09, + "M": 3.1875738386588637e-06, + "O": 7.599001037306152e-07, + "W": 1.7450496159199247e-08, + "N": 6.115333572864756e-09, + "Y": 3.99327946070116e-05, + "U": 2.265109905197349e-10, + "K": 1.4370746725944628e-07, + "L": 1.1377365716214172e-08, + "G": 3.7873521705478197e-06, + "F": 0.0012624002993106842, + "E": 1.8803583543558489e-06, + "T": 2.8025608116877265e-05, + "P": 0.005065462552011013, + "-": 0.993594229221344 + }, + "id": "tp_2253" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 281648, + "label": "-", + "classification": { + "B": 8.900664397515357e-05, + "S": 1.802082078938838e-05, + "I": 0.00015538572915829718, + "C": 6.430219946196303e-05, + "R": 1.210386926686624e-05, + "M": 0.0008589582284912467, + "O": 0.0002718548057600856, + "W": 1.15609000204131e-05, + "N": 1.097928179660812e-05, + "Y": 0.0006604953669011593, + "U": 1.5465524256796925e-06, + "K": 2.9647978863067692e-06, + "L": 6.780418334528804e-05, + "G": 0.0008426694548688829, + "F": 0.009930290281772614, + "E": 0.0005992187070660293, + "T": 0.0009819397237151861, + "P": 0.06480830162763596, + "-": 0.9206124544143677 + }, + "id": "tp_2254" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 281782, + "label": "-", + "classification": { + "B": 0.0005316252936609089, + "S": 0.0006746231811121106, + "I": 0.0038522963877767324, + "C": 0.0005094367661513388, + "R": 0.0002276472223456949, + "M": 0.00868161953985691, + "O": 0.003921822644770145, + "W": 0.0003574988222680986, + "N": 0.0006421437137760222, + "Y": 0.01132635772228241, + "U": 7.704853487666696e-05, + "K": 8.221469033742324e-05, + "L": 0.0010070052230730653, + "G": 0.006114748772233725, + "F": 0.010887295939028263, + "E": 0.0037905180361121893, + "T": 0.01588789001107216, + "P": 0.1400182545185089, + "-": 0.791409969329834 + }, + "id": "tp_2255" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 281882, + "label": "-", + "classification": { + "B": 1.9076780688465078e-07, + "S": 3.1614325735063176e-07, + "I": 9.62452577368822e-06, + "C": 2.0098402728763176e-06, + "R": 2.433046972782904e-07, + "M": 3.647295307018794e-05, + "O": 1.1704889402608387e-05, + "W": 2.4572915435783216e-07, + "N": 5.105766263113765e-07, + "Y": 0.0001099435830838047, + "U": 3.758691136113157e-08, + "K": 3.5783773455477785e-07, + "L": 6.078723231439653e-07, + "G": 2.5700574042275548e-05, + "F": 0.001628676662221551, + "E": 2.447431324981153e-05, + "T": 0.00012478882854338735, + "P": 0.03289618715643883, + "-": 0.9651278853416443 + }, + "id": "tp_2256" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 282015, + "label": "-", + "classification": { + "B": 7.648231492574098e-10, + "S": 4.16595591357094e-10, + "I": 5.575202166596682e-08, + "C": 3.747385690644478e-08, + "R": 7.030402926488932e-10, + "M": 6.29374241611913e-08, + "O": 3.60142742295011e-08, + "W": 5.119172308276632e-10, + "N": 1.5459727942257473e-09, + "Y": 2.1605278561764862e-06, + "U": 4.465743400072775e-11, + "K": 3.5912597340370667e-09, + "L": 6.660442752881579e-10, + "G": 5.421596256383054e-07, + "F": 0.001004916150122881, + "E": 8.327066893798474e-07, + "T": 4.4092567463849264e-07, + "P": 0.0300456490367651, + "-": 0.9689452648162842 + }, + "id": "tp_2257" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 282149, + "label": "-", + "classification": { + "B": 3.3424737466702936e-07, + "S": 2.3222174405646e-08, + "I": 1.111672190745594e-06, + "C": 4.603148227033671e-07, + "R": 2.5276664317175346e-08, + "M": 2.5459770768065937e-05, + "O": 3.1341523936134763e-06, + "W": 9.837538783585842e-09, + "N": 1.2343840616324542e-08, + "Y": 3.5749188100453466e-05, + "U": 8.362075476497921e-10, + "K": 3.5520150709622555e-10, + "L": 7.318444659176748e-07, + "G": 6.461142038460821e-05, + "F": 0.00021926095359958708, + "E": 2.225921207354986e-06, + "T": 5.4819000069983304e-05, + "P": 0.011848118156194687, + "-": 0.9877439141273499 + }, + "id": "tp_2258" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 282282, + "label": "-", + "classification": { + "B": 3.494693645578195e-09, + "S": 2.849301949936489e-08, + "I": 1.2801621096514282e-07, + "C": 5.280842287902487e-07, + "R": 4.2807450029158645e-08, + "M": 2.013235416598036e-06, + "O": 1.1032377642550273e-06, + "W": 1.614734479460367e-08, + "N": 1.4072794485286977e-08, + "Y": 8.696264558238909e-05, + "U": 1.3866768844295052e-09, + "K": 5.353307415134623e-07, + "L": 4.885949067556794e-08, + "G": 1.6110361684695818e-05, + "F": 0.0077962931245565414, + "E": 1.783835273272416e-06, + "T": 3.0243189030443318e-05, + "P": 0.0030856544617563486, + "-": 0.9889785647392273 + }, + "id": "tp_2259" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 282382, + "label": "-", + "classification": { + "B": 6.029796217887906e-09, + "S": 5.818852510941497e-09, + "I": 2.0310215731456083e-08, + "C": 5.994637675144077e-09, + "R": 7.771672749790071e-10, + "M": 1.071802330443461e-06, + "O": 2.420535452074546e-07, + "W": 2.783419050800262e-09, + "N": 5.283832815727862e-10, + "Y": 2.3046084606903605e-05, + "U": 5.419541898588065e-11, + "K": 8.352181168902462e-09, + "L": 8.672380147345393e-09, + "G": 3.31914111484366e-06, + "F": 0.0004933378659188747, + "E": 3.8162860960255784e-07, + "T": 1.0225439837086014e-05, + "P": 0.0014279575552791357, + "-": 0.9980403780937195 + }, + "id": "tp_2260" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 282516, + "label": "-", + "classification": { + "B": 4.2127381583156875e-09, + "S": 3.4822258410116547e-09, + "I": 3.379008717274701e-07, + "C": 4.890027867077151e-07, + "R": 3.250520208553098e-08, + "M": 3.5482376006257255e-06, + "O": 5.8340509667687e-07, + "W": 2.6648581119559367e-09, + "N": 5.360763388750911e-09, + "Y": 8.825156692182645e-05, + "U": 5.654752222028492e-10, + "K": 2.592612124985294e-09, + "L": 2.8858110567853146e-08, + "G": 1.0038025720859878e-05, + "F": 0.00029641183209605515, + "E": 3.0064964562370733e-07, + "T": 3.678690336528234e-05, + "P": 0.0038080145604908466, + "-": 0.9957550764083862 + }, + "id": "tp_2261" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 282649, + "label": "-", + "classification": { + "B": 3.1769241104484536e-06, + "S": 3.300946445961017e-06, + "I": 7.32238004275132e-06, + "C": 8.896543590708461e-07, + "R": 9.052972131939896e-07, + "M": 0.000142605509608984, + "O": 0.00014195880794432014, + "W": 1.3115077308611944e-06, + "N": 1.8150755920487427e-07, + "Y": 9.086550562642515e-05, + "U": 1.0558681040606643e-08, + "K": 5.792279988980908e-10, + "L": 1.3363963262236211e-05, + "G": 3.9820184611016884e-05, + "F": 0.00013219277025200427, + "E": 1.5794823866599472e-06, + "T": 0.0005336155300028622, + "P": 0.011868905276060104, + "-": 0.9870180487632751 + }, + "id": "tp_2262" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 282783, + "label": "-", + "classification": { + "B": 0.00033885982702486217, + "S": 0.00045381663949228823, + "I": 0.01857629045844078, + "C": 0.009498358704149723, + "R": 0.004084608983248472, + "M": 0.0053587788715958595, + "O": 0.0027244635857641697, + "W": 0.0009207147522829473, + "N": 0.0038739389274269342, + "Y": 0.036756731569767, + "U": 0.0011533541837707162, + "K": 0.011089705862104893, + "L": 0.000694465939886868, + "G": 0.013158539310097694, + "F": 0.04479057714343071, + "E": 0.014907252974808216, + "T": 0.01359231024980545, + "P": 0.14898483455181122, + "-": 0.6690423488616943 + }, + "id": "tp_2263" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 282883, + "label": "-", + "classification": { + "B": 2.5365942679655973e-10, + "S": 4.309301804283905e-09, + "I": 1.9778808564296924e-06, + "C": 1.1089695561850021e-07, + "R": 2.1361223900839832e-08, + "M": 8.874815762283106e-07, + "O": 4.903794206256862e-07, + "W": 6.582616673966868e-09, + "N": 6.191529422494568e-08, + "Y": 0.00010130884038517252, + "U": 3.0306541720648283e-09, + "K": 1.9258482097939122e-07, + "L": 7.885335051582842e-09, + "G": 2.280357648487552e-06, + "F": 0.0003471650124993175, + "E": 8.87848955244408e-07, + "T": 4.505780816543847e-05, + "P": 0.007955801673233509, + "-": 0.9915437698364258 + }, + "id": "tp_2264" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 283016, + "label": "-", + "classification": { + "B": 1.3410061001195572e-05, + "S": 1.1736615306290332e-06, + "I": 3.730904427357018e-05, + "C": 1.8181284531237907e-06, + "R": 4.939045084029203e-07, + "M": 0.000505390577018261, + "O": 8.987326873466372e-05, + "W": 5.955370738774945e-07, + "N": 2.223246582389038e-07, + "Y": 0.00021848108735866845, + "U": 2.903812301724429e-08, + "K": 1.3860912417840154e-09, + "L": 5.013217742089182e-05, + "G": 0.00034520382178016007, + "F": 0.0003726395661942661, + "E": 1.4037414985068608e-05, + "T": 0.0006005154573358595, + "P": 0.009836273267865181, + "-": 0.9879123568534851 + }, + "id": "tp_2265" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 283150, + "label": "-", + "classification": { + "B": 4.184096906101331e-05, + "S": 6.010533616063185e-05, + "I": 0.002230297075584531, + "C": 0.0003199380007572472, + "R": 9.717541979625821e-05, + "M": 0.004584559239447117, + "O": 0.0008525876328349113, + "W": 6.70524823362939e-05, + "N": 0.00014128237671684474, + "Y": 0.004669171292334795, + "U": 2.493553802196402e-05, + "K": 9.72514862951357e-06, + "L": 0.0002543582522775978, + "G": 0.002334724646061659, + "F": 0.0034931162372231483, + "E": 0.0005733193829655647, + "T": 0.01383750420063734, + "P": 0.14182953536510468, + "-": 0.8245787620544434 + }, + "id": "tp_2266" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 283283, + "label": "-", + "classification": { + "B": 8.258231598556875e-11, + "S": 4.2728096061317444e-10, + "I": 1.1760699862861657e-06, + "C": 9.846092829945974e-09, + "R": 8.689954311691395e-10, + "M": 3.0980660881141375e-07, + "O": 5.008324066579917e-08, + "W": 3.2331945454266986e-10, + "N": 1.1971700075719127e-08, + "Y": 6.612287506868597e-06, + "U": 1.3771525586570021e-10, + "K": 1.8688761649343633e-09, + "L": 4.659602148571196e-10, + "G": 1.8712448479618615e-07, + "F": 1.9055221855523996e-05, + "E": 5.072241719972226e-07, + "T": 1.6079729903140105e-05, + "P": 0.03052830509841442, + "-": 0.9694278240203857 + }, + "id": "tp_2267" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 283383, + "label": "-", + "classification": { + "B": 9.818548107887182e-08, + "S": 4.003202036528819e-08, + "I": 5.862453690497205e-06, + "C": 1.826126094783831e-06, + "R": 2.1312460773970088e-07, + "M": 3.616097092162818e-05, + "O": 3.1816177852306282e-06, + "W": 2.9041069993240853e-08, + "N": 9.221983532370359e-08, + "Y": 0.0005246471846476197, + "U": 1.3983258995153847e-08, + "K": 8.679559471147513e-08, + "L": 3.32437991801271e-07, + "G": 6.84739206917584e-05, + "F": 0.0008906982257030904, + "E": 1.1150505088153295e-05, + "T": 0.00017247733194380999, + "P": 0.00977056659758091, + "-": 0.9885140061378479 + }, + "id": "tp_2268" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 283517, + "label": "-", + "classification": { + "B": 8.945577974373009e-06, + "S": 4.963518676959211e-06, + "I": 1.8242542864754796e-05, + "C": 2.428170591883827e-05, + "R": 1.0954375284200069e-05, + "M": 0.0006047229981049895, + "O": 0.00026769741089083254, + "W": 4.815479769604281e-06, + "N": 5.394354616328201e-07, + "Y": 0.0007265917956829071, + "U": 1.6191987128877372e-07, + "K": 6.205250002722096e-08, + "L": 7.0251124270726e-05, + "G": 0.000506118405610323, + "F": 0.003700089640915394, + "E": 9.561922524881084e-06, + "T": 0.0008319812477566302, + "P": 0.00464707100763917, + "-": 0.988563060760498 + }, + "id": "tp_2269" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 283650, + "label": "-", + "classification": { + "B": 2.8872009352198802e-05, + "S": 1.3917103842686629e-06, + "I": 1.6917098037083633e-05, + "C": 1.52129916841659e-06, + "R": 2.608983038498991e-07, + "M": 0.0003499102022033185, + "O": 6.505731289507821e-05, + "W": 7.251467764035624e-07, + "N": 1.9396360073642427e-07, + "Y": 0.00012876791879534721, + "U": 4.0337045703608965e-08, + "K": 4.705139389216129e-09, + "L": 1.9904926375602372e-05, + "G": 0.0001568961888551712, + "F": 0.0003102760820183903, + "E": 2.778299676720053e-05, + "T": 0.00021368854504544288, + "P": 0.027550069615244865, + "-": 0.9711278080940247 + }, + "id": "tp_2270" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 283750, + "label": "-", + "classification": { + "B": 4.018452557374985e-07, + "S": 2.087120805072118e-07, + "I": 1.533093018224463e-05, + "C": 6.4819291765161324e-06, + "R": 2.4285361632792046e-06, + "M": 0.00014573307998944074, + "O": 3.464522524154745e-05, + "W": 4.630431362784293e-07, + "N": 3.1273273748411157e-07, + "Y": 0.0005753536242991686, + "U": 9.464334027597943e-08, + "K": 9.075550622128503e-08, + "L": 3.854038823192241e-06, + "G": 9.865393803920597e-05, + "F": 0.0003779500548262149, + "E": 9.36823107622331e-06, + "T": 0.0007894072914496064, + "P": 0.007253994699567556, + "-": 0.9906850457191467 + }, + "id": "tp_2271" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 283884, + "label": "-", + "classification": { + "B": 0.00016407300427090377, + "S": 0.00010228167229797691, + "I": 0.0007940618670545518, + "C": 0.00014047016156837344, + "R": 6.301523535512388e-05, + "M": 0.0017367657274007797, + "O": 0.0009020495926961303, + "W": 4.931775401928462e-05, + "N": 7.48809106880799e-05, + "Y": 0.004829827696084976, + "U": 1.55643774633063e-05, + "K": 1.933944622578565e-05, + "L": 0.0002555151586420834, + "G": 0.003241155296564102, + "F": 0.011007595807313919, + "E": 0.0007352456450462341, + "T": 0.006271613296121359, + "P": 0.09518598020076752, + "-": 0.8744112253189087 + }, + "id": "tp_2272" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 284017, + "label": "-", + "classification": { + "B": 2.9590039048343897e-05, + "S": 1.541226629342418e-05, + "I": 0.0002830013108905405, + "C": 5.851295645697974e-05, + "R": 1.5268617062247358e-05, + "M": 0.0006101634353399277, + "O": 0.00029937911313027143, + "W": 1.595465437276289e-05, + "N": 3.047655991395004e-05, + "Y": 0.0022966619580984116, + "U": 5.475925718201324e-06, + "K": 8.818756214168388e-06, + "L": 3.066694625886157e-05, + "G": 0.0007564845727756619, + "F": 0.0017299565952271223, + "E": 0.0002781043585855514, + "T": 0.0037562963552773, + "P": 0.09548510611057281, + "-": 0.8942947387695312 + }, + "id": "tp_2273" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 284151, + "label": "-", + "classification": { + "B": 4.874968453805195e-06, + "S": 8.04219482120061e-08, + "I": 1.1409288163122255e-05, + "C": 7.76621391196386e-07, + "R": 8.620776981160816e-08, + "M": 1.1645705853879917e-05, + "O": 4.790033472090727e-06, + "W": 6.745521119455589e-08, + "N": 1.2005826022232213e-07, + "Y": 6.165126978885382e-05, + "U": 6.918270845091001e-09, + "K": 1.5110575901644552e-08, + "L": 6.504254770334228e-07, + "G": 8.739520126255229e-05, + "F": 0.001393847749568522, + "E": 2.380461410211865e-05, + "T": 2.4789949748083018e-05, + "P": 0.06844799965620041, + "-": 0.9299260377883911 + }, + "id": "tp_2274" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 284251, + "label": "-", + "classification": { + "B": 4.177613366351807e-09, + "S": 2.9439020110544334e-09, + "I": 1.6523885051356046e-06, + "C": 6.761028430446459e-07, + "R": 5.9593386225742506e-08, + "M": 2.6522664484218694e-05, + "O": 8.069758337114763e-07, + "W": 3.833505957118177e-09, + "N": 1.8804504620106854e-08, + "Y": 0.00045252719428390265, + "U": 2.3199691057129712e-09, + "K": 4.1210217460729837e-08, + "L": 6.569579369397616e-08, + "G": 2.8561620638356544e-05, + "F": 0.00018967525102198124, + "E": 5.110600341140525e-06, + "T": 0.00013051937276031822, + "P": 0.0027411861810833216, + "-": 0.9964224696159363 + }, + "id": "tp_2275" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 284384, + "label": "-", + "classification": { + "B": 3.6207547964295372e-06, + "S": 3.567151725292206e-05, + "I": 0.0003988299868069589, + "C": 5.429560405900702e-05, + "R": 1.0133142495760694e-05, + "M": 0.00040863663889467716, + "O": 0.00015694527246523649, + "W": 2.5849964004009962e-05, + "N": 0.00012617763422895223, + "Y": 0.001295632217079401, + "U": 5.688581040885765e-06, + "K": 0.0005992405931465328, + "L": 7.1606418714509346e-06, + "G": 0.00020627192861866206, + "F": 0.029048345983028412, + "E": 0.0012383093126118183, + "T": 0.0017396205803379416, + "P": 0.16487111151218414, + "-": 0.7997685074806213 + }, + "id": "tp_2276" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 284518, + "label": "-", + "classification": { + "B": 5.724140919483034e-06, + "S": 1.5380779586848803e-05, + "I": 8.592490485170856e-05, + "C": 3.872128218063153e-06, + "R": 1.6050342992457445e-06, + "M": 0.0013303386513143778, + "O": 0.0001596826477907598, + "W": 2.851960516636609e-06, + "N": 3.564661710697692e-06, + "Y": 0.004566861316561699, + "U": 8.28614972192554e-08, + "K": 6.526088895952853e-07, + "L": 7.1839408519736025e-06, + "G": 0.00033242974313907325, + "F": 0.0018334430642426014, + "E": 7.779165025567636e-05, + "T": 0.004105458967387676, + "P": 0.012962215580046177, + "-": 0.9745049476623535 + }, + "id": "tp_2277" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 284651, + "label": "-", + "classification": { + "B": 3.788771891777287e-07, + "S": 7.949126938910922e-07, + "I": 0.00011442411050666124, + "C": 5.746816168539226e-05, + "R": 1.912725747388322e-05, + "M": 0.00029864360112696886, + "O": 3.989616016042419e-05, + "W": 1.6643733715682174e-06, + "N": 3.2782381822471507e-06, + "Y": 0.0014091752236708999, + "U": 1.000157112684974e-06, + "K": 2.9877435281377984e-06, + "L": 1.0071554243040737e-05, + "G": 0.00020408692944329232, + "F": 0.0028926697559654713, + "E": 9.385415614815429e-05, + "T": 0.0012352407211437821, + "P": 0.023454487323760986, + "-": 0.970160722732544 + }, + "id": "tp_2278" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 284751, + "label": "-", + "classification": { + "B": 9.050364624396678e-13, + "S": 1.7581010432199395e-13, + "I": 2.7002231561823464e-09, + "C": 8.021180941675254e-12, + "R": 2.1910365232205575e-13, + "M": 2.0577713755187688e-08, + "O": 5.513097756093543e-10, + "W": 9.611501048181759e-14, + "N": 2.2690727335267225e-12, + "Y": 4.1177905529821146e-08, + "U": 6.908589182636838e-15, + "K": 3.162077753636342e-15, + "L": 4.645616356879767e-12, + "G": 2.4421298316923412e-09, + "F": 1.401577662818454e-07, + "E": 3.453400898578707e-09, + "T": 2.197019028926661e-07, + "P": 0.004225502256304026, + "-": 0.9957740902900696 + }, + "id": "tp_2279" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 284885, + "label": "-", + "classification": { + "B": 1.3249290553574156e-09, + "S": 3.245020918640762e-10, + "I": 7.35815592634026e-06, + "C": 2.3371116597559194e-08, + "R": 3.4784672919840887e-09, + "M": 3.8199993923626607e-07, + "O": 5.366758770719571e-08, + "W": 1.0020947405209313e-09, + "N": 4.177882573230818e-08, + "Y": 8.313741273013875e-05, + "U": 6.966507926087218e-10, + "K": 7.145223968052505e-09, + "L": 1.3985981262010228e-09, + "G": 1.7903746538650012e-06, + "F": 5.460553438751958e-05, + "E": 2.2013398393028183e-06, + "T": 1.2562997653731145e-05, + "P": 0.08653498440980911, + "-": 0.9133028388023376 + }, + "id": "tp_2280" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 285018, + "label": "-", + "classification": { + "B": 1.1636120539337824e-10, + "S": 9.472733361604035e-12, + "I": 1.586235498507449e-08, + "C": 3.069378085029939e-10, + "R": 3.589785760316211e-11, + "M": 3.4006640703410085e-07, + "O": 5.194581831347023e-08, + "W": 4.7019020621430485e-11, + "N": 1.62136745002206e-11, + "Y": 2.6008703457591764e-07, + "U": 3.1951213051197025e-13, + "K": 2.0371218614431176e-14, + "L": 1.4007820459127629e-09, + "G": 1.1437506941547326e-07, + "F": 7.763438816255075e-07, + "E": 4.477691106785642e-09, + "T": 1.1091274245700333e-06, + "P": 0.003201371757313609, + "-": 0.9967960715293884 + }, + "id": "tp_2281" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 285152, + "label": "-", + "classification": { + "B": 1.048348741150562e-09, + "S": 1.0459614424584984e-10, + "I": 1.1920980647062152e-08, + "C": 1.9661028360928867e-10, + "R": 4.8542645597615675e-11, + "M": 3.254152858289672e-08, + "O": 7.212015162849639e-08, + "W": 1.4704827633327255e-10, + "N": 4.034925518703325e-11, + "Y": 1.0054612431531496e-07, + "U": 1.526156588257943e-12, + "K": 8.749344835874001e-14, + "L": 1.3627221573386805e-09, + "G": 4.211226922734568e-08, + "F": 5.875765054952353e-06, + "E": 3.1128000177460535e-09, + "T": 9.246145964425523e-07, + "P": 0.017602451145648956, + "-": 0.9823905229568481 + }, + "id": "tp_2282" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 285252, + "label": "-", + "classification": { + "B": 1.242599637407693e-06, + "S": 1.103593039175621e-08, + "I": 3.10111772705568e-07, + "C": 1.046450481823058e-08, + "R": 4.652186635922817e-09, + "M": 3.821079189947341e-06, + "O": 5.254685675026849e-06, + "W": 2.8119439221541143e-08, + "N": 1.1330004712206687e-09, + "Y": 2.8923616355314152e-06, + "U": 1.1922732245928103e-10, + "K": 7.522438401352805e-12, + "L": 3.932210290713556e-07, + "G": 4.264100425643846e-06, + "F": 1.2768674423568882e-05, + "E": 1.7421476172785333e-07, + "T": 6.957358436920913e-06, + "P": 0.006579460576176643, + "-": 0.9933823347091675 + }, + "id": "tp_2283" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 285385, + "label": "-", + "classification": { + "B": 2.0295714421081357e-05, + "S": 1.5583138520014472e-05, + "I": 0.0008592246449552476, + "C": 0.0006900805165059865, + "R": 0.0002724210498854518, + "M": 0.00202575814910233, + "O": 0.0004463122459128499, + "W": 2.3508708181907423e-05, + "N": 5.02442562719807e-05, + "Y": 0.010777615942060947, + "U": 2.0564642909448594e-05, + "K": 2.30643436225364e-05, + "L": 0.00013801822206005454, + "G": 0.0025791553780436516, + "F": 0.007746844086796045, + "E": 0.0004265319730620831, + "T": 0.009173085913062096, + "P": 0.04328517988324165, + "-": 0.9214264154434204 + }, + "id": "tp_2284" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 285519, + "label": "-", + "classification": { + "B": 1.7292706155913606e-10, + "S": 2.398686138604944e-09, + "I": 1.2683653949352447e-06, + "C": 2.1866483734811482e-07, + "R": 2.6336387293213193e-08, + "M": 1.0363120281908778e-06, + "O": 3.0900213232598617e-07, + "W": 2.3879038746343895e-09, + "N": 1.2770423829522315e-08, + "Y": 1.612190499145072e-05, + "U": 1.1814828004830247e-09, + "K": 3.960229921773362e-09, + "L": 1.4727544517256774e-08, + "G": 1.1612233947744244e-06, + "F": 0.0001970701414393261, + "E": 2.3151027050971607e-07, + "T": 3.661029040813446e-05, + "P": 0.008989783935248852, + "-": 0.9907562136650085 + }, + "id": "tp_2285" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 285652, + "label": "-", + "classification": { + "B": 4.025594171253033e-05, + "S": 4.104870822629891e-05, + "I": 0.0006875577964819968, + "C": 7.900409400463104e-05, + "R": 2.8305257728789002e-05, + "M": 0.0009557376615703106, + "O": 0.0004964845720678568, + "W": 4.139559678151272e-05, + "N": 5.212915129959583e-05, + "Y": 0.0017442930256947875, + "U": 8.579318091506138e-06, + "K": 4.398248165671248e-06, + "L": 9.88620740827173e-05, + "G": 0.0005218907026574016, + "F": 0.00296447379514575, + "E": 0.00034067867090925574, + "T": 0.005333442706614733, + "P": 0.11904742568731308, + "-": 0.8675140738487244 + }, + "id": "tp_2286" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 285752, + "label": "-", + "classification": { + "B": 1.8791604816215113e-05, + "S": 3.1256753572961316e-05, + "I": 0.00015253816673066467, + "C": 6.354111974360421e-05, + "R": 3.660873699118383e-05, + "M": 0.002786781173199415, + "O": 0.00042484604637138546, + "W": 1.4115299563854933e-05, + "N": 8.932751370593905e-06, + "Y": 0.005029105581343174, + "U": 2.263255964862765e-06, + "K": 2.894742920034332e-06, + "L": 0.00010301198199158534, + "G": 0.0010920646600425243, + "F": 0.005904383026063442, + "E": 0.00014254942652769387, + "T": 0.0066262343898415565, + "P": 0.030276350677013397, + "-": 0.9472838044166565 + }, + "id": "tp_2287" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 285886, + "label": "-", + "classification": { + "B": 6.311577180895256e-06, + "S": 1.4534010688294074e-06, + "I": 9.810154551814776e-06, + "C": 1.3078421261525364e-06, + "R": 3.634504253113846e-07, + "M": 5.271803092909977e-05, + "O": 5.661922477884218e-05, + "W": 1.1726350521712448e-06, + "N": 4.006978429060837e-07, + "Y": 5.0109258154407144e-05, + "U": 4.121849528360144e-08, + "K": 7.542439561802894e-09, + "L": 6.08356549491873e-06, + "G": 3.752412521862425e-05, + "F": 0.0003528999222908169, + "E": 5.4286460908770096e-06, + "T": 0.0003165583766531199, + "P": 0.058364395052194595, + "-": 0.9407367706298828 + }, + "id": "tp_2288" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 286019, + "label": "-", + "classification": { + "B": 5.343785858258343e-08, + "S": 5.869202368558035e-08, + "I": 9.700420378067065e-07, + "C": 2.697323679967667e-07, + "R": 5.03599011381084e-08, + "M": 1.1959285075135995e-05, + "O": 4.108308075956302e-06, + "W": 2.9511019405958905e-08, + "N": 8.171143761614985e-09, + "Y": 1.5077248463057913e-05, + "U": 7.884365937904647e-10, + "K": 7.703767068711898e-10, + "L": 4.814147587239859e-07, + "G": 1.2591194717970211e-05, + "F": 0.0009947512298822403, + "E": 9.462517027714057e-07, + "T": 2.6228741262457334e-05, + "P": 0.00899727363139391, + "-": 0.9899352192878723 + }, + "id": "tp_2289" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 286153, + "label": "-", + "classification": { + "B": 9.438094275537878e-05, + "S": 0.0001921647199196741, + "I": 0.00042928545735776424, + "C": 1.653087565500755e-05, + "R": 4.556095063890098e-06, + "M": 0.00112816016189754, + "O": 0.0005560097051784396, + "W": 4.276161052985117e-05, + "N": 6.41889200778678e-05, + "Y": 0.0006441348814405501, + "U": 1.723273157949734e-06, + "K": 4.040620751766255e-06, + "L": 6.293478509178385e-05, + "G": 0.0003034602850675583, + "F": 0.01101488433778286, + "E": 0.0008385617984458804, + "T": 0.0008903242414817214, + "P": 0.20822040736675262, + "-": 0.7754915356636047 + }, + "id": "tp_2290" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 286253, + "label": "-", + "classification": { + "B": 1.3018583544521789e-08, + "S": 6.5908217550259e-08, + "I": 1.181807988359651e-06, + "C": 1.9467138656636962e-07, + "R": 1.2632853874094963e-08, + "M": 2.0054669676028425e-06, + "O": 8.245865501521621e-07, + "W": 1.7787710859806793e-08, + "N": 8.088284175755689e-08, + "Y": 2.5982821171055548e-05, + "U": 4.052863822323616e-09, + "K": 3.2477178280032604e-08, + "L": 2.578827817956153e-08, + "G": 1.5507218904531328e-06, + "F": 0.0005078321555629373, + "E": 1.8261393961438444e-06, + "T": 5.035940921516158e-05, + "P": 0.03725047409534454, + "-": 0.9621575474739075 + }, + "id": "tp_2291" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 286386, + "label": "-", + "classification": { + "B": 9.375463378091808e-06, + "S": 6.8276599449745845e-06, + "I": 0.0005649459781125188, + "C": 0.0001252959482371807, + "R": 4.686381362262182e-05, + "M": 0.00029176028328947723, + "O": 0.00022411228565033525, + "W": 1.0615242899802979e-05, + "N": 2.5353299861308187e-05, + "Y": 0.0012490804074332118, + "U": 4.070559953106567e-06, + "K": 3.776882749662036e-06, + "L": 3.714856211445294e-05, + "G": 0.0006280638626776636, + "F": 0.0030561131425201893, + "E": 8.102339052129537e-05, + "T": 0.0023769831750541925, + "P": 0.07076285779476166, + "-": 0.9204956889152527 + }, + "id": "tp_2292" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 286520, + "label": "-", + "classification": { + "B": 0.00010864434443647042, + "S": 2.4965926058939658e-05, + "I": 0.011942099779844284, + "C": 0.0005466680740937591, + "R": 0.00011723650095518678, + "M": 0.0037539121694862843, + "O": 0.00047339763841591775, + "W": 3.843371450784616e-05, + "N": 0.0005094654043205082, + "Y": 0.011227726936340332, + "U": 3.373067011125386e-05, + "K": 4.4507971324492246e-05, + "L": 0.00010137655772268772, + "G": 0.004431296139955521, + "F": 0.0034093977883458138, + "E": 0.004053889308124781, + "T": 0.01228767354041338, + "P": 0.30294251441955566, + "-": 0.6439531445503235 + }, + "id": "tp_2293" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 286653, + "label": "-", + "classification": { + "B": 3.143025878671324e-06, + "S": 4.245333457220113e-06, + "I": 0.0005536064272746444, + "C": 0.0001889699778985232, + "R": 3.6151090171188116e-05, + "M": 0.0009149052784778178, + "O": 8.295365114463493e-05, + "W": 4.261932645022171e-06, + "N": 3.531995025696233e-05, + "Y": 0.006384641397744417, + "U": 5.997160315018846e-06, + "K": 0.00016097250045277178, + "L": 1.7215275875059888e-05, + "G": 0.0012334759812802076, + "F": 0.014102673158049583, + "E": 0.0012626246316358447, + "T": 0.0026494397316128016, + "P": 0.038629136979579926, + "-": 0.93373042345047 + }, + "id": "tp_2294" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 286753, + "label": "-", + "classification": { + "B": 4.9541204134584405e-06, + "S": 0.00014566727622877806, + "I": 2.2306803657556884e-05, + "C": 3.296110890005366e-06, + "R": 3.615135938161984e-06, + "M": 0.0012116901343688369, + "O": 0.0005838817451149225, + "W": 1.7717344235279597e-05, + "N": 2.2749857180315303e-06, + "Y": 0.0011912647169083357, + "U": 8.244651894528943e-08, + "K": 6.258949838411354e-07, + "L": 3.168728289892897e-05, + "G": 0.00021455793466884643, + "F": 0.007608404848724604, + "E": 3.19556420436129e-05, + "T": 0.0015770462341606617, + "P": 0.009420444257557392, + "-": 0.9779285192489624 + }, + "id": "tp_2295" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 286887, + "label": "-", + "classification": { + "B": 2.0136646128321445e-07, + "S": 0.0005252956761978567, + "I": 1.4943364476494025e-05, + "C": 0.0039148409850895405, + "R": 0.002507952041924, + "M": 0.0344395749270916, + "O": 0.009774752892553806, + "W": 8.413979958277196e-05, + "N": 1.30021453514928e-06, + "Y": 0.0718473270535469, + "U": 2.2189510673342738e-07, + "K": 1.1210971024411265e-05, + "L": 0.011135425418615341, + "G": 0.1123848557472229, + "F": 0.20334698259830475, + "E": 3.0789906304562464e-05, + "T": 0.04969845712184906, + "P": 0.0001612005289644003, + "-": 0.5001204609870911 + }, + "id": "tp_2296" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 287020, + "label": "-", + "classification": { + "B": 1.3533228582218726e-07, + "S": 3.070178706821025e-07, + "I": 4.098087202919487e-08, + "C": 1.747738487267725e-08, + "R": 1.7114905048742912e-08, + "M": 6.223937816685066e-05, + "O": 1.1103767974418588e-05, + "W": 2.6729038538064742e-08, + "N": 3.2700445129485445e-10, + "Y": 5.26265794178471e-05, + "U": 1.3875261183071697e-11, + "K": 5.177881040596688e-11, + "L": 2.024612513196189e-06, + "G": 3.385578020242974e-05, + "F": 0.00185200700070709, + "E": 2.917879839969828e-07, + "T": 3.2730917155276984e-05, + "P": 0.00031111709540709853, + "-": 0.9976414442062378 + }, + "id": "tp_2297" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 287154, + "label": "-", + "classification": { + "B": 4.77473768114578e-05, + "S": 0.00023061054525896907, + "I": 2.4775690690148622e-05, + "C": 1.624632568564266e-05, + "R": 5.009332198824268e-06, + "M": 0.0006874222308397293, + "O": 0.0005628084181807935, + "W": 3.737879160325974e-05, + "N": 8.85367080627475e-06, + "Y": 0.0011116996174678206, + "U": 5.527489292944665e-07, + "K": 3.699800436152145e-05, + "L": 4.5430526370182633e-05, + "G": 0.0008765652892179787, + "F": 0.06974388659000397, + "E": 0.00027636816957965493, + "T": 0.0012308282312005758, + "P": 0.02948593534529209, + "-": 0.8955708742141724 + }, + "id": "tp_2298" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 287254, + "label": "-", + "classification": { + "B": 0.00017499685054644942, + "S": 5.697872893506428e-06, + "I": 4.847842774324818e-06, + "C": 2.865431042664568e-06, + "R": 3.3448950489400886e-06, + "M": 0.0021367883309721947, + "O": 0.0004607185837812722, + "W": 2.1677217318938347e-06, + "N": 4.6024471345162965e-08, + "Y": 0.0006011368241161108, + "U": 4.2403427435999674e-09, + "K": 2.810643662254364e-10, + "L": 0.00014361678040586412, + "G": 0.0005178131395950913, + "F": 0.0001614305074326694, + "E": 2.5947842914320063e-06, + "T": 0.002110850065946579, + "P": 0.0016424357891082764, + "-": 0.9920286536216736 + }, + "id": "tp_2299" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 287387, + "label": "-", + "classification": { + "B": 8.167950909410138e-06, + "S": 0.0005182101158425212, + "I": 7.615462527610362e-05, + "C": 0.00016434973804280162, + "R": 0.0002152146043954417, + "M": 0.032596927136182785, + "O": 0.006572011858224869, + "W": 9.986422810470685e-05, + "N": 3.6182002531859325e-06, + "Y": 0.05584825575351715, + "U": 1.9729594669115613e-07, + "K": 3.267399961259798e-06, + "L": 0.0016322791343554854, + "G": 0.011573814786970615, + "F": 0.020160820335149765, + "E": 6.217101326910779e-05, + "T": 0.0362691767513752, + "P": 0.0007783050532452762, + "-": 0.8334171772003174 + }, + "id": "tp_2300" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 287521, + "label": "-", + "classification": { + "B": 0.00011089119652751833, + "S": 2.0920939277857542e-05, + "I": 3.096756699960679e-05, + "C": 2.1227871911833063e-05, + "R": 9.691302693681791e-06, + "M": 0.0008847196004353464, + "O": 0.0002963354636449367, + "W": 7.602598088851664e-06, + "N": 1.1532498547239811e-06, + "Y": 0.0018244263483211398, + "U": 3.671525234949513e-07, + "K": 2.694524994240055e-07, + "L": 0.00013767190102953464, + "G": 0.00119809340685606, + "F": 0.006973154842853546, + "E": 4.413004353409633e-05, + "T": 0.0014440770028159022, + "P": 0.008578726090490818, + "-": 0.9784155488014221 + }, + "id": "tp_2301" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 287654, + "label": "-", + "classification": { + "B": 1.894556476145226e-07, + "S": 8.957726116420872e-09, + "I": 7.60861165738369e-11, + "C": 1.968040964570039e-12, + "R": 2.274834834392614e-12, + "M": 2.260749624838354e-06, + "O": 2.726649199757958e-06, + "W": 5.906807265532166e-10, + "N": 2.4371956818154683e-13, + "Y": 6.924136641828227e-08, + "U": 3.106984401406317e-15, + "K": 3.9581852933915905e-17, + "L": 7.575563643058558e-08, + "G": 9.811981982466023e-08, + "F": 6.453673449868802e-06, + "E": 2.8703592280798773e-10, + "T": 5.285365887175431e-07, + "P": 7.063596422085539e-05, + "-": 0.9999169111251831 + }, + "id": "tp_2302" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 287754, + "label": "-", + "classification": { + "B": 1.397785620582681e-08, + "S": 2.9931840117569664e-07, + "I": 6.022133192118417e-08, + "C": 7.910416321976754e-09, + "R": 5.641083600238517e-09, + "M": 4.523305051407078e-06, + "O": 5.79133529754472e-06, + "W": 5.917922152320898e-08, + "N": 2.37949060455378e-09, + "Y": 1.1699934475473128e-05, + "U": 8.953738445116599e-11, + "K": 9.71039471053814e-10, + "L": 1.284793853528754e-07, + "G": 1.4541312793880934e-06, + "F": 0.0008646767237223685, + "E": 5.3871787031312124e-08, + "T": 3.0033463190193288e-05, + "P": 0.0013168202713131905, + "-": 0.9977643489837646 + }, + "id": "tp_2303" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 287888, + "label": "-", + "classification": { + "B": 4.1486156987957656e-05, + "S": 4.6260011004051194e-05, + "I": 3.8315949495881796e-05, + "C": 3.697446300066076e-05, + "R": 2.4565788407926448e-05, + "M": 0.0020569527987390757, + "O": 0.0016961819492280483, + "W": 3.183472654200159e-05, + "N": 1.845469455474813e-06, + "Y": 0.0005428374279290438, + "U": 5.214478164816683e-07, + "K": 2.532960508005999e-08, + "L": 0.0005601705051958561, + "G": 0.0005414590705186129, + "F": 0.001702059991657734, + "E": 1.4531267879647203e-05, + "T": 0.002446775557473302, + "P": 0.006080291699618101, + "-": 0.9841369390487671 + }, + "id": "tp_2304" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 288021, + "label": "-", + "classification": { + "B": 0.0003586217062547803, + "S": 0.0016109123826026917, + "I": 0.0017247955547645688, + "C": 0.0010976629564538598, + "R": 0.00043574036681093276, + "M": 0.006986158899962902, + "O": 0.004890816286206245, + "W": 0.0010272073559463024, + "N": 0.0008979435078799725, + "Y": 0.021224968135356903, + "U": 0.00016468924877699465, + "K": 0.006174212787300348, + "L": 0.0009133731946349144, + "G": 0.010746520943939686, + "F": 0.16033853590488434, + "E": 0.009463164024055004, + "T": 0.011651151813566685, + "P": 0.09678788483142853, + "-": 0.6635056734085083 + }, + "id": "tp_2305" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 288155, + "label": "-", + "classification": { + "B": 1.3671415217686445e-06, + "S": 2.157513881684281e-05, + "I": 1.298628922086209e-05, + "C": 6.577463409485063e-07, + "R": 1.6371110405088984e-06, + "M": 0.0006447172490879893, + "O": 0.00040929537499323487, + "W": 6.563712304341607e-06, + "N": 4.4471357796282973e-07, + "Y": 0.004490396939218044, + "U": 1.8010796409839713e-08, + "K": 2.9108162991065e-08, + "L": 1.822149715735577e-05, + "G": 0.00016903950017876923, + "F": 0.001216167933307588, + "E": 1.6336362023139372e-06, + "T": 0.005936494562774897, + "P": 0.002309356350451708, + "-": 0.9847593903541565 + }, + "id": "tp_2306" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 288255, + "label": "-", + "classification": { + "B": 0.000291406933683902, + "S": 9.881168807623908e-05, + "I": 5.508569665835239e-05, + "C": 0.00016724519082345068, + "R": 7.992763130459934e-05, + "M": 0.0008997151162475348, + "O": 0.0007693953812122345, + "W": 4.795165659743361e-05, + "N": 5.130192676006118e-06, + "Y": 0.0007041305652819574, + "U": 1.6864099734448246e-06, + "K": 1.5142477423069067e-06, + "L": 0.00021784509590361267, + "G": 0.001130944467149675, + "F": 0.010372881777584553, + "E": 4.715433533419855e-05, + "T": 0.0018759766826406121, + "P": 0.01608939841389656, + "-": 0.9671438336372375 + }, + "id": "tp_2307" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 288388, + "label": "-", + "classification": { + "B": 4.854578072865934e-09, + "S": 7.464604045992473e-09, + "I": 6.909060346060869e-08, + "C": 2.0712104031872514e-08, + "R": 3.448069163525247e-09, + "M": 8.682228553880122e-07, + "O": 1.1606721272983123e-06, + "W": 4.249716134552273e-09, + "N": 1.3860823599998184e-09, + "Y": 2.2257324872043682e-06, + "U": 7.166332804953157e-11, + "K": 1.7552443873358747e-11, + "L": 4.163588229744164e-08, + "G": 9.309964639214741e-07, + "F": 0.00014773350267205387, + "E": 2.89018995403012e-08, + "T": 1.2668829185713548e-05, + "P": 0.004990518093109131, + "-": 0.9948437213897705 + }, + "id": "tp_2308" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 288522, + "label": "-", + "classification": { + "B": 3.9008615781988e-10, + "S": 1.5430568822694113e-08, + "I": 5.137512082420415e-10, + "C": 8.21065264389187e-12, + "R": 2.661880785237436e-11, + "M": 6.004559622851957e-07, + "O": 3.517904758609802e-07, + "W": 4.836281375375506e-10, + "N": 4.031098805451494e-12, + "Y": 1.6734014707253664e-06, + "U": 2.068237447353915e-14, + "K": 9.433775375461417e-13, + "L": 3.667011139185661e-09, + "G": 9.496190500613011e-08, + "F": 7.911979628261179e-05, + "E": 7.483795805285354e-10, + "T": 3.382550175956567e-06, + "P": 0.00011666393402265385, + "-": 0.9997981190681458 + }, + "id": "tp_2309" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 288655, + "label": "-", + "classification": { + "B": 8.262661665980886e-09, + "S": 1.9375091753204288e-08, + "I": 7.174621430294792e-08, + "C": 1.5604793190959754e-07, + "R": 2.100299845153586e-08, + "M": 1.6556605260120705e-05, + "O": 1.4152467429084936e-06, + "W": 4.087865157487158e-09, + "N": 6.119030282469851e-10, + "Y": 2.732827670115512e-05, + "U": 3.926536179532647e-11, + "K": 5.423081081423753e-11, + "L": 6.748513214915874e-08, + "G": 3.2745506359788124e-06, + "F": 5.131147554493509e-05, + "E": 1.2694727047346532e-07, + "T": 7.724134047748521e-05, + "P": 0.0003374410152900964, + "-": 0.9994848966598511 + }, + "id": "tp_2310" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 288755, + "label": "-", + "classification": { + "B": 6.67061103740707e-05, + "S": 0.0007282886654138565, + "I": 0.00624504778534174, + "C": 0.001047937199473381, + "R": 0.0010059736669063568, + "M": 0.00648061977699399, + "O": 0.005189291667193174, + "W": 0.00043445901246741414, + "N": 0.0007345006451942027, + "Y": 0.029022181406617165, + "U": 2.9349583201110363e-05, + "K": 0.0004939932841807604, + "L": 0.00042061848216690123, + "G": 0.00697621563449502, + "F": 0.04190753027796745, + "E": 0.001032142317853868, + "T": 0.027005165815353394, + "P": 0.06391117721796036, + "-": 0.8072687983512878 + }, + "id": "tp_2311" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 288889, + "label": "-", + "classification": { + "B": 8.095642260741442e-05, + "S": 0.00028843351174145937, + "I": 1.7432945242035203e-05, + "C": 8.523460564902052e-05, + "R": 3.595970702008344e-05, + "M": 0.006783850025385618, + "O": 0.0016125277616083622, + "W": 3.6671466659754515e-05, + "N": 1.4090801414567977e-06, + "Y": 0.0018899154383689165, + "U": 1.193065628513068e-07, + "K": 6.228235633898294e-07, + "L": 0.0007520252838730812, + "G": 0.004165954422205687, + "F": 0.033608678728342056, + "E": 0.00013262394350022078, + "T": 0.002978026168420911, + "P": 0.003776676021516323, + "-": 0.9437527656555176 + }, + "id": "tp_2312" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 289022, + "label": "-", + "classification": { + "B": 7.644141533091897e-07, + "S": 2.1263869712129235e-05, + "I": 1.7400341675966047e-05, + "C": 1.620265237534113e-07, + "R": 4.1907375702976424e-07, + "M": 0.0005597309209406376, + "O": 0.00017014787590596825, + "W": 2.0068039248144487e-06, + "N": 5.061371552983474e-07, + "Y": 0.003867797553539276, + "U": 5.9099267701867575e-09, + "K": 1.357198868845444e-07, + "L": 3.0491362394968746e-06, + "G": 8.725313819013536e-05, + "F": 0.0012863214360550046, + "E": 2.6149757559323916e-06, + "T": 0.004445816855877638, + "P": 0.002667509252205491, + "-": 0.9868670701980591 + }, + "id": "tp_2313" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 289156, + "label": "-", + "classification": { + "B": 2.475052315276116e-05, + "S": 4.725790495285764e-05, + "I": 7.324219950533006e-06, + "C": 7.185039976320695e-07, + "R": 6.981695150898304e-07, + "M": 0.0009232393349520862, + "O": 0.00034544451045803726, + "W": 8.677088771946728e-06, + "N": 6.670206289527414e-07, + "Y": 0.0002958597906399518, + "U": 4.369322326169822e-08, + "K": 4.6505186901413254e-07, + "L": 2.084459447360132e-05, + "G": 0.00010519689385546371, + "F": 0.00546689098700881, + "E": 4.024473673780449e-05, + "T": 0.0006689071888104081, + "P": 0.00833004992455244, + "-": 0.9837125539779663 + }, + "id": "tp_2314" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 289256, + "label": "-", + "classification": { + "B": 2.6433754101162776e-06, + "S": 1.7379281871399144e-06, + "I": 1.5339641379341629e-07, + "C": 7.422571343340678e-06, + "R": 5.770321422460256e-06, + "M": 0.0006911030504852533, + "O": 0.0002700889599509537, + "W": 4.461785465537105e-07, + "N": 2.152729772220141e-09, + "Y": 0.0008545886375941336, + "U": 9.561869074303786e-10, + "K": 2.4670285259098534e-10, + "L": 0.00032898440258577466, + "G": 0.0013432346750050783, + "F": 0.0038084890693426132, + "E": 2.8723891887239006e-07, + "T": 0.00042208406375721097, + "P": 0.00010128172289114445, + "-": 0.9921616911888123 + }, + "id": "tp_2315" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 289389, + "label": "-", + "classification": { + "B": 1.0429085705254693e-05, + "S": 9.748183219926432e-05, + "I": 0.00015311229799408466, + "C": 0.0002879855746868998, + "R": 0.00013612610928248614, + "M": 0.012623264454305172, + "O": 0.0017780439229682088, + "W": 3.602046490414068e-05, + "N": 5.05004936712794e-06, + "Y": 0.014875898137688637, + "U": 6.256884717004141e-07, + "K": 8.913322631087794e-07, + "L": 0.0005256904987618327, + "G": 0.0032043501269072294, + "F": 0.0047298818826675415, + "E": 4.1209146729670465e-05, + "T": 0.027836034074425697, + "P": 0.0020254221744835377, + "-": 0.9316324591636658 + }, + "id": "tp_2316" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 289523, + "label": "-", + "classification": { + "B": 5.186932685319334e-05, + "S": 1.1054576134483796e-05, + "I": 2.217818519056891e-06, + "C": 3.962587697969866e-07, + "R": 1.686193940031444e-07, + "M": 3.5139175452059135e-05, + "O": 7.946719415485859e-05, + "W": 1.8018120044871466e-06, + "N": 1.894233889743191e-07, + "Y": 9.317222429672256e-05, + "U": 1.4887242549832536e-08, + "K": 3.5906204232105665e-08, + "L": 6.988722816458903e-06, + "G": 7.94635561760515e-05, + "F": 0.0032569540198892355, + "E": 8.680477549205534e-06, + "T": 0.00010478101467015222, + "P": 0.010821333155035973, + "-": 0.9854463338851929 + }, + "id": "tp_2317" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 289656, + "label": "-", + "classification": { + "B": 0.00022454238205682486, + "S": 7.614498372277012e-06, + "I": 1.8065677522827173e-06, + "C": 7.176962526500574e-07, + "R": 3.127483694242983e-07, + "M": 0.0007146525313146412, + "O": 0.00024309124273713678, + "W": 2.229654228358413e-06, + "N": 3.604364451348374e-08, + "Y": 6.929474329808727e-05, + "U": 3.6588194696207665e-09, + "K": 7.844633276299362e-10, + "L": 6.12627191003412e-05, + "G": 0.0002265126968268305, + "F": 0.001330975559540093, + "E": 4.700305453297915e-06, + "T": 0.0002144693717127666, + "P": 0.0032544920686632395, + "-": 0.9936432838439941 + }, + "id": "tp_2318" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 289756, + "label": "-", + "classification": { + "B": 0.00020613531523849815, + "S": 0.00022957578767091036, + "I": 0.0008124665473587811, + "C": 0.0004853778227698058, + "R": 0.00020680045417975634, + "M": 0.0008767754770815372, + "O": 0.0013150773011147976, + "W": 0.0001333297841483727, + "N": 8.616730337962508e-05, + "Y": 0.0009418657864443958, + "U": 1.2250457984919194e-05, + "K": 7.5434104473970365e-06, + "L": 0.00040570812416262925, + "G": 0.0015200545312836766, + "F": 0.016869094222784042, + "E": 0.00026605286984704435, + "T": 0.00339956465177238, + "P": 0.11625686287879944, + "-": 0.8559694290161133 + }, + "id": "tp_2319" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 289890, + "label": "-", + "classification": { + "B": 1.1561938073612055e-08, + "S": 2.1431067409594107e-07, + "I": 9.97521601675544e-06, + "C": 2.2366725715983193e-06, + "R": 1.6713796640033252e-06, + "M": 0.00014009600272402167, + "O": 1.348649493593257e-05, + "W": 1.5537463582404598e-07, + "N": 9.914271004163311e-08, + "Y": 0.002151049906387925, + "U": 1.2204481869559913e-08, + "K": 5.005760783660662e-08, + "L": 1.5940113371470943e-06, + "G": 7.77105160523206e-05, + "F": 0.0016108989948406816, + "E": 2.8880558602395467e-06, + "T": 0.0007719288114458323, + "P": 0.0024929733481258154, + "-": 0.9927230477333069 + }, + "id": "tp_2320" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 290023, + "label": "-", + "classification": { + "B": 1.9239523680880666e-05, + "S": 0.0006705683190375566, + "I": 8.177409472409636e-05, + "C": 0.0002964901505038142, + "R": 0.00010090561409015208, + "M": 0.004221345763653517, + "O": 0.002814255887642503, + "W": 0.000147354876389727, + "N": 4.0560367779107764e-05, + "Y": 0.017235269770026207, + "U": 5.126628821017221e-06, + "K": 0.0003662900417111814, + "L": 0.0004854660655837506, + "G": 0.005874330177903175, + "F": 0.09876210242509842, + "E": 0.0007112903986126184, + "T": 0.007221919018775225, + "P": 0.020139174535870552, + "-": 0.8408064842224121 + }, + "id": "tp_2321" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 290157, + "label": "-", + "classification": { + "B": 6.113524432294071e-05, + "S": 0.0002702723431866616, + "I": 1.4029247950020363e-06, + "C": 1.0274652595398948e-06, + "R": 1.29570275930746e-06, + "M": 0.0014878048095852137, + "O": 0.0009579382021911442, + "W": 1.50970945469453e-05, + "N": 1.1462415727692132e-07, + "Y": 0.00025136236217804253, + "U": 6.0285834102558056e-09, + "K": 8.307766030668517e-09, + "L": 0.0001075878317351453, + "G": 0.00021528577781282365, + "F": 0.004492907784879208, + "E": 5.214551038079662e-06, + "T": 0.0006349738105200231, + "P": 0.0017092402558773756, + "-": 0.9897873401641846 + }, + "id": "tp_2322" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 290257, + "label": "-", + "classification": { + "B": 2.715338951020385e-06, + "S": 8.965285815065727e-05, + "I": 8.721856374904746e-07, + "C": 1.8776128172248718e-06, + "R": 2.2819044716015924e-06, + "M": 0.0017333164578303695, + "O": 0.0009056164417415857, + "W": 5.875074293726357e-06, + "N": 4.560795829888775e-08, + "Y": 0.003847416490316391, + "U": 7.75115638340651e-10, + "K": 3.06946965622501e-08, + "L": 0.0001259674463653937, + "G": 0.0019738194532692432, + "F": 0.03836260735988617, + "E": 2.846359166142065e-06, + "T": 0.0031785168685019016, + "P": 0.00022274930961430073, + "-": 0.9495437145233154 + }, + "id": "tp_2323" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 290390, + "label": "-", + "classification": { + "B": 3.71079487138104e-08, + "S": 2.2145927403016685e-07, + "I": 3.962477421737276e-06, + "C": 3.923483291146113e-06, + "R": 3.3875351164169842e-06, + "M": 0.0005195214180275798, + "O": 4.2295741877751425e-05, + "W": 1.1440282321473205e-07, + "N": 1.87537771978441e-08, + "Y": 0.007133422419428825, + "U": 2.5192574693022607e-09, + "K": 2.5009687654176105e-09, + "L": 9.441128895559814e-06, + "G": 0.0002745984820649028, + "F": 0.00028180560912005603, + "E": 4.589609261529404e-07, + "T": 0.004154257010668516, + "P": 0.00020301993936300278, + "-": 0.9873693585395813 + }, + "id": "tp_2324" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 290524, + "label": "-", + "classification": { + "B": 0.00014670200471300632, + "S": 0.002699128817766905, + "I": 0.00011067207378800958, + "C": 1.311326923314482e-05, + "R": 2.2570891815121286e-05, + "M": 0.010734770447015762, + "O": 0.006761559750884771, + "W": 0.00013474476872943342, + "N": 6.6933816924574785e-06, + "Y": 0.009753899648785591, + "U": 2.998362447215186e-08, + "K": 4.5973445139679825e-07, + "L": 0.0005323523655533791, + "G": 0.004351259209215641, + "F": 0.020136728882789612, + "E": 5.1598566642496735e-05, + "T": 0.020661981776356697, + "P": 0.0025101155042648315, + "-": 0.9213716387748718 + }, + "id": "tp_2325" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 290657, + "label": "-", + "classification": { + "B": 1.2006820497845183e-06, + "S": 4.73901508257768e-07, + "I": 2.022514991040225e-06, + "C": 9.679274626250844e-06, + "R": 2.7380183382774703e-06, + "M": 0.0002036553341895342, + "O": 7.450904377037659e-05, + "W": 3.210586783097824e-07, + "N": 3.6850703821755815e-08, + "Y": 0.00013972619490232319, + "U": 7.691836501066973e-09, + "K": 2.558577572031595e-09, + "L": 3.058069705730304e-05, + "G": 0.0001872542779892683, + "F": 0.0013610488967970014, + "E": 1.94613585335901e-06, + "T": 0.00024589712847955525, + "P": 0.0014370284043252468, + "-": 0.9963018894195557 + }, + "id": "tp_2326" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 290757, + "label": "-", + "classification": { + "B": 1.2481947420095452e-10, + "S": 1.2693227580129474e-09, + "I": 1.098608990446337e-07, + "C": 7.622520392658316e-09, + "R": 1.8619068509195813e-09, + "M": 2.172020430180055e-07, + "O": 8.050236743883943e-08, + "W": 1.6476776609763988e-09, + "N": 3.762848699295773e-09, + "Y": 6.526438664877787e-05, + "U": 1.900549023714504e-10, + "K": 1.712559054567464e-07, + "L": 1.064340171552658e-09, + "G": 1.852610807873134e-06, + "F": 0.0011496910592541099, + "E": 8.853425015331595e-07, + "T": 9.817083082452882e-06, + "P": 0.010715460404753685, + "-": 0.9880564212799072 + }, + "id": "tp_2327" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 290891, + "label": "-", + "classification": { + "B": 1.869308835011907e-05, + "S": 1.3493826145349885e-06, + "I": 3.4696317015914246e-05, + "C": 7.3102378337353e-06, + "R": 1.0055695156552247e-06, + "M": 0.0002290171105414629, + "O": 7.407148950733244e-05, + "W": 9.829840337260976e-07, + "N": 9.01085002169566e-07, + "Y": 9.341428813058883e-05, + "U": 7.986426453499007e-08, + "K": 3.883668497906001e-09, + "L": 2.139266871381551e-05, + "G": 0.0001138259467552416, + "F": 0.0004335356643423438, + "E": 2.8199085136293434e-05, + "T": 0.00026971945771947503, + "P": 0.0875602513551712, + "-": 0.9111114740371704 + }, + "id": "tp_2328" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 291024, + "label": "-", + "classification": { + "B": 1.4821313016000204e-05, + "S": 0.0004452258290257305, + "I": 0.0001017107060761191, + "C": 1.2540164789243136e-05, + "R": 1.6881815099623054e-05, + "M": 0.007391486782580614, + "O": 0.0015383124118670821, + "W": 2.7367052098270506e-05, + "N": 5.108439836476464e-06, + "Y": 0.03505151718854904, + "U": 5.9279788189314786e-08, + "K": 3.013867399204173e-06, + "L": 0.00020331077394075692, + "G": 0.007046169135719538, + "F": 0.02954951487481594, + "E": 0.00010699226550059393, + "T": 0.02160903997719288, + "P": 0.0017149383202195168, + "-": 0.8951619267463684 + }, + "id": "tp_2329" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 291158, + "label": "-", + "classification": { + "B": 2.4058163035078906e-06, + "S": 1.3106498954584822e-05, + "I": 0.0001871797867352143, + "C": 0.0005378163186833262, + "R": 0.00012451001384761184, + "M": 0.0004504977259784937, + "O": 0.0003998057509306818, + "W": 1.6944322851486504e-05, + "N": 3.302259210613556e-05, + "Y": 0.0037278258241713047, + "U": 1.0012348866439424e-05, + "K": 0.0005831072339788079, + "L": 5.481861444422975e-05, + "G": 0.0018875718815252185, + "F": 0.024000702425837517, + "E": 0.0002397673815721646, + "T": 0.002198584610596299, + "P": 0.019068382680416107, + "-": 0.9464638829231262 + }, + "id": "tp_2330" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 291258, + "label": "-", + "classification": { + "B": 7.932019912004762e-07, + "S": 1.009450215860852e-06, + "I": 2.3365688321064226e-05, + "C": 2.5194881345669273e-06, + "R": 3.800319348101766e-07, + "M": 9.997127926908433e-05, + "O": 2.2352496671373956e-05, + "W": 6.617421490773268e-07, + "N": 1.2997445537621388e-06, + "Y": 0.0003423425368964672, + "U": 7.05621303609405e-08, + "K": 9.122283586293634e-07, + "L": 1.1268180060142186e-06, + "G": 0.00010565316188149154, + "F": 0.001710037118755281, + "E": 8.781495853327215e-05, + "T": 0.000248425523750484, + "P": 0.05407453700900078, + "-": 0.9432768225669861 + }, + "id": "tp_2331" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 291391, + "label": "-", + "classification": { + "B": 7.880707642016205e-08, + "S": 2.2502777596855594e-07, + "I": 0.0001674563391134143, + "C": 7.885330887802411e-06, + "R": 2.759214339675964e-06, + "M": 4.261574940755963e-05, + "O": 1.3929758097219747e-05, + "W": 3.946370839003066e-07, + "N": 5.111878635943867e-06, + "Y": 0.0008693363633938134, + "U": 2.6256125806867203e-07, + "K": 1.951555532286875e-06, + "L": 7.446842005265353e-07, + "G": 9.114130079979077e-05, + "F": 0.0012103128246963024, + "E": 5.548026456381194e-05, + "T": 0.0006196186295710504, + "P": 0.0711095854640007, + "-": 0.9258010983467102 + }, + "id": "tp_2332" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 291525, + "label": "-", + "classification": { + "B": 1.5401708797213587e-09, + "S": 1.4804109049748604e-09, + "I": 2.4373818519052293e-07, + "C": 2.196117954156307e-08, + "R": 2.2077082384441837e-09, + "M": 1.8671926227398217e-06, + "O": 3.493816791433346e-07, + "W": 1.7399043317212204e-09, + "N": 8.34048563547185e-09, + "Y": 2.710857370402664e-05, + "U": 5.152425708310204e-10, + "K": 9.473188455899617e-09, + "L": 5.7608131598385626e-09, + "G": 1.3970962982057245e-06, + "F": 0.00014847639249637723, + "E": 9.98239784166799e-07, + "T": 2.223598312411923e-05, + "P": 0.014716893434524536, + "-": 0.9850804209709167 + }, + "id": "tp_2333" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 291658, + "label": "-", + "classification": { + "B": 5.483344466483686e-06, + "S": 8.541766874259338e-06, + "I": 6.252004823181778e-05, + "C": 1.0823073353094514e-05, + "R": 2.22814446715347e-06, + "M": 0.00030440723639912903, + "O": 9.331260662293062e-05, + "W": 4.496358997130301e-06, + "N": 5.514552867680322e-06, + "Y": 0.0006387528846971691, + "U": 7.972868161232327e-07, + "K": 1.1087128086728626e-06, + "L": 1.533783506602049e-05, + "G": 0.00016761897131800652, + "F": 0.00345110846683383, + "E": 0.00013223913265392184, + "T": 0.0015037388075143099, + "P": 0.10382583737373352, + "-": 0.8897662162780762 + }, + "id": "tp_2334" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 291758, + "label": "-", + "classification": { + "B": 7.670293301334161e-14, + "S": 1.5318000774061646e-12, + "I": 5.061240662684874e-11, + "C": 5.890723672741238e-12, + "R": 2.3988065223426447e-13, + "M": 3.5447806912003443e-09, + "O": 1.2327832088487867e-09, + "W": 6.391256339270679e-13, + "N": 4.617334075848745e-13, + "Y": 7.931630108259924e-08, + "U": 8.838187411206073e-15, + "K": 3.4113949729311366e-13, + "L": 4.419494284424452e-12, + "G": 1.8834807047340973e-09, + "F": 5.666292054229416e-06, + "E": 1.8034236604069775e-10, + "T": 2.6066953751069377e-07, + "P": 0.0004622067208401859, + "-": 0.9995317459106445 + }, + "id": "tp_2335" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 291892, + "label": "-", + "classification": { + "B": 2.8832948373747058e-05, + "S": 2.2287027604761533e-05, + "I": 0.00023212452651932836, + "C": 9.309378219768405e-05, + "R": 2.454251443850808e-05, + "M": 0.0008077490492723882, + "O": 0.0003167126851622015, + "W": 1.1892445400008e-05, + "N": 2.3540218535345048e-05, + "Y": 0.0019535478204488754, + "U": 2.8407503123162314e-06, + "K": 4.299401552998461e-06, + "L": 6.545163341797888e-05, + "G": 0.0013063682708889246, + "F": 0.010552836582064629, + "E": 0.0002907243324443698, + "T": 0.0022287187166512012, + "P": 0.09889082610607147, + "-": 0.8831435441970825 + }, + "id": "tp_2336" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 292025, + "label": "-", + "classification": { + "B": 1.531604652882379e-06, + "S": 3.738854138646275e-05, + "I": 0.0007676882087253034, + "C": 4.245575109962374e-05, + "R": 1.9460174371488392e-05, + "M": 0.0013027569511905313, + "O": 0.000335249409545213, + "W": 2.4783757908153348e-05, + "N": 7.449908298440278e-05, + "Y": 0.00658957427367568, + "U": 4.598165105562657e-06, + "K": 9.895820403471589e-05, + "L": 2.4224516891990788e-05, + "G": 0.0005059692193754017, + "F": 0.005245435982942581, + "E": 0.0003742901608347893, + "T": 0.013206658884882927, + "P": 0.030793989077210426, + "-": 0.9405505061149597 + }, + "id": "tp_2337" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 292125, + "label": "-", + "classification": { + "B": 1.9604772205639165e-07, + "S": 9.974619388231076e-07, + "I": 3.1790036700840574e-06, + "C": 5.443890245260263e-07, + "R": 1.0381161530403915e-07, + "M": 3.426203329581767e-05, + "O": 1.4388410818355624e-05, + "W": 2.9338670515244303e-07, + "N": 1.303634888927263e-07, + "Y": 5.747526665800251e-05, + "U": 4.787987784027337e-09, + "K": 5.159062510529111e-08, + "L": 5.264296305540483e-07, + "G": 1.9036240701097995e-05, + "F": 0.002655787393450737, + "E": 7.657494279555976e-06, + "T": 5.0416037993272766e-05, + "P": 0.01902373880147934, + "-": 0.9781312346458435 + }, + "id": "tp_2338" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 292259, + "label": "-", + "classification": { + "B": 8.144393177644815e-07, + "S": 2.5513672952115485e-08, + "I": 0.00010531098087085411, + "C": 1.0983151696564164e-05, + "R": 7.598036404488084e-07, + "M": 5.037786831962876e-05, + "O": 5.077421974419849e-06, + "W": 1.1382168452200858e-07, + "N": 5.803779572488565e-07, + "Y": 0.00010520267096580938, + "U": 2.8986422151433544e-08, + "K": 6.5797802761835555e-09, + "L": 9.427303098163975e-07, + "G": 4.618861203198321e-05, + "F": 5.497638994711451e-05, + "E": 3.213218951714225e-05, + "T": 0.00014885714335832745, + "P": 0.10875671356916428, + "-": 0.8906809091567993 + }, + "id": "tp_2339" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 292392, + "label": "-", + "classification": { + "B": 1.5599145626765676e-05, + "S": 3.275646304246038e-05, + "I": 0.0006592294084839523, + "C": 0.00029929884476587176, + "R": 4.39656650996767e-05, + "M": 0.0005101349088363349, + "O": 0.00019952590810135007, + "W": 2.3444104954251088e-05, + "N": 0.00012519922165665776, + "Y": 0.005120099987834692, + "U": 2.7358768420526758e-05, + "K": 0.0003070928796660155, + "L": 2.015997415583115e-05, + "G": 0.0008230942767113447, + "F": 0.011821553111076355, + "E": 0.0009598045144230127, + "T": 0.0029420407954603434, + "P": 0.10919284075498581, + "-": 0.8668767809867859 + }, + "id": "tp_2340" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 292526, + "label": "-", + "classification": { + "B": 2.4337182367162313e-06, + "S": 1.3184315321268514e-05, + "I": 0.0004204980214126408, + "C": 9.823888103710487e-05, + "R": 3.509616362862289e-05, + "M": 0.0004435524169821292, + "O": 0.00017744068463798612, + "W": 8.027400326682255e-06, + "N": 3.550634937710129e-05, + "Y": 0.0028444440104067326, + "U": 1.8825393226507003e-06, + "K": 4.31986927651451e-06, + "L": 1.9133551177219488e-05, + "G": 0.0004016815510112792, + "F": 0.005853365175426006, + "E": 0.00021164122154004872, + "T": 0.0018023350276052952, + "P": 0.0985412448644638, + "-": 0.8890859484672546 + }, + "id": "tp_2341" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 292626, + "label": "-", + "classification": { + "B": 2.6623158078109554e-07, + "S": 9.876899298433273e-08, + "I": 4.646596607926767e-06, + "C": 2.879260819099727e-06, + "R": 9.220195806847187e-07, + "M": 8.405274274991825e-05, + "O": 9.960309398593381e-06, + "W": 1.5511996309669485e-07, + "N": 7.151489711532122e-08, + "Y": 0.00017408112762495875, + "U": 1.304585772743394e-08, + "K": 2.027175227681255e-08, + "L": 1.0326888286726899e-06, + "G": 3.066633871640079e-05, + "F": 0.0002300679770996794, + "E": 4.245976469974266e-06, + "T": 0.00020437335479073226, + "P": 0.008243551477789879, + "-": 0.9910089373588562 + }, + "id": "tp_2342" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 292759, + "label": "-", + "classification": { + "B": 1.597004484210629e-05, + "S": 1.0230311318082386e-06, + "I": 3.4696917282417417e-05, + "C": 3.953308350901352e-06, + "R": 7.885155355324969e-07, + "M": 0.0006651834701187909, + "O": 0.00011067429295508191, + "W": 5.189510261516261e-07, + "N": 5.318577791513235e-07, + "Y": 0.0003848824999295175, + "U": 4.416862608991323e-08, + "K": 8.208968504952452e-10, + "L": 3.933626430807635e-05, + "G": 0.00033308262936770916, + "F": 0.0001423695939593017, + "E": 1.92940715351142e-05, + "T": 0.0014966593589633703, + "P": 0.01801905781030655, + "-": 0.9787318706512451 + }, + "id": "tp_2343" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 292893, + "label": "-", + "classification": { + "B": 1.0144779025722528e-06, + "S": 1.8638542087501264e-06, + "I": 3.9504844608018175e-05, + "C": 6.543970812344924e-06, + "R": 1.1799153298852616e-06, + "M": 4.76589375466574e-05, + "O": 3.522373299347237e-05, + "W": 1.4128324892226374e-06, + "N": 3.3608878311497392e-06, + "Y": 0.00019329409406054765, + "U": 2.988424512295751e-07, + "K": 1.0292994829796953e-06, + "L": 2.3765492187521886e-06, + "G": 4.4550164602696896e-05, + "F": 0.0012284680269658566, + "E": 5.713316204492003e-05, + "T": 0.00034853065153583884, + "P": 0.09246185421943665, + "-": 0.9055246114730835 + }, + "id": "tp_2344" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 293026, + "label": "-", + "classification": { + "B": 4.031018630001881e-09, + "S": 1.8095522857919377e-09, + "I": 1.5090904526005033e-06, + "C": 1.503725428619873e-07, + "R": 6.6345000604428606e-09, + "M": 4.142448688071454e-06, + "O": 3.6870571307190403e-07, + "W": 2.5927462399266687e-09, + "N": 1.9925028738043693e-08, + "Y": 3.955148349632509e-05, + "U": 9.366245556918784e-10, + "K": 5.47615952584124e-09, + "L": 1.3766775275314558e-08, + "G": 4.99785255669849e-06, + "F": 6.551562546519563e-05, + "E": 2.635077407830977e-06, + "T": 3.2878073398023844e-05, + "P": 0.022174783051013947, + "-": 0.9776735305786133 + }, + "id": "tp_2345" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 293126, + "label": "-", + "classification": { + "B": 9.134092950318501e-14, + "S": 3.550406022239001e-14, + "I": 7.431927989687281e-11, + "C": 1.458801482390193e-11, + "R": 1.55154047162126e-13, + "M": 6.801571750258972e-09, + "O": 1.9432888631598644e-10, + "W": 5.654788228924741e-14, + "N": 1.5895344394022126e-13, + "Y": 7.770502463699813e-08, + "U": 2.4226851180444075e-15, + "K": 2.845496462153957e-13, + "L": 8.193376532794616e-13, + "G": 2.7367694777069573e-09, + "F": 1.9874046301993076e-06, + "E": 1.0988061571737262e-09, + "T": 3.0013548979468396e-08, + "P": 0.00035621633287519217, + "-": 0.9996416568756104 + }, + "id": "tp_2346" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 293260, + "label": "-", + "classification": { + "B": 1.0871331141970586e-06, + "S": 1.4406426089408342e-05, + "I": 7.303106031031348e-06, + "C": 6.334908903227188e-06, + "R": 1.5050329693622189e-06, + "M": 0.00010262669820804149, + "O": 3.582172212190926e-05, + "W": 2.546612904552603e-06, + "N": 1.594859668330173e-06, + "Y": 0.0022992792073637247, + "U": 1.0228767877151768e-07, + "K": 3.775828372454271e-05, + "L": 3.348548261783435e-06, + "G": 0.0006798316608183086, + "F": 0.07983057200908661, + "E": 8.605478069512174e-05, + "T": 0.001018629176542163, + "P": 0.010088305920362473, + "-": 0.90578293800354 + }, + "id": "tp_2347" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 293393, + "label": "-", + "classification": { + "B": 5.455683904642683e-09, + "S": 7.657151712692212e-08, + "I": 1.7736582549332525e-06, + "C": 1.778399933982655e-07, + "R": 5.997856789008438e-08, + "M": 1.3867904272046871e-05, + "O": 2.3193169909063727e-06, + "W": 2.3684762595621578e-08, + "N": 6.90807482328637e-08, + "Y": 0.0003655760665424168, + "U": 5.621827448010208e-09, + "K": 2.160071943535513e-07, + "L": 1.2611609179202787e-07, + "G": 1.2412604519340675e-05, + "F": 0.0020487667061388493, + "E": 2.492377461749129e-06, + "T": 0.00027775036869570613, + "P": 0.005164535716176033, + "-": 0.9921097159385681 + }, + "id": "tp_2348" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 293527, + "label": "-", + "classification": { + "B": 5.014714865581027e-09, + "S": 1.0770407499194334e-07, + "I": 1.1917981282749679e-05, + "C": 9.973455235012807e-07, + "R": 1.4716404450609843e-07, + "M": 1.9386670828680508e-06, + "O": 1.8280285303262644e-06, + "W": 1.4416356464153068e-07, + "N": 1.4283890550359502e-06, + "Y": 0.00014974287478253245, + "U": 5.151332516106777e-08, + "K": 1.5765754142194055e-05, + "L": 2.0307213688397496e-08, + "G": 4.5599949771713e-06, + "F": 0.0033891971688717604, + "E": 2.2630789317190647e-05, + "T": 6.632169970544055e-05, + "P": 0.05305447429418564, + "-": 0.9432788491249084 + }, + "id": "tp_2349" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 293627, + "label": "-", + "classification": { + "B": 7.374625852207828e-07, + "S": 2.367284878346254e-06, + "I": 6.488019425887614e-05, + "C": 1.5251847798936069e-05, + "R": 3.4127024264307693e-06, + "M": 0.00039878013194538653, + "O": 3.546905281837098e-05, + "W": 1.5908666455288767e-06, + "N": 5.858069471287308e-06, + "Y": 0.002311037154868245, + "U": 4.94480445922818e-07, + "K": 3.726686554728076e-05, + "L": 2.4947394194896333e-06, + "G": 0.00022238478413783014, + "F": 0.008334754966199398, + "E": 0.00026719915331341326, + "T": 0.001241204678080976, + "P": 0.02928057685494423, + "-": 0.9577741026878357 + }, + "id": "tp_2350" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 293760, + "label": "-", + "classification": { + "B": 2.365430962214532e-09, + "S": 1.380589420563183e-08, + "I": 3.0303315270430176e-06, + "C": 2.6794339191837935e-07, + "R": 1.5447778167754223e-08, + "M": 7.092210125847487e-07, + "O": 4.87768318180315e-07, + "W": 7.795176060199083e-09, + "N": 1.4491686783912883e-07, + "Y": 1.3291245522850659e-05, + "U": 6.446264411152924e-09, + "K": 2.224373751857911e-08, + "L": 1.5362683569719593e-08, + "G": 7.712034744145058e-07, + "F": 0.0002556632680352777, + "E": 1.7704666106510558e-06, + "T": 5.035571302869357e-05, + "P": 0.05793265998363495, + "-": 0.9417408108711243 + }, + "id": "tp_2351" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 293894, + "label": "-", + "classification": { + "B": 2.0810189127473677e-08, + "S": 3.009594138347893e-07, + "I": 1.138507741416106e-05, + "C": 1.3621533980767708e-06, + "R": 3.463205757725518e-07, + "M": 5.206851346883923e-05, + "O": 6.199127710715402e-06, + "W": 1.1134277144719817e-07, + "N": 3.3151820844068425e-07, + "Y": 0.0004439024778548628, + "U": 2.555989198071984e-08, + "K": 6.905387408551178e-07, + "L": 4.900026056020579e-07, + "G": 2.7678917831508443e-05, + "F": 0.0028856333810836077, + "E": 1.272989175049588e-05, + "T": 0.0005329072591848671, + "P": 0.006846960633993149, + "-": 0.9891768097877502 + }, + "id": "tp_2352" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 294027, + "label": "-", + "classification": { + "B": 5.1871385949198157e-05, + "S": 3.5456885143503314e-06, + "I": 0.0006106821820139885, + "C": 5.3099658543942496e-05, + "R": 1.2973932825843804e-05, + "M": 0.0008259783498942852, + "O": 0.000165039295097813, + "W": 5.222995241638273e-06, + "N": 2.1003574147471227e-05, + "Y": 0.0006821607239544392, + "U": 2.76087962447491e-06, + "K": 2.6665955488169857e-07, + "L": 5.984446033835411e-05, + "G": 0.0006241251830942929, + "F": 0.000722342636436224, + "E": 0.000297315331408754, + "T": 0.0024212230928242207, + "P": 0.22182875871658325, + "-": 0.7716118097305298 + }, + "id": "tp_2353" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 294127, + "label": "-", + "classification": { + "B": 3.956733252152844e-08, + "S": 5.933509683586635e-08, + "I": 5.22512273164466e-05, + "C": 9.415918498234532e-07, + "R": 4.595304403665068e-08, + "M": 1.0548381396802142e-05, + "O": 1.1222809916944243e-06, + "W": 8.265924833494864e-08, + "N": 1.7914255749928998e-06, + "Y": 2.6318706659367308e-05, + "U": 2.484869554564284e-08, + "K": 4.371431714389473e-07, + "L": 5.65409976616138e-08, + "G": 3.724110456460039e-06, + "F": 0.0005114807863719761, + "E": 0.00010860760085051879, + "T": 4.066543988301419e-05, + "P": 0.36612027883529663, + "-": 0.6331214904785156 + }, + "id": "tp_2354" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 294261, + "label": "-", + "classification": { + "B": 6.343779546114092e-07, + "S": 2.0405420286806475e-07, + "I": 3.4172942832810804e-05, + "C": 4.11711516790092e-06, + "R": 6.263017553465033e-07, + "M": 4.2315466998843476e-05, + "O": 2.144742029486224e-05, + "W": 2.8018067155244353e-07, + "N": 8.821671713121759e-07, + "Y": 8.383209933526814e-05, + "U": 3.744577270481386e-08, + "K": 1.820000861130211e-08, + "L": 1.9455035271676024e-06, + "G": 5.158824205864221e-05, + "F": 0.0004006170202046633, + "E": 1.6618134395685047e-05, + "T": 0.0001838712050812319, + "P": 0.05368000641465187, + "-": 0.9454765915870667 + }, + "id": "tp_2355" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 294394, + "label": "-", + "classification": { + "B": 2.8018678932539842e-08, + "S": 3.220352766675205e-07, + "I": 8.74136730999453e-06, + "C": 1.2613156741281273e-06, + "R": 3.610960277455888e-07, + "M": 0.00010220419790130109, + "O": 1.7281205145991407e-05, + "W": 1.6590746554356883e-07, + "N": 2.8444188160392514e-07, + "Y": 0.0005244365311227739, + "U": 2.0219280472133505e-08, + "K": 9.499954245484332e-08, + "L": 8.585838031649473e-07, + "G": 4.32136221206747e-05, + "F": 0.0008433106122538447, + "E": 6.879097327328054e-06, + "T": 0.00042304309317842126, + "P": 0.010840504430234432, + "-": 0.9871870279312134 + }, + "id": "tp_2356" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 294528, + "label": "-", + "classification": { + "B": 2.0612489606719464e-05, + "S": 1.0612363439577166e-05, + "I": 0.0003629504353739321, + "C": 0.00010802902397699654, + "R": 2.9487700885511003e-05, + "M": 0.00040438337600789964, + "O": 0.0002517147804610431, + "W": 1.039541712088976e-05, + "N": 2.237302396679297e-05, + "Y": 0.0008902396657504141, + "U": 3.83155429517501e-06, + "K": 1.7642225884628715e-06, + "L": 5.748792318627238e-05, + "G": 0.0007529676076956093, + "F": 0.005332782864570618, + "E": 0.00026161569985561073, + "T": 0.001918302965350449, + "P": 0.11558271944522858, + "-": 0.8739777207374573 + }, + "id": "tp_2357" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 294628, + "label": "-", + "classification": { + "B": 4.922969809584288e-10, + "S": 2.511492680490335e-10, + "I": 2.97910310109728e-06, + "C": 3.355589583975416e-08, + "R": 1.723070242043434e-09, + "M": 7.509733279675856e-08, + "O": 5.0335621892827476e-08, + "W": 5.416258552770614e-10, + "N": 1.1635334473680814e-08, + "Y": 1.2592164466695976e-06, + "U": 1.6212013675964698e-10, + "K": 4.587230942321163e-11, + "L": 2.302716683999506e-09, + "G": 1.6830864524308708e-07, + "F": 3.0647501262137666e-05, + "E": 3.833898176708317e-07, + "T": 2.0115603547310457e-06, + "P": 0.2303912192583084, + "-": 0.7695712447166443 + }, + "id": "tp_2358" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 294761, + "label": "-", + "classification": { + "B": 5.790275370287645e-09, + "S": 2.6293140109601154e-08, + "I": 6.13044248893857e-05, + "C": 3.483444743324071e-06, + "R": 1.4629314364356105e-06, + "M": 2.8751524951076135e-05, + "O": 4.889887350145727e-06, + "W": 5.727755336693008e-08, + "N": 4.6505186901413254e-07, + "Y": 0.0005721913767047226, + "U": 5.584271889347292e-08, + "K": 2.8055177736519e-08, + "L": 4.656430121485755e-07, + "G": 2.6164259907091036e-05, + "F": 0.00010770030348794535, + "E": 1.8109570874003111e-06, + "T": 0.000966354738920927, + "P": 0.012583381496369839, + "-": 0.9856414198875427 + }, + "id": "tp_2359" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 294895, + "label": "-", + "classification": { + "B": 4.884183726971969e-05, + "S": 1.696420440566726e-05, + "I": 0.00034105146187357605, + "C": 2.8606913474504836e-05, + "R": 3.113138154731132e-05, + "M": 0.0008068789611570537, + "O": 0.0006373472861014307, + "W": 2.624111766635906e-05, + "N": 1.2193364455015399e-05, + "Y": 0.0019926652312278748, + "U": 1.4841672282273066e-06, + "K": 2.118576816201312e-07, + "L": 0.00012207101099193096, + "G": 0.0005655422573909163, + "F": 0.001463333610445261, + "E": 0.00011932081542909145, + "T": 0.0029463209211826324, + "P": 0.05239873379468918, + "-": 0.9384410381317139 + }, + "id": "tp_2360" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 295028, + "label": "-", + "classification": { + "B": 0.00020444599795155227, + "S": 6.062189640942961e-05, + "I": 0.03678882494568825, + "C": 0.006055651698261499, + "R": 0.0016346308402717113, + "M": 0.004435059614479542, + "O": 0.000660849385894835, + "W": 0.00013774163380730897, + "N": 0.0013593457406386733, + "Y": 0.044070735573768616, + "U": 0.0002141864679288119, + "K": 0.000498240755405277, + "L": 0.00036923072184436023, + "G": 0.015347345732152462, + "F": 0.014487880282104015, + "E": 0.016353636980056763, + "T": 0.013473136350512505, + "P": 0.19021892547607422, + "-": 0.65362948179245 + }, + "id": "tp_2361" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 295128, + "label": "-", + "classification": { + "B": 1.82532353676379e-08, + "S": 5.288109861112389e-08, + "I": 5.5998107484356296e-08, + "C": 3.6246515122684286e-08, + "R": 9.245986198891387e-09, + "M": 2.079106525343377e-05, + "O": 6.039539584890008e-06, + "W": 1.204529187504022e-08, + "N": 8.051209143822291e-10, + "Y": 1.1852505849674344e-05, + "U": 4.6711506190844077e-11, + "K": 3.071565571333146e-11, + "L": 7.970819524416584e-07, + "G": 5.931791292823618e-06, + "F": 0.0010269763879477978, + "E": 2.25901487738156e-07, + "T": 2.1771817046101205e-05, + "P": 0.0012558931484818459, + "-": 0.997649610042572 + }, + "id": "tp_2362" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 295262, + "label": "-", + "classification": { + "B": 1.1890144691051319e-07, + "S": 1.0418291651603795e-07, + "I": 0.0005198149592615664, + "C": 0.00015526548668276519, + "R": 1.6482284991070628e-05, + "M": 3.318706149002537e-05, + "O": 1.0159885277971625e-05, + "W": 3.3605394378355413e-07, + "N": 1.01473551694653e-05, + "Y": 0.0006643672822974622, + "U": 7.872517358009645e-07, + "K": 4.919793354929425e-06, + "L": 5.860426313120115e-07, + "G": 0.00014675251441076398, + "F": 0.000796876207459718, + "E": 6.817619578214362e-05, + "T": 0.00038328877417370677, + "P": 0.05857580527663231, + "-": 0.938612699508667 + }, + "id": "tp_2363" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 295395, + "label": "-", + "classification": { + "B": 2.9189093766035512e-05, + "S": 1.4319738511403557e-05, + "I": 0.0011493496131151915, + "C": 0.0002260374603793025, + "R": 0.0001020619019982405, + "M": 0.0007847265806049109, + "O": 0.0005154988029971719, + "W": 2.3319273168453947e-05, + "N": 8.664343476993963e-05, + "Y": 0.0017259630840271711, + "U": 1.2706721463473514e-05, + "K": 9.31510021473514e-06, + "L": 8.380065264645964e-05, + "G": 0.0008329160627909005, + "F": 0.002176823327317834, + "E": 0.0004569678276311606, + "T": 0.0036660924088209867, + "P": 0.10796497017145157, + "-": 0.8801392316818237 + }, + "id": "tp_2364" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 295529, + "label": "-", + "classification": { + "B": 8.727057271284977e-11, + "S": 1.1369454266940693e-09, + "I": 5.709260676667327e-06, + "C": 4.955381314175611e-07, + "R": 3.703388529174845e-08, + "M": 4.926980636810185e-07, + "O": 1.324447111983318e-07, + "W": 1.1858654058727325e-09, + "N": 6.283200093548658e-08, + "Y": 1.8486842236598022e-05, + "U": 9.543138501655335e-10, + "K": 3.944280013712387e-09, + "L": 3.327726538771003e-09, + "G": 5.38102142400021e-07, + "F": 9.352780762128532e-05, + "E": 4.137297366924031e-07, + "T": 2.500969094398897e-05, + "P": 0.05969763547182083, + "-": 0.940157413482666 + }, + "id": "tp_2365" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 295629, + "label": "-", + "classification": { + "B": 1.7536168570586597e-06, + "S": 1.038368509398424e-06, + "I": 1.9582954337238334e-05, + "C": 2.8030897283315426e-06, + "R": 6.362461704156885e-07, + "M": 6.779422255931422e-05, + "O": 3.921739335055463e-05, + "W": 7.80913467224309e-07, + "N": 1.12533496121614e-06, + "Y": 0.00021297589410096407, + "U": 4.0554208879939324e-08, + "K": 3.938956893989598e-08, + "L": 3.231318714824738e-06, + "G": 9.58034215727821e-05, + "F": 0.0031088690739125013, + "E": 2.4678707632119767e-05, + "T": 0.00022146959963720292, + "P": 0.05587101727724075, + "-": 0.9403271675109863 + }, + "id": "tp_2366" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 295762, + "label": "-", + "classification": { + "B": 1.871752475235411e-10, + "S": 5.543234204985481e-10, + "I": 2.7021881123800995e-06, + "C": 1.455742051348352e-07, + "R": 1.2693484485737372e-08, + "M": 4.796626740244392e-07, + "O": 1.7659709783401922e-07, + "W": 1.4989043339852515e-09, + "N": 1.3670874210447437e-08, + "Y": 6.517315341625363e-06, + "U": 8.970328368995695e-10, + "K": 6.812743147399658e-10, + "L": 1.0679122475210079e-08, + "G": 8.920061418393743e-07, + "F": 3.539439421729185e-05, + "E": 3.721279995261284e-07, + "T": 1.6345495168934576e-05, + "P": 0.030162230134010315, + "-": 0.9697746634483337 + }, + "id": "tp_2367" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 295896, + "label": "-", + "classification": { + "B": 1.3201717592892237e-05, + "S": 3.160063715768047e-05, + "I": 0.0009117897716350853, + "C": 8.010305464267731e-05, + "R": 2.2887354134581983e-05, + "M": 0.0014455510536208749, + "O": 0.00033135461853817105, + "W": 1.8017903130385093e-05, + "N": 6.746183498762548e-05, + "Y": 0.0038547972217202187, + "U": 2.5489491690677823e-06, + "K": 9.941012649505865e-06, + "L": 3.744974674191326e-05, + "G": 0.00045607122592628, + "F": 0.006930917501449585, + "E": 0.0005955305532552302, + "T": 0.0031269227620214224, + "P": 0.09265720844268799, + "-": 0.8894065618515015 + }, + "id": "tp_2368" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 296029, + "label": "-", + "classification": { + "B": 4.922018888464663e-06, + "S": 7.885611921665259e-06, + "I": 0.00032070797169581056, + "C": 0.00011463704140624031, + "R": 5.302828867570497e-05, + "M": 0.001109094824641943, + "O": 0.00029124144930392504, + "W": 1.1401519259379711e-05, + "N": 1.1100776646344457e-05, + "Y": 0.002612057374790311, + "U": 2.8688180009339703e-06, + "K": 6.290416081355943e-07, + "L": 8.733094728086144e-05, + "G": 0.0006277172360569239, + "F": 0.00241737044416368, + "E": 6.757100345566869e-05, + "T": 0.003954052459448576, + "P": 0.036534059792757034, + "-": 0.9517723321914673 + }, + "id": "tp_2369" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 296129, + "label": "-", + "classification": { + "B": 2.3083641664811694e-08, + "S": 3.7666231378352677e-07, + "I": 2.539966089898371e-06, + "C": 1.602276461198926e-05, + "R": 1.9660299585666507e-05, + "M": 0.0004443946236278862, + "O": 8.343583613168448e-05, + "W": 4.197678151740547e-07, + "N": 2.6161982802364037e-08, + "Y": 0.0023485179990530014, + "U": 8.600722800622407e-09, + "K": 6.28308072236905e-09, + "L": 2.833173675753642e-05, + "G": 0.0003197111072950065, + "F": 0.001569228945299983, + "E": 1.8482690222754172e-07, + "T": 0.0018589978571981192, + "P": 0.00026364965015091, + "-": 0.9930444359779358 + }, + "id": "tp_2370" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 296263, + "label": "-", + "classification": { + "B": 2.722751105466159e-06, + "S": 2.2007011466484983e-06, + "I": 0.00011474011262180284, + "C": 1.2132286428823136e-05, + "R": 3.012215984199429e-06, + "M": 7.74819272919558e-05, + "O": 3.761898187804036e-05, + "W": 2.3426969164574984e-06, + "N": 6.78317610436352e-06, + "Y": 0.0006026854389347136, + "U": 7.309562874979747e-07, + "K": 5.033920388086699e-06, + "L": 4.4666849134955555e-06, + "G": 0.0001812366972444579, + "F": 0.008527517318725586, + "E": 0.00010483965161256492, + "T": 0.0006913695251569152, + "P": 0.09208547323942184, + "-": 0.8975377082824707 + }, + "id": "tp_2371" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 296396, + "label": "-", + "classification": { + "B": 1.0948245289910119e-05, + "S": 2.5645909772720188e-05, + "I": 2.2520121092384215e-06, + "C": 3.487841127025604e-08, + "R": 3.232981526934964e-08, + "M": 8.287372111226432e-06, + "O": 5.2105981012573466e-05, + "W": 1.5310695289372234e-06, + "N": 2.9314955440895574e-07, + "Y": 1.3940832104708534e-05, + "U": 3.3158276124822805e-09, + "K": 6.048443879080878e-08, + "L": 9.185677072309772e-07, + "G": 1.7224236216861755e-05, + "F": 0.006520442198961973, + "E": 1.5386260201921687e-05, + "T": 1.953396713361144e-05, + "P": 0.07013649493455887, + "-": 0.9231749176979065 + }, + "id": "tp_2372" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 296530, + "label": "-", + "classification": { + "B": 1.977558738985863e-08, + "S": 9.39988140657988e-08, + "I": 1.2833403388867737e-06, + "C": 4.90648730533394e-08, + "R": 2.48262459479065e-08, + "M": 1.2686593436228577e-05, + "O": 1.631164764148707e-06, + "W": 1.2645394953381128e-08, + "N": 1.5555674082179394e-08, + "Y": 0.0001523056998848915, + "U": 3.8845243688356845e-10, + "K": 8.144339425086855e-09, + "L": 1.2671259241869848e-07, + "G": 2.068533285637386e-05, + "F": 0.0012995041906833649, + "E": 5.002858415537048e-06, + "T": 8.599923603469506e-05, + "P": 0.006346858572214842, + "-": 0.992073655128479 + }, + "id": "tp_2373" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 296630, + "label": "-", + "classification": { + "B": 7.127207209123299e-05, + "S": 6.874502287246287e-05, + "I": 7.36505098757334e-05, + "C": 2.7650803531287238e-05, + "R": 7.58215310270316e-06, + "M": 0.0019639432430267334, + "O": 0.00048085901653394103, + "W": 2.151455555576831e-05, + "N": 6.447623945859959e-06, + "Y": 0.0025121804792433977, + "U": 1.338787797067198e-06, + "K": 1.6081947933344054e-06, + "L": 0.00011341381468810141, + "G": 0.0008971253992058337, + "F": 0.004898855462670326, + "E": 0.00012977189908269793, + "T": 0.0025398682337254286, + "P": 0.019724097102880478, + "-": 0.966460108757019 + }, + "id": "tp_2374" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 296763, + "label": "-", + "classification": { + "B": 1.73193675436778e-05, + "S": 9.745029819896445e-05, + "I": 1.0641119843057822e-05, + "C": 1.0043549991678447e-06, + "R": 7.292761665667058e-07, + "M": 0.00012446467007976025, + "O": 0.00015302015526685864, + "W": 1.0580485650280025e-05, + "N": 1.6453733451271546e-06, + "Y": 0.00011609672947088256, + "U": 5.683425641223039e-08, + "K": 8.64301682668156e-07, + "L": 6.468609171861317e-06, + "G": 6.258083158172667e-05, + "F": 0.01011404488235712, + "E": 2.3761567717883736e-05, + "T": 0.00028172697057016194, + "P": 0.04117757827043533, + "-": 0.9477998614311218 + }, + "id": "tp_2375" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 296897, + "label": "-", + "classification": { + "B": 2.8076922262698645e-06, + "S": 1.4390019487109384e-06, + "I": 6.118214059824822e-07, + "C": 7.316644996535615e-07, + "R": 2.0779766600753646e-06, + "M": 0.001030451850965619, + "O": 0.00029373980942182243, + "W": 8.578319352636754e-07, + "N": 3.412675253500197e-09, + "Y": 0.00045907573075965047, + "U": 1.7109678118742977e-09, + "K": 2.5048919535808345e-11, + "L": 0.00020016897178720683, + "G": 0.0002762842923402786, + "F": 0.0003868335043080151, + "E": 8.253343963815496e-08, + "T": 0.00101858947891742, + "P": 0.00016775590484030545, + "-": 0.9961585402488708 + }, + "id": "tp_2376" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 297030, + "label": "-", + "classification": { + "B": 1.4423393622564618e-05, + "S": 3.386836760910228e-05, + "I": 0.0003151237906422466, + "C": 0.0001239368721144274, + "R": 3.21861807606183e-05, + "M": 0.0018186200177296996, + "O": 0.00043765088776126504, + "W": 3.048529652005527e-05, + "N": 2.83877961919643e-05, + "Y": 0.0026294535491615534, + "U": 6.588451924471883e-06, + "K": 2.40260978898732e-05, + "L": 7.577590440632775e-05, + "G": 0.0007183889974839985, + "F": 0.009412718936800957, + "E": 0.0003557009040378034, + "T": 0.0033753952011466026, + "P": 0.0348774753510952, + "-": 0.9456897974014282 + }, + "id": "tp_2377" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 297130, + "label": "-", + "classification": { + "B": 5.314922873367323e-06, + "S": 2.569252683315426e-05, + "I": 2.2131029254524037e-05, + "C": 1.3768386452284176e-05, + "R": 4.179008101345971e-05, + "M": 0.002963640494272113, + "O": 0.0009190329001285136, + "W": 1.0878216016863007e-05, + "N": 4.5911036750112544e-07, + "Y": 0.0056247892789542675, + "U": 5.364670130347804e-08, + "K": 3.751291544062951e-08, + "L": 0.00025576906045898795, + "G": 0.0009443167364224792, + "F": 0.00470481114462018, + "E": 5.744127975049196e-06, + "T": 0.005102518480271101, + "P": 0.0016305603785440326, + "-": 0.9777286648750305 + }, + "id": "tp_2378" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 297264, + "label": "-", + "classification": { + "B": 4.8822781373303314e-09, + "S": 8.473203649828065e-08, + "I": 8.262599294539541e-06, + "C": 4.982652512808272e-07, + "R": 2.543375785535318e-07, + "M": 1.207649074785877e-05, + "O": 4.683289716922445e-06, + "W": 7.024666359711773e-08, + "N": 1.768741526575468e-07, + "Y": 0.0003405077150091529, + "U": 1.266982607717182e-08, + "K": 1.0450843035414437e-07, + "L": 1.704544843050826e-07, + "G": 1.5012203220976517e-05, + "F": 0.0006069462397135794, + "E": 2.9454213290591724e-06, + "T": 0.0002377158816670999, + "P": 0.007623673416674137, + "-": 0.9911467432975769 + }, + "id": "tp_2379" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 297397, + "label": "-", + "classification": { + "B": 0.0001827533560572192, + "S": 0.0009246954577974975, + "I": 9.277259960072115e-05, + "C": 9.17713696253486e-05, + "R": 0.0002141004806617275, + "M": 0.01471688412129879, + "O": 0.007315957918763161, + "W": 0.00017503794515505433, + "N": 6.781885076634353e-06, + "Y": 0.00576676893979311, + "U": 7.785437787788396e-07, + "K": 1.545264240121469e-06, + "L": 0.0025990682188421488, + "G": 0.005086283199489117, + "F": 0.02264116331934929, + "E": 8.098609396256506e-05, + "T": 0.007023483514785767, + "P": 0.0042872647754848, + "-": 0.9287919402122498 + }, + "id": "tp_2380" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 297531, + "label": "-", + "classification": { + "B": 4.294381142244674e-05, + "S": 4.818412708118558e-05, + "I": 0.00016628937737550586, + "C": 1.7267522707697935e-05, + "R": 2.5981466023949906e-05, + "M": 0.0023934063501656055, + "O": 0.0009296098724007607, + "W": 2.7090651201433502e-05, + "N": 4.258055469108513e-06, + "Y": 0.005915150512009859, + "U": 1.1369414778528153e-06, + "K": 6.380096806424262e-07, + "L": 0.00029930262826383114, + "G": 0.0024797909427434206, + "F": 0.006220492534339428, + "E": 0.00010363369074184448, + "T": 0.002788208657875657, + "P": 0.01395709440112114, + "-": 0.9645795822143555 + }, + "id": "tp_2381" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 297631, + "label": "-", + "classification": { + "B": 0.0008334089652635157, + "S": 0.001403753412887454, + "I": 0.0003727175062522292, + "C": 0.00028686749283224344, + "R": 0.00012613747094292194, + "M": 0.013474605046212673, + "O": 0.004277657717466354, + "W": 0.0002360170183237642, + "N": 6.951121031306684e-05, + "Y": 0.026689091697335243, + "U": 9.188364856527187e-06, + "K": 4.7554527554893866e-05, + "L": 0.001820230158045888, + "G": 0.018758168444037437, + "F": 0.07298387587070465, + "E": 0.0020823494996875525, + "T": 0.01658109948039055, + "P": 0.01683988980948925, + "-": 0.8231078386306763 + }, + "id": "tp_2382" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 297764, + "label": "-", + "classification": { + "B": 2.0049872091476573e-06, + "S": 1.8463147171132732e-06, + "I": 2.0320070689194836e-05, + "C": 1.8654161976883188e-05, + "R": 1.2583348507178016e-05, + "M": 0.0004619369574356824, + "O": 0.0001136704086093232, + "W": 2.1528435354412068e-06, + "N": 7.761975098219409e-07, + "Y": 0.0013337156269699335, + "U": 3.3941586252694833e-07, + "K": 2.684846833744814e-07, + "L": 2.7961370506091043e-05, + "G": 0.0002495961089152843, + "F": 0.002417414914816618, + "E": 1.2293543477426283e-05, + "T": 0.0014112681383267045, + "P": 0.005256079137325287, + "-": 0.9886571764945984 + }, + "id": "tp_2383" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 297898, + "label": "-", + "classification": { + "B": 7.755300612188876e-05, + "S": 0.00019385285850148648, + "I": 4.303917376091704e-05, + "C": 4.974092007614672e-05, + "R": 4.769507359014824e-05, + "M": 0.005532148294150829, + "O": 0.001968794036656618, + "W": 3.140161788905971e-05, + "N": 1.4070556062506512e-06, + "Y": 0.004776816349476576, + "U": 9.59070689532382e-08, + "K": 1.0909761272159813e-07, + "L": 0.000845904927700758, + "G": 0.004914649296551943, + "F": 0.022211825475096703, + "E": 4.288319905754179e-05, + "T": 0.004996647126972675, + "P": 0.0023498772643506527, + "-": 0.9519155025482178 + }, + "id": "tp_2384" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 298031, + "label": "-", + "classification": { + "B": 2.916569314947992e-07, + "S": 7.152887633310456e-07, + "I": 1.0876204214582685e-05, + "C": 3.925820692529669e-06, + "R": 1.2074465303157922e-06, + "M": 5.694002902600914e-05, + "O": 2.1713309251936153e-05, + "W": 5.074082309874939e-07, + "N": 4.1468899780738866e-07, + "Y": 0.00038662098813802004, + "U": 7.80528850441442e-08, + "K": 5.34436480847944e-07, + "L": 2.293374791406677e-06, + "G": 0.0001293433306273073, + "F": 0.0021989948581904173, + "E": 1.0097992344526574e-05, + "T": 0.0004240173439029604, + "P": 0.013270391151309013, + "-": 0.9834809899330139 + }, + "id": "tp_2385" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 298131, + "label": "-", + "classification": { + "B": 6.971928814891726e-05, + "S": 0.00043365659075789154, + "I": 0.0004955211188644171, + "C": 0.0006169377593323588, + "R": 0.00030530267395079136, + "M": 0.008102143183350563, + "O": 0.001571696950122714, + "W": 0.00010638497769832611, + "N": 7.542227831436321e-05, + "Y": 0.025201961398124695, + "U": 1.803990926418919e-05, + "K": 8.196784619940445e-05, + "L": 0.0012451033107936382, + "G": 0.009245850145816803, + "F": 0.08009307086467743, + "E": 0.0013232952915132046, + "T": 0.02509550005197525, + "P": 0.022480683401226997, + "-": 0.8234377503395081 + }, + "id": "tp_2386" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 298265, + "label": "-", + "classification": { + "B": 0.0006898418650962412, + "S": 0.004491292871534824, + "I": 0.0003862910671159625, + "C": 8.879963570507243e-05, + "R": 7.99143745098263e-05, + "M": 0.004586546216160059, + "O": 0.004995944444090128, + "W": 0.0007651762571185827, + "N": 0.00015325417916756123, + "Y": 0.003947789315134287, + "U": 9.045536899066065e-06, + "K": 0.0002887903247028589, + "L": 0.0005639541195705533, + "G": 0.003450546646490693, + "F": 0.10434544086456299, + "E": 0.00142079615034163, + "T": 0.006172122433781624, + "P": 0.04434678703546524, + "-": 0.8192176818847656 + }, + "id": "tp_2387" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 298398, + "label": "-", + "classification": { + "B": 0.003797279903665185, + "S": 0.0038179997354745865, + "I": 0.012023039162158966, + "C": 0.005848370026797056, + "R": 0.004307831637561321, + "M": 0.013959433883428574, + "O": 0.009212297387421131, + "W": 0.0023757386952638626, + "N": 0.0036825037095695734, + "Y": 0.0515781044960022, + "U": 0.001207423978485167, + "K": 0.0031841478776186705, + "L": 0.003990254830569029, + "G": 0.027160292491316795, + "F": 0.08563488721847534, + "E": 0.010208935476839542, + "T": 0.03827998787164688, + "P": 0.15074048936367035, + "-": 0.5689910054206848 + }, + "id": "tp_2388" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 298532, + "label": "-", + "classification": { + "B": 9.04335975064896e-05, + "S": 7.665516022825614e-06, + "I": 2.9397901357697265e-07, + "C": 5.221997980697779e-07, + "R": 3.017923120296473e-07, + "M": 5.77975733904168e-05, + "O": 0.00014856552297715098, + "W": 8.653123018120823e-07, + "N": 1.4063982867185132e-08, + "Y": 7.53677959437482e-05, + "U": 1.7108340299998304e-09, + "K": 2.2324764259451513e-09, + "L": 2.0987023162888363e-05, + "G": 0.00022292994253803045, + "F": 0.004366242792457342, + "E": 1.7697072962619131e-06, + "T": 3.471595118753612e-05, + "P": 0.0017253218684345484, + "-": 0.99324631690979 + }, + "id": "tp_2389" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 298632, + "label": "-", + "classification": { + "B": 1.9416372651903657e-06, + "S": 1.1708877536875661e-05, + "I": 7.815478966222145e-07, + "C": 7.630335403518984e-07, + "R": 7.715678975728224e-07, + "M": 0.00023766871890984476, + "O": 0.00017394965107087046, + "W": 2.4916091660998063e-06, + "N": 6.025966570177843e-08, + "Y": 0.000609514769166708, + "U": 7.81269093863557e-09, + "K": 1.3549841071380797e-07, + "L": 1.4347905562317465e-05, + "G": 0.00013912987196817994, + "F": 0.006978065241128206, + "E": 1.9445017187535996e-06, + "T": 0.00039340846706181765, + "P": 0.0015834763180464506, + "-": 0.9898498058319092 + }, + "id": "tp_2390" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 298765, + "label": "-", + "classification": { + "B": 4.675791309693977e-09, + "S": 8.173445809056545e-10, + "I": 5.009488859286648e-07, + "C": 5.469797503820928e-09, + "R": 3.759283107029887e-09, + "M": 1.2416039680829272e-05, + "O": 1.217230988004303e-06, + "W": 1.2215457534381358e-09, + "N": 4.1562905894743096e-10, + "Y": 1.0849785212485585e-05, + "U": 1.9171610479706835e-11, + "K": 5.358377045024121e-13, + "L": 9.395788680421902e-08, + "G": 2.4997832497319905e-06, + "F": 2.524300271034008e-06, + "E": 1.0758915891528886e-07, + "T": 2.6891713787335902e-05, + "P": 0.0016477666795253754, + "-": 0.9982951283454895 + }, + "id": "tp_2391" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 298899, + "label": "-", + "classification": { + "B": 2.8642224592090315e-08, + "S": 1.4283780558344006e-07, + "I": 3.6847366573056206e-05, + "C": 1.600127802703355e-06, + "R": 2.897442072935519e-07, + "M": 3.923304120689863e-06, + "O": 3.4058018627547426e-06, + "W": 1.336292001496986e-07, + "N": 1.9604540284490213e-06, + "Y": 0.00010706116154324263, + "U": 1.5266742536823585e-07, + "K": 3.134730377496453e-06, + "L": 1.1447180270351964e-07, + "G": 7.792123142280616e-06, + "F": 0.0008804028620943427, + "E": 1.6506892279721797e-05, + "T": 0.00019158075156155974, + "P": 0.07202121615409851, + "-": 0.9267236590385437 + }, + "id": "tp_2392" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 299032, + "label": "-", + "classification": { + "B": 3.0052209609721103e-09, + "S": 1.0911584968908983e-09, + "I": 1.846694794949144e-05, + "C": 2.810167245570483e-07, + "R": 2.4532917919373176e-08, + "M": 5.635835805151146e-06, + "O": 4.5141771920498286e-07, + "W": 2.7998974250209585e-09, + "N": 7.660533185571694e-08, + "Y": 2.7272762963548303e-05, + "U": 2.6616657766709295e-09, + "K": 5.942140668402374e-10, + "L": 4.7028667182758e-08, + "G": 5.286057785269804e-06, + "F": 1.8594064385979436e-05, + "E": 2.037113517872058e-06, + "T": 0.0001304110774071887, + "P": 0.08355078101158142, + "-": 0.9162406921386719 + }, + "id": "tp_2393" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 299132, + "label": "-", + "classification": { + "B": 1.2174622554539383e-07, + "S": 1.7293051435274265e-09, + "I": 1.4231994249769286e-08, + "C": 2.806328947002612e-09, + "R": 2.6265639663236584e-10, + "M": 3.962732648687961e-07, + "O": 9.232068975961738e-08, + "W": 1.954367334633389e-09, + "N": 6.040932754025619e-10, + "Y": 1.275637714570621e-05, + "U": 1.5400536401699583e-10, + "K": 6.798814666808539e-08, + "L": 1.5626278049296616e-09, + "G": 3.2330779049516423e-06, + "F": 4.425240331329405e-05, + "E": 8.029643936424691e-07, + "T": 6.667225534329191e-06, + "P": 0.0031398378778249025, + "-": 0.9967917799949646 + }, + "id": "tp_2394" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 299266, + "label": "-", + "classification": { + "B": 1.5502880923445872e-10, + "S": 1.546920647133021e-10, + "I": 2.852436153943927e-08, + "C": 4.255866326019486e-09, + "R": 6.411279146467663e-11, + "M": 5.220200804956221e-08, + "O": 1.5265921859963782e-08, + "W": 7.522642925250622e-11, + "N": 1.2033704033242998e-09, + "Y": 1.2260269386388245e-06, + "U": 1.5675296130557292e-11, + "K": 1.5581297363453928e-09, + "L": 8.74880029533287e-11, + "G": 1.1878918826369045e-07, + "F": 0.00013251988275442272, + "E": 1.1937711974496779e-07, + "T": 1.5955415619828273e-06, + "P": 0.03250034898519516, + "-": 0.9673639535903931 + }, + "id": "tp_2395" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 299399, + "label": "-", + "classification": { + "B": 7.827470227539379e-08, + "S": 3.9587442302035925e-07, + "I": 1.4349310504258028e-06, + "C": 4.9963265524866074e-08, + "R": 1.0047369158883157e-08, + "M": 1.9011606127605774e-05, + "O": 7.752785677439533e-06, + "W": 1.0754759927067425e-07, + "N": 7.855843620063752e-08, + "Y": 5.077362948213704e-05, + "U": 5.691600968305011e-09, + "K": 1.3359028550041785e-08, + "L": 3.467265230483463e-07, + "G": 5.661099748976994e-06, + "F": 0.0005857160431332886, + "E": 3.8068021694925847e-06, + "T": 0.00015486538177356124, + "P": 0.03785916045308113, + "-": 0.961310625076294 + }, + "id": "tp_2396" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 299533, + "label": "-", + "classification": { + "B": 0.00010192078480031341, + "S": 8.907807932700962e-05, + "I": 0.0007116287015378475, + "C": 0.0002537003019824624, + "R": 7.717369589954615e-05, + "M": 0.002555154263973236, + "O": 0.0007356346468441188, + "W": 6.024497270118445e-05, + "N": 9.940192830981687e-05, + "Y": 0.005085182376205921, + "U": 2.0872967070317827e-05, + "K": 8.148897904902697e-05, + "L": 0.00015006694593466818, + "G": 0.0020345160737633705, + "F": 0.018632806837558746, + "E": 0.0012750820023939013, + "T": 0.005570110399276018, + "P": 0.08511975407600403, + "-": 0.8773462176322937 + }, + "id": "tp_2397" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 299633, + "label": "-", + "classification": { + "B": 7.39387041903683e-06, + "S": 1.635119588172529e-05, + "I": 0.0005139806307852268, + "C": 7.441865454893559e-05, + "R": 1.1458011613285635e-05, + "M": 0.00017801833746489137, + "O": 8.405664266319945e-05, + "W": 1.7792543076211587e-05, + "N": 0.00010545981058385223, + "Y": 0.0014282000483945012, + "U": 5.49634569324553e-06, + "K": 0.000452562264399603, + "L": 4.4157973206893075e-06, + "G": 0.0003282611141912639, + "F": 0.02133307047188282, + "E": 0.0035555490758270025, + "T": 0.000615295663010329, + "P": 0.2499033808708191, + "-": 0.7213647365570068 + }, + "id": "tp_2398" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 299766, + "label": "-", + "classification": { + "B": 3.633316794093844e-07, + "S": 6.596243906642485e-07, + "I": 8.165994950104505e-05, + "C": 3.3773071663745213e-06, + "R": 5.766156050412974e-07, + "M": 4.647880996344611e-05, + "O": 1.2186451385787223e-05, + "W": 5.090332706458867e-07, + "N": 3.8292905628622975e-06, + "Y": 0.0003398170229047537, + "U": 2.3634439116904105e-07, + "K": 1.0297494554833975e-06, + "L": 9.871575912256958e-07, + "G": 3.945719072362408e-05, + "F": 0.0012007567565888166, + "E": 7.012631249381229e-05, + "T": 0.0005226520588621497, + "P": 0.12806718051433563, + "-": 0.8696081638336182 + }, + "id": "tp_2399" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 299900, + "label": "-", + "classification": { + "B": 3.778648533625528e-05, + "S": 1.5402446251755464e-06, + "I": 6.594751903321594e-05, + "C": 3.1272293199435808e-06, + "R": 6.594222554667795e-07, + "M": 0.00016395459533669055, + "O": 5.797876656288281e-05, + "W": 1.2134300959587563e-06, + "N": 9.605267905499204e-07, + "Y": 6.378626130754128e-05, + "U": 9.176206816619015e-08, + "K": 1.3575549573374701e-08, + "L": 1.8409393305773847e-05, + "G": 0.00013590448361355811, + "F": 0.0004544818657450378, + "E": 0.00011011044989572838, + "T": 0.00021582585759460926, + "P": 0.09646919369697571, + "-": 0.9021990299224854 + }, + "id": "tp_2400" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 300033, + "label": "-", + "classification": { + "B": 4.155987426202046e-06, + "S": 8.773691462238276e-08, + "I": 1.1193532145625795e-06, + "C": 3.4387113601042074e-08, + "R": 3.091731093363137e-09, + "M": 1.4123519576969557e-05, + "O": 1.3504971320799086e-05, + "W": 6.667089280654181e-08, + "N": 1.870372656753716e-08, + "Y": 1.1037693639082136e-06, + "U": 5.283963822044768e-10, + "K": 4.574719075778333e-11, + "L": 5.023168228035502e-07, + "G": 4.694566541729728e-06, + "F": 2.6270006856066175e-05, + "E": 9.59307158154843e-07, + "T": 2.07664052140899e-05, + "P": 0.08364521712064743, + "-": 0.916267454624176 + }, + "id": "tp_2401" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 300133, + "label": "-", + "classification": { + "B": 0.0004462192882783711, + "S": 0.0004749395593535155, + "I": 0.008100136183202267, + "C": 0.0014781588688492775, + "R": 0.0008003587136045098, + "M": 0.01047525554895401, + "O": 0.003280949778854847, + "W": 0.000399918993934989, + "N": 0.0011056121438741684, + "Y": 0.03693915531039238, + "U": 0.0002325578680029139, + "K": 0.0004738112911581993, + "L": 0.0010902248322963715, + "G": 0.012515157461166382, + "F": 0.0330483503639698, + "E": 0.00826805830001831, + "T": 0.024728994816541672, + "P": 0.12844577431678772, + "-": 0.727696418762207 + }, + "id": "tp_2402" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 300267, + "label": "-", + "classification": { + "B": 8.209574531292674e-08, + "S": 4.451803192750958e-08, + "I": 9.081289135792758e-06, + "C": 5.154681275598705e-06, + "R": 8.937474262893375e-07, + "M": 1.809010427678004e-05, + "O": 5.94579159951536e-06, + "W": 1.1284527801080912e-07, + "N": 1.667115441250644e-07, + "Y": 0.00037534988950937986, + "U": 1.2405678262439324e-07, + "K": 3.075499250826397e-07, + "L": 6.53825964036514e-07, + "G": 6.000416760798544e-05, + "F": 0.0005740197957493365, + "E": 3.065316604988766e-06, + "T": 0.0002824694092851132, + "P": 0.012066029012203217, + "-": 0.9865984916687012 + }, + "id": "tp_2403" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 300400, + "label": "-", + "classification": { + "B": 0.0017247535288333893, + "S": 0.00029064289992675185, + "I": 0.0010042792418971658, + "C": 0.00015783138223923743, + "R": 6.880356522742659e-05, + "M": 0.0018625109223648906, + "O": 0.0034629288129508495, + "W": 0.00030059958226047456, + "N": 0.0001822296908358112, + "Y": 0.0011751375859603286, + "U": 2.9370412448770367e-05, + "K": 1.58880739036249e-05, + "L": 0.0005190221127122641, + "G": 0.0020354867447167635, + "F": 0.00450873002409935, + "E": 0.000764988362789154, + "T": 0.0036896239034831524, + "P": 0.20073668658733368, + "-": 0.7774704098701477 + }, + "id": "tp_2404" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 300501, + "label": "-", + "classification": { + "B": 2.0029219949257993e-10, + "S": 3.2435705232813916e-09, + "I": 1.1135456361444085e-06, + "C": 6.513892003567889e-08, + "R": 3.4315172925403203e-09, + "M": 6.614666290261084e-06, + "O": 1.1218153872505354e-07, + "W": 1.5655801099967448e-09, + "N": 1.3688851829840587e-08, + "Y": 3.13434393319767e-05, + "U": 3.8757919096354954e-10, + "K": 7.971519444538444e-09, + "L": 4.529542518838525e-09, + "G": 6.808961074966646e-07, + "F": 0.00010256301902700216, + "E": 3.329960463815951e-06, + "T": 3.605358142522164e-05, + "P": 0.018832743167877197, + "-": 0.9809853434562683 + }, + "id": "tp_2405" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 300634, + "label": "-", + "classification": { + "B": 8.928622285964138e-09, + "S": 1.1822142376161082e-08, + "I": 2.2297837858786806e-05, + "C": 1.4533762850987841e-06, + "R": 7.122192755559809e-07, + "M": 2.980452700285241e-05, + "O": 2.468196043992066e-06, + "W": 2.9103345511316547e-08, + "N": 1.6453361695312196e-07, + "Y": 0.00048203926417045295, + "U": 2.2363222385024528e-08, + "K": 3.576142049155351e-08, + "L": 1.5663042063351895e-07, + "G": 1.60500258061802e-05, + "F": 5.0319009460508823e-05, + "E": 1.7380126564603415e-06, + "T": 0.0010406294604763389, + "P": 0.010307264514267445, + "-": 0.988044798374176 + }, + "id": "tp_2406" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 300767, + "label": "-", + "classification": { + "B": 0.000492672435939312, + "S": 0.0007862836355343461, + "I": 0.001965666888281703, + "C": 0.00019761578005272895, + "R": 6.494837725767866e-05, + "M": 0.005644163582473993, + "O": 0.0017525453586131334, + "W": 0.00033916192478500307, + "N": 0.00047553444164805114, + "Y": 0.011251397430896759, + "U": 5.4815558542031795e-05, + "K": 0.0008612010860815644, + "L": 0.000323693995596841, + "G": 0.00539389718323946, + "F": 0.03577086329460144, + "E": 0.008194868452847004, + "T": 0.010887537151575089, + "P": 0.1293947696685791, + "-": 0.7861483097076416 + }, + "id": "tp_2407" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 300901, + "label": "-", + "classification": { + "B": 1.0417364137538243e-05, + "S": 3.3606552278797608e-06, + "I": 3.9739552448736504e-05, + "C": 9.290702109865379e-06, + "R": 2.9816435471730074e-06, + "M": 0.0001901499490486458, + "O": 0.000134331188746728, + "W": 3.997096882812912e-06, + "N": 2.781615648927982e-06, + "Y": 0.0005759007181040943, + "U": 4.287275316983141e-07, + "K": 5.694344622497738e-07, + "L": 9.238414349965751e-06, + "G": 0.0001540476077934727, + "F": 0.0008741443743929267, + "E": 3.899508374161087e-05, + "T": 0.0007085020770318806, + "P": 0.028253788128495216, + "-": 0.9689872860908508 + }, + "id": "tp_2408" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 301001, + "label": "-", + "classification": { + "B": 1.6191066265491827e-08, + "S": 9.414346635594484e-09, + "I": 2.1380272301030345e-05, + "C": 1.0832736734300852e-06, + "R": 1.7298245325036987e-07, + "M": 1.9207163859391585e-05, + "O": 2.55053055298049e-06, + "W": 2.9605832452261893e-08, + "N": 2.2921129527730955e-07, + "Y": 0.00017803109949454665, + "U": 1.1926617027313569e-08, + "K": 7.930880840945065e-09, + "L": 9.971132186592513e-08, + "G": 1.0750778528745286e-05, + "F": 3.720771928783506e-05, + "E": 3.338309397804551e-06, + "T": 0.00040872968384064734, + "P": 0.04112157225608826, + "-": 0.9581956267356873 + }, + "id": "tp_2409" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 301134, + "label": "-", + "classification": { + "B": 2.59591229223588e-06, + "S": 2.8308106720942305e-06, + "I": 0.00025981958606280386, + "C": 3.0442093702731654e-05, + "R": 5.019864147470798e-06, + "M": 5.394691106630489e-05, + "O": 4.557938882499002e-05, + "W": 1.8970069959323155e-06, + "N": 1.4276089132181369e-05, + "Y": 0.0006232103332877159, + "U": 1.03498712178407e-06, + "K": 2.8410499908204656e-06, + "L": 5.90130002819933e-06, + "G": 0.00028479023603722453, + "F": 0.004024788271635771, + "E": 0.0001478026097174734, + "T": 0.000499291461892426, + "P": 0.16140830516815186, + "-": 0.8325855731964111 + }, + "id": "tp_2410" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 301268, + "label": "-", + "classification": { + "B": 8.278809104922402e-07, + "S": 3.070672164540156e-06, + "I": 1.71499777934514e-05, + "C": 1.802922815841157e-05, + "R": 2.8091512831451837e-06, + "M": 0.0003369651094544679, + "O": 3.6602428735932335e-05, + "W": 1.6593367035966367e-06, + "N": 1.4203350247044e-06, + "Y": 0.0012695809127762914, + "U": 3.04413418916738e-07, + "K": 8.800362593319733e-06, + "L": 3.534982624842087e-06, + "G": 0.00014112899953033775, + "F": 0.0044762189500033855, + "E": 6.002428199280985e-05, + "T": 0.001052531530149281, + "P": 0.012958990409970284, + "-": 0.9796103239059448 + }, + "id": "tp_2411" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 301401, + "label": "-", + "classification": { + "B": 0.00035700196167454123, + "S": 0.0003032854583580047, + "I": 0.00030811940087005496, + "C": 0.0005623375182040036, + "R": 0.00037011990207247436, + "M": 0.017972201108932495, + "O": 0.004278938286006451, + "W": 0.00017186607874464244, + "N": 3.1354113161796704e-05, + "Y": 0.005950813181698322, + "U": 6.5251019805145916e-06, + "K": 8.976406206784304e-06, + "L": 0.00169000297319144, + "G": 0.005647697485983372, + "F": 0.02256263978779316, + "E": 0.0007026022649370134, + "T": 0.007352118380367756, + "P": 0.016292357817292213, + "-": 0.9154311418533325 + }, + "id": "tp_2412" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 301502, + "label": "-", + "classification": { + "B": 2.3272695770515384e-08, + "S": 6.886310965903419e-10, + "I": 1.7946396368984097e-08, + "C": 7.748489849745965e-09, + "R": 8.823312080963319e-10, + "M": 1.394454216097074e-06, + "O": 2.009003168268464e-07, + "W": 5.68862623673283e-10, + "N": 1.0708160746997208e-10, + "Y": 2.380994374107104e-06, + "U": 5.59950783657337e-12, + "K": 6.599308599586351e-11, + "L": 1.68760987406813e-08, + "G": 3.125778675894253e-06, + "F": 5.6359909649472684e-05, + "E": 2.217313408436894e-07, + "T": 3.5841742374032037e-06, + "P": 0.0008422309183515608, + "-": 0.9990905523300171 + }, + "id": "tp_2413" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 301635, + "label": "-", + "classification": { + "B": 9.75371228228994e-10, + "S": 2.391231435083796e-09, + "I": 3.7441418498929124e-06, + "C": 3.9928710293679615e-07, + "R": 1.016773651940639e-07, + "M": 1.3292352377902716e-05, + "O": 7.897144200796902e-07, + "W": 3.044898999604584e-09, + "N": 1.6214553255622377e-08, + "Y": 0.0004610382893588394, + "U": 1.976149022198115e-09, + "K": 1.6661358959169092e-09, + "L": 5.675606828958735e-08, + "G": 5.035954018239863e-06, + "F": 1.2215453352837358e-05, + "E": 4.0707772086534533e-07, + "T": 0.0005030069733038545, + "P": 0.00221959943883121, + "-": 0.9967801570892334 + }, + "id": "tp_2414" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 301768, + "label": "-", + "classification": { + "B": 1.6211979314562086e-08, + "S": 5.7569064182416696e-08, + "I": 8.22624861029908e-06, + "C": 1.5557002370769624e-06, + "R": 2.2425113854751544e-07, + "M": 1.574190719111357e-05, + "O": 2.6094378426932963e-06, + "W": 7.82706948143641e-08, + "N": 3.3502792007311655e-07, + "Y": 0.00024073199892882258, + "U": 2.4847526702842515e-08, + "K": 3.2406480841018492e-06, + "L": 4.67871608123005e-08, + "G": 1.3960609066998586e-05, + "F": 0.0008967113099060953, + "E": 1.5451290892087854e-05, + "T": 0.00011537907994352281, + "P": 0.01643441617488861, + "-": 0.9822512269020081 + }, + "id": "tp_2415" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 301902, + "label": "-", + "classification": { + "B": 3.1182082693703705e-08, + "S": 1.0662135174754894e-08, + "I": 2.813215473906894e-07, + "C": 3.776675683297981e-08, + "R": 7.268753599021238e-09, + "M": 1.7811829820857383e-05, + "O": 2.608689783301088e-06, + "W": 1.1243087350010228e-08, + "N": 4.066047054607225e-09, + "Y": 3.220710641471669e-05, + "U": 3.5477668025585274e-10, + "K": 1.3585306213315107e-09, + "L": 7.16852497362197e-08, + "G": 3.470107458269922e-06, + "F": 0.00016202297410927713, + "E": 6.832056556049793e-07, + "T": 3.599506089813076e-05, + "P": 0.0023313325364142656, + "-": 0.9974134564399719 + }, + "id": "tp_2416" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 302002, + "label": "-", + "classification": { + "B": 6.646323981840396e-06, + "S": 3.7348567275330424e-05, + "I": 0.000514011480845511, + "C": 1.7538910469738767e-05, + "R": 1.4111872587818652e-05, + "M": 0.0003088432422373444, + "O": 0.0003610743151511997, + "W": 2.033643249887973e-05, + "N": 4.940568032907322e-05, + "Y": 0.0007181850960478187, + "U": 2.210613502029446e-06, + "K": 2.580720547484816e-06, + "L": 1.989986776607111e-05, + "G": 0.0002210063539678231, + "F": 0.0019254239741712809, + "E": 9.966392099158838e-05, + "T": 0.0031752989161759615, + "P": 0.1907404661178589, + "-": 0.8017659783363342 + }, + "id": "tp_2417" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 302135, + "label": "-", + "classification": { + "B": 1.7771136526789633e-06, + "S": 2.0292293356760638e-06, + "I": 0.00028929111431352794, + "C": 5.268022869131528e-05, + "R": 6.719214979966637e-06, + "M": 6.668696732958779e-05, + "O": 4.240118869347498e-05, + "W": 2.2317033199215075e-06, + "N": 1.982238609343767e-05, + "Y": 0.00027452880749478936, + "U": 1.9773849544435507e-06, + "K": 2.9941027150925947e-06, + "L": 4.543773684417829e-06, + "G": 0.00011816213373094797, + "F": 0.0009878297569230199, + "E": 0.00017291890981141478, + "T": 0.0005690775578841567, + "P": 0.19362850487232208, + "-": 0.8037558794021606 + }, + "id": "tp_2418" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 302269, + "label": "-", + "classification": { + "B": 7.173326110887501e-08, + "S": 1.1051961568142588e-09, + "I": 5.546800139200059e-07, + "C": 1.0598067312628245e-08, + "R": 5.457402307840198e-10, + "M": 2.938072327651753e-07, + "O": 2.556773495143716e-07, + "W": 2.3695341244689416e-09, + "N": 4.589280511169136e-09, + "Y": 1.8068609506372013e-06, + "U": 1.4869365461134265e-10, + "K": 5.313518722238619e-11, + "L": 1.641141267327839e-08, + "G": 1.321739887316653e-06, + "F": 1.78274840436643e-05, + "E": 1.014223357742594e-06, + "T": 2.0967431737517472e-06, + "P": 0.1376410275697708, + "-": 0.8623337745666504 + }, + "id": "tp_2419" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 302402, + "label": "-", + "classification": { + "B": 2.1532798655243823e-06, + "S": 2.7731978207157226e-06, + "I": 0.00041253396193496883, + "C": 3.33012176270131e-05, + "R": 5.353728283807868e-06, + "M": 0.00016286721802316606, + "O": 4.669914414989762e-05, + "W": 4.24946165367146e-06, + "N": 3.0457867978839204e-05, + "Y": 0.0015648066764697433, + "U": 2.281575007145875e-06, + "K": 4.350278322817758e-05, + "L": 3.176595555487438e-06, + "G": 0.0002669630339369178, + "F": 0.0026763437781482935, + "E": 0.0006694248295389116, + "T": 0.000803236267529428, + "P": 0.11282258480787277, + "-": 0.8804473280906677 + }, + "id": "tp_2420" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 302503, + "label": "-", + "classification": { + "B": 7.950683357194066e-05, + "S": 0.0002253298443974927, + "I": 0.004482905380427837, + "C": 0.000978803145699203, + "R": 0.00029717598226852715, + "M": 0.0029496473725885153, + "O": 0.0010692198993638158, + "W": 0.00032099519739858806, + "N": 0.0008683446212671697, + "Y": 0.012194635346531868, + "U": 0.00015372814959846437, + "K": 0.002486699726432562, + "L": 0.00016317058179993182, + "G": 0.0027016294188797474, + "F": 0.028518367558717728, + "E": 0.004681668244302273, + "T": 0.01024655532091856, + "P": 0.13798151910305023, + "-": 0.7896000146865845 + }, + "id": "tp_2421" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 302636, + "label": "-", + "classification": { + "B": 1.1660328169682543e-07, + "S": 1.2733410770238152e-08, + "I": 6.207547812664416e-06, + "C": 3.5023930422539706e-07, + "R": 4.242030016143872e-08, + "M": 2.0683186448877677e-05, + "O": 3.401131380087463e-06, + "W": 3.475370746741646e-08, + "N": 7.4284272955083e-08, + "Y": 4.4431832066038623e-05, + "U": 4.548688536942791e-09, + "K": 3.824087713155677e-09, + "L": 2.750292367181828e-07, + "G": 1.4831848602625541e-05, + "F": 9.699623478809372e-05, + "E": 9.263459105568472e-06, + "T": 6.016789120621979e-05, + "P": 0.04123828560113907, + "-": 0.9585047960281372 + }, + "id": "tp_2422" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 302769, + "label": "-", + "classification": { + "B": 1.2301711038720242e-10, + "S": 2.3033309981546068e-10, + "I": 8.218852372010588e-07, + "C": 7.826941761379658e-09, + "R": 4.2811582057211695e-10, + "M": 1.0454230903178541e-07, + "O": 3.173653340127203e-08, + "W": 2.1715643172548482e-10, + "N": 9.156034153079418e-09, + "Y": 4.390452431835001e-06, + "U": 5.899611354998058e-11, + "K": 1.1018064238754732e-09, + "L": 3.530280234809169e-10, + "G": 4.701836360254674e-07, + "F": 7.06421269569546e-05, + "E": 1.7274315950999153e-06, + "T": 3.7673335100407712e-06, + "P": 0.1270889788866043, + "-": 0.872829020023346 + }, + "id": "tp_2423" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 302903, + "label": "-", + "classification": { + "B": 0.0002261743211420253, + "S": 0.0008502419805154204, + "I": 0.00018290441948920488, + "C": 0.00037040215102024376, + "R": 0.0005247210501693189, + "M": 0.014329577796161175, + "O": 0.01202391367405653, + "W": 0.0004213535285089165, + "N": 1.9124387108604424e-05, + "Y": 0.01259297039359808, + "U": 4.9616023716225754e-06, + "K": 6.992111593717709e-06, + "L": 0.006676576565951109, + "G": 0.01327472273260355, + "F": 0.06314406543970108, + "E": 0.00016184912237804383, + "T": 0.01430826261639595, + "P": 0.004772325977683067, + "-": 0.8561088442802429 + }, + "id": "tp_2424" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 303003, + "label": "-", + "classification": { + "B": 1.4670476389255782e-08, + "S": 2.275205730484231e-07, + "I": 1.6328077663274598e-06, + "C": 4.3262454596515454e-07, + "R": 2.811833326177293e-07, + "M": 8.582193913753144e-06, + "O": 7.126834134396631e-06, + "W": 8.024622388802527e-08, + "N": 6.454671108713228e-08, + "Y": 0.00037252288893796504, + "U": 1.0827466034868394e-08, + "K": 4.4862513703947116e-08, + "L": 6.710442903568037e-07, + "G": 1.89447764569195e-05, + "F": 0.0011522499844431877, + "E": 6.89752937432786e-07, + "T": 0.0003198581107426435, + "P": 0.0032198671251535416, + "-": 0.9948967099189758 + }, + "id": "tp_2425" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 303136, + "label": "-", + "classification": { + "B": 1.329104634351097e-05, + "S": 0.0002544296730775386, + "I": 1.8119677406502888e-05, + "C": 4.468594124773517e-05, + "R": 4.8343797971028835e-05, + "M": 0.002604509936645627, + "O": 0.00123765564057976, + "W": 3.242746970499866e-05, + "N": 1.8562902823759941e-06, + "Y": 0.019704116508364677, + "U": 9.83617667316139e-08, + "K": 5.374771717470139e-06, + "L": 0.0005064761498942971, + "G": 0.011222871020436287, + "F": 0.14777137339115143, + "E": 9.525683708488941e-05, + "T": 0.007501794025301933, + "P": 0.0014953406061977148, + "-": 0.8074420094490051 + }, + "id": "tp_2426" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 303270, + "label": "-", + "classification": { + "B": 1.7230458979611285e-05, + "S": 1.8054033716907725e-06, + "I": 4.7100402298383415e-05, + "C": 5.249075547908433e-05, + "R": 1.6139858416863717e-05, + "M": 0.001228740205988288, + "O": 0.00024072402447927743, + "W": 1.7521246036267257e-06, + "N": 3.750904795651877e-07, + "Y": 0.00028597863274626434, + "U": 1.1281199618906612e-07, + "K": 7.682178226886549e-10, + "L": 0.0002085027954308316, + "G": 0.0006806013989262283, + "F": 0.0003086030192207545, + "E": 4.875319064012729e-06, + "T": 0.0021233712323009968, + "P": 0.007737216539680958, + "-": 0.9870442748069763 + }, + "id": "tp_2427" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 303403, + "label": "-", + "classification": { + "B": 5.931435111961036e-07, + "S": 1.7279189705732279e-06, + "I": 8.52970242704032e-06, + "C": 2.8089385750718066e-07, + "R": 1.3705388823836984e-07, + "M": 0.00010578697401797399, + "O": 2.6754993086797185e-05, + "W": 4.668957558351394e-07, + "N": 3.3038287483577733e-07, + "Y": 0.0003626098914537579, + "U": 1.8030423376558247e-08, + "K": 1.034826055956728e-07, + "L": 1.625305344532535e-06, + "G": 5.328177576302551e-05, + "F": 0.0022075765300542116, + "E": 2.149317879229784e-05, + "T": 0.0003240887017454952, + "P": 0.021849529817700386, + "-": 0.9750350713729858 + }, + "id": "tp_2428" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 303504, + "label": "-", + "classification": { + "B": 0.002199114067479968, + "S": 0.011842175386846066, + "I": 0.005190505646169186, + "C": 0.014925160445272923, + "R": 0.011085174977779388, + "M": 0.12838596105575562, + "O": 0.05630091205239296, + "W": 0.005856769159436226, + "N": 0.0011488216696307063, + "Y": 0.07132808864116669, + "U": 0.00044489052379503846, + "K": 0.000494264648295939, + "L": 0.043091271072626114, + "G": 0.08898746967315674, + "F": 0.0538298599421978, + "E": 0.0033426496665924788, + "T": 0.09173446148633957, + "P": 0.012874893844127655, + "-": 0.3969375491142273 + }, + "id": "tp_2429" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 303637, + "label": "-", + "classification": { + "B": 2.1611514355868167e-08, + "S": 1.0370267773396336e-06, + "I": 1.205277476401534e-05, + "C": 8.61195132983994e-07, + "R": 2.4098469566524727e-06, + "M": 0.00046123191714286804, + "O": 0.00013410938845481724, + "W": 3.349461792367947e-07, + "N": 1.1140160438571911e-07, + "Y": 0.006176190450787544, + "U": 2.8379785188548112e-09, + "K": 4.801530284481714e-09, + "L": 1.3760001820628531e-05, + "G": 0.00021868852491024882, + "F": 0.0006160862394608557, + "E": 4.0650655819263193e-07, + "T": 0.009644837118685246, + "P": 0.00045141606824472547, + "-": 0.982266366481781 + }, + "id": "tp_2430" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 303770, + "label": "-", + "classification": { + "B": 7.226598341958379e-08, + "S": 3.1542954275209922e-06, + "I": 1.5418470411532326e-06, + "C": 2.4503813165210886e-06, + "R": 1.5435640534633421e-06, + "M": 0.00017876224592328072, + "O": 9.038492135005072e-05, + "W": 5.919413865740353e-07, + "N": 5.0843723897742166e-08, + "Y": 0.0004586718569044024, + "U": 2.588864900232579e-09, + "K": 1.2992268239031546e-07, + "L": 1.2160666301497258e-05, + "G": 0.00030832781339995563, + "F": 0.011592685244977474, + "E": 2.081748789350968e-06, + "T": 0.0005541195278055966, + "P": 0.000836067833006382, + "-": 0.9859572649002075 + }, + "id": "tp_2431" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 303904, + "label": "-", + "classification": { + "B": 1.2484581475291634e-06, + "S": 7.721403108007507e-07, + "I": 1.1613583410508e-06, + "C": 1.0911096524068853e-06, + "R": 9.000389127322705e-07, + "M": 7.834722782718018e-05, + "O": 7.986361742950976e-05, + "W": 6.557065148626862e-07, + "N": 1.9366042991464383e-08, + "Y": 7.847576489439234e-05, + "U": 2.425443179632225e-09, + "K": 6.67561339540157e-10, + "L": 1.0523068340262398e-05, + "G": 5.1791368605336174e-05, + "F": 0.0005489765317179263, + "E": 7.793615850459901e-07, + "T": 0.00015214549785014242, + "P": 0.001954772276803851, + "-": 0.9970384836196899 + }, + "id": "tp_2432" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 304004, + "label": "-", + "classification": { + "B": 3.340369221405126e-05, + "S": 2.7691548893926665e-05, + "I": 0.0004791133978869766, + "C": 0.00010527615813771263, + "R": 7.12014953023754e-05, + "M": 0.002590397372841835, + "O": 0.0003190868301317096, + "W": 1.779988087946549e-05, + "N": 2.398888682364486e-05, + "Y": 0.04014341160655022, + "U": 4.882122993876692e-06, + "K": 7.713539525866508e-05, + "L": 0.00010305716568836942, + "G": 0.010668416507542133, + "F": 0.014922801405191422, + "E": 0.0006802895222790539, + "T": 0.015710894018411636, + "P": 0.011980321258306503, + "-": 0.9020408391952515 + }, + "id": "tp_2433" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 304137, + "label": "-", + "classification": { + "B": 1.0084256700793048e-06, + "S": 3.984661816502921e-05, + "I": 7.240529157570563e-06, + "C": 3.043796823476441e-06, + "R": 2.7653520646708785e-06, + "M": 0.0010473710717633367, + "O": 0.0002342221705475822, + "W": 4.718597665487323e-06, + "N": 6.780943522244343e-07, + "Y": 0.00641484884545207, + "U": 2.4771132700607268e-08, + "K": 1.4746124179509934e-06, + "L": 2.0548166503431275e-05, + "G": 0.000521965092048049, + "F": 0.019405238330364227, + "E": 1.724717913020868e-05, + "T": 0.0034340270794928074, + "P": 0.0019029420800507069, + "-": 0.9669409394264221 + }, + "id": "tp_2434" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 304271, + "label": "-", + "classification": { + "B": 0.00018522879690863192, + "S": 0.00025229944731108844, + "I": 0.0012611567508429289, + "C": 0.0006048564100638032, + "R": 0.00033400251413695514, + "M": 0.018844105303287506, + "O": 0.002477568108588457, + "W": 9.505255002295598e-05, + "N": 8.617924322606996e-05, + "Y": 0.022076807916164398, + "U": 1.64067078003427e-05, + "K": 3.239611760363914e-05, + "L": 0.0013824222842231393, + "G": 0.013087905943393707, + "F": 0.029755711555480957, + "E": 0.002164313569664955, + "T": 0.01566508412361145, + "P": 0.02858559414744377, + "-": 0.8630928993225098 + }, + "id": "tp_2435" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 304404, + "label": "-", + "classification": { + "B": 3.184597517247312e-05, + "S": 2.614923687360715e-05, + "I": 4.976361083208758e-07, + "C": 1.4678285253921786e-07, + "R": 2.506542102764797e-07, + "M": 0.00010505541285965592, + "O": 0.00015906841144897044, + "W": 2.790927965179435e-06, + "N": 2.1981604092502494e-08, + "Y": 3.7716570659540594e-05, + "U": 1.3394115816467433e-09, + "K": 2.211338223645498e-09, + "L": 9.907143976306543e-06, + "G": 3.0217172025004402e-05, + "F": 0.0014976728707551956, + "E": 1.4289209957496496e-06, + "T": 8.037313091335818e-05, + "P": 0.0020613044034689665, + "-": 0.9959555864334106 + }, + "id": "tp_2436" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 304505, + "label": "-", + "classification": { + "B": 0.00010870883852476254, + "S": 0.0006730335298925638, + "I": 7.083394848450553e-06, + "C": 5.5279183470702264e-06, + "R": 1.3766383744950872e-05, + "M": 0.023129617795348167, + "O": 0.008123588748276234, + "W": 2.4512508389307186e-05, + "N": 1.9122592220810475e-07, + "Y": 0.006734926253557205, + "U": 5.322429164067444e-09, + "K": 5.5285109823444145e-09, + "L": 0.004191331099718809, + "G": 0.009704774245619774, + "F": 0.016438843682408333, + "E": 1.3784986549580935e-05, + "T": 0.005736749153584242, + "P": 0.00038911684532649815, + "-": 0.9247044324874878 + }, + "id": "tp_2437" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 304638, + "label": "-", + "classification": { + "B": 7.910481372164213e-07, + "S": 2.879687144741183e-06, + "I": 6.917344762769062e-06, + "C": 4.4711958935295115e-07, + "R": 4.1320461718896695e-07, + "M": 8.410656300839037e-05, + "O": 3.6221041227690876e-05, + "W": 6.247187798180676e-07, + "N": 1.8578751337372523e-07, + "Y": 0.00046500356984324753, + "U": 8.449712041169732e-09, + "K": 2.981125390988382e-08, + "L": 2.922896783275064e-06, + "G": 6.168885010993108e-05, + "F": 0.005949965212494135, + "E": 1.0091031072079204e-05, + "T": 0.00028826959896832705, + "P": 0.008192211389541626, + "-": 0.9848971962928772 + }, + "id": "tp_2438" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 304771, + "label": "-", + "classification": { + "B": 9.962982439049028e-09, + "S": 1.960711870196974e-06, + "I": 3.917392405128339e-06, + "C": 1.6486619642819278e-06, + "R": 1.9416945633565774e-06, + "M": 0.0006026332266628742, + "O": 4.01699508074671e-05, + "W": 3.8401637425522495e-07, + "N": 7.646015376394644e-08, + "Y": 0.03675054386258125, + "U": 9.705102277379751e-10, + "K": 2.622603005875135e-07, + "L": 2.5018312044267077e-06, + "G": 0.00042992972885258496, + "F": 0.009995226748287678, + "E": 1.6708343082427746e-06, + "T": 0.009278195910155773, + "P": 0.00022229606111068279, + "-": 0.9426667094230652 + }, + "id": "tp_2439" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 304905, + "label": "-", + "classification": { + "B": 3.4864262943301583e-06, + "S": 8.765974052948877e-05, + "I": 0.000117665265861433, + "C": 1.5778234228491783e-05, + "R": 1.4259014278650284e-05, + "M": 0.011628595180809498, + "O": 0.0019219816895201802, + "W": 9.389770639245398e-06, + "N": 1.1669447985696024e-06, + "Y": 0.07580552995204926, + "U": 6.323444434741532e-09, + "K": 1.935884910153618e-07, + "L": 0.0001300149888265878, + "G": 0.005647989921271801, + "F": 0.003959468565881252, + "E": 1.1901055586349685e-05, + "T": 0.04176807031035423, + "P": 0.0002394792390987277, + "-": 0.858637273311615 + }, + "id": "tp_2440" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 305005, + "label": "-", + "classification": { + "B": 5.2309155762486625e-06, + "S": 4.158523097430589e-06, + "I": 2.023966226261109e-05, + "C": 4.143799742450938e-06, + "R": 2.2669237296213396e-06, + "M": 0.0036210091784596443, + "O": 0.00019815292034763843, + "W": 9.746013347466942e-07, + "N": 1.1379946585066136e-07, + "Y": 0.0010371659882366657, + "U": 6.225104876023124e-09, + "K": 3.9334005497160263e-10, + "L": 7.17779403203167e-05, + "G": 0.00023689308727625757, + "F": 0.00030423272983171046, + "E": 5.113426595926285e-06, + "T": 0.0032888015266507864, + "P": 0.0014250455424189568, + "-": 0.9897745847702026 + }, + "id": "tp_2441" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 305138, + "label": "-", + "classification": { + "B": 6.43536395728006e-06, + "S": 0.0006410409696400166, + "I": 8.799799616099335e-06, + "C": 3.892190761689562e-06, + "R": 5.230332590144826e-06, + "M": 0.0006356397061608732, + "O": 0.001125067239627242, + "W": 5.573681846726686e-05, + "N": 3.2490929697814863e-06, + "Y": 0.005759380292147398, + "U": 1.1139520239566991e-07, + "K": 3.715086495503783e-05, + "L": 8.339389023603871e-05, + "G": 0.0018715729238465428, + "F": 0.16768799722194672, + "E": 6.395445961970836e-05, + "T": 0.002555152866989374, + "P": 0.006691487040370703, + "-": 0.8127646446228027 + }, + "id": "tp_2442" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 305272, + "label": "-", + "classification": { + "B": 5.338491246220656e-05, + "S": 0.0005170358926989138, + "I": 7.293923408724368e-05, + "C": 2.09464651561575e-05, + "R": 9.993927960749716e-06, + "M": 0.0007320757140405476, + "O": 0.0007324989419430494, + "W": 5.1291321142343804e-05, + "N": 2.030576615652535e-05, + "Y": 0.0018719149520620704, + "U": 6.731798407599854e-07, + "K": 2.1028066839789972e-05, + "L": 0.00010374400881119072, + "G": 0.0020563502330332994, + "F": 0.23568911850452423, + "E": 0.0004389478999655694, + "T": 0.0020016117487102747, + "P": 0.030406570062041283, + "-": 0.7251996397972107 + }, + "id": "tp_2443" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 305405, + "label": "-", + "classification": { + "B": 6.681457307422534e-06, + "S": 0.0001686627947492525, + "I": 7.790076051605865e-05, + "C": 7.875718438299373e-05, + "R": 4.579579763230868e-05, + "M": 0.005477366037666798, + "O": 0.0013586677378043532, + "W": 4.435050504980609e-05, + "N": 6.243669304240029e-06, + "Y": 0.004419900942593813, + "U": 1.2233497272973182e-06, + "K": 7.967601959535386e-06, + "L": 0.00030000254628248513, + "G": 0.001678009983152151, + "F": 0.021296584978699684, + "E": 8.928206079872325e-05, + "T": 0.004258797969669104, + "P": 0.006442922167479992, + "-": 0.9542407989501953 + }, + "id": "tp_2444" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 305506, + "label": "-", + "classification": { + "B": 1.8088504027957697e-09, + "S": 1.483002733948524e-07, + "I": 1.8920749198514386e-06, + "C": 1.7310004807313817e-07, + "R": 1.1060287619102382e-07, + "M": 1.2803793651983142e-05, + "O": 2.6336963401263347e-06, + "W": 4.2406480105228184e-08, + "N": 1.4318946739422245e-07, + "Y": 0.001085579046048224, + "U": 3.538653814416648e-09, + "K": 9.80171762421378e-07, + "L": 3.3225159512539904e-08, + "G": 1.088455792341847e-05, + "F": 0.001498419209383428, + "E": 2.8837439458584413e-06, + "T": 0.0002507483877707273, + "P": 0.004741490352898836, + "-": 0.992391049861908 + }, + "id": "tp_2445" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 305639, + "label": "-", + "classification": { + "B": 6.149216460471507e-07, + "S": 7.846552989576594e-07, + "I": 9.940780500983237e-07, + "C": 2.0540527145840315e-07, + "R": 8.81979005384892e-08, + "M": 6.288506847340614e-05, + "O": 3.094938074355014e-05, + "W": 3.943342790080351e-07, + "N": 3.7983838296895556e-08, + "Y": 6.587911047972739e-05, + "U": 4.793222263543839e-09, + "K": 1.1519219356159738e-08, + "L": 1.292586375711835e-06, + "G": 1.2923615940962918e-05, + "F": 0.0006894445978105068, + "E": 1.4799126120124129e-06, + "T": 0.00013018102617934346, + "P": 0.003530871821567416, + "-": 0.9954710006713867 + }, + "id": "tp_2446" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 305772, + "label": "-", + "classification": { + "B": 3.993179120698187e-08, + "S": 2.869253457049581e-08, + "I": 2.0166640751995146e-05, + "C": 6.445710027946916e-07, + "R": 9.222892316529396e-08, + "M": 2.5307494070148095e-05, + "O": 2.6609623091644607e-06, + "W": 3.1145034995461174e-08, + "N": 2.889492805024929e-07, + "Y": 0.00013306454638950527, + "U": 8.230589543245515e-09, + "K": 6.021217302532023e-08, + "L": 1.5538753928012738e-07, + "G": 3.408695920370519e-05, + "F": 0.0004735379770863801, + "E": 2.2803164029028267e-05, + "T": 0.00013394560664892197, + "P": 0.038326285779476166, + "-": 0.9608268141746521 + }, + "id": "tp_2447" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 305906, + "label": "-", + "classification": { + "B": 2.6000723664765246e-05, + "S": 3.4704000427154824e-05, + "I": 0.00029514663037844, + "C": 0.00016729625349398702, + "R": 7.762663153698668e-05, + "M": 0.003417637664824724, + "O": 0.0007129771402105689, + "W": 3.0172557671903633e-05, + "N": 1.0992078387062065e-05, + "Y": 0.006817187648266554, + "U": 2.01452257897472e-06, + "K": 6.378256330208387e-06, + "L": 0.00013715296518057585, + "G": 0.001941483118571341, + "F": 0.00569762522354722, + "E": 0.00018140969041269273, + "T": 0.005380251444876194, + "P": 0.01032892893999815, + "-": 0.9647349715232849 + }, + "id": "tp_2448" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 306006, + "label": "-", + "classification": { + "B": 8.174329559551552e-05, + "S": 0.0023461829405277967, + "I": 5.497718302649446e-05, + "C": 4.481401992961764e-05, + "R": 5.813008829136379e-05, + "M": 0.007683903910219669, + "O": 0.007525043096393347, + "W": 0.000423634221078828, + "N": 1.7739668692229316e-05, + "Y": 0.006933217868208885, + "U": 2.7386201963963686e-06, + "K": 0.00011304450163152069, + "L": 0.0014069119933992624, + "G": 0.0070733255706727505, + "F": 0.10957099497318268, + "E": 0.0004139470402151346, + "T": 0.006190690211951733, + "P": 0.008844958618283272, + "-": 0.8412139415740967 + }, + "id": "tp_2449" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 306139, + "label": "-", + "classification": { + "B": 5.6710740636845e-07, + "S": 4.950700258632423e-06, + "I": 1.1110526429547463e-05, + "C": 1.2986399156034167e-07, + "R": 5.604450237228775e-08, + "M": 3.7167774280533195e-05, + "O": 1.49127263284754e-05, + "W": 7.625174589520611e-07, + "N": 6.216475298970181e-07, + "Y": 0.0002999494899995625, + "U": 1.3681012767108314e-08, + "K": 8.648888751849881e-07, + "L": 4.6224110406001273e-07, + "G": 5.3865387599216774e-05, + "F": 0.005260779522359371, + "E": 5.690034959116019e-05, + "T": 0.00023034689365886152, + "P": 0.03740440309047699, + "-": 0.9566221237182617 + }, + "id": "tp_2450" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 306273, + "label": "-", + "classification": { + "B": 2.3544737359770807e-07, + "S": 4.581138455250766e-07, + "I": 3.4030158531095367e-06, + "C": 5.787440748861172e-09, + "R": 6.9915668809983345e-09, + "M": 1.7625619875616394e-05, + "O": 9.149040124611929e-06, + "W": 1.0206764500253485e-07, + "N": 4.7814694426051574e-08, + "Y": 4.894941230304539e-05, + "U": 1.041827291103914e-09, + "K": 1.2309487873451985e-09, + "L": 3.4961055916937767e-07, + "G": 2.773165078906459e-06, + "F": 0.0001587701408425346, + "E": 1.6562578366574598e-06, + "T": 0.0001333574764430523, + "P": 0.018183359876275063, + "-": 0.9814398884773254 + }, + "id": "tp_2451" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 306406, + "label": "-", + "classification": { + "B": 2.4695905320726297e-09, + "S": 2.1651240800224514e-09, + "I": 1.704744931885216e-07, + "C": 2.0368235098544574e-08, + "R": 1.812334171624741e-09, + "M": 1.7087162973439263e-07, + "O": 1.424962761120696e-07, + "W": 8.46076764204895e-10, + "N": 2.5121678071116094e-09, + "Y": 9.40699283091817e-06, + "U": 1.095996904343366e-10, + "K": 1.385510262075229e-09, + "L": 3.01428482174515e-09, + "G": 1.028071210384951e-06, + "F": 0.00014954469224903733, + "E": 1.9872940981713327e-07, + "T": 5.646739282383351e-06, + "P": 0.010412424802780151, + "-": 0.9894213676452637 + }, + "id": "tp_2452" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 306507, + "label": "-", + "classification": { + "B": 4.067491374826204e-07, + "S": 3.3419175338167406e-07, + "I": 6.259552719711792e-06, + "C": 3.034215012576169e-07, + "R": 4.268012787633779e-08, + "M": 1.4149895832815673e-05, + "O": 9.494718142377678e-06, + "W": 2.44693978856958e-07, + "N": 4.1846101339615416e-07, + "Y": 1.927890298247803e-05, + "U": 8.733518797043871e-09, + "K": 8.664600414931556e-08, + "L": 4.7460824248446443e-07, + "G": 1.0319175089534838e-05, + "F": 0.0036350442096590996, + "E": 4.308440475142561e-05, + "T": 3.4530461562098935e-05, + "P": 0.06516654044389725, + "-": 0.9310591220855713 + }, + "id": "tp_2453" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 306640, + "label": "-", + "classification": { + "B": 4.22231664742867e-07, + "S": 6.438589217339086e-09, + "I": 2.2431099466757587e-07, + "C": 7.951475922141071e-09, + "R": 1.751551681472563e-09, + "M": 6.507981652248418e-06, + "O": 1.7032838286468177e-06, + "W": 5.265769154050304e-09, + "N": 1.1023386647934785e-09, + "Y": 6.024095910106553e-06, + "U": 8.37214603199854e-11, + "K": 2.1694156887575033e-11, + "L": 8.429184816804991e-08, + "G": 4.812029601453105e-06, + "F": 1.5422347132698633e-05, + "E": 1.2439339514003223e-07, + "T": 2.8543292501126416e-05, + "P": 0.006697782315313816, + "-": 0.9932383298873901 + }, + "id": "tp_2454" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 306773, + "label": "-", + "classification": { + "B": 2.1947920814113786e-08, + "S": 1.3926847941547749e-06, + "I": 1.01768009699299e-05, + "C": 6.807590580137912e-07, + "R": 8.492887815236827e-08, + "M": 3.1562885851599276e-05, + "O": 9.994316314987373e-06, + "W": 5.965275704511441e-07, + "N": 2.72808665613411e-06, + "Y": 0.0009967408841475844, + "U": 3.912326462796045e-08, + "K": 0.0007967138662934303, + "L": 9.416454815891484e-08, + "G": 9.579024481354281e-05, + "F": 0.013634535484015942, + "E": 0.00019107332627754658, + "T": 0.0006339411484077573, + "P": 0.01216498576104641, + "-": 0.9714287519454956 + }, + "id": "tp_2455" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 306907, + "label": "-", + "classification": { + "B": 1.3015224453738483e-08, + "S": 5.837215155679587e-08, + "I": 5.111514383315807e-06, + "C": 1.078058389225589e-07, + "R": 1.8397555479054972e-08, + "M": 1.1065226317441557e-06, + "O": 7.56226825160411e-07, + "W": 3.2150687445664516e-08, + "N": 2.7771412192123535e-07, + "Y": 5.371306178858504e-05, + "U": 5.524116275523738e-09, + "K": 4.7523684543193667e-07, + "L": 1.632720980637714e-08, + "G": 4.326298949308693e-06, + "F": 0.0014231567038223147, + "E": 8.403105312027037e-06, + "T": 2.69152587861754e-05, + "P": 0.1057136058807373, + "-": 0.8927619457244873 + }, + "id": "tp_2456" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 307007, + "label": "-", + "classification": { + "B": 7.788203504333069e-08, + "S": 3.379536224201729e-07, + "I": 0.00017622680752538145, + "C": 2.7180858523934148e-05, + "R": 1.2897830856672954e-05, + "M": 4.184700082987547e-05, + "O": 2.7243635486229323e-05, + "W": 1.1921872555831214e-06, + "N": 5.8238069868821185e-06, + "Y": 0.0008655372075736523, + "U": 1.045919134412543e-06, + "K": 1.0341524102841504e-05, + "L": 1.4075293393034372e-06, + "G": 6.283794937189668e-05, + "F": 0.0019091223366558552, + "E": 2.5425944841117598e-05, + "T": 0.0006723360856994987, + "P": 0.017860356718301773, + "-": 0.9782987833023071 + }, + "id": "tp_2457" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 307140, + "label": "-", + "classification": { + "B": 3.960758476750925e-06, + "S": 1.8613213796925265e-06, + "I": 0.00011593515955610201, + "C": 3.248174607506371e-06, + "R": 3.3686853839753894e-06, + "M": 0.00016296238754875958, + "O": 8.36360632092692e-05, + "W": 1.2530247204267653e-06, + "N": 2.857884055629256e-06, + "Y": 0.0004444246587809175, + "U": 7.799853563028591e-08, + "K": 4.323695534935723e-08, + "L": 4.712402187578846e-06, + "G": 0.00010888607357628644, + "F": 0.0002968154731206596, + "E": 3.013635978277307e-05, + "T": 0.001005929196253419, + "P": 0.06732066720724106, + "-": 0.9304092526435852 + }, + "id": "tp_2458" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 307274, + "label": "-", + "classification": { + "B": 1.7749176350889684e-08, + "S": 5.450337425827456e-08, + "I": 1.9866529328282923e-05, + "C": 5.097238954476779e-06, + "R": 4.389937657833798e-07, + "M": 2.7050265998695977e-05, + "O": 5.713108748750528e-06, + "W": 9.585090054997636e-08, + "N": 3.8371379673662886e-07, + "Y": 8.637547580292448e-05, + "U": 9.900054465106223e-08, + "K": 1.4122169034180843e-07, + "L": 5.843771191393898e-07, + "G": 1.8948965589515865e-05, + "F": 0.00033629609970375896, + "E": 5.564529146795394e-06, + "T": 0.0002937588142231107, + "P": 0.020214920863509178, + "-": 0.9789846539497375 + }, + "id": "tp_2459" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 307407, + "label": "-", + "classification": { + "B": 1.7347019820590504e-05, + "S": 9.032454727275763e-06, + "I": 0.0002238994638901204, + "C": 0.00013940842472948134, + "R": 2.896613659686409e-05, + "M": 0.0003431983932387084, + "O": 0.00013391762331593782, + "W": 1.09101201815065e-05, + "N": 1.8302158423466608e-05, + "Y": 0.004392198286950588, + "U": 6.019856755301589e-06, + "K": 3.475617995718494e-05, + "L": 3.2448700949316844e-05, + "G": 0.0014489928726106882, + "F": 0.006361526902765036, + "E": 0.00036297200131230056, + "T": 0.0024112104438245296, + "P": 0.036187272518873215, + "-": 0.9478376507759094 + }, + "id": "tp_2460" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 307508, + "label": "-", + "classification": { + "B": 7.161106196917899e-08, + "S": 1.3189391268042527e-07, + "I": 0.00033985116169787943, + "C": 4.054428427480161e-05, + "R": 9.404393495060503e-06, + "M": 4.889357296633534e-05, + "O": 8.152986993081868e-06, + "W": 4.500795682815806e-07, + "N": 9.904442777042277e-06, + "Y": 0.001724016503430903, + "U": 6.796938691877585e-07, + "K": 4.419454126036726e-05, + "L": 6.545528776769061e-07, + "G": 0.00018650086713023484, + "F": 0.0038681577425450087, + "E": 0.0002825755800586194, + "T": 0.0003361653070896864, + "P": 0.07561390101909637, + "-": 0.9174858331680298 + }, + "id": "tp_2461" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 307641, + "label": "-", + "classification": { + "B": 1.1612644357228419e-06, + "S": 5.732175623052171e-07, + "I": 1.4588179055863293e-06, + "C": 3.096969294347218e-07, + "R": 3.633402911873418e-08, + "M": 5.770245843450539e-05, + "O": 1.6561223674216308e-05, + "W": 1.5217983673210256e-07, + "N": 7.778710653383314e-08, + "Y": 5.5620126659050584e-05, + "U": 5.4681517092092236e-09, + "K": 7.490731590564792e-09, + "L": 1.144392967944441e-06, + "G": 1.6113668607431464e-05, + "F": 0.00031536532333120704, + "E": 8.081594387476798e-06, + "T": 0.00016127174603752792, + "P": 0.013987574726343155, + "-": 0.98537677526474 + }, + "id": "tp_2462" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 307774, + "label": "-", + "classification": { + "B": 3.58116608367709e-07, + "S": 8.75224259289098e-07, + "I": 2.9009702302573714e-06, + "C": 1.85887870429724e-07, + "R": 1.4446938223500183e-07, + "M": 0.0001135214333771728, + "O": 4.608674134942703e-05, + "W": 6.823212288509239e-07, + "N": 6.72361579745484e-08, + "Y": 0.00018015850218944252, + "U": 5.597573515814247e-09, + "K": 3.869642384302097e-09, + "L": 2.3966774733708007e-06, + "G": 1.8779124729917385e-05, + "F": 0.00041343990596942604, + "E": 1.4857442920401809e-06, + "T": 0.00035431463038548827, + "P": 0.006678642705082893, + "-": 0.9921858310699463 + }, + "id": "tp_2463" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 307908, + "label": "-", + "classification": { + "B": 1.5324490287849102e-10, + "S": 1.5949118414848584e-10, + "I": 8.740939279050508e-07, + "C": 1.9371288573211132e-08, + "R": 7.693687353871326e-10, + "M": 1.2044947084177693e-07, + "O": 3.450112728842214e-08, + "W": 1.9006597684612103e-10, + "N": 1.4619232935331183e-08, + "Y": 1.8418579657009104e-06, + "U": 1.5155837695957075e-10, + "K": 5.592546870047954e-09, + "L": 4.336280223782296e-10, + "G": 1.6550831105632824e-07, + "F": 6.203949305927381e-05, + "E": 8.650357017359056e-07, + "T": 5.23102698934963e-06, + "P": 0.0487966351211071, + "-": 0.9511321783065796 + }, + "id": "tp_2464" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 308008, + "label": "-", + "classification": { + "B": 7.224715403708615e-08, + "S": 2.95823127771655e-07, + "I": 6.349917384795845e-05, + "C": 1.2077274732291698e-05, + "R": 9.046647733157442e-07, + "M": 2.581069384177681e-05, + "O": 4.483434167923406e-06, + "W": 1.4543917359333136e-07, + "N": 2.7512321594258538e-06, + "Y": 0.0005357390618883073, + "U": 1.9317013766340096e-07, + "K": 1.0028251153926249e-06, + "L": 6.503967711068981e-07, + "G": 3.07774062093813e-05, + "F": 0.0008436682401224971, + "E": 5.734867590945214e-05, + "T": 0.0005162894376553595, + "P": 0.05292979255318642, + "-": 0.9449745416641235 + }, + "id": "tp_2465" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 308141, + "label": "-", + "classification": { + "B": 1.7436558863437313e-08, + "S": 1.5388794238901937e-08, + "I": 9.610478628019337e-06, + "C": 2.0815012646835385e-07, + "R": 4.3101355373664774e-08, + "M": 2.4224223125202116e-06, + "O": 7.829207220311218e-07, + "W": 1.871868704483859e-08, + "N": 2.081828824884724e-07, + "Y": 5.070477709523402e-05, + "U": 6.034712285440946e-09, + "K": 1.189035980786457e-08, + "L": 2.0040321402348127e-08, + "G": 2.117277517754701e-06, + "F": 6.731849134666845e-05, + "E": 2.74140893452568e-06, + "T": 0.00012031530059175566, + "P": 0.1167619377374649, + "-": 0.882981538772583 + }, + "id": "tp_2466" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 308275, + "label": "-", + "classification": { + "B": 4.992231197320507e-07, + "S": 3.617200263761333e-07, + "I": 1.1805448593804613e-05, + "C": 7.250673206726788e-06, + "R": 2.6900229386228602e-06, + "M": 2.1739939256804064e-05, + "O": 1.705509021121543e-05, + "W": 5.01745148540067e-07, + "N": 4.057416731484409e-07, + "Y": 0.000298980507068336, + "U": 1.3949539834356983e-07, + "K": 4.794900974047778e-07, + "L": 1.4877238072585897e-06, + "G": 5.3215768275549635e-05, + "F": 0.0015281087253242731, + "E": 4.894666744803544e-06, + "T": 0.00023366755340248346, + "P": 0.01916608400642872, + "-": 0.978650689125061 + }, + "id": "tp_2467" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 308375, + "label": "-", + "classification": { + "B": 4.098238404453419e-13, + "S": 1.3811236767961865e-13, + "I": 2.2954738554403775e-08, + "C": 2.070011800858751e-10, + "R": 1.1851596960765765e-11, + "M": 1.0571568509476492e-08, + "O": 4.974772260801785e-10, + "W": 6.571288110011897e-13, + "N": 1.4761200942126074e-11, + "Y": 2.648554016104754e-07, + "U": 1.6814677363148622e-13, + "K": 2.0987532458466296e-12, + "L": 6.214007173405145e-12, + "G": 2.0647142662255646e-08, + "F": 3.249717565267929e-06, + "E": 1.484250411465382e-08, + "T": 1.719992468451892e-07, + "P": 0.00872848927974701, + "-": 0.991267740726471 + }, + "id": "tp_2468" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 308509, + "label": "-", + "classification": { + "B": 4.181187340801529e-11, + "S": 7.596291651257303e-11, + "I": 2.1387793367466656e-06, + "C": 1.3203701598740736e-07, + "R": 1.5550337906233835e-08, + "M": 3.5364300288165396e-07, + "O": 3.9770650772652516e-08, + "W": 5.336451280868459e-10, + "N": 1.9914883964133878e-08, + "Y": 5.17706575919874e-05, + "U": 7.100948162808152e-10, + "K": 4.9732708617966637e-08, + "L": 1.005144856236484e-09, + "G": 8.017226491574547e-07, + "F": 0.00011204068141523749, + "E": 1.3347798812901601e-06, + "T": 1.672211328695994e-05, + "P": 0.015924762934446335, + "-": 0.9838898181915283 + }, + "id": "tp_2469" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 308642, + "label": "-", + "classification": { + "B": 1.118511363529251e-07, + "S": 5.1212211360507354e-08, + "I": 1.3711007341044024e-05, + "C": 1.6586760466452688e-05, + "R": 1.6579271004957263e-06, + "M": 0.0001591549371369183, + "O": 8.611879820819013e-06, + "W": 5.496091759482624e-08, + "N": 2.6374473804935405e-07, + "Y": 0.0005911685293540359, + "U": 3.996490249846829e-08, + "K": 1.4791635294386651e-07, + "L": 1.532839178253198e-06, + "G": 0.00024161150213330984, + "F": 0.0017786819953471422, + "E": 1.234141927852761e-05, + "T": 0.0004582578258123249, + "P": 0.009710686281323433, + "-": 0.987005352973938 + }, + "id": "tp_2470" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 308775, + "label": "-", + "classification": { + "B": 9.413480411835096e-12, + "S": 1.430478478725572e-11, + "I": 1.6221864029830613e-07, + "C": 9.625946262303842e-09, + "R": 6.398624408099352e-10, + "M": 3.577723362013785e-07, + "O": 9.6971515262112e-09, + "W": 2.4545773399942128e-11, + "N": 6.263288776509057e-10, + "Y": 1.042651456373278e-05, + "U": 1.739338013895253e-11, + "K": 2.297948276108741e-09, + "L": 1.8547577362859613e-10, + "G": 5.221984906711441e-07, + "F": 5.298946052789688e-05, + "E": 5.01888905546366e-07, + "T": 7.885928425821476e-06, + "P": 0.00859698373824358, + "-": 0.9913302659988403 + }, + "id": "tp_2471" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 308876, + "label": "-", + "classification": { + "B": 3.08844363416938e-07, + "S": 1.2174210972659694e-08, + "I": 2.4351071260753088e-05, + "C": 1.6131087932080845e-06, + "R": 1.0863284671813744e-07, + "M": 7.025867944321362e-06, + "O": 2.6651118787412997e-06, + "W": 6.793934659299339e-08, + "N": 3.883323245190695e-07, + "Y": 2.8036120056640357e-05, + "U": 2.0027215441587032e-08, + "K": 3.879589982602738e-08, + "L": 1.2173150309990888e-07, + "G": 2.0064102500327863e-05, + "F": 0.0002022695553023368, + "E": 3.1341853173216805e-05, + "T": 3.0328614229802042e-05, + "P": 0.18395614624023438, + "-": 0.81569504737854 + }, + "id": "tp_2472" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 309009, + "label": "-", + "classification": { + "B": 2.512407504262626e-10, + "S": 1.7177663458323167e-10, + "I": 1.6238193438766757e-06, + "C": 7.547756553094587e-08, + "R": 7.173217131395404e-09, + "M": 1.7162035703677248e-07, + "O": 5.038670991552863e-08, + "W": 5.816096493305167e-10, + "N": 1.2495395829148492e-08, + "Y": 3.949179154005833e-05, + "U": 9.200580297630268e-10, + "K": 1.3421542099933959e-08, + "L": 1.7172169242130053e-09, + "G": 1.134024955717905e-06, + "F": 9.48201195569709e-05, + "E": 8.122036092572671e-07, + "T": 8.080212865024805e-06, + "P": 0.022046521306037903, + "-": 0.9778071045875549 + }, + "id": "tp_2473" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 309142, + "label": "-", + "classification": { + "B": 1.6905800370725643e-10, + "S": 8.374977794600724e-12, + "I": 1.2111952685245342e-07, + "C": 9.583379645405898e-10, + "R": 5.840705696869009e-11, + "M": 4.7581590223444437e-08, + "O": 7.638456978042996e-09, + "W": 3.878049964489705e-11, + "N": 1.5790613261401631e-10, + "Y": 5.532554041565163e-07, + "U": 3.4532227338041066e-12, + "K": 1.3426103978586568e-11, + "L": 1.020238338256263e-10, + "G": 7.721870076693449e-08, + "F": 5.469164989335695e-06, + "E": 3.3390801945643034e-07, + "T": 3.280860596532875e-07, + "P": 0.03152218088507652, + "-": 0.9684708714485168 + }, + "id": "tp_2474" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 309276, + "label": "-", + "classification": { + "B": 4.3714526443139334e-10, + "S": 2.935184595376228e-10, + "I": 7.1557637966179755e-06, + "C": 2.5671931780379964e-07, + "R": 2.0196408101469387e-08, + "M": 2.255598246847512e-06, + "O": 3.662620429167873e-07, + "W": 1.2237800772751939e-09, + "N": 1.7253663386895823e-08, + "Y": 3.740773172467016e-05, + "U": 7.527147238839405e-10, + "K": 1.8304301130367406e-10, + "L": 1.6231673782840517e-08, + "G": 5.3131448112253565e-06, + "F": 3.914440640073735e-06, + "E": 4.348814002241852e-07, + "T": 6.6291460825596e-05, + "P": 0.014858966693282127, + "-": 0.9850175976753235 + }, + "id": "tp_2475" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 309376, + "label": "-", + "classification": { + "B": 1.431992444622665e-07, + "S": 1.5428645028237042e-08, + "I": 4.380114660307299e-06, + "C": 1.7335605662083253e-07, + "R": 1.9739145429298333e-08, + "M": 9.215083991875872e-06, + "O": 2.2207316305866698e-06, + "W": 2.4609848381373922e-08, + "N": 7.104652866019023e-08, + "Y": 9.793062781682238e-05, + "U": 6.443563460578616e-09, + "K": 4.9547952407635876e-09, + "L": 1.3645012586493976e-07, + "G": 1.094647086574696e-05, + "F": 5.419927401817404e-05, + "E": 4.416165211296175e-06, + "T": 0.00010757052950793877, + "P": 0.03812479227781296, + "-": 0.9615837931632996 + }, + "id": "tp_2476" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 309510, + "label": "-", + "classification": { + "B": 5.425544813419947e-08, + "S": 1.9259070427324332e-07, + "I": 6.042404265826917e-07, + "C": 2.316515747224912e-06, + "R": 5.464993364512338e-07, + "M": 7.055595051497221e-05, + "O": 9.759063686942682e-06, + "W": 9.018224744750114e-08, + "N": 2.0520507959531642e-08, + "Y": 0.00045354096801020205, + "U": 8.771655402028955e-09, + "K": 3.167471902543184e-07, + "L": 1.1336793477312312e-06, + "G": 8.297934255097061e-05, + "F": 0.003411700017750263, + "E": 1.5432234476975282e-06, + "T": 0.0002475305227562785, + "P": 0.002887388691306114, + "-": 0.9928297400474548 + }, + "id": "tp_2477" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 309643, + "label": "-", + "classification": { + "B": 7.663982781735967e-10, + "S": 2.4707995649464465e-09, + "I": 1.3527877626984264e-06, + "C": 7.178896339610219e-07, + "R": 4.746804549426997e-08, + "M": 2.6559980597085087e-06, + "O": 3.4338091836616513e-07, + "W": 4.949874732318449e-09, + "N": 3.881343957345962e-08, + "Y": 0.00017907739675138146, + "U": 6.6763656825230555e-09, + "K": 1.045475983119104e-06, + "L": 1.4023715522171187e-08, + "G": 8.318073014379479e-06, + "F": 0.0007054285379126668, + "E": 3.327256081320229e-06, + "T": 4.858637839788571e-05, + "P": 0.007122734561562538, + "-": 0.9919262528419495 + }, + "id": "tp_2478" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 309776, + "label": "-", + "classification": { + "B": 1.1515514415805228e-05, + "S": 2.4101336748572066e-05, + "I": 0.00017957207455765456, + "C": 2.962700636999216e-05, + "R": 6.0121328715467826e-06, + "M": 0.0003686934942379594, + "O": 0.00020665486226789653, + "W": 2.0350675185909495e-05, + "N": 3.2120577088790014e-05, + "Y": 0.0007080764626152813, + "U": 3.4777769997162977e-06, + "K": 5.085008524474688e-05, + "L": 1.2037017768307123e-05, + "G": 0.00018303890828974545, + "F": 0.003443314926698804, + "E": 0.00039652539999224246, + "T": 0.0012598618632182479, + "P": 0.06908963620662689, + "-": 0.9239745736122131 + }, + "id": "tp_2479" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 309877, + "label": "-", + "classification": { + "B": 1.4355893362960614e-08, + "S": 2.2270494781650996e-08, + "I": 1.8653136066859588e-05, + "C": 1.1760626250634232e-07, + "R": 2.2093560758662534e-08, + "M": 5.310163942340296e-06, + "O": 1.178603042717441e-06, + "W": 2.758318018436512e-08, + "N": 4.982263703823264e-07, + "Y": 0.0001315736153628677, + "U": 8.950063801194119e-09, + "K": 1.6267289026927756e-07, + "L": 2.1754805956675227e-08, + "G": 5.7529528021404985e-06, + "F": 0.00011521278793225065, + "E": 1.6052428691182286e-05, + "T": 0.00013121850497554988, + "P": 0.0668780505657196, + "-": 0.9326961040496826 + }, + "id": "tp_2480" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 310010, + "label": "-", + "classification": { + "B": 6.153477443149313e-07, + "S": 1.4577111961955325e-08, + "I": 5.657247470480797e-07, + "C": 8.932079964552031e-09, + "R": 1.0105009051741831e-09, + "M": 9.294907613366377e-06, + "O": 2.600691686893697e-06, + "W": 9.186691407592207e-09, + "N": 2.989156921984204e-09, + "Y": 3.2296015888277907e-06, + "U": 4.3297507940076585e-11, + "K": 4.017281841385556e-13, + "L": 2.2519593301240093e-07, + "G": 1.5631144378858153e-06, + "F": 3.574236188796931e-06, + "E": 4.429390116911236e-07, + "T": 9.629311534808949e-06, + "P": 0.045140400528907776, + "-": 0.9548279047012329 + }, + "id": "tp_2481" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 310143, + "label": "-", + "classification": { + "B": 5.2906134334618216e-12, + "S": 1.6790059197569623e-13, + "I": 5.696050298098498e-09, + "C": 1.719009490308565e-09, + "R": 2.142606751742715e-11, + "M": 1.5813047582469153e-07, + "O": 1.4359410327458022e-09, + "W": 2.609727484028518e-13, + "N": 4.334394388544327e-12, + "Y": 7.301810001081321e-07, + "U": 2.583582219689573e-13, + "K": 1.239551741956911e-14, + "L": 1.497642565517765e-10, + "G": 1.2690179573837668e-07, + "F": 5.150283755028795e-07, + "E": 3.6331164743330646e-09, + "T": 2.041174866462825e-06, + "P": 0.004471483174711466, + "-": 0.9955249428749084 + }, + "id": "tp_2482" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 310277, + "label": "-", + "classification": { + "B": 1.1750865169801727e-08, + "S": 1.012131711775055e-09, + "I": 4.2605148564689443e-07, + "C": 1.7751247582964425e-08, + "R": 1.5428545108164826e-09, + "M": 8.287809691864823e-07, + "O": 3.3430896451136505e-07, + "W": 1.615652278630364e-09, + "N": 2.3585837727324588e-09, + "Y": 1.3829090903527685e-06, + "U": 1.4363160660835206e-10, + "K": 2.608649407598307e-12, + "L": 2.521546527134433e-08, + "G": 1.7269515240059263e-07, + "F": 2.7157921067555435e-06, + "E": 8.166601617176639e-08, + "T": 1.6398280422436073e-05, + "P": 0.04593881219625473, + "-": 0.9540386199951172 + }, + "id": "tp_2483" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 310377, + "label": "-", + "classification": { + "B": 1.8684881197827963e-08, + "S": 1.3104897611526667e-08, + "I": 6.965367447264725e-06, + "C": 1.628984023227531e-07, + "R": 1.9335375966988977e-08, + "M": 1.7309812392340973e-05, + "O": 1.3050433835815056e-06, + "W": 1.450115316714573e-08, + "N": 7.600799278861814e-08, + "Y": 2.8348847990855575e-05, + "U": 1.3349910066295934e-09, + "K": 1.6530972146711065e-09, + "L": 8.10470908163552e-08, + "G": 6.753944489901187e-06, + "F": 0.0001221430575242266, + "E": 4.009739313914906e-06, + "T": 6.711429887218401e-05, + "P": 0.08173326402902603, + "-": 0.9180123805999756 + }, + "id": "tp_2484" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 310511, + "label": "-", + "classification": { + "B": 6.102201496105408e-06, + "S": 2.4973351173684932e-05, + "I": 0.0012384383007884026, + "C": 8.806704863673076e-05, + "R": 3.939232919947244e-05, + "M": 0.000978034920990467, + "O": 0.00033993402030318975, + "W": 2.0720937754958868e-05, + "N": 0.00011750478734029457, + "Y": 0.004210388753563166, + "U": 8.797953341854736e-06, + "K": 2.5874731363728642e-05, + "L": 3.5747776564676315e-05, + "G": 0.0005751577555201948, + "F": 0.003126133233308792, + "E": 0.00044398318277671933, + "T": 0.006781744305044413, + "P": 0.07819991558790207, + "-": 0.9037390351295471 + }, + "id": "tp_2485" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 310644, + "label": "-", + "classification": { + "B": 4.663624508793873e-08, + "S": 5.841153338792537e-09, + "I": 7.068146601341141e-07, + "C": 3.4715665009343866e-08, + "R": 3.723187980142484e-09, + "M": 2.29110628424678e-06, + "O": 1.407491822646989e-06, + "W": 5.296130201060123e-09, + "N": 7.91060550398015e-09, + "Y": 3.7135978345759213e-06, + "U": 2.059907106000125e-10, + "K": 7.395769413554021e-11, + "L": 5.144351433727934e-08, + "G": 2.058740847132867e-06, + "F": 3.1751049391459674e-05, + "E": 1.2576118706419948e-06, + "T": 9.667937774793245e-06, + "P": 0.05162430927157402, + "-": 0.9483227729797363 + }, + "id": "tp_2486" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 310777, + "label": "-", + "classification": { + "B": 2.9314382952311258e-12, + "S": 7.424995405840018e-13, + "I": 3.609596603837417e-07, + "C": 4.3870067578666294e-09, + "R": 3.627525502203355e-10, + "M": 8.803755946473757e-09, + "O": 1.6912902189858414e-09, + "W": 8.777871658705028e-12, + "N": 2.2703203206297928e-10, + "Y": 5.05686693941243e-06, + "U": 1.8910270918603977e-11, + "K": 1.0447507442501447e-11, + "L": 5.01843462619167e-11, + "G": 6.325081614022565e-08, + "F": 5.461984073917847e-07, + "E": 1.1379767350661041e-08, + "T": 4.4817211346526165e-06, + "P": 0.016252493485808372, + "-": 0.9837369322776794 + }, + "id": "tp_2487" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 310878, + "label": "-", + "classification": { + "B": 3.263055825541983e-09, + "S": 9.351009744307248e-09, + "I": 3.6388987609825563e-06, + "C": 6.049874627933605e-07, + "R": 1.64778015232514e-07, + "M": 2.7789790692622773e-05, + "O": 1.2579644135257695e-06, + "W": 6.601783120174787e-09, + "N": 1.705049257338942e-08, + "Y": 0.00028516919701360166, + "U": 1.9031676234959605e-09, + "K": 1.4072853993241097e-09, + "L": 2.01067095417784e-07, + "G": 1.5058541066537146e-05, + "F": 9.216209582518786e-05, + "E": 8.800367936601106e-07, + "T": 0.0004026534443255514, + "P": 0.004485284443944693, + "-": 0.9946850538253784 + }, + "id": "tp_2488" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 311011, + "label": "-", + "classification": { + "B": 4.502154297369998e-06, + "S": 2.591413795016706e-05, + "I": 0.0010491849388927221, + "C": 0.00035760606988333166, + "R": 0.00010701318387873471, + "M": 0.0008078911923803389, + "O": 0.0002897556987591088, + "W": 2.044734537776094e-05, + "N": 0.00011167924822075292, + "Y": 0.003559134202077985, + "U": 1.894072011054959e-05, + "K": 4.070906652486883e-05, + "L": 3.891101005137898e-05, + "G": 0.0006105279899202287, + "F": 0.0030800814274698496, + "E": 0.00036228031967766583, + "T": 0.006604962050914764, + "P": 0.08997992426156998, + "-": 0.8929306268692017 + }, + "id": "tp_2489" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 311144, + "label": "-", + "classification": { + "B": 2.294127376956112e-08, + "S": 1.6264976920865593e-08, + "I": 2.929069978563348e-06, + "C": 4.71823057068832e-07, + "R": 2.474135740726524e-08, + "M": 9.296676580561325e-06, + "O": 5.203355613048188e-07, + "W": 1.4927914904205863e-08, + "N": 5.0700073472853546e-08, + "Y": 0.0001137127765105106, + "U": 4.191877067682981e-09, + "K": 2.965435896840063e-07, + "L": 2.4385808927718244e-08, + "G": 9.906505511025898e-06, + "F": 0.000445026729721576, + "E": 1.098397569876397e-05, + "T": 4.181564145255834e-05, + "P": 0.016270045191049576, + "-": 0.9830947518348694 + }, + "id": "tp_2490" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 311278, + "label": "-", + "classification": { + "B": 1.0929534610681912e-08, + "S": 9.07422048612716e-09, + "I": 4.8178230827033985e-06, + "C": 2.295893750670075e-07, + "R": 1.656913539704874e-08, + "M": 5.59291584067978e-06, + "O": 1.140437348112755e-06, + "W": 1.3578566715466422e-08, + "N": 6.011725872667739e-08, + "Y": 1.597495429450646e-05, + "U": 2.349129113454751e-09, + "K": 7.052745054636489e-10, + "L": 8.255999972561767e-08, + "G": 1.991440512938425e-06, + "F": 3.338212627568282e-05, + "E": 3.0372650599019835e-06, + "T": 7.509481656597927e-05, + "P": 0.02973795123398304, + "-": 0.9701205492019653 + }, + "id": "tp_2491" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 311378, + "label": "-", + "classification": { + "B": 7.862463036190093e-08, + "S": 1.2105916269433692e-08, + "I": 4.088875721208751e-05, + "C": 5.024318852520082e-06, + "R": 7.236077976813249e-07, + "M": 7.999112858669832e-05, + "O": 6.611532626266126e-06, + "W": 4.639282735752204e-08, + "N": 2.741865330335713e-07, + "Y": 0.00037826018524356186, + "U": 2.1216212786612232e-08, + "K": 9.215969321019202e-09, + "L": 8.889804803402512e-07, + "G": 5.835589763591997e-05, + "F": 8.024854469113052e-05, + "E": 1.3630918147100601e-05, + "T": 0.0004928787238895893, + "P": 0.01905984617769718, + "-": 0.9797821640968323 + }, + "id": "tp_2492" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 311512, + "label": "-", + "classification": { + "B": 3.76823572878493e-06, + "S": 1.9505689124343917e-05, + "I": 0.0008804941899143159, + "C": 0.00022996110783424228, + "R": 6.554709398187697e-05, + "M": 0.0012628891272470355, + "O": 0.00024149942328222096, + "W": 1.5754438209114596e-05, + "N": 6.640860374318436e-05, + "Y": 0.011182342655956745, + "U": 1.2336153304204345e-05, + "K": 0.00012674419849645346, + "L": 3.458064384176396e-05, + "G": 0.001141459564678371, + "F": 0.005250201094895601, + "E": 0.0007575390627607703, + "T": 0.00871911272406578, + "P": 0.05000540241599083, + "-": 0.9199844598770142 + }, + "id": "tp_2493" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 311645, + "label": "-", + "classification": { + "B": 3.481810326166901e-11, + "S": 1.937974780652496e-11, + "I": 8.648570428704261e-07, + "C": 1.6015070514185936e-07, + "R": 4.451762070090126e-09, + "M": 8.312475188176904e-07, + "O": 2.9130305279068125e-08, + "W": 1.1527880039441385e-10, + "N": 4.596038660764634e-09, + "Y": 1.629518737900071e-05, + "U": 2.0306518966339837e-10, + "K": 6.347585568278191e-09, + "L": 8.799257988911791e-10, + "G": 1.0188048236159375e-06, + "F": 2.6066743885166943e-05, + "E": 1.7375152765453095e-06, + "T": 9.22557319427142e-06, + "P": 0.008294006809592247, + "-": 0.9916497468948364 + }, + "id": "tp_2494" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 311778, + "label": "-", + "classification": { + "B": 6.306771410891088e-06, + "S": 1.9623475964181125e-06, + "I": 0.0004598634550347924, + "C": 0.00015388886095024645, + "R": 2.6993440769729204e-05, + "M": 0.00044644324225373566, + "O": 0.0001258414122276008, + "W": 5.5496043387393e-06, + "N": 1.6864472854649648e-05, + "Y": 0.0015448086196556687, + "U": 4.735488346341299e-06, + "K": 9.473595810050028e-07, + "L": 2.650723581609782e-05, + "G": 0.0003908263461198658, + "F": 0.00046544658835045993, + "E": 0.00016985279216896743, + "T": 0.0038489284925162792, + "P": 0.11725439131259918, + "-": 0.8750497698783875 + }, + "id": "tp_2495" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 311879, + "label": "-", + "classification": { + "B": 4.213369493299979e-07, + "S": 6.698315928588272e-07, + "I": 1.5637624528608285e-05, + "C": 3.7880963645875454e-06, + "R": 1.8402819250695757e-06, + "M": 6.35365504422225e-05, + "O": 4.08066225645598e-05, + "W": 8.277920642285608e-07, + "N": 5.193535912439984e-07, + "Y": 0.0003234523755963892, + "U": 5.9420948161914566e-08, + "K": 1.3339802151790536e-08, + "L": 4.4531789171742275e-06, + "G": 4.3738804379245266e-05, + "F": 0.00026224367320537567, + "E": 3.0369865271495655e-06, + "T": 0.0007925790268927813, + "P": 0.01682094670832157, + "-": 0.9816214442253113 + }, + "id": "tp_2496" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 312012, + "label": "-", + "classification": { + "B": 2.4931162911911997e-08, + "S": 2.2109019059968205e-09, + "I": 3.3474086649221135e-06, + "C": 2.7514045086718397e-07, + "R": 1.6445083517169223e-08, + "M": 9.896416486299131e-06, + "O": 1.1899126093339873e-06, + "W": 6.701293298050359e-09, + "N": 2.1090386326250155e-08, + "Y": 1.889046143332962e-05, + "U": 1.5670585939986381e-09, + "K": 2.210403110547432e-10, + "L": 1.6645735456677357e-07, + "G": 9.845207387115806e-06, + "F": 2.7710859285434708e-05, + "E": 2.1466444195539225e-06, + "T": 4.7717607230879366e-05, + "P": 0.031032251194119453, + "-": 0.9688464999198914 + }, + "id": "tp_2497" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 312145, + "label": "-", + "classification": { + "B": 1.4177701679329857e-08, + "S": 3.779443957796502e-08, + "I": 3.219640348106623e-05, + "C": 1.5326418179029133e-06, + "R": 3.5637793871501344e-07, + "M": 7.356098649324849e-06, + "O": 3.662593599074171e-06, + "W": 8.173563514901616e-08, + "N": 5.988652560517949e-07, + "Y": 0.00019778629939537495, + "U": 1.0298883523773839e-07, + "K": 4.041145587052597e-07, + "L": 2.7560270154936006e-07, + "G": 1.8935232219519094e-05, + "F": 0.0004737308481708169, + "E": 8.216782589443028e-06, + "T": 0.00016504731320310384, + "P": 0.03303951397538185, + "-": 0.9660502076148987 + }, + "id": "tp_2498" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 312279, + "label": "-", + "classification": { + "B": 9.712489372759592e-07, + "S": 6.469456366176018e-07, + "I": 2.7559795853449032e-05, + "C": 1.2298484762141015e-05, + "R": 1.056529299603426e-06, + "M": 0.00018985163478646427, + "O": 2.1693000235245563e-05, + "W": 4.989092303731013e-07, + "N": 1.1813770015578484e-06, + "Y": 0.00030806619906798005, + "U": 1.2621163136827818e-07, + "K": 6.940713319636416e-07, + "L": 2.5712781734910095e-06, + "G": 9.52116388361901e-05, + "F": 0.0014127803733572364, + "E": 0.00011182749585714191, + "T": 0.00041662060539238155, + "P": 0.03415857255458832, + "-": 0.9632378220558167 + }, + "id": "tp_2499" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 312379, + "label": "-", + "classification": { + "B": 4.920253715567924e-08, + "S": 7.978914595696551e-08, + "I": 0.0003053571272175759, + "C": 9.626794962969143e-06, + "R": 2.4018333988351515e-06, + "M": 3.449941868893802e-05, + "O": 5.456502549350262e-06, + "W": 1.3487635897035943e-07, + "N": 4.903086846752558e-06, + "Y": 0.00035282247699797153, + "U": 1.7607692370802397e-07, + "K": 5.072280373497051e-07, + "L": 4.564226969705487e-07, + "G": 4.5881999540142715e-05, + "F": 0.0005166527116671205, + "E": 7.223141437862068e-05, + "T": 0.0003021139418706298, + "P": 0.18260516226291656, + "-": 0.8157415390014648 + }, + "id": "tp_2500" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 312513, + "label": "-", + "classification": { + "B": 1.964096441042784e-08, + "S": 7.571505022951897e-08, + "I": 0.00010569801816018298, + "C": 3.829820798273431e-06, + "R": 2.04572032203032e-07, + "M": 3.4295080695301294e-06, + "O": 1.6602961068201694e-06, + "W": 9.108049425776699e-08, + "N": 4.4427292777982075e-06, + "Y": 8.118210826069117e-05, + "U": 5.685383186460058e-08, + "K": 1.0230581892756163e-06, + "L": 6.669237251344384e-08, + "G": 1.4634444596595131e-05, + "F": 0.0014724230859428644, + "E": 0.00010917143663391471, + "T": 3.647531048045494e-05, + "P": 0.37365788221359253, + "-": 0.6245075464248657 + }, + "id": "tp_2501" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 312646, + "label": "-", + "classification": { + "B": 2.7373616262593714e-08, + "S": 4.77118931030418e-08, + "I": 0.0001630488404771313, + "C": 2.7136375138070434e-05, + "R": 2.8708050194836687e-06, + "M": 4.9386810133000836e-05, + "O": 1.011872518574819e-05, + "W": 1.4754704125152784e-07, + "N": 3.46821593666391e-06, + "Y": 0.0004864045768044889, + "U": 1.8092087827881187e-07, + "K": 2.514934749342501e-07, + "L": 9.506210858489794e-07, + "G": 7.678984547965229e-05, + "F": 0.00038655707612633705, + "E": 2.881894033635035e-05, + "T": 0.0005186521448194981, + "P": 0.03256900981068611, + "-": 0.9656760692596436 + }, + "id": "tp_2502" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 312779, + "label": "-", + "classification": { + "B": 7.42368065402843e-05, + "S": 3.997547901235521e-05, + "I": 0.0012416423996910453, + "C": 6.185639358591288e-05, + "R": 3.367508907103911e-05, + "M": 0.0006766897276975214, + "O": 0.0003708418516907841, + "W": 2.6858520868699998e-05, + "N": 6.124515493866056e-05, + "Y": 0.00310755823738873, + "U": 6.528021458507283e-06, + "K": 5.146253442944726e-06, + "L": 0.00010777766146929935, + "G": 0.0013089816784486175, + "F": 0.009154935367405415, + "E": 0.0009029927896335721, + "T": 0.002381835365667939, + "P": 0.1703587770462036, + "-": 0.8100785613059998 + }, + "id": "tp_2503" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 312880, + "label": "-", + "classification": { + "B": 3.0498986802740546e-07, + "S": 9.6723260867293e-07, + "I": 6.0954040236538276e-05, + "C": 9.276953392145515e-07, + "R": 7.343497259171272e-07, + "M": 0.000255593447946012, + "O": 2.88562587229535e-05, + "W": 4.643962654427014e-07, + "N": 1.5102637007657904e-06, + "Y": 0.0017636939883232117, + "U": 4.8083624193395735e-08, + "K": 1.1923100373678608e-07, + "L": 2.29452029998356e-06, + "G": 8.577480184612796e-05, + "F": 0.001041932962834835, + "E": 2.9866443583159707e-05, + "T": 0.0015555417630821466, + "P": 0.02901352383196354, + "-": 0.9661568999290466 + }, + "id": "tp_2504" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 313013, + "label": "-", + "classification": { + "B": 0.0008168139029294252, + "S": 0.0004767567152157426, + "I": 0.0019955977331846952, + "C": 0.0006285675917752087, + "R": 0.0005782264634035528, + "M": 0.004762436728924513, + "O": 0.0036621636245399714, + "W": 0.0002461874973960221, + "N": 0.00017845492402557284, + "Y": 0.017973892390727997, + "U": 6.095293429098092e-05, + "K": 3.218322672182694e-05, + "L": 0.0014316485030576587, + "G": 0.008977844379842281, + "F": 0.013701365329325199, + "E": 0.0007603518315590918, + "T": 0.014777532778680325, + "P": 0.05065743252635002, + "-": 0.8782817125320435 + }, + "id": "tp_2505" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 313146, + "label": "-", + "classification": { + "B": 1.5223728951241355e-05, + "S": 1.9106766558252275e-05, + "I": 0.0005669168313033879, + "C": 0.0001303362805629149, + "R": 2.2276739400695078e-05, + "M": 0.000474743137601763, + "O": 0.00015180489572230726, + "W": 1.550357228552457e-05, + "N": 6.045797999831848e-05, + "Y": 0.002869918243959546, + "U": 1.0316069165128283e-05, + "K": 8.41178116388619e-05, + "L": 2.5006362193380482e-05, + "G": 0.0010292730294167995, + "F": 0.015160001814365387, + "E": 0.0009684681426733732, + "T": 0.0015722464304417372, + "P": 0.1601669192314148, + "-": 0.8166573643684387 + }, + "id": "tp_2506" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 313280, + "label": "-", + "classification": { + "B": 0.00036573881516233087, + "S": 0.0002500747796148062, + "I": 9.028460772242397e-05, + "C": 0.00011203508620383218, + "R": 5.299308759276755e-05, + "M": 0.005881414748728275, + "O": 0.002550215693190694, + "W": 6.240927177714184e-05, + "N": 5.1450738283165265e-06, + "Y": 0.0017015605699270964, + "U": 5.474017257256492e-07, + "K": 3.3365824947395595e-07, + "L": 0.0015323000261560082, + "G": 0.005387658253312111, + "F": 0.01943974569439888, + "E": 0.00015970769163686782, + "T": 0.0019573920872062445, + "P": 0.008468683809041977, + "-": 0.9519818425178528 + }, + "id": "tp_2507" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 313380, + "label": "-", + "classification": { + "B": 2.497063178452663e-05, + "S": 0.00026182414148934186, + "I": 0.00037638083449564874, + "C": 0.00023052547476254404, + "R": 7.204442954389378e-05, + "M": 0.0011661357712000608, + "O": 0.0006437413394451141, + "W": 0.00014100880071055144, + "N": 0.00015109956439118832, + "Y": 0.01751377247273922, + "U": 1.8136122889700346e-05, + "K": 0.004368170630186796, + "L": 8.834985783323646e-05, + "G": 0.006231294944882393, + "F": 0.12559464573860168, + "E": 0.0037956915330141783, + "T": 0.007301121950149536, + "P": 0.05135124549269676, + "-": 0.7806699275970459 + }, + "id": "tp_2508" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 313514, + "label": "-", + "classification": { + "B": 8.122482597627823e-08, + "S": 1.0902323310801876e-07, + "I": 4.10081247537164e-06, + "C": 3.516845481499331e-06, + "R": 2.8809322429879103e-06, + "M": 2.0635830878745764e-05, + "O": 3.263264807173982e-05, + "W": 2.7616056286206003e-07, + "N": 5.134935321393641e-08, + "Y": 0.0001054835447575897, + "U": 1.8595516237951415e-08, + "K": 2.0504746789384853e-09, + "L": 4.276999788999092e-06, + "G": 2.5660528990556486e-05, + "F": 0.00020456963102333248, + "E": 2.8870093160549004e-07, + "T": 0.00017177553672809154, + "P": 0.0034047062508761883, + "-": 0.9960188269615173 + }, + "id": "tp_2509" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 313647, + "label": "-", + "classification": { + "B": 3.1311756174545735e-06, + "S": 2.5866156647680327e-06, + "I": 4.2798117647180334e-05, + "C": 1.1716549579432467e-06, + "R": 1.9695864921231987e-06, + "M": 0.0011543079745024443, + "O": 0.00011095430818386376, + "W": 1.0954718163702637e-06, + "N": 3.975087849994452e-07, + "Y": 0.002151674823835492, + "U": 2.270134302762017e-08, + "K": 1.2317905806469298e-08, + "L": 2.115936513291672e-05, + "G": 0.00029601051937788725, + "F": 0.0010929142590612173, + "E": 1.4554661902366206e-05, + "T": 0.003223966807126999, + "P": 0.005776509176939726, + "-": 0.9861049056053162 + }, + "id": "tp_2510" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 313780, + "label": "-", + "classification": { + "B": 0.012195770628750324, + "S": 0.0017240511951968074, + "I": 0.0033024640288203955, + "C": 0.0007462497451342642, + "R": 0.0006726696155965328, + "M": 0.009418307803571224, + "O": 0.00988777820020914, + "W": 0.0009131818078458309, + "N": 0.000395584647776559, + "Y": 0.014130155555903912, + "U": 0.00012097146100131795, + "K": 7.840385660529137e-05, + "L": 0.003820807673037052, + "G": 0.019906166940927505, + "F": 0.021621977910399437, + "E": 0.0014282353222370148, + "T": 0.02063959464430809, + "P": 0.07381601631641388, + "-": 0.8051815629005432 + }, + "id": "tp_2511" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 313881, + "label": "P", + "classification": { + "B": 1.5454876120202243e-05, + "S": 1.4292730156739708e-05, + "I": 8.476206130580977e-05, + "C": 1.0724378540771795e-07, + "R": 8.813542962116117e-08, + "M": 1.3168272744223941e-05, + "O": 7.413390267174691e-05, + "W": 6.685063908662414e-06, + "N": 6.805261818954023e-06, + "Y": 3.4063500606862362e-06, + "U": 2.6010134490661585e-08, + "K": 1.4917267776581866e-07, + "L": 1.044518739945488e-06, + "G": 6.7577270783658605e-06, + "F": 0.0006373781943693757, + "E": 3.794482836383395e-05, + "T": 1.9219200112274848e-05, + "P": 0.6528053879737854, + "-": 0.3462732434272766 + }, + "id": "tp_2512" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 314014, + "label": "-", + "classification": { + "B": 3.640339127741754e-05, + "S": 2.5101779101532884e-05, + "I": 0.0005478475941345096, + "C": 4.483581869862974e-05, + "R": 1.7631335140322335e-05, + "M": 0.002382817445322871, + "O": 0.00045073824003338814, + "W": 1.4150149581837468e-05, + "N": 2.434691123198718e-05, + "Y": 0.003235818352550268, + "U": 2.075147222058149e-06, + "K": 8.826637554193439e-07, + "L": 7.430541882058606e-05, + "G": 0.0009882980957627296, + "F": 0.0013610388850793242, + "E": 0.000285118177998811, + "T": 0.007030135951936245, + "P": 0.05632341280579567, + "-": 0.9271549582481384 + }, + "id": "tp_2513" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 314147, + "label": "-", + "classification": { + "B": 0.0009058603318408132, + "S": 0.00046281362301670015, + "I": 0.0003015823313035071, + "C": 4.943078238284215e-05, + "R": 3.2835741876624525e-05, + "M": 0.014911046251654625, + "O": 0.0030255503952503204, + "W": 0.00012729493028018624, + "N": 1.6808195141493343e-05, + "Y": 0.0032496957574039698, + "U": 1.360634996672161e-06, + "K": 9.9585111001943e-07, + "L": 0.0008922169799916446, + "G": 0.0033661352936178446, + "F": 0.009066819213330746, + "E": 0.0008614459075033665, + "T": 0.004576974548399448, + "P": 0.02423265017569065, + "-": 0.9339183568954468 + }, + "id": "tp_2514" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 314281, + "label": "-", + "classification": { + "B": 0.0005011229077354074, + "S": 0.0003656420740298927, + "I": 3.0000952392583713e-05, + "C": 2.1635155462718103e-06, + "R": 4.7335715862573124e-06, + "M": 0.0008905632421374321, + "O": 0.00210382416844368, + "W": 8.874732884578407e-05, + "N": 3.0354290174727794e-06, + "Y": 0.0002770999853964895, + "U": 1.9171241660842497e-07, + "K": 5.2556405449877275e-08, + "L": 0.0001877887116279453, + "G": 0.00020949443569406867, + "F": 0.001789598143659532, + "E": 1.7790680431062356e-05, + "T": 0.0015977522125467658, + "P": 0.021201971918344498, + "-": 0.9707285165786743 + }, + "id": "tp_2515" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 314381, + "label": "-", + "classification": { + "B": 4.607185815075354e-07, + "S": 7.734226528555155e-06, + "I": 1.5734996850369498e-05, + "C": 3.147922325297259e-05, + "R": 1.2594409781740978e-05, + "M": 0.00032005319371819496, + "O": 0.00016080567729659379, + "W": 4.784435532201314e-06, + "N": 1.8390837794868276e-06, + "Y": 0.0022278567776083946, + "U": 4.362021002179972e-07, + "K": 4.597382940119132e-06, + "L": 2.1269277567625977e-05, + "G": 0.0003007042978424579, + "F": 0.011312194168567657, + "E": 2.4180930267903022e-05, + "T": 0.0016350616933777928, + "P": 0.007846214808523655, + "-": 0.9760718941688538 + }, + "id": "tp_2516" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 314515, + "label": "-", + "classification": { + "B": 5.0889731937786564e-05, + "S": 7.702722541580442e-06, + "I": 1.3068467524135485e-05, + "C": 2.9731243103015004e-06, + "R": 1.4096107179284445e-06, + "M": 0.00048463413259014487, + "O": 0.00018966160132549703, + "W": 2.862665951397503e-06, + "N": 4.921153049508575e-07, + "Y": 0.00033024352160282433, + "U": 1.0666853000884657e-07, + "K": 2.9710122362303082e-08, + "L": 4.976271520718001e-05, + "G": 0.00023444040562026203, + "F": 0.0005602341261692345, + "E": 2.7997828510706313e-05, + "T": 0.0010904534719884396, + "P": 0.016195999458432198, + "-": 0.9807569980621338 + }, + "id": "tp_2517" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 314648, + "label": "-", + "classification": { + "B": 2.5223896955139935e-05, + "S": 9.168678661808372e-05, + "I": 0.0012614181032404304, + "C": 0.00010848295642063022, + "R": 6.232789746718481e-05, + "M": 0.0008373617311008275, + "O": 0.0004917854093946517, + "W": 0.00010997442586813122, + "N": 0.00022228901798371226, + "Y": 0.005100525915622711, + "U": 2.5811872546910308e-05, + "K": 0.0009287543362006545, + "L": 5.586136467172764e-05, + "G": 0.0014782320940867066, + "F": 0.04672277718782425, + "E": 0.001958678476512432, + "T": 0.002879146486520767, + "P": 0.11870617419481277, + "-": 0.818933367729187 + }, + "id": "tp_2518" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 314781, + "label": "-", + "classification": { + "B": 2.0440129446797073e-06, + "S": 2.4396171284024604e-05, + "I": 0.00011095124500570819, + "C": 6.138290700619109e-06, + "R": 5.07859704157454e-06, + "M": 8.704054926056415e-05, + "O": 0.00019262525893282145, + "W": 7.92177343100775e-06, + "N": 1.2921331290272065e-05, + "Y": 0.0003004111931659281, + "U": 5.212135647525429e-07, + "K": 4.508287020144053e-06, + "L": 7.246489531098632e-06, + "G": 0.00011895716306753457, + "F": 0.007384634111076593, + "E": 3.9466791349695995e-05, + "T": 0.0006569846300408244, + "P": 0.0768212303519249, + "-": 0.9142168760299683 + }, + "id": "tp_2519" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 314882, + "label": "-", + "classification": { + "B": 7.39888764655916e-06, + "S": 2.6656036425265484e-05, + "I": 0.00011217281280551106, + "C": 2.4498633138136938e-05, + "R": 1.2259478353371378e-05, + "M": 0.0002490300976205617, + "O": 0.00021549536904785782, + "W": 1.568495645187795e-05, + "N": 1.3605510503111873e-05, + "Y": 0.0029656030237674713, + "U": 1.9357171368028503e-06, + "K": 1.5141697986109648e-05, + "L": 2.12495906453114e-05, + "G": 0.00036651577102020383, + "F": 0.012053648941218853, + "E": 5.4481293773278594e-05, + "T": 0.0020938501693308353, + "P": 0.03371515870094299, + "-": 0.9480355381965637 + }, + "id": "tp_2520" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 315015, + "label": "-", + "classification": { + "B": 2.7202654564462136e-06, + "S": 8.923354471335188e-06, + "I": 0.00010124787513632327, + "C": 3.68560322385747e-05, + "R": 5.106956450617872e-06, + "M": 0.00020211095397826284, + "O": 7.671902858419344e-05, + "W": 2.8565914362843614e-06, + "N": 1.1951180567848496e-05, + "Y": 0.0005634263507090509, + "U": 6.362268436532759e-07, + "K": 7.894955160736572e-06, + "L": 5.920598141528899e-06, + "G": 0.00022027743398211896, + "F": 0.00618791626766324, + "E": 0.00013888471585232764, + "T": 0.0008477748488076031, + "P": 0.05075092613697052, + "-": 0.9408279061317444 + }, + "id": "tp_2521" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 315148, + "label": "-", + "classification": { + "B": 0.0005058795213699341, + "S": 0.0002523250295780599, + "I": 6.939699233043939e-05, + "C": 4.94282403451507e-06, + "R": 2.3586821953358594e-06, + "M": 0.00023188767954707146, + "O": 0.0008153992239385843, + "W": 5.3913208830635995e-05, + "N": 1.2446029359125532e-05, + "Y": 9.945838974090293e-05, + "U": 3.4302570384170394e-07, + "K": 3.704361688505742e-07, + "L": 5.592005982180126e-05, + "G": 0.00023065718414727598, + "F": 0.007774798199534416, + "E": 0.00011648030340438709, + "T": 0.00023362260253634304, + "P": 0.1967199295759201, + "-": 0.7928199172019958 + }, + "id": "tp_2522" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 315282, + "label": "-", + "classification": { + "B": 1.347984692756654e-07, + "S": 2.2922153064541817e-08, + "I": 1.0421192655485356e-06, + "C": 2.9006798740738304e-07, + "R": 1.2263653559330123e-07, + "M": 7.627602462889627e-05, + "O": 1.4339660992845893e-05, + "W": 3.0782004500906623e-08, + "N": 3.929731651197699e-09, + "Y": 6.147478416096419e-05, + "U": 4.895816529959518e-10, + "K": 3.8448289690906634e-11, + "L": 1.8103316961060045e-06, + "G": 1.8663778973859735e-05, + "F": 2.6238545615342446e-05, + "E": 1.9531007922068966e-07, + "T": 0.0002245054201921448, + "P": 0.0007283399463631213, + "-": 0.9988464117050171 + }, + "id": "tp_2523" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 315382, + "label": "-", + "classification": { + "B": 3.242962343108502e-09, + "S": 1.2181195607752215e-08, + "I": 1.332820147581515e-06, + "C": 6.99104774071202e-08, + "R": 1.9220633973304757e-08, + "M": 3.7632498788298108e-06, + "O": 9.446144986213767e-07, + "W": 1.3625129469119202e-08, + "N": 1.9035260478972305e-08, + "Y": 3.584887599572539e-05, + "U": 1.4207230947249627e-09, + "K": 2.007327637443268e-09, + "L": 3.983287655273671e-08, + "G": 1.8370093357589212e-06, + "F": 7.750523218419403e-05, + "E": 5.958904125691333e-07, + "T": 7.613448542542756e-05, + "P": 0.013808668591082096, + "-": 0.9859932661056519 + }, + "id": "tp_2524" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 315516, + "label": "-", + "classification": { + "B": 3.724487385170505e-08, + "S": 1.4733801734223562e-08, + "I": 8.318360755765752e-07, + "C": 5.306756634126941e-08, + "R": 9.218524610332679e-09, + "M": 1.4450154594669584e-05, + "O": 1.2527870012490894e-06, + "W": 4.3820009842931995e-09, + "N": 6.125022711245265e-09, + "Y": 7.599516538903117e-05, + "U": 5.026210003755693e-10, + "K": 1.3103108598144786e-09, + "L": 8.683426955258255e-08, + "G": 1.778294608811848e-05, + "F": 0.00017321979976259172, + "E": 7.901575145297102e-07, + "T": 5.301756755216047e-05, + "P": 0.010062536224722862, + "-": 0.9895998239517212 + }, + "id": "tp_2525" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 315649, + "label": "-", + "classification": { + "B": 1.5109793416456796e-09, + "S": 5.155921245503237e-10, + "I": 3.4141901323891943e-06, + "C": 9.748409013354831e-08, + "R": 1.1083046480564462e-08, + "M": 7.251186389112263e-07, + "O": 1.997500476136338e-07, + "W": 2.210491567566919e-09, + "N": 2.7855655559960724e-08, + "Y": 1.6192552720895037e-05, + "U": 1.598861487650538e-09, + "K": 3.602258491497423e-09, + "L": 8.506424009624425e-09, + "G": 1.948012823049794e-06, + "F": 3.4538905310910195e-05, + "E": 1.2101891115889885e-06, + "T": 2.990008215419948e-05, + "P": 0.06906085461378098, + "-": 0.9308508038520813 + }, + "id": "tp_2526" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 315782, + "label": "-", + "classification": { + "B": 1.0918498446699232e-05, + "S": 2.5271447157138027e-06, + "I": 0.0001823431084631011, + "C": 1.1574686141102575e-05, + "R": 2.1194312012084993e-06, + "M": 0.00011673308472381905, + "O": 3.611872307374142e-05, + "W": 1.5526907191087957e-06, + "N": 1.1655926755338442e-05, + "Y": 0.001238568569533527, + "U": 1.1233466921112267e-06, + "K": 8.654847079014871e-06, + "L": 4.653488304029452e-06, + "G": 0.0006989898392930627, + "F": 0.006341204512864351, + "E": 0.0005156798870302737, + "T": 0.0006883607711642981, + "P": 0.2262895554304123, + "-": 0.7638376355171204 + }, + "id": "tp_2527" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 315883, + "label": "-", + "classification": { + "B": 0.0002480976691003889, + "S": 6.142698839539662e-05, + "I": 0.0012380342232063413, + "C": 0.0003296004142612219, + "R": 0.00015505461487919092, + "M": 0.0014431530144065619, + "O": 0.0009458550484851003, + "W": 8.380218059755862e-05, + "N": 0.00011252130207139999, + "Y": 0.003590509295463562, + "U": 2.6858351702685468e-05, + "K": 1.089131910703145e-05, + "L": 0.00034988560946658254, + "G": 0.0016387427458539605, + "F": 0.004883176181465387, + "E": 0.000794878404121846, + "T": 0.004098215140402317, + "P": 0.1943095624446869, + "-": 0.7856796979904175 + }, + "id": "tp_2528" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 316016, + "label": "-", + "classification": { + "B": 2.4057778773567406e-06, + "S": 3.756153773792903e-06, + "I": 8.011321187950671e-05, + "C": 7.098229616531171e-06, + "R": 2.308667944816989e-06, + "M": 0.0002589558716863394, + "O": 4.9564852815819904e-05, + "W": 1.8686126850298024e-06, + "N": 4.913331395073328e-06, + "Y": 0.0014201205922290683, + "U": 6.179078582135844e-07, + "K": 2.1323628516256576e-06, + "L": 4.925369466945995e-06, + "G": 0.00014193223614711314, + "F": 0.0014741963241249323, + "E": 7.569596346002072e-05, + "T": 0.0019095728639513254, + "P": 0.056827690452337265, + "-": 0.9377321004867554 + }, + "id": "tp_2529" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 316149, + "label": "-", + "classification": { + "B": 2.805022347729391e-07, + "S": 1.458336953419348e-07, + "I": 1.022123115035356e-06, + "C": 4.3089535495255404e-08, + "R": 5.843971973007456e-09, + "M": 7.944081153254956e-05, + "O": 3.277925998190767e-06, + "W": 2.8533730045410266e-08, + "N": 1.7427819187787463e-08, + "Y": 4.2774259782163426e-05, + "U": 5.088253707263846e-10, + "K": 1.006564942507282e-09, + "L": 2.9926758315923507e-07, + "G": 8.39860786072677e-06, + "F": 0.00032004056265577674, + "E": 7.68170957599068e-06, + "T": 0.00010972539166687056, + "P": 0.016838090494275093, + "-": 0.9825886487960815 + }, + "id": "tp_2530" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 316283, + "label": "-", + "classification": { + "B": 1.0395441174537723e-09, + "S": 1.0322730448208972e-09, + "I": 9.676975423644762e-06, + "C": 2.8091901072002656e-07, + "R": 1.7629636417382244e-08, + "M": 4.298339717934141e-06, + "O": 2.1514563286473276e-07, + "W": 1.8180095207043223e-09, + "N": 1.110683811589297e-07, + "Y": 5.0289287173654884e-05, + "U": 2.215269523375696e-09, + "K": 2.0628791119747802e-08, + "L": 8.093048009527593e-09, + "G": 5.264919309411198e-06, + "F": 0.00014313207066152245, + "E": 1.0538704373175278e-05, + "T": 6.539984315168113e-05, + "P": 0.084737628698349, + "-": 0.9149731397628784 + }, + "id": "tp_2531" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 316383, + "label": "-", + "classification": { + "B": 7.441517020645438e-12, + "S": 6.13318033512722e-12, + "I": 2.812246790995232e-08, + "C": 2.127055823142321e-11, + "R": 8.51359564443821e-13, + "M": 6.4146434830547605e-09, + "O": 6.849088518556812e-10, + "W": 1.747499605957159e-12, + "N": 2.600146764564215e-10, + "Y": 3.299042248272599e-07, + "U": 2.8172752217052455e-13, + "K": 6.221098636238764e-11, + "L": 3.127996342847106e-12, + "G": 1.3619590788493952e-08, + "F": 3.7688860174966976e-05, + "E": 5.413961616795859e-07, + "T": 2.5289301675002207e-07, + "P": 0.10706961899995804, + "-": 0.8928916454315186 + }, + "id": "tp_2532" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 316517, + "label": "-", + "classification": { + "B": 3.423082262088428e-07, + "S": 9.537177447782597e-07, + "I": 6.223094533197582e-05, + "C": 4.488604190555634e-06, + "R": 1.56818134655623e-06, + "M": 4.9907448556041345e-05, + "O": 2.042573942162562e-05, + "W": 8.46626505790482e-07, + "N": 2.4268113065772923e-06, + "Y": 0.00047632333007641137, + "U": 2.3932406634230574e-07, + "K": 6.624146067224501e-07, + "L": 2.351868033656501e-06, + "G": 7.06751161487773e-05, + "F": 0.0025947534013539553, + "E": 4.4409138354239985e-05, + "T": 0.000526590330991894, + "P": 0.052252110093832016, + "-": 0.9438887238502502 + }, + "id": "tp_2533" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 316650, + "label": "-", + "classification": { + "B": 0.014832480810582638, + "S": 0.02158203534781933, + "I": 0.0016600936651229858, + "C": 0.002207531128078699, + "R": 0.002351983217522502, + "M": 0.046203844249248505, + "O": 0.04945256933569908, + "W": 0.005464706104248762, + "N": 0.00043218868086114526, + "Y": 0.019241388887166977, + "U": 9.856085671344772e-05, + "K": 0.0001050426290021278, + "L": 0.02918010577559471, + "G": 0.04022185131907463, + "F": 0.08741018176078796, + "E": 0.0026772068813443184, + "T": 0.022574644535779953, + "P": 0.02022947557270527, + "-": 0.6340742111206055 + }, + "id": "tp_2534" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 316750, + "label": "-", + "classification": { + "B": 1.1251652409782764e-07, + "S": 1.3045027458247205e-07, + "I": 3.7529464407271007e-06, + "C": 1.9952315710725088e-07, + "R": 1.3247020547169086e-07, + "M": 0.00017912410839926451, + "O": 8.33382273413008e-06, + "W": 5.047969509064387e-08, + "N": 4.241624296241753e-08, + "Y": 0.000760759983677417, + "U": 3.0128359806980143e-09, + "K": 3.4184277630799897e-09, + "L": 9.182390385831241e-07, + "G": 3.68025794159621e-05, + "F": 0.00027388232410885394, + "E": 2.0991296878491994e-06, + "T": 0.0007348221261054277, + "P": 0.004439873620867729, + "-": 0.993558943271637 + }, + "id": "tp_2535" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 316884, + "label": "-", + "classification": { + "B": 1.1053906234792521e-07, + "S": 1.9355697489231716e-08, + "I": 8.058032108237967e-08, + "C": 1.625942047667195e-08, + "R": 8.140613516616213e-09, + "M": 6.357108304655412e-06, + "O": 5.40492555956007e-06, + "W": 2.137908516886e-08, + "N": 1.524377291062251e-09, + "Y": 5.516713372344384e-06, + "U": 1.181333086908154e-10, + "K": 1.0742581303679888e-11, + "L": 3.198093168066407e-07, + "G": 1.55176439875504e-06, + "F": 6.225147080840543e-05, + "E": 1.8090382525315363e-07, + "T": 1.99977403099183e-05, + "P": 0.004898473154753447, + "-": 0.9949997663497925 + }, + "id": "tp_2536" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 317017, + "label": "-", + "classification": { + "B": 0.0015610662521794438, + "S": 0.0024593507405370474, + "I": 0.031600531190633774, + "C": 0.004146882798522711, + "R": 0.0011908458545804024, + "M": 0.013929138891398907, + "O": 0.005506843328475952, + "W": 0.0021391604095697403, + "N": 0.008145924657583237, + "Y": 0.02797532081604004, + "U": 0.001011554035358131, + "K": 0.0055328430607914925, + "L": 0.0012214354937896132, + "G": 0.010275743901729584, + "F": 0.03120758943259716, + "E": 0.03603170067071915, + "T": 0.017327502369880676, + "P": 0.33721694350242615, + "-": 0.46151965856552124 + }, + "id": "tp_2537" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 317150, + "label": "-", + "classification": { + "B": 1.6147703618685227e-08, + "S": 2.3687184125265048e-07, + "I": 6.511144420073833e-06, + "C": 8.734176049074449e-07, + "R": 2.7771517352448427e-07, + "M": 1.97123645193642e-05, + "O": 7.265528893185547e-06, + "W": 2.63180794490836e-07, + "N": 5.120556920701347e-07, + "Y": 0.00018362041737418622, + "U": 1.4210995935570736e-08, + "K": 7.123189789126627e-07, + "L": 1.928068087408974e-07, + "G": 9.874976058199536e-06, + "F": 0.003927633166313171, + "E": 2.358964047743939e-05, + "T": 0.00010585542622720823, + "P": 0.03266533836722374, + "-": 0.9630473852157593 + }, + "id": "tp_2538" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 317251, + "label": "-", + "classification": { + "B": 9.42712574669713e-10, + "S": 4.895339134058929e-10, + "I": 8.82137726421206e-07, + "C": 6.641705141419152e-08, + "R": 1.2766663282093305e-08, + "M": 9.783949508346268e-07, + "O": 1.3613866656214668e-07, + "W": 1.8607148044580413e-09, + "N": 8.287753594515834e-09, + "Y": 0.0001052993320627138, + "U": 1.80020853779439e-09, + "K": 7.618805852871446e-08, + "L": 5.0598099043952516e-09, + "G": 3.714869990290026e-06, + "F": 8.192981476895511e-05, + "E": 1.0420095577501343e-06, + "T": 2.382891034358181e-05, + "P": 0.011333147063851357, + "-": 0.9884489178657532 + }, + "id": "tp_2539" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 317384, + "label": "-", + "classification": { + "B": 3.512559942464577e-06, + "S": 1.749407147144666e-06, + "I": 1.6349362340406515e-05, + "C": 2.763207476164098e-06, + "R": 1.359486986984848e-06, + "M": 0.00038704031612724066, + "O": 0.00012166122905910015, + "W": 1.0737824140960583e-06, + "N": 5.007839831705496e-07, + "Y": 0.0009239204810000956, + "U": 6.301983290768476e-08, + "K": 1.8932636791646473e-08, + "L": 1.2787949344783556e-05, + "G": 0.00016898430476430804, + "F": 0.0002229640376754105, + "E": 8.37428160593845e-06, + "T": 0.0015346505679190159, + "P": 0.010240049101412296, + "-": 0.9863520860671997 + }, + "id": "tp_2540" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 317518, + "label": "-", + "classification": { + "B": 4.913778828274928e-10, + "S": 6.552201559095749e-10, + "I": 4.36258744684892e-07, + "C": 8.901273496064732e-09, + "R": 3.4349664779220745e-10, + "M": 3.041867273623211e-07, + "O": 1.0072357525814368e-07, + "W": 5.612771358798341e-10, + "N": 4.499087769005428e-09, + "Y": 1.7332590687146876e-06, + "U": 5.488031903921886e-11, + "K": 1.1218007772706429e-10, + "L": 1.3063257142675866e-09, + "G": 2.647403221089917e-07, + "F": 1.7593178199604154e-05, + "E": 5.262334639155597e-07, + "T": 3.8196099012566265e-06, + "P": 0.05440013110637665, + "-": 0.9455751180648804 + }, + "id": "tp_2541" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 317651, + "label": "-", + "classification": { + "B": 8.76740280375543e-09, + "S": 3.295785866441747e-10, + "I": 2.5671877779132046e-07, + "C": 6.602323576743174e-09, + "R": 6.567642540922236e-10, + "M": 3.17283365802723e-07, + "O": 2.252477884212567e-07, + "W": 1.0014000739744233e-09, + "N": 1.891759637828727e-09, + "Y": 1.1405736586311832e-06, + "U": 6.235967298096057e-11, + "K": 5.63377018647504e-11, + "L": 6.717855605131717e-09, + "G": 5.523507411453465e-07, + "F": 2.7047555704484694e-05, + "E": 2.6662345931072196e-07, + "T": 3.201656681994791e-06, + "P": 0.041031304746866226, + "-": 0.9589356780052185 + }, + "id": "tp_2542" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 317751, + "label": "-", + "classification": { + "B": 4.617838567355648e-05, + "S": 0.00018209383415523916, + "I": 0.0021034942474216223, + "C": 0.00032265932532027364, + "R": 6.226444384083152e-05, + "M": 0.006203616503626108, + "O": 0.0009743216214701533, + "W": 7.684044248890132e-05, + "N": 0.00015782294212840497, + "Y": 0.010155623778700829, + "U": 7.611194632772822e-06, + "K": 5.7842426031129435e-06, + "L": 0.00017607782501727343, + "G": 0.000843983085360378, + "F": 0.004911463242024183, + "E": 0.0010056181345134974, + "T": 0.010836120694875717, + "P": 0.07574917376041412, + "-": 0.8861792087554932 + }, + "id": "tp_2543" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 317885, + "label": "-", + "classification": { + "B": 1.5065225511534663e-08, + "S": 1.9012329488532487e-08, + "I": 1.5828258256078698e-05, + "C": 6.537022159136541e-07, + "R": 1.9585833399560215e-07, + "M": 2.842982030415442e-05, + "O": 1.827353685257549e-06, + "W": 4.00634405650635e-08, + "N": 2.3367518053873937e-07, + "Y": 0.0006621204083785415, + "U": 1.1785899367566799e-08, + "K": 4.289774722110451e-07, + "L": 7.734665530279017e-08, + "G": 2.8055894290446304e-05, + "F": 0.00022015224385540932, + "E": 1.2222488294355571e-05, + "T": 0.00020886099082417786, + "P": 0.015198135748505592, + "-": 0.9836227297782898 + }, + "id": "tp_2544" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 318018, + "label": "-", + "classification": { + "B": 0.00015680347860325128, + "S": 9.022104495670646e-05, + "I": 0.008786425925791264, + "C": 0.0012651794822886586, + "R": 0.0002038836246356368, + "M": 0.006074370350688696, + "O": 0.0010502944933250546, + "W": 0.0001119389125960879, + "N": 0.0006901841261424124, + "Y": 0.008498319424688816, + "U": 5.87956965318881e-05, + "K": 9.110347309615463e-05, + "L": 0.00031317403772845864, + "G": 0.006390237249433994, + "F": 0.00934290699660778, + "E": 0.009311951696872711, + "T": 0.006661578081548214, + "P": 0.2634204030036926, + "-": 0.6774821877479553 + }, + "id": "tp_2545" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 318151, + "label": "-", + "classification": { + "B": 1.6676284531058627e-06, + "S": 2.648840222718718e-07, + "I": 0.00015224138041958213, + "C": 4.571069439407438e-06, + "R": 1.0887973758144653e-06, + "M": 0.00011048957094317302, + "O": 2.8001328246318735e-05, + "W": 2.3270237647921022e-07, + "N": 1.3680669326276984e-06, + "Y": 0.00035835630842484534, + "U": 5.874492359225769e-08, + "K": 5.2729141053475814e-09, + "L": 4.057946625835029e-06, + "G": 0.00013072413275949657, + "F": 0.00020393218437675387, + "E": 1.9347162378835492e-05, + "T": 0.0005274164723232388, + "P": 0.05423819273710251, + "-": 0.9442179799079895 + }, + "id": "tp_2546" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 318252, + "label": "-", + "classification": { + "B": 9.573168646692665e-11, + "S": 5.7432631567211345e-11, + "I": 4.405474385293928e-07, + "C": 1.160975759972871e-08, + "R": 1.651164538429839e-09, + "M": 2.1328576238488495e-08, + "O": 1.4872858500325492e-08, + "W": 3.452905461553968e-10, + "N": 6.123854312534149e-09, + "Y": 1.3022831808484625e-05, + "U": 2.1794487048421018e-10, + "K": 2.2207939309737412e-07, + "L": 1.7810618258007338e-10, + "G": 6.07792003393115e-07, + "F": 0.00031969050178304315, + "E": 2.3120576315704966e-06, + "T": 9.18072032618511e-07, + "P": 0.02274058386683464, + "-": 0.9769221544265747 + }, + "id": "tp_2547" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 318385, + "label": "-", + "classification": { + "B": 2.5051485863514245e-07, + "S": 3.8772830635025457e-07, + "I": 0.00012804636207874864, + "C": 8.720527694094926e-05, + "R": 6.171439963509329e-06, + "M": 1.8855056623579003e-05, + "O": 1.6012321793823503e-05, + "W": 1.0539337154114037e-06, + "N": 1.0112356903846376e-05, + "Y": 0.0005617416463792324, + "U": 1.4504032606055262e-06, + "K": 0.0001361407048534602, + "L": 1.0574957514108974e-06, + "G": 0.0002931080525740981, + "F": 0.013409524224698544, + "E": 0.0003752750635612756, + "T": 0.00012508840882219374, + "P": 0.0709056407213211, + "-": 0.9139227271080017 + }, + "id": "tp_2548" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 318519, + "label": "-", + "classification": { + "B": 2.966223178191285e-08, + "S": 1.4222677258146632e-08, + "I": 4.0551585698267445e-06, + "C": 1.7129838170149014e-07, + "R": 4.073794812597953e-08, + "M": 2.021732689172495e-05, + "O": 2.855539605661761e-06, + "W": 1.4449021534801432e-08, + "N": 4.288062172008722e-08, + "Y": 0.000172691055922769, + "U": 5.853631801500114e-09, + "K": 2.1598818733536973e-08, + "L": 1.8472888996257097e-07, + "G": 2.578602834546473e-05, + "F": 0.00018642925715539604, + "E": 2.782037427095929e-06, + "T": 0.00015708022692706436, + "P": 0.008975809440016747, + "-": 0.9904518127441406 + }, + "id": "tp_2549" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 318652, + "label": "-", + "classification": { + "B": 3.0436746456530273e-09, + "S": 1.670828098099264e-08, + "I": 1.0300867359092081e-07, + "C": 7.8068538300613e-09, + "R": 9.464359296273983e-10, + "M": 2.089084046019707e-05, + "O": 6.617079293391726e-07, + "W": 2.1855632859058005e-09, + "N": 2.766892492900297e-09, + "Y": 6.837370892753825e-05, + "U": 1.3686606015195224e-10, + "K": 9.518783983253343e-09, + "L": 2.082951766624319e-08, + "G": 2.6110999442607863e-06, + "F": 0.000280200969427824, + "E": 2.5396816454303917e-06, + "T": 5.9084268286824226e-05, + "P": 0.0018186960369348526, + "-": 0.9977467656135559 + }, + "id": "tp_2550" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 318752, + "label": "-", + "classification": { + "B": 2.0671128808658068e-08, + "S": 6.930683249528613e-10, + "I": 1.0553578249528073e-05, + "C": 5.105228524371341e-07, + "R": 6.917298378539272e-08, + "M": 7.960844413901214e-06, + "O": 1.375948045279074e-06, + "W": 5.598228991487986e-09, + "N": 3.182878316465576e-08, + "Y": 2.0932386178174056e-05, + "U": 2.8582596289794537e-09, + "K": 1.2435276419697772e-10, + "L": 1.7266442853269837e-07, + "G": 1.0198274139838759e-05, + "F": 6.0343827499309555e-06, + "E": 1.8330381408304675e-06, + "T": 6.483818287961185e-05, + "P": 0.027230190113186836, + "-": 0.9726452231407166 + }, + "id": "tp_2551" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 318886, + "label": "-", + "classification": { + "B": 1.108045353248599e-06, + "S": 1.6428201021767563e-08, + "I": 1.4010859558766242e-05, + "C": 5.439886407998529e-08, + "R": 5.6288165239948285e-09, + "M": 1.647648969083093e-05, + "O": 3.33489242620999e-06, + "W": 1.346255729117729e-08, + "N": 6.427222842830815e-08, + "Y": 5.964731826679781e-06, + "U": 4.489650873296114e-10, + "K": 5.975275396002955e-12, + "L": 3.585723220567161e-07, + "G": 4.103501851204783e-06, + "F": 1.0248471880913712e-05, + "E": 5.566877462115372e-06, + "T": 1.8837119569070637e-05, + "P": 0.26581716537475586, + "-": 0.7341026663780212 + }, + "id": "tp_2552" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 319019, + "label": "-", + "classification": { + "B": 2.120049968912241e-10, + "S": 4.325974023444701e-10, + "I": 2.846721827154397e-06, + "C": 1.60653819136769e-08, + "R": 1.0886663792675222e-09, + "M": 2.5673143682070076e-06, + "O": 9.601118478030912e-08, + "W": 3.3259808795982337e-10, + "N": 1.7833468035632905e-08, + "Y": 2.0674573534051888e-05, + "U": 4.222958926991538e-10, + "K": 2.8773922133851215e-10, + "L": 6.223158877105561e-09, + "G": 7.908355428298819e-07, + "F": 6.3484158090432175e-06, + "E": 2.066866954919533e-06, + "T": 0.00011763980000978336, + "P": 0.03987092152237892, + "-": 0.959976077079773 + }, + "id": "tp_2553" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 319152, + "label": "-", + "classification": { + "B": 6.52618126206761e-10, + "S": 1.7337409286000138e-10, + "I": 2.399536569441807e-08, + "C": 6.668939289689035e-10, + "R": 7.390714429345024e-11, + "M": 1.2326343323820765e-07, + "O": 4.066138004077402e-08, + "W": 1.8450858896290612e-10, + "N": 8.221084923931699e-11, + "Y": 9.79329229267023e-07, + "U": 2.9690228140616393e-12, + "K": 1.7449333644670162e-11, + "L": 8.806308460229673e-10, + "G": 1.682566761473936e-07, + "F": 7.857029413571581e-05, + "E": 6.795578144647152e-08, + "T": 6.014525979480823e-07, + "P": 0.0070793600752949715, + "-": 0.992840051651001 + }, + "id": "tp_2554" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 319253, + "label": "-", + "classification": { + "B": 2.5349836505483836e-05, + "S": 2.7879702884092694e-06, + "I": 0.0002234308485640213, + "C": 2.6441335648996755e-05, + "R": 4.5784254325553775e-06, + "M": 0.00013524161477107555, + "O": 6.374237273121253e-05, + "W": 6.749897238478297e-06, + "N": 1.4236659808375407e-05, + "Y": 0.0013321239966899157, + "U": 4.9228269745071884e-06, + "K": 1.6289926861645654e-05, + "L": 1.1077935596404132e-05, + "G": 0.0006827678880654275, + "F": 0.0033071080688387156, + "E": 0.00025243437266908586, + "T": 0.0009098229347728193, + "P": 0.18743915855884552, + "-": 0.8055417537689209 + }, + "id": "tp_2555" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 319386, + "label": "-", + "classification": { + "B": 5.531741820163916e-08, + "S": 5.0011927044124604e-08, + "I": 3.513810952426866e-05, + "C": 1.0479161574039608e-06, + "R": 1.6569060790061485e-07, + "M": 1.1535090379766189e-05, + "O": 1.9107474145130254e-06, + "W": 8.640792259484442e-08, + "N": 6.118675628385972e-07, + "Y": 0.0001597822119947523, + "U": 3.434448103689647e-08, + "K": 8.026212299228064e-07, + "L": 1.3356496708638588e-07, + "G": 2.780583963613026e-05, + "F": 0.0016738430131226778, + "E": 4.909386552753858e-05, + "T": 9.813133510760963e-05, + "P": 0.10653732717037201, + "-": 0.8914023637771606 + }, + "id": "tp_2556" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 319520, + "label": "-", + "classification": { + "B": 1.782550498319324e-05, + "S": 4.318139417591738e-06, + "I": 0.0008604911272414029, + "C": 0.0006830585189163685, + "R": 4.7660916607128456e-05, + "M": 0.0004498920461628586, + "O": 7.6008822361473e-05, + "W": 8.788781087787356e-06, + "N": 0.00014725774235557765, + "Y": 0.005872216075658798, + "U": 1.932843224494718e-05, + "K": 0.000780465779826045, + "L": 2.1722258679801598e-05, + "G": 0.002374332631006837, + "F": 0.03854605183005333, + "E": 0.008934096433222294, + "T": 0.0020654681138694286, + "P": 0.1695573627948761, + "-": 0.7695336937904358 + }, + "id": "tp_2557" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 319653, + "label": "-", + "classification": { + "B": 3.2266394555335864e-05, + "S": 3.229283538530581e-05, + "I": 0.0009541977196931839, + "C": 3.352417115820572e-05, + "R": 1.7060043319361284e-05, + "M": 0.00024124332412611693, + "O": 0.0002879500389099121, + "W": 4.1109786252491176e-05, + "N": 0.00020606139150913805, + "Y": 0.002030871110036969, + "U": 1.5089761291164905e-05, + "K": 9.621378558222204e-05, + "L": 2.2084643205744214e-05, + "G": 0.0005315358866937459, + "F": 0.007611217442899942, + "E": 0.0010141715174540877, + "T": 0.0022235496435314417, + "P": 0.36921584606170654, + "-": 0.6153937578201294 + }, + "id": "tp_2558" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 319753, + "label": "-", + "classification": { + "B": 3.448816130457999e-07, + "S": 1.8735138951342378e-07, + "I": 7.063713565003127e-05, + "C": 3.909703536919551e-06, + "R": 3.0288859420579684e-07, + "M": 1.1352161891409196e-05, + "O": 8.919689207687043e-06, + "W": 3.1908714959172357e-07, + "N": 2.2134511254989775e-06, + "Y": 4.889714909950271e-05, + "U": 7.316620553865505e-08, + "K": 2.0401877520725975e-07, + "L": 3.8388449752346787e-07, + "G": 1.9033825083170086e-05, + "F": 0.000348663394106552, + "E": 3.963015478802845e-05, + "T": 6.837068940512836e-05, + "P": 0.12945853173732758, + "-": 0.8699179887771606 + }, + "id": "tp_2559" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 319887, + "label": "-", + "classification": { + "B": 1.1382393495296128e-05, + "S": 2.25071344175376e-05, + "I": 0.0036467837635427713, + "C": 0.0010559959337115288, + "R": 0.0003378598776180297, + "M": 0.001945754629559815, + "O": 0.0005212746327742934, + "W": 5.4387874115491286e-05, + "N": 0.0002762500080280006, + "Y": 0.011397906579077244, + "U": 3.765764631680213e-05, + "K": 8.031279867282137e-05, + "L": 7.50453255022876e-05, + "G": 0.001515139127150178, + "F": 0.00652624387294054, + "E": 0.0010077974293380976, + "T": 0.01566242426633835, + "P": 0.1208905279636383, + "-": 0.8349347114562988 + }, + "id": "tp_2560" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 320020, + "label": "-", + "classification": { + "B": 2.497484441477127e-09, + "S": 6.577946520813782e-10, + "I": 2.3596263076797186e-07, + "C": 1.0813443651613852e-07, + "R": 6.969586241467596e-09, + "M": 7.463539191121527e-07, + "O": 4.613355315541412e-07, + "W": 9.886219620725e-10, + "N": 2.741998184063732e-09, + "Y": 2.1780697352369316e-06, + "U": 2.03725147862599e-10, + "K": 1.0258745242186507e-10, + "L": 1.1711242642320485e-08, + "G": 1.0964018883896642e-06, + "F": 2.4120843590935692e-05, + "E": 1.3731406056649575e-07, + "T": 1.2421225619618781e-05, + "P": 0.011682515032589436, + "-": 0.9882758259773254 + }, + "id": "tp_2561" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 320153, + "label": "-", + "classification": { + "B": 4.3176285657864355e-08, + "S": 4.797451769178451e-09, + "I": 1.2960269486939069e-05, + "C": 3.439404565597215e-07, + "R": 4.245382712042556e-08, + "M": 6.186475729919039e-06, + "O": 1.7140781665148097e-06, + "W": 2.2308787706037947e-08, + "N": 8.095476999869788e-08, + "Y": 1.8823446225724183e-05, + "U": 5.679094527977213e-09, + "K": 7.475526309086433e-10, + "L": 2.426646119602083e-07, + "G": 7.836332770239096e-06, + "F": 3.2433490559924394e-05, + "E": 3.862808171106735e-06, + "T": 8.45000467961654e-05, + "P": 0.08758831024169922, + "-": 0.912242591381073 + }, + "id": "tp_2562" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 320254, + "label": "-", + "classification": { + "B": 2.5610379452700727e-06, + "S": 6.856222626083763e-06, + "I": 0.00019143604731652886, + "C": 3.7459794839378446e-05, + "R": 2.0053803382324986e-05, + "M": 0.0005195383564569056, + "O": 0.00017734733410179615, + "W": 7.299712706299033e-06, + "N": 1.1282998457318172e-05, + "Y": 0.002928263507783413, + "U": 1.9034848719456932e-06, + "K": 2.2580634322366677e-06, + "L": 1.744799010339193e-05, + "G": 0.00030841853003948927, + "F": 0.0027369773015379906, + "E": 6.34077878203243e-05, + "T": 0.0032382458448410034, + "P": 0.0317721888422966, + "-": 0.9579570889472961 + }, + "id": "tp_2563" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 320387, + "label": "-", + "classification": { + "B": 3.734487847850687e-07, + "S": 1.284759179043249e-07, + "I": 2.712875584620633e-06, + "C": 3.661407674826478e-07, + "R": 2.3136693982905854e-07, + "M": 2.935026350314729e-05, + "O": 2.6022018573712558e-05, + "W": 1.8710345273120765e-07, + "N": 4.7644832079640764e-08, + "Y": 4.720551805803552e-05, + "U": 4.419765886609639e-09, + "K": 6.222104498299075e-10, + "L": 1.8163568711315747e-06, + "G": 1.881986827356741e-05, + "F": 0.00014077810919843614, + "E": 8.239723570113711e-07, + "T": 0.0001053561209118925, + "P": 0.008017356507480145, + "-": 0.9916084408760071 + }, + "id": "tp_2564" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 320521, + "label": "-", + "classification": { + "B": 0.0007949219434522092, + "S": 0.0015446505276486278, + "I": 0.0015926528722047806, + "C": 0.0032563249114900827, + "R": 0.0013157795183360577, + "M": 0.020691996440291405, + "O": 0.0064432453364133835, + "W": 0.0007249522022902966, + "N": 0.00039280421333387494, + "Y": 0.029320523142814636, + "U": 0.00012920409790240228, + "K": 0.0007584735285490751, + "L": 0.004504104610532522, + "G": 0.02987724170088768, + "F": 0.08810847252607346, + "E": 0.006587639916688204, + "T": 0.02106701396405697, + "P": 0.03881871700286865, + "-": 0.7440712451934814 + }, + "id": "tp_2565" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 320654, + "label": "-", + "classification": { + "B": 4.071152943652123e-05, + "S": 4.138059011893347e-06, + "I": 2.682576268853154e-05, + "C": 1.2446225809981115e-05, + "R": 2.4108467187033966e-06, + "M": 0.0005154256359674037, + "O": 0.00015776768850628287, + "W": 3.1303404739446705e-06, + "N": 5.089615910947032e-07, + "Y": 0.00022597024508286268, + "U": 1.0722524734774197e-07, + "K": 2.4439172463530667e-08, + "L": 6.107474473537877e-05, + "G": 0.0006215233588591218, + "F": 0.0025979727506637573, + "E": 3.435726830502972e-05, + "T": 0.0002794090542010963, + "P": 0.02168218232691288, + "-": 0.9737340807914734 + }, + "id": "tp_2566" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 320754, + "label": "-", + "classification": { + "B": 1.688825614110101e-05, + "S": 2.496693741704803e-05, + "I": 0.00012179564510006458, + "C": 7.298325363080949e-05, + "R": 1.742838321661111e-05, + "M": 0.0013917938340455294, + "O": 0.0002889270253945142, + "W": 1.045324643200729e-05, + "N": 1.2660062566283159e-05, + "Y": 0.002434750320389867, + "U": 1.7403179981556605e-06, + "K": 1.8834075490303803e-06, + "L": 5.7528235629433766e-05, + "G": 0.0006128733512014151, + "F": 0.004521027207374573, + "E": 0.00018874766828957945, + "T": 0.002736119320616126, + "P": 0.03400363400578499, + "-": 0.9534838795661926 + }, + "id": "tp_2567" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 320888, + "label": "-", + "classification": { + "B": 4.880777396465419e-06, + "S": 5.7573521189624444e-05, + "I": 5.676988621416967e-06, + "C": 1.4614731298934203e-05, + "R": 2.8149468562332913e-05, + "M": 0.0074157086201012135, + "O": 0.0021233982406556606, + "W": 9.492562639934476e-06, + "N": 1.3156990519291867e-07, + "Y": 0.005395662970840931, + "U": 1.5800459607362427e-08, + "K": 2.7307100580742372e-08, + "L": 0.001227274420671165, + "G": 0.0037293697241693735, + "F": 0.009841227903962135, + "E": 2.8280389869905775e-06, + "T": 0.005619011353701353, + "P": 0.000266984076006338, + "-": 0.9642578959465027 + }, + "id": "tp_2568" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 321021, + "label": "-", + "classification": { + "B": 1.172778047475731e-05, + "S": 2.606131056381855e-05, + "I": 0.00025216490030288696, + "C": 7.229269976960495e-05, + "R": 5.1651815738296136e-05, + "M": 0.000881797110196203, + "O": 0.0005858415388502181, + "W": 3.0034854717087e-05, + "N": 1.2725953638437204e-05, + "Y": 0.0008401121012866497, + "U": 3.3499802611913765e-06, + "K": 4.289420303393854e-06, + "L": 0.0001301183074247092, + "G": 0.0004915641038678586, + "F": 0.006372043862938881, + "E": 5.377960769692436e-05, + "T": 0.0024818596430122852, + "P": 0.024581007659435272, + "-": 0.9631175994873047 + }, + "id": "tp_2569" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 321154, + "label": "-", + "classification": { + "B": 0.0005151851219125092, + "S": 0.0019643940031528473, + "I": 0.0002440274110995233, + "C": 3.936093344236724e-05, + "R": 3.895887130056508e-05, + "M": 0.006748243700712919, + "O": 0.007446938659995794, + "W": 0.0004035351739730686, + "N": 4.171927139395848e-05, + "Y": 0.003036745823919773, + "U": 4.1349926505063195e-06, + "K": 7.297000593098346e-06, + "L": 0.001424417714588344, + "G": 0.002928541274741292, + "F": 0.04335524141788483, + "E": 0.00043598070624284446, + "T": 0.004310500342398882, + "P": 0.037740111351013184, + "-": 0.8893146514892578 + }, + "id": "tp_2570" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 321255, + "label": "-", + "classification": { + "B": 0.00010365397611167282, + "S": 1.936589615070261e-05, + "I": 0.0003577643365133554, + "C": 2.94589208351681e-05, + "R": 1.5080709090398159e-05, + "M": 0.001170294708572328, + "O": 0.0004171544569544494, + "W": 1.1607858141360339e-05, + "N": 1.3716522516915575e-05, + "Y": 0.0010479383636265993, + "U": 7.236454848680296e-07, + "K": 1.5178686680883402e-06, + "L": 0.00010246132296742871, + "G": 0.002441084710881114, + "F": 0.010359725914895535, + "E": 0.0009430407080799341, + "T": 0.0008521198178641498, + "P": 0.11102375388145447, + "-": 0.871089518070221 + }, + "id": "tp_2571" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 321388, + "label": "-", + "classification": { + "B": 8.389615686610341e-06, + "S": 0.00016334035899490118, + "I": 0.0017152396030724049, + "C": 7.49588871258311e-05, + "R": 8.086158049991354e-05, + "M": 0.00948207639157772, + "O": 0.0009686627308838069, + "W": 2.2829011868452653e-05, + "N": 3.0000788683537394e-05, + "Y": 0.33392494916915894, + "U": 2.0499949471286527e-07, + "K": 2.9650407213921426e-06, + "L": 7.914836169220507e-05, + "G": 0.006512162741273642, + "F": 0.0034530633129179478, + "E": 6.910201045684516e-05, + "T": 0.1385849565267563, + "P": 0.0011955833761021495, + "-": 0.5036314725875854 + }, + "id": "tp_2572" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 321522, + "label": "-", + "classification": { + "B": 0.00021262602240312845, + "S": 7.798581646056846e-05, + "I": 8.613346290076151e-05, + "C": 5.3110143198864534e-05, + "R": 3.928998194169253e-05, + "M": 0.001620967872440815, + "O": 0.00246114912442863, + "W": 6.072429459891282e-05, + "N": 5.348706508812029e-06, + "Y": 0.0008991980575956404, + "U": 1.0182973255723482e-06, + "K": 8.049684652178257e-08, + "L": 0.0007566128042526543, + "G": 0.0012120931642130017, + "F": 0.006448367144912481, + "E": 6.416247924789786e-05, + "T": 0.0014282171614468098, + "P": 0.019469089806079865, + "-": 0.9651036858558655 + }, + "id": "tp_2573" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 321655, + "label": "-", + "classification": { + "B": 0.011876425705850124, + "S": 0.004659503232687712, + "I": 0.0005836286582052708, + "C": 0.0018832990899682045, + "R": 0.0025011529214680195, + "M": 0.03676104545593262, + "O": 0.046495337039232254, + "W": 0.0022004363127052784, + "N": 7.200266554718837e-05, + "Y": 0.007962090894579887, + "U": 2.976058931380976e-05, + "K": 9.299864359491039e-06, + "L": 0.03474299982190132, + "G": 0.035304274410009384, + "F": 0.024348631501197815, + "E": 0.0005979466950520873, + "T": 0.013444642536342144, + "P": 0.010900941677391529, + "-": 0.7656265497207642 + }, + "id": "tp_2574" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 321755, + "label": "-", + "classification": { + "B": 0.00018695672042667866, + "S": 0.00032554438803344965, + "I": 0.0003071206738241017, + "C": 0.00012459680147003382, + "R": 5.030226020608097e-05, + "M": 0.000637469463981688, + "O": 0.0007080886862240732, + "W": 0.0001340447342954576, + "N": 9.346003935206681e-05, + "Y": 0.002297260332852602, + "U": 1.6869502360350452e-05, + "K": 0.0003721079265233129, + "L": 9.059511648956686e-05, + "G": 0.0014765268424525857, + "F": 0.04160790145397186, + "E": 0.001261997502297163, + "T": 0.0021513549145311117, + "P": 0.09052024781703949, + "-": 0.8576376438140869 + }, + "id": "tp_2575" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 321889, + "label": "-", + "classification": { + "B": 1.0614610800985247e-05, + "S": 0.00010711281356634572, + "I": 2.3730712200631388e-05, + "C": 1.3860918443242554e-05, + "R": 4.713368070952129e-06, + "M": 0.001101771485991776, + "O": 0.0004769533115904778, + "W": 2.0212844901834615e-05, + "N": 3.16738578476361e-06, + "Y": 0.0007497917395085096, + "U": 3.1825507562643907e-07, + "K": 9.937323284248123e-07, + "L": 5.7258606830146164e-05, + "G": 0.0003373966319486499, + "F": 0.024801528081297874, + "E": 6.475892587332055e-05, + "T": 0.0016736474353820086, + "P": 0.014074801467359066, + "-": 0.9564774036407471 + }, + "id": "tp_2576" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 322022, + "label": "-", + "classification": { + "B": 7.097153420509983e-10, + "S": 8.576953369754392e-09, + "I": 2.0617910934106476e-07, + "C": 1.1347126616101377e-07, + "R": 1.819020134519178e-08, + "M": 2.1491405277629383e-06, + "O": 6.364617775034276e-07, + "W": 5.393983038004535e-09, + "N": 6.72714728366941e-09, + "Y": 8.31798606668599e-05, + "U": 6.356995485568007e-10, + "K": 8.967114162317102e-09, + "L": 2.1148791162772795e-08, + "G": 2.4007335923670325e-06, + "F": 0.000667756365146488, + "E": 3.806838435593818e-07, + "T": 2.24736359086819e-05, + "P": 0.0036460678093135357, + "-": 0.9955744743347168 + }, + "id": "tp_2577" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 322155, + "label": "-", + "classification": { + "B": 1.5926426613077638e-06, + "S": 2.1756921341875568e-05, + "I": 4.0639599774294766e-07, + "C": 3.4336886756136664e-07, + "R": 7.227326364045439e-07, + "M": 0.0005043524433858693, + "O": 0.00037714606150984764, + "W": 2.594850911918911e-06, + "N": 1.6341859421231675e-08, + "Y": 0.0002432709006825462, + "U": 6.771774252456453e-10, + "K": 4.8806461094841325e-09, + "L": 3.591039057937451e-05, + "G": 0.00015445124881807715, + "F": 0.004773216787725687, + "E": 1.227180405294348e-06, + "T": 0.0003305970167275518, + "P": 0.0004722229787148535, + "-": 0.993080198764801 + }, + "id": "tp_2578" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 322256, + "label": "-", + "classification": { + "B": 1.2094669727957807e-06, + "S": 1.8769402231555432e-05, + "I": 8.637696737423539e-05, + "C": 2.619427687022835e-05, + "R": 1.6550548025406897e-05, + "M": 0.00042458128882572055, + "O": 0.00012497066927608103, + "W": 1.381639958708547e-05, + "N": 1.3998020222061314e-05, + "Y": 0.003855690825730562, + "U": 1.7292229586018948e-06, + "K": 0.00010231794294668362, + "L": 7.064159945002757e-06, + "G": 0.000202041570446454, + "F": 0.023522021248936653, + "E": 0.00015773311315570027, + "T": 0.0015466168988496065, + "P": 0.04099597781896591, + "-": 0.9288822412490845 + }, + "id": "tp_2579" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 322389, + "label": "-", + "classification": { + "B": 5.008324660593644e-05, + "S": 6.720052169839619e-06, + "I": 4.592343714193703e-07, + "C": 2.0251850685326644e-07, + "R": 6.580157929647612e-08, + "M": 0.0002036675432464108, + "O": 9.377257083542645e-05, + "W": 7.336207090702374e-07, + "N": 1.6056162621680414e-08, + "Y": 5.632734973914921e-05, + "U": 6.025710486134983e-10, + "K": 1.6140501157835274e-09, + "L": 1.2044281902490184e-05, + "G": 0.00013216122169978917, + "F": 0.002887551672756672, + "E": 6.876920451759361e-06, + "T": 7.732457015663385e-05, + "P": 0.0040885042399168015, + "-": 0.9923835396766663 + }, + "id": "tp_2580" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 322523, + "label": "P", + "classification": { + "B": 0.0013616352807730436, + "S": 0.001358918147161603, + "I": 0.010160182602703571, + "C": 0.0014875459019094706, + "R": 0.0005665829521603882, + "M": 0.003982380963861942, + "O": 0.003354686312377453, + "W": 0.0009713834151625633, + "N": 0.0035718895960599184, + "Y": 0.0064163547940552235, + "U": 0.0003144064685329795, + "K": 0.001705595408566296, + "L": 0.0005265460931695998, + "G": 0.005499201361089945, + "F": 0.054524634033441544, + "E": 0.018543409183621407, + "T": 0.0045791203156113625, + "P": 0.504082441329956, + "-": 0.37699317932128906 + }, + "id": "tp_2581" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 322656, + "label": "-", + "classification": { + "B": 0.0008414399926550686, + "S": 0.0018856574315577745, + "I": 0.015542794950306416, + "C": 0.004683812148869038, + "R": 0.0024815048091113567, + "M": 0.009336244314908981, + "O": 0.0057578920386731625, + "W": 0.0017775761662051082, + "N": 0.0035949659068137407, + "Y": 0.024178678169846535, + "U": 0.0008005648851394653, + "K": 0.00413511972874403, + "L": 0.0014887175057083368, + "G": 0.009080612100660801, + "F": 0.04243236035108566, + "E": 0.007694333326071501, + "T": 0.021799195557832718, + "P": 0.16844722628593445, + "-": 0.6740413904190063 + }, + "id": "tp_2582" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 322756, + "label": "-", + "classification": { + "B": 1.8463364540366456e-05, + "S": 2.9193162845331244e-05, + "I": 0.000879173690918833, + "C": 0.00016609787417110056, + "R": 7.12489418219775e-05, + "M": 0.0004633059143088758, + "O": 0.0003990500990767032, + "W": 3.696469502756372e-05, + "N": 6.76517011015676e-05, + "Y": 0.0030137570574879646, + "U": 1.2101978427381255e-05, + "K": 6.035506430634996e-06, + "L": 6.426543404813856e-05, + "G": 0.0003651896258816123, + "F": 0.0022528136614710093, + "E": 0.0001105701521737501, + "T": 0.006642851047217846, + "P": 0.07664056867361069, + "-": 0.908760666847229 + }, + "id": "tp_2583" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 322890, + "label": "-", + "classification": { + "B": 1.0034167644334957e-05, + "S": 2.8588008717633784e-05, + "I": 0.0004095142940059304, + "C": 0.0003242158272769302, + "R": 0.0003557625168468803, + "M": 0.003743724664673209, + "O": 0.001250004512257874, + "W": 4.0791172068566084e-05, + "N": 2.0793479052372277e-05, + "Y": 0.012439822778105736, + "U": 7.88631041359622e-06, + "K": 8.282789167424198e-06, + "L": 0.0002566047478467226, + "G": 0.002285298891365528, + "F": 0.005807727109640837, + "E": 7.035645103314891e-05, + "T": 0.015473977662622929, + "P": 0.011162912473082542, + "-": 0.9463037252426147 + }, + "id": "tp_2584" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 323023, + "label": "-", + "classification": { + "B": 0.0031927144154906273, + "S": 0.0007092333398759365, + "I": 0.000579248124267906, + "C": 1.5848385373828933e-05, + "R": 3.5936725907959044e-05, + "M": 0.0031116490717977285, + "O": 0.004869178403168917, + "W": 0.0001243838487425819, + "N": 2.10201815207256e-05, + "Y": 0.0005632800166495144, + "U": 6.741285574207723e-07, + "K": 5.0790649908094565e-08, + "L": 0.001623282441869378, + "G": 0.0021344097331166267, + "F": 0.0030957218259572983, + "E": 7.297783304238692e-05, + "T": 0.001818359363824129, + "P": 0.08676628768444061, + "-": 0.8912656903266907 + }, + "id": "tp_2585" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 323156, + "label": "-", + "classification": { + "B": 2.429944970572251e-06, + "S": 2.1337862108339323e-06, + "I": 4.0786735553410836e-06, + "C": 6.797076252951229e-07, + "R": 4.211133841636183e-07, + "M": 6.504144403152168e-05, + "O": 7.950355211505666e-05, + "W": 1.285995494981762e-06, + "N": 1.5644029360828426e-07, + "Y": 0.00017834047321230173, + "U": 2.1367531743976542e-08, + "K": 2.5766398792370637e-08, + "L": 5.2399436754058115e-06, + "G": 6.175025919219479e-05, + "F": 0.0011899087112396955, + "E": 3.319501274745562e-06, + "T": 0.00020011738524772227, + "P": 0.007592152804136276, + "-": 0.9906133413314819 + }, + "id": "tp_2586" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 323257, + "label": "-", + "classification": { + "B": 8.851676830090582e-05, + "S": 0.00015426914615090936, + "I": 5.012638575863093e-05, + "C": 8.888809134077746e-06, + "R": 7.4869476520689204e-06, + "M": 0.009372619912028313, + "O": 0.002470377366989851, + "W": 2.0058825612068176e-05, + "N": 2.5108238332904875e-06, + "Y": 0.0032785646617412567, + "U": 8.416396468646781e-08, + "K": 6.78484468608076e-08, + "L": 0.00024033532827161252, + "G": 0.0014680067542940378, + "F": 0.0011610558722168207, + "E": 3.2840471249073744e-05, + "T": 0.0074829901568591595, + "P": 0.0025126803666353226, + "-": 0.9716485142707825 + }, + "id": "tp_2587" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 323390, + "label": "-", + "classification": { + "B": 7.750493750791065e-06, + "S": 3.6183300835546106e-05, + "I": 0.00046212971210479736, + "C": 0.0006725107668899, + "R": 0.00018509804795030504, + "M": 0.001484425156377256, + "O": 0.0005743529764004052, + "W": 5.9586469433270395e-05, + "N": 8.037566294660792e-05, + "Y": 0.013286672532558441, + "U": 2.4024258891586214e-05, + "K": 0.0006060730083845556, + "L": 0.00012360044638626277, + "G": 0.004447444342076778, + "F": 0.04509655758738518, + "E": 0.0012264332035556436, + "T": 0.005037627648562193, + "P": 0.04014161229133606, + "-": 0.8864474892616272 + }, + "id": "tp_2588" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 323524, + "label": "-", + "classification": { + "B": 7.263877819241316e-07, + "S": 2.5582460239093052e-06, + "I": 0.0005866666324436665, + "C": 2.885705907829106e-05, + "R": 9.220790161634795e-06, + "M": 0.00012330575555097312, + "O": 3.650665166787803e-05, + "W": 4.713850557891419e-06, + "N": 4.973885006620549e-05, + "Y": 0.0045552924275398254, + "U": 3.1964509616955183e-06, + "K": 0.000231260055443272, + "L": 2.1284142803779105e-06, + "G": 0.0002870966854970902, + "F": 0.006482747383415699, + "E": 0.0006448500789701939, + "T": 0.001879821764305234, + "P": 0.09511858224868774, + "-": 0.8899526000022888 + }, + "id": "tp_2589" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 323657, + "label": "-", + "classification": { + "B": 2.7695443716169166e-09, + "S": 1.3070902138423435e-09, + "I": 5.62549621463404e-06, + "C": 1.735654905132833e-06, + "R": 1.4445022600284574e-07, + "M": 5.342850272427313e-06, + "O": 2.9336729312490206e-07, + "W": 3.112985647035771e-09, + "N": 5.2129841776604735e-08, + "Y": 0.0005136025720275939, + "U": 7.279387315151098e-09, + "K": 1.5431236022322992e-07, + "L": 2.0134370615210173e-08, + "G": 2.3551783669972792e-05, + "F": 0.00038879705243743956, + "E": 4.000297394668451e-06, + "T": 9.249299910152331e-05, + "P": 0.014613124541938305, + "-": 0.9843510389328003 + }, + "id": "tp_2590" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 323757, + "label": "-", + "classification": { + "B": 2.1115257098358597e-08, + "S": 1.316170568088637e-07, + "I": 8.321092536789365e-06, + "C": 2.3082533573415276e-07, + "R": 3.207482279776741e-08, + "M": 1.1091314263467211e-05, + "O": 2.4717262476769974e-06, + "W": 7.229248666362764e-08, + "N": 6.458542429754743e-07, + "Y": 0.0002690777473617345, + "U": 3.43108581546403e-08, + "K": 4.026066562801134e-06, + "L": 7.249297340194971e-08, + "G": 1.6843987395986915e-05, + "F": 0.0013588028959929943, + "E": 4.198480019113049e-05, + "T": 0.00020719951135106385, + "P": 0.054152972996234894, + "-": 0.9439259767532349 + }, + "id": "tp_2591" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 323891, + "label": "-", + "classification": { + "B": 0.0002467943704687059, + "S": 2.260719338664785e-05, + "I": 0.00999309029430151, + "C": 0.00266625895164907, + "R": 0.00047081662341952324, + "M": 0.007961254566907883, + "O": 0.002493554726243019, + "W": 7.269448542501777e-05, + "N": 0.00016882739146240056, + "Y": 0.006087902933359146, + "U": 2.2195274141267873e-05, + "K": 1.1613785773079144e-06, + "L": 0.0008725671796128154, + "G": 0.005621942225843668, + "F": 0.0008115957607515156, + "E": 0.000615803524851799, + "T": 0.014650573022663593, + "P": 0.10489149391651154, + "-": 0.8423288464546204 + }, + "id": "tp_2592" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 324024, + "label": "-", + "classification": { + "B": 2.0554281945805997e-05, + "S": 8.93592878128402e-05, + "I": 0.002282846951857209, + "C": 0.0002118545089615509, + "R": 0.00010908788681263104, + "M": 0.003074090927839279, + "O": 0.0007018980104476213, + "W": 6.144199141999707e-05, + "N": 0.0002070041373372078, + "Y": 0.004776398651301861, + "U": 1.9841349057969637e-05, + "K": 7.446870586136356e-05, + "L": 8.906551374820992e-05, + "G": 0.0008740491466596723, + "F": 0.004566858522593975, + "E": 0.001275988994166255, + "T": 0.00725756399333477, + "P": 0.09791044890880585, + "-": 0.8763971328735352 + }, + "id": "tp_2593" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 324157, + "label": "-", + "classification": { + "B": 5.881088394055212e-10, + "S": 9.20721485164755e-11, + "I": 4.8233623601845466e-06, + "C": 2.5382957957731378e-08, + "R": 4.7197890040706625e-09, + "M": 1.4206227660906734e-06, + "O": 1.5586211077334156e-07, + "W": 3.632720513291332e-10, + "N": 6.70037181293992e-09, + "Y": 6.328772087726975e-06, + "U": 1.9939751239039794e-10, + "K": 4.264402997389283e-10, + "L": 4.625349436793158e-09, + "G": 2.4946168650785694e-06, + "F": 5.476171281770803e-06, + "E": 1.6331257484125672e-06, + "T": 1.5825877198949456e-05, + "P": 0.015362691134214401, + "-": 0.9845991134643555 + }, + "id": "tp_2594" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 324258, + "label": "-", + "classification": { + "B": 0.0006389815825968981, + "S": 0.0001792550174286589, + "I": 0.005919863004237413, + "C": 0.0016555098118260503, + "R": 0.0009169924887828529, + "M": 0.002414305694401264, + "O": 0.0016833461122587323, + "W": 0.0003018762799911201, + "N": 0.0006399897392839193, + "Y": 0.009946606121957302, + "U": 0.00018947843636851758, + "K": 0.00023430980218108743, + "L": 0.0007352119428105652, + "G": 0.007914984598755836, + "F": 0.020471351221203804, + "E": 0.00408364599570632, + "T": 0.0056341663002967834, + "P": 0.28859132528305054, + "-": 0.6478487849235535 + }, + "id": "tp_2595" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 324391, + "label": "-", + "classification": { + "B": 5.5834120757936034e-06, + "S": 3.659505409814301e-06, + "I": 0.0015413708752021194, + "C": 0.0007323284517042339, + "R": 9.62907652137801e-05, + "M": 0.0009484579786658287, + "O": 0.0001876254245871678, + "W": 8.984821761259809e-06, + "N": 6.082406616769731e-05, + "Y": 0.003213554387912154, + "U": 7.745038601569831e-06, + "K": 9.227454938809387e-06, + "L": 2.838910586433485e-05, + "G": 0.0007466943934559822, + "F": 0.0008383237291127443, + "E": 0.0005595816764980555, + "T": 0.0035402674693614244, + "P": 0.06353346258401871, + "-": 0.9239374995231628 + }, + "id": "tp_2596" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 324525, + "label": "-", + "classification": { + "B": 5.578535251515859e-07, + "S": 2.3420304842147743e-06, + "I": 0.0003281925164628774, + "C": 5.3852625569561496e-05, + "R": 1.3828124792780727e-05, + "M": 0.0003147734678350389, + "O": 9.49193345149979e-05, + "W": 3.002612857017084e-06, + "N": 2.2801223167334683e-05, + "Y": 0.0018708123825490475, + "U": 2.0161760403425433e-06, + "K": 8.10673736850731e-06, + "L": 9.351349945063703e-06, + "G": 0.00023877334024291486, + "F": 0.0021527139469981194, + "E": 0.00021690214634872973, + "T": 0.0021148405503481627, + "P": 0.0400906465947628, + "-": 0.9524615406990051 + }, + "id": "tp_2597" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 324658, + "label": "-", + "classification": { + "B": 1.7726696341924253e-06, + "S": 1.5283131915566628e-06, + "I": 0.0012642298825085163, + "C": 0.000252313882810995, + "R": 5.500778934219852e-05, + "M": 0.00010601986286928877, + "O": 5.134761522640474e-05, + "W": 5.419368790171575e-06, + "N": 6.121627666288987e-05, + "Y": 0.0020451706368476152, + "U": 9.61083969741594e-06, + "K": 5.439015876618214e-05, + "L": 6.541677521454403e-06, + "G": 0.0002997460251208395, + "F": 0.003351460676640272, + "E": 0.00040729413740336895, + "T": 0.0012022576993331313, + "P": 0.13374079763889313, + "-": 0.857083797454834 + }, + "id": "tp_2598" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 324758, + "label": "-", + "classification": { + "B": 3.190993425050692e-08, + "S": 1.695600815310172e-07, + "I": 1.3893534742237534e-05, + "C": 2.454306979871035e-07, + "R": 3.594436037701598e-08, + "M": 1.9052342395298183e-05, + "O": 2.3627603695786092e-06, + "W": 1.703668033314898e-07, + "N": 8.480625410811626e-07, + "Y": 0.00011115564848296344, + "U": 2.3130352744260563e-08, + "K": 3.7259630971675506e-06, + "L": 6.011458708599093e-08, + "G": 6.867940555821406e-06, + "F": 0.0022403141483664513, + "E": 6.29821588518098e-05, + "T": 0.00013628974556922913, + "P": 0.11558393388986588, + "-": 0.8818178772926331 + }, + "id": "tp_2599" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 324892, + "label": "-", + "classification": { + "B": 3.788752849231969e-07, + "S": 8.666646635901998e-07, + "I": 0.00023425290419254452, + "C": 0.00011368075502105057, + "R": 1.5244252608681563e-05, + "M": 0.00046633672900497913, + "O": 6.845122697995976e-05, + "W": 2.255537538076169e-06, + "N": 1.0379213563282974e-05, + "Y": 0.0011075575603172183, + "U": 2.0957702417945256e-06, + "K": 5.9435301409394015e-06, + "L": 1.207457171403803e-05, + "G": 0.00030988900107331574, + "F": 0.0032843241933733225, + "E": 0.00013498893531505018, + "T": 0.0018436852842569351, + "P": 0.03783268854022026, + "-": 0.9545549750328064 + }, + "id": "tp_2600" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 325025, + "label": "-", + "classification": { + "B": 1.660234949518724e-09, + "S": 1.382076497691287e-08, + "I": 2.8597310119948816e-06, + "C": 2.626491095725214e-07, + "R": 2.126538056756999e-08, + "M": 1.1067140803788789e-06, + "O": 5.516995429388771e-07, + "W": 2.1752324386170585e-08, + "N": 1.390846193771722e-07, + "Y": 3.425290196901187e-05, + "U": 2.876551219443968e-09, + "K": 1.0783370498756994e-06, + "L": 7.54748707976205e-09, + "G": 6.541053608088987e-06, + "F": 0.0022955697495490313, + "E": 1.4162495972414035e-05, + "T": 1.698446249065455e-05, + "P": 0.052179157733917236, + "-": 0.9454473257064819 + }, + "id": "tp_2601" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 325125, + "label": "-", + "classification": { + "B": 3.408362303503054e-08, + "S": 4.123502872488416e-09, + "I": 2.0801596178898762e-07, + "C": 3.5096739736673044e-08, + "R": 3.0836757591856667e-09, + "M": 1.531005523247586e-06, + "O": 2.7112602651868656e-07, + "W": 2.831916035006543e-09, + "N": 2.678055555094261e-09, + "Y": 1.575370697537437e-05, + "U": 1.5063668368231475e-10, + "K": 8.362992076627052e-09, + "L": 1.4216517740806012e-08, + "G": 1.2966421309101861e-05, + "F": 0.0002829083241522312, + "E": 3.801914999712608e-06, + "T": 5.895500180486124e-06, + "P": 0.008506852202117443, + "-": 0.9911696910858154 + }, + "id": "tp_2602" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 325259, + "label": "-", + "classification": { + "B": 7.807859219610691e-05, + "S": 4.985225314158015e-05, + "I": 0.002290167845785618, + "C": 0.0003425924223847687, + "R": 0.0001235903037013486, + "M": 0.0011305238585919142, + "O": 0.0006810139748267829, + "W": 6.32537339697592e-05, + "N": 0.00030527374474331737, + "Y": 0.0031576252076774836, + "U": 3.647028643172234e-05, + "K": 6.312212644843385e-05, + "L": 0.00011462196562206373, + "G": 0.001696538645774126, + "F": 0.006261111237108707, + "E": 0.0015965740894898772, + "T": 0.005264051724225283, + "P": 0.2847626805305481, + "-": 0.6919828653335571 + }, + "id": "tp_2603" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 325392, + "label": "-", + "classification": { + "B": 1.5334989029724966e-06, + "S": 5.1499764595064335e-06, + "I": 6.143096106825396e-05, + "C": 3.5339514852239517e-06, + "R": 1.3380199561652262e-06, + "M": 4.895335587207228e-05, + "O": 4.694697418017313e-05, + "W": 2.3724514903733507e-06, + "N": 7.2917159741336945e-06, + "Y": 0.000415458605857566, + "U": 5.013552026866819e-07, + "K": 5.0770231609931216e-06, + "L": 2.648865120136179e-06, + "G": 0.0001041480791172944, + "F": 0.0033017152454704046, + "E": 5.8512883697403595e-05, + "T": 0.000730697182007134, + "P": 0.10091423243284225, + "-": 0.8942885398864746 + }, + "id": "tp_2604" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 325526, + "label": "-", + "classification": { + "B": 2.7784421874343934e-08, + "S": 6.780332029165947e-08, + "I": 9.766392759047449e-05, + "C": 1.0986113011313137e-05, + "R": 1.3400773468674743e-06, + "M": 5.691551905329106e-06, + "O": 3.979396296927007e-06, + "W": 2.5444549578423903e-07, + "N": 3.134920234515448e-06, + "Y": 0.0001733912795316428, + "U": 1.7506252447674342e-07, + "K": 7.511631338275038e-06, + "L": 1.8506659671402304e-07, + "G": 3.7796740798512474e-05, + "F": 0.005554339848458767, + "E": 8.891851030057296e-05, + "T": 4.588395313476212e-05, + "P": 0.13134732842445374, + "-": 0.8626213669776917 + }, + "id": "tp_2605" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 325626, + "label": "-", + "classification": { + "B": 6.54319308068807e-07, + "S": 4.5144648197492643e-07, + "I": 0.0002644507330842316, + "C": 1.5429313862114213e-05, + "R": 2.3631939711776795e-06, + "M": 5.057133239461109e-05, + "O": 1.2267837519175373e-05, + "W": 1.47629714319919e-06, + "N": 1.099166001949925e-05, + "Y": 0.0005207934882491827, + "U": 1.0945627764158417e-06, + "K": 3.016200389538426e-05, + "L": 9.80875370260037e-07, + "G": 0.00014330462727230042, + "F": 0.003631903789937496, + "E": 0.00047215723316185176, + "T": 0.0002383251121500507, + "P": 0.2644289433956146, + "-": 0.7301737070083618 + }, + "id": "tp_2606" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 325759, + "label": "-", + "classification": { + "B": 8.167557297156236e-08, + "S": 1.7478084757271972e-08, + "I": 1.8151962649426423e-05, + "C": 2.1988828393659787e-06, + "R": 1.0660918547955589e-07, + "M": 4.920754236081848e-06, + "O": 1.6407731209255871e-06, + "W": 6.516925310506849e-08, + "N": 5.804408260701166e-07, + "Y": 4.268713018973358e-05, + "U": 2.302412305255075e-08, + "K": 2.2366764085290924e-07, + "L": 4.999293068408406e-08, + "G": 1.7598502381588332e-05, + "F": 0.00043701991671696305, + "E": 2.778348425636068e-05, + "T": 2.601780761324335e-05, + "P": 0.19021545350551605, + "-": 0.8092055320739746 + }, + "id": "tp_2607" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 325893, + "label": "-", + "classification": { + "B": 5.446526429864207e-08, + "S": 1.1992121962123292e-08, + "I": 3.1071369903656887e-06, + "C": 3.6950456916429175e-08, + "R": 2.622227990300985e-09, + "M": 2.7917510578845395e-06, + "O": 6.336186402222665e-07, + "W": 8.377329052677851e-09, + "N": 8.350563973635872e-08, + "Y": 3.166406531818211e-05, + "U": 5.760567023394003e-10, + "K": 1.4336082543309203e-08, + "L": 8.45445846664461e-09, + "G": 5.44329213880701e-06, + "F": 9.38486700761132e-05, + "E": 8.001754395081662e-06, + "T": 2.0916917492286302e-05, + "P": 0.024553192779421806, + "-": 0.9752801656723022 + }, + "id": "tp_2608" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 326026, + "label": "-", + "classification": { + "B": 5.293659732785727e-09, + "S": 1.2124845127914341e-08, + "I": 5.04690979141742e-06, + "C": 8.918696039472707e-07, + "R": 8.471972989809728e-08, + "M": 1.7002039385261014e-06, + "O": 7.838750093469571e-07, + "W": 2.4626459094179154e-08, + "N": 1.6634047028674104e-07, + "Y": 8.675490244058892e-05, + "U": 1.206392141739343e-08, + "K": 9.179945550386037e-07, + "L": 1.5569618483368686e-08, + "G": 7.224498403957114e-06, + "F": 0.0005615793634206057, + "E": 8.637972314318176e-06, + "T": 3.187446418451145e-05, + "P": 0.025509070605039597, + "-": 0.9737851619720459 + }, + "id": "tp_2609" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 326126, + "label": "-", + "classification": { + "B": 0.0005928714526817203, + "S": 2.831380879797507e-05, + "I": 1.4122793800197542e-05, + "C": 2.7413923362473724e-06, + "R": 7.10260223968362e-07, + "M": 0.0005341636715456843, + "O": 0.00023155396047513932, + "W": 5.972102371742949e-06, + "N": 1.0325084076612256e-06, + "Y": 9.909481013892218e-05, + "U": 7.704844051659165e-08, + "K": 1.0538144579186337e-07, + "L": 3.294523048680276e-05, + "G": 0.00024012790527194738, + "F": 0.0013251047348603606, + "E": 0.00015140330651775002, + "T": 0.0003055786364711821, + "P": 0.04551386460661888, + "-": 0.9509202837944031 + }, + "id": "tp_2610" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 326260, + "label": "-", + "classification": { + "B": 0.0001517451455583796, + "S": 2.1012996512581594e-05, + "I": 0.00032345292856916785, + "C": 6.62587262922898e-05, + "R": 1.6255557056865655e-05, + "M": 0.0044402205385267735, + "O": 0.0005994606181047857, + "W": 1.727130620565731e-05, + "N": 1.1273090422037058e-05, + "Y": 0.0026475677732378244, + "U": 1.732220425765263e-06, + "K": 2.9630388098667026e-07, + "L": 0.000261191074969247, + "G": 0.0017111703054979444, + "F": 0.0021774477791041136, + "E": 0.0005267079686746001, + "T": 0.003477595979347825, + "P": 0.05017203092575073, + "-": 0.9333772659301758 + }, + "id": "tp_2611" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 326393, + "label": "-", + "classification": { + "B": 1.495898543923957e-11, + "S": 2.5181459348266877e-11, + "I": 3.102012513522823e-08, + "C": 2.0939951994591866e-09, + "R": 1.1267781846457936e-10, + "M": 6.210892138369672e-07, + "O": 1.0169025621564742e-08, + "W": 1.765988050239642e-11, + "N": 5.184709259142828e-11, + "Y": 2.4639164166728733e-06, + "U": 1.2646772734950518e-12, + "K": 1.429488905718701e-11, + "L": 5.946886871832646e-10, + "G": 3.902101184394269e-07, + "F": 3.907392965629697e-05, + "E": 1.3596446990504774e-07, + "T": 2.5980525606428273e-06, + "P": 0.00390859879553318, + "-": 0.9960461258888245 + }, + "id": "tp_2612" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 326527, + "label": "-", + "classification": { + "B": 1.5394832977855266e-11, + "S": 8.300708211061991e-12, + "I": 1.3093116990603448e-07, + "C": 5.7469784486841036e-09, + "R": 3.039177243202573e-10, + "M": 5.964206017949891e-09, + "O": 6.259406326591943e-09, + "W": 3.9873087470665425e-11, + "N": 5.554797177786952e-10, + "Y": 8.104739777081704e-07, + "U": 5.347375667263954e-11, + "K": 1.0501152725161944e-10, + "L": 1.3647399876859367e-10, + "G": 8.402417250863436e-08, + "F": 9.210726602759678e-06, + "E": 1.6858962226251606e-08, + "T": 1.3508060874301009e-06, + "P": 0.032868966460227966, + "-": 0.9671193957328796 + }, + "id": "tp_2613" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 326627, + "label": "-", + "classification": { + "B": 3.1498551834374666e-05, + "S": 3.6352951156004565e-06, + "I": 3.0864783184370026e-05, + "C": 3.4841434626287082e-06, + "R": 9.289848321714089e-07, + "M": 0.0005570848588831723, + "O": 0.0001141872417065315, + "W": 2.123848844348686e-06, + "N": 7.729404956080543e-07, + "Y": 0.0004127414431422949, + "U": 7.442272220714585e-08, + "K": 5.7281827281485675e-08, + "L": 2.0215133190504275e-05, + "G": 0.0002877107763197273, + "F": 0.0013779392465949059, + "E": 5.4044714488554746e-05, + "T": 0.0005332615692168474, + "P": 0.019340112805366516, + "-": 0.9772292375564575 + }, + "id": "tp_2614" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 326760, + "label": "-", + "classification": { + "B": 0.000281227461528033, + "S": 0.00017086660955101252, + "I": 0.003414503298699856, + "C": 0.0005046787555329502, + "R": 0.000222501257667318, + "M": 0.006332064047455788, + "O": 0.0013787744101136923, + "W": 0.0001483521336922422, + "N": 0.00026769525720737875, + "Y": 0.015072917565703392, + "U": 3.734560596058145e-05, + "K": 7.260729762492701e-05, + "L": 0.00044135024654679, + "G": 0.00630649970844388, + "F": 0.011588121764361858, + "E": 0.00364688434638083, + "T": 0.011631568893790245, + "P": 0.0863770917057991, + "-": 0.852104902267456 + }, + "id": "tp_2615" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 326894, + "label": "-", + "classification": { + "B": 1.1665478183431333e-07, + "S": 1.8989181782558262e-08, + "I": 8.74856709742744e-07, + "C": 6.137038894848956e-07, + "R": 1.0831298169478032e-07, + "M": 1.319916918873787e-05, + "O": 1.4361864941747626e-06, + "W": 2.4907828688469635e-08, + "N": 1.3602079462771144e-08, + "Y": 0.00022196222562342882, + "U": 3.125045777707669e-09, + "K": 9.06756412177856e-08, + "L": 1.0061393140858854e-07, + "G": 5.218719888944179e-05, + "F": 0.00038255981053225696, + "E": 4.491887466429034e-06, + "T": 5.7402306993026286e-05, + "P": 0.006596778519451618, + "-": 0.992668092250824 + }, + "id": "tp_2616" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 327027, + "label": "-", + "classification": { + "B": 3.466009729891084e-06, + "S": 2.387249082858034e-07, + "I": 9.695597691461444e-05, + "C": 6.45545223960653e-05, + "R": 8.411307135247625e-06, + "M": 0.00018453293887432665, + "O": 2.704893449845258e-05, + "W": 6.425018455047393e-07, + "N": 1.9084873201791197e-06, + "Y": 0.0010238146642223, + "U": 8.750550364311493e-07, + "K": 8.327773457494914e-07, + "L": 1.3138455869921017e-05, + "G": 0.0008544042939320207, + "F": 0.003499142359942198, + "E": 9.251313167624176e-05, + "T": 0.0006935375859029591, + "P": 0.05664457008242607, + "-": 0.9367893934249878 + }, + "id": "tp_2617" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 327127, + "label": "-", + "classification": { + "B": 1.0460031278636261e-11, + "S": 3.476142290681494e-11, + "I": 2.96798621235439e-08, + "C": 4.847257706330765e-09, + "R": 8.268669082767133e-11, + "M": 1.2471497257138253e-07, + "O": 1.6836247951346195e-08, + "W": 2.336889536047604e-11, + "N": 1.7005083452481529e-10, + "Y": 4.2094598029507324e-07, + "U": 1.807419990583481e-12, + "K": 1.858189600453808e-12, + "L": 2.130862014615431e-10, + "G": 6.927783147148148e-08, + "F": 2.5476001610513777e-06, + "E": 7.276012681245447e-09, + "T": 3.2727623420214513e-06, + "P": 0.00672365166246891, + "-": 0.9932697415351868 + }, + "id": "tp_2618" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 327261, + "label": "-", + "classification": { + "B": 4.4268642085398824e-08, + "S": 1.6221662235693657e-08, + "I": 2.7661730200634338e-05, + "C": 2.5074407403735677e-06, + "R": 3.21954217952225e-07, + "M": 4.9758316890802234e-05, + "O": 2.907261887230561e-06, + "W": 2.753194117133262e-08, + "N": 2.4967252443275356e-07, + "Y": 0.0003943858901038766, + "U": 1.65738178736774e-08, + "K": 4.25529300684957e-08, + "L": 4.0922461153058975e-07, + "G": 6.977056182222441e-05, + "F": 0.00041177161619998515, + "E": 2.067163586616516e-05, + "T": 0.00024078342539723963, + "P": 0.023345710709691048, + "-": 0.9754329323768616 + }, + "id": "tp_2619" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 327394, + "label": "-", + "classification": { + "B": 1.3143844235230517e-08, + "S": 3.963508188320475e-09, + "I": 1.1991381825282588e-06, + "C": 5.27497263647092e-07, + "R": 9.539683532011622e-08, + "M": 1.0680527338990942e-05, + "O": 2.1433475012599956e-06, + "W": 1.0401485006639177e-08, + "N": 5.9334643864872305e-09, + "Y": 3.7225589039735496e-05, + "U": 1.8388027767102244e-09, + "K": 1.311928482516933e-10, + "L": 2.176028033318289e-07, + "G": 6.066551122785313e-06, + "F": 2.438593583065085e-05, + "E": 2.6626008775565424e-07, + "T": 7.458816253347322e-05, + "P": 0.005776022095233202, + "-": 0.994066596031189 + }, + "id": "tp_2620" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 327528, + "label": "-", + "classification": { + "B": 2.8542002837639302e-05, + "S": 5.181107098906068e-06, + "I": 0.00011166741023771465, + "C": 2.194516855524853e-05, + "R": 3.81481504518888e-06, + "M": 0.0004990933230146766, + "O": 0.00020142100402154028, + "W": 6.795106855861377e-06, + "N": 3.896356247423682e-06, + "Y": 0.00030665213125757873, + "U": 5.81949223033007e-07, + "K": 1.2230422896664095e-07, + "L": 6.406896136468276e-05, + "G": 0.00040212442399933934, + "F": 0.001404516282491386, + "E": 0.00010483631922397763, + "T": 0.0006191643187776208, + "P": 0.09902987629175186, + "-": 0.8971856832504272 + }, + "id": "tp_2621" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 327628, + "label": "-", + "classification": { + "B": 2.149782432070424e-07, + "S": 2.937846375061781e-07, + "I": 0.00042561881127767265, + "C": 9.072085231309757e-05, + "R": 1.254812377737835e-05, + "M": 0.00011331426503602415, + "O": 2.4196669983211905e-05, + "W": 7.940011528262403e-07, + "N": 1.6678061001584865e-05, + "Y": 0.0011077820090577006, + "U": 9.153376367976307e-07, + "K": 5.0435310186003335e-06, + "L": 2.7656121801555855e-06, + "G": 0.00034636998316273093, + "F": 0.0028730614576488733, + "E": 0.00033899812842719257, + "T": 0.0006204584497027099, + "P": 0.12175416946411133, + "-": 0.8722660541534424 + }, + "id": "tp_2622" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 327761, + "label": "-", + "classification": { + "B": 3.824192698620443e-12, + "S": 3.798554873424287e-11, + "I": 6.210037639675647e-08, + "C": 4.204565140497607e-09, + "R": 2.730779213866441e-10, + "M": 1.2278678518384822e-08, + "O": 5.096517430303038e-09, + "W": 1.008025538040691e-10, + "N": 2.7975659566692457e-09, + "Y": 3.0948081985116005e-05, + "U": 4.898071878645105e-11, + "K": 1.052406673807127e-06, + "L": 9.01879699394259e-12, + "G": 3.752807913315337e-07, + "F": 0.00019898491154890507, + "E": 7.685992500228167e-07, + "T": 2.0686084098997526e-06, + "P": 0.009665844962000847, + "-": 0.9900997281074524 + }, + "id": "tp_2623" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 327895, + "label": "-", + "classification": { + "B": 4.251813516020775e-05, + "S": 3.4613673051353544e-05, + "I": 3.0112971217022277e-05, + "C": 4.7673961489635985e-06, + "R": 1.2523747727755108e-06, + "M": 0.001969912787899375, + "O": 0.0003834555682260543, + "W": 7.020969860604964e-06, + "N": 1.6892256553546758e-06, + "Y": 0.0002786249970085919, + "U": 1.5186164148417447e-07, + "K": 9.570452874640978e-08, + "L": 8.902859553927556e-05, + "G": 0.00030661115306429565, + "F": 0.003675600979477167, + "E": 0.00018667611584533006, + "T": 0.0008330371929332614, + "P": 0.017665959894657135, + "-": 0.9744887948036194 + }, + "id": "tp_2624" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 328028, + "label": "-", + "classification": { + "B": 0.00020811791182495654, + "S": 6.836021930212155e-05, + "I": 0.0004841210611630231, + "C": 1.132678607973503e-05, + "R": 1.2475896255637053e-05, + "M": 0.0010192698100581765, + "O": 0.0008535690722055733, + "W": 2.4431465135421604e-05, + "N": 1.9999342839582823e-05, + "Y": 0.0005702822236344218, + "U": 8.966948144006892e-07, + "K": 8.886519964335093e-08, + "L": 0.00017853803001344204, + "G": 0.00046777655370533466, + "F": 0.0012828664621338248, + "E": 6.914525147294626e-05, + "T": 0.0029193409718573093, + "P": 0.11035896837711334, + "-": 0.881450355052948 + }, + "id": "tp_2625" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 328128, + "label": "-", + "classification": { + "B": 0.0003780685074161738, + "S": 0.00021856692910660058, + "I": 0.00018193181313108653, + "C": 0.0005107659380882978, + "R": 0.0002408157888567075, + "M": 0.003586983308196068, + "O": 0.0012934609549120069, + "W": 7.7785414760001e-05, + "N": 2.6986926968675107e-05, + "Y": 0.009240560233592987, + "U": 1.213189352711197e-05, + "K": 1.729637551761698e-05, + "L": 0.0010512976441532373, + "G": 0.0050389645621180534, + "F": 0.04974427446722984, + "E": 0.000596730038523674, + "T": 0.00648096576333046, + "P": 0.025608129799365997, + "-": 0.8956941962242126 + }, + "id": "tp_2626" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 328262, + "label": "-", + "classification": { + "B": 0.00012251362204551697, + "S": 0.00019107115804217756, + "I": 8.217287540901452e-05, + "C": 6.27397166681476e-05, + "R": 2.3014797989162616e-05, + "M": 0.0015958170406520367, + "O": 0.000622583320364356, + "W": 4.55948211310897e-05, + "N": 1.2027760931232478e-05, + "Y": 0.002585970563814044, + "U": 1.2858555464845267e-06, + "K": 9.735771527630277e-06, + "L": 0.00016773981042206287, + "G": 0.0018686363473534584, + "F": 0.052869025617837906, + "E": 0.00028570182621479034, + "T": 0.002328642411157489, + "P": 0.019560182467103004, + "-": 0.9175655245780945 + }, + "id": "tp_2627" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 328395, + "label": "-", + "classification": { + "B": 2.1546999050769955e-05, + "S": 0.00010929765267064795, + "I": 0.004671790637075901, + "C": 0.0004065965476911515, + "R": 0.000585172965656966, + "M": 0.00888626929372549, + "O": 0.003184541827067733, + "W": 0.0001260631252080202, + "N": 0.00016508034605067223, + "Y": 0.038598719984292984, + "U": 2.1010358977946453e-05, + "K": 1.434255773347104e-05, + "L": 0.0004834088613279164, + "G": 0.0037710426840931177, + "F": 0.0030001800041645765, + "E": 0.00021437884424813092, + "T": 0.06458111107349396, + "P": 0.015060380101203918, + "-": 0.856099009513855 + }, + "id": "tp_2628" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 328529, + "label": "-", + "classification": { + "B": 1.3566821621679992e-07, + "S": 9.570624115440296e-07, + "I": 5.173758836463094e-05, + "C": 4.619228275259957e-05, + "R": 1.7864080291474238e-05, + "M": 0.000498236040584743, + "O": 0.00011706374789355323, + "W": 9.540615337755298e-07, + "N": 1.1916775974896154e-06, + "Y": 0.004839056637138128, + "U": 1.688898265683747e-07, + "K": 8.200397161317596e-08, + "L": 1.8892607840825804e-05, + "G": 0.00034983406658284366, + "F": 0.001018838258460164, + "E": 1.0124952495971229e-05, + "T": 0.003929402679204941, + "P": 0.0037294896319508553, + "-": 0.9853696823120117 + }, + "id": "tp_2629" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 328629, + "label": "-", + "classification": { + "B": 9.722695182290408e-08, + "S": 2.946144661564176e-07, + "I": 2.3584727841807762e-06, + "C": 1.393500923541069e-07, + "R": 5.0612023017038155e-08, + "M": 1.3628013221023139e-05, + "O": 6.139347533462569e-06, + "W": 1.361093211471598e-07, + "N": 7.497025933389523e-08, + "Y": 0.00011755272134905681, + "U": 5.020070137362609e-09, + "K": 6.574803279590924e-08, + "L": 2.600181971956772e-07, + "G": 1.4411659321922343e-05, + "F": 0.002025052672252059, + "E": 6.9279649324016646e-06, + "T": 4.678524419432506e-05, + "P": 0.02077316679060459, + "-": 0.9769928455352783 + }, + "id": "tp_2630" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 328762, + "label": "-", + "classification": { + "B": 1.5824649381102063e-05, + "S": 5.3007781389169395e-05, + "I": 6.69785595164285e-06, + "C": 1.5442033145518508e-06, + "R": 1.2124243085054331e-06, + "M": 0.0035413384903222322, + "O": 0.0005181080778129399, + "W": 5.636450623569544e-06, + "N": 2.8804191742892726e-07, + "Y": 0.0047714561223983765, + "U": 6.840743971281427e-09, + "K": 6.5560477935378e-08, + "L": 5.9748148487415165e-05, + "G": 0.000748064077924937, + "F": 0.004912061151117086, + "E": 3.280729288235307e-05, + "T": 0.002429966116324067, + "P": 0.0012690265430137515, + "-": 0.981633186340332 + }, + "id": "tp_2631" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 328896, + "label": "-", + "classification": { + "B": 4.998235453967936e-06, + "S": 3.379687768756412e-05, + "I": 0.0016050164122134447, + "C": 2.4058685085037723e-05, + "R": 2.0476665667956695e-05, + "M": 0.0018429625779390335, + "O": 0.0002171158412238583, + "W": 1.325107405136805e-05, + "N": 5.0371418183203787e-05, + "Y": 0.01718483865261078, + "U": 1.5430359781021252e-06, + "K": 1.567004255775828e-05, + "L": 1.5757017536088824e-05, + "G": 0.0007542462553828955, + "F": 0.0029351660050451756, + "E": 0.00021869248303119093, + "T": 0.018403077498078346, + "P": 0.04950707033276558, + "-": 0.9071518182754517 + }, + "id": "tp_2632" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 329029, + "label": "-", + "classification": { + "B": 7.55363071220927e-05, + "S": 2.314520133950282e-05, + "I": 5.13643681188114e-05, + "C": 3.921637926396215e-06, + "R": 2.102469125020434e-06, + "M": 0.0004977161879651248, + "O": 0.00023121098638512194, + "W": 9.493726793152746e-06, + "N": 2.473702124916599e-06, + "Y": 0.000655614014249295, + "U": 2.0463664895942202e-07, + "K": 2.6913247097581916e-07, + "L": 3.3731936127878726e-05, + "G": 0.00040133853326551616, + "F": 0.005229349248111248, + "E": 9.974635031539947e-05, + "T": 0.0006903380271978676, + "P": 0.0362929105758667, + "-": 0.9556994438171387 + }, + "id": "tp_2633" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 329129, + "label": "-", + "classification": { + "B": 1.5598533575911233e-10, + "S": 4.751156690296909e-10, + "I": 2.0083476215404517e-07, + "C": 6.234687877082479e-09, + "R": 5.468811625775061e-09, + "M": 2.8044128157489467e-06, + "O": 2.889007646444952e-07, + "W": 3.45838968573986e-10, + "N": 3.7573846811689293e-10, + "Y": 5.543787483475171e-05, + "U": 2.3868941545490685e-11, + "K": 1.757194563467568e-11, + "L": 1.014844741575871e-08, + "G": 1.0331913244954194e-06, + "F": 1.528148823126685e-05, + "E": 1.6318697504402735e-08, + "T": 7.690176425967366e-05, + "P": 0.00037836169940419495, + "-": 0.9994695782661438 + }, + "id": "tp_2634" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 329263, + "label": "-", + "classification": { + "B": 3.0582557428715518e-06, + "S": 1.7670185116003267e-05, + "I": 6.799530819989741e-05, + "C": 2.9092283511999995e-05, + "R": 4.855592851527035e-05, + "M": 0.005670587066560984, + "O": 0.0006174548179842532, + "W": 9.506838068773504e-06, + "N": 1.807734633985092e-06, + "Y": 0.00870949774980545, + "U": 2.1602217259442114e-07, + "K": 2.884312948481238e-07, + "L": 0.0001044851669576019, + "G": 0.0008603548048995435, + "F": 0.001857695635408163, + "E": 6.790733095840551e-06, + "T": 0.027848174795508385, + "P": 0.0014254909474402666, + "-": 0.9527211785316467 + }, + "id": "tp_2635" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 329396, + "label": "-", + "classification": { + "B": 7.478918269043788e-05, + "S": 8.494978828821331e-05, + "I": 0.0007992621976882219, + "C": 6.95085764164105e-05, + "R": 5.249170135357417e-05, + "M": 0.008637079037725925, + "O": 0.0018165906658396125, + "W": 4.904345769318752e-05, + "N": 2.49149561568629e-05, + "Y": 0.006466437131166458, + "U": 1.3623545100927004e-06, + "K": 1.0625620916471235e-06, + "L": 0.0002787142002489418, + "G": 0.0014746885281056166, + "F": 0.0015816905070096254, + "E": 0.00017159870185423642, + "T": 0.011391853913664818, + "P": 0.017518557608127594, + "-": 0.9495054483413696 + }, + "id": "tp_2636" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 329530, + "label": "-", + "classification": { + "B": 0.00012943713227286935, + "S": 5.4359567002393305e-05, + "I": 1.681070170889143e-05, + "C": 4.719896605820395e-05, + "R": 3.858584022964351e-05, + "M": 0.0014217909192666411, + "O": 0.0008239731541834772, + "W": 2.3173935915110633e-05, + "N": 9.209742870552873e-07, + "Y": 0.001825549523346126, + "U": 4.6282031007649493e-07, + "K": 2.1846035735961777e-07, + "L": 0.000384065555408597, + "G": 0.0012913475511595607, + "F": 0.008678821846842766, + "E": 1.778453224687837e-05, + "T": 0.0019270487828180194, + "P": 0.004854483064264059, + "-": 0.9784639477729797 + }, + "id": "tp_2637" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 329630, + "label": "-", + "classification": { + "B": 5.760868134530028e-06, + "S": 2.39772616623668e-05, + "I": 3.5014852528547635e-06, + "C": 6.58176622891915e-06, + "R": 8.040066859393846e-06, + "M": 0.0010430903639644384, + "O": 0.000698631745763123, + "W": 8.582366717746481e-06, + "N": 1.5606899239628547e-07, + "Y": 0.0013013399438932538, + "U": 3.773787682348484e-08, + "K": 7.982315253229899e-08, + "L": 0.0001658074907027185, + "G": 0.00060604652389884, + "F": 0.00892390962690115, + "E": 7.074914719851222e-06, + "T": 0.0009250408038496971, + "P": 0.0014470057794824243, + "-": 0.9848253130912781 + }, + "id": "tp_2638" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 329763, + "label": "-", + "classification": { + "B": 3.3312247978756204e-05, + "S": 3.7547808460658416e-05, + "I": 0.004802177660167217, + "C": 0.0008530709310434759, + "R": 0.0002887985610868782, + "M": 0.004502034746110439, + "O": 0.0007641873671673238, + "W": 5.0598431698745117e-05, + "N": 0.00021042565640527755, + "Y": 0.009452685713768005, + "U": 3.5604010918177664e-05, + "K": 8.120437996694818e-06, + "L": 0.0003431455697864294, + "G": 0.0018674683524295688, + "F": 0.0037135290913283825, + "E": 0.0007990667363628745, + "T": 0.016497893258929253, + "P": 0.1035752072930336, + "-": 0.852165162563324 + }, + "id": "tp_2639" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 329897, + "label": "-", + "classification": { + "B": 4.173668912699213e-06, + "S": 8.91108993528178e-06, + "I": 3.0710572900716215e-05, + "C": 6.985585059737787e-05, + "R": 2.089734152832534e-05, + "M": 0.0008071817574091256, + "O": 0.00020613905508071184, + "W": 5.610322205029661e-06, + "N": 2.116117229888914e-06, + "Y": 0.0015928888460621238, + "U": 5.768494020230719e-07, + "K": 6.615645361307543e-06, + "L": 3.312450644443743e-05, + "G": 0.0007066092803142965, + "F": 0.010436194017529488, + "E": 2.7146061256644316e-05, + "T": 0.0014977612299844623, + "P": 0.005020130891352892, + "-": 0.9795234203338623 + }, + "id": "tp_2640" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 330030, + "label": "-", + "classification": { + "B": 0.00036423132405616343, + "S": 0.0004228240577504039, + "I": 0.00044409543625079095, + "C": 0.00018736562924459577, + "R": 0.00010022123024100438, + "M": 0.0030138357542455196, + "O": 0.002157023875042796, + "W": 0.00020224250329192728, + "N": 8.621231972938403e-05, + "Y": 0.0049333940260112286, + "U": 1.7366448446409777e-05, + "K": 6.331335316644982e-05, + "L": 0.0003792296629399061, + "G": 0.0033897878602147102, + "F": 0.06182270869612694, + "E": 0.0009966114303097129, + "T": 0.003142797388136387, + "P": 0.06651847064495087, + "-": 0.8517583012580872 + }, + "id": "tp_2641" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 330130, + "label": "-", + "classification": { + "B": 6.843031587777659e-05, + "S": 0.00018607678066473454, + "I": 0.0006561784539371729, + "C": 8.771765715209767e-05, + "R": 2.5501234631519765e-05, + "M": 0.0012920328881591558, + "O": 0.0006583619979210198, + "W": 7.9576566349715e-05, + "N": 0.00011971792264375836, + "Y": 0.0012014792300760746, + "U": 9.338177733297925e-06, + "K": 4.3464035115903243e-05, + "L": 8.701992919668555e-05, + "G": 0.0007108817808330059, + "F": 0.010246817022562027, + "E": 0.00043793339864350855, + "T": 0.0037257953081279993, + "P": 0.12859636545181274, + "-": 0.8517673015594482 + }, + "id": "tp_2642" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 330264, + "label": "-", + "classification": { + "B": 1.8598354856180777e-08, + "S": 1.0969927188853035e-07, + "I": 3.777150595851708e-06, + "C": 2.1647190351359313e-07, + "R": 1.5250468266003736e-07, + "M": 1.406425599270733e-05, + "O": 1.2374221114441752e-05, + "W": 1.1345426287334703e-07, + "N": 5.8814073611301865e-08, + "Y": 5.289023101795465e-05, + "U": 4.074698800593524e-09, + "K": 8.184742883443619e-10, + "L": 6.106182013354555e-07, + "G": 5.3655262490792666e-06, + "F": 0.00010165462299482897, + "E": 3.803514232458838e-07, + "T": 0.0003405355673749, + "P": 0.011233876459300518, + "-": 0.9882338047027588 + }, + "id": "tp_2643" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 330397, + "label": "-", + "classification": { + "B": 1.3267873555378173e-07, + "S": 2.8223473691468826e-07, + "I": 3.8001513757990324e-07, + "C": 9.792231594474288e-07, + "R": 8.354239753316506e-07, + "M": 0.00011263568740105256, + "O": 3.409267810638994e-05, + "W": 2.1835838026618148e-07, + "N": 1.0589793930648739e-08, + "Y": 0.0003656009794212878, + "U": 3.1887914531125716e-09, + "K": 1.3658284281348188e-08, + "L": 4.57181931778905e-06, + "G": 0.00010785116319311783, + "F": 0.0015506739728152752, + "E": 8.557348110116436e-07, + "T": 0.0002401398669462651, + "P": 0.000710071821231395, + "-": 0.9968706965446472 + }, + "id": "tp_2644" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 330531, + "label": "-", + "classification": { + "B": 0.0005605427431873977, + "S": 0.00023783610959071666, + "I": 2.1087063942104578e-05, + "C": 3.0681378120789304e-05, + "R": 4.984198676538654e-05, + "M": 0.002678725402802229, + "O": 0.0023805408272892237, + "W": 6.51175796519965e-05, + "N": 1.8855481584978406e-06, + "Y": 0.0010886932723224163, + "U": 3.4846917174036207e-07, + "K": 2.4410314836131874e-07, + "L": 0.0008634509867988527, + "G": 0.0013335043331608176, + "F": 0.007575215771794319, + "E": 3.8800288166385144e-05, + "T": 0.0022897478193044662, + "P": 0.005111888516694307, + "-": 0.9756718277931213 + }, + "id": "tp_2645" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 330631, + "label": "-", + "classification": { + "B": 9.976761639052256e-09, + "S": 5.587859064348777e-09, + "I": 5.970894108031644e-07, + "C": 2.8211431413183163e-08, + "R": 5.662662783123551e-09, + "M": 4.7382613956870046e-06, + "O": 8.417435992669198e-07, + "W": 3.7252856355252106e-09, + "N": 3.2826279472430997e-09, + "Y": 1.3215493709139992e-05, + "U": 1.502614976889305e-10, + "K": 9.641474424393337e-11, + "L": 5.020979187975172e-08, + "G": 3.1019114885566523e-06, + "F": 5.8196881582261994e-05, + "E": 3.2383627512899693e-07, + "T": 2.7179577955394052e-05, + "P": 0.011126578785479069, + "-": 0.9887651205062866 + }, + "id": "tp_2646" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 330764, + "label": "-", + "classification": { + "B": 4.218021331325872e-06, + "S": 2.64495156443445e-05, + "I": 0.002272694604471326, + "C": 0.0002665842475835234, + "R": 0.00024076392583083361, + "M": 0.0013225981965661049, + "O": 0.00046090956311672926, + "W": 4.7684196033515036e-05, + "N": 0.0001421491033397615, + "Y": 0.03480610251426697, + "U": 2.0541834601317532e-05, + "K": 0.0004487282712943852, + "L": 3.53419927705545e-05, + "G": 0.0018776196520775557, + "F": 0.008736222982406616, + "E": 0.000513137667439878, + "T": 0.013473285362124443, + "P": 0.03626189008355141, + "-": 0.899043083190918 + }, + "id": "tp_2647" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 330898, + "label": "-", + "classification": { + "B": 5.041418262408115e-06, + "S": 5.394838808570057e-05, + "I": 4.8625399358570576e-05, + "C": 4.0121864003594965e-05, + "R": 1.8645736417965963e-05, + "M": 0.0012490072986111045, + "O": 0.0005990808713249862, + "W": 2.3045762645779178e-05, + "N": 5.396781489253044e-06, + "Y": 0.0012451526708900928, + "U": 6.436359285544313e-07, + "K": 6.122561444499297e-06, + "L": 7.09903470124118e-05, + "G": 0.0006852135993540287, + "F": 0.027334170415997505, + "E": 6.766727892681956e-05, + "T": 0.001856670482084155, + "P": 0.012384196743369102, + "-": 0.9543063044548035 + }, + "id": "tp_2648" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 331031, + "label": "-", + "classification": { + "B": 1.855321016819289e-07, + "S": 6.909334615556872e-07, + "I": 2.034213684964925e-05, + "C": 7.101278242771514e-06, + "R": 1.411796574757318e-06, + "M": 0.00010523055971134454, + "O": 2.182151365559548e-05, + "W": 2.960514109418e-07, + "N": 6.962183078940143e-07, + "Y": 0.0003569437831174582, + "U": 7.34405176672226e-08, + "K": 3.5149010813029236e-08, + "L": 3.219981181246112e-06, + "G": 5.5147360399132594e-05, + "F": 0.0010317352134734392, + "E": 1.0095531251863576e-05, + "T": 0.0006964860367588699, + "P": 0.023954181000590324, + "-": 0.9737343192100525 + }, + "id": "tp_2649" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 331131, + "label": "-", + "classification": { + "B": 7.790488254499905e-09, + "S": 4.987235069364715e-09, + "I": 6.527227924379986e-06, + "C": 1.1847992453795086e-07, + "R": 7.395778212071491e-09, + "M": 7.478995030396618e-06, + "O": 7.198760840765317e-07, + "W": 5.997422558579046e-09, + "N": 5.971947558691681e-08, + "Y": 4.516721674008295e-05, + "U": 8.049073074722912e-10, + "K": 1.2584475683752316e-09, + "L": 2.7479906350436067e-08, + "G": 8.351891665370204e-06, + "F": 9.614229929866269e-05, + "E": 5.600103577307891e-06, + "T": 4.7741086746100336e-05, + "P": 0.05508071929216385, + "-": 0.9447013735771179 + }, + "id": "tp_2650" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 331265, + "label": "-", + "classification": { + "B": 1.0373241821071133e-07, + "S": 3.5479646953717747e-07, + "I": 0.00014761858619749546, + "C": 2.903809399867896e-05, + "R": 5.6503804444218986e-06, + "M": 1.9109305867459625e-05, + "O": 1.63619752129307e-05, + "W": 8.781623819231754e-07, + "N": 9.366082849737722e-06, + "Y": 0.0015646707033738494, + "U": 5.794327080366202e-07, + "K": 0.0005037450464442372, + "L": 4.800693886863883e-07, + "G": 0.0002941990678664297, + "F": 0.006548736710101366, + "E": 0.00031429677619598806, + "T": 0.0002889333409257233, + "P": 0.03614009916782379, + "-": 0.9541159272193909 + }, + "id": "tp_2651" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 331398, + "label": "-", + "classification": { + "B": 7.366580234702269e-08, + "S": 6.603598734500338e-08, + "I": 5.686356598744169e-05, + "C": 2.391833004367072e-05, + "R": 1.2721228586087818e-06, + "M": 1.0858347195608076e-05, + "O": 3.4237825730087934e-06, + "W": 1.7842543797996768e-07, + "N": 1.9442543361947173e-06, + "Y": 0.00021881345310248435, + "U": 1.8642097643351008e-07, + "K": 7.880908924562391e-06, + "L": 1.4212012899861293e-07, + "G": 5.939772381680086e-05, + "F": 0.0022720852866768837, + "E": 9.843712905421853e-05, + "T": 4.7391411499120295e-05, + "P": 0.0904683843255043, + "-": 0.9067287445068359 + }, + "id": "tp_2652" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 331532, + "label": "-", + "classification": { + "B": 1.9279429164242856e-09, + "S": 5.971611538591048e-10, + "I": 3.508486406644806e-05, + "C": 1.0278710078637232e-06, + "R": 6.302258270807215e-08, + "M": 6.543709787365515e-07, + "O": 1.4825718608335592e-07, + "W": 5.860850471606227e-09, + "N": 1.6835714689023007e-07, + "Y": 3.699305671034381e-05, + "U": 6.316684508789194e-09, + "K": 2.043621805114526e-08, + "L": 5.161981952994665e-09, + "G": 1.982046114790137e-06, + "F": 2.6578631150186993e-05, + "E": 4.248405275575351e-06, + "T": 2.3636592231923714e-05, + "P": 0.13282367587089539, + "-": 0.8670455813407898 + }, + "id": "tp_2653" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 331632, + "label": "-", + "classification": { + "B": 1.3953353750206787e-10, + "S": 1.2935899018629016e-09, + "I": 4.5256777525537473e-07, + "C": 1.968536267327181e-08, + "R": 4.399625552764519e-09, + "M": 1.3889338106309879e-06, + "O": 1.4338345977193967e-07, + "W": 2.5604214304308925e-09, + "N": 1.3609901650113443e-08, + "Y": 6.966861110413447e-05, + "U": 7.130908641350686e-10, + "K": 7.069625667099899e-07, + "L": 1.4363458200605805e-09, + "G": 9.80490312940674e-07, + "F": 0.00027769446023739874, + "E": 2.2247272681852337e-06, + "T": 3.3106400223914534e-05, + "P": 0.00842611026018858, + "-": 0.991187572479248 + }, + "id": "tp_2654" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 331765, + "label": "-", + "classification": { + "B": 6.048238798683769e-09, + "S": 2.0374358200569986e-08, + "I": 6.370774372044252e-06, + "C": 2.0688280528702307e-06, + "R": 1.895925834105583e-07, + "M": 1.2141136721766088e-05, + "O": 1.4201244766809396e-06, + "W": 2.608694948946777e-08, + "N": 1.7996305246015254e-07, + "Y": 0.00083986233221367, + "U": 1.0485139867455473e-08, + "K": 8.1721891547204e-06, + "L": 4.976400802547687e-08, + "G": 7.897536852397025e-05, + "F": 0.002556461840867996, + "E": 4.839999019168317e-05, + "T": 0.00010941486834781244, + "P": 0.008752175606787205, + "-": 0.9875840544700623 + }, + "id": "tp_2655" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 331899, + "label": "-", + "classification": { + "B": 1.950582584342442e-09, + "S": 1.0962525998081674e-08, + "I": 1.0937417755485512e-05, + "C": 5.564631919696694e-07, + "R": 1.0112688642038847e-07, + "M": 2.526463504182175e-06, + "O": 9.257769306714181e-07, + "W": 3.5253538754886904e-08, + "N": 4.1134222783512087e-07, + "Y": 4.5709512050962076e-05, + "U": 1.0010778872526771e-08, + "K": 8.511471492056444e-07, + "L": 1.842430386034266e-08, + "G": 2.4234650481957942e-06, + "F": 0.000811364792753011, + "E": 2.6304971470381133e-05, + "T": 3.968119926867075e-05, + "P": 0.07182302325963974, + "-": 0.9272350072860718 + }, + "id": "tp_2656" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 332032, + "label": "-", + "classification": { + "B": 0.00016082095680758357, + "S": 0.0006099559832364321, + "I": 0.0039017656818032265, + "C": 0.0026808094698935747, + "R": 0.0010534727480262518, + "M": 0.0013996514026075602, + "O": 0.0015638619661331177, + "W": 0.0005050949985161424, + "N": 0.0014184314059093595, + "Y": 0.014237122610211372, + "U": 0.00038503410178236663, + "K": 0.004386523738503456, + "L": 0.0003703232214320451, + "G": 0.003932066261768341, + "F": 0.07176437228918076, + "E": 0.0042543429881334305, + "T": 0.008551830425858498, + "P": 0.1837088018655777, + "-": 0.6951157450675964 + }, + "id": "tp_2657" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 332132, + "label": "-", + "classification": { + "B": 1.008372725597173e-11, + "S": 3.164712589209806e-11, + "I": 4.303533387428615e-07, + "C": 1.2856875564182246e-08, + "R": 2.430381229601153e-09, + "M": 7.334830343097565e-08, + "O": 3.1008909218144254e-08, + "W": 1.0608070671880299e-10, + "N": 2.6576738587635873e-09, + "Y": 6.450047749240184e-06, + "U": 8.461460004882682e-11, + "K": 5.771692568323772e-10, + "L": 2.894924855390002e-10, + "G": 2.3426819950600475e-07, + "F": 1.1069560969190206e-05, + "E": 5.5438267310137235e-08, + "T": 1.2440515092748683e-05, + "P": 0.015924427658319473, + "-": 0.9840446710586548 + }, + "id": "tp_2658" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 332266, + "label": "-", + "classification": { + "B": 7.1367821874446236e-06, + "S": 2.9175009331083857e-05, + "I": 9.42248007049784e-05, + "C": 1.1507208910188638e-05, + "R": 1.134897320298478e-05, + "M": 0.0005958670517429709, + "O": 0.0002974027011077851, + "W": 1.228594464919297e-05, + "N": 4.298909061617451e-06, + "Y": 0.0011546664172783494, + "U": 2.553307183461584e-07, + "K": 4.7526597768410284e-07, + "L": 2.6823301595868543e-05, + "G": 0.0003342159034218639, + "F": 0.006831770297139883, + "E": 6.574270082637668e-05, + "T": 0.0009649921557866037, + "P": 0.039517249912023544, + "-": 0.9500405192375183 + }, + "id": "tp_2659" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 332399, + "label": "-", + "classification": { + "B": 1.0359071331599224e-16, + "S": 4.3281014559420395e-16, + "I": 3.7201939445674626e-11, + "C": 2.204610734420076e-13, + "R": 2.8650703093628313e-15, + "M": 6.132998189162242e-12, + "O": 1.1716535944575335e-12, + "W": 7.497741890308382e-16, + "N": 1.0590434643608856e-13, + "Y": 5.230363253616588e-09, + "U": 1.3577943438442355e-16, + "K": 6.310465930185749e-13, + "L": 7.408043748172112e-16, + "G": 6.650317102563363e-11, + "F": 5.8563864513416775e-06, + "E": 3.451549324129388e-10, + "T": 1.073890421032786e-09, + "P": 0.010158228687942028, + "-": 0.9898359179496765 + }, + "id": "tp_2660" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 332533, + "label": "-", + "classification": { + "B": 3.477080952052347e-07, + "S": 4.384935436974047e-06, + "I": 1.1311394700896926e-05, + "C": 1.233672537637176e-05, + "R": 1.7496214468337712e-06, + "M": 5.744854934164323e-05, + "O": 2.9058668587822467e-05, + "W": 1.8707397657635738e-06, + "N": 1.7278397308473359e-06, + "Y": 0.0002099848206853494, + "U": 1.3500975626357103e-07, + "K": 2.4160483462765114e-06, + "L": 1.4786157862545224e-06, + "G": 3.274384289397858e-05, + "F": 0.009705818258225918, + "E": 2.4162314730347134e-05, + "T": 0.00024378325906582177, + "P": 0.034328971058130264, + "-": 0.9553302526473999 + }, + "id": "tp_2661" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 332633, + "label": "-", + "classification": { + "B": 1.2220772987348028e-05, + "S": 1.9907396563212387e-05, + "I": 0.0007313339156098664, + "C": 4.257361069903709e-05, + "R": 1.625836011953652e-05, + "M": 0.002512794453650713, + "O": 0.00015431357314810157, + "W": 7.10178937879391e-06, + "N": 1.8699734937399626e-05, + "Y": 0.007909703068435192, + "U": 1.8470202576281736e-06, + "K": 8.763838195591234e-06, + "L": 5.2555955335265025e-05, + "G": 0.001841783057898283, + "F": 0.009211844764649868, + "E": 0.0007326466729864478, + "T": 0.00718526728451252, + "P": 0.023947088047862053, + "-": 0.9455932974815369 + }, + "id": "tp_2662" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 332766, + "label": "-", + "classification": { + "B": 6.835144006345217e-08, + "S": 4.276149567772336e-08, + "I": 2.7906517061637715e-06, + "C": 2.1399677052613697e-07, + "R": 2.2474274885553314e-08, + "M": 4.646293746191077e-05, + "O": 1.6684032289049355e-06, + "W": 1.2714118646783845e-08, + "N": 4.1367197667341316e-08, + "Y": 0.00011658211587928236, + "U": 9.619987029196864e-10, + "K": 1.664019144698159e-08, + "L": 1.6026120874812477e-07, + "G": 3.021031807293184e-05, + "F": 0.0015195361338555813, + "E": 3.174458834109828e-05, + "T": 5.556458927458152e-05, + "P": 0.017049439251422882, + "-": 0.9811453223228455 + }, + "id": "tp_2663" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 332900, + "label": "-", + "classification": { + "B": 3.0399005535031165e-10, + "S": 2.3158289522151598e-11, + "I": 7.437497373530277e-08, + "C": 1.9830666886377912e-08, + "R": 4.5695452977057016e-10, + "M": 9.132727285532383e-08, + "O": 2.47908182871015e-08, + "W": 1.9904312920093759e-10, + "N": 2.5072402487502643e-10, + "Y": 6.454791900978307e-07, + "U": 4.836121086926326e-11, + "K": 1.769259599937456e-10, + "L": 1.3142662513843106e-09, + "G": 3.2377093361901643e-07, + "F": 2.732445500441827e-05, + "E": 5.0990333733125226e-08, + "T": 8.00096756847779e-07, + "P": 0.011113611981272697, + "-": 0.9888569712638855 + }, + "id": "tp_2664" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 333033, + "label": "-", + "classification": { + "B": 1.2119871826143935e-06, + "S": 5.6963614269989193e-08, + "I": 9.16177814360708e-05, + "C": 6.284004939516308e-06, + "R": 7.486158324354619e-07, + "M": 0.00012607565440703183, + "O": 1.4239961274142843e-05, + "W": 2.86608809574318e-07, + "N": 1.0968391279675416e-06, + "Y": 0.0002008228184422478, + "U": 1.032361538477744e-07, + "K": 2.1707599273668166e-08, + "L": 2.894386852858588e-06, + "G": 0.0001011536514852196, + "F": 0.0001272039080504328, + "E": 5.604228135780431e-05, + "T": 0.0004961847444064915, + "P": 0.09535455703735352, + "-": 0.9034193158149719 + }, + "id": "tp_2665" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 333133, + "label": "-", + "classification": { + "B": 1.549497241626341e-08, + "S": 4.65304879071482e-08, + "I": 4.023089786642231e-06, + "C": 1.116436806114507e-06, + "R": 3.689994230171578e-07, + "M": 1.7508402379462495e-05, + "O": 3.476677193248179e-06, + "W": 3.810659521263915e-08, + "N": 7.386036315892852e-08, + "Y": 0.0008474006899632514, + "U": 5.722548213071832e-09, + "K": 2.7458318641038204e-07, + "L": 1.1365705887556032e-07, + "G": 3.4282271371921524e-05, + "F": 0.0006306536379270256, + "E": 3.356868546688929e-06, + "T": 0.0002217140863649547, + "P": 0.002939657075330615, + "-": 0.9952958226203918 + }, + "id": "tp_2666" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 333267, + "label": "-", + "classification": { + "B": 3.295055648777634e-06, + "S": 1.3578087418864015e-06, + "I": 0.0003455089754424989, + "C": 1.678945955063682e-05, + "R": 6.128419954620767e-06, + "M": 7.650913903489709e-05, + "O": 3.1006286008050665e-05, + "W": 2.05584910872858e-06, + "N": 1.4148422451398801e-05, + "Y": 0.0017166645266115665, + "U": 1.4992666592661408e-06, + "K": 1.5039329809951596e-05, + "L": 3.440723276071367e-06, + "G": 0.0004512085288297385, + "F": 0.0027293290477246046, + "E": 0.00033116675331257284, + "T": 0.0007072255248203874, + "P": 0.14761143922805786, + "-": 0.8459362387657166 + }, + "id": "tp_2667" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 333400, + "label": "-", + "classification": { + "B": 2.553299438545764e-08, + "S": 3.6925971169665672e-09, + "I": 1.1462245765869739e-06, + "C": 6.774961036626337e-08, + "R": 4.412216814131398e-09, + "M": 7.495177101191075e-07, + "O": 2.2093119866894995e-07, + "W": 4.821403720711714e-09, + "N": 1.9831103870160405e-08, + "Y": 1.0576583918009419e-05, + "U": 4.3967737783923155e-10, + "K": 9.024873293128621e-08, + "L": 4.951147047904669e-09, + "G": 9.528267582936678e-06, + "F": 0.0021790266036987305, + "E": 2.8126276447437704e-05, + "T": 2.828658352882485e-06, + "P": 0.06724326312541962, + "-": 0.9305243492126465 + }, + "id": "tp_2668" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 333500, + "label": "-", + "classification": { + "B": 7.689117410336621e-06, + "S": 2.614353320495866e-07, + "I": 4.7175458917081414e-07, + "C": 4.811715825780993e-07, + "R": 1.3614379668069887e-07, + "M": 5.713601422030479e-05, + "O": 2.5301947971456684e-05, + "W": 1.0360948721199748e-07, + "N": 4.869822767261667e-09, + "Y": 5.733737998525612e-05, + "U": 6.525917584099261e-10, + "K": 7.627122544651144e-11, + "L": 5.24628876519273e-06, + "G": 7.165156421251595e-05, + "F": 0.0002649822854436934, + "E": 6.80055904922483e-07, + "T": 5.64714937354438e-05, + "P": 0.0026199347339570522, + "-": 0.9968320727348328 + }, + "id": "tp_2669" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 333634, + "label": "-", + "classification": { + "B": 8.169720455697416e-10, + "S": 2.489885242429324e-10, + "I": 1.605017359906924e-06, + "C": 6.797014151516123e-08, + "R": 5.391111113084435e-09, + "M": 2.1378882593126036e-06, + "O": 9.750564089472391e-08, + "W": 3.9919531569232447e-10, + "N": 4.800718489406108e-09, + "Y": 5.740187771152705e-05, + "U": 2.843500157556633e-10, + "K": 9.460353611601136e-10, + "L": 6.665036078601361e-09, + "G": 6.39943891656003e-06, + "F": 2.533562837925274e-05, + "E": 2.2527945020556217e-06, + "T": 2.114913695550058e-05, + "P": 0.01452408917248249, + "-": 0.9853594303131104 + }, + "id": "tp_2670" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 333767, + "label": "-", + "classification": { + "B": 1.4673856867375434e-06, + "S": 8.08471941127209e-06, + "I": 0.0003111632540822029, + "C": 4.8340356443077326e-05, + "R": 1.028943825076567e-05, + "M": 0.00011221401655348018, + "O": 6.737570947734639e-05, + "W": 9.388917533215135e-06, + "N": 6.458119605667889e-05, + "Y": 0.0037048410158604383, + "U": 3.966402346122777e-06, + "K": 0.00022823383915238082, + "L": 2.3570139546791324e-06, + "G": 0.0002276638406328857, + "F": 0.007827035151422024, + "E": 0.0005096161621622741, + "T": 0.0009507458889856935, + "P": 0.13905443251132965, + "-": 0.8468582034111023 + }, + "id": "tp_2671" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 333901, + "label": "-", + "classification": { + "B": 2.818975719520722e-09, + "S": 1.6185700557613814e-09, + "I": 6.773075966748365e-08, + "C": 7.554842085255586e-09, + "R": 4.3769773916402244e-10, + "M": 1.0793046385515481e-06, + "O": 2.0435176395494636e-07, + "W": 1.0114813431272296e-09, + "N": 1.2229007806396908e-09, + "Y": 7.29185740055982e-06, + "U": 5.720903265005184e-11, + "K": 8.617107027930615e-10, + "L": 4.623223137656396e-09, + "G": 1.609315972928016e-06, + "F": 4.851597986998968e-05, + "E": 4.339879069448216e-07, + "T": 8.570867066737264e-06, + "P": 0.005638501141220331, + "-": 0.9942936301231384 + }, + "id": "tp_2672" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 334001, + "label": "-", + "classification": { + "B": 2.7727954147849232e-05, + "S": 4.7833367716521025e-05, + "I": 0.0011611715890467167, + "C": 0.0003786449087783694, + "R": 0.00013573994510807097, + "M": 0.0018127429066225886, + "O": 0.00048244473873637617, + "W": 4.0573551814304665e-05, + "N": 0.00015341401740442961, + "Y": 0.013413065113127232, + "U": 3.227265551686287e-05, + "K": 8.748356049181893e-05, + "L": 0.00010392862895969301, + "G": 0.0015296806814149022, + "F": 0.008401005528867245, + "E": 0.0010384626220911741, + "T": 0.010199500247836113, + "P": 0.06736387312412262, + "-": 0.8935905694961548 + }, + "id": "tp_2673" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 334134, + "label": "-", + "classification": { + "B": 4.932826414005831e-06, + "S": 1.4007265235704836e-05, + "I": 0.0004476799222175032, + "C": 2.6692714527598582e-05, + "R": 7.493466910091229e-06, + "M": 0.000459931674413383, + "O": 9.345549187855795e-05, + "W": 9.27924793359125e-06, + "N": 3.779001781367697e-05, + "Y": 0.0037231151945888996, + "U": 6.543351901200367e-06, + "K": 1.8995853679371066e-05, + "L": 1.9894463548553176e-05, + "G": 0.00030474996310658753, + "F": 0.0034143042284995317, + "E": 0.000463825068436563, + "T": 0.005223516840487719, + "P": 0.1356314718723297, + "-": 0.8500922918319702 + }, + "id": "tp_2674" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 334268, + "label": "-", + "classification": { + "B": 0.00016672798665240407, + "S": 5.989678902551532e-05, + "I": 0.0008896251092664897, + "C": 0.00026142087881453335, + "R": 7.743677269900218e-05, + "M": 0.0023498607333749533, + "O": 0.0006559565663337708, + "W": 5.130797944730148e-05, + "N": 0.00010768997890409082, + "Y": 0.005231106653809547, + "U": 1.6246216546278447e-05, + "K": 2.2135833205538802e-05, + "L": 0.0001583408156875521, + "G": 0.0020827956032007933, + "F": 0.005025251302868128, + "E": 0.0007832065457478166, + "T": 0.008681937120854855, + "P": 0.07995295524597168, + "-": 0.8934261798858643 + }, + "id": "tp_2675" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 334401, + "label": "-", + "classification": { + "B": 1.278867844956011e-10, + "S": 5.4568401880450423e-11, + "I": 1.0219484920526156e-06, + "C": 6.68773267875622e-08, + "R": 5.925946400253679e-10, + "M": 3.1649344123252376e-07, + "O": 2.991458103451805e-08, + "W": 9.681262042038341e-11, + "N": 5.804762004402164e-09, + "Y": 2.7687717647495447e-06, + "U": 8.562264786071694e-11, + "K": 7.645289401558841e-10, + "L": 6.020690057617628e-10, + "G": 9.245611067854043e-07, + "F": 2.264775503135752e-05, + "E": 1.2666536122196703e-06, + "T": 3.1058641525305575e-06, + "P": 0.05382680520415306, + "-": 0.9461410045623779 + }, + "id": "tp_2676" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 334501, + "label": "-", + "classification": { + "B": 3.740709075827908e-07, + "S": 1.499643531133188e-06, + "I": 0.0004342581669334322, + "C": 0.0001756603451212868, + "R": 2.036330806731712e-05, + "M": 0.00015748568694107234, + "O": 3.666157499537803e-05, + "W": 2.84739530798106e-06, + "N": 2.0940397007507272e-05, + "Y": 0.0013725650496780872, + "U": 2.4332914563274244e-06, + "K": 1.6157136997208e-05, + "L": 3.65512391908851e-06, + "G": 0.0001382838818244636, + "F": 0.0010876626474782825, + "E": 0.00024596817092970014, + "T": 0.0012324474519118667, + "P": 0.055056873708963394, + "-": 0.9399937987327576 + }, + "id": "tp_2677" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 334635, + "label": "-", + "classification": { + "B": 1.251282100156459e-07, + "S": 2.1613939082953948e-08, + "I": 7.876715244492516e-06, + "C": 2.2794377230184182e-07, + "R": 1.4364165856761701e-08, + "M": 6.888667940074811e-06, + "O": 3.3937992611754453e-06, + "W": 6.907218619289779e-08, + "N": 1.8238057464259327e-07, + "Y": 1.0144765838049352e-05, + "U": 6.501116533996765e-09, + "K": 1.3334743087511924e-08, + "L": 8.098447068505266e-08, + "G": 4.690496098191943e-06, + "F": 4.803613046533428e-05, + "E": 6.138049229775788e-06, + "T": 4.2100651626242325e-05, + "P": 0.04290584474802017, + "-": 0.9569640159606934 + }, + "id": "tp_2678" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 334768, + "label": "-", + "classification": { + "B": 4.171741352365643e-08, + "S": 6.203309510510735e-08, + "I": 3.171429125359282e-05, + "C": 5.663229671881709e-07, + "R": 4.498372874195411e-08, + "M": 8.790671927272342e-06, + "O": 1.2511453633123892e-06, + "W": 5.311197170954074e-08, + "N": 2.037181729974691e-06, + "Y": 0.00012373324716463685, + "U": 3.203194509637797e-08, + "K": 5.774026249127928e-06, + "L": 3.169961004800825e-08, + "G": 1.773051917552948e-05, + "F": 0.0016839189920574427, + "E": 0.0001856816525105387, + "T": 6.961847248021513e-05, + "P": 0.1898936629295349, + "-": 0.8079752326011658 + }, + "id": "tp_2679" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 334902, + "label": "-", + "classification": { + "B": 5.72836995615944e-07, + "S": 2.3785213443261455e-07, + "I": 0.00026764339418150485, + "C": 2.0048117221449502e-05, + "R": 1.2609387340489775e-05, + "M": 0.00039739967905916274, + "O": 4.710806751972996e-05, + "W": 8.737762868804566e-07, + "N": 1.8191515209764475e-06, + "Y": 0.004534373991191387, + "U": 3.220847304419294e-07, + "K": 1.0511701020732289e-07, + "L": 1.0994160220434424e-05, + "G": 0.00032698511495254934, + "F": 0.00025626251590438187, + "E": 1.8268159692524932e-05, + "T": 0.006316294427961111, + "P": 0.015716910362243652, + "-": 0.9720712304115295 + }, + "id": "tp_2680" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 335002, + "label": "-", + "classification": { + "B": 2.3252187730804508e-08, + "S": 2.5343654952436623e-10, + "I": 1.037110337165359e-06, + "C": 6.121057936070429e-07, + "R": 5.3644281905462776e-08, + "M": 2.7806227080873214e-06, + "O": 9.179266839964839e-07, + "W": 2.7244917433222327e-09, + "N": 1.5808199194111694e-09, + "Y": 7.860751793486997e-06, + "U": 3.279900240293898e-10, + "K": 3.4414894545253816e-11, + "L": 1.683902581817165e-07, + "G": 1.3448528079607058e-05, + "F": 2.9039789296803065e-05, + "E": 4.4657059561359347e-07, + "T": 5.1332781367818825e-06, + "P": 0.00688607944175601, + "-": 0.9930524230003357 + }, + "id": "tp_2681" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 335135, + "label": "-", + "classification": { + "B": 1.976423691374407e-09, + "S": 1.9878412249596522e-09, + "I": 5.727366669816547e-07, + "C": 3.2911492553466815e-07, + "R": 1.8855327965638935e-08, + "M": 4.310947588237468e-06, + "O": 2.3203280363759404e-07, + "W": 8.43950742623889e-10, + "N": 8.125321748764236e-09, + "Y": 6.634997407672927e-05, + "U": 2.3077917354896726e-10, + "K": 5.899442268031407e-09, + "L": 9.97974414218561e-09, + "G": 8.40666143631097e-06, + "F": 0.0002698064490687102, + "E": 3.183541366524878e-06, + "T": 3.381641727173701e-05, + "P": 0.006997362710535526, + "-": 0.9926155805587769 + }, + "id": "tp_2682" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 335269, + "label": "-", + "classification": { + "B": 9.066966413229238e-06, + "S": 5.596462870016694e-06, + "I": 0.001053722226060927, + "C": 0.00022359428112395108, + "R": 3.340913463034667e-05, + "M": 0.00011692290718201548, + "O": 7.468920375686139e-05, + "W": 9.075089110410772e-06, + "N": 8.97206919034943e-05, + "Y": 0.0017682905308902264, + "U": 1.6160485756699927e-05, + "K": 6.052624303265475e-05, + "L": 1.1861323400808033e-05, + "G": 0.0003385981544852257, + "F": 0.004269217606633902, + "E": 0.00064449617639184, + "T": 0.001439184183254838, + "P": 0.17556403577327728, + "-": 0.8142717480659485 + }, + "id": "tp_2683" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 335402, + "label": "-", + "classification": { + "B": 1.4955179317155398e-09, + "S": 1.3907784923716804e-09, + "I": 2.3014749785943422e-06, + "C": 1.060753263004699e-07, + "R": 4.704279188416649e-09, + "M": 8.6797098219904e-07, + "O": 1.2765849533025175e-07, + "W": 3.1274201006681324e-09, + "N": 5.5034718116075965e-08, + "Y": 2.945328742498532e-05, + "U": 3.0759050861917103e-09, + "K": 9.635797368900967e-07, + "L": 1.9275636642390737e-09, + "G": 4.080961844010744e-06, + "F": 0.00033172371331602335, + "E": 1.0594885679893196e-05, + "T": 1.2691426491073798e-05, + "P": 0.06365649402141571, + "-": 0.935950517654419 + }, + "id": "tp_2684" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 335502, + "label": "-", + "classification": { + "B": 3.35116715177719e-06, + "S": 9.315471061199787e-07, + "I": 1.8604026990942657e-05, + "C": 2.660080554051092e-06, + "R": 5.566661229750025e-07, + "M": 0.0001068269630195573, + "O": 2.977238727908116e-05, + "W": 4.239935833538766e-07, + "N": 9.125105862040073e-07, + "Y": 0.00023605968453921378, + "U": 6.308307831659477e-08, + "K": 2.545766051298415e-07, + "L": 3.538100145306089e-06, + "G": 0.00014717229350935668, + "F": 0.0024229101836681366, + "E": 8.651391544844955e-05, + "T": 0.0002844513801392168, + "P": 0.03915730118751526, + "-": 0.9574976563453674 + }, + "id": "tp_2685" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 335636, + "label": "-", + "classification": { + "B": 1.3373808087635553e-06, + "S": 2.1760563413408818e-06, + "I": 0.0007071979343891144, + "C": 3.1636038329452276e-05, + "R": 5.323968707671156e-06, + "M": 0.00020529703760985285, + "O": 5.1831684686476365e-05, + "W": 1.2262669315532548e-06, + "N": 3.471653690212406e-05, + "Y": 0.0017984512960538268, + "U": 1.2099501418560976e-06, + "K": 7.543540959886741e-06, + "L": 4.431287379702553e-06, + "G": 0.0006059235311113298, + "F": 0.0024874890223145485, + "E": 0.0005027969600632787, + "T": 0.0019452784908935428, + "P": 0.1482936590909958, + "-": 0.8433123826980591 + }, + "id": "tp_2686" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 335769, + "label": "-", + "classification": { + "B": 0.0001408598618581891, + "S": 3.971434125560336e-05, + "I": 4.2725838284241036e-05, + "C": 3.059358277823776e-06, + "R": 2.1750220184912905e-06, + "M": 0.0009510122472420335, + "O": 0.0004992537433281541, + "W": 1.5484605683013797e-05, + "N": 3.168276862197672e-06, + "Y": 0.0006758542731404305, + "U": 2.3407405080888566e-07, + "K": 1.355366663347013e-07, + "L": 6.845707684988156e-05, + "G": 0.0003707984578795731, + "F": 0.0020740602631121874, + "E": 7.68858299124986e-05, + "T": 0.0014151667710393667, + "P": 0.048986293375492096, + "-": 0.9446347951889038 + }, + "id": "tp_2687" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 335903, + "label": "-", + "classification": { + "B": 7.11970205014012e-11, + "S": 2.065295157116509e-11, + "I": 9.941530931811826e-10, + "C": 1.6155875248724527e-10, + "R": 6.9254233424353995e-12, + "M": 9.302625869622716e-08, + "O": 1.3628467243620435e-08, + "W": 6.775042332707315e-12, + "N": 2.1571809009218734e-12, + "Y": 1.3962724665361748e-07, + "U": 6.777659488331478e-14, + "K": 1.1979223765289787e-13, + "L": 3.489140087964415e-10, + "G": 7.853853389860888e-08, + "F": 1.1325922969263047e-05, + "E": 2.7815316716583993e-09, + "T": 2.4896067429835966e-07, + "P": 0.001183442072942853, + "-": 0.9988046884536743 + }, + "id": "tp_2688" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 336003, + "label": "-", + "classification": { + "B": 3.257762955399812e-06, + "S": 1.0077277465825318e-06, + "I": 3.553438546077814e-06, + "C": 1.0168662356591085e-06, + "R": 3.4773503898577474e-07, + "M": 0.00044283270835876465, + "O": 6.602761277463287e-05, + "W": 3.7007765740781906e-07, + "N": 6.854064338313037e-08, + "Y": 0.0001857148890849203, + "U": 7.636040244562992e-09, + "K": 1.2447698427564546e-09, + "L": 1.2250439795025159e-05, + "G": 0.000103780061181169, + "F": 0.0005120959831401706, + "E": 6.130429483164335e-06, + "T": 0.0004367933142930269, + "P": 0.007461828645318747, + "-": 0.9907628893852234 + }, + "id": "tp_2689" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 336136, + "label": "-", + "classification": { + "B": 1.5433432736244868e-06, + "S": 1.930474809341831e-06, + "I": 0.00020626175682991743, + "C": 5.572183363256045e-05, + "R": 1.7942056729225442e-05, + "M": 0.0001041321738739498, + "O": 0.00010159479279536754, + "W": 5.36252719030017e-06, + "N": 7.4824374678428285e-06, + "Y": 0.0012117584701627493, + "U": 1.4113960560280248e-06, + "K": 2.906959707615897e-06, + "L": 9.731047612149268e-06, + "G": 0.00020832940936088562, + "F": 0.003197404555976391, + "E": 2.2388743673218414e-05, + "T": 0.0006450085784308612, + "P": 0.03648167476058006, + "-": 0.9577173590660095 + }, + "id": "tp_2690" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 336270, + "label": "-", + "classification": { + "B": 8.050680548876699e-07, + "S": 4.024386441869865e-07, + "I": 4.5213296289148275e-06, + "C": 3.3022804473148426e-06, + "R": 4.746564457036584e-07, + "M": 0.00021308036230038851, + "O": 1.7727721569826826e-05, + "W": 1.1989948234258918e-07, + "N": 7.543570035295488e-08, + "Y": 0.0006668405840173364, + "U": 1.513166481004191e-08, + "K": 4.822058841114085e-08, + "L": 6.237750767468242e-06, + "G": 0.0003257433418184519, + "F": 0.0025404992047697306, + "E": 1.189222984976368e-05, + "T": 0.00037577180773951113, + "P": 0.0033940840512514114, + "-": 0.9924384951591492 + }, + "id": "tp_2691" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 336403, + "label": "-", + "classification": { + "B": 4.518314611345886e-09, + "S": 1.4959656624569106e-08, + "I": 1.889517625386361e-05, + "C": 9.535525578030501e-07, + "R": 2.0338487161097873e-07, + "M": 3.83984934160253e-06, + "O": 1.5220167597362888e-06, + "W": 3.115291846711443e-08, + "N": 2.771703293547034e-07, + "Y": 4.795280619873665e-05, + "U": 1.0331858035783625e-08, + "K": 3.7020559062739267e-08, + "L": 1.143997323538315e-07, + "G": 1.2612916179932654e-05, + "F": 0.0007517989142797887, + "E": 7.138942692108685e-06, + "T": 5.0842270866269246e-05, + "P": 0.13001255691051483, + "-": 0.8690911531448364 + }, + "id": "tp_2692" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 336503, + "label": "-", + "classification": { + "B": 4.140541022934485e-06, + "S": 4.84212432638742e-05, + "I": 0.0002856754290405661, + "C": 4.631328192772344e-05, + "R": 6.0673526604659855e-05, + "M": 0.003560243407264352, + "O": 0.0009392662905156612, + "W": 1.3280902749102097e-05, + "N": 4.386381988297217e-06, + "Y": 0.05174527317285538, + "U": 1.3024150291585102e-07, + "K": 7.282127398866578e-07, + "L": 0.00011044691927963868, + "G": 0.0035324753262102604, + "F": 0.0027661637868732214, + "E": 8.741900273889769e-06, + "T": 0.047853291034698486, + "P": 0.0011937154922634363, + "-": 0.887826681137085 + }, + "id": "tp_2693" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 336637, + "label": "-", + "classification": { + "B": 7.502442895201966e-05, + "S": 0.00031313588260672987, + "I": 0.0004263091250322759, + "C": 0.00013054428563918918, + "R": 0.00010343867324991152, + "M": 0.003931321669369936, + "O": 0.001243854989297688, + "W": 9.665554534876719e-05, + "N": 6.200258940225467e-05, + "Y": 0.014784004539251328, + "U": 9.59122826316161e-06, + "K": 9.294953633798286e-05, + "L": 0.0003422634326852858, + "G": 0.003748287446796894, + "F": 0.06552492827177048, + "E": 0.0009217383922077715, + "T": 0.006671370007097721, + "P": 0.03840178623795509, + "-": 0.8631209135055542 + }, + "id": "tp_2694" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 336770, + "label": "-", + "classification": { + "B": 1.656239163594364e-07, + "S": 2.761097732673079e-07, + "I": 5.134783805260668e-06, + "C": 8.939743565861136e-06, + "R": 1.948395947692916e-06, + "M": 7.962361996760592e-05, + "O": 1.3847426998836454e-05, + "W": 2.2417849265821133e-07, + "N": 1.9183653421350755e-07, + "Y": 0.0007205722504295409, + "U": 2.8963649256752433e-08, + "K": 4.264951058985389e-08, + "L": 3.470610181466327e-06, + "G": 8.92233001650311e-05, + "F": 0.0020426048431545496, + "E": 5.631588919641217e-06, + "T": 0.0004829375247936696, + "P": 0.007015450391918421, + "-": 0.9895296692848206 + }, + "id": "tp_2695" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 336904, + "label": "-", + "classification": { + "B": 1.6257385482276732e-07, + "S": 5.434466402221005e-06, + "I": 6.602092616958544e-05, + "C": 1.492196702201909e-06, + "R": 2.9332503004297905e-07, + "M": 3.4421747841406614e-05, + "O": 1.778047953848727e-05, + "W": 1.0088709814226604e-06, + "N": 9.757228326634504e-06, + "Y": 0.00014571491919923574, + "U": 1.364172561579835e-07, + "K": 6.0410229707486e-06, + "L": 3.5937668485530594e-07, + "G": 1.1943706340389326e-05, + "F": 0.004176510963588953, + "E": 9.487476927461103e-05, + "T": 0.00029623100999742746, + "P": 0.17913930118083954, + "-": 0.8159925937652588 + }, + "id": "tp_2696" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 337004, + "label": "-", + "classification": { + "B": 5.5740198149578646e-05, + "S": 6.881867011543363e-05, + "I": 2.931412382167764e-06, + "C": 1.229039753525285e-06, + "R": 9.947126500264858e-07, + "M": 0.0008081957930698991, + "O": 0.0005050527397543192, + "W": 8.383261047129054e-06, + "N": 1.778648623940171e-07, + "Y": 0.00018377248488832265, + "U": 1.663799409357125e-08, + "K": 1.427818663302105e-08, + "L": 0.00012104342749807984, + "G": 0.0002858137304428965, + "F": 0.009384914301335812, + "E": 1.0011475751525722e-05, + "T": 0.0004181459953542799, + "P": 0.005180934444069862, + "-": 0.9829638004302979 + }, + "id": "tp_2697" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 337137, + "label": "-", + "classification": { + "B": 9.817622270702486e-10, + "S": 8.252257543972519e-09, + "I": 1.7684568831555225e-07, + "C": 9.655036592448596e-07, + "R": 3.4835818496503634e-07, + "M": 1.4382115296029951e-05, + "O": 2.576238557594479e-06, + "W": 8.240649940205458e-09, + "N": 1.7318765310747608e-09, + "Y": 0.00013677928654942662, + "U": 4.676760090305265e-10, + "K": 2.4182751356960352e-09, + "L": 2.1711353781483922e-07, + "G": 1.3071719877189025e-05, + "F": 0.0005207111244089901, + "E": 6.636458493858299e-08, + "T": 4.778669244842604e-05, + "P": 0.0003109564713668078, + "-": 0.9989520311355591 + }, + "id": "tp_2698" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 337271, + "label": "-", + "classification": { + "B": 5.547991577259381e-07, + "S": 2.4704193037905497e-06, + "I": 8.103948857751675e-06, + "C": 4.6386474423343316e-05, + "R": 8.950794835982379e-06, + "M": 0.0005817182827740908, + "O": 0.00014898058725520968, + "W": 8.785010550127481e-07, + "N": 4.319239508276951e-07, + "Y": 0.0005434106569737196, + "U": 5.0805812890075686e-08, + "K": 4.169856282487672e-08, + "L": 4.1088733269134536e-05, + "G": 0.00044656090904027224, + "F": 0.006398358382284641, + "E": 1.2565521501528565e-05, + "T": 0.0010559889487922192, + "P": 0.0058496384881436825, + "-": 0.9848538637161255 + }, + "id": "tp_2699" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 337404, + "label": "-", + "classification": { + "B": 2.234585508631426e-06, + "S": 2.770995251921704e-06, + "I": 3.171307071170304e-06, + "C": 1.8224689313228737e-07, + "R": 1.0030593244891861e-07, + "M": 2.5081566491280682e-05, + "O": 3.3422464184695855e-05, + "W": 2.7813590008918254e-07, + "N": 1.0066183619983349e-07, + "Y": 5.0036305765388533e-05, + "U": 3.3058131787555567e-09, + "K": 1.1743508387951351e-08, + "L": 3.0062867608648958e-06, + "G": 7.166720024542883e-05, + "F": 0.004212559666484594, + "E": 6.90484193910379e-06, + "T": 6.859126006020233e-05, + "P": 0.013663090765476227, + "-": 0.9818567633628845 + }, + "id": "tp_2700" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 337504, + "label": "-", + "classification": { + "B": 7.1249910433834884e-06, + "S": 1.2351593170478736e-07, + "I": 5.6656705993418655e-08, + "C": 4.921940899293986e-08, + "R": 3.654300684274858e-08, + "M": 3.599205956561491e-05, + "O": 3.0224216970964335e-05, + "W": 5.2136595485308135e-08, + "N": 4.3622905288032143e-10, + "Y": 8.658961633045692e-06, + "U": 6.425964621525893e-11, + "K": 5.113663398975676e-13, + "L": 6.09642620474915e-06, + "G": 1.6867836166056804e-05, + "F": 4.371097020339221e-05, + "E": 6.194220247834892e-08, + "T": 2.10928210435668e-05, + "P": 0.0011384852696210146, + "-": 0.9986913800239563 + }, + "id": "tp_2701" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 337638, + "label": "-", + "classification": { + "B": 6.4541482061031274e-06, + "S": 1.249923025170574e-05, + "I": 0.00047457474283874035, + "C": 6.925719935679808e-05, + "R": 4.577674189931713e-05, + "M": 0.00032191010541282594, + "O": 0.0002248708624392748, + "W": 1.7160287825390697e-05, + "N": 2.2338797862175852e-05, + "Y": 0.0014465407002717257, + "U": 3.5117445804644376e-06, + "K": 3.7588454233628e-06, + "L": 3.2935608032858e-05, + "G": 0.0002968100016005337, + "F": 0.003051585052162409, + "E": 6.329884490696713e-05, + "T": 0.002822685521095991, + "P": 0.06742239743471146, + "-": 0.9236615896224976 + }, + "id": "tp_2702" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 337771, + "label": "-", + "classification": { + "B": 2.9550328690675087e-05, + "S": 0.0001478630001656711, + "I": 0.0003958587476518005, + "C": 3.662868766696192e-05, + "R": 2.9588962206616998e-05, + "M": 0.0006338501116260886, + "O": 0.000384336628485471, + "W": 5.747085378970951e-05, + "N": 7.116113556548953e-05, + "Y": 0.00454284530133009, + "U": 8.592242011218332e-06, + "K": 0.00023662806779611856, + "L": 4.251515565556474e-05, + "G": 0.0007641916163265705, + "F": 0.040750037878751755, + "E": 0.0010675463126972318, + "T": 0.0035174477379769087, + "P": 0.09988981485366821, + "-": 0.8473941683769226 + }, + "id": "tp_2703" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 337905, + "label": "-", + "classification": { + "B": 1.4698086943099042e-06, + "S": 6.527174718939932e-06, + "I": 0.0004528206482063979, + "C": 4.811072358279489e-05, + "R": 2.8634349291678518e-05, + "M": 0.0005285214865580201, + "O": 0.0001252906658919528, + "W": 7.480116892111255e-06, + "N": 2.6582925784168765e-05, + "Y": 0.005057909060269594, + "U": 2.5501517484372016e-06, + "K": 4.051974246976897e-05, + "L": 1.2473028618842363e-05, + "G": 0.0006070375675335526, + "F": 0.010208738967776299, + "E": 0.0002892902120947838, + "T": 0.002741527743637562, + "P": 0.046793729066848755, + "-": 0.9330208897590637 + }, + "id": "tp_2704" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 338005, + "label": "-", + "classification": { + "B": 7.633014320163056e-06, + "S": 4.215723311062902e-05, + "I": 3.381391479706508e-06, + "C": 8.001207788765896e-06, + "R": 8.414576768700499e-06, + "M": 0.001457860111258924, + "O": 0.000634005235042423, + "W": 2.0027291611768305e-05, + "N": 2.587769643014326e-07, + "Y": 0.004060013685375452, + "U": 7.55861222501153e-08, + "K": 5.002352736482862e-07, + "L": 0.00013468705583363771, + "G": 0.0009104342898353934, + "F": 0.020023439079523087, + "E": 1.404621343681356e-05, + "T": 0.0011083355639129877, + "P": 0.002154173096641898, + "-": 0.9694125652313232 + }, + "id": "tp_2705" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 338138, + "label": "-", + "classification": { + "B": 0.00015113728295546025, + "S": 0.0004122094833292067, + "I": 0.0021630956325680017, + "C": 0.0004812674305867404, + "R": 0.0001688330085016787, + "M": 0.0009139376925304532, + "O": 0.0010835665743798018, + "W": 0.00033154210541397333, + "N": 0.0009070425294339657, + "Y": 0.006127689033746719, + "U": 0.00016450854309368879, + "K": 0.0025577356573194265, + "L": 0.00014352440484799445, + "G": 0.00228000245988369, + "F": 0.04532192647457123, + "E": 0.003838492091745138, + "T": 0.00552996713668108, + "P": 0.28912341594696045, + "-": 0.6383001208305359 + }, + "id": "tp_2706" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 338272, + "label": "-", + "classification": { + "B": 2.5898807507473975e-06, + "S": 5.238920266492642e-07, + "I": 3.676263804663904e-05, + "C": 1.2874597814516164e-05, + "R": 2.0995687464164803e-06, + "M": 5.6962006055982783e-05, + "O": 1.9126393453916535e-05, + "W": 8.090731284937647e-07, + "N": 1.7218794710061047e-06, + "Y": 0.0005564394523389637, + "U": 8.533259006071603e-07, + "K": 1.6524226111869211e-06, + "L": 4.973939667252125e-06, + "G": 0.00023682303435634822, + "F": 0.002286108210682869, + "E": 4.545753472484648e-05, + "T": 0.0005998443812131882, + "P": 0.0683467909693718, + "-": 0.9277875423431396 + }, + "id": "tp_2707" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 338405, + "label": "-", + "classification": { + "B": 0.00011678090959321707, + "S": 5.701627742382698e-05, + "I": 0.010204310528934002, + "C": 0.0007768798968754709, + "R": 8.196161070372909e-05, + "M": 0.003817523829638958, + "O": 0.00046027119969949126, + "W": 4.958093268214725e-05, + "N": 0.0005082362913526595, + "Y": 0.008037173189222813, + "U": 2.5780895157367922e-05, + "K": 6.537359877256677e-05, + "L": 9.136783046415076e-05, + "G": 0.002799450885504484, + "F": 0.0029728850349783897, + "E": 0.009595675393939018, + "T": 0.0048004440031945705, + "P": 0.3299729824066162, + "-": 0.625566303730011 + }, + "id": "tp_2708" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 338505, + "label": "-", + "classification": { + "B": 0.00021726706472691149, + "S": 7.06877326592803e-05, + "I": 0.0005069694016128778, + "C": 9.132688137469813e-05, + "R": 8.463555423077196e-05, + "M": 0.0033746445551514626, + "O": 0.0023333707358688116, + "W": 7.101693336153403e-05, + "N": 1.5798610547790304e-05, + "Y": 0.0010559038491919637, + "U": 3.369583964740741e-06, + "K": 1.0795869798130298e-07, + "L": 0.000836489605717361, + "G": 0.0009558888850733638, + "F": 0.0011889600427821279, + "E": 5.716496889363043e-05, + "T": 0.004289139527827501, + "P": 0.0383983738720417, + "-": 0.9464488625526428 + }, + "id": "tp_2709" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 338639, + "label": "-", + "classification": { + "B": 7.529028607677901e-06, + "S": 3.3146197893074714e-06, + "I": 1.7694392226985656e-05, + "C": 1.6522292298759567e-06, + "R": 1.5035241176519776e-06, + "M": 0.0003685753617901355, + "O": 0.00017754950386006385, + "W": 3.7634538330166833e-06, + "N": 2.44045452291175e-07, + "Y": 0.0003775449877139181, + "U": 1.2440852792394708e-08, + "K": 1.1464499349855828e-09, + "L": 1.5174242435023189e-05, + "G": 3.349474354763515e-05, + "F": 0.00011663685290841386, + "E": 2.3849211174820084e-06, + "T": 0.0007547667482867837, + "P": 0.010460267774760723, + "-": 0.987657904624939 + }, + "id": "tp_2710" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 338772, + "label": "-", + "classification": { + "B": 4.4637408791459166e-06, + "S": 2.090372163365828e-06, + "I": 1.0275859949615551e-06, + "C": 1.851057731983019e-06, + "R": 2.635926421135082e-06, + "M": 0.0007226287270896137, + "O": 0.00011280585749773309, + "W": 3.6025903682457283e-07, + "N": 1.1425839829826145e-08, + "Y": 0.0027757342904806137, + "U": 1.417721717800191e-09, + "K": 9.081400631494319e-10, + "L": 4.797692599822767e-05, + "G": 0.0006851897342130542, + "F": 0.0012372987112030387, + "E": 5.899455572944134e-07, + "T": 0.001973857404664159, + "P": 0.0003616194298956543, + "-": 0.9920698404312134 + }, + "id": "tp_2711" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 338906, + "label": "-", + "classification": { + "B": 0.00017149862833321095, + "S": 0.0001632176135899499, + "I": 0.0005878229858353734, + "C": 8.758040348766372e-05, + "R": 4.588724914356135e-05, + "M": 0.011475244536995888, + "O": 0.0012412862852215767, + "W": 6.39644349575974e-05, + "N": 2.7033926016883925e-05, + "Y": 0.00792442262172699, + "U": 2.401975280008628e-06, + "K": 4.931975581712322e-06, + "L": 0.0002612541720736772, + "G": 0.0019152676686644554, + "F": 0.005798311438411474, + "E": 0.0008984386222437024, + "T": 0.00879396591335535, + "P": 0.021434908732771873, + "-": 0.9391025900840759 + }, + "id": "tp_2712" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 339006, + "label": "-", + "classification": { + "B": 1.4226133089323412e-06, + "S": 2.247206566607929e-06, + "I": 7.907939288998023e-05, + "C": 6.516454595839605e-05, + "R": 2.130126995325554e-05, + "M": 0.0004573301994241774, + "O": 5.762922592111863e-05, + "W": 1.6100270840979647e-06, + "N": 4.466607151698554e-06, + "Y": 0.012165067717432976, + "U": 7.82825111400598e-07, + "K": 1.558493750053458e-05, + "L": 1.3949824278824963e-05, + "G": 0.0015111693646758795, + "F": 0.01777716353535652, + "E": 0.00019798046560026705, + "T": 0.003262162208557129, + "P": 0.014215963892638683, + "-": 0.9501499533653259 + }, + "id": "tp_2713" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 339139, + "label": "-", + "classification": { + "B": 2.935204292953131e-07, + "S": 3.8625753973065e-07, + "I": 4.956682914780686e-06, + "C": 4.198611804895336e-07, + "R": 8.494943415371381e-08, + "M": 3.649119025794789e-05, + "O": 1.2085442904208321e-05, + "W": 1.5258298446951812e-07, + "N": 1.3341450255666132e-07, + "Y": 4.373020783532411e-05, + "U": 7.781816080409953e-09, + "K": 9.970498204836531e-09, + "L": 7.653524676243251e-07, + "G": 1.490074737375835e-05, + "F": 0.0004647471068892628, + "E": 6.108027264417615e-06, + "T": 0.00011574479140108451, + "P": 0.025884101167321205, + "-": 0.973414957523346 + }, + "id": "tp_2714" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 339273, + "label": "-", + "classification": { + "B": 3.3076833005907247e-06, + "S": 9.872507689578924e-06, + "I": 5.2522405894706026e-05, + "C": 1.415600399923278e-05, + "R": 7.331938377319602e-06, + "M": 0.0006384275620803237, + "O": 0.00023162461002357304, + "W": 3.93058689951431e-06, + "N": 2.8577878765645437e-06, + "Y": 0.0022526616230607033, + "U": 4.815431111637736e-07, + "K": 4.0944959778244083e-07, + "L": 3.5282828321214765e-05, + "G": 0.0005228501977398992, + "F": 0.0019180546514689922, + "E": 3.303816629340872e-05, + "T": 0.00261490186676383, + "P": 0.014465208165347576, + "-": 0.9771929979324341 + }, + "id": "tp_2715" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 339406, + "label": "-", + "classification": { + "B": 7.309784905373817e-06, + "S": 6.222742285899585e-06, + "I": 0.00019625952700152993, + "C": 5.2854484238196164e-05, + "R": 1.5298845028155483e-05, + "M": 0.001405186951160431, + "O": 0.00020523284911178052, + "W": 3.2674236081220442e-06, + "N": 6.5593635554250795e-06, + "Y": 0.003999711945652962, + "U": 6.265172487474047e-07, + "K": 4.2895581486845913e-07, + "L": 4.8402187530882657e-05, + "G": 0.0010756519623100758, + "F": 0.0028893009293824434, + "E": 0.0001738108112476766, + "T": 0.003495996119454503, + "P": 0.018755633383989334, + "-": 0.9676622748374939 + }, + "id": "tp_2716" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 339506, + "label": "-", + "classification": { + "B": 2.388922268892202e-07, + "S": 2.0399130562509526e-07, + "I": 3.4923139082820853e-06, + "C": 1.6580881492700428e-05, + "R": 6.736369869031478e-06, + "M": 0.00010623889829730615, + "O": 3.344935612403788e-05, + "W": 4.6540074549739074e-07, + "N": 7.615550146056194e-08, + "Y": 0.00024362059775739908, + "U": 4.08121927364391e-08, + "K": 6.891932802233214e-09, + "L": 7.72445673646871e-06, + "G": 5.175582191441208e-05, + "F": 0.0006314723868854344, + "E": 6.606747433579585e-07, + "T": 0.0007556769414804876, + "P": 0.0033814243506640196, + "-": 0.9947600960731506 + }, + "id": "tp_2717" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 339640, + "label": "-", + "classification": { + "B": 6.881249191792449e-06, + "S": 3.6078538414585637e-06, + "I": 0.00010514123277971521, + "C": 5.8925030316459015e-05, + "R": 1.4611335245717783e-05, + "M": 0.0002934177464339882, + "O": 9.095042332774028e-05, + "W": 2.784420757961925e-06, + "N": 5.429113571153721e-06, + "Y": 0.0020425105467438698, + "U": 1.1361106544427457e-06, + "K": 9.655822168497252e-07, + "L": 2.0275927454349585e-05, + "G": 0.0006497439462691545, + "F": 0.0025114589370787144, + "E": 5.028122541261837e-05, + "T": 0.0017204929608851671, + "P": 0.04024391993880272, + "-": 0.9521775245666504 + }, + "id": "tp_2718" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 339773, + "label": "-", + "classification": { + "B": 1.2972660670129699e-06, + "S": 4.393156416426791e-07, + "I": 6.287357246037573e-05, + "C": 3.2218908017966896e-05, + "R": 4.885634552920237e-06, + "M": 4.7544770495733246e-05, + "O": 2.2057003661757335e-05, + "W": 1.330456029791094e-06, + "N": 4.389473360788543e-06, + "Y": 0.0007110337028279901, + "U": 5.722110927308677e-07, + "K": 1.0489147825865075e-05, + "L": 1.9020210402231896e-06, + "G": 0.00017979522817768157, + "F": 0.0022561592049896717, + "E": 0.0002103994629578665, + "T": 0.0003393875085748732, + "P": 0.05604371428489685, + "-": 0.9400695562362671 + }, + "id": "tp_2719" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 339907, + "label": "-", + "classification": { + "B": 0.00016235887596849352, + "S": 0.0001139949745265767, + "I": 0.003555209143087268, + "C": 0.0005296162562444806, + "R": 0.0002573388919699937, + "M": 0.007555248681455851, + "O": 0.0008747332030907273, + "W": 5.038472590968013e-05, + "N": 0.00025336083490401506, + "Y": 0.02397698350250721, + "U": 4.958598947268911e-05, + "K": 1.6105661416077055e-05, + "L": 0.0005677500739693642, + "G": 0.004812439437955618, + "F": 0.005955141503363848, + "E": 0.002159351948648691, + "T": 0.028992921113967896, + "P": 0.11464692652225494, + "-": 0.8054705858230591 + }, + "id": "tp_2720" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 340007, + "label": "-", + "classification": { + "B": 7.696060606576793e-07, + "S": 4.0164908909900987e-07, + "I": 1.3073393347440287e-05, + "C": 9.768315067049116e-06, + "R": 6.490957957794308e-07, + "M": 3.858917625620961e-05, + "O": 1.2696036719717085e-05, + "W": 2.5878281917357526e-07, + "N": 9.97283336801047e-07, + "Y": 0.0002426332503091544, + "U": 1.2743757338284922e-07, + "K": 8.142493470586487e-07, + "L": 1.4002108628119458e-06, + "G": 8.779317431617528e-05, + "F": 0.002168100792914629, + "E": 5.5191427236422896e-05, + "T": 0.00017198252317029983, + "P": 0.02862785942852497, + "-": 0.9685668349266052 + }, + "id": "tp_2721" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 340140, + "label": "-", + "classification": { + "B": 4.820377430547751e-10, + "S": 4.1778358550459416e-10, + "I": 7.892720788049701e-08, + "C": 8.479835500452282e-09, + "R": 6.490189496943799e-10, + "M": 9.151142876362428e-06, + "O": 1.6502812627550156e-07, + "W": 1.4200712827872053e-10, + "N": 3.339398202406585e-10, + "Y": 9.525425411993638e-06, + "U": 2.3518813632716906e-11, + "K": 4.522485684554933e-12, + "L": 1.211468880768507e-08, + "G": 6.945843438188604e-07, + "F": 6.0869883782288525e-06, + "E": 6.148521691784481e-08, + "T": 6.32654846413061e-05, + "P": 0.0028663508128374815, + "-": 0.9970445036888123 + }, + "id": "tp_2722" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 340274, + "label": "-", + "classification": { + "B": 1.5427998789618869e-07, + "S": 2.2510082544613397e-06, + "I": 0.000179006572579965, + "C": 6.8001995714439545e-06, + "R": 2.3605848582519684e-06, + "M": 5.19445093232207e-05, + "O": 2.6376641471870244e-05, + "W": 2.084568222926464e-06, + "N": 1.2730752132483758e-05, + "Y": 0.0014783008955419064, + "U": 5.544191026274348e-07, + "K": 1.6740244973334484e-05, + "L": 8.921876997192157e-07, + "G": 6.727391155436635e-05, + "F": 0.001724260626360774, + "E": 5.824193067383021e-05, + "T": 0.0016707811737433076, + "P": 0.0403314083814621, + "-": 0.9543677568435669 + }, + "id": "tp_2723" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 340407, + "label": "-", + "classification": { + "B": 8.816899565999847e-08, + "S": 1.5255682228598744e-07, + "I": 0.00011468636512290686, + "C": 2.7697622499545105e-05, + "R": 6.36577669865801e-06, + "M": 2.6498812076169997e-05, + "O": 1.0920694876404013e-05, + "W": 5.791372927888006e-07, + "N": 3.4903539471997647e-06, + "Y": 0.0006616362370550632, + "U": 6.881269882796914e-07, + "K": 3.171675416524522e-06, + "L": 1.1011685501216562e-06, + "G": 7.224168803077191e-05, + "F": 0.001928144134581089, + "E": 3.1542360375169665e-05, + "T": 0.00045722658978775144, + "P": 0.0516800619661808, + "-": 0.9449737071990967 + }, + "id": "tp_2724" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 340507, + "label": "-", + "classification": { + "B": 0.00014525472943205386, + "S": 5.863098704139702e-05, + "I": 0.0004761779273394495, + "C": 0.00010307109187124297, + "R": 6.314212441793643e-06, + "M": 0.001004299963824451, + "O": 0.00018907371850218624, + "W": 1.3997154383105226e-05, + "N": 0.00011457100481493399, + "Y": 0.0010878335451707244, + "U": 3.34143055624736e-06, + "K": 4.1357267036801204e-05, + "L": 1.7731579646351747e-05, + "G": 0.0006058526341803372, + "F": 0.010578548535704613, + "E": 0.004122837912291288, + "T": 0.0009758919477462769, + "P": 0.3265051245689392, + "-": 0.653950035572052 + }, + "id": "tp_2725" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 340641, + "label": "-", + "classification": { + "B": 1.8645688442120445e-06, + "S": 1.3182416296331212e-06, + "I": 0.0001352426188532263, + "C": 9.291512469644658e-06, + "R": 3.7460354178620037e-06, + "M": 0.00012614368461072445, + "O": 7.366377394646406e-05, + "W": 2.116742052749032e-06, + "N": 6.577425210707588e-06, + "Y": 0.0007650067564100027, + "U": 6.549998374794086e-07, + "K": 7.742569323454518e-07, + "L": 4.922605057799956e-06, + "G": 0.00020112059428356588, + "F": 0.0008114402880892158, + "E": 4.692014044849202e-05, + "T": 0.0008801542571745813, + "P": 0.10030113160610199, + "-": 0.8966279625892639 + }, + "id": "tp_2726" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 340774, + "label": "-", + "classification": { + "B": 8.876649144461818e-14, + "S": 1.8468054505376558e-13, + "I": 1.5691484223090413e-10, + "C": 1.8673717086525876e-12, + "R": 2.5126206453993105e-13, + "M": 1.056148835054671e-09, + "O": 5.372143285775621e-10, + "W": 2.2428929644536383e-13, + "N": 4.099537007605514e-13, + "Y": 2.9435318182891024e-08, + "U": 1.1376225922930545e-14, + "K": 7.092689337327013e-14, + "L": 1.694259316176172e-12, + "G": 7.736181140138854e-10, + "F": 5.349905904949992e-07, + "E": 4.796781374882819e-11, + "T": 2.2151019152261142e-07, + "P": 0.0018556385766714811, + "-": 0.9981435537338257 + }, + "id": "tp_2727" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 340908, + "label": "-", + "classification": { + "B": 6.320838519258132e-09, + "S": 1.5090456884081505e-08, + "I": 6.327745154521836e-07, + "C": 6.080735204250232e-08, + "R": 3.3879958838411994e-09, + "M": 1.1872253935507615e-06, + "O": 7.224905971270346e-07, + "W": 8.344430924012158e-09, + "N": 1.7561418985678756e-08, + "Y": 6.528307039843639e-06, + "U": 8.677293883430082e-10, + "K": 1.2955296835315266e-09, + "L": 2.2893052786798762e-08, + "G": 8.885879196895985e-07, + "F": 7.091998122632504e-05, + "E": 6.78677622545365e-07, + "T": 2.2784814063925296e-05, + "P": 0.02749444544315338, + "-": 0.9724011421203613 + }, + "id": "tp_2728" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 341008, + "label": "-", + "classification": { + "B": 2.159006129431873e-07, + "S": 1.0067982714190293e-07, + "I": 2.0432329620234668e-05, + "C": 2.4769196897977963e-06, + "R": 8.423084523201396e-07, + "M": 1.1249881936237216e-05, + "O": 8.328434887516778e-06, + "W": 2.2655683551420225e-07, + "N": 5.263582352199592e-07, + "Y": 0.0001623203424969688, + "U": 7.416150538119837e-08, + "K": 5.176815989216266e-07, + "L": 3.225200657652749e-07, + "G": 3.5087236028630286e-05, + "F": 0.0005495045916177332, + "E": 1.2706179404631257e-05, + "T": 8.222073665820062e-05, + "P": 0.059816233813762665, + "-": 0.9392967224121094 + }, + "id": "tp_2729" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 341141, + "label": "-", + "classification": { + "B": 5.877600415260531e-05, + "S": 2.1267778720357455e-05, + "I": 3.788276080740616e-05, + "C": 9.500840860710014e-06, + "R": 4.945437012793263e-06, + "M": 0.0005233425181359053, + "O": 0.00023697619326412678, + "W": 7.776428901706822e-06, + "N": 1.7252983752769069e-06, + "Y": 0.0007337040733546019, + "U": 1.8965607750942581e-07, + "K": 1.879695901152445e-07, + "L": 6.214445602381602e-05, + "G": 0.0005506226443685591, + "F": 0.006885318085551262, + "E": 6.104257772676647e-05, + "T": 0.0006808675243519247, + "P": 0.022129518911242485, + "-": 0.9679940938949585 + }, + "id": "tp_2730" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 341275, + "label": "-", + "classification": { + "B": 2.903444692492485e-05, + "S": 6.127296364866197e-05, + "I": 0.009628496132791042, + "C": 0.0010903754737228155, + "R": 0.0006601117202080786, + "M": 0.0035549672320485115, + "O": 0.0009845476597547531, + "W": 0.00016211281763389707, + "N": 0.000818917527794838, + "Y": 0.028242202475667, + "U": 9.093366679735482e-05, + "K": 0.0011296707671135664, + "L": 0.00015162267663981766, + "G": 0.0041967956349253654, + "F": 0.016064215451478958, + "E": 0.0030567520298063755, + "T": 0.01701049879193306, + "P": 0.09325781464576721, + "-": 0.8198095560073853 + }, + "id": "tp_2731" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 341408, + "label": "-", + "classification": { + "B": 0.00012401325511746109, + "S": 0.00012023445015074685, + "I": 0.0015045935288071632, + "C": 0.00010790087253553793, + "R": 4.930220893584192e-05, + "M": 0.013244767673313618, + "O": 0.0010734013048931956, + "W": 4.6229350118665025e-05, + "N": 4.8445032007293776e-05, + "Y": 0.01618538610637188, + "U": 2.659790197867551e-06, + "K": 5.313179372024024e-06, + "L": 0.00024818701785989106, + "G": 0.0035728863440454006, + "F": 0.006534578278660774, + "E": 0.0010191313922405243, + "T": 0.01451348327100277, + "P": 0.045153360813856125, + "-": 0.896446168422699 + }, + "id": "tp_2732" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 341508, + "label": "-", + "classification": { + "B": 9.499254520051181e-05, + "S": 0.00012765736028086394, + "I": 0.0055471002124249935, + "C": 0.002548074349761009, + "R": 0.0011775924358516932, + "M": 0.02096480131149292, + "O": 0.0032263232860714197, + "W": 0.00015549616364296526, + "N": 0.00017905949789565057, + "Y": 0.040066491812467575, + "U": 4.378126686788164e-05, + "K": 1.2138270903960802e-05, + "L": 0.0013142519164830446, + "G": 0.007352530490607023, + "F": 0.0037165966350585222, + "E": 0.0008075263467617333, + "T": 0.05100271478295326, + "P": 0.02622881531715393, + "-": 0.8354340195655823 + }, + "id": "tp_2733" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 341642, + "label": "-", + "classification": { + "B": 0.0004946794360876083, + "S": 0.0003737392253242433, + "I": 0.011999252252280712, + "C": 0.003627154743298888, + "R": 0.0021251928992569447, + "M": 0.013599010184407234, + "O": 0.003654215717688203, + "W": 0.0005614649271592498, + "N": 0.001306637073867023, + "Y": 0.027617763727903366, + "U": 0.0005814241012558341, + "K": 0.0006425089668482542, + "L": 0.0018792897462844849, + "G": 0.011746866628527641, + "F": 0.018688028678297997, + "E": 0.005654917564243078, + "T": 0.04169158264994621, + "P": 0.13154000043869019, + "-": 0.7222163081169128 + }, + "id": "tp_2734" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 341775, + "label": "-", + "classification": { + "B": 1.1486810808092329e-10, + "S": 3.065346865227525e-10, + "I": 1.8114151316694915e-06, + "C": 6.661392859541593e-08, + "R": 6.559665699512607e-09, + "M": 3.4037302043543605e-07, + "O": 6.601074886702918e-08, + "W": 7.903142029697108e-10, + "N": 1.6606680475206304e-08, + "Y": 1.8680933862924576e-05, + "U": 4.993832014577038e-10, + "K": 3.922397961986235e-09, + "L": 1.7631208715229718e-09, + "G": 3.27743038042172e-07, + "F": 6.077673242543824e-05, + "E": 5.021112201575306e-07, + "T": 1.812089976738207e-05, + "P": 0.025783414021134377, + "-": 0.974115788936615 + }, + "id": "tp_2735" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 341875, + "label": "-", + "classification": { + "B": 6.1274002538525e-10, + "S": 1.7125714735222175e-10, + "I": 1.2126395176892402e-06, + "C": 2.484499539434637e-08, + "R": 2.902058815479336e-09, + "M": 2.0327703964539978e-07, + "O": 3.9246526029046436e-08, + "W": 6.410507680243427e-10, + "N": 6.171916755448592e-09, + "Y": 1.6960395441856235e-05, + "U": 3.5625447036835567e-10, + "K": 4.913237106052293e-08, + "L": 1.0272137584976804e-09, + "G": 2.9509030810004333e-06, + "F": 0.000319609884172678, + "E": 3.0588003028242383e-06, + "T": 4.2010124161606655e-06, + "P": 0.0398859903216362, + "-": 0.9597656726837158 + }, + "id": "tp_2736" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 342009, + "label": "-", + "classification": { + "B": 2.981390911926951e-09, + "S": 2.249244568375275e-09, + "I": 3.521237204040517e-06, + "C": 2.5927860747287923e-07, + "R": 2.3574186158725752e-08, + "M": 6.89304101797461e-07, + "O": 3.5168488921044627e-07, + "W": 3.4478042643115714e-09, + "N": 7.772774068826038e-08, + "Y": 3.4171291190432385e-05, + "U": 3.173746820905876e-09, + "K": 2.727979975247763e-08, + "L": 9.87628290261e-09, + "G": 3.94493008570862e-06, + "F": 0.00032899543293751776, + "E": 2.2992389858700335e-06, + "T": 2.5649118470028043e-05, + "P": 0.05770155414938927, + "-": 0.9418985843658447 + }, + "id": "tp_2737" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 342142, + "label": "-", + "classification": { + "B": 3.996719897259027e-07, + "S": 1.7078923519875389e-07, + "I": 7.665327757422347e-06, + "C": 6.932239102752646e-07, + "R": 2.2578690561658732e-07, + "M": 2.3236461856868118e-05, + "O": 9.25566018850077e-06, + "W": 1.7969175303278462e-07, + "N": 2.4724212721594085e-07, + "Y": 0.00013684362056665123, + "U": 2.77028391337808e-08, + "K": 4.275088727467846e-08, + "L": 7.452656518580625e-07, + "G": 2.378278259129729e-05, + "F": 0.0008848481229506433, + "E": 1.3828414921590593e-05, + "T": 0.0001433719153283164, + "P": 0.0652654618024826, + "-": 0.9334889650344849 + }, + "id": "tp_2738" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 342276, + "label": "-", + "classification": { + "B": 1.5122251397770015e-06, + "S": 2.396670311100024e-07, + "I": 2.7176281946594827e-05, + "C": 1.1240517778787762e-06, + "R": 2.9237949661364837e-07, + "M": 1.353949755866779e-05, + "O": 1.330866689386312e-05, + "W": 3.6120340496381687e-07, + "N": 1.2502949857662315e-06, + "Y": 4.56466332252603e-05, + "U": 6.860226875460285e-08, + "K": 1.073445972110676e-07, + "L": 6.332603561531869e-07, + "G": 2.582847446319647e-05, + "F": 0.0002237769222119823, + "E": 2.6869918656302616e-05, + "T": 9.852707444224507e-05, + "P": 0.18248575925827026, + "-": 0.8170340657234192 + }, + "id": "tp_2739" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 342376, + "label": "-", + "classification": { + "B": 7.683664443902671e-05, + "S": 2.2375330445356667e-05, + "I": 1.589616840647068e-05, + "C": 2.659528036019765e-06, + "R": 1.252795300388243e-06, + "M": 0.0003005913458764553, + "O": 0.00020790121925529093, + "W": 6.5245217228948604e-06, + "N": 1.0667843071132666e-06, + "Y": 0.000281778717180714, + "U": 7.721807548932702e-08, + "K": 7.59877210043669e-08, + "L": 2.4360380848520435e-05, + "G": 0.0002007509465329349, + "F": 0.0035421778447926044, + "E": 6.5519918280188e-05, + "T": 0.00027377792866900563, + "P": 0.049820736050605774, + "-": 0.945155680179596 + }, + "id": "tp_2740" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 342509, + "label": "-", + "classification": { + "B": 1.8978795424118289e-06, + "S": 4.146668857174518e-07, + "I": 1.4781653590034693e-05, + "C": 4.5311034568840114e-07, + "R": 6.933037610679094e-08, + "M": 1.1971939784416463e-05, + "O": 1.261296074517304e-05, + "W": 3.896683153925551e-07, + "N": 6.16324712154892e-07, + "Y": 3.924033444491215e-05, + "U": 3.2528973292755836e-08, + "K": 2.2378412722900975e-07, + "L": 4.7418086523975944e-07, + "G": 2.4265558749902993e-05, + "F": 0.0008144759340211749, + "E": 3.764453867916018e-05, + "T": 6.228729034774005e-05, + "P": 0.0888984203338623, + "-": 0.9100797176361084 + }, + "id": "tp_2741" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 342643, + "label": "-", + "classification": { + "B": 1.321194105230461e-07, + "S": 1.6797482516039963e-08, + "I": 1.355127096758224e-05, + "C": 2.1628881086144247e-07, + "R": 6.995398038611711e-09, + "M": 3.2669775009708246e-06, + "O": 6.229720952433127e-07, + "W": 1.7113826800141396e-08, + "N": 5.293381946103182e-07, + "Y": 4.5324435632210225e-05, + "U": 1.1302038416260984e-08, + "K": 8.337149637327457e-08, + "L": 3.0921828653163175e-08, + "G": 7.261681275849696e-06, + "F": 5.861268437001854e-05, + "E": 5.4025640565669164e-05, + "T": 5.312757275532931e-05, + "P": 0.2297259420156479, + "-": 0.7700372338294983 + }, + "id": "tp_2742" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 342776, + "label": "-", + "classification": { + "B": 3.746167976714787e-06, + "S": 2.389081828368944e-06, + "I": 0.00045838599908165634, + "C": 1.0897962965827901e-05, + "R": 4.960935257258825e-06, + "M": 0.00016578208305872977, + "O": 6.0803031374234706e-05, + "W": 3.991141966253053e-06, + "N": 1.785324639058672e-05, + "Y": 0.0011691886465996504, + "U": 1.328428766100842e-06, + "K": 4.037267899548169e-06, + "L": 5.361058356356807e-06, + "G": 0.00021651547285728157, + "F": 0.0013903903309255838, + "E": 0.00022547740081790835, + "T": 0.0019810039084404707, + "P": 0.14858989417552948, + "-": 0.8456879258155823 + }, + "id": "tp_2743" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 342876, + "label": "-", + "classification": { + "B": 6.573574040658059e-08, + "S": 2.6305102096557675e-07, + "I": 5.232377952779643e-05, + "C": 3.0213777790777385e-06, + "R": 2.6614773673827585e-07, + "M": 1.5014364180387929e-05, + "O": 7.240433205879526e-06, + "W": 4.033481957321783e-07, + "N": 5.409683126345044e-06, + "Y": 0.00018321040261071175, + "U": 1.4847381635263446e-07, + "K": 1.3198120541346725e-05, + "L": 2.4328801373485476e-07, + "G": 6.230222788872197e-05, + "F": 0.006546675693243742, + "E": 0.0002453195338603109, + "T": 0.00010602222027955577, + "P": 0.1991734802722931, + "-": 0.7935853004455566 + }, + "id": "tp_2744" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 343010, + "label": "-", + "classification": { + "B": 2.514341576898005e-05, + "S": 2.8650891181314364e-05, + "I": 0.0009646291146054864, + "C": 0.0003135587612632662, + "R": 0.00010604446288198233, + "M": 0.0027066299226135015, + "O": 0.00033237438765354455, + "W": 2.336522811674513e-05, + "N": 5.0037142500514165e-05, + "Y": 0.00851248949766159, + "U": 1.232588601851603e-05, + "K": 5.621059244731441e-05, + "L": 0.00010180190292885527, + "G": 0.0024424849543720484, + "F": 0.013675142079591751, + "E": 0.0014240036252886057, + "T": 0.004711759276688099, + "P": 0.06038077548146248, + "-": 0.9041325449943542 + }, + "id": "tp_2745" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 343143, + "label": "-", + "classification": { + "B": 2.3604263333254494e-05, + "S": 3.2512075449631084e-06, + "I": 0.00012132608389947563, + "C": 1.4078668755246326e-05, + "R": 5.928937753196806e-06, + "M": 0.0007968240533955395, + "O": 0.00014394066238310188, + "W": 2.773124151644879e-06, + "N": 2.1288576590450248e-06, + "Y": 0.0012695036130025983, + "U": 4.2314360371165094e-07, + "K": 8.773263715511348e-08, + "L": 4.8225261707557365e-05, + "G": 0.0005591526860371232, + "F": 0.0004884621594101191, + "E": 6.335615762509406e-05, + "T": 0.0023837131448090076, + "P": 0.019677847623825073, + "-": 0.9743955135345459 + }, + "id": "tp_2746" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 343277, + "label": "-", + "classification": { + "B": 6.124512008653937e-09, + "S": 4.414670851105029e-09, + "I": 3.5640541682369076e-06, + "C": 1.9251370986239635e-07, + "R": 4.893135141514904e-08, + "M": 6.970470167289022e-06, + "O": 1.6802165418994264e-06, + "W": 8.953431773761622e-09, + "N": 2.711363400464961e-08, + "Y": 3.755766010726802e-05, + "U": 2.3785624581051934e-09, + "K": 4.3732087395831343e-10, + "L": 9.472509532315598e-08, + "G": 5.360130671760999e-06, + "F": 4.122526661376469e-05, + "E": 6.903181883899379e-07, + "T": 0.00012469175271689892, + "P": 0.020377513021230698, + "-": 0.9794003367424011 + }, + "id": "tp_2747" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 343377, + "label": "-", + "classification": { + "B": 3.117184235179593e-07, + "S": 1.369400024486822e-07, + "I": 8.187771891243756e-05, + "C": 3.1133088214119198e-06, + "R": 7.487927291549568e-07, + "M": 6.323587149381638e-05, + "O": 1.007175069389632e-05, + "W": 1.497896704449886e-07, + "N": 1.4807160368945915e-06, + "Y": 0.0007080420618876815, + "U": 8.053980593558663e-08, + "K": 9.310032567100279e-08, + "L": 9.528155260341009e-07, + "G": 8.674441778566688e-05, + "F": 0.0003605214587878436, + "E": 4.376216747914441e-05, + "T": 0.0004655432130675763, + "P": 0.12027432769536972, + "-": 0.8778988718986511 + }, + "id": "tp_2748" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 343510, + "label": "-", + "classification": { + "B": 7.371242727316485e-09, + "S": 3.0957871821613026e-09, + "I": 2.176977886847453e-06, + "C": 9.700637804144208e-08, + "R": 1.722486708821691e-09, + "M": 3.057475623791106e-06, + "O": 2.649763075623923e-07, + "W": 2.8150120012782054e-09, + "N": 3.952533944584502e-08, + "Y": 1.808396882552188e-05, + "U": 9.905058995229865e-10, + "K": 1.1361779073126854e-08, + "L": 1.1813997780052432e-08, + "G": 6.618535735469777e-06, + "F": 0.0003020466538146138, + "E": 1.826382322178688e-05, + "T": 1.0974738870572764e-05, + "P": 0.12696868181228638, + "-": 0.8726696968078613 + }, + "id": "tp_2749" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 343644, + "label": "-", + "classification": { + "B": 9.445782779948786e-05, + "S": 4.5102839067112654e-05, + "I": 0.00242843315936625, + "C": 0.0004213759093545377, + "R": 5.513313226401806e-05, + "M": 0.004213009495288134, + "O": 0.0004538204229902476, + "W": 3.686231138999574e-05, + "N": 0.00023077342484612018, + "Y": 0.006731596775352955, + "U": 1.909807360789273e-05, + "K": 4.6659697545692325e-05, + "L": 0.00010134985495824367, + "G": 0.0026969045866280794, + "F": 0.00434132432565093, + "E": 0.0052097029983997345, + "T": 0.005848537664860487, + "P": 0.2140529602766037, + "-": 0.7529729604721069 + }, + "id": "tp_2750" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 343777, + "label": "-", + "classification": { + "B": 4.4322514547445735e-09, + "S": 1.2962223294721298e-08, + "I": 1.1744751873266068e-06, + "C": 1.764284291994045e-07, + "R": 1.8656736600064505e-08, + "M": 7.169303444243269e-07, + "O": 4.6950538035162026e-07, + "W": 6.507678396161509e-09, + "N": 4.600093816975459e-08, + "Y": 4.0116021409630775e-05, + "U": 2.709329205430322e-09, + "K": 7.27684010826124e-08, + "L": 1.6001417080246938e-08, + "G": 4.68518510388094e-06, + "F": 0.0005576879484578967, + "E": 3.562907295417972e-06, + "T": 1.537823845865205e-05, + "P": 0.02697102539241314, + "-": 0.9724048376083374 + }, + "id": "tp_2751" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 343877, + "label": "-", + "classification": { + "B": 1.3683217730431352e-05, + "S": 4.2955940443789586e-05, + "I": 0.0006134232389740646, + "C": 0.0001180627805297263, + "R": 5.652464460581541e-05, + "M": 0.0005682653863914311, + "O": 0.0005281114135868847, + "W": 3.168964394717477e-05, + "N": 4.991118476027623e-05, + "Y": 0.0016620260430499911, + "U": 8.935083315009251e-06, + "K": 7.386161087197252e-06, + "L": 8.848719880916178e-05, + "G": 0.0005985376774333417, + "F": 0.002160291187465191, + "E": 0.00010756208939710632, + "T": 0.005421935580670834, + "P": 0.06762710213661194, + "-": 0.9202951192855835 + }, + "id": "tp_2752" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 344011, + "label": "-", + "classification": { + "B": 1.927388026956578e-08, + "S": 1.928806669937444e-09, + "I": 4.7335834096884355e-06, + "C": 1.16968855934374e-07, + "R": 5.266272307125064e-09, + "M": 5.143930934536911e-07, + "O": 1.694259310625057e-07, + "W": 3.4118348146705557e-09, + "N": 7.205218111039358e-08, + "Y": 4.788098067365354e-06, + "U": 6.581637457259149e-10, + "K": 2.6261681718153795e-09, + "L": 4.099624639763988e-09, + "G": 1.3488472632161574e-06, + "F": 3.006412043760065e-05, + "E": 1.0053906407847535e-05, + "T": 4.800433998752851e-06, + "P": 0.34741881489753723, + "-": 0.652524471282959 + }, + "id": "tp_2753" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 344144, + "label": "-", + "classification": { + "B": 4.6434532123385e-05, + "S": 2.9087486836942844e-05, + "I": 0.00015949264343362302, + "C": 1.015004818327725e-05, + "R": 2.729611196627957e-06, + "M": 0.0005058756214566529, + "O": 0.00036775239277631044, + "W": 1.018281818687683e-05, + "N": 2.2958081899560057e-05, + "Y": 0.0005399764631874859, + "U": 1.5051101627250318e-06, + "K": 2.7324292659614002e-06, + "L": 3.0187040465534665e-05, + "G": 0.000258343992754817, + "F": 0.002471908461302519, + "E": 0.00036295183235779405, + "T": 0.0015215855091810226, + "P": 0.09814848005771637, + "-": 0.8955076336860657 + }, + "id": "tp_2754" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 344278, + "label": "-", + "classification": { + "B": 4.397522388899233e-06, + "S": 2.9438772344292374e-06, + "I": 0.0002945357409771532, + "C": 0.00010730986105045304, + "R": 1.5019179954833817e-05, + "M": 0.0019203798146918416, + "O": 7.2699629527051e-05, + "W": 1.6225169474637369e-06, + "N": 1.0414619282528292e-05, + "Y": 0.007334515452384949, + "U": 1.6636571444905712e-06, + "K": 1.433403213013662e-06, + "L": 2.939723890449386e-05, + "G": 0.0010855922009795904, + "F": 0.0024745704140514135, + "E": 0.00025840834132395685, + "T": 0.0080564608797431, + "P": 0.034820035099983215, + "-": 0.9435086250305176 + }, + "id": "tp_2755" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 344378, + "label": "-", + "classification": { + "B": 9.394705102749867e-07, + "S": 1.6278210068776389e-07, + "I": 0.0004872250137850642, + "C": 1.2088428775314242e-05, + "R": 1.1564350188564276e-06, + "M": 0.00012569167301990092, + "O": 2.0469056835281663e-05, + "W": 4.396747783630417e-07, + "N": 5.980976766295498e-06, + "Y": 0.00043267360888421535, + "U": 3.6431273997550306e-07, + "K": 6.182820300182357e-08, + "L": 4.120764060644433e-06, + "G": 0.00020881365344393998, + "F": 9.027212945511565e-05, + "E": 0.00012500479351729155, + "T": 0.000802680617198348, + "P": 0.18527258932590485, + "-": 0.8124093413352966 + }, + "id": "tp_2756" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 344511, + "label": "-", + "classification": { + "B": 1.5304484577427502e-06, + "S": 2.474326947776717e-06, + "I": 5.97596590523608e-05, + "C": 1.0958696293528192e-05, + "R": 2.062092562482576e-06, + "M": 0.00013075422612018883, + "O": 4.244352749083191e-05, + "W": 1.6026056073314976e-06, + "N": 4.1203893488273025e-06, + "Y": 0.0006232797168195248, + "U": 3.660557013063226e-07, + "K": 1.1312974947941257e-06, + "L": 4.663130312110297e-06, + "G": 0.00017047532310243696, + "F": 0.006361856125295162, + "E": 6.861496513010934e-05, + "T": 0.0006869379431009293, + "P": 0.07732218503952026, + "-": 0.9145047068595886 + }, + "id": "tp_2757" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 344645, + "label": "-", + "classification": { + "B": 1.1286244472330509e-07, + "S": 5.998253271854992e-08, + "I": 3.498255318845622e-05, + "C": 8.82587210071506e-06, + "R": 7.45433681004215e-07, + "M": 6.740719527442707e-06, + "O": 2.2822932805866003e-06, + "W": 1.7364352800086635e-07, + "N": 1.5195886362562305e-06, + "Y": 0.00024923475575633347, + "U": 4.0808160406413663e-07, + "K": 2.48265428126615e-06, + "L": 3.881765735513909e-07, + "G": 2.3648175556445494e-05, + "F": 0.002249893732368946, + "E": 3.493187978165224e-05, + "T": 0.00015371917106676847, + "P": 0.09898985177278519, + "-": 0.8982400298118591 + }, + "id": "tp_2758" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 344778, + "label": "-", + "classification": { + "B": 4.577547588269226e-05, + "S": 7.749345058982726e-06, + "I": 0.00035364367067813873, + "C": 1.535156297904905e-05, + "R": 9.328596206614748e-06, + "M": 0.00044988864101469517, + "O": 0.0003604381636250764, + "W": 1.0199463758908678e-05, + "N": 1.3280527127790265e-05, + "Y": 0.0005491627380251884, + "U": 1.5754952755742124e-06, + "K": 3.4846468111027207e-07, + "L": 4.740665463032201e-05, + "G": 0.0004196949885226786, + "F": 0.0007508387789130211, + "E": 0.00015678064664825797, + "T": 0.001666387775912881, + "P": 0.10632739216089249, + "-": 0.8888147473335266 + }, + "id": "tp_2759" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 344878, + "label": "-", + "classification": { + "B": 4.51992527814582e-05, + "S": 6.023444075253792e-05, + "I": 0.00039467279566451907, + "C": 0.000157868504174985, + "R": 4.672034629038535e-05, + "M": 0.0011715540895238519, + "O": 0.0006493391119875014, + "W": 5.192201570025645e-05, + "N": 5.352403240976855e-05, + "Y": 0.0015919699799269438, + "U": 9.374836736242287e-06, + "K": 1.933735256898217e-05, + "L": 0.00010070415009977296, + "G": 0.0006629154668189585, + "F": 0.007954602129757404, + "E": 0.000447116035502404, + "T": 0.002835277235135436, + "P": 0.07604039460420609, + "-": 0.9077072143554688 + }, + "id": "tp_2760" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 345012, + "label": "-", + "classification": { + "B": 0.0002255933650303632, + "S": 0.00025565343094058335, + "I": 0.0005077857640571892, + "C": 0.00010168201697524637, + "R": 4.992776666767895e-05, + "M": 0.001824037404730916, + "O": 0.0015437121037393808, + "W": 7.948147685965523e-05, + "N": 6.67417625663802e-05, + "Y": 0.0010566840646788478, + "U": 6.673784810118377e-06, + "K": 8.572538717999123e-06, + "L": 0.0002893238852266222, + "G": 0.0017967862077057362, + "F": 0.01861492358148098, + "E": 0.000552003679331392, + "T": 0.0033934921957552433, + "P": 0.10650300234556198, + "-": 0.863123893737793 + }, + "id": "tp_2761" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 345145, + "label": "-", + "classification": { + "B": 6.762278559335755e-08, + "S": 6.1760108138742e-09, + "I": 1.5261463204296888e-06, + "C": 1.9454728317214176e-07, + "R": 2.0072928208492158e-08, + "M": 1.7932409264176385e-06, + "O": 7.095845830917824e-07, + "W": 7.018120751212109e-09, + "N": 1.916154168668527e-08, + "Y": 6.352772743412061e-06, + "U": 9.813783119483332e-10, + "K": 2.761946005236382e-09, + "L": 4.405303499765978e-08, + "G": 5.394094841904007e-06, + "F": 0.0002578836283646524, + "E": 2.4036298782448284e-06, + "T": 9.492017852608114e-06, + "P": 0.03889032080769539, + "-": 0.9608237147331238 + }, + "id": "tp_2762" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 345279, + "label": "-", + "classification": { + "B": 3.4289880659343908e-06, + "S": 7.72775251789426e-07, + "I": 1.348692251212924e-07, + "C": 1.1514987185989867e-08, + "R": 6.588618095548782e-09, + "M": 0.00013326281623449177, + "O": 2.6690588128985837e-05, + "W": 8.318304622889627e-08, + "N": 1.7236682081644972e-09, + "Y": 3.599625051720068e-05, + "U": 8.612350416159487e-11, + "K": 8.84579041959821e-12, + "L": 4.656850705941906e-06, + "G": 1.9979997887276113e-05, + "F": 0.000343060411978513, + "E": 8.458671345579205e-07, + "T": 8.702071500010788e-05, + "P": 0.0017931027105078101, + "-": 0.9975510239601135 + }, + "id": "tp_2763" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 345379, + "label": "-", + "classification": { + "B": 7.294512033695355e-05, + "S": 2.543099799368065e-05, + "I": 1.1815374818979762e-05, + "C": 2.9312618607946206e-06, + "R": 2.8250626655790256e-06, + "M": 0.0006326863076537848, + "O": 0.0007266956963576376, + "W": 1.7033133190125227e-05, + "N": 5.646117529067851e-07, + "Y": 0.0003056305577047169, + "U": 8.678583895971315e-08, + "K": 2.912033458812857e-08, + "L": 7.721023575868458e-05, + "G": 0.00021245000243652612, + "F": 0.0012264640536159277, + "E": 3.8487523852381855e-06, + "T": 0.0009910695953294635, + "P": 0.005455174017697573, + "-": 0.9902350902557373 + }, + "id": "tp_2764" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 345512, + "label": "-", + "classification": { + "B": 2.688897211555741e-07, + "S": 6.794332421122817e-06, + "I": 8.789877938397694e-06, + "C": 4.50037032351247e-06, + "R": 2.108269427480991e-06, + "M": 0.00031918889726512134, + "O": 4.9868769565364346e-05, + "W": 1.4672642691948568e-06, + "N": 5.37473624717677e-07, + "Y": 0.0015750054735690355, + "U": 6.625469239907034e-08, + "K": 5.436312449091929e-07, + "L": 6.487161499535432e-06, + "G": 0.00011054810602217913, + "F": 0.005795483943074942, + "E": 1.4326199561764952e-05, + "T": 0.0011500249383971095, + "P": 0.004172638524323702, + "-": 0.9867814183235168 + }, + "id": "tp_2765" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 345646, + "label": "-", + "classification": { + "B": 2.600416701170616e-05, + "S": 6.196741742314771e-05, + "I": 0.00012617143511306494, + "C": 0.00035878000198863447, + "R": 0.00021139696764294058, + "M": 0.0040501817129552364, + "O": 0.0008438043296337128, + "W": 2.8081944037694484e-05, + "N": 8.956247256719507e-06, + "Y": 0.019638676196336746, + "U": 3.4447937196091516e-06, + "K": 2.7368894734536298e-05, + "L": 0.0004564145638141781, + "G": 0.011066431179642677, + "F": 0.04950378090143204, + "E": 0.00020472693722695112, + "T": 0.009305144660174847, + "P": 0.006871916353702545, + "-": 0.8972067832946777 + }, + "id": "tp_2766" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 345779, + "label": "-", + "classification": { + "B": 7.981941507750889e-08, + "S": 2.005572468988248e-06, + "I": 2.6608390726323705e-06, + "C": 1.189835188597499e-06, + "R": 5.058058150098077e-07, + "M": 0.00022639370581600815, + "O": 4.8954112571664155e-05, + "W": 2.7127279622618516e-07, + "N": 6.710119748731813e-08, + "Y": 0.0008806498954072595, + "U": 3.4354648015266775e-09, + "K": 3.9685232877673116e-08, + "L": 8.320806045958307e-06, + "G": 0.0002233987906947732, + "F": 0.007065758574754, + "E": 4.162992809142452e-06, + "T": 0.000543483009096235, + "P": 0.0015226135728880763, + "-": 0.9894692897796631 + }, + "id": "tp_2767" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 345879, + "label": "-", + "classification": { + "B": 3.7688905649702065e-06, + "S": 6.526831384690013e-06, + "I": 5.980775677016936e-05, + "C": 4.5944270823383704e-05, + "R": 6.447851319535403e-06, + "M": 0.0006129993707872927, + "O": 8.818519563646987e-05, + "W": 4.436926701600896e-06, + "N": 6.552251761604566e-06, + "Y": 0.0006944596534594893, + "U": 6.181999196996912e-07, + "K": 1.76387547980994e-05, + "L": 8.229486411437392e-06, + "G": 0.000361238926416263, + "F": 0.0061135501600801945, + "E": 0.0001820187026169151, + "T": 0.000909827125724405, + "P": 0.03177959471940994, + "-": 0.9590981602668762 + }, + "id": "tp_2768" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 346013, + "label": "-", + "classification": { + "B": 2.4747216230025515e-05, + "S": 5.748621333623305e-06, + "I": 1.761629755492322e-05, + "C": 5.40702876605792e-06, + "R": 2.32218326345901e-06, + "M": 0.0008206437923945487, + "O": 0.0001438269973732531, + "W": 3.2208483844442526e-06, + "N": 4.502126955685526e-07, + "Y": 0.0004582337278407067, + "U": 6.75414639772498e-08, + "K": 2.723586867148242e-08, + "L": 4.416724186739884e-05, + "G": 0.00035134368226863444, + "F": 0.0033430815674364567, + "E": 5.748437251895666e-05, + "T": 0.0004996518255211413, + "P": 0.018829206004738808, + "-": 0.975392758846283 + }, + "id": "tp_2769" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 346146, + "label": "-", + "classification": { + "B": 1.388248307421236e-07, + "S": 8.591028404225654e-07, + "I": 5.180519565328723e-06, + "C": 3.4312159868932213e-07, + "R": 6.223783088898927e-08, + "M": 2.7038080588681623e-05, + "O": 6.691845101158833e-06, + "W": 3.1732653837934777e-07, + "N": 4.1203031742043095e-07, + "Y": 0.0003777703095693141, + "U": 3.6283278603832514e-08, + "K": 2.642352228576783e-06, + "L": 1.3884124427931965e-07, + "G": 2.0119592591072433e-05, + "F": 0.0009791208431124687, + "E": 1.7003711036522873e-05, + "T": 0.00023628993949387223, + "P": 0.019376151263713837, + "-": 0.9789496660232544 + }, + "id": "tp_2770" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 346280, + "label": "-", + "classification": { + "B": 3.3707046043218725e-08, + "S": 1.2500353250288754e-06, + "I": 3.2386456183530754e-08, + "C": 2.229565865263794e-08, + "R": 3.36693268820909e-08, + "M": 2.3869381038821302e-05, + "O": 2.399992081336677e-05, + "W": 1.8502454679492075e-07, + "N": 1.0317227072675905e-09, + "Y": 7.230941719171824e-06, + "U": 4.7244153034142755e-11, + "K": 1.695237700216623e-10, + "L": 9.62617832556134e-07, + "G": 2.9343170808715513e-06, + "F": 0.0007461594068445265, + "E": 6.249276651715263e-08, + "T": 4.283445741748437e-05, + "P": 0.0005534166703000665, + "-": 0.9985969662666321 + }, + "id": "tp_2771" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 346380, + "label": "-", + "classification": { + "B": 0.0014505538856610656, + "S": 0.004197997506707907, + "I": 0.027547454461455345, + "C": 0.0021726086270064116, + "R": 0.0016437516314908862, + "M": 0.02813658118247986, + "O": 0.011280305683612823, + "W": 0.001522266655229032, + "N": 0.004319948609918356, + "Y": 0.045220378786325455, + "U": 0.00022605338017456234, + "K": 0.0004840535984840244, + "L": 0.002725642640143633, + "G": 0.0125344293192029, + "F": 0.025567911565303802, + "E": 0.0070501696318387985, + "T": 0.05694865435361862, + "P": 0.15881718695163727, + "-": 0.6081539988517761 + }, + "id": "tp_2772" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 346513, + "label": "-", + "classification": { + "B": 1.479654383729212e-05, + "S": 7.529663707828149e-05, + "I": 0.0002728019608184695, + "C": 0.00013579102233052254, + "R": 6.560859765158966e-05, + "M": 0.0009187020477838814, + "O": 0.0004310613148845732, + "W": 2.881657928810455e-05, + "N": 2.9519871532102115e-05, + "Y": 0.0031220410019159317, + "U": 5.518602392839966e-06, + "K": 1.4527479834214319e-05, + "L": 9.478484571445733e-05, + "G": 0.0007934913737699389, + "F": 0.01577097363770008, + "E": 0.0001876043970696628, + "T": 0.005265159532427788, + "P": 0.03788307309150696, + "-": 0.9348905086517334 + }, + "id": "tp_2773" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 346647, + "label": "-", + "classification": { + "B": 0.000373818475054577, + "S": 0.005380912683904171, + "I": 4.023598012281582e-05, + "C": 1.2482523743528873e-05, + "R": 2.1149899112060666e-05, + "M": 0.001894475077278912, + "O": 0.009594335220754147, + "W": 0.0007195000071078539, + "N": 2.287543065904174e-05, + "Y": 0.004478143062442541, + "U": 9.021095479511132e-07, + "K": 6.086569555918686e-05, + "L": 0.000885362271219492, + "G": 0.004645376931875944, + "F": 0.368877649307251, + "E": 0.00032539735548198223, + "T": 0.0015883210580796003, + "P": 0.02134011872112751, + "-": 0.5797381401062012 + }, + "id": "tp_2774" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 346780, + "label": "-", + "classification": { + "B": 2.8697874654426414e-07, + "S": 9.3376900167641e-07, + "I": 1.8891070794779807e-05, + "C": 1.29970956663783e-07, + "R": 2.002261538791572e-07, + "M": 0.00010246150486636907, + "O": 4.4110023736720905e-05, + "W": 4.5129581849323586e-07, + "N": 3.046249617000285e-07, + "Y": 0.00038783278432674706, + "U": 3.2811744432592604e-09, + "K": 1.1654849529918465e-08, + "L": 5.947312615717237e-07, + "G": 2.272205165354535e-05, + "F": 0.0001404468494001776, + "E": 1.5313408994188649e-06, + "T": 0.0013340580044314265, + "P": 0.00648903613910079, + "-": 0.9914558529853821 + }, + "id": "tp_2775" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 346880, + "label": "-", + "classification": { + "B": 0.00015569347306154668, + "S": 0.002498111454769969, + "I": 0.0001265530299860984, + "C": 2.0135505110374652e-05, + "R": 2.4798719095997512e-05, + "M": 0.005347400438040495, + "O": 0.005602360237389803, + "W": 0.0002605381596367806, + "N": 2.091500209644437e-05, + "Y": 0.012164001353085041, + "U": 2.51910677206979e-07, + "K": 7.654276487301104e-06, + "L": 0.00019005942158401012, + "G": 0.001817082054913044, + "F": 0.016679508611559868, + "E": 0.00012752055772580206, + "T": 0.013194136321544647, + "P": 0.00802677497267723, + "-": 0.9337365627288818 + }, + "id": "tp_2776" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 347014, + "label": "-", + "classification": { + "B": 4.508030144734221e-07, + "S": 3.7539984987233765e-07, + "I": 0.00022375088883563876, + "C": 1.6215386494877748e-05, + "R": 7.860730875108857e-06, + "M": 1.9507739125401713e-05, + "O": 1.7858032151707448e-05, + "W": 7.235634598146135e-07, + "N": 5.311790573614417e-06, + "Y": 0.00018801148689817637, + "U": 3.045518610633735e-07, + "K": 2.86373790459038e-07, + "L": 2.2167896531755105e-06, + "G": 7.40748509997502e-05, + "F": 0.0013700020499527454, + "E": 4.093736788490787e-05, + "T": 0.00031935720471665263, + "P": 0.21574701368808746, + "-": 0.7819657325744629 + }, + "id": "tp_2777" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 347147, + "label": "-", + "classification": { + "B": 6.428635515476344e-06, + "S": 4.4149226596346125e-05, + "I": 5.323212008079281e-06, + "C": 6.737164767400827e-06, + "R": 5.5375667216139846e-06, + "M": 0.0008465187856927514, + "O": 0.0004850036930292845, + "W": 8.122650797304232e-06, + "N": 5.178305855224608e-07, + "Y": 0.001565355807542801, + "U": 4.493242045100487e-08, + "K": 6.898467859173252e-07, + "L": 9.767164738150313e-05, + "G": 0.000747022102586925, + "F": 0.018742581829428673, + "E": 2.6607760446495377e-05, + "T": 0.0017205373151227832, + "P": 0.0028019514866173267, + "-": 0.972889244556427 + }, + "id": "tp_2778" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 347281, + "label": "-", + "classification": { + "B": 1.0992602256010287e-05, + "S": 4.484051532926969e-05, + "I": 2.509559999452904e-05, + "C": 6.49593914658908e-07, + "R": 3.2027188012762053e-07, + "M": 4.539461588137783e-05, + "O": 7.121553062461317e-05, + "W": 6.2948647610028274e-06, + "N": 2.7327182579028886e-06, + "Y": 4.236169479554519e-05, + "U": 3.6321836205388536e-08, + "K": 4.955356871505501e-07, + "L": 3.6479684695223114e-06, + "G": 6.0574806411750615e-05, + "F": 0.028035443276166916, + "E": 8.12623038655147e-05, + "T": 4.7314882976934314e-05, + "P": 0.21339400112628937, + "-": 0.7581273913383484 + }, + "id": "tp_2779" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 347381, + "label": "-", + "classification": { + "B": 1.1355233482390759e-06, + "S": 2.7590863282966893e-06, + "I": 3.864113023155369e-05, + "C": 6.402090366464108e-05, + "R": 1.3504036360245664e-05, + "M": 0.00016433924611192197, + "O": 4.756154885399155e-05, + "W": 1.970822495422908e-06, + "N": 2.363665771554224e-06, + "Y": 0.0011305465595796704, + "U": 4.199449676889344e-07, + "K": 6.745128303009551e-06, + "L": 9.406590834259987e-06, + "G": 0.0004339652950875461, + "F": 0.013404667377471924, + "E": 3.7371381040429696e-05, + "T": 0.0008091136696748435, + "P": 0.01476768683642149, + "-": 0.9690636992454529 + }, + "id": "tp_2780" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 347514, + "label": "-", + "classification": { + "B": 0.00038452117587439716, + "S": 0.0014809287386015058, + "I": 0.0004686376778408885, + "C": 1.138477955464623e-06, + "R": 2.6514871933613904e-06, + "M": 0.0012828611070290208, + "O": 0.002910591196268797, + "W": 9.053801477421075e-05, + "N": 2.7114196200273e-05, + "Y": 0.0005562941660173237, + "U": 1.9748340207570436e-07, + "K": 7.597677154080884e-08, + "L": 0.00021794860367663205, + "G": 0.0004348195798229426, + "F": 0.0038811545819044113, + "E": 0.00012212512956466526, + "T": 0.001063962816260755, + "P": 0.15836046636104584, + "-": 0.8287139534950256 + }, + "id": "tp_2781" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 347648, + "label": "-", + "classification": { + "B": 2.988562528116745e-06, + "S": 1.0337641469959635e-05, + "I": 0.0002219043963123113, + "C": 4.039009945699945e-05, + "R": 6.0354159359121695e-06, + "M": 0.00036274161539040506, + "O": 0.00015597209858242422, + "W": 6.750880402250914e-06, + "N": 2.4670909624546766e-05, + "Y": 0.0005262025515548885, + "U": 8.173845458259166e-07, + "K": 3.0768205760978162e-06, + "L": 1.0175546776736155e-05, + "G": 0.00012410477211233228, + "F": 0.0029672887176275253, + "E": 0.0001856662129284814, + "T": 0.001084181247279048, + "P": 0.08169924467802048, + "-": 0.9125674962997437 + }, + "id": "tp_2782" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 347781, + "label": "-", + "classification": { + "B": 4.5221341338219645e-08, + "S": 2.049671593340463e-06, + "I": 7.154117298568963e-08, + "C": 2.5487747734587174e-07, + "R": 1.5966610078521626e-07, + "M": 6.44816318526864e-05, + "O": 2.648181725817267e-05, + "W": 1.2901566037726298e-07, + "N": 4.57386706287366e-09, + "Y": 0.0015939653385430574, + "U": 1.2770223767333277e-10, + "K": 1.8861815220816425e-08, + "L": 4.11524797527818e-06, + "G": 0.0003779280523303896, + "F": 0.03753605857491493, + "E": 9.12164807687077e-07, + "T": 0.0003259969817008823, + "P": 0.00032388095860369503, + "-": 0.9597434401512146 + }, + "id": "tp_2783" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 347881, + "label": "-", + "classification": { + "B": 2.0431292568900972e-07, + "S": 6.077800662751542e-07, + "I": 7.77036893850891e-06, + "C": 1.3835609991019737e-07, + "R": 9.033000480940245e-08, + "M": 1.745031295286026e-05, + "O": 2.0393079466884956e-05, + "W": 2.3057205567056371e-07, + "N": 2.0157895619377086e-07, + "Y": 6.253537867451087e-05, + "U": 5.519053214442238e-09, + "K": 4.067735304147391e-08, + "L": 3.5493107475303987e-07, + "G": 1.3459516594593879e-05, + "F": 0.0007658703834749758, + "E": 3.4141676223953255e-06, + "T": 9.928245708579198e-05, + "P": 0.0188030656427145, + "-": 0.9802047610282898 + }, + "id": "tp_2784" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 348015, + "label": "-", + "classification": { + "B": 2.796022954498767e-06, + "S": 1.4314516647573328e-06, + "I": 3.0482087822747417e-06, + "C": 2.7921205969505536e-07, + "R": 2.1928984494934411e-07, + "M": 0.00019579773652367294, + "O": 9.548154775984585e-05, + "W": 8.494085932397866e-07, + "N": 5.620427501185077e-08, + "Y": 9.82907076831907e-05, + "U": 7.022563419667449e-09, + "K": 2.111175678720656e-09, + "L": 8.188935680664144e-06, + "G": 3.3811833418440074e-05, + "F": 0.0003994239668827504, + "E": 2.192286956415046e-06, + "T": 0.00038238888373598456, + "P": 0.0035877313930541277, + "-": 0.9951878786087036 + }, + "id": "tp_2785" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 348148, + "label": "-", + "classification": { + "B": 1.2733431198341805e-08, + "S": 5.0488363712020146e-08, + "I": 8.705908953743347e-07, + "C": 3.8096153787137155e-08, + "R": 5.8708535810581e-09, + "M": 4.845716148338397e-07, + "O": 6.902669724695443e-07, + "W": 1.835020491114392e-08, + "N": 1.1553574807976474e-07, + "Y": 1.451989828638034e-05, + "U": 2.2646420294591962e-09, + "K": 3.399562444883486e-07, + "L": 7.970247573041433e-09, + "G": 2.6617199182510376e-06, + "F": 0.002407434629276395, + "E": 8.698992132849526e-06, + "T": 1.0679483239073306e-05, + "P": 0.10279536247253418, + "-": 0.8947580456733704 + }, + "id": "tp_2786" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 348282, + "label": "-", + "classification": { + "B": 3.0059850359975826e-06, + "S": 5.73979514228995e-06, + "I": 5.07082550029736e-05, + "C": 1.698391315585468e-06, + "R": 8.607447625763598e-07, + "M": 0.0004095698823221028, + "O": 0.00010425854998175055, + "W": 2.6843115392694017e-06, + "N": 3.9364326767099556e-06, + "Y": 0.0009801504202187061, + "U": 1.830671294555941e-07, + "K": 1.4097532812229474e-06, + "L": 7.0345026870199945e-06, + "G": 0.0002582166634965688, + "F": 0.0024651524145156145, + "E": 0.00012602984497789294, + "T": 0.0014433938777074218, + "P": 0.02716333232820034, + "-": 0.9669727087020874 + }, + "id": "tp_2787" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 348382, + "label": "-", + "classification": { + "B": 0.0012978117447346449, + "S": 0.001377818756736815, + "I": 0.020328843966126442, + "C": 0.0034149198327213526, + "R": 0.0020933826453983784, + "M": 0.02107008546590805, + "O": 0.006457789801061153, + "W": 0.0008252807892858982, + "N": 0.00237266649492085, + "Y": 0.14789119362831116, + "U": 0.00033055353560484946, + "K": 0.0009365723235532641, + "L": 0.002272822195664048, + "G": 0.03609196096658707, + "F": 0.02851094864308834, + "E": 0.006896212697029114, + "T": 0.07947509735822678, + "P": 0.06280829757452011, + "-": 0.5755477547645569 + }, + "id": "tp_2788" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 348515, + "label": "-", + "classification": { + "B": 4.655562335642571e-08, + "S": 8.304393617208916e-08, + "I": 1.059206169884419e-06, + "C": 8.854307509409409e-08, + "R": 5.079415288378186e-08, + "M": 9.874920942820609e-05, + "O": 1.0662311069609132e-05, + "W": 3.1906374431400764e-08, + "N": 1.09115632085377e-08, + "Y": 0.0002911585324909538, + "U": 1.0876649580993103e-09, + "K": 4.0217862373737034e-10, + "L": 1.0936556691376609e-06, + "G": 2.6060368327307515e-05, + "F": 0.00022193540644366294, + "E": 6.607457976315345e-07, + "T": 0.00032232061494141817, + "P": 0.0018524397164583206, + "-": 0.9971734285354614 + }, + "id": "tp_2789" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 348649, + "label": "-", + "classification": { + "B": 4.714527435112359e-09, + "S": 6.314917300187517e-07, + "I": 3.8398407014028635e-06, + "C": 2.1616178003114328e-07, + "R": 3.5424879030188094e-08, + "M": 5.621954642265337e-06, + "O": 3.99539294448914e-06, + "W": 9.936876921301518e-08, + "N": 1.2271422633602924e-07, + "Y": 1.5991727195796557e-05, + "U": 1.7193255708036759e-09, + "K": 5.912522027529121e-08, + "L": 8.210226809524102e-08, + "G": 5.042756583861774e-06, + "F": 0.0026679709553718567, + "E": 8.917125342122745e-06, + "T": 1.5209287994366605e-05, + "P": 0.05318358540534973, + "-": 0.9440885186195374 + }, + "id": "tp_2790" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 348782, + "label": "-", + "classification": { + "B": 3.1937517633195966e-05, + "S": 3.4268272429471835e-05, + "I": 0.0006930964882485569, + "C": 0.0007181348628364503, + "R": 0.00026507768779993057, + "M": 0.0038322831969708204, + "O": 0.0005648296209983528, + "W": 2.748949009401258e-05, + "N": 3.36055236402899e-05, + "Y": 0.015291315503418446, + "U": 1.473980682931142e-05, + "K": 1.3349098480830435e-05, + "L": 0.00033867338788695633, + "G": 0.004906529560685158, + "F": 0.010045136325061321, + "E": 0.0005275199073366821, + "T": 0.007935375906527042, + "P": 0.024904688820242882, + "-": 0.9298219084739685 + }, + "id": "tp_2791" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 348882, + "label": "-", + "classification": { + "B": 1.3889862202631775e-06, + "S": 2.0553920876409393e-06, + "I": 6.659276550635695e-05, + "C": 3.8183520700840745e-06, + "R": 2.603718485261197e-06, + "M": 0.00041523962863720953, + "O": 9.438041888643056e-05, + "W": 1.68483143170306e-06, + "N": 1.496529193900642e-06, + "Y": 0.0016692191129550338, + "U": 1.6043759387684986e-07, + "K": 5.053250902165018e-07, + "L": 1.1715621440089308e-05, + "G": 0.00027082161977887154, + "F": 0.0015866511967033148, + "E": 3.428081618039869e-05, + "T": 0.0017180832801386714, + "P": 0.009992584586143494, + "-": 0.9841267466545105 + }, + "id": "tp_2792" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 349016, + "label": "-", + "classification": { + "B": 1.8998953521531803e-07, + "S": 1.6023695934563875e-06, + "I": 1.144682119047502e-05, + "C": 2.3403201794280903e-06, + "R": 5.966071512375493e-07, + "M": 2.058179052255582e-05, + "O": 2.2256259399000555e-05, + "W": 7.738421459180245e-07, + "N": 1.16538410566136e-06, + "Y": 0.00030300585785880685, + "U": 8.311331356480878e-08, + "K": 1.3598629493571934e-06, + "L": 8.657435159875604e-07, + "G": 3.415382525417954e-05, + "F": 0.008719763718545437, + "E": 2.388663597230334e-05, + "T": 0.00017540212138555944, + "P": 0.03888624534010887, + "-": 0.9517941474914551 + }, + "id": "tp_2793" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 349149, + "label": "-", + "classification": { + "B": 9.743628197611542e-07, + "S": 1.3913445400248747e-06, + "I": 7.024406158961938e-07, + "C": 4.631874617189169e-06, + "R": 1.0393044249212835e-05, + "M": 0.0007514766184613109, + "O": 0.0003261785313952714, + "W": 5.618645673166611e-07, + "N": 1.0016480977981246e-08, + "Y": 0.0011404064716771245, + "U": 4.41413527951795e-09, + "K": 2.5393723235289656e-10, + "L": 0.0002998505369760096, + "G": 0.0005093201762065291, + "F": 0.0005584377213381231, + "E": 3.3360373663526843e-07, + "T": 0.001940254820510745, + "P": 0.0003512633848004043, + "-": 0.994103729724884 + }, + "id": "tp_2794" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 349283, + "label": "-", + "classification": { + "B": 1.2096645463088862e-08, + "S": 1.7903909110827954e-06, + "I": 1.8744319731922587e-06, + "C": 3.1687228396748424e-09, + "R": 1.473854371880634e-09, + "M": 1.5775451629451709e-06, + "O": 1.8444989109411836e-06, + "W": 9.741462037027304e-08, + "N": 3.727047612755996e-07, + "Y": 1.6454412616440095e-05, + "U": 2.458415970796324e-10, + "K": 9.278342076868284e-07, + "L": 4.6184380764202615e-09, + "G": 1.3401827345660422e-06, + "F": 0.011192629113793373, + "E": 9.256480552721769e-06, + "T": 2.50995308306301e-05, + "P": 0.12975749373435974, + "-": 0.8589891195297241 + }, + "id": "tp_2795" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 349383, + "label": "-", + "classification": { + "B": 5.971336491938928e-08, + "S": 1.1886870652233483e-06, + "I": 3.5356197258806787e-06, + "C": 1.9804961084446404e-06, + "R": 3.6183240581522114e-07, + "M": 2.938143916253466e-05, + "O": 1.5561579857603647e-05, + "W": 3.877343885960727e-07, + "N": 3.636825169905933e-07, + "Y": 0.00027157546719536185, + "U": 1.0799805494343673e-08, + "K": 7.068765057738347e-07, + "L": 8.201021159948141e-07, + "G": 6.734059570590034e-05, + "F": 0.025891609489917755, + "E": 2.36123196373228e-05, + "T": 0.00016712240176275373, + "P": 0.01877804659307003, + "-": 0.9547463655471802 + }, + "id": "tp_2796" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 349516, + "label": "-", + "classification": { + "B": 8.687549568620057e-10, + "S": 2.1175269870887803e-10, + "I": 4.073710968555133e-08, + "C": 1.8840691229371487e-09, + "R": 3.8940523028330176e-10, + "M": 9.065823292075947e-08, + "O": 1.0996062371759763e-07, + "W": 4.187712399073007e-10, + "N": 2.9146807190016943e-10, + "Y": 1.1773636288126e-06, + "U": 1.0645781131635168e-11, + "K": 4.193174887173745e-12, + "L": 1.063134469347915e-09, + "G": 7.069121465974604e-08, + "F": 4.766063739225501e-06, + "E": 1.8107522592458736e-08, + "T": 1.8582686607260257e-06, + "P": 0.013239305466413498, + "-": 0.9867526292800903 + }, + "id": "tp_2797" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 349650, + "label": "-", + "classification": { + "B": 1.335086108156247e-05, + "S": 5.921064712310908e-06, + "I": 0.0004515991313382983, + "C": 3.608515908126719e-05, + "R": 7.585416369693121e-06, + "M": 0.0005540846032090485, + "O": 8.584682655055076e-05, + "W": 6.024290541972732e-06, + "N": 2.2788661226513796e-05, + "Y": 0.0016365587944164872, + "U": 2.455438561810297e-06, + "K": 1.291556327487342e-05, + "L": 1.747672286001034e-05, + "G": 0.0006907482747919858, + "F": 0.0047923182137310505, + "E": 0.0013541120570152998, + "T": 0.0015065690968185663, + "P": 0.09080182760953903, + "-": 0.8980016708374023 + }, + "id": "tp_2798" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 349783, + "label": "-", + "classification": { + "B": 5.722437344957143e-05, + "S": 0.0005107128527015448, + "I": 0.00013411746476776898, + "C": 0.00016267028695438057, + "R": 7.265247404575348e-05, + "M": 0.00509481830522418, + "O": 0.0014289499958977103, + "W": 0.00010967937123496085, + "N": 2.7650530682876706e-05, + "Y": 0.0046023414470255375, + "U": 5.08501989315846e-06, + "K": 3.763144923141226e-05, + "L": 0.00030130590312182903, + "G": 0.0015723982360213995, + "F": 0.0347738079726696, + "E": 0.000556993531063199, + "T": 0.0054284511134028435, + "P": 0.02827909030020237, + "-": 0.916844367980957 + }, + "id": "tp_2799" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 349883, + "label": "-", + "classification": { + "B": 0.00016312325897160918, + "S": 0.00010852816194528714, + "I": 0.0001801614125724882, + "C": 0.00015567423542961478, + "R": 6.447962368838489e-05, + "M": 0.0007924638921394944, + "O": 0.0008637515129521489, + "W": 6.252762977965176e-05, + "N": 2.6127738237846643e-05, + "Y": 0.001011147629469633, + "U": 4.8652259465598036e-06, + "K": 2.548097472754307e-05, + "L": 0.00013602124818135053, + "G": 0.0010780473239719868, + "F": 0.017114248126745224, + "E": 0.0002664310159161687, + "T": 0.0016466532833874226, + "P": 0.04646081104874611, + "-": 0.9298394322395325 + }, + "id": "tp_2800" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 350017, + "label": "-", + "classification": { + "B": 2.526119897083845e-05, + "S": 7.203455606941134e-05, + "I": 2.968713488371577e-06, + "C": 3.983225724368822e-06, + "R": 3.8088037399575114e-06, + "M": 0.00023333943681791425, + "O": 0.0007388003286905587, + "W": 1.4230593478714582e-05, + "N": 4.3470842570059176e-07, + "Y": 6.563356873812154e-05, + "U": 2.1630272684092233e-08, + "K": 1.0169438269258535e-07, + "L": 5.980867717880756e-05, + "G": 0.00017232976097147912, + "F": 0.013651224784553051, + "E": 9.788409442990087e-06, + "T": 0.0001899079798022285, + "P": 0.0052236104384064674, + "-": 0.9795326590538025 + }, + "id": "tp_2801" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 350150, + "label": "-", + "classification": { + "B": 1.6743025021970226e-10, + "S": 7.113502009659101e-10, + "I": 7.353048658842454e-08, + "C": 2.099718621195734e-09, + "R": 3.397578884900554e-10, + "M": 2.2076538641613297e-07, + "O": 8.192989042754562e-08, + "W": 8.793725747580083e-10, + "N": 2.0253547727833165e-09, + "Y": 4.3614049900497776e-06, + "U": 4.9579777783304024e-11, + "K": 8.718908262039804e-09, + "L": 6.947406538948542e-10, + "G": 2.3553484140848013e-07, + "F": 0.00014136364916339517, + "E": 6.281534297158942e-07, + "T": 3.6768417430721456e-06, + "P": 0.012831609696149826, + "-": 0.9870176911354065 + }, + "id": "tp_2802" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 350250, + "label": "-", + "classification": { + "B": 5.193395224978303e-08, + "S": 6.11768129488155e-08, + "I": 4.6804838348180056e-05, + "C": 5.685847099812236e-06, + "R": 7.002370239206357e-07, + "M": 5.2267700993979815e-06, + "O": 1.8148343770008069e-06, + "W": 2.1797823990254983e-07, + "N": 1.893379135253781e-06, + "Y": 0.0001850688859121874, + "U": 8.169531895418913e-08, + "K": 4.176135917077772e-06, + "L": 6.33820107509564e-08, + "G": 1.6054433217504993e-05, + "F": 0.00220710807479918, + "E": 8.530833292752504e-05, + "T": 4.743249519378878e-05, + "P": 0.15043729543685913, + "-": 0.8469550013542175 + }, + "id": "tp_2803" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 350384, + "label": "-", + "classification": { + "B": 1.9139365647902196e-09, + "S": 3.0746811763293636e-09, + "I": 2.6665686618798645e-06, + "C": 3.633226128840761e-07, + "R": 1.1557346368817889e-07, + "M": 6.697719982184935e-06, + "O": 1.1080624062742572e-06, + "W": 8.659879036088114e-09, + "N": 2.0713750714662638e-08, + "Y": 0.0002693610149435699, + "U": 2.310722946319288e-09, + "K": 6.038635547156446e-08, + "L": 4.057907432297725e-08, + "G": 1.6296684407279827e-05, + "F": 0.00020484051492530853, + "E": 1.6844948049765662e-06, + "T": 6.605100497836247e-05, + "P": 0.004018157254904509, + "-": 0.9954125285148621 + }, + "id": "tp_2804" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 350517, + "label": "-", + "classification": { + "B": 6.829019838505701e-08, + "S": 5.179552076128857e-08, + "I": 3.848283085972071e-06, + "C": 1.6057246057243901e-06, + "R": 2.1602758693006763e-07, + "M": 0.0007467747782357037, + "O": 8.526919373252895e-06, + "W": 2.3242503033316098e-08, + "N": 2.599196768926504e-08, + "Y": 0.0018088676733896136, + "U": 3.1384173038162544e-09, + "K": 2.0843815562443524e-09, + "L": 1.4322979495773325e-06, + "G": 0.0001262219448108226, + "F": 0.00011839962098747492, + "E": 3.321156555102789e-06, + "T": 0.0015295601915568113, + "P": 0.0014774547889828682, + "-": 0.9941735863685608 + }, + "id": "tp_2805" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 350651, + "label": "-", + "classification": { + "B": 8.98134931048844e-06, + "S": 2.127958396158647e-06, + "I": 2.374854557274375e-05, + "C": 6.887572908453876e-06, + "R": 1.8567640154287801e-06, + "M": 0.00033764305408112705, + "O": 4.5818534999853e-05, + "W": 6.507426633106661e-07, + "N": 7.026931712061923e-07, + "Y": 0.0007488795672543347, + "U": 8.582233590459509e-08, + "K": 1.9011376650723832e-07, + "L": 8.959115803008899e-06, + "G": 0.00043155974708497524, + "F": 0.0023523936979472637, + "E": 5.686107760993764e-05, + "T": 0.0005757604376412928, + "P": 0.022921252995729446, + "-": 0.9724756479263306 + }, + "id": "tp_2806" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 350751, + "label": "-", + "classification": { + "B": 2.280705189150467e-07, + "S": 2.6475396452951827e-07, + "I": 6.364320142893121e-06, + "C": 2.8552813091664575e-07, + "R": 1.2369224577923887e-07, + "M": 0.00016932033759076148, + "O": 1.4472911971097346e-05, + "W": 1.34120625716605e-07, + "N": 6.539902841495859e-08, + "Y": 0.000473821593914181, + "U": 4.9766124554651014e-09, + "K": 1.0541760353532936e-08, + "L": 1.415715018993069e-06, + "G": 3.255374394939281e-05, + "F": 0.0005032033659517765, + "E": 5.0441558414604515e-06, + "T": 0.0005570421344600618, + "P": 0.004757774993777275, + "-": 0.9934778213500977 + }, + "id": "tp_2807" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 350884, + "label": "-", + "classification": { + "B": 4.208840493902244e-07, + "S": 1.2821929296080725e-08, + "I": 4.6350658067240147e-07, + "C": 1.7371577953895212e-08, + "R": 1.7325541001866895e-09, + "M": 7.310918590519577e-06, + "O": 2.4716848656680668e-06, + "W": 8.423305608573628e-09, + "N": 5.326107554992632e-09, + "Y": 2.2040362637198996e-06, + "U": 7.658593897952315e-11, + "K": 4.865895880667992e-12, + "L": 6.654483541979062e-08, + "G": 2.1637017653119983e-06, + "F": 8.853022336552385e-06, + "E": 1.1286774679319933e-06, + "T": 9.569424946676008e-06, + "P": 0.05222071334719658, + "-": 0.947744607925415 + }, + "id": "tp_2808" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 351018, + "label": "-", + "classification": { + "B": 5.956543851909357e-13, + "S": 4.2578107380987495e-13, + "I": 1.2835674745304004e-09, + "C": 4.8700375329668866e-12, + "R": 1.2057331045048358e-13, + "M": 2.253375708249905e-09, + "O": 7.168506899191129e-10, + "W": 3.1912713032052065e-13, + "N": 2.240211922216462e-12, + "Y": 7.73949970778176e-09, + "U": 9.615083489328876e-15, + "K": 2.5460724074709415e-15, + "L": 4.8255440442124264e-12, + "G": 1.172137165106335e-09, + "F": 1.328624819052493e-07, + "E": 2.834414092323101e-10, + "T": 1.9744470591831487e-07, + "P": 0.006227956619113684, + "-": 0.9937717318534851 + }, + "id": "tp_2809" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 351151, + "label": "-", + "classification": { + "B": 5.699762795075003e-08, + "S": 3.9141589525115705e-08, + "I": 4.8484311264473945e-05, + "C": 3.2013167583500035e-06, + "R": 1.3004137144889683e-06, + "M": 1.1171819096489344e-05, + "O": 2.7937326194660272e-06, + "W": 1.904362534332904e-08, + "N": 3.682636133817141e-07, + "Y": 0.0010435967706143856, + "U": 2.101445772950683e-08, + "K": 1.1908726804676917e-07, + "L": 3.822709686573944e-07, + "G": 0.0002805568801704794, + "F": 0.0019094812450930476, + "E": 1.6374720871681347e-05, + "T": 0.0002973254886455834, + "P": 0.01911400631070137, + "-": 0.977270781993866 + }, + "id": "tp_2810" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 351251, + "label": "-", + "classification": { + "B": 6.46727649211698e-09, + "S": 2.9946318758078405e-09, + "I": 2.37555977946613e-05, + "C": 3.2727120924391784e-07, + "R": 4.548850540686544e-08, + "M": 3.6628473480959656e-06, + "O": 3.998632962520787e-07, + "W": 1.1333333382879118e-08, + "N": 1.4887267241192603e-07, + "Y": 6.356563972076401e-05, + "U": 6.035700383932863e-09, + "K": 2.1842446074060717e-08, + "L": 2.7342537123331567e-08, + "G": 6.8413378357945476e-06, + "F": 0.00019741008873097599, + "E": 9.87432667898247e-06, + "T": 4.138725489610806e-05, + "P": 0.08715912699699402, + "-": 0.9124934673309326 + }, + "id": "tp_2811" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 351385, + "label": "-", + "classification": { + "B": 6.092714954775147e-08, + "S": 3.489632804942744e-09, + "I": 2.7656574275169987e-07, + "C": 1.2455325659743721e-09, + "R": 2.3186086384185955e-10, + "M": 2.668519300641492e-06, + "O": 4.685168732976308e-07, + "W": 1.8794696909907316e-09, + "N": 1.8038969207267996e-09, + "Y": 9.466917845202261e-07, + "U": 3.155239958196887e-11, + "K": 3.3931182516488967e-12, + "L": 2.4989672553488163e-08, + "G": 5.779983780485054e-07, + "F": 5.631805379380239e-06, + "E": 5.537334573091357e-07, + "T": 1.5956940842443146e-05, + "P": 0.058005351573228836, + "-": 0.9419675469398499 + }, + "id": "tp_2812" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 351518, + "label": "-", + "classification": { + "B": 1.5301701239422982e-08, + "S": 4.644236106798871e-09, + "I": 1.368960624859028e-06, + "C": 3.692955630185679e-08, + "R": 1.268848315305604e-08, + "M": 6.672586550848791e-06, + "O": 1.4397736549653928e-06, + "W": 3.9533856188711525e-09, + "N": 3.346987798025225e-09, + "Y": 2.5966259272536263e-05, + "U": 1.6227624799469709e-10, + "K": 7.895219200637626e-12, + "L": 2.1932653737621877e-07, + "G": 7.6268693192105275e-06, + "F": 5.017404691898264e-05, + "E": 5.129046485308209e-07, + "T": 2.893330020015128e-05, + "P": 0.013208976946771145, + "-": 0.9866679906845093 + }, + "id": "tp_2813" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 351652, + "label": "-", + "classification": { + "B": 9.855393411084545e-12, + "S": 2.798734508036027e-11, + "I": 1.748332891793325e-07, + "C": 3.699136996715424e-08, + "R": 1.4990737540188093e-09, + "M": 5.534566298592836e-07, + "O": 1.2204300681162294e-08, + "W": 2.1623439150353363e-11, + "N": 2.2127284726725094e-10, + "Y": 1.9983820038760314e-06, + "U": 6.4129166386928116e-12, + "K": 2.4590069563901196e-11, + "L": 1.3191157055558733e-09, + "G": 3.09141256593648e-07, + "F": 9.961611067410558e-05, + "E": 6.788212658648263e-08, + "T": 3.99294094677316e-06, + "P": 0.0027881828136742115, + "-": 0.997105062007904 + }, + "id": "tp_2814" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 351752, + "label": "-", + "classification": { + "B": 3.7279005482560024e-05, + "S": 3.500537559375516e-06, + "I": 0.0002439712843624875, + "C": 3.125573130091652e-05, + "R": 6.1813179854652844e-06, + "M": 0.0006718151271343231, + "O": 0.00010291748185409233, + "W": 2.4718892746022902e-06, + "N": 1.0976837984344456e-05, + "Y": 0.0016617787769064307, + "U": 9.60950046646758e-07, + "K": 1.1912670743186027e-06, + "L": 2.8155400286777876e-05, + "G": 0.0011053745402023196, + "F": 0.0022607184946537018, + "E": 0.0005401603411883116, + "T": 0.001935609383508563, + "P": 0.05664648860692978, + "-": 0.9347092509269714 + }, + "id": "tp_2815" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 351885, + "label": "-", + "classification": { + "B": 9.887930474405948e-10, + "S": 1.316821096608578e-10, + "I": 6.410009856239185e-09, + "C": 2.359432371701331e-10, + "R": 8.544352725348148e-11, + "M": 1.0951619060506346e-06, + "O": 1.2666338022881973e-07, + "W": 3.410683541149595e-11, + "N": 9.85912566864311e-12, + "Y": 1.9615811197581934e-06, + "U": 1.0713181237314087e-13, + "K": 1.8372051452321576e-14, + "L": 2.6966657795668425e-09, + "G": 2.1881315603877738e-07, + "F": 1.1197865887879743e-06, + "E": 2.2673189992161724e-09, + "T": 6.829921403550543e-06, + "P": 0.00015165138756856322, + "-": 0.9998370409011841 + }, + "id": "tp_2816" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 352019, + "label": "-", + "classification": { + "B": 1.3191413293731774e-13, + "S": 1.3488072692167258e-13, + "I": 7.845039817766519e-08, + "C": 1.6541221170562892e-10, + "R": 6.089723343649656e-12, + "M": 1.2262125537176871e-08, + "O": 3.491245903486373e-10, + "W": 8.44711507772683e-13, + "N": 1.0424917873397277e-10, + "Y": 1.52111553575196e-07, + "U": 4.956992932445003e-13, + "K": 8.104664508956638e-12, + "L": 3.596196907970639e-12, + "G": 1.0732652988565405e-08, + "F": 3.0915748538973276e-06, + "E": 4.682405929656852e-08, + "T": 5.118326953379437e-07, + "P": 0.043370697647333145, + "-": 0.9566254019737244 + }, + "id": "tp_2817" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 352152, + "label": "-", + "classification": { + "B": 4.64589922088976e-09, + "S": 1.295361755637714e-07, + "I": 1.0700554184950306e-06, + "C": 9.251292709677728e-08, + "R": 1.6096834087875322e-08, + "M": 1.819855810936133e-06, + "O": 6.552061790898733e-07, + "W": 2.9685656599554022e-08, + "N": 1.5009673859367467e-07, + "Y": 0.0002223234623670578, + "U": 5.188037555114988e-09, + "K": 1.2116051038901787e-05, + "L": 5.963427529565024e-09, + "G": 7.913164154160768e-06, + "F": 0.003359067253768444, + "E": 9.593757567927241e-06, + "T": 4.393182462081313e-05, + "P": 0.018061399459838867, + "-": 0.9782797694206238 + }, + "id": "tp_2818" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 352252, + "label": "-", + "classification": { + "B": 8.141095264591058e-08, + "S": 2.7529873491971557e-08, + "I": 3.589622394883918e-07, + "C": 1.7527437989883765e-07, + "R": 1.1540072364368825e-07, + "M": 3.0586710636271164e-05, + "O": 2.1862046196474694e-05, + "W": 4.493290362006519e-08, + "N": 2.8340436664109347e-09, + "Y": 4.2302384827053174e-05, + "U": 4.1298117703369996e-10, + "K": 2.424013030230543e-12, + "L": 2.3704324121354148e-06, + "G": 7.32813577997149e-06, + "F": 1.2624288501683623e-05, + "E": 3.495935985142751e-08, + "T": 0.00020429455616977066, + "P": 0.0009175671730190516, + "-": 0.9987602233886719 + }, + "id": "tp_2819" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 352386, + "label": "-", + "classification": { + "B": 7.188443174044323e-10, + "S": 1.055982967734792e-09, + "I": 1.9592080207075924e-06, + "C": 3.402377757311115e-08, + "R": 4.384681950853064e-09, + "M": 3.0584003525291337e-06, + "O": 2.1901186642026005e-07, + "W": 1.0191457677777294e-09, + "N": 3.0623692026665594e-08, + "Y": 3.603241566452198e-05, + "U": 8.569996379215183e-10, + "K": 7.526017142822639e-09, + "L": 6.569369048747831e-09, + "G": 2.971858066302957e-06, + "F": 9.74141585174948e-05, + "E": 4.039171926706331e-06, + "T": 6.384537846315652e-05, + "P": 0.06397642940282822, + "-": 0.9358139038085938 + }, + "id": "tp_2820" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 352519, + "label": "-", + "classification": { + "B": 4.983736340280487e-11, + "S": 3.3687849732011443e-10, + "I": 1.143835692829498e-08, + "C": 1.552798001291933e-09, + "R": 1.228433882394242e-10, + "M": 8.464809297947795e-07, + "O": 2.898924833516503e-08, + "W": 4.334555978036114e-11, + "N": 2.2646391706349078e-10, + "Y": 1.4580081369786058e-05, + "U": 3.313467772728118e-12, + "K": 1.3823521216593804e-09, + "L": 6.697955523549126e-10, + "G": 5.91596403864969e-07, + "F": 0.00034740555565804243, + "E": 2.935426266503782e-07, + "T": 5.477185823110631e-06, + "P": 0.0006225912948139012, + "-": 0.9990082383155823 + }, + "id": "tp_2821" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 352653, + "label": "-", + "classification": { + "B": 1.421241180299404e-10, + "S": 1.2504126623014145e-09, + "I": 4.371944584136145e-08, + "C": 8.068022361307214e-10, + "R": 6.087178677782745e-11, + "M": 1.446215378564375e-07, + "O": 9.798264244409438e-08, + "W": 2.022744055585335e-10, + "N": 1.6086362242262453e-09, + "Y": 2.573189931354136e-06, + "U": 1.1922045815848659e-11, + "K": 4.957807775429757e-11, + "L": 7.838177329411167e-10, + "G": 8.557631758776552e-08, + "F": 1.4571691281162202e-05, + "E": 6.248728823265992e-08, + "T": 1.0031943929789122e-05, + "P": 0.012745730578899384, + "-": 0.987226665019989 + }, + "id": "tp_2822" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 352753, + "label": "-", + "classification": { + "B": 2.923611699956474e-11, + "S": 3.3051341611495255e-12, + "I": 6.244639507713146e-07, + "C": 1.8507018140212494e-08, + "R": 3.914013113615056e-09, + "M": 1.6470636410303996e-07, + "O": 1.3938477927410986e-08, + "W": 4.923210450424875e-11, + "N": 9.163592107341856e-10, + "Y": 1.7924479834618978e-05, + "U": 5.433327052162262e-11, + "K": 2.397987086677489e-10, + "L": 3.729941355778976e-10, + "G": 4.041466468152066e-07, + "F": 1.1911944966414012e-05, + "E": 2.6511713713261997e-07, + "T": 7.052507498883642e-06, + "P": 0.008251769468188286, + "-": 0.9917098879814148 + }, + "id": "tp_2823" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 352886, + "label": "-", + "classification": { + "B": 1.1290310908407264e-07, + "S": 5.4229399637506503e-08, + "I": 2.5571366677468177e-06, + "C": 1.4919571640348295e-06, + "R": 2.966187651054497e-07, + "M": 6.929662777110934e-05, + "O": 1.4920106877980288e-05, + "W": 4.612785531321606e-08, + "N": 2.982769231607563e-08, + "Y": 0.00015468767378479242, + "U": 6.705623167846397e-09, + "K": 1.8500936338483598e-09, + "L": 2.185789981012931e-06, + "G": 5.215322380536236e-05, + "F": 0.0001186335866805166, + "E": 2.0541917820082745e-06, + "T": 0.00020188376947771758, + "P": 0.004511637147516012, + "-": 0.9948679208755493 + }, + "id": "tp_2824" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 353020, + "label": "-", + "classification": { + "B": 2.8292106054036427e-18, + "S": 2.301862161308682e-17, + "I": 5.240056999422649e-11, + "C": 4.3822120953697363e-13, + "R": 6.378288535898759e-15, + "M": 2.496902337667528e-11, + "O": 4.0455773496830827e-13, + "W": 7.257932172213011e-17, + "N": 5.742334928550809e-15, + "Y": 5.758346688367055e-08, + "U": 2.6020112640184484e-17, + "K": 5.946284368623647e-15, + "L": 5.126601797598833e-16, + "G": 4.784567880777857e-11, + "F": 3.5534114317670173e-08, + "E": 1.170116000620558e-11, + "T": 9.166107872715656e-09, + "P": 8.54894460644573e-05, + "-": 0.9999144077301025 + }, + "id": "tp_2825" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 353153, + "label": "-", + "classification": { + "B": 3.5559043709554317e-08, + "S": 8.269208251476812e-08, + "I": 2.1387068045441993e-05, + "C": 7.077258942445042e-06, + "R": 1.2960109643245232e-06, + "M": 1.2501835954026319e-05, + "O": 5.117558430356439e-06, + "W": 1.1503695418468851e-07, + "N": 1.2725326996587683e-06, + "Y": 0.000284199311863631, + "U": 1.1057193916030883e-07, + "K": 4.951491973770317e-06, + "L": 1.3631512274514535e-07, + "G": 3.7455018173204735e-05, + "F": 0.0019855990540236235, + "E": 2.067032801278401e-05, + "T": 0.0001557525829412043, + "P": 0.04334336519241333, + "-": 0.9541189670562744 + }, + "id": "tp_2826" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 353253, + "label": "-", + "classification": { + "B": 5.854480789047045e-11, + "S": 5.42950510939999e-11, + "I": 1.6596526108969556e-07, + "C": 1.043056219174332e-08, + "R": 6.552210440879946e-10, + "M": 1.0798984249049681e-06, + "O": 2.4144291899119708e-08, + "W": 6.213464465165686e-11, + "N": 6.735398350166122e-10, + "Y": 4.99058878631331e-05, + "U": 1.8296718307109217e-11, + "K": 3.572145634844759e-10, + "L": 9.784426602266194e-10, + "G": 1.1902981214007013e-06, + "F": 3.733510311576538e-05, + "E": 4.973778118255723e-07, + "T": 8.168625754478853e-06, + "P": 0.003339374205097556, + "-": 0.9965623021125793 + }, + "id": "tp_2827" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 353387, + "label": "-", + "classification": { + "B": 2.637187037635158e-07, + "S": 2.026286693990187e-07, + "I": 0.00011715640721376985, + "C": 3.0610335670644417e-06, + "R": 1.2863763458881294e-06, + "M": 9.940332347468939e-06, + "O": 1.0610419849399477e-05, + "W": 3.58504564701434e-07, + "N": 3.3576484383956995e-06, + "Y": 0.0002666819782461971, + "U": 1.4127749636827502e-07, + "K": 2.68263306679728e-07, + "L": 4.156426030021976e-07, + "G": 5.004559352528304e-05, + "F": 0.000305976253002882, + "E": 1.217042972712079e-05, + "T": 0.0002674039569683373, + "P": 0.20662815868854523, + "-": 0.7923224568367004 + }, + "id": "tp_2828" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 353520, + "label": "-", + "classification": { + "B": 5.429494093905918e-12, + "S": 1.0058843341598234e-10, + "I": 1.7745892932907736e-07, + "C": 1.581971997843823e-09, + "R": 1.4903567269186624e-10, + "M": 4.0017404501213605e-08, + "O": 1.0438625963615777e-08, + "W": 1.0138954953387014e-10, + "N": 3.5515841378952473e-09, + "Y": 1.2683905879384838e-05, + "U": 3.556732339204949e-11, + "K": 2.7013371095563343e-08, + "L": 3.02313452049674e-11, + "G": 1.2522988868113316e-07, + "F": 2.560070061008446e-05, + "E": 5.859533303009812e-07, + "T": 4.407716460264055e-06, + "P": 0.016124825924634933, + "-": 0.9838314056396484 + }, + "id": "tp_2829" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 353654, + "label": "-", + "classification": { + "B": 2.747503913269611e-08, + "S": 1.8021621883690386e-07, + "I": 4.17530372942565e-06, + "C": 6.504538987428532e-07, + "R": 7.798611534326483e-08, + "M": 1.7475402273703367e-05, + "O": 3.886295871780021e-06, + "W": 9.781427223742867e-08, + "N": 2.964518159842555e-07, + "Y": 0.0002241759211756289, + "U": 1.4507381074224668e-08, + "K": 1.7724102008287446e-06, + "L": 7.17154833296263e-08, + "G": 1.7344105799566023e-05, + "F": 0.002318082144483924, + "E": 1.402604812028585e-05, + "T": 0.0001228650944540277, + "P": 0.014355634339153767, + "-": 0.9829189777374268 + }, + "id": "tp_2830" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 353754, + "label": "-", + "classification": { + "B": 9.12510422779178e-09, + "S": 6.181704037544478e-10, + "I": 9.011537294156824e-09, + "C": 1.723444942314245e-09, + "R": 7.979082672360249e-11, + "M": 5.3967842177371494e-06, + "O": 1.0659667992740651e-07, + "W": 9.348263135811052e-11, + "N": 6.801077756524165e-11, + "Y": 1.3068560292595066e-05, + "U": 3.310983431870085e-12, + "K": 6.604449626079756e-12, + "L": 5.5487134886789136e-09, + "G": 2.980782483064104e-06, + "F": 7.113348146958742e-06, + "E": 7.187573913824963e-08, + "T": 1.2319162124185823e-05, + "P": 0.0012920373119413853, + "-": 0.9986667633056641 + }, + "id": "tp_2831" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 353887, + "label": "-", + "classification": { + "B": 1.1615522987895588e-09, + "S": 9.33021576665638e-11, + "I": 1.2014692174489028e-07, + "C": 7.548993607997545e-08, + "R": 6.079891701205042e-09, + "M": 9.02124327240017e-07, + "O": 4.0427973857504185e-08, + "W": 2.6687868581731777e-10, + "N": 3.202452747430584e-10, + "Y": 4.2936251702485606e-05, + "U": 7.872054397228823e-11, + "K": 1.5325123392528894e-09, + "L": 3.1414417733799382e-09, + "G": 6.933083113835892e-06, + "F": 0.00011680581519613042, + "E": 3.7673726183129475e-07, + "T": 4.086822627868969e-06, + "P": 0.00354313338175416, + "-": 0.9962844848632812 + }, + "id": "tp_2832" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 354021, + "label": "-", + "classification": { + "B": 2.4647242025110927e-09, + "S": 4.20126461397885e-10, + "I": 3.700005279938523e-08, + "C": 5.159085381123418e-10, + "R": 1.473646482619273e-10, + "M": 1.5313669337047031e-06, + "O": 8.289835307095927e-08, + "W": 1.4018598781806446e-10, + "N": 5.1492223679394655e-11, + "Y": 1.6562218661420047e-05, + "U": 1.2628336961209574e-12, + "K": 8.291597389156052e-14, + "L": 7.49983097847462e-09, + "G": 6.13384770531411e-07, + "F": 3.0276917186711216e-06, + "E": 9.113772847513246e-09, + "T": 2.6076511858263984e-05, + "P": 0.00185366568621248, + "-": 0.9980984330177307 + }, + "id": "tp_2833" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 354154, + "label": "-", + "classification": { + "B": 9.198179717895272e-11, + "S": 1.693802736957295e-10, + "I": 3.070390519610555e-08, + "C": 3.8782532740810893e-11, + "R": 1.7233853233378227e-11, + "M": 1.1019216117347241e-07, + "O": 3.495744849146831e-08, + "W": 3.090986841480792e-11, + "N": 3.86136539409776e-11, + "Y": 4.7936669034243096e-06, + "U": 6.380214824346087e-13, + "K": 1.36335021505736e-13, + "L": 7.199660867485136e-10, + "G": 1.0308563958005834e-07, + "F": 1.0806318186951103e-06, + "E": 5.415756176851971e-10, + "T": 4.603621346177533e-05, + "P": 0.0016421240288764238, + "-": 0.9983056783676147 + }, + "id": "tp_2834" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 354254, + "label": "-", + "classification": { + "B": 0.0003366336750332266, + "S": 0.00019149288709741086, + "I": 0.000570653413888067, + "C": 9.554043936077505e-05, + "R": 2.317337020940613e-05, + "M": 0.004776179324835539, + "O": 0.0009979215683415532, + "W": 6.484298501163721e-05, + "N": 6.109412061050534e-05, + "Y": 0.0027912557125091553, + "U": 6.473223493230762e-06, + "K": 8.291863196063787e-06, + "L": 0.00023542169947177172, + "G": 0.0016265497542917728, + "F": 0.009251628071069717, + "E": 0.0020598797127604485, + "T": 0.003935269080102444, + "P": 0.08467359840869904, + "-": 0.888293981552124 + }, + "id": "tp_2835" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 354388, + "label": "-", + "classification": { + "B": 8.290267578558996e-05, + "S": 0.00010937540355371311, + "I": 1.811656511563342e-05, + "C": 3.322710426800768e-06, + "R": 9.159842306871724e-07, + "M": 0.001324905431829393, + "O": 0.0002801105147227645, + "W": 1.4892846593284048e-05, + "N": 2.6004975097748684e-06, + "Y": 0.0011174387764185667, + "U": 3.663725181013433e-07, + "K": 4.016003913420718e-06, + "L": 3.706880670506507e-05, + "G": 0.0007130506564863026, + "F": 0.006848351564258337, + "E": 0.00022366332996170968, + "T": 0.0019872409757226706, + "P": 0.02130156382918358, + "-": 0.9659299254417419 + }, + "id": "tp_2836" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 354521, + "label": "-", + "classification": { + "B": 2.343112782909884e-06, + "S": 2.749531631707214e-06, + "I": 0.0005243928753770888, + "C": 0.0001797184959286824, + "R": 2.231379949080292e-05, + "M": 0.0001329716033069417, + "O": 4.489737330004573e-05, + "W": 7.227862170111621e-06, + "N": 4.4403808715287596e-05, + "Y": 0.0015928404172882438, + "U": 7.5038979048258625e-06, + "K": 0.00019089618581347167, + "L": 5.545954536501085e-06, + "G": 0.0003860018914565444, + "F": 0.01782304234802723, + "E": 0.0009732618927955627, + "T": 0.0004942996893078089, + "P": 0.15222127735614777, + "-": 0.8253443241119385 + }, + "id": "tp_2837" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 354655, + "label": "-", + "classification": { + "B": 2.049237082246691e-06, + "S": 2.2246931621339172e-06, + "I": 0.0011018960503861308, + "C": 0.00016809353837743402, + "R": 2.6499847081140615e-05, + "M": 0.000640733924228698, + "O": 8.041530236368999e-05, + "W": 3.44730915458058e-06, + "N": 2.8702559575322084e-05, + "Y": 0.0020239718724042177, + "U": 1.7962569245355553e-06, + "K": 2.243260269096936e-06, + "L": 1.2232673725520726e-05, + "G": 0.00035867991391569376, + "F": 0.00143079471308738, + "E": 0.000527179567143321, + "T": 0.002337894169613719, + "P": 0.08919830620288849, + "-": 0.9020528197288513 + }, + "id": "tp_2838" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 354755, + "label": "-", + "classification": { + "B": 1.0177347679884985e-11, + "S": 5.063539518235238e-11, + "I": 8.59002113884344e-08, + "C": 5.5775855045681055e-09, + "R": 8.097446047017343e-10, + "M": 2.622887222969439e-07, + "O": 2.11483044409988e-08, + "W": 4.018422400386967e-11, + "N": 2.143310806612675e-10, + "Y": 1.211812468682183e-05, + "U": 9.511423766650484e-12, + "K": 3.806830545238782e-11, + "L": 9.265918032852483e-10, + "G": 5.188999807614891e-07, + "F": 7.500124775106087e-05, + "E": 2.4112306817869467e-08, + "T": 1.24537073133979e-05, + "P": 0.003234583418816328, + "-": 0.9966649413108826 + }, + "id": "tp_2839" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 354888, + "label": "-", + "classification": { + "B": 1.1286991252745793e-07, + "S": 1.32964089516463e-07, + "I": 4.279538643459091e-06, + "C": 4.743011231767014e-06, + "R": 1.6327589946740773e-07, + "M": 1.424900347046787e-05, + "O": 3.5526563806342892e-06, + "W": 1.5929691699057003e-07, + "N": 3.8553551462428004e-07, + "Y": 0.00010084461973747239, + "U": 8.599950263032952e-08, + "K": 7.433046903315699e-06, + "L": 1.9797539607679937e-07, + "G": 3.1252151529770344e-05, + "F": 0.003958532586693764, + "E": 6.29647183814086e-05, + "T": 5.964393130852841e-05, + "P": 0.02711283229291439, + "-": 0.9686384797096252 + }, + "id": "tp_2840" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 355022, + "label": "-", + "classification": { + "B": 4.392602548364266e-08, + "S": 2.7940085800537418e-09, + "I": 5.0498074415372685e-06, + "C": 3.456760282460891e-07, + "R": 3.977865858928453e-08, + "M": 3.2645402825437486e-05, + "O": 2.1331475181796122e-06, + "W": 7.406920410346629e-09, + "N": 1.7281294617532694e-08, + "Y": 3.0968858482083306e-05, + "U": 8.714440280499502e-10, + "K": 2.1439564013014945e-10, + "L": 1.4858821373309183e-07, + "G": 9.058845535037108e-06, + "F": 2.3182748918770812e-05, + "E": 4.308821644372074e-06, + "T": 3.638608905021101e-05, + "P": 0.01411454938352108, + "-": 0.985741138458252 + }, + "id": "tp_2841" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 355155, + "label": "-", + "classification": { + "B": 1.893675971587072e-07, + "S": 1.0268961680992561e-08, + "I": 1.001423129309842e-06, + "C": 1.5998109859083343e-07, + "R": 3.4182473740429486e-08, + "M": 4.74502030556323e-06, + "O": 1.976687372007291e-06, + "W": 1.4755863197990493e-08, + "N": 1.3182741120942865e-08, + "Y": 1.9509781850501895e-05, + "U": 5.71147074079903e-10, + "K": 4.4407735821927474e-10, + "L": 8.499239356751787e-08, + "G": 8.996552423923276e-06, + "F": 0.00011184357572346926, + "E": 1.7077446727853385e-06, + "T": 1.713675919745583e-05, + "P": 0.032030604779720306, + "-": 0.9678019285202026 + }, + "id": "tp_2842" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 355255, + "label": "-", + "classification": { + "B": 1.7195104007328155e-08, + "S": 1.9678809692891264e-09, + "I": 4.195670953777153e-06, + "C": 3.6135276104687364e-07, + "R": 1.869350541028325e-08, + "M": 3.952187853428768e-06, + "O": 3.640302850271837e-07, + "W": 2.129138643169881e-09, + "N": 3.577136453714047e-08, + "Y": 3.9162910979939625e-05, + "U": 8.456392808220414e-10, + "K": 8.564290610024727e-09, + "L": 4.42976215708768e-08, + "G": 4.597098450176418e-05, + "F": 0.0005337227485142648, + "E": 1.7000167645164765e-05, + "T": 1.9811548554571345e-05, + "P": 0.061046745628118515, + "-": 0.9382885098457336 + }, + "id": "tp_2843" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 355389, + "label": "-", + "classification": { + "B": 2.186741039622575e-05, + "S": 2.449694693495985e-05, + "I": 0.0026034002657979727, + "C": 0.0001823961065383628, + "R": 7.74660220486112e-05, + "M": 0.0008330225246027112, + "O": 0.0003077701258007437, + "W": 3.6667111999122426e-05, + "N": 0.00017677442519925535, + "Y": 0.0033652097918093204, + "U": 2.7552061510505155e-05, + "K": 4.460198397282511e-05, + "L": 6.34509269730188e-05, + "G": 0.0009479711297899485, + "F": 0.005228789988905191, + "E": 0.0013672614004462957, + "T": 0.004622424487024546, + "P": 0.22569821774959564, + "-": 0.7543706893920898 + }, + "id": "tp_2844" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 355522, + "label": "-", + "classification": { + "B": 1.334020532928193e-10, + "S": 2.2895223217300753e-10, + "I": 9.606483217794448e-07, + "C": 1.212668454542154e-08, + "R": 5.913893263986836e-10, + "M": 5.553330311158788e-07, + "O": 2.941411914036962e-08, + "W": 2.7238009070451596e-10, + "N": 5.551291426542093e-09, + "Y": 6.465113983722404e-06, + "U": 7.452823080900117e-11, + "K": 4.962427690990978e-10, + "L": 7.659484158040186e-10, + "G": 1.9033311104976747e-07, + "F": 2.9396189347608015e-05, + "E": 1.666441562520049e-06, + "T": 5.618804607365746e-06, + "P": 0.07319733500480652, + "-": 0.9267577528953552 + }, + "id": "tp_2845" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 355656, + "label": "-", + "classification": { + "B": 9.215317930966194e-08, + "S": 4.0910041576580625e-08, + "I": 2.4361314743259754e-08, + "C": 3.571066220509067e-10, + "R": 3.256718783539725e-10, + "M": 2.4032442524912767e-06, + "O": 2.044487246166682e-06, + "W": 3.4275353666401998e-09, + "N": 1.397953558468501e-10, + "Y": 1.8151870335714193e-06, + "U": 4.493029212571109e-12, + "K": 1.5784954723527256e-12, + "L": 1.0837772634886278e-07, + "G": 1.4744607597094728e-06, + "F": 5.181187589187175e-05, + "E": 2.320997616322984e-08, + "T": 6.020640739734517e-06, + "P": 0.002532327314838767, + "-": 0.9974019527435303 + }, + "id": "tp_2846" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 355756, + "label": "-", + "classification": { + "B": 6.154682097303521e-09, + "S": 1.4048707974723129e-08, + "I": 6.746821782144252e-06, + "C": 1.486004748585401e-06, + "R": 1.8565290815786284e-07, + "M": 1.1171394362463616e-05, + "O": 2.456057245581178e-06, + "W": 2.9806990653469256e-08, + "N": 9.533908240655364e-08, + "Y": 0.0001002997814794071, + "U": 1.4897776345890179e-08, + "K": 1.1315745673812216e-08, + "L": 2.434875341350562e-07, + "G": 1.3416403817245737e-05, + "F": 0.0002422224060865119, + "E": 1.4327858934848337e-06, + "T": 0.00018542476755101234, + "P": 0.01940203458070755, + "-": 0.9800326228141785 + }, + "id": "tp_2847" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 355889, + "label": "-", + "classification": { + "B": 5.6842707624182864e-12, + "S": 7.434647342208223e-11, + "I": 5.014228321442715e-08, + "C": 5.030980965159415e-09, + "R": 2.779377006323358e-10, + "M": 1.527064164008607e-08, + "O": 8.960879149810808e-09, + "W": 6.141454012009717e-11, + "N": 9.819826063406367e-10, + "Y": 1.576072122588812e-06, + "U": 9.479627152697567e-12, + "K": 1.758591605671711e-09, + "L": 5.4295925394631794e-11, + "G": 4.8773312499861277e-08, + "F": 0.0001402157940901816, + "E": 7.998864504088488e-08, + "T": 7.542615776401362e-07, + "P": 0.01170759554952383, + "-": 0.9881497621536255 + }, + "id": "tp_2848" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 356023, + "label": "-", + "classification": { + "B": 5.126811174704926e-06, + "S": 9.279587175115012e-06, + "I": 0.0022542541846632957, + "C": 7.096789340721443e-05, + "R": 7.042411198199261e-06, + "M": 0.00014821394870523363, + "O": 7.531128358095884e-05, + "W": 1.1574157724680845e-05, + "N": 0.00021816093067172915, + "Y": 0.00041891608270816505, + "U": 7.1224153543880675e-06, + "K": 7.622368138981983e-05, + "L": 4.366694156487938e-06, + "G": 0.000154691661009565, + "F": 0.001285945880226791, + "E": 0.0014890555758029222, + "T": 0.0008283978095278144, + "P": 0.395908921957016, + "-": 0.5970263481140137 + }, + "id": "tp_2849" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 356156, + "label": "-", + "classification": { + "B": 1.3718872260426451e-08, + "S": 2.3952734906629303e-08, + "I": 0.0001167346490547061, + "C": 3.13703981191793e-06, + "R": 8.408289886574494e-07, + "M": 1.1893372175109107e-05, + "O": 2.9016139251325512e-06, + "W": 7.582949734796784e-08, + "N": 1.7247260757358163e-06, + "Y": 0.000985430320724845, + "U": 3.431201633929959e-08, + "K": 4.151764301241201e-07, + "L": 9.432292102928841e-08, + "G": 2.6592815629555844e-05, + "F": 0.0004966275882907212, + "E": 3.9077425753930584e-05, + "T": 0.0002097881952067837, + "P": 0.06048097461462021, + "-": 0.9376236200332642 + }, + "id": "tp_2850" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 356256, + "label": "-", + "classification": { + "B": 2.1837731765117496e-06, + "S": 3.411332500036224e-06, + "I": 0.00011054083734052256, + "C": 5.789420902146958e-05, + "R": 1.2590331607498229e-05, + "M": 0.00036074177478440106, + "O": 0.00012722080282401294, + "W": 3.222711256967159e-06, + "N": 4.358577825769316e-06, + "Y": 0.0014460852835327387, + "U": 1.1946751783398213e-06, + "K": 2.603833308967296e-07, + "L": 2.7348070943844505e-05, + "G": 0.0003483565233182162, + "F": 0.0004728931817226112, + "E": 1.3829396266373806e-05, + "T": 0.0034037563018500805, + "P": 0.026090474799275398, + "-": 0.9675136208534241 + }, + "id": "tp_2851" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 356390, + "label": "-", + "classification": { + "B": 2.2480921870737802e-06, + "S": 1.9260418412159197e-05, + "I": 0.00011704298958647996, + "C": 6.361053237924352e-05, + "R": 1.5671934306737967e-05, + "M": 0.00040646555135026574, + "O": 0.00031106863752938807, + "W": 1.7057520381058566e-05, + "N": 1.7721307813189924e-05, + "Y": 0.0022795835975557566, + "U": 2.087852408294566e-06, + "K": 8.80847655935213e-05, + "L": 2.1710447981604375e-05, + "G": 0.0007318463176488876, + "F": 0.0165296271443367, + "E": 0.0003375291416887194, + "T": 0.001666745520196855, + "P": 0.021025368943810463, + "-": 0.9563472867012024 + }, + "id": "tp_2852" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 356523, + "label": "-", + "classification": { + "B": 7.612119268252115e-10, + "S": 9.165071368499866e-09, + "I": 8.320432698383229e-07, + "C": 4.821565013912732e-08, + "R": 6.396029927913105e-09, + "M": 1.6778012650320306e-06, + "O": 3.9347645497400663e-07, + "W": 5.348284481954124e-09, + "N": 1.6770428601375897e-08, + "Y": 1.609911305422429e-05, + "U": 1.0588678822642805e-09, + "K": 8.584420285728811e-09, + "L": 6.959317566668233e-09, + "G": 3.1943102385412203e-07, + "F": 4.4689491915050894e-05, + "E": 8.395525128435111e-07, + "T": 5.2737497753696516e-05, + "P": 0.01070332620292902, + "-": 0.9891791343688965 + }, + "id": "tp_2853" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 356657, + "label": "-", + "classification": { + "B": 3.859636854031123e-05, + "S": 1.5197114407783374e-05, + "I": 4.8715013690525666e-05, + "C": 2.912302534241462e-06, + "R": 1.340026415164175e-06, + "M": 0.00013625549036078155, + "O": 0.00015208867262117565, + "W": 7.940223440527916e-06, + "N": 4.066704605065752e-06, + "Y": 0.00017544357979204506, + "U": 2.787677999549487e-07, + "K": 1.9543708162927942e-07, + "L": 1.4278602066042367e-05, + "G": 9.500969463260844e-05, + "F": 0.0013943091034889221, + "E": 5.2251773013267666e-05, + "T": 0.0005886874278075993, + "P": 0.11824436485767365, + "-": 0.8790280818939209 + }, + "id": "tp_2854" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 356757, + "label": "-", + "classification": { + "B": 2.1200212358962744e-06, + "S": 6.293566343629209e-07, + "I": 4.9606445827521384e-05, + "C": 2.274359758303035e-06, + "R": 3.2589275633654324e-07, + "M": 4.9111902626464143e-05, + "O": 2.234407111245673e-05, + "W": 9.086482464226719e-07, + "N": 3.7021352454758016e-06, + "Y": 0.0001406787778250873, + "U": 1.7862134882307146e-07, + "K": 1.2526472801255295e-06, + "L": 1.079760863831325e-06, + "G": 3.9413778722519055e-05, + "F": 0.0011164878960698843, + "E": 0.0001269438216695562, + "T": 0.00028495321748778224, + "P": 0.17221398651599884, + "-": 0.8259439468383789 + }, + "id": "tp_2855" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 356890, + "label": "-", + "classification": { + "B": 3.375049288933951e-07, + "S": 2.851926979019481e-07, + "I": 4.14836649724748e-05, + "C": 3.7776833323732717e-06, + "R": 2.304493875726621e-07, + "M": 3.313819252070971e-05, + "O": 1.2584678188432008e-05, + "W": 3.7243242445583746e-07, + "N": 9.086365366783866e-07, + "Y": 8.018950029509142e-05, + "U": 5.5598292192371446e-08, + "K": 2.535072596288046e-08, + "L": 1.437560172234953e-06, + "G": 2.667303488124162e-05, + "F": 0.0003899990697391331, + "E": 2.5355939214932732e-05, + "T": 0.0001960262598004192, + "P": 0.11393292248249054, + "-": 0.8852541446685791 + }, + "id": "tp_2856" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 357024, + "label": "-", + "classification": { + "B": 1.365120425589339e-07, + "S": 4.884714144282043e-07, + "I": 5.1784962124656886e-05, + "C": 6.150399258331163e-06, + "R": 1.4463794286712073e-06, + "M": 3.8702528399880975e-05, + "O": 1.9093948139925487e-05, + "W": 6.774436087653157e-07, + "N": 2.320382691323175e-06, + "Y": 0.00031561628566123545, + "U": 2.896642854466336e-07, + "K": 1.905953581626818e-06, + "L": 9.033093419930083e-07, + "G": 5.280461482470855e-05, + "F": 0.002058572368696332, + "E": 3.035505324078258e-05, + "T": 0.0003199703060090542, + "P": 0.05588569492101669, + "-": 0.9412131309509277 + }, + "id": "tp_2857" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 357157, + "label": "-", + "classification": { + "B": 1.1731435733963735e-06, + "S": 5.7909151109925006e-06, + "I": 0.0009949069935828447, + "C": 2.7051594315707916e-06, + "R": 2.1272421690810006e-06, + "M": 4.517663546721451e-05, + "O": 5.6384425988653675e-05, + "W": 2.0046657027705805e-06, + "N": 3.319895768072456e-05, + "Y": 0.00013542184024117887, + "U": 1.3042188129475107e-07, + "K": 3.2666210358911485e-07, + "L": 2.5410927264601924e-06, + "G": 4.593658013618551e-05, + "F": 0.0010305577889084816, + "E": 7.187468145275488e-05, + "T": 0.00027007877361029387, + "P": 0.4703085124492645, + "-": 0.5269911289215088 + }, + "id": "tp_2858" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 357257, + "label": "-", + "classification": { + "B": 7.438589818775654e-06, + "S": 6.497592403320596e-05, + "I": 5.375454179556982e-07, + "C": 6.671505730082572e-07, + "R": 5.8803613001146e-07, + "M": 0.0006901131710037589, + "O": 0.0003086936194449663, + "W": 2.8268971163925016e-06, + "N": 2.2832795210092627e-08, + "Y": 0.00011427656863816082, + "U": 6.899050219999481e-10, + "K": 1.0147986451158886e-08, + "L": 5.496452286024578e-05, + "G": 0.00025080249179154634, + "F": 0.017661700025200844, + "E": 5.863329533895012e-06, + "T": 0.0002399982768110931, + "P": 0.0007719968562014401, + "-": 0.979824423789978 + }, + "id": "tp_2859" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 357391, + "label": "-", + "classification": { + "B": 0.0010375914862379432, + "S": 0.0015591519186273217, + "I": 0.006210742052644491, + "C": 0.002898672828450799, + "R": 0.0018736070487648249, + "M": 0.03582422807812691, + "O": 0.013142536394298077, + "W": 0.0007964736432768404, + "N": 0.0009803352877497673, + "Y": 0.02542705088853836, + "U": 0.0001758995931595564, + "K": 0.00010037378524430096, + "L": 0.005356087815016508, + "G": 0.01913449540734291, + "F": 0.024005424231290817, + "E": 0.0026354901492595673, + "T": 0.03862205892801285, + "P": 0.05646609142422676, + "-": 0.7637536525726318 + }, + "id": "tp_2860" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 357524, + "label": "-", + "classification": { + "B": 1.2895670087331723e-09, + "S": 3.32816463277652e-09, + "I": 1.2998654597140558e-08, + "C": 4.9914067545842045e-08, + "R": 1.3552472921674052e-08, + "M": 3.9742040826240554e-05, + "O": 3.0584665182686877e-06, + "W": 9.214468077445304e-10, + "N": 4.2796346327866885e-11, + "Y": 2.806094016705174e-05, + "U": 4.428504871839545e-12, + "K": 7.874297459735391e-13, + "L": 8.973618719210208e-07, + "G": 1.347669694951037e-05, + "F": 0.00010430280235596001, + "E": 2.6805738073676366e-08, + "T": 4.1735464037628844e-05, + "P": 0.00011897686636075377, + "-": 0.9996496438980103 + }, + "id": "tp_2861" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 357658, + "label": "-", + "classification": { + "B": 3.8729304208118265e-08, + "S": 3.547959082084162e-08, + "I": 6.807593155855329e-09, + "C": 1.1074923200737885e-08, + "R": 1.2438103880185736e-08, + "M": 2.8265308174013626e-06, + "O": 3.840296358248452e-06, + "W": 6.700006327520214e-09, + "N": 5.888912968377014e-11, + "Y": 1.533656359242741e-05, + "U": 4.291818636592559e-12, + "K": 1.0507627754008375e-12, + "L": 2.9926158617854526e-07, + "G": 3.5798434510070365e-06, + "F": 0.00015323895786423236, + "E": 9.592886485165764e-09, + "T": 9.164145012618974e-06, + "P": 0.00032440287759527564, + "-": 0.9994871616363525 + }, + "id": "tp_2862" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 357758, + "label": "-", + "classification": { + "B": 1.1335673661960755e-06, + "S": 1.7358016748403315e-06, + "I": 1.763072759786155e-06, + "C": 2.6167825240008824e-07, + "R": 1.1263167465358492e-07, + "M": 7.768985233269632e-05, + "O": 1.9316026737214997e-05, + "W": 1.7305347910223645e-07, + "N": 5.771918765162809e-08, + "Y": 0.00018261722289025784, + "U": 2.372207541512239e-09, + "K": 2.25920810947855e-08, + "L": 2.3877291823737323e-06, + "G": 9.13097828743048e-05, + "F": 0.004573763348162174, + "E": 1.2108856026316062e-05, + "T": 0.00013689938350580633, + "P": 0.004017134662717581, + "-": 0.9908815622329712 + }, + "id": "tp_2863" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 357891, + "label": "-", + "classification": { + "B": 4.863175107061579e-08, + "S": 1.6616766629340418e-07, + "I": 7.082788329171308e-07, + "C": 5.876521047554206e-09, + "R": 6.7995218344663044e-09, + "M": 4.632014315575361e-05, + "O": 1.1150023965456057e-05, + "W": 5.0123261985390855e-08, + "N": 6.2425078439787285e-09, + "Y": 3.5637673136079684e-05, + "U": 8.158001357783107e-11, + "K": 1.7340300029200506e-10, + "L": 2.9274460189299134e-07, + "G": 4.806146534974687e-06, + "F": 0.00010799283336382359, + "E": 1.611620206176667e-07, + "T": 0.00016976021288428456, + "P": 0.0019852062687277794, + "-": 0.9976377487182617 + }, + "id": "tp_2864" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 358025, + "label": "-", + "classification": { + "B": 0.003844212042167783, + "S": 0.0005796208861283958, + "I": 0.0009674624889157712, + "C": 2.9854130843887106e-05, + "R": 2.999757089128252e-05, + "M": 0.005618127528578043, + "O": 0.005976053420454264, + "W": 8.32767691463232e-05, + "N": 1.780466118361801e-05, + "Y": 0.0007405694923363626, + "U": 1.4631628175720834e-07, + "K": 1.1899258467451546e-08, + "L": 0.0011301940539851785, + "G": 0.0014055254869163036, + "F": 0.0008770204149186611, + "E": 0.00013382473844103515, + "T": 0.0015007599722594023, + "P": 0.0684460997581482, + "-": 0.9086195230484009 + }, + "id": "tp_2865" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 358158, + "label": "-", + "classification": { + "B": 3.4444017273926875e-06, + "S": 2.601643791422248e-05, + "I": 0.0002858332300093025, + "C": 3.65512132702861e-05, + "R": 2.7458927434054203e-05, + "M": 0.000493955856654793, + "O": 0.00030589630478061736, + "W": 2.0404204406077042e-05, + "N": 2.2052003259886988e-05, + "Y": 0.011442934162914753, + "U": 1.8582021539259586e-06, + "K": 2.319219129276462e-05, + "L": 1.8526610801927745e-05, + "G": 0.00035398031468503177, + "F": 0.0037360917776823044, + "E": 3.5534660128178075e-05, + "T": 0.01868792623281479, + "P": 0.014487638138234615, + "-": 0.9499906897544861 + }, + "id": "tp_2866" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 358258, + "label": "-", + "classification": { + "B": 0.000594973040279001, + "S": 0.0009279677178710699, + "I": 0.0002813070605043322, + "C": 0.00018219189951196313, + "R": 0.0001232448994414881, + "M": 0.0027046522591263056, + "O": 0.003327823244035244, + "W": 0.0003249836736358702, + "N": 5.99784980295226e-05, + "Y": 0.002227858640253544, + "U": 1.5597579476889223e-05, + "K": 0.00010621962428558618, + "L": 0.0006086953799240291, + "G": 0.002030000789090991, + "F": 0.0424531027674675, + "E": 0.0005556446849368513, + "T": 0.0038020939100533724, + "P": 0.026091324165463448, + "-": 0.9135823249816895 + }, + "id": "tp_2867" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 358392, + "label": "-", + "classification": { + "B": 4.6938051667666514e-08, + "S": 4.258747026142373e-07, + "I": 3.9689717823421233e-07, + "C": 6.059224801902019e-07, + "R": 3.631412823779101e-07, + "M": 3.2218133128480986e-05, + "O": 1.1291608643659856e-05, + "W": 1.040925283746219e-07, + "N": 1.086769874092397e-08, + "Y": 0.0001279263524338603, + "U": 7.638972232548724e-10, + "K": 1.820038875166574e-08, + "L": 1.181014908979705e-06, + "G": 2.7555104679777287e-05, + "F": 0.007986880838871002, + "E": 1.0385936093371129e-06, + "T": 7.163251575548202e-05, + "P": 0.0012863799929618835, + "-": 0.9904520511627197 + }, + "id": "tp_2868" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 358525, + "label": "-", + "classification": { + "B": 3.172516244376311e-06, + "S": 5.034891000832431e-05, + "I": 1.0632787052600179e-05, + "C": 6.385621873050695e-06, + "R": 9.208946494254633e-07, + "M": 0.00025992165319621563, + "O": 0.00010305823525413871, + "W": 7.658435606572311e-06, + "N": 3.317366690680501e-06, + "Y": 0.0012255269102752209, + "U": 1.1190187620968572e-07, + "K": 6.445560575230047e-05, + "L": 7.740483852103353e-06, + "G": 0.0005667946534231305, + "F": 0.1591191589832306, + "E": 0.0004480032075662166, + "T": 0.0006261600065045059, + "P": 0.02292659878730774, + "-": 0.8145700097084045 + }, + "id": "tp_2869" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 358625, + "label": "-", + "classification": { + "B": 0.0024064870085567236, + "S": 0.003502344712615013, + "I": 0.015831761062145233, + "C": 0.0080656623467803, + "R": 0.003257824806496501, + "M": 0.015573511831462383, + "O": 0.009666627272963524, + "W": 0.0029613820370286703, + "N": 0.007059802766889334, + "Y": 0.0213298536837101, + "U": 0.001624155673198402, + "K": 0.004860697314143181, + "L": 0.002902344102039933, + "G": 0.016401365399360657, + "F": 0.07885980606079102, + "E": 0.022926995530724525, + "T": 0.020390000194311142, + "P": 0.2741202116012573, + "-": 0.4882591664791107 + }, + "id": "tp_2870" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 358759, + "label": "-", + "classification": { + "B": 5.4779316087660845e-06, + "S": 7.139700301195262e-06, + "I": 4.974896910425741e-06, + "C": 2.1686466880055377e-06, + "R": 2.028906237683259e-06, + "M": 0.0007016616291366518, + "O": 0.0002431800967315212, + "W": 2.984680349982227e-06, + "N": 2.0181562376819784e-07, + "Y": 0.0008977247634902596, + "U": 3.8520198586411425e-08, + "K": 2.430203238645845e-08, + "L": 6.124719220679253e-05, + "G": 0.00022741664724890143, + "F": 0.0031243665143847466, + "E": 5.1282472668390255e-06, + "T": 0.0015457143308594823, + "P": 0.0031723850406706333, + "-": 0.9899961948394775 + }, + "id": "tp_2871" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 358892, + "label": "-", + "classification": { + "B": 1.5519485696557922e-09, + "S": 6.180414846568283e-09, + "I": 3.2490493140358012e-06, + "C": 5.018316073801543e-07, + "R": 1.195661525343894e-07, + "M": 1.991447106775013e-06, + "O": 7.385767162304546e-07, + "W": 8.832390818724889e-09, + "N": 5.2447823861712095e-08, + "Y": 0.0001377125590806827, + "U": 4.44911574248863e-09, + "K": 2.6381931306218576e-08, + "L": 2.559107947774919e-08, + "G": 5.891218734177528e-06, + "F": 0.0005150835495442152, + "E": 9.270446525988518e-07, + "T": 6.297861546045169e-05, + "P": 0.01300391647964716, + "-": 0.9862667322158813 + }, + "id": "tp_2872" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 359026, + "label": "-", + "classification": { + "B": 3.6644566989707528e-06, + "S": 0.00014822684170212597, + "I": 9.001917078421684e-07, + "C": 5.994339744574972e-07, + "R": 7.160054451560427e-07, + "M": 0.0019841224420815706, + "O": 0.000806804746389389, + "W": 8.282865564979147e-06, + "N": 8.1829476528128e-08, + "Y": 0.0013016903540119529, + "U": 8.850905008905841e-10, + "K": 1.572268786276254e-07, + "L": 5.112148210173473e-05, + "G": 0.0006560311303474009, + "F": 0.025282837450504303, + "E": 4.02378191211028e-06, + "T": 0.0027310464065521955, + "P": 0.00023835392494220287, + "-": 0.9667813181877136 + }, + "id": "tp_2873" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 359126, + "label": "-", + "classification": { + "B": 0.0005727341631427407, + "S": 0.000190052785910666, + "I": 0.00015641980280634016, + "C": 2.7405927539803088e-05, + "R": 3.841719080810435e-05, + "M": 0.011353540234267712, + "O": 0.0027430965565145016, + "W": 8.518789400113747e-05, + "N": 5.350926585379057e-06, + "Y": 0.0029169816989451647, + "U": 1.1357848279658356e-06, + "K": 1.7892676851261058e-07, + "L": 0.001000125310383737, + "G": 0.0018572141416370869, + "F": 0.004560851491987705, + "E": 0.00012943144247401506, + "T": 0.004708791151642799, + "P": 0.012210559099912643, + "-": 0.9574426412582397 + }, + "id": "tp_2874" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 359259, + "label": "-", + "classification": { + "B": 1.3734611670201957e-08, + "S": 1.361314758696608e-07, + "I": 4.67295109274346e-08, + "C": 7.98331845075495e-10, + "R": 1.8816741220728517e-10, + "M": 2.3718577722320333e-05, + "O": 1.5077215493874974e-06, + "W": 4.222156402278188e-09, + "N": 7.611200003587726e-10, + "Y": 1.2289040569157805e-05, + "U": 7.776942284598576e-12, + "K": 5.911821032711373e-11, + "L": 3.60265914878255e-08, + "G": 1.0123859510713373e-06, + "F": 0.00020256615243852139, + "E": 1.1364788576884166e-07, + "T": 7.391638064291328e-05, + "P": 0.0017092073103412986, + "-": 0.9979755282402039 + }, + "id": "tp_2875" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 359393, + "label": "-", + "classification": { + "B": 1.6746330544492594e-08, + "S": 2.938693057785713e-07, + "I": 4.921964773529908e-06, + "C": 1.510961396888888e-06, + "R": 1.0669039056665497e-06, + "M": 1.3823277186020277e-05, + "O": 6.450381533795735e-06, + "W": 2.3417398153924296e-07, + "N": 1.9280324181636388e-07, + "Y": 0.0009023533784784377, + "U": 2.8712412003528698e-08, + "K": 9.226769748238439e-07, + "L": 3.8914507172194135e-07, + "G": 3.0068478736211546e-05, + "F": 0.00557471439242363, + "E": 2.200665676355129e-06, + "T": 0.0002876991929952055, + "P": 0.00594649463891983, + "-": 0.987226665019989 + }, + "id": "tp_2876" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 359526, + "label": "-", + "classification": { + "B": 6.203383964020759e-05, + "S": 8.830106526147574e-05, + "I": 0.0011688295053318143, + "C": 0.0003975801810156554, + "R": 0.00010965324327116832, + "M": 0.000969129556324333, + "O": 0.0006266391137614846, + "W": 6.0486956499516964e-05, + "N": 9.794005018193275e-05, + "Y": 0.0026952940970659256, + "U": 1.1217081009817775e-05, + "K": 3.816945536527783e-05, + "L": 0.00015063135651871562, + "G": 0.0019350131042301655, + "F": 0.021719561889767647, + "E": 0.0006580016924999654, + "T": 0.0020442469976842403, + "P": 0.1081232950091362, + "-": 0.8590439558029175 + }, + "id": "tp_2877" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 359626, + "label": "-", + "classification": { + "B": 2.2168156021962204e-07, + "S": 3.3708852242853027e-07, + "I": 4.2665249111450976e-07, + "C": 1.1679163662847714e-06, + "R": 6.94251241384336e-07, + "M": 0.00010044811642728746, + "O": 3.09195056615863e-05, + "W": 1.2128418802603846e-07, + "N": 4.224445682154965e-09, + "Y": 0.00019020517356693745, + "U": 1.5711107970162175e-09, + "K": 7.559178283322865e-10, + "L": 1.6672171113896184e-05, + "G": 0.00014115194790065289, + "F": 0.002704622922465205, + "E": 3.682551152905944e-07, + "T": 0.00011935222573811188, + "P": 0.0006778657552786171, + "-": 0.9960153698921204 + }, + "id": "tp_2878" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 359760, + "label": "-", + "classification": { + "B": 5.757610779255629e-07, + "S": 4.5899846554675605e-06, + "I": 1.184298253065208e-05, + "C": 8.482896873829304e-07, + "R": 5.833406930833007e-07, + "M": 7.11106404196471e-05, + "O": 3.844925231533125e-05, + "W": 2.371120899624657e-06, + "N": 1.2032481890855706e-06, + "Y": 0.0018964962800964713, + "U": 6.759218251772836e-08, + "K": 1.5540725144091994e-05, + "L": 2.1163793917367e-06, + "G": 0.00025323923910036683, + "F": 0.0367487296462059, + "E": 6.0190217482158914e-05, + "T": 0.0005822122911922634, + "P": 0.016424840316176414, + "-": 0.9438849687576294 + }, + "id": "tp_2879" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 359893, + "label": "-", + "classification": { + "B": 0.0001523891114629805, + "S": 0.0004805665521416813, + "I": 2.170338666473981e-05, + "C": 1.844234429881908e-05, + "R": 2.788136225717608e-05, + "M": 0.0015978636220097542, + "O": 0.0020640743896365166, + "W": 9.886403859127313e-05, + "N": 3.2326893233403098e-06, + "Y": 0.0040209670551121235, + "U": 3.549935740920773e-07, + "K": 7.171584002207965e-06, + "L": 0.00038906667032279074, + "G": 0.004159857518970966, + "F": 0.07313282787799835, + "E": 0.00010109904542332515, + "T": 0.0017699478194117546, + "P": 0.008311261422932148, + "-": 0.9036423563957214 + }, + "id": "tp_2880" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 360027, + "label": "-", + "classification": { + "B": 2.215261702076532e-06, + "S": 1.1885661479027476e-05, + "I": 8.512841304764152e-05, + "C": 1.9585026166168973e-05, + "R": 1.0652490345819388e-05, + "M": 0.0018492895178496838, + "O": 0.00016389915253967047, + "W": 5.867931577085983e-06, + "N": 3.3526964671182213e-06, + "Y": 0.022249119356274605, + "U": 4.0598999362373434e-07, + "K": 3.417349034862127e-06, + "L": 2.2984837414696813e-05, + "G": 0.0008066644659265876, + "F": 0.00533449649810791, + "E": 5.823619358125143e-05, + "T": 0.01086532324552536, + "P": 0.004499419126659632, + "-": 0.9540080428123474 + }, + "id": "tp_2881" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 360127, + "label": "-", + "classification": { + "B": 5.762100840911444e-07, + "S": 1.79150291046426e-07, + "I": 1.3030193258600775e-05, + "C": 9.241218322131317e-06, + "R": 1.2737291399389505e-06, + "M": 0.00024828582536429167, + "O": 2.2210979295778088e-05, + "W": 1.5102695272162237e-07, + "N": 1.5387530538646388e-07, + "Y": 0.00019046141824219376, + "U": 3.077494525882685e-08, + "K": 2.1916879422434477e-09, + "L": 1.1770720448112115e-05, + "G": 0.00014690835087094456, + "F": 0.0004425259539857507, + "E": 1.179539776785532e-05, + "T": 0.0005274951690807939, + "P": 0.013538414612412453, + "-": 0.9848355054855347 + }, + "id": "tp_2882" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 360260, + "label": "-", + "classification": { + "B": 1.1730414274484235e-13, + "S": 2.0447963526397384e-13, + "I": 2.6023017074550125e-10, + "C": 2.345731681813179e-12, + "R": 1.4341925271086492e-13, + "M": 2.4637509810077063e-08, + "O": 4.178047630087889e-10, + "W": 5.1248335951456156e-14, + "N": 7.819954536344986e-14, + "Y": 2.9737179829680827e-07, + "U": 1.7557568922439075e-15, + "K": 1.0307516406566795e-15, + "L": 8.441311885598601e-12, + "G": 6.5999667953065e-09, + "F": 2.2463247262294317e-07, + "E": 5.834184524378117e-11, + "T": 1.2370267086225795e-06, + "P": 0.00015123824414331466, + "-": 0.9998469352722168 + }, + "id": "tp_2883" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 360394, + "label": "-", + "classification": { + "B": 3.413707645449904e-07, + "S": 1.2566421219162294e-06, + "I": 2.1417248717625625e-05, + "C": 1.0994164767907932e-05, + "R": 2.773547976175905e-06, + "M": 5.066497396910563e-05, + "O": 2.680058059922885e-05, + "W": 8.239657063313643e-07, + "N": 1.4018788760949974e-06, + "Y": 0.0002766639809124172, + "U": 1.5192389923868177e-07, + "K": 8.84708924786537e-07, + "L": 2.8097015274397563e-06, + "G": 7.538756472058594e-05, + "F": 0.007122551556676626, + "E": 1.8131568140233867e-05, + "T": 0.00035528221633285284, + "P": 0.02942502684891224, + "-": 0.9626065492630005 + }, + "id": "tp_2884" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 360527, + "label": "-", + "classification": { + "B": 8.230593380176288e-07, + "S": 1.7916371461978997e-06, + "I": 1.4451155948336236e-05, + "C": 1.412008441548096e-05, + "R": 5.405850970419124e-06, + "M": 0.00039301911601796746, + "O": 7.43280106689781e-05, + "W": 8.394375754505745e-07, + "N": 3.6402997238838e-07, + "Y": 0.0014032063772901893, + "U": 1.0553138451996347e-07, + "K": 7.005918689628743e-08, + "L": 2.437994407955557e-05, + "G": 0.0004546408308669925, + "F": 0.002922419924288988, + "E": 1.125622475228738e-05, + "T": 0.0008838740759529173, + "P": 0.007429162040352821, + "-": 0.986365795135498 + }, + "id": "tp_2885" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 360627, + "label": "-", + "classification": { + "B": 6.777908012622902e-09, + "S": 5.2086832624809176e-08, + "I": 1.5614319636370055e-05, + "C": 2.86686400841063e-07, + "R": 1.0893764823549645e-07, + "M": 1.1794762940553483e-05, + "O": 2.259253278680262e-06, + "W": 1.8306462123973688e-08, + "N": 3.088673565798672e-07, + "Y": 0.00018458525300957263, + "U": 6.465317170523122e-09, + "K": 1.4435804018830822e-07, + "L": 7.611632923953948e-08, + "G": 1.756007259245962e-05, + "F": 0.0009190844721160829, + "E": 1.0110516996064689e-05, + "T": 0.0003310165193397552, + "P": 0.016866667196154594, + "-": 0.9816403985023499 + }, + "id": "tp_2886" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 360761, + "label": "-", + "classification": { + "B": 0.0032268743962049484, + "S": 0.007317680399864912, + "I": 0.00020995538216084242, + "C": 2.130218263118877e-06, + "R": 7.027746960375225e-06, + "M": 0.005026145838201046, + "O": 0.016358409076929092, + "W": 0.0006943301996216178, + "N": 2.3911308744573034e-05, + "Y": 0.0003029886574950069, + "U": 2.5240660761483014e-07, + "K": 4.488977012329087e-08, + "L": 0.0013127131387591362, + "G": 0.0005518733523786068, + "F": 0.005823271349072456, + "E": 0.00012302977847866714, + "T": 0.0018998512532562017, + "P": 0.06142764538526535, + "-": 0.8956918120384216 + }, + "id": "tp_2887" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 360894, + "label": "-", + "classification": { + "B": 0.0006321915425360203, + "S": 0.0009114451822824776, + "I": 0.0069191064685583115, + "C": 0.012987721711397171, + "R": 0.006659530568867922, + "M": 0.04267803207039833, + "O": 0.012600010260939598, + "W": 0.0011892820475623012, + "N": 0.0011779620544984937, + "Y": 0.04499710723757744, + "U": 0.0009703014511615038, + "K": 0.0005003098049201071, + "L": 0.011733446270227432, + "G": 0.02868654578924179, + "F": 0.035065747797489166, + "E": 0.0032244061585515738, + "T": 0.07216650247573853, + "P": 0.04149559885263443, + "-": 0.6754047870635986 + }, + "id": "tp_2888" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 361028, + "label": "-", + "classification": { + "B": 2.6126937768822245e-07, + "S": 4.0717972638049105e-07, + "I": 3.340593320899643e-05, + "C": 1.531569068902172e-05, + "R": 3.200493665644899e-06, + "M": 8.213256660383195e-05, + "O": 1.8063719835481606e-05, + "W": 3.5868981740350137e-07, + "N": 1.4488695114778238e-06, + "Y": 0.0012521815951913595, + "U": 1.9212541246815817e-07, + "K": 1.8511381085772882e-06, + "L": 2.224940317319124e-06, + "G": 0.00020394238526932895, + "F": 0.005370840430259705, + "E": 4.837449887418188e-05, + "T": 0.0005338831106200814, + "P": 0.02085455320775509, + "-": 0.9715774059295654 + }, + "id": "tp_2889" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 361128, + "label": "-", + "classification": { + "B": 1.4329026498671737e-07, + "S": 1.784100390977983e-06, + "I": 0.0003549114626366645, + "C": 3.110771285719238e-05, + "R": 1.3023693099967204e-05, + "M": 7.356607966357842e-05, + "O": 5.951622733846307e-05, + "W": 1.9133867681375705e-06, + "N": 1.926246113725938e-05, + "Y": 0.0007714609382674098, + "U": 1.2510073474913952e-06, + "K": 5.852674803463742e-06, + "L": 5.332469754648628e-06, + "G": 0.0001681849971646443, + "F": 0.004875273909419775, + "E": 0.00014169406495057046, + "T": 0.0007299953722395003, + "P": 0.09404657781124115, + "-": 0.8986992239952087 + }, + "id": "tp_2890" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 361261, + "label": "-", + "classification": { + "B": 8.832128514768556e-05, + "S": 0.00035486038541421294, + "I": 1.7528696844237857e-05, + "C": 0.00025931725394912064, + "R": 0.0002599043073132634, + "M": 0.009541423991322517, + "O": 0.006237789522856474, + "W": 0.0001201940540340729, + "N": 1.9373756003915332e-06, + "Y": 0.007371494080871344, + "U": 6.086382313696959e-07, + "K": 1.4115436215433874e-06, + "L": 0.003467073431238532, + "G": 0.007969132624566555, + "F": 0.026117542758584023, + "E": 4.172049739281647e-05, + "T": 0.004918344784528017, + "P": 0.0013933735899627209, + "-": 0.9318380355834961 + }, + "id": "tp_2891" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 361395, + "label": "-", + "classification": { + "B": 7.1063459472497925e-06, + "S": 4.972432361682877e-05, + "I": 0.00010440059850225225, + "C": 1.3946349099569488e-05, + "R": 6.379638307407731e-06, + "M": 0.0003514159470796585, + "O": 0.00012826683814637363, + "W": 1.1311624803056475e-05, + "N": 1.2947340110258665e-05, + "Y": 0.0036642644554376602, + "U": 1.0090020623465534e-06, + "K": 1.716232145554386e-05, + "L": 1.5820412954781204e-05, + "G": 0.0005385824479162693, + "F": 0.03354419022798538, + "E": 0.00024750217562541366, + "T": 0.002388861496001482, + "P": 0.04421504586935043, + "-": 0.9146820902824402 + }, + "id": "tp_2892" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 361528, + "label": "-", + "classification": { + "B": 6.218377529876307e-05, + "S": 0.0003011742082890123, + "I": 0.007582542020827532, + "C": 0.0014506963780149817, + "R": 0.0007922897930257022, + "M": 0.0011817277409136295, + "O": 0.0009291210444644094, + "W": 0.0004020432534161955, + "N": 0.0019335499964654446, + "Y": 0.02666330151259899, + "U": 0.0003202025545760989, + "K": 0.009325084276497364, + "L": 0.0001073992534657009, + "G": 0.002733356785029173, + "F": 0.023295411840081215, + "E": 0.004139256197959185, + "T": 0.01373424381017685, + "P": 0.14344395697116852, + "-": 0.7616024613380432 + }, + "id": "tp_2893" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 361628, + "label": "-", + "classification": { + "B": 1.5843192036069098e-10, + "S": 6.373600536235813e-10, + "I": 1.7363180404572631e-06, + "C": 8.17290768395651e-08, + "R": 1.1679911260387144e-08, + "M": 1.5941930087137735e-07, + "O": 1.443865329520122e-07, + "W": 1.6007163372577793e-09, + "N": 3.196682740735923e-08, + "Y": 1.2892475751868915e-05, + "U": 8.222997838203128e-10, + "K": 1.4189792452157235e-08, + "L": 2.3106656588112173e-09, + "G": 1.030200110108126e-06, + "F": 0.0003018654533661902, + "E": 5.541434688893787e-07, + "T": 8.158711352734827e-06, + "P": 0.049186255782842636, + "-": 0.9504871368408203 + }, + "id": "tp_2894" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 361762, + "label": "-", + "classification": { + "B": 9.506506692957828e-11, + "S": 4.668290753961912e-11, + "I": 4.7973118810773485e-09, + "C": 5.062167351965741e-10, + "R": 4.714750118095523e-11, + "M": 1.1542495315097767e-07, + "O": 4.216747839791424e-08, + "W": 5.2948326279000923e-11, + "N": 2.4304150705867222e-11, + "Y": 3.3958201584027847e-07, + "U": 1.1522602533578508e-12, + "K": 3.88973358730893e-13, + "L": 1.252853043531843e-09, + "G": 4.527440111701253e-08, + "F": 4.8529936975683086e-06, + "E": 1.980854813510291e-09, + "T": 2.9768857530143578e-06, + "P": 0.002707457635551691, + "-": 0.9972841739654541 + }, + "id": "tp_2895" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 361895, + "label": "-", + "classification": { + "B": 5.5533919294248335e-06, + "S": 5.495072400663048e-06, + "I": 0.0008257203735411167, + "C": 0.00013366813072934747, + "R": 5.255031646811403e-05, + "M": 0.0004406595544423908, + "O": 0.00012611973215825856, + "W": 1.1521632586664055e-05, + "N": 4.8482535930816084e-05, + "Y": 0.0036284485831856728, + "U": 7.092560281307669e-06, + "K": 2.813475475704763e-05, + "L": 1.6243720892816782e-05, + "G": 0.000665415427647531, + "F": 0.004259552340954542, + "E": 0.0004644739383365959, + "T": 0.002867773873731494, + "P": 0.1330653876066208, + "-": 0.8533477187156677 + }, + "id": "tp_2896" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 362029, + "label": "-", + "classification": { + "B": 1.701360997685697e-05, + "S": 7.840196303732228e-06, + "I": 0.0004599794920068234, + "C": 0.0001522931270301342, + "R": 2.67345330939861e-05, + "M": 0.0006045888876542449, + "O": 0.000321263971272856, + "W": 7.083999662427232e-06, + "N": 1.808835077099502e-05, + "Y": 0.002236689208075404, + "U": 3.125322564301314e-06, + "K": 1.2469467947084922e-06, + "L": 8.04284427431412e-05, + "G": 0.0010051523568108678, + "F": 0.002020392334088683, + "E": 0.0001795252610463649, + "T": 0.0023725805804133415, + "P": 0.02836046926677227, + "-": 0.962125301361084 + }, + "id": "tp_2897" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 362129, + "label": "-", + "classification": { + "B": 7.63654650626222e-09, + "S": 7.261924395152164e-09, + "I": 2.2163119410834042e-06, + "C": 1.6253302703717054e-07, + "R": 1.1259895238424633e-08, + "M": 1.6031248151193722e-06, + "O": 2.862751955490239e-07, + "W": 1.0298425223709273e-08, + "N": 6.800851792831963e-08, + "Y": 3.5656423278851435e-05, + "U": 2.6216604442907965e-09, + "K": 9.964068112822133e-07, + "L": 4.508876383368943e-09, + "G": 3.0424400847550714e-06, + "F": 0.0003454988182056695, + "E": 2.69349056907231e-05, + "T": 9.69368193182163e-06, + "P": 0.03444826975464821, + "-": 0.965125560760498 + }, + "id": "tp_2898" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 362262, + "label": "-", + "classification": { + "B": 6.792784668085972e-10, + "S": 3.4929281689244362e-09, + "I": 4.763402046137344e-07, + "C": 7.126487133746195e-08, + "R": 8.197230449979998e-09, + "M": 3.72045337826421e-06, + "O": 3.427450394610787e-07, + "W": 1.4352210531143328e-09, + "N": 5.6879732035497454e-09, + "Y": 4.9323291023029014e-05, + "U": 3.913899204732729e-10, + "K": 1.9970816111936074e-09, + "L": 1.829790008400778e-08, + "G": 4.102963885088684e-06, + "F": 0.00022796529810875654, + "E": 4.389163734686008e-07, + "T": 7.032625580905005e-05, + "P": 0.006653614342212677, + "-": 0.9929895401000977 + }, + "id": "tp_2899" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 362396, + "label": "-", + "classification": { + "B": 4.276563991822968e-09, + "S": 2.7133674862511725e-08, + "I": 4.4327997272830544e-08, + "C": 1.0971189512432034e-09, + "R": 1.1209876360496196e-09, + "M": 7.252725026773987e-06, + "O": 2.7124866619487875e-07, + "W": 1.3404723997467727e-09, + "N": 5.861153229425042e-10, + "Y": 0.00019997543131466955, + "U": 1.12462296419924e-11, + "K": 8.816221086505038e-10, + "L": 6.4613425720949635e-09, + "G": 1.57926319843682e-06, + "F": 0.00017525386647321284, + "E": 4.571139555764603e-08, + "T": 0.00018269683641847223, + "P": 0.0013128018472343683, + "-": 0.9981200098991394 + }, + "id": "tp_2900" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 362529, + "label": "-", + "classification": { + "B": 1.7985014721944026e-07, + "S": 2.6532060815043224e-07, + "I": 1.1491280929476488e-05, + "C": 2.0541795038298005e-06, + "R": 1.919482031098596e-07, + "M": 8.999907549878117e-06, + "O": 3.004356585734058e-06, + "W": 1.927307096138975e-07, + "N": 7.278632665475016e-07, + "Y": 0.00023350384435616434, + "U": 7.175577110274389e-08, + "K": 2.1592455595964566e-05, + "L": 1.50764208228793e-07, + "G": 5.936954403296113e-05, + "F": 0.014830849133431911, + "E": 0.00012807492748834193, + "T": 7.558071956736967e-05, + "P": 0.03262275084853172, + "-": 0.9520009756088257 + }, + "id": "tp_2901" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 362629, + "label": "-", + "classification": { + "B": 2.762589323968001e-10, + "S": 1.9461394995534675e-10, + "I": 1.0470284195207569e-07, + "C": 2.976305590873807e-10, + "R": 9.451492540002437e-12, + "M": 1.0939056949155201e-07, + "O": 1.3081485228383372e-08, + "W": 2.4811762019960604e-11, + "N": 5.92919213726617e-10, + "Y": 3.436057909311785e-07, + "U": 1.6050436804290746e-12, + "K": 1.1645241194957467e-11, + "L": 1.9663438932671085e-10, + "G": 1.9440795995251392e-07, + "F": 4.836066727875732e-05, + "E": 3.031749713500176e-07, + "T": 1.7065249267034233e-06, + "P": 0.07557519525289536, + "-": 0.9243736863136292 + }, + "id": "tp_2902" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 362763, + "label": "-", + "classification": { + "B": 1.4030831152922474e-05, + "S": 1.6325179785781074e-06, + "I": 1.8873022781917825e-05, + "C": 6.611007847823203e-07, + "R": 1.9624256708539178e-07, + "M": 8.944889850681648e-05, + "O": 5.4979675041977316e-05, + "W": 7.336011549341492e-07, + "N": 1.0315012559658499e-06, + "Y": 7.017436291789636e-05, + "U": 3.2409914751951874e-08, + "K": 4.326738434201616e-08, + "L": 2.454891728120856e-06, + "G": 5.454922211356461e-05, + "F": 0.0003807417815551162, + "E": 9.003515151562169e-05, + "T": 0.00016870808030944318, + "P": 0.09648539870977402, + "-": 0.9025661945343018 + }, + "id": "tp_2903" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 362896, + "label": "-", + "classification": { + "B": 2.9723323802244295e-09, + "S": 2.712684243899588e-10, + "I": 5.152822168952298e-09, + "C": 4.229623318252607e-09, + "R": 6.618445791417571e-10, + "M": 3.611793886193482e-07, + "O": 1.479670146409262e-07, + "W": 2.9106961285663147e-10, + "N": 7.283620234721511e-11, + "Y": 7.000767709541833e-06, + "U": 1.1804766365808295e-11, + "K": 8.931634945530398e-12, + "L": 4.388651664299914e-09, + "G": 3.1402441891259514e-07, + "F": 8.54217341839103e-06, + "E": 3.979089502337274e-09, + "T": 7.683613148401491e-06, + "P": 0.00157310557551682, + "-": 0.9984027743339539 + }, + "id": "tp_2904" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 363030, + "label": "-", + "classification": { + "B": 0.00010048787225969136, + "S": 8.131471986416727e-05, + "I": 0.00018342073599342257, + "C": 3.707782525452785e-05, + "R": 1.9807624994427897e-05, + "M": 0.006826664786785841, + "O": 0.001176030607894063, + "W": 3.016703703906387e-05, + "N": 1.1743567483790684e-05, + "Y": 0.005071951542049646, + "U": 2.923076863226015e-06, + "K": 1.7830976730692782e-06, + "L": 0.00031458918238058686, + "G": 0.0019784169271588326, + "F": 0.004199601709842682, + "E": 0.00026726146461442113, + "T": 0.00761440210044384, + "P": 0.02507612109184265, + "-": 0.9470061659812927 + }, + "id": "tp_2905" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 363130, + "label": "-", + "classification": { + "B": 1.3212202247814275e-05, + "S": 1.1789082236646209e-05, + "I": 0.0002467235899530351, + "C": 9.855644748313352e-06, + "R": 5.7239863053837325e-06, + "M": 0.0024742870591580868, + "O": 0.0003719653468579054, + "W": 5.004476406611502e-06, + "N": 3.127787522316794e-06, + "Y": 0.0019627900328487158, + "U": 2.1064187194497208e-07, + "K": 5.5794423303723306e-08, + "L": 7.570783782284707e-05, + "G": 0.00073903554584831, + "F": 0.0005428434233181179, + "E": 3.068298610742204e-05, + "T": 0.007576894946396351, + "P": 0.010609118267893791, + "-": 0.9753209948539734 + }, + "id": "tp_2906" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 363263, + "label": "-", + "classification": { + "B": 1.6230882957102288e-11, + "S": 1.3775183251019119e-11, + "I": 1.1891055606838563e-07, + "C": 1.8706292070902464e-09, + "R": 1.536270555213548e-10, + "M": 1.0207888756497141e-08, + "O": 8.399150708271463e-09, + "W": 4.507998488390008e-11, + "N": 6.098940796839258e-10, + "Y": 8.077516326920886e-07, + "U": 1.3026617111389083e-11, + "K": 3.109406898627043e-10, + "L": 4.5900335615689514e-11, + "G": 9.13204232233511e-08, + "F": 2.635741839185357e-05, + "E": 2.949157007492431e-08, + "T": 6.073238409953774e-07, + "P": 0.04253170266747475, + "-": 0.9574403762817383 + }, + "id": "tp_2907" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 363397, + "label": "-", + "classification": { + "B": 1.9186222743883263e-06, + "S": 2.9281454771989956e-06, + "I": 0.00026163156144320965, + "C": 1.1005649867001921e-05, + "R": 1.7470937336838688e-06, + "M": 2.4666922399774194e-05, + "O": 1.5265250112861395e-05, + "W": 2.0421057342900895e-06, + "N": 2.917874553531874e-05, + "Y": 0.0003871327789966017, + "U": 1.0219300747849047e-06, + "K": 3.014080175489653e-05, + "L": 7.772113690407423e-07, + "G": 6.764686258975416e-05, + "F": 0.00264036119915545, + "E": 0.0006988118402659893, + "T": 0.0002417544455965981, + "P": 0.28340089321136475, + "-": 0.712181031703949 + }, + "id": "tp_2908" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 363530, + "label": "-", + "classification": { + "B": 1.9403503248582865e-09, + "S": 1.9809549556271122e-08, + "I": 3.129202468699077e-06, + "C": 4.887805289399694e-07, + "R": 7.470229945738538e-08, + "M": 9.474278158450034e-06, + "O": 1.8515934243623633e-06, + "W": 2.2522124609736238e-08, + "N": 3.727832620370464e-08, + "Y": 7.529771392000839e-05, + "U": 2.6259499019687382e-09, + "K": 7.743162555584604e-09, + "L": 8.660710903996005e-08, + "G": 5.9689223235182e-06, + "F": 0.00023713542032055557, + "E": 1.048478452503332e-06, + "T": 7.21613469067961e-05, + "P": 0.011857077479362488, + "-": 0.9877360463142395 + }, + "id": "tp_2909" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 363630, + "label": "-", + "classification": { + "B": 2.9623234421016775e-11, + "S": 5.113996032202195e-11, + "I": 8.854118327406013e-09, + "C": 9.717407989384697e-10, + "R": 2.3524324849200084e-11, + "M": 1.1456534565468246e-07, + "O": 8.682366825496501e-09, + "W": 1.135294722814928e-11, + "N": 7.168840521210029e-11, + "Y": 2.5952251689886907e-06, + "U": 5.120110607194361e-13, + "K": 2.8307948433253793e-12, + "L": 2.1865323440728446e-10, + "G": 1.2246371738910966e-07, + "F": 3.111071782768704e-05, + "E": 2.4189256819795446e-08, + "T": 2.532784264985821e-06, + "P": 0.0021677676122635603, + "-": 0.9977957010269165 + }, + "id": "tp_2910" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 363764, + "label": "-", + "classification": { + "B": 5.330187491381366e-07, + "S": 5.028753662372765e-07, + "I": 1.749688271956984e-05, + "C": 2.65560120169539e-05, + "R": 1.8735297544481e-06, + "M": 8.220023300964385e-05, + "O": 1.822518970584497e-05, + "W": 3.8044589700803044e-07, + "N": 1.123427068705496e-06, + "Y": 0.0004893303848803043, + "U": 1.7335243285288016e-07, + "K": 1.6307807300108834e-06, + "L": 1.7762395145837218e-06, + "G": 0.00012400600826367736, + "F": 0.005846105050295591, + "E": 4.050671850563958e-05, + "T": 0.0003566692757885903, + "P": 0.01933072693645954, + "-": 0.9736602902412415 + }, + "id": "tp_2911" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 363897, + "label": "-", + "classification": { + "B": 6.305985777999012e-08, + "S": 5.238606348711983e-08, + "I": 9.897603376884945e-06, + "C": 2.1915684556006454e-06, + "R": 3.116277298431669e-07, + "M": 0.00022860539320390671, + "O": 1.1723647730832454e-05, + "W": 6.17140898384605e-08, + "N": 7.336841889582502e-08, + "Y": 0.00011234579142183065, + "U": 1.0037492614856092e-08, + "K": 2.684659827778546e-09, + "L": 3.0216747290978674e-06, + "G": 6.68915527057834e-05, + "F": 0.00040033264667727053, + "E": 9.090229468711186e-06, + "T": 0.00034590851282700896, + "P": 0.010440717451274395, + "-": 0.9883687496185303 + }, + "id": "tp_2912" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 364031, + "label": "-", + "classification": { + "B": 6.939254944882123e-06, + "S": 6.575040742973215e-07, + "I": 8.324490045197308e-05, + "C": 5.085832526674494e-06, + "R": 8.918676712710294e-07, + "M": 4.67712088720873e-05, + "O": 1.992414763662964e-05, + "W": 7.033647762000328e-07, + "N": 3.012801926161046e-06, + "Y": 0.00020666873024310917, + "U": 1.3521383834813605e-07, + "K": 2.603157440717041e-07, + "L": 1.5376180044768262e-06, + "G": 0.00010843491327250376, + "F": 0.0011378733906894922, + "E": 9.194092854158953e-05, + "T": 0.00011781583452830091, + "P": 0.267727255821228, + "-": 0.7304407358169556 + }, + "id": "tp_2913" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 364131, + "label": "-", + "classification": { + "B": 1.9304889065097086e-06, + "S": 2.2987603642832255e-06, + "I": 0.00011883511615451425, + "C": 2.1505302356672473e-05, + "R": 2.0849470274697524e-06, + "M": 5.416062049334869e-05, + "O": 2.2096710381447338e-05, + "W": 2.117949634339311e-06, + "N": 1.0912667676166166e-05, + "Y": 0.0005454914062283933, + "U": 9.924907544700545e-07, + "K": 1.0924548405455425e-05, + "L": 2.321053671039408e-06, + "G": 0.00013229911564849317, + "F": 0.00863470695912838, + "E": 0.00042338782805018127, + "T": 0.0002603106258902699, + "P": 0.24988342821598053, + "-": 0.7398701906204224 + }, + "id": "tp_2914" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 364264, + "label": "-", + "classification": { + "B": 2.1701764296722104e-07, + "S": 8.75183943094271e-08, + "I": 6.915610720170662e-05, + "C": 6.608800049434649e-06, + "R": 2.0134414171479875e-06, + "M": 1.2013026207569055e-05, + "O": 1.1634710972430184e-05, + "W": 4.790029493051406e-07, + "N": 1.4629433735535713e-06, + "Y": 0.00016737559053581208, + "U": 3.281484737271967e-07, + "K": 2.3049274489039817e-07, + "L": 1.2091016969861812e-06, + "G": 3.282965553808026e-05, + "F": 0.00035854187444783747, + "E": 1.2433204574335832e-05, + "T": 0.0003230830770917237, + "P": 0.06937248259782791, + "-": 0.9296277761459351 + }, + "id": "tp_2915" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 364398, + "label": "-", + "classification": { + "B": 1.1607570371552356e-07, + "S": 8.103189230723729e-08, + "I": 0.00013553495227824897, + "C": 1.3726178622164298e-05, + "R": 2.4069054234132636e-06, + "M": 1.3263203072710894e-05, + "O": 3.851200744975358e-06, + "W": 3.031825599464355e-07, + "N": 2.350436716369586e-06, + "Y": 0.0004290556244086474, + "U": 3.2202316901930317e-07, + "K": 1.5347196722359513e-06, + "L": 3.4658955883060116e-07, + "G": 5.008135485695675e-05, + "F": 0.0005306979292072356, + "E": 3.632269363151863e-05, + "T": 0.00017451244639232755, + "P": 0.11569824814796448, + "-": 0.8829072117805481 + }, + "id": "tp_2916" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 364531, + "label": "-", + "classification": { + "B": 2.9308179364306852e-05, + "S": 2.0836472685914487e-05, + "I": 0.0018898925045505166, + "C": 0.0004874735604971647, + "R": 0.00013006127846892923, + "M": 0.0008894829079508781, + "O": 0.000321241095662117, + "W": 4.384323619888164e-05, + "N": 0.0001515886397100985, + "Y": 0.0029051085002720356, + "U": 2.6410047212266363e-05, + "K": 6.292196485446766e-05, + "L": 7.991947495611385e-05, + "G": 0.0016428810777142644, + "F": 0.01593298465013504, + "E": 0.0016419278690591455, + "T": 0.002380840480327606, + "P": 0.26489418745040894, + "-": 0.7064690589904785 + }, + "id": "tp_2917" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 364631, + "label": "-", + "classification": { + "B": 0.0003090487443841994, + "S": 3.2548857689107535e-06, + "I": 7.034993359411601e-06, + "C": 5.440785244559265e-08, + "R": 7.648043975905239e-08, + "M": 0.00011522400745889172, + "O": 0.00016694539226591587, + "W": 8.65042068198818e-07, + "N": 8.590976818823037e-08, + "Y": 3.62032515113242e-05, + "U": 3.05776515219236e-09, + "K": 9.069466531952397e-12, + "L": 3.1757088436279446e-05, + "G": 5.333402077667415e-05, + "F": 2.8563083105836995e-05, + "E": 1.0361258091506897e-06, + "T": 0.0007009334512986243, + "P": 0.060126595199108124, + "-": 0.9384188652038574 + }, + "id": "tp_2918" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 364765, + "label": "-", + "classification": { + "B": 9.003943424179539e-13, + "S": 1.0271613204090868e-12, + "I": 4.414006014030747e-07, + "C": 3.8031409133054694e-09, + "R": 2.1617987955302453e-10, + "M": 1.1704984537175278e-08, + "O": 2.0382271426200305e-09, + "W": 1.0559902778595198e-11, + "N": 7.581123506739118e-10, + "Y": 1.5736994782855618e-06, + "U": 1.0369748462690787e-11, + "K": 1.6408123471034486e-10, + "L": 1.8611813479285644e-11, + "G": 7.214192976334743e-08, + "F": 4.27622944698669e-06, + "E": 7.603374285736209e-08, + "T": 1.0943122106255032e-06, + "P": 0.02777714654803276, + "-": 0.9722152948379517 + }, + "id": "tp_2919" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 364898, + "label": "-", + "classification": { + "B": 1.9897308902727673e-06, + "S": 9.86226586974226e-06, + "I": 0.0004639732651412487, + "C": 8.064564462983981e-05, + "R": 2.051759474852588e-05, + "M": 0.0005536999087780714, + "O": 0.000163528835400939, + "W": 9.201677130477037e-06, + "N": 7.15710484655574e-05, + "Y": 0.00311131589114666, + "U": 5.374512966227485e-06, + "K": 4.640820770873688e-05, + "L": 1.651226557441987e-05, + "G": 0.0004533029277808964, + "F": 0.008437574841082096, + "E": 0.001080419053323567, + "T": 0.002809738041833043, + "P": 0.11133860796689987, + "-": 0.8713257908821106 + }, + "id": "tp_2920" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 365032, + "label": "-", + "classification": { + "B": 3.9064790513521075e-08, + "S": 1.891393175412759e-08, + "I": 0.00011703903146553785, + "C": 5.733889793191338e-06, + "R": 1.118741693062475e-06, + "M": 1.7872507669380866e-05, + "O": 3.130821369268233e-06, + "W": 9.113308152564059e-08, + "N": 1.1959316452703206e-06, + "Y": 0.00021056740661151707, + "U": 9.876546869236336e-08, + "K": 1.3899555995067203e-07, + "L": 3.503644165903097e-07, + "G": 3.7763351429020986e-05, + "F": 0.00026574486400932074, + "E": 2.6799991246662103e-05, + "T": 0.0002724534133449197, + "P": 0.08818189799785614, + "-": 0.9108579158782959 + }, + "id": "tp_2921" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 365132, + "label": "-", + "classification": { + "B": 4.300743512430927e-06, + "S": 8.093444989754062e-07, + "I": 1.874908230092842e-05, + "C": 7.24178278233012e-07, + "R": 1.0380940551613094e-07, + "M": 3.462271342868917e-05, + "O": 1.2813007742806803e-05, + "W": 2.98686273936255e-07, + "N": 9.147821629085229e-07, + "Y": 9.610653796698898e-05, + "U": 2.0119555799169575e-08, + "K": 4.81379174743779e-07, + "L": 4.135619633416354e-07, + "G": 6.143168138805777e-05, + "F": 0.0015819041291251779, + "E": 0.00015491746307816356, + "T": 6.05573586653918e-05, + "P": 0.09193064272403717, + "-": 0.9060401320457458 + }, + "id": "tp_2922" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 365265, + "label": "-", + "classification": { + "B": 2.5313728002629432e-08, + "S": 6.308363253992866e-08, + "I": 1.89522540949838e-06, + "C": 3.4446091490281106e-07, + "R": 3.1173378545190644e-08, + "M": 3.059892833334743e-06, + "O": 9.60807142291742e-07, + "W": 1.8773855359199842e-08, + "N": 2.8735396995216433e-07, + "Y": 7.48051970731467e-05, + "U": 4.4910022367616875e-09, + "K": 5.647803504871263e-07, + "L": 1.553714135127393e-08, + "G": 1.2428818990883883e-05, + "F": 0.008325326256453991, + "E": 3.2686795748304576e-05, + "T": 3.105461655650288e-05, + "P": 0.16816554963588715, + "-": 0.8233510255813599 + }, + "id": "tp_2923" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 365399, + "label": "-", + "classification": { + "B": 4.942376108374447e-07, + "S": 4.90564502797497e-07, + "I": 0.00016985232650768012, + "C": 1.8693799574975856e-05, + "R": 2.665613237695652e-06, + "M": 3.2343697967007756e-05, + "O": 1.5114219422684982e-05, + "W": 1.4991287571319845e-06, + "N": 7.779933184792753e-06, + "Y": 0.0005113981897011399, + "U": 9.863287004918675e-07, + "K": 9.936708920577075e-06, + "L": 1.1377708233339945e-06, + "G": 0.00010722754814196378, + "F": 0.0018315602792426944, + "E": 0.000248492113314569, + "T": 0.00025874897255562246, + "P": 0.11706696450710297, + "-": 0.8797146677970886 + }, + "id": "tp_2924" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 365532, + "label": "-", + "classification": { + "B": 5.4772228419430746e-11, + "S": 1.3109061058891314e-10, + "I": 1.8680385949210176e-07, + "C": 1.4691634575569879e-08, + "R": 6.334018309850364e-10, + "M": 8.91569200689446e-08, + "O": 1.9849176524644463e-08, + "W": 3.006382642833927e-10, + "N": 4.177526768955886e-09, + "Y": 8.241036994149908e-06, + "U": 7.875775726029488e-11, + "K": 5.6538031145692e-08, + "L": 1.2641317159722831e-10, + "G": 3.3582969649614824e-07, + "F": 0.00013817279250361025, + "E": 1.1398522019590018e-06, + "T": 2.245226596642169e-06, + "P": 0.017685966566205025, + "-": 0.9821635484695435 + }, + "id": "tp_2925" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 365632, + "label": "-", + "classification": { + "B": 4.941329052599031e-07, + "S": 2.0756159813117847e-07, + "I": 0.000392358546378091, + "C": 6.035271508153528e-05, + "R": 8.754956979828421e-06, + "M": 0.00016840147145558149, + "O": 1.9741326468647458e-05, + "W": 6.843065989414754e-07, + "N": 7.736412044323515e-06, + "Y": 0.000810588535387069, + "U": 4.039249859033589e-07, + "K": 4.5777071022712335e-07, + "L": 1.8712621567829046e-06, + "G": 0.0001207799869007431, + "F": 0.0005242694751359522, + "E": 0.00014247723447624594, + "T": 0.0005251584225334227, + "P": 0.09462359547615051, + "-": 0.9025917053222656 + }, + "id": "tp_2926" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 365766, + "label": "-", + "classification": { + "B": 3.484793296593125e-06, + "S": 1.8972133375427802e-06, + "I": 5.7629284128779545e-05, + "C": 1.77914216692443e-06, + "R": 6.726041306137631e-07, + "M": 0.00019372801762074232, + "O": 3.827102045761421e-05, + "W": 3.8528239088009286e-07, + "N": 9.137563097283419e-07, + "Y": 0.0007354113040491939, + "U": 2.4044968682801482e-08, + "K": 1.673076432950893e-08, + "L": 6.386622771969996e-06, + "G": 0.0003885937330778688, + "F": 0.0007150935707613826, + "E": 2.1058487618574873e-05, + "T": 0.00125819630920887, + "P": 0.029342640191316605, + "-": 0.9672338366508484 + }, + "id": "tp_2927" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 365899, + "label": "-", + "classification": { + "B": 2.199162554461509e-05, + "S": 6.573480641236529e-05, + "I": 0.00043732233461923897, + "C": 4.8843532567843795e-05, + "R": 1.4442403880821075e-05, + "M": 0.00022561554214917123, + "O": 0.00019733527733478695, + "W": 3.7308436731109396e-05, + "N": 0.00011242559412494302, + "Y": 0.0016701380955055356, + "U": 1.4576361536455806e-05, + "K": 0.00020544510334730148, + "L": 2.1549985831370577e-05, + "G": 0.00033371272729709744, + "F": 0.02132449671626091, + "E": 0.0010767632629722357, + "T": 0.0015879155835136771, + "P": 0.23200258612632751, + "-": 0.7406018376350403 + }, + "id": "tp_2928" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 366033, + "label": "-", + "classification": { + "B": 1.7698795207188311e-10, + "S": 7.842057558882232e-11, + "I": 5.649769150295469e-07, + "C": 4.047066326506865e-08, + "R": 4.65824889772648e-09, + "M": 1.0819444185017346e-07, + "O": 5.369515321262952e-08, + "W": 1.3925662012415074e-10, + "N": 3.948898097405618e-09, + "Y": 7.722662303422112e-06, + "U": 7.141704588820019e-11, + "K": 1.2156445294841944e-10, + "L": 8.97352692152964e-10, + "G": 6.629584845541103e-07, + "F": 5.690523266821401e-06, + "E": 4.8083208525895316e-08, + "T": 9.482734640187118e-06, + "P": 0.016405032947659492, + "-": 0.9835705757141113 + }, + "id": "tp_2929" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 366133, + "label": "-", + "classification": { + "B": 3.20156843258701e-08, + "S": 1.2338109200982217e-08, + "I": 0.00020583797595463693, + "C": 7.26170355846989e-06, + "R": 6.180034120006894e-07, + "M": 2.2152300516609102e-05, + "O": 2.4995458716148278e-06, + "W": 6.640355820763943e-08, + "N": 2.1903897504671477e-06, + "Y": 0.0002496613305993378, + "U": 6.323485735038048e-08, + "K": 3.394935390588216e-07, + "L": 1.4608734488774644e-07, + "G": 4.858844113186933e-05, + "F": 0.000309353054035455, + "E": 0.0001768573565641418, + "T": 9.862377919489518e-05, + "P": 0.16639059782028198, + "-": 0.8324851393699646 + }, + "id": "tp_2930" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 366266, + "label": "-", + "classification": { + "B": 7.570505840703845e-05, + "S": 0.00020347614190541208, + "I": 0.002938996534794569, + "C": 0.0003571275738067925, + "R": 0.00016444703214801848, + "M": 0.001029341365210712, + "O": 0.0007776121492497623, + "W": 0.00024847270105965436, + "N": 0.0008593422244302928, + "Y": 0.017156345769762993, + "U": 0.00011202895984752104, + "K": 0.0054097725078463554, + "L": 7.930547144496813e-05, + "G": 0.003241038415580988, + "F": 0.04171081632375717, + "E": 0.006598879583179951, + "T": 0.00815009418874979, + "P": 0.17041245102882385, + "-": 0.7404748201370239 + }, + "id": "tp_2931" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 366400, + "label": "-", + "classification": { + "B": 2.088296753299801e-07, + "S": 3.815722777744668e-07, + "I": 2.568249692558311e-05, + "C": 2.8495235255832085e-06, + "R": 6.149528530841053e-07, + "M": 7.489730705856346e-06, + "O": 6.089694579713978e-06, + "W": 5.338855544323451e-07, + "N": 1.2175381698398269e-06, + "Y": 0.00014612186350859702, + "U": 1.221889220914818e-07, + "K": 1.589217504260887e-06, + "L": 4.7401380243172753e-07, + "G": 2.058241625491064e-05, + "F": 0.003139859763905406, + "E": 2.789191421470605e-05, + "T": 9.054648398887366e-05, + "P": 0.07383961975574493, + "-": 0.9226881265640259 + }, + "id": "tp_2932" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 366533, + "label": "-", + "classification": { + "B": 8.923857421905268e-07, + "S": 1.7620237713344977e-06, + "I": 5.5674925533821806e-05, + "C": 2.4689345082151704e-05, + "R": 3.1646090974390972e-06, + "M": 0.00015423441072925925, + "O": 3.5673296224558726e-05, + "W": 2.1460427888086997e-06, + "N": 4.62597563455347e-06, + "Y": 0.0004914656165055931, + "U": 8.790668744040886e-07, + "K": 2.7332132958690636e-05, + "L": 3.195088766005938e-06, + "G": 0.0001863129873527214, + "F": 0.0102671068161726, + "E": 0.00019589874136727303, + "T": 0.00037246430292725563, + "P": 0.04332200437784195, + "-": 0.9448504447937012 + }, + "id": "tp_2933" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 366633, + "label": "-", + "classification": { + "B": 5.013522240915336e-06, + "S": 8.408249414060265e-06, + "I": 0.00022948214609641582, + "C": 9.620052151149139e-05, + "R": 7.201761764008552e-05, + "M": 0.0012266391422599554, + "O": 0.00022372795501723886, + "W": 9.044414582604077e-06, + "N": 1.034982233250048e-05, + "Y": 0.011376149021089077, + "U": 2.619424094518763e-06, + "K": 1.0780930097098462e-05, + "L": 3.880274380207993e-05, + "G": 0.001115664141252637, + "F": 0.009771700017154217, + "E": 8.212011744035408e-05, + "T": 0.006407926790416241, + "P": 0.012559676542878151, + "-": 0.9567536115646362 + }, + "id": "tp_2934" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 366767, + "label": "-", + "classification": { + "B": 1.8161282469009166e-06, + "S": 2.763215661616414e-06, + "I": 0.0002770871506072581, + "C": 6.151595880510285e-05, + "R": 5.340295956557384e-06, + "M": 0.0001389029494021088, + "O": 3.639399437815882e-05, + "W": 2.268466005261871e-06, + "N": 3.03908691421384e-05, + "Y": 0.0008918639505282044, + "U": 1.7613132285987376e-06, + "K": 3.882838791469112e-05, + "L": 3.627415253504296e-06, + "G": 0.00025004963390529156, + "F": 0.008951672352850437, + "E": 0.0005730396951548755, + "T": 0.00048047612654045224, + "P": 0.1529497653245926, + "-": 0.8353024125099182 + }, + "id": "tp_2935" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 366900, + "label": "-", + "classification": { + "B": 5.271416284813313e-06, + "S": 5.4748936236137524e-05, + "I": 3.064858174184337e-05, + "C": 2.2228507077670656e-05, + "R": 2.250290708616376e-05, + "M": 0.005677409470081329, + "O": 0.0009491314413025975, + "W": 9.239112841896713e-06, + "N": 6.77901709877915e-07, + "Y": 0.008187547326087952, + "U": 8.49426982085788e-08, + "K": 1.4832902195394126e-07, + "L": 0.00033949207863770425, + "G": 0.0020646650809794664, + "F": 0.007459729444235563, + "E": 1.75122004293371e-05, + "T": 0.0063665518537163734, + "P": 0.0015304064145311713, + "-": 0.9672619104385376 + }, + "id": "tp_2936" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 367000, + "label": "-", + "classification": { + "B": 0.00031711586052551866, + "S": 0.0014342444483190775, + "I": 0.001960308523848653, + "C": 0.0002577552222646773, + "R": 0.0003639019269030541, + "M": 0.02082018554210663, + "O": 0.007056636270135641, + "W": 0.00041566172149032354, + "N": 0.00014720916806254536, + "Y": 0.03416960686445236, + "U": 1.1788897609221749e-05, + "K": 1.1954931323998608e-05, + "L": 0.002129780827090144, + "G": 0.007104064803570509, + "F": 0.024273933842778206, + "E": 0.0005375001346692443, + "T": 0.05067705363035202, + "P": 0.018310746178030968, + "-": 0.830000638961792 + }, + "id": "tp_2937" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 367134, + "label": "-", + "classification": { + "B": 3.799344995059073e-05, + "S": 2.3990061890799552e-05, + "I": 0.0001482258376199752, + "C": 3.140696571790613e-05, + "R": 1.0315990039089229e-05, + "M": 0.0004953994648531079, + "O": 0.00036306469701230526, + "W": 1.6404796042479575e-05, + "N": 7.5902803473582026e-06, + "Y": 0.0005209785304032266, + "U": 1.210090886161197e-06, + "K": 1.2197277499126358e-07, + "L": 8.082274143816903e-05, + "G": 0.00024667358957231045, + "F": 0.0016369415679946542, + "E": 6.490779196610674e-05, + "T": 0.0013894563307985663, + "P": 0.09682752937078476, + "-": 0.8980969190597534 + }, + "id": "tp_2938" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 367267, + "label": "-", + "classification": { + "B": 1.0438357094244566e-05, + "S": 4.907597940473352e-06, + "I": 7.356446440098807e-05, + "C": 4.131640889681876e-05, + "R": 1.3861941624782048e-05, + "M": 9.420773130841553e-05, + "O": 0.00011550435010576621, + "W": 5.3968242355040275e-06, + "N": 5.7036513680941425e-06, + "Y": 0.000436695059761405, + "U": 1.3691661706616287e-06, + "K": 3.7283657547959592e-06, + "L": 1.5870167771936394e-05, + "G": 0.00020064861746504903, + "F": 0.00494255730882287, + "E": 4.349502341938205e-05, + "T": 0.0008163530728779733, + "P": 0.03511091694235802, + "-": 0.958063542842865 + }, + "id": "tp_2939" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 367401, + "label": "-", + "classification": { + "B": 2.0728910499201447e-07, + "S": 2.513007302695769e-06, + "I": 3.9992846723180264e-07, + "C": 2.457541192768531e-08, + "R": 3.0035970155495306e-08, + "M": 9.580861842550803e-06, + "O": 1.7150294297607616e-05, + "W": 3.0062693667787244e-07, + "N": 2.0517237686590306e-08, + "Y": 2.8522730644908734e-05, + "U": 4.4193737558373414e-10, + "K": 4.818792920247006e-09, + "L": 2.526612377096171e-07, + "G": 4.667148914450081e-06, + "F": 0.0012500674929469824, + "E": 2.7850947503793577e-07, + "T": 4.6495453716488555e-05, + "P": 0.00508154695853591, + "-": 0.9935579895973206 + }, + "id": "tp_2940" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 367501, + "label": "-", + "classification": { + "B": 0.0014594843378290534, + "S": 0.001978927757591009, + "I": 0.010434967465698719, + "C": 0.007310391403734684, + "R": 0.0035920434165745974, + "M": 0.014350300654768944, + "O": 0.008344629779458046, + "W": 0.00162963115144521, + "N": 0.0030461461283266544, + "Y": 0.044640738517045975, + "U": 0.0012979672756046057, + "K": 0.0024474046658724546, + "L": 0.003820858197286725, + "G": 0.02510713040828705, + "F": 0.06659340113401413, + "E": 0.010737169533967972, + "T": 0.03434261307120323, + "P": 0.12064924836158752, + "-": 0.6382169127464294 + }, + "id": "tp_2941" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 367634, + "label": "-", + "classification": { + "B": 1.2801104958271026e-06, + "S": 4.7451189857383724e-06, + "I": 1.088607677957043e-05, + "C": 3.577986717573367e-06, + "R": 9.081628604690195e-07, + "M": 0.00016311551735270768, + "O": 6.389961345121264e-05, + "W": 1.2280108876439044e-06, + "N": 1.166761649074033e-06, + "Y": 0.0001649278128752485, + "U": 5.84367505496175e-08, + "K": 1.241270553009599e-07, + "L": 5.026261533203069e-06, + "G": 5.207303547649644e-05, + "F": 0.002115753013640642, + "E": 2.7026471798308194e-05, + "T": 0.0006890327204018831, + "P": 0.024857303127646446, + "-": 0.9718379974365234 + }, + "id": "tp_2942" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 367768, + "label": "-", + "classification": { + "B": 1.067711991709075e-06, + "S": 6.240543007152155e-05, + "I": 3.615443711169064e-05, + "C": 1.2854627129854634e-05, + "R": 2.179346847697161e-05, + "M": 0.0013938125921413302, + "O": 0.0007225113804452121, + "W": 1.9922286810469814e-05, + "N": 2.1425564682431286e-06, + "Y": 0.013158388435840607, + "U": 1.3199711190736707e-07, + "K": 5.562750175158726e-06, + "L": 5.885796417715028e-05, + "G": 0.0011208680225536227, + "F": 0.0170455239713192, + "E": 2.3881586457719095e-05, + "T": 0.004149111453443766, + "P": 0.00327707058750093, + "-": 0.958888053894043 + }, + "id": "tp_2943" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 367901, + "label": "-", + "classification": { + "B": 6.547456723637879e-05, + "S": 4.930124487145804e-05, + "I": 2.5313807782367803e-05, + "C": 3.95580684653396e-07, + "R": 4.854935014009243e-07, + "M": 0.0007324954494833946, + "O": 0.0003632790467236191, + "W": 5.296861218084814e-06, + "N": 8.680829637341958e-07, + "Y": 0.0008118868572637439, + "U": 3.7564916510746116e-08, + "K": 3.9129858464548306e-08, + "L": 4.498134148889221e-05, + "G": 0.00032368506072089076, + "F": 0.0022620446979999542, + "E": 5.527620669454336e-05, + "T": 0.0009528886876069009, + "P": 0.016174262389540672, + "-": 0.9781320095062256 + }, + "id": "tp_2944" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 368001, + "label": "-", + "classification": { + "B": 6.378060390943574e-08, + "S": 1.1605261818203871e-07, + "I": 1.9188588851193344e-07, + "C": 1.97010607827508e-09, + "R": 1.0813961948130668e-09, + "M": 2.6155083105550148e-05, + "O": 4.009344138466986e-06, + "W": 5.281758586050955e-09, + "N": 1.4019471139548045e-09, + "Y": 8.890624485502485e-06, + "U": 6.482095676191291e-12, + "K": 4.904463120347646e-12, + "L": 1.5411937681619747e-07, + "G": 1.7824372662289534e-06, + "F": 0.00011879290104843676, + "E": 1.5452793888925953e-07, + "T": 3.2833053410286084e-05, + "P": 0.00212435913272202, + "-": 0.9976823329925537 + }, + "id": "tp_2945" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 368135, + "label": "-", + "classification": { + "B": 0.00022094421728979796, + "S": 0.00019198695372324437, + "I": 3.910652958438732e-05, + "C": 1.0847639714484103e-05, + "R": 1.336197692580754e-05, + "M": 0.004445367492735386, + "O": 0.004863905720412731, + "W": 3.460112930042669e-05, + "N": 8.932488526625093e-07, + "Y": 0.0002663096529431641, + "U": 6.343110925399742e-08, + "K": 5.696715099645644e-09, + "L": 0.0022379171568900347, + "G": 0.0028545474633574486, + "F": 0.006971533410251141, + "E": 2.497874629625585e-05, + "T": 0.0011008745059370995, + "P": 0.007042651064693928, + "-": 0.96968013048172 + }, + "id": "tp_2946" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 368268, + "label": "-", + "classification": { + "B": 2.1667803594027646e-05, + "S": 0.00022382951283361763, + "I": 5.568301276070997e-05, + "C": 9.905009937938303e-05, + "R": 5.121683716424741e-05, + "M": 0.0033067623153328896, + "O": 0.0010203005513176322, + "W": 3.649024074547924e-05, + "N": 6.994782779656816e-06, + "Y": 0.015113779343664646, + "U": 9.71812596617383e-07, + "K": 2.781182229227852e-05, + "L": 0.0005246670334599912, + "G": 0.010016483254730701, + "F": 0.18759319186210632, + "E": 0.0003800952690653503, + "T": 0.005867116618901491, + "P": 0.006249290890991688, + "-": 0.7694045901298523 + }, + "id": "tp_2947" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 368402, + "label": "-", + "classification": { + "B": 2.3643183055810368e-07, + "S": 1.0008858453147695e-06, + "I": 5.89086084801238e-07, + "C": 3.7659535223610874e-07, + "R": 5.349434673007636e-08, + "M": 1.9503406292642467e-05, + "O": 9.782324923435226e-06, + "W": 1.9784182825333119e-07, + "N": 5.719522988556491e-08, + "Y": 5.6159013183787465e-05, + "U": 5.437841288369327e-09, + "K": 4.160353341831069e-07, + "L": 3.774269998757518e-07, + "G": 2.0764475266332738e-05, + "F": 0.005690402816981077, + "E": 7.266057764354628e-06, + "T": 5.7334196753799915e-05, + "P": 0.009593337774276733, + "-": 0.9845421314239502 + }, + "id": "tp_2948" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 368502, + "label": "-", + "classification": { + "B": 1.341931124443363e-06, + "S": 1.790888063624152e-06, + "I": 3.9043075958034024e-05, + "C": 2.2247252218221547e-06, + "R": 4.0978997617457935e-07, + "M": 2.0919151211273856e-05, + "O": 2.342981315450743e-05, + "W": 9.319944069829944e-07, + "N": 3.2077189189294586e-06, + "Y": 5.9754853282356635e-05, + "U": 1.1302375213517735e-07, + "K": 3.336108989060449e-07, + "L": 1.3830215266352752e-06, + "G": 3.188755363225937e-05, + "F": 0.003469903487712145, + "E": 5.2753286581719294e-05, + "T": 0.00011528257164172828, + "P": 0.24432767927646637, + "-": 0.7518476843833923 + }, + "id": "tp_2949" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 368635, + "label": "-", + "classification": { + "B": 3.494466582765199e-08, + "S": 4.805334583579679e-07, + "I": 5.302956296304728e-08, + "C": 3.778909274387843e-08, + "R": 9.529408373509796e-09, + "M": 5.051096195529681e-06, + "O": 2.7918244995817076e-06, + "W": 4.403867137625639e-08, + "N": 3.599131659370869e-09, + "Y": 3.474722325336188e-05, + "U": 7.726878165081885e-11, + "K": 4.4309803826081406e-08, + "L": 1.515161756060479e-07, + "G": 2.3116970623959787e-05, + "F": 0.04009660333395004, + "E": 1.7994544805333135e-06, + "T": 2.0131659766775556e-05, + "P": 0.0020669361110776663, + "-": 0.9577479958534241 + }, + "id": "tp_2950" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 368769, + "label": "-", + "classification": { + "B": 0.00044870423153042793, + "S": 0.0004913639859296381, + "I": 0.004056352190673351, + "C": 0.002156610367819667, + "R": 0.001437472295947373, + "M": 0.009816490113735199, + "O": 0.0023850908037275076, + "W": 0.00021422869758680463, + "N": 0.0004696685937233269, + "Y": 0.04575567692518234, + "U": 0.00010066007962450385, + "K": 0.00016448763199150562, + "L": 0.001262215431779623, + "G": 0.01669147051870823, + "F": 0.03317047283053398, + "E": 0.0037354971282184124, + "T": 0.027926191687583923, + "P": 0.08720053732395172, + "-": 0.7625168561935425 + }, + "id": "tp_2951" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 368902, + "label": "Y", + "classification": { + "B": 0.0004315419646445662, + "S": 0.0044596451334655285, + "I": 0.006291851866990328, + "C": 0.007960764691233635, + "R": 0.004847295116633177, + "M": 0.015324587002396584, + "O": 0.015487559139728546, + "W": 0.001557003241032362, + "N": 0.0008155702380463481, + "Y": 0.40522438287734985, + "U": 2.781411058094818e-05, + "K": 0.0007241535349749029, + "L": 0.0027605716604739428, + "G": 0.05980024114251137, + "F": 0.03665729612112045, + "E": 0.0010401307372376323, + "T": 0.12312764674425125, + "P": 0.0058747101575136185, + "-": 0.30758732557296753 + }, + "id": "tp_2952" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 369002, + "label": "-", + "classification": { + "B": 4.870639003229371e-08, + "S": 5.851875926055072e-07, + "I": 7.194721547421068e-06, + "C": 8.080191946646664e-06, + "R": 3.132237225145218e-06, + "M": 0.0005687570665031672, + "O": 7.199791434686631e-05, + "W": 3.5221171401644824e-07, + "N": 1.1629461482698389e-07, + "Y": 0.0016909921541810036, + "U": 1.0071550704537913e-08, + "K": 2.1897861302022648e-08, + "L": 1.889095983642619e-05, + "G": 0.0002341815416002646, + "F": 0.00220335996709764, + "E": 5.939283710176824e-06, + "T": 0.0014736595330759883, + "P": 0.000977748422883451, + "-": 0.9927349090576172 + }, + "id": "tp_2953" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 369136, + "label": "-", + "classification": { + "B": 0.00038103997940197587, + "S": 5.820889418828301e-05, + "I": 0.0004783625772688538, + "C": 0.000505812291521579, + "R": 9.65488507063128e-05, + "M": 0.002949942136183381, + "O": 0.0006189043051563203, + "W": 2.0198000129312277e-05, + "N": 1.2976941434317268e-05, + "Y": 0.0007380048045888543, + "U": 1.4835170532023767e-06, + "K": 9.770216280458044e-08, + "L": 0.0006625177338719368, + "G": 0.00297866971231997, + "F": 0.004491251893341541, + "E": 0.0005371191073209047, + "T": 0.001846221392042935, + "P": 0.0514649972319603, + "-": 0.9321576356887817 + }, + "id": "tp_2954" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 369269, + "label": "-", + "classification": { + "B": 1.0136461696674814e-06, + "S": 1.066285904016695e-06, + "I": 2.3854593109717825e-06, + "C": 4.654330609810131e-08, + "R": 1.3344251215130498e-07, + "M": 6.502851465484127e-05, + "O": 8.314934530062601e-05, + "W": 5.678398906638904e-07, + "N": 2.7820705739145524e-08, + "Y": 6.49111025268212e-05, + "U": 9.007935508620335e-10, + "K": 7.546129693336567e-11, + "L": 3.6208821256877854e-06, + "G": 1.0773822396004107e-05, + "F": 5.726167364628054e-05, + "E": 1.5350937587754743e-07, + "T": 0.0004184533900115639, + "P": 0.0030622766353189945, + "-": 0.9962291121482849 + }, + "id": "tp_2955" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 369403, + "label": "-", + "classification": { + "B": 1.811131937756727e-06, + "S": 4.165824066149071e-06, + "I": 7.257475954247639e-05, + "C": 3.265821987952222e-06, + "R": 1.1554193406482227e-06, + "M": 5.753424557042308e-05, + "O": 4.013290526927449e-05, + "W": 3.0440376121987356e-06, + "N": 6.510459115816047e-06, + "Y": 0.00019917685131076723, + "U": 2.767073112863727e-07, + "K": 4.700716999650467e-06, + "L": 1.991168119275244e-06, + "G": 4.924526365357451e-05, + "F": 0.005872924812138081, + "E": 9.035865514306352e-05, + "T": 0.0002538268454372883, + "P": 0.1709589809179306, + "-": 0.8223783373832703 + }, + "id": "tp_2956" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 369503, + "label": "-", + "classification": { + "B": 1.8877540242101531e-06, + "S": 3.5816615309158806e-06, + "I": 0.0007752704550512135, + "C": 2.3619970306754112e-05, + "R": 1.3107547601975966e-05, + "M": 0.0001923903910210356, + "O": 7.942858064780012e-05, + "W": 5.133752893016208e-06, + "N": 2.457827031321358e-05, + "Y": 0.0014114577788859606, + "U": 1.1285084156043013e-06, + "K": 1.4587070609195507e-06, + "L": 1.1098248251073528e-05, + "G": 0.00019106786930933595, + "F": 0.0024399622343480587, + "E": 0.0001793749543139711, + "T": 0.0007995861815288663, + "P": 0.16957876086235046, + "-": 0.8242671489715576 + }, + "id": "tp_2957" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 369636, + "label": "-", + "classification": { + "B": 4.801321665581781e-06, + "S": 6.291095928645518e-07, + "I": 4.8338815616943975e-08, + "C": 3.0128078378766077e-06, + "R": 1.5560725614705007e-06, + "M": 0.00033358161454088986, + "O": 0.00014348042896017432, + "W": 2.931873837042076e-07, + "N": 9.317310256662381e-10, + "Y": 4.625982546713203e-05, + "U": 3.4979122376377347e-10, + "K": 4.009089241141517e-11, + "L": 6.420171121135354e-05, + "G": 0.00012477283598855138, + "F": 0.0004637047532014549, + "E": 9.290948810303234e-08, + "T": 0.00013015976583119482, + "P": 0.00011780235945479944, + "-": 0.9985656142234802 + }, + "id": "tp_2958" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 369770, + "label": "-", + "classification": { + "B": 3.783156454773007e-09, + "S": 1.0032276520632877e-07, + "I": 3.52232882505632e-06, + "C": 6.14172961377335e-07, + "R": 1.8335808249503316e-07, + "M": 1.1053169146180153e-05, + "O": 3.2260593343380606e-06, + "W": 6.306903088670879e-08, + "N": 1.6490059806528734e-07, + "Y": 0.00031041758484207094, + "U": 1.1750566741852708e-08, + "K": 1.3654920394401415e-07, + "L": 8.006762186596461e-08, + "G": 6.643013875873294e-06, + "F": 0.0005454948986880481, + "E": 1.576286877025268e-06, + "T": 0.0002869486343115568, + "P": 0.011016474105417728, + "-": 0.9878132343292236 + }, + "id": "tp_2959" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 369903, + "label": "-", + "classification": { + "B": 1.1192752253919025e-06, + "S": 7.86347209214e-06, + "I": 4.123451071791351e-05, + "C": 2.972264383060974e-06, + "R": 1.6178471469174838e-06, + "M": 5.469852840178646e-05, + "O": 7.188182644313201e-05, + "W": 4.591812739818124e-06, + "N": 3.732651066457038e-06, + "Y": 0.00041193378274329007, + "U": 3.51510408336253e-07, + "K": 2.023925617322675e-06, + "L": 2.557452262408333e-06, + "G": 4.3262549297651276e-05, + "F": 0.003534500254318118, + "E": 2.89909712591907e-05, + "T": 0.0005508415633812547, + "P": 0.054703906178474426, + "-": 0.9405320286750793 + }, + "id": "tp_2960" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 370003, + "label": "-", + "classification": { + "B": 3.2754219475572555e-11, + "S": 1.1080059786339191e-10, + "I": 1.2226450962771196e-06, + "C": 1.3196294901263173e-07, + "R": 3.1266786937322877e-09, + "M": 3.1433049230145116e-07, + "O": 6.09086754366217e-08, + "W": 3.082250288333199e-10, + "N": 1.6816068537650608e-08, + "Y": 9.48280739976326e-06, + "U": 4.1356063018582745e-10, + "K": 1.023457674165229e-08, + "L": 7.370996590871925e-10, + "G": 5.655888344335835e-07, + "F": 4.9007187044480816e-05, + "E": 6.854082243989978e-07, + "T": 1.894839442684315e-05, + "P": 0.01900748908519745, + "-": 0.9809120893478394 + }, + "id": "tp_2961" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 370137, + "label": "-", + "classification": { + "B": 3.676872695201894e-10, + "S": 4.077411297487288e-09, + "I": 2.591863221823587e-06, + "C": 1.714878266056985e-07, + "R": 3.1714918691250205e-08, + "M": 1.2592402072186815e-06, + "O": 4.0281142332787567e-07, + "W": 5.767360811148592e-09, + "N": 3.9668115903168655e-08, + "Y": 3.914170156349428e-05, + "U": 1.6344843256632657e-09, + "K": 9.034167192112363e-09, + "L": 8.96584584353377e-09, + "G": 1.093501282412035e-06, + "F": 9.231417789123952e-05, + "E": 3.8832982340863964e-07, + "T": 4.486838952288963e-05, + "P": 0.015356086194515228, + "-": 0.9844616055488586 + }, + "id": "tp_2962" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 370270, + "label": "-", + "classification": { + "B": 7.057424227241427e-07, + "S": 6.420170706178396e-08, + "I": 2.8455597202992067e-05, + "C": 6.047333158676338e-07, + "R": 8.833503528649089e-08, + "M": 3.2347750675398856e-05, + "O": 2.5435131192352856e-06, + "W": 7.637036247842843e-08, + "N": 4.202934462682606e-07, + "Y": 0.00018228149565402418, + "U": 1.9176145116261978e-08, + "K": 3.4900685363936645e-07, + "L": 2.265791323452504e-07, + "G": 6.32832816336304e-05, + "F": 0.001385455601848662, + "E": 0.00022913230350241065, + "T": 7.619464304298162e-05, + "P": 0.10855438560247421, + "-": 0.8894432783126831 + }, + "id": "tp_2963" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 370404, + "label": "-", + "classification": { + "B": 3.77784408556181e-06, + "S": 2.88355340671842e-06, + "I": 0.000688872067257762, + "C": 1.067618632077938e-05, + "R": 4.225234533805633e-06, + "M": 0.0002706852974370122, + "O": 8.995555981528014e-05, + "W": 3.6060030197404558e-06, + "N": 2.2258045646594837e-05, + "Y": 0.0004601081309374422, + "U": 8.461404377158033e-07, + "K": 8.534317430530791e-07, + "L": 1.219640216731932e-05, + "G": 0.00031728469184599817, + "F": 0.0011574947275221348, + "E": 0.00023769769177306443, + "T": 0.0011738118482753634, + "P": 0.2879783511161804, + "-": 0.7075644135475159 + }, + "id": "tp_2964" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 370504, + "label": "-", + "classification": { + "B": 3.380941393515968e-08, + "S": 9.600189088132538e-08, + "I": 4.282670488464646e-06, + "C": 7.549429881237302e-08, + "R": 7.80560860391688e-09, + "M": 8.114626325550489e-06, + "O": 2.9172761060181074e-06, + "W": 3.2976867458955894e-08, + "N": 1.399016298364586e-07, + "Y": 1.610712570254691e-05, + "U": 2.268729870635866e-09, + "K": 2.9769493536946356e-09, + "L": 9.398877409694251e-08, + "G": 2.280103672092082e-06, + "F": 9.192582365358248e-05, + "E": 1.8995682466993458e-06, + "T": 0.00011337649630149826, + "P": 0.055571313947439194, + "-": 0.9441872239112854 + }, + "id": "tp_2965" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 370637, + "label": "-", + "classification": { + "B": 6.159994042631567e-11, + "S": 5.786601753321463e-11, + "I": 2.381371189130732e-07, + "C": 7.410334013080444e-10, + "R": 1.5259739652440096e-11, + "M": 3.0813751550340385e-08, + "O": 1.5277089815413092e-08, + "W": 3.682090743417632e-11, + "N": 2.77520584290869e-09, + "Y": 2.108949388457404e-07, + "U": 8.222753207498545e-12, + "K": 2.3100153734301188e-11, + "L": 1.1914828845771552e-10, + "G": 6.656119211356781e-08, + "F": 5.089707428851398e-06, + "E": 3.388402660675638e-07, + "T": 1.488127168158826e-06, + "P": 0.18982456624507904, + "-": 0.8101680278778076 + }, + "id": "tp_2966" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 370771, + "label": "-", + "classification": { + "B": 3.6504260947367584e-08, + "S": 5.1423715063947384e-08, + "I": 2.0970294372091303e-06, + "C": 1.9807512785519066e-07, + "R": 1.1818016787401575e-08, + "M": 1.4185157851898111e-05, + "O": 1.8877989305110532e-06, + "W": 1.8876203711215567e-08, + "N": 5.217417253788881e-08, + "Y": 1.798523953766562e-05, + "U": 8.228330794501915e-10, + "K": 9.203032780291664e-10, + "L": 6.339053726378552e-08, + "G": 2.786321829262306e-06, + "F": 3.283867772552185e-05, + "E": 3.2579812341282377e-06, + "T": 0.00010814695997396484, + "P": 0.03802437335252762, + "-": 0.9617919325828552 + }, + "id": "tp_2967" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 370904, + "label": "-", + "classification": { + "B": 5.8935246016744713e-08, + "S": 2.564908072599792e-07, + "I": 1.0926120012300089e-05, + "C": 2.8821651198995824e-07, + "R": 1.0430052554966096e-07, + "M": 3.251465386711061e-06, + "O": 5.044880253990414e-06, + "W": 1.9155594088715588e-07, + "N": 1.0553808351687621e-06, + "Y": 0.00011625976185314357, + "U": 9.703111203407389e-08, + "K": 1.027570078804274e-06, + "L": 1.4472037435098173e-07, + "G": 5.308608251652913e-06, + "F": 0.0007040144992060959, + "E": 6.3419188336411025e-06, + "T": 0.00026172344223596156, + "P": 0.07520808279514313, + "-": 0.9236758351325989 + }, + "id": "tp_2968" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 371004, + "label": "-", + "classification": { + "B": 2.819192657099734e-09, + "S": 3.1499232111542597e-09, + "I": 7.846780135878362e-06, + "C": 1.5973262179613812e-06, + "R": 4.906012307515084e-08, + "M": 4.781718416779768e-06, + "O": 5.597931362899544e-07, + "W": 4.588131652383254e-09, + "N": 1.0356988155990621e-07, + "Y": 1.773795156623237e-05, + "U": 3.957963734535497e-09, + "K": 1.757912038158338e-08, + "L": 2.950244137878144e-08, + "G": 4.950157290295465e-06, + "F": 0.00014482825645245612, + "E": 1.0755635230452754e-05, + "T": 2.9073025871184655e-05, + "P": 0.034302953630685806, + "-": 0.9654747843742371 + }, + "id": "tp_2969" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 371138, + "label": "-", + "classification": { + "B": 0.0001599221141077578, + "S": 0.0003960506583098322, + "I": 0.02143465355038643, + "C": 0.004140810109674931, + "R": 0.0029858772177249193, + "M": 0.00883383210748434, + "O": 0.0038706548511981964, + "W": 0.0005584647296927869, + "N": 0.0026507487054914236, + "Y": 0.03932821750640869, + "U": 0.0004047309048473835, + "K": 0.0009895768016576767, + "L": 0.000800818670541048, + "G": 0.007850202731788158, + "F": 0.0141604570671916, + "E": 0.004049442708492279, + "T": 0.046786557883024216, + "P": 0.12551788985729218, + "-": 0.7150810360908508 + }, + "id": "tp_2970" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 371271, + "label": "-", + "classification": { + "B": 2.8504530291684205e-06, + "S": 7.792886208335403e-06, + "I": 0.00021798250963911414, + "C": 3.6502606235444546e-05, + "R": 1.2393970791890752e-05, + "M": 0.00011595383693929762, + "O": 0.00010314662358723581, + "W": 7.786118658259511e-06, + "N": 2.6965948563884012e-05, + "Y": 0.0012699683429673314, + "U": 2.3340101051871898e-06, + "K": 2.8224303605384193e-05, + "L": 5.836018317495473e-06, + "G": 0.00021714239846915007, + "F": 0.0066396864131093025, + "E": 0.00021209816623013467, + "T": 0.0009712335304357111, + "P": 0.10618707537651062, + "-": 0.8839350342750549 + }, + "id": "tp_2971" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 371405, + "label": "-", + "classification": { + "B": 3.487345384201035e-05, + "S": 8.381803127122112e-06, + "I": 0.0004400886537041515, + "C": 0.00025153657770715654, + "R": 4.3834737880388275e-05, + "M": 0.00033758135396055877, + "O": 0.00015224431990645826, + "W": 1.4256934264267329e-05, + "N": 2.9512273613363504e-05, + "Y": 0.002182035008445382, + "U": 7.264963642228395e-06, + "K": 2.0632009182008915e-05, + "L": 4.656918827095069e-05, + "G": 0.0009962853509932756, + "F": 0.009234477765858173, + "E": 0.0002869505842681974, + "T": 0.0011308379471302032, + "P": 0.10906347632408142, + "-": 0.8757193088531494 + }, + "id": "tp_2972" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 371505, + "label": "-", + "classification": { + "B": 6.125469553808216e-08, + "S": 7.390686107555666e-08, + "I": 2.733859400905203e-05, + "C": 1.662998897700163e-06, + "R": 6.893267112673129e-08, + "M": 4.210088445688598e-05, + "O": 2.789512564049801e-06, + "W": 6.970772403747105e-08, + "N": 7.830132062736084e-07, + "Y": 7.054027810227126e-05, + "U": 2.7073312480752065e-08, + "K": 1.4378372270584805e-07, + "L": 1.4440043116792367e-07, + "G": 1.816485746530816e-05, + "F": 0.0001873129658633843, + "E": 3.191286668879911e-05, + "T": 0.00018599341274239123, + "P": 0.0876137986779213, + "-": 0.9118168950080872 + }, + "id": "tp_2973" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 371638, + "label": "-", + "classification": { + "B": 3.5480345104588196e-05, + "S": 2.181646596000064e-05, + "I": 0.0010317435953766108, + "C": 3.8773767300881445e-05, + "R": 1.340271865046816e-05, + "M": 0.0004511353326961398, + "O": 0.00024650729028508067, + "W": 1.7213256796821952e-05, + "N": 6.188985571498051e-05, + "Y": 0.0015904485480859876, + "U": 3.4888737445726292e-06, + "K": 3.185031118846382e-06, + "L": 3.693318285513669e-05, + "G": 0.0005396067281253636, + "F": 0.0021359066013246775, + "E": 0.0006959220045246184, + "T": 0.001592146814800799, + "P": 0.23952752351760864, + "-": 0.7519568204879761 + }, + "id": "tp_2974" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 371772, + "label": "-", + "classification": { + "B": 4.3549906081352674e-07, + "S": 3.037433202734974e-07, + "I": 0.00012950949894730002, + "C": 3.1850627237872686e-06, + "R": 9.990058060793672e-07, + "M": 8.794747554929927e-05, + "O": 1.2222792975080665e-05, + "W": 4.54948946071454e-07, + "N": 2.581434046078357e-06, + "Y": 0.001772626070305705, + "U": 1.839975141137984e-07, + "K": 2.0701775156339863e-06, + "L": 1.3977644357510144e-06, + "G": 0.0002162223681807518, + "F": 0.0008641050080768764, + "E": 0.00020367340766824782, + "T": 0.0006622565560974181, + "P": 0.037761230021715164, + "-": 0.9582785964012146 + }, + "id": "tp_2975" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 371905, + "label": "-", + "classification": { + "B": 2.1424572338446524e-08, + "S": 3.763708011916833e-09, + "I": 3.208325870218687e-05, + "C": 3.5375608149479376e-06, + "R": 3.60151148015575e-07, + "M": 1.354392497887602e-05, + "O": 2.7773066904046573e-06, + "W": 2.1006217210128852e-08, + "N": 1.7349461245430575e-07, + "Y": 0.00010056341125164181, + "U": 2.4703547651938607e-08, + "K": 1.1705198588174426e-08, + "L": 2.692868292797357e-07, + "G": 3.404832023079507e-05, + "F": 7.415194704663008e-05, + "E": 8.258440175268333e-06, + "T": 0.00012285207048989832, + "P": 0.03092818893492222, + "-": 0.9686791300773621 + }, + "id": "tp_2976" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 372005, + "label": "-", + "classification": { + "B": 3.4293387574102496e-11, + "S": 1.6814949432841786e-10, + "I": 2.9958640013205695e-09, + "C": 3.7062208857463474e-09, + "R": 1.4441138562748534e-10, + "M": 7.90669076877748e-08, + "O": 1.5180164680828057e-08, + "W": 6.182193645898337e-11, + "N": 7.607768581774366e-11, + "Y": 5.529517693503294e-06, + "U": 6.311113524143375e-12, + "K": 1.221450274258018e-09, + "L": 2.2033802560272875e-10, + "G": 1.3573047397130722e-07, + "F": 0.00021112026297487319, + "E": 2.6309139755653632e-08, + "T": 1.6728579339542193e-06, + "P": 0.00091313268058002, + "-": 0.9988683462142944 + }, + "id": "tp_2977" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 372139, + "label": "-", + "classification": { + "B": 3.4914032198685163e-07, + "S": 3.3201206406374695e-07, + "I": 1.1716236258507706e-05, + "C": 3.453136798725609e-07, + "R": 1.66180498695212e-07, + "M": 1.8026137695414945e-05, + "O": 8.731638445169665e-06, + "W": 1.7520233086543158e-07, + "N": 2.538168075716385e-07, + "Y": 0.00017034518532454967, + "U": 1.0706600050980342e-08, + "K": 5.759630994361942e-08, + "L": 4.764924028677342e-07, + "G": 2.6428187993587926e-05, + "F": 0.0014486218569800258, + "E": 7.644380275451113e-06, + "T": 0.00019516877364367247, + "P": 0.02091829665005207, + "-": 0.9771929383277893 + }, + "id": "tp_2978" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 372272, + "label": "-", + "classification": { + "B": 1.992525994864991e-06, + "S": 3.44854811373807e-07, + "I": 2.7201987904845737e-05, + "C": 5.093050731375115e-06, + "R": 5.374387228584965e-07, + "M": 8.295121369883418e-05, + "O": 1.634613909118343e-05, + "W": 1.1925799014989025e-07, + "N": 7.331624942708004e-07, + "Y": 0.000226608564844355, + "U": 3.317573771255411e-08, + "K": 3.676634108273902e-08, + "L": 3.479480710666394e-06, + "G": 0.00024930082145147026, + "F": 0.0015435245586559176, + "E": 7.598171214340255e-05, + "T": 0.0002622678002808243, + "P": 0.05783962830901146, + "-": 0.939663827419281 + }, + "id": "tp_2979" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 372406, + "label": "-", + "classification": { + "B": 1.1161854729380138e-07, + "S": 1.302635439515143e-07, + "I": 2.0648136342060752e-05, + "C": 2.635033297337941e-06, + "R": 4.684210637151409e-07, + "M": 4.8467460146639496e-05, + "O": 5.009947017242666e-06, + "W": 1.2496225565428176e-07, + "N": 6.600487267860444e-07, + "Y": 0.001654742518439889, + "U": 5.467898134270399e-08, + "K": 6.888332109156181e-07, + "L": 2.979823250370828e-07, + "G": 4.572189936880022e-05, + "F": 0.0006498259026557207, + "E": 2.93249267997453e-05, + "T": 0.0005040289834141731, + "P": 0.021594595164060593, + "-": 0.9754424691200256 + }, + "id": "tp_2980" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 372506, + "label": "-", + "classification": { + "B": 6.387457318624001e-08, + "S": 5.260416102714771e-08, + "I": 5.5032902309903875e-05, + "C": 6.6543698267196305e-06, + "R": 5.496791573023074e-07, + "M": 7.153568731155246e-05, + "O": 8.197903298423626e-06, + "W": 7.02262568097467e-08, + "N": 9.445835189580976e-07, + "Y": 7.216450467240065e-05, + "U": 4.528953567728422e-08, + "K": 3.565762796142735e-08, + "L": 7.327772664211807e-07, + "G": 3.061024835915305e-05, + "F": 6.911137461429462e-05, + "E": 2.808115641528275e-05, + "T": 0.0003790719492826611, + "P": 0.04863213747739792, + "-": 0.9506449699401855 + }, + "id": "tp_2981" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 372639, + "label": "-", + "classification": { + "B": 2.6210207579424605e-05, + "S": 8.454406270175241e-06, + "I": 3.183917579008266e-05, + "C": 1.6369853028663783e-06, + "R": 9.912819223245606e-07, + "M": 0.00028905822546221316, + "O": 0.00026109005557373166, + "W": 3.4071335903718136e-06, + "N": 1.7123340967373224e-06, + "Y": 0.0001473270676797256, + "U": 8.558543385106532e-08, + "K": 1.4137746084941227e-08, + "L": 1.8248425476485863e-05, + "G": 0.00013142488023731858, + "F": 0.00035483314422890544, + "E": 2.2040896510588937e-05, + "T": 0.000781834707595408, + "P": 0.06166602298617363, + "-": 0.9362536668777466 + }, + "id": "tp_2982" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 372773, + "label": "-", + "classification": { + "B": 9.23867046367377e-05, + "S": 1.041871200868627e-05, + "I": 9.635072274249978e-06, + "C": 1.6153452406797442e-06, + "R": 2.5027534888977243e-07, + "M": 0.0002421449462417513, + "O": 0.00018173441640101373, + "W": 3.94655126001453e-06, + "N": 5.933479201303271e-07, + "Y": 0.00010082183871418238, + "U": 5.881168263499603e-08, + "K": 5.365446043015254e-08, + "L": 1.906349280034192e-05, + "G": 0.0001738884748192504, + "F": 0.002042436972260475, + "E": 4.980344601790421e-05, + "T": 0.000190874605323188, + "P": 0.03807581961154938, + "-": 0.9588045477867126 + }, + "id": "tp_2983" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 372906, + "label": "-", + "classification": { + "B": 4.0182883687123194e-09, + "S": 4.4290773826283214e-10, + "I": 6.145041311356181e-07, + "C": 1.3722599589982565e-07, + "R": 3.166437556600954e-09, + "M": 1.527989638816507e-06, + "O": 7.221185427397359e-08, + "W": 4.087438998379156e-10, + "N": 7.003388979853753e-09, + "Y": 1.594984314579051e-05, + "U": 2.046862818128048e-10, + "K": 1.0117014781485523e-08, + "L": 6.65787114328964e-09, + "G": 6.660644430667162e-06, + "F": 0.0005494505749084055, + "E": 1.0985746484948322e-05, + "T": 5.923099706706125e-06, + "P": 0.023736480623483658, + "-": 0.97567218542099 + }, + "id": "tp_2984" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 373006, + "label": "-", + "classification": { + "B": 6.254534241634246e-07, + "S": 5.048352136327594e-07, + "I": 0.0003418775158934295, + "C": 5.966815660940483e-05, + "R": 5.969504854874685e-06, + "M": 0.00010443753126310185, + "O": 3.532410482876003e-05, + "W": 8.979205858850037e-07, + "N": 8.765496204432566e-06, + "Y": 0.0002928967005573213, + "U": 6.519833277707221e-07, + "K": 1.8294986148248427e-06, + "L": 4.7527410060865805e-06, + "G": 0.0002530112396925688, + "F": 0.002432416193187237, + "E": 0.0002908869064413011, + "T": 0.00040151807479560375, + "P": 0.08922947198152542, + "-": 0.9065344333648682 + }, + "id": "tp_2985" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 373140, + "label": "-", + "classification": { + "B": 2.7812292469064914e-09, + "S": 1.7383454675723442e-09, + "I": 8.085561603365932e-06, + "C": 2.4311421498168784e-07, + "R": 6.6323792680123e-08, + "M": 1.0674925761122722e-05, + "O": 9.954552524504834e-07, + "W": 3.214170041232478e-09, + "N": 3.9877757984640994e-08, + "Y": 5.785435132565908e-05, + "U": 1.2678286198664068e-09, + "K": 3.2713792785799e-10, + "L": 7.182632089097751e-08, + "G": 8.23791378934402e-06, + "F": 4.592737241182476e-05, + "E": 9.125990345637547e-07, + "T": 9.489810327067971e-05, + "P": 0.019979512318968773, + "-": 0.9797924757003784 + }, + "id": "tp_2986" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 373273, + "label": "-", + "classification": { + "B": 3.1178106763007918e-09, + "S": 2.889642303216533e-09, + "I": 1.287239501834847e-05, + "C": 9.367884956645867e-08, + "R": 5.457356788696188e-09, + "M": 2.989349923154805e-07, + "O": 1.321902800555108e-07, + "W": 6.347789849314722e-09, + "N": 2.1822506823809817e-07, + "Y": 6.338604634947842e-06, + "U": 1.7865635637548394e-09, + "K": 1.0394729343943254e-07, + "L": 2.2136859012533705e-09, + "G": 1.043644374476571e-06, + "F": 0.0003397573600523174, + "E": 1.4920069588697515e-05, + "T": 3.2183197617996484e-06, + "P": 0.37904250621795654, + "-": 0.6205785274505615 + }, + "id": "tp_2987" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 373407, + "label": "-", + "classification": { + "B": 2.520370223635382e-08, + "S": 2.0924262322807863e-09, + "I": 1.171913368125388e-06, + "C": 2.530866716199398e-08, + "R": 5.737818664641736e-09, + "M": 5.511298695637379e-06, + "O": 9.327878842668724e-07, + "W": 1.4721356356162119e-09, + "N": 5.0772821502675924e-09, + "Y": 1.931011865963228e-05, + "U": 8.501119946879854e-11, + "K": 1.0014965419469224e-11, + "L": 7.305239790866835e-08, + "G": 4.509116934059421e-06, + "F": 1.780457387212664e-05, + "E": 1.530039753561141e-06, + "T": 3.637616828200407e-05, + "P": 0.019873570650815964, + "-": 0.9800392985343933 + }, + "id": "tp_2988" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 373507, + "label": "-", + "classification": { + "B": 8.568067073611019e-07, + "S": 1.421009443447474e-07, + "I": 0.00021598642342723906, + "C": 6.952801049919799e-05, + "R": 6.517474048450822e-06, + "M": 0.00012053654791088775, + "O": 9.987157682189718e-06, + "W": 2.7833849003400246e-07, + "N": 2.630709786899388e-06, + "Y": 0.001758322468958795, + "U": 1.994858678244782e-07, + "K": 4.37091841831716e-07, + "L": 1.9322694697621046e-06, + "G": 0.0002477919333614409, + "F": 0.0007716973777860403, + "E": 0.00011457723303465173, + "T": 0.000327067420585081, + "P": 0.04933461174368858, + "-": 0.9470168352127075 + }, + "id": "tp_2989" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 373640, + "label": "-", + "classification": { + "B": 2.2127643717340106e-07, + "S": 8.631527492752866e-08, + "I": 0.00014598871348425746, + "C": 3.435484131841804e-06, + "R": 4.351736890839675e-07, + "M": 2.0417688574525528e-05, + "O": 4.884008831140818e-06, + "W": 1.5968555544532137e-07, + "N": 2.8643180485232733e-06, + "Y": 0.0002384151885053143, + "U": 5.938367308999659e-08, + "K": 1.88868028772049e-07, + "L": 4.2533542909950484e-07, + "G": 4.971565795131028e-05, + "F": 0.0010085036046802998, + "E": 0.0001951963931787759, + "T": 9.135069558396935e-05, + "P": 0.21951597929000854, + "-": 0.7787216901779175 + }, + "id": "tp_2990" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 373774, + "label": "-", + "classification": { + "B": 3.3218355383723974e-05, + "S": 1.8121436369256116e-06, + "I": 4.367353903944604e-05, + "C": 4.4501230149762705e-06, + "R": 2.339753564228886e-06, + "M": 6.987509550526738e-05, + "O": 9.168402175419033e-05, + "W": 2.857772642528289e-06, + "N": 7.131735628718161e-07, + "Y": 0.0001040397328324616, + "U": 2.0665578404077678e-07, + "K": 6.337661062616462e-09, + "L": 2.8874648705823347e-05, + "G": 9.549991227686405e-05, + "F": 0.00020961437257938087, + "E": 1.0233423381578177e-05, + "T": 0.00041147944284603, + "P": 0.0669802725315094, + "-": 0.9319092631340027 + }, + "id": "tp_2991" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 373907, + "label": "-", + "classification": { + "B": 1.474781043953044e-07, + "S": 5.933527447155029e-08, + "I": 8.802319644019008e-05, + "C": 2.02101182367187e-06, + "R": 6.82745906033233e-07, + "M": 1.785705899237655e-05, + "O": 4.928980615659384e-06, + "W": 1.2816786920666345e-07, + "N": 1.038689106280799e-06, + "Y": 0.00014491219189949334, + "U": 6.561530341286925e-08, + "K": 3.234277201613622e-08, + "L": 3.0026799890947586e-07, + "G": 1.5046302905830089e-05, + "F": 0.00013428567035589367, + "E": 8.138078555930406e-06, + "T": 0.0003570201515685767, + "P": 0.12010148912668228, + "-": 0.879123866558075 + }, + "id": "tp_2992" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 374007, + "label": "-", + "classification": { + "B": 1.2997701526185068e-10, + "S": 4.128170028039335e-11, + "I": 5.965931677565095e-07, + "C": 5.7227835803530525e-09, + "R": 4.2190137494735325e-10, + "M": 1.3971994405892474e-07, + "O": 2.2173374247813626e-08, + "W": 1.1433734514731952e-10, + "N": 2.9076483443191137e-09, + "Y": 2.3093346044333884e-06, + "U": 4.041542100985396e-11, + "K": 8.640539395088354e-10, + "L": 3.413404559005073e-10, + "G": 2.9190761097197537e-07, + "F": 2.761349423963111e-05, + "E": 1.5484308732993668e-06, + "T": 2.209952754128608e-06, + "P": 0.05282224714756012, + "-": 0.9471428990364075 + }, + "id": "tp_2993" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 374141, + "label": "-", + "classification": { + "B": 6.506534191430546e-06, + "S": 1.9945521216868656e-06, + "I": 0.0008550150087103248, + "C": 0.000254058773862198, + "R": 4.1272567614214495e-05, + "M": 0.0002854095946531743, + "O": 0.00010876631858991459, + "W": 6.388967449311167e-06, + "N": 4.810255268239416e-05, + "Y": 0.00141847541090101, + "U": 7.918266419437714e-06, + "K": 2.7145460990141146e-05, + "L": 1.9342696759849787e-05, + "G": 0.0008250499959103763, + "F": 0.0056907907128334045, + "E": 0.0006558991735801101, + "T": 0.0013784202747046947, + "P": 0.13686113059520721, + "-": 0.8515083193778992 + }, + "id": "tp_2994" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 374274, + "label": "-", + "classification": { + "B": 1.3213671081757639e-06, + "S": 6.15356043454085e-07, + "I": 0.0004618611419573426, + "C": 1.8141487089451402e-05, + "R": 2.786822051348281e-06, + "M": 0.00017036280769389123, + "O": 3.495156124699861e-05, + "W": 1.8572327462607063e-06, + "N": 1.3595006748801097e-05, + "Y": 0.0006690685404464602, + "U": 5.847259103575198e-07, + "K": 1.8121747871191474e-06, + "L": 2.798412424454e-06, + "G": 0.0002143328747479245, + "F": 0.0005644781631417572, + "E": 0.000486519857076928, + "T": 0.0005730516859330237, + "P": 0.1366211324930191, + "-": 0.8601607084274292 + }, + "id": "tp_2995" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 374408, + "label": "-", + "classification": { + "B": 1.1516957165724762e-08, + "S": 2.1250061266187004e-08, + "I": 1.2869905731349718e-05, + "C": 2.1819546418555547e-06, + "R": 1.4250549895677977e-07, + "M": 4.56662792203133e-06, + "O": 1.3763200286120991e-06, + "W": 3.541259729900048e-08, + "N": 3.310973966108577e-07, + "Y": 0.0001613471395103261, + "U": 3.0564041963998534e-08, + "K": 9.950912271960988e-07, + "L": 8.194663791982748e-08, + "G": 2.365115869906731e-05, + "F": 0.001873489236459136, + "E": 2.0601895812433213e-05, + "T": 5.858834265382029e-05, + "P": 0.04502398520708084, + "-": 0.9528156518936157 + }, + "id": "tp_2996" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 374508, + "label": "-", + "classification": { + "B": 9.028536140931465e-09, + "S": 4.6508734641292904e-08, + "I": 3.8479131035273895e-05, + "C": 6.710559432576702e-07, + "R": 1.4745079113254178e-07, + "M": 1.609097125765402e-05, + "O": 2.092380100293667e-06, + "W": 6.155897125381671e-08, + "N": 7.885147965680517e-07, + "Y": 0.00012423263979144394, + "U": 2.8342993729779664e-08, + "K": 1.0510392201013019e-07, + "L": 1.226695900413688e-07, + "G": 5.485626388690434e-06, + "F": 0.00022469853865914047, + "E": 1.360318492515944e-05, + "T": 0.00028280896367505193, + "P": 0.07431013137102127, + "-": 0.9249804615974426 + }, + "id": "tp_2997" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 374641, + "label": "-", + "classification": { + "B": 4.896753669214604e-09, + "S": 4.2643152897703374e-10, + "I": 2.3690554371569306e-06, + "C": 4.89860838115419e-07, + "R": 3.616514021587136e-08, + "M": 3.393832002984709e-06, + "O": 5.047749027653481e-07, + "W": 1.4144836413265693e-09, + "N": 1.986041375801051e-08, + "Y": 3.8641985156573355e-05, + "U": 1.4369668788205558e-09, + "K": 1.3248920849306955e-09, + "L": 1.8081527386470952e-08, + "G": 6.564468549186131e-06, + "F": 2.4988788936752826e-05, + "E": 1.1850219152620411e-06, + "T": 3.808395194937475e-05, + "P": 0.016665296629071236, + "-": 0.9832183122634888 + }, + "id": "tp_2998" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 374775, + "label": "-", + "classification": { + "B": 3.797877798206173e-05, + "S": 1.1722402632585727e-05, + "I": 0.00010993150499416515, + "C": 3.7683992104575736e-06, + "R": 1.7209015368280234e-06, + "M": 0.0007236006786115468, + "O": 0.00024070627114269882, + "W": 8.96033725439338e-06, + "N": 3.432966877880972e-06, + "Y": 0.0007448723190464079, + "U": 3.142733930872055e-07, + "K": 1.310503847662403e-07, + "L": 3.562933852663264e-05, + "G": 0.00023874019098002464, + "F": 0.000672037829644978, + "E": 4.02953228331171e-05, + "T": 0.0027622468769550323, + "P": 0.025360962375998497, + "-": 0.9690030217170715 + }, + "id": "tp_2999" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 374908, + "label": "-", + "classification": { + "B": 3.861059099108388e-07, + "S": 1.030279690894531e-06, + "I": 6.764589670638088e-06, + "C": 8.10012693364115e-07, + "R": 4.7555923288200574e-07, + "M": 0.00010461530473548919, + "O": 1.709055868559517e-05, + "W": 2.445308950882463e-07, + "N": 1.4874072462589538e-07, + "Y": 0.0006310365279205143, + "U": 1.1300386404400342e-08, + "K": 3.04649887539199e-08, + "L": 2.234329485872877e-06, + "G": 8.000857633305714e-05, + "F": 0.0018763479311019182, + "E": 3.00980036627152e-06, + "T": 0.0009977356530725956, + "P": 0.007554542738944292, + "-": 0.9887235164642334 + }, + "id": "tp_3000" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 375008, + "label": "-", + "classification": { + "B": 3.464710829348405e-08, + "S": 3.2406770600346135e-08, + "I": 5.7178578316552375e-08, + "C": 1.297966090163527e-08, + "R": 1.3010320820683319e-08, + "M": 5.486385816766415e-06, + "O": 2.4531041162845213e-06, + "W": 8.862644840235134e-09, + "N": 3.095819156584412e-10, + "Y": 1.1798662853834685e-05, + "U": 2.9763955189388014e-11, + "K": 4.274913756319165e-11, + "L": 2.1836230246208288e-07, + "G": 4.208949121675687e-06, + "F": 0.00033969327341765165, + "E": 3.537172332812588e-08, + "T": 2.2830963644082658e-05, + "P": 0.0005212347023189068, + "-": 0.9990918636322021 + }, + "id": "tp_3001" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 375142, + "label": "-", + "classification": { + "B": 6.147179192339536e-07, + "S": 7.407771590806078e-06, + "I": 3.833351729554124e-05, + "C": 6.567905984411482e-06, + "R": 6.0751485762011725e-06, + "M": 0.003582494333386421, + "O": 0.00029998342506587505, + "W": 1.4137224297883222e-06, + "N": 4.861043407800025e-07, + "Y": 0.009443369694054127, + "U": 2.9667205581063172e-08, + "K": 1.4127722103296492e-08, + "L": 7.017360621830449e-05, + "G": 0.0009653603192418814, + "F": 0.001146873808465898, + "E": 9.22951858228771e-06, + "T": 0.007574884686619043, + "P": 0.0017711163964122534, + "-": 0.9750756621360779 + }, + "id": "tp_3002" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 375275, + "label": "-", + "classification": { + "B": 1.872842991801349e-09, + "S": 1.1885014572499131e-07, + "I": 3.66795717354762e-07, + "C": 1.696794527106249e-07, + "R": 1.0000986705449577e-08, + "M": 7.799829404575576e-07, + "O": 8.499675914208638e-07, + "W": 4.0282305491246007e-08, + "N": 2.855190395223417e-08, + "Y": 2.76139007837628e-06, + "U": 1.627036172457963e-09, + "K": 5.954678528041768e-08, + "L": 2.215470829014521e-08, + "G": 8.053995088630472e-07, + "F": 0.00323050981387496, + "E": 2.1093992472742684e-06, + "T": 1.4902870134392288e-05, + "P": 0.05155174434185028, + "-": 0.9451947212219238 + }, + "id": "tp_3003" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 375375, + "label": "-", + "classification": { + "B": 5.488251417773427e-07, + "S": 1.5155731034610653e-06, + "I": 1.976964540517656e-06, + "C": 8.714922614672105e-07, + "R": 2.4815085453155916e-07, + "M": 4.2447187297511846e-05, + "O": 3.486203422653489e-05, + "W": 5.26767109931825e-07, + "N": 1.1410360656327612e-07, + "Y": 5.891264299862087e-05, + "U": 1.0407235073728316e-08, + "K": 2.383012542850338e-08, + "L": 2.358628080401104e-06, + "G": 2.158331699320115e-05, + "F": 0.0018909801729023457, + "E": 2.4270418634841917e-06, + "T": 0.00013734867388848215, + "P": 0.008839434012770653, + "-": 0.9889638423919678 + }, + "id": "tp_3004" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 375509, + "label": "-", + "classification": { + "B": 0.00023471147869713604, + "S": 0.00010831218969542533, + "I": 0.002009263029322028, + "C": 0.00016546252300031483, + "R": 6.748224404873326e-05, + "M": 0.0022549659479409456, + "O": 0.0012603864306584, + "W": 5.1560349675128236e-05, + "N": 0.00010330373333999887, + "Y": 0.0025193248875439167, + "U": 9.473262252868153e-06, + "K": 2.846386223609443e-06, + "L": 0.0003682956739794463, + "G": 0.0020883227698504925, + "F": 0.006564876064658165, + "E": 0.0011217022547498345, + "T": 0.0029496140778064728, + "P": 0.15111684799194336, + "-": 0.8270031213760376 + }, + "id": "tp_3005" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 375642, + "label": "-", + "classification": { + "B": 1.3068949478167724e-08, + "S": 1.2950184213877947e-07, + "I": 6.119928002590314e-05, + "C": 2.8467322863434674e-06, + "R": 3.20035439926869e-07, + "M": 2.155768243028433e-06, + "O": 2.2782264750276227e-06, + "W": 7.529646239845533e-08, + "N": 4.905754849460209e-06, + "Y": 3.3011041523423046e-05, + "U": 3.405211757012694e-08, + "K": 7.935318535601255e-07, + "L": 6.026353815968832e-08, + "G": 7.142290996853262e-06, + "F": 0.0029469009023159742, + "E": 3.0341261663124897e-05, + "T": 5.230769238551147e-05, + "P": 0.2939545512199402, + "-": 0.7029010057449341 + }, + "id": "tp_3006" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 375776, + "label": "-", + "classification": { + "B": 9.559096270095324e-07, + "S": 4.868376890954096e-06, + "I": 1.6970459910226054e-05, + "C": 1.2503318430390209e-05, + "R": 2.725812009884976e-06, + "M": 4.20675496570766e-05, + "O": 6.079627564758994e-05, + "W": 2.9064613045193255e-06, + "N": 1.938794412126299e-06, + "Y": 0.0003681789676193148, + "U": 2.242278327457825e-07, + "K": 2.401438678134582e-06, + "L": 5.517962108569918e-06, + "G": 0.00014267116785049438, + "F": 0.024370474740862846, + "E": 2.4578654119977728e-05, + "T": 0.00023200878058560193, + "P": 0.029760241508483887, + "-": 0.9449480175971985 + }, + "id": "tp_3007" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 375876, + "label": "-", + "classification": { + "B": 3.184262453714837e-08, + "S": 3.753647490611911e-07, + "I": 8.058188782911202e-09, + "C": 1.9191428890508178e-08, + "R": 1.3334170212431218e-08, + "M": 2.428009065624792e-05, + "O": 1.2384167348500341e-05, + "W": 3.430409734050954e-08, + "N": 1.5153389654187777e-10, + "Y": 2.4082113668555394e-05, + "U": 4.879483535974449e-12, + "K": 2.5597843289482114e-11, + "L": 5.986413498249021e-07, + "G": 7.897398973000236e-06, + "F": 0.0010238441172987223, + "E": 1.9943714235637344e-08, + "T": 3.607659164117649e-05, + "P": 0.00016787055938038975, + "-": 0.9987025260925293 + }, + "id": "tp_3008" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 376009, + "label": "-", + "classification": { + "B": 4.989154149370734e-06, + "S": 2.0204628526698798e-05, + "I": 4.409672328620218e-05, + "C": 2.590638132460299e-06, + "R": 3.254579723943607e-06, + "M": 0.0011063998099416494, + "O": 0.00016830071399454027, + "W": 5.049384526500944e-06, + "N": 1.8406674371362897e-06, + "Y": 0.005335027351975441, + "U": 1.2367436852400715e-07, + "K": 6.302627184595622e-07, + "L": 1.781534228939563e-05, + "G": 0.00031483941711485386, + "F": 0.004399175755679607, + "E": 2.427613981126342e-05, + "T": 0.004577185492962599, + "P": 0.007561094593256712, + "-": 0.9764131903648376 + }, + "id": "tp_3009" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 376143, + "label": "-", + "classification": { + "B": 4.3458516785221946e-09, + "S": 6.684812259294404e-09, + "I": 3.203139613106032e-06, + "C": 1.339920032705777e-07, + "R": 1.286998685401386e-08, + "M": 4.668812607633299e-07, + "O": 4.213104318750993e-07, + "W": 6.773435590190502e-09, + "N": 1.1858044501877885e-07, + "Y": 1.5863020962569863e-05, + "U": 1.8731818318684645e-09, + "K": 1.8375267529791017e-08, + "L": 5.7897269201134804e-09, + "G": 1.9849237560265465e-06, + "F": 0.00034544506343081594, + "E": 2.044312395810266e-06, + "T": 1.6197009244933724e-05, + "P": 0.1333923488855362, + "-": 0.8662217855453491 + }, + "id": "tp_3010" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 376276, + "label": "-", + "classification": { + "B": 3.1807448976906016e-05, + "S": 2.5930145056918263e-05, + "I": 2.4413351638941094e-05, + "C": 2.226990181952715e-05, + "R": 7.793426448188256e-06, + "M": 0.0012704712571576238, + "O": 0.00024489147472195327, + "W": 9.6891008070088e-06, + "N": 2.6081520445586648e-06, + "Y": 0.002792264800518751, + "U": 6.754874561920587e-07, + "K": 2.7529242743185023e-06, + "L": 7.279116834979504e-05, + "G": 0.0009941458702087402, + "F": 0.008698297664523125, + "E": 0.00013985724945086986, + "T": 0.0026934328489005566, + "P": 0.008378987200558186, + "-": 0.9745869636535645 + }, + "id": "tp_3011" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 376376, + "label": "-", + "classification": { + "B": 2.5858495064312592e-05, + "S": 2.080671583826188e-05, + "I": 9.082195174414665e-05, + "C": 0.00010022440255852416, + "R": 1.7614011085242964e-05, + "M": 0.0017565784510225058, + "O": 0.0002741594216786325, + "W": 1.4771572750760242e-05, + "N": 1.3891610251448583e-05, + "Y": 0.0030069202184677124, + "U": 4.1927933125407435e-06, + "K": 4.295774851925671e-05, + "L": 4.1497016354696825e-05, + "G": 0.0010754350805655122, + "F": 0.0064139156602323055, + "E": 0.00039235607255250216, + "T": 0.003156905760988593, + "P": 0.02709348313510418, + "-": 0.9564575552940369 + }, + "id": "tp_3012" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 376510, + "label": "-", + "classification": { + "B": 1.785979748092359e-06, + "S": 3.042159278265899e-06, + "I": 0.0010131449671462178, + "C": 0.0001457053003832698, + "R": 5.4286403610603884e-05, + "M": 0.0015486599877476692, + "O": 0.00017402457888238132, + "W": 5.876209343114169e-06, + "N": 1.4707828086102381e-05, + "Y": 0.00406529800966382, + "U": 1.1240124422329245e-06, + "K": 8.417099479629542e-07, + "L": 3.168950934195891e-05, + "G": 0.0006234089960344136, + "F": 0.0011071083135902882, + "E": 0.00010482405923539773, + "T": 0.0048370459116995335, + "P": 0.04177451506257057, + "-": 0.9444928765296936 + }, + "id": "tp_3013" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 376643, + "label": "-", + "classification": { + "B": 3.817408167350322e-09, + "S": 1.9829181852060174e-08, + "I": 3.072845800033974e-07, + "C": 3.335490106337602e-08, + "R": 2.6020462229325858e-08, + "M": 9.953813787433319e-06, + "O": 2.0530690107989358e-06, + "W": 1.0905649716619337e-08, + "N": 2.8372573179780147e-09, + "Y": 7.892741996329278e-05, + "U": 1.967222218457465e-10, + "K": 7.513768496281159e-10, + "L": 7.190127604417285e-08, + "G": 3.901595846400596e-06, + "F": 0.00021373048366513103, + "E": 9.599054351383529e-08, + "T": 0.00010533018212299794, + "P": 0.0008706829394213855, + "-": 0.998714804649353 + }, + "id": "tp_3014" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 376777, + "label": "-", + "classification": { + "B": 6.012507128616562e-06, + "S": 2.6241674277116545e-05, + "I": 0.0001164867717307061, + "C": 7.185834692791104e-05, + "R": 3.234072937630117e-05, + "M": 0.00046687558642588556, + "O": 0.0002734025474637747, + "W": 2.778389898594469e-05, + "N": 1.8527191059547476e-05, + "Y": 0.006351870018988848, + "U": 5.335311925591668e-06, + "K": 0.00019135854381602257, + "L": 3.6311896110419184e-05, + "G": 0.0010577699868008494, + "F": 0.038268428295850754, + "E": 0.0003517711302265525, + "T": 0.002841878216713667, + "P": 0.023551708087325096, + "-": 0.9263041019439697 + }, + "id": "tp_3015" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 376877, + "label": "-", + "classification": { + "B": 0.00016337934357579798, + "S": 0.0006700836820527911, + "I": 5.176341437618248e-05, + "C": 7.040716445771977e-05, + "R": 5.421092646429315e-05, + "M": 0.0024568752851337194, + "O": 0.002378384815528989, + "W": 9.847939509199932e-05, + "N": 5.7350971474079415e-06, + "Y": 0.0007698856061324477, + "U": 6.584403990927967e-07, + "K": 7.472301035704731e-07, + "L": 0.0005208412185311317, + "G": 0.0015388302272185683, + "F": 0.02038213424384594, + "E": 8.433372568106279e-05, + "T": 0.0018758403602987528, + "P": 0.018284685909748077, + "-": 0.950592577457428 + }, + "id": "tp_3016" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 377010, + "label": "-", + "classification": { + "B": 1.925104520239529e-10, + "S": 2.4465915404725536e-10, + "I": 6.558727250194352e-07, + "C": 2.0091189156801192e-08, + "R": 1.864005172436123e-09, + "M": 1.0780784577946179e-05, + "O": 1.4385878444045375e-07, + "W": 2.7317031969786854e-10, + "N": 1.2363612356125486e-09, + "Y": 1.1543635991984047e-05, + "U": 4.263914915592082e-11, + "K": 2.0477928380779886e-11, + "L": 1.3646909380327088e-08, + "G": 1.5056493793963455e-06, + "F": 1.7623813619138673e-05, + "E": 3.348544623804628e-07, + "T": 6.185039092088118e-05, + "P": 0.008078834041953087, + "-": 0.9918166995048523 + }, + "id": "tp_3017" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 377144, + "label": "-", + "classification": { + "B": 2.8175281840958633e-06, + "S": 1.3817427316098474e-05, + "I": 3.581929604479228e-06, + "C": 7.171030301833525e-05, + "R": 6.226984260138124e-05, + "M": 0.009226948022842407, + "O": 0.0017313205171376467, + "W": 5.360452178138075e-06, + "N": 5.522468171648143e-08, + "Y": 0.012863964773714542, + "U": 1.048529618685734e-08, + "K": 2.9939173362691918e-09, + "L": 0.0012084991903975606, + "G": 0.003946290351450443, + "F": 0.0018278742209076881, + "E": 1.1025161938960082e-06, + "T": 0.011771917343139648, + "P": 0.00012016777327517048, + "-": 0.9571423530578613 + }, + "id": "tp_3018" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 377277, + "label": "-", + "classification": { + "B": 1.0728883808042156e-06, + "S": 1.8092445316142403e-05, + "I": 5.750268428528216e-06, + "C": 8.752151643420802e-07, + "R": 1.0641665539878886e-06, + "M": 0.0005524305161088705, + "O": 0.0002707997045945376, + "W": 1.8219334378954954e-06, + "N": 2.0700521474736888e-07, + "Y": 0.002840769710019231, + "U": 2.997580184072035e-09, + "K": 1.1562104162976539e-07, + "L": 1.347811848972924e-05, + "G": 0.0005184240289963782, + "F": 0.007191004231572151, + "E": 6.109197329351446e-06, + "T": 0.00174079486168921, + "P": 0.0016709687188267708, + "-": 0.9851662516593933 + }, + "id": "tp_3019" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 377377, + "label": "-", + "classification": { + "B": 1.7262358653624688e-08, + "S": 2.628540414661984e-06, + "I": 2.692234829737572e-06, + "C": 5.446698878586176e-07, + "R": 2.5366654199387995e-07, + "M": 2.0906896679662168e-05, + "O": 1.1968050785071682e-05, + "W": 3.5131330378135317e-07, + "N": 1.5501771599701897e-07, + "Y": 0.0001403494825353846, + "U": 1.9585293387081038e-09, + "K": 7.386241236417845e-07, + "L": 5.516339456335118e-07, + "G": 8.507618622388691e-05, + "F": 0.020474424585700035, + "E": 4.035669007862452e-06, + "T": 0.00021791762264911085, + "P": 0.006352963391691446, + "-": 0.9726845026016235 + }, + "id": "tp_3020" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 377511, + "label": "-", + "classification": { + "B": 1.6172057470953405e-08, + "S": 2.089948623051896e-07, + "I": 1.8304364175492083e-06, + "C": 1.5233264093694743e-05, + "R": 3.08368885271193e-06, + "M": 0.0009120175964199007, + "O": 3.366708551766351e-05, + "W": 9.924684718498611e-08, + "N": 3.596423425733519e-08, + "Y": 0.008080556057393551, + "U": 1.4332048436926925e-08, + "K": 1.0318818510768324e-07, + "L": 2.9430560971377417e-05, + "G": 0.0013642292469739914, + "F": 0.010336830280721188, + "E": 3.050531176995719e-06, + "T": 0.00280868005938828, + "P": 0.000802454596851021, + "-": 0.9756084084510803 + }, + "id": "tp_3021" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 377644, + "label": "-", + "classification": { + "B": 1.3238148710570385e-07, + "S": 6.474842848547269e-06, + "I": 7.458979212060513e-07, + "C": 2.6731611342256656e-06, + "R": 5.960753696854226e-06, + "M": 0.00047283832100220025, + "O": 0.00024169907555915415, + "W": 1.2180264548078412e-06, + "N": 1.7410837216402797e-08, + "Y": 0.003900354728102684, + "U": 1.9385135718863467e-09, + "K": 4.039870216132613e-09, + "L": 7.175324572017416e-05, + "G": 0.0004743701429106295, + "F": 0.007580507081001997, + "E": 4.260508887909964e-07, + "T": 0.001873644650913775, + "P": 0.0003018493880517781, + "-": 0.9850654006004333 + }, + "id": "tp_3022" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 377778, + "label": "-", + "classification": { + "B": 0.0008326624520123005, + "S": 0.0002658207667991519, + "I": 0.0009739737724885345, + "C": 0.0006039016298018396, + "R": 0.00016034659347496927, + "M": 0.0069139450788497925, + "O": 0.0020378425251692533, + "W": 0.00011185256880708039, + "N": 9.261299419449642e-05, + "Y": 0.0032937482465058565, + "U": 1.9607321519288234e-05, + "K": 6.103294708736939e-06, + "L": 0.0011416177731007338, + "G": 0.005858909338712692, + "F": 0.016528945416212082, + "E": 0.0013026896631345153, + "T": 0.008414939977228642, + "P": 0.10832132399082184, + "-": 0.8431191444396973 + }, + "id": "tp_3023" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 377878, + "label": "-", + "classification": { + "B": 2.2737874871836539e-07, + "S": 3.75850362388519e-07, + "I": 1.6760855942266062e-05, + "C": 1.6244488278971403e-06, + "R": 3.8288376913442335e-07, + "M": 1.0613010999804828e-05, + "O": 3.82973803425557e-06, + "W": 2.502650602309586e-07, + "N": 1.0368588618803187e-06, + "Y": 0.00033198538585565984, + "U": 8.070395551840193e-08, + "K": 3.3246919883822557e-06, + "L": 1.2429657658685755e-07, + "G": 2.4869075787137263e-05, + "F": 0.0034655341878533363, + "E": 3.55279007635545e-05, + "T": 9.153607970802113e-05, + "P": 0.11230958998203278, + "-": 0.8837023377418518 + }, + "id": "tp_3024" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 378011, + "label": "-", + "classification": { + "B": 4.1985609300354554e-07, + "S": 6.100632390371175e-07, + "I": 1.8116055798600428e-05, + "C": 1.9150677417201223e-06, + "R": 2.8976758130738745e-06, + "M": 9.709275764180347e-05, + "O": 6.468567880801857e-05, + "W": 5.991948341943498e-07, + "N": 1.7116425965468807e-07, + "Y": 0.0001312339009018615, + "U": 1.3877857973909613e-08, + "K": 1.1890999296326754e-09, + "L": 6.4914297581708524e-06, + "G": 4.1264422179665416e-05, + "F": 0.00015299722144845873, + "E": 8.15150542621268e-07, + "T": 0.0004085234540980309, + "P": 0.010719950310885906, + "-": 0.9883521199226379 + }, + "id": "tp_3025" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 378145, + "label": "-", + "classification": { + "B": 4.3271121796806256e-08, + "S": 4.026680358037993e-07, + "I": 2.6581530619296245e-05, + "C": 1.5440849665537826e-06, + "R": 2.450620399940817e-07, + "M": 3.3422587875975296e-05, + "O": 9.815696103032678e-06, + "W": 5.9246707451166e-07, + "N": 2.8659303552558413e-06, + "Y": 0.00022786868794355541, + "U": 1.0260462346423083e-07, + "K": 3.5699289583135396e-05, + "L": 2.1501202240870043e-07, + "G": 4.541888120002113e-05, + "F": 0.007329826708883047, + "E": 0.00019451070693321526, + "T": 0.00015349499881267548, + "P": 0.10704565793275833, + "-": 0.8848916888237 + }, + "id": "tp_3026" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 378278, + "label": "-", + "classification": { + "B": 4.0723005412246494e-08, + "S": 2.83385048760465e-08, + "I": 6.700140886550798e-09, + "C": 5.45927747452879e-11, + "R": 1.8571891247098904e-10, + "M": 8.029480227378372e-07, + "O": 2.687604592210846e-06, + "W": 2.0661665711685373e-09, + "N": 2.6352555554387536e-11, + "Y": 6.491925432783319e-07, + "U": 1.965710851471042e-13, + "K": 8.837094738704115e-15, + "L": 9.459122907173878e-08, + "G": 7.995735700205842e-07, + "F": 7.010187255218625e-05, + "E": 3.0247748750156234e-09, + "T": 4.830026682611788e-06, + "P": 0.0006948420195840299, + "-": 0.9992251396179199 + }, + "id": "tp_3027" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 378378, + "label": "-", + "classification": { + "B": 0.00010114371252711862, + "S": 2.3451433662557974e-05, + "I": 0.0003096500295214355, + "C": 0.00025982927763834596, + "R": 8.830143633531407e-05, + "M": 0.002296918537467718, + "O": 0.0008707894594408572, + "W": 2.4263195882667787e-05, + "N": 1.3828840565111022e-05, + "Y": 0.001300712814554572, + "U": 6.856376785435714e-06, + "K": 3.955246654641087e-07, + "L": 0.0005955758388154209, + "G": 0.0012861323775723577, + "F": 0.003404810791835189, + "E": 0.00018415924569126219, + "T": 0.004138772841542959, + "P": 0.043930307030677795, + "-": 0.9411641955375671 + }, + "id": "tp_3028" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 378512, + "label": "-", + "classification": { + "B": 0.0002973122464027256, + "S": 5.590320597548271e-06, + "I": 1.5937609987304313e-06, + "C": 4.3272186189824424e-07, + "R": 2.527850710976054e-07, + "M": 0.0005392542225308716, + "O": 0.00025584473041817546, + "W": 1.7176813571495586e-06, + "N": 4.2580658998758736e-08, + "Y": 0.00021463382290676236, + "U": 6.677468800120323e-09, + "K": 1.326742160578931e-09, + "L": 5.408477227319963e-05, + "G": 0.0003235062467865646, + "F": 0.0009727087453939021, + "E": 9.706895070848987e-06, + "T": 0.0002402865793555975, + "P": 0.0037961688358336687, + "-": 0.9932867884635925 + }, + "id": "tp_3029" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 378645, + "label": "-", + "classification": { + "B": 0.0001483128871768713, + "S": 0.0008983775041997433, + "I": 0.0004671461065299809, + "C": 0.0006891782395541668, + "R": 0.000594487355556339, + "M": 0.006571247708052397, + "O": 0.00542047806084156, + "W": 0.0005365429096855223, + "N": 7.299258868442848e-05, + "Y": 0.016472555696964264, + "U": 2.3433878595824353e-05, + "K": 8.865124254953116e-05, + "L": 0.002277515595778823, + "G": 0.008867108263075352, + "F": 0.08145498484373093, + "E": 0.0004628982860594988, + "T": 0.011034557595849037, + "P": 0.016648616641759872, + "-": 0.8472709655761719 + }, + "id": "tp_3030" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 378779, + "label": "-", + "classification": { + "B": 3.2624816412862856e-06, + "S": 1.5561476175207645e-05, + "I": 0.0011088238097727299, + "C": 0.000112716959847603, + "R": 4.4335887650959194e-05, + "M": 0.0014299179892987013, + "O": 0.0004479107155930251, + "W": 1.2469618013710715e-05, + "N": 2.7797923394246027e-05, + "Y": 0.007675154134631157, + "U": 1.2613326134669478e-06, + "K": 2.85380519926548e-06, + "L": 4.111481030122377e-05, + "G": 0.0008347848197445273, + "F": 0.002573838923126459, + "E": 9.066783968592063e-05, + "T": 0.003587696934118867, + "P": 0.015676865354180336, + "-": 0.9663129448890686 + }, + "id": "tp_3031" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 378879, + "label": "-", + "classification": { + "B": 1.1729212046063253e-10, + "S": 1.7862616941144438e-10, + "I": 1.3678978575626388e-05, + "C": 4.957139481120976e-07, + "R": 1.862393617102498e-08, + "M": 1.6837758209931053e-07, + "O": 6.496897242413979e-08, + "W": 9.310379134319646e-10, + "N": 1.3467341375417163e-07, + "Y": 1.3198965461924672e-05, + "U": 1.4361019040620704e-09, + "K": 1.2089542451576563e-06, + "L": 4.700924094436232e-10, + "G": 1.982341700568213e-06, + "F": 0.00046171198482625186, + "E": 1.6004734789021313e-05, + "T": 1.912213292598608e-06, + "P": 0.06098407134413719, + "-": 0.9385054707527161 + }, + "id": "tp_3032" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 379012, + "label": "-", + "classification": { + "B": 3.8385113754202393e-08, + "S": 7.164443704965606e-09, + "I": 5.250401954981498e-06, + "C": 1.0401846139984627e-07, + "R": 1.7374214067444882e-08, + "M": 1.3399248928180896e-06, + "O": 1.102266764974047e-06, + "W": 1.5470108749582323e-08, + "N": 8.755507252544703e-08, + "Y": 2.313517325092107e-05, + "U": 4.274977261076174e-09, + "K": 1.0299457287032965e-08, + "L": 3.461059350229334e-08, + "G": 3.845022092718864e-06, + "F": 3.871656736009754e-05, + "E": 2.0434317775652744e-06, + "T": 3.7966638046782464e-05, + "P": 0.053791433572769165, + "-": 0.9460947513580322 + }, + "id": "tp_3033" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 379146, + "label": "-", + "classification": { + "B": 1.47297187780282e-08, + "S": 6.600463509087717e-10, + "I": 2.1847949938091915e-07, + "C": 4.53832527114173e-09, + "R": 3.7819938847327705e-10, + "M": 6.545162705151597e-07, + "O": 4.6721240209990356e-07, + "W": 1.0375513781468726e-09, + "N": 8.442057053414942e-10, + "Y": 6.381665116350632e-07, + "U": 1.5434880804021667e-11, + "K": 6.981208688396079e-13, + "L": 1.4040003826210068e-08, + "G": 7.494281817344017e-07, + "F": 7.63307252782397e-06, + "E": 1.3486896932590753e-07, + "T": 2.08016740543826e-06, + "P": 0.040836721658706665, + "-": 0.9591506719589233 + }, + "id": "tp_3034" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 379279, + "label": "-", + "classification": { + "B": 7.429473009024079e-11, + "S": 5.348633428520211e-12, + "I": 9.955201818456771e-08, + "C": 3.4033442730674324e-10, + "R": 3.325442698987047e-11, + "M": 5.971042327246323e-09, + "O": 5.87751669556269e-09, + "W": 1.2926528770995649e-11, + "N": 3.74383579693216e-10, + "Y": 2.5319636165477277e-07, + "U": 3.643598877473009e-12, + "K": 5.624908091389491e-12, + "L": 2.8852736172479965e-11, + "G": 3.7644330319608343e-08, + "F": 1.3422910569715896e-06, + "E": 1.4947199034054393e-08, + "T": 6.885925927235803e-07, + "P": 0.08364227414131165, + "-": 0.916355311870575 + }, + "id": "tp_3035" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 379379, + "label": "-", + "classification": { + "B": 1.387985060219421e-09, + "S": 4.885732374226848e-10, + "I": 2.173508846681216e-06, + "C": 4.5184285113464284e-07, + "R": 7.062482154651661e-09, + "M": 4.412534622133535e-07, + "O": 8.57993924796574e-08, + "W": 5.777512912530369e-10, + "N": 2.1442136954874513e-08, + "Y": 6.610907348658657e-06, + "U": 8.147101882016727e-10, + "K": 3.7121175022747366e-09, + "L": 6.250953088482447e-09, + "G": 3.3840483411040623e-06, + "F": 0.00012700448860414326, + "E": 2.652924422363867e-06, + "T": 7.2721782089502085e-06, + "P": 0.06348009407520294, + "-": 0.9363698363304138 + }, + "id": "tp_3036" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 379513, + "label": "-", + "classification": { + "B": 1.0947094324365025e-06, + "S": 4.095220162980695e-07, + "I": 0.0004779296868946403, + "C": 0.00010042946087196469, + "R": 3.2595282391412184e-05, + "M": 5.4214586270973086e-05, + "O": 4.084919055458158e-05, + "W": 1.520552245892759e-06, + "N": 1.0733643648563884e-05, + "Y": 0.0009690143051557243, + "U": 3.4033639622066403e-06, + "K": 6.615451297875552e-07, + "L": 7.5426896728458814e-06, + "G": 0.00016328477067872882, + "F": 0.00045670283725485206, + "E": 2.25289877562318e-05, + "T": 0.0021804277785122395, + "P": 0.06160910055041313, + "-": 0.9338675141334534 + }, + "id": "tp_3037" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 379646, + "label": "-", + "classification": { + "B": 6.325040402543891e-08, + "S": 4.000637829904008e-07, + "I": 0.00011116656969534233, + "C": 2.263802343804855e-06, + "R": 4.602019032518001e-07, + "M": 6.268276138143847e-06, + "O": 7.3437490755168255e-06, + "W": 7.517180620197905e-07, + "N": 1.4166575056151487e-05, + "Y": 0.0002540389832574874, + "U": 5.518969032891619e-07, + "K": 0.00018945867486763746, + "L": 9.421856361768732e-08, + "G": 2.1485569959622808e-05, + "F": 0.0010678644757717848, + "E": 0.0003355621302034706, + "T": 0.00016390324162784964, + "P": 0.12240371108055115, + "-": 0.8754204511642456 + }, + "id": "tp_3038" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 379780, + "label": "-", + "classification": { + "B": 8.944067708682724e-09, + "S": 2.3758017775321605e-10, + "I": 1.5639873254258418e-06, + "C": 2.956788307528768e-07, + "R": 2.1885346868089073e-08, + "M": 1.6309979855577694e-07, + "O": 9.82675842919889e-08, + "W": 1.3747207816550144e-09, + "N": 1.0569546127214835e-08, + "Y": 1.4664046830148436e-05, + "U": 1.4349305077487884e-09, + "K": 3.5187515123880075e-09, + "L": 3.261328540560271e-09, + "G": 1.440096980331873e-06, + "F": 2.0829869754379615e-05, + "E": 4.384857277273113e-07, + "T": 7.595804618176771e-06, + "P": 0.04827747866511345, + "-": 0.9516754746437073 + }, + "id": "tp_3039" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 379880, + "label": "-", + "classification": { + "B": 8.450723454345166e-10, + "S": 6.947283193170506e-09, + "I": 4.756961061502807e-06, + "C": 4.3872879018636013e-07, + "R": 2.6871729730260085e-08, + "M": 3.6634443745242606e-07, + "O": 2.1587111120879854e-07, + "W": 2.4635895101710048e-08, + "N": 4.670867213008023e-07, + "Y": 0.00013299123384058475, + "U": 3.473840592960187e-08, + "K": 0.00016217438678722829, + "L": 1.593186915727074e-09, + "G": 6.629375548072858e-06, + "F": 0.0023777573369443417, + "E": 5.587615305557847e-05, + "T": 1.6542400771868415e-05, + "P": 0.06460850685834885, + "-": 0.9326331615447998 + }, + "id": "tp_3040" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 380013, + "label": "-", + "classification": { + "B": 1.8500909391150344e-06, + "S": 4.520613856584532e-07, + "I": 0.00028409308288246393, + "C": 3.167668910464272e-05, + "R": 3.738822897503269e-06, + "M": 0.00016273862274829298, + "O": 2.06880195037229e-05, + "W": 9.137012852988846e-07, + "N": 5.098725068819476e-06, + "Y": 0.0019935998134315014, + "U": 7.034204259070975e-07, + "K": 1.6619160305708647e-06, + "L": 2.5711556190799456e-06, + "G": 0.00025898442254401743, + "F": 0.0003425783943384886, + "E": 0.0002519658301025629, + "T": 0.0009758461965247989, + "P": 0.06382713466882706, + "-": 0.9318337440490723 + }, + "id": "tp_3041" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 380147, + "label": "-", + "classification": { + "B": 3.6347548757476034e-06, + "S": 2.2286976673058234e-06, + "I": 0.00020362409122753888, + "C": 0.0002986548061016947, + "R": 4.155558053753339e-05, + "M": 0.00012932771642226726, + "O": 4.647422247217037e-05, + "W": 5.840895028086379e-06, + "N": 1.545275517855771e-05, + "Y": 0.002391757443547249, + "U": 7.742018169665243e-06, + "K": 0.0001759986043907702, + "L": 1.1202978384972084e-05, + "G": 0.0007111362647265196, + "F": 0.026274966076016426, + "E": 0.0005596067057922482, + "T": 0.0005216178251430392, + "P": 0.07807720452547073, + "-": 0.8905220031738281 + }, + "id": "tp_3042" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 380280, + "label": "-", + "classification": { + "B": 1.1748923498089425e-05, + "S": 3.767422822420485e-05, + "I": 0.0002723228244576603, + "C": 7.137266948120669e-05, + "R": 1.94940876099281e-05, + "M": 0.0002907064335886389, + "O": 0.00017872726311907172, + "W": 1.7062140614143573e-05, + "N": 4.377645018394105e-05, + "Y": 0.0014424711698666215, + "U": 3.672148068289971e-06, + "K": 5.6752916862023994e-05, + "L": 2.2607713617617264e-05, + "G": 0.0005259417230263352, + "F": 0.023289015516638756, + "E": 0.00046555144945159554, + "T": 0.0014071448240429163, + "P": 0.09839769452810287, + "-": 0.8734462261199951 + }, + "id": "tp_3043" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 380380, + "label": "-", + "classification": { + "B": 1.4242929752272815e-11, + "S": 8.908038889865466e-11, + "I": 3.64167590305442e-07, + "C": 5.644023470807724e-09, + "R": 3.7330463720230966e-10, + "M": 3.391464247215481e-07, + "O": 3.111664526045388e-08, + "W": 3.8644604183346587e-10, + "N": 2.4678132870548097e-09, + "Y": 9.80020467977738e-06, + "U": 8.484333374747521e-11, + "K": 8.392569306181485e-09, + "L": 4.445574741662739e-10, + "G": 5.328458883013809e-07, + "F": 5.166490518604405e-05, + "E": 3.182387331435166e-07, + "T": 1.2216225513839163e-05, + "P": 0.009603542275726795, + "-": 0.9903210997581482 + }, + "id": "tp_3044" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 380514, + "label": "-", + "classification": { + "B": 7.517162619371381e-14, + "S": 1.3383013501653412e-13, + "I": 1.0599605637651166e-09, + "C": 5.024298338485167e-11, + "R": 1.3450631667494273e-12, + "M": 1.1425983492685532e-09, + "O": 9.809986156739114e-11, + "W": 3.473832820791861e-13, + "N": 3.839541531935886e-12, + "Y": 4.178427559509146e-07, + "U": 1.6099332967017127e-13, + "K": 3.3734259829998336e-10, + "L": 3.4718324677836254e-13, + "G": 4.6247050633496656e-09, + "F": 8.683350642968435e-06, + "E": 1.538872851369888e-08, + "T": 7.61039586905099e-08, + "P": 0.0031033174600452185, + "-": 0.9968875050544739 + }, + "id": "tp_3045" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 380647, + "label": "-", + "classification": { + "B": 3.740286658171499e-08, + "S": 5.051677476330951e-08, + "I": 0.00018597772577777505, + "C": 1.8148199387724162e-06, + "R": 3.8953686498643947e-07, + "M": 1.555490780447144e-05, + "O": 4.254312443663366e-06, + "W": 1.5153015908708767e-07, + "N": 3.3911092032212764e-06, + "Y": 0.00019258324755355716, + "U": 9.619009944117352e-08, + "K": 7.278027283064148e-07, + "L": 2.880082092815428e-07, + "G": 4.7673514927737415e-05, + "F": 0.0003465245827101171, + "E": 7.37839873181656e-05, + "T": 0.00026242597959935665, + "P": 0.1738448292016983, + "-": 0.8250194191932678 + }, + "id": "tp_3046" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 380781, + "label": "-", + "classification": { + "B": 3.554020804585889e-05, + "S": 3.341891715535894e-05, + "I": 0.00029881467344239354, + "C": 7.749712676741183e-05, + "R": 1.4838835340924561e-05, + "M": 0.0003550268884282559, + "O": 0.00022226340661291033, + "W": 3.525179636199027e-05, + "N": 5.8904606703436e-05, + "Y": 0.0015533934347331524, + "U": 6.180663604027359e-06, + "K": 0.00020742887863889337, + "L": 2.2089881895226426e-05, + "G": 0.0006621695938520133, + "F": 0.04592550918459892, + "E": 0.0028155576437711716, + "T": 0.0006256183260120451, + "P": 0.15846320986747742, + "-": 0.7885872721672058 + }, + "id": "tp_3047" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 380881, + "label": "-", + "classification": { + "B": 3.113985371783201e-07, + "S": 2.455186631777906e-07, + "I": 0.00043138620094396174, + "C": 0.00022851437097415328, + "R": 3.621012365329079e-05, + "M": 4.351866664364934e-05, + "O": 2.3467495338991284e-05, + "W": 1.844502776293666e-06, + "N": 9.12187806534348e-06, + "Y": 0.0007829047972336411, + "U": 4.732720299216453e-06, + "K": 9.675874935055617e-06, + "L": 4.747176262753783e-06, + "G": 0.00019319038256071508, + "F": 0.00147348886821419, + "E": 6.133657734608278e-05, + "T": 0.0007756776176393032, + "P": 0.053289614617824554, + "-": 0.9426300525665283 + }, + "id": "tp_3048" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 381014, + "label": "-", + "classification": { + "B": 4.1470387508128065e-14, + "S": 3.3066578988827366e-12, + "I": 7.551981262565732e-09, + "C": 6.92016388637029e-10, + "R": 5.139479120064294e-11, + "M": 2.7045652384316554e-09, + "O": 1.4949537163744253e-09, + "W": 1.103960325932185e-11, + "N": 7.678306601643925e-11, + "Y": 1.1114825611002743e-06, + "U": 1.6053453054734601e-12, + "K": 2.1373498526600088e-09, + "L": 3.87411196872689e-12, + "G": 9.715653170871974e-09, + "F": 0.00011207119678147137, + "E": 5.203896868977154e-09, + "T": 8.455713782495877e-07, + "P": 0.0030223303474485874, + "-": 0.9968637228012085 + }, + "id": "tp_3049" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 381148, + "label": "-", + "classification": { + "B": 2.605591575832733e-10, + "S": 1.5825823984627618e-10, + "I": 5.8811200354114135e-09, + "C": 3.2718570075473963e-09, + "R": 1.4013896987297159e-10, + "M": 9.631322228642603e-08, + "O": 6.878074110261423e-09, + "W": 5.6019272554053146e-11, + "N": 1.3753254091142253e-10, + "Y": 9.544913154968526e-06, + "U": 4.310064458112883e-12, + "K": 1.0137620520822566e-08, + "L": 1.4007216220246477e-10, + "G": 1.1540333844095585e-06, + "F": 0.0011221779277548194, + "E": 3.7636081628988904e-07, + "T": 1.5151770185184432e-06, + "P": 0.004227094352245331, + "-": 0.9946380257606506 + }, + "id": "tp_3050" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 381281, + "label": "-", + "classification": { + "B": 5.997578822469762e-11, + "S": 1.1848791392488067e-10, + "I": 9.144532668869942e-06, + "C": 1.5087370286437363e-07, + "R": 4.627913607890832e-09, + "M": 7.838952598149262e-08, + "O": 2.624864059441734e-08, + "W": 6.256645757041213e-10, + "N": 1.2116893799429818e-07, + "Y": 1.4519915566779673e-05, + "U": 1.2652205949592599e-09, + "K": 1.7148190067928226e-07, + "L": 2.8040483823765783e-10, + "G": 5.071444206805609e-07, + "F": 5.263093044050038e-05, + "E": 5.230072019912768e-06, + "T": 4.99244060847559e-06, + "P": 0.06772936880588531, + "-": 0.932183027267456 + }, + "id": "tp_3051" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 381381, + "label": "-", + "classification": { + "B": 6.209961611602921e-08, + "S": 1.7600771684556094e-07, + "I": 7.947514677653089e-05, + "C": 8.117283414321719e-07, + "R": 1.3116644481669937e-07, + "M": 3.7826337120350217e-06, + "O": 2.9217915198387345e-06, + "W": 2.1232466451692744e-07, + "N": 5.318874627846526e-06, + "Y": 0.00012227056140545756, + "U": 5.49907710478692e-08, + "K": 4.08801315643359e-06, + "L": 2.500098972291198e-08, + "G": 1.1004024599969853e-05, + "F": 0.0008965669549070299, + "E": 0.00010715643293224275, + "T": 4.631391857401468e-05, + "P": 0.22050227224826813, + "-": 0.7782173752784729 + }, + "id": "tp_3052" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 381515, + "label": "-", + "classification": { + "B": 1.0297816202195498e-12, + "S": 3.870448612216387e-13, + "I": 1.297524665488936e-08, + "C": 2.743856530873501e-10, + "R": 1.227621303223625e-12, + "M": 1.5655844398665408e-09, + "O": 2.348203298474516e-10, + "W": 7.28738521350164e-13, + "N": 4.4207183053091015e-11, + "Y": 4.2475906525396567e-07, + "U": 4.919796666412457e-13, + "K": 2.9171050991427805e-11, + "L": 1.3554954684733e-12, + "G": 2.0974793457639862e-08, + "F": 3.157870878567337e-06, + "E": 6.168940558382019e-08, + "T": 8.753828950602838e-08, + "P": 0.021894702687859535, + "-": 0.9781015515327454 + }, + "id": "tp_3053" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 381648, + "label": "-", + "classification": { + "B": 1.1228175367250515e-07, + "S": 9.71445146547012e-08, + "I": 0.00012295787746552378, + "C": 1.4240507880458608e-05, + "R": 9.169236250272661e-07, + "M": 1.7586238755029626e-05, + "O": 2.9141826871637022e-06, + "W": 1.2127510728987545e-07, + "N": 1.9769827304116916e-06, + "Y": 0.00019604101544246078, + "U": 1.623793934868445e-07, + "K": 1.9636068770978454e-07, + "L": 3.3794555065469467e-07, + "G": 2.0980995032005012e-05, + "F": 0.0003222829836886376, + "E": 3.0381834221770987e-05, + "T": 0.0002163987373933196, + "P": 0.14609618484973907, + "-": 0.8529561758041382 + }, + "id": "tp_3054" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 381782, + "label": "-", + "classification": { + "B": 2.3115860585676273e-06, + "S": 6.751624823664315e-07, + "I": 3.824692976195365e-05, + "C": 6.899298114149133e-06, + "R": 6.666313083769637e-07, + "M": 4.6922472392907366e-05, + "O": 1.2471374247979838e-05, + "W": 5.366677555684873e-07, + "N": 1.1559534414118389e-06, + "Y": 0.00017945501895155758, + "U": 1.111115679464092e-07, + "K": 7.561143888779043e-07, + "L": 1.305180830968311e-06, + "G": 6.436618423322216e-05, + "F": 0.0017814426682889462, + "E": 9.899641008814797e-05, + "T": 0.0002218961890321225, + "P": 0.08119803667068481, + "-": 0.9163438081741333 + }, + "id": "tp_3055" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 381882, + "label": "-", + "classification": { + "B": 1.6410836023439401e-09, + "S": 7.188673212255026e-09, + "I": 4.1611048800405115e-05, + "C": 3.0920007247914327e-06, + "R": 4.253863323810947e-07, + "M": 5.3925341489957646e-06, + "O": 1.6906529936022707e-06, + "W": 1.911980618274356e-08, + "N": 8.823578809824539e-07, + "Y": 0.00027100450824946165, + "U": 2.6866839419881217e-08, + "K": 1.3140526107235928e-06, + "L": 3.755570077146331e-08, + "G": 4.044651723233983e-05, + "F": 0.0009962823241949081, + "E": 1.5074936527526006e-05, + "T": 0.00010797676804941148, + "P": 0.03807056322693825, + "-": 0.9604440927505493 + }, + "id": "tp_3056" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 382015, + "label": "-", + "classification": { + "B": 6.712201866321266e-06, + "S": 2.8579995614563813e-07, + "I": 0.0013831190299242735, + "C": 0.0004005020600743592, + "R": 5.123952723806724e-05, + "M": 0.0002654801937751472, + "O": 3.4199223591713235e-05, + "W": 1.8071971226163441e-06, + "N": 1.6383963156840764e-05, + "Y": 0.0033490099012851715, + "U": 3.383992861927254e-06, + "K": 3.1814752219361253e-06, + "L": 1.4968244613555726e-05, + "G": 0.0014029954327270389, + "F": 0.001492215204052627, + "E": 0.00042453547939658165, + "T": 0.0010438000317662954, + "P": 0.10168423503637314, + "-": 0.8884218335151672 + }, + "id": "tp_3057" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 382149, + "label": "-", + "classification": { + "B": 2.25810432093361e-13, + "S": 5.540947339626942e-14, + "I": 5.6202802412030906e-09, + "C": 1.0831895796981073e-10, + "R": 2.513469250439715e-12, + "M": 1.7641873517604267e-09, + "O": 2.2237522934176468e-10, + "W": 1.9606779849863643e-13, + "N": 3.73643173692817e-12, + "Y": 3.5894149874593495e-08, + "U": 1.2742318119163439e-14, + "K": 5.872373967712131e-15, + "L": 2.5117102408350744e-12, + "G": 4.0852667915203256e-09, + "F": 2.4399827225352055e-07, + "E": 7.259029488615454e-10, + "T": 8.066007950446874e-08, + "P": 0.01962282881140709, + "-": 0.9803768396377563 + }, + "id": "tp_3058" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 382282, + "label": "-", + "classification": { + "B": 2.101078422356295e-08, + "S": 8.75437144998159e-09, + "I": 5.185804911889136e-05, + "C": 4.73380623589037e-06, + "R": 6.737716375937453e-07, + "M": 8.075638106674887e-06, + "O": 1.9727078779396834e-06, + "W": 2.8515779959548126e-08, + "N": 7.017872576398076e-07, + "Y": 0.00010751552326837555, + "U": 4.030768607776736e-08, + "K": 9.72694991219214e-08, + "L": 1.4264418268794543e-07, + "G": 3.163803557981737e-05, + "F": 0.00031702202977612615, + "E": 2.5648325390648097e-05, + "T": 0.00012747332220897079, + "P": 0.11013102531433105, + "-": 0.8891913294792175 + }, + "id": "tp_3059" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 382382, + "label": "-", + "classification": { + "B": 7.287979997272487e-09, + "S": 6.139201591537358e-09, + "I": 2.556704930611886e-05, + "C": 8.489989795634756e-07, + "R": 2.829440681750839e-08, + "M": 1.522369529993739e-06, + "O": 3.5810228382615605e-07, + "W": 1.3609663618296963e-08, + "N": 9.265720564144431e-07, + "Y": 3.2387317332904786e-05, + "U": 1.3835854240085155e-08, + "K": 4.516003627941245e-06, + "L": 1.012546224643529e-08, + "G": 6.837644832557999e-06, + "F": 0.002257114974781871, + "E": 0.0002111652574967593, + "T": 1.171425810753135e-05, + "P": 0.13573645055294037, + "-": 0.8617104291915894 + }, + "id": "tp_3060" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 382516, + "label": "-", + "classification": { + "B": 3.522738438732631e-07, + "S": 4.239814472839498e-07, + "I": 8.596346015110612e-05, + "C": 1.0424055290059187e-05, + "R": 1.2771521369359107e-06, + "M": 1.3942398254584987e-05, + "O": 7.218452992674429e-06, + "W": 7.096724630173412e-07, + "N": 4.9037212193070445e-06, + "Y": 0.0003400685964152217, + "U": 4.605326182627323e-07, + "K": 1.4917907719791401e-05, + "L": 4.709810923486657e-07, + "G": 5.353605229174718e-05, + "F": 0.004515954293310642, + "E": 0.00026046126731671393, + "T": 7.665562588954344e-05, + "P": 0.17632612586021423, + "-": 0.818286120891571 + }, + "id": "tp_3061" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 382649, + "label": "-", + "classification": { + "B": 0.00011952410568483174, + "S": 8.27455151011236e-05, + "I": 0.0015013007214292884, + "C": 0.00011390395957278088, + "R": 2.1487363483174704e-05, + "M": 0.0005965273012407124, + "O": 0.00035526364808902144, + "W": 7.091915904311463e-05, + "N": 0.000339517806423828, + "Y": 0.0016105745453387499, + "U": 3.21203660860192e-05, + "K": 0.00010284547170158476, + "L": 4.2731870053103194e-05, + "G": 0.0005989642231725156, + "F": 0.0034992562141269445, + "E": 0.00306522473692894, + "T": 0.0031339875422418118, + "P": 0.4205399751663208, + "-": 0.5641732215881348 + }, + "id": "tp_3062" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 382783, + "label": "-", + "classification": { + "B": 1.8038571170109208e-06, + "S": 4.903113790533098e-07, + "I": 2.546847827034071e-05, + "C": 4.8704932851251215e-06, + "R": 5.185628992876445e-07, + "M": 4.4483265810413286e-05, + "O": 1.8936858396045864e-05, + "W": 6.720488840983307e-07, + "N": 2.2061076379031874e-06, + "Y": 0.00030149606755003333, + "U": 2.375753069827624e-07, + "K": 1.8921919036074542e-06, + "L": 1.537330604151066e-06, + "G": 7.225395529530942e-05, + "F": 0.001906232675537467, + "E": 0.0001021024800138548, + "T": 0.00020008892170153558, + "P": 0.08623121678829193, + "-": 0.9110834002494812 + }, + "id": "tp_3063" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 382883, + "label": "-", + "classification": { + "B": 1.1531098607520107e-05, + "S": 5.134217190061463e-06, + "I": 9.672233136370778e-05, + "C": 1.4349177945405245e-05, + "R": 2.0950319594703615e-06, + "M": 0.0003390093334019184, + "O": 3.5099659726256505e-05, + "W": 3.263734015490627e-06, + "N": 9.121788934862707e-06, + "Y": 0.0022914980072528124, + "U": 1.9479673483147053e-06, + "K": 1.0194458809564821e-05, + "L": 6.012820904288674e-06, + "G": 0.00020695384591817856, + "F": 0.002021288499236107, + "E": 0.00032375220325775445, + "T": 0.002169674960896373, + "P": 0.16522280871868134, + "-": 0.8272295594215393 + }, + "id": "tp_3064" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 383016, + "label": "-", + "classification": { + "B": 2.6236766643705778e-06, + "S": 3.115710796919302e-06, + "I": 0.000632215931545943, + "C": 7.76726083131507e-05, + "R": 9.561236765875947e-06, + "M": 0.0005878618685528636, + "O": 6.0592417867155746e-05, + "W": 3.5688294701685663e-06, + "N": 2.960773417726159e-05, + "Y": 0.001575110829435289, + "U": 1.4055467545404099e-06, + "K": 1.1252682270423975e-05, + "L": 7.162455858633621e-06, + "G": 0.0003465609042905271, + "F": 0.0037620950024574995, + "E": 0.0012680812506005168, + "T": 0.0009970960672944784, + "P": 0.13991674780845642, + "-": 0.8507075905799866 + }, + "id": "tp_3065" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 383150, + "label": "-", + "classification": { + "B": 8.22302048675283e-09, + "S": 1.8461294715166332e-08, + "I": 5.784118184237741e-05, + "C": 8.096099577414861e-07, + "R": 3.100939593991825e-08, + "M": 1.7824391989051946e-06, + "O": 2.304863215840669e-07, + "W": 1.4524305314012054e-08, + "N": 1.597480263626494e-06, + "Y": 7.692489452892914e-05, + "U": 1.4973927875416848e-08, + "K": 9.254716246687167e-07, + "L": 5.988100237885874e-09, + "G": 7.475577604054706e-06, + "F": 0.00015948804502841085, + "E": 0.00013590040907729417, + "T": 2.3269871235243045e-05, + "P": 0.4938952326774597, + "-": 0.5056384801864624 + }, + "id": "tp_3066" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 383283, + "label": "-", + "classification": { + "B": 3.1096368502403493e-07, + "S": 2.556532194830652e-07, + "I": 0.0005677909357473254, + "C": 8.172142770490609e-06, + "R": 1.116051294047793e-06, + "M": 5.054462599218823e-05, + "O": 1.0531797670410015e-05, + "W": 3.5362103290026425e-07, + "N": 9.076933565665968e-06, + "Y": 0.00033939137938432395, + "U": 1.7583009537247563e-07, + "K": 1.2905488233627693e-07, + "L": 9.231351896232809e-07, + "G": 7.579560769954696e-05, + "F": 9.923318430082873e-05, + "E": 0.00013748208584729582, + "T": 0.0004883457440882921, + "P": 0.25976207852363586, + "-": 0.7384483814239502 + }, + "id": "tp_3067" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 383383, + "label": "-", + "classification": { + "B": 2.2009705169523386e-09, + "S": 8.652875083114964e-10, + "I": 2.9001255370531e-06, + "C": 1.545637218214324e-07, + "R": 7.03639191357297e-09, + "M": 5.688172564077831e-07, + "O": 1.5550554621768242e-07, + "W": 2.459634940166211e-09, + "N": 3.470747245160055e-08, + "Y": 8.409914698859211e-06, + "U": 1.7125685314312022e-09, + "K": 1.0621261203880294e-08, + "L": 6.0831051307275175e-09, + "G": 1.5102323231985793e-06, + "F": 8.810804138192907e-05, + "E": 3.601600610636524e-06, + "T": 1.0021748494182248e-05, + "P": 0.11576278507709503, + "-": 0.8841216564178467 + }, + "id": "tp_3068" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 383517, + "label": "P", + "classification": { + "B": 3.391077285641586e-08, + "S": 1.393256976456314e-08, + "I": 0.0001519757352070883, + "C": 1.4315450016511022e-06, + "R": 3.097189704703851e-08, + "M": 6.032043984305346e-06, + "O": 4.802754460797587e-07, + "W": 1.883434030958142e-08, + "N": 2.761288897090708e-06, + "Y": 5.688290184480138e-05, + "U": 1.0865814914495786e-08, + "K": 8.838416221124135e-08, + "L": 2.2151130707470656e-08, + "G": 9.54699771682499e-06, + "F": 0.00013524042151402682, + "E": 0.0002688689564820379, + "T": 2.152793422283139e-05, + "P": 0.5797291398048401, + "-": 0.41961589455604553 + }, + "id": "tp_3069" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 383650, + "label": "-", + "classification": { + "B": 2.3041466192808002e-05, + "S": 3.5472367017064244e-05, + "I": 0.0017970127519220114, + "C": 4.701404759543948e-05, + "R": 1.5686773622292094e-05, + "M": 0.0005016764043830335, + "O": 0.0001573308982187882, + "W": 1.4564188859367277e-05, + "N": 0.0002017131046159193, + "Y": 0.004594667814671993, + "U": 6.466913873737212e-06, + "K": 0.0008084482979029417, + "L": 1.227347365784226e-05, + "G": 0.0033735577017068863, + "F": 0.019936421886086464, + "E": 0.005877911113202572, + "T": 0.00274281925521791, + "P": 0.20742711424827576, + "-": 0.75242680311203 + }, + "id": "tp_3070" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 383750, + "label": "-", + "classification": { + "B": 7.563875636940054e-10, + "S": 7.795057932469263e-09, + "I": 1.6837534531077836e-06, + "C": 1.754031941914036e-08, + "R": 1.19373622098351e-09, + "M": 1.3498620887730794e-07, + "O": 8.599225509442476e-08, + "W": 4.712617851510004e-09, + "N": 1.0751308820999839e-07, + "Y": 5.6915196182671934e-06, + "U": 9.977938475458359e-10, + "K": 2.1737324118475954e-07, + "L": 7.933605439269797e-10, + "G": 3.524424982970231e-07, + "F": 0.0003633607120718807, + "E": 6.893178124300903e-06, + "T": 6.235556156752864e-06, + "P": 0.25846773386001587, + "-": 0.7411473989486694 + }, + "id": "tp_3071" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 383884, + "label": "-", + "classification": { + "B": 3.0871362355355814e-08, + "S": 1.1499055041497286e-08, + "I": 5.053549830336124e-05, + "C": 1.5862221971474355e-06, + "R": 1.0970263986109785e-07, + "M": 1.5934786006255308e-06, + "O": 4.1570672237867257e-07, + "W": 1.8435398985161555e-08, + "N": 1.007733430924418e-06, + "Y": 8.597214764449745e-05, + "U": 3.469583731430248e-08, + "K": 1.0621813544275938e-06, + "L": 2.718019587177878e-08, + "G": 2.1181964257266372e-05, + "F": 0.0013326914049685001, + "E": 7.723341695964336e-05, + "T": 2.2079260816099122e-05, + "P": 0.31233248114585876, + "-": 0.6860719919204712 + }, + "id": "tp_3072" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 384017, + "label": "-", + "classification": { + "B": 7.42145944698791e-09, + "S": 2.8631887971641845e-08, + "I": 5.299537860992132e-06, + "C": 5.227653332440241e-07, + "R": 4.324320812543192e-08, + "M": 1.0081448635901324e-06, + "O": 8.439374710178527e-07, + "W": 2.1567268859712385e-08, + "N": 1.2875021582203772e-07, + "Y": 2.0747816961375065e-05, + "U": 3.266153791869897e-09, + "K": 2.569400026075641e-09, + "L": 3.89652576870958e-08, + "G": 2.4215685243689222e-06, + "F": 0.00023457134375348687, + "E": 6.885816219437402e-07, + "T": 5.299808253766969e-05, + "P": 0.1211027055978775, + "-": 0.8785778880119324 + }, + "id": "tp_3073" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 384151, + "label": "-", + "classification": { + "B": 1.249624959065443e-09, + "S": 9.126009281601455e-09, + "I": 2.4918474082369357e-05, + "C": 1.1210735806344019e-07, + "R": 2.915926167190719e-08, + "M": 1.533159229438752e-05, + "O": 6.623541253247822e-07, + "W": 8.40842950822207e-09, + "N": 2.088598876071046e-07, + "Y": 0.0002889247261919081, + "U": 8.72443728372474e-10, + "K": 1.2450244391004617e-08, + "L": 1.384386560943085e-08, + "G": 6.871303412481211e-06, + "F": 7.816626020940021e-05, + "E": 3.509856469463557e-06, + "T": 0.00034063722705468535, + "P": 0.040011145174503326, + "-": 0.9592295289039612 + }, + "id": "tp_3074" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 384251, + "label": "-", + "classification": { + "B": 4.133251422899775e-06, + "S": 1.2995692486583721e-05, + "I": 1.1933755558857229e-05, + "C": 2.196617060690187e-06, + "R": 1.0655414826032938e-06, + "M": 0.00037247847649268806, + "O": 0.00012557877926155925, + "W": 4.079289283254184e-06, + "N": 6.028232633070729e-07, + "Y": 0.00024222201318480074, + "U": 5.070036479537521e-08, + "K": 1.3220198979979614e-07, + "L": 1.3327928172657266e-05, + "G": 0.00010572766041150317, + "F": 0.003933250904083252, + "E": 2.110411151079461e-05, + "T": 0.0007080735522322357, + "P": 0.011434394866228104, + "-": 0.9830066561698914 + }, + "id": "tp_3075" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 384384, + "label": "P", + "classification": { + "B": 1.4083252608543262e-06, + "S": 7.742447110103967e-07, + "I": 0.00013466404925566167, + "C": 2.052974195976276e-06, + "R": 2.660223117345595e-07, + "M": 1.1063020792789757e-05, + "O": 6.221649528015405e-06, + "W": 1.116076191465254e-06, + "N": 1.0365229172748514e-05, + "Y": 7.758361607557163e-05, + "U": 2.9264185741340043e-07, + "K": 5.591952231043251e-06, + "L": 3.6204883713253366e-07, + "G": 1.6047843018895946e-05, + "F": 0.0038866368122398853, + "E": 0.0002476378285791725, + "T": 5.7248373195761815e-05, + "P": 0.5859346985816956, + "-": 0.4096059799194336 + }, + "id": "tp_3076" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 384518, + "label": "-", + "classification": { + "B": 4.809555321116932e-06, + "S": 3.0188626624294557e-05, + "I": 6.946215580683202e-05, + "C": 6.561665941262618e-05, + "R": 9.514704288449138e-06, + "M": 0.000741680501960218, + "O": 0.00025463217752985656, + "W": 1.1272084520896897e-05, + "N": 1.4217065654520411e-05, + "Y": 0.0019090594723820686, + "U": 8.661505717100226e-07, + "K": 2.8838101570727304e-05, + "L": 2.3756056179990992e-05, + "G": 0.0006717934738844633, + "F": 0.0297603290528059, + "E": 0.0005706659285351634, + "T": 0.0011686807265505195, + "P": 0.037343382835388184, + "-": 0.9273213148117065 + }, + "id": "tp_3077" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 384651, + "label": "-", + "classification": { + "B": 0.001161363790743053, + "S": 0.011438444256782532, + "I": 0.018070679157972336, + "C": 0.0014713981654495, + "R": 0.001182809704914689, + "M": 0.017961153760552406, + "O": 0.012397010810673237, + "W": 0.002332896227017045, + "N": 0.004065780900418758, + "Y": 0.04124511778354645, + "U": 4.926204928779043e-05, + "K": 0.0015816930681467056, + "L": 0.0009852598886936903, + "G": 0.011577289551496506, + "F": 0.0561545193195343, + "E": 0.00334560195915401, + "T": 0.0807080939412117, + "P": 0.09819313883781433, + "-": 0.6360785365104675 + }, + "id": "tp_3078" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 384751, + "label": "-", + "classification": { + "B": 8.199097464967053e-06, + "S": 2.6098879970959388e-05, + "I": 0.000964611244853586, + "C": 6.059543738956563e-05, + "R": 2.5974852178478613e-05, + "M": 0.0008284617797471583, + "O": 0.00035545340506359935, + "W": 2.969214619952254e-05, + "N": 0.00010482600919203833, + "Y": 0.003214808413758874, + "U": 8.70861276780488e-06, + "K": 6.151270645204931e-05, + "L": 3.0872826755512506e-05, + "G": 0.0005568875931203365, + "F": 0.00774009944871068, + "E": 0.0012702541425824165, + "T": 0.0030584686901420355, + "P": 0.1260533481836319, + "-": 0.8556009531021118 + }, + "id": "tp_3079" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 384885, + "label": "-", + "classification": { + "B": 0.0012011697981506586, + "S": 0.000330236362060532, + "I": 2.560165012255311e-05, + "C": 5.819227681058692e-06, + "R": 6.200600182637572e-06, + "M": 0.0037238053046166897, + "O": 0.0022438291925936937, + "W": 3.2547184673603624e-05, + "N": 9.861804528554785e-07, + "Y": 0.0014699079329147935, + "U": 1.0817647932981345e-07, + "K": 1.1715176384541337e-07, + "L": 0.0011773037258535624, + "G": 0.003854083362966776, + "F": 0.016935018822550774, + "E": 6.97775831213221e-05, + "T": 0.0012364496942609549, + "P": 0.004056253004819155, + "-": 0.963630735874176 + }, + "id": "tp_3080" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 385018, + "label": "-", + "classification": { + "B": 1.4169056150592496e-08, + "S": 3.3177673941509056e-08, + "I": 2.1039246348664165e-05, + "C": 4.948879450239474e-06, + "R": 1.2624293503904482e-06, + "M": 3.841389843728393e-05, + "O": 5.095437245472567e-06, + "W": 6.698036258967477e-08, + "N": 2.442185405016062e-07, + "Y": 0.00027746669366024435, + "U": 2.7933285906556193e-08, + "K": 3.27957074830465e-08, + "L": 5.926679591539141e-07, + "G": 2.3383863663184457e-05, + "F": 0.00042360418592579663, + "E": 5.097196208225796e-06, + "T": 0.00036977746640332043, + "P": 0.014487255364656448, + "-": 0.9843416810035706 + }, + "id": "tp_3081" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 385152, + "label": "-", + "classification": { + "B": 1.56865837652731e-07, + "S": 1.445920929654676e-07, + "I": 8.097386938743512e-08, + "C": 2.980055491264011e-08, + "R": 4.70916461381421e-09, + "M": 1.1557532161532436e-05, + "O": 1.7756904071575264e-06, + "W": 1.4597615560774102e-08, + "N": 2.5673603243347998e-09, + "Y": 2.0579294869094156e-05, + "U": 7.854189520983823e-11, + "K": 1.5309487011450074e-09, + "L": 9.90458133287575e-08, + "G": 8.27127314551035e-06, + "F": 0.002530708909034729, + "E": 7.858655521886249e-07, + "T": 1.668540426180698e-05, + "P": 0.003819691715762019, + "-": 0.9935894012451172 + }, + "id": "tp_3082" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 385252, + "label": "-", + "classification": { + "B": 0.000887709145899862, + "S": 0.0019402556354179978, + "I": 0.014297137968242168, + "C": 0.004143319558352232, + "R": 0.0015363111160695553, + "M": 0.008830444887280464, + "O": 0.004181052092462778, + "W": 0.001811242545954883, + "N": 0.005479738116264343, + "Y": 0.018376056104898453, + "U": 0.0009079852025024593, + "K": 0.007122889626771212, + "L": 0.0013467350509017706, + "G": 0.011303874664008617, + "F": 0.07848547399044037, + "E": 0.025559721514582634, + "T": 0.015964489430189133, + "P": 0.31342023611068726, + "-": 0.4844054579734802 + }, + "id": "tp_3083" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 385385, + "label": "-", + "classification": { + "B": 9.289992419780901e-08, + "S": 3.7541639130722615e-07, + "I": 3.140849366900511e-05, + "C": 1.690338422122295e-06, + "R": 4.1153327856591204e-07, + "M": 1.5462788724107668e-05, + "O": 8.907292794901878e-06, + "W": 2.6821740561899787e-07, + "N": 1.2029994422846357e-06, + "Y": 0.0002021008840529248, + "U": 3.791994274138233e-08, + "K": 5.032956096329144e-08, + "L": 7.271608524206385e-07, + "G": 2.7786025384557433e-05, + "F": 0.0014440525555983186, + "E": 7.651942723896354e-06, + "T": 0.0002717322204262018, + "P": 0.08745225518941879, + "-": 0.9105337262153625 + }, + "id": "tp_3084" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 385519, + "label": "Y", + "classification": { + "B": 3.057998810618301e-06, + "S": 0.001093667116947472, + "I": 0.0006188938859850168, + "C": 6.170336564537138e-05, + "R": 8.275845175376162e-05, + "M": 0.024744389578700066, + "O": 0.008009962737560272, + "W": 0.00010334019316360354, + "N": 2.2781483494327404e-05, + "Y": 0.35739994049072266, + "U": 2.213811889362205e-08, + "K": 6.609845968341688e-06, + "L": 0.00029120000544935465, + "G": 0.016386013478040695, + "F": 0.010111693292856216, + "E": 3.420923530939035e-05, + "T": 0.257328063249588, + "P": 0.00033654595608823, + "-": 0.32336512207984924 + }, + "id": "tp_3085" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 385652, + "label": "-", + "classification": { + "B": 9.80576153608581e-09, + "S": 2.3935648130191112e-08, + "I": 6.4262912928825244e-06, + "C": 1.7013853721437044e-06, + "R": 2.646108043791173e-07, + "M": 9.05944671103498e-06, + "O": 2.346327164559625e-06, + "W": 4.797653119226197e-08, + "N": 1.2166903218258085e-07, + "Y": 0.00012972041440661997, + "U": 1.291174722695132e-08, + "K": 1.7263934637412603e-07, + "L": 1.4092051969782915e-07, + "G": 1.3433285857900046e-05, + "F": 0.0009982599876821041, + "E": 5.648350452247541e-06, + "T": 8.959876140579581e-05, + "P": 0.015972226858139038, + "-": 0.9827708005905151 + }, + "id": "tp_3086" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 385752, + "label": "-", + "classification": { + "B": 5.0255717809477574e-08, + "S": 6.54163501145888e-10, + "I": 6.955730441404739e-06, + "C": 1.070689350513021e-07, + "R": 6.628388504736904e-09, + "M": 2.9473430913640186e-06, + "O": 3.2402644478679576e-07, + "W": 1.5335921421666399e-09, + "N": 2.105814544961504e-08, + "Y": 1.1076093869633041e-05, + "U": 3.4996222586514136e-10, + "K": 2.1616629319876068e-10, + "L": 4.329794123236752e-08, + "G": 1.1213155630684923e-05, + "F": 6.889345968374982e-05, + "E": 1.2210224667796865e-05, + "T": 1.0727417247835547e-05, + "P": 0.10418085753917694, + "-": 0.8956946134567261 + }, + "id": "tp_3087" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 385886, + "label": "-", + "classification": { + "B": 1.222230872066632e-09, + "S": 1.4869952380536233e-08, + "I": 1.4844386896584183e-05, + "C": 3.553658700639062e-07, + "R": 1.0981101894458334e-07, + "M": 1.5011090908956248e-05, + "O": 1.6991206166494521e-06, + "W": 1.4122561786678034e-08, + "N": 1.2454437126052653e-07, + "Y": 0.0002028324524872005, + "U": 2.6762352334230854e-09, + "K": 6.219470805035598e-08, + "L": 5.6838530326785985e-08, + "G": 1.2596921806107275e-05, + "F": 0.0003739076491910964, + "E": 5.290249646350276e-06, + "T": 7.567248394479975e-05, + "P": 0.009711606428027153, + "-": 0.989585816860199 + }, + "id": "tp_3088" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 386019, + "label": "-", + "classification": { + "B": 8.925538850235171e-07, + "S": 1.1207841453142464e-05, + "I": 3.8688460790581303e-07, + "C": 2.1223611383902607e-06, + "R": 8.994924769467616e-07, + "M": 0.0002968103508464992, + "O": 0.00023549687466584146, + "W": 4.333697688707616e-06, + "N": 6.695827181601999e-08, + "Y": 0.0002407454012427479, + "U": 1.1146691569763334e-08, + "K": 4.353321685357514e-07, + "L": 2.173351458623074e-05, + "G": 0.00011917965457541868, + "F": 0.016021188348531723, + "E": 3.1092108656594064e-06, + "T": 0.0003287048893980682, + "P": 0.0015349999302998185, + "-": 0.9811776876449585 + }, + "id": "tp_3089" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 386153, + "label": "-", + "classification": { + "B": 2.1255435456168925e-07, + "S": 6.492902002719347e-07, + "I": 1.539665277050517e-06, + "C": 1.6018819337659806e-07, + "R": 6.379787720334207e-08, + "M": 1.1724818250513636e-05, + "O": 8.229104423662648e-06, + "W": 2.193427519614488e-07, + "N": 8.109987703619481e-08, + "Y": 3.7408659409265965e-05, + "U": 2.528074416474624e-09, + "K": 8.230053794022751e-08, + "L": 3.1047753168422787e-07, + "G": 1.3299384590936825e-05, + "F": 0.002654171781614423, + "E": 2.812684442687896e-06, + "T": 6.642827793257311e-05, + "P": 0.014914846047759056, + "-": 0.9822877645492554 + }, + "id": "tp_3090" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 386253, + "label": "-", + "classification": { + "B": 9.481598617355758e-09, + "S": 8.827481678963522e-08, + "I": 2.7787318686023355e-06, + "C": 7.918036004639362e-08, + "R": 1.6686968251633516e-08, + "M": 2.2938961592444684e-06, + "O": 1.3466857353705564e-06, + "W": 5.8032441074828967e-08, + "N": 3.538196153840545e-07, + "Y": 0.00023984273138921708, + "U": 1.1305815839079969e-08, + "K": 6.711547939630691e-06, + "L": 1.5610552850375825e-08, + "G": 8.687774425197858e-06, + "F": 0.0032098894007503986, + "E": 2.418798248982057e-05, + "T": 4.284321767045185e-05, + "P": 0.035787466913461685, + "-": 0.9606733322143555 + }, + "id": "tp_3091" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 386386, + "label": "-", + "classification": { + "B": 1.1443904440966435e-05, + "S": 2.0604862584150396e-05, + "I": 1.5888985217316076e-05, + "C": 4.707698735728627e-06, + "R": 7.792626092850696e-06, + "M": 0.0011913490016013384, + "O": 0.0005321780918166041, + "W": 9.185767339658923e-06, + "N": 4.747140280869644e-07, + "Y": 0.0019441329641267657, + "U": 4.384196472528856e-08, + "K": 4.50990960132458e-08, + "L": 6.170312553877011e-05, + "G": 0.0003647706180345267, + "F": 0.002688785782083869, + "E": 4.909650670015253e-06, + "T": 0.00226446520537138, + "P": 0.0018694965401664376, + "-": 0.9890080690383911 + }, + "id": "tp_3092" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 386520, + "label": "-", + "classification": { + "B": 2.586191112641245e-05, + "S": 6.627939001191407e-05, + "I": 1.6228916138061322e-05, + "C": 7.464276131941006e-05, + "R": 5.979906200082041e-05, + "M": 0.002229561796411872, + "O": 0.00094928580801934, + "W": 2.886260517698247e-05, + "N": 9.484627412348345e-07, + "Y": 0.013008938170969486, + "U": 3.8599159779550973e-07, + "K": 1.770509015841526e-06, + "L": 0.0005842889077030122, + "G": 0.004856765735894442, + "F": 0.028809595853090286, + "E": 3.426614057389088e-05, + "T": 0.004851618316024542, + "P": 0.0017667165957391262, + "-": 0.9426340460777283 + }, + "id": "tp_3093" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 386653, + "label": "-", + "classification": { + "B": 1.819286765680772e-08, + "S": 4.074857429259282e-07, + "I": 3.0265658779171645e-07, + "C": 1.2130979598623526e-07, + "R": 3.108571888787992e-08, + "M": 5.7219194786739536e-06, + "O": 6.6991015046369284e-06, + "W": 1.2873201171714754e-07, + "N": 2.985991187642867e-08, + "Y": 5.276477531879209e-05, + "U": 1.7407890684495442e-09, + "K": 6.674787869087595e-07, + "L": 9.716961102412824e-08, + "G": 7.177127372415271e-06, + "F": 0.004670680966228247, + "E": 2.794156671370729e-06, + "T": 2.9645334507222287e-05, + "P": 0.007593984249979258, + "-": 0.987628698348999 + }, + "id": "tp_3094" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 386753, + "label": "-", + "classification": { + "B": 1.1042642654501833e-05, + "S": 1.1636879207799211e-05, + "I": 0.00017760127957444638, + "C": 1.3153668078302871e-05, + "R": 3.816166099568363e-06, + "M": 0.00015143599011935294, + "O": 9.783673158381134e-05, + "W": 1.0444390682096127e-05, + "N": 1.8711521988734603e-05, + "Y": 0.0005772070144303143, + "U": 1.0105470664711902e-06, + "K": 2.4953089450718835e-05, + "L": 7.39073630029452e-06, + "G": 0.00022839149460196495, + "F": 0.0209401473402977, + "E": 0.0005414150073193014, + "T": 0.0004893605364486575, + "P": 0.13267585635185242, + "-": 0.8440185785293579 + }, + "id": "tp_3095" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 386887, + "label": "-", + "classification": { + "B": 0.0006661642109975219, + "S": 0.00052316312212497, + "I": 0.005989997647702694, + "C": 0.0027052126824855804, + "R": 0.0010492384899407625, + "M": 0.002543889917433262, + "O": 0.0018530999077484012, + "W": 0.0004414041468407959, + "N": 0.0014669044176116586, + "Y": 0.012228909879922867, + "U": 0.000355962838511914, + "K": 0.002408164320513606, + "L": 0.00037416620762087405, + "G": 0.005749179981648922, + "F": 0.04834520071744919, + "E": 0.00644313171505928, + "T": 0.007117875386029482, + "P": 0.24284374713897705, + "-": 0.6568945646286011 + }, + "id": "tp_3096" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 387020, + "label": "-", + "classification": { + "B": 1.2287383469811175e-05, + "S": 9.362893615616485e-05, + "I": 0.00013676105299964547, + "C": 9.909275604513823e-07, + "R": 7.109421744644351e-07, + "M": 0.00048277125461027026, + "O": 0.00019231262558605522, + "W": 9.008042070490774e-06, + "N": 1.423207049811026e-05, + "Y": 0.0007548083667643368, + "U": 1.48790391563125e-07, + "K": 8.315677405335009e-06, + "L": 7.180008651630487e-06, + "G": 0.00029166953754611313, + "F": 0.01292699296027422, + "E": 0.0003025453188456595, + "T": 0.0012839226983487606, + "P": 0.07481145858764648, + "-": 0.90867018699646 + }, + "id": "tp_3097" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 387154, + "label": "-", + "classification": { + "B": 5.801263341709273e-06, + "S": 1.344074689768604e-06, + "I": 0.0006365638109855354, + "C": 4.169057501712814e-05, + "R": 4.4854859879706055e-06, + "M": 0.00015475472901016474, + "O": 4.4615713704843074e-05, + "W": 2.665265810719575e-06, + "N": 2.6214720492134802e-05, + "Y": 0.00022050969710107893, + "U": 1.275044382964552e-06, + "K": 7.828024308764725e-07, + "L": 5.547420641960343e-06, + "G": 0.0001826878433348611, + "F": 0.0006921422318555415, + "E": 0.00038661962025798857, + "T": 0.0004300630826037377, + "P": 0.47159287333488464, + "-": 0.5255693197250366 + }, + "id": "tp_3098" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 387254, + "label": "-", + "classification": { + "B": 1.7750803049665365e-09, + "S": 2.3735897691778973e-09, + "I": 2.064871478069108e-05, + "C": 5.103083822177723e-06, + "R": 7.850559882172092e-07, + "M": 1.1929623724427074e-06, + "O": 5.452318418974755e-07, + "W": 9.5904670871505e-09, + "N": 3.0792645588917367e-07, + "Y": 0.00011472772166598588, + "U": 2.118484943025578e-08, + "K": 4.112887097562634e-07, + "L": 1.586045605961317e-08, + "G": 8.817590241960716e-06, + "F": 0.00024282161029987037, + "E": 4.0737472772889305e-06, + "T": 4.808865560335107e-05, + "P": 0.04703917354345322, + "-": 0.9525133371353149 + }, + "id": "tp_3099" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 387387, + "label": "-", + "classification": { + "B": 0.0003160728665534407, + "S": 2.834908627846744e-05, + "I": 0.0020016201306134462, + "C": 0.00030565858469344676, + "R": 5.5071719543775544e-05, + "M": 0.00044240886927582324, + "O": 0.00041016872273758054, + "W": 4.118333527003415e-05, + "N": 0.0002392073074588552, + "Y": 0.001511752256192267, + "U": 1.8173235730500892e-05, + "K": 1.1366111721144989e-05, + "L": 7.113671017577872e-05, + "G": 0.0009905515471473336, + "F": 0.003858111100271344, + "E": 0.0011872932082042098, + "T": 0.0012920447625219822, + "P": 0.4549631178379059, + "-": 0.5322566628456116 + }, + "id": "tp_3100" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 387521, + "label": "-", + "classification": { + "B": 7.471393814739713e-07, + "S": 1.8925929623492266e-07, + "I": 7.803408516338095e-05, + "C": 5.839392997586401e-06, + "R": 1.0892949831031729e-06, + "M": 3.2436790206702426e-05, + "O": 1.6420786778326146e-05, + "W": 4.505837409851665e-07, + "N": 1.5434414990522782e-06, + "Y": 9.89045001915656e-05, + "U": 1.8240264409996598e-07, + "K": 4.2404526112704843e-08, + "L": 2.7161604521097615e-06, + "G": 3.3745909604476765e-05, + "F": 0.0004795822314918041, + "E": 2.298869367223233e-05, + "T": 0.0002049139584414661, + "P": 0.11748342961072922, + "-": 0.8815367817878723 + }, + "id": "tp_3101" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 387654, + "label": "-", + "classification": { + "B": 5.622970093099866e-06, + "S": 9.913439953379566e-07, + "I": 2.2074609660194255e-05, + "C": 5.722161404264625e-06, + "R": 4.714232488822745e-07, + "M": 6.89350490574725e-05, + "O": 3.5754404962062836e-05, + "W": 8.466291774311685e-07, + "N": 1.5266439277183963e-06, + "Y": 3.907770587829873e-05, + "U": 4.5817206029141744e-08, + "K": 4.5509409574151505e-08, + "L": 2.579849478934193e-06, + "G": 5.975471140118316e-05, + "F": 0.0007758463034406304, + "E": 3.7821882870048285e-05, + "T": 0.0001573810586705804, + "P": 0.12775105237960815, + "-": 0.8710344433784485 + }, + "id": "tp_3102" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 387754, + "label": "-", + "classification": { + "B": 1.453498345987958e-11, + "S": 1.6508917496937947e-11, + "I": 3.1227571639647067e-07, + "C": 6.98703743751139e-08, + "R": 2.8242879146489486e-09, + "M": 1.6276642611501302e-07, + "O": 1.2068943178178415e-08, + "W": 5.046349796367089e-11, + "N": 1.3098807594147388e-09, + "Y": 1.3313513591128867e-05, + "U": 1.3729049841426644e-10, + "K": 1.8249411981585695e-09, + "L": 4.091878780254632e-10, + "G": 3.9073086099961074e-07, + "F": 2.117659641953651e-05, + "E": 1.0065287625593555e-07, + "T": 8.997855729830917e-06, + "P": 0.006459834054112434, + "-": 0.9934955835342407 + }, + "id": "tp_3103" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 387888, + "label": "-", + "classification": { + "B": 7.799867696167695e-11, + "S": 6.65293861668026e-11, + "I": 2.1960856599889667e-07, + "C": 2.7276616521021424e-09, + "R": 1.2649209457649135e-10, + "M": 4.849867707434896e-08, + "O": 1.726327347739698e-08, + "W": 1.6650779366411683e-10, + "N": 1.863725840323127e-09, + "Y": 6.726709216309246e-07, + "U": 2.7177813818890506e-11, + "K": 7.696541182156125e-10, + "L": 1.5875804837417462e-10, + "G": 8.166379927843082e-08, + "F": 2.298413892276585e-05, + "E": 2.43635241758966e-07, + "T": 1.7342249520879705e-06, + "P": 0.04896080121397972, + "-": 0.9510132074356079 + }, + "id": "tp_3104" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 388021, + "label": "-", + "classification": { + "B": 4.433480000898271e-07, + "S": 5.450905518955551e-06, + "I": 0.00020770278933923692, + "C": 1.1817151971627027e-05, + "R": 2.5244266907975543e-06, + "M": 3.404876770218834e-05, + "O": 4.0756443922873586e-05, + "W": 3.717580966622336e-06, + "N": 4.4406613596947864e-05, + "Y": 0.0005508115864358842, + "U": 1.4738379832124338e-06, + "K": 4.3303905840730295e-05, + "L": 1.2508479585449095e-06, + "G": 6.462738383561373e-05, + "F": 0.007248306181281805, + "E": 0.00018534298578742892, + "T": 0.0007064283126965165, + "P": 0.1926983743906021, + "-": 0.7981491088867188 + }, + "id": "tp_3105" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 388155, + "label": "-", + "classification": { + "B": 5.649772649718443e-09, + "S": 8.433999276746817e-09, + "I": 2.7629635042103473e-06, + "C": 1.0250500537267726e-07, + "R": 3.106241708294988e-09, + "M": 3.3533771670590795e-07, + "O": 2.4642164930810395e-07, + "W": 3.980809459847023e-09, + "N": 3.0128802563922363e-08, + "Y": 3.866501629090635e-06, + "U": 5.25183008193153e-10, + "K": 1.3473663074137221e-08, + "L": 5.391811441768368e-09, + "G": 1.1194597391295247e-06, + "F": 0.00035376223968341947, + "E": 1.4508869981000316e-06, + "T": 2.8649669729929883e-06, + "P": 0.07016279548406601, + "-": 0.9294705986976624 + }, + "id": "tp_3106" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 388255, + "label": "-", + "classification": { + "B": 8.396804085375464e-11, + "S": 5.0874048029836416e-11, + "I": 3.0037111287128937e-07, + "C": 3.5304061896113126e-08, + "R": 3.6753202703465604e-09, + "M": 5.281651169752877e-07, + "O": 4.724962465729732e-08, + "W": 1.3030850010142814e-10, + "N": 1.2839529439645503e-09, + "Y": 2.368796049267985e-05, + "U": 7.013196967609048e-11, + "K": 1.4251008706445134e-10, + "L": 2.30365326814308e-09, + "G": 6.799881475672009e-07, + "F": 1.2740632882923819e-05, + "E": 1.1953144962717488e-07, + "T": 1.633017927815672e-05, + "P": 0.005488457158207893, + "-": 0.9944570064544678 + }, + "id": "tp_3107" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 388388, + "label": "-", + "classification": { + "B": 2.5877022746811917e-11, + "S": 3.4772740242772215e-12, + "I": 6.136685604118952e-10, + "C": 6.898075426836625e-12, + "R": 4.2384135480813545e-13, + "M": 3.3130918009049992e-09, + "O": 2.8320594758213247e-09, + "W": 5.208539762685538e-12, + "N": 1.783349943412782e-12, + "Y": 9.937128453429978e-09, + "U": 1.604940579578735e-14, + "K": 1.7245680591589964e-14, + "L": 1.4647635535047776e-11, + "G": 1.2160363827007359e-09, + "F": 1.713724827823171e-06, + "E": 2.407690047334654e-09, + "T": 2.8078893876681832e-08, + "P": 0.009738137014210224, + "-": 0.9902600646018982 + }, + "id": "tp_3108" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 388522, + "label": "-", + "classification": { + "B": 1.6248512793026748e-06, + "S": 3.784236923820572e-07, + "I": 8.209834049921483e-05, + "C": 2.107529144268483e-05, + "R": 1.6311626040987903e-06, + "M": 9.68179083429277e-05, + "O": 1.944405994436238e-05, + "W": 7.337746978919313e-07, + "N": 2.7083372060587863e-06, + "Y": 0.0004818673769477755, + "U": 3.684488945054909e-07, + "K": 8.65006938965962e-07, + "L": 3.1665360893384786e-06, + "G": 0.0001957299973582849, + "F": 0.0012549743987619877, + "E": 8.926005830289796e-05, + "T": 0.0003150544362142682, + "P": 0.07025640457868576, + "-": 0.9271758794784546 + }, + "id": "tp_3109" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 388655, + "label": "-", + "classification": { + "B": 7.921161643276164e-11, + "S": 1.0335024502872159e-10, + "I": 9.395715096616186e-06, + "C": 2.244130143935763e-07, + "R": 1.497907575753743e-08, + "M": 1.1822972112440766e-07, + "O": 3.6251112334184654e-08, + "W": 6.20964279995917e-10, + "N": 7.322981332436029e-08, + "Y": 1.3990752449899446e-05, + "U": 1.4534391468146168e-09, + "K": 2.8832354814767314e-07, + "L": 4.008581522274568e-10, + "G": 1.0432438557472778e-06, + "F": 0.0001643082214286551, + "E": 4.006384642707417e-06, + "T": 4.571483259496745e-06, + "P": 0.06876767426729202, + "-": 0.9310342073440552 + }, + "id": "tp_3110" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 388755, + "label": "-", + "classification": { + "B": 2.2732123475255328e-11, + "S": 2.0915758014439234e-10, + "I": 1.3026646001890185e-06, + "C": 1.9544806661997427e-07, + "R": 3.267341064372431e-09, + "M": 1.2648304448248382e-07, + "O": 3.6248920309844834e-08, + "W": 6.299318844327217e-10, + "N": 2.742780047526594e-08, + "Y": 8.765738130023237e-06, + "U": 4.462900327073527e-10, + "K": 2.1183257103984943e-07, + "L": 3.53336859770792e-10, + "G": 7.312354455280001e-07, + "F": 0.0005393890896812081, + "E": 1.7311123201579903e-06, + "T": 2.629761411299114e-06, + "P": 0.030281711369752884, + "-": 0.9691631197929382 + }, + "id": "tp_3111" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 388889, + "label": "-", + "classification": { + "B": 2.27611540726258e-10, + "S": 3.3204380911477926e-10, + "I": 3.221884298909572e-06, + "C": 3.311676834982791e-07, + "R": 1.9670073569955093e-08, + "M": 8.498736860929057e-07, + "O": 1.4240450241231883e-07, + "W": 8.685923091888981e-10, + "N": 1.2408031935251529e-08, + "Y": 1.7286414731643163e-05, + "U": 7.574753602135331e-10, + "K": 1.5558579979924048e-09, + "L": 7.334428619998334e-09, + "G": 2.290135626026313e-06, + "F": 6.190266867633909e-05, + "E": 4.260594721472444e-07, + "T": 2.0348203179310076e-05, + "P": 0.016811765730381012, + "-": 0.9830815196037292 + }, + "id": "tp_3112" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 389022, + "label": "-", + "classification": { + "B": 5.26346468632255e-07, + "S": 4.086390163138276e-06, + "I": 0.00017841547378338873, + "C": 4.995791823603213e-05, + "R": 1.3829419913236052e-05, + "M": 0.00010064951493404806, + "O": 5.578600394073874e-05, + "W": 4.153481768298661e-06, + "N": 2.2090414859121665e-05, + "Y": 0.0024198205210268497, + "U": 1.4513889254885726e-06, + "K": 0.00011249615636188537, + "L": 2.4571793346694903e-06, + "G": 0.0003681067319121212, + "F": 0.010486279614269733, + "E": 0.0003901758755091578, + "T": 0.0007863495266065001, + "P": 0.04975983127951622, + "-": 0.9352436661720276 + }, + "id": "tp_3113" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 389156, + "label": "-", + "classification": { + "B": 9.72966041068446e-10, + "S": 1.3029941570152914e-08, + "I": 1.0330452369089471e-06, + "C": 1.9666090338432696e-06, + "R": 1.7084231274111517e-07, + "M": 8.783178600424435e-06, + "O": 1.571330358274281e-06, + "W": 1.3987167868378947e-08, + "N": 2.6313424328350266e-08, + "Y": 9.544016938889399e-05, + "U": 3.574704532383066e-09, + "K": 3.022014993803168e-08, + "L": 6.987571055105946e-08, + "G": 7.290857411135221e-06, + "F": 0.0006301914690993726, + "E": 3.5543391163628257e-07, + "T": 7.766100316075608e-05, + "P": 0.0033823219127953053, + "-": 0.9957931041717529 + }, + "id": "tp_3114" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 389256, + "label": "-", + "classification": { + "B": 1.6410033367719734e-06, + "S": 2.5145115500890824e-07, + "I": 8.338989573530853e-06, + "C": 1.0203943929809611e-06, + "R": 1.3013153932206478e-07, + "M": 6.908470822963864e-05, + "O": 1.752386197040323e-05, + "W": 2.8659249551310495e-07, + "N": 2.083754537807181e-07, + "Y": 3.8619633414782584e-05, + "U": 9.381603938152239e-09, + "K": 1.7343039226958012e-09, + "L": 1.6476460587000474e-06, + "G": 2.3256450731423683e-05, + "F": 0.00015397023526020348, + "E": 9.273451723856851e-06, + "T": 0.00020106627198401839, + "P": 0.10311955213546753, + "-": 0.8963541388511658 + }, + "id": "tp_3115" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 389389, + "label": "-", + "classification": { + "B": 8.658092021107677e-10, + "S": 1.6051343587619726e-09, + "I": 2.6252138923155144e-05, + "C": 2.6624203997016593e-07, + "R": 2.7228130861089994e-08, + "M": 1.7155953173642047e-06, + "O": 3.868504734327871e-07, + "W": 2.901117124309849e-09, + "N": 1.5154239463299746e-07, + "Y": 1.4499839380732737e-05, + "U": 1.4107183199385531e-09, + "K": 1.504709357114109e-09, + "L": 1.1731240867618453e-08, + "G": 2.155998117814306e-06, + "F": 2.9387798349489458e-05, + "E": 3.092518909397768e-06, + "T": 5.3922376537229866e-05, + "P": 0.09785643965005875, + "-": 0.9020117521286011 + }, + "id": "tp_3116" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 389523, + "label": "-", + "classification": { + "B": 3.9450721800449173e-08, + "S": 1.3133497134276695e-07, + "I": 5.277957825455815e-06, + "C": 1.260965404981107e-06, + "R": 8.923144889649848e-08, + "M": 7.151244972192217e-06, + "O": 2.1675862171832705e-06, + "W": 4.1954564267143724e-08, + "N": 4.124045744902105e-07, + "Y": 0.00013748183846473694, + "U": 2.0290457314331434e-08, + "K": 1.1964128532326868e-07, + "L": 1.3338322446543316e-07, + "G": 1.0537041816860437e-05, + "F": 0.0007333487155847251, + "E": 7.704882591497153e-06, + "T": 0.00012019235145999119, + "P": 0.054814424365758896, + "-": 0.9441593885421753 + }, + "id": "tp_3117" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 389656, + "label": "-", + "classification": { + "B": 5.2295567876115e-09, + "S": 2.1256811866265934e-09, + "I": 6.360129646054702e-06, + "C": 4.0474100160281523e-07, + "R": 2.3835863061094642e-08, + "M": 6.364786599988292e-07, + "O": 7.139761351027119e-07, + "W": 7.248122546599234e-09, + "N": 8.604967405290154e-08, + "Y": 3.3738019737938885e-06, + "U": 3.924085056894455e-09, + "K": 2.3822488426361588e-09, + "L": 3.083684063653891e-08, + "G": 1.6726157809898723e-06, + "F": 2.918024438258726e-05, + "E": 2.0234137991792522e-06, + "T": 2.1028226910857484e-05, + "P": 0.09574105590581894, + "-": 0.9041934609413147 + }, + "id": "tp_3118" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 389756, + "label": "-", + "classification": { + "B": 8.435304721388093e-08, + "S": 1.0304573550001805e-07, + "I": 5.4867155995452777e-05, + "C": 5.603234285445069e-07, + "R": 3.538813686532194e-08, + "M": 3.97309304389637e-06, + "O": 1.7098052467190428e-06, + "W": 5.8370336120106003e-08, + "N": 2.835325631167507e-06, + "Y": 2.2255162548390217e-05, + "U": 4.061118019649257e-08, + "K": 4.478814048525237e-07, + "L": 6.300332699993305e-08, + "G": 7.764959264022764e-06, + "F": 0.0004565568233374506, + "E": 0.00010062677029054612, + "T": 5.7871733588399366e-05, + "P": 0.41543105244636536, + "-": 0.5838590860366821 + }, + "id": "tp_3119" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 389890, + "label": "-", + "classification": { + "B": 2.6737137659438304e-07, + "S": 3.802999515301053e-07, + "I": 3.913379623554647e-05, + "C": 6.612625838897657e-06, + "R": 1.437988089492137e-06, + "M": 0.000115055066999048, + "O": 2.798161585815251e-05, + "W": 5.366219966163044e-07, + "N": 9.304949344368652e-07, + "Y": 0.00026433143648318946, + "U": 1.5835188094115438e-07, + "K": 3.5607353510158646e-08, + "L": 3.3954650007217424e-06, + "G": 5.069715916761197e-05, + "F": 0.0002540516434237361, + "E": 1.0123490028490778e-05, + "T": 0.0011098270770162344, + "P": 0.04923781007528305, + "-": 0.9488773345947266 + }, + "id": "tp_3120" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 390023, + "label": "-", + "classification": { + "B": 4.080748840351589e-05, + "S": 7.777998689562082e-05, + "I": 0.0019788844510912895, + "C": 0.0013298392295837402, + "R": 0.0004943704698234797, + "M": 0.004236635752022266, + "O": 0.0010914262384176254, + "W": 9.728305303724483e-05, + "N": 0.00022778504353482276, + "Y": 0.02079220488667488, + "U": 8.794022869551554e-05, + "K": 0.0003383610164746642, + "L": 0.00031008425867184997, + "G": 0.004881986882537603, + "F": 0.016034476459026337, + "E": 0.0017877330537885427, + "T": 0.014330694451928139, + "P": 0.051291171461343765, + "-": 0.8805705904960632 + }, + "id": "tp_3121" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 390157, + "label": "-", + "classification": { + "B": 7.99627468950348e-06, + "S": 1.3961413060314953e-05, + "I": 0.0002910528564825654, + "C": 2.9341381377889775e-05, + "R": 5.936537945672171e-06, + "M": 9.457929263589904e-05, + "O": 8.644810441182926e-05, + "W": 9.103989214054309e-06, + "N": 3.849450877169147e-05, + "Y": 0.00037108123069629073, + "U": 2.3407594653690467e-06, + "K": 1.3837659025739413e-05, + "L": 6.819366262789117e-06, + "G": 0.00016438873717561364, + "F": 0.007576409727334976, + "E": 0.00041061965748667717, + "T": 0.0005896749789826572, + "P": 0.3004301190376282, + "-": 0.6898577213287354 + }, + "id": "tp_3122" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 390257, + "label": "-", + "classification": { + "B": 1.955999140434983e-09, + "S": 2.6956439302949775e-09, + "I": 3.6436865684663644e-06, + "C": 1.0553727491924292e-07, + "R": 1.2695108075888584e-08, + "M": 2.4327755454578437e-06, + "O": 3.247799043037958e-07, + "W": 5.1245736543137355e-09, + "N": 4.575653278493519e-08, + "Y": 1.5658206393709406e-05, + "U": 1.6537146096951005e-09, + "K": 8.790475014563981e-09, + "L": 1.287300843699768e-08, + "G": 1.4111617474554805e-06, + "F": 0.00019603852706495672, + "E": 2.373870074734441e-06, + "T": 3.33928364852909e-05, + "P": 0.04236965253949165, + "-": 0.9573748111724854 + }, + "id": "tp_3123" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 390390, + "label": "-", + "classification": { + "B": 7.837984601632986e-12, + "S": 6.81735223828639e-11, + "I": 3.5264798725620494e-07, + "C": 7.040127147917019e-09, + "R": 5.229262023398462e-10, + "M": 3.551226157583187e-08, + "O": 1.0276729689451258e-08, + "W": 1.7364480686676842e-10, + "N": 3.1988418580652933e-09, + "Y": 1.3545932233682834e-06, + "U": 3.645587304257347e-11, + "K": 6.0178706462465925e-09, + "L": 6.874570357418008e-11, + "G": 4.183122115364313e-08, + "F": 0.00010413072595838457, + "E": 5.052913820691174e-07, + "T": 1.2043165042996407e-06, + "P": 0.043428707867860794, + "-": 0.956463634967804 + }, + "id": "tp_3124" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 390524, + "label": "-", + "classification": { + "B": 1.5733786495886193e-10, + "S": 2.632117190870531e-09, + "I": 1.914748054332449e-06, + "C": 1.1661384036187883e-07, + "R": 6.5298291218596205e-09, + "M": 5.766412982666225e-07, + "O": 1.8341209795380564e-07, + "W": 2.013941902134775e-09, + "N": 2.908814167312812e-08, + "Y": 9.90926127997227e-06, + "U": 7.58357709962354e-10, + "K": 5.758697518842837e-09, + "L": 5.408649972338253e-09, + "G": 8.179016504072933e-07, + "F": 0.0001444556110072881, + "E": 8.113370313367341e-07, + "T": 2.016215876210481e-05, + "P": 0.03443579003214836, + "-": 0.9653851389884949 + }, + "id": "tp_3125" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 390657, + "label": "-", + "classification": { + "B": 1.1857208619403536e-06, + "S": 3.6629739952331875e-07, + "I": 0.00030461885035037994, + "C": 1.5657855328754522e-05, + "R": 3.6689400531031424e-06, + "M": 5.4611009545624256e-05, + "O": 2.3355691155302338e-05, + "W": 9.181110840472684e-07, + "N": 6.624523393838899e-06, + "Y": 0.0004813018022105098, + "U": 9.454752785131859e-07, + "K": 4.227612464546837e-07, + "L": 3.5187647426937474e-06, + "G": 0.0001315554982284084, + "F": 0.0003986220108345151, + "E": 6.033714089426212e-05, + "T": 0.0010441517224535346, + "P": 0.1413097083568573, + "-": 0.8561582565307617 + }, + "id": "tp_3126" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 390757, + "label": "-", + "classification": { + "B": 0.0001118248765124008, + "S": 3.8894442695891485e-05, + "I": 9.544259955873713e-05, + "C": 2.916088851634413e-05, + "R": 7.5736143116955645e-06, + "M": 0.0001461614010622725, + "O": 0.00017109719919972122, + "W": 1.7897253201226704e-05, + "N": 1.375055671815062e-05, + "Y": 0.0002958841505460441, + "U": 1.161440422947635e-06, + "K": 4.126784006075468e-06, + "L": 2.2249862013268284e-05, + "G": 0.0006316584767773747, + "F": 0.01620195433497429, + "E": 0.0002483125717844814, + "T": 0.000523214228451252, + "P": 0.20939332246780396, + "-": 0.7720462679862976 + }, + "id": "tp_3127" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 390891, + "label": "-", + "classification": { + "B": 1.0181670404563192e-06, + "S": 3.544587627857254e-07, + "I": 1.3680703887075651e-05, + "C": 3.7444538065756205e-06, + "R": 6.246978614399268e-07, + "M": 1.964263901754748e-05, + "O": 1.4357518011820503e-05, + "W": 5.899783559470961e-07, + "N": 7.251814508890675e-07, + "Y": 0.00016546605911571532, + "U": 1.1080513218075794e-07, + "K": 1.7700666887776606e-07, + "L": 9.924049209075747e-07, + "G": 3.3098891435656697e-05, + "F": 0.0009548257803544402, + "E": 1.1704662028932944e-05, + "T": 0.0002274039143230766, + "P": 0.09430040419101715, + "-": 0.9042510986328125 + }, + "id": "tp_3128" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 391024, + "label": "-", + "classification": { + "B": 4.53992179245688e-05, + "S": 2.4975106498459354e-05, + "I": 2.5274759536841884e-05, + "C": 1.5950984106893884e-06, + "R": 5.589835723185388e-07, + "M": 0.00012583035277202725, + "O": 0.0001611071638762951, + "W": 8.915056241676211e-06, + "N": 3.23643416777486e-06, + "Y": 0.0002838631044141948, + "U": 2.726332297697809e-07, + "K": 2.3774016426614253e-06, + "L": 9.449803656025324e-06, + "G": 0.00017466499411966652, + "F": 0.009353535249829292, + "E": 0.00013290675997268409, + "T": 0.0003153787984047085, + "P": 0.05547136440873146, + "-": 0.9338593482971191 + }, + "id": "tp_3129" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 391158, + "label": "-", + "classification": { + "B": 5.6817800214048475e-05, + "S": 2.6134975996683352e-05, + "I": 0.0002693835995160043, + "C": 4.0077469748212025e-05, + "R": 1.1394530702091288e-05, + "M": 0.00038354884600266814, + "O": 0.00025637034559622407, + "W": 2.9559449103544466e-05, + "N": 5.4516844102181494e-05, + "Y": 0.0006919003208167851, + "U": 5.125328698341036e-06, + "K": 2.3311085897148587e-05, + "L": 2.0161638531135395e-05, + "G": 0.00037506132503040135, + "F": 0.0029602216091006994, + "E": 0.0006497109425254166, + "T": 0.0017623631283640862, + "P": 0.24046291410923004, + "-": 0.751921534538269 + }, + "id": "tp_3130" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 391258, + "label": "-", + "classification": { + "B": 0.00028859052690677345, + "S": 0.00026670514489524066, + "I": 0.0015322156250476837, + "C": 4.2742427467601374e-05, + "R": 9.914037946145982e-05, + "M": 0.00988092739135027, + "O": 0.005179984029382467, + "W": 0.00017175512039102614, + "N": 5.290564149618149e-05, + "Y": 0.00868584681302309, + "U": 3.605988240451552e-06, + "K": 5.731368446504348e-07, + "L": 0.0007193448254838586, + "G": 0.00244474271312356, + "F": 0.00109006033744663, + "E": 0.0001513750321464613, + "T": 0.023100554943084717, + "P": 0.02160281501710415, + "-": 0.924686074256897 + }, + "id": "tp_3131" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 391391, + "label": "-", + "classification": { + "B": 1.0584543019831472e-07, + "S": 7.343003538551329e-09, + "I": 1.188489386549918e-05, + "C": 1.1949555300816428e-06, + "R": 1.1931956578337122e-07, + "M": 3.095356441917829e-05, + "O": 1.5334010186052183e-06, + "W": 8.601608314506848e-09, + "N": 4.347991122699568e-08, + "Y": 5.0916500185849145e-05, + "U": 1.252968506726404e-09, + "K": 6.646005412669354e-10, + "L": 1.651451952966454e-07, + "G": 2.3762002456351183e-05, + "F": 8.69384384714067e-05, + "E": 1.1140690730826464e-05, + "T": 5.2123305067652836e-05, + "P": 0.03953132778406143, + "-": 0.9601977467536926 + }, + "id": "tp_3132" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 391525, + "label": "-", + "classification": { + "B": 1.0263518561259843e-05, + "S": 0.00013132442836649716, + "I": 6.074365956010297e-06, + "C": 2.6265860242347117e-07, + "R": 1.0453757681716525e-07, + "M": 0.00015523270121775568, + "O": 0.00022369374346453696, + "W": 9.246953595720697e-06, + "N": 1.4716855503138504e-06, + "Y": 0.00016086937102954835, + "U": 3.409903825968286e-08, + "K": 1.926963250298286e-06, + "L": 4.9119521463580895e-06, + "G": 5.830298687214963e-05, + "F": 0.023737583309412003, + "E": 8.260369941126555e-05, + "T": 0.00012295877968426794, + "P": 0.044111255556344986, + "-": 0.931181788444519 + }, + "id": "tp_3133" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 391658, + "label": "-", + "classification": { + "B": 2.3348857212113217e-06, + "S": 7.247172561619664e-06, + "I": 0.0002855155325960368, + "C": 0.00012000133574474603, + "R": 9.185408271150663e-05, + "M": 0.0014084179420024157, + "O": 0.0005311107379384339, + "W": 6.145693987491541e-06, + "N": 4.935609467793256e-06, + "Y": 0.0019187344005331397, + "U": 1.1057222764065955e-06, + "K": 6.579595037692343e-07, + "L": 0.00010753147216746584, + "G": 0.001069507678039372, + "F": 0.001908284379169345, + "E": 3.514475974952802e-05, + "T": 0.003981762565672398, + "P": 0.007135700434446335, + "-": 0.9813840389251709 + }, + "id": "tp_3134" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 391758, + "label": "-", + "classification": { + "B": 1.0632181329128798e-05, + "S": 0.0008258569869212806, + "I": 0.00488706212490797, + "C": 0.00016753614181652665, + "R": 0.00012325674470048398, + "M": 0.003153451718389988, + "O": 0.0014061557594686747, + "W": 0.00017683787154965103, + "N": 0.0006343113491311669, + "Y": 0.02299225516617298, + "U": 3.9857982301327866e-06, + "K": 0.0007014935254119337, + "L": 0.0001127130672102794, + "G": 0.0022496182937175035, + "F": 0.13353505730628967, + "E": 0.0012126548681408167, + "T": 0.020665684714913368, + "P": 0.05677856504917145, + "-": 0.7503628730773926 + }, + "id": "tp_3135" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 391892, + "label": "-", + "classification": { + "B": 9.39344408834586e-06, + "S": 6.534444764838554e-06, + "I": 2.412338108115364e-05, + "C": 6.011720188325853e-07, + "R": 7.433032465087308e-07, + "M": 3.283859768998809e-05, + "O": 5.484053326654248e-05, + "W": 9.99027520265372e-07, + "N": 5.961398983345134e-07, + "Y": 1.6981741282506846e-05, + "U": 1.9718495281040305e-08, + "K": 5.3187566351198257e-08, + "L": 5.575679097091779e-06, + "G": 0.00010809802188305184, + "F": 0.005123310722410679, + "E": 7.850611837056931e-06, + "T": 9.661304648034275e-05, + "P": 0.06144256889820099, + "-": 0.9330683350563049 + }, + "id": "tp_3136" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 392025, + "label": "-", + "classification": { + "B": 4.3487909806572134e-07, + "S": 1.5785465734552417e-07, + "I": 7.601605744866902e-08, + "C": 3.176475615873642e-08, + "R": 1.0109284076520453e-08, + "M": 4.166679445916088e-06, + "O": 4.450975211511832e-06, + "W": 6.056391299580355e-08, + "N": 1.2942498184287388e-09, + "Y": 2.535869271014235e-06, + "U": 7.026303844304138e-11, + "K": 7.347873698382301e-11, + "L": 2.214410841361314e-07, + "G": 1.9222547962272074e-06, + "F": 0.0005313939764164388, + "E": 1.7431375454179943e-07, + "T": 4.714379883807851e-06, + "P": 0.00450529158115387, + "-": 0.9949443936347961 + }, + "id": "tp_3137" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 392125, + "label": "-", + "classification": { + "B": 3.520179461702355e-06, + "S": 1.0861089322133921e-05, + "I": 0.00023911381140351295, + "C": 1.2019034329568967e-05, + "R": 4.897129656455945e-06, + "M": 0.0010848786914721131, + "O": 0.00013597554061561823, + "W": 5.232187504589092e-06, + "N": 1.9817853171844035e-05, + "Y": 0.00936824455857277, + "U": 1.083255369849212e-06, + "K": 3.806288805208169e-05, + "L": 7.97547818365274e-06, + "G": 0.0007511628791689873, + "F": 0.00766025809571147, + "E": 0.0002156806440325454, + "T": 0.005933617241680622, + "P": 0.019756082445383072, + "-": 0.9547516107559204 + }, + "id": "tp_3138" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 392259, + "label": "-", + "classification": { + "B": 4.651006747735664e-06, + "S": 6.052341268514283e-05, + "I": 0.00041116689681075513, + "C": 1.2505312952271197e-05, + "R": 8.787509614194278e-06, + "M": 9.482431778451428e-05, + "O": 0.0001539027289254591, + "W": 1.251841604243964e-05, + "N": 6.464008765760809e-05, + "Y": 0.00048684643115848303, + "U": 1.290831164624251e-06, + "K": 1.2222864825162105e-05, + "L": 9.814063560042996e-06, + "G": 0.00021823396673426032, + "F": 0.018793493509292603, + "E": 0.00022162141976878047, + "T": 0.0004945709370076656, + "P": 0.4278569519519806, + "-": 0.5510814785957336 + }, + "id": "tp_3139" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 392392, + "label": "-", + "classification": { + "B": 2.562763802416157e-05, + "S": 2.9339895263547078e-05, + "I": 0.00043160884524695575, + "C": 0.00028398813446983695, + "R": 0.0001749731891322881, + "M": 0.0018930159276351333, + "O": 0.0005084103322587907, + "W": 2.490201404725667e-05, + "N": 2.3033628167468123e-05, + "Y": 0.009937498718500137, + "U": 7.5516613833315205e-06, + "K": 5.03170986121404e-06, + "L": 0.00022714609804097563, + "G": 0.002276984043419361, + "F": 0.0111817866563797, + "E": 0.00022773911769036204, + "T": 0.007154183462262154, + "P": 0.028494078665971756, + "-": 0.9370930790901184 + }, + "id": "tp_3140" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 392526, + "label": "-", + "classification": { + "B": 8.155678443699799e-08, + "S": 7.970161277626175e-07, + "I": 7.853568462223848e-08, + "C": 5.804072245041425e-08, + "R": 2.478527960647625e-08, + "M": 2.8275408112676814e-06, + "O": 1.2554288332466967e-05, + "W": 1.2633677215490025e-07, + "N": 2.6580873058179577e-09, + "Y": 6.0404745454434305e-06, + "U": 5.565724270351069e-11, + "K": 6.14844231083822e-10, + "L": 3.711675731210562e-07, + "G": 6.745303835486993e-06, + "F": 0.004419072065502405, + "E": 1.4655448410394456e-07, + "T": 4.761150648846524e-06, + "P": 0.002396953757852316, + "-": 0.9931493401527405 + }, + "id": "tp_3141" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 392626, + "label": "-", + "classification": { + "B": 5.511636231858574e-07, + "S": 7.194474846983212e-07, + "I": 6.41769147478044e-05, + "C": 1.2918299034936354e-05, + "R": 1.008588333206717e-05, + "M": 0.0004048268892802298, + "O": 6.19811107753776e-05, + "W": 1.1269049764450756e-06, + "N": 9.56605276769551e-07, + "Y": 0.0016521229408681393, + "U": 2.1879077394260094e-07, + "K": 1.5923971830034134e-07, + "L": 6.846497399237705e-06, + "G": 0.00015902203449513763, + "F": 0.0006955083808861673, + "E": 6.798778485972434e-06, + "T": 0.0026640973519533873, + "P": 0.010086467489600182, + "-": 0.984171450138092 + }, + "id": "tp_3142" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 392759, + "label": "-", + "classification": { + "B": 5.753304321842734e-07, + "S": 1.190311763821228e-06, + "I": 1.3572032003139611e-05, + "C": 7.709796591370832e-06, + "R": 2.202007635787595e-06, + "M": 5.710214463761076e-05, + "O": 1.712577613943722e-05, + "W": 5.414851216301031e-07, + "N": 5.654829919876647e-07, + "Y": 0.0012565875658765435, + "U": 7.713995842095756e-08, + "K": 3.4960962693730835e-06, + "L": 2.928452886408195e-06, + "G": 0.000267539347987622, + "F": 0.01660420000553131, + "E": 5.327898543328047e-05, + "T": 0.00042532983934506774, + "P": 0.00781822856515646, + "-": 0.9734677076339722 + }, + "id": "tp_3143" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 392893, + "label": "-", + "classification": { + "B": 2.820003828674089e-06, + "S": 4.337453719926998e-05, + "I": 6.548288638441591e-06, + "C": 3.0617844458902255e-05, + "R": 2.4296266929013655e-05, + "M": 0.0015350173925980926, + "O": 0.0011797997867688537, + "W": 1.0654495781636797e-05, + "N": 1.8459491002431605e-07, + "Y": 0.0012178183533251286, + "U": 1.1647657949254153e-08, + "K": 1.130942628435605e-08, + "L": 0.00036632956471294165, + "G": 0.0013779174769297242, + "F": 0.006189385894685984, + "E": 1.564263698128343e-06, + "T": 0.004595939535647631, + "P": 0.0006013310048729181, + "-": 0.9828163981437683 + }, + "id": "tp_3144" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 393026, + "label": "-", + "classification": { + "B": 1.3706532797641557e-07, + "S": 6.834948607092883e-08, + "I": 1.1798013588304457e-07, + "C": 3.817654459226105e-08, + "R": 3.478434607018244e-08, + "M": 1.6309821148752235e-05, + "O": 7.428031494782772e-06, + "W": 2.1559360519063375e-08, + "N": 8.247721394738505e-10, + "Y": 9.425111784366891e-05, + "U": 2.8642005434065254e-10, + "K": 4.883312504366799e-11, + "L": 2.2180670384841505e-06, + "G": 1.6522077203262597e-05, + "F": 0.0002452438639011234, + "E": 7.45862607232084e-08, + "T": 0.00010493796435184777, + "P": 0.0004785585915669799, + "-": 0.99903404712677 + }, + "id": "tp_3145" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 393126, + "label": "-", + "classification": { + "B": 2.8340948119875975e-05, + "S": 0.0003879465803038329, + "I": 0.00021424281294457614, + "C": 4.590388016367797e-06, + "R": 5.746539500250947e-06, + "M": 0.00035572692286223173, + "O": 0.0006564939394593239, + "W": 3.6969555367249995e-05, + "N": 2.5056180675164796e-05, + "Y": 0.00011416653433116153, + "U": 5.020384037379699e-07, + "K": 3.4790066365530947e-06, + "L": 6.470451626228169e-05, + "G": 0.0004373715491965413, + "F": 0.01890438422560692, + "E": 0.00017033767653629184, + "T": 0.0008271927945315838, + "P": 0.13156947493553162, + "-": 0.846193253993988 + }, + "id": "tp_3146" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 393260, + "label": "-", + "classification": { + "B": 0.0004621983098331839, + "S": 0.0036786128766834736, + "I": 0.0006555757136084139, + "C": 4.627935049938969e-05, + "R": 5.053319546277635e-05, + "M": 0.007912399247288704, + "O": 0.003260662080720067, + "W": 0.0003153961733914912, + "N": 0.00012954187695868313, + "Y": 0.00440304446965456, + "U": 3.763896984310122e-06, + "K": 6.27715271548368e-05, + "L": 0.00036169507075101137, + "G": 0.0028612941969186068, + "F": 0.06136906519532204, + "E": 0.0012427502078935504, + "T": 0.0054031615145504475, + "P": 0.0833570584654808, + "-": 0.824424147605896 + }, + "id": "tp_3147" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 393393, + "label": "-", + "classification": { + "B": 6.671012670267373e-05, + "S": 7.887805259088054e-05, + "I": 0.00010245302109979093, + "C": 0.0001588004088262096, + "R": 0.00010066801769426093, + "M": 0.005933672189712524, + "O": 0.002381926868110895, + "W": 3.8353216950781643e-05, + "N": 4.189695118839154e-06, + "Y": 0.003841156605631113, + "U": 1.0949942179649952e-06, + "K": 3.13293270437498e-07, + "L": 0.0014024950796738267, + "G": 0.004565925803035498, + "F": 0.01037925761193037, + "E": 8.854080806486309e-05, + "T": 0.0033860644325613976, + "P": 0.009145823307335377, + "-": 0.9583237171173096 + }, + "id": "tp_3148" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 393527, + "label": "-", + "classification": { + "B": 5.0882380975281194e-08, + "S": 1.7127760543189652e-07, + "I": 8.930242074711714e-07, + "C": 1.6088799270619347e-07, + "R": 6.578016353842031e-08, + "M": 2.5546270990162157e-05, + "O": 1.2776212315657176e-05, + "W": 8.957412944710086e-08, + "N": 2.160602363687758e-08, + "Y": 3.421662040636875e-05, + "U": 1.666293769631011e-09, + "K": 1.4301746453782016e-09, + "L": 5.31461012087675e-07, + "G": 6.176740498631261e-06, + "F": 0.00016465081716887653, + "E": 3.8358638221325236e-07, + "T": 0.00011073092900915071, + "P": 0.004060876090079546, + "-": 0.9955825209617615 + }, + "id": "tp_3149" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 393627, + "label": "-", + "classification": { + "B": 1.4673533996756305e-06, + "S": 1.1028201697627082e-05, + "I": 3.595091766328551e-05, + "C": 7.029493190202629e-06, + "R": 2.534890427341452e-06, + "M": 0.0001441637141397223, + "O": 7.088853453751653e-05, + "W": 3.851690053124912e-06, + "N": 3.642570618467289e-06, + "Y": 0.0005803941166959703, + "U": 2.550009412516374e-07, + "K": 7.838421879569069e-06, + "L": 5.397734184953151e-06, + "G": 0.0001166810980066657, + "F": 0.01844075135886669, + "E": 0.00015211640857160091, + "T": 0.000404354534111917, + "P": 0.031404539942741394, + "-": 0.9486071467399597 + }, + "id": "tp_3150" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 393760, + "label": "-", + "classification": { + "B": 4.096879280268695e-08, + "S": 3.8846837924211286e-07, + "I": 3.4230271239721333e-07, + "C": 9.656361726229079e-06, + "R": 2.8452534479583846e-06, + "M": 3.8800448237452656e-05, + "O": 2.3518809030065313e-05, + "W": 4.115827607620304e-07, + "N": 1.9117599947549024e-08, + "Y": 0.000394668139051646, + "U": 6.444100808522535e-09, + "K": 4.5794305236768196e-08, + "L": 2.6678158064896706e-06, + "G": 7.206707232398912e-05, + "F": 0.00519910454750061, + "E": 2.2610849725879234e-07, + "T": 0.0003405962488614023, + "P": 0.0008229517843574286, + "-": 0.9930917024612427 + }, + "id": "tp_3151" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 393894, + "label": "-", + "classification": { + "B": 8.474669854763306e-09, + "S": 6.693185383710443e-08, + "I": 1.3461652997648343e-05, + "C": 3.324302269902546e-06, + "R": 9.475091928834445e-07, + "M": 2.2199446902959608e-05, + "O": 4.685148269345518e-06, + "W": 1.0707537967391545e-07, + "N": 2.9268326784404053e-07, + "Y": 0.0006878140848129988, + "U": 2.1410828665580084e-08, + "K": 1.1270068398516742e-06, + "L": 4.1227121982956305e-07, + "G": 9.517357830191031e-05, + "F": 0.007208539173007011, + "E": 2.1855172235518694e-05, + "T": 0.0001308938954025507, + "P": 0.018654869869351387, + "-": 0.9731542468070984 + }, + "id": "tp_3152" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 394027, + "label": "-", + "classification": { + "B": 0.00029660286963917315, + "S": 9.786625014385208e-05, + "I": 9.389077604282647e-05, + "C": 1.9497721950756386e-05, + "R": 5.949231763224816e-06, + "M": 0.0003758961975108832, + "O": 0.0003566022787708789, + "W": 2.7291585865896195e-05, + "N": 1.0128799658559728e-05, + "Y": 0.00028173672035336494, + "U": 7.806082749084453e-07, + "K": 1.2264868018974084e-06, + "L": 7.296798139577731e-05, + "G": 0.0003769082832150161, + "F": 0.009993178769946098, + "E": 0.0002263956266688183, + "T": 0.0005644469056278467, + "P": 0.10790405422449112, + "-": 0.8792945146560669 + }, + "id": "tp_3153" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 394127, + "label": "-", + "classification": { + "B": 2.218929751052201e-07, + "S": 1.8447849470248912e-06, + "I": 5.871446410310455e-05, + "C": 1.000447718979558e-05, + "R": 2.7194507765671005e-06, + "M": 0.0003557288146112114, + "O": 3.8100381061667576e-05, + "W": 9.481497045271681e-07, + "N": 2.336211537112831e-06, + "Y": 0.004469654057174921, + "U": 8.891201730421017e-08, + "K": 1.3727437817578902e-06, + "L": 1.78910829617962e-06, + "G": 0.00012754662020597607, + "F": 0.001740064355544746, + "E": 3.607065445976332e-05, + "T": 0.0029007173143327236, + "P": 0.009365567937493324, + "-": 0.9808865189552307 + }, + "id": "tp_3154" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 394261, + "label": "-", + "classification": { + "B": 9.876957030030553e-09, + "S": 1.6187498563802194e-10, + "I": 1.1000388440152165e-06, + "C": 1.4029335204668314e-07, + "R": 6.05182126633963e-09, + "M": 1.1339927823428297e-06, + "O": 2.3196224674393306e-07, + "W": 6.535180729905221e-10, + "N": 5.081894904890305e-09, + "Y": 1.0345412192691583e-05, + "U": 3.70669078764152e-10, + "K": 1.34646474525546e-10, + "L": 1.0451524090626663e-08, + "G": 2.230675136161153e-06, + "F": 1.049416732712416e-05, + "E": 7.619433972649858e-07, + "T": 9.293584298575297e-06, + "P": 0.024084413424134254, + "-": 0.9758799076080322 + }, + "id": "tp_3155" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 394394, + "label": "-", + "classification": { + "B": 3.80008913225538e-07, + "S": 1.4974038720083627e-07, + "I": 0.0001829108368838206, + "C": 4.3142467802681495e-06, + "R": 7.430589903378859e-07, + "M": 0.0002644338528625667, + "O": 1.686273026280105e-05, + "W": 3.888751507474808e-07, + "N": 3.7023289678472793e-06, + "Y": 0.0014848312130197883, + "U": 1.5280986076504632e-07, + "K": 1.0771339020720916e-06, + "L": 1.1229576557525434e-06, + "G": 0.00012990622781217098, + "F": 0.00038547010626643896, + "E": 0.00023292023979593068, + "T": 0.0016168502625077963, + "P": 0.046192605048418045, + "-": 0.9494812488555908 + }, + "id": "tp_3156" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 394528, + "label": "-", + "classification": { + "B": 9.972412479131165e-11, + "S": 2.6119609253250076e-10, + "I": 1.160052761406405e-06, + "C": 4.1443321663336974e-08, + "R": 4.602491276983756e-09, + "M": 3.7454086054822255e-07, + "O": 7.568628035414804e-08, + "W": 7.16680992329799e-10, + "N": 7.384573397217764e-09, + "Y": 1.3510823919204995e-05, + "U": 6.461607915397849e-10, + "K": 4.795391195244747e-09, + "L": 2.375711627422561e-09, + "G": 6.355327855089854e-07, + "F": 5.102769864606671e-05, + "E": 4.4188760739416466e-07, + "T": 1.5989968233043328e-05, + "P": 0.023081287741661072, + "-": 0.9768354892730713 + }, + "id": "tp_3157" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 394628, + "label": "-", + "classification": { + "B": 4.8261433044372026e-11, + "S": 5.17576370651085e-10, + "I": 1.1788215203978325e-07, + "C": 7.54867102159551e-09, + "R": 5.883058484812409e-10, + "M": 1.5776527106936555e-07, + "O": 3.393717307176303e-08, + "W": 2.1179635822932141e-10, + "N": 1.8595955886269167e-09, + "Y": 9.909260370477568e-06, + "U": 6.288945059162998e-11, + "K": 1.3315176738970536e-09, + "L": 3.2275379591162334e-10, + "G": 1.3496629946985195e-07, + "F": 2.575023790996056e-05, + "E": 7.535310686535013e-08, + "T": 9.79607466433663e-06, + "P": 0.00804783683270216, + "-": 0.9919061660766602 + }, + "id": "tp_3158" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 394761, + "label": "-", + "classification": { + "B": 1.9590266095523973e-14, + "S": 5.400077967795437e-14, + "I": 1.2011194705507933e-08, + "C": 5.400364183616446e-11, + "R": 4.962971440064523e-12, + "M": 1.6141348258003063e-09, + "O": 1.9828302888491578e-10, + "W": 3.129568002316341e-13, + "N": 1.9385380453651457e-11, + "Y": 2.5049709506674844e-07, + "U": 1.0778018560107794e-13, + "K": 3.097432033083436e-11, + "L": 5.944656659290226e-13, + "G": 4.324034019731471e-09, + "F": 3.4294823763048043e-06, + "E": 1.591027576353099e-08, + "T": 1.4113189195086306e-07, + "P": 0.010645035654306412, + "-": 0.989351212978363 + }, + "id": "tp_3159" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 394895, + "label": "-", + "classification": { + "B": 2.407177248642256e-07, + "S": 3.843092244437685e-08, + "I": 3.436448605498299e-05, + "C": 8.798630005912855e-06, + "R": 9.875084288069047e-07, + "M": 0.00015759660163894296, + "O": 1.0389925591880456e-05, + "W": 1.1662926624467218e-07, + "N": 5.135414085088996e-07, + "Y": 0.00018398238171357661, + "U": 4.7081073262233986e-08, + "K": 5.2151282403656296e-08, + "L": 1.3499801525540533e-06, + "G": 9.396990208188072e-05, + "F": 0.0003662632661871612, + "E": 6.305611168500036e-05, + "T": 0.0003073855477850884, + "P": 0.05471246689558029, + "-": 0.944058358669281 + }, + "id": "tp_3160" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 395028, + "label": "-", + "classification": { + "B": 2.0128925370954676e-06, + "S": 4.042873570142547e-06, + "I": 0.0002892678021453321, + "C": 1.5289560906239785e-05, + "R": 3.3269443520111963e-06, + "M": 0.00048557508853264153, + "O": 9.702887473395094e-05, + "W": 3.0536048143403605e-06, + "N": 2.763421980489511e-05, + "Y": 0.001223853207193315, + "U": 1.1138342870253837e-06, + "K": 9.398626389156561e-06, + "L": 7.035005182842724e-06, + "G": 0.00022861875186208636, + "F": 0.003914814442396164, + "E": 0.0004893818404525518, + "T": 0.0024250498972833157, + "P": 0.10003557056188583, + "-": 0.8907378911972046 + }, + "id": "tp_3161" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 395128, + "label": "-", + "classification": { + "B": 3.9906817050905374e-07, + "S": 3.765028679936222e-07, + "I": 0.00012121829786337912, + "C": 1.6884176147868857e-05, + "R": 7.642995115020312e-06, + "M": 0.0001372520055156201, + "O": 4.0211452869698405e-05, + "W": 9.359326327285089e-07, + "N": 1.7363570350426016e-06, + "Y": 0.0013171538012102246, + "U": 3.2775182035038597e-07, + "K": 5.29202779375737e-08, + "L": 8.681495273776818e-06, + "G": 0.00014417589409276843, + "F": 0.00033410656033083797, + "E": 1.8192797142546624e-05, + "T": 0.0015068033244460821, + "P": 0.028480302542448044, + "-": 0.9678635597229004 + }, + "id": "tp_3162" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 395262, + "label": "-", + "classification": { + "B": 1.6607149683212086e-11, + "S": 1.4978897289186222e-10, + "I": 1.2768352597447574e-08, + "C": 3.812702153993541e-09, + "R": 4.5402157033969104e-10, + "M": 8.003321738669911e-08, + "O": 3.1458363025649305e-08, + "W": 2.399870024927253e-10, + "N": 2.485490147030589e-10, + "Y": 7.33455362933455e-06, + "U": 3.09724329516925e-11, + "K": 1.6594943197389966e-09, + "L": 3.3270444732558246e-10, + "G": 7.886173136739671e-08, + "F": 0.00011694952991092578, + "E": 3.167554041283438e-08, + "T": 3.931392711820081e-06, + "P": 0.0034109202679246664, + "-": 0.9964606165885925 + }, + "id": "tp_3163" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 395395, + "label": "-", + "classification": { + "B": 2.1400196892340517e-10, + "S": 2.456774540748885e-11, + "I": 1.280230776501412e-06, + "C": 1.7760568127300758e-08, + "R": 2.431064904939717e-09, + "M": 4.5927845349069685e-07, + "O": 5.067076358500344e-08, + "W": 8.067262829980493e-11, + "N": 1.486088696545096e-09, + "Y": 5.932182375545381e-06, + "U": 1.5460703897685057e-11, + "K": 8.84286220637076e-12, + "L": 1.9731347666862575e-09, + "G": 5.38317351583828e-07, + "F": 1.5638015611330047e-05, + "E": 1.8536610468800063e-07, + "T": 3.032235554201179e-06, + "P": 0.013790877535939217, + "-": 0.9861819744110107 + }, + "id": "tp_3164" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 395529, + "label": "-", + "classification": { + "B": 3.323082475858996e-09, + "S": 3.7472092095924836e-10, + "I": 3.1857573048910126e-05, + "C": 3.109176418547577e-07, + "R": 1.6471402020101777e-08, + "M": 9.71145254879957e-06, + "O": 3.1958930435393995e-07, + "W": 1.061896126586248e-09, + "N": 8.011402030660975e-08, + "Y": 2.3452181267202832e-05, + "U": 8.445142918311888e-10, + "K": 2.6022486943055867e-10, + "L": 1.8520529110332973e-08, + "G": 3.3960284326894907e-06, + "F": 6.21831759417546e-06, + "E": 2.0341360141173936e-05, + "T": 8.129469642881304e-05, + "P": 0.05552889406681061, + "-": 0.9442941546440125 + }, + "id": "tp_3165" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 395629, + "label": "-", + "classification": { + "B": 3.459584263509896e-08, + "S": 2.820432953853924e-08, + "I": 5.565102583204862e-07, + "C": 2.7551502412848095e-08, + "R": 4.539900011479858e-09, + "M": 3.088386392846587e-06, + "O": 1.49262177728815e-06, + "W": 8.615561597480337e-09, + "N": 1.7036262178748984e-08, + "Y": 4.661781076720217e-06, + "U": 2.562355327917487e-10, + "K": 2.3471774523997624e-10, + "L": 4.1029696973282626e-08, + "G": 1.3801505929222913e-06, + "F": 3.710284363478422e-05, + "E": 7.341257060033968e-07, + "T": 4.174689092906192e-05, + "P": 0.041243258863687515, + "-": 0.9586657285690308 + }, + "id": "tp_3166" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 395762, + "label": "-", + "classification": { + "B": 7.497150704693922e-07, + "S": 6.107301260271925e-07, + "I": 4.6418186684604734e-05, + "C": 5.844795396114932e-06, + "R": 3.8960303072599345e-07, + "M": 2.7612557460088283e-05, + "O": 1.1826261470559984e-05, + "W": 7.576762186545238e-07, + "N": 3.5086152365693124e-06, + "Y": 0.00011187844211235642, + "U": 2.2738458937965333e-07, + "K": 6.778484475944424e-06, + "L": 4.5633777290277067e-07, + "G": 3.470595402177423e-05, + "F": 0.0013576694764196873, + "E": 0.00013088500418234617, + "T": 0.0001089153447537683, + "P": 0.1122148334980011, + "-": 0.88593590259552 + }, + "id": "tp_3167" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 395896, + "label": "-", + "classification": { + "B": 2.548468935881232e-10, + "S": 5.644492429013326e-09, + "I": 1.946740866287655e-07, + "C": 6.396438720912556e-07, + "R": 5.702236194338184e-08, + "M": 8.966159725787293e-07, + "O": 4.0499995179743564e-07, + "W": 1.2076970534735665e-08, + "N": 1.973799790278008e-08, + "Y": 5.1307993999216706e-05, + "U": 1.9680548302147827e-09, + "K": 1.1658482435450424e-05, + "L": 5.279782833156332e-09, + "G": 4.437248207977973e-06, + "F": 0.00657507823780179, + "E": 1.8434950561641017e-06, + "T": 1.3522568224288989e-05, + "P": 0.004505060613155365, + "-": 0.988834798336029 + }, + "id": "tp_3168" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 396029, + "label": "-", + "classification": { + "B": 7.180520622540598e-09, + "S": 1.6330979235590348e-07, + "I": 6.695873366879823e-07, + "C": 8.371278781282854e-09, + "R": 5.061557284413709e-10, + "M": 2.0654190393543104e-06, + "O": 8.416017749368621e-07, + "W": 1.4657958402608529e-08, + "N": 5.722935014773611e-08, + "Y": 4.921298568660859e-06, + "U": 3.578470297860292e-10, + "K": 2.4322867275827775e-08, + "L": 7.194888240746877e-09, + "G": 9.404581646776933e-07, + "F": 0.001143947127275169, + "E": 6.4562104853393976e-06, + "T": 1.8447137335897423e-05, + "P": 0.09175527095794678, + "-": 0.9070661664009094 + }, + "id": "tp_3169" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 396129, + "label": "-", + "classification": { + "B": 2.3713049301932188e-09, + "S": 1.3550161881425993e-08, + "I": 9.687693818705156e-06, + "C": 2.048011538136052e-07, + "R": 1.641105917826735e-08, + "M": 1.9639717720565386e-05, + "O": 6.91344382630632e-07, + "W": 1.0379228143619912e-08, + "N": 9.714727156051595e-08, + "Y": 1.816654003050644e-05, + "U": 2.06065009500378e-09, + "K": 5.674291259083475e-09, + "L": 3.613707022509516e-08, + "G": 1.9478413832985098e-06, + "F": 0.000144786637974903, + "E": 1.0124749678652734e-05, + "T": 5.615960981231183e-05, + "P": 0.06455547362565994, + "-": 0.9351829886436462 + }, + "id": "tp_3170" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 396263, + "label": "-", + "classification": { + "B": 1.821077603381127e-05, + "S": 1.7299293176620267e-05, + "I": 3.544774517649785e-05, + "C": 2.1420019038487226e-05, + "R": 1.0982119420077652e-05, + "M": 0.003627587342634797, + "O": 0.0005298778414726257, + "W": 6.741367997165071e-06, + "N": 1.1274662483629072e-06, + "Y": 0.002783332485705614, + "U": 1.5470133973849443e-07, + "K": 1.9670908102398243e-07, + "L": 0.00018909438222181052, + "G": 0.0015086756320670247, + "F": 0.002727780258283019, + "E": 6.011628283886239e-05, + "T": 0.00393740413710475, + "P": 0.004701242782175541, + "-": 0.9798232913017273 + }, + "id": "tp_3171" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 396396, + "label": "-", + "classification": { + "B": 6.196003141667461e-06, + "S": 5.279676997815841e-07, + "I": 0.0018364560091868043, + "C": 0.0006293653859756887, + "R": 9.757404768606648e-05, + "M": 0.0008916711085475981, + "O": 0.0001282057201024145, + "W": 4.026740043627797e-06, + "N": 1.5082449863257352e-05, + "Y": 0.0038299094885587692, + "U": 2.319604391232133e-06, + "K": 2.0794216482045158e-07, + "L": 4.7647808969486505e-05, + "G": 0.0011317217722535133, + "F": 0.0004105475090909749, + "E": 0.00017849731375463307, + "T": 0.0027012566570192575, + "P": 0.07897233963012695, + "-": 0.9091165065765381 + }, + "id": "tp_3172" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 396530, + "label": "-", + "classification": { + "B": 2.553060340915181e-08, + "S": 1.937707061472338e-08, + "I": 2.901035077229608e-05, + "C": 8.854320867612842e-07, + "R": 2.3817041494567093e-07, + "M": 7.305086910491809e-06, + "O": 3.2681589345884277e-06, + "W": 2.3084695044417458e-08, + "N": 3.4285352512597456e-07, + "Y": 7.828277011867613e-05, + "U": 5.988670448431321e-09, + "K": 1.0297009911397481e-09, + "L": 1.6323924967309722e-07, + "G": 1.3911992937210016e-05, + "F": 3.2287422072840855e-05, + "E": 1.8695554899750277e-06, + "T": 0.00024037940602283925, + "P": 0.12294081598520279, + "-": 0.8766511082649231 + }, + "id": "tp_3173" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 396630, + "label": "-", + "classification": { + "B": 1.734290072663569e-10, + "S": 1.0643015635469766e-10, + "I": 1.8938321773021016e-06, + "C": 2.2227670370966734e-08, + "R": 5.504313671522709e-10, + "M": 1.3408972563411226e-06, + "O": 3.2897958135436056e-08, + "W": 1.4189976971223928e-10, + "N": 9.418737789701481e-09, + "Y": 2.212994331785012e-05, + "U": 1.2056805553939398e-10, + "K": 2.279795463522305e-09, + "L": 5.071894570995994e-10, + "G": 9.727521046443144e-07, + "F": 6.573336122528417e-06, + "E": 2.27920759243716e-06, + "T": 1.7611437215236947e-05, + "P": 0.018185308203101158, + "-": 0.9817618131637573 + }, + "id": "tp_3174" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 396763, + "label": "-", + "classification": { + "B": 2.1405918460004614e-07, + "S": 5.942817438153725e-07, + "I": 0.00011455867206677794, + "C": 1.3904902516514994e-05, + "R": 4.651171366276685e-06, + "M": 6.756377115380019e-05, + "O": 2.2982047084951773e-05, + "W": 8.573651371079904e-07, + "N": 7.616155471623642e-06, + "Y": 0.0012713940814137459, + "U": 5.030258876104199e-07, + "K": 1.4260142506827833e-06, + "L": 2.9630439257744e-06, + "G": 0.00013794067490380257, + "F": 0.003548655891790986, + "E": 8.989189518615603e-05, + "T": 0.0009150161640718579, + "P": 0.09694124013185501, + "-": 0.8968579769134521 + }, + "id": "tp_3175" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 396897, + "label": "-", + "classification": { + "B": 2.2174242442218883e-09, + "S": 1.0309999964874805e-08, + "I": 2.60322235590138e-06, + "C": 1.508494392510329e-06, + "R": 2.3558122563827055e-07, + "M": 2.1605299025395652e-06, + "O": 1.0888793440244626e-06, + "W": 2.0898276886782696e-08, + "N": 4.713022150326651e-08, + "Y": 0.00023725521168671548, + "U": 1.7402612684236374e-08, + "K": 1.6516588630111073e-07, + "L": 6.095556415175452e-08, + "G": 9.470245458942372e-06, + "F": 0.0005033776978962123, + "E": 4.575423133701406e-07, + "T": 8.073934441199526e-05, + "P": 0.005558019038289785, + "-": 0.9936026930809021 + }, + "id": "tp_3176" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 397030, + "label": "-", + "classification": { + "B": 1.648439429402515e-08, + "S": 7.890572817359498e-08, + "I": 5.415127361629857e-06, + "C": 2.553230842750054e-06, + "R": 3.573431683889794e-07, + "M": 3.0584587875637226e-06, + "O": 2.5306451334472513e-06, + "W": 1.2372578339636675e-07, + "N": 4.3560945073295443e-07, + "Y": 0.0002157195849576965, + "U": 6.896051019111837e-08, + "K": 1.8464877939550206e-05, + "L": 4.45164367590678e-08, + "G": 1.7801210560719483e-05, + "F": 0.0013115524780005217, + "E": 9.726911230245605e-06, + "T": 8.759555930737406e-05, + "P": 0.016398152336478233, + "-": 0.9819262623786926 + }, + "id": "tp_3177" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 397130, + "label": "-", + "classification": { + "B": 4.681091922975611e-07, + "S": 1.0552449936085395e-07, + "I": 0.00016740072169341147, + "C": 5.005389084544731e-06, + "R": 1.132085117205861e-06, + "M": 2.67973227892071e-05, + "O": 1.407424861099571e-05, + "W": 3.036209932361089e-07, + "N": 2.52906193054514e-06, + "Y": 0.00011705013457685709, + "U": 1.581304474029821e-07, + "K": 3.897933353869121e-08, + "L": 1.318833028562949e-06, + "G": 3.281097815488465e-05, + "F": 8.977515972219408e-05, + "E": 2.366976514167618e-05, + "T": 0.000307041424093768, + "P": 0.1581180989742279, + "-": 0.8410922288894653 + }, + "id": "tp_3178" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 397264, + "label": "-", + "classification": { + "B": 1.7169361044011566e-08, + "S": 1.0824377505436189e-10, + "I": 1.5251120544235164e-07, + "C": 4.988427448893162e-09, + "R": 3.8281589009869776e-10, + "M": 4.537012543437413e-08, + "O": 7.544288394001342e-08, + "W": 2.3695431727865923e-10, + "N": 8.460756539818703e-10, + "Y": 6.722009970872023e-07, + "U": 2.6258424254410606e-11, + "K": 6.293820326019883e-11, + "L": 1.4402639081367852e-09, + "G": 8.29539828828274e-07, + "F": 2.0630535800592043e-05, + "E": 2.852644911399693e-07, + "T": 4.770765826833667e-07, + "P": 0.038703497499227524, + "-": 0.9612733721733093 + }, + "id": "tp_3179" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 397397, + "label": "-", + "classification": { + "B": 1.8971200166362223e-09, + "S": 2.862722281449237e-09, + "I": 1.1290365364402533e-05, + "C": 9.29498526147654e-07, + "R": 1.705259222717359e-07, + "M": 1.3074757134745596e-06, + "O": 3.80983721015582e-07, + "W": 7.1552461733404016e-09, + "N": 8.889612956863857e-08, + "Y": 0.00011169034405611455, + "U": 4.192207470055109e-09, + "K": 5.795503810190894e-08, + "L": 1.760953516338759e-08, + "G": 1.1755045306927059e-05, + "F": 0.0004072291776537895, + "E": 3.2536258913751226e-06, + "T": 1.837908712332137e-05, + "P": 0.02696644887328148, + "-": 0.9724670648574829 + }, + "id": "tp_3180" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 397531, + "label": "-", + "classification": { + "B": 2.0239882686512445e-11, + "S": 3.747790272567997e-11, + "I": 7.012363312242087e-08, + "C": 2.2039541303087162e-09, + "R": 8.02879082661967e-11, + "M": 1.541250185255194e-07, + "O": 1.3299050749537855e-08, + "W": 3.3590425579932415e-11, + "N": 4.52366727410336e-10, + "Y": 5.846158614986052e-07, + "U": 5.2246505732878035e-12, + "K": 2.430931671237868e-11, + "L": 3.1371605313523787e-10, + "G": 6.109517869390402e-08, + "F": 1.993430487345904e-05, + "E": 1.0332396271905964e-07, + "T": 2.379231318627717e-06, + "P": 0.01697639748454094, + "-": 0.9830002784729004 + }, + "id": "tp_3181" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 397631, + "label": "-", + "classification": { + "B": 2.078761644952465e-05, + "S": 1.703240559436381e-05, + "I": 0.0001038250484270975, + "C": 1.9483140931697562e-05, + "R": 6.506254976557102e-06, + "M": 0.00025638050283305347, + "O": 0.00019941605569329113, + "W": 8.427295142610092e-06, + "N": 7.657174137420952e-06, + "Y": 0.0008327644900418818, + "U": 9.54979896050645e-07, + "K": 3.5637976907310076e-06, + "L": 3.338117676321417e-05, + "G": 0.0006688347202725708, + "F": 0.019696855917572975, + "E": 0.0001336106943199411, + "T": 0.0010725073516368866, + "P": 0.05960805341601372, + "-": 0.9173099994659424 + }, + "id": "tp_3182" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 397764, + "label": "-", + "classification": { + "B": 1.4409723689823295e-06, + "S": 3.79457389954041e-08, + "I": 2.766432226053439e-05, + "C": 1.1057916708523408e-05, + "R": 1.6368846900149947e-06, + "M": 6.581166235264391e-05, + "O": 8.471358341921587e-06, + "W": 5.083088794322066e-08, + "N": 2.6755833459901623e-07, + "Y": 0.0001865717495093122, + "U": 4.883494142404743e-08, + "K": 1.3503158591277042e-08, + "L": 2.0519623831205536e-06, + "G": 0.00021152623230591416, + "F": 0.0002700015320442617, + "E": 1.6692019926267676e-05, + "T": 0.0003580734191928059, + "P": 0.048050906509160995, + "-": 0.9507876038551331 + }, + "id": "tp_3183" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 397898, + "label": "-", + "classification": { + "B": 5.504142475132312e-09, + "S": 2.436227664048829e-09, + "I": 1.322469051956432e-05, + "C": 1.7853519693744602e-06, + "R": 1.36318831778226e-07, + "M": 3.93352638639044e-06, + "O": 5.064800916443346e-07, + "W": 4.656750984821656e-09, + "N": 7.864603901452938e-08, + "Y": 3.1496751034865156e-05, + "U": 8.521177541354064e-09, + "K": 7.272830337967662e-09, + "L": 6.80073171110962e-08, + "G": 6.920052783243591e-06, + "F": 5.969388075754978e-05, + "E": 4.688741228164872e-06, + "T": 6.970441609155387e-05, + "P": 0.05690117925405502, + "-": 0.9429064989089966 + }, + "id": "tp_3184" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 398031, + "label": "-", + "classification": { + "B": 1.3776876306437202e-09, + "S": 8.854225685972494e-10, + "I": 3.247570035114222e-08, + "C": 1.8869165785417863e-08, + "R": 2.568621537690774e-09, + "M": 1.255544930245378e-06, + "O": 3.5426162980911613e-07, + "W": 9.905676279231557e-10, + "N": 4.821816279587665e-10, + "Y": 6.5351637204003055e-06, + "U": 8.85496467817326e-11, + "K": 5.508251632591055e-10, + "L": 9.106519982537975e-09, + "G": 6.850637532807013e-07, + "F": 3.848900450975634e-05, + "E": 5.586362661347266e-08, + "T": 1.2249834071553778e-05, + "P": 0.0008980320999398828, + "-": 0.9990423321723938 + }, + "id": "tp_3185" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 398131, + "label": "-", + "classification": { + "B": 6.181972902336019e-12, + "S": 2.996041262304239e-11, + "I": 1.1306867442328894e-08, + "C": 3.6690943616690674e-09, + "R": 2.0978396797488585e-10, + "M": 1.2726360409942572e-08, + "O": 9.569383507823659e-09, + "W": 2.6016260326611196e-11, + "N": 5.213237827539352e-11, + "Y": 9.125328688242007e-07, + "U": 2.0713138235844974e-12, + "K": 3.309413507124326e-12, + "L": 1.8334155027499577e-10, + "G": 6.958008214041911e-08, + "F": 2.859028427337762e-05, + "E": 4.518980301071451e-09, + "T": 6.329593134069e-07, + "P": 0.006812957115471363, + "-": 0.9931568503379822 + }, + "id": "tp_3186" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 398265, + "label": "-", + "classification": { + "B": 7.854022783249093e-07, + "S": 1.2084366574072192e-07, + "I": 5.885205609956756e-06, + "C": 5.795453148493834e-07, + "R": 5.9507915040057924e-08, + "M": 0.00010826134530361742, + "O": 5.595110906142509e-06, + "W": 1.3455563419029204e-07, + "N": 1.0981021603129193e-07, + "Y": 7.870046829339117e-05, + "U": 7.268841972773998e-09, + "K": 2.241276675363224e-08, + "L": 9.614492455511936e-07, + "G": 2.867614421120379e-05, + "F": 0.0004897976759821177, + "E": 5.146336116013117e-05, + "T": 0.00011734994041034952, + "P": 0.03820105642080307, + "-": 0.960910439491272 + }, + "id": "tp_3187" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 398398, + "label": "-", + "classification": { + "B": 1.5930804408981203e-07, + "S": 1.4274466764163662e-07, + "I": 2.416030110907741e-05, + "C": 3.109580939053558e-05, + "R": 3.3995909234363353e-06, + "M": 4.659116893890314e-05, + "O": 6.452059551520506e-06, + "W": 1.2518847825049306e-07, + "N": 5.280386972117412e-07, + "Y": 0.0007521434454247355, + "U": 8.524428807277218e-08, + "K": 4.054194505442865e-06, + "L": 1.1494707905512769e-06, + "G": 0.000335597520461306, + "F": 0.0026643823366612196, + "E": 4.345504567027092e-05, + "T": 0.0002577959094196558, + "P": 0.006738163065165281, + "-": 0.9890903830528259 + }, + "id": "tp_3188" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 398532, + "label": "-", + "classification": { + "B": 2.9011437163717346e-06, + "S": 3.4152742500737077e-06, + "I": 0.0010875416919589043, + "C": 0.00014247522631194443, + "R": 2.6723824703367427e-05, + "M": 0.00031537842005491257, + "O": 6.619391206186265e-05, + "W": 5.172015789867146e-06, + "N": 5.546575630432926e-05, + "Y": 0.004194874316453934, + "U": 3.2427192309114616e-06, + "K": 2.3164073354564607e-05, + "L": 6.2692502069694456e-06, + "G": 0.0005081566632725298, + "F": 0.0030593075789511204, + "E": 0.0006111692637205124, + "T": 0.0017304914072155952, + "P": 0.12017714977264404, + "-": 0.86798095703125 + }, + "id": "tp_3189" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 398632, + "label": "-", + "classification": { + "B": 1.453139297780126e-08, + "S": 1.665301674336206e-08, + "I": 9.321237484982703e-06, + "C": 1.2532209439086728e-06, + "R": 1.5089528915268602e-07, + "M": 4.142646048421739e-06, + "O": 2.0401544134074356e-06, + "W": 5.0510728044628195e-08, + "N": 1.6820683867990738e-07, + "Y": 6.097096047597006e-05, + "U": 1.135539573482447e-08, + "K": 5.941103964346439e-08, + "L": 7.199425766657441e-08, + "G": 1.5580255421809852e-05, + "F": 0.00034616701304912567, + "E": 2.393976274106535e-06, + "T": 6.486575148301199e-05, + "P": 0.03984084352850914, + "-": 0.95965176820755 + }, + "id": "tp_3190" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 398765, + "label": "-", + "classification": { + "B": 2.731993076210415e-09, + "S": 8.824871500223708e-09, + "I": 1.4944178019504761e-06, + "C": 1.0531295657756345e-07, + "R": 1.0279958218006868e-08, + "M": 1.5748508303659037e-05, + "O": 5.85788029638934e-07, + "W": 2.314264779812447e-09, + "N": 1.9419948316112823e-08, + "Y": 9.304598643211648e-05, + "U": 7.730259765637015e-10, + "K": 4.34127489512548e-09, + "L": 3.835733508594785e-08, + "G": 7.468868261639727e-06, + "F": 0.00010070384450955316, + "E": 2.596751528471941e-06, + "T": 0.00018640306370798498, + "P": 0.010985167697072029, + "-": 0.9886066317558289 + }, + "id": "tp_3191" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 398899, + "label": "-", + "classification": { + "B": 3.031821506738197e-06, + "S": 8.27446910989238e-06, + "I": 0.004655634518712759, + "C": 0.0002360041398787871, + "R": 9.199292253470048e-05, + "M": 0.0007181938854046166, + "O": 0.00017808089614845812, + "W": 1.5800997061887756e-05, + "N": 0.00022662748233415186, + "Y": 0.009366889484226704, + "U": 1.2792352208634838e-05, + "K": 6.164050137158483e-05, + "L": 2.224855597887654e-05, + "G": 0.0006981909973546863, + "F": 0.003255968913435936, + "E": 0.0007974169566296041, + "T": 0.009681638330221176, + "P": 0.11683566123247147, + "-": 0.8531339168548584 + }, + "id": "tp_3192" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 399032, + "label": "-", + "classification": { + "B": 3.965995976074055e-09, + "S": 1.083668710322172e-08, + "I": 2.9772559173579793e-06, + "C": 5.072385178550576e-08, + "R": 1.63304676448206e-08, + "M": 2.6530778995947912e-05, + "O": 2.6644104309525574e-06, + "W": 9.506456066787905e-09, + "N": 1.1896688967283353e-08, + "Y": 2.9608627301058732e-05, + "U": 2.401169540977577e-10, + "K": 3.2535054511617645e-11, + "L": 2.2802291255175078e-07, + "G": 2.891991698561469e-06, + "F": 2.7232586944592185e-05, + "E": 2.7515568490343867e-07, + "T": 0.0002194801054429263, + "P": 0.007878974080085754, + "-": 0.9918089509010315 + }, + "id": "tp_3193" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 399132, + "label": "-", + "classification": { + "B": 7.716997174611606e-07, + "S": 8.490882805745059e-07, + "I": 8.778385381447151e-05, + "C": 6.7525161284720525e-06, + "R": 2.284881702507846e-06, + "M": 6.249271973501891e-05, + "O": 4.0949071262730286e-05, + "W": 8.95446873983019e-07, + "N": 2.474273969710339e-06, + "Y": 0.00034080780460499227, + "U": 1.621368284077107e-07, + "K": 5.80705716402008e-07, + "L": 2.8115623535995837e-06, + "G": 0.00013520277570933104, + "F": 0.001374266343191266, + "E": 5.24018905707635e-05, + "T": 0.00027757318457588553, + "P": 0.04502496123313904, + "-": 0.9525859355926514 + }, + "id": "tp_3194" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 399266, + "label": "-", + "classification": { + "B": 0.00012186312233097851, + "S": 0.000790512771345675, + "I": 0.00010566881246631965, + "C": 1.651772890909342e-06, + "R": 4.957651526638074e-06, + "M": 0.0008103153668344021, + "O": 0.0015053893439471722, + "W": 5.0598482630448416e-05, + "N": 5.806477474834537e-06, + "Y": 0.00027455497183836997, + "U": 6.061799240342225e-08, + "K": 7.477959229618136e-08, + "L": 0.0001393680868204683, + "G": 0.0002581080188974738, + "F": 0.008370814844965935, + "E": 2.5210862077074125e-05, + "T": 0.0008504565921612084, + "P": 0.04381316155195236, + "-": 0.9428715109825134 + }, + "id": "tp_3195" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 399399, + "label": "-", + "classification": { + "B": 8.28418421860988e-07, + "S": 1.7182836700158077e-06, + "I": 4.439326858118875e-06, + "C": 4.330433114319021e-07, + "R": 2.6786329954120447e-07, + "M": 0.00012949731899425387, + "O": 2.1399144316092134e-05, + "W": 3.5261919606455194e-07, + "N": 1.0589263865767862e-07, + "Y": 0.00036734811146743596, + "U": 8.176161081507871e-09, + "K": 4.134424003154891e-08, + "L": 1.9883570985257393e-06, + "G": 6.298514199443161e-05, + "F": 0.0027148567605763674, + "E": 1.5348128727055155e-05, + "T": 0.00018181590712629259, + "P": 0.009416136890649796, + "-": 0.9870803952217102 + }, + "id": "tp_3196" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 399533, + "label": "P", + "classification": { + "B": 1.7390338058476118e-09, + "S": 3.193807174284302e-08, + "I": 4.2839183151954785e-06, + "C": 9.76068381675077e-09, + "R": 1.2743833766037937e-09, + "M": 5.395427820076293e-07, + "O": 2.0633230235489464e-07, + "W": 6.671842189831523e-09, + "N": 2.5831812422438816e-07, + "Y": 8.921711923903786e-06, + "U": 3.4565808548769894e-10, + "K": 2.875081577258243e-07, + "L": 1.499832924523048e-09, + "G": 1.7902774516187492e-06, + "F": 0.003988083451986313, + "E": 3.0723818781552836e-05, + "T": 5.068543032393791e-06, + "P": 0.5216354131698608, + "-": 0.47432437539100647 + }, + "id": "tp_3197" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 399633, + "label": "-", + "classification": { + "B": 2.749966142800986e-06, + "S": 4.560519300866872e-06, + "I": 8.358843842870556e-06, + "C": 4.3718964093386603e-07, + "R": 6.749012300133472e-07, + "M": 0.0003833573136944324, + "O": 0.0001630267797736451, + "W": 1.4340160987558193e-06, + "N": 1.9961461816819792e-07, + "Y": 0.0004297634004615247, + "U": 9.068589434946261e-09, + "K": 3.520201241613563e-09, + "L": 1.0897154425038025e-05, + "G": 6.90134329488501e-05, + "F": 0.0003998158499598503, + "E": 4.078054644196527e-06, + "T": 0.0007701560389250517, + "P": 0.004538676235824823, + "-": 0.9932126998901367 + }, + "id": "tp_3198" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 399766, + "label": "-", + "classification": { + "B": 0.00010277589171892032, + "S": 0.0007890799315646291, + "I": 0.0012336478102952242, + "C": 0.012258559465408325, + "R": 0.0030965078622102737, + "M": 0.0142670264467597, + "O": 0.0033912346698343754, + "W": 0.0003648288839031011, + "N": 0.0002794407191686332, + "Y": 0.05242403224110603, + "U": 5.8441106375539675e-05, + "K": 0.0015519437147304416, + "L": 0.0022364140022546053, + "G": 0.04298510029911995, + "F": 0.1799742579460144, + "E": 0.0043025389313697815, + "T": 0.02654085122048855, + "P": 0.016656311228871346, + "-": 0.6374871134757996 + }, + "id": "tp_3199" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 399900, + "label": "-", + "classification": { + "B": 6.054751144901616e-10, + "S": 1.8379832100734461e-09, + "I": 4.3958630158158485e-07, + "C": 1.5018107646369572e-08, + "R": 5.955849591288143e-09, + "M": 3.6250605717214057e-07, + "O": 3.100524850196962e-07, + "W": 1.197509646999606e-09, + "N": 3.3418909861637758e-09, + "Y": 1.0639592801453546e-05, + "U": 1.286193512806122e-10, + "K": 5.81957759759888e-10, + "L": 7.771448373716794e-09, + "G": 1.7895901009978843e-06, + "F": 0.00010363706678617746, + "E": 1.223026941943317e-07, + "T": 7.660773007955868e-06, + "P": 0.011722940020263195, + "-": 0.9881520867347717 + }, + "id": "tp_3200" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 400033, + "label": "-", + "classification": { + "B": 7.571472337986052e-08, + "S": 1.7164350651910354e-07, + "I": 0.0001865689700935036, + "C": 7.987285925992182e-07, + "R": 3.4238217949678074e-07, + "M": 7.213641220005229e-05, + "O": 1.0260109775117598e-05, + "W": 1.3201720605593437e-07, + "N": 3.274112259532558e-06, + "Y": 0.00040644200635142624, + "U": 2.446907743092197e-08, + "K": 1.627152990124614e-08, + "L": 6.0887504105267e-07, + "G": 2.034229510172736e-05, + "F": 0.0002587552589830011, + "E": 2.5824654585449025e-05, + "T": 0.0007734241662546992, + "P": 0.15740467607975006, + "-": 0.8408361077308655 + }, + "id": "tp_3201" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 400133, + "label": "-", + "classification": { + "B": 1.3410433439275948e-06, + "S": 2.456056790833827e-06, + "I": 1.6710831687305472e-06, + "C": 1.5207609749268158e-06, + "R": 5.303228363118251e-07, + "M": 9.704000694910064e-05, + "O": 5.142831287230365e-05, + "W": 7.183210186667566e-07, + "N": 1.0865046107255694e-07, + "Y": 0.0001418078609276563, + "U": 1.541461536191946e-08, + "K": 1.6594913887502116e-08, + "L": 6.79754521115683e-06, + "G": 4.318798892199993e-05, + "F": 0.0030797352083027363, + "E": 4.265543338988209e-06, + "T": 0.000272506003966555, + "P": 0.0061097159050405025, + "-": 0.9901852607727051 + }, + "id": "tp_3202" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 400267, + "label": "-", + "classification": { + "B": 1.5004735232082567e-08, + "S": 4.2286103507649386e-08, + "I": 1.5659647090160433e-07, + "C": 7.434192639266257e-08, + "R": 4.162924582828964e-08, + "M": 5.098514066048665e-06, + "O": 1.9822311969619477e-06, + "W": 1.6532398561253103e-08, + "N": 2.0952861667922207e-09, + "Y": 5.0829661631723866e-05, + "U": 2.96199759164395e-10, + "K": 1.7732505463996517e-09, + "L": 2.0856870719399012e-07, + "G": 8.381118277611677e-06, + "F": 0.0022701583802700043, + "E": 1.3554337385812687e-07, + "T": 5.6909968407126144e-05, + "P": 0.0012290695449337363, + "-": 0.9963770508766174 + }, + "id": "tp_3203" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 400400, + "label": "-", + "classification": { + "B": 2.5247099983971566e-06, + "S": 1.5033327144919895e-05, + "I": 1.472392523282906e-05, + "C": 1.8915010286946199e-06, + "R": 7.877673624534509e-07, + "M": 0.00020516841323114932, + "O": 0.00010269986523780972, + "W": 4.28612474934198e-06, + "N": 1.6010808394639753e-06, + "Y": 0.0002170986117562279, + "U": 8.044987254152147e-08, + "K": 7.996465569704014e-07, + "L": 6.953266165510286e-06, + "G": 6.382614083122462e-05, + "F": 0.01155860722064972, + "E": 7.952637679409236e-05, + "T": 0.0002388708817306906, + "P": 0.027601176872849464, + "-": 0.9598844647407532 + }, + "id": "tp_3204" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 400501, + "label": "-", + "classification": { + "B": 4.677624019677751e-05, + "S": 3.0017439712537453e-05, + "I": 0.0008523942087776959, + "C": 5.1684866775758564e-05, + "R": 5.710298864869401e-05, + "M": 0.004070650320500135, + "O": 0.0005143772577866912, + "W": 1.4822570847172756e-05, + "N": 1.371282178297406e-05, + "Y": 0.023631112650036812, + "U": 1.2909977158415131e-06, + "K": 9.232708180206828e-07, + "L": 0.00015862350119277835, + "G": 0.0032420088537037373, + "F": 0.004553961101919413, + "E": 0.00020400824723765254, + "T": 0.01892053335905075, + "P": 0.019414635375142097, + "-": 0.9242215156555176 + }, + "id": "tp_3205" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 400634, + "label": "-", + "classification": { + "B": 3.8565102222776204e-09, + "S": 3.7289285614861e-07, + "I": 1.5503505146341467e-09, + "C": 4.8768551863531684e-08, + "R": 9.767542330507695e-09, + "M": 6.482650860561989e-06, + "O": 4.687794898927677e-06, + "W": 2.1232706259866063e-08, + "N": 2.2199773963560432e-10, + "Y": 5.642124961013906e-05, + "U": 6.6856954000771296e-12, + "K": 5.057169616407009e-08, + "L": 4.6465410719065403e-07, + "G": 9.143612260231748e-05, + "F": 0.06417510658502579, + "E": 3.8514860989380395e-07, + "T": 2.7405238142819144e-05, + "P": 9.5704774139449e-05, + "-": 0.9355414509773254 + }, + "id": "tp_3206" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 400767, + "label": "-", + "classification": { + "B": 1.6354249964933842e-05, + "S": 1.1172364793310408e-05, + "I": 1.2789674656232819e-05, + "C": 4.4449839151639026e-06, + "R": 1.0471526366018225e-06, + "M": 6.194826710270718e-05, + "O": 7.167535659391433e-05, + "W": 2.658395942489733e-06, + "N": 9.300840133619204e-07, + "Y": 0.0003885775513481349, + "U": 1.0479392642537277e-07, + "K": 7.97619918557757e-07, + "L": 1.1417704627092462e-05, + "G": 0.00028693091007880867, + "F": 0.01559552364051342, + "E": 8.808437269181013e-05, + "T": 0.0001778167497832328, + "P": 0.025636980310082436, + "-": 0.9576307535171509 + }, + "id": "tp_3207" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 400901, + "label": "-", + "classification": { + "B": 2.1479556266967847e-07, + "S": 4.1097970893133606e-07, + "I": 1.3086125363770407e-05, + "C": 7.819128455821556e-08, + "R": 1.4274934123648109e-08, + "M": 3.2986965834425064e-06, + "O": 4.857864951191004e-06, + "W": 1.4846577300886565e-07, + "N": 5.948862167315383e-07, + "Y": 2.3044169665809022e-06, + "U": 2.7336528596322296e-09, + "K": 9.712143977935739e-09, + "L": 8.21113204096946e-08, + "G": 1.0550589877311722e-06, + "F": 0.00016441714251413941, + "E": 5.107357992528705e-06, + "T": 1.676424653851427e-05, + "P": 0.19672958552837372, + "-": 0.8030579090118408 + }, + "id": "tp_3208" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 401001, + "label": "-", + "classification": { + "B": 0.0002837901411112398, + "S": 0.00033401872497051954, + "I": 0.0009854991221800447, + "C": 0.0004942699451930821, + "R": 0.00023856789630372077, + "M": 0.008238956332206726, + "O": 0.0022527638357132673, + "W": 0.00015699936193414032, + "N": 0.00013326891348697245, + "Y": 0.028632523491978645, + "U": 4.6131277485983446e-05, + "K": 6.145709630800411e-05, + "L": 0.0013551530428230762, + "G": 0.010800153017044067, + "F": 0.05399373918771744, + "E": 0.0019778700079768896, + "T": 0.01564658246934414, + "P": 0.0538974404335022, + "-": 0.8204707503318787 + }, + "id": "tp_3209" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 401134, + "label": "-", + "classification": { + "B": 5.026534927310422e-05, + "S": 0.00016156693163793534, + "I": 0.0006597269675694406, + "C": 6.24855820205994e-05, + "R": 6.660378858214244e-05, + "M": 0.001844312297180295, + "O": 0.0011086782906204462, + "W": 6.181435310281813e-05, + "N": 4.350489325588569e-05, + "Y": 0.003149944357573986, + "U": 2.242234131699661e-06, + "K": 1.2199677712487755e-06, + "L": 0.00023745086218696088, + "G": 0.0005971210193820298, + "F": 0.005028467625379562, + "E": 8.511632768204436e-05, + "T": 0.005247119348496199, + "P": 0.04376224800944328, + "-": 0.9378302097320557 + }, + "id": "tp_3210" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 401268, + "label": "-", + "classification": { + "B": 7.69028156355489e-06, + "S": 2.1889718482270837e-05, + "I": 0.00020194266107864678, + "C": 8.994714153232053e-05, + "R": 5.6709261116338894e-05, + "M": 0.0007850893889553845, + "O": 0.0004613648052327335, + "W": 2.5409450245206244e-05, + "N": 1.0880734407692216e-05, + "Y": 0.0013155210763216019, + "U": 3.7195716231508413e-06, + "K": 1.1139125490444712e-05, + "L": 7.006212399573997e-05, + "G": 0.0005564421298913658, + "F": 0.009362272918224335, + "E": 0.00010821010801009834, + "T": 0.00183615752030164, + "P": 0.0188218355178833, + "-": 0.9662536978721619 + }, + "id": "tp_3211" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 401401, + "label": "-", + "classification": { + "B": 7.452737190760672e-05, + "S": 1.1259291568421759e-05, + "I": 3.815617219515843e-06, + "C": 1.6657944570397376e-06, + "R": 6.52056485250796e-07, + "M": 0.00016057753236964345, + "O": 9.033856622409075e-05, + "W": 1.3724304608331295e-06, + "N": 1.1980104375197698e-07, + "Y": 7.511152944061905e-05, + "U": 1.2915594815865461e-08, + "K": 6.594627510736473e-09, + "L": 1.9950977730331942e-05, + "G": 0.0001627236051717773, + "F": 0.0024563807528465986, + "E": 7.344714958890108e-06, + "T": 0.0001274690148420632, + "P": 0.014550826512277126, + "-": 0.9822558164596558 + }, + "id": "tp_3212" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 401502, + "label": "-", + "classification": { + "B": 1.2188834261905868e-06, + "S": 2.070054279101896e-07, + "I": 1.2735507652905653e-06, + "C": 2.923470674431883e-07, + "R": 8.721004007838928e-08, + "M": 3.430839205975644e-05, + "O": 1.691568650130648e-05, + "W": 1.6155937032635848e-07, + "N": 2.849373537117117e-08, + "Y": 2.5254297725041397e-05, + "U": 2.131091303425592e-09, + "K": 2.3900483814287554e-09, + "L": 1.500098846918263e-06, + "G": 2.171458072552923e-05, + "F": 0.0007708732737228274, + "E": 3.2354921586374985e-06, + "T": 4.058845297549851e-05, + "P": 0.010763422586023808, + "-": 0.9883188009262085 + }, + "id": "tp_3213" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 401635, + "label": "-", + "classification": { + "B": 4.0574700506113e-06, + "S": 0.00010900234337896109, + "I": 3.313404931759578e-06, + "C": 6.44218162051402e-05, + "R": 2.4296670744661242e-05, + "M": 0.002560456283390522, + "O": 0.0005674012354575098, + "W": 6.677094006590778e-06, + "N": 1.9575516319036979e-07, + "Y": 0.001266647595912218, + "U": 1.3975900436946631e-08, + "K": 3.560578250016988e-07, + "L": 0.00030571717070415616, + "G": 0.003301898017525673, + "F": 0.07476485520601273, + "E": 1.7837517589214258e-05, + "T": 0.002041856525465846, + "P": 0.0005465258145704865, + "-": 0.9144144654273987 + }, + "id": "tp_3214" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 401768, + "label": "-", + "classification": { + "B": 1.9583083599172824e-08, + "S": 1.0342836986865223e-07, + "I": 2.2268109205469955e-06, + "C": 1.9299390885407774e-07, + "R": 3.5783791929588915e-08, + "M": 3.729580384970177e-06, + "O": 1.5377815998363076e-06, + "W": 2.8247226779853918e-08, + "N": 2.001352896741082e-07, + "Y": 0.00017419434152543545, + "U": 1.1811501998693075e-08, + "K": 4.153529289396829e-07, + "L": 3.1638652586707394e-08, + "G": 7.09377127350308e-06, + "F": 0.0015553744742646813, + "E": 4.605654339684406e-06, + "T": 9.526983194518834e-05, + "P": 0.04828422889113426, + "-": 0.9498706459999084 + }, + "id": "tp_3215" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 401902, + "label": "-", + "classification": { + "B": 0.0005747301038354635, + "S": 0.0010299800196662545, + "I": 0.0036557286512106657, + "C": 0.0006455504917539656, + "R": 0.00018504002946428955, + "M": 0.004306548275053501, + "O": 0.002497923793271184, + "W": 0.0008367379195988178, + "N": 0.0012566382065415382, + "Y": 0.00836239755153656, + "U": 0.0002575595863163471, + "K": 0.001475597033277154, + "L": 0.0004132064641453326, + "G": 0.003954221494495869, + "F": 0.020380208268761635, + "E": 0.008636831305921078, + "T": 0.010453750379383564, + "P": 0.28911343216896057, + "-": 0.6419639587402344 + }, + "id": "tp_3216" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 402002, + "label": "-", + "classification": { + "B": 7.36359879738302e-07, + "S": 8.789416483523382e-08, + "I": 1.6958047410753352e-07, + "C": 5.135861957938914e-09, + "R": 1.1683584100197208e-09, + "M": 1.763785257935524e-05, + "O": 2.0992590634705266e-06, + "W": 6.7507315293369174e-09, + "N": 1.0538440120555492e-09, + "Y": 6.912571279826807e-06, + "U": 1.4866614883590756e-11, + "K": 1.396338231672567e-12, + "L": 2.923676447608159e-07, + "G": 7.5245570769766346e-06, + "F": 0.00018715267651714385, + "E": 6.159873464639531e-07, + "T": 1.417187104379991e-05, + "P": 0.02162740007042885, + "-": 0.978135347366333 + }, + "id": "tp_3217" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 402135, + "label": "-", + "classification": { + "B": 1.0535368133446354e-09, + "S": 1.16344411882352e-09, + "I": 6.61656213196693e-06, + "C": 3.873997656000938e-08, + "R": 5.956228399384145e-09, + "M": 6.376154146892077e-07, + "O": 2.0626210073260154e-07, + "W": 1.5560646104972875e-09, + "N": 4.8421419762689766e-08, + "Y": 1.8508691937313415e-05, + "U": 5.23150578413123e-10, + "K": 8.397830764117487e-10, + "L": 6.0807057167266976e-09, + "G": 1.4151460163702723e-06, + "F": 2.525207855796907e-05, + "E": 6.264521061893902e-07, + "T": 3.6515164538286626e-05, + "P": 0.15863864123821259, + "-": 0.8412714004516602 + }, + "id": "tp_3218" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 402269, + "label": "-", + "classification": { + "B": 3.1409579150931677e-06, + "S": 1.1977846270383452e-06, + "I": 0.001752351876348257, + "C": 0.00017937803931999952, + "R": 2.4733033569646068e-05, + "M": 4.992890535504557e-05, + "O": 3.573897629394196e-05, + "W": 3.7551212699327152e-06, + "N": 6.150662375148386e-05, + "Y": 0.0010138513753190637, + "U": 7.05568709236104e-06, + "K": 2.722468889260199e-05, + "L": 5.496646281244466e-06, + "G": 0.0004085189721081406, + "F": 0.0027472947258502245, + "E": 0.0004256565007381141, + "T": 0.0004004582006018609, + "P": 0.31287339329719543, + "-": 0.6799792647361755 + }, + "id": "tp_3219" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 402402, + "label": "-", + "classification": { + "B": 8.191054803319275e-06, + "S": 1.2071768651367165e-05, + "I": 0.0031504372600466013, + "C": 0.0009993946878239512, + "R": 0.00044080018415115774, + "M": 0.001657663146033883, + "O": 0.0004591773613356054, + "W": 3.624016608227976e-05, + "N": 0.00015536518185399473, + "Y": 0.0106653505936265, + "U": 2.8499158361228183e-05, + "K": 5.5976983276195824e-05, + "L": 0.000120978569611907, + "G": 0.002175287576392293, + "F": 0.012286149896681309, + "E": 0.0010763242607936263, + "T": 0.005495193414390087, + "P": 0.08561840653419495, + "-": 0.8755584955215454 + }, + "id": "tp_3220" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 402503, + "label": "-", + "classification": { + "B": 2.469151638706535e-07, + "S": 6.826488174738188e-08, + "I": 4.024323061457835e-06, + "C": 8.26241475238021e-08, + "R": 2.153082867550893e-08, + "M": 1.5001693100202829e-05, + "O": 1.1789367817982566e-05, + "W": 7.072706864619249e-08, + "N": 6.622456538707411e-08, + "Y": 1.7985745216719806e-05, + "U": 1.553883022253899e-09, + "K": 1.0919401494113856e-10, + "L": 6.607635327782191e-07, + "G": 5.60220132683753e-06, + "F": 3.908440703526139e-05, + "E": 1.775974396878155e-06, + "T": 9.165739174932241e-05, + "P": 0.047367267310619354, + "-": 0.9524446725845337 + }, + "id": "tp_3221" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 402636, + "label": "-", + "classification": { + "B": 1.2910599252791144e-05, + "S": 8.257016816060059e-06, + "I": 0.00025297224055975676, + "C": 2.0285864593461156e-05, + "R": 8.371255717065651e-06, + "M": 0.0008250079117715359, + "O": 0.0002190658269682899, + "W": 1.052882544172462e-05, + "N": 1.016737223835662e-05, + "Y": 0.001021304284222424, + "U": 1.2558733715195558e-06, + "K": 2.1269449916871963e-06, + "L": 3.6695419112220407e-05, + "G": 0.00040634808829054236, + "F": 0.0030454883817583323, + "E": 0.00023409143614117056, + "T": 0.0014936805237084627, + "P": 0.05965990945696831, + "-": 0.9327316880226135 + }, + "id": "tp_3222" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 402769, + "label": "-", + "classification": { + "B": 3.4713530407827324e-16, + "S": 2.9463590025196424e-15, + "I": 2.710450197618286e-10, + "C": 4.7544797959764296e-12, + "R": 2.6497199074639044e-13, + "M": 5.057281815545878e-10, + "O": 1.4040210834231903e-11, + "W": 1.987532486952704e-14, + "N": 1.898117215704334e-13, + "Y": 1.3243429464182555e-07, + "U": 3.361768312050385e-15, + "K": 5.326468975087872e-13, + "L": 5.18762008176743e-14, + "G": 2.428399425991046e-10, + "F": 1.1697092077156412e-06, + "E": 2.2185940584673602e-10, + "T": 6.729260348947719e-08, + "P": 0.000814595608972013, + "-": 0.9991839528083801 + }, + "id": "tp_3223" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 402903, + "label": "-", + "classification": { + "B": 5.372243450096903e-08, + "S": 3.607084053669496e-08, + "I": 1.4985950656409841e-05, + "C": 6.32970341030159e-07, + "R": 9.729323835472314e-08, + "M": 2.422697070869617e-05, + "O": 3.2670652672095457e-06, + "W": 4.801963271461318e-08, + "N": 3.3736884574864234e-07, + "Y": 0.0002004518755711615, + "U": 1.8264024959080416e-08, + "K": 6.422404652539626e-08, + "L": 2.738894409048953e-07, + "G": 1.958721986738965e-05, + "F": 0.0003983831556979567, + "E": 2.1131703761056997e-05, + "T": 0.0001953262835741043, + "P": 0.0411011204123497, + "-": 0.9580199718475342 + }, + "id": "tp_3224" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 403003, + "label": "-", + "classification": { + "B": 1.1829097701365754e-08, + "S": 4.252197260967705e-09, + "I": 6.040922926331405e-07, + "C": 2.6692035248743196e-08, + "R": 9.67950253283334e-09, + "M": 1.0152964478038484e-06, + "O": 5.853930247212702e-07, + "W": 4.707893630495619e-09, + "N": 6.922960871236228e-09, + "Y": 3.944099444197491e-05, + "U": 5.97283611458721e-10, + "K": 1.9082475599674353e-09, + "L": 1.830275486724986e-08, + "G": 2.895870920838206e-06, + "F": 1.5645227904315107e-05, + "E": 2.3332295029376837e-07, + "T": 4.085373439011164e-05, + "P": 0.008850297890603542, + "-": 0.9910483956336975 + }, + "id": "tp_3225" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 403136, + "label": "-", + "classification": { + "B": 9.852512583563566e-09, + "S": 1.0653481569145029e-10, + "I": 8.240236297751835e-07, + "C": 7.385083904409839e-07, + "R": 5.160425420314141e-09, + "M": 6.153521212581836e-07, + "O": 3.053931862950776e-08, + "W": 1.969862745143658e-10, + "N": 4.911861140044493e-09, + "Y": 1.4957734492782038e-05, + "U": 2.5352753230123426e-10, + "K": 8.833908715644156e-09, + "L": 2.811974875172041e-09, + "G": 2.5195327907567844e-05, + "F": 0.0007282106089405715, + "E": 8.480314136249945e-06, + "T": 3.9214128264575265e-06, + "P": 0.041967857629060745, + "-": 0.9572490453720093 + }, + "id": "tp_3226" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 403270, + "label": "-", + "classification": { + "B": 0.0005962836439721286, + "S": 0.00045189785305410624, + "I": 0.009947183541953564, + "C": 0.0025371387600898743, + "R": 0.0012634695740416646, + "M": 0.00914519652724266, + "O": 0.004078523721545935, + "W": 0.0005847847787663341, + "N": 0.0014061207184568048, + "Y": 0.019977634772658348, + "U": 0.00035022199153900146, + "K": 0.00050476158503443, + "L": 0.001731409691274166, + "G": 0.013736344873905182, + "F": 0.02129645086824894, + "E": 0.007745333481580019, + "T": 0.021187487989664078, + "P": 0.1697695404291153, + "-": 0.7136901617050171 + }, + "id": "tp_3227" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 403403, + "label": "-", + "classification": { + "B": 1.1079549722126103e-06, + "S": 3.3393619105481775e-06, + "I": 0.0031651577446609735, + "C": 0.00010622997069731355, + "R": 2.7918302293983288e-05, + "M": 0.001122339628636837, + "O": 9.099468297790736e-05, + "W": 3.329732862766832e-06, + "N": 5.92954529565759e-05, + "Y": 0.02895437553524971, + "U": 9.14945871954842e-07, + "K": 4.0359373087994754e-06, + "L": 6.816535005782498e-06, + "G": 0.0007633003988303244, + "F": 0.0006861938163638115, + "E": 0.00042209247476421297, + "T": 0.01601702719926834, + "P": 0.05581177398562431, + "-": 0.8927538394927979 + }, + "id": "tp_3228" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 403504, + "label": "-", + "classification": { + "B": 2.9679092676815344e-06, + "S": 1.7266764871237683e-06, + "I": 0.00014831929001957178, + "C": 3.712942998390645e-05, + "R": 6.555922027473571e-06, + "M": 7.247217581607401e-05, + "O": 4.1418661567149684e-05, + "W": 3.3516832900204463e-06, + "N": 1.0898380423896015e-05, + "Y": 0.0005315464804880321, + "U": 2.091593160002958e-06, + "K": 1.0436694537929725e-05, + "L": 4.063554570166161e-06, + "G": 0.0001579401723574847, + "F": 0.002697205636650324, + "E": 0.0002215982531197369, + "T": 0.0004649191105272621, + "P": 0.17035529017448425, + "-": 0.8252300024032593 + }, + "id": "tp_3229" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 403637, + "label": "-", + "classification": { + "B": 3.934012966055889e-06, + "S": 4.294352493161568e-06, + "I": 0.0011892853071913123, + "C": 2.9299731977516785e-05, + "R": 6.262790975597454e-06, + "M": 0.000460886862128973, + "O": 7.501889922423288e-05, + "W": 4.260149580659345e-06, + "N": 7.584560080431402e-05, + "Y": 0.005494172219187021, + "U": 2.3413679173245328e-06, + "K": 2.335160934308078e-05, + "L": 5.292501100484515e-06, + "G": 0.0009333466878160834, + "F": 0.001674968865700066, + "E": 0.0011746110394597054, + "T": 0.004124969709664583, + "P": 0.2583581507205963, + "-": 0.7263597249984741 + }, + "id": "tp_3230" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 403770, + "label": "-", + "classification": { + "B": 8.717386257295345e-10, + "S": 4.568659339732051e-11, + "I": 2.903921370034368e-08, + "C": 2.680688204748094e-08, + "R": 5.870777752825518e-10, + "M": 1.247495191591952e-07, + "O": 1.637013014033073e-08, + "W": 5.095910846075746e-11, + "N": 2.1827056828627178e-10, + "Y": 1.004589648800902e-05, + "U": 5.363303898220373e-11, + "K": 1.7766574322841677e-10, + "L": 1.917346947877263e-09, + "G": 1.1155647143823444e-06, + "F": 0.00013224761642049998, + "E": 3.020677752374468e-08, + "T": 6.594999376829946e-06, + "P": 0.005392883438616991, + "-": 0.9944567680358887 + }, + "id": "tp_3231" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 403904, + "label": "-", + "classification": { + "B": 2.3157658013417404e-09, + "S": 1.297418084078572e-08, + "I": 6.943420203242567e-07, + "C": 4.825460564461537e-08, + "R": 5.5570246182412575e-09, + "M": 6.299186452451977e-07, + "O": 3.307859230972099e-07, + "W": 7.63551177840327e-09, + "N": 3.406123028071306e-08, + "Y": 3.829288107226603e-05, + "U": 7.596736018022909e-10, + "K": 1.5790419638506137e-07, + "L": 5.960145266215022e-09, + "G": 3.5743453281611437e-06, + "F": 0.0020684506744146347, + "E": 4.420155619300203e-06, + "T": 2.2696480300510302e-05, + "P": 0.03252711892127991, + "-": 0.9653334617614746 + }, + "id": "tp_3232" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 404004, + "label": "-", + "classification": { + "B": 3.086181865619153e-10, + "S": 1.105195712725049e-09, + "I": 1.5969103515089955e-06, + "C": 2.3496555812130282e-08, + "R": 2.136611776393238e-09, + "M": 1.2910511486552423e-06, + "O": 8.441832477501521e-08, + "W": 1.3590847336431011e-09, + "N": 1.596127674474701e-08, + "Y": 6.603332440136e-05, + "U": 4.688010535325304e-10, + "K": 2.5378614765259044e-08, + "L": 1.4546156501538121e-09, + "G": 1.6649577219141065e-06, + "F": 5.509872062248178e-05, + "E": 1.0783843436001916e-06, + "T": 5.335876267054118e-05, + "P": 0.02983744628727436, + "-": 0.9699822068214417 + }, + "id": "tp_3233" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 404137, + "label": "-", + "classification": { + "B": 1.1735152237977997e-13, + "S": 2.644880300016472e-13, + "I": 4.846081869125385e-10, + "C": 4.017854798865628e-11, + "R": 1.125837379052641e-12, + "M": 6.806920582747011e-10, + "O": 5.288023144367493e-11, + "W": 3.4682643584339756e-13, + "N": 3.3209446477500126e-12, + "Y": 1.1528404684213456e-06, + "U": 2.323425197896245e-13, + "K": 4.940144404663727e-10, + "L": 2.3542905363931055e-13, + "G": 6.0951150793187026e-09, + "F": 2.0257048163330182e-05, + "E": 2.537891896636779e-09, + "T": 1.9486827795844874e-07, + "P": 0.00900592003017664, + "-": 0.9909725189208984 + }, + "id": "tp_3234" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 404271, + "label": "-", + "classification": { + "B": 7.56406706159396e-08, + "S": 1.0544694895031625e-08, + "I": 9.997971210395917e-05, + "C": 1.250743844138924e-05, + "R": 8.559101729588292e-07, + "M": 1.3060353921900969e-05, + "O": 1.859761596278986e-06, + "W": 2.914361729722259e-08, + "N": 1.2120560768380528e-06, + "Y": 0.0005399108049459755, + "U": 1.8041689031633723e-07, + "K": 2.5344004939142906e-07, + "L": 3.9729755485495843e-07, + "G": 0.0001072561353794299, + "F": 0.0002920232363976538, + "E": 3.835226743831299e-05, + "T": 0.00029029944562353194, + "P": 0.07603061199188232, + "-": 0.9225711226463318 + }, + "id": "tp_3235" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 404404, + "label": "-", + "classification": { + "B": 4.09619467234279e-08, + "S": 1.2614874478344973e-08, + "I": 7.226428238027438e-07, + "C": 5.354638119570154e-07, + "R": 6.773646532565181e-08, + "M": 9.187543810185161e-07, + "O": 1.267792754333641e-06, + "W": 1.161221607759444e-08, + "N": 2.207334226511648e-08, + "Y": 1.433740271750139e-05, + "U": 1.3066048243359774e-09, + "K": 1.0202089839594919e-08, + "L": 5.1559396752054454e-08, + "G": 8.868400982464664e-06, + "F": 0.0005760244093835354, + "E": 7.031715654193249e-07, + "T": 1.0899689186771866e-05, + "P": 0.014156942255795002, + "-": 0.9852286577224731 + }, + "id": "tp_3236" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 404505, + "label": "-", + "classification": { + "B": 5.962743188092645e-09, + "S": 8.404902551717441e-09, + "I": 3.1504789603786776e-06, + "C": 2.2945164346310776e-07, + "R": 2.884506677958143e-08, + "M": 5.257570592220873e-06, + "O": 1.1400087487345445e-06, + "W": 1.157572526722106e-08, + "N": 1.1245506925661175e-07, + "Y": 5.2804010920226574e-05, + "U": 3.121047864595994e-09, + "K": 5.180325501896732e-08, + "L": 1.5273167619511696e-08, + "G": 5.036189577367622e-06, + "F": 0.00018857546092476696, + "E": 5.261051228444558e-06, + "T": 6.453648529713973e-05, + "P": 0.05977567657828331, + "-": 0.9398981332778931 + }, + "id": "tp_3237" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 404638, + "label": "-", + "classification": { + "B": 2.819568356571267e-09, + "S": 1.4456158936582142e-08, + "I": 1.642478491703514e-05, + "C": 1.924792286445154e-06, + "R": 1.7073355706997972e-07, + "M": 1.3792553545499686e-05, + "O": 2.122236537616118e-06, + "W": 1.4849419471829606e-08, + "N": 4.792096319761185e-07, + "Y": 0.00014046792057342827, + "U": 1.4714145457617178e-08, + "K": 2.349683114744039e-07, + "L": 5.0738172774345e-08, + "G": 9.275172487832606e-06, + "F": 0.0002590536023490131, + "E": 1.3383598343352787e-05, + "T": 0.00013318312994670123, + "P": 0.01140854973345995, + "-": 0.9880006909370422 + }, + "id": "tp_3238" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 404771, + "label": "-", + "classification": { + "B": 9.188684479966014e-09, + "S": 1.428440921102947e-09, + "I": 5.538991842968244e-08, + "C": 2.0528169386579975e-08, + "R": 1.2804980187297588e-08, + "M": 2.7095131827081786e-07, + "O": 9.655434496380622e-07, + "W": 3.920957336589481e-09, + "N": 1.0769879432714902e-09, + "Y": 3.971380465372931e-06, + "U": 1.1187666071332814e-10, + "K": 2.9008071986136308e-11, + "L": 1.722585807328869e-08, + "G": 3.7018270404587383e-07, + "F": 7.4326030699012335e-06, + "E": 9.380374699219374e-09, + "T": 1.6545523976674303e-05, + "P": 0.004818661138415337, + "-": 0.9951516389846802 + }, + "id": "tp_3239" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 404905, + "label": "-", + "classification": { + "B": 6.452609113694052e-08, + "S": 6.130121743552763e-09, + "I": 2.588238885437022e-07, + "C": 2.1164939312257047e-07, + "R": 7.360131615286036e-09, + "M": 0.00011342988000251353, + "O": 6.776172654099355e-07, + "W": 1.4507423040654999e-09, + "N": 1.3782169849818615e-09, + "Y": 7.125641423044726e-05, + "U": 8.23570309171906e-11, + "K": 1.5619916471365514e-10, + "L": 1.8404050194931187e-07, + "G": 2.9872497179894708e-05, + "F": 0.0002587302587926388, + "E": 3.716673063536291e-06, + "T": 5.2383380534593016e-05, + "P": 0.0026968694292008877, + "-": 0.9967723488807678 + }, + "id": "tp_3240" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 405005, + "label": "-", + "classification": { + "B": 3.1395229598274454e-06, + "S": 5.922893251408823e-06, + "I": 0.0007140817469917238, + "C": 7.064064993755892e-05, + "R": 9.928518011292908e-06, + "M": 0.00011827420530607924, + "O": 6.386551103787497e-05, + "W": 1.3159298760001548e-05, + "N": 0.00014013591862749308, + "Y": 0.0029215330723673105, + "U": 9.826914720179047e-06, + "K": 0.000503833987750113, + "L": 2.8630588531086687e-06, + "G": 0.00029271526727825403, + "F": 0.00552409840747714, + "E": 0.0019896088633686304, + "T": 0.000947814725805074, + "P": 0.24754460155963898, + "-": 0.7391240000724792 + }, + "id": "tp_3241" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 405138, + "label": "-", + "classification": { + "B": 5.266286098049022e-05, + "S": 2.3141197743825614e-05, + "I": 0.0006309343152679503, + "C": 4.915736280963756e-05, + "R": 3.423927410040051e-05, + "M": 0.00045974456588737667, + "O": 0.000552241166587919, + "W": 4.499997885432094e-05, + "N": 4.412728958413936e-05, + "Y": 0.001074190833605826, + "U": 5.5275618251471315e-06, + "K": 4.189455921732588e-06, + "L": 7.965752593008801e-05, + "G": 0.0007400198956020176, + "F": 0.004440546967089176, + "E": 0.0003253129543736577, + "T": 0.0021236874163150787, + "P": 0.1851869374513626, + "-": 0.8041287064552307 + }, + "id": "tp_3242" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 405272, + "label": "-", + "classification": { + "B": 7.568949513370171e-06, + "S": 2.3242735096573597e-06, + "I": 0.000229702825890854, + "C": 5.8305446145823225e-05, + "R": 7.692418876104057e-06, + "M": 0.00025559449568390846, + "O": 6.1004429880995303e-05, + "W": 4.048114533361513e-06, + "N": 1.2004776181129273e-05, + "Y": 0.0007981518865562975, + "U": 3.6327060115581844e-06, + "K": 1.6065407180576585e-05, + "L": 8.19427896203706e-06, + "G": 0.00036674566217698157, + "F": 0.0035608336329460144, + "E": 0.00041411048732697964, + "T": 0.0008025877759791911, + "P": 0.14349563419818878, + "-": 0.8498957753181458 + }, + "id": "tp_3243" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 405405, + "label": "-", + "classification": { + "B": 5.384046062317793e-07, + "S": 6.321010914689396e-06, + "I": 0.00012214263551868498, + "C": 9.223652887158096e-05, + "R": 1.9033177522942424e-05, + "M": 0.0001416990126017481, + "O": 6.916299025760964e-05, + "W": 7.18491946827271e-06, + "N": 1.0113582902704366e-05, + "Y": 0.0012402837164700031, + "U": 1.585788709235203e-06, + "K": 1.4354258382809348e-05, + "L": 4.273462764103897e-06, + "G": 0.00011667587386909872, + "F": 0.005296011921018362, + "E": 6.753962952643633e-05, + "T": 0.0009681154624558985, + "P": 0.034660786390304565, + "-": 0.9571620225906372 + }, + "id": "tp_3244" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 405506, + "label": "-", + "classification": { + "B": 4.430714398040436e-06, + "S": 4.527443161350675e-05, + "I": 0.00014775282761547714, + "C": 2.2606031052418984e-05, + "R": 5.016369414079236e-06, + "M": 0.00035155427758581936, + "O": 0.00010752036905614659, + "W": 1.3520387255994137e-05, + "N": 3.451811062404886e-05, + "Y": 0.0013711265055462718, + "U": 1.4277004538598703e-06, + "K": 5.435030470835045e-05, + "L": 4.9870482143887784e-06, + "G": 0.00010769512300612405, + "F": 0.0127871073782444, + "E": 0.00031895944266580045, + "T": 0.0014537443639710546, + "P": 0.1073533147573471, + "-": 0.8758150339126587 + }, + "id": "tp_3245" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 405639, + "label": "-", + "classification": { + "B": 5.912738743063528e-07, + "S": 3.195187900928431e-07, + "I": 1.0623972229950596e-05, + "C": 1.6225884564846638e-06, + "R": 4.6204311843212054e-07, + "M": 9.399469126947224e-05, + "O": 3.775491131818853e-05, + "W": 2.390380018368887e-07, + "N": 8.897509928829095e-08, + "Y": 2.927079731307458e-05, + "U": 1.2501843116297096e-08, + "K": 2.3351282019135056e-10, + "L": 1.5469851859961636e-05, + "G": 2.0804358427994885e-05, + "F": 0.00023002525267656893, + "E": 3.0030516882106895e-06, + "T": 0.00019517019973136485, + "P": 0.015585082583129406, + "-": 0.9837754368782043 + }, + "id": "tp_3246" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 405772, + "label": "-", + "classification": { + "B": 7.906158998594037e-07, + "S": 7.09285018274386e-07, + "I": 0.00031298614339902997, + "C": 1.658160840634082e-06, + "R": 9.338556878901727e-07, + "M": 0.00022953283041715622, + "O": 4.962357343174517e-05, + "W": 7.763687790429685e-07, + "N": 2.514329253244796e-06, + "Y": 0.0009057647548615932, + "U": 5.0176424792880425e-08, + "K": 3.1611790518581984e-08, + "L": 2.896341356972698e-06, + "G": 8.250361861428246e-05, + "F": 0.00022372271632775664, + "E": 5.520694321603514e-05, + "T": 0.001280181109905243, + "P": 0.05445296689867973, + "-": 0.9423971772193909 + }, + "id": "tp_3247" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 405906, + "label": "-", + "classification": { + "B": 1.4721689645114111e-08, + "S": 3.0467370848441533e-09, + "I": 4.8555293687968515e-06, + "C": 1.6023408022647345e-07, + "R": 1.6667961233451933e-08, + "M": 2.9796060516673606e-06, + "O": 7.433353061969683e-07, + "W": 7.483591524248823e-09, + "N": 3.6480059861787595e-08, + "Y": 1.9996014088974334e-05, + "U": 2.4673227905225303e-09, + "K": 2.2627095752625337e-09, + "L": 4.274422593653071e-08, + "G": 3.951186045014765e-06, + "F": 4.949254434905015e-05, + "E": 3.0613161925430177e-06, + "T": 3.128157914034091e-05, + "P": 0.05473596975207329, + "-": 0.9451473355293274 + }, + "id": "tp_3248" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 406006, + "label": "-", + "classification": { + "B": 6.883206782326567e-10, + "S": 1.8178228922138828e-09, + "I": 2.1033669383996312e-07, + "C": 4.166731848442851e-09, + "R": 1.586891618110542e-09, + "M": 2.5927826641236607e-07, + "O": 4.504242383518431e-07, + "W": 1.1335338223616986e-09, + "N": 8.256902939152155e-10, + "Y": 8.568721341362107e-07, + "U": 7.389527358070413e-12, + "K": 2.7074334527782407e-12, + "L": 7.37229344238699e-09, + "G": 3.532400683070591e-07, + "F": 4.295843609725125e-05, + "E": 3.887566180083013e-08, + "T": 1.3503251921065385e-06, + "P": 0.02346368320286274, + "-": 0.9764897227287292 + }, + "id": "tp_3249" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 406139, + "label": "-", + "classification": { + "B": 2.695988987611031e-09, + "S": 1.91726474696452e-08, + "I": 1.936454737005988e-06, + "C": 5.838411993863701e-07, + "R": 9.051790073044685e-08, + "M": 7.612688932567835e-06, + "O": 1.4968629784561926e-06, + "W": 1.0375389436489968e-08, + "N": 3.1667440225646715e-08, + "Y": 6.779351679142565e-05, + "U": 1.0377443349085524e-09, + "K": 1.9520081107060605e-09, + "L": 6.856109280306555e-08, + "G": 7.887564606789965e-06, + "F": 0.00024257588665932417, + "E": 3.771475007852132e-07, + "T": 0.000101389319752343, + "P": 0.010447168722748756, + "-": 0.9891209006309509 + }, + "id": "tp_3250" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 406273, + "label": "-", + "classification": { + "B": 1.264653159971374e-09, + "S": 2.451872260778032e-09, + "I": 5.381212758948095e-06, + "C": 1.657822679135279e-07, + "R": 1.3359953143776693e-08, + "M": 5.399217570811743e-07, + "O": 2.8162457965663634e-07, + "W": 4.88956963806686e-09, + "N": 9.437362535891225e-08, + "Y": 1.0305039722879883e-05, + "U": 3.0146236618122657e-09, + "K": 9.394116773364658e-08, + "L": 4.612402459969189e-09, + "G": 1.2103982953703962e-06, + "F": 0.0001494021125836298, + "E": 4.974573585059261e-06, + "T": 1.1240081221330911e-05, + "P": 0.04382963851094246, + "-": 0.9559866786003113 + }, + "id": "tp_3251" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 406406, + "label": "-", + "classification": { + "B": 7.245081690143707e-08, + "S": 5.078276217318489e-07, + "I": 6.224551179911941e-05, + "C": 1.0176360774494242e-05, + "R": 1.5819665577510023e-06, + "M": 2.069487891276367e-05, + "O": 9.762711670191493e-06, + "W": 5.323821028468956e-07, + "N": 3.285804496044875e-06, + "Y": 0.0005198129802010953, + "U": 4.241703379648243e-07, + "K": 3.899600869772257e-06, + "L": 6.851310558886325e-07, + "G": 4.164885831414722e-05, + "F": 0.001784085063263774, + "E": 4.499425631365739e-05, + "T": 0.000451237108791247, + "P": 0.07695559412240982, + "-": 0.9200888276100159 + }, + "id": "tp_3252" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 406507, + "label": "-", + "classification": { + "B": 1.899922608572524e-05, + "S": 1.5020539649412967e-05, + "I": 7.01068270103633e-09, + "C": 3.601056519642043e-08, + "R": 1.0141513939743163e-07, + "M": 0.0005583645543083549, + "O": 0.00024005536397453398, + "W": 4.216251738853316e-07, + "N": 1.2531967130691157e-10, + "Y": 7.049945998005569e-05, + "U": 7.671556966071247e-12, + "K": 2.6535575819996993e-11, + "L": 5.4227035434450954e-05, + "G": 0.00020684831542894244, + "F": 0.0025010479148477316, + "E": 5.327653695985646e-08, + "T": 0.0001961078669410199, + "P": 2.69135143753374e-05, + "-": 0.9961113333702087 + }, + "id": "tp_3253" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 406640, + "label": "-", + "classification": { + "B": 1.3629736486109323e-06, + "S": 0.00012912365491501987, + "I": 1.7474652850069106e-05, + "C": 7.009279943304136e-05, + "R": 7.610257307533175e-05, + "M": 0.002046427922323346, + "O": 0.0009886116022244096, + "W": 2.7664042136166245e-05, + "N": 1.1221248996662325e-06, + "Y": 0.05323464423418045, + "U": 1.2169154217644973e-07, + "K": 5.4150523283169605e-06, + "L": 0.0002704843645915389, + "G": 0.006265907548367977, + "F": 0.043456755578517914, + "E": 1.049427010002546e-05, + "T": 0.013185328803956509, + "P": 0.0007870962144806981, + "-": 0.8794257044792175 + }, + "id": "tp_3254" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 406773, + "label": "-", + "classification": { + "B": 3.083629280808964e-07, + "S": 5.64007294201474e-08, + "I": 4.0949122194433585e-05, + "C": 5.404253329288622e-07, + "R": 1.8823297409653605e-07, + "M": 2.261927875224501e-05, + "O": 6.575959559995681e-06, + "W": 8.909796633815859e-08, + "N": 4.4724876602231234e-07, + "Y": 0.00017287887749262154, + "U": 9.734745454181848e-09, + "K": 1.3455578873333707e-08, + "L": 2.7983418249277747e-07, + "G": 3.222576924599707e-05, + "F": 8.389939466724172e-05, + "E": 1.068412257154705e-05, + "T": 0.0002474387874826789, + "P": 0.052228908985853195, + "-": 0.9471518993377686 + }, + "id": "tp_3255" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 406907, + "label": "-", + "classification": { + "B": 7.211701449705288e-05, + "S": 2.6378893380751833e-05, + "I": 0.0013235488440841436, + "C": 9.267314453609288e-05, + "R": 5.7666162319947034e-05, + "M": 0.0072331917472183704, + "O": 0.0005243918858468533, + "W": 1.1198632819287013e-05, + "N": 1.6652102203806862e-05, + "Y": 0.02690950594842434, + "U": 9.058820182872296e-07, + "K": 4.936071036354406e-07, + "L": 0.00021698158525396138, + "G": 0.004732051398605108, + "F": 0.0033460312988609076, + "E": 0.0005878830561414361, + "T": 0.015775611624121666, + "P": 0.021671822294592857, + "-": 0.9174008369445801 + }, + "id": "tp_3256" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 407007, + "label": "-", + "classification": { + "B": 2.269633903040358e-08, + "S": 1.7541826480282907e-07, + "I": 3.459930667304434e-06, + "C": 6.24112544755917e-07, + "R": 2.154032188173005e-07, + "M": 8.074502147792373e-06, + "O": 5.537955985346343e-06, + "W": 1.1065316840586092e-07, + "N": 1.4313944518562494e-07, + "Y": 0.0003362584684509784, + "U": 1.3416981303748798e-08, + "K": 1.0072616873912921e-07, + "L": 3.1311617476603715e-07, + "G": 1.8237935364595614e-05, + "F": 0.0036869009491056204, + "E": 3.217557150492212e-06, + "T": 9.453540405957028e-05, + "P": 0.01746067963540554, + "-": 0.9783813953399658 + }, + "id": "tp_3257" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 407140, + "label": "-", + "classification": { + "B": 5.197787231736584e-07, + "S": 1.1851152521558106e-06, + "I": 9.005350875668228e-06, + "C": 3.2035363801696803e-06, + "R": 1.1537009640960605e-06, + "M": 0.00010627540177665651, + "O": 2.2339698261930607e-05, + "W": 2.41778138843074e-07, + "N": 2.913745902333176e-07, + "Y": 0.0007859567413106561, + "U": 2.405975685348949e-08, + "K": 1.4716133200920467e-08, + "L": 3.4753370528051164e-06, + "G": 0.00016275534289889038, + "F": 0.0009495291160419583, + "E": 1.0631721124809701e-05, + "T": 0.0007698872941546142, + "P": 0.015580112114548683, + "-": 0.9815933108329773 + }, + "id": "tp_3258" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 407274, + "label": "-", + "classification": { + "B": 6.11071698131127e-07, + "S": 2.8878680495836306e-06, + "I": 1.3439923350233585e-05, + "C": 3.049222186746192e-06, + "R": 8.729871865398309e-07, + "M": 0.00013359372678678483, + "O": 2.0478979422478005e-05, + "W": 8.563233677705284e-07, + "N": 5.924229071752052e-07, + "Y": 0.0005358017515391111, + "U": 5.8558939031172486e-08, + "K": 7.083135642460547e-07, + "L": 2.3028528630675282e-06, + "G": 5.652518666465767e-05, + "F": 0.0031121354550123215, + "E": 2.9552511477959342e-05, + "T": 0.0005209922674112022, + "P": 0.01326119527220726, + "-": 0.9823042154312134 + }, + "id": "tp_3259" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 407407, + "label": "-", + "classification": { + "B": 2.018741270148894e-06, + "S": 1.427660754416138e-05, + "I": 2.34429826377891e-05, + "C": 1.47176360769663e-05, + "R": 2.447019869578071e-05, + "M": 0.0009610320557840168, + "O": 0.0002648039080668241, + "W": 6.007761840010062e-06, + "N": 8.561056006328727e-07, + "Y": 0.0035125461872667074, + "U": 1.5204747683128517e-07, + "K": 2.9828674996679183e-07, + "L": 6.0827751440228894e-05, + "G": 0.00044076444464735687, + "F": 0.008182927966117859, + "E": 1.1040316167054698e-05, + "T": 0.00275897397659719, + "P": 0.0035480516962707043, + "-": 0.9801728129386902 + }, + "id": "tp_3260" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 407508, + "label": "-", + "classification": { + "B": 3.2585796816420043e-06, + "S": 8.173955393431243e-06, + "I": 0.0004317392595112324, + "C": 0.0001935371255967766, + "R": 4.781443203683011e-05, + "M": 0.00020505794964265078, + "O": 0.00015045069449115545, + "W": 1.1201812412764411e-05, + "N": 2.9580358386738226e-05, + "Y": 0.001411961973644793, + "U": 5.738188519899268e-06, + "K": 1.7939733879757114e-05, + "L": 2.3419524950440973e-05, + "G": 0.00046833980013616383, + "F": 0.010790286585688591, + "E": 0.0001446875830879435, + "T": 0.0013663113350048661, + "P": 0.07006192952394485, + "-": 0.9146286249160767 + }, + "id": "tp_3261" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 407641, + "label": "-", + "classification": { + "B": 6.065794195819763e-07, + "S": 7.021887540759053e-06, + "I": 0.00046785117592662573, + "C": 4.945764521835372e-05, + "R": 1.3999360817251727e-05, + "M": 0.0002745133824646473, + "O": 0.00011178995191585273, + "W": 8.49364914756734e-06, + "N": 7.226324669318274e-05, + "Y": 0.003260528901591897, + "U": 3.5505870528140804e-06, + "K": 0.00022250370238907635, + "L": 5.346741090761498e-06, + "G": 0.00041845618397928774, + "F": 0.012844765558838844, + "E": 0.0006260083755478263, + "T": 0.002155318623408675, + "P": 0.0766344964504242, + "-": 0.9028230905532837 + }, + "id": "tp_3262" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 407774, + "label": "-", + "classification": { + "B": 3.649769860203378e-05, + "S": 1.974695078388322e-05, + "I": 4.316560080042109e-06, + "C": 9.314549060945865e-07, + "R": 4.778859761245258e-07, + "M": 0.00018380230176262558, + "O": 0.00011126441677333787, + "W": 1.4936296111045522e-06, + "N": 4.071492298862722e-07, + "Y": 0.00018743981490842998, + "U": 1.3660093500789117e-08, + "K": 2.4648201701893413e-08, + "L": 1.6750582290114835e-05, + "G": 0.00020808272529393435, + "F": 0.010372464545071125, + "E": 3.266924977651797e-05, + "T": 0.00022075511515140533, + "P": 0.022621043026447296, + "-": 0.9659817814826965 + }, + "id": "tp_3263" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 407908, + "label": "-", + "classification": { + "B": 2.830174139489827e-07, + "S": 2.6123275347345043e-06, + "I": 8.59913561725989e-05, + "C": 4.489893399295397e-05, + "R": 1.576756221766118e-05, + "M": 0.0005808863206766546, + "O": 0.00012451913789846003, + "W": 2.400853418293991e-06, + "N": 3.828913122561062e-06, + "Y": 0.00411057798191905, + "U": 3.2440493669128045e-07, + "K": 2.819666178766056e-06, + "L": 9.249800314137246e-06, + "G": 0.00038717244751751423, + "F": 0.004563705530017614, + "E": 6.742970435880125e-05, + "T": 0.0018375341314822435, + "P": 0.008618281222879887, + "-": 0.9795417189598083 + }, + "id": "tp_3264" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 408008, + "label": "-", + "classification": { + "B": 5.778190939054184e-07, + "S": 1.32786851736455e-06, + "I": 2.1455005480675027e-05, + "C": 4.3140385969309136e-05, + "R": 6.168408162920969e-06, + "M": 6.650696013821289e-05, + "O": 3.0744809919269755e-05, + "W": 1.1285670780125656e-06, + "N": 1.7721324638841907e-06, + "Y": 0.002919993596151471, + "U": 1.3613188798444753e-07, + "K": 2.612452590255998e-05, + "L": 6.3564625634171534e-06, + "G": 0.002002009656280279, + "F": 0.05899503082036972, + "E": 0.00023194622190203518, + "T": 0.0004881889035459608, + "P": 0.020192785188555717, + "-": 0.9149646162986755 + }, + "id": "tp_3265" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 408141, + "label": "-", + "classification": { + "B": 9.861277249001432e-06, + "S": 1.1583488230826333e-05, + "I": 0.0002003986737690866, + "C": 4.4116852222941816e-05, + "R": 3.822487633442506e-05, + "M": 0.0035674998071044683, + "O": 0.0002486584708094597, + "W": 4.224344593239948e-06, + "N": 2.7404576030676253e-06, + "Y": 0.021150978282094002, + "U": 5.974175110168289e-07, + "K": 5.871387998013233e-07, + "L": 8.661764150019735e-05, + "G": 0.002433493034914136, + "F": 0.0027735468465834856, + "E": 3.9564500184496865e-05, + "T": 0.018163688480854034, + "P": 0.0038694110698997974, + "-": 0.947354257106781 + }, + "id": "tp_3266" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 408275, + "label": "-", + "classification": { + "B": 1.2019000905638677e-08, + "S": 2.4061728609581223e-08, + "I": 1.2384417686917004e-06, + "C": 1.7499630189377058e-07, + "R": 3.879447874055586e-08, + "M": 4.004500624432694e-06, + "O": 1.0337131470805616e-06, + "W": 1.4726212249627224e-08, + "N": 3.4168230911291175e-08, + "Y": 8.947835158323869e-05, + "U": 3.213346921882021e-09, + "K": 2.2724825043951569e-07, + "L": 3.2936821270368455e-08, + "G": 7.338067007367499e-06, + "F": 0.0009439614368602633, + "E": 2.5246724817407085e-06, + "T": 6.976773147471249e-05, + "P": 0.004755260422825813, + "-": 0.9941248297691345 + }, + "id": "tp_3267" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 408375, + "label": "-", + "classification": { + "B": 0.00017974340880755335, + "S": 4.6804791054455563e-05, + "I": 0.00010753696551546454, + "C": 8.668975351611152e-05, + "R": 4.7995497880037874e-05, + "M": 0.001099802553653717, + "O": 0.0006892611854709685, + "W": 2.2044716388336383e-05, + "N": 6.392683644662611e-06, + "Y": 0.0016861081821843982, + "U": 1.4971975588196074e-06, + "K": 1.606125238140521e-06, + "L": 0.0002984031452797353, + "G": 0.0022992438171058893, + "F": 0.009073666296899319, + "E": 0.00021905594621784985, + "T": 0.0015532319666817784, + "P": 0.01860814541578293, + "-": 0.9639726877212524 + }, + "id": "tp_3268" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 408509, + "label": "-", + "classification": { + "B": 0.0002197402500314638, + "S": 0.00024535803822800517, + "I": 0.0012791563058272004, + "C": 0.0002397968783043325, + "R": 0.0001414681610185653, + "M": 0.008627288974821568, + "O": 0.0029112021438777447, + "W": 0.00012773930211551487, + "N": 4.498260750551708e-05, + "Y": 0.011560001410543919, + "U": 4.408642780617811e-06, + "K": 1.4470714404524188e-06, + "L": 0.0008397148340009153, + "G": 0.002713889116421342, + "F": 0.0036700472701340914, + "E": 0.00024661922361701727, + "T": 0.01582460291683674, + "P": 0.017529290169477463, + "-": 0.9337732195854187 + }, + "id": "tp_3269" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 408642, + "label": "-", + "classification": { + "B": 5.501031864696415e-06, + "S": 2.519413556001382e-06, + "I": 7.552238821517676e-05, + "C": 2.212101662735222e-06, + "R": 4.3127496951456123e-07, + "M": 0.00016446816152893007, + "O": 2.611497802718077e-05, + "W": 1.0947575219688588e-06, + "N": 3.5493933410180034e-06, + "Y": 0.00040812924271449447, + "U": 1.0241176795489082e-07, + "K": 3.155626870920969e-07, + "L": 2.235638703496079e-06, + "G": 0.00010615582868922502, + "F": 0.0022943252697587013, + "E": 0.0002770171267911792, + "T": 0.00026994122890755534, + "P": 0.15707813203334808, + "-": 0.839282214641571 + }, + "id": "tp_3270" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 408775, + "label": "-", + "classification": { + "B": 2.9972827633173438e-06, + "S": 7.599660420964938e-07, + "I": 1.178117486233532e-06, + "C": 1.5730443010397721e-06, + "R": 7.185195727288374e-07, + "M": 0.0005672069964930415, + "O": 7.530911534558982e-05, + "W": 1.503942996805563e-07, + "N": 5.210617270989815e-09, + "Y": 0.0012634819140657783, + "U": 5.874250530446545e-10, + "K": 4.934515573928877e-10, + "L": 3.71448986697942e-05, + "G": 0.0007756438571959734, + "F": 0.000964187434874475, + "E": 2.1170874333620304e-06, + "T": 0.00034856272395700216, + "P": 0.0003368107427377254, + "-": 0.9956222176551819 + }, + "id": "tp_3271" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 408876, + "label": "-", + "classification": { + "B": 6.222707452252507e-05, + "S": 1.1830440598714631e-05, + "I": 5.478150342241861e-05, + "C": 5.133670128998347e-06, + "R": 1.955071638803929e-06, + "M": 0.00019504848751239479, + "O": 0.00019288479234091938, + "W": 7.702789844188374e-06, + "N": 3.313968136353651e-06, + "Y": 0.00040053328848443925, + "U": 3.002225241743872e-07, + "K": 1.5855114554597094e-07, + "L": 2.255680738016963e-05, + "G": 0.00017013729666359723, + "F": 0.001333291525952518, + "E": 3.912996908184141e-05, + "T": 0.00045975769171491265, + "P": 0.07238209247589111, + "-": 0.9246571660041809 + }, + "id": "tp_3272" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 409009, + "label": "-", + "classification": { + "B": 0.00019675007206387818, + "S": 0.0007295015384443104, + "I": 0.0003148539981339127, + "C": 4.835031722905114e-05, + "R": 8.72518794494681e-05, + "M": 0.015922682359814644, + "O": 0.0052161263301968575, + "W": 0.00010782762547023594, + "N": 1.607519698154647e-05, + "Y": 0.03538466617465019, + "U": 1.1878370287377038e-06, + "K": 4.763738616020419e-06, + "L": 0.0013580144150182605, + "G": 0.008429073728621006, + "F": 0.016072366386651993, + "E": 0.00012171184062026441, + "T": 0.03651793301105499, + "P": 0.003533689770847559, + "-": 0.8759372234344482 + }, + "id": "tp_3273" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 409142, + "label": "-", + "classification": { + "B": 9.607306061809595e-09, + "S": 1.583421394002471e-08, + "I": 3.4514938306529075e-05, + "C": 1.982684807444457e-06, + "R": 2.913736807386158e-07, + "M": 8.572141268814448e-06, + "O": 1.8404147112960345e-06, + "W": 7.0419297060198e-08, + "N": 1.1982067462668056e-06, + "Y": 0.00020954312640242279, + "U": 3.60174574609573e-08, + "K": 1.1013797120540403e-05, + "L": 4.3206441091570014e-08, + "G": 3.768563692574389e-05, + "F": 0.00231270887888968, + "E": 0.00014700084284413606, + "T": 6.484233745140955e-05, + "P": 0.04665929451584816, + "-": 0.9505093097686768 + }, + "id": "tp_3274" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 409276, + "label": "-", + "classification": { + "B": 5.034206124882035e-12, + "S": 5.523347057501127e-11, + "I": 4.2915463183135216e-08, + "C": 9.81542180866768e-10, + "R": 2.457266161381977e-11, + "M": 3.737624254540606e-08, + "O": 5.6895812505786125e-09, + "W": 2.5905288331129483e-11, + "N": 4.090630889574953e-10, + "Y": 1.658565565776371e-06, + "U": 5.628567056881195e-12, + "K": 3.5091946015697317e-10, + "L": 2.2160500864898403e-11, + "G": 3.8279164726873205e-08, + "F": 1.1455578714958392e-05, + "E": 4.362264149904149e-08, + "T": 1.9741387404792476e-06, + "P": 0.020413106307387352, + "-": 0.9795716404914856 + }, + "id": "tp_3275" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 409376, + "label": "-", + "classification": { + "B": 3.936676762350544e-09, + "S": 2.3106097035707762e-09, + "I": 4.0827671909937635e-05, + "C": 2.6468658234080067e-06, + "R": 1.5201621295091172e-07, + "M": 4.370403530629119e-06, + "O": 5.581082405115012e-07, + "W": 1.0347437573443585e-08, + "N": 3.2252438586510834e-07, + "Y": 3.43217070621904e-05, + "U": 1.0708163244999014e-08, + "K": 5.98949725372222e-08, + "L": 2.3331212517518907e-08, + "G": 7.579858447570587e-06, + "F": 0.00011546265886863694, + "E": 2.602252789074555e-05, + "T": 3.271266905358061e-05, + "P": 0.08532512187957764, + "-": 0.9144098162651062 + }, + "id": "tp_3276" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 409510, + "label": "-", + "classification": { + "B": 2.2830231038994953e-09, + "S": 1.8750427877023412e-09, + "I": 1.982721187232528e-05, + "C": 1.3249193671072135e-06, + "R": 3.792630209886738e-08, + "M": 1.3830243688062183e-06, + "O": 2.532463270199514e-07, + "W": 5.608681075131017e-09, + "N": 3.234831638110336e-07, + "Y": 8.698070450918749e-05, + "U": 1.4551641669413584e-08, + "K": 3.5514224805410777e-07, + "L": 1.2595557485894915e-08, + "G": 1.3348289940040559e-05, + "F": 0.00011357336916262284, + "E": 3.093531995546073e-05, + "T": 2.802307608362753e-05, + "P": 0.09783114492893219, + "-": 0.9018723964691162 + }, + "id": "tp_3277" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 409643, + "label": "-", + "classification": { + "B": 1.06906792446404e-11, + "S": 2.189825794654543e-12, + "I": 2.6974650069178097e-08, + "C": 3.237071999340202e-10, + "R": 1.0788943523298844e-11, + "M": 5.289444970912882e-08, + "O": 1.6620176346293647e-09, + "W": 3.3093868357508827e-12, + "N": 4.015189916661832e-11, + "Y": 7.469546403626737e-07, + "U": 4.022958995011233e-13, + "K": 5.1063216155444735e-11, + "L": 1.28046375585944e-11, + "G": 1.5856227264521294e-07, + "F": 1.6695963722668239e-06, + "E": 7.416299752094346e-08, + "T": 3.279710654169321e-07, + "P": 0.003010472981259227, + "-": 0.996986448764801 + }, + "id": "tp_3278" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 409776, + "label": "-", + "classification": { + "B": 5.740578585405887e-12, + "S": 3.050614968969079e-11, + "I": 5.801745146527537e-07, + "C": 5.057537677544133e-08, + "R": 2.4773452178550315e-09, + "M": 1.3547780497447093e-07, + "O": 1.9656797078937416e-08, + "W": 6.921426626282923e-11, + "N": 2.534154663891286e-09, + "Y": 5.239454367256258e-06, + "U": 5.7260154950888875e-11, + "K": 2.0527328448149973e-10, + "L": 3.3585401126856596e-10, + "G": 3.572787647954101e-07, + "F": 1.333222371613374e-05, + "E": 7.560961989838688e-08, + "T": 1.3091485925542656e-05, + "P": 0.04240584373474121, + "-": 0.9575612545013428 + }, + "id": "tp_3279" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 409877, + "label": "-", + "classification": { + "B": 7.432655024786072e-08, + "S": 1.236087001643682e-07, + "I": 1.0874941835936625e-05, + "C": 5.97102553001605e-06, + "R": 1.1076150485678227e-06, + "M": 0.00015333486953750253, + "O": 8.455919669358991e-06, + "W": 6.461434765014928e-08, + "N": 1.6773822153481888e-07, + "Y": 0.00041163258720189333, + "U": 1.3032498635823231e-08, + "K": 2.1563979046845816e-08, + "L": 1.538331503070367e-06, + "G": 9.32358525460586e-05, + "F": 0.0008778400369919837, + "E": 1.6146386769833043e-05, + "T": 0.0005516937235370278, + "P": 0.01310903113335371, + "-": 0.9847586154937744 + }, + "id": "tp_3280" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 410010, + "label": "-", + "classification": { + "B": 4.727658051706385e-06, + "S": 6.040037874299742e-07, + "I": 0.0001340405287919566, + "C": 4.395876749185845e-05, + "R": 1.1086304766649846e-05, + "M": 0.0005143250455148518, + "O": 5.873790360055864e-05, + "W": 1.191563796965056e-06, + "N": 2.223121782662929e-06, + "Y": 0.0013162929099053144, + "U": 6.862402983642824e-07, + "K": 1.0572301789579797e-07, + "L": 2.8654452762566507e-05, + "G": 0.00040741689736023545, + "F": 0.0004709635686594993, + "E": 7.839285535737872e-05, + "T": 0.002158049028366804, + "P": 0.03282156214118004, + "-": 0.9619470238685608 + }, + "id": "tp_3281" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 410143, + "label": "-", + "classification": { + "B": 6.227201652109216e-07, + "S": 2.3541464599929895e-07, + "I": 0.0001441784406779334, + "C": 1.7536760424263775e-05, + "R": 2.167043248846312e-06, + "M": 0.00015319579688366503, + "O": 1.1244074812566396e-05, + "W": 3.9483157365793886e-07, + "N": 2.974117251142161e-06, + "Y": 0.0007318313582800329, + "U": 2.239029868178477e-07, + "K": 8.042670742725022e-06, + "L": 1.0739086064859293e-06, + "G": 0.00019262706337030977, + "F": 0.001809071283787489, + "E": 0.00047009490663185716, + "T": 0.0003717677027452737, + "P": 0.04233847185969353, + "-": 0.9537442326545715 + }, + "id": "tp_3282" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 410277, + "label": "-", + "classification": { + "B": 2.7901342347647073e-10, + "S": 2.2332283591830482e-11, + "I": 1.8004750756972498e-07, + "C": 1.721968456713796e-09, + "R": 3.1127128652386205e-11, + "M": 6.323728740653678e-08, + "O": 8.761489311837067e-09, + "W": 3.235049381156152e-11, + "N": 9.849900894920438e-10, + "Y": 7.026278012745024e-07, + "U": 4.5466252290848885e-12, + "K": 1.4184870292255347e-11, + "L": 1.6373846722927965e-10, + "G": 1.5430578059749678e-07, + "F": 7.784567969792988e-06, + "E": 4.5904624812465045e-07, + "T": 9.862078513833694e-07, + "P": 0.13797971606254578, + "-": 0.8620098233222961 + }, + "id": "tp_3283" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 410377, + "label": "-", + "classification": { + "B": 4.091159855335036e-09, + "S": 4.936170139302476e-09, + "I": 4.2135648072871845e-06, + "C": 5.220682908202434e-08, + "R": 3.843171558770564e-09, + "M": 1.7702117474982515e-05, + "O": 6.775271117476223e-07, + "W": 2.4648099117285938e-09, + "N": 2.8476710767222357e-08, + "Y": 3.000075594172813e-05, + "U": 4.276666520919292e-10, + "K": 8.198859646757484e-11, + "L": 5.8049177908969796e-08, + "G": 3.4761067126964917e-06, + "F": 2.8100494091631845e-05, + "E": 2.7070939268014627e-06, + "T": 0.00010428240784676746, + "P": 0.05475935712456703, + "-": 0.9450494647026062 + }, + "id": "tp_3284" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 410511, + "label": "-", + "classification": { + "B": 3.7065909452849155e-08, + "S": 9.552215018970855e-09, + "I": 4.1435478124185465e-06, + "C": 7.270051582963788e-08, + "R": 4.582879409298357e-09, + "M": 5.558529664995149e-06, + "O": 3.2761269608272414e-07, + "W": 4.4480086280884734e-09, + "N": 7.320281980582877e-08, + "Y": 8.115942182485014e-05, + "U": 3.407571558255995e-09, + "K": 2.8471166046983853e-07, + "L": 1.8901864962117543e-08, + "G": 1.735859041218646e-05, + "F": 0.0003616823232732713, + "E": 3.998509419034235e-05, + "T": 8.799074566923082e-05, + "P": 0.032879117876291275, + "-": 0.9665221571922302 + }, + "id": "tp_3285" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 410644, + "label": "-", + "classification": { + "B": 1.3717863112105988e-07, + "S": 4.631640138086368e-08, + "I": 0.00015567586524412036, + "C": 8.98745929589495e-06, + "R": 8.772130399847811e-07, + "M": 6.226713594514877e-06, + "O": 1.951959347934462e-06, + "W": 1.3864575976185733e-07, + "N": 3.83441147278063e-06, + "Y": 0.00026826467365026474, + "U": 2.109372871927917e-07, + "K": 2.6711536520451773e-06, + "L": 2.4902720952013624e-07, + "G": 4.7884343075565994e-05, + "F": 0.002171869855374098, + "E": 0.00021112577815074474, + "T": 4.271771831554361e-05, + "P": 0.3384016454219818, + "-": 0.658675491809845 + }, + "id": "tp_3286" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 410777, + "label": "-", + "classification": { + "B": 8.621456117907655e-07, + "S": 4.4934114384886925e-07, + "I": 0.00031689219758845866, + "C": 6.950613624212565e-06, + "R": 1.5489538327528862e-06, + "M": 9.089466038858518e-05, + "O": 1.6104137102956884e-05, + "W": 6.478304044321703e-07, + "N": 9.837138350121677e-06, + "Y": 0.00043175951577723026, + "U": 2.2304836022613017e-07, + "K": 3.650815472155955e-07, + "L": 1.1972092579526361e-06, + "G": 6.914261757628992e-05, + "F": 0.0005257144221104681, + "E": 0.00016864368808455765, + "T": 0.0005496822996065021, + "P": 0.3381323218345642, + "-": 0.659676730632782 + }, + "id": "tp_3287" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 410878, + "label": "-", + "classification": { + "B": 9.362210659502601e-12, + "S": 1.5797111882487336e-11, + "I": 2.958167710787052e-09, + "C": 1.2329190446358496e-10, + "R": 4.836657550161272e-12, + "M": 2.7985702644173216e-08, + "O": 8.093495651451121e-09, + "W": 4.9320521625095814e-12, + "N": 2.3579731917022784e-11, + "Y": 2.1905552216594515e-07, + "U": 2.049097789233803e-13, + "K": 3.09216779785515e-12, + "L": 3.6176988488234585e-11, + "G": 3.393615344293721e-08, + "F": 8.766129212745e-06, + "E": 1.0151150142689858e-08, + "T": 5.927345227974001e-07, + "P": 0.004617353435605764, + "-": 0.9953729510307312 + }, + "id": "tp_3288" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 411011, + "label": "-", + "classification": { + "B": 1.0779782314784825e-05, + "S": 6.329086318146437e-06, + "I": 0.0004179586248937994, + "C": 0.00011619792348938063, + "R": 3.451735028647818e-05, + "M": 0.0002281547785969451, + "O": 0.00010442669736221433, + "W": 8.91872878128197e-06, + "N": 1.7413380192010663e-05, + "Y": 0.0013072292786091566, + "U": 2.829284767358331e-06, + "K": 2.8207093691889895e-06, + "L": 2.5079572878894396e-05, + "G": 0.00047234867815859616, + "F": 0.002722347853705287, + "E": 9.214551391778514e-05, + "T": 0.0011938950046896935, + "P": 0.13858336210250854, + "-": 0.8546533584594727 + }, + "id": "tp_3289" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 411144, + "label": "-", + "classification": { + "B": 2.9159560877012325e-10, + "S": 1.896464651984786e-10, + "I": 6.278555275684994e-08, + "C": 3.1749691764559884e-10, + "R": 4.6190395258660644e-11, + "M": 2.955359548195702e-07, + "O": 9.151479929414563e-08, + "W": 1.1571803237853118e-10, + "N": 1.968193524826134e-10, + "Y": 4.535665141247591e-07, + "U": 1.039602106657489e-12, + "K": 1.8118925142803638e-13, + "L": 1.89783722071013e-09, + "G": 7.788448641576906e-08, + "F": 8.05407853476936e-06, + "E": 2.301115031855261e-08, + "T": 2.5800015919230646e-06, + "P": 0.020605754107236862, + "-": 0.9793825149536133 + }, + "id": "tp_3290" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 411278, + "label": "-", + "classification": { + "B": 3.8322244222399604e-07, + "S": 2.988213338994683e-07, + "I": 8.608710777480155e-05, + "C": 8.500941476086155e-06, + "R": 1.4897244682288147e-06, + "M": 4.2089555790880695e-05, + "O": 3.311908949399367e-05, + "W": 6.573583846147812e-07, + "N": 2.084475454466883e-06, + "Y": 4.723243182525039e-05, + "U": 2.1330151867005043e-07, + "K": 1.9708952692099047e-08, + "L": 2.354494881728897e-06, + "G": 2.317880353075452e-05, + "F": 6.261047383304685e-05, + "E": 8.616081686341204e-06, + "T": 0.0006302911788225174, + "P": 0.07036401331424713, + "-": 0.9286867380142212 + }, + "id": "tp_3291" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 411378, + "label": "-", + "classification": { + "B": 7.326122486439601e-10, + "S": 2.997577519536776e-09, + "I": 1.49869237020539e-07, + "C": 1.276966976604399e-08, + "R": 1.5102032957514666e-09, + "M": 2.3370218116269825e-07, + "O": 2.1425296381494263e-07, + "W": 1.94417593135654e-09, + "N": 5.1951598578625635e-09, + "Y": 3.09986080537783e-06, + "U": 2.2053427140011905e-10, + "K": 4.966092537195266e-10, + "L": 3.3114910813480947e-09, + "G": 3.434999769069691e-07, + "F": 7.797178841428831e-05, + "E": 1.0975150388503607e-07, + "T": 1.4497702977678273e-05, + "P": 0.07539652287960052, + "-": 0.9245068430900574 + }, + "id": "tp_3292" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 411512, + "label": "-", + "classification": { + "B": 7.36035898896148e-10, + "S": 3.446825491693062e-09, + "I": 8.694154530530795e-06, + "C": 1.4265449976846867e-07, + "R": 3.505262924363706e-08, + "M": 6.409098887161235e-07, + "O": 6.978414717195847e-07, + "W": 2.670031085116875e-09, + "N": 7.590678308133647e-08, + "Y": 1.2982041880604811e-05, + "U": 3.516055002705798e-09, + "K": 1.356749823600012e-09, + "L": 2.379804797669749e-08, + "G": 1.8784700159812928e-06, + "F": 2.365040927543305e-05, + "E": 1.8232150011954218e-07, + "T": 0.00010345049668103456, + "P": 0.03480442240834236, + "-": 0.9650430679321289 + }, + "id": "tp_3293" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 411645, + "label": "-", + "classification": { + "B": 7.043148571028723e-07, + "S": 5.8496293604548555e-06, + "I": 0.001138085382990539, + "C": 0.00015126456855796278, + "R": 4.987020656699315e-05, + "M": 0.0004887520335614681, + "O": 0.00010783404286485165, + "W": 6.495328307210002e-06, + "N": 6.627073889831081e-05, + "Y": 0.007036214228719473, + "U": 2.440782509438577e-06, + "K": 2.2214009732124396e-05, + "L": 4.745756541524315e-06, + "G": 0.0002897751983255148, + "F": 0.0012050993973389268, + "E": 0.00013537587074097246, + "T": 0.009115016087889671, + "P": 0.03104889951646328, + "-": 0.9491252303123474 + }, + "id": "tp_3294" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 411778, + "label": "P", + "classification": { + "B": 1.7933381286638905e-06, + "S": 3.149569351990067e-07, + "I": 0.00026897608768194914, + "C": 8.151155270752497e-06, + "R": 5.492501600201649e-07, + "M": 7.156157516874373e-05, + "O": 6.614593530684942e-06, + "W": 2.4296289780068037e-07, + "N": 7.64482501836028e-06, + "Y": 0.0002868949668481946, + "U": 2.2549437517227489e-07, + "K": 2.0218159590967844e-07, + "L": 1.9117694591841428e-06, + "G": 9.048396168509498e-05, + "F": 0.0010119391372427344, + "E": 0.0002788821002468467, + "T": 0.00038534027407877147, + "P": 0.5425091981887817, + "-": 0.45506900548934937 + }, + "id": "tp_3295" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 411879, + "label": "-", + "classification": { + "B": 3.765240208508658e-08, + "S": 2.369888285613797e-08, + "I": 2.066020670099533e-06, + "C": 6.857604262222594e-08, + "R": 5.408133940676407e-09, + "M": 3.224683723601629e-06, + "O": 1.469700578127231e-06, + "W": 1.5585268187123802e-08, + "N": 8.67944436322432e-08, + "Y": 1.0920966815319844e-05, + "U": 1.031499108350431e-09, + "K": 3.1739944006403675e-09, + "L": 1.6013336434639314e-08, + "G": 3.142935156574822e-06, + "F": 3.8020763895474374e-05, + "E": 4.415883267938625e-06, + "T": 3.602096330723725e-05, + "P": 0.08127472549676895, + "-": 0.9186257123947144 + }, + "id": "tp_3296" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 412012, + "label": "-", + "classification": { + "B": 6.439502442390221e-08, + "S": 1.7095853621640344e-08, + "I": 3.52253141500114e-06, + "C": 2.6627179749993957e-07, + "R": 1.842620278580398e-08, + "M": 2.341814933970454e-06, + "O": 1.141998609455186e-06, + "W": 1.3619372296602705e-08, + "N": 6.296609456057922e-08, + "Y": 1.8954515326186083e-05, + "U": 1.619475886727173e-09, + "K": 3.3852063374695263e-09, + "L": 7.890279363209629e-08, + "G": 1.0128778740181588e-05, + "F": 0.00018518339493311942, + "E": 6.502349151560338e-06, + "T": 1.8005894162342884e-05, + "P": 0.052710969001054764, + "-": 0.9470428228378296 + }, + "id": "tp_3297" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 412145, + "label": "-", + "classification": { + "B": 1.6687003778770304e-07, + "S": 1.6524923651672907e-08, + "I": 6.615932943532243e-05, + "C": 9.485137525189202e-06, + "R": 1.4767415450478438e-06, + "M": 4.1802763007581234e-05, + "O": 2.139285925295553e-06, + "W": 2.1032187547120884e-08, + "N": 3.7224384641376673e-07, + "Y": 0.0006249093567021191, + "U": 2.277724853172458e-08, + "K": 5.098993938190688e-08, + "L": 5.403692284744466e-07, + "G": 0.00021847004245501012, + "F": 0.0004580079694278538, + "E": 4.897231701761484e-05, + "T": 0.00019825315393973142, + "P": 0.03028579242527485, + "-": 0.9680433869361877 + }, + "id": "tp_3298" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 412279, + "label": "-", + "classification": { + "B": 1.3127365491527598e-05, + "S": 2.397595835645916e-06, + "I": 9.624967788113281e-05, + "C": 2.8878454031655565e-05, + "R": 2.967230329886661e-06, + "M": 0.00022378443100024015, + "O": 3.250303052482195e-05, + "W": 1.092435809368908e-06, + "N": 4.722287485492416e-06, + "Y": 0.0014785162638872862, + "U": 7.919947506707103e-07, + "K": 2.1475672838278115e-05, + "L": 7.256183380377479e-06, + "G": 0.0013965395046398044, + "F": 0.007783546578139067, + "E": 0.0007917021866887808, + "T": 0.0006212432053871453, + "P": 0.04091739282011986, + "-": 0.9465758204460144 + }, + "id": "tp_3299" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 412379, + "label": "-", + "classification": { + "B": 9.744306339598552e-08, + "S": 2.0357191488074022e-08, + "I": 1.676002767680984e-07, + "C": 3.2820359763263696e-09, + "R": 7.194922435616036e-10, + "M": 5.018987394578289e-06, + "O": 1.6182503941308823e-06, + "W": 1.0166230524077946e-08, + "N": 1.2300970242407061e-09, + "Y": 1.8983949985340587e-06, + "U": 2.4365259809755457e-11, + "K": 3.999186398706556e-11, + "L": 4.736024195040045e-08, + "G": 1.5204259398160502e-06, + "F": 0.00019477985915727913, + "E": 4.1606622858125775e-07, + "T": 3.4897050227300497e-06, + "P": 0.012459106743335724, + "-": 0.9873318076133728 + }, + "id": "tp_3300" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 412513, + "label": "-", + "classification": { + "B": 5.374990337259078e-07, + "S": 3.364176279774256e-07, + "I": 0.00013785771443508565, + "C": 1.875103589554783e-05, + "R": 4.8674974095774814e-06, + "M": 3.942344119423069e-05, + "O": 3.213191666873172e-05, + "W": 5.135219112162304e-07, + "N": 2.7477715320856078e-06, + "Y": 0.00014323605864774436, + "U": 1.776292748445485e-07, + "K": 1.377947445035943e-08, + "L": 3.453007821008214e-06, + "G": 5.969213816570118e-05, + "F": 0.0002021420659730211, + "E": 1.554629488964565e-05, + "T": 0.0005979826091788709, + "P": 0.16549578309059143, + "-": 0.8332447409629822 + }, + "id": "tp_3301" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 412646, + "label": "-", + "classification": { + "B": 9.403628098425543e-08, + "S": 9.216803675826668e-08, + "I": 0.00016869894170667976, + "C": 1.8043303498416208e-05, + "R": 1.8519014020057512e-06, + "M": 3.412581281736493e-05, + "O": 7.3185960900445934e-06, + "W": 1.6812803949051158e-07, + "N": 3.037304850295186e-06, + "Y": 0.0002831668243743479, + "U": 1.9760999236950738e-07, + "K": 3.2142943950930203e-07, + "L": 5.658644681716396e-07, + "G": 5.346569378161803e-05, + "F": 0.00026163237635046244, + "E": 3.5658213164424524e-05, + "T": 0.000398099742596969, + "P": 0.06014125794172287, + "-": 0.9385921359062195 + }, + "id": "tp_3302" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 412779, + "label": "-", + "classification": { + "B": 1.0327233894713572e-06, + "S": 2.6340509862166073e-07, + "I": 0.0005537545075640082, + "C": 6.280580419115722e-05, + "R": 1.41723276101402e-05, + "M": 0.0002305762900505215, + "O": 4.522429662756622e-05, + "W": 8.035964924602013e-07, + "N": 8.472018635075074e-06, + "Y": 0.0009083694312721491, + "U": 8.706394396540418e-07, + "K": 2.6566956989881874e-07, + "L": 9.818119906412903e-06, + "G": 0.0005514377844519913, + "F": 0.0008721511112526059, + "E": 0.0001722213055472821, + "T": 0.000990982400253415, + "P": 0.10296881943941116, + "-": 0.8926080465316772 + }, + "id": "tp_3303" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 412880, + "label": "-", + "classification": { + "B": 3.3062821813700793e-08, + "S": 1.4138785786599328e-07, + "I": 2.5799805371207185e-05, + "C": 1.6747867448430043e-06, + "R": 2.01361842755432e-07, + "M": 6.88608224663767e-06, + "O": 5.437415438791504e-06, + "W": 1.9328081179992296e-07, + "N": 1.941764139701263e-06, + "Y": 0.0001061463262885809, + "U": 9.468146089375296e-08, + "K": 1.0532757187320385e-05, + "L": 9.339206030745117e-08, + "G": 1.9530978534021415e-05, + "F": 0.0010975165059790015, + "E": 4.368109512142837e-05, + "T": 8.369571150979027e-05, + "P": 0.05810844898223877, + "-": 0.9404878616333008 + }, + "id": "tp_3304" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 413013, + "label": "-", + "classification": { + "B": 1.2541022387235756e-10, + "S": 1.0454280496841051e-10, + "I": 1.1819514838862233e-05, + "C": 2.4652149477333296e-07, + "R": 4.788469176730814e-09, + "M": 4.562566573440563e-07, + "O": 2.4111542984428525e-08, + "W": 5.195878727271008e-10, + "N": 6.56644658647565e-08, + "Y": 3.302564800833352e-05, + "U": 4.605849035499432e-10, + "K": 9.400888956179188e-08, + "L": 3.4040392726808477e-10, + "G": 1.643920995775261e-06, + "F": 4.1439961933065206e-05, + "E": 4.509957580012269e-05, + "T": 4.056136731378501e-06, + "P": 0.10625726729631424, + "-": 0.8936046957969666 + }, + "id": "tp_3305" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 413146, + "label": "-", + "classification": { + "B": 8.641015938337659e-07, + "S": 5.771653377451003e-07, + "I": 0.00036379985976964235, + "C": 0.00010925831884378567, + "R": 1.098420671041822e-05, + "M": 5.6966920965351164e-05, + "O": 2.1299005311448127e-05, + "W": 1.4833402701697196e-06, + "N": 1.2246780897839926e-05, + "Y": 0.0005684771458618343, + "U": 2.7093706194136757e-06, + "K": 1.586684084031731e-05, + "L": 4.73004593004589e-06, + "G": 0.0002810175355989486, + "F": 0.006262711714953184, + "E": 0.00024192119599319994, + "T": 0.00029052558238618076, + "P": 0.117342010140419, + "-": 0.8744125962257385 + }, + "id": "tp_3306" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 413280, + "label": "-", + "classification": { + "B": 4.081357110408135e-05, + "S": 6.8317253862915095e-06, + "I": 0.005508719012141228, + "C": 0.0004840403562411666, + "R": 0.00014943770656827837, + "M": 0.0007069750572554767, + "O": 0.00015923695173114538, + "W": 3.0355275157489814e-05, + "N": 0.00016769171634223312, + "Y": 0.004900460131466389, + "U": 3.524071871652268e-05, + "K": 4.658194666262716e-05, + "L": 4.9921207391889766e-05, + "G": 0.001366122392937541, + "F": 0.002851436147466302, + "E": 0.002147929510101676, + "T": 0.002997881965711713, + "P": 0.33811160922050476, + "-": 0.6402386426925659 + }, + "id": "tp_3307" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 413380, + "label": "-", + "classification": { + "B": 6.7868803910187125e-09, + "S": 1.4138512938188796e-07, + "I": 5.5325337598333135e-05, + "C": 3.172411652485607e-06, + "R": 2.1862683752260637e-07, + "M": 3.4556644550320925e-06, + "O": 3.1889978799881646e-06, + "W": 1.0000392336451114e-07, + "N": 4.370894203020725e-06, + "Y": 7.836156146368012e-05, + "U": 9.831352087985579e-08, + "K": 2.858760126400739e-06, + "L": 4.8304901412166146e-08, + "G": 8.84140536072664e-06, + "F": 0.00046627718256786466, + "E": 1.2891311598650645e-05, + "T": 0.0001404422364430502, + "P": 0.1175183653831482, + "-": 0.8817018270492554 + }, + "id": "tp_3308" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 413514, + "label": "-", + "classification": { + "B": 3.063124677282758e-05, + "S": 5.7814206229522824e-05, + "I": 5.55742235519574e-06, + "C": 6.086236936653222e-08, + "R": 9.035696990622455e-08, + "M": 0.0005849472945556045, + "O": 0.00031700136605650187, + "W": 3.3945477753150044e-06, + "N": 3.6846046214122907e-07, + "Y": 0.0003272481553722173, + "U": 3.877813625763338e-09, + "K": 8.822004460284916e-09, + "L": 1.3389869309321512e-05, + "G": 0.00010946732072625309, + "F": 0.0024899549316614866, + "E": 1.1100803021690808e-05, + "T": 0.0006881493027321994, + "P": 0.008254614658653736, + "-": 0.987106204032898 + }, + "id": "tp_3309" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 413647, + "label": "-", + "classification": { + "B": 2.1850594222883046e-08, + "S": 1.3691173990082461e-06, + "I": 6.382991357689605e-10, + "C": 5.532588716050668e-07, + "R": 1.3527711928418285e-07, + "M": 0.00013400932948570698, + "O": 3.390225538169034e-05, + "W": 2.7902064658746895e-08, + "N": 2.666413791152511e-11, + "Y": 0.0003286812570877373, + "U": 1.0211031239298896e-12, + "K": 1.951171446634703e-09, + "L": 2.0000996300950646e-05, + "G": 0.0034636904019862413, + "F": 0.14333561062812805, + "E": 8.181702071397012e-08, + "T": 0.00017068363376893103, + "P": 2.7070677788287867e-06, + "-": 0.8525084257125854 + }, + "id": "tp_3310" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 413780, + "label": "-", + "classification": { + "B": 1.3802151443087496e-05, + "S": 0.00014885356358718127, + "I": 1.1910391549463384e-05, + "C": 0.00011990997154498473, + "R": 0.000122830257168971, + "M": 0.002294076606631279, + "O": 0.0036169211380183697, + "W": 9.208417759509757e-05, + "N": 1.392376020703523e-06, + "Y": 0.0010798150906339288, + "U": 3.4441089269421354e-07, + "K": 1.5483473134736414e-06, + "L": 0.0006074447301216424, + "G": 0.0013797427527606487, + "F": 0.0112348897382617, + "E": 1.1172931408509612e-05, + "T": 0.0024805613793432713, + "P": 0.001672269543632865, + "-": 0.9751104712486267 + }, + "id": "tp_3311" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 413881, + "label": "-", + "classification": { + "B": 0.00016966172552201897, + "S": 0.0003792646457441151, + "I": 0.05615026503801346, + "C": 0.002225129632279277, + "R": 0.001445287256501615, + "M": 0.014438094571232796, + "O": 0.0022550872527062893, + "W": 0.00021830668265465647, + "N": 0.00296536716632545, + "Y": 0.10795097053050995, + "U": 8.867670112522319e-05, + "K": 0.0007050360436551273, + "L": 0.0004723909078165889, + "G": 0.017787683755159378, + "F": 0.012190955691039562, + "E": 0.00710664689540863, + "T": 0.06573089957237244, + "P": 0.12671075761318207, + "-": 0.5810095071792603 + }, + "id": "tp_3312" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 414014, + "label": "-", + "classification": { + "B": 1.3426418377093796e-07, + "S": 1.0966466845729883e-07, + "I": 7.590554673697625e-07, + "C": 3.307645712880003e-08, + "R": 6.417779641054722e-09, + "M": 6.834173973402358e-07, + "O": 1.1790029930125456e-06, + "W": 3.948591142943769e-08, + "N": 3.42673693864981e-08, + "Y": 6.778866463719169e-06, + "U": 5.356181054239073e-10, + "K": 8.511213955841868e-09, + "L": 2.6545254883103553e-08, + "G": 1.2973127923032735e-06, + "F": 0.001615725690498948, + "E": 2.016010284933145e-06, + "T": 2.965704197777086e-06, + "P": 0.08497100323438644, + "-": 0.9133971929550171 + }, + "id": "tp_3313" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 414147, + "label": "-", + "classification": { + "B": 8.269530837878847e-08, + "S": 7.80966956881457e-07, + "I": 4.6067448522535415e-08, + "C": 5.219777321485708e-08, + "R": 7.350234909608844e-08, + "M": 4.434065704117529e-05, + "O": 2.1131230823812075e-05, + "W": 1.3187731440211792e-07, + "N": 9.269502387887485e-10, + "Y": 7.3963739851024e-05, + "U": 8.765677766975344e-11, + "K": 3.371417589548287e-10, + "L": 2.9486568564607296e-06, + "G": 1.8177423044107854e-05, + "F": 0.0022281112615019083, + "E": 1.0784637538563402e-07, + "T": 6.324107380351052e-05, + "P": 0.0003157109022140503, + "-": 0.9972311854362488 + }, + "id": "tp_3314" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 414281, + "label": "-", + "classification": { + "B": 8.526368765160441e-05, + "S": 0.0009226987021975219, + "I": 2.4728917651373195e-06, + "C": 1.9152257664245553e-05, + "R": 2.225309617642779e-05, + "M": 0.004330964293330908, + "O": 0.005181039217859507, + "W": 8.336881728610024e-05, + "N": 2.996629575591214e-07, + "Y": 0.0008969880291260779, + "U": 2.7705638672159694e-08, + "K": 1.2284662886941078e-07, + "L": 0.0017392548033967614, + "G": 0.0031512207351624966, + "F": 0.04865916445851326, + "E": 2.7520842195372097e-05, + "T": 0.0011406545527279377, + "P": 0.000930266862269491, + "-": 0.9328072667121887 + }, + "id": "tp_3315" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 414381, + "label": "-", + "classification": { + "B": 1.528651591797825e-05, + "S": 1.855948539741803e-05, + "I": 0.0001773330441210419, + "C": 0.0001224025763804093, + "R": 3.4967237297678366e-05, + "M": 0.0009890918154269457, + "O": 0.00022012111730873585, + "W": 6.666444733127719e-06, + "N": 1.2881244401796721e-05, + "Y": 0.004034715238958597, + "U": 1.948120143424603e-06, + "K": 8.434974915871862e-06, + "L": 4.835087020182982e-05, + "G": 0.0015561155742034316, + "F": 0.014252319000661373, + "E": 0.00033703833469189703, + "T": 0.0026935848873108625, + "P": 0.029629824683070183, + "-": 0.9458403587341309 + }, + "id": "tp_3316" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 414515, + "label": "-", + "classification": { + "B": 2.3418304408551194e-05, + "S": 2.686610969249159e-06, + "I": 7.13283006916754e-05, + "C": 1.2271993000467774e-05, + "R": 3.4439178762113443e-06, + "M": 0.0003554153081495315, + "O": 0.00020839391800109297, + "W": 5.472214979818091e-06, + "N": 2.977814347104868e-06, + "Y": 0.0003487135109025985, + "U": 4.5413068505695264e-07, + "K": 1.138607785833301e-07, + "L": 2.784737262118142e-05, + "G": 0.00019851340039167553, + "F": 0.0004441702039912343, + "E": 3.6476023524301127e-05, + "T": 0.0011084178695455194, + "P": 0.03795938938856125, + "-": 0.9591904878616333 + }, + "id": "tp_3317" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 414648, + "label": "-", + "classification": { + "B": 0.000664318969938904, + "S": 0.0041654231026768684, + "I": 0.027065586298704147, + "C": 0.005556161981076002, + "R": 0.003253116738051176, + "M": 0.009978612884879112, + "O": 0.007287629880011082, + "W": 0.0029926260467618704, + "N": 0.012678708881139755, + "Y": 0.06089602783322334, + "U": 0.0008623037720099092, + "K": 0.01873350888490677, + "L": 0.0011363993398845196, + "G": 0.016043802723288536, + "F": 0.09744837880134583, + "E": 0.018115075305104256, + "T": 0.04488036036491394, + "P": 0.22176744043827057, + "-": 0.44647446274757385 + }, + "id": "tp_3318" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 414781, + "label": "-", + "classification": { + "B": 2.0691214785983902e-07, + "S": 2.3933542252052575e-05, + "I": 2.87059028778458e-05, + "C": 8.980416896520182e-05, + "R": 5.500241240952164e-05, + "M": 0.0005382875679060817, + "O": 0.00021375640062615275, + "W": 1.4442330211750232e-05, + "N": 2.568111767686787e-06, + "Y": 0.005628380924463272, + "U": 2.194738897287607e-07, + "K": 2.06161494133994e-05, + "L": 1.570854874444194e-05, + "G": 0.0005277578602544963, + "F": 0.017987705767154694, + "E": 2.5199764422723092e-05, + "T": 0.0063718208111822605, + "P": 0.0037718808744102716, + "-": 0.9646838307380676 + }, + "id": "tp_3319" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 414882, + "label": "-", + "classification": { + "B": 2.67319933300314e-06, + "S": 3.003663368872367e-05, + "I": 6.5734143390727695e-06, + "C": 2.063147803710308e-05, + "R": 1.718094790703617e-05, + "M": 0.009244636632502079, + "O": 0.0012705104891210794, + "W": 4.641797204385512e-06, + "N": 1.3265484710700548e-07, + "Y": 0.006991037167608738, + "U": 1.0816091133847294e-08, + "K": 1.89436928366149e-08, + "L": 0.0006349399918690324, + "G": 0.0031791445799171925, + "F": 0.005466899368911982, + "E": 5.324212452251231e-06, + "T": 0.00835817214101553, + "P": 0.0003023380122613162, + "-": 0.9644651412963867 + }, + "id": "tp_3320" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 415015, + "label": "-", + "classification": { + "B": 4.196170320935888e-12, + "S": 6.740073082989184e-11, + "I": 4.7546581782853536e-08, + "C": 1.9524711014629048e-10, + "R": 1.0458321708650686e-10, + "M": 1.7269272234443633e-08, + "O": 1.5237754169561413e-08, + "W": 7.917910771482184e-11, + "N": 2.375285801381466e-10, + "Y": 1.2060530707458383e-06, + "U": 1.1699802368245193e-12, + "K": 5.235495717514915e-11, + "L": 3.713825774687152e-11, + "G": 8.812343743613837e-09, + "F": 3.486658170004375e-05, + "E": 3.5442000445584654e-09, + "T": 7.669663659726211e-07, + "P": 0.0072689722292125225, + "-": 0.9926941394805908 + }, + "id": "tp_3321" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 415148, + "label": "-", + "classification": { + "B": 4.693610833328421e-07, + "S": 3.985579951404361e-06, + "I": 2.7550965953082596e-08, + "C": 5.8776343792033003e-08, + "R": 1.9123211814076058e-07, + "M": 0.0009330497705377638, + "O": 0.0007763811736367643, + "W": 4.7552643422932306e-07, + "N": 3.0687025143194546e-10, + "Y": 7.388207450276241e-05, + "U": 8.350663042999695e-12, + "K": 4.169854132124451e-12, + "L": 7.788112998241559e-05, + "G": 9.781523840501904e-05, + "F": 0.00027610280085355043, + "E": 3.962098560350569e-08, + "T": 0.00018209157860837877, + "P": 2.1367877707234584e-05, + "-": 0.9975560903549194 + }, + "id": "tp_3322" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 415282, + "label": "-", + "classification": { + "B": 8.95924401334014e-08, + "S": 4.2884411755039764e-07, + "I": 1.3136910581579286e-07, + "C": 5.5587392466804886e-09, + "R": 2.7172275540721103e-09, + "M": 0.00012406034511514008, + "O": 1.0111947631230578e-05, + "W": 1.0654956028588458e-08, + "N": 1.5960172072837508e-09, + "Y": 5.60545850021299e-05, + "U": 2.2390792345228228e-11, + "K": 6.48314388285165e-11, + "L": 9.029620287037687e-07, + "G": 2.7004542062059045e-05, + "F": 0.0010149666341021657, + "E": 7.764682550259749e-07, + "T": 5.0847349484683946e-05, + "P": 0.0008998702978715301, + "-": 0.9978146553039551 + }, + "id": "tp_3323" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 415382, + "label": "-", + "classification": { + "B": 3.079848738707369e-06, + "S": 4.649940819945186e-06, + "I": 2.701138873817399e-05, + "C": 4.403283674037084e-05, + "R": 1.8158001694246195e-05, + "M": 0.0002212127292295918, + "O": 8.064042049227282e-05, + "W": 3.715566435857909e-06, + "N": 1.933409976118128e-06, + "Y": 0.0018810676410794258, + "U": 6.764174713680404e-07, + "K": 6.105915872467449e-06, + "L": 1.4610694961447734e-05, + "G": 0.00036004421417601407, + "F": 0.012874191626906395, + "E": 3.798822945100255e-05, + "T": 0.000966379651799798, + "P": 0.008856694214046001, + "-": 0.9745979309082031 + }, + "id": "tp_3324" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 415516, + "label": "-", + "classification": { + "B": 2.104452079265684e-08, + "S": 1.0178643350400307e-07, + "I": 1.1720256907210569e-06, + "C": 1.4465058484347537e-07, + "R": 8.543302243424478e-08, + "M": 9.610652341507375e-06, + "O": 4.243098373990506e-06, + "W": 5.358369392638451e-08, + "N": 2.14776001428163e-08, + "Y": 4.259463821654208e-05, + "U": 1.4879419918401027e-09, + "K": 1.1791291498752798e-08, + "L": 2.5243082291126484e-07, + "G": 8.197050192393363e-06, + "F": 0.0008944182191044092, + "E": 3.612065029301448e-07, + "T": 0.0001057007975759916, + "P": 0.004363111685961485, + "-": 0.9945698380470276 + }, + "id": "tp_3325" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 415649, + "label": "-", + "classification": { + "B": 0.0017445504199713469, + "S": 0.0027726441621780396, + "I": 0.0007178299129009247, + "C": 4.583644840749912e-05, + "R": 2.7549316655495204e-05, + "M": 0.012658330611884594, + "O": 0.005349026061594486, + "W": 0.00025213896878995, + "N": 8.096453530015424e-05, + "Y": 0.005341321229934692, + "U": 1.3386720638663974e-06, + "K": 1.415231508872239e-05, + "L": 0.000958680990152061, + "G": 0.00937723834067583, + "F": 0.05750878155231476, + "E": 0.003145509632304311, + "T": 0.005295669659972191, + "P": 0.0716695487499237, + "-": 0.8230388760566711 + }, + "id": "tp_3326" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 415782, + "label": "-", + "classification": { + "B": 9.548217771992995e-10, + "S": 4.112800766620239e-09, + "I": 1.424979927833192e-06, + "C": 1.586644060580511e-07, + "R": 3.0081068302934e-08, + "M": 6.677221335849026e-06, + "O": 8.057405125327932e-07, + "W": 4.6480210791344234e-09, + "N": 1.1175785630257451e-08, + "Y": 0.00010404647036921233, + "U": 1.292941198549613e-09, + "K": 2.0857053861789154e-09, + "L": 4.801498576512131e-08, + "G": 4.738771167467348e-06, + "F": 0.00010693544754758477, + "E": 4.3441283992251556e-07, + "T": 8.011660975171253e-05, + "P": 0.006199798081070185, + "-": 0.9934948086738586 + }, + "id": "tp_3327" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 415883, + "label": "-", + "classification": { + "B": 7.553958130301908e-05, + "S": 0.0001679610286373645, + "I": 2.3996208255994134e-05, + "C": 6.083577318349853e-06, + "R": 3.581866394597455e-06, + "M": 0.000489285564981401, + "O": 0.0006218417547643185, + "W": 2.1430903871078044e-05, + "N": 2.68153530669224e-06, + "Y": 7.185381400631741e-05, + "U": 1.5091627858510037e-07, + "K": 1.0343490686182122e-07, + "L": 5.326066820998676e-05, + "G": 0.00014657157589681447, + "F": 0.0026773090939968824, + "E": 3.09483875753358e-05, + "T": 0.0005738200270570815, + "P": 0.032167840749025345, + "-": 0.9628657698631287 + }, + "id": "tp_3328" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 416016, + "label": "-", + "classification": { + "B": 1.0157214092032518e-05, + "S": 2.2320853531709872e-05, + "I": 0.0001300796720897779, + "C": 0.00032791969715617597, + "R": 8.870544843375683e-05, + "M": 0.0022882740013301373, + "O": 0.00044894331949763, + "W": 1.9445940779405646e-05, + "N": 1.0475092494743876e-05, + "Y": 0.007067687809467316, + "U": 2.4924911485868506e-06, + "K": 6.938339538464788e-06, + "L": 0.00012677261838689446, + "G": 0.0017017321661114693, + "F": 0.021226417273283005, + "E": 0.00016159462393261492, + "T": 0.004189911298453808, + "P": 0.012486821040511131, + "-": 0.9496833086013794 + }, + "id": "tp_3329" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 416149, + "label": "-", + "classification": { + "B": 2.9314080052245117e-07, + "S": 5.251521997706732e-06, + "I": 3.68385408364702e-05, + "C": 0.0001696538965916261, + "R": 4.790504681295715e-05, + "M": 0.000669011496938765, + "O": 0.00017183259478770196, + "W": 3.4879674331023125e-06, + "N": 2.3674190288147656e-06, + "Y": 0.010051892139017582, + "U": 3.2252441428681777e-07, + "K": 7.191971235442907e-06, + "L": 4.1676707041915506e-05, + "G": 0.0019156921189278364, + "F": 0.025368012487888336, + "E": 6.035078695276752e-05, + "T": 0.0031220130622386932, + "P": 0.004420467186719179, + "-": 0.9539057612419128 + }, + "id": "tp_3330" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 416283, + "label": "-", + "classification": { + "B": 3.0925464216124965e-06, + "S": 8.18283933767816e-06, + "I": 2.1529571313294582e-05, + "C": 1.679792876529973e-05, + "R": 3.6277695016906364e-06, + "M": 0.0003613805747590959, + "O": 0.00010918550833594054, + "W": 2.0134891656198306e-06, + "N": 1.1912009085790487e-06, + "Y": 0.0007974953623488545, + "U": 1.1085294460144723e-07, + "K": 9.095070936382399e-07, + "L": 2.7356760256225243e-05, + "G": 0.0007354944245889783, + "F": 0.02182239480316639, + "E": 0.00017906891298480332, + "T": 0.0004246720054652542, + "P": 0.029789946973323822, + "-": 0.9456954598426819 + }, + "id": "tp_3331" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 416383, + "label": "-", + "classification": { + "B": 2.904984874874117e-08, + "S": 8.438410645794647e-07, + "I": 5.877298917766893e-06, + "C": 2.4776547888905043e-06, + "R": 1.3964468053018209e-06, + "M": 1.513314782641828e-05, + "O": 1.4060638022783678e-05, + "W": 4.5936238279864483e-07, + "N": 4.3868087118426047e-07, + "Y": 0.0005052540800534189, + "U": 3.264537085101438e-08, + "K": 3.7481145227502566e-06, + "L": 5.069077815278433e-07, + "G": 4.2357409256510437e-05, + "F": 0.00500924838706851, + "E": 5.927543043071637e-06, + "T": 0.0002661867474671453, + "P": 0.010041438974440098, + "-": 0.9840846061706543 + }, + "id": "tp_3332" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 416517, + "label": "-", + "classification": { + "B": 1.4339774679683615e-05, + "S": 1.3133115317032207e-05, + "I": 0.007026436738669872, + "C": 0.0006904850015416741, + "R": 0.00018896262918133289, + "M": 0.0005777257028967142, + "O": 0.000262605695752427, + "W": 2.880941792682279e-05, + "N": 0.0006083287298679352, + "Y": 0.004788427613675594, + "U": 5.4886735597392544e-05, + "K": 0.00020618272537831217, + "L": 3.9124046452343464e-05, + "G": 0.001385959330946207, + "F": 0.005230259150266647, + "E": 0.002217877423390746, + "T": 0.004869644995778799, + "P": 0.266735315322876, + "-": 0.7050615549087524 + }, + "id": "tp_3333" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 416650, + "label": "-", + "classification": { + "B": 1.4319120333894375e-09, + "S": 9.99914151478265e-10, + "I": 4.49437311544898e-06, + "C": 2.559260110501782e-07, + "R": 3.7076368641919544e-08, + "M": 5.659178441419499e-06, + "O": 5.218724936639774e-07, + "W": 2.9688047575859855e-09, + "N": 2.2741362570855017e-08, + "Y": 3.354057116666809e-05, + "U": 1.5270034126046994e-09, + "K": 3.3645137786919577e-09, + "L": 1.823650208621075e-08, + "G": 3.2758684938016813e-06, + "F": 1.5076109775691293e-05, + "E": 5.824635422868596e-07, + "T": 0.00011091969645349309, + "P": 0.015037355944514275, + "-": 0.984788179397583 + }, + "id": "tp_3334" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 416750, + "label": "-", + "classification": { + "B": 1.854459878813941e-05, + "S": 9.720405614643823e-06, + "I": 0.0014162895968183875, + "C": 0.0002741614880505949, + "R": 0.00013280779239721596, + "M": 0.0004196633235551417, + "O": 0.00036509992787614465, + "W": 2.139744901796803e-05, + "N": 6.983710773056373e-05, + "Y": 0.002287861192598939, + "U": 2.4639284674776718e-05, + "K": 1.2149638678238261e-05, + "L": 8.915995567804202e-05, + "G": 0.0010983478277921677, + "F": 0.003018630901351571, + "E": 0.00031449575908482075, + "T": 0.0032635696697980165, + "P": 0.11643454432487488, + "-": 0.8707290291786194 + }, + "id": "tp_3335" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 416884, + "label": "-", + "classification": { + "B": 1.5102513316378463e-05, + "S": 1.299402447330067e-05, + "I": 0.0018707363633438945, + "C": 0.00029380348860286176, + "R": 0.00011339130287524313, + "M": 0.001210138900205493, + "O": 0.00035401800414547324, + "W": 2.69960037257988e-05, + "N": 9.956524445442483e-05, + "Y": 0.004310928285121918, + "U": 1.8558081137598492e-05, + "K": 2.2029882529750466e-05, + "L": 8.33547383081168e-05, + "G": 0.0009887677151709795, + "F": 0.002585264854133129, + "E": 0.000754988519474864, + "T": 0.0046808370389044285, + "P": 0.10141105949878693, + "-": 0.8811475038528442 + }, + "id": "tp_3336" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 417017, + "label": "-", + "classification": { + "B": 1.1484601145639317e-06, + "S": 8.231983201767434e-07, + "I": 0.00038429602864198387, + "C": 5.862220859853551e-05, + "R": 6.208629656612175e-06, + "M": 0.00010844117059605196, + "O": 2.8153759558335878e-05, + "W": 2.965593466797145e-06, + "N": 2.0764407963724807e-05, + "Y": 0.0008429201552644372, + "U": 1.6841778460729984e-06, + "K": 5.923369462834671e-05, + "L": 1.548004888718424e-06, + "G": 0.0002843556285370141, + "F": 0.0028338050469756126, + "E": 0.0008290833793580532, + "T": 0.00047291722148656845, + "P": 0.10201957076787949, + "-": 0.8920434713363647 + }, + "id": "tp_3337" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 417150, + "label": "-", + "classification": { + "B": 0.0003578218456823379, + "S": 0.00025632657343521714, + "I": 0.005000285804271698, + "C": 0.000502192706335336, + "R": 0.00046521369949914515, + "M": 0.009257656522095203, + "O": 0.003915552049875259, + "W": 0.00017843763635028154, + "N": 0.000395932758692652, + "Y": 0.013126280158758163, + "U": 5.6869976106099784e-05, + "K": 5.664588024956174e-05, + "L": 0.0009913528338074684, + "G": 0.010576795786619186, + "F": 0.014439417980611324, + "E": 0.0012132810661569238, + "T": 0.025674600154161453, + "P": 0.06563353538513184, + "-": 0.8479018211364746 + }, + "id": "tp_3338" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 417251, + "label": "-", + "classification": { + "B": 1.5262387023540214e-05, + "S": 3.171265052515082e-05, + "I": 0.00043384579475969076, + "C": 5.3732615924673155e-05, + "R": 7.22629192750901e-06, + "M": 0.0008675140561535954, + "O": 0.00018910184735432267, + "W": 1.4659312000731006e-05, + "N": 4.862803325522691e-05, + "Y": 0.0021179928444325924, + "U": 4.446947968972381e-06, + "K": 7.863945029384922e-06, + "L": 3.884333273163065e-05, + "G": 0.0005705357179977, + "F": 0.004470814950764179, + "E": 0.0006379373371601105, + "T": 0.0033963772002607584, + "P": 0.1795167773962021, + "-": 0.8075767159461975 + }, + "id": "tp_3339" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 417384, + "label": "-", + "classification": { + "B": 3.0066150458196716e-08, + "S": 5.7293885191711524e-09, + "I": 1.065946798917139e-05, + "C": 1.066105824065744e-06, + "R": 1.018567132859971e-07, + "M": 1.455590518162353e-05, + "O": 1.8152686607209034e-06, + "W": 5.680921510986536e-09, + "N": 1.1187614745722385e-07, + "Y": 7.035550515865907e-05, + "U": 4.3839349928020965e-09, + "K": 4.383684526487741e-09, + "L": 1.549424979430114e-07, + "G": 3.3791406167438254e-05, + "F": 0.0001323648466495797, + "E": 4.910774350719294e-06, + "T": 0.00010874823783524334, + "P": 0.01987515017390251, + "-": 0.9797461628913879 + }, + "id": "tp_3340" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 417518, + "label": "-", + "classification": { + "B": 2.8548737418532255e-07, + "S": 8.411667522523203e-07, + "I": 1.4131410353002138e-05, + "C": 4.910802431368211e-07, + "R": 7.05749840790304e-08, + "M": 6.30665454082191e-05, + "O": 1.5994684872566722e-05, + "W": 3.1531752142655023e-07, + "N": 1.0490156228115666e-06, + "Y": 0.000151145868585445, + "U": 3.869750386797932e-08, + "K": 5.406109266914427e-07, + "L": 4.86574208480306e-07, + "G": 2.9097238439135253e-05, + "F": 0.000628055480774492, + "E": 4.2454492358956486e-05, + "T": 0.00029398943297564983, + "P": 0.0491386279463768, + "-": 0.9496193528175354 + }, + "id": "tp_3341" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 417651, + "label": "-", + "classification": { + "B": 6.132922294455057e-07, + "S": 2.502951701899292e-06, + "I": 0.0009020346333272755, + "C": 2.62978755927179e-05, + "R": 1.5438683476531878e-05, + "M": 9.242111991625279e-05, + "O": 5.1311973948031664e-05, + "W": 3.58485453944013e-06, + "N": 5.770134157501161e-05, + "Y": 0.0015221538487821817, + "U": 2.6438581244292436e-06, + "K": 1.3410790415946394e-05, + "L": 3.733995754373609e-06, + "G": 0.00012802555283997208, + "F": 0.00177255820017308, + "E": 0.00016433288692496717, + "T": 0.0021842452697455883, + "P": 0.17805364727973938, + "-": 0.8150032758712769 + }, + "id": "tp_3342" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 417751, + "label": "-", + "classification": { + "B": 6.450011098141362e-12, + "S": 2.850408971355467e-11, + "I": 1.3115428032506316e-07, + "C": 2.1226638224902672e-08, + "R": 1.4490827426882902e-09, + "M": 2.3595480058702378e-07, + "O": 2.2627466123026352e-08, + "W": 3.235060136441703e-11, + "N": 4.8920556494636e-10, + "Y": 7.260842721734662e-06, + "U": 6.182377526586791e-11, + "K": 8.162404779854526e-11, + "L": 1.101231217326415e-09, + "G": 3.49735387317196e-07, + "F": 8.00812995294109e-06, + "E": 2.3620525979595186e-08, + "T": 1.8870336134568788e-05, + "P": 0.004291213117539883, + "-": 0.9956738352775574 + }, + "id": "tp_3343" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 417885, + "label": "-", + "classification": { + "B": 3.528929681806403e-08, + "S": 6.039797995072149e-09, + "I": 3.427731280680746e-05, + "C": 2.7234373192186467e-06, + "R": 2.0619619078843243e-07, + "M": 3.44247155226185e-06, + "O": 1.5041639471746748e-06, + "W": 3.164410600220435e-08, + "N": 3.4675278470785997e-07, + "Y": 4.6376051614061e-05, + "U": 2.5634047773337443e-08, + "K": 1.422182549504214e-08, + "L": 9.02471768426949e-08, + "G": 7.145072231651284e-06, + "F": 4.255547537468374e-05, + "E": 5.04667377754231e-06, + "T": 6.38106357655488e-05, + "P": 0.06536412239074707, + "-": 0.9344281554222107 + }, + "id": "tp_3344" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 418018, + "label": "-", + "classification": { + "B": 5.16576335485297e-07, + "S": 1.382814957651135e-06, + "I": 0.00015849350893404335, + "C": 7.490467396564782e-05, + "R": 8.794473615125753e-06, + "M": 3.608709812397137e-05, + "O": 3.277492942288518e-05, + "W": 2.3323023015109356e-06, + "N": 2.3265252821147442e-05, + "Y": 0.0006431911024264991, + "U": 2.722286808420904e-06, + "K": 3.110525358351879e-05, + "L": 2.279154614370782e-06, + "G": 0.00017765317170415074, + "F": 0.009381908923387527, + "E": 0.0001408407260896638, + "T": 0.00042733096051961184, + "P": 0.1811438649892807, + "-": 0.8077105283737183 + }, + "id": "tp_3345" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 418151, + "label": "-", + "classification": { + "B": 4.164264044703714e-09, + "S": 5.226313271045058e-10, + "I": 2.963753331641783e-07, + "C": 3.508582091527046e-09, + "R": 4.066563474847129e-10, + "M": 7.108386625986896e-07, + "O": 1.850494584232365e-07, + "W": 6.978962407977463e-10, + "N": 1.20921928026263e-09, + "Y": 4.698197699326556e-06, + "U": 5.2426847585440584e-11, + "K": 5.06518577081394e-11, + "L": 8.075000224039286e-09, + "G": 1.3903072613175027e-06, + "F": 2.1328922230168246e-05, + "E": 2.921794646226772e-07, + "T": 5.981082722428255e-06, + "P": 0.025078846141695976, + "-": 0.9748861789703369 + }, + "id": "tp_3346" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 418252, + "label": "-", + "classification": { + "B": 6.071346803082633e-08, + "S": 7.99104959980923e-09, + "I": 8.11940651601617e-07, + "C": 3.2530572013911296e-08, + "R": 8.271836549056388e-09, + "M": 4.2019973989226855e-07, + "O": 7.44952217246464e-07, + "W": 7.780044164462652e-09, + "N": 1.298751328704384e-08, + "Y": 4.858754437009338e-06, + "U": 7.669596624459984e-10, + "K": 6.055346224442815e-10, + "L": 3.571012641145899e-08, + "G": 2.998317540914286e-06, + "F": 0.00013264526205603033, + "E": 5.959526561127859e-07, + "T": 7.545702374045504e-06, + "P": 0.14365556836128235, + "-": 0.8561936616897583 + }, + "id": "tp_3347" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 418385, + "label": "-", + "classification": { + "B": 8.276082727118328e-13, + "S": 3.295247755219499e-12, + "I": 7.013503022790246e-08, + "C": 6.129812213373498e-10, + "R": 5.73451806873404e-11, + "M": 2.903826956668354e-09, + "O": 2.743970828333886e-09, + "W": 9.26775236415045e-12, + "N": 6.044662548276847e-10, + "Y": 9.241659881809028e-07, + "U": 9.17712694031847e-12, + "K": 3.770495915489391e-09, + "L": 5.797023451548089e-12, + "G": 3.8047048178668774e-08, + "F": 1.4132716387393884e-05, + "E": 5.3139999067752797e-08, + "T": 4.4568446355697233e-07, + "P": 0.010386022739112377, + "-": 0.9895981550216675 + }, + "id": "tp_3348" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 418519, + "label": "-", + "classification": { + "B": 0.000130216489196755, + "S": 5.4333999287337065e-05, + "I": 0.0015416479436680675, + "C": 0.0013470089761540294, + "R": 0.0004373552219476551, + "M": 0.0022364938631653786, + "O": 0.0010543217649683356, + "W": 6.43061866867356e-05, + "N": 6.452094385167584e-05, + "Y": 0.009239396080374718, + "U": 2.6879868528340012e-05, + "K": 7.775882295391057e-06, + "L": 0.0006262064562179148, + "G": 0.007045794744044542, + "F": 0.00926969200372696, + "E": 0.0005237885052338243, + "T": 0.006897497456520796, + "P": 0.04939744248986244, + "-": 0.9100353121757507 + }, + "id": "tp_3349" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 418652, + "label": "-", + "classification": { + "B": 1.920143510858452e-08, + "S": 4.7780925882534575e-09, + "I": 1.7027006833814085e-05, + "C": 2.8175820716569433e-06, + "R": 2.3268317761448998e-07, + "M": 1.3315657270140946e-05, + "O": 9.342970770376269e-07, + "W": 2.028187751079713e-08, + "N": 1.51251811075781e-07, + "Y": 9.14631164050661e-05, + "U": 2.1678333794739046e-08, + "K": 9.286398494623427e-08, + "L": 8.855432298560117e-08, + "G": 1.6988338757073507e-05, + "F": 0.00022929336410015821, + "E": 8.282771887024865e-06, + "T": 9.284447151003405e-05, + "P": 0.05194229260087013, + "-": 0.9475841522216797 + }, + "id": "tp_3350" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 418752, + "label": "-", + "classification": { + "B": 1.654742343148996e-09, + "S": 2.0970754022187066e-09, + "I": 8.599071321668816e-08, + "C": 1.1111687570064532e-08, + "R": 5.013282566856958e-10, + "M": 3.0424604346990236e-07, + "O": 1.0111369874721277e-07, + "W": 7.542613200683945e-10, + "N": 2.604183979570962e-09, + "Y": 4.459242518350948e-06, + "U": 5.56047881350441e-11, + "K": 4.218888793872111e-09, + "L": 1.633683854862511e-09, + "G": 5.362700221667183e-07, + "F": 0.0008100108825601637, + "E": 7.490696702916466e-07, + "T": 2.3454629172192654e-06, + "P": 0.013236836530268192, + "-": 0.9859445095062256 + }, + "id": "tp_3351" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 418886, + "label": "-", + "classification": { + "B": 1.801528014766518e-05, + "S": 3.7969086406519637e-05, + "I": 0.011975257657468319, + "C": 0.0008281423361040652, + "R": 0.0001372902625007555, + "M": 0.0009418213739991188, + "O": 0.0003484274202492088, + "W": 5.026787403039634e-05, + "N": 0.00108810025267303, + "Y": 0.007564691826701164, + "U": 2.7953081371379085e-05, + "K": 0.0002712212735787034, + "L": 3.265575651312247e-05, + "G": 0.0007961467490531504, + "F": 0.004548091907054186, + "E": 0.004272640682756901, + "T": 0.0037559564225375652, + "P": 0.28032371401786804, + "-": 0.6829816699028015 + }, + "id": "tp_3352" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 419019, + "label": "-", + "classification": { + "B": 2.5146096049866173e-06, + "S": 1.509190315118758e-05, + "I": 0.0010063726222142577, + "C": 0.00014885389828123152, + "R": 5.302859426592477e-05, + "M": 0.000800703652203083, + "O": 0.00017791132268030196, + "W": 1.4073440979700536e-05, + "N": 5.394340769271366e-05, + "Y": 0.0040895710699260235, + "U": 7.2149182415159885e-06, + "K": 8.422939572483301e-06, + "L": 3.726881186594255e-05, + "G": 0.00039095632382668555, + "F": 0.003625619923695922, + "E": 0.0002851035096682608, + "T": 0.008882482536137104, + "P": 0.13126535713672638, + "-": 0.8491355180740356 + }, + "id": "tp_3353" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 419152, + "label": "-", + "classification": { + "B": 3.3349306249874644e-07, + "S": 2.7306583660902106e-07, + "I": 9.456917177885771e-05, + "C": 8.644762601761613e-06, + "R": 1.7275647223868873e-06, + "M": 6.386220047716051e-05, + "O": 1.7902511899592355e-05, + "W": 4.2959774759765423e-07, + "N": 1.860720885815681e-06, + "Y": 0.0002618300204630941, + "U": 1.7660256901308458e-07, + "K": 5.2022567587073354e-08, + "L": 2.3474296995118493e-06, + "G": 3.1626957934349775e-05, + "F": 0.0002555065439082682, + "E": 3.2337407901650295e-05, + "T": 0.0006513571715913713, + "P": 0.08399958163499832, + "-": 0.914575457572937 + }, + "id": "tp_3354" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 419253, + "label": "-", + "classification": { + "B": 2.764697626389534e-08, + "S": 4.120532803852939e-09, + "I": 4.857228759647114e-06, + "C": 1.0217361250397516e-06, + "R": 1.0428249908045473e-07, + "M": 1.3656136616191361e-05, + "O": 1.4995364381320542e-06, + "W": 6.455855849907266e-09, + "N": 4.381754337146049e-08, + "Y": 0.0002941874845419079, + "U": 6.881365255395622e-09, + "K": 2.3196551346416072e-09, + "L": 1.3909179585880338e-07, + "G": 2.701842640817631e-05, + "F": 2.965942258015275e-05, + "E": 3.161309905408416e-06, + "T": 0.00019414031703490764, + "P": 0.020470917224884033, + "-": 0.9789595007896423 + }, + "id": "tp_3355" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 419386, + "label": "-", + "classification": { + "B": 5.809538834000705e-06, + "S": 1.5974845837263274e-06, + "I": 6.12910371273756e-05, + "C": 8.185304977814667e-06, + "R": 1.8370634506936767e-06, + "M": 0.00012781766417901963, + "O": 5.2111172408331186e-05, + "W": 1.768480160535546e-06, + "N": 3.954555268137483e-06, + "Y": 0.00031198316719383, + "U": 3.012740421581839e-07, + "K": 7.111817694749334e-07, + "L": 5.255949417914962e-06, + "G": 0.00010150599700864404, + "F": 0.002437679097056389, + "E": 7.753834506729618e-05, + "T": 0.0003884113684762269, + "P": 0.07017864286899567, + "-": 0.9262336492538452 + }, + "id": "tp_3356" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 419520, + "label": "-", + "classification": { + "B": 1.1971082458650528e-10, + "S": 3.197474784943921e-10, + "I": 6.220961381586676e-07, + "C": 8.124650285878943e-09, + "R": 5.0207865642804e-10, + "M": 5.218574301579793e-07, + "O": 5.4610787003639416e-08, + "W": 4.28268615015881e-10, + "N": 4.721293134224425e-09, + "Y": 5.927018264628714e-06, + "U": 4.042462545261749e-11, + "K": 6.745428660082098e-10, + "L": 3.804271619944899e-10, + "G": 2.6764595872919017e-07, + "F": 1.4405050933419261e-05, + "E": 4.788614091921772e-07, + "T": 7.825948159734253e-06, + "P": 0.024273131042718887, + "-": 0.9756968021392822 + }, + "id": "tp_3357" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 419653, + "label": "-", + "classification": { + "B": 6.058487489468689e-09, + "S": 6.041190214745029e-09, + "I": 5.414033239503624e-07, + "C": 9.852030302681669e-09, + "R": 1.2223567713576244e-09, + "M": 9.084578209694882e-07, + "O": 7.466884994755674e-07, + "W": 6.496003290834551e-09, + "N": 6.514180306282924e-09, + "Y": 1.6184619653358823e-06, + "U": 9.2843607801818e-11, + "K": 8.342759122426102e-11, + "L": 2.211306160404547e-08, + "G": 1.0001349437516183e-06, + "F": 8.78791106515564e-05, + "E": 5.890086072213307e-07, + "T": 5.138259439263493e-06, + "P": 0.07171554118394852, + "-": 0.9281858801841736 + }, + "id": "tp_3358" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 419753, + "label": "-", + "classification": { + "B": 2.1849023141840007e-06, + "S": 1.8288214960193727e-06, + "I": 2.9672915843548253e-05, + "C": 3.648322262961301e-06, + "R": 1.348220962427149e-06, + "M": 0.0004677409306168556, + "O": 5.1853636250598356e-05, + "W": 9.073410751625488e-07, + "N": 6.527160394398379e-07, + "Y": 0.00042662222404032946, + "U": 4.64642084807565e-08, + "K": 5.073784592468655e-08, + "L": 8.066545888141263e-06, + "G": 0.00011559759877854958, + "F": 0.0017520884284749627, + "E": 2.4064578610705212e-05, + "T": 0.0007533928728662431, + "P": 0.025321945548057556, + "-": 0.9710382223129272 + }, + "id": "tp_3359" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 419887, + "label": "-", + "classification": { + "B": 1.6320795381830067e-08, + "S": 3.4388861536172044e-08, + "I": 3.168077910231659e-06, + "C": 7.079066222104302e-08, + "R": 1.4554635718866393e-08, + "M": 1.4550264495483134e-06, + "O": 8.115474088299379e-07, + "W": 2.9258574230084378e-08, + "N": 1.3690187472548132e-07, + "Y": 1.6770194633863866e-05, + "U": 3.789315528024417e-09, + "K": 8.661732664450028e-08, + "L": 1.4135790316061048e-08, + "G": 1.7965157894650474e-06, + "F": 0.0005987717886455357, + "E": 4.298239218769595e-06, + "T": 2.2358821297530085e-05, + "P": 0.18453146517276764, + "-": 0.8148186802864075 + }, + "id": "tp_3360" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 420020, + "label": "-", + "classification": { + "B": 1.449484798854428e-08, + "S": 6.69846471623714e-08, + "I": 3.2584530345047824e-06, + "C": 1.6883565479020035e-07, + "R": 4.683271370709008e-08, + "M": 6.573464474968205e-07, + "O": 1.793355522750062e-06, + "W": 7.416321068376419e-08, + "N": 1.9724342337212875e-07, + "Y": 1.3631313777295873e-05, + "U": 9.441337489590751e-09, + "K": 5.289316504786257e-07, + "L": 2.3785235114814895e-08, + "G": 1.381891252094647e-06, + "F": 0.00221549766138196, + "E": 3.385128593436093e-06, + "T": 1.43077049870044e-05, + "P": 0.06676880270242691, + "-": 0.9309762716293335 + }, + "id": "tp_3361" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 420153, + "label": "-", + "classification": { + "B": 0.0003385072632227093, + "S": 0.0003337186062708497, + "I": 0.0013346216874197125, + "C": 0.0008757684845477343, + "R": 0.0008662501350045204, + "M": 0.008395631797611713, + "O": 0.0031709312461316586, + "W": 0.0001855139125837013, + "N": 0.00010089487477671355, + "Y": 0.019067734479904175, + "U": 1.9907016394427046e-05, + "K": 3.137948442599736e-05, + "L": 0.0013695013476535678, + "G": 0.012279907241463661, + "F": 0.023608027026057243, + "E": 0.0007257901015691459, + "T": 0.018431907519698143, + "P": 0.026409287005662918, + "-": 0.8824546933174133 + }, + "id": "tp_3362" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 420254, + "label": "-", + "classification": { + "B": 3.628508409292408e-07, + "S": 3.2538804362047813e-07, + "I": 6.894497346365824e-05, + "C": 7.228407412185334e-06, + "R": 2.6354205147072207e-06, + "M": 0.00038274668622761965, + "O": 2.213553489127662e-05, + "W": 2.7468706775835017e-07, + "N": 1.4356724022945855e-06, + "Y": 0.000971445522736758, + "U": 7.55391482698542e-08, + "K": 2.9627199182868935e-07, + "L": 2.6190944026893703e-06, + "G": 0.0002368886925978586, + "F": 0.0015022484585642815, + "E": 0.00011514496873132885, + "T": 0.0008117613033391535, + "P": 0.038985542953014374, + "-": 0.9568878412246704 + }, + "id": "tp_3363" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 420387, + "label": "-", + "classification": { + "B": 5.404643275142007e-07, + "S": 2.3065979348757537e-08, + "I": 2.2953048755880445e-05, + "C": 1.5456287201232044e-06, + "R": 1.3379880670072453e-07, + "M": 2.801954178721644e-05, + "O": 4.070954673807137e-06, + "W": 4.7596820706985454e-08, + "N": 3.346602284182154e-07, + "Y": 4.169901512796059e-05, + "U": 1.2543553751243053e-08, + "K": 2.1400438754426432e-08, + "L": 3.3920042596946587e-07, + "G": 3.9364193071378395e-05, + "F": 0.00024906545877456665, + "E": 7.380884926533327e-05, + "T": 5.697270171367563e-05, + "P": 0.14476177096366882, + "-": 0.8547194600105286 + }, + "id": "tp_3364" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 420521, + "label": "-", + "classification": { + "B": 6.469057552749291e-06, + "S": 9.531174214316707e-07, + "I": 2.5381416435266146e-06, + "C": 6.831321570643922e-07, + "R": 7.948370495114432e-08, + "M": 6.121224942035042e-06, + "O": 7.481857664970448e-06, + "W": 5.443626491796749e-07, + "N": 2.645066388140549e-07, + "Y": 3.458668652456254e-05, + "U": 1.33538309299297e-08, + "K": 2.5770947331693606e-07, + "L": 2.7372558975002903e-07, + "G": 3.5714616387849674e-05, + "F": 0.0031826444901525974, + "E": 5.6050823332043365e-05, + "T": 1.7856482372735627e-05, + "P": 0.1320844441652298, + "-": 0.86456298828125 + }, + "id": "tp_3365" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 420654, + "label": "-", + "classification": { + "B": 4.492304015002446e-06, + "S": 3.4694105579546886e-06, + "I": 0.00010720841237343848, + "C": 6.862312875455245e-05, + "R": 2.908419628511183e-05, + "M": 0.0012095306301489472, + "O": 0.0001108870274038054, + "W": 3.0668816179968417e-06, + "N": 3.132630126856384e-06, + "Y": 0.017368551343679428, + "U": 8.66579625835584e-07, + "K": 4.856588020629715e-06, + "L": 3.23742424370721e-05, + "G": 0.001515134354121983, + "F": 0.0040147812105715275, + "E": 0.0001326050842180848, + "T": 0.0053528654389083385, + "P": 0.009411334991455078, + "-": 0.9606270790100098 + }, + "id": "tp_3366" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 420754, + "label": "-", + "classification": { + "B": 1.9715080270543694e-06, + "S": 4.092456492799101e-06, + "I": 0.00030454769148491323, + "C": 1.2982192856725305e-05, + "R": 1.8767676692732493e-06, + "M": 4.310909207561053e-05, + "O": 2.141471668437589e-05, + "W": 3.139378577543539e-06, + "N": 4.300651198718697e-05, + "Y": 0.00039518761332146823, + "U": 1.2296211480133934e-06, + "K": 2.524731280573178e-05, + "L": 1.5764319414302008e-06, + "G": 6.444342579925433e-05, + "F": 0.006479240953922272, + "E": 0.00043032795656472445, + "T": 0.00041896302718669176, + "P": 0.38527125120162964, + "-": 0.6064764261245728 + }, + "id": "tp_3367" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 420888, + "label": "-", + "classification": { + "B": 0.0003421840083319694, + "S": 2.2318552510114387e-05, + "I": 0.0016505055828019977, + "C": 0.00028524798108264804, + "R": 6.72990718157962e-05, + "M": 0.0019325453322380781, + "O": 0.00035218000994063914, + "W": 2.3017819330561906e-05, + "N": 7.501864456571639e-05, + "Y": 0.005360737442970276, + "U": 1.810086723708082e-05, + "K": 1.0260107046633493e-05, + "L": 0.0001775996934156865, + "G": 0.00456854235380888, + "F": 0.00679638609290123, + "E": 0.002079830737784505, + "T": 0.004289721138775349, + "P": 0.20493575930595398, + "-": 0.7670127153396606 + }, + "id": "tp_3368" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 421021, + "label": "-", + "classification": { + "B": 2.3038329288738169e-07, + "S": 1.790974479831675e-08, + "I": 3.76546049665194e-05, + "C": 5.810319407828501e-07, + "R": 6.685267095463132e-08, + "M": 1.6797273929114453e-05, + "O": 5.697152573702624e-06, + "W": 6.889538894938596e-08, + "N": 5.954184985057509e-07, + "Y": 3.982785710832104e-05, + "U": 2.563491108276139e-08, + "K": 8.103438808859664e-09, + "L": 2.54544545441604e-07, + "G": 1.3437563211482484e-05, + "F": 1.7146025129477493e-05, + "E": 1.0120624210685492e-05, + "T": 0.0003563446516636759, + "P": 0.1156039759516716, + "-": 0.8838970065116882 + }, + "id": "tp_3369" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 421154, + "label": "-", + "classification": { + "B": 1.3334009452137252e-07, + "S": 4.951358789639926e-08, + "I": 5.4055199143476784e-05, + "C": 0.0002559824788477272, + "R": 7.6031215030525345e-06, + "M": 6.110769754741341e-05, + "O": 4.219966285745613e-06, + "W": 8.733922385317783e-08, + "N": 1.0127590712727397e-06, + "Y": 0.0007502076914533973, + "U": 4.752857591938664e-07, + "K": 4.172007720626425e-06, + "L": 9.281748134526424e-07, + "G": 0.0001951425801962614, + "F": 0.0014489475870504975, + "E": 3.607919643400237e-05, + "T": 0.0002921090053860098, + "P": 0.016615206375718117, + "-": 0.9802724719047546 + }, + "id": "tp_3370" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 421255, + "label": "-", + "classification": { + "B": 1.1060516946770349e-08, + "S": 2.5078850107718154e-09, + "I": 1.3435126788863272e-07, + "C": 5.6744613452508474e-09, + "R": 1.9375809845456615e-09, + "M": 1.4421411833609454e-06, + "O": 8.004877258827037e-07, + "W": 4.591516944429941e-09, + "N": 5.483680176610051e-10, + "Y": 4.242057457304327e-06, + "U": 2.7160360765998703e-11, + "K": 2.778090040997383e-12, + "L": 3.733476816591974e-08, + "G": 2.5481486431999656e-07, + "F": 5.946777037024731e-06, + "E": 5.069752262443217e-08, + "T": 7.116056622180622e-06, + "P": 0.004198422189801931, + "-": 0.9957815408706665 + }, + "id": "tp_3371" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 421388, + "label": "-", + "classification": { + "B": 1.2797463533331666e-08, + "S": 7.59706964004181e-09, + "I": 0.00036855347570963204, + "C": 1.869336529125576e-06, + "R": 1.9662773809159262e-07, + "M": 9.717991815705318e-06, + "O": 8.16502279121778e-07, + "W": 1.973968188906383e-08, + "N": 2.1656101125699934e-06, + "Y": 0.00024768771254457533, + "U": 1.753270950644037e-08, + "K": 1.581159203567495e-08, + "L": 6.268916052931672e-08, + "G": 9.833951480686665e-06, + "F": 4.3534746509976685e-05, + "E": 2.839860644598957e-05, + "T": 0.0003524669155012816, + "P": 0.3058953881263733, + "-": 0.6930392384529114 + }, + "id": "tp_3372" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 421522, + "label": "-", + "classification": { + "B": 7.692560757277533e-07, + "S": 5.202898023526359e-07, + "I": 0.00010566736455075443, + "C": 6.090190254326444e-06, + "R": 1.1020366628144984e-06, + "M": 1.630338556424249e-05, + "O": 1.9072827853960916e-05, + "W": 1.0299763744114898e-06, + "N": 4.009714757557958e-06, + "Y": 5.324443191057071e-05, + "U": 1.7575001720615546e-07, + "K": 6.993546008970952e-08, + "L": 1.243612018697604e-06, + "G": 2.5884432034217753e-05, + "F": 0.00031031755497679114, + "E": 1.5008845366537571e-05, + "T": 0.00023448996944352984, + "P": 0.3087664246559143, + "-": 0.6904385685920715 + }, + "id": "tp_3373" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 421655, + "label": "-", + "classification": { + "B": 2.0875805528675073e-09, + "S": 1.1265520738490409e-09, + "I": 6.151481102278922e-08, + "C": 2.595876624766902e-09, + "R": 1.469437349577163e-10, + "M": 5.071616726581851e-08, + "O": 5.3987388781706613e-08, + "W": 6.997242230077916e-10, + "N": 1.7095043158832368e-09, + "Y": 1.8409566564514535e-06, + "U": 5.992960294687322e-11, + "K": 3.4508571555846856e-09, + "L": 9.285270330394724e-10, + "G": 2.846809650236537e-07, + "F": 0.00026685078046284616, + "E": 2.797130775888945e-07, + "T": 1.453782715543639e-06, + "P": 0.029061147943139076, + "-": 0.9706677794456482 + }, + "id": "tp_3374" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 421755, + "label": "-", + "classification": { + "B": 1.4672947301619388e-08, + "S": 1.5671185460419679e-09, + "I": 3.284799959146767e-06, + "C": 1.6444115544800297e-06, + "R": 1.2491622669585922e-07, + "M": 5.960266662441427e-07, + "O": 4.510287965331372e-07, + "W": 3.621454025548587e-09, + "N": 5.420204018946606e-08, + "Y": 2.832407881214749e-05, + "U": 4.9485815445393655e-09, + "K": 1.2957724671025517e-08, + "L": 3.688004568402903e-08, + "G": 1.4377289517142344e-05, + "F": 0.00038947840221226215, + "E": 2.291183818670106e-06, + "T": 2.079614387184847e-05, + "P": 0.04937662184238434, + "-": 0.9501618146896362 + }, + "id": "tp_3375" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 421889, + "label": "-", + "classification": { + "B": 1.8760026084668757e-12, + "S": 2.3753114058999714e-11, + "I": 7.789110610841032e-13, + "C": 4.104637636725972e-12, + "R": 4.729394393471198e-12, + "M": 3.5112112328761214e-08, + "O": 2.2978165148401786e-08, + "W": 2.4551272473360974e-12, + "N": 6.053419425132976e-16, + "Y": 1.1015906409284071e-07, + "U": 2.907398239803023e-17, + "K": 1.6878933073416075e-17, + "L": 1.556126671964364e-09, + "G": 2.042013669267817e-08, + "F": 1.1701024959620554e-05, + "E": 3.6809016121588933e-13, + "T": 2.777314875856973e-07, + "P": 4.04046033963823e-07, + "-": 0.9999874830245972 + }, + "id": "tp_3376" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 422022, + "label": "-", + "classification": { + "B": 2.6685987108976406e-07, + "S": 8.762699508224614e-07, + "I": 4.9650466280581895e-06, + "C": 1.6310748833348043e-05, + "R": 6.859956556581892e-06, + "M": 0.00017012454918585718, + "O": 4.202805939712562e-05, + "W": 7.621177928740508e-07, + "N": 1.924775716588556e-07, + "Y": 0.0014078463427722454, + "U": 5.7649565121664637e-08, + "K": 1.6912281353143044e-07, + "L": 9.066990060091484e-06, + "G": 0.00014410840230993927, + "F": 0.005368569865822792, + "E": 3.9907372411107644e-06, + "T": 0.0008913439232856035, + "P": 0.004090527072548866, + "-": 0.9878419041633606 + }, + "id": "tp_3377" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 422155, + "label": "-", + "classification": { + "B": 3.843929880531505e-05, + "S": 5.428818622021936e-05, + "I": 0.0004117356438655406, + "C": 0.0002380155201535672, + "R": 0.0001111790188588202, + "M": 0.0028577977791428566, + "O": 0.0010972201125696301, + "W": 3.5453438613330945e-05, + "N": 3.9879090763861313e-05, + "Y": 0.0036431762855499983, + "U": 9.422327821084764e-06, + "K": 5.921373031014809e-06, + "L": 0.00022272786009125412, + "G": 0.0014448334695771337, + "F": 0.0033312507439404726, + "E": 0.0001643423456698656, + "T": 0.009330525062978268, + "P": 0.033345695585012436, + "-": 0.9436181783676147 + }, + "id": "tp_3378" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 422256, + "label": "-", + "classification": { + "B": 0.0002524829760659486, + "S": 0.0006545813521370292, + "I": 0.004339522682130337, + "C": 0.0006149231339804828, + "R": 0.0006014224491082132, + "M": 0.014031395316123962, + "O": 0.0030755160842090845, + "W": 0.0003842998412437737, + "N": 0.00048539575072936714, + "Y": 0.05694373697042465, + "U": 7.058389746816829e-05, + "K": 0.00045805677655152977, + "L": 0.000633596966508776, + "G": 0.009030462242662907, + "F": 0.021170884370803833, + "E": 0.0020906596910208464, + "T": 0.04516264423727989, + "P": 0.04118866100907326, + "-": 0.798811137676239 + }, + "id": "tp_3379" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 422389, + "label": "-", + "classification": { + "B": 1.1566991986455832e-07, + "S": 3.119263283224427e-07, + "I": 1.5604542795699672e-06, + "C": 1.6750493614381412e-06, + "R": 5.259022941572766e-07, + "M": 5.369620703277178e-05, + "O": 7.35416006136802e-06, + "W": 8.867232281772885e-08, + "N": 6.14223409911574e-08, + "Y": 0.0009927169885486364, + "U": 7.74545583226427e-09, + "K": 2.405814143457974e-07, + "L": 8.453046689282928e-07, + "G": 0.00020082065020687878, + "F": 0.00875640008598566, + "E": 6.520938768517226e-06, + "T": 0.0002492041967343539, + "P": 0.003134106984362006, + "-": 0.9865937232971191 + }, + "id": "tp_3380" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 422523, + "label": "-", + "classification": { + "B": 5.120018613524735e-06, + "S": 0.0003150419797748327, + "I": 1.792199327610433e-05, + "C": 1.4180324114931864e-06, + "R": 6.947272595425602e-06, + "M": 0.0007953292224556208, + "O": 0.001737049431540072, + "W": 3.779186590691097e-05, + "N": 1.4744359759788495e-06, + "Y": 0.0004418782191351056, + "U": 2.181767833064896e-08, + "K": 1.496109547360902e-07, + "L": 9.635518654249609e-05, + "G": 0.00016241116099990904, + "F": 0.006868322845548391, + "E": 3.35113622895733e-06, + "T": 0.002117190742865205, + "P": 0.00863090343773365, + "-": 0.9787611961364746 + }, + "id": "tp_3381" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 422656, + "label": "-", + "classification": { + "B": 3.7333421687435475e-08, + "S": 3.463297389316722e-06, + "I": 8.669393736226993e-08, + "C": 8.296192959278414e-07, + "R": 2.5258805180783384e-07, + "M": 2.59034877672093e-05, + "O": 2.2343196178553626e-05, + "W": 2.9457095251927967e-07, + "N": 1.1665937549310001e-08, + "Y": 0.0004117944336030632, + "U": 4.055314972717383e-10, + "K": 6.62091622416483e-07, + "L": 1.9074177544098347e-06, + "G": 0.00021863584697712213, + "F": 0.08931750059127808, + "E": 1.6512377669641864e-06, + "T": 0.00014710327377542853, + "P": 0.0005577506381087005, + "-": 0.9092898368835449 + }, + "id": "tp_3382" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 422756, + "label": "-", + "classification": { + "B": 1.6330066898717632e-07, + "S": 6.153514675588667e-08, + "I": 4.373617412056774e-05, + "C": 5.174396392249037e-06, + "R": 1.536865397611109e-06, + "M": 1.468527079850901e-05, + "O": 8.287956916319672e-06, + "W": 1.6707727468201483e-07, + "N": 1.1136260127386777e-06, + "Y": 0.000236189182032831, + "U": 1.3947240518064064e-07, + "K": 1.7688765296952624e-07, + "L": 1.4316146916826256e-06, + "G": 6.11738141742535e-05, + "F": 0.003268592059612274, + "E": 2.9013488529017195e-05, + "T": 0.00020549711189232767, + "P": 0.06585205346345901, + "-": 0.930270791053772 + }, + "id": "tp_3383" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 422890, + "label": "-", + "classification": { + "B": 3.587470200727694e-05, + "S": 0.00020494614727795124, + "I": 0.0006256226915866137, + "C": 0.0002392834285274148, + "R": 8.087603782769293e-05, + "M": 0.0012687400449067354, + "O": 0.0008975118398666382, + "W": 0.00020061359100509435, + "N": 0.00035355836735107005, + "Y": 0.015080691315233707, + "U": 1.3641586519952398e-05, + "K": 0.020464938133955002, + "L": 8.139554847730324e-05, + "G": 0.012411138974130154, + "F": 0.288192480802536, + "E": 0.024294517934322357, + "T": 0.0035199399571865797, + "P": 0.09637600183486938, + "-": 0.5356582999229431 + }, + "id": "tp_3384" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 423023, + "label": "-", + "classification": { + "B": 2.1760486561106518e-05, + "S": 4.447397805051878e-05, + "I": 2.5869474484352395e-05, + "C": 1.0826239304151386e-05, + "R": 5.5902287385833915e-06, + "M": 0.0007759809959679842, + "O": 0.0003659025824163109, + "W": 1.2549761777336244e-05, + "N": 2.1304736037564e-06, + "Y": 0.0009617471368983388, + "U": 1.9433984732586396e-07, + "K": 8.299059572891565e-07, + "L": 4.1089009755523875e-05, + "G": 0.00046114553697407246, + "F": 0.015627721324563026, + "E": 6.023500827723183e-05, + "T": 0.0009007088956423104, + "P": 0.016187716275453568, + "-": 0.9644935131072998 + }, + "id": "tp_3385" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 423156, + "label": "-", + "classification": { + "B": 1.9983408705570582e-08, + "S": 2.3555475081593613e-07, + "I": 1.6567587408644613e-06, + "C": 1.7468687474320177e-07, + "R": 2.1373811875946558e-07, + "M": 2.018227860389743e-05, + "O": 1.0989984730258584e-05, + "W": 1.0682081352797468e-07, + "N": 2.7006883840385854e-08, + "Y": 0.00015855618403293192, + "U": 1.5458535562729026e-09, + "K": 2.6470319269833453e-09, + "L": 4.4612195893023454e-07, + "G": 6.878563908685464e-06, + "F": 0.00024646936799399555, + "E": 1.805334335358566e-07, + "T": 0.0004947479465045035, + "P": 0.0020382069051265717, + "-": 0.9970209002494812 + }, + "id": "tp_3386" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 423257, + "label": "-", + "classification": { + "B": 1.9222483160774573e-08, + "S": 3.336899681016803e-07, + "I": 2.124513230228331e-06, + "C": 3.0062672067288077e-06, + "R": 8.338451493727916e-07, + "M": 4.113394970772788e-05, + "O": 1.1361970791767817e-05, + "W": 1.79101590447317e-07, + "N": 8.512327553944488e-08, + "Y": 0.0008593864040449262, + "U": 1.1077858630414994e-08, + "K": 5.906562705604301e-07, + "L": 1.4425878589463537e-06, + "G": 0.00015206846001092345, + "F": 0.01420392096042633, + "E": 6.5719923441065475e-06, + "T": 0.00019570608856156468, + "P": 0.0044128564186394215, + "-": 0.9801084399223328 + }, + "id": "tp_3387" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 423390, + "label": "-", + "classification": { + "B": 8.141370244629798e-09, + "S": 8.942352280882915e-08, + "I": 3.63800239711054e-07, + "C": 4.262306561031437e-07, + "R": 1.901638455592547e-07, + "M": 2.611603122204542e-05, + "O": 4.717765477835201e-06, + "W": 2.02736796239833e-08, + "N": 3.802698156363249e-09, + "Y": 8.25654569780454e-05, + "U": 3.6312097773105734e-10, + "K": 6.134031060867073e-10, + "L": 1.460780708839593e-06, + "G": 3.084501440753229e-05, + "F": 0.0034360599238425493, + "E": 2.0394813304847048e-07, + "T": 0.00011441900278441608, + "P": 0.0005305475206114352, + "-": 0.9957719445228577 + }, + "id": "tp_3388" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 423524, + "label": "-", + "classification": { + "B": 1.4931411897123326e-05, + "S": 0.00023860044893808663, + "I": 0.0018110915552824736, + "C": 2.8214361009304412e-05, + "R": 3.1090723496163264e-05, + "M": 0.0007558552315458655, + "O": 0.0011296012671664357, + "W": 0.00011128665937576443, + "N": 0.0002783768286462873, + "Y": 0.000792043749243021, + "U": 4.431925844983198e-06, + "K": 6.701808160869405e-05, + "L": 4.157891817158088e-05, + "G": 0.0003435700782574713, + "F": 0.01099763996899128, + "E": 0.0005100390408188105, + "T": 0.0014600710710510612, + "P": 0.290248841047287, + "-": 0.6911357045173645 + }, + "id": "tp_3389" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 423657, + "label": "-", + "classification": { + "B": 3.1208230666379677e-06, + "S": 3.0562739993911237e-05, + "I": 0.00021484110038727522, + "C": 1.7989264961215667e-05, + "R": 1.2068579053448047e-05, + "M": 0.0013318704441189766, + "O": 0.0004632093769032508, + "W": 1.6633606719551608e-05, + "N": 1.8744609405985102e-05, + "Y": 0.004282509908080101, + "U": 1.3171415957913268e-06, + "K": 7.848726454540156e-06, + "L": 3.284392732894048e-05, + "G": 0.00041956614586524665, + "F": 0.004490680061280727, + "E": 0.00011631042434601113, + "T": 0.006776108872145414, + "P": 0.02395939640700817, + "-": 0.9578043818473816 + }, + "id": "tp_3390" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 423757, + "label": "-", + "classification": { + "B": 2.511083584977314e-05, + "S": 9.076091373572126e-05, + "I": 0.00015178385365288705, + "C": 4.4297546992311254e-05, + "R": 4.483099837671034e-05, + "M": 0.00036631349939852953, + "O": 0.0004970843438059092, + "W": 5.9888123359996825e-05, + "N": 3.223098974558525e-05, + "Y": 0.002394633134827018, + "U": 4.200601779302815e-06, + "K": 7.024598744465038e-05, + "L": 3.8639696867903695e-05, + "G": 0.00047515195910818875, + "F": 0.043170083314180374, + "E": 0.000183610143722035, + "T": 0.0012630104320123792, + "P": 0.07965776324272156, + "-": 0.8714303374290466 + }, + "id": "tp_3391" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 423891, + "label": "-", + "classification": { + "B": 8.916412053139311e-10, + "S": 1.1371081853894793e-08, + "I": 1.1543367151034545e-08, + "C": 5.020540094768933e-10, + "R": 7.961820092106109e-11, + "M": 4.303074945255503e-07, + "O": 1.2880202859832934e-07, + "W": 2.9004070256632986e-09, + "N": 1.0018300633518606e-09, + "Y": 2.2943168005440384e-05, + "U": 1.385672306064567e-11, + "K": 5.8173842631958905e-08, + "L": 1.7053441991876639e-09, + "G": 3.7035106288385577e-06, + "F": 0.0034144448582082987, + "E": 1.7425909391022287e-06, + "T": 1.4295290384325199e-05, + "P": 0.004791570827364922, + "-": 0.9917506575584412 + }, + "id": "tp_3392" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 424024, + "label": "-", + "classification": { + "B": 1.555048243062629e-06, + "S": 6.414461495296564e-06, + "I": 0.0001351036480627954, + "C": 1.086853717424674e-05, + "R": 1.3029781484874547e-06, + "M": 4.3108440877404064e-05, + "O": 3.0517081540892832e-05, + "W": 3.0779419830651022e-06, + "N": 2.4087392375804484e-05, + "Y": 0.0004899828927591443, + "U": 6.682849402750435e-07, + "K": 1.7691636458039284e-05, + "L": 1.235314925907005e-06, + "G": 5.411688835010864e-05, + "F": 0.006372810807079077, + "E": 0.00029567634919658303, + "T": 0.0003347636666148901, + "P": 0.21682924032211304, + "-": 0.7753477096557617 + }, + "id": "tp_3393" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 424157, + "label": "-", + "classification": { + "B": 2.316821564818383e-06, + "S": 1.3910921552451327e-06, + "I": 0.00017347691755276173, + "C": 8.760047785472125e-05, + "R": 3.01283216685988e-05, + "M": 0.0005456138169392943, + "O": 7.986687705852091e-05, + "W": 1.7381456700604758e-06, + "N": 4.208947302686283e-06, + "Y": 0.0030176604632288218, + "U": 7.032052167232905e-07, + "K": 7.81043752340338e-07, + "L": 2.7068892450188287e-05, + "G": 0.0008494583889842033, + "F": 0.003935097251087427, + "E": 7.636876398464665e-05, + "T": 0.0020478409714996815, + "P": 0.016738636419177055, + "-": 0.9723799228668213 + }, + "id": "tp_3394" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 424258, + "label": "-", + "classification": { + "B": 0.0003074421838391572, + "S": 0.00010915083112195134, + "I": 0.0008686645305715501, + "C": 6.321306136669591e-05, + "R": 5.496164158103056e-05, + "M": 0.002623831620439887, + "O": 0.0025854092091321945, + "W": 8.563989831600338e-05, + "N": 3.718088919413276e-05, + "Y": 0.0025282015558332205, + "U": 6.075219516787911e-06, + "K": 2.739578803812037e-07, + "L": 0.000826213276013732, + "G": 0.001654875697568059, + "F": 0.0026068701408803463, + "E": 0.0001603697455720976, + "T": 0.005071514286100864, + "P": 0.09526236355304718, + "-": 0.885147750377655 + }, + "id": "tp_3395" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 424391, + "label": "-", + "classification": { + "B": 4.3210349076616694e-07, + "S": 8.954878580880177e-07, + "I": 8.52607081469614e-06, + "C": 7.867914973758161e-06, + "R": 2.329657945665531e-06, + "M": 1.615752807992976e-05, + "O": 1.9146429622196592e-05, + "W": 8.824642350191425e-07, + "N": 4.7432624228349596e-07, + "Y": 0.0004683732404373586, + "U": 1.809652161455233e-07, + "K": 9.173184025712544e-07, + "L": 1.5717785117885796e-06, + "G": 4.6893303078832105e-05, + "F": 0.0030113491229712963, + "E": 4.942310170008568e-06, + "T": 0.00029450032161548734, + "P": 0.012871252372860909, + "-": 0.9832432866096497 + }, + "id": "tp_3396" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 424525, + "label": "-", + "classification": { + "B": 9.023876090807903e-11, + "S": 3.2287955642473776e-10, + "I": 8.971015574843477e-08, + "C": 2.4728215919367358e-08, + "R": 1.2132910232054428e-09, + "M": 2.2964099954947415e-08, + "O": 1.486981471288118e-08, + "W": 2.1196333577222504e-10, + "N": 2.462860138052747e-09, + "Y": 1.0600503628666047e-05, + "U": 1.2306798635730587e-10, + "K": 2.125404563457778e-08, + "L": 3.6964839522646287e-10, + "G": 4.742206272112526e-07, + "F": 0.0010592283215373755, + "E": 5.665424396283925e-07, + "T": 1.195192339764617e-06, + "P": 0.01790025644004345, + "-": 0.9810276031494141 + }, + "id": "tp_3397" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 424658, + "label": "-", + "classification": { + "B": 4.4730892767574915e-08, + "S": 5.5505644525055686e-08, + "I": 7.716569143667584e-07, + "C": 1.1676504385604858e-07, + "R": 2.1187410936818196e-08, + "M": 1.2389172297844198e-05, + "O": 1.933993416969315e-06, + "W": 1.3499839468522623e-08, + "N": 1.1146065403977445e-08, + "Y": 7.72298953961581e-05, + "U": 5.969550409545832e-10, + "K": 3.0311366749913304e-09, + "L": 2.962115388527309e-07, + "G": 1.9120041542919353e-05, + "F": 0.0032308073714375496, + "E": 1.7767440567695303e-06, + "T": 3.8763511838624254e-05, + "P": 0.007695257663726807, + "-": 0.9889212846755981 + }, + "id": "tp_3398" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 424758, + "label": "-", + "classification": { + "B": 4.706983418145683e-06, + "S": 2.0206416593282484e-05, + "I": 0.00031246195430867374, + "C": 3.944643322029151e-05, + "R": 1.4176211152516771e-05, + "M": 0.00038067507557570934, + "O": 0.00014866482524666935, + "W": 1.1068043932027649e-05, + "N": 2.4476828912156634e-05, + "Y": 0.0018705783877521753, + "U": 2.298818571944139e-06, + "K": 1.586869302627747e-06, + "L": 2.209511694672983e-05, + "G": 0.00016961776418611407, + "F": 0.0030609830282628536, + "E": 0.00012922793393954635, + "T": 0.004486836958676577, + "P": 0.1005837544798851, + "-": 0.8887171149253845 + }, + "id": "tp_3399" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 424892, + "label": "-", + "classification": { + "B": 4.005223672720604e-06, + "S": 6.6641869125305675e-06, + "I": 0.00012076212442480028, + "C": 9.127904195338488e-05, + "R": 7.087657286319882e-05, + "M": 0.000260806642472744, + "O": 0.00021752881002612412, + "W": 7.4190329542034306e-06, + "N": 6.359672624967061e-06, + "Y": 0.0013992988970130682, + "U": 1.4720011449753656e-06, + "K": 1.600962946213258e-06, + "L": 3.3682925277389586e-05, + "G": 0.00036929885391145945, + "F": 0.003028017934411764, + "E": 1.727854942146223e-05, + "T": 0.0029886732809245586, + "P": 0.018399596214294434, + "-": 0.9729753136634827 + }, + "id": "tp_3400" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 425025, + "label": "-", + "classification": { + "B": 3.294477357584924e-09, + "S": 4.0311249449587194e-08, + "I": 4.395985342853237e-06, + "C": 5.8960530679996737e-08, + "R": 2.5947693771399827e-08, + "M": 2.155629772460088e-05, + "O": 2.0009183572256006e-06, + "W": 1.6945204350804488e-08, + "N": 6.669657182101218e-08, + "Y": 0.00016112059529405087, + "U": 1.2461711662581365e-09, + "K": 2.3024453454922877e-08, + "L": 5.8320988927107464e-08, + "G": 7.603408448630944e-06, + "F": 0.0004315356782171875, + "E": 2.5715094125189353e-06, + "T": 0.00025005824863910675, + "P": 0.011606831103563309, + "-": 0.9875120520591736 + }, + "id": "tp_3401" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 425125, + "label": "-", + "classification": { + "B": 2.8577300525967075e-08, + "S": 9.30958492517675e-08, + "I": 3.044748837055522e-06, + "C": 1.1346243127263733e-06, + "R": 1.5730293512206117e-07, + "M": 5.787826012237929e-05, + "O": 4.4077105485484935e-06, + "W": 7.873818219650275e-08, + "N": 1.411671632922662e-07, + "Y": 0.0007807572837918997, + "U": 8.227924119807994e-09, + "K": 3.3063818705159065e-07, + "L": 1.432390490663238e-07, + "G": 1.8054952306556515e-05, + "F": 0.001715603400953114, + "E": 2.0480943931033835e-05, + "T": 0.0001835736184148118, + "P": 0.010399529710412025, + "-": 0.9868144989013672 + }, + "id": "tp_3402" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 425259, + "label": "-", + "classification": { + "B": 0.00017054323689080775, + "S": 0.0003626339603215456, + "I": 0.0017925361171364784, + "C": 0.0023896254133433104, + "R": 0.0005824812687933445, + "M": 0.00393732450902462, + "O": 0.001488165115006268, + "W": 0.0001973553589778021, + "N": 0.0004493549931794405, + "Y": 0.030899791046977043, + "U": 9.945451165549457e-05, + "K": 0.0009515068377368152, + "L": 0.0003678994544316083, + "G": 0.009906687773764133, + "F": 0.06197460740804672, + "E": 0.0029053809121251106, + "T": 0.013793539255857468, + "P": 0.06198650225996971, + "-": 0.8057445287704468 + }, + "id": "tp_3403" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 425392, + "label": "-", + "classification": { + "B": 1.4396840924746357e-05, + "S": 1.5178276044025552e-05, + "I": 3.829609340755269e-07, + "C": 2.189789256590302e-06, + "R": 1.45130422879447e-06, + "M": 0.0005294064758345485, + "O": 0.00038255800609476864, + "W": 2.5493104658380616e-06, + "N": 2.3875330157352437e-08, + "Y": 0.0002749858540482819, + "U": 4.020762833789604e-09, + "K": 6.8363137373239624e-09, + "L": 9.756074723554775e-05, + "G": 0.00047046173131093383, + "F": 0.008441328071057796, + "E": 3.0516021070070565e-06, + "T": 0.00020903366385027766, + "P": 0.0014390192227438092, + "-": 0.9881165027618408 + }, + "id": "tp_3404" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 425526, + "label": "-", + "classification": { + "B": 2.058899190160446e-05, + "S": 6.285976996878162e-05, + "I": 7.160712266340852e-05, + "C": 1.1012696631951258e-05, + "R": 1.150856405729428e-05, + "M": 0.0005524842999875546, + "O": 0.000735943962354213, + "W": 4.405171421240084e-05, + "N": 8.924828762246761e-06, + "Y": 0.0007560753147117794, + "U": 1.0137028993995045e-06, + "K": 1.8569860458228504e-06, + "L": 5.044060526415706e-05, + "G": 0.00019243493443354964, + "F": 0.0036577091086655855, + "E": 3.0086903279880062e-05, + "T": 0.0017627039924263954, + "P": 0.026677049696445465, + "-": 0.9653517007827759 + }, + "id": "tp_3405" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 425626, + "label": "-", + "classification": { + "B": 5.2455034165177494e-05, + "S": 9.48601373238489e-05, + "I": 1.2905500625493005e-05, + "C": 5.750659511249978e-06, + "R": 3.527760327415308e-06, + "M": 0.00026545513537712395, + "O": 0.00138667447026819, + "W": 2.1082834791741334e-05, + "N": 1.8090109961121925e-06, + "Y": 9.773291094461456e-05, + "U": 9.872706385749552e-08, + "K": 5.795136814867874e-08, + "L": 0.0001614093198440969, + "G": 0.0003570447734091431, + "F": 0.011423646472394466, + "E": 2.828641481755767e-05, + "T": 0.00033971856464631855, + "P": 0.027065444737672806, + "-": 0.9586819410324097 + }, + "id": "tp_3406" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 425759, + "label": "-", + "classification": { + "B": 3.7045178942207713e-06, + "S": 1.6036388842621818e-05, + "I": 6.8455397013167385e-06, + "C": 1.914878794195829e-06, + "R": 2.506116970835137e-06, + "M": 0.00041957240318879485, + "O": 0.00024443562142550945, + "W": 2.9009097488597035e-06, + "N": 2.1263916494262958e-07, + "Y": 0.0009228502749465406, + "U": 2.636254947674388e-08, + "K": 3.292614181304998e-08, + "L": 6.736694922437891e-05, + "G": 0.0003992566780652851, + "F": 0.007832221686840057, + "E": 5.639527444145642e-06, + "T": 0.0008129001362249255, + "P": 0.0028054912108927965, + "-": 0.9864561557769775 + }, + "id": "tp_3407" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 425893, + "label": "-", + "classification": { + "B": 2.478731109256671e-10, + "S": 8.597983436331447e-12, + "I": 5.180224889045348e-06, + "C": 5.2752564982938566e-08, + "R": 2.1564863228462627e-09, + "M": 7.517645030929998e-07, + "O": 2.980386071271823e-08, + "W": 7.364748394467213e-11, + "N": 3.5444691626196345e-09, + "Y": 9.11264396563638e-06, + "U": 6.002844055164047e-11, + "K": 1.4434494398363196e-11, + "L": 2.219269878978025e-09, + "G": 1.5938002206894453e-06, + "F": 1.9066378627030645e-06, + "E": 6.083215566832223e-07, + "T": 6.019122793077258e-06, + "P": 0.04578007012605667, + "-": 0.9541946053504944 + }, + "id": "tp_3408" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 426026, + "label": "-", + "classification": { + "B": 2.8145892429165542e-05, + "S": 4.114263356314041e-05, + "I": 0.0001463088410673663, + "C": 0.00015729118604213, + "R": 2.795057116600219e-05, + "M": 0.0008773776353336871, + "O": 0.0004649259499274194, + "W": 1.896826142910868e-05, + "N": 2.152115666831378e-05, + "Y": 0.0014964217552915215, + "U": 3.77812352780893e-06, + "K": 2.660638756424305e-06, + "L": 7.851635746192187e-05, + "G": 0.0005111917853355408, + "F": 0.0020312941633164883, + "E": 0.00017345118976663798, + "T": 0.0034814488608390093, + "P": 0.048552028834819794, + "-": 0.9418855905532837 + }, + "id": "tp_3409" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 426126, + "label": "-", + "classification": { + "B": 2.119562196867264e-07, + "S": 5.503024453901162e-07, + "I": 4.8282141506206244e-05, + "C": 1.4577211914001964e-05, + "R": 2.207686975452816e-06, + "M": 5.73204415559303e-05, + "O": 1.5614697986165993e-05, + "W": 7.325517685785599e-07, + "N": 3.190799588992377e-06, + "Y": 0.0006312279147095978, + "U": 4.7255215918085014e-07, + "K": 1.500937833043281e-05, + "L": 1.0816092981258407e-06, + "G": 0.00014199614815879613, + "F": 0.005367090459913015, + "E": 0.00010167546133743599, + "T": 0.00021537652355618775, + "P": 0.05397747457027435, + "-": 0.9394059777259827 + }, + "id": "tp_3410" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 426260, + "label": "-", + "classification": { + "B": 1.9377700937184272e-06, + "S": 5.255162250250578e-06, + "I": 0.0001367297809338197, + "C": 2.4734739781706594e-05, + "R": 6.366926299961051e-06, + "M": 0.0003991248377133161, + "O": 8.174091635737568e-05, + "W": 2.0707398107333574e-06, + "N": 5.708392109227134e-06, + "Y": 0.0015019930433481932, + "U": 4.323798918903776e-07, + "K": 6.47561819278053e-07, + "L": 1.4752163224329706e-05, + "G": 0.00047391571570187807, + "F": 0.0028464870993047953, + "E": 7.812807598384097e-05, + "T": 0.0016661896370351315, + "P": 0.0458429679274559, + "-": 0.9469109177589417 + }, + "id": "tp_3411" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 426393, + "label": "-", + "classification": { + "B": 1.6581367162871175e-05, + "S": 6.752795343345497e-06, + "I": 0.0005787934642285109, + "C": 8.537436224287376e-05, + "R": 2.5727662432473153e-05, + "M": 0.002320502419024706, + "O": 0.0003153832512907684, + "W": 6.847273652965669e-06, + "N": 1.564070043968968e-05, + "Y": 0.006621193140745163, + "U": 2.5259739686589455e-06, + "K": 2.2563488073501503e-06, + "L": 7.255398668348789e-05, + "G": 0.0020092639606446028, + "F": 0.0025106635875999928, + "E": 0.0005163704045116901, + "T": 0.006013480015099049, + "P": 0.03983272239565849, + "-": 0.9390473961830139 + }, + "id": "tp_3412" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 426527, + "label": "-", + "classification": { + "B": 4.7958128135405786e-08, + "S": 3.7273682806926445e-08, + "I": 9.884713654173538e-05, + "C": 9.02630290511297e-06, + "R": 6.16459487901011e-07, + "M": 2.534560735512059e-06, + "O": 1.8186664192398894e-06, + "W": 7.853399353052737e-08, + "N": 2.8643910354730906e-06, + "Y": 0.00013863964704796672, + "U": 1.4292876926447207e-07, + "K": 6.882475531710952e-07, + "L": 1.591711509263405e-07, + "G": 3.331291736685671e-05, + "F": 0.0012700336519628763, + "E": 7.179474778240547e-05, + "T": 5.069435792393051e-05, + "P": 0.32083624601364136, + "-": 0.6774824261665344 + }, + "id": "tp_3413" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 426627, + "label": "-", + "classification": { + "B": 8.315491868415847e-06, + "S": 1.2101774700568058e-05, + "I": 0.0005958716501481831, + "C": 0.0003246523847337812, + "R": 8.465914288535714e-05, + "M": 0.0012718185316771269, + "O": 0.00022438098676502705, + "W": 1.345359214610653e-05, + "N": 3.449003997957334e-05, + "Y": 0.007401731796562672, + "U": 1.0826163816091139e-05, + "K": 4.5399250666378066e-05, + "L": 5.814593532704748e-05, + "G": 0.0018416601233184338, + "F": 0.011914484202861786, + "E": 0.0005859927623532712, + "T": 0.003698766464367509, + "P": 0.04124578461050987, + "-": 0.9306274652481079 + }, + "id": "tp_3414" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 426760, + "label": "-", + "classification": { + "B": 7.702496418460214e-08, + "S": 8.309883270385399e-08, + "I": 0.00011773531150538474, + "C": 9.415083695785142e-06, + "R": 1.3709079667023616e-06, + "M": 4.0223523683380336e-05, + "O": 5.016404429625254e-06, + "W": 2.9642677645824733e-07, + "N": 3.134124426651397e-06, + "Y": 0.0008117250399664044, + "U": 3.548850031620532e-07, + "K": 1.1042759979318362e-05, + "L": 4.3545449557313987e-07, + "G": 8.777886250754818e-05, + "F": 0.001295418944209814, + "E": 0.00018023030133917928, + "T": 0.0004591561737470329, + "P": 0.09196261316537857, + "-": 0.9050138592720032 + }, + "id": "tp_3415" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 426894, + "label": "-", + "classification": { + "B": 2.053606294794008e-05, + "S": 3.685909541673027e-05, + "I": 0.0013691087951883674, + "C": 0.00037118702312000096, + "R": 7.730600918876007e-05, + "M": 0.0007577763171866536, + "O": 0.0004284544847905636, + "W": 4.649283437174745e-05, + "N": 0.00018847061437554657, + "Y": 0.003702259622514248, + "U": 2.5686926164780743e-05, + "K": 8.678354788571596e-05, + "L": 7.298991840798408e-05, + "G": 0.0015696220798417926, + "F": 0.021359790116548538, + "E": 0.001376186148263514, + "T": 0.0040570711717009544, + "P": 0.1978253722190857, + "-": 0.7666280269622803 + }, + "id": "tp_3416" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 427027, + "label": "-", + "classification": { + "B": 3.683496530015873e-08, + "S": 1.2661996784402163e-08, + "I": 7.797040524337717e-08, + "C": 3.872948894922956e-08, + "R": 3.346869226206195e-09, + "M": 1.8830693306881585e-06, + "O": 5.103025841890485e-07, + "W": 3.5864227143633798e-09, + "N": 2.6387789731074918e-09, + "Y": 1.2191582754894625e-05, + "U": 7.014237801694634e-11, + "K": 2.139697308223276e-09, + "L": 1.5394395092016566e-08, + "G": 3.1359761578642065e-06, + "F": 0.0007445134688168764, + "E": 5.214265001995955e-07, + "T": 5.516610599443084e-06, + "P": 0.007351186126470566, + "-": 0.9918803572654724 + }, + "id": "tp_3417" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 427127, + "label": "-", + "classification": { + "B": 2.195800334447995e-06, + "S": 1.217763156091678e-06, + "I": 3.6949717468814924e-05, + "C": 2.2812524548498914e-05, + "R": 7.714806088188197e-06, + "M": 0.00016442101332359016, + "O": 7.394839485641569e-05, + "W": 1.710381411612616e-06, + "N": 1.2673968967646942e-06, + "Y": 0.0007050380227155983, + "U": 2.521484816497832e-07, + "K": 1.3673195553565165e-07, + "L": 1.0953254786727484e-05, + "G": 0.00020944784046150744, + "F": 0.0009682978270575404, + "E": 1.436218008166179e-05, + "T": 0.0009022460435517132, + "P": 0.024767480790615082, + "-": 0.9721094965934753 + }, + "id": "tp_3418" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 427261, + "label": "-", + "classification": { + "B": 3.802336223657221e-08, + "S": 1.1960748835804225e-08, + "I": 5.176745617063716e-05, + "C": 9.070956366485916e-06, + "R": 1.1332884923831443e-06, + "M": 1.9878807506756857e-05, + "O": 2.8168933567940257e-06, + "W": 3.28476588151716e-08, + "N": 5.32321905666322e-07, + "Y": 0.0005279207834973931, + "U": 5.7456780666598206e-08, + "K": 4.997581015686592e-08, + "L": 4.931630996907188e-07, + "G": 9.806158050196245e-05, + "F": 0.00048257570597343147, + "E": 1.986175266210921e-05, + "T": 0.0003315898939035833, + "P": 0.03294174373149872, + "-": 0.9655123949050903 + }, + "id": "tp_3419" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 427394, + "label": "-", + "classification": { + "B": 9.19578155844647e-07, + "S": 1.6595066654190305e-06, + "I": 0.0002937014796771109, + "C": 1.4414036741072778e-05, + "R": 2.960823621833697e-06, + "M": 0.0006126058869995177, + "O": 4.32486085628625e-05, + "W": 9.315409101873229e-07, + "N": 3.9244969229912385e-06, + "Y": 0.0019058220786973834, + "U": 1.8220683273284521e-07, + "K": 7.401543484775175e-07, + "L": 6.207895694387844e-06, + "G": 0.0003391578793525696, + "F": 0.0007828171364963055, + "E": 0.00016956511535681784, + "T": 0.0016947571421042085, + "P": 0.02861088141798973, + "-": 0.9655156135559082 + }, + "id": "tp_3420" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 427528, + "label": "-", + "classification": { + "B": 7.581699173897505e-05, + "S": 2.681547130123363e-06, + "I": 0.00016546659753657877, + "C": 2.9086093491059728e-05, + "R": 7.931595064292196e-06, + "M": 0.0002972024667542428, + "O": 9.565920481691137e-05, + "W": 3.7919846818113e-06, + "N": 5.552285074372776e-06, + "Y": 0.0007809309172444046, + "U": 1.0616000736263231e-06, + "K": 4.031024332107336e-07, + "L": 3.6734763853019103e-05, + "G": 0.0009691625600680709, + "F": 0.0017107707681134343, + "E": 0.00015385428559966385, + "T": 0.001017609960399568, + "P": 0.176927387714386, + "-": 0.8177189826965332 + }, + "id": "tp_3421" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 427628, + "label": "-", + "classification": { + "B": 8.172583498833319e-09, + "S": 3.2112279502172214e-09, + "I": 2.3183217763289576e-06, + "C": 1.1658960374916205e-07, + "R": 1.1043297831747623e-08, + "M": 5.937566811553552e-07, + "O": 1.5972638323091815e-07, + "W": 2.631476814229927e-09, + "N": 6.017806697400374e-08, + "Y": 0.00011507234012242407, + "U": 1.8788033351313516e-09, + "K": 1.4153806660033297e-07, + "L": 9.658554844804712e-09, + "G": 1.1456257198005915e-05, + "F": 0.0011974973604083061, + "E": 1.909686761791818e-05, + "T": 3.252482201787643e-05, + "P": 0.04286091402173042, + "-": 0.9557600021362305 + }, + "id": "tp_3422" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 427761, + "label": "-", + "classification": { + "B": 3.458248465904035e-05, + "S": 1.5905681038930197e-06, + "I": 5.174842226551846e-05, + "C": 6.449528427765472e-06, + "R": 1.0964860166495782e-06, + "M": 0.0002570495125837624, + "O": 0.00010534200555412099, + "W": 2.3835166302887956e-06, + "N": 1.7003289940475952e-06, + "Y": 0.00018391342018730938, + "U": 1.2067440025020915e-07, + "K": 2.3582495956020466e-08, + "L": 1.8550290405983105e-05, + "G": 0.0002443533157929778, + "F": 0.0007217579986900091, + "E": 0.00011085301957791671, + "T": 0.00031734342337585986, + "P": 0.09460581094026566, + "-": 0.9033352732658386 + }, + "id": "tp_3423" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 427895, + "label": "-", + "classification": { + "B": 9.050922789022309e-10, + "S": 4.028377631470903e-09, + "I": 9.357218914374243e-06, + "C": 6.388056021933153e-07, + "R": 1.3090769357404497e-07, + "M": 8.362418384422199e-07, + "O": 2.769344575881405e-07, + "W": 4.048419821600646e-09, + "N": 1.5626920912836795e-07, + "Y": 0.00023506028810516, + "U": 9.414527823992103e-09, + "K": 3.0438211524597136e-06, + "L": 6.3310516829062635e-09, + "G": 1.7802934962674044e-05, + "F": 0.0008284102659672499, + "E": 4.506256573222345e-06, + "T": 4.173586057731882e-05, + "P": 0.015237624756991863, + "-": 0.9836204051971436 + }, + "id": "tp_3424" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 428028, + "label": "-", + "classification": { + "B": 2.4901729567261555e-09, + "S": 1.9293171504841666e-09, + "I": 6.074581051507266e-07, + "C": 1.7531293750039367e-08, + "R": 2.017484401761749e-09, + "M": 9.415891213393479e-07, + "O": 1.3299427337187808e-07, + "W": 7.811457591877513e-10, + "N": 7.543135893683939e-09, + "Y": 5.364102980820462e-05, + "U": 2.685132394208978e-10, + "K": 3.999929276687908e-09, + "L": 5.883717069110617e-09, + "G": 2.89964600597159e-06, + "F": 0.00013965055404696614, + "E": 2.2141416593512986e-06, + "T": 2.539687011449132e-05, + "P": 0.010929492302238941, + "-": 0.9888449311256409 + }, + "id": "tp_3425" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 428128, + "label": "-", + "classification": { + "B": 4.3581135922288183e-10, + "S": 4.930718611184659e-10, + "I": 9.087412763619795e-06, + "C": 2.2345494699038682e-07, + "R": 3.044866048185213e-08, + "M": 4.192812411929481e-06, + "O": 1.296751861445955e-07, + "W": 1.3284583433303965e-09, + "N": 1.1478098471684461e-08, + "Y": 0.00013276295794639736, + "U": 7.133600932185402e-10, + "K": 9.249913612840999e-10, + "L": 1.079605205234202e-08, + "G": 1.4233609135771985e-06, + "F": 2.591690281406045e-05, + "E": 5.348629770196567e-07, + "T": 0.00016478460747748613, + "P": 0.016346389427781105, + "-": 0.9833145141601562 + }, + "id": "tp_3426" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 428262, + "label": "-", + "classification": { + "B": 3.138968531857245e-05, + "S": 5.064864126325119e-06, + "I": 8.478546078549698e-05, + "C": 2.3559547116747126e-05, + "R": 9.048703759617638e-07, + "M": 0.000857385981362313, + "O": 5.479817627929151e-05, + "W": 1.6985618458420504e-06, + "N": 7.942075171740726e-06, + "Y": 0.0008290904806926847, + "U": 3.358541675879678e-07, + "K": 2.433184135952615e-06, + "L": 8.941394298744854e-06, + "G": 0.0006249804282560945, + "F": 0.005405635107308626, + "E": 0.001432340475730598, + "T": 0.0004433732246980071, + "P": 0.10920725017786026, + "-": 0.8809780478477478 + }, + "id": "tp_3427" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 428395, + "label": "-", + "classification": { + "B": 1.1056079074478475e-06, + "S": 4.655802001707343e-07, + "I": 2.5141212972812355e-05, + "C": 6.596421371796168e-06, + "R": 1.0034680144599406e-06, + "M": 0.00016932774451561272, + "O": 2.1944852051092312e-05, + "W": 2.384864217219729e-07, + "N": 6.181992375786649e-07, + "Y": 0.0007680089911445975, + "U": 9.140187984257864e-08, + "K": 7.10858998331787e-08, + "L": 5.486051122716162e-06, + "G": 0.00018845321028493345, + "F": 0.0006429576897062361, + "E": 5.080902701593004e-05, + "T": 0.0006230134167708457, + "P": 0.01607644185423851, + "-": 0.9814183115959167 + }, + "id": "tp_3428" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 428529, + "label": "-", + "classification": { + "B": 1.3903922990721185e-06, + "S": 1.8009329494361737e-07, + "I": 2.438918727420969e-06, + "C": 8.608424195699627e-08, + "R": 3.9281651709188736e-08, + "M": 6.508845672215102e-06, + "O": 7.197719696705462e-06, + "W": 1.8610445806643838e-07, + "N": 7.372534582827939e-08, + "Y": 6.0062713600927964e-05, + "U": 3.5255374175591214e-09, + "K": 1.1479616368603729e-08, + "L": 1.8312363181394176e-07, + "G": 1.3044827028352302e-05, + "F": 0.0001761770690791309, + "E": 2.5855290459730895e-06, + "T": 2.63952406385215e-05, + "P": 0.027777526527643204, + "-": 0.9719259142875671 + }, + "id": "tp_3429" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 428629, + "label": "-", + "classification": { + "B": 2.5771857963263756e-06, + "S": 2.300974756508367e-06, + "I": 0.0005056108930148184, + "C": 5.843364851898514e-05, + "R": 1.188126680062851e-05, + "M": 0.00035906629636883736, + "O": 8.758763578953221e-05, + "W": 2.6143400191358523e-06, + "N": 2.977371696033515e-05, + "Y": 0.0018864439334720373, + "U": 2.258851054648403e-06, + "K": 4.514117335929768e-06, + "L": 1.158060877060052e-05, + "G": 0.0009590971167199314, + "F": 0.0028167462442070246, + "E": 0.0004137327487114817, + "T": 0.0016703461296856403, + "P": 0.2035159468650818, + "-": 0.7876594662666321 + }, + "id": "tp_3430" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 428762, + "label": "-", + "classification": { + "B": 1.2233355994872852e-10, + "S": 4.298113948086879e-11, + "I": 2.453734992968748e-09, + "C": 2.6167731870252453e-10, + "R": 3.175305504643511e-11, + "M": 4.2806962596841913e-07, + "O": 4.120898466908329e-08, + "W": 1.3282417700433147e-11, + "N": 4.537563901008124e-12, + "Y": 9.770515134732705e-07, + "U": 1.7388902004509404e-13, + "K": 5.5284244657215556e-14, + "L": 1.8897232667569597e-09, + "G": 1.6764647625677753e-07, + "F": 5.522576429939363e-06, + "E": 4.01962019225266e-09, + "T": 3.171630169163109e-06, + "P": 0.00034562600194476545, + "-": 0.9996439218521118 + }, + "id": "tp_3431" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 428896, + "label": "-", + "classification": { + "B": 8.768939005676657e-05, + "S": 1.25445067169494e-05, + "I": 7.188739982666448e-05, + "C": 6.85625673213508e-06, + "R": 3.374502057340578e-06, + "M": 0.0011751478305086493, + "O": 0.0004059761995449662, + "W": 5.619374405796407e-06, + "N": 2.6181337489106227e-06, + "Y": 0.0004332653188612312, + "U": 1.9155122288339044e-07, + "K": 3.44675328278754e-08, + "L": 7.204270514193922e-05, + "G": 0.00069773307768628, + "F": 0.003261432284489274, + "E": 9.463587775826454e-05, + "T": 0.001029150909744203, + "P": 0.07562130689620972, + "-": 0.9170185923576355 + }, + "id": "tp_3432" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 429029, + "label": "-", + "classification": { + "B": 2.0387066257399056e-08, + "S": 1.3291665545978049e-09, + "I": 1.543694239103388e-08, + "C": 5.803720282138158e-10, + "R": 1.7633694504581854e-10, + "M": 5.747174895986973e-07, + "O": 2.562451300036628e-07, + "W": 4.0311609605936383e-10, + "N": 1.0301270947365992e-10, + "Y": 1.3230602462499519e-06, + "U": 3.124831773546055e-12, + "K": 8.997511936892355e-12, + "L": 6.673765984288593e-09, + "G": 5.383607799558376e-07, + "F": 2.448538361932151e-05, + "E": 4.9652509659381394e-08, + "T": 1.3471664033204434e-06, + "P": 0.002602568594738841, + "-": 0.9973688125610352 + }, + "id": "tp_3433" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 429129, + "label": "-", + "classification": { + "B": 9.108165386351175e-07, + "S": 6.244179644454562e-07, + "I": 0.00011906804138561711, + "C": 6.377891986630857e-05, + "R": 3.894852852681652e-06, + "M": 5.9518319176277146e-05, + "O": 1.9134733520331793e-05, + "W": 6.58951591958612e-07, + "N": 9.4146516858018e-06, + "Y": 0.00028886785730719566, + "U": 1.3003715366721735e-06, + "K": 3.0765386327402666e-05, + "L": 2.269106289531919e-06, + "G": 0.000162028445629403, + "F": 0.006370245479047298, + "E": 0.0003403180744498968, + "T": 0.00042305857641622424, + "P": 0.06748299300670624, + "-": 0.924621045589447 + }, + "id": "tp_3434" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 429263, + "label": "-", + "classification": { + "B": 1.6016568906707107e-06, + "S": 2.6644610784387623e-07, + "I": 0.0001438317121937871, + "C": 7.5013863352069166e-06, + "R": 1.3989017588755814e-06, + "M": 1.483174037275603e-05, + "O": 6.325125923467567e-06, + "W": 5.386635848481092e-07, + "N": 6.212762400537031e-06, + "Y": 0.0013065575622022152, + "U": 8.61561431975133e-07, + "K": 2.400228549959138e-05, + "L": 4.275023570698977e-07, + "G": 0.00019319154671393335, + "F": 0.0010234403889626265, + "E": 0.00022570618602912873, + "T": 0.0002843928523361683, + "P": 0.1779148131608963, + "-": 0.8188441395759583 + }, + "id": "tp_3435" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 429396, + "label": "-", + "classification": { + "B": 4.732155957754003e-06, + "S": 2.2187630293046823e-06, + "I": 0.0011014860356226563, + "C": 0.00030156219145283103, + "R": 2.414590744592715e-05, + "M": 0.0001552356407046318, + "O": 4.580239692586474e-05, + "W": 5.9055114434158895e-06, + "N": 8.174985850928351e-05, + "Y": 0.0017288349336013198, + "U": 9.017349839268718e-06, + "K": 0.00015873473603278399, + "L": 7.265967269631801e-06, + "G": 0.0009454149403609335, + "F": 0.0085797980427742, + "E": 0.0023772299755364656, + "T": 0.0006786514422856271, + "P": 0.28213173151016235, + "-": 0.7016605138778687 + }, + "id": "tp_3436" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 429530, + "label": "-", + "classification": { + "B": 7.626339004751514e-10, + "S": 1.4803753778380724e-09, + "I": 1.7925676942809332e-08, + "C": 3.630482581229444e-09, + "R": 5.188227625296804e-10, + "M": 7.794153134454973e-06, + "O": 1.5997579794202466e-07, + "W": 3.630321598890873e-10, + "N": 1.658004011861891e-10, + "Y": 1.3296413271746133e-05, + "U": 8.579798330132782e-12, + "K": 6.800024432429552e-11, + "L": 6.208574543364875e-09, + "G": 7.147743872337742e-07, + "F": 6.746470171492547e-05, + "E": 8.777101356827188e-08, + "T": 2.501832932466641e-05, + "P": 0.0014210237422958016, + "-": 0.9984644651412964 + }, + "id": "tp_3437" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 429630, + "label": "-", + "classification": { + "B": 1.496493268859922e-06, + "S": 9.027647820403217e-07, + "I": 0.0006563033093698323, + "C": 8.282324415631592e-05, + "R": 2.422872421448119e-05, + "M": 6.547434895765036e-05, + "O": 5.9835962019860744e-05, + "W": 2.6662260097509716e-06, + "N": 2.0094899809919298e-05, + "Y": 0.00044161861296743155, + "U": 1.3904211755288998e-06, + "K": 2.2112351416581078e-06, + "L": 7.278432804014301e-06, + "G": 0.00022553274175152183, + "F": 0.0016049358528107405, + "E": 0.0001867739629233256, + "T": 0.0003989098477177322, + "P": 0.14792993664741516, + "-": 0.8482875823974609 + }, + "id": "tp_3438" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 429763, + "label": "-", + "classification": { + "B": 1.8614198324939935e-06, + "S": 5.709418360311247e-07, + "I": 5.92360484006349e-05, + "C": 2.7707779736374505e-05, + "R": 5.630046871374361e-06, + "M": 0.00011916631774511188, + "O": 3.6714020097861066e-05, + "W": 6.640585183959047e-07, + "N": 1.4187403394316789e-06, + "Y": 0.0003317721129860729, + "U": 3.8494530940624827e-07, + "K": 1.3892554306949023e-07, + "L": 1.104285638575675e-05, + "G": 0.00018497722339816391, + "F": 0.0010246660094708204, + "E": 3.3944976166822016e-05, + "T": 0.0005289834807626903, + "P": 0.036657512187957764, + "-": 0.9609736204147339 + }, + "id": "tp_3439" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 429897, + "label": "-", + "classification": { + "B": 9.320086178377096e-07, + "S": 1.3795373661196209e-06, + "I": 0.00012404765584506094, + "C": 2.5998178898589686e-05, + "R": 2.758215714493417e-06, + "M": 9.242998930858448e-05, + "O": 2.0548724933178164e-05, + "W": 1.4217995385479298e-06, + "N": 1.3823866538587026e-05, + "Y": 0.0022607611026614904, + "U": 6.982565992075251e-07, + "K": 7.845463551348075e-05, + "L": 1.2717296158371028e-06, + "G": 0.0004790889797732234, + "F": 0.010727866552770138, + "E": 0.0009058295399881899, + "T": 0.0003657031920738518, + "P": 0.10731018334627151, + "-": 0.877586841583252 + }, + "id": "tp_3440" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 430030, + "label": "-", + "classification": { + "B": 1.1797818615377764e-06, + "S": 1.190502075587574e-06, + "I": 0.0006264663534238935, + "C": 0.00010079638741444796, + "R": 2.2036570953787304e-05, + "M": 0.0001410322292940691, + "O": 5.367118865251541e-05, + "W": 2.7160522222402506e-06, + "N": 2.098943696182687e-05, + "Y": 0.0010662813438102603, + "U": 3.6232700040272903e-06, + "K": 2.2858282591187162e-06, + "L": 9.878644959826488e-06, + "G": 0.00027914720703847706, + "F": 0.001448992290534079, + "E": 0.00016841931210365146, + "T": 0.0019586661364883184, + "P": 0.13248108327388763, + "-": 0.8616114854812622 + }, + "id": "tp_3441" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 430130, + "label": "-", + "classification": { + "B": 1.4216912694840766e-13, + "S": 4.1431872581203233e-13, + "I": 1.4433755524123626e-08, + "C": 5.202639430379463e-10, + "R": 1.5043700660188897e-11, + "M": 3.2563327589940627e-09, + "O": 3.8493644383130743e-10, + "W": 9.809191219706248e-13, + "N": 8.157342162862236e-11, + "Y": 7.094857892298023e-07, + "U": 6.334740132625527e-13, + "K": 7.24453205758202e-11, + "L": 3.02984048440591e-12, + "G": 1.4845477736002977e-08, + "F": 3.622068470576778e-05, + "E": 3.597888209583289e-08, + "T": 2.33684829709091e-07, + "P": 0.022869374603033066, + "-": 0.9770934581756592 + }, + "id": "tp_3442" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 430264, + "label": "-", + "classification": { + "B": 8.096588317130227e-06, + "S": 4.637496203940827e-06, + "I": 1.1232887118239887e-05, + "C": 1.6574877008679323e-06, + "R": 8.339603709828225e-07, + "M": 0.00010765502520371228, + "O": 0.00010514986206544563, + "W": 3.535616315275547e-06, + "N": 7.865190241318487e-07, + "Y": 0.0002752548607531935, + "U": 8.237096693619606e-08, + "K": 5.895788035559235e-08, + "L": 8.902510671759956e-06, + "G": 7.372431718977168e-05, + "F": 0.0017469378653913736, + "E": 1.444422196072992e-05, + "T": 0.00028569562709890306, + "P": 0.04631183296442032, + "-": 0.9510395526885986 + }, + "id": "tp_3443" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 430397, + "label": "-", + "classification": { + "B": 1.0168429298573756e-06, + "S": 1.7106415839407418e-07, + "I": 0.0004207875463180244, + "C": 2.150136060663499e-05, + "R": 3.0851792871544603e-06, + "M": 5.585443796007894e-05, + "O": 1.4433361684496049e-05, + "W": 7.295449222510797e-07, + "N": 9.020098332257476e-06, + "Y": 0.0007700197747908533, + "U": 1.3524104360840283e-06, + "K": 4.170511147094658e-06, + "L": 1.493734657742607e-06, + "G": 0.0002689543180167675, + "F": 0.0005141907604411244, + "E": 0.00017366370593663305, + "T": 0.000654342002235353, + "P": 0.11838822811841965, + "-": 0.8786969780921936 + }, + "id": "tp_3444" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 430531, + "label": "-", + "classification": { + "B": 2.3860881270820755e-08, + "S": 6.83189398387185e-08, + "I": 0.0001597650843905285, + "C": 5.422465164883761e-06, + "R": 7.435840529979032e-07, + "M": 8.681220606376883e-06, + "O": 2.4352250420633936e-06, + "W": 2.1674102868018963e-07, + "N": 4.966811957274331e-06, + "Y": 0.0014452856266871095, + "U": 2.3824014760975842e-07, + "K": 9.04050248209387e-05, + "L": 6.846673983318396e-08, + "G": 0.00013205021969042718, + "F": 0.0009862211300060153, + "E": 0.0002948348701465875, + "T": 0.00019211250764783472, + "P": 0.045877959579229355, + "-": 0.9507983922958374 + }, + "id": "tp_3445" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 430631, + "label": "-", + "classification": { + "B": 4.0000105450133105e-09, + "S": 2.603546711554827e-09, + "I": 1.0162757462239824e-05, + "C": 3.828439275821438e-06, + "R": 1.5132400221773423e-07, + "M": 1.8866993514166097e-06, + "O": 4.720816377812298e-07, + "W": 8.80655903756633e-09, + "N": 2.5043439677574497e-07, + "Y": 0.00011232557881157845, + "U": 1.4712782991921358e-08, + "K": 1.0251850426357123e-06, + "L": 1.6022166704487972e-08, + "G": 2.2878137315274216e-05, + "F": 0.0006993502611294389, + "E": 2.048271198873408e-05, + "T": 2.1510946680791676e-05, + "P": 0.03438131511211395, + "-": 0.9647243022918701 + }, + "id": "tp_3446" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 430764, + "label": "-", + "classification": { + "B": 4.644002729037311e-06, + "S": 2.717518145800568e-05, + "I": 0.0004796446010004729, + "C": 0.0009803996654227376, + "R": 0.00019559674547053874, + "M": 0.0030207796953618526, + "O": 0.0005688540986739099, + "W": 3.082492185058072e-05, + "N": 4.494741006055847e-05, + "Y": 0.01243638526648283, + "U": 1.298739152844064e-05, + "K": 5.8589386753737926e-05, + "L": 0.0001984113041544333, + "G": 0.003749413415789604, + "F": 0.029790649190545082, + "E": 0.0004760098527185619, + "T": 0.010922425426542759, + "P": 0.02049117162823677, + "-": 0.9165111184120178 + }, + "id": "tp_3447" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 430898, + "label": "-", + "classification": { + "B": 1.0626317816786468e-06, + "S": 6.421321359084686e-07, + "I": 0.0010568092111498117, + "C": 0.00021773991466034204, + "R": 3.520332757034339e-05, + "M": 0.00035921623930335045, + "O": 5.618253635475412e-05, + "W": 2.011621063502389e-06, + "N": 2.8337428375380114e-05, + "Y": 0.002905322005972266, + "U": 2.9318080123630352e-06, + "K": 1.255078041140223e-05, + "L": 6.5242811615462415e-06, + "G": 0.0006035165279172361, + "F": 0.0020969100296497345, + "E": 0.0006172572611831129, + "T": 0.001522660255432129, + "P": 0.0765320360660553, + "-": 0.9139430522918701 + }, + "id": "tp_3448" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 431031, + "label": "-", + "classification": { + "B": 2.2623449069669732e-07, + "S": 4.932159640702594e-07, + "I": 6.937748821655987e-06, + "C": 5.989537385175936e-06, + "R": 1.337932189926505e-06, + "M": 3.815427407971583e-05, + "O": 1.673903170740232e-05, + "W": 6.135614398772304e-07, + "N": 3.3159693657580647e-07, + "Y": 0.00020365495583973825, + "U": 4.3891450474120575e-08, + "K": 2.8772791438314016e-07, + "L": 1.5524740319960983e-06, + "G": 5.37789092049934e-05, + "F": 0.002150769578292966, + "E": 1.1102001735707745e-05, + "T": 0.0001681215362623334, + "P": 0.02195967361330986, + "-": 0.9753801822662354 + }, + "id": "tp_3449" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 431131, + "label": "-", + "classification": { + "B": 1.6413861885666847e-05, + "S": 3.031634150829632e-05, + "I": 4.328055638325168e-06, + "C": 2.0674904135375982e-06, + "R": 1.2976975085621234e-06, + "M": 8.551055361749604e-05, + "O": 8.096355304587632e-05, + "W": 6.385663255059626e-06, + "N": 7.338951490964973e-07, + "Y": 0.00021554484555963427, + "U": 1.362538455396134e-07, + "K": 2.385702146057156e-06, + "L": 7.016129075054778e-06, + "G": 6.963896885281429e-05, + "F": 0.00939474068582058, + "E": 1.9821378373308107e-05, + "T": 0.0004111987946089357, + "P": 0.02151639573276043, + "-": 0.9681349992752075 + }, + "id": "tp_3450" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 431265, + "label": "-", + "classification": { + "B": 0.00039167338400147855, + "S": 0.001195090706460178, + "I": 0.00039360515074804425, + "C": 2.1123018086655065e-05, + "R": 1.1889507732121274e-05, + "M": 0.0014986752066761255, + "O": 0.0014862552052363753, + "W": 0.0001654965744819492, + "N": 0.00019738441915251315, + "Y": 0.0014060474932193756, + "U": 5.420837169367587e-06, + "K": 5.061888805357739e-05, + "L": 0.00011285550863249227, + "G": 0.0012963478220626712, + "F": 0.05150981619954109, + "E": 0.0017674460541456938, + "T": 0.0030612621922045946, + "P": 0.2957676351070404, + "-": 0.6396613121032715 + }, + "id": "tp_3451" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 431398, + "label": "-", + "classification": { + "B": 1.0663631655916106e-05, + "S": 3.0267810871009715e-06, + "I": 1.2577435200000764e-06, + "C": 1.006793297619879e-07, + "R": 4.708396872388221e-08, + "M": 0.000354410003637895, + "O": 7.322150486288592e-05, + "W": 6.520826332234719e-07, + "N": 3.1772557917975064e-08, + "Y": 0.00011666834325296804, + "U": 3.4954599215097915e-09, + "K": 1.6596601870588756e-09, + "L": 1.2902688467875123e-05, + "G": 6.526556535391137e-05, + "F": 0.0018895432585850358, + "E": 9.844759915722534e-06, + "T": 0.0001676341489655897, + "P": 0.009023409336805344, + "-": 0.9882712960243225 + }, + "id": "tp_3452" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 431532, + "label": "-", + "classification": { + "B": 1.3776569858237053e-06, + "S": 2.4298321577020943e-08, + "I": 2.0672592654591426e-05, + "C": 3.2850464322109474e-06, + "R": 6.266231480367424e-07, + "M": 0.00026994882500730455, + "O": 1.762777174008079e-05, + "W": 4.017915600229571e-08, + "N": 6.857099066337469e-08, + "Y": 0.00014431953604798764, + "U": 9.434073966474443e-09, + "K": 4.0133546486131877e-10, + "L": 6.8217923399060965e-06, + "G": 0.000245081027969718, + "F": 7.58008100092411e-05, + "E": 1.4454219126491807e-05, + "T": 0.00030477510881610215, + "P": 0.009808791801333427, + "-": 0.989086389541626 + }, + "id": "tp_3453" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 431632, + "label": "-", + "classification": { + "B": 6.986985567891679e-07, + "S": 8.829025318846107e-05, + "I": 9.561463230056688e-06, + "C": 2.099470657412894e-05, + "R": 1.4678488696517888e-05, + "M": 0.0004944387474097311, + "O": 0.00027089627110399306, + "W": 1.3929876331530977e-05, + "N": 1.3492153811967e-06, + "Y": 0.0020195534452795982, + "U": 1.1284964074320669e-07, + "K": 2.0317083908594213e-05, + "L": 5.72608296351973e-05, + "G": 0.0008851396851241589, + "F": 0.15288221836090088, + "E": 4.186316436971538e-05, + "T": 0.0016050753183662891, + "P": 0.0027865308802574873, + "-": 0.8387870788574219 + }, + "id": "tp_3454" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 431765, + "label": "-", + "classification": { + "B": 6.384543667081743e-05, + "S": 0.00022316296235658228, + "I": 0.005006809718906879, + "C": 0.0004939790815114975, + "R": 0.00014757417375221848, + "M": 0.0010885625379160047, + "O": 0.0005949814803898335, + "W": 0.00019570667063817382, + "N": 0.001208184170536697, + "Y": 0.009653352200984955, + "U": 7.907065446488559e-05, + "K": 0.0016403738409280777, + "L": 9.225105895893648e-05, + "G": 0.0023338862229138613, + "F": 0.04129082337021828, + "E": 0.006519199814647436, + "T": 0.005272440146654844, + "P": 0.40320324897766113, + "-": 0.5208925604820251 + }, + "id": "tp_3455" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 431899, + "label": "-", + "classification": { + "B": 2.1039685549339993e-08, + "S": 1.6767656063620962e-07, + "I": 3.181462670909241e-05, + "C": 1.61874299919873e-06, + "R": 4.867797542829067e-07, + "M": 1.5083444850461092e-05, + "O": 1.2215179594932124e-05, + "W": 1.8278979041497223e-07, + "N": 1.7678963786238455e-06, + "Y": 0.00022704504954162985, + "U": 5.1252513344479667e-08, + "K": 4.1240582504542544e-07, + "L": 3.7243194128677715e-07, + "G": 6.685234984615818e-05, + "F": 0.0028941952623426914, + "E": 2.1952144379611127e-05, + "T": 0.00018159257888328284, + "P": 0.08528359234333038, + "-": 0.9112606644630432 + }, + "id": "tp_3456" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 432032, + "label": "-", + "classification": { + "B": 1.9630377184887138e-11, + "S": 3.735049595998685e-12, + "I": 3.4405417181915254e-08, + "C": 5.253085966216986e-09, + "R": 2.418552025318377e-10, + "M": 7.1086181385737746e-09, + "O": 2.3515984715061222e-09, + "W": 8.10882871266072e-12, + "N": 2.6474486491956384e-10, + "Y": 1.7366998008583323e-06, + "U": 3.828184731019535e-12, + "K": 5.495927671295142e-11, + "L": 3.294072306592177e-11, + "G": 1.5694705268742837e-07, + "F": 0.00011184451432200149, + "E": 5.3104198372011524e-08, + "T": 4.835305844608229e-07, + "P": 0.04866363853216171, + "-": 0.9512221217155457 + }, + "id": "tp_3457" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 432132, + "label": "-", + "classification": { + "B": 3.4042679430967837e-07, + "S": 1.0423826779515366e-06, + "I": 2.280547661825949e-08, + "C": 1.615699796175818e-10, + "R": 5.808711844856873e-10, + "M": 5.210045401327079e-06, + "O": 6.643425422225846e-06, + "W": 2.293638878825277e-08, + "N": 5.66232505327946e-10, + "Y": 1.0013151040766388e-05, + "U": 2.209602726482851e-12, + "K": 7.623572606529905e-11, + "L": 1.7430897969461512e-07, + "G": 3.9757610466040205e-06, + "F": 0.0040530916303396225, + "E": 1.4374519707871514e-07, + "T": 2.0152028810116462e-05, + "P": 0.0010256542591378093, + "-": 0.994873583316803 + }, + "id": "tp_3458" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 432266, + "label": "-", + "classification": { + "B": 5.111733116791584e-06, + "S": 5.425007202575216e-06, + "I": 0.0002948672918137163, + "C": 6.728176231263205e-05, + "R": 2.4849634428392164e-05, + "M": 0.00029378075851127505, + "O": 8.844112744554877e-05, + "W": 4.763314336742042e-06, + "N": 1.799381607270334e-05, + "Y": 0.0048581683076918125, + "U": 2.2856877421872923e-06, + "K": 1.0326693882234395e-05, + "L": 2.6805491870618425e-05, + "G": 0.0009928401559591293, + "F": 0.029370220378041267, + "E": 0.0005230181268416345, + "T": 0.0013823198387399316, + "P": 0.0672418624162674, + "-": 0.8947896361351013 + }, + "id": "tp_3459" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 432399, + "label": "-", + "classification": { + "B": 9.680110451881774e-06, + "S": 0.0012313585029914975, + "I": 2.791973383864388e-05, + "C": 1.985207200050354e-05, + "R": 2.212802974099759e-05, + "M": 0.0024341181851923466, + "O": 0.0031949016265571117, + "W": 0.00012544514902401716, + "N": 4.491322215471882e-06, + "Y": 0.006334970239549875, + "U": 7.356041464845475e-08, + "K": 7.64194192015566e-06, + "L": 0.00019513777806423604, + "G": 0.0023864703252911568, + "F": 0.08235444873571396, + "E": 4.449663174455054e-05, + "T": 0.007023044861853123, + "P": 0.004207472316920757, + "-": 0.8903762698173523 + }, + "id": "tp_3460" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 432533, + "label": "-", + "classification": { + "B": 1.3024455958188241e-09, + "S": 1.7845131594640407e-08, + "I": 7.400739718832483e-07, + "C": 1.1376308606259045e-07, + "R": 7.434673321426999e-09, + "M": 2.1954840121907182e-05, + "O": 1.0882699825742748e-06, + "W": 4.835739808584094e-09, + "N": 1.7877562541457337e-08, + "Y": 7.012562127783895e-05, + "U": 4.0822634161941096e-10, + "K": 1.4337734555169845e-08, + "L": 4.293130118071531e-08, + "G": 8.015576895559207e-06, + "F": 0.0010332291712984443, + "E": 3.0091484859440243e-06, + "T": 6.323050911305472e-05, + "P": 0.004181264899671078, + "-": 0.9946171641349792 + }, + "id": "tp_3461" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 432633, + "label": "-", + "classification": { + "B": 3.0579369649785804e-06, + "S": 6.8798854044871405e-06, + "I": 3.0532468372257426e-05, + "C": 5.164111371414037e-06, + "R": 3.2096390896185767e-06, + "M": 0.0013181582326069474, + "O": 0.00032411032589152455, + "W": 2.5040119453478837e-06, + "N": 6.548846727127966e-07, + "Y": 0.0003507798246573657, + "U": 6.993874990257609e-08, + "K": 7.137351598629493e-09, + "L": 5.5469467042712495e-05, + "G": 0.0001672936778049916, + "F": 0.00026050396263599396, + "E": 9.27649307413958e-06, + "T": 0.0018849162152037024, + "P": 0.005649671424180269, + "-": 0.9899278283119202 + }, + "id": "tp_3462" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 432766, + "label": "-", + "classification": { + "B": 7.3101168709399644e-06, + "S": 1.511632126494078e-05, + "I": 0.0010127058485522866, + "C": 0.0007037242176011205, + "R": 0.0002130963548552245, + "M": 0.0008271114202216268, + "O": 0.00032060270314104855, + "W": 2.034971294051502e-05, + "N": 0.00012049455108353868, + "Y": 0.014383943751454353, + "U": 2.344763015571516e-05, + "K": 0.00025479108444415033, + "L": 6.593659054487944e-05, + "G": 0.004282200243324041, + "F": 0.024265192449092865, + "E": 0.0012636063620448112, + "T": 0.005299010779708624, + "P": 0.07384657859802246, + "-": 0.8730749487876892 + }, + "id": "tp_3463" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 432900, + "label": "-", + "classification": { + "B": 3.316379297757521e-05, + "S": 0.0001606602454558015, + "I": 0.0002282088389620185, + "C": 1.5125508070923388e-05, + "R": 9.864702406048309e-06, + "M": 0.0003736164653673768, + "O": 0.0004458968760445714, + "W": 4.5047261664876714e-05, + "N": 4.0456503484165296e-05, + "Y": 0.0007220047991722822, + "U": 1.6048214774855296e-06, + "K": 4.818295201403089e-05, + "L": 2.4737662897678092e-05, + "G": 0.0003122459165751934, + "F": 0.03497767075896263, + "E": 0.0004164214478805661, + "T": 0.001112931058742106, + "P": 0.09163133800029755, + "-": 0.8694008588790894 + }, + "id": "tp_3464" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 433033, + "label": "-", + "classification": { + "B": 4.21742413436732e-07, + "S": 1.3379715255723568e-06, + "I": 1.3410591463980381e-06, + "C": 2.5802142999964417e-07, + "R": 1.4869286246721458e-07, + "M": 1.6286048776237294e-05, + "O": 1.0455306437506806e-05, + "W": 2.8641869675993803e-07, + "N": 3.823813798931042e-08, + "Y": 0.0003318650124128908, + "U": 2.2164106106004056e-09, + "K": 2.4151198374511296e-08, + "L": 1.222261062139296e-06, + "G": 8.015134517336264e-05, + "F": 0.010008237324655056, + "E": 4.558524778985884e-06, + "T": 0.00011903820995939896, + "P": 0.008289954625070095, + "-": 0.9811344146728516 + }, + "id": "tp_3465" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 433133, + "label": "-", + "classification": { + "B": 1.054479434969835e-05, + "S": 1.321863237535581e-05, + "I": 0.00016724193119443953, + "C": 9.03329964785371e-06, + "R": 2.5896565603034105e-06, + "M": 9.769202733878046e-05, + "O": 0.00016679562395438552, + "W": 1.0536460649746004e-05, + "N": 1.8315326087758876e-05, + "Y": 0.00025217162328772247, + "U": 9.366483482153853e-07, + "K": 1.8955348650706583e-06, + "L": 6.3660027080914006e-06, + "G": 7.845419168006629e-05, + "F": 0.0013224231079220772, + "E": 0.00013792086974717677, + "T": 0.0006710146553814411, + "P": 0.11181183904409409, + "-": 0.8852209448814392 + }, + "id": "tp_3466" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 433267, + "label": "-", + "classification": { + "B": 1.3269144574223901e-06, + "S": 1.4216055888027768e-06, + "I": 2.5462961275479756e-05, + "C": 7.803303742548451e-05, + "R": 2.2494741642731242e-05, + "M": 0.0001322813332080841, + "O": 5.517257159226574e-05, + "W": 2.1000273591198493e-06, + "N": 1.344964971394802e-06, + "Y": 0.0016272177454084158, + "U": 8.599733973824186e-07, + "K": 9.390255399921443e-07, + "L": 1.5673487723688595e-05, + "G": 0.0002862710098270327, + "F": 0.003864809637889266, + "E": 1.0583368748484645e-05, + "T": 0.0009693556930869818, + "P": 0.012585459277033806, + "-": 0.9803193211555481 + }, + "id": "tp_3467" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 433400, + "label": "-", + "classification": { + "B": 0.00047569492016918957, + "S": 0.0023823236115276814, + "I": 0.0022529407870024443, + "C": 0.002023109467700124, + "R": 0.0012123952619731426, + "M": 0.019047247245907784, + "O": 0.010131598450243473, + "W": 0.0015455038519576192, + "N": 0.0006274812039919198, + "Y": 0.01442098617553711, + "U": 0.0001822501071728766, + "K": 0.00047760637244209647, + "L": 0.004100666847079992, + "G": 0.011098985560238361, + "F": 0.09237144887447357, + "E": 0.0025092249270528555, + "T": 0.02754671312868595, + "P": 0.056037094444036484, + "-": 0.7515566945075989 + }, + "id": "tp_3468" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 433500, + "label": "-", + "classification": { + "B": 1.3953570032754214e-07, + "S": 5.0468166591599584e-05, + "I": 2.8528752409329172e-06, + "C": 2.2031472326489165e-05, + "R": 9.581098311173264e-06, + "M": 0.0003935744462069124, + "O": 0.00038995948852971196, + "W": 1.3291714822116774e-05, + "N": 8.066135706030764e-07, + "Y": 0.005190188530832529, + "U": 5.484573861735953e-08, + "K": 0.00011504936264827847, + "L": 4.091068694833666e-05, + "G": 0.002530077239498496, + "F": 0.19567178189754486, + "E": 4.5368080463958904e-05, + "T": 0.0018534720875322819, + "P": 0.0016442156629636884, + "-": 0.792026162147522 + }, + "id": "tp_3469" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 433634, + "label": "-", + "classification": { + "B": 5.678004981746199e-06, + "S": 2.814751269397675e-06, + "I": 2.0987341486033984e-05, + "C": 1.7854421230367734e-06, + "R": 3.682093847601209e-07, + "M": 5.7937908422900364e-05, + "O": 4.716746843769215e-05, + "W": 1.7993769461099873e-06, + "N": 1.4781973050048691e-06, + "Y": 0.00018682976951822639, + "U": 1.1015300316330467e-07, + "K": 3.4919659697152383e-07, + "L": 3.3386750146746635e-06, + "G": 9.565920481691137e-05, + "F": 0.003424503840506077, + "E": 5.2668663556687534e-05, + "T": 0.00021211005514487624, + "P": 0.08585924655199051, + "-": 0.9100252389907837 + }, + "id": "tp_3470" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 433767, + "label": "-", + "classification": { + "B": 2.5480449039605446e-06, + "S": 6.647625559708104e-05, + "I": 6.172231678647222e-06, + "C": 6.466068953159265e-06, + "R": 4.848314802075038e-06, + "M": 0.0017267089569941163, + "O": 0.0010209028841927648, + "W": 7.553331215603976e-06, + "N": 4.216321940475609e-07, + "Y": 0.0026920523960143328, + "U": 1.846500730096068e-08, + "K": 1.1660076637554084e-07, + "L": 0.00023817369947209954, + "G": 0.0012585639487951994, + "F": 0.018429536372423172, + "E": 1.582591539772693e-05, + "T": 0.0019114849856123328, + "P": 0.0022191808093339205, + "-": 0.9703930020332336 + }, + "id": "tp_3471" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 433901, + "label": "-", + "classification": { + "B": 1.5312952683643744e-08, + "S": 7.226383900160727e-07, + "I": 4.524511041381629e-07, + "C": 2.9719860350496674e-08, + "R": 1.3288299349767385e-08, + "M": 1.0758642929431517e-05, + "O": 4.9427571866544895e-06, + "W": 1.4642095891304052e-07, + "N": 5.492760735137381e-08, + "Y": 0.00010353875404689461, + "U": 9.916677479182567e-10, + "K": 1.6694028204256028e-07, + "L": 7.906287180503568e-08, + "G": 2.908019951064489e-06, + "F": 0.006122682709246874, + "E": 2.5451283818256343e-06, + "T": 8.531571802450344e-05, + "P": 0.010226600803434849, + "-": 0.983439028263092 + }, + "id": "tp_3472" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 434001, + "label": "-", + "classification": { + "B": 5.40634164281073e-06, + "S": 0.00011848734720842913, + "I": 0.00010600877430988476, + "C": 4.681242353399284e-05, + "R": 3.337846283102408e-05, + "M": 0.0011581871658563614, + "O": 0.0006716386415064335, + "W": 7.172358164098114e-05, + "N": 1.4728595488122664e-05, + "Y": 0.003421021392568946, + "U": 2.1674991330655757e-06, + "K": 2.9222670491435565e-05, + "L": 4.120958692510612e-05, + "G": 0.0003556341107469052, + "F": 0.010199987329542637, + "E": 7.758312858641148e-05, + "T": 0.004173036199063063, + "P": 0.017896518111228943, + "-": 0.9615771770477295 + }, + "id": "tp_3473" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 434134, + "label": "-", + "classification": { + "B": 2.8714671316265594e-06, + "S": 1.1909303793800063e-05, + "I": 5.519409023690969e-05, + "C": 3.333879431011155e-05, + "R": 1.3034211406193208e-05, + "M": 0.000218146393308416, + "O": 0.00011273185373283923, + "W": 5.055524979979964e-06, + "N": 3.817428023467073e-06, + "Y": 0.0010834102286025882, + "U": 9.157564022643783e-07, + "K": 5.961308488622308e-06, + "L": 2.7668684197124094e-05, + "G": 0.0005166862392798066, + "F": 0.021202581003308296, + "E": 0.00010495085007278249, + "T": 0.00081061344826594, + "P": 0.023546839132905006, + "-": 0.9522443413734436 + }, + "id": "tp_3474" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 434268, + "label": "-", + "classification": { + "B": 1.6912445062189363e-06, + "S": 6.431661745409656e-07, + "I": 0.00017051481700036675, + "C": 3.0494080419884995e-05, + "R": 2.8393683351168875e-06, + "M": 5.4763331718277186e-05, + "O": 1.705493741610553e-05, + "W": 8.140902423292573e-07, + "N": 3.94750531995669e-06, + "Y": 0.00047850003466010094, + "U": 2.1890389234613394e-07, + "K": 3.261966412537731e-07, + "L": 1.925827973536798e-06, + "G": 0.00011793972953455523, + "F": 0.0012138067977502942, + "E": 6.156849121907726e-05, + "T": 0.0002835728810168803, + "P": 0.11489418894052505, + "-": 0.8826650977134705 + }, + "id": "tp_3475" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 434401, + "label": "-", + "classification": { + "B": 9.129102096494535e-08, + "S": 6.538751051721192e-08, + "I": 2.415928065602202e-06, + "C": 6.455097718571778e-07, + "R": 1.5762019245357806e-07, + "M": 4.239790996507509e-06, + "O": 3.199843149559456e-06, + "W": 3.937094206207803e-08, + "N": 5.8427588101039873e-08, + "Y": 2.546743598941248e-05, + "U": 4.4723429404314174e-09, + "K": 1.4846984974781208e-08, + "L": 1.9833547071357316e-07, + "G": 1.3069330634607468e-05, + "F": 0.0004625662986654788, + "E": 1.2999897762711043e-06, + "T": 5.5356260418193415e-05, + "P": 0.022655854001641273, + "-": 0.9767752289772034 + }, + "id": "tp_3476" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 434501, + "label": "-", + "classification": { + "B": 2.339150796615286e-06, + "S": 8.330177479365375e-06, + "I": 4.188610182609409e-05, + "C": 5.131392754265107e-06, + "R": 3.8048685269131965e-07, + "M": 0.00015022781735751778, + "O": 4.724234531749971e-05, + "W": 1.875875113910297e-06, + "N": 5.702039743482601e-06, + "Y": 0.00018170633120462298, + "U": 1.2236208135618654e-07, + "K": 3.2665866456227377e-06, + "L": 2.636245653775404e-06, + "G": 0.00013957175542600453, + "F": 0.009286774322390556, + "E": 0.00048305277596227825, + "T": 0.00023176141257863492, + "P": 0.14591988921165466, + "-": 0.8434880971908569 + }, + "id": "tp_3477" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 434635, + "label": "-", + "classification": { + "B": 0.0003465830523055047, + "S": 0.00015525466005783528, + "I": 0.009580299258232117, + "C": 0.0025461798068135977, + "R": 0.0009671358275227249, + "M": 0.0021234755404293537, + "O": 0.0013778235297650099, + "W": 0.00034968831459991634, + "N": 0.0013077468611299992, + "Y": 0.011863668449223042, + "U": 0.000455243862234056, + "K": 0.001160577405244112, + "L": 0.00043858771095983684, + "G": 0.006223674397915602, + "F": 0.02655244618654251, + "E": 0.008130078203976154, + "T": 0.006296698469668627, + "P": 0.24716873466968536, + "-": 0.672956109046936 + }, + "id": "tp_3478" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 434768, + "label": "-", + "classification": { + "B": 7.344544883380877e-06, + "S": 2.0585363017744385e-05, + "I": 0.0017120622796937823, + "C": 0.00043483066838234663, + "R": 7.27110673324205e-05, + "M": 0.0006797059322707355, + "O": 0.00022453432029578835, + "W": 2.04643565666629e-05, + "N": 0.00016899430193006992, + "Y": 0.004140546545386314, + "U": 2.4907341867219657e-05, + "K": 3.908159487764351e-05, + "L": 3.9790775190340355e-05, + "G": 0.0008424234110862017, + "F": 0.0025904381182044744, + "E": 0.0006880250875838101, + "T": 0.006277439650148153, + "P": 0.16176550090312958, + "-": 0.8202506303787231 + }, + "id": "tp_3479" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 434902, + "label": "-", + "classification": { + "B": 7.903020105004543e-08, + "S": 1.378215159775209e-07, + "I": 6.0293001297395676e-05, + "C": 4.2420388126629405e-06, + "R": 6.470073685704847e-07, + "M": 2.7216658509132685e-06, + "O": 3.114197852482903e-06, + "W": 2.964270038319228e-07, + "N": 2.573957772256108e-06, + "Y": 0.0001110221492126584, + "U": 3.0929891181585845e-07, + "K": 6.516880603157915e-06, + "L": 1.5438251921295887e-07, + "G": 1.776542376319412e-05, + "F": 0.0017826097318902612, + "E": 3.481138264760375e-05, + "T": 6.832143844803795e-05, + "P": 0.18919576704502106, + "-": 0.8087084889411926 + }, + "id": "tp_3480" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 435002, + "label": "-", + "classification": { + "B": 1.5992034718692594e-07, + "S": 4.5184936681152976e-08, + "I": 1.0481084245839156e-05, + "C": 3.631541005688632e-07, + "R": 7.893156350746722e-08, + "M": 2.1181238480494358e-05, + "O": 5.364856406231411e-06, + "W": 4.756703830821607e-08, + "N": 3.369376884165831e-07, + "Y": 0.0001784373162081465, + "U": 8.71450467343493e-09, + "K": 8.767723436164943e-09, + "L": 2.6366762995166937e-07, + "G": 1.5248956515279133e-05, + "F": 0.00011434493353590369, + "E": 4.107141649001278e-06, + "T": 0.0004603960842359811, + "P": 0.051707010716199875, + "-": 0.9474820494651794 + }, + "id": "tp_3481" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 435135, + "label": "-", + "classification": { + "B": 8.79852848356677e-08, + "S": 2.88524955038838e-08, + "I": 3.422856934776064e-06, + "C": 1.1659230949589983e-06, + "R": 2.8230383009031357e-07, + "M": 3.540988836903125e-05, + "O": 3.973580078309169e-06, + "W": 2.0775095421754486e-08, + "N": 4.1938033490396265e-08, + "Y": 0.00015096830611582845, + "U": 4.030940026211738e-09, + "K": 4.215551463460088e-09, + "L": 6.551672413479537e-07, + "G": 6.0041198594262823e-05, + "F": 0.0004108719585929066, + "E": 6.417190434149234e-06, + "T": 0.00012155473814345896, + "P": 0.018124666064977646, + "-": 0.9810804724693298 + }, + "id": "tp_3482" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 435269, + "label": "-", + "classification": { + "B": 6.475085051471652e-11, + "S": 1.1110475039988188e-10, + "I": 3.6377873158244256e-08, + "C": 4.685928978176435e-09, + "R": 2.5811697224042973e-10, + "M": 2.189847947420276e-08, + "O": 1.6467877728132407e-08, + "W": 1.1211934158872339e-10, + "N": 7.323339157316866e-10, + "Y": 4.3037962882408465e-07, + "U": 7.1406821428032785e-12, + "K": 2.4269961040879195e-10, + "L": 9.971587444645991e-11, + "G": 6.329625534817751e-08, + "F": 4.388903471408412e-05, + "E": 7.782469424455485e-08, + "T": 5.212274913901638e-07, + "P": 0.06332053989171982, + "-": 0.936634361743927 + }, + "id": "tp_3483" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 435402, + "label": "-", + "classification": { + "B": 4.995419189413042e-09, + "S": 4.705132994331507e-08, + "I": 0.0001103018585126847, + "C": 2.8311333721831033e-07, + "R": 1.3127413467373117e-07, + "M": 1.6058877008617856e-05, + "O": 2.700341156014474e-06, + "W": 3.4737439591481234e-08, + "N": 2.074914391414495e-06, + "Y": 0.0006293111364357173, + "U": 9.496742059411645e-09, + "K": 1.361773911412456e-07, + "L": 3.038928397813834e-08, + "G": 1.92744755622698e-05, + "F": 6.084027700126171e-05, + "E": 7.3477544901834335e-06, + "T": 0.0011721819173544645, + "P": 0.0898088589310646, + "-": 0.9081703424453735 + }, + "id": "tp_3484" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 435502, + "label": "-", + "classification": { + "B": 2.4012976496123883e-07, + "S": 1.5796980790128146e-07, + "I": 4.82275345348171e-06, + "C": 5.316822466738813e-07, + "R": 6.207213232301001e-08, + "M": 2.142419180017896e-05, + "O": 7.264743999257917e-06, + "W": 1.3136009613390343e-07, + "N": 1.993382596765514e-07, + "Y": 6.36146214674227e-05, + "U": 1.2356784040434832e-08, + "K": 6.980647526688699e-08, + "L": 3.340437331189605e-07, + "G": 1.472359144827351e-05, + "F": 0.001125012873671949, + "E": 1.6583520846324973e-05, + "T": 6.424600724130869e-05, + "P": 0.044735800474882126, + "-": 0.9539446830749512 + }, + "id": "tp_3485" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 435636, + "label": "-", + "classification": { + "B": 3.6610436904283006e-09, + "S": 2.2675294975016413e-09, + "I": 6.717481824125571e-07, + "C": 4.0227686781690863e-07, + "R": 3.4587326780410876e-08, + "M": 2.761069595180743e-07, + "O": 2.800936158564582e-07, + "W": 5.654350765382787e-09, + "N": 2.227021589362721e-08, + "Y": 3.744180139619857e-05, + "U": 4.184561586129121e-09, + "K": 1.3105227480991744e-06, + "L": 5.296656446773795e-09, + "G": 1.120643355534412e-05, + "F": 0.00047824488137848675, + "E": 3.075729409829364e-06, + "T": 5.082107691123383e-06, + "P": 0.007001099642366171, + "-": 0.9924606680870056 + }, + "id": "tp_3486" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 435769, + "label": "-", + "classification": { + "B": 2.539787491429024e-09, + "S": 2.1645876202569525e-08, + "I": 1.5326539823945495e-06, + "C": 7.20085040484264e-08, + "R": 7.710130311977537e-09, + "M": 9.127933253694209e-07, + "O": 8.478272661704978e-07, + "W": 1.0829644736531918e-08, + "N": 4.3272045502362744e-08, + "Y": 1.4410156836675014e-05, + "U": 1.4389336389086793e-09, + "K": 5.2635837022307896e-08, + "L": 1.650992942359153e-08, + "G": 2.3826255528547335e-06, + "F": 0.0009209312265738845, + "E": 1.951480726347654e-06, + "T": 1.3828619557898492e-05, + "P": 0.02044931799173355, + "-": 0.9785935878753662 + }, + "id": "tp_3487" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 435903, + "label": "-", + "classification": { + "B": 1.3240189673524583e-06, + "S": 1.7519388393338886e-06, + "I": 0.0009137038723565638, + "C": 0.00030873907962813973, + "R": 9.036045958055183e-05, + "M": 0.00018954613187815994, + "O": 8.236747817136347e-05, + "W": 8.421633538091555e-06, + "N": 2.716831113502849e-05, + "Y": 0.0019186442950740457, + "U": 8.350614734808914e-06, + "K": 2.9503778932848945e-05, + "L": 1.613570020708721e-05, + "G": 0.0005243465420790017, + "F": 0.007915796712040901, + "E": 0.00019467686070129275, + "T": 0.0011978291440755129, + "P": 0.07142895460128784, + "-": 0.9151424169540405 + }, + "id": "tp_3488" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 436003, + "label": "-", + "classification": { + "B": 3.966162239521509e-06, + "S": 2.1002839275752194e-05, + "I": 0.0016031952109187841, + "C": 6.471070082625374e-05, + "R": 1.403345595463179e-05, + "M": 0.00038871157448738813, + "O": 0.00012631772551685572, + "W": 2.083718754875008e-05, + "N": 0.00022916242596693337, + "Y": 0.0022059816401451826, + "U": 6.909290732437512e-06, + "K": 0.0004557136562652886, + "L": 4.7236903810699005e-06, + "G": 0.0006830260972492397, + "F": 0.00665727024897933, + "E": 0.003132028039544821, + "T": 0.0015147629892453551, + "P": 0.3258684575557709, + "-": 0.6569992303848267 + }, + "id": "tp_3489" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 436136, + "label": "-", + "classification": { + "B": 4.3476622302307533e-10, + "S": 1.1873753091862227e-09, + "I": 1.2311630598560441e-05, + "C": 7.882433550321366e-08, + "R": 1.5284992826991584e-08, + "M": 8.272529328223754e-08, + "O": 1.0889228008181817e-07, + "W": 6.392158358181632e-09, + "N": 2.888817789425957e-07, + "Y": 1.2477586096792948e-05, + "U": 4.419804078281686e-09, + "K": 7.907721624178521e-07, + "L": 8.251467287223591e-10, + "G": 7.296204671547457e-07, + "F": 0.00022058469767216593, + "E": 5.616847374767531e-06, + "T": 7.151014870032668e-06, + "P": 0.21056382358074188, + "-": 0.7891758680343628 + }, + "id": "tp_3490" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 436270, + "label": "-", + "classification": { + "B": 9.35587496364576e-10, + "S": 1.780994518529866e-10, + "I": 9.205188689520583e-06, + "C": 3.152360932290321e-07, + "R": 2.7727880436145824e-08, + "M": 4.335147878009593e-06, + "O": 2.6278067366547475e-07, + "W": 3.323980257707859e-10, + "N": 3.030507400580973e-08, + "Y": 7.113758329069242e-05, + "U": 7.92394927451312e-10, + "K": 2.5320388008509553e-09, + "L": 1.8138178958793105e-08, + "G": 2.8504777219495736e-05, + "F": 8.087695459835231e-05, + "E": 4.236881522956537e-06, + "T": 7.028125401120633e-05, + "P": 0.0243870597332716, + "-": 0.9753437638282776 + }, + "id": "tp_3491" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 436403, + "label": "-", + "classification": { + "B": 1.7691102982553275e-07, + "S": 2.3378168290122403e-09, + "I": 6.492620485687439e-08, + "C": 4.436303768784455e-09, + "R": 4.1678693829538815e-10, + "M": 2.2449334835528134e-07, + "O": 6.335934585877112e-07, + "W": 2.273764954097146e-09, + "N": 6.617462133817753e-10, + "Y": 2.6225615101793665e-07, + "U": 9.976377363107858e-12, + "K": 1.542753013013265e-12, + "L": 1.167391161516207e-08, + "G": 5.999440872983541e-07, + "F": 7.424846444337163e-06, + "E": 4.757210803063572e-08, + "T": 1.603620717105514e-06, + "P": 0.01864783465862274, + "-": 0.9813411235809326 + }, + "id": "tp_3492" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 436503, + "label": "-", + "classification": { + "B": 3.5812800547319057e-07, + "S": 1.5281214018614264e-06, + "I": 0.0001877806498669088, + "C": 7.6028973126085475e-06, + "R": 1.457512439628772e-06, + "M": 3.947509321733378e-05, + "O": 1.3896392374590505e-05, + "W": 1.6063676184785436e-06, + "N": 1.7509300960227847e-05, + "Y": 0.00083870132220909, + "U": 8.565953066863585e-07, + "K": 0.00015189489931799471, + "L": 6.431407086893159e-07, + "G": 0.00011908776650670916, + "F": 0.011554470285773277, + "E": 0.0005612912937067449, + "T": 0.00032135981018655, + "P": 0.16173656284809113, + "-": 0.8244439363479614 + }, + "id": "tp_3493" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 436637, + "label": "-", + "classification": { + "B": 3.8412654390640455e-08, + "S": 1.0148880136284788e-07, + "I": 1.1716623703250661e-05, + "C": 1.3280454140840448e-06, + "R": 8.93601495022267e-08, + "M": 1.4580822607968003e-05, + "O": 2.465030547682545e-06, + "W": 1.1430547175450556e-07, + "N": 9.369603048980935e-07, + "Y": 8.886992145562544e-05, + "U": 5.118286594552046e-08, + "K": 2.3187890292319935e-06, + "L": 7.615627595214391e-08, + "G": 7.862224265409168e-06, + "F": 0.0013507477706298232, + "E": 4.7057284973561764e-05, + "T": 0.00013082954683341086, + "P": 0.07541803270578384, + "-": 0.9229226112365723 + }, + "id": "tp_3494" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 436770, + "label": "-", + "classification": { + "B": 3.0059702282869694e-08, + "S": 7.086530473543462e-08, + "I": 7.090330200298922e-06, + "C": 1.1015172276529483e-06, + "R": 9.604988093769862e-08, + "M": 1.6166513887583278e-05, + "O": 3.3881037779792678e-06, + "W": 4.689730204177067e-08, + "N": 3.229165770335385e-07, + "Y": 0.00011891515896422789, + "U": 3.4151099725932e-08, + "K": 4.71293688519836e-08, + "L": 3.9208930502354633e-07, + "G": 1.0904106602538377e-05, + "F": 0.0004013553261756897, + "E": 6.981583283049986e-06, + "T": 0.00048402303946204484, + "P": 0.05010766163468361, + "-": 0.948841392993927 + }, + "id": "tp_3495" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 436904, + "label": "-", + "classification": { + "B": 3.219485875810557e-12, + "S": 3.1220937293796602e-12, + "I": 2.6400062580478334e-08, + "C": 4.630843708497423e-09, + "R": 1.7572533705934035e-10, + "M": 4.875835202255985e-08, + "O": 3.283778804430426e-09, + "W": 7.693285244969594e-12, + "N": 1.1475523309378843e-10, + "Y": 1.237357355421409e-05, + "U": 9.231958947308883e-12, + "K": 6.962680654254427e-09, + "L": 4.306696319011927e-11, + "G": 8.604210393059475e-07, + "F": 7.322697638301179e-05, + "E": 6.289192810982058e-08, + "T": 1.5519811995545751e-06, + "P": 0.0023899925872683525, + "-": 0.9975218176841736 + }, + "id": "tp_3496" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 437004, + "label": "-", + "classification": { + "B": 1.555091148475185e-05, + "S": 1.5928044376778416e-05, + "I": 0.00015184556832537055, + "C": 1.8716293197940104e-05, + "R": 4.6827517508063465e-06, + "M": 0.003935088403522968, + "O": 0.000561619468498975, + "W": 8.114738193398807e-06, + "N": 4.7387543418153655e-06, + "Y": 0.0018225439125671983, + "U": 3.3607432214921573e-07, + "K": 9.591965977051586e-08, + "L": 9.629889973439276e-05, + "G": 0.0005996294785290956, + "F": 0.0005352746229618788, + "E": 0.00016240532568190247, + "T": 0.003756426041945815, + "P": 0.02132943831384182, + "-": 0.9669812917709351 + }, + "id": "tp_3497" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 437137, + "label": "-", + "classification": { + "B": 6.791093243307955e-10, + "S": 9.858523997152702e-10, + "I": 5.987852091493551e-06, + "C": 1.306100756437445e-07, + "R": 1.4209637022588595e-08, + "M": 6.80665561958449e-06, + "O": 2.5051880925275327e-07, + "W": 2.044130864575777e-09, + "N": 3.293628125788928e-08, + "Y": 5.482976121129468e-05, + "U": 7.807455237873739e-10, + "K": 2.664240916772087e-08, + "L": 1.527641302345728e-08, + "G": 1.0910810487985145e-05, + "F": 0.00040777900721877813, + "E": 1.0924721209448762e-05, + "T": 2.571231198089663e-05, + "P": 0.028033483773469925, + "-": 0.9714430570602417 + }, + "id": "tp_3498" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 437271, + "label": "-", + "classification": { + "B": 2.29971419685171e-09, + "S": 1.3556771705225401e-08, + "I": 1.5565046851406805e-06, + "C": 2.1025551077968885e-08, + "R": 2.869901205571068e-09, + "M": 5.174929924578464e-07, + "O": 3.513940214361355e-07, + "W": 1.1334713612143332e-08, + "N": 1.3214514638093533e-07, + "Y": 2.305168891325593e-05, + "U": 1.594719578612569e-09, + "K": 6.104428962316888e-07, + "L": 2.3507147339785206e-09, + "G": 1.5704039242336876e-06, + "F": 0.001675044884905219, + "E": 1.2153735951869749e-05, + "T": 1.681457979429979e-05, + "P": 0.12558075785636902, + "-": 0.8726872801780701 + }, + "id": "tp_3499" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 437404, + "label": "-", + "classification": { + "B": 1.124433651966683e-06, + "S": 5.389725174609339e-06, + "I": 0.00017159241542685777, + "C": 3.561679113772698e-05, + "R": 8.198857358365785e-06, + "M": 0.00025444358470849693, + "O": 9.63120037340559e-05, + "W": 3.783273541557719e-06, + "N": 1.3240937732916791e-05, + "Y": 0.0014501112746074796, + "U": 1.9557558061933378e-06, + "K": 5.305578270053957e-06, + "L": 1.228138444275828e-05, + "G": 0.0002775700413621962, + "F": 0.0027965197805315256, + "E": 0.00011118457041447982, + "T": 0.0014850667212158442, + "P": 0.060061678290367126, + "-": 0.9332086443901062 + }, + "id": "tp_3500" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 437504, + "label": "-", + "classification": { + "B": 1.3453431702004082e-09, + "S": 5.3655124787610475e-09, + "I": 1.7037658039953385e-07, + "C": 6.881709424533256e-08, + "R": 2.7964000004487843e-09, + "M": 7.454066803802561e-07, + "O": 2.5190857400048117e-07, + "W": 3.4758707023740953e-09, + "N": 6.850615630327184e-09, + "Y": 3.1757508622831665e-06, + "U": 3.8410569169755604e-10, + "K": 2.1680955697434e-08, + "L": 6.990317213961816e-09, + "G": 6.350513785946532e-07, + "F": 0.0006695736665278673, + "E": 9.022010658554791e-07, + "T": 5.885149221285246e-06, + "P": 0.020107001066207886, + "-": 0.9792115688323975 + }, + "id": "tp_3501" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 437638, + "label": "-", + "classification": { + "B": 9.452174286328496e-12, + "S": 2.125623028287338e-12, + "I": 3.019862360176262e-09, + "C": 3.65205282681913e-10, + "R": 1.8443418667302147e-11, + "M": 2.0054518046208614e-09, + "O": 4.1407419160144343e-10, + "W": 3.06880627680417e-12, + "N": 1.8784918065506417e-11, + "Y": 5.8909322433464695e-06, + "U": 1.5332673282061893e-12, + "K": 2.8735758217379725e-09, + "L": 2.693535498810018e-12, + "G": 3.7211242442936054e-07, + "F": 1.2154266187280882e-05, + "E": 1.8525522449408527e-08, + "T": 3.107622035258828e-07, + "P": 0.0032139159739017487, + "-": 0.9967672824859619 + }, + "id": "tp_3502" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 437771, + "label": "-", + "classification": { + "B": 8.040225196737083e-08, + "S": 2.2919590492165298e-07, + "I": 0.00013690201740246266, + "C": 1.2365023849270074e-06, + "R": 9.108315452976967e-07, + "M": 0.00047429671394638717, + "O": 1.6445115761598572e-05, + "W": 1.434079877071781e-07, + "N": 4.064487768573599e-07, + "Y": 0.005439244210720062, + "U": 8.509595694761174e-09, + "K": 1.4756812660721152e-08, + "L": 1.6085650713648647e-06, + "G": 0.00013712218787986785, + "F": 0.00015937595162540674, + "E": 1.7071017282432877e-05, + "T": 0.003746603848412633, + "P": 0.0052930875681340694, + "-": 0.9845752716064453 + }, + "id": "tp_3503" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 437905, + "label": "-", + "classification": { + "B": 1.767557193943503e-07, + "S": 2.070659945729858e-07, + "I": 4.375401113065891e-05, + "C": 7.722739610471763e-06, + "R": 7.026644084362488e-07, + "M": 2.551569923525676e-05, + "O": 8.179959877452347e-06, + "W": 2.653683282005659e-07, + "N": 1.8460697219779831e-06, + "Y": 0.0003468842769507319, + "U": 1.927922426148143e-07, + "K": 1.3708754522667732e-06, + "L": 4.657163685806154e-07, + "G": 3.837467738776468e-05, + "F": 0.0008531733183190227, + "E": 4.2443411075510085e-05, + "T": 0.00024287452106364071, + "P": 0.04018312320113182, + "-": 0.9582026600837708 + }, + "id": "tp_3504" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 438005, + "label": "-", + "classification": { + "B": 0.0005549121997319162, + "S": 0.00012630097626242787, + "I": 3.145052323816344e-05, + "C": 1.5120205716812052e-05, + "R": 6.1721093516098335e-06, + "M": 0.0009428209741599858, + "O": 0.0006626094109378755, + "W": 1.5038063793326728e-05, + "N": 2.1722912606492173e-06, + "Y": 0.0012945213820785284, + "U": 1.9021662467366696e-07, + "K": 6.369153879859368e-07, + "L": 0.0001824997743824497, + "G": 0.0034480018075555563, + "F": 0.015774011611938477, + "E": 0.00014151231152936816, + "T": 0.000786965771112591, + "P": 0.014479244127869606, + "-": 0.9615357518196106 + }, + "id": "tp_3505" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 438138, + "label": "-", + "classification": { + "B": 3.4105376016668743e-06, + "S": 6.808753096265718e-05, + "I": 1.0921716238954104e-05, + "C": 2.8704176656901836e-05, + "R": 1.4340164852910675e-05, + "M": 0.0011242255568504333, + "O": 0.00056375318672508, + "W": 1.1229552001168486e-05, + "N": 8.409386964558507e-07, + "Y": 0.0017796087777242064, + "U": 9.179796478520075e-08, + "K": 1.0451707339598215e-06, + "L": 0.000173893800820224, + "G": 0.0013093473389744759, + "F": 0.0550568513572216, + "E": 6.094823038438335e-05, + "T": 0.0013716367539018393, + "P": 0.004151904955506325, + "-": 0.93426913022995 + }, + "id": "tp_3506" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 438272, + "label": "-", + "classification": { + "B": 1.826553125283681e-05, + "S": 1.7432401364203542e-05, + "I": 9.848005720414221e-05, + "C": 5.981005961075425e-05, + "R": 2.8635369744733907e-05, + "M": 0.0004311329685151577, + "O": 0.00042732569272629917, + "W": 1.217777571582701e-05, + "N": 6.21520393906394e-06, + "Y": 0.0008426976855844259, + "U": 7.783447131259891e-07, + "K": 2.792823750041862e-07, + "L": 6.481043237727135e-05, + "G": 0.0006183299701660872, + "F": 0.004905830603092909, + "E": 4.576010906021111e-05, + "T": 0.0009740502573549747, + "P": 0.0360330231487751, + "-": 0.9554150104522705 + }, + "id": "tp_3507" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 438405, + "label": "-", + "classification": { + "B": 7.852688099774241e-08, + "S": 7.838827400519222e-07, + "I": 5.480570052895928e-06, + "C": 1.8095854557031998e-06, + "R": 5.16489762958372e-07, + "M": 0.00028042300255037844, + "O": 1.6886786397662945e-05, + "W": 1.9977602505605319e-07, + "N": 1.8951212155116082e-07, + "Y": 0.0021051031071692705, + "U": 1.621498668669119e-08, + "K": 8.69885468546272e-07, + "L": 1.9310998595756246e-06, + "G": 0.00022446061484515667, + "F": 0.007584430277347565, + "E": 2.105837847921066e-05, + "T": 0.0006887214258313179, + "P": 0.004557137843221426, + "-": 0.9845098853111267 + }, + "id": "tp_3508" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 438505, + "label": "-", + "classification": { + "B": 9.613485474346817e-08, + "S": 1.5252338414484257e-07, + "I": 7.215466757770628e-05, + "C": 6.2097992667986546e-06, + "R": 5.843702979291265e-07, + "M": 6.844949894002639e-06, + "O": 4.497134796110913e-06, + "W": 1.9082705193795846e-07, + "N": 4.575645107252058e-06, + "Y": 0.0002507602912373841, + "U": 2.409525450275396e-07, + "K": 2.045305564024602e-06, + "L": 1.9482529012293526e-07, + "G": 2.9044726034044288e-05, + "F": 0.0014137879479676485, + "E": 6.724297418259084e-05, + "T": 0.0001709423668216914, + "P": 0.15770801901817322, + "-": 0.8402624130249023 + }, + "id": "tp_3509" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 438639, + "label": "-", + "classification": { + "B": 0.0005513369687832892, + "S": 0.0009318522061221302, + "I": 0.00011208046635147184, + "C": 1.016963415167993e-05, + "R": 3.9798793295631185e-05, + "M": 0.011895870789885521, + "O": 0.016158776357769966, + "W": 0.00024004012811928988, + "N": 5.1076963245577645e-06, + "Y": 0.002865405520424247, + "U": 4.15256920405227e-07, + "K": 1.509226734697222e-07, + "L": 0.002456215675920248, + "G": 0.0026936496142297983, + "F": 0.0029076922219246626, + "E": 2.4404014766332693e-05, + "T": 0.008316283114254475, + "P": 0.0049078636802732944, + "-": 0.9458829164505005 + }, + "id": "tp_3510" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 438772, + "label": "-", + "classification": { + "B": 0.00012611901911441237, + "S": 0.0006933163967914879, + "I": 0.001125258393585682, + "C": 0.00929930154234171, + "R": 0.004929478745907545, + "M": 0.014703696593642235, + "O": 0.004339614883065224, + "W": 0.0004240549460519105, + "N": 0.00017545495938975364, + "Y": 0.04716557264328003, + "U": 6.488194776466116e-05, + "K": 0.0002882186381611973, + "L": 0.002928100759163499, + "G": 0.018947869539260864, + "F": 0.06895186752080917, + "E": 0.0015478340210393071, + "T": 0.032688308507204056, + "P": 0.01285792887210846, + "-": 0.7787431478500366 + }, + "id": "tp_3511" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 438906, + "label": "-", + "classification": { + "B": 8.753589645493776e-05, + "S": 2.4193730496335775e-05, + "I": 0.0004482213989831507, + "C": 7.60773109504953e-05, + "R": 5.3352265240391716e-05, + "M": 0.0013908576220273972, + "O": 0.0007515618344768882, + "W": 3.613294757087715e-05, + "N": 1.4589009879273362e-05, + "Y": 0.001691986806690693, + "U": 1.1720446764229564e-06, + "K": 4.881309791926469e-07, + "L": 0.0001645099837332964, + "G": 0.0007849009707570076, + "F": 0.0018091396195814013, + "E": 0.00020375913300085813, + "T": 0.0018267541890963912, + "P": 0.05866699293255806, + "-": 0.9319677352905273 + }, + "id": "tp_3512" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 439006, + "label": "-", + "classification": { + "B": 1.6742835668992484e-06, + "S": 3.840870704152621e-06, + "I": 9.480280823481735e-06, + "C": 4.939626705890987e-06, + "R": 1.8789645537253818e-06, + "M": 0.0001605571887921542, + "O": 6.296108040260151e-05, + "W": 1.1839839544336428e-06, + "N": 4.876669095210673e-07, + "Y": 0.001564582111313939, + "U": 9.994176508598684e-08, + "K": 1.305140671092886e-07, + "L": 1.5445044482476078e-05, + "G": 0.000239985398366116, + "F": 0.0064292894676327705, + "E": 1.6266565580735914e-05, + "T": 0.0009161718771792948, + "P": 0.015012456104159355, + "-": 0.9755585789680481 + }, + "id": "tp_3513" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 439139, + "label": "-", + "classification": { + "B": 0.0007224814034998417, + "S": 0.004084781277924776, + "I": 0.011003159917891026, + "C": 0.0017397926421836019, + "R": 0.0024847774766385555, + "M": 0.026356065645813942, + "O": 0.012158823199570179, + "W": 0.0016863566124811769, + "N": 0.002068907953798771, + "Y": 0.10503506660461426, + "U": 0.0002016494981944561, + "K": 0.0033902721479535103, + "L": 0.002238351386040449, + "G": 0.025058593600988388, + "F": 0.04156307503581047, + "E": 0.004548054654151201, + "T": 0.08026860654354095, + "P": 0.043875593692064285, + "-": 0.631515622138977 + }, + "id": "tp_3514" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 439273, + "label": "-", + "classification": { + "B": 1.77666572653834e-06, + "S": 9.704925105324946e-06, + "I": 0.00013759563444182277, + "C": 5.129613055032678e-05, + "R": 1.0896119420067407e-05, + "M": 0.00013130581646692008, + "O": 7.403462950605899e-05, + "W": 5.360463092074497e-06, + "N": 3.390415440662764e-05, + "Y": 0.0035190049093216658, + "U": 3.934006599592976e-06, + "K": 0.00017956313968170434, + "L": 3.0462069844361395e-06, + "G": 0.00037732371129095554, + "F": 0.007239014375954866, + "E": 0.0002678860619198531, + "T": 0.0016058685723692179, + "P": 0.07925457507371902, + "-": 0.9070939421653748 + }, + "id": "tp_3515" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 439406, + "label": "-", + "classification": { + "B": 3.973975282178799e-08, + "S": 3.600756883770373e-07, + "I": 2.3620300453330856e-06, + "C": 2.2652542952528165e-07, + "R": 3.342252341553831e-07, + "M": 3.1468243832932785e-05, + "O": 1.1559607628441881e-05, + "W": 1.9567494291550247e-07, + "N": 4.877558268390203e-08, + "Y": 0.00027223044889979064, + "U": 2.705949242454153e-09, + "K": 1.3722353031653256e-08, + "L": 7.308942144845787e-07, + "G": 1.609975879546255e-05, + "F": 0.002315499586984515, + "E": 1.7478714653407224e-06, + "T": 0.00015502276073675603, + "P": 0.00491288723424077, + "-": 0.9922791719436646 + }, + "id": "tp_3516" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 439506, + "label": "-", + "classification": { + "B": 5.0338499022473115e-06, + "S": 9.311179746873677e-05, + "I": 0.000570785952731967, + "C": 0.00011819398787338287, + "R": 8.444921695627272e-05, + "M": 0.000508204975631088, + "O": 0.0003759069659281522, + "W": 4.299707507016137e-05, + "N": 7.725838077021763e-05, + "Y": 0.03470843285322189, + "U": 2.904003849835135e-06, + "K": 0.0004359642625786364, + "L": 1.4866534911561757e-05, + "G": 0.0018876694375649095, + "F": 0.02393030747771263, + "E": 0.00020812192815355957, + "T": 0.01388510037213564, + "P": 0.02615184523165226, + "-": 0.8968987464904785 + }, + "id": "tp_3517" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 439640, + "label": "-", + "classification": { + "B": 1.3367858628043905e-05, + "S": 0.00013238031533546746, + "I": 0.005026401951909065, + "C": 0.0005287012900225818, + "R": 0.0004522611852735281, + "M": 0.01070103608071804, + "O": 0.0017581189749762416, + "W": 5.3966672567185014e-05, + "N": 8.769887790549546e-05, + "Y": 0.345229834318161, + "U": 2.563485168138868e-06, + "K": 1.0471230780240148e-05, + "L": 0.00023230721126310527, + "G": 0.0095053780823946, + "F": 0.0023980364203453064, + "E": 7.954738975968212e-05, + "T": 0.1910790503025055, + "P": 0.0018634588923305273, + "-": 0.4308454394340515 + }, + "id": "tp_3518" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 439773, + "label": "-", + "classification": { + "B": 1.5602819036786286e-09, + "S": 4.618736504369281e-09, + "I": 1.870284194183114e-07, + "C": 3.6496555111398266e-08, + "R": 4.823767607575746e-09, + "M": 4.310783424443798e-06, + "O": 3.6041114981344435e-07, + "W": 2.6550908138744944e-09, + "N": 4.264876007908924e-09, + "Y": 0.00018350292521063238, + "U": 2.0598460437337707e-10, + "K": 5.231201427591259e-08, + "L": 1.5638223160863163e-08, + "G": 1.7833057427196763e-05, + "F": 0.001485619111917913, + "E": 3.07192340187612e-06, + "T": 3.7017227441538125e-05, + "P": 0.0029175635427236557, + "-": 0.9953503608703613 + }, + "id": "tp_3519" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 439907, + "label": "-", + "classification": { + "B": 8.275553575742833e-10, + "S": 1.5951401977076785e-08, + "I": 5.137391099196975e-07, + "C": 2.5816873971962195e-08, + "R": 1.9759316405298932e-09, + "M": 2.8193437628942775e-07, + "O": 2.0193357386233401e-07, + "W": 8.156897379762995e-09, + "N": 2.9378766086551877e-08, + "Y": 1.109994718717644e-05, + "U": 2.0442839088197218e-10, + "K": 1.9340509993526211e-07, + "L": 1.22724197471058e-09, + "G": 1.4964163028707844e-06, + "F": 0.004061379004269838, + "E": 4.235156666254625e-06, + "T": 3.6606393223337363e-06, + "P": 0.05837692692875862, + "-": 0.9375398755073547 + }, + "id": "tp_3520" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 440007, + "label": "-", + "classification": { + "B": 1.6338613932020962e-05, + "S": 0.00023050160962156951, + "I": 0.00011338249896652997, + "C": 5.4453583288704976e-05, + "R": 4.179762254352681e-05, + "M": 0.0007643691496923566, + "O": 0.0005758071783930063, + "W": 6.683644460281357e-05, + "N": 1.9162973330821842e-05, + "Y": 0.004829814657568932, + "U": 1.3600580359707237e-06, + "K": 4.290204742574133e-05, + "L": 5.696366133634001e-05, + "G": 0.0011078024981543422, + "F": 0.04895176738500595, + "E": 0.0002801556547638029, + "T": 0.0036190839018672705, + "P": 0.026686446741223335, + "-": 0.9125410914421082 + }, + "id": "tp_3521" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 440140, + "label": "-", + "classification": { + "B": 2.004886923145932e-09, + "S": 1.148594996891461e-08, + "I": 6.0669535741908476e-06, + "C": 1.1801122354881954e-06, + "R": 3.8769576349295676e-07, + "M": 2.9971909043524647e-06, + "O": 1.5262061197063304e-06, + "W": 1.7372217442357396e-08, + "N": 8.066241719006939e-08, + "Y": 0.00013792292156722397, + "U": 9.466231354338106e-09, + "K": 1.3263688813935914e-08, + "L": 7.633657617134304e-08, + "G": 9.639942618377972e-06, + "F": 0.0002089674526359886, + "E": 3.5882814586329914e-07, + "T": 0.00014074680802877992, + "P": 0.015589142218232155, + "-": 0.983900785446167 + }, + "id": "tp_3522" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 440274, + "label": "-", + "classification": { + "B": 2.6893078484135913e-06, + "S": 1.0773164831334725e-05, + "I": 2.5003799237310886e-05, + "C": 1.0332418241887353e-05, + "R": 4.714744591183262e-06, + "M": 9.14151023607701e-05, + "O": 0.00010042177746072412, + "W": 4.251089194440283e-06, + "N": 3.2192724574997555e-06, + "Y": 0.002401570323854685, + "U": 3.350530164425436e-07, + "K": 7.764097972540185e-06, + "L": 1.0195713912253268e-05, + "G": 0.0004765534831676632, + "F": 0.02045525796711445, + "E": 7.409356476273388e-05, + "T": 0.0007781685562804341, + "P": 0.024399787187576294, + "-": 0.9511435031890869 + }, + "id": "tp_3523" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 440407, + "label": "-", + "classification": { + "B": 1.8198813904746203e-06, + "S": 1.1061242730647791e-05, + "I": 5.282302936393535e-06, + "C": 1.1940384865738451e-05, + "R": 9.584565304976422e-06, + "M": 0.0018972121179103851, + "O": 0.00015948321379255503, + "W": 7.627745617355686e-07, + "N": 6.189824119928744e-08, + "Y": 0.008787138387560844, + "U": 3.2811560135570517e-09, + "K": 3.02493567971851e-08, + "L": 6.0176946135470644e-05, + "G": 0.0017727043014019728, + "F": 0.007583762053400278, + "E": 5.565773335547419e-06, + "T": 0.003411811077967286, + "P": 0.00038488220889121294, + "-": 0.9758968353271484 + }, + "id": "tp_3524" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 440507, + "label": "-", + "classification": { + "B": 1.8156992576123798e-09, + "S": 2.312591540487574e-08, + "I": 4.059702121139708e-07, + "C": 7.37767251735022e-08, + "R": 1.2041284414010534e-08, + "M": 2.548010115788202e-06, + "O": 8.02343663508509e-07, + "W": 1.1531566812550409e-08, + "N": 1.304245156319439e-08, + "Y": 1.338405672868248e-05, + "U": 4.523686425450535e-10, + "K": 7.812659674755196e-08, + "L": 1.618682432535934e-08, + "G": 3.889273557433626e-06, + "F": 0.001405567629262805, + "E": 2.020422471105121e-06, + "T": 3.306746657472104e-05, + "P": 0.01270598080009222, + "-": 0.9858320951461792 + }, + "id": "tp_3525" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 440641, + "label": "-", + "classification": { + "B": 4.387447006592993e-06, + "S": 3.2051407288236078e-06, + "I": 4.490989158512093e-05, + "C": 1.4926490621292032e-05, + "R": 8.532065294275526e-06, + "M": 0.00050416897283867, + "O": 0.00018297888163942844, + "W": 3.724732096088701e-06, + "N": 1.8503285446058726e-06, + "Y": 0.0015298083890229464, + "U": 4.226673979701445e-07, + "K": 8.490278702311116e-08, + "L": 2.9140157494111918e-05, + "G": 0.00019598333165049553, + "F": 0.000693469715770334, + "E": 2.068531102850102e-05, + "T": 0.0022297429386526346, + "P": 0.01978292316198349, + "-": 0.974748969078064 + }, + "id": "tp_3526" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 440774, + "label": "-", + "classification": { + "B": 3.332523306198709e-07, + "S": 1.2068293244738015e-06, + "I": 5.2377208703546785e-06, + "C": 5.117442924529314e-06, + "R": 4.39940919250148e-07, + "M": 5.466164293466136e-05, + "O": 1.2724729458568618e-05, + "W": 6.19406364421593e-07, + "N": 1.0721639682742534e-06, + "Y": 0.0014476781943812966, + "U": 6.491752913007076e-08, + "K": 3.7921916373306885e-05, + "L": 1.638589992580819e-06, + "G": 0.0009046333143487573, + "F": 0.06654136627912521, + "E": 0.00029662263114005327, + "T": 0.0004414769064169377, + "P": 0.02787996642291546, + "-": 0.9023672342300415 + }, + "id": "tp_3527" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 440908, + "label": "-", + "classification": { + "B": 3.3724307790805597e-09, + "S": 2.202069708800991e-07, + "I": 4.610615178535227e-08, + "C": 3.583983598787199e-08, + "R": 1.6404229086219857e-08, + "M": 1.1025233106920496e-05, + "O": 2.8250137802388053e-06, + "W": 2.9712266425008238e-08, + "N": 1.9394852390774986e-09, + "Y": 0.0002243319759145379, + "U": 7.787220174249043e-11, + "K": 4.0581344507018e-08, + "L": 1.1942908884066128e-07, + "G": 1.7802371075958945e-05, + "F": 0.010610607452690601, + "E": 4.828979172089021e-07, + "T": 5.844709085067734e-05, + "P": 0.00043670355807989836, + "-": 0.988637387752533 + }, + "id": "tp_3528" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 441008, + "label": "-", + "classification": { + "B": 3.080373517150292e-06, + "S": 2.4034031866904115e-06, + "I": 0.0006048984359949827, + "C": 3.609381110436516e-06, + "R": 1.5835776139283553e-06, + "M": 0.00040041806641966105, + "O": 4.071896546520293e-05, + "W": 1.626081257199985e-06, + "N": 1.922618866956327e-05, + "Y": 0.004904686938971281, + "U": 2.59328515994639e-07, + "K": 5.44422073289752e-06, + "L": 1.9029462237085681e-06, + "G": 0.0005614430992864072, + "F": 0.001351210637949407, + "E": 0.0003590308770071715, + "T": 0.004934001248329878, + "P": 0.09124727547168732, + "-": 0.8955572843551636 + }, + "id": "tp_3529" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 441141, + "label": "-", + "classification": { + "B": 1.0810936146299355e-06, + "S": 2.4947715360212896e-07, + "I": 4.173356865067035e-05, + "C": 1.0570360245765187e-05, + "R": 2.533023234718712e-06, + "M": 5.897023584111594e-05, + "O": 1.5213612641673535e-05, + "W": 4.0702090586819395e-07, + "N": 1.5482436310776393e-06, + "Y": 0.0016566829290241003, + "U": 6.636192324549484e-07, + "K": 6.190636213432299e-06, + "L": 1.6202104689000407e-06, + "G": 0.00037870925734750926, + "F": 0.002353337127715349, + "E": 7.182938861660659e-05, + "T": 0.000498615438118577, + "P": 0.045556701719760895, + "-": 0.9493432641029358 + }, + "id": "tp_3530" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 441275, + "label": "-", + "classification": { + "B": 1.7881391158880433e-06, + "S": 1.664012233959511e-05, + "I": 5.468453309731558e-05, + "C": 4.99965317430906e-05, + "R": 4.660757986130193e-05, + "M": 0.002034708857536316, + "O": 0.0005218126461841166, + "W": 9.581452104612254e-06, + "N": 2.0198604033794254e-06, + "Y": 0.010821561329066753, + "U": 3.9720643485452456e-07, + "K": 1.2025670912407804e-06, + "L": 0.00013855897122994065, + "G": 0.0016715532401576638, + "F": 0.00891722459346056, + "E": 2.2871661712997593e-05, + "T": 0.005476132966578007, + "P": 0.003038570052012801, + "-": 0.9671740531921387 + }, + "id": "tp_3531" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 441408, + "label": "-", + "classification": { + "B": 4.683535621552437e-07, + "S": 0.00013010740804020315, + "I": 9.711135362522327e-08, + "C": 3.6677920434158295e-06, + "R": 7.878091309976298e-06, + "M": 0.004557842388749123, + "O": 0.0020111899357289076, + "W": 6.717873020534171e-06, + "N": 4.471481851453518e-09, + "Y": 0.002483382588252425, + "U": 1.8418629121885743e-10, + "K": 4.0150891500445596e-09, + "L": 0.0012583585921674967, + "G": 0.004471457097679377, + "F": 0.06802817434072495, + "E": 2.92171989713097e-07, + "T": 0.005131985992193222, + "P": 2.852925354090985e-05, + "-": 0.91187983751297 + }, + "id": "tp_3532" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 441508, + "label": "-", + "classification": { + "B": 9.822142601478845e-05, + "S": 1.8809279936249368e-05, + "I": 0.0001983217371162027, + "C": 0.0001408499520039186, + "R": 2.399895674898289e-05, + "M": 0.0015408657491207123, + "O": 0.0003237767959944904, + "W": 1.1454574632807635e-05, + "N": 1.4166043911245652e-05, + "Y": 0.0016150344163179398, + "U": 2.9417612950055627e-06, + "K": 1.004843284135859e-06, + "L": 0.00015616024029441178, + "G": 0.001962318317964673, + "F": 0.005955970846116543, + "E": 0.0004027260292787105, + "T": 0.002632878255099058, + "P": 0.10900682955980301, + "-": 0.8758936524391174 + }, + "id": "tp_3533" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 441642, + "label": "-", + "classification": { + "B": 2.052573108812794e-06, + "S": 1.6514175626980432e-07, + "I": 2.4392979867116082e-06, + "C": 6.571830368784504e-08, + "R": 6.994312684582837e-09, + "M": 2.3294310267374385e-06, + "O": 2.2645911030849675e-06, + "W": 3.560293393434222e-08, + "N": 7.200885221436693e-08, + "Y": 5.077837613498559e-06, + "U": 9.500120690120184e-10, + "K": 1.994204135158384e-09, + "L": 1.476260962363085e-07, + "G": 1.4297664165496826e-05, + "F": 0.0007367338985204697, + "E": 9.508406037639361e-06, + "T": 8.137501936289482e-06, + "P": 0.22477443516254425, + "-": 0.7744422554969788 + }, + "id": "tp_3534" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 441775, + "label": "-", + "classification": { + "B": 4.1074517298511637e-07, + "S": 2.5434244932398542e-08, + "I": 4.639221515390091e-06, + "C": 6.326114032617625e-08, + "R": 1.676016836427152e-08, + "M": 7.73550618760055e-06, + "O": 4.999621978640789e-06, + "W": 6.16447763945871e-08, + "N": 5.8127138657937394e-08, + "Y": 1.0703153748181649e-05, + "U": 8.998348732802697e-10, + "K": 1.164972673883824e-09, + "L": 1.4722353114393627e-07, + "G": 7.020491011644481e-06, + "F": 0.00012456193508114666, + "E": 9.092687832890078e-06, + "T": 9.04691478353925e-06, + "P": 0.0809142142534256, + "-": 0.9189072847366333 + }, + "id": "tp_3535" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 441875, + "label": "-", + "classification": { + "B": 1.327607151324628e-05, + "S": 1.7799740817281418e-05, + "I": 0.009664468467235565, + "C": 0.000373927119653672, + "R": 0.00014364613161887974, + "M": 0.0030919709242880344, + "O": 0.00034670857712626457, + "W": 4.1415481973672286e-05, + "N": 0.0004141688987147063, + "Y": 0.023937875404953957, + "U": 1.33412831928581e-05, + "K": 0.00015233166050165892, + "L": 3.4987802791874856e-05, + "G": 0.0023907769937068224, + "F": 0.004520526621490717, + "E": 0.003698469838127494, + "T": 0.013852170668542385, + "P": 0.16323761641979218, + "-": 0.7740546464920044 + }, + "id": "tp_3536" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 442009, + "label": "-", + "classification": { + "B": 7.49932915766749e-09, + "S": 2.09939923223601e-08, + "I": 8.20914010546403e-06, + "C": 3.4215483424304693e-07, + "R": 1.2383183367603579e-08, + "M": 1.968056494661141e-06, + "O": 5.451426545732829e-07, + "W": 1.5139383080509106e-08, + "N": 4.818433581021964e-07, + "Y": 4.243547300575301e-05, + "U": 6.915692907227822e-09, + "K": 9.548591606289847e-07, + "L": 1.2004711003044122e-08, + "G": 8.136296855809633e-06, + "F": 0.001521516707725823, + "E": 6.77037169225514e-05, + "T": 1.833653004723601e-05, + "P": 0.12954914569854736, + "-": 0.8687801957130432 + }, + "id": "tp_3537" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 442142, + "label": "-", + "classification": { + "B": 3.380987989576312e-10, + "S": 6.28359198007189e-10, + "I": 1.2668016097450163e-05, + "C": 8.440057399639045e-07, + "R": 7.495436449289627e-08, + "M": 1.5879654711170588e-06, + "O": 2.0354005414446874e-07, + "W": 2.9591553651897584e-09, + "N": 1.1738791272364324e-07, + "Y": 8.469488238915801e-05, + "U": 3.893068978300107e-09, + "K": 2.956670357434632e-07, + "L": 4.903367045727691e-09, + "G": 6.39391919321497e-06, + "F": 0.0003784054424613714, + "E": 8.140480531437788e-06, + "T": 2.0554161892505363e-05, + "P": 0.028729166835546494, + "-": 0.9707567691802979 + }, + "id": "tp_3538" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 442276, + "label": "-", + "classification": { + "B": 0.0004927502595819533, + "S": 0.00026620127027854323, + "I": 0.0652972161769867, + "C": 0.005556042306125164, + "R": 0.001731741358526051, + "M": 0.010647774673998356, + "O": 0.0026399344205856323, + "W": 0.000394094007788226, + "N": 0.0044946749694645405, + "Y": 0.03721076250076294, + "U": 0.0002516893728170544, + "K": 0.00017635499534662813, + "L": 0.0008335562306456268, + "G": 0.011155272834002972, + "F": 0.005653055384755135, + "E": 0.011666680686175823, + "T": 0.026652565225958824, + "P": 0.3548680245876312, + "-": 0.4600116014480591 + }, + "id": "tp_3539" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 442376, + "label": "-", + "classification": { + "B": 0.00033561643795110285, + "S": 2.7600011890172027e-05, + "I": 0.004834017716348171, + "C": 0.0007423654897138476, + "R": 0.0002092075883410871, + "M": 0.0021737534552812576, + "O": 0.000642661121673882, + "W": 7.421350892400369e-05, + "N": 0.00020824334933422506, + "Y": 0.006141067482531071, + "U": 7.422171620419249e-05, + "K": 0.00011268286471022293, + "L": 0.0002445525024086237, + "G": 0.005291604436933994, + "F": 0.004781069699674845, + "E": 0.0058241854421794415, + "T": 0.004479881376028061, + "P": 0.12508349120616913, + "-": 0.8387195467948914 + }, + "id": "tp_3540" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 442509, + "label": "-", + "classification": { + "B": 1.900232382467948e-05, + "S": 4.111989255761728e-05, + "I": 0.0007622067350894213, + "C": 0.00027468858752399683, + "R": 4.895422171102837e-05, + "M": 0.0008936763624660671, + "O": 0.00024351592583116144, + "W": 2.8603695682249963e-05, + "N": 0.00011335920135024935, + "Y": 0.002891707234084606, + "U": 1.7681650206213817e-05, + "K": 2.4718930944800377e-05, + "L": 5.196341226110235e-05, + "G": 0.0003295254136901349, + "F": 0.008426137268543243, + "E": 0.0009215057943947613, + "T": 0.005235149525105953, + "P": 0.17938688397407532, + "-": 0.8002895712852478 + }, + "id": "tp_3541" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 442643, + "label": "-", + "classification": { + "B": 5.183687335374998e-06, + "S": 2.2704239199811127e-06, + "I": 0.00015873031225055456, + "C": 1.4418629689316731e-05, + "R": 2.1328332877601497e-06, + "M": 0.00021273728634696454, + "O": 6.218588532647118e-05, + "W": 2.466111254761927e-06, + "N": 1.2486569175962359e-05, + "Y": 0.0003397559921722859, + "U": 9.429056717635831e-07, + "K": 5.080328264739364e-06, + "L": 4.5035621951683424e-06, + "G": 0.0001772827672539279, + "F": 0.0021735664922744036, + "E": 0.0005044058780185878, + "T": 0.0007507895934395492, + "P": 0.20722444355487823, + "-": 0.7883466482162476 + }, + "id": "tp_3542" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 442776, + "label": "-", + "classification": { + "B": 3.3963751775445417e-05, + "S": 6.552055856445804e-05, + "I": 0.0008147957851178944, + "C": 0.001709077158011496, + "R": 0.0004314727848395705, + "M": 0.004843560513108969, + "O": 0.0011465286370366812, + "W": 7.265977910719812e-05, + "N": 8.318274922203273e-05, + "Y": 0.01353474985808134, + "U": 2.856654282368254e-05, + "K": 0.0001676528190728277, + "L": 0.00042587352800183, + "G": 0.006963315885514021, + "F": 0.027644678950309753, + "E": 0.0016556477639824152, + "T": 0.009530490264296532, + "P": 0.03368638455867767, + "-": 0.8971619009971619 + }, + "id": "tp_3543" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 442876, + "label": "-", + "classification": { + "B": 4.04290585720446e-06, + "S": 2.6764976155391196e-06, + "I": 3.768167516682297e-05, + "C": 1.530945155536756e-05, + "R": 3.6699188967759255e-06, + "M": 0.0002908643218688667, + "O": 7.224432192742825e-05, + "W": 1.872153120530129e-06, + "N": 1.5647526652173838e-06, + "Y": 0.0006320870597846806, + "U": 1.7580902067493298e-07, + "K": 2.9476211693690857e-07, + "L": 1.1577250006666873e-05, + "G": 0.00032940797973424196, + "F": 0.0027955640107393265, + "E": 7.574634946649894e-05, + "T": 0.0005281211924739182, + "P": 0.041516486555337906, + "-": 0.9536806344985962 + }, + "id": "tp_3544" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 443010, + "label": "-", + "classification": { + "B": 2.0941486322811897e-09, + "S": 7.391720124871881e-09, + "I": 1.6992778739677306e-08, + "C": 5.789609347495173e-10, + "R": 1.0227536179074903e-10, + "M": 1.3132900676282588e-05, + "O": 2.8950009323125414e-07, + "W": 5.672584069138509e-10, + "N": 1.9436495468649895e-10, + "Y": 1.862510725914035e-05, + "U": 1.661510339034944e-12, + "K": 1.1730632021311749e-09, + "L": 8.116125549406661e-09, + "G": 3.829838533420116e-06, + "F": 0.0010202847188338637, + "E": 1.8255504983244464e-06, + "T": 1.1258689482929185e-05, + "P": 0.0011286577209830284, + "-": 0.9978020787239075 + }, + "id": "tp_3545" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 443143, + "label": "-", + "classification": { + "B": 7.138369255699217e-06, + "S": 1.3602544868263067e-07, + "I": 0.00010511487926123664, + "C": 3.110657189608901e-06, + "R": 8.067419230428641e-07, + "M": 0.00026650287327356637, + "O": 3.4488017263356596e-05, + "W": 1.9537570494776446e-07, + "N": 6.996199317654828e-07, + "Y": 0.0003589861444197595, + "U": 3.824097660753978e-08, + "K": 1.5641492545626079e-09, + "L": 6.379623755492503e-06, + "G": 0.00020233463146723807, + "F": 4.104715117136948e-05, + "E": 4.2134601244470105e-05, + "T": 0.000734756060410291, + "P": 0.05056518688797951, + "-": 0.9476309418678284 + }, + "id": "tp_3546" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 443277, + "label": "-", + "classification": { + "B": 1.703348431192353e-07, + "S": 3.1533065936173443e-08, + "I": 1.8751321704257862e-06, + "C": 8.212695945530868e-08, + "R": 1.6583037165673886e-08, + "M": 4.693509708886268e-06, + "O": 2.8282966013648547e-06, + "W": 2.716920555201341e-08, + "N": 1.8200681850544242e-08, + "Y": 9.882812264550012e-06, + "U": 7.812632762949079e-10, + "K": 1.5474685421956735e-10, + "L": 2.0566261582644074e-07, + "G": 3.2703821943869116e-06, + "F": 6.938195292605087e-05, + "E": 1.5220282421068987e-06, + "T": 1.998045809159521e-05, + "P": 0.04442362114787102, + "-": 0.9554624557495117 + }, + "id": "tp_3547" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 443377, + "label": "-", + "classification": { + "B": 1.0539709904833217e-07, + "S": 3.839955198259304e-08, + "I": 8.464397978968918e-06, + "C": 2.2303163405013038e-07, + "R": 4.236270711999168e-08, + "M": 3.982234193244949e-05, + "O": 2.648956524353707e-06, + "W": 2.1227572588600196e-08, + "N": 6.687471909572196e-08, + "Y": 0.000150276770000346, + "U": 2.936869414327248e-09, + "K": 1.2391928372323946e-08, + "L": 2.719044971399853e-07, + "G": 4.8630990931997076e-05, + "F": 0.00039075338281691074, + "E": 1.504008560004877e-05, + "T": 0.0001354029809590429, + "P": 0.01901184394955635, + "-": 0.9801964163780212 + }, + "id": "tp_3548" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 443510, + "label": "-", + "classification": { + "B": 6.531645340146497e-06, + "S": 4.79940467812412e-07, + "I": 7.2889401963038836e-06, + "C": 4.7564682859047025e-07, + "R": 9.108611465080685e-08, + "M": 1.8530054148868658e-05, + "O": 1.353946117887972e-05, + "W": 2.2659909859612526e-07, + "N": 1.7859071022030548e-07, + "Y": 5.3010244300821796e-05, + "U": 1.1726016602153777e-08, + "K": 1.5031080380367712e-08, + "L": 1.3990720617584884e-06, + "G": 7.412693230435252e-05, + "F": 0.0006057127611711621, + "E": 1.8906937839346938e-05, + "T": 9.027568739838898e-05, + "P": 0.04523032158613205, + "-": 0.9538788199424744 + }, + "id": "tp_3549" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 443644, + "label": "-", + "classification": { + "B": 1.1686083780659828e-06, + "S": 6.951706836844096e-06, + "I": 0.0002064413856714964, + "C": 2.2715255909133703e-05, + "R": 4.445334070624085e-06, + "M": 8.085640729404986e-05, + "O": 5.63389876333531e-05, + "W": 1.0010447113018017e-05, + "N": 2.9840024581062607e-05, + "Y": 0.0006901641609147191, + "U": 2.6358338800491765e-06, + "K": 0.0002798321656882763, + "L": 2.2931683361093746e-06, + "G": 0.0001659358385950327, + "F": 0.018271367996931076, + "E": 0.0008484692079946399, + "T": 0.00044859072659164667, + "P": 0.1758207529783249, + "-": 0.8030511140823364 + }, + "id": "tp_3550" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 443777, + "label": "-", + "classification": { + "B": 4.833793241232343e-07, + "S": 5.442310566650121e-07, + "I": 0.0001613834174349904, + "C": 1.7963035134016536e-05, + "R": 1.2980785868421663e-06, + "M": 4.875739978160709e-05, + "O": 1.0011493031925056e-05, + "W": 3.1293359370465623e-07, + "N": 6.279579793044832e-06, + "Y": 0.00048059108667075634, + "U": 1.4691990202209126e-07, + "K": 8.842718557389162e-07, + "L": 1.0793826277222252e-06, + "G": 7.573005132144317e-05, + "F": 0.001976656960323453, + "E": 0.0003857002011500299, + "T": 0.0001315301633439958, + "P": 0.15533146262168884, + "-": 0.8413692712783813 + }, + "id": "tp_3551" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 443877, + "label": "-", + "classification": { + "B": 0.00012663584493566304, + "S": 4.4387874368112534e-05, + "I": 0.00017518046661280096, + "C": 1.849179716373328e-05, + "R": 9.93081175693078e-06, + "M": 0.0016930169658735394, + "O": 0.00036111718509346247, + "W": 2.1108591681695543e-05, + "N": 1.5186427845037542e-05, + "Y": 0.002822643844410777, + "U": 1.4425461358769098e-06, + "K": 6.081112132960698e-06, + "L": 7.25643549230881e-05, + "G": 0.0010761101730167866, + "F": 0.012152718380093575, + "E": 0.0003835170646198094, + "T": 0.0033121926244348288, + "P": 0.051555462181568146, + "-": 0.9261521100997925 + }, + "id": "tp_3552" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 444011, + "label": "-", + "classification": { + "B": 0.00018409831682220101, + "S": 0.00013361529272515327, + "I": 0.0022696529049426317, + "C": 0.00045091338688507676, + "R": 7.107525016181171e-05, + "M": 0.006059529259800911, + "O": 0.0005428110016509891, + "W": 6.656676850980148e-05, + "N": 0.0002538190456107259, + "Y": 0.010982125997543335, + "U": 2.7038990083383396e-05, + "K": 0.00035709768417291343, + "L": 0.00021145337086636573, + "G": 0.009175935760140419, + "F": 0.037562236189842224, + "E": 0.01859676092863083, + "T": 0.007165225222706795, + "P": 0.13354051113128662, + "-": 0.77234947681427 + }, + "id": "tp_3553" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 444144, + "label": "-", + "classification": { + "B": 2.0430282465788707e-11, + "S": 1.838796302722212e-11, + "I": 4.9699568904770786e-09, + "C": 5.582990736385796e-10, + "R": 1.232483733126788e-11, + "M": 5.096965765005734e-07, + "O": 9.430134007004654e-09, + "W": 5.749385342812552e-12, + "N": 1.540371302732879e-11, + "Y": 2.4785906589386286e-06, + "U": 6.008614287546232e-13, + "K": 9.66830023159393e-13, + "L": 4.666916852968939e-10, + "G": 1.3697680856239458e-07, + "F": 1.1213347534066997e-05, + "E": 1.6027986049493848e-08, + "T": 4.266762516635936e-06, + "P": 0.0011105805169790983, + "-": 0.9988707900047302 + }, + "id": "tp_3554" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 444278, + "label": "-", + "classification": { + "B": 6.143704922578763e-06, + "S": 1.2238752788107377e-05, + "I": 0.000277787126833573, + "C": 4.895655365544371e-05, + "R": 1.2725221495202277e-05, + "M": 0.0009850944625213742, + "O": 0.00013957814371678978, + "W": 8.243112461059354e-06, + "N": 1.8256569092045538e-05, + "Y": 0.003673866158351302, + "U": 1.849601858339156e-06, + "K": 1.809039713407401e-05, + "L": 1.8603195712785237e-05, + "G": 0.0009697859641164541, + "F": 0.0043393708765506744, + "E": 0.00048317486653104424, + "T": 0.005057997070252895, + "P": 0.03183369338512421, + "-": 0.952094554901123 + }, + "id": "tp_3555" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 444378, + "label": "-", + "classification": { + "B": 5.138962606149322e-12, + "S": 1.749551566988805e-12, + "I": 2.4878527682403728e-08, + "C": 5.202331898601642e-10, + "R": 1.7013874684113084e-11, + "M": 2.231194429214156e-08, + "O": 2.138432986242833e-09, + "W": 3.376551642453318e-12, + "N": 3.9706151561125225e-11, + "Y": 1.8371850956100388e-06, + "U": 7.399721026896122e-13, + "K": 1.4077253902497477e-12, + "L": 4.1541662471056284e-11, + "G": 6.546922293182433e-08, + "F": 1.4568174719897797e-06, + "E": 9.410962675815426e-09, + "T": 1.907559408209636e-06, + "P": 0.007998903281986713, + "-": 0.9919959306716919 + }, + "id": "tp_3556" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 444511, + "label": "-", + "classification": { + "B": 7.336981866501446e-07, + "S": 5.944562872173265e-06, + "I": 2.2011619876138866e-05, + "C": 4.869199869972363e-07, + "R": 3.318904191473848e-07, + "M": 3.503666812321171e-05, + "O": 5.432715988717973e-05, + "W": 1.4000024748384021e-06, + "N": 1.750009914758266e-06, + "Y": 0.0003965265059377998, + "U": 6.35004937521444e-08, + "K": 2.002214785079559e-07, + "L": 2.0656900687754387e-06, + "G": 3.618600021582097e-05, + "F": 0.0007521970546804368, + "E": 3.413427748455433e-06, + "T": 0.0011353689478710294, + "P": 0.0249392781406641, + "-": 0.972612738609314 + }, + "id": "tp_3557" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 444645, + "label": "-", + "classification": { + "B": 1.5569327511261166e-12, + "S": 5.169276397448512e-14, + "I": 3.470002241101611e-08, + "C": 5.6595519937197025e-11, + "R": 7.003552468867746e-13, + "M": 9.22524456825613e-09, + "O": 3.413198612634005e-10, + "W": 4.916836794481572e-13, + "N": 3.05023575841723e-11, + "Y": 1.5042603251913533e-07, + "U": 1.6130350635919222e-13, + "K": 3.432387295394801e-13, + "L": 2.8323435177085576e-12, + "G": 4.485010141053181e-09, + "F": 5.934167290888581e-08, + "E": 1.6825696391720157e-08, + "T": 6.844429094599036e-07, + "P": 0.0409008227288723, + "-": 0.959098219871521 + }, + "id": "tp_3558" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 444778, + "label": "-", + "classification": { + "B": 5.151371329503718e-09, + "S": 3.228630029994406e-09, + "I": 1.974897713807877e-06, + "C": 1.2098701063223416e-06, + "R": 5.196195118628566e-08, + "M": 1.0300640497007407e-05, + "O": 7.85184738560929e-07, + "W": 6.640684002690023e-09, + "N": 2.850436864321182e-08, + "Y": 5.696048538084142e-05, + "U": 4.786701257586401e-09, + "K": 1.0756918022991613e-08, + "L": 5.685196668991921e-08, + "G": 4.61299214293831e-06, + "F": 7.163159170886502e-05, + "E": 2.413668426015647e-06, + "T": 0.00010171430767513812, + "P": 0.011262211948633194, + "-": 0.9884859323501587 + }, + "id": "tp_3559" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 444878, + "label": "-", + "classification": { + "B": 1.552266232218713e-10, + "S": 1.540306909797451e-10, + "I": 2.7469246788314194e-07, + "C": 1.4194155184554802e-08, + "R": 5.851268358725292e-10, + "M": 1.3857528813332465e-07, + "O": 2.530294906932795e-08, + "W": 2.3140835081481015e-10, + "N": 3.9165968246379634e-09, + "Y": 1.2746756965498207e-06, + "U": 3.908465912028092e-11, + "K": 7.401664281481146e-10, + "L": 3.2167724040021994e-10, + "G": 3.0079579005359847e-07, + "F": 9.103808406507596e-05, + "E": 5.505837066266395e-07, + "T": 3.1074816888576606e-06, + "P": 0.15789346396923065, + "-": 0.8420097231864929 + }, + "id": "tp_3560" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 445012, + "label": "-", + "classification": { + "B": 5.5812197530258345e-08, + "S": 1.3136603627117438e-07, + "I": 5.623752804240212e-05, + "C": 2.8156116513855522e-06, + "R": 1.3644685736835527e-07, + "M": 7.954872853588313e-05, + "O": 7.543450919911265e-06, + "W": 6.333742419428745e-08, + "N": 1.1589878567974665e-06, + "Y": 0.00011338158219587058, + "U": 7.588439387973267e-08, + "K": 7.329549589485396e-08, + "L": 7.096983836163417e-07, + "G": 2.9924231057520956e-05, + "F": 9.670066356193274e-05, + "E": 1.9803057512035593e-05, + "T": 0.0006036481936462224, + "P": 0.04335564002394676, + "-": 0.9556323885917664 + }, + "id": "tp_3561" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 445145, + "label": "-", + "classification": { + "B": 5.110555321152788e-07, + "S": 6.460895747295581e-07, + "I": 0.00011210369848413393, + "C": 1.0919119631580543e-05, + "R": 1.6015350183806731e-06, + "M": 8.260846516350284e-05, + "O": 3.9286362152779475e-05, + "W": 5.97203097640886e-07, + "N": 4.9027116801880766e-06, + "Y": 0.00018021489086095244, + "U": 1.6659801360674464e-07, + "K": 2.8828964104832266e-07, + "L": 3.0023170438653324e-06, + "G": 0.00010879076580749825, + "F": 0.0009045813931152225, + "E": 8.043966954573989e-05, + "T": 0.00032167567405849695, + "P": 0.07754980027675629, + "-": 0.9205978512763977 + }, + "id": "tp_3562" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 445279, + "label": "-", + "classification": { + "B": 0.0006680790102109313, + "S": 0.0012506702914834023, + "I": 1.072648046829272e-05, + "C": 2.5190613087033853e-05, + "R": 1.9901490304619074e-05, + "M": 0.004837052430957556, + "O": 0.0037583191879093647, + "W": 9.73341811913997e-05, + "N": 1.5501550478802528e-06, + "Y": 0.001696836668998003, + "U": 8.779570492833955e-08, + "K": 8.977857532954658e-07, + "L": 0.001549695385619998, + "G": 0.009830793365836143, + "F": 0.12561698257923126, + "E": 0.0001322243333561346, + "T": 0.0016027154633775353, + "P": 0.004109296947717667, + "-": 0.8447916507720947 + }, + "id": "tp_3563" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 445379, + "label": "-", + "classification": { + "B": 2.1775323943984404e-07, + "S": 5.1801023801090196e-05, + "I": 5.689449153578607e-06, + "C": 3.244448816985823e-05, + "R": 2.1554067643592134e-05, + "M": 0.0019881674088537693, + "O": 0.0007352390675805509, + "W": 1.3252811186248437e-05, + "N": 5.705649073206587e-07, + "Y": 0.008546048775315285, + "U": 5.492469412615719e-08, + "K": 3.358705953360186e-06, + "L": 0.00012263540702406317, + "G": 0.0014361693756654859, + "F": 0.032798923552036285, + "E": 1.544663064123597e-05, + "T": 0.003881854936480522, + "P": 0.0008568711928091943, + "-": 0.9494895339012146 + }, + "id": "tp_3564" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 445512, + "label": "-", + "classification": { + "B": 3.3155736489653975e-10, + "S": 5.572096561934359e-09, + "I": 3.4807509763368216e-08, + "C": 6.577667299723089e-09, + "R": 7.421509518046321e-10, + "M": 4.957490205015347e-07, + "O": 3.3492210604890715e-07, + "W": 1.3677687871194166e-09, + "N": 2.947522226293131e-09, + "Y": 6.122807462816127e-06, + "U": 3.318133962038061e-11, + "K": 6.659164775157933e-09, + "L": 2.7675786107295153e-09, + "G": 6.422889100576867e-07, + "F": 0.002543336944654584, + "E": 4.777986077897367e-07, + "T": 5.713134214602178e-06, + "P": 0.014137433841824532, + "-": 0.9833053946495056 + }, + "id": "tp_3565" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 445646, + "label": "-", + "classification": { + "B": 3.5100290460832184e-06, + "S": 3.877165727317333e-05, + "I": 9.898131247609854e-05, + "C": 0.00014207899221219122, + "R": 7.346314669121057e-05, + "M": 0.001315217581577599, + "O": 0.00024582314654253423, + "W": 1.397302003169898e-05, + "N": 8.885884199116845e-06, + "Y": 0.02664577215909958, + "U": 2.186656956837396e-06, + "K": 1.3248189134174027e-05, + "L": 7.539378566434607e-05, + "G": 0.002128592226654291, + "F": 0.025949398055672646, + "E": 6.63108512526378e-05, + "T": 0.014078209176659584, + "P": 0.007405596785247326, + "-": 0.9216945767402649 + }, + "id": "tp_3566" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 445779, + "label": "-", + "classification": { + "B": 2.25849043999915e-06, + "S": 9.305089406552725e-06, + "I": 0.00022532776347361505, + "C": 0.0002938446996267885, + "R": 0.00015263156092260033, + "M": 0.0029856490436941385, + "O": 0.0005937921232543886, + "W": 8.335748134413734e-06, + "N": 2.4983335151773645e-06, + "Y": 0.011483889073133469, + "U": 4.1871405187521304e-07, + "K": 4.696258315561863e-07, + "L": 0.00018790266767609864, + "G": 0.002161484444513917, + "F": 0.003035917179659009, + "E": 3.577505049179308e-05, + "T": 0.008675755001604557, + "P": 0.0025678607635200024, + "-": 0.9675768613815308 + }, + "id": "tp_3567" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 445879, + "label": "-", + "classification": { + "B": 4.969948452782091e-09, + "S": 4.879922688161287e-09, + "I": 1.5361065379693173e-06, + "C": 5.021598212806566e-07, + "R": 6.571192301407791e-08, + "M": 8.22310394141823e-05, + "O": 1.1456796755737741e-06, + "W": 3.267862425104795e-09, + "N": 9.391472488573527e-09, + "Y": 0.0005613566027022898, + "U": 7.251365619076466e-10, + "K": 4.322580071658422e-09, + "L": 1.9504460624375497e-07, + "G": 3.037512578885071e-05, + "F": 0.0002621519088279456, + "E": 7.101089522620896e-06, + "T": 0.0002685532672330737, + "P": 0.002180319046601653, + "-": 0.9966044425964355 + }, + "id": "tp_3568" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 446013, + "label": "-", + "classification": { + "B": 8.435267204731645e-07, + "S": 1.5293725255105528e-06, + "I": 3.166411033816985e-06, + "C": 1.0285309144819621e-05, + "R": 3.707191353896633e-06, + "M": 0.0004998755757696927, + "O": 7.064308738335967e-05, + "W": 6.070303015803802e-07, + "N": 7.424716130799425e-08, + "Y": 0.0009306484716944396, + "U": 2.0056820204672476e-08, + "K": 2.621421835158344e-08, + "L": 3.030389780178666e-05, + "G": 0.0003848340129479766, + "F": 0.0059743234887719154, + "E": 4.475416972127277e-06, + "T": 0.0007935817120596766, + "P": 0.0016015839064493775, + "-": 0.9896895885467529 + }, + "id": "tp_3569" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 446146, + "label": "-", + "classification": { + "B": 8.015405228434247e-07, + "S": 2.449089879519306e-05, + "I": 4.463266668608412e-05, + "C": 9.601536476111505e-06, + "R": 1.3121479241817724e-05, + "M": 0.0016713826917111874, + "O": 0.00024500631843693554, + "W": 7.009283308434533e-06, + "N": 2.0314002995291958e-06, + "Y": 0.011013693176209927, + "U": 1.0408174233589307e-07, + "K": 8.487034392601345e-06, + "L": 2.268656862725038e-05, + "G": 0.0006113768904469907, + "F": 0.018312150612473488, + "E": 3.564614962670021e-05, + "T": 0.005492960102856159, + "P": 0.002414811635389924, + "-": 0.960070013999939 + }, + "id": "tp_3570" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 446280, + "label": "-", + "classification": { + "B": 1.3505048173101386e-06, + "S": 1.5436913599842228e-05, + "I": 0.00036750463186763227, + "C": 8.785041245573666e-06, + "R": 1.7517537344247103e-05, + "M": 0.00030325623811222613, + "O": 0.00022503167565446347, + "W": 9.953493645298295e-06, + "N": 2.249429417133797e-05, + "Y": 0.00519831757992506, + "U": 1.197051687995554e-06, + "K": 3.366460759934853e-06, + "L": 1.0993509022227954e-05, + "G": 0.0002451605978421867, + "F": 0.0020216689445078373, + "E": 2.7250278435531072e-05, + "T": 0.0093942079693079, + "P": 0.037312064319849014, + "-": 0.9448143839836121 + }, + "id": "tp_3571" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 446380, + "label": "-", + "classification": { + "B": 2.3464340301870834e-06, + "S": 1.7725196812534705e-06, + "I": 2.197190588049125e-05, + "C": 1.1686999641824514e-05, + "R": 4.929177066514967e-06, + "M": 0.00028909233515150845, + "O": 8.66774280439131e-05, + "W": 1.8641437691258034e-06, + "N": 7.221431701509573e-07, + "Y": 0.0008540233829990029, + "U": 1.3428223155642627e-07, + "K": 2.975592394705018e-07, + "L": 7.96529002400348e-06, + "G": 0.0002448551240377128, + "F": 0.003136295359581709, + "E": 2.9457569326041266e-05, + "T": 0.000406536360969767, + "P": 0.011898188851773739, + "-": 0.9830012321472168 + }, + "id": "tp_3572" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 446513, + "label": "-", + "classification": { + "B": 1.94118410234978e-08, + "S": 2.0138985235007567e-07, + "I": 1.2076617394995992e-06, + "C": 5.081583367427811e-07, + "R": 2.362029078994965e-07, + "M": 9.01075400179252e-05, + "O": 1.5508865544688888e-05, + "W": 8.692419584122035e-08, + "N": 2.2319509795920567e-08, + "Y": 0.0014215079136192799, + "U": 3.1549105550254808e-09, + "K": 9.563372316279128e-09, + "L": 2.012482809732319e-06, + "G": 6.924490298843011e-05, + "F": 0.0012106526410207152, + "E": 1.211741164297564e-06, + "T": 0.0006188655970618129, + "P": 0.001715793740004301, + "-": 0.9948528409004211 + }, + "id": "tp_3573" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 446647, + "label": "-", + "classification": { + "B": 3.251049292885e-06, + "S": 2.3826614778954536e-06, + "I": 5.463116031023674e-05, + "C": 1.785030690371059e-05, + "R": 1.5525603885180317e-05, + "M": 0.0009854949312284589, + "O": 0.00022651611652690917, + "W": 2.007280727411853e-06, + "N": 6.906058729327924e-07, + "Y": 0.002226369921118021, + "U": 2.8730369194818195e-07, + "K": 1.0911574754857156e-08, + "L": 0.00011518042447278276, + "G": 0.0005647912039421499, + "F": 0.0006149254040792584, + "E": 5.129081728227902e-06, + "T": 0.005807517562061548, + "P": 0.004356566816568375, + "-": 0.985000729560852 + }, + "id": "tp_3574" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 446780, + "label": "-", + "classification": { + "B": 8.097196769085713e-06, + "S": 1.5427059452122194e-06, + "I": 0.00019466289086267352, + "C": 0.0004093202296644449, + "R": 0.00010194641799898818, + "M": 0.0013708823826164007, + "O": 0.0001733980025164783, + "W": 2.5936085421562893e-06, + "N": 3.457450475252699e-06, + "Y": 0.0042091901414096355, + "U": 1.8866329583033803e-06, + "K": 1.306413111024085e-07, + "L": 0.00015486095799133182, + "G": 0.002089412184432149, + "F": 0.0014048615703359246, + "E": 5.0019843911286443e-05, + "T": 0.004504773300141096, + "P": 0.011664118617773056, + "-": 0.9736548662185669 + }, + "id": "tp_3575" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 446880, + "label": "-", + "classification": { + "B": 7.139286850588178e-08, + "S": 5.532268687602482e-07, + "I": 1.9329938368173316e-05, + "C": 7.574403184662515e-07, + "R": 2.1600946809030575e-07, + "M": 1.760153827490285e-05, + "O": 1.1213362995476928e-05, + "W": 3.1208202244670247e-07, + "N": 1.4318937928692321e-06, + "Y": 0.00017959767137654126, + "U": 5.554209892011386e-08, + "K": 8.994809377327329e-07, + "L": 2.9438510296131426e-07, + "G": 1.8148859453503974e-05, + "F": 0.0014278064481914043, + "E": 1.6332953236997128e-05, + "T": 0.00022588722640648484, + "P": 0.047815244644880295, + "-": 0.9502642750740051 + }, + "id": "tp_3576" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 447014, + "label": "-", + "classification": { + "B": 1.220009266944544e-07, + "S": 1.0285585716474088e-07, + "I": 2.1220628241280792e-06, + "C": 2.397993966951617e-06, + "R": 4.911622681902372e-07, + "M": 1.9162403987138532e-05, + "O": 9.34804484131746e-06, + "W": 1.5225107574678987e-07, + "N": 6.355030279792118e-08, + "Y": 0.00010559826478129253, + "U": 1.7271954533271128e-08, + "K": 1.2595716469832041e-08, + "L": 6.631143492086267e-07, + "G": 1.4187788110575639e-05, + "F": 0.00029850806458853185, + "E": 8.710240990694729e-07, + "T": 0.00021053021191619337, + "P": 0.010050619021058083, + "-": 0.9892850518226624 + }, + "id": "tp_3577" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 447147, + "label": "-", + "classification": { + "B": 1.2202099242131226e-07, + "S": 1.106677245843457e-05, + "I": 2.0654877516790293e-05, + "C": 7.771612899887259e-07, + "R": 1.0008941444539232e-06, + "M": 0.0006226710393093526, + "O": 5.409449659055099e-05, + "W": 2.715979007916758e-06, + "N": 1.092740831154515e-06, + "Y": 0.007477581035345793, + "U": 3.321513375453833e-08, + "K": 7.501632808271097e-06, + "L": 1.788600684449193e-06, + "G": 0.00015425011224579066, + "F": 0.008010183461010456, + "E": 1.3351710549613927e-05, + "T": 0.005134729668498039, + "P": 0.0021351841278374195, + "-": 0.9763511419296265 + }, + "id": "tp_3578" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 447281, + "label": "-", + "classification": { + "B": 2.3245027477969415e-05, + "S": 7.241954153869301e-05, + "I": 2.1192538497416535e-06, + "C": 7.139080844353884e-05, + "R": 2.5434961571590975e-05, + "M": 0.003178637009114027, + "O": 0.0013439462054520845, + "W": 8.473547495668754e-06, + "N": 2.6584325496514793e-07, + "Y": 0.0012769211316481233, + "U": 3.817829963281838e-08, + "K": 2.2625127371611597e-07, + "L": 0.0008394254837185144, + "G": 0.005495142191648483, + "F": 0.023042958229780197, + "E": 3.4938606404466555e-05, + "T": 0.0017127912724390626, + "P": 0.0007967684650793672, + "-": 0.962074875831604 + }, + "id": "tp_3579" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 447381, + "label": "-", + "classification": { + "B": 0.0004626730806194246, + "S": 0.00014429255679715425, + "I": 0.0007886431994847953, + "C": 0.00016906084783840925, + "R": 9.037661220645532e-05, + "M": 0.001698530511930585, + "O": 0.0007080970681272447, + "W": 7.468229887308553e-05, + "N": 8.083341526798904e-05, + "Y": 0.005512252915650606, + "U": 1.542110476293601e-05, + "K": 0.000139097886858508, + "L": 0.00016303309530485421, + "G": 0.0038647186011075974, + "F": 0.015550825744867325, + "E": 0.0010228474857285619, + "T": 0.006555285304784775, + "P": 0.053446702659130096, + "-": 0.9095126390457153 + }, + "id": "tp_3580" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 447514, + "label": "-", + "classification": { + "B": 2.5786089281609748e-06, + "S": 1.897268884931691e-05, + "I": 6.172381836222485e-05, + "C": 4.171800901531242e-05, + "R": 1.5087792235135566e-05, + "M": 0.0006940989987924695, + "O": 0.00016703252913430333, + "W": 6.973807103349827e-06, + "N": 4.821722995984601e-06, + "Y": 0.003064356278628111, + "U": 8.706163043825654e-07, + "K": 8.04574756330112e-06, + "L": 3.243299215682782e-05, + "G": 0.0005098141264170408, + "F": 0.022321324795484543, + "E": 7.276152609847486e-05, + "T": 0.002236997475847602, + "P": 0.015139631927013397, + "-": 0.9556007981300354 + }, + "id": "tp_3581" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 447648, + "label": "-", + "classification": { + "B": 2.1824023406225024e-06, + "S": 2.9869090212741867e-05, + "I": 1.9663868442876264e-05, + "C": 9.535796380077954e-06, + "R": 1.1184715731360484e-05, + "M": 0.0014492095215246081, + "O": 0.0003378817636985332, + "W": 6.193178705871105e-06, + "N": 1.0798648872878402e-06, + "Y": 0.010524358600378036, + "U": 8.515360860883447e-08, + "K": 1.0094651088365936e-06, + "L": 7.49209284549579e-05, + "G": 0.0019372907700017095, + "F": 0.04292682930827141, + "E": 3.368137913639657e-05, + "T": 0.004165976773947477, + "P": 0.002947276458144188, + "-": 0.9355217218399048 + }, + "id": "tp_3582" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 447781, + "label": "-", + "classification": { + "B": 8.386238192770179e-08, + "S": 9.33328152541435e-08, + "I": 4.950819129589945e-05, + "C": 1.7328690091744647e-06, + "R": 8.054009867919376e-07, + "M": 1.0236508387606591e-05, + "O": 3.738598252311931e-06, + "W": 1.0966356001063104e-07, + "N": 1.0229047120446921e-06, + "Y": 0.000320347462547943, + "U": 6.954610398679506e-08, + "K": 3.2652027925905713e-07, + "L": 2.384842048286373e-07, + "G": 2.5343937522848137e-05, + "F": 0.0004000818298663944, + "E": 9.44056228036061e-06, + "T": 0.00028206565184518695, + "P": 0.10426527261734009, + "-": 0.8946294784545898 + }, + "id": "tp_3583" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 447881, + "label": "-", + "classification": { + "B": 2.1838843622390414e-08, + "S": 6.354693482535367e-08, + "I": 2.5036449642357184e-06, + "C": 8.074634934018832e-07, + "R": 1.2538022531316528e-07, + "M": 2.4611185835965443e-06, + "O": 2.3680152025917778e-06, + "W": 7.750299602093946e-08, + "N": 1.6022968907236645e-07, + "Y": 6.11274444963783e-05, + "U": 1.7005612917841972e-08, + "K": 1.9870656160492217e-06, + "L": 5.264479341349215e-08, + "G": 1.0608842785586603e-05, + "F": 0.004335709847509861, + "E": 3.7913632695563138e-06, + "T": 3.2808558898977935e-05, + "P": 0.02262023277580738, + "-": 0.9729250073432922 + }, + "id": "tp_3584" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 448015, + "label": "-", + "classification": { + "B": 9.186163515551016e-05, + "S": 0.0001072412560461089, + "I": 9.903516911435872e-05, + "C": 1.9903573047486134e-06, + "R": 9.426714768778766e-07, + "M": 5.578915079240687e-05, + "O": 0.00020162980945315212, + "W": 2.5440178433200344e-05, + "N": 1.654256266192533e-05, + "Y": 0.00013597040378954262, + "U": 5.193999754737888e-07, + "K": 1.5176522083493182e-06, + "L": 1.2488409993238747e-05, + "G": 7.273703522514552e-05, + "F": 0.007814108394086361, + "E": 0.0001712983357720077, + "T": 0.0001232642971444875, + "P": 0.3610111176967621, + "-": 0.630056619644165 + }, + "id": "tp_3585" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 448148, + "label": "-", + "classification": { + "B": 1.5399587383058133e-08, + "S": 4.566468447819716e-08, + "I": 6.140514869912295e-06, + "C": 5.34128162144043e-07, + "R": 7.724049311264025e-08, + "M": 8.56546535032976e-07, + "O": 1.1513548088259995e-06, + "W": 4.566599542954464e-08, + "N": 4.1735111722118745e-07, + "Y": 5.183246685191989e-05, + "U": 1.3591772152210524e-08, + "K": 1.0455647725393646e-06, + "L": 2.3287766381940855e-08, + "G": 5.423348738986533e-06, + "F": 0.0016813944093883038, + "E": 1.1157605513290036e-05, + "T": 2.01664115593303e-05, + "P": 0.06549757719039917, + "-": 0.9327220916748047 + }, + "id": "tp_3586" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 448282, + "label": "-", + "classification": { + "B": 2.7254425731371157e-05, + "S": 1.0391699106548913e-05, + "I": 2.1025569367338903e-05, + "C": 9.923869583872147e-06, + "R": 5.111835434945533e-06, + "M": 5.1015620556427166e-05, + "O": 0.00014663250476587564, + "W": 6.153344202175504e-06, + "N": 1.917124791361857e-06, + "Y": 0.0008077234379015863, + "U": 3.2003435990191065e-07, + "K": 3.5811278848996153e-06, + "L": 1.5523166439379565e-05, + "G": 0.0006556676235049963, + "F": 0.021356986835598946, + "E": 4.650002301787026e-05, + "T": 0.00029688086942769587, + "P": 0.02104470506310463, + "-": 0.9554927349090576 + }, + "id": "tp_3587" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 448382, + "label": "-", + "classification": { + "B": 3.1721840059617534e-05, + "S": 0.00014349371485877782, + "I": 7.01102107996121e-05, + "C": 0.0005630997475236654, + "R": 0.00026798443286679685, + "M": 0.009985438548028469, + "O": 0.0017830224242061377, + "W": 6.173123983899131e-05, + "N": 8.452999281871598e-06, + "Y": 0.0351768434047699, + "U": 6.157469215395395e-06, + "K": 6.462318560807034e-05, + "L": 0.002111369278281927, + "G": 0.01939927227795124, + "F": 0.09365677088499069, + "E": 0.0002178284339606762, + "T": 0.015815583989024162, + "P": 0.0035170922055840492, + "-": 0.8171193599700928 + }, + "id": "tp_3588" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 448515, + "label": "-", + "classification": { + "B": 1.7135249663624563e-06, + "S": 7.890961569501087e-06, + "I": 7.184161950135604e-05, + "C": 6.151518027763814e-05, + "R": 1.4713211385242175e-05, + "M": 0.00017391685105394572, + "O": 0.00010746716725407168, + "W": 5.092810624773847e-06, + "N": 1.0208741514361463e-05, + "Y": 0.0009953273693099618, + "U": 1.531810084998142e-06, + "K": 6.148195552668767e-06, + "L": 1.4108769391896203e-05, + "G": 0.000236968306126073, + "F": 0.017182564362883568, + "E": 9.538740414427593e-05, + "T": 0.0009221150539815426, + "P": 0.05153125151991844, + "-": 0.9285602569580078 + }, + "id": "tp_3589" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 448649, + "label": "-", + "classification": { + "B": 6.758214567526011e-06, + "S": 0.0003358912654221058, + "I": 9.095980431084172e-07, + "C": 1.5821984788999544e-06, + "R": 2.028646122198552e-06, + "M": 0.0022884963545948267, + "O": 0.0009585219668224454, + "W": 8.902563422452658e-06, + "N": 8.640541437898719e-08, + "Y": 0.0023228530772030354, + "U": 1.2384618885974419e-09, + "K": 9.826112545852084e-08, + "L": 0.0001379038003506139, + "G": 0.0016881743213161826, + "F": 0.057943474501371384, + "E": 6.467956154665444e-06, + "T": 0.0026449011638760567, + "P": 0.0005507970345206559, + "-": 0.9311020970344543 + }, + "id": "tp_3590" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 448782, + "label": "-", + "classification": { + "B": 0.00011357182665960863, + "S": 0.001823397004045546, + "I": 0.0009949126979336143, + "C": 0.0006868364289402962, + "R": 0.0004247207834850997, + "M": 0.0012696512276306748, + "O": 0.0023765687365084887, + "W": 0.0007029459811747074, + "N": 0.000650266942102462, + "Y": 0.00387208117172122, + "U": 8.913538476917893e-05, + "K": 0.005423784721642733, + "L": 0.00035492266761139035, + "G": 0.004968350287526846, + "F": 0.1469097137451172, + "E": 0.0023117216769605875, + "T": 0.007134868763387203, + "P": 0.10339749604463577, + "-": 0.7164949774742126 + }, + "id": "tp_3591" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 448882, + "label": "-", + "classification": { + "B": 2.1033774544321204e-07, + "S": 1.1206599310753518e-06, + "I": 2.403022790531395e-06, + "C": 1.0448832199472236e-07, + "R": 1.8703321558177777e-08, + "M": 6.8697331698786e-06, + "O": 6.073513759474736e-06, + "W": 3.0078015811341174e-07, + "N": 3.627482101364876e-07, + "Y": 3.5270157241029665e-05, + "U": 1.0356731472427327e-08, + "K": 1.1798592822742648e-06, + "L": 1.0375916303928534e-07, + "G": 5.911946118430933e-06, + "F": 0.005195405334234238, + "E": 2.463198143232148e-05, + "T": 3.8030844734748825e-05, + "P": 0.06933694332838058, + "-": 0.9253451228141785 + }, + "id": "tp_3592" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 449016, + "label": "-", + "classification": { + "B": 1.3129536569067568e-07, + "S": 8.018862899916712e-06, + "I": 1.8327748421143042e-06, + "C": 9.157886233879253e-05, + "R": 3.245153493480757e-05, + "M": 0.0003269568842370063, + "O": 0.00011783790978370234, + "W": 2.4933985969255446e-06, + "N": 2.986768095070147e-07, + "Y": 0.009441761299967766, + "U": 7.582562489005795e-08, + "K": 3.271778405178338e-05, + "L": 5.1705304940696806e-05, + "G": 0.005841752979904413, + "F": 0.1130886897444725, + "E": 2.772266452666372e-05, + "T": 0.0033977406565099955, + "P": 0.0008139524143189192, + "-": 0.8667222857475281 + }, + "id": "tp_3593" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 449149, + "label": "-", + "classification": { + "B": 7.346284837694839e-05, + "S": 0.00012446046457625926, + "I": 1.2366733244562056e-05, + "C": 1.6460068081869395e-06, + "R": 1.795207140276034e-06, + "M": 0.0011590315261855721, + "O": 0.0007410521502606571, + "W": 1.6859883544384502e-05, + "N": 1.6685205537214642e-06, + "Y": 0.0007894190493971109, + "U": 1.7607088409477e-07, + "K": 6.634713827224914e-07, + "L": 7.978036592248827e-05, + "G": 0.0005777868209406734, + "F": 0.0058839935809373856, + "E": 3.99962518713437e-05, + "T": 0.001833090907894075, + "P": 0.01192607544362545, + "-": 0.9767366647720337 + }, + "id": "tp_3594" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 449283, + "label": "-", + "classification": { + "B": 0.00020320194016676396, + "S": 0.0019374360563233495, + "I": 0.00010976013436447829, + "C": 7.772070239298046e-05, + "R": 7.721662404946983e-05, + "M": 0.006024431437253952, + "O": 0.0049036419950425625, + "W": 0.00030483852606266737, + "N": 2.1123987608007155e-05, + "Y": 0.0017850830918177962, + "U": 1.4859696193525451e-06, + "K": 5.880830030946527e-06, + "L": 0.0014822918456047773, + "G": 0.003984012175351381, + "F": 0.07751710712909698, + "E": 0.00022312877990771085, + "T": 0.005856967996805906, + "P": 0.015781594440340996, + "-": 0.8797030448913574 + }, + "id": "tp_3595" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 449383, + "label": "-", + "classification": { + "B": 4.9168003897648305e-05, + "S": 0.00010750171350082383, + "I": 3.1638290238333866e-05, + "C": 4.561443063266779e-07, + "R": 8.032608320718282e-07, + "M": 0.0002374544710619375, + "O": 0.00031934070284478366, + "W": 1.402265206706943e-05, + "N": 3.5272059903945774e-06, + "Y": 0.0002928311878349632, + "U": 7.128189594141077e-08, + "K": 7.623070814588573e-07, + "L": 9.089495506486855e-06, + "G": 0.00011847867426695302, + "F": 0.002112786751240492, + "E": 2.1941235900158063e-05, + "T": 0.000901967694517225, + "P": 0.03270391374826431, + "-": 0.963074266910553 + }, + "id": "tp_3596" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 449516, + "label": "-", + "classification": { + "B": 2.5919750720748702e-11, + "S": 1.4144377509517359e-11, + "I": 7.636230492380491e-08, + "C": 1.3716955349352133e-09, + "R": 7.078477387567617e-11, + "M": 6.741469604776285e-08, + "O": 7.160092962976705e-09, + "W": 2.459923410802478e-11, + "N": 3.313816165917416e-10, + "Y": 1.1899776382051641e-06, + "U": 5.062154254803497e-12, + "K": 1.8567270984592987e-11, + "L": 1.0041603659693976e-10, + "G": 9.446083737429944e-08, + "F": 9.573121133144014e-06, + "E": 7.405468949173155e-08, + "T": 1.7927064845935092e-06, + "P": 0.038614820688962936, + "-": 0.9613721966743469 + }, + "id": "tp_3597" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 449650, + "label": "-", + "classification": { + "B": 1.0932554772580261e-07, + "S": 6.44495088408803e-08, + "I": 3.106119766016491e-05, + "C": 1.8407090465188958e-06, + "R": 3.375656945081573e-07, + "M": 1.590545434737578e-05, + "O": 6.729426331730792e-06, + "W": 1.1381803943777413e-07, + "N": 5.866115770913893e-07, + "Y": 6.360235420288518e-05, + "U": 2.874744886582903e-08, + "K": 1.941880256595141e-08, + "L": 5.468519930218463e-07, + "G": 2.4004384613363072e-05, + "F": 0.00026336408336646855, + "E": 1.165136018244084e-05, + "T": 0.00015700413496233523, + "P": 0.10325901955366135, + "-": 0.896164059638977 + }, + "id": "tp_3598" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 449783, + "label": "-", + "classification": { + "B": 1.8805907302521518e-06, + "S": 1.0918352018052246e-06, + "I": 0.0017063702689483762, + "C": 0.00043691281462088227, + "R": 3.9550290239276364e-05, + "M": 0.00040989124681800604, + "O": 5.1457765948725864e-05, + "W": 1.931517545017414e-06, + "N": 3.291230677859858e-05, + "Y": 0.002966584637761116, + "U": 3.0108953978924546e-06, + "K": 1.5362523981821141e-06, + "L": 1.5481853552046232e-05, + "G": 0.0006028919597156346, + "F": 0.0010107634589076042, + "E": 0.00028468333766795695, + "T": 0.0013531463919207454, + "P": 0.13559994101524353, + "-": 0.8554799556732178 + }, + "id": "tp_3599" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 449883, + "label": "-", + "classification": { + "B": 1.655410756029596e-06, + "S": 2.8063748231943464e-06, + "I": 1.5832998542464338e-05, + "C": 2.1538430701184552e-06, + "R": 1.1211329820071114e-06, + "M": 4.6316563384607434e-05, + "O": 3.771292540477589e-05, + "W": 1.2169388128313585e-06, + "N": 1.0159956218558364e-06, + "Y": 0.0010074980091303587, + "U": 1.0241394221566225e-07, + "K": 2.293703118994017e-06, + "L": 2.553048716436024e-06, + "G": 0.00020695182320196182, + "F": 0.002381433267146349, + "E": 1.2914324543089606e-05, + "T": 0.0007882016361691058, + "P": 0.008599329739809036, + "-": 0.9868888854980469 + }, + "id": "tp_3600" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 450017, + "label": "-", + "classification": { + "B": 1.4798751557520973e-08, + "S": 1.3717085778353066e-07, + "I": 5.333226454240503e-06, + "C": 1.0033777897433538e-07, + "R": 1.6264257496345635e-08, + "M": 9.514143130218145e-06, + "O": 2.514360630812007e-06, + "W": 3.8919004907711496e-08, + "N": 1.917007494967038e-07, + "Y": 6.488734652521089e-05, + "U": 3.157838879275232e-09, + "K": 5.519986245872133e-08, + "L": 8.230938419728773e-08, + "G": 8.479446478304453e-06, + "F": 0.0010430808179080486, + "E": 1.9447741578915156e-05, + "T": 5.5961845646379516e-05, + "P": 0.04711570218205452, + "-": 0.9516744613647461 + }, + "id": "tp_3601" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 450150, + "label": "-", + "classification": { + "B": 5.1371703335689745e-08, + "S": 5.987614315472456e-08, + "I": 7.850926340324804e-05, + "C": 4.300635919207707e-05, + "R": 6.110392860136926e-06, + "M": 7.067083060974255e-05, + "O": 7.882318641350139e-06, + "W": 2.3993868580873823e-07, + "N": 2.7497894734551664e-06, + "Y": 0.001374062499962747, + "U": 3.9932868389769283e-07, + "K": 1.691972283879295e-05, + "L": 1.1688878203131026e-06, + "G": 0.0003052189713343978, + "F": 0.004432285204529762, + "E": 0.0002512042410671711, + "T": 0.0003071693063247949, + "P": 0.04442555829882622, + "-": 0.9486766457557678 + }, + "id": "tp_3602" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 450250, + "label": "-", + "classification": { + "B": 4.488725835471996e-09, + "S": 1.2179764752318079e-08, + "I": 4.6318164095282555e-06, + "C": 1.6014887478377204e-06, + "R": 9.565903980046642e-08, + "M": 5.102520844957326e-06, + "O": 7.962913173287234e-07, + "W": 2.281860034258898e-08, + "N": 1.7161347898309032e-07, + "Y": 0.0002077514654956758, + "U": 1.4027329520160947e-08, + "K": 2.8244321015336027e-07, + "L": 6.595908530471206e-08, + "G": 1.0693103831727058e-05, + "F": 0.00233310554176569, + "E": 1.3959890566184185e-05, + "T": 5.31529076397419e-05, + "P": 0.03986746072769165, + "-": 0.9575009942054749 + }, + "id": "tp_3603" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 450384, + "label": "-", + "classification": { + "B": 2.5510104023851454e-05, + "S": 6.671575829386711e-05, + "I": 0.0015212404541671276, + "C": 5.422080721473321e-05, + "R": 1.9759319911827333e-05, + "M": 0.000990409404039383, + "O": 0.0003045559278689325, + "W": 3.365368684171699e-05, + "N": 0.0001255445386050269, + "Y": 0.0035749818198382854, + "U": 7.124591320462059e-06, + "K": 2.097671494993847e-05, + "L": 4.237364191794768e-05, + "G": 0.000443141907453537, + "F": 0.005952163599431515, + "E": 0.001057524816133082, + "T": 0.002611584262922406, + "P": 0.29240089654922485, + "-": 0.6907476186752319 + }, + "id": "tp_3604" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 450517, + "label": "-", + "classification": { + "B": 1.2892551609633429e-11, + "S": 1.2145698335963573e-10, + "I": 7.667164680924543e-08, + "C": 1.2982293462471262e-08, + "R": 4.245430951232976e-10, + "M": 1.0320840715394297e-07, + "O": 1.7940749330591643e-08, + "W": 1.4512782642306377e-10, + "N": 2.0256096799897705e-09, + "Y": 8.195075679395813e-06, + "U": 1.4254783985145902e-11, + "K": 6.666000018640261e-08, + "L": 1.1128970661689053e-10, + "G": 5.244730800768593e-07, + "F": 0.0009998215828090906, + "E": 2.503904397599399e-06, + "T": 1.3117473827151116e-06, + "P": 0.011800223961472511, + "-": 0.9871871471405029 + }, + "id": "tp_3605" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 450651, + "label": "-", + "classification": { + "B": 2.1462252334458753e-05, + "S": 7.709699275437742e-05, + "I": 0.0024668213445693254, + "C": 0.0001167023292509839, + "R": 6.044582914910279e-05, + "M": 0.000995394540950656, + "O": 0.0003535626456141472, + "W": 4.892718789051287e-05, + "N": 0.00021338848455343395, + "Y": 0.004806567449122667, + "U": 1.2708204849332105e-05, + "K": 0.0004910309216938913, + "L": 4.269369674148038e-05, + "G": 0.0013819776941090822, + "F": 0.031988199800252914, + "E": 0.003445022739470005, + "T": 0.0032325841020792723, + "P": 0.15249574184417725, + "-": 0.7977496385574341 + }, + "id": "tp_3606" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 450751, + "label": "-", + "classification": { + "B": 2.006441540691739e-11, + "S": 4.318584552465143e-12, + "I": 2.0629700614449575e-08, + "C": 1.6352581511114295e-09, + "R": 2.6822591023267783e-11, + "M": 7.58584217663838e-09, + "O": 3.3680209732267485e-09, + "W": 9.074306410450372e-12, + "N": 1.2594134068955043e-10, + "Y": 6.584527767472537e-08, + "U": 2.05129294626738e-12, + "K": 5.9339382366130344e-12, + "L": 7.163489940120726e-11, + "G": 3.828543171380261e-08, + "F": 2.039687751675956e-05, + "E": 4.0899081454881525e-08, + "T": 2.0053151672527747e-07, + "P": 0.06506595015525818, + "-": 0.9349132180213928 + }, + "id": "tp_3607" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 450884, + "label": "-", + "classification": { + "B": 0.0003745740687008947, + "S": 3.4509634133428335e-05, + "I": 0.0006841583526693285, + "C": 0.0002558603009674698, + "R": 4.352536052465439e-05, + "M": 0.005000590812414885, + "O": 0.0006563261267729104, + "W": 2.51436467806343e-05, + "N": 4.208030804875307e-05, + "Y": 0.004513157065957785, + "U": 6.953697720746277e-06, + "K": 4.072886440553702e-06, + "L": 0.0003135535807814449, + "G": 0.004335329867899418, + "F": 0.00638527562841773, + "E": 0.0013290561037138104, + "T": 0.003865166800096631, + "P": 0.0802517682313919, + "-": 0.8918790221214294 + }, + "id": "tp_3608" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 451018, + "label": "-", + "classification": { + "B": 7.665191503747337e-08, + "S": 6.270411034847712e-08, + "I": 2.7483192752697505e-05, + "C": 3.2442694646306336e-06, + "R": 3.858870627482247e-07, + "M": 2.026684524025768e-05, + "O": 2.550442331994418e-06, + "W": 7.523316014612647e-08, + "N": 4.214119257994753e-07, + "Y": 0.0002965743187814951, + "U": 1.3187950287374406e-07, + "K": 1.6104439737318899e-06, + "L": 3.789563436384924e-07, + "G": 3.816438766079955e-05, + "F": 0.0010852377163246274, + "E": 3.121428380836733e-05, + "T": 0.00018016176181845367, + "P": 0.030320173129439354, + "-": 0.9679917693138123 + }, + "id": "tp_3609" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 451151, + "label": "-", + "classification": { + "B": 3.996970809883038e-11, + "S": 9.245464810403448e-11, + "I": 1.05454614640621e-06, + "C": 2.0937770273121714e-07, + "R": 1.6094420018930577e-08, + "M": 1.7852896689873887e-06, + "O": 6.704960497927459e-08, + "W": 3.2541555561316216e-10, + "N": 3.7255762919130575e-09, + "Y": 3.4425436751917005e-05, + "U": 3.602392828483403e-10, + "K": 2.0531893962782988e-09, + "L": 4.198144054612385e-09, + "G": 2.0342461084510433e-06, + "F": 4.721969162346795e-05, + "E": 4.137719713526167e-07, + "T": 4.1105973650701344e-05, + "P": 0.009198197163641453, + "-": 0.9906734824180603 + }, + "id": "tp_3610" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 451251, + "label": "-", + "classification": { + "B": 5.780744686489925e-06, + "S": 2.8021411253575934e-06, + "I": 0.0004666379827540368, + "C": 5.653858170262538e-05, + "R": 9.302546459366567e-06, + "M": 0.00029454033938236535, + "O": 9.651689470047131e-05, + "W": 3.356769866513787e-06, + "N": 3.261263918830082e-05, + "Y": 0.0004335622943472117, + "U": 2.4594303340563783e-06, + "K": 2.0551986381178722e-05, + "L": 7.158480457292171e-06, + "G": 0.00036541689769364893, + "F": 0.002650803653523326, + "E": 0.0006468622013926506, + "T": 0.0009406761382706463, + "P": 0.1570742428302765, + "-": 0.8368901014328003 + }, + "id": "tp_3611" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 451385, + "label": "-", + "classification": { + "B": 1.894632717380773e-08, + "S": 4.8768136196031264e-08, + "I": 3.0928444175515324e-05, + "C": 3.251395128245349e-06, + "R": 1.5909359944998869e-06, + "M": 1.4033006664249115e-05, + "O": 4.837981123273494e-06, + "W": 9.898030839394778e-08, + "N": 4.729594991204067e-07, + "Y": 0.00045882337144576013, + "U": 5.497526700537492e-08, + "K": 2.046720624093723e-07, + "L": 2.573654001025716e-07, + "G": 3.6210571124684066e-05, + "F": 0.0003640888608060777, + "E": 5.380286438594339e-06, + "T": 0.0003133684804197401, + "P": 0.04787850379943848, + "-": 0.9508878588676453 + }, + "id": "tp_3612" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 451518, + "label": "-", + "classification": { + "B": 1.3429465539616103e-08, + "S": 4.511507967208672e-08, + "I": 2.7107411369797774e-05, + "C": 2.862339215425891e-06, + "R": 1.6281494197301072e-07, + "M": 1.709059506538324e-05, + "O": 2.4048827071965206e-06, + "W": 5.809266667711199e-08, + "N": 5.99152713220974e-07, + "Y": 7.368622027570382e-05, + "U": 2.7085045317676304e-08, + "K": 1.7527098350456072e-07, + "L": 2.0351751572889043e-07, + "G": 1.554256414237898e-05, + "F": 0.0005947585450485349, + "E": 3.826485408353619e-05, + "T": 0.00011339567572576925, + "P": 0.0688672587275505, + "-": 0.9302463531494141 + }, + "id": "tp_3613" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 451652, + "label": "-", + "classification": { + "B": 6.443568167924241e-07, + "S": 7.976886422511598e-07, + "I": 7.166539580794051e-05, + "C": 2.4157011466741096e-06, + "R": 2.0378155340949888e-07, + "M": 6.836371176177636e-05, + "O": 1.11534827738069e-05, + "W": 3.8680863667650556e-07, + "N": 5.68665973332827e-06, + "Y": 0.0003587229293771088, + "U": 8.967828790673593e-08, + "K": 1.669499170020572e-06, + "L": 3.870440536957176e-07, + "G": 8.566850738134235e-05, + "F": 0.0008502425625920296, + "E": 0.00031078787287697196, + "T": 0.0002939731639344245, + "P": 0.2208736389875412, + "-": 0.7770634889602661 + }, + "id": "tp_3614" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 451752, + "label": "-", + "classification": { + "B": 1.7962771607926697e-06, + "S": 1.9874426016031066e-06, + "I": 0.0013472228311002254, + "C": 5.335154492058791e-05, + "R": 8.150425856001675e-06, + "M": 0.00010465369268786162, + "O": 4.033447476103902e-05, + "W": 4.406269454193534e-06, + "N": 8.75281184562482e-05, + "Y": 0.0013646759325638413, + "U": 4.928696853312431e-06, + "K": 0.00012404914014041424, + "L": 2.81938605439791e-06, + "G": 0.00045863358536735177, + "F": 0.004360321443527937, + "E": 0.0011810190044343472, + "T": 0.001297979149967432, + "P": 0.19833767414093018, + "-": 0.7912184596061707 + }, + "id": "tp_3615" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 451885, + "label": "-", + "classification": { + "B": 6.087007164978786e-08, + "S": 5.236460509649987e-08, + "I": 8.955003977462184e-06, + "C": 4.899914074485423e-06, + "R": 1.0229263125438592e-06, + "M": 7.449105032719672e-05, + "O": 4.806277502211742e-06, + "W": 5.584793072443972e-08, + "N": 1.7963336063075985e-07, + "Y": 0.002674250863492489, + "U": 1.8785662803111336e-08, + "K": 3.4741665899673535e-07, + "L": 5.139854692970403e-07, + "G": 0.0001589806197443977, + "F": 0.0012420291313901544, + "E": 2.5461482437094674e-05, + "T": 0.00035853052395395935, + "P": 0.004996559116989374, + "-": 0.9904487729072571 + }, + "id": "tp_3616" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 452019, + "label": "-", + "classification": { + "B": 1.600794092837532e-07, + "S": 3.078667276668057e-08, + "I": 2.2700842237100005e-06, + "C": 6.289099729883674e-08, + "R": 6.740758173862105e-09, + "M": 4.195032943243859e-06, + "O": 2.5087770154641476e-06, + "W": 2.1706954456135463e-08, + "N": 3.696479922155049e-08, + "Y": 8.088142749329563e-06, + "U": 6.61794619105649e-10, + "K": 7.323051609553488e-10, + "L": 1.620263248014453e-07, + "G": 1.0924518392130267e-05, + "F": 0.000328252644976601, + "E": 2.8221118100191234e-06, + "T": 2.2698430257150903e-05, + "P": 0.0831725150346756, + "-": 0.9164451956748962 + }, + "id": "tp_3617" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 452152, + "label": "-", + "classification": { + "B": 1.9758126654778607e-06, + "S": 6.30999920758768e-06, + "I": 0.0001305844052694738, + "C": 1.5684385289205238e-05, + "R": 1.609971377547481e-06, + "M": 0.0005249094101600349, + "O": 3.9557620766572654e-05, + "W": 2.553180593167781e-06, + "N": 1.5129829080251511e-05, + "Y": 0.0035669300705194473, + "U": 8.79593130775902e-07, + "K": 5.882859113626182e-05, + "L": 2.424152398816659e-06, + "G": 0.00030613606213591993, + "F": 0.007163970731198788, + "E": 0.00038091946044005454, + "T": 0.0022588209249079227, + "P": 0.041386984288692474, + "-": 0.9441357851028442 + }, + "id": "tp_3618" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 452252, + "label": "-", + "classification": { + "B": 6.780811077078397e-07, + "S": 1.9111642757252412e-07, + "I": 1.913856431201566e-05, + "C": 5.233594492892735e-06, + "R": 6.481288323811896e-07, + "M": 7.749637006781995e-06, + "O": 5.367392077459954e-06, + "W": 2.2154125645101885e-07, + "N": 1.3856064242645516e-06, + "Y": 7.754920079605654e-05, + "U": 1.5661520080811897e-07, + "K": 2.327144784430857e-06, + "L": 2.767531270819745e-07, + "G": 4.3175099563086405e-05, + "F": 0.0012137701269239187, + "E": 5.947343379375525e-05, + "T": 7.376051507890224e-05, + "P": 0.1442280113697052, + "-": 0.8542608022689819 + }, + "id": "tp_3619" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 452386, + "label": "-", + "classification": { + "B": 6.80548100717715e-06, + "S": 4.646621619031066e-06, + "I": 0.002361500635743141, + "C": 0.0001404861977789551, + "R": 2.217588735220488e-05, + "M": 0.00021297778584994376, + "O": 8.316859020851552e-05, + "W": 9.912404493661597e-06, + "N": 0.00017007539281621575, + "Y": 0.0017072093905881047, + "U": 1.4688320334244054e-05, + "K": 8.874983905116096e-05, + "L": 1.0419125828775577e-05, + "G": 0.000598204554989934, + "F": 0.003350383834913373, + "E": 0.002408344764262438, + "T": 0.0013293903321027756, + "P": 0.31637054681777954, + "-": 0.6711103320121765 + }, + "id": "tp_3620" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 452519, + "label": "-", + "classification": { + "B": 3.6288215596869122e-06, + "S": 1.7268934243475087e-05, + "I": 0.0012445752508938313, + "C": 0.00029507328872568905, + "R": 3.903996548615396e-05, + "M": 0.0010205190628767014, + "O": 0.000217485343455337, + "W": 1.8369069948676042e-05, + "N": 0.00025134938186965883, + "Y": 0.00637433398514986, + "U": 5.8227574299962725e-06, + "K": 0.00047727578203193843, + "L": 2.072359166049864e-05, + "G": 0.003500174731016159, + "F": 0.04612802341580391, + "E": 0.008885405957698822, + "T": 0.0034380885772407055, + "P": 0.16133838891983032, + "-": 0.7667244672775269 + }, + "id": "tp_3621" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 452653, + "label": "-", + "classification": { + "B": 5.47319745081154e-10, + "S": 1.127553189705921e-10, + "I": 2.410401407360041e-07, + "C": 1.098337532035032e-09, + "R": 1.137967081676905e-10, + "M": 8.600643042200318e-08, + "O": 5.1961077218720675e-08, + "W": 2.1320610554820263e-10, + "N": 2.0782802145902224e-09, + "Y": 7.995413398020901e-07, + "U": 1.0277259078483869e-11, + "K": 2.0541790490824496e-11, + "L": 3.3180225234019645e-10, + "G": 1.542770178275532e-07, + "F": 6.588797532458557e-06, + "E": 1.3169535861834447e-07, + "T": 2.7222502012591576e-06, + "P": 0.15095464885234833, + "-": 0.8490345478057861 + }, + "id": "tp_3622" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 452753, + "label": "-", + "classification": { + "B": 2.470964318490587e-06, + "S": 1.6933089455051231e-06, + "I": 8.309413533424959e-05, + "C": 4.803325646207668e-05, + "R": 5.661150680680294e-06, + "M": 7.910166459623724e-05, + "O": 3.808722613030113e-05, + "W": 1.98784960048215e-06, + "N": 4.6741097321501e-06, + "Y": 0.000467975449282676, + "U": 1.060300633071165e-06, + "K": 6.843508344900329e-06, + "L": 5.728204541810555e-06, + "G": 0.00025517900940030813, + "F": 0.00633213622495532, + "E": 0.00010139058576896787, + "T": 0.00033870525658130646, + "P": 0.06772122532129288, + "-": 0.9245048761367798 + }, + "id": "tp_3623" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 452886, + "label": "-", + "classification": { + "B": 1.9002489182184945e-07, + "S": 4.148924404034915e-08, + "I": 3.38395984726958e-05, + "C": 5.716325404137024e-07, + "R": 3.790933789105111e-08, + "M": 5.898784820601577e-06, + "O": 1.386640292366792e-06, + "W": 5.694014504342704e-08, + "N": 6.716612119817e-07, + "Y": 8.126992906909436e-05, + "U": 1.0442770204122098e-08, + "K": 8.775202076094502e-08, + "L": 8.992916633587811e-08, + "G": 1.0593437764327973e-05, + "F": 0.000962286489084363, + "E": 0.00010230901534669101, + "T": 2.810400656017009e-05, + "P": 0.1622672826051712, + "-": 0.8365052938461304 + }, + "id": "tp_3624" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 453020, + "label": "-", + "classification": { + "B": 1.3343716409597306e-10, + "S": 9.767612413336124e-11, + "I": 3.2528728155512e-08, + "C": 6.714728217893651e-10, + "R": 1.0478718587281222e-10, + "M": 1.2614394506726967e-07, + "O": 1.721075726379695e-08, + "W": 1.265450938481294e-10, + "N": 1.3633032203141937e-10, + "Y": 5.7935226323024835e-06, + "U": 4.4590416428680335e-12, + "K": 4.468837522253466e-10, + "L": 3.387219948969289e-10, + "G": 5.478476055031933e-07, + "F": 8.922201959649101e-05, + "E": 1.962311699799102e-07, + "T": 9.266391316486988e-07, + "P": 0.0061074523255229, + "-": 0.9937957525253296 + }, + "id": "tp_3625" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 453153, + "label": "-", + "classification": { + "B": 1.0462426303092798e-07, + "S": 1.6127245316965855e-08, + "I": 1.0156608368561137e-05, + "C": 3.8027914150973174e-09, + "R": 1.180812447820756e-09, + "M": 5.445175474960706e-07, + "O": 4.383950624742283e-07, + "W": 8.579454480184268e-09, + "N": 1.7022894382989762e-07, + "Y": 3.239508032493177e-06, + "U": 4.4993825332184656e-10, + "K": 4.753999416351462e-10, + "L": 8.87231532686883e-09, + "G": 5.242740144240088e-07, + "F": 1.4801444194745272e-05, + "E": 4.892747256235452e-06, + "T": 1.1222758985240944e-05, + "P": 0.4866759777069092, + "-": 0.5132778882980347 + }, + "id": "tp_3626" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 453253, + "label": "-", + "classification": { + "B": 5.3953383982729974e-09, + "S": 4.75305750313737e-09, + "I": 1.3321575806912733e-06, + "C": 2.4720583269299823e-07, + "R": 6.298147781080843e-09, + "M": 3.750888879494596e-07, + "O": 2.682017452571017e-07, + "W": 7.101893295669015e-09, + "N": 7.364942433696342e-08, + "Y": 5.732219051424181e-06, + "U": 3.872028919715831e-09, + "K": 5.498138193615887e-07, + "L": 4.968181865905308e-09, + "G": 1.452639253329835e-06, + "F": 0.0012422932777553797, + "E": 9.635661626816727e-06, + "T": 6.792082785977982e-06, + "P": 0.12042837589979172, + "-": 0.8783027529716492 + }, + "id": "tp_3627" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 453387, + "label": "-", + "classification": { + "B": 4.203217940812465e-06, + "S": 2.8737356387864565e-06, + "I": 0.0005340562202036381, + "C": 6.49899520794861e-05, + "R": 1.113004418584751e-05, + "M": 0.00010525335528654978, + "O": 4.723959864350036e-05, + "W": 5.402888746175449e-06, + "N": 4.0727736632106826e-05, + "Y": 0.0022528565023094416, + "U": 5.023804078518879e-06, + "K": 0.00016251789929810911, + "L": 3.997571639047237e-06, + "G": 0.0006918623112142086, + "F": 0.00856123398989439, + "E": 0.0011318500619381666, + "T": 0.0008020069799385965, + "P": 0.14072802662849426, + "-": 0.8448446393013 + }, + "id": "tp_3628" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 453520, + "label": "-", + "classification": { + "B": 6.880309655343808e-08, + "S": 3.435143725027956e-08, + "I": 0.0001903253432828933, + "C": 6.626031336054439e-06, + "R": 4.914869009553513e-07, + "M": 1.0340307198930532e-05, + "O": 4.160597654845333e-06, + "W": 1.0345415546453296e-07, + "N": 1.884216317193932e-06, + "Y": 6.294425838859752e-05, + "U": 1.6172376149370393e-07, + "K": 1.1113357345493569e-08, + "L": 7.77291120357404e-07, + "G": 1.9458446331555024e-05, + "F": 6.26537948846817e-05, + "E": 1.7270476746489294e-05, + "T": 0.00026215723482891917, + "P": 0.2721351981163025, + "-": 0.7272253036499023 + }, + "id": "tp_3629" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 453654, + "label": "-", + "classification": { + "B": 1.3129383660270832e-06, + "S": 8.02749582362594e-06, + "I": 0.0004436266317497939, + "C": 1.8839185941033065e-05, + "R": 5.786566816823324e-06, + "M": 4.036303289467469e-05, + "O": 4.8944042646326125e-05, + "W": 6.4175392253673635e-06, + "N": 6.395004311343655e-05, + "Y": 0.00041557112126611173, + "U": 1.8186946135756443e-06, + "K": 3.2703257602406666e-05, + "L": 1.6246968925770489e-06, + "G": 7.965021359268576e-05, + "F": 0.0023796632885932922, + "E": 0.00020881187811028212, + "T": 0.0005645932396873832, + "P": 0.3639891743659973, + "-": 0.631689190864563 + }, + "id": "tp_3630" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 453754, + "label": "-", + "classification": { + "B": 3.758819477894804e-09, + "S": 1.2824770134756136e-09, + "I": 8.414954777435923e-07, + "C": 9.558120961372651e-10, + "R": 2.02197175669383e-10, + "M": 3.0811358442406345e-07, + "O": 2.1843545994215674e-07, + "W": 6.274469277478545e-10, + "N": 6.094641680221002e-09, + "Y": 1.5947989595588297e-06, + "U": 3.023550160241584e-11, + "K": 3.3020374629044724e-11, + "L": 4.137581388619083e-09, + "G": 9.95159780359245e-07, + "F": 3.080481110373512e-05, + "E": 7.218961286525882e-07, + "T": 4.691677077062195e-06, + "P": 0.1799454241991043, + "-": 0.8200144171714783 + }, + "id": "tp_3631" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 453887, + "label": "-", + "classification": { + "B": 1.4428832173507544e-07, + "S": 1.739957333768416e-08, + "I": 0.001250002533197403, + "C": 1.4843203643977176e-05, + "R": 2.956869593617739e-06, + "M": 5.62718887522351e-05, + "O": 5.004536433261819e-06, + "W": 9.381868437685625e-08, + "N": 1.0873043720494024e-05, + "Y": 0.0007762396708130836, + "U": 1.8657770795016404e-07, + "K": 2.3908299340291705e-07, + "L": 5.254323696135543e-07, + "G": 6.94822083460167e-05, + "F": 0.00017952272901311517, + "E": 0.00031168686109595, + "T": 0.0005023525445722044, + "P": 0.208648219704628, + "-": 0.7881712913513184 + }, + "id": "tp_3632" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 454021, + "label": "-", + "classification": { + "B": 1.705953572850305e-10, + "S": 8.088709146925055e-10, + "I": 9.529262001706229e-07, + "C": 1.3279488086936908e-07, + "R": 4.684371113228281e-09, + "M": 1.3079370830837433e-07, + "O": 8.155875264037604e-08, + "W": 3.371562362630698e-09, + "N": 6.721251111230231e-08, + "Y": 5.1093953516101465e-05, + "U": 7.640333921088427e-10, + "K": 4.203228854748886e-06, + "L": 8.279169017022525e-10, + "G": 7.425336207234068e-06, + "F": 0.007565202657133341, + "E": 2.763455267995596e-05, + "T": 4.7134885790001135e-06, + "P": 0.07935931533575058, + "-": 0.912979006767273 + }, + "id": "tp_3633" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 454154, + "label": "-", + "classification": { + "B": 5.399020665208809e-06, + "S": 1.3786434465146158e-05, + "I": 0.00013057408796157688, + "C": 2.151100488845259e-05, + "R": 3.8331518226186745e-06, + "M": 0.00027078736457042396, + "O": 0.00010228890459984541, + "W": 7.413776984321885e-06, + "N": 2.0488258087425493e-05, + "Y": 0.000994158093817532, + "U": 1.4130749832474976e-06, + "K": 1.6640593457850628e-05, + "L": 7.097744855855126e-06, + "G": 0.00023322523338720202, + "F": 0.008728095330297947, + "E": 0.000309763039695099, + "T": 0.0007972902967594564, + "P": 0.0922023132443428, + "-": 0.8961338996887207 + }, + "id": "tp_3634" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 454254, + "label": "P", + "classification": { + "B": 9.243011049875349e-07, + "S": 1.6826587625473621e-06, + "I": 0.00022004058700986207, + "C": 2.043040694843512e-06, + "R": 2.105174559119405e-07, + "M": 2.1228031982900575e-05, + "O": 1.1369417734385934e-05, + "W": 9.380584060636465e-07, + "N": 2.0414019672898576e-05, + "Y": 4.428020474733785e-05, + "U": 1.0276487927285416e-07, + "K": 7.645169830539089e-07, + "L": 4.729312763629423e-07, + "G": 2.041843799815979e-05, + "F": 0.0010129964211955667, + "E": 0.00024208043760154396, + "T": 7.334248948609456e-05, + "P": 0.6982603669166565, + "-": 0.30006641149520874 + }, + "id": "tp_3635" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 454388, + "label": "P", + "classification": { + "B": 0.00031163959647528827, + "S": 0.00036262115463614464, + "I": 0.016041068360209465, + "C": 0.001092436839826405, + "R": 0.0003908937214873731, + "M": 0.0021479001734405756, + "O": 0.0010538902133703232, + "W": 0.00028388778446242213, + "N": 0.003167439717799425, + "Y": 0.008957059122622013, + "U": 0.0002320222120033577, + "K": 0.000888000475242734, + "L": 0.00023481676180381328, + "G": 0.00252864183858037, + "F": 0.014138367027044296, + "E": 0.009270008653402328, + "T": 0.009173744358122349, + "P": 0.4678945541381836, + "-": 0.46183112263679504 + }, + "id": "tp_3636" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 454521, + "label": "-", + "classification": { + "B": 5.018304705117771e-08, + "S": 9.874888462491072e-08, + "I": 0.0001813209237297997, + "C": 4.32629713031929e-06, + "R": 3.213799857348931e-07, + "M": 9.059763215191197e-06, + "O": 3.6929545785824303e-06, + "W": 1.766517527812539e-07, + "N": 6.964901331230067e-06, + "Y": 8.379625796806067e-05, + "U": 8.005748952655267e-08, + "K": 9.764706874193507e-07, + "L": 1.276502246128075e-07, + "G": 2.1936519260634668e-05, + "F": 0.000539512257091701, + "E": 0.00014956430823076516, + "T": 0.00010103845852427185, + "P": 0.29819244146347046, + "-": 0.7007045149803162 + }, + "id": "tp_3637" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 454655, + "label": "-", + "classification": { + "B": 5.051187144999858e-06, + "S": 2.781570583465509e-05, + "I": 0.0005515326047316194, + "C": 0.00024197158927563578, + "R": 8.36478648125194e-05, + "M": 0.0010167016880586743, + "O": 0.00034483082708902657, + "W": 3.4542244975455105e-05, + "N": 5.392009552451782e-05, + "Y": 0.00448639877140522, + "U": 7.385337539744796e-06, + "K": 4.8672809498384595e-05, + "L": 2.9252341846586205e-05, + "G": 0.0004020222113467753, + "F": 0.006039507687091827, + "E": 0.0005570202483795583, + "T": 0.003249731846153736, + "P": 0.04416322335600853, + "-": 0.9386566877365112 + }, + "id": "tp_3638" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 454755, + "label": "-", + "classification": { + "B": 0.00034263762063346803, + "S": 0.0009547907393425703, + "I": 0.006193308159708977, + "C": 0.002233535284176469, + "R": 0.0008076417725533247, + "M": 0.006138837896287441, + "O": 0.003037037095054984, + "W": 0.00044617868843488395, + "N": 0.0013778448337689042, + "Y": 0.017799029126763344, + "U": 0.0002050910406978801, + "K": 0.0007393790874630213, + "L": 0.0007647436577826738, + "G": 0.008635561913251877, + "F": 0.04603981599211693, + "E": 0.004759831819683313, + "T": 0.015636535361409187, + "P": 0.1640298217535019, + "-": 0.7198584079742432 + }, + "id": "tp_3639" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 454888, + "label": "P", + "classification": { + "B": 7.174798497544543e-07, + "S": 6.947367836573903e-08, + "I": 7.293486851267517e-05, + "C": 1.5787982192705385e-06, + "R": 9.130157252457138e-08, + "M": 1.2945200069225393e-05, + "O": 3.3499873097753152e-06, + "W": 9.481249207965448e-08, + "N": 1.8948993556477944e-06, + "Y": 1.1423816431488376e-05, + "U": 4.0849414517651894e-08, + "K": 2.6965178534510414e-08, + "L": 2.9307255999810877e-07, + "G": 3.540713805705309e-05, + "F": 0.0002884231216739863, + "E": 7.151054160203785e-05, + "T": 3.785193257499486e-05, + "P": 0.6647962927818298, + "-": 0.33466508984565735 + }, + "id": "tp_3640" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 455022, + "label": "-", + "classification": { + "B": 1.643318682909012e-05, + "S": 5.441409939521691e-06, + "I": 0.0004531707090791315, + "C": 2.22254511754727e-05, + "R": 2.074410531349713e-06, + "M": 8.882951078703627e-05, + "O": 3.582402496249415e-05, + "W": 3.1898441648081644e-06, + "N": 3.99071941501461e-05, + "Y": 0.00037805124884471297, + "U": 1.8078013681588345e-06, + "K": 1.0827781807165593e-05, + "L": 4.795656877831789e-06, + "G": 0.0002634011907503009, + "F": 0.003219598438590765, + "E": 0.0013729853089898825, + "T": 0.00039111910155043006, + "P": 0.4862123131752014, + "-": 0.5074780583381653 + }, + "id": "tp_3641" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 455155, + "label": "P", + "classification": { + "B": 9.446085300623963e-07, + "S": 6.690642067042063e-07, + "I": 0.0005049326573498547, + "C": 1.083883034880273e-05, + "R": 5.508029516931856e-07, + "M": 3.706033021444455e-05, + "O": 5.937631613051053e-06, + "W": 7.26531766304106e-07, + "N": 2.4359589588129893e-05, + "Y": 9.174366277875379e-05, + "U": 4.502842898546078e-07, + "K": 1.4316857459562016e-06, + "L": 7.720934718236094e-07, + "G": 3.4796303225448355e-05, + "F": 0.0007741232984699309, + "E": 0.000765000528190285, + "T": 0.00011905856808880344, + "P": 0.7896536588668823, + "-": 0.2079729288816452 + }, + "id": "tp_3642" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 455255, + "label": "-", + "classification": { + "B": 6.556430207638186e-07, + "S": 1.8360057651989337e-07, + "I": 0.00032858570921234787, + "C": 1.770186281646602e-05, + "R": 1.5349951354437508e-06, + "M": 0.00011917536176042631, + "O": 1.473574957344681e-05, + "W": 3.7680726450162183e-07, + "N": 7.066676971589914e-06, + "Y": 0.0003963426570408046, + "U": 2.532852079184522e-07, + "K": 4.7452991225327423e-07, + "L": 1.7130495280071045e-06, + "G": 0.00020571990171447396, + "F": 0.0008898620726540685, + "E": 0.00031466243672184646, + "T": 0.0004769852675963193, + "P": 0.1592887043952942, + "-": 0.837935209274292 + }, + "id": "tp_3643" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 455389, + "label": "-", + "classification": { + "B": 1.515433905296959e-05, + "S": 6.484889581770403e-06, + "I": 0.00020113540813326836, + "C": 1.2593774044944439e-05, + "R": 2.2443132365879137e-06, + "M": 9.535084973322228e-05, + "O": 4.835284926230088e-05, + "W": 2.919093958553276e-06, + "N": 1.629573671380058e-05, + "Y": 0.0002557114639785141, + "U": 5.050819709140342e-07, + "K": 2.893652208513231e-06, + "L": 6.339508217934053e-06, + "G": 0.00035692297387868166, + "F": 0.009486216120421886, + "E": 0.0006479882868006825, + "T": 0.000334613403538242, + "P": 0.31497007608413696, + "-": 0.6735381484031677 + }, + "id": "tp_3644" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 455522, + "label": "P", + "classification": { + "B": 0.0005118940025568008, + "S": 0.00026721664471551776, + "I": 0.02618589997291565, + "C": 0.0012184386141598225, + "R": 0.000286838854663074, + "M": 0.0014409628929570317, + "O": 0.0004421313351485878, + "W": 0.000269860727712512, + "N": 0.015233062207698822, + "Y": 0.0025679138489067554, + "U": 0.00017618118727114052, + "K": 0.005488245282322168, + "L": 0.00010091409058077261, + "G": 0.009682719595730305, + "F": 0.010571924969553947, + "E": 0.29331985116004944, + "T": 0.0018207966350018978, + "P": 0.5958550572395325, + "-": 0.034560106694698334 + }, + "id": "tp_3645" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 455656, + "label": "-", + "classification": { + "B": 4.588784577208571e-06, + "S": 1.1875944210260059e-06, + "I": 0.000817714084405452, + "C": 6.463961472036317e-05, + "R": 4.194404937152285e-06, + "M": 9.353656059829518e-05, + "O": 3.1811039661988616e-05, + "W": 1.2313840898059425e-06, + "N": 3.392305734450929e-05, + "Y": 0.00037380491266958416, + "U": 5.644906764246116e-07, + "K": 1.764306944096461e-06, + "L": 2.475933570167399e-06, + "G": 0.00033945226459763944, + "F": 0.0017780226189643145, + "E": 0.0008134308154694736, + "T": 0.00014953514619264752, + "P": 0.4747099280357361, + "-": 0.520778238773346 + }, + "id": "tp_3646" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 455756, + "label": "-", + "classification": { + "B": 4.1916331383617944e-07, + "S": 2.9424187530935342e-08, + "I": 2.625375827847165e-06, + "C": 1.568968286846939e-06, + "R": 1.6796211355085688e-07, + "M": 4.7623952923459e-06, + "O": 3.6951528272766154e-06, + "W": 2.0925172705688055e-08, + "N": 4.428143896006986e-08, + "Y": 2.0793591829715297e-05, + "U": 2.6418152110352366e-09, + "K": 1.3646109797704753e-09, + "L": 4.228446357501525e-07, + "G": 3.969084718846716e-05, + "F": 0.0006259205983951688, + "E": 1.926300456034369e-06, + "T": 4.444698060979135e-05, + "P": 0.02762407809495926, + "-": 0.97162926197052 + }, + "id": "tp_3647" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 455889, + "label": "P", + "classification": { + "B": 6.283148934471683e-08, + "S": 1.415267973925438e-07, + "I": 4.203462594887242e-05, + "C": 5.234392688180378e-07, + "R": 5.2435527919669767e-08, + "M": 2.506503733457066e-06, + "O": 1.3922166317570372e-06, + "W": 8.10207296808585e-08, + "N": 3.0037913347769063e-06, + "Y": 7.133399049052969e-05, + "U": 7.050314820844505e-08, + "K": 2.0939387468388304e-06, + "L": 4.722909707766121e-08, + "G": 1.5065867046359926e-05, + "F": 0.0009467190247960389, + "E": 8.402400999329984e-05, + "T": 7.171398465288803e-05, + "P": 0.5672865509986877, + "-": 0.4314725697040558 + }, + "id": "tp_3648" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 456023, + "label": "-", + "classification": { + "B": 0.00013329392822925001, + "S": 2.8657545044552535e-05, + "I": 0.00688472855836153, + "C": 0.0013425425859168172, + "R": 0.00017070370086003095, + "M": 0.0019523954251781106, + "O": 0.00042884095455519855, + "W": 5.1348186389077455e-05, + "N": 0.0005633090622723103, + "Y": 0.0077803777530789375, + "U": 7.169427408371121e-05, + "K": 0.0003529578971210867, + "L": 0.00011158036068081856, + "G": 0.0066009205766022205, + "F": 0.011301987804472446, + "E": 0.012647553347051144, + "T": 0.002837124280631542, + "P": 0.33488544821739197, + "-": 0.6118544936180115 + }, + "id": "tp_3649" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 456156, + "label": "-", + "classification": { + "B": 1.1101923519163392e-05, + "S": 5.897176833968842e-06, + "I": 0.0016953842714428902, + "C": 8.294828148791566e-05, + "R": 1.8981934772455133e-05, + "M": 0.0002079100231640041, + "O": 7.806051871739328e-05, + "W": 8.284538125735708e-06, + "N": 9.415294334758073e-05, + "Y": 0.0014370183926075697, + "U": 4.802333478437504e-06, + "K": 1.1221889508306049e-05, + "L": 1.1835882105515338e-05, + "G": 0.00047080832882784307, + "F": 0.002930145477876067, + "E": 0.0010347471106797457, + "T": 0.0013176942011341453, + "P": 0.39939233660697937, + "-": 0.5911866426467896 + }, + "id": "tp_3650" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 456256, + "label": "-", + "classification": { + "B": 8.054717781647014e-09, + "S": 3.749106303185812e-10, + "I": 2.8430290512915235e-06, + "C": 3.759321032248408e-08, + "R": 1.7485157766117254e-09, + "M": 1.868600776333551e-07, + "O": 6.908662442128843e-08, + "W": 6.473132030393458e-10, + "N": 4.8006022268509696e-08, + "Y": 6.943565040273825e-06, + "U": 8.706165788296971e-10, + "K": 7.716506544852564e-09, + "L": 2.3913011570897424e-09, + "G": 2.942048240583972e-06, + "F": 9.294720803154632e-05, + "E": 8.313094440381974e-06, + "T": 3.942651801480679e-06, + "P": 0.3970871865749359, + "-": 0.6027944684028625 + }, + "id": "tp_3651" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 456390, + "label": "-", + "classification": { + "B": 2.1209292810908664e-07, + "S": 2.42214696299925e-07, + "I": 1.114505994337378e-05, + "C": 3.3159028589579975e-07, + "R": 6.918289585655657e-08, + "M": 1.4299217582447454e-05, + "O": 1.2442108527466189e-05, + "W": 1.3579072799529968e-07, + "N": 3.8927836953916994e-07, + "Y": 6.720184319419786e-05, + "U": 1.595846477187024e-08, + "K": 4.3604302391031524e-09, + "L": 6.698920742564951e-07, + "G": 1.5073513168317731e-05, + "F": 0.00011026183346984908, + "E": 2.7418755053076893e-06, + "T": 0.00032133638160303235, + "P": 0.0717650055885315, + "-": 0.9276782870292664 + }, + "id": "tp_3652" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 456523, + "label": "-", + "classification": { + "B": 7.04782287357375e-05, + "S": 9.862937440630049e-05, + "I": 0.0026774154976010323, + "C": 0.0006375492666848004, + "R": 0.00012069938384229317, + "M": 0.0014915084466338158, + "O": 0.0005813013412989676, + "W": 5.363787568057887e-05, + "N": 0.00033110560616478324, + "Y": 0.005393664818257093, + "U": 5.105316449771635e-05, + "K": 4.890318086836487e-05, + "L": 0.00020783762738574296, + "G": 0.0019285371527075768, + "F": 0.017501860857009888, + "E": 0.0020599665585905313, + "T": 0.00496595399454236, + "P": 0.24088796973228455, + "-": 0.7208919525146484 + }, + "id": "tp_3653" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 456657, + "label": "-", + "classification": { + "B": 1.5625324749635183e-06, + "S": 8.913389137887862e-07, + "I": 0.00016201827384065837, + "C": 1.4945984730729833e-05, + "R": 2.265039711346617e-06, + "M": 5.643332042382099e-05, + "O": 2.27330547204474e-05, + "W": 5.954211133030185e-07, + "N": 9.925248377840035e-06, + "Y": 0.0006703345570713282, + "U": 2.731412962475588e-07, + "K": 7.182044100773055e-06, + "L": 1.568896436765499e-06, + "G": 0.000475796201499179, + "F": 0.00804332084953785, + "E": 0.0005723936483263969, + "T": 0.00025868776720017195, + "P": 0.17309866845607758, + "-": 0.8166004419326782 + }, + "id": "tp_3654" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 456757, + "label": "-", + "classification": { + "B": 6.102530278440099e-06, + "S": 1.4619027979279053e-06, + "I": 0.00012888408673461527, + "C": 1.773587428033352e-05, + "R": 1.3271646821522154e-06, + "M": 0.00016037604655139148, + "O": 2.4129047233145684e-05, + "W": 1.0576438853604486e-06, + "N": 6.204906185303116e-06, + "Y": 0.0005548487533815205, + "U": 3.374004222678195e-07, + "K": 1.2245972129676375e-06, + "L": 4.793124844582053e-06, + "G": 0.0002821187081281096, + "F": 0.008710939437150955, + "E": 0.0004943644162267447, + "T": 0.00027190547552891076, + "P": 0.15532520413398743, + "-": 0.8340069651603699 + }, + "id": "tp_3655" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 456890, + "label": "-", + "classification": { + "B": 2.9116684618912814e-09, + "S": 1.3894098094269225e-09, + "I": 1.3850674349669134e-06, + "C": 5.6433268724731533e-08, + "R": 2.5430924033287283e-09, + "M": 5.366549089558248e-07, + "O": 1.3187616332288599e-07, + "W": 1.048375608547758e-09, + "N": 2.8825601461335282e-08, + "Y": 1.18698226287961e-05, + "U": 6.285237330594384e-10, + "K": 3.3108762398370573e-09, + "L": 5.190204266369847e-09, + "G": 1.741138248689822e-06, + "F": 0.00024873955408111215, + "E": 4.617798367689829e-06, + "T": 1.6033442079788074e-05, + "P": 0.10947370529174805, + "-": 0.8902411460876465 + }, + "id": "tp_3656" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 457024, + "label": "-", + "classification": { + "B": 9.204844673149637e-07, + "S": 2.1905677840550197e-06, + "I": 0.00012365759175736457, + "C": 9.735006642586086e-06, + "R": 2.730649612203706e-06, + "M": 8.629234071122482e-05, + "O": 3.1395928090205416e-05, + "W": 1.45557999076118e-06, + "N": 9.663523087510839e-06, + "Y": 0.0018248909618705511, + "U": 7.118918006199237e-07, + "K": 5.200645773584256e-06, + "L": 2.7590303943725303e-06, + "G": 0.00022262295533437282, + "F": 0.005406251642853022, + "E": 0.00014104548608884215, + "T": 0.000816500629298389, + "P": 0.1158936396241188, + "-": 0.8754182457923889 + }, + "id": "tp_3657" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 457157, + "label": "-", + "classification": { + "B": 1.2566025997529096e-10, + "S": 2.344653637909033e-10, + "I": 3.144723450532183e-07, + "C": 2.0130018540953643e-08, + "R": 1.701699225975517e-09, + "M": 3.085181390360958e-07, + "O": 7.483746600200902e-08, + "W": 2.0244818321746294e-10, + "N": 1.767089252702192e-09, + "Y": 5.956165750831133e-06, + "U": 6.106719296905538e-11, + "K": 1.2228098741906557e-11, + "L": 3.5773952689055477e-09, + "G": 3.985962564456713e-07, + "F": 1.546574458188843e-05, + "E": 3.793779157490462e-08, + "T": 1.709128810034599e-05, + "P": 0.023355968296527863, + "-": 0.9766044020652771 + }, + "id": "tp_3658" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 457257, + "label": "-", + "classification": { + "B": 1.0460865269124042e-05, + "S": 5.968401637801435e-06, + "I": 0.0003478845756035298, + "C": 2.4751672754064202e-05, + "R": 6.73440626997035e-06, + "M": 0.00046529772225767374, + "O": 0.000108454427390825, + "W": 6.3553488871548325e-06, + "N": 2.009496711252723e-05, + "Y": 0.0011606430634856224, + "U": 1.3929475244367495e-06, + "K": 2.8957967970200116e-06, + "L": 1.8670771169126965e-05, + "G": 0.0004231738857924938, + "F": 0.004740771371871233, + "E": 0.000465182849438861, + "T": 0.001052721869200468, + "P": 0.23256482183933258, + "-": 0.7585737109184265 + }, + "id": "tp_3659" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 457391, + "label": "-", + "classification": { + "B": 6.579928140126867e-06, + "S": 2.2472586636013148e-07, + "I": 5.729034455725923e-05, + "C": 4.809697202290408e-06, + "R": 7.720691996837559e-07, + "M": 5.6791894166963175e-05, + "O": 3.224746251362376e-05, + "W": 5.307588821779063e-07, + "N": 6.426851655305654e-07, + "Y": 5.6760381994536147e-05, + "U": 2.9222739783563156e-08, + "K": 3.779098811662607e-09, + "L": 6.382827450579498e-06, + "G": 0.00010106027184519917, + "F": 0.00038160596159286797, + "E": 4.036749669467099e-05, + "T": 6.598658364964649e-05, + "P": 0.13553974032402039, + "-": 0.8636481165885925 + }, + "id": "tp_3660" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 457524, + "label": "-", + "classification": { + "B": 1.5088765394466463e-05, + "S": 2.6910679480351973e-06, + "I": 1.858489849837497e-05, + "C": 6.584298262168886e-06, + "R": 1.8008935285251937e-06, + "M": 3.0441447961493395e-05, + "O": 5.086881355964579e-05, + "W": 1.624221454221697e-06, + "N": 5.448877118396922e-07, + "Y": 0.00010357127757743001, + "U": 5.304216799117967e-08, + "K": 2.1400051508635443e-08, + "L": 1.054906806530198e-05, + "G": 0.00010189099702984095, + "F": 0.0012847265461459756, + "E": 1.559773772896733e-05, + "T": 0.00011905030260095373, + "P": 0.04191825911402702, + "-": 0.9563179612159729 + }, + "id": "tp_3661" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 457658, + "label": "-", + "classification": { + "B": 5.891988763551126e-08, + "S": 1.3290318179315364e-07, + "I": 6.491571548394859e-05, + "C": 3.327996410007472e-06, + "R": 4.978836614100146e-07, + "M": 7.935799658298492e-06, + "O": 6.9437778620340396e-06, + "W": 2.822428939452948e-07, + "N": 5.1883635023841634e-06, + "Y": 0.00015733706823084503, + "U": 1.102709106248767e-07, + "K": 5.81950371270068e-06, + "L": 1.5174373402260244e-07, + "G": 3.085089338128455e-05, + "F": 0.002989010652527213, + "E": 7.556238415418193e-05, + "T": 8.399676153203472e-05, + "P": 0.1316746026277542, + "-": 0.8648931980133057 + }, + "id": "tp_3662" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 457758, + "label": "P", + "classification": { + "B": 1.6381559362343978e-06, + "S": 3.7426966059683764e-07, + "I": 0.00019293985678814352, + "C": 2.9353170702961506e-06, + "R": 1.696906650749952e-07, + "M": 3.2934051432675915e-06, + "O": 1.923944864756777e-06, + "W": 1.7754399550540256e-07, + "N": 1.46861893881578e-05, + "Y": 1.7561686036060564e-05, + "U": 1.567836847016224e-07, + "K": 1.8510719712594437e-07, + "L": 2.869614093015116e-07, + "G": 1.9069068002863787e-05, + "F": 0.00017636163101997226, + "E": 9.922310709953308e-05, + "T": 3.511317845550366e-05, + "P": 0.9286439418792725, + "-": 0.07078997790813446 + }, + "id": "tp_3663" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 457891, + "label": "-", + "classification": { + "B": 1.036883895721985e-05, + "S": 3.96040195482783e-06, + "I": 0.00012988699018023908, + "C": 2.149135252693668e-05, + "R": 5.928140581090702e-06, + "M": 5.7773315347731113e-05, + "O": 3.993300924776122e-05, + "W": 3.6137812458036933e-06, + "N": 1.1585601896513253e-05, + "Y": 0.000686075771227479, + "U": 1.3827293514623307e-06, + "K": 9.684010365162976e-06, + "L": 4.1485222936898936e-06, + "G": 0.0002347617846680805, + "F": 0.005354475229978561, + "E": 0.0001978588115889579, + "T": 0.00041832239367067814, + "P": 0.24265091121196747, + "-": 0.7501577734947205 + }, + "id": "tp_3664" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 458025, + "label": "-", + "classification": { + "B": 5.663672482114634e-07, + "S": 3.96542993996718e-08, + "I": 1.8856298993341625e-05, + "C": 1.1302433904347708e-06, + "R": 4.896683094557375e-07, + "M": 1.3906734238844365e-05, + "O": 4.141686076764017e-06, + "W": 4.3646863900903554e-08, + "N": 1.8780099253490334e-07, + "Y": 0.00017840659711509943, + "U": 1.1218959983239074e-08, + "K": 8.979507803985598e-09, + "L": 4.971565203959472e-07, + "G": 8.949689072323963e-05, + "F": 0.000413124798797071, + "E": 1.6033549400162883e-05, + "T": 0.00010469365952303633, + "P": 0.07319261878728867, + "-": 0.9259657263755798 + }, + "id": "tp_3665" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 458158, + "label": "-", + "classification": { + "B": 7.422610792673368e-08, + "S": 8.47328323061447e-08, + "I": 2.0237750959495315e-06, + "C": 1.3483955285664706e-07, + "R": 4.777567141900363e-08, + "M": 7.055550213408424e-06, + "O": 3.990425284428056e-06, + "W": 3.344707977248618e-08, + "N": 7.361000342598345e-08, + "Y": 3.238509816583246e-05, + "U": 3.9338847734882165e-09, + "K": 3.974528706152114e-09, + "L": 1.3619798266972793e-07, + "G": 5.7897896112990566e-06, + "F": 0.00013144653348717839, + "E": 1.7575504216438276e-06, + "T": 0.00015770274330861866, + "P": 0.040926892310380936, + "-": 0.9587302803993225 + }, + "id": "tp_3666" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 458258, + "label": "-", + "classification": { + "B": 6.753151637894916e-07, + "S": 1.6389552683904185e-06, + "I": 0.00029288927908055484, + "C": 6.705526902806014e-05, + "R": 1.5575620636809617e-05, + "M": 0.0002229110978078097, + "O": 3.808681503869593e-05, + "W": 2.8588110581040382e-06, + "N": 1.2377130587992724e-05, + "Y": 0.003797510638833046, + "U": 2.2159272248245543e-06, + "K": 1.9369093934074044e-05, + "L": 4.6536570152966306e-06, + "G": 0.00026237056590616703, + "F": 0.0037305173464119434, + "E": 0.00012972476542927325, + "T": 0.0019034076249226928, + "P": 0.03427926450967789, + "-": 0.9552169442176819 + }, + "id": "tp_3667" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 458392, + "label": "-", + "classification": { + "B": 8.238288273787475e-08, + "S": 4.508306616912705e-08, + "I": 8.035796099647996e-07, + "C": 2.9000807089119007e-08, + "R": 1.304804886359534e-08, + "M": 3.7594480090774596e-05, + "O": 7.15933128958568e-06, + "W": 2.094594897528168e-08, + "N": 7.123809098175116e-09, + "Y": 1.5341238395194523e-05, + "U": 4.811940290672112e-10, + "K": 8.82148729064447e-11, + "L": 6.707554121021531e-07, + "G": 5.535653599508805e-06, + "F": 9.001046419143677e-05, + "E": 1.0063586159958504e-06, + "T": 7.881030614953488e-05, + "P": 0.005980873014777899, + "-": 0.9937819838523865 + }, + "id": "tp_3668" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 458525, + "label": "-", + "classification": { + "B": 2.4420071440545144e-06, + "S": 9.482697350904346e-06, + "I": 0.0001261021534446627, + "C": 7.437558815581724e-05, + "R": 1.4213143913366366e-05, + "M": 0.0005040104733780026, + "O": 0.000122113706311211, + "W": 7.645612640772015e-06, + "N": 2.0913137632305734e-05, + "Y": 0.003581158583983779, + "U": 3.310147803858854e-06, + "K": 4.868477481068112e-05, + "L": 1.814775896491483e-05, + "G": 0.0004924675449728966, + "F": 0.0166829451918602, + "E": 0.0005120080313645303, + "T": 0.0029647452756762505, + "P": 0.06099465861916542, + "-": 0.9138205051422119 + }, + "id": "tp_3669" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 458625, + "label": "-", + "classification": { + "B": 1.896279355761976e-09, + "S": 2.016574018881556e-09, + "I": 1.96058369539287e-08, + "C": 7.21736004294371e-09, + "R": 2.569074064595611e-09, + "M": 5.167993549548555e-06, + "O": 4.62943006596106e-07, + "W": 5.847715089934979e-10, + "N": 9.14184422606823e-11, + "Y": 2.6361554773757234e-05, + "U": 2.2444712755032015e-11, + "K": 1.4778049660726933e-12, + "L": 1.3708029200643068e-07, + "G": 2.829219056366128e-06, + "F": 8.554578380426392e-05, + "E": 2.4135795584356856e-08, + "T": 3.3531629014760256e-05, + "P": 0.0016904596704989672, + "-": 0.998155415058136 + }, + "id": "tp_3670" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 458759, + "label": "-", + "classification": { + "B": 1.2443247214832809e-06, + "S": 1.575496639816265e-07, + "I": 2.6571717626211466e-07, + "C": 2.6292106269920623e-08, + "R": 7.392119805160746e-09, + "M": 1.045196654558822e-06, + "O": 4.04878483095672e-06, + "W": 7.825634185110175e-08, + "N": 1.5707730227632055e-08, + "Y": 1.3533611308957916e-05, + "U": 1.3123242492696363e-09, + "K": 2.549547017949294e-09, + "L": 2.2441986402554903e-07, + "G": 3.843811555270804e-06, + "F": 0.001546759158372879, + "E": 1.0767058711280697e-06, + "T": 1.2514372428995557e-05, + "P": 0.02531840279698372, + "-": 0.9730967879295349 + }, + "id": "tp_3671" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 458892, + "label": "-", + "classification": { + "B": 2.2860362150822766e-05, + "S": 1.2501024684752338e-05, + "I": 5.983765731798485e-05, + "C": 7.99579283921048e-05, + "R": 2.134393434971571e-05, + "M": 0.0016691345954313874, + "O": 0.0002573496021796018, + "W": 5.690383204637328e-06, + "N": 2.4151445359166246e-06, + "Y": 0.0014048005687072873, + "U": 5.026112717132492e-07, + "K": 1.1801547117329392e-07, + "L": 9.305548155680299e-05, + "G": 0.0006575764855369925, + "F": 0.002088279463350773, + "E": 5.024138590670191e-05, + "T": 0.004228336736559868, + "P": 0.012185248546302319, + "-": 0.9771608114242554 + }, + "id": "tp_3672" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 459026, + "label": "-", + "classification": { + "B": 5.4738421795264e-07, + "S": 4.289996624606829e-08, + "I": 2.3221160461162071e-07, + "C": 2.4353710159630282e-08, + "R": 3.7001821606708063e-09, + "M": 4.9192099140782375e-06, + "O": 1.9437238734099083e-06, + "W": 1.4047476071255005e-08, + "N": 8.818798136189798e-09, + "Y": 1.3805359230900649e-05, + "U": 2.5888441390620187e-10, + "K": 3.4090017475563172e-09, + "L": 3.7454292112215626e-08, + "G": 4.819584319193382e-06, + "F": 0.00017815416504163295, + "E": 3.3931298730749404e-06, + "T": 1.1036937394237611e-05, + "P": 0.01448171865195036, + "-": 0.9852993488311768 + }, + "id": "tp_3673" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 459126, + "label": "-", + "classification": { + "B": 7.239462433972221e-07, + "S": 1.1611287845880724e-05, + "I": 2.6350500775151886e-05, + "C": 5.389381476561539e-05, + "R": 2.284731817780994e-05, + "M": 0.0011764179216697812, + "O": 0.0001294067915296182, + "W": 3.4537511055532377e-06, + "N": 1.5721575437055435e-06, + "Y": 0.006240510381758213, + "U": 1.5508115325246763e-07, + "K": 3.412257456147927e-06, + "L": 3.0029284971533343e-05, + "G": 0.0009076148853637278, + "F": 0.02786407805979252, + "E": 5.761563079431653e-05, + "T": 0.005088136997073889, + "P": 0.004379245452582836, + "-": 0.9540030360221863 + }, + "id": "tp_3674" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 459259, + "label": "-", + "classification": { + "B": 6.431053378719298e-08, + "S": 8.588384048380249e-08, + "I": 5.938494359725155e-05, + "C": 1.1776426617871039e-05, + "R": 9.4593713129143e-07, + "M": 3.624935925472528e-05, + "O": 5.015273018216249e-06, + "W": 1.2982154373730737e-07, + "N": 1.5570855111946003e-06, + "Y": 0.00038391142152249813, + "U": 9.439874304462137e-08, + "K": 5.108796585773234e-07, + "L": 3.8793535850345506e-07, + "G": 4.0328013710677624e-05, + "F": 0.0005438448861241341, + "E": 3.713228215929121e-05, + "T": 0.0003540218167472631, + "P": 0.03602176159620285, + "-": 0.9625028371810913 + }, + "id": "tp_3675" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 459393, + "label": "-", + "classification": { + "B": 1.3102716689417093e-09, + "S": 3.931165615256305e-09, + "I": 7.368384444816911e-07, + "C": 7.950997371608537e-08, + "R": 3.244128965462778e-09, + "M": 1.1297946684862836e-06, + "O": 1.558237414656105e-07, + "W": 1.5275736231501469e-09, + "N": 1.901623036815181e-08, + "Y": 1.5522069588769227e-05, + "U": 3.670815873491051e-10, + "K": 1.2592956899482033e-08, + "L": 3.6003051651078977e-09, + "G": 7.048753332128399e-07, + "F": 0.0003402233123779297, + "E": 1.509613753114536e-06, + "T": 1.4899153029546142e-05, + "P": 0.02805390954017639, + "-": 0.9715710878372192 + }, + "id": "tp_3676" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 459526, + "label": "-", + "classification": { + "B": 7.367665233459775e-08, + "S": 1.4576977491742582e-07, + "I": 1.0750410183391068e-05, + "C": 5.003869318898069e-06, + "R": 1.7091148265535594e-06, + "M": 5.574508395511657e-05, + "O": 1.4481109246844426e-05, + "W": 2.2516455544518976e-07, + "N": 2.6506992867325607e-07, + "Y": 0.0007493774173781276, + "U": 7.261981238571025e-08, + "K": 1.4451156005179655e-07, + "L": 1.8134447827833355e-06, + "G": 6.214242603164166e-05, + "F": 0.0015235469909384847, + "E": 3.7246431929816026e-06, + "T": 0.0005094063235446811, + "P": 0.0068868305534124374, + "-": 0.9901745319366455 + }, + "id": "tp_3677" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 459626, + "label": "-", + "classification": { + "B": 5.3859177534532066e-11, + "S": 1.7609259883588635e-10, + "I": 1.107786751219919e-09, + "C": 1.2878485604328471e-11, + "R": 3.955321313531268e-12, + "M": 1.558861839612291e-07, + "O": 4.0939127643468964e-08, + "W": 2.0867911565414232e-11, + "N": 1.92071857550713e-12, + "Y": 1.5909361650301435e-07, + "U": 1.6103565082434788e-14, + "K": 4.079438575951746e-15, + "L": 9.947671575361028e-10, + "G": 3.4848117280716906e-08, + "F": 9.41966845857678e-06, + "E": 5.841034322884298e-10, + "T": 5.47922468285833e-07, + "P": 0.0011721234768629074, + "-": 0.998817503452301 + }, + "id": "tp_3678" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 459760, + "label": "-", + "classification": { + "B": 1.4532751668738797e-09, + "S": 2.067479520917459e-09, + "I": 1.2301308061068994e-07, + "C": 1.7660797269059003e-09, + "R": 9.141925411126905e-11, + "M": 9.681017445473117e-07, + "O": 1.0948796358434265e-07, + "W": 2.660280606914256e-10, + "N": 2.220223560556178e-09, + "Y": 4.277220796211623e-06, + "U": 2.261758315358353e-11, + "K": 1.9492528424702726e-10, + "L": 1.2267694637912996e-09, + "G": 3.86790901529821e-07, + "F": 2.903568383771926e-05, + "E": 2.569873629454378e-07, + "T": 1.4136214304016903e-05, + "P": 0.019938262179493904, + "-": 0.9800124764442444 + }, + "id": "tp_3679" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 459893, + "label": "-", + "classification": { + "B": 2.007638277845558e-09, + "S": 7.359866882605814e-11, + "I": 1.1919824771666754e-07, + "C": 1.364148349836114e-09, + "R": 1.9161980335802298e-10, + "M": 3.244010713387979e-06, + "O": 1.1759728124616231e-07, + "W": 4.1915422521743295e-11, + "N": 1.0392704752337778e-10, + "Y": 3.544662831700407e-06, + "U": 1.1742238041276276e-12, + "K": 5.816597610465088e-14, + "L": 1.2077002509158774e-08, + "G": 1.2493244412326021e-06, + "F": 3.2137875223270385e-06, + "E": 8.045344657148235e-08, + "T": 7.491909400414443e-06, + "P": 0.005250931717455387, + "-": 0.9947299957275391 + }, + "id": "tp_3680" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 460027, + "label": "-", + "classification": { + "B": 3.0354315185832093e-06, + "S": 7.094498641890823e-07, + "I": 3.163781002513133e-06, + "C": 3.179835630362504e-07, + "R": 2.890388373089081e-08, + "M": 3.318339440738782e-05, + "O": 2.2465215806732886e-05, + "W": 2.7387594059291587e-07, + "N": 2.1838415875663486e-07, + "Y": 1.3089668755128514e-05, + "U": 5.655488077849213e-09, + "K": 9.561533786950349e-09, + "L": 1.0323389005861827e-06, + "G": 1.3480317647918127e-05, + "F": 0.0006052437238395214, + "E": 2.361320730415173e-05, + "T": 3.3224081562366337e-05, + "P": 0.06606349349021912, + "-": 0.9331834316253662 + }, + "id": "tp_3681" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 460127, + "label": "-", + "classification": { + "B": 9.191454708457059e-09, + "S": 4.614710696904112e-11, + "I": 8.97048153092328e-07, + "C": 3.9482222291553626e-07, + "R": 1.0654202853288552e-08, + "M": 3.436553697611089e-06, + "O": 1.297281926326832e-07, + "W": 2.1310631037607664e-10, + "N": 9.66614566166868e-10, + "Y": 7.203260338428663e-06, + "U": 2.646370345082971e-10, + "K": 4.736822392659157e-11, + "L": 3.932763803504713e-08, + "G": 9.442734153708443e-06, + "F": 2.5032033590832725e-05, + "E": 3.7865828517169575e-07, + "T": 1.34978990899981e-05, + "P": 0.007698892615735531, + "-": 0.9922405481338501 + }, + "id": "tp_3682" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 460260, + "label": "-", + "classification": { + "B": 7.463693552089978e-10, + "S": 1.2940828408858351e-09, + "I": 4.622268079401692e-06, + "C": 6.569764536834555e-07, + "R": 5.239333944473401e-08, + "M": 1.5695429738116218e-06, + "O": 3.7161248656047974e-07, + "W": 3.6812710657585512e-09, + "N": 8.577634247330934e-08, + "Y": 6.633831799263135e-05, + "U": 4.251583529679692e-09, + "K": 1.5845775180878263e-07, + "L": 6.72708777571529e-09, + "G": 4.914188139082398e-06, + "F": 0.0004329532675910741, + "E": 4.475507921597455e-06, + "T": 3.72311296814587e-05, + "P": 0.023257801309227943, + "-": 0.9761886596679688 + }, + "id": "tp_3683" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 460394, + "label": "-", + "classification": { + "B": 1.9404664541866623e-09, + "S": 1.169143254431404e-10, + "I": 1.826032530516386e-06, + "C": 1.2667533688670574e-08, + "R": 1.5553058840822587e-09, + "M": 2.3001213378393004e-07, + "O": 1.0183781284922588e-07, + "W": 2.590011538572412e-10, + "N": 4.3480081757252265e-09, + "Y": 3.2160507998924004e-06, + "U": 4.614709656070026e-11, + "K": 2.454557824355108e-12, + "L": 4.052480129246305e-09, + "G": 5.89468754697009e-07, + "F": 3.182601631124271e-06, + "E": 2.0338262629593373e-07, + "T": 7.546178949269233e-06, + "P": 0.11095508933067322, + "-": 0.889028012752533 + }, + "id": "tp_3684" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 460527, + "label": "-", + "classification": { + "B": 4.150701715843752e-05, + "S": 3.2833966542966664e-05, + "I": 0.006723489612340927, + "C": 0.0018238415941596031, + "R": 0.0002461106050759554, + "M": 0.003966009244322777, + "O": 0.00043009157525375485, + "W": 7.277756958501413e-05, + "N": 0.0004178578674327582, + "Y": 0.0036980409640818834, + "U": 5.063270509708673e-05, + "K": 4.535029802354984e-05, + "L": 0.00019261777924839407, + "G": 0.0013726515462622046, + "F": 0.011148612014949322, + "E": 0.006575800012797117, + "T": 0.0048470329493284225, + "P": 0.34259504079818726, + "-": 0.6157197952270508 + }, + "id": "tp_3685" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 460627, + "label": "-", + "classification": { + "B": 2.182192292821128e-05, + "S": 2.403444523224607e-05, + "I": 0.0031249807216227055, + "C": 0.0007681801216676831, + "R": 0.00025717279640957713, + "M": 0.0022750473581254482, + "O": 0.00059017218882218, + "W": 3.819420453510247e-05, + "N": 0.0001539304357720539, + "Y": 0.004789713770151138, + "U": 3.429824209888466e-05, + "K": 1.0950360774586443e-05, + "L": 0.00022052858548704535, + "G": 0.0014576232060790062, + "F": 0.003303548553958535, + "E": 0.0007864550570957363, + "T": 0.009569081477820873, + "P": 0.13986214995384216, + "-": 0.8327121138572693 + }, + "id": "tp_3686" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 460761, + "label": "-", + "classification": { + "B": 4.086041227591153e-10, + "S": 1.7348408820616612e-10, + "I": 1.8942369024443906e-06, + "C": 4.179976187401735e-08, + "R": 4.8754893455793535e-09, + "M": 2.74803937827528e-07, + "O": 9.987349613993501e-08, + "W": 4.804983633199811e-10, + "N": 1.160786222698107e-08, + "Y": 1.158162922365591e-05, + "U": 3.5266833897651395e-10, + "K": 1.0926890503526465e-09, + "L": 2.449745739596665e-09, + "G": 1.5013785059636575e-06, + "F": 3.52627866959665e-05, + "E": 3.6442395412450423e-07, + "T": 1.1960875781369396e-05, + "P": 0.03927626088261604, + "-": 0.9606606364250183 + }, + "id": "tp_3687" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 460894, + "label": "-", + "classification": { + "B": 1.0499600477942295e-07, + "S": 1.6105529354604187e-08, + "I": 3.1424094686371973e-06, + "C": 1.3271758234623121e-06, + "R": 1.0461659627480913e-07, + "M": 1.306421199842589e-05, + "O": 9.587939757693675e-07, + "W": 1.0505965875040602e-08, + "N": 2.812732979862176e-08, + "Y": 9.048076753970236e-05, + "U": 1.6098395949626365e-09, + "K": 1.839821450744239e-08, + "L": 1.1143326617002458e-07, + "G": 5.366475670598447e-05, + "F": 0.0016555546317249537, + "E": 7.747364179522265e-06, + "T": 2.86200283881044e-05, + "P": 0.01864943839609623, + "-": 0.9794955849647522 + }, + "id": "tp_3688" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 461028, + "label": "-", + "classification": { + "B": 1.3395953146755346e-06, + "S": 7.608727514707425e-07, + "I": 2.380257319600787e-05, + "C": 2.456165020703338e-06, + "R": 2.3162637319273927e-07, + "M": 1.0967278285534121e-05, + "O": 5.164740287000313e-06, + "W": 4.874989372183336e-07, + "N": 2.71852968580788e-06, + "Y": 0.00015844240260776132, + "U": 1.4767854850106232e-07, + "K": 8.48632407723926e-06, + "L": 2.9745328333774523e-07, + "G": 6.199595372891054e-05, + "F": 0.007954203523695469, + "E": 0.0002761920914053917, + "T": 9.879375284072012e-05, + "P": 0.1683523803949356, + "-": 0.8230411410331726 + }, + "id": "tp_3689" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 461128, + "label": "-", + "classification": { + "B": 1.2923584336022031e-07, + "S": 2.533150755823499e-08, + "I": 3.3073585655074567e-05, + "C": 1.5585184200972435e-06, + "R": 1.3936184473095636e-07, + "M": 3.2627519885863876e-06, + "O": 1.3003630101593444e-06, + "W": 7.538310597965392e-08, + "N": 8.651379062030173e-07, + "Y": 0.00017601915169507265, + "U": 7.083802699980879e-08, + "K": 1.2693500366367516e-06, + "L": 8.400455442370003e-08, + "G": 2.8716722226818092e-05, + "F": 0.0006999449105933309, + "E": 3.344392462167889e-05, + "T": 6.953508272999898e-05, + "P": 0.13878393173217773, + "-": 0.8601665496826172 + }, + "id": "tp_3690" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 461261, + "label": "-", + "classification": { + "B": 3.107140855718171e-07, + "S": 6.828975642747537e-07, + "I": 0.00010939857747871429, + "C": 1.0301876500307117e-05, + "R": 2.7827870781038655e-06, + "M": 3.084248965024017e-05, + "O": 1.813784911064431e-05, + "W": 7.68114375659934e-07, + "N": 5.310522738000145e-06, + "Y": 0.0005351538420654833, + "U": 5.200068358135468e-07, + "K": 1.1051167803088902e-06, + "L": 1.3514564898287063e-06, + "G": 4.2962536099366844e-05, + "F": 0.0014549848856404424, + "E": 4.876378079643473e-05, + "T": 0.0006420942954719067, + "P": 0.1235891804099083, + "-": 0.8735052347183228 + }, + "id": "tp_3691" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 461395, + "label": "-", + "classification": { + "B": 2.252281592518557e-05, + "S": 6.9300399445637595e-06, + "I": 0.0021756445057690144, + "C": 0.00016419714665971696, + "R": 1.7908390873344615e-05, + "M": 0.0007380793103948236, + "O": 7.056100002955645e-05, + "W": 4.8419910854136106e-06, + "N": 9.52280533965677e-05, + "Y": 0.0024129857774823904, + "U": 3.737852466656477e-06, + "K": 3.3828619052655995e-05, + "L": 1.3121515621605795e-05, + "G": 0.0017967281164601445, + "F": 0.00733474176377058, + "E": 0.003919754642993212, + "T": 0.0015599419130012393, + "P": 0.3404676616191864, + "-": 0.6391615271568298 + }, + "id": "tp_3692" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 461528, + "label": "-", + "classification": { + "B": 1.4884794836689252e-06, + "S": 9.677696652943268e-07, + "I": 0.00041316935676150024, + "C": 1.7718250092002563e-05, + "R": 4.2031188058899716e-06, + "M": 0.00014217848365660757, + "O": 3.948700032196939e-05, + "W": 1.5659512655474828e-06, + "N": 3.503749758237973e-05, + "Y": 0.0007194900535978377, + "U": 1.72991178715165e-06, + "K": 2.5866094802040607e-05, + "L": 2.0176901216473198e-06, + "G": 0.0002485418226569891, + "F": 0.0016972387675195932, + "E": 0.0004588825104292482, + "T": 0.000854217098094523, + "P": 0.20395663380622864, + "-": 0.7913795113563538 + }, + "id": "tp_3693" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 461628, + "label": "-", + "classification": { + "B": 1.7060315901412833e-14, + "S": 4.1761316220455605e-15, + "I": 8.72241301408394e-09, + "C": 1.239582880785406e-10, + "R": 4.25524112473985e-12, + "M": 4.984060386625799e-10, + "O": 7.601869134177264e-11, + "W": 4.1396854883911025e-14, + "N": 5.8313874562454515e-12, + "Y": 9.301271575168357e-08, + "U": 6.642660054824445e-14, + "K": 4.331409905224126e-13, + "L": 5.736806971308461e-13, + "G": 5.115996959403901e-09, + "F": 3.840195859083906e-07, + "E": 2.1320751830700146e-09, + "T": 1.1569947133693859e-07, + "P": 0.0115863848477602, + "-": 0.9884130358695984 + }, + "id": "tp_3694" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 461762, + "label": "-", + "classification": { + "B": 2.083073923131451e-06, + "S": 2.7420742299000267e-06, + "I": 0.004259082954376936, + "C": 0.00024993816623464227, + "R": 6.647696864092723e-05, + "M": 0.001960389083251357, + "O": 0.00013509408745449036, + "W": 3.233055167584098e-06, + "N": 6.907554779900238e-05, + "Y": 0.022279804572463036, + "U": 2.799379899443011e-06, + "K": 4.011319106211886e-06, + "L": 2.1175703295739368e-05, + "G": 0.0021055717952549458, + "F": 0.0010731565998867154, + "E": 0.0006245063850656152, + "T": 0.014582713134586811, + "P": 0.05568068474531174, + "-": 0.8968774676322937 + }, + "id": "tp_3695" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 461895, + "label": "-", + "classification": { + "B": 9.202293682619711e-08, + "S": 1.329740939581825e-07, + "I": 1.6926174794207327e-05, + "C": 1.132256215896632e-06, + "R": 1.1898233509555212e-07, + "M": 2.689509756237385e-06, + "O": 2.4642627067805734e-06, + "W": 2.0302229586377507e-07, + "N": 1.1992060535703786e-06, + "Y": 5.2912488172296435e-05, + "U": 7.145965241761587e-08, + "K": 1.9004737623617984e-06, + "L": 9.457426841663619e-08, + "G": 9.28903045860352e-06, + "F": 0.002258754801005125, + "E": 4.077393896295689e-05, + "T": 3.657333581941202e-05, + "P": 0.24897398054599762, + "-": 0.7486006617546082 + }, + "id": "tp_3696" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 462029, + "label": "-", + "classification": { + "B": 7.295547561625426e-07, + "S": 5.5813462296328e-08, + "I": 3.0344866900122724e-05, + "C": 2.5174670099659124e-06, + "R": 2.904850475715648e-07, + "M": 8.085534318524878e-06, + "O": 6.689553629257716e-06, + "W": 1.3619188621305511e-07, + "N": 8.996692599794187e-07, + "Y": 7.363581244135275e-05, + "U": 1.1784785414192811e-07, + "K": 7.676027991010415e-08, + "L": 4.5132122750146664e-07, + "G": 2.3632674128748477e-05, + "F": 0.0001702135195955634, + "E": 2.7100497391074896e-05, + "T": 0.00012738934310618788, + "P": 0.12240293622016907, + "-": 0.8771247267723083 + }, + "id": "tp_3697" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 462129, + "label": "-", + "classification": { + "B": 1.2681384760071523e-06, + "S": 1.1430347512941808e-07, + "I": 0.00027221583877690136, + "C": 1.1091348824265879e-05, + "R": 2.4996775209729094e-06, + "M": 3.483338878140785e-05, + "O": 8.247627192758955e-06, + "W": 1.843669679146842e-07, + "N": 3.4546117149147904e-06, + "Y": 0.0005093094659969211, + "U": 2.516476911296195e-07, + "K": 1.4357166264744592e-06, + "L": 2.083191930069006e-06, + "G": 0.0005013335030525923, + "F": 0.0027910717763006687, + "E": 0.00027330967714078724, + "T": 0.0003540859033819288, + "P": 0.15219861268997192, + "-": 0.843034565448761 + }, + "id": "tp_3698" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 462262, + "label": "-", + "classification": { + "B": 2.2298712876178683e-10, + "S": 6.998640555977431e-10, + "I": 1.2247965059941635e-05, + "C": 7.240410013764631e-07, + "R": 5.9115553341371196e-08, + "M": 1.3446865523292217e-06, + "O": 2.8143023200755124e-07, + "W": 2.29626340164657e-09, + "N": 1.6078287501386512e-07, + "Y": 5.330309068085626e-05, + "U": 3.291372951963467e-09, + "K": 1.2693899975602108e-07, + "L": 8.241685556242828e-09, + "G": 8.766241080593318e-06, + "F": 0.00030498794512823224, + "E": 8.885059287422337e-06, + "T": 2.1036943508079275e-05, + "P": 0.06478259712457657, + "-": 0.9348055124282837 + }, + "id": "tp_3699" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 462396, + "label": "P", + "classification": { + "B": 3.769213385851344e-09, + "S": 4.1725187194252555e-10, + "I": 6.625151581829414e-05, + "C": 1.045976816271832e-08, + "R": 1.6086859622177485e-10, + "M": 2.3250170499977685e-07, + "O": 7.90474441458855e-09, + "W": 1.6365113431060507e-10, + "N": 2.2291061441137572e-07, + "Y": 5.247540684649721e-06, + "U": 8.751881858115595e-11, + "K": 7.404625523843578e-11, + "L": 6.580464506633632e-10, + "G": 5.310816959536169e-07, + "F": 1.8372755903328652e-06, + "E": 1.8265356629854068e-05, + "T": 3.426971034059534e-06, + "P": 0.967948317527771, + "-": 0.03195565566420555 + }, + "id": "tp_3700" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 462529, + "label": "P", + "classification": { + "B": 1.272926741791025e-08, + "S": 7.374631394441167e-08, + "I": 0.0011523084249347448, + "C": 2.1880548217723117e-07, + "R": 1.612503552905764e-08, + "M": 8.060646337071375e-07, + "O": 1.7016829190197313e-07, + "W": 1.6380093725842926e-08, + "N": 6.710981688229367e-05, + "Y": 1.0016986379923765e-05, + "U": 9.834370651162772e-09, + "K": 1.5733995724076522e-06, + "L": 2.750682126517745e-09, + "G": 1.5573663176837726e-06, + "F": 3.3517157135065645e-05, + "E": 0.0003003565943799913, + "T": 1.1053553862439003e-05, + "P": 0.9801321625709534, + "-": 0.018289105966687202 + }, + "id": "tp_3701" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 462629, + "label": "P", + "classification": { + "B": 1.013744395095273e-06, + "S": 1.0821329254895318e-07, + "I": 0.001705064787529409, + "C": 3.6846930015599355e-05, + "R": 6.665419505225145e-07, + "M": 2.7655536541715264e-05, + "O": 1.6620039104964235e-06, + "W": 1.4649526747234631e-07, + "N": 7.181830005720258e-05, + "Y": 5.911540210945532e-05, + "U": 2.3978810759217595e-07, + "K": 1.853611365731922e-06, + "L": 2.1024359853072383e-07, + "G": 9.001626312965527e-05, + "F": 0.00031759723788127303, + "E": 0.005856755189597607, + "T": 2.3783268261468038e-05, + "P": 0.9199745655059814, + "-": 0.07183083891868591 + }, + "id": "tp_3702" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 462763, + "label": "P", + "classification": { + "B": 1.0088977830946533e-07, + "S": 8.467654311061779e-08, + "I": 0.0004436708695720881, + "C": 2.2285621525952592e-06, + "R": 1.2415561911893747e-07, + "M": 5.193712695472641e-06, + "O": 9.123837685365288e-07, + "W": 1.4711581286519504e-07, + "N": 3.87935469916556e-05, + "Y": 4.7468653065152466e-05, + "U": 1.302593517493733e-07, + "K": 4.0098686440614983e-05, + "L": 3.7529076735154376e-08, + "G": 2.0897472495562397e-05, + "F": 0.0008738930919207633, + "E": 0.0034126052632927895, + "T": 1.885646088339854e-05, + "P": 0.9039146304130554, + "-": 0.0911802425980568 + }, + "id": "tp_3703" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 462896, + "label": "P", + "classification": { + "B": 2.0892753127554897e-07, + "S": 1.4691633509755775e-07, + "I": 9.356234659207985e-05, + "C": 3.248415225698409e-07, + "R": 2.0885831730765858e-08, + "M": 1.4923598428140394e-06, + "O": 6.501289817606448e-07, + "W": 1.5695805188897793e-07, + "N": 1.0807165381265804e-05, + "Y": 1.1087489838246256e-05, + "U": 1.3029951162479847e-07, + "K": 2.4814203243295196e-06, + "L": 2.8799119533573503e-08, + "G": 5.309962034516502e-06, + "F": 0.00019047586829401553, + "E": 0.00040537273162044585, + "T": 2.961102654808201e-05, + "P": 0.8889245986938477, + "-": 0.11032359302043915 + }, + "id": "tp_3704" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 463030, + "label": "P", + "classification": { + "B": 7.416555831696314e-07, + "S": 2.564173371411016e-07, + "I": 0.0006943463231436908, + "C": 3.0713779324287316e-06, + "R": 3.526027967382106e-07, + "M": 1.0826222023752052e-05, + "O": 3.1555775876768166e-06, + "W": 3.2066355970528093e-07, + "N": 4.133781112614088e-05, + "Y": 2.1047146219643764e-05, + "U": 1.4785078406021057e-07, + "K": 1.6153597925949725e-06, + "L": 2.004004926448033e-07, + "G": 3.5616769309854135e-05, + "F": 0.0004624783468898386, + "E": 0.0008741835481487215, + "T": 2.8233820557943545e-05, + "P": 0.9376631379127502, + "-": 0.06015901640057564 + }, + "id": "tp_3705" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 463130, + "label": "P", + "classification": { + "B": 2.1842852526710033e-10, + "S": 1.0125411620265368e-10, + "I": 7.525651744799688e-05, + "C": 2.839846331426088e-07, + "R": 8.42762215569337e-09, + "M": 4.889544698016834e-07, + "O": 3.790283997773258e-08, + "W": 3.592030284327308e-10, + "N": 1.9975195186816563e-07, + "Y": 2.2000749595463276e-05, + "U": 1.954540418402928e-10, + "K": 6.475731617605618e-10, + "L": 8.232878823122292e-10, + "G": 1.5127779988688417e-06, + "F": 9.598280485079158e-06, + "E": 2.027734080911614e-05, + "T": 7.315118637052365e-06, + "P": 0.5042404532432556, + "-": 0.49562254548072815 + }, + "id": "tp_3706" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 463263, + "label": "P", + "classification": { + "B": 1.1408496902731713e-06, + "S": 1.5510095181525685e-06, + "I": 0.000930187467020005, + "C": 2.7180235520063434e-06, + "R": 1.0665810350474203e-06, + "M": 2.2980690118856728e-05, + "O": 1.3490776836988516e-05, + "W": 1.066019649442751e-06, + "N": 0.00010281145659973845, + "Y": 2.1102652681292966e-05, + "U": 2.5730329866746615e-07, + "K": 4.476829417399131e-06, + "L": 3.614056538481236e-07, + "G": 8.077724487520754e-05, + "F": 0.0008768726838752627, + "E": 0.0008968631736934185, + "T": 5.2720948588103056e-05, + "P": 0.928117573261261, + "-": 0.06887190043926239 + }, + "id": "tp_3707" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 463397, + "label": "-", + "classification": { + "B": 4.559901753964368e-07, + "S": 1.4985001826062216e-06, + "I": 0.00011803316010627896, + "C": 1.9824394712486537e-06, + "R": 2.9577907412203785e-07, + "M": 4.1856586904032156e-05, + "O": 1.3156874956621323e-05, + "W": 5.810684911011776e-07, + "N": 6.289541943260701e-06, + "Y": 0.00011132776126032695, + "U": 8.796605754923803e-08, + "K": 9.381328709423542e-07, + "L": 9.050183393810585e-07, + "G": 4.2816427594516426e-05, + "F": 0.004897566977888346, + "E": 0.000133348919916898, + "T": 0.0001673229126026854, + "P": 0.22601233422756195, + "-": 0.7684492468833923 + }, + "id": "tp_3708" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 463530, + "label": "P", + "classification": { + "B": 3.777073800392827e-07, + "S": 1.1269663957591547e-07, + "I": 6.477208808064461e-05, + "C": 9.244768648386525e-07, + "R": 8.13529155152537e-08, + "M": 1.2823393262806349e-06, + "O": 1.8304695004189853e-06, + "W": 1.9796331685029145e-07, + "N": 4.503987383941421e-06, + "Y": 7.583793376397807e-06, + "U": 4.2630006191757275e-08, + "K": 1.0723612575702646e-07, + "L": 7.165169790823711e-08, + "G": 4.691474714491051e-06, + "F": 0.00019780697766691446, + "E": 4.390379399410449e-05, + "T": 1.886627978819888e-05, + "P": 0.8456119894981384, + "-": 0.1540408581495285 + }, + "id": "tp_3709" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 463630, + "label": "-", + "classification": { + "B": 3.175456772530616e-11, + "S": 9.535235795388175e-11, + "I": 7.76735305407783e-07, + "C": 2.97873175014729e-08, + "R": 1.1168257429972073e-09, + "M": 5.135284908419635e-08, + "O": 6.97535007532224e-09, + "W": 7.85690193461086e-11, + "N": 2.3724751940790156e-08, + "Y": 1.0583256880636327e-05, + "U": 5.3437965857883185e-11, + "K": 8.727760558713271e-08, + "L": 3.191991809758932e-11, + "G": 8.459296623186674e-07, + "F": 0.0005329737323336303, + "E": 1.6309370039380156e-05, + "T": 8.41302039589209e-07, + "P": 0.2285563200712204, + "-": 0.770881175994873 + }, + "id": "tp_3710" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 463764, + "label": "P", + "classification": { + "B": 5.064864083692555e-09, + "S": 1.1594594728769891e-10, + "I": 3.9602913602720946e-05, + "C": 6.282156306269826e-08, + "R": 2.671909360429936e-09, + "M": 7.727195452389424e-07, + "O": 3.427164685376738e-08, + "W": 1.7844191402272003e-10, + "N": 2.1307663189418236e-07, + "Y": 8.819791219139006e-06, + "U": 3.847092366893179e-10, + "K": 5.111512879629743e-10, + "L": 3.1098554842401427e-09, + "G": 3.95740107705933e-06, + "F": 1.0260528142680414e-05, + "E": 3.800117701757699e-05, + "T": 3.990946879639523e-06, + "P": 0.8591503500938416, + "-": 0.1407439112663269 + }, + "id": "tp_3711" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 463897, + "label": "P", + "classification": { + "B": 2.6263066721377015e-10, + "S": 3.483009158866679e-10, + "I": 5.2709569899889175e-06, + "C": 1.4184747598733338e-08, + "R": 4.486891413968408e-10, + "M": 1.2842484409247845e-07, + "O": 4.9716778249830895e-08, + "W": 5.411656123222031e-10, + "N": 5.9117098771821475e-08, + "Y": 1.3149160622560885e-06, + "U": 2.1026186347583575e-10, + "K": 3.473124843278441e-10, + "L": 9.062006145477142e-10, + "G": 3.391846803424414e-07, + "F": 1.2734137271763757e-05, + "E": 1.354482719762018e-06, + "T": 5.869057076779427e-06, + "P": 0.5596964955329895, + "-": 0.44027629494667053 + }, + "id": "tp_3712" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 464031, + "label": "P", + "classification": { + "B": 3.206556964396867e-10, + "S": 1.0755887500102368e-11, + "I": 2.3075765057001263e-05, + "C": 5.647451573054241e-08, + "R": 8.562683340151978e-10, + "M": 7.34106535560386e-08, + "O": 5.496187949205478e-09, + "W": 6.867666851873011e-11, + "N": 6.415239539592221e-08, + "Y": 2.1652788291248726e-06, + "U": 1.5691606347623122e-10, + "K": 3.200519849144712e-10, + "L": 2.7618426989839406e-10, + "G": 4.5463212927643326e-07, + "F": 4.329469902586425e-06, + "E": 9.29403176996857e-06, + "T": 1.0566703849690384e-06, + "P": 0.7960840463638306, + "-": 0.2038753479719162 + }, + "id": "tp_3713" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 464131, + "label": "-", + "classification": { + "B": 2.0210019421873504e-11, + "S": 3.838978787640279e-11, + "I": 5.169607675270527e-07, + "C": 1.7273512620263887e-09, + "R": 9.30966900791752e-11, + "M": 9.178850568503094e-09, + "O": 1.2593255327431052e-08, + "W": 3.204235834997071e-11, + "N": 2.7313273864848497e-09, + "Y": 1.5350858006968338e-07, + "U": 4.854606733967204e-12, + "K": 5.2920363403929915e-12, + "L": 1.597604964986843e-10, + "G": 5.427587268513889e-08, + "F": 1.0158545592275914e-05, + "E": 5.5400235510205675e-08, + "T": 6.814237849539495e-07, + "P": 0.3590410053730011, + "-": 0.6409473419189453 + }, + "id": "tp_3714" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 464264, + "label": "P", + "classification": { + "B": 4.690313559763126e-08, + "S": 1.3763934703092673e-07, + "I": 0.00018847612955141813, + "C": 1.0448361535964068e-06, + "R": 6.724999224161365e-08, + "M": 7.1513900365971494e-06, + "O": 7.570034767923062e-07, + "W": 7.790281841835167e-08, + "N": 9.846346074482426e-06, + "Y": 1.7174052118207328e-05, + "U": 2.2139081679029005e-08, + "K": 2.6483760962037195e-07, + "L": 3.6418420279460406e-08, + "G": 6.025819857313763e-06, + "F": 0.00013145487173460424, + "E": 0.0001581653777975589, + "T": 3.901937452610582e-05, + "P": 0.9138385057449341, + "-": 0.08560171723365784 + }, + "id": "tp_3715" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 464398, + "label": "-", + "classification": { + "B": 1.078245261965094e-07, + "S": 1.349402651840137e-07, + "I": 0.00013592166942544281, + "C": 4.203236585453851e-06, + "R": 3.1439489589502045e-07, + "M": 3.12846532324329e-05, + "O": 5.3389230743050575e-06, + "W": 2.2811610733697307e-07, + "N": 3.1550819130643504e-06, + "Y": 0.00021227011166047305, + "U": 1.3928350028891145e-07, + "K": 6.340167146845488e-07, + "L": 3.907531720415136e-07, + "G": 3.9364294934784994e-05, + "F": 0.0004526852862909436, + "E": 6.588312680833042e-05, + "T": 0.00029719722806476057, + "P": 0.22476111352443695, + "-": 0.7739896178245544 + }, + "id": "tp_3716" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 464531, + "label": "-", + "classification": { + "B": 1.1037070812847105e-08, + "S": 7.007488278532037e-08, + "I": 2.9468392312992364e-06, + "C": 1.9352393110239063e-07, + "R": 1.3601461290591033e-08, + "M": 1.5089931366674136e-06, + "O": 1.0582682534732157e-06, + "W": 2.4394742226263588e-08, + "N": 3.531520746946626e-07, + "Y": 4.0129507397068664e-05, + "U": 1.0265546190879604e-09, + "K": 1.0891520787481568e-06, + "L": 1.5721916213351506e-08, + "G": 5.746247188653797e-05, + "F": 0.03347308561205864, + "E": 0.00018836063100025058, + "T": 1.700775646895636e-05, + "P": 0.17219017446041107, + "-": 0.7940264940261841 + }, + "id": "tp_3717" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 464631, + "label": "-", + "classification": { + "B": 0.0001127529249060899, + "S": 2.5858218577923253e-05, + "I": 0.002903884509578347, + "C": 0.00013139552902430296, + "R": 1.6529715139768086e-05, + "M": 0.0011828315909951925, + "O": 0.00029959966195747256, + "W": 1.9317989426781423e-05, + "N": 0.00023666945344302803, + "Y": 0.0015259755309671164, + "U": 8.126939974317793e-06, + "K": 5.093397703603841e-06, + "L": 5.385461918194778e-05, + "G": 0.0010479358024895191, + "F": 0.0014948800671845675, + "E": 0.003374688792973757, + "T": 0.0019064355874434114, + "P": 0.41637685894966125, + "-": 0.5692773461341858 + }, + "id": "tp_3718" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 464765, + "label": "-", + "classification": { + "B": 1.375664123770548e-05, + "S": 8.833041533762298e-07, + "I": 0.00018626613018568605, + "C": 8.2643227869994e-06, + "R": 7.918333153611457e-07, + "M": 0.0002458969538565725, + "O": 2.9358669053181075e-05, + "W": 4.387941032746312e-07, + "N": 3.0102407890808536e-06, + "Y": 0.0001049041748046875, + "U": 7.60714300440668e-08, + "K": 1.7689245623841998e-09, + "L": 1.2604026778717525e-05, + "G": 0.00011479868408059701, + "F": 0.0001229206973221153, + "E": 7.906109385658056e-05, + "T": 0.0003890345396939665, + "P": 0.42192307114601135, + "-": 0.5767648220062256 + }, + "id": "tp_3719" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 464898, + "label": "-", + "classification": { + "B": 6.845205007266486e-07, + "S": 5.966654725853004e-08, + "I": 3.9952868974069133e-05, + "C": 1.6144996379807708e-06, + "R": 6.275450914472458e-08, + "M": 9.664243407314643e-06, + "O": 2.54866336035775e-06, + "W": 1.4036255890914617e-07, + "N": 2.1939799808023963e-06, + "Y": 3.990481127402745e-05, + "U": 3.867173958838066e-08, + "K": 8.273698881566816e-07, + "L": 9.078863882905353e-08, + "G": 4.017550600110553e-05, + "F": 0.0008214461850002408, + "E": 0.00028752736398018897, + "T": 3.499788363114931e-05, + "P": 0.4364511966705322, + "-": 0.5622669458389282 + }, + "id": "tp_3720" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 465032, + "label": "-", + "classification": { + "B": 0.00014673435362055898, + "S": 1.1467732292658184e-05, + "I": 0.0007253511575981975, + "C": 2.839707121893298e-05, + "R": 1.0470038432686124e-05, + "M": 0.00028528872644528747, + "O": 0.0002999653515871614, + "W": 2.5953584554372355e-05, + "N": 4.0369155613007024e-05, + "Y": 0.0002897117519751191, + "U": 4.362497293186607e-06, + "K": 2.4346597911062418e-06, + "L": 5.159163993084803e-05, + "G": 0.0004510674043558538, + "F": 0.0023059009108692408, + "E": 0.000784501782618463, + "T": 0.0005890402244403958, + "P": 0.2984103262424469, + "-": 0.6955370306968689 + }, + "id": "tp_3721" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 465132, + "label": "P", + "classification": { + "B": 5.037148184783291e-06, + "S": 1.1309522278679651e-06, + "I": 0.0012403751024976373, + "C": 3.5485762055031955e-05, + "R": 4.814954536414007e-06, + "M": 0.00023423654783982784, + "O": 2.339313505217433e-05, + "W": 1.0356745860917727e-06, + "N": 4.740493022836745e-05, + "Y": 0.001065522083081305, + "U": 1.3316930562723428e-06, + "K": 2.120850922437967e-06, + "L": 5.625532594422111e-06, + "G": 0.0003719487867783755, + "F": 0.0013879055622965097, + "E": 0.001706434297375381, + "T": 0.0006711155874654651, + "P": 0.5558459162712097, + "-": 0.4373490810394287 + }, + "id": "tp_3722" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 465265, + "label": "P", + "classification": { + "B": 6.13922622960672e-07, + "S": 2.131170617758471e-07, + "I": 3.548479435266927e-05, + "C": 1.391259303318293e-07, + "R": 8.864757816695601e-09, + "M": 7.155697858252097e-06, + "O": 1.2726524118988891e-06, + "W": 4.691312938120973e-08, + "N": 2.142244738934096e-06, + "Y": 1.2131343282817397e-05, + "U": 4.649939544520976e-09, + "K": 8.884804003628233e-08, + "L": 5.2562267427447296e-08, + "G": 7.83365157985827e-06, + "F": 0.0007336052367463708, + "E": 0.00031245133141055703, + "T": 7.2692982939770445e-06, + "P": 0.8089858293533325, + "-": 0.1898936927318573 + }, + "id": "tp_3723" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 465399, + "label": "-", + "classification": { + "B": 3.72337740373041e-06, + "S": 2.3209415758174146e-06, + "I": 1.304219949815888e-05, + "C": 3.6941324651706964e-05, + "R": 1.2693411008513067e-05, + "M": 0.00039194535929709673, + "O": 0.00015889409405644983, + "W": 2.158880988645251e-06, + "N": 3.6016126614413224e-07, + "Y": 0.0009032983216457069, + "U": 1.204121389264401e-07, + "K": 7.969792648054863e-08, + "L": 3.816856406047009e-05, + "G": 0.00039328448474407196, + "F": 0.0018596677109599113, + "E": 1.2716698620351963e-05, + "T": 0.0006945552304387093, + "P": 0.005307455081492662, + "-": 0.9901684522628784 + }, + "id": "tp_3724" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 465532, + "label": "-", + "classification": { + "B": 4.6078203013166785e-05, + "S": 3.694142651511356e-05, + "I": 0.0010742733720690012, + "C": 0.00015381169214379042, + "R": 3.744927380466834e-05, + "M": 0.002216396853327751, + "O": 0.00034353279625065625, + "W": 2.6821409846888855e-05, + "N": 0.00010179137461818755, + "Y": 0.008020669221878052, + "U": 1.3929966371506453e-05, + "K": 5.641421375912614e-05, + "L": 7.546845881734043e-05, + "G": 0.0017314585857093334, + "F": 0.00999471079558134, + "E": 0.0020356217864900827, + "T": 0.006935941055417061, + "P": 0.10438699275255203, + "-": 0.8627116680145264 + }, + "id": "tp_3725" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 465632, + "label": "-", + "classification": { + "B": 1.0976355042657815e-05, + "S": 1.6797008584035211e-06, + "I": 0.0002637211000546813, + "C": 7.402428309433162e-06, + "R": 2.2925705707166344e-06, + "M": 0.000608503760304302, + "O": 0.00010790606029331684, + "W": 3.2640477911627386e-06, + "N": 6.259162546484731e-06, + "Y": 0.0013920729979872704, + "U": 5.060021521785529e-07, + "K": 2.414425921415386e-07, + "L": 1.1295033800706733e-05, + "G": 0.00014398626808542758, + "F": 0.00018133808043785393, + "E": 0.00023061333922669291, + "T": 0.0023561986163258553, + "P": 0.05514019727706909, + "-": 0.9395315051078796 + }, + "id": "tp_3726" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 465766, + "label": "-", + "classification": { + "B": 8.829172293189913e-05, + "S": 6.68693928673747e-06, + "I": 8.12489161035046e-05, + "C": 2.774339463940123e-06, + "R": 6.715810059176874e-07, + "M": 0.00015492341481149197, + "O": 7.495758472941816e-05, + "W": 1.8981158973474521e-06, + "N": 3.8753037188143935e-06, + "Y": 0.000247049902100116, + "U": 1.3599542114661745e-07, + "K": 1.5303636757835193e-07, + "L": 1.4355940948007628e-05, + "G": 0.0004800097376573831, + "F": 0.0018324198899790645, + "E": 0.0004375613934826106, + "T": 0.00029756699223071337, + "P": 0.1803392469882965, + "-": 0.8159360885620117 + }, + "id": "tp_3727" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 465899, + "label": "-", + "classification": { + "B": 9.651046184444567e-07, + "S": 3.211061425645312e-07, + "I": 0.002224024385213852, + "C": 0.00011725463264156133, + "R": 1.4294704669737257e-05, + "M": 0.0001412824058206752, + "O": 1.6540010619792156e-05, + "W": 1.324438471783651e-06, + "N": 4.1676383261801675e-05, + "Y": 0.003027147613465786, + "U": 2.0462700831558323e-06, + "K": 1.2197699106764048e-05, + "L": 2.046527470156434e-06, + "G": 0.00032856411417014897, + "F": 0.0009182972135022283, + "E": 0.001812891336157918, + "T": 0.0008199338335543871, + "P": 0.22748135030269623, + "-": 0.7630378603935242 + }, + "id": "tp_3728" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 466033, + "label": "-", + "classification": { + "B": 7.036819624772761e-06, + "S": 2.071373728540493e-06, + "I": 3.442393790464848e-05, + "C": 9.026566658576485e-06, + "R": 2.8183069389342563e-06, + "M": 0.0008666161447763443, + "O": 6.707114516757429e-05, + "W": 1.0829322718564072e-06, + "N": 9.113231840274238e-07, + "Y": 0.001564288861118257, + "U": 1.6071533082140377e-07, + "K": 1.8337085805342213e-07, + "L": 2.0458568542380817e-05, + "G": 0.0005973230581730604, + "F": 0.0024486577603965998, + "E": 5.724438597098924e-05, + "T": 0.0015669697895646095, + "P": 0.02524471841752529, + "-": 0.9675089120864868 + }, + "id": "tp_3729" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 466133, + "label": "-", + "classification": { + "B": 7.055008244272187e-10, + "S": 3.631323020059085e-10, + "I": 3.286159966364721e-08, + "C": 3.35378729232616e-08, + "R": 8.174685373063539e-10, + "M": 4.595385235006688e-06, + "O": 1.1114391895716835e-07, + "W": 1.546224676074459e-10, + "N": 2.541297727809422e-10, + "Y": 2.8240724532224704e-06, + "U": 2.35906849610501e-11, + "K": 1.4515126947611812e-11, + "L": 2.141496047158853e-08, + "G": 8.095024099930015e-07, + "F": 3.143848880426958e-05, + "E": 1.6420023030150332e-07, + "T": 3.70920606656e-05, + "P": 0.0021255810279399157, + "-": 0.9977973699569702 + }, + "id": "tp_3730" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 466266, + "label": "-", + "classification": { + "B": 2.164590114261955e-06, + "S": 4.915287945550517e-07, + "I": 1.2896791758976178e-06, + "C": 1.8226946849608794e-06, + "R": 2.05697730848442e-07, + "M": 4.23348719778005e-05, + "O": 1.1038467164325994e-05, + "W": 1.7727619194829458e-07, + "N": 7.96275969605631e-08, + "Y": 0.0002264872018713504, + "U": 3.5818117360975066e-09, + "K": 3.2763372814770264e-07, + "L": 1.9921712919312995e-06, + "G": 0.0003881364827975631, + "F": 0.05427601560950279, + "E": 8.148214692482725e-05, + "T": 6.743752601323649e-05, + "P": 0.01193331927061081, + "-": 0.9329652786254883 + }, + "id": "tp_3731" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 466400, + "label": "-", + "classification": { + "B": 8.683857686264673e-07, + "S": 3.7844748135285045e-07, + "I": 0.00028016656870022416, + "C": 1.9782868548645638e-05, + "R": 2.531608288336429e-06, + "M": 6.030560689396225e-05, + "O": 7.880037628638092e-06, + "W": 5.191974423723877e-07, + "N": 1.0945192116196267e-05, + "Y": 0.0011209474178031087, + "U": 6.027581775924773e-07, + "K": 6.59606303088367e-05, + "L": 6.284992082328245e-07, + "G": 0.00043981827911920846, + "F": 0.003076784545555711, + "E": 0.0012306051794439554, + "T": 0.000203751478693448, + "P": 0.16330677270889282, + "-": 0.830170750617981 + }, + "id": "tp_3732" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 466533, + "label": "-", + "classification": { + "B": 6.250888873182703e-06, + "S": 5.765350579167716e-05, + "I": 0.00345237017609179, + "C": 0.0014334433944895864, + "R": 0.00032633545924909413, + "M": 0.0010563230607658625, + "O": 0.000550229859072715, + "W": 0.00010418715100968257, + "N": 0.0006683719111606479, + "Y": 0.11703120917081833, + "U": 1.0260039744025562e-05, + "K": 0.028736479580402374, + "L": 3.575652226572856e-05, + "G": 0.030780481174588203, + "F": 0.08492184430360794, + "E": 0.02314157411456108, + "T": 0.01105643343180418, + "P": 0.04027213528752327, + "-": 0.6563586592674255 + }, + "id": "tp_3733" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 466633, + "label": "-", + "classification": { + "B": 4.4273704702391115e-07, + "S": 9.411656520796896e-08, + "I": 0.00020506500732153654, + "C": 4.778371294378303e-05, + "R": 4.855534371017711e-06, + "M": 4.5590062654810026e-05, + "O": 9.691349077911582e-06, + "W": 3.340504406423861e-07, + "N": 4.657140380004421e-06, + "Y": 0.0004913791199214756, + "U": 5.154627729098138e-07, + "K": 7.375443260571046e-07, + "L": 1.7671993646217743e-06, + "G": 0.00010998573998222128, + "F": 0.0013699374394491315, + "E": 0.00017453936743550003, + "T": 0.00024165834474842995, + "P": 0.11995802074670792, + "-": 0.8773329257965088 + }, + "id": "tp_3734" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 466767, + "label": "-", + "classification": { + "B": 2.170648230048755e-07, + "S": 9.891931540551013e-08, + "I": 0.0003887451603077352, + "C": 3.0736806365894154e-05, + "R": 2.5620197448006365e-06, + "M": 1.4065868526813574e-05, + "O": 5.389584202930564e-06, + "W": 4.247653464517498e-07, + "N": 2.5188704967149533e-05, + "Y": 0.0008016845094971359, + "U": 7.064069791340444e-07, + "K": 0.00013577088247984648, + "L": 3.418678886646376e-07, + "G": 0.0003116348816547543, + "F": 0.006127668544650078, + "E": 0.0013903826475143433, + "T": 0.0001827127707656473, + "P": 0.20496416091918945, + "-": 0.7856175899505615 + }, + "id": "tp_3735" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 466900, + "label": "-", + "classification": { + "B": 3.0240411774684617e-07, + "S": 1.486809431128222e-08, + "I": 5.69589383303537e-06, + "C": 1.0995180446116137e-06, + "R": 1.8828123415914888e-07, + "M": 8.307715324917808e-05, + "O": 4.151825578446733e-06, + "W": 2.9487525310400997e-08, + "N": 4.774499018367351e-08, + "Y": 0.00022120824723970145, + "U": 5.4912421276753776e-09, + "K": 1.6393937318781582e-09, + "L": 1.5914184814391774e-06, + "G": 7.141673268051818e-05, + "F": 0.0003714354243129492, + "E": 1.410843469784595e-05, + "T": 0.00015305180568248034, + "P": 0.020727509632706642, + "-": 0.9783450365066528 + }, + "id": "tp_3736" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 467000, + "label": "-", + "classification": { + "B": 1.3113513830376178e-07, + "S": 6.715393396916625e-08, + "I": 2.1434119844343513e-05, + "C": 4.9550104449735954e-05, + "R": 6.0017155192326754e-06, + "M": 4.883892324869521e-05, + "O": 1.184883603855269e-05, + "W": 1.6628496268822346e-07, + "N": 2.1007440409448463e-07, + "Y": 8.731749403523281e-05, + "U": 2.1635133862218936e-07, + "K": 7.308409522011061e-08, + "L": 2.0934053281962406e-06, + "G": 4.0456856368109584e-05, + "F": 0.00018066793563775718, + "E": 5.173436875338666e-06, + "T": 0.00037344908923842013, + "P": 0.012526341713964939, + "-": 0.9866459369659424 + }, + "id": "tp_3737" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 467134, + "label": "-", + "classification": { + "B": 6.584081613247861e-10, + "S": 1.2651217573544926e-10, + "I": 3.1333735250882455e-07, + "C": 5.537105440822643e-09, + "R": 1.5677568965255517e-10, + "M": 4.2450107429203854e-08, + "O": 2.290321887699065e-08, + "W": 1.4893476729671562e-10, + "N": 5.269292557841254e-09, + "Y": 2.050104512818507e-06, + "U": 4.152843000038153e-11, + "K": 5.763542976211511e-10, + "L": 2.479147998002418e-10, + "G": 2.1643992909048393e-07, + "F": 4.54179935331922e-05, + "E": 6.833365091551968e-07, + "T": 1.1782619822042761e-06, + "P": 0.14371910691261292, + "-": 0.8562309741973877 + }, + "id": "tp_3738" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 467267, + "label": "-", + "classification": { + "B": 6.362087301425845e-09, + "S": 2.172126478683367e-09, + "I": 8.819488073186221e-08, + "C": 3.159716044365268e-08, + "R": 5.604742892018066e-09, + "M": 1.3829610907123424e-05, + "O": 8.622084237686067e-07, + "W": 1.1086648266100951e-09, + "N": 3.9330158574379936e-10, + "Y": 2.8350767024676315e-05, + "U": 6.736712576671522e-11, + "K": 1.1594189150421208e-11, + "L": 1.5674886810757016e-07, + "G": 6.166873390611727e-06, + "F": 7.101058145053685e-05, + "E": 7.287636805131115e-08, + "T": 4.5437493099598214e-05, + "P": 0.0014079759130254388, + "-": 0.9984259605407715 + }, + "id": "tp_3739" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 467401, + "label": "-", + "classification": { + "B": 1.1336358067548513e-11, + "S": 1.8056105655778198e-12, + "I": 1.8546585067724664e-07, + "C": 9.99338278795392e-10, + "R": 1.2850488728677334e-10, + "M": 2.5507904410915216e-07, + "O": 6.848281941529422e-09, + "W": 3.96544906286489e-12, + "N": 5.222996340981112e-11, + "Y": 5.782417065347545e-05, + "U": 3.969389378820354e-13, + "K": 5.548742346671298e-13, + "L": 1.2657921932834881e-10, + "G": 3.2506034131074557e-07, + "F": 1.836447296454935e-07, + "E": 6.101348315468158e-09, + "T": 2.4824441425153054e-05, + "P": 0.0005715732113458216, + "-": 0.9993447661399841 + }, + "id": "tp_3740" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 467501, + "label": "-", + "classification": { + "B": 1.3483320060458936e-07, + "S": 4.685798060677371e-08, + "I": 0.00018252791778650135, + "C": 1.1121232091682032e-05, + "R": 8.063057634899451e-07, + "M": 2.3425440303981304e-05, + "O": 3.322497150293202e-06, + "W": 5.943899594740287e-08, + "N": 3.7788827285112347e-06, + "Y": 0.0006567171076312661, + "U": 1.7018039955019049e-07, + "K": 4.131187552047777e-07, + "L": 3.9605728829883446e-07, + "G": 0.0001157264196081087, + "F": 0.0003874058311339468, + "E": 0.0002944906009361148, + "T": 0.0004930221475660801, + "P": 0.16900767385959625, + "-": 0.8288187384605408 + }, + "id": "tp_3741" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 467634, + "label": "-", + "classification": { + "B": 7.729814228696341e-07, + "S": 1.0135636330232956e-07, + "I": 5.706196589017054e-06, + "C": 8.647755862511985e-07, + "R": 1.9605886691920205e-08, + "M": 1.7021606254274957e-05, + "O": 1.6411449905717745e-06, + "W": 6.915529127127229e-08, + "N": 3.400970456368668e-07, + "Y": 1.630770566407591e-05, + "U": 7.986395544890001e-09, + "K": 2.432493602100294e-07, + "L": 8.900199333083947e-08, + "G": 2.137662704626564e-05, + "F": 0.001210962189361453, + "E": 0.00014131130592431873, + "T": 2.0987830794183537e-05, + "P": 0.2909201979637146, + "-": 0.7076419591903687 + }, + "id": "tp_3742" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 467768, + "label": "-", + "classification": { + "B": 3.303237826912664e-05, + "S": 0.00012699876970145851, + "I": 0.0006270079175010324, + "C": 0.0007243266445584595, + "R": 0.0002600778534542769, + "M": 0.010871290229260921, + "O": 0.001836202573031187, + "W": 7.875597657402977e-05, + "N": 4.649648326449096e-05, + "Y": 0.03575658053159714, + "U": 6.895982096466469e-06, + "K": 5.4860065574757755e-05, + "L": 0.0009028134518302977, + "G": 0.015047084540128708, + "F": 0.04717200621962547, + "E": 0.0019289569463580847, + "T": 0.016017122194170952, + "P": 0.019371023401618004, + "-": 0.849138617515564 + }, + "id": "tp_3743" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 467901, + "label": "-", + "classification": { + "B": 5.544467785512097e-05, + "S": 4.362309482530691e-06, + "I": 0.00973388459533453, + "C": 0.0008810939616523683, + "R": 0.00011967556201852858, + "M": 0.00184482685290277, + "O": 0.0002757742768153548, + "W": 1.4856448615319096e-05, + "N": 0.00032085919519886374, + "Y": 0.007374857552349567, + "U": 3.0058512493269518e-05, + "K": 8.793888810032513e-06, + "L": 9.470032819081098e-05, + "G": 0.0019684515427798033, + "F": 0.001294296351261437, + "E": 0.003330461448058486, + "T": 0.007675772998481989, + "P": 0.2617983818054199, + "-": 0.7031735181808472 + }, + "id": "tp_3744" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 468001, + "label": "-", + "classification": { + "B": 4.09027052228339e-06, + "S": 2.399876029812731e-05, + "I": 0.00015105494821909815, + "C": 1.4077043488214258e-05, + "R": 3.960673438996309e-06, + "M": 0.0004431763372849673, + "O": 8.046174480114132e-05, + "W": 1.1528839422680903e-05, + "N": 3.195691533619538e-05, + "Y": 0.0035834740847349167, + "U": 1.3098423323754105e-06, + "K": 0.0003740432730410248, + "L": 3.258793867644272e-06, + "G": 0.0004052387084811926, + "F": 0.02715066447854042, + "E": 0.0011155522661283612, + "T": 0.0016446466324850917, + "P": 0.09759124368429184, + "-": 0.8673662543296814 + }, + "id": "tp_3745" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 468135, + "label": "-", + "classification": { + "B": 4.4277999933228784e-08, + "S": 9.20229137335582e-09, + "I": 4.177948085271055e-06, + "C": 5.979659789545622e-08, + "R": 1.0106335324167048e-08, + "M": 1.1681006981234532e-05, + "O": 1.7322556686849566e-06, + "W": 4.549707721679397e-09, + "N": 2.732064352528596e-08, + "Y": 2.579652027634438e-05, + "U": 4.474984272029303e-10, + "K": 6.093286292196964e-11, + "L": 2.459976826685306e-07, + "G": 9.448531272937544e-06, + "F": 9.057827264769003e-05, + "E": 3.903426659235265e-06, + "T": 5.6006465456448495e-05, + "P": 0.05671064183115959, + "-": 0.9430857300758362 + }, + "id": "tp_3746" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 468268, + "label": "-", + "classification": { + "B": 1.3993002539791632e-05, + "S": 9.429812962480355e-06, + "I": 0.007543016690760851, + "C": 0.00033903782605193555, + "R": 7.833340350771323e-05, + "M": 0.0023631348740309477, + "O": 0.0001835226867115125, + "W": 1.1563316547835711e-05, + "N": 0.00014210358494892716, + "Y": 0.02357386238873005, + "U": 4.1456828512309585e-06, + "K": 3.259793811594136e-05, + "L": 2.4462829969706945e-05, + "G": 0.0022908777464181185, + "F": 0.0019152277382090688, + "E": 0.003359234891831875, + "T": 0.010959310457110405, + "P": 0.08769536018371582, + "-": 0.8594607710838318 + }, + "id": "tp_3747" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 468402, + "label": "-", + "classification": { + "B": 2.633427982345893e-07, + "S": 1.8907691412550776e-07, + "I": 0.00019264285219833255, + "C": 1.7896954886964522e-05, + "R": 2.9033462851657532e-06, + "M": 0.00019375774718355387, + "O": 1.1223943147342652e-05, + "W": 2.980503950311686e-07, + "N": 5.699507255485514e-06, + "Y": 0.0018305390840396285, + "U": 1.442850958710551e-07, + "K": 2.3896400307421573e-06, + "L": 9.592965852789348e-07, + "G": 0.0003114579012617469, + "F": 0.002373050432652235, + "E": 0.00043664732947945595, + "T": 0.0006909495568834245, + "P": 0.10296070575714111, + "-": 0.8909682631492615 + }, + "id": "tp_3748" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 468502, + "label": "-", + "classification": { + "B": 2.814221807057038e-05, + "S": 5.864197646587854e-06, + "I": 0.0004675397649407387, + "C": 9.379168659506831e-06, + "R": 1.8331700175622245e-06, + "M": 0.0002913263742811978, + "O": 8.22288275230676e-05, + "W": 5.166782102605794e-06, + "N": 2.2421658286475576e-05, + "Y": 0.00038503343239426613, + "U": 9.141211876340094e-07, + "K": 7.160984978327178e-07, + "L": 9.440846952202264e-06, + "G": 0.00016048620454967022, + "F": 0.0007572771864943206, + "E": 0.0009827541653066874, + "T": 0.0006289197481237352, + "P": 0.3344925343990326, + "-": 0.661668062210083 + }, + "id": "tp_3749" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 468635, + "label": "-", + "classification": { + "B": 1.0249473234580364e-06, + "S": 2.930930520506081e-07, + "I": 6.573565769940615e-05, + "C": 8.839067049848381e-06, + "R": 7.754644002488931e-07, + "M": 0.00010600039240671322, + "O": 1.473664724471746e-05, + "W": 3.1924670906846586e-07, + "N": 2.4816681616357528e-06, + "Y": 0.00020133535144850612, + "U": 1.3544183730118675e-07, + "K": 5.954503876637318e-07, + "L": 1.9562573925213655e-06, + "G": 0.00012816462549380958, + "F": 0.002701746067032218, + "E": 0.00016830782988108695, + "T": 0.00022295974486041814, + "P": 0.11172354966402054, + "-": 0.8846510648727417 + }, + "id": "tp_3750" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 468769, + "label": "-", + "classification": { + "B": 1.5782742934788985e-07, + "S": 1.4978012075061997e-07, + "I": 4.668483234127052e-05, + "C": 6.803478299843846e-06, + "R": 8.227652870118618e-07, + "M": 6.144821963971481e-05, + "O": 5.615340796794044e-06, + "W": 1.7891167658490303e-07, + "N": 1.7526099327369593e-06, + "Y": 0.0006162092904560268, + "U": 1.600980255034301e-07, + "K": 4.574422746372875e-06, + "L": 4.2627428342711937e-07, + "G": 0.00010820246097864583, + "F": 0.0022715332452207804, + "E": 0.000177294117747806, + "T": 0.000274545862339437, + "P": 0.09481778740882874, + "-": 0.9016056060791016 + }, + "id": "tp_3751" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 468902, + "label": "P", + "classification": { + "B": 7.025933541626728e-07, + "S": 2.2238212693537207e-07, + "I": 0.0017887644935399294, + "C": 3.6763984098797664e-05, + "R": 3.082634748352575e-06, + "M": 9.076145943254232e-05, + "O": 6.101411145209568e-06, + "W": 3.7598147173412144e-07, + "N": 2.9702418032684363e-05, + "Y": 0.0005195850390009582, + "U": 3.56856531880112e-07, + "K": 2.060804945358541e-06, + "L": 1.0353556945119635e-06, + "G": 0.00017978397954721004, + "F": 0.0014874327462166548, + "E": 0.002001851564273238, + "T": 0.00019105062528979033, + "P": 0.6004621982574463, + "-": 0.3931981027126312 + }, + "id": "tp_3752" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 469002, + "label": "-", + "classification": { + "B": 1.575411467946708e-09, + "S": 5.849756234965753e-10, + "I": 2.184286859119311e-05, + "C": 3.119612586033327e-07, + "R": 1.0251834048347064e-08, + "M": 3.263401140429778e-07, + "O": 1.036787793395888e-07, + "W": 1.9501660286636024e-09, + "N": 3.267630290793022e-07, + "Y": 3.7032982618256938e-06, + "U": 4.620299254298743e-09, + "K": 1.3019347022691363e-07, + "L": 1.4592480557240606e-09, + "G": 8.436025495939248e-07, + "F": 3.583906072890386e-05, + "E": 2.4535818738513626e-05, + "T": 9.621192475606222e-06, + "P": 0.26143690943717957, + "-": 0.7384656071662903 + }, + "id": "tp_3753" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 469136, + "label": "-", + "classification": { + "B": 8.622521363577107e-07, + "S": 3.818518052867148e-07, + "I": 8.71937008923851e-05, + "C": 2.182904790970497e-05, + "R": 1.9657650227600243e-06, + "M": 4.5606026105815545e-05, + "O": 1.1384382560208905e-05, + "W": 5.687996917913551e-07, + "N": 6.670320544799324e-06, + "Y": 0.0009291720343753695, + "U": 6.284964229053003e-07, + "K": 8.561154572817031e-06, + "L": 7.252074283314869e-07, + "G": 0.00014100217958912253, + "F": 0.0030584074556827545, + "E": 0.0001120068845921196, + "T": 0.00033212584094144404, + "P": 0.125696063041687, + "-": 0.8695447444915771 + }, + "id": "tp_3754" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 469269, + "label": "-", + "classification": { + "B": 1.0601265004739346e-10, + "S": 1.2086559530999352e-10, + "I": 3.751917887484524e-08, + "C": 1.1331970917183298e-09, + "R": 1.337036176218831e-10, + "M": 9.229364827945119e-09, + "O": 8.408449936325724e-09, + "W": 1.0257122928791773e-10, + "N": 4.3167958097001247e-10, + "Y": 1.4117636055743787e-06, + "U": 6.582370933039261e-12, + "K": 1.705315533229168e-08, + "L": 3.768400175241382e-11, + "G": 1.9047070054512005e-07, + "F": 0.00046634121099486947, + "E": 6.818677320552524e-07, + "T": 1.5715940548943763e-07, + "P": 0.008306493051350117, + "-": 0.9912247061729431 + }, + "id": "tp_3755" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 469403, + "label": "-", + "classification": { + "B": 2.670418268735375e-07, + "S": 7.545956748344906e-08, + "I": 6.401127757271752e-05, + "C": 7.703651135670952e-06, + "R": 7.855333024053834e-07, + "M": 1.6593976397416554e-05, + "O": 3.032371978406445e-06, + "W": 1.613512949916185e-07, + "N": 1.2846056733906153e-06, + "Y": 0.000526828458532691, + "U": 9.40669195870214e-08, + "K": 1.6393840951423044e-06, + "L": 3.143573508168629e-07, + "G": 0.00011593929230002686, + "F": 0.0019431684631854296, + "E": 0.00012186087406007573, + "T": 9.579347533872351e-05, + "P": 0.0854770764708519, + "-": 0.9116232991218567 + }, + "id": "tp_3756" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 469503, + "label": "-", + "classification": { + "B": 1.1091046484001943e-11, + "S": 9.019540669896742e-11, + "I": 3.019571082063521e-08, + "C": 1.7160383114500632e-09, + "R": 3.310103025011557e-10, + "M": 7.697871495793152e-08, + "O": 1.805425497991564e-08, + "W": 5.1968040981620334e-11, + "N": 2.3923088510180435e-10, + "Y": 1.6591005987720564e-05, + "U": 9.53285540783444e-12, + "K": 4.6379674406571425e-11, + "L": 2.3647217517464014e-10, + "G": 2.1124729698840383e-07, + "F": 2.5449524400755763e-05, + "E": 5.20319654029322e-09, + "T": 9.221533218806144e-06, + "P": 0.005228087306022644, + "-": 0.9947202205657959 + }, + "id": "tp_3757" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 469636, + "label": "-", + "classification": { + "B": 4.282453301129863e-05, + "S": 5.546112333831843e-06, + "I": 8.609699580119923e-05, + "C": 1.8309809092897922e-05, + "R": 5.257161774352426e-06, + "M": 0.0006165733211673796, + "O": 7.623836427228525e-05, + "W": 1.6817951973280287e-06, + "N": 2.8516340080386726e-06, + "Y": 0.002925463952124119, + "U": 4.1681695961415244e-07, + "K": 1.2841144325648202e-06, + "L": 2.73260102403583e-05, + "G": 0.001857634517364204, + "F": 0.004464430268853903, + "E": 0.0002012202312471345, + "T": 0.0013506911927834153, + "P": 0.02315625175833702, + "-": 0.9651597738265991 + }, + "id": "tp_3758" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 469770, + "label": "-", + "classification": { + "B": 7.863745850045234e-06, + "S": 4.310452823119704e-06, + "I": 0.000366492778994143, + "C": 0.000563671812415123, + "R": 0.00012590274855028838, + "M": 0.0004125852428842336, + "O": 0.00013444125943351537, + "W": 6.260538611968514e-06, + "N": 2.074133954010904e-05, + "Y": 0.007461604196578264, + "U": 2.777701047307346e-05, + "K": 7.335561531363055e-05, + "L": 5.098203109810129e-05, + "G": 0.0021833647042512894, + "F": 0.0074053737334907055, + "E": 0.00019853863341268152, + "T": 0.0034910805989056826, + "P": 0.02741890959441662, + "-": 0.9500467777252197 + }, + "id": "tp_3759" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 469903, + "label": "-", + "classification": { + "B": 5.563905506278388e-05, + "S": 0.00019261242414359003, + "I": 0.004905582871288061, + "C": 0.0009628719999454916, + "R": 0.0006269391742534935, + "M": 0.009094290435314178, + "O": 0.0022489733528345823, + "W": 0.00012666512338910252, + "N": 0.0001690480567049235, + "Y": 0.0750952959060669, + "U": 1.4448011825152207e-05, + "K": 6.95458675181726e-06, + "L": 0.0008051014156080782, + "G": 0.005457869730889797, + "F": 0.007745000068098307, + "E": 0.00044709391659125686, + "T": 0.04605046287178993, + "P": 0.02660430409014225, + "-": 0.8193909525871277 + }, + "id": "tp_3760" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 470003, + "label": "-", + "classification": { + "B": 9.86973554972792e-06, + "S": 1.9991963199572638e-05, + "I": 1.6011990737752058e-05, + "C": 2.3243082978297025e-06, + "R": 5.751826392952353e-07, + "M": 0.0003123710339423269, + "O": 0.00011959734547417611, + "W": 5.028546183893923e-06, + "N": 2.6710076781455427e-06, + "Y": 0.0008875408675521612, + "U": 1.9318032684623176e-07, + "K": 3.3238404739677208e-06, + "L": 8.06814477982698e-06, + "G": 0.00018146187358070165, + "F": 0.006483082193881273, + "E": 5.9412555856397375e-05, + "T": 0.0010851208353415132, + "P": 0.023794516921043396, + "-": 0.9670088291168213 + }, + "id": "tp_3761" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 470137, + "label": "-", + "classification": { + "B": 2.9801540222251788e-05, + "S": 0.0001363295887131244, + "I": 0.00010842370829777792, + "C": 0.00034665982821024954, + "R": 0.0001949489233084023, + "M": 0.0039016681257635355, + "O": 0.0014658077852800488, + "W": 4.026645183330402e-05, + "N": 9.54630559135694e-06, + "Y": 0.010719595476984978, + "U": 3.3292990337940864e-06, + "K": 8.85767258296255e-06, + "L": 0.0013892615679651499, + "G": 0.008505499921739101, + "F": 0.05934293568134308, + "E": 0.00011129624908789992, + "T": 0.009837308898568153, + "P": 0.0047030034475028515, + "-": 0.8991454243659973 + }, + "id": "tp_3762" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 470270, + "label": "-", + "classification": { + "B": 0.00017687978106550872, + "S": 7.096311310306191e-05, + "I": 2.4858079541445477e-06, + "C": 1.168944436358288e-06, + "R": 9.421602271686425e-07, + "M": 0.0008023796835914254, + "O": 0.0004408799868542701, + "W": 5.347713340597693e-06, + "N": 8.981864141333062e-08, + "Y": 0.00016866337682586163, + "U": 5.749267284471671e-09, + "K": 3.930505698690467e-09, + "L": 0.00012519040319602937, + "G": 0.00042469266918487847, + "F": 0.0045835585333406925, + "E": 8.753139809414279e-06, + "T": 0.0003290959866717458, + "P": 0.004215091001242399, + "-": 0.9886438846588135 + }, + "id": "tp_3763" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 470404, + "label": "-", + "classification": { + "B": 2.2798141799285077e-05, + "S": 0.0007127308053895831, + "I": 7.47560043237172e-05, + "C": 0.00022060344053898007, + "R": 0.0001356481370748952, + "M": 0.007621426600962877, + "O": 0.0038283071480691433, + "W": 0.0001064172392943874, + "N": 9.386359124619048e-06, + "Y": 0.02321677841246128, + "U": 8.764292829255282e-07, + "K": 2.2573292881133966e-05, + "L": 0.001980689587071538, + "G": 0.020098013803362846, + "F": 0.17157872021198273, + "E": 0.00036639810423366725, + "T": 0.005573698319494724, + "P": 0.005432115402072668, + "-": 0.7589980363845825 + }, + "id": "tp_3764" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 470504, + "label": "-", + "classification": { + "B": 5.92764217799413e-06, + "S": 2.986525396408979e-05, + "I": 0.00033431246993131936, + "C": 5.042388875153847e-05, + "R": 1.14390641101636e-05, + "M": 0.00010545182158239186, + "O": 0.0001368330849800259, + "W": 2.583565037639346e-05, + "N": 0.00013108369603287429, + "Y": 0.0009112623520195484, + "U": 7.216014182631625e-06, + "K": 0.000603578460868448, + "L": 6.3250763560063206e-06, + "G": 0.000489335332531482, + "F": 0.05830192565917969, + "E": 0.002118561649695039, + "T": 0.000860787695273757, + "P": 0.329617440700531, + "-": 0.6062523722648621 + }, + "id": "tp_3765" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 470637, + "label": "-", + "classification": { + "B": 2.841343693660292e-08, + "S": 1.600532471002225e-07, + "I": 1.2730644812108949e-05, + "C": 1.2518718222054304e-06, + "R": 5.639340656671266e-07, + "M": 3.780111001105979e-05, + "O": 6.989468602114357e-06, + "W": 1.211218574326267e-07, + "N": 2.3774447299729218e-07, + "Y": 0.000741237890906632, + "U": 2.65146127276239e-08, + "K": 5.459905239035834e-08, + "L": 5.446095769912063e-07, + "G": 1.9754592358367518e-05, + "F": 0.00040794297819957137, + "E": 1.86530655810202e-06, + "T": 0.0008817267953418195, + "P": 0.007210152689367533, + "-": 0.9906768798828125 + }, + "id": "tp_3766" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 470771, + "label": "-", + "classification": { + "B": 4.277501020055752e-09, + "S": 1.454350861962439e-08, + "I": 3.659481961904021e-08, + "C": 2.405922350234846e-09, + "R": 2.05540717779229e-09, + "M": 1.7751362690887618e-07, + "O": 1.2498097703428357e-06, + "W": 7.787638978129507e-09, + "N": 8.202555301650705e-10, + "Y": 1.7061871631085523e-06, + "U": 3.2270321831395776e-11, + "K": 2.6293496893647905e-11, + "L": 2.086936312650778e-08, + "G": 2.2831838464298926e-07, + "F": 0.00012492485984694213, + "E": 1.7462532753143023e-08, + "T": 3.4805284485628363e-06, + "P": 0.004552445374429226, + "-": 0.995315670967102 + }, + "id": "tp_3767" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 470904, + "label": "-", + "classification": { + "B": 2.5667627596703824e-06, + "S": 4.965363768860698e-05, + "I": 0.00017771105922292918, + "C": 7.980123336892575e-05, + "R": 9.432692604605108e-05, + "M": 0.004129304084926844, + "O": 0.001303312135860324, + "W": 1.9630837414297275e-05, + "N": 5.675603006238816e-06, + "Y": 0.05493343248963356, + "U": 4.0716130911278015e-07, + "K": 4.138720669288887e-06, + "L": 0.00018688901036512107, + "G": 0.004172414541244507, + "F": 0.009832574985921383, + "E": 2.6319166863686405e-05, + "T": 0.024160707369446754, + "P": 0.0021649785339832306, + "-": 0.8986561298370361 + }, + "id": "tp_3768" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 471004, + "label": "-", + "classification": { + "B": 0.0009897247655317187, + "S": 0.00037136476021260023, + "I": 0.0002571182558313012, + "C": 9.975363354897127e-05, + "R": 7.072067091939971e-05, + "M": 0.003645160235464573, + "O": 0.0022355359978973866, + "W": 0.0001728200149955228, + "N": 5.0530798034742475e-05, + "Y": 0.007123654242604971, + "U": 9.70760447671637e-06, + "K": 2.218334520875942e-05, + "L": 0.0005049715400673449, + "G": 0.004071667790412903, + "F": 0.01660422421991825, + "E": 0.0005429848679341376, + "T": 0.005924778524786234, + "P": 0.036726005375385284, + "-": 0.9205771088600159 + }, + "id": "tp_3769" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 471138, + "label": "-", + "classification": { + "B": 1.5938032837947702e-10, + "S": 2.1709116282409013e-08, + "I": 1.922260253195418e-07, + "C": 4.3679147410102814e-08, + "R": 6.122543361186672e-09, + "M": 1.9191932096873643e-06, + "O": 7.616903872076364e-07, + "W": 1.3365621498451219e-08, + "N": 9.12433772981558e-09, + "Y": 9.084641351364553e-05, + "U": 1.6390759582929348e-10, + "K": 3.0361701419678866e-07, + "L": 9.214564222759236e-09, + "G": 1.0836717592610512e-05, + "F": 0.002716087969020009, + "E": 1.3783989061266766e-06, + "T": 6.203286466188729e-05, + "P": 0.004018147010356188, + "-": 0.9930973649024963 + }, + "id": "tp_3770" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 471271, + "label": "-", + "classification": { + "B": 5.361645162338391e-05, + "S": 0.0006792815984226763, + "I": 5.2173028961988166e-05, + "C": 0.0007592060719616711, + "R": 0.00011871543392771855, + "M": 0.0013416750589385629, + "O": 0.0012146469671279192, + "W": 0.00012083668116247281, + "N": 2.7647120077745058e-05, + "Y": 0.002485760021954775, + "U": 4.002078185294522e-06, + "K": 0.00025569149875082076, + "L": 0.00029375654412433505, + "G": 0.0055293189361691475, + "F": 0.23574690520763397, + "E": 0.0006368189351633191, + "T": 0.003344888798892498, + "P": 0.01715264469385147, + "-": 0.730182409286499 + }, + "id": "tp_3771" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 471405, + "label": "-", + "classification": { + "B": 5.53658594526496e-07, + "S": 1.223092112923041e-06, + "I": 8.557051842217334e-06, + "C": 1.3100113392283674e-05, + "R": 6.6774646256817505e-06, + "M": 1.864765908976551e-05, + "O": 2.439956551825162e-05, + "W": 1.4150833749226877e-06, + "N": 4.1026709141078754e-07, + "Y": 0.0006111965631134808, + "U": 1.461648935219273e-07, + "K": 4.6317029500642093e-07, + "L": 2.5296719741163542e-06, + "G": 5.9804227930726483e-05, + "F": 0.003390382044017315, + "E": 4.230718786857324e-06, + "T": 0.0002004739799303934, + "P": 0.011600862257182598, + "-": 0.9840549826622009 + }, + "id": "tp_3772" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 471505, + "label": "-", + "classification": { + "B": 0.00037787811015732586, + "S": 0.0005707732634618878, + "I": 0.0002809943980537355, + "C": 3.8314035919029266e-05, + "R": 6.099725214880891e-05, + "M": 0.008134162053465843, + "O": 0.004226577468216419, + "W": 0.00014116719830781221, + "N": 1.9480577975627966e-05, + "Y": 0.005852724891155958, + "U": 2.232717179140309e-06, + "K": 1.6665935618220828e-06, + "L": 0.0008500725380145013, + "G": 0.002578325802460313, + "F": 0.005043451674282551, + "E": 0.0001187841480714269, + "T": 0.013192934915423393, + "P": 0.008392976596951485, + "-": 0.9501165151596069 + }, + "id": "tp_3773" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 471638, + "label": "-", + "classification": { + "B": 6.4143309828068595e-06, + "S": 1.1012853065039963e-05, + "I": 2.513899926270824e-05, + "C": 4.578295829560375e-06, + "R": 1.0456348036314012e-06, + "M": 0.0003486506757326424, + "O": 4.183837882010266e-05, + "W": 1.1561701285245363e-06, + "N": 2.1617513539240463e-06, + "Y": 0.0009050843073055148, + "U": 1.1795575716178064e-07, + "K": 3.06832475871488e-06, + "L": 5.545785370486556e-06, + "G": 0.0003421437868382782, + "F": 0.016356108710169792, + "E": 0.00022593318135477602, + "T": 0.0005938144749961793, + "P": 0.04429508373141289, + "-": 0.9368311166763306 + }, + "id": "tp_3774" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 471772, + "label": "-", + "classification": { + "B": 9.659643546910957e-05, + "S": 0.0014155382523313165, + "I": 0.00018383968563284725, + "C": 0.0004010203992947936, + "R": 0.00028925598599016666, + "M": 0.005692603997886181, + "O": 0.0033719921484589577, + "W": 0.0002945433370769024, + "N": 5.009694359614514e-05, + "Y": 0.02209230326116085, + "U": 6.276733529375633e-06, + "K": 0.00015192956198006868, + "L": 0.0016039209440350533, + "G": 0.014274071902036667, + "F": 0.31130266189575195, + "E": 0.0008633810211904347, + "T": 0.012079726904630661, + "P": 0.009175777435302734, + "-": 0.6166544556617737 + }, + "id": "tp_3775" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 471905, + "label": "-", + "classification": { + "B": 1.5869257197209663e-07, + "S": 4.0125581790562137e-07, + "I": 7.689061749260873e-05, + "C": 0.00015351534239016473, + "R": 6.23187079327181e-05, + "M": 0.0002808914869092405, + "O": 6.334223871817812e-05, + "W": 9.831045417740825e-07, + "N": 1.564084072924743e-06, + "Y": 0.004835308529436588, + "U": 7.71120880926901e-07, + "K": 1.4235573075893626e-07, + "L": 2.2077188987168483e-05, + "G": 0.000517397653311491, + "F": 0.0014745675725862384, + "E": 8.49463958729757e-06, + "T": 0.003040875541046262, + "P": 0.00756898382678628, + "-": 0.9818913340568542 + }, + "id": "tp_3776" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 472005, + "label": "-", + "classification": { + "B": 6.7472733462636825e-06, + "S": 1.245302314600849e-06, + "I": 0.0002822834358084947, + "C": 4.008717951364815e-06, + "R": 9.599897339285235e-07, + "M": 5.77223181608133e-05, + "O": 5.186867565498687e-05, + "W": 1.3296613587954198e-06, + "N": 1.0923179615929257e-05, + "Y": 0.00012244055687915534, + "U": 3.2439089636682183e-07, + "K": 1.2715056527667912e-06, + "L": 2.9461873509717407e-06, + "G": 0.00023692862305324525, + "F": 0.0011122856521978974, + "E": 0.00022247688320931047, + "T": 0.00021528081560973078, + "P": 0.23435524106025696, + "-": 0.7633136510848999 + }, + "id": "tp_3777" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 472139, + "label": "-", + "classification": { + "B": 4.426358646014705e-05, + "S": 2.852170291589573e-05, + "I": 0.0026831149589270353, + "C": 0.0002259130124002695, + "R": 3.3362619433319196e-05, + "M": 0.0019058549078181386, + "O": 0.0003044528129976243, + "W": 1.8693932361202314e-05, + "N": 0.0001893494772957638, + "Y": 0.0033422631677240133, + "U": 1.1682823242153972e-05, + "K": 3.342312265885994e-05, + "L": 9.062018216354772e-05, + "G": 0.002778309863060713, + "F": 0.016493847593665123, + "E": 0.0041494485922157764, + "T": 0.0031258254311978817, + "P": 0.2577166259288788, + "-": 0.7068244218826294 + }, + "id": "tp_3778" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 472272, + "label": "-", + "classification": { + "B": 4.410899596962725e-12, + "S": 7.761576754569677e-13, + "I": 9.179959761240752e-07, + "C": 7.415930980414487e-09, + "R": 1.3556274158776915e-10, + "M": 2.711046676040496e-08, + "O": 1.2000832549929896e-09, + "W": 3.081566252172152e-12, + "N": 2.052220615667011e-09, + "Y": 2.339561888220487e-06, + "U": 4.581809757986388e-12, + "K": 7.998000040032593e-10, + "L": 1.5313521284365805e-11, + "G": 4.776031801156932e-07, + "F": 4.949157664668746e-05, + "E": 2.6787190563482e-06, + "T": 4.917001774629171e-07, + "P": 0.11705131083726883, + "-": 0.8828922510147095 + }, + "id": "tp_3779" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 472406, + "label": "-", + "classification": { + "B": 0.00012195749150123447, + "S": 0.0002045848232228309, + "I": 0.01268239039927721, + "C": 0.0009204728994518518, + "R": 0.0003035850531887263, + "M": 0.0029504247941076756, + "O": 0.001070139929652214, + "W": 0.00023291828983929008, + "N": 0.0021709315478801727, + "Y": 0.021051065996289253, + "U": 0.00011793973681051284, + "K": 0.002985910978168249, + "L": 0.0001661008718656376, + "G": 0.004431142006069422, + "F": 0.03785969689488411, + "E": 0.01775221899151802, + "T": 0.010444010607898235, + "P": 0.3153355121612549, + "-": 0.5691989660263062 + }, + "id": "tp_3780" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 472506, + "label": "-", + "classification": { + "B": 9.34453055378981e-06, + "S": 3.7996477431079256e-07, + "I": 4.073260060977191e-05, + "C": 5.710154255211819e-06, + "R": 2.723390650771762e-07, + "M": 4.277276821085252e-05, + "O": 9.52488244365668e-06, + "W": 2.3838936158426804e-07, + "N": 1.5215457551676081e-06, + "Y": 0.00013379186566453427, + "U": 4.5125435832460425e-08, + "K": 1.5003203657215636e-07, + "L": 6.823989906479255e-07, + "G": 0.00011964147415710613, + "F": 0.00045837287325412035, + "E": 0.00019045441877096891, + "T": 6.859171116957441e-05, + "P": 0.1742236465215683, + "-": 0.8246940970420837 + }, + "id": "tp_3781" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 472639, + "label": "-", + "classification": { + "B": 2.1962698326660757e-10, + "S": 1.4196123443444009e-10, + "I": 1.9297846165500232e-07, + "C": 3.7280671882911065e-09, + "R": 9.452532090392651e-10, + "M": 8.773542248263766e-08, + "O": 5.16959701712949e-08, + "W": 1.7316162392866374e-10, + "N": 1.0780069059634911e-09, + "Y": 6.432238478737418e-06, + "U": 4.0062328454659735e-11, + "K": 3.8246190936508384e-11, + "L": 1.8570098792025647e-09, + "G": 5.605097044281138e-07, + "F": 1.3089094863971695e-05, + "E": 9.009774259993719e-08, + "T": 5.127552412886871e-06, + "P": 0.03676426410675049, + "-": 0.9632100462913513 + }, + "id": "tp_3782" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 472773, + "label": "-", + "classification": { + "B": 1.3300943464855663e-05, + "S": 3.509346470309538e-06, + "I": 0.0002675665891729295, + "C": 6.892444798722863e-05, + "R": 1.3542367923946586e-05, + "M": 0.0002646612992975861, + "O": 0.00011573700612643734, + "W": 5.930276984145166e-06, + "N": 1.2249360224814154e-05, + "Y": 0.0007139526423998177, + "U": 3.350462748130667e-06, + "K": 1.854505740084278e-06, + "L": 2.8069083782611415e-05, + "G": 0.0003792224160861224, + "F": 0.0017720693722367287, + "E": 0.000148067731061019, + "T": 0.0012891975929960608, + "P": 0.13308925926685333, + "-": 0.8618096113204956 + }, + "id": "tp_3783" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 472906, + "label": "-", + "classification": { + "B": 0.0010529984720051289, + "S": 0.0005076989764347672, + "I": 0.001758786616846919, + "C": 0.001101438538171351, + "R": 0.0002594242396298796, + "M": 0.008230231702327728, + "O": 0.002593633020296693, + "W": 0.00029865530086681247, + "N": 0.00018534435366746038, + "Y": 0.006310424767434597, + "U": 4.602981061907485e-05, + "K": 6.330674659693614e-05, + "L": 0.0013030553236603737, + "G": 0.008780249394476414, + "F": 0.042820513248443604, + "E": 0.0037110645789653063, + "T": 0.0041869631968438625, + "P": 0.12675124406814575, + "-": 0.7900390028953552 + }, + "id": "tp_3784" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 473006, + "label": "-", + "classification": { + "B": 0.00011098789400421083, + "S": 6.53688948659692e-06, + "I": 2.3884829715825617e-05, + "C": 1.9787883047683863e-06, + "R": 7.534802648478944e-07, + "M": 1.990810596907977e-05, + "O": 8.028294541873038e-05, + "W": 2.724547130128485e-06, + "N": 1.017779140966013e-06, + "Y": 4.450060077942908e-05, + "U": 4.110111717636755e-08, + "K": 2.071943150383504e-08, + "L": 7.375841050816234e-06, + "G": 0.00014476710930466652, + "F": 0.0013237082166597247, + "E": 1.682852416706737e-05, + "T": 7.838722376618534e-05, + "P": 0.10022906213998795, + "-": 0.8979070782661438 + }, + "id": "tp_3785" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 473140, + "label": "-", + "classification": { + "B": 0.00011211243690922856, + "S": 0.00021045935864094645, + "I": 0.007072596810758114, + "C": 0.0005842032842338085, + "R": 0.0002956677635665983, + "M": 0.004382820799946785, + "O": 0.0012702422682195902, + "W": 0.00018977659055963159, + "N": 0.0008658161386847496, + "Y": 0.03078193962574005, + "U": 9.662521188147366e-05, + "K": 0.0007803779444657266, + "L": 0.00026391036226414144, + "G": 0.007930561900138855, + "F": 0.012841703370213509, + "E": 0.007130093406885862, + "T": 0.023244274780154228, + "P": 0.12950502336025238, + "-": 0.7724416851997375 + }, + "id": "tp_3786" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 473273, + "label": "-", + "classification": { + "B": 5.863083629709109e-11, + "S": 1.7970575028058988e-10, + "I": 3.040000251530728e-07, + "C": 2.3430340334584798e-08, + "R": 1.3229086714972027e-09, + "M": 4.4674642651898466e-08, + "O": 3.02047453715204e-08, + "W": 4.1482914325818854e-10, + "N": 3.6548561954674597e-09, + "Y": 6.117794782767305e-06, + "U": 2.2217082340514338e-10, + "K": 3.0079627677537246e-09, + "L": 6.569515487164779e-10, + "G": 2.433886265862384e-07, + "F": 0.00011610968067543581, + "E": 2.063102186866672e-07, + "T": 3.1992299227567855e-06, + "P": 0.030438078567385674, + "-": 0.9694355130195618 + }, + "id": "tp_3787" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 473407, + "label": "-", + "classification": { + "B": 7.32128228264628e-07, + "S": 6.81788563383634e-08, + "I": 2.282923014718108e-05, + "C": 7.13015140263451e-07, + "R": 8.708191501227702e-08, + "M": 9.57434021984227e-05, + "O": 7.043122423056047e-06, + "W": 6.04999712550125e-08, + "N": 3.714221179507149e-07, + "Y": 0.0001096267078537494, + "U": 1.484324574363427e-08, + "K": 7.867626550250861e-09, + "L": 9.68009771895595e-07, + "G": 3.408081829547882e-05, + "F": 0.00013973560999147594, + "E": 6.527893856400624e-05, + "T": 0.00017945932631846517, + "P": 0.07073849439620972, + "-": 0.9286046624183655 + }, + "id": "tp_3788" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 473507, + "label": "-", + "classification": { + "B": 8.207390465031494e-07, + "S": 1.0710219555676304e-07, + "I": 0.00011676006397465244, + "C": 1.5725416233181022e-05, + "R": 2.0316006157372613e-06, + "M": 1.4825969628873281e-05, + "O": 1.1675677342282142e-05, + "W": 2.9295205195012386e-07, + "N": 3.859089247271186e-06, + "Y": 9.511518874205649e-05, + "U": 2.729252059907594e-07, + "K": 1.3599508008610428e-07, + "L": 8.661889410177537e-07, + "G": 6.288559234235436e-05, + "F": 0.0003974057617597282, + "E": 3.072158870054409e-05, + "T": 0.0001867980172391981, + "P": 0.275043785572052, + "-": 0.7240159511566162 + }, + "id": "tp_3789" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 473640, + "label": "-", + "classification": { + "B": 3.4617013700000143e-09, + "S": 1.1960810120115184e-09, + "I": 8.917260856833309e-06, + "C": 3.226423928026634e-07, + "R": 1.6922268031294152e-08, + "M": 3.1412430416821735e-06, + "O": 3.5484029581311916e-07, + "W": 3.0115734350744106e-09, + "N": 6.630538251783946e-08, + "Y": 2.724609657889232e-05, + "U": 2.537712262551395e-09, + "K": 9.488496210963149e-09, + "L": 1.6300392147172715e-08, + "G": 6.602396297239466e-06, + "F": 9.470786608289927e-05, + "E": 9.460500223212875e-06, + "T": 2.0390703866723925e-05, + "P": 0.0701509639620781, + "-": 0.9296777844429016 + }, + "id": "tp_3790" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 473774, + "label": "-", + "classification": { + "B": 7.337686156461132e-07, + "S": 3.96393772916781e-07, + "I": 4.472164619073737e-06, + "C": 4.0188839989241387e-07, + "R": 8.115662808449997e-08, + "M": 8.409281872445717e-05, + "O": 5.0776402531482745e-06, + "W": 7.9715896106336e-08, + "N": 1.073583035804404e-07, + "Y": 0.0001737245183903724, + "U": 1.2841718799450064e-09, + "K": 3.731501507786561e-08, + "L": 2.623340549234854e-07, + "G": 2.240742469439283e-05, + "F": 0.0004859667969867587, + "E": 1.8162219930673018e-05, + "T": 0.00019204353156965226, + "P": 0.00856712181121111, + "-": 0.9904447197914124 + }, + "id": "tp_3791" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 473907, + "label": "-", + "classification": { + "B": 7.63573024253894e-11, + "S": 8.237175525005469e-11, + "I": 1.6168395688964665e-07, + "C": 5.987646378713407e-09, + "R": 1.1786725762075179e-10, + "M": 3.007393090115329e-08, + "O": 8.57231174933304e-09, + "W": 1.317364412001254e-10, + "N": 3.970233475314444e-09, + "Y": 4.792344952875283e-06, + "U": 8.426967457175749e-11, + "K": 3.6889680643525935e-08, + "L": 8.400713458200926e-11, + "G": 4.000636693035631e-07, + "F": 0.00019331845396663994, + "E": 1.3149069673090708e-06, + "T": 1.4553013443219243e-06, + "P": 0.0588005930185318, + "-": 0.9409979581832886 + }, + "id": "tp_3792" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 474007, + "label": "-", + "classification": { + "B": 4.179333700449206e-06, + "S": 3.93027903555776e-06, + "I": 0.001963510876521468, + "C": 0.00015974254347383976, + "R": 2.8615717383217998e-05, + "M": 0.0007457751198671758, + "O": 0.0001653946383157745, + "W": 6.307440344244242e-06, + "N": 5.870847235200927e-05, + "Y": 0.0018556853756308556, + "U": 4.958402769261738e-06, + "K": 3.805166898018797e-06, + "L": 3.507141082081944e-05, + "G": 0.0006677053170278668, + "F": 0.0018994109705090523, + "E": 0.000627441331744194, + "T": 0.002450412604957819, + "P": 0.1477864682674408, + "-": 0.8415329456329346 + }, + "id": "tp_3793" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 474141, + "label": "-", + "classification": { + "B": 7.859527251241616e-09, + "S": 8.765912440367174e-09, + "I": 2.620037548695109e-06, + "C": 4.9632451037950887e-08, + "R": 2.661744824550283e-09, + "M": 2.7603236958384514e-06, + "O": 9.635858759793337e-07, + "W": 4.129831143728779e-09, + "N": 7.76423192405673e-08, + "Y": 9.10482594917994e-06, + "U": 6.094674209755624e-10, + "K": 8.848269894556893e-10, + "L": 1.0413850226598242e-08, + "G": 2.0263155420252588e-06, + "F": 2.6893378162640147e-05, + "E": 2.4734345061006024e-06, + "T": 4.167509177932516e-05, + "P": 0.10337886959314346, + "-": 0.896532416343689 + }, + "id": "tp_3794" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 474274, + "label": "-", + "classification": { + "B": 5.455996415548725e-06, + "S": 3.2598823054286186e-06, + "I": 7.506250403821468e-05, + "C": 9.17823999770917e-05, + "R": 1.9333745512994938e-05, + "M": 0.00015286938287317753, + "O": 6.0151738580316305e-05, + "W": 3.1929425858834293e-06, + "N": 4.81665438201162e-06, + "Y": 0.002134861657395959, + "U": 1.7838983694673516e-06, + "K": 2.7189855245524086e-05, + "L": 1.2239775969646871e-05, + "G": 0.0007237005047500134, + "F": 0.02128974162042141, + "E": 0.00010460338671691716, + "T": 0.0005757940234616399, + "P": 0.02229662612080574, + "-": 0.9524175524711609 + }, + "id": "tp_3795" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 474408, + "label": "-", + "classification": { + "B": 6.708407440658704e-11, + "S": 6.618139369862774e-10, + "I": 1.577568809807417e-06, + "C": 1.373137195059826e-07, + "R": 1.148550854424002e-08, + "M": 6.785488437799359e-08, + "O": 6.564150822896408e-08, + "W": 1.761571444269805e-09, + "N": 6.017356923848638e-08, + "Y": 7.570709567517042e-05, + "U": 2.0214667717510792e-09, + "K": 1.5540797448920785e-06, + "L": 5.226000743263626e-10, + "G": 2.094032879540464e-06, + "F": 0.0007641880656592548, + "E": 2.68836083705537e-06, + "T": 1.0809139894263353e-05, + "P": 0.034272681921720505, + "-": 0.9648683667182922 + }, + "id": "tp_3796" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 474508, + "label": "-", + "classification": { + "B": 0.00024103942268993706, + "S": 7.479404303012416e-05, + "I": 0.0009585925145074725, + "C": 0.00021536668646149337, + "R": 7.332340464927256e-05, + "M": 0.0018745827255770564, + "O": 0.000517114473041147, + "W": 4.405267463880591e-05, + "N": 7.946157711558044e-05, + "Y": 0.008003865368664265, + "U": 1.1091450687672477e-05, + "K": 3.334371285745874e-05, + "L": 0.0002293465076945722, + "G": 0.005972597282379866, + "F": 0.031502656638622284, + "E": 0.0033730133436620235, + "T": 0.003495014738291502, + "P": 0.14326485991477966, + "-": 0.8000359535217285 + }, + "id": "tp_3797" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 474641, + "label": "-", + "classification": { + "B": 4.555702481923163e-09, + "S": 3.5439928769420703e-10, + "I": 7.403728119470543e-08, + "C": 5.193750984844314e-10, + "R": 1.147527732558995e-11, + "M": 5.40909752544394e-07, + "O": 2.0369943953824077e-08, + "W": 8.578523308377939e-11, + "N": 7.50437822993888e-10, + "Y": 1.8995280015587923e-06, + "U": 6.0110532003332384e-12, + "K": 3.018022221024097e-10, + "L": 8.604796319922059e-10, + "G": 1.0299552286596736e-06, + "F": 0.0003673338214866817, + "E": 7.191669737949269e-06, + "T": 1.2414275261107832e-06, + "P": 0.0984296202659607, + "-": 0.9011910557746887 + }, + "id": "tp_3798" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 474775, + "label": "-", + "classification": { + "B": 2.0484196284087375e-05, + "S": 7.967522105900571e-05, + "I": 0.0008462058031000197, + "C": 9.7788026323542e-05, + "R": 5.025695645599626e-05, + "M": 0.0019861541222780943, + "O": 0.000632583221886307, + "W": 3.519371966831386e-05, + "N": 0.00010931152064586058, + "Y": 0.00471314275637269, + "U": 8.295557563542388e-06, + "K": 1.5841615095268935e-05, + "L": 8.94394688657485e-05, + "G": 0.0010133665055036545, + "F": 0.00885868538171053, + "E": 0.00038180514820851386, + "T": 0.00896450225263834, + "P": 0.1183381974697113, + "-": 0.8537590503692627 + }, + "id": "tp_3799" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 474908, + "label": "-", + "classification": { + "B": 4.596954750013538e-05, + "S": 4.8187986976699904e-05, + "I": 0.0028717604000121355, + "C": 0.0005082116695120931, + "R": 0.00012137517478549853, + "M": 0.001943389535881579, + "O": 0.0005791932926513255, + "W": 6.295396451605484e-05, + "N": 0.00024016911629587412, + "Y": 0.003915336448699236, + "U": 2.1192010535742156e-05, + "K": 5.4949290642980486e-05, + "L": 0.00010037110769189894, + "G": 0.0016391065437346697, + "F": 0.008507434278726578, + "E": 0.002818798879161477, + "T": 0.0035004739183932543, + "P": 0.15877433121204376, + "-": 0.8142468333244324 + }, + "id": "tp_3800" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 475008, + "label": "-", + "classification": { + "B": 7.866810847190209e-06, + "S": 9.21281571208965e-06, + "I": 0.00035476425546221435, + "C": 1.1931607332371641e-05, + "R": 5.363266609492712e-06, + "M": 0.00019602781685534865, + "O": 0.00025751034263521433, + "W": 7.349770385189913e-06, + "N": 3.99415148422122e-05, + "Y": 0.0004877366591244936, + "U": 1.0897165338974446e-06, + "K": 7.132244377316965e-07, + "L": 1.216874716192251e-05, + "G": 0.0002511388447601348, + "F": 0.0010558683425188065, + "E": 0.0001504335377831012, + "T": 0.0023941679392009974, + "P": 0.2767268419265747, + "-": 0.7180298566818237 + }, + "id": "tp_3801" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 475142, + "label": "-", + "classification": { + "B": 1.0589882037947973e-07, + "S": 9.962566771548609e-09, + "I": 7.845913933124393e-05, + "C": 5.950676950305933e-06, + "R": 6.381889079420944e-07, + "M": 3.3926688047358766e-05, + "O": 3.0379289910342777e-06, + "W": 5.2557176388745575e-08, + "N": 9.599244776836713e-07, + "Y": 0.0006643130909651518, + "U": 9.356828201134704e-08, + "K": 5.150606057213736e-07, + "L": 2.649345844929485e-07, + "G": 0.0001009393236017786, + "F": 0.0003239929210394621, + "E": 0.00011093102511949837, + "T": 0.0002738929179031402, + "P": 0.06854768097400665, + "-": 0.9298542141914368 + }, + "id": "tp_3802" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 475275, + "label": "-", + "classification": { + "B": 6.996678507675824e-07, + "S": 4.634981962681195e-07, + "I": 0.00020165402384009212, + "C": 3.714611739269458e-05, + "R": 5.384752967074746e-06, + "M": 0.00019892642740160227, + "O": 3.163744622725062e-05, + "W": 5.870162453902594e-07, + "N": 3.1956162729329662e-06, + "Y": 0.0008599839638918638, + "U": 5.548977242142428e-07, + "K": 2.50084809749751e-07, + "L": 8.837165296426974e-06, + "G": 0.00028941992786712945, + "F": 0.0015228817937895656, + "E": 7.425911462632939e-05, + "T": 0.0012760121608152986, + "P": 0.04090476036071777, + "-": 0.9545832872390747 + }, + "id": "tp_3803" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 475375, + "label": "-", + "classification": { + "B": 3.9785494898580964e-09, + "S": 8.083580915752009e-09, + "I": 9.3864373411634e-06, + "C": 1.3365954032451555e-07, + "R": 6.250893136439117e-09, + "M": 6.242440235837421e-07, + "O": 1.0541675266040329e-07, + "W": 1.1803858335213135e-08, + "N": 5.144718784322322e-07, + "Y": 4.93361076223664e-05, + "U": 1.1325253623795106e-08, + "K": 4.518435162026435e-06, + "L": 2.252371844591039e-09, + "G": 1.996074388443958e-06, + "F": 0.0006532118422910571, + "E": 4.4729269575327635e-05, + "T": 2.4667218895046972e-05, + "P": 0.28191572427749634, + "-": 0.7172949314117432 + }, + "id": "tp_3804" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 475509, + "label": "-", + "classification": { + "B": 1.3694263145680452e-07, + "S": 6.347726184685598e-07, + "I": 4.6710534661542624e-05, + "C": 5.242581210040953e-06, + "R": 1.3400959915088606e-06, + "M": 7.096812169038458e-06, + "O": 7.568225100840209e-06, + "W": 4.979005439054163e-07, + "N": 3.0920289191271877e-06, + "Y": 0.00016361770394723862, + "U": 1.2241638103205332e-07, + "K": 2.559634594945237e-06, + "L": 2.017960412104003e-07, + "G": 2.4212038624682464e-05, + "F": 0.0017051536124199629, + "E": 1.9923707441193983e-05, + "T": 0.00013145923730917275, + "P": 0.13676601648330688, + "-": 0.8611143827438354 + }, + "id": "tp_3805" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 475642, + "label": "-", + "classification": { + "B": 1.3667098563985292e-08, + "S": 1.4153591187948678e-08, + "I": 3.281981480540708e-05, + "C": 1.1635967211987008e-06, + "R": 1.2434384188964032e-07, + "M": 3.038080421902123e-06, + "O": 6.089874773351767e-07, + "W": 2.748419625220322e-08, + "N": 9.596373047315865e-07, + "Y": 0.00019896344747394323, + "U": 3.834465900354189e-08, + "K": 2.5892645680869464e-06, + "L": 1.2767110035838414e-08, + "G": 1.1158735105709638e-05, + "F": 0.0002642025938257575, + "E": 3.878787174471654e-05, + "T": 7.59156682761386e-05, + "P": 0.14800381660461426, + "-": 0.8513657450675964 + }, + "id": "tp_3806" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 475776, + "label": "-", + "classification": { + "B": 0.00015319469093810767, + "S": 6.161015335237607e-05, + "I": 0.006966712418943644, + "C": 0.0009467629133723676, + "R": 0.0002663568302523345, + "M": 0.003133272286504507, + "O": 0.00041891844011843204, + "W": 7.59448521421291e-05, + "N": 0.000677266507409513, + "Y": 0.014897633343935013, + "U": 6.829592894064263e-05, + "K": 0.0005528431502170861, + "L": 0.00011133772204630077, + "G": 0.005724077578634024, + "F": 0.022883599624037743, + "E": 0.0131221329793334, + "T": 0.0054062530398368835, + "P": 0.30620017647743225, + "-": 0.618333637714386 + }, + "id": "tp_3807" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 475876, + "label": "-", + "classification": { + "B": 0.00012838437396567315, + "S": 0.0002901495317928493, + "I": 0.0016584057593718171, + "C": 0.00040026125498116016, + "R": 0.00022089081176090986, + "M": 0.003332113614305854, + "O": 0.0017126434249803424, + "W": 0.00024398927052970976, + "N": 0.0002540430868975818, + "Y": 0.009260757826268673, + "U": 5.2082301408518106e-05, + "K": 0.0007129449513740838, + "L": 0.0004054941819049418, + "G": 0.00621390575543046, + "F": 0.051630839705467224, + "E": 0.004295108374208212, + "T": 0.007531510666012764, + "P": 0.07156220823526382, + "-": 0.8400942087173462 + }, + "id": "tp_3808" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 476009, + "label": "-", + "classification": { + "B": 1.7124376938681962e-07, + "S": 2.0279343004858674e-07, + "I": 2.2380858354154043e-05, + "C": 5.4506472224602476e-06, + "R": 7.03079649611027e-07, + "M": 4.577326762955636e-05, + "O": 8.242413969128393e-06, + "W": 1.7114646766458463e-07, + "N": 8.125239787659666e-07, + "Y": 0.0003006157057825476, + "U": 1.0184265875068377e-07, + "K": 2.289253870912944e-07, + "L": 7.450119028362678e-07, + "G": 5.133686863700859e-05, + "F": 0.00040976889431476593, + "E": 1.542930112918839e-05, + "T": 0.0005076598026789725, + "P": 0.05806111544370651, + "-": 0.9405690431594849 + }, + "id": "tp_3809" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 476143, + "label": "-", + "classification": { + "B": 4.545907261732651e-10, + "S": 1.0484217938255824e-09, + "I": 9.260054412152385e-07, + "C": 2.365956106586964e-07, + "R": 1.3362089212876072e-08, + "M": 1.9436295133345993e-06, + "O": 1.1751233586210219e-07, + "W": 7.377088939719556e-10, + "N": 8.360537151475e-09, + "Y": 4.439766053110361e-05, + "U": 5.881595765977465e-10, + "K": 2.4717909496985158e-08, + "L": 9.961635960564763e-09, + "G": 6.988573204580462e-06, + "F": 0.0006653621094301343, + "E": 3.878329152939841e-06, + "T": 1.6378438886022195e-05, + "P": 0.012825576588511467, + "-": 0.9864341020584106 + }, + "id": "tp_3810" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 476276, + "label": "-", + "classification": { + "B": 0.0001726898772176355, + "S": 0.0002473932399880141, + "I": 2.642590698087588e-05, + "C": 1.4151852155919187e-05, + "R": 6.270110134209972e-06, + "M": 0.002683531027287245, + "O": 0.0014131239149719477, + "W": 2.3458565920009278e-05, + "N": 1.4574264923794544e-06, + "Y": 0.0007618445670232177, + "U": 1.3077979588160815e-07, + "K": 7.417009584287371e-08, + "L": 0.0007845318177714944, + "G": 0.0023524253629148006, + "F": 0.03823249787092209, + "E": 8.72364835231565e-05, + "T": 0.0011794015299528837, + "P": 0.00936443917453289, + "-": 0.9426488876342773 + }, + "id": "tp_3811" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 476376, + "label": "-", + "classification": { + "B": 2.2615091743727334e-10, + "S": 4.125688679579298e-09, + "I": 3.733538811445669e-09, + "C": 1.1936828261949195e-11, + "R": 7.2030554264246316e-12, + "M": 9.71264313420761e-09, + "O": 2.3668544457677854e-08, + "W": 4.2230732799630744e-10, + "N": 2.510104069042285e-10, + "Y": 1.794352783690556e-06, + "U": 7.163620282905903e-13, + "K": 1.0744252598726689e-08, + "L": 1.1643932346094843e-11, + "G": 5.557073734507867e-08, + "F": 8.973129297373816e-05, + "E": 1.2574920660313182e-08, + "T": 2.397059688519221e-06, + "P": 0.003658940549939871, + "-": 0.9962469935417175 + }, + "id": "tp_3812" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 476510, + "label": "-", + "classification": { + "B": 0.0002585569745860994, + "S": 6.552511331392452e-05, + "I": 2.5665216526249424e-05, + "C": 7.669773367524613e-06, + "R": 2.0592067357938504e-06, + "M": 0.0004208942409604788, + "O": 0.00019535784667823464, + "W": 7.990330232132692e-06, + "N": 3.4615377444424666e-06, + "Y": 0.00036924987216480076, + "U": 1.9680247476117074e-07, + "K": 1.539626509838854e-06, + "L": 3.351645864313468e-05, + "G": 0.0009498032741248608, + "F": 0.02410843037068844, + "E": 0.000446863763500005, + "T": 0.0004447479732334614, + "P": 0.05995938554406166, + "-": 0.9126990437507629 + }, + "id": "tp_3813" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 476643, + "label": "-", + "classification": { + "B": 3.2178647870750865e-06, + "S": 2.1882546207052656e-05, + "I": 0.0002772269945126027, + "C": 0.00010178381489822641, + "R": 2.6590234483592212e-05, + "M": 0.0003331959596835077, + "O": 0.00011488499148981646, + "W": 9.240881809091661e-06, + "N": 2.895501529565081e-05, + "Y": 0.004149250686168671, + "U": 4.380492555355886e-06, + "K": 5.0864226068370044e-05, + "L": 1.3920246601628605e-05, + "G": 0.00045893335482105613, + "F": 0.009910961613059044, + "E": 0.00016924839292187244, + "T": 0.002679272787645459, + "P": 0.04041886329650879, + "-": 0.94122713804245 + }, + "id": "tp_3814" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 476777, + "label": "-", + "classification": { + "B": 3.977948654210195e-05, + "S": 1.6500731362611987e-05, + "I": 0.0001438782346667722, + "C": 2.171039341192227e-05, + "R": 2.1266347175696865e-05, + "M": 0.018150711432099342, + "O": 0.001863586250692606, + "W": 9.010949725052342e-06, + "N": 1.1953044349866104e-06, + "Y": 0.015421359799802303, + "U": 1.554052175833931e-07, + "K": 4.7015706883257735e-09, + "L": 0.0010096068726852536, + "G": 0.004740055650472641, + "F": 0.0005941002746112645, + "E": 3.2891195587581024e-05, + "T": 0.020126307383179665, + "P": 0.0018965890631079674, + "-": 0.9359113574028015 + }, + "id": "tp_3815" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 476877, + "label": "-", + "classification": { + "B": 2.4510600269422866e-05, + "S": 0.00010447811655467376, + "I": 0.0006663736421614885, + "C": 0.0002876162761822343, + "R": 9.209616837324575e-05, + "M": 0.0009058256982825696, + "O": 0.0004159982781857252, + "W": 8.478771633235738e-05, + "N": 0.00022284392616711557, + "Y": 0.013562923297286034, + "U": 2.5930483388947323e-05, + "K": 0.005558669567108154, + "L": 4.750534571940079e-05, + "G": 0.004410011228173971, + "F": 0.1513848900794983, + "E": 0.005548061337321997, + "T": 0.004625084809958935, + "P": 0.09174316376447678, + "-": 0.7202892303466797 + }, + "id": "tp_3816" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 477010, + "label": "-", + "classification": { + "B": 1.6790177426173614e-07, + "S": 2.9632610676344484e-06, + "I": 6.693480827379972e-05, + "C": 5.988501288811676e-05, + "R": 2.989033964695409e-05, + "M": 0.0006034154794178903, + "O": 8.503376739099622e-05, + "W": 2.155456286345725e-06, + "N": 1.8775909893520293e-06, + "Y": 0.01792062819004059, + "U": 4.1994201183115365e-07, + "K": 1.4759956457055523e-06, + "L": 2.2268777684075758e-05, + "G": 0.0007140383240766823, + "F": 0.006764677353203297, + "E": 1.6521138604730368e-05, + "T": 0.00825901422649622, + "P": 0.004329186864197254, + "-": 0.961119532585144 + }, + "id": "tp_3817" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 477144, + "label": "-", + "classification": { + "B": 7.849649409763515e-05, + "S": 0.00036881183041259646, + "I": 0.0007078124908730388, + "C": 0.00013081108045298606, + "R": 9.107437654165551e-05, + "M": 0.010837513022124767, + "O": 0.0012071857927367091, + "W": 7.073458982631564e-05, + "N": 5.393605897552334e-05, + "Y": 0.05144830793142319, + "U": 2.4461228349537123e-06, + "K": 9.562652121530846e-05, + "L": 0.0002834809711202979, + "G": 0.011172178201377392, + "F": 0.05389391630887985, + "E": 0.0010917846811935306, + "T": 0.026441330090165138, + "P": 0.011331158690154552, + "-": 0.8306933641433716 + }, + "id": "tp_3818" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 477277, + "label": "-", + "classification": { + "B": 0.0001751240051817149, + "S": 0.0014297158923000097, + "I": 0.0004501444345805794, + "C": 0.0011165417963638902, + "R": 0.0024351757019758224, + "M": 0.04211253672838211, + "O": 0.016428092494606972, + "W": 0.0003734482452273369, + "N": 1.954233812284656e-05, + "Y": 0.1760176569223404, + "U": 2.149879492208129e-06, + "K": 3.8057894471421605e-06, + "L": 0.01643131673336029, + "G": 0.07401130348443985, + "F": 0.051334135234355927, + "E": 8.327521936735138e-05, + "T": 0.0869540423154831, + "P": 0.0007246335735544562, + "-": 0.5298972725868225 + }, + "id": "tp_3819" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 477377, + "label": "-", + "classification": { + "B": 2.9247961720102467e-05, + "S": 7.161006942624226e-05, + "I": 4.19737762058503e-06, + "C": 2.4836630473146215e-05, + "R": 1.7770027625374496e-05, + "M": 0.0004049725248478353, + "O": 0.00047748585348017514, + "W": 1.6438852981082164e-05, + "N": 4.22878741801469e-07, + "Y": 0.000807136413641274, + "U": 8.910482307555867e-08, + "K": 1.9355113067831553e-07, + "L": 0.0001690992503426969, + "G": 0.000742104952223599, + "F": 0.03704087436199188, + "E": 1.2572760169859976e-05, + "T": 0.0005703563219867647, + "P": 0.003918088041245937, + "-": 0.9556924700737 + }, + "id": "tp_3820" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 477511, + "label": "-", + "classification": { + "B": 5.520065769815119e-06, + "S": 0.000332182360580191, + "I": 1.2213350601086859e-05, + "C": 6.962844054214656e-05, + "R": 4.70808481622953e-05, + "M": 0.004625729285180569, + "O": 0.0014885286800563335, + "W": 2.932368624897208e-05, + "N": 1.8206370668849559e-06, + "Y": 0.020420195534825325, + "U": 1.5187544022410293e-07, + "K": 1.887096368591301e-05, + "L": 0.0008060800028033555, + "G": 0.016597088426351547, + "F": 0.17870238423347473, + "E": 0.00012319059169385582, + "T": 0.006696437485516071, + "P": 0.0012823545839637518, + "-": 0.7687413096427917 + }, + "id": "tp_3821" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 477644, + "label": "-", + "classification": { + "B": 5.2966290240874514e-05, + "S": 0.00013204681454226375, + "I": 0.0020700853783637285, + "C": 0.000671686721034348, + "R": 7.338669820455834e-05, + "M": 0.001195468008518219, + "O": 0.000498127075843513, + "W": 0.00011743500363081694, + "N": 0.0005429313750937581, + "Y": 0.001957337837666273, + "U": 3.854052192764357e-05, + "K": 0.001215506810694933, + "L": 9.793682693270966e-05, + "G": 0.00384614709764719, + "F": 0.09517211467027664, + "E": 0.016808243468403816, + "T": 0.0024106570053845644, + "P": 0.3340461254119873, + "-": 0.539053201675415 + }, + "id": "tp_3822" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 477778, + "label": "-", + "classification": { + "B": 1.8215646377939265e-06, + "S": 4.614566205418669e-05, + "I": 0.00032641357393004, + "C": 0.00011557332618394867, + "R": 0.00021094096882734448, + "M": 0.02077539451420307, + "O": 0.001173882046714425, + "W": 9.731503268994857e-06, + "N": 4.583607278618729e-06, + "Y": 0.12655454874038696, + "U": 1.2096886337076285e-07, + "K": 1.5353892877101316e-06, + "L": 0.0002919367398135364, + "G": 0.00598151283338666, + "F": 0.0074194385670125484, + "E": 3.867693885695189e-05, + "T": 0.09537922590970993, + "P": 0.0007890339475125074, + "-": 0.7408794164657593 + }, + "id": "tp_3823" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 477878, + "label": "-", + "classification": { + "B": 6.880571845613304e-08, + "S": 1.2448720099200727e-06, + "I": 1.0581502465356607e-05, + "C": 4.2128763766413613e-07, + "R": 1.0825619511933837e-07, + "M": 2.7297824999550357e-05, + "O": 8.607551535533275e-06, + "W": 3.581229748306214e-07, + "N": 1.1657066352199763e-06, + "Y": 0.0003874368267133832, + "U": 2.067467619326635e-08, + "K": 1.0616314284561668e-05, + "L": 1.9864059197516326e-07, + "G": 4.707698099082336e-05, + "F": 0.021481696516275406, + "E": 9.158789907814935e-05, + "T": 0.00024557759752497077, + "P": 0.03473769500851631, + "-": 0.9429483413696289 + }, + "id": "tp_3824" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 478011, + "label": "-", + "classification": { + "B": 6.810113063693279e-06, + "S": 2.024108835030347e-05, + "I": 0.00045292210415937006, + "C": 3.6463854485191405e-05, + "R": 1.0103287422680296e-05, + "M": 0.0003628683043643832, + "O": 0.00011056620860472322, + "W": 1.4611959159083199e-05, + "N": 4.398997043608688e-05, + "Y": 0.0016966082621365786, + "U": 2.6210993837594287e-06, + "K": 9.216723992722109e-05, + "L": 9.57595057116123e-06, + "G": 0.0006096372380852699, + "F": 0.0222044475376606, + "E": 0.0013644994469359517, + "T": 0.0014684959314763546, + "P": 0.1248750165104866, + "-": 0.8466183543205261 + }, + "id": "tp_3825" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 478145, + "label": "-", + "classification": { + "B": 9.005714218801586e-08, + "S": 4.59088232673821e-06, + "I": 1.2982000896499812e-07, + "C": 9.282704013457987e-06, + "R": 1.235881518368842e-05, + "M": 0.002537722233682871, + "O": 0.00028825420304201543, + "W": 6.050104843779991e-07, + "N": 2.1245114556478484e-09, + "Y": 0.003831195877864957, + "U": 3.4568170548254784e-10, + "K": 1.253771420017813e-09, + "L": 0.0002881296968553215, + "G": 0.0018234330927953124, + "F": 0.014032895676791668, + "E": 3.2511462677575764e-07, + "T": 0.002144991420209408, + "P": 4.241762144374661e-05, + "-": 0.9749836325645447 + }, + "id": "tp_3826" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 478278, + "label": "-", + "classification": { + "B": 4.757984424941242e-05, + "S": 4.176772927166894e-05, + "I": 7.162570454966044e-06, + "C": 1.6835501810419373e-05, + "R": 5.483312634169124e-06, + "M": 0.000745627039577812, + "O": 0.00022771015937905759, + "W": 5.9350068113417365e-06, + "N": 1.0077236538563739e-06, + "Y": 0.001884564640931785, + "U": 1.4677365811621712e-07, + "K": 1.6656580328344717e-06, + "L": 5.706690717488527e-05, + "G": 0.0011629813816398382, + "F": 0.039084065705537796, + "E": 9.450189827475697e-05, + "T": 0.0008861522655934095, + "P": 0.011145010590553284, + "-": 0.9445847868919373 + }, + "id": "tp_3827" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 478378, + "label": "-", + "classification": { + "B": 1.2417087358329582e-09, + "S": 1.6548310499686636e-09, + "I": 1.4422239473788068e-06, + "C": 1.3979779112105462e-08, + "R": 1.9267796247390834e-09, + "M": 2.8222566470503807e-06, + "O": 1.3148132893547881e-07, + "W": 9.023178870748438e-10, + "N": 8.497233139337368e-09, + "Y": 8.665512723382562e-05, + "U": 1.4949089188753817e-10, + "K": 6.792361784135892e-09, + "L": 3.733083620005573e-09, + "G": 4.716857802122831e-06, + "F": 0.00012170773698017001, + "E": 1.5078816204550094e-06, + "T": 6.705192936351523e-05, + "P": 0.0115816630423069, + "-": 0.9881322979927063 + }, + "id": "tp_3828" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 478512, + "label": "-", + "classification": { + "B": 1.7211725378274423e-08, + "S": 1.7104317961980087e-08, + "I": 4.369309465346305e-07, + "C": 4.777827911084387e-09, + "R": 1.2202071575373452e-09, + "M": 9.227536565958872e-07, + "O": 2.6554860710348294e-07, + "W": 4.8986095180225675e-09, + "N": 1.724899334476504e-08, + "Y": 3.512861439958215e-05, + "U": 7.143258762276616e-10, + "K": 6.939806240779944e-08, + "L": 6.848780653712083e-09, + "G": 2.9127049856469966e-06, + "F": 0.0008110052440315485, + "E": 2.4488074359396705e-06, + "T": 2.036624209722504e-05, + "P": 0.03424345329403877, + "-": 0.964883029460907 + }, + "id": "tp_3829" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 478645, + "label": "-", + "classification": { + "B": 1.7720127232223604e-07, + "S": 1.6152803539171146e-07, + "I": 1.137017534347251e-05, + "C": 2.6516518119024113e-05, + "R": 7.679430382268038e-06, + "M": 7.9112003732007e-05, + "O": 2.3708827939117327e-05, + "W": 3.5604779213826987e-07, + "N": 3.684737635012425e-07, + "Y": 0.00212217029184103, + "U": 1.728872263129233e-07, + "K": 1.8349080619373126e-06, + "L": 3.1297668101615272e-06, + "G": 0.00031352220685221255, + "F": 0.003730217693373561, + "E": 1.7833426682045683e-05, + "T": 0.00032391989952884614, + "P": 0.006345531903207302, + "-": 0.9869922399520874 + }, + "id": "tp_3830" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 478779, + "label": "-", + "classification": { + "B": 8.887777624977389e-09, + "S": 2.914273267151657e-08, + "I": 1.4908916767808478e-08, + "C": 2.3807119831076307e-08, + "R": 2.936815235443646e-09, + "M": 2.6793754841492046e-06, + "O": 8.986680199996044e-07, + "W": 3.797796743754134e-09, + "N": 5.384900303440077e-10, + "Y": 2.059569669654593e-05, + "U": 1.562102010244093e-11, + "K": 1.8877135410377832e-09, + "L": 4.4309395264008344e-08, + "G": 9.033256901602726e-06, + "F": 0.006052159238606691, + "E": 3.8453575257335615e-07, + "T": 8.53464734973386e-06, + "P": 0.001139827654697001, + "-": 0.9927656650543213 + }, + "id": "tp_3831" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 478879, + "label": "-", + "classification": { + "B": 3.380239144146202e-10, + "S": 8.248462468607443e-10, + "I": 3.886976962519384e-09, + "C": 6.365680205178137e-10, + "R": 7.412395697237173e-11, + "M": 6.477090153111931e-08, + "O": 3.882999521920283e-08, + "W": 9.8109548263281e-11, + "N": 3.2748078554467597e-11, + "Y": 8.199307899303676e-07, + "U": 4.4682110116912865e-13, + "K": 6.397292092764906e-13, + "L": 1.1524537990581507e-09, + "G": 1.353806595716378e-07, + "F": 0.0001243899023393169, + "E": 4.373063688944967e-09, + "T": 1.3393882909440435e-06, + "P": 0.003041269024834037, + "-": 0.9968319535255432 + }, + "id": "tp_3832" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 479012, + "label": "-", + "classification": { + "B": 1.2698650380116305e-06, + "S": 5.728315045416821e-06, + "I": 5.1104922022204846e-05, + "C": 1.1860100130434148e-05, + "R": 9.068840881809592e-06, + "M": 0.00024258614575956017, + "O": 6.823968578828499e-05, + "W": 2.605149120427086e-06, + "N": 2.7043063255405286e-06, + "Y": 0.002406984567642212, + "U": 3.215262722733314e-07, + "K": 2.252073954878142e-06, + "L": 8.763514415477403e-06, + "G": 0.0002733476576395333, + "F": 0.008651007898151875, + "E": 2.96367234113859e-05, + "T": 0.0023018773645162582, + "P": 0.01409451849758625, + "-": 0.9718361496925354 + }, + "id": "tp_3833" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 479146, + "label": "-", + "classification": { + "B": 8.761937841939016e-09, + "S": 1.3168237167349162e-08, + "I": 1.0225598998658825e-06, + "C": 1.9853432604577392e-06, + "R": 3.740659337836405e-07, + "M": 2.9948429073556326e-05, + "O": 4.228001216688426e-06, + "W": 1.4791250002588185e-08, + "N": 8.090556669060334e-09, + "Y": 0.0003623964439611882, + "U": 2.6078343928759296e-09, + "K": 5.1325970140680965e-09, + "L": 6.296649530668219e-07, + "G": 4.541561065707356e-05, + "F": 0.0005268898094072938, + "E": 9.236455298378132e-07, + "T": 0.00010706193279474974, + "P": 0.001627513556741178, + "-": 0.9972915053367615 + }, + "id": "tp_3834" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 479279, + "label": "-", + "classification": { + "B": 3.9152164390543476e-05, + "S": 6.120104808360338e-05, + "I": 0.0014576150570064783, + "C": 0.0025454384740442038, + "R": 0.0014546093298122287, + "M": 0.0038955756463110447, + "O": 0.0007018753094598651, + "W": 5.202676766202785e-05, + "N": 6.32229566690512e-05, + "Y": 0.03483401611447334, + "U": 4.903957596980035e-05, + "K": 8.378077473025769e-05, + "L": 0.0005117898108437657, + "G": 0.009601744823157787, + "F": 0.02969241328537464, + "E": 0.0004674422962125391, + "T": 0.01256508007645607, + "P": 0.021826423704624176, + "-": 0.880097508430481 + }, + "id": "tp_3835" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 479379, + "label": "-", + "classification": { + "B": 4.779826099365891e-07, + "S": 1.8723460016190074e-05, + "I": 8.102118158603844e-07, + "C": 9.836696790443966e-07, + "R": 3.003587210059777e-07, + "M": 6.627580296481028e-05, + "O": 0.00010036604362539947, + "W": 2.349466058149119e-06, + "N": 1.6297146032684395e-07, + "Y": 0.0003273311594966799, + "U": 3.5674738718682875e-09, + "K": 8.898690566638834e-07, + "L": 7.736985025985632e-06, + "G": 0.0003122373600490391, + "F": 0.16536441445350647, + "E": 2.6658088245312683e-05, + "T": 0.00019586467533372343, + "P": 0.006691219750791788, + "-": 0.8268832564353943 + }, + "id": "tp_3836" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 479513, + "label": "-", + "classification": { + "B": 3.2479846368005383e-07, + "S": 8.628907721686119e-07, + "I": 7.407559223793214e-06, + "C": 3.3511091146465333e-07, + "R": 1.1492017648606634e-07, + "M": 8.05499712441815e-06, + "O": 1.1370422726031393e-05, + "W": 2.556935214670375e-07, + "N": 2.1102854930177273e-07, + "Y": 1.4776674106542487e-05, + "U": 4.914263662669782e-09, + "K": 7.411455449357618e-09, + "L": 5.836807304149261e-07, + "G": 1.4039111192687415e-05, + "F": 0.0014500808902084827, + "E": 2.3048326056596125e-06, + "T": 4.320356310927309e-05, + "P": 0.0932803824543953, + "-": 0.9051656126976013 + }, + "id": "tp_3837" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 479646, + "label": "-", + "classification": { + "B": 1.7930776721186703e-06, + "S": 2.770807896013139e-06, + "I": 2.07733819479472e-06, + "C": 3.94472550624414e-07, + "R": 2.8009347374791105e-07, + "M": 5.4427404393209144e-05, + "O": 7.600837852805853e-05, + "W": 1.0016805163104436e-06, + "N": 8.051933519936938e-08, + "Y": 3.3234715374419466e-05, + "U": 5.687098791895551e-09, + "K": 7.950035296744318e-09, + "L": 4.773093223775504e-06, + "G": 2.6477802748559043e-05, + "F": 0.0017439981456845999, + "E": 1.736833496579493e-06, + "T": 8.857175271259621e-05, + "P": 0.008590524084866047, + "-": 0.9893717765808105 + }, + "id": "tp_3838" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 479780, + "label": "-", + "classification": { + "B": 2.4806652731967915e-08, + "S": 2.514620405236201e-07, + "I": 7.2379848461423535e-06, + "C": 9.340512008293445e-08, + "R": 5.252309875913852e-08, + "M": 1.450920262868749e-05, + "O": 3.7951879221509444e-06, + "W": 1.3822257471929333e-07, + "N": 3.7454589119079174e-07, + "Y": 0.0003130831755697727, + "U": 1.3972478285495527e-08, + "K": 1.7584530951353372e-06, + "L": 8.110287552653972e-08, + "G": 1.3526425391319208e-05, + "F": 0.001323865377344191, + "E": 1.2394351870170794e-05, + "T": 0.00017659417062532157, + "P": 0.038168322294950485, + "-": 0.9599639177322388 + }, + "id": "tp_3839" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 479880, + "label": "-", + "classification": { + "B": 4.1600782196837827e-07, + "S": 3.69610424968414e-05, + "I": 1.1339648153807502e-06, + "C": 4.441758937900886e-05, + "R": 2.9784749131067656e-05, + "M": 0.0021250552963465452, + "O": 0.0006356470403261483, + "W": 5.385454642237164e-06, + "N": 8.333609002875164e-08, + "Y": 0.025339694693684578, + "U": 1.0903142388940523e-08, + "K": 6.901748861309898e-07, + "L": 0.0005675150896422565, + "G": 0.010803830809891224, + "F": 0.21980105340480804, + "E": 7.856906449887902e-06, + "T": 0.004279151558876038, + "P": 0.00019543946837075055, + "-": 0.7361258864402771 + }, + "id": "tp_3840" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 480013, + "label": "-", + "classification": { + "B": 3.6794995139644016e-07, + "S": 5.095896540296962e-07, + "I": 0.00011214186088182032, + "C": 4.120144876651466e-05, + "R": 2.9201842153270263e-06, + "M": 9.257087185687851e-06, + "O": 5.262947524897754e-06, + "W": 6.576705118277459e-07, + "N": 7.047970484563848e-06, + "Y": 0.0009763494599610567, + "U": 6.049230023563723e-07, + "K": 3.63109793397598e-05, + "L": 2.5468634134995227e-07, + "G": 0.00011043243284802884, + "F": 0.004063587635755539, + "E": 0.00016164513363037258, + "T": 0.00012733213952742517, + "P": 0.12564823031425476, + "-": 0.8686959147453308 + }, + "id": "tp_3841" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 480147, + "label": "-", + "classification": { + "B": 1.8478368835062042e-10, + "S": 9.7969650170171e-09, + "I": 1.7096539295380353e-07, + "C": 2.875959026482633e-08, + "R": 4.330692693343963e-09, + "M": 6.1352448028628714e-06, + "O": 3.6511835332930787e-07, + "W": 2.118055508759653e-09, + "N": 4.987963819758079e-09, + "Y": 0.00011442962568253279, + "U": 1.5722671775630914e-10, + "K": 1.6113295586706045e-08, + "L": 4.0290957237232305e-09, + "G": 1.0141606026081718e-06, + "F": 7.029723929008469e-05, + "E": 1.9122067840271484e-07, + "T": 0.00012407377653289586, + "P": 0.0015777929220348597, + "-": 0.9981054067611694 + }, + "id": "tp_3842" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 480280, + "label": "-", + "classification": { + "B": 1.3025769352026373e-09, + "S": 1.4325777231150028e-09, + "I": 1.6827270883368328e-05, + "C": 2.1699886474380037e-06, + "R": 7.056636377456016e-07, + "M": 1.696662548056338e-05, + "O": 8.563157507524011e-07, + "W": 6.516835959757827e-09, + "N": 4.514280860234976e-08, + "Y": 0.0008278950117528439, + "U": 5.316097784202611e-09, + "K": 1.1142386568963047e-08, + "L": 7.463175677457912e-08, + "G": 2.6441044610692188e-05, + "F": 5.219777813181281e-05, + "E": 7.356420042015088e-07, + "T": 0.00021062704036012292, + "P": 0.004411527421325445, + "-": 0.9944328665733337 + }, + "id": "tp_3843" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 480380, + "label": "-", + "classification": { + "B": 0.00035027635749429464, + "S": 6.202777149155736e-05, + "I": 0.001641349052079022, + "C": 0.0003363836440257728, + "R": 8.44463866087608e-05, + "M": 0.0038488018326461315, + "O": 0.0014920096145942807, + "W": 9.742995462147519e-05, + "N": 0.00010527990525588393, + "Y": 0.002343425527215004, + "U": 1.915615393954795e-05, + "K": 2.8474357804952888e-06, + "L": 0.00048406547284685075, + "G": 0.0027275648899376392, + "F": 0.0019047692185267806, + "E": 0.0005107087781652808, + "T": 0.007962610572576523, + "P": 0.13910402357578278, + "-": 0.836922824382782 + }, + "id": "tp_3844" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 480514, + "label": "-", + "classification": { + "B": 1.1163988347107079e-05, + "S": 8.685237276040425e-07, + "I": 0.00017275918798986822, + "C": 8.22139008960221e-06, + "R": 1.1668320212265826e-06, + "M": 0.0003190137795172632, + "O": 2.1250280042295344e-05, + "W": 3.795254599481268e-07, + "N": 2.121843635904952e-06, + "Y": 0.0009704641415737569, + "U": 9.43865217095663e-08, + "K": 1.9417306873492635e-07, + "L": 6.80994389767875e-06, + "G": 0.0006296174833551049, + "F": 0.0038394907023757696, + "E": 0.00033516186522319913, + "T": 0.00035567028680816293, + "P": 0.08303259313106537, + "-": 0.9102928638458252 + }, + "id": "tp_3845" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 480647, + "label": "-", + "classification": { + "B": 0.0001426458911737427, + "S": 7.304311293410137e-05, + "I": 0.00013025591033510864, + "C": 2.5003721020766534e-05, + "R": 9.519639206700958e-06, + "M": 0.0005802016239613295, + "O": 0.0004952533636242151, + "W": 2.6673698812373914e-05, + "N": 1.752665230014827e-05, + "Y": 0.0010763067984953523, + "U": 1.958689153980231e-06, + "K": 4.81775714433752e-06, + "L": 7.523579552071169e-05, + "G": 0.0009427143959328532, + "F": 0.006425061263144016, + "E": 0.00025950794224627316, + "T": 0.0017210924997925758, + "P": 0.06788524985313416, + "-": 0.9201080203056335 + }, + "id": "tp_3846" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 480781, + "label": "-", + "classification": { + "B": 2.5622901578259416e-09, + "S": 2.675522914330486e-09, + "I": 4.31885183616032e-07, + "C": 1.2101239121875551e-08, + "R": 1.134704330496561e-09, + "M": 3.134010057692649e-06, + "O": 2.6984909595739737e-07, + "W": 2.1398736116395867e-09, + "N": 8.066022516572957e-09, + "Y": 1.2293570762267336e-05, + "U": 1.919384234883026e-10, + "K": 8.165898179868236e-09, + "L": 8.216941793648402e-09, + "G": 1.7758380863597267e-06, + "F": 0.0007167884614318609, + "E": 4.440152224560734e-06, + "T": 8.606819392298348e-06, + "P": 0.027676185593008995, + "-": 0.9715760350227356 + }, + "id": "tp_3847" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 480881, + "label": "-", + "classification": { + "B": 7.276482392626349e-06, + "S": 2.7787627914221957e-06, + "I": 0.00016336470434907824, + "C": 2.684180799406022e-05, + "R": 4.3101413211843465e-06, + "M": 5.4549527703784406e-05, + "O": 4.7886944230413064e-05, + "W": 2.4664275315444684e-06, + "N": 2.023522938543465e-05, + "Y": 0.0007258282857947052, + "U": 1.258675979443069e-06, + "K": 5.711860922019696e-06, + "L": 5.377974048315082e-06, + "G": 0.0002493633655831218, + "F": 0.00487498426809907, + "E": 0.00031246987055055797, + "T": 0.00043009337969124317, + "P": 0.22756093740463257, + "-": 0.7655042409896851 + }, + "id": "tp_3848" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 481014, + "label": "-", + "classification": { + "B": 0.0001607737212907523, + "S": 5.986639371258207e-05, + "I": 0.0017553893849253654, + "C": 0.00021643280342686921, + "R": 2.8828109861933626e-05, + "M": 0.004387473687529564, + "O": 0.00042393634794279933, + "W": 4.783258918905631e-05, + "N": 0.00016743798914831132, + "Y": 0.004117416683584452, + "U": 1.4220911907614209e-05, + "K": 0.00010295956599293277, + "L": 7.871886191423982e-05, + "G": 0.001759159262292087, + "F": 0.009453743696212769, + "E": 0.005863976199179888, + "T": 0.0029721478931605816, + "P": 0.20609086751937866, + "-": 0.7622988820075989 + }, + "id": "tp_3849" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 481148, + "label": "-", + "classification": { + "B": 1.0230867368565821e-11, + "S": 4.24034809001772e-12, + "I": 8.400864004443065e-08, + "C": 8.595566480806838e-10, + "R": 9.996142802393138e-11, + "M": 5.8086296661485903e-08, + "O": 7.631611786962367e-09, + "W": 2.197650394997197e-11, + "N": 6.740547009442821e-11, + "Y": 1.0054350241262e-06, + "U": 2.332493139606262e-12, + "K": 1.0716393050724804e-12, + "L": 1.7065615587341654e-10, + "G": 4.695598931903078e-08, + "F": 1.1951742635574192e-06, + "E": 6.32513952325553e-09, + "T": 2.4402743292739615e-06, + "P": 0.004827313125133514, + "-": 0.9951678514480591 + }, + "id": "tp_3850" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 481281, + "label": "-", + "classification": { + "B": 4.9168183977599256e-06, + "S": 1.9624651031335816e-05, + "I": 4.767296195495874e-05, + "C": 2.7809224775410257e-05, + "R": 1.9418186639086343e-05, + "M": 0.0012007422046735883, + "O": 0.00024680819478817284, + "W": 5.490880539582577e-06, + "N": 2.124067577824462e-06, + "Y": 0.002471854444593191, + "U": 6.146788109617773e-07, + "K": 4.326125520037749e-07, + "L": 7.830397953512147e-05, + "G": 0.0005042758421041071, + "F": 0.002884943736717105, + "E": 2.8108546757721342e-05, + "T": 0.005177048500627279, + "P": 0.00737321050837636, + "-": 0.9799066185951233 + }, + "id": "tp_3851" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 481381, + "label": "-", + "classification": { + "B": 1.1717667547372912e-07, + "S": 1.2630370349597797e-07, + "I": 1.9817318388959393e-05, + "C": 1.0569205187493935e-05, + "R": 1.0879927003770717e-06, + "M": 2.095538548019249e-05, + "O": 8.123979569063522e-06, + "W": 1.5169285916272202e-07, + "N": 1.5936142290229327e-06, + "Y": 0.0010694328229874372, + "U": 2.3100481882920576e-07, + "K": 7.738165550108533e-06, + "L": 4.981982328899903e-07, + "G": 0.0001601541298441589, + "F": 0.0028934364672750235, + "E": 6.16477191215381e-05, + "T": 0.0003739667299669236, + "P": 0.031791992485523224, + "-": 0.9635784029960632 + }, + "id": "tp_3852" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 481515, + "label": "-", + "classification": { + "B": 6.964259569031128e-07, + "S": 3.383573528026318e-07, + "I": 3.334036955493502e-05, + "C": 5.776000762125477e-06, + "R": 7.19656270575797e-07, + "M": 2.2701708076056093e-05, + "O": 1.097789117920911e-05, + "W": 2.463058024204656e-07, + "N": 1.5226451068883762e-06, + "Y": 0.0003173123113811016, + "U": 1.7936909557647596e-07, + "K": 9.368504834128544e-07, + "L": 1.1454475270511466e-06, + "G": 0.00010136950731975958, + "F": 0.002359316684305668, + "E": 6.2308092310559e-05, + "T": 0.00029520964017137885, + "P": 0.07126905769109726, + "-": 0.9255167245864868 + }, + "id": "tp_3853" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 481648, + "label": "-", + "classification": { + "B": 8.111867373372661e-07, + "S": 1.2580571819853503e-06, + "I": 7.281097350642085e-05, + "C": 2.6110667477041716e-06, + "R": 6.780563239772164e-07, + "M": 0.00016268411127384752, + "O": 3.276743882452138e-05, + "W": 7.349177622018033e-07, + "N": 3.2834802823344944e-06, + "Y": 0.0006349977338686585, + "U": 1.1612306849428933e-07, + "K": 1.236993398379127e-06, + "L": 2.0046795725647826e-06, + "G": 0.0001626771263545379, + "F": 0.002121137222275138, + "E": 0.0001751942909322679, + "T": 0.0004970609443262219, + "P": 0.08095905184745789, + "-": 0.9151689410209656 + }, + "id": "tp_3854" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 481782, + "label": "-", + "classification": { + "B": 2.9730327355537156e-07, + "S": 1.4694753645017045e-06, + "I": 1.5271174561348744e-05, + "C": 6.098817948441138e-07, + "R": 2.603388224997616e-07, + "M": 3.951404869440012e-05, + "O": 1.992603029066231e-05, + "W": 1.0783173820527736e-06, + "N": 1.8778769117488991e-06, + "Y": 0.0003584144578780979, + "U": 1.3817687261052924e-07, + "K": 1.9070825146627612e-05, + "L": 5.553969231186784e-07, + "G": 4.202315176371485e-05, + "F": 0.0042899115942418575, + "E": 6.581057095900178e-05, + "T": 0.0003462378808762878, + "P": 0.03575129061937332, + "-": 0.9590462446212769 + }, + "id": "tp_3855" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 481882, + "label": "-", + "classification": { + "B": 8.197343413485214e-05, + "S": 0.00013917378964833915, + "I": 6.85898048686795e-05, + "C": 1.773293479345739e-05, + "R": 3.083422780036926e-05, + "M": 0.0020594100933521986, + "O": 0.0020757592283189297, + "W": 6.987267988733947e-05, + "N": 2.889217967094737e-06, + "Y": 0.0028941170312464237, + "U": 3.3072785754484357e-07, + "K": 3.1956716384229367e-07, + "L": 0.00022469986288342625, + "G": 0.0007142707472667098, + "F": 0.004272881429642439, + "E": 1.974885344679933e-05, + "T": 0.003264559665694833, + "P": 0.00619555963203311, + "-": 0.9778672456741333 + }, + "id": "tp_3856" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 482015, + "label": "-", + "classification": { + "B": 5.3465541327568644e-08, + "S": 1.112426048166526e-06, + "I": 1.6278606551622943e-07, + "C": 8.664355277687719e-08, + "R": 6.046768419309956e-08, + "M": 1.3969504834676627e-05, + "O": 1.023777986119967e-05, + "W": 1.5713362699898425e-07, + "N": 1.1789439646747724e-08, + "Y": 0.00011350148997735232, + "U": 3.105484203125286e-10, + "K": 6.9536669755621006e-09, + "L": 3.0051018029553234e-07, + "G": 1.1498686035338324e-05, + "F": 0.006093224044889212, + "E": 3.103188532804779e-07, + "T": 0.0001009787229122594, + "P": 0.0018376426305621862, + "-": 0.9918166995048523 + }, + "id": "tp_3857" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 482149, + "label": "-", + "classification": { + "B": 3.886137562858494e-07, + "S": 5.900918154111423e-07, + "I": 1.2089622032362968e-06, + "C": 1.2308865393606538e-07, + "R": 5.9410851349639415e-08, + "M": 0.00013975593901704997, + "O": 2.4102946554194205e-05, + "W": 9.201171735639946e-08, + "N": 1.3031979051447706e-08, + "Y": 0.0001494041207479313, + "U": 5.454399709670099e-10, + "K": 1.036153496336567e-09, + "L": 2.4710100205993513e-06, + "G": 6.627289258176461e-05, + "F": 0.0009560167673043907, + "E": 2.5097408524743514e-06, + "T": 0.00012727739522233605, + "P": 0.00244231172837317, + "-": 0.9960874319076538 + }, + "id": "tp_3858" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 482282, + "label": "-", + "classification": { + "B": 2.665594536210847e-07, + "S": 1.8536670154389867e-07, + "I": 1.1493622878333554e-05, + "C": 2.0888001017738134e-05, + "R": 4.612439624906983e-06, + "M": 0.00016666784358676523, + "O": 1.9685665392898954e-05, + "W": 2.5607917564229865e-07, + "N": 2.3588351893977233e-07, + "Y": 0.0024161869660019875, + "U": 1.1082673267992504e-07, + "K": 1.4875185172513739e-07, + "L": 5.066575795353856e-06, + "G": 0.0003293958434369415, + "F": 0.0021481856238096952, + "E": 1.1258446647843812e-05, + "T": 0.0004534878535196185, + "P": 0.00397595576941967, + "-": 0.9904358983039856 + }, + "id": "tp_3859" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 482382, + "label": "-", + "classification": { + "B": 5.553463822138838e-08, + "S": 5.687601060344605e-06, + "I": 8.173977050773829e-08, + "C": 2.4929772735049482e-06, + "R": 6.213949745870195e-07, + "M": 5.527665780391544e-05, + "O": 5.1095255912514403e-05, + "W": 9.388861030856788e-07, + "N": 2.4986823277117765e-08, + "Y": 0.000200494090677239, + "U": 2.228374595958371e-09, + "K": 8.291530093629262e-07, + "L": 3.256308445998002e-06, + "G": 9.74590439000167e-05, + "F": 0.03604632243514061, + "E": 1.1633978829195257e-06, + "T": 0.00025139967328868806, + "P": 0.0012656645849347115, + "-": 0.9620170593261719 + }, + "id": "tp_3860" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 482516, + "label": "-", + "classification": { + "B": 5.621102445729775e-07, + "S": 1.6447718280687695e-06, + "I": 1.5868594118728652e-06, + "C": 1.3474522120304755e-07, + "R": 4.504610018329913e-08, + "M": 3.8060752558521926e-06, + "O": 1.245944804395549e-05, + "W": 2.547544113440381e-07, + "N": 1.1167255564714651e-07, + "Y": 1.0791682143462822e-05, + "U": 2.268794707660504e-09, + "K": 1.6825618676108434e-09, + "L": 5.274537784316635e-07, + "G": 7.40491532269516e-06, + "F": 0.001955406041815877, + "E": 1.077457568499085e-06, + "T": 3.1879852031124756e-05, + "P": 0.06298760324716568, + "-": 0.9349846839904785 + }, + "id": "tp_3861" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 482649, + "label": "-", + "classification": { + "B": 1.3702773458135198e-06, + "S": 2.3107704691938125e-06, + "I": 6.244047108339146e-05, + "C": 1.7285599824390374e-05, + "R": 2.0929214770148974e-06, + "M": 7.570783782284707e-05, + "O": 2.0927369405399077e-05, + "W": 9.36140054363932e-07, + "N": 4.475646619539475e-06, + "Y": 0.0008192853420041502, + "U": 2.581359694886487e-07, + "K": 3.880140866385773e-06, + "L": 2.1572254809143487e-06, + "G": 0.0003239031066186726, + "F": 0.01256893016397953, + "E": 0.00022009588428772986, + "T": 0.0002533553633838892, + "P": 0.11051022261381149, + "-": 0.875110387802124 + }, + "id": "tp_3862" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 482783, + "label": "-", + "classification": { + "B": 6.1740004220212086e-09, + "S": 1.0619810097978188e-07, + "I": 3.8625850606877066e-07, + "C": 2.9493385227397084e-06, + "R": 3.280624696344603e-06, + "M": 0.00024367561854887754, + "O": 3.6362467653816566e-05, + "W": 5.296378802199797e-08, + "N": 1.5840093681163125e-09, + "Y": 0.003793320618569851, + "U": 3.555572780644667e-10, + "K": 1.8512473498599746e-10, + "L": 2.3576432795380242e-05, + "G": 0.00032963085686787963, + "F": 0.0012269588187336922, + "E": 7.942121982296158e-08, + "T": 0.000830424833111465, + "P": 5.95061901549343e-05, + "-": 0.9934497475624084 + }, + "id": "tp_3863" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 482883, + "label": "P", + "classification": { + "B": 1.3668152405443834e-06, + "S": 1.1767007208618452e-06, + "I": 0.0005312642315402627, + "C": 3.6199060104991077e-06, + "R": 7.030194524304534e-07, + "M": 4.1145125578623265e-05, + "O": 6.543479230458615e-06, + "W": 4.7142984271886235e-07, + "N": 7.042924698907882e-05, + "Y": 0.00015665833780076355, + "U": 3.6061697983313934e-07, + "K": 1.065939159161644e-05, + "L": 7.200453069344803e-07, + "G": 0.0001354577107122168, + "F": 0.0018540945602580905, + "E": 0.0015898329438641667, + "T": 0.00018702703528106213, + "P": 0.8866370320320129, + "-": 0.1087714284658432 + }, + "id": "tp_3864" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 483016, + "label": "-", + "classification": { + "B": 4.750276616505289e-08, + "S": 5.460612442220736e-07, + "I": 2.1099226898968482e-07, + "C": 2.1763995050605445e-08, + "R": 8.436262355360213e-09, + "M": 5.644295470119687e-06, + "O": 2.9079401429044083e-06, + "W": 6.271130814639037e-08, + "N": 1.8641099330807265e-08, + "Y": 0.00013415265129879117, + "U": 5.553619786269337e-10, + "K": 1.7619719017147872e-07, + "L": 6.738741831213702e-08, + "G": 1.0824956007127184e-05, + "F": 0.01059685554355383, + "E": 1.497256107541034e-06, + "T": 6.853709783172235e-05, + "P": 0.005177266895771027, + "-": 0.9840011596679688 + }, + "id": "tp_3865" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 483150, + "label": "-", + "classification": { + "B": 9.782348570297472e-06, + "S": 5.6939174100989476e-05, + "I": 0.0002618914586491883, + "C": 8.706215157872066e-05, + "R": 8.334144513355568e-05, + "M": 0.0015952790854498744, + "O": 0.0005907970480620861, + "W": 4.119418008485809e-05, + "N": 1.9782457457040437e-05, + "Y": 0.0051850066520273685, + "U": 3.845449100481346e-06, + "K": 3.4687636798480526e-06, + "L": 0.00012853596126660705, + "G": 0.000535091501660645, + "F": 0.005640148650854826, + "E": 6.213447340996936e-05, + "T": 0.010006245225667953, + "P": 0.026452939957380295, + "-": 0.9492366313934326 + }, + "id": "tp_3866" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 483283, + "label": "-", + "classification": { + "B": 0.001217108336277306, + "S": 0.003456014208495617, + "I": 0.002017621649429202, + "C": 0.0007006900268606842, + "R": 0.00045050279004499316, + "M": 0.0097001688554883, + "O": 0.007832149043679237, + "W": 0.0009572453564032912, + "N": 0.0005600927397608757, + "Y": 0.014641704969108105, + "U": 6.518293230328709e-05, + "K": 0.0008198911673389375, + "L": 0.0025279931724071503, + "G": 0.02550392411649227, + "F": 0.22805574536323547, + "E": 0.005052139516919851, + "T": 0.010773159563541412, + "P": 0.06800959259271622, + "-": 0.6176590323448181 + }, + "id": "tp_3867" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 483383, + "label": "-", + "classification": { + "B": 2.078838434727004e-08, + "S": 8.172578418452758e-07, + "I": 1.4882044752084767e-06, + "C": 2.9379323223110987e-06, + "R": 1.3892667993786745e-06, + "M": 0.0002059121325146407, + "O": 4.6850633225403726e-05, + "W": 2.5777399059734307e-07, + "N": 5.933931745971677e-08, + "Y": 0.0036202140618115664, + "U": 8.278421503860045e-09, + "K": 1.8392466927252826e-07, + "L": 5.480746040120721e-06, + "G": 0.0003360647533554584, + "F": 0.004925099201500416, + "E": 3.045291578018805e-06, + "T": 0.0005732204881496727, + "P": 0.0012276377528905869, + "-": 0.9890491962432861 + }, + "id": "tp_3868" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 483517, + "label": "-", + "classification": { + "B": 1.7672311514616013e-05, + "S": 4.104983963770792e-05, + "I": 4.9948954256251454e-05, + "C": 9.477655112277716e-06, + "R": 3.1813938221603166e-06, + "M": 0.00024389965983573347, + "O": 0.00016534802853129804, + "W": 6.826941898907535e-06, + "N": 3.4688509913394228e-06, + "Y": 0.0005572736845351756, + "U": 1.958244411071064e-07, + "K": 6.720885039612767e-07, + "L": 2.844648770405911e-05, + "G": 0.00039981442387215793, + "F": 0.025902170687913895, + "E": 0.00012056625564582646, + "T": 0.0004888219409622252, + "P": 0.04373472183942795, + "-": 0.9282264709472656 + }, + "id": "tp_3869" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 483650, + "label": "-", + "classification": { + "B": 1.152814002125524e-05, + "S": 0.00012071487435605377, + "I": 0.0001875497546279803, + "C": 9.9153709015809e-05, + "R": 5.336081449058838e-05, + "M": 0.00036460525006987154, + "O": 0.000514852930791676, + "W": 5.567623156821355e-05, + "N": 4.1133178456220776e-05, + "Y": 0.0020711219403892756, + "U": 7.804511369613465e-06, + "K": 5.8392608480062336e-05, + "L": 7.51534171286039e-05, + "G": 0.0005970195052213967, + "F": 0.03332100808620453, + "E": 0.00017986774037126452, + "T": 0.0023781699128448963, + "P": 0.050678152590990067, + "-": 0.9091848134994507 + }, + "id": "tp_3870" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 483750, + "label": "-", + "classification": { + "B": 4.449360403668834e-06, + "S": 9.469829819863662e-05, + "I": 2.1632718926412053e-05, + "C": 7.891698624007404e-05, + "R": 4.4994623749516904e-05, + "M": 0.001972917001694441, + "O": 0.0007815222488716245, + "W": 2.2388188881450333e-05, + "N": 2.8426386506907875e-06, + "Y": 0.022310584783554077, + "U": 2.702512063024187e-07, + "K": 1.4866872334096115e-05, + "L": 0.00016925451927818358, + "G": 0.003527156775817275, + "F": 0.06711485236883163, + "E": 0.00012549771054182202, + "T": 0.004005356691777706, + "P": 0.00330942589789629, + "-": 0.8963983654975891 + }, + "id": "tp_3871" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 483884, + "label": "-", + "classification": { + "B": 1.9074915869055076e-08, + "S": 6.430145305102997e-08, + "I": 5.534524234462879e-07, + "C": 1.8469362927930888e-08, + "R": 4.529790764706831e-09, + "M": 6.742392542946618e-06, + "O": 2.932796405730187e-06, + "W": 2.3970617490931545e-08, + "N": 1.305972041620862e-08, + "Y": 1.0370135896664578e-05, + "U": 3.485532695801652e-10, + "K": 1.690207307447622e-09, + "L": 4.644047635338211e-08, + "G": 1.7632113440413377e-06, + "F": 0.00019265490118414164, + "E": 8.09870982720895e-07, + "T": 2.715560003707651e-05, + "P": 0.011362695135176182, + "-": 0.9883941411972046 + }, + "id": "tp_3872" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 484017, + "label": "-", + "classification": { + "B": 2.6916580964098102e-08, + "S": 1.0364038871557568e-07, + "I": 3.861659081394464e-07, + "C": 4.822053938369208e-07, + "R": 4.3187839082747814e-08, + "M": 9.252602467313409e-05, + "O": 2.69276483777503e-06, + "W": 2.070097337991683e-08, + "N": 8.612447643940868e-09, + "Y": 6.576557643711567e-05, + "U": 7.630288623161618e-10, + "K": 6.372418148714587e-09, + "L": 5.56595693979034e-07, + "G": 2.3542675990029238e-05, + "F": 0.0033797298092395067, + "E": 3.3095177514042007e-06, + "T": 0.00011624327453318983, + "P": 0.0028965375386178493, + "-": 0.9934180974960327 + }, + "id": "tp_3873" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 484151, + "label": "-", + "classification": { + "B": 9.722261218314543e-09, + "S": 1.2874599164547362e-08, + "I": 1.3542947208122769e-08, + "C": 4.776136819373278e-08, + "R": 1.0165839725573278e-08, + "M": 5.814054588881845e-07, + "O": 9.981382618207135e-07, + "W": 6.0385323408240765e-09, + "N": 4.08827416364943e-10, + "Y": 1.4940374967409298e-05, + "U": 5.585469239899332e-11, + "K": 1.9415580254644738e-09, + "L": 4.928170582729763e-08, + "G": 3.867534815071849e-06, + "F": 0.0020960073452442884, + "E": 2.995410142148103e-08, + "T": 9.779260835784953e-06, + "P": 0.0006609366973862052, + "-": 0.9972127079963684 + }, + "id": "tp_3874" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 484251, + "label": "-", + "classification": { + "B": 2.519845168080792e-07, + "S": 2.7372113891033223e-06, + "I": 1.1827357866422972e-06, + "C": 5.5714481277391315e-06, + "R": 4.0268491829920094e-06, + "M": 0.0014164727181196213, + "O": 0.00015111302491277456, + "W": 7.505369126192818e-07, + "N": 3.084181443568923e-08, + "Y": 0.006097686477005482, + "U": 8.066449730392833e-09, + "K": 6.23660270093751e-08, + "L": 7.37442314857617e-05, + "G": 0.0015134306158870459, + "F": 0.009376841597259045, + "E": 2.353683839828591e-06, + "T": 0.002428491832688451, + "P": 0.0003419661952648312, + "-": 0.9785833358764648 + }, + "id": "tp_3875" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 484384, + "label": "-", + "classification": { + "B": 5.657162091665668e-06, + "S": 7.783136243233457e-05, + "I": 3.180231942678802e-05, + "C": 7.152315811254084e-05, + "R": 1.784069354471285e-05, + "M": 0.0011096051894128323, + "O": 0.0003429878270253539, + "W": 1.4369098607858177e-05, + "N": 3.6516466934699565e-06, + "Y": 0.003785841865465045, + "U": 4.202857155632955e-07, + "K": 1.2186082130938303e-05, + "L": 0.00011503859423100948, + "G": 0.0019212280167266726, + "F": 0.10788444429636002, + "E": 0.00021953626128379256, + "T": 0.0021943056490272284, + "P": 0.009658311493694782, + "-": 0.8725333213806152 + }, + "id": "tp_3876" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 484518, + "label": "-", + "classification": { + "B": 6.640988914341506e-08, + "S": 1.5577049907733453e-06, + "I": 3.484886838123202e-05, + "C": 1.1219690350117162e-05, + "R": 9.044812941283453e-06, + "M": 0.0011007635621353984, + "O": 8.363412780454382e-05, + "W": 5.445208444143645e-07, + "N": 3.632071070569509e-07, + "Y": 0.027782417833805084, + "U": 2.8236936344683272e-08, + "K": 4.161161086813081e-07, + "L": 1.4496390576823615e-05, + "G": 0.0008169211796484888, + "F": 0.003220203798264265, + "E": 4.189486389805097e-06, + "T": 0.010031254962086678, + "P": 0.0007480618078261614, + "-": 0.956139862537384 + }, + "id": "tp_3877" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 484651, + "label": "-", + "classification": { + "B": 2.442515869915951e-05, + "S": 8.839064321364276e-06, + "I": 0.00035676435800269246, + "C": 8.055142825469375e-05, + "R": 2.205587770731654e-05, + "M": 0.001077943597920239, + "O": 0.0002445645222906023, + "W": 6.321875844150782e-06, + "N": 1.052008883561939e-05, + "Y": 0.004304563160985708, + "U": 1.98426641873084e-06, + "K": 1.6108417639770778e-06, + "L": 5.576160765485838e-05, + "G": 0.0011066652368754148, + "F": 0.0013860678300261497, + "E": 0.00022791093215346336, + "T": 0.003575406037271023, + "P": 0.026340920478105545, + "-": 0.9611670970916748 + }, + "id": "tp_3878" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 484751, + "label": "-", + "classification": { + "B": 1.346795033896342e-05, + "S": 4.469627674552612e-05, + "I": 0.0010600801324471831, + "C": 0.00010550957085797563, + "R": 6.121813203208148e-05, + "M": 0.0009563956409692764, + "O": 0.00039106159238144755, + "W": 3.027677485079039e-05, + "N": 9.137233428191394e-05, + "Y": 0.005211922340095043, + "U": 8.964601875049993e-06, + "K": 3.0308325221994892e-05, + "L": 4.06218932766933e-05, + "G": 0.0008105735760182142, + "F": 0.0067815217189490795, + "E": 0.00035119365202263, + "T": 0.007649808656424284, + "P": 0.09939570724964142, + "-": 0.8769654035568237 + }, + "id": "tp_3879" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 484885, + "label": "-", + "classification": { + "B": 3.8641410355921835e-05, + "S": 7.65297663747333e-05, + "I": 0.0009463680326007307, + "C": 4.4625758164329454e-05, + "R": 1.9389266526559368e-05, + "M": 0.00280560739338398, + "O": 0.0008478439995087683, + "W": 4.307275958126411e-05, + "N": 8.72884556883946e-05, + "Y": 0.009032103233039379, + "U": 5.299250005919021e-06, + "K": 7.227084097394254e-06, + "L": 0.00012216682080179453, + "G": 0.0014250401873141527, + "F": 0.004414109513163567, + "E": 0.0006539539317600429, + "T": 0.010274608619511127, + "P": 0.06626004725694656, + "-": 0.902895987033844 + }, + "id": "tp_3880" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 485018, + "label": "-", + "classification": { + "B": 6.894936632306781e-06, + "S": 2.0961862901458517e-05, + "I": 0.00022656504006590694, + "C": 4.568909207591787e-05, + "R": 1.4787272448302247e-05, + "M": 0.00046216268674470484, + "O": 0.0001320632582064718, + "W": 6.526724973809905e-06, + "N": 1.3417870832199696e-05, + "Y": 0.0016618050867691636, + "U": 1.9597830487327883e-06, + "K": 1.3524720088753384e-05, + "L": 2.5265890144510195e-05, + "G": 0.00086806999752298, + "F": 0.009891986846923828, + "E": 0.00016792016685940325, + "T": 0.003585340455174446, + "P": 0.02148132212460041, + "-": 0.9613737463951111 + }, + "id": "tp_3881" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 485152, + "label": "-", + "classification": { + "B": 2.2097017549072007e-08, + "S": 2.5960877891861855e-08, + "I": 1.3789501281280536e-05, + "C": 7.050269346109417e-07, + "R": 3.668310171178746e-07, + "M": 2.3923845219542272e-05, + "O": 2.91715423372807e-06, + "W": 3.59733327570666e-08, + "N": 1.8774333909732377e-07, + "Y": 0.0003301265533082187, + "U": 1.4189508235062931e-08, + "K": 1.4637370782111248e-07, + "L": 2.433430950077309e-07, + "G": 4.137523137615062e-05, + "F": 0.0015092208050191402, + "E": 1.051405615726253e-05, + "T": 0.0002691104309633374, + "P": 0.022198956459760666, + "-": 0.9755983352661133 + }, + "id": "tp_3882" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 485252, + "label": "-", + "classification": { + "B": 2.2965173599592825e-12, + "S": 1.2357282731800812e-11, + "I": 1.388454080597512e-07, + "C": 5.888514120755417e-09, + "R": 4.965040045767921e-10, + "M": 1.180233244468809e-08, + "O": 3.0125479888454265e-09, + "W": 4.4754023403870136e-11, + "N": 1.3022090072922765e-09, + "Y": 2.7067890187026933e-05, + "U": 5.5490511491340655e-11, + "K": 1.484913383364983e-07, + "L": 1.4634415207437357e-11, + "G": 2.680407362731785e-07, + "F": 8.736380550544709e-05, + "E": 2.0341992978956114e-07, + "T": 1.7822623021856998e-06, + "P": 0.007178689353168011, + "-": 0.9927043914794922 + }, + "id": "tp_3883" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 485385, + "label": "-", + "classification": { + "B": 3.07384739883787e-09, + "S": 1.5772219086329642e-09, + "I": 1.9975191278831517e-08, + "C": 3.713700635898931e-08, + "R": 9.721158988895695e-09, + "M": 4.109002929908456e-06, + "O": 4.897797794001235e-07, + "W": 7.19870163479186e-10, + "N": 9.44554226500749e-11, + "Y": 4.8930127377389e-05, + "U": 1.3879208546341282e-11, + "K": 1.1166880788116007e-11, + "L": 5.057915686279557e-08, + "G": 3.915505658369511e-06, + "F": 3.801879211096093e-05, + "E": 1.900151147538054e-08, + "T": 3.3723765227478e-05, + "P": 0.000356664095306769, + "-": 0.9995139837265015 + }, + "id": "tp_3884" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 485519, + "label": "-", + "classification": { + "B": 0.00017329018737655133, + "S": 0.0002977973490487784, + "I": 5.8364388678455725e-05, + "C": 9.74417616816936e-06, + "R": 2.1363481209846213e-05, + "M": 0.005199117586016655, + "O": 0.0038434029556810856, + "W": 0.00010994896001648158, + "N": 4.179060397291323e-06, + "Y": 0.002816555555909872, + "U": 3.3241897767766204e-07, + "K": 1.1655473599603283e-06, + "L": 0.00034597539342939854, + "G": 0.001136066042818129, + "F": 0.004049986135214567, + "E": 2.9026165066170506e-05, + "T": 0.0058511774986982346, + "P": 0.00347442296333611, + "-": 0.9725781083106995 + }, + "id": "tp_3885" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 485652, + "label": "-", + "classification": { + "B": 5.921031515754294e-06, + "S": 9.711038001114503e-05, + "I": 5.2574956498574466e-05, + "C": 2.2701509806211106e-05, + "R": 1.2917757885588799e-05, + "M": 0.0004521287919487804, + "O": 0.00046853069216012955, + "W": 2.512365608708933e-05, + "N": 6.998397566349013e-06, + "Y": 0.0012476446572691202, + "U": 5.069569510851579e-07, + "K": 2.418959866190562e-06, + "L": 5.7666351494845e-05, + "G": 0.0004646804591175169, + "F": 0.024869298562407494, + "E": 3.4359913115622476e-05, + "T": 0.0018586588557809591, + "P": 0.02031092159450054, + "-": 0.9500097632408142 + }, + "id": "tp_3886" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 485752, + "label": "-", + "classification": { + "B": 5.24099561971525e-07, + "S": 2.659745177879813e-06, + "I": 2.914670403697528e-05, + "C": 9.777570085134357e-06, + "R": 6.047870556358248e-06, + "M": 0.00020855863112956285, + "O": 9.020831930683926e-05, + "W": 1.5612738479831023e-06, + "N": 6.828308301010111e-07, + "Y": 0.0039595612324774265, + "U": 2.698408430035215e-08, + "K": 8.229092713918362e-07, + "L": 6.446692168537993e-06, + "G": 0.00044998727389611304, + "F": 0.008610456250607967, + "E": 2.8779730200767517e-05, + "T": 0.001405702205374837, + "P": 0.003267523366957903, + "-": 0.9819215536117554 + }, + "id": "tp_3887" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 485886, + "label": "-", + "classification": { + "B": 1.0083046220188407e-07, + "S": 7.082991970719377e-08, + "I": 5.531032456929097e-06, + "C": 1.7745258446666412e-05, + "R": 2.3149486878537573e-06, + "M": 5.8921879826812074e-05, + "O": 4.783884833159391e-06, + "W": 1.016315636093168e-07, + "N": 1.7883257896755822e-07, + "Y": 0.0008687563822604716, + "U": 8.686659924705964e-08, + "K": 3.672525394904369e-07, + "L": 1.4431187764785136e-06, + "G": 8.779820200288668e-05, + "F": 0.0025929599069058895, + "E": 1.5382936908281408e-05, + "T": 0.0002326239919057116, + "P": 0.009174124337732792, + "-": 0.986936628818512 + }, + "id": "tp_3888" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 486019, + "label": "-", + "classification": { + "B": 2.0627949126605927e-08, + "S": 4.826128385815309e-09, + "I": 1.0940523225144716e-06, + "C": 4.033136846715024e-08, + "R": 9.42117051039304e-09, + "M": 5.6180815590778366e-06, + "O": 7.769127705614665e-07, + "W": 2.2074184702347566e-09, + "N": 2.5182069762763604e-09, + "Y": 3.582618592190556e-05, + "U": 1.0747366191443675e-10, + "K": 2.3423006589862183e-11, + "L": 1.131751403704584e-07, + "G": 9.411945029569324e-06, + "F": 0.00012347397569101304, + "E": 3.9595238376932684e-07, + "T": 4.031278149341233e-05, + "P": 0.006470419466495514, + "-": 0.9933125376701355 + }, + "id": "tp_3889" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 486153, + "label": "-", + "classification": { + "B": 6.326601048600722e-11, + "S": 5.089856314199892e-10, + "I": 5.94406913023704e-07, + "C": 3.211237853406601e-08, + "R": 4.958419452805174e-09, + "M": 5.0777504867483e-08, + "O": 5.692367111009844e-08, + "W": 1.5541916642547449e-09, + "N": 1.485971168335709e-08, + "Y": 5.8026107581099495e-05, + "U": 5.994869045622409e-10, + "K": 6.804219765399466e-07, + "L": 4.772475192815762e-10, + "G": 2.1721568828070303e-06, + "F": 0.0006124504725448787, + "E": 1.1827112302853493e-06, + "T": 4.760689080285374e-06, + "P": 0.022227492183446884, + "-": 0.9770923852920532 + }, + "id": "tp_3890" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 486253, + "label": "-", + "classification": { + "B": 5.6794105009194684e-12, + "S": 4.901098624165989e-11, + "I": 4.904582517895051e-09, + "C": 1.406637140100031e-09, + "R": 2.161258116917253e-10, + "M": 1.28298026425e-07, + "O": 1.1150665280013072e-08, + "W": 1.2809102736821565e-11, + "N": 2.0309830206510782e-11, + "Y": 1.9312861695652828e-05, + "U": 1.017997968907891e-12, + "K": 1.2920331471377722e-11, + "L": 2.2265488064387995e-10, + "G": 2.8228512860550836e-07, + "F": 3.4159045753767714e-05, + "E": 1.6269076086317114e-09, + "T": 6.995021522016032e-06, + "P": 0.0004969318397343159, + "-": 0.9994421601295471 + }, + "id": "tp_3891" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 486386, + "label": "-", + "classification": { + "B": 1.476577267567336e-06, + "S": 3.276700226706453e-05, + "I": 1.3137541827745736e-05, + "C": 0.00030441838316619396, + "R": 0.00020461280655581504, + "M": 0.0037319965194910765, + "O": 0.0018976371502503753, + "W": 1.4926904441381339e-05, + "N": 4.486562659167248e-07, + "Y": 0.01519868429750204, + "U": 6.010922248833594e-08, + "K": 4.6575337364629377e-07, + "L": 0.0007271740469150245, + "G": 0.007971902377903461, + "F": 0.018576346337795258, + "E": 1.2440213140507694e-05, + "T": 0.004945457447320223, + "P": 0.0003872279776260257, + "-": 0.9459789395332336 + }, + "id": "tp_3892" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 486520, + "label": "-", + "classification": { + "B": 1.771764779334717e-08, + "S": 1.0286196783226842e-08, + "I": 4.714824228813086e-07, + "C": 2.4495597017448745e-07, + "R": 1.9342468959848702e-08, + "M": 3.985933290096e-07, + "O": 2.6594665314405574e-07, + "W": 4.6835477718332186e-09, + "N": 1.6262566404634526e-08, + "Y": 1.1209759577468503e-05, + "U": 6.808489882992319e-10, + "K": 3.1039739667448885e-08, + "L": 4.252949548089191e-09, + "G": 4.121261099498952e-06, + "F": 0.0022180145606398582, + "E": 2.390565896348562e-06, + "T": 3.670454134407919e-06, + "P": 0.06080067157745361, + "-": 0.9369586110115051 + }, + "id": "tp_3893" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 486653, + "label": "-", + "classification": { + "B": 6.821193831996197e-09, + "S": 8.912586963560898e-06, + "I": 9.86374379863264e-06, + "C": 2.392763963143807e-05, + "R": 2.5875697247101925e-05, + "M": 0.005125175230205059, + "O": 0.0006574612925760448, + "W": 1.416989107383415e-06, + "N": 9.94723166058975e-08, + "Y": 0.2781045734882355, + "U": 7.708133020756236e-10, + "K": 2.6130547325919906e-07, + "L": 6.748511805199087e-05, + "G": 0.007877454161643982, + "F": 0.0075854151509702206, + "E": 1.3558645832745242e-06, + "T": 0.03848426789045334, + "P": 3.670764635899104e-05, + "-": 0.6619897484779358 + }, + "id": "tp_3894" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 486753, + "label": "-", + "classification": { + "B": 2.9038179150120413e-07, + "S": 5.806392664453597e-07, + "I": 4.646100023819599e-06, + "C": 1.107739876715641e-06, + "R": 2.371885727825429e-07, + "M": 2.871835749829188e-05, + "O": 7.002220627327915e-06, + "W": 2.4748058535806194e-07, + "N": 2.8035202603859943e-07, + "Y": 0.0006220401264727116, + "U": 4.716002877103165e-08, + "K": 3.059688197026844e-06, + "L": 5.157476152817253e-07, + "G": 9.685903933132067e-05, + "F": 0.00476407166570425, + "E": 1.5604819054715335e-05, + "T": 0.0003417638363316655, + "P": 0.01449278648942709, + "-": 0.9796201586723328 + }, + "id": "tp_3895" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 486887, + "label": "-", + "classification": { + "B": 2.814684012264479e-05, + "S": 0.0001108319265767932, + "I": 0.0002962007711175829, + "C": 0.00022988113050814718, + "R": 6.284918345045298e-05, + "M": 0.00042649233364500105, + "O": 0.0003662708622869104, + "W": 4.853728387388401e-05, + "N": 8.270955004263669e-05, + "Y": 0.002773660235106945, + "U": 1.1754282240872271e-05, + "K": 0.0009735038038343191, + "L": 5.511320341611281e-05, + "G": 0.0015358724631369114, + "F": 0.12462132424116135, + "E": 0.002041000174358487, + "T": 0.0015938678989186883, + "P": 0.06970354914665222, + "-": 0.7950384616851807 + }, + "id": "tp_3896" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 487020, + "label": "-", + "classification": { + "B": 8.806819273843303e-09, + "S": 4.384513374589005e-07, + "I": 1.8308831783997448e-08, + "C": 1.384565906370483e-09, + "R": 2.651463271163834e-09, + "M": 3.850672328553628e-06, + "O": 1.1384016033844091e-05, + "W": 5.5159436129770256e-08, + "N": 5.65022473253407e-10, + "Y": 1.3528332601708826e-05, + "U": 5.664127587096113e-12, + "K": 4.9851334865680386e-11, + "L": 5.5235346962945187e-08, + "G": 9.242442047252553e-07, + "F": 0.00019157178758177906, + "E": 1.047190956171562e-08, + "T": 1.265150604012888e-05, + "P": 0.0012392106000334024, + "-": 0.9985262155532837 + }, + "id": "tp_3897" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 487154, + "label": "-", + "classification": { + "B": 7.155284151849628e-07, + "S": 4.900035719401785e-07, + "I": 7.259796257130802e-05, + "C": 2.2229100068216212e-05, + "R": 2.2134784103400307e-06, + "M": 4.1336326830787584e-05, + "O": 1.6325035176123492e-05, + "W": 1.3491048775904346e-06, + "N": 3.861460754706059e-06, + "Y": 0.0009829752380028367, + "U": 5.95354322285857e-07, + "K": 1.74386386788683e-05, + "L": 1.5529509482803405e-06, + "G": 0.0003169023257214576, + "F": 0.008456461131572723, + "E": 0.0002301447093486786, + "T": 0.00016960698121692985, + "P": 0.07165337353944778, + "-": 0.9180097579956055 + }, + "id": "tp_3898" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 487254, + "label": "-", + "classification": { + "B": 4.08097512263339e-05, + "S": 2.1755155103164725e-05, + "I": 8.505888399668038e-05, + "C": 1.4533052308252081e-05, + "R": 1.0871598533412907e-05, + "M": 0.00040066687506623566, + "O": 0.00046408255002461374, + "W": 1.7379858036292717e-05, + "N": 5.300001248542685e-06, + "Y": 0.0005945334560237825, + "U": 7.22672552910808e-07, + "K": 2.328809074469973e-07, + "L": 6.187616236275062e-05, + "G": 0.0002763648226391524, + "F": 0.0026110694743692875, + "E": 5.407981007010676e-05, + "T": 0.0011534341610968113, + "P": 0.04362383857369423, + "-": 0.9505634307861328 + }, + "id": "tp_3899" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 487387, + "label": "-", + "classification": { + "B": 5.162495764210462e-09, + "S": 2.814349642221714e-08, + "I": 9.015886348606728e-08, + "C": 5.600648278480946e-10, + "R": 3.4677322124920806e-10, + "M": 3.0059536584303714e-06, + "O": 1.409526021234342e-06, + "W": 2.9384339406135496e-09, + "N": 8.56340887089857e-10, + "Y": 1.3988003956910688e-05, + "U": 8.109875618278473e-12, + "K": 3.691730515037461e-12, + "L": 3.742957233043853e-08, + "G": 1.370599079564272e-06, + "F": 5.56368577235844e-05, + "E": 3.598859521503073e-08, + "T": 4.254652594681829e-05, + "P": 0.003052086802199483, + "-": 0.9968298077583313 + }, + "id": "tp_3900" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 487521, + "label": "-", + "classification": { + "B": 2.245253199362196e-06, + "S": 1.1703657037287485e-05, + "I": 4.198513852315955e-05, + "C": 2.9337236355786445e-06, + "R": 1.110372750190436e-06, + "M": 7.606152212247252e-05, + "O": 3.9729729905957356e-05, + "W": 4.4096050260122865e-06, + "N": 1.053223149938276e-05, + "Y": 0.0018222195794805884, + "U": 5.312467123985698e-07, + "K": 0.00014664122136309743, + "L": 1.4056682857699343e-06, + "G": 0.00024924229364842176, + "F": 0.018330005928874016, + "E": 0.00044001746573485434, + "T": 0.0008243913762271404, + "P": 0.06750126928091049, + "-": 0.9104936122894287 + }, + "id": "tp_3901" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 487654, + "label": "-", + "classification": { + "B": 4.3780561099993065e-05, + "S": 0.00023881423112470657, + "I": 0.0005350360879674554, + "C": 0.0001382128248224035, + "R": 8.473794878227636e-05, + "M": 0.004792934749275446, + "O": 0.0013311937218531966, + "W": 7.541027298429981e-05, + "N": 8.037684892769903e-05, + "Y": 0.026946675032377243, + "U": 1.1302413440716919e-05, + "K": 5.638012589770369e-05, + "L": 0.00023358684848062694, + "G": 0.004220651462674141, + "F": 0.03133726492524147, + "E": 0.0009152598213404417, + "T": 0.01355421356856823, + "P": 0.03013482503592968, + "-": 0.8852693438529968 + }, + "id": "tp_3902" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 487754, + "label": "-", + "classification": { + "B": 0.0006256031338125467, + "S": 0.0007755550905130804, + "I": 0.0001440150081180036, + "C": 0.0005360700306482613, + "R": 0.00046490432578139007, + "M": 0.030932417139410973, + "O": 0.007160819601267576, + "W": 0.0001602997799636796, + "N": 7.533472398790764e-06, + "Y": 0.01604652963578701, + "U": 1.8986012264576857e-06, + "K": 1.8754084294414497e-06, + "L": 0.008967516012489796, + "G": 0.026496805250644684, + "F": 0.03473563492298126, + "E": 0.00030087484628893435, + "T": 0.009758158586919308, + "P": 0.003671372542157769, + "-": 0.8592119812965393 + }, + "id": "tp_3903" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 487888, + "label": "-", + "classification": { + "B": 1.8704694682014633e-08, + "S": 2.602377549010271e-07, + "I": 1.6714463981770677e-06, + "C": 1.6229843140536104e-06, + "R": 1.7663111862020742e-07, + "M": 1.986623647098895e-05, + "O": 5.0562680371513125e-06, + "W": 8.560975572891039e-08, + "N": 6.480579628487249e-08, + "Y": 0.00021897454280406237, + "U": 6.922170392442695e-09, + "K": 1.21167249744758e-06, + "L": 2.3088638556600927e-07, + "G": 2.480673538229894e-05, + "F": 0.0024058884009718895, + "E": 2.433364670650917e-06, + "T": 0.00017135919188149273, + "P": 0.0021219721529632807, + "-": 0.9950242638587952 + }, + "id": "tp_3904" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 488021, + "label": "-", + "classification": { + "B": 5.100870339447283e-07, + "S": 7.509887655032799e-05, + "I": 1.3107896847941447e-06, + "C": 8.7027237896109e-06, + "R": 1.8671556745175621e-06, + "M": 0.0006967636290937662, + "O": 0.00023272990074474365, + "W": 4.698400061897701e-06, + "N": 3.4927316505672934e-07, + "Y": 0.0010343892499804497, + "U": 7.422393810685435e-09, + "K": 3.197986188752111e-06, + "L": 3.953196937800385e-05, + "G": 0.0010863580973818898, + "F": 0.2025461047887802, + "E": 7.949712744448334e-05, + "T": 0.001055194647051394, + "P": 0.0028865733183920383, + "-": 0.7902470827102661 + }, + "id": "tp_3905" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 488155, + "label": "-", + "classification": { + "B": 2.5648530936450697e-05, + "S": 5.4011175052437466e-06, + "I": 1.350271122646518e-05, + "C": 0.00014690269017592072, + "R": 7.660216942895204e-05, + "M": 0.0005794340977445245, + "O": 0.0005102817085571587, + "W": 4.521668870438589e-06, + "N": 2.737501461069769e-07, + "Y": 0.0011975700035691261, + "U": 1.2502896140631492e-07, + "K": 2.8862356060699312e-08, + "L": 0.00045589538058266044, + "G": 0.0024616580922156572, + "F": 0.0037316170055419207, + "E": 8.664601409691386e-06, + "T": 0.000616871751844883, + "P": 0.0028594317846000195, + "-": 0.9873055219650269 + }, + "id": "tp_3906" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 488255, + "label": "-", + "classification": { + "B": 3.220884536858648e-07, + "S": 4.373727620077261e-07, + "I": 5.673672731631996e-08, + "C": 5.473506092812386e-08, + "R": 1.154705397965472e-08, + "M": 3.885139449266717e-05, + "O": 8.786359103396535e-06, + "W": 4.2060744220862034e-08, + "N": 1.3953711519576473e-09, + "Y": 7.65883014537394e-05, + "U": 4.822142685156905e-11, + "K": 4.2897250196460845e-09, + "L": 1.0132918077943032e-06, + "G": 0.00012099917512387037, + "F": 0.005706810858100653, + "E": 1.904635382743436e-06, + "T": 3.3287880796706304e-05, + "P": 0.00065979128703475, + "-": 0.99335116147995 + }, + "id": "tp_3907" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 488388, + "label": "-", + "classification": { + "B": 1.1722048611773062e-06, + "S": 2.526403022784507e-06, + "I": 2.2406280550058e-05, + "C": 4.0375271055381745e-06, + "R": 2.922905423474731e-06, + "M": 0.0004169295134488493, + "O": 0.00012971587420906872, + "W": 2.0336608486104524e-06, + "N": 3.538447970186098e-07, + "Y": 0.0011814759345725179, + "U": 5.749953757572257e-08, + "K": 8.059915757030467e-08, + "L": 1.9927094399463385e-05, + "G": 0.0004087905108463019, + "F": 0.0011467498261481524, + "E": 1.2026409422105644e-05, + "T": 0.0012436091201379895, + "P": 0.004001723602414131, + "-": 0.9914034008979797 + }, + "id": "tp_3908" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 488522, + "label": "-", + "classification": { + "B": 1.2185513753593114e-07, + "S": 2.9413643076736662e-08, + "I": 2.7563055482460186e-06, + "C": 1.1659378174044832e-07, + "R": 1.5348042836649256e-08, + "M": 9.94342599369702e-07, + "O": 9.013025419335463e-07, + "W": 2.3745137411879114e-08, + "N": 1.82001713255886e-07, + "Y": 4.5450015022652224e-05, + "U": 8.001479478991769e-09, + "K": 4.1242762449655856e-07, + "L": 2.0685533286268765e-08, + "G": 1.1075563634221908e-05, + "F": 0.00059972406597808, + "E": 1.747226451698225e-05, + "T": 2.1317764549166895e-05, + "P": 0.050662800669670105, + "-": 0.9486366510391235 + }, + "id": "tp_3909" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 488655, + "label": "-", + "classification": { + "B": 3.5849461710313335e-06, + "S": 9.404179763805587e-06, + "I": 1.961729140020907e-05, + "C": 2.698763182706898e-06, + "R": 2.629519713082118e-06, + "M": 0.0012157304445281625, + "O": 8.708878158358857e-05, + "W": 1.610098024684703e-06, + "N": 4.794043775291357e-07, + "Y": 0.0040909601375460625, + "U": 5.0428237585720126e-08, + "K": 1.6346798474842217e-06, + "L": 1.8065487893181853e-05, + "G": 0.0012050593504682183, + "F": 0.010056623257696629, + "E": 2.8300941266934387e-05, + "T": 0.0025159656070172787, + "P": 0.0028944960795342922, + "-": 0.977846086025238 + }, + "id": "tp_3910" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 488755, + "label": "-", + "classification": { + "B": 5.075190756542725e-07, + "S": 9.594840122417736e-08, + "I": 5.81701229407372e-08, + "C": 1.191091580921011e-08, + "R": 1.2735601906399552e-08, + "M": 8.09532321000006e-06, + "O": 9.12610994419083e-06, + "W": 2.6906556982453367e-08, + "N": 3.1332370031833534e-10, + "Y": 8.365800567844417e-06, + "U": 2.8300807877745804e-11, + "K": 1.1634893569423266e-11, + "L": 5.832835654473456e-07, + "G": 6.4707819547038525e-06, + "F": 0.00012954234261997044, + "E": 3.599478759497288e-08, + "T": 1.8051612642011605e-05, + "P": 0.000790382968261838, + "-": 0.9990286827087402 + }, + "id": "tp_3911" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 488889, + "label": "-", + "classification": { + "B": 4.354562008757057e-07, + "S": 1.0043852853414137e-05, + "I": 2.0489644612098346e-06, + "C": 2.552490741436486e-06, + "R": 1.1454867490101606e-06, + "M": 0.00021579900931101292, + "O": 0.00012517557479441166, + "W": 2.1577882307610707e-06, + "N": 1.208460815860235e-07, + "Y": 0.0002595704863779247, + "U": 6.463142465662486e-09, + "K": 1.18616114264114e-07, + "L": 1.2719186088361312e-05, + "G": 0.00013918409240432084, + "F": 0.018548958003520966, + "E": 8.513959983247332e-06, + "T": 0.0002142103185178712, + "P": 0.002558757085353136, + "-": 0.9778984785079956 + }, + "id": "tp_3912" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 489022, + "label": "-", + "classification": { + "B": 1.4689735508000012e-06, + "S": 6.065541242605832e-07, + "I": 2.500271875760518e-06, + "C": 1.7612937597277778e-07, + "R": 4.712282120067357e-08, + "M": 1.3481120731739793e-05, + "O": 1.2438616067811381e-05, + "W": 1.7293287157826853e-07, + "N": 1.2648081337829353e-07, + "Y": 3.538963937899098e-05, + "U": 3.5533129771891936e-09, + "K": 1.9483708868506255e-08, + "L": 5.888850296287274e-07, + "G": 2.7381076506571844e-05, + "F": 0.0017523086862638593, + "E": 1.1407297279220074e-05, + "T": 3.785798980970867e-05, + "P": 0.03455367684364319, + "-": 0.9635502696037292 + }, + "id": "tp_3913" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 489156, + "label": "-", + "classification": { + "B": 1.8322335790799116e-06, + "S": 5.12800056640117e-07, + "I": 1.439874040443101e-06, + "C": 4.612261150782615e-08, + "R": 1.6937681479589628e-08, + "M": 3.718605148606002e-05, + "O": 1.5800467735971324e-05, + "W": 1.9468038203740434e-07, + "N": 3.182910646160053e-08, + "Y": 2.9590160920633934e-05, + "U": 2.1767661007032757e-09, + "K": 3.066466858214767e-09, + "L": 8.180559802895004e-07, + "G": 1.2548922313726507e-05, + "F": 0.0003780729020945728, + "E": 5.19547165822587e-06, + "T": 6.981226761126891e-05, + "P": 0.017023732885718346, + "-": 0.9824231863021851 + }, + "id": "tp_3914" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 489256, + "label": "-", + "classification": { + "B": 0.0001707095216261223, + "S": 0.0008844485855661333, + "I": 0.0001296819536946714, + "C": 0.00033502382575534284, + "R": 0.00017368080443702638, + "M": 0.002791859908029437, + "O": 0.0018184069776907563, + "W": 0.0002496004744898528, + "N": 5.50544100406114e-05, + "Y": 0.005431059747934341, + "U": 9.57017982727848e-06, + "K": 0.00033960718428716063, + "L": 0.00047802712651900947, + "G": 0.0050398181192576885, + "F": 0.09964205324649811, + "E": 0.0006981034530326724, + "T": 0.007806504610925913, + "P": 0.02254091203212738, + "-": 0.851405918598175 + }, + "id": "tp_3915" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 489389, + "label": "-", + "classification": { + "B": 1.55113848450128e-05, + "S": 7.923584780655801e-05, + "I": 3.528040542732924e-05, + "C": 1.7211392332683317e-05, + "R": 1.0319200555386487e-05, + "M": 0.0008136892574839294, + "O": 0.0003666981647256762, + "W": 1.4339175322675146e-05, + "N": 4.810035079572117e-06, + "Y": 0.001620409544557333, + "U": 6.163953116811172e-07, + "K": 2.7690441584127257e-06, + "L": 5.38141030119732e-05, + "G": 0.00043480959720909595, + "F": 0.011751962825655937, + "E": 6.583683716598898e-05, + "T": 0.0029836599715054035, + "P": 0.01753299869596958, + "-": 0.964195966720581 + }, + "id": "tp_3916" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 489523, + "label": "-", + "classification": { + "B": 1.5883376391911952e-08, + "S": 9.416177704224538e-08, + "I": 1.9110495941276895e-07, + "C": 1.0069112477140152e-07, + "R": 6.028584209616383e-08, + "M": 1.160731972049689e-05, + "O": 4.8928027354122605e-06, + "W": 2.815727384586353e-08, + "N": 3.5319205338169013e-09, + "Y": 0.00010588312579784542, + "U": 4.5097908740743264e-10, + "K": 5.280893500270167e-10, + "L": 5.572883878812718e-07, + "G": 9.947571925295051e-06, + "F": 0.0008181125158444047, + "E": 2.0341252593425452e-07, + "T": 6.686109554721043e-05, + "P": 0.0009861970320343971, + "-": 0.9979952573776245 + }, + "id": "tp_3917" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 489656, + "label": "-", + "classification": { + "B": 5.878292963501508e-09, + "S": 1.2692500384048344e-08, + "I": 1.1063065358030144e-05, + "C": 2.8994550120842177e-06, + "R": 2.518992801014974e-07, + "M": 8.2666820162558e-06, + "O": 1.2556740784930298e-06, + "W": 1.7206623681431665e-08, + "N": 1.4316916008283442e-07, + "Y": 7.670908962609246e-05, + "U": 1.4387260272030744e-08, + "K": 1.3034201273853796e-08, + "L": 1.7868109125629417e-07, + "G": 1.3065247912891209e-05, + "F": 0.0005132434889674187, + "E": 9.680891707830597e-06, + "T": 8.093978249235079e-05, + "P": 0.041121434420347214, + "-": 0.9581608176231384 + }, + "id": "tp_3918" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 489756, + "label": "-", + "classification": { + "B": 2.0154550384177128e-06, + "S": 4.020480901090195e-06, + "I": 1.1302012126179761e-06, + "C": 5.27660333204949e-08, + "R": 4.349390536617648e-08, + "M": 3.357986861374229e-05, + "O": 3.7714518839493394e-05, + "W": 5.745591238337511e-07, + "N": 8.20367276332945e-08, + "Y": 8.179803990060464e-05, + "U": 1.6522938572904877e-09, + "K": 4.607497494646395e-09, + "L": 9.918804835251649e-07, + "G": 1.6084684830275364e-05, + "F": 0.0012276197085157037, + "E": 1.2159381412857329e-06, + "T": 0.00013395884889177978, + "P": 0.02036886289715767, + "-": 0.9780901670455933 + }, + "id": "tp_3919" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 489890, + "label": "-", + "classification": { + "B": 4.549160215194803e-10, + "S": 2.9363102171942046e-08, + "I": 2.953351874168675e-08, + "C": 2.704004771203472e-07, + "R": 7.499232879126794e-08, + "M": 4.1781377149163745e-06, + "O": 1.4329567648019292e-06, + "W": 1.0513280912505252e-08, + "N": 2.457677394929192e-09, + "Y": 0.0010311563964933157, + "U": 2.154649930696806e-10, + "K": 5.516606051969575e-07, + "L": 9.459688499191543e-08, + "G": 7.459642074536532e-05, + "F": 0.02499900758266449, + "E": 4.788122964782815e-07, + "T": 0.00010732330702012405, + "P": 0.0003514434501994401, + "-": 0.9734294414520264 + }, + "id": "tp_3920" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 490023, + "label": "-", + "classification": { + "B": 1.2093440915350584e-08, + "S": 2.7443800121318418e-08, + "I": 1.2863614756497554e-05, + "C": 1.0142429118786822e-06, + "R": 8.223849476962641e-07, + "M": 1.5901267033768818e-05, + "O": 4.615077614289476e-06, + "W": 6.859350776267092e-08, + "N": 1.3941445331511204e-07, + "Y": 0.00021657373872585595, + "U": 1.2300788831964837e-08, + "K": 7.125362344595487e-08, + "L": 1.7962392462322896e-07, + "G": 2.2893502318765968e-05, + "F": 0.0004748378414660692, + "E": 3.956240107072517e-06, + "T": 0.00014407382695935667, + "P": 0.016744215041399002, + "-": 0.9823577404022217 + }, + "id": "tp_3921" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 490157, + "label": "-", + "classification": { + "B": 9.694276492666631e-09, + "S": 2.36658639352072e-08, + "I": 4.357944050070728e-08, + "C": 5.496786914527263e-10, + "R": 7.627556919409528e-11, + "M": 2.0015767177028465e-07, + "O": 4.2891798557320726e-07, + "W": 4.036730505418973e-09, + "N": 2.188073944253688e-09, + "Y": 1.0183456424783799e-06, + "U": 2.5268273584622136e-11, + "K": 3.7633840488382475e-10, + "L": 2.3917978708709597e-09, + "G": 1.913584242174693e-07, + "F": 0.00025293556973338127, + "E": 2.6376176265330287e-07, + "T": 1.3363081734496518e-06, + "P": 0.02583436481654644, + "-": 0.9739091992378235 + }, + "id": "tp_3922" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 490257, + "label": "-", + "classification": { + "B": 5.266765128908446e-06, + "S": 6.505004421342164e-05, + "I": 7.433548307744786e-05, + "C": 0.00010785599442897364, + "R": 3.234300675103441e-05, + "M": 0.0008758421754464507, + "O": 0.0004049766284879297, + "W": 2.3733526177238673e-05, + "N": 1.346123099210672e-05, + "Y": 0.007207326591014862, + "U": 1.5937695252432604e-06, + "K": 0.0001457252656109631, + "L": 4.584286216413602e-05, + "G": 0.002587788738310337, + "F": 0.07204953581094742, + "E": 0.0003044935001526028, + "T": 0.003351526567712426, + "P": 0.010846494697034359, + "-": 0.9018567800521851 + }, + "id": "tp_3923" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 490390, + "label": "-", + "classification": { + "B": 1.3248502739315882e-07, + "S": 1.8481466668163193e-07, + "I": 6.99351267030579e-06, + "C": 2.3795362267264863e-06, + "R": 1.7726724763633683e-06, + "M": 0.00017144046432804316, + "O": 3.912709507858381e-05, + "W": 2.2797615883973776e-07, + "N": 1.0047624243725295e-07, + "Y": 0.0006384734879247844, + "U": 1.1085232287655344e-08, + "K": 9.167377967855828e-09, + "L": 4.6056775317993015e-06, + "G": 0.00012566990335471928, + "F": 0.00039871595799922943, + "E": 1.562128318255418e-06, + "T": 0.0007182625122368336, + "P": 0.0029835787136107683, + "-": 0.9949067234992981 + }, + "id": "tp_3924" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 490524, + "label": "-", + "classification": { + "B": 1.7979091353481635e-05, + "S": 3.4744605272862827e-06, + "I": 2.6722052552941022e-06, + "C": 2.2202883087629743e-07, + "R": 7.630116272139276e-08, + "M": 0.00011043345148209482, + "O": 3.627832847996615e-05, + "W": 3.902261198618362e-07, + "N": 8.895008107856484e-08, + "Y": 4.8630980018060654e-05, + "U": 4.865059910486025e-09, + "K": 7.956430181366159e-09, + "L": 6.454719823523192e-06, + "G": 0.00010102129454025999, + "F": 0.003637606045231223, + "E": 3.3546530175954103e-05, + "T": 0.0001115934646804817, + "P": 0.025606794282794, + "-": 0.970282793045044 + }, + "id": "tp_3925" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 490657, + "label": "-", + "classification": { + "B": 3.737371301326675e-08, + "S": 1.8958311329697608e-06, + "I": 1.0158255463466048e-06, + "C": 1.2844809134548996e-05, + "R": 2.341472281841561e-06, + "M": 0.0005719027249142528, + "O": 5.7614663091953844e-05, + "W": 4.5266145320965734e-07, + "N": 4.104746409439031e-08, + "Y": 0.0020018653012812138, + "U": 6.3122058691078564e-09, + "K": 1.0267539352071253e-07, + "L": 1.3525082977139391e-05, + "G": 0.0004163133562542498, + "F": 0.012757614254951477, + "E": 3.1254649002221413e-06, + "T": 0.0008939449326135218, + "P": 0.0009459962020628154, + "-": 0.9823192954063416 + }, + "id": "tp_3926" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 490757, + "label": "-", + "classification": { + "B": 2.173099574065418e-06, + "S": 4.064107088197488e-06, + "I": 7.114967593224719e-05, + "C": 4.304583853809163e-06, + "R": 1.1504969279485522e-06, + "M": 0.00010576388012850657, + "O": 5.126879477757029e-05, + "W": 4.6876903070369735e-06, + "N": 8.55184316606028e-06, + "Y": 0.00030187598895281553, + "U": 4.708885512627603e-07, + "K": 2.3427144697052427e-05, + "L": 2.3548516310256673e-06, + "G": 0.00011586847540456802, + "F": 0.012055392377078533, + "E": 0.0004774786648340523, + "T": 0.0001823971251724288, + "P": 0.133738711476326, + "-": 0.8528489470481873 + }, + "id": "tp_3927" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 490891, + "label": "-", + "classification": { + "B": 1.0511878826946486e-05, + "S": 4.671486749430187e-06, + "I": 1.3834388482791837e-05, + "C": 3.244823165005073e-05, + "R": 3.987090167356655e-06, + "M": 0.0010342011228203773, + "O": 6.885759648866951e-05, + "W": 9.316485147792264e-07, + "N": 7.614024184476875e-07, + "Y": 0.0007136878557503223, + "U": 1.0675837813778344e-07, + "K": 5.624250434266287e-07, + "L": 2.657830555108376e-05, + "G": 0.0008121622377075255, + "F": 0.007393026724457741, + "E": 0.00016468924877699465, + "T": 0.0010927565163001418, + "P": 0.007168701384216547, + "-": 0.9814576506614685 + }, + "id": "tp_3928" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 491024, + "label": "-", + "classification": { + "B": 3.621375799411908e-05, + "S": 0.00026477742358110845, + "I": 1.2762709047819953e-05, + "C": 0.00031163584208115935, + "R": 5.1999519200762734e-05, + "M": 0.0069438074715435505, + "O": 0.0012680853251367807, + "W": 2.07047432922991e-05, + "N": 1.465913214815373e-06, + "Y": 0.004434739239513874, + "U": 1.9615291080299357e-07, + "K": 2.9334332793951035e-06, + "L": 0.0009309469605796039, + "G": 0.017068635672330856, + "F": 0.09720552712678909, + "E": 0.00015569914830848575, + "T": 0.0048163896426558495, + "P": 0.002295176964253187, + "-": 0.8641782999038696 + }, + "id": "tp_3929" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 491158, + "label": "-", + "classification": { + "B": 1.5611279025051772e-07, + "S": 2.596972592527891e-07, + "I": 1.8196826204075478e-05, + "C": 5.275076091493247e-07, + "R": 1.923451264929099e-07, + "M": 6.388418114511296e-06, + "O": 7.1270533226197585e-06, + "W": 1.8464196216427808e-07, + "N": 7.50325284570863e-07, + "Y": 0.00011152553634019569, + "U": 6.077748082589096e-08, + "K": 2.2868162830036454e-07, + "L": 3.3612033689678356e-07, + "G": 1.5747949873912148e-05, + "F": 0.0008711250848136842, + "E": 9.570160727889743e-06, + "T": 0.00013837985170539469, + "P": 0.09228377044200897, + "-": 0.9065355062484741 + }, + "id": "tp_3930" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 491258, + "label": "-", + "classification": { + "B": 0.0002152647211914882, + "S": 0.00039249061956070364, + "I": 0.004531675484031439, + "C": 0.0016583517426624894, + "R": 0.0008006880525499582, + "M": 0.008890542201697826, + "O": 0.0022945983801037073, + "W": 0.00046583329094573855, + "N": 0.0008948208997026086, + "Y": 0.025506237521767616, + "U": 0.0002408968284726143, + "K": 0.002029710914939642, + "L": 0.0006838365807197988, + "G": 0.006706892978399992, + "F": 0.06145127862691879, + "E": 0.006836276035755873, + "T": 0.013859694823622704, + "P": 0.12361133098602295, + "-": 0.7389296293258667 + }, + "id": "tp_3931" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 491391, + "label": "-", + "classification": { + "B": 2.9401053325273097e-05, + "S": 4.121219535591081e-05, + "I": 0.0006183583755046129, + "C": 0.00023739899916108698, + "R": 9.887008491205052e-05, + "M": 0.0030944484751671553, + "O": 0.0005577033734880388, + "W": 3.255688352510333e-05, + "N": 3.514210766297765e-05, + "Y": 0.024420982226729393, + "U": 1.5449695638380945e-05, + "K": 1.4357354302774183e-05, + "L": 0.000212340266443789, + "G": 0.003598014824092388, + "F": 0.007625374011695385, + "E": 0.00026860175421461463, + "T": 0.01394740678369999, + "P": 0.01871398836374283, + "-": 0.9264383912086487 + }, + "id": "tp_3932" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 491525, + "label": "-", + "classification": { + "B": 1.366100388366931e-08, + "S": 1.4127351732895477e-08, + "I": 9.371872693009209e-06, + "C": 5.919151249145216e-07, + "R": 8.510139082318346e-08, + "M": 2.4788414521026425e-06, + "O": 1.5262919532688102e-06, + "W": 3.2303493213703405e-08, + "N": 4.190347624444257e-07, + "Y": 0.00011313313007121906, + "U": 1.546188599377274e-08, + "K": 5.642688165607979e-07, + "L": 3.976217755052858e-08, + "G": 3.062126779695973e-05, + "F": 0.0019258870743215084, + "E": 2.488903010089416e-05, + "T": 3.444135654717684e-05, + "P": 0.07368569821119308, + "-": 0.924170196056366 + }, + "id": "tp_3933" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 491658, + "label": "-", + "classification": { + "B": 1.6332206698166374e-08, + "S": 9.142950574414499e-08, + "I": 1.341051802938864e-08, + "C": 8.8234419770572e-10, + "R": 1.0882473810980287e-09, + "M": 2.7045155093219364e-06, + "O": 2.226762489954126e-06, + "W": 7.0809460517295975e-09, + "N": 1.498491608575847e-10, + "Y": 1.3174993910070043e-05, + "U": 2.929466782000678e-12, + "K": 3.361401434975875e-11, + "L": 7.787573963469185e-08, + "G": 2.4518903956050053e-06, + "F": 0.0003714253834914416, + "E": 2.4617072824639763e-08, + "T": 1.3580540326074697e-05, + "P": 0.00034984416561201215, + "-": 0.9992443323135376 + }, + "id": "tp_3934" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 491758, + "label": "-", + "classification": { + "B": 6.757969913451234e-06, + "S": 1.36463067974546e-05, + "I": 5.411986057879403e-05, + "C": 3.0896968382876366e-05, + "R": 6.135458534117788e-06, + "M": 0.00010057335020974278, + "O": 0.00010586114512989298, + "W": 6.915170160937123e-06, + "N": 9.249179129255936e-06, + "Y": 0.0004989791195839643, + "U": 1.233650777976436e-06, + "K": 1.0748489330580924e-05, + "L": 8.616892046120483e-06, + "G": 0.00018191484559793025, + "F": 0.015070459805428982, + "E": 9.648883860791102e-05, + "T": 0.0005667392979376018, + "P": 0.06897443532943726, + "-": 0.91425621509552 + }, + "id": "tp_3935" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 491892, + "label": "-", + "classification": { + "B": 1.2070478987880051e-05, + "S": 0.00010893111902987584, + "I": 0.0003905790508724749, + "C": 3.285198181401938e-05, + "R": 4.846626325161196e-05, + "M": 0.0007642063428647816, + "O": 0.0006936370045877993, + "W": 7.043458754196763e-05, + "N": 3.978745735366829e-05, + "Y": 0.005548329092562199, + "U": 4.9035247684514616e-06, + "K": 1.641239032323938e-05, + "L": 5.6419776228722185e-05, + "G": 0.0004502022347878665, + "F": 0.00638859998434782, + "E": 7.244262815220281e-05, + "T": 0.007061860989779234, + "P": 0.04355312138795853, + "-": 0.9346867799758911 + }, + "id": "tp_3936" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 492025, + "label": "-", + "classification": { + "B": 1.5897834373390651e-06, + "S": 3.657358092823415e-06, + "I": 3.6997124652771163e-07, + "C": 9.47629175129805e-08, + "R": 6.080184533630018e-08, + "M": 2.8801827284041792e-05, + "O": 3.123232090729289e-05, + "W": 3.556822036898666e-07, + "N": 1.4237508061398785e-08, + "Y": 1.5696017726440914e-05, + "U": 5.831445881732122e-10, + "K": 8.370337201135669e-10, + "L": 1.954933622982935e-06, + "G": 1.5084580809343606e-05, + "F": 0.0017208775971084833, + "E": 4.259131003436778e-07, + "T": 3.773492790060118e-05, + "P": 0.0065458700992167, + "-": 0.9915961623191833 + }, + "id": "tp_3937" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 492125, + "label": "-", + "classification": { + "B": 1.0650214790075552e-06, + "S": 2.229991150670685e-05, + "I": 6.604917871300131e-06, + "C": 9.665983270679135e-06, + "R": 8.989963134808931e-06, + "M": 0.0005280445911921561, + "O": 0.00018179608741775155, + "W": 3.345345703564817e-06, + "N": 3.553087708496605e-07, + "Y": 0.0019456286681815982, + "U": 1.6879225128718645e-08, + "K": 7.213666890493187e-07, + "L": 2.831501842592843e-05, + "G": 0.0005191394011490047, + "F": 0.020128849893808365, + "E": 1.309904382651439e-05, + "T": 0.001753278193064034, + "P": 0.0017365401145070791, + "-": 0.9731122255325317 + }, + "id": "tp_3938" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 492259, + "label": "-", + "classification": { + "B": 1.3685256817552727e-05, + "S": 3.387143442523666e-05, + "I": 2.1229965568636544e-05, + "C": 1.2905047697131522e-05, + "R": 6.091281647968572e-06, + "M": 0.00022173077741172165, + "O": 0.00017103546997532248, + "W": 8.257285116997082e-06, + "N": 2.752568661890109e-06, + "Y": 0.0005920105031691492, + "U": 2.3863185560912825e-07, + "K": 2.048032001766842e-06, + "L": 2.0994319129385985e-05, + "G": 0.00034631561720743775, + "F": 0.03065919689834118, + "E": 5.127600525156595e-05, + "T": 0.000642153259832412, + "P": 0.025328030809760094, + "-": 0.9418662190437317 + }, + "id": "tp_3939" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 492392, + "label": "-", + "classification": { + "B": 6.1740679484501015e-06, + "S": 1.2925552255182993e-06, + "I": 6.683878746116534e-05, + "C": 3.320791438454762e-05, + "R": 6.334856152534485e-06, + "M": 0.00021633392316289246, + "O": 5.702692214981653e-05, + "W": 1.5480884485441493e-06, + "N": 2.639788817759836e-06, + "Y": 0.0014342810027301311, + "U": 6.865880664008728e-07, + "K": 1.4418271803151583e-06, + "L": 1.0081412256113254e-05, + "G": 0.0004000031331088394, + "F": 0.0022265196312218904, + "E": 8.355636964552104e-05, + "T": 0.0011869375593960285, + "P": 0.0223561879247427, + "-": 0.9719090461730957 + }, + "id": "tp_3940" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 492526, + "label": "-", + "classification": { + "B": 0.0017719140741974115, + "S": 0.0019777785055339336, + "I": 0.016971968114376068, + "C": 0.006410178262740374, + "R": 0.002501663053408265, + "M": 0.021479742601513863, + "O": 0.006593720521777868, + "W": 0.0013972411397844553, + "N": 0.004495703149586916, + "Y": 0.044754758477211, + "U": 0.0013411844847723842, + "K": 0.0034061898477375507, + "L": 0.00308159994892776, + "G": 0.027259018272161484, + "F": 0.060113050043582916, + "E": 0.021086709573864937, + "T": 0.035268038511276245, + "P": 0.166331946849823, + "-": 0.5737575888633728 + }, + "id": "tp_3941" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 492626, + "label": "-", + "classification": { + "B": 3.4192299835922313e-07, + "S": 3.6686586213363626e-07, + "I": 2.449077510391362e-05, + "C": 3.567063686205074e-06, + "R": 4.831272235605866e-07, + "M": 0.00018082621681969613, + "O": 1.615607470739633e-05, + "W": 1.4359277145103988e-07, + "N": 8.42340568851796e-07, + "Y": 0.00019215140491724014, + "U": 4.214125581825101e-08, + "K": 2.006160570999782e-07, + "L": 1.906476768454013e-06, + "G": 0.00011028645531041548, + "F": 0.004073173273354769, + "E": 8.479325333610177e-05, + "T": 0.00034072285052388906, + "P": 0.03616883233189583, + "-": 0.9588006138801575 + }, + "id": "tp_3942" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 492759, + "label": "-", + "classification": { + "B": 1.512199469289044e-05, + "S": 6.026648861734429e-06, + "I": 6.935727287782356e-05, + "C": 1.6190593669307418e-05, + "R": 1.868387516879011e-05, + "M": 0.0008300821646116674, + "O": 0.0005239083548076451, + "W": 6.811604180256836e-06, + "N": 2.601534106361214e-06, + "Y": 0.0009338308591395617, + "U": 4.668218593906204e-07, + "K": 3.1088308816151766e-08, + "L": 0.00013595668133348227, + "G": 0.000501306785736233, + "F": 0.0010081136133521795, + "E": 1.4791893590881955e-05, + "T": 0.003565331222489476, + "P": 0.021741775795817375, + "-": 0.970609724521637 + }, + "id": "tp_3943" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 492893, + "label": "-", + "classification": { + "B": 3.7513947503953204e-09, + "S": 4.969117117781252e-09, + "I": 2.937805332337007e-09, + "C": 2.313503555395613e-10, + "R": 9.880828100161665e-11, + "M": 2.0510783542704303e-06, + "O": 3.1948664513947733e-07, + "W": 4.991457247527364e-10, + "N": 1.2100443043394637e-11, + "Y": 1.8504606487113051e-06, + "U": 2.2642743799719534e-13, + "K": 2.484553795339961e-12, + "L": 6.292969700893991e-09, + "G": 8.838554208523419e-07, + "F": 0.00021261251822579652, + "E": 1.8454239025800234e-08, + "T": 8.848126640259579e-07, + "P": 0.0005665939534083009, + "-": 0.9992146492004395 + }, + "id": "tp_3944" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 493026, + "label": "-", + "classification": { + "B": 1.6368610431527486e-06, + "S": 9.435015613235009e-07, + "I": 2.9851130989300145e-07, + "C": 2.929221807335125e-07, + "R": 7.812699465148398e-08, + "M": 1.0713018127717078e-05, + "O": 1.7442458556615748e-05, + "W": 2.9113365940247604e-07, + "N": 1.1791407850125779e-08, + "Y": 2.3282787878997624e-05, + "U": 1.1078010730969368e-09, + "K": 9.23952025999597e-09, + "L": 1.4134759567241417e-06, + "G": 2.8173035389045253e-05, + "F": 0.006259892601519823, + "E": 1.8115083548764233e-06, + "T": 1.5059487850521691e-05, + "P": 0.005112774670124054, + "-": 0.9885258674621582 + }, + "id": "tp_3945" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 493126, + "label": "-", + "classification": { + "B": 2.7593157483352115e-06, + "S": 4.567241921904497e-05, + "I": 9.944920975613059e-07, + "C": 8.062561391852796e-06, + "R": 4.206082394375699e-06, + "M": 0.002457452705129981, + "O": 0.0004945527762174606, + "W": 3.53966788679827e-06, + "N": 7.332278073590714e-08, + "Y": 0.0028025058563798666, + "U": 5.904168265402632e-09, + "K": 2.157350564857552e-07, + "L": 0.00034628345747478306, + "G": 0.00514427712187171, + "F": 0.0751514658331871, + "E": 1.456231257179752e-05, + "T": 0.0019757431000471115, + "P": 0.00040685126441530883, + "-": 0.9111407995223999 + }, + "id": "tp_3946" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 493260, + "label": "-", + "classification": { + "B": 3.200590072083287e-06, + "S": 3.1528863473795354e-05, + "I": 6.723754722770536e-06, + "C": 9.349633910460398e-05, + "R": 7.304649625439197e-05, + "M": 0.0019338612910360098, + "O": 0.0006389071349985898, + "W": 7.449711119988933e-06, + "N": 3.0318491894831823e-07, + "Y": 0.005667314864695072, + "U": 5.958404614148094e-08, + "K": 2.5654765067884e-07, + "L": 0.0005470530595630407, + "G": 0.004495101980865002, + "F": 0.042293984442949295, + "E": 7.302834546862869e-06, + "T": 0.003827857319265604, + "P": 0.0007912850705906749, + "-": 0.9395811557769775 + }, + "id": "tp_3947" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 493393, + "label": "-", + "classification": { + "B": 5.941685685684206e-07, + "S": 4.896452992397826e-06, + "I": 0.00014700304018333554, + "C": 1.5194252227956895e-05, + "R": 7.420654583256692e-06, + "M": 3.6996600101701915e-05, + "O": 5.391671948018484e-05, + "W": 3.7490312934096437e-06, + "N": 2.1038173144916072e-05, + "Y": 0.0009391614585183561, + "U": 1.380557478114497e-06, + "K": 2.4447081159451045e-05, + "L": 2.04583807317249e-06, + "G": 9.591448906576261e-05, + "F": 0.004656932316720486, + "E": 6.580592889804393e-05, + "T": 0.0007450017728842795, + "P": 0.08783069252967834, + "-": 0.9053478240966797 + }, + "id": "tp_3948" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 493527, + "label": "-", + "classification": { + "B": 5.65185587220185e-07, + "S": 4.98763392897672e-06, + "I": 6.873445954624913e-07, + "C": 6.130317729002854e-07, + "R": 3.6645548107117065e-07, + "M": 0.00016014424909371883, + "O": 6.41022197669372e-05, + "W": 5.979686079626845e-07, + "N": 2.5710964024483474e-08, + "Y": 0.0003433257224969566, + "U": 1.964600482295964e-09, + "K": 1.1244249087383196e-08, + "L": 1.053126652550418e-05, + "G": 0.00010882079368457198, + "F": 0.006612613331526518, + "E": 2.9533794076996855e-06, + "T": 0.00026489252923056483, + "P": 0.0015528450021520257, + "-": 0.9908719658851624 + }, + "id": "tp_3949" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 493627, + "label": "-", + "classification": { + "B": 1.8793690514939954e-07, + "S": 2.8243496785762545e-07, + "I": 5.49294463780825e-06, + "C": 4.152108701305224e-08, + "R": 1.9159857700401517e-08, + "M": 1.0246217243548017e-06, + "O": 5.145549494045554e-06, + "W": 1.3888929117911175e-07, + "N": 2.6287173682248977e-07, + "Y": 1.245674957317533e-05, + "U": 2.761629591674364e-09, + "K": 2.8300275456416557e-09, + "L": 1.0808840045228862e-07, + "G": 1.3193317727200338e-06, + "F": 0.00033357154461555183, + "E": 1.6728268974475213e-06, + "T": 2.532162943680305e-05, + "P": 0.11058958619832993, + "-": 0.8890234231948853 + }, + "id": "tp_3950" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 493760, + "label": "-", + "classification": { + "B": 2.8274195429389692e-08, + "S": 2.5433942596464476e-07, + "I": 5.7359825405001175e-06, + "C": 3.0004355267010396e-06, + "R": 7.542370781266072e-07, + "M": 9.061399032361805e-05, + "O": 1.2266042176634073e-05, + "W": 1.6832160554258735e-07, + "N": 1.3330303261227527e-07, + "Y": 0.00028856861172243953, + "U": 1.884056644030352e-08, + "K": 4.948127241277689e-08, + "L": 1.5575751604046673e-06, + "G": 4.12873450841289e-05, + "F": 0.0031484130304306746, + "E": 4.336176971264649e-06, + "T": 0.00032407749677076936, + "P": 0.009005557745695114, + "-": 0.9870731830596924 + }, + "id": "tp_3951" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 493894, + "label": "-", + "classification": { + "B": 0.00041095740743912756, + "S": 0.00019476321176625788, + "I": 6.23517462372547e-06, + "C": 1.1891083886439446e-05, + "R": 7.430229743476957e-06, + "M": 0.004782295785844326, + "O": 0.0014192525995895267, + "W": 2.9406699468381703e-05, + "N": 6.865750492579537e-07, + "Y": 0.00292454962618649, + "U": 9.17641216346965e-08, + "K": 2.437498380913894e-07, + "L": 0.0005361594958230853, + "G": 0.002577131614089012, + "F": 0.018978111445903778, + "E": 4.643313877750188e-05, + "T": 0.0029857384506613016, + "P": 0.0019296148093417287, + "-": 0.9631590843200684 + }, + "id": "tp_3952" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 494027, + "label": "-", + "classification": { + "B": 0.00032808943069539964, + "S": 0.003541504731401801, + "I": 0.0013891294365748763, + "C": 0.0033764264080673456, + "R": 0.00212787464261055, + "M": 0.010843124240636826, + "O": 0.004816163331270218, + "W": 0.0010413280688226223, + "N": 0.0002819896617438644, + "Y": 0.018093982711434364, + "U": 2.940823105745949e-05, + "K": 0.0003860649303533137, + "L": 0.0017141111893579364, + "G": 0.011364770121872425, + "F": 0.13520927727222443, + "E": 0.0015660043573006988, + "T": 0.030214617028832436, + "P": 0.027745356783270836, + "-": 0.7459306716918945 + }, + "id": "tp_3953" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 494127, + "label": "-", + "classification": { + "B": 0.00045611473615281284, + "S": 0.002871570410206914, + "I": 0.00042180961463600397, + "C": 0.003889651969075203, + "R": 0.001580107375048101, + "M": 0.0083495257422328, + "O": 0.005557865835726261, + "W": 0.0009587244712747633, + "N": 0.00022134717437438667, + "Y": 0.039774734526872635, + "U": 6.44603424007073e-05, + "K": 0.00863091554492712, + "L": 0.002765116048976779, + "G": 0.055142778903245926, + "F": 0.2941257953643799, + "E": 0.005587874911725521, + "T": 0.016680734232068062, + "P": 0.014425938948988914, + "-": 0.5384950041770935 + }, + "id": "tp_3954" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 494261, + "label": "-", + "classification": { + "B": 0.00011781437206082046, + "S": 0.00010652597848093137, + "I": 5.723051799577661e-05, + "C": 9.787948511075228e-05, + "R": 3.553228816599585e-05, + "M": 0.005571665242314339, + "O": 0.0007931641885079443, + "W": 2.3983036953723058e-05, + "N": 4.7110693230933975e-06, + "Y": 0.0023752618581056595, + "U": 8.877537425178161e-07, + "K": 1.9098390566796297e-06, + "L": 0.0003503152111079544, + "G": 0.0016699157422408462, + "F": 0.011825885623693466, + "E": 0.00033982290187850595, + "T": 0.0037642992101609707, + "P": 0.010431451722979546, + "-": 0.9624317288398743 + }, + "id": "tp_3955" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 494394, + "label": "-", + "classification": { + "B": 1.4359183296619449e-05, + "S": 9.491451783105731e-05, + "I": 0.0003269899752922356, + "C": 3.097023000009358e-05, + "R": 1.2575504115375225e-05, + "M": 0.0005982351722195745, + "O": 0.0002753048320300877, + "W": 2.425272759865038e-05, + "N": 5.776435136795044e-05, + "Y": 0.0029133351054042578, + "U": 5.912846518185688e-06, + "K": 2.7896410756511614e-05, + "L": 3.434469908825122e-05, + "G": 0.00044478499330580235, + "F": 0.009189211763441563, + "E": 0.00032295979326590896, + "T": 0.0036758019123226404, + "P": 0.12310962378978729, + "-": 0.8588407039642334 + }, + "id": "tp_3956" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 494528, + "label": "-", + "classification": { + "B": 2.0586337541317334e-06, + "S": 0.0004968203720636666, + "I": 0.00020812185539398342, + "C": 9.969618986360729e-05, + "R": 0.0002604160690680146, + "M": 0.013852129690349102, + "O": 0.0070422496646642685, + "W": 0.00011308053217362612, + "N": 1.282379434996983e-05, + "Y": 0.10632844269275665, + "U": 2.357518695816907e-07, + "K": 2.6367024474893697e-05, + "L": 0.000578255217988044, + "G": 0.012245476245880127, + "F": 0.050803814083337784, + "E": 4.381161852506921e-05, + "T": 0.043715700507164, + "P": 0.0015047792112454772, + "-": 0.7626657485961914 + }, + "id": "tp_3957" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 494628, + "label": "-", + "classification": { + "B": 5.863211072210106e-07, + "S": 5.162682441550714e-07, + "I": 2.744968696788419e-06, + "C": 2.773496703412093e-07, + "R": 3.3012046429803377e-08, + "M": 1.5492021702812053e-05, + "O": 7.532760719186626e-06, + "W": 8.781461957596548e-08, + "N": 9.478557672082388e-08, + "Y": 4.503513264353387e-05, + "U": 4.403297726440769e-09, + "K": 1.4473288345584479e-08, + "L": 6.835687145212432e-07, + "G": 3.263337566750124e-05, + "F": 0.002504876581951976, + "E": 6.900804237375269e-06, + "T": 3.5786204534815624e-05, + "P": 0.03657151386141777, + "-": 0.9607751965522766 + }, + "id": "tp_3958" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 494761, + "label": "-", + "classification": { + "B": 1.20010963655659e-05, + "S": 0.0003602761134970933, + "I": 0.0003447914496064186, + "C": 0.00019206719298381358, + "R": 5.880151366000064e-05, + "M": 0.0016373844118788838, + "O": 0.0009744251146912575, + "W": 9.16542048798874e-05, + "N": 0.00012119938037358224, + "Y": 0.0213310569524765, + "U": 4.760050160257379e-06, + "K": 0.005717221647500992, + "L": 0.00012250508007127792, + "G": 0.015088447369635105, + "F": 0.27599993348121643, + "E": 0.004082079976797104, + "T": 0.008556039072573185, + "P": 0.021889645606279373, + "-": 0.6434157490730286 + }, + "id": "tp_3959" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 494895, + "label": "-", + "classification": { + "B": 2.1756990520316322e-07, + "S": 8.12831876828568e-06, + "I": 1.6807323845569044e-05, + "C": 7.63761272537522e-06, + "R": 2.6148720735363895e-06, + "M": 6.792337080696598e-05, + "O": 5.418690852820873e-05, + "W": 3.7847123621759238e-06, + "N": 2.4070957351796096e-06, + "Y": 0.0018896126421168447, + "U": 2.0843570780471055e-07, + "K": 1.1165062460349873e-05, + "L": 3.906342044501798e-06, + "G": 0.00016148938448168337, + "F": 0.04090695455670357, + "E": 5.6719742133282125e-05, + "T": 0.0007126099080778658, + "P": 0.024476146325469017, + "-": 0.9316175580024719 + }, + "id": "tp_3960" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 495028, + "label": "P", + "classification": { + "B": 1.7888167747059924e-07, + "S": 5.062425771029666e-06, + "I": 0.002278604544699192, + "C": 6.581602747246507e-07, + "R": 2.3543464067188324e-07, + "M": 3.4773802326526493e-06, + "O": 3.2234265745501034e-06, + "W": 1.705048703115608e-06, + "N": 0.0006962342886254191, + "Y": 3.2542357075726613e-05, + "U": 1.4894330035986059e-07, + "K": 0.00035838797339238226, + "L": 3.036610607409784e-08, + "G": 7.631382686668076e-06, + "F": 0.0007573580369353294, + "E": 0.001988062635064125, + "T": 3.419469794607721e-05, + "P": 0.9798671007156372, + "-": 0.013965221121907234 + }, + "id": "tp_3961" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 495128, + "label": "-", + "classification": { + "B": 6.562565886270022e-07, + "S": 1.986936922548921e-06, + "I": 3.640880458988249e-05, + "C": 2.68274343397934e-05, + "R": 9.582170605426654e-06, + "M": 0.0008357558399438858, + "O": 8.752562280278653e-05, + "W": 8.500321087012708e-07, + "N": 7.400901154142048e-07, + "Y": 0.0051205772906541824, + "U": 8.187329569864232e-08, + "K": 8.113581628776956e-08, + "L": 2.4542450773878954e-05, + "G": 0.0005769250565208495, + "F": 0.0022088007535785437, + "E": 1.5840056221350096e-05, + "T": 0.003442143090069294, + "P": 0.002795485546812415, + "-": 0.9848151206970215 + }, + "id": "tp_3962" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 495262, + "label": "-", + "classification": { + "B": 0.0005195806734263897, + "S": 0.0004983820836059749, + "I": 0.001194329117424786, + "C": 0.00017035646305885166, + "R": 0.00014202953025233, + "M": 0.016978777945041656, + "O": 0.0021677406039088964, + "W": 0.000159976800205186, + "N": 7.6502728916239e-05, + "Y": 0.026556650176644325, + "U": 1.914300082717091e-05, + "K": 2.815999869199004e-05, + "L": 0.0012600321788340807, + "G": 0.008737894706428051, + "F": 0.031230494379997253, + "E": 0.0014782657381147146, + "T": 0.02282468043267727, + "P": 0.025073286145925522, + "-": 0.8608836531639099 + }, + "id": "tp_3963" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 495395, + "label": "-", + "classification": { + "B": 9.50439880398335e-06, + "S": 6.939989543752745e-05, + "I": 0.000502691837027669, + "C": 2.3078748199623078e-05, + "R": 9.942341421265155e-06, + "M": 0.0013869678368791938, + "O": 0.00022763010929338634, + "W": 1.5069821529323235e-05, + "N": 4.2289761040592566e-05, + "Y": 0.009038104675710201, + "U": 1.264909542442183e-06, + "K": 4.0936763980425894e-05, + "L": 1.9795990738202818e-05, + "G": 0.000712673005182296, + "F": 0.014833959750831127, + "E": 0.0005414346815086901, + "T": 0.007459317799657583, + "P": 0.03111877292394638, + "-": 0.9339472651481628 + }, + "id": "tp_3964" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 495529, + "label": "-", + "classification": { + "B": 8.386228387280426e-07, + "S": 3.849768836516887e-05, + "I": 1.0482875012485238e-08, + "C": 5.921520163099103e-09, + "R": 4.302017586610418e-08, + "M": 7.64856013120152e-05, + "O": 0.0003465301124379039, + "W": 1.4919489785825135e-06, + "N": 4.062845893049172e-10, + "Y": 5.4775715398136526e-05, + "U": 7.392119034943523e-12, + "K": 5.348927897830258e-11, + "L": 3.124650538666174e-05, + "G": 4.495795292314142e-05, + "F": 0.0029590653721243143, + "E": 1.1848106495904176e-08, + "T": 0.0001311034575337544, + "P": 0.00010061776265501976, + "-": 0.9962143301963806 + }, + "id": "tp_3965" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 495629, + "label": "-", + "classification": { + "B": 4.4562719381247007e-07, + "S": 3.979192513270391e-07, + "I": 1.6080143723229412e-06, + "C": 3.6970488963561365e-06, + "R": 8.839597853693704e-07, + "M": 1.3754935935139656e-05, + "O": 9.147858690994326e-06, + "W": 1.642937803580935e-07, + "N": 5.135737524142314e-08, + "Y": 0.00035213574301451445, + "U": 9.746767837270909e-09, + "K": 1.2868022736256535e-07, + "L": 3.1195040719467215e-06, + "G": 0.00020962764392606914, + "F": 0.03313910961151123, + "E": 6.0938978094782215e-06, + "T": 9.113206760957837e-05, + "P": 0.006558534223586321, + "-": 0.9596099853515625 + }, + "id": "tp_3966" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 495762, + "label": "-", + "classification": { + "B": 4.736445191610983e-08, + "S": 1.1394571401979192e-06, + "I": 6.91929835738847e-06, + "C": 1.769093250914011e-05, + "R": 2.0483078060351545e-06, + "M": 1.6260608390439302e-05, + "O": 1.2131164112361148e-05, + "W": 7.894911391304049e-07, + "N": 1.045751218953228e-06, + "Y": 0.0003020837903022766, + "U": 7.811729574314086e-08, + "K": 2.005536407523323e-05, + "L": 3.174676521666697e-07, + "G": 4.1135706851491705e-05, + "F": 0.0056563010439276695, + "E": 1.1179237844771706e-05, + "T": 0.00028661443502642214, + "P": 0.010046606883406639, + "-": 0.9835774898529053 + }, + "id": "tp_3967" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 495896, + "label": "-", + "classification": { + "B": 5.357333243694029e-09, + "S": 8.815518981464265e-08, + "I": 3.773572032628181e-08, + "C": 1.6469108743422112e-08, + "R": 2.608099869405578e-08, + "M": 8.539491682313383e-05, + "O": 8.536784662283026e-06, + "W": 1.1716230652325521e-08, + "N": 2.749104555110904e-10, + "Y": 0.0006560125038959086, + "U": 1.760456364019447e-11, + "K": 1.4029781503221983e-10, + "L": 1.2393668384902412e-06, + "G": 4.07309562433511e-05, + "F": 0.0013108032289892435, + "E": 5.3321151938234834e-08, + "T": 0.00016961184155661613, + "P": 0.00011240334424655885, + "-": 0.9976150989532471 + }, + "id": "tp_3968" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 496029, + "label": "-", + "classification": { + "B": 6.58595711300336e-09, + "S": 6.785049322388659e-08, + "I": 2.785498907087458e-07, + "C": 1.3738367954374553e-07, + "R": 3.611535248637665e-08, + "M": 8.530444574716967e-06, + "O": 2.0940690319548594e-06, + "W": 1.7977699329208008e-08, + "N": 3.6263050340323844e-09, + "Y": 0.00011462686234153807, + "U": 2.7446589445645486e-10, + "K": 9.51662926240715e-09, + "L": 1.963056917020367e-07, + "G": 1.8611479390528984e-05, + "F": 0.004955459386110306, + "E": 1.4427864698518533e-06, + "T": 3.4678494557738304e-05, + "P": 0.0022226031869649887, + "-": 0.992641270160675 + }, + "id": "tp_3969" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 496129, + "label": "-", + "classification": { + "B": 5.204022457405699e-08, + "S": 1.9453997879281815e-07, + "I": 5.310510914569022e-06, + "C": 1.1225326801422852e-07, + "R": 2.7890639131555872e-08, + "M": 2.6590363631839864e-05, + "O": 3.5963257687399164e-06, + "W": 7.845552119079002e-08, + "N": 3.692449013215082e-07, + "Y": 0.00033808141597546637, + "U": 1.0127614302746224e-08, + "K": 4.421040671331866e-07, + "L": 6.644908978614694e-08, + "G": 8.176177288987674e-06, + "F": 0.0007655436056666076, + "E": 8.029896889638621e-06, + "T": 0.0002679322788026184, + "P": 0.021938756108283997, + "-": 0.9766365885734558 + }, + "id": "tp_3970" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 496263, + "label": "-", + "classification": { + "B": 8.16533065517433e-06, + "S": 0.0001741987798595801, + "I": 1.0735694559116382e-05, + "C": 7.788756920490414e-05, + "R": 0.0001152310796896927, + "M": 0.004203645046800375, + "O": 0.005545445252209902, + "W": 8.64829562488012e-05, + "N": 6.039078357389371e-07, + "Y": 0.0030423791613429785, + "U": 1.1489237294881605e-07, + "K": 1.5014974508176238e-07, + "L": 0.0012951466487720609, + "G": 0.0026108024176210165, + "F": 0.009356966242194176, + "E": 6.859000222902978e-06, + "T": 0.003176052588969469, + "P": 0.0006563431234098971, + "-": 0.969632625579834 + }, + "id": "tp_3971" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 496396, + "label": "-", + "classification": { + "B": 0.007115168031305075, + "S": 0.0019124426180496812, + "I": 0.0003289754968136549, + "C": 0.0003286075370851904, + "R": 0.00029196077957749367, + "M": 0.020818807184696198, + "O": 0.008682316169142723, + "W": 0.00031426872010342777, + "N": 3.191046562278643e-05, + "Y": 0.011726499535143375, + "U": 7.218676728371065e-06, + "K": 3.568280362742371e-06, + "L": 0.0089053800329566, + "G": 0.02406972274184227, + "F": 0.05932079255580902, + "E": 0.0007658438407815993, + "T": 0.011345190927386284, + "P": 0.012461508624255657, + "-": 0.8315698504447937 + }, + "id": "tp_3972" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 496530, + "label": "-", + "classification": { + "B": 3.819370375524045e-10, + "S": 4.888111249101712e-08, + "I": 6.158998644423264e-07, + "C": 3.8236728983065404e-07, + "R": 1.9278394347566064e-07, + "M": 2.9908522265031934e-05, + "O": 4.925909252051497e-06, + "W": 1.3854243974265046e-08, + "N": 5.648758794052355e-09, + "Y": 0.00020156694517936558, + "U": 2.0531930322587044e-10, + "K": 2.7540776326162586e-09, + "L": 2.551712725562538e-07, + "G": 1.4272852240537759e-05, + "F": 0.0005349727580323815, + "E": 2.7033422611566493e-07, + "T": 0.00018099196313414723, + "P": 0.0003440088767092675, + "-": 0.9986875653266907 + }, + "id": "tp_3973" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 496630, + "label": "-", + "classification": { + "B": 4.7545526626890933e-07, + "S": 4.7175166400847957e-05, + "I": 2.8538541300804354e-05, + "C": 1.8733462638920173e-05, + "R": 1.2084624358976725e-05, + "M": 0.0004436997987795621, + "O": 0.00030622060876339674, + "W": 9.436526852368843e-06, + "N": 3.9871843000582885e-06, + "Y": 0.0011668936349451542, + "U": 1.6002748282062385e-07, + "K": 7.484081834263634e-06, + "L": 5.645606142934412e-05, + "G": 0.0007264961022883654, + "F": 0.07734955102205276, + "E": 6.337067316053435e-05, + "T": 0.00144862977322191, + "P": 0.013865805231034756, + "-": 0.9044448137283325 + }, + "id": "tp_3974" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 496763, + "label": "-", + "classification": { + "B": 1.2888310720882146e-06, + "S": 3.358526328156586e-06, + "I": 3.2910844311118126e-05, + "C": 8.537498797522858e-05, + "R": 3.1090883567230776e-05, + "M": 0.001176821650005877, + "O": 0.0002282100758748129, + "W": 1.5693955219830968e-06, + "N": 7.69718099036254e-07, + "Y": 0.0041178069077432156, + "U": 2.4277375132442103e-07, + "K": 1.0537924310938251e-07, + "L": 0.00022238785459194332, + "G": 0.002167518949136138, + "F": 0.00431757140904665, + "E": 1.700080611044541e-05, + "T": 0.004080094397068024, + "P": 0.0030030852649360895, + "-": 0.9805127382278442 + }, + "id": "tp_3975" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 496897, + "label": "-", + "classification": { + "B": 1.0848994946854873e-07, + "S": 5.44423869541788e-07, + "I": 6.685973494313657e-05, + "C": 5.392912044044351e-06, + "R": 2.861555003619287e-06, + "M": 0.00011009407171513885, + "O": 2.1907424525124952e-05, + "W": 5.926783614995657e-07, + "N": 1.8474935359336087e-06, + "Y": 0.0021629175171256065, + "U": 8.855739253021966e-08, + "K": 1.861452687990095e-06, + "L": 6.551991873493535e-07, + "G": 8.412250463152304e-05, + "F": 0.0012885129544883966, + "E": 1.3667099665326532e-05, + "T": 0.0009663373348303139, + "P": 0.010895775631070137, + "-": 0.9843757748603821 + }, + "id": "tp_3976" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 497030, + "label": "-", + "classification": { + "B": 2.9136723589395785e-10, + "S": 3.054801411828123e-10, + "I": 7.454162620490479e-09, + "C": 6.670625857241319e-12, + "R": 4.247457420503142e-12, + "M": 4.092388792287238e-07, + "O": 6.2918402932155e-08, + "W": 2.812131777440996e-11, + "N": 1.9656684266400326e-11, + "Y": 1.1675899713736726e-06, + "U": 6.52456401081282e-14, + "K": 1.140312480942332e-13, + "L": 5.297305927243201e-10, + "G": 4.9966786264121765e-08, + "F": 2.6850818812818034e-06, + "E": 3.402222281678746e-09, + "T": 9.13707754079951e-06, + "P": 0.0008029227028600872, + "-": 0.9991834759712219 + }, + "id": "tp_3977" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 497130, + "label": "-", + "classification": { + "B": 0.00013413996202871203, + "S": 0.0036268411204218864, + "I": 0.0009510628296993673, + "C": 0.006046649534255266, + "R": 0.003989466466009617, + "M": 0.034529224038124084, + "O": 0.02155531570315361, + "W": 0.0014202278107404709, + "N": 0.0002298849867656827, + "Y": 0.076396144926548, + "U": 4.429262480698526e-05, + "K": 0.0001817851298255846, + "L": 0.008936832658946514, + "G": 0.03716406226158142, + "F": 0.05945689231157303, + "E": 0.00098240259103477, + "T": 0.08145654946565628, + "P": 0.00875178538262844, + "-": 0.6541464328765869 + }, + "id": "tp_3978" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 497264, + "label": "-", + "classification": { + "B": 2.669370405783411e-05, + "S": 0.000720876851119101, + "I": 0.00024273543385788798, + "C": 0.0007570700254291296, + "R": 0.0005186792695894837, + "M": 0.011292058043181896, + "O": 0.0030515186954289675, + "W": 0.0001660035632085055, + "N": 3.321882468299009e-05, + "Y": 0.03770465403795242, + "U": 5.290449735184666e-06, + "K": 4.388047454995103e-05, + "L": 0.0016737023834139109, + "G": 0.013562215492129326, + "F": 0.16176775097846985, + "E": 0.0003926676290575415, + "T": 0.016427630558609962, + "P": 0.00952788908034563, + "-": 0.7420854568481445 + }, + "id": "tp_3979" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 497397, + "label": "-", + "classification": { + "B": 3.982856287620962e-05, + "S": 7.306177576538175e-05, + "I": 7.507054760935716e-06, + "C": 1.0432073622723692e-06, + "R": 1.497934022154368e-06, + "M": 0.0007275868556462228, + "O": 0.0003460327861830592, + "W": 8.042273293540347e-06, + "N": 4.633780577023572e-07, + "Y": 0.001426402828656137, + "U": 4.553080401592524e-08, + "K": 4.7423694127246563e-07, + "L": 5.0230904889758676e-05, + "G": 0.0008256563451141119, + "F": 0.014773220755159855, + "E": 2.2650583559880033e-05, + "T": 0.0008271802216768265, + "P": 0.0041682119481265545, + "-": 0.9767008423805237 + }, + "id": "tp_3980" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 497531, + "label": "-", + "classification": { + "B": 5.493433263836778e-07, + "S": 4.8345095819968265e-06, + "I": 3.9617862057639286e-05, + "C": 8.336360770044848e-05, + "R": 2.0429579308256507e-05, + "M": 0.00047052986337803304, + "O": 0.00015505473129451275, + "W": 3.267074134782888e-06, + "N": 3.2992834348988254e-06, + "Y": 0.005272698123008013, + "U": 6.551201181537181e-07, + "K": 6.154574748507002e-06, + "L": 2.9285181881277822e-05, + "G": 0.0012485653860494494, + "F": 0.01786344312131405, + "E": 6.933041731826961e-05, + "T": 0.002689831191673875, + "P": 0.010205534286797047, + "-": 0.961833655834198 + }, + "id": "tp_3981" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 497631, + "label": "-", + "classification": { + "B": 1.4924149581929669e-05, + "S": 2.7729191060643643e-05, + "I": 2.40021927311318e-05, + "C": 4.736141272587702e-05, + "R": 3.7925608921796083e-05, + "M": 0.0024169045500457287, + "O": 0.0007341431337408721, + "W": 9.234626304532867e-06, + "N": 4.707389109626092e-07, + "Y": 0.009021301753818989, + "U": 5.026638660865501e-08, + "K": 1.3881138727356301e-07, + "L": 0.00024647582904435694, + "G": 0.003035212168470025, + "F": 0.008468338288366795, + "E": 2.4529477741452865e-05, + "T": 0.0033424815628677607, + "P": 0.001279918011277914, + "-": 0.9712688326835632 + }, + "id": "tp_3982" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 497764, + "label": "-", + "classification": { + "B": 1.3967428325045717e-09, + "S": 7.111596866948844e-10, + "I": 1.4637125786975957e-05, + "C": 2.964327450172277e-07, + "R": 1.3503377083168289e-08, + "M": 1.630451720302517e-06, + "O": 5.940585623420702e-08, + "W": 6.911675121124006e-10, + "N": 5.999489616215214e-08, + "Y": 3.0104978577583097e-05, + "U": 8.255389705169591e-10, + "K": 4.4128811715893335e-09, + "L": 7.399466372959296e-09, + "G": 3.700919023685856e-06, + "F": 0.0004964842810295522, + "E": 1.6396648788941093e-05, + "T": 1.2799301657651085e-05, + "P": 0.2720012664794922, + "-": 0.7274225354194641 + }, + "id": "tp_3983" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 497898, + "label": "-", + "classification": { + "B": 5.260284297037288e-07, + "S": 4.505375272856327e-07, + "I": 2.4605810722277965e-07, + "C": 3.906515644302999e-08, + "R": 1.6995683083109725e-08, + "M": 3.5621083952719346e-05, + "O": 8.960415470937733e-06, + "W": 7.257797562942869e-08, + "N": 1.1106738639909963e-08, + "Y": 0.0001179575192509219, + "U": 7.020591330508807e-10, + "K": 9.670964473684762e-09, + "L": 6.681980266876053e-07, + "G": 2.3782769858371466e-05, + "F": 0.004303194582462311, + "E": 3.4299432627449278e-06, + "T": 7.120709051378071e-05, + "P": 0.003929085563868284, + "-": 0.9915047287940979 + }, + "id": "tp_3984" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 498031, + "label": "-", + "classification": { + "B": 3.5889017908630194e-06, + "S": 1.8959271983476356e-05, + "I": 7.496034959331155e-05, + "C": 1.2679850442509633e-05, + "R": 8.498783245158847e-06, + "M": 0.0016254186630249023, + "O": 0.0004299748979974538, + "W": 1.2352172234386671e-05, + "N": 4.23744722866104e-06, + "Y": 0.0016790481749922037, + "U": 7.720637995589641e-07, + "K": 1.1718173027475132e-06, + "L": 5.3441417549038306e-05, + "G": 0.00030391616746783257, + "F": 0.0034869243390858173, + "E": 3.6812754842685536e-05, + "T": 0.0034997689072042704, + "P": 0.009424569085240364, + "-": 0.9793227910995483 + }, + "id": "tp_3985" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 498131, + "label": "-", + "classification": { + "B": 2.1600428226520307e-05, + "S": 6.0053742345189676e-05, + "I": 0.0023082750849425793, + "C": 0.00011674888082779944, + "R": 7.230426126625389e-05, + "M": 0.004425101447850466, + "O": 0.000759521615691483, + "W": 4.487838668865152e-05, + "N": 0.00010697328252717853, + "Y": 0.01845276914536953, + "U": 8.150194844347425e-06, + "K": 2.2225334760150872e-05, + "L": 0.00013315374962985516, + "G": 0.002433082787320018, + "F": 0.006812032777816057, + "E": 0.00042975018732249737, + "T": 0.02271752431988716, + "P": 0.03450998291373253, + "-": 0.9065658450126648 + }, + "id": "tp_3986" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 498265, + "label": "-", + "classification": { + "B": 1.9665480976982508e-06, + "S": 7.788511720718816e-05, + "I": 1.5300688573915977e-06, + "C": 6.358289101626724e-05, + "R": 2.4839364414219745e-05, + "M": 0.0010648034512996674, + "O": 0.0004566365387290716, + "W": 7.82519782660529e-06, + "N": 2.211567107224255e-07, + "Y": 0.017169944941997528, + "U": 1.8174365123968528e-08, + "K": 7.874283255659975e-06, + "L": 0.00020420743385329843, + "G": 0.01405422668904066, + "F": 0.21245600283145905, + "E": 3.6496916436590254e-05, + "T": 0.003256956348195672, + "P": 0.0004692875954788178, + "-": 0.7506457567214966 + }, + "id": "tp_3987" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 498398, + "label": "-", + "classification": { + "B": 2.6052682642330183e-06, + "S": 6.842736297585361e-07, + "I": 0.00012644017988350242, + "C": 1.9714079826371744e-06, + "R": 1.7916276817686594e-07, + "M": 6.03479020355735e-05, + "O": 9.419172783964314e-06, + "W": 4.381723783808411e-07, + "N": 4.783192707691342e-06, + "Y": 0.00018064970208797604, + "U": 1.2320079179062304e-07, + "K": 4.0742952478467487e-07, + "L": 9.65023673415999e-07, + "G": 6.578920147148892e-05, + "F": 0.0016780637670308352, + "E": 0.0003051100648008287, + "T": 0.00011421556700952351, + "P": 0.3891955316066742, + "-": 0.6082522869110107 + }, + "id": "tp_3988" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 498532, + "label": "-", + "classification": { + "B": 4.372449495804176e-07, + "S": 3.233954828374408e-07, + "I": 2.688832137209829e-05, + "C": 5.343519660527818e-06, + "R": 7.939918305055471e-07, + "M": 0.0002082200808217749, + "O": 1.204714772029547e-05, + "W": 1.0976293651765445e-07, + "N": 4.004002391866379e-07, + "Y": 0.00043954173452220857, + "U": 2.0900769115428375e-08, + "K": 6.24903577772784e-08, + "L": 2.0521470105450135e-06, + "G": 0.0002301675995113328, + "F": 0.0018910702783614397, + "E": 5.556182441068813e-05, + "T": 0.0003267136635258794, + "P": 0.024006051942706108, + "-": 0.972794234752655 + }, + "id": "tp_3989" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 498632, + "label": "-", + "classification": { + "B": 2.1592951782167802e-07, + "S": 3.905997800757177e-07, + "I": 5.9997928474331275e-05, + "C": 1.2717227946268395e-05, + "R": 1.938129571499303e-06, + "M": 3.60973717761226e-05, + "O": 1.2307529686950147e-05, + "W": 6.15442218077078e-07, + "N": 3.1592619507136988e-06, + "Y": 0.00036267400719225407, + "U": 3.720701329257281e-07, + "K": 7.731616278761066e-06, + "L": 9.360320518680965e-07, + "G": 8.086696470854804e-05, + "F": 0.0048572286032140255, + "E": 9.763417619979009e-05, + "T": 0.00017591757932677865, + "P": 0.06920003145933151, + "-": 0.9250891804695129 + }, + "id": "tp_3990" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 498765, + "label": "-", + "classification": { + "B": 5.108967068845338e-12, + "S": 1.563798743275946e-11, + "I": 1.2092503665073195e-09, + "C": 2.894052775204159e-10, + "R": 4.7682430920348295e-12, + "M": 3.194074693624316e-08, + "O": 9.893325048082602e-10, + "W": 2.0233109892381362e-12, + "N": 2.386564904033328e-11, + "Y": 3.4259023777849507e-06, + "U": 1.423508527850434e-13, + "K": 7.987246974927587e-10, + "L": 1.0281848289439566e-11, + "G": 2.172279494061513e-07, + "F": 0.000979156349785626, + "E": 1.763156092238205e-07, + "T": 1.1437675766501343e-06, + "P": 0.0023720196913927794, + "-": 0.9966439008712769 + }, + "id": "tp_3991" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 498899, + "label": "-", + "classification": { + "B": 8.860281042188944e-08, + "S": 2.1560670120379655e-06, + "I": 3.6487941201812646e-07, + "C": 4.875025751971407e-06, + "R": 5.247197805147152e-07, + "M": 2.9795648515573703e-05, + "O": 1.1350892236805521e-05, + "W": 3.322239479075506e-07, + "N": 7.59615446099815e-08, + "Y": 0.0006490455125458539, + "U": 6.4025562629410615e-09, + "K": 8.991925824375357e-06, + "L": 1.2801774573745206e-06, + "G": 0.0003507861983962357, + "F": 0.10741374641656876, + "E": 1.3163749827072024e-05, + "T": 0.0002189871738664806, + "P": 0.004575077444314957, + "-": 0.8867193460464478 + }, + "id": "tp_3992" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 499032, + "label": "-", + "classification": { + "B": 1.997317298219059e-07, + "S": 7.103769803507021e-07, + "I": 3.447150447755121e-05, + "C": 4.4532589527079836e-05, + "R": 1.003059333015699e-05, + "M": 0.00010139355435967445, + "O": 4.5448523451341316e-05, + "W": 1.0659883855623775e-06, + "N": 2.5521396764816018e-06, + "Y": 0.0015096310526132584, + "U": 8.933462822824367e-07, + "K": 1.0545006261963863e-05, + "L": 6.087936981202802e-06, + "G": 0.000210727215744555, + "F": 0.00754053657874465, + "E": 3.614036904764362e-05, + "T": 0.0008622895693406463, + "P": 0.010868142358958721, + "-": 0.978714644908905 + }, + "id": "tp_3993" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 499132, + "label": "-", + "classification": { + "B": 2.124244474543957e-06, + "S": 1.4362252841237932e-05, + "I": 1.450442687200848e-05, + "C": 1.0880847185035236e-05, + "R": 1.312049448642938e-06, + "M": 0.0004913401207886636, + "O": 7.18886949471198e-05, + "W": 2.608050635899417e-06, + "N": 5.04897207065369e-06, + "Y": 0.0022864120546728373, + "U": 2.2739068583632616e-07, + "K": 2.1480664145201445e-05, + "L": 5.441448138299165e-06, + "G": 0.00043479204759933054, + "F": 0.03512048348784447, + "E": 0.00025736645329743624, + "T": 0.0027988480869680643, + "P": 0.032952580600976944, + "-": 0.9255082607269287 + }, + "id": "tp_3994" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 499266, + "label": "-", + "classification": { + "B": 2.9232320230221376e-05, + "S": 5.212054747971706e-05, + "I": 0.0014540688134729862, + "C": 0.0003159290936309844, + "R": 6.0441059758886695e-05, + "M": 0.003912949934601784, + "O": 0.00033686053939163685, + "W": 1.7095708244596608e-05, + "N": 8.330602577188984e-05, + "Y": 0.017614170908927917, + "U": 3.977140295319259e-06, + "K": 3.5222496080677956e-05, + "L": 8.056006481638178e-05, + "G": 0.004275737330317497, + "F": 0.01468085590749979, + "E": 0.0038807461969554424, + "T": 0.0062325093895196915, + "P": 0.05280565097928047, + "-": 0.894128680229187 + }, + "id": "tp_3995" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 499399, + "label": "-", + "classification": { + "B": 4.617876584234182e-06, + "S": 2.9633221856784075e-05, + "I": 4.249457560945302e-05, + "C": 2.048860551440157e-05, + "R": 2.0428084098966792e-05, + "M": 0.005388799123466015, + "O": 0.00041429587872698903, + "W": 4.435834398464067e-06, + "N": 8.093244332485483e-07, + "Y": 0.03780417516827583, + "U": 4.558317101555076e-08, + "K": 3.9199201751216606e-07, + "L": 0.00017239099543076009, + "G": 0.006195192225277424, + "F": 0.010539648123085499, + "E": 2.9759616154478863e-05, + "T": 0.018627144396305084, + "P": 0.0017529031028971076, + "-": 0.9189523458480835 + }, + "id": "tp_3996" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 499533, + "label": "-", + "classification": { + "B": 8.107764006126672e-05, + "S": 0.00016604842676315457, + "I": 0.010932045988738537, + "C": 0.0017545444425195456, + "R": 0.0010065201204270124, + "M": 0.006772127002477646, + "O": 0.0013338008429855108, + "W": 0.00015471555525436997, + "N": 0.0007723873131908476, + "Y": 0.26461464166641235, + "U": 3.6259643820812926e-05, + "K": 0.001538570853881538, + "L": 0.0002502212591934949, + "G": 0.044001635164022446, + "F": 0.04276194050908089, + "E": 0.005805132910609245, + "T": 0.04183657467365265, + "P": 0.02330130711197853, + "-": 0.5528804659843445 + }, + "id": "tp_3997" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 499633, + "label": "-", + "classification": { + "B": 0.00026246081688441336, + "S": 0.0006910046213306487, + "I": 0.0012176013551652431, + "C": 0.0034569958224892616, + "R": 0.0017117157112807035, + "M": 0.01201281975954771, + "O": 0.003708553034812212, + "W": 0.0003701339883264154, + "N": 0.00023870814766269177, + "Y": 0.05071401968598366, + "U": 8.787764090811834e-05, + "K": 0.0004009563708677888, + "L": 0.002659707795828581, + "G": 0.023724311962723732, + "F": 0.12178386747837067, + "E": 0.0024726777337491512, + "T": 0.019635315984487534, + "P": 0.0356338806450367, + "-": 0.7192174196243286 + }, + "id": "tp_3998" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 499766, + "label": "-", + "classification": { + "B": 1.5003073485786445e-06, + "S": 1.2753766895912122e-05, + "I": 2.430350832582917e-06, + "C": 3.342693526064977e-05, + "R": 1.533774775452912e-05, + "M": 0.002530437894165516, + "O": 0.0003212208393961191, + "W": 1.6520688177479315e-06, + "N": 5.4336727117743067e-08, + "Y": 0.004872848279774189, + "U": 9.378856802300106e-09, + "K": 5.060915952981304e-08, + "L": 0.00033457553945481777, + "G": 0.004635993856936693, + "F": 0.023745868355035782, + "E": 1.2557068657770287e-05, + "T": 0.0014565017772838473, + "P": 0.0005155642284080386, + "-": 0.9615072011947632 + }, + "id": "tp_3999" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 499900, + "label": "-", + "classification": { + "B": 4.6821645582895144e-07, + "S": 4.024138888780726e-06, + "I": 0.00011998830450465903, + "C": 2.3791501007508487e-05, + "R": 6.1207251746964175e-06, + "M": 0.00017576557002030313, + "O": 9.048447100212798e-05, + "W": 3.976880179834552e-06, + "N": 8.410782356804702e-06, + "Y": 0.001387711614370346, + "U": 8.777091693445982e-07, + "K": 3.995915449195309e-06, + "L": 1.2093082659703214e-05, + "G": 0.0003052712418138981, + "F": 0.01156288105994463, + "E": 3.817431934294291e-05, + "T": 0.0016657067462801933, + "P": 0.03095761500298977, + "-": 0.9536325931549072 + }, + "id": "tp_4000" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 500033, + "label": "-", + "classification": { + "B": 9.6616453504339e-08, + "S": 4.10691001206942e-07, + "I": 1.3796748135064263e-05, + "C": 1.2904935829283204e-05, + "R": 2.7096741632703925e-06, + "M": 3.760186518775299e-05, + "O": 2.377856435487047e-05, + "W": 4.1786159954426694e-07, + "N": 5.865119305781263e-07, + "Y": 0.0005121792200952768, + "U": 1.6725890361612983e-07, + "K": 3.0830466357656405e-07, + "L": 2.658724724824424e-06, + "G": 7.075021858327091e-05, + "F": 0.001993520651012659, + "E": 5.965728178125573e-06, + "T": 0.00041767299990169704, + "P": 0.017266441136598587, + "-": 0.9796380400657654 + }, + "id": "tp_4001" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 500133, + "label": "-", + "classification": { + "B": 5.735324066336034e-06, + "S": 5.137434982316336e-06, + "I": 3.688779486310523e-07, + "C": 4.432597222603363e-07, + "R": 3.190032202837756e-07, + "M": 5.811677692690864e-05, + "O": 0.00013964070240035653, + "W": 1.618453893570404e-06, + "N": 2.7798691348834836e-08, + "Y": 0.00016315070388372988, + "U": 3.6297753691627577e-09, + "K": 1.1672669941731328e-08, + "L": 1.6310503269778565e-05, + "G": 8.862823597155511e-05, + "F": 0.004689464811235666, + "E": 2.611579930089647e-06, + "T": 9.19158264878206e-05, + "P": 0.002234366489574313, + "-": 0.9925022125244141 + }, + "id": "tp_4002" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 500267, + "label": "-", + "classification": { + "B": 6.447010036936263e-07, + "S": 1.3647234482050408e-05, + "I": 6.083029802539386e-06, + "C": 1.8622842617332935e-05, + "R": 3.5121468044962967e-06, + "M": 0.0001411796547472477, + "O": 5.445328133646399e-05, + "W": 4.872735189564992e-06, + "N": 2.6263880954502383e-06, + "Y": 0.003240961581468582, + "U": 3.1253725296664925e-07, + "K": 0.0015122478362172842, + "L": 3.690997345984215e-06, + "G": 0.0009178197360597551, + "F": 0.08383290469646454, + "E": 0.00030133838299661875, + "T": 0.0010525097604840994, + "P": 0.008671269752085209, + "-": 0.9002212285995483 + }, + "id": "tp_4003" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 500400, + "label": "-", + "classification": { + "B": 7.119624933693558e-05, + "S": 0.00042869162280112505, + "I": 0.0035578070674091578, + "C": 0.00021734877373091877, + "R": 0.00014953712525311857, + "M": 0.017357124015688896, + "O": 0.001550310873426497, + "W": 7.842896593501791e-05, + "N": 0.00015145631914492697, + "Y": 0.10730922222137451, + "U": 5.430727469502017e-06, + "K": 2.56104685831815e-05, + "L": 0.00030505048925988376, + "G": 0.006694482173770666, + "F": 0.010454020462930202, + "E": 0.0010272221406921744, + "T": 0.07991618663072586, + "P": 0.017981529235839844, + "-": 0.7527192831039429 + }, + "id": "tp_4004" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 500501, + "label": "-", + "classification": { + "B": 0.001207571243867278, + "S": 0.0013554816832765937, + "I": 0.0019110807916149497, + "C": 0.00433602137491107, + "R": 0.0011471925536170602, + "M": 0.008564931340515614, + "O": 0.004120655823498964, + "W": 0.0005192988319322467, + "N": 0.00047509127762168646, + "Y": 0.008653437718749046, + "U": 0.00014312138955574483, + "K": 0.0003366948803886771, + "L": 0.002716467948630452, + "G": 0.016707781702280045, + "F": 0.1272793859243393, + "E": 0.004282171372324228, + "T": 0.01143395435065031, + "P": 0.09099830687046051, + "-": 0.7138113379478455 + }, + "id": "tp_4005" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 500634, + "label": "-", + "classification": { + "B": 0.00020844352548010647, + "S": 0.00048573309322819114, + "I": 0.0019381965976208448, + "C": 0.0013037751195952296, + "R": 0.0005917237140238285, + "M": 0.010721790604293346, + "O": 0.001954590668901801, + "W": 0.00016095474711619318, + "N": 0.00023563903232570738, + "Y": 0.08217188715934753, + "U": 2.5533005100442097e-05, + "K": 0.0010648396564647555, + "L": 0.00045713596045970917, + "G": 0.016553128138184547, + "F": 0.03466346487402916, + "E": 0.0057510253973305225, + "T": 0.024578846991062164, + "P": 0.025741392746567726, + "-": 0.791391909122467 + }, + "id": "tp_4006" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 500767, + "label": "-", + "classification": { + "B": 2.0678553482866846e-05, + "S": 3.323468627058901e-05, + "I": 5.188721843296662e-05, + "C": 0.00012060078734066337, + "R": 2.567298179201316e-05, + "M": 0.0016421106411144137, + "O": 0.00030398782109841704, + "W": 1.0578083674772643e-05, + "N": 5.02274269820191e-06, + "Y": 0.0064333705231547356, + "U": 1.2100423418814898e-06, + "K": 2.6507817892706953e-05, + "L": 0.00014943923451937735, + "G": 0.005596390925347805, + "F": 0.07896904647350311, + "E": 0.00032552031916566193, + "T": 0.003021440003067255, + "P": 0.01124747097492218, + "-": 0.8920158743858337 + }, + "id": "tp_4007" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 500901, + "label": "-", + "classification": { + "B": 3.058411479628376e-08, + "S": 2.8247580985407694e-07, + "I": 3.5394034057389945e-05, + "C": 6.734250632689509e-07, + "R": 1.0967026753405662e-07, + "M": 5.4533470574824605e-06, + "O": 2.7744674753193976e-06, + "W": 2.2511679276249197e-07, + "N": 2.9680682018806692e-06, + "Y": 0.0004321028827689588, + "U": 8.750474478347314e-08, + "K": 1.611038896953687e-05, + "L": 8.235422654934155e-08, + "G": 2.8825794288422912e-05, + "F": 0.00288768345490098, + "E": 0.00010618477972457185, + "T": 0.0002456331567373127, + "P": 0.1034681499004364, + "-": 0.8927673697471619 + }, + "id": "tp_4008" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 501001, + "label": "-", + "classification": { + "B": 0.00013986854173708707, + "S": 1.0920562999672256e-05, + "I": 0.0001336929271928966, + "C": 7.912383443908766e-05, + "R": 1.641459130041767e-05, + "M": 0.002621701220050454, + "O": 0.0001509453431935981, + "W": 4.149922006035922e-06, + "N": 2.87238322016492e-06, + "Y": 0.00651651481166482, + "U": 9.29586349229794e-07, + "K": 1.124661139328964e-06, + "L": 0.00012814182264264673, + "G": 0.004564129281789064, + "F": 0.004316407721489668, + "E": 0.00020513535127975047, + "T": 0.004073954652994871, + "P": 0.009721769019961357, + "-": 0.9673123359680176 + }, + "id": "tp_4009" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 501134, + "label": "-", + "classification": { + "B": 6.164307819744863e-07, + "S": 8.632445678813383e-05, + "I": 1.4659237876912812e-06, + "C": 0.0001038904010783881, + "R": 4.692694346886128e-05, + "M": 0.005876809824258089, + "O": 0.000836982624605298, + "W": 3.1449467314814683e-06, + "N": 6.062211355128966e-08, + "Y": 0.01101755816489458, + "U": 3.872612008848364e-09, + "K": 8.988310895574614e-08, + "L": 0.000930936774238944, + "G": 0.031214725226163864, + "F": 0.11712922900915146, + "E": 1.0310880497854669e-05, + "T": 0.007915684022009373, + "P": 0.00013600962120108306, + "-": 0.8246892690658569 + }, + "id": "tp_4010" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 501268, + "label": "-", + "classification": { + "B": 7.919850020243757e-08, + "S": 5.374120704004781e-08, + "I": 5.042427346779732e-06, + "C": 5.503477495949483e-07, + "R": 1.8725441464084724e-07, + "M": 7.690921484027058e-05, + "O": 9.960858733393252e-06, + "W": 3.0764944369821023e-08, + "N": 4.10485547774897e-08, + "Y": 0.0002352544543100521, + "U": 3.524418978884114e-09, + "K": 5.60916812997192e-10, + "L": 1.745525423757499e-06, + "G": 7.504534005420282e-05, + "F": 0.00041858808253891766, + "E": 2.8011029371555196e-06, + "T": 0.00017482743714936078, + "P": 0.011210569180548191, + "-": 0.9877883791923523 + }, + "id": "tp_4011" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 501401, + "label": "-", + "classification": { + "B": 2.3429674200770023e-08, + "S": 8.128925514938601e-07, + "I": 3.228331479476765e-06, + "C": 1.50410380683752e-06, + "R": 5.533647708944045e-07, + "M": 0.00019360598525963724, + "O": 1.6722993677831255e-05, + "W": 1.479960900496735e-07, + "N": 1.4485979704659258e-07, + "Y": 0.00626106932759285, + "U": 7.90622145530051e-09, + "K": 4.402952242799074e-07, + "L": 1.5681126797062461e-06, + "G": 0.00023418775526806712, + "F": 0.003595983376726508, + "E": 3.851107976515777e-06, + "T": 0.003578512230888009, + "P": 0.0011707054218277335, + "-": 0.9849368929862976 + }, + "id": "tp_4012" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 501502, + "label": "-", + "classification": { + "B": 6.479403125148053e-10, + "S": 1.1473412442342124e-08, + "I": 1.0589261023596919e-07, + "C": 1.3929917486166232e-07, + "R": 1.333993981944559e-08, + "M": 7.749034921289422e-06, + "O": 8.264005941782671e-07, + "W": 5.1299258174708484e-09, + "N": 7.617529718118021e-09, + "Y": 0.0004839800240006298, + "U": 1.4547567317446664e-10, + "K": 7.34107231892267e-07, + "L": 2.8231388782273825e-08, + "G": 8.219581650337204e-05, + "F": 0.0064489999786019325, + "E": 1.1255473509663716e-05, + "T": 6.138125900179148e-05, + "P": 0.0017738827737048268, + "-": 0.99112868309021 + }, + "id": "tp_4013" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 501635, + "label": "-", + "classification": { + "B": 2.160038775400608e-06, + "S": 4.276830077287741e-05, + "I": 0.00014839005598332733, + "C": 4.7002842620713636e-05, + "R": 1.4868817743263207e-05, + "M": 0.002394656650722027, + "O": 0.00029728078516200185, + "W": 8.607660674897488e-06, + "N": 1.7573664081282914e-05, + "Y": 0.06020114943385124, + "U": 4.362551067060849e-07, + "K": 0.00011131988139823079, + "L": 3.3988322684308514e-05, + "G": 0.007737698964774609, + "F": 0.04007170349359512, + "E": 0.0005306251114234328, + "T": 0.021693525835871696, + "P": 0.004940092097967863, + "-": 0.8617061972618103 + }, + "id": "tp_4014" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 501768, + "label": "-", + "classification": { + "B": 5.474105932989914e-07, + "S": 3.381815076863859e-06, + "I": 2.408291220490355e-05, + "C": 4.3239515434834175e-06, + "R": 5.5169116421893705e-06, + "M": 0.00046558582107536495, + "O": 6.839737034169957e-05, + "W": 1.4528300198435318e-06, + "N": 3.9964524489732867e-07, + "Y": 0.006629500072449446, + "U": 5.334221597763644e-08, + "K": 6.008968256310254e-08, + "L": 1.1992719919362571e-05, + "G": 0.000199780726688914, + "F": 0.0017175634857267141, + "E": 4.4003450057061855e-06, + "T": 0.005674653220921755, + "P": 0.0021137415897101164, + "-": 0.9830744862556458 + }, + "id": "tp_4015" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 501902, + "label": "-", + "classification": { + "B": 1.294749154112651e-06, + "S": 3.0387764127226546e-06, + "I": 1.2145778782723937e-05, + "C": 1.2512482499005273e-05, + "R": 3.5722589473152766e-06, + "M": 0.0009813006035983562, + "O": 6.141181802377105e-05, + "W": 5.842658197252604e-07, + "N": 3.252313263146789e-07, + "Y": 0.005936936940997839, + "U": 2.789662900681833e-08, + "K": 4.588345348111034e-08, + "L": 2.772790139715653e-05, + "G": 0.0011101553682237864, + "F": 0.009907014667987823, + "E": 6.976260192459449e-05, + "T": 0.0014411307638511062, + "P": 0.006204527802765369, + "-": 0.9742265343666077 + }, + "id": "tp_4016" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 502002, + "label": "-", + "classification": { + "B": 9.25094627746148e-06, + "S": 6.13031943430542e-06, + "I": 0.0004108940775040537, + "C": 0.0002936043019872159, + "R": 6.588012183783576e-05, + "M": 0.0005523078725673258, + "O": 0.0001694277161732316, + "W": 1.0359491170675028e-05, + "N": 2.302254142705351e-05, + "Y": 0.003119074273854494, + "U": 5.277664968161844e-06, + "K": 5.697424057871103e-06, + "L": 5.286759915179573e-05, + "G": 0.0009806528687477112, + "F": 0.0064064436592161655, + "E": 0.00034545292146503925, + "T": 0.0018608500249683857, + "P": 0.07114650309085846, + "-": 0.9145364165306091 + }, + "id": "tp_4017" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 502135, + "label": "-", + "classification": { + "B": 1.1835415136829397e-07, + "S": 3.7548610976045893e-07, + "I": 1.7737977032084018e-05, + "C": 9.286986824008636e-06, + "R": 1.1691288364090724e-06, + "M": 0.00010348448995500803, + "O": 1.6272440916509368e-05, + "W": 3.658897753666679e-07, + "N": 1.0562189345364459e-06, + "Y": 0.0005315211019478738, + "U": 8.55567137136859e-08, + "K": 1.097163249141886e-06, + "L": 1.1068825642723823e-06, + "G": 7.316738629015163e-05, + "F": 0.00422332901507616, + "E": 1.8909440768766217e-05, + "T": 0.00032384536461904645, + "P": 0.017667308449745178, + "-": 0.9770097732543945 + }, + "id": "tp_4018" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 502269, + "label": "-", + "classification": { + "B": 1.283971773347048e-08, + "S": 7.810385938000763e-08, + "I": 7.363641543634003e-06, + "C": 9.716776503410074e-07, + "R": 2.6315169066037924e-07, + "M": 2.7905671231565066e-05, + "O": 3.2944178656180156e-06, + "W": 5.71608609334362e-08, + "N": 1.2829147522097628e-07, + "Y": 0.0013122454984113574, + "U": 1.1949160771962397e-08, + "K": 4.731886065201252e-07, + "L": 1.5873006020683533e-07, + "G": 5.2358427637955174e-05, + "F": 0.0009113464038819075, + "E": 6.860246230644407e-06, + "T": 0.00032092240871861577, + "P": 0.004082501400262117, + "-": 0.9932730197906494 + }, + "id": "tp_4019" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 502402, + "label": "-", + "classification": { + "B": 2.34947261645857e-09, + "S": 5.7317519619459745e-09, + "I": 1.052086827257881e-05, + "C": 5.892850936106697e-07, + "R": 8.775244708658647e-08, + "M": 1.3954657333670184e-05, + "O": 7.773460879434424e-07, + "W": 8.422198050084262e-09, + "N": 9.479148843638541e-08, + "Y": 0.0005166243063285947, + "U": 4.062173264429703e-09, + "K": 3.6134352399130876e-08, + "L": 5.67317428590286e-08, + "G": 1.937013257702347e-05, + "F": 0.0002635872224345803, + "E": 1.4368587471835781e-05, + "T": 0.00012328237062320113, + "P": 0.013735377229750156, + "-": 0.9853011965751648 + }, + "id": "tp_4020" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 502503, + "label": "-", + "classification": { + "B": 7.358350558206439e-06, + "S": 1.978966565729934e-06, + "I": 4.794446226696891e-07, + "C": 2.7243092972639715e-06, + "R": 1.2173318282293621e-06, + "M": 0.00018823072605300695, + "O": 6.200753705343232e-05, + "W": 2.483554339960392e-07, + "N": 7.81730680188275e-09, + "Y": 0.000658313452731818, + "U": 1.6419379189613892e-09, + "K": 7.939044976978948e-10, + "L": 9.312163456343114e-05, + "G": 0.0008819761569611728, + "F": 0.007945018820464611, + "E": 1.5937317812131369e-06, + "T": 0.0002934524090960622, + "P": 0.0005906409933231771, + "-": 0.9892716407775879 + }, + "id": "tp_4021" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 502636, + "label": "-", + "classification": { + "B": 4.879447956795957e-08, + "S": 1.2058859510943876e-06, + "I": 4.917795308756467e-07, + "C": 3.795087650360074e-06, + "R": 7.096769536474312e-07, + "M": 8.284495561383665e-05, + "O": 1.8454806195222773e-05, + "W": 3.358574076628429e-07, + "N": 5.570485583916707e-08, + "Y": 0.004520673770457506, + "U": 6.168585198196297e-09, + "K": 1.7573998775333166e-05, + "L": 4.077549874637043e-06, + "G": 0.002794221043586731, + "F": 0.06957137584686279, + "E": 2.673353628779296e-05, + "T": 0.0008841073722578585, + "P": 0.0010366127826273441, + "-": 0.9210366010665894 + }, + "id": "tp_4022" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 502769, + "label": "-", + "classification": { + "B": 2.813198136664141e-07, + "S": 5.310583333084651e-07, + "I": 5.022654295316897e-05, + "C": 3.0278379199444316e-06, + "R": 5.984405788694858e-07, + "M": 0.0001954852050403133, + "O": 1.8167738744523376e-05, + "W": 4.0759226749287336e-07, + "N": 1.6107217106764438e-06, + "Y": 0.001259302836842835, + "U": 9.852207227822873e-08, + "K": 1.8619061847857665e-06, + "L": 1.3585216720457538e-06, + "G": 0.00017227028729394078, + "F": 0.0020339356269687414, + "E": 7.989446021383628e-05, + "T": 0.000859109393786639, + "P": 0.015376917086541653, + "-": 0.9799448251724243 + }, + "id": "tp_4023" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 502903, + "label": "-", + "classification": { + "B": 4.857244562117558e-07, + "S": 2.17754987374974e-07, + "I": 5.700147767129238e-07, + "C": 1.13419685021654e-06, + "R": 1.874002890644988e-07, + "M": 0.00016990060976240784, + "O": 9.972327461582609e-06, + "W": 4.024637334509862e-08, + "N": 9.075296070193417e-09, + "Y": 0.0005343509837985039, + "U": 1.7443705369046825e-09, + "K": 4.548520671221468e-09, + "L": 2.991524070239393e-06, + "G": 0.0001950462901731953, + "F": 0.0011980850249528885, + "E": 3.4563565805001417e-06, + "T": 0.00034151560976170003, + "P": 0.0012031884398311377, + "-": 0.9963388442993164 + }, + "id": "tp_4024" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 503003, + "label": "-", + "classification": { + "B": 7.26962935004849e-06, + "S": 2.8050076252839062e-06, + "I": 2.8568254037963925e-06, + "C": 3.3709608260323876e-07, + "R": 2.9471917173395923e-07, + "M": 0.00020069019228685647, + "O": 5.7279070460936055e-05, + "W": 5.595577476924518e-07, + "N": 4.463512581764917e-08, + "Y": 0.00030159478774294257, + "U": 6.376001504548867e-09, + "K": 2.9492439601597198e-09, + "L": 1.2264441465958953e-05, + "G": 0.000112223468022421, + "F": 0.0009449961362406611, + "E": 5.016845534555614e-06, + "T": 0.0002806096454150975, + "P": 0.004877157974988222, + "-": 0.9931939840316772 + }, + "id": "tp_4025" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 503136, + "label": "-", + "classification": { + "B": 2.8076493663320434e-07, + "S": 5.650314278682345e-07, + "I": 1.009251172945369e-05, + "C": 5.765120931755519e-07, + "R": 5.882908027388112e-08, + "M": 1.1782339242927264e-05, + "O": 4.959204034094e-06, + "W": 1.2736076371311356e-07, + "N": 3.9531113316115807e-07, + "Y": 2.595682963146828e-05, + "U": 6.545952224712437e-09, + "K": 5.9214421810338536e-08, + "L": 4.523093650732335e-07, + "G": 1.357749988528667e-05, + "F": 0.0034081172198057175, + "E": 6.0231097450014204e-05, + "T": 2.9537693990278058e-05, + "P": 0.06619329750537872, + "-": 0.9302399158477783 + }, + "id": "tp_4026" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 503270, + "label": "-", + "classification": { + "B": 3.78379741050594e-06, + "S": 4.349639129941352e-05, + "I": 8.69018094817875e-06, + "C": 1.0959466635540593e-05, + "R": 2.6960208288073773e-06, + "M": 0.0005457678926177323, + "O": 0.00020996613602619618, + "W": 4.397091288410593e-06, + "N": 9.088910815080453e-07, + "Y": 0.0005134427337907255, + "U": 6.569671739953264e-08, + "K": 6.712123763463751e-07, + "L": 2.720930024224799e-05, + "G": 0.0003857057890854776, + "F": 0.010164276696741581, + "E": 2.828421384037938e-05, + "T": 0.0007174358470365405, + "P": 0.00812925398349762, + "-": 0.979202926158905 + }, + "id": "tp_4027" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 503403, + "label": "-", + "classification": { + "B": 1.343040310075594e-07, + "S": 1.3523299458029214e-07, + "I": 2.554946831878624e-06, + "C": 1.384540382787236e-06, + "R": 2.8109977279200393e-07, + "M": 8.698010060470551e-05, + "O": 6.3311449594039004e-06, + "W": 5.5351719652207976e-08, + "N": 6.846416056305316e-08, + "Y": 0.000492716149892658, + "U": 8.836609666218465e-09, + "K": 7.031697890624855e-08, + "L": 5.904510089749238e-07, + "G": 7.67854435252957e-05, + "F": 0.0003959437017329037, + "E": 4.006525614386192e-06, + "T": 0.00048550774226896465, + "P": 0.005713098216801882, + "-": 0.9927332401275635 + }, + "id": "tp_4028" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 503504, + "label": "-", + "classification": { + "B": 5.560953468375374e-06, + "S": 1.330642589891795e-05, + "I": 1.5583442291244864e-05, + "C": 5.649468675983371e-06, + "R": 2.919022563219187e-06, + "M": 0.00031221951940096915, + "O": 0.0002467011217959225, + "W": 4.122413884033449e-06, + "N": 1.2535942914837506e-06, + "Y": 0.0003502217587083578, + "U": 8.830299691453547e-08, + "K": 8.874673795844501e-08, + "L": 3.7841538869543e-05, + "G": 0.0002414622576907277, + "F": 0.013727830722928047, + "E": 5.465362119139172e-05, + "T": 0.00036080251447856426, + "P": 0.01788165606558323, + "-": 0.9667379856109619 + }, + "id": "tp_4029" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 503637, + "label": "-", + "classification": { + "B": 1.4702868611493614e-05, + "S": 8.74151101015741e-06, + "I": 1.6731386494939215e-05, + "C": 3.126964656985365e-05, + "R": 4.488943432079395e-06, + "M": 0.0006267963908612728, + "O": 0.00012161163613200188, + "W": 2.1205926259426633e-06, + "N": 1.1015315521945013e-06, + "Y": 0.0011565341847017407, + "U": 1.467126793386342e-07, + "K": 1.9042200847252388e-06, + "L": 4.16851689806208e-05, + "G": 0.002337031066417694, + "F": 0.02529722824692726, + "E": 0.00012011632497888058, + "T": 0.0008125260937958956, + "P": 0.011262846179306507, + "-": 0.9581424593925476 + }, + "id": "tp_4030" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 503770, + "label": "-", + "classification": { + "B": 1.538587639515754e-05, + "S": 0.0002644015185069293, + "I": 0.0007939557544887066, + "C": 6.880559521960095e-05, + "R": 4.771636668010615e-05, + "M": 0.005470369942486286, + "O": 0.0008642967441119254, + "W": 4.102681123185903e-05, + "N": 8.601906301919371e-05, + "Y": 0.010638415813446045, + "U": 2.300216010553413e-06, + "K": 2.079934893117752e-05, + "L": 0.0001225065643666312, + "G": 0.002520741196349263, + "F": 0.033211324363946915, + "E": 0.0004750118241645396, + "T": 0.014253576286137104, + "P": 0.04980987682938576, + "-": 0.8812935948371887 + }, + "id": "tp_4031" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 503904, + "label": "-", + "classification": { + "B": 1.8102937815456244e-08, + "S": 1.8854387917599524e-06, + "I": 1.1357537005096674e-05, + "C": 0.0007370255189016461, + "R": 9.939146548276767e-05, + "M": 0.0004279675194993615, + "O": 0.00010907628893619403, + "W": 1.6717624475859338e-06, + "N": 7.076783390402852e-07, + "Y": 0.06572748720645905, + "U": 6.308695077450466e-08, + "K": 0.00011167457705596462, + "L": 2.1621806808980182e-05, + "G": 0.008379264734685421, + "F": 0.054045964032411575, + "E": 6.684993422823027e-05, + "T": 0.005796154495328665, + "P": 0.0006972060655243695, + "-": 0.8637645244598389 + }, + "id": "tp_4032" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 504004, + "label": "Y", + "classification": { + "B": 3.8206823660402733e-07, + "S": 0.00012677660561166704, + "I": 1.8951721358462237e-05, + "C": 0.0029828071128576994, + "R": 0.0006113170529715717, + "M": 0.006992878392338753, + "O": 0.0020949074532836676, + "W": 3.945363641832955e-05, + "N": 2.6397301553515717e-06, + "Y": 0.46559053659439087, + "U": 5.0391925299209106e-08, + "K": 0.00021307992574293166, + "L": 0.0005565998726524413, + "G": 0.13000807166099548, + "F": 0.10275229811668396, + "E": 0.00011963723227381706, + "T": 0.06342580914497375, + "P": 6.52543967589736e-05, + "-": 0.22439846396446228 + }, + "id": "tp_4033" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 504137, + "label": "-", + "classification": { + "B": 5.837145181430969e-06, + "S": 3.395812018425204e-05, + "I": 3.9956808905117214e-05, + "C": 3.6822788388235494e-05, + "R": 8.032621735765133e-06, + "M": 0.0007273508817888796, + "O": 0.00011552848445717245, + "W": 4.679041921917815e-06, + "N": 3.7902480016782647e-06, + "Y": 0.004602467175573111, + "U": 1.2048508324369323e-07, + "K": 1.7150303392554633e-05, + "L": 4.7528374125249684e-05, + "G": 0.005123402923345566, + "F": 0.227948397397995, + "E": 0.0008642272441647947, + "T": 0.001368270255625248, + "P": 0.014598429203033447, + "-": 0.744454026222229 + }, + "id": "tp_4034" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 504271, + "label": "-", + "classification": { + "B": 2.0690842372772522e-09, + "S": 6.43774811237563e-09, + "I": 4.239970508024271e-07, + "C": 5.796620783371509e-08, + "R": 1.2483150513276087e-08, + "M": 1.0377047146903351e-05, + "O": 3.9401686535711633e-07, + "W": 2.0197319372528e-09, + "N": 1.0833020702705198e-08, + "Y": 0.0010508255800232291, + "U": 5.940022917982901e-10, + "K": 1.3246231844732392e-07, + "L": 2.0924490584661726e-08, + "G": 2.0860366930719465e-05, + "F": 0.001658271299675107, + "E": 3.1329141165770125e-06, + "T": 0.0001826574734877795, + "P": 0.0023300223983824253, + "-": 0.994742751121521 + }, + "id": "tp_4035" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 504404, + "label": "-", + "classification": { + "B": 8.576030268159229e-07, + "S": 1.5220808791127638e-06, + "I": 1.4974795703892596e-05, + "C": 1.873325572887552e-06, + "R": 2.508296574887936e-07, + "M": 5.40882938366849e-05, + "O": 8.387964044231921e-06, + "W": 3.5755056160269305e-07, + "N": 1.0052974630525569e-06, + "Y": 0.0006095359567552805, + "U": 5.587124363160001e-08, + "K": 5.921999672864331e-06, + "L": 4.617059232714382e-07, + "G": 9.103654156206176e-05, + "F": 0.003322107484564185, + "E": 8.258916932391003e-05, + "T": 0.00042836094507947564, + "P": 0.01970887929201126, + "-": 0.9756677746772766 + }, + "id": "tp_4036" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 504505, + "label": "-", + "classification": { + "B": 2.5048717589015723e-07, + "S": 1.1116196674265666e-06, + "I": 3.6692042613140075e-06, + "C": 4.011308647022815e-06, + "R": 7.013204594841227e-07, + "M": 0.0001504185056546703, + "O": 1.3215870239946526e-05, + "W": 4.461819571588421e-07, + "N": 4.423295081323886e-07, + "Y": 0.0020961167756468058, + "U": 5.342831954635585e-08, + "K": 1.2390144547680393e-05, + "L": 1.9236799744248856e-06, + "G": 0.0003079971356783062, + "F": 0.03213811293244362, + "E": 0.00011450189776951447, + "T": 0.0006580632762052119, + "P": 0.011423544958233833, + "-": 0.9530730843544006 + }, + "id": "tp_4037" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 504638, + "label": "-", + "classification": { + "B": 1.0297521839675028e-06, + "S": 1.8010566691373242e-06, + "I": 3.6219410048943246e-07, + "C": 1.8601971873977163e-07, + "R": 1.368695166092948e-07, + "M": 0.000190618316992186, + "O": 5.001239333068952e-05, + "W": 1.9251343985615677e-07, + "N": 6.836750277017245e-09, + "Y": 0.00023039976076688617, + "U": 5.898715960128698e-10, + "K": 2.3359976175640895e-09, + "L": 1.1085575351899024e-05, + "G": 0.0001749632356222719, + "F": 0.001892069005407393, + "E": 1.6592665588177624e-06, + "T": 0.0001796274445950985, + "P": 0.0006499179289676249, + "-": 0.9966159462928772 + }, + "id": "tp_4038" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 504771, + "label": "-", + "classification": { + "B": 1.0940912886781007e-07, + "S": 3.567840565210645e-07, + "I": 3.6391571711646975e-07, + "C": 2.8926239181714664e-08, + "R": 6.089915238760568e-09, + "M": 2.669019522727467e-06, + "O": 3.1732654406368965e-06, + "W": 5.717948781125415e-08, + "N": 4.237119455297034e-08, + "Y": 1.3803044566884637e-05, + "U": 9.097632647225851e-10, + "K": 3.356603883730713e-08, + "L": 4.983698786986679e-08, + "G": 2.7813082397187827e-06, + "F": 0.0015677158953621984, + "E": 1.2818461527785985e-06, + "T": 3.088645462412387e-05, + "P": 0.024583086371421814, + "-": 0.9737935066223145 + }, + "id": "tp_4039" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 504905, + "label": "-", + "classification": { + "B": 1.0431916734887636e-06, + "S": 5.407036951510236e-06, + "I": 1.1590444046305493e-05, + "C": 3.32411445924663e-06, + "R": 6.704909765176126e-07, + "M": 5.966826938674785e-05, + "O": 3.615731111494824e-05, + "W": 2.6565464850136777e-06, + "N": 2.267220907015144e-06, + "Y": 0.000316926627419889, + "U": 1.1049305470578474e-07, + "K": 2.3976208467502147e-05, + "L": 1.8311482108401833e-06, + "G": 0.00026216584956273437, + "F": 0.0658428743481636, + "E": 0.000279638625215739, + "T": 0.00016123021487146616, + "P": 0.044485509395599365, + "-": 0.8885029554367065 + }, + "id": "tp_4040" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 505005, + "label": "-", + "classification": { + "B": 8.087592817673794e-10, + "S": 1.595352294714303e-08, + "I": 1.2040518981848436e-07, + "C": 8.270826583611779e-07, + "R": 8.962528852407559e-08, + "M": 5.369574500946328e-05, + "O": 3.566064833648852e-06, + "W": 4.881677284629404e-09, + "N": 1.4792573832522748e-09, + "Y": 0.0006893457612022758, + "U": 1.230597151957724e-10, + "K": 4.74351979917742e-09, + "L": 6.637966976086318e-07, + "G": 0.00014103164721745998, + "F": 0.0048746345564723015, + "E": 7.846823564250371e-07, + "T": 0.00018610729603096843, + "P": 0.00041412844439037144, + "-": 0.9936349391937256 + }, + "id": "tp_4041" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 505138, + "label": "-", + "classification": { + "B": 2.422324840711809e-10, + "S": 7.443826111064311e-11, + "I": 5.58770141267928e-10, + "C": 1.1289414715565105e-11, + "R": 1.311088824312856e-12, + "M": 6.733648660883773e-08, + "O": 9.783316379241569e-09, + "W": 6.259401851005375e-12, + "N": 3.14627881040086e-12, + "Y": 2.866246120447613e-07, + "U": 3.040959750178797e-14, + "K": 1.0464441813073933e-12, + "L": 1.943165489626253e-10, + "G": 1.2115795300360332e-07, + "F": 5.7803161325864494e-05, + "E": 2.326705228483661e-08, + "T": 1.5735462000066036e-07, + "P": 0.001308502978645265, + "-": 0.9986329674720764 + }, + "id": "tp_4042" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 505272, + "label": "-", + "classification": { + "B": 3.7775791383865e-07, + "S": 7.652834028704092e-07, + "I": 6.872465974083752e-08, + "C": 1.2391609516271274e-07, + "R": 4.808308418091656e-08, + "M": 0.00018340906535740942, + "O": 4.3918462324654683e-05, + "W": 1.2575495134115044e-07, + "N": 2.7247231138005645e-09, + "Y": 0.00011029450251953676, + "U": 1.0747187861870344e-10, + "K": 3.451857244485268e-09, + "L": 3.4197125842183596e-06, + "G": 8.129938942147419e-05, + "F": 0.0028278303798288107, + "E": 1.1773528285630164e-06, + "T": 7.757604907965288e-05, + "P": 0.0003565234364941716, + "-": 0.9963129162788391 + }, + "id": "tp_4043" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 505405, + "label": "-", + "classification": { + "B": 2.9891557460359763e-06, + "S": 6.783643766539171e-05, + "I": 6.94634800311178e-05, + "C": 9.637235780246556e-05, + "R": 7.316417031688616e-05, + "M": 0.0019167066784575582, + "O": 0.0008683937485329807, + "W": 4.457762042875402e-05, + "N": 1.258822430827422e-05, + "Y": 0.017596064135432243, + "U": 1.5616424207109958e-06, + "K": 9.344819409307092e-05, + "L": 0.00010598675726214424, + "G": 0.00242358329705894, + "F": 0.04073815792798996, + "E": 0.0001271457877010107, + "T": 0.009329325519502163, + "P": 0.007326730526983738, + "-": 0.9191058874130249 + }, + "id": "tp_4044" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 505506, + "label": "-", + "classification": { + "B": 6.535958050335466e-07, + "S": 1.4430789633479435e-05, + "I": 6.523730462504318e-06, + "C": 2.0632547602872364e-05, + "R": 5.468906238093041e-06, + "M": 0.0001823524507926777, + "O": 0.00014762731734663248, + "W": 8.792472726781853e-06, + "N": 2.1446426217153203e-06, + "Y": 0.004876189399510622, + "U": 2.0449368776098709e-07, + "K": 0.0003981507907155901, + "L": 1.3984293218527455e-05, + "G": 0.0016843121265992522, + "F": 0.09177415072917938, + "E": 0.0003252002352382988, + "T": 0.0013952902518212795, + "P": 0.007357256952673197, + "-": 0.8917866349220276 + }, + "id": "tp_4045" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 505639, + "label": "-", + "classification": { + "B": 1.6990743534339714e-10, + "S": 2.5476771803312204e-09, + "I": 1.3430444312234613e-08, + "C": 6.616357381972193e-07, + "R": 3.8696963855500144e-08, + "M": 1.2610342309926637e-05, + "O": 7.439161890943069e-07, + "W": 9.564637970527201e-10, + "N": 3.1901908892351116e-10, + "Y": 0.00042635147110559046, + "U": 7.383536143601432e-11, + "K": 1.8538910850907087e-08, + "L": 1.7650646100264566e-07, + "G": 9.717016655486077e-05, + "F": 0.002158168703317642, + "E": 3.509135240165051e-07, + "T": 8.282333874376491e-05, + "P": 0.00022773780801799148, + "-": 0.9969930648803711 + }, + "id": "tp_4046" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 505772, + "label": "-", + "classification": { + "B": 3.277288650963689e-13, + "S": 1.8551042646475224e-11, + "I": 1.1019940515666349e-09, + "C": 3.281751953521095e-11, + "R": 1.107365848324049e-11, + "M": 2.490706378921459e-07, + "O": 1.0945893968994369e-08, + "W": 4.8301076679968524e-12, + "N": 7.163696719159063e-12, + "Y": 0.0001823819475248456, + "U": 3.347961082087077e-14, + "K": 9.610016948879974e-11, + "L": 6.805885022220792e-11, + "G": 6.167521178213065e-07, + "F": 0.00012587191304191947, + "E": 3.4865805798034444e-09, + "T": 2.098277400364168e-05, + "P": 2.848271105904132e-05, + "-": 0.9996414184570312 + }, + "id": "tp_4047" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 505906, + "label": "-", + "classification": { + "B": 4.629197292160825e-08, + "S": 3.898861393736297e-07, + "I": 2.975287998197018e-07, + "C": 3.1756778753333492e-06, + "R": 6.715754921060579e-07, + "M": 0.00029575967346318066, + "O": 2.067476998490747e-05, + "W": 3.993473285390792e-08, + "N": 6.322763201893622e-09, + "Y": 0.00917136576026678, + "U": 5.818648340927268e-10, + "K": 4.81572506316752e-08, + "L": 8.997345503303222e-06, + "G": 0.0027334848418831825, + "F": 0.009722084738314152, + "E": 3.932126674044412e-06, + "T": 0.0010921584907919168, + "P": 0.00017611758084967732, + "-": 0.9767706394195557 + }, + "id": "tp_4048" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 506006, + "label": "-", + "classification": { + "B": 4.1042285126025035e-09, + "S": 3.7674531938591826e-08, + "I": 8.428734872722998e-06, + "C": 6.657343192273402e-07, + "R": 6.640527203671809e-07, + "M": 5.576531475526281e-05, + "O": 5.631162366626086e-06, + "W": 3.1425219759739775e-08, + "N": 5.242906553348803e-08, + "Y": 0.007869643159210682, + "U": 1.8526077338876235e-09, + "K": 7.300189253101053e-08, + "L": 1.7327046464288287e-07, + "G": 6.861062865937129e-05, + "F": 0.000414312060456723, + "E": 8.073544108810893e-07, + "T": 0.0011311969719827175, + "P": 0.000739238050300628, + "-": 0.9897047877311707 + }, + "id": "tp_4049" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 506139, + "label": "-", + "classification": { + "B": 1.8269906831847038e-07, + "S": 1.5938929209369235e-05, + "I": 6.222327556315577e-06, + "C": 4.932905540044885e-06, + "R": 3.0142773539409973e-06, + "M": 0.00020400038920342922, + "O": 6.913315155543387e-05, + "W": 3.2736027151258895e-06, + "N": 6.741746005900495e-07, + "Y": 0.008738266304135323, + "U": 1.0688371077094416e-08, + "K": 9.950204912456684e-06, + "L": 3.989831384387799e-06, + "G": 0.0004844415234401822, + "F": 0.06743237376213074, + "E": 2.4922208467614837e-05, + "T": 0.003467113710939884, + "P": 0.0021536340937018394, + "-": 0.9173778891563416 + }, + "id": "tp_4050" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 506273, + "label": "-", + "classification": { + "B": 1.4132188752569164e-09, + "S": 1.826811341087975e-10, + "I": 3.834247155887205e-11, + "C": 5.553359855303697e-11, + "R": 7.446636189623046e-12, + "M": 6.022297327490378e-08, + "O": 5.725139473611307e-08, + "W": 8.378153032451152e-11, + "N": 4.229227645174971e-13, + "Y": 1.5138054365593234e-08, + "U": 1.606810320106504e-14, + "K": 3.6092673581832393e-14, + "L": 1.3949387200895558e-09, + "G": 1.5567136912864044e-08, + "F": 4.232085120747797e-05, + "E": 6.140005170962581e-10, + "T": 1.0053338428406278e-07, + "P": 0.00039989480865187943, + "-": 0.9995574355125427 + }, + "id": "tp_4051" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 506406, + "label": "-", + "classification": { + "B": 1.1957220635849808e-07, + "S": 5.102971272208379e-07, + "I": 2.1813671082782093e-06, + "C": 2.030427822319325e-05, + "R": 2.302504526596749e-06, + "M": 0.0008729222463443875, + "O": 2.0153183868387714e-05, + "W": 4.9095831400336465e-08, + "N": 2.009051947027274e-08, + "Y": 0.01463782973587513, + "U": 1.308938624156042e-09, + "K": 5.341361131172562e-08, + "L": 1.8943759641842917e-05, + "G": 0.00589114660397172, + "F": 0.008350965566933155, + "E": 1.9770022845477797e-05, + "T": 0.002732211956754327, + "P": 0.00026095847715623677, + "-": 0.967169463634491 + }, + "id": "tp_4052" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 506507, + "label": "-", + "classification": { + "B": 6.840837134768334e-15, + "S": 2.5897565342214435e-12, + "I": 1.098640883129276e-11, + "C": 3.641996426662075e-10, + "R": 8.000633489047004e-11, + "M": 1.3509140899259364e-06, + "O": 1.0915596426741558e-08, + "W": 5.127847473897218e-13, + "N": 8.988132571660819e-15, + "Y": 0.00014284331700764596, + "U": 3.2629675832860055e-16, + "K": 1.3193260503183146e-13, + "L": 5.225563315391923e-10, + "G": 1.1357451512594707e-06, + "F": 4.959953366778791e-05, + "E": 3.2397886456925207e-11, + "T": 9.365869118482806e-06, + "P": 2.974687731693848e-07, + "-": 0.9997953772544861 + }, + "id": "tp_4053" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 506640, + "label": "-", + "classification": { + "B": 8.71995586848584e-10, + "S": 1.7203079849537062e-08, + "I": 1.0027362122855266e-06, + "C": 2.4140176080322817e-08, + "R": 5.728098884105748e-09, + "M": 2.935313750640489e-05, + "O": 1.141541588367545e-06, + "W": 7.41500238987669e-09, + "N": 1.69420264484188e-08, + "Y": 0.00019841059111058712, + "U": 1.6805389024820983e-10, + "K": 9.615224172421222e-08, + "L": 4.30249151861517e-08, + "G": 3.6633940908359364e-05, + "F": 0.0012414987431839108, + "E": 1.4517503586830571e-05, + "T": 0.00012457922275643796, + "P": 0.0066567035391926765, + "-": 0.9916960597038269 + }, + "id": "tp_4054" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 506773, + "label": "-", + "classification": { + "B": 3.0683725782409965e-08, + "S": 1.30768427197836e-07, + "I": 4.00200042349752e-06, + "C": 4.7771854951861314e-06, + "R": 2.3584750579175306e-06, + "M": 0.00013126403791829944, + "O": 1.238135519088246e-05, + "W": 7.436960913764779e-08, + "N": 3.316234042927135e-08, + "Y": 0.002237439388409257, + "U": 5.408050895994165e-09, + "K": 1.0167602226829331e-07, + "L": 2.526110620237887e-06, + "G": 0.00037069254904054105, + "F": 0.004239617846906185, + "E": 5.252168648439692e-06, + "T": 0.00033237162278965116, + "P": 0.0011725579388439655, + "-": 0.9914843440055847 + }, + "id": "tp_4055" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 506907, + "label": "-", + "classification": { + "B": 1.2411540240009344e-08, + "S": 2.7382344342186116e-05, + "I": 1.494932462264842e-07, + "C": 3.7389264662124333e-07, + "R": 7.711032878887636e-08, + "M": 0.000547535193618387, + "O": 0.00010170244058826938, + "W": 3.189551023297099e-07, + "N": 1.8937072354674456e-08, + "Y": 0.0017735150177031755, + "U": 7.844951077640161e-11, + "K": 1.4792340152780525e-06, + "L": 1.677435102465097e-05, + "G": 0.0029245782643556595, + "F": 0.34005501866340637, + "E": 1.5322766557801515e-05, + "T": 0.0007820567116141319, + "P": 0.00020384813251439482, + "-": 0.6535497903823853 + }, + "id": "tp_4056" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 507007, + "label": "-", + "classification": { + "B": 4.372221695803091e-08, + "S": 2.2453829018331817e-08, + "I": 4.156506605568211e-08, + "C": 1.5146833787227365e-09, + "R": 8.980109433842642e-10, + "M": 8.301664820464794e-06, + "O": 1.028529027280456e-06, + "W": 2.2090951290465455e-09, + "N": 2.1518292703248676e-10, + "Y": 6.769408628315432e-06, + "U": 3.85319120360661e-12, + "K": 8.44494266183382e-12, + "L": 6.353505455081176e-08, + "G": 2.1601013031613547e-06, + "F": 0.00011117944814031944, + "E": 1.2492868961544445e-07, + "T": 2.0798259356524795e-05, + "P": 0.0008938215323723853, + "-": 0.9989556074142456 + }, + "id": "tp_4057" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 507140, + "label": "-", + "classification": { + "B": 2.3088071898769158e-08, + "S": 1.036842036228336e-06, + "I": 2.6783372959471308e-06, + "C": 1.3615184570880956e-06, + "R": 7.108606041583698e-07, + "M": 0.0008423741674050689, + "O": 4.9594749725656584e-05, + "W": 1.8480739072401775e-07, + "N": 8.077934410266607e-08, + "Y": 0.03039412572979927, + "U": 2.452298142330278e-09, + "K": 8.38079529330571e-07, + "L": 3.06804781757819e-06, + "G": 0.001074569532647729, + "F": 0.007830027490854263, + "E": 5.445320766739314e-06, + "T": 0.007193402852863073, + "P": 0.00028443566407077014, + "-": 0.9523160457611084 + }, + "id": "tp_4058" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 507274, + "label": "-", + "classification": { + "B": 1.8057021407003049e-06, + "S": 0.00014164390449877828, + "I": 2.570779361121822e-05, + "C": 0.0017184126190841198, + "R": 0.0006293408805504441, + "M": 0.012859553098678589, + "O": 0.0014179535210132599, + "W": 2.564351598266512e-05, + "N": 1.7501632783023524e-06, + "Y": 0.2870965600013733, + "U": 8.195026879320721e-08, + "K": 3.332691267132759e-05, + "L": 0.0008657704456709325, + "G": 0.08427625149488449, + "F": 0.12738503515720367, + "E": 0.00016378654981963336, + "T": 0.042374178767204285, + "P": 0.00019180800882168114, + "-": 0.4407913386821747 + }, + "id": "tp_4059" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 507407, + "label": "-", + "classification": { + "B": 5.12534121810404e-08, + "S": 1.0969766890411847e-06, + "I": 6.155421061748712e-08, + "C": 3.17640406137798e-05, + "R": 5.395925199991325e-06, + "M": 0.0004622319829650223, + "O": 8.79605722730048e-05, + "W": 2.5753689669727464e-07, + "N": 4.1473970924243986e-09, + "Y": 0.002050969749689102, + "U": 3.7443159683903104e-10, + "K": 1.1092518548139196e-07, + "L": 2.826845047820825e-05, + "G": 0.001499044126830995, + "F": 0.01885848492383957, + "E": 1.547969304738217e-06, + "T": 0.0006337145459838212, + "P": 6.261780072236434e-05, + "-": 0.9762763977050781 + }, + "id": "tp_4060" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 507508, + "label": "-", + "classification": { + "B": 6.048226453003736e-08, + "S": 6.7495884650270455e-06, + "I": 2.660320205905009e-06, + "C": 7.046542123134714e-06, + "R": 5.320079708326375e-06, + "M": 0.0014886080753058195, + "O": 0.00042901095002889633, + "W": 1.5340265235863626e-06, + "N": 1.1941104105517297e-07, + "Y": 0.0289386548101902, + "U": 4.254320451479998e-09, + "K": 2.804124051181134e-06, + "L": 2.847034738806542e-05, + "G": 0.004605115856975317, + "F": 0.015606171451508999, + "E": 7.221266059787013e-06, + "T": 0.0039626313373446465, + "P": 0.0001843674690462649, + "-": 0.94472336769104 + }, + "id": "tp_4061" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 507641, + "label": "-", + "classification": { + "B": 2.5667001857243577e-09, + "S": 2.3554243000489805e-07, + "I": 2.5718714269373777e-08, + "C": 5.859522644868775e-09, + "R": 8.77949091204755e-09, + "M": 0.00027882333961315453, + "O": 1.3923801816417836e-05, + "W": 3.839999429544605e-09, + "N": 6.169871558103779e-11, + "Y": 0.001071333885192871, + "U": 2.7642758958570934e-13, + "K": 2.848892996509811e-12, + "L": 1.7769309579307446e-06, + "G": 8.530582999810576e-05, + "F": 0.0005077453097328544, + "E": 1.510821157069131e-08, + "T": 0.0009929875377565622, + "P": 8.756735041970387e-06, + "-": 0.9970390796661377 + }, + "id": "tp_4062" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 507774, + "label": "-", + "classification": { + "B": 8.504612125648237e-09, + "S": 6.197728453116724e-06, + "I": 1.1414775791251941e-08, + "C": 2.8642226368447155e-08, + "R": 1.1029763768988232e-08, + "M": 0.0003424611350055784, + "O": 5.421545938588679e-05, + "W": 1.0905344538514328e-07, + "N": 8.657355943242351e-10, + "Y": 0.001124378526583314, + "U": 5.3835954791359164e-12, + "K": 5.6336265430445565e-08, + "L": 3.479901351965964e-06, + "G": 0.0014992943033576012, + "F": 0.06352511793375015, + "E": 1.8294942947250092e-06, + "T": 0.0010473215952515602, + "P": 3.20915860356763e-05, + "-": 0.9323635101318359 + }, + "id": "tp_4063" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 507908, + "label": "-", + "classification": { + "B": 1.353803753545435e-07, + "S": 1.4756484461031505e-06, + "I": 1.5139372408157215e-05, + "C": 7.554451258329209e-06, + "R": 4.345120487414533e-06, + "M": 0.0003048428625334054, + "O": 3.848060441669077e-05, + "W": 7.715466381341685e-07, + "N": 4.1236523884435883e-07, + "Y": 0.0018785725114867091, + "U": 4.1295493247162085e-08, + "K": 1.8615440922076232e-07, + "L": 4.929586793878116e-06, + "G": 0.00013284302258398384, + "F": 0.0031249732710421085, + "E": 8.379018254345283e-06, + "T": 0.0007441833149641752, + "P": 0.004346055444329977, + "-": 0.9893865585327148 + }, + "id": "tp_4064" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 508008, + "label": "-", + "classification": { + "B": 1.482692857379675e-09, + "S": 1.0208077050322117e-08, + "I": 9.329838945859592e-08, + "C": 3.736985831892525e-09, + "R": 1.3728080894281902e-09, + "M": 5.339441486285068e-06, + "O": 4.5077558752382174e-07, + "W": 1.1279001066455407e-09, + "N": 5.997549124003854e-10, + "Y": 4.2355699406471103e-05, + "U": 1.0230848286607586e-11, + "K": 8.570400639174025e-11, + "L": 2.5635706890625443e-08, + "G": 3.9553660826641135e-06, + "F": 0.0006640471983700991, + "E": 1.5869018454850448e-07, + "T": 3.310435567982495e-05, + "P": 0.0008772091823630035, + "-": 0.99837327003479 + }, + "id": "tp_4065" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 508141, + "label": "-", + "classification": { + "B": 7.986651704566805e-13, + "S": 1.5878280634762376e-10, + "I": 7.249771893924617e-09, + "C": 4.2778040665325534e-08, + "R": 6.403297447832301e-09, + "M": 7.214930974441813e-06, + "O": 9.598971217883445e-08, + "W": 3.842617543603488e-11, + "N": 1.505703547954873e-11, + "Y": 0.015762045979499817, + "U": 8.57263953292324e-14, + "K": 4.953391030682042e-09, + "L": 2.8046860389707717e-09, + "G": 0.00011609989451244473, + "F": 0.00029458204517140985, + "E": 2.5676067494373456e-08, + "T": 0.00040007143979892135, + "P": 2.0811364720429992e-06, + "-": 0.9834176898002625 + }, + "id": "tp_4066" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 508275, + "label": "-", + "classification": { + "B": 8.264059033535887e-06, + "S": 2.1263254893710837e-05, + "I": 0.00012819470430258662, + "C": 8.261742550530471e-06, + "R": 7.430411187669961e-06, + "M": 0.013968728482723236, + "O": 0.0006301241810433567, + "W": 3.2656055282132e-06, + "N": 1.0040251936516142e-06, + "Y": 0.0495433434844017, + "U": 1.893655365847735e-08, + "K": 8.143206109423318e-09, + "L": 0.0001782315957825631, + "G": 0.0032091252505779266, + "F": 0.00114133779425174, + "E": 2.2657421141047962e-05, + "T": 0.03899079188704491, + "P": 0.0009369623730890453, + "-": 0.8912010192871094 + }, + "id": "tp_4067" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 508375, + "label": "-", + "classification": { + "B": 2.3197951577458298e-06, + "S": 1.7720278265187517e-05, + "I": 0.00011242815526202321, + "C": 0.0007079853094182909, + "R": 9.096508438233286e-05, + "M": 0.0008055924554355443, + "O": 0.0003116607549600303, + "W": 2.587791641417425e-05, + "N": 2.567168303357903e-05, + "Y": 0.007582921534776688, + "U": 5.329016858013347e-06, + "K": 0.0016394434496760368, + "L": 0.00011250785610172898, + "G": 0.013559860177338123, + "F": 0.16853047907352448, + "E": 0.0015992382541298866, + "T": 0.0037681637331843376, + "P": 0.0226190984249115, + "-": 0.7784827947616577 + }, + "id": "tp_4068" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 508509, + "label": "-", + "classification": { + "B": 2.2888780648600004e-08, + "S": 6.597028345822764e-08, + "I": 4.361309493106091e-06, + "C": 2.38808956964931e-06, + "R": 4.4795876874559326e-07, + "M": 4.012242061435245e-05, + "O": 6.77392699799384e-06, + "W": 8.615429436531485e-08, + "N": 1.6719660322905838e-07, + "Y": 0.0007365591591224074, + "U": 2.4622863747936208e-08, + "K": 2.1918604033999145e-06, + "L": 2.869764443858003e-07, + "G": 7.567871216451749e-05, + "F": 0.0018532730173319578, + "E": 2.502077040844597e-05, + "T": 0.00012894983228761703, + "P": 0.01010209321975708, + "-": 0.9870215058326721 + }, + "id": "tp_4069" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 508642, + "label": "-", + "classification": { + "B": 4.747523901782458e-11, + "S": 2.7545682401708405e-10, + "I": 5.2349671264551034e-09, + "C": 1.8544558111344145e-09, + "R": 5.959106541553183e-10, + "M": 1.4410214134841226e-05, + "O": 2.799912692807993e-07, + "W": 6.958212478425096e-11, + "N": 2.2263975385516943e-11, + "Y": 9.672129817772657e-05, + "U": 1.488646012015593e-12, + "K": 6.9484613375581095e-12, + "L": 2.22437641639317e-08, + "G": 3.9959281821211334e-06, + "F": 6.092084004194476e-05, + "E": 8.78422756755981e-09, + "T": 7.641148113179952e-05, + "P": 7.882125646574423e-05, + "-": 0.9996683597564697 + }, + "id": "tp_4070" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 508775, + "label": "-", + "classification": { + "B": 2.036936619376206e-09, + "S": 2.0526385036134798e-09, + "I": 1.1341061281200382e-06, + "C": 2.694457634788705e-07, + "R": 2.901750306705253e-08, + "M": 6.99871952747344e-06, + "O": 1.31014672888341e-07, + "W": 7.517722000471849e-10, + "N": 2.188233594324629e-09, + "Y": 0.00019626719586085528, + "U": 1.4190189301377387e-10, + "K": 9.797125333221857e-10, + "L": 4.137707776408206e-08, + "G": 2.129096355929505e-05, + "F": 0.0006767396698705852, + "E": 3.472506705293199e-06, + "T": 2.560325629019644e-05, + "P": 0.0037689502350986004, + "-": 0.9952990412712097 + }, + "id": "tp_4071" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 508876, + "label": "-", + "classification": { + "B": 5.321925073076272e-06, + "S": 7.430003461195156e-05, + "I": 1.311868118136772e-06, + "C": 5.11275720782578e-06, + "R": 1.917404688356328e-06, + "M": 0.000248133233981207, + "O": 0.0001987670548260212, + "W": 7.111479135346599e-06, + "N": 2.77108028967632e-07, + "Y": 0.001300285686738789, + "U": 1.2529099535640853e-08, + "K": 1.621449428057531e-06, + "L": 3.316289803478867e-05, + "G": 0.0007052732980810106, + "F": 0.12486648559570312, + "E": 2.2422729671234265e-05, + "T": 0.0005049261962994933, + "P": 0.0025657371152192354, + "-": 0.8694577813148499 + }, + "id": "tp_4072" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 509009, + "label": "-", + "classification": { + "B": 3.3679197031233343e-07, + "S": 2.238670759879824e-07, + "I": 2.044432403636165e-05, + "C": 2.4065971956588328e-05, + "R": 3.525806960169575e-06, + "M": 0.0002126973558915779, + "O": 2.839255284925457e-05, + "W": 2.943760648577154e-07, + "N": 5.66652488487307e-07, + "Y": 0.0032946199644356966, + "U": 1.2916977709664934e-07, + "K": 4.078394510997896e-07, + "L": 5.263998900773004e-06, + "G": 0.0004347461217548698, + "F": 0.0010921149514615536, + "E": 2.824803232215345e-05, + "T": 0.0013815551064908504, + "P": 0.005956965032964945, + "-": 0.9875154495239258 + }, + "id": "tp_4073" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 509142, + "label": "-", + "classification": { + "B": 3.5058501879348114e-08, + "S": 6.344083658404998e-07, + "I": 1.7520602568765753e-06, + "C": 1.60374565894017e-06, + "R": 4.7305422867793823e-07, + "M": 0.00040211950545199215, + "O": 2.43448703258764e-05, + "W": 1.5899614425052278e-07, + "N": 5.639781619493078e-08, + "Y": 0.002378191100433469, + "U": 5.924613688534919e-09, + "K": 3.2313565156982804e-07, + "L": 3.1215683975460706e-06, + "G": 0.00031947382376529276, + "F": 0.006316735874861479, + "E": 9.854338713921607e-06, + "T": 0.001299076247960329, + "P": 0.0012500054435804486, + "-": 0.9879921078681946 + }, + "id": "tp_4074" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 509276, + "label": "-", + "classification": { + "B": 0.00043357344111427665, + "S": 0.0003398909466341138, + "I": 0.0001450645359000191, + "C": 5.631514795823023e-06, + "R": 6.253131232369924e-06, + "M": 0.08210540562868118, + "O": 0.004106580745428801, + "W": 1.7374879462295212e-05, + "N": 2.7574760679272003e-06, + "Y": 0.049458395689725876, + "U": 3.11704866362561e-08, + "K": 9.283920832103831e-08, + "L": 0.0007642986602149904, + "G": 0.017960626631975174, + "F": 0.006005881354212761, + "E": 0.00011558805272215977, + "T": 0.06694944947957993, + "P": 0.0012180039193481207, + "-": 0.7703651785850525 + }, + "id": "tp_4075" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 509376, + "label": "-", + "classification": { + "B": 6.2800650084682275e-06, + "S": 1.7578040569787845e-05, + "I": 8.759649790590629e-05, + "C": 6.69708097120747e-05, + "R": 1.3266248970467132e-05, + "M": 0.0008248411468230188, + "O": 0.00014826926053501666, + "W": 6.511429091915488e-06, + "N": 1.0391668183729053e-05, + "Y": 0.008109081536531448, + "U": 1.261334205082676e-06, + "K": 0.00016182790568564087, + "L": 2.7167201551492326e-05, + "G": 0.0028706274461001158, + "F": 0.031728144735097885, + "E": 0.000651615031529218, + "T": 0.0036310546565800905, + "P": 0.008013198152184486, + "-": 0.9436243176460266 + }, + "id": "tp_4076" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 509510, + "label": "-", + "classification": { + "B": 2.931221570179332e-05, + "S": 0.0001976256025955081, + "I": 0.0007788772345520556, + "C": 0.00026412890292704105, + "R": 0.00018172488489653915, + "M": 0.014755908399820328, + "O": 0.0024296788033097982, + "W": 8.675544086145237e-05, + "N": 5.583900565397926e-05, + "Y": 0.042875390499830246, + "U": 3.2075568014988676e-06, + "K": 4.008407995570451e-05, + "L": 0.00034466650686226785, + "G": 0.004623619839549065, + "F": 0.015543999150395393, + "E": 0.0004500154173001647, + "T": 0.03245755285024643, + "P": 0.007244634907692671, + "-": 0.8776369690895081 + }, + "id": "tp_4077" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 509643, + "label": "-", + "classification": { + "B": 5.816860770835319e-09, + "S": 2.1048658993549907e-07, + "I": 4.354283191787545e-06, + "C": 2.3346574380411766e-06, + "R": 1.3336659776541637e-06, + "M": 0.0001417372259311378, + "O": 1.2218692972965073e-05, + "W": 1.0416583506867028e-07, + "N": 1.4163958894641837e-07, + "Y": 0.020670108497142792, + "U": 3.0014108975962017e-09, + "K": 1.483610844843497e-06, + "L": 5.330313115337049e-07, + "G": 0.00036968212225474417, + "F": 0.0029823062941432, + "E": 1.2013071682304144e-05, + "T": 0.0027506996411830187, + "P": 0.0005729047697968781, + "-": 0.9724777936935425 + }, + "id": "tp_4078" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 509776, + "label": "-", + "classification": { + "B": 2.701617347611318e-07, + "S": 4.881027280134731e-07, + "I": 5.56560462428024e-06, + "C": 1.627553842808993e-06, + "R": 7.543204105786572e-07, + "M": 0.00010996576747857034, + "O": 2.6701149181462824e-05, + "W": 2.1749551137872913e-07, + "N": 1.8022949177520786e-07, + "Y": 0.0003673478204291314, + "U": 1.8824309222509328e-08, + "K": 2.999504999934288e-08, + "L": 2.5210763396898983e-06, + "G": 5.178571882424876e-05, + "F": 0.0006207223632372916, + "E": 5.703803253709339e-06, + "T": 0.0004542321839835495, + "P": 0.004958358593285084, + "-": 0.99339359998703 + }, + "id": "tp_4079" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 509877, + "label": "-", + "classification": { + "B": 3.518942470748243e-09, + "S": 1.89337868050643e-07, + "I": 4.7536339309317555e-09, + "C": 7.237871635368265e-09, + "R": 2.287418920943196e-09, + "M": 0.0008982954313978553, + "O": 1.2786110346496571e-05, + "W": 3.022383232575976e-09, + "N": 5.3104149549954016e-11, + "Y": 0.0006193786393851042, + "U": 3.2085711041199283e-13, + "K": 1.7189532783290495e-11, + "L": 3.3519486350996885e-06, + "G": 0.0003178289334755391, + "F": 0.005540892016142607, + "E": 1.5232089367600565e-07, + "T": 0.00028356799157336354, + "P": 1.679741035331972e-05, + "-": 0.992306649684906 + }, + "id": "tp_4080" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 510010, + "label": "-", + "classification": { + "B": 1.1542852718093854e-07, + "S": 1.8039399947156198e-06, + "I": 1.3443672287394293e-05, + "C": 4.67039571958594e-05, + "R": 2.1702917365473695e-05, + "M": 0.0008152472437359393, + "O": 0.00014398705388884991, + "W": 1.1800485708590713e-06, + "N": 3.2264057381325983e-07, + "Y": 0.004750966094434261, + "U": 9.054699035004887e-08, + "K": 1.8642825239112426e-07, + "L": 4.094533869647421e-05, + "G": 0.0005755468155257404, + "F": 0.00217429012991488, + "E": 7.910305612313095e-06, + "T": 0.0029541028197854757, + "P": 0.0020746272057294846, + "-": 0.9863768219947815 + }, + "id": "tp_4081" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 510143, + "label": "-", + "classification": { + "B": 4.734577032650122e-06, + "S": 2.097143260471057e-05, + "I": 0.00037261878605932, + "C": 0.0006953018601052463, + "R": 0.00012690742732957006, + "M": 0.0008357475162483752, + "O": 0.00016635499196127057, + "W": 1.4453524272539653e-05, + "N": 2.7237891117692925e-05, + "Y": 0.005252815317362547, + "U": 4.854398412135197e-06, + "K": 0.00011114071094198152, + "L": 3.559958713594824e-05, + "G": 0.0024604673963040113, + "F": 0.04994303360581398, + "E": 0.0008209954830817878, + "T": 0.002070725429803133, + "P": 0.025466622784733772, + "-": 0.9115694165229797 + }, + "id": "tp_4082" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 510277, + "label": "-", + "classification": { + "B": 3.245962432174565e-07, + "S": 1.3281958217703504e-06, + "I": 0.0001458342740079388, + "C": 0.00010079531784867868, + "R": 9.661628610047046e-06, + "M": 9.823613800108433e-05, + "O": 2.1537282009376213e-05, + "W": 1.405729676662304e-06, + "N": 1.6666976080159657e-05, + "Y": 0.00991824921220541, + "U": 3.8066659158175753e-07, + "K": 0.0005183989997021854, + "L": 2.0851221051998436e-06, + "G": 0.0049067833460867405, + "F": 0.051500119268894196, + "E": 0.0048114098608493805, + "T": 0.001055091037414968, + "P": 0.057574670761823654, + "-": 0.8693169951438904 + }, + "id": "tp_4083" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 510377, + "label": "-", + "classification": { + "B": 7.71210907259956e-05, + "S": 0.0007529450813308358, + "I": 0.0002519835834391415, + "C": 0.007485690992325544, + "R": 0.0015490059740841389, + "M": 0.043895673006772995, + "O": 0.007713625207543373, + "W": 0.00010214643407380208, + "N": 2.2046329831937328e-05, + "Y": 0.02188485488295555, + "U": 4.240770067553967e-06, + "K": 1.2404585504555143e-05, + "L": 0.011204997077584267, + "G": 0.10017578303813934, + "F": 0.07308471202850342, + "E": 0.0002765367680694908, + "T": 0.054708175361156464, + "P": 0.0015334428753703833, + "-": 0.6752646565437317 + }, + "id": "tp_4084" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 510511, + "label": "-", + "classification": { + "B": 3.5361669148414876e-10, + "S": 8.459351441558738e-09, + "I": 2.2965883417214172e-08, + "C": 1.3795275144445895e-08, + "R": 1.4334688991368694e-09, + "M": 1.5810345530553604e-06, + "O": 2.689985478809831e-07, + "W": 1.2524420389681268e-09, + "N": 4.887776849926695e-10, + "Y": 2.27036616706755e-05, + "U": 1.3208542766485198e-11, + "K": 3.4526017600455816e-08, + "L": 6.955751974402347e-09, + "G": 4.419159722601762e-06, + "F": 0.00471886433660984, + "E": 6.0431585779952e-07, + "T": 5.940853043284733e-06, + "P": 0.0012032869271934032, + "-": 0.9940423369407654 + }, + "id": "tp_4085" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 510644, + "label": "-", + "classification": { + "B": 7.068575946789224e-09, + "S": 3.2511809422430815e-07, + "I": 2.5100512175413314e-06, + "C": 1.4181842971083825e-06, + "R": 6.883366268084501e-07, + "M": 4.4253814849071205e-05, + "O": 2.3572001737193204e-05, + "W": 2.1324467525118962e-07, + "N": 1.058584544466612e-07, + "Y": 0.0012148921377956867, + "U": 1.011204719958414e-08, + "K": 3.01372757860463e-08, + "L": 2.019005478359759e-06, + "G": 4.7586112486897036e-05, + "F": 0.0033191677648574114, + "E": 1.4484136272585602e-06, + "T": 0.0007322238525375724, + "P": 0.004114295821636915, + "-": 0.9904953241348267 + }, + "id": "tp_4086" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 510777, + "label": "-", + "classification": { + "B": 1.8098398868460208e-06, + "S": 4.363128755358048e-05, + "I": 4.439682925294619e-06, + "C": 1.1417827181503526e-06, + "R": 7.398533057312306e-07, + "M": 0.0004953977186232805, + "O": 0.0002593982208054513, + "W": 6.479790499724913e-06, + "N": 1.0197421715929522e-06, + "Y": 0.0013027181848883629, + "U": 7.851134142811134e-08, + "K": 1.4667052710137796e-05, + "L": 3.01445325021632e-05, + "G": 0.0005235230783000588, + "F": 0.08582599461078644, + "E": 9.160694753518328e-05, + "T": 0.0008265007636509836, + "P": 0.0073797572404146194, + "-": 0.9031910300254822 + }, + "id": "tp_4087" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 510878, + "label": "-", + "classification": { + "B": 4.60555771297777e-09, + "S": 1.4901152667334827e-07, + "I": 4.02082946493465e-07, + "C": 5.136315195386487e-08, + "R": 5.5894087580554697e-08, + "M": 0.00012428320769686252, + "O": 8.732527930987999e-06, + "W": 2.5150082905156523e-08, + "N": 2.0092196795218342e-09, + "Y": 0.0013339626602828503, + "U": 8.769325543500628e-11, + "K": 2.10963080338189e-10, + "L": 1.6260586335192784e-06, + "G": 5.2806910389335826e-05, + "F": 0.0009586987434886396, + "E": 2.1898345892168436e-07, + "T": 0.00043042589095421135, + "P": 0.0003553752903826535, + "-": 0.9967331886291504 + }, + "id": "tp_4088" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 511011, + "label": "-", + "classification": { + "B": 5.85888455806316e-12, + "S": 6.802397534144689e-10, + "I": 2.290973633023441e-09, + "C": 6.842672539697503e-10, + "R": 2.2006488298309534e-10, + "M": 1.6683328794897534e-05, + "O": 7.107583854804034e-08, + "W": 2.4080395663594878e-11, + "N": 8.148977152788728e-12, + "Y": 0.0004847769741900265, + "U": 1.079287077461813e-13, + "K": 4.925272342748421e-11, + "L": 4.577721313125949e-09, + "G": 1.3945335012977012e-05, + "F": 0.00037477491423487663, + "E": 3.9843929044991455e-08, + "T": 6.41920487396419e-05, + "P": 2.3401818907586858e-05, + "-": 0.9990220069885254 + }, + "id": "tp_4089" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 511144, + "label": "-", + "classification": { + "B": 1.9540813411822455e-09, + "S": 9.222480912285391e-08, + "I": 2.6144919118564758e-08, + "C": 5.396004212343541e-07, + "R": 1.210767948123248e-07, + "M": 4.977692515240051e-05, + "O": 7.855164767534006e-06, + "W": 2.0553345692064795e-08, + "N": 9.704265169219184e-10, + "Y": 0.0017620268044993281, + "U": 6.763536258835856e-11, + "K": 2.150052225147192e-08, + "L": 9.64843138717697e-07, + "G": 0.00020516765653155744, + "F": 0.010843457654118538, + "E": 4.2592864701873623e-07, + "T": 0.00018226701649837196, + "P": 0.00014687429938931018, + "-": 0.9868003129959106 + }, + "id": "tp_4090" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 511278, + "label": "-", + "classification": { + "B": 4.1039886156113425e-08, + "S": 5.268252039059007e-07, + "I": 9.083315717361984e-07, + "C": 1.3766766642220318e-06, + "R": 2.3539517712833913e-07, + "M": 5.573762609856203e-05, + "O": 1.1989936865575146e-05, + "W": 7.354177711249577e-08, + "N": 5.315191842214517e-08, + "Y": 0.0006823391886427999, + "U": 2.7826543291809003e-09, + "K": 5.095681672173669e-07, + "L": 1.069961740540748e-06, + "G": 0.00014877520152367651, + "F": 0.0077514550648629665, + "E": 1.0531813131819945e-05, + "T": 0.00015954887203406543, + "P": 0.0021510289516299963, + "-": 0.9890238046646118 + }, + "id": "tp_4091" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 511378, + "label": "-", + "classification": { + "B": 3.5446581136966415e-07, + "S": 1.503174615891112e-07, + "I": 1.3506212781067006e-05, + "C": 1.9213652194594033e-05, + "R": 6.508004389615962e-06, + "M": 0.000265587616013363, + "O": 3.21804363920819e-05, + "W": 2.1944582329069817e-07, + "N": 1.2738881594032136e-07, + "Y": 0.0006418843986466527, + "U": 3.1964930258254753e-08, + "K": 2.5488056110134494e-09, + "L": 1.0561891940596979e-05, + "G": 0.00018533931870479137, + "F": 0.0004992288304492831, + "E": 5.12435599375749e-06, + "T": 0.0005557590047828853, + "P": 0.005687816999852657, + "-": 0.9920765161514282 + }, + "id": "tp_4092" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 511512, + "label": "-", + "classification": { + "B": 6.448462386288156e-08, + "S": 4.726856772663268e-08, + "I": 3.18568936563679e-07, + "C": 2.5980845919093554e-08, + "R": 1.2411369709752762e-08, + "M": 2.4261045837192796e-05, + "O": 2.609350531201926e-06, + "W": 1.1093059804068162e-08, + "N": 2.7875226571438816e-09, + "Y": 0.0001550454180687666, + "U": 1.8931846368364091e-10, + "K": 2.874635529614977e-10, + "L": 2.931136009465263e-07, + "G": 2.4946049961727113e-05, + "F": 0.0009747016010805964, + "E": 3.825474834684428e-07, + "T": 9.62297708611004e-05, + "P": 0.002993958769366145, + "-": 0.9957270622253418 + }, + "id": "tp_4093" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 511645, + "label": "-", + "classification": { + "B": 8.705012405352264e-11, + "S": 8.267154738561544e-10, + "I": 3.0289481145473474e-08, + "C": 5.17174214564875e-08, + "R": 7.696949189117674e-10, + "M": 1.4580913898498693e-07, + "O": 4.208696324781158e-08, + "W": 5.117786194830387e-10, + "N": 4.049546475926036e-09, + "Y": 1.5364308637799695e-05, + "U": 2.536348908677155e-11, + "K": 1.7426912108930992e-06, + "L": 5.718108764263263e-10, + "G": 9.96802464214852e-06, + "F": 0.03447672352194786, + "E": 1.9989211068605073e-05, + "T": 3.037128408323042e-06, + "P": 0.01751173846423626, + "-": 0.9479612708091736 + }, + "id": "tp_4094" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 511778, + "label": "-", + "classification": { + "B": 7.77613390345877e-12, + "S": 1.1490354223653299e-09, + "I": 4.342814463598188e-08, + "C": 7.75576403100331e-09, + "R": 1.1841153613190158e-09, + "M": 3.4320175927859964e-06, + "O": 5.8112174627922286e-08, + "W": 1.1973896874017953e-10, + "N": 2.399077880799183e-10, + "Y": 0.0004832520498894155, + "U": 2.801412530770153e-13, + "K": 1.926475645674941e-09, + "L": 1.4062039310758223e-09, + "G": 1.3125676559866406e-05, + "F": 0.003932265564799309, + "E": 4.837011147174053e-07, + "T": 5.476354999700561e-05, + "P": 0.00019179342780262232, + "-": 0.995320737361908 + }, + "id": "tp_4095" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 511879, + "label": "-", + "classification": { + "B": 2.577826618832546e-09, + "S": 9.881744311712737e-09, + "I": 3.397317982489767e-08, + "C": 1.2314583841543936e-07, + "R": 1.7130622254057926e-08, + "M": 1.291459830099484e-05, + "O": 8.210940336539352e-07, + "W": 2.198490056670721e-09, + "N": 4.594699620774634e-10, + "Y": 0.00026384767261333764, + "U": 4.753949317537476e-11, + "K": 1.636770274870969e-09, + "L": 1.666805218292211e-07, + "G": 3.305011705379002e-05, + "F": 0.003445083973929286, + "E": 4.32653962434415e-07, + "T": 4.3968233512714505e-05, + "P": 0.0005479614483192563, + "-": 0.9956515431404114 + }, + "id": "tp_4096" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 512012, + "label": "-", + "classification": { + "B": 3.4984834040158175e-12, + "S": 7.137515911637138e-09, + "I": 5.6245112733943614e-11, + "C": 3.90783938541972e-08, + "R": 1.2442642471910403e-09, + "M": 5.910641903028591e-06, + "O": 6.716833240716369e-07, + "W": 3.0174207577005063e-10, + "N": 5.587511790056121e-12, + "Y": 0.0009551167604513466, + "U": 2.8766079145439716e-14, + "K": 1.1084043016751366e-08, + "L": 7.683892988552543e-08, + "G": 0.00042609311640262604, + "F": 0.23319749534130096, + "E": 1.3707663981676887e-07, + "T": 5.933965076110326e-05, + "P": 6.9600159804394934e-06, + "-": 0.7653481960296631 + }, + "id": "tp_4097" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 512145, + "label": "-", + "classification": { + "B": 2.226763884394245e-09, + "S": 4.259294783537371e-08, + "I": 4.4076621463773336e-08, + "C": 8.033063636503357e-08, + "R": 3.681594762383611e-08, + "M": 7.917983020888641e-05, + "O": 3.7238273762341123e-06, + "W": 5.624647858581966e-09, + "N": 8.298191578326453e-10, + "Y": 0.0022151360753923655, + "U": 2.936741821946143e-11, + "K": 8.288214559115659e-09, + "L": 4.102443540432432e-07, + "G": 0.00016561760276090354, + "F": 0.00335294590331614, + "E": 3.571921354250662e-07, + "T": 0.0004345517372712493, + "P": 0.00010429534449940547, + "-": 0.9936436414718628 + }, + "id": "tp_4098" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 512279, + "label": "-", + "classification": { + "B": 3.0274076578962195e-08, + "S": 8.008520069324732e-08, + "I": 1.9320718820381444e-06, + "C": 8.488401590511785e-07, + "R": 3.523816474171326e-07, + "M": 6.197681068442762e-05, + "O": 6.653272976109292e-06, + "W": 2.9667013734524517e-08, + "N": 1.9067599055233586e-08, + "Y": 0.0003522818733472377, + "U": 1.930726245547021e-09, + "K": 4.260508834619259e-09, + "L": 6.048172735972912e-07, + "G": 5.492962009157054e-05, + "F": 0.0009102519252337515, + "E": 1.4572422060155077e-06, + "T": 0.00025845770142041147, + "P": 0.0019799224101006985, + "-": 0.9963701963424683 + }, + "id": "tp_4099" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 512379, + "label": "-", + "classification": { + "B": 5.527922564141363e-09, + "S": 2.567850060586352e-06, + "I": 1.406331193720689e-07, + "C": 8.546628293970571e-08, + "R": 2.804527809985302e-08, + "M": 0.00019413656264077872, + "O": 1.3163531548343599e-05, + "W": 6.973159827339259e-08, + "N": 8.799206696608053e-09, + "Y": 0.004761586431413889, + "U": 2.0949374179846103e-11, + "K": 2.398584513230162e-07, + "L": 2.89677387854681e-07, + "G": 0.00037891275133006275, + "F": 0.015540171414613724, + "E": 2.6134018753509736e-06, + "T": 0.002496525412425399, + "P": 0.00012230152788106352, + "-": 0.9764873385429382 + }, + "id": "tp_4100" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 512513, + "label": "-", + "classification": { + "B": 1.2692029827121587e-07, + "S": 3.777741994781536e-07, + "I": 3.7796576179971453e-06, + "C": 0.00018176950106862932, + "R": 4.950381480739452e-05, + "M": 0.0007460257038474083, + "O": 4.877101309830323e-05, + "W": 3.3388408837708994e-07, + "N": 8.174593091325733e-08, + "Y": 0.036949656903743744, + "U": 2.205228533114223e-08, + "K": 2.449691010042443e-07, + "L": 2.492006024112925e-05, + "G": 0.0017159213311970234, + "F": 0.006319725885987282, + "E": 1.1258905033173505e-05, + "T": 0.00326145370490849, + "P": 0.0004434584698174149, + "-": 0.9502426385879517 + }, + "id": "tp_4101" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 512646, + "label": "-", + "classification": { + "B": 7.292810551007278e-06, + "S": 6.9230841290846e-06, + "I": 3.380190037205466e-06, + "C": 2.6036072995339055e-06, + "R": 1.0479870979906991e-06, + "M": 0.00043333927169442177, + "O": 0.00016622772091068327, + "W": 1.0235544323222712e-06, + "N": 1.1375905728527869e-07, + "Y": 0.00025696767261251807, + "U": 6.813174024955515e-09, + "K": 1.3344152449690228e-08, + "L": 2.4527313144062646e-05, + "G": 0.00022289040498435497, + "F": 0.0025408912915736437, + "E": 1.2140382750658318e-05, + "T": 0.00021620695770252496, + "P": 0.003701630048453808, + "-": 0.9924027919769287 + }, + "id": "tp_4102" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 512779, + "label": "-", + "classification": { + "B": 4.7145912174251237e-11, + "S": 1.7015282516297248e-09, + "I": 1.0457155141807561e-08, + "C": 9.014601687340473e-08, + "R": 1.1461414040070395e-08, + "M": 1.2653395060624462e-05, + "O": 4.798262125405017e-07, + "W": 3.6378713930140805e-10, + "N": 1.4856194052725868e-10, + "Y": 0.0007549853762611747, + "U": 1.0099899215576524e-11, + "K": 5.716291329171952e-10, + "L": 1.0383226367594034e-07, + "G": 3.569811815395951e-05, + "F": 0.0016931064892560244, + "E": 1.6970118110748444e-07, + "T": 0.00013302334991749376, + "P": 0.00019136939954478294, + "-": 0.997178316116333 + }, + "id": "tp_4103" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 512880, + "label": "-", + "classification": { + "B": 7.138578173027099e-09, + "S": 2.510562637780822e-07, + "I": 2.8680316788154414e-08, + "C": 1.1632494967273033e-08, + "R": 1.3139341836776453e-09, + "M": 3.081925387959927e-05, + "O": 3.2679131436452735e-06, + "W": 6.675241692732925e-09, + "N": 1.3645694574293543e-09, + "Y": 0.0005114475497975945, + "U": 5.691036183974596e-12, + "K": 4.630529737426059e-09, + "L": 1.9074998647283792e-07, + "G": 0.00012167949898866937, + "F": 0.017119506374001503, + "E": 3.0595067528338404e-06, + "T": 0.00011055192589992657, + "P": 0.0007269239285960793, + "-": 0.9813722372055054 + }, + "id": "tp_4104" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 513013, + "label": "-", + "classification": { + "B": 6.4391042542411014e-06, + "S": 2.6649260689737275e-05, + "I": 8.200830961868633e-06, + "C": 6.351678166538477e-05, + "R": 1.2577911547850817e-05, + "M": 0.0003022377204615623, + "O": 9.43699706112966e-05, + "W": 9.263577339879703e-06, + "N": 1.9290343971078983e-06, + "Y": 0.0023892857134342194, + "U": 5.306043249220238e-07, + "K": 0.0001791418471839279, + "L": 2.0824851162615232e-05, + "G": 0.002084688749164343, + "F": 0.09507214277982712, + "E": 0.00017509001190774143, + "T": 0.0013793453108519316, + "P": 0.008383767679333687, + "-": 0.8897900581359863 + }, + "id": "tp_4105" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 513146, + "label": "-", + "classification": { + "B": 1.2357235164017766e-06, + "S": 2.980463432322722e-05, + "I": 1.0634255886543542e-05, + "C": 0.00026936197536997497, + "R": 7.355944399023429e-05, + "M": 0.0025773695670068264, + "O": 0.0005062913987785578, + "W": 6.490789928648155e-06, + "N": 6.658400479864213e-07, + "Y": 0.016821136698126793, + "U": 1.0655015358906894e-07, + "K": 3.580126985980314e-06, + "L": 0.0003767910529859364, + "G": 0.008655022829771042, + "F": 0.06055217236280441, + "E": 3.845216997433454e-05, + "T": 0.004265955183655024, + "P": 0.0009231328731402755, + "-": 0.9048882126808167 + }, + "id": "tp_4106" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 513280, + "label": "-", + "classification": { + "B": 6.771315952391888e-07, + "S": 1.3167418444481882e-07, + "I": 4.455621365195839e-06, + "C": 5.333491230885556e-07, + "R": 5.406588243772603e-08, + "M": 6.44616229692474e-05, + "O": 7.256443495862186e-06, + "W": 1.1518983455971465e-07, + "N": 9.38117210580458e-08, + "Y": 8.920630352804437e-05, + "U": 4.703140987771803e-09, + "K": 2.6226462779277426e-08, + "L": 6.571615358552663e-07, + "G": 4.6134595322655514e-05, + "F": 0.0012129348469898105, + "E": 2.9605453164549544e-05, + "T": 5.2724102715728804e-05, + "P": 0.013081220909953117, + "-": 0.9854097366333008 + }, + "id": "tp_4107" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 513380, + "label": "-", + "classification": { + "B": 1.630621504489227e-08, + "S": 3.04475543089211e-06, + "I": 2.965928729281586e-07, + "C": 4.8154838623304386e-06, + "R": 7.372848926934239e-07, + "M": 0.0006885906914249063, + "O": 3.0926577892387286e-05, + "W": 9.029953673689306e-08, + "N": 9.26647203414177e-09, + "Y": 0.026649098843336105, + "U": 6.927233786591103e-11, + "K": 9.280295216740342e-07, + "L": 7.60491957407794e-06, + "G": 0.014805326238274574, + "F": 0.08576051890850067, + "E": 1.6363443137379363e-05, + "T": 0.0030753067694604397, + "P": 5.725139635615051e-05, + "-": 0.8688989877700806 + }, + "id": "tp_4108" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 513514, + "label": "-", + "classification": { + "B": 1.7793848883229657e-07, + "S": 1.8231405363167141e-07, + "I": 3.0038392651476897e-05, + "C": 1.3259185607239488e-06, + "R": 2.5697386263345834e-07, + "M": 5.481670450535603e-05, + "O": 5.88492048336775e-06, + "W": 1.4791851299378322e-07, + "N": 6.755776666977908e-07, + "Y": 0.0008633930119685829, + "U": 4.0966732228753244e-08, + "K": 1.7087559172068723e-06, + "L": 3.1656111332267756e-07, + "G": 0.0001250437635462731, + "F": 0.0015635115560144186, + "E": 0.00014762884529773146, + "T": 0.00017683069745544344, + "P": 0.03348645195364952, + "-": 0.9635415077209473 + }, + "id": "tp_4109" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 513647, + "label": "-", + "classification": { + "B": 9.610571538587465e-08, + "S": 2.26914767154085e-06, + "I": 3.368855323060416e-05, + "C": 1.818782948248554e-05, + "R": 4.3664695112966e-06, + "M": 0.00026271361275576055, + "O": 4.74528715130873e-05, + "W": 1.0483055348231574e-06, + "N": 2.7835551463795127e-06, + "Y": 0.030532529577612877, + "U": 8.101932991166905e-08, + "K": 8.27505937195383e-05, + "L": 2.4897881303331815e-06, + "G": 0.0024125471245497465, + "F": 0.008124402724206448, + "E": 0.00025763132725842297, + "T": 0.00557670509442687, + "P": 0.002955575007945299, + "-": 0.9496827125549316 + }, + "id": "tp_4110" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 513780, + "label": "-", + "classification": { + "B": 1.356706857968959e-09, + "S": 1.6394695379062796e-08, + "I": 4.3205641730992284e-08, + "C": 2.6672042352515746e-08, + "R": 1.0900079061570978e-08, + "M": 0.00010028915130533278, + "O": 1.0513469987927238e-06, + "W": 8.172065246725424e-10, + "N": 1.3776926821584823e-10, + "Y": 0.0009295375784859061, + "U": 4.3409416686235325e-12, + "K": 1.453591136346688e-10, + "L": 1.7882351244224992e-07, + "G": 4.1322942706756294e-05, + "F": 0.0005947298486717045, + "E": 5.361278354598653e-08, + "T": 0.00033454273943789303, + "P": 4.1037746996153146e-05, + "-": 0.9979571104049683 + }, + "id": "tp_4111" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 513881, + "label": "-", + "classification": { + "B": 1.0950975369572458e-12, + "S": 3.4918874458611526e-09, + "I": 2.037028989931855e-09, + "C": 7.092971987532337e-09, + "R": 2.0371184739076398e-09, + "M": 5.352966581995133e-06, + "O": 6.563656711477961e-07, + "W": 1.1242613506823318e-09, + "N": 9.37187896732361e-11, + "Y": 0.0018638931214809418, + "U": 1.713336937603227e-12, + "K": 1.3198010151427297e-07, + "L": 6.461378987410171e-09, + "G": 5.0463811930967495e-05, + "F": 0.0033930731005966663, + "E": 5.9502902161057136e-08, + "T": 0.00023989497276488692, + "P": 2.6344958314439282e-05, + "-": 0.9944201111793518 + }, + "id": "tp_4112" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 514014, + "label": "-", + "classification": { + "B": 6.650644354522228e-05, + "S": 3.2297590223606676e-05, + "I": 6.391562783392146e-05, + "C": 1.051620529324282e-05, + "R": 3.8910484363441356e-06, + "M": 0.0008656956488266587, + "O": 0.00019386094936635345, + "W": 2.584143203421263e-06, + "N": 1.233551984114456e-06, + "Y": 0.003171485150232911, + "U": 2.895646211698022e-08, + "K": 3.655960156834226e-08, + "L": 3.718202424352057e-05, + "G": 0.0014183366438373923, + "F": 0.005865334998816252, + "E": 9.7746575193014e-05, + "T": 0.0010270668426528573, + "P": 0.010119840502738953, + "-": 0.9770222902297974 + }, + "id": "tp_4113" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 514147, + "label": "-", + "classification": { + "B": 9.177917981162409e-09, + "S": 1.2376821700854634e-07, + "I": 1.9620449620560976e-07, + "C": 1.1733264955182676e-06, + "R": 7.186885397914011e-08, + "M": 1.1663609257084318e-05, + "O": 1.5302945257644751e-06, + "W": 2.5960455118934078e-08, + "N": 2.882596206177368e-08, + "Y": 0.0011007975554093719, + "U": 7.414575620146024e-10, + "K": 9.936174137692433e-06, + "L": 7.081997921432048e-08, + "G": 0.00028130807913839817, + "F": 0.04815467447042465, + "E": 4.966699270880781e-05, + "T": 7.748679490759969e-05, + "P": 0.003679587272927165, + "-": 0.9466316103935242 + }, + "id": "tp_4114" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 514281, + "label": "-", + "classification": { + "B": 7.123050636437256e-06, + "S": 6.717227734043263e-06, + "I": 0.00017977599054574966, + "C": 0.00010190166358370334, + "R": 5.5000717111397535e-05, + "M": 0.004101050551980734, + "O": 0.00041160357068292797, + "W": 5.9182284530834295e-06, + "N": 3.926173576473957e-06, + "Y": 0.025714388117194176, + "U": 2.1601772459689528e-06, + "K": 5.646084559884912e-07, + "L": 0.00028472524718381464, + "G": 0.004288322292268276, + "F": 0.0046174232847988605, + "E": 5.0414775614626706e-05, + "T": 0.012735146097838879, + "P": 0.006612807046622038, + "-": 0.9408209323883057 + }, + "id": "tp_4115" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 514381, + "label": "-", + "classification": { + "B": 3.336113877594471e-05, + "S": 0.015508569777011871, + "I": 0.000470329774543643, + "C": 0.0006089083035476506, + "R": 0.00036941893631592393, + "M": 0.09302078187465668, + "O": 0.025497371330857277, + "W": 0.000655933516100049, + "N": 0.00021106185158714652, + "Y": 0.10694143921136856, + "U": 9.173845683108084e-07, + "K": 0.0007662798743695021, + "L": 0.0027030128985643387, + "G": 0.08790165185928345, + "F": 0.18829484283924103, + "E": 0.0029725260101258755, + "T": 0.13528352975845337, + "P": 0.0032347803935408592, + "-": 0.3355252146720886 + }, + "id": "tp_4116" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 514515, + "label": "Y", + "classification": { + "B": 3.49901299045996e-08, + "S": 3.019529685843736e-06, + "I": 1.1081254342570901e-05, + "C": 3.1506244795309613e-06, + "R": 1.5441763707713108e-06, + "M": 0.0025522506330162287, + "O": 0.00010559885413385928, + "W": 1.1645605013654858e-07, + "N": 4.556276067546605e-08, + "Y": 0.541266143321991, + "U": 4.455122729063454e-11, + "K": 9.916177212687671e-09, + "L": 1.1684219316521194e-05, + "G": 0.009716327302157879, + "F": 0.0029963250271975994, + "E": 1.8298906070413068e-06, + "T": 0.09055589139461517, + "P": 1.1578385965549387e-05, + "-": 0.35276341438293457 + }, + "id": "tp_4117" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 514648, + "label": "-", + "classification": { + "B": 4.695128836829099e-07, + "S": 1.8650240463102818e-06, + "I": 6.258715075091459e-06, + "C": 2.7593937375058886e-06, + "R": 3.96822497350513e-06, + "M": 0.002106650732457638, + "O": 0.00010656617087079212, + "W": 4.664010191390844e-07, + "N": 5.020321225401858e-08, + "Y": 0.005566614214330912, + "U": 3.854538466185886e-09, + "K": 1.266670213162513e-09, + "L": 4.9799495172919706e-05, + "G": 0.0004518621717579663, + "F": 0.001070509315468371, + "E": 1.590494093761663e-06, + "T": 0.006775198969990015, + "P": 0.00032627041218802333, + "-": 0.9835292100906372 + }, + "id": "tp_4118" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 514781, + "label": "-", + "classification": { + "B": 9.295093028605095e-10, + "S": 7.59795426574783e-08, + "I": 2.134414444299182e-06, + "C": 1.2617173297257978e-06, + "R": 3.0715980869899795e-07, + "M": 0.00010342894529458135, + "O": 7.89672867540503e-06, + "W": 2.4113788299473526e-08, + "N": 5.7365824090993556e-08, + "Y": 0.015366489067673683, + "U": 5.326596941301887e-10, + "K": 3.615549246660521e-07, + "L": 2.19221391262181e-07, + "G": 0.0004223475989419967, + "F": 0.00243422482162714, + "E": 4.686882675741799e-06, + "T": 0.0013871752889826894, + "P": 0.0005687580560334027, + "-": 0.9797006249427795 + }, + "id": "tp_4119" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 514882, + "label": "-", + "classification": { + "B": 3.073597626412905e-11, + "S": 1.191585941029416e-08, + "I": 5.993673823923018e-08, + "C": 5.22872269925756e-08, + "R": 3.206377741094002e-08, + "M": 5.285362567519769e-05, + "O": 2.842777348632808e-06, + "W": 3.047152308255363e-09, + "N": 3.248120383769759e-10, + "Y": 0.0013132353778928518, + "U": 1.0385254288480805e-11, + "K": 1.1210060657518284e-09, + "L": 1.2324026954502187e-07, + "G": 2.3273732949746773e-05, + "F": 0.00031668355222791433, + "E": 1.1673935595979401e-08, + "T": 0.0007804777706041932, + "P": 2.4727267373236828e-05, + "-": 0.9974855184555054 + }, + "id": "tp_4120" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 515015, + "label": "-", + "classification": { + "B": 1.876088795427222e-08, + "S": 1.7520071651233593e-06, + "I": 7.348056897171773e-06, + "C": 2.640767036155012e-07, + "R": 2.1483396039911895e-07, + "M": 0.003276117844507098, + "O": 5.328735278453678e-05, + "W": 9.289611568874534e-08, + "N": 3.9365950499359315e-08, + "Y": 0.2047712355852127, + "U": 5.5913513402616744e-11, + "K": 1.886952674112763e-07, + "L": 9.342255680167e-07, + "G": 0.0029735579155385494, + "F": 0.0005509603070095181, + "E": 2.1007892883062596e-06, + "T": 0.06478861719369888, + "P": 2.2603389879805036e-05, + "-": 0.7235506772994995 + }, + "id": "tp_4121" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 515148, + "label": "-", + "classification": { + "B": 6.252258089034513e-08, + "S": 4.572695218030276e-07, + "I": 6.883032619953156e-05, + "C": 7.976561391842552e-06, + "R": 2.705342694753199e-06, + "M": 0.0002934323565568775, + "O": 1.727629751258064e-05, + "W": 3.017128449300799e-07, + "N": 1.700456891740032e-06, + "Y": 0.10451006144285202, + "U": 1.3524913633489177e-08, + "K": 2.4775114070507698e-05, + "L": 9.005909760162467e-07, + "G": 0.0033311101142317057, + "F": 0.009327360428869724, + "E": 0.00040007586358115077, + "T": 0.004820694215595722, + "P": 0.0022275287192314863, + "-": 0.8749648332595825 + }, + "id": "tp_4122" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 515282, + "label": "-", + "classification": { + "B": 5.935516469435242e-07, + "S": 8.457654985249974e-06, + "I": 1.800578957045218e-06, + "C": 1.731617157929577e-05, + "R": 1.1694080058077816e-05, + "M": 0.0006217129994183779, + "O": 0.0003450446529313922, + "W": 2.2023336896381807e-06, + "N": 5.184779183764476e-08, + "Y": 0.0012827846221625805, + "U": 8.034230170039791e-09, + "K": 1.8034237436737044e-09, + "L": 0.00025781430304050446, + "G": 0.0006961019826121628, + "F": 0.01102884765714407, + "E": 2.168789478673716e-06, + "T": 0.0008082389831542969, + "P": 0.0006062876200303435, + "-": 0.9843090176582336 + }, + "id": "tp_4123" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 515382, + "label": "-", + "classification": { + "B": 5.212226650286311e-09, + "S": 6.609234787902096e-06, + "I": 2.867813464035862e-06, + "C": 0.00016893030260689557, + "R": 7.620569522259757e-05, + "M": 0.0031228186562657356, + "O": 0.00041421648347750306, + "W": 1.0164300192627707e-06, + "N": 4.374503248527617e-08, + "Y": 0.28948771953582764, + "U": 4.757139682176614e-10, + "K": 1.3791870969726006e-06, + "L": 8.841001545079052e-05, + "G": 0.04990920051932335, + "F": 0.043717335909605026, + "E": 2.443510084049194e-06, + "T": 0.04293273761868477, + "P": 1.2623314432858024e-05, + "-": 0.5700553059577942 + }, + "id": "tp_4124" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 515516, + "label": "-", + "classification": { + "B": 2.459081770211924e-06, + "S": 2.2700651243212633e-05, + "I": 0.00010838192974915728, + "C": 0.00018848500621970743, + "R": 2.9271004677866586e-05, + "M": 0.0017325710505247116, + "O": 0.00020558353571686894, + "W": 8.204173354897648e-06, + "N": 6.359076451190049e-06, + "Y": 0.009568207897245884, + "U": 5.779404546046862e-07, + "K": 2.122467412846163e-05, + "L": 6.348493479890749e-05, + "G": 0.0033332607708871365, + "F": 0.05395633354783058, + "E": 0.00021851761266589165, + "T": 0.0066952756606042385, + "P": 0.006083004642277956, + "-": 0.9177559614181519 + }, + "id": "tp_4125" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 515649, + "label": "-", + "classification": { + "B": 3.02222608050684e-10, + "S": 1.0356002348999027e-06, + "I": 1.6107560441014357e-07, + "C": 2.315562142030103e-08, + "R": 1.8901374687629868e-08, + "M": 0.00020772646530531347, + "O": 1.7565616872161627e-05, + "W": 1.235951430089699e-08, + "N": 8.334835044365718e-10, + "Y": 0.11714383214712143, + "U": 4.956137496930912e-13, + "K": 1.5615539972202441e-09, + "L": 3.514894331146934e-07, + "G": 0.0007728890632279217, + "F": 0.00439407117664814, + "E": 2.942707055808569e-08, + "T": 0.018610406666994095, + "P": 8.302373316837475e-06, + "-": 0.8588435053825378 + }, + "id": "tp_4126" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 515782, + "label": "-", + "classification": { + "B": 7.369419563474366e-07, + "S": 4.920448918710463e-05, + "I": 1.6393677242376725e-06, + "C": 2.3275071725947782e-05, + "R": 6.779946488677524e-06, + "M": 0.0007069038692861795, + "O": 0.00022630741295870394, + "W": 5.514265922101913e-06, + "N": 2.605647750897333e-07, + "Y": 0.006776689551770687, + "U": 1.3248317110026164e-08, + "K": 9.673455679148901e-06, + "L": 5.5251020967261866e-05, + "G": 0.00419649900868535, + "F": 0.14568129181861877, + "E": 4.716441981145181e-05, + "T": 0.0027203429490327835, + "P": 0.0007106739794835448, + "-": 0.8387817740440369 + }, + "id": "tp_4127" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 515883, + "label": "-", + "classification": { + "B": 1.3270084764371859e-06, + "S": 1.1282175364613067e-05, + "I": 2.425447564746719e-05, + "C": 2.5749608539626934e-05, + "R": 4.221095423417864e-06, + "M": 0.0014876893255859613, + "O": 0.000127450650325045, + "W": 2.0269151264074026e-06, + "N": 1.7463637504988583e-06, + "Y": 0.00861150212585926, + "U": 1.713284376592128e-07, + "K": 1.8644095689523965e-06, + "L": 3.3590447856113315e-05, + "G": 0.0014799517812207341, + "F": 0.014729994349181652, + "E": 5.627649443340488e-05, + "T": 0.0062292818911373615, + "P": 0.0037994603626430035, + "-": 0.9633721113204956 + }, + "id": "tp_4128" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 516016, + "label": "-", + "classification": { + "B": 3.0902806429367047e-06, + "S": 7.512243428209331e-06, + "I": 2.2768519556848332e-05, + "C": 1.3399751878750976e-05, + "R": 2.1399523575382773e-06, + "M": 8.744521619519219e-05, + "O": 5.8798763348022476e-05, + "W": 3.255338469898561e-06, + "N": 2.8196850507811178e-06, + "Y": 0.0004608575254678726, + "U": 1.2107166469377262e-07, + "K": 1.7185122487717308e-05, + "L": 8.112344403343741e-06, + "G": 0.0006276742205955088, + "F": 0.15349140763282776, + "E": 0.0003758470993489027, + "T": 0.0002604025066830218, + "P": 0.03717422857880592, + "-": 0.8073828816413879 + }, + "id": "tp_4129" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 516149, + "label": "-", + "classification": { + "B": 2.1735280824941583e-05, + "S": 5.6400072026008274e-06, + "I": 5.868179505341686e-05, + "C": 1.7653873101153295e-06, + "R": 5.241378175924183e-07, + "M": 0.0005393630126491189, + "O": 5.980980859021656e-05, + "W": 1.8279924915987067e-06, + "N": 1.1849865586555097e-06, + "Y": 0.0003740580868907273, + "U": 3.7429209953643294e-08, + "K": 2.3414818883793487e-07, + "L": 1.0804783414641861e-05, + "G": 0.00029828285914845765, + "F": 0.006382801104336977, + "E": 0.0005429149023257196, + "T": 0.000181710856850259, + "P": 0.044805776327848434, + "-": 0.9467127919197083 + }, + "id": "tp_4130" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 516283, + "label": "-", + "classification": { + "B": 1.1817341771802603e-08, + "S": 1.3075222682346066e-07, + "I": 1.9852761852234835e-06, + "C": 2.3575275065468304e-07, + "R": 5.204983466455815e-08, + "M": 1.0335988008591812e-05, + "O": 1.3658025181939593e-06, + "W": 4.427981892263233e-08, + "N": 1.0003231665223211e-07, + "Y": 0.00021079916041344404, + "U": 3.7012544140679893e-09, + "K": 2.018804480030667e-06, + "L": 5.7919891105484567e-08, + "G": 2.4487304472131655e-05, + "F": 0.009358452633023262, + "E": 1.6046262317104265e-05, + "T": 0.00011570553760975599, + "P": 0.010180849581956863, + "-": 0.9800772666931152 + }, + "id": "tp_4131" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 516383, + "label": "-", + "classification": { + "B": 7.630616138953883e-09, + "S": 1.324244465195079e-07, + "I": 8.019874826459272e-07, + "C": 1.942079990158163e-07, + "R": 6.783255201980865e-08, + "M": 1.3257003047328908e-05, + "O": 3.364144731676788e-06, + "W": 4.438676626250526e-08, + "N": 4.034390599372273e-08, + "Y": 0.0013010866241529584, + "U": 1.6032515315345108e-09, + "K": 1.4766719402814488e-07, + "L": 1.6111314948830113e-07, + "G": 3.500394814182073e-05, + "F": 0.006792079657316208, + "E": 4.1782259359024465e-06, + "T": 0.00020706297073047608, + "P": 0.0038618016988039017, + "-": 0.9877805709838867 + }, + "id": "tp_4132" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 516517, + "label": "-", + "classification": { + "B": 1.0970530638587661e-05, + "S": 2.6462630557944067e-05, + "I": 9.321545803686604e-05, + "C": 1.4631916201324202e-05, + "R": 3.887260390911251e-06, + "M": 0.002122302772477269, + "O": 0.0001936199696501717, + "W": 4.310403255658457e-06, + "N": 6.972096798563143e-06, + "Y": 0.006221373565495014, + "U": 3.5517851415534096e-07, + "K": 1.958318762262934e-06, + "L": 3.078695954172872e-05, + "G": 0.0009464421309530735, + "F": 0.009743236936628819, + "E": 0.0003919783921446651, + "T": 0.004059331491589546, + "P": 0.016920149326324463, + "-": 0.9592081308364868 + }, + "id": "tp_4133" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 516650, + "label": "-", + "classification": { + "B": 0.0003031910164281726, + "S": 4.4216423702891916e-05, + "I": 0.013487624935805798, + "C": 0.0023849697317928076, + "R": 0.00018840206030290574, + "M": 0.004135897848755121, + "O": 0.0004100227961316705, + "W": 7.769013609504327e-05, + "N": 0.0012264320394024253, + "Y": 0.014003693126142025, + "U": 0.00010085771646117792, + "K": 0.0012696157209575176, + "L": 0.00012390351912472397, + "G": 0.010862734168767929, + "F": 0.007590977940708399, + "E": 0.10616730898618698, + "T": 0.005787694361060858, + "P": 0.23876045644283295, + "-": 0.5930743217468262 + }, + "id": "tp_4134" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 516750, + "label": "-", + "classification": { + "B": 0.0012072001118212938, + "S": 0.001690444303676486, + "I": 0.00047207126044668257, + "C": 0.0007760836742818356, + "R": 0.0005057010566815734, + "M": 0.007446322590112686, + "O": 0.007133385166525841, + "W": 0.0006784723955206573, + "N": 0.0001307715428993106, + "Y": 0.012500827200710773, + "U": 3.100771937170066e-05, + "K": 0.00021115534764248878, + "L": 0.0028403911273926497, + "G": 0.013129320926964283, + "F": 0.08393871039152145, + "E": 0.0020805662497878075, + "T": 0.009372424334287643, + "P": 0.02475128509104252, + "-": 0.8311038613319397 + }, + "id": "tp_4135" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 516884, + "label": "P", + "classification": { + "B": 0.0008768335683271289, + "S": 0.0005929810577072203, + "I": 0.17114359140396118, + "C": 0.0011983145959675312, + "R": 0.0005344871897250414, + "M": 0.013599606230854988, + "O": 0.0009835675591602921, + "W": 0.00024328456493094563, + "N": 0.016241639852523804, + "Y": 0.015520203858613968, + "U": 6.320032844087109e-05, + "K": 0.0013117254711687565, + "L": 0.00023121356207411736, + "G": 0.007591207046061754, + "F": 0.006648039910942316, + "E": 0.09659694880247116, + "T": 0.009035571478307247, + "P": 0.5674650073051453, + "-": 0.09012261033058167 + }, + "id": "tp_4136" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 517017, + "label": "P", + "classification": { + "B": 0.013538189232349396, + "S": 0.015628596767783165, + "I": 0.1472606211900711, + "C": 0.016040483489632607, + "R": 0.00706120952963829, + "M": 0.03375645726919174, + "O": 0.014955057762563229, + "W": 0.008958755061030388, + "N": 0.06952054798603058, + "Y": 0.050508901476860046, + "U": 0.003737451508641243, + "K": 0.02334641106426716, + "L": 0.005196893587708473, + "G": 0.03404708951711655, + "F": 0.029861649498343468, + "E": 0.11475922912359238, + "T": 0.034538690000772476, + "P": 0.269236296415329, + "-": 0.10804746299982071 + }, + "id": "tp_4137" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 517150, + "label": "P", + "classification": { + "B": 0.00010656699305400252, + "S": 2.7197202143725008e-05, + "I": 0.0913132056593895, + "C": 0.0018164933426305652, + "R": 0.000176017580088228, + "M": 0.0010298111010342836, + "O": 0.00014701421605423093, + "W": 3.103785638813861e-05, + "N": 0.001643085852265358, + "Y": 0.004546435549855232, + "U": 2.47025272983592e-05, + "K": 9.618050171411596e-06, + "L": 9.793612116482109e-05, + "G": 0.001406953320838511, + "F": 0.0011080426629632711, + "E": 0.010042143985629082, + "T": 0.0022215163335204124, + "P": 0.7540865540504456, + "-": 0.13016574084758759 + }, + "id": "tp_4138" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 517251, + "label": "P", + "classification": { + "B": 1.2462842278182507e-05, + "S": 4.4942416934645735e-06, + "I": 0.003996722400188446, + "C": 4.413041824591346e-05, + "R": 7.436617579514859e-06, + "M": 0.00012615481682587415, + "O": 3.608238694141619e-05, + "W": 3.5404925711191026e-06, + "N": 0.00024085442419163883, + "Y": 0.00014958456449676305, + "U": 1.5596488083247095e-06, + "K": 5.474864337884355e-06, + "L": 6.025257789588068e-06, + "G": 0.00033982860622927547, + "F": 0.0011366306571289897, + "E": 0.002122859936207533, + "T": 0.00030082868761382997, + "P": 0.8799605965614319, + "-": 0.11150466650724411 + }, + "id": "tp_4139" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 517384, + "label": "P", + "classification": { + "B": 3.3954074751818553e-06, + "S": 1.1554699597127183e-07, + "I": 0.0010532450396567583, + "C": 6.155813139230304e-07, + "R": 4.793564301053266e-08, + "M": 1.529173277958762e-05, + "O": 9.761936325958231e-07, + "W": 5.41300728684746e-08, + "N": 1.702764529909473e-05, + "Y": 1.3020980077271815e-05, + "U": 8.505008253223423e-09, + "K": 1.8517496869208117e-08, + "L": 1.700828136108612e-07, + "G": 8.686433830007445e-06, + "F": 2.6873658498516306e-05, + "E": 0.003488064743578434, + "T": 7.067013029882219e-06, + "P": 0.966999351978302, + "-": 0.02836592309176922 + }, + "id": "tp_4140" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 517518, + "label": "P", + "classification": { + "B": 1.3528271665563807e-05, + "S": 8.642872671771329e-06, + "I": 0.014246190898120403, + "C": 5.3177391237113625e-05, + "R": 1.038896880345419e-05, + "M": 0.00016921674250625074, + "O": 1.7705497157294303e-05, + "W": 4.84011843582266e-06, + "N": 0.001177457976154983, + "Y": 0.0006459867581725121, + "U": 2.7172777663508896e-06, + "K": 0.00011534033546922728, + "L": 2.4511409719707444e-06, + "G": 0.00028171564918011427, + "F": 0.0017026131972670555, + "E": 0.031364697962999344, + "T": 0.00026112099294550717, + "P": 0.9104233384132385, + "-": 0.0394987016916275 + }, + "id": "tp_4141" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 517651, + "label": "P", + "classification": { + "B": 5.458563236970804e-07, + "S": 2.2071053535910323e-06, + "I": 0.017349032685160637, + "C": 1.5101314829735202e-06, + "R": 1.2247735980963625e-07, + "M": 2.1677678887499496e-05, + "O": 6.750390753040847e-07, + "W": 7.376316091267654e-08, + "N": 0.0007139226654544473, + "Y": 3.420145367272198e-05, + "U": 1.461450516160312e-08, + "K": 1.3458006833388936e-06, + "L": 5.878265341152655e-08, + "G": 1.5182723473117221e-05, + "F": 3.9898739487398416e-05, + "E": 0.004090920090675354, + "T": 4.143613114138134e-05, + "P": 0.9754059314727783, + "-": 0.0022812094539403915 + }, + "id": "tp_4142" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 517751, + "label": "P", + "classification": { + "B": 9.350608820568596e-08, + "S": 2.2508450658875745e-09, + "I": 0.006906171794980764, + "C": 5.052074811828788e-06, + "R": 1.8653526012712973e-07, + "M": 7.5394450504973065e-06, + "O": 1.6426174909156543e-07, + "W": 6.080296710564426e-09, + "N": 1.4190191905072425e-05, + "Y": 3.2044947147369385e-05, + "U": 9.406594614347341e-09, + "K": 3.5896047023697975e-08, + "L": 4.962690880461196e-08, + "G": 2.3162168872659095e-05, + "F": 2.0374371160869487e-05, + "E": 0.002375594340264797, + "T": 8.761855497141369e-06, + "P": 0.9534976482391357, + "-": 0.0371088944375515 + }, + "id": "tp_4143" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 517885, + "label": "P", + "classification": { + "B": 2.592994985395336e-10, + "S": 5.1558396441109267e-11, + "I": 6.31475486443378e-05, + "C": 1.0260082206059451e-07, + "R": 1.1494396545685959e-09, + "M": 1.8454487360486382e-07, + "O": 8.257722505788934e-09, + "W": 1.5998273539263863e-10, + "N": 2.084461243612168e-07, + "Y": 7.613678008056013e-07, + "U": 2.514348451665427e-10, + "K": 2.8709831734197166e-10, + "L": 4.911188122846966e-10, + "G": 3.133229142804339e-07, + "F": 3.429317985137459e-06, + "E": 2.0942947230651043e-05, + "T": 8.884481985660386e-07, + "P": 0.9404410123825073, + "-": 0.059468939900398254 + }, + "id": "tp_4144" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 518018, + "label": "P", + "classification": { + "B": 3.1754237284076225e-07, + "S": 1.3383754549067817e-06, + "I": 0.024719003587961197, + "C": 1.696790036476159e-06, + "R": 1.633344766105438e-07, + "M": 2.3204449917102465e-06, + "O": 3.394648331322969e-07, + "W": 1.766871946529136e-07, + "N": 0.0015400531701743603, + "Y": 5.7186712183465715e-06, + "U": 4.011897303257683e-08, + "K": 3.4830550248443615e-06, + "L": 2.635576912268789e-08, + "G": 3.4333288567722775e-06, + "F": 1.7935994037543423e-05, + "E": 0.002963368082419038, + "T": 7.96636231825687e-06, + "P": 0.9701149463653564, + "-": 0.000617622456047684 + }, + "id": "tp_4145" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 518151, + "label": "P", + "classification": { + "B": 5.517406407307135e-07, + "S": 3.2139990935320384e-07, + "I": 0.007038353942334652, + "C": 9.429006695427233e-07, + "R": 1.8152115899283672e-07, + "M": 2.71969929599436e-06, + "O": 6.085032850933203e-07, + "W": 7.324667450347988e-08, + "N": 0.00041606996092014015, + "Y": 1.2274877917661797e-05, + "U": 4.0648032495482767e-08, + "K": 6.197443553901394e-07, + "L": 4.331642600163832e-08, + "G": 1.1658376024570316e-05, + "F": 1.5362616977654397e-05, + "E": 0.0014776255702599883, + "T": 1.3719341040996369e-05, + "P": 0.9883486032485962, + "-": 0.0026602090802043676 + }, + "id": "tp_4146" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 518252, + "label": "P", + "classification": { + "B": 5.0064136303262785e-05, + "S": 4.625695737558999e-07, + "I": 0.012827252969145775, + "C": 0.00016090298595372587, + "R": 6.231126008060528e-06, + "M": 0.00017180318536702543, + "O": 5.436704668682069e-06, + "W": 8.067949011092423e-07, + "N": 0.00015890940267127007, + "Y": 0.00022082698706071824, + "U": 1.214621875078592e-06, + "K": 3.737067970632779e-07, + "L": 5.0111161726817954e-06, + "G": 0.00021531322272494435, + "F": 0.00010353476682212204, + "E": 0.008542527444660664, + "T": 0.00012780558608938009, + "P": 0.9316802024841309, + "-": 0.045721497386693954 + }, + "id": "tp_4147" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 518385, + "label": "P", + "classification": { + "B": 1.6864430563146016e-06, + "S": 1.2411344414431369e-06, + "I": 0.03921196237206459, + "C": 4.550785160972737e-05, + "R": 5.03196133649908e-06, + "M": 6.490189116448164e-05, + "O": 7.292270311154425e-06, + "W": 1.725435140542686e-06, + "N": 0.0015230565331876278, + "Y": 0.00030027306638658047, + "U": 7.165365900618781e-07, + "K": 6.843366281827912e-05, + "L": 4.41411714291462e-07, + "G": 0.00012308324221521616, + "F": 0.0004416928568389267, + "E": 0.010979915037751198, + "T": 0.00012966762005817145, + "P": 0.9188317060470581, + "-": 0.028261711820960045 + }, + "id": "tp_4148" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 518519, + "label": "P", + "classification": { + "B": 1.719515694276197e-07, + "S": 2.4838826107043133e-08, + "I": 0.027631131932139397, + "C": 2.7457888336357428e-06, + "R": 6.497555915530029e-08, + "M": 1.4808939340582583e-05, + "O": 7.097929000110526e-08, + "W": 8.569247533785074e-09, + "N": 0.0003930118400603533, + "Y": 3.653758540167473e-05, + "U": 2.4359267936091555e-09, + "K": 1.3722210496780463e-06, + "L": 6.059504453759246e-09, + "G": 1.8158330931328237e-05, + "F": 2.339688035135623e-05, + "E": 0.03509411960840225, + "T": 6.166487764858175e-06, + "P": 0.9350429773330688, + "-": 0.0017352200811728835 + }, + "id": "tp_4149" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 518652, + "label": "P", + "classification": { + "B": 5.075755787897762e-11, + "S": 4.259671088080452e-11, + "I": 0.0004858404863625765, + "C": 3.5486228538994524e-11, + "R": 3.1151925657113555e-12, + "M": 1.1537195643285258e-09, + "O": 2.3158990350435893e-11, + "W": 9.894053892151033e-13, + "N": 6.008381205901969e-06, + "Y": 2.4808586296387602e-09, + "U": 2.474492778650056e-13, + "K": 2.902995066556002e-10, + "L": 1.2192703173052183e-13, + "G": 3.1499709507443185e-09, + "F": 1.1155418810915307e-08, + "E": 1.3824582310917322e-05, + "T": 1.0215663870383196e-08, + "P": 0.9994831085205078, + "-": 1.1133562111353967e-05 + }, + "id": "tp_4150" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 518752, + "label": "I", + "classification": { + "B": 1.2292018070070299e-08, + "S": 2.2661919274469255e-07, + "I": 0.890343189239502, + "C": 2.0328131995484e-06, + "R": 3.335721316943818e-07, + "M": 8.112036994134542e-06, + "O": 1.2397792659157858e-07, + "W": 1.2269203431003461e-08, + "N": 0.004848242271691561, + "Y": 4.050456118420698e-05, + "U": 2.887069749935023e-10, + "K": 4.967888571627554e-07, + "L": 1.7600174651022371e-09, + "G": 4.18392210121965e-06, + "F": 6.146516966509807e-07, + "E": 0.0011765671661123633, + "T": 2.1837260646861978e-05, + "P": 0.10348960012197495, + "-": 6.392390059772879e-05 + }, + "id": "tp_4151" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 518886, + "label": "P", + "classification": { + "B": 5.184800505597664e-11, + "S": 5.005634240440315e-10, + "I": 0.005242197774350643, + "C": 1.8429176240619682e-10, + "R": 3.239161022738912e-11, + "M": 1.3200981641148246e-08, + "O": 4.716109724967055e-10, + "W": 3.104707810286378e-11, + "N": 2.8416030545486137e-05, + "Y": 3.744977306041619e-08, + "U": 2.671205812966593e-13, + "K": 1.6072320141446994e-09, + "L": 1.2870607357662323e-12, + "G": 7.78046516103359e-09, + "F": 1.0169132025339422e-07, + "E": 3.0888226319802925e-05, + "T": 5.7126630537140954e-08, + "P": 0.9945828318595886, + "-": 0.00011542908032424748 + }, + "id": "tp_4152" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 519019, + "label": "P", + "classification": { + "B": 3.438134665856296e-09, + "S": 2.7068155716847286e-08, + "I": 0.0004122534883208573, + "C": 3.461435937879287e-08, + "R": 6.306484667817358e-09, + "M": 1.4244048429645773e-07, + "O": 5.1079876328685714e-08, + "W": 6.546034825305469e-09, + "N": 5.1822778914356604e-05, + "Y": 8.745765285311791e-07, + "U": 2.4071322712870824e-09, + "K": 9.770265023689717e-07, + "L": 5.718170936752642e-10, + "G": 4.0536866663387627e-07, + "F": 3.382659997441806e-05, + "E": 0.0002306953101651743, + "T": 1.310555603595276e-06, + "P": 0.9967549443244934, + "-": 0.002512532053515315 + }, + "id": "tp_4153" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 519152, + "label": "P", + "classification": { + "B": 2.795395630528219e-06, + "S": 7.246097197821655e-07, + "I": 0.002323058433830738, + "C": 2.7578948902373668e-06, + "R": 1.0848086873238572e-07, + "M": 1.6766520275268704e-05, + "O": 9.670593499322422e-07, + "W": 2.905893552451744e-07, + "N": 0.00042773326276801527, + "Y": 8.755532689974643e-06, + "U": 7.959976500160337e-08, + "K": 5.477933882502839e-06, + "L": 1.4177776108681428e-07, + "G": 5.813026291434653e-05, + "F": 0.00015261498629115522, + "E": 0.021874958649277687, + "T": 1.449276169296354e-05, + "P": 0.9727276563644409, + "-": 0.002382391830906272 + }, + "id": "tp_4154" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 519253, + "label": "P", + "classification": { + "B": 7.612256922584493e-06, + "S": 4.136013103561709e-06, + "I": 0.01975283958017826, + "C": 3.631954314187169e-05, + "R": 6.612356173718581e-06, + "M": 0.00011219141742913052, + "O": 1.114672159019392e-05, + "W": 3.6110536711930763e-06, + "N": 0.0012100737076252699, + "Y": 0.000622468302026391, + "U": 1.6200768868657178e-06, + "K": 4.704210368799977e-05, + "L": 1.1567417459446006e-06, + "G": 0.00017855926125776023, + "F": 0.0004191677435301244, + "E": 0.010178533382713795, + "T": 0.00026600153069011867, + "P": 0.9456173181533813, + "-": 0.02152356505393982 + }, + "id": "tp_4155" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 519386, + "label": "P", + "classification": { + "B": 2.681508249224862e-06, + "S": 5.108298068989825e-07, + "I": 0.005317877512425184, + "C": 1.3814158592140302e-05, + "R": 1.1149910505992011e-06, + "M": 2.7688100090017542e-05, + "O": 2.6807820177054964e-06, + "W": 3.293425265837868e-07, + "N": 0.000219778623431921, + "Y": 5.096775203128345e-05, + "U": 4.801196382686612e-07, + "K": 5.299734311847715e-06, + "L": 4.6220318949963257e-07, + "G": 6.373351789079607e-05, + "F": 0.0003683814429678023, + "E": 0.0038899837527424097, + "T": 5.077752211946063e-05, + "P": 0.9518444538116455, + "-": 0.03813888132572174 + }, + "id": "tp_4156" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 519520, + "label": "P", + "classification": { + "B": 2.219833004346583e-05, + "S": 6.87707943143323e-05, + "I": 0.050969481468200684, + "C": 2.3044780391501263e-05, + "R": 9.413232874067035e-06, + "M": 0.00012839648115914315, + "O": 4.448534673429094e-05, + "W": 1.3632866284751799e-05, + "N": 0.009553504176437855, + "Y": 0.000186934121302329, + "U": 1.1652298326225718e-06, + "K": 0.00014791867579333484, + "L": 2.063722831735504e-06, + "G": 0.00018927821656689048, + "F": 0.0004940954968333244, + "E": 0.007920680567622185, + "T": 0.00022838517907075584, + "P": 0.9226910471916199, + "-": 0.007305437233299017 + }, + "id": "tp_4157" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 519653, + "label": "P", + "classification": { + "B": 5.3843379532736435e-08, + "S": 5.824412241395294e-08, + "I": 0.008104803040623665, + "C": 9.965938829736842e-08, + "R": 6.73286493224623e-09, + "M": 1.7314870319751208e-06, + "O": 5.440589845306931e-08, + "W": 5.954371218308552e-09, + "N": 0.0002488730533514172, + "Y": 1.8001405805989634e-06, + "U": 7.975168858642689e-10, + "K": 8.641832209832501e-07, + "L": 1.5032455280561408e-09, + "G": 3.860521701426478e-06, + "F": 4.113432623853441e-06, + "E": 0.005885849241167307, + "T": 1.0273827228957089e-06, + "P": 0.985375702381134, + "-": 0.00037106825038790703 + }, + "id": "tp_4158" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 519753, + "label": "P", + "classification": { + "B": 7.869683571470887e-09, + "S": 2.840300661333117e-09, + "I": 8.641302702017128e-05, + "C": 1.166147001185891e-08, + "R": 6.459878743036995e-10, + "M": 1.730320207116165e-07, + "O": 1.6592760943012763e-08, + "W": 1.095261215056098e-09, + "N": 1.8498776626074687e-06, + "Y": 9.95721478602718e-08, + "U": 2.2893555107206254e-10, + "K": 2.269111565311732e-09, + "L": 9.626530683704004e-10, + "G": 1.6343877007329866e-07, + "F": 4.796373559656786e-06, + "E": 4.0248229197459295e-05, + "T": 7.285531182787963e-07, + "P": 0.9886077046394348, + "-": 0.011257756501436234 + }, + "id": "tp_4159" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 519887, + "label": "P", + "classification": { + "B": 1.54878374014622e-10, + "S": 3.463663036940012e-11, + "I": 9.168307587970048e-05, + "C": 7.518095868075392e-11, + "R": 3.3595936362734724e-12, + "M": 1.1002199151732839e-08, + "O": 1.7519050099501499e-10, + "W": 3.2232697413925315e-12, + "N": 4.1261515093538037e-07, + "Y": 1.3189600522878209e-08, + "U": 2.8255441606242493e-13, + "K": 1.3710913480957654e-11, + "L": 3.279428595001632e-12, + "G": 4.130407127433955e-09, + "F": 2.9529685363627323e-08, + "E": 3.847898369713221e-06, + "T": 4.123167585134979e-08, + "P": 0.9994239807128906, + "-": 0.0004800705937668681 + }, + "id": "tp_4160" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 520020, + "label": "P", + "classification": { + "B": 6.213845438196586e-08, + "S": 2.330196480215818e-08, + "I": 4.743283352581784e-05, + "C": 5.717042839137321e-08, + "R": 4.768764050311347e-09, + "M": 1.0747421441692495e-07, + "O": 6.148308528963753e-08, + "W": 1.2596821363786148e-08, + "N": 1.5997881064322428e-06, + "Y": 2.5074264158320148e-06, + "U": 6.626129422926397e-09, + "K": 3.5502804252018905e-08, + "L": 3.3254528020165708e-09, + "G": 9.843458883551648e-07, + "F": 7.082645606715232e-05, + "E": 6.954616401344538e-05, + "T": 1.7148022379842587e-06, + "P": 0.9608507752418518, + "-": 0.03895413130521774 + }, + "id": "tp_4161" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 520153, + "label": "P", + "classification": { + "B": 5.624849208629712e-08, + "S": 3.574671154638054e-07, + "I": 0.003493894822895527, + "C": 6.155071474722718e-08, + "R": 1.101919711032906e-08, + "M": 9.835385981205036e-07, + "O": 5.567860128508073e-08, + "W": 3.0701759357043557e-08, + "N": 0.0003527443332131952, + "Y": 1.4695941672471236e-06, + "U": 2.3472235266552843e-09, + "K": 1.9243882434238913e-06, + "L": 1.3622698524784482e-09, + "G": 6.750916554665309e-07, + "F": 1.7973925423575565e-05, + "E": 0.0024772577453404665, + "T": 1.4893696516082855e-06, + "P": 0.9931992888450623, + "-": 0.0004517196794040501 + }, + "id": "tp_4162" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 520254, + "label": "I", + "classification": { + "B": 1.72579408541651e-08, + "S": 3.9816388408553394e-08, + "I": 0.6620970368385315, + "C": 3.1658728971706296e-07, + "R": 1.571964958202443e-08, + "M": 8.252315524259757e-07, + "O": 1.3123464981390498e-08, + "W": 1.660464432617914e-09, + "N": 0.001727720140479505, + "Y": 4.3605482460407075e-06, + "U": 5.383584550378018e-11, + "K": 6.883142500413442e-09, + "L": 3.659220981777622e-10, + "G": 5.491808678925736e-07, + "F": 8.227761583157189e-08, + "E": 0.0008028594311326742, + "T": 2.493640522516216e-06, + "P": 0.33534377813339233, + "-": 1.9804216208285652e-05 + }, + "id": "tp_4163" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 520387, + "label": "P", + "classification": { + "B": 1.1237675323627627e-07, + "S": 3.4218842870359367e-07, + "I": 0.006160778924822807, + "C": 2.185731545978342e-06, + "R": 4.2379696196803707e-07, + "M": 6.180318450788036e-06, + "O": 1.3001188108319184e-06, + "W": 1.0522956017666729e-07, + "N": 0.00021449997439049184, + "Y": 2.099169978464488e-05, + "U": 6.311602618325196e-08, + "K": 8.995599500849494e-07, + "L": 7.349654396193728e-08, + "G": 1.0942862900265027e-05, + "F": 7.323358295252547e-05, + "E": 0.000413627945818007, + "T": 3.400105924811214e-05, + "P": 0.9805833101272583, + "-": 0.012476821430027485 + }, + "id": "tp_4164" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 520521, + "label": "P", + "classification": { + "B": 2.1051251408721328e-08, + "S": 1.5023697130800429e-07, + "I": 0.004270482342690229, + "C": 1.7493736947926664e-07, + "R": 7.0862062884202714e-09, + "M": 7.447621896972123e-07, + "O": 4.406621556540813e-08, + "W": 2.253740483126876e-08, + "N": 0.0004917301703244448, + "Y": 1.416602799508837e-06, + "U": 1.2890499778706044e-09, + "K": 5.506607067218283e-06, + "L": 1.0569957131778551e-09, + "G": 2.7938906441704603e-06, + "F": 3.3185755455633625e-05, + "E": 0.014487233012914658, + "T": 1.6524909369763918e-06, + "P": 0.980216920375824, + "-": 0.00048808709834702313 + }, + "id": "tp_4165" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 520654, + "label": "P", + "classification": { + "B": 3.3903776852639567e-07, + "S": 7.2154548433900345e-06, + "I": 0.019969534128904343, + "C": 8.840011389565916e-08, + "R": 6.265948826467138e-08, + "M": 6.448189651564462e-06, + "O": 1.2323179134909878e-06, + "W": 2.172755131368831e-07, + "N": 0.0007016065064817667, + "Y": 1.588833583809901e-05, + "U": 3.348255894763952e-09, + "K": 6.343235554595594e-07, + "L": 2.0720603899349044e-08, + "G": 2.076293640129734e-06, + "F": 1.4329514669952914e-05, + "E": 0.00039919588016346097, + "T": 1.5996403817553073e-05, + "P": 0.977071225643158, + "-": 0.0017939178505912423 + }, + "id": "tp_4166" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 520754, + "label": "P", + "classification": { + "B": 2.75419492767881e-10, + "S": 2.981363420029304e-11, + "I": 0.0010568936122581363, + "C": 1.6784089673649305e-09, + "R": 2.7970480098726824e-11, + "M": 1.2806913751717275e-08, + "O": 1.0265521072083672e-10, + "W": 9.978832864188103e-12, + "N": 6.6487382355262525e-06, + "Y": 3.7179521683583516e-08, + "U": 1.8502482532212206e-12, + "K": 1.3983381119686555e-09, + "L": 2.1609736569616622e-12, + "G": 1.889168643742778e-08, + "F": 4.494425454026896e-08, + "E": 0.0002485059085302055, + "T": 3.4536416393393665e-08, + "P": 0.9985933899879456, + "-": 9.437861444894224e-05 + }, + "id": "tp_4167" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 520888, + "label": "P", + "classification": { + "B": 5.5407554100384004e-06, + "S": 2.2029358660802245e-05, + "I": 0.03310941159725189, + "C": 3.414880848140456e-05, + "R": 4.72871761303395e-06, + "M": 4.662859282689169e-05, + "O": 1.0685903362173121e-05, + "W": 7.669532351428643e-06, + "N": 0.0023384082596749067, + "Y": 0.0001007744504022412, + "U": 1.8962977037517703e-06, + "K": 5.167229755898006e-05, + "L": 1.4630217037847615e-06, + "G": 9.303363913204521e-05, + "F": 0.0005505061126314104, + "E": 0.01254313811659813, + "T": 5.039027382736094e-05, + "P": 0.9460774064064026, + "-": 0.0049504502676427364 + }, + "id": "tp_4168" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 521021, + "label": "P", + "classification": { + "B": 8.555313968372502e-08, + "S": 2.7560625781575254e-08, + "I": 0.02083342894911766, + "C": 7.2832572186598554e-06, + "R": 2.173798350213474e-07, + "M": 8.306246854772326e-06, + "O": 1.141071450661002e-07, + "W": 2.0272919343256035e-08, + "N": 7.136391650419682e-05, + "Y": 3.488536458462477e-05, + "U": 9.716853988095409e-09, + "K": 3.60280658640022e-08, + "L": 2.3680025051930897e-08, + "G": 5.155960934644099e-06, + "F": 1.2125970897614025e-05, + "E": 0.002011894714087248, + "T": 7.371359060925897e-06, + "P": 0.9695159792900085, + "-": 0.00749180605635047 + }, + "id": "tp_4169" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 521154, + "label": "P", + "classification": { + "B": 2.4656830532876484e-07, + "S": 1.8976486160227068e-07, + "I": 0.2795763313770294, + "C": 7.337186252698302e-05, + "R": 2.713383310037898e-06, + "M": 1.5089116459421348e-05, + "O": 4.792970003109076e-07, + "W": 1.140516587838647e-07, + "N": 0.004256164189428091, + "Y": 4.48050195700489e-05, + "U": 1.5043214673937655e-08, + "K": 3.046813617402222e-06, + "L": 1.7709018251821362e-08, + "G": 3.68331529898569e-05, + "F": 1.107065054384293e-05, + "E": 0.04292643442749977, + "T": 9.502718967269175e-06, + "P": 0.672274112701416, + "-": 0.0007694870000705123 + }, + "id": "tp_4170" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 521255, + "label": "P", + "classification": { + "B": 5.98735414314433e-06, + "S": 2.3755210349918343e-06, + "I": 0.29792192578315735, + "C": 7.693214138271287e-05, + "R": 5.884615347895306e-06, + "M": 0.00023238120775204152, + "O": 4.6152945287758484e-06, + "W": 1.1295594504190376e-06, + "N": 0.003189990995451808, + "Y": 0.0006154289003461599, + "U": 1.5628771166120714e-07, + "K": 6.388621386577142e-06, + "L": 7.0629891979479e-07, + "G": 0.00020939085516147316, + "F": 0.00010796942660817876, + "E": 0.034166280180215836, + "T": 0.0002449023013468832, + "P": 0.6561180353164673, + "-": 0.0070894877426326275 + }, + "id": "tp_4171" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 521388, + "label": "I", + "classification": { + "B": 3.9204044810503547e-07, + "S": 7.002740289863141e-07, + "I": 0.9599997997283936, + "C": 3.1548220249533188e-06, + "R": 2.1763310087408172e-07, + "M": 3.827135151368566e-05, + "O": 2.5584623131180706e-07, + "W": 1.7914263850116185e-08, + "N": 0.0032814317382872105, + "Y": 9.312004112871364e-05, + "U": 2.1225260438129112e-10, + "K": 2.014299838037914e-07, + "L": 2.0222037377948254e-08, + "G": 2.5270670448662713e-05, + "F": 1.1233972827540128e-06, + "E": 0.009682130999863148, + "T": 3.0161441827658564e-05, + "P": 0.0268037561327219, + "-": 3.990768163930625e-05 + }, + "id": "tp_4172" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 521522, + "label": "P", + "classification": { + "B": 9.838734513323288e-06, + "S": 5.310695632942952e-05, + "I": 0.03223100304603577, + "C": 2.6336550945416093e-05, + "R": 4.390739832160762e-06, + "M": 6.618722545681521e-05, + "O": 1.6886508092284203e-05, + "W": 1.2084228728781454e-05, + "N": 0.013339996337890625, + "Y": 0.0002316018071724102, + "U": 1.983354195544962e-06, + "K": 0.0003533973649609834, + "L": 1.3066908195469296e-06, + "G": 0.00015758771041873842, + "F": 0.0005554103408940136, + "E": 0.03979445621371269, + "T": 0.00012327735021244735, + "P": 0.910681426525116, + "-": 0.002339687431231141 + }, + "id": "tp_4173" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 521655, + "label": "P", + "classification": { + "B": 4.331774938748367e-09, + "S": 1.5294064903415006e-09, + "I": 0.17050445079803467, + "C": 3.236389147787122e-07, + "R": 2.6798692154272885e-09, + "M": 2.009504385114269e-07, + "O": 1.4925964908485412e-09, + "W": 2.1226811974806026e-10, + "N": 0.00044176503433845937, + "Y": 4.871925511906738e-07, + "U": 3.7021503918044374e-11, + "K": 1.8824019676344506e-08, + "L": 4.612957932303985e-11, + "G": 4.3861945187018136e-07, + "F": 7.020086911779799e-08, + "E": 0.004932138603180647, + "T": 1.015795945136233e-07, + "P": 0.8241020441055298, + "-": 1.7951431800611317e-05 + }, + "id": "tp_4174" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 521755, + "label": "P", + "classification": { + "B": 2.6535563080187785e-08, + "S": 5.1143466350822564e-08, + "I": 0.0004030946583952755, + "C": 5.834907224055996e-09, + "R": 4.5641374013527525e-10, + "M": 2.00138543959838e-07, + "O": 1.5329598923585763e-08, + "W": 1.656057735388572e-09, + "N": 2.9810889827786013e-05, + "Y": 1.2228170476191735e-07, + "U": 4.695215882755122e-10, + "K": 2.1924902782188838e-08, + "L": 5.401347147326874e-10, + "G": 1.1109014508292603e-07, + "F": 1.5245810800479376e-06, + "E": 0.0001987073483178392, + "T": 5.703945475943328e-07, + "P": 0.999066174030304, + "-": 0.0002995890681631863 + }, + "id": "tp_4175" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 521889, + "label": "I", + "classification": { + "B": 2.9817938411724754e-05, + "S": 4.732050001621246e-06, + "I": 0.4839043617248535, + "C": 0.0004175697104074061, + "R": 2.8384964025462978e-05, + "M": 0.0002987854240927845, + "O": 8.389795766561292e-06, + "W": 1.779282229108503e-06, + "N": 0.010766066610813141, + "Y": 0.0004678334516938776, + "U": 7.249681743815017e-07, + "K": 8.945031368057244e-06, + "L": 2.012032382481266e-06, + "G": 0.000433506618719548, + "F": 4.539340079645626e-05, + "E": 0.04176153615117073, + "T": 0.00022023430210538208, + "P": 0.4598294794559479, + "-": 0.0017704510828480124 + }, + "id": "tp_4176" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 522022, + "label": "I", + "classification": { + "B": 1.5083716789376922e-05, + "S": 0.00011707602971000597, + "I": 0.8048030138015747, + "C": 0.0004097452911082655, + "R": 9.682553354650736e-05, + "M": 7.500550418626517e-05, + "O": 4.033240838907659e-05, + "W": 2.1281737645040266e-05, + "N": 0.0956745371222496, + "Y": 0.0008980670245364308, + "U": 1.6878316273505334e-06, + "K": 0.0007723894086666405, + "L": 1.7929661453308654e-06, + "G": 0.0010021289344877005, + "F": 0.00010044717055279762, + "E": 0.0121378805488348, + "T": 0.0007110079750418663, + "P": 0.08264734596014023, + "-": 0.0004744442703668028 + }, + "id": "tp_4177" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 522155, + "label": "I", + "classification": { + "B": 3.914366607205011e-05, + "S": 0.00016188340669032186, + "I": 0.6934964656829834, + "C": 0.0001888200786197558, + "R": 9.79985561571084e-05, + "M": 0.0003038105496671051, + "O": 7.433123391820118e-05, + "W": 1.897378751891665e-05, + "N": 0.029123082756996155, + "Y": 0.0031374988611787558, + "U": 3.1304793992603663e-06, + "K": 0.0002484374272171408, + "L": 8.586332114646211e-06, + "G": 0.001603301614522934, + "F": 0.0003428836935199797, + "E": 0.012061463668942451, + "T": 0.0013781868619844317, + "P": 0.2536323666572571, + "-": 0.004079659469425678 + }, + "id": "tp_4178" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 522256, + "label": "I", + "classification": { + "B": 1.3758455486012622e-09, + "S": 4.6558370492277845e-09, + "I": 0.9838097095489502, + "C": 4.3493610064615496e-06, + "R": 2.443084952119534e-07, + "M": 6.022240199854423e-07, + "O": 1.0491230995057776e-08, + "W": 1.8586769900963418e-09, + "N": 0.0011323033832013607, + "Y": 5.073680313216755e-06, + "U": 1.7141739416803858e-11, + "K": 4.63102978187635e-09, + "L": 1.9384396865440578e-10, + "G": 6.312066034297459e-07, + "F": 1.1453472836819856e-08, + "E": 0.0002147575723938644, + "T": 4.5266091319717816e-07, + "P": 0.014829066582024097, + "-": 2.8123072297603358e-06 + }, + "id": "tp_4179" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 522389, + "label": "P", + "classification": { + "B": 5.552626802796112e-08, + "S": 5.420016009338724e-07, + "I": 0.31358587741851807, + "C": 3.590851974877296e-06, + "R": 2.887693995035079e-07, + "M": 5.867338586540427e-06, + "O": 1.5849309420445934e-07, + "W": 7.42764285632802e-08, + "N": 0.0077826897613704205, + "Y": 5.344955934560858e-05, + "U": 1.7389190087868656e-09, + "K": 0.00010489305714145303, + "L": 3.048639785063756e-09, + "G": 3.753004057216458e-05, + "F": 5.596467599389143e-05, + "E": 0.07071013748645782, + "T": 7.958467904245481e-06, + "P": 0.6073084473609924, + "-": 0.00034252539626322687 + }, + "id": "tp_4180" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 522523, + "label": "P", + "classification": { + "B": 2.1324460419691604e-07, + "S": 7.433603741446859e-07, + "I": 0.16134510934352875, + "C": 1.3050512279733084e-06, + "R": 1.7942581109764433e-07, + "M": 5.447850980999647e-06, + "O": 8.329434990628215e-07, + "W": 1.1092077301100289e-07, + "N": 0.005029936321079731, + "Y": 1.87600489880424e-05, + "U": 5.135566638614364e-09, + "K": 1.1953756029470242e-06, + "L": 9.838584169585829e-09, + "G": 9.93308458419051e-06, + "F": 5.44996601092862e-06, + "E": 0.0007085024262778461, + "T": 1.4723696040164214e-05, + "P": 0.8324472904205322, + "-": 0.00041013932786881924 + }, + "id": "tp_4181" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 522656, + "label": "I", + "classification": { + "B": 2.657521235960303e-06, + "S": 1.9487558802211424e-06, + "I": 0.9884400367736816, + "C": 2.1180019757593982e-05, + "R": 2.869464651666931e-06, + "M": 1.8248189007863402e-05, + "O": 1.0910345054071513e-06, + "W": 8.787346672534113e-08, + "N": 0.003188446396961808, + "Y": 3.502511026454158e-05, + "U": 3.1150726442774612e-09, + "K": 1.099073188015609e-07, + "L": 2.4808139187371125e-07, + "G": 0.00012067799980286509, + "F": 6.032337296346668e-07, + "E": 0.0018025859026238322, + "T": 1.5434177839779295e-05, + "P": 0.006333431228995323, + "-": 1.543276448501274e-05 + }, + "id": "tp_4182" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 522756, + "label": "I", + "classification": { + "B": 4.912143580781958e-08, + "S": 1.2909325732834986e-06, + "I": 0.9894564747810364, + "C": 2.004508360187174e-06, + "R": 1.6450687780888984e-06, + "M": 1.5985440768417902e-05, + "O": 1.8569883195596049e-06, + "W": 4.122891894553504e-08, + "N": 0.00798388384282589, + "Y": 4.547544085653499e-05, + "U": 1.0047742499130763e-10, + "K": 6.882665104512853e-08, + "L": 1.3361908024478453e-08, + "G": 1.9795486878138036e-05, + "F": 1.0024060514979283e-07, + "E": 7.684113370487466e-05, + "T": 3.5394634323893115e-05, + "P": 0.002352443290874362, + "-": 6.591360488528153e-06 + }, + "id": "tp_4183" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 522890, + "label": "I", + "classification": { + "B": 1.02517094813237e-09, + "S": 1.2708052565812977e-07, + "I": 0.9904176592826843, + "C": 2.523989905967028e-06, + "R": 1.7882983627259819e-07, + "M": 5.300195198287838e-07, + "O": 2.6765048843913064e-08, + "W": 1.4650373136859685e-09, + "N": 0.009254003874957561, + "Y": 1.9770482140302192e-06, + "U": 3.807533444349226e-13, + "K": 1.4309394558154054e-08, + "L": 3.9804609608395936e-10, + "G": 1.0507251317903865e-05, + "F": 3.6100611389144888e-09, + "E": 0.00021235790336504579, + "T": 1.2075325912519475e-06, + "P": 9.892450907500461e-05, + "-": 1.0524916049803323e-08 + }, + "id": "tp_4184" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 523023, + "label": "P", + "classification": { + "B": 8.12427458640741e-10, + "S": 4.676766529598808e-09, + "I": 0.43478384613990784, + "C": 1.8309076921241285e-08, + "R": 8.438937881827258e-10, + "M": 2.0953889645625168e-07, + "O": 1.8738071094759334e-09, + "W": 2.2436877356035723e-10, + "N": 0.0024789469316601753, + "Y": 6.169119046717242e-07, + "U": 1.4404217835856103e-12, + "K": 6.626035542467434e-08, + "L": 5.109281487475359e-12, + "G": 1.726059366546906e-07, + "F": 5.7301736688941673e-08, + "E": 0.000888402690179646, + "T": 2.033823989222583e-07, + "P": 0.5618429780006409, + "-": 4.438373707671417e-06 + }, + "id": "tp_4185" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 523156, + "label": "I", + "classification": { + "B": 4.8171358457693714e-08, + "S": 3.9640988802602806e-07, + "I": 0.9860317707061768, + "C": 1.7540185126563301e-06, + "R": 9.368009301624625e-08, + "M": 2.812185812217649e-06, + "O": 1.0225261348750792e-07, + "W": 1.333345078791126e-08, + "N": 0.008954986929893494, + "Y": 6.49049470666796e-05, + "U": 1.1917999573340943e-11, + "K": 4.87898148548993e-07, + "L": 1.7060306500837896e-09, + "G": 2.049909562629182e-05, + "F": 6.654745021705821e-08, + "E": 0.004054132383316755, + "T": 2.149999090761412e-06, + "P": 0.0008655920391902328, + "-": 2.646917209858657e-07 + }, + "id": "tp_4186" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 523257, + "label": "I", + "classification": { + "B": 1.6175808923435397e-05, + "S": 2.3448421416105703e-05, + "I": 0.9357007741928101, + "C": 0.0019678310491144657, + "R": 0.000184618795174174, + "M": 0.0013391124084591866, + "O": 4.618869206751697e-05, + "W": 9.33576939132763e-06, + "N": 0.013185707852244377, + "Y": 0.0033720002975314856, + "U": 7.755269848530588e-07, + "K": 2.936239616246894e-05, + "L": 9.909426808007993e-06, + "G": 0.0013032587012276053, + "F": 4.260961577529088e-05, + "E": 0.023850686848163605, + "T": 0.0006619541090913117, + "P": 0.017529387027025223, + "-": 0.0007267876644618809 + }, + "id": "tp_4187" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 523390, + "label": "I", + "classification": { + "B": 1.2651220458792523e-05, + "S": 1.6045774827944115e-05, + "I": 0.5364550948143005, + "C": 0.00034870364470407367, + "R": 2.3678072466282174e-05, + "M": 0.0003325552970636636, + "O": 2.1506541088456288e-05, + "W": 6.8859494604112115e-06, + "N": 0.04749052971601486, + "Y": 0.001212537637911737, + "U": 4.4071057914152334e-07, + "K": 0.0005231120740063488, + "L": 1.587300516803225e-06, + "G": 0.0014877744251862168, + "F": 0.00018269472639076412, + "E": 0.20615558326244354, + "T": 0.00036224201903678477, + "P": 0.20420968532562256, + "-": 0.0011567543260753155 + }, + "id": "tp_4188" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 523524, + "label": "I", + "classification": { + "B": 1.134372507038961e-08, + "S": 2.2376341348717688e-06, + "I": 0.9502186179161072, + "C": 4.895124661175032e-08, + "R": 9.533626332824952e-09, + "M": 2.1959169771434972e-07, + "O": 2.3022419526341764e-08, + "W": 6.574467192876909e-09, + "N": 0.03998700529336929, + "Y": 3.572692094166996e-06, + "U": 4.171095326771512e-12, + "K": 3.5842474517266965e-06, + "L": 7.433006293799949e-11, + "G": 3.0360570235643536e-06, + "F": 9.644355003501914e-08, + "E": 0.0009528160444460809, + "T": 1.6927394881349755e-06, + "P": 0.008826742880046368, + "-": 1.9785383642556553e-07 + }, + "id": "tp_4189" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 523657, + "label": "I", + "classification": { + "B": 1.0647694637100358e-07, + "S": 3.3588344194868114e-06, + "I": 0.8977105021476746, + "C": 5.597211384156253e-06, + "R": 4.109261055873503e-07, + "M": 4.006407834822312e-06, + "O": 5.203442583479045e-07, + "W": 1.6468024455207342e-07, + "N": 0.043793391436338425, + "Y": 5.355869507184252e-05, + "U": 1.7012484754275192e-09, + "K": 6.848056727903895e-06, + "L": 5.637800004620885e-09, + "G": 1.1810025171143934e-05, + "F": 1.6278812609016313e-06, + "E": 0.005154191050678492, + "T": 1.0588387340249028e-05, + "P": 0.053230490535497665, + "-": 1.2854367923864629e-05 + }, + "id": "tp_4190" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 523757, + "label": "I", + "classification": { + "B": 1.1870967542293442e-09, + "S": 9.224837071997172e-08, + "I": 0.9928718209266663, + "C": 5.8433659688716943e-08, + "R": 1.9019470443026876e-08, + "M": 9.881132001510196e-08, + "O": 1.346084133047043e-08, + "W": 1.7111613237474899e-09, + "N": 0.004758549388498068, + "Y": 8.395685995310487e-07, + "U": 7.737816463959657e-13, + "K": 3.128611325564634e-08, + "L": 3.6126854979778855e-11, + "G": 3.482097952201002e-07, + "F": 1.107446578885174e-08, + "E": 3.781606210395694e-05, + "T": 4.36657131785978e-07, + "P": 0.002329636598005891, + "-": 1.9189465660929272e-07 + }, + "id": "tp_4191" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 523891, + "label": "P", + "classification": { + "B": 5.881781817151932e-07, + "S": 9.080503104996751e-07, + "I": 0.2100188285112381, + "C": 7.14410589353065e-06, + "R": 1.0513375627851929e-06, + "M": 3.636462861322798e-05, + "O": 3.4047875487885904e-06, + "W": 2.1584793330475804e-07, + "N": 0.002760721603408456, + "Y": 4.7926660045050085e-05, + "U": 1.1509161623735054e-08, + "K": 6.708492605866923e-07, + "L": 1.0517421600297894e-07, + "G": 3.337843008921482e-05, + "F": 1.2039840839861427e-05, + "E": 0.0035617565736174583, + "T": 4.769862425746396e-05, + "P": 0.7803250551223755, + "-": 0.0031421391759067774 + }, + "id": "tp_4192" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 524024, + "label": "I", + "classification": { + "B": 9.196874928285581e-10, + "S": 1.0286544238624629e-07, + "I": 0.7180649638175964, + "C": 4.456074975678348e-07, + "R": 3.444394280904817e-08, + "M": 1.333972932116012e-06, + "O": 2.7802300905932498e-08, + "W": 7.473246022016156e-09, + "N": 0.005741134751588106, + "Y": 1.3953883353678975e-05, + "U": 2.917956154480095e-11, + "K": 2.4792559543129755e-06, + "L": 1.188221881998075e-10, + "G": 6.19474178620294e-07, + "F": 2.109429260599427e-06, + "E": 0.0025424493942409754, + "T": 2.4355749701499008e-06, + "P": 0.273544043302536, + "-": 8.386994886677712e-05 + }, + "id": "tp_4193" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 524157, + "label": "I", + "classification": { + "B": 9.485542022957816e-07, + "S": 1.1773182450269815e-05, + "I": 0.564777135848999, + "C": 3.901881129309004e-08, + "R": 5.70265035193529e-09, + "M": 2.4172611574613256e-06, + "O": 3.411992395285779e-07, + "W": 4.092717631465348e-08, + "N": 0.0026329238899052143, + "Y": 6.433000976358016e-07, + "U": 9.879928472567023e-12, + "K": 5.116006729366518e-09, + "L": 3.1657017007802324e-09, + "G": 1.2485216984714498e-06, + "F": 2.689288010060409e-07, + "E": 0.0010116358753293753, + "T": 6.319793897091586e-07, + "P": 0.43153730034828186, + "-": 2.2636448193225078e-05 + }, + "id": "tp_4194" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 524258, + "label": "P", + "classification": { + "B": 4.745121202631708e-07, + "S": 2.137896473186629e-07, + "I": 0.2969401776790619, + "C": 1.1789163636422018e-06, + "R": 5.405572167660466e-08, + "M": 6.146783562144265e-05, + "O": 9.846386461731527e-08, + "W": 9.924062460697769e-09, + "N": 0.0014138473197817802, + "Y": 2.0502931874943897e-05, + "U": 2.4961058220362986e-10, + "K": 2.735094426498108e-07, + "L": 6.6060104053633495e-09, + "G": 1.0218099305348005e-05, + "F": 4.473247372516198e-06, + "E": 0.02618367038667202, + "T": 1.1539875231392216e-05, + "P": 0.6749087572097778, + "-": 0.0004429611435625702 + }, + "id": "tp_4195" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 524391, + "label": "I", + "classification": { + "B": 4.372188413981348e-06, + "S": 9.715677151689306e-06, + "I": 0.965580940246582, + "C": 5.8301295212004334e-05, + "R": 1.1974741937592626e-05, + "M": 0.00022858730517327785, + "O": 6.849719738966087e-06, + "W": 6.455383640968648e-07, + "N": 0.012697236612439156, + "Y": 0.0013904941733926535, + "U": 2.3370409607537113e-08, + "K": 8.240117495006416e-06, + "L": 6.17482101006317e-07, + "G": 0.00035177438985556364, + "F": 5.14524481332046e-06, + "E": 0.00827521737664938, + "T": 0.0003412094956729561, + "P": 0.010920006781816483, + "-": 0.00010868012032005936 + }, + "id": "tp_4196" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 524525, + "label": "I", + "classification": { + "B": 2.8514415717495467e-08, + "S": 3.865758344545611e-07, + "I": 0.989672064781189, + "C": 1.7412960005458444e-05, + "R": 2.3299348868022207e-06, + "M": 8.379966857319232e-06, + "O": 1.4910095558207104e-07, + "W": 9.738991835206434e-09, + "N": 0.006362567190080881, + "Y": 1.3671826309291646e-05, + "U": 3.1388492499617726e-11, + "K": 1.9435641718246188e-07, + "L": 1.1315456127647394e-08, + "G": 7.337768329307437e-05, + "F": 2.462149097937072e-07, + "E": 0.0028771269135177135, + "T": 6.0847696659038775e-06, + "P": 0.000965376733802259, + "-": 5.33002264546667e-07 + }, + "id": "tp_4197" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 524658, + "label": "I", + "classification": { + "B": 1.795418853589581e-07, + "S": 3.60930357601319e-07, + "I": 0.993339478969574, + "C": 7.63231309974799e-06, + "R": 7.315509833460965e-07, + "M": 3.346604444232071e-06, + "O": 2.2593985704588704e-07, + "W": 2.9152792180298093e-08, + "N": 0.0018408923642709851, + "Y": 5.21448328072438e-06, + "U": 3.8162598081648014e-10, + "K": 1.9057303290992422e-08, + "L": 2.9651387123408313e-08, + "G": 1.0550436854828149e-05, + "F": 8.712750343420339e-08, + "E": 0.0002653572300914675, + "T": 2.074243411698262e-06, + "P": 0.004519890062510967, + "-": 3.7604067983920686e-06 + }, + "id": "tp_4198" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 524758, + "label": "I", + "classification": { + "B": 5.0786326255547465e-09, + "S": 3.038162788016052e-07, + "I": 0.908382773399353, + "C": 2.083536628560978e-06, + "R": 2.216691825651651e-07, + "M": 5.654448614222929e-06, + "O": 1.5386443408260675e-07, + "W": 2.5944325798832324e-08, + "N": 0.006026016548275948, + "Y": 1.1288515452179126e-05, + "U": 2.505970153610093e-10, + "K": 7.338312570936978e-07, + "L": 1.1410888900442728e-09, + "G": 1.8004509456659434e-06, + "F": 9.060734100785339e-07, + "E": 0.001352159888483584, + "T": 7.591388111904962e-06, + "P": 0.08415327966213226, + "-": 5.499629332916811e-05 + }, + "id": "tp_4199" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 524892, + "label": "I", + "classification": { + "B": 3.9537064822070533e-07, + "S": 1.167112372968404e-06, + "I": 0.9525595307350159, + "C": 8.272421109722927e-05, + "R": 5.79995867155958e-06, + "M": 2.8120515707996674e-05, + "O": 1.5145817542361328e-06, + "W": 2.1291698715231178e-07, + "N": 0.031954433768987656, + "Y": 0.00034743332071229815, + "U": 1.513638103745052e-09, + "K": 2.1455685782711953e-05, + "L": 4.0493787878403964e-08, + "G": 0.0003291945031378418, + "F": 1.6327520597769762e-06, + "E": 0.01297992467880249, + "T": 4.7474848543060943e-05, + "P": 0.0016313514206558466, + "-": 7.652886779396795e-06 + }, + "id": "tp_4200" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 525025, + "label": "I", + "classification": { + "B": 2.013488265006913e-09, + "S": 3.618217725431805e-09, + "I": 0.8629769682884216, + "C": 1.5625008131792129e-07, + "R": 1.6336020536300566e-08, + "M": 1.3959501075078151e-06, + "O": 2.5670528813748206e-08, + "W": 3.7406111541571363e-10, + "N": 0.0016376884886994958, + "Y": 3.466021007625386e-05, + "U": 4.057588466610529e-12, + "K": 1.0962048158091875e-08, + "L": 1.7082964209880203e-10, + "G": 4.5957162910781335e-06, + "F": 7.366062959590636e-08, + "E": 0.00020507969020400196, + "T": 7.211909633042524e-06, + "P": 0.13508450984954834, + "-": 4.752394670504145e-05 + }, + "id": "tp_4201" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 525125, + "label": "P", + "classification": { + "B": 7.721191650489345e-06, + "S": 3.098637535003945e-05, + "I": 0.4109558165073395, + "C": 5.349086131900549e-05, + "R": 5.903675628360361e-06, + "M": 0.00023643572058063, + "O": 1.0232975910184905e-05, + "W": 5.093836534797447e-06, + "N": 0.030246920883655548, + "Y": 0.000201320624910295, + "U": 2.0038613968154095e-07, + "K": 0.00045382711687125266, + "L": 3.9397548334818566e-07, + "G": 0.0001918813941301778, + "F": 0.00017493449558969587, + "E": 0.07933309674263, + "T": 0.00015059535508044064, + "P": 0.4766436517238617, + "-": 0.0012975651770830154 + }, + "id": "tp_4202" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 525259, + "label": "I", + "classification": { + "B": 6.371760719048325e-08, + "S": 1.531814973532164e-06, + "I": 0.9780345559120178, + "C": 1.5497082131332718e-05, + "R": 3.672107141028391e-06, + "M": 4.450404048839118e-06, + "O": 5.417380748440337e-07, + "W": 1.0751654855312154e-07, + "N": 0.018301816657185555, + "Y": 5.7956571254180744e-05, + "U": 3.9086836545187964e-10, + "K": 3.517663117236225e-06, + "L": 8.83961348563389e-09, + "G": 4.67144200229086e-05, + "F": 2.80250304740548e-07, + "E": 0.0018936354899778962, + "T": 1.018471630231943e-05, + "P": 0.0016241654520854354, + "-": 1.418047645529441e-06 + }, + "id": "tp_4203" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 525392, + "label": "I", + "classification": { + "B": 0.0012717095669358969, + "S": 0.0010344216134399176, + "I": 0.7058473825454712, + "C": 0.002191464649513364, + "R": 0.0005744209047406912, + "M": 0.004316132981330156, + "O": 0.0008229215745814145, + "W": 0.0003218233759980649, + "N": 0.1081622838973999, + "Y": 0.00671046506613493, + "U": 1.5529500160482712e-05, + "K": 0.001646115561015904, + "L": 0.0001332122483290732, + "G": 0.01007178146392107, + "F": 0.0006459822761826217, + "E": 0.08547738939523697, + "T": 0.004086535889655352, + "P": 0.06476174294948578, + "-": 0.0019086434040218592 + }, + "id": "tp_4204" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 525526, + "label": "P", + "classification": { + "B": 1.0122466846951284e-05, + "S": 1.3400119314610492e-05, + "I": 0.18085280060768127, + "C": 2.8624974220292643e-05, + "R": 4.5431625039782375e-06, + "M": 0.00018136871221940964, + "O": 9.373151442559902e-06, + "W": 1.9964661532867467e-06, + "N": 0.004330444615334272, + "Y": 0.00013400943134911358, + "U": 2.80584970369091e-07, + "K": 2.2791512037656503e-06, + "L": 1.1870188245666213e-06, + "G": 5.5886994232423604e-05, + "F": 8.056873048190027e-05, + "E": 0.005753424018621445, + "T": 0.00018245854880660772, + "P": 0.802841067314148, + "-": 0.0055162194184958935 + }, + "id": "tp_4205" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 525626, + "label": "I", + "classification": { + "B": 1.2466327916627051e-06, + "S": 1.286522365262499e-05, + "I": 0.871031641960144, + "C": 0.00024820101680234075, + "R": 1.569745654705912e-05, + "M": 7.15840797056444e-05, + "O": 1.2468878594518173e-05, + "W": 1.7592316226000548e-06, + "N": 0.0719701498746872, + "Y": 0.00036904087755829096, + "U": 4.679313647670824e-08, + "K": 0.00021055627439636737, + "L": 5.271592726785457e-07, + "G": 0.0010579668451100588, + "F": 2.933034375018906e-05, + "E": 0.026738325133919716, + "T": 0.0002476434747222811, + "P": 0.027892448008060455, + "-": 8.849314326653257e-05 + }, + "id": "tp_4206" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 525759, + "label": "I", + "classification": { + "B": 1.7145133313078986e-08, + "S": 3.4801706760845263e-07, + "I": 0.9959249496459961, + "C": 4.0693894334253855e-06, + "R": 9.786188002181007e-07, + "M": 1.699132894827926e-06, + "O": 2.974389587961923e-07, + "W": 1.9257020866803032e-08, + "N": 0.003761220257729292, + "Y": 2.6973095373250544e-05, + "U": 6.742549574223489e-11, + "K": 3.086162081444854e-08, + "L": 6.095087545787692e-09, + "G": 7.223363809316652e-06, + "F": 1.988392384077997e-08, + "E": 1.856990456872154e-05, + "T": 8.4913717728341e-06, + "P": 0.0002444043930154294, + "-": 7.293828616639075e-07 + }, + "id": "tp_4207" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 525893, + "label": "I", + "classification": { + "B": 4.9504286087076466e-11, + "S": 3.863887543253952e-10, + "I": 0.9949070811271667, + "C": 2.3994285669459714e-08, + "R": 1.1610488126478913e-09, + "M": 3.057026987107747e-08, + "O": 2.9387284272708314e-10, + "W": 1.4119757446584558e-11, + "N": 0.0006411090143956244, + "Y": 6.268579113566375e-07, + "U": 3.497655520789435e-14, + "K": 4.396316088950414e-10, + "L": 1.6164306221658209e-12, + "G": 9.829899738633685e-08, + "F": 5.566004324109031e-10, + "E": 6.255035259528086e-05, + "T": 8.034369614051684e-08, + "P": 0.00438830628991127, + "-": 6.754644488182748e-08 + }, + "id": "tp_4208" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 526026, + "label": "I", + "classification": { + "B": 2.001811765239836e-07, + "S": 1.8157064118895505e-07, + "I": 0.9790235757827759, + "C": 3.8017937185941264e-05, + "R": 1.3112354508848512e-06, + "M": 2.6544114007265307e-05, + "O": 4.469835346299078e-07, + "W": 5.095818167433208e-08, + "N": 0.002935099182650447, + "Y": 9.854024392552674e-05, + "U": 2.2282020673003444e-09, + "K": 1.4778997581288422e-07, + "L": 3.081657595771503e-08, + "G": 3.327670128783211e-05, + "F": 2.6048658696709026e-07, + "E": 0.0040816557593643665, + "T": 2.12491286220029e-05, + "P": 0.013715499080717564, + "-": 2.394829243712593e-05 + }, + "id": "tp_4209" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 526126, + "label": "P", + "classification": { + "B": 5.5013126257108524e-05, + "S": 1.257537860510638e-05, + "I": 0.11846323311328888, + "C": 1.9364979380043224e-05, + "R": 1.5480013644264545e-06, + "M": 0.00028585843392647803, + "O": 1.2119588973291684e-05, + "W": 3.3915964650077512e-06, + "N": 0.004820612724870443, + "Y": 0.0003187687834724784, + "U": 1.237381610508237e-07, + "K": 3.576779636205174e-05, + "L": 1.4642631640526815e-06, + "G": 0.000595829333178699, + "F": 0.0002759135968517512, + "E": 0.23366348445415497, + "T": 8.668401278555393e-05, + "P": 0.6371412873268127, + "-": 0.004207021556794643 + }, + "id": "tp_4210" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 526260, + "label": "I", + "classification": { + "B": 3.2508844469703035e-06, + "S": 3.179268787789624e-06, + "I": 0.963364839553833, + "C": 0.00028455493156798184, + "R": 1.861099553934764e-05, + "M": 0.00031623319955542684, + "O": 3.7329914448491763e-06, + "W": 3.87563972026328e-07, + "N": 0.007866587489843369, + "Y": 0.0004461353528313339, + "U": 2.4548910459998297e-08, + "K": 1.0778117029985879e-06, + "L": 9.081053917725512e-07, + "G": 0.0002525945601519197, + "F": 3.208861471648561e-06, + "E": 0.013018200173974037, + "T": 0.00012494288966991007, + "P": 0.014228392392396927, + "-": 6.326522270683199e-05 + }, + "id": "tp_4211" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 526393, + "label": "I", + "classification": { + "B": 3.574726576971443e-07, + "S": 9.099770750253811e-07, + "I": 0.9851264953613281, + "C": 2.0626264813472517e-05, + "R": 2.178067916247528e-06, + "M": 5.217093712417409e-05, + "O": 4.948487912770361e-07, + "W": 7.040033978000793e-08, + "N": 0.002661431208252907, + "Y": 4.7643141442677006e-05, + "U": 6.610592628852885e-10, + "K": 6.861753121256697e-08, + "L": 5.3162661828309865e-08, + "G": 2.397649768681731e-05, + "F": 5.498029054251674e-07, + "E": 0.0026812180876731873, + "T": 1.5298215657821856e-05, + "P": 0.009351116605103016, + "-": 1.5343772247433662e-05 + }, + "id": "tp_4212" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 526527, + "label": "I", + "classification": { + "B": 0.0004386013897601515, + "S": 2.3501717805629596e-05, + "I": 0.5537896752357483, + "C": 0.004551947116851807, + "R": 0.0002907804155256599, + "M": 0.005849940236657858, + "O": 8.002888353075832e-05, + "W": 1.5467609046027064e-05, + "N": 0.006388405337929726, + "Y": 0.001279453281313181, + "U": 3.4685867831285577e-06, + "K": 8.50869037094526e-06, + "L": 6.394671072484925e-05, + "G": 0.0035855104215443134, + "F": 0.0002094599331030622, + "E": 0.14768734574317932, + "T": 0.0010279612615704536, + "P": 0.2682742178440094, + "-": 0.006431667134165764 + }, + "id": "tp_4213" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 526627, + "label": "I", + "classification": { + "B": 1.0943304005195387e-06, + "S": 1.3324606698006392e-05, + "I": 0.967021644115448, + "C": 6.116070289863274e-05, + "R": 6.710091383865802e-06, + "M": 2.736958776949905e-05, + "O": 8.25037386675831e-06, + "W": 1.4535343098032172e-06, + "N": 0.030151473358273506, + "Y": 0.00047745267511345446, + "U": 7.200150253794391e-09, + "K": 3.396065494598588e-06, + "L": 1.0633407043769694e-07, + "G": 7.056370668578893e-05, + "F": 4.904118782178557e-07, + "E": 0.0006204699166119099, + "T": 0.00011304483632557094, + "P": 0.0014150745701044798, + "-": 6.9529401116597e-06 + }, + "id": "tp_4214" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 526760, + "label": "I", + "classification": { + "B": 7.363926215475658e-07, + "S": 3.916260993719334e-06, + "I": 0.9903333783149719, + "C": 1.3067643521935679e-05, + "R": 3.787702780755353e-06, + "M": 1.904265081975609e-05, + "O": 1.361024146717682e-06, + "W": 3.4872977039412945e-07, + "N": 0.005949297919869423, + "Y": 1.3244434740045108e-05, + "U": 1.4340572063176182e-09, + "K": 8.673483762322576e-07, + "L": 4.24787565123097e-08, + "G": 2.3056030840962194e-05, + "F": 5.093575623504876e-07, + "E": 0.0002485284931026399, + "T": 1.4491321962850634e-05, + "P": 0.003365356009453535, + "-": 9.011760994326323e-06 + }, + "id": "tp_4215" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 526894, + "label": "I", + "classification": { + "B": 9.08343764649544e-08, + "S": 2.319450004506507e-06, + "I": 0.7864155173301697, + "C": 4.6481218305416405e-06, + "R": 2.4514059759894735e-07, + "M": 3.915122761100065e-06, + "O": 4.3317263020981045e-07, + "W": 2.2064178040182014e-07, + "N": 0.09026673436164856, + "Y": 8.015124330995604e-05, + "U": 6.395020069049906e-10, + "K": 9.594504081178457e-05, + "L": 3.0343889623196674e-09, + "G": 6.193171429913491e-05, + "F": 6.167957963043591e-06, + "E": 0.04129673168063164, + "T": 1.1148234079882968e-05, + "P": 0.08174261450767517, + "-": 1.1202075256733224e-05 + }, + "id": "tp_4216" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 527027, + "label": "I", + "classification": { + "B": 7.448475258797771e-08, + "S": 1.550824163132347e-05, + "I": 0.7480336427688599, + "C": 4.5878618948336225e-06, + "R": 2.39358382714272e-06, + "M": 9.480422704655211e-06, + "O": 5.484504072228447e-06, + "W": 1.0818029068104806e-06, + "N": 0.12074020504951477, + "Y": 8.841341332299635e-05, + "U": 6.177238276450225e-09, + "K": 0.00010895766899921, + "L": 1.0583041110123759e-08, + "G": 1.9196913854102604e-05, + "F": 6.6988450271310285e-06, + "E": 0.0015123906778171659, + "T": 0.00011441174865467474, + "P": 0.1291857659816742, + "-": 0.00015172612620517612 + }, + "id": "tp_4217" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 527127, + "label": "I", + "classification": { + "B": 3.0371252388028402e-12, + "S": 5.699309912898798e-10, + "I": 0.9900868535041809, + "C": 1.0121202764779014e-09, + "R": 3.496671702185594e-11, + "M": 1.9824527797140945e-08, + "O": 8.577568516576761e-11, + "W": 2.3996785461499748e-12, + "N": 0.0006703748949803412, + "Y": 2.828786875852529e-07, + "U": 7.272508418095175e-16, + "K": 1.5801165931250694e-10, + "L": 1.6401498757236121e-13, + "G": 1.4124538871840286e-08, + "F": 4.116404161980114e-10, + "E": 0.0001587289443705231, + "T": 6.296150445450621e-08, + "P": 0.009083614684641361, + "-": 6.456742340787969e-08 + }, + "id": "tp_4218" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 527261, + "label": "P", + "classification": { + "B": 1.8786286091199145e-05, + "S": 6.847046279290225e-06, + "I": 0.10448329150676727, + "C": 9.962127478502225e-06, + "R": 1.302752593801415e-06, + "M": 1.3270801900944207e-05, + "O": 3.548774429873447e-06, + "W": 1.7256970750167966e-06, + "N": 0.0019406912615522742, + "Y": 1.3035188203502912e-05, + "U": 1.300205099141749e-07, + "K": 4.4201678406352585e-07, + "L": 7.901254548414727e-07, + "G": 3.504893902572803e-05, + "F": 1.5418905604747124e-05, + "E": 0.002217637374997139, + "T": 1.7699136151350103e-05, + "P": 0.8905590772628784, + "-": 0.0006613419391214848 + }, + "id": "tp_4219" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 527394, + "label": "P", + "classification": { + "B": 2.112409163146367e-07, + "S": 6.011676489947604e-09, + "I": 0.061409495770931244, + "C": 4.428568445291603e-06, + "R": 5.2844438158672347e-08, + "M": 2.588347115306533e-06, + "O": 2.1886236822865612e-08, + "W": 1.8597179352042303e-09, + "N": 0.00017169647617265582, + "Y": 2.308523335159407e-06, + "U": 2.4862432113081923e-09, + "K": 3.0557075092474406e-08, + "L": 8.00822963498149e-09, + "G": 1.7477033907198347e-05, + "F": 1.524556410004152e-06, + "E": 0.005605089478194714, + "T": 1.8761307956083328e-06, + "P": 0.9323828816413879, + "-": 0.0004001660563517362 + }, + "id": "tp_4220" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 527528, + "label": "I", + "classification": { + "B": 4.098747012903914e-07, + "S": 2.9472896585502895e-06, + "I": 0.9273361563682556, + "C": 0.0001036150279105641, + "R": 9.905243132379837e-06, + "M": 5.661149771185592e-05, + "O": 2.9095822355884593e-06, + "W": 5.975181238682126e-07, + "N": 0.017349187284708023, + "Y": 0.0003797821409534663, + "U": 2.2295884249956543e-08, + "K": 4.9435897381044924e-05, + "L": 9.298550196490396e-08, + "G": 0.0001285918988287449, + "F": 1.7146272512036376e-05, + "E": 0.01048040296882391, + "T": 0.00011224277113797143, + "P": 0.04368332028388977, + "-": 0.00028668701997958124 + }, + "id": "tp_4221" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 527628, + "label": "I", + "classification": { + "B": 1.258097910294964e-07, + "S": 7.984093826962635e-06, + "I": 0.968159556388855, + "C": 5.828411758557195e-06, + "R": 4.000154604000272e-06, + "M": 2.150229374819901e-05, + "O": 4.211922259855783e-06, + "W": 3.772647403366136e-07, + "N": 0.02172699198126793, + "Y": 0.0004178105155006051, + "U": 1.7438114285894812e-09, + "K": 3.4959782624355284e-06, + "L": 3.702185225051835e-08, + "G": 3.309927342343144e-05, + "F": 1.0277852879880811e-06, + "E": 0.000267216470092535, + "T": 0.00014113986981101334, + "P": 0.009179029613733292, + "-": 2.670873982424382e-05 + }, + "id": "tp_4222" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 527761, + "label": "P", + "classification": { + "B": 1.9088725267124573e-08, + "S": 4.959610944155202e-09, + "I": 0.008960886858403683, + "C": 2.6637852101885073e-07, + "R": 5.846168882328584e-09, + "M": 8.423342023888836e-07, + "O": 1.4163909156650334e-08, + "W": 2.315195368751688e-09, + "N": 5.789145870949142e-05, + "Y": 2.2744065972801764e-06, + "U": 5.39975952840166e-10, + "K": 5.208576325799186e-08, + "L": 1.4838885675771962e-09, + "G": 1.7203424249601085e-06, + "F": 2.4599094103905372e-06, + "E": 0.003488138783723116, + "T": 1.0992658872055472e-06, + "P": 0.9864570498466492, + "-": 0.0010272208601236343 + }, + "id": "tp_4223" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 527895, + "label": "P", + "classification": { + "B": 1.3102436241752002e-05, + "S": 8.43536872707773e-06, + "I": 0.07548206299543381, + "C": 2.766734360193368e-05, + "R": 3.2968073355732486e-06, + "M": 0.00015042410814203322, + "O": 5.265867002890445e-06, + "W": 9.221032541972818e-07, + "N": 0.002772059291601181, + "Y": 5.1593175157904625e-05, + "U": 3.211853254470043e-07, + "K": 4.240429007040802e-06, + "L": 1.4504838645734708e-06, + "G": 0.0001521226658951491, + "F": 8.303984941449016e-05, + "E": 0.01830565370619297, + "T": 0.00013326099724508822, + "P": 0.9003452658653259, + "-": 0.0024597360752522945 + }, + "id": "tp_4224" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 528028, + "label": "P", + "classification": { + "B": 1.7230766147235954e-08, + "S": 3.295010264636744e-09, + "I": 0.0013592108152806759, + "C": 1.1814501377216402e-08, + "R": 6.377989802963668e-10, + "M": 2.2749375716557552e-07, + "O": 1.791798354133789e-08, + "W": 5.297330907261255e-10, + "N": 1.6277826944133267e-05, + "Y": 6.425224796657858e-08, + "U": 1.101739359465892e-11, + "K": 1.1683329304013057e-10, + "L": 2.902316165176444e-10, + "G": 1.830475895303607e-07, + "F": 2.5637447720328055e-07, + "E": 0.00012985347711946815, + "T": 1.4759727662294608e-07, + "P": 0.9980968832969666, + "-": 0.0003969247918576002 + }, + "id": "tp_4225" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 528128, + "label": "P", + "classification": { + "B": 5.034534567016635e-09, + "S": 5.3645649700229114e-08, + "I": 0.07702042162418365, + "C": 2.8565199272634345e-07, + "R": 4.5556181049732913e-08, + "M": 7.224517730719526e-07, + "O": 9.348644169904219e-08, + "W": 7.828218073768767e-09, + "N": 0.0007697921828366816, + "Y": 7.546284450654639e-06, + "U": 4.4474351978962545e-10, + "K": 1.9820092234112963e-07, + "L": 1.1555367773752323e-09, + "G": 2.064405180135509e-06, + "F": 3.5011880754609592e-06, + "E": 0.00019544706447049975, + "T": 6.307718649622984e-06, + "P": 0.9210571646690369, + "-": 0.0009363694116473198 + }, + "id": "tp_4226" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 528262, + "label": "P", + "classification": { + "B": 4.0392723832383126e-08, + "S": 2.6984412215824705e-07, + "I": 0.10237861424684525, + "C": 6.231582574400818e-07, + "R": 2.599524009383458e-07, + "M": 3.1383185614686226e-06, + "O": 4.2797597643584595e-07, + "W": 3.233782663869533e-08, + "N": 0.0031089780386537313, + "Y": 1.1836833436973393e-05, + "U": 1.903577961925862e-09, + "K": 1.5283278571587289e-06, + "L": 2.8527893380925207e-09, + "G": 5.688611963705625e-06, + "F": 4.682109647546895e-06, + "E": 0.000498451292514801, + "T": 1.1808994713646825e-05, + "P": 0.8932658433914185, + "-": 0.0007076827459968626 + }, + "id": "tp_4227" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 528395, + "label": "P", + "classification": { + "B": 6.380654227200466e-09, + "S": 6.901925786451102e-08, + "I": 0.000649274792522192, + "C": 3.1669415978541338e-09, + "R": 4.851921642234913e-10, + "M": 9.474983642121515e-08, + "O": 1.3779966501203944e-08, + "W": 1.9520938199235616e-09, + "N": 4.1396517190150917e-05, + "Y": 1.30513697627066e-07, + "U": 2.252208142206058e-10, + "K": 7.317148487118175e-08, + "L": 1.4615564314368612e-10, + "G": 9.554379687415349e-08, + "F": 1.7645364778218209e-06, + "E": 9.350956679554656e-05, + "T": 4.233316417412425e-07, + "P": 0.9988904595375061, + "-": 0.0003225681430194527 + }, + "id": "tp_4228" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 528529, + "label": "P", + "classification": { + "B": 1.4032868833960266e-12, + "S": 3.280701058039348e-11, + "I": 0.0033373076003044844, + "C": 1.704109292913203e-12, + "R": 1.416357265845991e-13, + "M": 1.0341220935128348e-10, + "O": 5.399063574690333e-12, + "W": 3.03463526009351e-13, + "N": 1.1960039955738466e-05, + "Y": 1.4188585861774072e-09, + "U": 5.218309525402464e-16, + "K": 1.7788923112327382e-11, + "L": 3.64012112621004e-15, + "G": 8.839799725546271e-11, + "F": 4.877392378865864e-10, + "E": 1.938136165335891e-06, + "T": 2.057178871694987e-09, + "P": 0.9966468214988708, + "-": 2.0004488305858104e-06 + }, + "id": "tp_4229" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 528629, + "label": "I", + "classification": { + "B": 1.6248229428583727e-07, + "S": 8.110582712106407e-07, + "I": 0.8125797510147095, + "C": 7.567901434413216e-07, + "R": 4.140637699379113e-08, + "M": 1.2869812735516462e-06, + "O": 1.1528907606361827e-07, + "W": 1.466437993258296e-08, + "N": 0.01857701875269413, + "Y": 2.4568396838731132e-05, + "U": 2.4086221905861294e-10, + "K": 7.423513466164877e-07, + "L": 1.706511043586545e-09, + "G": 1.1640970114967786e-05, + "F": 5.464372634378378e-07, + "E": 0.003658792469650507, + "T": 9.247620255337097e-06, + "P": 0.165117546916008, + "-": 1.6938804037636146e-05 + }, + "id": "tp_4230" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 528762, + "label": "P", + "classification": { + "B": 3.791994913626695e-07, + "S": 2.8544317842715827e-07, + "I": 0.007404345087707043, + "C": 1.1200584140169667e-06, + "R": 5.6559294137059624e-08, + "M": 6.703080998704536e-06, + "O": 3.1305165748563013e-07, + "W": 5.7693199551067664e-08, + "N": 0.0003466987400315702, + "Y": 4.169780822849134e-06, + "U": 1.2899465495763707e-08, + "K": 8.168236149685981e-07, + "L": 1.3554773303781076e-08, + "G": 5.26499752595555e-06, + "F": 1.4927248230378609e-05, + "E": 0.00267287390306592, + "T": 7.434763574565295e-06, + "P": 0.9876793026924133, + "-": 0.0018552748952060938 + }, + "id": "tp_4231" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 528896, + "label": "P", + "classification": { + "B": 3.409716953228781e-07, + "S": 2.7396421131697934e-08, + "I": 0.133241206407547, + "C": 2.7513397071743384e-05, + "R": 2.4887970084819244e-07, + "M": 0.000216804604860954, + "O": 2.064200401719063e-07, + "W": 1.0630007096779082e-08, + "N": 0.00048369832802563906, + "Y": 3.5126464354107156e-05, + "U": 1.9464720946160696e-09, + "K": 1.9211933022234007e-07, + "L": 1.312615527382377e-08, + "G": 2.482160198269412e-05, + "F": 4.236165295878891e-06, + "E": 0.07313485443592072, + "T": 1.82040184881771e-05, + "P": 0.789406955242157, + "-": 0.003405418014153838 + }, + "id": "tp_4232" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 529029, + "label": "I", + "classification": { + "B": 1.2048256394336931e-05, + "S": 5.939041875535622e-05, + "I": 0.9173873066902161, + "C": 0.0008121676510199904, + "R": 0.00022487534442916512, + "M": 0.00017985411977861077, + "O": 6.661810039076954e-05, + "W": 1.0305469913873821e-05, + "N": 0.058913350105285645, + "Y": 0.0004077824705746025, + "U": 4.0987848137774563e-07, + "K": 5.524841617443599e-05, + "L": 5.715163297281833e-06, + "G": 0.0019434159621596336, + "F": 2.5377348720212467e-05, + "E": 0.007247993256896734, + "T": 0.0002473900094628334, + "P": 0.012324073351919651, + "-": 7.661797280889004e-05 + }, + "id": "tp_4233" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 529129, + "label": "P", + "classification": { + "B": 5.043458983777782e-09, + "S": 3.169183671047904e-08, + "I": 0.043633755296468735, + "C": 9.717021498545364e-08, + "R": 1.1495856711007946e-08, + "M": 4.790043135471933e-07, + "O": 1.887672596012635e-08, + "W": 4.286439203582404e-09, + "N": 0.0009034202084876597, + "Y": 1.8316760588277248e-06, + "U": 1.5140372289224047e-10, + "K": 7.602117193528102e-07, + "L": 1.5157998467518752e-10, + "G": 5.712448682970717e-07, + "F": 2.418665872028214e-06, + "E": 0.0014116608072072268, + "T": 4.873899683843774e-07, + "P": 0.9538658261299133, + "-": 0.00017873830802273005 + }, + "id": "tp_4234" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 529263, + "label": "P", + "classification": { + "B": 4.1327261057766407e-10, + "S": 9.69057722954858e-10, + "I": 0.0003653930325526744, + "C": 7.450643435547022e-10, + "R": 1.337810556778507e-10, + "M": 1.614023048546187e-08, + "O": 5.386206480828548e-10, + "W": 1.389723891520589e-10, + "N": 1.4362013644131366e-05, + "Y": 3.3448600333940703e-08, + "U": 1.7803465299226495e-11, + "K": 5.930158408773423e-08, + "L": 6.929222820528658e-12, + "G": 1.90050037929268e-08, + "F": 4.768941721522424e-07, + "E": 0.00019601744133979082, + "T": 4.753795934675509e-08, + "P": 0.9992306232452393, + "-": 0.00019308930495753884 + }, + "id": "tp_4235" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 529396, + "label": "P", + "classification": { + "B": 1.4293208323579165e-06, + "S": 2.2785352484788746e-06, + "I": 0.062442176043987274, + "C": 1.0205119451711653e-06, + "R": 1.5983189882717852e-07, + "M": 7.497767455788562e-06, + "O": 4.484939779558772e-07, + "W": 2.5944660819732235e-07, + "N": 0.002042192267253995, + "Y": 2.2763950255466625e-05, + "U": 1.769389434969071e-08, + "K": 5.195245648792479e-06, + "L": 2.0429391511811446e-08, + "G": 6.864529495942406e-06, + "F": 1.6033769497880712e-05, + "E": 0.0022063537035137415, + "T": 1.774817064870149e-05, + "P": 0.9323673844337463, + "-": 0.0008602252346463501 + }, + "id": "tp_4236" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 529530, + "label": "P", + "classification": { + "B": 3.4261436354654506e-08, + "S": 6.4479168671027765e-09, + "I": 0.01021282933652401, + "C": 7.860600135245477e-07, + "R": 4.464512315394131e-08, + "M": 1.432069893780863e-06, + "O": 7.324911166506354e-08, + "W": 3.0514901716571785e-09, + "N": 4.099722355022095e-05, + "Y": 4.972830083715962e-06, + "U": 1.10462228253283e-09, + "K": 6.2794063282467505e-09, + "L": 8.512305527119679e-09, + "G": 4.447378614713671e-06, + "F": 2.96626535600808e-06, + "E": 0.0002721019845921546, + "T": 4.379226083983667e-06, + "P": 0.9847027659416199, + "-": 0.0047522070817649364 + }, + "id": "tp_4237" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 529630, + "label": "P", + "classification": { + "B": 7.739986784827124e-08, + "S": 7.237591717057512e-07, + "I": 0.10013023018836975, + "C": 1.872090251708869e-07, + "R": 6.215518766339301e-08, + "M": 9.110062819672748e-07, + "O": 3.0828252306491777e-07, + "W": 1.243471956513531e-07, + "N": 0.0024539781734347343, + "Y": 1.4667961067971191e-06, + "U": 1.6634684740779448e-09, + "K": 1.1635270311671775e-06, + "L": 2.0068666728434437e-09, + "G": 7.836861186660826e-07, + "F": 2.554198317739065e-06, + "E": 0.00028044116334058344, + "T": 9.109555321629159e-06, + "P": 0.8966765403747559, + "-": 0.0004414267314132303 + }, + "id": "tp_4238" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 529763, + "label": "P", + "classification": { + "B": 2.2217832018611716e-09, + "S": 2.539951360347459e-09, + "I": 0.3109818994998932, + "C": 7.264071655299631e-07, + "R": 1.2527381798577153e-08, + "M": 3.224580780170072e-07, + "O": 2.426029599433832e-09, + "W": 9.996574679149717e-10, + "N": 0.002793117193505168, + "Y": 4.6334944272530265e-06, + "U": 3.383678406909674e-11, + "K": 3.328861794216209e-06, + "L": 2.9050699346111486e-11, + "G": 1.0738285709521733e-06, + "F": 1.064968046193826e-06, + "E": 0.015757277607917786, + "T": 3.917559467936371e-07, + "P": 0.6704069972038269, + "-": 4.9190042773261666e-05 + }, + "id": "tp_4239" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 529897, + "label": "P", + "classification": { + "B": 3.367687497757288e-07, + "S": 1.2361013546069444e-07, + "I": 0.0014173852978274226, + "C": 8.875950356923568e-07, + "R": 5.030011962503522e-08, + "M": 5.178254127713444e-07, + "O": 2.787534754133958e-07, + "W": 6.771681171358068e-08, + "N": 0.00011956456728512421, + "Y": 2.961723168937169e-07, + "U": 1.597451593227106e-08, + "K": 1.9520629734870454e-07, + "L": 1.20768639533253e-08, + "G": 2.0322620457591256e-06, + "F": 1.0761621524579823e-05, + "E": 0.00036662339698523283, + "T": 1.8603948319650954e-06, + "P": 0.9955119490623474, + "-": 0.0025670547038316727 + }, + "id": "tp_4240" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 530030, + "label": "P", + "classification": { + "B": 4.8168691257899354e-09, + "S": 1.3079130667392747e-08, + "I": 0.17891529202461243, + "C": 4.797055908056791e-07, + "R": 1.43727003631966e-08, + "M": 5.703902843379183e-07, + "O": 3.461068587284899e-08, + "W": 3.4815916816199888e-09, + "N": 0.001214148593135178, + "Y": 1.0274914529873058e-05, + "U": 1.6473149233586781e-10, + "K": 2.0838504610765085e-07, + "L": 4.253254415331753e-10, + "G": 2.2396798158297315e-06, + "F": 1.0373862551205093e-06, + "E": 0.0016448780661448836, + "T": 2.515350615794887e-06, + "P": 0.817766010761261, + "-": 0.0004422514757607132 + }, + "id": "tp_4241" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 530130, + "label": "P", + "classification": { + "B": 1.3901720876674517e-06, + "S": 1.3556835938288714e-06, + "I": 0.165079727768898, + "C": 1.4398301573237404e-05, + "R": 1.670862275204854e-06, + "M": 6.401048449333757e-05, + "O": 1.7316091316388338e-06, + "W": 1.3190906145155168e-07, + "N": 0.00324477581307292, + "Y": 0.00015151940169744194, + "U": 2.1616727963191806e-08, + "K": 1.1502816050779074e-06, + "L": 1.3716606872549164e-07, + "G": 9.397203393746167e-05, + "F": 2.691445297386963e-05, + "E": 0.006990998052060604, + "T": 9.668319398770109e-05, + "P": 0.8223069906234741, + "-": 0.0019223110284656286 + }, + "id": "tp_4242" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 530264, + "label": "P", + "classification": { + "B": 1.3708691959379848e-08, + "S": 5.027817273628443e-09, + "I": 0.014188891276717186, + "C": 2.53285730167363e-08, + "R": 9.393051891848359e-10, + "M": 2.2865935989102582e-07, + "O": 3.601035913902706e-08, + "W": 7.49898476648525e-10, + "N": 0.0001311582891503349, + "Y": 4.1852754861793073e-07, + "U": 1.9203881540530432e-11, + "K": 6.350397430132659e-10, + "L": 2.2964942447689651e-10, + "G": 4.897116241409094e-07, + "F": 1.0494818525330629e-07, + "E": 4.114055627724156e-05, + "T": 8.214777835746645e-07, + "P": 0.985445499420166, + "-": 0.00019110646098852158 + }, + "id": "tp_4243" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 530397, + "label": "P", + "classification": { + "B": 1.611972444415244e-09, + "S": 2.2356130280343223e-09, + "I": 0.0002439452218823135, + "C": 2.2378452868565546e-08, + "R": 1.4984252727501257e-09, + "M": 2.3104460566969465e-08, + "O": 1.1799770938125675e-08, + "W": 8.14900369405791e-10, + "N": 3.5192454106436344e-06, + "Y": 9.093515984659462e-08, + "U": 2.1876510325480325e-10, + "K": 3.644974322369876e-10, + "L": 6.894106951982337e-10, + "G": 6.195292456823154e-08, + "F": 8.481041504637687e-07, + "E": 7.111329068720806e-06, + "T": 3.873051355185453e-07, + "P": 0.997329831123352, + "-": 0.0024141448084264994 + }, + "id": "tp_4244" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 530531, + "label": "P", + "classification": { + "B": 1.3225874839761786e-09, + "S": 3.77168429821495e-09, + "I": 0.00045934683294035494, + "C": 1.7700336751858003e-09, + "R": 2.384362152163533e-10, + "M": 2.5552848725851618e-08, + "O": 1.98190885924987e-09, + "W": 8.714563098921602e-11, + "N": 1.595229514350649e-05, + "Y": 9.51738670096347e-08, + "U": 1.513330259717005e-11, + "K": 4.369400841142124e-09, + "L": 5.778141159984429e-11, + "G": 1.1229933249978785e-07, + "F": 1.9587396309361793e-06, + "E": 9.57941374508664e-05, + "T": 1.8478831975698995e-07, + "P": 0.9990907907485962, + "-": 0.00033582726609893143 + }, + "id": "tp_4245" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 530631, + "label": "P", + "classification": { + "B": 3.709318616151869e-11, + "S": 1.0399202115748962e-12, + "I": 4.8952511860989034e-05, + "C": 2.7889424103477722e-09, + "R": 2.7448841810606694e-11, + "M": 5.618976395282971e-09, + "O": 9.576476417416657e-11, + "W": 1.5507271031514613e-12, + "N": 1.5286487098364887e-07, + "Y": 2.905058416047268e-08, + "U": 1.683712631123102e-12, + "K": 7.268188828568611e-11, + "L": 2.6869752083047427e-12, + "G": 2.1391446836105388e-08, + "F": 2.030574677291952e-07, + "E": 3.5317290894454345e-05, + "T": 7.242428878839746e-09, + "P": 0.9984941482543945, + "-": 0.0014211648376658559 + }, + "id": "tp_4246" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 530764, + "label": "P", + "classification": { + "B": 1.37814748502052e-09, + "S": 5.702527894335674e-10, + "I": 0.014630592428147793, + "C": 1.5626693539161352e-07, + "R": 4.351449423012355e-09, + "M": 4.187435251878924e-07, + "O": 4.61805838014584e-09, + "W": 3.542259263689118e-10, + "N": 4.671136775868945e-05, + "Y": 7.527850698352268e-07, + "U": 9.298579961569686e-11, + "K": 7.207560770439159e-09, + "L": 2.4054133684892065e-10, + "G": 3.018381278252491e-07, + "F": 4.76748340361155e-07, + "E": 0.0009567541419528425, + "T": 4.7537815817122464e-07, + "P": 0.9837899804115295, + "-": 0.0005734968581236899 + }, + "id": "tp_4247" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 530898, + "label": "P", + "classification": { + "B": 1.6202307051571552e-07, + "S": 1.3545644605983398e-07, + "I": 0.04580821096897125, + "C": 3.534600637067342e-06, + "R": 4.452557220702147e-07, + "M": 1.1919508324353956e-05, + "O": 7.126425316528184e-07, + "W": 9.647548893099156e-08, + "N": 0.0012060841545462608, + "Y": 2.222910916316323e-05, + "U": 1.1375610675656844e-08, + "K": 2.5477668259554775e-06, + "L": 1.8319417094403434e-08, + "G": 1.2169481124146841e-05, + "F": 2.570053402450867e-05, + "E": 0.003020930802449584, + "T": 2.1055431716376916e-05, + "P": 0.9460982084274292, + "-": 0.003765878500416875 + }, + "id": "tp_4248" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 531031, + "label": "I", + "classification": { + "B": 4.236312452121638e-05, + "S": 2.0589903215295635e-05, + "I": 0.4414989948272705, + "C": 0.002027669223025441, + "R": 0.0003168323601130396, + "M": 0.0034123000223189592, + "O": 0.00017684495833236724, + "W": 1.5837176761124283e-05, + "N": 0.003505478147417307, + "Y": 0.017640171572566032, + "U": 6.611790468014078e-06, + "K": 3.0508213967550546e-05, + "L": 5.2319061069283634e-05, + "G": 0.004515621345490217, + "F": 0.001418805681169033, + "E": 0.016874423250555992, + "T": 0.007191467564553022, + "P": 0.3560304641723633, + "-": 0.14522257447242737 + }, + "id": "tp_4249" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 531131, + "label": "P", + "classification": { + "B": 5.493873800332949e-09, + "S": 1.9689390395871698e-10, + "I": 0.00012049552606185898, + "C": 2.7110894862403256e-08, + "R": 5.43759703930391e-10, + "M": 1.5619048099324573e-07, + "O": 4.147626686545891e-09, + "W": 1.462318044431754e-10, + "N": 1.0356194479754777e-06, + "Y": 2.386567814482987e-07, + "U": 1.557345086222739e-10, + "K": 1.4010479443271606e-09, + "L": 3.308111840016892e-10, + "G": 5.709206902793085e-07, + "F": 2.2176197944645537e-06, + "E": 0.00014738197205588222, + "T": 2.643229777277156e-07, + "P": 0.9948388934135437, + "-": 0.004888702649623156 + }, + "id": "tp_4250" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 531265, + "label": "P", + "classification": { + "B": 3.851188739645295e-05, + "S": 7.704159361310303e-05, + "I": 0.2154221385717392, + "C": 0.00020872688037343323, + "R": 3.733867924893275e-05, + "M": 0.0005271537229418755, + "O": 5.736235834774561e-05, + "W": 1.7278598534176126e-05, + "N": 0.010440620593726635, + "Y": 0.0009690510923974216, + "U": 2.8452416245272616e-06, + "K": 6.487478094641119e-05, + "L": 7.92286573414458e-06, + "G": 0.0005379454814828932, + "F": 0.00037675609928555787, + "E": 0.014300912618637085, + "T": 0.0006865070899948478, + "P": 0.7463924288749695, + "-": 0.009834571741521358 + }, + "id": "tp_4251" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 531398, + "label": "-", + "classification": { + "B": 0.000433613546192646, + "S": 0.0005063307471573353, + "I": 0.04171951487660408, + "C": 0.006551360245794058, + "R": 0.003417522646486759, + "M": 0.013356977142393589, + "O": 0.0034804698079824448, + "W": 0.0006619996856898069, + "N": 0.004101578611880541, + "Y": 0.040978215634822845, + "U": 0.0005413898034021258, + "K": 0.0009067562641575933, + "L": 0.0015910411020740867, + "G": 0.014805923216044903, + "F": 0.022436778992414474, + "E": 0.012615276500582695, + "T": 0.03346353396773338, + "P": 0.27856969833374023, + "-": 0.5198621153831482 + }, + "id": "tp_4252" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 531532, + "label": "P", + "classification": { + "B": 5.18585181907838e-07, + "S": 6.371053586917697e-07, + "I": 0.0022810737136751413, + "C": 6.037485491106054e-06, + "R": 6.289116072366596e-07, + "M": 3.317587834317237e-05, + "O": 2.3859972770878812e-06, + "W": 4.756936107241927e-07, + "N": 0.00012572338164318353, + "Y": 3.879511496052146e-05, + "U": 1.4960586725010216e-07, + "K": 1.1059633834520355e-05, + "L": 2.2428341139857366e-07, + "G": 3.8426380342571065e-05, + "F": 0.000863081484567374, + "E": 0.00745836878195405, + "T": 2.41304405790288e-05, + "P": 0.9483143091201782, + "-": 0.040800824761390686 + }, + "id": "tp_4253" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 531632, + "label": "P", + "classification": { + "B": 0.0006566555239260197, + "S": 0.0007840630714781582, + "I": 0.046075742691755295, + "C": 0.006818086840212345, + "R": 0.0013667582534253597, + "M": 0.0046156588941812515, + "O": 0.0016308779595419765, + "W": 0.0010304973693564534, + "N": 0.011711683124303818, + "Y": 0.022227847948670387, + "U": 0.0009421004797331989, + "K": 0.011191603727638721, + "L": 0.0006108187953941524, + "G": 0.00834051612764597, + "F": 0.054711826145648956, + "E": 0.06825416535139084, + "T": 0.011471486650407314, + "P": 0.4432663917541504, + "-": 0.3042932152748108 + }, + "id": "tp_4254" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 531765, + "label": "P", + "classification": { + "B": 0.0011727201053872705, + "S": 1.5234126294672024e-05, + "I": 0.0025554392486810684, + "C": 0.0001669866469455883, + "R": 2.24844097829191e-05, + "M": 0.0008697367156855762, + "O": 0.0002971400390379131, + "W": 1.8632021237863228e-05, + "N": 0.00011713390267686918, + "Y": 0.0015386055456474423, + "U": 9.890616638585925e-06, + "K": 1.4513019550577155e-06, + "L": 9.380198025610298e-05, + "G": 0.0021069871727377176, + "F": 0.000758105656132102, + "E": 0.00225583603605628, + "T": 0.0014402392553165555, + "P": 0.496818870306015, + "-": 0.4897406995296478 + }, + "id": "tp_4255" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 531899, + "label": "-", + "classification": { + "B": 0.00042826138087548316, + "S": 0.00035459379432722926, + "I": 0.004993092734366655, + "C": 0.001569037209264934, + "R": 0.0005986373289488256, + "M": 0.005982307251542807, + "O": 0.0019812542013823986, + "W": 0.0002408862201264128, + "N": 0.0006084984051994979, + "Y": 0.01104255672544241, + "U": 0.00011608262866502628, + "K": 0.00018446538888383657, + "L": 0.0009151546400971711, + "G": 0.0060361223295331, + "F": 0.03818627819418907, + "E": 0.004437620751559734, + "T": 0.012010950595140457, + "P": 0.15075735747814178, + "-": 0.7595568299293518 + }, + "id": "tp_4256" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 532032, + "label": "-", + "classification": { + "B": 7.834362622816116e-05, + "S": 4.0674225601833314e-05, + "I": 0.0018600736511871219, + "C": 0.0007230725605040789, + "R": 0.00013198598753660917, + "M": 0.000900410523172468, + "O": 0.0004211503255646676, + "W": 3.835835377685726e-05, + "N": 0.00021645979722961783, + "Y": 0.0013392039109021425, + "U": 1.5633588191121817e-05, + "K": 3.3860229450510815e-05, + "L": 0.00011329503468004987, + "G": 0.00274612451903522, + "F": 0.023697705939412117, + "E": 0.0016782752936705947, + "T": 0.001764477463439107, + "P": 0.3079201579093933, + "-": 0.6562807559967041 + }, + "id": "tp_4257" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 532132, + "label": "-", + "classification": { + "B": 0.012310684658586979, + "S": 0.0010069034760817885, + "I": 0.003161262022331357, + "C": 0.0005112080834805965, + "R": 0.00021188468963373452, + "M": 0.0071192639879882336, + "O": 0.004254675470292568, + "W": 0.0004478708724491298, + "N": 0.0003908769285771996, + "Y": 0.003382828552275896, + "U": 4.929415445076302e-05, + "K": 3.8364159991033375e-05, + "L": 0.0019523792434483767, + "G": 0.012280617840588093, + "F": 0.022591842338442802, + "E": 0.010942230001091957, + "T": 0.0038250309880822897, + "P": 0.25798606872558594, + "-": 0.6575366854667664 + }, + "id": "tp_4258" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 532266, + "label": "-", + "classification": { + "B": 0.00025750594795681536, + "S": 6.148297688923776e-05, + "I": 0.0016707810573279858, + "C": 0.0006204771343618631, + "R": 0.00016676408995408565, + "M": 0.0013091106666252017, + "O": 0.0006962307961657643, + "W": 7.952482701512054e-05, + "N": 0.00013638187374453992, + "Y": 0.003497806377708912, + "U": 3.075384665862657e-05, + "K": 5.505582885234617e-05, + "L": 0.00023897741630207747, + "G": 0.0025584690738469362, + "F": 0.013212654739618301, + "E": 0.0017756110755726695, + "T": 0.002317541278898716, + "P": 0.13156868517398834, + "-": 0.8397462368011475 + }, + "id": "tp_4259" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 532399, + "label": "-", + "classification": { + "B": 6.915229459991679e-05, + "S": 6.152048172225477e-06, + "I": 0.009773213416337967, + "C": 0.0014262574259191751, + "R": 0.0001583029661560431, + "M": 0.0028477637097239494, + "O": 0.00016553752357140183, + "W": 1.3972152373753488e-05, + "N": 0.00015639854245819151, + "Y": 0.010419980622828007, + "U": 1.6312154912156984e-05, + "K": 4.646312845579814e-06, + "L": 0.0001180377003038302, + "G": 0.0024743403773754835, + "F": 0.0018598346505314112, + "E": 0.005012185778468847, + "T": 0.005000407341867685, + "P": 0.2863430678844452, + "-": 0.6741344332695007 + }, + "id": "tp_4260" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 532533, + "label": "-", + "classification": { + "B": 2.976852101710392e-06, + "S": 5.882341156393522e-06, + "I": 0.00038864740054123104, + "C": 2.579920328571461e-05, + "R": 1.3052374015387613e-05, + "M": 0.0013609015149995685, + "O": 0.00016034611326176673, + "W": 4.058089871250559e-06, + "N": 8.34948878036812e-06, + "Y": 0.0035269656218588352, + "U": 3.9075331415006076e-07, + "K": 5.027056317885581e-07, + "L": 2.6480420274310745e-05, + "G": 0.000497908447869122, + "F": 0.004082247149199247, + "E": 0.0003153104044031352, + "T": 0.0015109184896573424, + "P": 0.03371366485953331, + "-": 0.9543554782867432 + }, + "id": "tp_4261" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 532633, + "label": "-", + "classification": { + "B": 4.008515119835465e-08, + "S": 8.407069884697194e-08, + "I": 0.0008381141815334558, + "C": 2.2382815586752258e-05, + "R": 1.1700481081788894e-05, + "M": 0.0001345667551504448, + "O": 1.3392080290941522e-05, + "W": 2.2701837565364258e-07, + "N": 1.0138338438991923e-05, + "Y": 0.0025903109926730394, + "U": 2.0269550304874429e-07, + "K": 4.647106379707111e-07, + "L": 5.66716607863782e-07, + "G": 0.0001563029072713107, + "F": 0.00024191521515604109, + "E": 3.0017483368283138e-05, + "T": 0.005935243796557188, + "P": 0.07788650691509247, + "-": 0.9121278524398804 + }, + "id": "tp_4262" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 532766, + "label": "-", + "classification": { + "B": 4.343824457464507e-06, + "S": 4.070435352332424e-06, + "I": 0.00012758965021930635, + "C": 6.54068062431179e-05, + "R": 3.4980789678229485e-06, + "M": 0.0003770931507460773, + "O": 5.3692638175562024e-05, + "W": 2.7814239729195833e-06, + "N": 1.0415763426863123e-05, + "Y": 0.0006593303405679762, + "U": 4.878821187048743e-07, + "K": 5.0408234528731555e-06, + "L": 4.985175564797828e-06, + "G": 0.000220120680751279, + "F": 0.004725893959403038, + "E": 0.0005214685807004571, + "T": 0.0006361160194501281, + "P": 0.05910727009177208, + "-": 0.9334703683853149 + }, + "id": "tp_4263" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 532900, + "label": "-", + "classification": { + "B": 7.510140420663447e-08, + "S": 3.7326839219531394e-07, + "I": 3.6785975680686533e-05, + "C": 1.15577704491443e-05, + "R": 3.184986553605995e-06, + "M": 9.064935147762299e-05, + "O": 8.752204848860856e-06, + "W": 1.7002825813960953e-07, + "N": 5.028880991631013e-07, + "Y": 0.003007241291925311, + "U": 2.365587725705609e-08, + "K": 5.509146490112471e-07, + "L": 1.3585581655206624e-06, + "G": 0.00034768710611388087, + "F": 0.010166771709918976, + "E": 4.2934952944051474e-05, + "T": 0.0004412336857058108, + "P": 0.008902482688426971, + "-": 0.9769375324249268 + }, + "id": "tp_4264" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 533033, + "label": "-", + "classification": { + "B": 4.812522456631996e-05, + "S": 9.669578867033124e-05, + "I": 0.00788410659879446, + "C": 0.007127154618501663, + "R": 0.0018314872868359089, + "M": 0.003463214496150613, + "O": 0.001017585163936019, + "W": 0.0001922116061905399, + "N": 0.0011085736332461238, + "Y": 0.035388968884944916, + "U": 0.00016775102994870394, + "K": 0.002518018940463662, + "L": 0.0002837649080902338, + "G": 0.014119632542133331, + "F": 0.06810349971055984, + "E": 0.009635492227971554, + "T": 0.00853258091956377, + "P": 0.13369932770729065, + "-": 0.704781711101532 + }, + "id": "tp_4265" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 533133, + "label": "-", + "classification": { + "B": 4.85581585962791e-05, + "S": 7.356636160693597e-06, + "I": 0.0009484463953413069, + "C": 5.957361645414494e-05, + "R": 1.6764006431913003e-05, + "M": 0.0012472170637920499, + "O": 9.592370042810217e-05, + "W": 6.426407708204351e-06, + "N": 2.118920565408189e-05, + "Y": 0.00423190463334322, + "U": 1.6630240224912995e-06, + "K": 4.134901246288791e-06, + "L": 3.15671568387188e-05, + "G": 0.001400659210048616, + "F": 0.008401363156735897, + "E": 0.0022124112583696842, + "T": 0.001165095716714859, + "P": 0.15013837814331055, + "-": 0.829961359500885 + }, + "id": "tp_4266" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 533267, + "label": "-", + "classification": { + "B": 1.1537457794474903e-05, + "S": 7.206236477941275e-05, + "I": 0.0001715151738608256, + "C": 0.00016822792531456798, + "R": 0.0001349053782178089, + "M": 0.0018620655173435807, + "O": 0.0005876820650883019, + "W": 2.9974929930176586e-05, + "N": 2.1146066501387395e-05, + "Y": 0.037843555212020874, + "U": 4.041181455249898e-06, + "K": 3.452291639405303e-05, + "L": 0.0001698358973953873, + "G": 0.004039966035634279, + "F": 0.05019005760550499, + "E": 0.00019234506180509925, + "T": 0.013962728902697563, + "P": 0.015263127163052559, + "-": 0.8752406239509583 + }, + "id": "tp_4267" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 533400, + "label": "-", + "classification": { + "B": 1.577160901877761e-10, + "S": 8.415941832318197e-10, + "I": 4.725535234229028e-07, + "C": 2.0427758045116207e-06, + "R": 2.048363967332989e-07, + "M": 2.907177076849621e-06, + "O": 2.4536524279028527e-07, + "W": 1.357926771028417e-09, + "N": 4.155410238126933e-09, + "Y": 0.00011125898163300008, + "U": 7.592503847853038e-10, + "K": 5.8564806337813025e-09, + "L": 4.2665014632348175e-08, + "G": 1.0617635780363344e-05, + "F": 0.0008827187702991068, + "E": 6.362712383634062e-07, + "T": 4.6060642489464954e-05, + "P": 0.00427453126758337, + "-": 0.9946681261062622 + }, + "id": "tp_4268" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 533500, + "label": "-", + "classification": { + "B": 4.642094708628974e-09, + "S": 1.2608921906576143e-08, + "I": 2.0210372895235196e-06, + "C": 1.7337592339572439e-07, + "R": 1.996190768238648e-08, + "M": 5.276851425151108e-06, + "O": 4.7363477051476366e-07, + "W": 4.612739079590256e-09, + "N": 3.537069304115903e-08, + "Y": 0.00020610797218978405, + "U": 6.726999512984833e-10, + "K": 1.3259203512916429e-08, + "L": 1.3419030331363047e-08, + "G": 6.510376806545537e-06, + "F": 0.0003854972601402551, + "E": 3.828505214187317e-06, + "T": 7.564304542029276e-05, + "P": 0.018840601667761803, + "-": 0.9804737567901611 + }, + "id": "tp_4269" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 533634, + "label": "-", + "classification": { + "B": 1.2146813332947204e-06, + "S": 3.731262495421106e-06, + "I": 5.095859705761541e-06, + "C": 3.1416082492796704e-05, + "R": 7.92440459917998e-06, + "M": 0.00031856916029937565, + "O": 5.675024294760078e-05, + "W": 1.1502500001370208e-06, + "N": 1.720684394967975e-07, + "Y": 0.0014962217537686229, + "U": 4.047732815593008e-08, + "K": 2.578930207164376e-07, + "L": 1.8286553313373588e-05, + "G": 0.0005541208665817976, + "F": 0.015557837672531605, + "E": 5.5811165111663286e-06, + "T": 0.0010491299908608198, + "P": 0.002050627488642931, + "-": 0.9788419604301453 + }, + "id": "tp_4270" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 533767, + "label": "-", + "classification": { + "B": 9.370066891278839e-07, + "S": 1.898379764497804e-07, + "I": 1.2438664271030575e-05, + "C": 4.246746811986668e-06, + "R": 5.644865268550348e-07, + "M": 4.935324614052661e-05, + "O": 1.0046246643469203e-05, + "W": 7.802452728356002e-08, + "N": 1.5685601795212278e-07, + "Y": 0.00011401691153878346, + "U": 1.0066831812594046e-08, + "K": 2.7593405338421917e-09, + "L": 2.9532050120906206e-06, + "G": 0.00019365099433343858, + "F": 0.0019098975462839007, + "E": 1.0057711733679753e-05, + "T": 0.00016817230789456517, + "P": 0.05031535401940346, + "-": 0.9472079277038574 + }, + "id": "tp_4271" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 533901, + "label": "-", + "classification": { + "B": 1.1659699594712691e-10, + "S": 2.120968331520423e-11, + "I": 2.99507547651956e-07, + "C": 4.961017818772007e-09, + "R": 7.91062215732552e-11, + "M": 8.766885883915165e-08, + "O": 7.523280665111542e-09, + "W": 4.416137247553742e-11, + "N": 3.909314649774842e-09, + "Y": 1.8245110595671576e-06, + "U": 2.1179041159724576e-11, + "K": 7.1582824112681465e-09, + "L": 6.218327935902934e-11, + "G": 4.0496789210919815e-07, + "F": 8.014772174647078e-05, + "E": 6.4995324464689475e-06, + "T": 8.073742492342717e-07, + "P": 0.11780890822410583, + "-": 0.8821010589599609 + }, + "id": "tp_4272" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 534001, + "label": "-", + "classification": { + "B": 2.697401946250011e-08, + "S": 1.0578082765277941e-07, + "I": 7.838924830139149e-06, + "C": 4.5690761908190325e-05, + "R": 1.6808997315820307e-05, + "M": 0.0004079587815795094, + "O": 1.9201859686290845e-05, + "W": 8.768635240130607e-08, + "N": 8.744785162662083e-08, + "Y": 0.006578551139682531, + "U": 3.242455903773589e-08, + "K": 2.0077024487363815e-07, + "L": 1.0446841770317405e-05, + "G": 0.0006166841485537589, + "F": 0.0024871504865586758, + "E": 5.5538876040373e-06, + "T": 0.0020052592735737562, + "P": 0.0007780021405778825, + "-": 0.9870203733444214 + }, + "id": "tp_4273" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 534134, + "label": "-", + "classification": { + "B": 3.878180450556101e-06, + "S": 1.899591188703198e-05, + "I": 1.246325427928241e-05, + "C": 7.875835763115901e-06, + "R": 4.210231054457836e-06, + "M": 0.0026697011198848486, + "O": 0.0001381854817736894, + "W": 1.5704872566857375e-06, + "N": 4.44797791487872e-07, + "Y": 0.03314921632409096, + "U": 2.0092487673650794e-08, + "K": 9.621826393413357e-07, + "L": 4.113868635613471e-05, + "G": 0.004777054768055677, + "F": 0.030661307275295258, + "E": 2.972842412418686e-05, + "T": 0.018229056149721146, + "P": 0.0008307049283757806, + "-": 0.9094235301017761 + }, + "id": "tp_4274" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 534268, + "label": "-", + "classification": { + "B": 3.643521631602198e-05, + "S": 1.3552070413425099e-05, + "I": 6.581866909982637e-05, + "C": 2.5517516405670904e-05, + "R": 1.3858478268957697e-05, + "M": 0.008077079430222511, + "O": 0.00043196132173761725, + "W": 4.346224159235135e-06, + "N": 8.145374863488541e-07, + "Y": 0.007012738846242428, + "U": 4.2443168979389156e-08, + "K": 1.2112209901715687e-08, + "L": 0.0002777641930151731, + "G": 0.0016043678624555469, + "F": 0.0018131864489987493, + "E": 2.7685216991812922e-05, + "T": 0.008087473921477795, + "P": 0.0019091599388048053, + "-": 0.9705982804298401 + }, + "id": "tp_4275" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 534401, + "label": "-", + "classification": { + "B": 0.00020118111569900066, + "S": 0.00011492322664707899, + "I": 2.710749140533153e-05, + "C": 0.00011074278154410422, + "R": 0.00011300671030767262, + "M": 0.0075546205043792725, + "O": 0.0016706957248970866, + "W": 2.6281250029569492e-05, + "N": 9.480122002969438e-07, + "Y": 0.006550023797899485, + "U": 4.029789408832585e-07, + "K": 3.892734525834385e-07, + "L": 0.0032692826353013515, + "G": 0.012491709552705288, + "F": 0.03192019835114479, + "E": 6.6445252741687e-05, + "T": 0.004240153357386589, + "P": 0.002077462151646614, + "-": 0.9295644164085388 + }, + "id": "tp_4276" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 534501, + "label": "-", + "classification": { + "B": 2.1117073174536927e-06, + "S": 1.9398277800064534e-05, + "I": 2.5109904981945874e-06, + "C": 3.7424837273647427e-07, + "R": 3.6841032624579384e-07, + "M": 2.872202458092943e-05, + "O": 8.36161125334911e-05, + "W": 3.1303682135330746e-06, + "N": 3.677977247207309e-07, + "Y": 8.946700836531818e-05, + "U": 9.601098582834311e-09, + "K": 1.2891992184904666e-07, + "L": 4.01323995902203e-06, + "G": 5.249681998975575e-05, + "F": 0.0157014187425375, + "E": 2.803371671689092e-06, + "T": 0.00022568042913917452, + "P": 0.016740847378969193, + "-": 0.9670425653457642 + }, + "id": "tp_4277" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 534635, + "label": "-", + "classification": { + "B": 3.640349859779235e-06, + "S": 1.2343916466761584e-07, + "I": 1.2010405043838546e-06, + "C": 4.3415752770670224e-07, + "R": 7.91399585864383e-08, + "M": 5.106973912916146e-05, + "O": 1.103084741771454e-05, + "W": 4.7801183455931096e-08, + "N": 6.93293555897867e-09, + "Y": 2.6418005290906876e-05, + "U": 8.242425075799531e-10, + "K": 6.327571105968488e-11, + "L": 6.292612397373887e-06, + "G": 8.187089406419545e-05, + "F": 0.0009410072234459221, + "E": 1.3080997405268135e-06, + "T": 6.050516458344646e-05, + "P": 0.006043371744453907, + "-": 0.9927716851234436 + }, + "id": "tp_4278" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 534768, + "label": "-", + "classification": { + "B": 5.678338766301749e-06, + "S": 1.8088340993926977e-06, + "I": 1.7677490177447908e-05, + "C": 9.166982636088505e-06, + "R": 2.5692856979731005e-06, + "M": 9.491845412412658e-05, + "O": 4.449409243534319e-05, + "W": 1.5420617955896887e-06, + "N": 5.757341909884417e-07, + "Y": 0.0008251418475992978, + "U": 1.9665598927076644e-07, + "K": 7.296852118088282e-07, + "L": 8.307022653752938e-06, + "G": 0.00033200473990291357, + "F": 0.004538191482424736, + "E": 1.7315040167886764e-05, + "T": 0.00038771997787989676, + "P": 0.019152162596583366, + "-": 0.9745597839355469 + }, + "id": "tp_4279" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 534902, + "label": "-", + "classification": { + "B": 4.404033582261491e-09, + "S": 1.1399469812545249e-08, + "I": 3.63012331945356e-05, + "C": 1.627189885766711e-05, + "R": 1.1925906164833577e-06, + "M": 6.497667527582962e-06, + "O": 1.4812518429607735e-06, + "W": 5.858028373495472e-08, + "N": 7.819007237230835e-07, + "Y": 0.00044284306932240725, + "U": 5.496038468777442e-08, + "K": 1.7862740833152202e-06, + "L": 7.911457799991695e-08, + "G": 4.4316009734757245e-05, + "F": 0.0013764899922534823, + "E": 4.4341166358208284e-05, + "T": 6.91670793457888e-05, + "P": 0.04540955275297165, + "-": 0.9525488615036011 + }, + "id": "tp_4280" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 535002, + "label": "-", + "classification": { + "B": 0.0006998242461122572, + "S": 0.0008126546163111925, + "I": 0.00012868133489973843, + "C": 3.564590952009894e-05, + "R": 2.0937170120305382e-05, + "M": 0.009112643077969551, + "O": 0.0023064299020916224, + "W": 0.0001148083756561391, + "N": 1.824496030167211e-05, + "Y": 0.0035303188487887383, + "U": 1.744811584103445e-06, + "K": 2.3684106054133736e-06, + "L": 0.0005553835653699934, + "G": 0.0023596712853759527, + "F": 0.01891489326953888, + "E": 0.0006767218001186848, + "T": 0.0041998387314379215, + "P": 0.03408929705619812, + "-": 0.9224198460578918 + }, + "id": "tp_4281" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 535135, + "label": "-", + "classification": { + "B": 2.143130783949232e-09, + "S": 6.330330393211625e-08, + "I": 6.848610212273343e-08, + "C": 4.024042937089689e-05, + "R": 5.686972031071491e-07, + "M": 1.6151348972925916e-05, + "O": 1.6741136050768546e-06, + "W": 1.1302044633509922e-08, + "N": 4.1795598093585795e-09, + "Y": 8.778988558333367e-05, + "U": 2.0875748352189305e-10, + "K": 4.1040568277139755e-08, + "L": 5.946525334366015e-07, + "G": 0.00021045622997917235, + "F": 0.06677339226007462, + "E": 2.9613775041070767e-06, + "T": 5.747888280893676e-05, + "P": 0.0012103710323572159, + "-": 0.9315981268882751 + }, + "id": "tp_4282" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 535269, + "label": "-", + "classification": { + "B": 1.4604288480768446e-06, + "S": 1.0532617125136312e-06, + "I": 3.364073927514255e-05, + "C": 3.14815370074939e-05, + "R": 1.6762146515247878e-06, + "M": 6.573842256329954e-05, + "O": 1.0760146324173547e-05, + "W": 4.392021537569235e-07, + "N": 4.030551281175576e-06, + "Y": 0.0006580303306691349, + "U": 1.7992428524848947e-07, + "K": 5.188381692278199e-06, + "L": 2.0965314888599096e-06, + "G": 0.0006023017922416329, + "F": 0.051921017467975616, + "E": 0.0007031565182842314, + "T": 0.0002736356982495636, + "P": 0.17622119188308716, + "-": 0.7694629430770874 + }, + "id": "tp_4283" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 535402, + "label": "-", + "classification": { + "B": 7.844061400419378e-09, + "S": 1.938918536836809e-08, + "I": 1.3046253570792032e-06, + "C": 4.024734607810387e-06, + "R": 4.5238599000185786e-07, + "M": 3.0018662073416635e-05, + "O": 3.9807596294849645e-06, + "W": 2.688463318634149e-08, + "N": 2.3705748475322252e-08, + "Y": 0.00029772630659863353, + "U": 4.027239430826057e-09, + "K": 1.814177963410657e-08, + "L": 4.0050750271802826e-07, + "G": 2.932940515165683e-05, + "F": 0.0012137234443798661, + "E": 1.3414253317023395e-06, + "T": 0.0001625299482839182, + "P": 0.00340273161418736, + "-": 0.9948522448539734 + }, + "id": "tp_4284" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 535502, + "label": "-", + "classification": { + "B": 3.885928890667856e-06, + "S": 3.3393284866178874e-06, + "I": 0.0004723038582596928, + "C": 8.463856647722423e-05, + "R": 2.176955240429379e-05, + "M": 0.00011367802653694525, + "O": 8.535650704288855e-05, + "W": 4.264180461177602e-06, + "N": 2.482673153281212e-05, + "Y": 0.0015870678471401334, + "U": 2.0631716779462295e-06, + "K": 3.1680144729762105e-06, + "L": 8.155006980814505e-06, + "G": 0.00030234234873205423, + "F": 0.0029346453957259655, + "E": 8.380629151361063e-05, + "T": 0.0010007111122831702, + "P": 0.1668347418308258, + "-": 0.8264292478561401 + }, + "id": "tp_4285" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 535636, + "label": "-", + "classification": { + "B": 1.7352978147755493e-06, + "S": 5.073067654848273e-07, + "I": 1.769431463571891e-07, + "C": 2.797125489450991e-06, + "R": 6.321077989923651e-07, + "M": 0.0001284303580177948, + "O": 2.6709874873631634e-05, + "W": 6.194204615894705e-08, + "N": 3.1249227649965405e-09, + "Y": 0.00024572250549681485, + "U": 5.739054231845842e-10, + "K": 4.2278647249816004e-10, + "L": 2.6329174943384714e-05, + "G": 0.0004824291681870818, + "F": 0.003272027475759387, + "E": 4.966280471307982e-07, + "T": 0.000292451266432181, + "P": 0.00023248327488545328, + "-": 0.9952869415283203 + }, + "id": "tp_4286" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 535769, + "label": "-", + "classification": { + "B": 7.786763234207683e-08, + "S": 6.664360796548863e-08, + "I": 9.124226494350296e-07, + "C": 2.0955279467216315e-07, + "R": 2.1822016194050775e-08, + "M": 9.756362487678416e-06, + "O": 1.2487940921346308e-06, + "W": 9.287127511470317e-09, + "N": 2.7133292945791254e-08, + "Y": 5.691365004167892e-05, + "U": 3.442596208103055e-10, + "K": 4.339360426541816e-09, + "L": 1.13692003367305e-07, + "G": 4.5306249376153573e-05, + "F": 0.011072897352278233, + "E": 9.120576578425243e-06, + "T": 2.760281495284289e-05, + "P": 0.055018339306116104, + "-": 0.9337574243545532 + }, + "id": "tp_4287" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 535903, + "label": "-", + "classification": { + "B": 5.766839876741869e-07, + "S": 0.00012618287291843444, + "I": 1.3294985024003836e-07, + "C": 5.862952457391657e-05, + "R": 1.7582769942237064e-05, + "M": 0.007213058415800333, + "O": 0.0016027543460950255, + "W": 6.759311418136349e-06, + "N": 1.620450262862505e-08, + "Y": 0.0012344695860520005, + "U": 1.4479943910572501e-09, + "K": 8.732328637961473e-08, + "L": 0.0006077524158172309, + "G": 0.003809542628005147, + "F": 0.05214593559503555, + "E": 3.903916876879521e-06, + "T": 0.0018113309051841497, + "P": 9.217009937856346e-05, + "-": 0.9312691688537598 + }, + "id": "tp_4288" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 536003, + "label": "-", + "classification": { + "B": 2.5042390916496515e-07, + "S": 6.755380468348449e-07, + "I": 1.001043301585014e-06, + "C": 1.036969024426071e-06, + "R": 4.04544863386036e-07, + "M": 6.497608410427347e-05, + "O": 9.500370651949197e-06, + "W": 1.0030075969780228e-07, + "N": 2.0325398253362437e-08, + "Y": 0.0004980759113095701, + "U": 2.7947382186255254e-09, + "K": 6.766637916655327e-09, + "L": 3.7290517411747715e-06, + "G": 0.00012779618555214256, + "F": 0.013886758126318455, + "E": 2.554143520683283e-06, + "T": 0.0001745902409311384, + "P": 0.003300601616501808, + "-": 0.9819278717041016 + }, + "id": "tp_4289" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 536136, + "label": "-", + "classification": { + "B": 1.1945263395318761e-05, + "S": 2.891505391744431e-05, + "I": 2.0601628420990892e-05, + "C": 0.00014963561261538416, + "R": 2.2254418581724167e-05, + "M": 0.00037908609374426305, + "O": 0.00012620726192835718, + "W": 7.867256499594077e-06, + "N": 4.471995453059208e-06, + "Y": 0.0026910866145044565, + "U": 7.457968536073167e-07, + "K": 8.396888006245717e-05, + "L": 2.3364103981293738e-05, + "G": 0.00222855550237, + "F": 0.0477001778781414, + "E": 0.00039522250881418586, + "T": 0.0014630550285801291, + "P": 0.008370622992515564, + "-": 0.936292290687561 + }, + "id": "tp_4290" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 536270, + "label": "-", + "classification": { + "B": 7.010311264821212e-07, + "S": 2.4423962941000354e-07, + "I": 5.2479324949672446e-05, + "C": 6.328859399218345e-06, + "R": 5.907717763875553e-07, + "M": 0.0001798185840016231, + "O": 1.1461963367764838e-05, + "W": 1.5789791518727725e-07, + "N": 1.2801075399693218e-06, + "Y": 0.0006157474126666784, + "U": 9.135955991723677e-08, + "K": 4.136381193120542e-08, + "L": 3.2990849376801634e-06, + "G": 0.00015926592459436506, + "F": 0.001278481911867857, + "E": 6.378877878887579e-05, + "T": 0.0008458030060864985, + "P": 0.13989616930484772, + "-": 0.8568841814994812 + }, + "id": "tp_4291" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 536403, + "label": "-", + "classification": { + "B": 1.658764404055546e-06, + "S": 5.406526724982541e-06, + "I": 8.803765012999065e-06, + "C": 1.4743813153472729e-05, + "R": 4.668502242566319e-06, + "M": 0.0004872737335972488, + "O": 7.114343316061422e-05, + "W": 5.679957553184067e-07, + "N": 4.820392405235907e-07, + "Y": 0.0029010274447500706, + "U": 2.083532990582171e-08, + "K": 1.35921993660304e-07, + "L": 3.362568895681761e-05, + "G": 0.0020936718210577965, + "F": 0.027416914701461792, + "E": 5.242411862127483e-05, + "T": 0.0012809977633878589, + "P": 0.006041888613253832, + "-": 0.9595845937728882 + }, + "id": "tp_4292" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 536503, + "label": "-", + "classification": { + "B": 1.3394022971624509e-05, + "S": 1.534655712021049e-05, + "I": 6.614719950448489e-06, + "C": 5.191846867091954e-05, + "R": 1.1472795449662954e-05, + "M": 0.0012200882192701101, + "O": 0.00015968499064911157, + "W": 2.9223208457551664e-06, + "N": 6.651571311522275e-07, + "Y": 0.008565445430576801, + "U": 1.0540233574829472e-07, + "K": 5.97560813275777e-07, + "L": 7.821972394594923e-05, + "G": 0.0028029652312397957, + "F": 0.03716298192739487, + "E": 4.278054620954208e-05, + "T": 0.0030188937671482563, + "P": 0.0033618714660406113, + "-": 0.9434840083122253 + }, + "id": "tp_4293" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 536637, + "label": "-", + "classification": { + "B": 2.1719895215710494e-08, + "S": 4.677019305177055e-08, + "I": 6.86881976434961e-05, + "C": 4.787071156897582e-05, + "R": 6.12248595643905e-06, + "M": 9.576959564583376e-05, + "O": 7.844315405236557e-06, + "W": 6.726254753175454e-08, + "N": 6.341385869745864e-07, + "Y": 0.0008597484556958079, + "U": 9.852044513536384e-08, + "K": 2.3451326214285473e-08, + "L": 2.3560294266644632e-06, + "G": 0.00011250976240262389, + "F": 0.0005443769623525441, + "E": 1.4640972040069755e-05, + "T": 0.0006810395861975849, + "P": 0.026906320825219154, + "-": 0.9706518054008484 + }, + "id": "tp_4294" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 536770, + "label": "-", + "classification": { + "B": 0.0016259376425296068, + "S": 0.0004954726900905371, + "I": 0.000165124554769136, + "C": 4.344695480540395e-05, + "R": 3.159931657137349e-05, + "M": 0.006885149050503969, + "O": 0.0025105345994234085, + "W": 0.00011129815538879484, + "N": 1.1529744369909167e-05, + "Y": 0.0036358078941702843, + "U": 1.436802563148376e-06, + "K": 9.868964525594492e-07, + "L": 0.0011169130448251963, + "G": 0.005285699386149645, + "F": 0.034339576959609985, + "E": 0.0008305736701004207, + "T": 0.003482239320874214, + "P": 0.02300265245139599, + "-": 0.9164239764213562 + }, + "id": "tp_4295" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 536904, + "label": "-", + "classification": { + "B": 1.4852810181764653e-07, + "S": 2.0995035754367564e-07, + "I": 8.790843821770977e-07, + "C": 2.1566127088590292e-06, + "R": 3.068421392526943e-07, + "M": 2.4649276383570395e-05, + "O": 6.288350505201379e-06, + "W": 7.48540429640343e-08, + "N": 3.6529549163333286e-08, + "Y": 9.411297651240602e-05, + "U": 3.838124484900618e-09, + "K": 6.339694635926207e-08, + "L": 6.512918844236992e-07, + "G": 3.980474139098078e-05, + "F": 0.006410821340978146, + "E": 2.5824449494393775e-06, + "T": 8.658137085149065e-05, + "P": 0.003535469062626362, + "-": 0.9897952675819397 + }, + "id": "tp_4296" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 537004, + "label": "-", + "classification": { + "B": 0.0001533829199615866, + "S": 0.00010956139885820448, + "I": 2.359517566219438e-06, + "C": 9.107162441068795e-06, + "R": 2.1439461761474377e-06, + "M": 0.00021049343922641128, + "O": 0.00024992568069137633, + "W": 4.393440576677676e-06, + "N": 2.253580078104278e-07, + "Y": 0.0002653818519320339, + "U": 6.310648448248912e-09, + "K": 8.715869626030326e-08, + "L": 0.00015795569925103337, + "G": 0.0034104364458471537, + "F": 0.16581590473651886, + "E": 8.265775977633893e-05, + "T": 0.0003225161344744265, + "P": 0.005209683440625668, + "-": 0.8239938020706177 + }, + "id": "tp_4297" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 537137, + "label": "-", + "classification": { + "B": 3.30232796841301e-05, + "S": 9.086847421713173e-05, + "I": 4.081575752934441e-06, + "C": 5.809753020002972e-06, + "R": 2.90519915324694e-06, + "M": 0.0006024434114806354, + "O": 0.000512865197379142, + "W": 1.2287358913454227e-05, + "N": 3.2391005788667826e-07, + "Y": 0.0006042374880053103, + "U": 1.967061180607743e-08, + "K": 2.1429983121379337e-07, + "L": 0.00011367619299562648, + "G": 0.0017833915771916509, + "F": 0.04874524474143982, + "E": 5.398673965828493e-05, + "T": 0.00041804162901826203, + "P": 0.0056550162844359875, + "-": 0.9413614869117737 + }, + "id": "tp_4298" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 537271, + "label": "-", + "classification": { + "B": 0.0019969861023128033, + "S": 0.0008871186873875558, + "I": 0.0015337130753323436, + "C": 0.0016756197437644005, + "R": 0.0021959119476377964, + "M": 0.019226711243391037, + "O": 0.013788050971925259, + "W": 0.0007969678845256567, + "N": 0.0001020788331516087, + "Y": 0.018640775233507156, + "U": 3.869594002026133e-05, + "K": 9.392215361003764e-06, + "L": 0.009134655818343163, + "G": 0.018062761053442955, + "F": 0.016943713650107384, + "E": 0.0007044688682071865, + "T": 0.01954440213739872, + "P": 0.019133765250444412, + "-": 0.8555842041969299 + }, + "id": "tp_4299" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 537404, + "label": "-", + "classification": { + "B": 1.02276061397788e-07, + "S": 4.653247387409465e-08, + "I": 4.446522439138789e-07, + "C": 1.4457997110639553e-07, + "R": 1.9085128144524788e-08, + "M": 2.9835977329639718e-05, + "O": 3.2102495879371418e-06, + "W": 1.5270504860609435e-08, + "N": 1.031670748830038e-08, + "Y": 4.027110117021948e-05, + "U": 9.015601598605372e-10, + "K": 2.379629604476463e-09, + "L": 2.624194053169049e-07, + "G": 1.1104609257017728e-05, + "F": 0.0004833248967770487, + "E": 2.2616045498580206e-06, + "T": 4.8119200073415413e-05, + "P": 0.006850191857665777, + "-": 0.9925306439399719 + }, + "id": "tp_4300" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 537504, + "label": "-", + "classification": { + "B": 9.85664883046411e-05, + "S": 1.0568927791609894e-05, + "I": 0.00011606408224906772, + "C": 4.5029824832454324e-05, + "R": 8.940516636357643e-06, + "M": 0.0020095561631023884, + "O": 0.00021585662034340203, + "W": 2.4272073915199144e-06, + "N": 2.1006651422794675e-06, + "Y": 0.0028867721557617188, + "U": 4.0001148704504885e-07, + "K": 6.837726829189705e-08, + "L": 0.00030720693757757545, + "G": 0.005044262856245041, + "F": 0.006944728083908558, + "E": 0.00011679268936859444, + "T": 0.0019179625669494271, + "P": 0.01897558383643627, + "-": 0.9612970948219299 + }, + "id": "tp_4301" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 537638, + "label": "-", + "classification": { + "B": 0.0005559356068260968, + "S": 0.005222805775702, + "I": 3.6364519473863766e-05, + "C": 3.2367679523304105e-05, + "R": 2.70908549282467e-05, + "M": 0.012202209793031216, + "O": 0.0038293711841106415, + "W": 0.00011143865413032472, + "N": 3.7379977584350854e-06, + "Y": 0.001271441113203764, + "U": 4.652354590461982e-08, + "K": 4.389071932564548e-07, + "L": 0.0017314213328063488, + "G": 0.006874240469187498, + "F": 0.09262131154537201, + "E": 9.513953409623355e-05, + "T": 0.007809306029230356, + "P": 0.003228664631024003, + "-": 0.8643466830253601 + }, + "id": "tp_4302" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 537771, + "label": "-", + "classification": { + "B": 2.1262842437863583e-06, + "S": 1.185138330583868e-06, + "I": 4.802001785719767e-05, + "C": 6.272871542023495e-05, + "R": 6.0145725910842884e-06, + "M": 0.0005934325163252652, + "O": 4.31532935181167e-05, + "W": 8.169718057615682e-07, + "N": 1.39533062792907e-06, + "Y": 0.0007911738939583302, + "U": 2.8657902362283494e-07, + "K": 3.5452507063382654e-07, + "L": 1.810541834856849e-05, + "G": 0.0007064508972689509, + "F": 0.0048683094792068005, + "E": 5.148416312295012e-05, + "T": 0.0013311146758496761, + "P": 0.02596151828765869, + "-": 0.9655123949050903 + }, + "id": "tp_4303" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 537905, + "label": "-", + "classification": { + "B": 1.715110443001322e-06, + "S": 7.431431185977999e-06, + "I": 8.118183177430183e-05, + "C": 0.00013666675658896565, + "R": 4.185862417216413e-05, + "M": 0.0005546874599531293, + "O": 0.00014543536235578358, + "W": 5.004580543754855e-06, + "N": 4.485268618736882e-06, + "Y": 0.0019206597935408354, + "U": 1.080624997484847e-06, + "K": 3.6440328585740644e-06, + "L": 3.706945062731393e-05, + "G": 0.0005835181218571961, + "F": 0.012213906273245811, + "E": 4.472316140891053e-05, + "T": 0.0021671117283403873, + "P": 0.015079076401889324, + "-": 0.966970682144165 + }, + "id": "tp_4304" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 538005, + "label": "-", + "classification": { + "B": 0.0005861601093783975, + "S": 4.116950003663078e-05, + "I": 1.221777802129509e-05, + "C": 1.4469423149421345e-05, + "R": 4.764188815897796e-06, + "M": 0.003056749701499939, + "O": 0.0006400238489732146, + "W": 6.295708317338722e-06, + "N": 2.894090300742391e-07, + "Y": 0.00043527805246412754, + "U": 4.401437792012075e-08, + "K": 4.94359131408828e-09, + "L": 0.00047595775686204433, + "G": 0.002352616284042597, + "F": 0.005824842024594545, + "E": 4.2024719732580706e-05, + "T": 0.0007128939032554626, + "P": 0.007492009550333023, + "-": 0.9783022403717041 + }, + "id": "tp_4305" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 538138, + "label": "-", + "classification": { + "B": 2.8651979846472386e-06, + "S": 1.819453672169402e-07, + "I": 3.383598232176155e-05, + "C": 2.6309214717912255e-06, + "R": 5.302393901729374e-07, + "M": 0.00019669620087370276, + "O": 1.1687258847814519e-05, + "W": 7.692188574992542e-08, + "N": 4.212666908642859e-07, + "Y": 0.00031692266929894686, + "U": 1.730754739526219e-08, + "K": 8.767474746207427e-09, + "L": 4.881653239863226e-06, + "G": 0.00031450463575311005, + "F": 0.00106543127913028, + "E": 7.150791498133913e-05, + "T": 0.00043123989598825574, + "P": 0.04034995660185814, + "-": 0.9571966528892517 + }, + "id": "tp_4306" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 538272, + "label": "-", + "classification": { + "B": 6.333267083391547e-05, + "S": 2.9335000363062136e-05, + "I": 2.411430250504054e-05, + "C": 8.497783710481599e-05, + "R": 4.156968861934729e-05, + "M": 0.005020125303417444, + "O": 0.000972774054389447, + "W": 1.1278382771706674e-05, + "N": 5.053130962551222e-07, + "Y": 0.014654058031737804, + "U": 1.4435384798616724e-07, + "K": 9.867349604064657e-08, + "L": 0.0009926132624968886, + "G": 0.010955048725008965, + "F": 0.013544654473662376, + "E": 8.218601578846574e-05, + "T": 0.004459379240870476, + "P": 0.002427942119538784, + "-": 0.9466358423233032 + }, + "id": "tp_4307" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 538405, + "label": "-", + "classification": { + "B": 1.4375066712091211e-05, + "S": 4.014879323221976e-06, + "I": 5.661584623339877e-08, + "C": 5.61980861846223e-08, + "R": 6.3329387955946e-08, + "M": 0.00014738665777258575, + "O": 0.00020881230011582375, + "W": 5.222527761361562e-07, + "N": 6.100401295228153e-10, + "Y": 2.0881197997368872e-05, + "U": 4.385696319997301e-11, + "K": 7.202428757568935e-13, + "L": 7.245723099913448e-05, + "G": 5.5347692978102714e-05, + "F": 0.0007124795229174197, + "E": 1.208734659030597e-07, + "T": 5.588620842900127e-05, + "P": 0.0006145501974970102, + "-": 0.9980930685997009 + }, + "id": "tp_4308" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 538505, + "label": "-", + "classification": { + "B": 0.0001139296728069894, + "S": 6.960231257835403e-05, + "I": 0.0004561117384582758, + "C": 0.00012266624253243208, + "R": 7.204969733720645e-05, + "M": 0.002661993959918618, + "O": 0.0005605887272395194, + "W": 2.23076331167249e-05, + "N": 1.677318141446449e-05, + "Y": 0.009478850290179253, + "U": 3.613133685576031e-06, + "K": 1.0852246532522258e-06, + "L": 0.00048664072528481483, + "G": 0.0035607118625193834, + "F": 0.008302661590278149, + "E": 0.0002399273362243548, + "T": 0.009622636251151562, + "P": 0.023015569895505905, + "-": 0.9411923289299011 + }, + "id": "tp_4309" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 538639, + "label": "-", + "classification": { + "B": 5.6957919269962076e-08, + "S": 5.831531169064874e-08, + "I": 1.250542254638276e-06, + "C": 2.8261608804314164e-06, + "R": 5.483728955368861e-07, + "M": 0.00040211426676250994, + "O": 1.345755208603805e-05, + "W": 1.721152642630841e-08, + "N": 2.730097703462775e-09, + "Y": 0.00041489495197311044, + "U": 5.091335686380205e-10, + "K": 1.3303701196232254e-10, + "L": 7.96172480477253e-06, + "G": 0.00024310298613272607, + "F": 0.00020930242317263037, + "E": 9.339378834738454e-07, + "T": 0.0002836846106220037, + "P": 0.00038537566433660686, + "-": 0.9980344176292419 + }, + "id": "tp_4310" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 538772, + "label": "-", + "classification": { + "B": 4.931363491778029e-06, + "S": 2.1968533303606819e-07, + "I": 7.006090072536608e-07, + "C": 2.159464884243789e-06, + "R": 1.967508325151357e-07, + "M": 0.00021861455752514303, + "O": 8.296023224829696e-06, + "W": 3.316435837064091e-08, + "N": 4.432347378013901e-09, + "Y": 6.666324770776555e-05, + "U": 4.881060000627713e-10, + "K": 4.0307882032131204e-10, + "L": 5.894408332096646e-06, + "G": 0.00023668547510169446, + "F": 0.001878706505522132, + "E": 7.659013135707937e-06, + "T": 6.398597179213539e-05, + "P": 0.0017492033075541258, + "-": 0.9957559704780579 + }, + "id": "tp_4311" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 538906, + "label": "-", + "classification": { + "B": 1.1485573850222863e-05, + "S": 0.0002401182136964053, + "I": 2.335301360290032e-06, + "C": 0.0014458985533565283, + "R": 0.00041734447586350143, + "M": 0.013292600400745869, + "O": 0.0023517454974353313, + "W": 3.1324278097599745e-05, + "N": 2.971067374346603e-07, + "Y": 0.0103549649938941, + "U": 4.1255894700498175e-08, + "K": 4.2945126210724993e-07, + "L": 0.00367710180580616, + "G": 0.04930151626467705, + "F": 0.27771663665771484, + "E": 2.714926449698396e-05, + "T": 0.011529632844030857, + "P": 0.00021505089534912258, + "-": 0.6293843388557434 + }, + "id": "tp_4312" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 539006, + "label": "-", + "classification": { + "B": 4.278069809515728e-06, + "S": 5.5114822316681966e-05, + "I": 1.8706916307564825e-05, + "C": 0.002810513135045767, + "R": 0.0004835996951442212, + "M": 0.007139231543987989, + "O": 0.0011344566009938717, + "W": 1.3733760169998277e-05, + "N": 1.5322540320994449e-06, + "Y": 0.04373486712574959, + "U": 2.0404409895036224e-07, + "K": 2.777391728159273e-06, + "L": 0.0019931429997086525, + "G": 0.06272391229867935, + "F": 0.18530210852622986, + "E": 0.00011325372906867415, + "T": 0.011801883578300476, + "P": 0.001032514963299036, + "-": 0.6816341280937195 + }, + "id": "tp_4313" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 539139, + "label": "-", + "classification": { + "B": 0.0006919513689354062, + "S": 0.00020368033437989652, + "I": 3.5048498830292374e-05, + "C": 5.8457962950342335e-06, + "R": 5.403323484642897e-06, + "M": 0.002961421152576804, + "O": 0.0013700852869078517, + "W": 2.565878639870789e-05, + "N": 1.5750653119539493e-06, + "Y": 0.0008561004069633782, + "U": 7.080169694972938e-08, + "K": 2.965826695344731e-08, + "L": 0.0004888171679340303, + "G": 0.0016127761919051409, + "F": 0.020541787147521973, + "E": 0.00016670564946252853, + "T": 0.0010331772500649095, + "P": 0.010107140056788921, + "-": 0.9598926901817322 + }, + "id": "tp_4314" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 539273, + "label": "-", + "classification": { + "B": 3.0442213301284937e-06, + "S": 4.780186282005161e-05, + "I": 8.154982424457557e-06, + "C": 0.00016513053560629487, + "R": 3.383384319022298e-05, + "M": 0.0021216534078121185, + "O": 0.0003734789788722992, + "W": 1.2653905287152156e-05, + "N": 1.3453495739668142e-06, + "Y": 0.012875664979219437, + "U": 2.143192006087702e-07, + "K": 9.039803444466088e-06, + "L": 0.00014096400991547853, + "G": 0.004073004703968763, + "F": 0.06113303080201149, + "E": 3.66940803360194e-05, + "T": 0.009868971072137356, + "P": 0.001713064848445356, + "-": 0.9073822498321533 + }, + "id": "tp_4315" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 539406, + "label": "-", + "classification": { + "B": 1.08568887213778e-08, + "S": 2.1284374440710963e-07, + "I": 2.8010793684529744e-08, + "C": 1.3014290800583694e-07, + "R": 7.17631110092043e-08, + "M": 1.1516648555698339e-05, + "O": 6.64209392198245e-06, + "W": 4.2836507674337554e-08, + "N": 9.764584696370093e-10, + "Y": 8.881532994564623e-05, + "U": 7.244679162132783e-11, + "K": 6.549071285277819e-10, + "L": 9.575808235240402e-07, + "G": 1.9236040316172875e-05, + "F": 0.008735895156860352, + "E": 1.2045471464716684e-07, + "T": 6.15736425970681e-05, + "P": 0.0004655568045563996, + "-": 0.9906092882156372 + }, + "id": "tp_4316" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 539506, + "label": "-", + "classification": { + "B": 1.845099359343294e-05, + "S": 0.00030197991873137653, + "I": 9.95491245703306e-06, + "C": 2.34189228649484e-05, + "R": 1.5821378838154487e-05, + "M": 0.002514188177883625, + "O": 0.0009179112385027111, + "W": 3.0444052754319273e-05, + "N": 9.443209592063795e-07, + "Y": 0.01090453565120697, + "U": 3.4323193176533096e-08, + "K": 2.2027491013432154e-06, + "L": 0.0002871535252779722, + "G": 0.004206645768135786, + "F": 0.10741934180259705, + "E": 5.206856440054253e-05, + "T": 0.008029010146856308, + "P": 0.000890321854967624, + "-": 0.8643755316734314 + }, + "id": "tp_4317" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 539640, + "label": "-", + "classification": { + "B": 6.081805258872919e-05, + "S": 4.433875437825918e-05, + "I": 4.0225950215244666e-06, + "C": 5.5882619562908076e-06, + "R": 1.3966191545478068e-06, + "M": 0.00041712529491633177, + "O": 0.00020201932056806982, + "W": 2.486887979102903e-06, + "N": 2.3580987829063815e-07, + "Y": 0.00047873411676846445, + "U": 5.288864013408556e-09, + "K": 1.3424481970503166e-08, + "L": 0.00015529428492300212, + "G": 0.003429970471188426, + "F": 0.08703713864088058, + "E": 7.974242907948792e-05, + "T": 0.0004910200368613005, + "P": 0.006175174377858639, + "-": 0.9014148712158203 + }, + "id": "tp_4318" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 539773, + "label": "-", + "classification": { + "B": 4.913321731692122e-07, + "S": 3.259676759626018e-07, + "I": 0.0010016774758696556, + "C": 4.450587584869936e-05, + "R": 6.157883490232052e-06, + "M": 0.00023663586762268096, + "O": 1.2853239240939729e-05, + "W": 4.6639490847155685e-07, + "N": 9.107273399422411e-06, + "Y": 0.0012874648673459888, + "U": 4.5418266836350085e-07, + "K": 3.75500775362525e-07, + "L": 3.7959514429530827e-06, + "G": 0.00021546003699768335, + "F": 0.0008787068072706461, + "E": 0.00017803776427172124, + "T": 0.0008543934673070908, + "P": 0.1562848836183548, + "-": 0.8389843106269836 + }, + "id": "tp_4319" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 539907, + "label": "-", + "classification": { + "B": 1.9590292140492238e-05, + "S": 0.00010482703510206193, + "I": 0.0005730079719796777, + "C": 0.0006033107056282461, + "R": 8.914092904888093e-05, + "M": 0.0007388742524199188, + "O": 0.00034423457691445947, + "W": 7.095793262124062e-05, + "N": 0.00018676501349546015, + "Y": 0.008191444911062717, + "U": 8.768567568040453e-06, + "K": 0.001323047443293035, + "L": 7.374701090157032e-05, + "G": 0.006762890610843897, + "F": 0.33510473370552063, + "E": 0.007776760496199131, + "T": 0.0027949411887675524, + "P": 0.09878460317850113, + "-": 0.5364483594894409 + }, + "id": "tp_4320" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 540007, + "label": "-", + "classification": { + "B": 2.0059847116726814e-09, + "S": 1.0196450972443927e-07, + "I": 5.342300937627442e-06, + "C": 2.2066078599891625e-06, + "R": 7.142495519474323e-07, + "M": 1.1389715837140102e-05, + "O": 3.2716620808059815e-06, + "W": 7.856156969410222e-08, + "N": 1.6706231065199972e-07, + "Y": 0.0003475698467809707, + "U": 1.0059754806945875e-08, + "K": 2.9122983846718853e-07, + "L": 1.0693618435198005e-07, + "G": 1.0337484127376229e-05, + "F": 0.002088723238557577, + "E": 2.1776684206997743e-06, + "T": 0.00017995215603150427, + "P": 0.009398120455443859, + "-": 0.9879494905471802 + }, + "id": "tp_4321" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 540140, + "label": "-", + "classification": { + "B": 1.3445946933643427e-07, + "S": 2.1150820828097494e-07, + "I": 1.032807176670758e-05, + "C": 4.729787690394005e-07, + "R": 1.6961321591679734e-07, + "M": 0.00019802554743364453, + "O": 1.0626612493069842e-05, + "W": 5.902716182504264e-08, + "N": 4.057337932295013e-08, + "Y": 0.0006208278355188668, + "U": 1.6071816100193814e-09, + "K": 5.131631231058975e-10, + "L": 3.1522672543360386e-06, + "G": 5.4926287702983245e-05, + "F": 0.000623101950623095, + "E": 2.0040640720253577e-06, + "T": 0.0010132507886737585, + "P": 0.004684987477958202, + "-": 0.9927776455879211 + }, + "id": "tp_4322" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 540274, + "label": "-", + "classification": { + "B": 1.1508387615322135e-05, + "S": 1.5527768482570536e-05, + "I": 5.822483581141569e-05, + "C": 5.889459862373769e-05, + "R": 1.709646858216729e-05, + "M": 0.005432288162410259, + "O": 0.00047312560491263866, + "W": 5.157388841325883e-06, + "N": 2.609164766909089e-06, + "Y": 0.014514215290546417, + "U": 5.032537728766329e-07, + "K": 8.73339160989417e-07, + "L": 0.00011685934441629797, + "G": 0.0020691819954663515, + "F": 0.002808717079460621, + "E": 8.418933430220932e-05, + "T": 0.008835437707602978, + "P": 0.0041267951019108295, + "-": 0.9613689184188843 + }, + "id": "tp_4323" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 540407, + "label": "-", + "classification": { + "B": 3.3886460641952e-06, + "S": 5.8987010561395437e-05, + "I": 6.411333015421405e-05, + "C": 0.0076458691619336605, + "R": 0.0010152413742616773, + "M": 0.00455102464184165, + "O": 0.0006936449790373445, + "W": 1.2526797945611179e-05, + "N": 3.943375304515939e-06, + "Y": 0.029146822169423103, + "U": 4.5871007614550763e-07, + "K": 4.862527021032292e-06, + "L": 0.001227285829372704, + "G": 0.05476510897278786, + "F": 0.1868285983800888, + "E": 0.00021580152679234743, + "T": 0.014759298413991928, + "P": 0.0009390481864102185, + "-": 0.6980640888214111 + }, + "id": "tp_4324" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 540507, + "label": "-", + "classification": { + "B": 1.7311170097400463e-07, + "S": 1.4124640301815816e-07, + "I": 1.5678980389566277e-06, + "C": 1.3978528841107618e-06, + "R": 1.4281489768563915e-07, + "M": 8.290783443953842e-05, + "O": 6.337306786008412e-06, + "W": 5.225185262247578e-08, + "N": 3.15874046918907e-08, + "Y": 0.00024632413988001645, + "U": 3.2090508028659315e-09, + "K": 3.5835623357627355e-09, + "L": 2.4987530196085572e-06, + "G": 0.00010862129420274869, + "F": 0.003482386004179716, + "E": 6.640262654400431e-06, + "T": 0.0002561600413173437, + "P": 0.008500205352902412, + "-": 0.9873043894767761 + }, + "id": "tp_4325" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 540641, + "label": "-", + "classification": { + "B": 0.000404433230869472, + "S": 0.0003359565162099898, + "I": 0.0003138938336633146, + "C": 8.787378465058282e-05, + "R": 4.0113169234246016e-05, + "M": 0.006665287539362907, + "O": 0.0012175635201856494, + "W": 7.138156797736883e-05, + "N": 4.379956590128131e-05, + "Y": 0.012579059228301048, + "U": 5.307959781930549e-06, + "K": 2.5632232791394927e-05, + "L": 0.0004340008890721947, + "G": 0.005042735021561384, + "F": 0.052336327731609344, + "E": 0.0011609737994149327, + "T": 0.00941938441246748, + "P": 0.022380324080586433, + "-": 0.8874359130859375 + }, + "id": "tp_4326" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 540774, + "label": "-", + "classification": { + "B": 4.741310476674698e-05, + "S": 1.4903595911164302e-05, + "I": 2.2390191588783637e-05, + "C": 6.520980969071388e-05, + "R": 3.8019137718947604e-05, + "M": 0.007065943907946348, + "O": 0.0007063942612148821, + "W": 4.328652266849531e-06, + "N": 4.5026592943031574e-07, + "Y": 0.004274996463209391, + "U": 1.4748543719633744e-07, + "K": 1.4292032446405756e-08, + "L": 0.0007524036336690187, + "G": 0.0033750536385923624, + "F": 0.0025353890378028154, + "E": 2.7459840566734783e-05, + "T": 0.005317594390362501, + "P": 0.0018871442880481482, + "-": 0.973864734172821 + }, + "id": "tp_4327" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 540908, + "label": "-", + "classification": { + "B": 0.00044764383346773684, + "S": 0.0005280880141071975, + "I": 0.0008706949301995337, + "C": 0.004703070968389511, + "R": 0.0008824609103612602, + "M": 0.007780571933835745, + "O": 0.0018262997036799788, + "W": 0.00013568231952376664, + "N": 0.00013827160000801086, + "Y": 0.021306445822119713, + "U": 1.1293792340438813e-05, + "K": 9.617674368200824e-05, + "L": 0.0033232676796615124, + "G": 0.10084360837936401, + "F": 0.3732890784740448, + "E": 0.007657385431230068, + "T": 0.009626580402255058, + "P": 0.03682456910610199, + "-": 0.4297088086605072 + }, + "id": "tp_4328" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 541008, + "label": "-", + "classification": { + "B": 6.247844339668518e-07, + "S": 6.924494044824314e-08, + "I": 4.973167960997671e-06, + "C": 3.105120640611858e-06, + "R": 4.270569320397044e-07, + "M": 0.0001547294668853283, + "O": 1.0408417438156903e-05, + "W": 5.956696114139959e-08, + "N": 3.541316218047541e-08, + "Y": 0.00011331579298712313, + "U": 3.7150758025461528e-09, + "K": 8.476407908908357e-10, + "L": 2.052058107437915e-06, + "G": 8.891749166650698e-05, + "F": 0.0003786339657381177, + "E": 5.903001238038996e-06, + "T": 0.00021211101557128131, + "P": 0.012536859139800072, + "-": 0.9864879250526428 + }, + "id": "tp_4329" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 541141, + "label": "-", + "classification": { + "B": 1.8575030480860732e-05, + "S": 1.315202553087147e-05, + "I": 0.0003940151655115187, + "C": 0.0002635771525092423, + "R": 4.3034597183577716e-05, + "M": 0.00032717149588279426, + "O": 0.00017849306459538639, + "W": 1.1487602932902519e-05, + "N": 4.285872637410648e-05, + "Y": 0.001806542044505477, + "U": 9.431006219529081e-06, + "K": 3.748714516405016e-05, + "L": 3.903076139977202e-05, + "G": 0.0009848637273535132, + "F": 0.01346892025321722, + "E": 0.0006480785086750984, + "T": 0.001448302180506289, + "P": 0.08402058482170105, + "-": 0.8962443470954895 + }, + "id": "tp_4330" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 541275, + "label": "-", + "classification": { + "B": 2.2932779586426477e-07, + "S": 1.0618399528539157e-06, + "I": 1.5510291632381268e-05, + "C": 9.763009074958973e-06, + "R": 1.1505418342494522e-06, + "M": 0.0003974835854023695, + "O": 2.407900319667533e-05, + "W": 3.573759670416621e-07, + "N": 5.570500434259884e-07, + "Y": 0.0006943266489543021, + "U": 3.343278720535636e-08, + "K": 2.991740188917902e-07, + "L": 3.994819508079672e-06, + "G": 0.00028772259247489274, + "F": 0.009324489161372185, + "E": 5.22579466633033e-05, + "T": 0.0006628742557950318, + "P": 0.010669928044080734, + "-": 0.9778539538383484 + }, + "id": "tp_4331" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 541408, + "label": "-", + "classification": { + "B": 1.7619024220039137e-05, + "S": 1.3693042092199903e-05, + "I": 1.724605681374669e-05, + "C": 1.899383460113313e-05, + "R": 3.591283984860638e-06, + "M": 0.00029866010299883783, + "O": 0.00010447666136315092, + "W": 3.911346993845655e-06, + "N": 1.4419152876143926e-06, + "Y": 0.0008195873815566301, + "U": 1.301543619547374e-07, + "K": 7.881108672336268e-07, + "L": 2.6314155547879636e-05, + "G": 0.0008441173122264445, + "F": 0.04692107439041138, + "E": 0.00012782643898390234, + "T": 0.00042897812090814114, + "P": 0.023983659222722054, + "-": 0.9263679385185242 + }, + "id": "tp_4332" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 541508, + "label": "-", + "classification": { + "B": 8.143854870468203e-07, + "S": 3.5134010545334604e-07, + "I": 8.467687848678906e-07, + "C": 1.049500156113936e-06, + "R": 1.403683853595794e-07, + "M": 4.032592914882116e-05, + "O": 5.843234248459339e-06, + "W": 2.4661829911565292e-08, + "N": 1.696012752461229e-08, + "Y": 8.291350241051987e-05, + "U": 3.9871564383453517e-10, + "K": 1.1075487194034395e-09, + "L": 3.0612955015385523e-06, + "G": 0.0002902464766521007, + "F": 0.01140331570059061, + "E": 1.2857793990406208e-05, + "T": 9.441750444239005e-05, + "P": 0.006155259441584349, + "-": 0.9819085597991943 + }, + "id": "tp_4333" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 541642, + "label": "P", + "classification": { + "B": 5.425454929763873e-08, + "S": 2.3497217682688643e-07, + "I": 3.0802500987192616e-05, + "C": 4.1477528611721937e-07, + "R": 1.299112550867676e-08, + "M": 4.322519089328125e-06, + "O": 1.4406206219064188e-06, + "W": 4.7425029237047056e-08, + "N": 4.446837010618765e-06, + "Y": 9.517132639302872e-06, + "U": 1.45639731385927e-08, + "K": 3.806968607023009e-07, + "L": 3.307184215373127e-08, + "G": 9.148016033577733e-06, + "F": 0.0005635523702949286, + "E": 0.0001486014953115955, + "T": 3.2430987630505115e-05, + "P": 0.7497550845146179, + "-": 0.24943938851356506 + }, + "id": "tp_4334" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 541775, + "label": "-", + "classification": { + "B": 2.1495238797797356e-06, + "S": 1.5995260582712945e-06, + "I": 3.6097030715609435e-06, + "C": 6.817527946623159e-07, + "R": 2.8578406841006654e-07, + "M": 0.0001493526651756838, + "O": 2.849225165846292e-05, + "W": 1.689095512347194e-07, + "N": 5.0819647157140935e-08, + "Y": 0.00024293245223816484, + "U": 2.562330791988643e-09, + "K": 1.2526448767147258e-09, + "L": 7.143573839130113e-06, + "G": 0.00014705343346577138, + "F": 0.0012214456219226122, + "E": 6.994016075623222e-06, + "T": 0.00026067966246046126, + "P": 0.005451807286590338, + "-": 0.9924754500389099 + }, + "id": "tp_4335" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 541875, + "label": "-", + "classification": { + "B": 0.0008357278420589864, + "S": 5.853746188222431e-06, + "I": 0.0007866015657782555, + "C": 0.00010788657527882606, + "R": 1.5727229765616357e-05, + "M": 0.0023499748203903437, + "O": 0.00019977432384621352, + "W": 4.750423613586463e-06, + "N": 1.1304630788799841e-05, + "Y": 0.0010331422090530396, + "U": 7.469984666386154e-07, + "K": 1.7663013807123207e-07, + "L": 0.00016778318968135864, + "G": 0.006671370938420296, + "F": 0.0025290162302553654, + "E": 0.002224181778728962, + "T": 0.0009262634557671845, + "P": 0.202826127409935, + "-": 0.7793036103248596 + }, + "id": "tp_4336" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 542009, + "label": "-", + "classification": { + "B": 6.540103640872985e-06, + "S": 3.8613134734077903e-07, + "I": 1.8694918253459036e-05, + "C": 6.876429688418284e-05, + "R": 9.692609637568239e-06, + "M": 0.00016669242177158594, + "O": 2.1472291336976923e-05, + "W": 3.718981247402553e-07, + "N": 2.2269956900800025e-07, + "Y": 0.0004843964707106352, + "U": 4.555068144895813e-08, + "K": 2.245103125630976e-08, + "L": 1.490298382123001e-05, + "G": 0.0007514426833949983, + "F": 0.0032495171763002872, + "E": 3.015416041307617e-05, + "T": 0.00021880776330363005, + "P": 0.01554288249462843, + "-": 0.9794148802757263 + }, + "id": "tp_4337" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 542142, + "label": "-", + "classification": { + "B": 1.3704289813176729e-05, + "S": 4.417890067998087e-06, + "I": 9.885482722893357e-05, + "C": 0.00024288352869916707, + "R": 1.9081562641076744e-05, + "M": 0.0006296894862316549, + "O": 7.04710473655723e-05, + "W": 2.255460685773869e-06, + "N": 6.283562470343895e-06, + "Y": 0.00457086181268096, + "U": 9.453056009078864e-07, + "K": 4.285162503947504e-05, + "L": 3.040594674530439e-05, + "G": 0.0059057921171188354, + "F": 0.03082435019314289, + "E": 0.0010492564179003239, + "T": 0.001100066932849586, + "P": 0.02854096330702305, + "-": 0.9268468618392944 + }, + "id": "tp_4338" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 542276, + "label": "-", + "classification": { + "B": 8.32028092645487e-07, + "S": 3.4574711094137456e-07, + "I": 3.5269382351543754e-05, + "C": 6.375464727170765e-05, + "R": 1.260551198356552e-05, + "M": 0.00011475124483695254, + "O": 2.4024211597861722e-05, + "W": 5.990399358779541e-07, + "N": 7.203789778031933e-07, + "Y": 0.0011764822993427515, + "U": 3.092327744980139e-07, + "K": 1.8458723616276984e-07, + "L": 7.860489859012887e-06, + "G": 0.0002977789263240993, + "F": 0.0029846811667084694, + "E": 1.4286287296272349e-05, + "T": 0.0006554026622325182, + "P": 0.014073970727622509, + "-": 0.9805362224578857 + }, + "id": "tp_4339" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 542376, + "label": "-", + "classification": { + "B": 8.116703247651458e-05, + "S": 6.036140348442132e-06, + "I": 0.00046427641063928604, + "C": 2.5165727493003942e-05, + "R": 2.8973875032534124e-06, + "M": 0.0007004310027696192, + "O": 0.00010495033347979188, + "W": 1.5241216715367045e-06, + "N": 1.3318604942469392e-05, + "Y": 0.0004790273669641465, + "U": 3.019031851181353e-07, + "K": 5.7194991853748434e-08, + "L": 4.1479754145257175e-05, + "G": 0.0012642880901694298, + "F": 0.00425835233181715, + "E": 0.0007606199942529202, + "T": 0.0007025899249128997, + "P": 0.29003196954727173, + "-": 0.7010616064071655 + }, + "id": "tp_4340" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 542509, + "label": "-", + "classification": { + "B": 6.934354246368457e-07, + "S": 1.682648189671454e-06, + "I": 6.701166421407834e-05, + "C": 0.00013666912855114788, + "R": 2.9962839107611217e-05, + "M": 0.001484115025959909, + "O": 9.177902393275872e-05, + "W": 7.320904273910855e-07, + "N": 1.6920248526730575e-06, + "Y": 0.00977319572120905, + "U": 2.9379353350122983e-07, + "K": 2.292868884978816e-06, + "L": 4.6245299017755315e-05, + "G": 0.00251804874278605, + "F": 0.005243341438472271, + "E": 0.00012607130338437855, + "T": 0.005549992434680462, + "P": 0.004435465671122074, + "-": 0.9704906940460205 + }, + "id": "tp_4341" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 542643, + "label": "-", + "classification": { + "B": 9.626724306599499e-09, + "S": 2.7027413196378802e-08, + "I": 0.000127850376884453, + "C": 1.1237306352995802e-05, + "R": 2.345015900573344e-06, + "M": 4.573852493194863e-05, + "O": 2.4107600893330527e-06, + "W": 6.103420702174844e-08, + "N": 1.2112575404898962e-06, + "Y": 0.003734041703864932, + "U": 3.8782530964454054e-08, + "K": 3.9432738958566915e-06, + "L": 1.4490709077108477e-07, + "G": 0.00014197912241797894, + "F": 0.0009468980715610087, + "E": 0.00011944511788897216, + "T": 0.0004495698376558721, + "P": 0.014042534865438938, + "-": 0.9803705215454102 + }, + "id": "tp_4342" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 542776, + "label": "-", + "classification": { + "B": 1.3397619113675319e-05, + "S": 4.184410863672383e-05, + "I": 0.0005201191524975002, + "C": 0.000262412620941177, + "R": 7.828797242837027e-05, + "M": 0.0019781808368861675, + "O": 0.00038575538201257586, + "W": 2.871513061108999e-05, + "N": 7.697586988797411e-05, + "Y": 0.00663832388818264, + "U": 1.2837462236348074e-05, + "K": 0.00020574091468006372, + "L": 5.545231397263706e-05, + "G": 0.001435261801816523, + "F": 0.02147132158279419, + "E": 0.00083870068192482, + "T": 0.0034834397956728935, + "P": 0.07342391461133957, + "-": 0.889049232006073 + }, + "id": "tp_4343" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 542876, + "label": "-", + "classification": { + "B": 3.0121372063263152e-09, + "S": 3.901385325910667e-10, + "I": 4.228918987791985e-05, + "C": 2.5951493398679304e-07, + "R": 1.3601812121066814e-08, + "M": 2.689442681003129e-06, + "O": 1.2450678354980482e-07, + "W": 7.879406571653647e-10, + "N": 9.228526920423974e-08, + "Y": 2.9095828722347505e-05, + "U": 7.944175317575741e-10, + "K": 2.819834088452211e-10, + "L": 1.0715559106699857e-08, + "G": 3.196235866198549e-06, + "F": 2.3606695322087035e-05, + "E": 9.401905117556453e-06, + "T": 2.2071679268265143e-05, + "P": 0.34585684537887573, + "-": 0.6540104150772095 + }, + "id": "tp_4344" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 543010, + "label": "-", + "classification": { + "B": 2.00173890334554e-05, + "S": 8.731911657378078e-05, + "I": 0.0001308838982367888, + "C": 0.000443476892542094, + "R": 6.792686326662078e-05, + "M": 0.0017048971494659781, + "O": 0.0003678628709167242, + "W": 2.2358499336405657e-05, + "N": 1.9775048713199794e-05, + "Y": 0.010235638357698917, + "U": 1.6871762227310683e-06, + "K": 6.034976468072273e-05, + "L": 0.00021890224888920784, + "G": 0.011485321447253227, + "F": 0.26162174344062805, + "E": 0.0014024616684764624, + "T": 0.003734870348125696, + "P": 0.021069275215268135, + "-": 0.6873052716255188 + }, + "id": "tp_4345" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 543143, + "label": "-", + "classification": { + "B": 1.768007678037975e-06, + "S": 2.250915486001759e-06, + "I": 0.0005391363520175219, + "C": 7.067786646075547e-05, + "R": 8.081706255325116e-06, + "M": 4.474497472983785e-05, + "O": 2.3964927095221356e-05, + "W": 4.383007308206288e-06, + "N": 5.931941996095702e-05, + "Y": 0.001023543649353087, + "U": 5.084682470624102e-06, + "K": 0.00019584008259698749, + "L": 1.987946006920538e-06, + "G": 0.00026936514768749475, + "F": 0.00834609568119049, + "E": 0.002129897940903902, + "T": 0.00027608926757238805, + "P": 0.38705092668533325, + "-": 0.599946916103363 + }, + "id": "tp_4346" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 543277, + "label": "-", + "classification": { + "B": 0.00045175175182521343, + "S": 0.0008013071492314339, + "I": 0.0004920735373161733, + "C": 0.000305215799016878, + "R": 0.00011581348371692002, + "M": 0.008723760023713112, + "O": 0.002441592514514923, + "W": 0.0003631142317317426, + "N": 0.00013969573774375021, + "Y": 0.009283422492444515, + "U": 3.681153975776397e-05, + "K": 0.00040249640005640686, + "L": 0.0006154794828034937, + "G": 0.004043712746351957, + "F": 0.0930999293923378, + "E": 0.002850386779755354, + "T": 0.008296851068735123, + "P": 0.05521165579557419, + "-": 0.8123250007629395 + }, + "id": "tp_4347" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 543377, + "label": "-", + "classification": { + "B": 4.4108340091497666e-08, + "S": 1.756779823836041e-07, + "I": 4.253508450346999e-06, + "C": 1.804927819648583e-06, + "R": 1.252217032288172e-07, + "M": 1.402970610797638e-05, + "O": 4.6185268729459494e-06, + "W": 1.211493270147912e-07, + "N": 2.593912142856425e-07, + "Y": 8.288321259897202e-05, + "U": 1.4997805664052066e-08, + "K": 5.650143748425762e-07, + "L": 1.5584940626922617e-07, + "G": 1.4308790923678316e-05, + "F": 0.0033816543873399496, + "E": 1.3187383956392296e-05, + "T": 6.90399028826505e-05, + "P": 0.028827117756009102, + "-": 0.967585563659668 + }, + "id": "tp_4348" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 543510, + "label": "-", + "classification": { + "B": 0.00010284617746947333, + "S": 0.00015905022155493498, + "I": 0.0012215283932164311, + "C": 0.0005028038285672665, + "R": 0.0002008810406550765, + "M": 0.005089821293950081, + "O": 0.0014159156708046794, + "W": 0.00010870960977626964, + "N": 0.00018181141058448702, + "Y": 0.02055169828236103, + "U": 4.298279236536473e-05, + "K": 0.00011126836761832237, + "L": 0.000405441562179476, + "G": 0.004583735950291157, + "F": 0.01871570572257042, + "E": 0.0018156408332288265, + "T": 0.011100689880549908, + "P": 0.06024562940001488, + "-": 0.8734438419342041 + }, + "id": "tp_4349" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 543644, + "label": "-", + "classification": { + "B": 3.1496617793891346e-06, + "S": 1.7807049061957514e-06, + "I": 2.396720333308622e-07, + "C": 7.939186730254733e-08, + "R": 4.694481958722463e-08, + "M": 2.541210960771423e-05, + "O": 1.758332655299455e-05, + "W": 1.4659983094134077e-07, + "N": 5.40460076692284e-09, + "Y": 5.6250602938234806e-05, + "U": 3.039196672105504e-10, + "K": 3.7192299240373927e-10, + "L": 3.4511274407122983e-06, + "G": 4.082292798557319e-05, + "F": 0.002595446305349469, + "E": 8.777814741733891e-07, + "T": 7.037094474071637e-05, + "P": 0.0016875447472557425, + "-": 0.9954967498779297 + }, + "id": "tp_4350" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 543777, + "label": "-", + "classification": { + "B": 7.568467117380351e-05, + "S": 8.393108146265149e-05, + "I": 0.00043923594057559967, + "C": 2.9295284548425116e-05, + "R": 7.741194167465437e-06, + "M": 0.000252382829785347, + "O": 0.00020846730330958962, + "W": 3.352723433636129e-05, + "N": 8.727858948986977e-05, + "Y": 0.000522523419931531, + "U": 5.2817149480688386e-06, + "K": 2.710740955080837e-05, + "L": 2.8328375265118666e-05, + "G": 0.0003774909127969295, + "F": 0.01615525223314762, + "E": 0.0007763396133668721, + "T": 0.0009152917773462832, + "P": 0.36797159910202026, + "-": 0.6120032668113708 + }, + "id": "tp_4351" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 543877, + "label": "-", + "classification": { + "B": 1.8684432916415972e-06, + "S": 7.055854212012491e-07, + "I": 3.58229476660199e-06, + "C": 1.2960434787601116e-06, + "R": 4.389493710732495e-07, + "M": 1.856646304077003e-05, + "O": 1.3638344171340577e-05, + "W": 1.5362354588432936e-07, + "N": 1.7041767819137021e-07, + "Y": 0.00044285034528002143, + "U": 1.8953544511646214e-08, + "K": 4.648774520887855e-08, + "L": 2.2576750779990107e-06, + "G": 0.00015294765762519091, + "F": 0.00586505513638258, + "E": 8.708825589565095e-06, + "T": 0.00033408496528863907, + "P": 0.01376083493232727, + "-": 0.9793927073478699 + }, + "id": "tp_4352" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 544011, + "label": "-", + "classification": { + "B": 7.14163945758628e-08, + "S": 1.2535156024284788e-08, + "I": 1.9147648345096968e-05, + "C": 7.588575044792378e-06, + "R": 2.685937943169847e-07, + "M": 2.328742311874521e-06, + "O": 7.125186698431207e-07, + "W": 1.8235414955825036e-08, + "N": 3.1762405683366524e-07, + "Y": 4.078424535691738e-05, + "U": 1.79808008482496e-08, + "K": 8.419852548513518e-08, + "L": 6.57547261084801e-08, + "G": 1.778775913408026e-05, + "F": 0.0008315503946505487, + "E": 1.7262269466300495e-05, + "T": 1.8576600268715993e-05, + "P": 0.13523487746715546, + "-": 0.8638086318969727 + }, + "id": "tp_4353" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 544144, + "label": "-", + "classification": { + "B": 5.445109309221152e-06, + "S": 7.690025995543692e-06, + "I": 0.000336814351612702, + "C": 4.172010812908411e-05, + "R": 1.0256814675813075e-05, + "M": 0.0004078480997122824, + "O": 4.596027065417729e-05, + "W": 4.08040068577975e-06, + "N": 1.5250695469148923e-05, + "Y": 0.004613122437149286, + "U": 7.215933806037356e-07, + "K": 1.1782531146309339e-05, + "L": 6.349328486976447e-06, + "G": 0.00036205755895935, + "F": 0.012332447804510593, + "E": 0.0007106931298039854, + "T": 0.0006879014545120299, + "P": 0.09013482928276062, + "-": 0.8902650475502014 + }, + "id": "tp_4354" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 544278, + "label": "-", + "classification": { + "B": 0.0004291630466468632, + "S": 0.0001359644957119599, + "I": 5.4596548579866067e-05, + "C": 0.0003928672813344747, + "R": 6.532992847496644e-05, + "M": 0.006709278095513582, + "O": 0.0008784155361354351, + "W": 1.9062110368395224e-05, + "N": 2.184597178711556e-06, + "Y": 0.0035586331505328417, + "U": 3.068377054660232e-07, + "K": 3.550551355147036e-07, + "L": 0.0019710760097950697, + "G": 0.021803442388772964, + "F": 0.08040046691894531, + "E": 0.0005847327993251383, + "T": 0.0026922128163278103, + "P": 0.008088420145213604, + "-": 0.8722133636474609 + }, + "id": "tp_4355" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 544378, + "label": "-", + "classification": { + "B": 0.00010070490679936484, + "S": 7.4913936032317e-07, + "I": 2.448269469823572e-06, + "C": 2.8300155463512056e-07, + "R": 5.141185610568755e-08, + "M": 2.752160798991099e-05, + "O": 1.5992105545592494e-05, + "W": 1.3566992151936574e-07, + "N": 2.4166858736407448e-08, + "Y": 1.488931775384117e-05, + "U": 1.278253614067637e-09, + "K": 7.615404834515616e-11, + "L": 8.849486221151892e-06, + "G": 7.341195305343717e-05, + "F": 0.0005572722293436527, + "E": 6.591436431335751e-06, + "T": 3.164281588396989e-05, + "P": 0.024662978947162628, + "-": 0.9744964838027954 + }, + "id": "tp_4356" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 544511, + "label": "-", + "classification": { + "B": 9.125790711550508e-06, + "S": 2.886737638618797e-05, + "I": 1.6650559700792655e-05, + "C": 3.811791248153895e-05, + "R": 4.427926796779502e-06, + "M": 0.0010132102761417627, + "O": 0.00015625794185325503, + "W": 2.54152246270678e-06, + "N": 1.1389872724976158e-06, + "Y": 0.001244658138602972, + "U": 7.805746804478986e-08, + "K": 2.0875490918115247e-06, + "L": 0.00010491782450117171, + "G": 0.002472561551257968, + "F": 0.07462712377309799, + "E": 0.00020974752260372043, + "T": 0.001573514542542398, + "P": 0.0054303910583257675, + "-": 0.9130645394325256 + }, + "id": "tp_4357" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 544645, + "label": "-", + "classification": { + "B": 5.108796585773234e-07, + "S": 3.1990145998861408e-06, + "I": 8.278038876596838e-07, + "C": 0.00021238111366983503, + "R": 2.1339043087209575e-05, + "M": 0.0005714715807698667, + "O": 8.181113662431017e-05, + "W": 6.164330557112407e-07, + "N": 5.729588181679901e-08, + "Y": 0.004633438307791948, + "U": 5.676048075997642e-09, + "K": 3.3442582036968815e-08, + "L": 0.00011028425797121599, + "G": 0.0038505196571350098, + "F": 0.07631557434797287, + "E": 1.4751691196579486e-05, + "T": 0.0019436752190813422, + "P": 0.0008809801074676216, + "-": 0.9113585352897644 + }, + "id": "tp_4358" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 544778, + "label": "-", + "classification": { + "B": 1.1933541827602312e-05, + "S": 0.0001743602188071236, + "I": 3.455839032540098e-05, + "C": 0.0020843115635216236, + "R": 0.0006510825478471816, + "M": 0.002873638179153204, + "O": 0.0010979014914482832, + "W": 4.6237266360549256e-05, + "N": 3.962333266827045e-06, + "Y": 0.020271994173526764, + "U": 5.374322427087463e-07, + "K": 1.7475800632382743e-05, + "L": 0.0008760933997109532, + "G": 0.021632062271237373, + "F": 0.2610355019569397, + "E": 0.00013080415374133736, + "T": 0.009689312428236008, + "P": 0.0013512445148080587, + "-": 0.6780170202255249 + }, + "id": "tp_4359" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 544878, + "label": "-", + "classification": { + "B": 2.170412294333346e-09, + "S": 1.3951749622265197e-07, + "I": 2.0966668401456445e-08, + "C": 1.7303823085512704e-07, + "R": 6.509672800802946e-08, + "M": 3.959993409807794e-05, + "O": 2.1753021428594366e-06, + "W": 5.447597928309733e-09, + "N": 4.006230347464168e-10, + "Y": 0.0014107106253504753, + "U": 1.3219357032634438e-11, + "K": 2.715611735482071e-09, + "L": 8.634239634375263e-07, + "G": 0.00025378918508067727, + "F": 0.05165374279022217, + "E": 4.3399620608397527e-07, + "T": 0.0002822986280079931, + "P": 9.10311791813001e-05, + "-": 0.9462649822235107 + }, + "id": "tp_4360" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 545012, + "label": "-", + "classification": { + "B": 7.901318710423766e-09, + "S": 3.6282205684301516e-08, + "I": 1.3371123941396945e-06, + "C": 1.849625914474018e-05, + "R": 2.750461362666101e-06, + "M": 9.899224824039266e-05, + "O": 7.92452829045942e-06, + "W": 2.0635512854028093e-08, + "N": 1.0532353655889892e-08, + "Y": 0.0011447956785559654, + "U": 1.2268341897936352e-09, + "K": 3.2247091663606398e-09, + "L": 3.833637492789421e-06, + "G": 0.0005431479075923562, + "F": 0.008837487548589706, + "E": 2.283263256686041e-06, + "T": 0.00022482163331005722, + "P": 0.002182534895837307, + "-": 0.9869316220283508 + }, + "id": "tp_4361" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 545145, + "label": "-", + "classification": { + "B": 6.872480753372656e-06, + "S": 1.0383645303591038e-06, + "I": 0.0001066583427018486, + "C": 1.1083231584052555e-05, + "R": 1.750014803292288e-06, + "M": 8.155138493748382e-05, + "O": 2.916599805757869e-05, + "W": 8.362077892343223e-07, + "N": 3.378631618033978e-06, + "Y": 0.0001081457594409585, + "U": 2.6764760718833713e-07, + "K": 4.770694772560091e-08, + "L": 6.604991540370975e-06, + "G": 8.391980372834951e-05, + "F": 0.000999715062789619, + "E": 0.0001654630759730935, + "T": 0.0002524873416405171, + "P": 0.2362617403268814, + "-": 0.7618793249130249 + }, + "id": "tp_4362" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 545279, + "label": "-", + "classification": { + "B": 9.010182111524045e-08, + "S": 7.45925277101378e-08, + "I": 6.750393822585465e-06, + "C": 2.695603598112939e-07, + "R": 9.189977845380781e-08, + "M": 0.0003740264510270208, + "O": 5.876668637938565e-06, + "W": 1.6667097924027985e-08, + "N": 2.314650693335807e-08, + "Y": 0.0013112977612763643, + "U": 6.60502263993834e-10, + "K": 7.560629899927562e-10, + "L": 8.20424361336336e-07, + "G": 7.669984188396484e-05, + "F": 0.0001597691880306229, + "E": 4.920866103930166e-06, + "T": 0.0010149887530133128, + "P": 0.0018593919230625033, + "-": 0.9951849579811096 + }, + "id": "tp_4363" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 545379, + "label": "-", + "classification": { + "B": 2.40159392372874e-10, + "S": 1.3604969373304243e-09, + "I": 2.084480504871422e-10, + "C": 1.2462971765714315e-09, + "R": 2.5837981754150974e-10, + "M": 1.8368621113040717e-06, + "O": 2.5478297516201565e-07, + "W": 1.1675091449170338e-10, + "N": 1.5516371824550457e-12, + "Y": 1.920765953400405e-06, + "U": 3.910764331187082e-14, + "K": 1.393735387517081e-13, + "L": 8.770808079816561e-09, + "G": 4.186364037650492e-07, + "F": 3.9191232644952834e-05, + "E": 6.316492884295144e-10, + "T": 3.125880311927176e-06, + "P": 3.623207157943398e-05, + "-": 0.9999170303344727 + }, + "id": "tp_4364" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 545512, + "label": "-", + "classification": { + "B": 0.0005350872525013983, + "S": 0.0002749537816271186, + "I": 0.0001909905840875581, + "C": 0.00011853380419779569, + "R": 5.421849709819071e-05, + "M": 0.00622658571228385, + "O": 0.0015968471998348832, + "W": 6.117433804320171e-05, + "N": 1.5717687347205356e-05, + "Y": 0.004432232119143009, + "U": 2.3425416202371707e-06, + "K": 2.095034233207116e-06, + "L": 0.0007348443032242358, + "G": 0.002801383612677455, + "F": 0.006787319201976061, + "E": 0.0002939778205472976, + "T": 0.010158400051295757, + "P": 0.015416702255606651, + "-": 0.9502965807914734 + }, + "id": "tp_4365" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 545646, + "label": "-", + "classification": { + "B": 0.00010925472452072427, + "S": 1.5302048268495128e-05, + "I": 0.00026723931659944355, + "C": 0.0005015678470954299, + "R": 6.992081762291491e-05, + "M": 0.004526602104306221, + "O": 0.00034994384623132646, + "W": 1.051514846039936e-05, + "N": 1.5127466213016305e-05, + "Y": 0.005926245357841253, + "U": 5.4167626331036445e-06, + "K": 1.759461042638577e-06, + "L": 0.0002211171085946262, + "G": 0.003595265094190836, + "F": 0.009175995364785194, + "E": 0.0008029086166061461, + "T": 0.0037042333278805017, + "P": 0.05182524397969246, + "-": 0.9188763499259949 + }, + "id": "tp_4366" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 545779, + "label": "-", + "classification": { + "B": 1.9647890439955518e-05, + "S": 8.341574357473291e-06, + "I": 0.000375138595700264, + "C": 4.820553294848651e-05, + "R": 1.4933092643332202e-05, + "M": 0.0005990005447529256, + "O": 0.00019079918274655938, + "W": 9.931366548698861e-06, + "N": 1.3795714949083049e-05, + "Y": 0.0008811429142951965, + "U": 1.4298036603577202e-06, + "K": 2.327194579265779e-06, + "L": 4.266865653335117e-05, + "G": 0.0008596705738455057, + "F": 0.007206841837614775, + "E": 0.0003343113057781011, + "T": 0.0009015032555907965, + "P": 0.1270674616098404, + "-": 0.8614227771759033 + }, + "id": "tp_4367" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 545879, + "label": "P", + "classification": { + "B": 5.261301438963528e-08, + "S": 2.9356254316326158e-08, + "I": 0.00019847664225380868, + "C": 4.389505647850456e-06, + "R": 2.1551143447595678e-07, + "M": 6.9034163061587606e-06, + "O": 1.1173801794939209e-06, + "W": 8.654266281382661e-08, + "N": 5.028232408221811e-06, + "Y": 3.566192026482895e-05, + "U": 7.692479186971468e-08, + "K": 2.577537998149637e-06, + "L": 6.372711425228772e-08, + "G": 1.799537676561158e-05, + "F": 0.0013868255773559213, + "E": 0.0003217427583876997, + "T": 2.7584133931668475e-05, + "P": 0.6016827821731567, + "-": 0.39630839228630066 + }, + "id": "tp_4368" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 546013, + "label": "-", + "classification": { + "B": 2.30616769840708e-05, + "S": 1.128021722252015e-06, + "I": 0.00016042332572396845, + "C": 1.973081634787377e-05, + "R": 6.639375442318851e-06, + "M": 0.0027702401857823133, + "O": 0.0003027224447578192, + "W": 9.47465707668016e-07, + "N": 4.509417408371519e-07, + "Y": 0.0009136610897257924, + "U": 2.663279019543552e-08, + "K": 1.277027927848451e-10, + "L": 0.00017130278865806758, + "G": 0.0012263674288988113, + "F": 6.90198503434658e-05, + "E": 2.3751746994093992e-05, + "T": 0.0031994758173823357, + "P": 0.011195696890354156, + "-": 0.9799153208732605 + }, + "id": "tp_4369" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 546146, + "label": "-", + "classification": { + "B": 0.0003208829730283469, + "S": 1.0744261089712381e-05, + "I": 1.1050109606003389e-05, + "C": 0.00011632721725618467, + "R": 3.256805575801991e-05, + "M": 0.002251500030979514, + "O": 0.0005995669052936137, + "W": 5.029110980103724e-06, + "N": 3.218389679204847e-07, + "Y": 0.000971950707025826, + "U": 2.6823803978004435e-07, + "K": 2.7710232330946383e-08, + "L": 0.0008640611777082086, + "G": 0.004259502049535513, + "F": 0.005117521621286869, + "E": 2.66723582171835e-05, + "T": 0.0011797838378697634, + "P": 0.004323273431509733, + "-": 0.9799088835716248 + }, + "id": "tp_4370" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 546280, + "label": "-", + "classification": { + "B": 2.2820900994702242e-05, + "S": 4.883264068666904e-07, + "I": 6.668958576483419e-06, + "C": 9.752892765391152e-06, + "R": 2.5600995741115185e-06, + "M": 0.0002208247169619426, + "O": 4.455010639503598e-05, + "W": 1.288643289854008e-07, + "N": 4.625319505180414e-08, + "Y": 5.7947301684180275e-05, + "U": 2.9498548048678686e-09, + "K": 3.7714786155218505e-11, + "L": 5.824309846502729e-05, + "G": 0.0006555308355018497, + "F": 0.0007742132293060422, + "E": 9.136778317042626e-06, + "T": 0.00020507574663497508, + "P": 0.00948613416403532, + "-": 0.9884458780288696 + }, + "id": "tp_4371" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 546380, + "label": "-", + "classification": { + "B": 8.214670401684998e-07, + "S": 5.553862501983531e-05, + "I": 1.697551681445475e-07, + "C": 5.628672806778923e-05, + "R": 5.205758043302922e-06, + "M": 0.0008074798388406634, + "O": 0.00019355346739757806, + "W": 1.922955334521248e-06, + "N": 2.6386427265379098e-08, + "Y": 0.00016662963025737554, + "U": 1.4265632009013984e-09, + "K": 1.8689246417125105e-07, + "L": 0.0001866090315161273, + "G": 0.0033070556819438934, + "F": 0.477828711271286, + "E": 1.3969727660878561e-05, + "T": 0.00036258966429159045, + "P": 0.00045727830729447305, + "-": 0.5165560245513916 + }, + "id": "tp_4372" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 546513, + "label": "-", + "classification": { + "B": 0.0015822435962036252, + "S": 2.5239394744858146e-05, + "I": 5.491633419296704e-05, + "C": 6.47012393528712e-06, + "R": 2.9099649054842303e-06, + "M": 0.004352089483290911, + "O": 0.0007434570579789579, + "W": 5.787719601357821e-06, + "N": 7.755803608233691e-07, + "Y": 0.0001250278000952676, + "U": 3.422938377184437e-08, + "K": 1.0311305281840433e-10, + "L": 0.0006834435043856502, + "G": 0.00079831772018224, + "F": 0.0005306675448082387, + "E": 9.406037133885548e-05, + "T": 0.0007738988497294486, + "P": 0.05158818140625954, + "-": 0.9386324286460876 + }, + "id": "tp_4373" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 546647, + "label": "-", + "classification": { + "B": 0.0002935960947070271, + "S": 0.001857132650911808, + "I": 7.005246152402833e-05, + "C": 0.0003555287257768214, + "R": 0.0003190866264048964, + "M": 0.0034472960978746414, + "O": 0.005128301680088043, + "W": 0.0006511374958790839, + "N": 1.8924494725069962e-05, + "Y": 0.006814553868025541, + "U": 4.739541054732399e-06, + "K": 5.172078454052098e-05, + "L": 0.0016905571101233363, + "G": 0.006106519605964422, + "F": 0.07685189694166183, + "E": 0.0001301895681535825, + "T": 0.007263185456395149, + "P": 0.01108810305595398, + "-": 0.877857506275177 + }, + "id": "tp_4374" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 546780, + "label": "F", + "classification": { + "B": 8.471443834423553e-06, + "S": 0.0007301271543838084, + "I": 5.539086032513296e-06, + "C": 0.004454112146049738, + "R": 0.0010322462767362595, + "M": 0.01262451708316803, + "O": 0.0027373398188501596, + "W": 5.4344454838428646e-05, + "N": 1.3104690879117697e-06, + "Y": 0.016244761645793915, + "U": 8.923060335064292e-08, + "K": 1.646648524911143e-05, + "L": 0.003881753422319889, + "G": 0.16240695118904114, + "F": 0.5596707463264465, + "E": 0.00012168523971922696, + "T": 0.013108985498547554, + "P": 0.00012531469110399485, + "-": 0.22277525067329407 + }, + "id": "tp_4375" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 546880, + "label": "-", + "classification": { + "B": 0.0009757220977917314, + "S": 0.0011349276173859835, + "I": 6.789259350625798e-05, + "C": 0.0004906070535071194, + "R": 0.0001601441908860579, + "M": 0.033407554030418396, + "O": 0.007415833882987499, + "W": 0.00011214164987904951, + "N": 7.080260274960892e-06, + "Y": 0.010635413229465485, + "U": 8.352778877451783e-07, + "K": 1.1551948091437225e-06, + "L": 0.008080064319074154, + "G": 0.03895672410726547, + "F": 0.06409168243408203, + "E": 0.0005979513516649604, + "T": 0.009006690233945847, + "P": 0.0038519848603755236, + "-": 0.8210055828094482 + }, + "id": "tp_4376" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 547014, + "label": "-", + "classification": { + "B": 3.308408849989064e-06, + "S": 5.678659817931475e-06, + "I": 6.065150591894053e-05, + "C": 0.0003634183085523546, + "R": 4.2167735955445096e-05, + "M": 0.001903677242808044, + "O": 0.0001515214389655739, + "W": 2.2784684006182943e-06, + "N": 2.411169134575175e-06, + "Y": 0.008789919316768646, + "U": 5.941359404459945e-07, + "K": 8.586148396716453e-06, + "L": 0.0001479265047237277, + "G": 0.00977103877812624, + "F": 0.04746152460575104, + "E": 0.00018892699154093862, + "T": 0.0029021799564361572, + "P": 0.010555640794336796, + "-": 0.9176385998725891 + }, + "id": "tp_4377" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 547147, + "label": "-", + "classification": { + "B": 3.897648923611996e-07, + "S": 7.280600016201788e-07, + "I": 2.6764097128761932e-05, + "C": 9.249182039638981e-05, + "R": 7.509451734222239e-06, + "M": 0.00013889050751458853, + "O": 2.3280608729692176e-05, + "W": 4.3910927161050495e-07, + "N": 1.2392101780278608e-06, + "Y": 0.001222386839799583, + "U": 1.2824723683024786e-07, + "K": 2.3864565719122766e-06, + "L": 5.57542307433323e-06, + "G": 0.0006780052790418267, + "F": 0.012782027013599873, + "E": 6.452875823015347e-05, + "T": 0.00037128161056898534, + "P": 0.013258511200547218, + "-": 0.9713233709335327 + }, + "id": "tp_4378" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 547281, + "label": "-", + "classification": { + "B": 2.25164331624228e-09, + "S": 1.1763523488639294e-08, + "I": 2.7945108627136506e-07, + "C": 3.2935048466242733e-07, + "R": 5.718582940517081e-08, + "M": 3.1943138765200274e-06, + "O": 5.894961532248999e-07, + "W": 2.7365920640676222e-09, + "N": 2.9058120354363837e-09, + "Y": 3.851169458357617e-05, + "U": 2.663903542199364e-10, + "K": 4.344984816384567e-09, + "L": 5.265292557510293e-08, + "G": 7.272675702552078e-06, + "F": 0.001155519625172019, + "E": 2.947538177977549e-07, + "T": 2.4175391445169225e-05, + "P": 0.0011318342294543982, + "-": 0.9976379871368408 + }, + "id": "tp_4379" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 547381, + "label": "-", + "classification": { + "B": 7.2556204031570815e-06, + "S": 6.323224965854024e-07, + "I": 6.994408181526524e-07, + "C": 3.825934982160106e-06, + "R": 3.1853625159783405e-07, + "M": 0.00011094082583440468, + "O": 1.7425774785806425e-05, + "W": 8.499725367983046e-08, + "N": 1.3064818560337699e-08, + "Y": 0.00016832628170959651, + "U": 1.1381473541405285e-09, + "K": 3.0535243222828967e-09, + "L": 8.972894647740759e-06, + "G": 0.0007210253970697522, + "F": 0.01719125173985958, + "E": 8.17619547888171e-06, + "T": 8.108503971016034e-05, + "P": 0.0032353277783840895, + "-": 0.9784446358680725 + }, + "id": "tp_4380" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 547514, + "label": "-", + "classification": { + "B": 1.4344101145979948e-05, + "S": 1.768109177646693e-05, + "I": 0.00011753993021557108, + "C": 0.000531621859408915, + "R": 0.00014645556802861392, + "M": 0.01805965229868889, + "O": 0.000888638140168041, + "W": 6.369953553075902e-06, + "N": 3.541439127729973e-06, + "Y": 0.01282500196248293, + "U": 9.933067985912203e-07, + "K": 7.776252459734678e-07, + "L": 0.0011311949929222465, + "G": 0.01936671882867813, + "F": 0.018502026796340942, + "E": 0.00020873996254522353, + "T": 0.009256758727133274, + "P": 0.009017210453748703, + "-": 0.9099047183990479 + }, + "id": "tp_4381" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 547648, + "label": "-", + "classification": { + "B": 5.332952241587918e-06, + "S": 1.0294489811712992e-06, + "I": 3.25079272442963e-05, + "C": 4.76003551739268e-05, + "R": 2.652330294949934e-06, + "M": 0.00039699964690953493, + "O": 1.7246022252948023e-05, + "W": 1.705573140498018e-07, + "N": 5.812832455376338e-07, + "Y": 0.0004549015429802239, + "U": 4.235829464960261e-08, + "K": 6.276757602563521e-08, + "L": 1.2844198863604106e-05, + "G": 0.0012401638086885214, + "F": 0.011824999935925007, + "E": 0.00019811271340586245, + "T": 0.0003593193832784891, + "P": 0.028571849688887596, + "-": 0.9568336009979248 + }, + "id": "tp_4382" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 547781, + "label": "F", + "classification": { + "B": 0.0005488881142809987, + "S": 0.00643874378874898, + "I": 0.00020069806487299502, + "C": 0.0018398553365841508, + "R": 0.0010310692014172673, + "M": 0.02357781119644642, + "O": 0.014400918036699295, + "W": 0.000973004091065377, + "N": 6.658311758656055e-05, + "Y": 0.03239660710096359, + "U": 9.96314611256821e-06, + "K": 0.0006891569937579334, + "L": 0.015375935472548008, + "G": 0.20988711714744568, + "F": 0.4064415693283081, + "E": 0.00241160043515265, + "T": 0.01750630885362625, + "P": 0.002286606701090932, + "-": 0.2639175355434418 + }, + "id": "tp_4383" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 547881, + "label": "-", + "classification": { + "B": 3.739267029345683e-08, + "S": 2.9421926228678785e-06, + "I": 5.343194970919285e-07, + "C": 0.0008690485265105963, + "R": 0.00015394794172607362, + "M": 0.0018797173397615552, + "O": 0.00012524476915132254, + "W": 4.0210420593211893e-07, + "N": 1.327344545387632e-08, + "Y": 0.007276953663676977, + "U": 2.584413572037647e-09, + "K": 8.617979574410128e-08, + "L": 0.00027588725788518786, + "G": 0.012816859409213066, + "F": 0.1140495017170906, + "E": 2.7780722575698746e-06, + "T": 0.0029961508698761463, + "P": 8.650303061585873e-05, + "-": 0.8594634532928467 + }, + "id": "tp_4384" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 548015, + "label": "-", + "classification": { + "B": 8.955457451520488e-05, + "S": 9.984867210732773e-05, + "I": 9.57077500061132e-05, + "C": 0.0010481234639883041, + "R": 0.0002268291573273018, + "M": 0.008802471682429314, + "O": 0.0007963207899592817, + "W": 1.771302049746737e-05, + "N": 4.985929081158247e-06, + "Y": 0.00754504231736064, + "U": 1.196706193695718e-06, + "K": 2.1461585220095003e-06, + "L": 0.0012546370271593332, + "G": 0.01514893677085638, + "F": 0.045278873294591904, + "E": 0.00036154466215521097, + "T": 0.0053779552690684795, + "P": 0.007137319538742304, + "-": 0.9067108035087585 + }, + "id": "tp_4385" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 548148, + "label": "-", + "classification": { + "B": 6.79202566971071e-05, + "S": 8.127129694912583e-05, + "I": 1.6701402273611166e-05, + "C": 1.6718118786229752e-05, + "R": 5.884197435079841e-06, + "M": 0.0032892755698412657, + "O": 0.0008150624926201999, + "W": 1.1836666089948267e-05, + "N": 1.053883352142293e-06, + "Y": 0.001205291016958654, + "U": 1.1212395634174754e-07, + "K": 7.951233271796809e-08, + "L": 0.00036146611091680825, + "G": 0.0016028814716264606, + "F": 0.017426664009690285, + "E": 0.00011863387771882117, + "T": 0.0015596383018419147, + "P": 0.008615387603640556, + "-": 0.9648041129112244 + }, + "id": "tp_4386" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 548282, + "label": "-", + "classification": { + "B": 6.9310972321545705e-06, + "S": 1.624265166810801e-07, + "I": 1.776151179910812e-06, + "C": 1.5191978945949813e-06, + "R": 2.1193626764670626e-07, + "M": 0.0005802271771244705, + "O": 3.437101258896291e-05, + "W": 5.554944237928794e-08, + "N": 9.40887989742123e-09, + "Y": 4.608143353834748e-05, + "U": 8.058912981390165e-10, + "K": 5.7980856227324296e-11, + "L": 1.8991975593962707e-05, + "G": 0.00021615150035358965, + "F": 0.00033315925975330174, + "E": 6.0913380366400816e-06, + "T": 9.998771565733477e-05, + "P": 0.0031574589665979147, + "-": 0.9954967498779297 + }, + "id": "tp_4387" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 548382, + "label": "-", + "classification": { + "B": 2.993411030161042e-08, + "S": 1.6861487495134497e-07, + "I": 1.208000753649685e-06, + "C": 4.959545094607165e-07, + "R": 1.9455801236745174e-07, + "M": 0.00030277695623226464, + "O": 1.290087129746098e-05, + "W": 7.390161727016675e-08, + "N": 3.5687854449406586e-08, + "Y": 0.0007794506382197142, + "U": 6.2962532965116225e-09, + "K": 1.1313439962634675e-08, + "L": 1.6970727756415727e-06, + "G": 3.5348875826457515e-05, + "F": 0.0005076082888990641, + "E": 1.8577085256765713e-06, + "T": 0.0006906133494339883, + "P": 0.001372984261251986, + "-": 0.9962925314903259 + }, + "id": "tp_4388" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 548515, + "label": "-", + "classification": { + "B": 0.00026063923723995686, + "S": 2.0490035240072757e-05, + "I": 1.1671335187202203e-06, + "C": 1.1109428754707551e-07, + "R": 4.2068265315720055e-08, + "M": 0.00099957175552845, + "O": 0.00017121412383858114, + "W": 8.335862844432995e-07, + "N": 2.9756368036260028e-08, + "Y": 3.5306231438880786e-05, + "U": 5.581772266616269e-10, + "K": 6.15491962951964e-11, + "L": 3.174499943270348e-05, + "G": 9.153408609563485e-05, + "F": 0.0012180638732388616, + "E": 8.784963029029313e-06, + "T": 0.00012710686132777482, + "P": 0.011882741004228592, + "-": 0.9851505160331726 + }, + "id": "tp_4389" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 548649, + "label": "-", + "classification": { + "B": 1.3140898147412372e-07, + "S": 3.6682108461860707e-09, + "I": 1.5752986415318304e-10, + "C": 9.437339798523681e-11, + "R": 5.812069575616974e-11, + "M": 1.5417948588947183e-06, + "O": 7.275974098774896e-07, + "W": 1.3455495051495348e-10, + "N": 2.2506703532126915e-13, + "Y": 9.216382323984362e-08, + "U": 4.2426165086249714e-15, + "K": 9.855642593354551e-17, + "L": 1.7253594819521823e-07, + "G": 8.530318496013933e-07, + "F": 4.1187817259924486e-05, + "E": 7.008504332439713e-10, + "T": 4.7295347371800744e-07, + "P": 3.746700895135291e-05, + "-": 0.9999172687530518 + }, + "id": "tp_4390" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 548782, + "label": "-", + "classification": { + "B": 4.66157234768616e-06, + "S": 1.2517720051619108e-06, + "I": 0.00017306509835179895, + "C": 1.1777721738326363e-05, + "R": 6.997058221713814e-07, + "M": 0.00021408425527624786, + "O": 1.5105627426237334e-05, + "W": 1.0458718406880507e-06, + "N": 1.1157498192915227e-05, + "Y": 0.0009939572773873806, + "U": 4.80091955523676e-07, + "K": 1.1332878784742206e-05, + "L": 9.726114740260527e-07, + "G": 0.0003181160718668252, + "F": 0.0024230831768363714, + "E": 0.0016804130282253027, + "T": 0.0002836921194102615, + "P": 0.27659842371940613, + "-": 0.7172566652297974 + }, + "id": "tp_4391" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 548882, + "label": "-", + "classification": { + "B": 4.458332114154473e-06, + "S": 2.3117702312447364e-06, + "I": 6.836291390754923e-07, + "C": 3.361371909704758e-07, + "R": 1.5728312519058818e-07, + "M": 0.00023520280956290662, + "O": 5.2972816774854437e-05, + "W": 2.208945062420753e-07, + "N": 1.524119674911617e-08, + "Y": 0.00012952233373653144, + "U": 8.703402998300191e-10, + "K": 1.6750725806424782e-10, + "L": 1.0394620403531007e-05, + "G": 7.262606959557161e-05, + "F": 0.0011642584577202797, + "E": 1.422177206222841e-06, + "T": 0.0003227556007914245, + "P": 0.002632452640682459, + "-": 0.9953702092170715 + }, + "id": "tp_4392" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 549016, + "label": "-", + "classification": { + "B": 3.2263367756968364e-05, + "S": 2.3108770619728602e-05, + "I": 0.00012578006135299802, + "C": 5.339481867849827e-05, + "R": 1.068053188646445e-05, + "M": 0.0008321077330037951, + "O": 0.00026182233705185354, + "W": 1.0765450497274287e-05, + "N": 7.741487024759408e-06, + "Y": 0.0013540205545723438, + "U": 8.241984232881805e-07, + "K": 2.385731932008639e-06, + "L": 5.365586912375875e-05, + "G": 0.0010906242532655597, + "F": 0.01733405888080597, + "E": 0.00021667242981493473, + "T": 0.000862105458509177, + "P": 0.030599873512983322, + "-": 0.9471280574798584 + }, + "id": "tp_4393" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 549149, + "label": "-", + "classification": { + "B": 7.097631623764755e-06, + "S": 2.8574229872901924e-05, + "I": 0.00024477188708260655, + "C": 5.653986590914428e-05, + "R": 1.917351437441539e-05, + "M": 0.0008348304545506835, + "O": 0.0002519495028536767, + "W": 1.1615025869105011e-05, + "N": 1.4679660125693772e-05, + "Y": 0.002139262156561017, + "U": 1.3193928225518903e-06, + "K": 3.729698846655083e-06, + "L": 4.200600233161822e-05, + "G": 0.0007293971721082926, + "F": 0.016725191846489906, + "E": 0.0002641453465912491, + "T": 0.0014675776474177837, + "P": 0.05779704079031944, + "-": 0.9193611741065979 + }, + "id": "tp_4394" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 549283, + "label": "-", + "classification": { + "B": 0.003520662197843194, + "S": 0.0054533760994672775, + "I": 0.0036843232810497284, + "C": 0.014466182328760624, + "R": 0.006061049643903971, + "M": 0.0926659107208252, + "O": 0.017500139772892, + "W": 0.0019018503371626139, + "N": 0.000882496649865061, + "Y": 0.05951778218150139, + "U": 0.00036841072142124176, + "K": 0.0009359445539303124, + "L": 0.01873784326016903, + "G": 0.06263221055269241, + "F": 0.08123945444822311, + "E": 0.008671803399920464, + "T": 0.06228708475828171, + "P": 0.020449543371796608, + "-": 0.5390238761901855 + }, + "id": "tp_4395" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 549383, + "label": "-", + "classification": { + "B": 4.173464276391314e-06, + "S": 2.450220222272037e-07, + "I": 2.5696243028505705e-05, + "C": 2.7301421141601168e-06, + "R": 2.8236848947926774e-07, + "M": 8.929771865950897e-05, + "O": 2.193388900195714e-05, + "W": 1.7750733150023734e-07, + "N": 1.93655793623293e-07, + "Y": 9.146593220066279e-05, + "U": 9.415137114388017e-09, + "K": 6.543838249051248e-10, + "L": 4.571447789203376e-06, + "G": 7.518610800616443e-05, + "F": 0.00014561036368831992, + "E": 9.590261470293626e-06, + "T": 0.00010608807497192174, + "P": 0.041826266795396805, + "-": 0.9575964212417603 + }, + "id": "tp_4396" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 549516, + "label": "-", + "classification": { + "B": 0.000310826872009784, + "S": 0.00037629459984600544, + "I": 0.004997639451175928, + "C": 0.0008887127623893321, + "R": 0.00020845491962973028, + "M": 0.029516177251935005, + "O": 0.0014601127477362752, + "W": 0.00010146152635570616, + "N": 0.00039340773946605623, + "Y": 0.03540945053100586, + "U": 1.1183563401573338e-05, + "K": 0.0003067205543629825, + "L": 0.0007322381134144962, + "G": 0.04081972315907478, + "F": 0.056912388652563095, + "E": 0.03973780572414398, + "T": 0.017936820164322853, + "P": 0.07387980073690414, + "-": 0.6960008144378662 + }, + "id": "tp_4397" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 549650, + "label": "-", + "classification": { + "B": 3.151972578052664e-06, + "S": 1.4682082216666004e-08, + "I": 3.032400570646132e-07, + "C": 2.719918256843812e-06, + "R": 2.5607215548006934e-07, + "M": 0.0004895426100119948, + "O": 7.237168119900161e-06, + "W": 4.126621266919983e-09, + "N": 4.678695209037187e-10, + "Y": 0.0001330774393863976, + "U": 1.3991995062578866e-10, + "K": 9.793832411730818e-13, + "L": 1.8630711565492675e-05, + "G": 0.0006865251925773919, + "F": 0.0002147219202015549, + "E": 7.435956490553508e-07, + "T": 0.0001156054568127729, + "P": 0.0006115428986959159, + "-": 0.997715950012207 + }, + "id": "tp_4398" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 549783, + "label": "-", + "classification": { + "B": 5.064291326561943e-05, + "S": 4.105505922780139e-06, + "I": 0.00022633247135672718, + "C": 2.8019037927151658e-05, + "R": 2.8908771128044464e-06, + "M": 0.00028753781225532293, + "O": 6.88699510646984e-05, + "W": 2.8993313208047766e-06, + "N": 1.1198281754332129e-05, + "Y": 0.0003989079559687525, + "U": 5.461706678033806e-07, + "K": 1.087024315893359e-06, + "L": 1.1379902389307972e-05, + "G": 0.0004027200920972973, + "F": 0.0025992663577198982, + "E": 0.0008626525523141026, + "T": 0.00030028479523025453, + "P": 0.1450543999671936, + "-": 0.849686324596405 + }, + "id": "tp_4399" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 549883, + "label": "-", + "classification": { + "B": 8.807664562482387e-05, + "S": 1.6142950698849745e-05, + "I": 0.0007440921035595238, + "C": 0.00016131048323586583, + "R": 2.7142183171235956e-05, + "M": 0.0003589322732295841, + "O": 0.00024603758356533945, + "W": 1.1260110113653354e-05, + "N": 6.673586904071271e-05, + "Y": 0.0014857890782877803, + "U": 7.942213414935395e-06, + "K": 3.5093437418254325e-06, + "L": 5.8242261729901657e-05, + "G": 0.0008511623018421233, + "F": 0.002197552938014269, + "E": 0.0006199174094945192, + "T": 0.0023444686084985733, + "P": 0.18723055720329285, + "-": 0.8034812211990356 + }, + "id": "tp_4400" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 550017, + "label": "-", + "classification": { + "B": 8.734788025321905e-06, + "S": 6.423547915801464e-07, + "I": 9.761139153852127e-06, + "C": 1.2053690170432674e-06, + "R": 5.266520588520507e-07, + "M": 0.001544286496937275, + "O": 7.81807248131372e-05, + "W": 1.3880031701773987e-07, + "N": 3.8988197559319815e-08, + "Y": 0.0010528361890465021, + "U": 1.8008593505314252e-09, + "K": 1.424517448445073e-10, + "L": 2.3910632080514915e-05, + "G": 0.00044232080108486116, + "F": 8.277083543362096e-05, + "E": 4.259196884959238e-06, + "T": 0.0021584858186542988, + "P": 0.0011995934182778, + "-": 0.993392288684845 + }, + "id": "tp_4401" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 550150, + "label": "-", + "classification": { + "B": 7.020334464868938e-07, + "S": 2.7786965617337955e-08, + "I": 9.994053584705398e-08, + "C": 1.8704971580518759e-06, + "R": 1.585340925203127e-07, + "M": 0.000901483406778425, + "O": 1.4666021343145985e-05, + "W": 3.1558589075331156e-09, + "N": 1.4251312629998125e-10, + "Y": 0.00023052490723785013, + "U": 3.0467132289269117e-11, + "K": 5.612506986940602e-13, + "L": 4.319863364798948e-05, + "G": 0.001064478186890483, + "F": 0.0003189664566889405, + "E": 4.414573311350978e-07, + "T": 0.00012246717233210802, + "P": 0.00021303970424924046, + "-": 0.9970878958702087 + }, + "id": "tp_4402" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 550250, + "label": "-", + "classification": { + "B": 0.011832437478005886, + "S": 0.0029211046639829874, + "I": 0.0027000464033335447, + "C": 0.0035551534965634346, + "R": 0.0013439535396173596, + "M": 0.09070556610822678, + "O": 0.015272894874215126, + "W": 0.0009282924002036452, + "N": 0.0003361518320161849, + "Y": 0.029831064864993095, + "U": 5.850583693245426e-05, + "K": 3.73717412003316e-05, + "L": 0.009831219911575317, + "G": 0.03739599883556366, + "F": 0.01953781023621559, + "E": 0.009640215896070004, + "T": 0.029833054170012474, + "P": 0.02957446686923504, + "-": 0.7046647071838379 + }, + "id": "tp_4403" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 550384, + "label": "-", + "classification": { + "B": 0.0006831641658209264, + "S": 0.00014275038847699761, + "I": 0.00011311272101011127, + "C": 0.00010812794062076136, + "R": 6.601809582207352e-05, + "M": 0.00825849361717701, + "O": 0.0017462451942265034, + "W": 5.027294173487462e-05, + "N": 3.919353275705362e-06, + "Y": 0.003017859999090433, + "U": 1.0455710253154393e-06, + "K": 3.232550795928546e-07, + "L": 0.001016543828882277, + "G": 0.0046670460142195225, + "F": 0.0075147454626858234, + "E": 0.000162948650540784, + "T": 0.0032792973797768354, + "P": 0.008970312774181366, + "-": 0.9601978063583374 + }, + "id": "tp_4404" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 550517, + "label": "-", + "classification": { + "B": 0.001337730442173779, + "S": 9.35391362872906e-05, + "I": 0.000196611785213463, + "C": 0.00013526855036616325, + "R": 3.6930388887412846e-05, + "M": 0.0017686617793515325, + "O": 0.0017434594919905066, + "W": 5.696531297871843e-05, + "N": 1.7499183741165325e-05, + "Y": 0.0008432073518633842, + "U": 4.0586273826193064e-06, + "K": 5.033920729147212e-07, + "L": 0.0006753852940164506, + "G": 0.0024341465905308723, + "F": 0.006642878986895084, + "E": 0.00025280192494392395, + "T": 0.0019201305694878101, + "P": 0.05931221693754196, + "-": 0.9225280284881592 + }, + "id": "tp_4405" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 550651, + "label": "-", + "classification": { + "B": 1.2376933256064149e-08, + "S": 2.357229256233495e-08, + "I": 3.006436600117013e-05, + "C": 3.3444728160247905e-06, + "R": 1.1061902114306577e-06, + "M": 9.026438783621415e-05, + "O": 5.583380698226392e-06, + "W": 4.437696432546545e-08, + "N": 2.406057433290698e-07, + "Y": 0.0008951387135311961, + "U": 2.9195135198278876e-08, + "K": 1.3200632587029304e-08, + "L": 9.185816338685981e-07, + "G": 5.420133675215766e-05, + "F": 0.0002175410045310855, + "E": 6.0139796005387325e-06, + "T": 0.0008135781972669065, + "P": 0.012780250050127506, + "-": 0.9851016998291016 + }, + "id": "tp_4406" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 550751, + "label": "-", + "classification": { + "B": 4.0097194869304076e-05, + "S": 1.094210233532067e-06, + "I": 8.484791180762841e-08, + "C": 2.3172593444087397e-07, + "R": 3.231452794238976e-08, + "M": 0.0021458081901073456, + "O": 7.206758164102212e-05, + "W": 5.027293425996504e-08, + "N": 5.159804805643375e-10, + "Y": 8.44269452500157e-05, + "U": 3.4935217912979155e-11, + "K": 1.3427679107502755e-12, + "L": 4.842686394113116e-05, + "G": 0.00045771081931889057, + "F": 0.000984787824563682, + "E": 2.5824617750913603e-06, + "T": 7.946705591166392e-05, + "P": 0.0005625213962048292, + "-": 0.9955205917358398 + }, + "id": "tp_4407" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 550884, + "label": "F", + "classification": { + "B": 1.5715533663751557e-05, + "S": 0.0005597793497145176, + "I": 1.0870156984310597e-05, + "C": 0.000916559190955013, + "R": 0.00015835370868444443, + "M": 0.004863899666815996, + "O": 0.0012847016332671046, + "W": 2.481416959199123e-05, + "N": 1.6171072729775915e-06, + "Y": 0.004068415611982346, + "U": 1.4343804366490076e-07, + "K": 6.753696197847603e-06, + "L": 0.002765571465715766, + "G": 0.037151407450437546, + "F": 0.531352162361145, + "E": 0.0002007974253501743, + "T": 0.004195485729724169, + "P": 0.0008244648342952132, + "-": 0.41159844398498535 + }, + "id": "tp_4408" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 551018, + "label": "-", + "classification": { + "B": 0.0005425869021564722, + "S": 2.984703314723447e-05, + "I": 0.0001652119099162519, + "C": 2.2812997485743836e-05, + "R": 5.751007847720757e-06, + "M": 0.0011616336414590478, + "O": 0.00027235099696554244, + "W": 9.27780092752073e-06, + "N": 5.9040935411758255e-06, + "Y": 0.00029713904950767756, + "U": 5.716353825846454e-07, + "K": 2.114665704766594e-07, + "L": 0.0001482654333813116, + "G": 0.0013158195652067661, + "F": 0.00778702599927783, + "E": 0.0009080180316232145, + "T": 0.0006797670503146946, + "P": 0.17177744209766388, + "-": 0.814870297908783 + }, + "id": "tp_4409" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 551151, + "label": "-", + "classification": { + "B": 0.0005209136288613081, + "S": 0.00025645707501098514, + "I": 0.00037978714681230485, + "C": 0.00043843741877935827, + "R": 0.00015207174874376506, + "M": 0.004450590815395117, + "O": 0.0016152726020663977, + "W": 0.0001193552088807337, + "N": 3.737541555892676e-05, + "Y": 0.011853694915771484, + "U": 7.92717492004158e-06, + "K": 9.124696589424275e-06, + "L": 0.0005984316812828183, + "G": 0.005390936974436045, + "F": 0.01521950215101242, + "E": 0.0008757729665376246, + "T": 0.006725038401782513, + "P": 0.020598143339157104, + "-": 0.9307511448860168 + }, + "id": "tp_4410" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 551251, + "label": "-", + "classification": { + "B": 2.0910608355961813e-08, + "S": 8.707505116944958e-08, + "I": 2.5752522105904063e-06, + "C": 1.722523137459575e-07, + "R": 4.440475720457471e-08, + "M": 1.4095165170147084e-05, + "O": 2.8967374419153202e-06, + "W": 3.90753278622924e-08, + "N": 5.804587743796219e-08, + "Y": 4.79795562569052e-05, + "U": 3.0065350209440567e-09, + "K": 2.664827825071825e-08, + "L": 1.7030201604484319e-07, + "G": 1.1194175385753624e-05, + "F": 0.0028496677987277508, + "E": 4.5428141675074585e-06, + "T": 9.550550021231174e-05, + "P": 0.02603079006075859, + "-": 0.970940113067627 + }, + "id": "tp_4411" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 551385, + "label": "-", + "classification": { + "B": 3.5508066503098235e-05, + "S": 0.0003223371459171176, + "I": 0.0007004343206062913, + "C": 0.0075784181244671345, + "R": 0.0016102647641673684, + "M": 0.013550329953432083, + "O": 0.0023457517381757498, + "W": 0.0001691163779469207, + "N": 9.36405558604747e-05, + "Y": 0.026417646557092667, + "U": 1.3554875295085367e-05, + "K": 0.00016682872956153005, + "L": 0.001265332568436861, + "G": 0.024975840002298355, + "F": 0.16987936198711395, + "E": 0.0019345182226970792, + "T": 0.01744583062827587, + "P": 0.01598338410258293, + "-": 0.7155118584632874 + }, + "id": "tp_4412" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 551518, + "label": "-", + "classification": { + "B": 2.8241770451131742e-06, + "S": 0.00014354349696077406, + "I": 3.1555707664665533e-06, + "C": 4.7617013478884473e-05, + "R": 3.39544567395933e-05, + "M": 0.008981656283140182, + "O": 0.0016554426401853561, + "W": 1.4786174688197207e-05, + "N": 1.9376113868929679e-07, + "Y": 0.02562784217298031, + "U": 1.249827619176358e-08, + "K": 3.078158101743611e-07, + "L": 0.0009154248982667923, + "G": 0.012058813124895096, + "F": 0.06046918034553528, + "E": 9.759402018971741e-06, + "T": 0.01581697352230549, + "P": 0.00015733731561340392, + "-": 0.8740612864494324 + }, + "id": "tp_4413" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 551652, + "label": "-", + "classification": { + "B": 3.6306002584751695e-05, + "S": 0.00010193852358497679, + "I": 3.4335334930801764e-05, + "C": 0.0030311206355690956, + "R": 0.0004727798223029822, + "M": 0.018452977761626244, + "O": 0.0014423893298953772, + "W": 1.8976012142957188e-05, + "N": 3.3721892123139696e-06, + "Y": 0.030231118202209473, + "U": 7.113327455954277e-07, + "K": 3.6243648082745494e-06, + "L": 0.002838792512193322, + "G": 0.04196269437670708, + "F": 0.09121055901050568, + "E": 0.00030685708043165505, + "T": 0.013807389885187149, + "P": 0.0022640812676399946, + "-": 0.7937800288200378 + }, + "id": "tp_4414" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 551752, + "label": "-", + "classification": { + "B": 7.846079824957997e-06, + "S": 8.496140799252316e-05, + "I": 0.00038615986704826355, + "C": 0.001325530232861638, + "R": 0.0004754583351314068, + "M": 0.005166465882211924, + "O": 0.0010298921260982752, + "W": 6.418919656425714e-05, + "N": 4.251610516803339e-05, + "Y": 0.06461242586374283, + "U": 6.977456450840691e-06, + "K": 0.00016330138896591961, + "L": 0.0004160547105129808, + "G": 0.013352909125387669, + "F": 0.09887725859880447, + "E": 0.0005990653298795223, + "T": 0.021979939192533493, + "P": 0.007934140041470528, + "-": 0.7834749221801758 + }, + "id": "tp_4415" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 551885, + "label": "-", + "classification": { + "B": 1.2781892211322088e-09, + "S": 5.5097949314131256e-08, + "I": 2.8294129705841442e-08, + "C": 3.005728331118007e-06, + "R": 4.941767883792636e-07, + "M": 5.959699774393812e-05, + "O": 6.69694281896227e-06, + "W": 1.1108877373544601e-08, + "N": 4.295728495140594e-10, + "Y": 0.0006261617527343333, + "U": 3.488599339962484e-11, + "K": 6.507193117677446e-10, + "L": 5.563223112403648e-06, + "G": 0.000548826006706804, + "F": 0.03287261351943016, + "E": 2.001833223630456e-07, + "T": 0.00021600243053399026, + "P": 0.00012894146493636072, + "-": 0.9655318260192871 + }, + "id": "tp_4416" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 552019, + "label": "-", + "classification": { + "B": 7.81955336037754e-08, + "S": 9.625096453191873e-08, + "I": 6.951599061721936e-06, + "C": 1.011219751489989e-06, + "R": 5.233106890045747e-07, + "M": 1.6157820937223732e-05, + "O": 1.061522834788775e-05, + "W": 8.910150484098267e-08, + "N": 1.5486881466131308e-07, + "Y": 0.0003106345538981259, + "U": 1.6317432738333082e-08, + "K": 1.0265829075706279e-08, + "L": 7.702982429691474e-07, + "G": 2.7275073080090806e-05, + "F": 0.00046091966214589775, + "E": 2.436826889606891e-06, + "T": 0.0002152613888029009, + "P": 0.009463254362344742, + "-": 0.989483654499054 + }, + "id": "tp_4417" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 552152, + "label": "-", + "classification": { + "B": 1.3021401734647498e-08, + "S": 2.3802392945526663e-07, + "I": 1.2388588288558822e-07, + "C": 1.1528893082868308e-05, + "R": 4.580896018069325e-07, + "M": 7.365053170360625e-05, + "O": 4.180250016361242e-06, + "W": 1.4149891036652207e-08, + "N": 2.9592086558949404e-09, + "Y": 0.000462728290585801, + "U": 7.971650423099774e-11, + "K": 8.339674728574664e-09, + "L": 6.470861535490258e-06, + "G": 0.0018615565495565534, + "F": 0.161383718252182, + "E": 4.4219491428521e-06, + "T": 0.00015163255739025772, + "P": 0.000517617620062083, + "-": 0.8355216383934021 + }, + "id": "tp_4418" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 552252, + "label": "-", + "classification": { + "B": 1.713883648335468e-07, + "S": 1.6153907722582517e-07, + "I": 3.821402515313821e-06, + "C": 3.3871398045448586e-05, + "R": 2.925263743236428e-06, + "M": 0.0001188964452012442, + "O": 1.422068726242287e-05, + "W": 9.419759550155504e-08, + "N": 9.740264772517548e-08, + "Y": 0.00158840196672827, + "U": 1.6327676988225903e-08, + "K": 2.1415058171214696e-08, + "L": 6.282068170548882e-06, + "G": 0.0006171976565383375, + "F": 0.005761024076491594, + "E": 1.3955625945527572e-05, + "T": 0.0004571948084048927, + "P": 0.003807760775089264, + "-": 0.9875738024711609 + }, + "id": "tp_4419" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 552386, + "label": "-", + "classification": { + "B": 1.4159639249555767e-05, + "S": 7.025069407973206e-06, + "I": 0.0001732009695842862, + "C": 0.0004714677343145013, + "R": 6.429285713238642e-05, + "M": 0.0010338678257539868, + "O": 0.00014307521632872522, + "W": 5.666462584485998e-06, + "N": 1.2285518096177839e-05, + "Y": 0.003081470960751176, + "U": 2.62087428382074e-06, + "K": 4.700450062955497e-06, + "L": 7.713179365964606e-05, + "G": 0.0026025015395134687, + "F": 0.021095354110002518, + "E": 0.0004912199801765382, + "T": 0.0020230424124747515, + "P": 0.05782671272754669, + "-": 0.9108703136444092 + }, + "id": "tp_4420" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 552519, + "label": "-", + "classification": { + "B": 2.1751635159716898e-08, + "S": 1.3727746051017675e-08, + "I": 5.547402182060068e-08, + "C": 1.1659167853395047e-08, + "R": 2.4043766977399628e-09, + "M": 1.1737648492271546e-05, + "O": 1.0095828884004732e-06, + "W": 1.007235850281063e-09, + "N": 3.064755671466912e-10, + "Y": 2.44383882090915e-05, + "U": 9.34608033326123e-12, + "K": 5.52609043594221e-12, + "L": 1.8762646902814595e-07, + "G": 1.5375953807961196e-05, + "F": 0.0007698443369008601, + "E": 3.2830885743351246e-07, + "T": 1.665834861341864e-05, + "P": 0.0007072908338159323, + "-": 0.9984531402587891 + }, + "id": "tp_4421" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 552653, + "label": "-", + "classification": { + "B": 3.421427763328211e-08, + "S": 5.876228925671967e-08, + "I": 1.0829840903170407e-05, + "C": 4.776821242558071e-06, + "R": 1.162439275503857e-06, + "M": 0.0001852428395068273, + "O": 7.117341283446876e-06, + "W": 5.839626382453389e-08, + "N": 9.699709124788569e-08, + "Y": 0.0009527230286039412, + "U": 1.3894555728199975e-08, + "K": 1.0397276817286638e-08, + "L": 2.3644749944651267e-06, + "G": 0.00012505131599027663, + "F": 0.0012793517671525478, + "E": 1.6730340576032177e-05, + "T": 0.00037211220478639007, + "P": 0.011558035388588905, + "-": 0.9854841828346252 + }, + "id": "tp_4422" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 552753, + "label": "-", + "classification": { + "B": 1.2386321941448841e-05, + "S": 1.1110950254078489e-05, + "I": 0.00039793088217265904, + "C": 0.00014724931679666042, + "R": 3.429264688747935e-05, + "M": 0.0018850869964808226, + "O": 0.00021987443324178457, + "W": 9.960381248674821e-06, + "N": 1.3846632100467104e-05, + "Y": 0.0037913606502115726, + "U": 3.6772100884263637e-06, + "K": 2.8406498131516855e-06, + "L": 7.026965613476932e-05, + "G": 0.0012078676372766495, + "F": 0.00559691758826375, + "E": 0.00040978004108183086, + "T": 0.0024653917644172907, + "P": 0.05798451974987984, + "-": 0.9257356524467468 + }, + "id": "tp_4423" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 552886, + "label": "-", + "classification": { + "B": 0.00043075994472019374, + "S": 0.00193966890219599, + "I": 0.0007312067318707705, + "C": 0.00669260136783123, + "R": 0.003414807142689824, + "M": 0.04855872690677643, + "O": 0.016860945150256157, + "W": 0.0012205580715090036, + "N": 0.00017876642232295126, + "Y": 0.05292951315641403, + "U": 8.23613881948404e-05, + "K": 0.0008404763648286462, + "L": 0.01149904914200306, + "G": 0.06454658508300781, + "F": 0.08563769608736038, + "E": 0.002672526752576232, + "T": 0.036974113434553146, + "P": 0.008006966672837734, + "-": 0.6567826271057129 + }, + "id": "tp_4424" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 553020, + "label": "-", + "classification": { + "B": 2.870041271307855e-07, + "S": 3.040244394014735e-07, + "I": 5.943219002801925e-05, + "C": 4.904843990516383e-06, + "R": 1.5360034240075038e-06, + "M": 7.09849045961164e-05, + "O": 1.5639752746210434e-05, + "W": 4.503691855006764e-07, + "N": 1.6956732906692196e-06, + "Y": 0.0007684497977606952, + "U": 1.7201200819272344e-07, + "K": 2.8392972239998926e-07, + "L": 1.8139634221370216e-06, + "G": 8.335582970175892e-05, + "F": 0.0014895637286826968, + "E": 2.0933570340275764e-05, + "T": 0.0005191846867091954, + "P": 0.044091787189245224, + "-": 0.9528691172599792 + }, + "id": "tp_4425" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 553153, + "label": "-", + "classification": { + "B": 0.0005151191726326942, + "S": 7.289150380529463e-05, + "I": 0.004719074349850416, + "C": 0.0010125229600816965, + "R": 0.000242579699261114, + "M": 0.003381741000339389, + "O": 0.0006300447857938707, + "W": 8.54175741551444e-05, + "N": 0.0002599345170892775, + "Y": 0.003220717189833522, + "U": 4.534533582045697e-05, + "K": 2.5766717953956686e-05, + "L": 0.0003980494220741093, + "G": 0.003981764428317547, + "F": 0.010295191779732704, + "E": 0.004625808913260698, + "T": 0.0034983132500201464, + "P": 0.40684816241264343, + "-": 0.5561414957046509 + }, + "id": "tp_4426" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 553253, + "label": "-", + "classification": { + "B": 4.200920557195786e-06, + "S": 2.242399887109059e-06, + "I": 1.4610589460062329e-05, + "C": 3.9161218410299625e-06, + "R": 2.285260279677459e-06, + "M": 0.0005385141121223569, + "O": 8.590617653680965e-05, + "W": 4.044123897983809e-07, + "N": 3.6754454413312487e-07, + "Y": 0.0009687034180387855, + "U": 2.5794655300614977e-08, + "K": 8.021521225032302e-09, + "L": 1.7248117728740908e-05, + "G": 0.000337224017130211, + "F": 0.0006355135701596737, + "E": 1.0689926057239063e-05, + "T": 0.0023208397906273603, + "P": 0.007233269978314638, + "-": 0.9878240823745728 + }, + "id": "tp_4427" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 553387, + "label": "-", + "classification": { + "B": 1.662545173530816e-06, + "S": 2.0225465959811118e-06, + "I": 5.400990630732849e-05, + "C": 1.342429550277302e-05, + "R": 3.0952267024986213e-06, + "M": 0.00017348727851640433, + "O": 4.039888517581858e-05, + "W": 1.4774353758184589e-06, + "N": 1.9283984329376835e-06, + "Y": 0.0006156732561066747, + "U": 2.2749787831344292e-07, + "K": 1.2747582900374255e-07, + "L": 6.290581040957477e-06, + "G": 5.7260142057202756e-05, + "F": 0.0016040423652157187, + "E": 5.192437311052345e-05, + "T": 0.0005401662783697248, + "P": 0.06356459110975266, + "-": 0.933268129825592 + }, + "id": "tp_4428" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 553520, + "label": "-", + "classification": { + "B": 4.7755694509987734e-08, + "S": 7.853613169572782e-06, + "I": 3.615194827943924e-07, + "C": 0.0003316333459224552, + "R": 5.9562727983575314e-05, + "M": 0.0036538110580295324, + "O": 0.0003825023886747658, + "W": 1.0439496236358536e-06, + "N": 1.4187573782464824e-08, + "Y": 0.006705617532134056, + "U": 2.4083377514472204e-09, + "K": 3.1749895157417996e-08, + "L": 0.0007526450790464878, + "G": 0.010569734498858452, + "F": 0.09104862064123154, + "E": 1.736871467983292e-06, + "T": 0.0030864819418638945, + "P": 0.00012286243145354092, + "-": 0.8832755088806152 + }, + "id": "tp_4429" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 553654, + "label": "-", + "classification": { + "B": 5.409900154518255e-07, + "S": 1.1237992794121965e-06, + "I": 7.729602657491341e-05, + "C": 4.051992618769873e-06, + "R": 5.531267106562154e-07, + "M": 3.6662688216893e-05, + "O": 2.0583111108862795e-05, + "W": 6.247706778594875e-07, + "N": 7.889339030953124e-06, + "Y": 0.000144219578942284, + "U": 2.813238211274438e-07, + "K": 2.417115183561691e-06, + "L": 8.966563882495393e-07, + "G": 5.874312773812562e-05, + "F": 0.0016671805642545223, + "E": 0.0001487337431171909, + "T": 0.0003539943427313119, + "P": 0.23243200778961182, + "-": 0.7650421857833862 + }, + "id": "tp_4430" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 553754, + "label": "-", + "classification": { + "B": 9.89639261206321e-07, + "S": 2.433483132335823e-06, + "I": 0.00026525449356995523, + "C": 9.99365875031799e-06, + "R": 3.3573098789929645e-06, + "M": 0.00016198717639781535, + "O": 4.064858512720093e-05, + "W": 1.9487088138703257e-06, + "N": 1.0097324775415473e-05, + "Y": 0.0009583734790794551, + "U": 4.131466369017289e-07, + "K": 5.065421646577306e-07, + "L": 4.020094365841942e-06, + "G": 0.00011803016241174191, + "F": 0.00215818895958364, + "E": 6.939852755749598e-05, + "T": 0.0012510358355939388, + "P": 0.18296672403812408, + "-": 0.8119765520095825 + }, + "id": "tp_4431" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 553887, + "label": "-", + "classification": { + "B": 8.594054088462144e-05, + "S": 2.5997301236202475e-06, + "I": 1.3652825145982206e-05, + "C": 3.2333974786524777e-07, + "R": 1.8652835365173814e-07, + "M": 0.0002799395006150007, + "O": 7.548587745986879e-05, + "W": 4.792452727997443e-07, + "N": 9.726500138640404e-08, + "Y": 0.00022253325732890517, + "U": 4.066999181873143e-09, + "K": 5.773536648767674e-10, + "L": 1.9685096049215645e-05, + "G": 0.0004220873524900526, + "F": 0.0005933906068094075, + "E": 2.1378302335506305e-05, + "T": 0.00026684821932576597, + "P": 0.010567350313067436, + "-": 0.9874280095100403 + }, + "id": "tp_4432" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 554021, + "label": "-", + "classification": { + "B": 2.07235439120268e-06, + "S": 3.7453448840096826e-06, + "I": 8.477263691020198e-07, + "C": 1.7394273527315818e-05, + "R": 1.1785459719249047e-05, + "M": 0.002628362737596035, + "O": 0.0002317960752407089, + "W": 1.2917533922518487e-06, + "N": 1.4932830083580484e-08, + "Y": 0.001673651160672307, + "U": 5.597259100653673e-09, + "K": 3.0864402145169834e-09, + "L": 0.00022144160175230354, + "G": 0.0009204414673149586, + "F": 0.0033896900713443756, + "E": 1.3372421108215349e-06, + "T": 0.0021267731208354235, + "P": 0.00019226412405259907, + "-": 0.9885770082473755 + }, + "id": "tp_4433" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 554154, + "label": "-", + "classification": { + "B": 1.3822585742673255e-07, + "S": 5.564120328926947e-07, + "I": 6.253677611312014e-07, + "C": 5.106517431130442e-09, + "R": 1.186169118483349e-08, + "M": 5.136093477631221e-06, + "O": 1.0640203072398435e-05, + "W": 5.413471981796647e-08, + "N": 3.836214013119843e-09, + "Y": 5.031308319303207e-06, + "U": 2.1965851013105997e-11, + "K": 1.9953953420137616e-11, + "L": 2.9475921792254667e-07, + "G": 2.1922000996710267e-06, + "F": 0.0004991868627257645, + "E": 1.2674993854489003e-07, + "T": 1.1513374374771956e-05, + "P": 0.0043063657358288765, + "-": 0.9951580166816711 + }, + "id": "tp_4434" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 554254, + "label": "-", + "classification": { + "B": 8.112352389844091e-08, + "S": 1.0785274184854643e-07, + "I": 4.017997312644184e-08, + "C": 1.6356190712940588e-07, + "R": 1.682805361724604e-08, + "M": 0.0001094643521355465, + "O": 4.480058123590425e-06, + "W": 7.1558181602426885e-09, + "N": 7.942503876812168e-10, + "Y": 0.00021880002168472856, + "U": 4.93912237498062e-11, + "K": 3.53379464579362e-10, + "L": 1.6965393569989828e-06, + "G": 0.00016669018077664077, + "F": 0.0025113276205956936, + "E": 2.1552186808548868e-06, + "T": 8.530476043233648e-05, + "P": 0.000520410540048033, + "-": 0.9963793158531189 + }, + "id": "tp_4435" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 554388, + "label": "-", + "classification": { + "B": 1.7969089185498888e-06, + "S": 1.6174986740224995e-05, + "I": 3.8276684790616855e-05, + "C": 0.0013806342612951994, + "R": 0.0004615334910340607, + "M": 0.0071098352782428265, + "O": 0.0006078389124013484, + "W": 1.0795981324918102e-05, + "N": 1.6215708456002176e-06, + "Y": 0.029888909310102463, + "U": 7.762408813505317e-07, + "K": 4.371269369585207e-06, + "L": 0.000675771851092577, + "G": 0.00781865231692791, + "F": 0.033622585237026215, + "E": 4.5273460273165256e-05, + "T": 0.009948034770786762, + "P": 0.0024551372043788433, + "-": 0.9059119820594788 + }, + "id": "tp_4436" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 554521, + "label": "-", + "classification": { + "B": 8.924336963866963e-12, + "S": 2.7448316952671803e-09, + "I": 7.072713942291031e-11, + "C": 9.257881572466431e-09, + "R": 1.9724920308217264e-10, + "M": 1.7262291862607526e-07, + "O": 4.487875315817291e-08, + "W": 6.698227389412281e-11, + "N": 1.5543855265420792e-12, + "Y": 4.674476201671496e-07, + "U": 8.624298886530154e-15, + "K": 8.548339119895942e-12, + "L": 5.474515063497165e-09, + "G": 2.4383291474805446e-06, + "F": 0.089819997549057, + "E": 8.76722516807149e-09, + "T": 7.197219247245812e-07, + "P": 0.00012350926408544183, + "-": 0.9100525975227356 + }, + "id": "tp_4437" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 554655, + "label": "-", + "classification": { + "B": 5.057407543063164e-05, + "S": 6.246440898394212e-05, + "I": 0.00047225720481947064, + "C": 9.828390466282144e-05, + "R": 3.3800399251049384e-05, + "M": 0.005529453512281179, + "O": 0.00036063010338693857, + "W": 1.8219781850348227e-05, + "N": 2.6306988729629666e-05, + "Y": 0.01125362515449524, + "U": 2.8928707251907326e-06, + "K": 4.357960278866813e-06, + "L": 0.00018079228175338358, + "G": 0.002839659573510289, + "F": 0.013885780237615108, + "E": 0.0005809637950733304, + "T": 0.00978593435138464, + "P": 0.04054443538188934, + "-": 0.9142695665359497 + }, + "id": "tp_4438" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 554755, + "label": "-", + "classification": { + "B": 4.180453316848798e-08, + "S": 6.035396182824115e-08, + "I": 5.002575107937446e-06, + "C": 1.7415276261090185e-06, + "R": 7.3554514301577e-07, + "M": 8.436750795226544e-05, + "O": 5.199290626478614e-06, + "W": 2.9431287629222425e-08, + "N": 3.4291389283680473e-08, + "Y": 0.0022355574183166027, + "U": 5.157985594195225e-09, + "K": 5.063336860899881e-09, + "L": 1.4400628742805566e-06, + "G": 0.00014541533892042935, + "F": 0.0012762059923261404, + "E": 3.2845694022398675e-06, + "T": 0.0007737115956842899, + "P": 0.00322473025880754, + "-": 0.9922425746917725 + }, + "id": "tp_4439" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 554888, + "label": "-", + "classification": { + "B": 1.1715777873178013e-05, + "S": 4.4251286453800276e-05, + "I": 0.00029720825841650367, + "C": 0.0004765512712765485, + "R": 9.030835644807667e-05, + "M": 0.0058406381867825985, + "O": 0.0006666180561296642, + "W": 2.7564958145376295e-05, + "N": 1.9785831682384014e-05, + "Y": 0.0029174713417887688, + "U": 3.4280794807273196e-06, + "K": 1.5868030232013552e-06, + "L": 0.00023371857241727412, + "G": 0.0010452022543177009, + "F": 0.01250608079135418, + "E": 0.00022365669428836554, + "T": 0.0048489863984286785, + "P": 0.032817140221595764, + "-": 0.9379280209541321 + }, + "id": "tp_4440" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 555022, + "label": "-", + "classification": { + "B": 1.638037616658039e-08, + "S": 2.7610864705707172e-08, + "I": 6.904326255607884e-06, + "C": 1.742310701047245e-06, + "R": 2.3279488914340618e-07, + "M": 6.3896099163685e-05, + "O": 2.7960936677118298e-06, + "W": 2.943121657494885e-08, + "N": 7.361801834804282e-08, + "Y": 0.0006381574203260243, + "U": 8.939928797246921e-09, + "K": 2.2941042843172e-08, + "L": 3.6092791333430796e-07, + "G": 3.9398481021635234e-05, + "F": 0.00030415086075663567, + "E": 2.835589839378372e-06, + "T": 0.0006512511754408479, + "P": 0.00552168907597661, + "-": 0.9927663803100586 + }, + "id": "tp_4441" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 555155, + "label": "-", + "classification": { + "B": 1.361060867566266e-06, + "S": 1.437148057448212e-05, + "I": 3.381426267878851e-06, + "C": 1.5472714949282818e-05, + "R": 3.0760768368054414e-06, + "M": 0.00041774206329137087, + "O": 0.00010004108480643481, + "W": 2.2256383545027347e-06, + "N": 5.101608167024096e-07, + "Y": 0.0013692433713003993, + "U": 2.2275619571132665e-08, + "K": 8.702748345967848e-06, + "L": 1.924582466017455e-05, + "G": 0.001455347752198577, + "F": 0.11651018261909485, + "E": 0.00015042097948025912, + "T": 0.0005167152849026024, + "P": 0.004526499658823013, + "-": 0.8748854398727417 + }, + "id": "tp_4442" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 555255, + "label": "-", + "classification": { + "B": 5.431381850939943e-07, + "S": 1.3240428131666704e-07, + "I": 1.766304012562614e-05, + "C": 1.8993242179021763e-07, + "R": 6.713148081871623e-08, + "M": 0.00012059543223585933, + "O": 8.007034011825453e-06, + "W": 3.348559829419173e-08, + "N": 1.9638937942545454e-07, + "Y": 0.0006250781589187682, + "U": 4.8828407983592115e-09, + "K": 5.164749516950451e-09, + "L": 1.1013227094736067e-06, + "G": 0.00017886720888782293, + "F": 0.000598408340010792, + "E": 3.862910671159625e-05, + "T": 0.0006469074869528413, + "P": 0.029889745637774467, + "-": 0.9678738117218018 + }, + "id": "tp_4443" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 555389, + "label": "-", + "classification": { + "B": 3.035574680509967e-09, + "S": 2.54706176150421e-08, + "I": 7.889461861587677e-10, + "C": 9.409249059899594e-07, + "R": 6.952718933916913e-08, + "M": 6.762133853044361e-05, + "O": 2.006203885684954e-06, + "W": 1.4513709123420426e-09, + "N": 9.491337403522149e-12, + "Y": 0.0001304680190514773, + "U": 4.0986251935784535e-13, + "K": 1.765399458564243e-11, + "L": 1.429801272934128e-06, + "G": 0.0001681996654951945, + "F": 0.006315899547189474, + "E": 5.903667599227447e-08, + "T": 4.38619390479289e-05, + "P": 1.734898251015693e-05, + "-": 0.9932520985603333 + }, + "id": "tp_4444" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 555522, + "label": "-", + "classification": { + "B": 4.044762681587599e-05, + "S": 2.05155010917224e-05, + "I": 0.0012999321334064007, + "C": 0.00010818948794621974, + "R": 2.9349286705837585e-05, + "M": 0.0017477168003097177, + "O": 0.0002905653091147542, + "W": 1.1651438398985192e-05, + "N": 7.365683995885774e-05, + "Y": 0.003688229015097022, + "U": 7.111935246939538e-06, + "K": 7.327350431296509e-06, + "L": 0.00011015543714165688, + "G": 0.0033794823102653027, + "F": 0.008230206556618214, + "E": 0.0019893732387572527, + "T": 0.0039042378775775433, + "P": 0.21447686851024628, + "-": 0.7605848908424377 + }, + "id": "tp_4445" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 555656, + "label": "-", + "classification": { + "B": 7.286934123840183e-05, + "S": 3.047462087124586e-05, + "I": 1.7703501725918613e-05, + "C": 1.5801944755367003e-05, + "R": 6.094976470194524e-06, + "M": 0.009566918946802616, + "O": 0.00053402193589136, + "W": 2.5155691218969878e-06, + "N": 2.6929791374641354e-07, + "Y": 0.001891693682409823, + "U": 2.3828423678651234e-08, + "K": 3.1118441157218513e-09, + "L": 0.0004400570469442755, + "G": 0.002036575460806489, + "F": 0.0033702077344059944, + "E": 4.999093653168529e-05, + "T": 0.00231308676302433, + "P": 0.002585161477327347, + "-": 0.9770665764808655 + }, + "id": "tp_4446" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 555756, + "label": "-", + "classification": { + "B": 2.137710630734091e-08, + "S": 3.124118963526712e-09, + "I": 8.496249814804457e-10, + "C": 3.103936441206656e-09, + "R": 1.5979098044738294e-09, + "M": 2.5805185941862874e-05, + "O": 1.9382428035896737e-06, + "W": 3.7841643707459127e-10, + "N": 1.877244236794806e-12, + "Y": 3.94949056499172e-05, + "U": 2.1469235894286398e-13, + "K": 1.8302406709332433e-14, + "L": 5.212646101426799e-07, + "G": 1.4168233064992819e-05, + "F": 3.489390655886382e-05, + "E": 1.8759154229996966e-09, + "T": 2.5441142497584224e-05, + "P": 2.1167576051084325e-05, + "-": 0.9998365640640259 + }, + "id": "tp_4447" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 555889, + "label": "-", + "classification": { + "B": 1.4955972801544704e-05, + "S": 2.8564559215737972e-06, + "I": 0.00022903269564267248, + "C": 1.3661012417287566e-05, + "R": 2.2089998310548253e-06, + "M": 0.00044698899728246033, + "O": 6.478221621364355e-05, + "W": 1.3333825563677237e-06, + "N": 5.7669153648021165e-06, + "Y": 0.0010688552865758538, + "U": 2.0112949528083846e-07, + "K": 2.7986689588033187e-07, + "L": 1.4393680430657696e-05, + "G": 0.0007133609033189714, + "F": 0.002662078244611621, + "E": 0.00037079950561746955, + "T": 0.0007098109927028418, + "P": 0.07672224193811417, + "-": 0.9169564247131348 + }, + "id": "tp_4448" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 556023, + "label": "-", + "classification": { + "B": 1.5577009548906062e-07, + "S": 1.2632904144993518e-06, + "I": 4.742474573049549e-07, + "C": 6.8815074882877525e-06, + "R": 1.6862298934938735e-06, + "M": 0.000929716625250876, + "O": 5.099465124658309e-05, + "W": 1.289341611254713e-07, + "N": 7.267352941653371e-09, + "Y": 0.004699014592915773, + "U": 5.999123420252772e-10, + "K": 1.045858333270644e-08, + "L": 5.016518844058737e-05, + "G": 0.002188995946198702, + "F": 0.015722671523690224, + "E": 3.2379057302023284e-06, + "T": 0.0010441532358527184, + "P": 0.00024101021699607372, + "-": 0.9750593304634094 + }, + "id": "tp_4449" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 556156, + "label": "-", + "classification": { + "B": 1.6782692568995117e-07, + "S": 9.443208881521059e-08, + "I": 4.85354321426712e-05, + "C": 4.9239160944125615e-06, + "R": 4.0645872445566056e-07, + "M": 2.9782626370433718e-05, + "O": 2.5621038730605505e-06, + "W": 4.915574081110208e-08, + "N": 9.792568107513944e-07, + "Y": 0.000274510559393093, + "U": 3.2243455905245355e-08, + "K": 5.349391472009302e-07, + "L": 3.535334087700903e-07, + "G": 0.00012612217688001692, + "F": 0.0027201620396226645, + "E": 0.0002938309917226434, + "T": 0.00014313052815850824, + "P": 0.052504852414131165, + "-": 0.9438489079475403 + }, + "id": "tp_4450" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 556256, + "label": "-", + "classification": { + "B": 2.1847434084065753e-07, + "S": 2.1423559815048066e-07, + "I": 2.3103764760890044e-05, + "C": 7.835878932382911e-06, + "R": 8.889994660421507e-07, + "M": 0.00020000677614007145, + "O": 1.72517047758447e-05, + "W": 1.7574572552803147e-07, + "N": 5.999825702929229e-07, + "Y": 0.0006265633855946362, + "U": 3.5706751333464126e-08, + "K": 3.820806782073305e-08, + "L": 1.646025339141488e-06, + "G": 9.998360474128276e-05, + "F": 0.0009249530266970396, + "E": 3.435554026509635e-05, + "T": 0.0005305794184096158, + "P": 0.03005995973944664, + "-": 0.9674714207649231 + }, + "id": "tp_4451" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 556390, + "label": "-", + "classification": { + "B": 4.8622325721225934e-08, + "S": 1.6054620743943815e-07, + "I": 1.2929558579344302e-06, + "C": 2.5930166884791106e-05, + "R": 7.16130625733058e-06, + "M": 0.0008881429675966501, + "O": 2.1784970158478245e-05, + "W": 8.875399970520448e-08, + "N": 1.091313261980531e-08, + "Y": 0.011234361678361893, + "U": 2.6856803447827815e-09, + "K": 2.6829017230056706e-08, + "L": 1.2118041013309266e-05, + "G": 0.0009501428576186299, + "F": 0.003619773779064417, + "E": 1.4052234291739296e-06, + "T": 0.002771316794678569, + "P": 0.00012700124352704734, + "-": 0.9803392291069031 + }, + "id": "tp_4452" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 556523, + "label": "-", + "classification": { + "B": 5.276535475218225e-08, + "S": 2.895165884808648e-08, + "I": 1.8105473031937436e-07, + "C": 3.4667387183162646e-08, + "R": 1.609553379466888e-08, + "M": 1.7120539723691763e-06, + "O": 1.2219558129800134e-06, + "W": 1.530401583238472e-08, + "N": 3.3925331432982375e-09, + "Y": 1.6904990843613632e-05, + "U": 4.929480712512202e-10, + "K": 3.847286100810976e-10, + "L": 1.312032082978476e-07, + "G": 2.072037887046463e-06, + "F": 0.00020265985222067684, + "E": 2.1344165190839703e-07, + "T": 3.48415196640417e-05, + "P": 0.009434234350919724, + "-": 0.9903055429458618 + }, + "id": "tp_4453" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 556657, + "label": "-", + "classification": { + "B": 9.367261410986316e-10, + "S": 3.840910700603217e-09, + "I": 3.1208432460516633e-07, + "C": 4.399791109221951e-08, + "R": 1.2793698545010557e-08, + "M": 6.779643172194483e-06, + "O": 4.320396271850768e-07, + "W": 8.611045765327674e-10, + "N": 2.4419481992055125e-09, + "Y": 0.00025210471358150244, + "U": 2.2881936623253551e-10, + "K": 6.992710299691396e-10, + "L": 8.759781877643036e-08, + "G": 1.8690670913201757e-05, + "F": 0.0005379280191846192, + "E": 5.515867655958573e-07, + "T": 9.382109419675544e-05, + "P": 0.002762123243883252, + "-": 0.9963269829750061 + }, + "id": "tp_4454" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 556757, + "label": "-", + "classification": { + "B": 1.5975956557667814e-05, + "S": 7.912715773272794e-06, + "I": 0.001200740342028439, + "C": 0.00015396115486510098, + "R": 2.2059923139750026e-05, + "M": 0.00029724856722168624, + "O": 8.989634807221591e-05, + "W": 1.0030695193563588e-05, + "N": 0.00010159978410229087, + "Y": 0.0019738581031560898, + "U": 1.0149959052796476e-05, + "K": 4.862330388277769e-05, + "L": 1.300688018091023e-05, + "G": 0.0006261016824282706, + "F": 0.004013615660369396, + "E": 0.001782319974154234, + "T": 0.0012392812641337514, + "P": 0.2746533453464508, + "-": 0.7137402892112732 + }, + "id": "tp_4455" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 556890, + "label": "-", + "classification": { + "B": 2.234370185760781e-06, + "S": 5.6405679060844705e-06, + "I": 0.0008630913216620684, + "C": 5.840839367010631e-05, + "R": 2.406755811534822e-05, + "M": 0.002587120281532407, + "O": 0.0001905347453430295, + "W": 4.2699634832388256e-06, + "N": 2.4404498617514037e-05, + "Y": 0.014488430693745613, + "U": 1.0503669045647257e-06, + "K": 2.5003957944136346e-06, + "L": 2.2550399080500938e-05, + "G": 0.0009329866152256727, + "F": 0.0013435903238132596, + "E": 0.00028112009749747813, + "T": 0.015329379588365555, + "P": 0.023572618141770363, + "-": 0.9402660727500916 + }, + "id": "tp_4456" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 557024, + "label": "-", + "classification": { + "B": 1.0117977353729657e-06, + "S": 9.249417871615151e-07, + "I": 1.5166613593464717e-05, + "C": 1.397469804942375e-05, + "R": 2.5475021629972616e-06, + "M": 0.0004731742956209928, + "O": 2.916613084380515e-05, + "W": 3.3053939318961056e-07, + "N": 3.1930034083416103e-07, + "Y": 0.001607499667443335, + "U": 6.550590114784427e-08, + "K": 1.9598493850025989e-07, + "L": 1.562397119414527e-05, + "G": 0.0007567922584712505, + "F": 0.008541804738342762, + "E": 4.058602644363418e-05, + "T": 0.000607756432145834, + "P": 0.008172756060957909, + "-": 0.9797202944755554 + }, + "id": "tp_4457" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 557157, + "label": "-", + "classification": { + "B": 4.298557178117335e-05, + "S": 8.296067244373262e-05, + "I": 5.743729343521409e-05, + "C": 3.329679020680487e-05, + "R": 7.282636488525895e-06, + "M": 0.0033021813724189997, + "O": 0.00037652099854312837, + "W": 7.3789601628959645e-06, + "N": 3.9472515709348954e-06, + "Y": 0.004653756972402334, + "U": 3.639099759311648e-07, + "K": 1.6393021269323071e-06, + "L": 0.0001909971615532413, + "G": 0.003100494621321559, + "F": 0.025779401883482933, + "E": 0.000542728987056762, + "T": 0.0046901092864573, + "P": 0.013133611530065536, + "-": 0.9439927935600281 + }, + "id": "tp_4458" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 557257, + "label": "-", + "classification": { + "B": 0.00015202417853288352, + "S": 4.2104780732188374e-05, + "I": 0.0012571454280987382, + "C": 0.0003992583369836211, + "R": 0.00010583444964140654, + "M": 0.003917324356734753, + "O": 0.0007580801611766219, + "W": 2.9436065233312547e-05, + "N": 6.682149250991642e-05, + "Y": 0.0060116443783044815, + "U": 1.2237168448336888e-05, + "K": 6.049547209840966e-06, + "L": 0.0004470131534617394, + "G": 0.005791053641587496, + "F": 0.009345649741590023, + "E": 0.0011828358983621001, + "T": 0.007418343331664801, + "P": 0.07673905044794083, + "-": 0.8863181471824646 + }, + "id": "tp_4459" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 557391, + "label": "-", + "classification": { + "B": 0.003157945815473795, + "S": 0.00012803445861209184, + "I": 3.115952858934179e-05, + "C": 4.033742516185157e-05, + "R": 2.4112041501211934e-05, + "M": 0.01707332953810692, + "O": 0.002898503327742219, + "W": 1.944057112268638e-05, + "N": 4.000294779871183e-07, + "Y": 0.0015537061262875795, + "U": 5.661549096203089e-08, + "K": 4.3957790185622514e-10, + "L": 0.005631064530462027, + "G": 0.006294733844697475, + "F": 0.0030178783927112818, + "E": 7.682482100790367e-05, + "T": 0.0018236847827211022, + "P": 0.003574330359697342, + "-": 0.9546544551849365 + }, + "id": "tp_4460" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 557524, + "label": "-", + "classification": { + "B": 1.7067337410026084e-07, + "S": 1.7214063063875074e-07, + "I": 5.129123223923671e-07, + "C": 1.4625318556227285e-07, + "R": 9.380882914911126e-08, + "M": 0.0004256095562595874, + "O": 1.717009217827581e-05, + "W": 2.1371548086790426e-08, + "N": 2.3776822732912706e-09, + "Y": 0.00033548983628861606, + "U": 2.355976247425673e-10, + "K": 4.86725069970273e-11, + "L": 6.9236757553881034e-06, + "G": 0.00013897650933358818, + "F": 0.0003741488908417523, + "E": 3.372565231529734e-07, + "T": 0.0006030227523297071, + "P": 0.0004900245112366974, + "-": 0.9976072311401367 + }, + "id": "tp_4461" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 557658, + "label": "-", + "classification": { + "B": 1.4772712347621564e-05, + "S": 3.342425770824775e-06, + "I": 3.653026215033606e-05, + "C": 1.1864001407957403e-06, + "R": 6.080772436689585e-07, + "M": 0.00010345953342039138, + "O": 0.00010827895312104374, + "W": 3.0292117116914596e-06, + "N": 1.4195111361914314e-06, + "Y": 8.78967039170675e-05, + "U": 7.49669126776098e-08, + "K": 1.3841667367842092e-08, + "L": 7.287701464520069e-06, + "G": 2.9043723770882934e-05, + "F": 0.00016763729217927903, + "E": 1.2382253771647811e-05, + "T": 0.0005044828867539763, + "P": 0.08675288408994675, + "-": 0.912165641784668 + }, + "id": "tp_4462" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 557758, + "label": "-", + "classification": { + "B": 0.000615469238255173, + "S": 0.0012682965025305748, + "I": 3.142144123557955e-05, + "C": 7.796745921950787e-05, + "R": 4.049213748658076e-05, + "M": 0.017809322103857994, + "O": 0.003246690146625042, + "W": 8.839750080369413e-05, + "N": 3.0591240829380695e-06, + "Y": 0.0009467452764511108, + "U": 2.310232645186261e-07, + "K": 6.651512762800849e-07, + "L": 0.0014277584850788116, + "G": 0.003011205932125449, + "F": 0.02298150025308132, + "E": 0.00039611064130440354, + "T": 0.002548747695982456, + "P": 0.004983012564480305, + "-": 0.9405228495597839 + }, + "id": "tp_4463" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 557891, + "label": "-", + "classification": { + "B": 2.0521913029369898e-05, + "S": 6.022221441526199e-06, + "I": 0.0002782673400361091, + "C": 8.306406380143017e-05, + "R": 1.755732409947086e-05, + "M": 0.0018953224644064903, + "O": 0.0001665077725192532, + "W": 5.5249101933441125e-06, + "N": 8.071066986303777e-06, + "Y": 0.004183191806077957, + "U": 2.8635015496547567e-06, + "K": 2.5341555556224193e-06, + "L": 0.0001005687954602763, + "G": 0.0019646682776510715, + "F": 0.005705622956156731, + "E": 0.0006348247407004237, + "T": 0.002768880221992731, + "P": 0.046394992619752884, + "-": 0.9357609152793884 + }, + "id": "tp_4464" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 558025, + "label": "-", + "classification": { + "B": 2.9723676561843604e-05, + "S": 9.797870006877929e-05, + "I": 2.0982499336241744e-05, + "C": 0.00015899963909760118, + "R": 7.620349788339809e-05, + "M": 0.009982512332499027, + "O": 0.0015523587353527546, + "W": 1.4663912224932574e-05, + "N": 5.479699325405818e-07, + "Y": 0.009290125221014023, + "U": 4.2336218086802546e-08, + "K": 5.289166793431832e-08, + "L": 0.001364213996566832, + "G": 0.010315610095858574, + "F": 0.02408955805003643, + "E": 4.6693145122844726e-05, + "T": 0.007104905322194099, + "P": 0.0008640103042125702, + "-": 0.9349907636642456 + }, + "id": "tp_4465" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 558158, + "label": "-", + "classification": { + "B": 3.8671700508530193e-07, + "S": 1.1096848311353824e-06, + "I": 6.6495235842012335e-06, + "C": 6.900139624121948e-07, + "R": 8.768878956288972e-08, + "M": 0.0004044348606839776, + "O": 3.147773168166168e-05, + "W": 1.594419813955028e-07, + "N": 2.4689512656550505e-07, + "Y": 0.00012957073340658098, + "U": 4.38958069892692e-09, + "K": 7.861117978791299e-09, + "L": 2.7406640583649278e-06, + "G": 4.8765199608169496e-05, + "F": 0.0005019967793487012, + "E": 2.1531906895688735e-05, + "T": 0.00044723544851876795, + "P": 0.007427753880620003, + "-": 0.9909752011299133 + }, + "id": "tp_4466" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 558258, + "label": "-", + "classification": { + "B": 9.480424978391966e-08, + "S": 7.794582188580534e-07, + "I": 3.3152682590298355e-06, + "C": 6.402516646630829e-06, + "R": 7.162424253692734e-07, + "M": 6.790799670852721e-05, + "O": 1.4280231880547944e-05, + "W": 2.9075937391098705e-07, + "N": 2.551277589191159e-07, + "Y": 0.0006726848660036922, + "U": 4.5926260128226204e-08, + "K": 8.086175284915953e-07, + "L": 2.1315208869054914e-06, + "G": 0.0001219544792547822, + "F": 0.022373542189598083, + "E": 8.668704140291084e-06, + "T": 0.0003137495368719101, + "P": 0.006043475121259689, + "-": 0.9703689813613892 + }, + "id": "tp_4467" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 558392, + "label": "-", + "classification": { + "B": 1.0000032943935366e-06, + "S": 3.767737553062034e-06, + "I": 3.335312612762209e-06, + "C": 2.0408211639733054e-05, + "R": 8.636662869321299e-07, + "M": 0.00022350650397129357, + "O": 2.4769578885752708e-05, + "W": 3.676028939025855e-07, + "N": 2.4204143755923724e-07, + "Y": 0.0006424798048101366, + "U": 7.66903873739011e-09, + "K": 1.955312995960412e-07, + "L": 1.2114480341551825e-05, + "G": 0.002095014788210392, + "F": 0.17497871816158295, + "E": 0.00010546962585067376, + "T": 0.00044560435344465077, + "P": 0.010453036054968834, + "-": 0.8109891414642334 + }, + "id": "tp_4468" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 558525, + "label": "-", + "classification": { + "B": 1.98440993699478e-05, + "S": 1.4351534446177538e-05, + "I": 1.1202853784197941e-05, + "C": 0.00011009470472345129, + "R": 0.00010624157584970817, + "M": 0.007208989933133125, + "O": 0.0017106407321989536, + "W": 8.757093382882886e-06, + "N": 1.8077737706789776e-07, + "Y": 0.026993490755558014, + "U": 3.0277039542170314e-08, + "K": 4.9605564100829724e-08, + "L": 0.0009572302806191146, + "G": 0.014265771023929119, + "F": 0.004352524410933256, + "E": 1.568021616549231e-05, + "T": 0.006392877548933029, + "P": 0.0003256264026276767, + "-": 0.9375063180923462 + }, + "id": "tp_4469" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 558625, + "label": "-", + "classification": { + "B": 5.207146380747929e-10, + "S": 1.1608264349760589e-09, + "I": 1.5419469434618804e-07, + "C": 1.0313823572971614e-08, + "R": 1.368771762599863e-09, + "M": 4.16298689742689e-07, + "O": 1.4485279109521798e-07, + "W": 6.51145970476108e-10, + "N": 2.0780630549666057e-09, + "Y": 3.013677087437827e-06, + "U": 2.4416239863267464e-11, + "K": 9.920380489303326e-11, + "L": 3.489898592334839e-09, + "G": 3.5419469668340753e-07, + "F": 0.0001484366657678038, + "E": 2.067209550205007e-07, + "T": 4.141431872994872e-06, + "P": 0.018463442102074623, + "-": 0.9813798069953918 + }, + "id": "tp_4470" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 558759, + "label": "-", + "classification": { + "B": 5.0143925470202966e-12, + "S": 2.2437025848365266e-10, + "I": 2.244795238581787e-09, + "C": 7.681344449395056e-10, + "R": 5.529138258353328e-11, + "M": 1.3033017864927388e-07, + "O": 1.423174733616861e-08, + "W": 3.245778992799764e-11, + "N": 3.4234424323154045e-11, + "Y": 7.427590389852412e-06, + "U": 9.230125344594775e-13, + "K": 2.4901170014857144e-10, + "L": 1.65836441801126e-10, + "G": 1.8342062446663476e-07, + "F": 0.000374694267520681, + "E": 7.511729904763342e-09, + "T": 2.843464244506322e-06, + "P": 0.0005866818828508258, + "-": 0.9990280866622925 + }, + "id": "tp_4471" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 558892, + "label": "-", + "classification": { + "B": 0.0001220929843839258, + "S": 0.00018499897851143032, + "I": 0.0023496574722230434, + "C": 0.0007523024687543511, + "R": 0.0002653071715030819, + "M": 0.003763272427022457, + "O": 0.0012940691085532308, + "W": 0.00010918719635810703, + "N": 0.000488526129629463, + "Y": 0.018307290971279144, + "U": 6.0012851463397965e-05, + "K": 8.349936251761392e-05, + "L": 0.0003516940341796726, + "G": 0.00492257671430707, + "F": 0.020161787047982216, + "E": 0.00271590705960989, + "T": 0.01254537794739008, + "P": 0.148859441280365, + "-": 0.7826629877090454 + }, + "id": "tp_4472" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 559026, + "label": "-", + "classification": { + "B": 5.097593657410471e-06, + "S": 3.7773872918478446e-06, + "I": 8.318507025251165e-05, + "C": 6.389545160345733e-05, + "R": 1.1498335879878141e-05, + "M": 0.00039953479426912963, + "O": 6.087824658607133e-05, + "W": 2.1469788862304995e-06, + "N": 4.133100901526632e-06, + "Y": 0.0022801656741648912, + "U": 1.0555868357187137e-06, + "K": 3.2496973290108144e-06, + "L": 2.3589069314766675e-05, + "G": 0.0007590049062855542, + "F": 0.014235327020287514, + "E": 0.0002655005664564669, + "T": 0.0012564691714942455, + "P": 0.048302192240953445, + "-": 0.932239294052124 + }, + "id": "tp_4473" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 559126, + "label": "-", + "classification": { + "B": 8.365466783288866e-06, + "S": 1.0801948519656435e-05, + "I": 0.0003591244458220899, + "C": 0.00013885692169424146, + "R": 2.1429466869449243e-05, + "M": 0.0011853351024910808, + "O": 0.00011184964387211949, + "W": 5.204232820688048e-06, + "N": 2.6062341930810362e-05, + "Y": 0.019289318472146988, + "U": 2.4901291908463463e-06, + "K": 0.00010806837235577404, + "L": 2.4634018700453453e-05, + "G": 0.004523131530731916, + "F": 0.020496699959039688, + "E": 0.0020328776445239782, + "T": 0.006165721453726292, + "P": 0.02044171653687954, + "-": 0.9250484108924866 + }, + "id": "tp_4474" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 559259, + "label": "-", + "classification": { + "B": 3.3204346436832566e-06, + "S": 4.390094090922503e-06, + "I": 5.411551319411956e-05, + "C": 6.521117757074535e-05, + "R": 2.669740752025973e-05, + "M": 0.0006331905606202781, + "O": 9.577353921486065e-05, + "W": 3.475109679129673e-06, + "N": 1.6228839285759022e-06, + "Y": 0.002035984769463539, + "U": 6.998881190156681e-07, + "K": 6.990429142206267e-07, + "L": 5.023089761380106e-05, + "G": 0.0006715031340718269, + "F": 0.009291193448007107, + "E": 7.921481301309541e-05, + "T": 0.0011261680629104376, + "P": 0.0242258682847023, + "-": 0.9616307616233826 + }, + "id": "tp_4475" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 559393, + "label": "-", + "classification": { + "B": 1.3861344017040977e-10, + "S": 1.79369963326792e-09, + "I": 1.2812223815217294e-07, + "C": 5.964997740193212e-08, + "R": 1.89653199811346e-08, + "M": 1.4448703950620256e-05, + "O": 7.502442826989864e-07, + "W": 1.0846871179026607e-09, + "N": 3.6626437993625416e-10, + "Y": 0.00019173532200511545, + "U": 4.260733085792445e-11, + "K": 1.9208072632448392e-11, + "L": 1.0327922694841618e-07, + "G": 7.094900865922682e-06, + "F": 0.0001092887541744858, + "E": 1.9721376531833812e-08, + "T": 0.00015104591147974133, + "P": 0.0005194087862037122, + "-": 0.9990059733390808 + }, + "id": "tp_4476" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 559526, + "label": "-", + "classification": { + "B": 0.0005801593651995063, + "S": 0.0005698286113329232, + "I": 0.0007025953382253647, + "C": 0.0002049339673249051, + "R": 6.041952656232752e-05, + "M": 0.01281748991459608, + "O": 0.001876696478575468, + "W": 8.368149428861216e-05, + "N": 6.76299532642588e-05, + "Y": 0.007309257984161377, + "U": 4.094707492185989e-06, + "K": 1.707275805529207e-05, + "L": 0.000937231641728431, + "G": 0.011325308121740818, + "F": 0.06554077565670013, + "E": 0.006423883140087128, + "T": 0.0038791049737483263, + "P": 0.058369122445583344, + "-": 0.8292306661605835 + }, + "id": "tp_4477" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 559626, + "label": "-", + "classification": { + "B": 1.4551014828612097e-05, + "S": 3.9482642023358494e-05, + "I": 3.48125868185889e-05, + "C": 0.0011769586708396673, + "R": 0.00033255424932576716, + "M": 0.003366677090525627, + "O": 0.000626804365310818, + "W": 1.5897314369794913e-05, + "N": 3.641755938588176e-06, + "Y": 0.014553278684616089, + "U": 1.8735178173301392e-06, + "K": 5.621658419840969e-05, + "L": 0.0006116536096669734, + "G": 0.024272697046399117, + "F": 0.09177415072917938, + "E": 0.000374321622075513, + "T": 0.007075055036693811, + "P": 0.0035206559114158154, + "-": 0.8521487712860107 + }, + "id": "tp_4478" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 559760, + "label": "-", + "classification": { + "B": 5.106272055854788e-06, + "S": 2.3412176233250648e-06, + "I": 0.00010539650247665122, + "C": 1.2745724234264344e-05, + "R": 2.1296382328728214e-06, + "M": 0.0006038330029696226, + "O": 3.498333535389975e-05, + "W": 6.905573854965041e-07, + "N": 2.411070681773708e-06, + "Y": 0.0017156916437670588, + "U": 1.94129924580011e-07, + "K": 5.454689926409628e-07, + "L": 9.562042578181718e-06, + "G": 0.0005050985491834581, + "F": 0.003576393239200115, + "E": 0.00018869763880502433, + "T": 0.0010644304566085339, + "P": 0.04033292829990387, + "-": 0.9518367648124695 + }, + "id": "tp_4479" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 559893, + "label": "-", + "classification": { + "B": 2.3244729163707234e-05, + "S": 1.0253781510982662e-05, + "I": 0.0005353810847736895, + "C": 3.179915074724704e-05, + "R": 1.1767144314944744e-05, + "M": 0.0008501709089614451, + "O": 0.00014586388715542853, + "W": 7.3192609306715894e-06, + "N": 3.067894795094617e-05, + "Y": 0.005169931333512068, + "U": 2.775469511107076e-06, + "K": 7.57724410505034e-06, + "L": 2.6770674594445154e-05, + "G": 0.0009423260344192386, + "F": 0.0072517963126301765, + "E": 0.00110435311216861, + "T": 0.0028664388228207827, + "P": 0.10004057735204697, + "-": 0.880940854549408 + }, + "id": "tp_4480" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 560027, + "label": "-", + "classification": { + "B": 1.7592038048519498e-08, + "S": 2.250728954322767e-07, + "I": 9.055182772499393e-07, + "C": 1.1894796443812083e-05, + "R": 1.6363778740924317e-06, + "M": 9.224566019838676e-05, + "O": 1.0102524356625509e-05, + "W": 9.796380595616938e-08, + "N": 2.7756781761922866e-08, + "Y": 0.0005068663158454001, + "U": 2.535925691660168e-09, + "K": 5.529420832317555e-08, + "L": 1.616033841855824e-06, + "G": 0.00012034831161145121, + "F": 0.007749616634100676, + "E": 2.5198207822541008e-06, + "T": 0.00032533888588659465, + "P": 0.0014606760814785957, + "-": 0.9897157549858093 + }, + "id": "tp_4481" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 560127, + "label": "-", + "classification": { + "B": 1.3695890288545343e-07, + "S": 3.7898150395676566e-08, + "I": 2.953421187612548e-07, + "C": 1.1474767802610586e-08, + "R": 6.0470775054000114e-09, + "M": 2.2686903321300633e-05, + "O": 6.366107754729455e-06, + "W": 1.5917226647843563e-08, + "N": 2.5904338674109795e-09, + "Y": 9.492612662143074e-06, + "U": 1.3350920369248342e-10, + "K": 5.655343381094635e-12, + "L": 5.453049425341305e-07, + "G": 3.4569602576084435e-06, + "F": 6.0493108321679756e-05, + "E": 3.364040139786084e-07, + "T": 4.8993715608958155e-05, + "P": 0.007966051809489727, + "-": 0.9918811917304993 + }, + "id": "tp_4482" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 560260, + "label": "-", + "classification": { + "B": 3.0175442589097656e-06, + "S": 5.378474270401057e-07, + "I": 1.5065787692947197e-06, + "C": 1.9137711149141978e-07, + "R": 4.7949750836551175e-08, + "M": 2.400487028353382e-05, + "O": 3.01047748507699e-05, + "W": 2.672224468369677e-07, + "N": 5.380554313205721e-08, + "Y": 3.750961695914157e-05, + "U": 3.0180546950475673e-09, + "K": 3.2674993821757425e-09, + "L": 1.1572135463211453e-06, + "G": 2.1736743292422034e-05, + "F": 0.0004484456731006503, + "E": 2.0565562408592086e-06, + "T": 4.773546970682219e-05, + "P": 0.011311778798699379, + "-": 0.9880697131156921 + }, + "id": "tp_4483" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 560394, + "label": "-", + "classification": { + "B": 4.7180620299513976e-07, + "S": 5.734239039156819e-07, + "I": 6.540910544572398e-05, + "C": 5.718064130633138e-05, + "R": 8.842474017001223e-06, + "M": 0.0001857700408436358, + "O": 3.381753049325198e-05, + "W": 5.627620680570544e-07, + "N": 2.968797616631491e-06, + "Y": 0.001686667324975133, + "U": 6.179830052133184e-07, + "K": 1.3991466403240338e-06, + "L": 4.290086053515552e-06, + "G": 0.0003701618406921625, + "F": 0.0020845248363912106, + "E": 3.977779851993546e-05, + "T": 0.001065230229869485, + "P": 0.0266118161380291, + "-": 0.9677799344062805 + }, + "id": "tp_4484" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 560527, + "label": "-", + "classification": { + "B": 1.0473112155295894e-08, + "S": 1.4371115408806645e-10, + "I": 1.0287219538440695e-06, + "C": 6.84630805380948e-08, + "R": 2.5661257563314166e-09, + "M": 2.7870644316863036e-06, + "O": 1.7651397854479e-07, + "W": 1.572546814987419e-10, + "N": 1.7499957039035507e-09, + "Y": 3.840522822429193e-06, + "U": 3.078014579327437e-11, + "K": 2.9472852110246084e-12, + "L": 1.3645869323397619e-08, + "G": 7.12141127223731e-06, + "F": 1.5360743418568745e-05, + "E": 9.709027608550969e-07, + "T": 7.244678727147402e-06, + "P": 0.03369993716478348, + "-": 0.9662613868713379 + }, + "id": "tp_4485" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 560627, + "label": "-", + "classification": { + "B": 5.998406749085916e-08, + "S": 1.3651567876138415e-08, + "I": 1.946177917488967e-06, + "C": 3.613635499277734e-06, + "R": 1.5939379238716356e-07, + "M": 3.400112109375186e-05, + "O": 8.255061629824922e-07, + "W": 3.367483403238225e-09, + "N": 1.3468816284500917e-08, + "Y": 0.0004217662790324539, + "U": 1.2973894181200762e-09, + "K": 7.35043581556738e-09, + "L": 3.9131467133302067e-07, + "G": 0.00019139106734655797, + "F": 0.00231667491607368, + "E": 1.1844666914839763e-05, + "T": 7.359688606811687e-05, + "P": 0.0045424955897033215, + "-": 0.9924013614654541 + }, + "id": "tp_4486" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 560761, + "label": "-", + "classification": { + "B": 8.259098649432417e-06, + "S": 1.081681489267794e-06, + "I": 3.467765782261267e-05, + "C": 5.928092150497832e-07, + "R": 4.396892734348512e-07, + "M": 0.00046069707605056465, + "O": 5.60545850021299e-05, + "W": 8.517626497450692e-07, + "N": 2.8067023549738224e-07, + "Y": 0.0004961486556567252, + "U": 1.4434450967826251e-08, + "K": 2.6300830402448128e-09, + "L": 1.0116209523403086e-05, + "G": 9.159019828075543e-05, + "F": 0.00011550293856998906, + "E": 2.126644722011406e-05, + "T": 0.0014448791043832898, + "P": 0.01379912905395031, + "-": 0.9834585189819336 + }, + "id": "tp_4487" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 560894, + "label": "-", + "classification": { + "B": 3.829688122181096e-09, + "S": 5.5770996709725296e-08, + "I": 2.430851964163594e-06, + "C": 5.1725940863889264e-08, + "R": 2.09220232250118e-08, + "M": 1.2818873074138537e-05, + "O": 1.0752934258562163e-06, + "W": 6.5615815003639e-09, + "N": 3.7251613349553736e-08, + "Y": 0.0007799852755852044, + "U": 9.982148441167737e-10, + "K": 2.124764719724226e-08, + "L": 3.497336464874934e-08, + "G": 1.1210438060516026e-05, + "F": 0.00037818693090230227, + "E": 1.2258146853127982e-06, + "T": 0.00048170454101637006, + "P": 0.0034759051632136106, + "-": 0.9948550462722778 + }, + "id": "tp_4488" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 561028, + "label": "-", + "classification": { + "B": 3.199203568726716e-09, + "S": 1.589433917814631e-09, + "I": 1.3114057537677581e-06, + "C": 6.528945846184797e-07, + "R": 1.5811234277407493e-07, + "M": 1.4310180631582625e-05, + "O": 9.079641358766821e-07, + "W": 1.7414780728586265e-09, + "N": 5.2516062609697656e-09, + "Y": 0.0011581595754250884, + "U": 1.4379593071822683e-09, + "K": 3.922391300648087e-10, + "L": 1.505747349028752e-07, + "G": 4.1792427509790286e-05, + "F": 6.592062709387392e-05, + "E": 5.388941985984275e-07, + "T": 0.0002569408097770065, + "P": 0.0022934875451028347, + "-": 0.9961657524108887 + }, + "id": "tp_4489" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 561128, + "label": "-", + "classification": { + "B": 1.1908493746659587e-07, + "S": 6.304596666950602e-08, + "I": 1.3489344382833224e-05, + "C": 1.937791012096568e-06, + "R": 3.3960787959586014e-07, + "M": 1.7847025446826592e-05, + "O": 6.535754437209107e-06, + "W": 1.2872138199782057e-07, + "N": 2.7081321718469553e-07, + "Y": 0.0001713658421067521, + "U": 3.677284254877122e-08, + "K": 7.301166959905458e-08, + "L": 5.038203880758374e-07, + "G": 3.829849083558656e-05, + "F": 0.0008289825636893511, + "E": 9.614315786166117e-06, + "T": 0.0001173483906313777, + "P": 0.040119562298059464, + "-": 0.9586735367774963 + }, + "id": "tp_4490" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 561261, + "label": "-", + "classification": { + "B": 0.00014911615289747715, + "S": 7.501736399717629e-05, + "I": 0.001337614143267274, + "C": 0.00038410958950407803, + "R": 0.00013805727940052748, + "M": 0.007784093264490366, + "O": 0.0008794259047135711, + "W": 4.563056427286938e-05, + "N": 4.7178720706142485e-05, + "Y": 0.01154284831136465, + "U": 9.540835890220478e-06, + "K": 4.677759079640964e-06, + "L": 0.0005306893144734204, + "G": 0.005092774052172899, + "F": 0.011690981686115265, + "E": 0.0007575339986942708, + "T": 0.007280816324055195, + "P": 0.05666721984744072, + "-": 0.8955827355384827 + }, + "id": "tp_4491" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 561395, + "label": "-", + "classification": { + "B": 2.1579023723461432e-07, + "S": 2.277625981150777e-07, + "I": 2.4999329980346374e-05, + "C": 1.5614004951203242e-06, + "R": 6.753547268090188e-07, + "M": 0.00014479758101515472, + "O": 1.359042198600946e-05, + "W": 1.908853306531455e-07, + "N": 3.490906408387673e-07, + "Y": 0.0009598456090316176, + "U": 2.2881295080878772e-08, + "K": 5.7876953007962584e-08, + "L": 1.7564708514328231e-06, + "G": 0.00010985300468746573, + "F": 0.0011245585046708584, + "E": 2.0608038539648987e-05, + "T": 0.0006050619995221496, + "P": 0.013933463953435421, + "-": 0.9830581545829773 + }, + "id": "tp_4492" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 561528, + "label": "-", + "classification": { + "B": 3.3657165943168366e-08, + "S": 2.853979452765998e-08, + "I": 6.455165930674411e-07, + "C": 7.90384362403529e-08, + "R": 2.2615278538751227e-08, + "M": 1.0852396371774375e-05, + "O": 4.265223196853185e-06, + "W": 1.844038877152343e-08, + "N": 5.036016492709905e-09, + "Y": 2.4998611479531974e-05, + "U": 7.939947588297969e-10, + "K": 2.005664558046849e-11, + "L": 5.227867063695157e-07, + "G": 3.091909093200229e-06, + "F": 1.8774733689497225e-05, + "E": 7.339505714298866e-08, + "T": 0.00015281018568202853, + "P": 0.004183053504675627, + "-": 0.9956008195877075 + }, + "id": "tp_4493" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 561628, + "label": "-", + "classification": { + "B": 1.54995359480381e-05, + "S": 8.24466496851528e-06, + "I": 2.972040601889603e-05, + "C": 5.397550467023393e-06, + "R": 8.865760605658579e-07, + "M": 0.0003174138255417347, + "O": 4.535141488304362e-05, + "W": 1.9567376057239017e-06, + "N": 2.9502691631932976e-06, + "Y": 0.0009674165630713105, + "U": 2.2944914235267788e-07, + "K": 3.422431063881959e-06, + "L": 6.364844011841342e-06, + "G": 0.0003738091327250004, + "F": 0.0107254758477211, + "E": 0.00027165032224729657, + "T": 0.0007997679058462381, + "P": 0.06569159775972366, + "-": 0.9207327365875244 + }, + "id": "tp_4494" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 561762, + "label": "-", + "classification": { + "B": 1.2740770216623787e-05, + "S": 8.285454896395095e-06, + "I": 2.3687944121775217e-05, + "C": 5.357839654607233e-06, + "R": 4.83920030092122e-06, + "M": 0.0018291634041815996, + "O": 0.00023653011885471642, + "W": 3.0311198315757792e-06, + "N": 5.720858098356985e-07, + "Y": 0.004852306563407183, + "U": 1.1747996353506096e-07, + "K": 2.7302968774733927e-08, + "L": 7.999249646672979e-05, + "G": 0.0005821065860800445, + "F": 0.0021775250788778067, + "E": 1.146672002505511e-05, + "T": 0.0073652854189276695, + "P": 0.0040837847627699375, + "-": 0.9787231683731079 + }, + "id": "tp_4495" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 561895, + "label": "-", + "classification": { + "B": 3.521034486198005e-08, + "S": 2.9749953611712954e-08, + "I": 4.026911426535662e-08, + "C": 5.684328030497454e-08, + "R": 1.295350759988878e-08, + "M": 2.6823698135558516e-05, + "O": 2.367771230638027e-06, + "W": 4.163781319732607e-09, + "N": 2.7655183698627184e-10, + "Y": 4.412996713654138e-05, + "U": 1.891885086091616e-11, + "K": 3.561697811682585e-11, + "L": 5.4334697097147e-07, + "G": 1.932224586198572e-05, + "F": 0.000638276687823236, + "E": 2.4729465053496824e-07, + "T": 3.3725857065292075e-05, + "P": 0.000562735425774008, + "-": 0.9986717700958252 + }, + "id": "tp_4496" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 562029, + "label": "-", + "classification": { + "B": 6.214870285070617e-10, + "S": 6.960696463664817e-10, + "I": 2.0118349652875622e-07, + "C": 3.179878049763829e-08, + "R": 2.5181294827092415e-09, + "M": 2.557461129981675e-06, + "O": 1.376645570871915e-07, + "W": 4.425897426330039e-10, + "N": 4.02767597051934e-09, + "Y": 7.454542355844751e-05, + "U": 1.1552427070515847e-10, + "K": 6.015888676103032e-09, + "L": 2.706127766316513e-09, + "G": 2.4360031147807604e-06, + "F": 0.00017646997002884746, + "E": 8.574914431846992e-07, + "T": 1.9304960005683824e-05, + "P": 0.004539286717772484, + "-": 0.9951840043067932 + }, + "id": "tp_4497" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 562129, + "label": "-", + "classification": { + "B": 1.1132826784887584e-06, + "S": 1.7566512156008685e-07, + "I": 7.36672291168361e-06, + "C": 2.309410319867311e-06, + "R": 4.638901600628742e-07, + "M": 4.1950694139814004e-05, + "O": 9.981406037695706e-06, + "W": 1.5098648020739347e-07, + "N": 2.3120006176213792e-07, + "Y": 0.00027553830295801163, + "U": 2.3052798781009187e-08, + "K": 1.0586079213226185e-07, + "L": 7.584171157759556e-07, + "G": 8.527422323822975e-05, + "F": 0.001768107176758349, + "E": 1.9815970517811365e-05, + "T": 0.00013726182805839926, + "P": 0.025107676163315773, + "-": 0.9725416302680969 + }, + "id": "tp_4498" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 562262, + "label": "-", + "classification": { + "B": 7.00425584199138e-09, + "S": 9.532556966007633e-09, + "I": 3.333060476506944e-07, + "C": 1.2129531823390494e-09, + "R": 2.94906182807253e-10, + "M": 1.1379074749129359e-06, + "O": 1.5610450532221876e-07, + "W": 1.3543709487251476e-09, + "N": 5.56951551544671e-09, + "Y": 5.686616714228876e-05, + "U": 5.029608327045132e-11, + "K": 7.868850460113208e-09, + "L": 3.090208755551771e-09, + "G": 2.4546898202970624e-06, + "F": 0.0005590725340880454, + "E": 1.6871751995495288e-06, + "T": 1.8103399270330556e-05, + "P": 0.01084376685321331, + "-": 0.9885163307189941 + }, + "id": "tp_4499" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 562396, + "label": "-", + "classification": { + "B": 4.90174898004625e-07, + "S": 9.149537163466448e-07, + "I": 9.375502827424498e-07, + "C": 1.7291063159063924e-07, + "R": 1.761732448812836e-07, + "M": 0.000275642320048064, + "O": 2.779927490337286e-05, + "W": 1.1159382751202429e-07, + "N": 1.0541651995765733e-08, + "Y": 0.0007051491993479431, + "U": 4.781466889092201e-10, + "K": 1.3616533456328739e-09, + "L": 3.954309704568004e-06, + "G": 0.00012055467959726229, + "F": 0.001289105275645852, + "E": 2.5436986561544472e-06, + "T": 0.00025912554701790214, + "P": 0.0010486396495252848, + "-": 0.996264636516571 + }, + "id": "tp_4500" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 562529, + "label": "-", + "classification": { + "B": 1.497586481491453e-07, + "S": 5.295638061397767e-08, + "I": 0.00029534994973801076, + "C": 1.5886316759861074e-05, + "R": 2.3435848106601043e-06, + "M": 9.240017243428156e-05, + "O": 6.0129059420432895e-06, + "W": 7.291237835715947e-08, + "N": 2.4268447305075824e-06, + "Y": 0.0009126534569077194, + "U": 1.0309589981716272e-07, + "K": 3.641310399871145e-07, + "L": 9.785665042727487e-07, + "G": 0.00046995998127385974, + "F": 0.0011414230102673173, + "E": 0.00016996807244140655, + "T": 0.00047395343426615, + "P": 0.09865761548280716, + "-": 0.8977581262588501 + }, + "id": "tp_4501" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 562629, + "label": "-", + "classification": { + "B": 3.298617201608067e-08, + "S": 8.863629830102582e-08, + "I": 2.737782779149711e-05, + "C": 3.067825218749931e-06, + "R": 4.772383022100257e-07, + "M": 3.0004210202605464e-05, + "O": 6.6328252614766825e-06, + "W": 9.040966375550852e-08, + "N": 1.071734914148692e-06, + "Y": 0.0008184422040358186, + "U": 8.068948886830185e-08, + "K": 2.2704473394696834e-06, + "L": 2.0232126018981944e-07, + "G": 8.960720879258588e-05, + "F": 0.0004149548476561904, + "E": 2.6374887966085225e-05, + "T": 0.0004377132572699338, + "P": 0.0197073295712471, + "-": 0.9784342646598816 + }, + "id": "tp_4502" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 562763, + "label": "-", + "classification": { + "B": 8.890797857930011e-07, + "S": 4.886938995696255e-07, + "I": 0.00035937372012995183, + "C": 7.549384008598281e-06, + "R": 1.4593808828067267e-06, + "M": 0.00012746428546961397, + "O": 2.140251854143571e-05, + "W": 8.007172596080636e-07, + "N": 7.726628609816544e-06, + "Y": 0.0010239933617413044, + "U": 2.0815750190195104e-07, + "K": 1.2965435303158301e-07, + "L": 1.9986637198599055e-06, + "G": 8.868484292179346e-05, + "F": 0.00021882075816392899, + "E": 8.988397166831419e-05, + "T": 0.0013613102491945028, + "P": 0.18586483597755432, + "-": 0.8108230233192444 + }, + "id": "tp_4503" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 562896, + "label": "-", + "classification": { + "B": 6.756845039035397e-08, + "S": 5.021960092221889e-08, + "I": 7.59151544116321e-06, + "C": 3.999723048764281e-06, + "R": 9.276740797758976e-07, + "M": 9.058925206772983e-05, + "O": 6.227535777725279e-06, + "W": 4.2630659891074174e-08, + "N": 6.928712537046522e-08, + "Y": 0.0023114285431802273, + "U": 2.018105504930645e-08, + "K": 1.0342705358823423e-08, + "L": 1.7439849671063712e-06, + "G": 0.00013757443230133504, + "F": 0.00045603406033478677, + "E": 3.555246394171263e-06, + "T": 0.001072341576218605, + "P": 0.0029708680231124163, + "-": 0.992936909198761 + }, + "id": "tp_4504" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 563030, + "label": "-", + "classification": { + "B": 3.3587255155939633e-13, + "S": 2.905133002651522e-13, + "I": 2.0543478029821927e-08, + "C": 2.8693972198290396e-10, + "R": 1.3694644376838205e-12, + "M": 1.71786951330688e-09, + "O": 1.585786640889708e-10, + "W": 4.932343053952459e-13, + "N": 6.868804136583861e-11, + "Y": 6.215857695224258e-08, + "U": 2.047180513217034e-13, + "K": 1.6077810957582095e-11, + "L": 4.509274897923632e-13, + "G": 2.840798263292754e-09, + "F": 2.9222546800156124e-06, + "E": 1.295673968115807e-07, + "T": 4.841210454742395e-08, + "P": 0.05209442973136902, + "-": 0.947902500629425 + }, + "id": "tp_4505" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 563130, + "label": "-", + "classification": { + "B": 3.418050255277194e-06, + "S": 1.9501480892358813e-06, + "I": 0.00033997069112956524, + "C": 2.0069865058758296e-05, + "R": 2.2180163341545267e-06, + "M": 4.273758895578794e-05, + "O": 2.8874435884063132e-05, + "W": 2.2432800506066997e-06, + "N": 2.2410573365050368e-05, + "Y": 0.00017499148088973016, + "U": 1.3905549849368981e-06, + "K": 4.000764874945162e-06, + "L": 1.8769600274026743e-06, + "G": 5.381182563723996e-05, + "F": 0.0008094831136986613, + "E": 0.0002579971624072641, + "T": 0.0005114339292049408, + "P": 0.2539243996143341, + "-": 0.7437968254089355 + }, + "id": "tp_4506" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 563263, + "label": "-", + "classification": { + "B": 3.2760348403826356e-05, + "S": 0.00012019864516332746, + "I": 0.00259440578520298, + "C": 0.0003330252366140485, + "R": 0.00013919358025304973, + "M": 0.006276807282119989, + "O": 0.0008319173939526081, + "W": 8.78817736520432e-05, + "N": 0.00023412040900439024, + "Y": 0.02458866499364376, + "U": 1.642623647057917e-05, + "K": 0.00020882343233097345, + "L": 8.707737288204953e-05, + "G": 0.0032935102935880423, + "F": 0.008041917346417904, + "E": 0.0018337519140914083, + "T": 0.01844627596437931, + "P": 0.04963379725813866, + "-": 0.8831994533538818 + }, + "id": "tp_4507" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 563397, + "label": "-", + "classification": { + "B": 1.8874608542773785e-09, + "S": 7.090449893887296e-10, + "I": 2.7410354164203454e-07, + "C": 3.1314622006561876e-09, + "R": 3.5089967043155923e-10, + "M": 3.937980750379211e-07, + "O": 1.1733301619187841e-07, + "W": 4.2263734179037726e-10, + "N": 6.511718275703515e-09, + "Y": 7.054104116832605e-06, + "U": 1.4626920508131747e-10, + "K": 8.723449185232823e-10, + "L": 1.4050759444828032e-09, + "G": 2.859997891846433e-07, + "F": 1.605450779607054e-05, + "E": 9.166554946204997e-07, + "T": 1.5567806258331984e-05, + "P": 0.024747412651777267, + "-": 0.975212037563324 + }, + "id": "tp_4508" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 563530, + "label": "-", + "classification": { + "B": 4.834758704497233e-10, + "S": 1.2288201567400847e-08, + "I": 5.160219984645664e-07, + "C": 3.8077820896376124e-09, + "R": 1.3036330903659632e-09, + "M": 5.346448688214878e-06, + "O": 5.251733909972245e-07, + "W": 2.1388055770898973e-09, + "N": 8.791332994917411e-09, + "Y": 0.0003079138696193695, + "U": 4.674276590788118e-11, + "K": 6.1342970703037736e-09, + "L": 2.4495721007156135e-09, + "G": 2.4244593532785075e-06, + "F": 0.00011756972526200116, + "E": 6.051404852769338e-07, + "T": 9.999971371144056e-05, + "P": 0.0009593364084139466, + "-": 0.9985058307647705 + }, + "id": "tp_4509" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 563630, + "label": "-", + "classification": { + "B": 4.740736514463606e-08, + "S": 4.291427302405282e-08, + "I": 3.79045582121762e-06, + "C": 3.4624861200427404e-07, + "R": 3.7264445751361563e-08, + "M": 2.4926121113821864e-06, + "O": 1.5943652442729217e-06, + "W": 4.4315463298971736e-08, + "N": 2.501586493508512e-07, + "Y": 5.250788672128692e-05, + "U": 1.3091808526155546e-08, + "K": 8.973933631750697e-07, + "L": 3.8635683097254514e-08, + "G": 1.0125992048415355e-05, + "F": 0.0007259490084834397, + "E": 1.5806464944034815e-05, + "T": 3.1837498681852594e-05, + "P": 0.04440653696656227, + "-": 0.9547476768493652 + }, + "id": "tp_4510" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 563764, + "label": "-", + "classification": { + "B": 7.42041229386814e-05, + "S": 5.7203025789931417e-05, + "I": 0.016884518787264824, + "C": 0.0012533710105344653, + "R": 0.0002730847045313567, + "M": 0.0015198555774986744, + "O": 0.00045988589408807456, + "W": 6.761268014088273e-05, + "N": 0.001183538231998682, + "Y": 0.007115920074284077, + "U": 9.976956062018871e-05, + "K": 0.00013783898612018675, + "L": 0.00012665135727729648, + "G": 0.001970212673768401, + "F": 0.004302043467760086, + "E": 0.0032040425576269627, + "T": 0.007312835194170475, + "P": 0.3916397988796234, + "-": 0.5623176693916321 + }, + "id": "tp_4511" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 563897, + "label": "-", + "classification": { + "B": 4.000356454980647e-07, + "S": 8.141412877193943e-08, + "I": 3.710711098392494e-05, + "C": 7.813595402694773e-06, + "R": 4.7210758680193976e-07, + "M": 5.3236220992403105e-05, + "O": 6.306484920060029e-06, + "W": 1.2082202260899066e-07, + "N": 1.093134528673545e-06, + "Y": 0.00027278700144961476, + "U": 4.978986822834486e-08, + "K": 6.65885067974159e-07, + "L": 5.530403655029659e-07, + "G": 0.00013586491695605218, + "F": 0.003289411775767803, + "E": 0.00025903419009409845, + "T": 8.400912338402122e-05, + "P": 0.068815678358078, + "-": 0.927035391330719 + }, + "id": "tp_4512" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 564031, + "label": "-", + "classification": { + "B": 2.9587985409307294e-05, + "S": 2.4033468434936367e-05, + "I": 0.0001824178616516292, + "C": 0.0002830013690982014, + "R": 5.281127232592553e-05, + "M": 0.0011780265485867858, + "O": 0.0004092533781658858, + "W": 2.7969002985628322e-05, + "N": 3.909717270289548e-05, + "Y": 0.011877654120326042, + "U": 1.1985186574747786e-05, + "K": 0.0003300436947029084, + "L": 8.163523307302967e-05, + "G": 0.004709695465862751, + "F": 0.018446389585733414, + "E": 0.0018093433463945985, + "T": 0.0042619239538908005, + "P": 0.038515303283929825, + "-": 0.9177298545837402 + }, + "id": "tp_4513" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 564131, + "label": "-", + "classification": { + "B": 4.793669627911612e-11, + "S": 5.0819396434087505e-12, + "I": 7.233550292085056e-08, + "C": 1.247015268823759e-09, + "R": 1.073215613600631e-10, + "M": 4.6375916440410947e-07, + "O": 7.865895490510866e-09, + "W": 3.145214991229217e-12, + "N": 1.390896009478837e-10, + "Y": 1.240615893038921e-05, + "U": 5.79577781167212e-13, + "K": 2.3745179000139727e-12, + "L": 1.677491201501624e-10, + "G": 6.531874987558695e-07, + "F": 7.484415618819185e-06, + "E": 3.622453732532449e-07, + "T": 6.349875548039563e-06, + "P": 0.006692873779684305, + "-": 0.9932792782783508 + }, + "id": "tp_4514" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 564264, + "label": "-", + "classification": { + "B": 5.648642513733648e-07, + "S": 1.5008922105153033e-07, + "I": 3.3854048524517566e-05, + "C": 3.6117833133175736e-06, + "R": 4.274804155102174e-07, + "M": 6.0607217164942995e-05, + "O": 1.3689050319953822e-05, + "W": 6.981608180467447e-08, + "N": 5.517707677427097e-07, + "Y": 0.0001654850784689188, + "U": 1.9842058662788986e-08, + "K": 1.625263656990228e-08, + "L": 1.651210595809971e-06, + "G": 0.0001636398083064705, + "F": 0.0006551718688569963, + "E": 4.072547744726762e-05, + "T": 0.00020610315550584346, + "P": 0.04314469173550606, + "-": 0.9555090665817261 + }, + "id": "tp_4515" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 564398, + "label": "-", + "classification": { + "B": 2.3002447946396387e-08, + "S": 2.0189965255212883e-08, + "I": 1.3251071777631296e-06, + "C": 4.485193549896849e-09, + "R": 4.4876385940639807e-10, + "M": 1.7521601876069326e-06, + "O": 6.786664812352683e-07, + "W": 1.2906084201347312e-08, + "N": 4.917190565834062e-08, + "Y": 5.602032160823001e-06, + "U": 3.241183710311901e-10, + "K": 1.3015869271271185e-08, + "L": 8.772475190710338e-09, + "G": 1.3583240843217936e-06, + "F": 0.00018912622181233019, + "E": 8.91858508111909e-06, + "T": 1.0456127711222507e-05, + "P": 0.08065739274024963, + "-": 0.9191233515739441 + }, + "id": "tp_4516" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 564531, + "label": "-", + "classification": { + "B": 1.3855245128979732e-07, + "S": 2.594035777292447e-07, + "I": 3.5075190680800006e-05, + "C": 1.8600484281705576e-06, + "R": 3.396398824406788e-07, + "M": 9.319855053036008e-06, + "O": 5.701815098291263e-06, + "W": 2.2757286899377505e-07, + "N": 2.930042228399543e-06, + "Y": 0.0006414108211174607, + "U": 1.4289931016264745e-07, + "K": 5.134348157298518e-06, + "L": 1.529229507468699e-07, + "G": 4.8108264309121296e-05, + "F": 0.0013151754392310977, + "E": 9.710372978588566e-05, + "T": 0.00016358861466869712, + "P": 0.08979891240596771, + "-": 0.9078745245933533 + }, + "id": "tp_4517" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 564631, + "label": "-", + "classification": { + "B": 1.1155905212945072e-06, + "S": 6.21910248810309e-06, + "I": 0.0013561673695221543, + "C": 1.3693375876755454e-05, + "R": 5.8708296819531824e-06, + "M": 0.0002399484656052664, + "O": 9.726921416586265e-05, + "W": 5.991847501718439e-06, + "N": 0.00018301207455806434, + "Y": 0.0029656921979039907, + "U": 2.131178462150274e-06, + "K": 0.0002921750710811466, + "L": 1.7768747966329101e-06, + "G": 0.0005050877225585282, + "F": 0.0038336438592523336, + "E": 0.0013074494199827313, + "T": 0.0027332883328199387, + "P": 0.14078496396541595, + "-": 0.8456645011901855 + }, + "id": "tp_4518" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 564765, + "label": "-", + "classification": { + "B": 1.9113706457574153e-06, + "S": 6.951335649318935e-07, + "I": 0.00017243555339518934, + "C": 1.5255621292453725e-05, + "R": 1.666319462856336e-06, + "M": 0.0002377766213612631, + "O": 3.1864805350778624e-05, + "W": 6.176841225169483e-07, + "N": 5.107849119667662e-06, + "Y": 0.0006460348377004266, + "U": 5.831703333569749e-07, + "K": 3.518390769841062e-07, + "L": 5.754520771006355e-06, + "G": 0.00027147511718794703, + "F": 0.0005924240103922784, + "E": 9.731539466883987e-05, + "T": 0.002005709568038583, + "P": 0.11396268010139465, + "-": 0.8819502592086792 + }, + "id": "tp_4519" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 564898, + "label": "-", + "classification": { + "B": 0.0004589686868712306, + "S": 2.4730725272092968e-05, + "I": 3.97070798499044e-05, + "C": 3.883447334374068e-06, + "R": 1.2418436199368443e-06, + "M": 0.0009168661199510098, + "O": 0.0004779000300914049, + "W": 8.104844710032921e-06, + "N": 3.067829311476089e-06, + "Y": 0.0001800811296561733, + "U": 1.325287684039722e-07, + "K": 4.93701612924724e-08, + "L": 7.750978693366051e-05, + "G": 0.0003516426950227469, + "F": 0.0009724655537866056, + "E": 0.00030859667458571494, + "T": 0.00040403963066637516, + "P": 0.07969541102647781, + "-": 0.9160756468772888 + }, + "id": "tp_4520" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 565032, + "label": "-", + "classification": { + "B": 9.490247521171113e-08, + "S": 6.360668436400374e-08, + "I": 6.481728632934391e-05, + "C": 9.779135325516108e-06, + "R": 1.3062059451840469e-06, + "M": 2.7793203116743825e-05, + "O": 3.657829438452609e-06, + "W": 1.563334848242448e-07, + "N": 1.47539549288922e-06, + "Y": 0.000654829025734216, + "U": 1.4277451043653855e-07, + "K": 1.425082973582903e-05, + "L": 2.000554388814635e-07, + "G": 0.00013063180085737258, + "F": 0.0047878990881145, + "E": 0.00015833124052733183, + "T": 0.00012774868810083717, + "P": 0.049283407628536224, + "-": 0.9447333812713623 + }, + "id": "tp_4521" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 565132, + "label": "-", + "classification": { + "B": 1.0632155067469284e-07, + "S": 9.852830373802135e-08, + "I": 9.541303006699309e-05, + "C": 9.857051736616995e-06, + "R": 2.750722842392861e-06, + "M": 0.00020921447139699012, + "O": 1.0800844393088482e-05, + "W": 1.1827433610278604e-07, + "N": 7.772292747176834e-07, + "Y": 0.005859015975147486, + "U": 1.5766084970891825e-07, + "K": 1.4380532320501516e-07, + "L": 3.720720087585505e-06, + "G": 0.000327333458699286, + "F": 0.0005953129148110747, + "E": 3.657410343294032e-05, + "T": 0.0021037361584603786, + "P": 0.01814388483762741, + "-": 0.972601056098938 + }, + "id": "tp_4522" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 565265, + "label": "-", + "classification": { + "B": 1.0092340829714885e-07, + "S": 1.4375167722846527e-07, + "I": 1.77613601408666e-05, + "C": 1.7708666746329982e-06, + "R": 2.2533031085458788e-07, + "M": 2.617861537146382e-05, + "O": 5.458566647575935e-06, + "W": 1.9692683395078348e-07, + "N": 3.8322227169373946e-07, + "Y": 0.0001494271564297378, + "U": 2.182043168375003e-08, + "K": 7.167226954152284e-07, + "L": 4.031915352697979e-07, + "G": 5.579431672231294e-05, + "F": 0.0028467453084886074, + "E": 3.3928990887943655e-05, + "T": 6.681846571154892e-05, + "P": 0.031737104058265686, + "-": 0.965056836605072 + }, + "id": "tp_4523" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 565399, + "label": "-", + "classification": { + "B": 1.7643431419855915e-05, + "S": 2.4620308977318928e-05, + "I": 0.0015077389543876052, + "C": 0.0011079700198024511, + "R": 0.00021570449462160468, + "M": 0.0007271284121088684, + "O": 0.00030671796412207186, + "W": 4.13157649745699e-05, + "N": 0.0001824878272600472, + "Y": 0.00593734672293067, + "U": 5.2804221922997385e-05, + "K": 0.0010519953211769462, + "L": 3.551720510586165e-05, + "G": 0.0016862427582964301, + "F": 0.015181498602032661, + "E": 0.0015911400550976396, + "T": 0.002617546124383807, + "P": 0.10807973891496658, + "-": 0.8596349358558655 + }, + "id": "tp_4524" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 565532, + "label": "-", + "classification": { + "B": 4.236143922753399e-06, + "S": 8.09051107353298e-06, + "I": 0.00021913454111199826, + "C": 2.3419825083692558e-05, + "R": 1.0392216609034222e-05, + "M": 0.0012886888580396771, + "O": 0.00015172841085586697, + "W": 4.434989023138769e-06, + "N": 7.514601293223677e-06, + "Y": 0.0035228694323450327, + "U": 7.678463589400053e-07, + "K": 1.3427682006295072e-06, + "L": 5.6144977861549705e-05, + "G": 0.0007525369292125106, + "F": 0.006139679346233606, + "E": 0.00020315920119173825, + "T": 0.004889077506959438, + "P": 0.01958388090133667, + "-": 0.9631329774856567 + }, + "id": "tp_4525" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 565632, + "label": "-", + "classification": { + "B": 8.178353164112195e-05, + "S": 1.0961303814838175e-05, + "I": 0.007492014206945896, + "C": 0.0007883593789301813, + "R": 0.00017312433919869363, + "M": 0.0031335989478975534, + "O": 0.00031357811531051993, + "W": 1.9819834051304497e-05, + "N": 0.00019746528414543718, + "Y": 0.010057718493044376, + "U": 1.6840231182868592e-05, + "K": 1.3541161933972035e-05, + "L": 9.80330296442844e-05, + "G": 0.002678198739886284, + "F": 0.0021281877998262644, + "E": 0.0034965926315635443, + "T": 0.005167949013411999, + "P": 0.23751509189605713, + "-": 0.726617157459259 + }, + "id": "tp_4526" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 565766, + "label": "-", + "classification": { + "B": 7.100422226358205e-05, + "S": 1.1790395546995569e-05, + "I": 0.0006135513540357351, + "C": 7.339141302509233e-05, + "R": 2.0758408936671913e-05, + "M": 0.0008356768521480262, + "O": 0.0004493529559113085, + "W": 1.402926955051953e-05, + "N": 2.6080868337885477e-05, + "Y": 0.0009118583402596414, + "U": 2.511656248316285e-06, + "K": 2.254613065133526e-07, + "L": 7.698208355577663e-05, + "G": 0.0005385187105275691, + "F": 0.0006663550157099962, + "E": 0.00022414422710426152, + "T": 0.0016939467750489712, + "P": 0.18612529337406158, + "-": 0.8076445460319519 + }, + "id": "tp_4527" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 565899, + "label": "-", + "classification": { + "B": 9.546768524160143e-06, + "S": 5.4410429584095255e-06, + "I": 0.0009531294927000999, + "C": 0.00022472083219327033, + "R": 2.1626559828291647e-05, + "M": 0.0005004699341952801, + "O": 0.00010261404531775042, + "W": 8.393612006329931e-06, + "N": 9.190617129206657e-05, + "Y": 0.00310991401784122, + "U": 1.1176055522810202e-05, + "K": 0.00021925677719991654, + "L": 1.155357404059032e-05, + "G": 0.0013457800960168242, + "F": 0.0050768363289535046, + "E": 0.0023968301247805357, + "T": 0.0016315977554768324, + "P": 0.12446330487728119, + "-": 0.8598158955574036 + }, + "id": "tp_4528" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 566033, + "label": "-", + "classification": { + "B": 5.247122203400068e-07, + "S": 1.7936440599441994e-06, + "I": 0.0008010164019651711, + "C": 0.00011251806427026168, + "R": 2.2653499399893917e-05, + "M": 0.00011404543329263106, + "O": 3.9300146454479545e-05, + "W": 5.4047623052611016e-06, + "N": 5.716109080822207e-05, + "Y": 0.0017395177856087685, + "U": 3.723342388184392e-06, + "K": 0.00021616545564029366, + "L": 1.7538982319820207e-06, + "G": 0.00016792329552117735, + "F": 0.004903833381831646, + "E": 0.0007987424032762647, + "T": 0.0007296356488950551, + "P": 0.10745318233966827, + "-": 0.8828310966491699 + }, + "id": "tp_4529" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 566133, + "label": "-", + "classification": { + "B": 8.597349733463489e-06, + "S": 4.212173735140823e-06, + "I": 0.00012474172399379313, + "C": 1.0246280908177141e-05, + "R": 3.201926347173867e-06, + "M": 0.0002380833902861923, + "O": 0.0001112234458560124, + "W": 3.95578990719514e-06, + "N": 3.7973081816744525e-06, + "Y": 0.0007566530839540064, + "U": 4.287084607312863e-07, + "K": 7.745776287038098e-08, + "L": 1.6027383026084863e-05, + "G": 0.0002162875753128901, + "F": 0.0004000815097242594, + "E": 3.593746805563569e-05, + "T": 0.0010623324196785688, + "P": 0.08144843578338623, + "-": 0.9155555963516235 + }, + "id": "tp_4530" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 566266, + "label": "-", + "classification": { + "B": 2.730855264143628e-10, + "S": 3.967267070414948e-10, + "I": 1.0162061698792968e-06, + "C": 1.980727404315985e-08, + "R": 5.688400306347319e-10, + "M": 1.7556072862134897e-06, + "O": 7.236747734395976e-08, + "W": 2.5561211480784607e-10, + "N": 1.7667394658360536e-08, + "Y": 1.8053011444862932e-05, + "U": 8.781606691821153e-11, + "K": 1.9653956684351215e-08, + "L": 7.015426572998251e-10, + "G": 2.9331465611903695e-06, + "F": 9.934935224009678e-05, + "E": 1.553768197481986e-05, + "T": 1.0820961506396998e-05, + "P": 0.035091377794742584, + "-": 0.9647590517997742 + }, + "id": "tp_4531" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 566400, + "label": "-", + "classification": { + "B": 1.3440380364215798e-08, + "S": 1.9734047729258464e-10, + "I": 3.6784204571205237e-09, + "C": 6.765463189672971e-11, + "R": 5.07480385839032e-12, + "M": 8.090623282441811e-07, + "O": 1.2169458329935878e-07, + "W": 3.4489550104765954e-11, + "N": 1.5189887542232938e-11, + "Y": 6.599899506909424e-07, + "U": 3.0690182925389997e-13, + "K": 1.4567919082424802e-13, + "L": 6.6953664834557e-09, + "G": 1.088770545720763e-06, + "F": 1.0123842002940364e-05, + "E": 5.8865282426268095e-08, + "T": 1.126819029195758e-06, + "P": 0.0030086818151175976, + "-": 0.9969773292541504 + }, + "id": "tp_4532" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 566533, + "label": "-", + "classification": { + "B": 2.3811035134713165e-05, + "S": 6.581492016266566e-06, + "I": 0.0024626755621284246, + "C": 0.00020725568174384534, + "R": 4.2892945202765986e-05, + "M": 0.0021732777822762728, + "O": 0.0002329096314497292, + "W": 7.246182576636784e-06, + "N": 2.277636122016702e-05, + "Y": 0.0029594004154205322, + "U": 2.042169171545538e-06, + "K": 1.0659007330104942e-06, + "L": 0.00013491208665072918, + "G": 0.0034679335076361895, + "F": 0.00326871732249856, + "E": 0.0016499520279467106, + "T": 0.0026691064704209566, + "P": 0.07411021739244461, + "-": 0.9065572619438171 + }, + "id": "tp_4533" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 566633, + "label": "-", + "classification": { + "B": 1.553803485876415e-05, + "S": 3.0276440156740136e-05, + "I": 0.003153952769935131, + "C": 0.0009066709317266941, + "R": 0.00013156578643247485, + "M": 0.0009698143694549799, + "O": 0.00032351186382584274, + "W": 3.8624722947133705e-05, + "N": 0.00031158688943833113, + "Y": 0.005313549190759659, + "U": 2.718858559092041e-05, + "K": 0.0001419919717591256, + "L": 4.812538463738747e-05, + "G": 0.0014984938316047192, + "F": 0.009161765687167645, + "E": 0.002256664913147688, + "T": 0.0026807610411196947, + "P": 0.18359699845314026, + "-": 0.7893929481506348 + }, + "id": "tp_4534" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 566767, + "label": "-", + "classification": { + "B": 1.924146545206895e-06, + "S": 1.1107812497357372e-05, + "I": 0.0011609673965722322, + "C": 6.10132010478992e-05, + "R": 1.2122248335799668e-05, + "M": 0.00015833834186196327, + "O": 8.291949052363634e-05, + "W": 7.583232672914164e-06, + "N": 0.0001686395116848871, + "Y": 0.0016103063244372606, + "U": 7.930397259769961e-06, + "K": 6.554069113917649e-05, + "L": 7.098830337781692e-06, + "G": 0.0002605425543151796, + "F": 0.0030225799418985844, + "E": 0.001192127470858395, + "T": 0.002581292064860463, + "P": 0.30246925354003906, + "-": 0.6871187686920166 + }, + "id": "tp_4535" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 566900, + "label": "-", + "classification": { + "B": 1.1538791966358986e-07, + "S": 6.967730570295316e-08, + "I": 0.0002615888661239296, + "C": 3.886653303197818e-06, + "R": 4.89140063564264e-07, + "M": 2.553984450059943e-05, + "O": 2.496298293408472e-06, + "W": 1.200518653377003e-07, + "N": 5.343720204109559e-06, + "Y": 0.0004041732754558325, + "U": 1.0723689314318108e-07, + "K": 1.739042772896937e-06, + "L": 1.605477422117474e-07, + "G": 2.9065038688713685e-05, + "F": 0.0004806357028428465, + "E": 0.0003351127961650491, + "T": 0.00020353103172965348, + "P": 0.21646414697170258, + "-": 0.7817817330360413 + }, + "id": "tp_4536" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 567000, + "label": "-", + "classification": { + "B": 1.267686650097133e-10, + "S": 2.6258221291763917e-11, + "I": 1.7056710532870056e-07, + "C": 3.051959351907385e-09, + "R": 1.264209570361885e-10, + "M": 3.3505540386613575e-07, + "O": 1.1388324061556432e-08, + "W": 3.186755026529653e-11, + "N": 8.656953487395924e-10, + "Y": 1.4102061868470628e-05, + "U": 2.3135658319684005e-11, + "K": 2.0168755554550444e-09, + "L": 2.3929336290251513e-10, + "G": 1.6150470401044004e-06, + "F": 2.4079799914034083e-05, + "E": 2.1534688130486757e-06, + "T": 5.873710051673697e-06, + "P": 0.00834957230836153, + "-": 0.9916020035743713 + }, + "id": "tp_4537" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 567134, + "label": "-", + "classification": { + "B": 8.047328492466477e-07, + "S": 9.339851203549188e-08, + "I": 5.943764335825108e-05, + "C": 1.060081785908551e-06, + "R": 2.8166573429189157e-07, + "M": 5.847129796165973e-05, + "O": 4.650808023143327e-06, + "W": 1.370070208395191e-07, + "N": 7.458193636011856e-07, + "Y": 0.0016804889310151339, + "U": 4.5292242845107467e-08, + "K": 6.841922299827274e-07, + "L": 3.3081522587963264e-07, + "G": 0.0001947137207025662, + "F": 0.0003276064817328006, + "E": 7.492306031053886e-05, + "T": 0.00039314033347181976, + "P": 0.04899429529905319, + "-": 0.9482081532478333 + }, + "id": "tp_4538" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 567267, + "label": "-", + "classification": { + "B": 8.022425390663557e-06, + "S": 7.506713882321492e-05, + "I": 0.0006346545414999127, + "C": 8.368628186872229e-05, + "R": 4.091025039087981e-05, + "M": 0.0008243073825724423, + "O": 0.0004374416312202811, + "W": 5.1550545322243124e-05, + "N": 0.00012414839875418693, + "Y": 0.0038432797882705927, + "U": 1.5190923477348406e-05, + "K": 0.00011707550584105775, + "L": 4.8164769395953044e-05, + "G": 0.00040736052324064076, + "F": 0.015837905928492546, + "E": 0.0006331396289169788, + "T": 0.005458012688905001, + "P": 0.08195877820253372, + "-": 0.889401376247406 + }, + "id": "tp_4539" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 567401, + "label": "-", + "classification": { + "B": 8.423261874668242e-07, + "S": 2.0496673869274673e-07, + "I": 0.00035006855614483356, + "C": 5.276811134535819e-05, + "R": 1.0691965144360438e-05, + "M": 0.00027023855363950133, + "O": 2.6143194190808572e-05, + "W": 7.507889563385106e-07, + "N": 4.976010586688062e-06, + "Y": 0.0023754993453621864, + "U": 8.615549518253829e-07, + "K": 9.761245109984884e-07, + "L": 3.934944743377855e-06, + "G": 0.00029998726677149534, + "F": 0.00043230439769104123, + "E": 0.0001315647823503241, + "T": 0.0016416508005931973, + "P": 0.05227738991379738, + "-": 0.9421191215515137 + }, + "id": "tp_4540" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 567501, + "label": "-", + "classification": { + "B": 1.3748442597716348e-06, + "S": 2.4019068405323196e-06, + "I": 1.0205090802628547e-05, + "C": 2.3487136786570773e-06, + "R": 5.80688549689512e-07, + "M": 3.0937022529542446e-05, + "O": 1.4439146980294026e-05, + "W": 4.0663658751327603e-07, + "N": 7.712273486504273e-07, + "Y": 9.086716454476118e-05, + "U": 5.113639645060175e-08, + "K": 1.7607684412723756e-06, + "L": 9.539567145111505e-07, + "G": 5.644820703309961e-05, + "F": 0.0074934507720172405, + "E": 5.5930137023096904e-05, + "T": 0.00011915172217413783, + "P": 0.05589103326201439, + "-": 0.9362267851829529 + }, + "id": "tp_4541" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 567634, + "label": "-", + "classification": { + "B": 0.0005328144761733711, + "S": 0.0006918258150108159, + "I": 0.011319069191813469, + "C": 0.002636857330799103, + "R": 0.0007683262811042368, + "M": 0.008221061900258064, + "O": 0.002648023422807455, + "W": 0.000622501946054399, + "N": 0.0029008472338318825, + "Y": 0.02858363837003708, + "U": 0.0004344025510363281, + "K": 0.002622234635055065, + "L": 0.0005850348970852792, + "G": 0.009332254528999329, + "F": 0.022528260946273804, + "E": 0.014793552458286285, + "T": 0.019648496061563492, + "P": 0.24872078001499176, + "-": 0.6224099397659302 + }, + "id": "tp_4542" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 567768, + "label": "-", + "classification": { + "B": 1.740536572469864e-05, + "S": 2.1899782950640656e-05, + "I": 0.0013469001278281212, + "C": 0.0004371118557173759, + "R": 0.00010201341501669958, + "M": 0.001388424076139927, + "O": 0.0003830495406873524, + "W": 3.32201634591911e-05, + "N": 0.00017826969269663095, + "Y": 0.006451976485550404, + "U": 2.334035889361985e-05, + "K": 0.0003972345730289817, + "L": 5.456912549561821e-05, + "G": 0.0037700447719544172, + "F": 0.013300808146595955, + "E": 0.004217884968966246, + "T": 0.003661495167762041, + "P": 0.1296207755804062, + "-": 0.8345935940742493 + }, + "id": "tp_4543" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 567901, + "label": "-", + "classification": { + "B": 2.4529035158593615e-07, + "S": 8.975527521215554e-08, + "I": 6.0459598898887634e-05, + "C": 8.456926479993854e-06, + "R": 9.023500524563133e-07, + "M": 2.1577588995569386e-05, + "O": 7.951922270876821e-06, + "W": 3.2759743362476e-07, + "N": 3.610663725339691e-06, + "Y": 0.0005016523646190763, + "U": 2.887901473513921e-07, + "K": 1.53299406520091e-05, + "L": 2.693735723369173e-07, + "G": 0.00011656438437057659, + "F": 0.0015280620427802205, + "E": 0.00019464032084215432, + "T": 0.00015651861031074077, + "P": 0.05241699889302254, + "-": 0.9449661374092102 + }, + "id": "tp_4544" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 568001, + "label": "-", + "classification": { + "B": 6.232085524970898e-06, + "S": 1.8930212490886333e-06, + "I": 0.0006128463428467512, + "C": 4.847763921134174e-05, + "R": 5.231771410763031e-06, + "M": 0.00021309504518285394, + "O": 3.5681478038895875e-05, + "W": 2.888580866056145e-06, + "N": 3.341773117426783e-05, + "Y": 0.0011996346293017268, + "U": 1.8190274886364932e-06, + "K": 2.872654476959724e-05, + "L": 3.949381607526448e-06, + "G": 0.00044289673678576946, + "F": 0.0038066324777901173, + "E": 0.0016426353249698877, + "T": 0.0006624553934670985, + "P": 0.20847132802009583, + "-": 0.7827802300453186 + }, + "id": "tp_4545" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 568135, + "label": "-", + "classification": { + "B": 9.58924488259072e-07, + "S": 6.414011011202092e-08, + "I": 4.460025593289174e-05, + "C": 4.468568477022927e-06, + "R": 1.072947384272993e-06, + "M": 3.115290019195527e-05, + "O": 8.711499503988307e-06, + "W": 1.1338760685930538e-07, + "N": 5.613920848190901e-07, + "Y": 0.0005498687969520688, + "U": 4.472332548743907e-08, + "K": 3.3657933329322987e-08, + "L": 1.2794729400411597e-06, + "G": 0.00016295313253067434, + "F": 0.0004254276864230633, + "E": 2.6424828320159577e-05, + "T": 0.00021866554743610322, + "P": 0.04391022399067879, + "-": 0.9546133875846863 + }, + "id": "tp_4546" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 568268, + "label": "-", + "classification": { + "B": 2.4223893433372723e-06, + "S": 1.7373412219967577e-06, + "I": 0.0006677902420051396, + "C": 5.744988447986543e-05, + "R": 1.1080500371463131e-05, + "M": 0.000683172489516437, + "O": 5.142775989952497e-05, + "W": 1.839607989495562e-06, + "N": 2.2878086383570917e-05, + "Y": 0.001935173524543643, + "U": 7.707537861278979e-07, + "K": 4.66843584945309e-06, + "L": 4.919390448776539e-06, + "G": 0.0004105872067157179, + "F": 0.0013061607023701072, + "E": 0.00091692921705544, + "T": 0.001392844715155661, + "P": 0.14861997961997986, + "-": 0.8439080715179443 + }, + "id": "tp_4547" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 568402, + "label": "-", + "classification": { + "B": 6.910717729624594e-06, + "S": 7.848648237995803e-06, + "I": 0.003105530282482505, + "C": 9.788508032215759e-05, + "R": 1.692418118182104e-05, + "M": 0.0009609292610548437, + "O": 0.00013106991536915302, + "W": 7.949636710691266e-06, + "N": 0.00016529712593182921, + "Y": 0.002208561170846224, + "U": 5.1876641009585e-06, + "K": 1.5965071725076996e-05, + "L": 1.8657301552593708e-05, + "G": 0.0007455525919795036, + "F": 0.00285464059561491, + "E": 0.002299597719684243, + "T": 0.0025037580635398626, + "P": 0.29397061467170715, + "-": 0.6908771395683289 + }, + "id": "tp_4548" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 568502, + "label": "-", + "classification": { + "B": 1.8910503058577888e-05, + "S": 8.20451805338962e-06, + "I": 0.00029371576965786517, + "C": 6.4666510297684e-06, + "R": 4.559282842819812e-06, + "M": 0.001599075156264007, + "O": 0.00025755970273166895, + "W": 3.2318812372977845e-06, + "N": 5.927803158556344e-06, + "Y": 0.002171942964196205, + "U": 4.851819994655671e-07, + "K": 2.1634957647620467e-07, + "L": 6.632266013184562e-05, + "G": 0.0015590828843414783, + "F": 0.0010614064522087574, + "E": 0.0001158091617980972, + "T": 0.004386236425489187, + "P": 0.043715983629226685, + "-": 0.9447248578071594 + }, + "id": "tp_4549" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 568635, + "label": "-", + "classification": { + "B": 4.363264451967552e-06, + "S": 7.880526027292944e-06, + "I": 0.003640259150415659, + "C": 0.0002879555686376989, + "R": 6.450298678828403e-05, + "M": 0.0009474754333496094, + "O": 0.00014550465857610106, + "W": 1.5987960068741813e-05, + "N": 0.0002022672852035612, + "Y": 0.010119940154254436, + "U": 8.960303603089415e-06, + "K": 0.00016159284859895706, + "L": 1.3289164598973002e-05, + "G": 0.0009584744111634791, + "F": 0.005203035660088062, + "E": 0.0024237644392997026, + "T": 0.004137808457016945, + "P": 0.1328684240579605, + "-": 0.8387885689735413 + }, + "id": "tp_4550" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 568769, + "label": "-", + "classification": { + "B": 4.310325039114105e-06, + "S": 5.362725914892508e-06, + "I": 4.841260670218617e-05, + "C": 1.0919593478320166e-05, + "R": 2.4403670977335423e-06, + "M": 0.00017566329916007817, + "O": 3.396280953893438e-05, + "W": 2.704405460463022e-06, + "N": 1.0809752893692348e-05, + "Y": 0.0030965947080403566, + "U": 9.861158787316526e-07, + "K": 0.0005353298620320857, + "L": 2.3329891973844497e-06, + "G": 0.0014862151583656669, + "F": 0.024150310084223747, + "E": 0.001492812647484243, + "T": 0.0010437944438308477, + "P": 0.041820820420980453, + "-": 0.9260762333869934 + }, + "id": "tp_4551" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 568902, + "label": "-", + "classification": { + "B": 1.1296452839815174e-06, + "S": 7.177986844908446e-06, + "I": 0.0003849906788673252, + "C": 7.45676834412734e-06, + "R": 2.7374135243007913e-06, + "M": 0.0005412125028669834, + "O": 6.405392923625186e-05, + "W": 2.5557801563991234e-06, + "N": 2.0666066120611504e-05, + "Y": 0.00950377993285656, + "U": 2.403963321739866e-07, + "K": 2.3349661205429584e-05, + "L": 3.696102112371591e-06, + "G": 0.0007042707875370979, + "F": 0.013092909939587116, + "E": 0.0007944992976263165, + "T": 0.003161793574690819, + "P": 0.05163765326142311, + "-": 0.9200459122657776 + }, + "id": "tp_4552" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 569002, + "label": "-", + "classification": { + "B": 8.301353227579966e-05, + "S": 4.006072413176298e-05, + "I": 0.0009413243969902396, + "C": 0.0001711367367533967, + "R": 2.4403465431532823e-05, + "M": 0.0013834593119099736, + "O": 0.0002041551488218829, + "W": 2.8411535822669975e-05, + "N": 0.0001862175267888233, + "Y": 0.009129643440246582, + "U": 1.4616011867474299e-05, + "K": 0.002457470167428255, + "L": 3.51950220647268e-05, + "G": 0.008582082577049732, + "F": 0.052973177284002304, + "E": 0.02960522472858429, + "T": 0.0027098380960524082, + "P": 0.1375417560338974, + "-": 0.7538887858390808 + }, + "id": "tp_4553" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 569136, + "label": "-", + "classification": { + "B": 5.0183811254100874e-05, + "S": 0.00010590510646579787, + "I": 0.0005697566084563732, + "C": 5.899208554183133e-05, + "R": 2.1864929294679314e-05, + "M": 0.002796017797663808, + "O": 0.000547208939678967, + "W": 6.865989416837692e-05, + "N": 0.00010826180368894711, + "Y": 0.013164803385734558, + "U": 1.1418635040172376e-05, + "K": 0.0009082618053071201, + "L": 7.464797818101943e-05, + "G": 0.005220872350037098, + "F": 0.04029186815023422, + "E": 0.004283254500478506, + "T": 0.008314684964716434, + "P": 0.059775806963443756, + "-": 0.863627552986145 + }, + "id": "tp_4554" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 569269, + "label": "-", + "classification": { + "B": 6.59777651890181e-05, + "S": 2.3945520297274925e-05, + "I": 0.004718389827758074, + "C": 0.0001484448730479926, + "R": 3.30057337123435e-05, + "M": 0.0017126180464401841, + "O": 0.0002705836377572268, + "W": 1.7363994629704393e-05, + "N": 0.00013086653780192137, + "Y": 0.004561374429613352, + "U": 4.982635800843127e-06, + "K": 1.9331287148816045e-06, + "L": 9.915984992403537e-05, + "G": 0.0013515067985281348, + "F": 0.0022028295788913965, + "E": 0.0028238934464752674, + "T": 0.0037609890569001436, + "P": 0.263017475605011, + "-": 0.7150545120239258 + }, + "id": "tp_4555" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 569403, + "label": "-", + "classification": { + "B": 1.9408005300647346e-06, + "S": 2.066751676466083e-06, + "I": 9.164213406620547e-05, + "C": 1.990511009353213e-05, + "R": 3.7474928831215948e-06, + "M": 0.0002644136839080602, + "O": 1.5302088286262006e-05, + "W": 6.735629654031072e-07, + "N": 3.94638163925265e-06, + "Y": 0.010067036375403404, + "U": 3.8387099721148843e-07, + "K": 4.52394706371706e-05, + "L": 2.2593842459173175e-06, + "G": 0.0016461052000522614, + "F": 0.006713194772601128, + "E": 0.00033913267543539405, + "T": 0.0027593362610787153, + "P": 0.0158547256141901, + "-": 0.9621689319610596 + }, + "id": "tp_4556" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 569503, + "label": "-", + "classification": { + "B": 4.93028267101181e-07, + "S": 9.654778665435515e-08, + "I": 0.00024323126126546413, + "C": 8.270141734101344e-06, + "R": 6.209021989889152e-07, + "M": 7.82523857196793e-05, + "O": 4.1511539166094735e-06, + "W": 1.425813280775401e-07, + "N": 4.296536644687876e-06, + "Y": 0.001201112288981676, + "U": 1.3495454709300247e-07, + "K": 1.0283482652084786e-06, + "L": 3.6375229228724493e-07, + "G": 0.00017018895596265793, + "F": 0.00035909557482227683, + "E": 0.0005718723987229168, + "T": 0.00035563012352213264, + "P": 0.127528578042984, + "-": 0.8694723844528198 + }, + "id": "tp_4557" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 569636, + "label": "-", + "classification": { + "B": 5.669488473358797e-06, + "S": 2.2712008558301022e-06, + "I": 5.364787648431957e-05, + "C": 2.7091011361335404e-05, + "R": 3.6171952615404734e-06, + "M": 0.00021940110309515148, + "O": 4.29992942372337e-05, + "W": 9.360094281873899e-07, + "N": 2.726337925196276e-06, + "Y": 0.001458612852729857, + "U": 2.1162681207442802e-07, + "K": 1.9425701793807093e-06, + "L": 6.485128324129619e-06, + "G": 0.0009544078493490815, + "F": 0.011884619481861591, + "E": 0.0002373092429479584, + "T": 0.0005633482942357659, + "P": 0.0536029152572155, + "-": 0.930931806564331 + }, + "id": "tp_4558" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 569770, + "label": "-", + "classification": { + "B": 1.69885915966006e-05, + "S": 1.1499683751026168e-05, + "I": 0.001886032521724701, + "C": 0.0002909569884650409, + "R": 4.4093598262406886e-05, + "M": 0.0007693900261074305, + "O": 0.0002182172320317477, + "W": 1.3563617358158808e-05, + "N": 0.00010764392936835065, + "Y": 0.0037938521709293127, + "U": 8.92308889888227e-06, + "K": 7.986622222233564e-06, + "L": 3.792820643866435e-05, + "G": 0.0008440935052931309, + "F": 0.0008610873483121395, + "E": 0.0005826617125421762, + "T": 0.00422796281054616, + "P": 0.12995818257331848, + "-": 0.8563188910484314 + }, + "id": "tp_4559" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 569903, + "label": "-", + "classification": { + "B": 2.8928425876983965e-07, + "S": 7.674798325751908e-07, + "I": 5.722407513530925e-05, + "C": 1.347287070530001e-05, + "R": 3.3338883440592326e-06, + "M": 0.00022519742196891457, + "O": 3.758136517717503e-05, + "W": 1.0219697514912696e-06, + "N": 4.204065135127166e-06, + "Y": 0.00510703818872571, + "U": 4.0336414031116874e-07, + "K": 1.6869893443072215e-05, + "L": 1.4455691825787653e-06, + "G": 0.0003116212319582701, + "F": 0.002218371955677867, + "E": 0.00010831926192622632, + "T": 0.0018916029948741198, + "P": 0.014156283810734749, + "-": 0.9758450388908386 + }, + "id": "tp_4560" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 570003, + "label": "-", + "classification": { + "B": 0.00017927381850313395, + "S": 8.25710449134931e-05, + "I": 0.0004461054631974548, + "C": 9.639586642151698e-05, + "R": 1.3166777534934226e-05, + "M": 0.00214598560705781, + "O": 0.00043093363638035953, + "W": 3.579831536626443e-05, + "N": 8.287809032481164e-05, + "Y": 0.002668224973604083, + "U": 7.84962594480021e-06, + "K": 0.00014000030932947993, + "L": 8.254388376371935e-05, + "G": 0.002890315605327487, + "F": 0.026147210970520973, + "E": 0.007069637533277273, + "T": 0.002270409371703863, + "P": 0.14002856612205505, + "-": 0.8151822090148926 + }, + "id": "tp_4561" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 570137, + "label": "-", + "classification": { + "B": 3.598352486733347e-05, + "S": 2.834211591107305e-05, + "I": 0.0036674663424491882, + "C": 0.00026792226708494127, + "R": 8.988734043668956e-05, + "M": 0.0023659146390855312, + "O": 0.00020272561232559383, + "W": 1.4595297216146719e-05, + "N": 0.00017792009748518467, + "Y": 0.03041577897965908, + "U": 7.16527165423031e-06, + "K": 0.00014998798724263906, + "L": 4.5920689444756135e-05, + "G": 0.007387802470475435, + "F": 0.024264827370643616, + "E": 0.005793421529233456, + "T": 0.0070756543427705765, + "P": 0.13258802890777588, + "-": 0.7854205965995789 + }, + "id": "tp_4562" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 570270, + "label": "-", + "classification": { + "B": 7.579924840683816e-06, + "S": 9.62750636972487e-05, + "I": 0.00012546581274364144, + "C": 0.000963687663897872, + "R": 0.00015749188605695963, + "M": 0.0015127032529562712, + "O": 0.0008569629862904549, + "W": 8.891887409845367e-05, + "N": 7.252344948938116e-05, + "Y": 0.021834073588252068, + "U": 1.2067004718119279e-05, + "K": 0.00756797194480896, + "L": 0.00019965348474215716, + "G": 0.02117886021733284, + "F": 0.2325635850429535, + "E": 0.0032088186126202345, + "T": 0.00653223879635334, + "P": 0.018962550908327103, + "-": 0.6840585470199585 + }, + "id": "tp_4563" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 570404, + "label": "-", + "classification": { + "B": 1.3981057236378547e-05, + "S": 2.2692218408337794e-05, + "I": 8.93768883543089e-05, + "C": 4.186793739791028e-05, + "R": 9.054913789441343e-06, + "M": 0.0002783559903036803, + "O": 0.00018984910275321454, + "W": 8.202751814678777e-06, + "N": 1.234897536050994e-05, + "Y": 0.0007246853783726692, + "U": 1.4069019016460516e-06, + "K": 6.690640020678984e-06, + "L": 1.7787933757063e-05, + "G": 0.00031734534422867, + "F": 0.005310588050633669, + "E": 0.00013351744564715773, + "T": 0.001261777593754232, + "P": 0.05785321444272995, + "-": 0.9337071180343628 + }, + "id": "tp_4564" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 570504, + "label": "-", + "classification": { + "B": 3.439032525420771e-07, + "S": 9.135688401329389e-07, + "I": 8.728740067454055e-05, + "C": 8.817572961561382e-06, + "R": 1.5986848893589922e-06, + "M": 0.00019080947095062584, + "O": 2.64502850768622e-05, + "W": 7.699303523622802e-07, + "N": 4.5224228415463585e-06, + "Y": 0.0012829365441575646, + "U": 2.2450099379511812e-07, + "K": 2.959308176286868e-06, + "L": 1.889248778752517e-06, + "G": 0.00014010372979100794, + "F": 0.0024474486708641052, + "E": 0.0001572828332427889, + "T": 0.0006116200820542872, + "P": 0.02779931016266346, + "-": 0.9672346115112305 + }, + "id": "tp_4565" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 570637, + "label": "-", + "classification": { + "B": 1.4105637546890648e-06, + "S": 1.931104378627424e-07, + "I": 0.00011986916069872677, + "C": 1.3387561921263114e-05, + "R": 1.7836791812442243e-06, + "M": 4.685306339524686e-05, + "O": 1.2269136277609505e-05, + "W": 3.139469981761067e-07, + "N": 2.921869736383087e-06, + "Y": 0.0005486937589012086, + "U": 3.3225472861886374e-07, + "K": 3.244615243147564e-07, + "L": 1.605451416253345e-06, + "G": 0.00014662815374322236, + "F": 0.00039966049371287227, + "E": 0.00012510616215877235, + "T": 0.0002595426340121776, + "P": 0.11692625284194946, + "-": 0.881392776966095 + }, + "id": "tp_4566" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 570771, + "label": "-", + "classification": { + "B": 2.401021083642263e-05, + "S": 1.3757142369286157e-05, + "I": 0.0006767226150259376, + "C": 0.00010496774484636262, + "R": 2.446775761200115e-05, + "M": 0.00042152756941504776, + "O": 0.0001983808760996908, + "W": 2.3470618543797173e-05, + "N": 7.39487586542964e-05, + "Y": 0.001931923208758235, + "U": 1.3191989637562074e-05, + "K": 7.503595406888053e-05, + "L": 2.9177277610870078e-05, + "G": 0.000614200544077903, + "F": 0.007417499087750912, + "E": 0.001185881090350449, + "T": 0.0015993668930605054, + "P": 0.16288328170776367, + "-": 0.8226891160011292 + }, + "id": "tp_4567" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 570904, + "label": "-", + "classification": { + "B": 6.266108812269522e-06, + "S": 5.630687155644409e-06, + "I": 0.00024059941642917693, + "C": 5.0273236411157995e-05, + "R": 1.5627125321771018e-05, + "M": 0.0018346331780776381, + "O": 0.00019609920855145901, + "W": 6.619844498345628e-06, + "N": 1.268189589609392e-05, + "Y": 0.004748184233903885, + "U": 1.957147105713375e-06, + "K": 3.972522335971007e-06, + "L": 2.219190719188191e-05, + "G": 0.0005674102576449513, + "F": 0.0020875101909041405, + "E": 0.0001724347093841061, + "T": 0.005157662555575371, + "P": 0.03242988511919975, + "-": 0.9524403810501099 + }, + "id": "tp_4568" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 571004, + "label": "-", + "classification": { + "B": 0.00013986657722853124, + "S": 8.119311678456143e-05, + "I": 0.0003940759925171733, + "C": 0.00012754772615153342, + "R": 2.3449001673725434e-05, + "M": 0.002094213617965579, + "O": 0.0005455442587845027, + "W": 2.943883191619534e-05, + "N": 4.5993481762707233e-05, + "Y": 0.003932842053472996, + "U": 7.738945896562655e-06, + "K": 2.1987625586916693e-05, + "L": 0.00017215257685165852, + "G": 0.0029532823245972395, + "F": 0.023558536544442177, + "E": 0.0010401543695479631, + "T": 0.004368297755718231, + "P": 0.07275179773569107, + "-": 0.8877118229866028 + }, + "id": "tp_4569" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 571138, + "label": "-", + "classification": { + "B": 2.7569210803157773e-10, + "S": 2.36296426869842e-10, + "I": 3.208806731436198e-07, + "C": 1.6360550247895844e-08, + "R": 1.2570864349470412e-09, + "M": 3.6319647733762395e-07, + "O": 7.21820043736443e-08, + "W": 4.876477555093572e-10, + "N": 1.1066253469138587e-09, + "Y": 8.204433470382355e-06, + "U": 4.966949074258764e-11, + "K": 2.2285906453589632e-09, + "L": 1.2556438111488433e-09, + "G": 1.4044607041796553e-06, + "F": 0.00010212398046860471, + "E": 4.566125539895438e-07, + "T": 2.039296305156313e-06, + "P": 0.007286990061402321, + "-": 0.9925979375839233 + }, + "id": "tp_4570" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 571271, + "label": "-", + "classification": { + "B": 3.0254011562647065e-06, + "S": 1.5017677469586488e-05, + "I": 0.0006040617590770125, + "C": 2.756544745352585e-05, + "R": 1.2193750990263652e-05, + "M": 0.00041323990444652736, + "O": 0.00016149375005625188, + "W": 1.9769697246374562e-05, + "N": 6.506829231511801e-05, + "Y": 0.014579813927412033, + "U": 3.3727108075254364e-06, + "K": 0.0012410462368279696, + "L": 4.6506052058248315e-06, + "G": 0.0015211665304377675, + "F": 0.006987746339291334, + "E": 0.0008081590640358627, + "T": 0.006694719195365906, + "P": 0.02370249666273594, + "-": 0.9431353807449341 + }, + "id": "tp_4571" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 571405, + "label": "-", + "classification": { + "B": 5.90527588428813e-06, + "S": 8.85746999301773e-07, + "I": 0.00016397875151596963, + "C": 1.8458433260093443e-05, + "R": 1.0072740224131849e-06, + "M": 3.3476317184977233e-05, + "O": 1.1287816050753463e-05, + "W": 1.9982578578492394e-06, + "N": 2.1421388737508096e-05, + "Y": 0.00020345058874227107, + "U": 1.4381961364051676e-06, + "K": 7.133887993404642e-05, + "L": 7.318645316445327e-07, + "G": 0.00019043702923227102, + "F": 0.0040438128635287285, + "E": 0.003475511446595192, + "T": 0.00011782775982283056, + "P": 0.48531055450439453, + "-": 0.5063264966011047 + }, + "id": "tp_4572" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 571505, + "label": "-", + "classification": { + "B": 8.373636228498071e-05, + "S": 1.6664678696542978e-05, + "I": 0.0010485328966751695, + "C": 0.00025437018484808505, + "R": 1.7591624782653525e-05, + "M": 0.0008471525507047772, + "O": 6.880486762383953e-05, + "W": 5.877516287000617e-06, + "N": 9.953853441402316e-05, + "Y": 0.005401988513767719, + "U": 2.644075266289292e-06, + "K": 0.00012709700968116522, + "L": 1.8406246454105712e-05, + "G": 0.005898453760892153, + "F": 0.02779940702021122, + "E": 0.027663704007864, + "T": 0.0010165442945435643, + "P": 0.24490997195243835, + "-": 0.6847195625305176 + }, + "id": "tp_4573" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 571638, + "label": "-", + "classification": { + "B": 0.0007265052408911288, + "S": 0.00037965961382724345, + "I": 0.004921494051814079, + "C": 0.0036400374956429005, + "R": 0.00045740825589746237, + "M": 0.002526702592149377, + "O": 0.0009064724436029792, + "W": 0.00028778225532732904, + "N": 0.0014806748367846012, + "Y": 0.009472962468862534, + "U": 0.00021443067817017436, + "K": 0.003289208747446537, + "L": 0.0002791497972793877, + "G": 0.010422824881970882, + "F": 0.07262023538351059, + "E": 0.037126850336790085, + "T": 0.0049841441214084625, + "P": 0.3318886458873749, + "-": 0.514374852180481 + }, + "id": "tp_4574" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 571772, + "label": "-", + "classification": { + "B": 2.636452336446382e-05, + "S": 3.4684326237766072e-06, + "I": 0.0005231946124695241, + "C": 0.0002010873577091843, + "R": 2.1281321096466854e-05, + "M": 0.00015009945491328835, + "O": 3.486721470835619e-05, + "W": 7.057736183924135e-06, + "N": 4.666015593102202e-05, + "Y": 0.0015806470764800906, + "U": 6.703532108076615e-06, + "K": 9.142378985416144e-05, + "L": 8.092282769212034e-06, + "G": 0.0016581167001277208, + "F": 0.012566604651510715, + "E": 0.004083610605448484, + "T": 0.0003947227669414133, + "P": 0.41685232520103455, + "-": 0.5617436766624451 + }, + "id": "tp_4575" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 571905, + "label": "-", + "classification": { + "B": 1.8721861394510597e-08, + "S": 4.867041525358218e-08, + "I": 1.261310444533592e-06, + "C": 3.6341748455015477e-07, + "R": 3.5942662179877516e-08, + "M": 3.3113576591858873e-06, + "O": 5.733871830670978e-07, + "W": 2.6448223167108154e-08, + "N": 8.622443203876173e-08, + "Y": 0.00031270296312868595, + "U": 5.885681719774993e-09, + "K": 2.0256649804650806e-05, + "L": 2.5423513960731725e-08, + "G": 0.00010325724724680185, + "F": 0.007127054035663605, + "E": 4.9503130867378786e-05, + "T": 6.67180065647699e-05, + "P": 0.007354918401688337, + "-": 0.9849597811698914 + }, + "id": "tp_4576" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 572005, + "label": "-", + "classification": { + "B": 4.763204287883127e-06, + "S": 4.755361260322388e-06, + "I": 5.2363306167535484e-05, + "C": 7.802894288033713e-06, + "R": 2.525372565287398e-06, + "M": 0.0005344863166101277, + "O": 5.7591070799389854e-05, + "W": 1.3419036122286343e-06, + "N": 2.8442771053960314e-06, + "Y": 0.0032634504605084658, + "U": 3.853148484722624e-07, + "K": 5.903311830479652e-06, + "L": 1.0486392966413405e-05, + "G": 0.0007902285433374345, + "F": 0.006621754262596369, + "E": 0.00027944878092966974, + "T": 0.001116987899877131, + "P": 0.0185206551104784, + "-": 0.9687222838401794 + }, + "id": "tp_4577" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 572139, + "label": "-", + "classification": { + "B": 2.238559773104498e-06, + "S": 5.961618626315612e-06, + "I": 0.00024054544337559491, + "C": 4.897157123195939e-05, + "R": 1.5921576050459407e-05, + "M": 0.0014375835889950395, + "O": 0.00018024355813395232, + "W": 3.928884780179942e-06, + "N": 1.023008007905446e-05, + "Y": 0.0038578403182327747, + "U": 1.2676736105277087e-06, + "K": 1.5830559050300508e-06, + "L": 3.201646177330986e-05, + "G": 0.0005205512279644608, + "F": 0.0015030400827527046, + "E": 0.00012266120756976306, + "T": 0.005313373636454344, + "P": 0.015307215973734856, + "-": 0.9713948965072632 + }, + "id": "tp_4578" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 572272, + "label": "-", + "classification": { + "B": 0.00035867313272319734, + "S": 1.788040935934987e-05, + "I": 0.0017027242574840784, + "C": 0.0002902626874856651, + "R": 6.132154521765187e-05, + "M": 0.0012455431278795004, + "O": 0.00036759121576324105, + "W": 2.120505814673379e-05, + "N": 5.392869934439659e-05, + "Y": 0.0028428377117961645, + "U": 1.2949863048561383e-05, + "K": 1.140985773417924e-06, + "L": 0.00023522537958342582, + "G": 0.00259664305485785, + "F": 0.0013681898126378655, + "E": 0.0007132080500014126, + "T": 0.003018332412466407, + "P": 0.2404744178056717, + "-": 0.7446179389953613 + }, + "id": "tp_4579" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 572406, + "label": "-", + "classification": { + "B": 6.431154179153964e-05, + "S": 0.00016515949391759932, + "I": 0.0008977451361715794, + "C": 0.0014423138927668333, + "R": 0.00021248967095743865, + "M": 0.009723301976919174, + "O": 0.0007708841585554183, + "W": 4.626359441317618e-05, + "N": 7.748299685772508e-05, + "Y": 0.012556000612676144, + "U": 5.823168976348825e-06, + "K": 7.232851930893958e-05, + "L": 0.000325411296216771, + "G": 0.014474342577159405, + "F": 0.051419783383607864, + "E": 0.004450442269444466, + "T": 0.008825041353702545, + "P": 0.04629632458090782, + "-": 0.848174512386322 + }, + "id": "tp_4580" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 572506, + "label": "-", + "classification": { + "B": 2.6724799795374565e-07, + "S": 1.8792918865528918e-07, + "I": 2.561732617323287e-05, + "C": 1.4722069181516417e-06, + "R": 1.468112174052294e-07, + "M": 4.001623528893106e-05, + "O": 8.84806377143832e-06, + "W": 1.0281772944154e-07, + "N": 1.5519351563852979e-06, + "Y": 0.00012019505811622366, + "U": 3.75679185538047e-08, + "K": 1.8798512257944822e-07, + "L": 4.1909984815902135e-07, + "G": 4.025949237984605e-05, + "F": 0.0004641927080228925, + "E": 6.381660205079243e-05, + "T": 0.0002144840982509777, + "P": 0.1085701584815979, + "-": 0.8904480338096619 + }, + "id": "tp_4581" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 572639, + "label": "-", + "classification": { + "B": 9.204791240335908e-07, + "S": 2.4274058318951575e-07, + "I": 1.953083301486913e-05, + "C": 8.719268862478202e-07, + "R": 1.5210278547783673e-07, + "M": 0.00011741006892407313, + "O": 1.4988769180490635e-05, + "W": 2.1747881362443877e-07, + "N": 3.317199741559307e-07, + "Y": 0.0003305167192593217, + "U": 3.554715988229873e-08, + "K": 2.7249651424199328e-08, + "L": 2.5442743663006695e-06, + "G": 9.400951967108995e-05, + "F": 0.00024131889222189784, + "E": 3.6386998544912785e-05, + "T": 0.00046656469930894673, + "P": 0.03342268988490105, + "-": 0.9652512669563293 + }, + "id": "tp_4582" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 572773, + "label": "-", + "classification": { + "B": 2.8860560519206047e-07, + "S": 2.6134162567359454e-07, + "I": 0.00013165551354177296, + "C": 2.4170046799554257e-06, + "R": 7.092419309628895e-07, + "M": 0.00017238270083907992, + "O": 1.496334243711317e-05, + "W": 3.809554414146987e-07, + "N": 3.0679177598358365e-06, + "Y": 0.0010062971850857139, + "U": 6.493338133850557e-08, + "K": 4.7008438741613645e-07, + "L": 7.856884280954546e-07, + "G": 0.00011476201325422153, + "F": 0.0008917369414120913, + "E": 0.00014001924137119204, + "T": 0.0010760632576420903, + "P": 0.04930341616272926, + "-": 0.9471403360366821 + }, + "id": "tp_4583" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 572906, + "label": "-", + "classification": { + "B": 2.803460290579096e-07, + "S": 4.230985339859217e-08, + "I": 3.224099418730475e-05, + "C": 3.3598639674892183e-06, + "R": 3.3677216038086044e-07, + "M": 8.345301466761157e-05, + "O": 6.441873665608e-06, + "W": 6.610221703340358e-08, + "N": 4.354732254796545e-07, + "Y": 0.00025367559283040464, + "U": 2.549289135345134e-08, + "K": 2.081193173353313e-08, + "L": 7.06218884261034e-07, + "G": 7.638100942131132e-05, + "F": 0.0001550667075207457, + "E": 3.5054250474786386e-05, + "T": 0.00028451450634747744, + "P": 0.05008389428257942, + "-": 0.948983907699585 + }, + "id": "tp_4584" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 573006, + "label": "-", + "classification": { + "B": 1.9359270027052844e-06, + "S": 3.18424531542405e-06, + "I": 0.0005181874148547649, + "C": 0.00011235744022997096, + "R": 9.147282980848104e-06, + "M": 0.00010130533337360248, + "O": 4.075628021382727e-05, + "W": 3.9957599256013054e-06, + "N": 6.371899507939816e-05, + "Y": 0.0012114796554669738, + "U": 2.479881004546769e-06, + "K": 0.00021829511388204992, + "L": 3.5640268833958544e-06, + "G": 0.0009312268230132759, + "F": 0.022609399631619453, + "E": 0.0027860086411237717, + "T": 0.0003769735340029001, + "P": 0.24685458838939667, + "-": 0.7241513729095459 + }, + "id": "tp_4585" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 573140, + "label": "-", + "classification": { + "B": 4.3540559602206486e-08, + "S": 3.713822138706746e-08, + "I": 0.0001132917677750811, + "C": 1.3821369293509633e-06, + "R": 2.215740124711374e-07, + "M": 1.4286493751569651e-05, + "O": 2.7837352263304638e-06, + "W": 1.1903571106586242e-07, + "N": 1.858375526353484e-06, + "Y": 0.00011652098328340799, + "U": 7.133895962851966e-08, + "K": 5.104984666104428e-07, + "L": 2.114275901021756e-07, + "G": 2.7398886231821962e-05, + "F": 0.0005920866969972849, + "E": 4.519532012636773e-05, + "T": 0.00012878264533355832, + "P": 0.17683197557926178, + "-": 0.8221231698989868 + }, + "id": "tp_4586" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 573273, + "label": "-", + "classification": { + "B": 4.7045814426383e-06, + "S": 5.493334811035311e-06, + "I": 0.00017834095342550427, + "C": 2.6694224288803525e-05, + "R": 3.0736628104932606e-06, + "M": 0.00018655761959962547, + "O": 3.701435343828052e-05, + "W": 5.480990694195498e-06, + "N": 3.0453271392616443e-05, + "Y": 0.0027861937414854765, + "U": 1.4136010122456355e-06, + "K": 0.0007304322789423168, + "L": 2.288264340677415e-06, + "G": 0.0015376583905890584, + "F": 0.03754511848092079, + "E": 0.0049441102892160416, + "T": 0.0006908978684805334, + "P": 0.14019981026649475, + "-": 0.8110842704772949 + }, + "id": "tp_4587" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 573407, + "label": "-", + "classification": { + "B": 1.085531221178826e-05, + "S": 4.051346422784263e-06, + "I": 0.0017368292901664972, + "C": 0.00024342680990230292, + "R": 3.265704435762018e-05, + "M": 0.0004809238016605377, + "O": 9.974442218663171e-05, + "W": 8.733700269658584e-06, + "N": 0.0001522368984296918, + "Y": 0.003983152098953724, + "U": 1.4309989637695253e-05, + "K": 0.0002551210345700383, + "L": 9.113236046687234e-06, + "G": 0.0014894517371430993, + "F": 0.003090056125074625, + "E": 0.003490712959319353, + "T": 0.0015993944834917784, + "P": 0.16388580203056335, + "-": 0.819413423538208 + }, + "id": "tp_4588" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 573507, + "label": "-", + "classification": { + "B": 4.0495740449841833e-07, + "S": 1.326167193838046e-07, + "I": 1.740879815770313e-05, + "C": 5.378666401156806e-07, + "R": 3.183563279662849e-08, + "M": 2.5971779905376025e-05, + "O": 2.396957142991596e-06, + "W": 7.255530221073059e-08, + "N": 1.0249806337014888e-06, + "Y": 0.00012813931971322745, + "U": 1.8135279944431204e-08, + "K": 1.6490628240717342e-06, + "L": 1.3056479986062186e-07, + "G": 5.4748896218370646e-05, + "F": 0.004160380456596613, + "E": 0.00030101544689387083, + "T": 8.914192585507408e-05, + "P": 0.16519851982593536, + "-": 0.8300182819366455 + }, + "id": "tp_4589" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 573640, + "label": "-", + "classification": { + "B": 5.39757456863299e-05, + "S": 8.06847856438253e-06, + "I": 0.0001644831063458696, + "C": 5.86795567869558e-06, + "R": 1.05098342828569e-06, + "M": 0.0001122110552387312, + "O": 7.320901931961998e-05, + "W": 6.038638730387902e-06, + "N": 1.4216802810551599e-05, + "Y": 0.00020224360923748463, + "U": 6.410566584236221e-07, + "K": 4.862071818934055e-06, + "L": 6.286260486376705e-06, + "G": 0.0002626598288770765, + "F": 0.006469419691711664, + "E": 0.0008209921070374548, + "T": 0.000254289509030059, + "P": 0.3017265796661377, + "-": 0.6898128390312195 + }, + "id": "tp_4590" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 573774, + "label": "-", + "classification": { + "B": 0.00024438067339360714, + "S": 0.0005170340300537646, + "I": 0.0013615272473543882, + "C": 0.000319656974170357, + "R": 0.00010103869863087311, + "M": 0.00428118696436286, + "O": 0.001584572484716773, + "W": 0.00022565398830920458, + "N": 0.00031739845871925354, + "Y": 0.006471122149378061, + "U": 4.069811984663829e-05, + "K": 0.0006099239108152688, + "L": 0.0002998249256052077, + "G": 0.0038236319087445736, + "F": 0.08633589744567871, + "E": 0.005268805660307407, + "T": 0.006043408997356892, + "P": 0.12372301518917084, + "-": 0.7584313154220581 + }, + "id": "tp_4591" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 573907, + "label": "-", + "classification": { + "B": 1.23663298268184e-07, + "S": 2.341049132326134e-08, + "I": 5.6948756537167355e-06, + "C": 2.2701287889503874e-06, + "R": 1.1887309625535636e-07, + "M": 1.8355027350480668e-05, + "O": 1.4830958434686181e-06, + "W": 2.7701402061097724e-08, + "N": 1.4520075808377442e-07, + "Y": 0.00011057301162509248, + "U": 1.5927888341593643e-08, + "K": 2.781975467769371e-07, + "L": 1.0515735482385935e-07, + "G": 2.6431691367179155e-05, + "F": 0.0006781694828532636, + "E": 2.39123164647026e-05, + "T": 7.634221401531249e-05, + "P": 0.053860731422901154, + "-": 0.9451951384544373 + }, + "id": "tp_4592" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 574007, + "label": "-", + "classification": { + "B": 1.0465064406162128e-06, + "S": 7.559958703495795e-08, + "I": 0.0006119078025221825, + "C": 1.4704040040669497e-05, + "R": 1.4239763004297856e-06, + "M": 5.4547013860428706e-05, + "O": 7.955477485666052e-06, + "W": 1.7406129870778386e-07, + "N": 6.2825483837514184e-06, + "Y": 0.00043463316978886724, + "U": 2.215440133568336e-07, + "K": 1.4640386325481813e-07, + "L": 1.639697870814416e-06, + "G": 0.00020706132636405528, + "F": 0.0003321821859572083, + "E": 0.000206398093723692, + "T": 0.00035802944330498576, + "P": 0.21118855476379395, + "-": 0.786573052406311 + }, + "id": "tp_4593" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 574141, + "label": "-", + "classification": { + "B": 3.253864997532219e-05, + "S": 0.00010720580030465499, + "I": 0.0028611791785806417, + "C": 0.001968623138964176, + "R": 0.0005400340305641294, + "M": 0.0009051689994521439, + "O": 0.0010835138382390141, + "W": 0.00020895864872727543, + "N": 0.000862405460793525, + "Y": 0.012322642840445042, + "U": 0.00016532765584997833, + "K": 0.006851179990917444, + "L": 0.0001282018783967942, + "G": 0.005868525244295597, + "F": 0.052843231707811356, + "E": 0.0036448475439101458, + "T": 0.006079533603042364, + "P": 0.1266486495733261, + "-": 0.7768781781196594 + }, + "id": "tp_4594" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 574274, + "label": "-", + "classification": { + "B": 0.00042004839633591473, + "S": 0.00012308235454838723, + "I": 0.0012781774858012795, + "C": 0.00031535193556919694, + "R": 0.00010572696919552982, + "M": 0.005370646715164185, + "O": 0.0010349013609811664, + "W": 5.412245081970468e-05, + "N": 0.00011317746975691989, + "Y": 0.010740325786173344, + "U": 2.3571377823827788e-05, + "K": 4.7325214836746454e-05, + "L": 0.00040999409975484014, + "G": 0.0076989601366221905, + "F": 0.017943784594535828, + "E": 0.0036336909979581833, + "T": 0.007975870743393898, + "P": 0.06352400034666061, + "-": 0.879187285900116 + }, + "id": "tp_4595" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 574408, + "label": "-", + "classification": { + "B": 7.483431090804515e-06, + "S": 2.617568497953471e-06, + "I": 0.00036275136517360806, + "C": 2.667995613592211e-05, + "R": 3.484103899609181e-06, + "M": 0.0002907484886236489, + "O": 6.316232611425221e-05, + "W": 2.244941697426839e-06, + "N": 1.8609436665428802e-05, + "Y": 0.0006692787865176797, + "U": 8.608298003309756e-07, + "K": 9.941103371602367e-07, + "L": 7.481697593902936e-06, + "G": 0.0002851327881217003, + "F": 0.0009359157993458211, + "E": 0.0003195797326043248, + "T": 0.0009490505326539278, + "P": 0.2606067657470703, + "-": 0.7354471683502197 + }, + "id": "tp_4596" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 574508, + "label": "-", + "classification": { + "B": 6.158310134196654e-05, + "S": 0.00018788781017065048, + "I": 0.0007598372758366168, + "C": 0.00016672024503350258, + "R": 4.9739188398234546e-05, + "M": 0.0007178715313784778, + "O": 0.0006184981903061271, + "W": 0.00013143967953510582, + "N": 0.00012803723802790046, + "Y": 0.0032405396923422813, + "U": 1.4910177014826331e-05, + "K": 0.0002541174180805683, + "L": 9.697265340946615e-05, + "G": 0.0017539211548864841, + "F": 0.07301238924264908, + "E": 0.0019519986817613244, + "T": 0.0016678472748026252, + "P": 0.15233302116394043, + "-": 0.7628527283668518 + }, + "id": "tp_4597" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 574641, + "label": "-", + "classification": { + "B": 1.4932300018699607e-07, + "S": 1.1293440849158287e-07, + "I": 2.4943921744124964e-05, + "C": 9.848206445894903e-07, + "R": 8.143969409957208e-08, + "M": 1.8806333173415624e-05, + "O": 3.456875901974854e-06, + "W": 1.9436221521118568e-07, + "N": 2.0657366803789046e-06, + "Y": 0.0002453242486808449, + "U": 6.827708887158224e-08, + "K": 1.101247744372813e-05, + "L": 9.54234522509978e-08, + "G": 5.529112968361005e-05, + "F": 0.002660493366420269, + "E": 0.0005770876887254417, + "T": 6.011287041474134e-05, + "P": 0.18763001263141632, + "-": 0.8087097406387329 + }, + "id": "tp_4598" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 574775, + "label": "-", + "classification": { + "B": 0.0003569497202988714, + "S": 0.0013509343843907118, + "I": 0.012400076724588871, + "C": 0.0037717102095484734, + "R": 0.0008954718941822648, + "M": 0.004970765672624111, + "O": 0.0025971096474677324, + "W": 0.0012066054623574018, + "N": 0.0060593681409955025, + "Y": 0.035806674510240555, + "U": 0.00021030269272159785, + "K": 0.03737790510058403, + "L": 0.0005259006866253912, + "G": 0.029384104534983635, + "F": 0.2808399796485901, + "E": 0.09271686524152756, + "T": 0.013316791504621506, + "P": 0.1902206838130951, + "-": 0.28599175810813904 + }, + "id": "tp_4599" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 574908, + "label": "-", + "classification": { + "B": 6.4143432609853335e-06, + "S": 7.879159966250882e-06, + "I": 0.0006666653789579868, + "C": 0.00017958607350010425, + "R": 5.139901259099133e-05, + "M": 0.0013967377599328756, + "O": 0.00013992501772008836, + "W": 6.740379376424244e-06, + "N": 2.392486021562945e-05, + "Y": 0.006818864494562149, + "U": 5.196777692617616e-06, + "K": 8.463469384878408e-06, + "L": 4.1185929148923606e-05, + "G": 0.0011736456071957946, + "F": 0.004992207512259483, + "E": 0.0003567939857020974, + "T": 0.006405544001609087, + "P": 0.05247650295495987, + "-": 0.9252423644065857 + }, + "id": "tp_4600" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 575008, + "label": "-", + "classification": { + "B": 5.163185051060282e-06, + "S": 2.338028934900649e-05, + "I": 0.00016214718925766647, + "C": 7.096364424796775e-05, + "R": 1.1604753126448486e-05, + "M": 0.0003000557189807296, + "O": 0.00013502837100531906, + "W": 2.033667806244921e-05, + "N": 6.350235344143584e-05, + "Y": 0.006177956238389015, + "U": 4.701106263382826e-06, + "K": 0.008193712681531906, + "L": 1.694038110144902e-05, + "G": 0.004591572564095259, + "F": 0.11147280782461166, + "E": 0.00750070670619607, + "T": 0.0024448158219456673, + "P": 0.04925248399376869, + "-": 0.809552013874054 + }, + "id": "tp_4601" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 575142, + "label": "-", + "classification": { + "B": 4.498417638387764e-06, + "S": 3.6194576296111336e-06, + "I": 0.0006725036073476076, + "C": 4.262057336745784e-05, + "R": 4.578229436447145e-06, + "M": 0.00014330509293358773, + "O": 3.851259680232033e-05, + "W": 4.924523182125995e-06, + "N": 8.105677261482924e-05, + "Y": 0.0011078936513513327, + "U": 3.239615807615337e-06, + "K": 0.0001154246274381876, + "L": 3.0472610887954943e-06, + "G": 0.00036677360185422003, + "F": 0.008948860689997673, + "E": 0.003282272256910801, + "T": 0.00048486568266525865, + "P": 0.4077501595020294, + "-": 0.5769419074058533 + }, + "id": "tp_4602" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 575275, + "label": "-", + "classification": { + "B": 1.2572880905281636e-06, + "S": 4.51623191111139e-06, + "I": 9.068698273040354e-05, + "C": 1.2549671737360768e-05, + "R": 2.202433961429051e-06, + "M": 5.983797018416226e-05, + "O": 3.806188760790974e-05, + "W": 2.3762993350828765e-06, + "N": 1.3195563951740041e-05, + "Y": 0.0012122929329052567, + "U": 9.050553444467369e-07, + "K": 1.4200881196302362e-05, + "L": 2.6482368866709294e-06, + "G": 0.0002130172069882974, + "F": 0.007859772071242332, + "E": 0.00011366920807631686, + "T": 0.001099421177059412, + "P": 0.10447867959737778, + "-": 0.884780764579773 + }, + "id": "tp_4603" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 575375, + "label": "-", + "classification": { + "B": 0.00045108297490514815, + "S": 0.00015760763199068606, + "I": 0.002358609577640891, + "C": 0.00021053897216916084, + "R": 0.0001485359825892374, + "M": 0.0119715491309762, + "O": 0.002192117040976882, + "W": 7.430089317495003e-05, + "N": 0.0001823312632041052, + "Y": 0.01533157005906105, + "U": 1.409174637956312e-05, + "K": 1.581540891493205e-05, + "L": 0.0005415969644673169, + "G": 0.008013774640858173, + "F": 0.004885586444288492, + "E": 0.00164576165843755, + "T": 0.028903257101774216, + "P": 0.057806167751550674, + "-": 0.8650957942008972 + }, + "id": "tp_4604" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 575509, + "label": "-", + "classification": { + "B": 0.0013614457566291094, + "S": 0.0015985245117917657, + "I": 0.011172699742019176, + "C": 0.0092780701816082, + "R": 0.0033981865271925926, + "M": 0.01720697246491909, + "O": 0.005481563974171877, + "W": 0.0011360084172338247, + "N": 0.0026878511998802423, + "Y": 0.04044342786073685, + "U": 0.0009385619778186083, + "K": 0.0024493825621902943, + "L": 0.0026982282288372517, + "G": 0.020199032500386238, + "F": 0.07544838637113571, + "E": 0.014697600156068802, + "T": 0.028074396774172783, + "P": 0.15985266864299774, + "-": 0.6018770337104797 + }, + "id": "tp_4605" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 575642, + "label": "-", + "classification": { + "B": 2.2650210595998033e-08, + "S": 3.3470097804411125e-09, + "I": 5.994235380057944e-06, + "C": 1.9679340823586244e-07, + "R": 1.5775221129388228e-08, + "M": 4.3660716073645744e-06, + "O": 8.745327022552374e-07, + "W": 4.778876849798053e-09, + "N": 7.53633671024545e-08, + "Y": 1.8790144167724065e-05, + "U": 1.722603837350789e-09, + "K": 5.191091445588825e-10, + "L": 7.193953166506617e-08, + "G": 7.297603588085622e-06, + "F": 6.782465061405674e-05, + "E": 5.105691343487706e-06, + "T": 4.256761894794181e-05, + "P": 0.1371850222349167, + "-": 0.8626618385314941 + }, + "id": "tp_4606" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 575776, + "label": "-", + "classification": { + "B": 1.906587840494467e-06, + "S": 4.763681772601558e-06, + "I": 0.0003206282272003591, + "C": 1.8180413462687284e-05, + "R": 2.128322194039356e-06, + "M": 5.4834221373312175e-05, + "O": 2.717609459068626e-05, + "W": 4.7205608098011e-06, + "N": 3.821887730737217e-05, + "Y": 0.0005751919816248119, + "U": 6.468589504038391e-07, + "K": 0.00024134859268087894, + "L": 1.4756296877749264e-06, + "G": 0.0006420246791094542, + "F": 0.04203082248568535, + "E": 0.005203297361731529, + "T": 0.00021452807413879782, + "P": 0.3111140727996826, + "-": 0.639504075050354 + }, + "id": "tp_4607" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 575876, + "label": "-", + "classification": { + "B": 0.0006544120842590928, + "S": 0.0005399443325586617, + "I": 0.0010699073318392038, + "C": 0.0011593046365305781, + "R": 0.0004654955118894577, + "M": 0.014756669290363789, + "O": 0.0026388911064714193, + "W": 0.00025736994575709105, + "N": 0.00013956191833131015, + "Y": 0.013941984623670578, + "U": 4.9185164243681356e-05, + "K": 0.00015940189769025892, + "L": 0.0011787755647674203, + "G": 0.008625377900898457, + "F": 0.03936619684100151, + "E": 0.0043166265822947025, + "T": 0.007911687716841698, + "P": 0.05330822244286537, + "-": 0.8494610786437988 + }, + "id": "tp_4608" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 576009, + "label": "-", + "classification": { + "B": 3.2638450647937134e-05, + "S": 2.0522362319752574e-05, + "I": 0.0009976632427424192, + "C": 0.00010243796714348719, + "R": 1.426956441719085e-05, + "M": 0.0011657008435577154, + "O": 0.0001877731119748205, + "W": 1.232203339895932e-05, + "N": 0.00011974510562140495, + "Y": 0.0017542126588523388, + "U": 5.67427105124807e-06, + "K": 1.602856173121836e-05, + "L": 3.740700049092993e-05, + "G": 0.0009968453086912632, + "F": 0.005537382327020168, + "E": 0.0027715470641851425, + "T": 0.0029991441406309605, + "P": 0.2839944660663605, + "-": 0.6992341876029968 + }, + "id": "tp_4609" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 576143, + "label": "-", + "classification": { + "B": 1.6531376267892028e-09, + "S": 2.230232665212384e-09, + "I": 3.3488988265162334e-05, + "C": 1.6116174492708524e-06, + "R": 2.05748676762596e-07, + "M": 1.0365405614720657e-05, + "O": 6.190437034092611e-07, + "W": 4.834916467189032e-09, + "N": 1.8007744984060992e-07, + "Y": 0.00026621072902344167, + "U": 6.5447243180472015e-09, + "K": 1.3937612841630198e-08, + "L": 7.081520436713618e-08, + "G": 1.9793829778791405e-05, + "F": 0.00013229562318883836, + "E": 2.36330452025868e-05, + "T": 0.00018973818805534393, + "P": 0.0269315242767334, + "-": 0.9723901748657227 + }, + "id": "tp_4610" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 576276, + "label": "-", + "classification": { + "B": 2.8122014555265196e-05, + "S": 3.764702705666423e-05, + "I": 0.0010906964307650924, + "C": 1.5764282579766586e-05, + "R": 3.808878318523057e-06, + "M": 0.0013047916581854224, + "O": 0.00017206117627210915, + "W": 6.751974524377147e-06, + "N": 4.197318776277825e-05, + "Y": 0.0015702974051237106, + "U": 8.077121833593992e-07, + "K": 3.1823001336306334e-06, + "L": 3.8455102185253054e-05, + "G": 0.0012404867447912693, + "F": 0.012367446906864643, + "E": 0.001833464833907783, + "T": 0.0018828929169103503, + "P": 0.12620751559734344, + "-": 0.8521538972854614 + }, + "id": "tp_4611" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 576376, + "label": "-", + "classification": { + "B": 7.236127999021846e-07, + "S": 2.9778288990200963e-07, + "I": 0.0003336908121127635, + "C": 7.793865734129213e-06, + "R": 1.8775281205307692e-06, + "M": 0.00018246077524963766, + "O": 1.1540115337993484e-05, + "W": 3.115721085578116e-07, + "N": 3.2100340376928216e-06, + "Y": 0.00716143473982811, + "U": 1.1738412553086164e-07, + "K": 2.2903216176928254e-06, + "L": 1.6614936839687289e-06, + "G": 0.0006671970477327704, + "F": 0.0016202951082959771, + "E": 0.0007207440212368965, + "T": 0.0017899302765727043, + "P": 0.044510699808597565, + "-": 0.9429837465286255 + }, + "id": "tp_4612" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 576510, + "label": "-", + "classification": { + "B": 2.0663073474480598e-09, + "S": 1.0157325647242033e-08, + "I": 7.5386719800008e-07, + "C": 1.951372752273528e-07, + "R": 4.3351207068553776e-08, + "M": 5.484158009494422e-06, + "O": 8.991522690848797e-07, + "W": 1.1320686610361008e-08, + "N": 3.83994240849006e-08, + "Y": 0.0002590120420791209, + "U": 5.869108310463389e-09, + "K": 6.771575726816081e-07, + "L": 2.206788884961952e-08, + "G": 6.538225989061175e-06, + "F": 0.0004413488204590976, + "E": 2.69261863650172e-06, + "T": 0.0001007434111670591, + "P": 0.005182660184800625, + "-": 0.9939990043640137 + }, + "id": "tp_4613" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 576643, + "label": "-", + "classification": { + "B": 0.00028370923246257007, + "S": 0.0004935447941534221, + "I": 0.00905167032033205, + "C": 0.0007708946359343827, + "R": 0.0007801464525982738, + "M": 0.008020265027880669, + "O": 0.003336043795570731, + "W": 0.0005120675195939839, + "N": 0.0009646453545428813, + "Y": 0.03193778544664383, + "U": 0.00011721676855813712, + "K": 0.00022985499526839703, + "L": 0.0006652232841588557, + "G": 0.00531332241371274, + "F": 0.013870415277779102, + "E": 0.00252716732211411, + "T": 0.031457435339689255, + "P": 0.11246930062770844, + "-": 0.7771992087364197 + }, + "id": "tp_4614" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 576777, + "label": "-", + "classification": { + "B": 4.724363861896563e-06, + "S": 5.3168409067438915e-05, + "I": 0.0005663007032126188, + "C": 5.6552322348579764e-05, + "R": 2.956816206278745e-05, + "M": 0.0012195304734632373, + "O": 0.00031290919287130237, + "W": 3.761804327950813e-05, + "N": 9.188000694848597e-05, + "Y": 0.01412022765725851, + "U": 6.444508017011685e-06, + "K": 0.0003063105104956776, + "L": 1.998515654122457e-05, + "G": 0.0007423171191476285, + "F": 0.02411920204758644, + "E": 0.0007372279651463032, + "T": 0.005626524332910776, + "P": 0.04734911024570465, + "-": 0.9046003818511963 + }, + "id": "tp_4615" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 576877, + "label": "-", + "classification": { + "B": 0.00038424492231570184, + "S": 2.6457053536432795e-05, + "I": 5.7960271078627557e-05, + "C": 4.928100679535419e-05, + "R": 9.493324796494562e-06, + "M": 0.0035353603307157755, + "O": 0.000669099623337388, + "W": 6.807173122069798e-06, + "N": 2.500097934898804e-06, + "Y": 0.0014245823258534074, + "U": 5.930482984695118e-07, + "K": 1.3278763333346433e-07, + "L": 0.00038428048719651997, + "G": 0.003139920998364687, + "F": 0.003628637408837676, + "E": 0.00020599321578629315, + "T": 0.0019171121530234814, + "P": 0.01338325534015894, + "-": 0.9711742401123047 + }, + "id": "tp_4616" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 577010, + "label": "-", + "classification": { + "B": 1.2774046354024904e-07, + "S": 5.033409706811653e-07, + "I": 1.1417486348364037e-05, + "C": 1.1924225873372052e-06, + "R": 9.005526635519345e-08, + "M": 9.064195182872936e-06, + "O": 4.848989647143753e-06, + "W": 3.049254075904173e-07, + "N": 1.5719560906291008e-06, + "Y": 0.0003097646695096046, + "U": 1.58233191882573e-07, + "K": 1.749608782120049e-05, + "L": 1.3259123932130024e-07, + "G": 3.885484329657629e-05, + "F": 0.0032521237153559923, + "E": 6.203812517924234e-05, + "T": 0.00011753114085877314, + "P": 0.08592897653579712, + "-": 0.9102437496185303 + }, + "id": "tp_4617" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 577144, + "label": "-", + "classification": { + "B": 9.46416002989281e-06, + "S": 2.281384695379529e-06, + "I": 2.8786715120077133e-05, + "C": 7.069873504406132e-07, + "R": 1.2496825263497158e-07, + "M": 0.00016701668209861964, + "O": 3.922202085959725e-05, + "W": 9.049278446582321e-07, + "N": 9.354581038678589e-07, + "Y": 6.774754001526162e-05, + "U": 2.3440655638751196e-08, + "K": 8.188820999066593e-08, + "L": 3.3476060252723983e-06, + "G": 0.00011381524382159114, + "F": 0.0022634118795394897, + "E": 0.00021882732107769698, + "T": 0.0001427925017196685, + "P": 0.11785692721605301, + "-": 0.879083514213562 + }, + "id": "tp_4618" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 577277, + "label": "-", + "classification": { + "B": 0.0002856626524589956, + "S": 4.3069750972790644e-05, + "I": 0.0002876643557101488, + "C": 1.4798396477999631e-05, + "R": 2.1814564661326585e-06, + "M": 0.001170660718344152, + "O": 0.00019691417401190847, + "W": 1.6817979485495016e-05, + "N": 2.991043402289506e-05, + "Y": 0.0010912965517491102, + "U": 2.505048314560554e-06, + "K": 3.380206544534303e-05, + "L": 2.6930678359349258e-05, + "G": 0.0010774669935926795, + "F": 0.008225633762776852, + "E": 0.0039060150738805532, + "T": 0.001208081259392202, + "P": 0.16980724036693573, + "-": 0.8125733137130737 + }, + "id": "tp_4619" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 577377, + "label": "-", + "classification": { + "B": 0.00014278574963100255, + "S": 3.203398591722362e-05, + "I": 0.0002676556177902967, + "C": 3.066245335503481e-05, + "R": 3.003738811457879e-06, + "M": 0.001863956218585372, + "O": 0.0001600145042175427, + "W": 1.490324029873591e-05, + "N": 4.380347309052013e-05, + "Y": 0.0020202482119202614, + "U": 4.305325091991108e-06, + "K": 0.00014953530626371503, + "L": 2.4534945623599924e-05, + "G": 0.001840699464082718, + "F": 0.012305251322686672, + "E": 0.008667433634400368, + "T": 0.001531649031676352, + "P": 0.1735689342021942, + "-": 0.7973285913467407 + }, + "id": "tp_4620" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 577511, + "label": "-", + "classification": { + "B": 9.521363040221331e-07, + "S": 1.9146934846503427e-06, + "I": 0.0002892548800446093, + "C": 2.8354537789709866e-05, + "R": 4.470498424780089e-06, + "M": 5.737877290812321e-05, + "O": 2.6098765374626964e-05, + "W": 1.6468943613290321e-06, + "N": 2.3785414668964222e-05, + "Y": 0.0003358813701197505, + "U": 8.188054039237613e-07, + "K": 1.498507299402263e-05, + "L": 2.639141484905849e-06, + "G": 0.00023680340382270515, + "F": 0.011141553521156311, + "E": 0.0006855283863842487, + "T": 0.000225455267354846, + "P": 0.2863250970840454, + "-": 0.70059734582901 + }, + "id": "tp_4621" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 577644, + "label": "-", + "classification": { + "B": 1.7519196262583137e-05, + "S": 4.2718343138403725e-06, + "I": 0.0017135943053290248, + "C": 0.00011036102660000324, + "R": 1.5700332369306125e-05, + "M": 0.0004149208834860474, + "O": 6.006505645927973e-05, + "W": 5.6467160902684554e-06, + "N": 7.369332161033526e-05, + "Y": 0.002365742577239871, + "U": 4.227371846354799e-06, + "K": 2.782269802992232e-05, + "L": 7.57176530896686e-06, + "G": 0.0007973925676196814, + "F": 0.002396235242486, + "E": 0.0024381557013839483, + "T": 0.0007309532957151532, + "P": 0.29668450355529785, + "-": 0.6921316385269165 + }, + "id": "tp_4622" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 577778, + "label": "-", + "classification": { + "B": 1.4214087968866806e-05, + "S": 5.187336000744835e-07, + "I": 5.456094186229166e-06, + "C": 9.23278093978297e-07, + "R": 1.0157700813806514e-07, + "M": 0.00015531963435932994, + "O": 2.4810882678139023e-05, + "W": 1.8919004673989548e-07, + "N": 1.3704053003493755e-07, + "Y": 6.376134842867032e-05, + "U": 4.5388270919488605e-09, + "K": 1.0330273303438275e-09, + "L": 4.40388203060138e-06, + "G": 0.00013119474169798195, + "F": 0.0009617540636099875, + "E": 3.019433825102169e-05, + "T": 8.824840188026428e-05, + "P": 0.058619175106287, + "-": 0.9398995041847229 + }, + "id": "tp_4623" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 577878, + "label": "-", + "classification": { + "B": 1.7415536603948567e-06, + "S": 9.245335377272568e-07, + "I": 4.814753629034385e-05, + "C": 5.5399059419869445e-06, + "R": 3.487248818601074e-07, + "M": 5.816731209051795e-05, + "O": 1.1375108442734927e-05, + "W": 3.4269947946086177e-07, + "N": 4.296429324313067e-06, + "Y": 0.00023745311773382127, + "U": 1.4789841884521593e-07, + "K": 2.111738240273553e-06, + "L": 9.493384141023853e-07, + "G": 0.00014403949899133295, + "F": 0.0038460346404463053, + "E": 0.0003417867701500654, + "T": 0.00022945470118429512, + "P": 0.23818209767341614, + "-": 0.7568851709365845 + }, + "id": "tp_4624" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 578011, + "label": "-", + "classification": { + "B": 2.0274153911259418e-08, + "S": 3.661105552055233e-08, + "I": 1.530812369310297e-05, + "C": 6.6789840502679e-07, + "R": 1.5728878111076483e-07, + "M": 1.1416820598242339e-05, + "O": 2.4195458081521792e-06, + "W": 5.1100045084240264e-08, + "N": 3.240092780742998e-07, + "Y": 0.0001152523691416718, + "U": 1.4540390225192823e-08, + "K": 3.8058008300367874e-08, + "L": 1.0956468088352267e-07, + "G": 1.07076948552276e-05, + "F": 0.00028347689658403397, + "E": 1.048855028784601e-05, + "T": 0.00014835734327789396, + "P": 0.08735272288322449, + "-": 0.9120483994483948 + }, + "id": "tp_4625" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 578145, + "label": "-", + "classification": { + "B": 0.0017550912452861667, + "S": 0.0002066323213512078, + "I": 0.0012600079644471407, + "C": 0.00026181049179285765, + "R": 0.00015923664614092559, + "M": 0.03320593386888504, + "O": 0.00445134099572897, + "W": 6.625575042562559e-05, + "N": 2.8005772037431598e-05, + "Y": 0.010002217255532742, + "U": 3.187623860867461e-06, + "K": 6.780774128856137e-07, + "L": 0.002983728889375925, + "G": 0.013910156674683094, + "F": 0.003527433145791292, + "E": 0.0007872065179981291, + "T": 0.01413934025913477, + "P": 0.011987107805907726, + "-": 0.9012647271156311 + }, + "id": "tp_4626" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 578278, + "label": "-", + "classification": { + "B": 1.5872900576141546e-06, + "S": 4.678832283389056e-06, + "I": 0.00013276428217068315, + "C": 0.00010279187699779868, + "R": 4.9080688768299296e-05, + "M": 0.0007516660261899233, + "O": 0.00010014150757342577, + "W": 3.785721446547541e-06, + "N": 5.349349521566182e-06, + "Y": 0.057795438915491104, + "U": 4.153178849719552e-07, + "K": 6.616576138185337e-05, + "L": 1.7873149772640318e-05, + "G": 0.0035561411641538143, + "F": 0.017254989594221115, + "E": 0.000269835174549371, + "T": 0.00954123679548502, + "P": 0.004209413658827543, + "-": 0.9061365723609924 + }, + "id": "tp_4627" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 578378, + "label": "-", + "classification": { + "B": 5.747420073021203e-05, + "S": 9.657703776611015e-05, + "I": 0.0004881707136519253, + "C": 0.0005376175395213068, + "R": 0.0001938998029800132, + "M": 0.00435510091483593, + "O": 0.0010782607132568955, + "W": 7.520330109400675e-05, + "N": 6.930239760549739e-05, + "Y": 0.02869367226958275, + "U": 2.3684357074671425e-05, + "K": 0.0002656510623637587, + "L": 0.0002079158293781802, + "G": 0.006659495644271374, + "F": 0.02069687657058239, + "E": 0.0008983337902463973, + "T": 0.01524075772613287, + "P": 0.0299548152834177, + "-": 0.8904072046279907 + }, + "id": "tp_4628" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 578512, + "label": "-", + "classification": { + "B": 2.8746201223839307e-06, + "S": 3.844906586891739e-06, + "I": 2.537859700169065e-06, + "C": 9.320393701273133e-07, + "R": 4.925423695567588e-07, + "M": 9.92384520941414e-05, + "O": 3.535419818945229e-05, + "W": 6.110201411502203e-07, + "N": 1.517721130994687e-07, + "Y": 0.0006638538907282054, + "U": 1.4637984158127892e-08, + "K": 1.5953679621816264e-07, + "L": 9.332877198175993e-06, + "G": 0.0002633029071148485, + "F": 0.01899716444313526, + "E": 1.2149392205174081e-05, + "T": 0.00046090499381534755, + "P": 0.003643590956926346, + "-": 0.9758034944534302 + }, + "id": "tp_4629" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 578645, + "label": "-", + "classification": { + "B": 2.0372082687458715e-08, + "S": 5.7878693837665196e-08, + "I": 6.950047918508062e-06, + "C": 3.164464601468353e-07, + "R": 9.688161384246996e-08, + "M": 4.441780401975848e-05, + "O": 6.599624157388462e-06, + "W": 2.2728478654698847e-08, + "N": 2.3383108782581985e-07, + "Y": 0.00019892425916623324, + "U": 8.611928947743763e-09, + "K": 7.968424142745789e-09, + "L": 3.580067868824699e-07, + "G": 2.0146431779721752e-05, + "F": 0.00018588591774459928, + "E": 3.42096450367535e-06, + "T": 0.0009503808105364442, + "P": 0.028483012691140175, + "-": 0.9700992107391357 + }, + "id": "tp_4630" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 578779, + "label": "-", + "classification": { + "B": 2.003763626134969e-07, + "S": 5.097752620031315e-08, + "I": 3.2714427788960165e-07, + "C": 2.8686443442893506e-07, + "R": 1.0335504185832178e-07, + "M": 2.095107629429549e-05, + "O": 1.8852264247470885e-06, + "W": 5.0985180521934126e-09, + "N": 1.714643871331134e-09, + "Y": 5.6283992307726294e-05, + "U": 1.5294568389556673e-10, + "K": 1.0967290270391672e-10, + "L": 9.477714684180683e-07, + "G": 5.485730798682198e-05, + "F": 0.0010919447522610426, + "E": 9.837431207415648e-07, + "T": 3.777611709665507e-05, + "P": 0.002101160353049636, + "-": 0.9966321587562561 + }, + "id": "tp_4631" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 578879, + "label": "-", + "classification": { + "B": 1.0640983418852556e-06, + "S": 5.4936404012551066e-06, + "I": 1.1395110959711019e-05, + "C": 0.00010157920769415796, + "R": 2.4000406483537517e-05, + "M": 0.00038503934047184885, + "O": 0.00010900301276706159, + "W": 3.7492609408218414e-06, + "N": 9.150672326541098e-07, + "Y": 0.0013646730221807957, + "U": 2.8764114290424914e-07, + "K": 3.235852091165725e-06, + "L": 3.501669561956078e-05, + "G": 0.00047235636156983674, + "F": 0.03887803107500076, + "E": 3.7816029362147674e-05, + "T": 0.0006845016614533961, + "P": 0.0091015649959445, + "-": 0.9487802982330322 + }, + "id": "tp_4632" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 579012, + "label": "-", + "classification": { + "B": 9.782730785445892e-07, + "S": 1.0851316289972601e-07, + "I": 4.1531782812853635e-07, + "C": 9.25796541650925e-08, + "R": 1.559057771771677e-08, + "M": 0.00031374976970255375, + "O": 7.193428700702498e-06, + "W": 6.876613056761016e-09, + "N": 1.4887499011351224e-09, + "Y": 7.718751294305548e-05, + "U": 7.20105641782709e-11, + "K": 1.027956105653649e-11, + "L": 5.259433237370104e-06, + "G": 0.00014072080375626683, + "F": 0.0004463891382329166, + "E": 1.826469883781101e-06, + "T": 0.00015013260417617857, + "P": 0.0009882663143798709, + "-": 0.9978677034378052 + }, + "id": "tp_4633" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 579146, + "label": "-", + "classification": { + "B": 6.664007378276438e-05, + "S": 5.041778422310017e-05, + "I": 0.0028574641328305006, + "C": 0.00013789076183456928, + "R": 9.258130739908665e-05, + "M": 0.023319397121667862, + "O": 0.0007999947993084788, + "W": 2.6096851797774434e-05, + "N": 0.00010039844346465543, + "Y": 0.016050511971116066, + "U": 3.5131536151311593e-06, + "K": 8.600610271969344e-06, + "L": 0.0001644549920456484, + "G": 0.004388202913105488, + "F": 0.005168000236153603, + "E": 0.0026735756546258926, + "T": 0.020475320518016815, + "P": 0.06477499008178711, + "-": 0.8588419556617737 + }, + "id": "tp_4634" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 579279, + "label": "-", + "classification": { + "B": 6.645992698395276e-07, + "S": 2.7923147172259632e-06, + "I": 1.593794252130465e-07, + "C": 1.1878037184942514e-06, + "R": 9.574003456691571e-08, + "M": 0.00024368480080738664, + "O": 3.1415343983098865e-05, + "W": 1.285855830701621e-07, + "N": 1.1929951249101123e-08, + "Y": 0.0001814519491745159, + "U": 5.053268359311858e-10, + "K": 5.438685501957252e-09, + "L": 1.1361357792338822e-05, + "G": 0.00030128040816634893, + "F": 0.02104216068983078, + "E": 6.697316166537348e-06, + "T": 0.00019848102238029242, + "P": 0.0022984591778367758, + "-": 0.9756799936294556 + }, + "id": "tp_4635" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 579379, + "label": "-", + "classification": { + "B": 8.91057993612776e-07, + "S": 2.7623561891232384e-06, + "I": 3.4667471027205465e-06, + "C": 1.809807343988723e-07, + "R": 3.24926467953901e-08, + "M": 3.916393325198442e-05, + "O": 1.9718703697435558e-05, + "W": 6.495630486824666e-07, + "N": 3.252900455663621e-07, + "Y": 2.734563167905435e-05, + "U": 1.0772048142371204e-08, + "K": 2.4672047516105522e-08, + "L": 6.638751983700786e-07, + "G": 7.2639354584680405e-06, + "F": 0.0004577756335493177, + "E": 3.710982355187298e-06, + "T": 0.0002245233627036214, + "P": 0.05888195335865021, + "-": 0.9403294920921326 + }, + "id": "tp_4636" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 579513, + "label": "-", + "classification": { + "B": 0.0006166843813844025, + "S": 0.00018720644584391266, + "I": 0.0025978328194469213, + "C": 0.0006846564938314259, + "R": 0.00019355930271558464, + "M": 0.019250722602009773, + "O": 0.0011952219065278769, + "W": 7.849965913919732e-05, + "N": 0.00013306688924785703, + "Y": 0.022176593542099, + "U": 1.8621241906657815e-05, + "K": 4.8496356612304226e-05, + "L": 0.000730113941244781, + "G": 0.011395086534321308, + "F": 0.02333218976855278, + "E": 0.008541214279830456, + "T": 0.01036190614104271, + "P": 0.06640255451202393, + "-": 0.8320556879043579 + }, + "id": "tp_4637" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 579646, + "label": "-", + "classification": { + "B": 8.433870846147329e-08, + "S": 9.660723065962884e-08, + "I": 1.1082757964686607e-06, + "C": 6.285565063990362e-07, + "R": 1.7620207870550075e-07, + "M": 1.4340876077767462e-05, + "O": 6.331043095997302e-06, + "W": 6.631889704067362e-08, + "N": 3.344801058347002e-08, + "Y": 9.692982712294906e-05, + "U": 3.408389348535934e-09, + "K": 5.697123217629496e-09, + "L": 2.753160117663356e-07, + "G": 8.47538740345044e-06, + "F": 0.00035215861862525344, + "E": 5.603836257250805e-07, + "T": 0.00011203211761312559, + "P": 0.006497360300272703, + "-": 0.9929094314575195 + }, + "id": "tp_4638" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 579780, + "label": "-", + "classification": { + "B": 8.351966243935749e-06, + "S": 2.9381722015386913e-06, + "I": 6.625999048992526e-06, + "C": 1.2033382517984137e-05, + "R": 4.1133757804345805e-06, + "M": 0.0004318724968470633, + "O": 0.00011534427176229656, + "W": 1.6510584828210995e-06, + "N": 1.98891541458579e-07, + "Y": 0.0006780765834264457, + "U": 7.432955584363299e-08, + "K": 1.0394798799495675e-08, + "L": 5.7414294133195654e-05, + "G": 0.0003634586464613676, + "F": 0.00455086724832654, + "E": 1.1772286597988568e-05, + "T": 0.0005792746087536216, + "P": 0.01133713312447071, + "-": 0.9818388223648071 + }, + "id": "tp_4639" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 579880, + "label": "-", + "classification": { + "B": 7.4848967415164225e-06, + "S": 7.488130904675927e-06, + "I": 3.156987986585591e-06, + "C": 0.0001276184484595433, + "R": 1.109190907300217e-05, + "M": 0.006882779765874147, + "O": 0.00018508177890907973, + "W": 6.960823952795181e-07, + "N": 8.825926300914944e-08, + "Y": 0.004532368388026953, + "U": 1.0231396174731344e-08, + "K": 9.24536323054781e-08, + "L": 0.0003329877508804202, + "G": 0.01681501232087612, + "F": 0.04242506995797157, + "E": 5.4119467677082866e-05, + "T": 0.003809037385508418, + "P": 0.0006892195669934154, + "-": 0.9241165518760681 + }, + "id": "tp_4640" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 580013, + "label": "-", + "classification": { + "B": 9.661339817057524e-08, + "S": 4.1420360474830886e-08, + "I": 1.0159565988487884e-07, + "C": 2.4637680784422855e-09, + "R": 5.015206028247121e-10, + "M": 3.120026121905539e-06, + "O": 8.749048561185191e-07, + "W": 3.9120888750687755e-09, + "N": 5.899660204811141e-10, + "Y": 2.391545649516047e-06, + "U": 3.3831338338424777e-12, + "K": 1.3839466031506653e-11, + "L": 5.662464275246748e-08, + "G": 3.2138764254341368e-06, + "F": 0.0010624952847138047, + "E": 1.226157451128529e-06, + "T": 1.2744172863676795e-06, + "P": 0.013416680507361889, + "-": 0.9855085015296936 + }, + "id": "tp_4641" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 580147, + "label": "-", + "classification": { + "B": 5.7752760767471045e-05, + "S": 2.790417966025416e-06, + "I": 9.081522148335353e-05, + "C": 1.600950417923741e-05, + "R": 1.9283588699181564e-06, + "M": 0.0003490921517368406, + "O": 6.193556328071281e-05, + "W": 1.921947841765359e-06, + "N": 1.787036239875306e-06, + "Y": 0.00020712830882985145, + "U": 1.1616433681638227e-07, + "K": 1.2795760540029733e-07, + "L": 2.3752938432153314e-05, + "G": 0.000687236082740128, + "F": 0.00549194123595953, + "E": 0.0006014432874508202, + "T": 0.0001098915672628209, + "P": 0.14139454066753387, + "-": 0.8508997559547424 + }, + "id": "tp_4642" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 580280, + "label": "-", + "classification": { + "B": 4.349824394012103e-06, + "S": 7.968068530317396e-06, + "I": 0.0003891029627993703, + "C": 0.0003235182666685432, + "R": 5.9886999224545434e-05, + "M": 0.001023916294798255, + "O": 0.00014662013563793153, + "W": 4.942854502587579e-06, + "N": 2.6748686650535092e-05, + "Y": 0.004394925199449062, + "U": 5.131517809786601e-06, + "K": 5.043892542744288e-06, + "L": 4.008172618341632e-05, + "G": 0.0009308719891123474, + "F": 0.004664077889174223, + "E": 0.00047581279068253934, + "T": 0.003694002516567707, + "P": 0.05770968273282051, + "-": 0.9260932207107544 + }, + "id": "tp_4643" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 580380, + "label": "F", + "classification": { + "B": 2.188157395721646e-06, + "S": 4.1391263948753476e-05, + "I": 8.902998729354294e-07, + "C": 4.664708740165224e-06, + "R": 4.644504940642946e-07, + "M": 0.00010709622438298538, + "O": 7.322178862523288e-05, + "W": 2.416338475086377e-06, + "N": 3.262066172737832e-07, + "Y": 0.0001300818403251469, + "U": 1.8057342288102518e-09, + "K": 2.09884274227079e-06, + "L": 1.730955955281388e-05, + "G": 0.0030779330991208553, + "F": 0.7960044741630554, + "E": 0.0002906917070504278, + "T": 9.268873691326007e-05, + "P": 0.003149949247017503, + "-": 0.19700199365615845 + }, + "id": "tp_4644" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 580514, + "label": "-", + "classification": { + "B": 4.898102815786842e-06, + "S": 1.810102185118012e-05, + "I": 2.23802726395661e-05, + "C": 0.0006410735659301281, + "R": 5.428879740065895e-05, + "M": 0.0008682786719873548, + "O": 0.0001749249640852213, + "W": 5.143032012711046e-06, + "N": 4.620836079993751e-06, + "Y": 0.00762877706438303, + "U": 5.059731620349339e-07, + "K": 1.8490167349227704e-05, + "L": 0.0001023339427774772, + "G": 0.008310163393616676, + "F": 0.17441856861114502, + "E": 0.00042087241308763623, + "T": 0.0027131163515150547, + "P": 0.01472549606114626, + "-": 0.7898680567741394 + }, + "id": "tp_4645" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 580647, + "label": "-", + "classification": { + "B": 1.006213778964593e-08, + "S": 4.423873747327889e-07, + "I": 7.003333735156048e-07, + "C": 2.0393796148709953e-05, + "R": 2.14320607483387e-06, + "M": 0.00017602115985937417, + "O": 1.5007671208877582e-05, + "W": 8.593910649778991e-08, + "N": 1.7711887068116994e-08, + "Y": 0.0025630658492445946, + "U": 1.0289968876975308e-09, + "K": 4.005361020631426e-08, + "L": 8.019884262466803e-06, + "G": 0.0011154551757499576, + "F": 0.06394787132740021, + "E": 3.373370418557897e-06, + "T": 0.0009160507470369339, + "P": 0.0005680412868969142, + "-": 0.9306632876396179 + }, + "id": "tp_4646" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 580781, + "label": "-", + "classification": { + "B": 4.669213740271516e-05, + "S": 8.080960833467543e-05, + "I": 6.701543316012248e-05, + "C": 0.0019778397399932146, + "R": 0.00028668763116002083, + "M": 0.0022864295169711113, + "O": 0.0004805264179594815, + "W": 3.1913990824250504e-05, + "N": 8.766049177211244e-06, + "Y": 0.005710432305932045, + "U": 2.2484775854536565e-06, + "K": 1.210509981319774e-05, + "L": 0.0005157268024049699, + "G": 0.010847301222383976, + "F": 0.19009581208229065, + "E": 0.00032305566128343344, + "T": 0.005395925138145685, + "P": 0.011284728534519672, + "-": 0.770546019077301 + }, + "id": "tp_4647" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 580881, + "label": "-", + "classification": { + "B": 4.096322300028987e-05, + "S": 1.1717477264028275e-06, + "I": 0.0002831885649356991, + "C": 2.1410907720564865e-05, + "R": 2.9207230909378268e-06, + "M": 0.0002668070956133306, + "O": 3.6206467484589666e-05, + "W": 8.480874384986237e-07, + "N": 3.2113498491526116e-06, + "Y": 0.0004480973584577441, + "U": 2.0557175162139174e-07, + "K": 1.522576376089546e-08, + "L": 2.4308636056957766e-05, + "G": 0.0005680168978869915, + "F": 0.0011666310019791126, + "E": 0.0001224803418153897, + "T": 0.00029862887458875775, + "P": 0.303970605134964, + "-": 0.6927443146705627 + }, + "id": "tp_4648" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 581014, + "label": "-", + "classification": { + "B": 3.699525352729438e-09, + "S": 1.232296265030186e-09, + "I": 1.6414830383837398e-08, + "C": 3.402435666544079e-08, + "R": 5.320046181367388e-09, + "M": 2.472903815942118e-06, + "O": 1.839774341760858e-07, + "W": 2.107948954277461e-10, + "N": 4.783593660073748e-11, + "Y": 2.7381008749216562e-06, + "U": 2.020622601531241e-12, + "K": 5.283227739842633e-13, + "L": 3.995376829379893e-08, + "G": 1.2464258816180518e-06, + "F": 6.798774120397866e-05, + "E": 2.4626169548014332e-08, + "T": 5.641073585138656e-06, + "P": 0.00030410828185267746, + "-": 0.9996154308319092 + }, + "id": "tp_4649" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 581148, + "label": "-", + "classification": { + "B": 6.602875401995334e-08, + "S": 5.669670244401459e-08, + "I": 7.932194421300665e-07, + "C": 9.487632723903516e-08, + "R": 1.7225024961931013e-08, + "M": 4.6266624849522486e-05, + "O": 2.1302180357452016e-06, + "W": 1.4222637290117746e-08, + "N": 6.9383720990856546e-09, + "Y": 7.321243174374104e-05, + "U": 4.670780429094634e-10, + "K": 1.6414105630246922e-09, + "L": 3.5527037312022003e-07, + "G": 1.7336044038529508e-05, + "F": 0.0015999112511053681, + "E": 2.697600621104357e-06, + "T": 5.9817761211888865e-05, + "P": 0.005654678680002689, + "-": 0.9925425052642822 + }, + "id": "tp_4650" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 581281, + "label": "-", + "classification": { + "B": 2.2448390154750086e-05, + "S": 9.99247349682264e-05, + "I": 0.00012417133257258683, + "C": 8.186313789337873e-05, + "R": 3.580956763471477e-05, + "M": 0.002696966053918004, + "O": 0.0006527271470986307, + "W": 3.263030157540925e-05, + "N": 1.3494587619788945e-05, + "Y": 0.004829755052924156, + "U": 1.3324613519216655e-06, + "K": 1.403233727614861e-05, + "L": 0.00015980465104803443, + "G": 0.002148083411157131, + "F": 0.05160074308514595, + "E": 0.00042157762800343335, + "T": 0.002310060430318117, + "P": 0.022062305361032486, + "-": 0.9126921892166138 + }, + "id": "tp_4651" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 581381, + "label": "-", + "classification": { + "B": 1.8139789972337894e-05, + "S": 1.6947727999649942e-05, + "I": 5.4323750191542786e-06, + "C": 2.0579052488756133e-06, + "R": 1.7335861457468127e-06, + "M": 0.002251141704618931, + "O": 0.0003092196711804718, + "W": 2.6138752673432464e-06, + "N": 4.4464272264121973e-08, + "Y": 0.00027429594774730504, + "U": 4.131571973431392e-09, + "K": 5.26195975680821e-10, + "L": 0.0001792160765035078, + "G": 0.0002755499444901943, + "F": 0.0022501598577946424, + "E": 6.200074949447298e-06, + "T": 0.0005233913543634117, + "P": 0.0018179310718551278, + "-": 0.9920660853385925 + }, + "id": "tp_4652" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 581515, + "label": "-", + "classification": { + "B": 3.8134068347517314e-08, + "S": 2.9690740532828386e-08, + "I": 5.231367140368093e-06, + "C": 0.00016096382751129568, + "R": 1.0287022632837761e-05, + "M": 4.8530229832977057e-05, + "O": 7.285719675564906e-06, + "W": 1.0273149086970079e-07, + "N": 1.1904521102223953e-07, + "Y": 0.0006672347662970424, + "U": 4.753852067551634e-08, + "K": 1.2487043932196684e-07, + "L": 2.0425463844730984e-06, + "G": 0.0002932959177996963, + "F": 0.0054386029951274395, + "E": 6.623583431064617e-06, + "T": 0.0002010386815527454, + "P": 0.009197641164064407, + "-": 0.983960747718811 + }, + "id": "tp_4653" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 581648, + "label": "-", + "classification": { + "B": 0.00031053234124556184, + "S": 3.3273357985308394e-05, + "I": 6.864385068183765e-05, + "C": 0.0001717822888167575, + "R": 5.217419675318524e-05, + "M": 0.00225949939340353, + "O": 0.0003641191287897527, + "W": 1.180460549221607e-05, + "N": 1.512819153504097e-06, + "Y": 0.002094274153932929, + "U": 6.47480533189082e-07, + "K": 1.3149134758805303e-07, + "L": 0.0006526833749376237, + "G": 0.003687993623316288, + "F": 0.013560423627495766, + "E": 9.783791756490245e-05, + "T": 0.002428338397294283, + "P": 0.011708782985806465, + "-": 0.9624955654144287 + }, + "id": "tp_4654" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 581782, + "label": "-", + "classification": { + "B": 0.0009601512574590743, + "S": 0.0002057258243439719, + "I": 0.00012393156066536903, + "C": 8.616114064352587e-05, + "R": 2.4091397790471092e-05, + "M": 0.0005404952098615468, + "O": 0.0010359344305470586, + "W": 5.75939666305203e-05, + "N": 1.894685010483954e-05, + "Y": 0.0003562996571417898, + "U": 1.9435885860730195e-06, + "K": 9.937127742887242e-07, + "L": 0.0004280285502318293, + "G": 0.002606916707009077, + "F": 0.04741860553622246, + "E": 0.00036527260090224445, + "T": 0.0008511564810760319, + "P": 0.11147492378950119, + "-": 0.8334428668022156 + }, + "id": "tp_4655" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 581882, + "label": "-", + "classification": { + "B": 0.0010371964890509844, + "S": 0.001678419066593051, + "I": 0.00017531123012304306, + "C": 0.0007611836190335453, + "R": 0.0004996515344828367, + "M": 0.0224378053098917, + "O": 0.006031510420143604, + "W": 0.00020408988348208368, + "N": 1.4964827641961165e-05, + "Y": 0.009539414197206497, + "U": 1.9222834453103133e-06, + "K": 5.425144991022535e-06, + "L": 0.00784350000321865, + "G": 0.03240883722901344, + "F": 0.11985084414482117, + "E": 0.0003711023891810328, + "T": 0.010796179063618183, + "P": 0.003386390395462513, + "-": 0.7829562425613403 + }, + "id": "tp_4656" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 582015, + "label": "-", + "classification": { + "B": 9.301709724240936e-06, + "S": 1.1391323823772836e-05, + "I": 4.812585757463239e-05, + "C": 1.2755390343954787e-05, + "R": 2.75565980700776e-06, + "M": 0.0002119523851433769, + "O": 4.6679622755618766e-05, + "W": 1.367835920973448e-06, + "N": 5.0171397560916375e-06, + "Y": 0.0018713680328801274, + "U": 1.4017314242664725e-07, + "K": 6.505230430775555e-06, + "L": 8.47990668262355e-06, + "G": 0.0017897081561386585, + "F": 0.050235044211149216, + "E": 0.0003810101770795882, + "T": 0.0012648189440369606, + "P": 0.046152811497449875, + "-": 0.8979406952857971 + }, + "id": "tp_4657" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 582149, + "label": "-", + "classification": { + "B": 7.847608429756292e-08, + "S": 6.150826514783603e-09, + "I": 3.5952828056906583e-06, + "C": 3.123771534774278e-07, + "R": 2.8839414412118458e-08, + "M": 4.915228146273876e-06, + "O": 9.607542779122014e-07, + "W": 2.798000053871874e-09, + "N": 1.8406879576104984e-08, + "Y": 1.3067672625766136e-05, + "U": 3.280777038927596e-10, + "K": 4.5510668150727795e-11, + "L": 1.399099573973217e-07, + "G": 1.1630046174104791e-05, + "F": 0.00012189746485091746, + "E": 2.5964250198740046e-06, + "T": 2.3017873900244012e-05, + "P": 0.07481563836336136, + "-": 0.9250020980834961 + }, + "id": "tp_4658" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 582282, + "label": "F", + "classification": { + "B": 0.000839549524243921, + "S": 0.0023667330387979746, + "I": 0.0006025521433912218, + "C": 0.00464521162211895, + "R": 0.0009732696926221251, + "M": 0.016946397721767426, + "O": 0.004416832700371742, + "W": 0.0005941216368228197, + "N": 0.0003200536302756518, + "Y": 0.04208410158753395, + "U": 6.74823168083094e-05, + "K": 0.001354590174742043, + "L": 0.004228588193655014, + "G": 0.06790895760059357, + "F": 0.40815889835357666, + "E": 0.009426944889128208, + "T": 0.022301247343420982, + "P": 0.026698794215917587, + "-": 0.3860657513141632 + }, + "id": "tp_4659" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 582382, + "label": "-", + "classification": { + "B": 3.922208634321578e-05, + "S": 1.3038727502134861e-06, + "I": 1.469690236177712e-08, + "C": 2.7309305039580067e-08, + "R": 7.769076049157775e-09, + "M": 9.063952165888622e-05, + "O": 3.266497151344083e-05, + "W": 5.0525834183190454e-08, + "N": 2.827015843642755e-10, + "Y": 5.927542588324286e-06, + "U": 9.091536551375512e-12, + "K": 2.2170102125657065e-12, + "L": 5.6074677559081465e-06, + "G": 3.653645035228692e-05, + "F": 0.0002573038509581238, + "E": 4.054798239394586e-07, + "T": 2.6850773792830296e-05, + "P": 0.00032689637737348676, + "-": 0.999176561832428 + }, + "id": "tp_4660" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 582516, + "label": "-", + "classification": { + "B": 1.7628268324187957e-05, + "S": 0.00021114147966727614, + "I": 1.069483914761804e-05, + "C": 6.340209802147001e-05, + "R": 1.580810385348741e-05, + "M": 0.002788458252325654, + "O": 0.0009178511099889874, + "W": 1.672637699812185e-05, + "N": 7.713815648457967e-07, + "Y": 0.0006050571100786328, + "U": 5.0282309871363395e-08, + "K": 3.7702778854509233e-07, + "L": 0.00043780062696896493, + "G": 0.0035068902652710676, + "F": 0.14655286073684692, + "E": 0.00010527409904170781, + "T": 0.0009283192921429873, + "P": 0.004315163474529982, + "-": 0.8395057320594788 + }, + "id": "tp_4661" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 582649, + "label": "-", + "classification": { + "B": 0.004898542538285255, + "S": 0.0008549550548195839, + "I": 0.00014814105816185474, + "C": 0.00010783321340568364, + "R": 3.404545350349508e-05, + "M": 0.010720532387495041, + "O": 0.0026379574555903673, + "W": 8.913586498238146e-05, + "N": 1.4358563930727541e-05, + "Y": 0.0011101682903245091, + "U": 2.267956006107852e-06, + "K": 6.206239504535915e-07, + "L": 0.0023581155110150576, + "G": 0.005130224395543337, + "F": 0.02622092328965664, + "E": 0.0012431350769475102, + "T": 0.003163504647091031, + "P": 0.0573611818253994, + "-": 0.8839043974876404 + }, + "id": "tp_4662" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 582783, + "label": "-", + "classification": { + "B": 0.0023878547362983227, + "S": 0.013711377047002316, + "I": 0.0013560467632487416, + "C": 0.026367710903286934, + "R": 0.007307920139282942, + "M": 0.1214393600821495, + "O": 0.02482484094798565, + "W": 0.00252877501770854, + "N": 0.00040870002703741193, + "Y": 0.056806277483701706, + "U": 6.22677689534612e-05, + "K": 0.0005497473175637424, + "L": 0.030037283897399902, + "G": 0.20192086696624756, + "F": 0.2142852544784546, + "E": 0.008682788349688053, + "T": 0.05354420095682144, + "P": 0.006618003360927105, + "-": 0.2271607369184494 + }, + "id": "tp_4663" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 582883, + "label": "-", + "classification": { + "B": 8.082368481154845e-07, + "S": 5.965776836092118e-06, + "I": 5.3792708058608696e-05, + "C": 5.845578562002629e-05, + "R": 2.7204045181861147e-05, + "M": 0.0013706849422305822, + "O": 0.00020264693011995405, + "W": 3.186302365065785e-06, + "N": 1.6090087910924922e-06, + "Y": 0.004963671788573265, + "U": 3.723901897956239e-07, + "K": 3.3451319723099004e-06, + "L": 4.9542271881364286e-05, + "G": 0.0014185127802193165, + "F": 0.015790237113833427, + "E": 4.615760553861037e-05, + "T": 0.0022679532412439585, + "P": 0.0045735533349215984, + "-": 0.9691622257232666 + }, + "id": "tp_4664" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 583016, + "label": "-", + "classification": { + "B": 0.0002861051179934293, + "S": 2.6102899937541224e-05, + "I": 0.000693726702593267, + "C": 0.00029613051447086036, + "R": 8.323886868311092e-05, + "M": 0.001291972934268415, + "O": 0.0004407318774610758, + "W": 1.588696068210993e-05, + "N": 2.6725225325208157e-05, + "Y": 0.002410382963716984, + "U": 3.930326784029603e-06, + "K": 2.7133287403557915e-06, + "L": 0.0001718798594083637, + "G": 0.0042676483280956745, + "F": 0.008811671286821365, + "E": 0.0007242972496896982, + "T": 0.0018813249189406633, + "P": 0.12764881551265717, + "-": 0.8509166836738586 + }, + "id": "tp_4665" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 583150, + "label": "-", + "classification": { + "B": 0.0026119109243154526, + "S": 6.53402239549905e-05, + "I": 0.00020598573610186577, + "C": 4.62028147012461e-05, + "R": 9.92720561043825e-06, + "M": 0.0019480042392387986, + "O": 0.0006362197455018759, + "W": 1.4817414012213703e-05, + "N": 7.027596893749433e-06, + "Y": 0.0004271564830560237, + "U": 6.309053901532025e-07, + "K": 2.156929568286614e-08, + "L": 0.0004947117413394153, + "G": 0.0024290746077895164, + "F": 0.005018787458539009, + "E": 0.0005899171228520572, + "T": 0.0007477457984350622, + "P": 0.2004976123571396, + "-": 0.7842488288879395 + }, + "id": "tp_4666" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 583283, + "label": "-", + "classification": { + "B": 2.21990831050789e-06, + "S": 2.0894399312965106e-06, + "I": 5.677274020854384e-05, + "C": 4.7196131163218524e-06, + "R": 3.2639420055602386e-07, + "M": 1.55288271344034e-05, + "O": 7.67335222917609e-06, + "W": 1.1323625130899018e-06, + "N": 1.1960959454881959e-05, + "Y": 0.00024119338195305318, + "U": 1.6235858879554144e-07, + "K": 3.0841056286590174e-05, + "L": 5.712777806365921e-07, + "G": 0.000405700906412676, + "F": 0.07290397584438324, + "E": 0.005304722115397453, + "T": 0.00011364324745954946, + "P": 0.4547208845615387, + "-": 0.46617579460144043 + }, + "id": "tp_4667" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 583383, + "label": "-", + "classification": { + "B": 7.669530646126077e-07, + "S": 4.37080460713446e-09, + "I": 3.688580818561604e-07, + "C": 5.65521922624157e-08, + "R": 4.084619753541574e-09, + "M": 3.0869944112055236e-06, + "O": 1.1385078551029437e-06, + "W": 2.5829218763817607e-09, + "N": 2.4968778156164717e-09, + "Y": 6.391485840140376e-06, + "U": 7.828707820900505e-11, + "K": 4.904715522613401e-12, + "L": 1.1578420355817798e-07, + "G": 7.951845873321872e-06, + "F": 3.306671351310797e-05, + "E": 5.953643835709954e-07, + "T": 9.28738882066682e-06, + "P": 0.027327071875333786, + "-": 0.9726100564002991 + }, + "id": "tp_4668" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 583517, + "label": "-", + "classification": { + "B": 7.55456497358864e-09, + "S": 3.315405061599108e-09, + "I": 4.369187251995754e-07, + "C": 2.785664809934474e-09, + "R": 2.940597487732788e-10, + "M": 5.354981453820074e-07, + "O": 2.5073816800613713e-07, + "W": 1.487230116836713e-09, + "N": 1.655088954777284e-09, + "Y": 8.922633014663006e-07, + "U": 8.461682743376997e-12, + "K": 3.832976470941052e-12, + "L": 6.235063576554012e-09, + "G": 2.683376294498885e-07, + "F": 2.0230942027410492e-05, + "E": 2.6362704375060275e-07, + "T": 1.465113655285677e-06, + "P": 0.04933233931660652, + "-": 0.9506432414054871 + }, + "id": "tp_4669" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 583650, + "label": "-", + "classification": { + "B": 3.6858416478935396e-06, + "S": 8.887797775969375e-06, + "I": 3.550826295395382e-05, + "C": 1.505637328591547e-06, + "R": 3.294030079814547e-07, + "M": 0.00013429591490421444, + "O": 4.4330419768812135e-05, + "W": 1.2178682027297327e-06, + "N": 2.7177045467396965e-06, + "Y": 0.0005607316852547228, + "U": 1.2125666160045512e-07, + "K": 7.549809311058198e-07, + "L": 5.640351901092799e-06, + "G": 0.00012544284982141107, + "F": 0.010061725042760372, + "E": 0.00014817644841969013, + "T": 0.0004825520736631006, + "P": 0.05205195024609566, + "-": 0.9363304376602173 + }, + "id": "tp_4670" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 583750, + "label": "-", + "classification": { + "B": 8.100138337852059e-09, + "S": 7.358622600150966e-09, + "I": 8.424908060078451e-07, + "C": 2.077970748359803e-06, + "R": 5.261421165414504e-08, + "M": 3.098683009739034e-05, + "O": 6.183235541357135e-07, + "W": 4.096526229346864e-09, + "N": 1.2184543152216065e-08, + "Y": 5.051892367191613e-05, + "U": 6.917807993112035e-10, + "K": 2.1279269457608052e-09, + "L": 2.272321779628328e-07, + "G": 2.6901239834842272e-05, + "F": 0.002903389511629939, + "E": 1.3757889973931015e-05, + "T": 4.005922892247327e-05, + "P": 0.013138825073838234, + "-": 0.983791708946228 + }, + "id": "tp_4671" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 583884, + "label": "-", + "classification": { + "B": 4.301592525735032e-06, + "S": 5.561651619245822e-07, + "I": 8.106441782729235e-06, + "C": 2.003968347707996e-06, + "R": 4.2893256591014506e-07, + "M": 5.7276130974059924e-05, + "O": 2.1584812202490866e-05, + "W": 4.410791234477074e-07, + "N": 1.606712487500772e-07, + "Y": 0.00014788460975978523, + "U": 2.4081767691086498e-08, + "K": 2.1919840165196547e-08, + "L": 4.15133672504453e-06, + "G": 9.541020699543878e-05, + "F": 0.0014530217740684748, + "E": 1.3030182344664354e-05, + "T": 0.00011624789476627484, + "P": 0.02349015697836876, + "-": 0.974585235118866 + }, + "id": "tp_4672" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 584017, + "label": "-", + "classification": { + "B": 0.00013999179645907134, + "S": 7.83778159529902e-05, + "I": 0.0009889251086860895, + "C": 0.0004173742781858891, + "R": 9.73377755144611e-05, + "M": 0.0017707612132653594, + "O": 0.0007550003356300294, + "W": 7.729835488134995e-05, + "N": 0.00012428562331479043, + "Y": 0.0035230687353760004, + "U": 2.4068607672234066e-05, + "K": 4.922086372971535e-05, + "L": 0.00018418692343402654, + "G": 0.0019958268385380507, + "F": 0.01597198098897934, + "E": 0.001174810458905995, + "T": 0.0038776793517172337, + "P": 0.14333677291870117, + "-": 0.8254131078720093 + }, + "id": "tp_4673" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 584151, + "label": "-", + "classification": { + "B": 3.6262812752596574e-09, + "S": 1.535101046279408e-09, + "I": 1.3450669939629734e-05, + "C": 8.985384170046018e-07, + "R": 4.6327819802627346e-08, + "M": 1.7600902992853662e-06, + "O": 3.5041065871155297e-07, + "W": 7.9105175743166e-09, + "N": 2.0319163240856142e-07, + "Y": 1.6599367882008664e-05, + "U": 5.211218567779952e-09, + "K": 6.388893325492973e-08, + "L": 1.645812197637042e-08, + "G": 6.112002211011713e-06, + "F": 0.0004997632349841297, + "E": 1.0136998753296211e-05, + "T": 1.8726892449194565e-05, + "P": 0.14185789227485657, + "-": 0.857573926448822 + }, + "id": "tp_4674" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 584251, + "label": "-", + "classification": { + "B": 8.47546380100539e-06, + "S": 2.101027575918124e-06, + "I": 0.00018579332390800118, + "C": 5.172339660930447e-05, + "R": 9.187831892631948e-06, + "M": 0.0016654669307172298, + "O": 0.00013184573617763817, + "W": 1.929179461512831e-06, + "N": 1.721737248772115e-06, + "Y": 0.0013527648989111185, + "U": 6.386566724359e-07, + "K": 1.3698506329262727e-08, + "L": 0.00013321300502866507, + "G": 0.0007649374892935157, + "F": 0.0007950625149533153, + "E": 6.478904833784327e-05, + "T": 0.0023849238641560078, + "P": 0.0378265380859375, + "-": 0.9546189308166504 + }, + "id": "tp_4675" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 584384, + "label": "-", + "classification": { + "B": 8.9725936902596e-08, + "S": 3.605101994708093e-07, + "I": 2.389994961049524e-06, + "C": 0.00023218613932840526, + "R": 2.2561938749277033e-05, + "M": 0.0007692879880778491, + "O": 2.9220494980108924e-05, + "W": 1.2289252993014088e-07, + "N": 6.012447073544536e-08, + "Y": 0.010475385002791882, + "U": 9.89606796508724e-09, + "K": 1.8250925393203943e-07, + "L": 2.9350137992878444e-05, + "G": 0.004496373701840639, + "F": 0.022871552035212517, + "E": 9.874193892756011e-06, + "T": 0.0023556347005069256, + "P": 0.0004869320837315172, + "-": 0.9582183957099915 + }, + "id": "tp_4676" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 584518, + "label": "-", + "classification": { + "B": 6.36030037526325e-08, + "S": 1.3432948264835431e-07, + "I": 2.9498792173399124e-06, + "C": 1.4164997992338613e-05, + "R": 1.320925548498053e-06, + "M": 2.936301643785555e-05, + "O": 7.2902503234217875e-06, + "W": 1.586669213793357e-07, + "N": 1.4233691558729333e-07, + "Y": 0.00035117065999656916, + "U": 2.1727469601273697e-08, + "K": 5.720739864045754e-07, + "L": 6.429651762118738e-07, + "G": 0.00010636633669491857, + "F": 0.012091089971363544, + "E": 7.208546776382718e-06, + "T": 0.00012362044071778655, + "P": 0.006454767659306526, + "-": 0.9808089733123779 + }, + "id": "tp_4677" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 584651, + "label": "-", + "classification": { + "B": 2.461962367306114e-07, + "S": 2.0975022607672145e-07, + "I": 3.946564538637176e-05, + "C": 6.708899491059128e-06, + "R": 4.209256587728305e-07, + "M": 9.973155101761222e-05, + "O": 6.9150078161328565e-06, + "W": 1.6218368159570673e-07, + "N": 8.565789926251455e-07, + "Y": 8.528343460056931e-05, + "U": 3.941773840665519e-08, + "K": 2.715978553169407e-08, + "L": 1.1737236036424292e-06, + "G": 4.988791624782607e-05, + "F": 0.0007227971800602973, + "E": 6.627265247516334e-05, + "T": 0.00023163548030424863, + "P": 0.12555429339408875, + "-": 0.8731338381767273 + }, + "id": "tp_4678" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 584751, + "label": "-", + "classification": { + "B": 6.34718089713715e-05, + "S": 5.526677705347538e-05, + "I": 3.373548315721564e-05, + "C": 2.327136644453276e-05, + "R": 1.1826331501652021e-05, + "M": 0.0009628719417378306, + "O": 0.0003736074431799352, + "W": 1.3137429050402716e-05, + "N": 3.889083473040955e-06, + "Y": 0.008407169952988625, + "U": 6.14963994394202e-07, + "K": 3.834536983049475e-06, + "L": 8.228947990573943e-05, + "G": 0.0023216658737510443, + "F": 0.013027334585785866, + "E": 7.336189446505159e-05, + "T": 0.003735846374183893, + "P": 0.009662166237831116, + "-": 0.9611445069313049 + }, + "id": "tp_4679" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 584885, + "label": "-", + "classification": { + "B": 1.9587037968449295e-05, + "S": 2.1859132175450213e-05, + "I": 0.0003164958325214684, + "C": 2.0609933926607482e-05, + "R": 5.2565778787538875e-06, + "M": 0.00015496107516810298, + "O": 0.00014420616207644343, + "W": 1.2863661140727345e-05, + "N": 3.7682017136830837e-05, + "Y": 0.0003328653401695192, + "U": 1.9647643512143986e-06, + "K": 5.71361215406796e-06, + "L": 1.5361641999334097e-05, + "G": 0.0002934383228421211, + "F": 0.007570682093501091, + "E": 0.00027668950497172773, + "T": 0.0006470417720265687, + "P": 0.2986716628074646, + "-": 0.6914510726928711 + }, + "id": "tp_4680" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 585018, + "label": "-", + "classification": { + "B": 4.113287932483445e-09, + "S": 1.2270761295951615e-08, + "I": 1.7863295909137378e-07, + "C": 1.3897608823754126e-06, + "R": 1.7854746658940712e-07, + "M": 1.5841769709368236e-05, + "O": 1.8340801943850238e-06, + "W": 9.641153653205947e-09, + "N": 2.5058086716711614e-09, + "Y": 0.00013524253154173493, + "U": 3.854652153023608e-10, + "K": 2.631625584115227e-09, + "L": 2.6535715846875974e-07, + "G": 2.2351578081725165e-05, + "F": 0.0016220433171838522, + "E": 3.6718040519190254e-07, + "T": 7.565343548776582e-05, + "P": 0.0007639440591447055, + "-": 0.9973606467247009 + }, + "id": "tp_4681" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 585152, + "label": "-", + "classification": { + "B": 2.177869828301482e-05, + "S": 8.81431424204493e-06, + "I": 9.113910346059129e-05, + "C": 5.77591490582563e-05, + "R": 6.783442131563788e-06, + "M": 0.0005374369793571532, + "O": 6.979485624469817e-05, + "W": 2.5645688310760306e-06, + "N": 6.848705197626259e-06, + "Y": 0.0018945893971249461, + "U": 6.845031634838961e-07, + "K": 8.357443221029826e-06, + "L": 2.2423895643441938e-05, + "G": 0.001886584097519517, + "F": 0.03410510718822479, + "E": 0.000798910332378, + "T": 0.0009903572499752045, + "P": 0.07072801887989044, + "-": 0.8887620568275452 + }, + "id": "tp_4682" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 585252, + "label": "-", + "classification": { + "B": 8.261503126050229e-08, + "S": 4.136978759561316e-08, + "I": 3.0404954998175526e-08, + "C": 3.82378892993529e-08, + "R": 4.494098870821972e-09, + "M": 1.6483432773384266e-05, + "O": 1.0404833119537216e-06, + "W": 3.4613432120522702e-09, + "N": 3.586596020177524e-10, + "Y": 3.427434785407968e-05, + "U": 2.2897310783531744e-11, + "K": 1.1093010537921444e-10, + "L": 3.039082230316126e-07, + "G": 2.3242486349772662e-05, + "F": 0.004233613144606352, + "E": 6.115997166489251e-07, + "T": 2.4995641069835983e-05, + "P": 0.001217081444337964, + "-": 0.994448184967041 + }, + "id": "tp_4683" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 585385, + "label": "-", + "classification": { + "B": 2.0546499399642926e-06, + "S": 1.962021542567527e-06, + "I": 1.2334956409176812e-05, + "C": 5.901451459067175e-06, + "R": 1.0930396456387825e-05, + "M": 0.0002553083759266883, + "O": 0.00016213537310250103, + "W": 2.513633717171615e-06, + "N": 2.3081064171037724e-07, + "Y": 0.0007743737660348415, + "U": 7.22220079296676e-08, + "K": 1.7246847505703045e-08, + "L": 3.229603316867724e-05, + "G": 0.00018804088176693767, + "F": 0.0016732671065256, + "E": 2.6336074370192364e-06, + "T": 0.0006493157125078142, + "P": 0.004857595078647137, + "-": 0.9913690686225891 + }, + "id": "tp_4684" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 585519, + "label": "-", + "classification": { + "B": 1.722485421851161e-06, + "S": 1.3203102753323037e-06, + "I": 4.3815516619361006e-06, + "C": 2.7442478312877938e-05, + "R": 5.8465811889618635e-06, + "M": 0.0002778231864795089, + "O": 3.4865865018218756e-05, + "W": 2.989676204379066e-07, + "N": 5.777496170367158e-08, + "Y": 0.0003786410088650882, + "U": 5.158120153225809e-09, + "K": 5.280733628154621e-09, + "L": 2.245393261546269e-05, + "G": 0.0010057849576696754, + "F": 0.01859036646783352, + "E": 1.660243833612185e-05, + "T": 0.0001913311571115628, + "P": 0.006591143552213907, + "-": 0.97284996509552 + }, + "id": "tp_4685" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 585652, + "label": "-", + "classification": { + "B": 3.3828942832769826e-05, + "S": 7.940579962451011e-06, + "I": 6.78200667607598e-05, + "C": 4.891352728009224e-05, + "R": 1.379940385959344e-05, + "M": 0.0013045839732512832, + "O": 0.00031912876875139773, + "W": 4.867162715527229e-06, + "N": 2.9070529308228288e-06, + "Y": 0.0012760465033352375, + "U": 7.05510331044934e-07, + "K": 2.788196695746592e-07, + "L": 0.0001376376603730023, + "G": 0.0015347205335274339, + "F": 0.012903083115816116, + "E": 0.00012258593051228672, + "T": 0.0014506862498819828, + "P": 0.03635719045996666, + "-": 0.9444132447242737 + }, + "id": "tp_4686" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 585752, + "label": "-", + "classification": { + "B": 3.031764572369866e-05, + "S": 1.034263004839886e-05, + "I": 1.1676895155687816e-05, + "C": 6.620374733756762e-06, + "R": 2.614782033560914e-06, + "M": 0.0004693850642070174, + "O": 0.00011522977729327977, + "W": 2.6951713607559213e-06, + "N": 3.7142621067687287e-07, + "Y": 0.0009029626962728798, + "U": 4.210791715308915e-08, + "K": 4.6549867960266056e-08, + "L": 4.7540444938931614e-05, + "G": 0.0005197207210585475, + "F": 0.013747105374932289, + "E": 3.093008490395732e-05, + "T": 0.0004762996395584196, + "P": 0.01108342781662941, + "-": 0.9725426435470581 + }, + "id": "tp_4687" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 585886, + "label": "-", + "classification": { + "B": 1.0121240848093294e-05, + "S": 1.0716378255892778e-06, + "I": 6.45032787360833e-06, + "C": 4.485879344429122e-06, + "R": 1.17547199351975e-06, + "M": 0.0009957334259524941, + "O": 5.364603566704318e-05, + "W": 1.1330646287888158e-07, + "N": 5.157447802162096e-08, + "Y": 0.0002098113182000816, + "U": 4.43901360114296e-09, + "K": 1.4371913381605594e-10, + "L": 9.849801426753402e-05, + "G": 0.0008764021331444383, + "F": 0.0016831334214657545, + "E": 1.3211694749770686e-05, + "T": 0.0009913170943036675, + "P": 0.0039753420278429985, + "-": 0.9910795092582703 + }, + "id": "tp_4688" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 586019, + "label": "-", + "classification": { + "B": 2.70217560682795e-06, + "S": 1.4743476413059398e-06, + "I": 0.00020415328617673367, + "C": 1.783999141480308e-05, + "R": 7.164633188949665e-06, + "M": 7.19376839697361e-05, + "O": 6.107613444328308e-05, + "W": 1.825097797336639e-06, + "N": 4.549898221739568e-06, + "Y": 0.0007599239470437169, + "U": 7.067881142575061e-07, + "K": 1.8035999005405756e-07, + "L": 1.2932388017361518e-05, + "G": 0.0002794521569740027, + "F": 0.00170570844784379, + "E": 5.225603308645077e-05, + "T": 0.0007632049382664263, + "P": 0.08254732191562653, + "-": 0.9135056138038635 + }, + "id": "tp_4689" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 586153, + "label": "-", + "classification": { + "B": 0.00022701102716382593, + "S": 4.5915712689748034e-05, + "I": 0.0007448937394656241, + "C": 0.00020563692669384181, + "R": 4.0723934944253415e-05, + "M": 0.015856284648180008, + "O": 0.00042712746653705835, + "W": 1.125334165408276e-05, + "N": 1.4759869372937828e-05, + "Y": 0.0191178098320961, + "U": 1.5025991615402745e-06, + "K": 1.8156240457756212e-06, + "L": 0.00035733438562601805, + "G": 0.009854672476649284, + "F": 0.008021616376936436, + "E": 0.0011485597351565957, + "T": 0.010669183917343616, + "P": 0.017466653138399124, + "-": 0.9157872796058655 + }, + "id": "tp_4690" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 586253, + "label": "-", + "classification": { + "B": 3.7426229937409516e-06, + "S": 1.859523081293446e-06, + "I": 2.1807814846397378e-05, + "C": 1.0472568646946456e-05, + "R": 6.575762654392747e-07, + "M": 0.00011967402679147199, + "O": 1.4272280168370344e-05, + "W": 3.973667048740026e-07, + "N": 7.978389930940466e-07, + "Y": 0.0002570712531451136, + "U": 2.1933301397325522e-08, + "K": 8.69032760419941e-07, + "L": 3.899276180163724e-06, + "G": 0.0006140053155831993, + "F": 0.05051639676094055, + "E": 0.00044991387403570116, + "T": 0.0001299807772738859, + "P": 0.05385217443108559, + "-": 0.8940019607543945 + }, + "id": "tp_4691" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 586386, + "label": "-", + "classification": { + "B": 0.0002157809940399602, + "S": 0.00027042036526836455, + "I": 1.707052069832571e-05, + "C": 8.426585736742709e-06, + "R": 1.994881131395232e-06, + "M": 0.0006541974144056439, + "O": 0.00041409983532503247, + "W": 2.22752623812994e-05, + "N": 6.9664315560658e-06, + "Y": 0.0008583011222071946, + "U": 2.1694317808851338e-07, + "K": 2.767510977719212e-06, + "L": 5.7602403103373945e-05, + "G": 0.0009972455445677042, + "F": 0.039941348135471344, + "E": 0.00017488448065705597, + "T": 0.0016261432319879532, + "P": 0.0539780855178833, + "-": 0.9007521271705627 + }, + "id": "tp_4692" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 586520, + "label": "-", + "classification": { + "B": 2.1489483970071888e-06, + "S": 8.023369701959382e-08, + "I": 0.0002363656385568902, + "C": 1.86699162441073e-05, + "R": 1.9249789602326928e-06, + "M": 7.544403342762962e-05, + "O": 1.0074190868181176e-05, + "W": 1.39464702897385e-07, + "N": 3.0859068829158787e-06, + "Y": 0.00020134150690864772, + "U": 1.2602855292698223e-07, + "K": 5.850049333844254e-08, + "L": 2.3526567929366138e-06, + "G": 0.00024478521663695574, + "F": 0.0008396281045861542, + "E": 0.00029880699003115296, + "T": 0.00016961494111455977, + "P": 0.29648661613464355, + "-": 0.7014088034629822 + }, + "id": "tp_4693" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 586653, + "label": "-", + "classification": { + "B": 8.387403340748278e-07, + "S": 4.2433603653080354e-07, + "I": 8.988528861664236e-06, + "C": 5.001152203476522e-06, + "R": 8.618752076472447e-07, + "M": 0.00018736463971436024, + "O": 3.3568994695087895e-05, + "W": 3.402804509278212e-07, + "N": 1.2229003232278046e-07, + "Y": 0.00023697558208368719, + "U": 2.221091932597119e-08, + "K": 3.422422345522591e-09, + "L": 7.171393917815294e-06, + "G": 9.30113164940849e-05, + "F": 0.0002832906902767718, + "E": 2.5891702080116374e-06, + "T": 0.0003832330403383821, + "P": 0.007817979902029037, + "-": 0.9909383058547974 + }, + "id": "tp_4694" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 586753, + "label": "-", + "classification": { + "B": 2.583504397080105e-07, + "S": 1.743570443579756e-08, + "I": 2.349778515053913e-05, + "C": 1.208436515298672e-06, + "R": 2.3807349691651325e-07, + "M": 4.660088961827569e-05, + "O": 3.294590442237677e-06, + "W": 2.024174783343824e-08, + "N": 2.681448734165315e-07, + "Y": 0.00010296508844476193, + "U": 1.408803917968271e-08, + "K": 1.8382880773160082e-09, + "L": 5.343663360690698e-07, + "G": 4.213585998513736e-05, + "F": 0.000125539765576832, + "E": 6.615446636715205e-06, + "T": 0.000361091922968626, + "P": 0.13574229180812836, + "-": 0.8635434508323669 + }, + "id": "tp_4695" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 586887, + "label": "-", + "classification": { + "B": 2.7599435270531103e-06, + "S": 4.6465308400911454e-07, + "I": 8.190015250875149e-06, + "C": 2.007844983609175e-07, + "R": 2.1421229234874772e-07, + "M": 0.0001832455163821578, + "O": 5.009352753404528e-05, + "W": 3.529016510128713e-07, + "N": 8.557046982105021e-08, + "Y": 0.0003313221095595509, + "U": 4.025349831238145e-09, + "K": 1.4521397972977468e-10, + "L": 7.135110990930116e-06, + "G": 5.2729479648405686e-05, + "F": 7.252697105286643e-05, + "E": 1.673817791925103e-06, + "T": 0.0008345777168869972, + "P": 0.00784746278077364, + "-": 0.9906070232391357 + }, + "id": "tp_4696" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 587020, + "label": "-", + "classification": { + "B": 0.0006848468910902739, + "S": 5.535062882700004e-05, + "I": 0.0007197470404207706, + "C": 0.0007188227027654648, + "R": 0.00011011587776010856, + "M": 0.001827180734835565, + "O": 0.0007727994816377759, + "W": 6.758174276910722e-05, + "N": 4.480216739466414e-05, + "Y": 0.0012979023158550262, + "U": 1.1511867342051119e-05, + "K": 4.131541572860442e-06, + "L": 0.0003240268852096051, + "G": 0.0031621006783097982, + "F": 0.008757141418755054, + "E": 0.001522406586445868, + "T": 0.001046628225594759, + "P": 0.14509908854961395, + "-": 0.8337738513946533 + }, + "id": "tp_4697" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 587154, + "label": "-", + "classification": { + "B": 6.386141467373818e-05, + "S": 5.472541488416027e-06, + "I": 0.00020880046940874308, + "C": 0.00015817598614376038, + "R": 1.6136871636263095e-05, + "M": 0.0010263326112180948, + "O": 0.00016313836385961622, + "W": 8.421040547546e-06, + "N": 8.736852578294929e-06, + "Y": 0.0014660577289760113, + "U": 3.2473187729920028e-06, + "K": 2.4983946786960587e-06, + "L": 6.134824798209593e-05, + "G": 0.0009243246167898178, + "F": 0.002772727981209755, + "E": 0.0003809923946391791, + "T": 0.0017085922881960869, + "P": 0.05971907079219818, + "-": 0.931302011013031 + }, + "id": "tp_4698" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 587254, + "label": "-", + "classification": { + "B": 3.9820322854211554e-05, + "S": 1.3821992297380348e-06, + "I": 9.072771354112774e-05, + "C": 1.3354493603401352e-05, + "R": 2.042310143224313e-06, + "M": 3.136889426968992e-05, + "O": 3.33790885633789e-05, + "W": 1.056102519214619e-06, + "N": 2.650477426868747e-06, + "Y": 2.4744133042986505e-05, + "U": 1.1605871463871154e-07, + "K": 4.8618947090517395e-08, + "L": 1.2205341590743046e-05, + "G": 0.0003305768477730453, + "F": 0.002744992496445775, + "E": 0.00018854248628485948, + "T": 5.36557927262038e-05, + "P": 0.31586071848869324, + "-": 0.6805685758590698 + }, + "id": "tp_4699" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 587387, + "label": "-", + "classification": { + "B": 4.134611799599952e-07, + "S": 7.43813643566682e-07, + "I": 0.0004409302200656384, + "C": 0.0005686325603164732, + "R": 4.5653210690943524e-05, + "M": 0.00024733474128879607, + "O": 3.294033740530722e-05, + "W": 1.1589095265662763e-06, + "N": 7.037495834083529e-06, + "Y": 0.003069154918193817, + "U": 6.878771046103793e-07, + "K": 1.7830029719334561e-06, + "L": 1.8577013179310597e-05, + "G": 0.0026660386938601732, + "F": 0.023078732192516327, + "E": 0.0005572044174186885, + "T": 0.0007332102977670729, + "P": 0.08636309951543808, + "-": 0.8821667432785034 + }, + "id": "tp_4700" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 587521, + "label": "-", + "classification": { + "B": 8.003465154615697e-06, + "S": 3.0489150049106684e-06, + "I": 6.183602181408787e-06, + "C": 3.612019554566359e-06, + "R": 3.039669707050052e-07, + "M": 0.00016076753672678024, + "O": 1.9539227650966495e-05, + "W": 4.0729304373599007e-07, + "N": 3.3743373251127196e-07, + "Y": 0.00022410992824006826, + "U": 9.68444702209581e-09, + "K": 1.1581953174299997e-07, + "L": 3.93313121094252e-06, + "G": 0.0004768298240378499, + "F": 0.030533796176314354, + "E": 0.00011987448669970036, + "T": 0.00013404976925812662, + "P": 0.03815194591879845, + "-": 0.9301531910896301 + }, + "id": "tp_4701" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 587654, + "label": "-", + "classification": { + "B": 1.0860618715469172e-07, + "S": 1.3878118210186585e-08, + "I": 2.080065826248756e-07, + "C": 5.454025497897419e-08, + "R": 5.42571809702963e-09, + "M": 3.009788088093046e-06, + "O": 1.3708574897464132e-06, + "W": 7.885794239825827e-09, + "N": 5.702492700265793e-09, + "Y": 1.1636663657554891e-05, + "U": 2.501684970290796e-10, + "K": 6.658672918602448e-11, + "L": 1.4756825805761764e-07, + "G": 2.5708554858283605e-06, + "F": 0.0002283256471855566, + "E": 4.101014781099366e-07, + "T": 2.023442357312888e-05, + "P": 0.017579520121216774, + "-": 0.9821522831916809 + }, + "id": "tp_4702" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 587754, + "label": "-", + "classification": { + "B": 6.572030031293252e-08, + "S": 2.986191560694351e-08, + "I": 5.348319973563775e-06, + "C": 1.6503194046890712e-06, + "R": 2.735592659064423e-07, + "M": 8.349198651558254e-06, + "O": 3.84621534976759e-06, + "W": 2.802689280656523e-08, + "N": 4.575371903570158e-08, + "Y": 4.266894029569812e-05, + "U": 2.328878423440983e-09, + "K": 4.5241846380328354e-10, + "L": 5.260701527731726e-07, + "G": 1.8221740901935846e-05, + "F": 0.0007298827986232936, + "E": 1.2444915000742185e-06, + "T": 4.7108933358686045e-05, + "P": 0.036843441426754, + "-": 0.9622971415519714 + }, + "id": "tp_4703" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 587888, + "label": "-", + "classification": { + "B": 2.0247337317869096e-07, + "S": 1.6493976318088244e-06, + "I": 4.266846372047439e-05, + "C": 0.0002515263913664967, + "R": 5.55421102035325e-05, + "M": 0.0006338696694001555, + "O": 8.894466009223834e-05, + "W": 2.08895494324679e-06, + "N": 1.4295626442617504e-06, + "Y": 0.0077339643612504005, + "U": 2.5041737217179616e-07, + "K": 1.1575113603612408e-05, + "L": 2.229174970125314e-05, + "G": 0.0018800910329446197, + "F": 0.03258705884218216, + "E": 8.657450234750286e-05, + "T": 0.0012753461487591267, + "P": 0.00744416331872344, + "-": 0.947880744934082 + }, + "id": "tp_4704" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 588021, + "label": "-", + "classification": { + "B": 0.002419541822746396, + "S": 0.001143067143857479, + "I": 0.0005608164356090128, + "C": 0.0011648908257484436, + "R": 0.0009579783072695136, + "M": 0.01161639392375946, + "O": 0.005007475148886442, + "W": 0.00035063785617239773, + "N": 5.099569170852192e-05, + "Y": 0.016770310699939728, + "U": 1.963894465006888e-05, + "K": 1.820392753870692e-05, + "L": 0.005835438147187233, + "G": 0.02174322120845318, + "F": 0.06887581199407578, + "E": 0.0008534389780834317, + "T": 0.011414087377488613, + "P": 0.01561694871634245, + "-": 0.8355811238288879 + }, + "id": "tp_4705" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 588155, + "label": "-", + "classification": { + "B": 5.1463312047417276e-06, + "S": 2.6379639166407287e-06, + "I": 4.462890046852408e-06, + "C": 4.644428202027484e-07, + "R": 7.670014667837677e-08, + "M": 0.00011339542834321037, + "O": 2.4871975256246515e-05, + "W": 6.70929409807286e-07, + "N": 1.295104681275916e-07, + "Y": 6.173404108267277e-05, + "U": 4.917521501113242e-09, + "K": 2.408368260375937e-08, + "L": 3.279494194430299e-06, + "G": 5.342161966837011e-05, + "F": 0.00638948567211628, + "E": 4.115810588700697e-05, + "T": 3.40692131430842e-05, + "P": 0.042769815772771835, + "-": 0.9504952430725098 + }, + "id": "tp_4706" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 588255, + "label": "-", + "classification": { + "B": 4.287662704882678e-06, + "S": 5.936944489803864e-06, + "I": 0.0005483136628754437, + "C": 0.00022820151934865862, + "R": 2.60786746366648e-05, + "M": 0.00044903482194058597, + "O": 5.77790524403099e-05, + "W": 4.187468675809214e-06, + "N": 4.273059676052071e-05, + "Y": 0.004147799219936132, + "U": 2.3049326500768075e-06, + "K": 0.00011028876178897917, + "L": 9.81077755568549e-06, + "G": 0.0037366379983723164, + "F": 0.030621005222201347, + "E": 0.0029530811589211226, + "T": 0.0014148615300655365, + "P": 0.1574118435382843, + "-": 0.7982259392738342 + }, + "id": "tp_4707" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 588388, + "label": "-", + "classification": { + "B": 0.000249650445766747, + "S": 0.0002644343476276845, + "I": 0.0012177119497209787, + "C": 0.0006315108621492982, + "R": 0.00036456133238971233, + "M": 0.005798601545393467, + "O": 0.0018547961954027414, + "W": 0.00012036278349114582, + "N": 7.84625590313226e-05, + "Y": 0.013588996604084969, + "U": 2.2788113710703328e-05, + "K": 1.535345654701814e-05, + "L": 0.0011961024720221758, + "G": 0.008563666604459286, + "F": 0.035442981868982315, + "E": 0.0008731150301173329, + "T": 0.010121354833245277, + "P": 0.033822543919086456, + "-": 0.8857730031013489 + }, + "id": "tp_4708" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 588522, + "label": "-", + "classification": { + "B": 0.00358389550819993, + "S": 0.0002576772531028837, + "I": 0.00048672856064513326, + "C": 0.00010275011300109327, + "R": 5.404145485954359e-05, + "M": 0.012006327509880066, + "O": 0.0024346166756004095, + "W": 6.287347787292674e-05, + "N": 9.836068784352392e-06, + "Y": 0.001768232323229313, + "U": 1.116646672016941e-06, + "K": 2.9028068837533283e-08, + "L": 0.003522999817505479, + "G": 0.004877354949712753, + "F": 0.005916710942983627, + "E": 0.0009019424906000495, + "T": 0.002503790659829974, + "P": 0.047261789441108704, + "-": 0.9142473340034485 + }, + "id": "tp_4709" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 588655, + "label": "-", + "classification": { + "B": 0.00031614836188964546, + "S": 5.1928665925515816e-05, + "I": 0.00024092358944471925, + "C": 0.00014681534958072007, + "R": 6.841450522188097e-05, + "M": 0.01741926185786724, + "O": 0.0013931432040408254, + "W": 1.0396989637229126e-05, + "N": 2.9365630780375795e-06, + "Y": 0.018178381025791168, + "U": 3.9813224361751054e-07, + "K": 4.080950333218425e-08, + "L": 0.0017234518891200423, + "G": 0.016612553969025612, + "F": 0.004531956277787685, + "E": 0.00020940428657922894, + "T": 0.01338647585362196, + "P": 0.00475225830450654, + "-": 0.9209551215171814 + }, + "id": "tp_4710" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 588755, + "label": "-", + "classification": { + "B": 1.4370441022037994e-05, + "S": 1.4258065675676335e-05, + "I": 0.000515081686899066, + "C": 0.000280668813502416, + "R": 0.0001029969789669849, + "M": 0.0004406493972055614, + "O": 0.0003462146851234138, + "W": 2.430511813145131e-05, + "N": 2.7885602321475744e-05, + "Y": 0.0016846626531332731, + "U": 9.409286576556042e-06, + "K": 9.556814802635927e-06, + "L": 8.453302143607289e-05, + "G": 0.000840981665533036, + "F": 0.005688532721251249, + "E": 0.00017229167860932648, + "T": 0.0015927462372928858, + "P": 0.052430469542741776, + "-": 0.9357203245162964 + }, + "id": "tp_4711" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 588889, + "label": "-", + "classification": { + "B": 3.5167140310932155e-09, + "S": 2.7540145164373087e-10, + "I": 4.5031580242493874e-08, + "C": 3.5126149100506154e-07, + "R": 3.1135286349126545e-08, + "M": 1.8767948404274648e-06, + "O": 2.851101328360528e-07, + "W": 7.165162352329446e-10, + "N": 2.857785397214485e-10, + "Y": 2.7134481570101343e-05, + "U": 2.665029863457846e-10, + "K": 6.595559098876436e-10, + "L": 3.413527238649294e-08, + "G": 7.650830411876086e-06, + "F": 0.00015812565106898546, + "E": 6.892595649787836e-08, + "T": 1.3964598110760562e-05, + "P": 0.0012090863892808557, + "-": 0.9985814094543457 + }, + "id": "tp_4712" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 589022, + "label": "-", + "classification": { + "B": 2.0789006157428958e-05, + "S": 1.6325251408488839e-06, + "I": 6.969533569645137e-05, + "C": 5.798456186312251e-06, + "R": 1.0526953246881021e-06, + "M": 0.0003953800187446177, + "O": 4.961662125424482e-05, + "W": 7.484651973754808e-07, + "N": 1.5094041145857773e-06, + "Y": 0.0002584497560746968, + "U": 1.1228642193827909e-07, + "K": 6.050571155213902e-09, + "L": 1.7519758330308832e-05, + "G": 0.00023854394385125488, + "F": 0.0009125145734287798, + "E": 9.867867629509419e-05, + "T": 0.0004903253866359591, + "P": 0.22303785383701324, + "-": 0.7743997573852539 + }, + "id": "tp_4713" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 589156, + "label": "-", + "classification": { + "B": 3.0421504106925568e-06, + "S": 1.1985505352640757e-06, + "I": 1.2041879926982801e-05, + "C": 1.228648307005642e-05, + "R": 1.7511869145891978e-06, + "M": 0.00010561809176579118, + "O": 3.481772728264332e-05, + "W": 5.089798946755764e-07, + "N": 5.319702154338302e-07, + "Y": 0.00022794197138864547, + "U": 3.7610885073036116e-08, + "K": 1.7094588145027956e-07, + "L": 5.7965107771451585e-06, + "G": 0.0003140066401101649, + "F": 0.011484992690384388, + "E": 5.623244578600861e-05, + "T": 0.00016972277080640197, + "P": 0.024533452466130257, + "-": 0.9630358815193176 + }, + "id": "tp_4714" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 589256, + "label": "-", + "classification": { + "B": 1.4386621842277236e-05, + "S": 4.751892902277177e-06, + "I": 7.402096343867015e-06, + "C": 1.255420738743851e-05, + "R": 7.874859306866711e-07, + "M": 0.00038413351285271347, + "O": 2.5982948500313796e-05, + "W": 3.8767493037994427e-07, + "N": 4.77397065878904e-07, + "Y": 0.0008145825122483075, + "U": 2.267633725239193e-08, + "K": 3.9731943957121985e-07, + "L": 1.0529152859817259e-05, + "G": 0.0015187471872195601, + "F": 0.03806053474545479, + "E": 0.000213309918763116, + "T": 0.00066056550713256, + "P": 0.02244461327791214, + "-": 0.9358257055282593 + }, + "id": "tp_4715" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 589389, + "label": "-", + "classification": { + "B": 3.409120472497307e-05, + "S": 0.00013066662359051406, + "I": 0.0018887087935581803, + "C": 0.002359586302191019, + "R": 0.0012266457779332995, + "M": 0.009186582639813423, + "O": 0.0020144449081271887, + "W": 0.00016732131189201027, + "N": 0.00015384196012746543, + "Y": 0.04197745397686958, + "U": 4.944664397044107e-05, + "K": 9.105660137720406e-05, + "L": 0.0006908369832672179, + "G": 0.006835236679762602, + "F": 0.03227968513965607, + "E": 0.0006624034722335637, + "T": 0.03506685420870781, + "P": 0.021541066467761993, + "-": 0.8436440229415894 + }, + "id": "tp_4716" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 589523, + "label": "-", + "classification": { + "B": 1.0059617125079967e-05, + "S": 3.419635322643444e-05, + "I": 3.803864092333242e-05, + "C": 0.0005945173325017095, + "R": 7.796541467541829e-05, + "M": 0.0033603643532842398, + "O": 0.0006036648410372436, + "W": 9.612374014977831e-06, + "N": 2.972264837808325e-06, + "Y": 0.009007958695292473, + "U": 4.4843858404419734e-07, + "K": 6.228390702744946e-06, + "L": 0.0004369744856376201, + "G": 0.01269446685910225, + "F": 0.11605358123779297, + "E": 0.00023434894683305174, + "T": 0.0031867229845374823, + "P": 0.004704432561993599, + "-": 0.8489435315132141 + }, + "id": "tp_4717" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 589656, + "label": "-", + "classification": { + "B": 2.4653406853758497e-06, + "S": 2.5923029625118943e-06, + "I": 3.7044919736217707e-06, + "C": 2.601878350105835e-06, + "R": 7.903981895651668e-07, + "M": 0.0001655653613852337, + "O": 6.338641833281144e-05, + "W": 6.893324666634726e-07, + "N": 7.931856060849896e-08, + "Y": 0.00013886202941648662, + "U": 9.974155723568856e-09, + "K": 3.2032669849968443e-09, + "L": 2.0308554667280987e-05, + "G": 0.00015085395716596395, + "F": 0.007361012045294046, + "E": 6.455082257161848e-06, + "T": 0.00014607970661018044, + "P": 0.010970601812005043, + "-": 0.980963945388794 + }, + "id": "tp_4718" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 589756, + "label": "-", + "classification": { + "B": 6.49200737612432e-09, + "S": 7.497247822563224e-10, + "I": 1.473459542467026e-05, + "C": 3.6102687772654463e-06, + "R": 8.36765465805911e-08, + "M": 6.811424100305885e-06, + "O": 2.914999868153245e-07, + "W": 1.4622815180942439e-09, + "N": 4.118544438824756e-08, + "Y": 3.4575568861328065e-05, + "U": 1.6735681729329599e-09, + "K": 3.492822475692492e-09, + "L": 4.853599833154476e-08, + "G": 2.412380672467407e-05, + "F": 0.00018969958182424307, + "E": 9.79272044787649e-06, + "T": 1.1319104487483855e-05, + "P": 0.05109701678156853, + "-": 0.9486079216003418 + }, + "id": "tp_4719" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 589890, + "label": "-", + "classification": { + "B": 3.4658027288969606e-05, + "S": 2.412030335108284e-05, + "I": 0.0002816002815961838, + "C": 0.00012191345012979582, + "R": 4.41097654402256e-05, + "M": 0.0010393859120085835, + "O": 0.00044079512008465827, + "W": 1.901308678498026e-05, + "N": 9.661477633926552e-06, + "Y": 0.0019870628602802753, + "U": 1.7708501900415285e-06, + "K": 6.790911015741585e-07, + "L": 0.0002053705247817561, + "G": 0.0015402614371851087, + "F": 0.012684546411037445, + "E": 0.00013297924306243658, + "T": 0.0012088203802704811, + "P": 0.039667923003435135, + "-": 0.9405553340911865 + }, + "id": "tp_4720" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 590023, + "label": "-", + "classification": { + "B": 3.0745979984203586e-07, + "S": 4.1813851225924736e-07, + "I": 4.333154208779888e-07, + "C": 2.8993026717216708e-06, + "R": 2.655812920693279e-07, + "M": 0.00017346789536532015, + "O": 1.0904249393206555e-05, + "W": 4.429125155525071e-08, + "N": 6.314341494118025e-09, + "Y": 0.00018386308511253446, + "U": 6.618354198018039e-10, + "K": 4.718291868321955e-10, + "L": 7.65666027291445e-06, + "G": 0.00025470711989328265, + "F": 0.011120261624455452, + "E": 3.3210219498869264e-06, + "T": 9.933844557963312e-05, + "P": 0.002874350408092141, + "-": 0.9852677583694458 + }, + "id": "tp_4721" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 590157, + "label": "-", + "classification": { + "B": 5.29874544241693e-09, + "S": 1.2883598188295764e-08, + "I": 1.423056659177746e-07, + "C": 2.2151418761495734e-06, + "R": 4.018875898736951e-08, + "M": 4.700204954133369e-06, + "O": 6.991957093305246e-07, + "W": 7.504823429371754e-09, + "N": 1.0603642408568703e-08, + "Y": 5.005292041460052e-05, + "U": 7.048445160862116e-10, + "K": 1.1389129213057458e-06, + "L": 1.3803686726987507e-07, + "G": 0.00022445344075094908, + "F": 0.045512814074754715, + "E": 2.641354330989998e-05, + "T": 2.0853662135777995e-05, + "P": 0.00719668623059988, + "-": 0.9469596743583679 + }, + "id": "tp_4722" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 590257, + "label": "-", + "classification": { + "B": 3.280215210565984e-08, + "S": 1.2942991123310321e-09, + "I": 3.466752573899612e-08, + "C": 1.3412101651510966e-08, + "R": 1.3449958924383054e-09, + "M": 1.6272551874862984e-06, + "O": 3.5089243510810775e-07, + "W": 4.193254909967692e-10, + "N": 1.9099834214220124e-10, + "Y": 3.3176695524161914e-06, + "U": 8.428037781560427e-12, + "K": 1.5112491119628757e-11, + "L": 3.365877887517854e-08, + "G": 5.926768153585726e-06, + "F": 0.0004501977236941457, + "E": 3.8121356737974565e-07, + "T": 2.130531584043638e-06, + "P": 0.006157903000712395, + "-": 0.9933779835700989 + }, + "id": "tp_4723" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 590390, + "label": "-", + "classification": { + "B": 3.947579152452363e-09, + "S": 7.955092695688393e-10, + "I": 2.525325726310257e-07, + "C": 1.2782359704033297e-07, + "R": 1.6310661266061288e-08, + "M": 2.643823336256901e-06, + "O": 4.770998884850997e-07, + "W": 1.0367681158029995e-09, + "N": 9.413271273572832e-10, + "Y": 1.5120926946110558e-05, + "U": 9.023447961054032e-11, + "K": 1.5655844676221164e-10, + "L": 5.272442038517511e-08, + "G": 1.1943536264880095e-05, + "F": 0.00041839282494038343, + "E": 3.456922570421739e-07, + "T": 5.8972968872694764e-06, + "P": 0.004036708734929562, + "-": 0.9955079555511475 + }, + "id": "tp_4724" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 590524, + "label": "-", + "classification": { + "B": 3.857902053372442e-10, + "S": 7.044604344308425e-10, + "I": 2.4996485437078775e-10, + "C": 9.807065159961326e-10, + "R": 5.772172323448288e-11, + "M": 4.980085577699356e-06, + "O": 6.84799559280691e-08, + "W": 1.2017207541570318e-11, + "N": 4.861662288024871e-13, + "Y": 1.1211765922780614e-05, + "U": 6.601551597718415e-15, + "K": 2.7259371856666083e-14, + "L": 4.832026689882696e-08, + "G": 1.4966517483117059e-05, + "F": 0.002393519738689065, + "E": 1.062610088808924e-08, + "T": 3.915902198059484e-06, + "P": 6.453476817114279e-05, + "-": 0.9975067973136902 + }, + "id": "tp_4725" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 590657, + "label": "-", + "classification": { + "B": 0.00012568569218274206, + "S": 0.00023673902614973485, + "I": 6.312040113698458e-06, + "C": 3.766093141166493e-05, + "R": 2.00820759346243e-05, + "M": 0.0019567408598959446, + "O": 0.001024672412313521, + "W": 3.1771625799592584e-05, + "N": 7.597030275974248e-07, + "Y": 0.0014230984961614013, + "U": 1.1726669413292257e-07, + "K": 2.928673268343118e-07, + "L": 0.0007418158929795027, + "G": 0.003482127096503973, + "F": 0.0861339122056961, + "E": 3.802152059506625e-05, + "T": 0.0020950096659362316, + "P": 0.002889743074774742, + "-": 0.8997554183006287 + }, + "id": "tp_4726" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 590757, + "label": "-", + "classification": { + "B": 0.0003338234673719853, + "S": 4.8951111239148304e-05, + "I": 2.8462382033467293e-06, + "C": 5.173934823687887e-06, + "R": 2.112959236910683e-06, + "M": 0.0006415158277377486, + "O": 0.0007148648728616536, + "W": 3.973179900640389e-06, + "N": 5.495352439766066e-08, + "Y": 0.0001512968447059393, + "U": 2.054284964358999e-09, + "K": 1.849960323818678e-10, + "L": 0.0004498389607761055, + "G": 0.002794736297801137, + "F": 0.02300766110420227, + "E": 9.266985216527246e-06, + "T": 0.00011220429587410763, + "P": 0.0046675256453454494, + "-": 0.9670540690422058 + }, + "id": "tp_4727" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 590891, + "label": "-", + "classification": { + "B": 3.4350238209412964e-09, + "S": 7.626051790055044e-09, + "I": 2.5040727824610087e-10, + "C": 3.550330163193394e-08, + "R": 1.855015474561128e-09, + "M": 9.192654033540748e-07, + "O": 2.685014237613359e-07, + "W": 5.339439446139238e-10, + "N": 4.4384751950177215e-12, + "Y": 5.6341591516684275e-06, + "U": 1.751769980158982e-13, + "K": 7.02148582332196e-12, + "L": 4.872843462067067e-08, + "G": 9.430358659301419e-06, + "F": 0.005288927815854549, + "E": 4.730745128966873e-09, + "T": 1.8150874439015752e-06, + "P": 0.00011717488087015226, + "-": 0.9945756196975708 + }, + "id": "tp_4728" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 591024, + "label": "-", + "classification": { + "B": 0.0004275811370462179, + "S": 3.6338951758807525e-05, + "I": 0.0001369957608403638, + "C": 0.00026711070677265525, + "R": 6.855149695184082e-05, + "M": 0.0025739700067788363, + "O": 0.0007280020508915186, + "W": 1.2903054994239938e-05, + "N": 5.4494939831783995e-06, + "Y": 0.001070263679139316, + "U": 9.938662515196484e-07, + "K": 8.418435726298412e-08, + "L": 0.0004959446378052235, + "G": 0.0037461703177541494, + "F": 0.009438348934054375, + "E": 0.00016560307994950563, + "T": 0.003066508797928691, + "P": 0.028725789859890938, + "-": 0.9490334391593933 + }, + "id": "tp_4729" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 591158, + "label": "-", + "classification": { + "B": 4.171808086539386e-06, + "S": 1.6996937119984068e-06, + "I": 1.5336494470830075e-05, + "C": 4.085959972144337e-06, + "R": 1.295672063861275e-06, + "M": 3.7947072996757925e-05, + "O": 4.067187910550274e-05, + "W": 7.75768285166123e-07, + "N": 4.310633698878519e-07, + "Y": 3.0342260288307443e-05, + "U": 1.3085116989941525e-08, + "K": 9.128823030835065e-09, + "L": 5.85371526540257e-06, + "G": 9.788933675736189e-05, + "F": 0.002610167022794485, + "E": 1.3289741218613926e-05, + "T": 6.601836503250524e-05, + "P": 0.06250332295894623, + "-": 0.9345665574073792 + }, + "id": "tp_4730" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 591258, + "label": "-", + "classification": { + "B": 1.2255915862624533e-05, + "S": 5.682128175976686e-05, + "I": 2.29382521865773e-06, + "C": 7.882521458668634e-05, + "R": 2.4614681024104357e-05, + "M": 0.0014192430535331368, + "O": 0.0005077030509710312, + "W": 3.8742705328331795e-06, + "N": 1.4236253775834484e-07, + "Y": 0.0010391795076429844, + "U": 1.004934624404541e-08, + "K": 1.2170690411039686e-07, + "L": 0.0007460189517587423, + "G": 0.006845410447567701, + "F": 0.1329657882452011, + "E": 3.9585225749760866e-05, + "T": 0.0008082230924628675, + "P": 0.0011350279673933983, + "-": 0.8543147444725037 + }, + "id": "tp_4731" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 591391, + "label": "-", + "classification": { + "B": 1.182215055450797e-05, + "S": 1.521518970548641e-05, + "I": 5.148329364601523e-06, + "C": 1.6288044207612984e-05, + "R": 2.4762714474491077e-06, + "M": 0.0006269016303122044, + "O": 0.00010888494580285624, + "W": 2.0129946278757416e-06, + "N": 3.498500689147477e-07, + "Y": 0.0007619016687385738, + "U": 3.558258754310373e-08, + "K": 6.979263957873627e-07, + "L": 3.707550058607012e-05, + "G": 0.0016717981779947877, + "F": 0.029222765937447548, + "E": 0.0001052078150678426, + "T": 0.0006855977117083967, + "P": 0.004819023422896862, + "-": 0.9619067311286926 + }, + "id": "tp_4732" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 591525, + "label": "-", + "classification": { + "B": 6.418977136490867e-07, + "S": 2.0083230367617944e-07, + "I": 5.2827485887974035e-06, + "C": 5.448086540127406e-06, + "R": 7.292845225492783e-07, + "M": 0.00010659418330760673, + "O": 1.9595529010985047e-05, + "W": 2.5465396902291104e-07, + "N": 8.694210151816151e-08, + "Y": 9.995230357162654e-05, + "U": 2.5657378444066126e-08, + "K": 7.837216209338749e-09, + "L": 4.2240026232320815e-06, + "G": 5.332294313120656e-05, + "F": 0.0007573588518425822, + "E": 4.268714747013291e-06, + "T": 0.00026131857885047793, + "P": 0.011415418237447739, + "-": 0.9872652292251587 + }, + "id": "tp_4733" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 591658, + "label": "-", + "classification": { + "B": 0.0006152603891678154, + "S": 0.0004794590058736503, + "I": 6.976050644880161e-05, + "C": 0.00015687374980188906, + "R": 7.410007674479857e-05, + "M": 0.004536278545856476, + "O": 0.00245636492036283, + "W": 8.155027899192646e-05, + "N": 4.0867366806196515e-06, + "Y": 0.0017870324663817883, + "U": 4.775835691361863e-07, + "K": 6.258266580516647e-07, + "L": 0.0022468382958322763, + "G": 0.009843599051237106, + "F": 0.07575614005327225, + "E": 0.00024039125128183514, + "T": 0.0023251317907124758, + "P": 0.008347504772245884, + "-": 0.8909785151481628 + }, + "id": "tp_4734" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 591758, + "label": "-", + "classification": { + "B": 0.001957410015165806, + "S": 0.002825777279213071, + "I": 0.022503048181533813, + "C": 0.010519101284444332, + "R": 0.005531102418899536, + "M": 0.017253590747714043, + "O": 0.008070182986557484, + "W": 0.0023587613832205534, + "N": 0.004578147549182177, + "Y": 0.037893977016210556, + "U": 0.0014741324121132493, + "K": 0.0010176238138228655, + "L": 0.005028541199862957, + "G": 0.01825072430074215, + "F": 0.047789476811885834, + "E": 0.008885743096470833, + "T": 0.03262050822377205, + "P": 0.24525250494480133, + "-": 0.5261896252632141 + }, + "id": "tp_4735" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 591892, + "label": "-", + "classification": { + "B": 9.21271839615656e-06, + "S": 3.4487109701331065e-07, + "I": 8.466293479614251e-07, + "C": 1.081907328170928e-07, + "R": 1.3335681003923128e-08, + "M": 0.00015348514716606587, + "O": 8.008393706404604e-06, + "W": 1.695956619585104e-08, + "N": 5.401447289443695e-09, + "Y": 5.575928298640065e-05, + "U": 1.7534118601503224e-10, + "K": 9.204510764693197e-11, + "L": 5.590131422650302e-06, + "G": 0.00024016181123442948, + "F": 0.0015894040698185563, + "E": 1.2793777386832517e-05, + "T": 4.880504639004357e-05, + "P": 0.003873722394928336, + "-": 0.9940016865730286 + }, + "id": "tp_4736" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 592025, + "label": "-", + "classification": { + "B": 1.3598765669087243e-08, + "S": 8.214564140018865e-09, + "I": 4.144058948440943e-06, + "C": 5.475663655829521e-08, + "R": 4.240052753345935e-09, + "M": 2.961934342238237e-07, + "O": 2.283185267515364e-07, + "W": 8.183974387065973e-09, + "N": 1.3595777659247688e-07, + "Y": 1.1135116437799297e-05, + "U": 3.73353525873199e-09, + "K": 9.058165062469925e-08, + "L": 6.1326481670676e-09, + "G": 2.85009627987165e-06, + "F": 0.0005354541935957968, + "E": 8.545458513253834e-06, + "T": 9.31005797610851e-06, + "P": 0.4767998158931732, + "-": 0.5226278901100159 + }, + "id": "tp_4737" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 592125, + "label": "-", + "classification": { + "B": 1.3893755590466128e-10, + "S": 1.0943407291463814e-09, + "I": 1.1219822404484603e-08, + "C": 1.8538980128823823e-08, + "R": 4.623815774706941e-10, + "M": 4.9265117922914214e-06, + "O": 7.031749760244566e-08, + "W": 1.0478699852267681e-10, + "N": 2.0886457841040595e-10, + "Y": 5.635476190946065e-05, + "U": 1.459051304254777e-12, + "K": 1.0795365712468197e-09, + "L": 5.333424368814121e-09, + "G": 1.7855691112345085e-05, + "F": 0.009892904199659824, + "E": 8.943517286752467e-07, + "T": 1.198293193738209e-05, + "P": 0.0011276532895863056, + "-": 0.9888872504234314 + }, + "id": "tp_4738" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 592259, + "label": "-", + "classification": { + "B": 0.00032075404305942357, + "S": 7.840197940822691e-05, + "I": 0.0004276765394024551, + "C": 0.00015110056847333908, + "R": 5.379016511142254e-05, + "M": 0.01077507808804512, + "O": 0.0011386786354705691, + "W": 3.883030512952246e-05, + "N": 1.6137957572937012e-05, + "Y": 0.009737030602991581, + "U": 5.9015419537900016e-06, + "K": 8.030049798435357e-07, + "L": 0.0007694761152379215, + "G": 0.0046563344076275826, + "F": 0.0034201890230178833, + "E": 0.0002826553536579013, + "T": 0.010399306192994118, + "P": 0.029751796275377274, + "-": 0.9279760122299194 + }, + "id": "tp_4739" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 592392, + "label": "-", + "classification": { + "B": 3.5755990666075377e-06, + "S": 9.264241271011997e-06, + "I": 8.413952855335083e-06, + "C": 3.8246551412157714e-05, + "R": 1.6407993825851008e-05, + "M": 0.001879764487966895, + "O": 0.0002980731660500169, + "W": 1.7083209513657494e-06, + "N": 9.866850803064153e-08, + "Y": 0.0007302017183974385, + "U": 9.886587548635362e-09, + "K": 4.02222655182527e-09, + "L": 0.0003934560518246144, + "G": 0.0014856744091957808, + "F": 0.00793749000877142, + "E": 2.3327977032749914e-05, + "T": 0.0007462255307473242, + "P": 0.002625993685796857, + "-": 0.983802080154419 + }, + "id": "tp_4740" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 592526, + "label": "-", + "classification": { + "B": 2.108249219645586e-08, + "S": 1.8315067240592953e-09, + "I": 5.987916829042206e-09, + "C": 1.250432979382765e-09, + "R": 3.293721684283213e-10, + "M": 7.572299637104152e-06, + "O": 3.4934572568090516e-07, + "W": 8.018000152709703e-11, + "N": 2.9355120764740228e-12, + "Y": 1.481375966250198e-05, + "U": 3.9325534067222515e-14, + "K": 1.0492305537856267e-14, + "L": 1.2385092418298882e-07, + "G": 1.0328965799999423e-05, + "F": 6.120190664660186e-05, + "E": 1.4341735798950594e-08, + "T": 1.0088434464705642e-05, + "P": 4.143127443967387e-05, + "-": 0.9998540878295898 + }, + "id": "tp_4741" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 592626, + "label": "-", + "classification": { + "B": 0.0001915814500534907, + "S": 0.0005452188197523355, + "I": 1.7174691038235324e-06, + "C": 0.0004960461519658566, + "R": 0.00014146027388051152, + "M": 0.013729027472436428, + "O": 0.002857051556929946, + "W": 1.604771205165889e-05, + "N": 1.4393499725429137e-07, + "Y": 0.002417259383946657, + "U": 1.5944046083404828e-08, + "K": 5.513671297308065e-08, + "L": 0.006721997167915106, + "G": 0.05876333266496658, + "F": 0.1542680263519287, + "E": 2.1301266315276735e-05, + "T": 0.006332697346806526, + "P": 0.00018672987062018365, + "-": 0.7533102631568909 + }, + "id": "tp_4742" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 592759, + "label": "-", + "classification": { + "B": 6.815713277319446e-06, + "S": 1.9433377929090057e-06, + "I": 0.00023277639411389828, + "C": 6.226440746104345e-05, + "R": 1.328605503658764e-05, + "M": 0.000606360612437129, + "O": 8.057758532231674e-05, + "W": 2.06118920687004e-06, + "N": 9.15641703613801e-06, + "Y": 0.0015760349342599511, + "U": 1.0784765436255839e-06, + "K": 6.549955173795752e-07, + "L": 2.1233121515251696e-05, + "G": 0.0007336791604757309, + "F": 0.003228673478588462, + "E": 0.00023856278858147562, + "T": 0.001415284350514412, + "P": 0.12141324579715729, + "-": 0.8703563213348389 + }, + "id": "tp_4743" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 592893, + "label": "-", + "classification": { + "B": 1.251743952934703e-07, + "S": 2.371331042638758e-08, + "I": 1.4997367543401197e-05, + "C": 5.3945850595482625e-06, + "R": 3.3041328606486786e-07, + "M": 1.1153731065860484e-05, + "O": 8.644375384392333e-07, + "W": 1.9230451897556122e-08, + "N": 7.64446426160248e-08, + "Y": 5.903137935092673e-05, + "U": 4.928888852617774e-09, + "K": 2.613866456613323e-09, + "L": 5.551442541218421e-07, + "G": 3.06911242660135e-05, + "F": 0.0032068020664155483, + "E": 1.6169879017979838e-05, + "T": 1.892743239295669e-05, + "P": 0.11800704896450043, + "-": 0.8786277770996094 + }, + "id": "tp_4744" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 593026, + "label": "-", + "classification": { + "B": 1.592194154298454e-10, + "S": 1.0336484446149541e-10, + "I": 7.87658279932657e-07, + "C": 5.406028336096824e-08, + "R": 2.3817667837988665e-09, + "M": 3.276979043675965e-07, + "O": 2.76411675770305e-08, + "W": 1.555569145716973e-10, + "N": 4.14700762618736e-09, + "Y": 7.373636435659137e-06, + "U": 1.0369244352048668e-10, + "K": 8.708631038523151e-10, + "L": 1.1677286915201535e-09, + "G": 9.121203561335278e-07, + "F": 0.00018737479695118964, + "E": 1.2433936262823408e-06, + "T": 5.374030479288194e-06, + "P": 0.05027597025036812, + "-": 0.949520468711853 + }, + "id": "tp_4745" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 593126, + "label": "-", + "classification": { + "B": 2.69203883362934e-06, + "S": 2.1781968371215044e-06, + "I": 9.276814671466127e-05, + "C": 8.131168215186335e-06, + "R": 3.324027829876286e-06, + "M": 0.0001940268266480416, + "O": 4.283111047698185e-05, + "W": 9.166890890810464e-07, + "N": 1.8227514146929025e-06, + "Y": 0.0008298471802845597, + "U": 1.2353170575352124e-07, + "K": 1.90822333934193e-07, + "L": 9.795077858143486e-06, + "G": 0.00044168514432385564, + "F": 0.00378760346211493, + "E": 0.00011943812569370493, + "T": 0.0005147805204614997, + "P": 0.04075000062584877, + "-": 0.9531978368759155 + }, + "id": "tp_4746" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 593260, + "label": "-", + "classification": { + "B": 6.0185934671608265e-06, + "S": 2.404918859610916e-06, + "I": 1.743229222483933e-05, + "C": 5.2232109737815335e-05, + "R": 1.4691002434119582e-05, + "M": 0.0003471223753876984, + "O": 7.466856186510995e-05, + "W": 7.36116078314808e-07, + "N": 2.1216341394847404e-07, + "Y": 0.0011654392583295703, + "U": 5.636711364331859e-08, + "K": 8.475500123950042e-08, + "L": 5.336184403859079e-05, + "G": 0.0021691385190933943, + "F": 0.0067817880772054195, + "E": 3.986940282629803e-05, + "T": 0.0007006711093708873, + "P": 0.00524912029504776, + "-": 0.9833250045776367 + }, + "id": "tp_4747" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 593393, + "label": "-", + "classification": { + "B": 2.917343588926258e-10, + "S": 4.409998588528197e-09, + "I": 3.856650998557143e-09, + "C": 7.459092898898234e-07, + "R": 2.6283240472935177e-08, + "M": 2.5002054826472886e-06, + "O": 3.7005915487497987e-07, + "W": 2.81386164369124e-10, + "N": 4.8975899724634786e-11, + "Y": 9.805728768697008e-05, + "U": 1.0998883010968075e-12, + "K": 1.248448289192794e-10, + "L": 1.493871479851805e-07, + "G": 0.0001652884966460988, + "F": 0.022039644420146942, + "E": 8.46148182631623e-08, + "T": 1.1560447092051618e-05, + "P": 0.00026878988137468696, + "-": 0.9774126410484314 + }, + "id": "tp_4748" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 593527, + "label": "-", + "classification": { + "B": 2.6138077373616397e-05, + "S": 0.00023367328685708344, + "I": 5.366587356547825e-05, + "C": 0.0005142903537489474, + "R": 0.0001655341184232384, + "M": 0.004022425971925259, + "O": 0.0009969137609004974, + "W": 3.413293234189041e-05, + "N": 5.349798811948858e-06, + "Y": 0.010191296227276325, + "U": 6.239049525902374e-07, + "K": 9.902283636620268e-06, + "L": 0.000955075491219759, + "G": 0.017416929826140404, + "F": 0.2611570358276367, + "E": 0.0003426190232858062, + "T": 0.004141427110880613, + "P": 0.0057625677436590195, + "-": 0.6939703822135925 + }, + "id": "tp_4749" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 593627, + "label": "-", + "classification": { + "B": 2.0422539819264784e-06, + "S": 4.270590636679117e-07, + "I": 4.527213241090067e-05, + "C": 1.2031127880618442e-05, + "R": 5.014249381929403e-06, + "M": 0.0011463308474048972, + "O": 0.0001004379300866276, + "W": 1.1698757589329034e-06, + "N": 7.911647230685048e-07, + "Y": 0.00046053199912421405, + "U": 1.7681813346825948e-07, + "K": 1.455950382478477e-08, + "L": 2.3452650566468947e-05, + "G": 0.0001666195603320375, + "F": 0.00015830456686671823, + "E": 1.8816161173162982e-05, + "T": 0.002482994692400098, + "P": 0.015772441402077675, + "-": 0.979603111743927 + }, + "id": "tp_4750" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 593760, + "label": "-", + "classification": { + "B": 1.220271030888398e-07, + "S": 5.2151815310708116e-08, + "I": 7.3283090387121774e-06, + "C": 4.466736754693557e-06, + "R": 2.8250656214368064e-07, + "M": 5.483124823513208e-06, + "O": 1.5151865682128118e-06, + "W": 4.037896772501881e-08, + "N": 3.238280328332621e-07, + "Y": 0.00013670632324647158, + "U": 1.837904584078842e-08, + "K": 2.2800838905823184e-07, + "L": 1.6620727194549545e-07, + "G": 5.371544466470368e-05, + "F": 0.004808478057384491, + "E": 3.053864202229306e-05, + "T": 7.531690789619461e-05, + "P": 0.11032646894454956, + "-": 0.8845486044883728 + }, + "id": "tp_4751" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 593894, + "label": "-", + "classification": { + "B": 3.3327779647152056e-08, + "S": 4.4957911171650267e-08, + "I": 1.0713775644433099e-08, + "C": 5.884759346486135e-08, + "R": 4.981608014986705e-09, + "M": 1.1203431313333567e-05, + "O": 7.654461455786077e-07, + "W": 3.531195558181821e-09, + "N": 1.2614560784829365e-10, + "Y": 4.413028818817111e-06, + "U": 7.728393446038151e-12, + "K": 1.1644285535794552e-10, + "L": 2.3015542183202342e-07, + "G": 1.5200670532067306e-05, + "F": 0.007277767639607191, + "E": 3.870932516747416e-07, + "T": 9.507203685643617e-06, + "P": 0.0011258559534326196, + "-": 0.9915544390678406 + }, + "id": "tp_4752" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 594027, + "label": "-", + "classification": { + "B": 6.69643486617133e-05, + "S": 2.2419981178245507e-05, + "I": 0.0009966694051399827, + "C": 0.00011718061432475224, + "R": 3.829957859124988e-05, + "M": 0.0011926437728106976, + "O": 0.000337812612997368, + "W": 1.4186746739142109e-05, + "N": 6.244902033358812e-05, + "Y": 0.002090832917019725, + "U": 5.318082457961282e-06, + "K": 7.463267138518859e-06, + "L": 8.705034269951284e-05, + "G": 0.002859399886801839, + "F": 0.01540057547390461, + "E": 0.0022029620595276356, + "T": 0.0021242660004645586, + "P": 0.24951037764549255, + "-": 0.7228630781173706 + }, + "id": "tp_4753" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 594127, + "label": "-", + "classification": { + "B": 2.4465973638143623e-06, + "S": 1.319766170126968e-06, + "I": 3.122971611446701e-05, + "C": 2.6661432457331102e-06, + "R": 6.300693939920166e-07, + "M": 8.340569911524653e-05, + "O": 4.919266211800277e-05, + "W": 6.883920491418394e-07, + "N": 1.2839667533626198e-06, + "Y": 0.00011035485658794641, + "U": 1.72849368595962e-07, + "K": 1.3577069069015124e-07, + "L": 6.026937626302242e-06, + "G": 7.156588981160894e-05, + "F": 0.0004948146524839103, + "E": 2.13352595892502e-05, + "T": 0.0005256435251794755, + "P": 0.03800154849886894, + "-": 0.9605955481529236 + }, + "id": "tp_4754" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 594261, + "label": "-", + "classification": { + "B": 3.3590072234801482e-06, + "S": 2.518825397146429e-07, + "I": 1.4667581126559526e-05, + "C": 4.303791172333149e-07, + "R": 6.128326646148707e-08, + "M": 0.000138776347739622, + "O": 1.1013330549758393e-05, + "W": 4.79403112763066e-08, + "N": 1.1556122103684174e-07, + "Y": 8.216448622988537e-05, + "U": 3.790899150146743e-09, + "K": 5.877316411329048e-10, + "L": 3.651732185971923e-06, + "G": 0.00013654210488311946, + "F": 0.0006859350833110511, + "E": 3.54313051502686e-05, + "T": 0.0002064760192297399, + "P": 0.048493098467588425, + "-": 0.9501879811286926 + }, + "id": "tp_4755" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 594394, + "label": "-", + "classification": { + "B": 3.1313679755839985e-06, + "S": 1.439986954210326e-05, + "I": 3.435740291024558e-05, + "C": 1.1547514986887109e-05, + "R": 3.4477191093174042e-06, + "M": 0.00012262369273230433, + "O": 0.00011723139323294163, + "W": 7.129961886676028e-06, + "N": 5.8840787460212596e-06, + "Y": 0.0006856722757220268, + "U": 4.4574076696335396e-07, + "K": 4.474369234230835e-06, + "L": 8.26249652163824e-06, + "G": 0.00015591598639730364, + "F": 0.021777015179395676, + "E": 7.266390457516536e-05, + "T": 0.0006487930659204721, + "P": 0.06479562073945999, + "-": 0.911531388759613 + }, + "id": "tp_4756" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 594528, + "label": "-", + "classification": { + "B": 5.548663466470316e-06, + "S": 2.2621077732765116e-05, + "I": 0.00022461793560069054, + "C": 6.101181861595251e-05, + "R": 3.416367690078914e-05, + "M": 0.0016562556847929955, + "O": 0.00023956723453011364, + "W": 6.789941380702658e-06, + "N": 1.0476966053829528e-05, + "Y": 0.02033628150820732, + "U": 7.73863177983003e-07, + "K": 6.17608338870923e-06, + "L": 4.8349549615522847e-05, + "G": 0.0023827177938073874, + "F": 0.01060953363776207, + "E": 0.00015053825336508453, + "T": 0.012403883971273899, + "P": 0.010082223452627659, + "-": 0.9417183995246887 + }, + "id": "tp_4757" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 594628, + "label": "-", + "classification": { + "B": 1.1947677194257267e-05, + "S": 2.436438444419764e-05, + "I": 0.00020263080659788102, + "C": 0.00028550191200338304, + "R": 0.00021694294991903007, + "M": 0.0021649671252816916, + "O": 0.0004381907929200679, + "W": 2.1573752746917307e-05, + "N": 1.115146642405307e-05, + "Y": 0.010364050976932049, + "U": 5.654339474858716e-06, + "K": 2.1251194993965328e-05, + "L": 0.00019940904167015105, + "G": 0.0028316695243120193, + "F": 0.014804908074438572, + "E": 0.00011965677549596876, + "T": 0.005516166798770428, + "P": 0.006355129648000002, + "-": 0.9564047455787659 + }, + "id": "tp_4758" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 594761, + "label": "-", + "classification": { + "B": 1.1933844689338002e-05, + "S": 9.940737072611228e-06, + "I": 0.0005383137031458318, + "C": 0.000548788346350193, + "R": 0.00018547395302448422, + "M": 0.001392222591675818, + "O": 0.0002937358513008803, + "W": 2.0709583623101935e-05, + "N": 2.96838152280543e-05, + "Y": 0.013513762503862381, + "U": 1.4438494872592855e-05, + "K": 4.3347776227165014e-05, + "L": 9.3851747806184e-05, + "G": 0.00462378328666091, + "F": 0.011093872599303722, + "E": 0.0005403979448601604, + "T": 0.003643654752522707, + "P": 0.034520797431468964, + "-": 0.9288812875747681 + }, + "id": "tp_4759" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 594895, + "label": "-", + "classification": { + "B": 5.527989924303256e-05, + "S": 3.8586182199651375e-05, + "I": 0.0016022808849811554, + "C": 0.0002723560610320419, + "R": 5.851095920661464e-05, + "M": 0.0009313345653936267, + "O": 0.000441623677033931, + "W": 3.506018401822075e-05, + "N": 0.0001908225385705009, + "Y": 0.0035313672851771116, + "U": 2.8185841074446216e-05, + "K": 8.895195787772536e-05, + "L": 8.61201187944971e-05, + "G": 0.0022016912698745728, + "F": 0.010406894609332085, + "E": 0.0010679016122594476, + "T": 0.004788289777934551, + "P": 0.19173547625541687, + "-": 0.7824392318725586 + }, + "id": "tp_4760" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 595028, + "label": "-", + "classification": { + "B": 6.93037363816984e-05, + "S": 0.0005055202054791152, + "I": 0.0027128325309604406, + "C": 0.0022447046358138323, + "R": 0.0007954944157972932, + "M": 0.0035479520447552204, + "O": 0.0020118753891438246, + "W": 0.00046419588034041226, + "N": 0.0007395779830403626, + "Y": 0.023356489837169647, + "U": 0.0001393691636621952, + "K": 0.004902060609310865, + "L": 0.00034578173654153943, + "G": 0.011532116681337357, + "F": 0.07697021961212158, + "E": 0.004471557214856148, + "T": 0.019400062039494514, + "P": 0.055180277675390244, + "-": 0.7906106114387512 + }, + "id": "tp_4761" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 595128, + "label": "-", + "classification": { + "B": 1.6952056114405423e-07, + "S": 4.176836299052411e-08, + "I": 3.887355433107587e-06, + "C": 1.80621134404646e-06, + "R": 1.5245338147451548e-07, + "M": 9.941622010956053e-06, + "O": 2.1177031612751307e-06, + "W": 1.638986013574595e-08, + "N": 7.70114141346312e-08, + "Y": 9.103889897232875e-05, + "U": 8.280462537868516e-09, + "K": 1.0523020677055683e-07, + "L": 3.777390702452976e-07, + "G": 0.00012780552788171917, + "F": 0.0022261585108935833, + "E": 1.1002399332937784e-05, + "T": 5.798247002530843e-05, + "P": 0.020140044391155243, + "-": 0.9773273468017578 + }, + "id": "tp_4762" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 595262, + "label": "-", + "classification": { + "B": 5.2920131565770134e-06, + "S": 1.978398358915001e-05, + "I": 4.4136355427326635e-05, + "C": 0.00011824224930023775, + "R": 2.8964050216018222e-05, + "M": 0.0007930960273370147, + "O": 0.00027882694848813117, + "W": 1.342436735285446e-05, + "N": 6.458452389779268e-06, + "Y": 0.004526177421212196, + "U": 7.82977849667077e-07, + "K": 0.0001904387172544375, + "L": 3.7396286643343046e-05, + "G": 0.0038429710548371077, + "F": 0.02537170983850956, + "E": 0.0008983089937828481, + "T": 0.0015578154707327485, + "P": 0.011112156324088573, + "-": 0.9511540532112122 + }, + "id": "tp_4763" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 595395, + "label": "-", + "classification": { + "B": 2.6408961275592446e-06, + "S": 2.7223065899306675e-06, + "I": 0.00014074050704948604, + "C": 3.5495231713866815e-05, + "R": 7.661315976292826e-06, + "M": 0.00037298520328477025, + "O": 5.3090378060005605e-05, + "W": 2.569875960034551e-06, + "N": 1.014998179016402e-05, + "Y": 0.004285051021724939, + "U": 6.952034254936734e-07, + "K": 6.493105320259929e-05, + "L": 6.862857844680548e-06, + "G": 0.0017854199977591634, + "F": 0.03466767817735672, + "E": 0.0011835383484140038, + "T": 0.001165902242064476, + "P": 0.049681421369314194, + "-": 0.906530499458313 + }, + "id": "tp_4764" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 595529, + "label": "-", + "classification": { + "B": 0.0002167384373024106, + "S": 0.0001208804824273102, + "I": 0.0008144370513036847, + "C": 0.00014351490244735032, + "R": 3.753208147827536e-05, + "M": 0.0029764133505523205, + "O": 0.0013028139946982265, + "W": 5.166911068954505e-05, + "N": 0.000101494173577521, + "Y": 0.0024532938841730356, + "U": 9.174189472105354e-06, + "K": 2.8221529646543786e-06, + "L": 0.0003710396704263985, + "G": 0.002361032646149397, + "F": 0.007860942743718624, + "E": 0.0010468284599483013, + "T": 0.004677873104810715, + "P": 0.11604833602905273, + "-": 0.8594031929969788 + }, + "id": "tp_4765" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 595629, + "label": "-", + "classification": { + "B": 2.8936827220604755e-05, + "S": 2.3774121018504957e-06, + "I": 0.0003283750847913325, + "C": 3.058810762013309e-05, + "R": 3.5892578580387635e-06, + "M": 9.418548143003136e-05, + "O": 4.933900709147565e-05, + "W": 4.042028194817249e-06, + "N": 1.4789609849685803e-05, + "Y": 0.00019398100266698748, + "U": 9.507159006716392e-07, + "K": 7.770773322590685e-07, + "L": 1.2739522389892954e-05, + "G": 0.0002532026555854827, + "F": 0.0015324458945542574, + "E": 0.0005041779950261116, + "T": 0.00021575285063590854, + "P": 0.44854801893234253, + "-": 0.5481817126274109 + }, + "id": "tp_4766" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 595762, + "label": "-", + "classification": { + "B": 1.579256405648266e-07, + "S": 1.6101726885153766e-07, + "I": 2.6727164367912337e-05, + "C": 1.2729225318253157e-06, + "R": 5.609596769318159e-07, + "M": 4.6784374717390165e-05, + "O": 1.527867789263837e-05, + "W": 1.481567721839383e-07, + "N": 3.3109978403444984e-07, + "Y": 0.00047898973571136594, + "U": 1.259429804889578e-08, + "K": 2.0658379895621692e-08, + "L": 1.2868507610619417e-06, + "G": 9.568618406774476e-05, + "F": 0.0007218891987577081, + "E": 7.0408068495453335e-06, + "T": 0.00028485956136137247, + "P": 0.01286426279693842, + "-": 0.9854544401168823 + }, + "id": "tp_4767" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 595896, + "label": "-", + "classification": { + "B": 2.7093792596133426e-05, + "S": 2.3394347863359144e-06, + "I": 1.4390776414074935e-05, + "C": 2.043827635134221e-06, + "R": 7.231014365061128e-07, + "M": 0.0010705296881496906, + "O": 6.986677908571437e-05, + "W": 5.323096843312669e-07, + "N": 1.5029441158276313e-07, + "Y": 0.000737189722713083, + "U": 9.07253472348657e-09, + "K": 6.989669287804645e-09, + "L": 2.935958946181927e-05, + "G": 0.0008367749978788197, + "F": 0.002115583512932062, + "E": 7.724680472165346e-05, + "T": 0.00036511552752926946, + "P": 0.007453597150743008, + "-": 0.9871973991394043 + }, + "id": "tp_4768" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 596029, + "label": "-", + "classification": { + "B": 1.2762226333506987e-06, + "S": 9.205212592178214e-08, + "I": 9.491935634287074e-05, + "C": 5.015612987335771e-05, + "R": 9.280623089580331e-06, + "M": 0.00010077148908749223, + "O": 1.5272498785634525e-05, + "W": 1.771618798329655e-07, + "N": 1.312066160608083e-06, + "Y": 0.0015605681110173464, + "U": 2.716301992222725e-07, + "K": 2.829988829944341e-07, + "L": 3.3051844638976036e-06, + "G": 0.0007518316269852221, + "F": 0.0011102050775662065, + "E": 7.179068052209914e-05, + "T": 0.0006176426541060209, + "P": 0.052393440157175064, + "-": 0.9432173371315002 + }, + "id": "tp_4769" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 596129, + "label": "-", + "classification": { + "B": 6.028397478985426e-07, + "S": 3.5202976960135857e-06, + "I": 8.627733041066676e-05, + "C": 0.0002190685918321833, + "R": 5.627294740406796e-05, + "M": 0.001318919355981052, + "O": 0.000123456513392739, + "W": 2.6639766019798117e-06, + "N": 2.165667410736205e-06, + "Y": 0.01586410216987133, + "U": 3.4666078363443376e-07, + "K": 2.7544283511815593e-06, + "L": 3.740829924936406e-05, + "G": 0.0018296771449968219, + "F": 0.008149773813784122, + "E": 8.106937457341701e-05, + "T": 0.0039431010372936726, + "P": 0.0049756658263504505, + "-": 0.9633032083511353 + }, + "id": "tp_4770" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 596263, + "label": "-", + "classification": { + "B": 6.001534529787023e-06, + "S": 1.2705551853287034e-05, + "I": 1.1860881386382971e-05, + "C": 1.660390989854932e-05, + "R": 7.308935892069712e-06, + "M": 0.00036590296076610684, + "O": 0.0001583326666150242, + "W": 2.8636429760808824e-06, + "N": 5.203535238251789e-07, + "Y": 0.0014194798422977328, + "U": 1.0266038685813328e-07, + "K": 6.175760347559844e-08, + "L": 6.849455530755222e-05, + "G": 0.0006631111027672887, + "F": 0.00866603758186102, + "E": 1.4615969121223316e-05, + "T": 0.001019903807900846, + "P": 0.007103050127625465, + "-": 0.9804630875587463 + }, + "id": "tp_4771" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 596396, + "label": "-", + "classification": { + "B": 6.188064105572266e-08, + "S": 5.977212680363664e-08, + "I": 1.9834576960420236e-05, + "C": 1.5796373418197618e-06, + "R": 5.549063644139096e-07, + "M": 0.00012305020936764777, + "O": 6.028839834471e-06, + "W": 4.2033288849552264e-08, + "N": 1.6089420284970402e-07, + "Y": 0.0038330357056111097, + "U": 9.658744914986528e-09, + "K": 2.292872380849076e-08, + "L": 6.305513693405373e-07, + "G": 0.00010312310041626915, + "F": 0.0002803392999339849, + "E": 7.102293693606043e-06, + "T": 0.0016125859692692757, + "P": 0.004924452863633633, + "-": 0.9890872240066528 + }, + "id": "tp_4772" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 596530, + "label": "-", + "classification": { + "B": 4.389313090769065e-08, + "S": 1.7801324858623957e-08, + "I": 1.4004739568918012e-05, + "C": 5.606325998996908e-07, + "R": 9.088633845522054e-08, + "M": 3.133263817289844e-05, + "O": 2.915854338425561e-06, + "W": 1.8547629210274863e-08, + "N": 1.0893990065596881e-07, + "Y": 0.00023383343068417162, + "U": 3.893330102755499e-09, + "K": 5.228636190679481e-09, + "L": 1.4084538690894988e-07, + "G": 2.1604484572890215e-05, + "F": 5.441922985482961e-05, + "E": 5.382562903832877e-06, + "T": 0.000306956673739478, + "P": 0.016875511035323143, + "-": 0.9824529886245728 + }, + "id": "tp_4773" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 596630, + "label": "-", + "classification": { + "B": 4.584566340781748e-05, + "S": 8.796668225841131e-06, + "I": 0.0028951377607882023, + "C": 0.0005583174643106759, + "R": 0.00015474385872948915, + "M": 0.0007649135077372193, + "O": 0.00030136737041175365, + "W": 2.420375130895991e-05, + "N": 0.00011829024879261851, + "Y": 0.004863157868385315, + "U": 2.0254838091204874e-05, + "K": 5.21612491866108e-06, + "L": 8.303175854962319e-05, + "G": 0.0011878299992531538, + "F": 0.0013118491042405367, + "E": 0.0005514243384823203, + "T": 0.004744526464492083, + "P": 0.1769752949476242, + "-": 0.8053857684135437 + }, + "id": "tp_4774" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 596763, + "label": "-", + "classification": { + "B": 2.498021785868332e-06, + "S": 9.370035513711628e-06, + "I": 7.612581248395145e-05, + "C": 6.2824278757034335e-06, + "R": 3.9937849578564055e-06, + "M": 0.0005758198094554245, + "O": 8.663813059683889e-05, + "W": 2.1407261101558106e-06, + "N": 3.1997999485611217e-06, + "Y": 0.009423293173313141, + "U": 2.744787082065159e-07, + "K": 2.2343785985867726e-06, + "L": 1.4576621651940513e-05, + "G": 0.0006599644548259676, + "F": 0.008572546765208244, + "E": 7.73092033341527e-05, + "T": 0.004943365231156349, + "P": 0.011984680779278278, + "-": 0.9635556936264038 + }, + "id": "tp_4775" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 596897, + "label": "-", + "classification": { + "B": 7.759197615087032e-06, + "S": 7.815997378202155e-06, + "I": 0.0007350465748459101, + "C": 0.0002732239372562617, + "R": 5.1010807510465384e-05, + "M": 0.001083851559087634, + "O": 0.00010578438377706334, + "W": 7.187748451542575e-06, + "N": 2.9401719075394794e-05, + "Y": 0.005127995740622282, + "U": 7.591044322907692e-06, + "K": 3.432348239584826e-05, + "L": 3.311372347525321e-05, + "G": 0.001390209305100143, + "F": 0.008010835386812687, + "E": 0.0008461584220640361, + "T": 0.0026519023813307285, + "P": 0.050971996039152145, + "-": 0.9286248087882996 + }, + "id": "tp_4776" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 597030, + "label": "-", + "classification": { + "B": 0.00010054561425931752, + "S": 3.211767761968076e-05, + "I": 0.0006398248951882124, + "C": 0.0009481219458393753, + "R": 0.00024550993111915886, + "M": 0.003449041396379471, + "O": 0.0006048503564670682, + "W": 2.6242449166602455e-05, + "N": 3.735350401257165e-05, + "Y": 0.004544306080788374, + "U": 9.970432074624114e-06, + "K": 7.903729056124575e-06, + "L": 0.000424975500209257, + "G": 0.0044330088421702385, + "F": 0.01787390187382698, + "E": 0.0012187206884846091, + "T": 0.0033076757099479437, + "P": 0.06319031864404678, + "-": 0.8989056348800659 + }, + "id": "tp_4777" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 597130, + "label": "-", + "classification": { + "B": 3.205995426469599e-06, + "S": 3.015731635969132e-06, + "I": 0.0007800051826052368, + "C": 1.3642623343912419e-05, + "R": 3.1771442081662826e-06, + "M": 0.00012924839393235743, + "O": 4.783189433510415e-05, + "W": 2.1015746369812405e-06, + "N": 2.8568976631504484e-05, + "Y": 0.0004819293681066483, + "U": 5.663237061526161e-07, + "K": 2.6064046210194647e-07, + "L": 5.619441253656987e-06, + "G": 7.098137575667351e-05, + "F": 0.0004942006198689342, + "E": 0.000154032779391855, + "T": 0.0006589913973584771, + "P": 0.4267042279243469, + "-": 0.5704183578491211 + }, + "id": "tp_4778" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 597264, + "label": "-", + "classification": { + "B": 7.755258479846816e-07, + "S": 1.2488963818668708e-07, + "I": 7.203958830359625e-06, + "C": 3.144881475236616e-06, + "R": 2.0206871909067559e-07, + "M": 0.0002102783037116751, + "O": 1.3646548723045271e-05, + "W": 1.0429727126393118e-07, + "N": 1.379260226030965e-07, + "Y": 0.0001265831961063668, + "U": 1.9599454503804736e-08, + "K": 1.4740505704935458e-08, + "L": 2.4310893422807567e-06, + "G": 0.00010091948206536472, + "F": 0.00041621868149377406, + "E": 2.9593295039376244e-05, + "T": 0.00018491048831492662, + "P": 0.017181994393467903, + "-": 0.9817217588424683 + }, + "id": "tp_4779" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 597397, + "label": "-", + "classification": { + "B": 1.6592755855526775e-05, + "S": 2.4972327082650736e-05, + "I": 3.8534344639629126e-05, + "C": 0.00016567987040616572, + "R": 7.023935904726386e-05, + "M": 0.002244912087917328, + "O": 0.0005024527199566364, + "W": 1.2371963748591952e-05, + "N": 2.917471874752664e-06, + "Y": 0.007380423601716757, + "U": 1.3526163229471422e-06, + "K": 5.273742772260448e-06, + "L": 0.00032448105048388243, + "G": 0.004117417614907026, + "F": 0.03708883747458458, + "E": 6.91157256369479e-05, + "T": 0.004212386906147003, + "P": 0.00669991597533226, + "-": 0.9370220899581909 + }, + "id": "tp_4780" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 597531, + "label": "-", + "classification": { + "B": 2.0342845630239026e-08, + "S": 2.2488664264130875e-09, + "I": 4.3299432945786975e-06, + "C": 3.152620706714515e-07, + "R": 2.051456071683333e-08, + "M": 4.250217898515984e-06, + "O": 2.695054774903838e-07, + "W": 1.4562624439662386e-09, + "N": 4.615468540691836e-08, + "Y": 0.00017063610721379519, + "U": 2.2876687211237368e-09, + "K": 3.2873799682420213e-07, + "L": 3.0172778053838556e-08, + "G": 0.0001502018712926656, + "F": 0.001103241927921772, + "E": 4.666915992856957e-05, + "T": 3.609661143855192e-05, + "P": 0.022951582446694374, + "-": 0.975532054901123 + }, + "id": "tp_4781" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 597631, + "label": "-", + "classification": { + "B": 6.650204795732861e-07, + "S": 1.6617942719676648e-06, + "I": 0.0003930750535801053, + "C": 9.589437104295939e-05, + "R": 2.5351653675897978e-05, + "M": 0.00018919592548627406, + "O": 4.943058956996538e-05, + "W": 2.8750359888363164e-06, + "N": 1.6525042155990377e-05, + "Y": 0.01506777573376894, + "U": 1.5029190763016231e-06, + "K": 5.262210106593557e-05, + "L": 2.962087137348135e-06, + "G": 0.0007241859566420317, + "F": 0.002584017114713788, + "E": 0.00026349571999162436, + "T": 0.002621597610414028, + "P": 0.0254517775028944, + "-": 0.9524554014205933 + }, + "id": "tp_4782" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 597764, + "label": "-", + "classification": { + "B": 1.1972430002060719e-05, + "S": 3.3601310178710264e-07, + "I": 8.648637049191166e-06, + "C": 1.2361708741082111e-06, + "R": 3.7819125964233535e-07, + "M": 0.00013511376164387912, + "O": 3.282654142822139e-05, + "W": 2.1512673242796154e-07, + "N": 7.85086484711428e-08, + "Y": 0.00011748653196264058, + "U": 5.6044791030274155e-09, + "K": 6.047647271856249e-09, + "L": 6.018847216182621e-06, + "G": 0.00027547177160158753, + "F": 0.0008035913342610002, + "E": 3.4576969483168796e-05, + "T": 8.198956493288279e-05, + "P": 0.010335699655115604, + "-": 0.988154411315918 + }, + "id": "tp_4783" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 597898, + "label": "-", + "classification": { + "B": 3.6404304637471796e-07, + "S": 2.056305987707674e-07, + "I": 0.0005148068303242326, + "C": 6.696096534142271e-05, + "R": 1.6960229913820513e-05, + "M": 0.00013083727390039712, + "O": 2.9919017833890393e-05, + "W": 3.896470843756106e-07, + "N": 7.540216756751761e-06, + "Y": 0.0003570149710867554, + "U": 6.058835424482822e-07, + "K": 8.022409048180634e-08, + "L": 6.126447715359973e-06, + "G": 0.00015181877824943513, + "F": 0.000198667636141181, + "E": 3.943631236325018e-05, + "T": 0.0015175538137555122, + "P": 0.15034613013267517, + "-": 0.8466145396232605 + }, + "id": "tp_4784" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 598031, + "label": "-", + "classification": { + "B": 4.838475797441788e-05, + "S": 8.06916523288237e-06, + "I": 0.00033796936622820795, + "C": 4.169602834735997e-05, + "R": 1.7058766388799995e-05, + "M": 0.0013249125331640244, + "O": 0.0002214348642155528, + "W": 4.62253365185461e-06, + "N": 6.29993974143872e-06, + "Y": 0.005387363024055958, + "U": 8.671149771544151e-07, + "K": 3.8968667581684713e-07, + "L": 7.595566421514377e-05, + "G": 0.0034552079159766436, + "F": 0.0035132060293108225, + "E": 0.00023444971884600818, + "T": 0.0028297691605985165, + "P": 0.03098512999713421, + "-": 0.9515071511268616 + }, + "id": "tp_4785" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 598131, + "label": "-", + "classification": { + "B": 7.119559199963987e-07, + "S": 2.633565145515604e-06, + "I": 7.118174835341051e-05, + "C": 3.08784656226635e-05, + "R": 8.19975775812054e-06, + "M": 0.00018741805979516357, + "O": 5.768372648162767e-05, + "W": 2.1416287836473202e-06, + "N": 3.5560135529522086e-06, + "Y": 0.001764084561727941, + "U": 2.6462072355570854e-07, + "K": 1.164853892987594e-05, + "L": 7.149718840082642e-06, + "G": 0.001110572018660605, + "F": 0.010421393439173698, + "E": 0.00015594135038554668, + "T": 0.0011005091946572065, + "P": 0.020786669105291367, + "-": 0.964277446269989 + }, + "id": "tp_4786" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 598265, + "label": "-", + "classification": { + "B": 1.927424904124564e-07, + "S": 1.2648972358419996e-07, + "I": 0.0004276369290892035, + "C": 1.4417929378396366e-05, + "R": 3.1202259833662538e-06, + "M": 3.227721754228696e-05, + "O": 6.248244062589947e-06, + "W": 6.405319936675369e-07, + "N": 1.0528623533900827e-05, + "Y": 0.0007365401834249496, + "U": 1.030522298606229e-06, + "K": 2.2452668417827226e-05, + "L": 7.03212378994067e-07, + "G": 9.786470764083788e-05, + "F": 0.0012121296022087336, + "E": 0.0004087355628143996, + "T": 0.00030630765832029283, + "P": 0.17973968386650085, + "-": 0.8169794678688049 + }, + "id": "tp_4787" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 598398, + "label": "-", + "classification": { + "B": 9.348909225082025e-05, + "S": 5.4304964578477666e-05, + "I": 0.003005865728482604, + "C": 0.0002216835564468056, + "R": 0.0001229014014825225, + "M": 0.006833686027675867, + "O": 0.0007328073843382299, + "W": 3.285987986600958e-05, + "N": 0.00016770265938248485, + "Y": 0.018952181562781334, + "U": 1.500873713666806e-05, + "K": 3.693457620101981e-05, + "L": 0.00022155337501317263, + "G": 0.008154921233654022, + "F": 0.007655044086277485, + "E": 0.00262228911742568, + "T": 0.013746378012001514, + "P": 0.15545213222503662, + "-": 0.7818782329559326 + }, + "id": "tp_4788" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 598532, + "label": "-", + "classification": { + "B": 7.380242550425464e-08, + "S": 3.2614607903269643e-08, + "I": 8.351446740562096e-05, + "C": 1.7535123333800584e-05, + "R": 2.422251782263629e-06, + "M": 7.086835103109479e-05, + "O": 5.235137905401643e-06, + "W": 8.381434213333705e-08, + "N": 9.558658575770096e-07, + "Y": 0.0008403132669627666, + "U": 9.863770600304633e-08, + "K": 8.852102695300346e-08, + "L": 1.2224835472807172e-06, + "G": 0.00017796584870666265, + "F": 0.0007916422910057008, + "E": 5.2481678721960634e-05, + "T": 0.0003596188616938889, + "P": 0.07186566293239594, + "-": 0.9257302284240723 + }, + "id": "tp_4789" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 598632, + "label": "-", + "classification": { + "B": 4.090584297955502e-07, + "S": 6.334838872135151e-06, + "I": 5.3151848987909034e-05, + "C": 1.957787935680244e-05, + "R": 8.639166480861604e-06, + "M": 0.0003352925996296108, + "O": 6.030336589901708e-05, + "W": 1.8018406535702525e-06, + "N": 2.356088771193754e-06, + "Y": 0.006265106610953808, + "U": 2.2513098940635246e-07, + "K": 1.4966167327656876e-05, + "L": 8.786467333266046e-06, + "G": 0.0007783062173984945, + "F": 0.022981010377407074, + "E": 7.195588113972917e-05, + "T": 0.002294529229402542, + "P": 0.00941713247448206, + "-": 0.9576800465583801 + }, + "id": "tp_4790" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 598765, + "label": "-", + "classification": { + "B": 6.949794212340876e-11, + "S": 3.2030392227433424e-10, + "I": 5.050292983810323e-08, + "C": 5.508535849685359e-09, + "R": 5.282198567435614e-10, + "M": 1.7272134300583275e-06, + "O": 4.417118049104829e-08, + "W": 8.0186864093168e-11, + "N": 3.2968450192072396e-10, + "Y": 4.4278458517510444e-05, + "U": 7.700556338419151e-12, + "K": 2.978627344774054e-10, + "L": 1.2752997546883194e-09, + "G": 8.165994245246111e-07, + "F": 0.00016313021478708833, + "E": 1.6258947255209932e-07, + "T": 1.884384619188495e-05, + "P": 0.0009788573952391744, + "-": 0.9987922310829163 + }, + "id": "tp_4791" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 598899, + "label": "-", + "classification": { + "B": 0.0003730157914105803, + "S": 0.00012041320587741211, + "I": 0.0003000260330736637, + "C": 0.00014404085231944919, + "R": 0.00010426341759739444, + "M": 0.004926875699311495, + "O": 0.00201232498511672, + "W": 0.00010866668162634596, + "N": 2.5783980163396336e-05, + "Y": 0.005809626076370478, + "U": 8.057970262598246e-06, + "K": 7.794865268806461e-06, + "L": 0.0006924023618921638, + "G": 0.0035601239651441574, + "F": 0.009865500964224339, + "E": 0.00042504456359893084, + "T": 0.0051202974282205105, + "P": 0.028933145105838776, + "-": 0.937462568283081 + }, + "id": "tp_4792" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 599032, + "label": "-", + "classification": { + "B": 2.684130549823749e-06, + "S": 9.099110798160837e-07, + "I": 0.00010796479909913614, + "C": 5.09459750901442e-05, + "R": 1.2947456525580492e-05, + "M": 0.0014667928917333484, + "O": 0.00010074526653625071, + "W": 6.661230145255104e-07, + "N": 8.650892482364725e-07, + "Y": 0.006907757371664047, + "U": 1.227858774655033e-07, + "K": 3.5520244523468136e-08, + "L": 6.191465217852965e-05, + "G": 0.0030970703810453415, + "F": 0.001801233389414847, + "E": 8.021786197787151e-05, + "T": 0.002699941396713257, + "P": 0.006413672119379044, + "-": 0.9771935939788818 + }, + "id": "tp_4793" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 599132, + "label": "-", + "classification": { + "B": 2.7195070639862706e-09, + "S": 4.491667315864589e-10, + "I": 1.909511269104769e-07, + "C": 8.377794102898406e-08, + "R": 9.148039659123697e-09, + "M": 1.815482448819239e-07, + "O": 1.557768030124862e-07, + "W": 1.2278932315368252e-09, + "N": 1.226591717085057e-09, + "Y": 7.226498837553663e-06, + "U": 1.199530891282663e-10, + "K": 1.346697198201241e-10, + "L": 5.3225361895670176e-09, + "G": 1.5968332718330203e-06, + "F": 0.00014850308070890605, + "E": 8.382717453514488e-08, + "T": 2.117357553288457e-06, + "P": 0.023916084319353104, + "-": 0.9759237170219421 + }, + "id": "tp_4794" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 599266, + "label": "-", + "classification": { + "B": 2.0844765458605252e-05, + "S": 1.3105432117299642e-05, + "I": 0.0001791157410480082, + "C": 0.00020227393542882055, + "R": 3.217011544620618e-05, + "M": 0.0004771767125930637, + "O": 0.00016192194016184658, + "W": 6.425708306778688e-06, + "N": 1.2064311704307329e-05, + "Y": 0.003260116558521986, + "U": 1.631486611586297e-06, + "K": 2.105629027937539e-05, + "L": 4.924593667965382e-05, + "G": 0.0029054938349872828, + "F": 0.029562819749116898, + "E": 0.0007022824720479548, + "T": 0.0012650497956201434, + "P": 0.03250785544514656, + "-": 0.928619384765625 + }, + "id": "tp_4795" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 599399, + "label": "-", + "classification": { + "B": 4.9626273721514735e-06, + "S": 7.04240028426284e-06, + "I": 0.00012104687630198896, + "C": 7.965638360474259e-06, + "R": 2.806915745168226e-06, + "M": 0.00024177960585802794, + "O": 9.951898391591385e-05, + "W": 7.066546459100209e-06, + "N": 7.823661690053996e-06, + "Y": 0.0010101423831656575, + "U": 8.495570114064321e-07, + "K": 4.138513759244233e-06, + "L": 1.1612261914706323e-05, + "G": 0.00022797335986979306, + "F": 0.006176764611154795, + "E": 0.00011057775554945692, + "T": 0.000856919155921787, + "P": 0.06531661748886108, + "-": 0.9257843494415283 + }, + "id": "tp_4796" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 599533, + "label": "-", + "classification": { + "B": 0.0002055269869742915, + "S": 0.0002872645854949951, + "I": 0.0054177092388272285, + "C": 0.0016067412216216326, + "R": 0.0006805956363677979, + "M": 0.005233336240053177, + "O": 0.0017664869083091617, + "W": 0.00033202386111952364, + "N": 0.0008838881039991975, + "Y": 0.014633389189839363, + "U": 0.00013895091251470149, + "K": 0.001275069429539144, + "L": 0.00030154912383295596, + "G": 0.004069228656589985, + "F": 0.0239438284188509, + "E": 0.0030500784050673246, + "T": 0.014066513627767563, + "P": 0.11335773020982742, + "-": 0.8087501525878906 + }, + "id": "tp_4797" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 599633, + "label": "-", + "classification": { + "B": 3.393027145648375e-05, + "S": 1.2371619959594682e-05, + "I": 0.0008849730947986245, + "C": 0.00011032605834770948, + "R": 3.968617966165766e-05, + "M": 0.00085278699407354, + "O": 0.0001895477034850046, + "W": 9.6489857241977e-06, + "N": 3.309128442197107e-05, + "Y": 0.0039268010295927525, + "U": 4.0136474126484245e-06, + "K": 4.54249675385654e-06, + "L": 8.498710667481646e-05, + "G": 0.0022283680737018585, + "F": 0.011112801730632782, + "E": 0.0010026012314483523, + "T": 0.0028459245804697275, + "P": 0.10415557771921158, + "-": 0.872468113899231 + }, + "id": "tp_4798" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 599766, + "label": "-", + "classification": { + "B": 3.755969601115794e-06, + "S": 1.9226226868340746e-05, + "I": 0.00011187134077772498, + "C": 2.1407802705653012e-05, + "R": 4.93751986141433e-06, + "M": 0.0005430078599601984, + "O": 0.00014558553812094033, + "W": 6.7136688812752254e-06, + "N": 1.6311314539052546e-05, + "Y": 0.003107238095253706, + "U": 8.074890160969517e-07, + "K": 2.949921145045664e-05, + "L": 1.5066867490531877e-05, + "G": 0.0007701882277615368, + "F": 0.03850429132580757, + "E": 0.0006763767451047897, + "T": 0.0016256296075880527, + "P": 0.044582538306713104, + "-": 0.9098156094551086 + }, + "id": "tp_4799" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 599900, + "label": "-", + "classification": { + "B": 2.5130233449743855e-09, + "S": 2.1980406827992738e-08, + "I": 1.6625365617528587e-07, + "C": 1.2422597706063243e-07, + "R": 4.11333189731522e-08, + "M": 6.688400389975868e-06, + "O": 1.0129793963642442e-06, + "W": 6.471670310759237e-09, + "N": 2.020403622182698e-09, + "Y": 0.0002786997065413743, + "U": 1.1112549075376066e-10, + "K": 3.164470907535133e-09, + "L": 8.378051319368751e-08, + "G": 2.514629886718467e-05, + "F": 0.0035849304404109716, + "E": 7.370861112576677e-07, + "T": 3.6289115087129176e-05, + "P": 0.001929676509462297, + "-": 0.9941364526748657 + }, + "id": "tp_4800" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 600033, + "label": "-", + "classification": { + "B": 3.2974828627629904e-06, + "S": 1.2532913160612225e-06, + "I": 0.00013725545431952924, + "C": 8.94931290531531e-05, + "R": 7.2566458584333304e-06, + "M": 0.00028010341338813305, + "O": 3.31598348566331e-05, + "W": 8.85319423105102e-07, + "N": 5.4706861192244105e-06, + "Y": 0.0008562777657061815, + "U": 4.1066945755119377e-07, + "K": 1.0473588645254495e-06, + "L": 5.527787834580522e-06, + "G": 0.0002472387277521193, + "F": 0.0018173607531934977, + "E": 0.0002542732690926641, + "T": 0.000421916221966967, + "P": 0.0638565719127655, + "-": 0.9319812059402466 + }, + "id": "tp_4801" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 600133, + "label": "-", + "classification": { + "B": 3.468191955846578e-09, + "S": 6.424660803361348e-09, + "I": 9.182151075037837e-07, + "C": 7.714583460938229e-08, + "R": 8.94795881833943e-09, + "M": 2.431417215120746e-06, + "O": 3.6136856351731694e-07, + "W": 5.261056479355375e-09, + "N": 1.8857825523355132e-08, + "Y": 0.00010508170817047358, + "U": 9.184274452067598e-10, + "K": 1.5703746214512648e-07, + "L": 1.3398598674996265e-08, + "G": 1.2432476069079712e-05, + "F": 0.0022974645253270864, + "E": 6.1832724895793945e-06, + "T": 1.623272146389354e-05, + "P": 0.011053767055273056, + "-": 0.986504852771759 + }, + "id": "tp_4802" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 600267, + "label": "-", + "classification": { + "B": 1.7736912241161917e-06, + "S": 4.960739715897944e-06, + "I": 0.0001695215905783698, + "C": 0.0004954536561854184, + "R": 9.239346400136128e-05, + "M": 0.0007858996395953, + "O": 0.00011988000915152952, + "W": 5.509638867806643e-06, + "N": 6.940091680007754e-06, + "Y": 0.002003850881010294, + "U": 2.4855164610926295e-06, + "K": 3.285095999672194e-06, + "L": 4.9754249630495906e-05, + "G": 0.001053967629559338, + "F": 0.01410931721329689, + "E": 0.00014611835649702698, + "T": 0.0016282066935673356, + "P": 0.03586998209357262, + "-": 0.9434506893157959 + }, + "id": "tp_4803" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 600400, + "label": "-", + "classification": { + "B": 6.308509910013527e-07, + "S": 3.4727393085631775e-06, + "I": 6.165897957544075e-06, + "C": 0.0001332669344265014, + "R": 3.8916859921300784e-05, + "M": 0.00020828581182286143, + "O": 9.339008829556406e-05, + "W": 2.8457673124648863e-06, + "N": 5.291113325256447e-07, + "Y": 0.006481855642050505, + "U": 2.205243418984537e-07, + "K": 8.871156751411036e-06, + "L": 3.5415960155660287e-05, + "G": 0.0021058139391243458, + "F": 0.059126853942871094, + "E": 3.702475441969e-05, + "T": 0.0012582642957568169, + "P": 0.002789326012134552, + "-": 0.9276687502861023 + }, + "id": "tp_4804" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 600501, + "label": "-", + "classification": { + "B": 2.1330076833692146e-06, + "S": 1.2838551128879772e-06, + "I": 0.00021431293862406164, + "C": 7.988270226633176e-06, + "R": 3.3805597468017368e-06, + "M": 0.0006400359561666846, + "O": 3.864479731419124e-05, + "W": 5.84930830882513e-07, + "N": 2.768790409390931e-06, + "Y": 0.004261831287294626, + "U": 1.3866930714812042e-07, + "K": 3.9482154079450993e-07, + "L": 1.0978593309118878e-05, + "G": 0.0007375928689725697, + "F": 0.003798204241320491, + "E": 0.00012416712706908584, + "T": 0.002722062636166811, + "P": 0.02776206284761429, + "-": 0.9596714377403259 + }, + "id": "tp_4805" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 600634, + "label": "-", + "classification": { + "B": 0.0001811901165638119, + "S": 2.4382781703025103e-05, + "I": 0.0001459527702536434, + "C": 9.049764230439905e-06, + "R": 4.961648301105015e-06, + "M": 0.0007305660983547568, + "O": 0.0002969289489556104, + "W": 8.38344385556411e-06, + "N": 5.334083652996924e-06, + "Y": 0.0016821915050968528, + "U": 5.879330728930654e-07, + "K": 5.146430339664221e-07, + "L": 6.764506542822346e-05, + "G": 0.0009872622322291136, + "F": 0.00657283142209053, + "E": 0.0001766813511494547, + "T": 0.0010553341126069427, + "P": 0.04629749804735184, + "-": 0.9417526721954346 + }, + "id": "tp_4806" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 600767, + "label": "-", + "classification": { + "B": 0.00011176420230185613, + "S": 2.463739292579703e-05, + "I": 0.00011320065823383629, + "C": 0.00014744041254743934, + "R": 4.381234248285182e-05, + "M": 0.0006596975144930184, + "O": 0.00040625446126796305, + "W": 3.8792604755144566e-05, + "N": 1.687295298324898e-05, + "Y": 0.0018238637130707502, + "U": 4.5505885282182135e-06, + "K": 6.132267299108207e-05, + "L": 6.319038948277012e-05, + "G": 0.0012277290225028992, + "F": 0.03620302304625511, + "E": 0.000633675663266331, + "T": 0.0008974320953711867, + "P": 0.04459098353981972, + "-": 0.9129317998886108 + }, + "id": "tp_4807" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 600901, + "label": "-", + "classification": { + "B": 3.7168508697504876e-06, + "S": 1.0981621301198174e-07, + "I": 2.7515968668012647e-06, + "C": 1.156118401013373e-06, + "R": 1.3745668070441752e-07, + "M": 5.8450274082133546e-05, + "O": 1.1835796613013372e-05, + "W": 6.900177851321132e-08, + "N": 2.8848999633623862e-08, + "Y": 0.00010808115621330217, + "U": 7.070371843553858e-09, + "K": 1.5509136197522366e-09, + "L": 6.778297120035859e-06, + "G": 0.00015850504860281944, + "F": 0.0004868151154369116, + "E": 8.338220141013153e-06, + "T": 0.00010123804531758651, + "P": 0.00863571371883154, + "-": 0.9904162883758545 + }, + "id": "tp_4808" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 601001, + "label": "-", + "classification": { + "B": 1.7787380784284323e-05, + "S": 9.378049071528949e-06, + "I": 0.004855615086853504, + "C": 0.00013537910126615316, + "R": 8.030008029891178e-05, + "M": 0.002215863671153784, + "O": 0.0003535654104780406, + "W": 1.8157710655941628e-05, + "N": 0.00013910447887610644, + "Y": 0.008854993619024754, + "U": 1.087144573830301e-05, + "K": 1.9538767446647398e-05, + "L": 5.0292026571696624e-05, + "G": 0.002455026376992464, + "F": 0.002675427822396159, + "E": 0.0005715127917937934, + "T": 0.012242292985320091, + "P": 0.11207835376262665, + "-": 0.8532165288925171 + }, + "id": "tp_4809" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 601134, + "label": "-", + "classification": { + "B": 6.898659194121137e-06, + "S": 1.5012089534138795e-05, + "I": 0.0016585513949394226, + "C": 0.0003829830093309283, + "R": 0.00019671625341288745, + "M": 0.004955240059643984, + "O": 0.0005117201944813132, + "W": 1.747951864672359e-05, + "N": 2.945310734503437e-05, + "Y": 0.03461106866598129, + "U": 4.105474545212928e-06, + "K": 3.497312718536705e-05, + "L": 0.00011203595204278827, + "G": 0.004947031382471323, + "F": 0.005459824576973915, + "E": 0.00026030116714537144, + "T": 0.021183734759688377, + "P": 0.00643680477514863, + "-": 0.9191759824752808 + }, + "id": "tp_4810" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 601268, + "label": "-", + "classification": { + "B": 2.2750107575575385e-07, + "S": 4.244242290951661e-08, + "I": 1.2132129995734431e-05, + "C": 2.3624434106750414e-06, + "R": 4.1595106381464575e-07, + "M": 4.537505083135329e-05, + "O": 3.2487503176525934e-06, + "W": 2.8693559528392143e-08, + "N": 1.200803012579854e-07, + "Y": 0.0004476132453419268, + "U": 1.079729639030802e-08, + "K": 1.738544241902673e-08, + "L": 1.066868662746856e-06, + "G": 0.00013845902867615223, + "F": 0.0010860475013032556, + "E": 3.350597035023384e-05, + "T": 0.00019365994376130402, + "P": 0.02859417349100113, + "-": 0.9694414734840393 + }, + "id": "tp_4811" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 601401, + "label": "-", + "classification": { + "B": 4.039601208205568e-06, + "S": 4.0110418808581016e-07, + "I": 1.9844286725856364e-05, + "C": 1.4064837159821764e-05, + "R": 1.553083052385773e-06, + "M": 0.0002071473718388006, + "O": 3.201842991984449e-05, + "W": 5.877403168597084e-07, + "N": 5.618433078780072e-07, + "Y": 0.0006343256682157516, + "U": 1.3649187735609303e-07, + "K": 2.507263445750141e-07, + "L": 6.641858362854691e-06, + "G": 0.00038620069972239435, + "F": 0.0009067454957403243, + "E": 4.048215123475529e-05, + "T": 0.0003802579885814339, + "P": 0.019019152969121933, + "-": 0.9783456921577454 + }, + "id": "tp_4812" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 601502, + "label": "-", + "classification": { + "B": 5.054280336480588e-05, + "S": 2.710544504225254e-05, + "I": 0.0013471894199028611, + "C": 0.0004245313466526568, + "R": 0.00014469001325778663, + "M": 0.0026951096951961517, + "O": 0.0005617666756734252, + "W": 1.684306153038051e-05, + "N": 7.267288310686126e-05, + "Y": 0.018045013770461082, + "U": 1.6245478036580607e-05, + "K": 2.1710633518523537e-05, + "L": 0.0002849154989235103, + "G": 0.008040066808462143, + "F": 0.015237590298056602, + "E": 0.0009215802419930696, + "T": 0.010248128324747086, + "P": 0.06188637763261795, + "-": 0.8799577951431274 + }, + "id": "tp_4813" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 601635, + "label": "-", + "classification": { + "B": 1.8663444052435807e-06, + "S": 3.803393610724015e-06, + "I": 2.0526451407931745e-05, + "C": 2.1456666218000464e-05, + "R": 6.842492894065799e-06, + "M": 0.002386296633630991, + "O": 0.00016461354971397668, + "W": 9.992212426368496e-07, + "N": 6.21197955297248e-07, + "Y": 0.02448159269988537, + "U": 9.620507768204334e-08, + "K": 2.9062971407256555e-07, + "L": 5.926257654209621e-05, + "G": 0.003385992720723152, + "F": 0.0044168345630168915, + "E": 4.780364179168828e-05, + "T": 0.006154542323201895, + "P": 0.0017486638389527798, + "-": 0.9570978879928589 + }, + "id": "tp_4814" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 601768, + "label": "-", + "classification": { + "B": 0.00015638484910596162, + "S": 0.00013943474914412946, + "I": 0.016184790059924126, + "C": 0.0016774846008047462, + "R": 0.00028296554228290915, + "M": 0.0031939265318214893, + "O": 0.0006043821340426803, + "W": 0.00010196789662586525, + "N": 0.0016811592504382133, + "Y": 0.012630005367100239, + "U": 7.921140058897436e-05, + "K": 0.00039870242471806705, + "L": 0.00016829004744067788, + "G": 0.004861799068748951, + "F": 0.02291720360517502, + "E": 0.020133087411522865, + "T": 0.0037828809581696987, + "P": 0.3791862726211548, + "-": 0.5318200588226318 + }, + "id": "tp_4815" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 601902, + "label": "-", + "classification": { + "B": 6.081613719288725e-07, + "S": 1.5221727380776429e-06, + "I": 5.953012077952735e-05, + "C": 1.7756612578523345e-05, + "R": 3.439310148678487e-06, + "M": 5.191596574150026e-05, + "O": 2.227233380835969e-05, + "W": 1.0332207693863893e-06, + "N": 2.471517291269265e-06, + "Y": 0.0020248049404472113, + "U": 9.785645005422339e-08, + "K": 3.267574811616214e-06, + "L": 3.346087396494113e-06, + "G": 0.0006438475684262812, + "F": 0.03040345013141632, + "E": 0.00026277973665855825, + "T": 0.00034858554136008024, + "P": 0.06069021672010422, + "-": 0.9054591059684753 + }, + "id": "tp_4816" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 602002, + "label": "-", + "classification": { + "B": 0.00012166194937890396, + "S": 2.1235920939943753e-05, + "I": 0.0015734626213088632, + "C": 0.0030425814911723137, + "R": 0.000227108524995856, + "M": 0.004822727758437395, + "O": 0.00026333797723054886, + "W": 8.240805073000956e-06, + "N": 7.020266639301553e-05, + "Y": 0.014621078968048096, + "U": 2.0017032511532307e-05, + "K": 5.784188033430837e-05, + "L": 0.0004805806092917919, + "G": 0.026476118713617325, + "F": 0.036682743579149246, + "E": 0.005918008740991354, + "T": 0.00867043063044548, + "P": 0.06802420318126678, + "-": 0.8288984894752502 + }, + "id": "tp_4817" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 602135, + "label": "-", + "classification": { + "B": 1.912544803417404e-06, + "S": 8.879649726623029e-07, + "I": 0.00019640449318103492, + "C": 1.416460690961685e-05, + "R": 4.898267434327863e-06, + "M": 0.00024686710094101727, + "O": 5.4663123592035845e-05, + "W": 8.961549724517681e-07, + "N": 8.497342605551239e-06, + "Y": 0.0019659760873764753, + "U": 9.965489198293653e-07, + "K": 6.190570047692745e-07, + "L": 7.672251740586944e-06, + "G": 0.0003229659632779658, + "F": 0.000790988327935338, + "E": 0.00012702771346084774, + "T": 0.003228043206036091, + "P": 0.08368396759033203, + "-": 0.9093425869941711 + }, + "id": "tp_4818" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 602269, + "label": "-", + "classification": { + "B": 0.00014646610361523926, + "S": 0.00011751407873816788, + "I": 0.0640728622674942, + "C": 0.0017205346375703812, + "R": 0.000748483813367784, + "M": 0.004923152271658182, + "O": 0.0010265387827530503, + "W": 0.0001636998204048723, + "N": 0.003500520484521985, + "Y": 0.02756064012646675, + "U": 0.0001358395820716396, + "K": 0.00034759697155095637, + "L": 0.00026125149452127516, + "G": 0.006098419893532991, + "F": 0.00792720913887024, + "E": 0.0074252774938941, + "T": 0.02022835798561573, + "P": 0.35843807458877563, + "-": 0.4951575696468353 + }, + "id": "tp_4819" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 602402, + "label": "-", + "classification": { + "B": 9.430120684328358e-09, + "S": 3.250242386343416e-08, + "I": 1.7783230532586458e-06, + "C": 1.0261262559652096e-06, + "R": 6.392168216962091e-08, + "M": 1.1123861440864857e-05, + "O": 1.2095024430891499e-06, + "W": 1.6599631891267563e-08, + "N": 4.840787681814618e-08, + "Y": 4.9562811909709126e-05, + "U": 2.9765419018445982e-09, + "K": 2.117152497760344e-08, + "L": 7.053319706074035e-08, + "G": 4.403385901241563e-06, + "F": 0.000612434174399823, + "E": 4.109173460165039e-06, + "T": 5.835840056533925e-05, + "P": 0.015997981652617455, + "-": 0.9832577109336853 + }, + "id": "tp_4820" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 602503, + "label": "-", + "classification": { + "B": 1.062562162701397e-07, + "S": 1.0975886510777855e-07, + "I": 3.811148417298682e-05, + "C": 3.307537781438441e-07, + "R": 9.205641759990613e-08, + "M": 3.468922295724042e-05, + "O": 3.232298013244872e-06, + "W": 6.118084172612726e-08, + "N": 5.111517680234101e-07, + "Y": 0.0004132725880481303, + "U": 7.872662521890561e-09, + "K": 1.2992390452382097e-07, + "L": 1.4188053398811462e-07, + "G": 3.7520552723435685e-05, + "F": 0.000447249214630574, + "E": 3.046230267500505e-05, + "T": 0.0004186983569525182, + "P": 0.054325707256793976, + "-": 0.9442495107650757 + }, + "id": "tp_4821" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 602636, + "label": "-", + "classification": { + "B": 6.766241344990931e-09, + "S": 2.222131101348168e-08, + "I": 2.604886049084598e-06, + "C": 1.527438513448942e-07, + "R": 2.478413030360116e-08, + "M": 1.3887923159927595e-05, + "O": 1.7613291447560186e-06, + "W": 9.67597646450713e-09, + "N": 6.778334693535726e-08, + "Y": 5.832720853504725e-05, + "U": 2.1219408452566313e-09, + "K": 1.957447359757225e-08, + "L": 6.957062481660614e-08, + "G": 8.850814992911182e-06, + "F": 0.000535702973138541, + "E": 4.618012553692097e-06, + "T": 7.790646486682817e-05, + "P": 0.01963864080607891, + "-": 0.9796573519706726 + }, + "id": "tp_4822" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 602769, + "label": "-", + "classification": { + "B": 3.6518338220048463e-07, + "S": 1.532312353447196e-06, + "I": 2.4116649001371115e-05, + "C": 2.7027943360735662e-05, + "R": 6.88548698235536e-06, + "M": 0.00012756600335706025, + "O": 2.952754766738508e-05, + "W": 1.043634597408527e-06, + "N": 1.3535097878047964e-06, + "Y": 0.0015713326865807176, + "U": 1.5717220946953603e-07, + "K": 2.600656443974003e-06, + "L": 3.3881451599881984e-06, + "G": 0.00034235703060403466, + "F": 0.01418920885771513, + "E": 6.043343819328584e-05, + "T": 0.0006463941535912454, + "P": 0.014270919375121593, + "-": 0.9686938524246216 + }, + "id": "tp_4823" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 602903, + "label": "-", + "classification": { + "B": 1.0302643204340711e-05, + "S": 9.468673852097709e-06, + "I": 0.0003886321501340717, + "C": 0.0001013499204418622, + "R": 4.850409459322691e-05, + "M": 0.0008228410151787102, + "O": 0.00023788097314536572, + "W": 9.080698873731308e-06, + "N": 1.0577645298326388e-05, + "Y": 0.014191706664860249, + "U": 1.3626836334879044e-06, + "K": 4.435314167494653e-06, + "L": 3.520583049976267e-05, + "G": 0.0013483109651133418, + "F": 0.0033873203210532665, + "E": 9.163312643067911e-05, + "T": 0.006253283936530352, + "P": 0.018668189644813538, + "-": 0.9543799161911011 + }, + "id": "tp_4824" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 603003, + "label": "-", + "classification": { + "B": 4.754328131184593e-07, + "S": 5.213464859821215e-08, + "I": 2.8718463909171987e-06, + "C": 5.925971322540136e-07, + "R": 6.564430776734298e-08, + "M": 8.63528111949563e-05, + "O": 4.073689979122719e-06, + "W": 2.1274383144032072e-08, + "N": 3.148080907067197e-08, + "Y": 0.00021945982007309794, + "U": 2.2734047977479577e-09, + "K": 2.3650324365576125e-08, + "L": 6.508009278149984e-07, + "G": 0.0001102443493437022, + "F": 0.001070676720701158, + "E": 1.9524231902323663e-05, + "T": 0.00011639894364634529, + "P": 0.007918676361441612, + "-": 0.990449845790863 + }, + "id": "tp_4825" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 603136, + "label": "-", + "classification": { + "B": 9.518255865259562e-06, + "S": 9.708809557196219e-06, + "I": 8.796305337455124e-05, + "C": 2.5570574507582933e-05, + "R": 6.686839242320275e-06, + "M": 0.00040256718057207763, + "O": 7.801021274644881e-05, + "W": 3.425768227316439e-06, + "N": 2.937954604931292e-06, + "Y": 0.0027886503376066685, + "U": 3.112474473709881e-07, + "K": 9.344884119855124e-07, + "L": 2.5653671400505118e-05, + "G": 0.0009695172775536776, + "F": 0.013319667428731918, + "E": 0.00021391327027231455, + "T": 0.00113928341306746, + "P": 0.03384218364953995, + "-": 0.9470734000205994 + }, + "id": "tp_4826" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 603270, + "label": "-", + "classification": { + "B": 1.3412584848992992e-05, + "S": 8.0371701187687e-06, + "I": 7.809235103195533e-05, + "C": 8.897010411601514e-05, + "R": 1.836316914705094e-05, + "M": 0.0008546662284061313, + "O": 0.00016856497677508742, + "W": 2.86438307739445e-06, + "N": 3.99077589463559e-06, + "Y": 0.0036239183973520994, + "U": 7.989714845280105e-07, + "K": 1.5891445173110696e-06, + "L": 0.00010877718159463257, + "G": 0.002133280737325549, + "F": 0.019644074141979218, + "E": 0.0002902354463003576, + "T": 0.0015981793403625488, + "P": 0.019817011430859566, + "-": 0.951545238494873 + }, + "id": "tp_4827" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 603403, + "label": "-", + "classification": { + "B": 9.418354096624171e-08, + "S": 8.529772230758681e-07, + "I": 2.0234363546478562e-05, + "C": 2.9546639780164696e-05, + "R": 7.294624538189964e-06, + "M": 0.00015068735228851438, + "O": 3.217115590814501e-05, + "W": 1.07776668301085e-06, + "N": 1.087406531041779e-06, + "Y": 0.0033619049936532974, + "U": 1.843676074031464e-07, + "K": 9.264797881769482e-06, + "L": 6.3181032601278275e-06, + "G": 0.0005754693411290646, + "F": 0.015297906473279, + "E": 7.030701090116054e-05, + "T": 0.001002234173938632, + "P": 0.010146315209567547, + "-": 0.9692869782447815 + }, + "id": "tp_4828" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 603504, + "label": "-", + "classification": { + "B": 1.4625493871545103e-10, + "S": 8.021051878248642e-11, + "I": 2.0895162933243228e-08, + "C": 1.2092908896477184e-09, + "R": 1.7114987205246734e-10, + "M": 3.020437588929781e-08, + "O": 2.644047292221785e-08, + "W": 2.1096814573073885e-10, + "N": 1.1390324100579718e-10, + "Y": 1.4703700799145736e-06, + "U": 6.421717324567311e-12, + "K": 3.336702095180222e-11, + "L": 3.1151906054738276e-10, + "G": 6.850501677035936e-08, + "F": 3.37412602675613e-05, + "E": 1.1465075999694818e-08, + "T": 9.042261694958142e-07, + "P": 0.004912368953227997, + "-": 0.9950513243675232 + }, + "id": "tp_4829" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 603637, + "label": "-", + "classification": { + "B": 3.4616411426213745e-07, + "S": 1.4227108522391063e-06, + "I": 0.00012536055874079466, + "C": 1.0232284921585233e-06, + "R": 1.6684590775639663e-07, + "M": 4.21640434069559e-05, + "O": 7.539508715126431e-06, + "W": 5.255457153907628e-07, + "N": 8.676597644807771e-06, + "Y": 0.00019963711383752525, + "U": 1.3951178345905646e-07, + "K": 2.6096231522387825e-06, + "L": 3.1190936056191276e-07, + "G": 1.9089360648649745e-05, + "F": 0.0020017342176288366, + "E": 0.0002856774954125285, + "T": 0.00026872745365835726, + "P": 0.3546651601791382, + "-": 0.6423696875572205 + }, + "id": "tp_4830" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 603770, + "label": "-", + "classification": { + "B": 3.0049879251592415e-10, + "S": 1.4432953721055242e-09, + "I": 7.593146023054942e-08, + "C": 7.273021296327897e-09, + "R": 8.980275967296336e-10, + "M": 6.868381774438603e-07, + "O": 7.218903874672833e-08, + "W": 5.734859809258808e-10, + "N": 1.1456103843343612e-09, + "Y": 3.977344385930337e-05, + "U": 2.4711224386186892e-11, + "K": 3.0253706206906372e-09, + "L": 2.7590325579751607e-09, + "G": 2.47085540650005e-06, + "F": 0.002311116084456444, + "E": 8.771207262725511e-07, + "T": 9.020895049616229e-06, + "P": 0.007669632788747549, + "-": 0.9899662733078003 + }, + "id": "tp_4831" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 603904, + "label": "-", + "classification": { + "B": 7.075079366813952e-08, + "S": 7.083225455062347e-07, + "I": 1.583217817824334e-05, + "C": 2.3165575839811936e-05, + "R": 6.644559562118957e-06, + "M": 7.416038715746254e-05, + "O": 1.9122529920423403e-05, + "W": 4.2799337052201736e-07, + "N": 8.949510856837151e-07, + "Y": 0.0023850721772760153, + "U": 7.096352305779874e-08, + "K": 3.1613271858077496e-06, + "L": 1.4934375940356404e-06, + "G": 0.00014971953351050615, + "F": 0.0032649014610797167, + "E": 5.759879422839731e-05, + "T": 0.0004795822605956346, + "P": 0.008204158395528793, + "-": 0.985313355922699 + }, + "id": "tp_4832" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 604004, + "label": "-", + "classification": { + "B": 1.2514551599451806e-06, + "S": 4.006264589406783e-06, + "I": 0.000432308268500492, + "C": 4.037822873215191e-05, + "R": 1.414292819390539e-05, + "M": 0.00041008598054759204, + "O": 7.476429891539738e-05, + "W": 3.7264687762217363e-06, + "N": 2.2318357878248207e-05, + "Y": 0.003191218478605151, + "U": 1.877970476016344e-06, + "K": 3.387629476492293e-05, + "L": 8.683093255967833e-06, + "G": 0.0005765880923718214, + "F": 0.00914868526160717, + "E": 0.0004120166413486004, + "T": 0.0023910559248179197, + "P": 0.06104826554656029, + "-": 0.9221847057342529 + }, + "id": "tp_4833" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 604137, + "label": "-", + "classification": { + "B": 2.698547177715227e-06, + "S": 2.458338030919549e-07, + "I": 9.10180970095098e-05, + "C": 6.431232031900436e-05, + "R": 5.96371546635055e-06, + "M": 3.873979949275963e-05, + "O": 2.1048168491688557e-05, + "W": 5.863419687557325e-07, + "N": 2.8089471015846357e-06, + "Y": 0.0005460570682771504, + "U": 5.815116992380354e-07, + "K": 3.742017611330084e-07, + "L": 4.378386620373931e-06, + "G": 0.00022830984380561858, + "F": 0.0016612691106274724, + "E": 5.85579255130142e-05, + "T": 0.0002123374433722347, + "P": 0.09771864861249924, + "-": 0.8993421196937561 + }, + "id": "tp_4834" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 604271, + "label": "-", + "classification": { + "B": 3.130456752842292e-05, + "S": 1.6753732779761776e-05, + "I": 0.00028384418692439795, + "C": 0.0001504156389273703, + "R": 1.9309043636894785e-05, + "M": 0.00046287442091852427, + "O": 9.184653754346073e-05, + "W": 3.439267402427504e-06, + "N": 2.6725756470113993e-05, + "Y": 0.0019478368340060115, + "U": 9.869371524473536e-07, + "K": 2.0594909074134193e-05, + "L": 3.374124571564607e-05, + "G": 0.00534791499376297, + "F": 0.049652621150016785, + "E": 0.0033186350483447313, + "T": 0.001203768653795123, + "P": 0.10243945568799973, + "-": 0.8349478840827942 + }, + "id": "tp_4835" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 604404, + "label": "-", + "classification": { + "B": 4.439147716084335e-08, + "S": 2.0559950542065053e-07, + "I": 5.717323801945895e-06, + "C": 1.156607595476089e-05, + "R": 2.112506763296551e-06, + "M": 6.465679325629026e-05, + "O": 8.509863619110547e-06, + "W": 1.2913045566165238e-07, + "N": 1.3683686006515927e-07, + "Y": 0.0012591424165293574, + "U": 3.7987717860232806e-08, + "K": 1.3340095392777584e-06, + "L": 2.03783793040202e-06, + "G": 0.0004441864730324596, + "F": 0.006008439231663942, + "E": 1.187840462080203e-05, + "T": 0.00032938586082309484, + "P": 0.0039367591962218285, + "-": 0.9879136681556702 + }, + "id": "tp_4836" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 604505, + "label": "-", + "classification": { + "B": 5.904408073575951e-10, + "S": 2.5680866322375095e-09, + "I": 1.993338685224444e-07, + "C": 3.468564102604432e-08, + "R": 1.5550348786419477e-09, + "M": 2.3914861912999186e-07, + "O": 1.0022275631627053e-07, + "W": 6.900543469967602e-10, + "N": 1.2524840720118391e-08, + "Y": 2.279099317092914e-05, + "U": 3.2553362783183104e-10, + "K": 3.491723532533797e-08, + "L": 1.5850791790228413e-09, + "G": 1.3791050150757656e-06, + "F": 0.0010401159524917603, + "E": 6.771740004296589e-07, + "T": 7.732873200438917e-06, + "P": 0.026808053255081177, + "-": 0.972118616104126 + }, + "id": "tp_4837" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 604638, + "label": "-", + "classification": { + "B": 8.029418268051813e-07, + "S": 3.1830842317503993e-07, + "I": 2.6415082174935378e-05, + "C": 6.736526847817004e-05, + "R": 1.686888572294265e-05, + "M": 0.0002020951360464096, + "O": 2.8335762181086466e-05, + "W": 3.391394898244471e-07, + "N": 4.4293756218394265e-07, + "Y": 0.0013574878685176373, + "U": 1.3262490483612055e-07, + "K": 5.50026470591547e-07, + "L": 6.427949756471207e-06, + "G": 0.0006906461203470826, + "F": 0.0010505731916055083, + "E": 2.2956608518143184e-05, + "T": 0.0008289195830002427, + "P": 0.008585321716964245, + "-": 0.9871138334274292 + }, + "id": "tp_4838" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 604771, + "label": "-", + "classification": { + "B": 0.00046332902275025845, + "S": 8.169271313818172e-05, + "I": 0.003339827060699463, + "C": 0.00032635475508868694, + "R": 8.815532783046365e-05, + "M": 0.009365794248878956, + "O": 0.0005464814021252096, + "W": 2.4965507691376843e-05, + "N": 0.00020466686692088842, + "Y": 0.015465901233255863, + "U": 1.0536808986216784e-05, + "K": 8.52417215355672e-05, + "L": 0.00029779906617477536, + "G": 0.02152985706925392, + "F": 0.026064403355121613, + "E": 0.013781439512968063, + "T": 0.009174217469990253, + "P": 0.1348724663257599, + "-": 0.7642768621444702 + }, + "id": "tp_4839" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 604905, + "label": "-", + "classification": { + "B": 2.3034147034195485e-06, + "S": 4.485084900807124e-06, + "I": 0.00015177282330114394, + "C": 0.00010646185546647757, + "R": 4.252441431162879e-05, + "M": 0.0002658447774592787, + "O": 7.718476263107732e-05, + "W": 4.547840035229456e-06, + "N": 7.632849701622035e-06, + "Y": 0.0060619027353823185, + "U": 2.494507498340681e-06, + "K": 3.345766162965447e-05, + "L": 2.2559488570550457e-05, + "G": 0.0012805069563910365, + "F": 0.022228190675377846, + "E": 0.00023647723719477654, + "T": 0.0018323437543585896, + "P": 0.02956075593829155, + "-": 0.9380785822868347 + }, + "id": "tp_4840" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 605005, + "label": "-", + "classification": { + "B": 4.347982758190483e-05, + "S": 9.412843610334676e-06, + "I": 0.00010612176993163303, + "C": 8.521185009158216e-06, + "R": 3.2634229683026206e-06, + "M": 0.0012230457505211234, + "O": 0.00015714397886767983, + "W": 3.30776288137713e-06, + "N": 4.1476773731119465e-06, + "Y": 0.0026324044447392225, + "U": 4.34587661857222e-07, + "K": 1.0667384913176647e-06, + "L": 4.267859912943095e-05, + "G": 0.0013191207544878125, + "F": 0.004417288117110729, + "E": 0.0003847721091005951, + "T": 0.0015830295160412788, + "P": 0.039972010999917984, + "-": 0.9480887651443481 + }, + "id": "tp_4841" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 605138, + "label": "-", + "classification": { + "B": 4.494805398280732e-05, + "S": 2.7725622203433886e-05, + "I": 0.00016308172780554742, + "C": 3.267711872467771e-05, + "R": 2.2570413420908153e-05, + "M": 0.0012949929805472493, + "O": 0.00042723442311398685, + "W": 2.2149613869260065e-05, + "N": 1.4203006685420405e-05, + "Y": 0.002775021130219102, + "U": 3.970139005105011e-06, + "K": 2.4156119252438657e-05, + "L": 6.832198414485902e-05, + "G": 0.0008396533667109907, + "F": 0.007370233070105314, + "E": 0.00024568685330450535, + "T": 0.002677108393982053, + "P": 0.029407396912574768, + "-": 0.954538881778717 + }, + "id": "tp_4842" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 605272, + "label": "-", + "classification": { + "B": 2.5922959139279556e-06, + "S": 3.0979153962107375e-06, + "I": 0.00023068500740919262, + "C": 5.305198283167556e-05, + "R": 1.830150358728133e-05, + "M": 0.0006942811305634677, + "O": 0.0001191621195175685, + "W": 3.28313171849004e-06, + "N": 7.183955858636182e-06, + "Y": 0.008541462011635303, + "U": 9.333681418866036e-07, + "K": 9.323774065705948e-06, + "L": 1.133346540882485e-05, + "G": 0.0011017316719517112, + "F": 0.0026417463086545467, + "E": 0.00016291275096591562, + "T": 0.0030980531591922045, + "P": 0.02168722078204155, + "-": 0.9616135358810425 + }, + "id": "tp_4843" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 605405, + "label": "-", + "classification": { + "B": 1.7029682908287214e-07, + "S": 5.145849968357652e-07, + "I": 7.727996944595361e-07, + "C": 1.30613962028292e-05, + "R": 1.2997409157833317e-06, + "M": 0.00016863408382050693, + "O": 1.8998638552147895e-05, + "W": 1.3032652645961207e-07, + "N": 1.5634073591286324e-08, + "Y": 0.0005921544507145882, + "U": 2.3488009315286718e-09, + "K": 4.321880098245856e-08, + "L": 1.1869014088006224e-05, + "G": 0.0010850478429347277, + "F": 0.02515568770468235, + "E": 5.174671059648972e-06, + "T": 0.00031425594352185726, + "P": 0.0010083953384310007, + "-": 0.9716237783432007 + }, + "id": "tp_4844" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 605506, + "label": "-", + "classification": { + "B": 3.679228757391684e-05, + "S": 2.8897964511997998e-05, + "I": 0.0018985177157446742, + "C": 0.00017700358876027167, + "R": 6.382705760188401e-05, + "M": 0.0030658296309411526, + "O": 0.0005226344219408929, + "W": 1.886456084321253e-05, + "N": 6.91889290465042e-05, + "Y": 0.013470116071403027, + "U": 3.3409671686968068e-06, + "K": 5.439920187200187e-06, + "L": 8.110990165732801e-05, + "G": 0.002241874113678932, + "F": 0.0036529928911477327, + "E": 0.0008633935358375311, + "T": 0.009567227214574814, + "P": 0.05709337070584297, + "-": 0.9071395397186279 + }, + "id": "tp_4845" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 605639, + "label": "-", + "classification": { + "B": 7.599356699472537e-09, + "S": 7.3138495260138825e-09, + "I": 1.0287715568324529e-08, + "C": 9.552084123676252e-11, + "R": 7.141405522492761e-11, + "M": 1.0379267223470379e-06, + "O": 2.3565294782201818e-07, + "W": 6.696703191977349e-10, + "N": 8.727582545553503e-11, + "Y": 1.756039091560524e-05, + "U": 1.0715725182186553e-12, + "K": 7.41771921664025e-11, + "L": 2.593215864266085e-09, + "G": 8.502738637616858e-07, + "F": 7.00110977049917e-05, + "E": 2.864348047637577e-08, + "T": 1.3711201063415501e-05, + "P": 0.0001965150877367705, + "-": 0.9997001886367798 + }, + "id": "tp_4846" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 605772, + "label": "-", + "classification": { + "B": 9.198770811735812e-08, + "S": 3.223564704057935e-08, + "I": 9.323932317784056e-06, + "C": 2.3787364966665336e-07, + "R": 1.1677338207505272e-08, + "M": 4.673470812122105e-06, + "O": 1.2877944755018689e-06, + "W": 2.879939309252677e-08, + "N": 3.892537279170938e-07, + "Y": 1.824999344535172e-05, + "U": 7.612457331163114e-09, + "K": 8.017359220957587e-08, + "L": 5.871737585039227e-08, + "G": 9.009433597384486e-06, + "F": 0.0007884125225245953, + "E": 8.287694799946621e-05, + "T": 1.8121567336493172e-05, + "P": 0.27649784088134766, + "-": 0.7225692868232727 + }, + "id": "tp_4847" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 605906, + "label": "-", + "classification": { + "B": 2.4805174689390697e-05, + "S": 6.147404292278225e-06, + "I": 2.566203329479322e-05, + "C": 2.5743218429852277e-05, + "R": 8.118729965644889e-06, + "M": 0.0002155971305910498, + "O": 0.00010500402277102694, + "W": 5.609228537650779e-06, + "N": 1.2554398836073233e-06, + "Y": 0.00044532582978717983, + "U": 2.6641902195478906e-07, + "K": 5.457510496853502e-07, + "L": 2.474808570696041e-05, + "G": 0.0003260623780079186, + "F": 0.008236302062869072, + "E": 5.218212027102709e-05, + "T": 0.0003534740535542369, + "P": 0.0320926308631897, + "-": 0.958050549030304 + }, + "id": "tp_4848" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 606006, + "label": "-", + "classification": { + "B": 0.00012280989903956652, + "S": 0.00036585013731382787, + "I": 0.00373413460329175, + "C": 0.004553267732262611, + "R": 0.0028153308667242527, + "M": 0.013624565675854683, + "O": 0.003148940159007907, + "W": 0.00029636052204295993, + "N": 0.0003010657092090696, + "Y": 0.04966862499713898, + "U": 8.395619806833565e-05, + "K": 0.0006143424543552101, + "L": 0.0010379794985055923, + "G": 0.015664871782064438, + "F": 0.0323084257543087, + "E": 0.0013303972082212567, + "T": 0.03673919662833214, + "P": 0.02353615313768387, + "-": 0.8100536465644836 + }, + "id": "tp_4849" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 606139, + "label": "-", + "classification": { + "B": 7.525274270392401e-08, + "S": 4.904167099084589e-07, + "I": 2.7434349249233492e-05, + "C": 3.1301547096518334e-06, + "R": 8.304674565806636e-07, + "M": 2.9578070098068565e-05, + "O": 9.113758096646052e-06, + "W": 2.1197458011101844e-07, + "N": 1.0945790336336358e-06, + "Y": 0.0005902691627852619, + "U": 7.443178873245415e-08, + "K": 5.705808803213586e-07, + "L": 8.366712904717133e-07, + "G": 8.7602405983489e-05, + "F": 0.004555273801088333, + "E": 2.6636882466846146e-05, + "T": 0.00038263050373643637, + "P": 0.0625985637307167, + "-": 0.9316855669021606 + }, + "id": "tp_4850" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 606273, + "label": "-", + "classification": { + "B": 3.7418478768813657e-06, + "S": 1.1205975170014426e-05, + "I": 2.475318979122676e-05, + "C": 6.0763823057641275e-06, + "R": 5.094594143884024e-06, + "M": 0.0011590273352339864, + "O": 0.0001034057786455378, + "W": 1.6631021253488143e-06, + "N": 4.466115512968827e-07, + "Y": 0.002902168780565262, + "U": 5.023273530468941e-08, + "K": 5.580848139175032e-08, + "L": 3.324159115436487e-05, + "G": 0.000590051815379411, + "F": 0.0035406823735684156, + "E": 1.5157374036789406e-05, + "T": 0.0041696722619235516, + "P": 0.006313442252576351, + "-": 0.9811200499534607 + }, + "id": "tp_4851" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 606406, + "label": "-", + "classification": { + "B": 1.0606824616843369e-05, + "S": 1.929404606926255e-05, + "I": 0.0009992767591029406, + "C": 0.0005835036281496286, + "R": 0.00012446657638065517, + "M": 0.0009018518030643463, + "O": 0.00028470586403273046, + "W": 3.1563737138640136e-05, + "N": 0.00010853001003852114, + "Y": 0.00595971429720521, + "U": 2.2076288587413728e-05, + "K": 0.0005129413912072778, + "L": 2.5019004169735126e-05, + "G": 0.0016348229255527258, + "F": 0.011782226152718067, + "E": 0.0011709085665643215, + "T": 0.0029530017636716366, + "P": 0.06810491532087326, + "-": 0.90477055311203 + }, + "id": "tp_4852" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 606507, + "label": "-", + "classification": { + "B": 7.236555393319577e-05, + "S": 0.00013559705985244364, + "I": 0.0004206556477583945, + "C": 0.0001497898338129744, + "R": 5.4581214499194175e-05, + "M": 0.0005693437997251749, + "O": 0.0004497146001085639, + "W": 2.6465686460142024e-05, + "N": 3.080767055507749e-05, + "Y": 0.004588909447193146, + "U": 3.2660680062690517e-06, + "K": 2.4502729502273723e-05, + "L": 8.620603330200538e-05, + "G": 0.001966576324775815, + "F": 0.02269771322607994, + "E": 0.000377177755581215, + "T": 0.003612547181546688, + "P": 0.027459442615509033, + "-": 0.9372742176055908 + }, + "id": "tp_4853" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 606640, + "label": "-", + "classification": { + "B": 0.0032622981816530228, + "S": 0.0014054646017029881, + "I": 0.015656014904379845, + "C": 0.01235734298825264, + "R": 0.003265854436904192, + "M": 0.011993853375315666, + "O": 0.005284139420837164, + "W": 0.0012252030428498983, + "N": 0.0036818310618400574, + "Y": 0.042929235845804214, + "U": 0.0013672071509063244, + "K": 0.004992220085114241, + "L": 0.0025211344473063946, + "G": 0.0373879000544548, + "F": 0.04840806871652603, + "E": 0.02112070471048355, + "T": 0.0265420563519001, + "P": 0.1728348284959793, + "-": 0.5837646722793579 + }, + "id": "tp_4854" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 606773, + "label": "-", + "classification": { + "B": 6.682845196337439e-06, + "S": 8.19711021904368e-06, + "I": 2.2491976778837852e-06, + "C": 1.797212689780281e-06, + "R": 1.8740527139016194e-06, + "M": 0.0009986025979742408, + "O": 0.000256784405792132, + "W": 1.8355578959017294e-06, + "N": 5.715698137009895e-08, + "Y": 0.0022139812353998423, + "U": 4.755980498316603e-09, + "K": 1.184006759302747e-08, + "L": 5.582461744779721e-05, + "G": 0.0008288794197142124, + "F": 0.0068242549896240234, + "E": 6.197496077220421e-06, + "T": 0.001006624661386013, + "P": 0.0008971263887360692, + "-": 0.9868890047073364 + }, + "id": "tp_4855" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 606907, + "label": "-", + "classification": { + "B": 1.5671906794523238e-07, + "S": 7.883739385761146e-07, + "I": 4.501293005887419e-06, + "C": 1.2271840432731551e-06, + "R": 3.320797929973196e-07, + "M": 5.258112651063129e-05, + "O": 7.058293704176322e-06, + "W": 1.9417184660142084e-07, + "N": 2.8460306111810496e-07, + "Y": 0.00165373960044235, + "U": 1.4801999626001816e-08, + "K": 6.088947884563822e-06, + "L": 4.3939496663369937e-07, + "G": 0.00018259024363942444, + "F": 0.022269083186984062, + "E": 3.624647797551006e-05, + "T": 0.0005611234810203314, + "P": 0.006216027773916721, + "-": 0.9690076112747192 + }, + "id": "tp_4856" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 607007, + "label": "-", + "classification": { + "B": 1.5438362197528477e-06, + "S": 1.0857609566983228e-07, + "I": 0.00014243634359445423, + "C": 2.317255530215334e-05, + "R": 4.159601758146891e-06, + "M": 9.800940460991114e-05, + "O": 2.5501654818071984e-05, + "W": 4.0782276755635394e-07, + "N": 1.7233368225788581e-06, + "Y": 0.00047203651047311723, + "U": 2.4145009547282825e-07, + "K": 2.091963011707776e-07, + "L": 3.186954245393281e-06, + "G": 0.0002761619398370385, + "F": 0.0002722924982663244, + "E": 7.134587212931365e-05, + "T": 0.0003595071902964264, + "P": 0.04863680154085159, + "-": 0.9496110677719116 + }, + "id": "tp_4857" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 607140, + "label": "-", + "classification": { + "B": 5.456700819195248e-05, + "S": 1.5045419786474667e-05, + "I": 0.0005649247905239463, + "C": 0.0003150405827909708, + "R": 7.855558214941993e-05, + "M": 0.00028047399246133864, + "O": 0.00029303060728125274, + "W": 1.8767930669127963e-05, + "N": 3.5400415072217584e-05, + "Y": 0.0012393883662298322, + "U": 5.958503152214689e-06, + "K": 3.5424372981651686e-06, + "L": 9.706816490506753e-05, + "G": 0.001538655487820506, + "F": 0.010377539321780205, + "E": 0.0004994447226636112, + "T": 0.0011925568105652928, + "P": 0.1174074187874794, + "-": 0.8659825921058655 + }, + "id": "tp_4858" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 607274, + "label": "-", + "classification": { + "B": 6.381508228514576e-06, + "S": 1.2949200254297466e-06, + "I": 0.0003881507436744869, + "C": 0.00010196157381869853, + "R": 4.4699248974211514e-05, + "M": 0.0006646967376582325, + "O": 0.0002495892986189574, + "W": 3.872034994856222e-06, + "N": 1.0004253454098944e-05, + "Y": 0.0024456907995045185, + "U": 2.184928689530352e-06, + "K": 1.453127396189302e-07, + "L": 5.735513332183473e-05, + "G": 0.0006614716839976609, + "F": 0.0004115473129786551, + "E": 8.117411198327318e-05, + "T": 0.004274487961083651, + "P": 0.034230686724185944, + "-": 0.9563645124435425 + }, + "id": "tp_4859" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 607407, + "label": "-", + "classification": { + "B": 4.325056011111883e-07, + "S": 5.945846623944817e-07, + "I": 7.57473535486497e-05, + "C": 7.478876341338037e-06, + "R": 1.803967279556673e-06, + "M": 0.00011070960317738354, + "O": 1.2426131434040144e-05, + "W": 2.0028505787195172e-07, + "N": 2.5234096483472968e-06, + "Y": 0.002214770996943116, + "U": 1.7397714202616044e-07, + "K": 1.921071543620201e-06, + "L": 1.8873996623369749e-06, + "G": 0.0004908468690700829, + "F": 0.004960520192980766, + "E": 9.851121285464615e-05, + "T": 0.0012852316722273827, + "P": 0.05651310458779335, + "-": 0.9342211484909058 + }, + "id": "tp_4860" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 607508, + "label": "-", + "classification": { + "B": 1.596850829344021e-08, + "S": 7.696051085304134e-08, + "I": 1.4168257393976091e-06, + "C": 2.521449687264976e-06, + "R": 5.599014798463031e-07, + "M": 4.528041972662322e-05, + "O": 7.91801267041592e-06, + "W": 5.28482502204497e-08, + "N": 3.4685246674825976e-08, + "Y": 0.0007523252279497683, + "U": 7.472864993474104e-09, + "K": 9.534219458373627e-08, + "L": 9.770826636668062e-07, + "G": 6.370945629896596e-05, + "F": 0.0015563007909804583, + "E": 1.8849862044589827e-06, + "T": 0.0002848109870683402, + "P": 0.0022507619578391314, + "-": 0.9950313568115234 + }, + "id": "tp_4861" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 607641, + "label": "-", + "classification": { + "B": 1.0885819534678376e-07, + "S": 1.6591400253673783e-06, + "I": 9.25521908357041e-06, + "C": 7.825713692000136e-05, + "R": 1.3732976185565349e-05, + "M": 0.0008305876981467009, + "O": 5.877847070223652e-05, + "W": 1.0321659829060081e-06, + "N": 3.32940913949642e-07, + "Y": 0.004221953917294741, + "U": 5.302370809090462e-08, + "K": 2.3085701741365483e-06, + "L": 2.018445411522407e-05, + "G": 0.0008736523450352252, + "F": 0.019951635971665382, + "E": 2.7816082365461625e-05, + "T": 0.002333642216399312, + "P": 0.002380000427365303, + "-": 0.9691949486732483 + }, + "id": "tp_4862" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 607774, + "label": "-", + "classification": { + "B": 4.3367599573684856e-05, + "S": 1.8918042769655585e-05, + "I": 1.621962724129844e-06, + "C": 0.0002429102751193568, + "R": 6.262235547183082e-05, + "M": 0.0024696909822523594, + "O": 0.00042143661994487047, + "W": 3.0837475151201943e-06, + "N": 7.622825393127641e-08, + "Y": 0.0025512168649584055, + "U": 3.8932245871592386e-08, + "K": 1.864747503077524e-07, + "L": 0.0008976926328614354, + "G": 0.01408469770103693, + "F": 0.02279936894774437, + "E": 1.4360540262714494e-05, + "T": 0.0022571003064513206, + "P": 0.00025749337510205805, + "-": 0.9538739919662476 + }, + "id": "tp_4863" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 607908, + "label": "-", + "classification": { + "B": 8.379526239554735e-11, + "S": 1.499123741810493e-10, + "I": 3.236199574985221e-08, + "C": 2.696972067894876e-08, + "R": 3.644361701304888e-09, + "M": 3.214879370716517e-06, + "O": 8.262600914576979e-08, + "W": 7.167237636718227e-11, + "N": 1.1174827035942414e-10, + "Y": 2.079431760648731e-05, + "U": 8.018322117386845e-12, + "K": 1.949241115739575e-11, + "L": 8.796277484179882e-09, + "G": 1.672813141340157e-06, + "F": 8.32962614367716e-05, + "E": 6.090090209909249e-08, + "T": 1.7645754269324243e-05, + "P": 0.0006667530979029834, + "-": 0.9992064833641052 + }, + "id": "tp_4864" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 608008, + "label": "-", + "classification": { + "B": 4.693943012057389e-10, + "S": 1.102364199923045e-09, + "I": 1.4689586578242597e-06, + "C": 1.398486233483709e-07, + "R": 1.979907260363234e-08, + "M": 5.656574103340972e-06, + "O": 3.584152068469848e-07, + "W": 8.099214077184058e-10, + "N": 1.1708476854721539e-08, + "Y": 8.226354839280248e-05, + "U": 2.7011454184489025e-10, + "K": 2.49493231629927e-10, + "L": 1.81657391351564e-08, + "G": 4.872055797022767e-06, + "F": 4.731397348223254e-05, + "E": 3.9732168488626485e-07, + "T": 0.0001319584553129971, + "P": 0.007997570559382439, + "-": 0.9917279481887817 + }, + "id": "tp_4865" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 608141, + "label": "-", + "classification": { + "B": 3.474601228958818e-08, + "S": 2.364411557209678e-06, + "I": 8.38428513816325e-06, + "C": 9.301912541559432e-06, + "R": 6.46820535621373e-06, + "M": 0.001702775014564395, + "O": 9.787945600692183e-05, + "W": 6.522141688947158e-07, + "N": 1.4914125756604335e-07, + "Y": 0.22390714287757874, + "U": 3.956357907952679e-09, + "K": 7.121163434931077e-06, + "L": 8.324816008098423e-06, + "G": 0.005841534584760666, + "F": 0.009523279033601284, + "E": 9.744082490215078e-06, + "T": 0.019567865878343582, + "P": 0.000116714698378928, + "-": 0.7391902804374695 + }, + "id": "tp_4866" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 608275, + "label": "-", + "classification": { + "B": 1.2045901776058798e-10, + "S": 6.368419036562045e-08, + "I": 3.881372094838298e-07, + "C": 2.1521205439967162e-07, + "R": 6.999837864896108e-08, + "M": 5.6399708228127565e-06, + "O": 3.828932221949799e-06, + "W": 3.615096488829295e-08, + "N": 2.076814809015559e-08, + "Y": 0.0007383611518889666, + "U": 4.4008072186407787e-10, + "K": 4.514716067660629e-07, + "L": 5.725886609297959e-08, + "G": 3.00889241771074e-05, + "F": 0.0035998544190078974, + "E": 3.9042890875862213e-07, + "T": 0.00033883744617924094, + "P": 0.0011024691630154848, + "-": 0.9941792488098145 + }, + "id": "tp_4867" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 608375, + "label": "-", + "classification": { + "B": 1.9856375388371816e-07, + "S": 1.3994326764077414e-06, + "I": 2.919818825830589e-06, + "C": 4.646310117095709e-06, + "R": 1.1199829259567196e-06, + "M": 0.0009151894482783973, + "O": 3.1626048439648e-05, + "W": 1.9329462475070613e-07, + "N": 8.867701239978487e-08, + "Y": 0.004525028169155121, + "U": 1.4700332506834002e-08, + "K": 5.685657242793241e-07, + "L": 7.956070476211607e-06, + "G": 0.0010021674679592252, + "F": 0.00568993529304862, + "E": 1.1914364222320728e-05, + "T": 0.0032662972807884216, + "P": 0.000769703125115484, + "-": 0.9837689995765686 + }, + "id": "tp_4868" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 608509, + "label": "-", + "classification": { + "B": 3.059785456116515e-07, + "S": 1.3300948012329172e-05, + "I": 1.0006019692809787e-06, + "C": 5.859087650605943e-06, + "R": 1.7185845990752568e-06, + "M": 0.0003689998120535165, + "O": 9.826663881540298e-05, + "W": 5.821739250677638e-07, + "N": 2.919989050553795e-08, + "Y": 0.0012442769948393106, + "U": 1.402795546390223e-09, + "K": 3.637827106217628e-08, + "L": 4.8802990932017565e-05, + "G": 0.0021266413386911154, + "F": 0.06757604330778122, + "E": 7.218577138701221e-06, + "T": 0.0007231448544189334, + "P": 0.000379670353140682, + "-": 0.9274041652679443 + }, + "id": "tp_4869" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 608642, + "label": "-", + "classification": { + "B": 5.422570836799423e-08, + "S": 7.056088691115292e-08, + "I": 9.941693406290142e-07, + "C": 5.9054755752185883e-08, + "R": 8.036384002707564e-09, + "M": 2.2828700821264647e-05, + "O": 1.6664802160448744e-06, + "W": 1.8522424483080613e-08, + "N": 4.311096546416593e-08, + "Y": 0.00022334216919261962, + "U": 1.7366379445604707e-09, + "K": 1.6779360123564402e-07, + "L": 7.925842027134422e-08, + "G": 3.1379768188344315e-05, + "F": 0.0019934242591261864, + "E": 2.179451985284686e-05, + "T": 8.354868623428047e-05, + "P": 0.013331208378076553, + "-": 0.9842893481254578 + }, + "id": "tp_4870" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 608775, + "label": "-", + "classification": { + "B": 1.659339610160515e-10, + "S": 1.0734600763839808e-08, + "I": 2.552034175096196e-07, + "C": 1.8007558821864222e-07, + "R": 6.977458610890608e-08, + "M": 9.844671149039641e-05, + "O": 1.453612412660732e-06, + "W": 2.191093972925273e-09, + "N": 5.449135587198839e-10, + "Y": 0.00159159442409873, + "U": 5.037202599478263e-11, + "K": 9.928914634915742e-11, + "L": 2.436719626075501e-07, + "G": 2.4770053641987033e-05, + "F": 0.00021518554422073066, + "E": 4.165397982092145e-08, + "T": 0.0007596436189487576, + "P": 6.911045056767762e-05, + "-": 0.9972389936447144 + }, + "id": "tp_4871" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 608876, + "label": "-", + "classification": { + "B": 1.3040995838764502e-07, + "S": 3.210672616660304e-07, + "I": 0.00021542151807807386, + "C": 0.00023267531651072204, + "R": 0.0001909242564579472, + "M": 0.0008833149331621826, + "O": 0.000158247203216888, + "W": 1.1398302603993216e-06, + "N": 1.4835286492598243e-06, + "Y": 0.11398222297430038, + "U": 2.1011172179896676e-07, + "K": 1.2891965184280707e-07, + "L": 2.820290501404088e-05, + "G": 0.0018967600772157311, + "F": 0.0008493404020555317, + "E": 4.453237124835141e-06, + "T": 0.01896563172340393, + "P": 0.0008289192337542772, + "-": 0.8617605566978455 + }, + "id": "tp_4872" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 609009, + "label": "-", + "classification": { + "B": 8.475926165374403e-07, + "S": 5.58329247724032e-06, + "I": 2.8332010515441652e-06, + "C": 5.177715593163157e-06, + "R": 2.3843501821829705e-06, + "M": 0.00159541389439255, + "O": 0.00024277604825329036, + "W": 5.857568226019794e-07, + "N": 4.722890878383623e-08, + "Y": 0.0048303245566785336, + "U": 2.365003970439261e-09, + "K": 8.710463461625295e-09, + "L": 5.831077214679681e-05, + "G": 0.0017491682665422559, + "F": 0.0035125575959682465, + "E": 6.218083854037104e-06, + "T": 0.0014815388713032007, + "P": 0.00031674717320129275, + "-": 0.9861895442008972 + }, + "id": "tp_4873" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 609142, + "label": "-", + "classification": { + "B": 1.7887583636522209e-09, + "S": 1.7165227461646282e-08, + "I": 3.138950788184047e-08, + "C": 1.2246212577338156e-07, + "R": 3.961464400958903e-08, + "M": 2.1464447854668833e-05, + "O": 1.3154763109923806e-06, + "W": 2.851870739561946e-09, + "N": 2.898233320003385e-10, + "Y": 0.0003033796965610236, + "U": 3.999609671234694e-11, + "K": 3.2480427236691867e-09, + "L": 3.321559631785931e-07, + "G": 6.48622153676115e-05, + "F": 0.0015688592102378607, + "E": 1.1014641643214418e-07, + "T": 0.00012528493243735284, + "P": 8.013212209334597e-05, + "-": 0.9978341460227966 + }, + "id": "tp_4874" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 609276, + "label": "-", + "classification": { + "B": 1.3421688649373209e-08, + "S": 5.354680254754385e-08, + "I": 4.226949812391467e-08, + "C": 2.7639407562674023e-07, + "R": 8.480277102762557e-08, + "M": 0.00011862721294164658, + "O": 1.2014917956548743e-05, + "W": 1.2294465001616572e-08, + "N": 3.678898019554566e-10, + "Y": 0.0008381647639907897, + "U": 5.2312498083351144e-11, + "K": 3.178226848365995e-10, + "L": 4.790178081748309e-06, + "G": 0.000167568534379825, + "F": 0.0018923204625025392, + "E": 2.0889639529286796e-07, + "T": 0.00017350184498354793, + "P": 6.546388613060117e-05, + "-": 0.9967269897460938 + }, + "id": "tp_4875" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 609376, + "label": "-", + "classification": { + "B": 1.0761177726692495e-08, + "S": 1.452157931680631e-07, + "I": 1.303663879070882e-07, + "C": 4.126550265937112e-06, + "R": 7.419079679493734e-07, + "M": 0.00014250510139390826, + "O": 1.2330971003393643e-05, + "W": 4.7373255540605896e-08, + "N": 3.941674986407406e-09, + "Y": 0.004836484789848328, + "U": 7.725403095015793e-10, + "K": 8.813916707595126e-08, + "L": 3.5718244362215046e-06, + "G": 0.0006472585955634713, + "F": 0.009299756027758121, + "E": 1.6050739759521093e-06, + "T": 0.0008338731713593006, + "P": 0.00020728891831822693, + "-": 0.9840099215507507 + }, + "id": "tp_4876" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 609510, + "label": "-", + "classification": { + "B": 1.096518758458842e-06, + "S": 6.307057901722146e-06, + "I": 1.4602079545511515e-07, + "C": 0.00017697802104521543, + "R": 0.00010001777263823897, + "M": 0.001659291097894311, + "O": 0.00045068818144500256, + "W": 1.3022886378166731e-06, + "N": 2.787914787916179e-09, + "Y": 0.005550555884838104, + "U": 1.3971456214179057e-09, + "K": 3.2536882077494056e-09, + "L": 0.001816289033740759, + "G": 0.011035998351871967, + "F": 0.030640117824077606, + "E": 3.517633331284742e-07, + "T": 0.00183599884621799, + "P": 2.745931124081835e-05, + "-": 0.9466974139213562 + }, + "id": "tp_4877" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 609643, + "label": "-", + "classification": { + "B": 2.837382908182917e-06, + "S": 1.4564584489562549e-05, + "I": 3.2184449082706124e-05, + "C": 2.2735644961358048e-05, + "R": 8.946815796662122e-06, + "M": 0.0013596091885119677, + "O": 0.00016682676505297422, + "W": 4.5521705942519475e-06, + "N": 3.016331220351276e-06, + "Y": 0.01611836813390255, + "U": 3.282677596416761e-07, + "K": 6.246315751923248e-05, + "L": 2.132405097654555e-05, + "G": 0.0026858411729335785, + "F": 0.007597487419843674, + "E": 0.0002935094234999269, + "T": 0.005903111305087805, + "P": 0.003876396222040057, + "-": 0.9618257880210876 + }, + "id": "tp_4878" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 609776, + "label": "-", + "classification": { + "B": 9.688556019682437e-06, + "S": 5.1995164540130645e-05, + "I": 6.74455850457889e-06, + "C": 2.3606018658028916e-05, + "R": 2.198188894908526e-06, + "M": 0.0013871005503460765, + "O": 0.0001310383522650227, + "W": 3.4345262065471616e-06, + "N": 1.4185387726683985e-06, + "Y": 0.0029273934196680784, + "U": 4.674551234984392e-08, + "K": 2.2770640498492867e-05, + "L": 2.812394086504355e-05, + "G": 0.0038274922408163548, + "F": 0.19260446727275848, + "E": 0.0005942654679529369, + "T": 0.0009427579352632165, + "P": 0.009364206343889236, + "-": 0.7880712747573853 + }, + "id": "tp_4879" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 609877, + "label": "-", + "classification": { + "B": 1.5314040036074061e-09, + "S": 4.376158813101938e-08, + "I": 8.82779627175978e-09, + "C": 6.587925582834941e-08, + "R": 7.703971682815336e-09, + "M": 2.8140333597548306e-05, + "O": 1.5740865819680039e-06, + "W": 1.6980705730418322e-09, + "N": 1.2007267402580624e-10, + "Y": 0.00014916206419002265, + "U": 5.5227892571674264e-12, + "K": 3.5375630202949537e-10, + "L": 6.425152605515905e-07, + "G": 0.00010265328455716372, + "F": 0.005686179734766483, + "E": 2.7255225631961366e-07, + "T": 8.198731666198e-05, + "P": 7.586413994431496e-05, + "-": 0.9938734769821167 + }, + "id": "tp_4880" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 610010, + "label": "-", + "classification": { + "B": 1.1418922696293521e-07, + "S": 0.00018345170246902853, + "I": 5.1334119177681714e-08, + "C": 1.3314123634700081e-06, + "R": 1.3319076970219612e-06, + "M": 0.0003199950442649424, + "O": 0.00039669315447099507, + "W": 2.829993263731012e-06, + "N": 4.518093454919381e-09, + "Y": 0.00020286557264626026, + "U": 5.920718082474963e-11, + "K": 7.204691954143527e-09, + "L": 0.0002184258628403768, + "G": 0.001673567807301879, + "F": 0.4600578546524048, + "E": 5.152120365892188e-07, + "T": 0.0004589121672324836, + "P": 0.00014559904229827225, + "-": 0.5363364815711975 + }, + "id": "tp_4881" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 610143, + "label": "-", + "classification": { + "B": 4.522688712427225e-08, + "S": 8.126235115923919e-06, + "I": 3.736654363706293e-08, + "C": 7.611365759885302e-09, + "R": 6.028624266463112e-09, + "M": 0.00015745224663987756, + "O": 3.7006782804382965e-05, + "W": 1.339143267387044e-07, + "N": 2.347713357053749e-09, + "Y": 0.0008164099417626858, + "U": 5.799022720354152e-12, + "K": 1.3175345259242022e-07, + "L": 5.110555889586976e-07, + "G": 0.0002786988625302911, + "F": 0.020744360983371735, + "E": 1.0979952094203327e-06, + "T": 0.0003914649423677474, + "P": 5.9292706282576546e-05, + "-": 0.9775053858757019 + }, + "id": "tp_4882" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 610277, + "label": "-", + "classification": { + "B": 4.820026600071969e-09, + "S": 2.710866908728349e-07, + "I": 3.7272023689638445e-08, + "C": 8.348143154535137e-08, + "R": 1.1430636881470946e-08, + "M": 0.00013634822971653193, + "O": 5.817370947625022e-06, + "W": 1.4991167418543228e-08, + "N": 3.094865030917049e-09, + "Y": 0.0036411802284419537, + "U": 9.168418108052023e-11, + "K": 2.5597429953450046e-07, + "L": 7.541426612078794e-07, + "G": 0.0006492269458249211, + "F": 0.028502335771918297, + "E": 2.7917187708226265e-06, + "T": 0.0009934194386005402, + "P": 0.00022279015684034675, + "-": 0.9658446311950684 + }, + "id": "tp_4883" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 610377, + "label": "-", + "classification": { + "B": 4.6834170461806934e-06, + "S": 7.069786533975275e-06, + "I": 1.7363814777127118e-06, + "C": 1.1598264109125012e-06, + "R": 8.892019423001329e-07, + "M": 0.0008396572666242719, + "O": 0.00014990744239185005, + "W": 1.2780242286680732e-06, + "N": 4.260816055534633e-08, + "Y": 0.000353275885572657, + "U": 6.623072312805789e-09, + "K": 5.479316556034064e-09, + "L": 5.1022951083723456e-05, + "G": 0.0002743397490121424, + "F": 0.006167636718600988, + "E": 3.061026518480503e-06, + "T": 0.000586140900850296, + "P": 0.001804950414225459, + "-": 0.9897531270980835 + }, + "id": "tp_4884" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 610511, + "label": "-", + "classification": { + "B": 7.20759146810579e-11, + "S": 8.358560990018304e-07, + "I": 1.936077609343556e-08, + "C": 1.0033229500550078e-06, + "R": 5.627879318126361e-07, + "M": 0.00326034938916564, + "O": 7.410877151414752e-05, + "W": 1.6522763601756196e-08, + "N": 5.066532957065384e-11, + "Y": 0.0492447167634964, + "U": 1.4959213067485683e-13, + "K": 1.4520878943713456e-10, + "L": 1.4361367902893107e-05, + "G": 0.0030967469792813063, + "F": 0.005622110795229673, + "E": 9.197441919184257e-09, + "T": 0.0183559637516737, + "P": 3.4161649864472565e-07, + "-": 0.9203288555145264 + }, + "id": "tp_4885" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 610644, + "label": "-", + "classification": { + "B": 3.449021096457727e-05, + "S": 1.6568214050494134e-05, + "I": 2.2129823264549486e-05, + "C": 3.6205824471835513e-06, + "R": 1.5083120388226234e-06, + "M": 0.0008936828235164285, + "O": 0.00016089712153188884, + "W": 3.145595428577508e-06, + "N": 5.249368086879258e-07, + "Y": 0.0005349934799596667, + "U": 5.6929938097027843e-08, + "K": 5.0338233137381394e-08, + "L": 5.40749570063781e-05, + "G": 0.0004957228666171432, + "F": 0.008695620112121105, + "E": 8.01502465037629e-05, + "T": 0.0004367404035292566, + "P": 0.016148321330547333, + "-": 0.9724178314208984 + }, + "id": "tp_4886" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 610777, + "label": "-", + "classification": { + "B": 1.5507630735100975e-07, + "S": 4.846571641792252e-07, + "I": 2.206207909694058e-06, + "C": 7.304473683689139e-07, + "R": 8.041145633796987e-07, + "M": 0.0001882922661025077, + "O": 2.0712395780719817e-05, + "W": 1.513952980758404e-07, + "N": 1.6520660395258346e-08, + "Y": 0.0006270456360653043, + "U": 2.4045201385547443e-09, + "K": 3.790381786217267e-09, + "L": 5.987494660075754e-06, + "G": 8.624183828942478e-05, + "F": 0.0012566957157105207, + "E": 3.379693907845649e-06, + "T": 0.00042807022691704333, + "P": 0.0013561071828007698, + "-": 0.9960229396820068 + }, + "id": "tp_4887" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 610878, + "label": "-", + "classification": { + "B": 1.4792385627515614e-06, + "S": 3.469189687166363e-05, + "I": 1.5526069546467625e-05, + "C": 0.00010050532000605017, + "R": 2.6167172109126113e-05, + "M": 0.0029036772903054953, + "O": 0.0005037261871621013, + "W": 1.2501393030106556e-05, + "N": 3.1014315027277917e-06, + "Y": 0.03659817576408386, + "U": 2.1808222072650096e-07, + "K": 0.00013069518900010735, + "L": 9.363168646814302e-05, + "G": 0.017977077513933182, + "F": 0.0952313169836998, + "E": 0.0003194993769284338, + "T": 0.014919442124664783, + "P": 0.0015043376479297876, + "-": 0.8296242356300354 + }, + "id": "tp_4888" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 611011, + "label": "-", + "classification": { + "B": 1.0611810466798488e-05, + "S": 5.397274435381405e-05, + "I": 0.0001496326003689319, + "C": 3.778872996917926e-05, + "R": 2.8700158509309404e-05, + "M": 0.0028965133242309093, + "O": 0.0006758258678019047, + "W": 1.0543195458012633e-05, + "N": 4.160859589319443e-06, + "Y": 0.008242216892540455, + "U": 1.928285939811758e-07, + "K": 5.810764491798182e-07, + "L": 0.0002723582147154957, + "G": 0.003525081556290388, + "F": 0.0257329773157835, + "E": 0.00017497628869023174, + "T": 0.006114554591476917, + "P": 0.009396103210747242, + "-": 0.9426732659339905 + }, + "id": "tp_4889" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 611144, + "label": "-", + "classification": { + "B": 3.625738713708415e-07, + "S": 3.4763020266836975e-06, + "I": 3.626181569416076e-05, + "C": 1.2250634426891338e-06, + "R": 8.214097420022881e-07, + "M": 0.0005439705564640462, + "O": 3.967387601733208e-05, + "W": 9.678738024376798e-07, + "N": 1.889567670332326e-06, + "Y": 0.03584959730505943, + "U": 2.6457939839019673e-08, + "K": 1.1355520655342843e-05, + "L": 1.6288624919980066e-06, + "G": 0.0009414856322109699, + "F": 0.007510993629693985, + "E": 0.00014319317415356636, + "T": 0.007851787842810154, + "P": 0.0032709110528230667, + "-": 0.9437902569770813 + }, + "id": "tp_4890" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 611278, + "label": "-", + "classification": { + "B": 1.0187498844516085e-08, + "S": 3.4437368512385547e-09, + "I": 1.4547259397090784e-08, + "C": 1.5171464440300042e-07, + "R": 7.517596323225462e-09, + "M": 9.799961117096245e-05, + "O": 5.830249847349478e-07, + "W": 1.2356664302881626e-10, + "N": 3.1939235978217795e-11, + "Y": 0.0004462396027520299, + "U": 1.8091549308998922e-12, + "K": 2.1883897471930425e-11, + "L": 1.173002488030761e-06, + "G": 0.0008130340720526874, + "F": 0.00127590901684016, + "E": 4.2870755123658455e-07, + "T": 0.00012003649317193776, + "P": 3.569460750441067e-05, + "-": 0.9972086548805237 + }, + "id": "tp_4891" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 611378, + "label": "-", + "classification": { + "B": 5.0005294127686284e-08, + "S": 1.5223827176669147e-06, + "I": 6.573823441158311e-08, + "C": 8.082795233121942e-08, + "R": 2.695751888381892e-08, + "M": 1.219565274368506e-05, + "O": 1.1437466127972584e-05, + "W": 3.4428546769049717e-07, + "N": 1.242727964978485e-08, + "Y": 0.00026357450406067073, + "U": 4.176715640014095e-10, + "K": 1.734855032964333e-07, + "L": 2.422101204047067e-07, + "G": 2.0528150344034657e-05, + "F": 0.012732528150081635, + "E": 9.93548269434541e-07, + "T": 0.00014809475396759808, + "P": 0.002385653555393219, + "-": 0.9844224452972412 + }, + "id": "tp_4892" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 611512, + "label": "-", + "classification": { + "B": 1.6025189779611537e-06, + "S": 4.7717747975184466e-08, + "I": 1.3811026292387396e-05, + "C": 1.9702035842783516e-06, + "R": 8.783151628222186e-08, + "M": 1.3068138287053443e-05, + "O": 3.246718279115157e-06, + "W": 4.167465306181839e-08, + "N": 3.3425473588977184e-07, + "Y": 3.812892464338802e-05, + "U": 1.0649645609817071e-08, + "K": 8.397711326324497e-08, + "L": 2.986204492572142e-07, + "G": 8.651135431136936e-05, + "F": 0.002205926924943924, + "E": 0.000186738048796542, + "T": 1.374703242618125e-05, + "P": 0.14494644105434418, + "-": 0.8524879217147827 + }, + "id": "tp_4893" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 611645, + "label": "-", + "classification": { + "B": 0.00032019903301261365, + "S": 4.680201527662575e-05, + "I": 0.00039376967470161617, + "C": 0.00016264623263850808, + "R": 6.911501986905932e-05, + "M": 0.0013642471749335527, + "O": 0.0006951356190256774, + "W": 3.619226117734797e-05, + "N": 2.4865516024874523e-05, + "Y": 0.0014902501134201884, + "U": 6.56118481856538e-06, + "K": 2.4991286409203894e-06, + "L": 0.00038428761763498187, + "G": 0.0023613455705344677, + "F": 0.010715179145336151, + "E": 0.00045766556286253035, + "T": 0.0026693958789110184, + "P": 0.07799375802278519, + "-": 0.9008060693740845 + }, + "id": "tp_4894" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 611778, + "label": "-", + "classification": { + "B": 3.2790060799925413e-07, + "S": 2.0907948794501863e-07, + "I": 0.00026835998869501054, + "C": 6.294911145232618e-06, + "R": 1.2314093282839167e-06, + "M": 1.4780019228055608e-05, + "O": 7.602438017784152e-06, + "W": 3.8223828369154944e-07, + "N": 8.560613423469476e-06, + "Y": 0.0002388435968896374, + "U": 2.1802931371439627e-07, + "K": 8.544157594769786e-07, + "L": 4.5526573444476526e-07, + "G": 4.6115404984448105e-05, + "F": 0.0006246296688914299, + "E": 0.00010146439308300614, + "T": 0.00019055769371334463, + "P": 0.3096591532230377, + "-": 0.6888300180435181 + }, + "id": "tp_4895" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 611879, + "label": "-", + "classification": { + "B": 1.2020029771520058e-06, + "S": 5.409181085269665e-06, + "I": 0.0001777740108082071, + "C": 4.0308699681190774e-05, + "R": 8.542833711544517e-06, + "M": 0.0003180024214088917, + "O": 9.434116509510204e-05, + "W": 4.619077571987873e-06, + "N": 1.611160405445844e-05, + "Y": 0.0025427700020372868, + "U": 1.9603053260652814e-06, + "K": 1.617767156858463e-05, + "L": 8.071917363849934e-06, + "G": 0.0003371669736225158, + "F": 0.003867971245199442, + "E": 0.0001679569249972701, + "T": 0.001642284682020545, + "P": 0.04548406973481178, + "-": 0.9452652335166931 + }, + "id": "tp_4896" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 612012, + "label": "-", + "classification": { + "B": 2.1158980345603595e-08, + "S": 1.071700150845345e-08, + "I": 6.247003511816729e-06, + "C": 6.939658305782359e-07, + "R": 9.660758593099672e-08, + "M": 3.346110679558478e-05, + "O": 2.2077906578488182e-06, + "W": 1.806467864184924e-08, + "N": 7.871567220263387e-08, + "Y": 0.0005102207069285214, + "U": 8.083617331067217e-09, + "K": 1.8007469293479517e-08, + "L": 2.1057232402199588e-07, + "G": 4.2167335777776316e-05, + "F": 0.00014358355838339776, + "E": 1.1726443517545704e-05, + "T": 0.00018671294674277306, + "P": 0.011694120243191719, + "-": 0.9873682856559753 + }, + "id": "tp_4897" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 612145, + "label": "-", + "classification": { + "B": 3.532247916382403e-08, + "S": 1.2922933834147443e-08, + "I": 9.870985195448156e-06, + "C": 4.061016170453513e-06, + "R": 6.576556756954233e-07, + "M": 4.4227846956346184e-05, + "O": 3.1854315238888375e-06, + "W": 2.5580552787118904e-08, + "N": 8.340144574958686e-08, + "Y": 0.0007542879902757704, + "U": 1.932520632408341e-08, + "K": 1.8942857948900382e-08, + "L": 8.13127826404525e-07, + "G": 0.00010525296238483861, + "F": 0.0005307860556058586, + "E": 7.40318637326709e-06, + "T": 0.00018167862435802817, + "P": 0.012351684272289276, + "-": 0.9860059022903442 + }, + "id": "tp_4898" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 612279, + "label": "-", + "classification": { + "B": 2.0383955856573266e-08, + "S": 7.766862708535882e-09, + "I": 1.4822625416854862e-05, + "C": 9.270804639527341e-07, + "R": 1.2382852787595766e-07, + "M": 8.599269676778931e-06, + "O": 1.0764706530608237e-06, + "W": 1.505646984867326e-08, + "N": 2.5485914534328913e-07, + "Y": 0.00011142750736325979, + "U": 1.2991178799381942e-08, + "K": 1.0214144197107089e-07, + "L": 1.0218285240171099e-07, + "G": 4.223188807372935e-05, + "F": 0.000977342133410275, + "E": 3.061513780266978e-05, + "T": 8.078585960902274e-05, + "P": 0.1023327112197876, + "-": 0.8963987827301025 + }, + "id": "tp_4899" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 612379, + "label": "-", + "classification": { + "B": 6.535318789246958e-06, + "S": 3.2999971153913066e-05, + "I": 0.0005807266570627689, + "C": 0.00018507220374885947, + "R": 3.5943568946095183e-05, + "M": 0.0013859000755473971, + "O": 0.00023591428180225194, + "W": 2.340311766602099e-05, + "N": 6.45813561277464e-05, + "Y": 0.0036297461483627558, + "U": 5.824374511576025e-06, + "K": 6.111443508416414e-05, + "L": 4.9502130423206836e-05, + "G": 0.001167140668258071, + "F": 0.0431910902261734, + "E": 0.0016845184145495296, + "T": 0.0025538429617881775, + "P": 0.10744595527648926, + "-": 0.8376600742340088 + }, + "id": "tp_4900" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 612513, + "label": "-", + "classification": { + "B": 7.738172280369326e-05, + "S": 0.00018807697051670402, + "I": 0.010634906589984894, + "C": 0.001071535749360919, + "R": 0.0008772103465162218, + "M": 0.007882585749030113, + "O": 0.0021418447140604258, + "W": 0.00012664722453337163, + "N": 0.0005417037755250931, + "Y": 0.14075195789337158, + "U": 2.6275358322891407e-05, + "K": 0.00017918451339937747, + "L": 0.00042663782369345427, + "G": 0.025281766429543495, + "F": 0.021652396768331528, + "E": 0.0024580280296504498, + "T": 0.04391035810112953, + "P": 0.043865520507097244, + "-": 0.6979060173034668 + }, + "id": "tp_4901" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 612646, + "label": "-", + "classification": { + "B": 5.2130922085780185e-06, + "S": 3.781308350880863e-06, + "I": 4.0803603042149916e-05, + "C": 2.963498809549492e-05, + "R": 6.085266704758396e-06, + "M": 0.00017678779840935022, + "O": 6.500491872429848e-05, + "W": 2.280086846440099e-06, + "N": 3.6961987461836543e-06, + "Y": 0.0011510946787893772, + "U": 7.244605058076559e-07, + "K": 5.270233486953657e-06, + "L": 8.11638619779842e-06, + "G": 0.00042841138201765716, + "F": 0.009517248719930649, + "E": 9.031005174620077e-05, + "T": 0.0005655049462802708, + "P": 0.05157298967242241, + "-": 0.9363270998001099 + }, + "id": "tp_4902" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 612779, + "label": "-", + "classification": { + "B": 8.384422756080312e-08, + "S": 3.5699677880529634e-08, + "I": 1.140260110332747e-06, + "C": 5.930908628215548e-06, + "R": 4.878862682744511e-07, + "M": 2.065456283162348e-05, + "O": 1.993462319660466e-06, + "W": 9.678811530022813e-09, + "N": 2.0642874076770568e-08, + "Y": 0.0011497893137857318, + "U": 3.0090350211509076e-09, + "K": 1.6599738472677927e-08, + "L": 1.0669716630218318e-06, + "G": 0.0002752678992692381, + "F": 0.007352334447205067, + "E": 5.895488357055001e-06, + "T": 0.00015296423225663602, + "P": 0.0029384836088865995, + "-": 0.9880937933921814 + }, + "id": "tp_4903" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 612880, + "label": "-", + "classification": { + "B": 5.27915460679651e-07, + "S": 2.2638248253770143e-07, + "I": 6.092935655033216e-05, + "C": 3.144876245642081e-06, + "R": 3.715738330356544e-07, + "M": 9.618632248020731e-06, + "O": 4.4400053411663976e-06, + "W": 2.902609139709966e-07, + "N": 5.1960132623207755e-06, + "Y": 0.0002676555304788053, + "U": 3.0288413199741626e-07, + "K": 1.8323276890441775e-05, + "L": 1.505058406792159e-07, + "G": 5.021840479457751e-05, + "F": 0.0040154303424060345, + "E": 0.0003272136382292956, + "T": 7.537064811913297e-05, + "P": 0.24920418858528137, + "-": 0.7459564208984375 + }, + "id": "tp_4904" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 613013, + "label": "-", + "classification": { + "B": 1.7825590248321532e-06, + "S": 1.0604933322611032e-06, + "I": 6.0956943343626335e-05, + "C": 7.2397033363813534e-06, + "R": 1.6441509842479718e-06, + "M": 0.0005331204156391323, + "O": 6.14337477600202e-05, + "W": 6.620966814807616e-07, + "N": 9.663234550316702e-07, + "Y": 0.0005802236264571548, + "U": 8.02711213054863e-08, + "K": 2.6371735017960418e-08, + "L": 1.0932375516858883e-05, + "G": 0.00019960172357968986, + "F": 0.0006015061517246068, + "E": 3.945341450162232e-05, + "T": 0.0009526939247734845, + "P": 0.026125675067305565, + "-": 0.9708211421966553 + }, + "id": "tp_4905" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 613146, + "label": "-", + "classification": { + "B": 3.7300114286153985e-07, + "S": 3.846670182383605e-08, + "I": 4.462990091269603e-06, + "C": 1.277454703085823e-05, + "R": 1.2510409987953608e-06, + "M": 2.982077785418369e-05, + "O": 8.008697477634996e-06, + "W": 3.0816206475492436e-08, + "N": 2.9378123045376014e-08, + "Y": 0.0002559482236392796, + "U": 1.1101973562688272e-08, + "K": 2.8201232460389747e-09, + "L": 4.245861418894492e-06, + "G": 0.0002205092750955373, + "F": 0.0005519817932508886, + "E": 2.8720935461024055e-06, + "T": 0.00012471090303733945, + "P": 0.0030709027778357267, + "-": 0.9957120418548584 + }, + "id": "tp_4906" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 613280, + "label": "-", + "classification": { + "B": 2.1801166440127417e-05, + "S": 3.280238888692111e-05, + "I": 0.011671043932437897, + "C": 0.00025504085351713, + "R": 0.0001641047274461016, + "M": 0.00555221363902092, + "O": 0.0007086590048857033, + "W": 3.275037670391612e-05, + "N": 0.00023653854441363364, + "Y": 0.049215205013751984, + "U": 6.505390047095716e-06, + "K": 1.9209724996471778e-05, + "L": 7.331774395424873e-05, + "G": 0.0040592653676867485, + "F": 0.001919348374940455, + "E": 0.0005285314982756972, + "T": 0.048887111246585846, + "P": 0.0361679345369339, + "-": 0.8404486775398254 + }, + "id": "tp_4907" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 613380, + "label": "-", + "classification": { + "B": 8.204646633203083e-07, + "S": 2.2361355433986319e-07, + "I": 8.64281173562631e-06, + "C": 6.951701652724296e-05, + "R": 6.923057298990898e-06, + "M": 0.0003533297567628324, + "O": 1.73587141034659e-05, + "W": 1.406887406574242e-07, + "N": 1.4148581328754517e-07, + "Y": 0.00175274268258363, + "U": 2.783970565189975e-08, + "K": 1.461882561670791e-07, + "L": 1.2143833373556845e-05, + "G": 0.0012687185080721974, + "F": 0.006028852891176939, + "E": 7.177484076237306e-05, + "T": 0.000545850140042603, + "P": 0.004605039954185486, + "-": 0.9852575659751892 + }, + "id": "tp_4908" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 613514, + "label": "-", + "classification": { + "B": 0.00024701349320821464, + "S": 0.00022324654855765402, + "I": 0.0039695072919130325, + "C": 0.002752934582531452, + "R": 0.0005288462270982563, + "M": 0.0015551173128187656, + "O": 0.0008336292230524123, + "W": 0.00022417491709347814, + "N": 0.0008586003677919507, + "Y": 0.00858719926327467, + "U": 0.00016182963736355305, + "K": 0.001063155010342598, + "L": 0.00017826557450462133, + "G": 0.004653161857277155, + "F": 0.025504015386104584, + "E": 0.012067588046193123, + "T": 0.0037024442572146654, + "P": 0.26538771390914917, + "-": 0.6675015687942505 + }, + "id": "tp_4909" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 613647, + "label": "-", + "classification": { + "B": 7.1121298788057175e-06, + "S": 2.5944118533516303e-06, + "I": 5.4701715271221474e-05, + "C": 6.4234109231620096e-06, + "R": 2.2992405774857616e-06, + "M": 0.00013845323701389134, + "O": 0.00010728261986514553, + "W": 1.5847617760300636e-06, + "N": 1.8665865582079277e-06, + "Y": 0.00026533898198977113, + "U": 1.979095145543397e-07, + "K": 8.14830443118808e-08, + "L": 1.6760792277636938e-05, + "G": 0.0003247206623200327, + "F": 0.0019256961531937122, + "E": 3.203318192390725e-05, + "T": 0.0005758872139267623, + "P": 0.06584018468856812, + "-": 0.9306967258453369 + }, + "id": "tp_4910" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 613780, + "label": "-", + "classification": { + "B": 3.102750838479551e-07, + "S": 3.179737291247875e-07, + "I": 3.094550993409939e-05, + "C": 1.995243337660213e-06, + "R": 1.059820419868629e-06, + "M": 7.218950486276299e-05, + "O": 9.888164640869945e-06, + "W": 1.297854907988949e-07, + "N": 7.159281949498109e-07, + "Y": 0.0008562923758290708, + "U": 2.2804611532478702e-08, + "K": 2.3767937307184184e-07, + "L": 8.211712270167482e-07, + "G": 0.0001331830135313794, + "F": 0.001569370157085359, + "E": 3.473418837529607e-05, + "T": 0.0009194958256557584, + "P": 0.030551763251423836, + "-": 0.9658163785934448 + }, + "id": "tp_4911" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 613881, + "label": "-", + "classification": { + "B": 5.494893230206799e-06, + "S": 1.0459020813868847e-06, + "I": 0.0003785823646467179, + "C": 8.932562923291698e-05, + "R": 1.0871342055907007e-05, + "M": 0.00027310868608765304, + "O": 3.0158513254718855e-05, + "W": 8.601813306086115e-07, + "N": 7.974651452968828e-06, + "Y": 0.002157839946448803, + "U": 9.834565162236686e-07, + "K": 2.0327750007709255e-06, + "L": 2.0234072508173995e-05, + "G": 0.0016942889196798205, + "F": 0.008593279868364334, + "E": 0.000440410542069003, + "T": 0.0010944332461804152, + "P": 0.07799357175827026, + "-": 0.9072054624557495 + }, + "id": "tp_4912" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 614014, + "label": "-", + "classification": { + "B": 6.639569960498193e-08, + "S": 5.781953049677213e-08, + "I": 2.5397785066161305e-05, + "C": 7.3470778261253145e-06, + "R": 2.362508439546218e-06, + "M": 5.243511623120867e-05, + "O": 6.015131020831177e-06, + "W": 7.003680480011099e-08, + "N": 3.457413697560696e-07, + "Y": 0.0024322469253093004, + "U": 9.441647108587858e-08, + "K": 4.036440657273488e-07, + "L": 1.3993195580042084e-06, + "G": 0.00023769655672367662, + "F": 0.0015212383586913347, + "E": 1.5741970855742693e-05, + "T": 0.0004857500607613474, + "P": 0.009282924234867096, + "-": 0.985928475856781 + }, + "id": "tp_4913" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 614147, + "label": "-", + "classification": { + "B": 1.6282837123071658e-07, + "S": 2.8202103408148105e-07, + "I": 2.6999376132152975e-05, + "C": 2.710933767957613e-05, + "R": 8.899985914467834e-06, + "M": 7.432717393385246e-05, + "O": 1.2922212590638082e-05, + "W": 4.927106829200056e-07, + "N": 1.0809930017785518e-06, + "Y": 0.003981432411819696, + "U": 2.782926173949818e-07, + "K": 4.714303486252902e-06, + "L": 1.5950952274579322e-06, + "G": 0.0001992078759940341, + "F": 0.00341956689953804, + "E": 3.101657785009593e-05, + "T": 0.0007591858739033341, + "P": 0.011345772072672844, + "-": 0.9801051020622253 + }, + "id": "tp_4914" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 614281, + "label": "-", + "classification": { + "B": 2.094278215736267e-06, + "S": 1.8706960247527604e-07, + "I": 1.6160203813342378e-05, + "C": 1.4060507282920298e-06, + "R": 6.22866991761839e-07, + "M": 2.1477972040884197e-05, + "O": 1.5971092580002733e-05, + "W": 1.6696682791916828e-07, + "N": 1.8623191522237903e-07, + "Y": 0.00012070264347130433, + "U": 1.1494744711626481e-08, + "K": 2.842187374341165e-09, + "L": 1.6639434079479543e-06, + "G": 8.946817251853645e-05, + "F": 0.0003176450845785439, + "E": 7.388639005512232e-06, + "T": 0.00014371640281751752, + "P": 0.039785709232091904, + "-": 0.9594755172729492 + }, + "id": "tp_4915" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 614381, + "label": "-", + "classification": { + "B": 2.7101646082883235e-07, + "S": 3.2747347944450667e-08, + "I": 1.7470909369876608e-05, + "C": 3.849278527923161e-06, + "R": 5.804285478916427e-07, + "M": 9.337422852695454e-06, + "O": 3.194522378180409e-06, + "W": 6.079204695197404e-08, + "N": 5.269964731269283e-07, + "Y": 0.00014843475946690887, + "U": 4.523217000951263e-08, + "K": 8.144531449261194e-08, + "L": 4.165316056514712e-07, + "G": 7.241352432174608e-05, + "F": 0.0014243738260120153, + "E": 1.7824633687268943e-05, + "T": 0.00010492486762814224, + "P": 0.24743163585662842, + "-": 0.7507644891738892 + }, + "id": "tp_4916" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 614515, + "label": "-", + "classification": { + "B": 3.553439853476448e-07, + "S": 8.133842470670061e-07, + "I": 1.4511319932353217e-06, + "C": 3.863468464260222e-06, + "R": 6.66640573854238e-07, + "M": 5.571664223680273e-05, + "O": 1.0609527635097038e-05, + "W": 1.8869513951358385e-07, + "N": 8.633426062942817e-08, + "Y": 0.00042898187530227005, + "U": 9.81346648387671e-09, + "K": 5.42620853138942e-07, + "L": 1.270379812012834e-06, + "G": 0.00014549691695719957, + "F": 0.019316334277391434, + "E": 6.978658802836435e-06, + "T": 0.00019084142695646733, + "P": 0.0033936393447220325, + "-": 0.9764420986175537 + }, + "id": "tp_4917" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 614648, + "label": "-", + "classification": { + "B": 7.862842721806373e-06, + "S": 4.006543804280227e-06, + "I": 0.0003305179998278618, + "C": 2.2723177607986145e-05, + "R": 1.3034470612183213e-05, + "M": 0.000518730899784714, + "O": 9.962211333913729e-05, + "W": 5.555209099838976e-06, + "N": 1.7982541976380162e-05, + "Y": 0.005241467617452145, + "U": 1.8114379827238736e-06, + "K": 1.4800122698943596e-05, + "L": 8.4367893578019e-06, + "G": 0.0004781968891620636, + "F": 0.0035426062531769276, + "E": 0.00015858531696721911, + "T": 0.003992890473455191, + "P": 0.0615120455622673, + "-": 0.9240291118621826 + }, + "id": "tp_4918" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 614781, + "label": "-", + "classification": { + "B": 7.980268037499627e-07, + "S": 1.7724935332807945e-06, + "I": 0.0001092273450922221, + "C": 1.919285386975389e-05, + "R": 5.808745754620759e-06, + "M": 8.221208554459736e-05, + "O": 3.0081524528213777e-05, + "W": 1.1207915804334334e-06, + "N": 6.6946431616088375e-06, + "Y": 0.0017838886706158519, + "U": 8.105970437100041e-07, + "K": 4.181632903055288e-06, + "L": 3.5849154755851487e-06, + "G": 0.00023376998433377594, + "F": 0.004600031301379204, + "E": 9.01457024156116e-05, + "T": 0.0006572123384103179, + "P": 0.07917480170726776, + "-": 0.9131946563720703 + }, + "id": "tp_4919" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 614882, + "label": "-", + "classification": { + "B": 3.7886721315771865e-08, + "S": 4.740833503547037e-08, + "I": 0.0003464319743216038, + "C": 2.2409038137993775e-05, + "R": 2.7882499580300646e-06, + "M": 5.010177846997976e-05, + "O": 5.5608256843697745e-06, + "W": 1.5723691149105434e-07, + "N": 5.6393100749119185e-06, + "Y": 0.001589382765814662, + "U": 1.790008212765315e-07, + "K": 3.978363565693144e-06, + "L": 1.7866621249140735e-07, + "G": 4.981862002750859e-05, + "F": 0.00022540931240655482, + "E": 0.0001637662062421441, + "T": 0.0005223209736868739, + "P": 0.028807876631617546, + "-": 0.9682039618492126 + }, + "id": "tp_4920" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 615015, + "label": "-", + "classification": { + "B": 6.367616156577327e-11, + "S": 3.6183934321032396e-11, + "I": 3.1523947541245434e-07, + "C": 6.744192404539717e-08, + "R": 3.098599821171888e-09, + "M": 1.3170953252483741e-06, + "O": 3.7024264543106256e-08, + "W": 2.5519931654005568e-11, + "N": 7.787958611338297e-10, + "Y": 1.4339243534777779e-05, + "U": 2.197255051517022e-11, + "K": 1.9932420297630316e-11, + "L": 3.922798974542729e-09, + "G": 4.468543920665979e-06, + "F": 3.786764500546269e-05, + "E": 3.4796556747096474e-07, + "T": 1.56685655383626e-05, + "P": 0.009180526249110699, + "-": 0.990744948387146 + }, + "id": "tp_4921" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 615148, + "label": "-", + "classification": { + "B": 2.7208573101233924e-06, + "S": 5.4209881454880815e-06, + "I": 0.00016967607371043414, + "C": 0.0001011600616038777, + "R": 3.45270564139355e-05, + "M": 0.00013834048877470195, + "O": 9.004073945106938e-05, + "W": 7.181327418948058e-06, + "N": 1.9182649339199997e-05, + "Y": 0.004047934897243977, + "U": 5.650967977999244e-06, + "K": 8.657127182232216e-05, + "L": 9.358635907119606e-06, + "G": 0.0006735535571351647, + "F": 0.010295822285115719, + "E": 0.0001586245052749291, + "T": 0.001486544730141759, + "P": 0.0645746961236, + "-": 0.9180929660797119 + }, + "id": "tp_4922" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 615282, + "label": "-", + "classification": { + "B": 0.00012894415704067796, + "S": 3.74390983779449e-05, + "I": 0.0008688674424774945, + "C": 0.0004369739908725023, + "R": 8.590335346525535e-05, + "M": 0.00865955650806427, + "O": 0.0005027044098824263, + "W": 2.3073349439073354e-05, + "N": 6.580323679372668e-05, + "Y": 0.01975172571837902, + "U": 9.733842489367817e-06, + "K": 5.9476904425537214e-05, + "L": 0.00023607510956935585, + "G": 0.012785636819899082, + "F": 0.011048855260014534, + "E": 0.006083979737013578, + "T": 0.009112438187003136, + "P": 0.05706359073519707, + "-": 0.8730392456054688 + }, + "id": "tp_4923" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 615382, + "label": "-", + "classification": { + "B": 9.437389962840825e-06, + "S": 5.9808593505294994e-05, + "I": 0.00024140981258824468, + "C": 0.0004767908831126988, + "R": 0.0001479734928580001, + "M": 0.0016079313354566693, + "O": 0.000435042311437428, + "W": 2.0818577468162403e-05, + "N": 2.4489094357704744e-05, + "Y": 0.009545572102069855, + "U": 4.823642029805342e-06, + "K": 5.988855264149606e-05, + "L": 0.00012753825285471976, + "G": 0.003542251419275999, + "F": 0.02870757132768631, + "E": 0.0003035524277947843, + "T": 0.00484611326828599, + "P": 0.015165584161877632, + "-": 0.9346734285354614 + }, + "id": "tp_4924" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 615516, + "label": "-", + "classification": { + "B": 1.5308496585930698e-05, + "S": 1.3356217095861211e-05, + "I": 0.00025459739845246077, + "C": 0.00023544499708805233, + "R": 5.116998727316968e-05, + "M": 0.0010761667508631945, + "O": 0.00019081051868852228, + "W": 7.522242867707973e-06, + "N": 2.3145072191255167e-05, + "Y": 0.002780761569738388, + "U": 4.44514671471552e-06, + "K": 1.3695501365873497e-05, + "L": 3.8457488699350506e-05, + "G": 0.001169955707155168, + "F": 0.013017764315009117, + "E": 0.0004068609850946814, + "T": 0.0027627749368548393, + "P": 0.05659756064414978, + "-": 0.9213401079177856 + }, + "id": "tp_4925" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 615649, + "label": "-", + "classification": { + "B": 4.361276296549477e-06, + "S": 7.520741291955346e-06, + "I": 1.793095907487441e-05, + "C": 6.439128810598049e-06, + "R": 1.7049726466211723e-06, + "M": 0.00020550409681163728, + "O": 4.664022344513796e-05, + "W": 1.3582836118075647e-06, + "N": 1.3933682794231572e-06, + "Y": 0.001164869754575193, + "U": 7.742406893385123e-08, + "K": 1.8936040078187943e-06, + "L": 5.978020908514736e-06, + "G": 0.0005335830501280725, + "F": 0.03589453175663948, + "E": 7.325859769480303e-05, + "T": 0.0006719709490425885, + "P": 0.022992026060819626, + "-": 0.9383690357208252 + }, + "id": "tp_4926" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 615782, + "label": "-", + "classification": { + "B": 2.1826122974744067e-05, + "S": 1.952525599335786e-05, + "I": 0.0002444515994284302, + "C": 3.204734093742445e-05, + "R": 1.2433197298378218e-05, + "M": 0.0006248621502891183, + "O": 0.00020587421022355556, + "W": 6.138494882179657e-06, + "N": 7.793113582010847e-06, + "Y": 0.0017754940781742334, + "U": 6.481326408902532e-07, + "K": 1.3206995390646625e-06, + "L": 5.63103640160989e-05, + "G": 0.0012414738303050399, + "F": 0.014509553089737892, + "E": 0.0003547398664522916, + "T": 0.0010681921849027276, + "P": 0.04548463597893715, + "-": 0.9343326091766357 + }, + "id": "tp_4927" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 615883, + "label": "-", + "classification": { + "B": 7.19343859145738e-07, + "S": 8.399866260333511e-07, + "I": 6.474385372712277e-06, + "C": 6.406225452337821e-07, + "R": 1.1366226004838609e-07, + "M": 2.1579060557996854e-05, + "O": 8.87123587745009e-06, + "W": 4.468134875423857e-07, + "N": 8.354185183634399e-07, + "Y": 0.0002156528935302049, + "U": 2.4431148659687096e-08, + "K": 3.292305109425797e-06, + "L": 4.3374930669415335e-07, + "G": 0.0002060307451756671, + "F": 0.02079865150153637, + "E": 0.00026330933906137943, + "T": 9.41135294851847e-05, + "P": 0.09395350515842438, + "-": 0.8844243884086609 + }, + "id": "tp_4928" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 616016, + "label": "-", + "classification": { + "B": 5.024036454415182e-06, + "S": 2.1462592485477217e-05, + "I": 0.0005526188178919256, + "C": 0.0003617361653596163, + "R": 0.00013041710190009326, + "M": 0.0013098662020638585, + "O": 0.0003354677464812994, + "W": 2.6666773919714615e-05, + "N": 4.092718518222682e-05, + "Y": 0.005624058190733194, + "U": 9.715405212773476e-06, + "K": 4.428686952451244e-05, + "L": 7.703082519583404e-05, + "G": 0.0011193343671038747, + "F": 0.021577060222625732, + "E": 0.0004256450629327446, + "T": 0.003830787492915988, + "P": 0.032131627202034, + "-": 0.9323762655258179 + }, + "id": "tp_4929" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 616149, + "label": "-", + "classification": { + "B": 1.5411527783726342e-05, + "S": 5.58626270503737e-05, + "I": 0.0001402684865752235, + "C": 0.0005017663934268057, + "R": 6.831748032709584e-05, + "M": 0.0007772977114655077, + "O": 0.0003009081119671464, + "W": 2.645521453814581e-05, + "N": 2.294612022524234e-05, + "Y": 0.0037798327393829823, + "U": 3.3021162835211726e-06, + "K": 0.00012009876809315756, + "L": 9.39718447625637e-05, + "G": 0.00304965116083622, + "F": 0.111129030585289, + "E": 0.0006502709584310651, + "T": 0.0018252898007631302, + "P": 0.030336884781718254, + "-": 0.8471024036407471 + }, + "id": "tp_4930" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 616283, + "label": "-", + "classification": { + "B": 1.2224161764606833e-05, + "S": 1.1602718359426945e-06, + "I": 6.490083615062758e-05, + "C": 4.1614202928030863e-05, + "R": 4.9437062443757895e-06, + "M": 7.517680205637589e-05, + "O": 2.5006424039020203e-05, + "W": 8.244414857472293e-07, + "N": 2.3671213966736104e-06, + "Y": 0.0004011645505670458, + "U": 1.7538395979954657e-07, + "K": 4.850886625717976e-07, + "L": 6.265208412514767e-06, + "G": 0.0010364889167249203, + "F": 0.017160698771476746, + "E": 0.0002604246255941689, + "T": 0.00015525709022767842, + "P": 0.1615532785654068, + "-": 0.8191975951194763 + }, + "id": "tp_4931" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 616383, + "label": "-", + "classification": { + "B": 0.001470275572501123, + "S": 0.0011435523629188538, + "I": 0.004290667362511158, + "C": 0.0017760880291461945, + "R": 0.0009726569405756891, + "M": 0.0035424537491053343, + "O": 0.0025291219353675842, + "W": 0.0008336094906553626, + "N": 0.0013306625187397003, + "Y": 0.017952170222997665, + "U": 0.00039868493331596255, + "K": 0.0038704141043126583, + "L": 0.0008651484968140721, + "G": 0.015347663313150406, + "F": 0.090934157371521, + "E": 0.013959563337266445, + "T": 0.010565065778791904, + "P": 0.1973828375339508, + "-": 0.6308352947235107 + }, + "id": "tp_4932" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 616517, + "label": "-", + "classification": { + "B": 9.514367320662132e-07, + "S": 2.1465683630594867e-07, + "I": 1.7368560293107294e-05, + "C": 3.218147185179987e-06, + "R": 5.262000399852695e-07, + "M": 1.0200492397416383e-05, + "O": 6.404580290109152e-06, + "W": 2.850335931725567e-07, + "N": 8.178855068763369e-07, + "Y": 0.0002544450981076807, + "U": 1.4458706232289842e-07, + "K": 4.181571284789243e-07, + "L": 7.153719820962579e-07, + "G": 6.547066732309759e-05, + "F": 0.0023680052254348993, + "E": 1.9897946913260967e-05, + "T": 0.00011376679321983829, + "P": 0.13374216854572296, + "-": 0.8633949160575867 + }, + "id": "tp_4933" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 616650, + "label": "-", + "classification": { + "B": 3.3507722037029453e-06, + "S": 6.873885354252707e-07, + "I": 0.00033510712091811, + "C": 3.770140392589383e-05, + "R": 3.398735543669318e-06, + "M": 3.2711341191316023e-05, + "O": 1.3438375390251167e-05, + "W": 8.6483339600818e-07, + "N": 1.7469239537604153e-05, + "Y": 0.0005367535632103682, + "U": 1.2469953389881994e-06, + "K": 1.2928391697641928e-05, + "L": 1.3233243407739792e-06, + "G": 0.00021415756782516837, + "F": 0.0022756706457585096, + "E": 0.0005029845633544028, + "T": 0.00020832261361647397, + "P": 0.2680007219314575, + "-": 0.7278011441230774 + }, + "id": "tp_4934" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 616750, + "label": "-", + "classification": { + "B": 0.00013130846491549164, + "S": 2.3954338757903315e-05, + "I": 0.0009470263030380011, + "C": 0.0006885519833303988, + "R": 0.0001774747361196205, + "M": 0.005777354817837477, + "O": 0.0008940623374655843, + "W": 2.0806768588954583e-05, + "N": 1.3570920600614045e-05, + "Y": 0.005555559415370226, + "U": 4.378589437692426e-06, + "K": 1.0287011775744759e-07, + "L": 0.0012437959667295218, + "G": 0.005003532860428095, + "F": 0.0023957560770213604, + "E": 0.0002935189113486558, + "T": 0.005942448973655701, + "P": 0.03939810395240784, + "-": 0.9314886927604675 + }, + "id": "tp_4935" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 616884, + "label": "-", + "classification": { + "B": 1.2283104524613009e-06, + "S": 2.530053961891099e-06, + "I": 0.0001158370723715052, + "C": 2.850053715519607e-05, + "R": 6.303657755779568e-06, + "M": 0.0002633633848745376, + "O": 4.4445790990721434e-05, + "W": 1.9927067569369683e-06, + "N": 6.656503956037341e-06, + "Y": 0.006257941015064716, + "U": 4.241350097800023e-07, + "K": 2.103484803228639e-05, + "L": 5.344867531675845e-06, + "G": 0.0018451897194609046, + "F": 0.010962204076349735, + "E": 0.0005969908670522273, + "T": 0.0015884775202721357, + "P": 0.022277837619185448, + "-": 0.9559736847877502 + }, + "id": "tp_4936" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 617017, + "label": "-", + "classification": { + "B": 7.978741450642701e-06, + "S": 1.0620212378853466e-05, + "I": 0.00041646487079560757, + "C": 0.00011671650281641632, + "R": 2.5396682758582756e-05, + "M": 0.0009222144726663828, + "O": 0.0002529510238673538, + "W": 9.898361895466223e-06, + "N": 3.6734709283337e-05, + "Y": 0.0027731696609407663, + "U": 3.4506708743720083e-06, + "K": 4.01531224270002e-06, + "L": 3.6622983316192403e-05, + "G": 0.0005941620329394937, + "F": 0.005009164102375507, + "E": 0.00033165246713906527, + "T": 0.0025706165470182896, + "P": 0.049174994230270386, + "-": 0.9377031326293945 + }, + "id": "tp_4937" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 617150, + "label": "P", + "classification": { + "B": 0.00010337051207898185, + "S": 9.00335144251585e-05, + "I": 0.0002814862527884543, + "C": 2.8331257908575935e-06, + "R": 1.060215709003387e-06, + "M": 7.774552796036005e-05, + "O": 0.00015122273180168122, + "W": 2.5188986910507083e-05, + "N": 5.419542139861733e-05, + "Y": 5.737135143135674e-05, + "U": 7.127896424208302e-07, + "K": 1.7019509641613695e-06, + "L": 1.2651041288336273e-05, + "G": 7.59107424528338e-05, + "F": 0.006266636773943901, + "E": 0.0008013350307010114, + "T": 7.92886785347946e-05, + "P": 0.7391730546951294, + "-": 0.25274425745010376 + }, + "id": "tp_4938" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 617251, + "label": "-", + "classification": { + "B": 3.0552889711543685e-06, + "S": 2.0412879564446484e-07, + "I": 1.0156188182008918e-05, + "C": 1.952673301275354e-06, + "R": 1.6964123972229572e-07, + "M": 7.253806688822806e-05, + "O": 5.020088792662136e-06, + "W": 5.081749421265158e-08, + "N": 1.6130847768636158e-07, + "Y": 0.0006602361099794507, + "U": 8.46488212857821e-09, + "K": 6.228379589856559e-08, + "L": 1.1675167570501799e-06, + "G": 0.00040718523086979985, + "F": 0.00503605417907238, + "E": 9.481159941060469e-05, + "T": 0.00015462232113350183, + "P": 0.016389938071370125, + "-": 0.9771626591682434 + }, + "id": "tp_4939" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 617384, + "label": "-", + "classification": { + "B": 0.00024193765420932323, + "S": 4.5659253373742104e-05, + "I": 0.0017787991091609001, + "C": 0.0004229452752042562, + "R": 0.00023477482318412513, + "M": 0.002078075660392642, + "O": 0.0006908713257871568, + "W": 3.529565583448857e-05, + "N": 4.7596884542144835e-05, + "Y": 0.006546214688569307, + "U": 1.0038485015684273e-05, + "K": 3.72798399439489e-06, + "L": 0.0005267071537673473, + "G": 0.007926584221422672, + "F": 0.017018796876072884, + "E": 0.0012826592428609729, + "T": 0.0033310193102806807, + "P": 0.07058413326740265, + "-": 0.8871940970420837 + }, + "id": "tp_4940" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 617518, + "label": "-", + "classification": { + "B": 2.0691255375737683e-09, + "S": 5.873930231103941e-09, + "I": 1.8685079339775257e-05, + "C": 1.1638010732895054e-07, + "R": 1.813277705764449e-08, + "M": 1.0060987278848188e-06, + "O": 3.5776864137915254e-07, + "W": 8.835574938359514e-09, + "N": 2.3696638606907072e-07, + "Y": 1.6673433492542244e-05, + "U": 2.3182080699513108e-09, + "K": 1.0992002863474681e-08, + "L": 9.031141168236445e-09, + "G": 1.4492546824840247e-06, + "F": 0.00015353762137237936, + "E": 5.884569418412866e-06, + "T": 1.60319159476785e-05, + "P": 0.3216988742351532, + "-": 0.6780871152877808 + }, + "id": "tp_4941" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 617651, + "label": "-", + "classification": { + "B": 0.0004386721411719918, + "S": 0.0012204201193526387, + "I": 0.00044335087295621634, + "C": 0.0003481245075818151, + "R": 8.941710984800011e-05, + "M": 0.0047744326293468475, + "O": 0.0014694166602566838, + "W": 0.00020288696396164596, + "N": 0.00014839139475952834, + "Y": 0.01250768918544054, + "U": 2.3823342417017557e-05, + "K": 0.0021363398991525173, + "L": 0.0003079197194892913, + "G": 0.01138256024569273, + "F": 0.1210910752415657, + "E": 0.006441852077841759, + "T": 0.007170325145125389, + "P": 0.033991992473602295, + "-": 0.7958112955093384 + }, + "id": "tp_4942" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 617751, + "label": "-", + "classification": { + "B": 4.879667903878726e-05, + "S": 2.99114799418021e-05, + "I": 0.0003084574709646404, + "C": 1.992745092138648e-05, + "R": 5.577405318035744e-06, + "M": 0.0010820922907441854, + "O": 0.00022999053180683404, + "W": 1.0330468285246752e-05, + "N": 1.2276278539502528e-05, + "Y": 0.0020393228624016047, + "U": 9.360740591546346e-07, + "K": 3.305927975816303e-06, + "L": 5.442194014904089e-05, + "G": 0.0018549716332927346, + "F": 0.015426529571413994, + "E": 0.0007375808781944215, + "T": 0.0014975835802033544, + "P": 0.06660891324281693, + "-": 0.9100290536880493 + }, + "id": "tp_4943" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 617885, + "label": "P", + "classification": { + "B": 7.852823813436771e-08, + "S": 1.1057160520522302e-07, + "I": 8.279476605821401e-05, + "C": 4.0626041482028086e-06, + "R": 1.2589507036864234e-07, + "M": 5.015087026549736e-06, + "O": 1.582775666975067e-06, + "W": 1.2901757884264953e-07, + "N": 5.024628080718685e-06, + "Y": 6.521594332298264e-05, + "U": 9.319164462340268e-08, + "K": 4.3948257371084765e-06, + "L": 7.780589328376664e-08, + "G": 2.750297062448226e-05, + "F": 0.0021765567362308502, + "E": 0.000707761850208044, + "T": 3.2200998248299584e-05, + "P": 0.5455428957939148, + "-": 0.4513443112373352 + }, + "id": "tp_4944" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 618018, + "label": "-", + "classification": { + "B": 2.149899046344217e-05, + "S": 1.322141815762734e-05, + "I": 0.0005155793623998761, + "C": 0.0005159286083653569, + "R": 0.00021932777599431574, + "M": 0.0029270474333316088, + "O": 0.0004197706875856966, + "W": 1.61491352628218e-05, + "N": 1.3571275303547736e-05, + "Y": 0.01841992884874344, + "U": 3.926284080080222e-06, + "K": 9.681726623966824e-06, + "L": 0.00021368182206060737, + "G": 0.007819530554115772, + "F": 0.00941617414355278, + "E": 0.0005743125220760703, + "T": 0.0048191542737185955, + "P": 0.016977764666080475, + "-": 0.9370836615562439 + }, + "id": "tp_4945" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 618151, + "label": "-", + "classification": { + "B": 1.371857916154795e-08, + "S": 5.745445363913859e-08, + "I": 5.301738383423071e-06, + "C": 5.373613930714782e-06, + "R": 4.459257922917459e-07, + "M": 1.8165172832596e-06, + "O": 1.4844883935438702e-06, + "W": 7.66266552432171e-08, + "N": 3.350929489442933e-07, + "Y": 0.0001380796602461487, + "U": 5.567094163438924e-08, + "K": 5.401497219281737e-06, + "L": 5.767679667201264e-08, + "G": 1.559459815325681e-05, + "F": 0.004264283925294876, + "E": 9.62694230111083e-06, + "T": 2.9091397664160468e-05, + "P": 0.03896516188979149, + "-": 0.9565576910972595 + }, + "id": "tp_4946" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 618252, + "label": "-", + "classification": { + "B": 2.9283126423251815e-05, + "S": 3.1893523555481806e-06, + "I": 1.770072958606761e-05, + "C": 3.0954417979955906e-06, + "R": 2.6888315574069566e-07, + "M": 0.0003758543753065169, + "O": 2.6085470381076448e-05, + "W": 8.846812420415517e-07, + "N": 8.618501396995271e-07, + "Y": 0.00044274580432102084, + "U": 7.702661974917646e-08, + "K": 3.7622228887812525e-07, + "L": 7.323023055505473e-06, + "G": 0.00023784127552062273, + "F": 0.005790433846414089, + "E": 0.0005238917074166238, + "T": 0.00023871933808550239, + "P": 0.07021147757768631, + "-": 0.9220899343490601 + }, + "id": "tp_4947" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 618385, + "label": "P", + "classification": { + "B": 1.3371755812841002e-05, + "S": 4.894955418421887e-05, + "I": 0.0279239509254694, + "C": 0.00014361986541189253, + "R": 4.048211485496722e-05, + "M": 0.001137865474447608, + "O": 0.00020363034855108708, + "W": 2.3941529434523545e-05, + "N": 0.0027540912851691246, + "Y": 0.006561922375112772, + "U": 1.3721140931011178e-05, + "K": 0.00040501830517314374, + "L": 1.6421867258031853e-05, + "G": 0.0008468511514365673, + "F": 0.00358782010152936, + "E": 0.010549374856054783, + "T": 0.0061892555095255375, + "P": 0.6607695817947388, + "-": 0.2787701487541199 + }, + "id": "tp_4948" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 618519, + "label": "-", + "classification": { + "B": 2.106389871414649e-07, + "S": 2.843984475475736e-06, + "I": 2.7266409233561717e-05, + "C": 4.2665874389058445e-06, + "R": 7.111297577466758e-07, + "M": 2.490624137863051e-05, + "O": 1.3161278729967307e-05, + "W": 8.652843348500028e-07, + "N": 4.569525117403828e-06, + "Y": 0.0005473529454320669, + "U": 3.100151957369235e-07, + "K": 6.2286808315548114e-06, + "L": 6.78192066061456e-07, + "G": 4.283194357412867e-05, + "F": 0.0053855725564062595, + "E": 3.228521745768376e-05, + "T": 0.000485624565044418, + "P": 0.1361597776412964, + "-": 0.857260525226593 + }, + "id": "tp_4949" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 618652, + "label": "-", + "classification": { + "B": 7.925879799586255e-06, + "S": 1.958647430910787e-07, + "I": 9.968037920771167e-05, + "C": 3.6433027617022162e-06, + "R": 2.7828147608488507e-07, + "M": 4.517768320511095e-05, + "O": 7.317089057323756e-06, + "W": 1.514292193860456e-07, + "N": 1.8425840835334384e-06, + "Y": 0.00014110254414845258, + "U": 6.077121383896156e-08, + "K": 6.906090277425392e-08, + "L": 2.0300924461480463e-06, + "G": 0.00022497042664326727, + "F": 0.0011570214992389083, + "E": 0.0004798367153853178, + "T": 0.00011693182750605047, + "P": 0.3470463752746582, + "-": 0.6506654620170593 + }, + "id": "tp_4950" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 618752, + "label": "-", + "classification": { + "B": 6.431053043343127e-05, + "S": 3.716084756888449e-05, + "I": 0.0029024621471762657, + "C": 0.0005939026013948023, + "R": 0.00018494469986762851, + "M": 0.0008791359723545611, + "O": 0.00043156041647307575, + "W": 3.9860926335677505e-05, + "N": 0.0002951782662421465, + "Y": 0.0061678700149059296, + "U": 2.8147675038781017e-05, + "K": 0.0001401466433890164, + "L": 7.844566425774246e-05, + "G": 0.0032977380324155092, + "F": 0.015288137830793858, + "E": 0.0032886082772165537, + "T": 0.0034245054703205824, + "P": 0.20848926901817322, + "-": 0.7543686628341675 + }, + "id": "tp_4951" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 618886, + "label": "-", + "classification": { + "B": 0.00013086046965327114, + "S": 5.497220627148636e-05, + "I": 0.0013031779089942575, + "C": 0.0002886044676415622, + "R": 4.09638014389202e-05, + "M": 0.00128076015971601, + "O": 0.0005291616544127464, + "W": 3.5109980672132224e-05, + "N": 0.00013868161477148533, + "Y": 0.0026812979485839605, + "U": 1.3551616575568914e-05, + "K": 1.5058923963806592e-05, + "L": 0.00011867023567901924, + "G": 0.001964408904314041, + "F": 0.007212270516902208, + "E": 0.00159584975335747, + "T": 0.002497230190783739, + "P": 0.22590337693691254, + "-": 0.754196047782898 + }, + "id": "tp_4952" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 619019, + "label": "-", + "classification": { + "B": 2.0156045366093167e-07, + "S": 2.1328460775293934e-08, + "I": 2.841360583261121e-05, + "C": 7.362088467743888e-07, + "R": 9.599294514828216e-08, + "M": 4.605603407981107e-06, + "O": 2.127882680724724e-06, + "W": 6.46921876068518e-08, + "N": 8.756104534768383e-07, + "Y": 0.00011078765237471089, + "U": 4.261619679368778e-08, + "K": 3.323708881453058e-07, + "L": 9.328228145477624e-08, + "G": 2.6553459974820726e-05, + "F": 0.00035702649620361626, + "E": 5.855714334757067e-05, + "T": 5.986974065308459e-05, + "P": 0.20234791934490204, + "-": 0.7970017194747925 + }, + "id": "tp_4953" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 619152, + "label": "-", + "classification": { + "B": 3.0340609669110563e-07, + "S": 1.3484886984826971e-08, + "I": 5.570843768509803e-06, + "C": 2.2044379477392795e-07, + "R": 2.0240548792571644e-08, + "M": 3.786452452914091e-06, + "O": 5.127398026161245e-07, + "W": 6.855231493574365e-09, + "N": 5.4064955179455865e-08, + "Y": 2.962236976600252e-05, + "U": 1.1444075687094823e-09, + "K": 3.1669666888944903e-09, + "L": 5.750915832436476e-08, + "G": 1.601147960172966e-05, + "F": 0.0006186666432768106, + "E": 1.8632134015206248e-05, + "T": 2.1153402485651895e-05, + "P": 0.15383721888065338, + "-": 0.8454481959342957 + }, + "id": "tp_4954" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 619253, + "label": "-", + "classification": { + "B": 1.2780310498783365e-07, + "S": 4.596648750521126e-08, + "I": 6.403052248060703e-05, + "C": 1.005889498628676e-05, + "R": 5.791072226202232e-07, + "M": 9.902709280140698e-06, + "O": 2.973454456878244e-06, + "W": 1.012829713431529e-07, + "N": 2.793731027850299e-06, + "Y": 0.00011266754881944507, + "U": 1.7732419621552253e-07, + "K": 3.6180572351440787e-06, + "L": 1.3300464729582018e-07, + "G": 3.5225235478719696e-05, + "F": 0.0009489472722634673, + "E": 0.00015892308147158474, + "T": 7.436721352860332e-05, + "P": 0.13722307980060577, + "-": 0.8613521456718445 + }, + "id": "tp_4955" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 619386, + "label": "-", + "classification": { + "B": 6.865335762995528e-06, + "S": 1.7699680029181764e-05, + "I": 0.0032986882142722607, + "C": 0.0006499979645013809, + "R": 0.00014700001338496804, + "M": 0.00019941462960559875, + "O": 0.00016286275058519095, + "W": 3.041224590560887e-05, + "N": 0.00024458623374812305, + "Y": 0.0022559904027730227, + "U": 2.6799272745847702e-05, + "K": 4.3299565732013434e-05, + "L": 3.384603405720554e-05, + "G": 0.0007302198209799826, + "F": 0.006248706951737404, + "E": 0.0006614350713789463, + "T": 0.001658985042013228, + "P": 0.32958394289016724, + "-": 0.6539992094039917 + }, + "id": "tp_4956" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 619520, + "label": "-", + "classification": { + "B": 5.6586362262578405e-09, + "S": 3.8089523202167186e-10, + "I": 0.00014250660024117678, + "C": 5.652183517668163e-06, + "R": 2.8261266038498434e-07, + "M": 1.207440504913393e-06, + "O": 1.5657668939184077e-07, + "W": 3.0476485779473705e-09, + "N": 6.232667715266871e-07, + "Y": 0.0001047663827193901, + "U": 4.783364104810062e-08, + "K": 6.383210120475269e-07, + "L": 2.0866181671408413e-08, + "G": 3.233681491110474e-05, + "F": 0.00031936971936374903, + "E": 2.917470374086406e-05, + "T": 3.2008119887905195e-05, + "P": 0.2020929753780365, + "-": 0.7972381711006165 + }, + "id": "tp_4957" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 619653, + "label": "P", + "classification": { + "B": 0.00013842851330991834, + "S": 1.3837327969667967e-05, + "I": 0.00023120461264625192, + "C": 1.1616781193879433e-05, + "R": 1.3805937442157301e-06, + "M": 0.00014704054046887904, + "O": 7.087377889547497e-05, + "W": 1.0061936336569488e-05, + "N": 4.7561898099957034e-05, + "Y": 0.00016569810395594686, + "U": 2.539884008001536e-06, + "K": 1.0350128832214978e-05, + "L": 6.454512003983837e-06, + "G": 0.00012635206803679466, + "F": 0.0017086396692320704, + "E": 0.0018282440723851323, + "T": 0.0004085030232090503, + "P": 0.5254485607147217, + "-": 0.4696226418018341 + }, + "id": "tp_4958" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 619753, + "label": "-", + "classification": { + "B": 8.064226619808323e-09, + "S": 1.6692200399681667e-10, + "I": 4.4506828089652117e-07, + "C": 7.4329267185646586e-09, + "R": 3.602913523081952e-10, + "M": 5.445301098916389e-07, + "O": 4.3009148242845185e-08, + "W": 3.042940066588784e-10, + "N": 3.619307742397382e-09, + "Y": 5.7781826399150304e-06, + "U": 5.981923983933157e-11, + "K": 9.421057267644528e-10, + "L": 1.8389749723013438e-09, + "G": 2.4674839096405776e-06, + "F": 3.300471871625632e-05, + "E": 4.405987510835985e-06, + "T": 5.9000021792599e-06, + "P": 0.0813307911157608, + "-": 0.918616533279419 + }, + "id": "tp_4959" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 619887, + "label": "-", + "classification": { + "B": 6.533703071909258e-07, + "S": 4.9512028255094265e-08, + "I": 1.8554117559688166e-05, + "C": 5.844523911946453e-06, + "R": 8.340228987435694e-07, + "M": 3.9881000702735037e-05, + "O": 5.088091711513698e-06, + "W": 4.495070626830966e-08, + "N": 1.0603593381119936e-07, + "Y": 0.0006861657020635903, + "U": 2.8296843979092046e-08, + "K": 7.937651247402755e-08, + "L": 1.4544951909556403e-06, + "G": 0.0002887025475502014, + "F": 0.0005063607823103666, + "E": 1.246274132427061e-05, + "T": 0.0001269990170840174, + "P": 0.006858248729258776, + "-": 0.9914484620094299 + }, + "id": "tp_4960" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 620020, + "label": "-", + "classification": { + "B": 2.003894508106896e-07, + "S": 1.247209269195082e-07, + "I": 0.0005003483965992928, + "C": 7.746994015178643e-06, + "R": 2.5071014988498064e-06, + "M": 6.504449265776202e-05, + "O": 1.1924186765099876e-05, + "W": 1.9505755233240052e-07, + "N": 6.398940058716107e-06, + "Y": 0.0014951833290979266, + "U": 1.3738444692990015e-07, + "K": 1.7990875278428575e-07, + "L": 1.2543705452117138e-06, + "G": 0.00010466605453984812, + "F": 0.0004981584497727454, + "E": 5.8179979532724246e-05, + "T": 0.0008129705674946308, + "P": 0.09686584770679474, + "-": 0.8995688557624817 + }, + "id": "tp_4961" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 620153, + "label": "-", + "classification": { + "B": 0.00029549418832175434, + "S": 0.00018891869694925845, + "I": 0.008471647277474403, + "C": 0.001272014807909727, + "R": 0.000265683134784922, + "M": 0.0011106175370514393, + "O": 0.0006812059436924756, + "W": 0.0002732259454205632, + "N": 0.0018733068136498332, + "Y": 0.007448249030858278, + "U": 0.0003332488122396171, + "K": 0.0035571192856878042, + "L": 0.00011675663699861616, + "G": 0.002445440273731947, + "F": 0.01955575682222843, + "E": 0.014098973013460636, + "T": 0.0040383352898061275, + "P": 0.3618730902671814, + "-": 0.572100818157196 + }, + "id": "tp_4962" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 620254, + "label": "-", + "classification": { + "B": 8.75031400937587e-05, + "S": 5.129196506459266e-05, + "I": 0.002399850869551301, + "C": 0.0005577801493927836, + "R": 0.00010226495942333713, + "M": 0.0011773427249863744, + "O": 0.0004184722201898694, + "W": 5.53647187189199e-05, + "N": 0.0003222034138161689, + "Y": 0.006102316547185183, + "U": 3.7888119550189e-05, + "K": 0.00023929022427182645, + "L": 7.300041761482134e-05, + "G": 0.0024501823354512453, + "F": 0.015718938782811165, + "E": 0.004044258501380682, + "T": 0.003018161980435252, + "P": 0.22060976922512054, + "-": 0.7425340414047241 + }, + "id": "tp_4963" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 620387, + "label": "-", + "classification": { + "B": 8.22930542199174e-06, + "S": 4.684934083343251e-06, + "I": 0.0005643158219754696, + "C": 2.7518952265381813e-05, + "R": 4.559301032713847e-06, + "M": 0.00011732694110833108, + "O": 4.213425927446224e-05, + "W": 3.937397195841186e-06, + "N": 4.902804721496068e-05, + "Y": 0.0009183137444779277, + "U": 1.846387476689415e-06, + "K": 2.334200507903006e-05, + "L": 5.610277185041923e-06, + "G": 0.0006858062115497887, + "F": 0.010629520751535892, + "E": 0.0029842981602996588, + "T": 0.00044668541522696614, + "P": 0.41987577080726624, + "-": 0.5636069774627686 + }, + "id": "tp_4964" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 620521, + "label": "-", + "classification": { + "B": 1.0448329703649506e-05, + "S": 2.6643721867003478e-05, + "I": 0.0005625008489005268, + "C": 0.0002200267481384799, + "R": 4.532989260042086e-05, + "M": 0.0008439403609372675, + "O": 0.00015825021546334028, + "W": 1.4458475561696105e-05, + "N": 5.7420020311838016e-05, + "Y": 0.006393198389559984, + "U": 4.8278525355271995e-06, + "K": 0.00023411431175190955, + "L": 4.745686601381749e-05, + "G": 0.004986999556422234, + "F": 0.08526654541492462, + "E": 0.005360072478652, + "T": 0.002011486329138279, + "P": 0.12462738156318665, + "-": 0.7691287994384766 + }, + "id": "tp_4965" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 620654, + "label": "-", + "classification": { + "B": 5.1460354200116853e-08, + "S": 3.7842413647126705e-09, + "I": 2.8727557946695015e-05, + "C": 9.204019875141967e-07, + "R": 3.13136538920844e-08, + "M": 1.0613081940391567e-05, + "O": 4.468440408800234e-07, + "W": 5.207665854101151e-09, + "N": 1.8368092469245312e-07, + "Y": 3.069187732762657e-05, + "U": 1.5669835429221735e-09, + "K": 1.6469629215976056e-08, + "L": 3.3300420199111613e-08, + "G": 2.6172359866905026e-05, + "F": 0.00034856502315960824, + "E": 0.000166114725288935, + "T": 1.5335646821768023e-05, + "P": 0.20290398597717285, + "-": 0.7964680194854736 + }, + "id": "tp_4966" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 620754, + "label": "-", + "classification": { + "B": 3.1791625332289186e-08, + "S": 1.7331354129623833e-08, + "I": 2.3108957975637168e-05, + "C": 1.8255750546813942e-06, + "R": 9.440546477890166e-08, + "M": 4.941702354699373e-05, + "O": 1.6665732118781307e-06, + "W": 2.3508658131277116e-08, + "N": 5.122938659951615e-07, + "Y": 0.0001865722588263452, + "U": 2.6238812012024937e-08, + "K": 2.822065425789333e-07, + "L": 1.5255105267897306e-07, + "G": 3.022121927642729e-05, + "F": 0.00040805808384902775, + "E": 7.536116027040407e-05, + "T": 0.00015886093024164438, + "P": 0.06252935528755188, + "-": 0.9365344047546387 + }, + "id": "tp_4967" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 620888, + "label": "-", + "classification": { + "B": 3.1800706778994936e-07, + "S": 6.73342626100748e-08, + "I": 0.00016070593846961856, + "C": 3.8588937059103046e-06, + "R": 2.4527184905309696e-07, + "M": 7.907206054369453e-06, + "O": 1.3751950973528437e-06, + "W": 1.0135484274087503e-07, + "N": 3.514276841087849e-06, + "Y": 0.00027697448967956007, + "U": 9.565693659396857e-08, + "K": 1.7220902464032406e-06, + "L": 1.3492723383023986e-07, + "G": 2.373260576860048e-05, + "F": 0.001187385874800384, + "E": 0.00029197632102295756, + "T": 4.740637814393267e-05, + "P": 0.3504416048526764, + "-": 0.6475508213043213 + }, + "id": "tp_4968" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 621021, + "label": "-", + "classification": { + "B": 1.3411285237907578e-07, + "S": 6.910306069585204e-07, + "I": 0.0006844473537057638, + "C": 1.4078142157814e-05, + "R": 3.29155500367051e-06, + "M": 5.9624395362334326e-05, + "O": 1.7531678167870268e-05, + "W": 1.0121096920556738e-06, + "N": 3.2070242014015093e-05, + "Y": 0.0011005407432094216, + "U": 6.105603915784741e-07, + "K": 8.028210686461534e-06, + "L": 7.004437065916136e-07, + "G": 8.467920270049945e-05, + "F": 0.0013424998614937067, + "E": 0.00010745335748651996, + "T": 0.0011182549642398953, + "P": 0.11217574030160904, + "-": 0.8832486271858215 + }, + "id": "tp_4969" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 621154, + "label": "P", + "classification": { + "B": 1.963412721295299e-08, + "S": 1.4722394414690143e-09, + "I": 1.5175225598795805e-05, + "C": 9.992822214144326e-08, + "R": 4.379979934299172e-09, + "M": 1.7147621633739618e-07, + "O": 8.118801986256585e-08, + "W": 3.5484504223859403e-09, + "N": 2.1655877446846716e-07, + "Y": 1.917047256938531e-06, + "U": 2.378353514131959e-09, + "K": 2.8975255528251864e-09, + "L": 4.725673186101176e-09, + "G": 7.869482487876667e-07, + "F": 3.841033321805298e-05, + "E": 1.0242564712825697e-05, + "T": 3.7073086787131615e-06, + "P": 0.8014973998069763, + "-": 0.1984318196773529 + }, + "id": "tp_4970" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 621255, + "label": "P", + "classification": { + "B": 9.044473472386017e-07, + "S": 4.066036467520462e-07, + "I": 0.0008482745615765452, + "C": 5.878207957721315e-06, + "R": 4.434931781815976e-07, + "M": 5.436596256913617e-05, + "O": 4.047016773256473e-06, + "W": 1.755255141233647e-07, + "N": 2.568634408817161e-05, + "Y": 0.0002480468829162419, + "U": 1.596304315398811e-07, + "K": 1.7505818732388434e-06, + "L": 3.168955515775451e-07, + "G": 0.0001202627390739508, + "F": 0.0003974691207986325, + "E": 0.000993909314274788, + "T": 0.00020200542348902673, + "P": 0.7858478426933289, + "-": 0.21124814450740814 + }, + "id": "tp_4971" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 621388, + "label": "-", + "classification": { + "B": 0.0017559928819537163, + "S": 0.00019065603555645794, + "I": 0.005200151354074478, + "C": 0.0010509544517844915, + "R": 0.00025584897957742214, + "M": 0.005793500691652298, + "O": 0.00211948249489069, + "W": 0.0002069660258712247, + "N": 0.0005692486301995814, + "Y": 0.006566236261278391, + "U": 6.633338489336893e-05, + "K": 2.2331385480356403e-05, + "L": 0.0007844206411391497, + "G": 0.006068346556276083, + "F": 0.006589952390640974, + "E": 0.00591216841712594, + "T": 0.0060531883500516415, + "P": 0.33284685015678406, + "-": 0.6179474592208862 + }, + "id": "tp_4972" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 621522, + "label": "-", + "classification": { + "B": 4.6299137466121465e-06, + "S": 2.532205769512075e-07, + "I": 0.00012063474423484877, + "C": 6.7534215304476675e-06, + "R": 1.3029713272771914e-06, + "M": 2.0429033611435443e-05, + "O": 2.082236642308999e-05, + "W": 3.845773051125434e-07, + "N": 4.735172751679784e-06, + "Y": 8.242461626650766e-05, + "U": 1.673350737974033e-07, + "K": 3.3955825529119466e-07, + "L": 1.4309495099951164e-06, + "G": 0.0001944356772582978, + "F": 0.0006587818497791886, + "E": 0.00014115848171059042, + "T": 7.222346175694838e-05, + "P": 0.34502601623535156, + "-": 0.6536431312561035 + }, + "id": "tp_4973" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 621655, + "label": "-", + "classification": { + "B": 2.480130933690816e-05, + "S": 3.986898718721932e-06, + "I": 0.0013067566324025393, + "C": 6.0611320805037394e-05, + "R": 1.551188870507758e-05, + "M": 0.00034118298208341, + "O": 0.00013811455573886633, + "W": 6.9158968472038396e-06, + "N": 2.6403829906485043e-05, + "Y": 0.0008545215241611004, + "U": 1.394414653077547e-06, + "K": 1.1771041954489192e-06, + "L": 2.022826811298728e-05, + "G": 0.0005711102858185768, + "F": 0.0014926646836102009, + "E": 0.0007631815969944, + "T": 0.0005261828773654997, + "P": 0.17511503398418427, + "-": 0.8187302947044373 + }, + "id": "tp_4974" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 621755, + "label": "P", + "classification": { + "B": 8.156997743924421e-09, + "S": 1.492256451740559e-08, + "I": 0.00020644126925617456, + "C": 1.2349704547887086e-06, + "R": 7.730086082347043e-08, + "M": 1.3301104218044202e-06, + "O": 3.022095995675045e-07, + "W": 4.1577429499284335e-08, + "N": 4.555261511995923e-06, + "Y": 2.248977580165956e-05, + "U": 2.868471682404561e-08, + "K": 1.4707430864291382e-06, + "L": 1.0896610724842049e-08, + "G": 2.6194511519861408e-06, + "F": 0.0002841273380909115, + "E": 0.00022551233996637166, + "T": 1.1693328815454151e-05, + "P": 0.7121260166168213, + "-": 0.2871120274066925 + }, + "id": "tp_4975" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 621889, + "label": "-", + "classification": { + "B": 1.0190822649747133e-05, + "S": 3.0802291348663857e-06, + "I": 0.00028423909679986537, + "C": 0.00010512154403841123, + "R": 2.7991576644126326e-05, + "M": 0.00016292025975417346, + "O": 7.82222778070718e-05, + "W": 5.373598014557501e-06, + "N": 2.659851270436775e-05, + "Y": 0.0016630154568701982, + "U": 6.0614943322434556e-06, + "K": 2.482381933077704e-05, + "L": 1.3222612324170768e-05, + "G": 0.0006513601983897388, + "F": 0.006140530575066805, + "E": 0.00031624906114302576, + "T": 0.0012719774385914207, + "P": 0.2019931972026825, + "-": 0.7872159481048584 + }, + "id": "tp_4976" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 622022, + "label": "P", + "classification": { + "B": 4.882864686805988e-06, + "S": 7.17807495220768e-07, + "I": 0.001579004223458469, + "C": 3.461771484580822e-05, + "R": 3.3776520922401687e-06, + "M": 0.00020022493845317513, + "O": 1.8600861949380487e-05, + "W": 1.092711045203032e-06, + "N": 4.343636828707531e-05, + "Y": 0.00044699240243062377, + "U": 1.079160938388668e-06, + "K": 2.5561419079167536e-06, + "L": 3.153796114929719e-06, + "G": 0.00024400836264248937, + "F": 0.0012943247565999627, + "E": 0.0020928755402565002, + "T": 0.00036402553087100387, + "P": 0.5373275876045227, + "-": 0.45633745193481445 + }, + "id": "tp_4977" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 622155, + "label": "P", + "classification": { + "B": 3.7187270623961766e-11, + "S": 6.303897959192284e-10, + "I": 1.2678242455876898e-05, + "C": 1.109800917831194e-09, + "R": 5.2061546046422436e-11, + "M": 2.927698616872476e-08, + "O": 2.401515208916294e-09, + "W": 1.839661756264377e-10, + "N": 7.9782086004343e-07, + "Y": 3.956587022457825e-07, + "U": 4.2355296353546734e-11, + "K": 9.765018660345959e-08, + "L": 7.702871326897842e-12, + "G": 1.284720863026223e-08, + "F": 9.627067811379675e-06, + "E": 2.0412968297023326e-05, + "T": 4.3263074189781037e-07, + "P": 0.9828023314476013, + "-": 0.01715327799320221 + }, + "id": "tp_4978" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 622256, + "label": "P", + "classification": { + "B": 2.638189222636811e-08, + "S": 2.0260133126726032e-08, + "I": 0.001122587244026363, + "C": 1.847641215135809e-06, + "R": 3.633290646121168e-07, + "M": 1.2017998415103648e-05, + "O": 9.634356956667034e-07, + "W": 3.379725299623715e-08, + "N": 1.3164907613827381e-05, + "Y": 0.0003890263324137777, + "U": 2.3245021907314367e-08, + "K": 7.553617820121872e-07, + "L": 2.886683425629144e-08, + "G": 2.9237275157356635e-05, + "F": 0.00018814540817402303, + "E": 0.0003108701203018427, + "T": 0.0001126718707382679, + "P": 0.619816243648529, + "-": 0.37800201773643494 + }, + "id": "tp_4979" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 622389, + "label": "-", + "classification": { + "B": 3.7794632135046413e-06, + "S": 8.757005161896814e-06, + "I": 0.0011588099878281355, + "C": 9.049620712175965e-05, + "R": 1.633688407309819e-05, + "M": 0.00022239709505811334, + "O": 8.83789689396508e-05, + "W": 1.1522058230184484e-05, + "N": 0.00010739273420767859, + "Y": 0.0023165603633970022, + "U": 7.530990387749625e-06, + "K": 0.00013206899166107178, + "L": 6.773759650968714e-06, + "G": 0.000539826403837651, + "F": 0.006950022652745247, + "E": 0.0011630486696958542, + "T": 0.001652812003158033, + "P": 0.17286106944084167, + "-": 0.8126624822616577 + }, + "id": "tp_4980" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 622523, + "label": "P", + "classification": { + "B": 2.4084426968329353e-06, + "S": 1.5199378822217113e-06, + "I": 0.002027970040217042, + "C": 1.4649594959337264e-05, + "R": 1.689988835096301e-06, + "M": 2.4445756935165264e-05, + "O": 7.288990673259832e-06, + "W": 1.250185732715181e-06, + "N": 0.00011272287520114332, + "Y": 0.00018099491717293859, + "U": 1.4216752788343001e-06, + "K": 1.3137474525137804e-05, + "L": 9.668613074609311e-07, + "G": 8.44508977024816e-05, + "F": 0.0012082960456609726, + "E": 0.0013341223821043968, + "T": 0.00018127595831174403, + "P": 0.8517554998397827, + "-": 0.1430458426475525 + }, + "id": "tp_4981" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 622656, + "label": "P", + "classification": { + "B": 5.909197625442175e-06, + "S": 9.961069054043037e-07, + "I": 0.0006223345408216119, + "C": 2.9751665351795964e-05, + "R": 2.4070054678304587e-06, + "M": 4.8591402446618304e-05, + "O": 1.5206231182673946e-05, + "W": 2.7474347916722763e-06, + "N": 4.643469219445251e-05, + "Y": 0.0003370422637090087, + "U": 2.756667981884675e-06, + "K": 1.6533100279048085e-05, + "L": 1.3192045571486233e-06, + "G": 0.00019352715753484517, + "F": 0.0011754713486880064, + "E": 0.001863915123976767, + "T": 0.00018514649127610028, + "P": 0.6378083229064941, + "-": 0.3576416075229645 + }, + "id": "tp_4982" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 622756, + "label": "P", + "classification": { + "B": 4.246012152986367e-10, + "S": 2.812524657613835e-10, + "I": 3.658459490907262e-06, + "C": 1.6400290903106907e-08, + "R": 1.089209056281959e-09, + "M": 1.2762258805310012e-08, + "O": 1.0829123375799554e-08, + "W": 7.357232600924135e-10, + "N": 5.2710358744434416e-08, + "Y": 1.6098258583951974e-06, + "U": 5.662383339988253e-10, + "K": 8.922847172243564e-08, + "L": 1.8686134584111613e-10, + "G": 2.966384897717944e-07, + "F": 0.00019670012989081442, + "E": 1.0228495739283971e-05, + "T": 5.743021915805002e-07, + "P": 0.5252988934516907, + "-": 0.47448790073394775 + }, + "id": "tp_4983" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 622890, + "label": "P", + "classification": { + "B": 8.364376968827969e-10, + "S": 2.0295143343673772e-10, + "I": 1.0208208550466225e-05, + "C": 4.436119027673158e-08, + "R": 4.203899728327798e-10, + "M": 1.8285035707776842e-08, + "O": 5.0399986406546304e-09, + "W": 5.963583515899984e-10, + "N": 3.5579688528741826e-07, + "Y": 4.333922788646305e-06, + "U": 4.725435598373906e-10, + "K": 3.952364295400912e-06, + "L": 5.1079696028466515e-11, + "G": 1.4947499948902987e-06, + "F": 0.0006722056423313916, + "E": 0.002045219764113426, + "T": 5.543782322092738e-07, + "P": 0.7512328624725342, + "-": 0.24602878093719482 + }, + "id": "tp_4984" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 623023, + "label": "P", + "classification": { + "B": 7.419932330776646e-07, + "S": 4.442064849285998e-08, + "I": 0.0005749997799284756, + "C": 2.217003384430427e-05, + "R": 1.690679027888109e-06, + "M": 1.0273403859173413e-05, + "O": 2.8451836442400236e-06, + "W": 2.2148307721181482e-07, + "N": 1.0920640306721907e-05, + "Y": 0.00023976473312359303, + "U": 3.0696787689521443e-07, + "K": 1.7268747569687548e-06, + "L": 4.375585547222727e-07, + "G": 0.00013330313959158957, + "F": 0.0018466318724676967, + "E": 0.0006341931293718517, + "T": 5.672173574566841e-05, + "P": 0.5082167387008667, + "-": 0.48824623227119446 + }, + "id": "tp_4985" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 623156, + "label": "P", + "classification": { + "B": 2.391194742212832e-10, + "S": 3.543248680570876e-11, + "I": 8.603406968177296e-06, + "C": 1.8879557472928354e-08, + "R": 1.2272036165050793e-10, + "M": 4.3764448065530814e-08, + "O": 4.323171154396732e-09, + "W": 1.0319592402829869e-10, + "N": 1.1749305173225366e-07, + "Y": 5.936881848356279e-07, + "U": 1.4438687745421674e-10, + "K": 8.864042833067742e-09, + "L": 5.0475498780677697e-11, + "G": 1.8299506621133332e-07, + "F": 1.0746364750957582e-05, + "E": 6.0974980442551896e-05, + "T": 2.930948141965928e-07, + "P": 0.8798319101333618, + "-": 0.12008645385503769 + }, + "id": "tp_4986" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 623257, + "label": "P", + "classification": { + "B": 1.549325929772749e-07, + "S": 1.0673225006030407e-06, + "I": 0.00024635883164592087, + "C": 5.840841481585812e-07, + "R": 1.41864248348611e-07, + "M": 1.2208400903546135e-06, + "O": 1.8790026388160186e-06, + "W": 5.895287245039071e-07, + "N": 6.436818512156606e-05, + "Y": 9.7080819614348e-06, + "U": 8.930455663858083e-08, + "K": 2.807894634315744e-05, + "L": 6.509765171358595e-08, + "G": 2.660853169800248e-05, + "F": 0.0016797195421531796, + "E": 0.0008550113998353481, + "T": 2.2594560505240224e-05, + "P": 0.9560185670852661, + "-": 0.041043151170015335 + }, + "id": "tp_4987" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 623390, + "label": "P", + "classification": { + "B": 4.6959663450252265e-05, + "S": 2.7350373784429394e-05, + "I": 0.0010493443114683032, + "C": 7.917237780930009e-06, + "R": 4.065743269165978e-06, + "M": 5.370582584873773e-05, + "O": 0.00011732948769349605, + "W": 1.3800310625811107e-05, + "N": 0.00011619979341048747, + "Y": 4.7730569349369034e-05, + "U": 6.821053943895095e-07, + "K": 8.930587682698388e-07, + "L": 8.342260116478428e-06, + "G": 0.00012193671136628836, + "F": 0.0007648100727237761, + "E": 0.00029096266371198, + "T": 0.0001815685973269865, + "P": 0.8237058520317078, + "-": 0.17344054579734802 + }, + "id": "tp_4988" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 623524, + "label": "P", + "classification": { + "B": 6.802647334325229e-10, + "S": 1.4545989412972915e-10, + "I": 3.904837740265066e-06, + "C": 1.1693149559732774e-08, + "R": 3.2052080434219477e-10, + "M": 1.2774101776358293e-07, + "O": 1.0270883699092792e-08, + "W": 1.7672199814633416e-10, + "N": 3.797565995000696e-08, + "Y": 1.0980864999510231e-06, + "U": 6.830271764846074e-11, + "K": 5.238092737336331e-10, + "L": 2.0597033800751063e-10, + "G": 3.488921151983959e-07, + "F": 2.0469939045142382e-05, + "E": 1.067019002221059e-05, + "T": 7.679760187784268e-07, + "P": 0.8636292815208435, + "-": 0.13633321225643158 + }, + "id": "tp_4989" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 623657, + "label": "P", + "classification": { + "B": 1.921429247886408e-05, + "S": 1.0382577784184832e-05, + "I": 0.002702284837141633, + "C": 3.25590226566419e-05, + "R": 3.630518904174096e-06, + "M": 0.00048719439655542374, + "O": 7.117629866115749e-05, + "W": 6.770145773771219e-06, + "N": 0.00021202981588430703, + "Y": 0.0004779489536304027, + "U": 3.121297140751267e-06, + "K": 1.0646740520314779e-05, + "L": 1.0066048162116203e-05, + "G": 0.0002768798149190843, + "F": 0.001871685846708715, + "E": 0.002575753489509225, + "T": 0.000930733629502356, + "P": 0.7149032950401306, + "-": 0.27539458870887756 + }, + "id": "tp_4990" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 623757, + "label": "P", + "classification": { + "B": 6.059006409486756e-05, + "S": 6.104673047957476e-06, + "I": 0.00011513313802424818, + "C": 1.6501483059983002e-06, + "R": 2.9826702530044713e-07, + "M": 9.663648961577564e-05, + "O": 3.79935372620821e-05, + "W": 1.8197494000560255e-06, + "N": 9.717318789626006e-06, + "Y": 5.958224573987536e-05, + "U": 1.8340507779157633e-07, + "K": 2.6648683615349e-07, + "L": 6.400107395165833e-06, + "G": 0.00011610586807364598, + "F": 0.0025622963439673185, + "E": 0.0013711251085624099, + "T": 0.00013974489411339164, + "P": 0.5720152854919434, + "-": 0.4233991205692291 + }, + "id": "tp_4991" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 623891, + "label": "P", + "classification": { + "B": 1.3012275985602173e-06, + "S": 6.798398430873931e-07, + "I": 0.0019150016596540809, + "C": 8.683442865731195e-05, + "R": 7.471299340977566e-06, + "M": 3.0110169973340817e-05, + "O": 1.5315526979975402e-05, + "W": 1.2387022252369206e-06, + "N": 0.00010673404176486656, + "Y": 0.0004965421394445002, + "U": 2.55102054325107e-06, + "K": 1.821485420805402e-05, + "L": 1.6089192058643675e-06, + "G": 0.00021441468561533839, + "F": 0.0013624756829813123, + "E": 0.001193795818835497, + "T": 0.00028338428819552064, + "P": 0.5234786868095398, + "-": 0.47078362107276917 + }, + "id": "tp_4992" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 624024, + "label": "P", + "classification": { + "B": 1.5868206304503474e-08, + "S": 1.313474573549911e-08, + "I": 0.00013024146028328687, + "C": 4.58503478739658e-07, + "R": 2.839933976872544e-08, + "M": 2.5676934001239715e-06, + "O": 3.663489565042255e-07, + "W": 3.942120940791938e-08, + "N": 3.838413249468431e-06, + "Y": 4.5653257984668016e-05, + "U": 1.9620985725055107e-08, + "K": 4.551651727524586e-06, + "L": 9.564128156114293e-09, + "G": 8.792182597971987e-06, + "F": 0.0007327308994717896, + "E": 0.00043720260146073997, + "T": 1.3916794159740675e-05, + "P": 0.6703508496284485, + "-": 0.3282688558101654 + }, + "id": "tp_4993" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 624157, + "label": "P", + "classification": { + "B": 1.533380922236205e-10, + "S": 2.0765129893351997e-10, + "I": 7.220836778287776e-06, + "C": 2.7235264710157026e-08, + "R": 3.297129791413056e-10, + "M": 6.898592630477651e-08, + "O": 1.1753779283196764e-08, + "W": 1.9865917244565878e-10, + "N": 9.57227754838641e-08, + "Y": 9.130461080530949e-07, + "U": 1.5384782336980152e-10, + "K": 3.791603475633565e-09, + "L": 1.7343233793543078e-10, + "G": 2.441489357352111e-07, + "F": 4.399260433274321e-05, + "E": 1.1742861715902109e-05, + "T": 1.0303787121301866e-06, + "P": 0.7027974724769592, + "-": 0.2971371114253998 + }, + "id": "tp_4994" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 624258, + "label": "-", + "classification": { + "B": 6.427712651202455e-05, + "S": 4.159211675869301e-05, + "I": 0.004254261031746864, + "C": 0.0015347314765676856, + "R": 0.00019431588589213789, + "M": 0.0006480421870946884, + "O": 0.00027388797025196254, + "W": 6.455516995629296e-05, + "N": 0.000627234869170934, + "Y": 0.005617448594421148, + "U": 7.095152977854013e-05, + "K": 0.0010454991133883595, + "L": 7.306524639716372e-05, + "G": 0.004606494214385748, + "F": 0.02951797842979431, + "E": 0.015403486788272858, + "T": 0.0021156694274395704, + "P": 0.35197678208351135, + "-": 0.5818696618080139 + }, + "id": "tp_4995" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 624391, + "label": "P", + "classification": { + "B": 1.3711494375456823e-06, + "S": 4.212775195355789e-07, + "I": 0.0004717535921372473, + "C": 9.86381564871408e-06, + "R": 6.533765599670005e-07, + "M": 2.4330456653842703e-05, + "O": 6.229110113054048e-06, + "W": 8.61828937104292e-07, + "N": 4.895417805528268e-05, + "Y": 0.00018477511184755713, + "U": 5.124881568008277e-07, + "K": 3.879580617649481e-05, + "L": 2.6545225750851387e-07, + "G": 7.858718163333833e-05, + "F": 0.0038592040073126554, + "E": 0.004476345144212246, + "T": 7.346012716880068e-05, + "P": 0.724537193775177, + "-": 0.2661864459514618 + }, + "id": "tp_4996" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 624525, + "label": "P", + "classification": { + "B": 2.7586173700910877e-07, + "S": 3.390246092749294e-07, + "I": 0.0005579486605711281, + "C": 1.2999598766327836e-06, + "R": 1.623339755951747e-07, + "M": 6.878080057504121e-06, + "O": 2.4338526145584183e-06, + "W": 2.527095546156488e-07, + "N": 3.1151292205322534e-05, + "Y": 8.832737512420863e-05, + "U": 1.413313270859362e-07, + "K": 3.4885911190940533e-06, + "L": 1.1123669452217655e-07, + "G": 1.4457574252446648e-05, + "F": 0.0003641413350123912, + "E": 0.0006118830060586333, + "T": 0.0001148800365626812, + "P": 0.8035415410995483, + "-": 0.1946602314710617 + }, + "id": "tp_4997" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 624658, + "label": "P", + "classification": { + "B": 1.54709507427242e-08, + "S": 1.2011371097742085e-07, + "I": 2.1719852156820707e-05, + "C": 3.324596775655664e-07, + "R": 2.4965551403965947e-08, + "M": 1.096507730835583e-06, + "O": 9.278928700950928e-07, + "W": 1.3748456240136875e-07, + "N": 4.891053777100751e-06, + "Y": 4.8729914851719514e-05, + "U": 1.516075265328709e-08, + "K": 3.850752909784205e-05, + "L": 1.0512287929032027e-08, + "G": 3.852582085528411e-05, + "F": 0.015364376828074455, + "E": 0.0010337558342143893, + "T": 2.027105620072689e-05, + "P": 0.6461233496665955, + "-": 0.33730319142341614 + }, + "id": "tp_4998" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 624758, + "label": "P", + "classification": { + "B": 2.2336280380841345e-08, + "S": 8.009367391537126e-09, + "I": 4.736409755423665e-05, + "C": 1.5616915334248915e-06, + "R": 2.4924384334212846e-08, + "M": 1.222463197336765e-06, + "O": 3.093772988904675e-07, + "W": 3.5080297777767555e-08, + "N": 3.2194900541071547e-06, + "Y": 4.307622293708846e-05, + "U": 1.560674434131215e-08, + "K": 2.079139812849462e-05, + "L": 6.793962725737401e-09, + "G": 5.40118599019479e-05, + "F": 0.005143649410456419, + "E": 0.004955934826284647, + "T": 6.5951194301305804e-06, + "P": 0.6292624473571777, + "-": 0.3604597747325897 + }, + "id": "tp_4999" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 624892, + "label": "-", + "classification": { + "B": 6.259634588445806e-09, + "S": 1.953286421496614e-10, + "I": 2.976864379888866e-06, + "C": 6.943220398625272e-08, + "R": 1.3897720751998577e-09, + "M": 5.99921690991323e-07, + "O": 1.684289507863923e-08, + "W": 3.580125362834252e-10, + "N": 1.5066460079538047e-08, + "Y": 7.4544605013215914e-06, + "U": 1.9314064236830575e-10, + "K": 7.324569395450453e-08, + "L": 5.132363423143715e-10, + "G": 5.609332220046781e-06, + "F": 0.00030958213028497994, + "E": 0.00010420659236842766, + "T": 1.4800872349951533e-06, + "P": 0.2309342920780182, + "-": 0.7686336636543274 + }, + "id": "tp_5000" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 625025, + "label": "P", + "classification": { + "B": 2.1822279450134374e-06, + "S": 1.2169348337920383e-06, + "I": 0.001033988781273365, + "C": 3.3813921618275344e-05, + "R": 7.616709353897022e-06, + "M": 2.0554096408886835e-05, + "O": 9.622006473364308e-06, + "W": 3.926890258298954e-06, + "N": 5.6928503909148276e-05, + "Y": 0.0002940227568615228, + "U": 2.967849468404893e-06, + "K": 3.5050499718636274e-05, + "L": 1.0562955594650703e-06, + "G": 6.66803025524132e-05, + "F": 0.0019010892137885094, + "E": 0.0008867666474543512, + "T": 0.00021226737590041012, + "P": 0.664937436580658, + "-": 0.33049276471138 + }, + "id": "tp_5001" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 625125, + "label": "P", + "classification": { + "B": 8.596861555965063e-10, + "S": 1.8788988143114693e-09, + "I": 0.00011860520316986367, + "C": 2.229603381920242e-07, + "R": 8.91671181335596e-09, + "M": 2.339833145015291e-07, + "O": 5.9148288045207664e-08, + "W": 4.94199392520045e-09, + "N": 1.7094644135795534e-06, + "Y": 3.4251770557602867e-06, + "U": 2.9347884122898904e-09, + "K": 3.216482298284973e-07, + "L": 9.189144445365116e-10, + "G": 6.089949806664663e-07, + "F": 9.409361518919468e-05, + "E": 0.00014792221190873533, + "T": 1.8162687638323405e-06, + "P": 0.771434485912323, + "-": 0.22819659113883972 + }, + "id": "tp_5002" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 625259, + "label": "P", + "classification": { + "B": 9.357786767694165e-10, + "S": 1.3099568096919256e-09, + "I": 3.1081213819561526e-05, + "C": 3.816597171635294e-08, + "R": 2.2569401902927666e-09, + "M": 3.2942770644694974e-07, + "O": 7.262146795028457e-08, + "W": 3.050502295209867e-09, + "N": 1.2296386557864025e-06, + "Y": 4.598157829605043e-06, + "U": 1.3560994549521865e-09, + "K": 3.734005247224559e-07, + "L": 6.108001882054737e-10, + "G": 1.0647452199918916e-06, + "F": 0.00011570140486583114, + "E": 0.0001186429217341356, + "T": 2.4391376882704208e-06, + "P": 0.8689908981323242, + "-": 0.13073362410068512 + }, + "id": "tp_5003" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 625392, + "label": "P", + "classification": { + "B": 5.279175852024309e-08, + "S": 7.85077602927231e-09, + "I": 5.700592009816319e-05, + "C": 3.765200773386823e-08, + "R": 5.341025399729915e-09, + "M": 2.3193378240193852e-07, + "O": 2.3334169441113772e-07, + "W": 8.18368928179325e-09, + "N": 1.1456207857918344e-06, + "Y": 1.6136593785631703e-06, + "U": 3.1270430689289697e-09, + "K": 2.9062976469873547e-09, + "L": 8.404071216716602e-09, + "G": 4.4061974335818377e-07, + "F": 1.0511428627069108e-05, + "E": 1.2696143130597193e-05, + "T": 6.0771753851440735e-06, + "P": 0.8796178698539734, + "-": 0.120292067527771 + }, + "id": "tp_5004" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 625526, + "label": "P", + "classification": { + "B": 9.343869677991279e-09, + "S": 3.7395175844778805e-09, + "I": 5.4136482503963634e-05, + "C": 1.1845221337125622e-07, + "R": 8.271374696278144e-09, + "M": 3.7718027101618645e-07, + "O": 1.34242625904335e-07, + "W": 7.3807333578201906e-09, + "N": 2.75646016234532e-06, + "Y": 7.877258212829474e-06, + "U": 5.3670943245265335e-09, + "K": 4.308616553316824e-06, + "L": 1.6766475985363627e-09, + "G": 8.50180640554754e-06, + "F": 0.0005652648396790028, + "E": 0.00116477080155164, + "T": 3.498223350106855e-06, + "P": 0.821556031703949, + "-": 0.17663224041461945 + }, + "id": "tp_5005" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 625626, + "label": "-", + "classification": { + "B": 6.235050165059874e-08, + "S": 1.2243959623958744e-08, + "I": 1.95119901036378e-05, + "C": 2.53319598186863e-07, + "R": 1.3867583525950522e-08, + "M": 2.4567275431763846e-06, + "O": 4.366397376998066e-07, + "W": 1.6487554432842444e-08, + "N": 8.920167715587013e-07, + "Y": 0.00010122807725565508, + "U": 1.8500792009490397e-08, + "K": 3.6300914416642627e-06, + "L": 1.1829964563503381e-08, + "G": 2.016539656324312e-05, + "F": 0.0009675712208263576, + "E": 0.0002479970862623304, + "T": 4.303149034967646e-05, + "P": 0.20989133417606354, + "-": 0.7887012958526611 + }, + "id": "tp_5006" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 625759, + "label": "P", + "classification": { + "B": 1.761449084369815e-06, + "S": 5.511373046829249e-07, + "I": 0.012546813115477562, + "C": 0.0002975134120788425, + "R": 2.801196023938246e-05, + "M": 8.931724732974544e-05, + "O": 1.4184308383846655e-05, + "W": 2.2318188257486327e-06, + "N": 0.0001429358817404136, + "Y": 0.00046581513015553355, + "U": 2.547142685216386e-06, + "K": 2.1596138140012044e-06, + "L": 5.367750418372452e-06, + "G": 0.0002646685461513698, + "F": 0.0009716784697957337, + "E": 0.004220098722726107, + "T": 0.00025672209449112415, + "P": 0.746275782585144, + "-": 0.23441182076931 + }, + "id": "tp_5007" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 625893, + "label": "P", + "classification": { + "B": 4.1160936348205723e-07, + "S": 3.4942462434628396e-07, + "I": 0.0006800178671255708, + "C": 2.9236464342830004e-06, + "R": 3.7085794701852137e-07, + "M": 2.320217390661128e-06, + "O": 1.997990466406918e-06, + "W": 5.028117016081524e-07, + "N": 4.111523230676539e-05, + "Y": 2.1286548872012645e-05, + "U": 3.647394066774723e-07, + "K": 8.113367584883235e-06, + "L": 6.729393220439306e-08, + "G": 8.228694241552148e-06, + "F": 0.00034167870762757957, + "E": 0.0004862900241278112, + "T": 2.5321809516754e-05, + "P": 0.8733497262001038, + "-": 0.12502887845039368 + }, + "id": "tp_5008" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 626026, + "label": "P", + "classification": { + "B": 1.2519484698714223e-05, + "S": 8.957756108429749e-06, + "I": 0.004353260155767202, + "C": 0.00036589737283065915, + "R": 5.2988518291385844e-05, + "M": 0.00017858692444860935, + "O": 0.00013719686830881983, + "W": 2.485336699464824e-05, + "N": 0.0006442724261432886, + "Y": 0.000891686649993062, + "U": 1.9685698134708218e-05, + "K": 0.0005225776112638414, + "L": 9.870348549156915e-06, + "G": 0.0008972963551059365, + "F": 0.011274158023297787, + "E": 0.007477776147425175, + "T": 0.0005740771302953362, + "P": 0.5613937973976135, + "-": 0.4111604690551758 + }, + "id": "tp_5009" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 626126, + "label": "P", + "classification": { + "B": 9.597742689493316e-08, + "S": 1.8322339201404247e-07, + "I": 0.0006871693767607212, + "C": 6.411466415556788e-07, + "R": 1.5662050145692774e-07, + "M": 8.211632120946888e-06, + "O": 1.0818714599736268e-06, + "W": 9.596278260914914e-08, + "N": 3.432678204262629e-05, + "Y": 5.653892003465444e-05, + "U": 4.4083876105105446e-08, + "K": 4.410927886056015e-06, + "L": 3.104457846347941e-08, + "G": 6.927058166183997e-06, + "F": 0.0002487401943653822, + "E": 0.0007653411594219506, + "T": 4.164777783444151e-05, + "P": 0.8765217065811157, + "-": 0.12162261456251144 + }, + "id": "tp_5010" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 626260, + "label": "-", + "classification": { + "B": 0.008611412718892097, + "S": 0.009524953551590443, + "I": 0.0938229113817215, + "C": 0.025454800575971603, + "R": 0.018580904230475426, + "M": 0.032111186534166336, + "O": 0.021365966647863388, + "W": 0.009265988133847713, + "N": 0.033184297382831573, + "Y": 0.0663025751709938, + "U": 0.007644878700375557, + "K": 0.021299846470355988, + "L": 0.010804216377437115, + "G": 0.06365081667900085, + "F": 0.05382848531007767, + "E": 0.051200736314058304, + "T": 0.048783548176288605, + "P": 0.2037276327610016, + "-": 0.22083480656147003 + }, + "id": "tp_5011" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 626393, + "label": "P", + "classification": { + "B": 8.18480287989587e-08, + "S": 4.046239343580282e-09, + "I": 0.0018383434507995844, + "C": 6.129427220002981e-06, + "R": 5.073911779618356e-07, + "M": 8.882156180334277e-06, + "O": 2.648570216479129e-07, + "W": 1.792846404669035e-08, + "N": 1.860777774709277e-05, + "Y": 0.00010242471034871414, + "U": 4.6719463853150955e-08, + "K": 4.17616047343472e-06, + "L": 1.852645681310605e-08, + "G": 3.067681609536521e-05, + "F": 0.00010563832620391622, + "E": 0.0036109948996454477, + "T": 1.1736494343494996e-05, + "P": 0.8943411707878113, + "-": 0.09992022067308426 + }, + "id": "tp_5012" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 626527, + "label": "P", + "classification": { + "B": 6.355381998446319e-09, + "S": 8.330343637119597e-10, + "I": 0.0002543460577726364, + "C": 8.467619068142085e-07, + "R": 1.86558661852132e-08, + "M": 7.196339879556035e-07, + "O": 3.67137396040107e-08, + "W": 1.2457096465467998e-09, + "N": 5.374162810767302e-06, + "Y": 3.3844321478682104e-06, + "U": 1.3874885684828087e-09, + "K": 8.522323469151161e-08, + "L": 1.4381770219173973e-09, + "G": 3.994774942839285e-06, + "F": 5.730511111323722e-05, + "E": 0.00044817934394814074, + "T": 1.8405664832243929e-06, + "P": 0.9617039561271667, + "-": 0.03751996159553528 + }, + "id": "tp_5013" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 626627, + "label": "-", + "classification": { + "B": 9.134203719440848e-05, + "S": 1.2995308679819573e-05, + "I": 0.001247933367267251, + "C": 3.0831510230200365e-05, + "R": 1.5642779544577934e-05, + "M": 0.00052901532035321, + "O": 0.00021913905220571905, + "W": 1.0035476407210808e-05, + "N": 5.070919723948464e-05, + "Y": 0.0015498246066272259, + "U": 1.9621140836534323e-06, + "K": 1.0643948371580336e-06, + "L": 4.200870171189308e-05, + "G": 0.0009319668752141297, + "F": 0.002242168877273798, + "E": 0.0010105075780302286, + "T": 0.001356232212856412, + "P": 0.3250000774860382, + "-": 0.665656566619873 + }, + "id": "tp_5014" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 626760, + "label": "P", + "classification": { + "B": 7.22047332146758e-07, + "S": 2.833939561242005e-06, + "I": 0.001641184906475246, + "C": 8.259143214672804e-05, + "R": 1.5154504581005313e-05, + "M": 4.973550312570296e-05, + "O": 4.1529703594278544e-05, + "W": 3.924971224478213e-06, + "N": 0.00020800279162358493, + "Y": 0.0008430000161752105, + "U": 2.812883394653909e-06, + "K": 0.00012730795424431562, + "L": 1.1798709920185502e-06, + "G": 0.00023982379934750497, + "F": 0.0036566220223903656, + "E": 0.0009582802886143327, + "T": 0.00034160437644459307, + "P": 0.5395557880401611, + "-": 0.4522278904914856 + }, + "id": "tp_5015" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 626894, + "label": "P", + "classification": { + "B": 0.00015190411068033427, + "S": 8.956353121902794e-05, + "I": 0.2710282504558563, + "C": 0.006460667122155428, + "R": 0.00048266691737808287, + "M": 0.004294038284569979, + "O": 0.0005150909419171512, + "W": 8.828318095766008e-05, + "N": 0.00858500599861145, + "Y": 0.013927599415183067, + "U": 4.158807496423833e-05, + "K": 0.00011933885252801701, + "L": 0.00013712755753658712, + "G": 0.0058614038862288, + "F": 0.0019248801982030272, + "E": 0.0690840408205986, + "T": 0.007236801087856293, + "P": 0.48554205894470215, + "-": 0.12442967295646667 + }, + "id": "tp_5016" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 627027, + "label": "-", + "classification": { + "B": 2.7012418968297425e-07, + "S": 1.6486617937516712e-07, + "I": 0.00016554973262827843, + "C": 7.584021659567952e-06, + "R": 9.515628676126653e-07, + "M": 8.14622671896359e-06, + "O": 4.48407763542491e-06, + "W": 4.08468594059741e-07, + "N": 9.362283890368417e-06, + "Y": 0.00016350716759916395, + "U": 3.510355952585087e-07, + "K": 4.8793367568578105e-06, + "L": 1.962709887948222e-07, + "G": 2.6840396458283067e-05, + "F": 0.0010693100048229098, + "E": 8.468099258607253e-05, + "T": 0.00016071912250481546, + "P": 0.33500048518180847, + "-": 0.6632921695709229 + }, + "id": "tp_5017" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 627127, + "label": "P", + "classification": { + "B": 2.193943915429486e-09, + "S": 5.19559117950763e-10, + "I": 0.00010349399963160977, + "C": 6.032889245943807e-07, + "R": 1.8762406739369908e-08, + "M": 2.544997812492511e-07, + "O": 4.243799622827282e-08, + "W": 2.5547854942686854e-09, + "N": 1.1218695590287098e-06, + "Y": 9.097528163692914e-06, + "U": 6.484064840606152e-09, + "K": 5.555378947974532e-07, + "L": 1.6556525039845837e-09, + "G": 2.431354232612648e-06, + "F": 0.0002892281918320805, + "E": 0.00026147536118514836, + "T": 2.200474682467757e-06, + "P": 0.6900265216827393, + "-": 0.30930283665657043 + }, + "id": "tp_5018" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 627261, + "label": "-", + "classification": { + "B": 1.786503275980067e-06, + "S": 6.659856808255427e-06, + "I": 0.0006591388955712318, + "C": 0.00015175585576798767, + "R": 1.3258659237180836e-05, + "M": 0.00010393565753474832, + "O": 3.4789423807524145e-05, + "W": 8.353188604814932e-06, + "N": 0.00010023162030847743, + "Y": 0.0016034399159252644, + "U": 2.311027174073388e-06, + "K": 0.0008018124499358237, + "L": 2.340131686651148e-06, + "G": 0.0009310367750003934, + "F": 0.0705685168504715, + "E": 0.007086221594363451, + "T": 0.000455999921541661, + "P": 0.35359716415405273, + "-": 0.5638712644577026 + }, + "id": "tp_5019" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 627394, + "label": "P", + "classification": { + "B": 6.213461165316403e-05, + "S": 1.7135844245785847e-05, + "I": 0.005466233007609844, + "C": 0.0002049118047580123, + "R": 1.443486507923808e-05, + "M": 0.00042557911365292966, + "O": 7.565636769868433e-05, + "W": 1.593423803569749e-05, + "N": 0.0006127143860794604, + "Y": 0.00024118642613757402, + "U": 8.49668685987126e-06, + "K": 3.9763192035024986e-05, + "L": 1.1408077625674196e-05, + "G": 0.0005684251082129776, + "F": 0.0016895666485652328, + "E": 0.0098705580458045, + "T": 0.00027190527180209756, + "P": 0.8796203136444092, + "-": 0.10078372806310654 + }, + "id": "tp_5020" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 627528, + "label": "-", + "classification": { + "B": 3.8411385503422935e-06, + "S": 2.429383312119171e-05, + "I": 0.0007132558966986835, + "C": 5.600457370746881e-05, + "R": 1.824866012611892e-05, + "M": 0.00015502679161727428, + "O": 0.00013538904022425413, + "W": 4.085808541276492e-05, + "N": 0.000244308786932379, + "Y": 0.0026720811147242785, + "U": 7.460193955921568e-06, + "K": 0.004674567375332117, + "L": 4.902350610791473e-06, + "G": 0.000885544519405812, + "F": 0.06455258280038834, + "E": 0.006544892676174641, + "T": 0.0008282004855573177, + "P": 0.29857757687568665, + "-": 0.6198610067367554 + }, + "id": "tp_5021" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 627628, + "label": "-", + "classification": { + "B": 2.4572461398975065e-08, + "S": 6.718493317237062e-09, + "I": 1.931360748130828e-05, + "C": 2.1711868214424612e-07, + "R": 1.2981988817273304e-08, + "M": 2.3980660444067325e-06, + "O": 3.496562044347229e-07, + "W": 8.801579909345492e-09, + "N": 2.9906453846706427e-07, + "Y": 1.763311774993781e-05, + "U": 2.806770371677203e-09, + "K": 6.665539586947489e-08, + "L": 1.9102044390706396e-08, + "G": 1.1460243513283785e-05, + "F": 0.0009819649858400226, + "E": 6.688434950774536e-05, + "T": 1.2084613445040304e-05, + "P": 0.31971168518066406, + "-": 0.6791754961013794 + }, + "id": "tp_5022" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 627761, + "label": "-", + "classification": { + "B": 2.6110586759386933e-07, + "S": 1.9426624930929393e-07, + "I": 0.00012929273361805826, + "C": 1.8526509393268498e-06, + "R": 1.6136077363171353e-07, + "M": 1.6808769942144863e-05, + "O": 3.550083192749298e-06, + "W": 1.364999775432807e-07, + "N": 5.46460159966955e-06, + "Y": 0.00016922074428293854, + "U": 6.493640114513255e-08, + "K": 4.210224915368599e-07, + "L": 1.9979742660325428e-07, + "G": 1.59114151756512e-05, + "F": 0.0010464739752933383, + "E": 0.0001577268703840673, + "T": 9.977989248000085e-05, + "P": 0.3710695505142212, + "-": 0.6272829174995422 + }, + "id": "tp_5023" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 627895, + "label": "-", + "classification": { + "B": 6.285536528594093e-06, + "S": 6.980071248108288e-06, + "I": 0.004853724967688322, + "C": 0.0001525129482615739, + "R": 4.782178802997805e-05, + "M": 0.00024874816881492734, + "O": 6.304631097009405e-05, + "W": 5.426393727248069e-06, + "N": 0.00033681935747154057, + "Y": 0.0067680831998586655, + "U": 1.1219262887607329e-05, + "K": 0.00015048518253024668, + "L": 6.620665772061329e-06, + "G": 0.0012979117454960942, + "F": 0.0033251740969717503, + "E": 0.002827681368216872, + "T": 0.0033772820606827736, + "P": 0.3728921413421631, + "-": 0.6036219596862793 + }, + "id": "tp_5024" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 628028, + "label": "-", + "classification": { + "B": 1.7391541405231692e-05, + "S": 2.3079172024154104e-05, + "I": 0.0002324593806406483, + "C": 2.9539576644310728e-05, + "R": 9.81523498921888e-06, + "M": 0.0009993263520300388, + "O": 0.0002299207990290597, + "W": 1.2268284081073944e-05, + "N": 1.2633552614715882e-05, + "Y": 0.0012182369828224182, + "U": 1.107306957237597e-06, + "K": 1.2653659950956353e-06, + "L": 6.36414042674005e-05, + "G": 0.00041526727727614343, + "F": 0.0133803216740489, + "E": 0.00029934121994301677, + "T": 0.001728115021251142, + "P": 0.05842866003513336, + "-": 0.9228976368904114 + }, + "id": "tp_5025" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 628128, + "label": "-", + "classification": { + "B": 1.4161414263469396e-09, + "S": 9.71846270125809e-10, + "I": 0.0001325240737060085, + "C": 1.0482316383786383e-06, + "R": 7.522039169316486e-08, + "M": 6.946045800759748e-07, + "O": 1.59805978228178e-07, + "W": 3.121085612178831e-09, + "N": 7.60738601002231e-07, + "Y": 5.1940198318334296e-05, + "U": 6.992010082029765e-09, + "K": 3.366823975170519e-08, + "L": 3.609986087838024e-09, + "G": 3.89371325582033e-06, + "F": 2.612257594591938e-05, + "E": 7.720758731011301e-06, + "T": 4.002832429250702e-05, + "P": 0.20728513598442078, + "-": 0.7924498915672302 + }, + "id": "tp_5026" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 628262, + "label": "-", + "classification": { + "B": 1.7371070271110511e-07, + "S": 3.3074445582315093e-06, + "I": 4.661538696382195e-05, + "C": 4.775049546879018e-06, + "R": 1.7572273236510227e-06, + "M": 0.00013683890574611723, + "O": 3.540988836903125e-05, + "W": 3.3535625334479846e-06, + "N": 5.247963144938694e-06, + "Y": 0.0027962499298155308, + "U": 2.709070656692347e-07, + "K": 0.00014455827476922423, + "L": 1.8182073517891695e-06, + "G": 0.000270782969892025, + "F": 0.01703926920890808, + "E": 0.0003122547932434827, + "T": 0.0008927623275667429, + "P": 0.029048578813672066, + "-": 0.9492559432983398 + }, + "id": "tp_5027" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 628395, + "label": "P", + "classification": { + "B": 6.295625354368894e-08, + "S": 3.282025318185333e-07, + "I": 1.5360245015472174e-05, + "C": 4.1361397506989306e-07, + "R": 3.207310328434687e-08, + "M": 1.7460893104725983e-06, + "O": 2.7808227969217114e-06, + "W": 1.8748558261449944e-07, + "N": 2.7388957732910058e-06, + "Y": 2.7542411771719344e-05, + "U": 5.219709819925811e-08, + "K": 1.789719249245536e-06, + "L": 5.7863324798290705e-08, + "G": 6.406059583241586e-06, + "F": 0.002486899960786104, + "E": 5.549655907088891e-05, + "T": 3.8662601582473144e-05, + "P": 0.5015963912010193, + "-": 0.49576300382614136 + }, + "id": "tp_5028" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 628529, + "label": "-", + "classification": { + "B": 4.790694219991565e-05, + "S": 1.3998151189298369e-05, + "I": 0.011368568986654282, + "C": 0.0008538272231817245, + "R": 0.00022709424956701696, + "M": 0.001564199454151094, + "O": 0.0002294637233717367, + "W": 2.2963698938838206e-05, + "N": 0.0006158514879643917, + "Y": 0.009003942832350731, + "U": 4.820037793251686e-05, + "K": 0.00014677080616820604, + "L": 8.353494195034727e-05, + "G": 0.004264645744115114, + "F": 0.007301656529307365, + "E": 0.011264647357165813, + "T": 0.004188636317849159, + "P": 0.43704989552497864, + "-": 0.5117040872573853 + }, + "id": "tp_5029" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 628629, + "label": "P", + "classification": { + "B": 1.1876605640281923e-05, + "S": 6.179219781188294e-06, + "I": 0.0008253741543740034, + "C": 7.259635822265409e-06, + "R": 8.996780707093421e-07, + "M": 1.6655818399158306e-05, + "O": 1.3969033716421109e-05, + "W": 5.564680122915888e-06, + "N": 0.00020215149561408907, + "Y": 4.043608350912109e-05, + "U": 3.4397489798720926e-06, + "K": 3.751517942873761e-05, + "L": 9.631925195208169e-07, + "G": 1.6936788597377017e-05, + "F": 0.0010129142319783568, + "E": 0.0022182329557836056, + "T": 0.00012205645180074498, + "P": 0.8994396924972534, + "-": 0.09601788967847824 + }, + "id": "tp_5030" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 628762, + "label": "P", + "classification": { + "B": 8.821500330213894e-08, + "S": 9.503308362468488e-09, + "I": 1.3941590623289812e-05, + "C": 1.880526099284907e-07, + "R": 9.496623043503405e-09, + "M": 8.99874578408344e-07, + "O": 3.6408874848348205e-07, + "W": 1.2492746392922527e-08, + "N": 5.12408007580234e-07, + "Y": 3.414380898902891e-06, + "U": 4.809855624898773e-09, + "K": 2.074122562589764e-08, + "L": 8.976519083603307e-09, + "G": 1.6437464864793583e-06, + "F": 8.103819709504023e-05, + "E": 1.942640301422216e-05, + "T": 7.161481789808022e-06, + "P": 0.7264086604118347, + "-": 0.2734626233577728 + }, + "id": "tp_5031" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 628896, + "label": "P", + "classification": { + "B": 2.165234946005512e-06, + "S": 3.4390160408293013e-07, + "I": 0.0005055094370618463, + "C": 1.717517625365872e-05, + "R": 2.357312723688665e-06, + "M": 3.3356129279127344e-05, + "O": 9.003471859614365e-06, + "W": 4.6592629132646834e-07, + "N": 1.93588621186791e-05, + "Y": 0.00015727384015917778, + "U": 2.179770035581896e-07, + "K": 2.5612901026761392e-06, + "L": 8.425385544796882e-07, + "G": 0.0001875204616226256, + "F": 0.003443877212703228, + "E": 0.0005475383950397372, + "T": 0.00011924369027838111, + "P": 0.562623143196106, + "-": 0.4323280453681946 + }, + "id": "tp_5032" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 629029, + "label": "-", + "classification": { + "B": 9.328307903899713e-09, + "S": 1.0189829424689378e-07, + "I": 8.765504389884882e-06, + "C": 1.136583023253479e-07, + "R": 3.8465419294198e-08, + "M": 2.0244428924343083e-06, + "O": 1.8102446119883098e-06, + "W": 5.638580091726908e-08, + "N": 7.945134825604327e-07, + "Y": 7.498102058889344e-05, + "U": 1.024598184073966e-08, + "K": 2.838531258930743e-07, + "L": 3.990238184314876e-08, + "G": 5.019655873184092e-06, + "F": 0.003264593193307519, + "E": 1.3106104233884253e-05, + "T": 7.773078687023371e-05, + "P": 0.1700591892004013, + "-": 0.8264912962913513 + }, + "id": "tp_5033" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 629129, + "label": "-", + "classification": { + "B": 7.072603330016136e-05, + "S": 5.083329961053096e-05, + "I": 0.0007689589983783662, + "C": 0.0001297660346608609, + "R": 2.1286537958076224e-05, + "M": 0.0003625791287049651, + "O": 0.0002872944460250437, + "W": 7.414782157866284e-05, + "N": 0.00020176469115540385, + "Y": 0.0015897152479737997, + "U": 2.638781734276563e-05, + "K": 0.0002602817548904568, + "L": 2.9262851967359893e-05, + "G": 0.0005589015781879425, + "F": 0.023214340209960938, + "E": 0.00257515674456954, + "T": 0.001138552208431065, + "P": 0.33611243963241577, + "-": 0.6325275301933289 + }, + "id": "tp_5034" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 629263, + "label": "P", + "classification": { + "B": 0.00017975983791984618, + "S": 1.6241690900642425e-05, + "I": 0.006092397961765528, + "C": 0.0006928255315870047, + "R": 8.576888649258763e-05, + "M": 0.0010828403756022453, + "O": 0.0004631586489267647, + "W": 4.166291546425782e-05, + "N": 0.00041974688065238297, + "Y": 0.0007090714643709362, + "U": 2.1862922949367203e-05, + "K": 1.3266148016555235e-05, + "L": 0.00014323410869110376, + "G": 0.0018979092128574848, + "F": 0.0046075936406850815, + "E": 0.006791889201849699, + "T": 0.0009020253783091903, + "P": 0.5978145599365234, + "-": 0.378024160861969 + }, + "id": "tp_5035" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 629396, + "label": "P", + "classification": { + "B": 1.235985109815374e-06, + "S": 3.9566364762322337e-07, + "I": 0.0009572281851433218, + "C": 1.334480748482747e-05, + "R": 1.1234963039896684e-06, + "M": 6.084065535105765e-05, + "O": 7.418414497806225e-06, + "W": 6.253550282053766e-07, + "N": 3.250137160648592e-05, + "Y": 0.00010705590830184519, + "U": 5.314790314514539e-07, + "K": 1.083309712157643e-06, + "L": 1.1492488738440443e-06, + "G": 4.107919448870234e-05, + "F": 0.0005778266349807382, + "E": 0.0006542974151670933, + "T": 0.00017935573123395443, + "P": 0.7215470671653748, + "-": 0.27581584453582764 + }, + "id": "tp_5036" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 629530, + "label": "P", + "classification": { + "B": 2.6305428036721423e-05, + "S": 2.3689985027885996e-05, + "I": 0.030443793162703514, + "C": 0.00044868208351545036, + "R": 9.499835869064555e-05, + "M": 0.0005410657613538206, + "O": 0.000146702557685785, + "W": 2.5419254598091356e-05, + "N": 0.001501554506830871, + "Y": 0.0013230507029220462, + "U": 1.77788024302572e-05, + "K": 1.3195160136092454e-05, + "L": 3.8105838029878214e-05, + "G": 0.0006345518049784005, + "F": 0.0014266847865656018, + "E": 0.004492843057960272, + "T": 0.0022399108856916428, + "P": 0.7954901456832886, + "-": 0.16107147932052612 + }, + "id": "tp_5037" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 629630, + "label": "P", + "classification": { + "B": 1.008870754048985e-06, + "S": 4.7166341943238876e-08, + "I": 0.00016488715482410043, + "C": 3.454441639405559e-06, + "R": 2.8375043825690227e-07, + "M": 2.3319817046285607e-06, + "O": 1.103815293390653e-06, + "W": 1.0339025635630605e-07, + "N": 5.144438091519987e-06, + "Y": 3.341083356644958e-05, + "U": 1.4253126323637844e-07, + "K": 6.363413831422804e-07, + "L": 1.0880705048066375e-07, + "G": 2.5526305762468837e-05, + "F": 0.0007046620594337583, + "E": 0.0003121854970231652, + "T": 1.5588761016260833e-05, + "P": 0.8217164874076843, + "-": 0.17701280117034912 + }, + "id": "tp_5038" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 629763, + "label": "-", + "classification": { + "B": 5.606369813904166e-05, + "S": 1.5029681890155189e-05, + "I": 0.00010052938159788027, + "C": 9.683590178610757e-06, + "R": 1.1962764574491302e-06, + "M": 0.0001735690311761573, + "O": 6.486846541520208e-05, + "W": 3.6908472793584224e-06, + "N": 1.1408142199798021e-05, + "Y": 0.0003815910604316741, + "U": 4.1892371882568114e-07, + "K": 1.1591656630116631e-06, + "L": 8.60970885696588e-06, + "G": 0.00038220820715650916, + "F": 0.008967493660748005, + "E": 0.0009453471866436303, + "T": 0.00029104543500579894, + "P": 0.3856974244117737, + "-": 0.6028885245323181 + }, + "id": "tp_5039" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 629897, + "label": "P", + "classification": { + "B": 2.215983477071859e-05, + "S": 2.1435166672745254e-06, + "I": 0.004676128271967173, + "C": 0.00028852492687292397, + "R": 3.652208033599891e-05, + "M": 0.0006931053940206766, + "O": 6.572677375515923e-05, + "W": 4.005491064162925e-06, + "N": 0.00013570880400948226, + "Y": 0.0020747908856719732, + "U": 6.238367404876044e-06, + "K": 6.1606624512933195e-06, + "L": 2.4521870727767237e-05, + "G": 0.0015339148230850697, + "F": 0.001332795713096857, + "E": 0.004081039223819971, + "T": 0.0010692521464079618, + "P": 0.5806345343589783, + "-": 0.4033128619194031 + }, + "id": "tp_5040" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 630030, + "label": "P", + "classification": { + "B": 6.20202481513843e-05, + "S": 1.9900542611139826e-05, + "I": 0.001048358390107751, + "C": 5.0952574383700266e-05, + "R": 1.3212393241701648e-05, + "M": 0.0002775031025521457, + "O": 0.00018312872271053493, + "W": 1.589984276506584e-05, + "N": 0.00010897886386374012, + "Y": 0.0002977511612698436, + "U": 2.4981816295621684e-06, + "K": 5.608250830846373e-06, + "L": 1.5425537640112452e-05, + "G": 0.00035385272349230945, + "F": 0.003854702226817608, + "E": 0.0017612511292099953, + "T": 0.00025149938301183283, + "P": 0.6283019781112671, + "-": 0.36337554454803467 + }, + "id": "tp_5041" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 630130, + "label": "-", + "classification": { + "B": 4.551710048872337e-07, + "S": 3.480278678580362e-07, + "I": 0.0009953442495316267, + "C": 3.6667199310613796e-05, + "R": 2.190040049754316e-06, + "M": 5.2356950618559495e-05, + "O": 1.2017535482300445e-05, + "W": 4.920962055621203e-07, + "N": 3.0366823921212927e-05, + "Y": 0.0002745104720816016, + "U": 7.668820671824506e-07, + "K": 8.406694291807071e-07, + "L": 1.2290743143239524e-06, + "G": 7.629211177118123e-05, + "F": 0.0003245259285904467, + "E": 0.00037033139960840344, + "T": 0.00035496236523613334, + "P": 0.43321865797042847, + "-": 0.5642476677894592 + }, + "id": "tp_5042" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 630264, + "label": "P", + "classification": { + "B": 8.85535337147303e-06, + "S": 6.483371635113144e-07, + "I": 0.00039048929465934634, + "C": 5.751629146288906e-07, + "R": 1.354422636268282e-07, + "M": 2.259118809888605e-05, + "O": 1.0291353646607604e-05, + "W": 3.667855992262048e-07, + "N": 1.1770312994485721e-05, + "Y": 2.9408936825348064e-05, + "U": 3.511505397568726e-08, + "K": 3.507990697926289e-08, + "L": 8.790945571490738e-07, + "G": 4.3791198550025e-05, + "F": 0.00013452937128022313, + "E": 0.000586945388931781, + "T": 6.328771996777505e-05, + "P": 0.8307851552963257, + "-": 0.16791030764579773 + }, + "id": "tp_5043" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 630397, + "label": "-", + "classification": { + "B": 5.068346808911883e-07, + "S": 1.4751242360944161e-06, + "I": 0.00038013930316083133, + "C": 4.9007499910658225e-05, + "R": 5.853456968907267e-06, + "M": 3.3473064831923693e-05, + "O": 1.7364554878440686e-05, + "W": 2.035789975707303e-06, + "N": 3.60109843313694e-05, + "Y": 0.0011171295773237944, + "U": 1.6707411987226806e-06, + "K": 9.034152026288211e-05, + "L": 1.0101388170369319e-06, + "G": 0.00016883070929907262, + "F": 0.005697126965969801, + "E": 0.0005936955567449331, + "T": 0.00030314430478028953, + "P": 0.26382607221603394, + "-": 0.7276750802993774 + }, + "id": "tp_5044" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 630531, + "label": "-", + "classification": { + "B": 0.00018786352302413434, + "S": 0.00019855346181429923, + "I": 0.009626134298741817, + "C": 0.0002938277611974627, + "R": 0.00031258328817784786, + "M": 0.001779993181116879, + "O": 0.0011047887383028865, + "W": 0.0001882519864011556, + "N": 0.0012892334489151835, + "Y": 0.008311577141284943, + "U": 8.56286205817014e-05, + "K": 0.00018455662939231843, + "L": 0.0001548955769976601, + "G": 0.001988602802157402, + "F": 0.006502998527139425, + "E": 0.002653645584359765, + "T": 0.01109111774712801, + "P": 0.46697041392326355, + "-": 0.4870753288269043 + }, + "id": "tp_5045" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 630631, + "label": "-", + "classification": { + "B": 1.8188022750109667e-06, + "S": 3.234718406019965e-06, + "I": 0.00032768555684015155, + "C": 8.858532237354666e-05, + "R": 1.4155225471768063e-05, + "M": 2.301365566381719e-05, + "O": 3.4683598642004654e-05, + "W": 6.334237696137279e-06, + "N": 4.1073137253988534e-05, + "Y": 0.001052763662301004, + "U": 5.421894456958398e-06, + "K": 0.00012516121205408126, + "L": 1.878872581073665e-06, + "G": 0.0001290491782128811, + "F": 0.007173710968345404, + "E": 0.0003760715189855546, + "T": 0.0002781707444228232, + "P": 0.16258636116981506, + "-": 0.8277307748794556 + }, + "id": "tp_5046" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 630764, + "label": "-", + "classification": { + "B": 0.0003985115617979318, + "S": 0.0001886752579594031, + "I": 0.001293096225708723, + "C": 0.00023353674623649567, + "R": 0.00013981696974951774, + "M": 0.0024407836608588696, + "O": 0.0015735162887722254, + "W": 0.00014320062473416328, + "N": 0.0001855573063949123, + "Y": 0.002524846699088812, + "U": 3.3284428354818374e-05, + "K": 1.3204311471781693e-05, + "L": 0.0004488481499720365, + "G": 0.0018289238214492798, + "F": 0.012088148854672909, + "E": 0.0021097229328006506, + "T": 0.004685287829488516, + "P": 0.2517235577106476, + "-": 0.7179474830627441 + }, + "id": "tp_5047" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 630898, + "label": "-", + "classification": { + "B": 7.015702431090176e-05, + "S": 1.8565593563835137e-05, + "I": 0.0024776055943220854, + "C": 0.00036531963269226253, + "R": 4.470518251764588e-05, + "M": 0.0021805984433740377, + "O": 0.00020890437008347362, + "W": 1.557878749736119e-05, + "N": 0.00013059095363132656, + "Y": 0.003494217060506344, + "U": 9.014660463435575e-06, + "K": 5.777200385637116e-06, + "L": 8.643841283628717e-05, + "G": 0.0014136687386780977, + "F": 0.0035801087506115437, + "E": 0.0047386689111590385, + "T": 0.0046922736801207066, + "P": 0.25793418288230896, + "-": 0.7185336351394653 + }, + "id": "tp_5048" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 631031, + "label": "P", + "classification": { + "B": 2.513874619580747e-07, + "S": 5.427413896086364e-08, + "I": 0.0005666825454682112, + "C": 2.0870986190857366e-05, + "R": 1.553129209241888e-06, + "M": 1.735251134959981e-05, + "O": 2.1665489384758985e-06, + "W": 1.2978406971342338e-07, + "N": 9.07300545804901e-06, + "Y": 0.0001661565765971318, + "U": 1.689934094883938e-07, + "K": 3.918822244486364e-07, + "L": 3.166931605846912e-07, + "G": 5.923518256167881e-05, + "F": 0.0008968260372057557, + "E": 0.00035745505010709167, + "T": 5.1715927838813514e-05, + "P": 0.6433384418487549, + "-": 0.35451120138168335 + }, + "id": "tp_5049" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 631131, + "label": "P", + "classification": { + "B": 1.1956937669310719e-05, + "S": 3.6631295188271906e-06, + "I": 0.01205815002322197, + "C": 0.00012115183926653117, + "R": 8.604386493971106e-06, + "M": 0.00030998102738521993, + "O": 1.5393785361084156e-05, + "W": 1.8980013010150287e-06, + "N": 0.0003413106605876237, + "Y": 0.0009119042661041021, + "U": 1.0257929261570098e-06, + "K": 1.3861021216143854e-05, + "L": 5.377231445891084e-06, + "G": 0.000618270190898329, + "F": 0.003090549260377884, + "E": 0.02105654962360859, + "T": 0.00021956118871457875, + "P": 0.8560635447502136, + "-": 0.10514719039201736 + }, + "id": "tp_5050" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 631265, + "label": "P", + "classification": { + "B": 8.256751726776201e-09, + "S": 6.060806612140368e-08, + "I": 0.00014037401706445962, + "C": 8.054388445088989e-08, + "R": 1.2901888446492649e-08, + "M": 1.2211401667627797e-07, + "O": 1.1861979487548524e-07, + "W": 1.711564756590178e-08, + "N": 1.499705103924498e-05, + "Y": 9.987431894842302e-07, + "U": 6.112651274037262e-09, + "K": 6.789998678868869e-07, + "L": 2.242328545065675e-09, + "G": 6.040544349161792e-07, + "F": 0.00013788427168037742, + "E": 9.549279639031738e-05, + "T": 1.9614712982729543e-06, + "P": 0.9817750453948975, + "-": 0.017831455916166306 + }, + "id": "tp_5051" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 631398, + "label": "-", + "classification": { + "B": 9.627986401028465e-06, + "S": 1.848609645094257e-05, + "I": 0.005695095751434565, + "C": 0.000473636609967798, + "R": 9.648221748648211e-05, + "M": 0.0004738720308523625, + "O": 0.00020669640798587352, + "W": 3.17306476063095e-05, + "N": 0.00037423352478072047, + "Y": 0.0038839068729430437, + "U": 1.9299903215141967e-05, + "K": 0.00018687485135160387, + "L": 2.033943746937439e-05, + "G": 0.0011038541560992599, + "F": 0.005156378727406263, + "E": 0.0020302811171859503, + "T": 0.0022675099316984415, + "P": 0.26045867800712585, + "-": 0.7174930572509766 + }, + "id": "tp_5052" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 631532, + "label": "-", + "classification": { + "B": 0.005039049778133631, + "S": 0.0011905712308362126, + "I": 0.0714283362030983, + "C": 0.007891681976616383, + "R": 0.0023765212390571833, + "M": 0.02396419644355774, + "O": 0.005115829408168793, + "W": 0.000669232802465558, + "N": 0.005669150501489639, + "Y": 0.03640831261873245, + "U": 0.00043932031258009374, + "K": 0.00014031153114046901, + "L": 0.004295650403946638, + "G": 0.027493590489029884, + "F": 0.011567746289074421, + "E": 0.03444794937968254, + "T": 0.02896766923367977, + "P": 0.3525150418281555, + "-": 0.3803797960281372 + }, + "id": "tp_5053" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 631632, + "label": "P", + "classification": { + "B": 0.0009973704582080245, + "S": 0.00023608095943927765, + "I": 0.018843311816453934, + "C": 0.0017622348386794329, + "R": 0.00038445621612481773, + "M": 0.006122174672782421, + "O": 0.0007289670174941421, + "W": 0.00011996745161013678, + "N": 0.0015815668739378452, + "Y": 0.00844960380345583, + "U": 6.7464257881511e-05, + "K": 0.00017563029541634023, + "L": 0.0005760211497545242, + "G": 0.011117960326373577, + "F": 0.02768789790570736, + "E": 0.0575387068092823, + "T": 0.0031782696023583412, + "P": 0.5733628273010254, + "-": 0.28706949949264526 + }, + "id": "tp_5054" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 631765, + "label": "P", + "classification": { + "B": 1.7411344742868096e-05, + "S": 6.024824870110024e-06, + "I": 0.0017196284607052803, + "C": 0.000390053290175274, + "R": 4.3791198550025e-05, + "M": 0.0001772672840161249, + "O": 6.756837683496997e-05, + "W": 1.186796998808859e-05, + "N": 0.00022333796368911862, + "Y": 0.0017476908396929502, + "U": 1.698293817753438e-05, + "K": 0.00016498894547112286, + "L": 1.624177639314439e-05, + "G": 0.001233871909789741, + "F": 0.020334918051958084, + "E": 0.006725112907588482, + "T": 0.0006084541673772037, + "P": 0.6322703957557678, + "-": 0.33422452211380005 + }, + "id": "tp_5055" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 631899, + "label": "P", + "classification": { + "B": 4.625925157597521e-06, + "S": 8.175547918654047e-06, + "I": 0.0026607937179505825, + "C": 3.438484054640867e-05, + "R": 1.390922443533782e-05, + "M": 7.268602348631248e-05, + "O": 4.674082083511166e-05, + "W": 5.711220183002297e-06, + "N": 0.0003231215523555875, + "Y": 0.0003030075167771429, + "U": 5.204173703532433e-06, + "K": 5.002301622880623e-05, + "L": 6.9026928031235e-06, + "G": 0.0003011957451235503, + "F": 0.00600167503580451, + "E": 0.0012129151728004217, + "T": 0.0004383419291116297, + "P": 0.7949085831642151, + "-": 0.19360199570655823 + }, + "id": "tp_5056" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 632032, + "label": "-", + "classification": { + "B": 0.0006069246446713805, + "S": 0.0001508706045569852, + "I": 0.004273933358490467, + "C": 0.0004047316615469754, + "R": 0.0001372375263599679, + "M": 0.0032101261895149946, + "O": 0.0011935547227039933, + "W": 9.38482116907835e-05, + "N": 0.00021083229512441903, + "Y": 0.00570722296833992, + "U": 1.8909224309027195e-05, + "K": 1.1136415196233429e-05, + "L": 0.0006206852267496288, + "G": 0.006876672152429819, + "F": 0.014910002239048481, + "E": 0.0030165205243974924, + "T": 0.0034036152064800262, + "P": 0.28468751907348633, + "-": 0.6704657673835754 + }, + "id": "tp_5057" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 632132, + "label": "-", + "classification": { + "B": 0.008825771510601044, + "S": 0.0012914174003526568, + "I": 0.0011207041097804904, + "C": 0.0003521080070640892, + "R": 0.00013800257875118405, + "M": 0.004956560675054789, + "O": 0.003621111623942852, + "W": 0.0004345561610534787, + "N": 0.0001585854188306257, + "Y": 0.0020073677878826857, + "U": 2.5425744752283208e-05, + "K": 1.5059817087603733e-05, + "L": 0.0018670227145776153, + "G": 0.006320747546851635, + "F": 0.030714476481080055, + "E": 0.004650054033845663, + "T": 0.0027382061816751957, + "P": 0.2137870043516159, + "-": 0.716975748538971 + }, + "id": "tp_5058" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 632266, + "label": "-", + "classification": { + "B": 3.113825414402527e-06, + "S": 1.4436371884585242e-06, + "I": 0.00018086617637891322, + "C": 1.5422472642967477e-05, + "R": 1.4297249890660169e-06, + "M": 7.29485327610746e-05, + "O": 2.0921121176797897e-05, + "W": 2.7207850052946014e-06, + "N": 2.859553751477506e-05, + "Y": 0.000528424046933651, + "U": 1.1242457276239293e-06, + "K": 6.214053428266197e-05, + "L": 1.6169265109056141e-06, + "G": 0.000203337796847336, + "F": 0.012672758661210537, + "E": 0.002636697143316269, + "T": 0.00027336363564245403, + "P": 0.48171132802963257, + "-": 0.5015817284584045 + }, + "id": "tp_5059" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 632399, + "label": "P", + "classification": { + "B": 5.0519625801825896e-05, + "S": 4.255992826074362e-05, + "I": 0.000500309863127768, + "C": 1.0284908057656139e-05, + "R": 1.7784824422051315e-06, + "M": 0.0002340057399123907, + "O": 8.706660446478054e-05, + "W": 1.1819525752798654e-05, + "N": 7.418521272484213e-05, + "Y": 0.00021555213606916368, + "U": 7.166029831751075e-07, + "K": 8.401529157708865e-06, + "L": 7.605394330312265e-06, + "G": 0.0004793472762685269, + "F": 0.00873907096683979, + "E": 0.0030314482282847166, + "T": 0.0002517205139156431, + "P": 0.6920952200889587, + "-": 0.294158399105072 + }, + "id": "tp_5060" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 632533, + "label": "P", + "classification": { + "B": 9.071179647435201e-07, + "S": 5.067951178716612e-07, + "I": 0.0019460719777271152, + "C": 3.597744944272563e-05, + "R": 4.650039045372978e-06, + "M": 9.949506784323603e-05, + "O": 1.4518664102070034e-05, + "W": 8.308725227834657e-07, + "N": 4.00510907638818e-05, + "Y": 0.00035975754144601524, + "U": 5.499551321008767e-07, + "K": 1.0410290087747853e-06, + "L": 2.228688799732481e-06, + "G": 0.00011116977111669257, + "F": 0.001347698736935854, + "E": 0.0009311820031143725, + "T": 0.00024418861721642315, + "P": 0.5738860368728638, + "-": 0.42097318172454834 + }, + "id": "tp_5061" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 632633, + "label": "-", + "classification": { + "B": 7.934038990242698e-07, + "S": 7.422979706461774e-07, + "I": 0.00018717996135819703, + "C": 1.2913766113342717e-05, + "R": 7.880483394728799e-07, + "M": 4.3347063183318824e-05, + "O": 6.889010364830028e-06, + "W": 9.255613804270979e-07, + "N": 1.4176695913192816e-05, + "Y": 0.00038512045284733176, + "U": 2.6515627382650564e-07, + "K": 4.358973819762468e-05, + "L": 8.182067858797382e-07, + "G": 0.0004938999773003161, + "F": 0.039623040705919266, + "E": 0.006460822653025389, + "T": 0.00013501288776751608, + "P": 0.42755961418151855, + "-": 0.5250300765037537 + }, + "id": "tp_5062" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 632766, + "label": "-", + "classification": { + "B": 1.5212636981232208e-06, + "S": 8.174818617590063e-07, + "I": 9.501163731329143e-06, + "C": 5.234468289927463e-07, + "R": 6.208593816836583e-08, + "M": 6.650439445365919e-06, + "O": 8.64333014760632e-06, + "W": 4.280719565485924e-07, + "N": 4.812804945686366e-07, + "Y": 1.5212311154755298e-05, + "U": 1.1785969533661955e-08, + "K": 3.02590770218103e-08, + "L": 4.5622465449923766e-07, + "G": 8.8133756435127e-06, + "F": 0.0015980330063030124, + "E": 2.047641646640841e-05, + "T": 1.638366302358918e-05, + "P": 0.3292809724807739, + "-": 0.669031023979187 + }, + "id": "tp_5063" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 632900, + "label": "-", + "classification": { + "B": 0.0006918171420693398, + "S": 0.00010498785559320822, + "I": 0.0041169472970068455, + "C": 0.0002591270604170859, + "R": 5.7815479522105306e-05, + "M": 0.004075729288160801, + "O": 0.0005652433028444648, + "W": 6.481426680693403e-05, + "N": 0.00019350815273355693, + "Y": 0.0028533146250993013, + "U": 1.6390426026191562e-05, + "K": 9.127902558248024e-06, + "L": 0.0002935711818281561, + "G": 0.0025164331309497356, + "F": 0.010457443073391914, + "E": 0.010651062242686749, + "T": 0.0019795638509094715, + "P": 0.42966634035110474, + "-": 0.5314268469810486 + }, + "id": "tp_5064" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 633033, + "label": "P", + "classification": { + "B": 2.7985357519355603e-05, + "S": 4.494084350881167e-06, + "I": 0.0015024858294054866, + "C": 2.5641040338086896e-05, + "R": 2.6482271096028853e-06, + "M": 0.000332663010340184, + "O": 4.987297870684415e-05, + "W": 3.4113436413463205e-06, + "N": 5.737783067161217e-05, + "Y": 0.00020987578318454325, + "U": 1.3020401183894137e-06, + "K": 4.464998539788212e-07, + "L": 1.2339872228039894e-05, + "G": 0.00015155730943661183, + "F": 0.0006742796394973993, + "E": 0.0012186517706140876, + "T": 0.000413400586694479, + "P": 0.6532937288284302, + "-": 0.3420177102088928 + }, + "id": "tp_5065" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 633133, + "label": "P", + "classification": { + "B": 1.3196455483921454e-07, + "S": 1.984894737461218e-08, + "I": 2.9495682611013763e-05, + "C": 3.295846440209971e-08, + "R": 3.577578455704611e-09, + "M": 2.7507002187121543e-07, + "O": 2.5624143518143683e-07, + "W": 1.4793056557493856e-08, + "N": 1.0668746881492552e-06, + "Y": 3.235710892113275e-06, + "U": 5.681581871641583e-09, + "K": 1.1549881406835993e-07, + "L": 7.162957338380238e-09, + "G": 2.837422925949795e-06, + "F": 0.00012852775398641825, + "E": 0.00014679449668619782, + "T": 3.2432551506644813e-06, + "P": 0.8799237608909607, + "-": 0.11976009607315063 + }, + "id": "tp_5066" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 633267, + "label": "-", + "classification": { + "B": 2.4499160478086424e-09, + "S": 9.154986102544171e-09, + "I": 1.2393001270538662e-05, + "C": 9.226072705814659e-08, + "R": 3.298351147762446e-09, + "M": 1.7466143162891967e-06, + "O": 1.3808340781906736e-07, + "W": 7.0104868576947865e-09, + "N": 2.597911077373283e-07, + "Y": 1.284355494135525e-05, + "U": 1.2288983164410183e-09, + "K": 3.5659434161061654e-07, + "L": 3.473137999421283e-09, + "G": 2.9568191166617908e-06, + "F": 0.0022425828501582146, + "E": 0.00012842079740948975, + "T": 6.8425115387071855e-06, + "P": 0.23606544733047485, + "-": 0.7615258693695068 + }, + "id": "tp_5067" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 633400, + "label": "P", + "classification": { + "B": 0.000983097474090755, + "S": 5.9667490859283134e-05, + "I": 0.03495049849152565, + "C": 0.00034305141889490187, + "R": 0.00016451893316116184, + "M": 0.0006710704765282571, + "O": 0.000706082268152386, + "W": 6.999266042839736e-05, + "N": 0.0008022621041163802, + "Y": 0.0009294323390349746, + "U": 1.0396141078672372e-05, + "K": 6.825915193076071e-07, + "L": 0.00030497662373818457, + "G": 0.001918930560350418, + "F": 0.00046032617683522403, + "E": 0.0021129222586750984, + "T": 0.001371745835058391, + "P": 0.8231499791145325, + "-": 0.13099037110805511 + }, + "id": "tp_5068" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 633500, + "label": "P", + "classification": { + "B": 3.4058039091178216e-06, + "S": 2.430129484309873e-07, + "I": 0.0003865855105686933, + "C": 7.79452057031449e-06, + "R": 4.6405565967688744e-07, + "M": 1.676680039963685e-05, + "O": 5.0074108912667725e-06, + "W": 3.9746649349581276e-07, + "N": 2.2280568373389542e-05, + "Y": 0.00011404272663639858, + "U": 4.4067084559173963e-07, + "K": 9.48750482621108e-07, + "L": 4.7526572188871796e-07, + "G": 5.211903408053331e-05, + "F": 0.00036697156610898674, + "E": 0.00034372202935628593, + "T": 7.64157812227495e-05, + "P": 0.83704674243927, + "-": 0.1615552306175232 + }, + "id": "tp_5069" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 633634, + "label": "-", + "classification": { + "B": 3.081175236729905e-06, + "S": 6.898438869029633e-07, + "I": 3.661043956526555e-05, + "C": 6.480495926552976e-07, + "R": 2.2634958440903574e-07, + "M": 0.00022949054255150259, + "O": 2.5075914891203865e-05, + "W": 2.554417051214841e-07, + "N": 5.506963702828216e-07, + "Y": 0.00022420048480853438, + "U": 1.769223345604587e-08, + "K": 3.32640315292565e-09, + "L": 3.412990508877556e-06, + "G": 6.774921348551288e-05, + "F": 0.00025366846239194274, + "E": 2.620688064780552e-05, + "T": 0.0007180610555224121, + "P": 0.064671091735363, + "-": 0.9337390661239624 + }, + "id": "tp_5070" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 633767, + "label": "P", + "classification": { + "B": 1.728918341825647e-08, + "S": 2.08586339311978e-08, + "I": 0.00041989650344476104, + "C": 3.921879851986887e-07, + "R": 3.291672712180116e-08, + "M": 2.8992010356887477e-06, + "O": 2.0685092749772593e-07, + "W": 1.3760444339538935e-08, + "N": 6.544887583004311e-06, + "Y": 5.778845661552623e-06, + "U": 6.2381717569337525e-09, + "K": 7.271884783222049e-08, + "L": 1.048118036806045e-08, + "G": 2.361781525905826e-06, + "F": 4.6446530177490786e-05, + "E": 5.745010275859386e-05, + "T": 1.7857721104519442e-05, + "P": 0.92803955078125, + "-": 0.07140041142702103 + }, + "id": "tp_5071" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 633901, + "label": "-", + "classification": { + "B": 0.00030794955091550946, + "S": 0.0005078479298390448, + "I": 0.02611522749066353, + "C": 0.0003048697835765779, + "R": 0.0002979607379529625, + "M": 0.004466796759516001, + "O": 0.0017317001475021243, + "W": 0.00027084743487648666, + "N": 0.0028739210683852434, + "Y": 0.017736798152327538, + "U": 8.768738916842267e-05, + "K": 0.00038663228042423725, + "L": 0.0003295258793514222, + "G": 0.0045044091530144215, + "F": 0.013339173048734665, + "E": 0.00626482954248786, + "T": 0.024680957198143005, + "P": 0.3666798770427704, + "-": 0.5291129946708679 + }, + "id": "tp_5072" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 634001, + "label": "P", + "classification": { + "B": 2.897838555782073e-07, + "S": 1.8247657607162182e-08, + "I": 0.00025079265469685197, + "C": 1.1336265259842548e-07, + "R": 2.1682861728322678e-08, + "M": 1.902341068671376e-06, + "O": 3.653379678780766e-07, + "W": 2.0183144044949586e-08, + "N": 3.3040507787518436e-06, + "Y": 4.90474985781475e-06, + "U": 5.9003983921002146e-09, + "K": 5.200304187269467e-09, + "L": 2.930586973093341e-08, + "G": 2.966945203297655e-06, + "F": 1.9629609596449882e-05, + "E": 7.198568346211687e-05, + "T": 7.5857947194890585e-06, + "P": 0.9523521065711975, + "-": 0.04728402569890022 + }, + "id": "tp_5073" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 634134, + "label": "P", + "classification": { + "B": 3.883788667735644e-05, + "S": 1.4161757462716196e-05, + "I": 0.00469722505658865, + "C": 0.0003962197224609554, + "R": 5.6285105529241264e-05, + "M": 0.0004499123024288565, + "O": 0.00015936537238303572, + "W": 1.9498638721415773e-05, + "N": 0.0003310762403998524, + "Y": 0.0019976708572357893, + "U": 2.4618682800792158e-05, + "K": 4.012832505395636e-05, + "L": 4.530517617240548e-05, + "G": 0.0011156446998938918, + "F": 0.00508947903290391, + "E": 0.001983771100640297, + "T": 0.0014472639886662364, + "P": 0.5426220893859863, + "-": 0.4394713044166565 + }, + "id": "tp_5074" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 634268, + "label": "-", + "classification": { + "B": 2.1273122285947466e-07, + "S": 2.9104473497909567e-08, + "I": 1.0249338629364502e-05, + "C": 4.995266777996221e-08, + "R": 5.9798939133770546e-09, + "M": 7.243833692882617e-07, + "O": 1.863604893515003e-06, + "W": 5.889956256055484e-08, + "N": 2.382013235546765e-07, + "Y": 3.47899390362727e-06, + "U": 3.81397846638265e-09, + "K": 1.4669908621200989e-09, + "L": 4.717972146295324e-08, + "G": 1.3299481906869914e-06, + "F": 4.6905723138479516e-05, + "E": 5.162643901712727e-06, + "T": 8.365888788830489e-06, + "P": 0.4883479177951813, + "-": 0.5115734338760376 + }, + "id": "tp_5075" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 634401, + "label": "-", + "classification": { + "B": 3.4440581657690927e-06, + "S": 7.348434110099333e-07, + "I": 0.00020789681002497673, + "C": 1.2819471521652304e-05, + "R": 2.0650390979426447e-06, + "M": 0.00011542455467861146, + "O": 5.269720350042917e-05, + "W": 9.616098850528942e-07, + "N": 3.854878286801977e-06, + "Y": 0.00013541991938836873, + "U": 2.1503183234017342e-07, + "K": 8.100509596431493e-09, + "L": 1.4804046259087045e-05, + "G": 9.071708336705342e-05, + "F": 0.0003695622435770929, + "E": 0.00010115059558302164, + "T": 0.00032469042344018817, + "P": 0.2405634969472885, + "-": 0.7580000758171082 + }, + "id": "tp_5076" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 634501, + "label": "-", + "classification": { + "B": 2.2419362366576934e-08, + "S": 5.712089912179863e-09, + "I": 1.6819127267808653e-05, + "C": 6.260330565055483e-07, + "R": 6.592861723220267e-08, + "M": 8.019923711799493e-07, + "O": 5.229196062828123e-07, + "W": 1.9635917780647105e-08, + "N": 3.6902085298606835e-07, + "Y": 2.4556151402066462e-05, + "U": 1.5006985876198087e-08, + "K": 1.2726702891541208e-07, + "L": 2.846370250608743e-08, + "G": 1.084534505935153e-05, + "F": 0.0007150433375500143, + "E": 1.4471861504716799e-05, + "T": 1.4607708180847112e-05, + "P": 0.4009009003639221, + "-": 0.5983000993728638 + }, + "id": "tp_5077" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 634635, + "label": "P", + "classification": { + "B": 8.307248435812653e-07, + "S": 2.0818171719838574e-07, + "I": 3.9487418689532205e-05, + "C": 7.749208918994555e-08, + "R": 1.3431169065825088e-08, + "M": 2.7865671654581092e-06, + "O": 8.46026432554936e-06, + "W": 8.221392278073836e-08, + "N": 9.550694812787697e-07, + "Y": 1.115719669542159e-06, + "U": 3.906218903892977e-09, + "K": 6.664502727460331e-09, + "L": 1.55237515286899e-07, + "G": 3.7496288314287085e-06, + "F": 9.987349767470732e-05, + "E": 1.954677645699121e-05, + "T": 6.794590717618121e-06, + "P": 0.5086650848388672, + "-": 0.4911506474018097 + }, + "id": "tp_5078" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 634768, + "label": "P", + "classification": { + "B": 0.0001722377783153206, + "S": 0.00029517459915950894, + "I": 0.014989194460213184, + "C": 0.0005370937287807465, + "R": 0.00019822028116323054, + "M": 0.0004753198300022632, + "O": 0.00036709647974930704, + "W": 0.0003220415092073381, + "N": 0.004887454677373171, + "Y": 0.003011083696037531, + "U": 0.00029508411535061896, + "K": 0.005068637430667877, + "L": 7.567863940494135e-05, + "G": 0.0018561863107606769, + "F": 0.016286157071590424, + "E": 0.03410988301038742, + "T": 0.0021128086373209953, + "P": 0.7659730911254883, + "-": 0.14896751940250397 + }, + "id": "tp_5079" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 634902, + "label": "-", + "classification": { + "B": 2.1011032913520467e-06, + "S": 4.5309661800274625e-06, + "I": 0.0008008938748389482, + "C": 4.478697883314453e-05, + "R": 6.604429472645279e-06, + "M": 0.0001768095389707014, + "O": 4.8380661610281095e-05, + "W": 5.4923866628087126e-06, + "N": 6.895671685924754e-05, + "Y": 0.0006017503328621387, + "U": 2.750524345174199e-06, + "K": 4.376464130473323e-05, + "L": 4.204493507131701e-06, + "G": 0.00013412082626018673, + "F": 0.004497889429330826, + "E": 0.001518928213045001, + "T": 0.0006421881262212992, + "P": 0.2767255902290344, + "-": 0.7146702408790588 + }, + "id": "tp_5080" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 635002, + "label": "P", + "classification": { + "B": 1.5329798088714597e-06, + "S": 6.494462923001265e-07, + "I": 0.00010939445928670466, + "C": 1.3119625918989186e-06, + "R": 1.22526671475498e-07, + "M": 2.9060909582767636e-05, + "O": 9.293989933212288e-06, + "W": 2.1212666467818053e-07, + "N": 8.716901902516838e-06, + "Y": 4.176294896751642e-05, + "U": 6.288981069246802e-08, + "K": 1.4848593821170653e-07, + "L": 6.950385795789771e-07, + "G": 3.9438607927877456e-05, + "F": 0.0007208012975752354, + "E": 0.0003580877382773906, + "T": 0.00010144212137674913, + "P": 0.5996387004852295, + "-": 0.3989385962486267 + }, + "id": "tp_5081" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 635135, + "label": "P", + "classification": { + "B": 6.057638302081614e-07, + "S": 6.315217433439102e-07, + "I": 0.0010809979867190123, + "C": 5.937286914559081e-06, + "R": 1.4226595794752939e-06, + "M": 7.88247780292295e-06, + "O": 3.0726484965271084e-06, + "W": 5.560041813623684e-07, + "N": 8.284730574814603e-05, + "Y": 3.9633225242141634e-05, + "U": 2.943384913578484e-07, + "K": 4.3091035877296235e-06, + "L": 2.1452619591855182e-07, + "G": 2.4108630896080285e-05, + "F": 0.0005627089994959533, + "E": 0.0005484519642777741, + "T": 3.986404772149399e-05, + "P": 0.9384850263595581, + "-": 0.05911143496632576 + }, + "id": "tp_5082" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 635269, + "label": "P", + "classification": { + "B": 4.062884272570955e-06, + "S": 1.0911780918831937e-06, + "I": 0.0031627691350877285, + "C": 8.067737326200586e-06, + "R": 8.696983968548011e-07, + "M": 0.00030282852821983397, + "O": 1.6105994291137904e-05, + "W": 3.8203009466997173e-07, + "N": 5.2837986004306003e-05, + "Y": 0.0002899723476730287, + "U": 1.7831807497259433e-07, + "K": 1.9004538387434877e-07, + "L": 3.636087967606727e-06, + "G": 0.0002954167139250785, + "F": 0.00034188327845185995, + "E": 0.0039428770542144775, + "T": 0.00030005682492628694, + "P": 0.7976822853088379, + "-": 0.19359450042247772 + }, + "id": "tp_5083" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 635402, + "label": "-", + "classification": { + "B": 1.6111962963805126e-07, + "S": 2.0869985917215672e-07, + "I": 0.0005164177273400128, + "C": 9.709787264000624e-06, + "R": 4.16922915746909e-07, + "M": 4.759928924613632e-05, + "O": 3.266623707531835e-06, + "W": 2.398275285031559e-07, + "N": 1.2564044482132886e-05, + "Y": 0.00024594267597422004, + "U": 1.5763019689529756e-07, + "K": 7.143384664232144e-06, + "L": 2.453039655847533e-07, + "G": 6.780848343623802e-05, + "F": 0.0026015397161245346, + "E": 0.0015460628783330321, + "T": 0.00013016429147683084, + "P": 0.3763793408870697, + "-": 0.6184310913085938 + }, + "id": "tp_5084" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 635502, + "label": "-", + "classification": { + "B": 7.947006963604508e-08, + "S": 3.317688879178604e-07, + "I": 0.0008153205271810293, + "C": 3.3639093999227043e-06, + "R": 5.900717496842844e-07, + "M": 2.23052211367758e-05, + "O": 3.232175004086457e-06, + "W": 4.695641280250129e-07, + "N": 3.7152949516894296e-05, + "Y": 0.0006550172693096101, + "U": 2.2091425933012943e-07, + "K": 1.706113289401401e-05, + "L": 1.0202990807783863e-07, + "G": 1.5312620234908536e-05, + "F": 0.0009991317056119442, + "E": 0.0003521974722389132, + "T": 0.0003349004255142063, + "P": 0.4975774586200714, + "-": 0.4991658627986908 + }, + "id": "tp_5085" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 635636, + "label": "P", + "classification": { + "B": 3.5615798879007343e-06, + "S": 2.526049001971842e-06, + "I": 0.0011733531719073653, + "C": 5.358297494240105e-05, + "R": 5.0779526645783335e-06, + "M": 2.8223617846379057e-05, + "O": 1.2449370842659846e-05, + "W": 2.912293211920769e-06, + "N": 0.0001423232606612146, + "Y": 0.00025032833218574524, + "U": 3.2773752991488436e-06, + "K": 7.133962208172306e-05, + "L": 1.4543583120030235e-06, + "G": 0.000193361469428055, + "F": 0.005469342693686485, + "E": 0.003299824893474579, + "T": 0.00015129671373870224, + "P": 0.7945058345794678, + "-": 0.19462989270687103 + }, + "id": "tp_5086" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 635769, + "label": "-", + "classification": { + "B": 7.899715456005652e-06, + "S": 5.012357746636553e-07, + "I": 0.00015759732923470438, + "C": 2.60773913396406e-06, + "R": 4.3788580228465435e-07, + "M": 7.96833191998303e-05, + "O": 1.611070183571428e-05, + "W": 4.421859216563462e-07, + "N": 1.4439755204875837e-06, + "Y": 0.00019006949150934815, + "U": 8.611059598706561e-08, + "K": 9.982827897658808e-09, + "L": 6.017563464411069e-06, + "G": 6.362275598803535e-05, + "F": 0.0003238083445467055, + "E": 9.151869744528085e-05, + "T": 0.0001392672274960205, + "P": 0.1941615641117096, + "-": 0.8047573566436768 + }, + "id": "tp_5087" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 635903, + "label": "-", + "classification": { + "B": 7.722767350060167e-07, + "S": 2.3205517152291577e-07, + "I": 8.131594950100407e-05, + "C": 2.2106507458374836e-05, + "R": 1.397254095536482e-06, + "M": 2.2566868210560642e-05, + "O": 6.760111318726558e-06, + "W": 3.2519878345738107e-07, + "N": 3.312576382086263e-06, + "Y": 0.0004985970444977283, + "U": 3.8631571896985406e-07, + "K": 1.7413553905498702e-06, + "L": 1.669128323555924e-06, + "G": 0.000230492209084332, + "F": 0.007692909799516201, + "E": 0.00022955244639888406, + "T": 0.0001520145742688328, + "P": 0.2208283543586731, + "-": 0.7702255249023438 + }, + "id": "tp_5088" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 636003, + "label": "P", + "classification": { + "B": 0.0007198419771157205, + "S": 0.0005643394542858005, + "I": 0.11086610704660416, + "C": 0.006224784068763256, + "R": 0.0012380930129438639, + "M": 0.0034783813171088696, + "O": 0.0011432304745540023, + "W": 0.0005229585221968591, + "N": 0.014262053184211254, + "Y": 0.00642259418964386, + "U": 0.000708125124219805, + "K": 0.0012779420940205455, + "L": 0.0005938903195783496, + "G": 0.0053052110597491264, + "F": 0.009722232818603516, + "E": 0.056104421615600586, + "T": 0.005189363844692707, + "P": 0.6353986263275146, + "-": 0.14025788009166718 + }, + "id": "tp_5089" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 636136, + "label": "-", + "classification": { + "B": 5.1147136304052765e-08, + "S": 1.846349562129035e-07, + "I": 2.2087229808676057e-05, + "C": 2.368883968983937e-07, + "R": 3.419457783593316e-08, + "M": 1.4483840686807525e-06, + "O": 2.3744853479001904e-06, + "W": 1.7586179978934524e-07, + "N": 2.0757493075507227e-06, + "Y": 2.5676426957943477e-05, + "U": 2.5590388474938663e-08, + "K": 1.078498144124751e-06, + "L": 3.1297059166490726e-08, + "G": 3.6616324905480724e-06, + "F": 0.0007310562068596482, + "E": 3.2160856790142134e-05, + "T": 3.059424489038065e-05, + "P": 0.4129997491836548, + "-": 0.5861474275588989 + }, + "id": "tp_5090" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 636270, + "label": "P", + "classification": { + "B": 7.288040251296479e-06, + "S": 1.7331565686617978e-05, + "I": 0.04982577636837959, + "C": 0.00013255658268462867, + "R": 4.236055610817857e-05, + "M": 0.00048245160724036396, + "O": 8.70564254000783e-05, + "W": 7.297317552001914e-06, + "N": 0.002228701952844858, + "Y": 0.0027267788536846638, + "U": 3.146604967696476e-06, + "K": 3.1374074751511216e-05, + "L": 7.481983175239293e-06, + "G": 0.000657558673992753, + "F": 0.0005796457407996058, + "E": 0.0043650660663843155, + "T": 0.00178833759855479, + "P": 0.8534786701202393, + "-": 0.08353106677532196 + }, + "id": "tp_5091" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 636403, + "label": "P", + "classification": { + "B": 4.3161962821614e-06, + "S": 3.708175881911302e-06, + "I": 0.0015751664759591222, + "C": 1.730144322209526e-05, + "R": 4.2913361539831385e-06, + "M": 1.8023643860942684e-05, + "O": 2.58472136920318e-05, + "W": 3.6248679862183053e-06, + "N": 7.906464452389628e-05, + "Y": 8.066165901254863e-05, + "U": 1.2794037047569873e-06, + "K": 1.2124025943194283e-06, + "L": 3.245160769438371e-06, + "G": 7.805399218341336e-05, + "F": 0.0005512061761692166, + "E": 0.00018494973483029753, + "T": 9.688745922176167e-05, + "P": 0.8785954713821411, + "-": 0.11867567151784897 + }, + "id": "tp_5092" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 636503, + "label": "-", + "classification": { + "B": 1.6032305211410858e-05, + "S": 9.597716598364059e-06, + "I": 0.0029762941412627697, + "C": 0.00043419055873528123, + "R": 6.222906813491136e-05, + "M": 0.00034085160586982965, + "O": 0.00011256177822360769, + "W": 1.856236303865444e-05, + "N": 0.0002255143190268427, + "Y": 0.0015903887106105685, + "U": 1.678828994045034e-05, + "K": 8.747079118620604e-05, + "L": 2.1377030861913227e-05, + "G": 0.0009357155067846179, + "F": 0.012243539094924927, + "E": 0.002662729239091277, + "T": 0.0008231988758780062, + "P": 0.4494466483592987, + "-": 0.5279762148857117 + }, + "id": "tp_5093" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 636637, + "label": "-", + "classification": { + "B": 6.18781050434336e-05, + "S": 8.632455865154043e-05, + "I": 0.004236480221152306, + "C": 0.002656198339536786, + "R": 0.001003005774691701, + "M": 0.004219364374876022, + "O": 0.0008959118858911097, + "W": 8.725853695068508e-05, + "N": 0.00036162210744805634, + "Y": 0.021579058840870857, + "U": 0.0001010677297017537, + "K": 0.000593468954320997, + "L": 0.00035041829687543213, + "G": 0.009725031442940235, + "F": 0.03420747071504593, + "E": 0.00366289634257555, + "T": 0.010622924193739891, + "P": 0.07749346643686295, + "-": 0.8280562162399292 + }, + "id": "tp_5094" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 636770, + "label": "-", + "classification": { + "B": 0.0003299373493064195, + "S": 5.301086639519781e-05, + "I": 0.0016230206238105893, + "C": 0.00027346936985850334, + "R": 4.8112342483364046e-05, + "M": 0.001192028634250164, + "O": 0.0005696602165699005, + "W": 5.772132135462016e-05, + "N": 0.00018547447689343244, + "Y": 0.00208710553124547, + "U": 2.117137955792714e-05, + "K": 4.282784720999189e-05, + "L": 0.000121991106425412, + "G": 0.001821960206143558, + "F": 0.006892593577504158, + "E": 0.00252184784039855, + "T": 0.002045572269707918, + "P": 0.2940065860748291, + "-": 0.6861058473587036 + }, + "id": "tp_5095" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 636904, + "label": "-", + "classification": { + "B": 5.157966006663628e-05, + "S": 5.2638926717918366e-05, + "I": 0.00014422234380617738, + "C": 6.588739051949233e-05, + "R": 3.7458034057635814e-05, + "M": 0.0009061750024557114, + "O": 0.00030596464057452977, + "W": 1.7547890820424072e-05, + "N": 1.7768103134585544e-05, + "Y": 0.006435724440962076, + "U": 3.127454647255945e-06, + "K": 9.898355529003311e-06, + "L": 0.00010646780719980597, + "G": 0.0015742501709610224, + "F": 0.035820621997117996, + "E": 0.00037282175617292523, + "T": 0.0037791661452502012, + "P": 0.04077263921499252, + "-": 0.9095261693000793 + }, + "id": "tp_5096" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 637004, + "label": "P", + "classification": { + "B": 0.0001896413741633296, + "S": 0.00010168414883082733, + "I": 0.2908408045768738, + "C": 0.011155810207128525, + "R": 0.0013109249994158745, + "M": 0.0038732970133423805, + "O": 0.00038041427615098655, + "W": 0.0001215268493979238, + "N": 0.016302932053804398, + "Y": 0.009090528823435307, + "U": 6.67869026074186e-05, + "K": 0.0009281432721763849, + "L": 0.0001201765553560108, + "G": 0.010409250855445862, + "F": 0.004638515878468752, + "E": 0.14470632374286652, + "T": 0.0037805314641445875, + "P": 0.4427453577518463, + "-": 0.059237316250801086 + }, + "id": "tp_5097" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 637137, + "label": "-", + "classification": { + "B": 0.00010908235708484426, + "S": 0.0011927889427170157, + "I": 0.211680606007576, + "C": 0.08700702339410782, + "R": 0.030318884178996086, + "M": 0.01358700543642044, + "O": 0.009392809122800827, + "W": 0.0010357098653912544, + "N": 0.01046526338905096, + "Y": 0.15656501054763794, + "U": 5.559535202337429e-05, + "K": 0.001085864962078631, + "L": 0.0010211629560217261, + "G": 0.041949108242988586, + "F": 0.023304162546992302, + "E": 0.005759719293564558, + "T": 0.052864398807287216, + "P": 0.053813256323337555, + "-": 0.2987925112247467 + }, + "id": "tp_5098" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 637271, + "label": "-", + "classification": { + "B": 0.0005556755349971354, + "S": 0.0005577623378485441, + "I": 0.010999144986271858, + "C": 0.018291383981704712, + "R": 0.003826394909992814, + "M": 0.008477950468659401, + "O": 0.004119299352169037, + "W": 0.0007447672542184591, + "N": 0.0028099743649363518, + "Y": 0.027154024690389633, + "U": 0.0005574384704232216, + "K": 0.0015110488748177886, + "L": 0.001966324169188738, + "G": 0.03139522671699524, + "F": 0.10171844065189362, + "E": 0.01723211444914341, + "T": 0.011904573068022728, + "P": 0.27781859040260315, + "-": 0.4783598780632019 + }, + "id": "tp_5099" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 637404, + "label": "-", + "classification": { + "B": 0.00014734664000570774, + "S": 8.814359171083197e-05, + "I": 0.0034458443988114595, + "C": 0.00024163197667803615, + "R": 8.713837451068684e-05, + "M": 0.005565486382693052, + "O": 0.0004797110450454056, + "W": 3.421900328248739e-05, + "N": 0.00017500098329037428, + "Y": 0.025076132267713547, + "U": 8.602488378528506e-06, + "K": 5.0874743465101346e-05, + "L": 0.00014366235700435936, + "G": 0.0075312224216759205, + "F": 0.016384508460760117, + "E": 0.00434029521420598, + "T": 0.01513126865029335, + "P": 0.1293405443429947, + "-": 0.7917283177375793 + }, + "id": "tp_5100" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 637504, + "label": "-", + "classification": { + "B": 9.677258640294895e-05, + "S": 0.00011454214109107852, + "I": 0.0024287512060254812, + "C": 0.0024745811242610216, + "R": 0.0006820109556429088, + "M": 0.0031424681656062603, + "O": 0.0011226411443203688, + "W": 0.00014120533887762576, + "N": 0.00034398905700072646, + "Y": 0.014048848301172256, + "U": 0.00010127935820491984, + "K": 0.00025095752789638937, + "L": 0.00039468135219067335, + "G": 0.006405571475625038, + "F": 0.03761215880513191, + "E": 0.002255896804854274, + "T": 0.007418991532176733, + "P": 0.11427710205316544, + "-": 0.8066875338554382 + }, + "id": "tp_5101" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 637638, + "label": "P", + "classification": { + "B": 5.562630462918605e-07, + "S": 2.7800155066870502e-08, + "I": 5.4453248594654724e-05, + "C": 5.913223048992222e-07, + "R": 4.480181914345849e-08, + "M": 6.203938028193079e-06, + "O": 1.8903159570982098e-06, + "W": 3.8471892338520775e-08, + "N": 5.335115815796598e-07, + "Y": 1.2207968211441766e-05, + "U": 1.611369526699491e-08, + "K": 3.3301092439153024e-10, + "L": 3.1028477565087087e-07, + "G": 2.5577874112059362e-06, + "F": 1.7230171579285525e-05, + "E": 1.1030706446035765e-05, + "T": 6.136816955404356e-05, + "P": 0.5146732330322266, + "-": 0.48515772819519043 + }, + "id": "tp_5102" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 637771, + "label": "-", + "classification": { + "B": 1.5945753162327492e-08, + "S": 1.0835080388460483e-07, + "I": 2.701241464819759e-05, + "C": 1.3181564781916677e-06, + "R": 1.7777928462692216e-07, + "M": 5.37814230483491e-06, + "O": 1.4694051060359925e-06, + "W": 5.7824024679575814e-08, + "N": 1.414045982528478e-06, + "Y": 8.822962263366207e-05, + "U": 2.6156707022551018e-08, + "K": 7.142115805436333e-07, + "L": 2.488024364311059e-08, + "G": 3.5779237350652693e-06, + "F": 0.0004933985183015466, + "E": 2.8926937375217676e-05, + "T": 0.00010368118819314986, + "P": 0.22176051139831543, + "-": 0.7774840593338013 + }, + "id": "tp_5103" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 637905, + "label": "P", + "classification": { + "B": 3.005751647577881e-09, + "S": 6.087924608877415e-10, + "I": 0.0001139543965109624, + "C": 1.1052181889681378e-06, + "R": 3.574550433427248e-08, + "M": 3.512709838560113e-07, + "O": 5.098185695828761e-08, + "W": 1.2967188434132026e-09, + "N": 7.749722499283962e-07, + "Y": 2.8039223252562806e-05, + "U": 4.647450424499766e-09, + "K": 4.2070727346299464e-08, + "L": 4.012707499612134e-09, + "G": 5.710487130272668e-06, + "F": 6.559815665241331e-05, + "E": 5.1246875955257565e-05, + "T": 5.8319419622421265e-06, + "P": 0.7842563390731812, + "-": 0.21547086536884308 + }, + "id": "tp_5104" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 638005, + "label": "-", + "classification": { + "B": 1.613978042769304e-06, + "S": 3.2320679110853234e-07, + "I": 1.8200767954112962e-05, + "C": 4.067991312695085e-07, + "R": 3.338809406727705e-08, + "M": 1.9327741028973833e-05, + "O": 7.347928658418823e-06, + "W": 9.241423981620756e-08, + "N": 2.802085248276853e-07, + "Y": 3.08964226860553e-05, + "U": 3.154524641502121e-09, + "K": 1.0264434857631954e-09, + "L": 5.791389412479475e-07, + "G": 1.4786271094635595e-05, + "F": 0.0003276571223977953, + "E": 1.9927601897506975e-05, + "T": 2.510893864382524e-05, + "P": 0.2137971818447113, + "-": 0.7857362031936646 + }, + "id": "tp_5105" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 638138, + "label": "-", + "classification": { + "B": 0.000901179329957813, + "S": 0.00013888646208215505, + "I": 0.0007077472982928157, + "C": 0.0001666489552007988, + "R": 5.0715829274849966e-05, + "M": 0.00148248509503901, + "O": 0.0006969747482798994, + "W": 0.00012692065502051264, + "N": 7.87884127930738e-05, + "Y": 0.001650833641178906, + "U": 1.2764478015014902e-05, + "K": 5.4182928579393774e-05, + "L": 0.00015643668302800506, + "G": 0.0026819054037332535, + "F": 0.019098473712801933, + "E": 0.0025898481253534555, + "T": 0.0012909917859360576, + "P": 0.19651839137077332, + "-": 0.7715958952903748 + }, + "id": "tp_5106" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 638272, + "label": "-", + "classification": { + "B": 2.953650171666489e-11, + "S": 1.5706028491657698e-11, + "I": 6.03205626248382e-06, + "C": 1.1270024025122893e-08, + "R": 1.5358748994831473e-10, + "M": 5.501213351521983e-08, + "O": 4.8092361204510325e-09, + "W": 2.97211283362131e-11, + "N": 2.107908514403789e-08, + "Y": 1.241870677404222e-06, + "U": 1.3369279641683995e-11, + "K": 1.2434620000334462e-10, + "L": 6.221506643200314e-11, + "G": 1.6049060036493756e-07, + "F": 6.607805062230909e-06, + "E": 3.3784051538532367e-06, + "T": 1.4829265637672506e-06, + "P": 0.4722951352596283, + "-": 0.5276858806610107 + }, + "id": "tp_5107" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 638405, + "label": "P", + "classification": { + "B": 2.887961636588443e-05, + "S": 1.116473777074134e-05, + "I": 0.0033562660682946444, + "C": 0.00011947743041673675, + "R": 1.8446218746248633e-05, + "M": 0.00013041074271313846, + "O": 8.150271605700254e-05, + "W": 2.6863699531531893e-05, + "N": 0.0003772376221604645, + "Y": 0.0005484860739670694, + "U": 3.2968786399578676e-05, + "K": 0.00022243014245759696, + "L": 1.3214373211667407e-05, + "G": 0.0003115748695563525, + "F": 0.005177612882107496, + "E": 0.00521061010658741, + "T": 0.000613864220213145, + "P": 0.6378586888313293, + "-": 0.34586024284362793 + }, + "id": "tp_5108" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 638505, + "label": "-", + "classification": { + "B": 1.2800383331068588e-07, + "S": 8.921337446565758e-09, + "I": 1.2201858226035256e-05, + "C": 4.947939373778354e-07, + "R": 4.6593584102083696e-08, + "M": 2.857355639207526e-06, + "O": 1.040628490045492e-06, + "W": 1.2548054151295673e-08, + "N": 2.531120912863116e-07, + "Y": 7.915084279375151e-05, + "U": 1.3956510613866158e-08, + "K": 7.981131489032123e-08, + "L": 3.5148151056318966e-08, + "G": 2.210149796155747e-05, + "F": 0.00014584415475837886, + "E": 1.4167786503094248e-05, + "T": 5.550039713853039e-05, + "P": 0.12462738156318665, + "-": 0.875038743019104 + }, + "id": "tp_5109" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 638639, + "label": "P", + "classification": { + "B": 0.0005602504243142903, + "S": 0.00010622202535159886, + "I": 0.10352002084255219, + "C": 0.0031183508690446615, + "R": 0.0006654146709479392, + "M": 0.0034788332413882017, + "O": 0.0014920012326911092, + "W": 0.00013524355017580092, + "N": 0.0032033617608249187, + "Y": 0.01821698620915413, + "U": 6.774825305910781e-05, + "K": 2.8596386982826516e-05, + "L": 0.000523727445397526, + "G": 0.009763465262949467, + "F": 0.002399310003966093, + "E": 0.012294978834688663, + "T": 0.008539726957678795, + "P": 0.5362304449081421, + "-": 0.2956552803516388 + }, + "id": "tp_5110" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 638772, + "label": "-", + "classification": { + "B": 1.9218923341668415e-08, + "S": 1.007546668319037e-08, + "I": 1.0419330465083476e-05, + "C": 4.285292334316182e-07, + "R": 1.4013014038027904e-07, + "M": 1.5383030813609366e-06, + "O": 1.2019947916996898e-06, + "W": 3.9416772068534556e-08, + "N": 2.523995590308914e-07, + "Y": 0.00015482419985346496, + "U": 3.793516611949599e-08, + "K": 5.264642368274508e-06, + "L": 3.4713004026798444e-08, + "G": 2.252162084914744e-05, + "F": 0.0007202799897640944, + "E": 1.9458466340438463e-05, + "T": 5.662890907842666e-05, + "P": 0.03027285262942314, + "-": 0.9687340259552002 + }, + "id": "tp_5111" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 638906, + "label": "P", + "classification": { + "B": 1.1550416445516021e-07, + "S": 2.863705219624535e-07, + "I": 0.005598200019448996, + "C": 1.1675741006911267e-05, + "R": 6.327648520709772e-07, + "M": 2.304148074472323e-05, + "O": 2.4857120024535106e-06, + "W": 5.431404588307487e-07, + "N": 0.0001453339064028114, + "Y": 0.0008641981985419989, + "U": 1.5314896018026047e-07, + "K": 2.9606961106765084e-05, + "L": 5.8468490493623904e-08, + "G": 1.572842666064389e-05, + "F": 0.000619775615632534, + "E": 0.004744121339172125, + "T": 0.00014356155588757247, + "P": 0.6979884505271912, + "-": 0.28981199860572815 + }, + "id": "tp_5112" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 639006, + "label": "P", + "classification": { + "B": 2.0740089894388802e-06, + "S": 6.349841896735597e-07, + "I": 0.005797078832983971, + "C": 8.484897261951119e-05, + "R": 9.469527867622674e-06, + "M": 0.00011117102985735983, + "O": 1.433691522834124e-05, + "W": 1.3895396477892064e-06, + "N": 0.00012256368063390255, + "Y": 0.0010903129586949944, + "U": 2.1019536688982043e-06, + "K": 6.677230885543395e-06, + "L": 1.6491660517203854e-06, + "G": 0.000174551154486835, + "F": 0.0005013045738451183, + "E": 0.0022148885764181614, + "T": 0.00040881900349631906, + "P": 0.6713297963142395, + "-": 0.3181263506412506 + }, + "id": "tp_5113" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 639139, + "label": "P", + "classification": { + "B": 0.0001554966002004221, + "S": 4.337719474278856e-06, + "I": 0.0006357243400998414, + "C": 1.188235455629183e-05, + "R": 1.9906117358914344e-06, + "M": 0.00017720171308610588, + "O": 9.017847332870588e-05, + "W": 3.9325877878582105e-06, + "N": 2.3921660613268614e-05, + "Y": 0.00012634009181056172, + "U": 7.474417884623108e-07, + "K": 2.573626467494705e-08, + "L": 2.651588511071168e-05, + "G": 0.00020038361253682524, + "F": 0.00018382008420303464, + "E": 0.0005516275414265692, + "T": 0.00033059276756830513, + "P": 0.7050157785415649, + "-": 0.2924594283103943 + }, + "id": "tp_5114" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 639273, + "label": "-", + "classification": { + "B": 5.8321909079950274e-08, + "S": 3.5467646597453495e-09, + "I": 3.206500332453288e-05, + "C": 4.922171683574561e-07, + "R": 2.2467308014029186e-08, + "M": 1.0110356924997177e-06, + "O": 3.4891644418166834e-07, + "W": 1.5062591174341833e-08, + "N": 4.283506029878481e-07, + "Y": 1.584037636348512e-05, + "U": 1.424471918198833e-08, + "K": 9.698220537757152e-08, + "L": 1.7506737393091498e-08, + "G": 4.412175258039497e-06, + "F": 7.515286415582523e-05, + "E": 4.629256363841705e-05, + "T": 1.0364741683588363e-05, + "P": 0.4326157569885254, + "-": 0.5671976208686829 + }, + "id": "tp_5115" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 639406, + "label": "P", + "classification": { + "B": 9.81766447694099e-07, + "S": 7.629590470514813e-08, + "I": 0.003128934884443879, + "C": 6.609980118810199e-06, + "R": 5.068330324320414e-07, + "M": 2.246464282507077e-05, + "O": 2.070715481750085e-06, + "W": 1.0034705155703705e-07, + "N": 3.650525468401611e-05, + "Y": 6.32132068858482e-05, + "U": 6.110865058417403e-08, + "K": 7.29897635665111e-08, + "L": 2.5056814934032445e-07, + "G": 1.7327820387436077e-05, + "F": 3.17250014632009e-05, + "E": 0.0005765954265370965, + "T": 5.233172487351112e-05, + "P": 0.911638617515564, + "-": 0.08442161232233047 + }, + "id": "tp_5116" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 639506, + "label": "P", + "classification": { + "B": 3.392051439732313e-08, + "S": 2.1308693476385088e-08, + "I": 0.0002643689513206482, + "C": 3.14244675791997e-06, + "R": 1.4557127769876388e-07, + "M": 3.116639163636137e-06, + "O": 1.7690024378680391e-06, + "W": 2.369162821480586e-08, + "N": 7.741547051409725e-06, + "Y": 3.792711140704341e-05, + "U": 1.9053832289728234e-08, + "K": 3.217613482320303e-07, + "L": 3.4750819111195597e-08, + "G": 2.1662253857357427e-05, + "F": 0.00035689331707544625, + "E": 8.508887549396604e-05, + "T": 2.4615987058496103e-05, + "P": 0.6378779411315918, + "-": 0.3613150715827942 + }, + "id": "tp_5117" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 639640, + "label": "P", + "classification": { + "B": 7.718836423009634e-05, + "S": 4.4052805606042966e-05, + "I": 0.018471719697117805, + "C": 0.0006221513031050563, + "R": 9.274703916162252e-05, + "M": 0.0006354087963700294, + "O": 0.00020700418099295348, + "W": 0.00010564957483438775, + "N": 0.0018216369207948446, + "Y": 0.003046090016141534, + "U": 6.0207305068615824e-05, + "K": 0.00044293157407082617, + "L": 3.2171188649954274e-05, + "G": 0.0006596835446543992, + "F": 0.004274758044630289, + "E": 0.022018590942025185, + "T": 0.002304956316947937, + "P": 0.637488603591919, + "-": 0.307594358921051 + }, + "id": "tp_5118" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 639773, + "label": "-", + "classification": { + "B": 2.242900265514436e-08, + "S": 4.429501032632288e-08, + "I": 3.761831612791866e-05, + "C": 1.7607549125386868e-06, + "R": 1.4310937501704757e-07, + "M": 1.2447345397958998e-05, + "O": 1.509454023107537e-06, + "W": 4.449493218317002e-08, + "N": 9.47864293721068e-07, + "Y": 0.0007568555884063244, + "U": 1.884698974663479e-08, + "K": 7.09091409589746e-07, + "L": 1.0698187224988942e-07, + "G": 6.445873441407457e-05, + "F": 0.0028138032648712397, + "E": 8.653495751786977e-05, + "T": 0.0003293244226370007, + "P": 0.1122073084115982, + "-": 0.8836863040924072 + }, + "id": "tp_5119" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 639907, + "label": "P", + "classification": { + "B": 0.000146830192534253, + "S": 8.637881364847999e-06, + "I": 0.0024849853944033384, + "C": 4.9190020945388824e-05, + "R": 8.776611139182933e-06, + "M": 0.00014975642261561006, + "O": 0.0001014782246784307, + "W": 6.104060048528481e-06, + "N": 0.00011953272769460455, + "Y": 0.0002443358243908733, + "U": 1.2804912330466323e-06, + "K": 1.1785451761170407e-06, + "L": 3.0465513191302307e-05, + "G": 0.0008576740510761738, + "F": 0.0022833605762571096, + "E": 0.0024531716480851173, + "T": 0.00021262059453874826, + "P": 0.7333683371543884, + "-": 0.25747236609458923 + }, + "id": "tp_5120" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 640007, + "label": "-", + "classification": { + "B": 9.61982436820108e-07, + "S": 1.524527419860533e-06, + "I": 0.00018625643861014396, + "C": 3.2922444006544538e-06, + "R": 1.6762222685429151e-06, + "M": 0.00022326123144011945, + "O": 3.4233060432597995e-05, + "W": 9.446688409298076e-07, + "N": 7.406214990623994e-06, + "Y": 0.0008827888523228467, + "U": 2.9336823104131327e-07, + "K": 3.5927880048802763e-07, + "L": 2.496973365850863e-06, + "G": 0.00010115342593053356, + "F": 0.0005570927169173956, + "E": 9.264194522984326e-05, + "T": 0.003151390003040433, + "P": 0.14972393214702606, + "-": 0.8450283408164978 + }, + "id": "tp_5121" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 640140, + "label": "-", + "classification": { + "B": 8.129380724142266e-09, + "S": 3.563731532096881e-09, + "I": 2.7576083994063083e-06, + "C": 5.565697733800334e-07, + "R": 1.2585172015633361e-08, + "M": 2.0923293959640432e-06, + "O": 2.9122134037606884e-07, + "W": 3.856650554467933e-09, + "N": 4.479934645473804e-08, + "Y": 1.219204204971902e-05, + "U": 1.6241681333184488e-09, + "K": 7.159690174063371e-09, + "L": 1.0008638362535294e-08, + "G": 3.409006694710115e-06, + "F": 0.00011175906547578052, + "E": 3.9383594412356615e-06, + "T": 2.2287360479822382e-05, + "P": 0.1290615200996399, + "-": 0.8707790970802307 + }, + "id": "tp_5122" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 640274, + "label": "-", + "classification": { + "B": 0.00010277898400090635, + "S": 2.0826642867177725e-05, + "I": 0.002707744250074029, + "C": 0.00021539167209994048, + "R": 3.218067286070436e-05, + "M": 0.0011082070413976908, + "O": 0.0002777705667540431, + "W": 3.6721037758979946e-05, + "N": 0.00021627232490573078, + "Y": 0.002271005418151617, + "U": 2.342694642720744e-05, + "K": 9.200440399581566e-05, + "L": 6.612762808799744e-05, + "G": 0.0021074311807751656, + "F": 0.0052801999263465405, + "E": 0.0057504125870764256, + "T": 0.0016932232538238168, + "P": 0.3545491397380829, + "-": 0.6234491467475891 + }, + "id": "tp_5123" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 640407, + "label": "P", + "classification": { + "B": 7.073264896462206e-06, + "S": 3.899024250131333e-07, + "I": 0.0001769445079844445, + "C": 1.3768648386758287e-05, + "R": 9.918314844981069e-07, + "M": 3.745449066627771e-05, + "O": 9.115678039961495e-06, + "W": 4.5371695023277425e-07, + "N": 1.041316136252135e-05, + "Y": 0.00016118540952447802, + "U": 2.107074124069186e-07, + "K": 1.975054146896582e-06, + "L": 9.83096128948091e-07, + "G": 0.0003592136490624398, + "F": 0.00349430157802999, + "E": 0.0016522385412827134, + "T": 0.00010863850911846384, + "P": 0.6619631052017212, + "-": 0.3320014178752899 + }, + "id": "tp_5124" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 640507, + "label": "-", + "classification": { + "B": 2.0241095626261085e-06, + "S": 8.500034454073102e-08, + "I": 0.0002451799809932709, + "C": 3.998956344730686e-06, + "R": 3.878359393638675e-07, + "M": 4.229812111589126e-05, + "O": 4.592676759784808e-06, + "W": 1.7187531398121791e-07, + "N": 7.830913091311231e-06, + "Y": 0.00020290672546252608, + "U": 1.3603369097836548e-07, + "K": 9.376188359055959e-07, + "L": 3.7905556382611394e-07, + "G": 9.14456250029616e-05, + "F": 0.0002594570687506348, + "E": 0.0010559335350990295, + "T": 0.00010347906936658546, + "P": 0.47791919112205505, + "-": 0.5200595855712891 + }, + "id": "tp_5125" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 640641, + "label": "P", + "classification": { + "B": 9.386534571831362e-08, + "S": 1.7063812585149662e-09, + "I": 7.808439841028303e-05, + "C": 4.128496300381812e-07, + "R": 7.592836581693518e-09, + "M": 3.167886006849585e-07, + "O": 6.889375470109371e-08, + "W": 2.1769155367223902e-09, + "N": 2.3768595838191686e-06, + "Y": 2.072896677418612e-06, + "U": 5.632774247033012e-09, + "K": 1.9472745194093477e-08, + "L": 3.079502208791496e-09, + "G": 3.295715941931121e-06, + "F": 9.219294042850379e-06, + "E": 0.0001561904646223411, + "T": 1.8431995840728632e-06, + "P": 0.9702870845794678, + "-": 0.02945898286998272 + }, + "id": "tp_5126" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 640774, + "label": "-", + "classification": { + "B": 4.381269718578551e-06, + "S": 2.7516091449797386e-06, + "I": 1.319931288890075e-05, + "C": 2.487398887751624e-06, + "R": 3.3120403486464056e-07, + "M": 0.00039378576911985874, + "O": 4.971037196810357e-05, + "W": 1.0900363349719555e-06, + "N": 9.408887535755639e-07, + "Y": 0.0001554045593366027, + "U": 7.443308192023323e-08, + "K": 2.3865655407462327e-07, + "L": 6.488307008112315e-06, + "G": 0.00012427907495293766, + "F": 0.0008551825303584337, + "E": 6.731016765115783e-05, + "T": 0.0009301186655648053, + "P": 0.02835208922624588, + "-": 0.9690400958061218 + }, + "id": "tp_5127" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 640908, + "label": "-", + "classification": { + "B": 4.369416637928225e-05, + "S": 2.039644095930271e-05, + "I": 0.0019116969779133797, + "C": 0.00011556340177776292, + "R": 2.7911617507925257e-05, + "M": 0.0005795393954031169, + "O": 0.00021889303752686828, + "W": 2.4692853912711143e-05, + "N": 0.0001254365488421172, + "Y": 0.001487460220232606, + "U": 9.11802544578677e-06, + "K": 9.696447705209721e-06, + "L": 3.893257962772623e-05, + "G": 0.00048740903730504215, + "F": 0.0034443822223693132, + "E": 0.0009237294434569776, + "T": 0.0016294860979542136, + "P": 0.3524990975856781, + "-": 0.6364027857780457 + }, + "id": "tp_5128" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 641008, + "label": "-", + "classification": { + "B": 1.1019266821676865e-05, + "S": 6.121190381236374e-06, + "I": 0.0001791926915757358, + "C": 5.2730407333001494e-05, + "R": 6.824787760706386e-06, + "M": 0.00014783264487050474, + "O": 8.789595449343324e-05, + "W": 4.894865014648531e-06, + "N": 2.2470536350738257e-05, + "Y": 0.00080254883505404, + "U": 1.6826548971948796e-06, + "K": 4.453897872735979e-06, + "L": 6.364660293911584e-06, + "G": 0.00019950204296037555, + "F": 0.0021319675724953413, + "E": 0.00018347607692703605, + "T": 0.0009527368820272386, + "P": 0.12314436584711075, + "-": 0.872053861618042 + }, + "id": "tp_5129" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 641141, + "label": "-", + "classification": { + "B": 0.0006433557136915624, + "S": 0.00033891922794282436, + "I": 0.012243059463799, + "C": 0.0002948114706669003, + "R": 9.888778004096821e-05, + "M": 0.01358835306018591, + "O": 0.0016865598736330867, + "W": 0.0001668066979618743, + "N": 0.0008808838319964707, + "Y": 0.024778753519058228, + "U": 3.261100209783763e-05, + "K": 0.0002938496763817966, + "L": 0.0004688406188506633, + "G": 0.012422868050634861, + "F": 0.01565474085509777, + "E": 0.0202021524310112, + "T": 0.015732623636722565, + "P": 0.18115980923175812, + "-": 0.6993120908737183 + }, + "id": "tp_5130" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 641275, + "label": "-", + "classification": { + "B": 0.00010519400530029088, + "S": 6.950989336473867e-05, + "I": 0.008034707978367805, + "C": 0.0015729513252153993, + "R": 0.00045280781341716647, + "M": 0.003104654373601079, + "O": 0.0007096618646755815, + "W": 7.328102947212756e-05, + "N": 0.0006775329238735139, + "Y": 0.013290193863213062, + "U": 7.532724703196436e-05, + "K": 0.00033935639658011496, + "L": 0.00022027255909051746, + "G": 0.005968593060970306, + "F": 0.018553830683231354, + "E": 0.009890972636640072, + "T": 0.006283329334110022, + "P": 0.1990033984184265, + "-": 0.7315744161605835 + }, + "id": "tp_5131" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 641408, + "label": "-", + "classification": { + "B": 8.636712872656105e-11, + "S": 2.3397805914981973e-10, + "I": 3.2630478017381392e-06, + "C": 3.118407789770572e-07, + "R": 1.2775109858864653e-08, + "M": 1.2939674434164772e-06, + "O": 6.808121355561525e-08, + "W": 5.111271961233399e-10, + "N": 1.1163900914823444e-08, + "Y": 1.2293257896089926e-05, + "U": 7.983301242298069e-10, + "K": 1.4856481600489246e-09, + "L": 5.19940579479794e-09, + "G": 1.107802745536901e-06, + "F": 4.836549487663433e-05, + "E": 1.1630750123003963e-06, + "T": 2.4142273105098866e-05, + "P": 0.0321018360555172, + "-": 0.9678060412406921 + }, + "id": "tp_5132" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 641508, + "label": "-", + "classification": { + "B": 2.9494850650735316e-07, + "S": 4.2768451180563716e-07, + "I": 4.2377389036118984e-05, + "C": 2.488408881617943e-06, + "R": 3.686062086671882e-07, + "M": 3.337689804538968e-06, + "O": 5.541982318391092e-06, + "W": 6.768916591681773e-07, + "N": 8.444954801234417e-06, + "Y": 0.00027251747087575495, + "U": 3.754556985313684e-07, + "K": 0.0001003735451376997, + "L": 1.1773062169595505e-07, + "G": 5.983121081953868e-05, + "F": 0.006656607147306204, + "E": 0.000471052568173036, + "T": 8.150107169058174e-05, + "P": 0.2604137361049652, + "-": 0.7318798899650574 + }, + "id": "tp_5133" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 641642, + "label": "-", + "classification": { + "B": 0.002488216385245323, + "S": 0.00012251950101926923, + "I": 0.002081911312416196, + "C": 0.0006807000027038157, + "R": 0.00019333604723215103, + "M": 0.0012002671137452126, + "O": 0.0012696440098807216, + "W": 0.00013486493844538927, + "N": 0.0002726815873757005, + "Y": 0.0024259372148662806, + "U": 6.328291055979207e-05, + "K": 3.900888987118378e-05, + "L": 0.0003887350903823972, + "G": 0.005834144074469805, + "F": 0.0055960798636078835, + "E": 0.0020113212522119284, + "T": 0.003811204805970192, + "P": 0.3251746594905853, + "-": 0.646211564540863 + }, + "id": "tp_5134" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 641775, + "label": "-", + "classification": { + "B": 4.678882348230218e-08, + "S": 2.8525052542249796e-08, + "I": 1.5064792933117133e-05, + "C": 4.950982201989973e-07, + "R": 3.0898991809635845e-08, + "M": 6.6163352130388375e-06, + "O": 5.409257255450939e-07, + "W": 1.9626064329258952e-08, + "N": 3.590752726267965e-07, + "Y": 0.00015144835924729705, + "U": 5.911794165314177e-09, + "K": 1.1888711242136196e-06, + "L": 3.903035050711878e-08, + "G": 5.655116547131911e-05, + "F": 0.0026519792154431343, + "E": 0.00040204747347161174, + "T": 3.3307580451946706e-05, + "P": 0.08764887601137161, + "-": 0.9090312719345093 + }, + "id": "tp_5135" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 641875, + "label": "-", + "classification": { + "B": 3.524393105180934e-05, + "S": 1.110265111492481e-05, + "I": 8.591684309067205e-05, + "C": 2.241532456537243e-06, + "R": 1.2675968719122466e-06, + "M": 0.00024661445058882236, + "O": 0.00011292845010757446, + "W": 7.136032309063012e-06, + "N": 3.4122845136153046e-06, + "Y": 0.0004904172383248806, + "U": 3.55352256065089e-07, + "K": 3.0634652148364694e-07, + "L": 2.1430474589578807e-05, + "G": 0.00011501911649247631, + "F": 0.0019052481511607766, + "E": 0.00018188648391515017, + "T": 0.0004562028043437749, + "P": 0.09241725504398346, + "-": 0.9039060473442078 + }, + "id": "tp_5136" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 642009, + "label": "-", + "classification": { + "B": 3.2394649451816804e-07, + "S": 1.2112052161228348e-07, + "I": 3.193709926563315e-05, + "C": 8.115835044009145e-06, + "R": 7.482203159270284e-07, + "M": 1.514127870905213e-05, + "O": 5.425711606221739e-06, + "W": 2.598793855668191e-07, + "N": 1.8740926179816597e-06, + "Y": 0.000535067927557975, + "U": 1.9523334060522757e-07, + "K": 4.928167527395999e-06, + "L": 5.247139824859914e-07, + "G": 0.0001931314036482945, + "F": 0.008091672323644161, + "E": 0.00020693059195764363, + "T": 0.00013904937077313662, + "P": 0.13636702299118042, + "-": 0.8543975949287415 + }, + "id": "tp_5137" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 642142, + "label": "-", + "classification": { + "B": 4.1334971001560916e-07, + "S": 2.9801353207403736e-07, + "I": 1.2036231964884792e-05, + "C": 7.893741837960988e-08, + "R": 1.8391862255384694e-08, + "M": 2.217575820395723e-05, + "O": 5.1407801038294565e-06, + "W": 3.20657917995959e-08, + "N": 2.4078190108411945e-07, + "Y": 3.657545312307775e-05, + "U": 2.9596207706816813e-09, + "K": 5.533287605885562e-09, + "L": 3.9598933199158637e-07, + "G": 3.36676457663998e-05, + "F": 0.0005061586853116751, + "E": 6.519676389871165e-05, + "T": 8.426023850915954e-05, + "P": 0.12580737471580505, + "-": 0.8734257221221924 + }, + "id": "tp_5138" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 642276, + "label": "P", + "classification": { + "B": 0.0007824978674761951, + "S": 0.00015531395911239088, + "I": 0.0036282315850257874, + "C": 0.0001687604672042653, + "R": 6.256380584090948e-05, + "M": 0.0012496847193688154, + "O": 0.0005933763459324837, + "W": 7.843503408366814e-05, + "N": 0.0003418315318413079, + "Y": 0.0015801963163539767, + "U": 1.0842553820111789e-05, + "K": 2.0151526769041084e-05, + "L": 0.0001366219512419775, + "G": 0.0026649453211575747, + "F": 0.008608847856521606, + "E": 0.009881291538476944, + "T": 0.0009957499569281936, + "P": 0.6453207731246948, + "-": 0.32371988892555237 + }, + "id": "tp_5139" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 642376, + "label": "-", + "classification": { + "B": 1.193297862300824e-06, + "S": 2.0405586838023737e-06, + "I": 0.0002678348100744188, + "C": 8.504830475430936e-05, + "R": 3.4415752452332526e-05, + "M": 5.999003042234108e-05, + "O": 8.727308158995584e-05, + "W": 3.958567958761705e-06, + "N": 1.8266324332216755e-05, + "Y": 0.0009273419855162501, + "U": 2.319601890121703e-06, + "K": 2.6847819754038937e-06, + "L": 1.0945791473204736e-05, + "G": 0.0002408972504781559, + "F": 0.004179561045020819, + "E": 3.3355139748891816e-05, + "T": 0.0010756918927654624, + "P": 0.12035195529460907, + "-": 0.8726152181625366 + }, + "id": "tp_5140" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 642509, + "label": "-", + "classification": { + "B": 0.0011428918223828077, + "S": 0.0006910358788445592, + "I": 0.0003744755813386291, + "C": 0.00013170501915737987, + "R": 7.249978807521984e-05, + "M": 0.00482315244153142, + "O": 0.0022545817773789167, + "W": 0.0001896318863146007, + "N": 8.959951082943007e-05, + "Y": 0.0026171947829425335, + "U": 8.993428309622686e-06, + "K": 3.822372673312202e-05, + "L": 0.000331785500748083, + "G": 0.0015157369198277593, + "F": 0.01269257441163063, + "E": 0.001274898531846702, + "T": 0.005271168425679207, + "P": 0.06954499334096909, + "-": 0.8969348073005676 + }, + "id": "tp_5141" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 642643, + "label": "-", + "classification": { + "B": 8.709983490007289e-07, + "S": 3.3804798249548185e-07, + "I": 0.00013350947119761258, + "C": 1.4642470887338277e-05, + "R": 2.556134859332815e-06, + "M": 6.495658453786746e-05, + "O": 9.665843208495062e-06, + "W": 4.670653765970201e-07, + "N": 2.8285226107982453e-06, + "Y": 0.0013807559153065085, + "U": 3.406204029943183e-07, + "K": 1.7284311297771637e-06, + "L": 1.6685864920873428e-06, + "G": 0.00028925109654664993, + "F": 0.00222157035022974, + "E": 0.00011977130634477362, + "T": 0.00039537332486361265, + "P": 0.12047591060400009, + "-": 0.874883770942688 + }, + "id": "tp_5142" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 642776, + "label": "-", + "classification": { + "B": 9.658282351665548e-07, + "S": 3.405212112284062e-08, + "I": 0.0003093718842137605, + "C": 5.288894499244634e-06, + "R": 4.502270201101055e-07, + "M": 1.8459140846971422e-05, + "O": 3.6193339383316925e-06, + "W": 1.1855607340294227e-07, + "N": 3.5880527775589144e-06, + "Y": 0.00017849823052529246, + "U": 1.0418925455724093e-07, + "K": 1.7924084261267126e-07, + "L": 5.395046969169925e-07, + "G": 0.000158040871610865, + "F": 0.000449337821919471, + "E": 0.00017842692614067346, + "T": 7.111146987881511e-05, + "P": 0.4049808979034424, + "-": 0.5936409831047058 + }, + "id": "tp_5143" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 642876, + "label": "-", + "classification": { + "B": 2.0142464052241849e-07, + "S": 5.845579664764955e-08, + "I": 1.6398133084294386e-05, + "C": 1.8949262994283345e-06, + "R": 3.524549185840442e-07, + "M": 3.425071554374881e-05, + "O": 1.2405070265231188e-05, + "W": 8.005320495385604e-08, + "N": 1.5402886788251635e-07, + "Y": 9.41913021961227e-05, + "U": 1.1123995058426317e-08, + "K": 3.890643363035906e-10, + "L": 1.6900177115530823e-06, + "G": 3.1288851459976286e-05, + "F": 4.649428592529148e-05, + "E": 2.718931909839739e-06, + "T": 0.00025932557764463127, + "P": 0.027642209082841873, + "-": 0.9718562960624695 + }, + "id": "tp_5144" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 643010, + "label": "-", + "classification": { + "B": 1.0624867652353487e-09, + "S": 1.21127063934523e-09, + "I": 1.1081872486329303e-07, + "C": 3.002067927582175e-08, + "R": 3.0184990063020223e-09, + "M": 1.522022785138688e-06, + "O": 1.8714408156483842e-07, + "W": 3.312946028621866e-10, + "N": 1.9253099114990846e-09, + "Y": 3.181743522873148e-05, + "U": 1.0333622152414179e-10, + "K": 1.4889566246623076e-09, + "L": 6.93604551571525e-09, + "G": 2.6045086087833624e-06, + "F": 0.00013570577721111476, + "E": 3.6394047242538363e-07, + "T": 2.015792233578395e-05, + "P": 0.0026594328228384256, + "-": 0.9971480965614319 + }, + "id": "tp_5145" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 643143, + "label": "-", + "classification": { + "B": 4.695969255408272e-05, + "S": 2.4165863578673452e-05, + "I": 0.0016584557015448809, + "C": 0.0007478229235857725, + "R": 0.00022860510216560215, + "M": 0.0007904609083198011, + "O": 0.00043933489359915257, + "W": 5.21046640642453e-05, + "N": 0.0001198359823320061, + "Y": 0.006146049592643976, + "U": 4.8340418288717046e-05, + "K": 4.8159301513805985e-05, + "L": 0.00010190852481173351, + "G": 0.00236161844804883, + "F": 0.006522245239466429, + "E": 0.0006590815610252321, + "T": 0.00485304044559598, + "P": 0.19428354501724243, + "-": 0.7808682322502136 + }, + "id": "tp_5146" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 643277, + "label": "-", + "classification": { + "B": 5.75004088787523e-09, + "S": 8.457790023896905e-10, + "I": 3.880005169776268e-05, + "C": 3.5559963862397126e-07, + "R": 1.9472034651357717e-08, + "M": 4.696389169112081e-06, + "O": 2.3003619276096288e-07, + "W": 2.0341066608864367e-09, + "N": 1.7251736039725074e-07, + "Y": 6.172365829115734e-05, + "U": 2.169395996176604e-09, + "K": 2.7812170344532205e-09, + "L": 1.8623703468279018e-08, + "G": 9.988977581087966e-06, + "F": 4.071339935762808e-05, + "E": 2.055618642771151e-05, + "T": 5.0088226998923346e-05, + "P": 0.19422048330307007, + "-": 0.8055521845817566 + }, + "id": "tp_5147" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 643377, + "label": "-", + "classification": { + "B": 4.848026691206542e-08, + "S": 3.0393255912031236e-08, + "I": 2.1389783796621487e-05, + "C": 1.7757181467459304e-06, + "R": 1.1206850558664883e-07, + "M": 1.2118201084376778e-05, + "O": 8.045520303312514e-07, + "W": 3.3704438351378485e-08, + "N": 4.6144597831698775e-07, + "Y": 0.00024334904446732253, + "U": 7.459418860378264e-09, + "K": 1.3027349723415682e-06, + "L": 4.736995862231197e-08, + "G": 6.363631837302819e-05, + "F": 0.0024683342780917883, + "E": 0.0002249106764793396, + "T": 4.8410896852146834e-05, + "P": 0.0914747416973114, + "-": 0.9054384827613831 + }, + "id": "tp_5148" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 643510, + "label": "P", + "classification": { + "B": 0.0002593047684058547, + "S": 2.5715266019687988e-05, + "I": 0.004014491103589535, + "C": 0.00016156333731487393, + "R": 2.35657407756662e-05, + "M": 0.0013562958920374513, + "O": 0.00042160326847806573, + "W": 2.801574555633124e-05, + "N": 0.000374642841052264, + "Y": 0.0018392214551568031, + "U": 1.96063811017666e-05, + "K": 1.4493379239866044e-05, + "L": 0.0001025326710077934, + "G": 0.0014915477950125933, + "F": 0.002268024953082204, + "E": 0.003910041879862547, + "T": 0.002742075128480792, + "P": 0.5354689359664917, + "-": 0.44547832012176514 + }, + "id": "tp_5149" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 643644, + "label": "-", + "classification": { + "B": 4.468420797820727e-07, + "S": 7.351213753281627e-07, + "I": 0.0004039288905914873, + "C": 4.612031625583768e-05, + "R": 3.1265058169083204e-06, + "M": 6.186754035297781e-05, + "O": 1.3535382095142268e-05, + "W": 1.6390679320466006e-06, + "N": 3.979605753556825e-05, + "Y": 0.0011955292429775, + "U": 1.347520196759433e-06, + "K": 0.0002977210679091513, + "L": 6.15804026438127e-07, + "G": 0.0003369515761733055, + "F": 0.005695188883692026, + "E": 0.0024958555586636066, + "T": 0.0003854527894873172, + "P": 0.19194090366363525, + "-": 0.7970792651176453 + }, + "id": "tp_5150" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 643777, + "label": "-", + "classification": { + "B": 4.971810267306864e-05, + "S": 5.48513162357267e-05, + "I": 0.0005749083939008415, + "C": 0.00017588514310773462, + "R": 2.6507772417971864e-05, + "M": 0.00042865591240115464, + "O": 0.0002447867882438004, + "W": 5.320012860465795e-05, + "N": 0.00020145991584286094, + "Y": 0.004327692557126284, + "U": 2.5740971977938898e-05, + "K": 0.0019444170175120234, + "L": 2.0261975805624388e-05, + "G": 0.002350117778405547, + "F": 0.027200205251574516, + "E": 0.006309956312179565, + "T": 0.002040562219917774, + "P": 0.22859829664230347, + "-": 0.7253727316856384 + }, + "id": "tp_5151" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 643877, + "label": "-", + "classification": { + "B": 0.00043926588841713965, + "S": 3.497134821373038e-05, + "I": 0.00013154320186004043, + "C": 4.034777884953655e-05, + "R": 5.523917479877127e-06, + "M": 0.0023944606073200703, + "O": 0.0005257018492557108, + "W": 1.414802682120353e-05, + "N": 1.2947707546118181e-05, + "Y": 0.0013931830180808902, + "U": 1.4205709248926723e-06, + "K": 1.7433208086004015e-06, + "L": 0.00012563700147438794, + "G": 0.0015285437693819404, + "F": 0.005412012804299593, + "E": 0.0006880412111058831, + "T": 0.0014725018991157413, + "P": 0.05318018049001694, + "-": 0.9325978755950928 + }, + "id": "tp_5152" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 644011, + "label": "-", + "classification": { + "B": 0.001823434722609818, + "S": 0.00010946900874841958, + "I": 0.0009811761556193233, + "C": 9.291967580793425e-05, + "R": 4.553214239422232e-05, + "M": 0.004288221709430218, + "O": 0.0017730066319927573, + "W": 5.348644845071249e-05, + "N": 4.0741211705608293e-05, + "Y": 0.00204204092733562, + "U": 4.963129867974203e-06, + "K": 3.873368541462696e-07, + "L": 0.0008498905808664858, + "G": 0.004471720661967993, + "F": 0.0024443783331662416, + "E": 0.0009822874562814832, + "T": 0.0025894332211464643, + "P": 0.17974014580249786, + "-": 0.7976666688919067 + }, + "id": "tp_5153" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 644144, + "label": "-", + "classification": { + "B": 1.643581890675705e-05, + "S": 2.4900085918488912e-05, + "I": 0.0034710003528743982, + "C": 0.0007242228020913899, + "R": 0.0001357047149213031, + "M": 0.000501937756780535, + "O": 0.00021295907208696008, + "W": 5.0627004384296015e-05, + "N": 0.0004904249799437821, + "Y": 0.008662750944495201, + "U": 4.873382567893714e-05, + "K": 0.0021976104471832514, + "L": 2.552906153141521e-05, + "G": 0.0024603058118373156, + "F": 0.014860742725431919, + "E": 0.004756915383040905, + "T": 0.002991663059219718, + "P": 0.1592649221420288, + "-": 0.7991025447845459 + }, + "id": "tp_5154" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 644278, + "label": "P", + "classification": { + "B": 0.00038428796688094735, + "S": 0.00017984077567234635, + "I": 0.00627563614398241, + "C": 0.0019402774050831795, + "R": 0.0003659413487184793, + "M": 0.0012388617033138871, + "O": 0.0006407066248357296, + "W": 0.00018622407515067607, + "N": 0.0014585696626454592, + "Y": 0.003884226083755493, + "U": 0.00019863995839841664, + "K": 0.0014191697118803859, + "L": 0.00015544178313575685, + "G": 0.0036767974961549044, + "F": 0.039846837520599365, + "E": 0.019835863262414932, + "T": 0.002818470820784569, + "P": 0.5489052534103394, + "-": 0.3665889799594879 + }, + "id": "tp_5155" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 644378, + "label": "-", + "classification": { + "B": 0.00018068644567392766, + "S": 0.00013382884208112955, + "I": 0.003603248158469796, + "C": 0.0008960255654528737, + "R": 0.0001283477176912129, + "M": 0.006867813412100077, + "O": 0.0008751205750741065, + "W": 7.543733954662457e-05, + "N": 0.00042572212987579405, + "Y": 0.010561482980847359, + "U": 3.091953112743795e-05, + "K": 0.00013881204358767718, + "L": 0.00018748251022771, + "G": 0.00493368087336421, + "F": 0.017286283895373344, + "E": 0.01093048881739378, + "T": 0.007922437973320484, + "P": 0.2166711986064911, + "-": 0.7181510329246521 + }, + "id": "tp_5156" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 644511, + "label": "-", + "classification": { + "B": 8.284080649900716e-06, + "S": 1.5174275631579803e-06, + "I": 0.0011484328424558043, + "C": 4.580310269375332e-05, + "R": 3.237095597796724e-06, + "M": 0.00022348519996739924, + "O": 3.1348434276878834e-05, + "W": 1.7709221538098063e-06, + "N": 4.473823355510831e-05, + "Y": 0.000435899302829057, + "U": 1.3068214457234717e-06, + "K": 4.242634076945251e-06, + "L": 3.981710506195668e-06, + "G": 0.00020398474589455873, + "F": 0.0008808246348053217, + "E": 0.0020593213848769665, + "T": 0.0004637345555238426, + "P": 0.41488781571388245, + "-": 0.5795502662658691 + }, + "id": "tp_5157" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 644645, + "label": "-", + "classification": { + "B": 1.2839210512538557e-06, + "S": 6.206706757438951e-07, + "I": 0.00010696719982661307, + "C": 5.273834176477976e-06, + "R": 7.890968163337675e-07, + "M": 3.38062563969288e-05, + "O": 1.0139052392332815e-05, + "W": 1.1045273140553036e-06, + "N": 8.43549150886247e-06, + "Y": 0.0005449031013995409, + "U": 5.994590992486337e-07, + "K": 2.1996618670527823e-05, + "L": 6.143066570984956e-07, + "G": 0.0001309327781200409, + "F": 0.004074559547007084, + "E": 0.00045624611084349453, + "T": 0.00024305502302013338, + "P": 0.26184314489364624, + "-": 0.7325155138969421 + }, + "id": "tp_5158" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 644778, + "label": "-", + "classification": { + "B": 9.675679029896855e-05, + "S": 5.477294689626433e-05, + "I": 0.001325802644714713, + "C": 0.0001636313390918076, + "R": 5.465023059514351e-05, + "M": 0.0015061994781717658, + "O": 0.0005351931904442608, + "W": 5.5197328038048e-05, + "N": 0.00012738638906739652, + "Y": 0.004014244303107262, + "U": 1.7588301489013247e-05, + "K": 1.903634074551519e-05, + "L": 0.00013477890752255917, + "G": 0.0016209231689572334, + "F": 0.009353178553283215, + "E": 0.0015493042301386595, + "T": 0.002862608525902033, + "P": 0.2325444221496582, + "-": 0.7439643740653992 + }, + "id": "tp_5159" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 644878, + "label": "-", + "classification": { + "B": 1.1350047568470245e-09, + "S": 1.2079597322411928e-09, + "I": 3.5906136872654315e-06, + "C": 2.7324388085503415e-08, + "R": 1.5102622485940742e-09, + "M": 2.73634128689082e-07, + "O": 7.432541337948351e-08, + "W": 2.426593148641132e-09, + "N": 9.248456933619309e-08, + "Y": 1.2240338037372567e-05, + "U": 7.794206946520887e-10, + "K": 3.288335221895977e-07, + "L": 5.624288812455802e-10, + "G": 1.5534722024312941e-06, + "F": 0.0004389513924252242, + "E": 2.011233300436288e-05, + "T": 4.048888058605371e-06, + "P": 0.23184749484062195, + "-": 0.7676712870597839 + }, + "id": "tp_5160" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 645012, + "label": "-", + "classification": { + "B": 5.054916618973948e-05, + "S": 9.846405646385392e-07, + "I": 0.00010960528743453324, + "C": 8.02333488536533e-06, + "R": 7.976790925567911e-07, + "M": 7.323294266825542e-05, + "O": 6.929068331373855e-05, + "W": 2.4929861410782905e-06, + "N": 4.421749963512411e-06, + "Y": 7.962844392750412e-05, + "U": 1.8101445675711147e-07, + "K": 4.119311824979377e-08, + "L": 6.633884368056897e-06, + "G": 9.278707875637338e-05, + "F": 0.00027985527412965894, + "E": 9.781033440958709e-05, + "T": 0.00014991371426731348, + "P": 0.28788554668426514, + "-": 0.7110881805419922 + }, + "id": "tp_5161" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 645145, + "label": "-", + "classification": { + "B": 2.4808601839509947e-09, + "S": 9.589118388220186e-10, + "I": 4.164040365139954e-05, + "C": 1.8161539401262417e-06, + "R": 1.0513312531656993e-07, + "M": 9.018024229590083e-07, + "O": 1.5798977415215631e-07, + "W": 2.9654201316731132e-09, + "N": 3.431546531373897e-07, + "Y": 0.00014706331421621144, + "U": 1.1165963265113987e-08, + "K": 1.3083791827739333e-07, + "L": 9.732348260627077e-09, + "G": 1.4072783415031154e-05, + "F": 0.0001113046528189443, + "E": 1.501070164522389e-05, + "T": 3.2291598472511396e-05, + "P": 0.12243910878896713, + "-": 0.8771960139274597 + }, + "id": "tp_5162" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 645279, + "label": "-", + "classification": { + "B": 6.08618165642838e-07, + "S": 4.0916262378232204e-07, + "I": 6.101821782067418e-05, + "C": 4.58073458275976e-07, + "R": 8.338216161973833e-08, + "M": 1.8246153558720835e-05, + "O": 4.358910246082814e-06, + "W": 2.594317720649997e-07, + "N": 3.3580286071810406e-06, + "Y": 8.042959962040186e-05, + "U": 1.0184405851987322e-07, + "K": 4.885387170361355e-07, + "L": 4.809206188838289e-07, + "G": 1.601758413016796e-05, + "F": 0.0013587473658844829, + "E": 0.0002307448594365269, + "T": 0.00023889336443971843, + "P": 0.40815913677215576, + "-": 0.5898261666297913 + }, + "id": "tp_5163" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 645379, + "label": "-", + "classification": { + "B": 0.00032665146864019334, + "S": 3.880551048496272e-06, + "I": 0.00026709659141488373, + "C": 2.6034718757728115e-05, + "R": 1.6674799780957983e-06, + "M": 0.0003483946493361145, + "O": 0.000103304315416608, + "W": 3.3231765428354265e-06, + "N": 9.4410188467009e-06, + "Y": 0.00018132460536435246, + "U": 3.942951991575683e-07, + "K": 8.939429108067998e-08, + "L": 2.808567114698235e-05, + "G": 0.0005794993485324085, + "F": 0.0006560034235008061, + "E": 0.000713936984539032, + "T": 0.00018224951054435223, + "P": 0.38499268889427185, + "-": 0.6115759611129761 + }, + "id": "tp_5164" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 645512, + "label": "-", + "classification": { + "B": 3.616575838805147e-08, + "S": 2.5761170263649547e-07, + "I": 3.0394488931051455e-05, + "C": 1.638186517993745e-06, + "R": 2.631590234614123e-07, + "M": 2.655947355378885e-06, + "O": 2.2640781480731675e-06, + "W": 3.210355714600155e-07, + "N": 3.547582309693098e-06, + "Y": 0.00011347332474542782, + "U": 8.703143095090127e-08, + "K": 1.7282043700106442e-05, + "L": 4.091299032893403e-08, + "G": 1.0642376764735673e-05, + "F": 0.004059205297380686, + "E": 7.388604717561975e-05, + "T": 5.7078763347817585e-05, + "P": 0.317825585603714, + "-": 0.6778013110160828 + }, + "id": "tp_5165" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 645646, + "label": "P", + "classification": { + "B": 2.5775340972700178e-08, + "S": 9.794474564728262e-09, + "I": 1.1522077329573222e-05, + "C": 6.423070431083033e-08, + "R": 4.0269187984165455e-09, + "M": 4.39911929106529e-07, + "O": 2.525796958252613e-07, + "W": 9.808870160554761e-09, + "N": 4.431525439940742e-07, + "Y": 1.1977477697655559e-05, + "U": 3.114457580721819e-09, + "K": 2.1587975140846538e-07, + "L": 4.007548959350515e-09, + "G": 5.8324985729996115e-06, + "F": 0.0008254353888332844, + "E": 7.620608812430874e-05, + "T": 6.594750175281661e-06, + "P": 0.5060223340988159, + "-": 0.4930385947227478 + }, + "id": "tp_5166" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 645779, + "label": "-", + "classification": { + "B": 2.1806350559927523e-05, + "S": 4.260342393536121e-06, + "I": 0.00022130715660750866, + "C": 4.3130028643645346e-05, + "R": 4.6001541704754345e-06, + "M": 0.0009008791530504823, + "O": 0.00010607299918774515, + "W": 2.9911175261077005e-06, + "N": 1.1306234227959067e-05, + "Y": 0.001804412342607975, + "U": 1.960682084245491e-06, + "K": 2.4671155642863596e-06, + "L": 3.409378041396849e-05, + "G": 0.001023062621243298, + "F": 0.0038185406010597944, + "E": 0.00039557681884616613, + "T": 0.002706791739910841, + "P": 0.06744661182165146, + "-": 0.9214500188827515 + }, + "id": "tp_5167" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 645879, + "label": "-", + "classification": { + "B": 4.421583525981987e-06, + "S": 7.024669343991263e-07, + "I": 0.00011328309483360499, + "C": 3.4973002129845554e-06, + "R": 3.5183845170649874e-07, + "M": 2.3747579689370468e-05, + "O": 1.687683652562555e-05, + "W": 7.048357133498939e-07, + "N": 6.297332220128737e-06, + "Y": 9.284482803195715e-05, + "U": 2.1177623921175837e-07, + "K": 1.857192444276734e-07, + "L": 1.3815051715937443e-06, + "G": 5.498084283317439e-05, + "F": 0.000458317284937948, + "E": 0.0001143801782745868, + "T": 0.0002024429850280285, + "P": 0.47622111439704895, + "-": 0.5226842761039734 + }, + "id": "tp_5168" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 646013, + "label": "-", + "classification": { + "B": 1.0622838999552187e-05, + "S": 8.330745004059281e-06, + "I": 0.00023947715817485005, + "C": 1.3341908697839244e-06, + "R": 9.771115401235875e-07, + "M": 0.00026434645405970514, + "O": 0.00010768962965812534, + "W": 2.9078694296913454e-06, + "N": 1.1607076885411516e-05, + "Y": 0.0009195449529215693, + "U": 1.8031667536888563e-07, + "K": 3.250169982038642e-07, + "L": 5.336218691809336e-06, + "G": 0.000167168298503384, + "F": 0.0005031403852626681, + "E": 9.593563299858943e-05, + "T": 0.00269123213365674, + "P": 0.15059374272823334, + "-": 0.8443762063980103 + }, + "id": "tp_5169" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 646146, + "label": "-", + "classification": { + "B": 2.768269666830747e-07, + "S": 1.3746219451604702e-07, + "I": 8.697676821611822e-05, + "C": 7.52205642129411e-06, + "R": 2.103179440382519e-06, + "M": 2.880011197703425e-05, + "O": 1.1924634236493148e-05, + "W": 2.16536378161436e-07, + "N": 1.1072085044361302e-06, + "Y": 0.0003419291169848293, + "U": 1.209339615115823e-07, + "K": 1.8622744235585742e-08, + "L": 2.847556515916949e-06, + "G": 7.000093319220468e-05, + "F": 0.00019567273557186127, + "E": 2.0094334104214795e-05, + "T": 0.0003184340603183955, + "P": 0.09989169985055923, + "-": 0.8990201950073242 + }, + "id": "tp_5170" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 646280, + "label": "-", + "classification": { + "B": 3.764510125847664e-08, + "S": 1.7747497338405083e-07, + "I": 4.3729573917516973e-07, + "C": 8.003991069926997e-07, + "R": 1.0257191718210379e-07, + "M": 0.0001536602940177545, + "O": 6.839054094598396e-06, + "W": 2.7603118013530548e-08, + "N": 4.7233816857783495e-09, + "Y": 0.00010305919568054378, + "U": 4.4281575628524195e-10, + "K": 3.254450930967323e-09, + "L": 4.1433477235841565e-06, + "G": 0.00014977659157011658, + "F": 0.011154680512845516, + "E": 2.5188521703967126e-06, + "T": 0.00012874207459390163, + "P": 0.001541310572065413, + "-": 0.986753523349762 + }, + "id": "tp_5171" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 646380, + "label": "-", + "classification": { + "B": 9.781568905964377e-07, + "S": 7.642226478310477e-07, + "I": 9.014676470542327e-05, + "C": 3.9358252251986414e-05, + "R": 2.9254943001433276e-06, + "M": 0.00010236685193376616, + "O": 1.2052396414219402e-05, + "W": 2.1386877335771715e-07, + "N": 2.7259868602413917e-06, + "Y": 0.0010207716841250658, + "U": 4.437563916326326e-08, + "K": 1.026643531076843e-06, + "L": 4.694199560617562e-06, + "G": 0.0020005027763545513, + "F": 0.05199194326996803, + "E": 0.0008728837710805237, + "T": 0.000348560803104192, + "P": 0.09011707454919815, + "-": 0.8533908128738403 + }, + "id": "tp_5172" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 646513, + "label": "-", + "classification": { + "B": 2.8702409338166035e-08, + "S": 7.038636340439552e-08, + "I": 2.8567468689288944e-05, + "C": 9.319330729340436e-07, + "R": 1.727747616087072e-07, + "M": 1.3971113730804063e-05, + "O": 4.181336862529861e-06, + "W": 1.2114398373341828e-07, + "N": 1.220478452523821e-06, + "Y": 0.00024085893528535962, + "U": 3.358802302955155e-08, + "K": 2.283095909660915e-06, + "L": 1.0040621845064379e-07, + "G": 5.2654726459877566e-05, + "F": 0.0022939068730920553, + "E": 7.036270835669711e-05, + "T": 7.407372322632e-05, + "P": 0.04812967777252197, + "-": 0.9490867853164673 + }, + "id": "tp_5173" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 646647, + "label": "-", + "classification": { + "B": 2.2654552012113527e-08, + "S": 2.7844309080649055e-09, + "I": 4.469413852348225e-06, + "C": 9.543727230720833e-08, + "R": 3.5190450553557184e-09, + "M": 3.125067223663791e-06, + "O": 1.7244185812614887e-07, + "W": 2.4299999790144966e-09, + "N": 7.288269188165941e-08, + "Y": 2.071812195936218e-05, + "U": 9.006885792750552e-10, + "K": 1.2279440575468925e-08, + "L": 7.371610877271451e-09, + "G": 1.0916495739365928e-05, + "F": 0.00024733180180191994, + "E": 4.614832141669467e-05, + "T": 9.413121006218717e-06, + "P": 0.40616920590400696, + "-": 0.5934882760047913 + }, + "id": "tp_5174" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 646780, + "label": "-", + "classification": { + "B": 2.335286080779042e-05, + "S": 1.2216779396112543e-05, + "I": 0.0017205170588567853, + "C": 0.0003968496457673609, + "R": 5.5655724281677976e-05, + "M": 0.00202375091612339, + "O": 0.00019497136236168444, + "W": 1.0588743862172123e-05, + "N": 0.00010192797344643623, + "Y": 0.008127089589834213, + "U": 8.032999176066369e-06, + "K": 1.762433566909749e-05, + "L": 4.9966602091444656e-05, + "G": 0.002216440625488758, + "F": 0.007627736311405897, + "E": 0.003211322007700801, + "T": 0.003172112861648202, + "P": 0.12729421257972717, + "-": 0.8437355756759644 + }, + "id": "tp_5175" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 646880, + "label": "-", + "classification": { + "B": 7.304387509066146e-06, + "S": 3.205550683560432e-06, + "I": 0.000696561939548701, + "C": 0.0001605333964107558, + "R": 2.645318818395026e-05, + "M": 0.0005366908153519034, + "O": 7.728405762463808e-05, + "W": 3.238370254621259e-06, + "N": 2.873049561458174e-05, + "Y": 0.003038008464500308, + "U": 3.107021257164888e-06, + "K": 7.91718684922671e-06, + "L": 1.887749385787174e-05, + "G": 0.0016290779458358884, + "F": 0.004358996171504259, + "E": 0.000758908805437386, + "T": 0.001211157999932766, + "P": 0.15256011486053467, + "-": 0.8348737955093384 + }, + "id": "tp_5176" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 647014, + "label": "-", + "classification": { + "B": 6.209878392837709e-06, + "S": 1.620908733457327e-05, + "I": 0.004173833876848221, + "C": 8.092511416180059e-05, + "R": 2.4735243641771376e-05, + "M": 0.0008200199226848781, + "O": 0.00010352256504120305, + "W": 1.1724576324922964e-05, + "N": 0.0002601955202408135, + "Y": 0.003582719713449478, + "U": 3.927735178876901e-06, + "K": 7.692461076658219e-05, + "L": 1.2581608643813524e-05, + "G": 0.0006755162612535059, + "F": 0.0129083888605237, + "E": 0.003162606153637171, + "T": 0.0021185565274208784, + "P": 0.42265817523002625, + "-": 0.5493032336235046 + }, + "id": "tp_5177" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 647147, + "label": "-", + "classification": { + "B": 2.5815171511567314e-07, + "S": 1.1067008927057032e-06, + "I": 1.742547465255484e-05, + "C": 2.2640766474069096e-05, + "R": 5.462104581965832e-06, + "M": 0.0006605833186767995, + "O": 2.9253009415697306e-05, + "W": 5.933450779593841e-07, + "N": 7.304515179384907e-07, + "Y": 0.0024257171899080276, + "U": 1.633006547763216e-07, + "K": 1.5760097085149027e-06, + "L": 6.888357347634155e-06, + "G": 0.0002134666865458712, + "F": 0.004906812682747841, + "E": 4.5962056901771575e-05, + "T": 0.002588594099506736, + "P": 0.007748940493911505, + "-": 0.981323778629303 + }, + "id": "tp_5178" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 647281, + "label": "-", + "classification": { + "B": 5.012209840060677e-06, + "S": 1.2906051551908604e-06, + "I": 0.0024987999349832535, + "C": 0.0005864389822818339, + "R": 2.2725593225914054e-05, + "M": 0.0005828305147588253, + "O": 2.5953564545488916e-05, + "W": 1.4193150263963616e-06, + "N": 4.6126337110763416e-05, + "Y": 0.009263230487704277, + "U": 2.215352424173034e-06, + "K": 4.099604848306626e-05, + "L": 4.861476554651745e-06, + "G": 0.0011366031831130385, + "F": 0.0018664065282791853, + "E": 0.004840422887355089, + "T": 0.0023370629642158747, + "P": 0.09118647128343582, + "-": 0.8855510354042053 + }, + "id": "tp_5179" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 647381, + "label": "P", + "classification": { + "B": 1.4432520401896909e-05, + "S": 1.7374749177179183e-06, + "I": 0.00031833548564463854, + "C": 2.2930908016860485e-06, + "R": 7.258057053149969e-07, + "M": 3.260032826801762e-05, + "O": 2.2685866497340612e-05, + "W": 7.885168997745495e-07, + "N": 1.578969204274472e-05, + "Y": 0.00022904964862391353, + "U": 1.5999202673810942e-07, + "K": 1.8291478909304715e-06, + "L": 2.654021272974205e-06, + "G": 0.0008109123446047306, + "F": 0.007257622200995684, + "E": 0.0017657445278018713, + "T": 0.00013214483624324203, + "P": 0.5334518551826477, + "-": 0.4559386372566223 + }, + "id": "tp_5180" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 647514, + "label": "-", + "classification": { + "B": 2.8539895993162645e-06, + "S": 2.4918344365687517e-07, + "I": 0.00010330228542443365, + "C": 2.2373435058398172e-05, + "R": 1.1396948593755951e-06, + "M": 3.7802317820023745e-05, + "O": 1.235957915923791e-05, + "W": 5.798867732664803e-07, + "N": 4.158982392254984e-06, + "Y": 0.0005048737511970103, + "U": 7.421718350997253e-07, + "K": 3.6440405892790295e-06, + "L": 1.2252612577867694e-06, + "G": 0.00017483298142906278, + "F": 0.001385368756018579, + "E": 0.00010247052705381066, + "T": 0.0003073642437811941, + "P": 0.0979146808385849, + "-": 0.8994200825691223 + }, + "id": "tp_5181" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 647648, + "label": "-", + "classification": { + "B": 1.9067010192941325e-09, + "S": 1.1886241990666235e-09, + "I": 1.2634832273761276e-06, + "C": 1.1206337191538296e-08, + "R": 7.981963978664908e-10, + "M": 1.8496683651392232e-06, + "O": 1.296254481530923e-07, + "W": 6.857377998770176e-10, + "N": 1.5197727520899207e-08, + "Y": 1.0347670468036085e-05, + "U": 1.8965697068384912e-10, + "K": 3.846539531338067e-09, + "L": 3.869971010317386e-09, + "G": 3.200170567652094e-06, + "F": 0.00015083041216712445, + "E": 5.736093498853734e-06, + "T": 1.3108404345985036e-05, + "P": 0.121254101395607, + "-": 0.8785594701766968 + }, + "id": "tp_5182" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 647781, + "label": "-", + "classification": { + "B": 1.2934108228890295e-09, + "S": 2.9412383639737527e-10, + "I": 5.478095772559755e-07, + "C": 2.0692350055639963e-09, + "R": 1.4520859514810525e-10, + "M": 1.4306283446785528e-07, + "O": 4.566775757552932e-08, + "W": 1.9486580404848297e-10, + "N": 2.8869271417875098e-09, + "Y": 1.1534104942256818e-06, + "U": 1.390980559901056e-11, + "K": 1.7276300182111903e-11, + "L": 1.2963646822683472e-09, + "G": 3.559881633918849e-07, + "F": 4.738198913400993e-05, + "E": 6.437155661842553e-07, + "T": 1.4288621059677098e-06, + "P": 0.25323277711868286, + "-": 0.7467154860496521 + }, + "id": "tp_5183" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 647881, + "label": "-", + "classification": { + "B": 6.38380981854425e-07, + "S": 2.2529718535224674e-08, + "I": 4.500915019889362e-05, + "C": 8.264203188446118e-07, + "R": 8.969642806277989e-08, + "M": 2.857233994291164e-05, + "O": 3.790723212659941e-06, + "W": 1.9859362154761584e-08, + "N": 9.287862212659093e-08, + "Y": 2.9962006010464393e-05, + "U": 1.233876445461135e-09, + "K": 2.500335216648608e-10, + "L": 1.0208569847236504e-06, + "G": 0.00012115511344745755, + "F": 0.00016774471441749483, + "E": 3.261486199335195e-05, + "T": 3.0170922400429845e-05, + "P": 0.06326422840356827, + "-": 0.9362740516662598 + }, + "id": "tp_5184" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 648015, + "label": "-", + "classification": { + "B": 0.0002843165129888803, + "S": 5.7291936172987334e-06, + "I": 7.562640530522913e-05, + "C": 2.8733165891026147e-05, + "R": 3.8850489545438904e-06, + "M": 0.0004050602437928319, + "O": 0.00011015294876415282, + "W": 2.8210474738443736e-06, + "N": 3.53269115294097e-06, + "Y": 0.00032379315234720707, + "U": 1.9054613176194835e-07, + "K": 8.594871303557738e-08, + "L": 4.620564868673682e-05, + "G": 0.0012273065512999892, + "F": 0.00687759043648839, + "E": 0.0004102386883459985, + "T": 0.00026404918753542006, + "P": 0.2012888342142105, + "-": 0.7886418700218201 + }, + "id": "tp_5185" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 648148, + "label": "P", + "classification": { + "B": 4.0316979720955715e-05, + "S": 2.6109462851309218e-05, + "I": 0.0053403046913445, + "C": 0.00027673013391904533, + "R": 3.302289405837655e-05, + "M": 0.0004689658817369491, + "O": 0.0002811811282299459, + "W": 2.1186757294344716e-05, + "N": 0.00056088698329404, + "Y": 0.001219221274368465, + "U": 1.2051075827912427e-05, + "K": 4.070424256497063e-05, + "L": 3.3553231332916766e-05, + "G": 0.0010757322888821363, + "F": 0.00601078849285841, + "E": 0.0034250367898494005, + "T": 0.0009669267456047237, + "P": 0.5165145397186279, + "-": 0.4636528193950653 + }, + "id": "tp_5186" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 648282, + "label": "-", + "classification": { + "B": 0.0002319217601325363, + "S": 3.248785651521757e-05, + "I": 0.0020414721220731735, + "C": 0.00019019223691429943, + "R": 2.0232240785844624e-05, + "M": 0.001734520890749991, + "O": 0.00021382144768722355, + "W": 3.0853865609969944e-05, + "N": 0.00017084334103856236, + "Y": 0.0018947352655231953, + "U": 1.2966180293005891e-05, + "K": 4.526569682639092e-05, + "L": 4.6230688894866034e-05, + "G": 0.001998698804527521, + "F": 0.0042997184209525585, + "E": 0.011757980100810528, + "T": 0.0015303617110475898, + "P": 0.4173845946788788, + "-": 0.5563631057739258 + }, + "id": "tp_5187" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 648382, + "label": "-", + "classification": { + "B": 1.1840978686450399e-07, + "S": 8.302988163677583e-08, + "I": 2.4746150302235037e-05, + "C": 9.312483939538652e-08, + "R": 1.3975047785663719e-08, + "M": 5.969420726614771e-06, + "O": 2.050247758234036e-06, + "W": 2.7101648925054178e-08, + "N": 4.389562775486411e-07, + "Y": 3.277803989476524e-05, + "U": 2.4569053458378676e-09, + "K": 6.155348231118296e-09, + "L": 7.688886682899465e-08, + "G": 1.710244032437913e-05, + "F": 0.0002030280593317002, + "E": 3.740407191799022e-05, + "T": 5.3490079153561965e-05, + "P": 0.19445189833641052, + "-": 0.8051705956459045 + }, + "id": "tp_5188" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 648515, + "label": "-", + "classification": { + "B": 2.5116838742178516e-07, + "S": 1.4169559108268004e-06, + "I": 6.578933243872598e-05, + "C": 5.981664435239509e-05, + "R": 2.101827340084128e-05, + "M": 0.00027674794546328485, + "O": 4.66700475953985e-05, + "W": 1.8594315633890801e-06, + "N": 3.195596718796878e-06, + "Y": 0.004723376128822565, + "U": 4.831844648833794e-07, + "K": 8.924284884415101e-06, + "L": 5.566839718085248e-06, + "G": 0.0005739315529353917, + "F": 0.008848568424582481, + "E": 5.819331272505224e-05, + "T": 0.0012387933675199747, + "P": 0.01145491749048233, + "-": 0.9726104736328125 + }, + "id": "tp_5189" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 648649, + "label": "-", + "classification": { + "B": 9.038764983415604e-05, + "S": 5.1639133744174615e-05, + "I": 0.05137031525373459, + "C": 0.009784054011106491, + "R": 0.0008364419336430728, + "M": 0.01854759454727173, + "O": 0.0007579990196973085, + "W": 5.350359424483031e-05, + "N": 0.0017232485115528107, + "Y": 0.04780209809541702, + "U": 2.5889086828101426e-05, + "K": 8.378789789276198e-05, + "L": 0.0002792220329865813, + "G": 0.015002990141510963, + "F": 0.010247728787362576, + "E": 0.04980891942977905, + "T": 0.012013769708573818, + "P": 0.23250876367092133, + "-": 0.5490115880966187 + }, + "id": "tp_5190" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 648782, + "label": "-", + "classification": { + "B": 4.783896656590514e-06, + "S": 8.994116029725774e-08, + "I": 5.7846777053782716e-05, + "C": 2.0966115243936656e-06, + "R": 2.4604977966191655e-07, + "M": 4.6571396524086595e-05, + "O": 1.3803380170429591e-05, + "W": 9.228538999650482e-08, + "N": 4.61175318378082e-07, + "Y": 5.8099383750231937e-05, + "U": 1.4331161146685645e-08, + "K": 3.0364175618302625e-09, + "L": 3.178358156219474e-06, + "G": 0.00021542816830333322, + "F": 0.0004298229468986392, + "E": 4.5938264520373195e-05, + "T": 7.63004572945647e-05, + "P": 0.17057284712791443, + "-": 0.8284723162651062 + }, + "id": "tp_5191" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 648882, + "label": "-", + "classification": { + "B": 0.001691835350356996, + "S": 0.0009520899620838463, + "I": 0.0059874700382351875, + "C": 0.007789058610796928, + "R": 0.003012747038155794, + "M": 0.02067670412361622, + "O": 0.00458346214145422, + "W": 0.0005808647256344557, + "N": 0.0007939870120026171, + "Y": 0.03670155629515648, + "U": 0.00026468175929039717, + "K": 0.0005635048146359622, + "L": 0.0061320960521698, + "G": 0.06407032907009125, + "F": 0.12125522643327713, + "E": 0.013875667005777359, + "T": 0.023889880627393723, + "P": 0.09419620037078857, + "-": 0.5929826498031616 + }, + "id": "tp_5192" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 649016, + "label": "-", + "classification": { + "B": 5.740401576304066e-08, + "S": 1.5407184150717512e-07, + "I": 9.782024790183641e-06, + "C": 1.1206052477064077e-06, + "R": 1.2693053008661082e-07, + "M": 1.7659589502727613e-05, + "O": 2.3071524992701598e-06, + "W": 8.316943933550647e-08, + "N": 6.79651634527545e-07, + "Y": 0.0006146277883090079, + "U": 1.9582431676212764e-08, + "K": 1.2603071809280664e-05, + "L": 9.85260655284037e-08, + "G": 0.00011544363223947585, + "F": 0.008511866442859173, + "E": 0.00014440270024351776, + "T": 0.00014189643843565136, + "P": 0.03486775979399681, + "-": 0.9555593729019165 + }, + "id": "tp_5193" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 649149, + "label": "P", + "classification": { + "B": 6.716416578456119e-08, + "S": 1.7011350106344025e-09, + "I": 1.4450364687945694e-05, + "C": 3.87272542923256e-08, + "R": 7.353414321897844e-09, + "M": 4.0329450712306425e-07, + "O": 1.8447533989274234e-07, + "W": 1.729024923236011e-09, + "N": 1.3577151491972472e-07, + "Y": 7.771166565362364e-06, + "U": 8.592663802708955e-10, + "K": 6.265148400075304e-10, + "L": 8.174321664000672e-09, + "G": 3.5823554753733333e-06, + "F": 4.015724334749393e-05, + "E": 6.1563282542920206e-06, + "T": 1.1913884918612894e-05, + "P": 0.5861413478851318, + "-": 0.41377368569374084 + }, + "id": "tp_5194" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 649283, + "label": "-", + "classification": { + "B": 0.00020625705656129867, + "S": 8.755129965720698e-05, + "I": 0.015003245323896408, + "C": 0.004390963818877935, + "R": 0.0007125807460397482, + "M": 0.004377884790301323, + "O": 0.0006119762547314167, + "W": 6.979080353630707e-05, + "N": 0.0004488223639782518, + "Y": 0.04864330589771271, + "U": 3.21115912811365e-05, + "K": 9.726035204948857e-05, + "L": 0.00026320808683522046, + "G": 0.010716325603425503, + "F": 0.01419909205287695, + "E": 0.009212307631969452, + "T": 0.008508697152137756, + "P": 0.1763915866613388, + "-": 0.706027090549469 + }, + "id": "tp_5195" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 649383, + "label": "-", + "classification": { + "B": 1.3141026329321903e-06, + "S": 1.4833423847449012e-05, + "I": 0.00011799509229604155, + "C": 1.2064962902513798e-05, + "R": 3.3173175779666053e-06, + "M": 8.920941763790324e-05, + "O": 5.929285543970764e-05, + "W": 8.269289537565783e-06, + "N": 5.4253177950158715e-05, + "Y": 0.0011278283782303333, + "U": 1.1971363846896566e-06, + "K": 0.0003033094108104706, + "L": 1.312284211962833e-06, + "G": 0.00015411990170832723, + "F": 0.04981009662151337, + "E": 0.0007394937565550208, + "T": 0.0008001581882126629, + "P": 0.2255801111459732, + "-": 0.7211217880249023 + }, + "id": "tp_5196" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 649516, + "label": "-", + "classification": { + "B": 2.448474151606206e-05, + "S": 1.7266445865971036e-05, + "I": 0.00012191689165774733, + "C": 2.9370370612014085e-05, + "R": 4.410181645653211e-06, + "M": 0.0004770672821905464, + "O": 0.00013996782945469022, + "W": 7.88428405940067e-06, + "N": 2.143281017197296e-05, + "Y": 0.0015888515627011657, + "U": 2.350935346839833e-06, + "K": 4.2942607251461595e-05, + "L": 1.2380084626784083e-05, + "G": 0.0005858910153619945, + "F": 0.006415617652237415, + "E": 0.0008016261272132397, + "T": 0.001370383775793016, + "P": 0.07491409778594971, + "-": 0.9134220480918884 + }, + "id": "tp_5197" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 649650, + "label": "-", + "classification": { + "B": 1.1911852615398288e-09, + "S": 5.057371854633175e-09, + "I": 8.341728971572593e-05, + "C": 1.0333660611649975e-06, + "R": 7.746601937697051e-08, + "M": 6.117970769992098e-06, + "O": 6.150746116873052e-07, + "W": 8.808352269795705e-09, + "N": 1.0022118885899545e-06, + "Y": 0.00020887392747681588, + "U": 3.22390847351528e-09, + "K": 1.2005726546249207e-07, + "L": 1.7289853104784925e-08, + "G": 2.4391754777752794e-05, + "F": 0.0004376356955617666, + "E": 8.840601367410272e-05, + "T": 6.747977749910206e-05, + "P": 0.10959450900554657, + "-": 0.8894862532615662 + }, + "id": "tp_5198" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 649783, + "label": "-", + "classification": { + "B": 8.315600652508692e-09, + "S": 3.0312722998360186e-08, + "I": 8.27011444926029e-06, + "C": 7.333140388254833e-07, + "R": 3.007730242643447e-07, + "M": 1.6845808204379864e-05, + "O": 3.889384970534593e-06, + "W": 3.350797328494082e-08, + "N": 1.328561296531916e-07, + "Y": 0.0008936551166698337, + "U": 1.0943229433735269e-08, + "K": 4.627748850793978e-08, + "L": 1.684931021372904e-07, + "G": 2.400687662884593e-05, + "F": 0.000582791049964726, + "E": 1.5961973076628055e-06, + "T": 0.0005806676344946027, + "P": 0.007528780493885279, + "-": 0.9903580546379089 + }, + "id": "tp_5199" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 649883, + "label": "-", + "classification": { + "B": 3.7571454281071226e-10, + "S": 6.196553825610351e-10, + "I": 3.128613172975747e-07, + "C": 2.435315415993955e-08, + "R": 7.645347133156122e-10, + "M": 2.372198935063352e-07, + "O": 5.8535068347964625e-08, + "W": 4.338178427598649e-10, + "N": 8.396919604081177e-09, + "Y": 5.334921297617257e-06, + "U": 9.902210995615945e-11, + "K": 1.232139723583714e-08, + "L": 7.055782624831863e-10, + "G": 7.867366207392479e-07, + "F": 0.0006180319469422102, + "E": 1.7722334177960875e-06, + "T": 2.3636889636691194e-06, + "P": 0.03601988032460213, + "-": 0.9633510708808899 + }, + "id": "tp_5200" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 650017, + "label": "-", + "classification": { + "B": 2.312216793143307e-06, + "S": 5.230822921475919e-07, + "I": 3.7202124076429754e-05, + "C": 7.707003533141688e-05, + "R": 1.1402423297113273e-05, + "M": 2.4585984647274017e-05, + "O": 1.1876359167217743e-05, + "W": 4.922219432046404e-07, + "N": 1.679024194345402e-06, + "Y": 0.0004914782475680113, + "U": 4.3779914449260104e-07, + "K": 1.260651742995833e-06, + "L": 5.1390097723924555e-06, + "G": 0.00036834849743172526, + "F": 0.01272182259708643, + "E": 5.5793774663470685e-05, + "T": 0.00022700564295519143, + "P": 0.10046452283859253, + "-": 0.8854970335960388 + }, + "id": "tp_5201" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 650150, + "label": "-", + "classification": { + "B": 2.357095809202292e-06, + "S": 7.676212590013165e-07, + "I": 5.960234921076335e-05, + "C": 4.997661380912177e-05, + "R": 1.0589370504021645e-05, + "M": 0.0004505077376961708, + "O": 4.307941344450228e-05, + "W": 8.462674259135383e-07, + "N": 1.1475436849650578e-06, + "Y": 0.0021823516581207514, + "U": 2.432315966416354e-07, + "K": 4.906005983684736e-07, + "L": 1.8292219465365633e-05, + "G": 0.0011952639324590564, + "F": 0.005228037945926189, + "E": 8.754037844482809e-05, + "T": 0.0009106405777856708, + "P": 0.016638709232211113, + "-": 0.9731195569038391 + }, + "id": "tp_5202" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 650250, + "label": "-", + "classification": { + "B": 4.766686834045686e-05, + "S": 6.683531410089927e-06, + "I": 1.4370493772730697e-05, + "C": 4.953061306878226e-06, + "R": 1.4722515970788663e-06, + "M": 0.0003408711345400661, + "O": 7.859949255362153e-05, + "W": 1.5655573406547774e-06, + "N": 8.534457265341189e-07, + "Y": 0.0004206995654385537, + "U": 4.783674967256957e-08, + "K": 1.9194189349036606e-07, + "L": 1.689256532699801e-05, + "G": 0.0006554632564075291, + "F": 0.010698067955672741, + "E": 0.00014843902317807078, + "T": 0.00036793481558561325, + "P": 0.03970339521765709, + "-": 0.9474917650222778 + }, + "id": "tp_5203" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 650384, + "label": "-", + "classification": { + "B": 2.659466602494831e-08, + "S": 1.634448310028347e-08, + "I": 1.2154022215327132e-06, + "C": 2.2037577096511995e-08, + "R": 8.941030138487349e-10, + "M": 1.3513183603208745e-06, + "O": 3.811626640981558e-07, + "W": 7.126456313955032e-09, + "N": 4.794290120457845e-08, + "Y": 8.831531886244193e-06, + "U": 1.0325805765987184e-09, + "K": 1.5467858105466803e-08, + "L": 1.3154268785342538e-08, + "G": 2.3193604192783823e-06, + "F": 0.000588903552852571, + "E": 9.837189281824976e-06, + "T": 1.0507315892027691e-05, + "P": 0.19647035002708435, + "-": 0.8029060959815979 + }, + "id": "tp_5204" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 650517, + "label": "-", + "classification": { + "B": 1.0142453987782574e-08, + "S": 5.373417266696379e-10, + "I": 3.9735962786835444e-07, + "C": 6.9774239719322395e-09, + "R": 1.3475778271043737e-09, + "M": 6.0874172049807385e-06, + "O": 2.5225048716492893e-07, + "W": 2.3009222305248045e-10, + "N": 1.5850931678329516e-09, + "Y": 1.779709054972045e-05, + "U": 1.7509325586639868e-11, + "K": 9.460772443237175e-12, + "L": 1.9456274813478558e-08, + "G": 8.640601663501002e-06, + "F": 2.159092946385499e-05, + "E": 1.0408344905954436e-06, + "T": 2.4721093723201193e-05, + "P": 0.02020329423248768, + "-": 0.9797161817550659 + }, + "id": "tp_5205" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 650651, + "label": "-", + "classification": { + "B": 1.000780680548985e-09, + "S": 1.2726703024767971e-10, + "I": 3.5707769256987376e-06, + "C": 8.693976205620402e-09, + "R": 3.440211671090765e-09, + "M": 6.44129386273562e-07, + "O": 4.2078241335730127e-08, + "W": 9.953547708274613e-11, + "N": 7.526732570539707e-10, + "Y": 0.00015755253843963146, + "U": 5.551161093297896e-12, + "K": 2.159076953681116e-12, + "L": 4.63730875921442e-09, + "G": 3.756179467018228e-06, + "F": 9.916242561303079e-06, + "E": 3.947741049614706e-07, + "T": 3.3675070881145075e-05, + "P": 0.00854948628693819, + "-": 0.9912410378456116 + }, + "id": "tp_5206" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 650751, + "label": "-", + "classification": { + "B": 5.8346131481812336e-08, + "S": 1.5355762172930554e-07, + "I": 4.81583847431466e-05, + "C": 1.3154511179891415e-05, + "R": 4.4210000851307996e-06, + "M": 5.407697972259484e-05, + "O": 1.1562476174731273e-05, + "W": 2.0468715433707985e-07, + "N": 9.065496442417498e-07, + "Y": 0.0008601107983849943, + "U": 1.4044094598375523e-07, + "K": 3.669612738121941e-07, + "L": 1.2055824072376709e-06, + "G": 0.00012247078120708466, + "F": 0.00224681431427598, + "E": 1.7372651200275868e-05, + "T": 0.0004644520813599229, + "P": 0.029409224167466164, + "-": 0.9667452573776245 + }, + "id": "tp_5207" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 650884, + "label": "-", + "classification": { + "B": 9.592365131538827e-06, + "S": 3.92985857615713e-05, + "I": 0.0017606796463951468, + "C": 0.0013727475889027119, + "R": 0.00023179921845439821, + "M": 0.0022733532823622227, + "O": 0.00036585325142368674, + "W": 2.804589894367382e-05, + "N": 0.00012446996697690338, + "Y": 0.018433352932333946, + "U": 6.683674655505456e-06, + "K": 0.00029485300183296204, + "L": 0.00011913829803233966, + "G": 0.011525189504027367, + "F": 0.05695179104804993, + "E": 0.005300360731780529, + "T": 0.0073342411778867245, + "P": 0.06336452066898346, + "-": 0.8304640650749207 + }, + "id": "tp_5208" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 651018, + "label": "-", + "classification": { + "B": 2.1381565602496266e-05, + "S": 3.622233180067269e-06, + "I": 0.0028337372932583094, + "C": 0.00033030231134034693, + "R": 3.8797035813331604e-05, + "M": 0.0004177200607955456, + "O": 7.718088454566896e-05, + "W": 5.5198074733198155e-06, + "N": 0.00012590261758305132, + "Y": 0.0021416922099888325, + "U": 9.919426702253986e-06, + "K": 7.736035513516981e-06, + "L": 2.358690653636586e-05, + "G": 0.001035279012285173, + "F": 0.0019094411982223392, + "E": 0.0015822239220142365, + "T": 0.0015269783325493336, + "P": 0.45943230390548706, + "-": 0.5284766554832458 + }, + "id": "tp_5209" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 651151, + "label": "P", + "classification": { + "B": 0.00020741323533002287, + "S": 0.00029350450495257974, + "I": 0.02112432010471821, + "C": 0.003343231976032257, + "R": 0.0007998365326784551, + "M": 0.0038718273863196373, + "O": 0.0011908564483746886, + "W": 0.00022592590539716184, + "N": 0.0032447627745568752, + "Y": 0.013057570904493332, + "U": 0.0001598548114998266, + "K": 0.0016520008211955428, + "L": 0.00043146335519850254, + "G": 0.01009737141430378, + "F": 0.05625513941049576, + "E": 0.03391106799244881, + "T": 0.007471360731869936, + "P": 0.45910999178886414, + "-": 0.3835524618625641 + }, + "id": "tp_5210" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 651251, + "label": "-", + "classification": { + "B": 0.00018289645959157497, + "S": 3.105761788901873e-05, + "I": 0.007512859534472227, + "C": 0.0014241851167753339, + "R": 0.00026086976868100464, + "M": 0.0023637362755835056, + "O": 0.0004394761344883591, + "W": 4.559961598715745e-05, + "N": 0.0002749962732195854, + "Y": 0.007336137350648642, + "U": 4.3705756979761645e-05, + "K": 8.580776921007782e-06, + "L": 0.00032263799221254885, + "G": 0.004523923620581627, + "F": 0.004078458528965712, + "E": 0.003197719110175967, + "T": 0.006102872081100941, + "P": 0.3985079824924469, + "-": 0.563342273235321 + }, + "id": "tp_5211" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 651385, + "label": "-", + "classification": { + "B": 7.056564044205516e-08, + "S": 2.6440434908181487e-07, + "I": 0.0003749288443941623, + "C": 3.355072840349749e-05, + "R": 5.188937848288333e-06, + "M": 2.5647073925938457e-05, + "O": 9.450267498323228e-06, + "W": 6.653930313404999e-07, + "N": 1.3151804523658939e-05, + "Y": 0.0005215781857259572, + "U": 6.454397407651413e-07, + "K": 1.0165107596549205e-05, + "L": 5.390382966652396e-07, + "G": 5.5137039453256875e-05, + "F": 0.0009739304077811539, + "E": 0.00020569979096762836, + "T": 0.00033143709879368544, + "P": 0.1212422326207161, + "-": 0.8761956691741943 + }, + "id": "tp_5212" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 651518, + "label": "-", + "classification": { + "B": 2.2703057766193524e-05, + "S": 8.677055802763789e-07, + "I": 6.564521754626185e-06, + "C": 1.2521054486569483e-05, + "R": 3.522011866152752e-06, + "M": 0.0007578942459076643, + "O": 8.344285015482455e-05, + "W": 4.36323063013333e-07, + "N": 5.865920371661559e-08, + "Y": 0.0002802054223138839, + "U": 1.4370750811565358e-08, + "K": 4.353468974205299e-10, + "L": 0.0001020296331262216, + "G": 0.0007719860295765102, + "F": 0.000762993935495615, + "E": 8.457864169031382e-06, + "T": 0.00043593900045379996, + "P": 0.006150795612484217, + "-": 0.9905995726585388 + }, + "id": "tp_5213" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 651652, + "label": "-", + "classification": { + "B": 3.7611954439853434e-08, + "S": 5.211623843592861e-08, + "I": 1.0635834541972145e-06, + "C": 3.035514453131327e-07, + "R": 2.0582309190331216e-08, + "M": 1.076523676601937e-05, + "O": 2.5196025035256753e-06, + "W": 2.6118067708580384e-08, + "N": 2.435116996934994e-08, + "Y": 2.3625691028428264e-05, + "U": 1.3065298842818152e-09, + "K": 1.7276616803840739e-09, + "L": 1.996631056044862e-07, + "G": 4.126663952774834e-06, + "F": 0.00043554327567107975, + "E": 2.161950305890059e-06, + "T": 3.9605754864169285e-05, + "P": 0.02604527957737446, + "-": 0.9734346270561218 + }, + "id": "tp_5214" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 651752, + "label": "-", + "classification": { + "B": 1.8579512373051443e-09, + "S": 2.3579618257940638e-09, + "I": 4.794724759449309e-07, + "C": 6.789110784666263e-08, + "R": 7.733140350296708e-09, + "M": 1.4899425195835647e-06, + "O": 3.652654356756102e-07, + "W": 1.7308235955582063e-09, + "N": 1.2215696898465467e-08, + "Y": 3.3816471841419116e-05, + "U": 5.520428558725143e-10, + "K": 1.6303494110303518e-09, + "L": 1.617684297627875e-08, + "G": 3.5870975807483774e-06, + "F": 0.0002696239680517465, + "E": 6.510486514343938e-07, + "T": 4.495765097090043e-05, + "P": 0.03661174699664116, + "-": 0.963033139705658 + }, + "id": "tp_5215" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 651885, + "label": "-", + "classification": { + "B": 2.6553607312962413e-05, + "S": 6.725947514496511e-06, + "I": 1.4909108358551748e-05, + "C": 3.731447213795036e-05, + "R": 9.592146852810401e-06, + "M": 0.002695960458368063, + "O": 0.0001499900536146015, + "W": 1.6885608147276798e-06, + "N": 1.7852137546015e-07, + "Y": 0.0015850812196731567, + "U": 4.099657147094149e-08, + "K": 1.7094052395805193e-08, + "L": 0.00026147678727284074, + "G": 0.003315983572974801, + "F": 0.010085935704410076, + "E": 8.560058631701395e-05, + "T": 0.0007827684166841209, + "P": 0.004731460940092802, + "-": 0.9762088060379028 + }, + "id": "tp_5216" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 652019, + "label": "-", + "classification": { + "B": 1.1114848348370288e-06, + "S": 2.706303575905622e-06, + "I": 4.9738341658667196e-06, + "C": 8.141846774378791e-05, + "R": 1.3340674740902614e-05, + "M": 0.00042576357373036444, + "O": 5.608637002296746e-05, + "W": 7.35990283828869e-07, + "N": 2.0941460832091252e-07, + "Y": 0.0023674601688981056, + "U": 2.0013253276829346e-08, + "K": 7.376988975238419e-08, + "L": 3.987529271398671e-05, + "G": 0.0026876693591475487, + "F": 0.06399913132190704, + "E": 2.654909621924162e-05, + "T": 0.0008962615393102169, + "P": 0.005286229308694601, + "-": 0.9241103529930115 + }, + "id": "tp_5217" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 652152, + "label": "-", + "classification": { + "B": 9.266340725844202e-07, + "S": 1.0291551006957889e-06, + "I": 8.706797962076962e-05, + "C": 3.6757387533725705e-06, + "R": 3.0528383376804413e-06, + "M": 0.00043560986523516476, + "O": 5.051078915130347e-05, + "W": 9.07027356333856e-07, + "N": 2.234953399238293e-06, + "Y": 0.008291993290185928, + "U": 2.149016751218369e-07, + "K": 9.020077413879335e-07, + "L": 4.386112323118141e-06, + "G": 0.0005199559964239597, + "F": 0.00097745715174824, + "E": 4.6190198190743104e-05, + "T": 0.00496717682108283, + "P": 0.013106764294207096, + "-": 0.9714998602867126 + }, + "id": "tp_5218" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 652252, + "label": "-", + "classification": { + "B": 8.440871823722773e-08, + "S": 2.4345760962773966e-08, + "I": 3.387688775546849e-05, + "C": 2.71444105237606e-06, + "R": 5.861635372639284e-07, + "M": 2.9918724976596422e-05, + "O": 5.168499228602741e-06, + "W": 4.7306297545901543e-08, + "N": 3.885363923927798e-07, + "Y": 0.0002287749230163172, + "U": 4.2064417726805914e-08, + "K": 5.450145224017433e-09, + "L": 6.067732556402916e-07, + "G": 4.5336957555264235e-05, + "F": 0.0001239024568349123, + "E": 6.765408670617035e-06, + "T": 0.0006331022595986724, + "P": 0.08258151262998581, + "-": 0.9163070917129517 + }, + "id": "tp_5219" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 652386, + "label": "-", + "classification": { + "B": 1.1052011359424796e-05, + "S": 7.208032570815703e-07, + "I": 7.2858283601817675e-06, + "C": 1.537351408842369e-06, + "R": 5.000759415452194e-07, + "M": 0.0001245914027094841, + "O": 3.5212702641729265e-05, + "W": 4.075083381849254e-07, + "N": 1.3343975524549023e-07, + "Y": 0.0002760424686130136, + "U": 2.316987490758038e-08, + "K": 1.7489037773543714e-08, + "L": 1.0776447197713424e-05, + "G": 0.00036935604293830693, + "F": 0.0023995167575776577, + "E": 3.0580929887946695e-05, + "T": 0.00022853165864944458, + "P": 0.012327511794865131, + "-": 0.9841762781143188 + }, + "id": "tp_5220" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 652519, + "label": "-", + "classification": { + "B": 1.6346538012079748e-10, + "S": 1.7429573340166371e-09, + "I": 2.3134264282020922e-08, + "C": 3.1700289615521626e-10, + "R": 3.582149507574961e-11, + "M": 5.604264075032006e-08, + "O": 7.824131387224043e-08, + "W": 7.252601297302874e-10, + "N": 3.7200270641690736e-10, + "Y": 6.796857974222803e-07, + "U": 3.0329128965222996e-12, + "K": 4.304915868225123e-10, + "L": 3.221614364168346e-10, + "G": 1.4293830474798597e-07, + "F": 0.00040538626490160823, + "E": 5.74102934081111e-08, + "T": 4.515178773090156e-07, + "P": 0.013224627822637558, + "-": 0.9863685965538025 + }, + "id": "tp_5221" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 652653, + "label": "-", + "classification": { + "B": 1.3999908333062194e-05, + "S": 2.868298224711907e-06, + "I": 0.0005289260298013687, + "C": 0.00044886459363624454, + "R": 0.00012432914809323847, + "M": 0.0009602828067727387, + "O": 0.00015397706010844558, + "W": 4.273266767995665e-06, + "N": 9.260464139515534e-06, + "Y": 0.010457211174070835, + "U": 3.2413515782536706e-06, + "K": 9.35755338105082e-07, + "L": 8.258257003035396e-05, + "G": 0.0034731626510620117, + "F": 0.004398382734507322, + "E": 0.0002745660312939435, + "T": 0.002790506463497877, + "P": 0.040266212075948715, + "-": 0.9360063672065735 + }, + "id": "tp_5222" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 652753, + "label": "-", + "classification": { + "B": 1.2450524877749558e-07, + "S": 4.1532057792892374e-08, + "I": 1.13707596938184e-06, + "C": 4.4466723636560346e-08, + "R": 6.86099310698296e-09, + "M": 4.46312697022222e-06, + "O": 9.400852718499664e-07, + "W": 4.583012636061312e-09, + "N": 1.3545375487922229e-08, + "Y": 1.2635165148822125e-05, + "U": 2.3077988131614546e-10, + "K": 2.1557473584010722e-09, + "L": 9.145723112169435e-08, + "G": 2.118677548423875e-05, + "F": 0.0021205111406743526, + "E": 8.696461918589193e-06, + "T": 1.4278723938332405e-05, + "P": 0.03351771458983421, + "-": 0.9642981290817261 + }, + "id": "tp_5223" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 652886, + "label": "-", + "classification": { + "B": 2.8385059067659313e-06, + "S": 2.998304466927948e-07, + "I": 6.831737846368924e-05, + "C": 1.3312205737747718e-05, + "R": 1.9041222003579605e-06, + "M": 0.00024473259691148996, + "O": 9.541645340505056e-06, + "W": 9.912065479511512e-08, + "N": 6.823487410656526e-07, + "Y": 0.0005366241675801575, + "U": 2.9071330232000037e-08, + "K": 1.2127168247388909e-07, + "L": 7.5276611823937856e-06, + "G": 0.0014751573326066136, + "F": 0.006015924271196127, + "E": 0.0003374421503394842, + "T": 0.00031374514219351113, + "P": 0.038063306361436844, + "-": 0.9529083967208862 + }, + "id": "tp_5224" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 653020, + "label": "-", + "classification": { + "B": 6.689574227891626e-09, + "S": 9.169358605731759e-09, + "I": 2.2895059181848865e-09, + "C": 1.988558828713849e-08, + "R": 8.628610603800269e-10, + "M": 1.314551582254353e-06, + "O": 2.3362461831766268e-07, + "W": 4.710877243851996e-10, + "N": 2.7469852781347726e-11, + "Y": 5.508629783435026e-06, + "U": 3.8072155020621445e-13, + "K": 3.1682139550737176e-11, + "L": 5.653877721556455e-08, + "G": 1.8080852896673605e-05, + "F": 0.020733322948217392, + "E": 1.7046957623279013e-07, + "T": 1.788011786629795e-06, + "P": 0.0006457369308918715, + "-": 0.9785937070846558 + }, + "id": "tp_5225" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 653153, + "label": "-", + "classification": { + "B": 0.0003095105348620564, + "S": 5.140809662407264e-05, + "I": 0.00012168625835329294, + "C": 2.8911788831464946e-05, + "R": 5.693047114618821e-06, + "M": 0.003068254329264164, + "O": 0.0003118434688076377, + "W": 1.4618507520935964e-05, + "N": 5.638850325340172e-06, + "Y": 0.001967781689018011, + "U": 6.105409511292237e-07, + "K": 7.960472316881351e-07, + "L": 0.00014089333126321435, + "G": 0.0018136276630684733, + "F": 0.012588351033627987, + "E": 0.0008411937160417438, + "T": 0.0015086089260876179, + "P": 0.040169332176446915, + "-": 0.9370512366294861 + }, + "id": "tp_5226" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 653253, + "label": "-", + "classification": { + "B": 2.79472146758053e-07, + "S": 1.6668623459281662e-07, + "I": 1.215188513015164e-05, + "C": 6.938080787222134e-06, + "R": 1.5078080650710035e-06, + "M": 0.0004544846015051007, + "O": 1.0153289622394368e-05, + "W": 4.622793525754787e-08, + "N": 4.81196273938167e-08, + "Y": 0.0013706522295251489, + "U": 8.176494148415259e-09, + "K": 4.824191712771153e-09, + "L": 9.790936019271612e-06, + "G": 0.000703106343280524, + "F": 0.003164158435538411, + "E": 1.2238412637088913e-05, + "T": 0.0006308492156676948, + "P": 0.003659506095573306, + "-": 0.989963948726654 + }, + "id": "tp_5227" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 653387, + "label": "P", + "classification": { + "B": 0.004046641290187836, + "S": 3.207769987056963e-05, + "I": 0.008182274177670479, + "C": 0.0001339178706984967, + "R": 2.2093488951213658e-05, + "M": 0.0039043622091412544, + "O": 0.00028517463942989707, + "W": 1.984423397516366e-05, + "N": 0.00021570654644165188, + "Y": 0.0009358273819088936, + "U": 3.962266418966465e-06, + "K": 3.930612706426473e-07, + "L": 0.0003406463365536183, + "G": 0.003461650339886546, + "F": 0.0008246842189691961, + "E": 0.022791247814893723, + "T": 0.0008492095512337983, + "P": 0.7970852255821228, + "-": 0.15686500072479248 + }, + "id": "tp_5228" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 653520, + "label": "-", + "classification": { + "B": 5.5838963817222975e-06, + "S": 3.7447487102326704e-06, + "I": 2.223156116087921e-05, + "C": 1.0143233339476865e-05, + "R": 3.906133315467741e-06, + "M": 0.00043627439299598336, + "O": 6.448080239351839e-05, + "W": 1.8588923467177665e-06, + "N": 9.688653790362878e-07, + "Y": 0.0008649427909404039, + "U": 1.7893262338475324e-07, + "K": 2.0896591479413473e-07, + "L": 1.7833397578215227e-05, + "G": 0.00027476815739646554, + "F": 0.004415730945765972, + "E": 3.525692955008708e-05, + "T": 0.0012357382802292705, + "P": 0.02312767505645752, + "-": 0.9694784283638 + }, + "id": "tp_5229" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 653654, + "label": "-", + "classification": { + "B": 1.7243515685549937e-05, + "S": 7.44799081076053e-06, + "I": 5.628478902508505e-05, + "C": 2.1821724658366293e-05, + "R": 3.293312147434335e-06, + "M": 0.0003671272424980998, + "O": 5.7426277635386214e-05, + "W": 1.7398998579665204e-06, + "N": 4.294420705264201e-06, + "Y": 0.00138848798815161, + "U": 2.9058458039799007e-07, + "K": 3.2030079637479503e-06, + "L": 1.0022758942795917e-05, + "G": 0.0007516657933592796, + "F": 0.01510746218264103, + "E": 0.00037046513170935214, + "T": 0.0007478810730390251, + "P": 0.06947832554578781, + "-": 0.9116054773330688 + }, + "id": "tp_5230" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 653754, + "label": "-", + "classification": { + "B": 7.643116077815648e-06, + "S": 7.940590876387432e-06, + "I": 4.807935169992561e-07, + "C": 7.152777357077866e-07, + "R": 1.441002979163386e-07, + "M": 0.0001551434543216601, + "O": 3.233295865356922e-05, + "W": 4.74482021672884e-07, + "N": 3.744432319763291e-08, + "Y": 0.00010981129889842123, + "U": 1.7595945811521574e-09, + "K": 1.27437509434003e-08, + "L": 5.14339808432851e-06, + "G": 9.878489072434604e-05, + "F": 0.013202344067394733, + "E": 7.747449672024231e-06, + "T": 0.00022259587422013283, + "P": 0.004575610626488924, + "-": 0.9815731048583984 + }, + "id": "tp_5231" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 653887, + "label": "-", + "classification": { + "B": 3.481803560134722e-06, + "S": 6.80700986777083e-06, + "I": 0.00019668460299726576, + "C": 0.00014001426461618394, + "R": 1.6154850527527742e-05, + "M": 0.000364714243914932, + "O": 7.478373299818486e-05, + "W": 5.21081528859213e-06, + "N": 1.7863279936136678e-05, + "Y": 0.001879807561635971, + "U": 2.111357616740861e-06, + "K": 1.2963863810000475e-05, + "L": 1.8578220988274552e-05, + "G": 0.0006510274833999574, + "F": 0.03140804171562195, + "E": 0.000511779566295445, + "T": 0.000929120637010783, + "P": 0.10624071955680847, + "-": 0.8575201034545898 + }, + "id": "tp_5232" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 654021, + "label": "P", + "classification": { + "B": 3.0673550099891145e-07, + "S": 2.701443406749604e-07, + "I": 0.00010693008516682312, + "C": 1.7970907038034056e-06, + "R": 1.4699038786147867e-07, + "M": 8.214309673348907e-06, + "O": 2.5495082809356973e-06, + "W": 2.398391245606035e-07, + "N": 5.573515409196261e-06, + "Y": 3.8595739169977605e-05, + "U": 6.437955590854472e-08, + "K": 7.021821488706337e-07, + "L": 1.6514000833467435e-07, + "G": 2.3113039787858725e-05, + "F": 0.0027855332009494305, + "E": 0.00022780099243391305, + "T": 3.0173476261552423e-05, + "P": 0.7182453870773315, + "-": 0.2785223722457886 + }, + "id": "tp_5233" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 654154, + "label": "-", + "classification": { + "B": 3.738148279808229e-07, + "S": 1.2156898776538583e-07, + "I": 2.1224041120149195e-05, + "C": 1.727669223328121e-05, + "R": 1.5266291484294925e-06, + "M": 0.00018162951164413244, + "O": 6.532993211294524e-06, + "W": 1.0135262584753946e-07, + "N": 3.376034385382809e-07, + "Y": 0.0010730504291132092, + "U": 5.983712725310397e-08, + "K": 3.336568852319033e-07, + "L": 2.3203399450721918e-06, + "G": 0.00037943338975310326, + "F": 0.004484422970563173, + "E": 6.811691127950326e-05, + "T": 0.00038181786658242345, + "P": 0.022753143683075905, + "-": 0.9706281423568726 + }, + "id": "tp_5234" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 654254, + "label": "-", + "classification": { + "B": 2.983628110087011e-05, + "S": 1.2370551303320099e-05, + "I": 0.0004651487688533962, + "C": 0.0001486601831857115, + "R": 2.5680728867882863e-05, + "M": 0.0005765474052168429, + "O": 0.00013018462050240487, + "W": 5.424038135970477e-06, + "N": 1.4853753782517742e-05, + "Y": 0.002102777361869812, + "U": 1.0060309705295367e-06, + "K": 1.8439354789734352e-06, + "L": 5.394965410232544e-05, + "G": 0.0013950749998912215, + "F": 0.015635831281542778, + "E": 0.0004643199499696493, + "T": 0.0006470326334238052, + "P": 0.09814231842756271, + "-": 0.8801469802856445 + }, + "id": "tp_5235" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 654388, + "label": "-", + "classification": { + "B": 8.690070535521954e-05, + "S": 8.401625564147253e-06, + "I": 1.1299780453555286e-05, + "C": 1.1907037333003245e-05, + "R": 1.5864319493630319e-06, + "M": 0.0002508675097487867, + "O": 7.299747812794521e-05, + "W": 1.6389680013162433e-06, + "N": 4.789131367033406e-07, + "Y": 0.0002666042710188776, + "U": 3.818561467028303e-08, + "K": 1.6816949255371583e-07, + "L": 3.5721332096727565e-05, + "G": 0.0011416831985116005, + "F": 0.046578697860240936, + "E": 0.00011698397429427132, + "T": 0.0002193604304920882, + "P": 0.020502908155322075, + "-": 0.9306917786598206 + }, + "id": "tp_5236" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 654521, + "label": "-", + "classification": { + "B": 7.999603440111969e-06, + "S": 5.3943669627187774e-05, + "I": 4.5943317672936246e-05, + "C": 0.006411746144294739, + "R": 0.0006346093723550439, + "M": 0.00921353604644537, + "O": 0.001141598797403276, + "W": 1.2479573342716321e-05, + "N": 3.8064033560658572e-06, + "Y": 0.020931977778673172, + "U": 4.2320323245803593e-07, + "K": 6.205063073139172e-06, + "L": 0.0016616715583950281, + "G": 0.06023022159934044, + "F": 0.14771482348442078, + "E": 0.00037443259498104453, + "T": 0.009079685434699059, + "P": 0.0022296684328466654, + "-": 0.7402451634407043 + }, + "id": "tp_5237" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 654655, + "label": "-", + "classification": { + "B": 4.041723514092155e-05, + "S": 3.45465014106594e-05, + "I": 0.00010900100460276008, + "C": 8.369400893570855e-05, + "R": 2.2322157747112215e-05, + "M": 0.00026570644695311785, + "O": 0.0002082648134091869, + "W": 1.5631632777513005e-05, + "N": 1.614751818124205e-05, + "Y": 0.001846944447606802, + "U": 2.2004467155056773e-06, + "K": 1.659846748225391e-05, + "L": 3.957948138122447e-05, + "G": 0.0010325554758310318, + "F": 0.025858541950583458, + "E": 0.00028380006551742554, + "T": 0.0014631636440753937, + "P": 0.04719310626387596, + "-": 0.9214677810668945 + }, + "id": "tp_5238" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 654755, + "label": "-", + "classification": { + "B": 1.2328725915722316e-06, + "S": 1.4637903404945973e-06, + "I": 9.044213948072866e-05, + "C": 9.396103268954903e-05, + "R": 8.246878678619396e-06, + "M": 0.0006838076515123248, + "O": 2.5767085389816202e-05, + "W": 4.994517439627089e-07, + "N": 1.579288095854281e-06, + "Y": 0.0024154779966920614, + "U": 1.845271810907434e-07, + "K": 3.5141826515427965e-07, + "L": 1.5945604900480248e-05, + "G": 0.0005590703804045916, + "F": 0.01020407397300005, + "E": 0.00029522579279728234, + "T": 0.0007688234327360988, + "P": 0.030773473903536797, + "-": 0.954060435295105 + }, + "id": "tp_5239" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 654888, + "label": "-", + "classification": { + "B": 4.124909480651695e-08, + "S": 3.6213818610519866e-09, + "I": 2.733075064043078e-07, + "C": 1.4758541055925889e-08, + "R": 2.7304150052032128e-09, + "M": 7.089209702826338e-06, + "O": 6.114822213021398e-07, + "W": 1.8174024507544573e-09, + "N": 1.3015866162646716e-09, + "Y": 1.9455163055681624e-05, + "U": 6.637410759902096e-11, + "K": 5.7405531717069636e-11, + "L": 9.770763398364579e-08, + "G": 1.1693136912072077e-05, + "F": 0.00041102711111307144, + "E": 6.534059480145515e-07, + "T": 2.2566317056771368e-05, + "P": 0.008718734607100487, + "-": 0.990807831287384 + }, + "id": "tp_5240" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 655022, + "label": "-", + "classification": { + "B": 5.652414643009251e-07, + "S": 5.902184625483642e-07, + "I": 2.9835520763299428e-05, + "C": 7.286227173608495e-06, + "R": 4.4613335603571613e-07, + "M": 9.688304271548986e-05, + "O": 8.095819794107229e-06, + "W": 1.3240024543392792e-07, + "N": 1.0398038057246595e-06, + "Y": 0.0003392088401596993, + "U": 3.776430190782776e-08, + "K": 2.0915924778819317e-06, + "L": 1.361682052447577e-06, + "G": 0.0003512165858410299, + "F": 0.01065041497349739, + "E": 0.00018689627177082002, + "T": 0.00027101312298327684, + "P": 0.030624572187662125, + "-": 0.9574283361434937 + }, + "id": "tp_5241" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 655155, + "label": "-", + "classification": { + "B": 9.378011600347236e-05, + "S": 1.1125671335321385e-05, + "I": 7.830621143511962e-06, + "C": 1.716369661153294e-05, + "R": 8.501177035213914e-06, + "M": 0.0005006581777706742, + "O": 0.0001201519844471477, + "W": 2.3960565158631653e-06, + "N": 4.4654541397903813e-07, + "Y": 0.001544796978123486, + "U": 7.280982572410721e-08, + "K": 2.514998982405814e-07, + "L": 6.125904474174604e-05, + "G": 0.0017965080915018916, + "F": 0.01075318455696106, + "E": 4.586708018905483e-05, + "T": 0.0012683119857683778, + "P": 0.005893852561712265, + "-": 0.9778737425804138 + }, + "id": "tp_5242" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 655255, + "label": "-", + "classification": { + "B": 7.160460882005282e-07, + "S": 5.506901175067469e-07, + "I": 3.471720219749841e-06, + "C": 8.321010795953043e-07, + "R": 1.2895499423848378e-07, + "M": 6.435899558709934e-05, + "O": 2.086740278173238e-05, + "W": 1.5030067856969254e-07, + "N": 1.0897483804228614e-07, + "Y": 6.85985796735622e-05, + "U": 1.112594283370072e-08, + "K": 2.37395192392853e-09, + "L": 3.9598521652806085e-06, + "G": 4.27638333349023e-05, + "F": 0.0008248311933130026, + "E": 6.850296358607011e-06, + "T": 0.00016191798204090446, + "P": 0.01773237995803356, + "-": 0.9810675382614136 + }, + "id": "tp_5243" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 655389, + "label": "-", + "classification": { + "B": 1.675811063250876e-07, + "S": 1.2908949997836316e-07, + "I": 2.0904733901261352e-05, + "C": 5.427207725006156e-06, + "R": 1.5585391111017088e-06, + "M": 0.00018814475333783776, + "O": 1.2956372302141972e-05, + "W": 4.767651162751463e-08, + "N": 1.0627365298887526e-07, + "Y": 0.0024206407833844423, + "U": 4.65010563388546e-09, + "K": 2.0047403737066816e-09, + "L": 3.3939384138648165e-06, + "G": 0.00032468189601786435, + "F": 0.0007299092831090093, + "E": 7.777439350320492e-06, + "T": 0.0010386233916506171, + "P": 0.00432994868606329, + "-": 0.9909154772758484 + }, + "id": "tp_5244" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 655522, + "label": "-", + "classification": { + "B": 1.1834878932859283e-05, + "S": 4.338831058703363e-05, + "I": 6.649864371865988e-05, + "C": 0.0009707979043014348, + "R": 0.00035625844611786306, + "M": 0.004538010340183973, + "O": 0.0015944857150316238, + "W": 3.067021316383034e-05, + "N": 3.1345223305834224e-06, + "Y": 0.01751180738210678, + "U": 1.5423768218170153e-06, + "K": 1.1717680763467797e-06, + "L": 0.0026976666413247585, + "G": 0.018751000985503197, + "F": 0.060105495154857635, + "E": 5.300399425323121e-05, + "T": 0.009341474622488022, + "P": 0.003228364046663046, + "-": 0.8806934952735901 + }, + "id": "tp_5245" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 655656, + "label": "-", + "classification": { + "B": 4.824049710805411e-07, + "S": 3.142160096558655e-07, + "I": 2.5246979930670932e-05, + "C": 3.6215536965755746e-05, + "R": 4.282314876036253e-06, + "M": 2.757995571300853e-05, + "O": 1.0984083928633481e-05, + "W": 4.321628352954576e-07, + "N": 1.0844469215953723e-06, + "Y": 0.0007391803083010018, + "U": 2.3401223359087453e-07, + "K": 7.886615094321314e-07, + "L": 1.840267941588536e-06, + "G": 0.00017253427358809859, + "F": 0.006119003519415855, + "E": 3.5438129998510703e-05, + "T": 0.00028229542658664286, + "P": 0.03539946302771568, + "-": 0.9571426510810852 + }, + "id": "tp_5246" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 655756, + "label": "-", + "classification": { + "B": 5.1073916438326705e-06, + "S": 3.211111163636815e-07, + "I": 3.7165198591537774e-05, + "C": 2.566218881838722e-06, + "R": 1.7909995619902475e-07, + "M": 7.41433905204758e-05, + "O": 4.861058187088929e-06, + "W": 9.59809227651931e-08, + "N": 1.334444618805719e-06, + "Y": 0.0004973590257577598, + "U": 4.8182492662363074e-08, + "K": 1.1937361250602407e-06, + "L": 7.620103588124039e-07, + "G": 0.0004825442156288773, + "F": 0.0018204081570729613, + "E": 0.0008864451083354652, + "T": 0.0002725750964600593, + "P": 0.0873381495475769, + "-": 0.908574640750885 + }, + "id": "tp_5247" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 655889, + "label": "-", + "classification": { + "B": 5.413900453277165e-06, + "S": 3.446606933721341e-05, + "I": 0.0004348826769273728, + "C": 0.0003284081758465618, + "R": 0.00012929861259181052, + "M": 0.0016042257193475962, + "O": 0.0004351728712208569, + "W": 2.2114099920145236e-05, + "N": 3.160938649671152e-05, + "Y": 0.009661056101322174, + "U": 3.1831352771405363e-06, + "K": 2.235992724308744e-05, + "L": 6.69892251607962e-05, + "G": 0.0014251545071601868, + "F": 0.012578491121530533, + "E": 0.0003752943594008684, + "T": 0.006373052950948477, + "P": 0.016822751611471176, + "-": 0.9496460556983948 + }, + "id": "tp_5248" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 656023, + "label": "-", + "classification": { + "B": 2.2300482669379562e-05, + "S": 1.3393892004387453e-05, + "I": 8.873247861629352e-05, + "C": 0.0001634784712223336, + "R": 4.019906191388145e-05, + "M": 0.0022474455181509256, + "O": 0.00021381559781730175, + "W": 5.779802449978888e-06, + "N": 3.843901140498929e-06, + "Y": 0.005033460911363363, + "U": 8.620767175671062e-07, + "K": 1.3620243635159568e-06, + "L": 8.285871444968507e-05, + "G": 0.001465531182475388, + "F": 0.006040495820343494, + "E": 0.00012242220691405237, + "T": 0.004301827866584063, + "P": 0.011465148068964481, + "-": 0.9686870574951172 + }, + "id": "tp_5249" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 656156, + "label": "-", + "classification": { + "B": 3.043746437469963e-05, + "S": 5.123507071402855e-05, + "I": 0.00025962304789572954, + "C": 0.003696438856422901, + "R": 0.0012332429178059101, + "M": 0.005448185373097658, + "O": 0.0014404170215129852, + "W": 6.449107604566962e-05, + "N": 2.3320217223954387e-05, + "Y": 0.02107168920338154, + "U": 9.832470823312178e-06, + "K": 1.4435909179155715e-05, + "L": 0.0009758119122125208, + "G": 0.010105805471539497, + "F": 0.04293098673224449, + "E": 0.00043213911703787744, + "T": 0.009418814443051815, + "P": 0.013918056152760983, + "-": 0.8888750672340393 + }, + "id": "tp_5250" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 656256, + "label": "-", + "classification": { + "B": 1.222379614773672e-05, + "S": 1.6956054196270998e-06, + "I": 4.164342954027234e-06, + "C": 1.7055015177902533e-06, + "R": 1.9193554123830836e-07, + "M": 0.00011272935807937756, + "O": 1.5048767636471894e-05, + "W": 2.456410470585979e-07, + "N": 9.077069051954822e-08, + "Y": 0.0002002392429858446, + "U": 5.4317745856735655e-09, + "K": 4.0677864632243654e-08, + "L": 5.419447461463278e-06, + "G": 0.0005220322636887431, + "F": 0.013654778711497784, + "E": 4.471947977435775e-05, + "T": 0.00013850483810529113, + "P": 0.0152075020596385, + "-": 0.9700785875320435 + }, + "id": "tp_5251" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 656390, + "label": "-", + "classification": { + "B": 1.9200206224923022e-07, + "S": 1.3888734429201577e-07, + "I": 5.235540811554529e-06, + "C": 2.657376967363234e-07, + "R": 1.596258059066713e-08, + "M": 2.446386861265637e-05, + "O": 3.454483703535516e-06, + "W": 2.4957092392696723e-08, + "N": 1.6777602240836131e-07, + "Y": 2.3026652343105525e-05, + "U": 1.76458514467015e-09, + "K": 2.3992201558797888e-09, + "L": 1.428409319714774e-07, + "G": 1.2473384231270757e-05, + "F": 0.00021591296535916626, + "E": 2.2061378331272863e-05, + "T": 7.555464253528044e-05, + "P": 0.10664962232112885, + "-": 0.8929672241210938 + }, + "id": "tp_5252" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 656523, + "label": "-", + "classification": { + "B": 0.00023725294158793986, + "S": 0.0001092097008950077, + "I": 0.004763258155435324, + "C": 0.0025388565845787525, + "R": 0.0005430848686955869, + "M": 0.005507258232682943, + "O": 0.0013494185404852033, + "W": 0.00015688088024035096, + "N": 0.00048111146315932274, + "Y": 0.015490097925066948, + "U": 0.00018863716104533523, + "K": 0.00019170736777596176, + "L": 0.0005751865683123469, + "G": 0.010440349578857422, + "F": 0.015214533545076847, + "E": 0.0036170906387269497, + "T": 0.0166325606405735, + "P": 0.1601077765226364, + "-": 0.7618557214736938 + }, + "id": "tp_5253" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 656657, + "label": "P", + "classification": { + "B": 3.57066005562956e-06, + "S": 5.105435775476508e-06, + "I": 0.004098623991012573, + "C": 0.00010468828259035945, + "R": 2.4837230739649385e-05, + "M": 6.93194306222722e-05, + "O": 3.766719237319194e-05, + "W": 6.330036285362439e-06, + "N": 0.0004165864665992558, + "Y": 0.0009353430359624326, + "U": 7.984443982422817e-06, + "K": 0.00026192120276391506, + "L": 3.147582219753531e-06, + "G": 0.0003491124080028385, + "F": 0.0058537432923913, + "E": 0.00298164039850235, + "T": 0.00036858394742012024, + "P": 0.7198065519332886, + "-": 0.26466530561447144 + }, + "id": "tp_5254" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 656757, + "label": "P", + "classification": { + "B": 8.721398444322404e-06, + "S": 4.6772902351222e-07, + "I": 3.9261780329979956e-05, + "C": 1.493393597229442e-06, + "R": 8.42423446556495e-08, + "M": 1.562016041134484e-05, + "O": 8.319288099301048e-06, + "W": 2.44213310907071e-07, + "N": 2.522478780520032e-06, + "Y": 2.250225588795729e-05, + "U": 4.478721749023862e-08, + "K": 1.1798915267036136e-07, + "L": 6.395890750354738e-07, + "G": 5.991612852085382e-05, + "F": 0.0010274698724970222, + "E": 0.0004050298302900046, + "T": 2.4291002773679793e-05, + "P": 0.5712005496025085, + "-": 0.4271828234195709 + }, + "id": "tp_5255" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 656890, + "label": "P", + "classification": { + "B": 1.1553611400927366e-09, + "S": 2.9291444270107547e-10, + "I": 7.650883162568789e-06, + "C": 1.1893956042285936e-08, + "R": 8.52384551830454e-10, + "M": 6.818802944508207e-08, + "O": 4.186305346820518e-08, + "W": 3.136740311937558e-10, + "N": 1.221130077055932e-07, + "Y": 1.7838910935097374e-06, + "U": 1.3733546244676376e-10, + "K": 5.947289327679073e-10, + "L": 4.4620096506520213e-10, + "G": 4.5883416532888077e-07, + "F": 7.704979907430243e-06, + "E": 1.994411832129117e-06, + "T": 2.2203698790690396e-06, + "P": 0.8100137710571289, + "-": 0.18996424973011017 + }, + "id": "tp_5256" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 657024, + "label": "P", + "classification": { + "B": 4.84078599427562e-09, + "S": 2.494942918929155e-09, + "I": 5.862896432518028e-05, + "C": 2.824102551812757e-08, + "R": 1.0171021802563018e-09, + "M": 5.934931550655165e-07, + "O": 7.646938371408396e-08, + "W": 1.625113710268522e-09, + "N": 6.093709430388117e-07, + "Y": 6.448472049669363e-07, + "U": 2.897718176519959e-10, + "K": 3.2916588899034593e-10, + "L": 4.746441462089024e-09, + "G": 6.438898481064825e-07, + "F": 9.315606803284027e-06, + "E": 1.5873516531428322e-05, + "T": 1.8872128748625983e-06, + "P": 0.9545215964317322, + "-": 0.045390039682388306 + }, + "id": "tp_5257" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 657157, + "label": "P", + "classification": { + "B": 2.326272369179705e-10, + "S": 1.2023416984252577e-10, + "I": 5.132203568791738e-07, + "C": 1.8184710681712346e-10, + "R": 5.57362402758832e-12, + "M": 5.9175948585732385e-09, + "O": 3.4756775235678106e-09, + "W": 3.840452955650164e-11, + "N": 6.7586722884982464e-09, + "Y": 3.770432499550225e-08, + "U": 7.089423666173378e-12, + "K": 1.2323384500356749e-11, + "L": 4.0400426060127614e-11, + "G": 9.522533872541317e-09, + "F": 2.0288950963731622e-06, + "E": 5.081000153950299e-07, + "T": 3.0573889375773433e-07, + "P": 0.8822845220565796, + "-": 0.11771199852228165 + }, + "id": "tp_5258" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 657257, + "label": "P", + "classification": { + "B": 1.1020438728248649e-10, + "S": 3.5578262558289e-11, + "I": 5.439699748421845e-07, + "C": 3.7467220992404293e-10, + "R": 8.482892339956027e-12, + "M": 5.4201403365539136e-09, + "O": 2.138075050339694e-09, + "W": 3.8973251709206735e-11, + "N": 1.4383221724756368e-08, + "Y": 5.934395730378128e-08, + "U": 2.3991406084000744e-11, + "K": 1.4186717356423628e-09, + "L": 1.124845008804165e-11, + "G": 1.2996612674953667e-08, + "F": 1.2717765457637142e-05, + "E": 3.361139079061104e-06, + "T": 2.820278837134538e-07, + "P": 0.8420666456222534, + "-": 0.1579163372516632 + }, + "id": "tp_5259" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 657391, + "label": "P", + "classification": { + "B": 1.4809889425926315e-11, + "S": 9.04051208894252e-11, + "I": 7.281235525624652e-07, + "C": 1.886417022589626e-09, + "R": 7.699674925421007e-11, + "M": 4.546067966515466e-09, + "O": 1.7160828313933507e-09, + "W": 1.0578606046696137e-10, + "N": 4.369895378886213e-08, + "Y": 1.8356585940182413e-07, + "U": 1.477146530093343e-11, + "K": 3.8266929180963416e-08, + "L": 1.8349293438857384e-12, + "G": 2.9513481436538314e-08, + "F": 0.000159269489813596, + "E": 3.371473212609999e-05, + "T": 6.149037545810643e-08, + "P": 0.9130496382713318, + "-": 0.08675629645586014 + }, + "id": "tp_5260" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 657524, + "label": "P", + "classification": { + "B": 3.1392254129514185e-08, + "S": 2.2032160540419454e-09, + "I": 4.396109579829499e-05, + "C": 2.146456878904246e-08, + "R": 1.2686753869672884e-09, + "M": 5.408812739915447e-07, + "O": 1.065906829467167e-07, + "W": 1.6603046715246705e-09, + "N": 2.2710671032655227e-07, + "Y": 1.8779891775011492e-07, + "U": 2.613943506091232e-10, + "K": 3.809107196328654e-11, + "L": 9.55643475464285e-09, + "G": 4.940397388963902e-07, + "F": 4.7082139644771814e-06, + "E": 7.819781785656232e-06, + "T": 1.0264435559292906e-06, + "P": 0.9532080292701721, + "-": 0.046732768416404724 + }, + "id": "tp_5261" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 657658, + "label": "P", + "classification": { + "B": 3.5240738327502186e-08, + "S": 1.4327410369219251e-08, + "I": 0.00018560615717433393, + "C": 1.6563733140628756e-07, + "R": 6.7050627272635666e-09, + "M": 1.3952378594694892e-06, + "O": 9.415543189561504e-08, + "W": 1.2282403538677045e-08, + "N": 5.780294031865196e-06, + "Y": 2.512063019821653e-06, + "U": 5.915256284794168e-09, + "K": 1.8800088241732738e-07, + "L": 4.157435284923849e-09, + "G": 1.4634034641858307e-06, + "F": 4.88568221044261e-05, + "E": 0.0005550876958295703, + "T": 2.4547746306780027e-06, + "P": 0.9675054550170898, + "-": 0.031690772622823715 + }, + "id": "tp_5262" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 657758, + "label": "P", + "classification": { + "B": 5.144663028922025e-10, + "S": 3.6413341786278863e-10, + "I": 2.277249950566329e-05, + "C": 1.028374363443163e-08, + "R": 3.158599493069403e-10, + "M": 4.827542454677314e-08, + "O": 1.406229888090138e-08, + "W": 5.261865942962629e-10, + "N": 5.674897920471267e-07, + "Y": 5.600631993729621e-07, + "U": 3.7170150291032655e-10, + "K": 7.456720396703531e-08, + "L": 1.054790629839708e-10, + "G": 2.405755310519453e-07, + "F": 2.445538302708883e-05, + "E": 4.065801476826891e-05, + "T": 6.385298547684215e-07, + "P": 0.930055558681488, + "-": 0.06985441595315933 + }, + "id": "tp_5263" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 657891, + "label": "P", + "classification": { + "B": 5.5840616852709246e-11, + "S": 1.2923905001738234e-11, + "I": 3.6699439078802243e-06, + "C": 3.6067305392295523e-11, + "R": 2.1608149297636103e-12, + "M": 2.3036068885762262e-10, + "O": 5.6359038963504915e-11, + "W": 1.3333689621169986e-12, + "N": 5.195840202532054e-08, + "Y": 4.93736551643309e-10, + "U": 8.632356982007927e-13, + "K": 4.86856128328883e-12, + "L": 1.9618983087416053e-12, + "G": 2.2300437052535926e-09, + "F": 4.223020155791346e-08, + "E": 8.760475225244591e-07, + "T": 3.139292159559659e-09, + "P": 0.999690055847168, + "-": 0.00030532831442542374 + }, + "id": "tp_5264" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 658025, + "label": "P", + "classification": { + "B": 7.848034147173166e-05, + "S": 2.331603354832623e-05, + "I": 0.0014388901181519032, + "C": 1.816951794353372e-06, + "R": 3.302112077108177e-07, + "M": 0.00015700417861808091, + "O": 3.225320688216016e-05, + "W": 4.058409558638232e-06, + "N": 0.00012891419464722276, + "Y": 3.2634019589750096e-05, + "U": 3.37307739073367e-07, + "K": 2.734464260356617e-06, + "L": 4.720330707641551e-06, + "G": 0.00014642300084233284, + "F": 0.001316373236477375, + "E": 0.005905173718929291, + "T": 7.382691546808928e-05, + "P": 0.9381660223007202, + "-": 0.05248667672276497 + }, + "id": "tp_5265" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 658158, + "label": "P", + "classification": { + "B": 8.789105443440803e-09, + "S": 3.708441553840203e-08, + "I": 8.346552931470796e-05, + "C": 6.085252124421459e-08, + "R": 1.1871692962017732e-08, + "M": 1.2182982800368336e-07, + "O": 6.915355754699704e-08, + "W": 9.400385359015218e-09, + "N": 9.03292493603658e-06, + "Y": 1.9568633433664218e-06, + "U": 6.7136700643288805e-09, + "K": 1.0497526545805158e-06, + "L": 8.079188984488894e-10, + "G": 8.40843028981908e-07, + "F": 7.200388790806755e-05, + "E": 0.00010104185639647767, + "T": 1.8901637304225005e-06, + "P": 0.9872627854347229, + "-": 0.012465598993003368 + }, + "id": "tp_5266" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 658258, + "label": "P", + "classification": { + "B": 2.5239307888114126e-07, + "S": 1.8088140052441304e-07, + "I": 0.008404362015426159, + "C": 4.246657226758543e-06, + "R": 3.046207268653234e-07, + "M": 2.891145186367794e-06, + "O": 3.8380079558919533e-07, + "W": 3.9158617681778196e-08, + "N": 0.00032540573738515377, + "Y": 5.521139883057913e-06, + "U": 2.3678305538510358e-08, + "K": 3.124676766219636e-07, + "L": 5.137064107429978e-08, + "G": 1.8893348169513047e-05, + "F": 2.339511593163479e-05, + "E": 0.004681146237999201, + "T": 5.587595751421759e-06, + "P": 0.984847366809845, + "-": 0.00167943281121552 + }, + "id": "tp_5267" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 658392, + "label": "P", + "classification": { + "B": 1.956398820723848e-09, + "S": 6.488317105812769e-10, + "I": 0.00020139497064519674, + "C": 8.035460723476717e-07, + "R": 3.285132521568812e-08, + "M": 4.3036982333433116e-07, + "O": 6.683619346858904e-08, + "W": 1.8939585455512997e-09, + "N": 3.2315406315319706e-06, + "Y": 3.380750786163844e-05, + "U": 5.385689672010585e-09, + "K": 4.725948201667052e-07, + "L": 1.3479217741974026e-09, + "G": 8.415369848080445e-06, + "F": 4.643007923732512e-05, + "E": 0.0003073440748266876, + "T": 5.062088348495308e-06, + "P": 0.8092733025550842, + "-": 0.190119206905365 + }, + "id": "tp_5268" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 658525, + "label": "P", + "classification": { + "B": 4.554120969224584e-12, + "S": 1.8075489022217894e-12, + "I": 1.0585379328631461e-07, + "C": 9.07458353252566e-13, + "R": 5.3205859585746945e-14, + "M": 1.9991005378861004e-11, + "O": 3.3910766555900196e-11, + "W": 4.0080487756846694e-13, + "N": 1.0866093580474967e-09, + "Y": 1.7506121552379739e-10, + "U": 2.3841378768126378e-14, + "K": 4.449674949249388e-13, + "L": 1.0579755252209874e-13, + "G": 1.1368290336877251e-10, + "F": 8.08267657248507e-08, + "E": 2.7288102444344986e-08, + "T": 9.397669309407775e-10, + "P": 0.9957497119903564, + "-": 0.004250116180628538 + }, + "id": "tp_5269" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 658625, + "label": "P", + "classification": { + "B": 1.7982535599481153e-11, + "S": 2.3656823722184583e-10, + "I": 1.2742010767397005e-05, + "C": 1.3480543348265428e-09, + "R": 1.7946703845250767e-10, + "M": 1.3475229820869572e-08, + "O": 3.3395162191141026e-09, + "W": 4.2855750198578235e-11, + "N": 2.204834714802928e-07, + "Y": 1.2290550444049586e-07, + "U": 9.726009927990553e-12, + "K": 1.8253966116432707e-09, + "L": 2.0123588559406436e-11, + "G": 5.795328661406529e-08, + "F": 1.3665893675351981e-05, + "E": 3.128087200821028e-06, + "T": 1.6107948397348082e-07, + "P": 0.9826457500457764, + "-": 0.017324088141322136 + }, + "id": "tp_5270" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 658759, + "label": "P", + "classification": { + "B": 3.3619185160205234e-06, + "S": 1.4084570238992455e-06, + "I": 0.00017892276810016483, + "C": 1.7174930917462916e-06, + "R": 3.39687773021069e-07, + "M": 3.4805583709385246e-05, + "O": 7.952929991006386e-06, + "W": 1.015231305245834e-06, + "N": 1.6137593775056303e-05, + "Y": 0.00027318773209117353, + "U": 2.511029038032575e-07, + "K": 3.902646767528495e-06, + "L": 3.9001744767119817e-07, + "G": 3.330836625536904e-05, + "F": 0.0005785670946352184, + "E": 0.00020706572104245424, + "T": 0.000275497674010694, + "P": 0.7073527574539185, + "-": 0.2910294830799103 + }, + "id": "tp_5271" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 658892, + "label": "P", + "classification": { + "B": 3.1341758077729764e-09, + "S": 2.5318185326028697e-09, + "I": 0.00010744350583991036, + "C": 3.856325037077113e-08, + "R": 2.0111936560596178e-09, + "M": 2.895970112604118e-07, + "O": 2.3018692729692702e-08, + "W": 6.245474137855922e-10, + "N": 7.550955274382432e-07, + "Y": 2.632726364026894e-06, + "U": 4.057176261618167e-10, + "K": 1.274842986731528e-08, + "L": 1.2297814988571076e-09, + "G": 1.8127451539839967e-06, + "F": 9.787331509869546e-05, + "E": 4.99916568514891e-05, + "T": 2.301292170159286e-06, + "P": 0.8739596009254456, + "-": 0.12577728927135468 + }, + "id": "tp_5272" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 659026, + "label": "P", + "classification": { + "B": 2.7147630810020473e-09, + "S": 4.94576213316833e-10, + "I": 9.699835936771706e-05, + "C": 1.801510052246158e-08, + "R": 1.5846161049992702e-09, + "M": 7.104335253416139e-08, + "O": 1.906515656457941e-08, + "W": 5.965772875704545e-10, + "N": 1.0442801112731104e-06, + "Y": 4.868145424552495e-07, + "U": 3.466291143006117e-10, + "K": 1.918520631249976e-08, + "L": 2.7476479425025957e-10, + "G": 2.162407071182315e-07, + "F": 1.241274549101945e-05, + "E": 1.9528566554072313e-05, + "T": 4.5160851414038916e-07, + "P": 0.9702085256576538, + "-": 0.029660332947969437 + }, + "id": "tp_5273" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 659126, + "label": "P", + "classification": { + "B": 5.784174277323473e-07, + "S": 2.904723430674494e-07, + "I": 0.0006204993114806712, + "C": 2.408790351182688e-06, + "R": 2.863087331661518e-07, + "M": 2.834267434081994e-06, + "O": 2.7501275781105505e-06, + "W": 4.2241998698955285e-07, + "N": 4.4369746319716796e-05, + "Y": 9.340126780443825e-06, + "U": 2.1033169161910337e-07, + "K": 2.140539663741947e-06, + "L": 1.6536100133635045e-07, + "G": 9.326819053967483e-06, + "F": 0.0003074276028200984, + "E": 0.0005895153153687716, + "T": 2.1952932002022862e-05, + "P": 0.8849918842315674, + "-": 0.11339368671178818 + }, + "id": "tp_5274" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 659259, + "label": "P", + "classification": { + "B": 3.3340220008576166e-16, + "S": 1.807456924608113e-15, + "I": 5.98841495502711e-07, + "C": 2.382713601076225e-12, + "R": 6.993350075602681e-15, + "M": 3.073842179054931e-12, + "O": 1.0008464055352023e-13, + "W": 6.969351620503717e-16, + "N": 3.0274671658503394e-09, + "Y": 1.1329158444706167e-10, + "U": 1.2569897998244484e-15, + "K": 2.3968863352430425e-11, + "L": 1.504792147279891e-16, + "G": 3.8790529816035146e-11, + "F": 4.138311737733602e-08, + "E": 1.4270193560150801e-06, + "T": 5.3425815854657444e-11, + "P": 0.9982563853263855, + "-": 0.0017414905596524477 + }, + "id": "tp_5275" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 659393, + "label": "P", + "classification": { + "B": 6.8679492648549e-11, + "S": 3.599358311401346e-10, + "I": 2.5180395368806785e-06, + "C": 6.441958078085008e-10, + "R": 3.1257916394134e-11, + "M": 3.6921454782401497e-09, + "O": 1.1243753705869608e-09, + "W": 9.217771684832954e-11, + "N": 1.4349839716487622e-07, + "Y": 4.2398148991651396e-08, + "U": 2.1537839220431287e-11, + "K": 6.235075566962678e-09, + "L": 4.958935605897663e-12, + "G": 9.922033861187174e-09, + "F": 1.2775153663824312e-05, + "E": 9.196808605338447e-06, + "T": 6.093851112609627e-08, + "P": 0.9899409413337708, + "-": 0.010034389793872833 + }, + "id": "tp_5276" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 659526, + "label": "P", + "classification": { + "B": 1.823789261834463e-07, + "S": 7.584088734802208e-08, + "I": 0.0006839057896286249, + "C": 2.858838854535861e-07, + "R": 8.091468828297366e-09, + "M": 1.9345209238963434e-06, + "O": 2.0973396885892726e-07, + "W": 3.401947523684612e-08, + "N": 2.817430504364893e-05, + "Y": 2.0984391539968783e-06, + "U": 2.9036081983235817e-08, + "K": 8.307473535751342e-07, + "L": 1.2244079528045404e-08, + "G": 2.9692328098462895e-06, + "F": 4.51322048320435e-05, + "E": 0.0022102459333837032, + "T": 4.0076597542793024e-06, + "P": 0.9787673950195312, + "-": 0.018252434208989143 + }, + "id": "tp_5277" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 659626, + "label": "P", + "classification": { + "B": 4.498514616368965e-10, + "S": 1.1513857645084613e-09, + "I": 9.942516044247895e-06, + "C": 1.5552598098267367e-09, + "R": 8.894466413389424e-11, + "M": 1.978677488523317e-08, + "O": 6.527724583094141e-09, + "W": 4.4796605314090243e-10, + "N": 1.0656736293412905e-07, + "Y": 1.3271657905988832e-07, + "U": 6.862055368372921e-11, + "K": 4.1630496272482276e-10, + "L": 1.253722958782788e-10, + "G": 1.9272055951091716e-08, + "F": 3.238215867895633e-06, + "E": 2.99313842333504e-06, + "T": 4.971499265593593e-07, + "P": 0.935660183429718, + "-": 0.06432289630174637 + }, + "id": "tp_5278" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 659760, + "label": "P", + "classification": { + "B": 1.1793381382574353e-08, + "S": 6.4290825996238254e-09, + "I": 9.157424938166514e-05, + "C": 1.1606584138235121e-07, + "R": 2.095723594663923e-08, + "M": 4.856875648329151e-07, + "O": 1.4234387890610378e-07, + "W": 1.0029723718218975e-08, + "N": 3.567098474377417e-06, + "Y": 1.182073901873082e-05, + "U": 7.194739914950787e-09, + "K": 9.746642035679542e-07, + "L": 2.9531657119719057e-09, + "G": 1.8779478523356374e-06, + "F": 0.0001754198456183076, + "E": 0.00012960775347892195, + "T": 7.620464202773292e-06, + "P": 0.8825241923332214, + "-": 0.11705262213945389 + }, + "id": "tp_5279" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 659893, + "label": "P", + "classification": { + "B": 7.609155971977088e-08, + "S": 2.1959023399631405e-07, + "I": 0.00018535679555498064, + "C": 1.208073513225827e-06, + "R": 2.9838165005457995e-07, + "M": 1.6671414186930633e-06, + "O": 2.0434758880583104e-06, + "W": 2.7809392122435383e-07, + "N": 1.804266867111437e-05, + "Y": 6.140345794847235e-05, + "U": 2.0079295381947304e-07, + "K": 1.8300550436833873e-05, + "L": 5.4291678708295876e-08, + "G": 1.560779674036894e-05, + "F": 0.0014917234657332301, + "E": 0.00019231605983804911, + "T": 4.464632729650475e-05, + "P": 0.8081769943237305, + "-": 0.1897895187139511 + }, + "id": "tp_5280" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 660027, + "label": "P", + "classification": { + "B": 1.1213937417542397e-10, + "S": 1.6000324676301858e-10, + "I": 5.036613583797589e-05, + "C": 1.9177195387243273e-09, + "R": 2.7814736625053627e-11, + "M": 4.4194772286232364e-09, + "O": 2.8782271010996396e-10, + "W": 1.3962352975183112e-11, + "N": 1.0111837127624312e-06, + "Y": 1.0222030333295606e-08, + "U": 3.021218258209002e-12, + "K": 1.3968121104213083e-09, + "L": 4.695152253098023e-12, + "G": 2.2390123533000406e-08, + "F": 1.750103820086224e-06, + "E": 8.43661546241492e-05, + "T": 4.9679753644227276e-09, + "P": 0.999373733997345, + "-": 0.0004887690884061158 + }, + "id": "tp_5281" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 660127, + "label": "P", + "classification": { + "B": 1.0334362532393726e-10, + "S": 9.149733054547582e-11, + "I": 3.6701521821669303e-06, + "C": 3.429404815680215e-10, + "R": 1.8137052623656835e-11, + "M": 1.7393125162357137e-08, + "O": 3.1051559101769044e-09, + "W": 2.916587110712854e-11, + "N": 5.9430753651668056e-08, + "Y": 7.04512217453157e-08, + "U": 4.357519119840836e-12, + "K": 1.0343419454272862e-09, + "L": 1.752804151822218e-11, + "G": 8.758386371710003e-08, + "F": 1.4776784155401401e-05, + "E": 9.617106115911156e-06, + "T": 8.022061592782848e-08, + "P": 0.9766230583190918, + "-": 0.023348430171608925 + }, + "id": "tp_5282" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 660260, + "label": "P", + "classification": { + "B": 2.5845614800346084e-05, + "S": 2.3269385565072298e-05, + "I": 0.0064869532361626625, + "C": 3.8893402233952656e-05, + "R": 6.2219119172368664e-06, + "M": 0.0001304978650296107, + "O": 3.693562393891625e-05, + "W": 6.04148999627796e-06, + "N": 0.0011174174724146724, + "Y": 0.00019811050151474774, + "U": 4.743277258967282e-06, + "K": 6.924413173692301e-05, + "L": 5.455138307297602e-06, + "G": 0.00016017502639442682, + "F": 0.0021908318158239126, + "E": 0.0032130545005202293, + "T": 0.0004284748574718833, + "P": 0.9021480083465576, + "-": 0.08370985835790634 + }, + "id": "tp_5283" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 660394, + "label": "P", + "classification": { + "B": 4.015836996273947e-09, + "S": 6.838048460799939e-10, + "I": 1.9370638256077655e-05, + "C": 5.915189227323481e-09, + "R": 1.7981520439303011e-10, + "M": 7.470261209618911e-08, + "O": 9.600255701514016e-09, + "W": 3.1690286506069754e-10, + "N": 5.342113809092552e-07, + "Y": 7.835713233816932e-08, + "U": 1.3703277401688752e-10, + "K": 1.4726287966837504e-09, + "L": 3.0048089016965207e-10, + "G": 1.1263225729862825e-07, + "F": 3.838527845800854e-06, + "E": 2.0794646843569353e-05, + "T": 5.613644589175237e-07, + "P": 0.9798498153686523, + "-": 0.020104695111513138 + }, + "id": "tp_5284" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 660527, + "label": "P", + "classification": { + "B": 3.7341824077330443e-10, + "S": 2.1361419577647922e-11, + "I": 2.261319059471134e-05, + "C": 2.8112109973221777e-08, + "R": 4.2975500935682476e-10, + "M": 9.530572775418023e-09, + "O": 1.4872721942893463e-09, + "W": 7.103930638185929e-11, + "N": 1.3258676290206495e-07, + "Y": 5.602623218692315e-07, + "U": 1.0642155212625681e-10, + "K": 1.9489994063093263e-09, + "L": 4.3612218003641345e-11, + "G": 1.518163372793424e-07, + "F": 2.9053901471343124e-06, + "E": 2.909545219154097e-05, + "T": 8.095673820207594e-08, + "P": 0.9685850143432617, + "-": 0.0313594788312912 + }, + "id": "tp_5285" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 660627, + "label": "P", + "classification": { + "B": 3.826638561577056e-09, + "S": 3.707492624016595e-08, + "I": 0.00027453890652395785, + "C": 1.572368368840671e-08, + "R": 3.1237952224927312e-09, + "M": 3.800527537123344e-08, + "O": 2.462910941858354e-08, + "W": 2.597449366703586e-09, + "N": 2.152332672267221e-05, + "Y": 1.0738303757307222e-07, + "U": 1.6555422588382385e-09, + "K": 3.3380498365431777e-08, + "L": 9.732226136094368e-10, + "G": 2.0806761824587738e-07, + "F": 1.3127868442097679e-05, + "E": 3.611938882386312e-05, + "T": 4.79459799862525e-07, + "P": 0.9980220794677734, + "-": 0.001631696941331029 + }, + "id": "tp_5286" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 660761, + "label": "P", + "classification": { + "B": 6.148819693407859e-07, + "S": 5.9694325500458945e-06, + "I": 0.0016959084896370769, + "C": 3.4760732887662016e-06, + "R": 9.952507298294222e-07, + "M": 9.500568012299482e-06, + "O": 8.666360372444615e-06, + "W": 1.8577214859760716e-06, + "N": 0.00013460402260534465, + "Y": 4.0555263694841415e-05, + "U": 2.524057549635472e-07, + "K": 5.332437012839364e-06, + "L": 5.511456038220786e-07, + "G": 1.8205402739113197e-05, + "F": 0.0013891292037442327, + "E": 0.00044778393930755556, + "T": 5.3685918828705326e-05, + "P": 0.8816989660263062, + "-": 0.11448382586240768 + }, + "id": "tp_5287" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 660894, + "label": "P", + "classification": { + "B": 2.537790810830387e-10, + "S": 4.245486739939963e-10, + "I": 3.286650462541729e-05, + "C": 2.02904693047401e-09, + "R": 7.254186140670527e-11, + "M": 3.152280214635539e-08, + "O": 1.1532046428897047e-09, + "W": 2.2151221135136012e-10, + "N": 1.052824018188403e-06, + "Y": 5.245812317866694e-08, + "U": 4.397889344365247e-11, + "K": 1.9807110618330626e-08, + "L": 1.653457579187112e-11, + "G": 1.9030009568155037e-08, + "F": 7.3957221502496395e-06, + "E": 0.00012377633538562804, + "T": 4.252436269780446e-08, + "P": 0.9976202845573425, + "-": 0.002214572159573436 + }, + "id": "tp_5288" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 661028, + "label": "P", + "classification": { + "B": 5.329910774884428e-13, + "S": 3.2376846429565953e-13, + "I": 3.6383166843734216e-06, + "C": 2.5727165623573578e-12, + "R": 4.368461294741374e-14, + "M": 1.9115763139065933e-10, + "O": 8.912230328728121e-12, + "W": 2.8560138330907883e-14, + "N": 1.3939359888581748e-08, + "Y": 1.1680417744130978e-10, + "U": 2.122336255848921e-14, + "K": 8.433962621172408e-14, + "L": 6.447799108869057e-14, + "G": 1.537207999779966e-10, + "F": 3.390153713311861e-09, + "E": 3.34653464051371e-07, + "T": 3.3665374932212444e-09, + "P": 0.9994348883628845, + "-": 0.0005611249944195151 + }, + "id": "tp_5289" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 661128, + "label": "P", + "classification": { + "B": 1.0462803719116578e-13, + "S": 6.853218513513948e-12, + "I": 2.5898596049955813e-06, + "C": 3.7420500725859895e-11, + "R": 2.968073486639411e-12, + "M": 3.8842349475709526e-11, + "O": 4.452533133858516e-11, + "W": 1.7926072952423322e-12, + "N": 2.8763443182810988e-08, + "Y": 7.910599952865027e-10, + "U": 2.1711317910611677e-13, + "K": 1.4386282443101805e-10, + "L": 7.195170837175774e-14, + "G": 3.614249177719131e-10, + "F": 7.944814797156141e-07, + "E": 1.3704368484468432e-07, + "T": 2.837155621548959e-09, + "P": 0.9927460551261902, + "-": 0.007250399328768253 + }, + "id": "tp_5290" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 661261, + "label": "P", + "classification": { + "B": 2.3677133142996354e-08, + "S": 1.484834211140651e-08, + "I": 0.0005301740020513535, + "C": 7.255757168422861e-07, + "R": 1.2539962312985153e-07, + "M": 5.537045240089356e-07, + "O": 1.1394118359930872e-07, + "W": 5.678524317431766e-09, + "N": 1.1501480912556872e-05, + "Y": 1.2828895705752075e-05, + "U": 5.7988343016290855e-09, + "K": 1.4405658532723464e-07, + "L": 6.450758149867397e-09, + "G": 9.667987797001842e-06, + "F": 8.508483006153256e-05, + "E": 0.0002598357095848769, + "T": 1.5463559748241096e-06, + "P": 0.9768179655075073, + "-": 0.022269705310463905 + }, + "id": "tp_5291" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 661395, + "label": "P", + "classification": { + "B": 4.3372808122832396e-10, + "S": 3.3003546562326846e-09, + "I": 0.0008799117058515549, + "C": 2.9083574659694023e-08, + "R": 2.514846553225425e-09, + "M": 6.961407450489787e-08, + "O": 2.016328615184193e-08, + "W": 1.9146362273403383e-09, + "N": 2.7022728318115696e-05, + "Y": 1.6322406963809044e-06, + "U": 6.021005360956622e-10, + "K": 1.1906430472663487e-06, + "L": 1.0685065332527444e-10, + "G": 2.4801585141176474e-07, + "F": 1.3877142919227481e-05, + "E": 0.00025477897725068033, + "T": 5.959250870546384e-07, + "P": 0.9920267462730408, + "-": 0.006793730426579714 + }, + "id": "tp_5292" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 661528, + "label": "P", + "classification": { + "B": 4.471701231523184e-08, + "S": 4.375675377588095e-09, + "I": 1.8551681932876818e-05, + "C": 2.6053789681235173e-10, + "R": 2.2344903705118213e-11, + "M": 7.048672756582164e-08, + "O": 1.4558915850670928e-08, + "W": 4.2080597340010684e-10, + "N": 3.6829459304499323e-07, + "Y": 4.504699724350303e-09, + "U": 4.876609532855625e-12, + "K": 1.3519615114920835e-11, + "L": 4.2153378010389986e-10, + "G": 3.772890266873219e-08, + "F": 7.467348837053578e-07, + "E": 2.338068952667527e-05, + "T": 2.6468546465707732e-08, + "P": 0.9974881410598755, + "-": 0.0024685498792678118 + }, + "id": "tp_5293" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 661628, + "label": "P", + "classification": { + "B": 5.089279397907376e-07, + "S": 8.460190656478517e-06, + "I": 0.0029024940449744463, + "C": 7.011854563643283e-07, + "R": 3.1723789106763434e-07, + "M": 4.8106658141477965e-06, + "O": 7.09899859430152e-06, + "W": 9.914351721818093e-07, + "N": 0.0004829269018955529, + "Y": 1.3074427442916203e-05, + "U": 3.2930426385746614e-08, + "K": 7.419422217935789e-06, + "L": 6.605650781921213e-08, + "G": 1.1031726899091154e-05, + "F": 0.0004008846590295434, + "E": 0.0004796041757799685, + "T": 2.0117004169151187e-05, + "P": 0.9764453768730164, + "-": 0.019214004278182983 + }, + "id": "tp_5294" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 661762, + "label": "P", + "classification": { + "B": 2.1461096011421432e-08, + "S": 4.402880005027754e-10, + "I": 0.009256645105779171, + "C": 3.02955101005864e-07, + "R": 7.244588040578037e-09, + "M": 6.701318966406689e-07, + "O": 8.655304029048239e-09, + "W": 1.8936983925410544e-10, + "N": 1.004765090328874e-05, + "Y": 6.868737273180159e-06, + "U": 1.0429769548014889e-10, + "K": 1.7002287078238254e-10, + "L": 1.5643661921416196e-09, + "G": 2.1023774934292305e-06, + "F": 6.579115847671346e-07, + "E": 0.00034272996708750725, + "T": 3.230109541618731e-06, + "P": 0.9866116046905518, + "-": 0.00376502494327724 + }, + "id": "tp_5295" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 661895, + "label": "P", + "classification": { + "B": 1.6266893609895305e-08, + "S": 4.6115580687455804e-08, + "I": 0.0023637188132852316, + "C": 1.0601850135572022e-06, + "R": 1.705520986661213e-07, + "M": 4.632570835383376e-06, + "O": 1.1978029306192184e-06, + "W": 5.780682243994306e-08, + "N": 6.512105755973607e-05, + "Y": 6.449638749472797e-05, + "U": 1.796937354470174e-08, + "K": 2.5761721644812496e-06, + "L": 1.8264747936314052e-08, + "G": 2.002535438805353e-05, + "F": 0.00010336318518966436, + "E": 0.000680109893437475, + "T": 2.6953357519232668e-05, + "P": 0.9247902631759644, + "-": 0.07187613099813461 + }, + "id": "tp_5296" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 662029, + "label": "P", + "classification": { + "B": 1.4683818108096602e-06, + "S": 1.0415856621648345e-07, + "I": 0.0022777647245675325, + "C": 3.7763509226351744e-06, + "R": 4.387590308851941e-07, + "M": 1.0392619515187107e-05, + "O": 3.2028788155002985e-06, + "W": 1.3099081286327419e-07, + "N": 6.881202716613188e-05, + "Y": 2.2097123292041942e-05, + "U": 2.2109601616193686e-07, + "K": 1.9347244517575746e-07, + "L": 4.587332398386934e-07, + "G": 3.312091575935483e-05, + "F": 2.8242848202353343e-05, + "E": 0.0009324719430878758, + "T": 7.266154716489837e-05, + "P": 0.9601997137069702, + "-": 0.03634482994675636 + }, + "id": "tp_5297" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 662129, + "label": "P", + "classification": { + "B": 1.4425752851821017e-05, + "S": 8.416714081249665e-06, + "I": 0.0030078685376793146, + "C": 0.00010340160952182487, + "R": 9.612574103812221e-06, + "M": 0.00032464650576002896, + "O": 6.456702249124646e-05, + "W": 5.964770934951957e-06, + "N": 0.00028111704159528017, + "Y": 0.0012095174752175808, + "U": 4.404139872349333e-06, + "K": 3.1180312362266704e-05, + "L": 7.15489932190394e-06, + "G": 0.00047273188829421997, + "F": 0.0015183963114395738, + "E": 0.005709674209356308, + "T": 0.000604434113483876, + "P": 0.7320178151130676, + "-": 0.254604697227478 + }, + "id": "tp_5298" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 662262, + "label": "P", + "classification": { + "B": 1.9525777750304535e-13, + "S": 2.185824085751062e-13, + "I": 8.258094794655335e-07, + "C": 2.839946333654808e-11, + "R": 5.960301154538106e-13, + "M": 7.999280404735742e-11, + "O": 1.3348035350635445e-11, + "W": 8.513698237068781e-14, + "N": 1.3917126340246e-09, + "Y": 1.1496783969278113e-08, + "U": 1.2494517952817835e-13, + "K": 5.833190918139164e-13, + "L": 2.1459764033057022e-13, + "G": 5.968751604079614e-10, + "F": 1.2781760005964315e-07, + "E": 5.3291145718503685e-08, + "T": 1.5464241442941784e-08, + "P": 0.971270740032196, + "-": 0.028728332370519638 + }, + "id": "tp_5299" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 662396, + "label": "P", + "classification": { + "B": 5.36535793571602e-09, + "S": 1.230740287461174e-09, + "I": 2.154392313968856e-05, + "C": 2.612230964871287e-08, + "R": 6.521941875448078e-10, + "M": 1.0919041670831575e-07, + "O": 3.811423354704857e-08, + "W": 4.349740012621339e-10, + "N": 9.58644704951439e-07, + "Y": 2.519404915801715e-07, + "U": 3.0058594502335723e-10, + "K": 3.298623596492689e-09, + "L": 1.1150965706363536e-09, + "G": 9.461749073125247e-07, + "F": 2.0227604181854986e-05, + "E": 7.518420170526952e-05, + "T": 5.354731342777086e-07, + "P": 0.9732845425605774, + "-": 0.026595724746584892 + }, + "id": "tp_5300" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 662529, + "label": "P", + "classification": { + "B": 6.025641141604865e-08, + "S": 2.2320849168977475e-08, + "I": 0.00034605880500748754, + "C": 1.1413679885663441e-06, + "R": 6.672436114740776e-08, + "M": 3.6053324947715737e-06, + "O": 4.243728426445159e-07, + "W": 3.1804841427174324e-08, + "N": 9.666679943620693e-06, + "Y": 1.1637956959020812e-05, + "U": 3.326716679907804e-08, + "K": 1.9568167886063748e-07, + "L": 2.3330825271727917e-08, + "G": 4.229508704156615e-06, + "F": 8.212721877498552e-05, + "E": 0.00031102445791475475, + "T": 2.0878933355561458e-05, + "P": 0.9181328415870667, + "-": 0.08107580244541168 + }, + "id": "tp_5301" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 662629, + "label": "P", + "classification": { + "B": 1.1195967175581245e-07, + "S": 1.7962832998819067e-08, + "I": 0.0004160754906479269, + "C": 1.2797254385077395e-06, + "R": 1.4820086846611957e-07, + "M": 8.702613740751985e-06, + "O": 8.897973771126999e-07, + "W": 2.0697463298802177e-08, + "N": 8.098935722955503e-06, + "Y": 2.7908557967748493e-05, + "U": 1.5877956727194942e-08, + "K": 7.325233042365653e-08, + "L": 6.185760526022932e-08, + "G": 2.058446807495784e-05, + "F": 6.377691897796467e-05, + "E": 9.590754780219868e-05, + "T": 4.568187796394341e-05, + "P": 0.9105015397071838, + "-": 0.08880922198295593 + }, + "id": "tp_5302" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 662763, + "label": "P", + "classification": { + "B": 1.5666570959364107e-13, + "S": 1.1344966595528598e-15, + "I": 9.609055950932088e-07, + "C": 3.035066230457073e-13, + "R": 1.417257009653553e-15, + "M": 3.145360361056504e-11, + "O": 4.059771995575806e-13, + "W": 4.66570840698731e-16, + "N": 8.436631948605111e-10, + "Y": 6.442175959353591e-11, + "U": 1.791531990515683e-16, + "K": 1.0210884770361656e-15, + "L": 1.0047174477481081e-15, + "G": 2.6981391079705652e-11, + "F": 4.71954801628538e-11, + "E": 8.097066483969684e-08, + "T": 2.6022700660988107e-10, + "P": 0.9997281432151794, + "-": 0.0002707660314626992 + }, + "id": "tp_5303" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 662896, + "label": "P", + "classification": { + "B": 8.213947744195593e-09, + "S": 6.454777268238843e-10, + "I": 5.852055983268656e-05, + "C": 1.3571756163344162e-08, + "R": 1.1947092204422916e-09, + "M": 2.114370403205612e-07, + "O": 4.27059347885006e-08, + "W": 9.190306848871899e-10, + "N": 3.405556299185264e-07, + "Y": 1.0825250456036883e-06, + "U": 2.3345619881709467e-10, + "K": 4.794148966702494e-10, + "L": 1.1849575765054965e-09, + "G": 3.7581853007395694e-07, + "F": 3.327791546325898e-06, + "E": 1.0633508281898685e-05, + "T": 1.0761226576505578e-06, + "P": 0.9437803030014038, + "-": 0.05614398792386055 + }, + "id": "tp_5304" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 663030, + "label": "P", + "classification": { + "B": 7.135099053812155e-07, + "S": 2.972599304484902e-07, + "I": 0.003920147195458412, + "C": 4.933019954478368e-05, + "R": 3.019833002326777e-06, + "M": 3.87946747650858e-05, + "O": 4.323277607909404e-06, + "W": 6.397349352482706e-07, + "N": 0.00017377134645357728, + "Y": 0.0004917294136248529, + "U": 1.079996081898571e-06, + "K": 8.186433115042746e-05, + "L": 4.7364935085170146e-07, + "G": 0.00017478085646871477, + "F": 0.0015542070614174008, + "E": 0.01144640613347292, + "T": 9.635824972065166e-05, + "P": 0.807517945766449, + "-": 0.17444416880607605 + }, + "id": "tp_5305" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 663130, + "label": "P", + "classification": { + "B": 2.5083628750477427e-12, + "S": 3.564704616015012e-14, + "I": 1.1673736821649072e-07, + "C": 1.8850743882525833e-11, + "R": 9.661487511717845e-14, + "M": 1.435830204732369e-10, + "O": 7.929071461909576e-12, + "W": 5.3832464066939575e-14, + "N": 3.113719004854687e-10, + "Y": 8.921639538250759e-10, + "U": 7.155882738576688e-14, + "K": 8.045145360449299e-14, + "L": 1.471089417816318e-13, + "G": 2.9583008265277044e-10, + "F": 2.0486764285010395e-08, + "E": 1.4422579397432855e-07, + "T": 5.871762631670663e-09, + "P": 0.9887462258338928, + "-": 0.011253456585109234 + }, + "id": "tp_5306" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 663263, + "label": "P", + "classification": { + "B": 1.137494097394956e-14, + "S": 6.064035585522445e-14, + "I": 9.77896161202807e-06, + "C": 1.8914056518909428e-12, + "R": 3.981057901413822e-14, + "M": 7.987224596994746e-12, + "O": 2.4394982561792844e-13, + "W": 6.840783348176184e-15, + "N": 1.8669437551466217e-08, + "Y": 2.160228246284035e-10, + "U": 1.9162475070128504e-15, + "K": 1.4516660443164575e-12, + "L": 9.424470794768794e-16, + "G": 2.4409391174984307e-11, + "F": 7.204755458900536e-09, + "E": 2.1159431184969435e-07, + "T": 1.87161605658126e-10, + "P": 0.9998942613601685, + "-": 9.566987864673138e-05 + }, + "id": "tp_5307" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 663397, + "label": "P", + "classification": { + "B": 1.3772648386339847e-12, + "S": 3.860518946619679e-13, + "I": 4.119364803045755e-06, + "C": 5.415979331679921e-10, + "R": 8.641901430572752e-12, + "M": 4.570310796481181e-09, + "O": 2.057490011697638e-10, + "W": 2.8826357533623392e-12, + "N": 4.179626422740057e-09, + "Y": 1.671181877327399e-07, + "U": 1.3897491013895036e-12, + "K": 1.8541159926832584e-11, + "L": 2.460570592763278e-12, + "G": 1.3596132220072832e-08, + "F": 1.2742456192427198e-06, + "E": 1.020798322315386e-06, + "T": 1.1301842306465915e-07, + "P": 0.7731655240058899, + "-": 0.22682777047157288 + }, + "id": "tp_5308" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 663530, + "label": "P", + "classification": { + "B": 1.760798402699812e-13, + "S": 5.666240046608984e-13, + "I": 2.6318900836486137e-07, + "C": 7.418178050999646e-12, + "R": 2.3622385514690536e-13, + "M": 1.0699311575601556e-10, + "O": 4.1223090913034e-11, + "W": 5.795081753877385e-13, + "N": 2.2014623457522475e-09, + "Y": 2.3228228229754677e-09, + "U": 7.423337796243559e-14, + "K": 8.282892427491362e-11, + "L": 3.16728726037184e-14, + "G": 2.5527657765422873e-10, + "F": 1.4734976048202952e-06, + "E": 2.1697579200008477e-07, + "T": 3.027186945558924e-09, + "P": 0.9527854323387146, + "-": 0.04721253737807274 + }, + "id": "tp_5309" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 663630, + "label": "P", + "classification": { + "B": 2.9550889735219243e-07, + "S": 4.3151642259431355e-09, + "I": 1.0873901373997796e-05, + "C": 1.3141626453716526e-08, + "R": 1.7230437077131455e-09, + "M": 5.613739517684735e-07, + "O": 1.4936436798507202e-07, + "W": 1.5722790847050305e-09, + "N": 2.451960767757555e-07, + "Y": 1.5326669426940498e-06, + "U": 1.5270584796667208e-10, + "K": 2.305048374395824e-10, + "L": 8.155386588271085e-09, + "G": 3.3139815514005022e-06, + "F": 1.549931403133087e-05, + "E": 3.9607166399946436e-05, + "T": 9.231091553374426e-07, + "P": 0.9443614482879639, + "-": 0.05556553602218628 + }, + "id": "tp_5310" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 663764, + "label": "P", + "classification": { + "B": 5.2610634071470486e-08, + "S": 1.0323113475152468e-09, + "I": 0.0001383536437060684, + "C": 2.3922718028757117e-08, + "R": 1.0045986265083684e-09, + "M": 1.352496923345825e-07, + "O": 6.9643384392747976e-09, + "W": 7.012974645448367e-10, + "N": 2.438541287119733e-06, + "Y": 7.764585348013497e-07, + "U": 2.277345423351562e-09, + "K": 3.515911828344542e-08, + "L": 7.771959742441936e-10, + "G": 5.247116519058181e-07, + "F": 5.421890818979591e-06, + "E": 0.00034447864163666964, + "T": 5.990406748423993e-07, + "P": 0.994379460811615, + "-": 0.005127528216689825 + }, + "id": "tp_5311" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 663897, + "label": "P", + "classification": { + "B": 1.372806366362056e-07, + "S": 6.883070824414972e-08, + "I": 0.00030839696410112083, + "C": 1.210295863529609e-06, + "R": 9.407450818343932e-08, + "M": 5.479693300003419e-06, + "O": 9.289257718592125e-07, + "W": 9.420334379228734e-08, + "N": 1.4787398868065793e-05, + "Y": 3.9129961805883795e-05, + "U": 6.836896204731602e-08, + "K": 3.7334243643272202e-06, + "L": 2.4666237052883844e-08, + "G": 1.2158819117757957e-05, + "F": 0.0005772955482825637, + "E": 0.0006447903579100966, + "T": 2.8634070986299776e-05, + "P": 0.7839181423187256, + "-": 0.21444480121135712 + }, + "id": "tp_5312" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 664031, + "label": "P", + "classification": { + "B": 4.099480861441407e-07, + "S": 6.563605126075345e-08, + "I": 2.6570716727292165e-05, + "C": 8.926664207820068e-08, + "R": 3.559282868437208e-09, + "M": 1.0620393595672795e-06, + "O": 4.01405230832097e-07, + "W": 2.9211332019940528e-08, + "N": 7.907896701908612e-07, + "Y": 8.188494575733785e-07, + "U": 2.736184168128375e-09, + "K": 6.03016925282418e-09, + "L": 4.048219182095636e-08, + "G": 2.127215793734649e-06, + "F": 0.0002064879226963967, + "E": 6.838070839876309e-05, + "T": 2.045075689238729e-06, + "P": 0.9212958812713623, + "-": 0.0783948078751564 + }, + "id": "tp_5313" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 664131, + "label": "P", + "classification": { + "B": 8.325947931098199e-09, + "S": 1.6079869658014445e-09, + "I": 7.890119377407245e-06, + "C": 3.1918510501327546e-08, + "R": 6.602350333118068e-10, + "M": 1.9291410069399717e-07, + "O": 7.044223337970834e-08, + "W": 1.3031216106185184e-09, + "N": 2.9395556566669256e-07, + "Y": 3.3261119369853986e-07, + "U": 6.237699801125984e-10, + "K": 6.470442404094001e-09, + "L": 1.490814138804808e-09, + "G": 4.1060093280975707e-07, + "F": 4.1319352021673694e-05, + "E": 1.4751047274330631e-05, + "T": 1.788350004972017e-06, + "P": 0.8864787817001343, + "-": 0.11345412582159042 + }, + "id": "tp_5314" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 664264, + "label": "-", + "classification": { + "B": 1.5846804771180167e-11, + "S": 7.614103791908633e-12, + "I": 4.61288237829649e-07, + "C": 3.5251312979767135e-09, + "R": 9.712104037662428e-11, + "M": 9.779558496347818e-08, + "O": 4.674914677593733e-09, + "W": 6.776172678524262e-11, + "N": 3.022972538957447e-09, + "Y": 1.3300028740559355e-06, + "U": 2.8542940580522647e-11, + "K": 1.7373292138245233e-08, + "L": 3.571929557688591e-11, + "G": 1.707525143501698e-07, + "F": 7.000179175520316e-05, + "E": 6.868944637972163e-06, + "T": 9.511131224826386e-07, + "P": 0.13993044197559357, + "-": 0.8599897027015686 + }, + "id": "tp_5315" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 664398, + "label": "-", + "classification": { + "B": 1.4657233293746685e-07, + "S": 6.87252494913082e-08, + "I": 0.00039462585118599236, + "C": 1.1246555686739157e-06, + "R": 7.253847229549137e-07, + "M": 8.183225872926414e-06, + "O": 2.3377906472887844e-06, + "W": 1.0292313845639e-07, + "N": 3.358901494721067e-06, + "Y": 0.0005323754157871008, + "U": 2.9338631080122468e-08, + "K": 1.1192228299705675e-07, + "L": 9.372008946684218e-08, + "G": 3.703468610183336e-05, + "F": 0.00015958715812303126, + "E": 5.389896978158504e-05, + "T": 0.00023664072796236724, + "P": 0.3510096073150635, + "-": 0.6475598812103271 + }, + "id": "tp_5316" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 664531, + "label": "P", + "classification": { + "B": 1.8725061181612546e-06, + "S": 3.003141273438814e-07, + "I": 0.0009612238500267267, + "C": 3.672778575491975e-06, + "R": 8.414528451794467e-07, + "M": 8.280918336822651e-06, + "O": 4.5690771912632044e-06, + "W": 3.4206595955765806e-07, + "N": 2.2377487766789272e-05, + "Y": 9.201547072734684e-05, + "U": 3.059669779759133e-07, + "K": 1.5486617144233605e-07, + "L": 6.289611746979062e-07, + "G": 3.145425580441952e-05, + "F": 0.00012083930050721392, + "E": 0.00012876445543952286, + "T": 8.740335761103779e-05, + "P": 0.869930624961853, + "-": 0.12860432267189026 + }, + "id": "tp_5317" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 664631, + "label": "P", + "classification": { + "B": 3.416744220885448e-08, + "S": 6.767463256451833e-10, + "I": 6.935502460692078e-05, + "C": 6.243648442705307e-08, + "R": 2.7175932615364218e-09, + "M": 3.593856092720671e-07, + "O": 5.638655053985531e-08, + "W": 9.355939356581189e-10, + "N": 6.464543957918067e-07, + "Y": 1.1455884987299214e-06, + "U": 9.298015135605908e-10, + "K": 3.5534055697894473e-09, + "L": 4.041262435805493e-09, + "G": 3.034805558854714e-06, + "F": 3.1058334570843726e-05, + "E": 5.3849475079914555e-05, + "T": 2.36754704019404e-06, + "P": 0.9253968000411987, + "-": 0.07444126904010773 + }, + "id": "tp_5318" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 664765, + "label": "P", + "classification": { + "B": 2.094085175485816e-06, + "S": 1.1352708497724961e-06, + "I": 0.0013118443312123418, + "C": 8.1501311797183e-06, + "R": 1.7725991483530379e-06, + "M": 1.9306940885144286e-05, + "O": 8.826295925246086e-06, + "W": 2.4391679289692547e-06, + "N": 6.048562136129476e-05, + "Y": 0.00016702925495337695, + "U": 2.6720740606833715e-06, + "K": 1.2389918083499651e-05, + "L": 1.1242885875617503e-06, + "G": 3.1593895982950926e-05, + "F": 0.0008613498648628592, + "E": 0.0008237340953201056, + "T": 0.00023775192676112056, + "P": 0.7406657338142395, + "-": 0.25578054785728455 + }, + "id": "tp_5319" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 664898, + "label": "P", + "classification": { + "B": 2.0434430536564463e-10, + "S": 3.042973650835279e-10, + "I": 5.83764813200105e-05, + "C": 2.6344399994826517e-09, + "R": 2.0743599893346953e-10, + "M": 6.296207999412218e-09, + "O": 2.4081101557271722e-09, + "W": 8.628371628294218e-11, + "N": 8.596578027209034e-07, + "Y": 9.994831629001055e-08, + "U": 1.3262717313278216e-10, + "K": 5.75832659333031e-10, + "L": 1.456491177664887e-10, + "G": 3.5397924591507035e-08, + "F": 2.1936143639322836e-06, + "E": 4.3839309000759386e-06, + "T": 2.5810723514041456e-07, + "P": 0.993476927280426, + "-": 0.006456963252276182 + }, + "id": "tp_5320" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 665032, + "label": "P", + "classification": { + "B": 3.07926939058234e-06, + "S": 3.0263763619586825e-06, + "I": 0.010968334041535854, + "C": 2.1243038190732477e-06, + "R": 1.4148511127132224e-06, + "M": 1.3235874575912021e-05, + "O": 5.1853789955202956e-06, + "W": 9.045251090356032e-07, + "N": 0.0004136637435294688, + "Y": 1.7185500837513246e-05, + "U": 1.2091658163626562e-07, + "K": 4.4569674173544627e-07, + "L": 4.603488434895553e-07, + "G": 1.0837974514288362e-05, + "F": 9.39242381718941e-05, + "E": 0.0003252688911743462, + "T": 3.6892164644086733e-05, + "P": 0.9763159155845642, + "-": 0.01178783643990755 + }, + "id": "tp_5321" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 665132, + "label": "P", + "classification": { + "B": 1.3612568103976708e-12, + "S": 7.409414336419229e-13, + "I": 3.439849251662963e-06, + "C": 1.4059800199084371e-11, + "R": 1.5937294886581022e-13, + "M": 3.7985598000389587e-10, + "O": 6.1486718494485615e-12, + "W": 8.971339974074913e-14, + "N": 1.4452109731166729e-08, + "Y": 1.0551585161167054e-09, + "U": 4.5116667834414065e-14, + "K": 4.6012265178529965e-12, + "L": 4.856467468840678e-14, + "G": 6.422004594774933e-10, + "F": 1.219871403890238e-08, + "E": 1.017381009660312e-06, + "T": 2.697100098814076e-09, + "P": 0.9989362359046936, + "-": 0.0010592613834887743 + }, + "id": "tp_5322" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 665265, + "label": "P", + "classification": { + "B": 1.3835618517532566e-07, + "S": 3.8063322449488624e-07, + "I": 0.0003329305036459118, + "C": 4.900430212728679e-07, + "R": 7.174689642397425e-08, + "M": 5.196549750507984e-07, + "O": 6.437392698899203e-07, + "W": 2.9307580007298384e-07, + "N": 4.5911383494967595e-05, + "Y": 1.0347794159315526e-05, + "U": 1.880382995977925e-07, + "K": 3.301853212178685e-05, + "L": 1.7485916714576888e-08, + "G": 3.1214676710078493e-06, + "F": 0.0006733910995535553, + "E": 0.0007457858882844448, + "T": 1.0445098268974107e-05, + "P": 0.953205943107605, + "-": 0.0449364110827446 + }, + "id": "tp_5323" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 665399, + "label": "P", + "classification": { + "B": 6.075592112742001e-11, + "S": 5.761288581623836e-12, + "I": 1.1468334832898108e-06, + "C": 2.4837680523415173e-11, + "R": 2.2584810811885486e-13, + "M": 1.8355501840705557e-10, + "O": 5.316547549427675e-11, + "W": 1.7762398539858393e-12, + "N": 2.5524297342371938e-08, + "Y": 4.3382986092410647e-10, + "U": 1.2357558552833492e-12, + "K": 2.0742211767621477e-11, + "L": 3.59113455118687e-13, + "G": 1.3105962981541097e-09, + "F": 4.645530538027742e-08, + "E": 4.4142470869701356e-06, + "T": 1.4024246208776958e-09, + "P": 0.9991801381111145, + "-": 0.0008142554434016347 + }, + "id": "tp_5324" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 665532, + "label": "P", + "classification": { + "B": 5.162633556210494e-07, + "S": 1.4212388066425774e-07, + "I": 0.0040063923224806786, + "C": 1.6715722495064256e-06, + "R": 2.2836952950910927e-07, + "M": 8.636179700260982e-06, + "O": 9.977425179386046e-07, + "W": 1.1137466060517909e-07, + "N": 8.865225390763953e-05, + "Y": 2.405247687420342e-05, + "U": 4.525152874634841e-08, + "K": 4.0594187566966866e-07, + "L": 8.009952523480024e-08, + "G": 1.378919569106074e-05, + "F": 2.8927704988745973e-05, + "E": 0.0007093624444678426, + "T": 2.3025530026643537e-05, + "P": 0.9841476678848267, + "-": 0.010945328511297703 + }, + "id": "tp_5325" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 665632, + "label": "P", + "classification": { + "B": 2.1916504167052153e-08, + "S": 1.4345120646908072e-08, + "I": 0.00023583899019286036, + "C": 2.038504817392095e-06, + "R": 1.2694955842107447e-07, + "M": 1.8688398313315702e-06, + "O": 2.819610926962923e-07, + "W": 2.1901751523500934e-08, + "N": 4.748492756334599e-06, + "Y": 2.9735223506577313e-05, + "U": 4.2843939951353605e-08, + "K": 3.5533798836695496e-07, + "L": 2.7216700004828454e-08, + "G": 6.157401458040113e-06, + "F": 0.00018592830747365952, + "E": 0.00042666742228902876, + "T": 1.6981895896606147e-05, + "P": 0.79860919713974, + "-": 0.20047998428344727 + }, + "id": "tp_5326" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 665766, + "label": "P", + "classification": { + "B": 2.1693834229008502e-10, + "S": 6.609904290577617e-10, + "I": 0.0020431834273040295, + "C": 5.203844466450391e-09, + "R": 6.760135506933551e-11, + "M": 2.428961742850788e-08, + "O": 1.1084084761137092e-09, + "W": 6.000399482841701e-11, + "N": 8.896643521438818e-06, + "Y": 3.1736423267147984e-08, + "U": 3.3816959649213274e-12, + "K": 7.657918188463952e-10, + "L": 1.2501655093088981e-11, + "G": 2.260584963664769e-08, + "F": 9.94182371982788e-08, + "E": 0.0002511578204575926, + "T": 1.874723665196143e-08, + "P": 0.9974547028541565, + "-": 0.00024202401982620358 + }, + "id": "tp_5327" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 665899, + "label": "P", + "classification": { + "B": 1.6272941327777346e-10, + "S": 2.047935571125592e-10, + "I": 9.203262379742227e-06, + "C": 1.9326411582198944e-09, + "R": 1.6710237360495483e-10, + "M": 3.911415547008801e-08, + "O": 1.2024311324410064e-08, + "W": 2.395334486315903e-10, + "N": 3.591193120655589e-08, + "Y": 2.940438434961834e-07, + "U": 2.065564212727633e-11, + "K": 2.914396154962695e-11, + "L": 2.0168700043399213e-10, + "G": 1.9122659011827636e-08, + "F": 3.402564516363782e-06, + "E": 5.23379583228234e-07, + "T": 6.396663252417056e-07, + "P": 0.8476442694664001, + "-": 0.15234151482582092 + }, + "id": "tp_5328" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 666033, + "label": "P", + "classification": { + "B": 1.948019924622596e-13, + "S": 2.5106417053839813e-13, + "I": 2.829042159646633e-06, + "C": 6.374511161977292e-12, + "R": 6.85166645099898e-14, + "M": 6.113708983512822e-10, + "O": 7.012617916912767e-12, + "W": 8.293521848012214e-14, + "N": 1.2692176198925154e-08, + "Y": 4.65940486193972e-09, + "U": 6.236038839176408e-14, + "K": 9.689648389210603e-12, + "L": 3.520523716299406e-14, + "G": 3.4914887647730097e-10, + "F": 4.181854507123717e-08, + "E": 3.4229844914079877e-06, + "T": 6.3340164224712225e-09, + "P": 0.9971653819084167, + "-": 0.0028282348066568375 + }, + "id": "tp_5329" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 666133, + "label": "P", + "classification": { + "B": 1.3026084551281958e-11, + "S": 2.565772247442588e-11, + "I": 1.291424450755585e-05, + "C": 1.0953581375261479e-09, + "R": 2.164405044080553e-10, + "M": 9.479227403019763e-10, + "O": 1.355257017721101e-09, + "W": 2.34846152941115e-11, + "N": 1.8126507939086878e-07, + "Y": 1.4125038916290578e-08, + "U": 7.974708567115574e-12, + "K": 1.028267915259562e-09, + "L": 5.2495594676793544e-12, + "G": 1.7542486574484428e-08, + "F": 3.049507768082549e-06, + "E": 1.3801675322611118e-06, + "T": 4.978751277917581e-08, + "P": 0.9764704704284668, + "-": 0.023511972278356552 + }, + "id": "tp_5330" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 666266, + "label": "P", + "classification": { + "B": 4.433036576712013e-11, + "S": 6.970939797623643e-11, + "I": 0.00012687275011558086, + "C": 2.570691159942129e-10, + "R": 5.653684118089863e-12, + "M": 3.402608195202106e-09, + "O": 2.168516338718618e-10, + "W": 8.278271297623707e-12, + "N": 1.731910401758796e-06, + "Y": 1.6391384916047969e-09, + "U": 3.52271841254706e-13, + "K": 3.4328581643983114e-11, + "L": 9.56635812232598e-13, + "G": 2.3960848860582473e-09, + "F": 2.1488457235818714e-08, + "E": 2.9424568310787436e-06, + "T": 1.0790472515509464e-08, + "P": 0.9997791647911072, + "-": 8.927805174607784e-05 + }, + "id": "tp_5331" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 666400, + "label": "P", + "classification": { + "B": 6.07294623478083e-08, + "S": 9.340404716340345e-08, + "I": 0.00044451121357269585, + "C": 7.126221817088663e-07, + "R": 7.065894891411517e-08, + "M": 2.5870274384942604e-06, + "O": 5.760477392868779e-07, + "W": 4.767455763499129e-08, + "N": 1.141096254286822e-05, + "Y": 5.222329491516575e-05, + "U": 2.9726676231689453e-08, + "K": 4.811422726902492e-08, + "L": 4.5032795270572024e-08, + "G": 2.9488398922694614e-06, + "F": 5.654131746268831e-05, + "E": 5.777208207291551e-05, + "T": 3.346912490087561e-05, + "P": 0.9173030257225037, + "-": 0.08203371614217758 + }, + "id": "tp_5332" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 666533, + "label": "P", + "classification": { + "B": 8.802131560514681e-06, + "S": 6.081141634695086e-08, + "I": 2.045636847469723e-06, + "C": 6.03268635046561e-09, + "R": 9.97474880470861e-10, + "M": 7.083366426741122e-07, + "O": 2.4337455215572845e-06, + "W": 4.536989806069869e-08, + "N": 1.407588428037343e-07, + "Y": 1.1049789918615716e-06, + "U": 9.41799971343471e-10, + "K": 2.7966751137142865e-10, + "L": 2.8048726008478297e-08, + "G": 1.4589076045012916e-06, + "F": 1.932671329996083e-05, + "E": 6.425716492231004e-06, + "T": 2.8594467949005775e-06, + "P": 0.8738754391670227, + "-": 0.12607920169830322 + }, + "id": "tp_5333" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 666633, + "label": "P", + "classification": { + "B": 8.073182834777981e-05, + "S": 1.3363764992391225e-05, + "I": 0.0012947432696819305, + "C": 2.099844641634263e-05, + "R": 4.333200195105746e-06, + "M": 9.35034840949811e-05, + "O": 6.683864921797067e-05, + "W": 8.162626727425959e-06, + "N": 0.0001559296069899574, + "Y": 0.00023665893240831792, + "U": 2.2456151782535017e-06, + "K": 1.0366898095526267e-05, + "L": 1.0259301234327722e-05, + "G": 0.0005898195086047053, + "F": 0.003960806876420975, + "E": 0.004339092876762152, + "T": 0.0001981654204428196, + "P": 0.8705316781997681, + "-": 0.1183822974562645 + }, + "id": "tp_5334" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 666767, + "label": "P", + "classification": { + "B": 6.888201653509896e-08, + "S": 6.667153797934589e-07, + "I": 0.005183677654713392, + "C": 4.261046981923755e-08, + "R": 2.448270919330753e-09, + "M": 4.752791369355691e-07, + "O": 9.560276481579422e-08, + "W": 2.9157583014693955e-08, + "N": 0.0005619221483357251, + "Y": 1.0508829291211441e-06, + "U": 1.150854744835783e-09, + "K": 1.4410049971047556e-06, + "L": 1.1839335067875822e-09, + "G": 8.063994982876466e-07, + "F": 9.54467941483017e-06, + "E": 0.0012091001262888312, + "T": 2.58211798609409e-06, + "P": 0.9925442934036255, + "-": 0.00048414047341793776 + }, + "id": "tp_5335" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 666900, + "label": "P", + "classification": { + "B": 5.289847671008374e-09, + "S": 4.93654273014954e-09, + "I": 6.0505080909933895e-05, + "C": 2.5625118027505778e-08, + "R": 1.4763726907673913e-09, + "M": 1.0866528299402489e-07, + "O": 3.5626047889536494e-08, + "W": 1.6696947158223452e-09, + "N": 1.5013145002740202e-06, + "Y": 2.301450194863719e-06, + "U": 1.0211546053184861e-09, + "K": 2.493216477716942e-08, + "L": 9.053522931345981e-10, + "G": 5.431321028481761e-07, + "F": 6.962571205804124e-05, + "E": 3.5494318581186235e-05, + "T": 3.3264595913351513e-06, + "P": 0.9069568514823914, + "-": 0.09286963194608688 + }, + "id": "tp_5336" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 667000, + "label": "P", + "classification": { + "B": 8.087211789131743e-09, + "S": 1.1737832927849468e-09, + "I": 0.00016549520660191774, + "C": 1.3830495504407736e-07, + "R": 1.351766365509377e-09, + "M": 2.530038898385101e-07, + "O": 7.563053294745714e-09, + "W": 1.2809745486563884e-09, + "N": 5.4975416787783615e-06, + "Y": 6.781203865102725e-07, + "U": 2.3115027669717847e-09, + "K": 2.442642426103703e-07, + "L": 2.445659508243381e-10, + "G": 2.883069782910752e-07, + "F": 1.2204997801745776e-05, + "E": 0.0018763663247227669, + "T": 2.8723994205392955e-07, + "P": 0.9906128644943237, + "-": 0.007325534708797932 + }, + "id": "tp_5337" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 667134, + "label": "P", + "classification": { + "B": 3.837802978523541e-06, + "S": 2.0318373117333977e-06, + "I": 0.00471610389649868, + "C": 5.435577463686059e-07, + "R": 4.3712077513191616e-08, + "M": 1.3160261005396023e-05, + "O": 7.408278861475992e-07, + "W": 1.6882161446574173e-07, + "N": 0.0003201666404493153, + "Y": 2.8433700208552182e-05, + "U": 3.146601912362712e-08, + "K": 7.75602075009374e-06, + "L": 5.093760435670447e-08, + "G": 3.6472774809226394e-05, + "F": 0.00014483834092970937, + "E": 0.012106453999876976, + "T": 4.877906758338213e-05, + "P": 0.9754229187965393, + "-": 0.00714738667011261 + }, + "id": "tp_5338" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 667267, + "label": "P", + "classification": { + "B": 9.74498206574026e-08, + "S": 2.4364024397982575e-07, + "I": 0.00013800489250570536, + "C": 1.6316204209942953e-06, + "R": 9.199793993275307e-08, + "M": 2.2292590529104928e-06, + "O": 9.886542784443009e-07, + "W": 1.4509599566281395e-07, + "N": 2.6906453058472835e-05, + "Y": 3.173267759848386e-05, + "U": 1.2018537631774961e-07, + "K": 1.4856689631415065e-05, + "L": 2.6220712712188288e-08, + "G": 1.2860090464528184e-05, + "F": 0.0014490290777757764, + "E": 0.0016519733471795917, + "T": 1.50024989125086e-05, + "P": 0.9060030579566956, + "-": 0.09065107256174088 + }, + "id": "tp_5339" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 667401, + "label": "P", + "classification": { + "B": 2.0895483954230798e-10, + "S": 3.187127645132293e-11, + "I": 7.903159712441266e-06, + "C": 1.4521245317311582e-10, + "R": 5.941379332963237e-12, + "M": 1.2824455275506352e-08, + "O": 1.320748621580492e-09, + "W": 1.348379914667408e-11, + "N": 4.14325249664671e-08, + "Y": 3.6429238292612354e-08, + "U": 2.2483074429979766e-12, + "K": 8.695905107103385e-12, + "L": 1.656468018307322e-11, + "G": 8.67570637552717e-09, + "F": 2.2213038164409227e-07, + "E": 1.451215212000534e-06, + "T": 6.402988361742246e-08, + "P": 0.9885846376419067, + "-": 0.011405687779188156 + }, + "id": "tp_5340" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 667501, + "label": "P", + "classification": { + "B": 4.3427855755950873e-10, + "S": 4.090210947715889e-10, + "I": 0.00024896650575101376, + "C": 3.728711206463231e-08, + "R": 6.178385025812361e-10, + "M": 1.0886456891512353e-07, + "O": 5.779357881152691e-09, + "W": 2.943220944739977e-10, + "N": 3.255556976000662e-06, + "Y": 5.902007274016796e-07, + "U": 1.7872625601711434e-10, + "K": 2.5003412673640923e-08, + "L": 1.0518846210727517e-10, + "G": 2.2427659018831037e-07, + "F": 2.2121589609014336e-06, + "E": 0.00012515421258285642, + "T": 5.064394485998491e-07, + "P": 0.9885494112968445, + "-": 0.0110694644972682 + }, + "id": "tp_5341" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 667634, + "label": "P", + "classification": { + "B": 3.8847855488022276e-10, + "S": 1.5786933982298024e-09, + "I": 5.493412754731253e-05, + "C": 1.3457300551689144e-10, + "R": 4.312775830905835e-12, + "M": 1.0536710171038521e-08, + "O": 1.1525848053750565e-09, + "W": 4.909599810032361e-11, + "N": 1.993664909605286e-06, + "Y": 4.259522068394972e-09, + "U": 7.863986371814402e-12, + "K": 5.965542504426935e-10, + "L": 8.750350270758656e-12, + "G": 4.354906657511037e-09, + "F": 1.9486456892536808e-07, + "E": 1.6144367691595107e-05, + "T": 4.717814405807985e-08, + "P": 0.99910968542099, + "-": 0.0008169128559529781 + }, + "id": "tp_5342" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 667768, + "label": "P", + "classification": { + "B": 4.906578254804117e-08, + "S": 1.740540369610244e-07, + "I": 0.00011207961506443098, + "C": 3.854901251543197e-07, + "R": 3.4738210530349534e-08, + "M": 1.411275093232689e-06, + "O": 1.175481770587794e-06, + "W": 1.0361176094875191e-07, + "N": 1.0760385521280114e-05, + "Y": 5.637514732370619e-06, + "U": 5.567883576418353e-08, + "K": 3.5799638453681837e-07, + "L": 4.653844598578871e-08, + "G": 1.617840553080896e-06, + "F": 9.093534026760608e-05, + "E": 0.0001338137371931225, + "T": 4.333368269726634e-05, + "P": 0.841886043548584, + "-": 0.1577119678258896 + }, + "id": "tp_5343" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 667901, + "label": "P", + "classification": { + "B": 1.1292954418817835e-11, + "S": 3.328441411376559e-10, + "I": 3.5894245229428634e-05, + "C": 3.730837860871361e-09, + "R": 6.434918708997373e-10, + "M": 8.784982519216555e-09, + "O": 3.2718630027517293e-09, + "W": 1.9942508755477206e-10, + "N": 7.414330980282102e-07, + "Y": 5.587314149124722e-07, + "U": 6.125371737608631e-11, + "K": 3.398905690232823e-08, + "L": 9.50666542015588e-12, + "G": 4.7545366754775387e-08, + "F": 4.046888989250874e-06, + "E": 3.805240339715965e-06, + "T": 4.00305879111329e-07, + "P": 0.9619569182395935, + "-": 0.037997543811798096 + }, + "id": "tp_5344" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 668001, + "label": "P", + "classification": { + "B": 5.220918489201587e-11, + "S": 5.02939556668025e-09, + "I": 0.00010091706644743681, + "C": 8.832383713297531e-10, + "R": 2.2672450028515811e-10, + "M": 8.925599814801899e-09, + "O": 4.190403579684698e-09, + "W": 1.0612291045930533e-09, + "N": 1.2267640158825088e-05, + "Y": 1.5485188242791992e-08, + "U": 5.113875642392962e-11, + "K": 2.7461300078357453e-07, + "L": 1.0699778736633636e-11, + "G": 1.8352256603293426e-08, + "F": 5.631907242786838e-06, + "E": 3.012259548995644e-05, + "T": 6.934607910125123e-08, + "P": 0.9990748167037964, + "-": 0.0007758491556160152 + }, + "id": "tp_5345" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 668135, + "label": "P", + "classification": { + "B": 4.750764226457704e-09, + "S": 2.6590172286233837e-09, + "I": 0.00016402594337705523, + "C": 6.089468485015459e-08, + "R": 4.006875720108383e-09, + "M": 1.5306468981179933e-07, + "O": 2.3317543451639722e-08, + "W": 1.0753917756289866e-09, + "N": 3.696275598485954e-06, + "Y": 3.6726175949297613e-06, + "U": 1.5414592935414362e-09, + "K": 1.927547366165072e-08, + "L": 8.221648362116696e-10, + "G": 1.147960119851632e-06, + "F": 1.5494906620006077e-05, + "E": 4.011812052340247e-05, + "T": 1.6367715716114617e-06, + "P": 0.9860473871231079, + "-": 0.013722616247832775 + }, + "id": "tp_5346" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 668268, + "label": "P", + "classification": { + "B": 5.204092712318698e-10, + "S": 9.883056595327844e-10, + "I": 0.0017132695065811276, + "C": 7.592931439148742e-08, + "R": 4.232085792921225e-09, + "M": 7.446042360470528e-08, + "O": 8.32923241489425e-09, + "W": 5.584986917384072e-10, + "N": 1.0002980161516462e-05, + "Y": 9.259165949515591e-07, + "U": 2.447567704066955e-10, + "K": 4.517982432616918e-09, + "L": 2.6661650665005254e-10, + "G": 1.533258568997553e-07, + "F": 1.3678067034561536e-06, + "E": 5.794658136437647e-05, + "T": 5.196284860176092e-07, + "P": 0.9948312640190125, + "-": 0.0033844232093542814 + }, + "id": "tp_5347" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 668402, + "label": "P", + "classification": { + "B": 1.7988049876294099e-06, + "S": 6.600508186238585e-06, + "I": 0.0038023951929062605, + "C": 4.3247164285276085e-06, + "R": 8.921170433495718e-07, + "M": 1.1698803973558825e-05, + "O": 7.959796676004771e-06, + "W": 1.6383056617996772e-06, + "N": 0.00034189276630058885, + "Y": 3.5279288567835465e-05, + "U": 6.444370796998555e-07, + "K": 3.3942626487259986e-06, + "L": 5.576388275585487e-07, + "G": 1.4803604244661983e-05, + "F": 0.00017153273802250624, + "E": 0.0007579752127639949, + "T": 7.482605724362656e-05, + "P": 0.9621344804763794, + "-": 0.032627370208501816 + }, + "id": "tp_5348" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 668502, + "label": "P", + "classification": { + "B": 0.0002807544369716197, + "S": 0.00021752086468040943, + "I": 0.008387301117181778, + "C": 0.00042149124783463776, + "R": 0.0001383502094540745, + "M": 0.002115031937137246, + "O": 0.0011773958103731275, + "W": 0.00013674907677341253, + "N": 0.0015649088891223073, + "Y": 0.002278139814734459, + "U": 4.9986279918812215e-05, + "K": 0.00010360212763771415, + "L": 0.0001327051577391103, + "G": 0.0015669025015085936, + "F": 0.0038398050237447023, + "E": 0.0059156958013772964, + "T": 0.004026850685477257, + "P": 0.5868081450462341, + "-": 0.38083869218826294 + }, + "id": "tp_5349" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 668635, + "label": "P", + "classification": { + "B": 1.4684587767987978e-07, + "S": 1.883635945887363e-06, + "I": 0.12822170555591583, + "C": 1.7138405610239715e-06, + "R": 4.894078529105172e-07, + "M": 7.322270903387107e-06, + "O": 1.031902229442494e-06, + "W": 1.723631726235908e-07, + "N": 0.001966901356354356, + "Y": 7.27604710846208e-05, + "U": 1.2772951585304781e-08, + "K": 1.7369574152326095e-06, + "L": 4.745265513861341e-08, + "G": 1.0773063877422828e-05, + "F": 4.921923755318858e-05, + "E": 0.001320833689533174, + "T": 8.660145249450579e-05, + "P": 0.8647543787956238, + "-": 0.003502228297293186 + }, + "id": "tp_5350" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 668769, + "label": "P", + "classification": { + "B": 1.2756090654875152e-06, + "S": 1.8827762460205122e-07, + "I": 0.00013719826529268175, + "C": 3.869872955419851e-07, + "R": 5.116020318496339e-08, + "M": 4.145107595832087e-06, + "O": 2.588821189419832e-06, + "W": 3.2889823842197075e-07, + "N": 7.061737960611936e-06, + "Y": 1.367540426144842e-05, + "U": 4.0257642552887773e-08, + "K": 1.14325234790158e-06, + "L": 9.910412757108134e-08, + "G": 4.162309051025659e-05, + "F": 0.0008659251616336405, + "E": 0.00104638806078583, + "T": 1.1481281035230495e-05, + "P": 0.8627772331237793, + "-": 0.13508912920951843 + }, + "id": "tp_5351" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 668902, + "label": "P", + "classification": { + "B": 5.6697584994991335e-12, + "S": 1.914320888222673e-13, + "I": 6.251977902138606e-05, + "C": 1.7359928605742425e-08, + "R": 1.664116761057599e-10, + "M": 2.8630639192783747e-08, + "O": 2.0506069065007182e-10, + "W": 1.117796718901054e-12, + "N": 2.380818031610943e-08, + "Y": 1.034564434121421e-06, + "U": 5.337116165682332e-12, + "K": 1.265430208535756e-11, + "L": 8.362067982492505e-12, + "G": 1.4403414638763934e-07, + "F": 2.4706247359063127e-07, + "E": 1.1754873412428424e-05, + "T": 2.342059985949163e-07, + "P": 0.9288452863693237, + "-": 0.07107878476381302 + }, + "id": "tp_5352" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 669002, + "label": "P", + "classification": { + "B": 1.4953156768360287e-10, + "S": 1.3917472729829683e-10, + "I": 0.00015288243594113737, + "C": 1.3220363470622942e-08, + "R": 3.7590081047866875e-10, + "M": 3.75413229392052e-08, + "O": 3.0586078114680504e-09, + "W": 1.086398263017152e-10, + "N": 1.4951889397707419e-06, + "Y": 3.6694578398055455e-07, + "U": 1.784198483401056e-10, + "K": 9.811580881091686e-09, + "L": 4.211445428503602e-11, + "G": 5.721432216887479e-08, + "F": 1.3481923133440432e-06, + "E": 6.69336222927086e-05, + "T": 5.205781121730979e-07, + "P": 0.971493661403656, + "-": 0.028282633051276207 + }, + "id": "tp_5353" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 669136, + "label": "P", + "classification": { + "B": 1.77922512278883e-08, + "S": 3.066892872993776e-08, + "I": 0.0008277497254312038, + "C": 5.818048066430492e-06, + "R": 1.792688237856055e-07, + "M": 9.149766810878646e-06, + "O": 8.832483331389085e-07, + "W": 8.299743825546102e-08, + "N": 9.534480341244489e-06, + "Y": 5.0103390094591305e-05, + "U": 5.837816985376776e-08, + "K": 1.4886276744618954e-07, + "L": 7.199892593234836e-08, + "G": 7.3732071541599e-06, + "F": 0.00010335254046367481, + "E": 0.0006106608198024333, + "T": 5.898078961763531e-05, + "P": 0.7558355927467346, + "-": 0.24248021841049194 + }, + "id": "tp_5354" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 669269, + "label": "P", + "classification": { + "B": 1.0314895604324192e-08, + "S": 3.8589315076720254e-10, + "I": 2.393891008978244e-06, + "C": 1.3672916132634327e-08, + "R": 1.1647859066155064e-10, + "M": 2.182683829232701e-07, + "O": 7.423336167988737e-09, + "W": 1.3964186751369567e-10, + "N": 4.48282619913698e-08, + "Y": 1.9444487975306401e-07, + "U": 7.157556491943495e-11, + "K": 6.331067614606667e-11, + "L": 4.933728425804418e-10, + "G": 1.0863974608810167e-07, + "F": 7.505517260142369e-06, + "E": 3.5374170693103224e-05, + "T": 5.660306783283886e-07, + "P": 0.932839035987854, + "-": 0.06711452454328537 + }, + "id": "tp_5355" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 669403, + "label": "P", + "classification": { + "B": 4.530548991521499e-10, + "S": 6.525442686200478e-11, + "I": 3.95284041587729e-06, + "C": 1.4501545519962633e-09, + "R": 7.228685705573668e-11, + "M": 1.7123937823271262e-08, + "O": 3.276942717178599e-09, + "W": 2.4678948121192867e-11, + "N": 1.0160276175952276e-08, + "Y": 1.8441888869347167e-06, + "U": 9.494024490186437e-12, + "K": 2.9225713515934615e-10, + "L": 5.847874268161135e-11, + "G": 4.3218088308094593e-07, + "F": 2.936561759270262e-05, + "E": 3.953533905587392e-06, + "T": 2.903703659740131e-07, + "P": 0.6758838891983032, + "-": 0.32407620549201965 + }, + "id": "tp_5356" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 669503, + "label": "P", + "classification": { + "B": 3.7196118682913948e-06, + "S": 7.325544402192463e-07, + "I": 0.001944759744219482, + "C": 2.8377089620335028e-06, + "R": 5.915892415941926e-07, + "M": 5.10452373418957e-05, + "O": 5.286745363264345e-06, + "W": 3.326867670239153e-07, + "N": 5.5124466598499566e-05, + "Y": 2.6388239348307252e-05, + "U": 1.0283712015279889e-07, + "K": 2.1409501016478316e-07, + "L": 1.142702217293845e-06, + "G": 7.536381599493325e-05, + "F": 0.0002109953056788072, + "E": 0.0013678704854100943, + "T": 5.5820870329625905e-05, + "P": 0.9587774872779846, + "-": 0.03742029145359993 + }, + "id": "tp_5357" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 669636, + "label": "P", + "classification": { + "B": 4.416030735532317e-11, + "S": 5.7500154811152004e-12, + "I": 9.536585821479093e-06, + "C": 1.8114791611179015e-10, + "R": 4.653618636274448e-12, + "M": 1.9321395594573687e-09, + "O": 9.409524548420478e-11, + "W": 2.4002388618327153e-12, + "N": 7.587430417288488e-08, + "Y": 4.930845065587164e-08, + "U": 1.8639601580966447e-12, + "K": 1.5159433708333836e-09, + "L": 1.5415239614305354e-12, + "G": 5.2500691793966325e-08, + "F": 3.1832805689191446e-06, + "E": 8.278172754216939e-05, + "T": 1.7567726828815466e-08, + "P": 0.993219792842865, + "-": 0.00668462086468935 + }, + "id": "tp_5358" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 669770, + "label": "P", + "classification": { + "B": 2.0019535895698937e-06, + "S": 1.5624168554495554e-06, + "I": 0.0037734736688435078, + "C": 4.844633167522261e-06, + "R": 8.085877425401122e-07, + "M": 4.012155841337517e-05, + "O": 4.144304512010422e-06, + "W": 5.940058258602221e-07, + "N": 0.00019779810099862516, + "Y": 0.00012806736049242318, + "U": 4.0471570628142217e-07, + "K": 1.4842088603472803e-05, + "L": 3.9174801713670604e-07, + "G": 7.240237755468115e-05, + "F": 0.00041765818605199456, + "E": 0.004147746600210667, + "T": 7.837370503693819e-05, + "P": 0.9282528758049011, + "-": 0.06286197155714035 + }, + "id": "tp_5359" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 669903, + "label": "P", + "classification": { + "B": 9.187515104258637e-08, + "S": 5.320511675677153e-08, + "I": 3.5563818528316915e-05, + "C": 1.3441614328257856e-06, + "R": 1.3296339318458195e-07, + "M": 9.599236818758072e-07, + "O": 8.519600669387728e-07, + "W": 4.9162409254677186e-08, + "N": 2.3583861548104323e-06, + "Y": 4.099812576896511e-05, + "U": 2.902964979512035e-08, + "K": 4.4590049697035283e-07, + "L": 3.203357579195654e-08, + "G": 6.579052751476411e-06, + "F": 0.0005423995899036527, + "E": 3.752360134967603e-05, + "T": 1.9294413505122066e-05, + "P": 0.6263666749000549, + "-": 0.37294459342956543 + }, + "id": "tp_5360" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 670003, + "label": "P", + "classification": { + "B": 1.254809323114614e-08, + "S": 1.5095547034604806e-09, + "I": 0.00013313983799889684, + "C": 2.4153487743205915e-07, + "R": 1.4205271625655769e-08, + "M": 2.7851683626067825e-07, + "O": 2.968628542987517e-08, + "W": 8.596559020190853e-10, + "N": 1.4710485629620962e-06, + "Y": 3.242660341129522e-06, + "U": 1.1366627639119997e-09, + "K": 8.603517898109203e-09, + "L": 2.2678221522909325e-09, + "G": 3.0145238270051777e-06, + "F": 3.372523497091606e-05, + "E": 0.000110392807982862, + "T": 1.386019107485481e-06, + "P": 0.9745979309082031, + "-": 0.02511514350771904 + }, + "id": "tp_5361" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 670137, + "label": "P", + "classification": { + "B": 9.603825981002734e-13, + "S": 2.628096525125745e-12, + "I": 7.163833402046293e-07, + "C": 1.7573070819690284e-12, + "R": 6.610607650473985e-14, + "M": 1.6259790389105966e-11, + "O": 2.4958370873490177e-12, + "W": 1.5536623907980857e-13, + "N": 4.7013783976979084e-09, + "Y": 6.000226010494103e-11, + "U": 3.312061115277008e-14, + "K": 2.222177303279338e-12, + "L": 2.6509300464949877e-14, + "G": 3.5812998400164275e-11, + "F": 4.809457720966748e-08, + "E": 1.746075497521815e-07, + "T": 1.1887461848214542e-10, + "P": 0.9998086094856262, + "-": 0.00019050142145715654 + }, + "id": "tp_5362" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 670270, + "label": "P", + "classification": { + "B": 1.9206213153211138e-07, + "S": 5.314155870905779e-08, + "I": 0.000389844790333882, + "C": 3.3465596516180085e-06, + "R": 1.819540500491712e-07, + "M": 2.4338773982890416e-06, + "O": 6.815463393650134e-07, + "W": 5.2391072813406936e-08, + "N": 1.590528518136125e-05, + "Y": 2.896025216614362e-05, + "U": 8.274216156678449e-08, + "K": 5.196108077143435e-07, + "L": 4.2349316942136284e-08, + "G": 1.3002256309846416e-05, + "F": 0.00020831245637964457, + "E": 0.0004468341649044305, + "T": 9.064175173989497e-06, + "P": 0.932520866394043, + "-": 0.06635956466197968 + }, + "id": "tp_5363" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 670404, + "label": "P", + "classification": { + "B": 8.655511307686936e-10, + "S": 7.865116891103696e-11, + "I": 6.2596459429187234e-06, + "C": 4.1826428431868123e-10, + "R": 2.225340398065434e-11, + "M": 5.603973285417396e-09, + "O": 9.612498574895767e-10, + "W": 2.2144671513180114e-11, + "N": 2.0279820489577105e-07, + "Y": 3.306605877995139e-09, + "U": 1.8210915414540452e-11, + "K": 9.504674131077806e-11, + "L": 2.0447374696197507e-11, + "G": 1.987527653568577e-08, + "F": 1.576399455416322e-07, + "E": 5.105481704958947e-06, + "T": 4.563601052609556e-08, + "P": 0.9990812540054321, + "-": 0.0009069105144590139 + }, + "id": "tp_5364" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 670504, + "label": "P", + "classification": { + "B": 3.4200030540887383e-07, + "S": 1.355217364107375e-06, + "I": 0.0011368418345227838, + "C": 6.921650310687255e-06, + "R": 8.856341082719155e-07, + "M": 9.854767085926142e-06, + "O": 8.228204933402594e-06, + "W": 8.038100531848613e-07, + "N": 0.00011098801041953266, + "Y": 6.70134395477362e-05, + "U": 4.85112593651138e-07, + "K": 8.359278581338003e-06, + "L": 2.844278981228854e-07, + "G": 2.6960982722812332e-05, + "F": 0.0005471116164699197, + "E": 0.0005297535681165755, + "T": 0.00012098260776838288, + "P": 0.8155041933059692, + "-": 0.18191863596439362 + }, + "id": "tp_5365" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 670637, + "label": "P", + "classification": { + "B": 1.1503269853590375e-14, + "S": 1.1368694614183328e-13, + "I": 1.6245151357452414e-07, + "C": 5.75439218844509e-13, + "R": 1.2198125708573915e-14, + "M": 1.1654011956852006e-11, + "O": 3.947322503583539e-12, + "W": 4.6027167266340235e-14, + "N": 2.240595042835025e-09, + "Y": 7.447142208460988e-11, + "U": 5.308940356692779e-15, + "K": 2.0526226118117163e-12, + "L": 2.7838923657638737e-15, + "G": 6.425350529415397e-11, + "F": 1.168608818602479e-07, + "E": 6.193722157377124e-08, + "T": 2.739228566195351e-10, + "P": 0.9990435242652893, + "-": 0.0009560347534716129 + }, + "id": "tp_5366" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 670771, + "label": "P", + "classification": { + "B": 4.0517147681384813e-07, + "S": 3.588839945223299e-07, + "I": 0.003031780244782567, + "C": 1.2591228369274177e-05, + "R": 9.472140050093003e-07, + "M": 1.564374178997241e-05, + "O": 2.61155832959048e-06, + "W": 3.8547531744370644e-07, + "N": 0.00020910665625706315, + "Y": 6.76254858262837e-05, + "U": 2.6623439453032915e-07, + "K": 3.3480231650173664e-05, + "L": 2.0786821153251367e-07, + "G": 6.279088847804815e-05, + "F": 0.0009184995433315635, + "E": 0.0058671399019658566, + "T": 2.9082833862048574e-05, + "P": 0.9501971006393433, + "-": 0.03955003246665001 + }, + "id": "tp_5367" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 670904, + "label": "P", + "classification": { + "B": 2.292623556277018e-13, + "S": 1.129655505423266e-12, + "I": 5.61825004297134e-07, + "C": 3.4322893919386255e-12, + "R": 4.630721329936145e-14, + "M": 2.9287737599720254e-12, + "O": 1.7398110946711953e-12, + "W": 2.2373249086715674e-13, + "N": 2.3020023220965413e-08, + "Y": 1.826029882856517e-10, + "U": 5.5907688011449033e-14, + "K": 1.227398321868023e-10, + "L": 7.895047564657458e-15, + "G": 1.0372938619163108e-10, + "F": 2.9021754244240583e-07, + "E": 7.007924068602733e-06, + "T": 1.2271104965488888e-10, + "P": 0.9996731281280518, + "-": 0.00031900304020382464 + }, + "id": "tp_5368" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 671004, + "label": "P", + "classification": { + "B": 1.3172359103919007e-05, + "S": 9.504319820052842e-08, + "I": 0.0003615301684476435, + "C": 1.852421291914652e-06, + "R": 1.3386377872848243e-07, + "M": 4.196563531877473e-05, + "O": 8.565492862544488e-06, + "W": 1.9870613243710977e-07, + "N": 1.1117283975181635e-05, + "Y": 4.8439665988553315e-05, + "U": 9.148552493343232e-08, + "K": 1.9241074511455736e-08, + "L": 9.242478427040624e-07, + "G": 4.9996087909676135e-05, + "F": 6.0286896768957376e-05, + "E": 0.0005834213807247579, + "T": 0.00014224709593690932, + "P": 0.7269055843353271, + "-": 0.2717703878879547 + }, + "id": "tp_5369" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 671138, + "label": "P", + "classification": { + "B": 8.828020779672041e-12, + "S": 3.639491485962765e-11, + "I": 1.166786842077272e-05, + "C": 4.387589180865348e-10, + "R": 3.22146025133474e-11, + "M": 7.761417064600096e-10, + "O": 6.659769402617144e-10, + "W": 2.842239811562397e-11, + "N": 1.9226754943701962e-07, + "Y": 3.735653564262975e-08, + "U": 1.5348416981808555e-11, + "K": 1.3435077494960979e-09, + "L": 2.239672856896302e-12, + "G": 3.829991879200634e-09, + "F": 2.0214783944538794e-06, + "E": 1.0458327324158745e-06, + "T": 3.204349141583407e-08, + "P": 0.989997148513794, + "-": 0.009987937286496162 + }, + "id": "tp_5370" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 671271, + "label": "P", + "classification": { + "B": 1.0548545105848461e-05, + "S": 5.165059519640636e-06, + "I": 0.0032901440281420946, + "C": 6.798640697525116e-06, + "R": 1.41834209443914e-06, + "M": 1.2697426427621394e-05, + "O": 1.2679409337579273e-05, + "W": 2.045041810561088e-06, + "N": 0.0007009344408288598, + "Y": 1.072146824299125e-05, + "U": 8.055407647589163e-07, + "K": 5.04446779814316e-06, + "L": 7.993177177922917e-07, + "G": 6.576658051926643e-05, + "F": 0.00012381598935462534, + "E": 0.0015604040818288922, + "T": 3.2527183066122234e-05, + "P": 0.9862326383590698, + "-": 0.007925179786980152 + }, + "id": "tp_5371" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 671405, + "label": "P", + "classification": { + "B": 7.284602077106683e-08, + "S": 1.5330866176554991e-07, + "I": 0.0007102373638190329, + "C": 1.589946805324871e-06, + "R": 1.5584221557674027e-07, + "M": 1.5780426110723056e-05, + "O": 2.181823901992175e-06, + "W": 6.54847127634639e-08, + "N": 2.178365502913948e-05, + "Y": 5.367097401176579e-05, + "U": 3.0701848174885527e-08, + "K": 2.7042977990276995e-07, + "L": 9.807477852064039e-08, + "G": 1.295988022320671e-05, + "F": 0.00012330069148447365, + "E": 0.0003049405640922487, + "T": 6.492670945590362e-05, + "P": 0.8147899508476257, + "-": 0.18389789760112762 + }, + "id": "tp_5372" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 671505, + "label": "P", + "classification": { + "B": 9.4082268017881e-12, + "S": 5.5653411566713995e-12, + "I": 3.9994219491745753e-07, + "C": 2.85092071478088e-11, + "R": 9.494589359518302e-13, + "M": 6.381586231674063e-11, + "O": 1.4910798984413276e-10, + "W": 6.2564571579049044e-12, + "N": 8.288756347951676e-09, + "Y": 1.6241099576319584e-09, + "U": 1.674780323104863e-12, + "K": 3.4145467703305954e-11, + "L": 5.864684822845523e-13, + "G": 6.458710233303577e-10, + "F": 5.26546955370577e-07, + "E": 2.312245328539575e-07, + "T": 6.120728368586015e-09, + "P": 0.9858871102333069, + "-": 0.01411169208586216 + }, + "id": "tp_5373" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 671638, + "label": "P", + "classification": { + "B": 1.4843450904175604e-12, + "S": 4.348723529716547e-13, + "I": 1.990153941733297e-05, + "C": 2.1665810812088182e-10, + "R": 9.182104729332785e-12, + "M": 1.0776392278533109e-10, + "O": 1.4820741855992026e-11, + "W": 1.5576021375474092e-12, + "N": 1.1445737158055636e-07, + "Y": 3.836703399429098e-09, + "U": 8.960299949928308e-13, + "K": 9.934502109842924e-10, + "L": 7.963677053956023e-14, + "G": 8.062086553906056e-10, + "F": 3.6319292462394515e-07, + "E": 3.981188910984201e-06, + "T": 2.0221593288738404e-09, + "P": 0.9982927441596985, + "-": 0.00168295216280967 + }, + "id": "tp_5374" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 671772, + "label": "P", + "classification": { + "B": 8.744879820277163e-10, + "S": 8.366272119531004e-10, + "I": 1.0997583558491897e-05, + "C": 3.7044913803185864e-09, + "R": 1.6248359602233364e-10, + "M": 5.526441881897881e-08, + "O": 8.63382609850305e-09, + "W": 2.9064783912957637e-10, + "N": 6.196328854457533e-07, + "Y": 4.231634704865428e-07, + "U": 1.7225372517248871e-10, + "K": 2.979489721610662e-08, + "L": 6.819055736739799e-11, + "G": 1.4916342649939907e-07, + "F": 4.140908640692942e-05, + "E": 9.273828618461266e-05, + "T": 2.3217759803628724e-07, + "P": 0.9857997894287109, + "-": 0.014053555205464363 + }, + "id": "tp_5375" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 671905, + "label": "P", + "classification": { + "B": 9.842109918533183e-16, + "S": 2.8717442407729255e-16, + "I": 8.679716501092116e-09, + "C": 2.979250960516433e-13, + "R": 2.1485992323565456e-15, + "M": 3.547570494744773e-13, + "O": 6.588042015132772e-14, + "W": 1.7980514972315808e-16, + "N": 6.897437482278335e-12, + "Y": 2.0166880665417608e-10, + "U": 2.4362324571236744e-16, + "K": 9.020717082108744e-15, + "L": 1.8657307532061795e-16, + "G": 8.337164292271382e-12, + "F": 3.984096252906966e-08, + "E": 1.8202768181652118e-09, + "T": 9.121725597083241e-11, + "P": 0.9765182137489319, + "-": 0.0234817061573267 + }, + "id": "tp_5376" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 672005, + "label": "P", + "classification": { + "B": 1.6270535141416076e-08, + "S": 3.2375586656030464e-09, + "I": 3.47153254551813e-05, + "C": 1.9141241125453234e-07, + "R": 6.9505809996428525e-09, + "M": 1.0588716747861326e-07, + "O": 3.8723324990996844e-08, + "W": 1.1842745450962866e-08, + "N": 1.1976999303442426e-06, + "Y": 2.493786723789526e-06, + "U": 1.0019951979245434e-08, + "K": 7.565362238892703e-07, + "L": 2.6112993989357847e-09, + "G": 3.5781376936938614e-06, + "F": 0.00043043942423537374, + "E": 0.0007307919440791011, + "T": 1.6177701809283462e-06, + "P": 0.9099498987197876, + "-": 0.08884412795305252 + }, + "id": "tp_5377" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 672139, + "label": "P", + "classification": { + "B": 1.4398280744759573e-13, + "S": 7.201920503919264e-15, + "I": 6.143808946035278e-07, + "C": 1.1574741165532032e-11, + "R": 2.8697205202432574e-14, + "M": 5.0788252076161555e-11, + "O": 1.0450301648340377e-12, + "W": 1.0531871293855462e-14, + "N": 4.720679402936412e-10, + "Y": 5.52446755008873e-10, + "U": 1.3302543169378591e-14, + "K": 1.7330479770445023e-13, + "L": 9.932008489840598e-15, + "G": 9.5741192751575e-11, + "F": 1.166979046729466e-08, + "E": 2.970620585074357e-07, + "T": 4.2630865504378335e-10, + "P": 0.9942769408226013, + "-": 0.00572205288335681 + }, + "id": "tp_5378" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 672272, + "label": "P", + "classification": { + "B": 1.2226352152922004e-09, + "S": 4.6279155507811254e-10, + "I": 0.00014912842016201466, + "C": 3.7641757444362156e-07, + "R": 6.470263436142432e-09, + "M": 3.782153044085135e-07, + "O": 5.348877962774168e-08, + "W": 1.2728923470817222e-09, + "N": 1.0230090765617206e-06, + "Y": 2.493042757123476e-06, + "U": 1.6030795579879964e-09, + "K": 8.51831316595053e-09, + "L": 9.240330722803947e-10, + "G": 9.725881682243198e-07, + "F": 3.7578683986794204e-06, + "E": 3.601079515647143e-05, + "T": 5.016905561205931e-06, + "P": 0.8257809281349182, + "-": 0.17401981353759766 + }, + "id": "tp_5379" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 672406, + "label": "P", + "classification": { + "B": 9.068508166620859e-10, + "S": 4.703011868834039e-10, + "I": 0.0003623196389526129, + "C": 6.017268816549404e-08, + "R": 5.07290609519373e-09, + "M": 5.498648079083068e-07, + "O": 1.759934775691363e-08, + "W": 6.871379021333723e-10, + "N": 2.023502474912675e-06, + "Y": 1.5096701645234134e-05, + "U": 2.795011999623398e-10, + "K": 7.457421347112358e-09, + "L": 2.2379016695328602e-10, + "G": 6.024616254762805e-07, + "F": 3.3082469599321485e-06, + "E": 3.553127316990867e-05, + "T": 3.4733272968878737e-06, + "P": 0.9719007015228271, + "-": 0.027676353231072426 + }, + "id": "tp_5380" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 672506, + "label": "P", + "classification": { + "B": 4.366432770908091e-10, + "S": 2.2739334026855573e-10, + "I": 9.050044900504872e-05, + "C": 6.91986770107178e-08, + "R": 1.7821103481807654e-09, + "M": 2.8318066824795096e-07, + "O": 1.4325292951866686e-08, + "W": 2.5548971271938115e-10, + "N": 1.10716609924566e-06, + "Y": 1.6839238696775283e-06, + "U": 5.005605374641675e-10, + "K": 6.577877798008558e-09, + "L": 4.0379899424181076e-10, + "G": 2.91491829784718e-07, + "F": 6.583504273294238e-06, + "E": 3.8580430555157363e-05, + "T": 1.8143233546652482e-06, + "P": 0.9665878415107727, + "-": 0.03327127546072006 + }, + "id": "tp_5381" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 672639, + "label": "P", + "classification": { + "B": 1.84876003395118e-09, + "S": 5.0841948429081185e-09, + "I": 0.00048420156235806644, + "C": 9.530725009199159e-08, + "R": 1.2124655945910945e-08, + "M": 2.3838985896418308e-07, + "O": 5.528811186650273e-08, + "W": 5.006211889480028e-09, + "N": 1.0367688446422108e-05, + "Y": 1.3283807902553235e-06, + "U": 3.917866031599715e-09, + "K": 8.270982476688005e-08, + "L": 2.2965838120114768e-09, + "G": 6.142221309346496e-07, + "F": 3.181213833158836e-05, + "E": 4.805872231372632e-05, + "T": 1.5532493762293598e-06, + "P": 0.9859684705734253, + "-": 0.013453187420964241 + }, + "id": "tp_5382" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 672773, + "label": "P", + "classification": { + "B": 1.0558541020666556e-11, + "S": 3.007269086530151e-11, + "I": 2.3447209684945847e-07, + "C": 1.0834722008468134e-09, + "R": 7.066210117034899e-11, + "M": 3.1728668581365582e-09, + "O": 1.9958723562751857e-09, + "W": 2.3970735119061004e-11, + "N": 4.748759607764441e-09, + "Y": 7.818875360499078e-07, + "U": 2.582866429415298e-12, + "K": 2.0670904987696304e-09, + "L": 9.33686201270989e-12, + "G": 2.08914656241177e-07, + "F": 0.00039632979314774275, + "E": 1.3096774864607141e-06, + "T": 2.4213454707933124e-07, + "P": 0.5638453960418701, + "-": 0.4357554018497467 + }, + "id": "tp_5383" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 672906, + "label": "P", + "classification": { + "B": 6.608429081733647e-14, + "S": 3.563599746238613e-14, + "I": 6.733948794135358e-07, + "C": 1.143011987142506e-11, + "R": 1.5098336535006307e-13, + "M": 2.1521881499175777e-11, + "O": 1.0134133116013189e-12, + "W": 8.405141139295955e-14, + "N": 1.6263226321200364e-09, + "Y": 2.458384829040483e-09, + "U": 8.051370713798439e-14, + "K": 1.4509790591255012e-10, + "L": 5.746835638116045e-15, + "G": 1.374516750418664e-10, + "F": 1.9417589669501467e-07, + "E": 1.4991212538006948e-06, + "T": 5.033530259268559e-10, + "P": 0.995462954044342, + "-": 0.004534613806754351 + }, + "id": "tp_5384" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 673006, + "label": "P", + "classification": { + "B": 1.2501030766109977e-10, + "S": 8.676487306402692e-11, + "I": 4.576465471473057e-06, + "C": 7.802603702034006e-11, + "R": 1.0291558404096346e-11, + "M": 2.2494753282309432e-10, + "O": 6.737889135521868e-10, + "W": 3.563928319127996e-11, + "N": 9.792965727228875e-08, + "Y": 1.4569713213674618e-09, + "U": 8.487009706126258e-12, + "K": 3.736225911987745e-11, + "L": 8.521397129590547e-12, + "G": 1.7975175792273035e-09, + "F": 2.3099566703876917e-07, + "E": 3.844396871954814e-07, + "T": 1.666649218634575e-08, + "P": 0.9968509078025818, + "-": 0.003143798094242811 + }, + "id": "tp_5385" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 673140, + "label": "P", + "classification": { + "B": 1.323446895185043e-06, + "S": 3.6775963963009417e-07, + "I": 0.0002405059349257499, + "C": 2.35371680901153e-06, + "R": 4.325328291088226e-07, + "M": 7.828920388419647e-06, + "O": 4.3709978854167275e-06, + "W": 3.3389997611266153e-07, + "N": 1.2650279131776188e-05, + "Y": 4.9451293307356536e-05, + "U": 1.5541570519417292e-07, + "K": 8.47309763685189e-07, + "L": 2.621423220716679e-07, + "G": 3.663025199784897e-05, + "F": 0.0008788741542957723, + "E": 0.0003278586664237082, + "T": 4.0753042412688956e-05, + "P": 0.7701370120048523, + "-": 0.2282579392194748 + }, + "id": "tp_5386" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 673273, + "label": "P", + "classification": { + "B": 2.3141764893264138e-10, + "S": 1.6546317649357434e-09, + "I": 9.673983004176989e-05, + "C": 2.3828059525499157e-09, + "R": 4.448372226129038e-10, + "M": 8.262813544490655e-09, + "O": 2.6479398673728838e-09, + "W": 2.9258617750826943e-10, + "N": 4.407408141560154e-06, + "Y": 2.493500517175562e-08, + "U": 1.342580630003809e-10, + "K": 3.137007809073111e-08, + "L": 3.544865789795182e-11, + "G": 2.5661297087253843e-08, + "F": 1.8977152649313211e-06, + "E": 1.0414376447442919e-05, + "T": 1.3604322646187939e-07, + "P": 0.9987277388572693, + "-": 0.0011585575994104147 + }, + "id": "tp_5387" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 673407, + "label": "-", + "classification": { + "B": 7.899271622591186e-06, + "S": 2.6347872790211113e-06, + "I": 0.0002018796221818775, + "C": 4.082237865077332e-05, + "R": 4.426136001711711e-06, + "M": 2.1917325284448452e-05, + "O": 2.1337107682484202e-05, + "W": 5.443077043310041e-06, + "N": 2.2117237676866353e-05, + "Y": 0.00021956929413136095, + "U": 2.1455998648889363e-06, + "K": 3.893371103913523e-05, + "L": 1.7451541225455003e-06, + "G": 0.00016549660358577967, + "F": 0.005029155872762203, + "E": 0.0005500892293639481, + "T": 0.00013239096733741462, + "P": 0.4207996129989624, + "-": 0.5727324485778809 + }, + "id": "tp_5388" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 673507, + "label": "-", + "classification": { + "B": 6.354055415158655e-08, + "S": 1.0647775994243602e-08, + "I": 2.2363269636116456e-07, + "C": 1.3330635484365416e-09, + "R": 4.899083361209478e-10, + "M": 3.922746714124514e-07, + "O": 6.664250804533367e-07, + "W": 5.368804512073666e-09, + "N": 4.644168605238974e-09, + "Y": 1.931211954797618e-06, + "U": 6.264992691296101e-11, + "K": 4.045347945513811e-10, + "L": 1.1208496353276587e-08, + "G": 9.517835906081018e-07, + "F": 0.0002528787881601602, + "E": 9.956435178537504e-07, + "T": 3.4595923352753744e-06, + "P": 0.04879206046462059, + "-": 0.9509463906288147 + }, + "id": "tp_5389" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 673640, + "label": "-", + "classification": { + "B": 4.531014852204862e-08, + "S": 2.5446944551532624e-09, + "I": 1.2925731425639242e-05, + "C": 9.005075867207779e-07, + "R": 7.1292113545951e-08, + "M": 2.90463231067406e-06, + "O": 6.266952254918579e-07, + "W": 8.000096585192296e-09, + "N": 9.893776820035782e-08, + "Y": 4.37194321420975e-05, + "U": 5.517500234475392e-09, + "K": 2.664442666500122e-09, + "L": 8.030553999560652e-08, + "G": 2.4463295630994253e-05, + "F": 0.00010441221093060449, + "E": 5.731116743845632e-06, + "T": 3.2763487979536876e-05, + "P": 0.20270101726055145, + "-": 0.7970702648162842 + }, + "id": "tp_5390" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 673774, + "label": "-", + "classification": { + "B": 8.538057954865508e-06, + "S": 2.7549558581085876e-06, + "I": 7.775008998578414e-05, + "C": 2.085395681206137e-05, + "R": 5.5839086599007715e-06, + "M": 0.00040315568912774324, + "O": 8.395516488235444e-05, + "W": 2.2024937607056927e-06, + "N": 1.9004925206900225e-06, + "Y": 0.0011468566954135895, + "U": 3.0500237357955484e-07, + "K": 2.0618291785012843e-07, + "L": 1.724939102132339e-05, + "G": 0.00026668942882679403, + "F": 0.001867948449216783, + "E": 7.001717312959954e-05, + "T": 0.0007587354630231857, + "P": 0.03038536012172699, + "-": 0.9648798108100891 + }, + "id": "tp_5391" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 673907, + "label": "-", + "classification": { + "B": 2.103635051753372e-05, + "S": 1.8657463442650624e-05, + "I": 0.0006396791432052851, + "C": 0.00018697087944019586, + "R": 5.594226604443975e-05, + "M": 0.0006751244072802365, + "O": 0.0003406704345252365, + "W": 1.8135886421077885e-05, + "N": 6.107444642111659e-05, + "Y": 0.003218033816665411, + "U": 1.3320708603714593e-05, + "K": 4.279269342077896e-05, + "L": 4.1055249312194064e-05, + "G": 0.0015125955687835813, + "F": 0.007209755014628172, + "E": 0.00040776547393761575, + "T": 0.0033329003490507603, + "P": 0.11529311537742615, + "-": 0.8669112920761108 + }, + "id": "tp_5392" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 674007, + "label": "-", + "classification": { + "B": 0.00011343460209900513, + "S": 9.012346708914265e-06, + "I": 0.008629905059933662, + "C": 0.0008342430810444057, + "R": 8.625601913081482e-05, + "M": 0.0015489856014028192, + "O": 0.00022473894932772964, + "W": 2.2671734768664464e-05, + "N": 0.0003160650667268783, + "Y": 0.003257005475461483, + "U": 2.728949584707152e-05, + "K": 3.2569649192737415e-05, + "L": 8.283665374619886e-05, + "G": 0.002999781398102641, + "F": 0.0036946008913218975, + "E": 0.0060157375410199165, + "T": 0.00252025225199759, + "P": 0.4081560969352722, + "-": 0.5614285469055176 + }, + "id": "tp_5393" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 674141, + "label": "-", + "classification": { + "B": 0.0012013298692181706, + "S": 0.0010604074923321605, + "I": 0.0016438807360827923, + "C": 9.71884946920909e-05, + "R": 4.83960029669106e-05, + "M": 0.003368024481460452, + "O": 0.00441641453653574, + "W": 0.0003049935039598495, + "N": 0.0004375524877104908, + "Y": 0.002453295513987541, + "U": 2.6329520551371388e-05, + "K": 1.904396958707366e-05, + "L": 0.0006761383847333491, + "G": 0.0039063431322574615, + "F": 0.011403701268136501, + "E": 0.0019572121091187, + "T": 0.0076672728173434734, + "P": 0.24629546701908112, + "-": 0.713016927242279 + }, + "id": "tp_5394" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 674274, + "label": "-", + "classification": { + "B": 3.1004248739918694e-05, + "S": 1.3908854270994198e-05, + "I": 3.0483688533422537e-05, + "C": 6.63238279230427e-06, + "R": 9.754155598784564e-07, + "M": 0.0006499559385702014, + "O": 0.00010514400491956621, + "W": 2.480026296325377e-06, + "N": 1.8262638832311495e-06, + "Y": 0.0009258466889150441, + "U": 1.6488843357365113e-07, + "K": 8.381379643651599e-07, + "L": 2.6814570446731523e-05, + "G": 0.0009796733502298594, + "F": 0.02080577239394188, + "E": 0.00036943439044989645, + "T": 0.0005179353756830096, + "P": 0.03863544389605522, + "-": 0.9368957877159119 + }, + "id": "tp_5395" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 674408, + "label": "-", + "classification": { + "B": 2.717713414313039e-07, + "S": 1.1239354336112228e-07, + "I": 1.41764951422374e-06, + "C": 9.644944753972595e-08, + "R": 2.267660548227468e-08, + "M": 8.765088750806171e-06, + "O": 7.902204743004404e-06, + "W": 4.972316602902538e-08, + "N": 4.882592463673063e-08, + "Y": 3.335387009428814e-05, + "U": 1.9633941139574063e-09, + "K": 2.1384025661319583e-09, + "L": 4.081639133346471e-07, + "G": 2.4624416255392134e-05, + "F": 0.00021241800277493894, + "E": 1.903033307826263e-06, + "T": 7.282410660991445e-05, + "P": 0.025475822389125824, + "-": 0.9741598963737488 + }, + "id": "tp_5396" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 674508, + "label": "-", + "classification": { + "B": 2.530858012050885e-07, + "S": 5.357854249155025e-08, + "I": 3.503921789160813e-06, + "C": 2.5429658307984937e-06, + "R": 4.4850196445622714e-07, + "M": 9.175930244964547e-06, + "O": 7.427309355989564e-06, + "W": 9.703892800416725e-08, + "N": 5.384551826637107e-08, + "Y": 3.985009607276879e-05, + "U": 2.31297097030847e-08, + "K": 1.2148579919823987e-08, + "L": 1.1777706276916433e-06, + "G": 2.0054998458363116e-05, + "F": 0.0003690228913910687, + "E": 2.3336099275184097e-06, + "T": 9.882295853458345e-05, + "P": 0.013624386861920357, + "-": 0.9858208894729614 + }, + "id": "tp_5397" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 674641, + "label": "-", + "classification": { + "B": 5.183333207092744e-10, + "S": 1.780908864823516e-09, + "I": 5.295536084304331e-06, + "C": 7.245208166750672e-07, + "R": 6.887191261739645e-08, + "M": 1.7881325220514555e-06, + "O": 2.5520512281218544e-07, + "W": 6.2933831479483615e-09, + "N": 8.492454384168013e-08, + "Y": 8.36427352624014e-05, + "U": 4.45871162213507e-09, + "K": 6.956964853088721e-07, + "L": 4.251984986325397e-09, + "G": 4.626563622878166e-06, + "F": 0.00021556329738814384, + "E": 5.490958301379578e-06, + "T": 2.8758880944224074e-05, + "P": 0.01678229309618473, + "-": 0.9828706979751587 + }, + "id": "tp_5398" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 674775, + "label": "-", + "classification": { + "B": 3.5965179723262963e-09, + "S": 2.201760551656662e-08, + "I": 4.129612989345333e-06, + "C": 2.8557550990626623e-07, + "R": 2.8886450564868937e-08, + "M": 2.544365315770847e-06, + "O": 1.0424353149574017e-06, + "W": 2.5723080554485023e-08, + "N": 1.6411331671406515e-07, + "Y": 0.00010539178765611723, + "U": 7.108709620951004e-09, + "K": 1.0189585282205371e-06, + "L": 3.0584576649062e-08, + "G": 2.1886356989853084e-05, + "F": 0.00456578703597188, + "E": 1.3398243936535437e-05, + "T": 4.327894203015603e-05, + "P": 0.04457427188754082, + "-": 0.950666606426239 + }, + "id": "tp_5399" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 674908, + "label": "-", + "classification": { + "B": 6.520795068354346e-06, + "S": 1.8472343299436034e-06, + "I": 3.7840396544197574e-05, + "C": 4.032486322103068e-05, + "R": 5.5867521950858645e-06, + "M": 0.00032547948649153113, + "O": 2.80789772659773e-05, + "W": 1.704747319308808e-06, + "N": 2.3008153675618814e-06, + "Y": 0.003457566723227501, + "U": 3.9039528587636596e-07, + "K": 0.00013785218470729887, + "L": 8.00163070380222e-06, + "G": 0.004322943743318319, + "F": 0.014930442906916142, + "E": 0.0017264503985643387, + "T": 0.0008071228512562811, + "P": 0.018809719011187553, + "-": 0.9553497433662415 + }, + "id": "tp_5400" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 675008, + "label": "-", + "classification": { + "B": 0.0003603003569878638, + "S": 0.00016514468006789684, + "I": 0.0018727884162217379, + "C": 0.0003849889035336673, + "R": 4.623130735126324e-05, + "M": 0.0026220360305160284, + "O": 0.00089434435358271, + "W": 6.899331492604688e-05, + "N": 0.0003269611916039139, + "Y": 0.0022675960790365934, + "U": 2.420327473373618e-05, + "K": 5.810806032968685e-05, + "L": 0.00024197819584514946, + "G": 0.0031172833405435085, + "F": 0.03747408092021942, + "E": 0.006356250494718552, + "T": 0.0022893839050084352, + "P": 0.31614524126052856, + "-": 0.6252841353416443 + }, + "id": "tp_5401" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 675142, + "label": "-", + "classification": { + "B": 3.414046432226314e-06, + "S": 1.359984526061453e-05, + "I": 6.584623042726889e-05, + "C": 1.3866642802895512e-06, + "R": 4.3022203044529306e-07, + "M": 3.795932570938021e-05, + "O": 3.639007263700478e-05, + "W": 6.561814188899007e-06, + "N": 1.5898296624072827e-05, + "Y": 0.0009456811239942908, + "U": 6.319194199022604e-07, + "K": 0.00020347531244624406, + "L": 1.3187374179324252e-06, + "G": 0.00016858450544532388, + "F": 0.03188004344701767, + "E": 0.000670803536195308, + "T": 0.0005394390318542719, + "P": 0.10912156850099564, + "-": 0.8562870025634766 + }, + "id": "tp_5402" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 675275, + "label": "-", + "classification": { + "B": 1.0362198736402206e-05, + "S": 3.838622069451958e-05, + "I": 0.0008306480594910681, + "C": 0.00018507521599531174, + "R": 5.837551361764781e-05, + "M": 0.0007112400489859283, + "O": 0.00031813813257031143, + "W": 4.768016151501797e-05, + "N": 0.00018556071154307574, + "Y": 0.012562230229377747, + "U": 1.3539442988985684e-05, + "K": 0.0011263099731877446, + "L": 2.302825123479124e-05, + "G": 0.0029191754292696714, + "F": 0.025522127747535706, + "E": 0.006310333963483572, + "T": 0.004054226912558079, + "P": 0.10465318709611893, + "-": 0.8404303789138794 + }, + "id": "tp_5403" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 675375, + "label": "-", + "classification": { + "B": 7.341464879573323e-06, + "S": 4.0532358980271965e-06, + "I": 6.948575173737481e-05, + "C": 1.816276380850468e-05, + "R": 1.93089999811491e-06, + "M": 0.000427757331635803, + "O": 3.284961712779477e-05, + "W": 2.095096760967863e-06, + "N": 8.606106348452158e-06, + "Y": 0.0019062426872551441, + "U": 5.603970407719316e-07, + "K": 0.00015446920588146895, + "L": 5.25120321981376e-06, + "G": 0.0015315980417653918, + "F": 0.020161626860499382, + "E": 0.004467814229428768, + "T": 0.0008277848828583956, + "P": 0.06098693981766701, + "-": 0.9093854427337646 + }, + "id": "tp_5404" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 675509, + "label": "-", + "classification": { + "B": 3.4550228633634106e-07, + "S": 1.0288291463211863e-07, + "I": 7.042719516903162e-06, + "C": 8.40194104512193e-07, + "R": 4.9170559179856355e-08, + "M": 5.5339260143227875e-05, + "O": 2.927496780102956e-06, + "W": 5.63646480600255e-08, + "N": 1.9544778240287997e-07, + "Y": 0.0001255268871318549, + "U": 6.722686851645676e-09, + "K": 9.798249038794893e-07, + "L": 2.3145123861922912e-07, + "G": 4.693214941653423e-05, + "F": 0.00397819047793746, + "E": 0.0002104191662510857, + "T": 4.787368743564002e-05, + "P": 0.028098102658987045, + "-": 0.9674248099327087 + }, + "id": "tp_5405" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 675642, + "label": "-", + "classification": { + "B": 2.1243094749934244e-07, + "S": 1.9713051813141647e-07, + "I": 3.321339681860991e-05, + "C": 5.790209911538113e-07, + "R": 2.3348457389715804e-08, + "M": 2.013032826653216e-05, + "O": 1.886775635284721e-06, + "W": 1.510087628275869e-07, + "N": 1.674575742072193e-06, + "Y": 0.00011721235205186531, + "U": 2.986073965871583e-08, + "K": 6.917452083143871e-06, + "L": 5.611943620920101e-08, + "G": 3.1325304007623345e-05, + "F": 0.002628995105624199, + "E": 0.0008782740333117545, + "T": 3.400346031412482e-05, + "P": 0.25795403122901917, + "-": 0.7382909655570984 + }, + "id": "tp_5406" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 675776, + "label": "-", + "classification": { + "B": 1.8926262779217495e-09, + "S": 2.7012856396169127e-09, + "I": 2.1057569028926082e-05, + "C": 7.644608217560744e-07, + "R": 5.452754692214512e-08, + "M": 7.217752795440902e-07, + "O": 2.8918779548803286e-07, + "W": 1.5079644200000075e-08, + "N": 9.744370572661865e-07, + "Y": 9.064831829164177e-05, + "U": 1.9518267890816787e-08, + "K": 1.6711068383301608e-05, + "L": 3.563541906004275e-09, + "G": 2.483541175024584e-05, + "F": 0.000897253688890487, + "E": 9.49255409068428e-05, + "T": 3.233047027606517e-05, + "P": 0.2289714813232422, + "-": 0.7698478698730469 + }, + "id": "tp_5407" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 675876, + "label": "-", + "classification": { + "B": 2.9531156542361714e-07, + "S": 1.4509016637020977e-06, + "I": 5.626883648801595e-06, + "C": 9.923196557792835e-07, + "R": 2.4397002107434673e-07, + "M": 9.385565499542281e-05, + "O": 1.2725952728942502e-05, + "W": 3.2941687777565676e-07, + "N": 4.580986683322408e-07, + "Y": 0.0013497986365109682, + "U": 3.288470296070045e-08, + "K": 5.664102445734898e-06, + "L": 9.669154223956866e-07, + "G": 0.00020241099991835654, + "F": 0.012912454083561897, + "E": 8.438333316007629e-05, + "T": 0.00038004363887012005, + "P": 0.01268709171563387, + "-": 0.9722611308097839 + }, + "id": "tp_5408" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 676009, + "label": "-", + "classification": { + "B": 4.909460358248907e-07, + "S": 1.769405116647249e-06, + "I": 7.464711234206334e-05, + "C": 3.258998549426906e-05, + "R": 2.857430899894098e-06, + "M": 3.95266579289455e-05, + "O": 1.8374468709225766e-05, + "W": 1.4338594382934389e-06, + "N": 6.473320354416501e-06, + "Y": 0.0003290683962404728, + "U": 7.130149128897756e-07, + "K": 1.5438614354934543e-05, + "L": 1.9191697901987936e-06, + "G": 0.0001062924275174737, + "F": 0.011124572716653347, + "E": 0.00020388467237353325, + "T": 0.0002667689404916018, + "P": 0.12440764904022217, + "-": 0.8633655309677124 + }, + "id": "tp_5409" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 676143, + "label": "-", + "classification": { + "B": 8.93252661171573e-07, + "S": 1.7290759615207207e-06, + "I": 8.35026876302436e-05, + "C": 1.8431168427923694e-05, + "R": 1.4680089179819333e-06, + "M": 2.151491389668081e-05, + "O": 1.483282812841935e-05, + "W": 3.825327439699322e-06, + "N": 2.549684541008901e-05, + "Y": 0.0007942088413983583, + "U": 1.0953184528261772e-06, + "K": 0.00033899382106028497, + "L": 5.608222295450105e-07, + "G": 0.0001664451410761103, + "F": 0.0353814922273159, + "E": 0.003080346854403615, + "T": 0.00013976481568533927, + "P": 0.31279128789901733, + "-": 0.6471341252326965 + }, + "id": "tp_5410" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 676276, + "label": "-", + "classification": { + "B": 2.1709782231482677e-05, + "S": 1.3729290913033765e-06, + "I": 0.0026656712871044874, + "C": 0.0007710381760261953, + "R": 0.00015693120076321065, + "M": 0.0006591951823793352, + "O": 9.275538468500599e-05, + "W": 4.419612196215894e-06, + "N": 4.4631822675000876e-05, + "Y": 0.007314848713576794, + "U": 8.286046067951247e-06, + "K": 2.986106301250402e-05, + "L": 2.897367812693119e-05, + "G": 0.0045201750472188, + "F": 0.00356102897785604, + "E": 0.0018735603662207723, + "T": 0.0021974975243210793, + "P": 0.05885360389947891, + "-": 0.9171945452690125 + }, + "id": "tp_5411" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 676376, + "label": "-", + "classification": { + "B": 1.4038198060006835e-05, + "S": 6.269953246373916e-06, + "I": 8.264141797553748e-05, + "C": 6.583955109817907e-05, + "R": 2.4125440177158453e-05, + "M": 8.723363862372935e-05, + "O": 9.607650281395763e-05, + "W": 6.8879962782375515e-06, + "N": 8.80744573805714e-06, + "Y": 0.0017189531354233623, + "U": 2.9088473638694268e-06, + "K": 1.3540607142203953e-05, + "L": 1.201779468829045e-05, + "G": 0.0004399256722535938, + "F": 0.006379384081810713, + "E": 0.00011214103869860992, + "T": 0.0006761012482456863, + "P": 0.07459265738725662, + "-": 0.915660560131073 + }, + "id": "tp_5412" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 676510, + "label": "-", + "classification": { + "B": 0.00017022287647705525, + "S": 1.5422097931150347e-05, + "I": 0.002015593694522977, + "C": 0.00047402220661751926, + "R": 0.00010450058471178636, + "M": 0.002239363733679056, + "O": 0.0005853407201357186, + "W": 3.1992196454666555e-05, + "N": 7.612815534230322e-05, + "Y": 0.0032341263722628355, + "U": 1.1425590855651535e-05, + "K": 5.046635578764835e-06, + "L": 0.00018729944713413715, + "G": 0.003456002799794078, + "F": 0.002226999495178461, + "E": 0.0020676697604358196, + "T": 0.003107821336016059, + "P": 0.1385078728199005, + "-": 0.8414831161499023 + }, + "id": "tp_5413" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 676643, + "label": "-", + "classification": { + "B": 0.00014700641622766852, + "S": 0.0006581757916137576, + "I": 0.0018323968397453427, + "C": 0.0002463869459461421, + "R": 7.677595567656681e-05, + "M": 0.0010931630386039615, + "O": 0.0012025183532387018, + "W": 0.00031469090026803315, + "N": 0.0009944804478436708, + "Y": 0.005714255850762129, + "U": 7.584647391922772e-05, + "K": 0.0018224796513095498, + "L": 0.00010012144048232585, + "G": 0.0024744414258748293, + "F": 0.08429516106843948, + "E": 0.00732820387929678, + "T": 0.003864346304908395, + "P": 0.32368138432502747, + "-": 0.5640782117843628 + }, + "id": "tp_5414" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 676777, + "label": "-", + "classification": { + "B": 0.00010294795356458053, + "S": 0.0001883025688584894, + "I": 0.00180717627517879, + "C": 0.0003534266143105924, + "R": 0.00016683097055647522, + "M": 0.004921932239085436, + "O": 0.0012116978177800775, + "W": 0.00010688183829188347, + "N": 0.00012007471377728507, + "Y": 0.010455933399498463, + "U": 2.1468998966156505e-05, + "K": 7.442296191584319e-05, + "L": 0.0005300016491673887, + "G": 0.008112695999443531, + "F": 0.0537177212536335, + "E": 0.0020232179667800665, + "T": 0.006934496574103832, + "P": 0.06380856037139893, + "-": 0.845342218875885 + }, + "id": "tp_5415" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 676877, + "label": "-", + "classification": { + "B": 3.7429829262691783e-06, + "S": 9.315803026765934e-07, + "I": 1.520826936030062e-05, + "C": 1.267616312361497e-06, + "R": 1.7466889801198704e-07, + "M": 1.4237474715628196e-05, + "O": 8.098748367046937e-06, + "W": 4.7656351398472907e-07, + "N": 1.6628181356281857e-06, + "Y": 0.00011203224130440503, + "U": 5.777270573048554e-08, + "K": 1.991101044040988e-06, + "L": 3.0152088470458693e-07, + "G": 5.546531974687241e-05, + "F": 0.0021129781380295753, + "E": 0.0001605205616215244, + "T": 9.702194802230224e-05, + "P": 0.18344467878341675, + "-": 0.8139691352844238 + }, + "id": "tp_5416" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 677010, + "label": "-", + "classification": { + "B": 0.0002660014433786273, + "S": 0.00029181575519032776, + "I": 0.006798447109758854, + "C": 0.0005221249302849174, + "R": 0.0002882117114495486, + "M": 0.005338580347597599, + "O": 0.0022797693964093924, + "W": 0.0003197892219759524, + "N": 0.0006457283161580563, + "Y": 0.008506260812282562, + "U": 7.310667569981888e-05, + "K": 0.0002284737565787509, + "L": 0.00046225206460803747, + "G": 0.004082284867763519, + "F": 0.014302978292107582, + "E": 0.004644161090254784, + "T": 0.010482930578291416, + "P": 0.16423247754573822, + "-": 0.7762346267700195 + }, + "id": "tp_5417" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 677144, + "label": "-", + "classification": { + "B": 3.480734278582531e-07, + "S": 2.522143915939523e-07, + "I": 0.00011001122038578615, + "C": 4.186508522252552e-05, + "R": 8.44811620481778e-06, + "M": 6.930424569873139e-05, + "O": 1.5526480638072826e-05, + "W": 1.0456786867507617e-06, + "N": 5.312537723511923e-06, + "Y": 0.002865556161850691, + "U": 3.4208801480417605e-07, + "K": 8.164676728483755e-06, + "L": 1.1612787602643948e-06, + "G": 0.0003005370672326535, + "F": 0.0057062082923948765, + "E": 0.0003379194822628051, + "T": 0.0003097729932051152, + "P": 0.05140428617596626, + "-": 0.9388139843940735 + }, + "id": "tp_5418" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 677277, + "label": "-", + "classification": { + "B": 8.041807859626715e-07, + "S": 3.774473725570715e-06, + "I": 0.000462459574919194, + "C": 2.3784579752827995e-05, + "R": 5.206370587984566e-06, + "M": 0.00017758099420461804, + "O": 4.792503750650212e-05, + "W": 5.815397344122175e-06, + "N": 6.299946107901633e-05, + "Y": 0.004273626953363419, + "U": 1.4972054032114102e-06, + "K": 0.0007150194142013788, + "L": 2.058435939034098e-06, + "G": 0.0010425394866615534, + "F": 0.021014321595430374, + "E": 0.0043451557867228985, + "T": 0.0012762434780597687, + "P": 0.11299729347229004, + "-": 0.853541910648346 + }, + "id": "tp_5419" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 677377, + "label": "-", + "classification": { + "B": 3.2029257024390745e-10, + "S": 3.022596173352099e-09, + "I": 8.783528073763591e-07, + "C": 2.3324336950736324e-07, + "R": 3.283365046513609e-08, + "M": 1.6907199551496888e-06, + "O": 4.1538868345014635e-07, + "W": 7.737130047758e-09, + "N": 2.7410841596520186e-08, + "Y": 0.0002584413450676948, + "U": 2.2056623194544045e-09, + "K": 2.210711500083562e-06, + "L": 8.964534892186293e-09, + "G": 1.4764234947506338e-05, + "F": 0.0013323393650352955, + "E": 4.025630005344283e-06, + "T": 2.6374871595180593e-05, + "P": 0.004640959668904543, + "-": 0.9937175512313843 + }, + "id": "tp_5420" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 677511, + "label": "-", + "classification": { + "B": 2.1895228201174177e-05, + "S": 2.9105247449479066e-05, + "I": 0.0004476513422559947, + "C": 0.00024321374075952917, + "R": 5.3146042773732916e-05, + "M": 0.0009812662610784173, + "O": 0.0004305620095692575, + "W": 3.126011506537907e-05, + "N": 6.898130232002586e-05, + "Y": 0.006182834040373564, + "U": 1.689766395429615e-05, + "K": 0.00043404492316767573, + "L": 7.767960050841793e-05, + "G": 0.004312960430979729, + "F": 0.01913859136402607, + "E": 0.0019274858059361577, + "T": 0.002630452159792185, + "P": 0.07178623229265213, + "-": 0.8911857008934021 + }, + "id": "tp_5421" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 677644, + "label": "-", + "classification": { + "B": 6.125773666099121e-08, + "S": 6.045382860975224e-08, + "I": 2.284230731675052e-06, + "C": 4.544786520455091e-07, + "R": 7.472815610753969e-08, + "M": 1.8970566088682972e-05, + "O": 2.129013182639028e-06, + "W": 1.3071164595146456e-08, + "N": 6.168075827872599e-08, + "Y": 0.0002280767512274906, + "U": 2.6756306059638746e-09, + "K": 1.6825514137508435e-07, + "L": 1.526940991425363e-07, + "G": 6.69422370265238e-05, + "F": 0.0033939790446311235, + "E": 1.412038727721665e-05, + "T": 0.00011658267612801865, + "P": 0.01118836272507906, + "-": 0.9849675297737122 + }, + "id": "tp_5422" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 677778, + "label": "-", + "classification": { + "B": 3.44255895470269e-05, + "S": 4.6403197302424815e-06, + "I": 3.390936035430059e-05, + "C": 4.771893145516515e-06, + "R": 1.1265539114901912e-06, + "M": 0.0001189823669847101, + "O": 8.197066199500114e-05, + "W": 3.704295068018837e-06, + "N": 2.5559793357388116e-06, + "Y": 0.0003497396828606725, + "U": 6.049662601981254e-07, + "K": 6.041792062205786e-07, + "L": 1.5047300621517934e-05, + "G": 0.00011588813504204154, + "F": 0.0019167927093803883, + "E": 5.788135604234412e-05, + "T": 0.0006501587340608239, + "P": 0.06613881140947342, + "-": 0.9304683804512024 + }, + "id": "tp_5423" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 677878, + "label": "-", + "classification": { + "B": 5.576320108957589e-05, + "S": 2.2673213607049547e-05, + "I": 0.002303017769008875, + "C": 0.00028999565984122455, + "R": 4.1916417103493586e-05, + "M": 0.0004267950134817511, + "O": 0.00023085360589902848, + "W": 3.4492921258788556e-05, + "N": 0.00036739048664458096, + "Y": 0.0015344946878030896, + "U": 2.8449676392483525e-05, + "K": 0.0001870044507086277, + "L": 3.1495124858338386e-05, + "G": 0.0012745008571073413, + "F": 0.0177927203476429, + "E": 0.005890728905797005, + "T": 0.0010558937210589647, + "P": 0.4833100140094757, + "-": 0.48512181639671326 + }, + "id": "tp_5424" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 678011, + "label": "-", + "classification": { + "B": 0.0002694615686777979, + "S": 0.0001446580427000299, + "I": 0.0028520305640995502, + "C": 0.0020468230359256268, + "R": 0.0006646005786024034, + "M": 0.0061249565333127975, + "O": 0.001292056986130774, + "W": 0.00016336876433342695, + "N": 0.00033220427576452494, + "Y": 0.04940556734800339, + "U": 0.00011086960148531944, + "K": 0.0013206766452640295, + "L": 0.0003989756805822253, + "G": 0.018777072429656982, + "F": 0.02963983453810215, + "E": 0.007571874652057886, + "T": 0.015361787751317024, + "P": 0.04816783219575882, + "-": 0.8153554201126099 + }, + "id": "tp_5425" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 678145, + "label": "-", + "classification": { + "B": 5.060599406192523e-08, + "S": 3.032144846315532e-08, + "I": 6.917439168319106e-05, + "C": 3.541948171914555e-05, + "R": 2.8065794595022453e-06, + "M": 3.0226710805436596e-05, + "O": 5.389929810917238e-06, + "W": 9.040441995011861e-08, + "N": 7.266239663294982e-07, + "Y": 0.0002615623234305531, + "U": 2.4965962097667216e-07, + "K": 3.7218083548395953e-07, + "L": 5.760811632171681e-07, + "G": 4.3261399696348235e-05, + "F": 0.00011494290811242536, + "E": 6.163529633340659e-06, + "T": 0.0003795564407482743, + "P": 0.015354073606431484, + "-": 0.983695387840271 + }, + "id": "tp_5426" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 678278, + "label": "-", + "classification": { + "B": 4.2298056723844013e-10, + "S": 2.822089784082493e-10, + "I": 1.984054307513361e-07, + "C": 1.980899710929407e-08, + "R": 6.59583609952108e-10, + "M": 2.2588092178921215e-06, + "O": 4.134065179073332e-08, + "W": 1.2280779171369716e-10, + "N": 1.2050513920058847e-09, + "Y": 4.5219334424473345e-05, + "U": 3.002779969119018e-11, + "K": 2.161425483038215e-09, + "L": 3.9346965685638224e-09, + "G": 1.408500065736007e-05, + "F": 0.0010623394045978785, + "E": 3.339029717608355e-06, + "T": 9.503975888947025e-06, + "P": 0.008902492001652718, + "-": 0.9899604320526123 + }, + "id": "tp_5427" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 678378, + "label": "-", + "classification": { + "B": 6.605719136132393e-06, + "S": 1.4966360140533652e-05, + "I": 8.128979061439168e-06, + "C": 1.1626159903244115e-05, + "R": 4.791845640284009e-06, + "M": 0.00040249002631753683, + "O": 0.00017338836914859712, + "W": 3.022369583050022e-06, + "N": 7.764248266539653e-07, + "Y": 0.0025326197501271963, + "U": 9.913228637969951e-08, + "K": 1.1209173180759535e-06, + "L": 5.008852167520672e-05, + "G": 0.0012814182555302978, + "F": 0.03039579652249813, + "E": 7.673053187318146e-05, + "T": 0.0010595127241685987, + "P": 0.0067720795050263405, + "-": 0.9572046995162964 + }, + "id": "tp_5428" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 678512, + "label": "-", + "classification": { + "B": 1.575371243234258e-05, + "S": 1.2794951089745155e-06, + "I": 1.030235489452025e-05, + "C": 5.486386385200603e-07, + "R": 1.0267543615327668e-07, + "M": 2.4776625650702044e-05, + "O": 3.6186280340189114e-05, + "W": 7.588496373500675e-07, + "N": 7.419810117426096e-07, + "Y": 3.326678051962517e-05, + "U": 2.5381400092783224e-08, + "K": 1.442120947103831e-07, + "L": 1.5286498182831565e-06, + "G": 0.00011457086657173932, + "F": 0.0023851855657994747, + "E": 0.0001222012797370553, + "T": 3.4821321605704725e-05, + "P": 0.1282162368297577, + "-": 0.8690015077590942 + }, + "id": "tp_5429" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 678645, + "label": "-", + "classification": { + "B": 1.942872586369049e-06, + "S": 4.92640708671388e-07, + "I": 0.0002420152013655752, + "C": 0.00010838215530384332, + "R": 2.3003251044428907e-05, + "M": 0.0002607553615234792, + "O": 8.635442645754665e-05, + "W": 2.4130972633429337e-06, + "N": 5.3846279115532525e-06, + "Y": 0.0006805785815231502, + "U": 1.2957241324329516e-06, + "K": 4.150658696744358e-07, + "L": 1.9348119167261757e-05, + "G": 0.00035849452251568437, + "F": 0.0008089179755188525, + "E": 6.835961539763957e-05, + "T": 0.0009980305330827832, + "P": 0.046480126678943634, + "-": 0.9498535394668579 + }, + "id": "tp_5430" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 678779, + "label": "-", + "classification": { + "B": 1.1131662631669315e-06, + "S": 1.0858833547899849e-06, + "I": 2.0221452814439544e-06, + "C": 3.3031523116733297e-07, + "R": 1.2111807734527247e-07, + "M": 5.856315328855999e-05, + "O": 3.173937147948891e-05, + "W": 5.041867439103953e-07, + "N": 1.0983224285610049e-07, + "Y": 0.0001448013645131141, + "U": 1.1741455807623424e-08, + "K": 2.5265920911010653e-08, + "L": 1.9632191197160864e-06, + "G": 2.3035674530547112e-05, + "F": 0.0012528144288808107, + "E": 3.0904980121704284e-06, + "T": 0.00022938396432437003, + "P": 0.007960556074976921, + "-": 0.9902888536453247 + }, + "id": "tp_5431" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 678879, + "label": "-", + "classification": { + "B": 9.215260433848016e-06, + "S": 7.255635864567012e-06, + "I": 0.0012077905703336, + "C": 0.00024375549401156604, + "R": 4.3671370804077014e-05, + "M": 0.000596777128521353, + "O": 0.00014145072782412171, + "W": 1.3509265954780858e-05, + "N": 0.00014538408140651882, + "Y": 0.0032547893933951855, + "U": 1.4356694919115398e-05, + "K": 0.0002355912874918431, + "L": 1.7156613466795534e-05, + "G": 0.0011296148877590895, + "F": 0.011899963021278381, + "E": 0.0032106651924550533, + "T": 0.001942391274496913, + "P": 0.24841871857643127, + "-": 0.7274680137634277 + }, + "id": "tp_5432" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 679012, + "label": "-", + "classification": { + "B": 0.00025064812507480383, + "S": 0.00046529958490282297, + "I": 0.0007560946396552026, + "C": 0.0004892923752777278, + "R": 0.0001928271958604455, + "M": 0.003862630343064666, + "O": 0.0024017824325710535, + "W": 0.0003222034138161689, + "N": 0.0003195323224645108, + "Y": 0.025759980082511902, + "U": 9.861779835773632e-05, + "K": 0.004359998274594545, + "L": 0.00044208686449564993, + "G": 0.011064711026847363, + "F": 0.05212302505970001, + "E": 0.003968638833612204, + "T": 0.01300189271569252, + "P": 0.06762368232011795, + "-": 0.812497079372406 + }, + "id": "tp_5433" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 679146, + "label": "-", + "classification": { + "B": 3.56224445567932e-05, + "S": 1.050634091370739e-05, + "I": 0.00011047548468923196, + "C": 0.00011969274055445567, + "R": 5.379664071369916e-05, + "M": 0.0035427382681518793, + "O": 0.0003380459384061396, + "W": 5.917672751820646e-06, + "N": 2.8305844352871645e-06, + "Y": 0.017826750874519348, + "U": 1.6638180113659473e-06, + "K": 1.725150923448382e-06, + "L": 0.00028485278016887605, + "G": 0.005539983510971069, + "F": 0.005106240510940552, + "E": 7.872860442148522e-05, + "T": 0.011708532460033894, + "P": 0.00513414153829217, + "-": 0.9500976800918579 + }, + "id": "tp_5434" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 679279, + "label": "-", + "classification": { + "B": 2.5618155632400885e-06, + "S": 2.1873449895792874e-06, + "I": 4.657388853956945e-05, + "C": 1.1812480806838721e-05, + "R": 3.5079372082691407e-06, + "M": 0.00018984440248459578, + "O": 5.248692468740046e-05, + "W": 2.0871277683909284e-06, + "N": 1.8853647816285957e-06, + "Y": 0.0009270255686715245, + "U": 4.523895995589555e-07, + "K": 6.04057686359738e-06, + "L": 8.855749911163002e-06, + "G": 0.0005739037878811359, + "F": 0.0036561042070388794, + "E": 0.0001082151648006402, + "T": 0.00062614306807518, + "P": 0.01731075346469879, + "-": 0.9764695763587952 + }, + "id": "tp_5435" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 679379, + "label": "-", + "classification": { + "B": 2.2502232965848634e-08, + "S": 7.376158350780315e-08, + "I": 6.015309736540075e-06, + "C": 1.1338781860104064e-06, + "R": 5.251604875411431e-07, + "M": 3.4974855225300416e-05, + "O": 3.99505961468094e-06, + "W": 4.161615407838326e-08, + "N": 5.4999059528881844e-08, + "Y": 0.0030796255450695753, + "U": 4.896840266610525e-09, + "K": 8.598883738386576e-08, + "L": 3.9452916666959936e-07, + "G": 8.459626405965537e-05, + "F": 0.0014962406130507588, + "E": 2.8232927888893755e-06, + "T": 0.0004355978162493557, + "P": 0.0024802011903375387, + "-": 0.9923734068870544 + }, + "id": "tp_5436" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 679513, + "label": "-", + "classification": { + "B": 0.00021009673946537077, + "S": 0.0001538265059934929, + "I": 3.570886838133447e-05, + "C": 7.631685002706945e-05, + "R": 2.0294593923608772e-05, + "M": 0.002043661894276738, + "O": 0.000526183401234448, + "W": 2.8543126973090693e-05, + "N": 5.436455467133783e-06, + "Y": 0.007875807583332062, + "U": 6.107933359089657e-07, + "K": 2.3743739802739583e-05, + "L": 0.00020742736523970962, + "G": 0.007615999318659306, + "F": 0.08902890980243683, + "E": 0.0010671578347682953, + "T": 0.003321339376270771, + "P": 0.009323742240667343, + "-": 0.8784351944923401 + }, + "id": "tp_5437" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 679646, + "label": "-", + "classification": { + "B": 2.514113646157057e-07, + "S": 1.7049145526470966e-06, + "I": 7.064258534228429e-05, + "C": 4.48624768978334e-06, + "R": 3.676483117942553e-07, + "M": 0.00010658527025952935, + "O": 1.6273321307380684e-05, + "W": 1.1923000329261413e-06, + "N": 8.879526831151452e-06, + "Y": 0.001267444808036089, + "U": 1.4568956885341322e-07, + "K": 9.378725371789187e-05, + "L": 6.984520837249875e-07, + "G": 0.0005745576927438378, + "F": 0.018633844330906868, + "E": 0.0011714829597622156, + "T": 0.000517989625222981, + "P": 0.08414202928543091, + "-": 0.8933877348899841 + }, + "id": "tp_5438" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 679780, + "label": "-", + "classification": { + "B": 8.885889656085055e-06, + "S": 2.7623704227153212e-05, + "I": 0.00013787939678877592, + "C": 3.037944043171592e-05, + "R": 1.2728401088679675e-05, + "M": 0.0006073287222534418, + "O": 0.00014558344264514744, + "W": 1.136375249188859e-05, + "N": 1.3321489859663416e-05, + "Y": 0.008088454604148865, + "U": 1.4364422895596363e-06, + "K": 5.8604549849405885e-05, + "L": 2.1243631636025384e-05, + "G": 0.0015792589401826262, + "F": 0.024048641324043274, + "E": 0.0003664846299216151, + "T": 0.0035361258778721094, + "P": 0.02110699936747551, + "-": 0.9401976466178894 + }, + "id": "tp_5439" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 679880, + "label": "-", + "classification": { + "B": 4.2739398509183957e-07, + "S": 1.0923899651515967e-07, + "I": 7.201858238659042e-07, + "C": 9.341336237866926e-08, + "R": 1.247902492451658e-08, + "M": 1.2488401807786431e-05, + "O": 1.671284962867503e-06, + "W": 2.1929375648710447e-08, + "N": 2.717918867745084e-08, + "Y": 4.885976159130223e-05, + "U": 1.3001693055514352e-09, + "K": 6.416063058622967e-08, + "L": 1.1681247968908792e-07, + "G": 2.623290492920205e-05, + "F": 0.0014980509877204895, + "E": 3.172653305227868e-05, + "T": 3.2859785278560594e-05, + "P": 0.022410832345485687, + "-": 0.9759357571601868 + }, + "id": "tp_5440" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 680013, + "label": "-", + "classification": { + "B": 3.0495761471627247e-10, + "S": 3.0578368725997507e-09, + "I": 3.7579788170205575e-08, + "C": 2.5462350095040165e-07, + "R": 5.923982371314196e-08, + "M": 3.801428192673484e-06, + "O": 4.649905065434723e-07, + "W": 2.0739590045337764e-09, + "N": 5.059107577309874e-10, + "Y": 0.0001546902785776183, + "U": 8.564807196798085e-11, + "K": 1.7307806743360743e-08, + "L": 2.4181973756753905e-08, + "G": 9.414091437065508e-06, + "F": 0.0010634181089699268, + "E": 1.2169211061063834e-07, + "T": 2.140689866791945e-05, + "P": 0.00033724174136295915, + "-": 0.9984089732170105 + }, + "id": "tp_5441" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 680147, + "label": "-", + "classification": { + "B": 5.203949626775284e-08, + "S": 1.3132930121173558e-07, + "I": 2.44011721406423e-06, + "C": 5.869646813039253e-08, + "R": 1.803651450416055e-08, + "M": 3.633658343460411e-05, + "O": 2.9446769076457713e-06, + "W": 4.359223026995096e-08, + "N": 8.452146715853814e-08, + "Y": 0.0002927520836237818, + "U": 3.4878655519321455e-09, + "K": 7.236350256789592e-07, + "L": 9.988796279003509e-08, + "G": 4.987782085663639e-05, + "F": 0.001982501009479165, + "E": 2.1756057321908884e-05, + "T": 0.0001814109127735719, + "P": 0.012759245932102203, + "-": 0.9846694469451904 + }, + "id": "tp_5442" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 680280, + "label": "-", + "classification": { + "B": 7.99497684056405e-06, + "S": 1.7350253983750008e-05, + "I": 8.560690912418067e-05, + "C": 7.037999603198841e-05, + "R": 2.052934178209398e-05, + "M": 0.0008089604671113193, + "O": 0.00017649255460128188, + "W": 1.1104500117653515e-05, + "N": 1.6615356798865832e-05, + "Y": 0.00450383173301816, + "U": 2.2159915715747047e-06, + "K": 0.00014575175009667873, + "L": 2.018706436501816e-05, + "G": 0.0009802113054320216, + "F": 0.04455175623297691, + "E": 0.0007286955369636416, + "T": 0.001770029659382999, + "P": 0.05450250580906868, + "-": 0.891579806804657 + }, + "id": "tp_5443" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 680380, + "label": "-", + "classification": { + "B": 2.5379325307994804e-08, + "S": 3.208395753517834e-07, + "I": 8.090204210020602e-05, + "C": 2.5338479190395446e-06, + "R": 9.408673236066534e-07, + "M": 1.9248071112087928e-05, + "O": 1.0463776561664417e-05, + "W": 6.176652505018865e-07, + "N": 7.63305251894053e-06, + "Y": 0.002062022453173995, + "U": 2.2911839892003627e-07, + "K": 4.0255923522636294e-05, + "L": 1.2774926005931775e-07, + "G": 7.349332008743659e-05, + "F": 0.0015599438920617104, + "E": 0.00012239690113347024, + "T": 0.0008341619977727532, + "P": 0.06596562266349792, + "-": 0.9292190670967102 + }, + "id": "tp_5444" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 680514, + "label": "-", + "classification": { + "B": 3.078142407630935e-09, + "S": 2.113912600520962e-09, + "I": 8.933361783647342e-08, + "C": 1.727802434459136e-08, + "R": 1.1156759960329055e-09, + "M": 3.062245468754554e-06, + "O": 8.671236884083555e-08, + "W": 1.0602686784100257e-10, + "N": 4.635844208511486e-10, + "Y": 7.467689283657819e-05, + "U": 8.808593611464577e-12, + "K": 2.3652400038542964e-09, + "L": 1.2942247273883822e-08, + "G": 4.273431477486156e-05, + "F": 0.0008612886886112392, + "E": 1.647578869778954e-06, + "T": 1.38295472424943e-05, + "P": 0.0006582370842806995, + "-": 0.9983443021774292 + }, + "id": "tp_5445" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 680647, + "label": "-", + "classification": { + "B": 1.521762669653981e-06, + "S": 1.31078343201807e-06, + "I": 0.0023895855993032455, + "C": 0.00011148478370159864, + "R": 1.8493059542379342e-05, + "M": 0.0002127254701917991, + "O": 4.595766222337261e-05, + "W": 2.9557616016973043e-06, + "N": 0.00011464367707958445, + "Y": 0.0016316669061779976, + "U": 5.968798632238759e-06, + "K": 4.087153502041474e-05, + "L": 5.435378625406884e-06, + "G": 0.000623001076746732, + "F": 0.001584441983141005, + "E": 0.0011227685026824474, + "T": 0.001666028518229723, + "P": 0.3130874037742615, + "-": 0.6773337721824646 + }, + "id": "tp_5446" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 680781, + "label": "-", + "classification": { + "B": 7.442301352966751e-07, + "S": 4.2002912437055784e-07, + "I": 4.889396620910702e-08, + "C": 9.14103992499804e-09, + "R": 1.1260362642318e-09, + "M": 1.4245718375605065e-05, + "O": 2.5919912332028616e-06, + "W": 8.985273858286291e-09, + "N": 1.8161859793863755e-09, + "Y": 2.290837437612936e-05, + "U": 1.003742314958922e-11, + "K": 2.1562147622944394e-09, + "L": 3.1963611490937183e-07, + "G": 5.606290869764052e-05, + "F": 0.018089832738041878, + "E": 7.6135352173878346e-06, + "T": 1.202946987177711e-05, + "P": 0.0020709815435111523, + "-": 0.9797222018241882 + }, + "id": "tp_5447" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 680881, + "label": "-", + "classification": { + "B": 6.687195309496019e-06, + "S": 2.1978880795359146e-06, + "I": 8.875775529304519e-05, + "C": 0.0006393422954715788, + "R": 2.2311769498628564e-05, + "M": 0.0006303240661509335, + "O": 4.803905540029518e-05, + "W": 1.191111778098275e-06, + "N": 6.3912161749613006e-06, + "Y": 0.0015127569204196334, + "U": 3.133839754809742e-06, + "K": 5.692958802683279e-05, + "L": 1.5822532077436335e-05, + "G": 0.001210007001645863, + "F": 0.00820745900273323, + "E": 0.0002800732327159494, + "T": 0.0011803512461483479, + "P": 0.01566406898200512, + "-": 0.9704241156578064 + }, + "id": "tp_5448" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 681014, + "label": "P", + "classification": { + "B": 4.222736826875462e-09, + "S": 7.661286188787031e-11, + "I": 8.15304956631735e-05, + "C": 3.044295056042756e-07, + "R": 1.2845722263676862e-09, + "M": 1.0479804757324018e-07, + "O": 4.6701069678078966e-09, + "W": 1.1120943055331622e-10, + "N": 1.1379687521184678e-06, + "Y": 4.63288500895942e-07, + "U": 8.133249629338479e-10, + "K": 7.747109620481751e-09, + "L": 3.167850148866336e-10, + "G": 1.1536997135408456e-06, + "F": 6.160466455185087e-06, + "E": 0.00031574422609992325, + "T": 2.7407187985772907e-07, + "P": 0.9815220832824707, + "-": 0.018070995807647705 + }, + "id": "tp_5449" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 681148, + "label": "P", + "classification": { + "B": 3.629856948350607e-08, + "S": 8.01446802256578e-08, + "I": 4.211866689729504e-05, + "C": 3.1667468647356145e-07, + "R": 1.1927721033089256e-08, + "M": 7.348589292632823e-07, + "O": 4.0048348637355957e-07, + "W": 9.318186044993126e-08, + "N": 4.4540279304783326e-06, + "Y": 3.0995139240985736e-05, + "U": 3.857990193978367e-08, + "K": 5.969585345155792e-06, + "L": 6.757665538259516e-09, + "G": 2.621766498123179e-06, + "F": 0.0008333052974194288, + "E": 0.0004992610774934292, + "T": 1.3204692550061736e-05, + "P": 0.6343109011650085, + "-": 0.36425548791885376 + }, + "id": "tp_5450" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 681281, + "label": "P", + "classification": { + "B": 7.590706932643094e-16, + "S": 3.918927963264314e-17, + "I": 2.0603658779094758e-09, + "C": 4.837982160612979e-14, + "R": 2.0789067114152215e-17, + "M": 7.658502196132566e-13, + "O": 8.727094805008936e-15, + "W": 5.466544177298361e-17, + "N": 4.852746243039219e-12, + "Y": 9.18433645108463e-12, + "U": 2.929917073926922e-17, + "K": 8.306959856313814e-14, + "L": 1.0764468579344523e-17, + "G": 1.661317567888676e-12, + "F": 2.200708237865001e-08, + "E": 2.7343872943674796e-07, + "T": 9.650820073647814e-12, + "P": 0.9927074313163757, + "-": 0.007292271126061678 + }, + "id": "tp_5451" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 681381, + "label": "P", + "classification": { + "B": 1.0381919324231603e-08, + "S": 6.597337343094978e-09, + "I": 0.00012048523058183491, + "C": 8.761625736042333e-07, + "R": 3.403905424192999e-08, + "M": 1.2054016451656935e-06, + "O": 1.983562611940215e-07, + "W": 3.092164391205188e-08, + "N": 4.2839292291319e-06, + "Y": 1.8855456801247783e-05, + "U": 4.5073097254544336e-08, + "K": 1.0784761798277032e-05, + "L": 4.489701055376827e-09, + "G": 7.284158982656663e-06, + "F": 0.0005173635436221957, + "E": 0.001585646066814661, + "T": 6.061576641513966e-06, + "P": 0.7143227458000183, + "-": 0.28340402245521545 + }, + "id": "tp_5452" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 681515, + "label": "P", + "classification": { + "B": 4.805802973351092e-07, + "S": 4.8170647914957954e-08, + "I": 0.0003626031684689224, + "C": 8.204026926250663e-06, + "R": 6.518524173770857e-07, + "M": 5.520550075743813e-06, + "O": 2.943908384622773e-06, + "W": 1.2254908199338388e-07, + "N": 7.520301096519688e-06, + "Y": 8.569272904423997e-05, + "U": 1.0433119257413637e-07, + "K": 4.070364667541071e-08, + "L": 3.6011829251947347e-07, + "G": 1.6002402844605967e-05, + "F": 0.00019625428831204772, + "E": 7.450518023688346e-05, + "T": 5.6876244343584403e-05, + "P": 0.5847566723823547, + "-": 0.41442546248435974 + }, + "id": "tp_5453" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 681648, + "label": "P", + "classification": { + "B": 7.213396315819409e-07, + "S": 7.372631216640002e-08, + "I": 9.616729948902503e-05, + "C": 1.4334173101815395e-06, + "R": 1.46736439887718e-07, + "M": 6.774146186216967e-06, + "O": 2.7059411422669655e-06, + "W": 1.000373117676645e-07, + "N": 3.514142917993013e-06, + "Y": 4.250898564350791e-05, + "U": 3.645223145554155e-08, + "K": 2.80430363375217e-08, + "L": 1.7871137458769226e-07, + "G": 1.0983220818161499e-05, + "F": 0.00014223222387954593, + "E": 5.811314986203797e-05, + "T": 5.065703589934856e-05, + "P": 0.6955360174179077, + "-": 0.3040476143360138 + }, + "id": "tp_5454" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 681782, + "label": "P", + "classification": { + "B": 1.5130294741538819e-06, + "S": 2.9561140308942413e-06, + "I": 0.0018543577753007412, + "C": 1.89077400136739e-05, + "R": 2.7386063266021665e-06, + "M": 6.412958464352414e-05, + "O": 2.1309329895302653e-05, + "W": 1.7130781770902104e-06, + "N": 0.00013352847599890083, + "Y": 0.0003793191281147301, + "U": 1.313878556175041e-06, + "K": 8.345075912075117e-06, + "L": 1.8861517219193047e-06, + "G": 0.00012219478958286345, + "F": 0.0010416633449494839, + "E": 0.000939055229537189, + "T": 0.000525458250194788, + "P": 0.6479809284210205, + "-": 0.34689873456954956 + }, + "id": "tp_5455" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 681882, + "label": "-", + "classification": { + "B": 3.106067651970079e-07, + "S": 6.591235433006659e-07, + "I": 0.0001669867051532492, + "C": 1.5834193618502468e-05, + "R": 3.7138602237973828e-06, + "M": 0.0001598147937329486, + "O": 2.256721018056851e-05, + "W": 8.095212251646444e-07, + "N": 5.413166491052834e-06, + "Y": 0.0010793915716931224, + "U": 3.430554045280587e-07, + "K": 1.295742322326987e-06, + "L": 2.0686109110101825e-06, + "G": 0.0001553866604808718, + "F": 0.001724244561046362, + "E": 7.197209924925119e-05, + "T": 0.0009521796018816531, + "P": 0.09179848432540894, + "-": 0.903838574886322 + }, + "id": "tp_5456" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 682015, + "label": "-", + "classification": { + "B": 4.237078428559471e-06, + "S": 6.201975338626653e-06, + "I": 0.0040160659700632095, + "C": 0.00021482874581124634, + "R": 0.00010937316983472556, + "M": 0.0006678608478978276, + "O": 0.00018553549307398498, + "W": 1.1715706932591274e-05, + "N": 0.00016482867067679763, + "Y": 0.008066260255873203, + "U": 1.0441194717714097e-05, + "K": 1.9171156964148395e-05, + "L": 2.435959868307691e-05, + "G": 0.001261097495444119, + "F": 0.0020955975633114576, + "E": 0.00042647344525903463, + "T": 0.0096627501770854, + "P": 0.15084443986415863, + "-": 0.8222087621688843 + }, + "id": "tp_5457" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 682149, + "label": "-", + "classification": { + "B": 0.0009919421281665564, + "S": 0.00019825997878797352, + "I": 0.0036496089305728674, + "C": 0.0004713266098406166, + "R": 0.0002540297864470631, + "M": 0.0026482963003218174, + "O": 0.0019470093538984656, + "W": 0.0001674552186159417, + "N": 0.00042326049879193306, + "Y": 0.004223763942718506, + "U": 4.4532727770274505e-05, + "K": 2.6675883418647572e-05, + "L": 0.0006156136514618993, + "G": 0.007394212298095226, + "F": 0.010868092998862267, + "E": 0.0042972564697265625, + "T": 0.007061082404106855, + "P": 0.32777881622314453, + "-": 0.6269387006759644 + }, + "id": "tp_5458" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 682282, + "label": "P", + "classification": { + "B": 2.128224150510505e-05, + "S": 8.538545444025658e-06, + "I": 0.002677823416888714, + "C": 0.00024490762734785676, + "R": 6.458920688601211e-05, + "M": 0.00023813272127881646, + "O": 8.0691090261098e-05, + "W": 1.0981352716044057e-05, + "N": 0.00021981459576636553, + "Y": 0.0028468852397054434, + "U": 9.55454925133381e-06, + "K": 0.00012147629604442045, + "L": 1.609469109098427e-05, + "G": 0.0028032963164150715, + "F": 0.016612296923995018, + "E": 0.0053685312159359455, + "T": 0.0011407964630052447, + "P": 0.5968685150146484, + "-": 0.37064582109451294 + }, + "id": "tp_5459" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 682382, + "label": "-", + "classification": { + "B": 1.0419007878681441e-09, + "S": 6.305808764039966e-09, + "I": 1.0261791430821177e-05, + "C": 7.979766536436728e-08, + "R": 3.266671821933187e-09, + "M": 2.0089314034521522e-07, + "O": 1.0159217822547362e-07, + "W": 4.492972216496582e-09, + "N": 5.283509381115437e-07, + "Y": 1.0665701665857341e-05, + "U": 2.1169768160689273e-09, + "K": 9.713426862845154e-08, + "L": 1.6763987975565442e-09, + "G": 2.868744957140734e-07, + "F": 0.0003699208900798112, + "E": 1.2836908354074694e-05, + "T": 1.0746217412815895e-05, + "P": 0.4311966896057129, + "-": 0.5683876872062683 + }, + "id": "tp_5460" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 682516, + "label": "P", + "classification": { + "B": 6.012708553271295e-09, + "S": 3.0361564373748706e-09, + "I": 5.497916936292313e-05, + "C": 5.90507283959596e-07, + "R": 1.1147075262840644e-08, + "M": 6.72645001031924e-07, + "O": 1.1355236750887343e-07, + "W": 6.553240172735286e-09, + "N": 9.877901447907789e-07, + "Y": 1.5842562788748182e-05, + "U": 4.453877266996642e-09, + "K": 5.436305059447477e-07, + "L": 2.411510546806994e-09, + "G": 2.4740825210756157e-06, + "F": 0.00038273067912086844, + "E": 0.0001947599375853315, + "T": 2.7339124244463164e-06, + "P": 0.6909863352775574, + "-": 0.30835726857185364 + }, + "id": "tp_5461" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 682649, + "label": "P", + "classification": { + "B": 8.383186922422681e-10, + "S": 9.401428524569155e-10, + "I": 9.895167750073597e-06, + "C": 2.319981540210847e-08, + "R": 6.981992761723177e-10, + "M": 2.399133514074947e-08, + "O": 1.4690161975750016e-08, + "W": 1.61886304361758e-09, + "N": 3.2564625485065335e-07, + "Y": 8.403113724853029e-07, + "U": 5.49952750006355e-10, + "K": 1.1475004413341594e-07, + "L": 1.2674014615576823e-10, + "G": 2.164834711493313e-07, + "F": 0.00024464429588988423, + "E": 6.046409907867201e-05, + "T": 3.0243739956858917e-07, + "P": 0.8493473529815674, + "-": 0.15033577382564545 + }, + "id": "tp_5462" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 682783, + "label": "P", + "classification": { + "B": 2.6258743446305743e-07, + "S": 3.133385462206206e-08, + "I": 0.0002464179415255785, + "C": 3.1315349247051927e-07, + "R": 1.6631226174013136e-08, + "M": 1.1741593652914162e-06, + "O": 3.033156588116981e-07, + "W": 1.9950430640847117e-08, + "N": 1.4786203792027663e-05, + "Y": 1.2635478014999535e-06, + "U": 1.51812802329232e-08, + "K": 4.041822165845588e-08, + "L": 2.057756276485634e-08, + "G": 3.920671588275582e-06, + "F": 1.3649986613017973e-05, + "E": 0.00012952525867149234, + "T": 7.041618573566666e-06, + "P": 0.9816329479217529, + "-": 0.017948253080248833 + }, + "id": "tp_5463" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 682883, + "label": "P", + "classification": { + "B": 6.890047075103212e-07, + "S": 8.234805193296779e-08, + "I": 0.0008378740167245269, + "C": 4.878630534221884e-06, + "R": 3.9203717960845097e-07, + "M": 9.328480700787622e-06, + "O": 2.5016586278070463e-06, + "W": 2.3664556181302032e-07, + "N": 2.2928121325094253e-05, + "Y": 4.624863504432142e-05, + "U": 1.315096369580715e-07, + "K": 1.2080917031198624e-06, + "L": 1.3076538607492694e-07, + "G": 1.7285496141994372e-05, + "F": 0.0006403898005373776, + "E": 0.0005060178809799254, + "T": 2.533285805839114e-05, + "P": 0.8352397680282593, + "-": 0.16264460980892181 + }, + "id": "tp_5464" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 683016, + "label": "-", + "classification": { + "B": 7.275878743939757e-08, + "S": 2.3834550333390325e-08, + "I": 7.862792699597776e-05, + "C": 2.077568524327944e-06, + "R": 1.5820621968032356e-07, + "M": 2.1647986159223365e-06, + "O": 8.329272418450273e-07, + "W": 2.0373709830323605e-08, + "N": 2.5904230369633297e-06, + "Y": 0.00012383850116748363, + "U": 3.948360571826015e-08, + "K": 1.2572437526614522e-06, + "L": 2.1389700677332257e-08, + "G": 2.855340062524192e-05, + "F": 0.0002843630500137806, + "E": 6.410353671526536e-05, + "T": 4.270912177162245e-05, + "P": 0.4288516342639923, + "-": 0.5705169439315796 + }, + "id": "tp_5465" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 683150, + "label": "P", + "classification": { + "B": 5.261858948557574e-09, + "S": 7.131182866437769e-10, + "I": 1.3144604054105002e-05, + "C": 4.837562173065635e-08, + "R": 7.425192127819003e-10, + "M": 4.3557680129424625e-08, + "O": 9.511272658357939e-09, + "W": 2.5542312709347925e-10, + "N": 1.955859687541306e-07, + "Y": 2.826137688316521e-07, + "U": 1.82184073382885e-10, + "K": 1.9857498978481658e-10, + "L": 5.158213300937575e-10, + "G": 3.072041465657094e-07, + "F": 1.0595733328955248e-05, + "E": 1.3984367797093e-05, + "T": 2.411056527762412e-07, + "P": 0.9770780801773071, + "-": 0.022883130237460136 + }, + "id": "tp_5466" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 683283, + "label": "-", + "classification": { + "B": 3.953384464239207e-08, + "S": 1.267914200298037e-07, + "I": 0.0004965619300492108, + "C": 4.176439233560814e-06, + "R": 3.957415231070627e-07, + "M": 6.907679562573321e-06, + "O": 2.3939078346302267e-06, + "W": 2.529735354528384e-07, + "N": 1.777826764737256e-05, + "Y": 7.681936403969303e-05, + "U": 1.619893907900405e-07, + "K": 9.979735295928549e-06, + "L": 5.2847166642777665e-08, + "G": 1.3421032235783059e-05, + "F": 0.0005941626150161028, + "E": 0.0005495407385751605, + "T": 4.211514169583097e-05, + "P": 0.42199715971946716, + "-": 0.5761879086494446 + }, + "id": "tp_5467" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 683383, + "label": "P", + "classification": { + "B": 5.52004699727604e-08, + "S": 7.581839867043527e-08, + "I": 0.00018787197768688202, + "C": 7.64377261930349e-07, + "R": 1.1637028762834234e-07, + "M": 1.716767110337969e-05, + "O": 1.8545312059359276e-06, + "W": 3.173707696646488e-08, + "N": 3.279655629739864e-06, + "Y": 8.19762353785336e-05, + "U": 1.3843603596797038e-08, + "K": 7.399908952265832e-08, + "L": 1.419551978187883e-07, + "G": 3.2044237741502e-05, + "F": 0.0008842298993840814, + "E": 0.00023644327302463353, + "T": 4.791427272721194e-05, + "P": 0.617251992225647, + "-": 0.3812539875507355 + }, + "id": "tp_5468" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 683517, + "label": "-", + "classification": { + "B": 1.5401776181533933e-05, + "S": 1.0991167073370889e-05, + "I": 0.0004049661220051348, + "C": 0.000270924239885062, + "R": 4.5761476940242574e-05, + "M": 0.0001754146214807406, + "O": 0.00010900356573984027, + "W": 1.1969661500188522e-05, + "N": 6.111490802140906e-05, + "Y": 0.0008687936933711171, + "U": 4.854775397689082e-06, + "K": 3.889229992637411e-05, + "L": 1.5222108231682796e-05, + "G": 0.0009368812898173928, + "F": 0.019928961992263794, + "E": 0.0010967085836455226, + "T": 0.0004569054872263223, + "P": 0.3708610534667969, + "-": 0.6046861410140991 + }, + "id": "tp_5469" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 683650, + "label": "P", + "classification": { + "B": 5.4524349252460524e-05, + "S": 7.460360211553052e-05, + "I": 0.10639622062444687, + "C": 0.0037236353382468224, + "R": 0.0012077575083822012, + "M": 0.0020554857328534126, + "O": 0.0008486172300763428, + "W": 0.00011880626698257402, + "N": 0.003530444810166955, + "Y": 0.00787190068513155, + "U": 9.666990808909759e-05, + "K": 8.864434494171292e-05, + "L": 0.00026425925898365676, + "G": 0.0028633540496230125, + "F": 0.0038376562297344208, + "E": 0.0038461436051875353, + "T": 0.007545044645667076, + "P": 0.5148780941963196, + "-": 0.34069812297821045 + }, + "id": "tp_5470" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 683750, + "label": "P", + "classification": { + "B": 1.8694265691010514e-07, + "S": 2.3334807508490485e-07, + "I": 0.0005561763537116349, + "C": 1.6303891243296675e-05, + "R": 1.0859442909350037e-06, + "M": 1.4582677067664918e-05, + "O": 2.7287492230243515e-06, + "W": 2.635378848481196e-07, + "N": 2.1822843336849473e-05, + "Y": 0.00022437283769249916, + "U": 3.1636162134418555e-07, + "K": 4.0179811549023725e-06, + "L": 1.8216667285742005e-07, + "G": 3.05316862068139e-05, + "F": 0.00046222671517170966, + "E": 0.00038021913496777415, + "T": 0.00012340770626906306, + "P": 0.634854257106781, + "-": 0.3633071184158325 + }, + "id": "tp_5471" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 683884, + "label": "P", + "classification": { + "B": 3.551857332695363e-07, + "S": 2.1544335027101624e-07, + "I": 0.0006599527550861239, + "C": 1.945919393619988e-05, + "R": 2.9411144168989267e-06, + "M": 3.0468590921373107e-05, + "O": 6.502237738459371e-06, + "W": 1.2885314504273992e-07, + "N": 1.4132475371297915e-05, + "Y": 0.0001409003889421001, + "U": 1.0573021569371122e-07, + "K": 9.082150143058243e-08, + "L": 9.308266726293368e-07, + "G": 0.00014662476314697415, + "F": 0.0005102426512166858, + "E": 0.0001664283190621063, + "T": 0.0001443689106963575, + "P": 0.7196433544158936, + "-": 0.2785128057003021 + }, + "id": "tp_5472" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 684017, + "label": "-", + "classification": { + "B": 6.339242872854811e-07, + "S": 9.959228464140324e-07, + "I": 0.0003950026002712548, + "C": 1.6523788872291334e-05, + "R": 4.5225633584777825e-06, + "M": 6.324677815428004e-05, + "O": 2.7503019737196155e-05, + "W": 1.664735805206874e-06, + "N": 1.4161014405544847e-05, + "Y": 0.0005966574535705149, + "U": 1.3129655371812987e-06, + "K": 1.0737575166785973e-06, + "L": 3.624059445428429e-06, + "G": 7.745271432213485e-05, + "F": 0.0010851447004824877, + "E": 9.71810077317059e-05, + "T": 0.0010555576300248504, + "P": 0.19311471283435822, + "-": 0.8034430742263794 + }, + "id": "tp_5473" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 684151, + "label": "-", + "classification": { + "B": 1.9121488037399104e-07, + "S": 2.0670803735356458e-07, + "I": 4.920539504382759e-05, + "C": 6.252390676309005e-07, + "R": 9.322972260861206e-08, + "M": 5.651250830851495e-06, + "O": 2.0880474949080963e-06, + "W": 1.2599925014455948e-07, + "N": 3.1265294637705665e-06, + "Y": 0.00011273468408035114, + "U": 1.3616545402328484e-07, + "K": 5.506414026967832e-07, + "L": 1.4411760673738172e-07, + "G": 8.087742571660783e-06, + "F": 0.0006964040221646428, + "E": 0.00010868245590245351, + "T": 0.00016795207920949906, + "P": 0.4349450469017029, + "-": 0.563899040222168 + }, + "id": "tp_5474" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 684251, + "label": "-", + "classification": { + "B": 1.4445231499848887e-07, + "S": 8.28242434636195e-08, + "I": 0.00020058653899468482, + "C": 6.353232492983807e-06, + "R": 9.347339187115722e-07, + "M": 9.795493497222196e-06, + "O": 4.736330538435141e-06, + "W": 1.522534489595273e-07, + "N": 7.72558541939361e-06, + "Y": 0.0002653433766681701, + "U": 2.2927073928258324e-07, + "K": 1.6852478665896342e-06, + "L": 3.172526419348287e-07, + "G": 7.15368878445588e-05, + "F": 0.0005741852801293135, + "E": 0.0001449494739063084, + "T": 0.0001842800120357424, + "P": 0.26271289587020874, + "-": 0.7358141541481018 + }, + "id": "tp_5475" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 684384, + "label": "P", + "classification": { + "B": 6.892491910548415e-07, + "S": 3.789340041748801e-07, + "I": 0.00011164628813276067, + "C": 1.3924032771228667e-07, + "R": 3.54238061106571e-08, + "M": 2.694507884370978e-06, + "O": 2.1479663701029494e-06, + "W": 1.1233628782747473e-07, + "N": 7.0570563366345596e-06, + "Y": 6.7553478402260225e-06, + "U": 1.4953878135770537e-08, + "K": 1.1949551037560013e-07, + "L": 1.0047168785831673e-07, + "G": 8.213432920456398e-06, + "F": 0.0003894949331879616, + "E": 0.0001503139064880088, + "T": 1.201317263621604e-05, + "P": 0.8771103620529175, + "-": 0.12219782918691635 + }, + "id": "tp_5476" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 684518, + "label": "P", + "classification": { + "B": 5.1093138608848676e-05, + "S": 1.3288359696161933e-05, + "I": 0.004769590217620134, + "C": 5.865039929631166e-05, + "R": 1.4101772649155464e-05, + "M": 0.00017984853184316307, + "O": 6.45886393613182e-05, + "W": 9.687810234026983e-06, + "N": 0.00033270742278546095, + "Y": 0.00022872273984830827, + "U": 4.330591764301062e-06, + "K": 6.314291567832697e-06, + "L": 1.1915404684259556e-05, + "G": 0.00020862456585746258, + "F": 0.0008844948606565595, + "E": 0.002216600114479661, + "T": 0.0003783161228056997, + "P": 0.8438935875892639, + "-": 0.14667336642742157 + }, + "id": "tp_5477" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 684651, + "label": "P", + "classification": { + "B": 4.8353062993555795e-06, + "S": 2.9230486120468413e-07, + "I": 0.0017372517613694072, + "C": 5.4628122597932816e-05, + "R": 3.366547616678872e-06, + "M": 6.848008342785761e-05, + "O": 8.853133294906002e-06, + "W": 6.41385440758313e-07, + "N": 3.468006252660416e-05, + "Y": 0.0007042583310976624, + "U": 1.873036808319739e-06, + "K": 4.3517443373275455e-06, + "L": 2.295514377692598e-06, + "G": 0.0004248413606546819, + "F": 0.0010358563158661127, + "E": 0.00245965295471251, + "T": 0.0002175456320401281, + "P": 0.5756887197494507, + "-": 0.41754764318466187 + }, + "id": "tp_5478" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 684751, + "label": "P", + "classification": { + "B": 2.55769191426225e-06, + "S": 4.28185157943517e-05, + "I": 0.003383449511602521, + "C": 1.7026928617269732e-05, + "R": 6.174353984533809e-06, + "M": 8.637814607936889e-05, + "O": 5.345790123101324e-05, + "W": 5.554627023229841e-06, + "N": 0.0005216422723606229, + "Y": 0.0008981259888969362, + "U": 2.428989319014363e-06, + "K": 1.1798202649515588e-05, + "L": 6.173782821861096e-06, + "G": 0.00015444263408426195, + "F": 0.002454245463013649, + "E": 0.0015506463823840022, + "T": 0.0009109809179790318, + "P": 0.8626595139503479, + "-": 0.12723252177238464 + }, + "id": "tp_5479" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 684885, + "label": "P", + "classification": { + "B": 2.7550436243473087e-07, + "S": 7.693120096519124e-08, + "I": 0.00027856844826601446, + "C": 2.179101876720324e-08, + "R": 1.2963081719163938e-09, + "M": 2.5654239834693726e-06, + "O": 1.3835405354711838e-07, + "W": 1.4101471101923835e-08, + "N": 1.1313019967928994e-05, + "Y": 2.900629851865233e-07, + "U": 4.926795083015634e-10, + "K": 8.070024648532126e-09, + "L": 6.745382030715064e-09, + "G": 6.829198468949471e-07, + "F": 5.759112355008256e-06, + "E": 0.0005042751436121762, + "T": 1.3641727036883822e-06, + "P": 0.9965057373046875, + "-": 0.0026890235021710396 + }, + "id": "tp_5480" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 685018, + "label": "P", + "classification": { + "B": 3.381076965069951e-07, + "S": 1.5618599036315572e-07, + "I": 0.0005022080731578171, + "C": 8.212265129259322e-06, + "R": 7.592898327857256e-07, + "M": 1.886219070001971e-05, + "O": 3.99753207602771e-06, + "W": 2.1967584018511843e-07, + "N": 1.4375334103533532e-05, + "Y": 0.0002334365271963179, + "U": 3.185045898135286e-07, + "K": 5.329478653948172e-07, + "L": 4.248013567575981e-07, + "G": 4.5031636545900255e-05, + "F": 0.00031419811421073973, + "E": 0.00021728848514612764, + "T": 0.00021205286611802876, + "P": 0.6212013959884644, + "-": 0.37722623348236084 + }, + "id": "tp_5481" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 685152, + "label": "P", + "classification": { + "B": 2.88396904579713e-07, + "S": 4.678448419781489e-07, + "I": 0.002517478074878454, + "C": 6.4445189309481066e-06, + "R": 9.473736781728803e-07, + "M": 3.988889147876762e-06, + "O": 8.759977845329558e-07, + "W": 3.3402824328732095e-07, + "N": 0.000498795707244426, + "Y": 1.710412288957741e-05, + "U": 1.9572061660255713e-07, + "K": 1.844112921389751e-05, + "L": 5.914516165717032e-08, + "G": 3.4401018638163805e-05, + "F": 0.0002747663820628077, + "E": 0.005025599151849747, + "T": 1.9343968233442865e-05, + "P": 0.9866125583648682, + "-": 0.004968003835529089 + }, + "id": "tp_5482" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 685252, + "label": "-", + "classification": { + "B": 4.96171992381278e-07, + "S": 2.878153679830575e-07, + "I": 5.5238237109733745e-05, + "C": 1.7333031792077236e-05, + "R": 7.732130598014919e-07, + "M": 2.2096190150477923e-05, + "O": 7.623374131071614e-06, + "W": 2.519967381431343e-07, + "N": 4.3614172682282515e-06, + "Y": 0.00019242182315792888, + "U": 1.3779077789877192e-07, + "K": 2.6984134819940664e-06, + "L": 9.324435836788325e-07, + "G": 0.0002466852020006627, + "F": 0.017582278698682785, + "E": 0.0006966106011532247, + "T": 8.885627175914124e-05, + "P": 0.2873838543891907, + "-": 0.6936970353126526 + }, + "id": "tp_5483" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 685385, + "label": "-", + "classification": { + "B": 3.447063363637426e-07, + "S": 1.4821223714989173e-07, + "I": 0.0001291658845730126, + "C": 1.023393224386382e-06, + "R": 1.7364061477564974e-07, + "M": 1.7902464605867863e-05, + "O": 5.458500709210057e-06, + "W": 1.735700863036982e-07, + "N": 1.9394883565837517e-06, + "Y": 0.0001028114347718656, + "U": 3.8168959548556813e-08, + "K": 2.2955768841370627e-08, + "L": 5.635810111925821e-07, + "G": 1.3149637197784614e-05, + "F": 0.00017024483531713486, + "E": 3.158006802550517e-05, + "T": 0.0001267470943275839, + "P": 0.3645835518836975, + "-": 0.634814977645874 + }, + "id": "tp_5484" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 685519, + "label": "-", + "classification": { + "B": 0.0006668497226200998, + "S": 8.363008237211034e-05, + "I": 0.0006274566403590143, + "C": 0.00013791964738629758, + "R": 7.421660848194733e-05, + "M": 0.0016258712857961655, + "O": 0.001638112124055624, + "W": 5.167948984308168e-05, + "N": 3.78152217308525e-05, + "Y": 0.0006332184420898557, + "U": 4.369563612272032e-06, + "K": 2.564537169291725e-07, + "L": 0.0007454259321093559, + "G": 0.001742321765050292, + "F": 0.004770528059452772, + "E": 0.0004438839969225228, + "T": 0.002340857172384858, + "P": 0.11373274773359299, + "-": 0.8706427216529846 + }, + "id": "tp_5485" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 685652, + "label": "-", + "classification": { + "B": 8.245977483056777e-07, + "S": 8.69803386649437e-07, + "I": 5.755072561441921e-05, + "C": 4.2270430640201084e-06, + "R": 4.1955340179811174e-07, + "M": 1.624970172997564e-05, + "O": 1.2395176781865302e-05, + "W": 1.1995103932349593e-06, + "N": 5.440705990622519e-06, + "Y": 6.521047180285677e-05, + "U": 2.5990362928496324e-07, + "K": 4.662726951210061e-06, + "L": 7.068188097036909e-07, + "G": 4.6688342990819365e-05, + "F": 0.0072557139210402966, + "E": 0.0003887381753884256, + "T": 5.426406642072834e-05, + "P": 0.3517945408821106, + "-": 0.6402901411056519 + }, + "id": "tp_5486" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 685752, + "label": "-", + "classification": { + "B": 0.0030813561752438545, + "S": 0.0030983469914644957, + "I": 0.012331238947808743, + "C": 0.009537766687572002, + "R": 0.00264408765360713, + "M": 0.04714901000261307, + "O": 0.005966424476355314, + "W": 0.0013251104392111301, + "N": 0.0032103981357067823, + "Y": 0.06232099235057831, + "U": 0.0003497115976642817, + "K": 0.005392665509134531, + "L": 0.00342292757704854, + "G": 0.060576412826776505, + "F": 0.11761583387851715, + "E": 0.09152695536613464, + "T": 0.030434386804699898, + "P": 0.11665061116218567, + "-": 0.42336583137512207 + }, + "id": "tp_5487" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 685886, + "label": "Y", + "classification": { + "B": 0.0002488514583092183, + "S": 0.00030403753044083714, + "I": 0.2583519220352173, + "C": 0.06583660840988159, + "R": 0.013811804354190826, + "M": 0.031419817358255386, + "O": 0.0031567872501909733, + "W": 0.0004537712666206062, + "N": 0.005692919250577688, + "Y": 0.2750816345214844, + "U": 0.00010250142076984048, + "K": 0.0007651696796528995, + "L": 0.0009802773129194975, + "G": 0.054585669189691544, + "F": 0.006909091025590897, + "E": 0.0317695215344429, + "T": 0.04297133907675743, + "P": 0.031321149319410324, + "-": 0.1762371063232422 + }, + "id": "tp_5488" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 686019, + "label": "I", + "classification": { + "B": 3.5129917250742437e-06, + "S": 4.1035622416529804e-05, + "I": 0.7076877355575562, + "C": 0.11922264844179153, + "R": 0.002790655242279172, + "M": 0.003770373063161969, + "O": 9.90114058367908e-05, + "W": 1.0063733498100191e-05, + "N": 0.011857395060360432, + "Y": 0.02056524157524109, + "U": 3.3626601947389645e-08, + "K": 7.227778405649588e-05, + "L": 2.4951821615104564e-05, + "G": 0.05954929441213608, + "F": 3.871135049848817e-05, + "E": 0.07023194432258606, + "T": 0.003479457926005125, + "P": 0.00046856398694217205, + "-": 8.694899588590488e-05 + }, + "id": "tp_5489" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 686153, + "label": "I", + "classification": { + "B": 0.002574132988229394, + "S": 0.007162935100495815, + "I": 0.33630868792533875, + "C": 0.14312094449996948, + "R": 0.043682072311639786, + "M": 0.1079527735710144, + "O": 0.01401556096971035, + "W": 0.002840448636561632, + "N": 0.031070413067936897, + "Y": 0.06275074928998947, + "U": 0.0006206953548826277, + "K": 0.0014324926305562258, + "L": 0.008637137711048126, + "G": 0.0625612884759903, + "F": 0.004282445181161165, + "E": 0.04056951031088829, + "T": 0.07836262136697769, + "P": 0.021407580003142357, + "-": 0.030647531151771545 + }, + "id": "tp_5490" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 686253, + "label": "-", + "classification": { + "B": 0.00043880994780920446, + "S": 0.0007554420153610408, + "I": 0.1819954663515091, + "C": 0.10295648872852325, + "R": 0.02516680210828781, + "M": 0.07417061179876328, + "O": 0.010556497611105442, + "W": 0.001222451450303197, + "N": 0.005614407826215029, + "Y": 0.13641422986984253, + "U": 0.0002543982118368149, + "K": 0.0003319327952340245, + "L": 0.003512574126943946, + "G": 0.045739419758319855, + "F": 0.006912326905876398, + "E": 0.0261844489723444, + "T": 0.0582013763487339, + "P": 0.03376919403672218, + "-": 0.2858032286167145 + }, + "id": "tp_5491" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 686386, + "label": "-", + "classification": { + "B": 2.4258028133772314e-05, + "S": 1.5030110262159724e-05, + "I": 0.32427722215652466, + "C": 0.0037024756893515587, + "R": 0.0006752441986463964, + "M": 0.012515874579548836, + "O": 0.0005538684199564159, + "W": 2.4822278646752238e-05, + "N": 0.0018883623415604234, + "Y": 0.13256095349788666, + "U": 5.162507477507461e-06, + "K": 1.3676721209776588e-05, + "L": 8.328814146807417e-05, + "G": 0.007010773289948702, + "F": 0.000548771524336189, + "E": 0.009782885201275349, + "T": 0.024007994681596756, + "P": 0.13146592676639557, + "-": 0.3508433699607849 + }, + "id": "tp_5492" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 686520, + "label": "-", + "classification": { + "B": 0.0002501586568541825, + "S": 0.00017311325063928962, + "I": 0.03267792612314224, + "C": 0.019501807168126106, + "R": 0.0023152008652687073, + "M": 0.03222310170531273, + "O": 0.001620791619643569, + "W": 0.00011229909432586282, + "N": 0.0007534165633842349, + "Y": 0.10400958359241486, + "U": 3.875663969665766e-05, + "K": 7.205974543467164e-05, + "L": 0.0014461210230365396, + "G": 0.03205548971891403, + "F": 0.016556665301322937, + "E": 0.0363454706966877, + "T": 0.030204566195607185, + "P": 0.05204235389828682, + "-": 0.6376011371612549 + }, + "id": "tp_5493" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 686653, + "label": "-", + "classification": { + "B": 0.003939762711524963, + "S": 0.006215978879481554, + "I": 0.028132572770118713, + "C": 0.0178318303078413, + "R": 0.009216860868036747, + "M": 0.2374712973833084, + "O": 0.028845973312854767, + "W": 0.002988178748637438, + "N": 0.0036918248515576124, + "Y": 0.06469728797674179, + "U": 0.000516379892360419, + "K": 0.00013717151887249202, + "L": 0.02260896936058998, + "G": 0.03437947854399681, + "F": 0.0114389443770051, + "E": 0.023176798596978188, + "T": 0.11016356945037842, + "P": 0.04966142773628235, + "-": 0.3448857069015503 + }, + "id": "tp_5494" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 686753, + "label": "M", + "classification": { + "B": 0.006604659371078014, + "S": 0.005897446069866419, + "I": 0.013905243948101997, + "C": 0.012034320272505283, + "R": 0.006608058698475361, + "M": 0.35061129927635193, + "O": 0.03887554258108139, + "W": 0.002411056077107787, + "N": 0.0015403616707772017, + "Y": 0.058185167610645294, + "U": 0.00013906051754020154, + "K": 8.655132114654407e-05, + "L": 0.03415350988507271, + "G": 0.06704522669315338, + "F": 0.014612559229135513, + "E": 0.02077914960682392, + "T": 0.05838218331336975, + "P": 0.026163464412093163, + "-": 0.28196510672569275 + }, + "id": "tp_5495" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 686887, + "label": "-", + "classification": { + "B": 0.0025176771450787783, + "S": 0.008930657058954239, + "I": 0.010654640384018421, + "C": 0.0047777434810996056, + "R": 0.006313743535429239, + "M": 0.22455231845378876, + "O": 0.03721850737929344, + "W": 0.0024694434832781553, + "N": 0.0007305559702217579, + "Y": 0.17695461213588715, + "U": 4.961170634487644e-05, + "K": 0.00012075857375748456, + "L": 0.025868751108646393, + "G": 0.08764512836933136, + "F": 0.0219345111399889, + "E": 0.0036371462047100067, + "T": 0.15002165734767914, + "P": 0.005990901496261358, + "-": 0.2296115905046463 + }, + "id": "tp_5496" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 687020, + "label": "Y", + "classification": { + "B": 2.3024073016131297e-05, + "S": 9.2818692792207e-05, + "I": 0.002788516692817211, + "C": 0.021447543054819107, + "R": 0.005696545820683241, + "M": 0.17776328325271606, + "O": 0.004532155115157366, + "W": 4.037634062115103e-05, + "N": 1.0683524124033283e-05, + "Y": 0.2953689396381378, + "U": 8.846033097142936e-07, + "K": 3.196404918526241e-07, + "L": 0.010563494637608528, + "G": 0.11841978132724762, + "F": 0.0019405758939683437, + "E": 0.0005263072671368718, + "T": 0.13751652836799622, + "P": 0.0003373569343239069, + "-": 0.2229308784008026 + }, + "id": "tp_5497" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 687154, + "label": "-", + "classification": { + "B": 0.00806949008256197, + "S": 0.01403968594968319, + "I": 0.10351267457008362, + "C": 0.02794155292212963, + "R": 0.025803184136748314, + "M": 0.06870000064373016, + "O": 0.03970623016357422, + "W": 0.01055082306265831, + "N": 0.022155778482556343, + "Y": 0.051659055054187775, + "U": 0.003538662102073431, + "K": 0.0042777410708367825, + "L": 0.02361983433365822, + "G": 0.052153512835502625, + "F": 0.04791736602783203, + "E": 0.025054851546883583, + "T": 0.06361381709575653, + "P": 0.1400229036808014, + "-": 0.26766279339790344 + }, + "id": "tp_5498" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 687254, + "label": "Y", + "classification": { + "B": 0.00029233310488052666, + "S": 0.0007569055305793881, + "I": 0.038098953664302826, + "C": 0.03714198246598244, + "R": 0.009620935656130314, + "M": 0.024545297026634216, + "O": 0.00621391274034977, + "W": 0.0007539079524576664, + "N": 0.0037596686743199825, + "Y": 0.44040220975875854, + "U": 0.0001287273917114362, + "K": 0.0020036932546645403, + "L": 0.001658349996432662, + "G": 0.06971239298582077, + "F": 0.013497966341674328, + "E": 0.016064973548054695, + "T": 0.09357000887393951, + "P": 0.015465657226741314, + "-": 0.22631213068962097 + }, + "id": "tp_5499" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 687387, + "label": "I", + "classification": { + "B": 9.31379763642326e-05, + "S": 0.0011612547095865011, + "I": 0.47886666655540466, + "C": 0.11107217520475388, + "R": 0.03445460647344589, + "M": 0.027679894119501114, + "O": 0.00510293198749423, + "W": 0.0006187100079841912, + "N": 0.012446939945220947, + "Y": 0.16661112010478973, + "U": 2.9333225029404275e-05, + "K": 0.0002998644777107984, + "L": 0.0013021009508520365, + "G": 0.03996777907013893, + "F": 0.0010778121650218964, + "E": 0.006907342467457056, + "T": 0.094851054251194, + "P": 0.0031041004694998264, + "-": 0.014353127218782902 + }, + "id": "tp_5500" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 687521, + "label": "Y", + "classification": { + "B": 1.2317230357439257e-05, + "S": 0.002000745851546526, + "I": 0.00013561041851062328, + "C": 0.08403229713439941, + "R": 0.026318252086639404, + "M": 0.023571627214550972, + "O": 0.013976599089801311, + "W": 0.0009132954874075949, + "N": 3.7656627682736143e-05, + "Y": 0.3480391502380371, + "U": 1.7185165006594616e-06, + "K": 0.00027242288342677057, + "L": 0.0059930006973445415, + "G": 0.17227618396282196, + "F": 0.09710770100355148, + "E": 0.00013706508616451174, + "T": 0.10932251065969467, + "P": 0.00016964474343694746, + "-": 0.11568222939968109 + }, + "id": "tp_5501" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 687654, + "label": "Y", + "classification": { + "B": 0.0004152319161221385, + "S": 0.006109783425927162, + "I": 0.030528122559189796, + "C": 0.07055924832820892, + "R": 0.023962318897247314, + "M": 0.0980185940861702, + "O": 0.012435026466846466, + "W": 0.0014843192184343934, + "N": 0.00352689391002059, + "Y": 0.29574668407440186, + "U": 3.2956664654193446e-05, + "K": 0.0011596360709518194, + "L": 0.008283966220915318, + "G": 0.1825617253780365, + "F": 0.009761511348187923, + "E": 0.01584961637854576, + "T": 0.21471863985061646, + "P": 0.001706175273284316, + "-": 0.023139603435993195 + }, + "id": "tp_5502" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 687754, + "label": "Y", + "classification": { + "B": 0.0007709022029303014, + "S": 0.004100973717868328, + "I": 0.006997356656938791, + "C": 0.0959048718214035, + "R": 0.0344233512878418, + "M": 0.05985267832875252, + "O": 0.0258602574467659, + "W": 0.003858275478705764, + "N": 0.0021711785811930895, + "Y": 0.2052462100982666, + "U": 0.0005535947857424617, + "K": 0.006133242975920439, + "L": 0.023866474628448486, + "G": 0.16797442734241486, + "F": 0.11307357996702194, + "E": 0.007755776401609182, + "T": 0.0632685199379921, + "P": 0.009575793519616127, + "-": 0.16861256957054138 + }, + "id": "tp_5503" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 687888, + "label": "M", + "classification": { + "B": 0.0011620735749602318, + "S": 0.019678784534335136, + "I": 0.028645003214478493, + "C": 0.0927569642663002, + "R": 0.043935541063547134, + "M": 0.16966041922569275, + "O": 0.06419534236192703, + "W": 0.005690326914191246, + "N": 0.004572127480059862, + "Y": 0.12692692875862122, + "U": 0.0001541412202641368, + "K": 0.0003490277158562094, + "L": 0.01808917336165905, + "G": 0.08069773018360138, + "F": 0.014602774754166603, + "E": 0.004458541050553322, + "T": 0.16368480026721954, + "P": 0.008365010842680931, + "-": 0.1523752510547638 + }, + "id": "tp_5504" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 688021, + "label": "Y", + "classification": { + "B": 2.268674734295928e-06, + "S": 0.0005872553447261453, + "I": 0.01111478079110384, + "C": 0.2155454456806183, + "R": 0.037965334951877594, + "M": 0.009113134816288948, + "O": 0.0032580948900431395, + "W": 0.00031424674671143293, + "N": 0.00046310372999869287, + "Y": 0.3982911705970764, + "U": 1.0134488093171967e-06, + "K": 0.0006010645302012563, + "L": 0.0005546818720176816, + "G": 0.14014801383018494, + "F": 0.00793309137225151, + "E": 0.00059766776394099, + "T": 0.1636068969964981, + "P": 9.532926924293861e-05, + "-": 0.00980737991631031 + }, + "id": "tp_5505" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 688155, + "label": "C", + "classification": { + "B": 2.450428837619256e-07, + "S": 1.7428385035600513e-05, + "I": 0.002565939212217927, + "C": 0.34803879261016846, + "R": 0.016740361228585243, + "M": 0.05025548115372658, + "O": 0.0013515348546206951, + "W": 5.196091024117777e-06, + "N": 5.145334853295935e-06, + "Y": 0.2193724811077118, + "U": 9.621027530215542e-09, + "K": 3.1718148107984234e-08, + "L": 0.0009860852733254433, + "G": 0.1405348777770996, + "F": 0.00012212184083182365, + "E": 8.10384372016415e-05, + "T": 0.2005666196346283, + "P": 8.708821951586287e-06, + "-": 0.01934785582125187 + }, + "id": "tp_5506" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 688255, + "label": "I", + "classification": { + "B": 2.0825469619012438e-05, + "S": 8.617161074653268e-05, + "I": 0.6793826818466187, + "C": 0.19613219797611237, + "R": 0.01660032570362091, + "M": 0.008686528541147709, + "O": 0.00039430029573850334, + "W": 3.951142934965901e-05, + "N": 0.00449089240282774, + "Y": 0.048826321959495544, + "U": 1.6590397535765078e-06, + "K": 1.1566185094125103e-05, + "L": 0.00018014307715930045, + "G": 0.016975538805127144, + "F": 4.91509199491702e-05, + "E": 0.006034972611814737, + "T": 0.020133772864937782, + "P": 0.0005868063308298588, + "-": 0.001366758020594716 + }, + "id": "tp_5507" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 688388, + "label": "-", + "classification": { + "B": 0.0037232155445963144, + "S": 0.006766497623175383, + "I": 0.012139066122472286, + "C": 0.0020237050484865904, + "R": 0.0024388597812503576, + "M": 0.22407355904579163, + "O": 0.02867421880364418, + "W": 0.0013616703217849135, + "N": 0.0006980027537792921, + "Y": 0.15138712525367737, + "U": 2.226465949206613e-05, + "K": 1.4772046597499866e-05, + "L": 0.011783752590417862, + "G": 0.035338424146175385, + "F": 0.00647280877456069, + "E": 0.0025948185939341784, + "T": 0.18252775073051453, + "P": 0.0073104300536215305, + "-": 0.32064905762672424 + }, + "id": "tp_5508" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 688522, + "label": "G", + "classification": { + "B": 0.0001484362146584317, + "S": 0.007443729322403669, + "I": 0.006377134472131729, + "C": 0.24235635995864868, + "R": 0.09937744587659836, + "M": 0.0640069767832756, + "O": 0.03215129300951958, + "W": 0.002340577309951186, + "N": 0.0012160682817921042, + "Y": 0.07871081680059433, + "U": 1.5592615454806946e-05, + "K": 0.0005701668560504913, + "L": 0.01924765482544899, + "G": 0.3073118031024933, + "F": 0.02773744985461235, + "E": 0.0010226912563666701, + "T": 0.09611601382493973, + "P": 0.00039266489329747856, + "-": 0.01345712598413229 + }, + "id": "tp_5509" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 688655, + "label": "Y", + "classification": { + "B": 8.133674782584421e-06, + "S": 0.00042597195715643466, + "I": 0.006039257161319256, + "C": 0.0005981060676276684, + "R": 0.0008963739965111017, + "M": 0.022020893171429634, + "O": 0.0032048141583800316, + "W": 0.00010183197446167469, + "N": 0.0002160844305763021, + "Y": 0.5702138543128967, + "U": 1.0864961268453044e-06, + "K": 6.940139428479597e-05, + "L": 0.0002893396595027298, + "G": 0.023992840200662613, + "F": 0.011368073523044586, + "E": 0.0002934868971351534, + "T": 0.1967107504606247, + "P": 0.0010579230729490519, + "-": 0.16249167919158936 + }, + "id": "tp_5510" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 688755, + "label": "C", + "classification": { + "B": 0.005641124211251736, + "S": 0.017338773235678673, + "I": 0.07001325488090515, + "C": 0.28570806980133057, + "R": 0.09263052046298981, + "M": 0.09600468724966049, + "O": 0.024222780019044876, + "W": 0.008658787235617638, + "N": 0.02365960367023945, + "Y": 0.03818872570991516, + "U": 0.0017740819603204727, + "K": 0.004589664749801159, + "L": 0.028101876378059387, + "G": 0.1460810750722885, + "F": 0.015048980712890625, + "E": 0.04574542120099068, + "T": 0.057773057371377945, + "P": 0.01659773848950863, + "-": 0.02222180739045143 + }, + "id": "tp_5511" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 688889, + "label": "Y", + "classification": { + "B": 4.2408497392898425e-05, + "S": 0.0008968242909759283, + "I": 0.004711194895207882, + "C": 0.18317630887031555, + "R": 0.03208261355757713, + "M": 0.03156949579715729, + "O": 0.009622899815440178, + "W": 0.0007882775971665978, + "N": 0.0006140944897197187, + "Y": 0.3242827355861664, + "U": 1.5272882592398673e-05, + "K": 0.0010611461475491524, + "L": 0.005562270525842905, + "G": 0.25648850202560425, + "F": 0.019800785928964615, + "E": 0.003265148727223277, + "T": 0.0940648689866066, + "P": 0.0006130494293756783, + "-": 0.03134212642908096 + }, + "id": "tp_5512" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 689022, + "label": "Y", + "classification": { + "B": 0.00016838451847434044, + "S": 0.0008362854132428765, + "I": 0.026065411046147346, + "C": 0.03469729796051979, + "R": 0.006828414276242256, + "M": 0.1013454794883728, + "O": 0.0054169646464288235, + "W": 0.00022343934688251466, + "N": 0.0007823826163075864, + "Y": 0.5040607452392578, + "U": 4.0753934626991395e-06, + "K": 9.680969378678128e-05, + "L": 0.002235582796856761, + "G": 0.10373795032501221, + "F": 0.005334546323865652, + "E": 0.00703570106998086, + "T": 0.129705011844635, + "P": 0.0023453086614608765, + "-": 0.06908009946346283 + }, + "id": "tp_5513" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 689156, + "label": "G", + "classification": { + "B": 8.335849997820333e-05, + "S": 0.013842988759279251, + "I": 0.007191474083811045, + "C": 0.01820867322385311, + "R": 0.005105075892060995, + "M": 0.2680331766605377, + "O": 0.01612536422908306, + "W": 0.00035628044861368835, + "N": 0.000730379659216851, + "Y": 0.049702148884534836, + "U": 4.994438427274872e-07, + "K": 2.7026329917134717e-05, + "L": 0.01966814696788788, + "G": 0.4601457417011261, + "F": 0.0021690705325454473, + "E": 0.005866737104952335, + "T": 0.12971064448356628, + "P": 0.00021126045612618327, + "-": 0.002821979345753789 + }, + "id": "tp_5514" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 689256, + "label": "Y", + "classification": { + "B": 0.00011884050036314875, + "S": 0.00030366991995833814, + "I": 0.05722163990139961, + "C": 0.020107965916395187, + "R": 0.005958976224064827, + "M": 0.07130379974842072, + "O": 0.005148410331457853, + "W": 0.00014849680883344263, + "N": 0.0007859085453674197, + "Y": 0.49305516481399536, + "U": 4.91305036121048e-06, + "K": 1.0923847185040358e-05, + "L": 0.001663808012381196, + "G": 0.06123397499322891, + "F": 0.001594648347236216, + "E": 0.003916347399353981, + "T": 0.1689552515745163, + "P": 0.0026939273811876774, + "-": 0.10577341169118881 + }, + "id": "tp_5515" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 689389, + "label": "G", + "classification": { + "B": 0.0007015776936896145, + "S": 0.0016539046773687005, + "I": 0.013017699122428894, + "C": 0.032494913786649704, + "R": 0.005434873513877392, + "M": 0.06463852524757385, + "O": 0.004585832357406616, + "W": 0.0005893768975511193, + "N": 0.0015995688736438751, + "Y": 0.2523767650127411, + "U": 3.2424570235889405e-05, + "K": 0.002154040616005659, + "L": 0.005028356332331896, + "G": 0.33495599031448364, + "F": 0.042576346546411514, + "E": 0.08148536831140518, + "T": 0.06287594139575958, + "P": 0.006771932356059551, + "-": 0.08702661097049713 + }, + "id": "tp_5516" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 689523, + "label": "M", + "classification": { + "B": 0.0010868817334994674, + "S": 0.01436029002070427, + "I": 0.06158607453107834, + "C": 0.13308537006378174, + "R": 0.03861382231116295, + "M": 0.222624272108078, + "O": 0.019684379920363426, + "W": 0.00227852794341743, + "N": 0.0074888295494019985, + "Y": 0.08602443337440491, + "U": 5.735264130635187e-05, + "K": 0.000473374588182196, + "L": 0.01835794933140278, + "G": 0.2054441124200821, + "F": 0.006647443864494562, + "E": 0.029675303027033806, + "T": 0.13135094940662384, + "P": 0.0037416687700897455, + "-": 0.01741895265877247 + }, + "id": "tp_5517" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 689656, + "label": "-", + "classification": { + "B": 0.0006140733021311462, + "S": 0.00044935260666534305, + "I": 0.0019002386834472418, + "C": 0.0012626345269382, + "R": 0.0004974005278199911, + "M": 0.025072647258639336, + "O": 0.0030539254657924175, + "W": 0.00014643010217696428, + "N": 0.00011037407239200547, + "Y": 0.08446259051561356, + "U": 1.155947848019423e-05, + "K": 4.830410034628585e-05, + "L": 0.0019629986491054296, + "G": 0.05210596323013306, + "F": 0.04350479319691658, + "E": 0.0031662853434681892, + "T": 0.04350252076983452, + "P": 0.013926236890256405, + "-": 0.7242017388343811 + }, + "id": "tp_5518" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 689756, + "label": "-", + "classification": { + "B": 2.4859848053893074e-05, + "S": 0.00037757641985081136, + "I": 0.0007670699851587415, + "C": 0.0019655737560242414, + "R": 0.0016365665942430496, + "M": 0.020865974947810173, + "O": 0.0048324414528906345, + "W": 0.00015550643729511648, + "N": 3.58806864824146e-05, + "Y": 0.1748945415019989, + "U": 4.545146566670155e-06, + "K": 5.0543356337584555e-05, + "L": 0.0023201669100672007, + "G": 0.04005580395460129, + "F": 0.02967427670955658, + "E": 0.0002562826266512275, + "T": 0.05546480044722557, + "P": 0.0016518288757652044, + "-": 0.6649656891822815 + }, + "id": "tp_5519" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 689890, + "label": "-", + "classification": { + "B": 3.458115216403712e-08, + "S": 3.69884364772588e-05, + "I": 8.951676022661559e-07, + "C": 0.0005939998663961887, + "R": 0.0002776836627162993, + "M": 0.013405738398432732, + "O": 0.0017180867725983262, + "W": 4.887372597295325e-06, + "N": 2.5566333050619505e-08, + "Y": 0.05604371055960655, + "U": 4.349574478368368e-09, + "K": 2.126497378185377e-07, + "L": 0.0019795445259660482, + "G": 0.026622598990797997, + "F": 0.04157451167702675, + "E": 1.1893521332240198e-06, + "T": 0.038075078278779984, + "P": 2.120559656759724e-05, + "-": 0.8196436762809753 + }, + "id": "tp_5520" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 690023, + "label": "-", + "classification": { + "B": 8.784060590016907e-09, + "S": 2.4625503414199557e-08, + "I": 3.2242940051219193e-07, + "C": 8.696880513525684e-07, + "R": 7.968199611241289e-08, + "M": 1.5185888514679391e-05, + "O": 1.0802849601532216e-06, + "W": 6.900437998780262e-09, + "N": 5.0074420165913125e-09, + "Y": 0.00031931171542964876, + "U": 3.5705288725651485e-10, + "K": 5.4373753499703525e-08, + "L": 5.008163270758814e-07, + "G": 0.0003342181444168091, + "F": 0.028125733137130737, + "E": 3.4392401175864507e-06, + "T": 0.00013576973287854344, + "P": 0.0012066659983247519, + "-": 0.9698567390441895 + }, + "id": "tp_5521" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 690157, + "label": "-", + "classification": { + "B": 8.591995737106117e-08, + "S": 1.1812772982011666e-06, + "I": 0.0001004973310045898, + "C": 9.906965715344995e-05, + "R": 3.263445250922814e-05, + "M": 0.000414661830291152, + "O": 6.952409603400156e-05, + "W": 5.659501880472817e-07, + "N": 5.631558792629221e-07, + "Y": 0.07601583003997803, + "U": 3.623219058113136e-08, + "K": 1.6219662768435228e-07, + "L": 1.1251448086113669e-05, + "G": 0.001359340501949191, + "F": 0.000933609961066395, + "E": 1.6332032828358933e-06, + "T": 0.03031422197818756, + "P": 0.00041039776988327503, + "-": 0.8902348279953003 + }, + "id": "tp_5522" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 690257, + "label": "-", + "classification": { + "B": 1.1606964278598753e-07, + "S": 3.713100568347727e-06, + "I": 4.842802923121781e-07, + "C": 1.8527483689467772e-06, + "R": 2.4410061882917944e-07, + "M": 0.0004334528639446944, + "O": 2.3926493668113835e-05, + "W": 1.5141452536227007e-07, + "N": 3.8447542038966276e-08, + "Y": 0.008517272770404816, + "U": 3.9597128353996425e-10, + "K": 1.448095531486615e-06, + "L": 5.21830497746123e-06, + "G": 0.006818790454417467, + "F": 0.16858187317848206, + "E": 4.891297794529237e-05, + "T": 0.0015937106218189, + "P": 0.0006863346789032221, + "-": 0.8132824897766113 + }, + "id": "tp_5523" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 690390, + "label": "-", + "classification": { + "B": 9.417149282597848e-10, + "S": 5.033030880952083e-09, + "I": 1.5752345916553168e-07, + "C": 7.542289637285648e-08, + "R": 1.1201207961164528e-08, + "M": 3.522399128996767e-05, + "O": 6.111110906203976e-07, + "W": 8.135792040064871e-10, + "N": 1.7392561835194442e-09, + "Y": 0.002249619225040078, + "U": 5.993556345673667e-11, + "K": 1.3501858298070601e-08, + "L": 3.933210734885506e-08, + "G": 8.39994172565639e-05, + "F": 0.0010175816714763641, + "E": 9.430842737856437e-07, + "T": 0.00028535095043480396, + "P": 0.000450077437562868, + "-": 0.9958763122558594 + }, + "id": "tp_5524" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 690524, + "label": "-", + "classification": { + "B": 4.164558021352294e-12, + "S": 3.1092439820717965e-12, + "I": 4.7589783676305064e-12, + "C": 1.798366902443227e-12, + "R": 4.572143445097376e-13, + "M": 7.718654160271399e-07, + "O": 4.408021503365944e-09, + "W": 5.933096489151371e-14, + "N": 8.552292086288474e-16, + "Y": 3.4008330658252817e-06, + "U": 8.23780652081251e-18, + "K": 9.387544558869365e-18, + "L": 5.640319322708365e-10, + "G": 2.7858902740263147e-07, + "F": 3.2327850476576714e-06, + "E": 1.7948795227873404e-11, + "T": 9.68604354056879e-07, + "P": 1.2296872000661097e-06, + "-": 0.9999901056289673 + }, + "id": "tp_5525" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 690657, + "label": "-", + "classification": { + "B": 1.4612633769672811e-08, + "S": 2.4546649001422338e-05, + "I": 3.898975649008207e-07, + "C": 1.695017658676079e-06, + "R": 8.217240292651695e-07, + "M": 0.0015808241441845894, + "O": 9.728833538247272e-05, + "W": 9.79198944150994e-07, + "N": 4.097097061617205e-08, + "Y": 0.08129369467496872, + "U": 1.7778324645778554e-10, + "K": 2.208080877608154e-05, + "L": 6.171523637021892e-06, + "G": 0.020261751487851143, + "F": 0.303740918636322, + "E": 2.0478903024923056e-05, + "T": 0.02042033150792122, + "P": 4.4183965655975044e-05, + "-": 0.5724836587905884 + }, + "id": "tp_5526" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 690757, + "label": "-", + "classification": { + "B": 6.716558687003271e-08, + "S": 1.7404325092229556e-07, + "I": 8.890479819001484e-08, + "C": 7.732005258276331e-09, + "R": 9.806588430194552e-09, + "M": 2.4991295504150912e-05, + "O": 1.2508923646237236e-05, + "W": 1.4630738398579979e-08, + "N": 4.220036264879212e-10, + "Y": 0.0004712546069640666, + "U": 2.8055927806663883e-12, + "K": 3.144346588657143e-11, + "L": 2.6113607987099385e-07, + "G": 2.8527645554277115e-05, + "F": 8.923331915866584e-05, + "E": 1.4329757824782519e-08, + "T": 0.0003259813238400966, + "P": 6.016566476318985e-05, + "-": 0.9989866614341736 + }, + "id": "tp_5527" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 690891, + "label": "-", + "classification": { + "B": 0.0019286326132714748, + "S": 0.005750463344156742, + "I": 0.0008165199542418122, + "C": 0.0024926248006522655, + "R": 0.0017366799293085933, + "M": 0.056489214301109314, + "O": 0.016261909157037735, + "W": 0.001194370212033391, + "N": 8.844491094350815e-05, + "Y": 0.06286434084177017, + "U": 8.569565579819027e-06, + "K": 0.00011508370516821742, + "L": 0.013070948421955109, + "G": 0.12558569014072418, + "F": 0.12187973409891129, + "E": 0.0022775917313992977, + "T": 0.050012148916721344, + "P": 0.004211115185171366, + "-": 0.5332158803939819 + }, + "id": "tp_5528" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 691024, + "label": "-", + "classification": { + "B": 8.52986481447715e-09, + "S": 1.5820641863228957e-07, + "I": 5.927834667573961e-09, + "C": 3.709282623276522e-07, + "R": 9.633619413307315e-08, + "M": 7.585816638311371e-05, + "O": 1.2591034646902699e-05, + "W": 2.1882252454474838e-08, + "N": 2.683369082490117e-10, + "Y": 0.0009018897544592619, + "U": 5.15955680957525e-11, + "K": 1.3742013083017923e-09, + "L": 3.6355947941046907e-06, + "G": 0.00017997311078943312, + "F": 0.006332592107355595, + "E": 6.235481464500481e-08, + "T": 0.000246810435783118, + "P": 6.726919673383236e-05, + "-": 0.9921786785125732 + }, + "id": "tp_5529" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 691158, + "label": "-", + "classification": { + "B": 9.178007659427223e-11, + "S": 2.5955719795689447e-09, + "I": 2.9532897016792958e-08, + "C": 4.987092339092669e-08, + "R": 2.303422164118274e-08, + "M": 3.8398135075112805e-05, + "O": 7.797480634508247e-07, + "W": 2.77940864767956e-10, + "N": 5.6820187444017733e-11, + "Y": 0.0007040357450023293, + "U": 1.7389196636449777e-12, + "K": 2.491539786986241e-11, + "L": 2.2711923008955637e-07, + "G": 6.655027391389012e-05, + "F": 0.0009151086560450494, + "E": 2.6065869462854607e-08, + "T": 0.00022073433501645923, + "P": 2.8402851967257448e-05, + "-": 0.9980257749557495 + }, + "id": "tp_5530" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 691258, + "label": "-", + "classification": { + "B": 7.33364979854656e-10, + "S": 7.145220526361129e-10, + "I": 1.199379084937391e-07, + "C": 1.9233468151469424e-08, + "R": 2.1779693604173644e-09, + "M": 3.7998324842192233e-06, + "O": 8.295109665823475e-08, + "W": 2.3303611818015213e-10, + "N": 9.132969380765132e-10, + "Y": 0.00034763687290251255, + "U": 8.221114761175485e-11, + "K": 4.741360637439129e-09, + "L": 7.72487229738772e-09, + "G": 1.8063787138089538e-05, + "F": 0.0008526031742803752, + "E": 8.503463959641522e-07, + "T": 6.025444599799812e-05, + "P": 0.0018121134489774704, + "-": 0.9969044327735901 + }, + "id": "tp_5531" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 691391, + "label": "-", + "classification": { + "B": 1.3783241908926769e-11, + "S": 1.1922210774173436e-08, + "I": 7.947662972185299e-09, + "C": 2.9626141895278124e-07, + "R": 6.200590974003717e-08, + "M": 1.3003723324800376e-05, + "O": 2.2355147848429624e-06, + "W": 3.6477250109356874e-09, + "N": 3.6068764641683515e-10, + "Y": 0.0020479944068938494, + "U": 1.309621508460701e-11, + "K": 4.2007425093970596e-08, + "L": 2.380175487814995e-07, + "G": 0.00024359938106499612, + "F": 0.040404241532087326, + "E": 1.2262438531251973e-07, + "T": 0.00025235521025024354, + "P": 4.882941721007228e-05, + "-": 0.9569869637489319 + }, + "id": "tp_5532" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 691525, + "label": "-", + "classification": { + "B": 4.048660712241414e-11, + "S": 3.548645544082518e-10, + "I": 2.0316306414969176e-09, + "C": 8.46070591364878e-09, + "R": 2.45911596641335e-10, + "M": 1.1424087631439761e-07, + "O": 2.3674928684158658e-08, + "W": 1.0688266244285316e-10, + "N": 4.991730293002483e-11, + "Y": 9.710377526062075e-06, + "U": 1.6876194452314364e-12, + "K": 4.6391974706239125e-09, + "L": 6.837989063868122e-10, + "G": 1.3462091601468273e-06, + "F": 0.006764054764062166, + "E": 9.010295798361767e-08, + "T": 2.507995986889e-06, + "P": 0.0006141901831142604, + "-": 0.9926079511642456 + }, + "id": "tp_5533" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 691658, + "label": "-", + "classification": { + "B": 1.4696159870639103e-12, + "S": 1.4663407640891357e-11, + "I": 6.545844755123653e-09, + "C": 1.309515940128847e-09, + "R": 9.124644789748615e-11, + "M": 5.231950694906118e-08, + "O": 2.8811728558508776e-09, + "W": 1.0460972366121979e-11, + "N": 5.8018576054585935e-11, + "Y": 1.8157023077947088e-05, + "U": 8.070036067349406e-13, + "K": 1.461462240115452e-08, + "L": 4.445622689419615e-11, + "G": 1.1170094467161107e-06, + "F": 0.00039111770456656814, + "E": 2.782968522296869e-07, + "T": 2.2601404907618416e-06, + "P": 0.0003674421168398112, + "-": 0.999219536781311 + }, + "id": "tp_5534" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 691758, + "label": "-", + "classification": { + "B": 1.824154765017738e-07, + "S": 1.3903561921324581e-05, + "I": 1.4552685456692416e-07, + "C": 2.51857886723883e-06, + "R": 3.740331919743767e-07, + "M": 0.0018805637955665588, + "O": 0.00015154719585552812, + "W": 2.7834462912323943e-07, + "N": 1.1460455695555538e-08, + "Y": 0.0024596743751317263, + "U": 1.8347474928237517e-10, + "K": 3.398222148121022e-08, + "L": 6.459116411861032e-05, + "G": 0.005577697418630123, + "F": 0.22464706003665924, + "E": 9.610677807359025e-06, + "T": 0.001283852499909699, + "P": 0.0003705478156916797, + "-": 0.7635374069213867 + }, + "id": "tp_5535" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 691892, + "label": "-", + "classification": { + "B": 1.6751926068536704e-08, + "S": 3.089130018452124e-08, + "I": 3.818650284870273e-08, + "C": 1.218044243245231e-08, + "R": 1.2793999637494835e-08, + "M": 2.892446718760766e-05, + "O": 3.4746105939120753e-06, + "W": 7.505154719922302e-09, + "N": 3.651758062606092e-10, + "Y": 8.889410673873499e-05, + "U": 5.098352729576705e-12, + "K": 4.972800990432624e-11, + "L": 8.020024466759423e-08, + "G": 3.951449798478279e-06, + "F": 0.0001706738257780671, + "E": 5.222025478701653e-08, + "T": 8.827225246932358e-05, + "P": 0.00015312619507312775, + "-": 0.9994624257087708 + }, + "id": "tp_5536" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 692025, + "label": "-", + "classification": { + "B": 6.395657692337409e-08, + "S": 4.266972908339994e-08, + "I": 6.993317924752773e-09, + "C": 7.177508365430185e-09, + "R": 3.941465820389567e-09, + "M": 9.012268856167793e-05, + "O": 1.200830411107745e-05, + "W": 2.663482545628426e-09, + "N": 1.8402574603060273e-11, + "Y": 0.00011367406841600314, + "U": 5.700272610702217e-13, + "K": 2.846950919368346e-13, + "L": 3.0598766898037866e-06, + "G": 9.500306623522192e-05, + "F": 0.0003329637984279543, + "E": 5.802058922199649e-08, + "T": 3.490124436211772e-05, + "P": 3.6945839383406565e-05, + "-": 0.9992812275886536 + }, + "id": "tp_5537" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 692125, + "label": "-", + "classification": { + "B": 8.163145853723464e-11, + "S": 1.9408950002741676e-09, + "I": 4.327385949576268e-10, + "C": 6.116436246372814e-10, + "R": 5.1597958544702394e-11, + "M": 2.443034418320167e-06, + "O": 5.294228344610019e-08, + "W": 4.7478271314460585e-11, + "N": 6.660834210581168e-12, + "Y": 4.893236109637655e-05, + "U": 3.9228975699367313e-14, + "K": 3.32355920562577e-10, + "L": 1.7639248950374053e-09, + "G": 5.066977337264689e-06, + "F": 0.0018242242513224483, + "E": 2.033844737070467e-07, + "T": 1.0912851394095924e-05, + "P": 3.7315669032977894e-05, + "-": 0.9980707764625549 + }, + "id": "tp_5538" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 692259, + "label": "-", + "classification": { + "B": 2.4060650694046615e-10, + "S": 1.4699310213472927e-07, + "I": 5.300360150783945e-09, + "C": 1.7587578895472689e-06, + "R": 4.607066728112841e-07, + "M": 5.4280946642393246e-05, + "O": 9.422868060937617e-06, + "W": 3.178409002657645e-08, + "N": 6.829147802811519e-10, + "Y": 0.002621961757540703, + "U": 2.427855312625571e-11, + "K": 6.959747906876146e-07, + "L": 6.631684072999633e-07, + "G": 0.0005363840027712286, + "F": 0.04082934185862541, + "E": 5.29772762547509e-07, + "T": 0.0002965266176033765, + "P": 3.7314468499971554e-05, + "-": 0.9556103944778442 + }, + "id": "tp_5539" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 692392, + "label": "-", + "classification": { + "B": 3.428218597889554e-09, + "S": 4.794351582404488e-09, + "I": 3.009267857123632e-08, + "C": 2.1541286088222478e-08, + "R": 3.8230918875115094e-08, + "M": 8.083115972112864e-05, + "O": 4.181048097962048e-06, + "W": 1.543731475983634e-09, + "N": 2.144679919768855e-11, + "Y": 0.0004370045498944819, + "U": 4.186593346305889e-12, + "K": 2.1422901159192514e-13, + "L": 1.8433501054460066e-06, + "G": 3.798950638156384e-05, + "F": 8.65882757352665e-05, + "E": 2.2474189176335813e-09, + "T": 0.00034848565701395273, + "P": 1.423574303771602e-05, + "-": 0.9989888072013855 + }, + "id": "tp_5540" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 692526, + "label": "-", + "classification": { + "B": 3.854575325590304e-09, + "S": 6.233280601009028e-06, + "I": 1.2608196584551479e-06, + "C": 5.922398145230545e-07, + "R": 5.779834850727639e-07, + "M": 0.000843430869281292, + "O": 9.252918243873864e-05, + "W": 5.158311751074507e-07, + "N": 6.571630706275755e-08, + "Y": 0.024388106539845467, + "U": 4.687354948629263e-10, + "K": 1.9170572613802506e-06, + "L": 7.368179012701148e-06, + "G": 0.0017072969349101186, + "F": 0.07658356428146362, + "E": 3.810368070844561e-06, + "T": 0.01037934422492981, + "P": 0.0001834212598623708, + "-": 0.8857999444007874 + }, + "id": "tp_5541" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 692626, + "label": "-", + "classification": { + "B": 1.7035327593006855e-09, + "S": 8.971741038976688e-08, + "I": 1.644560484237445e-06, + "C": 5.96718734868773e-07, + "R": 5.508451295099803e-07, + "M": 4.966121559846215e-05, + "O": 6.998055596341146e-06, + "W": 6.929875695504961e-08, + "N": 3.2875007605071005e-08, + "Y": 0.0073592946864664555, + "U": 1.8309453952980448e-09, + "K": 2.721870259847492e-06, + "L": 1.973591992054935e-07, + "G": 0.00013011418923269957, + "F": 0.0016658013919368386, + "E": 1.765687215993239e-06, + "T": 0.001657957094721496, + "P": 0.0003602895303629339, + "-": 0.9887621998786926 + }, + "id": "tp_5542" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 692759, + "label": "-", + "classification": { + "B": 1.7201794155763395e-10, + "S": 5.08279951461077e-09, + "I": 1.7031605921147275e-06, + "C": 4.5493862899093074e-08, + "R": 4.8965745236273506e-08, + "M": 6.289686280069873e-05, + "O": 5.994150455990166e-07, + "W": 9.496566866218359e-10, + "N": 2.1856720877622138e-09, + "Y": 0.0053110853768885136, + "U": 2.0969167374707e-11, + "K": 6.416586706414762e-10, + "L": 4.083141291744141e-08, + "G": 4.624240682460368e-05, + "F": 0.00044496386544778943, + "E": 1.7374703986661189e-07, + "T": 0.0013019719626754522, + "P": 0.00021587268565781415, + "-": 0.9926143884658813 + }, + "id": "tp_5543" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 692893, + "label": "-", + "classification": { + "B": 9.84842958053067e-13, + "S": 8.162187037363822e-10, + "I": 3.0120064220540144e-09, + "C": 7.525564882371327e-08, + "R": 3.122252323350949e-08, + "M": 4.5100761781213805e-05, + "O": 2.0886263882857747e-06, + "W": 1.347714856381188e-10, + "N": 3.648834706604376e-12, + "Y": 0.02351728454232216, + "U": 9.724960603246704e-15, + "K": 9.922610476331695e-12, + "L": 4.068893133535312e-08, + "G": 0.0001310725201619789, + "F": 9.380703704664484e-05, + "E": 4.797240937826075e-10, + "T": 0.0017130617052316666, + "P": 3.2396221172348305e-07, + "-": 0.9744971394538879 + }, + "id": "tp_5544" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 693026, + "label": "Y", + "classification": { + "B": 3.993236408206258e-09, + "S": 3.195395493094111e-06, + "I": 7.475611346308142e-05, + "C": 1.0075337968373788e-06, + "R": 2.1578443920589052e-06, + "M": 0.0014610715443268418, + "O": 0.00015678528870921582, + "W": 3.69665002608599e-07, + "N": 4.783592544299609e-07, + "Y": 0.5028494596481323, + "U": 1.4213787091765795e-10, + "K": 2.583302318726055e-07, + "L": 6.314733695944597e-07, + "G": 0.0013710085768252611, + "F": 0.0007106830598786473, + "E": 2.512929597742186e-07, + "T": 0.1556846797466278, + "P": 3.8201280403882265e-05, + "-": 0.33764514327049255 + }, + "id": "tp_5545" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 693126, + "label": "-", + "classification": { + "B": 4.251399587928972e-08, + "S": 8.353152907147887e-07, + "I": 2.6110973294635187e-07, + "C": 3.13967902911827e-05, + "R": 1.0641630069585517e-05, + "M": 0.0005754688172601163, + "O": 0.00010361381282564253, + "W": 9.101113818132944e-08, + "N": 1.3690234501595455e-09, + "Y": 0.035954300314188004, + "U": 1.6001521288555587e-11, + "K": 1.101454838448035e-08, + "L": 2.6981710107065737e-05, + "G": 0.015865664929151535, + "F": 0.0075284321792423725, + "E": 4.2758148310895194e-07, + "T": 0.0025371918454766273, + "P": 9.817909813136794e-06, + "-": 0.9373548626899719 + }, + "id": "tp_5546" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 693260, + "label": "-", + "classification": { + "B": 5.22841730798973e-07, + "S": 2.9426582841551863e-06, + "I": 5.095629376228317e-07, + "C": 9.018538094096584e-07, + "R": 2.4384132757404586e-07, + "M": 7.905780512373894e-05, + "O": 2.012114055105485e-05, + "W": 2.624809383178217e-07, + "N": 1.5004378184357847e-08, + "Y": 0.000244574825046584, + "U": 3.812828108795685e-10, + "K": 8.896788195045247e-09, + "L": 4.3140903471794445e-06, + "G": 0.0002166267513530329, + "F": 0.017419634386897087, + "E": 2.911958290496841e-06, + "T": 0.00019422148761805147, + "P": 0.0017502227565273643, + "-": 0.9800629615783691 + }, + "id": "tp_5547" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 693393, + "label": "-", + "classification": { + "B": 1.7337682947982103e-05, + "S": 0.0003392592479940504, + "I": 1.0850007129192818e-05, + "C": 0.00013683548604603857, + "R": 0.00011203368194401264, + "M": 0.055720314383506775, + "O": 0.01353453379124403, + "W": 4.431261186255142e-05, + "N": 4.4493467044048884e-07, + "Y": 0.11090964823961258, + "U": 5.4107989200247175e-09, + "K": 1.7768361715297942e-07, + "L": 0.0024343261029571295, + "G": 0.04822269454598427, + "F": 0.03175866976380348, + "E": 1.99613186850911e-05, + "T": 0.030216459184885025, + "P": 0.00010966911213472486, + "-": 0.7064124941825867 + }, + "id": "tp_5548" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 693527, + "label": "-", + "classification": { + "B": 5.197871300044454e-11, + "S": 1.4093825484451372e-07, + "I": 9.00630681144321e-09, + "C": 0.00023384748783428222, + "R": 2.028775452345144e-05, + "M": 0.0005682648625224829, + "O": 3.454251054790802e-05, + "W": 1.9243033833049594e-08, + "N": 1.6883847098192462e-10, + "Y": 0.017243003472685814, + "U": 8.122166134105768e-12, + "K": 2.778603516162548e-07, + "L": 2.2362977688317187e-05, + "G": 0.03236734867095947, + "F": 0.05874977260828018, + "E": 1.8893069864134304e-07, + "T": 0.004065482411533594, + "P": 1.0857062306968146e-06, + "-": 0.8866933584213257 + }, + "id": "tp_5549" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 693627, + "label": "-", + "classification": { + "B": 7.463468731927492e-10, + "S": 7.418801715175505e-07, + "I": 1.3998797498970816e-07, + "C": 6.068680704629514e-07, + "R": 5.290331159812922e-07, + "M": 0.0005637735011987388, + "O": 2.5146106054307893e-05, + "W": 3.148586813495058e-08, + "N": 7.272245583500592e-10, + "Y": 0.20332716405391693, + "U": 1.8944516094743236e-12, + "K": 1.560186291271748e-08, + "L": 3.011252601936576e-06, + "G": 0.0031771641224622726, + "F": 0.02346155419945717, + "E": 6.608441083244543e-08, + "T": 0.01994495466351509, + "P": 3.5109185319015523e-06, + "-": 0.7494915723800659 + }, + "id": "tp_5550" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 693760, + "label": "-", + "classification": { + "B": 4.653459654946346e-06, + "S": 4.049796916660853e-05, + "I": 4.3772379285655916e-05, + "C": 3.691583287945832e-07, + "R": 9.763934940565377e-07, + "M": 0.0005290128756314516, + "O": 0.0006398989353328943, + "W": 5.272693215374602e-06, + "N": 1.7921839798873407e-06, + "Y": 0.0005859031807631254, + "U": 1.6299216198945032e-08, + "K": 8.550589569722433e-09, + "L": 2.5680237740743905e-05, + "G": 0.00011754495062632486, + "F": 0.0015762936091050506, + "E": 5.08831317347358e-06, + "T": 0.0023167296312749386, + "P": 0.015650024637579918, + "-": 0.9784564971923828 + }, + "id": "tp_5551" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 693894, + "label": "-", + "classification": { + "B": 2.994937353673066e-10, + "S": 4.155511698633596e-11, + "I": 1.8837637298929621e-06, + "C": 4.662824348855565e-09, + "R": 1.2739626020774608e-09, + "M": 3.24750203617441e-07, + "O": 5.1948187973493987e-08, + "W": 1.706200319917528e-10, + "N": 3.481685828532477e-09, + "Y": 3.4270899050170556e-05, + "U": 1.1515215864177364e-10, + "K": 8.747728652558351e-10, + "L": 8.850489785494631e-10, + "G": 3.4330548714933684e-06, + "F": 2.515332198527176e-06, + "E": 5.345878548723704e-07, + "T": 3.689259392558597e-05, + "P": 0.005888612940907478, + "-": 0.9940314888954163 + }, + "id": "tp_5552" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 694027, + "label": "-", + "classification": { + "B": 8.072908713074867e-06, + "S": 9.063610923476517e-05, + "I": 2.2808970243204385e-05, + "C": 0.004478036891669035, + "R": 0.0013543206732720137, + "M": 0.01434769481420517, + "O": 0.0017317624296993017, + "W": 1.3842719454260077e-05, + "N": 1.3071914963802556e-06, + "Y": 0.057611264288425446, + "U": 2.323291852235343e-07, + "K": 3.0451137718046084e-06, + "L": 0.003804815700277686, + "G": 0.12893688678741455, + "F": 0.07919793576002121, + "E": 0.0001268800551770255, + "T": 0.017758559435606003, + "P": 0.000507888151332736, + "-": 0.6900040507316589 + }, + "id": "tp_5553" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 694127, + "label": "-", + "classification": { + "B": 4.4642534113847887e-10, + "S": 1.998238019496057e-09, + "I": 2.0173645509657945e-07, + "C": 1.7484835801440113e-10, + "R": 5.197353658559223e-11, + "M": 3.043807964786538e-06, + "O": 9.331718331395678e-08, + "W": 6.946476033276028e-11, + "N": 7.867054785393179e-10, + "Y": 1.701517066976521e-05, + "U": 1.542397069440038e-12, + "K": 1.403986302217497e-11, + "L": 1.6833816562922266e-09, + "G": 1.6837694829519023e-06, + "F": 3.2228115742327645e-05, + "E": 2.7510330369295843e-07, + "T": 0.00014746995293535292, + "P": 0.0035103517584502697, + "-": 0.9962875843048096 + }, + "id": "tp_5554" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 694261, + "label": "-", + "classification": { + "B": 2.452127390029091e-10, + "S": 5.703613581431455e-08, + "I": 4.630923911008722e-08, + "C": 1.3641593410440578e-09, + "R": 1.7560743970079784e-09, + "M": 0.00021222916257102042, + "O": 3.011518401763169e-06, + "W": 9.309112924960061e-10, + "N": 1.8378622235193376e-10, + "Y": 0.006915918551385403, + "U": 7.933959072408195e-14, + "K": 1.6193359153593434e-10, + "L": 2.0737573436235834e-08, + "G": 3.130028198938817e-05, + "F": 0.0003685839765239507, + "E": 1.705318908307163e-08, + "T": 0.0031919803004711866, + "P": 7.01515045875567e-06, + "-": 0.9892699122428894 + }, + "id": "tp_5555" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 694394, + "label": "-", + "classification": { + "B": 2.0308436887717107e-07, + "S": 1.420366061211098e-06, + "I": 2.2130967408884317e-05, + "C": 7.309695888579881e-07, + "R": 3.879281962326786e-07, + "M": 0.00028285011649131775, + "O": 2.364677311561536e-05, + "W": 1.2314565367432806e-07, + "N": 2.6166256361648266e-07, + "Y": 0.004780526272952557, + "U": 1.203586230680287e-09, + "K": 2.3184039577017757e-08, + "L": 8.829924240671971e-07, + "G": 0.00012372713536024094, + "F": 0.000511940976139158, + "E": 4.02227351514739e-06, + "T": 0.006768840830773115, + "P": 0.0016084063099697232, + "-": 0.9858698844909668 + }, + "id": "tp_5556" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 694528, + "label": "-", + "classification": { + "B": 2.245309133286355e-06, + "S": 5.080965365777956e-06, + "I": 5.9485184465302154e-05, + "C": 0.00014581427967641503, + "R": 6.98409930919297e-05, + "M": 0.00395536981523037, + "O": 0.000396490388084203, + "W": 3.0699513899890007e-06, + "N": 1.3340647910808912e-06, + "Y": 0.02235449105501175, + "U": 6.573937412213127e-07, + "K": 1.263001990992052e-06, + "L": 0.00029276032000780106, + "G": 0.007959993556141853, + "F": 0.006708640139549971, + "E": 5.387647615862079e-05, + "T": 0.007710846606642008, + "P": 0.0023478870280086994, + "-": 0.9479308724403381 + }, + "id": "tp_5557" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 694628, + "label": "-", + "classification": { + "B": 3.7160829968740927e-10, + "S": 6.227937721092758e-09, + "I": 1.016336341308488e-06, + "C": 1.3236204722488765e-05, + "R": 4.987353804608574e-06, + "M": 7.28576778783463e-05, + "O": 6.221381227078382e-06, + "W": 7.716423944259532e-09, + "N": 1.886534928274841e-09, + "Y": 0.02038477547466755, + "U": 2.1684196105375975e-10, + "K": 1.5678063292057232e-09, + "L": 9.647490060160635e-07, + "G": 0.00018510848167352378, + "F": 0.00019899678591173142, + "E": 5.627935095731118e-08, + "T": 0.0017289554234594107, + "P": 4.4332246034173295e-05, + "-": 0.9773584604263306 + }, + "id": "tp_5558" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 694761, + "label": "-", + "classification": { + "B": 5.9308195687890475e-08, + "S": 5.218817733521064e-08, + "I": 3.5420436006461387e-07, + "C": 8.986420141354756e-08, + "R": 6.088593096365003e-08, + "M": 2.4832521376083605e-05, + "O": 3.7217796489130706e-06, + "W": 1.178465147688712e-08, + "N": 1.4363942257844542e-09, + "Y": 0.00043047184590250254, + "U": 1.8050910766120865e-10, + "K": 1.12501723215086e-10, + "L": 7.654288083358551e-07, + "G": 3.7930960388621315e-05, + "F": 0.00021597214799840003, + "E": 1.213543328049127e-07, + "T": 0.00023089187743607908, + "P": 0.0003489952941890806, + "-": 0.9987056255340576 + }, + "id": "tp_5559" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 694895, + "label": "-", + "classification": { + "B": 3.2509948509271136e-13, + "S": 2.3581661796889808e-12, + "I": 1.9833743536423754e-09, + "C": 4.283281784811521e-10, + "R": 4.7458630775265576e-11, + "M": 2.412152184660954e-07, + "O": 6.463761081931807e-09, + "W": 1.796737671838633e-12, + "N": 2.4892999987702336e-12, + "Y": 3.826658576144837e-05, + "U": 4.096735496954447e-14, + "K": 3.0515657275381747e-12, + "L": 8.852127364455953e-11, + "G": 5.073740112493397e-07, + "F": 9.31707563722739e-06, + "E": 3.852876684362627e-09, + "T": 5.181857432035031e-06, + "P": 5.6038938055280596e-05, + "-": 0.9998905658721924 + }, + "id": "tp_5560" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 695028, + "label": "-", + "classification": { + "B": 5.119379919982237e-10, + "S": 2.1147324957837554e-07, + "I": 3.0418580081459368e-06, + "C": 5.920713306295511e-07, + "R": 2.879795886201464e-07, + "M": 6.116083386586979e-05, + "O": 1.4987192116677761e-05, + "W": 9.073008300219954e-08, + "N": 4.7950848625077924e-08, + "Y": 0.012876071967184544, + "U": 3.064265230445784e-10, + "K": 2.6563722599348694e-07, + "L": 1.8016285707744828e-07, + "G": 0.00011685564822982997, + "F": 0.0019465655786916614, + "E": 5.601941666100174e-07, + "T": 0.0033266828395426273, + "P": 0.0003308405284769833, + "-": 0.9813215136528015 + }, + "id": "tp_5561" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 695128, + "label": "-", + "classification": { + "B": 6.980405586887173e-09, + "S": 2.415079691786559e-09, + "I": 3.0310295073832094e-07, + "C": 1.2574913910157193e-07, + "R": 2.7793859658231668e-08, + "M": 0.00012152190902270377, + "O": 9.946916179615073e-07, + "W": 6.981373257275436e-10, + "N": 2.866555048885999e-10, + "Y": 0.000780170492362231, + "U": 4.335087844253849e-11, + "K": 2.0822631813244286e-12, + "L": 5.274018235468247e-07, + "G": 3.669824218377471e-05, + "F": 3.598098555812612e-05, + "E": 2.0644944243031205e-07, + "T": 0.0005018923548050225, + "P": 0.0002746078243944794, + "-": 0.9982469081878662 + }, + "id": "tp_5562" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 695262, + "label": "-", + "classification": { + "B": 3.4528384276200086e-05, + "S": 6.760767428204417e-05, + "I": 0.0008457397925667465, + "C": 0.00044261792208999395, + "R": 8.753690053708851e-05, + "M": 0.005049699917435646, + "O": 0.0005206857458688319, + "W": 1.2743571460305247e-05, + "N": 6.555736035807058e-05, + "Y": 0.08503164350986481, + "U": 1.3607033224616316e-06, + "K": 0.00014952571655157954, + "L": 0.00010351962555432692, + "G": 0.03554476797580719, + "F": 0.03852689638733864, + "E": 0.004817209672182798, + "T": 0.01494844164699316, + "P": 0.014855844900012016, + "-": 0.7988940477371216 + }, + "id": "tp_5563" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 695395, + "label": "-", + "classification": { + "B": 7.382805478073351e-09, + "S": 1.5121578655907797e-07, + "I": 1.5473609892069362e-05, + "C": 1.500464605896923e-07, + "R": 8.585667643501438e-08, + "M": 6.268946162890643e-05, + "O": 6.222281626833137e-06, + "W": 2.406232901819294e-08, + "N": 2.512369405849313e-07, + "Y": 0.0006239868816919625, + "U": 1.2185075171089466e-09, + "K": 1.3015112543257601e-08, + "L": 1.7537927021749056e-07, + "G": 2.9875640393584035e-05, + "F": 0.00043158422340638936, + "E": 1.8410719349049032e-06, + "T": 0.0016816046554595232, + "P": 0.0080349026247859, + "-": 0.9891110062599182 + }, + "id": "tp_5564" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 695529, + "label": "-", + "classification": { + "B": 6.168419872665254e-07, + "S": 1.9849119780701585e-05, + "I": 1.1322260434099007e-05, + "C": 4.714617898571305e-05, + "R": 8.020125824259594e-05, + "M": 0.004475974477827549, + "O": 0.0013095829635858536, + "W": 3.92623178413487e-06, + "N": 6.550334319399553e-08, + "Y": 0.16149704158306122, + "U": 7.687539493872464e-10, + "K": 2.85042234260402e-09, + "L": 0.0005125002353452146, + "G": 0.01591292954981327, + "F": 0.008609883487224579, + "E": 1.4147797173791332e-06, + "T": 0.041839148849248886, + "P": 5.67743118153885e-05, + "-": 0.7656216025352478 + }, + "id": "tp_5565" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 695629, + "label": "-", + "classification": { + "B": 1.2756868272845168e-06, + "S": 2.4137716536642984e-06, + "I": 2.709649379539769e-05, + "C": 0.0003165513917338103, + "R": 2.1397041564341635e-05, + "M": 0.001533866859972477, + "O": 0.0001424550573574379, + "W": 2.082397259073332e-06, + "N": 2.7901558041776298e-06, + "Y": 0.010490923188626766, + "U": 5.83362236739049e-07, + "K": 2.869325180654414e-05, + "L": 2.6504674679017626e-05, + "G": 0.005738426465541124, + "F": 0.01724586822092533, + "E": 9.912988753058016e-05, + "T": 0.004557459615170956, + "P": 0.002786817494779825, + "-": 0.9569756388664246 + }, + "id": "tp_5566" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 695762, + "label": "-", + "classification": { + "B": 1.3364163997664491e-08, + "S": 2.0347593476799375e-07, + "I": 1.3140351029505837e-07, + "C": 1.991739054574282e-06, + "R": 7.800907724231365e-07, + "M": 0.0001508460263721645, + "O": 2.681155820027925e-05, + "W": 7.788400324670874e-08, + "N": 2.0208028583823534e-09, + "Y": 0.0015758974477648735, + "U": 5.849871698160314e-10, + "K": 9.846619519748856e-09, + "L": 6.620219210162759e-06, + "G": 0.00018428254406899214, + "F": 0.002689977642148733, + "E": 1.8057664874504553e-07, + "T": 0.00047497369814664125, + "P": 8.388530113734305e-05, + "-": 0.994803249835968 + }, + "id": "tp_5567" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 695896, + "label": "-", + "classification": { + "B": 3.689792915650969e-11, + "S": 5.816743753328524e-10, + "I": 1.1387187726086268e-07, + "C": 7.963063239913026e-07, + "R": 8.96944811756839e-08, + "M": 1.1247924703639e-05, + "O": 1.7564828169724933e-07, + "W": 2.9515404009750057e-10, + "N": 7.124879575215459e-10, + "Y": 0.0007579608936794102, + "U": 9.034163694909836e-11, + "K": 4.92404472751673e-09, + "L": 3.99652364535541e-08, + "G": 3.059375376324169e-05, + "F": 0.001868876744993031, + "E": 2.7216148623665504e-07, + "T": 0.00016200279060285538, + "P": 0.00047375925350934267, + "-": 0.9966939687728882 + }, + "id": "tp_5568" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 696029, + "label": "-", + "classification": { + "B": 2.2009922773236212e-08, + "S": 1.6520372980721731e-07, + "I": 2.1960956075872673e-07, + "C": 1.798928934704236e-07, + "R": 5.869458163942909e-08, + "M": 2.983628064612276e-06, + "O": 2.3970169422682375e-06, + "W": 3.899943834539954e-08, + "N": 7.542943158966864e-09, + "Y": 3.889861545758322e-05, + "U": 2.758465400543031e-10, + "K": 3.530079695224231e-08, + "L": 1.2581851649429154e-07, + "G": 1.7390002540196292e-05, + "F": 0.013408445753157139, + "E": 1.3112104397805524e-06, + "T": 1.891999454528559e-05, + "P": 0.00411638617515564, + "-": 0.9823923707008362 + }, + "id": "tp_5569" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 696129, + "label": "-", + "classification": { + "B": 4.558012994815286e-11, + "S": 1.145037623745404e-12, + "I": 2.854888592196403e-08, + "C": 4.238244422083426e-09, + "R": 9.774795556305449e-11, + "M": 5.727977168135112e-07, + "O": 1.8197823248300438e-09, + "W": 6.162269587835223e-13, + "N": 1.0237252018319154e-11, + "Y": 9.315553143096622e-06, + "U": 6.556299557078371e-13, + "K": 6.280637902117414e-12, + "L": 2.3542173765989105e-10, + "G": 2.681571913853986e-06, + "F": 6.82084009895334e-06, + "E": 1.5032939870707196e-07, + "T": 2.3421630430675577e-06, + "P": 0.0008428640430793166, + "-": 0.9991353154182434 + }, + "id": "tp_5570" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 696263, + "label": "-", + "classification": { + "B": 1.936439630867426e-08, + "S": 1.4480447134701535e-06, + "I": 1.3557494185079122e-06, + "C": 7.553142467031648e-08, + "R": 6.409205610680146e-08, + "M": 8.27839903649874e-05, + "O": 2.7738104108721018e-05, + "W": 1.800663085305132e-07, + "N": 3.721843455650742e-08, + "Y": 0.004188704304397106, + "U": 2.495438577998499e-10, + "K": 1.4786608382166833e-08, + "L": 2.4016202360144234e-07, + "G": 4.2351093725301325e-05, + "F": 0.00047685124445706606, + "E": 2.2583694203603955e-07, + "T": 0.0025761497672647238, + "P": 0.0003452154924161732, + "-": 0.9922566413879395 + }, + "id": "tp_5571" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 696396, + "label": "-", + "classification": { + "B": 2.241698166471906e-05, + "S": 7.434057920363557e-07, + "I": 6.912084791110829e-05, + "C": 8.006066309462767e-06, + "R": 9.980900586015196e-07, + "M": 0.0001903389347717166, + "O": 3.544982973835431e-05, + "W": 5.540678671422938e-07, + "N": 1.3742559303864255e-06, + "Y": 0.0002830508165061474, + "U": 7.973385862669602e-08, + "K": 4.342618709074486e-08, + "L": 6.052120170352282e-06, + "G": 0.0003324646968394518, + "F": 0.0004115037736482918, + "E": 0.00013619409583043307, + "T": 0.0003288747975602746, + "P": 0.09060253202915192, + "-": 0.9075702428817749 + }, + "id": "tp_5572" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 696530, + "label": "-", + "classification": { + "B": 1.5212277659770734e-08, + "S": 9.288536517715329e-08, + "I": 2.709246655285824e-05, + "C": 1.3053402199147968e-06, + "R": 1.4169677342579234e-07, + "M": 1.1893681630681385e-06, + "O": 1.5468011724806274e-06, + "W": 1.9550144259028457e-07, + "N": 2.39640007748676e-06, + "Y": 7.074455061228946e-05, + "U": 7.777430255373474e-08, + "K": 5.537673132494092e-05, + "L": 1.2351795142251376e-08, + "G": 8.152201189659536e-06, + "F": 0.003817789489403367, + "E": 7.966618431964889e-05, + "T": 2.154837602574844e-05, + "P": 0.14873692393302917, + "-": 0.847175657749176 + }, + "id": "tp_5573" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 696630, + "label": "-", + "classification": { + "B": 8.765759048401378e-06, + "S": 2.410865249657945e-07, + "I": 0.00019947921100538224, + "C": 5.614806013909401e-06, + "R": 2.31732269639906e-06, + "M": 5.295173104968853e-05, + "O": 3.9194244891405106e-05, + "W": 3.4570561524560617e-07, + "N": 2.2301931039692136e-06, + "Y": 7.470433047274128e-05, + "U": 4.62539730960998e-08, + "K": 3.426566141939702e-09, + "L": 4.471385182114318e-06, + "G": 0.00017337451572529972, + "F": 0.00010872038546949625, + "E": 5.5365493608405814e-05, + "T": 0.0001757440622895956, + "P": 0.23535341024398804, + "-": 0.763742983341217 + }, + "id": "tp_5574" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 696763, + "label": "-", + "classification": { + "B": 6.805933935538633e-06, + "S": 2.065682565444149e-06, + "I": 0.002659873105585575, + "C": 9.105909703066573e-05, + "R": 2.1138634110684507e-05, + "M": 0.0003930612001568079, + "O": 8.693178824614733e-05, + "W": 4.401942078402499e-06, + "N": 6.620572094107047e-05, + "Y": 0.001550221350044012, + "U": 3.3402441204088973e-06, + "K": 1.2248245866430807e-06, + "L": 1.7487996956333518e-05, + "G": 0.0003764128778129816, + "F": 0.0006294814520515501, + "E": 0.0003891291271429509, + "T": 0.0025351657532155514, + "P": 0.29568639397621155, + "-": 0.6954796314239502 + }, + "id": "tp_5575" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 696897, + "label": "-", + "classification": { + "B": 8.887607691576704e-06, + "S": 1.710197830107063e-05, + "I": 0.00034426129423081875, + "C": 2.697072341106832e-05, + "R": 7.916585673228838e-06, + "M": 0.00023126853920985013, + "O": 0.00013826265058014542, + "W": 7.44912449590629e-06, + "N": 5.314486043062061e-05, + "Y": 0.0006478143041022122, + "U": 2.6286754746251972e-06, + "K": 8.31586294225417e-06, + "L": 1.594221066625323e-05, + "G": 0.00031515362206846476, + "F": 0.007116276770830154, + "E": 0.0004687028413172811, + "T": 0.0014731043484061956, + "P": 0.2866465151309967, + "-": 0.7024702429771423 + }, + "id": "tp_5576" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 697030, + "label": "-", + "classification": { + "B": 3.200405444658827e-06, + "S": 1.9038531036130735e-06, + "I": 0.0014373998856171966, + "C": 6.873528036521748e-05, + "R": 1.2519810297817457e-05, + "M": 0.0002746904210653156, + "O": 5.355217945179902e-05, + "W": 4.38610686614993e-06, + "N": 5.7803186791716143e-05, + "Y": 0.0011896041687577963, + "U": 3.287352228653617e-06, + "K": 1.4756808923266362e-05, + "L": 6.0150327954033855e-06, + "G": 0.00032900323276408017, + "F": 0.00140396598726511, + "E": 0.001644184929318726, + "T": 0.0008281096816062927, + "P": 0.1819126158952713, + "-": 0.8107543587684631 + }, + "id": "tp_5577" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 697130, + "label": "-", + "classification": { + "B": 5.10799395669892e-07, + "S": 4.2210794504171645e-07, + "I": 0.0014074521604925394, + "C": 7.903787263785489e-06, + "R": 6.145630777609767e-07, + "M": 0.00018376499065198004, + "O": 1.5129053281270899e-05, + "W": 4.0771499243419385e-07, + "N": 3.698717409861274e-05, + "Y": 0.0012565988581627607, + "U": 1.0041808451433099e-07, + "K": 3.4686195249378216e-06, + "L": 4.315726869208447e-07, + "G": 0.0001745172921800986, + "F": 0.0007524106767959893, + "E": 0.0017581302672624588, + "T": 0.0013955454342067242, + "P": 0.307098925113678, + "-": 0.685906708240509 + }, + "id": "tp_5578" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 697264, + "label": "-", + "classification": { + "B": 1.2993045857001562e-06, + "S": 1.6752377973716648e-07, + "I": 3.460214065853506e-05, + "C": 2.109502247549244e-06, + "R": 9.630771273805294e-07, + "M": 5.0754133553709835e-05, + "O": 2.39622822846286e-05, + "W": 2.5897324462675897e-07, + "N": 8.885839406502782e-07, + "Y": 0.00024483894230797887, + "U": 5.435916250462469e-08, + "K": 1.768159663129154e-08, + "L": 2.1439118427224457e-06, + "G": 8.50971118779853e-05, + "F": 0.00020660158770624548, + "E": 1.286150927626295e-05, + "T": 0.0006889852811582386, + "P": 0.0968303233385086, + "-": 0.9018141031265259 + }, + "id": "tp_5579" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 697397, + "label": "-", + "classification": { + "B": 2.0290478630613507e-08, + "S": 5.316341145089609e-08, + "I": 0.00018302325042895973, + "C": 6.476571343227988e-06, + "R": 2.0098334516660543e-06, + "M": 2.519762892916333e-05, + "O": 4.3320342228980735e-06, + "W": 2.75914317171555e-07, + "N": 4.114623607165413e-06, + "Y": 0.001184716122224927, + "U": 1.4745675969152217e-07, + "K": 1.9457591406535357e-05, + "L": 1.4414727900202706e-07, + "G": 7.366576028289273e-05, + "F": 0.0011986184399574995, + "E": 0.00012241178774274886, + "T": 0.00022136779443826526, + "P": 0.0460343211889267, + "-": 0.9509196281433105 + }, + "id": "tp_5580" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 697531, + "label": "-", + "classification": { + "B": 3.1718525860924274e-05, + "S": 7.268683930305997e-06, + "I": 0.0016065906966105103, + "C": 0.00013835664140060544, + "R": 2.9018474378972314e-05, + "M": 0.0011495087528601289, + "O": 0.00017691476386971772, + "W": 1.0580200068943668e-05, + "N": 9.643139492254704e-05, + "Y": 0.0023306540679186583, + "U": 7.141226433304837e-06, + "K": 1.0682979336706921e-05, + "L": 4.37655980931595e-05, + "G": 0.001805159728974104, + "F": 0.004722428973764181, + "E": 0.001463368651457131, + "T": 0.0022720759734511375, + "P": 0.3099620044231415, + "-": 0.6741364002227783 + }, + "id": "tp_5581" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 697631, + "label": "-", + "classification": { + "B": 2.1350530005292967e-05, + "S": 1.763098407536745e-05, + "I": 0.0010273123625665903, + "C": 0.00011529213952599093, + "R": 1.997505569306668e-05, + "M": 7.94099469203502e-05, + "O": 0.00011145877942908555, + "W": 1.7368371118209325e-05, + "N": 0.00019288642215542495, + "Y": 0.0017153448425233364, + "U": 1.5554836863884702e-05, + "K": 0.0005280842888168991, + "L": 6.3457923715759534e-06, + "G": 0.0010286185424774885, + "F": 0.016602449119091034, + "E": 0.003494590986520052, + "T": 0.0005940532428212464, + "P": 0.2928788363933563, + "-": 0.6815334558486938 + }, + "id": "tp_5582" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 697764, + "label": "-", + "classification": { + "B": 2.5101206801991793e-07, + "S": 1.849572051071391e-08, + "I": 3.8143338315421715e-05, + "C": 1.344462248198397e-06, + "R": 1.636325919207593e-07, + "M": 3.7910281207587104e-06, + "O": 9.573125225870172e-07, + "W": 2.1816450868072934e-08, + "N": 6.487725272563694e-07, + "Y": 0.00015024689491838217, + "U": 1.8953159042212064e-08, + "K": 1.9496187064760306e-07, + "L": 1.3614116767257656e-07, + "G": 8.627385250292718e-05, + "F": 0.0019521679496392608, + "E": 0.00011020176316378638, + "T": 4.580672248266637e-05, + "P": 0.3350718319416046, + "-": 0.6625377535820007 + }, + "id": "tp_5583" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 697898, + "label": "P", + "classification": { + "B": 1.2374689717375986e-08, + "S": 2.5850732665588794e-10, + "I": 3.928665137209464e-06, + "C": 6.49695541810047e-09, + "R": 2.6486032811412485e-10, + "M": 1.80632611090914e-07, + "O": 1.071962500986956e-07, + "W": 8.455283695418814e-10, + "N": 4.241996975906659e-08, + "Y": 4.2764523300320434e-07, + "U": 1.9255057270850529e-10, + "K": 3.724842101426873e-10, + "L": 1.8666068690720294e-09, + "G": 8.219378742069239e-07, + "F": 1.401886584062595e-05, + "E": 3.4083816444763215e-06, + "T": 2.41057409766654e-06, + "P": 0.6413798928260803, + "-": 0.3585945963859558 + }, + "id": "tp_5584" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 698031, + "label": "-", + "classification": { + "B": 1.932547775140847e-06, + "S": 5.143814973962435e-07, + "I": 0.00022708438336849213, + "C": 1.3071067769487854e-05, + "R": 3.5327798286743928e-06, + "M": 3.107306474703364e-05, + "O": 2.8085751182516105e-05, + "W": 1.6028599247874808e-06, + "N": 1.1475553947093431e-05, + "Y": 0.0002667781081981957, + "U": 9.386815236211987e-07, + "K": 1.0611533070914447e-05, + "L": 1.5605999124090886e-06, + "G": 0.00020003884856123477, + "F": 0.0032462512608617544, + "E": 0.0001999602682190016, + "T": 0.00025357265258207917, + "P": 0.30273473262786865, + "-": 0.6927671432495117 + }, + "id": "tp_5585" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 698131, + "label": "-", + "classification": { + "B": 6.09913115567906e-08, + "S": 1.163453000607717e-09, + "I": 2.1135754650458694e-05, + "C": 1.473829343012767e-06, + "R": 5.707886430172948e-08, + "M": 1.3353355825529434e-06, + "O": 6.262794727263099e-07, + "W": 9.04599684048435e-09, + "N": 1.872600847718786e-07, + "Y": 1.4698814993607812e-05, + "U": 8.252859728941075e-09, + "K": 3.173560303437739e-09, + "L": 5.3857295512216297e-08, + "G": 7.395287866529543e-06, + "F": 5.651120955008082e-05, + "E": 5.838889137521619e-06, + "T": 1.5150993931456469e-05, + "P": 0.19350716471672058, + "-": 0.806368350982666 + }, + "id": "tp_5586" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 698265, + "label": "-", + "classification": { + "B": 3.91740684335673e-07, + "S": 3.8476358099615027e-07, + "I": 0.0002006497816182673, + "C": 1.4088590432947967e-05, + "R": 2.9363886824285146e-06, + "M": 2.456466063449625e-05, + "O": 1.4400001418835018e-05, + "W": 5.038125436840346e-07, + "N": 5.11418329551816e-06, + "Y": 0.00025673044729046524, + "U": 2.736280464432639e-07, + "K": 1.420148549868827e-07, + "L": 1.576679323989083e-06, + "G": 7.426931551890448e-05, + "F": 0.0005024551064707339, + "E": 2.3519096430391073e-05, + "T": 0.00044409369002096355, + "P": 0.26061326265335083, + "-": 0.7378206849098206 + }, + "id": "tp_5587" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 698398, + "label": "-", + "classification": { + "B": 1.1862877727253363e-05, + "S": 7.327685125346761e-06, + "I": 0.001228528912179172, + "C": 0.0005914256325922906, + "R": 9.955852874554694e-05, + "M": 0.0012763462727889419, + "O": 0.0002609397633932531, + "W": 1.4469312191067729e-05, + "N": 7.766791532048956e-05, + "Y": 0.0032425073441118, + "U": 1.6997875718516298e-05, + "K": 2.4333663532161154e-05, + "L": 7.599054515594617e-05, + "G": 0.001593610504642129, + "F": 0.008027104660868645, + "E": 0.0007365547935478389, + "T": 0.0040614185854792595, + "P": 0.09238987416028976, + "-": 0.886263370513916 + }, + "id": "tp_5588" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 698532, + "label": "-", + "classification": { + "B": 9.458683791763178e-08, + "S": 3.839944611172541e-07, + "I": 0.00034383361344225705, + "C": 1.5658473785151727e-05, + "R": 3.750775704247644e-06, + "M": 1.9327633708599024e-05, + "O": 1.460532712371787e-05, + "W": 5.232120088294323e-07, + "N": 2.7303030947223306e-05, + "Y": 0.0005368492566049099, + "U": 4.610940038674016e-07, + "K": 1.4362269212142564e-05, + "L": 3.388267089121655e-07, + "G": 7.963230018503964e-05, + "F": 0.0013874068390578032, + "E": 0.00013142840180080384, + "T": 0.0004397124284878373, + "P": 0.21555985510349274, + "-": 0.7814244627952576 + }, + "id": "tp_5589" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 698632, + "label": "-", + "classification": { + "B": 9.938205813853074e-09, + "S": 1.2775301705403308e-08, + "I": 3.676936830743216e-05, + "C": 1.654124588412742e-07, + "R": 9.346663887299655e-09, + "M": 3.267989313826547e-06, + "O": 5.791241051156248e-07, + "W": 1.962601459126745e-08, + "N": 1.0847750218090368e-06, + "Y": 2.4924735043896362e-05, + "U": 5.1096162856367755e-09, + "K": 2.700867582916544e-07, + "L": 9.340603845942042e-09, + "G": 8.644231456855778e-06, + "F": 0.00017116827075369656, + "E": 0.00019328306370880455, + "T": 1.893550142995082e-05, + "P": 0.40837857127189636, + "-": 0.5911622643470764 + }, + "id": "tp_5590" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 698765, + "label": "P", + "classification": { + "B": 3.2942472216745955e-07, + "S": 8.049664188547467e-07, + "I": 0.0006341129774227738, + "C": 5.6462672546331305e-06, + "R": 1.9814781353488797e-06, + "M": 8.479705684294458e-06, + "O": 1.1483856724225916e-05, + "W": 1.4762413229618687e-06, + "N": 6.019320062478073e-05, + "Y": 0.0002829279110301286, + "U": 9.296172720496543e-07, + "K": 6.0726139054168016e-05, + "L": 3.204599181572121e-07, + "G": 5.428044096333906e-05, + "F": 0.0025133441668003798, + "E": 0.0003628055565059185, + "T": 0.0001481639192206785, + "P": 0.5867655277252197, + "-": 0.4090864956378937 + }, + "id": "tp_5591" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 698899, + "label": "-", + "classification": { + "B": 7.237082172650844e-05, + "S": 6.978323654038832e-05, + "I": 0.0006821968709118664, + "C": 8.881886606104672e-05, + "R": 4.4609081669477746e-05, + "M": 0.0006590312696062028, + "O": 0.0007375606801360846, + "W": 5.6525776017224416e-05, + "N": 7.847279630368575e-05, + "Y": 0.0023448639549314976, + "U": 7.539788384747226e-06, + "K": 1.088023327611154e-05, + "L": 7.24124547559768e-05, + "G": 0.0009482214809395373, + "F": 0.004049612674862146, + "E": 0.0004296984989196062, + "T": 0.003978221211582422, + "P": 0.14798425137996674, + "-": 0.8376849293708801 + }, + "id": "tp_5592" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 699032, + "label": "-", + "classification": { + "B": 8.388865353481378e-07, + "S": 3.5218528182667797e-07, + "I": 6.145203224150464e-05, + "C": 2.523844841562095e-06, + "R": 1.6548708003938373e-07, + "M": 4.525216354522854e-05, + "O": 7.390905011561699e-06, + "W": 1.92084854688801e-07, + "N": 1.3287810816109413e-06, + "Y": 0.00013894864241592586, + "U": 3.4338299315095355e-08, + "K": 3.104592138925e-08, + "L": 5.64802519420482e-07, + "G": 3.0390081519726664e-05, + "F": 0.00023152086941991001, + "E": 5.159257852938026e-05, + "T": 0.0001455488963983953, + "P": 0.21847788989543915, + "-": 0.780803918838501 + }, + "id": "tp_5593" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 699132, + "label": "P", + "classification": { + "B": 0.000488456804305315, + "S": 0.00022894711582921445, + "I": 0.029143959283828735, + "C": 0.0032942786347121, + "R": 0.0008714380674064159, + "M": 0.0033113094978034496, + "O": 0.0014961396809667349, + "W": 0.0002858980151358992, + "N": 0.004375312011688948, + "Y": 0.007801789790391922, + "U": 0.0004579182423185557, + "K": 0.0004404554783832282, + "L": 0.000586686481256038, + "G": 0.0060319676995277405, + "F": 0.008928083814680576, + "E": 0.009990183636546135, + "T": 0.012035409919917583, + "P": 0.5229930281639099, + "-": 0.3872387111186981 + }, + "id": "tp_5594" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 699266, + "label": "-", + "classification": { + "B": 4.386894488561666e-06, + "S": 4.185812485957285e-06, + "I": 0.00022185590933077037, + "C": 2.1936144548817538e-05, + "R": 4.276763320376631e-06, + "M": 4.443393481778912e-05, + "O": 4.138271469855681e-05, + "W": 7.2202092269435525e-06, + "N": 1.7441467207390815e-05, + "Y": 0.0006875424296595156, + "U": 3.0922519727027975e-06, + "K": 7.968146746861748e-06, + "L": 4.7431963139388245e-06, + "G": 0.00028428484802134335, + "F": 0.0009716697386465967, + "E": 0.0002124708262272179, + "T": 0.0007728415657766163, + "P": 0.23290260136127472, + "-": 0.7637856602668762 + }, + "id": "tp_5595" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 699399, + "label": "-", + "classification": { + "B": 3.855749309877865e-05, + "S": 4.4798256567446515e-05, + "I": 0.00141308200545609, + "C": 0.00016094853344839066, + "R": 7.190344331320375e-05, + "M": 0.0010488203261047602, + "O": 0.0004606455040629953, + "W": 3.238223507651128e-05, + "N": 0.00016430085815954953, + "Y": 0.006159478798508644, + "U": 1.951775084307883e-05, + "K": 5.083753785584122e-05, + "L": 8.763739606365561e-05, + "G": 0.0018587433733046055, + "F": 0.01757785864174366, + "E": 0.0015105908969417214, + "T": 0.0048426478169858456, + "P": 0.19506476819515228, + "-": 0.7693924903869629 + }, + "id": "tp_5596" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 699533, + "label": "-", + "classification": { + "B": 8.403052561334334e-06, + "S": 4.8386145863332786e-06, + "I": 0.0007375519489869475, + "C": 0.00014398472558241338, + "R": 3.081178147112951e-05, + "M": 0.00025681935949251056, + "O": 0.00010417767043691128, + "W": 1.0782491699501406e-05, + "N": 8.804094977676868e-05, + "Y": 0.004853545222431421, + "U": 1.277650699194055e-05, + "K": 0.0004131525056436658, + "L": 8.881650501280092e-06, + "G": 0.0015252226730808616, + "F": 0.010937809944152832, + "E": 0.0016508324770256877, + "T": 0.001315863337367773, + "P": 0.1374472975730896, + "-": 0.8404492735862732 + }, + "id": "tp_5597" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 699633, + "label": "-", + "classification": { + "B": 2.6458135835127905e-05, + "S": 1.492002047598362e-05, + "I": 0.0012647119583562016, + "C": 4.9078062147600576e-05, + "R": 1.6446101653855294e-05, + "M": 0.00032753252889961004, + "O": 0.00014861053205095232, + "W": 1.756164783728309e-05, + "N": 0.0001590855827089399, + "Y": 0.0017862966051325202, + "U": 8.218459697673097e-06, + "K": 0.00013000157196074724, + "L": 1.0039943845185917e-05, + "G": 0.0010304214665666223, + "F": 0.007823876105248928, + "E": 0.0026376047171652317, + "T": 0.0013746311888098717, + "P": 0.3764548599720001, + "-": 0.6067196726799011 + }, + "id": "tp_5598" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 699766, + "label": "P", + "classification": { + "B": 4.1675521060824394e-05, + "S": 1.389812859997619e-05, + "I": 0.00271981512196362, + "C": 0.00030732990126125515, + "R": 2.0112338461331092e-05, + "M": 0.00028726947493851185, + "O": 0.00012607514508999884, + "W": 2.415050948911812e-05, + "N": 0.0003239732177462429, + "Y": 0.0008517245878465474, + "U": 2.021273030550219e-05, + "K": 7.226241723401472e-05, + "L": 1.3923944607086014e-05, + "G": 0.0005575293325819075, + "F": 0.002416042611002922, + "E": 0.003750992240384221, + "T": 0.0010143149411305785, + "P": 0.5720736980438232, + "-": 0.41536495089530945 + }, + "id": "tp_5599" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 699900, + "label": "-", + "classification": { + "B": 2.597800907722103e-08, + "S": 8.103338444698238e-09, + "I": 8.057311060838401e-05, + "C": 7.985159982126788e-07, + "R": 1.1351858120178804e-07, + "M": 2.372945573370089e-06, + "O": 8.875628054738627e-07, + "W": 1.4947108439855583e-08, + "N": 8.095452699308225e-07, + "Y": 3.940816895919852e-05, + "U": 1.2071498467491892e-08, + "K": 9.587996174786895e-09, + "L": 3.1495204666498466e-08, + "G": 4.740872100228444e-06, + "F": 2.788560959743336e-05, + "E": 6.96093229635153e-06, + "T": 7.17814764357172e-05, + "P": 0.3523620069026947, + "-": 0.6474016308784485 + }, + "id": "tp_5600" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 700033, + "label": "P", + "classification": { + "B": 0.0005348165286704898, + "S": 0.0004354912380222231, + "I": 0.008159007877111435, + "C": 0.0016805045306682587, + "R": 0.0003697642241604626, + "M": 0.002449094085022807, + "O": 0.0014548541512340307, + "W": 0.0005226183566264808, + "N": 0.004176164977252483, + "Y": 0.010192071087658405, + "U": 0.0005001052049919963, + "K": 0.006800103932619095, + "L": 0.00021956907585263252, + "G": 0.007271066773682833, + "F": 0.0463050901889801, + "E": 0.04736967384815216, + "T": 0.005200501997023821, + "P": 0.48235782980918884, + "-": 0.3740016520023346 + }, + "id": "tp_5601" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 700133, + "label": "I", + "classification": { + "B": 0.009180367924273014, + "S": 0.003791746450588107, + "I": 0.44187724590301514, + "C": 0.006901606451719999, + "R": 0.002691288013011217, + "M": 0.037601370364427567, + "O": 0.003507584799081087, + "W": 0.001209298730827868, + "N": 0.02955278754234314, + "Y": 0.023740632459521294, + "U": 0.0002085776795865968, + "K": 0.0006956356228329241, + "L": 0.002849979791790247, + "G": 0.020321430638432503, + "F": 0.006253584288060665, + "E": 0.1671125739812851, + "T": 0.01193252857774496, + "P": 0.18790894746780396, + "-": 0.04266288876533508 + }, + "id": "tp_5602" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 700267, + "label": "I", + "classification": { + "B": 0.010060594417154789, + "S": 0.008887220174074173, + "I": 0.27782684564590454, + "C": 0.016529249027371407, + "R": 0.008227863349020481, + "M": 0.059046387672424316, + "O": 0.009196527302265167, + "W": 0.004114440176635981, + "N": 0.04186020419001579, + "Y": 0.06009752303361893, + "U": 0.0015814456855878234, + "K": 0.006132734473794699, + "L": 0.006434112321585417, + "G": 0.03520818054676056, + "F": 0.026691731065511703, + "E": 0.09789358079433441, + "T": 0.04034760594367981, + "P": 0.17767129838466644, + "-": 0.11219237744808197 + }, + "id": "tp_5603" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 700400, + "label": "I", + "classification": { + "B": 0.008587333373725414, + "S": 0.055073074996471405, + "I": 0.24970732629299164, + "C": 0.05313025787472725, + "R": 0.02839917503297329, + "M": 0.02998111955821514, + "O": 0.03386707231402397, + "W": 0.01690145768225193, + "N": 0.1565401703119278, + "Y": 0.06693108379840851, + "U": 0.0010284642921760678, + "K": 0.026661813259124756, + "L": 0.013163043186068535, + "G": 0.10545022040605545, + "F": 0.020838512107729912, + "E": 0.04144443944096565, + "T": 0.05453513562679291, + "P": 0.025411054491996765, + "-": 0.01234919298440218 + }, + "id": "tp_5604" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 700501, + "label": "I", + "classification": { + "B": 0.0035103783011436462, + "S": 0.0029301762115210295, + "I": 0.23587870597839355, + "C": 0.028300929814577103, + "R": 0.00899265892803669, + "M": 0.02698395401239395, + "O": 0.007282386999577284, + "W": 0.003183868946507573, + "N": 0.033005647361278534, + "Y": 0.12062548100948334, + "U": 0.0018756042700260878, + "K": 0.012576280161738396, + "L": 0.0030764732509851456, + "G": 0.04596838355064392, + "F": 0.017595985904335976, + "E": 0.12664726376533508, + "T": 0.03598077595233917, + "P": 0.14244741201400757, + "-": 0.1431376338005066 + }, + "id": "tp_5605" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 700634, + "label": "I", + "classification": { + "B": 7.026330877124565e-06, + "S": 0.00048146641347557306, + "I": 0.6547471880912781, + "C": 0.000671919493470341, + "R": 0.00014528457541018724, + "M": 0.000561713648494333, + "O": 0.00021256576292216778, + "W": 5.368479833123274e-05, + "N": 0.14739052951335907, + "Y": 0.06744107604026794, + "U": 2.1069092781544896e-07, + "K": 0.053993918001651764, + "L": 3.718940888575162e-06, + "G": 0.02589891478419304, + "F": 0.000911292212549597, + "E": 0.03159089758992195, + "T": 0.012339171022176743, + "P": 0.003061119234189391, + "-": 0.00048828040598891675 + }, + "id": "tp_5606" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 700767, + "label": "G", + "classification": { + "B": 0.007054179906845093, + "S": 0.03168583661317825, + "I": 0.15297766029834747, + "C": 0.04655599221587181, + "R": 0.018846498802304268, + "M": 0.038971368223428726, + "O": 0.03557088226079941, + "W": 0.014375927858054638, + "N": 0.0868823304772377, + "Y": 0.14499443769454956, + "U": 0.0005771268624812365, + "K": 0.04929749667644501, + "L": 0.009328086860477924, + "G": 0.17277099192142487, + "F": 0.020467130467295647, + "E": 0.05253785103559494, + "T": 0.08940936625003815, + "P": 0.011818092316389084, + "-": 0.015878740698099136 + }, + "id": "tp_5607" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 700901, + "label": "I", + "classification": { + "B": 0.0030717772897332907, + "S": 0.0011838708305731416, + "I": 0.36173662543296814, + "C": 0.1108708381652832, + "R": 0.0184231735765934, + "M": 0.048527732491493225, + "O": 0.005954202264547348, + "W": 0.0012280103983357549, + "N": 0.022768113762140274, + "Y": 0.09247687458992004, + "U": 0.0004766419588122517, + "K": 0.0011757343309000134, + "L": 0.00560922734439373, + "G": 0.0942341536283493, + "F": 0.0037991448771208525, + "E": 0.1266663670539856, + "T": 0.02472512423992157, + "P": 0.040790822356939316, + "-": 0.03628154844045639 + }, + "id": "tp_5608" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 701001, + "label": "P", + "classification": { + "B": 0.0081127118319273, + "S": 0.0067300922237336636, + "I": 0.05330199375748634, + "C": 0.023370394483208656, + "R": 0.005931601393967867, + "M": 0.026267673820257187, + "O": 0.008282193914055824, + "W": 0.004007446579635143, + "N": 0.021201860159635544, + "Y": 0.055710263550281525, + "U": 0.002529036020860076, + "K": 0.018395820632576942, + "L": 0.005545079242438078, + "G": 0.06866352260112762, + "F": 0.10013405978679657, + "E": 0.18004989624023438, + "T": 0.026450958102941513, + "P": 0.20500123500823975, + "-": 0.18031415343284607 + }, + "id": "tp_5609" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 701134, + "label": "E", + "classification": { + "B": 0.00028766243485733867, + "S": 0.0001285755424760282, + "I": 0.011356798000633717, + "C": 0.0010540232760831714, + "R": 3.945019489037804e-05, + "M": 0.004557898733764887, + "O": 6.948954978724942e-05, + "W": 1.0066848517453764e-05, + "N": 0.0008406427805311978, + "Y": 0.0013916059397161007, + "U": 2.5287329208367737e-07, + "K": 0.00013535494508687407, + "L": 0.0001574647903908044, + "G": 0.09483102709054947, + "F": 0.002016655867919326, + "E": 0.8747052550315857, + "T": 0.0004610669275280088, + "P": 0.006774211302399635, + "-": 0.0011824792018160224 + }, + "id": "tp_5610" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 701268, + "label": "I", + "classification": { + "B": 8.708920358913019e-05, + "S": 0.0001582017430337146, + "I": 0.9126471281051636, + "C": 0.003767429618164897, + "R": 0.0006965326028876007, + "M": 0.0030443582218140364, + "O": 0.0002157810959033668, + "W": 3.0905364837963134e-05, + "N": 0.017371783033013344, + "Y": 0.011181175708770752, + "U": 9.658161843617563e-07, + "K": 4.296804399928078e-05, + "L": 0.00010114468750543892, + "G": 0.009703332558274269, + "F": 7.188619201770052e-05, + "E": 0.034792639315128326, + "T": 0.0018046001205220819, + "P": 0.0038600685074925423, + "-": 0.00042203572229482234 + }, + "id": "tp_5611" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 701401, + "label": "G", + "classification": { + "B": 0.0004930392024107277, + "S": 0.004994136746972799, + "I": 0.085382379591465, + "C": 0.07049237191677094, + "R": 0.011366677470505238, + "M": 0.020377621054649353, + "O": 0.0074616651982069016, + "W": 0.0025661366526037455, + "N": 0.03070986643433571, + "Y": 0.05557425320148468, + "U": 0.00012184282968519256, + "K": 0.0419703871011734, + "L": 0.0031691682524979115, + "G": 0.3451991677284241, + "F": 0.04527667909860611, + "E": 0.1934177428483963, + "T": 0.031820349395275116, + "P": 0.023576995357871056, + "-": 0.02602945640683174 + }, + "id": "tp_5612" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 701502, + "label": "E", + "classification": { + "B": 0.00013276834215503186, + "S": 0.0004226476885378361, + "I": 0.07537451386451721, + "C": 0.0032264122273772955, + "R": 0.000566416303627193, + "M": 0.0029051918536424637, + "O": 0.0007219139952212572, + "W": 0.00029155946685932577, + "N": 0.019774220883846283, + "Y": 0.04979489743709564, + "U": 3.350758561282419e-05, + "K": 0.05551331862807274, + "L": 0.00010675491648726165, + "G": 0.07253892719745636, + "F": 0.04701710864901543, + "E": 0.3983475863933563, + "T": 0.011278909631073475, + "P": 0.20063263177871704, + "-": 0.06132072955369949 + }, + "id": "tp_5613" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 701635, + "label": "I", + "classification": { + "B": 0.0005975611275061965, + "S": 0.002724274294450879, + "I": 0.6965607404708862, + "C": 0.028009289875626564, + "R": 0.007525327615439892, + "M": 0.011978658847510815, + "O": 0.004188739228993654, + "W": 0.0009922293247655034, + "N": 0.07691845297813416, + "Y": 0.03701566904783249, + "U": 5.536971366382204e-05, + "K": 0.0014885470736771822, + "L": 0.0014224594924598932, + "G": 0.049605369567871094, + "F": 0.0012891764054074883, + "E": 0.05310962721705437, + "T": 0.011877423152327538, + "P": 0.011828089132905006, + "-": 0.0028129159472882748 + }, + "id": "tp_5614" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 701768, + "label": "I", + "classification": { + "B": 0.007305444683879614, + "S": 0.04299405217170715, + "I": 0.24167965352535248, + "C": 0.038816917687654495, + "R": 0.023364178836345673, + "M": 0.03349476307630539, + "O": 0.02625868283212185, + "W": 0.012516263872385025, + "N": 0.10168879479169846, + "Y": 0.07722988724708557, + "U": 0.00042073390795849264, + "K": 0.04866735637187958, + "L": 0.011029202491044998, + "G": 0.15961264073848724, + "F": 0.030839458107948303, + "E": 0.056086644530296326, + "T": 0.05363105610013008, + "P": 0.019789498299360275, + "-": 0.01457477267831564 + }, + "id": "tp_5615" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 701902, + "label": "E", + "classification": { + "B": 0.004319833125919104, + "S": 0.0042594922706484795, + "I": 0.07297568023204803, + "C": 0.027299126610159874, + "R": 0.00665709376335144, + "M": 0.03344981372356415, + "O": 0.009588582441210747, + "W": 0.004122459329664707, + "N": 0.015917526558041573, + "Y": 0.1829836070537567, + "U": 0.000514027604367584, + "K": 0.02713843435049057, + "L": 0.004042983986437321, + "G": 0.1756589114665985, + "F": 0.04406756907701492, + "E": 0.20886708796024323, + "T": 0.03730429708957672, + "P": 0.03984013944864273, + "-": 0.10099338740110397 + }, + "id": "tp_5616" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 702002, + "label": "I", + "classification": { + "B": 8.230417734012008e-05, + "S": 0.0029168096370995045, + "I": 0.6968750953674316, + "C": 0.004276755731552839, + "R": 0.001559362281113863, + "M": 0.0020570866763591766, + "O": 0.0018913522362709045, + "W": 0.0004820830363314599, + "N": 0.17270562052726746, + "Y": 0.05127716436982155, + "U": 5.875609076610999e-06, + "K": 0.006293151061981916, + "L": 0.00010113242751685902, + "G": 0.017521116882562637, + "F": 0.001782407402060926, + "E": 0.010055908933281898, + "T": 0.022545218467712402, + "P": 0.006210219580680132, + "-": 0.0013612197944894433 + }, + "id": "tp_5617" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 702135, + "label": "P", + "classification": { + "B": 0.014001026749610901, + "S": 0.004512322600930929, + "I": 0.04769813269376755, + "C": 0.013134101405739784, + "R": 0.0021757828071713448, + "M": 0.01241763774305582, + "O": 0.003904088167473674, + "W": 0.0019193838816136122, + "N": 0.016287362203001976, + "Y": 0.012072375044226646, + "U": 0.0012161638587713242, + "K": 0.004261503927409649, + "L": 0.004873569123446941, + "G": 0.0667978897690773, + "F": 0.08296270668506622, + "E": 0.28524506092071533, + "T": 0.010548369958996773, + "P": 0.303058922290802, + "-": 0.11291365325450897 + }, + "id": "tp_5618" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 702269, + "label": "I", + "classification": { + "B": 0.0006459775031544268, + "S": 0.0016966555267572403, + "I": 0.5649535059928894, + "C": 0.0348614901304245, + "R": 0.019174981862306595, + "M": 0.02707306295633316, + "O": 0.004289103206247091, + "W": 0.0008480013348162174, + "N": 0.02753276750445366, + "Y": 0.10886384546756744, + "U": 0.0002602232852950692, + "K": 0.0014794145245105028, + "L": 0.002460949122905731, + "G": 0.05037844181060791, + "F": 0.004353182855993509, + "E": 0.03352056071162224, + "T": 0.05173734948039055, + "P": 0.03506966307759285, + "-": 0.03080080635845661 + }, + "id": "tp_5619" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 702402, + "label": "I", + "classification": { + "B": 0.0005369273712858558, + "S": 0.007089767139405012, + "I": 0.23266790807247162, + "C": 0.04469195008277893, + "R": 0.011933506466448307, + "M": 0.013486893847584724, + "O": 0.011191285215318203, + "W": 0.0035820002667605877, + "N": 0.09990619868040085, + "Y": 0.20061537623405457, + "U": 0.00011023833940271288, + "K": 0.034024812281131744, + "L": 0.0017395999748259783, + "G": 0.16786542534828186, + "F": 0.013476396910846233, + "E": 0.06422996520996094, + "T": 0.06886972486972809, + "P": 0.013042558915913105, + "-": 0.010939408093690872 + }, + "id": "tp_5620" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 702503, + "label": "I", + "classification": { + "B": 0.000117804593173787, + "S": 0.0013026996748521924, + "I": 0.5798764228820801, + "C": 0.00843027513474226, + "R": 0.0030618244782090187, + "M": 0.011765745468437672, + "O": 0.0024428577162325382, + "W": 0.00047300627920776606, + "N": 0.033721886575222015, + "Y": 0.12702398002147675, + "U": 3.549073153408244e-05, + "K": 0.004158315248787403, + "L": 0.0003200490027666092, + "G": 0.02646757662296295, + "F": 0.009808431379497051, + "E": 0.023445475846529007, + "T": 0.04614846780896187, + "P": 0.05849508196115494, + "-": 0.06290453672409058 + }, + "id": "tp_5621" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 702636, + "label": "I", + "classification": { + "B": 0.0001092291422537528, + "S": 0.0012342818081378937, + "I": 0.7447289824485779, + "C": 0.13342902064323425, + "R": 0.016912788152694702, + "M": 0.0100100664421916, + "O": 0.0017437057103961706, + "W": 0.00025977930636145175, + "N": 0.021535271778702736, + "Y": 0.015238123014569283, + "U": 2.02830392481701e-06, + "K": 5.7247998483944684e-05, + "L": 0.0006156894960440695, + "G": 0.03280651196837425, + "F": 8.585668547311798e-05, + "E": 0.0058264462277293205, + "T": 0.014300461858510971, + "P": 0.0007638819515705109, + "-": 0.0003406135074328631 + }, + "id": "tp_5622" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 702769, + "label": "G", + "classification": { + "B": 5.1424893172224984e-05, + "S": 0.0025532725267112255, + "I": 0.0702919140458107, + "C": 0.08824151754379272, + "R": 0.009522197768092155, + "M": 0.009050657041370869, + "O": 0.004284130875021219, + "W": 0.0009557164739817381, + "N": 0.018899336457252502, + "Y": 0.08960516005754471, + "U": 6.514942924695788e-06, + "K": 0.03527385741472244, + "L": 0.0010699162958189845, + "G": 0.5263341069221497, + "F": 0.01736324466764927, + "E": 0.0719628855586052, + "T": 0.04653128609061241, + "P": 0.0023734811693429947, + "-": 0.005629329942166805 + }, + "id": "tp_5623" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 702903, + "label": "I", + "classification": { + "B": 0.0034843431785702705, + "S": 0.01707054115831852, + "I": 0.21792127192020416, + "C": 0.03898880258202553, + "R": 0.020394204184412956, + "M": 0.09667061269283295, + "O": 0.02695738896727562, + "W": 0.005301648750901222, + "N": 0.028745675459504128, + "Y": 0.08818534016609192, + "U": 0.00047572123003192246, + "K": 0.004057317040860653, + "L": 0.008683208376169205, + "G": 0.08203023672103882, + "F": 0.03404514119029045, + "E": 0.04480936378240585, + "T": 0.059602290391922, + "P": 0.08093132078647614, + "-": 0.14164559543132782 + }, + "id": "tp_5624" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 703003, + "label": "I", + "classification": { + "B": 0.002219970105215907, + "S": 0.0038495822809636593, + "I": 0.3091346323490143, + "C": 0.07947912067174911, + "R": 0.03681362047791481, + "M": 0.03096117079257965, + "O": 0.0179898738861084, + "W": 0.006179815623909235, + "N": 0.04113214090466499, + "Y": 0.13228082656860352, + "U": 0.0027482444420456886, + "K": 0.00848919153213501, + "L": 0.008540724404156208, + "G": 0.06097761541604996, + "F": 0.017554519698023796, + "E": 0.03304043039679527, + "T": 0.0624317042529583, + "P": 0.04861503466963768, + "-": 0.09756176173686981 + }, + "id": "tp_5625" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 703136, + "label": "G", + "classification": { + "B": 1.3004753895984322e-07, + "S": 0.0020405433606356382, + "I": 0.14664824306964874, + "C": 0.0013784273760393262, + "R": 6.800546543672681e-05, + "M": 0.00014708623348269612, + "O": 0.000363542145350948, + "W": 4.684496525442228e-05, + "N": 0.22165672481060028, + "Y": 0.03442149981856346, + "U": 2.123849540680567e-09, + "K": 0.23570483922958374, + "L": 2.1299338186508976e-06, + "G": 0.314250111579895, + "F": 0.0023143687285482883, + "E": 0.015179314650595188, + "T": 0.025499043986201286, + "P": 0.00023960672842804343, + "-": 3.956416912842542e-05 + }, + "id": "tp_5626" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 703270, + "label": "I", + "classification": { + "B": 0.00010825372010003775, + "S": 0.001879414776340127, + "I": 0.8219471573829651, + "C": 0.002433376619592309, + "R": 0.0011616504052653909, + "M": 0.0016387536888942122, + "O": 0.0014208590146154165, + "W": 0.00036663099308498204, + "N": 0.0778813436627388, + "Y": 0.0491374209523201, + "U": 4.382598945085192e-06, + "K": 0.0012030910002067685, + "L": 7.996299973456189e-05, + "G": 0.008504252880811691, + "F": 0.0008858820656314492, + "E": 0.003593587316572666, + "T": 0.018885347992181778, + "P": 0.006873660255223513, + "-": 0.001994851976633072 + }, + "id": "tp_5627" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 703403, + "label": "I", + "classification": { + "B": 6.075425517337862e-06, + "S": 0.0001982216926990077, + "I": 0.8890491127967834, + "C": 0.03616674244403839, + "R": 0.0023163584992289543, + "M": 0.0021781297400593758, + "O": 0.0003090763930231333, + "W": 2.8011314498144202e-05, + "N": 0.01841040328145027, + "Y": 0.026240509003400803, + "U": 1.5125604591048614e-07, + "K": 2.1879071937291883e-05, + "L": 4.417065065354109e-05, + "G": 0.012832718901336193, + "F": 3.309762541903183e-05, + "E": 0.00424259714782238, + "T": 0.007141356356441975, + "P": 0.0005957828252576292, + "-": 0.00018555932911112905 + }, + "id": "tp_5628" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 703504, + "label": "I", + "classification": { + "B": 0.0002816329651977867, + "S": 0.0006962659535929561, + "I": 0.7833138704299927, + "C": 0.024723008275032043, + "R": 0.007522613275796175, + "M": 0.01764388009905815, + "O": 0.0013664551079273224, + "W": 0.0003539223107509315, + "N": 0.024022236466407776, + "Y": 0.05420608073472977, + "U": 5.6118820793926716e-05, + "K": 0.0005396070773713291, + "L": 0.0003673641767818481, + "G": 0.01175049226731062, + "F": 0.000704091798979789, + "E": 0.028188567608594894, + "T": 0.013853763230144978, + "P": 0.020762348547577858, + "-": 0.00964757613837719 + }, + "id": "tp_5629" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 703637, + "label": "E", + "classification": { + "B": 0.000759524293243885, + "S": 0.0003258514916524291, + "I": 0.07608289271593094, + "C": 0.000513737031724304, + "R": 5.375870387069881e-05, + "M": 0.008029401302337646, + "O": 0.0002264224021928385, + "W": 5.722010973840952e-05, + "N": 0.004285898990929127, + "Y": 0.014448373578488827, + "U": 1.6938163298618747e-06, + "K": 0.0016906895907595754, + "L": 6.689153815386817e-05, + "G": 0.034655384719371796, + "F": 0.005154920741915703, + "E": 0.7766929268836975, + "T": 0.0025205956771969795, + "P": 0.0572541244328022, + "-": 0.017179647460579872 + }, + "id": "tp_5630" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 703770, + "label": "I", + "classification": { + "B": 2.2577663912670687e-05, + "S": 0.0002239372843177989, + "I": 0.8860047459602356, + "C": 0.0104993786662817, + "R": 0.0014022300019860268, + "M": 0.00280860997736454, + "O": 0.0003195998724550009, + "W": 5.212358882999979e-05, + "N": 0.033882852643728256, + "Y": 0.008864175528287888, + "U": 2.2883975816512248e-06, + "K": 0.0002541249559726566, + "L": 7.05964193912223e-05, + "G": 0.01308140717446804, + "F": 0.00018193284631706774, + "E": 0.03340636566281319, + "T": 0.0032527558505535126, + "P": 0.00506393238902092, + "-": 0.0006063881446607411 + }, + "id": "tp_5631" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 703904, + "label": "E", + "classification": { + "B": 0.00021256158652249724, + "S": 0.004685520194470882, + "I": 0.16338588297367096, + "C": 0.0027318422216922045, + "R": 0.0005328459665179253, + "M": 0.014246567152440548, + "O": 0.005170500371605158, + "W": 0.000869029201567173, + "N": 0.05004066601395607, + "Y": 0.12712493538856506, + "U": 2.397980551904766e-06, + "K": 0.04460636153817177, + "L": 0.00022932133288122714, + "G": 0.19895939528942108, + "F": 0.0277556199580431, + "E": 0.2959463894367218, + "T": 0.02089763805270195, + "P": 0.024378228932619095, + "-": 0.018224313855171204 + }, + "id": "tp_5632" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 704004, + "label": "I", + "classification": { + "B": 0.0026309299282729626, + "S": 0.0007564892875961959, + "I": 0.29424750804901123, + "C": 0.021213026717305183, + "R": 0.007466243114322424, + "M": 0.025135623291134834, + "O": 0.006124374456703663, + "W": 0.000730718020349741, + "N": 0.008124619722366333, + "Y": 0.10056435316801071, + "U": 0.00012173889990663156, + "K": 0.00016613324987702072, + "L": 0.003354115644469857, + "G": 0.052241500467061996, + "F": 0.007236524019390345, + "E": 0.02527090720832348, + "T": 0.033294882625341415, + "P": 0.159737229347229, + "-": 0.2515829801559448 + }, + "id": "tp_5633" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 704137, + "label": "-", + "classification": { + "B": 0.001797544420696795, + "S": 0.008721431717276573, + "I": 0.03184369206428528, + "C": 0.1262233406305313, + "R": 0.054342664778232574, + "M": 0.12367307394742966, + "O": 0.035028085112571716, + "W": 0.005247511900961399, + "N": 0.00451168417930603, + "Y": 0.053266122937202454, + "U": 0.0007876125746406615, + "K": 0.0014060013927519321, + "L": 0.04987500235438347, + "G": 0.1464407742023468, + "F": 0.0669553130865097, + "E": 0.017759036272764206, + "T": 0.05870288982987404, + "P": 0.03174321725964546, + "-": 0.18167494237422943 + }, + "id": "tp_5634" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 704271, + "label": "P", + "classification": { + "B": 0.006982438266277313, + "S": 0.005724438466131687, + "I": 0.1298363357782364, + "C": 0.014070063829421997, + "R": 0.0054106926545500755, + "M": 0.038228586316108704, + "O": 0.007353213615715504, + "W": 0.0026105877477675676, + "N": 0.02372320182621479, + "Y": 0.0484485924243927, + "U": 0.0011469104792922735, + "K": 0.003904441138729453, + "L": 0.005723316688090563, + "G": 0.035248491913080215, + "F": 0.035870637744665146, + "E": 0.14861461520195007, + "T": 0.01942899450659752, + "P": 0.32677677273750305, + "-": 0.140897735953331 + }, + "id": "tp_5635" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 704404, + "label": "M", + "classification": { + "B": 0.025317765772342682, + "S": 0.024293407797813416, + "I": 0.06162463128566742, + "C": 0.014413107186555862, + "R": 0.011412350460886955, + "M": 0.33600202202796936, + "O": 0.045866385102272034, + "W": 0.004152094945311546, + "N": 0.0036464501172304153, + "Y": 0.05038703605532646, + "U": 0.00016099073400255293, + "K": 0.00011238337901886553, + "L": 0.08583132177591324, + "G": 0.14477644860744476, + "F": 0.011785565875470638, + "E": 0.023572996258735657, + "T": 0.05703806132078171, + "P": 0.020882148295640945, + "-": 0.07872483134269714 + }, + "id": "tp_5636" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 704505, + "label": "I", + "classification": { + "B": 4.881005224888213e-05, + "S": 0.0013570048613473773, + "I": 0.4690397381782532, + "C": 0.010267548263072968, + "R": 0.0019284739391878247, + "M": 0.003823640523478389, + "O": 0.001554794842377305, + "W": 0.0004127370484638959, + "N": 0.08896968513727188, + "Y": 0.11693817377090454, + "U": 4.8719389269535895e-06, + "K": 0.05167413130402565, + "L": 0.00010528502753004432, + "G": 0.10858946293592453, + "F": 0.00952298752963543, + "E": 0.08945894241333008, + "T": 0.02814600057899952, + "P": 0.012086084112524986, + "-": 0.0060716113075613976 + }, + "id": "tp_5637" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 704638, + "label": "-", + "classification": { + "B": 0.006008973810821772, + "S": 0.0018557520816102624, + "I": 0.025176146999001503, + "C": 0.016356399282813072, + "R": 0.004636939149349928, + "M": 0.05587824434041977, + "O": 0.00643216772004962, + "W": 0.0014785818057134748, + "N": 0.0033785090781748295, + "Y": 0.13649322092533112, + "U": 0.0007546280976384878, + "K": 0.005546014755964279, + "L": 0.0059611741453409195, + "G": 0.13482776284217834, + "F": 0.04448704794049263, + "E": 0.09539561718702316, + "T": 0.0419723205268383, + "P": 0.07110976427793503, + "-": 0.342250794172287 + }, + "id": "tp_5638" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 704771, + "label": "-", + "classification": { + "B": 0.002056970726698637, + "S": 0.003469177521765232, + "I": 0.03010564111173153, + "C": 0.009573555551469326, + "R": 0.004342366941273212, + "M": 0.009459452703595161, + "O": 0.006219886709004641, + "W": 0.004505163989961147, + "N": 0.01542003732174635, + "Y": 0.06122776120901108, + "U": 0.002289865631610155, + "K": 0.10684811323881149, + "L": 0.0011276999721303582, + "G": 0.03487958386540413, + "F": 0.08484368026256561, + "E": 0.06922418624162674, + "T": 0.02420363388955593, + "P": 0.21336495876312256, + "-": 0.31683826446533203 + }, + "id": "tp_5639" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 704905, + "label": "-", + "classification": { + "B": 0.0002514217921998352, + "S": 0.0006604994414374232, + "I": 0.031222300603985786, + "C": 0.02807154506444931, + "R": 0.011620749719440937, + "M": 0.017763597890734673, + "O": 0.005348369479179382, + "W": 0.0011804266832768917, + "N": 0.0027958503924310207, + "Y": 0.07852961868047714, + "U": 0.0008697033626958728, + "K": 0.0024222885258495808, + "L": 0.0022643678821623325, + "G": 0.016786625608801842, + "F": 0.028316527605056763, + "E": 0.008321722969412804, + "T": 0.04914896562695503, + "P": 0.06505195051431656, + "-": 0.649373471736908 + }, + "id": "tp_5640" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 705005, + "label": "I", + "classification": { + "B": 0.0028087899554520845, + "S": 0.004044448956847191, + "I": 0.5657728910446167, + "C": 0.05885584279894829, + "R": 0.02338801883161068, + "M": 0.027770953252911568, + "O": 0.006917623337358236, + "W": 0.002414040034636855, + "N": 0.05958497151732445, + "Y": 0.04022853448987007, + "U": 0.0006018534768372774, + "K": 0.004223072901368141, + "L": 0.00447317399084568, + "G": 0.04985058680176735, + "F": 0.005561847239732742, + "E": 0.06713531166315079, + "T": 0.01883878745138645, + "P": 0.04069710522890091, + "-": 0.016832171007990837 + }, + "id": "tp_5641" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 705138, + "label": "G", + "classification": { + "B": 0.0036548778880387545, + "S": 0.0151308448985219, + "I": 0.12704788148403168, + "C": 0.06254125386476517, + "R": 0.01433529518544674, + "M": 0.2708922028541565, + "O": 0.012669137679040432, + "W": 0.0010502849472686648, + "N": 0.008502981625497341, + "Y": 0.027239397168159485, + "U": 1.5133682609302923e-05, + "K": 0.00014113375800661743, + "L": 0.029529113322496414, + "G": 0.2796255052089691, + "F": 0.0024042131844908, + "E": 0.10786759853363037, + "T": 0.02660319022834301, + "P": 0.005912888329476118, + "-": 0.004837064538151026 + }, + "id": "tp_5642" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 705272, + "label": "-", + "classification": { + "B": 0.0008772473665885627, + "S": 0.0009819379774853587, + "I": 0.018654080107808113, + "C": 0.011951737105846405, + "R": 0.004573620390146971, + "M": 0.01581711508333683, + "O": 0.004409037064760923, + "W": 0.001122390036471188, + "N": 0.0028099343180656433, + "Y": 0.06051122769713402, + "U": 0.0007849363028071821, + "K": 0.005127050448209047, + "L": 0.0016943784430623055, + "G": 0.029741544276475906, + "F": 0.04665893688797951, + "E": 0.021617382764816284, + "T": 0.026912670582532883, + "P": 0.11172739416360855, + "-": 0.634027361869812 + }, + "id": "tp_5643" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 705405, + "label": "E", + "classification": { + "B": 0.0034103987272828817, + "S": 0.0024475357495248318, + "I": 0.04961344227194786, + "C": 0.005335239693522453, + "R": 0.0010043660877272487, + "M": 0.013911569491028786, + "O": 0.0019334228709340096, + "W": 0.000996004673652351, + "N": 0.019024571403861046, + "Y": 0.01081639714539051, + "U": 0.00019438241724856198, + "K": 0.013922808691859245, + "L": 0.001140177366323769, + "G": 0.062184955924749374, + "F": 0.03789437189698219, + "E": 0.5414871573448181, + "T": 0.006463522557169199, + "P": 0.1836881786584854, + "-": 0.04453151673078537 + }, + "id": "tp_5644" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 705506, + "label": "I", + "classification": { + "B": 0.0049986871890723705, + "S": 0.014045286923646927, + "I": 0.25384896993637085, + "C": 0.022561639547348022, + "R": 0.02120724506676197, + "M": 0.03193529695272446, + "O": 0.023013288155198097, + "W": 0.01101963222026825, + "N": 0.09326595813035965, + "Y": 0.14917300641536713, + "U": 0.002094002440571785, + "K": 0.04059512913227081, + "L": 0.005307391285896301, + "G": 0.07065815478563309, + "F": 0.02208244986832142, + "E": 0.04623163864016533, + "T": 0.09045781940221786, + "P": 0.04651020094752312, + "-": 0.050994206219911575 + }, + "id": "tp_5645" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 705639, + "label": "E", + "classification": { + "B": 0.006289541721343994, + "S": 0.008737162686884403, + "I": 0.0762011706829071, + "C": 0.006019349209964275, + "R": 0.0014887145953252912, + "M": 0.027364123612642288, + "O": 0.005064613651484251, + "W": 0.002626513596624136, + "N": 0.026238424703478813, + "Y": 0.06450885534286499, + "U": 0.00042303718510083854, + "K": 0.024493727833032608, + "L": 0.0020692897960543633, + "G": 0.06522630900144577, + "F": 0.055562928318977356, + "E": 0.3704412579536438, + "T": 0.02753536030650139, + "P": 0.13491789996623993, + "-": 0.09479174017906189 + }, + "id": "tp_5646" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 705772, + "label": "M", + "classification": { + "B": 0.013445781543850899, + "S": 0.03248899430036545, + "I": 0.0159120112657547, + "C": 0.0215349979698658, + "R": 0.017024094238877296, + "M": 0.2796793580055237, + "O": 0.08003300428390503, + "W": 0.006883083842694759, + "N": 0.001923391711898148, + "Y": 0.0535946860909462, + "U": 0.00018889781495090574, + "K": 0.00017547092284075916, + "L": 0.12777528166770935, + "G": 0.1796981543302536, + "F": 0.014833768829703331, + "E": 0.010480621829628944, + "T": 0.06806091964244843, + "P": 0.007067554630339146, + "-": 0.06919991970062256 + }, + "id": "tp_5647" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 705906, + "label": "-", + "classification": { + "B": 0.0012074465630576015, + "S": 0.0041238171979784966, + "I": 0.10901769250631332, + "C": 0.01952110230922699, + "R": 0.013643709942698479, + "M": 0.024089191108942032, + "O": 0.01351846568286419, + "W": 0.0030392277985811234, + "N": 0.015187515877187252, + "Y": 0.1410689353942871, + "U": 0.0008905886206775904, + "K": 0.0036887763999402523, + "L": 0.004711460787802935, + "G": 0.044849395751953125, + "F": 0.04482106864452362, + "E": 0.018052639439702034, + "T": 0.06683187186717987, + "P": 0.12299302220344543, + "-": 0.34874409437179565 + }, + "id": "tp_5648" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 706006, + "label": "I", + "classification": { + "B": 0.005414108745753765, + "S": 0.021814344450831413, + "I": 0.24985262751579285, + "C": 0.046769071370363235, + "R": 0.023519443348050117, + "M": 0.03707006573677063, + "O": 0.02389747090637684, + "W": 0.009031482972204685, + "N": 0.06294825673103333, + "Y": 0.059013482183218, + "U": 0.0013949228450655937, + "K": 0.02347281388938427, + "L": 0.011496114544570446, + "G": 0.10005950927734375, + "F": 0.04533854499459267, + "E": 0.07625486701726913, + "T": 0.044987861067056656, + "P": 0.08663559705018997, + "-": 0.07102943956851959 + }, + "id": "tp_5649" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 706139, + "label": "-", + "classification": { + "B": 7.666471333322988e-07, + "S": 5.803337330689828e-07, + "I": 0.0001624486321816221, + "C": 1.9245873772888444e-05, + "R": 4.2789679355337285e-06, + "M": 3.650919097708538e-05, + "O": 1.8968772565131076e-05, + "W": 1.1360908729329822e-06, + "N": 1.145174519479042e-05, + "Y": 0.0007351237582042813, + "U": 7.959721415318199e-07, + "K": 8.158243872458115e-06, + "L": 1.1949744020967046e-06, + "G": 8.927363523980603e-05, + "F": 0.0027483287267386913, + "E": 0.00016458219033665955, + "T": 0.0004226205637678504, + "P": 0.15436287224292755, + "-": 0.8412115573883057 + }, + "id": "tp_5650" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 706273, + "label": "-", + "classification": { + "B": 0.00012700182560365647, + "S": 2.820745066856034e-06, + "I": 0.003880939446389675, + "C": 0.0004346165806055069, + "R": 0.00010025758092524484, + "M": 0.0007485909154638648, + "O": 0.00024111999664455652, + "W": 9.583505743648857e-06, + "N": 0.00011114554945379496, + "Y": 0.002535616047680378, + "U": 1.888424958451651e-05, + "K": 4.273727427062113e-06, + "L": 8.606742630945519e-05, + "G": 0.0033261014614254236, + "F": 0.0008694774005562067, + "E": 0.0010687978938221931, + "T": 0.0024411294143646955, + "P": 0.2874454855918884, + "-": 0.6965481042861938 + }, + "id": "tp_5651" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 706406, + "label": "-", + "classification": { + "B": 3.234570726817765e-07, + "S": 6.155790543971307e-08, + "I": 7.579247903777286e-05, + "C": 2.889999677790911e-06, + "R": 2.9692736802644504e-07, + "M": 1.1759624612750486e-05, + "O": 2.180408728236216e-06, + "W": 6.054069245919891e-08, + "N": 7.636397754140489e-07, + "Y": 0.00013248846516944468, + "U": 2.9615685903650046e-08, + "K": 4.882530646455052e-08, + "L": 3.2914792313931684e-07, + "G": 4.3031621316913515e-05, + "F": 0.0008300310582853854, + "E": 6.0004607803421095e-05, + "T": 4.9820249842014164e-05, + "P": 0.22333979606628418, + "-": 0.7754502892494202 + }, + "id": "tp_5652" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 706507, + "label": "-", + "classification": { + "B": 3.1773796926870546e-09, + "S": 6.083287651392766e-09, + "I": 4.456725946511142e-06, + "C": 4.250251492976531e-07, + "R": 2.7115603984384506e-08, + "M": 8.529839305992937e-07, + "O": 1.702535143977002e-07, + "W": 1.1547223621732883e-08, + "N": 1.6470029606807657e-07, + "Y": 0.00011533819633768871, + "U": 7.521292033629834e-09, + "K": 5.303305442794226e-06, + "L": 3.067563092429282e-09, + "G": 7.09075493432465e-06, + "F": 0.0011515585938468575, + "E": 1.9945870008086786e-05, + "T": 1.2468171917134896e-05, + "P": 0.05711972713470459, + "-": 0.9415623545646667 + }, + "id": "tp_5653" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 706640, + "label": "-", + "classification": { + "B": 1.4431517456614529e-06, + "S": 1.7895438020332222e-07, + "I": 0.0007061053183861077, + "C": 1.840566073951777e-05, + "R": 2.6512984732107725e-06, + "M": 1.658777182456106e-05, + "O": 8.78660830494482e-06, + "W": 8.872449939190119e-07, + "N": 1.6369116565329023e-05, + "Y": 9.593497816240415e-05, + "U": 1.4450412209043861e-06, + "K": 1.3159685749997152e-06, + "L": 1.2279049315111479e-06, + "G": 4.596233702613972e-05, + "F": 0.0003796895616687834, + "E": 0.00020705391943920404, + "T": 0.0002349144488107413, + "P": 0.48208948969841003, + "-": 0.5161715149879456 + }, + "id": "tp_5654" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 706773, + "label": "-", + "classification": { + "B": 2.0639159004076646e-07, + "S": 1.9802230966092793e-08, + "I": 0.000114930619020015, + "C": 1.7059703623090172e-06, + "R": 1.6367702926345373e-07, + "M": 9.23461266211234e-06, + "O": 2.535041858209297e-06, + "W": 5.2306042164218525e-08, + "N": 1.7886345631268341e-06, + "Y": 4.766038910020143e-05, + "U": 4.199358372147799e-08, + "K": 5.7166907652117516e-08, + "L": 1.933894822059301e-07, + "G": 4.019627522211522e-05, + "F": 0.0002548180927988142, + "E": 0.00013068370753899217, + "T": 7.127117714844644e-05, + "P": 0.46170276403427124, + "-": 0.5376215577125549 + }, + "id": "tp_5655" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 706907, + "label": "-", + "classification": { + "B": 2.2931226340006106e-05, + "S": 6.775335492648082e-08, + "I": 8.876168431015685e-05, + "C": 1.1575535836527706e-06, + "R": 1.327224623537404e-07, + "M": 2.8899759854539298e-05, + "O": 8.864667506713886e-06, + "W": 1.0522053628392314e-07, + "N": 7.202344249890302e-07, + "Y": 3.0177561711752787e-05, + "U": 1.3332421389122828e-08, + "K": 5.534578906285503e-10, + "L": 2.7772662178904284e-06, + "G": 7.096995250321925e-05, + "F": 9.578188473824412e-05, + "E": 8.443416299996898e-05, + "T": 3.2255175028694794e-05, + "P": 0.4749601185321808, + "-": 0.5245717763900757 + }, + "id": "tp_5656" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 707007, + "label": "-", + "classification": { + "B": 7.607683372157226e-09, + "S": 2.1023913721052168e-09, + "I": 1.3712982763536274e-05, + "C": 1.4635497791459784e-06, + "R": 3.350245236788396e-08, + "M": 1.3967032828077208e-06, + "O": 3.503934067339287e-07, + "W": 1.1327720095266613e-08, + "N": 3.164653321618971e-07, + "Y": 3.0255792808020487e-05, + "U": 1.552177408825628e-08, + "K": 3.2489351724507287e-06, + "L": 8.403866047501651e-09, + "G": 9.4742608780507e-06, + "F": 0.0007837815792299807, + "E": 5.994196544634178e-05, + "T": 1.0110673429153394e-05, + "P": 0.11488411575555801, + "-": 0.8842018842697144 + }, + "id": "tp_5657" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 707140, + "label": "-", + "classification": { + "B": 1.9746817997656763e-05, + "S": 1.98876532522263e-05, + "I": 0.003490776987746358, + "C": 0.0006414388190023601, + "R": 0.00015622665523551404, + "M": 0.0005249502137303352, + "O": 0.0001513198803877458, + "W": 2.5152941816486418e-05, + "N": 0.0003387809847481549, + "Y": 0.007960142567753792, + "U": 2.3837457774789073e-05, + "K": 0.0007851967238821089, + "L": 2.3964439606061205e-05, + "G": 0.004125847481191158, + "F": 0.0248371884226799, + "E": 0.006533956155180931, + "T": 0.002189111430197954, + "P": 0.36691030859947205, + "-": 0.5812421441078186 + }, + "id": "tp_5658" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 707274, + "label": "-", + "classification": { + "B": 4.003950016340241e-05, + "S": 4.2199495510431007e-05, + "I": 0.004169020336121321, + "C": 0.0005978963454253972, + "R": 0.0001656428794376552, + "M": 0.0012277885107323527, + "O": 0.0003918526053894311, + "W": 8.591014193370938e-05, + "N": 0.0004525115655269474, + "Y": 0.010468494147062302, + "U": 0.00011411566811148077, + "K": 0.0010482739889994264, + "L": 8.725620136829093e-05, + "G": 0.0033482187427580357, + "F": 0.012903782539069653, + "E": 0.005326984915882349, + "T": 0.00404742918908596, + "P": 0.25475355982780457, + "-": 0.7007290124893188 + }, + "id": "tp_5659" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 707407, + "label": "P", + "classification": { + "B": 3.5273584217065945e-05, + "S": 1.284566315007396e-05, + "I": 0.008300376124680042, + "C": 0.00012823613360524178, + "R": 2.1328463844838552e-05, + "M": 0.0007874838192947209, + "O": 8.801344665698707e-05, + "W": 9.535114259051625e-06, + "N": 0.00020087599114049226, + "Y": 0.0037499992176890373, + "U": 8.362181688426062e-06, + "K": 4.8591618906357326e-06, + "L": 3.960559843108058e-05, + "G": 0.0009514721459709108, + "F": 0.001965298317372799, + "E": 0.0038761445321142673, + "T": 0.0019727186299860477, + "P": 0.6061491966247559, + "-": 0.3716982901096344 + }, + "id": "tp_5660" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 707508, + "label": "-", + "classification": { + "B": 4.997267296857899e-06, + "S": 2.0228869743732503e-06, + "I": 0.0025654081255197525, + "C": 0.0001309827493969351, + "R": 1.835353577916976e-05, + "M": 0.0001190209441119805, + "O": 3.854982787743211e-05, + "W": 4.451962468010606e-06, + "N": 0.00014737773744855076, + "Y": 0.0011316229356452823, + "U": 9.470061741012614e-06, + "K": 5.7201825256925076e-05, + "L": 6.964363365113968e-06, + "G": 0.00043775863014161587, + "F": 0.004157077055424452, + "E": 0.0017476478824391961, + "T": 0.0005946350283920765, + "P": 0.4054904580116272, + "-": 0.5833359956741333 + }, + "id": "tp_5661" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 707641, + "label": "-", + "classification": { + "B": 1.5554307992715621e-06, + "S": 2.5918373012245866e-06, + "I": 0.0017687123036012053, + "C": 0.00019121621153317392, + "R": 2.7307582058710977e-05, + "M": 0.0001323091855738312, + "O": 7.408543024212122e-05, + "W": 7.631285370734986e-06, + "N": 0.0001318450376857072, + "Y": 0.0007174165220931172, + "U": 7.580865258205449e-06, + "K": 7.788908260408789e-05, + "L": 5.181581400393043e-06, + "G": 0.0002709803229663521, + "F": 0.003220456186681986, + "E": 0.001039415830746293, + "T": 0.0008666426292620599, + "P": 0.21732868254184723, + "-": 0.7741285562515259 + }, + "id": "tp_5662" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 707774, + "label": "-", + "classification": { + "B": 2.336430952709634e-06, + "S": 2.136114972017822e-06, + "I": 0.0002473338972777128, + "C": 7.233527412608964e-06, + "R": 7.0736723500886e-07, + "M": 0.00010124656546395272, + "O": 1.6114227037178352e-05, + "W": 1.9815461200778373e-06, + "N": 1.7834339814726263e-05, + "Y": 0.0004017911560367793, + "U": 1.1087145139754284e-06, + "K": 9.947286343958694e-06, + "L": 1.5909464536889573e-06, + "G": 6.213835877133533e-05, + "F": 0.0015257052145898342, + "E": 0.0006286461721174419, + "T": 0.0006834632367826998, + "P": 0.2797069251537323, + "-": 0.7165818214416504 + }, + "id": "tp_5663" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 707908, + "label": "-", + "classification": { + "B": 3.2484733765159035e-06, + "S": 1.6259112953775912e-06, + "I": 0.0009140725014731288, + "C": 9.478440915700048e-05, + "R": 1.190210969070904e-05, + "M": 6.894581747474149e-05, + "O": 2.6430372599861585e-05, + "W": 2.2041649572202004e-06, + "N": 4.7406148951267824e-05, + "Y": 0.0011369341518729925, + "U": 1.9828678432531888e-06, + "K": 4.280836583347991e-05, + "L": 2.242227992610424e-06, + "G": 0.0002985443570651114, + "F": 0.00532873859629035, + "E": 0.0011581232538446784, + "T": 0.0002409628068562597, + "P": 0.24796965718269348, + "-": 0.7426493763923645 + }, + "id": "tp_5664" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 708008, + "label": "P", + "classification": { + "B": 0.00010579668014543131, + "S": 1.547967258375138e-05, + "I": 0.007538448553532362, + "C": 0.000362479971954599, + "R": 5.61947344976943e-05, + "M": 0.0004974118783138692, + "O": 0.00015033729141578078, + "W": 2.589500945759937e-05, + "N": 0.0006589712575078011, + "Y": 0.002176355104893446, + "U": 4.247411197866313e-05, + "K": 0.00011181925219716504, + "L": 3.7369056371971965e-05, + "G": 0.0014387668343260884, + "F": 0.0030200155451893806, + "E": 0.006171436980366707, + "T": 0.0015289288712665439, + "P": 0.6676434874534607, + "-": 0.30841830372810364 + }, + "id": "tp_5665" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 708141, + "label": "-", + "classification": { + "B": 3.005845201187185e-06, + "S": 3.529570165028417e-07, + "I": 0.0007822092156857252, + "C": 4.257990076439455e-05, + "R": 2.937374347311561e-06, + "M": 0.00013796427811030298, + "O": 1.0472356734680943e-05, + "W": 6.07304798450059e-07, + "N": 2.1979440134600736e-05, + "Y": 0.0006219857023097575, + "U": 1.0012926168201375e-06, + "K": 8.620325388619676e-06, + "L": 1.3647442074216087e-06, + "G": 0.00030818433151580393, + "F": 0.0008824464748613536, + "E": 0.0020649023354053497, + "T": 0.00035403904621489346, + "P": 0.36597976088523865, + "-": 0.6287755370140076 + }, + "id": "tp_5666" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 708275, + "label": "-", + "classification": { + "B": 0.00019307546608615667, + "S": 4.561604873742908e-05, + "I": 0.020665979012846947, + "C": 0.002913616830483079, + "R": 0.00062959996284917, + "M": 0.0023418928030878305, + "O": 0.0006814393564127386, + "W": 0.00014727063535246998, + "N": 0.001878593466244638, + "Y": 0.012830831110477448, + "U": 0.00018327636644244194, + "K": 0.0020681770984083414, + "L": 0.000155157656990923, + "G": 0.008467609994113445, + "F": 0.015406445600092411, + "E": 0.023145999759435654, + "T": 0.004208405967801809, + "P": 0.343917578458786, + "-": 0.5601193904876709 + }, + "id": "tp_5667" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 708375, + "label": "-", + "classification": { + "B": 0.00022150867152959108, + "S": 0.00020046508871018887, + "I": 0.008693975396454334, + "C": 0.0011609512148424983, + "R": 0.00029393922886811197, + "M": 0.0034166898112744093, + "O": 0.001623460091650486, + "W": 0.00026779697509482503, + "N": 0.0016655008075758815, + "Y": 0.007419052999466658, + "U": 0.00016913034778553993, + "K": 0.0012418373953551054, + "L": 0.00028618547366932034, + "G": 0.006456243339926004, + "F": 0.02125684544444084, + "E": 0.013852829113602638, + "T": 0.007540982682257891, + "P": 0.27080994844436646, + "-": 0.6534226536750793 + }, + "id": "tp_5668" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 708509, + "label": "P", + "classification": { + "B": 3.344787558035023e-09, + "S": 1.2146089467535148e-08, + "I": 3.160858614137396e-05, + "C": 9.81830865498523e-08, + "R": 6.662112639332918e-09, + "M": 1.5178068224486196e-06, + "O": 2.500277958006336e-07, + "W": 5.5929247899655365e-09, + "N": 1.4590676755688037e-06, + "Y": 4.838108361582272e-05, + "U": 2.413068855844358e-09, + "K": 4.367522521420142e-08, + "L": 4.124310226671923e-09, + "G": 4.7953494686225895e-06, + "F": 0.000222708928049542, + "E": 2.8367332561174408e-05, + "T": 3.9594171539647505e-05, + "P": 0.6355385184288025, + "-": 0.3640826642513275 + }, + "id": "tp_5669" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 708642, + "label": "-", + "classification": { + "B": 2.0700715595012298e-06, + "S": 1.8265625101321348e-07, + "I": 9.395396773470566e-05, + "C": 3.1256640795618296e-06, + "R": 3.0401466233342944e-07, + "M": 6.392864452209324e-05, + "O": 1.2608396900759544e-05, + "W": 2.959458811346849e-07, + "N": 2.623404952828423e-06, + "Y": 3.857150295516476e-05, + "U": 8.740822465824749e-08, + "K": 5.9560516518786244e-08, + "L": 1.015478801491554e-06, + "G": 6.618738552788273e-05, + "F": 0.00033966253977268934, + "E": 0.0001443921064492315, + "T": 0.0001089390498236753, + "P": 0.46890178322792053, + "-": 0.5302202105522156 + }, + "id": "tp_5670" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 708775, + "label": "-", + "classification": { + "B": 5.39440436764238e-10, + "S": 2.8249444450345607e-10, + "I": 4.5963201955601107e-07, + "C": 2.3714598285096145e-08, + "R": 2.296366874432465e-09, + "M": 2.4458048031306134e-08, + "O": 2.8493253978467692e-08, + "W": 2.898695450337385e-10, + "N": 6.172061528531003e-09, + "Y": 5.981588856229791e-06, + "U": 1.602883242801667e-10, + "K": 2.7551618764221075e-09, + "L": 6.587563827764598e-10, + "G": 1.3307163726494764e-06, + "F": 0.0003554097784217447, + "E": 2.389921576195775e-07, + "T": 2.2732149318471784e-06, + "P": 0.10411195456981659, + "-": 0.8955223560333252 + }, + "id": "tp_5671" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 708876, + "label": "-", + "classification": { + "B": 5.1057242878016496e-09, + "S": 2.422824829650949e-09, + "I": 0.00018013178487308323, + "C": 3.674867002700921e-06, + "R": 4.796370944859518e-07, + "M": 3.3723954402375966e-06, + "O": 6.026975825079717e-07, + "W": 1.2693702977628618e-08, + "N": 8.479102575620345e-07, + "Y": 8.296946180053055e-05, + "U": 4.50700028409301e-08, + "K": 1.2074373501036462e-07, + "L": 4.8468010049873556e-08, + "G": 1.1145011740154587e-05, + "F": 7.810622628312558e-05, + "E": 1.5598468962707557e-05, + "T": 0.00010380851017544046, + "P": 0.12222671508789062, + "-": 0.877292275428772 + }, + "id": "tp_5672" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 709009, + "label": "-", + "classification": { + "B": 5.943043106526602e-06, + "S": 8.378185043511621e-07, + "I": 0.0003410663630347699, + "C": 1.3316273907548748e-05, + "R": 1.621677256480325e-06, + "M": 4.966855703969486e-05, + "O": 1.884093217086047e-05, + "W": 1.8036420215139515e-06, + "N": 3.168669354636222e-05, + "Y": 0.0004053721495438367, + "U": 1.3668568499269895e-06, + "K": 3.9626767829759046e-05, + "L": 6.97020482220978e-07, + "G": 0.00016423461784143, + "F": 0.0012448561610653996, + "E": 0.0012343437410891056, + "T": 0.00022825758787803352, + "P": 0.30161455273628235, + "-": 0.6946018934249878 + }, + "id": "tp_5673" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 709142, + "label": "-", + "classification": { + "B": 2.929373295046389e-06, + "S": 6.5246413214481436e-06, + "I": 0.0002124960592482239, + "C": 2.8167869459139183e-05, + "R": 7.438480679411441e-06, + "M": 6.248736463021487e-05, + "O": 6.197330367285758e-05, + "W": 5.659815542458091e-06, + "N": 3.3857289963634685e-05, + "Y": 0.0006317920051515102, + "U": 2.187378640883253e-06, + "K": 2.6363206416135654e-05, + "L": 3.85954808734823e-06, + "G": 0.00023120648984331638, + "F": 0.009874717332422733, + "E": 0.00027615559520199895, + "T": 0.00044433469884097576, + "P": 0.2803398668766022, + "-": 0.7077479958534241 + }, + "id": "tp_5674" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 709276, + "label": "-", + "classification": { + "B": 9.149058247115427e-12, + "S": 6.140234848350801e-11, + "I": 9.94772264562016e-08, + "C": 2.4290023326045684e-09, + "R": 1.0430298985619757e-10, + "M": 5.047800399893276e-09, + "O": 4.213864368551867e-09, + "W": 6.044624523138253e-11, + "N": 1.915896108428683e-09, + "Y": 1.2542241165647283e-06, + "U": 1.9481151067313185e-11, + "K": 1.3027037226720495e-08, + "L": 1.6543438494109886e-11, + "G": 8.207063473264498e-08, + "F": 0.00029268296202644706, + "E": 5.198934331929195e-07, + "T": 1.8044531202576763e-07, + "P": 0.10005676746368408, + "-": 0.8996483087539673 + }, + "id": "tp_5675" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 709376, + "label": "P", + "classification": { + "B": 7.064104323717402e-08, + "S": 1.2925069903246822e-08, + "I": 2.3729886379442178e-05, + "C": 2.1277477912917675e-07, + "R": 1.3950351096525537e-08, + "M": 6.827922902630235e-07, + "O": 2.095191860007617e-07, + "W": 1.2268221105671273e-08, + "N": 6.7349446908338e-07, + "Y": 5.705092917196453e-06, + "U": 4.76268269267166e-09, + "K": 2.9591195271905235e-08, + "L": 8.610674839815147e-09, + "G": 4.240902399033075e-06, + "F": 0.00021718164498452097, + "E": 5.312928988132626e-05, + "T": 8.121450264297891e-06, + "P": 0.7735893726348877, + "-": 0.22609664499759674 + }, + "id": "tp_5676" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 709510, + "label": "P", + "classification": { + "B": 5.062353807261388e-07, + "S": 1.7983598610271656e-08, + "I": 2.7311305530020036e-05, + "C": 2.8228876658431545e-07, + "R": 2.716206459751902e-08, + "M": 2.0082695755263558e-06, + "O": 1.5667216075598844e-06, + "W": 7.12908558853087e-08, + "N": 5.508202889359382e-07, + "Y": 5.431152203527745e-06, + "U": 8.810093987676737e-09, + "K": 7.178858840717339e-09, + "L": 5.640614375579389e-08, + "G": 4.11636119679315e-06, + "F": 4.2571689846226946e-05, + "E": 1.542972677270882e-05, + "T": 1.0972713425871916e-05, + "P": 0.6383793354034424, + "-": 0.3615097999572754 + }, + "id": "tp_5677" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 709643, + "label": "-", + "classification": { + "B": 3.3634466944931773e-07, + "S": 1.9172200893535774e-07, + "I": 0.0012869202764704823, + "C": 7.482595265173586e-06, + "R": 2.481501496731653e-06, + "M": 0.00010962047235807404, + "O": 1.421937849954702e-05, + "W": 1.6360237964363478e-07, + "N": 1.1588353117986117e-05, + "Y": 0.0007813245174475014, + "U": 8.306699328386458e-08, + "K": 9.48159240010682e-08, + "L": 1.07401535842655e-06, + "G": 0.0002136871771654114, + "F": 0.00014914057101123035, + "E": 6.0467780713224784e-05, + "T": 0.001745026558637619, + "P": 0.2705553472042084, + "-": 0.725060760974884 + }, + "id": "tp_5678" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 709776, + "label": "-", + "classification": { + "B": 0.0008671163814142346, + "S": 0.0001470831484766677, + "I": 0.021253807470202446, + "C": 0.005159125197678804, + "R": 0.0012802439741790295, + "M": 0.010366931557655334, + "O": 0.0016875191358849406, + "W": 0.00019818605505861342, + "N": 0.0015318539226427674, + "Y": 0.031299248337745667, + "U": 0.00021336798090487719, + "K": 0.0002430900203762576, + "L": 0.0013519814237952232, + "G": 0.024430012330412865, + "F": 0.02095021679997444, + "E": 0.029759667813777924, + "T": 0.015264724381268024, + "P": 0.24828967452049255, + "-": 0.5857062339782715 + }, + "id": "tp_5679" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 709877, + "label": "I", + "classification": { + "B": 0.00015611427079420537, + "S": 7.477034523617476e-05, + "I": 0.6777639389038086, + "C": 0.004692083690315485, + "R": 0.0005675772554241121, + "M": 0.005370066035538912, + "O": 0.00047532838652841747, + "W": 4.731730223284103e-05, + "N": 0.008287309668958187, + "Y": 0.07581125944852829, + "U": 1.3061405297776219e-05, + "K": 0.00010226933227386326, + "L": 8.71112133609131e-05, + "G": 0.011417808011174202, + "F": 0.0007484553498215973, + "E": 0.01947949267923832, + "T": 0.025266237556934357, + "P": 0.09291684627532959, + "-": 0.07672293484210968 + }, + "id": "tp_5680" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 710010, + "label": "-", + "classification": { + "B": 4.2022056732093915e-05, + "S": 2.755642526608426e-05, + "I": 0.003538178512826562, + "C": 0.00033948765485547483, + "R": 6.0297868913039565e-05, + "M": 0.0003491465758997947, + "O": 0.00022007402731105685, + "W": 3.377687608008273e-05, + "N": 0.0003952268452849239, + "Y": 0.0017329215770587325, + "U": 4.648699177778326e-05, + "K": 8.377064659725875e-05, + "L": 3.953593477490358e-05, + "G": 0.0006697853095829487, + "F": 0.0028463092166930437, + "E": 0.0015605287626385689, + "T": 0.0026544337160885334, + "P": 0.4406186640262604, + "-": 0.5447417497634888 + }, + "id": "tp_5681" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 710143, + "label": "P", + "classification": { + "B": 3.460810660271818e-07, + "S": 7.550873704076366e-08, + "I": 0.00017296003352385014, + "C": 2.994460828631418e-06, + "R": 4.0193185668613296e-07, + "M": 2.995509021275211e-06, + "O": 2.3795525976311183e-06, + "W": 1.776029137090518e-07, + "N": 8.83510074345395e-06, + "Y": 4.350141534814611e-05, + "U": 6.990892842395624e-08, + "K": 4.918709919365938e-07, + "L": 1.0728240340540651e-07, + "G": 2.674412098713219e-05, + "F": 0.0002952961658593267, + "E": 9.977686568163335e-05, + "T": 3.834745439235121e-05, + "P": 0.8079608082771301, + "-": 0.19134365022182465 + }, + "id": "tp_5682" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 710277, + "label": "-", + "classification": { + "B": 0.00014412302698474377, + "S": 1.8410188204143196e-05, + "I": 0.00264886231161654, + "C": 0.00010115199256688356, + "R": 2.8927681341883726e-05, + "M": 0.0020854217000305653, + "O": 0.00033452516072429717, + "W": 2.1530813683057204e-05, + "N": 6.970656977500767e-05, + "Y": 0.0006241408409550786, + "U": 2.475301016602316e-06, + "K": 5.19486491157295e-07, + "L": 0.00015420188719872385, + "G": 0.0009893100941553712, + "F": 0.003660280257463455, + "E": 0.0017655326519161463, + "T": 0.0007159424130804837, + "P": 0.47251349687576294, + "-": 0.5141213536262512 + }, + "id": "tp_5683" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 710377, + "label": "-", + "classification": { + "B": 5.623611443184018e-08, + "S": 4.45275141203183e-08, + "I": 2.3269387838809052e-06, + "C": 2.035268238387289e-07, + "R": 1.344114508583516e-07, + "M": 4.6812532673357055e-05, + "O": 6.348469469230622e-06, + "W": 3.398139014620938e-08, + "N": 1.1996744930797831e-08, + "Y": 0.00017503020353615284, + "U": 1.5291560240271451e-09, + "K": 3.2821229067891977e-10, + "L": 1.4073651755097671e-06, + "G": 2.387138556514401e-05, + "F": 0.00019775632245000452, + "E": 9.029859597831091e-07, + "T": 0.00017705794016364962, + "P": 0.002795457374304533, + "-": 0.9965724945068359 + }, + "id": "tp_5684" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 710511, + "label": "Y", + "classification": { + "B": 1.7030572053045034e-05, + "S": 0.0006093623815104365, + "I": 0.0007649365579709411, + "C": 0.0006328261806629598, + "R": 0.0009934119880199432, + "M": 0.0484439954161644, + "O": 0.01060713641345501, + "W": 6.409104389604181e-05, + "N": 7.94062088971259e-06, + "Y": 0.5825341939926147, + "U": 1.8818207436765988e-08, + "K": 5.781567438134516e-07, + "L": 0.0020952378399670124, + "G": 0.08174256980419159, + "F": 0.008867819793522358, + "E": 2.6850582798942924e-05, + "T": 0.1441584825515747, + "P": 5.255475116427988e-05, + "-": 0.11838092654943466 + }, + "id": "tp_5685" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 710644, + "label": "-", + "classification": { + "B": 2.4556582545187666e-08, + "S": 1.670843971623981e-06, + "I": 0.00019728270126506686, + "C": 0.0007652786443941295, + "R": 0.00022808063658885658, + "M": 0.00047165798605419695, + "O": 0.00019852552213706076, + "W": 3.926942554244306e-06, + "N": 3.818841378233628e-06, + "Y": 0.042757220566272736, + "U": 8.605751844470433e-08, + "K": 3.956881300837267e-06, + "L": 1.3359506738197524e-05, + "G": 0.0014911170583218336, + "F": 0.005422404035925865, + "E": 5.8221023209625855e-05, + "T": 0.0070088026113808155, + "P": 0.003204620210453868, + "-": 0.9381699562072754 + }, + "id": "tp_5686" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 710777, + "label": "-", + "classification": { + "B": 1.588387088524712e-09, + "S": 2.995384988935257e-07, + "I": 2.185236917284783e-05, + "C": 7.407200882880716e-06, + "R": 7.842641934985295e-06, + "M": 0.00018921219452749938, + "O": 7.46410369174555e-05, + "W": 2.3140208327276923e-07, + "N": 1.2584041542140767e-07, + "Y": 0.042758189141750336, + "U": 1.6771719568708932e-09, + "K": 3.25122542221834e-08, + "L": 2.3608054107171483e-06, + "G": 0.00028490141266956925, + "F": 0.0004535135522019118, + "E": 3.030777691037656e-07, + "T": 0.010308247059583664, + "P": 0.00024244567612186074, + "-": 0.9456484317779541 + }, + "id": "tp_5687" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 710878, + "label": "-", + "classification": { + "B": 8.04049105074256e-10, + "S": 3.343057386473447e-08, + "I": 9.430663538978479e-08, + "C": 1.7393659845765796e-06, + "R": 2.77602168807789e-07, + "M": 1.9706112652784213e-05, + "O": 2.9550362796726404e-06, + "W": 1.572385954773381e-08, + "N": 2.025045242604051e-09, + "Y": 0.002509716898202896, + "U": 7.199710966299122e-11, + "K": 3.5303006029607786e-07, + "L": 2.3419313777139905e-07, + "G": 0.00032208210905082524, + "F": 0.020742906257510185, + "E": 1.937525894391001e-06, + "T": 0.00024099541769828647, + "P": 9.697349014459178e-05, + "-": 0.9760599732398987 + }, + "id": "tp_5688" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 711011, + "label": "-", + "classification": { + "B": 5.706643158021052e-09, + "S": 8.680937071403605e-07, + "I": 2.538620037739747e-06, + "C": 5.500818588188849e-06, + "R": 2.9215464110166067e-06, + "M": 0.001137379091233015, + "O": 4.655619341065176e-05, + "W": 5.472306696674423e-08, + "N": 8.98906726831683e-09, + "Y": 0.09488745778799057, + "U": 7.07903388685871e-11, + "K": 9.41361744111191e-09, + "L": 7.930732863314915e-06, + "G": 0.004686191212385893, + "F": 0.006128416396677494, + "E": 3.1246068488144374e-07, + "T": 0.030258677899837494, + "P": 2.3538605091744103e-05, + "-": 0.8628115653991699 + }, + "id": "tp_5689" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 711144, + "label": "-", + "classification": { + "B": 4.890873296636844e-12, + "S": 1.4832876038539666e-09, + "I": 2.418041544771654e-09, + "C": 3.063936659941646e-08, + "R": 2.058618164824111e-09, + "M": 6.759825055269175e-07, + "O": 3.308149132408289e-07, + "W": 5.165323724298787e-10, + "N": 6.284681802748437e-11, + "Y": 1.2323983355599921e-05, + "U": 1.6140635919828505e-12, + "K": 1.1800406207740366e-09, + "L": 8.143484109268684e-09, + "G": 4.3440181798359845e-06, + "F": 0.002563648158684373, + "E": 3.617250854404119e-08, + "T": 5.667861842084676e-06, + "P": 0.00021144238417036831, + "-": 0.9972014427185059 + }, + "id": "tp_5690" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 711278, + "label": "-", + "classification": { + "B": 3.762644709692786e-12, + "S": 3.913849244696621e-10, + "I": 3.577590446113277e-09, + "C": 2.8708760368978403e-10, + "R": 1.7915183225802878e-10, + "M": 5.610947027889779e-06, + "O": 9.673031797774456e-08, + "W": 1.1679123813890246e-11, + "N": 4.465720761931413e-12, + "Y": 0.008623737841844559, + "U": 8.463581161052228e-15, + "K": 5.561475759086054e-12, + "L": 3.2709497332916726e-09, + "G": 2.034193130384665e-05, + "F": 0.000217979250010103, + "E": 4.1029877273501825e-09, + "T": 0.00045006227446720004, + "P": 3.809685949818231e-06, + "-": 0.9906783103942871 + }, + "id": "tp_5691" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 711378, + "label": "-", + "classification": { + "B": 7.263744009833317e-06, + "S": 3.8461679650936276e-05, + "I": 0.0002618693688418716, + "C": 1.042577059706673e-05, + "R": 2.0782068531843834e-05, + "M": 0.004850441124290228, + "O": 0.0005295941373333335, + "W": 7.987253411556594e-06, + "N": 2.231091002613539e-06, + "Y": 0.03836890682578087, + "U": 9.668107736615639e-08, + "K": 2.099197615734738e-07, + "L": 0.00013295633834786713, + "G": 0.0018047253834083676, + "F": 0.004826322663575411, + "E": 1.0906333955063019e-05, + "T": 0.04544474557042122, + "P": 0.0010430605616420507, + "-": 0.9026390314102173 + }, + "id": "tp_5692" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 711512, + "label": "-", + "classification": { + "B": 1.4298924266853419e-09, + "S": 1.6453606477284666e-08, + "I": 7.740080036455765e-06, + "C": 8.933811841416173e-07, + "R": 4.0092956510306976e-07, + "M": 9.059601143235341e-05, + "O": 6.054211553419009e-06, + "W": 1.0661611149487271e-08, + "N": 1.7303854349393077e-08, + "Y": 0.00412609102204442, + "U": 1.7973042498731218e-10, + "K": 7.345537067493524e-09, + "L": 2.5083980403906025e-07, + "G": 0.00021316912898328155, + "F": 0.0003338887181598693, + "E": 1.4207749927663826e-06, + "T": 0.0009187489631585777, + "P": 0.00023693987168371677, + "-": 0.994063675403595 + }, + "id": "tp_5693" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 711645, + "label": "-", + "classification": { + "B": 2.26976232947651e-11, + "S": 7.257925371817464e-10, + "I": 2.7710800667990476e-11, + "C": 2.875878007957411e-11, + "R": 1.3171124781108379e-11, + "M": 4.59729972135392e-06, + "O": 1.0450565213204754e-07, + "W": 5.950782401564769e-12, + "N": 6.709973424329566e-14, + "Y": 1.6559035429963842e-05, + "U": 4.0854720445745974e-16, + "K": 2.794939792978438e-15, + "L": 9.639451015175382e-09, + "G": 1.130842861130077e-06, + "F": 0.00015304710541386157, + "E": 5.819484338864811e-10, + "T": 4.692097263614414e-06, + "P": 5.348307240637951e-06, + "-": 0.9998145699501038 + }, + "id": "tp_5694" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 711778, + "label": "-", + "classification": { + "B": 4.744540092360694e-06, + "S": 2.0054854758200236e-05, + "I": 0.00026973572676070035, + "C": 0.0001999688392970711, + "R": 2.0706429495476186e-05, + "M": 0.0004417146265041083, + "O": 0.0001630682236282155, + "W": 8.58071416587336e-06, + "N": 3.815132731688209e-05, + "Y": 0.003583095734938979, + "U": 2.227150844191783e-06, + "K": 5.181148662813939e-05, + "L": 1.4115144949755631e-05, + "G": 0.0011551536154001951, + "F": 0.021236451342701912, + "E": 0.0005743533838540316, + "T": 0.0019485792145133018, + "P": 0.06726820021867752, + "-": 0.9029994010925293 + }, + "id": "tp_5695" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 711879, + "label": "-", + "classification": { + "B": 1.982028697966598e-05, + "S": 3.293034387752414e-05, + "I": 0.0002570098440628499, + "C": 0.002015833044424653, + "R": 0.0007712609367445111, + "M": 0.012327617965638638, + "O": 0.0014163313899189234, + "W": 1.8186763554695062e-05, + "N": 1.192511263070628e-05, + "Y": 0.11802759766578674, + "U": 4.173914021521341e-06, + "K": 5.1353927119635046e-06, + "L": 0.0013570458395406604, + "G": 0.035125818103551865, + "F": 0.020417390391230583, + "E": 0.000316848570946604, + "T": 0.03227563574910164, + "P": 0.0037656803615391254, + "-": 0.7718337774276733 + }, + "id": "tp_5696" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 712012, + "label": "-", + "classification": { + "B": 1.213972715755074e-12, + "S": 1.883608069866427e-12, + "I": 1.99074730033999e-08, + "C": 3.348089361310258e-09, + "R": 7.949573221921469e-10, + "M": 6.25648056029604e-07, + "O": 5.804985825363929e-09, + "W": 2.879333924066252e-12, + "N": 1.0975768904852856e-11, + "Y": 0.0001914808090077713, + "U": 1.926400933303235e-13, + "K": 3.5252409325003953e-10, + "L": 9.851558457896203e-11, + "G": 3.3245114536839537e-06, + "F": 9.148272511083633e-06, + "E": 2.210674843183824e-08, + "T": 1.940133370226249e-05, + "P": 2.628888250910677e-05, + "-": 0.9997496008872986 + }, + "id": "tp_5697" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 712145, + "label": "-", + "classification": { + "B": 4.694459043719235e-09, + "S": 7.57479323709731e-09, + "I": 7.824995009286795e-06, + "C": 3.4481499255889503e-07, + "R": 9.971935099883922e-08, + "M": 6.65914049022831e-05, + "O": 8.783244993537664e-07, + "W": 2.392834153042145e-09, + "N": 1.1420298484665636e-08, + "Y": 0.02841518074274063, + "U": 1.486999690047952e-10, + "K": 8.770341963781902e-08, + "L": 4.573093193016575e-08, + "G": 0.0008099437691271305, + "F": 0.0006422020960599184, + "E": 2.072377583317575e-06, + "T": 0.0018593608401715755, + "P": 0.00027299326029606164, + "-": 0.9679223299026489 + }, + "id": "tp_5698" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 712279, + "label": "-", + "classification": { + "B": 3.454145303116718e-11, + "S": 8.815457391841974e-11, + "I": 1.4506944978620595e-07, + "C": 1.0803772321210658e-09, + "R": 3.5544320264868645e-10, + "M": 6.364684395521181e-06, + "O": 2.8025274545484535e-08, + "W": 2.9127682904528385e-11, + "N": 1.505305463611606e-10, + "Y": 0.00018999018357135355, + "U": 5.882051031143309e-13, + "K": 1.913193561908777e-11, + "L": 5.442164496827218e-10, + "G": 9.937031109075178e-07, + "F": 2.6499394152779132e-05, + "E": 6.706917332621742e-08, + "T": 7.091571751516312e-05, + "P": 0.00044614006765186787, + "-": 0.999258816242218 + }, + "id": "tp_5699" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 712379, + "label": "-", + "classification": { + "B": 1.4391095259913556e-10, + "S": 1.888305831143633e-11, + "I": 1.2207620159188082e-07, + "C": 1.5638544681451094e-08, + "R": 1.8361127063215577e-09, + "M": 4.941369297739584e-06, + "O": 5.459033758370424e-08, + "W": 2.6744417444546364e-11, + "N": 9.186281596518242e-11, + "Y": 3.38913087034598e-05, + "U": 7.411882739505327e-12, + "K": 1.7578650937221524e-13, + "L": 1.0063758715261883e-08, + "G": 1.612736582501384e-06, + "F": 1.043992369886837e-06, + "E": 2.2226894103027917e-08, + "T": 6.143505015643314e-05, + "P": 0.0015732847386971116, + "-": 0.9983236193656921 + }, + "id": "tp_5700" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 712513, + "label": "-", + "classification": { + "B": 4.654640561874146e-10, + "S": 6.626821313915343e-09, + "I": 1.014977879520984e-08, + "C": 3.0228967773382465e-08, + "R": 4.981430823391975e-09, + "M": 2.8712588573398534e-06, + "O": 6.088698114581348e-07, + "W": 2.455239789256325e-09, + "N": 6.079300951533639e-10, + "Y": 0.00022411409008782357, + "U": 5.136554376283797e-11, + "K": 8.48680059561957e-09, + "L": 2.203791460431148e-08, + "G": 5.938412414252525e-06, + "F": 0.002802531234920025, + "E": 1.057373069102141e-07, + "T": 5.267440064926632e-05, + "P": 0.0005728488322347403, + "-": 0.9963382482528687 + }, + "id": "tp_5701" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 712646, + "label": "-", + "classification": { + "B": 1.6225436993977382e-08, + "S": 6.366835236804036e-08, + "I": 1.6224541923293145e-06, + "C": 4.0069687656796305e-07, + "R": 7.490084641403882e-08, + "M": 8.274705760413781e-05, + "O": 2.4049563762673642e-06, + "W": 1.1789574649867518e-08, + "N": 1.2809698191063035e-08, + "Y": 0.0002893893688451499, + "U": 3.375230650526362e-10, + "K": 1.3106419061159613e-08, + "L": 2.8657660777753335e-07, + "G": 0.00013685438898392022, + "F": 0.001719350810162723, + "E": 9.514118573861197e-06, + "T": 0.00017662387108430266, + "P": 0.006359484512358904, + "-": 0.9912210702896118 + }, + "id": "tp_5702" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 712779, + "label": "-", + "classification": { + "B": 2.5318996677015093e-08, + "S": 2.623652051170211e-07, + "I": 4.167797669651918e-06, + "C": 1.58091243065428e-05, + "R": 4.307354174670763e-06, + "M": 0.0001510333240730688, + "O": 8.340267413586844e-06, + "W": 1.0436186670403913e-07, + "N": 6.585762690747288e-08, + "Y": 0.009003693237900734, + "U": 5.454061646759101e-09, + "K": 1.66878123764036e-07, + "L": 1.509975959379517e-06, + "G": 0.00027293310267850757, + "F": 0.004743377678096294, + "E": 3.6118678963248385e-06, + "T": 0.001051251427270472, + "P": 0.0005508710164576769, + "-": 0.9841883182525635 + }, + "id": "tp_5703" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 712880, + "label": "-", + "classification": { + "B": 4.478316952827299e-07, + "S": 1.306506328546675e-05, + "I": 0.003794407704845071, + "C": 0.00012425280874595046, + "R": 0.0001130149612436071, + "M": 0.0014771014684811234, + "O": 0.0002649887464940548, + "W": 3.103343033217243e-06, + "N": 1.835398143157363e-05, + "Y": 0.4095405638217926, + "U": 3.4321828934480436e-08, + "K": 3.916464379472018e-07, + "L": 1.699667154753115e-05, + "G": 0.0023826868273317814, + "F": 0.0009277815115638077, + "E": 1.1060757060477044e-05, + "T": 0.12179683893918991, + "P": 0.0010347156785428524, + "-": 0.45848020911216736 + }, + "id": "tp_5704" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 713013, + "label": "-", + "classification": { + "B": 9.069893280866381e-09, + "S": 9.69522684357571e-09, + "I": 2.4869209482858423e-06, + "C": 5.203248178986541e-07, + "R": 1.245245186964894e-07, + "M": 4.189275387034286e-06, + "O": 7.893079896348354e-07, + "W": 3.334758247319769e-08, + "N": 3.498137957080871e-08, + "Y": 0.00047766894567757845, + "U": 5.2494915081524596e-09, + "K": 2.6606275582707895e-07, + "L": 3.541479642876766e-08, + "G": 4.00587850890588e-05, + "F": 0.0005067839520052075, + "E": 4.6054615268076304e-06, + "T": 5.53087484149728e-05, + "P": 0.007024620659649372, + "-": 0.9918825030326843 + }, + "id": "tp_5705" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 713146, + "label": "-", + "classification": { + "B": 6.935518115369632e-08, + "S": 1.6201101971091703e-06, + "I": 3.6496239772532135e-06, + "C": 1.3641193618241232e-05, + "R": 2.130772827513283e-06, + "M": 6.502954784082249e-05, + "O": 1.573264853504952e-05, + "W": 7.871502134548791e-07, + "N": 7.910136901045917e-07, + "Y": 0.0025179453659802675, + "U": 4.9065505436374224e-08, + "K": 0.0004587905132211745, + "L": 1.094884055419243e-06, + "G": 0.0010562200332060456, + "F": 0.06303108483552933, + "E": 0.00020277488511055708, + "T": 0.0005975738167762756, + "P": 0.00476856529712677, + "-": 0.9272624850273132 + }, + "id": "tp_5706" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 713280, + "label": "-", + "classification": { + "B": 4.451126695958346e-13, + "S": 2.6301339578482796e-12, + "I": 1.875227306769034e-09, + "C": 2.0916927044589695e-12, + "R": 8.376609952551184e-13, + "M": 6.5738743337817596e-09, + "O": 6.684135467338592e-10, + "W": 4.1247460633685173e-13, + "N": 1.2901448572660845e-12, + "Y": 2.2347285266732797e-06, + "U": 7.0582200938681516e-15, + "K": 1.3159663788363252e-13, + "L": 4.580552083466305e-12, + "G": 7.757552822340585e-09, + "F": 1.436190814274596e-06, + "E": 2.6301263944539244e-10, + "T": 1.990863893297501e-06, + "P": 0.00037962585338391364, + "-": 0.9996145963668823 + }, + "id": "tp_5707" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 713380, + "label": "-", + "classification": { + "B": 1.335743182728777e-09, + "S": 1.1311520609069703e-07, + "I": 9.775194875771831e-09, + "C": 3.7571365396615874e-07, + "R": 1.7847493438694073e-07, + "M": 0.0001684140006545931, + "O": 2.377491728111636e-05, + "W": 1.255801684862945e-08, + "N": 1.3560891298780575e-10, + "Y": 0.004229000769555569, + "U": 5.3473124365932545e-12, + "K": 1.5100994066319373e-10, + "L": 1.1801852451753803e-05, + "G": 0.0008792367298156023, + "F": 0.029160575941205025, + "E": 9.933948064144715e-08, + "T": 0.00044877349864691496, + "P": 1.824105129344389e-05, + "-": 0.9650593996047974 + }, + "id": "tp_5708" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 713514, + "label": "-", + "classification": { + "B": 6.341655080177588e-06, + "S": 2.1259800178086152e-06, + "I": 0.00013179189409129322, + "C": 3.112856938969344e-05, + "R": 7.645914593013003e-06, + "M": 0.0005689005483873188, + "O": 7.590738823637366e-05, + "W": 1.2712664556602249e-06, + "N": 2.078962779705762e-06, + "Y": 0.005877245683223009, + "U": 3.0848730148136383e-07, + "K": 2.2994943549292657e-07, + "L": 2.0941228285664693e-05, + "G": 0.0011904913699254394, + "F": 0.0023089053574949503, + "E": 8.56094848131761e-05, + "T": 0.0025139302015304565, + "P": 0.008953224867582321, + "-": 0.9782218933105469 + }, + "id": "tp_5709" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 713647, + "label": "-", + "classification": { + "B": 3.5771260953332273e-10, + "S": 6.307196542820748e-09, + "I": 1.8436408311117702e-07, + "C": 1.913742941894725e-08, + "R": 8.039378052160373e-09, + "M": 1.7575761376065202e-05, + "O": 6.23407288458111e-07, + "W": 1.1717272707656434e-09, + "N": 1.0128778926699056e-09, + "Y": 0.00028796412516385317, + "U": 3.1197315564224226e-11, + "K": 5.463170471564638e-10, + "L": 2.1918667769682543e-08, + "G": 6.3949132709240075e-06, + "F": 0.00020519878307823092, + "E": 4.7348702736371706e-08, + "T": 0.00022151126177050173, + "P": 0.0002536877291277051, + "-": 0.9990068078041077 + }, + "id": "tp_5710" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 713780, + "label": "-", + "classification": { + "B": 3.7232574801038254e-09, + "S": 2.114571543643251e-06, + "I": 4.6007871787878685e-06, + "C": 1.9727923472601105e-07, + "R": 3.5158697642145853e-07, + "M": 0.00014225090853869915, + "O": 2.6056412025354803e-05, + "W": 1.6725283558116644e-07, + "N": 9.058609862222511e-08, + "Y": 0.02699374593794346, + "U": 2.2539180244418588e-10, + "K": 6.550887405865069e-07, + "L": 5.522242076949624e-07, + "G": 0.00030698897899128497, + "F": 0.009977609850466251, + "E": 1.2368475381663302e-06, + "T": 0.00933340284973383, + "P": 0.0003202701627742499, + "-": 0.9528895616531372 + }, + "id": "tp_5711" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 713881, + "label": "-", + "classification": { + "B": 1.0353767843085393e-09, + "S": 9.630991826270474e-07, + "I": 5.557427812163951e-06, + "C": 1.1107310911029344e-06, + "R": 5.025423774895899e-07, + "M": 0.000259201304288581, + "O": 4.6497079893015325e-05, + "W": 1.5089418070601823e-07, + "N": 5.7573949163725047e-08, + "Y": 0.2127237319946289, + "U": 1.998965749872017e-11, + "K": 2.646467578415468e-07, + "L": 2.871354922717728e-07, + "G": 0.0006859693676233292, + "F": 0.002249264856800437, + "E": 7.509828492402448e-07, + "T": 0.023314185440540314, + "P": 4.6725519496249035e-05, + "-": 0.7606648206710815 + }, + "id": "tp_5712" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 714014, + "label": "-", + "classification": { + "B": 1.3375847984775646e-08, + "S": 7.807839210727252e-07, + "I": 2.9153613922972e-06, + "C": 6.726123046973953e-06, + "R": 2.6342866021877853e-06, + "M": 0.0007236216915771365, + "O": 3.8305643101921305e-05, + "W": 2.2628969986726588e-07, + "N": 5.1093380193378835e-08, + "Y": 0.003343382151797414, + "U": 2.513309560470134e-09, + "K": 1.9744322798942449e-07, + "L": 4.6174654926289804e-06, + "G": 0.00026396155590191483, + "F": 0.002514523221179843, + "E": 4.313529188948451e-06, + "T": 0.003148971823975444, + "P": 0.0004530108126346022, + "-": 0.9894917011260986 + }, + "id": "tp_5713" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 714147, + "label": "-", + "classification": { + "B": 3.002801918228215e-07, + "S": 2.1701264074636128e-07, + "I": 3.301775359432213e-05, + "C": 7.678690963075496e-06, + "R": 3.796348210016731e-06, + "M": 8.13457154436037e-05, + "O": 1.4911974176357035e-05, + "W": 1.1304903324571569e-07, + "N": 2.3354887446203065e-07, + "Y": 0.0008502983255311847, + "U": 4.387997876165173e-08, + "K": 4.055735303154506e-08, + "L": 4.775813067681156e-06, + "G": 0.00030151946702972054, + "F": 0.002207846147939563, + "E": 3.5617301819002023e-06, + "T": 0.0007572907488793135, + "P": 0.006494059227406979, + "-": 0.989238977432251 + }, + "id": "tp_5714" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 714281, + "label": "-", + "classification": { + "B": 1.6304798577948532e-07, + "S": 3.5930097510572523e-06, + "I": 5.665131538989954e-05, + "C": 1.0372919234669098e-07, + "R": 1.4301214434908616e-07, + "M": 0.00024594133719801903, + "O": 1.730244366626721e-05, + "W": 4.411853069541394e-07, + "N": 9.978093657991849e-07, + "Y": 0.005931848660111427, + "U": 6.6079031135757305e-09, + "K": 1.531634893581213e-06, + "L": 4.865667051490163e-07, + "G": 7.284113962668926e-05, + "F": 0.002255914267152548, + "E": 3.793492942349985e-05, + "T": 0.003094635671004653, + "P": 0.005811192095279694, + "-": 0.98246830701828 + }, + "id": "tp_5715" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 714381, + "label": "-", + "classification": { + "B": 9.300371857534628e-06, + "S": 0.00012721518578473479, + "I": 0.0001246620959136635, + "C": 4.918943886877969e-05, + "R": 5.984696326777339e-05, + "M": 0.002925314474850893, + "O": 0.0012751647736877203, + "W": 2.7192490961169824e-05, + "N": 7.125730007828679e-06, + "Y": 0.02927561290562153, + "U": 4.592287439209031e-08, + "K": 3.424002352403477e-05, + "L": 6.83690159348771e-05, + "G": 0.007235211785882711, + "F": 0.045941803604364395, + "E": 0.00019322926527820528, + "T": 0.010062086395919323, + "P": 0.002415152732282877, + "-": 0.9001692533493042 + }, + "id": "tp_5716" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 714515, + "label": "-", + "classification": { + "B": 1.2428176887624431e-06, + "S": 6.054506684449734e-06, + "I": 3.645416290964931e-05, + "C": 1.4468030713032931e-05, + "R": 1.8002425349550322e-05, + "M": 0.0013742099981755018, + "O": 0.0003926664940081537, + "W": 3.0959658943174873e-06, + "N": 5.046853743806423e-07, + "Y": 0.004242380149662495, + "U": 2.7622858667086803e-08, + "K": 2.444929592115841e-09, + "L": 9.264490654459223e-05, + "G": 0.00029175556846894324, + "F": 0.0009289541631005704, + "E": 2.860854692698922e-06, + "T": 0.004389896057546139, + "P": 0.0025125767569988966, + "-": 0.9856922626495361 + }, + "id": "tp_5717" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 714648, + "label": "-", + "classification": { + "B": 8.365914183627865e-09, + "S": 1.2786904335371219e-07, + "I": 3.105350288024056e-07, + "C": 2.5876747713482473e-06, + "R": 9.996603012041305e-07, + "M": 0.0002209070516983047, + "O": 2.0570380002027377e-05, + "W": 3.231543743709153e-08, + "N": 3.2001623573307825e-09, + "Y": 0.0014476210344582796, + "U": 6.132807595093936e-10, + "K": 8.637373483111332e-09, + "L": 4.09131189371692e-06, + "G": 0.00019003248598892242, + "F": 0.0007796091958880424, + "E": 2.2335814264806686e-07, + "T": 0.000773291103541851, + "P": 9.90026819636114e-05, + "-": 0.996460497379303 + }, + "id": "tp_5718" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 714781, + "label": "-", + "classification": { + "B": 2.1893292796448804e-06, + "S": 6.42920554128068e-07, + "I": 4.904300112684723e-07, + "C": 3.3849159990495536e-06, + "R": 9.869200994216953e-07, + "M": 0.00314139062538743, + "O": 0.0001961944653885439, + "W": 1.2835597829052858e-07, + "N": 1.748600153561597e-09, + "Y": 0.0013116999762132764, + "U": 2.9419890135162774e-11, + "K": 1.1803304167390394e-10, + "L": 2.7633033823804e-05, + "G": 0.002569125732406974, + "F": 9.188498370349407e-05, + "E": 1.1382956017769175e-06, + "T": 0.0016045939410105348, + "P": 2.6553629140835255e-05, + "-": 0.9910220503807068 + }, + "id": "tp_5719" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 714882, + "label": "-", + "classification": { + "B": 6.140161712409054e-10, + "S": 1.5375048789678658e-08, + "I": 9.823195767921789e-08, + "C": 8.832200393271705e-08, + "R": 3.0311451126863176e-08, + "M": 7.460212600562954e-06, + "O": 5.416671911007143e-07, + "W": 4.697270572506795e-09, + "N": 1.7517234329744724e-09, + "Y": 0.00034027796937152743, + "U": 1.5485428217498765e-10, + "K": 1.0591077348465205e-08, + "L": 3.063548703607921e-08, + "G": 8.807018275547307e-06, + "F": 0.004136890172958374, + "E": 2.430397501029802e-07, + "T": 8.645357593195513e-05, + "P": 0.0008585501927882433, + "-": 0.9945604205131531 + }, + "id": "tp_5720" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 715015, + "label": "-", + "classification": { + "B": 2.100411393257673e-06, + "S": 5.14317252964247e-05, + "I": 0.0003683184622786939, + "C": 0.017669372260570526, + "R": 0.007847601547837257, + "M": 0.005589904263615608, + "O": 0.002392312977463007, + "W": 9.435343235963956e-05, + "N": 1.8085822375724092e-05, + "Y": 0.14414285123348236, + "U": 5.858959866600344e-06, + "K": 7.912809815024957e-05, + "L": 0.0015741463284939528, + "G": 0.05265531688928604, + "F": 0.09068608283996582, + "E": 9.520542516838759e-05, + "T": 0.033646535128355026, + "P": 0.0015878593549132347, + "-": 0.641493558883667 + }, + "id": "tp_5721" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 715148, + "label": "-", + "classification": { + "B": 4.196444525206289e-09, + "S": 1.208529880614151e-07, + "I": 6.051409400242846e-07, + "C": 4.1067272604777827e-07, + "R": 3.9319931488535076e-07, + "M": 0.000234816616284661, + "O": 2.103123551933095e-05, + "W": 2.7208640673848095e-08, + "N": 6.1434879405908305e-09, + "Y": 0.002708749147132039, + "U": 2.7647051314971804e-10, + "K": 1.4587274721478138e-09, + "L": 1.948159479070455e-06, + "G": 0.00012095878628315404, + "F": 0.0008231236133724451, + "E": 1.638551623273088e-07, + "T": 0.0019195867935195565, + "P": 0.00017148251936305314, + "-": 0.9939965009689331 + }, + "id": "tp_5722" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 715282, + "label": "-", + "classification": { + "B": 4.754231730519365e-11, + "S": 2.009993282925393e-09, + "I": 2.567686578913708e-07, + "C": 5.731641383732722e-09, + "R": 2.18657225659058e-09, + "M": 9.892902426145156e-07, + "O": 1.5280508591786202e-07, + "W": 1.0803999916930707e-09, + "N": 4.164711686627243e-09, + "Y": 6.850247882539406e-05, + "U": 8.533632134266611e-11, + "K": 4.582318968715526e-09, + "L": 1.462793552953201e-09, + "G": 3.6812772918892733e-07, + "F": 8.15073581179604e-05, + "E": 2.331686488332707e-07, + "T": 3.557768286555074e-05, + "P": 0.004454989917576313, + "-": 0.9953574538230896 + }, + "id": "tp_5723" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 715382, + "label": "-", + "classification": { + "B": 5.881251485817529e-09, + "S": 1.5332054204009182e-07, + "I": 1.142416650168343e-08, + "C": 1.4288231930947859e-08, + "R": 1.0687725371383294e-08, + "M": 2.5686917069833726e-05, + "O": 7.253928743011784e-06, + "W": 1.6268883129555434e-08, + "N": 2.780124463974687e-10, + "Y": 0.00041950104059651494, + "U": 6.237558212995875e-12, + "K": 6.3117200355122804e-09, + "L": 4.1100690850726096e-07, + "G": 0.0001369949895888567, + "F": 0.006585290189832449, + "E": 2.5210852072632406e-07, + "T": 0.00010802206088555977, + "P": 8.410472219111398e-05, + "-": 0.9926323294639587 + }, + "id": "tp_5724" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 715516, + "label": "-", + "classification": { + "B": 1.607181054907869e-08, + "S": 1.3518535979528679e-06, + "I": 1.2063853205290798e-07, + "C": 6.50097888410528e-07, + "R": 6.762992370568099e-07, + "M": 0.00046117600868456066, + "O": 7.359475421253592e-05, + "W": 2.2891290996085445e-07, + "N": 2.3986641561890565e-09, + "Y": 0.0036651245318353176, + "U": 7.453435785231832e-11, + "K": 1.4037527806820549e-09, + "L": 8.69068389874883e-06, + "G": 0.0001952310121851042, + "F": 0.002133965725079179, + "E": 2.0472865003284824e-07, + "T": 0.0016750703798606992, + "P": 6.121886690380052e-05, + "-": 0.9917226433753967 + }, + "id": "tp_5725" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 715649, + "label": "-", + "classification": { + "B": 6.114189687878024e-08, + "S": 3.6226410315975954e-08, + "I": 2.8089289116906002e-06, + "C": 2.68173539552663e-06, + "R": 2.837599026861426e-07, + "M": 2.6877460186369717e-05, + "O": 2.8872714210592676e-06, + "W": 4.929390584607063e-08, + "N": 1.4815113047461637e-07, + "Y": 0.0018745936686173081, + "U": 1.8244781685439193e-08, + "K": 5.761184638686245e-06, + "L": 2.1300826347214752e-07, + "G": 0.00024605609360150993, + "F": 0.0011794124729931355, + "E": 6.284020491875708e-05, + "T": 0.00033464760053902864, + "P": 0.0026859689969569445, + "-": 0.9935746788978577 + }, + "id": "tp_5726" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 715782, + "label": "-", + "classification": { + "B": 3.0638097996416036e-06, + "S": 4.445972081157379e-06, + "I": 3.347003075759858e-05, + "C": 0.00011524283036123961, + "R": 3.112896592938341e-05, + "M": 0.0029033366590738297, + "O": 0.00048020711983554065, + "W": 2.584826006568619e-06, + "N": 3.3410105970688164e-07, + "Y": 0.035593871027231216, + "U": 1.988185083234839e-08, + "K": 1.0626587965134604e-07, + "L": 0.00010146535350941122, + "G": 0.006425608415156603, + "F": 0.00265486934222281, + "E": 1.4212328096618876e-05, + "T": 0.007931114174425602, + "P": 0.00032279788865707815, + "-": 0.9433821439743042 + }, + "id": "tp_5727" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 715883, + "label": "-", + "classification": { + "B": 2.1429492902402814e-10, + "S": 4.3705825070183835e-10, + "I": 2.6294255803804845e-06, + "C": 1.1838227287341851e-08, + "R": 9.772766595972371e-09, + "M": 2.2896003429195844e-05, + "O": 2.8020255626870494e-07, + "W": 3.1805549860486337e-10, + "N": 9.286504343286595e-10, + "Y": 0.0017798135522753, + "U": 7.415173509939255e-12, + "K": 2.6683617121436853e-11, + "L": 7.782290367686073e-09, + "G": 8.204978257708717e-06, + "F": 1.1177174201293383e-05, + "E": 6.816198805381646e-08, + "T": 0.00048629098455421627, + "P": 0.0003800317062996328, + "-": 0.9973087310791016 + }, + "id": "tp_5728" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 716016, + "label": "-", + "classification": { + "B": 2.7815467547043227e-06, + "S": 5.616612241965413e-08, + "I": 5.246446335149813e-07, + "C": 4.0283616442593484e-08, + "R": 2.649150587785698e-08, + "M": 9.85743899946101e-05, + "O": 1.9491510101943277e-05, + "W": 3.253145308690364e-08, + "N": 2.494880746439776e-09, + "Y": 8.31505749374628e-05, + "U": 2.833849543915079e-10, + "K": 6.922637376532981e-12, + "L": 3.1991294235922396e-06, + "G": 4.542305396171287e-05, + "F": 4.506518234848045e-05, + "E": 5.455118525787839e-07, + "T": 0.00011358357005519792, + "P": 0.0021325985435396433, + "-": 0.9974549412727356 + }, + "id": "tp_5729" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 716149, + "label": "-", + "classification": { + "B": 1.2623813105960835e-10, + "S": 2.6501872918416325e-10, + "I": 1.1518083153916336e-09, + "C": 2.6930091837074066e-11, + "R": 9.925373023467188e-12, + "M": 7.694406463087944e-07, + "O": 3.25806794876371e-08, + "W": 2.21089500873628e-11, + "N": 2.7314333520683798e-12, + "Y": 4.399837052915245e-06, + "U": 1.727192506042769e-14, + "K": 5.953911951135649e-13, + "L": 3.0996244460013145e-10, + "G": 1.6911123168483755e-07, + "F": 3.4134576708311215e-05, + "E": 2.1638670855139708e-09, + "T": 2.6629109015630092e-06, + "P": 0.0001186680601676926, + "-": 0.999839186668396 + }, + "id": "tp_5730" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 716283, + "label": "-", + "classification": { + "B": 9.173613951807269e-11, + "S": 3.9541315999258586e-08, + "I": 1.0238704817311373e-07, + "C": 2.7255591561470283e-08, + "R": 8.98708307772722e-09, + "M": 4.082769373781048e-05, + "O": 1.8145458398066694e-06, + "W": 3.2994098564387286e-09, + "N": 5.979837180980496e-10, + "Y": 0.008564126677811146, + "U": 1.2885486948277514e-12, + "K": 3.59299745511521e-09, + "L": 3.7767740934668836e-08, + "G": 9.865016909316182e-05, + "F": 0.0016808707732707262, + "E": 9.314236137925036e-08, + "T": 0.0017992742359638214, + "P": 3.378739347681403e-05, + "-": 0.9877802133560181 + }, + "id": "tp_5731" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 716383, + "label": "-", + "classification": { + "B": 7.15131243111955e-09, + "S": 6.964174303902837e-07, + "I": 1.929528298205696e-05, + "C": 4.712890586233698e-06, + "R": 3.613429726101458e-06, + "M": 0.0009634131565690041, + "O": 8.747277752263471e-05, + "W": 1.6186578477572766e-07, + "N": 1.8797290124439314e-07, + "Y": 0.07258615642786026, + "U": 1.6196149976721586e-09, + "K": 2.1914476633355662e-07, + "L": 9.344846148451325e-06, + "G": 0.002704381011426449, + "F": 0.007023054640740156, + "E": 5.575259365286911e-06, + "T": 0.00896888505667448, + "P": 0.0003092132101301104, + "-": 0.9073136448860168 + }, + "id": "tp_5732" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 716517, + "label": "-", + "classification": { + "B": 5.068469818070298e-06, + "S": 8.043281559366733e-05, + "I": 0.0005463556153699756, + "C": 0.00025393711985088885, + "R": 0.00010078823106596246, + "M": 0.00320094870403409, + "O": 0.0007883638609200716, + "W": 3.27530869981274e-05, + "N": 4.926301699015312e-05, + "Y": 0.15404079854488373, + "U": 9.348485718874144e-07, + "K": 0.00013302384468261153, + "L": 7.50810286263004e-05, + "G": 0.01119477953761816, + "F": 0.045055046677589417, + "E": 0.0007192662451416254, + "T": 0.035283010452985764, + "P": 0.0059373630210757256, + "-": 0.7425028085708618 + }, + "id": "tp_5733" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 716650, + "label": "-", + "classification": { + "B": 5.135788683219289e-07, + "S": 2.7503861019795295e-06, + "I": 1.5379802320580893e-08, + "C": 1.0199602229477023e-06, + "R": 7.311410286092723e-07, + "M": 0.0006269118748605251, + "O": 0.0001116726707550697, + "W": 1.2993754694434756e-07, + "N": 1.9608564771900205e-10, + "Y": 0.00048541760770604014, + "U": 9.764297877190575e-12, + "K": 2.7115021339341183e-10, + "L": 9.67688683886081e-05, + "G": 0.0018489510985091329, + "F": 0.018963679671287537, + "E": 2.1753805867774645e-07, + "T": 0.00027191886329092085, + "P": 2.287094139319379e-05, + "-": 0.9775664210319519 + }, + "id": "tp_5734" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 716750, + "label": "Y", + "classification": { + "B": 2.778532603997519e-08, + "S": 3.085233402089216e-07, + "I": 0.0006213196320459247, + "C": 1.0966047739202622e-05, + "R": 6.566668162122369e-06, + "M": 0.0010943831875920296, + "O": 5.2831353968940675e-05, + "W": 5.540948677662527e-08, + "N": 4.0642132148605015e-07, + "Y": 0.5750420093536377, + "U": 7.812651914296254e-11, + "K": 6.60327330592736e-08, + "L": 9.293552807321248e-07, + "G": 0.007001200225204229, + "F": 0.00024506557383574545, + "E": 2.552681053202832e-06, + "T": 0.055574145168066025, + "P": 5.255852738628164e-05, + "-": 0.36029452085494995 + }, + "id": "tp_5735" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 716884, + "label": "-", + "classification": { + "B": 1.496077046969635e-11, + "S": 1.6129390045804826e-09, + "I": 1.4811807336201355e-09, + "C": 1.9292913933099953e-08, + "R": 1.7554733222624463e-09, + "M": 2.9329953576962e-07, + "O": 4.722256718991957e-08, + "W": 1.8046246441638658e-10, + "N": 3.567458828346304e-11, + "Y": 7.164091221056879e-05, + "U": 7.784670260843618e-13, + "K": 5.734825503367347e-09, + "L": 2.199040727290935e-09, + "G": 7.131748589017661e-06, + "F": 0.02551533281803131, + "E": 6.374970240585753e-08, + "T": 9.291145033785142e-06, + "P": 0.00011875857308041304, + "-": 0.9742773771286011 + }, + "id": "tp_5736" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 717017, + "label": "-", + "classification": { + "B": 7.773514880682342e-07, + "S": 5.701246550415817e-07, + "I": 1.1608297427301295e-05, + "C": 7.494946885344689e-07, + "R": 2.2128500631879433e-07, + "M": 0.00011095898662460968, + "O": 2.590826989035122e-05, + "W": 1.3945705745754822e-07, + "N": 2.042640261379347e-07, + "Y": 0.00036934425588697195, + "U": 1.2157137518897798e-08, + "K": 5.737271546735201e-09, + "L": 3.296692057119799e-06, + "G": 9.774313366506249e-05, + "F": 0.00038174178916960955, + "E": 6.341173502733e-06, + "T": 0.0008299942128360271, + "P": 0.008882761932909489, + "-": 0.9892776012420654 + }, + "id": "tp_5737" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 717150, + "label": "-", + "classification": { + "B": 1.4229840639146119e-09, + "S": 4.187551496670494e-07, + "I": 6.478197178694245e-07, + "C": 9.26993450889313e-08, + "R": 2.8045805677834323e-08, + "M": 0.0001975349587155506, + "O": 1.10376495285891e-05, + "W": 3.040797480480251e-08, + "N": 1.4405056703026275e-08, + "Y": 0.005940767005085945, + "U": 8.872318851826932e-11, + "K": 8.427084452478084e-08, + "L": 4.1628564417806047e-07, + "G": 0.00019781244918704033, + "F": 0.0038832896389067173, + "E": 1.916901965159923e-06, + "T": 0.0010782369645312428, + "P": 0.0004470054409466684, + "-": 0.9882407188415527 + }, + "id": "tp_5738" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 717251, + "label": "-", + "classification": { + "B": 1.0053866184023263e-08, + "S": 1.0921370829919397e-07, + "I": 7.644196102774004e-07, + "C": 1.5998926983229467e-06, + "R": 9.36904541504191e-07, + "M": 0.0005750018171966076, + "O": 3.8157737435540184e-05, + "W": 3.76599729179361e-08, + "N": 5.797638369386959e-09, + "Y": 0.0028744086157530546, + "U": 4.3798423221552696e-10, + "K": 3.598534317750257e-11, + "L": 1.807328953873366e-05, + "G": 0.0001762003084877506, + "F": 0.0004468302649911493, + "E": 2.2510982944368152e-07, + "T": 0.002706107683479786, + "P": 0.00019263435387983918, + "-": 0.9929689764976501 + }, + "id": "tp_5739" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 717384, + "label": "-", + "classification": { + "B": 1.203765009449853e-06, + "S": 8.832857565721497e-05, + "I": 4.807001232620678e-07, + "C": 1.3081257748126518e-06, + "R": 1.6111490594994393e-06, + "M": 0.0005022022523917258, + "O": 0.00046914105769246817, + "W": 4.14023043049383e-06, + "N": 2.067852733489417e-08, + "Y": 0.0005690646357834339, + "U": 2.9348518060245965e-10, + "K": 7.593506268221972e-09, + "L": 0.00010519300849409774, + "G": 0.0008703441708348691, + "F": 0.03786251321434975, + "E": 1.3507395806300337e-06, + "T": 0.000707073777448386, + "P": 0.0002185561170335859, + "-": 0.9585974812507629 + }, + "id": "tp_5740" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 717518, + "label": "-", + "classification": { + "B": 1.0872452094190521e-06, + "S": 5.56189570488641e-06, + "I": 2.0072446204721928e-05, + "C": 1.8144106661566184e-06, + "R": 2.4296753053931752e-06, + "M": 0.00026692679966799915, + "O": 0.00010470813867868856, + "W": 2.40848089561041e-06, + "N": 5.836266723235894e-07, + "Y": 0.0009180139168165624, + "U": 2.6093720961739564e-08, + "K": 6.185136953718029e-07, + "L": 4.598558462021174e-06, + "G": 0.00013562056119553745, + "F": 0.0035292974207550287, + "E": 5.639120445266599e-06, + "T": 0.0009140382753685117, + "P": 0.003185381880030036, + "-": 0.9909012317657471 + }, + "id": "tp_5741" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 717651, + "label": "-", + "classification": { + "B": 4.0205147544547515e-10, + "S": 1.0727714272462663e-09, + "I": 3.9240518390215584e-08, + "C": 2.9086141495326956e-08, + "R": 1.3135280418907769e-08, + "M": 5.5495388551207725e-06, + "O": 3.787202160765446e-07, + "W": 5.121194024404474e-10, + "N": 7.669540696975119e-11, + "Y": 8.042180706979707e-05, + "U": 1.2486174420789364e-11, + "K": 1.0199241624875288e-11, + "L": 3.6161988958838265e-08, + "G": 3.9354713408101816e-06, + "F": 2.315819074283354e-05, + "E": 1.220905421206453e-08, + "T": 4.6847755584167317e-05, + "P": 0.00017859178478829563, + "-": 0.9996609687805176 + }, + "id": "tp_5742" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 717751, + "label": "-", + "classification": { + "B": 5.2092791520408355e-06, + "S": 2.9400713174254633e-05, + "I": 4.381813414511271e-05, + "C": 4.069097849423997e-05, + "R": 5.414492261479609e-05, + "M": 0.0012115166755393147, + "O": 0.000919422775041312, + "W": 2.555828177719377e-05, + "N": 2.7426742690295214e-06, + "Y": 0.0017938007367774844, + "U": 5.627330210700165e-07, + "K": 5.254073130345205e-06, + "L": 0.00010878861212404445, + "G": 0.0006203482626006007, + "F": 0.012751932255923748, + "E": 3.740628744708374e-05, + "T": 0.0013147590216249228, + "P": 0.004579119849950075, + "-": 0.9764555096626282 + }, + "id": "tp_5743" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 717885, + "label": "-", + "classification": { + "B": 4.708654646745636e-11, + "S": 5.549720127895341e-10, + "I": 1.9991153621390367e-08, + "C": 1.8561972865427379e-06, + "R": 1.9788507188422955e-07, + "M": 7.180557531683007e-06, + "O": 3.697924739753944e-07, + "W": 3.3595842774403195e-10, + "N": 9.707452897078639e-11, + "Y": 0.0007862419588491321, + "U": 4.003996093016049e-11, + "K": 3.1639828534935077e-09, + "L": 1.9727775679712067e-07, + "G": 9.403745934832841e-05, + "F": 0.0011206715134903789, + "E": 1.152957409544797e-07, + "T": 5.3754894906887785e-05, + "P": 0.00015325148706324399, + "-": 0.9977821707725525 + }, + "id": "tp_5744" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 718018, + "label": "-", + "classification": { + "B": 1.1827627531602047e-05, + "S": 2.3058160877553746e-05, + "I": 0.0003722188121173531, + "C": 8.309138502227142e-05, + "R": 2.3094384232535958e-05, + "M": 0.0002965926250908524, + "O": 0.0001568036968819797, + "W": 1.0674127224774566e-05, + "N": 4.866046583629213e-05, + "Y": 0.0022222662810236216, + "U": 4.658753368858015e-06, + "K": 1.4886784811096732e-05, + "L": 2.4383460186072625e-05, + "G": 0.0006093702977523208, + "F": 0.015987150371074677, + "E": 0.00037201601662673056, + "T": 0.0020673973485827446, + "P": 0.1900864988565445, + "-": 0.7875853776931763 + }, + "id": "tp_5745" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 718151, + "label": "-", + "classification": { + "B": 4.4360179418667656e-10, + "S": 2.403493404301571e-08, + "I": 4.614806130120996e-06, + "C": 6.794606974835915e-07, + "R": 2.4665413889124466e-07, + "M": 1.5613713912898675e-05, + "O": 2.9762770736851962e-06, + "W": 2.4202380544124935e-08, + "N": 3.820212057803474e-08, + "Y": 0.0042981780134141445, + "U": 6.785142447895964e-10, + "K": 6.413827691176266e-08, + "L": 3.36651879706551e-08, + "G": 1.9000972315552644e-05, + "F": 0.0003858230193145573, + "E": 1.4903326928106253e-07, + "T": 0.0015630549751222134, + "P": 0.00044911607983522117, + "-": 0.9932602047920227 + }, + "id": "tp_5746" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 718252, + "label": "-", + "classification": { + "B": 6.05777472628688e-08, + "S": 3.967638519952743e-07, + "I": 3.720317408806295e-06, + "C": 6.243629741220502e-06, + "R": 1.7095605926442659e-06, + "M": 0.0007027678075246513, + "O": 3.9857324736658484e-05, + "W": 2.1664862970283139e-07, + "N": 1.3695284906134475e-07, + "Y": 0.0012000339338555932, + "U": 1.698049878484653e-08, + "K": 2.9522743716370314e-07, + "L": 4.989428816770669e-06, + "G": 0.00016960447828751057, + "F": 0.0015461151488125324, + "E": 1.8093058315571398e-05, + "T": 0.001080799731425941, + "P": 0.0010947049595415592, + "-": 0.9941300749778748 + }, + "id": "tp_5747" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 718385, + "label": "-", + "classification": { + "B": 8.588886402094431e-08, + "S": 8.32309368092865e-08, + "I": 5.100337148178369e-07, + "C": 7.676084692320728e-07, + "R": 4.232495598444075e-07, + "M": 0.0001997399958781898, + "O": 1.7039714293787256e-05, + "W": 5.5817466204644006e-08, + "N": 3.661155600909183e-09, + "Y": 0.0006853933446109295, + "U": 1.1471309457888879e-09, + "K": 3.7682323927867856e-10, + "L": 3.1119616323849186e-06, + "G": 5.9771777159767225e-05, + "F": 0.0003466481575742364, + "E": 2.9560519010374264e-07, + "T": 0.0003241429221816361, + "P": 0.000343111518304795, + "-": 0.9980188608169556 + }, + "id": "tp_5748" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 718519, + "label": "-", + "classification": { + "B": 1.4932583169979807e-08, + "S": 1.4622418120779912e-07, + "I": 5.747550630985643e-07, + "C": 7.313670380426629e-07, + "R": 2.959093308163574e-07, + "M": 0.00013178375957068056, + "O": 9.74673548626015e-06, + "W": 2.639592722175621e-08, + "N": 8.099402037942127e-09, + "Y": 0.0023901232052594423, + "U": 1.2151450956565668e-09, + "K": 4.541542253377884e-09, + "L": 3.2311834274878493e-06, + "G": 0.00016398486332036555, + "F": 0.002720907563343644, + "E": 6.648671160291997e-07, + "T": 0.0011108783073723316, + "P": 0.0003080077876802534, + "-": 0.9931588768959045 + }, + "id": "tp_5749" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 718652, + "label": "-", + "classification": { + "B": 1.735875048325397e-05, + "S": 2.970086143250228e-06, + "I": 3.5471321098157205e-06, + "C": 6.613646519326721e-07, + "R": 3.006645954428677e-07, + "M": 9.954132838174701e-05, + "O": 0.00010832420230144635, + "W": 1.4962929526518565e-06, + "N": 2.051999530294779e-07, + "Y": 0.00022756984981242567, + "U": 1.7595482404431095e-08, + "K": 1.4993368324667244e-08, + "L": 9.149242032435723e-06, + "G": 9.771111945156008e-05, + "F": 0.0027936885599046946, + "E": 1.1670675121422391e-05, + "T": 0.00017996763926930726, + "P": 0.012486637569963932, + "-": 0.9839591383934021 + }, + "id": "tp_5750" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 718752, + "label": "-", + "classification": { + "B": 2.1754394119444243e-10, + "S": 4.3186383358317926e-09, + "I": 0.00012605990923475474, + "C": 1.8782421875584987e-06, + "R": 2.3187078568298602e-07, + "M": 7.618577001267113e-06, + "O": 9.643149496696424e-07, + "W": 8.314380295360024e-09, + "N": 6.276347903622082e-07, + "Y": 0.001583307865075767, + "U": 1.2812950700435977e-09, + "K": 1.8566883852599858e-07, + "L": 7.35532301732178e-09, + "G": 1.745593544910662e-05, + "F": 8.87070782482624e-05, + "E": 1.6754886019043624e-05, + "T": 0.0003538353485055268, + "P": 0.01304780412465334, + "-": 0.9847544431686401 + }, + "id": "tp_5751" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 718886, + "label": "-", + "classification": { + "B": 2.7742572683564504e-08, + "S": 1.3930313116361503e-06, + "I": 1.61024885869665e-07, + "C": 1.4256976328397286e-06, + "R": 1.2652935765800066e-06, + "M": 0.0013450727565214038, + "O": 0.00024233855947386473, + "W": 1.2079060240921535e-07, + "N": 7.851026495586666e-10, + "Y": 0.014248129911720753, + "U": 8.79881324050702e-12, + "K": 1.7124904272414199e-10, + "L": 2.439913987473119e-05, + "G": 0.0009766211733222008, + "F": 0.0005019379896111786, + "E": 1.3999552628263245e-08, + "T": 0.006725957617163658, + "P": 3.5988389299745904e-06, + "-": 0.9759275913238525 + }, + "id": "tp_5752" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 719019, + "label": "-", + "classification": { + "B": 1.6075237141421894e-08, + "S": 1.0013094708938297e-07, + "I": 6.206064426805824e-06, + "C": 0.00012204975791973993, + "R": 1.4797577932768036e-05, + "M": 0.00019632333714980632, + "O": 1.4466307220573071e-05, + "W": 5.674738901007004e-08, + "N": 5.9130307761279255e-08, + "Y": 0.016333535313606262, + "U": 8.880247648335171e-09, + "K": 7.691861014791357e-08, + "L": 9.15429882297758e-06, + "G": 0.001470724819228053, + "F": 0.0029281468596309423, + "E": 6.978391411394114e-06, + "T": 0.0018713029567152262, + "P": 0.0006400416605174541, + "-": 0.9763860702514648 + }, + "id": "tp_5753" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 719152, + "label": "-", + "classification": { + "B": 2.491483408473272e-10, + "S": 1.791525816585704e-09, + "I": 2.8674724035226973e-06, + "C": 7.138941668927146e-07, + "R": 2.663565226157516e-07, + "M": 1.1809968782472424e-05, + "O": 1.4544579016728676e-06, + "W": 3.3442286717644265e-09, + "N": 9.798461597654295e-09, + "Y": 0.0006921408930793405, + "U": 5.37290156810144e-10, + "K": 6.462388263406282e-11, + "L": 1.1854992010285059e-07, + "G": 1.0091855983773712e-05, + "F": 4.6875200496288016e-05, + "E": 1.3788894648314454e-07, + "T": 0.0004396377771627158, + "P": 0.0008902003755792975, + "-": 0.9979037046432495 + }, + "id": "tp_5754" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 719253, + "label": "-", + "classification": { + "B": 1.1508927838521643e-10, + "S": 2.607022930867231e-10, + "I": 5.239429445857979e-10, + "C": 1.5668844693950135e-11, + "R": 1.1855200848787106e-11, + "M": 1.2228383639012463e-06, + "O": 6.324257384449083e-08, + "W": 1.6807074829094937e-11, + "N": 6.66847707695567e-13, + "Y": 1.7838507346823462e-06, + "U": 4.79032876462681e-15, + "K": 2.260846471515733e-14, + "L": 1.5690274635105084e-09, + "G": 1.435052894294131e-07, + "F": 1.1334580449329223e-05, + "E": 1.7658285944577301e-09, + "T": 2.2419058041123208e-06, + "P": 3.833492155536078e-05, + "-": 0.999944806098938 + }, + "id": "tp_5755" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 719386, + "label": "-", + "classification": { + "B": 7.371632818831131e-06, + "S": 6.313558515103068e-06, + "I": 0.0004015667364001274, + "C": 0.006598449312150478, + "R": 0.0018713970202952623, + "M": 0.014591196551918983, + "O": 0.0019205641001462936, + "W": 8.55729649629211e-06, + "N": 1.708118134047254e-06, + "Y": 0.2044592797756195, + "U": 1.6462435326047853e-07, + "K": 5.959993814030895e-07, + "L": 0.0008343918598257005, + "G": 0.05497244372963905, + "F": 0.0020688141230493784, + "E": 5.9321853768778965e-05, + "T": 0.033746495842933655, + "P": 0.00034740858245640993, + "-": 0.6781039237976074 + }, + "id": "tp_5756" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 719520, + "label": "-", + "classification": { + "B": 2.4931234854363993e-09, + "S": 2.7577275574230953e-08, + "I": 4.256278771208599e-05, + "C": 2.484757942511351e-06, + "R": 1.4140223356662318e-06, + "M": 4.9198326451005414e-05, + "O": 3.597063823690405e-06, + "W": 1.932787085934251e-08, + "N": 1.5406502029691183e-07, + "Y": 0.005175967235118151, + "U": 8.908249249373057e-09, + "K": 3.356216637939724e-08, + "L": 3.8082907849457115e-07, + "G": 0.00012335486826486886, + "F": 0.00033601626637391746, + "E": 2.625343540785252e-06, + "T": 0.0024856789968907833, + "P": 0.0038141265977174044, + "-": 0.9879624247550964 + }, + "id": "tp_5757" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 719653, + "label": "-", + "classification": { + "B": 3.1676969380889375e-10, + "S": 2.558732337121228e-09, + "I": 4.504155640461249e-06, + "C": 3.2258694204756466e-07, + "R": 1.6882796671779943e-07, + "M": 5.852270987816155e-06, + "O": 1.0245555586152477e-06, + "W": 3.0659084160333805e-09, + "N": 2.1987723641814227e-08, + "Y": 0.0007781978347338736, + "U": 1.337757127295447e-09, + "K": 9.455017213610972e-09, + "L": 2.14352429139808e-08, + "G": 6.824624506407417e-06, + "F": 3.83058468287345e-05, + "E": 2.028810683896154e-07, + "T": 0.0004906244575977325, + "P": 0.0008206574129872024, + "-": 0.9978532195091248 + }, + "id": "tp_5758" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 719753, + "label": "-", + "classification": { + "B": 1.0299035235750154e-10, + "S": 3.349027721810671e-10, + "I": 8.974750471679727e-07, + "C": 2.431882606401814e-08, + "R": 8.69300276207241e-09, + "M": 1.3656373312187498e-06, + "O": 2.1557052320986259e-07, + "W": 4.759156402300846e-10, + "N": 5.80210990364094e-09, + "Y": 2.910758848884143e-05, + "U": 1.6890827625459792e-10, + "K": 2.845716440269541e-10, + "L": 5.028265359641182e-09, + "G": 1.3164856227376731e-06, + "F": 3.5141139960614964e-05, + "E": 2.76572421853416e-07, + "T": 4.289434582460672e-05, + "P": 0.009518319740891457, + "-": 0.9903704524040222 + }, + "id": "tp_5759" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 719887, + "label": "Y", + "classification": { + "B": 2.750423107045208e-07, + "S": 5.680075446434785e-06, + "I": 0.0005229475791566074, + "C": 2.31259036809206e-05, + "R": 9.605400919099338e-06, + "M": 0.00434960937127471, + "O": 0.0006513791158795357, + "W": 2.0793313524336554e-06, + "N": 6.052033313608263e-06, + "Y": 0.6902895569801331, + "U": 1.701444540813668e-09, + "K": 1.1707811609085184e-06, + "L": 7.034595910226926e-06, + "G": 0.011453290469944477, + "F": 0.000604060769546777, + "E": 1.36652879518806e-05, + "T": 0.11431930959224701, + "P": 6.269101140787825e-05, + "-": 0.17767836153507233 + }, + "id": "tp_5760" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 720020, + "label": "-", + "classification": { + "B": 1.4719308865096536e-06, + "S": 1.6086143659777008e-05, + "I": 2.323606349818874e-05, + "C": 2.7888330805581063e-05, + "R": 1.388429882354103e-05, + "M": 0.0005325307720340788, + "O": 0.0002013132907450199, + "W": 4.978689958079485e-06, + "N": 1.2778970130966627e-06, + "Y": 0.0042487639002501965, + "U": 9.375164466973729e-08, + "K": 9.114298791246256e-07, + "L": 4.7472909500356764e-05, + "G": 0.0010409025708213449, + "F": 0.0436488501727581, + "E": 3.94689996028319e-05, + "T": 0.0020020974334329367, + "P": 0.005425145849585533, + "-": 0.9427234530448914 + }, + "id": "tp_5761" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 720153, + "label": "Y", + "classification": { + "B": 1.044297182062337e-08, + "S": 1.5707879356341437e-05, + "I": 3.9434262362192385e-06, + "C": 8.983542102214415e-06, + "R": 8.124161468003877e-06, + "M": 0.006536463741213083, + "O": 0.0006030068034306169, + "W": 5.354424956749426e-07, + "N": 1.8515862620915868e-08, + "Y": 0.45667770504951477, + "U": 1.8524595052360482e-11, + "K": 8.778713755930312e-09, + "L": 5.668180892826058e-05, + "G": 0.02050449140369892, + "F": 0.007067272439599037, + "E": 8.098413672996685e-07, + "T": 0.05878022685647011, + "P": 6.766397746105213e-06, + "-": 0.44972923398017883 + }, + "id": "tp_5762" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 720254, + "label": "-", + "classification": { + "B": 4.3695795426401673e-08, + "S": 4.4134728227618325e-07, + "I": 0.00010192578338319436, + "C": 0.0002073616487905383, + "R": 5.439194865175523e-05, + "M": 0.0005256809527054429, + "O": 8.769248961471021e-05, + "W": 7.882277941462235e-07, + "N": 2.6973602871294133e-06, + "Y": 0.06948064267635345, + "U": 4.161814715075707e-08, + "K": 3.3739666832843795e-05, + "L": 4.269494638720062e-06, + "G": 0.007028618827462196, + "F": 0.016027748584747314, + "E": 8.051751501625404e-05, + "T": 0.005995837971568108, + "P": 0.0012640290660783648, + "-": 0.8991035223007202 + }, + "id": "tp_5763" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 720387, + "label": "-", + "classification": { + "B": 4.3569618399241783e-13, + "S": 4.590240687551983e-11, + "I": 2.3969295170900295e-07, + "C": 8.915510107954105e-08, + "R": 1.7368465776712583e-08, + "M": 1.2951327335031237e-06, + "O": 9.654592503238746e-08, + "W": 9.193680539087978e-11, + "N": 3.3392147380517656e-10, + "Y": 0.0005695857689715922, + "U": 3.987330431109992e-12, + "K": 1.0999386818033585e-10, + "L": 4.716823598371889e-10, + "G": 8.337830195159768e-07, + "F": 1.1206094313820358e-05, + "E": 5.142527736978764e-09, + "T": 0.0001055959437508136, + "P": 0.0001166390793514438, + "-": 0.999194324016571 + }, + "id": "tp_5764" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 720521, + "label": "-", + "classification": { + "B": 1.5543251130623048e-09, + "S": 9.050290827872232e-08, + "I": 5.108192340230744e-07, + "C": 7.272876246133819e-06, + "R": 2.149339479728951e-06, + "M": 0.0006018236163072288, + "O": 1.5066732885316014e-05, + "W": 1.9136082940462984e-08, + "N": 8.854204480712724e-09, + "Y": 0.008001817390322685, + "U": 5.233527500259072e-10, + "K": 2.178193092561287e-08, + "L": 6.7699115788855124e-06, + "G": 0.0013707588659599423, + "F": 0.009276650846004486, + "E": 2.468637831043452e-06, + "T": 0.0017828680574893951, + "P": 0.0005078765680082142, + "-": 0.9784239530563354 + }, + "id": "tp_5765" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 720654, + "label": "-", + "classification": { + "B": 1.0085806252391194e-06, + "S": 2.2728075066424935e-07, + "I": 1.759048791427631e-05, + "C": 7.998283990673372e-07, + "R": 9.08228301454983e-08, + "M": 4.666604218073189e-05, + "O": 1.1382059710740577e-05, + "W": 1.928402753037517e-07, + "N": 3.625758893122111e-07, + "Y": 5.124299059389159e-05, + "U": 1.4123634706209032e-08, + "K": 2.2997532767021767e-08, + "L": 1.0920906561295851e-06, + "G": 3.208298221579753e-05, + "F": 0.0007713453960604966, + "E": 3.1588682759320363e-05, + "T": 6.179970660014078e-05, + "P": 0.04659835994243622, + "-": 0.9523741602897644 + }, + "id": "tp_5766" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 720754, + "label": "-", + "classification": { + "B": 2.1915419479157094e-10, + "S": 6.206384711715529e-11, + "I": 1.483914928712693e-07, + "C": 1.1619445672295114e-07, + "R": 1.4448413132583937e-08, + "M": 1.608473394298926e-05, + "O": 6.808853925122094e-08, + "W": 6.103966637693858e-11, + "N": 1.3446520286120034e-10, + "Y": 0.0004476627509575337, + "U": 3.693165911977658e-11, + "K": 5.887532683601648e-10, + "L": 2.024559719870922e-08, + "G": 3.388044933672063e-05, + "F": 4.733033711090684e-05, + "E": 3.359710945005645e-07, + "T": 0.00010162637772737071, + "P": 0.0001537710486445576, + "-": 0.9991989731788635 + }, + "id": "tp_5767" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 720888, + "label": "-", + "classification": { + "B": 1.6337713404368515e-09, + "S": 2.5965141503547784e-07, + "I": 8.203535912798543e-07, + "C": 3.1922244403403965e-08, + "R": 4.3412967443146044e-08, + "M": 0.00018372850900050253, + "O": 1.1159165296703577e-05, + "W": 1.0787807092071944e-08, + "N": 4.19033918674927e-09, + "Y": 0.011628394946455956, + "U": 1.993304826752862e-11, + "K": 1.869523202913115e-09, + "L": 4.201436070161435e-07, + "G": 0.000129583160742186, + "F": 0.0005517356330528855, + "E": 2.104663394675299e-07, + "T": 0.0036428223829716444, + "P": 0.00011513994104461744, + "-": 0.9837356209754944 + }, + "id": "tp_5768" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 721021, + "label": "-", + "classification": { + "B": 1.1436738134307234e-07, + "S": 2.214495907537639e-05, + "I": 2.3185249276025388e-08, + "C": 3.0699051421834156e-05, + "R": 1.2678078746830579e-05, + "M": 0.0013725546887144446, + "O": 0.00035316456342116, + "W": 6.300820700744225e-07, + "N": 8.707741749880427e-10, + "Y": 0.0020529108587652445, + "U": 6.055603934962406e-11, + "K": 1.393174020591914e-09, + "L": 0.0010042054345831275, + "G": 0.015138003043830395, + "F": 0.3165360689163208, + "E": 3.292280723599106e-07, + "T": 0.00156877632252872, + "P": 1.2939318366989028e-05, + "-": 0.6618947982788086 + }, + "id": "tp_5769" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 721154, + "label": "-", + "classification": { + "B": 7.510325161774745e-08, + "S": 4.385412012197776e-06, + "I": 5.51484390598489e-07, + "C": 1.0448196974266466e-07, + "R": 9.687509816558304e-08, + "M": 0.0002584172470960766, + "O": 6.45266700303182e-05, + "W": 1.9202464329737268e-07, + "N": 1.1186974901988833e-08, + "Y": 0.0007338088471442461, + "U": 2.9266453149823235e-10, + "K": 4.550950283288557e-09, + "L": 1.1908240594493691e-05, + "G": 0.00020753027638420463, + "F": 0.013022073544561863, + "E": 1.668190293457883e-06, + "T": 0.00034526438685134053, + "P": 0.0007048580446280539, + "-": 0.9846446514129639 + }, + "id": "tp_5770" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 721255, + "label": "-", + "classification": { + "B": 3.365237533081711e-10, + "S": 3.5063155157111225e-10, + "I": 1.0113599735461776e-08, + "C": 1.9925534555653712e-09, + "R": 1.5947490550338728e-10, + "M": 1.3750448601967946e-07, + "O": 2.2637504315525803e-08, + "W": 8.048321037401607e-11, + "N": 7.828603043602556e-11, + "Y": 5.2563295867003035e-06, + "U": 1.3429579713911122e-12, + "K": 2.2887293449347368e-10, + "L": 1.0626403090796543e-09, + "G": 1.966184072443866e-06, + "F": 0.0008446165011264384, + "E": 6.742631057932158e-07, + "T": 9.041130510922812e-07, + "P": 0.0029149928595870733, + "-": 0.9962313771247864 + }, + "id": "tp_5771" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 721388, + "label": "-", + "classification": { + "B": 5.3927825746646896e-12, + "S": 7.098210907940938e-10, + "I": 1.2199614651819957e-08, + "C": 1.0050524856808352e-09, + "R": 5.013991444258181e-10, + "M": 9.348423191113397e-08, + "O": 5.608484343611053e-08, + "W": 1.4260333192073205e-10, + "N": 1.2828896278627155e-10, + "Y": 1.9860173779306933e-05, + "U": 3.870726222182652e-12, + "K": 2.8199695356612153e-10, + "L": 6.014782005792085e-10, + "G": 2.3980007313184615e-07, + "F": 0.00016590417362749577, + "E": 3.4749543242895697e-09, + "T": 1.2165406587882899e-05, + "P": 0.0007040425552986562, + "-": 0.9990977048873901 + }, + "id": "tp_5772" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 721522, + "label": "-", + "classification": { + "B": 8.810190424424214e-12, + "S": 6.950864883670249e-11, + "I": 1.103545400837902e-06, + "C": 1.617828715438918e-08, + "R": 6.897082904799845e-09, + "M": 4.504983763808923e-08, + "O": 2.3459934439529206e-08, + "W": 1.8368853660355455e-10, + "N": 1.020774131887947e-08, + "Y": 0.00016369477089028805, + "U": 5.357545518336337e-10, + "K": 6.244859207527043e-08, + "L": 2.455798342460014e-10, + "G": 9.702896477392642e-07, + "F": 5.4328280384652317e-05, + "E": 1.824231361524653e-07, + "T": 2.1678826669813134e-05, + "P": 0.01154562458395958, + "-": 0.9882124066352844 + }, + "id": "tp_5773" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 721655, + "label": "-", + "classification": { + "B": 1.1518063836035708e-08, + "S": 1.987365161326693e-09, + "I": 7.3121832429023925e-06, + "C": 1.5321622015562752e-07, + "R": 1.5873704128921418e-08, + "M": 2.69358815785381e-06, + "O": 3.7692751675422187e-07, + "W": 5.618083331881962e-09, + "N": 9.327012406856738e-08, + "Y": 6.614508311031386e-05, + "U": 3.814138782587406e-09, + "K": 1.9824476282792602e-07, + "L": 9.828872826744828e-09, + "G": 1.8717670172918588e-05, + "F": 0.00035991176264360547, + "E": 2.599196886876598e-05, + "T": 2.3126820451579988e-05, + "P": 0.06663056463003159, + "-": 0.9328646659851074 + }, + "id": "tp_5774" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 721755, + "label": "-", + "classification": { + "B": 8.20054961436778e-12, + "S": 1.6414611891946151e-09, + "I": 1.6960753912442783e-09, + "C": 5.0617687818999e-09, + "R": 1.8180551508706344e-09, + "M": 1.2252227861608844e-05, + "O": 2.595776038560871e-07, + "W": 1.8999408990527655e-10, + "N": 1.8374078300520402e-11, + "Y": 0.002475433750078082, + "U": 1.539785009566086e-13, + "K": 2.182448444187912e-09, + "L": 8.871489320938508e-09, + "G": 3.453308454481885e-05, + "F": 0.002834015991538763, + "E": 1.374014324539985e-08, + "T": 0.00032888486748561263, + "P": 7.708540579187684e-06, + "-": 0.9943068623542786 + }, + "id": "tp_5775" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 721889, + "label": "-", + "classification": { + "B": 1.8708412881096592e-06, + "S": 1.4446245586441364e-05, + "I": 0.0001006011589197442, + "C": 0.00038723001489415765, + "R": 0.0001000017873593606, + "M": 0.0014914425555616617, + "O": 0.00042593979742377996, + "W": 1.6494323062943295e-05, + "N": 1.3187835065764375e-05, + "Y": 0.021349962800741196, + "U": 3.2733114494476467e-06, + "K": 0.00024555399431847036, + "L": 9.71519693848677e-05, + "G": 0.005356701090931892, + "F": 0.040069565176963806, + "E": 0.00039104369352571666, + "T": 0.006795395165681839, + "P": 0.011426560580730438, + "-": 0.9117136597633362 + }, + "id": "tp_5776" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 722022, + "label": "-", + "classification": { + "B": 8.116108674016687e-09, + "S": 3.001786410550267e-07, + "I": 1.2205940436160745e-07, + "C": 1.8822348692992819e-06, + "R": 3.082137709498056e-07, + "M": 0.0005830083391629159, + "O": 1.896018147817813e-05, + "W": 1.7762848969482548e-08, + "N": 1.206669320019671e-09, + "Y": 0.06327521800994873, + "U": 4.9969681170658475e-12, + "K": 4.378220008760536e-09, + "L": 2.8976533030800056e-06, + "G": 0.0032952148467302322, + "F": 0.00962485559284687, + "E": 6.351515935421048e-07, + "T": 0.005796064157038927, + "P": 1.1070508662669454e-05, + "-": 0.917389452457428 + }, + "id": "tp_5777" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 722155, + "label": "-", + "classification": { + "B": 4.157568582741078e-07, + "S": 3.975243032527942e-07, + "I": 1.2328253433224745e-05, + "C": 4.824200914299581e-06, + "R": 5.174340458324878e-07, + "M": 2.6895966584561393e-05, + "O": 6.075014425732661e-06, + "W": 3.1296241331801866e-07, + "N": 1.0721953458414646e-06, + "Y": 0.0007004252402111888, + "U": 1.0621833013146897e-07, + "K": 2.457963091728743e-05, + "L": 5.813087113892834e-07, + "G": 0.0002692583075258881, + "F": 0.01255977712571621, + "E": 0.0004284186870791018, + "T": 0.0001256178948096931, + "P": 0.05831199511885643, + "-": 0.927526593208313 + }, + "id": "tp_5778" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 722256, + "label": "-", + "classification": { + "B": 3.810683210758725e-06, + "S": 9.018144737638067e-06, + "I": 0.0005956524983048439, + "C": 1.90460414160043e-05, + "R": 8.130636160785798e-06, + "M": 0.0006215673638507724, + "O": 0.00012440608406905085, + "W": 7.509468559874222e-06, + "N": 4.815545617020689e-05, + "Y": 0.0024613584391772747, + "U": 2.0321142528700875e-06, + "K": 2.1768133592559025e-05, + "L": 5.632894044538261e-06, + "G": 0.0002754250599537045, + "F": 0.0019702559802681208, + "E": 0.0005315294838510454, + "T": 0.005099447909742594, + "P": 0.08831827342510223, + "-": 0.8998769521713257 + }, + "id": "tp_5779" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 722389, + "label": "-", + "classification": { + "B": 2.620874006709073e-08, + "S": 7.163215798300371e-08, + "I": 6.0701811889884993e-05, + "C": 2.6945322133542504e-06, + "R": 7.40609891636268e-07, + "M": 0.0003036897105630487, + "O": 1.1437872672104277e-05, + "W": 2.984222291502192e-08, + "N": 1.4671077508410235e-07, + "Y": 0.008922865614295006, + "U": 1.9770409753760987e-09, + "K": 1.4482843369023612e-08, + "L": 5.825306175211153e-07, + "G": 0.0002640017482917756, + "F": 0.00012037255510222167, + "E": 3.760585968848318e-06, + "T": 0.00544178718701005, + "P": 0.001365773263387382, + "-": 0.9835012555122375 + }, + "id": "tp_5780" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 722523, + "label": "-", + "classification": { + "B": 5.017762916281754e-08, + "S": 9.163901268038899e-05, + "I": 4.9329955800203606e-05, + "C": 2.388804205111228e-06, + "R": 2.1087898858240806e-06, + "M": 0.0017045449931174517, + "O": 0.0005728831747546792, + "W": 7.24786332284566e-06, + "N": 5.404003331932472e-06, + "Y": 0.2979881167411804, + "U": 4.820004839700687e-09, + "K": 7.921466749394313e-05, + "L": 6.026825303706573e-06, + "G": 0.009976193308830261, + "F": 0.0315156914293766, + "E": 3.698305590660311e-05, + "T": 0.10512455552816391, + "P": 0.0005509574548341334, + "-": 0.5522865653038025 + }, + "id": "tp_5781" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 722656, + "label": "-", + "classification": { + "B": 2.9928173828075444e-10, + "S": 7.337303742360746e-08, + "I": 2.8981968824837168e-08, + "C": 1.435265858162893e-06, + "R": 3.8120666090435407e-07, + "M": 0.00010016197484219447, + "O": 6.758628842362668e-06, + "W": 8.977202092808056e-09, + "N": 5.205522124462902e-10, + "Y": 0.0021458016708493233, + "U": 6.884549180741217e-11, + "K": 4.343081272395466e-08, + "L": 1.9132671695842873e-06, + "G": 0.0009813568321987987, + "F": 0.011612922884523869, + "E": 1.9313272048293584e-07, + "T": 0.0011624923208728433, + "P": 2.8647258659475483e-05, + "-": 0.9839578866958618 + }, + "id": "tp_5782" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 722756, + "label": "-", + "classification": { + "B": 4.493296401619773e-09, + "S": 2.0495966168709856e-07, + "I": 1.1349625310685951e-05, + "C": 1.069305380951846e-05, + "R": 4.701972102338914e-06, + "M": 0.00011325379455229267, + "O": 4.032654032926075e-05, + "W": 4.245555089710251e-07, + "N": 3.6582989082489803e-07, + "Y": 0.005995483603328466, + "U": 1.2241613056573897e-08, + "K": 1.3927956388215534e-06, + "L": 1.4489510249404702e-06, + "G": 0.0002713052381295711, + "F": 0.004683045204728842, + "E": 6.043045232217992e-06, + "T": 0.0011680495226755738, + "P": 0.0013957403134554625, + "-": 0.9862960577011108 + }, + "id": "tp_5783" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 722890, + "label": "-", + "classification": { + "B": 1.795570025997506e-09, + "S": 7.8535167258309e-10, + "I": 2.2331956284205035e-09, + "C": 1.6813695991046984e-09, + "R": 8.890581604248382e-10, + "M": 2.309929868715699e-06, + "O": 2.1176344944251468e-07, + "W": 1.2338942367851047e-10, + "N": 4.07120040804565e-12, + "Y": 1.0904018381552305e-05, + "U": 5.104771314858036e-13, + "K": 1.1484788272307644e-13, + "L": 5.121304980093555e-08, + "G": 1.9314825294713955e-06, + "F": 4.5575317926704884e-05, + "E": 1.8121502076695606e-09, + "T": 1.2295136002649087e-05, + "P": 6.976824079174548e-05, + "-": 0.9998569488525391 + }, + "id": "tp_5784" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 723023, + "label": "-", + "classification": { + "B": 1.5564866771455854e-05, + "S": 0.00035580270923674107, + "I": 1.7385867977282032e-05, + "C": 4.301310127630131e-06, + "R": 7.541493232565699e-06, + "M": 0.005633266642689705, + "O": 0.0019775237888097763, + "W": 1.7428630599169992e-05, + "N": 4.719667288100027e-07, + "Y": 0.07739783823490143, + "U": 9.33182753293238e-10, + "K": 6.002046575304121e-07, + "L": 0.00010690126509871334, + "G": 0.013548544608056545, + "F": 0.029400527477264404, + "E": 3.358316098456271e-05, + "T": 0.022174468263983727, + "P": 0.00020855812181252986, + "-": 0.8490996956825256 + }, + "id": "tp_5785" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 723156, + "label": "-", + "classification": { + "B": 2.4265165848191828e-05, + "S": 0.00015458713460247964, + "I": 0.007597204763442278, + "C": 0.00028980651404708624, + "R": 0.00021754838235210627, + "M": 0.005014623980969191, + "O": 0.0012672124430537224, + "W": 7.552449096692726e-05, + "N": 0.00041453231824561954, + "Y": 0.17897069454193115, + "U": 4.795519544131821e-06, + "K": 0.0007686347234994173, + "L": 3.93273621739354e-05, + "G": 0.00940194446593523, + "F": 0.007594024762511253, + "E": 0.0012850696220993996, + "T": 0.076224185526371, + "P": 0.015547003597021103, + "-": 0.6951090097427368 + }, + "id": "tp_5786" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 723257, + "label": "-", + "classification": { + "B": 3.2623674595111396e-11, + "S": 1.958818440783716e-09, + "I": 7.933672052651275e-10, + "C": 2.013156169544672e-10, + "R": 1.3435370871395236e-10, + "M": 1.682975380390417e-05, + "O": 3.4545095672910975e-07, + "W": 1.358728823896982e-10, + "N": 7.055956513513095e-12, + "Y": 5.488274837261997e-05, + "U": 1.4842898503168722e-13, + "K": 5.3128973442895244e-11, + "L": 4.61337767987402e-09, + "G": 1.5240627817547647e-06, + "F": 1.8153621567762457e-05, + "E": 1.8216660402359253e-09, + "T": 0.00031555595342069864, + "P": 6.7195446717960294e-06, + "-": 0.9995860457420349 + }, + "id": "tp_5787" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 723390, + "label": "-", + "classification": { + "B": 9.99200165097136e-06, + "S": 2.2748687115381472e-05, + "I": 1.1427908248151653e-05, + "C": 2.200953895226121e-05, + "R": 1.4913689483364578e-05, + "M": 0.0016317081172019243, + "O": 0.00040440738666802645, + "W": 2.6622235509421444e-06, + "N": 8.494298242567311e-08, + "Y": 0.00769772008061409, + "U": 3.501838596875473e-09, + "K": 3.838763618091434e-08, + "L": 0.00016882711497601122, + "G": 0.005277611780911684, + "F": 0.009516598656773567, + "E": 5.77102127863327e-06, + "T": 0.00286513427272439, + "P": 0.00036155481939204037, + "-": 0.971986711025238 + }, + "id": "tp_5788" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 723524, + "label": "-", + "classification": { + "B": 2.2609637539972027e-07, + "S": 1.9528643235844356e-07, + "I": 1.078169862012146e-05, + "C": 1.4240754353522789e-06, + "R": 2.7938565949625627e-07, + "M": 0.00012224799138493836, + "O": 7.544178970420035e-06, + "W": 6.317605993899633e-08, + "N": 9.974902326348456e-08, + "Y": 0.00032443119562231004, + "U": 5.482571285853055e-09, + "K": 1.1659389897999972e-08, + "L": 1.5565279909424135e-06, + "G": 9.632763976696879e-05, + "F": 0.0015131611144170165, + "E": 1.8305076082469895e-05, + "T": 0.00021934200776740909, + "P": 0.01241099089384079, + "-": 0.9852729439735413 + }, + "id": "tp_5789" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 723657, + "label": "-", + "classification": { + "B": 7.024227954843809e-08, + "S": 8.022357178560924e-06, + "I": 0.0006284312112256885, + "C": 5.8091543905902654e-05, + "R": 1.1667474609566852e-05, + "M": 0.0009582595666870475, + "O": 0.0002580688160378486, + "W": 2.846192501237965e-06, + "N": 4.1158436943078414e-05, + "Y": 0.044427406042814255, + "U": 3.3274027089191804e-08, + "K": 0.0001452620344934985, + "L": 2.9644645564985694e-06, + "G": 0.005075886379927397, + "F": 0.01763562671840191, + "E": 0.0009377101087011397, + "T": 0.008910883218050003, + "P": 0.017895052209496498, + "-": 0.9030026197433472 + }, + "id": "tp_5790" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 723757, + "label": "-", + "classification": { + "B": 3.736993787334386e-12, + "S": 8.307899507231653e-12, + "I": 2.7857758322369364e-09, + "C": 1.4854438790123936e-09, + "R": 2.8014129904718743e-10, + "M": 5.430000555861625e-07, + "O": 9.262437927759493e-09, + "W": 1.7713556316190093e-12, + "N": 2.8068335416325807e-12, + "Y": 4.27477752964478e-05, + "U": 2.742837153148908e-13, + "K": 2.6382351164810913e-12, + "L": 6.207718783457494e-10, + "G": 6.874986411276041e-07, + "F": 7.95159303379478e-06, + "E": 1.2346230704451955e-09, + "T": 2.7337422579876147e-05, + "P": 5.3586947615258396e-05, + "-": 0.9998670816421509 + }, + "id": "tp_5791" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 723891, + "label": "-", + "classification": { + "B": 3.9574915566831237e-10, + "S": 2.7166311866722026e-08, + "I": 2.984479330336853e-11, + "C": 6.796385676466343e-11, + "R": 2.408075960858014e-10, + "M": 2.5788669518078677e-05, + "O": 3.987310265074484e-06, + "W": 1.5489277915836652e-10, + "N": 2.2969734431556657e-14, + "Y": 2.178853355871979e-05, + "U": 8.611621847334411e-17, + "K": 5.002159422757375e-16, + "L": 9.614284408598905e-07, + "G": 1.843386417021975e-05, + "F": 0.0006747674779035151, + "E": 1.3761794481759182e-10, + "T": 1.3499436136044096e-05, + "P": 3.372273909008072e-07, + "-": 0.999240517616272 + }, + "id": "tp_5792" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 724024, + "label": "-", + "classification": { + "B": 2.2531438048645214e-07, + "S": 2.1546324546761753e-07, + "I": 1.6768657360444195e-06, + "C": 4.2830373558899737e-07, + "R": 4.600892822281821e-08, + "M": 0.0001069462887244299, + "O": 3.7281631648511393e-06, + "W": 5.48075007600346e-08, + "N": 7.242778110594372e-08, + "Y": 0.0015230735298246145, + "U": 3.908450896261684e-09, + "K": 9.290696425523493e-07, + "L": 3.6265871017349127e-07, + "G": 0.0005476952064782381, + "F": 0.006130869500339031, + "E": 5.708574099116959e-05, + "T": 0.00046785420272499323, + "P": 0.004016950726509094, + "-": 0.9871418476104736 + }, + "id": "tp_5793" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 724157, + "label": "-", + "classification": { + "B": 2.942247334658532e-09, + "S": 1.508422364793205e-08, + "I": 2.2663741674477933e-06, + "C": 1.5343853476679215e-07, + "R": 7.114299904742438e-08, + "M": 2.9354006983339787e-05, + "O": 2.071250492008403e-06, + "W": 1.1154934753676571e-08, + "N": 4.566597766597624e-08, + "Y": 0.0009158538887277246, + "U": 2.805991661247731e-09, + "K": 6.759428572422621e-08, + "L": 8.24640693508627e-08, + "G": 1.7624359315959737e-05, + "F": 0.0005774276796728373, + "E": 2.0797356228285935e-06, + "T": 0.000649262045044452, + "P": 0.004381073638796806, + "-": 0.9934226870536804 + }, + "id": "tp_5794" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 724258, + "label": "-", + "classification": { + "B": 1.1505040475867645e-08, + "S": 1.086447696252435e-07, + "I": 2.017090992012527e-05, + "C": 1.2161082452166738e-07, + "R": 5.245627221484028e-08, + "M": 2.0332894564489834e-05, + "O": 1.7785687305149622e-06, + "W": 3.0539695217157714e-08, + "N": 4.217692151087249e-07, + "Y": 0.0005095964879728854, + "U": 2.9711502147478086e-09, + "K": 5.222419190431538e-07, + "L": 1.9655050920164285e-08, + "G": 1.2868413250544108e-05, + "F": 0.0007746759802103043, + "E": 5.988547400193056e-06, + "T": 0.00047836743760854006, + "P": 0.02573568746447563, + "-": 0.9724392294883728 + }, + "id": "tp_5795" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 724391, + "label": "-", + "classification": { + "B": 4.740986270235226e-09, + "S": 3.225368061521294e-08, + "I": 7.391832212988447e-08, + "C": 3.0246853910398386e-09, + "R": 2.191364423254072e-09, + "M": 1.203924239234766e-05, + "O": 1.0321430181647884e-06, + "W": 3.4602405385442125e-09, + "N": 7.832141601937792e-10, + "Y": 0.00023300107568502426, + "U": 1.4786434229807632e-11, + "K": 3.9801606455114324e-09, + "L": 1.3151245426001879e-08, + "G": 8.265515134553425e-06, + "F": 0.00020055648928973824, + "E": 9.142574697307282e-08, + "T": 0.0002359712088946253, + "P": 0.00018383239512331784, + "-": 0.999125063419342 + }, + "id": "tp_5796" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 724525, + "label": "-", + "classification": { + "B": 9.88767041576466e-08, + "S": 1.782667709449015e-06, + "I": 9.410327766090631e-05, + "C": 4.3949245309704565e-07, + "R": 4.917822025163332e-07, + "M": 0.0010087329428642988, + "O": 6.066043351893313e-05, + "W": 1.909870377403422e-07, + "N": 5.765533046542259e-07, + "Y": 0.03809148445725441, + "U": 1.1303570301990362e-09, + "K": 2.8854673317368906e-08, + "L": 8.849791583998012e-07, + "G": 0.0003219627542421222, + "F": 0.0001629682956263423, + "E": 2.0907611997245112e-06, + "T": 0.03084990754723549, + "P": 0.0005324558587744832, + "-": 0.9288710951805115 + }, + "id": "tp_5797" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 724658, + "label": "-", + "classification": { + "B": 8.92143889145991e-13, + "S": 5.2388701016203854e-11, + "I": 3.3448894765086834e-09, + "C": 2.76036704605076e-09, + "R": 9.009020751626906e-10, + "M": 3.2895479762373725e-07, + "O": 3.896940725667264e-08, + "W": 4.858896618387121e-11, + "N": 1.5066175737543652e-11, + "Y": 3.8758131267968565e-05, + "U": 9.780433841283243e-13, + "K": 3.8031570948060534e-11, + "L": 2.4513205354459444e-10, + "G": 1.9764344472150697e-07, + "F": 1.2464492101571523e-05, + "E": 9.249245813691687e-10, + "T": 1.2953186342201661e-05, + "P": 8.130784408422187e-05, + "-": 0.9998538494110107 + }, + "id": "tp_5798" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 724758, + "label": "-", + "classification": { + "B": 3.6698727399198106e-06, + "S": 0.002302553504705429, + "I": 2.3406685158988694e-06, + "C": 1.8757431234917021e-06, + "R": 3.4106060411431827e-06, + "M": 0.015244937501847744, + "O": 0.013245593756437302, + "W": 1.8036582332570106e-05, + "N": 1.1910191233255318e-07, + "Y": 0.10604170709848404, + "U": 1.5379570880713622e-11, + "K": 5.657818036297613e-08, + "L": 0.0006769030005671084, + "G": 0.04685289412736893, + "F": 0.07681602984666824, + "E": 1.9525971310940804e-06, + "T": 0.11932872235774994, + "P": 1.2637809049920179e-05, + "-": 0.6194465160369873 + }, + "id": "tp_5799" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 724892, + "label": "-", + "classification": { + "B": 3.260405279092993e-08, + "S": 1.2977665164726204e-07, + "I": 2.4354713445973175e-07, + "C": 4.312221246749459e-09, + "R": 2.6888291593252234e-09, + "M": 1.4312278835859615e-05, + "O": 4.0285831346409395e-06, + "W": 2.081329064651527e-08, + "N": 2.4351716199078055e-09, + "Y": 1.6735670214984566e-05, + "U": 4.2248846782166893e-11, + "K": 8.843948351433539e-10, + "L": 1.3861343006738025e-07, + "G": 6.536660748679424e-06, + "F": 0.0022251144982874393, + "E": 8.242126341428957e-07, + "T": 1.593546949152369e-05, + "P": 0.0034656552597880363, + "-": 0.9942501783370972 + }, + "id": "tp_5800" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 725025, + "label": "-", + "classification": { + "B": 1.0637162972670922e-07, + "S": 1.267524794457131e-06, + "I": 1.097455651688506e-06, + "C": 9.316329396824585e-07, + "R": 1.124969116972352e-06, + "M": 0.0028114912565797567, + "O": 0.0001597896043676883, + "W": 1.27061753119051e-07, + "N": 2.5343602771954465e-09, + "Y": 0.020617933943867683, + "U": 4.417381738175408e-11, + "K": 7.49333720073686e-11, + "L": 3.4158169000875205e-05, + "G": 0.0012750100577250123, + "F": 0.0007731781806796789, + "E": 1.299722782732715e-07, + "T": 0.01095845177769661, + "P": 1.5866735338931903e-05, + "-": 0.9633492231369019 + }, + "id": "tp_5801" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 725125, + "label": "-", + "classification": { + "B": 9.988869540539236e-13, + "S": 1.7637542468196266e-11, + "I": 9.009410578686428e-11, + "C": 5.31731186859119e-11, + "R": 2.296931915501954e-11, + "M": 1.2172570677648764e-05, + "O": 1.2053314790705372e-08, + "W": 5.119663915899297e-13, + "N": 2.569716019292477e-14, + "Y": 0.0001256089162779972, + "U": 4.113296282798513e-16, + "K": 1.1987248386025485e-14, + "L": 1.509325553428198e-09, + "G": 2.9044210805295734e-06, + "F": 4.1773138946155086e-05, + "E": 6.20306805920734e-10, + "T": 1.870556479843799e-05, + "P": 2.221148861281108e-06, + "-": 0.9997965693473816 + }, + "id": "tp_5802" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 725259, + "label": "-", + "classification": { + "B": 6.828249771162476e-11, + "S": 3.8450508554888074e-07, + "I": 6.147224951291719e-10, + "C": 5.0264187478887834e-08, + "R": 2.273948496167577e-08, + "M": 0.0003786641755141318, + "O": 4.077265111845918e-05, + "W": 7.023595482991141e-09, + "N": 5.600779388881261e-12, + "Y": 0.012254956178367138, + "U": 6.066837485808668e-15, + "K": 6.114631023734773e-11, + "L": 3.8082635001046583e-06, + "G": 0.0015840174164623022, + "F": 0.01281077042222023, + "E": 6.890033432682685e-09, + "T": 0.0026720722671598196, + "P": 2.2839080315861793e-07, + "-": 0.9702543020248413 + }, + "id": "tp_5803" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 725392, + "label": "-", + "classification": { + "B": 6.992346612832989e-08, + "S": 9.554106128462081e-08, + "I": 2.5080888477191365e-08, + "C": 4.0588167848909507e-07, + "R": 1.8795263656556926e-07, + "M": 0.00020720537577290088, + "O": 2.4984741685329936e-05, + "W": 1.7539866448146313e-08, + "N": 1.1848988457074938e-10, + "Y": 9.85507940640673e-05, + "U": 1.5625001292818297e-11, + "K": 1.0089183828665416e-11, + "L": 7.214769539132249e-06, + "G": 6.516711437143385e-05, + "F": 0.0001392102421959862, + "E": 6.435781330083046e-08, + "T": 0.00018284413090441376, + "P": 4.4276817789068446e-05, + "-": 0.9992296695709229 + }, + "id": "tp_5804" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 725526, + "label": "-", + "classification": { + "B": 4.940632720717986e-07, + "S": 4.909021754428977e-06, + "I": 1.1026691737470173e-07, + "C": 2.152288480772313e-08, + "R": 5.748463394184e-08, + "M": 0.0002977353287860751, + "O": 5.3295749239623547e-05, + "W": 3.0520268978762033e-07, + "N": 4.524488339541222e-09, + "Y": 0.001841842196881771, + "U": 4.0993122091270706e-11, + "K": 6.580731515271054e-09, + "L": 2.2056306079321075e-06, + "G": 0.0001095722836907953, + "F": 0.004656085278838873, + "E": 4.1674903172861377e-07, + "T": 0.0009822137653827667, + "P": 0.0001288914354518056, + "-": 0.9919217824935913 + }, + "id": "tp_5805" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 725626, + "label": "-", + "classification": { + "B": 6.475159466390323e-07, + "S": 0.001548724714666605, + "I": 0.00013759727880824357, + "C": 3.473957985988818e-05, + "R": 4.367853398434818e-05, + "M": 0.009868265129625797, + "O": 0.005923361051827669, + "W": 4.663473737309687e-05, + "N": 1.5675252143410034e-05, + "Y": 0.1768738478422165, + "U": 1.2840895458055002e-08, + "K": 0.00012998259626328945, + "L": 0.00025671839830465615, + "G": 0.06892641633749008, + "F": 0.06516831368207932, + "E": 9.383247379446402e-05, + "T": 0.17125444114208221, + "P": 0.0006936588324606419, + "-": 0.4989835321903229 + }, + "id": "tp_5806" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 725759, + "label": "-", + "classification": { + "B": 7.10507652712522e-09, + "S": 3.5860858815794927e-07, + "I": 1.3817341823596507e-05, + "C": 4.1202252759831026e-05, + "R": 9.638611118134577e-06, + "M": 5.7846340496325865e-05, + "O": 3.640422801254317e-05, + "W": 4.300410694213497e-07, + "N": 5.750744662691432e-07, + "Y": 0.002373413648456335, + "U": 2.7395502755211965e-08, + "K": 4.244596311764326e-06, + "L": 9.454459473090537e-07, + "G": 0.0001905496174003929, + "F": 0.002140287309885025, + "E": 7.632385859324131e-06, + "T": 0.0006047540227882564, + "P": 0.00477548548951745, + "-": 0.9897423982620239 + }, + "id": "tp_5807" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 725893, + "label": "-", + "classification": { + "B": 2.632695270676777e-07, + "S": 3.2743151678005233e-05, + "I": 1.0894682418438606e-05, + "C": 7.445582355103397e-07, + "R": 2.5251094939449104e-06, + "M": 0.0038333614356815815, + "O": 0.0006093534757383168, + "W": 1.5696072068749345e-06, + "N": 1.4057145847345964e-07, + "Y": 0.01308018621057272, + "U": 1.9882624713307706e-10, + "K": 2.8014220276872948e-08, + "L": 1.4745903172297403e-05, + "G": 0.0013088114792481065, + "F": 0.010502640157938004, + "E": 1.9743765733437613e-06, + "T": 0.007763805333524942, + "P": 0.00019603688269853592, + "-": 0.9626401662826538 + }, + "id": "tp_5808" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 726026, + "label": "-", + "classification": { + "B": 1.6457270248793066e-05, + "S": 0.00017358196782879531, + "I": 6.237727211555466e-05, + "C": 0.0005167050403542817, + "R": 0.00017164544260594994, + "M": 0.003844664664939046, + "O": 0.0010024458169937134, + "W": 3.239307625335641e-05, + "N": 6.589701115444768e-06, + "Y": 0.022891947999596596, + "U": 4.799614998773905e-07, + "K": 6.75129376759287e-06, + "L": 0.0006409232155419886, + "G": 0.013030548579990864, + "F": 0.11787058413028717, + "E": 0.000317130092298612, + "T": 0.011555534787476063, + "P": 0.005362754222005606, + "-": 0.8224964737892151 + }, + "id": "tp_5809" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 726126, + "label": "F", + "classification": { + "B": 1.676227512348305e-08, + "S": 0.007958631031215191, + "I": 1.7694128473522142e-06, + "C": 3.3898400033649523e-06, + "R": 2.068769617835642e-06, + "M": 0.0044173020869493484, + "O": 0.002773960819467902, + "W": 1.1082025594078004e-05, + "N": 7.711554985689872e-07, + "Y": 0.03612867370247841, + "U": 1.6466154828531643e-11, + "K": 0.00046956015285104513, + "L": 7.621989061590284e-05, + "G": 0.17207857966423035, + "F": 0.6115336418151855, + "E": 2.685591061890591e-05, + "T": 0.10255838930606842, + "P": 9.49137938732747e-06, + "-": 0.06194964796304703 + }, + "id": "tp_5810" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 726260, + "label": "-", + "classification": { + "B": 1.0659458558881507e-11, + "S": 1.0631960806542495e-12, + "I": 1.5094817840122232e-08, + "C": 3.3611076144524077e-09, + "R": 4.4420450651116994e-10, + "M": 3.0053030286580906e-08, + "O": 1.5775595274547527e-09, + "W": 9.93524815369462e-13, + "N": 1.753496653433828e-11, + "Y": 1.0093503078678623e-05, + "U": 2.8627883483928196e-12, + "K": 8.632095038763055e-12, + "L": 1.2582072883571271e-10, + "G": 3.90121442706004e-07, + "F": 7.81860035203863e-06, + "E": 4.447956225561711e-09, + "T": 2.1019229734520195e-06, + "P": 0.0013379239244386554, + "-": 0.9986415505409241 + }, + "id": "tp_5811" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 726393, + "label": "-", + "classification": { + "B": 1.5702389646321535e-05, + "S": 7.390896826109383e-06, + "I": 0.002789323450997472, + "C": 0.0003142440691590309, + "R": 3.6795179767068475e-05, + "M": 0.0006032220553606749, + "O": 0.00011118793190689757, + "W": 1.4739809557795525e-05, + "N": 0.00016836739087011665, + "Y": 0.0024888806510716677, + "U": 9.313816008216236e-06, + "K": 8.952069765655324e-05, + "L": 1.2040520232403651e-05, + "G": 0.0012747718719765544, + "F": 0.0029444429092109203, + "E": 0.004263905808329582, + "T": 0.0010133277392014861, + "P": 0.277133584022522, + "-": 0.7067091464996338 + }, + "id": "tp_5812" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 726527, + "label": "-", + "classification": { + "B": 1.116783443499969e-09, + "S": 3.0416252849718717e-10, + "I": 7.5437628765939735e-06, + "C": 4.8840103517022726e-08, + "R": 4.981324241981611e-09, + "M": 5.107459060127439e-07, + "O": 6.910995153930344e-08, + "W": 9.222540509057353e-10, + "N": 3.046127616812555e-08, + "Y": 1.5116351278265938e-05, + "U": 3.17521675619048e-10, + "K": 1.0125527083459929e-08, + "L": 1.8087192854565615e-09, + "G": 2.7441949441708857e-06, + "F": 0.00011058130621677265, + "E": 1.059228725353023e-05, + "T": 4.141611498198472e-06, + "P": 0.09920687228441238, + "-": 0.900641679763794 + }, + "id": "tp_5813" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 726627, + "label": "-", + "classification": { + "B": 5.987035867072166e-10, + "S": 9.936633738050205e-10, + "I": 1.0440118103360874e-06, + "C": 1.078620641692396e-07, + "R": 1.0925321092258855e-08, + "M": 1.6605973769401317e-06, + "O": 1.2883472777502902e-07, + "W": 2.0028037006625254e-09, + "N": 1.345933142715694e-08, + "Y": 0.00011157583503518254, + "U": 7.16919357213186e-10, + "K": 8.206887258666029e-08, + "L": 2.4152895239382133e-09, + "G": 3.3903525036294013e-06, + "F": 0.00013339165889192373, + "E": 1.6401727407355793e-06, + "T": 1.8378201275481842e-05, + "P": 0.013110593892633915, + "-": 0.9866179823875427 + }, + "id": "tp_5814" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 726760, + "label": "-", + "classification": { + "B": 4.91845442412292e-13, + "S": 4.508886753545882e-12, + "I": 3.2396968663306325e-07, + "C": 1.3304852330975336e-08, + "R": 1.117934189664993e-09, + "M": 7.382672695399606e-09, + "O": 3.540833626303197e-09, + "W": 2.4025033698582554e-11, + "N": 3.862469455384598e-09, + "Y": 1.0983531865349505e-05, + "U": 1.7142823618976344e-11, + "K": 2.0758720964408894e-08, + "L": 1.2045848693520433e-11, + "G": 1.355997767404915e-07, + "F": 0.00014010949234943837, + "E": 3.7524233675867436e-07, + "T": 7.810257329765591e-07, + "P": 0.02858705259859562, + "-": 0.9712601900100708 + }, + "id": "tp_5815" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 726894, + "label": "-", + "classification": { + "B": 3.4467162457474387e-09, + "S": 3.756498667684127e-09, + "I": 3.2399957490270026e-06, + "C": 9.804132616864081e-08, + "R": 5.791252366549315e-09, + "M": 5.052689857620862e-07, + "O": 3.0977508913565543e-07, + "W": 2.598340653747755e-09, + "N": 1.2076368705038476e-07, + "Y": 5.6679718909435906e-06, + "U": 1.4239117662739886e-09, + "K": 6.803920626907711e-08, + "L": 5.180246454017379e-09, + "G": 2.871098558898666e-06, + "F": 0.0005539145786315203, + "E": 7.521751285821665e-06, + "T": 1.4791987268836237e-05, + "P": 0.14510105550289154, + "-": 0.8543097972869873 + }, + "id": "tp_5816" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 727027, + "label": "-", + "classification": { + "B": 9.323791738680143e-11, + "S": 4.390148661270743e-11, + "I": 9.800760381040163e-07, + "C": 5.502320732375665e-08, + "R": 1.2991979714271906e-09, + "M": 4.850812729273457e-07, + "O": 3.013752447600382e-08, + "W": 1.9102264214865272e-10, + "N": 6.069902802607885e-09, + "Y": 4.814438398170751e-06, + "U": 1.797629683997215e-10, + "K": 5.969076344314317e-09, + "L": 7.112163635802915e-10, + "G": 7.028624509075598e-07, + "F": 3.8001187931513414e-05, + "E": 1.2414349157552351e-06, + "T": 3.2083155474538216e-06, + "P": 0.024836858734488487, + "-": 0.9751136302947998 + }, + "id": "tp_5817" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 727127, + "label": "-", + "classification": { + "B": 2.7842196104188588e-08, + "S": 7.865534001894048e-08, + "I": 3.3461435577919474e-06, + "C": 4.712196641776245e-07, + "R": 2.9106722365668247e-08, + "M": 9.952320397133008e-06, + "O": 1.8191677781942417e-06, + "W": 2.60254910955382e-08, + "N": 1.4381656399109488e-07, + "Y": 9.146836237050593e-05, + "U": 1.0366332681144286e-08, + "K": 3.573461171413328e-08, + "L": 1.6547015491141792e-07, + "G": 9.042707461048849e-06, + "F": 0.0007684942102059722, + "E": 1.6781596059445292e-05, + "T": 9.342000703327358e-05, + "P": 0.07045995444059372, + "-": 0.9285448789596558 + }, + "id": "tp_5818" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 727261, + "label": "-", + "classification": { + "B": 5.835130991727056e-07, + "S": 3.3824182565922456e-08, + "I": 1.3476077583618462e-05, + "C": 1.4536839216816588e-06, + "R": 9.805232537019037e-08, + "M": 2.767042678897269e-05, + "O": 1.4428967460844433e-06, + "W": 2.4105830220833013e-08, + "N": 2.613168419429712e-07, + "Y": 0.0006527671357616782, + "U": 2.5104327505687252e-08, + "K": 9.34028321353253e-07, + "L": 2.964470127153618e-07, + "G": 0.0001565047714393586, + "F": 0.0028090979903936386, + "E": 0.00015465827891603112, + "T": 0.00015014516247902066, + "P": 0.03224708512425423, + "-": 0.9637834429740906 + }, + "id": "tp_5819" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 727394, + "label": "-", + "classification": { + "B": 2.9770405585161086e-10, + "S": 3.2723265069867224e-11, + "I": 3.846925000772217e-09, + "C": 1.6164793947837097e-09, + "R": 2.2481258174500418e-11, + "M": 1.24386252409181e-08, + "O": 4.773041517580623e-09, + "W": 3.070404000493632e-11, + "N": 5.360965144030061e-11, + "Y": 4.6910099626984447e-07, + "U": 2.267564174623926e-12, + "K": 3.340108745142345e-11, + "L": 1.075062538991034e-10, + "G": 1.0025498653476461e-07, + "F": 2.7555835913517512e-05, + "E": 3.2473742805905204e-08, + "T": 3.1810932910047995e-07, + "P": 0.03475435823202133, + "-": 0.9652170538902283 + }, + "id": "tp_5820" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 727528, + "label": "-", + "classification": { + "B": 2.5878016634943435e-13, + "S": 9.978880921449398e-14, + "I": 2.1489937296337303e-07, + "C": 1.9561278818969186e-08, + "R": 1.2893845990902264e-09, + "M": 2.6128483820997417e-09, + "O": 5.112145706753779e-10, + "W": 4.97584352193714e-12, + "N": 1.686684819590667e-10, + "Y": 4.688244189310353e-06, + "U": 3.4510422297628907e-11, + "K": 1.8766912468493047e-09, + "L": 1.0341788189704992e-11, + "G": 9.77642429234038e-08, + "F": 5.164038157090545e-06, + "E": 2.2399072818757304e-08, + "T": 6.458726602431852e-07, + "P": 0.00555627653375268, + "-": 0.9944328665733337 + }, + "id": "tp_5821" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 727628, + "label": "-", + "classification": { + "B": 7.514505995231957e-08, + "S": 3.2009145911615633e-07, + "I": 0.0002298620092915371, + "C": 5.266905191092519e-06, + "R": 1.5210491710604401e-06, + "M": 2.6826028260984458e-05, + "O": 1.107208117900882e-05, + "W": 4.1981476783803373e-07, + "N": 7.03236128174467e-06, + "Y": 0.0005119185661897063, + "U": 1.9837209208617423e-07, + "K": 4.794146661879495e-07, + "L": 4.668981432587316e-07, + "G": 2.300002597621642e-05, + "F": 0.000329150992911309, + "E": 2.5428738808841445e-05, + "T": 0.0009695158805698156, + "P": 0.09190886467695236, + "-": 0.9059486389160156 + }, + "id": "tp_5822" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 727761, + "label": "-", + "classification": { + "B": 1.1148366496627204e-07, + "S": 4.384535046142446e-08, + "I": 5.887017323402688e-05, + "C": 7.556308446510229e-06, + "R": 8.428493174506002e-07, + "M": 6.153294816613197e-05, + "O": 3.5740615658141905e-06, + "W": 1.3183273495087633e-07, + "N": 7.967336728142982e-07, + "Y": 0.0010334536200389266, + "U": 1.5456630819699058e-07, + "K": 2.0507086446741596e-06, + "L": 4.110572433546622e-07, + "G": 6.97881550877355e-05, + "F": 0.0007141595706343651, + "E": 7.893521978985518e-05, + "T": 0.00039229440153576434, + "P": 0.06023556366562843, + "-": 0.9373397827148438 + }, + "id": "tp_5823" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 727895, + "label": "-", + "classification": { + "B": 1.6695723559223552e-07, + "S": 2.07391543938229e-08, + "I": 0.00014957270468585193, + "C": 7.092178293532925e-06, + "R": 1.3112231727063772e-06, + "M": 5.814601536258124e-05, + "O": 4.450221695151413e-06, + "W": 7.689835257451705e-08, + "N": 2.197624553446076e-06, + "Y": 0.0005961171118542552, + "U": 1.3089260164633743e-07, + "K": 8.533089044249209e-07, + "L": 3.080739929828269e-07, + "G": 0.00013006458175368607, + "F": 0.00036214085412211716, + "E": 9.667505946708843e-05, + "T": 0.00029320066096261144, + "P": 0.084043949842453, + "-": 0.9142534136772156 + }, + "id": "tp_5824" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 728028, + "label": "-", + "classification": { + "B": 1.0568541597422154e-08, + "S": 3.3769782703529927e-07, + "I": 2.305307316419203e-05, + "C": 1.239256675944489e-06, + "R": 3.460544064637361e-07, + "M": 4.509590780799044e-06, + "O": 3.6549427022691816e-06, + "W": 2.7369833333068527e-07, + "N": 1.7015275943776942e-06, + "Y": 0.00016526851686649024, + "U": 1.1219430717801515e-07, + "K": 5.781081654276932e-06, + "L": 8.067177503789935e-08, + "G": 4.469980012800079e-06, + "F": 0.0013566977577283978, + "E": 1.2198605872981716e-05, + "T": 0.00014327451935969293, + "P": 0.05187961459159851, + "-": 0.9463973641395569 + }, + "id": "tp_5825" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 728128, + "label": "-", + "classification": { + "B": 1.7873692286229925e-06, + "S": 2.8606593787117163e-06, + "I": 0.00013240751286502928, + "C": 6.9565990088449325e-06, + "R": 9.83339532467653e-07, + "M": 0.0001880268391687423, + "O": 2.7697935365722515e-05, + "W": 2.3832621991459746e-06, + "N": 1.3345866136660334e-05, + "Y": 0.0014259075978770852, + "U": 6.068738684916752e-07, + "K": 2.833128019119613e-05, + "L": 1.2721815210170462e-06, + "G": 0.00022758780687581748, + "F": 0.006421699188649654, + "E": 0.0004881335480604321, + "T": 0.0005606575286947191, + "P": 0.1556880921125412, + "-": 0.8347812294960022 + }, + "id": "tp_5826" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 728262, + "label": "-", + "classification": { + "B": 2.5864989083856926e-07, + "S": 2.1806554784120635e-08, + "I": 3.6553170502884313e-05, + "C": 3.478346116025932e-06, + "R": 5.093538675282616e-07, + "M": 2.3541851987829432e-05, + "O": 5.627216978609795e-06, + "W": 4.4174807811714345e-08, + "N": 3.2270639849230065e-07, + "Y": 0.0001673707301961258, + "U": 2.2241316344207007e-08, + "K": 2.9468989470871065e-09, + "L": 7.578927352369647e-07, + "G": 6.836355169070885e-05, + "F": 3.5911420127376914e-05, + "E": 8.607676136307418e-06, + "T": 0.00030678973416797817, + "P": 0.06798136979341507, + "-": 0.9313604235649109 + }, + "id": "tp_5827" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 728395, + "label": "-", + "classification": { + "B": 5.958997206789718e-08, + "S": 9.778436549368053e-08, + "I": 0.0004179644165560603, + "C": 8.184664693544619e-06, + "R": 9.318355864706973e-07, + "M": 4.76368295494467e-05, + "O": 6.297288109635701e-06, + "W": 1.321259617270698e-07, + "N": 1.1400024050089996e-05, + "Y": 0.0009031587396748364, + "U": 9.808604062300219e-08, + "K": 2.1388982531789225e-06, + "L": 1.2594328779869102e-07, + "G": 3.8190559280337766e-05, + "F": 0.0003410418576095253, + "E": 0.00030633408459834754, + "T": 0.0005028087180107832, + "P": 0.09195840358734131, + "-": 0.9054550528526306 + }, + "id": "tp_5828" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 728529, + "label": "-", + "classification": { + "B": 2.9592462169603095e-07, + "S": 4.4825537770520896e-07, + "I": 0.00017567927716299891, + "C": 3.545647632563487e-05, + "R": 6.997872333158739e-06, + "M": 0.0001417247549397871, + "O": 3.111558180535212e-05, + "W": 9.715290616441052e-07, + "N": 6.260666395974113e-06, + "Y": 0.0013417047448456287, + "U": 6.933108238627028e-07, + "K": 9.038318239618093e-06, + "L": 2.2427566364058293e-06, + "G": 0.00021677280892618, + "F": 0.002045556902885437, + "E": 0.00011696245928760618, + "T": 0.0008193611865863204, + "P": 0.038619011640548706, + "-": 0.9564297199249268 + }, + "id": "tp_5829" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 728629, + "label": "-", + "classification": { + "B": 1.2998380327644554e-07, + "S": 1.0452662024817982e-07, + "I": 6.526195761580311e-07, + "C": 8.280205854305223e-09, + "R": 9.131322920019613e-10, + "M": 1.241744485014351e-06, + "O": 1.5026914752525045e-06, + "W": 1.5541209208436157e-08, + "N": 8.195145539957593e-08, + "Y": 2.4299010874528904e-06, + "U": 4.75385009135465e-10, + "K": 1.5063852387697807e-09, + "L": 1.543765826284016e-08, + "G": 5.751465437242587e-07, + "F": 7.951766019687057e-05, + "E": 2.9148636713216547e-06, + "T": 1.3779514119960368e-05, + "P": 0.20109933614730835, + "-": 0.7987976670265198 + }, + "id": "tp_5830" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 728762, + "label": "-", + "classification": { + "B": 1.6492690519953612e-06, + "S": 3.455398029927892e-07, + "I": 0.0014505427097901702, + "C": 0.00013088854029774666, + "R": 2.61385921476176e-05, + "M": 0.00019765559409279376, + "O": 2.3658025384065695e-05, + "W": 7.665668135814485e-07, + "N": 1.3666384802490938e-05, + "Y": 0.002669228706508875, + "U": 1.8727438373389305e-06, + "K": 6.201669293659506e-07, + "L": 1.7653936083661392e-05, + "G": 0.0008328328258357942, + "F": 0.001953710103407502, + "E": 0.00035019274218939245, + "T": 0.002236441243439913, + "P": 0.14404115080833435, + "-": 0.8460509777069092 + }, + "id": "tp_5831" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 728896, + "label": "-", + "classification": { + "B": 3.6024672134260527e-09, + "S": 4.168045464325587e-09, + "I": 5.229538601270178e-06, + "C": 1.9610556023508252e-07, + "R": 8.151753938534512e-09, + "M": 2.424113972665509e-06, + "O": 3.2030226293500164e-07, + "W": 5.103427014319095e-09, + "N": 1.1692745260916126e-07, + "Y": 2.00240574486088e-05, + "U": 1.8167005677582893e-09, + "K": 4.5319470842741794e-08, + "L": 8.243126181639582e-09, + "G": 1.9792912553384667e-06, + "F": 0.00016977341147139668, + "E": 1.73169046320254e-05, + "T": 1.6512247384525836e-05, + "P": 0.0888947919011116, + "-": 0.9108713865280151 + }, + "id": "tp_5832" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 729029, + "label": "-", + "classification": { + "B": 3.4684035199461505e-07, + "S": 2.2656097442563805e-08, + "I": 7.048421684885398e-05, + "C": 3.0983669603301678e-06, + "R": 5.33923980583495e-07, + "M": 1.8080898371408693e-05, + "O": 6.721005320287077e-06, + "W": 5.3751325168605035e-08, + "N": 4.1869020606100094e-07, + "Y": 0.00010976962221320719, + "U": 1.5715015067030436e-08, + "K": 1.1528418220052572e-09, + "L": 6.099743359300192e-07, + "G": 2.4866691092029214e-05, + "F": 2.0357769244583324e-05, + "E": 8.123068255372345e-06, + "T": 0.00013403558114077896, + "P": 0.11146742850542068, + "-": 0.8881349563598633 + }, + "id": "tp_5833" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 729129, + "label": "-", + "classification": { + "B": 4.137627342970518e-07, + "S": 5.612118343378825e-07, + "I": 7.943732634885237e-05, + "C": 2.89727086055791e-06, + "R": 4.1299082909063145e-07, + "M": 3.315915455459617e-05, + "O": 9.205136848322581e-06, + "W": 5.058868168816844e-07, + "N": 4.637213805835927e-06, + "Y": 0.00015265913680195808, + "U": 2.397828495759313e-07, + "K": 1.8863313471229048e-06, + "L": 5.666970537276939e-07, + "G": 1.888177212094888e-05, + "F": 0.0020428947173058987, + "E": 0.00014793705486226827, + "T": 0.00019592758326325566, + "P": 0.23480457067489624, + "-": 0.7625031471252441 + }, + "id": "tp_5834" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 729263, + "label": "-", + "classification": { + "B": 3.6227954230277915e-12, + "S": 3.744976204145267e-11, + "I": 9.07247255099719e-09, + "C": 2.8479765212807706e-09, + "R": 1.1960016310652577e-10, + "M": 5.6327351671825454e-08, + "O": 4.778094808699507e-09, + "W": 2.0041551751504016e-11, + "N": 1.2207168609279506e-10, + "Y": 1.0035070772573818e-05, + "U": 2.8882616784353665e-12, + "K": 1.8027415116250722e-09, + "L": 4.0822970004406045e-11, + "G": 1.216124303482502e-07, + "F": 0.00011964455916313455, + "E": 5.3837812430401755e-08, + "T": 9.71684357864433e-07, + "P": 0.00106658018194139, + "-": 0.9988025426864624 + }, + "id": "tp_5835" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 729396, + "label": "-", + "classification": { + "B": 1.1783640729845501e-06, + "S": 1.475309119314261e-07, + "I": 1.3976047739561182e-05, + "C": 6.646857286796148e-07, + "R": 1.686663040345593e-07, + "M": 3.7685520510422066e-05, + "O": 1.1243560948059894e-05, + "W": 1.1740481653532697e-07, + "N": 2.619856616092875e-07, + "Y": 0.00025194184854626656, + "U": 4.80435558003478e-09, + "K": 9.524675448346898e-08, + "L": 3.564769031072501e-07, + "G": 9.374519868288189e-05, + "F": 0.0003442599263507873, + "E": 4.09378444601316e-05, + "T": 0.00015712727326899767, + "P": 0.007302245125174522, + "-": 0.9917438626289368 + }, + "id": "tp_5836" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 729530, + "label": "-", + "classification": { + "B": 2.223917050514501e-09, + "S": 6.2625562513574096e-09, + "I": 1.134042122430401e-05, + "C": 5.941348604210361e-07, + "R": 5.520242396528374e-08, + "M": 1.5107581020856742e-05, + "O": 1.062416458808002e-06, + "W": 7.818116820601517e-09, + "N": 9.74481437765462e-08, + "Y": 0.00017439229122828692, + "U": 2.1159454188790505e-09, + "K": 1.0979254483345358e-07, + "L": 1.730935750288154e-08, + "G": 1.0061256034532562e-05, + "F": 0.000171681895153597, + "E": 9.694289474282414e-06, + "T": 0.00011156563414260745, + "P": 0.011225498281419277, + "-": 0.9882688522338867 + }, + "id": "tp_5837" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 729630, + "label": "-", + "classification": { + "B": 5.667893376859467e-10, + "S": 1.5669431030485015e-11, + "I": 2.938592160717235e-06, + "C": 3.437531503891478e-08, + "R": 8.488545977236583e-10, + "M": 2.083621808424141e-07, + "O": 2.6337774627904764e-08, + "W": 5.6596585057411275e-11, + "N": 2.869043003173033e-09, + "Y": 1.7207332803081954e-06, + "U": 2.4802302572846102e-11, + "K": 1.0697731762931983e-12, + "L": 1.8070130947123175e-09, + "G": 3.067823968194716e-07, + "F": 1.1110258810731466e-06, + "E": 3.378882809101924e-07, + "T": 3.2788086627988378e-06, + "P": 0.14909236133098602, + "-": 0.8508976697921753 + }, + "id": "tp_5838" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 729763, + "label": "-", + "classification": { + "B": 6.07067136115802e-07, + "S": 3.941654824757279e-07, + "I": 2.711013803491369e-05, + "C": 1.65395454132522e-06, + "R": 1.7582452471742727e-07, + "M": 2.503261566744186e-05, + "O": 8.818546120892279e-06, + "W": 5.318634066497907e-07, + "N": 2.33419223150122e-06, + "Y": 0.0001480958890169859, + "U": 8.264521511591738e-08, + "K": 1.8324429902349948e-06, + "L": 1.9865528599893878e-07, + "G": 4.932508454658091e-05, + "F": 0.002610214054584503, + "E": 0.00012425136810634285, + "T": 8.18816915852949e-05, + "P": 0.25785771012306213, + "-": 0.7390597462654114 + }, + "id": "tp_5839" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 729897, + "label": "-", + "classification": { + "B": 5.3694763912925936e-11, + "S": 1.6516760181772838e-11, + "I": 4.154722148541623e-07, + "C": 1.1265832711160328e-08, + "R": 2.817324429305046e-10, + "M": 6.293004162216675e-08, + "O": 9.615265916806948e-09, + "W": 4.8467098390236885e-11, + "N": 3.624058164675148e-09, + "Y": 3.685043566292734e-06, + "U": 4.265662129077086e-11, + "K": 5.9496447768481175e-09, + "L": 8.192019285147012e-11, + "G": 3.775010668505274e-07, + "F": 6.791883788537234e-05, + "E": 1.1735266980394954e-06, + "T": 1.1591855582082644e-06, + "P": 0.044400423765182495, + "-": 0.955524742603302 + }, + "id": "tp_5840" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 730030, + "label": "-", + "classification": { + "B": 2.4096939910123183e-07, + "S": 1.1916775122244871e-07, + "I": 1.6296473404509015e-05, + "C": 1.1261919325988856e-06, + "R": 6.382241224400786e-08, + "M": 8.37118841445772e-06, + "O": 3.982832367910305e-06, + "W": 6.394132867626467e-08, + "N": 5.344243731997267e-07, + "Y": 1.3046557796769775e-05, + "U": 5.562780902579334e-09, + "K": 4.2659802801381375e-08, + "L": 1.636930733184272e-07, + "G": 2.127517291228287e-05, + "F": 0.001804641680791974, + "E": 4.4528613216243684e-05, + "T": 1.7784566807677038e-05, + "P": 0.22518013417720795, + "-": 0.7728875875473022 + }, + "id": "tp_5841" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 730130, + "label": "-", + "classification": { + "B": 6.091873672176007e-08, + "S": 3.6768244005003226e-09, + "I": 0.00033641434856690466, + "C": 2.6434086066728923e-06, + "R": 6.771237792690954e-08, + "M": 6.949476664885879e-05, + "O": 4.418754713242379e-07, + "W": 6.98965463286072e-09, + "N": 7.90314402365766e-07, + "Y": 0.00037125925882719457, + "U": 7.480377206547928e-09, + "K": 1.1590697290841945e-08, + "L": 1.0553858231787672e-07, + "G": 5.0043272494804114e-05, + "F": 8.021914982236922e-05, + "E": 0.0007528080604970455, + "T": 0.00016220453835558146, + "P": 0.3215416669845581, + "-": 0.6766316890716553 + }, + "id": "tp_5842" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 730264, + "label": "-", + "classification": { + "B": 1.041153205316725e-10, + "S": 1.2984005537397536e-10, + "I": 8.617158528068103e-06, + "C": 4.912865847472858e-07, + "R": 4.0346495921994574e-08, + "M": 1.1237600574531825e-06, + "O": 1.6712125727735838e-07, + "W": 7.245143929246467e-10, + "N": 4.0378214549718905e-08, + "Y": 3.138820829917677e-05, + "U": 1.4304469830861422e-09, + "K": 1.4633471101532791e-09, + "L": 3.56062512807398e-09, + "G": 3.2934406135609606e-06, + "F": 9.037630661623552e-06, + "E": 6.97088694323611e-07, + "T": 5.800508733955212e-05, + "P": 0.04237564280629158, + "-": 0.9575114250183105 + }, + "id": "tp_5843" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 730397, + "label": "-", + "classification": { + "B": 4.901804118162545e-07, + "S": 2.66400263626565e-07, + "I": 0.0001927222328959033, + "C": 1.5886187611613423e-05, + "R": 8.182434498849034e-07, + "M": 4.174848800175823e-05, + "O": 7.655743502255064e-06, + "W": 3.873307434787421e-07, + "N": 9.070895430340897e-06, + "Y": 0.00026589707704260945, + "U": 3.439177476138866e-07, + "K": 3.468027671260643e-06, + "L": 5.364196340451599e-07, + "G": 5.359323768061586e-05, + "F": 0.0010799614246934652, + "E": 0.00032412473228760064, + "T": 0.00018519852892495692, + "P": 0.1831708401441574, + "-": 0.8146471381187439 + }, + "id": "tp_5844" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 730531, + "label": "-", + "classification": { + "B": 3.577283905542572e-06, + "S": 3.739209660125198e-06, + "I": 0.0032104572746902704, + "C": 0.00022175160120241344, + "R": 6.341982225421816e-05, + "M": 0.00046180785284377635, + "O": 9.15416530915536e-05, + "W": 7.224954060802702e-06, + "N": 0.00012435982353053987, + "Y": 0.0028318960685282946, + "U": 9.759926797414664e-06, + "K": 4.48559076176025e-05, + "L": 1.3859686077921651e-05, + "G": 0.00046037984429858625, + "F": 0.004245819058269262, + "E": 0.0009928015060722828, + "T": 0.0018536171410232782, + "P": 0.21171708405017853, + "-": 0.7736420035362244 + }, + "id": "tp_5845" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 730631, + "label": "-", + "classification": { + "B": 3.872691195283551e-06, + "S": 5.951378170721e-06, + "I": 0.0001177529848064296, + "C": 2.5920384359778836e-05, + "R": 2.776202109089354e-06, + "M": 0.0001417010062141344, + "O": 5.039324241806753e-05, + "W": 3.544388391674147e-06, + "N": 5.6887315622589085e-06, + "Y": 0.0006287316791713238, + "U": 5.3315130799092e-07, + "K": 3.0125563625915674e-06, + "L": 1.0373044460720848e-05, + "G": 0.000477968918858096, + "F": 0.010529882274568081, + "E": 0.00015011981304269284, + "T": 0.0005520966951735318, + "P": 0.09194190800189972, + "-": 0.8953478336334229 + }, + "id": "tp_5846" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 730764, + "label": "-", + "classification": { + "B": 1.1329760046807635e-11, + "S": 3.826928357542059e-11, + "I": 1.6297315141855506e-07, + "C": 3.576357876511338e-09, + "R": 2.0500458275396483e-10, + "M": 3.568449002955276e-08, + "O": 1.0473636180563517e-08, + "W": 8.756016744992934e-11, + "N": 1.4867586051181547e-09, + "Y": 2.5667718546174e-06, + "U": 2.8258987164186955e-11, + "K": 2.409658583779617e-10, + "L": 1.6659856827416775e-10, + "G": 7.637334675791863e-08, + "F": 8.346092363353819e-05, + "E": 1.3819538935422315e-07, + "T": 1.8954981442220742e-06, + "P": 0.035196855664253235, + "-": 0.9647148847579956 + }, + "id": "tp_5847" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 730898, + "label": "-", + "classification": { + "B": 1.5912663981626496e-12, + "S": 5.801056792049952e-13, + "I": 9.235895603865174e-09, + "C": 1.1494926538402339e-10, + "R": 3.5649970388934582e-12, + "M": 1.955253070562435e-09, + "O": 7.545120084273549e-10, + "W": 2.1705276465056045e-12, + "N": 3.378377785856479e-11, + "Y": 6.496842530623326e-08, + "U": 5.01688317625093e-13, + "K": 6.3446357542740195e-12, + "L": 4.383448898997999e-12, + "G": 8.172615473256428e-09, + "F": 4.715096110885497e-06, + "E": 5.216713727662636e-09, + "T": 1.440538284214199e-07, + "P": 0.04484739899635315, + "-": 0.9551477432250977 + }, + "id": "tp_5848" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 731031, + "label": "-", + "classification": { + "B": 1.3057040781916385e-08, + "S": 5.854405316085831e-08, + "I": 0.00011140717106172815, + "C": 2.1992516394675476e-06, + "R": 3.178093948008609e-07, + "M": 2.5594767976144794e-06, + "O": 2.8097381346015027e-06, + "W": 1.062546246544116e-07, + "N": 3.542254944477463e-06, + "Y": 3.9181475585792214e-05, + "U": 7.457965978119319e-08, + "K": 7.030953383946326e-07, + "L": 1.0800934546750796e-07, + "G": 1.2503020116128027e-05, + "F": 0.000620663573499769, + "E": 2.542019501561299e-05, + "T": 7.330779772019014e-05, + "P": 0.27399930357933044, + "-": 0.7251056432723999 + }, + "id": "tp_5849" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 731131, + "label": "-", + "classification": { + "B": 9.189487504279725e-10, + "S": 2.104197038832467e-09, + "I": 8.559972047805786e-05, + "C": 2.0058782865817193e-06, + "R": 2.926343540821108e-07, + "M": 8.296308919852891e-07, + "O": 2.9336362672438554e-07, + "W": 5.022362525863855e-09, + "N": 9.940523568729986e-07, + "Y": 8.860099478624761e-05, + "U": 6.995839019197092e-09, + "K": 3.0258135552685417e-07, + "L": 4.837869216345325e-09, + "G": 9.744097042130306e-06, + "F": 0.00027392382617108524, + "E": 1.3236486665846314e-05, + "T": 2.4145248971763067e-05, + "P": 0.2831304669380188, + "-": 0.71636962890625 + }, + "id": "tp_5850" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 731265, + "label": "-", + "classification": { + "B": 2.5092244948510256e-10, + "S": 4.92526158746287e-11, + "I": 5.080509168919889e-08, + "C": 2.5456248220478983e-10, + "R": 1.5304148573425103e-11, + "M": 1.074753708252274e-08, + "O": 1.3501943563198893e-08, + "W": 9.34554170162194e-11, + "N": 1.8142454205616332e-09, + "Y": 2.995995771470916e-07, + "U": 9.784478782748351e-12, + "K": 2.124310949369601e-09, + "L": 2.3382018543571803e-11, + "G": 4.4005894039855775e-08, + "F": 3.667184500955045e-05, + "E": 6.987423262216907e-07, + "T": 4.6745742565690307e-07, + "P": 0.09575469046831131, + "-": 0.9042071104049683 + }, + "id": "tp_5851" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 731398, + "label": "-", + "classification": { + "B": 8.288991715232896e-10, + "S": 1.910506752800245e-10, + "I": 1.2633780897886027e-05, + "C": 2.1653121962117439e-07, + "R": 1.5965241573212552e-08, + "M": 9.02285648862744e-07, + "O": 5.529821578420524e-08, + "W": 9.376511789227493e-10, + "N": 5.253415480410695e-08, + "Y": 6.144106009742245e-05, + "U": 5.101082334313389e-10, + "K": 9.539925116541781e-08, + "L": 1.9996262423660482e-09, + "G": 6.998648586886702e-06, + "F": 0.0006145621300674975, + "E": 3.9789210859453306e-05, + "T": 7.823230589565355e-06, + "P": 0.07815603166818619, + "-": 0.9210994243621826 + }, + "id": "tp_5852" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 731532, + "label": "-", + "classification": { + "B": 1.9907553383546883e-09, + "S": 1.306256075528367e-10, + "I": 1.6314272670570062e-06, + "C": 4.7902272370947685e-08, + "R": 1.4184098340308537e-09, + "M": 5.950594683667987e-08, + "O": 3.3543642530275974e-08, + "W": 8.536726880947754e-10, + "N": 8.184787958498418e-09, + "Y": 1.5796630350450869e-06, + "U": 3.393486880387542e-10, + "K": 3.0326155475712824e-10, + "L": 1.9246912952297635e-09, + "G": 3.4810764759640733e-07, + "F": 2.1135356291779317e-05, + "E": 9.103836191570736e-07, + "T": 2.0674176539614564e-06, + "P": 0.3346918225288391, + "-": 0.6652803421020508 + }, + "id": "tp_5853" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 731632, + "label": "-", + "classification": { + "B": 1.176776037725702e-10, + "S": 1.274783612004171e-10, + "I": 2.0676525025464798e-07, + "C": 9.98905957949603e-10, + "R": 1.4934855435688732e-11, + "M": 7.468674567689959e-09, + "O": 8.390595773732912e-09, + "W": 6.92847307304234e-11, + "N": 4.525696262192014e-09, + "Y": 9.917442156393008e-08, + "U": 2.548366379029332e-11, + "K": 5.944803677104815e-11, + "L": 8.07418368276025e-11, + "G": 1.545272709790879e-08, + "F": 4.974136118107708e-06, + "E": 2.6031355560007796e-07, + "T": 1.1123464673801209e-06, + "P": 0.4130743443965912, + "-": 0.5869190096855164 + }, + "id": "tp_5854" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 731765, + "label": "-", + "classification": { + "B": 6.84662791172741e-06, + "S": 2.922166508767532e-08, + "I": 0.00010280412971042097, + "C": 3.889925574185327e-05, + "R": 1.8622223478814703e-06, + "M": 5.060893818154e-05, + "O": 1.4355809071275871e-05, + "W": 1.911261335862946e-07, + "N": 8.19154706732661e-07, + "Y": 0.00012130592949688435, + "U": 2.73842402975788e-07, + "K": 8.578995291941283e-09, + "L": 6.731532721460098e-06, + "G": 0.00016801666060928255, + "F": 8.878012886270881e-05, + "E": 5.7147237384924665e-05, + "T": 0.00016817312280181795, + "P": 0.13098680973052979, + "-": 0.8681862950325012 + }, + "id": "tp_5855" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 731899, + "label": "-", + "classification": { + "B": 8.356302303759444e-13, + "S": 6.977358686481583e-13, + "I": 1.7743678881743108e-07, + "C": 6.45249809139159e-09, + "R": 2.4443450041822246e-10, + "M": 1.1314685188779094e-08, + "O": 2.0474446582596784e-09, + "W": 4.705226226003889e-12, + "N": 4.095475347742905e-10, + "Y": 2.5263516363338567e-06, + "U": 1.039251323886603e-11, + "K": 2.1838660047013292e-10, + "L": 2.222974061771854e-11, + "G": 9.782714727180064e-08, + "F": 5.270579094940331e-06, + "E": 2.9745418572701965e-08, + "T": 1.6182365243366803e-06, + "P": 0.014715521596372128, + "-": 0.9852746725082397 + }, + "id": "tp_5856" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 732032, + "label": "-", + "classification": { + "B": 3.267335513257308e-09, + "S": 3.9562673137538695e-09, + "I": 1.84507680387469e-05, + "C": 6.352357786454377e-07, + "R": 1.4262889536098555e-08, + "M": 4.891886419500224e-06, + "O": 2.5765635314201063e-07, + "W": 6.333345847764349e-09, + "N": 3.1969454994396074e-07, + "Y": 0.00014672819816041738, + "U": 6.724307333172419e-09, + "K": 2.819445626300876e-06, + "L": 5.279046533246401e-09, + "G": 2.104503073496744e-05, + "F": 0.0003172026190441102, + "E": 0.00010889167606364936, + "T": 2.811938975355588e-05, + "P": 0.07741086184978485, + "-": 0.9219396114349365 + }, + "id": "tp_5857" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 732132, + "label": "-", + "classification": { + "B": 4.248234972692444e-07, + "S": 6.509637984208894e-08, + "I": 0.0007034614682197571, + "C": 6.156213930808008e-05, + "R": 4.618164439307293e-06, + "M": 8.206841448554769e-05, + "O": 6.7415016928862315e-06, + "W": 1.6269586922135204e-07, + "N": 7.197470040409826e-06, + "Y": 0.001132786157540977, + "U": 2.6975419586960925e-07, + "K": 4.7031210215209285e-07, + "L": 1.4832096439931775e-06, + "G": 0.0003708678705152124, + "F": 0.0008528456091880798, + "E": 0.00035163582651875913, + "T": 0.0004647936439141631, + "P": 0.1672276109457016, + "-": 0.8287308812141418 + }, + "id": "tp_5858" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 732266, + "label": "-", + "classification": { + "B": 1.6905549876655712e-11, + "S": 3.6945153967377076e-13, + "I": 5.9937614871330425e-09, + "C": 6.555728182533471e-10, + "R": 1.7456900508472373e-11, + "M": 1.7359772286340558e-08, + "O": 2.6935116359538824e-09, + "W": 1.7081964098428215e-12, + "N": 8.32910650172547e-12, + "Y": 2.518156065889343e-07, + "U": 1.710709346533154e-13, + "K": 5.33698078948857e-14, + "L": 3.689540686857562e-11, + "G": 5.052726592680301e-08, + "F": 1.705280681107979e-07, + "E": 1.196241994350089e-09, + "T": 8.964631774688314e-07, + "P": 0.009977440349757671, + "-": 0.9900211691856384 + }, + "id": "tp_5859" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 732399, + "label": "-", + "classification": { + "B": 2.845001390028301e-08, + "S": 4.504368433799755e-08, + "I": 7.697987166466191e-05, + "C": 5.590364253293956e-06, + "R": 1.0656563063093927e-06, + "M": 2.4168333766283467e-05, + "O": 1.8000737327383831e-06, + "W": 1.0026924002204396e-07, + "N": 1.5528545418419526e-06, + "Y": 0.0021364472340792418, + "U": 1.1928385390547191e-07, + "K": 4.432490823091939e-05, + "L": 9.750344531767041e-08, + "G": 0.00013805647904518992, + "F": 0.002447097562253475, + "E": 0.00010092656884808093, + "T": 0.000276359380222857, + "P": 0.02443627640604973, + "-": 0.9703089594841003 + }, + "id": "tp_5860" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 732533, + "label": "-", + "classification": { + "B": 2.3309794983106258e-07, + "S": 1.447995288117454e-07, + "I": 0.0009635790484026074, + "C": 4.189339961158112e-06, + "R": 9.473376962887414e-07, + "M": 1.0670557458070107e-05, + "O": 3.939279395126505e-06, + "W": 3.1746245099384396e-07, + "N": 2.1573607227765024e-05, + "Y": 0.00037661209353245795, + "U": 2.910910836817493e-07, + "K": 8.128054673761653e-07, + "L": 1.4398762004930177e-07, + "G": 1.7594184100744314e-05, + "F": 0.00018422710127197206, + "E": 7.131362508516759e-05, + "T": 0.0004209541075397283, + "P": 0.45413559675216675, + "-": 0.5437868237495422 + }, + "id": "tp_5861" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 732633, + "label": "-", + "classification": { + "B": 3.3929661302778413e-09, + "S": 1.7155863396567383e-09, + "I": 4.6309196477523074e-08, + "C": 3.3382421271710427e-09, + "R": 5.361268651249418e-10, + "M": 8.300157361418314e-08, + "O": 1.141372933943785e-07, + "W": 1.5336646397301479e-09, + "N": 9.94083815264446e-10, + "Y": 1.5501419738939148e-06, + "U": 5.610997430571807e-11, + "K": 2.4660271047416416e-10, + "L": 2.581596714179568e-09, + "G": 3.5828290378958627e-07, + "F": 0.0001058404304785654, + "E": 6.179976708153845e-08, + "T": 2.3188752038549865e-06, + "P": 0.06910284608602524, + "-": 0.9307867884635925 + }, + "id": "tp_5862" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 732766, + "label": "-", + "classification": { + "B": 1.8897675317930407e-06, + "S": 2.0736774075658104e-08, + "I": 4.471401098271599e-06, + "C": 4.864575089413847e-07, + "R": 4.9524729206495977e-08, + "M": 1.823901038733311e-05, + "O": 3.0400958621612517e-06, + "W": 2.0426107028015394e-08, + "N": 3.464208830905591e-08, + "Y": 8.236642315750942e-05, + "U": 8.451410238308199e-09, + "K": 1.1384654330370836e-09, + "L": 1.3492622201738413e-06, + "G": 5.3001887863501906e-05, + "F": 0.00013355116243474185, + "E": 5.590195087279426e-06, + "T": 0.0001452820433769375, + "P": 0.034711360931396484, + "-": 0.9648391604423523 + }, + "id": "tp_5863" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 732900, + "label": "-", + "classification": { + "B": 3.314103481119428e-14, + "S": 5.980866843446897e-13, + "I": 2.7230910859543656e-08, + "C": 2.475505044008397e-11, + "R": 2.5576518984313235e-13, + "M": 6.749910075320997e-10, + "O": 2.3497065404498585e-10, + "W": 4.352696317527077e-13, + "N": 2.758736850072552e-10, + "Y": 2.984041103104573e-08, + "U": 2.151496618666912e-13, + "K": 4.564681271856941e-11, + "L": 2.3347461659307955e-13, + "G": 2.3817898764377787e-09, + "F": 8.30356111691799e-06, + "E": 1.9100776071923065e-08, + "T": 1.2854442843490688e-07, + "P": 0.24000772833824158, + "-": 0.7599838376045227 + }, + "id": "tp_5864" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 733033, + "label": "-", + "classification": { + "B": 1.1585107317912957e-09, + "S": 1.014560865875147e-10, + "I": 1.1476205372673576e-06, + "C": 7.310695604445527e-09, + "R": 1.729075771450539e-09, + "M": 3.4088591291947523e-06, + "O": 4.3584898890003387e-07, + "W": 1.985432512841001e-10, + "N": 1.754884904059395e-09, + "Y": 5.986792530165985e-06, + "U": 1.479717216812393e-11, + "K": 1.1118084670145092e-13, + "L": 1.5429495903163115e-08, + "G": 7.322229862438689e-07, + "F": 5.551833055505995e-07, + "E": 2.9404395363030744e-08, + "T": 0.00015196038293652236, + "P": 0.01729075238108635, + "-": 0.9825448989868164 + }, + "id": "tp_5865" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 733133, + "label": "-", + "classification": { + "B": 2.5501227796098647e-09, + "S": 7.492884535054145e-09, + "I": 4.978112337994389e-05, + "C": 1.2177756616438273e-05, + "R": 9.004006642499007e-07, + "M": 7.833862582629081e-06, + "O": 1.3360300954445847e-06, + "W": 1.855755549229343e-08, + "N": 3.5881618032362894e-07, + "Y": 7.100239599822089e-05, + "U": 3.030317685670525e-08, + "K": 1.0092840341258125e-08, + "L": 1.4267047276916855e-07, + "G": 1.389283988828538e-05, + "F": 4.8013720515882596e-05, + "E": 4.650972186936997e-06, + "T": 0.00017952328198589385, + "P": 0.06326842308044434, + "-": 0.9363419413566589 + }, + "id": "tp_5866" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 733267, + "label": "-", + "classification": { + "B": 6.655412931877436e-08, + "S": 7.1346477170664e-08, + "I": 0.00022997401538304985, + "C": 5.690470425179228e-05, + "R": 1.0000662769016344e-05, + "M": 4.60394294350408e-05, + "O": 9.14899464987684e-06, + "W": 4.317252546570671e-07, + "N": 1.399296820636664e-06, + "Y": 0.0008023881237022579, + "U": 1.9032549403164012e-07, + "K": 1.0068991684875073e-07, + "L": 1.1738979992514942e-06, + "G": 5.7712033594725654e-05, + "F": 0.00022642478870693594, + "E": 2.0103434508200735e-05, + "T": 0.0004710736684501171, + "P": 0.030522532761096954, + "-": 0.9675442576408386 + }, + "id": "tp_5867" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 733400, + "label": "-", + "classification": { + "B": 7.513174932682887e-05, + "S": 1.7664888218860142e-05, + "I": 0.0030527678318321705, + "C": 0.0010524563258513808, + "R": 8.387629350181669e-05, + "M": 0.003940323833376169, + "O": 0.0002457137743476778, + "W": 1.7740791008691303e-05, + "N": 0.00010974693577736616, + "Y": 0.010568925179541111, + "U": 1.1858401194331236e-05, + "K": 3.427436968195252e-05, + "L": 0.00010534027387620881, + "G": 0.002558069070801139, + "F": 0.008424662984907627, + "E": 0.002334042452275753, + "T": 0.006070311181247234, + "P": 0.1187724694609642, + "-": 0.8425245881080627 + }, + "id": "tp_5868" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 733500, + "label": "-", + "classification": { + "B": 8.152596819854807e-08, + "S": 2.1964621055303724e-07, + "I": 0.00011296960292384028, + "C": 2.1012272100051632e-06, + "R": 2.579292868176708e-07, + "M": 3.748889503185637e-05, + "O": 7.067775641189655e-06, + "W": 1.1498165974899166e-07, + "N": 5.032723947806517e-06, + "Y": 0.00020224909530952573, + "U": 6.826407883409047e-08, + "K": 3.62330894176921e-07, + "L": 2.0676419865139906e-07, + "G": 3.630289211287163e-05, + "F": 0.00022366084158420563, + "E": 6.174876034492627e-05, + "T": 0.0006392893265001476, + "P": 0.20402197539806366, + "-": 0.7946488261222839 + }, + "id": "tp_5869" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 733634, + "label": "-", + "classification": { + "B": 1.956341293407604e-06, + "S": 6.345501191162839e-08, + "I": 2.6776122012961423e-06, + "C": 1.9925583671920322e-07, + "R": 1.2377026514798217e-08, + "M": 1.4944695976737421e-05, + "O": 6.075842065911274e-06, + "W": 7.699541271222188e-08, + "N": 9.957430791018851e-08, + "Y": 1.5180547052295879e-05, + "U": 5.922228929478024e-09, + "K": 2.4251491481663834e-08, + "L": 1.7370820160067524e-07, + "G": 2.2100544811110012e-05, + "F": 2.9452347007463686e-05, + "E": 1.1342337529640645e-05, + "T": 3.349706094013527e-05, + "P": 0.041443388909101486, + "-": 0.9584187269210815 + }, + "id": "tp_5870" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 733767, + "label": "-", + "classification": { + "B": 1.1368727292904168e-08, + "S": 4.907418471589153e-09, + "I": 3.54549297298945e-06, + "C": 1.8682499103306327e-07, + "R": 6.89499524142434e-09, + "M": 1.2806174254365033e-07, + "O": 1.7548725850247138e-07, + "W": 9.683450485908907e-09, + "N": 2.2491488493869838e-07, + "Y": 5.255403266346548e-06, + "U": 5.970729688442589e-09, + "K": 5.870487598258478e-07, + "L": 2.4890558503187776e-09, + "G": 1.264968318537285e-06, + "F": 0.0009823640575632453, + "E": 1.8366650692769326e-05, + "T": 6.397536253643921e-06, + "P": 0.1978515386581421, + "-": 0.8011298775672913 + }, + "id": "tp_5871" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 733901, + "label": "-", + "classification": { + "B": 1.3574897650414641e-08, + "S": 8.440070309312375e-10, + "I": 1.9020374963929498e-07, + "C": 7.936039381206683e-09, + "R": 2.7998733886924754e-10, + "M": 3.9379085592372576e-07, + "O": 2.700320465010009e-07, + "W": 3.500739975681455e-10, + "N": 1.7775274585574152e-09, + "Y": 8.453729378743446e-07, + "U": 1.7508891905770874e-11, + "K": 1.502073855921826e-12, + "L": 1.078660272213483e-08, + "G": 1.0344429028918967e-06, + "F": 1.2940708074893337e-05, + "E": 3.622018880378164e-07, + "T": 3.2695402296667453e-06, + "P": 0.08537981659173965, + "-": 0.9146007895469666 + }, + "id": "tp_5872" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 734001, + "label": "-", + "classification": { + "B": 2.962917733384529e-06, + "S": 9.891988383969874e-07, + "I": 0.0001335621636826545, + "C": 2.92264599011105e-06, + "R": 1.0793605724757072e-06, + "M": 9.43503255257383e-05, + "O": 2.2959775378694758e-05, + "W": 7.041272169772128e-07, + "N": 4.002306923212018e-06, + "Y": 0.0008339663036167622, + "U": 9.965897618258168e-08, + "K": 7.373668040600023e-07, + "L": 1.2192977010272443e-06, + "G": 0.00013852368283551186, + "F": 0.0013109637657180429, + "E": 6.440302968258038e-05, + "T": 0.000852710276376456, + "P": 0.04885883629322052, + "-": 0.9476750493049622 + }, + "id": "tp_5873" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 734134, + "label": "-", + "classification": { + "B": 9.848495352571263e-10, + "S": 1.0248234899590258e-10, + "I": 4.99490306538064e-06, + "C": 3.0672401862830156e-07, + "R": 5.784402734576588e-09, + "M": 1.2214078424221952e-06, + "O": 5.387402879364345e-08, + "W": 2.144381616719926e-10, + "N": 2.4317596825085275e-08, + "Y": 2.0600235075107776e-05, + "U": 3.549744664876897e-10, + "K": 3.2115625714368434e-09, + "L": 4.389392405101944e-09, + "G": 5.403864179243101e-06, + "F": 0.00014278030721470714, + "E": 5.553681148739997e-06, + "T": 6.332832072075689e-06, + "P": 0.04338224604725838, + "-": 0.9564303755760193 + }, + "id": "tp_5874" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 734268, + "label": "-", + "classification": { + "B": 2.8368520865740265e-09, + "S": 3.810665116787959e-09, + "I": 7.253859166667098e-06, + "C": 1.6585390767431818e-06, + "R": 2.3001568649760884e-07, + "M": 7.669415936106816e-06, + "O": 6.602165854019404e-07, + "W": 5.879871256553315e-09, + "N": 8.00643391585254e-08, + "Y": 0.0004858473548665643, + "U": 5.578972395170467e-09, + "K": 6.049512535355461e-08, + "L": 5.2135739281311544e-08, + "G": 2.4523626052541658e-05, + "F": 0.00044629466719925404, + "E": 3.1590848266205285e-06, + "T": 0.00020195134857203811, + "P": 0.01577107235789299, + "-": 0.9830495119094849 + }, + "id": "tp_5875" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 734401, + "label": "-", + "classification": { + "B": 2.6499712930672104e-06, + "S": 8.326935017066717e-07, + "I": 0.0004939783830195665, + "C": 0.00010160398960579187, + "R": 1.1355186870787293e-05, + "M": 0.00023365742526948452, + "O": 5.844015322509222e-05, + "W": 1.7963412801691447e-06, + "N": 1.0110652510775253e-05, + "Y": 0.0004039473715238273, + "U": 1.1128227015433367e-06, + "K": 2.3182988684311567e-07, + "L": 1.0350005140935536e-05, + "G": 0.0001571216998854652, + "F": 0.0002134944370482117, + "E": 6.45393374725245e-05, + "T": 0.0017175623215734959, + "P": 0.07560980319976807, + "-": 0.9209073781967163 + }, + "id": "tp_5876" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 734501, + "label": "-", + "classification": { + "B": 1.7761938586602355e-09, + "S": 2.3764551437821524e-10, + "I": 5.459029125631787e-05, + "C": 1.4634259741796996e-06, + "R": 2.5915154466815693e-08, + "M": 4.802179319085553e-06, + "O": 8.203961243680169e-08, + "W": 7.064470119999555e-10, + "N": 1.535197355906348e-07, + "Y": 8.305945084430277e-05, + "U": 1.6868643148981732e-09, + "K": 3.6277298942621883e-09, + "L": 9.643419396354602e-09, + "G": 7.5029765866929665e-06, + "F": 3.747093796846457e-05, + "E": 4.617279410012998e-05, + "T": 2.0951167243765667e-05, + "P": 0.2352927178144455, + "-": 0.7644509673118591 + }, + "id": "tp_5877" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 734635, + "label": "-", + "classification": { + "B": 3.3549049476278014e-06, + "S": 1.1993890893791104e-06, + "I": 0.0004970773006789386, + "C": 3.7015815905760974e-05, + "R": 6.164268597785849e-06, + "M": 2.6411711587570608e-05, + "O": 3.834271410596557e-05, + "W": 5.581287496170262e-06, + "N": 3.231004302506335e-05, + "Y": 0.0002263611095258966, + "U": 2.464081944708596e-06, + "K": 2.6324025384383276e-05, + "L": 1.9990018245152896e-06, + "G": 9.261578816222027e-05, + "F": 0.002095603384077549, + "E": 0.00040487610385753214, + "T": 0.0002423292608000338, + "P": 0.18733444809913635, + "-": 0.8089256286621094 + }, + "id": "tp_5878" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 734768, + "label": "-", + "classification": { + "B": 0.0001576153445057571, + "S": 0.0003246525884605944, + "I": 0.02761407569050789, + "C": 0.008863911032676697, + "R": 0.0022147248964756727, + "M": 0.009848086163401604, + "O": 0.0018366205040365458, + "W": 0.0003010622749570757, + "N": 0.0021706190891563892, + "Y": 0.0740581601858139, + "U": 0.0001318561699008569, + "K": 0.0010040588676929474, + "L": 0.0006671578739769757, + "G": 0.023484015837311745, + "F": 0.03126737102866173, + "E": 0.028325293213129044, + "T": 0.02654682844877243, + "P": 0.13244298100471497, + "-": 0.6287409067153931 + }, + "id": "tp_5879" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 734902, + "label": "-", + "classification": { + "B": 1.9459932797116775e-12, + "S": 1.2911987451458273e-11, + "I": 3.2994316256917955e-07, + "C": 2.56235366258295e-09, + "R": 1.905861024553701e-10, + "M": 6.67208732707536e-09, + "O": 3.5656750885237898e-09, + "W": 2.6092286317669355e-11, + "N": 2.639021223771465e-09, + "Y": 2.0613817923731403e-06, + "U": 2.3153992612101604e-11, + "K": 1.4662669967080433e-09, + "L": 1.9138740939284027e-11, + "G": 4.910213391440266e-08, + "F": 1.989217162190471e-05, + "E": 7.595998141596283e-08, + "T": 2.003332610911457e-06, + "P": 0.0588555708527565, + "-": 0.9411199688911438 + }, + "id": "tp_5880" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 735002, + "label": "-", + "classification": { + "B": 2.9777021737231735e-08, + "S": 5.023226989919749e-08, + "I": 3.101467154920101e-05, + "C": 3.3319693102384917e-06, + "R": 1.4935213243916223e-07, + "M": 1.1012735740223434e-05, + "O": 2.9628506581502734e-06, + "W": 4.087797833562945e-08, + "N": 1.4478736147793825e-06, + "Y": 0.0001569540036143735, + "U": 7.23144637504447e-08, + "K": 7.464082614205836e-07, + "L": 1.6649076428620901e-07, + "G": 4.9499805754749104e-05, + "F": 0.0005753940786235034, + "E": 3.8120659155538306e-05, + "T": 0.00014182452287059277, + "P": 0.1087932363152504, + "-": 0.8901939988136292 + }, + "id": "tp_5881" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 735135, + "label": "-", + "classification": { + "B": 5.392418600536075e-08, + "S": 3.119852181043825e-07, + "I": 3.0189979952410795e-05, + "C": 4.204873675917042e-06, + "R": 2.9879603857807524e-07, + "M": 5.6979361033882014e-06, + "O": 6.9708980845462065e-06, + "W": 2.408256705166423e-07, + "N": 2.3926431822474115e-06, + "Y": 5.4677522712154314e-05, + "U": 1.1141715106077754e-07, + "K": 6.845303346381115e-07, + "L": 3.343762955410057e-07, + "G": 1.7278613086091354e-05, + "F": 0.0016832429682835937, + "E": 1.534872717456892e-05, + "T": 0.000174447734025307, + "P": 0.1146237775683403, + "-": 0.8833797574043274 + }, + "id": "tp_5882" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 735269, + "label": "-", + "classification": { + "B": 1.8797745724441484e-06, + "S": 2.7046959871768195e-07, + "I": 2.6767085728351958e-05, + "C": 2.7872981718246592e-06, + "R": 7.441671527885774e-07, + "M": 2.940055674116593e-05, + "O": 2.8451922844396904e-05, + "W": 8.859439049047069e-07, + "N": 7.447322900588915e-07, + "Y": 0.000109575514215976, + "U": 1.1093467833234172e-07, + "K": 9.387302490893035e-09, + "L": 2.479807562849601e-06, + "G": 3.184504748787731e-05, + "F": 0.00010913750156760216, + "E": 4.9614336603553966e-06, + "T": 0.000438914867118001, + "P": 0.09916606545448303, + "-": 0.9000449776649475 + }, + "id": "tp_5883" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 735402, + "label": "-", + "classification": { + "B": 1.706074170826355e-09, + "S": 7.019676395714214e-09, + "I": 2.3551021968160057e-06, + "C": 5.624708023788116e-07, + "R": 1.244530949406908e-07, + "M": 2.2036372229194967e-06, + "O": 5.83979272050783e-07, + "W": 5.667860847324846e-09, + "N": 5.569815897388253e-08, + "Y": 0.00025084070512093604, + "U": 5.174898731752364e-09, + "K": 1.544764955951905e-07, + "L": 2.093295314864463e-08, + "G": 8.62369779497385e-06, + "F": 0.00041724074981175363, + "E": 9.239087148671388e-07, + "T": 6.244966061785817e-05, + "P": 0.012830011546611786, + "-": 0.9864237904548645 + }, + "id": "tp_5884" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 735502, + "label": "-", + "classification": { + "B": 0.000255474413279444, + "S": 0.00010836848377948627, + "I": 0.001390271121636033, + "C": 4.699944474850781e-05, + "R": 1.8691645891522057e-05, + "M": 0.0008248250233009458, + "O": 0.00046854064567014575, + "W": 4.358402293291874e-05, + "N": 0.0001666475145611912, + "Y": 0.0012579994508996606, + "U": 7.912028195278253e-06, + "K": 2.0481415049289353e-05, + "L": 5.22424015798606e-05, + "G": 0.0010240947594866157, + "F": 0.005180111154913902, + "E": 0.0028327321633696556, + "T": 0.0020280471071600914, + "P": 0.4112427532672882, + "-": 0.5730301737785339 + }, + "id": "tp_5885" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 735636, + "label": "-", + "classification": { + "B": 6.524341067404293e-10, + "S": 6.051868728373933e-11, + "I": 2.0850065993727185e-06, + "C": 2.5137198989000353e-08, + "R": 4.019959642942439e-10, + "M": 2.3265221216206555e-07, + "O": 2.3062352028091482e-08, + "W": 1.291194512420546e-10, + "N": 4.827893640424463e-09, + "Y": 3.7762843021482695e-06, + "U": 3.835284867470534e-11, + "K": 2.2118402595583397e-11, + "L": 9.403225975646023e-10, + "G": 1.9359471536972706e-07, + "F": 5.807470643048873e-06, + "E": 3.597704960611736e-07, + "T": 2.2443475700129056e-06, + "P": 0.07154534012079239, + "-": 0.9284398555755615 + }, + "id": "tp_5886" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 735769, + "label": "-", + "classification": { + "B": 1.991200759832168e-09, + "S": 1.705277252739279e-09, + "I": 2.8646468308579642e-06, + "C": 1.242654068533966e-08, + "R": 1.299297447410197e-09, + "M": 5.816581847284397e-07, + "O": 1.2428799323060957e-07, + "W": 1.5020829025047533e-09, + "N": 3.131375692078109e-08, + "Y": 4.12139888794627e-06, + "U": 1.0845538356285545e-10, + "K": 2.3538637705655674e-09, + "L": 1.9528290096104683e-09, + "G": 8.989844104689837e-07, + "F": 8.524127042619511e-05, + "E": 7.929112143756356e-06, + "T": 7.283527793333633e-06, + "P": 0.1410350203514099, + "-": 0.8588559031486511 + }, + "id": "tp_5887" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 735903, + "label": "-", + "classification": { + "B": 1.5161845112743322e-07, + "S": 8.570704039811972e-07, + "I": 4.557083229883574e-05, + "C": 5.148890068085166e-06, + "R": 1.3186167961976025e-06, + "M": 0.0001800444006221369, + "O": 2.6074612833326682e-05, + "W": 6.058095323169255e-07, + "N": 1.9490457816573326e-06, + "Y": 0.0008492425549775362, + "U": 1.4876786735840142e-07, + "K": 6.338762545965437e-07, + "L": 2.4184178073483054e-06, + "G": 7.753886166028678e-05, + "F": 0.0019139563664793968, + "E": 5.6808330555213615e-05, + "T": 0.0009903005557134748, + "P": 0.03131308779120445, + "-": 0.9645341038703918 + }, + "id": "tp_5888" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 736003, + "label": "-", + "classification": { + "B": 6.273297437076053e-09, + "S": 8.866666512119536e-09, + "I": 6.79509821566171e-06, + "C": 1.1158975894431933e-06, + "R": 8.87904292312669e-08, + "M": 4.367820110928733e-06, + "O": 1.22065364394075e-06, + "W": 1.919257286431275e-08, + "N": 1.245286256335021e-07, + "Y": 4.8641661123838276e-05, + "U": 6.886203607336938e-09, + "K": 8.139107166016402e-08, + "L": 3.8087030418409995e-08, + "G": 7.782761713315267e-06, + "F": 0.0004184269346296787, + "E": 3.9427013689419255e-06, + "T": 5.3269232012098655e-05, + "P": 0.030471183359622955, + "-": 0.9689828753471375 + }, + "id": "tp_5889" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 736136, + "label": "-", + "classification": { + "B": 3.790728564379009e-10, + "S": 2.9866462081251655e-10, + "I": 5.7636470955912955e-06, + "C": 2.9408352020254824e-07, + "R": 4.36477947118874e-08, + "M": 5.010450081499584e-07, + "O": 8.774065918260021e-08, + "W": 6.184068257475417e-10, + "N": 3.005427018365481e-08, + "Y": 2.5229279344785027e-05, + "U": 2.858871750444081e-10, + "K": 5.427102767185943e-09, + "L": 1.7462280510471828e-09, + "G": 3.1903916806186317e-06, + "F": 0.00015690940199419856, + "E": 2.4039957224886166e-06, + "T": 9.272645002056379e-06, + "P": 0.03830186650156975, + "-": 0.9614943265914917 + }, + "id": "tp_5890" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 736270, + "label": "-", + "classification": { + "B": 3.7590950796584366e-06, + "S": 4.0344552871829364e-06, + "I": 0.0023720746394246817, + "C": 0.00015423295553773642, + "R": 1.710955984890461e-05, + "M": 0.00021180574549362063, + "O": 6.708911678288132e-05, + "W": 4.769016413774807e-06, + "N": 0.00017109699547290802, + "Y": 0.0011248285882174969, + "U": 5.8503142099652905e-06, + "K": 9.411949577042833e-06, + "L": 1.0771997040137649e-05, + "G": 0.00022379295842256397, + "F": 0.0025881051551550627, + "E": 0.0019480722257867455, + "T": 0.00107734149787575, + "P": 0.3670300841331482, + "-": 0.6229757070541382 + }, + "id": "tp_5891" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 736403, + "label": "-", + "classification": { + "B": 3.9343171920336317e-07, + "S": 2.9537319257144645e-09, + "I": 3.9697832107776776e-05, + "C": 1.0914124686678406e-05, + "R": 6.689218707833788e-07, + "M": 2.127022889908403e-05, + "O": 4.971994258085033e-06, + "W": 2.529089826452946e-08, + "N": 1.4994003549873014e-07, + "Y": 3.506152279442176e-05, + "U": 1.8206311125368302e-08, + "K": 5.382162493461351e-10, + "L": 1.1881911632372066e-06, + "G": 5.7827852288028225e-05, + "F": 2.540091736591421e-05, + "E": 1.1443818038969766e-05, + "T": 7.593908230774105e-05, + "P": 0.04918016865849495, + "-": 0.950534999370575 + }, + "id": "tp_5892" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 736503, + "label": "-", + "classification": { + "B": 1.4899067082296824e-06, + "S": 1.3985716122988379e-06, + "I": 0.002147361170500517, + "C": 2.885009780584369e-05, + "R": 6.993651822995162e-06, + "M": 0.0002766147372312844, + "O": 2.6121120754396543e-05, + "W": 8.612283295406087e-07, + "N": 4.344314947957173e-05, + "Y": 0.009488354437053204, + "U": 6.979243494242837e-07, + "K": 4.682643066189485e-06, + "L": 2.5247140911233146e-06, + "G": 0.00041766202775761485, + "F": 0.000910949835088104, + "E": 0.00048466536100022495, + "T": 0.003403118811547756, + "P": 0.20700858533382416, + "-": 0.775745689868927 + }, + "id": "tp_5893" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 736637, + "label": "-", + "classification": { + "B": 9.693930380638704e-11, + "S": 2.536891807736197e-10, + "I": 1.20435724966228e-05, + "C": 6.335138778013061e-07, + "R": 4.129882924530648e-08, + "M": 4.134030291425006e-07, + "O": 1.2858542675076023e-07, + "W": 1.5967088762280923e-09, + "N": 8.447745614148516e-08, + "Y": 2.638942896737717e-05, + "U": 2.157777068134692e-09, + "K": 1.0622916768454616e-08, + "L": 2.576887370153713e-09, + "G": 1.7240525949091534e-06, + "F": 1.9734747183974832e-05, + "E": 2.3435668481397443e-06, + "T": 1.3942664736532606e-05, + "P": 0.03726449981331825, + "-": 0.9626579284667969 + }, + "id": "tp_5894" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 736770, + "label": "-", + "classification": { + "B": 3.783905810905708e-08, + "S": 3.106291668331096e-09, + "I": 5.930214683758095e-06, + "C": 1.0309277058695443e-06, + "R": 3.041155594019074e-08, + "M": 4.329920557211153e-06, + "O": 5.689274757969542e-07, + "W": 8.830824960170958e-09, + "N": 8.164939657717696e-08, + "Y": 3.634946187958121e-05, + "U": 4.644384876684171e-09, + "K": 2.5664547820269945e-08, + "L": 2.7106802136245278e-08, + "G": 1.837326999520883e-05, + "F": 0.00018355573411099613, + "E": 1.1278099009359721e-05, + "T": 1.4640570952906273e-05, + "P": 0.12685267627239227, + "-": 0.8728711009025574 + }, + "id": "tp_5895" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 736904, + "label": "-", + "classification": { + "B": 2.360369677489871e-09, + "S": 2.0058426031255294e-09, + "I": 4.714836904895492e-06, + "C": 2.605828228752216e-07, + "R": 1.5535801978217023e-08, + "M": 4.7633290023441077e-07, + "O": 2.6865086510952096e-07, + "W": 6.290262533070745e-09, + "N": 1.565449281315523e-07, + "Y": 1.3038235010753851e-05, + "U": 5.8736797647895855e-09, + "K": 3.243677042519266e-07, + "L": 3.4877949417477794e-09, + "G": 1.1460529094620142e-06, + "F": 0.00016700515698175877, + "E": 6.68190705255256e-06, + "T": 2.0943154595443048e-05, + "P": 0.07452945411205292, + "-": 0.925255537033081 + }, + "id": "tp_5896" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 737004, + "label": "P", + "classification": { + "B": 3.253423983551329e-06, + "S": 1.2807862503905199e-06, + "I": 0.003612858010455966, + "C": 7.295508112292737e-05, + "R": 1.1118831935164053e-05, + "M": 4.7171000915113837e-05, + "O": 1.4815506801824085e-05, + "W": 2.5796609861572506e-06, + "N": 0.00014694177662022412, + "Y": 0.00066534080542624, + "U": 4.142661509831669e-06, + "K": 2.2151274606585503e-05, + "L": 2.3422808226314373e-06, + "G": 0.00013851217227056623, + "F": 0.0018554067937657237, + "E": 0.0012765335850417614, + "T": 0.0002670202811714262, + "P": 0.6811442971229553, + "-": 0.31071123480796814 + }, + "id": "tp_5897" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 737137, + "label": "-", + "classification": { + "B": 1.998966858707263e-08, + "S": 9.5955166035111e-10, + "I": 1.002401177174761e-06, + "C": 4.8476533009989e-08, + "R": 1.6541346070653162e-09, + "M": 1.0337770390833612e-06, + "O": 1.9380131277557666e-07, + "W": 7.611700714171832e-10, + "N": 5.616716869383254e-09, + "Y": 8.717808668734506e-06, + "U": 7.370434818021465e-11, + "K": 1.3186722547242624e-10, + "L": 1.3359976236415605e-08, + "G": 7.991957318154164e-06, + "F": 0.00011974653170909733, + "E": 2.1025514342909446e-06, + "T": 7.186833954619942e-06, + "P": 0.03939129412174225, + "-": 0.9604606032371521 + }, + "id": "tp_5898" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 737271, + "label": "-", + "classification": { + "B": 8.664021152071655e-06, + "S": 4.206269750284264e-06, + "I": 0.000827358162496239, + "C": 6.681467493763193e-05, + "R": 1.8284519683220424e-05, + "M": 0.0005611952510662377, + "O": 0.00016178259102161974, + "W": 5.5226391850737855e-06, + "N": 4.545817864709534e-05, + "Y": 0.0027274948079138994, + "U": 5.237248842604458e-06, + "K": 6.813347681600135e-06, + "L": 3.3361284295096993e-05, + "G": 0.001162549713626504, + "F": 0.004198154900223017, + "E": 0.0008028342854231596, + "T": 0.0025310146156698465, + "P": 0.15854030847549438, + "-": 0.828292965888977 + }, + "id": "tp_5899" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 737404, + "label": "-", + "classification": { + "B": 6.729385937376264e-09, + "S": 4.520378293904059e-09, + "I": 1.8246291801915504e-05, + "C": 1.4333204489958007e-06, + "R": 7.08333161014707e-08, + "M": 1.219312139255635e-06, + "O": 3.94202601228244e-07, + "W": 1.1637498076311203e-08, + "N": 4.789187642018078e-07, + "Y": 4.088740024599247e-05, + "U": 1.2368550628139019e-08, + "K": 4.7508211764579755e-07, + "L": 8.586321875725389e-09, + "G": 5.719798082282068e-06, + "F": 0.0007540322840213776, + "E": 2.625031629577279e-05, + "T": 1.7962451238417998e-05, + "P": 0.17291192710399628, + "-": 0.8262208700180054 + }, + "id": "tp_5900" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 737504, + "label": "-", + "classification": { + "B": 1.6183409057290987e-09, + "S": 8.385619310047332e-09, + "I": 2.3182195945992135e-05, + "C": 2.3777910485023313e-07, + "R": 3.6228069433263954e-08, + "M": 1.3851323501512525e-06, + "O": 5.820049295834906e-07, + "W": 7.571571813969058e-09, + "N": 5.411995402937464e-07, + "Y": 8.21309004095383e-05, + "U": 2.877261540135123e-09, + "K": 2.0786021792673637e-08, + "L": 1.6601166663576805e-08, + "G": 4.405158506415319e-06, + "F": 0.0002600044244900346, + "E": 5.257452812656993e-06, + "T": 6.847747863503173e-05, + "P": 0.2281722128391266, + "-": 0.7713814973831177 + }, + "id": "tp_5901" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 737638, + "label": "-", + "classification": { + "B": 1.72769532014172e-09, + "S": 9.551145430108932e-10, + "I": 5.574705483013531e-06, + "C": 1.7038980004713267e-08, + "R": 1.361928680942981e-09, + "M": 2.153129088355854e-07, + "O": 7.622283959562992e-08, + "W": 9.813198031949355e-10, + "N": 6.507175243086749e-08, + "Y": 6.362004114635056e-06, + "U": 3.356081246241871e-10, + "K": 5.150395221420467e-09, + "L": 1.1012734058013507e-09, + "G": 1.1694750128299347e-06, + "F": 3.400615241844207e-05, + "E": 4.491495019465219e-06, + "T": 9.964521268557291e-06, + "P": 0.2791854739189148, + "-": 0.7207525372505188 + }, + "id": "tp_5902" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 737771, + "label": "-", + "classification": { + "B": 1.944042260504375e-08, + "S": 8.951548835511858e-09, + "I": 2.3953327854542295e-06, + "C": 2.3432592755057158e-08, + "R": 3.0658997562937884e-09, + "M": 1.9264080037828535e-06, + "O": 4.6125407493491366e-07, + "W": 3.3102831586973025e-09, + "N": 7.231705723143023e-08, + "Y": 1.2628735930775292e-05, + "U": 6.248577211209749e-10, + "K": 8.428872710908308e-09, + "L": 1.061082155473514e-08, + "G": 4.310135409468785e-06, + "F": 0.00013251000200398266, + "E": 5.665009666699916e-06, + "T": 3.403134542168118e-05, + "P": 0.15341603755950928, + "-": 0.846389889717102 + }, + "id": "tp_5903" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 737905, + "label": "-", + "classification": { + "B": 2.4960216116198808e-09, + "S": 4.227919347954412e-09, + "I": 4.854985604652029e-07, + "C": 1.5940029740590944e-08, + "R": 3.678271687235224e-09, + "M": 4.4046035441169806e-07, + "O": 1.3214038574460574e-07, + "W": 2.1048898179998332e-09, + "N": 7.102126886593396e-09, + "Y": 2.3325110305449925e-05, + "U": 2.2974952496035428e-10, + "K": 1.7966454990414604e-08, + "L": 4.097519212820089e-09, + "G": 1.8354581925450475e-06, + "F": 0.0013833807315677404, + "E": 1.2427506135281874e-06, + "T": 7.503455890400801e-06, + "P": 0.019441764801740646, + "-": 0.9791399240493774 + }, + "id": "tp_5904" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 738005, + "label": "-", + "classification": { + "B": 6.71915643124521e-08, + "S": 3.830117734082705e-08, + "I": 6.222162483027205e-06, + "C": 1.413572249475692e-06, + "R": 4.5087144684430314e-08, + "M": 8.116297976812348e-06, + "O": 2.00198769562121e-06, + "W": 3.139525261985909e-08, + "N": 2.2732562854343996e-07, + "Y": 5.635734851239249e-05, + "U": 1.5810361020385244e-08, + "K": 2.9926322753226486e-08, + "L": 9.530085520736975e-08, + "G": 1.2831595086026937e-05, + "F": 0.0001680036075413227, + "E": 8.131552931445185e-06, + "T": 8.764230733504519e-05, + "P": 0.11406249552965164, + "-": 0.8855862617492676 + }, + "id": "tp_5905" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 738138, + "label": "-", + "classification": { + "B": 5.750041509600123e-07, + "S": 3.1791256560609327e-07, + "I": 0.0007820585160516202, + "C": 3.84236809622962e-05, + "R": 3.116231482636067e-06, + "M": 3.881119118887e-05, + "O": 8.554583473596722e-06, + "W": 5.569257837123587e-07, + "N": 2.300076994288247e-05, + "Y": 0.0002659774909261614, + "U": 5.995673291181447e-07, + "K": 2.52012569035287e-06, + "L": 7.039564025035361e-07, + "G": 7.49333412386477e-05, + "F": 0.0005719756009057164, + "E": 0.0003004329337272793, + "T": 0.0002565676695667207, + "P": 0.39135053753852844, + "-": 0.6062803864479065 + }, + "id": "tp_5906" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 738272, + "label": "-", + "classification": { + "B": 3.059638800095854e-07, + "S": 1.3244756758012954e-07, + "I": 0.00015112283290363848, + "C": 5.229600446909899e-06, + "R": 3.338981855449674e-07, + "M": 0.00016674240760039538, + "O": 6.8192803155398e-06, + "W": 1.0489481638842335e-07, + "N": 3.896507223544177e-06, + "Y": 0.00012881476141046733, + "U": 6.233236859998215e-08, + "K": 2.873590574381524e-07, + "L": 8.733948106964817e-07, + "G": 7.167925650719553e-05, + "F": 0.0007657280075363815, + "E": 0.0009408210753463209, + "T": 0.00017013166507240385, + "P": 0.19282877445220947, + "-": 0.8047580718994141 + }, + "id": "tp_5907" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 738405, + "label": "-", + "classification": { + "B": 7.835114388399234e-07, + "S": 1.8773059196064423e-07, + "I": 6.663045496679842e-05, + "C": 1.6358491166101885e-06, + "R": 1.3678821630946914e-07, + "M": 5.3574014600599185e-05, + "O": 3.0456940294243395e-06, + "W": 1.1382245901359056e-07, + "N": 2.43405861510837e-06, + "Y": 0.00017613801173865795, + "U": 7.06982419274027e-08, + "K": 2.076761120406445e-06, + "L": 5.886344638383889e-07, + "G": 0.00010869352263398468, + "F": 0.00555760320276022, + "E": 0.0018943790346384048, + "T": 0.00021643660147674382, + "P": 0.23019836843013763, + "-": 0.7617170810699463 + }, + "id": "tp_5908" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 738505, + "label": "-", + "classification": { + "B": 5.627765986560007e-08, + "S": 4.513204743261667e-08, + "I": 7.81923154136166e-06, + "C": 5.1925272970265723e-08, + "R": 9.908259990254464e-09, + "M": 1.0978044429066358e-06, + "O": 1.335210754405125e-06, + "W": 4.5362646972080256e-08, + "N": 3.8152160186655237e-07, + "Y": 1.61892512551276e-05, + "U": 7.361227627455946e-09, + "K": 6.113638306715075e-08, + "L": 2.6634285887894293e-08, + "G": 2.290352767886361e-06, + "F": 0.0003016505215782672, + "E": 8.508985956723336e-06, + "T": 2.7046427931054495e-05, + "P": 0.2562808394432068, + "-": 0.7433525323867798 + }, + "id": "tp_5909" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 738639, + "label": "-", + "classification": { + "B": 5.048109233030118e-05, + "S": 4.242927025188692e-05, + "I": 0.00035899769864045084, + "C": 1.609701030247379e-05, + "R": 9.373467037221417e-06, + "M": 0.0007568479049950838, + "O": 0.0002629547379910946, + "W": 6.626783033425454e-06, + "N": 1.6302110452670604e-05, + "Y": 0.0016445976216346025, + "U": 4.185264970146818e-07, + "K": 5.361874286791135e-07, + "L": 3.74828559870366e-05, + "G": 0.000767286226619035, + "F": 0.0034848519135266542, + "E": 0.00029282731702551246, + "T": 0.0021206908859312534, + "P": 0.09766283631324768, + "-": 0.8924684524536133 + }, + "id": "tp_5910" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 738772, + "label": "-", + "classification": { + "B": 2.32402749134053e-06, + "S": 1.3833480352332117e-06, + "I": 0.000283051747828722, + "C": 3.121065310551785e-05, + "R": 8.83539814822143e-06, + "M": 0.0002577753912191838, + "O": 4.896461541648023e-05, + "W": 3.4602358027768787e-06, + "N": 1.1424219337641262e-05, + "Y": 0.0010897382162511349, + "U": 2.4557111828471534e-06, + "K": 4.807764980796492e-06, + "L": 9.089490049518645e-06, + "G": 0.00015644621453247964, + "F": 0.0023563893046230078, + "E": 0.0001350173115497455, + "T": 0.0018622404895722866, + "P": 0.08514100313186646, + "-": 0.9085943102836609 + }, + "id": "tp_5911" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 738906, + "label": "-", + "classification": { + "B": 7.524811735493131e-06, + "S": 1.3761331501882523e-05, + "I": 4.0429873479297385e-05, + "C": 7.34005141111993e-07, + "R": 2.10908581266267e-07, + "M": 0.0001677236141404137, + "O": 0.00012475006224121898, + "W": 3.470965111773694e-06, + "N": 2.8240956453373656e-06, + "Y": 4.071682269568555e-05, + "U": 2.7887645970281483e-08, + "K": 8.113244298613154e-09, + "L": 5.228310783422785e-06, + "G": 1.9702818462974392e-05, + "F": 0.00019986857660114765, + "E": 3.709073644131422e-05, + "T": 0.00033854067442007363, + "P": 0.15360721945762634, + "-": 0.845390260219574 + }, + "id": "tp_5912" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 739006, + "label": "-", + "classification": { + "B": 2.0281594004245562e-07, + "S": 7.516395328366343e-08, + "I": 8.105071174213663e-06, + "C": 3.659725962279481e-07, + "R": 8.318478705859889e-08, + "M": 6.66458299747319e-06, + "O": 5.763169156125514e-06, + "W": 1.1074072148176128e-07, + "N": 2.4173053247977805e-07, + "Y": 6.584561197087169e-05, + "U": 1.844735386669072e-08, + "K": 1.4062435660378014e-08, + "L": 2.9967935688546277e-07, + "G": 1.1529817129485309e-05, + "F": 0.00015927385538816452, + "E": 3.410542149140383e-06, + "T": 0.00010660079715307802, + "P": 0.053631141781806946, + "-": 0.9460002183914185 + }, + "id": "tp_5913" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 739139, + "label": "-", + "classification": { + "B": 2.704012569409997e-10, + "S": 1.5263866615100596e-08, + "I": 4.670433213505021e-07, + "C": 5.1494351005487715e-09, + "R": 6.822423181951365e-10, + "M": 1.4199226825439837e-06, + "O": 2.9879456064918486e-07, + "W": 4.715105639263584e-09, + "N": 3.183915353588418e-08, + "Y": 1.6060112102422863e-05, + "U": 2.963445044912305e-10, + "K": 6.550875752964203e-08, + "L": 2.2211408268191235e-09, + "G": 4.091288303698093e-07, + "F": 0.0005660481401719153, + "E": 2.087853999910294e-06, + "T": 3.1794053938938305e-05, + "P": 0.043250370770692825, + "-": 0.9561309218406677 + }, + "id": "tp_5914" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 739273, + "label": "P", + "classification": { + "B": 1.1201389815695961e-10, + "S": 5.000747645839132e-12, + "I": 7.33228731064628e-08, + "C": 4.9153955211656e-11, + "R": 1.2252709697541109e-12, + "M": 1.1556833268144828e-09, + "O": 9.729324013107998e-10, + "W": 1.0408051157040354e-11, + "N": 4.7053860807722e-10, + "Y": 2.382552999335985e-08, + "U": 8.362222047621215e-13, + "K": 6.025096654233009e-12, + "L": 1.079855649344097e-11, + "G": 1.4353313204651386e-08, + "F": 7.4308409239165485e-06, + "E": 5.221624519435863e-07, + "T": 4.351442939309891e-08, + "P": 0.7026391625404358, + "-": 0.29735276103019714 + }, + "id": "tp_5915" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 739406, + "label": "-", + "classification": { + "B": 1.894422894110903e-05, + "S": 5.0517728595878e-06, + "I": 0.00018453740631230175, + "C": 1.2407103895384353e-05, + "R": 3.0478597636829363e-06, + "M": 0.0002854648919310421, + "O": 0.00013824179768562317, + "W": 1.8886098587245215e-06, + "N": 5.452062850963557e-06, + "Y": 6.889289943501353e-05, + "U": 9.226860697708616e-08, + "K": 1.4768546918730863e-07, + "L": 1.6754485841374844e-05, + "G": 0.0005402883398346603, + "F": 0.0018205929081887007, + "E": 0.00016117619816213846, + "T": 0.0002311077550984919, + "P": 0.0992557480931282, + "-": 0.8972501754760742 + }, + "id": "tp_5916" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 739506, + "label": "-", + "classification": { + "B": 5.235790823121533e-08, + "S": 2.0167751912936183e-09, + "I": 1.738628816383425e-05, + "C": 4.0127150668922695e-07, + "R": 2.7015669701313527e-08, + "M": 1.2098949810024351e-05, + "O": 9.072603006643476e-07, + "W": 3.205509635506587e-09, + "N": 3.090693567742164e-08, + "Y": 1.2332875485299155e-05, + "U": 1.4214218690966618e-09, + "K": 2.9877367246911035e-10, + "L": 1.3551370159348153e-07, + "G": 2.466418663971126e-05, + "F": 5.6168544688262045e-05, + "E": 8.25982897367794e-06, + "T": 3.2662279409123585e-05, + "P": 0.09406296908855438, + "-": 0.905771791934967 + }, + "id": "tp_5917" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 739640, + "label": "-", + "classification": { + "B": 2.471286279615015e-06, + "S": 7.487874881917378e-06, + "I": 0.000306624046061188, + "C": 5.17626540386118e-05, + "R": 1.208359026350081e-05, + "M": 0.0002503623836673796, + "O": 0.00010104265675181523, + "W": 5.4351630751625635e-06, + "N": 2.6077364964294247e-05, + "Y": 0.00167319446336478, + "U": 2.1183900571486447e-06, + "K": 8.075826372078154e-06, + "L": 7.169921900640475e-06, + "G": 0.00024964759359136224, + "F": 0.0016537540359422565, + "E": 0.00011063538840971887, + "T": 0.002458775183185935, + "P": 0.053773533552885056, + "-": 0.9392997622489929 + }, + "id": "tp_5918" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 739773, + "label": "-", + "classification": { + "B": 4.293523758747142e-09, + "S": 3.3095123863624565e-12, + "I": 6.073212261981098e-07, + "C": 2.602377513483134e-08, + "R": 3.9397163309473626e-10, + "M": 1.6204007806663867e-06, + "O": 1.9394342132272868e-08, + "W": 1.0207966416597714e-11, + "N": 1.1425061591241459e-10, + "Y": 8.506785889039747e-06, + "U": 3.562255742120546e-12, + "K": 3.14223310999423e-13, + "L": 5.0594222145150525e-09, + "G": 1.1041593097615987e-05, + "F": 2.489774487912655e-06, + "E": 7.361746838796535e-07, + "T": 2.8871866106783273e-06, + "P": 0.011591284535825253, + "-": 0.9883807897567749 + }, + "id": "tp_5919" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 739907, + "label": "-", + "classification": { + "B": 1.9379949662834406e-06, + "S": 7.022682098067889e-07, + "I": 1.2707821042567957e-05, + "C": 2.819431210809853e-05, + "R": 8.454325325146783e-06, + "M": 0.0009689411381259561, + "O": 7.37522859708406e-05, + "W": 3.488325717171392e-07, + "N": 9.737673423160231e-08, + "Y": 0.004995305556803942, + "U": 2.3377726421358602e-08, + "K": 3.064484888071206e-09, + "L": 4.6650926378788427e-05, + "G": 0.0005858576623722911, + "F": 0.0003151706187054515, + "E": 6.547466909978539e-06, + "T": 0.0028306012973189354, + "P": 0.0019299490377306938, + "-": 0.9881947040557861 + }, + "id": "tp_5920" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 740007, + "label": "-", + "classification": { + "B": 3.892466904353853e-10, + "S": 6.349628600688106e-10, + "I": 2.029778833900764e-08, + "C": 1.3111131069720727e-09, + "R": 7.512460098446638e-11, + "M": 1.4596754454032634e-06, + "O": 5.6606175746765075e-08, + "W": 1.7319200240617505e-10, + "N": 5.726864815702726e-11, + "Y": 1.3705242736250511e-06, + "U": 6.25689116403455e-13, + "K": 4.89723929811281e-12, + "L": 2.553581124331572e-09, + "G": 3.731557001174224e-07, + "F": 9.23673142096959e-05, + "E": 1.818945065679145e-07, + "T": 1.5554205674561672e-06, + "P": 0.0033818718511611223, + "-": 0.9965207576751709 + }, + "id": "tp_5921" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 740140, + "label": "-", + "classification": { + "B": 2.0593915905919857e-07, + "S": 5.972716365931774e-08, + "I": 2.9186555821070215e-06, + "C": 1.047418862754057e-07, + "R": 7.783856226240005e-09, + "M": 3.166916940244846e-06, + "O": 1.8369306644672179e-06, + "W": 3.4529602288557726e-08, + "N": 8.931425554692396e-08, + "Y": 4.749125309899682e-06, + "U": 2.2615702643946634e-09, + "K": 8.67019611661135e-09, + "L": 8.338257373452507e-08, + "G": 5.33423053639126e-06, + "F": 0.0007328590145334601, + "E": 1.264878756046528e-05, + "T": 1.1658411494863685e-05, + "P": 0.17461612820625305, + "-": 0.8246080279350281 + }, + "id": "tp_5922" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 740274, + "label": "-", + "classification": { + "B": 5.708613026733644e-10, + "S": 6.829826149079565e-10, + "I": 3.125326202280121e-07, + "C": 1.1790808329692481e-08, + "R": 7.301970139650393e-10, + "M": 7.94819243310485e-07, + "O": 8.223829439657493e-08, + "W": 2.47396242381015e-10, + "N": 4.11531564381562e-09, + "Y": 1.864340993051883e-05, + "U": 5.096855229536068e-11, + "K": 9.412355617133272e-11, + "L": 1.881554023697163e-09, + "G": 1.3137951100361533e-06, + "F": 2.109818706230726e-05, + "E": 1.9728148004105606e-07, + "T": 2.861193752323743e-05, + "P": 0.04856300726532936, + "-": 0.9513658881187439 + }, + "id": "tp_5923" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 740407, + "label": "-", + "classification": { + "B": 3.707353035675709e-10, + "S": 5.596969554488851e-10, + "I": 2.880094029933389e-07, + "C": 4.613191606495093e-09, + "R": 2.535409659998322e-10, + "M": 3.1779018172528595e-07, + "O": 6.435214316979909e-08, + "W": 4.95404606226657e-10, + "N": 3.194574382803239e-09, + "Y": 1.3492094694811385e-06, + "U": 3.819173796659747e-11, + "K": 9.609664453069655e-11, + "L": 1.0846336051528738e-09, + "G": 2.6516835305301356e-07, + "F": 4.121918391319923e-05, + "E": 2.845820574748359e-07, + "T": 4.264623385097366e-06, + "P": 0.11823773384094238, + "-": 0.8817141056060791 + }, + "id": "tp_5924" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 740507, + "label": "-", + "classification": { + "B": 2.0091418662104843e-07, + "S": 1.1755963669202174e-06, + "I": 0.0001946241973200813, + "C": 2.768275862763403e-06, + "R": 6.278248179114598e-07, + "M": 7.144779829104664e-06, + "O": 9.896828487399034e-06, + "W": 1.0684284461603966e-06, + "N": 1.6247082385234535e-05, + "Y": 0.0001221279235323891, + "U": 7.511399644499761e-07, + "K": 1.540610901429318e-05, + "L": 3.2203016075982305e-07, + "G": 1.3425328688754234e-05, + "F": 0.001941519440151751, + "E": 8.907291339710355e-05, + "T": 0.00024761605891399086, + "P": 0.2700049579143524, + "-": 0.7273311018943787 + }, + "id": "tp_5925" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 740641, + "label": "-", + "classification": { + "B": 1.0465993523223194e-11, + "S": 3.1359720376045175e-11, + "I": 1.4035927975442064e-08, + "C": 8.603349976876729e-11, + "R": 1.8290768205586616e-12, + "M": 6.41265973655436e-09, + "O": 4.061063929583497e-09, + "W": 1.0798816701962366e-11, + "N": 1.4117965130289178e-10, + "Y": 9.6761581858118e-08, + "U": 6.320155445001252e-13, + "K": 3.3522349392883788e-12, + "L": 2.3785882985460916e-11, + "G": 9.540212175807028e-09, + "F": 5.4309293773258105e-06, + "E": 1.932221849187954e-08, + "T": 4.820307140107616e-07, + "P": 0.04146729037165642, + "-": 0.958526611328125 + }, + "id": "tp_5926" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 740774, + "label": "-", + "classification": { + "B": 1.9784920368692838e-06, + "S": 2.058403197224834e-06, + "I": 0.0003138712781947106, + "C": 2.1752550310338847e-05, + "R": 3.1782331006979803e-06, + "M": 0.0001574214402353391, + "O": 3.644614480435848e-05, + "W": 2.8247254704183433e-06, + "N": 2.9879396606702358e-05, + "Y": 0.001237038872204721, + "U": 1.6163512555067427e-06, + "K": 4.2366744310129434e-05, + "L": 3.029846538993297e-06, + "G": 0.00017981728888116777, + "F": 0.006135454401373863, + "E": 0.00042753893649205565, + "T": 0.0009407969773747027, + "P": 0.12585823237895966, + "-": 0.8646047711372375 + }, + "id": "tp_5927" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 740908, + "label": "-", + "classification": { + "B": 3.1168369218903536e-08, + "S": 3.3468529636593303e-07, + "I": 0.00012456158583518118, + "C": 9.744589988258667e-06, + "R": 2.518517931093811e-06, + "M": 5.4469110182253644e-05, + "O": 1.0203228157479316e-05, + "W": 7.262661938511883e-07, + "N": 5.01574049849296e-06, + "Y": 0.0008179702563211322, + "U": 3.167860427311098e-07, + "K": 1.1296152479189914e-05, + "L": 5.559408009503386e-07, + "G": 4.628026727004908e-05, + "F": 0.003216406563296914, + "E": 5.1897768571507186e-05, + "T": 0.0006675267359241843, + "P": 0.044952988624572754, + "-": 0.9500271081924438 + }, + "id": "tp_5928" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 741008, + "label": "P", + "classification": { + "B": 1.7877953339962005e-08, + "S": 4.2671057798315815e-09, + "I": 0.00020019334624521434, + "C": 2.188103962907917e-06, + "R": 7.48627257962653e-08, + "M": 2.960848860311671e-06, + "O": 3.186665935572819e-07, + "W": 2.0559271618481034e-08, + "N": 3.126611773041077e-06, + "Y": 6.853774539195001e-05, + "U": 2.1291990393024207e-08, + "K": 4.881444510829169e-07, + "L": 1.3154270561699377e-08, + "G": 7.4044978646270465e-06, + "F": 0.00037864508340135217, + "E": 0.0001837116724345833, + "T": 1.473581596656004e-05, + "P": 0.5144895315170288, + "-": 0.4846479594707489 + }, + "id": "tp_5929" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 741141, + "label": "-", + "classification": { + "B": 2.2733521662376965e-11, + "S": 5.789443369152991e-10, + "I": 6.867294359835796e-07, + "C": 3.276105786653716e-08, + "R": 3.1257465504808124e-09, + "M": 2.1656062187958014e-07, + "O": 5.132465830115507e-08, + "W": 8.059214962052863e-10, + "N": 1.3906291229659473e-08, + "Y": 2.5596313207643107e-05, + "U": 2.102115287394568e-10, + "K": 8.563011277828991e-08, + "L": 4.938729980530354e-10, + "G": 5.749687375100621e-07, + "F": 0.0006406100583262742, + "E": 1.4131252328297705e-06, + "T": 5.610545940726297e-06, + "P": 0.024921616539359093, + "-": 0.9744035601615906 + }, + "id": "tp_5930" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 741275, + "label": "-", + "classification": { + "B": 6.437814192850055e-08, + "S": 1.0376751902185788e-07, + "I": 6.149614637251943e-05, + "C": 2.734487679845188e-06, + "R": 2.8234063620402594e-07, + "M": 3.501190576571389e-06, + "O": 2.561049313953845e-06, + "W": 1.2261213555575523e-07, + "N": 3.917200501746265e-06, + "Y": 0.00014081562403589487, + "U": 1.5567131583793525e-07, + "K": 5.545050498767523e-06, + "L": 8.897401926333259e-08, + "G": 2.659538404259365e-05, + "F": 0.0011559589765965939, + "E": 6.651785952271894e-05, + "T": 9.565801155986264e-05, + "P": 0.2508150637149811, + "-": 0.7476187944412231 + }, + "id": "tp_5931" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 741408, + "label": "-", + "classification": { + "B": 1.2068893662231517e-09, + "S": 4.30650137772659e-09, + "I": 5.639327582684928e-07, + "C": 4.5844390506033506e-09, + "R": 2.9731409001421127e-10, + "M": 2.5401832317584194e-06, + "O": 1.9001890905201435e-07, + "W": 2.310447611009181e-09, + "N": 2.369565343940394e-08, + "Y": 2.1684923012799118e-06, + "U": 1.1594986082386072e-10, + "K": 4.081110560605339e-09, + "L": 1.0737757349943422e-09, + "G": 1.153581834500983e-07, + "F": 2.9740560421487316e-05, + "E": 1.6699361822247738e-06, + "T": 2.5712208298500627e-05, + "P": 0.06518404185771942, + "-": 0.9347531795501709 + }, + "id": "tp_5932" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 741508, + "label": "-", + "classification": { + "B": 4.3152263984325145e-09, + "S": 3.7135918784514388e-09, + "I": 1.7627866327529773e-05, + "C": 3.3919479847099865e-07, + "R": 2.3258142078930177e-08, + "M": 5.281928224576404e-06, + "O": 3.697657291468204e-07, + "W": 6.73606326273557e-09, + "N": 2.6588460855236917e-07, + "Y": 4.993988113710657e-05, + "U": 3.1146571988216465e-09, + "K": 6.96213930950762e-08, + "L": 1.126289550512638e-08, + "G": 1.1636072485998739e-05, + "F": 0.00020134275837335736, + "E": 3.340258990647271e-05, + "T": 2.7992848117719404e-05, + "P": 0.2043566256761551, + "-": 0.7952951192855835 + }, + "id": "tp_5933" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 741642, + "label": "-", + "classification": { + "B": 3.080688815160215e-09, + "S": 4.929861407987346e-09, + "I": 1.0233949069515802e-05, + "C": 1.7404532570708398e-07, + "R": 1.3263083076253679e-08, + "M": 7.223602551675867e-07, + "O": 2.0148179658008303e-07, + "W": 7.534049828450406e-09, + "N": 2.1821681173150864e-07, + "Y": 4.319927029428072e-05, + "U": 4.7590211771364466e-09, + "K": 5.928250246256539e-08, + "L": 8.001069140561867e-09, + "G": 1.8732170019575278e-06, + "F": 0.0003608434635680169, + "E": 1.6826897990540601e-06, + "T": 4.4545322452904657e-05, + "P": 0.19328592717647552, + "-": 0.8062502145767212 + }, + "id": "tp_5934" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 741775, + "label": "-", + "classification": { + "B": 1.1635021938960488e-11, + "S": 2.476545878093983e-11, + "I": 1.2647435596591095e-06, + "C": 4.490544380786332e-09, + "R": 5.745024456160763e-10, + "M": 2.1614008005599317e-07, + "O": 1.4333388698162253e-08, + "W": 6.055372869795406e-11, + "N": 3.3099893936849867e-09, + "Y": 4.700934368884191e-06, + "U": 1.7188200515660945e-11, + "K": 4.020474925203743e-11, + "L": 1.525046477990344e-10, + "G": 1.1270191890844217e-07, + "F": 3.6439605537452735e-06, + "E": 1.520789112419152e-07, + "T": 1.1937710951315239e-05, + "P": 0.05185379460453987, + "-": 0.9481241703033447 + }, + "id": "tp_5935" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 741875, + "label": "-", + "classification": { + "B": 3.303816598076992e-08, + "S": 1.6552474946252005e-08, + "I": 3.847512289212318e-06, + "C": 6.334305169275467e-08, + "R": 3.979776064255702e-09, + "M": 9.034170034283306e-06, + "O": 2.087482016577269e-06, + "W": 5.516063161792317e-09, + "N": 1.4152945482237556e-07, + "Y": 1.1973376786045264e-05, + "U": 2.832993839518849e-09, + "K": 1.0532913430338908e-09, + "L": 7.035133364752255e-08, + "G": 2.6525958674028516e-06, + "F": 1.5456578694283962e-05, + "E": 5.70695374335628e-06, + "T": 0.0001215448064613156, + "P": 0.05980967730283737, + "-": 0.9400177001953125 + }, + "id": "tp_5936" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 742009, + "label": "-", + "classification": { + "B": 1.1382698256179324e-10, + "S": 2.3305484278535182e-11, + "I": 1.3439066526288457e-09, + "C": 9.00691188299163e-11, + "R": 6.507359321533679e-12, + "M": 3.479402153061528e-07, + "O": 1.3025149847578632e-08, + "W": 1.0124593871618792e-11, + "N": 1.6478053730534237e-12, + "Y": 5.057949579168053e-07, + "U": 3.1162287919377085e-14, + "K": 4.2110717311198e-15, + "L": 1.0342268152996326e-09, + "G": 4.379446849611668e-08, + "F": 3.401774165467941e-06, + "E": 3.9508356586281934e-09, + "T": 1.4545094018103555e-06, + "P": 0.0009705889387987554, + "-": 0.9990236759185791 + }, + "id": "tp_5937" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 742142, + "label": "-", + "classification": { + "B": 1.4345868243337279e-12, + "S": 6.314280153428553e-13, + "I": 4.449140789120065e-08, + "C": 9.095443509465895e-09, + "R": 1.810938482504909e-10, + "M": 1.9013672414303073e-08, + "O": 3.5137228682202704e-09, + "W": 8.80297397476415e-12, + "N": 4.0053911576354295e-11, + "Y": 1.6672517233473627e-07, + "U": 4.147101932694408e-12, + "K": 6.841181809415231e-13, + "L": 2.1270941952256095e-10, + "G": 3.910090740077976e-08, + "F": 2.526466687413631e-06, + "E": 2.779127372676271e-09, + "T": 9.585910447640345e-07, + "P": 0.008549107238650322, + "-": 0.9914472103118896 + }, + "id": "tp_5938" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 742276, + "label": "-", + "classification": { + "B": 6.028126809569725e-14, + "S": 9.666840759944492e-14, + "I": 3.6878070375223615e-08, + "C": 4.057506775012598e-09, + "R": 8.355202640863979e-11, + "M": 9.776638165703844e-09, + "O": 2.987938507725829e-10, + "W": 5.020204087505253e-13, + "N": 3.980632490296898e-11, + "Y": 9.12751511350507e-06, + "U": 6.482565677833063e-13, + "K": 7.25653703792517e-11, + "L": 4.202179403056672e-12, + "G": 8.900987324977905e-08, + "F": 7.735340659564827e-06, + "E": 5.46035998638672e-08, + "T": 3.278310316545685e-07, + "P": 0.0034313243813812733, + "-": 0.9965512752532959 + }, + "id": "tp_5939" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 742376, + "label": "-", + "classification": { + "B": 7.861096218420016e-10, + "S": 1.072717359384967e-09, + "I": 2.0670603362304973e-07, + "C": 1.3283319333368127e-07, + "R": 1.6791135593052786e-08, + "M": 1.1212761819479056e-05, + "O": 1.8712235316797887e-07, + "W": 7.283553205006399e-10, + "N": 2.012054967082122e-09, + "Y": 0.0003433162346482277, + "U": 2.514873032044562e-10, + "K": 1.141205441257398e-08, + "L": 2.3015990890939975e-08, + "G": 2.24868708755821e-05, + "F": 0.001385891460813582, + "E": 6.505110263788083e-07, + "T": 5.1724906370509416e-05, + "P": 0.003717555897310376, + "-": 0.9944664835929871 + }, + "id": "tp_5940" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 742509, + "label": "-", + "classification": { + "B": 1.9597864309162105e-07, + "S": 2.9492451147916654e-08, + "I": 1.1349319350983933e-07, + "C": 1.6400971389884944e-06, + "R": 1.2373142510568869e-07, + "M": 1.7725706129567698e-05, + "O": 3.670104433695087e-06, + "W": 2.4401648701655176e-08, + "N": 1.5909096262589628e-09, + "Y": 2.5407445718883537e-05, + "U": 2.3907847923609893e-10, + "K": 7.817669289700291e-10, + "L": 4.536183837444696e-07, + "G": 3.7819743738509715e-05, + "F": 0.0007437663152813911, + "E": 1.2896531416117796e-06, + "T": 1.9658871678984724e-05, + "P": 0.0028311770875006914, + "-": 0.9963169097900391 + }, + "id": "tp_5941" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 742643, + "label": "-", + "classification": { + "B": 2.049302505469086e-09, + "S": 5.1666670941585835e-09, + "I": 1.5057298696774524e-05, + "C": 9.838003052209388e-07, + "R": 8.130313489118635e-08, + "M": 5.123386017658049e-07, + "O": 3.8110607647467987e-07, + "W": 1.924022896560018e-08, + "N": 2.2184188708251895e-07, + "Y": 5.95112178416457e-05, + "U": 9.910747778008044e-09, + "K": 1.7834848620168486e-07, + "L": 1.0749174883528667e-08, + "G": 3.8119351302157156e-06, + "F": 0.0002971343928948045, + "E": 6.588142241525929e-06, + "T": 1.6417216102126986e-05, + "P": 0.06369709968566895, + "-": 0.935901939868927 + }, + "id": "tp_5942" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 742776, + "label": "-", + "classification": { + "B": 7.244526386784855e-06, + "S": 2.3393013179884292e-06, + "I": 0.0008290514815598726, + "C": 0.0003929974918719381, + "R": 3.1262421543942764e-05, + "M": 0.0002514514490030706, + "O": 6.163993384689093e-05, + "W": 4.788344540429534e-06, + "N": 6.962785846553743e-05, + "Y": 0.002244739793241024, + "U": 4.643297870643437e-06, + "K": 5.005043567507528e-05, + "L": 8.683836313139182e-06, + "G": 0.000976578681729734, + "F": 0.004905352834612131, + "E": 0.001429726486094296, + "T": 0.0006149511318653822, + "P": 0.1935720145702362, + "-": 0.7945429682731628 + }, + "id": "tp_5943" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 742876, + "label": "-", + "classification": { + "B": 1.5911738273644005e-06, + "S": 1.5776262216604664e-06, + "I": 0.001285093487240374, + "C": 4.215523586026393e-05, + "R": 1.1985174751316663e-05, + "M": 9.28251029108651e-05, + "O": 6.571139965672046e-05, + "W": 3.4489560221118154e-06, + "N": 6.0565973399206996e-05, + "Y": 0.0015656478935852647, + "U": 2.5382887542946264e-06, + "K": 3.012845445482526e-05, + "L": 2.1031094092904823e-06, + "G": 0.0002894161152653396, + "F": 0.001497729797847569, + "E": 0.0002480731054674834, + "T": 0.00135671510361135, + "P": 0.15326626598834991, + "-": 0.8401764035224915 + }, + "id": "tp_5944" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 743010, + "label": "-", + "classification": { + "B": 1.648271363147158e-12, + "S": 1.0578418349616037e-11, + "I": 2.8952393904546625e-07, + "C": 9.997558336749535e-09, + "R": 6.858902334982986e-10, + "M": 1.073518784977523e-08, + "O": 4.1845922282846004e-09, + "W": 2.1988692117114184e-11, + "N": 1.775487534771969e-09, + "Y": 2.933101086455281e-06, + "U": 2.8036930416197592e-11, + "K": 2.3872792631607354e-10, + "L": 6.801473967366078e-11, + "G": 6.750897796337085e-08, + "F": 2.031057738349773e-05, + "E": 1.0699940844460798e-07, + "T": 2.671515630936483e-06, + "P": 0.05064263567328453, + "-": 0.9493308067321777 + }, + "id": "tp_5945" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 743143, + "label": "-", + "classification": { + "B": 1.2537880955676428e-08, + "S": 2.8113385397432467e-08, + "I": 8.213186083594337e-05, + "C": 4.499971964833094e-06, + "R": 1.3101592344355595e-07, + "M": 1.0517460395931266e-05, + "O": 1.1235529200348537e-06, + "W": 1.6013636638945172e-08, + "N": 3.1357546959043248e-06, + "Y": 0.00011294188152533025, + "U": 3.901966039165927e-08, + "K": 4.813782084056584e-07, + "L": 5.786277768038417e-08, + "G": 3.1089835829334334e-05, + "F": 0.0003816950193140656, + "E": 8.525226439815015e-05, + "T": 0.00011777250620070845, + "P": 0.1873772144317627, + "-": 0.8117918968200684 + }, + "id": "tp_5946" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 743277, + "label": "-", + "classification": { + "B": 2.1095338809118402e-09, + "S": 4.596390212885382e-10, + "I": 1.7886148270918056e-05, + "C": 5.586593943007756e-07, + "R": 4.223564786798306e-08, + "M": 6.842893185421417e-07, + "O": 2.1693176677217707e-07, + "W": 1.683709394129096e-09, + "N": 1.2695896600689593e-07, + "Y": 1.68324895639671e-05, + "U": 2.5413677828822756e-09, + "K": 1.830950857595326e-08, + "L": 4.966881572698867e-09, + "G": 7.6403721323004e-06, + "F": 0.00011666248610708863, + "E": 6.663199656031793e-06, + "T": 1.413792597304564e-05, + "P": 0.17993490397930145, + "-": 0.8198835849761963 + }, + "id": "tp_5947" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 743377, + "label": "-", + "classification": { + "B": 2.1104606950927973e-09, + "S": 1.8062404905094809e-09, + "I": 0.00018937357526738197, + "C": 2.7032249363401206e-06, + "R": 3.2996149457176216e-07, + "M": 5.2426671572902706e-06, + "O": 5.13760141984676e-07, + "W": 9.910684717340246e-09, + "N": 5.159238867236127e-07, + "Y": 0.00018009507039096206, + "U": 1.0220349899725534e-08, + "K": 3.2225784707407e-08, + "L": 3.8298566096273134e-08, + "G": 1.249453180207638e-05, + "F": 7.231035851873457e-05, + "E": 2.1281721274135634e-05, + "T": 0.0001763252803357318, + "P": 0.11750727891921997, + "-": 0.8818312883377075 + }, + "id": "tp_5948" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 743510, + "label": "-", + "classification": { + "B": 1.4767538303317451e-08, + "S": 7.564004533833213e-08, + "I": 1.668752884143032e-05, + "C": 8.656676868668001e-07, + "R": 1.4432143302656186e-07, + "M": 1.7122038116212934e-06, + "O": 7.985833576640289e-07, + "W": 7.246328692644965e-08, + "N": 6.680595561192604e-07, + "Y": 0.00012490033986978233, + "U": 4.350068039116195e-08, + "K": 8.04334945314622e-07, + "L": 3.215263078004682e-08, + "G": 6.683326773782028e-06, + "F": 0.0005486411973834038, + "E": 9.272669558413327e-06, + "T": 8.974340016720816e-05, + "P": 0.20206639170646667, + "-": 0.7971324920654297 + }, + "id": "tp_5949" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 743644, + "label": "-", + "classification": { + "B": 2.0309562032139183e-08, + "S": 7.483817454634334e-10, + "I": 1.832050838856958e-05, + "C": 1.343967960565351e-05, + "R": 2.447284828122065e-07, + "M": 3.1517054139840184e-06, + "O": 3.9850007738095883e-07, + "W": 3.449668106725312e-09, + "N": 1.4705760520428157e-07, + "Y": 8.922476990846917e-05, + "U": 2.5824270721841458e-08, + "K": 9.916159626754961e-08, + "L": 6.699161758660921e-08, + "G": 4.552923928713426e-05, + "F": 0.00041796560981310904, + "E": 9.009972018247936e-06, + "T": 3.085770003963262e-05, + "P": 0.0432451106607914, + "-": 0.95612633228302 + }, + "id": "tp_5950" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 743777, + "label": "-", + "classification": { + "B": 0.0002134111855411902, + "S": 9.03625987120904e-05, + "I": 0.007675853092223406, + "C": 0.0017034910852089524, + "R": 0.00031772529473528266, + "M": 0.0021822084672749043, + "O": 0.000676002528052777, + "W": 0.00017789863341022283, + "N": 0.0011286220978945494, + "Y": 0.014201125130057335, + "U": 0.00015436892863363028, + "K": 0.0019096625037491322, + "L": 0.00011560926213860512, + "G": 0.007846195250749588, + "F": 0.021826300770044327, + "E": 0.017266621813178062, + "T": 0.0035994357895106077, + "P": 0.3553171455860138, + "-": 0.5635979771614075 + }, + "id": "tp_5951" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 743877, + "label": "-", + "classification": { + "B": 1.2831340434615868e-08, + "S": 5.631993094112886e-09, + "I": 2.583935383881908e-05, + "C": 3.3060163673326315e-07, + "R": 1.756280099129981e-08, + "M": 1.0076171292894287e-06, + "O": 3.038989007109194e-07, + "W": 5.996644070194179e-09, + "N": 1.0824070386661333e-06, + "Y": 2.7019279514206573e-05, + "U": 1.0778149039936125e-08, + "K": 4.1754751123335154e-07, + "L": 5.666462854492238e-09, + "G": 6.530744940391742e-06, + "F": 0.00018560227181296796, + "E": 7.711359648965299e-05, + "T": 2.894107819884084e-05, + "P": 0.4835735261440277, + "-": 0.5160722732543945 + }, + "id": "tp_5952" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 744011, + "label": "-", + "classification": { + "B": 0.0001615617802599445, + "S": 2.7042278816225007e-05, + "I": 0.0025844585616141558, + "C": 0.00046590511919930577, + "R": 0.0001412655838066712, + "M": 0.0006791892810724676, + "O": 0.0004213883657939732, + "W": 5.887831866857596e-05, + "N": 0.00019989047723356634, + "Y": 0.0051587107591331005, + "U": 6.021258741384372e-05, + "K": 3.950755126425065e-05, + "L": 0.00016306077304761857, + "G": 0.002142914105206728, + "F": 0.005073044449090958, + "E": 0.0020033083856105804, + "T": 0.004281551111489534, + "P": 0.3119194805622101, + "-": 0.6644186973571777 + }, + "id": "tp_5953" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 744144, + "label": "-", + "classification": { + "B": 3.1290474566958437e-07, + "S": 2.798322995545277e-08, + "I": 1.1238892511755694e-05, + "C": 5.283418431645259e-07, + "R": 3.874113119195499e-08, + "M": 1.2697793181359884e-06, + "O": 2.3746299575577723e-06, + "W": 4.204042980404665e-08, + "N": 4.773667114932323e-07, + "Y": 7.457777883246308e-06, + "U": 1.3617092342599335e-08, + "K": 1.0993582932883328e-08, + "L": 1.1091843532540224e-07, + "G": 8.556158718420193e-06, + "F": 0.00022780669678468257, + "E": 6.670194125035778e-06, + "T": 2.5453511625528336e-05, + "P": 0.26175421476364136, + "-": 0.7379533648490906 + }, + "id": "tp_5954" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 744278, + "label": "P", + "classification": { + "B": 5.838310279671077e-09, + "S": 9.61977719704521e-10, + "I": 2.387642780377064e-06, + "C": 1.9609947443655074e-08, + "R": 4.2650227793927797e-10, + "M": 1.3466869575040619e-07, + "O": 6.03226482098762e-08, + "W": 7.266972024133622e-10, + "N": 8.019341635190358e-08, + "Y": 1.6181026012418442e-06, + "U": 3.718933494489818e-10, + "K": 5.213282694427335e-09, + "L": 7.76681663428036e-10, + "G": 6.016869633640454e-07, + "F": 0.0001123402762459591, + "E": 1.742564927553758e-05, + "T": 2.115814595526899e-06, + "P": 0.521306574344635, + "-": 0.47855666279792786 + }, + "id": "tp_5955" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 744378, + "label": "-", + "classification": { + "B": 8.266634043962995e-10, + "S": 2.5111759338614092e-09, + "I": 2.071455810437328e-06, + "C": 2.7899401899844634e-08, + "R": 5.5205555682391605e-09, + "M": 2.823892089054425e-07, + "O": 4.1246741488976113e-07, + "W": 2.4034447765330924e-09, + "N": 4.0421483049613016e-08, + "Y": 8.654357770865317e-06, + "U": 6.706563082659045e-10, + "K": 1.968797569418257e-09, + "L": 7.384220346295933e-09, + "G": 1.1682682270475198e-06, + "F": 5.2191368013154715e-05, + "E": 3.2034370178735116e-07, + "T": 2.8382664822856896e-05, + "P": 0.09907275438308716, + "-": 0.9008336663246155 + }, + "id": "tp_5956" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 744511, + "label": "P", + "classification": { + "B": 4.364780181731476e-07, + "S": 2.1088640167477024e-08, + "I": 4.91707214678172e-05, + "C": 6.020352998348244e-07, + "R": 1.1851420822495129e-07, + "M": 1.3731449826082098e-06, + "O": 2.17132310353918e-06, + "W": 3.475483367765264e-08, + "N": 1.2160611504441476e-06, + "Y": 5.273324859444983e-06, + "U": 1.1009595901612101e-08, + "K": 3.822053340485354e-09, + "L": 1.059668974789929e-07, + "G": 1.3130304978403728e-05, + "F": 8.40391221572645e-05, + "E": 1.4682697837997694e-05, + "T": 1.729473842715379e-05, + "P": 0.7554810047149658, + "-": 0.2443293333053589 + }, + "id": "tp_5957" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 744645, + "label": "-", + "classification": { + "B": 3.1238471365213627e-06, + "S": 5.832634428770689e-07, + "I": 0.00025823936448432505, + "C": 2.0307024897192605e-05, + "R": 1.9877677459589904e-06, + "M": 6.775001384085044e-05, + "O": 1.8306875062990002e-05, + "W": 6.220286650204798e-07, + "N": 9.376892194268294e-06, + "Y": 0.0003763292043004185, + "U": 3.547665698988567e-07, + "K": 2.591111751826247e-06, + "L": 2.6542281830188585e-06, + "G": 0.000433462206274271, + "F": 0.005713089369237423, + "E": 0.0005649316590279341, + "T": 0.00022881118638906628, + "P": 0.28456225991249084, + "-": 0.7077352404594421 + }, + "id": "tp_5958" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 744778, + "label": "-", + "classification": { + "B": 1.8203600404831377e-08, + "S": 4.796439512233519e-08, + "I": 0.00010431579721625894, + "C": 2.9362752229644684e-06, + "R": 6.012484732309531e-07, + "M": 1.849182808655314e-05, + "O": 3.06925585391582e-06, + "W": 9.854352356342133e-08, + "N": 1.7589503613635316e-06, + "Y": 0.0004478927294258028, + "U": 3.696171901879097e-08, + "K": 4.826124495593831e-07, + "L": 1.0814625284183421e-07, + "G": 3.226222179364413e-05, + "F": 0.0003681504458654672, + "E": 3.6405188438948244e-05, + "T": 0.00017502994160167873, + "P": 0.08052011579275131, + "-": 0.9182882308959961 + }, + "id": "tp_5959" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 744878, + "label": "-", + "classification": { + "B": 2.8898683446243467e-09, + "S": 3.6405043424281303e-09, + "I": 0.00012495341070462018, + "C": 7.309813554456923e-06, + "R": 5.087888439447852e-07, + "M": 5.792102911073016e-06, + "O": 5.295241294334119e-07, + "W": 1.3288222966423291e-08, + "N": 5.171630164113594e-07, + "Y": 0.0001324587792623788, + "U": 1.6550051995523063e-08, + "K": 1.6937095281832626e-08, + "L": 4.796466868128846e-08, + "G": 1.0638778803695459e-05, + "F": 7.48402817407623e-05, + "E": 1.9013936253031716e-05, + "T": 6.672582094324753e-05, + "P": 0.14639362692832947, + "-": 0.853162944316864 + }, + "id": "tp_5960" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 745012, + "label": "-", + "classification": { + "B": 1.8608572645462118e-05, + "S": 7.180757529567927e-05, + "I": 0.0063552772626280785, + "C": 0.0004273315717000514, + "R": 0.00013250656775198877, + "M": 0.0005992999649606645, + "O": 0.00034624620457179844, + "W": 9.43596605793573e-05, + "N": 0.0011744885705411434, + "Y": 0.004489268641918898, + "U": 5.296920062392019e-05, + "K": 0.0013611915055662394, + "L": 3.060495509998873e-05, + "G": 0.0007078203489072621, + "F": 0.02084924280643463, + "E": 0.004657068755477667, + "T": 0.002776247914880514, + "P": 0.33351123332977295, + "-": 0.6223443150520325 + }, + "id": "tp_5961" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 745145, + "label": "-", + "classification": { + "B": 3.3937130865524523e-06, + "S": 7.298020136659034e-06, + "I": 0.0014655942795798182, + "C": 8.351584256161004e-05, + "R": 1.6803553080535494e-05, + "M": 0.00018669653218239546, + "O": 7.950334111228585e-05, + "W": 9.266122106055263e-06, + "N": 0.00013785477494820952, + "Y": 0.0007281891303136945, + "U": 5.411379788711201e-06, + "K": 0.00012098084698664024, + "L": 1.0110155017173383e-05, + "G": 0.0006140107288956642, + "F": 0.010125203058123589, + "E": 0.0018126043723896146, + "T": 0.0010194965871050954, + "P": 0.2992396652698517, + "-": 0.684334397315979 + }, + "id": "tp_5962" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 745279, + "label": "P", + "classification": { + "B": 4.590810398497069e-09, + "S": 1.0622686064110098e-09, + "I": 1.4673015357402619e-05, + "C": 1.806674845283851e-07, + "R": 1.0348944812221816e-08, + "M": 1.7234562221801752e-07, + "O": 9.772312381528536e-08, + "W": 1.6543363345888906e-09, + "N": 2.0298236336202535e-07, + "Y": 4.732684828923084e-06, + "U": 1.5849506151965898e-09, + "K": 1.908384561488674e-08, + "L": 2.428437673174244e-09, + "G": 1.6362539554393152e-06, + "F": 0.0002865584392566234, + "E": 1.2606418749783188e-05, + "T": 2.6892064397543436e-06, + "P": 0.5328807830810547, + "-": 0.4667956233024597 + }, + "id": "tp_5963" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 745379, + "label": "-", + "classification": { + "B": 8.23603202781617e-14, + "S": 9.488229429574502e-13, + "I": 2.065724089561627e-07, + "C": 1.1000632349489337e-10, + "R": 3.663947617527086e-12, + "M": 4.4275252908398954e-10, + "O": 2.4838536782922915e-10, + "W": 2.571996001593524e-12, + "N": 1.4782999269158381e-09, + "Y": 1.5579124124087684e-07, + "U": 1.1951564954718052e-12, + "K": 5.992110141406215e-10, + "L": 2.8827398909810065e-13, + "G": 2.540566423903101e-09, + "F": 3.1498248063144274e-06, + "E": 1.4342475651574205e-07, + "T": 1.178499005050071e-07, + "P": 0.21271410584449768, + "-": 0.7872821092605591 + }, + "id": "tp_5964" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 745512, + "label": "-", + "classification": { + "B": 1.0405704387039805e-07, + "S": 1.2786514957952022e-08, + "I": 0.00010135748016182333, + "C": 1.0545129498495953e-06, + "R": 8.62306208659902e-08, + "M": 2.7898968255613e-05, + "O": 1.4280586810855311e-06, + "W": 2.0054523375279132e-08, + "N": 9.70143560152792e-07, + "Y": 0.0001263795857084915, + "U": 1.0858047794215508e-08, + "K": 4.459330682493601e-09, + "L": 1.5492923921556212e-07, + "G": 1.78554419107968e-05, + "F": 5.772360964328982e-05, + "E": 4.935140168527141e-05, + "T": 0.0001296391710639, + "P": 0.3623636066913605, + "-": 0.6371222734451294 + }, + "id": "tp_5965" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 745646, + "label": "-", + "classification": { + "B": 9.407278867001878e-07, + "S": 4.102103901004739e-07, + "I": 0.00058323098346591, + "C": 2.4674211090314202e-05, + "R": 3.126100409645005e-06, + "M": 3.713619662448764e-05, + "O": 9.093216249311808e-06, + "W": 1.0210462733084569e-06, + "N": 3.283768455730751e-05, + "Y": 0.0007867782842367887, + "U": 2.0317843336670194e-06, + "K": 4.757884380524047e-05, + "L": 9.172225077236362e-07, + "G": 0.00014673845726065338, + "F": 0.005426748190075159, + "E": 0.0014381071086972952, + "T": 0.00020293559646233916, + "P": 0.3052755892276764, + "-": 0.6859801411628723 + }, + "id": "tp_5966" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 745779, + "label": "-", + "classification": { + "B": 1.5351238502603337e-08, + "S": 2.7413872061288203e-08, + "I": 6.249773286981508e-05, + "C": 1.1288526593489223e-06, + "R": 8.42465013306537e-08, + "M": 1.6560848962399177e-05, + "O": 1.4441923212871188e-06, + "W": 1.5147291421158116e-08, + "N": 5.374759552978503e-07, + "Y": 0.00013631675392389297, + "U": 6.37925223756497e-09, + "K": 3.394653091959299e-08, + "L": 9.730858607781556e-08, + "G": 2.470297840773128e-05, + "F": 0.0002433508780086413, + "E": 3.4029399103019387e-05, + "T": 0.00014765535888727754, + "P": 0.060996897518634796, + "-": 0.938334584236145 + }, + "id": "tp_5967" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 745879, + "label": "-", + "classification": { + "B": 2.296953960367887e-09, + "S": 3.917396962371811e-10, + "I": 8.698663805262186e-06, + "C": 2.8349887770673377e-07, + "R": 2.5868203579193505e-08, + "M": 9.764564765646355e-07, + "O": 2.2611298788888234e-07, + "W": 1.7023832343809886e-09, + "N": 1.8619024544364038e-08, + "Y": 3.926282442989759e-05, + "U": 1.7976600208413629e-09, + "K": 1.3637890816653453e-10, + "L": 3.827712902193525e-08, + "G": 4.907672973786248e-06, + "F": 8.944379260356072e-06, + "E": 3.684617979615723e-07, + "T": 6.288696022238582e-05, + "P": 0.04796269163489342, + "-": 0.9519105553627014 + }, + "id": "tp_5968" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 746013, + "label": "-", + "classification": { + "B": 6.501822724658268e-08, + "S": 1.8252211475555669e-07, + "I": 8.359807543456554e-05, + "C": 1.0982238563883584e-05, + "R": 1.5384516700578388e-06, + "M": 8.910888027457986e-06, + "O": 4.054498276673257e-06, + "W": 3.727522539520578e-07, + "N": 2.7673995646182448e-06, + "Y": 0.00027595378924161196, + "U": 3.7508760897253524e-07, + "K": 1.1754864317481406e-06, + "L": 4.125416808165028e-07, + "G": 2.722241697483696e-05, + "F": 0.001311078667640686, + "E": 1.9878205421264283e-05, + "T": 0.00027456224779598415, + "P": 0.15599431097507477, + "-": 0.8419825434684753 + }, + "id": "tp_5969" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 746146, + "label": "-", + "classification": { + "B": 9.653250998553631e-08, + "S": 9.998330163796254e-09, + "I": 1.32962422867422e-05, + "C": 2.2521241760387056e-07, + "R": 4.1930988459171203e-08, + "M": 9.826097084442154e-06, + "O": 1.2279230077183456e-06, + "W": 1.991491060948647e-08, + "N": 9.772836051524791e-08, + "Y": 0.00013831371325068176, + "U": 5.413957726574381e-09, + "K": 1.0381003612280892e-08, + "L": 1.0199347144634885e-07, + "G": 2.0186103938613087e-05, + "F": 0.00011191386874997988, + "E": 6.655051492998609e-06, + "T": 0.0001565817801747471, + "P": 0.0634290799498558, + "-": 0.9361122846603394 + }, + "id": "tp_5970" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 746280, + "label": "-", + "classification": { + "B": 2.783021727736923e-06, + "S": 9.846909961197525e-06, + "I": 0.0006141415215097368, + "C": 1.1818207894975785e-05, + "R": 4.078888196090702e-06, + "M": 9.962902549887076e-05, + "O": 5.981553113088012e-05, + "W": 8.874402738001663e-06, + "N": 8.71423035277985e-05, + "Y": 0.00048071544733829796, + "U": 3.1573597425449407e-06, + "K": 0.00016903562936931849, + "L": 3.447162498559919e-06, + "G": 0.0001284527243115008, + "F": 0.008760475553572178, + "E": 0.0014135697856545448, + "T": 0.0005843804683536291, + "P": 0.3284320533275604, + "-": 0.6591265797615051 + }, + "id": "tp_5971" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 746380, + "label": "-", + "classification": { + "B": 4.683644405645282e-08, + "S": 4.356160765439654e-09, + "I": 0.00010989753354806453, + "C": 3.3958365293074166e-06, + "R": 1.4706439799283544e-07, + "M": 6.560798647115007e-05, + "O": 1.4883122503306367e-06, + "W": 8.466999545930776e-09, + "N": 3.9479249380747206e-07, + "Y": 0.0001579528470756486, + "U": 1.6965593374607124e-08, + "K": 8.275213292385786e-10, + "L": 6.115901669545565e-07, + "G": 3.744245623238385e-05, + "F": 4.374658237793483e-05, + "E": 1.7793419829104096e-05, + "T": 0.00046274790656752884, + "P": 0.16761507093906403, + "-": 0.8314836025238037 + }, + "id": "tp_5972" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 746513, + "label": "-", + "classification": { + "B": 2.5130159064801205e-10, + "S": 6.708038569058772e-10, + "I": 1.5552745935565326e-06, + "C": 4.823594679237431e-08, + "R": 3.58606655481708e-09, + "M": 1.8100465126735799e-07, + "O": 5.3527735133229726e-08, + "W": 8.978316978769385e-10, + "N": 3.3384736752850586e-08, + "Y": 1.6098703781608492e-05, + "U": 8.426677688966322e-10, + "K": 3.110120516680581e-08, + "L": 1.611982547444768e-09, + "G": 7.535534223279683e-07, + "F": 0.0005351080326363444, + "E": 2.3757072540320223e-06, + "T": 1.3857609701517504e-05, + "P": 0.08347200602293015, + "-": 0.9159579873085022 + }, + "id": "tp_5973" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 746647, + "label": "-", + "classification": { + "B": 2.7940691982308863e-09, + "S": 2.19878532048412e-10, + "I": 1.4021489732840564e-05, + "C": 1.710877342020467e-07, + "R": 3.739833775995294e-09, + "M": 1.4082027064432623e-06, + "O": 4.665695030325878e-08, + "W": 6.151773535023608e-10, + "N": 5.972992767055985e-08, + "Y": 1.4310507140180562e-05, + "U": 3.232038803258064e-10, + "K": 7.916378663708201e-10, + "L": 2.1477941647418675e-09, + "G": 2.346701194255729e-06, + "F": 2.7375019271858037e-05, + "E": 1.7823578673414886e-05, + "T": 5.748604053223971e-06, + "P": 0.4341992735862732, + "-": 0.5657174587249756 + }, + "id": "tp_5974" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 746780, + "label": "-", + "classification": { + "B": 1.532798563630422e-07, + "S": 1.8696820802688308e-07, + "I": 0.00011961042764596641, + "C": 1.1533827091625426e-05, + "R": 1.6362190535801346e-06, + "M": 1.6669087926857173e-05, + "O": 6.102397946960991e-06, + "W": 2.980736724111921e-07, + "N": 7.880748853494879e-06, + "Y": 0.0005873775808140635, + "U": 6.930096674295783e-07, + "K": 2.667065564310178e-05, + "L": 4.1132949490929605e-07, + "G": 0.00010363639012211934, + "F": 0.0037187100388109684, + "E": 0.00015671821893192828, + "T": 0.0002761023642960936, + "P": 0.17904357612133026, + "-": 0.8159221410751343 + }, + "id": "tp_5975" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 746880, + "label": "-", + "classification": { + "B": 8.776334325943935e-09, + "S": 5.500043198658489e-10, + "I": 7.869809633120894e-05, + "C": 7.809780413481349e-07, + "R": 4.536729392157213e-08, + "M": 5.983291089250997e-07, + "O": 1.4478790433258837e-07, + "W": 3.1579769910194955e-09, + "N": 5.312688813319255e-07, + "Y": 2.958674667752348e-05, + "U": 1.0918532744597087e-08, + "K": 5.528730895321132e-08, + "L": 6.154662557378288e-09, + "G": 6.194885827426333e-06, + "F": 5.216171848587692e-05, + "E": 3.066370845772326e-05, + "T": 1.551830064272508e-05, + "P": 0.31034013628959656, + "-": 0.6894448399543762 + }, + "id": "tp_5976" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 747014, + "label": "-", + "classification": { + "B": 4.545822385182419e-09, + "S": 9.45973077648432e-10, + "I": 9.571874397806823e-05, + "C": 2.0814545678149443e-06, + "R": 1.3360259742967173e-07, + "M": 7.327349521801807e-06, + "O": 5.460468059936829e-07, + "W": 2.815478739037758e-09, + "N": 3.2909659353208554e-07, + "Y": 4.408690438140184e-05, + "U": 5.860087082254495e-09, + "K": 4.1702241659891115e-09, + "L": 3.6164649941383686e-08, + "G": 2.066900924546644e-05, + "F": 2.360862163186539e-05, + "E": 1.2882544979220256e-05, + "T": 8.366431575268507e-05, + "P": 0.1057087853550911, + "-": 0.8940000534057617 + }, + "id": "tp_5977" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 747147, + "label": "-", + "classification": { + "B": 4.742152448500292e-09, + "S": 1.2049049535889367e-09, + "I": 1.583322591613978e-05, + "C": 3.8648332179036515e-07, + "R": 1.7828455156632117e-08, + "M": 8.097203476609138e-07, + "O": 2.8042708777320513e-07, + "W": 5.111300271920527e-09, + "N": 1.7048614608938806e-07, + "Y": 7.558044671895914e-06, + "U": 6.155206122571144e-09, + "K": 9.948063706133325e-09, + "L": 1.4975913842363298e-08, + "G": 3.644365506261238e-06, + "F": 6.788242899347097e-05, + "E": 4.015226295450702e-06, + "T": 1.91357630683342e-05, + "P": 0.3275047242641449, + "-": 0.6723755598068237 + }, + "id": "tp_5978" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 747281, + "label": "-", + "classification": { + "B": 7.485190963052446e-06, + "S": 4.6951660692684527e-07, + "I": 0.00017656790441833436, + "C": 2.912131549237529e-06, + "R": 8.929918067224207e-07, + "M": 3.310387546662241e-05, + "O": 3.31334704242181e-05, + "W": 1.0761557405203348e-06, + "N": 4.2427996049809735e-06, + "Y": 0.00013045126979704946, + "U": 2.236807858935208e-07, + "K": 2.000195422624529e-07, + "L": 2.667181433935184e-06, + "G": 8.528670878149569e-05, + "F": 0.000455576169770211, + "E": 8.562230505049229e-05, + "T": 0.00014061415276955813, + "P": 0.21741269528865814, + "-": 0.781426727771759 + }, + "id": "tp_5979" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 747381, + "label": "-", + "classification": { + "B": 4.920333594782278e-06, + "S": 1.8424339941702783e-05, + "I": 0.00041480312938801944, + "C": 4.020977212348953e-05, + "R": 7.895921044109855e-06, + "M": 9.158525062957779e-05, + "O": 0.00011270336108282208, + "W": 2.1072282834211364e-05, + "N": 0.0001451694406569004, + "Y": 0.0008988979388959706, + "U": 7.872898095229175e-06, + "K": 0.0004663944127969444, + "L": 4.178685230726842e-06, + "G": 0.0002869871386792511, + "F": 0.019978683441877365, + "E": 0.0018335122149437666, + "T": 0.000656594056636095, + "P": 0.3150140047073364, + "-": 0.6599961519241333 + }, + "id": "tp_5980" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 747514, + "label": "-", + "classification": { + "B": 6.192191204235087e-10, + "S": 1.8731861894938362e-10, + "I": 3.965093128499575e-06, + "C": 2.187436365375106e-08, + "R": 7.175234850720358e-10, + "M": 1.47877358358528e-07, + "O": 4.8195641255688315e-08, + "W": 4.4231232565472567e-10, + "N": 4.791333907405715e-08, + "Y": 3.861462118948111e-06, + "U": 1.7234921823039429e-10, + "K": 2.3950477157086425e-09, + "L": 5.009063719363382e-10, + "G": 9.517285093352257e-07, + "F": 7.046510290820152e-05, + "E": 4.322380391386105e-06, + "T": 3.4049182886519702e-06, + "P": 0.2518678903579712, + "-": 0.7480448484420776 + }, + "id": "tp_5981" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 747648, + "label": "-", + "classification": { + "B": 1.1496282326106666e-07, + "S": 4.2613510942146604e-08, + "I": 3.455569822108373e-05, + "C": 3.880185886373511e-06, + "R": 3.174279754603049e-07, + "M": 7.784539775457233e-06, + "O": 2.232482756880927e-06, + "W": 6.570254384996588e-08, + "N": 6.065824322831759e-07, + "Y": 7.713518425589427e-05, + "U": 3.946032123280929e-08, + "K": 9.335008144262247e-08, + "L": 3.726429724792979e-07, + "G": 5.798126949230209e-05, + "F": 0.0014219001168385148, + "E": 3.143053982057609e-05, + "T": 6.143926293589175e-05, + "P": 0.1999518722295761, + "-": 0.7983481287956238 + }, + "id": "tp_5982" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 747781, + "label": "-", + "classification": { + "B": 2.020968850047211e-06, + "S": 3.889090748998569e-06, + "I": 0.0007576650241389871, + "C": 3.8383284845622256e-05, + "R": 9.336884431832004e-06, + "M": 0.0001628526661079377, + "O": 4.078887286596e-05, + "W": 4.059950242663035e-06, + "N": 5.774032979388721e-05, + "Y": 0.0014308065874502063, + "U": 2.810290880006505e-06, + "K": 4.3639422074193135e-05, + "L": 4.883355813944945e-06, + "G": 0.00028426601784303784, + "F": 0.009459814988076687, + "E": 0.001095462474040687, + "T": 0.0007353401742875576, + "P": 0.31620076298713684, + "-": 0.669665515422821 + }, + "id": "tp_5983" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 747881, + "label": "-", + "classification": { + "B": 7.113011406545411e-07, + "S": 5.850713478139369e-07, + "I": 0.0013302650768309832, + "C": 2.1037052647443488e-05, + "R": 2.4349767500098096e-06, + "M": 6.668025889666751e-05, + "O": 1.2070280718035065e-05, + "W": 6.474988936133741e-07, + "N": 4.208693280816078e-05, + "Y": 0.0003580273187253624, + "U": 6.063061164240935e-07, + "K": 1.8919540707429405e-06, + "L": 9.035890684572223e-07, + "G": 5.810311995446682e-05, + "F": 0.00028113945154473186, + "E": 0.0006661724182777107, + "T": 0.000489327241666615, + "P": 0.4230593144893646, + "-": 0.5736079812049866 + }, + "id": "tp_5984" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 748015, + "label": "-", + "classification": { + "B": 9.659856914367992e-07, + "S": 1.986911968288041e-07, + "I": 0.0003061986935790628, + "C": 1.918200359796174e-05, + "R": 1.6245085134869441e-06, + "M": 8.548379264539108e-05, + "O": 1.0206019396719057e-05, + "W": 2.7850327910527994e-07, + "N": 6.606024726352189e-06, + "Y": 0.0005300287157297134, + "U": 6.157665097816789e-07, + "K": 8.852665018821426e-07, + "L": 1.903052066154487e-06, + "G": 0.000206264914595522, + "F": 0.0009525634814053774, + "E": 0.00031931293779052794, + "T": 0.0005375120672397316, + "P": 0.2635043263435364, + "-": 0.7335157990455627 + }, + "id": "tp_5985" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 748148, + "label": "-", + "classification": { + "B": 1.4405964066099841e-06, + "S": 3.144707079627551e-06, + "I": 0.0016320610884577036, + "C": 4.480687857721932e-05, + "R": 5.985639290884137e-06, + "M": 7.289637869689614e-05, + "O": 2.7330041120876558e-05, + "W": 3.4719682844297495e-06, + "N": 0.00011984015873167664, + "Y": 0.0005873257177881896, + "U": 3.4035092539852485e-06, + "K": 2.5313111109426245e-05, + "L": 2.2086080662120366e-06, + "G": 9.676523768575862e-05, + "F": 0.0015290318988263607, + "E": 0.0009347551385872066, + "T": 0.0006772034103050828, + "P": 0.4588887691497803, + "-": 0.5353443622589111 + }, + "id": "tp_5986" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 748282, + "label": "-", + "classification": { + "B": 1.765200963177449e-08, + "S": 9.969001624199336e-09, + "I": 5.307725132297492e-06, + "C": 1.500207076787774e-06, + "R": 5.839556038722549e-08, + "M": 1.6117020322781173e-06, + "O": 4.132598121486808e-07, + "W": 3.05101188757817e-08, + "N": 3.1845624448578747e-07, + "Y": 0.00018175267905462533, + "U": 2.529006515317178e-08, + "K": 2.4676355678820983e-05, + "L": 7.636373311470379e-09, + "G": 4.6795619709882885e-05, + "F": 0.0011820221552625299, + "E": 6.710032175760716e-05, + "T": 2.811570266203489e-05, + "P": 0.04878104478120804, + "-": 0.9496791362762451 + }, + "id": "tp_5987" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 748382, + "label": "-", + "classification": { + "B": 2.926960291915748e-07, + "S": 5.370345661503961e-07, + "I": 0.0001713677920633927, + "C": 1.3594589063359308e-06, + "R": 4.092613892225927e-07, + "M": 1.7403332094545476e-05, + "O": 8.149344466801267e-06, + "W": 4.4625534201259143e-07, + "N": 1.0470762390468735e-05, + "Y": 0.0001654984662309289, + "U": 1.1339022876200033e-07, + "K": 2.3601730845257407e-06, + "L": 2.184849563491298e-07, + "G": 4.3174048187211156e-05, + "F": 0.0016171011375263333, + "E": 0.00010755375842563808, + "T": 0.00017388873675372452, + "P": 0.42731454968452454, + "-": 0.5703651309013367 + }, + "id": "tp_5988" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 748515, + "label": "-", + "classification": { + "B": 7.149744121401347e-14, + "S": 4.0496614715042e-14, + "I": 7.443767269244006e-10, + "C": 4.357397775933691e-11, + "R": 3.5981100369140984e-13, + "M": 8.115219607418567e-11, + "O": 2.495232492849553e-11, + "W": 1.0270075940935555e-13, + "N": 2.76487339967435e-12, + "Y": 4.086171756512158e-08, + "U": 5.5337953322335057e-14, + "K": 1.1449703164745362e-11, + "L": 9.85232674523967e-14, + "G": 1.1099731134223134e-09, + "F": 6.290282726695295e-06, + "E": 2.0432824321403587e-09, + "T": 1.4554473182215588e-08, + "P": 0.02707766182720661, + "-": 0.9729160666465759 + }, + "id": "tp_5989" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 748649, + "label": "-", + "classification": { + "B": 7.578649707795648e-09, + "S": 4.263368325041483e-09, + "I": 7.060094958433183e-06, + "C": 2.8577164812304545e-07, + "R": 1.3169172419225106e-08, + "M": 6.598504114663228e-06, + "O": 3.892696440743748e-07, + "W": 2.688442357623444e-09, + "N": 1.002483358547579e-07, + "Y": 5.850382149219513e-05, + "U": 1.2114707015342674e-09, + "K": 3.063676956571726e-08, + "L": 1.9280472329796794e-08, + "G": 1.2332556252658833e-05, + "F": 0.00015417188114952296, + "E": 2.670567664608825e-05, + "T": 7.655045192223042e-05, + "P": 0.020073413848876953, + "-": 0.9795837998390198 + }, + "id": "tp_5990" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 748782, + "label": "-", + "classification": { + "B": 7.687744982831646e-07, + "S": 1.3351056793453608e-07, + "I": 1.3003579624637496e-05, + "C": 2.755442096713523e-07, + "R": 6.293254983802399e-08, + "M": 1.0950957403110806e-05, + "O": 7.620920314366231e-06, + "W": 1.358143180141269e-07, + "N": 4.788754495166359e-07, + "Y": 1.2405865163600538e-05, + "U": 7.3196519956297834e-09, + "K": 3.3410587629845168e-09, + "L": 3.616889614477259e-07, + "G": 7.997440661711153e-06, + "F": 0.00015226005052682012, + "E": 1.2450264875951689e-05, + "T": 5.5807846365496516e-05, + "P": 0.268878698348999, + "-": 0.7308465838432312 + }, + "id": "tp_5991" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 748882, + "label": "-", + "classification": { + "B": 7.124803005353897e-07, + "S": 1.4861973340885015e-06, + "I": 5.4440690291812643e-05, + "C": 1.7535381857669563e-06, + "R": 3.0427406727540074e-07, + "M": 6.428558117477223e-05, + "O": 2.1457493858179078e-05, + "W": 7.682743330406083e-07, + "N": 2.585843731139903e-06, + "Y": 0.00013975413457956165, + "U": 1.3648501351326559e-07, + "K": 4.981566235073842e-07, + "L": 1.6173772792171803e-06, + "G": 5.368193887989037e-05, + "F": 0.001648399978876114, + "E": 7.082489173626527e-05, + "T": 0.00045538440463133156, + "P": 0.10799497365951538, + "-": 0.8894869089126587 + }, + "id": "tp_5992" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 749016, + "label": "-", + "classification": { + "B": 2.152981970482415e-08, + "S": 5.836549021864812e-08, + "I": 1.4281836229201872e-05, + "C": 1.7183585441671312e-05, + "R": 1.7421368738723686e-06, + "M": 1.2101306310796645e-05, + "O": 4.423201517056441e-06, + "W": 1.5441035827734595e-07, + "N": 1.0499252312001772e-06, + "Y": 0.0005304952501319349, + "U": 2.115460233653721e-07, + "K": 6.912050139362691e-06, + "L": 4.857715794059914e-07, + "G": 6.231633597053587e-05, + "F": 0.005513245239853859, + "E": 2.9743798222625628e-05, + "T": 0.0002680485195014626, + "P": 0.03550228103995323, + "-": 0.9580352306365967 + }, + "id": "tp_5993" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 749149, + "label": "-", + "classification": { + "B": 9.643609522047569e-11, + "S": 1.4623266139657254e-11, + "I": 3.1644044611311983e-06, + "C": 1.7278024699862726e-07, + "R": 6.429367260807339e-09, + "M": 1.5079376680660062e-07, + "O": 1.319306086600136e-08, + "W": 4.96073494782312e-11, + "N": 6.136408270407401e-09, + "Y": 1.0736051081039477e-05, + "U": 1.0246359316568032e-10, + "K": 2.2597447524308478e-10, + "L": 4.5535050730016735e-10, + "G": 1.4214202792572905e-06, + "F": 2.499155561963562e-05, + "E": 8.059928404691163e-07, + "T": 3.821534846792929e-06, + "P": 0.07407066971063614, + "-": 0.9258838891983032 + }, + "id": "tp_5994" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 749283, + "label": "-", + "classification": { + "B": 3.1139896217169394e-11, + "S": 1.4113191518227985e-11, + "I": 8.003095899766777e-06, + "C": 1.654697712183406e-08, + "R": 3.651828839323912e-10, + "M": 9.090619812468503e-08, + "O": 3.789322189362565e-09, + "W": 3.440868423520982e-11, + "N": 1.9131668693717074e-08, + "Y": 4.921722847939236e-06, + "U": 8.209920937529702e-11, + "K": 7.864436213367298e-09, + "L": 9.674537559956065e-11, + "G": 8.797937312010617e-07, + "F": 3.0199476896086708e-05, + "E": 3.0661627533845603e-05, + "T": 1.78923005478282e-06, + "P": 0.30593281984329224, + "-": 0.6939905285835266 + }, + "id": "tp_5995" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 749383, + "label": "-", + "classification": { + "B": 6.089795533625875e-06, + "S": 2.7460457658889936e-06, + "I": 3.4278578823432326e-05, + "C": 3.462916708940611e-07, + "R": 6.890093828815225e-08, + "M": 3.762934647966176e-05, + "O": 1.7801919966586865e-05, + "W": 6.020962359798432e-07, + "N": 2.2521994651469868e-06, + "Y": 6.150703848106787e-05, + "U": 3.464556641574745e-08, + "K": 4.0187779859479633e-07, + "L": 1.14329725420248e-06, + "G": 7.993575854925439e-05, + "F": 0.002800215966999531, + "E": 0.0003851141664199531, + "T": 9.492089156992733e-05, + "P": 0.24169953167438507, + "-": 0.75477534532547 + }, + "id": "tp_5996" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 749516, + "label": "-", + "classification": { + "B": 4.164929290340069e-09, + "S": 3.1532463307115677e-09, + "I": 1.4854962500976399e-05, + "C": 6.14998327819194e-08, + "R": 1.3720105052072995e-09, + "M": 5.164167760085547e-06, + "O": 3.5249439633844304e-07, + "W": 2.2959416590140336e-09, + "N": 1.929922888166402e-07, + "Y": 1.6841724573168904e-05, + "U": 4.856317570300916e-10, + "K": 7.595396533943699e-10, + "L": 1.0190244204011378e-08, + "G": 3.858292529912433e-06, + "F": 3.287436629761942e-05, + "E": 3.612402724684216e-05, + "T": 3.339642353239469e-05, + "P": 0.2743232846260071, + "-": 0.7255328297615051 + }, + "id": "tp_5997" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 749650, + "label": "-", + "classification": { + "B": 1.7807824171430647e-14, + "S": 1.7285228771655504e-15, + "I": 8.347956770293763e-10, + "C": 6.579166465098263e-12, + "R": 3.4753751661448576e-14, + "M": 2.175302299400883e-11, + "O": 1.492819409754098e-11, + "W": 9.120431494725415e-15, + "N": 8.497521805130026e-13, + "Y": 6.589132017786881e-10, + "U": 1.8264918725152852e-15, + "K": 8.29883240577832e-15, + "L": 3.763493423153408e-14, + "G": 1.3954427890983112e-10, + "F": 1.6405191161084076e-07, + "E": 4.2778519615538357e-10, + "T": 3.3602249871478307e-09, + "P": 0.05733524262905121, + "-": 0.9426646828651428 + }, + "id": "tp_5998" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 749783, + "label": "-", + "classification": { + "B": 1.3867007453427505e-07, + "S": 4.7325311669510484e-08, + "I": 9.129934915108606e-05, + "C": 1.0902696885750629e-05, + "R": 8.119208700918534e-07, + "M": 8.151819201884791e-05, + "O": 3.971392288804054e-06, + "W": 1.2063040344401088e-07, + "N": 1.668484742367582e-06, + "Y": 0.0008632527897134423, + "U": 1.3577412971699232e-07, + "K": 5.143562589182693e-07, + "L": 5.454307370200695e-07, + "G": 5.250786489341408e-05, + "F": 0.0002849525189958513, + "E": 0.00013379509618971497, + "T": 0.000536709965672344, + "P": 0.059131328016519547, + "-": 0.9388057589530945 + }, + "id": "tp_5999" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 749883, + "label": "-", + "classification": { + "B": 1.033893748392245e-09, + "S": 1.4352687927043917e-09, + "I": 4.5982247684150934e-05, + "C": 1.7214081537986203e-07, + "R": 1.2252836967263647e-08, + "M": 5.570531129706069e-07, + "O": 9.802956668636398e-08, + "W": 2.6904105610014994e-09, + "N": 2.661829512362601e-07, + "Y": 2.196995228587184e-05, + "U": 1.9359644998218073e-09, + "K": 9.75049552209839e-09, + "L": 3.4862484010744765e-09, + "G": 8.187595881281595e-07, + "F": 3.0329463697853498e-05, + "E": 6.681072136416333e-06, + "T": 1.5267769413185306e-05, + "P": 0.38618457317352295, + "-": 0.613693118095398 + }, + "id": "tp_6000" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 750017, + "label": "-", + "classification": { + "B": 4.72624641645325e-08, + "S": 1.2820629891052704e-08, + "I": 0.00020642166782636195, + "C": 5.858859822183149e-06, + "R": 4.0239888221549336e-07, + "M": 2.374279347350239e-06, + "O": 1.6277195982183912e-06, + "W": 2.738672044699797e-08, + "N": 6.284878509177361e-06, + "Y": 9.350577602162957e-05, + "U": 7.534146817533838e-08, + "K": 3.679162091430044e-06, + "L": 4.2614114903472e-08, + "G": 5.286463419906795e-05, + "F": 0.0011015009367838502, + "E": 0.00025288728647865355, + "T": 3.450777512625791e-05, + "P": 0.2258923500776291, + "-": 0.7723455429077148 + }, + "id": "tp_6001" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 750150, + "label": "-", + "classification": { + "B": 1.0479768164373127e-09, + "S": 2.453368896926378e-10, + "I": 2.563101952546276e-05, + "C": 4.898630550087546e-07, + "R": 9.899969732884983e-09, + "M": 4.532711955107516e-06, + "O": 9.256383748379449e-08, + "W": 6.557520637606729e-10, + "N": 4.977089673730006e-08, + "Y": 1.3455301086651161e-05, + "U": 6.632009941220929e-10, + "K": 5.076710718476818e-10, + "L": 9.664700151290617e-09, + "G": 2.5763956728042103e-06, + "F": 2.3664702894166112e-05, + "E": 9.962684998754412e-06, + "T": 2.1063064195914194e-05, + "P": 0.17861372232437134, + "-": 0.8212846517562866 + }, + "id": "tp_6002" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 750250, + "label": "-", + "classification": { + "B": 1.444211084056235e-09, + "S": 6.359539561628935e-10, + "I": 7.321147677430417e-06, + "C": 2.030665484653582e-07, + "R": 1.2683842420813107e-08, + "M": 1.2281451517992537e-06, + "O": 8.74875567546951e-08, + "W": 7.931091894342046e-10, + "N": 2.349119654354581e-08, + "Y": 5.880455137230456e-05, + "U": 9.437123305033879e-10, + "K": 1.9441586118773557e-09, + "L": 9.957997981757671e-09, + "G": 5.2576074267562944e-06, + "F": 8.508467726642266e-05, + "E": 4.405507297633449e-06, + "T": 2.4397751985816285e-05, + "P": 0.07377584278583527, + "-": 0.9260374307632446 + }, + "id": "tp_6003" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 750384, + "label": "-", + "classification": { + "B": 2.0726011129568178e-08, + "S": 3.6711080841911325e-09, + "I": 7.526192348450422e-05, + "C": 2.315324991286616e-06, + "R": 1.0911550418768456e-07, + "M": 1.5147007616178598e-05, + "O": 9.595980827725725e-07, + "W": 2.4720819169488095e-08, + "N": 6.432190389205061e-07, + "Y": 5.944618533249013e-05, + "U": 2.5857383789684718e-08, + "K": 4.965894007114002e-08, + "L": 8.48018615329238e-08, + "G": 1.0789663974719588e-05, + "F": 6.688018038403243e-05, + "E": 3.1860152375884354e-05, + "T": 0.00011265949433436617, + "P": 0.14982573688030243, + "-": 0.8497978448867798 + }, + "id": "tp_6004" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 750517, + "label": "-", + "classification": { + "B": 7.163936288634432e-08, + "S": 1.0874190436993558e-09, + "I": 4.7458279368584044e-06, + "C": 5.376419665026333e-08, + "R": 2.9630407016867366e-09, + "M": 3.0654564397991635e-07, + "O": 1.1949298084346083e-07, + "W": 1.7573660304748273e-09, + "N": 4.1951860652034156e-08, + "Y": 6.097641289670719e-06, + "U": 6.954147813154066e-10, + "K": 5.274204961658313e-10, + "L": 1.4071476428512142e-08, + "G": 2.6448640255694045e-06, + "F": 5.257831799099222e-05, + "E": 9.408522601006553e-06, + "T": 7.220268798846519e-06, + "P": 0.3555273413658142, + "-": 0.644389271736145 + }, + "id": "tp_6005" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 750651, + "label": "-", + "classification": { + "B": 3.966131600918743e-07, + "S": 1.9536108197826252e-07, + "I": 0.00013170091551728547, + "C": 5.283215159579413e-06, + "R": 6.753762136213481e-07, + "M": 4.149005326326005e-05, + "O": 1.860587508417666e-05, + "W": 2.426529306376324e-07, + "N": 3.925466899090679e-06, + "Y": 0.00015185290249064565, + "U": 1.0725454302473736e-07, + "K": 1.2387779690925527e-07, + "L": 1.173986674984917e-06, + "G": 0.00016557272465433925, + "F": 0.0005375351756811142, + "E": 8.113068179227412e-05, + "T": 0.00018541568715590984, + "P": 0.2642764747142792, + "-": 0.7343981862068176 + }, + "id": "tp_6006" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 750751, + "label": "-", + "classification": { + "B": 7.543591351577561e-08, + "S": 6.221341664058855e-08, + "I": 5.7074048527283594e-05, + "C": 9.89986801869236e-06, + "R": 1.4052907317818608e-06, + "M": 2.8735854357364587e-05, + "O": 4.693755727203097e-06, + "W": 1.4740479059582867e-07, + "N": 1.8916566659754608e-06, + "Y": 0.00030545765184797347, + "U": 1.422006903339934e-07, + "K": 2.2994461232883623e-06, + "L": 3.1962221669346036e-07, + "G": 6.291110184974968e-05, + "F": 0.0014634657418355346, + "E": 7.561588427051902e-05, + "T": 0.00017598010890651494, + "P": 0.07725692540407181, + "-": 0.9205529689788818 + }, + "id": "tp_6007" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 750884, + "label": "-", + "classification": { + "B": 9.111166150432837e-07, + "S": 3.903563339235916e-08, + "I": 0.0002119641430908814, + "C": 1.4099766303843353e-05, + "R": 1.530628196633188e-06, + "M": 1.077353135769954e-05, + "O": 3.287358822490205e-06, + "W": 1.8025087911155424e-07, + "N": 2.9881032332923496e-06, + "Y": 0.0002320050698472187, + "U": 3.884336194914795e-07, + "K": 2.200763731252664e-07, + "L": 8.006380198821716e-07, + "G": 0.0001196392549900338, + "F": 0.00029096167418174446, + "E": 9.6363146440126e-05, + "T": 0.0001671375794103369, + "P": 0.4734397828578949, + "-": 0.5254069566726685 + }, + "id": "tp_6008" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 751018, + "label": "P", + "classification": { + "B": 8.949890002440952e-07, + "S": 9.586363347580118e-08, + "I": 0.0006233627791516483, + "C": 1.409739979862934e-05, + "R": 1.098984967029537e-06, + "M": 6.390698399627581e-05, + "O": 5.542064172914252e-06, + "W": 1.7575560207205854e-07, + "N": 1.2972785953024868e-05, + "Y": 0.00026777113089337945, + "U": 2.411379398381541e-07, + "K": 1.715406142466236e-06, + "L": 8.572823730901291e-07, + "G": 0.00026083411648869514, + "F": 0.0010091372532770038, + "E": 0.0012151907430961728, + "T": 0.00018978801381308585, + "P": 0.5561323761940002, + "-": 0.4402000308036804 + }, + "id": "tp_6009" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 751151, + "label": "-", + "classification": { + "B": 6.818520054130417e-11, + "S": 2.96733609905786e-11, + "I": 5.77581249672221e-06, + "C": 1.1257100851480573e-07, + "R": 2.0818746726547488e-09, + "M": 2.4206502757806447e-07, + "O": 1.8494455744644256e-08, + "W": 1.401267435419129e-10, + "N": 2.177289104565716e-08, + "Y": 8.134938070725184e-06, + "U": 2.419976996570483e-10, + "K": 7.068595930803667e-09, + "L": 2.319735376010712e-10, + "G": 7.48492482216534e-07, + "F": 2.156519803975243e-05, + "E": 4.687769433076028e-06, + "T": 4.051767973578535e-06, + "P": 0.13444353640079498, + "-": 0.8655111193656921 + }, + "id": "tp_6010" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 751251, + "label": "-", + "classification": { + "B": 4.527768396656029e-06, + "S": 9.046568720805226e-07, + "I": 0.0013849773677065969, + "C": 8.844619151204824e-05, + "R": 1.25164460769156e-05, + "M": 0.0001013590008369647, + "O": 2.6731609978014603e-05, + "W": 3.6113806345383637e-06, + "N": 6.467961793532595e-05, + "Y": 0.0018782871775329113, + "U": 7.609802196384408e-06, + "K": 0.00012784660793840885, + "L": 3.679249402921414e-06, + "G": 0.0008687476511113346, + "F": 0.0028695056680589914, + "E": 0.0024375542998313904, + "T": 0.00044425655505619943, + "P": 0.27779850363731384, + "-": 0.7118763327598572 + }, + "id": "tp_6011" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 751385, + "label": "-", + "classification": { + "B": 0.0004020863852929324, + "S": 7.857553282519802e-05, + "I": 0.0023884170223027468, + "C": 0.0002240208996227011, + "R": 2.8821568776038475e-05, + "M": 0.0018492816016077995, + "O": 0.00043060624739155173, + "W": 4.733577952720225e-05, + "N": 0.00025968250702135265, + "Y": 0.0037640491500496864, + "U": 1.92310253623873e-05, + "K": 8.58443308970891e-05, + "L": 0.00013249313633423299, + "G": 0.0059935180470347404, + "F": 0.023922085762023926, + "E": 0.013215135782957077, + "T": 0.002577828010544181, + "P": 0.3832325041294098, + "-": 0.5613484978675842 + }, + "id": "tp_6012" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 751518, + "label": "-", + "classification": { + "B": 1.1881701178495518e-09, + "S": 5.5144992738842546e-11, + "I": 6.1168884712969884e-06, + "C": 5.3149157963616744e-08, + "R": 1.5978669498650788e-09, + "M": 3.871877538585977e-07, + "O": 2.5354919941378284e-08, + "W": 1.4628903644009483e-10, + "N": 1.7233199756105932e-08, + "Y": 2.202086079705623e-06, + "U": 1.409891370318661e-10, + "K": 1.9598302147816327e-11, + "L": 1.5744151538044093e-09, + "G": 3.881863790411444e-07, + "F": 2.456775519021903e-06, + "E": 2.206258841397357e-06, + "T": 5.001122190151364e-06, + "P": 0.49728938937187195, + "-": 0.5026918053627014 + }, + "id": "tp_6013" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 751652, + "label": "-", + "classification": { + "B": 3.072837273521145e-07, + "S": 2.8313905886534485e-08, + "I": 0.0004118168435525149, + "C": 3.9875808397482615e-06, + "R": 3.919166147170472e-07, + "M": 5.7757915783440694e-05, + "O": 2.3706368210696382e-06, + "W": 4.651659679666409e-08, + "N": 2.7209698600927368e-06, + "Y": 0.00030153998523019254, + "U": 3.0122755845241045e-08, + "K": 1.942665228682472e-08, + "L": 3.017584617737157e-07, + "G": 6.314856000244617e-05, + "F": 9.815924568101764e-05, + "E": 0.0002089145709760487, + "T": 0.0002488306490704417, + "P": 0.41033029556274414, + "-": 0.5882692933082581 + }, + "id": "tp_6014" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 751752, + "label": "-", + "classification": { + "B": 2.076367699999082e-08, + "S": 3.067471165962843e-09, + "I": 6.592628778889775e-05, + "C": 1.7944036017070175e-06, + "R": 1.046400299742345e-07, + "M": 2.386912228757865e-06, + "O": 3.8592710893681215e-07, + "W": 1.3967806467007904e-08, + "N": 9.414164310328488e-07, + "Y": 4.829268073081039e-05, + "U": 4.247699081361134e-08, + "K": 7.713744309967296e-08, + "L": 4.8068606872675446e-08, + "G": 7.166881914599799e-06, + "F": 0.00014685159840155393, + "E": 5.844964107382111e-05, + "T": 5.5718810472171754e-05, + "P": 0.35505402088165283, + "-": 0.6445577144622803 + }, + "id": "tp_6015" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 751885, + "label": "-", + "classification": { + "B": 8.342048204212915e-06, + "S": 2.7486563340062276e-05, + "I": 0.006349813658744097, + "C": 0.0003741583786904812, + "R": 0.00010480194760020822, + "M": 0.00037065765354782343, + "O": 0.00019814385450445116, + "W": 2.7313029931974597e-05, + "N": 0.0004956495249643922, + "Y": 0.0023128290195018053, + "U": 2.92722434096504e-05, + "K": 6.8898472818546e-05, + "L": 2.9425737011479214e-05, + "G": 0.00044866689131595194, + "F": 0.003057618159800768, + "E": 0.001060478389263153, + "T": 0.0034422471653670073, + "P": 0.4003536105155945, + "-": 0.5812405943870544 + }, + "id": "tp_6016" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 752019, + "label": "-", + "classification": { + "B": 3.862644604168963e-08, + "S": 1.2997898757305393e-08, + "I": 0.001322855707257986, + "C": 3.352896237629466e-05, + "R": 1.3301454373504384e-06, + "M": 1.0181693141930737e-05, + "O": 1.8526104668126209e-06, + "W": 3.6351163856807034e-08, + "N": 1.3444502656057011e-05, + "Y": 0.00014952901983633637, + "U": 7.562172044117688e-08, + "K": 1.96855054923617e-07, + "L": 1.287801154603585e-07, + "G": 4.497449117479846e-05, + "F": 0.0001868594263214618, + "E": 0.0002977692929562181, + "T": 6.665868568234146e-05, + "P": 0.42642709612846375, + "-": 0.5714434385299683 + }, + "id": "tp_6017" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 752152, + "label": "-", + "classification": { + "B": 8.783687377444949e-08, + "S": 9.160033620503327e-09, + "I": 4.647576861316338e-05, + "C": 8.20303012005752e-06, + "R": 1.2541422620415688e-06, + "M": 6.482036496890942e-06, + "O": 4.8714664444560185e-06, + "W": 7.242731925316548e-08, + "N": 7.583752221762552e-07, + "Y": 7.26289872545749e-05, + "U": 5.78940770878944e-08, + "K": 7.995808459781983e-08, + "L": 3.4206911436740484e-07, + "G": 4.5769804273732007e-05, + "F": 0.00027220044285058975, + "E": 1.4476067917712498e-05, + "T": 7.68180179875344e-05, + "P": 0.1096007451415062, + "-": 0.8898487091064453 + }, + "id": "tp_6018" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 752252, + "label": "-", + "classification": { + "B": 1.3802517173644446e-07, + "S": 9.014282653652117e-08, + "I": 0.0028187562711536884, + "C": 0.000130325963255018, + "R": 2.5763269150047563e-05, + "M": 0.00010369822848588228, + "O": 8.566893484385218e-06, + "W": 3.920116853350919e-07, + "N": 2.048125497822184e-05, + "Y": 0.007064038887619972, + "U": 8.123469115162152e-07, + "K": 1.150640946434578e-05, + "L": 1.4285222960097599e-06, + "G": 0.0008054174832068384, + "F": 0.0017506012227386236, + "E": 0.0006326609873212874, + "T": 0.0013102809898555279, + "P": 0.11063724756240845, + "-": 0.8746777772903442 + }, + "id": "tp_6019" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 752386, + "label": "-", + "classification": { + "B": 8.6428900658575e-07, + "S": 2.267931904498255e-07, + "I": 0.00029023742536082864, + "C": 4.398836608743295e-05, + "R": 4.215304670651676e-06, + "M": 2.676727672223933e-05, + "O": 8.304991752083879e-06, + "W": 1.1315968322378467e-06, + "N": 1.4855174413241912e-05, + "Y": 0.0007498153136111796, + "U": 1.1547059557415196e-06, + "K": 6.778792885597795e-05, + "L": 7.833842801119317e-07, + "G": 0.00039471761556342244, + "F": 0.006330740638077259, + "E": 0.002301938133314252, + "T": 0.00022424366034101695, + "P": 0.2775830924510956, + "-": 0.7119551301002502 + }, + "id": "tp_6020" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 752519, + "label": "-", + "classification": { + "B": 1.6595461671542466e-09, + "S": 1.089142465104942e-08, + "I": 7.672815991099924e-05, + "C": 1.3563480933953542e-06, + "R": 1.2800971660453797e-07, + "M": 6.062366537662456e-07, + "O": 4.0511903875994904e-07, + "W": 2.8228068771340986e-08, + "N": 2.421967565169325e-06, + "Y": 6.32937008049339e-05, + "U": 2.4285013111580156e-08, + "K": 3.846346771751996e-06, + "L": 6.954800735314848e-09, + "G": 6.149733508209465e-06, + "F": 0.0011583324521780014, + "E": 4.844826980843209e-05, + "T": 1.3974674402561504e-05, + "P": 0.26407021284103394, + "-": 0.7345539331436157 + }, + "id": "tp_6021" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 752653, + "label": "-", + "classification": { + "B": 3.838909378828248e-06, + "S": 2.0921857867506333e-05, + "I": 0.0022990969009697437, + "C": 0.00010782809840748087, + "R": 4.2902753193629906e-05, + "M": 0.00040689436718821526, + "O": 0.0002458568196743727, + "W": 2.5703348001115955e-05, + "N": 0.0002904206921812147, + "Y": 0.005953919142484665, + "U": 1.7172700609080493e-05, + "K": 0.0003439630672801286, + "L": 1.6005449651856907e-05, + "G": 0.0010341284796595573, + "F": 0.008024636656045914, + "E": 0.000993190798908472, + "T": 0.005047821439802647, + "P": 0.21745720505714417, + "-": 0.7576684355735779 + }, + "id": "tp_6022" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 752753, + "label": "-", + "classification": { + "B": 6.254046525100421e-08, + "S": 6.96388680054838e-09, + "I": 9.180019333143719e-06, + "C": 3.0881648171998677e-07, + "R": 4.7792834578785914e-08, + "M": 1.2126336059736786e-06, + "O": 1.167057234852109e-06, + "W": 2.182588509924699e-08, + "N": 1.39746077820746e-07, + "Y": 3.3873737265821546e-05, + "U": 1.1189963622371124e-08, + "K": 7.886649555643999e-09, + "L": 6.705646171667468e-08, + "G": 7.054061370581621e-06, + "F": 5.195956691750325e-05, + "E": 2.524091541999951e-06, + "T": 5.9777670685434714e-05, + "P": 0.12546002864837646, + "-": 0.8743724822998047 + }, + "id": "tp_6023" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 752886, + "label": "-", + "classification": { + "B": 4.29809297202155e-05, + "S": 3.813285002252087e-05, + "I": 0.00273165013641119, + "C": 0.0007897897739894688, + "R": 0.0002574632817413658, + "M": 0.0004510120488703251, + "O": 0.00046587843098677695, + "W": 6.373468204401433e-05, + "N": 0.00039345212280750275, + "Y": 0.003491804702207446, + "U": 6.158113683341071e-05, + "K": 0.00013172737089917064, + "L": 8.467084262520075e-05, + "G": 0.0015541482716798782, + "F": 0.008662817999720573, + "E": 0.0012570670805871487, + "T": 0.003527213353663683, + "P": 0.2837231457233429, + "-": 0.6922717690467834 + }, + "id": "tp_6024" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 753020, + "label": "-", + "classification": { + "B": 5.315080784384918e-07, + "S": 1.6776098732407263e-07, + "I": 0.00024385967117268592, + "C": 1.8373248167335987e-05, + "R": 1.750922592691495e-06, + "M": 6.046510679880157e-05, + "O": 9.055682312464342e-06, + "W": 2.8640573646043777e-07, + "N": 9.21395985642448e-06, + "Y": 0.000261863722698763, + "U": 3.2651684023221605e-07, + "K": 1.15508066755865e-06, + "L": 6.087735187065846e-07, + "G": 6.856855907244608e-05, + "F": 0.00039107698830775917, + "E": 0.00027288816636428237, + "T": 0.000434044748544693, + "P": 0.23514170944690704, + "-": 0.7630840539932251 + }, + "id": "tp_6025" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 753153, + "label": "P", + "classification": { + "B": 1.2369267096801195e-05, + "S": 1.54896861204179e-05, + "I": 0.0044324747286736965, + "C": 0.0001559929078212008, + "R": 5.436564242700115e-05, + "M": 5.6615543144289404e-05, + "O": 7.553581963293254e-05, + "W": 2.202847281296272e-05, + "N": 0.0004161463293712586, + "Y": 0.0007826737710274756, + "U": 2.7093621611129493e-05, + "K": 0.0001287612394662574, + "L": 1.4374227248481475e-05, + "G": 0.00039543077582493424, + "F": 0.008319620974361897, + "E": 0.0015658066840842366, + "T": 0.0005279568140394986, + "P": 0.6542631983757019, + "-": 0.32873407006263733 + }, + "id": "tp_6026" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 753253, + "label": "-", + "classification": { + "B": 2.633394842632697e-06, + "S": 3.0736208600501413e-07, + "I": 0.00011990411439910531, + "C": 1.308131504629273e-05, + "R": 3.3946064377232688e-06, + "M": 4.799726593773812e-05, + "O": 3.568776082829572e-05, + "W": 9.44109217471123e-07, + "N": 4.087372872163542e-06, + "Y": 0.00017780419148039073, + "U": 2.509540024675516e-07, + "K": 1.1208285854991118e-07, + "L": 2.9329326025617775e-06, + "G": 0.00013277125253807753, + "F": 0.0002916882513090968, + "E": 3.106813528575003e-05, + "T": 0.00030662535573355854, + "P": 0.2054351270198822, + "-": 0.793393611907959 + }, + "id": "tp_6027" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 753387, + "label": "-", + "classification": { + "B": 1.042496400316395e-08, + "S": 1.161295326568279e-08, + "I": 0.00018562916375230998, + "C": 2.4918795133999083e-06, + "R": 2.8032653176524036e-07, + "M": 2.351678176637506e-06, + "O": 6.626163440159871e-07, + "W": 2.7502661481548785e-08, + "N": 2.2040121621103026e-06, + "Y": 0.00015785756113473326, + "U": 4.982454271384995e-08, + "K": 6.764586402141504e-08, + "L": 6.750318704007441e-08, + "G": 6.371052222675644e-06, + "F": 0.00020552116620820016, + "E": 1.9430677639320493e-05, + "T": 0.00010474354348843917, + "P": 0.3000774383544922, + "-": 0.699234664440155 + }, + "id": "tp_6028" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 753520, + "label": "-", + "classification": { + "B": 3.6553039706177515e-08, + "S": 3.1135665157222547e-09, + "I": 9.390785999130458e-05, + "C": 1.2139953469159082e-06, + "R": 1.8378175070665748e-07, + "M": 7.888112122600432e-06, + "O": 1.1386542837499292e-06, + "W": 1.9045678811835387e-08, + "N": 5.423842139862245e-07, + "Y": 0.00010620523244142532, + "U": 1.625958923057169e-08, + "K": 3.0096629188847146e-08, + "L": 1.0363635283283656e-07, + "G": 2.2228115994948894e-05, + "F": 5.2589341066777706e-05, + "E": 3.8934434996917844e-05, + "T": 5.064780270913616e-05, + "P": 0.2294689565896988, + "-": 0.7701553702354431 + }, + "id": "tp_6029" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 753654, + "label": "-", + "classification": { + "B": 8.446945685136598e-06, + "S": 3.536742269716342e-06, + "I": 0.001991402357816696, + "C": 0.0007509223069064319, + "R": 7.414532592520118e-05, + "M": 0.00022004515631124377, + "O": 5.357770714908838e-05, + "W": 8.064429493970238e-06, + "N": 0.00016554041940253228, + "Y": 0.006947708781808615, + "U": 2.7020174456993118e-05, + "K": 0.002992886584252119, + "L": 1.0271674909745343e-05, + "G": 0.003028080565854907, + "F": 0.013510050252079964, + "E": 0.005926390178501606, + "T": 0.0013750082580372691, + "P": 0.11732849478721619, + "-": 0.8455784320831299 + }, + "id": "tp_6030" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 753754, + "label": "-", + "classification": { + "B": 6.75303368780078e-10, + "S": 9.179838833528464e-11, + "I": 1.2930405318911653e-05, + "C": 2.7093690846413665e-07, + "R": 6.304279320801243e-09, + "M": 1.4177845741869533e-07, + "O": 4.833808731063982e-08, + "W": 2.149853212118913e-10, + "N": 1.3638354801059904e-07, + "Y": 3.6910175822413294e-06, + "U": 6.958553178115778e-10, + "K": 2.099075802064476e-09, + "L": 1.0995134802627149e-09, + "G": 2.3975323983904673e-06, + "F": 9.889496141113341e-06, + "E": 8.196662747650407e-06, + "T": 7.158732842071913e-06, + "P": 0.47384732961654663, + "-": 0.5261077880859375 + }, + "id": "tp_6031" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 753887, + "label": "-", + "classification": { + "B": 8.820880026405575e-09, + "S": 1.5896508998025638e-08, + "I": 0.0002089158515445888, + "C": 4.813973646378145e-06, + "R": 8.500296644342598e-07, + "M": 3.748129074665485e-06, + "O": 1.6514833305336651e-06, + "W": 7.322316974978094e-08, + "N": 4.885438556812005e-06, + "Y": 0.00024997134460136294, + "U": 6.947853847805163e-08, + "K": 5.768114533566404e-06, + "L": 5.516600865007604e-08, + "G": 4.087868001079187e-05, + "F": 0.0012984268832951784, + "E": 0.00010138297511730343, + "T": 5.20248941029422e-05, + "P": 0.23942387104034424, + "-": 0.7586026191711426 + }, + "id": "tp_6032" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 754021, + "label": "-", + "classification": { + "B": 5.346107911918807e-08, + "S": 3.111334834215995e-08, + "I": 9.104714990826324e-05, + "C": 2.8779672902601305e-06, + "R": 4.453546296190325e-07, + "M": 3.1534100344288163e-06, + "O": 1.9193128082406474e-06, + "W": 9.423720115364631e-08, + "N": 3.11822077492252e-06, + "Y": 0.00014084669237490743, + "U": 8.934835449281309e-08, + "K": 1.7154591205326142e-06, + "L": 6.893759518789011e-08, + "G": 2.3228438294609077e-05, + "F": 0.0007737568812444806, + "E": 5.4065403674030676e-05, + "T": 6.744023994542658e-05, + "P": 0.28564947843551636, + "-": 0.713186502456665 + }, + "id": "tp_6033" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 754154, + "label": "-", + "classification": { + "B": 9.488886831832133e-08, + "S": 1.2919169023462018e-07, + "I": 0.0007692657527513802, + "C": 3.8085683627286926e-05, + "R": 7.2256525527336635e-06, + "M": 8.19053366285516e-06, + "O": 5.523882464331109e-06, + "W": 1.3457590739562875e-06, + "N": 5.428897202364169e-05, + "Y": 0.0013479531044140458, + "U": 1.316228008363396e-06, + "K": 0.0008268745732493699, + "L": 1.2234715995873557e-07, + "G": 0.00020807496912311763, + "F": 0.004638552200049162, + "E": 0.0014618119457736611, + "T": 0.00015272502787411213, + "P": 0.25877735018730164, + "-": 0.7317010760307312 + }, + "id": "tp_6034" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 754254, + "label": "-", + "classification": { + "B": 3.5216307878727093e-06, + "S": 1.1781880715489024e-07, + "I": 0.0003658820642158389, + "C": 7.381602245004615e-06, + "R": 1.0803462373587536e-06, + "M": 0.00035585329169407487, + "O": 2.769530692603439e-05, + "W": 1.5896584670826996e-07, + "N": 1.2883278941444587e-06, + "Y": 0.00034390814835205674, + "U": 4.4673196697431194e-08, + "K": 3.4431960060921085e-10, + "L": 1.7185275282827206e-05, + "G": 0.00034792255610227585, + "F": 2.9611597710754722e-05, + "E": 0.00012153288116678596, + "T": 0.0007748615462332964, + "P": 0.14604225754737854, + "-": 0.8515596985816956 + }, + "id": "tp_6035" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 754388, + "label": "-", + "classification": { + "B": 1.6315411812684033e-06, + "S": 2.1720607890074461e-07, + "I": 0.0005303113721311092, + "C": 3.709459269884974e-05, + "R": 1.6266843658740981e-06, + "M": 0.0001567901053931564, + "O": 1.1139123671455309e-05, + "W": 2.1058360744063975e-07, + "N": 1.2494979273469653e-05, + "Y": 0.00028064457001164556, + "U": 3.847142693302885e-07, + "K": 1.4312030316432356e-07, + "L": 2.2638769223704003e-06, + "G": 0.00020481740648392588, + "F": 0.00031064683571457863, + "E": 0.00039382046088576317, + "T": 0.0005965414457023144, + "P": 0.36494413018226624, + "-": 0.632515013217926 + }, + "id": "tp_6036" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 754521, + "label": "P", + "classification": { + "B": 1.044557634832799e-10, + "S": 4.033008996207066e-11, + "I": 3.903810011252062e-06, + "C": 8.139221741032543e-09, + "R": 1.720093373291931e-10, + "M": 1.4707338458208596e-08, + "O": 4.597963343400124e-09, + "W": 1.1546243822158075e-10, + "N": 5.2547790119206184e-08, + "Y": 6.297960908341338e-07, + "U": 9.293112113173407e-11, + "K": 9.330008765573439e-09, + "L": 2.48191276558396e-11, + "G": 7.756452191642893e-08, + "F": 1.8306451238458976e-05, + "E": 7.645490768481977e-06, + "T": 5.401953444561514e-07, + "P": 0.6128360033035278, + "-": 0.38713279366493225 + }, + "id": "tp_6037" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 754655, + "label": "-", + "classification": { + "B": 2.893702060191572e-07, + "S": 4.468950862701604e-07, + "I": 0.0002692959096748382, + "C": 4.143394562561298e-06, + "R": 4.224876022362878e-07, + "M": 2.4158125597750768e-05, + "O": 9.767264600668568e-06, + "W": 4.146780270275485e-07, + "N": 1.7448935977881774e-05, + "Y": 0.00020355788001324981, + "U": 4.104320225906122e-07, + "K": 2.0066668184881564e-06, + "L": 4.748543460664223e-07, + "G": 2.7753985705203377e-05, + "F": 0.001009536674246192, + "E": 0.00024325866252183914, + "T": 0.0003647402918431908, + "P": 0.32693803310394287, + "-": 0.67088383436203 + }, + "id": "tp_6038" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 754755, + "label": "-", + "classification": { + "B": 1.630492789672644e-07, + "S": 2.857900369690469e-07, + "I": 0.0004878427425865084, + "C": 1.9352539311512373e-05, + "R": 3.78997378902568e-06, + "M": 1.745592089719139e-05, + "O": 8.184672878996935e-06, + "W": 7.115936000445799e-07, + "N": 1.877989234344568e-05, + "Y": 0.0005036899237893522, + "U": 6.714365667903621e-07, + "K": 1.4445049600908533e-05, + "L": 2.907560485709837e-07, + "G": 6.839414709247649e-05, + "F": 0.000986499129794538, + "E": 0.00012168992543593049, + "T": 0.00024560882593505085, + "P": 0.20319999754428864, + "-": 0.7943021059036255 + }, + "id": "tp_6039" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 754888, + "label": "P", + "classification": { + "B": 7.148418035285431e-07, + "S": 6.269926302593376e-07, + "I": 0.00014864337572362274, + "C": 9.834612683334854e-06, + "R": 5.188081786400289e-07, + "M": 2.4706840122235008e-05, + "O": 8.031033758015838e-06, + "W": 3.9750528912918526e-07, + "N": 1.5300529412343167e-05, + "Y": 0.00011296205775579438, + "U": 2.1080403200812725e-07, + "K": 2.837751253537135e-06, + "L": 2.8228018322806747e-07, + "G": 3.998226020485163e-05, + "F": 0.0004246482567396015, + "E": 0.00031897088047116995, + "T": 0.0001226053573191166, + "P": 0.6059504747390747, + "-": 0.39281824231147766 + }, + "id": "tp_6040" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 755022, + "label": "-", + "classification": { + "B": 3.906370366069112e-11, + "S": 4.754845388948992e-12, + "I": 1.2400996638461947e-05, + "C": 2.6597589908305963e-08, + "R": 9.853264870685052e-10, + "M": 3.346351817867799e-08, + "O": 3.5850458157682397e-09, + "W": 6.252657419603125e-11, + "N": 1.8528169221099233e-08, + "Y": 4.6211380322347395e-06, + "U": 1.072196151308269e-10, + "K": 1.6514527523270317e-09, + "L": 8.11023539992739e-11, + "G": 4.4969598889110785e-07, + "F": 6.498329639725853e-06, + "E": 1.5492296370211989e-06, + "T": 1.1072679626522586e-06, + "P": 0.3336946666240692, + "-": 0.6662786602973938 + }, + "id": "tp_6041" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 755155, + "label": "P", + "classification": { + "B": 1.0407801731560085e-08, + "S": 5.217802634405189e-09, + "I": 1.5797770174685866e-05, + "C": 1.565963572147666e-07, + "R": 3.1985709636472848e-09, + "M": 7.7703384704364e-07, + "O": 2.576659596797981e-07, + "W": 5.5809978860565934e-09, + "N": 3.175002802890958e-07, + "Y": 3.784417003771523e-06, + "U": 1.4862995278974722e-09, + "K": 1.2718141206846667e-08, + "L": 5.77251979549942e-09, + "G": 1.836722731241025e-06, + "F": 9.20538222999312e-05, + "E": 1.9637296645669267e-05, + "T": 5.0100584303436335e-06, + "P": 0.5255679488182068, + "-": 0.47429242730140686 + }, + "id": "tp_6042" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 755255, + "label": "-", + "classification": { + "B": 1.780662614692119e-06, + "S": 1.0525836842134595e-06, + "I": 0.00032793672289699316, + "C": 3.891883170581423e-05, + "R": 4.671946044254582e-06, + "M": 1.403968326485483e-05, + "O": 2.1395000658230856e-05, + "W": 2.5240781269531e-06, + "N": 2.6048232030007057e-05, + "Y": 0.00010841120820259675, + "U": 1.5921240219540778e-06, + "K": 4.5499355110223405e-06, + "L": 1.487238932895707e-06, + "G": 3.5263226891402155e-05, + "F": 0.0006084751803427935, + "E": 0.00015287671703845263, + "T": 0.00019030968542210758, + "P": 0.3536023497581482, + "-": 0.6448562145233154 + }, + "id": "tp_6043" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 755389, + "label": "-", + "classification": { + "B": 3.074378945866485e-11, + "S": 7.286817850504779e-12, + "I": 3.3776913710426015e-07, + "C": 1.6361026977662618e-09, + "R": 5.4852743874844734e-11, + "M": 4.358725291808696e-08, + "O": 1.04228607966661e-08, + "W": 1.3784868212185497e-11, + "N": 8.539041140842585e-10, + "Y": 1.3414351940355118e-07, + "U": 7.49237390879065e-12, + "K": 1.7692619288037226e-12, + "L": 2.6103871841876014e-10, + "G": 9.061797356935131e-08, + "F": 9.040196573550929e-07, + "E": 1.1555835754961663e-07, + "T": 2.4166763523680856e-06, + "P": 0.1217770203948021, + "-": 0.8782188892364502 + }, + "id": "tp_6044" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 755522, + "label": "-", + "classification": { + "B": 6.878549811517587e-06, + "S": 2.2760605133953504e-06, + "I": 0.0009232381707988679, + "C": 4.259576598997228e-05, + "R": 1.2237574082973879e-05, + "M": 0.0002724952937569469, + "O": 5.028916348237544e-05, + "W": 1.867245146058849e-06, + "N": 3.317671871627681e-05, + "Y": 0.002731999382376671, + "U": 1.267324705622741e-06, + "K": 5.858110853296239e-06, + "L": 8.389164577238262e-06, + "G": 0.0014428348513320088, + "F": 0.004046076908707619, + "E": 0.0010982414241880178, + "T": 0.0017526649171486497, + "P": 0.20188167691230774, + "-": 0.7856858968734741 + }, + "id": "tp_6045" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 755656, + "label": "-", + "classification": { + "B": 1.1034138935883675e-08, + "S": 2.5353443788844743e-08, + "I": 2.0441008018678986e-05, + "C": 4.431350646427745e-07, + "R": 4.8972495392263227e-08, + "M": 1.6767748093116097e-05, + "O": 2.175183908548206e-06, + "W": 1.9914272897381124e-08, + "N": 1.9786196503446263e-07, + "Y": 2.8393498723744415e-05, + "U": 4.183567714477476e-09, + "K": 8.277403207301859e-10, + "L": 2.8140368613094324e-07, + "G": 9.36331616685493e-06, + "F": 0.00010511964501347393, + "E": 1.4685608221043367e-05, + "T": 6.463812314905226e-05, + "P": 0.1601857990026474, + "-": 0.8395516872406006 + }, + "id": "tp_6046" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 755756, + "label": "P", + "classification": { + "B": 1.0429957001178991e-05, + "S": 3.1224917620420456e-06, + "I": 0.00025943852961063385, + "C": 8.496364898746833e-06, + "R": 1.2638164434974897e-06, + "M": 8.174370304914191e-05, + "O": 2.212005347246304e-05, + "W": 2.0061127088411013e-06, + "N": 2.5516004825476557e-05, + "Y": 0.0003110960533376783, + "U": 5.248131174084847e-07, + "K": 2.0565725208143704e-05, + "L": 1.3574672266258858e-06, + "G": 0.00028513415600173175, + "F": 0.0036194243002682924, + "E": 0.00205485918559134, + "T": 0.000271978962700814, + "P": 0.5220203995704651, + "-": 0.47100046277046204 + }, + "id": "tp_6047" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 755889, + "label": "-", + "classification": { + "B": 1.9872459233738482e-07, + "S": 1.6249572354354314e-07, + "I": 6.420141289709136e-05, + "C": 6.33251966064563e-06, + "R": 8.156453645824513e-07, + "M": 1.9629927919595502e-05, + "O": 5.71713144381647e-06, + "W": 1.7273809760354197e-07, + "N": 2.3492882519349223e-06, + "Y": 0.0008137648110277951, + "U": 2.4165910872397944e-07, + "K": 3.852588179142913e-06, + "L": 3.785582975979196e-07, + "G": 0.00010482147627044469, + "F": 0.001010372070595622, + "E": 4.99375892104581e-05, + "T": 0.0002887117734644562, + "P": 0.06150204315781593, + "-": 0.9361264109611511 + }, + "id": "tp_6048" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 756023, + "label": "-", + "classification": { + "B": 6.292611215030774e-05, + "S": 5.201935891818721e-06, + "I": 0.0014514735667034984, + "C": 5.179908839636482e-05, + "R": 6.872923222545069e-06, + "M": 0.00027211132692173123, + "O": 6.865301838843152e-05, + "W": 5.527886969503015e-06, + "N": 0.0001297289418289438, + "Y": 0.0011991016799584031, + "U": 5.110875463287812e-06, + "K": 4.4524633267428726e-05, + "L": 7.650690349692013e-06, + "G": 0.0010818991577252746, + "F": 0.003310641273856163, + "E": 0.006044462788850069, + "T": 0.0009062522440217435, + "P": 0.4816729724407196, + "-": 0.5036730766296387 + }, + "id": "tp_6049" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 756156, + "label": "-", + "classification": { + "B": 1.4230374212331753e-08, + "S": 3.080995369941775e-08, + "I": 3.439179636188783e-05, + "C": 1.1985446235485142e-07, + "R": 1.105488589558945e-08, + "M": 1.5847699614823796e-05, + "O": 1.466018602513941e-06, + "W": 1.4451493335343457e-08, + "N": 1.0988655958499294e-06, + "Y": 7.582950638607144e-05, + "U": 3.6780190004748192e-09, + "K": 5.188681484469271e-08, + "L": 2.1607373668075525e-08, + "G": 4.0149088817997836e-06, + "F": 9.60982870310545e-05, + "E": 3.8106638385215774e-05, + "T": 0.00013681591372005641, + "P": 0.10419202595949173, + "-": 0.8954041600227356 + }, + "id": "tp_6050" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 756256, + "label": "-", + "classification": { + "B": 0.00010607644071569666, + "S": 1.917957206387655e-06, + "I": 0.0013176134089007974, + "C": 7.437929889420047e-05, + "R": 1.2774723472830374e-05, + "M": 0.00047111784806475043, + "O": 0.00011721141345333308, + "W": 4.076113782502944e-06, + "N": 1.8555656424723566e-05, + "Y": 0.0009106096695177257, + "U": 1.4462858644037624e-06, + "K": 1.3168487100756465e-07, + "L": 2.634847078297753e-05, + "G": 0.0006447485648095608, + "F": 0.00016281977877952158, + "E": 0.00032507535070180893, + "T": 0.0007518256898038089, + "P": 0.3313171863555908, + "-": 0.66373610496521 + }, + "id": "tp_6051" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 756390, + "label": "-", + "classification": { + "B": 8.023903763643148e-11, + "S": 3.09659554942332e-11, + "I": 0.00010348273644922301, + "C": 3.100739149886067e-07, + "R": 8.454628996901192e-09, + "M": 6.726144761159958e-07, + "O": 3.87564469406243e-08, + "W": 1.8525221634480005e-10, + "N": 1.2090738721326488e-07, + "Y": 3.223858948331326e-05, + "U": 6.097866656062934e-10, + "K": 1.3440489832206026e-09, + "L": 1.1778498176795438e-09, + "G": 2.2370184069586685e-06, + "F": 5.365217475628015e-06, + "E": 2.324827164557064e-06, + "T": 2.539884371799417e-05, + "P": 0.15971121191978455, + "-": 0.8401166200637817 + }, + "id": "tp_6052" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 756523, + "label": "-", + "classification": { + "B": 8.647836580166768e-07, + "S": 2.3617712940904312e-07, + "I": 0.0011921104742214084, + "C": 5.624368350254372e-05, + "R": 5.24359529663343e-06, + "M": 2.7650561605696566e-05, + "O": 1.560824239277281e-05, + "W": 5.477370450535091e-07, + "N": 2.3183114535640925e-05, + "Y": 0.000169747305335477, + "U": 1.6861355334185646e-06, + "K": 2.6417246772325598e-06, + "L": 1.2803584468201734e-06, + "G": 0.00013267928443383425, + "F": 0.0002864745620172471, + "E": 0.00016607972793281078, + "T": 0.0002860189415514469, + "P": 0.365984708070755, + "-": 0.631646990776062 + }, + "id": "tp_6053" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 756657, + "label": "-", + "classification": { + "B": 1.4644466546087642e-06, + "S": 4.3031832319684327e-07, + "I": 0.00023835695174057037, + "C": 2.906241934397258e-05, + "R": 4.542642273008823e-06, + "M": 4.602991248248145e-05, + "O": 3.281353201600723e-05, + "W": 1.1123457852590946e-06, + "N": 8.868483746482525e-06, + "Y": 0.0003216904297005385, + "U": 8.024696853681235e-07, + "K": 6.459571295636124e-07, + "L": 3.7297761537047336e-06, + "G": 0.00011035085481125861, + "F": 0.00046552385902032256, + "E": 9.28858426050283e-05, + "T": 0.0004659758124034852, + "P": 0.19480165839195251, + "-": 0.803374171257019 + }, + "id": "tp_6054" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 756757, + "label": "-", + "classification": { + "B": 4.175487902102759e-06, + "S": 5.386118573369458e-06, + "I": 0.004781512543559074, + "C": 0.00012929939839523286, + "R": 2.9710909075220115e-05, + "M": 0.0004409262619446963, + "O": 0.00016606584540568292, + "W": 7.937251211842522e-06, + "N": 0.00019052565039601177, + "Y": 0.0021842478308826685, + "U": 5.648341357300524e-06, + "K": 7.488554729206953e-06, + "L": 1.5805173461558297e-05, + "G": 0.0005979019915685058, + "F": 0.0010182413971051574, + "E": 0.0003920129674952477, + "T": 0.004269110970199108, + "P": 0.3075290620326996, + "-": 0.6782248616218567 + }, + "id": "tp_6055" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 756890, + "label": "-", + "classification": { + "B": 1.3297783425514353e-06, + "S": 4.010437351098517e-07, + "I": 0.00047018728218972683, + "C": 2.012588083744049e-05, + "R": 5.51611628907267e-06, + "M": 0.00012126005458412692, + "O": 2.7148635126650333e-05, + "W": 1.133698674493644e-06, + "N": 1.703766429272946e-05, + "Y": 0.0011772497091442347, + "U": 1.4317224668047857e-06, + "K": 1.0937848855974153e-05, + "L": 2.6381037514511263e-06, + "G": 0.0003249847504775971, + "F": 0.001678544096648693, + "E": 0.0005706007359549403, + "T": 0.0007416208973154426, + "P": 0.1435893177986145, + "-": 0.851238489151001 + }, + "id": "tp_6056" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 757024, + "label": "-", + "classification": { + "B": 5.063590833742637e-06, + "S": 2.5909714622684987e-06, + "I": 0.006771677173674107, + "C": 0.00017689394007902592, + "R": 2.6224295652355067e-05, + "M": 0.000391150068026036, + "O": 4.831839396501891e-05, + "W": 6.064342869649408e-06, + "N": 0.00010951003059744835, + "Y": 0.004458064213395119, + "U": 4.663410891225794e-06, + "K": 7.485243713745149e-06, + "L": 7.5463981374923605e-06, + "G": 0.0006514857523143291, + "F": 0.0011472345795482397, + "E": 0.0008751387940719724, + "T": 0.0028582538943737745, + "P": 0.2835387587547302, + "-": 0.6989139318466187 + }, + "id": "tp_6057" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 757157, + "label": "-", + "classification": { + "B": 2.1734338773171658e-08, + "S": 1.0735663025229769e-08, + "I": 0.00010351469973102212, + "C": 2.1534138738843467e-07, + "R": 5.2165621156063935e-08, + "M": 5.001842964702519e-06, + "O": 8.121181735987193e-07, + "W": 7.10475145382361e-09, + "N": 6.893777140248858e-07, + "Y": 0.00014863460091874003, + "U": 4.0991192662431786e-09, + "K": 6.232577121068061e-09, + "L": 4.854956969779778e-08, + "G": 1.7994419977185316e-05, + "F": 4.640700717573054e-05, + "E": 2.8274824217078276e-05, + "T": 0.00022802475723437965, + "P": 0.2172502875328064, + "-": 0.7821700572967529 + }, + "id": "tp_6058" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 757257, + "label": "-", + "classification": { + "B": 4.918636609119176e-10, + "S": 2.4244408564078057e-11, + "I": 3.662817334770807e-06, + "C": 6.348317782567392e-08, + "R": 3.214004395957204e-09, + "M": 2.980908107019786e-07, + "O": 4.760187266583671e-08, + "W": 2.8368074556084366e-10, + "N": 7.737750884473371e-09, + "Y": 7.9007149906829e-06, + "U": 2.1827066543078644e-10, + "K": 2.0222691576865515e-10, + "L": 1.2407171956496654e-09, + "G": 9.065183235179575e-07, + "F": 3.848100277537014e-06, + "E": 6.874797122691234e-07, + "T": 8.337292456417345e-06, + "P": 0.07027611881494522, + "-": 0.9296981692314148 + }, + "id": "tp_6059" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 757391, + "label": "-", + "classification": { + "B": 7.678716684722531e-08, + "S": 4.3804696758797945e-08, + "I": 0.0007474737358279526, + "C": 3.319403913337737e-05, + "R": 2.6177247036685003e-06, + "M": 3.0564329790649936e-05, + "O": 3.6334704418550245e-06, + "W": 1.36923446802939e-07, + "N": 9.422815310244914e-06, + "Y": 0.0007853245479054749, + "U": 1.7130699347944756e-07, + "K": 4.0363616449212714e-07, + "L": 4.2819704049179563e-07, + "G": 7.570986781502143e-05, + "F": 0.0006104374770075083, + "E": 0.0001971065066754818, + "T": 0.00023688944929745048, + "P": 0.33010122179985046, + "-": 0.6671650409698486 + }, + "id": "tp_6060" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 757524, + "label": "-", + "classification": { + "B": 1.298940599525622e-08, + "S": 1.4066021236658344e-08, + "I": 5.559085911954753e-05, + "C": 1.54806696173182e-06, + "R": 2.6704216793405067e-07, + "M": 5.6326530284422915e-06, + "O": 2.0409088392625563e-06, + "W": 6.538616048601398e-08, + "N": 8.549367294108379e-07, + "Y": 8.900633838493377e-05, + "U": 2.7790470369382092e-08, + "K": 2.6713564693636727e-07, + "L": 6.855430711993904e-08, + "G": 1.4770272173336707e-05, + "F": 0.0003303973062429577, + "E": 1.5146863916015718e-05, + "T": 0.00010003377974499017, + "P": 0.14448079466819763, + "-": 0.854903519153595 + }, + "id": "tp_6061" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 757658, + "label": "-", + "classification": { + "B": 3.343318866200207e-08, + "S": 1.908311197951207e-08, + "I": 2.8245583962416276e-05, + "C": 9.22690844618046e-07, + "R": 1.0264212590982424e-07, + "M": 6.404670784831978e-06, + "O": 8.604042136539647e-07, + "W": 2.7324350782009788e-08, + "N": 5.218450951360865e-07, + "Y": 0.00024900256539694965, + "U": 1.857464759780214e-08, + "K": 4.926953351969132e-07, + "L": 3.661859793169242e-08, + "G": 3.1871535611571744e-05, + "F": 0.0005360118811950088, + "E": 5.537536708288826e-05, + "T": 5.629296356346458e-05, + "P": 0.15381652116775513, + "-": 0.8452171683311462 + }, + "id": "tp_6062" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 757758, + "label": "-", + "classification": { + "B": 7.723197995801456e-06, + "S": 1.2354499858702184e-06, + "I": 0.0007844293140806258, + "C": 9.426613360119518e-06, + "R": 1.1552575642781449e-06, + "M": 0.00021782661497127265, + "O": 3.06572655972559e-05, + "W": 8.953065844252706e-07, + "N": 1.434694422641769e-05, + "Y": 0.000222018439671956, + "U": 1.981015174123968e-07, + "K": 1.3325629311111697e-07, + "L": 4.26145516030374e-06, + "G": 0.00013773034152109176, + "F": 0.00040357752004638314, + "E": 0.0005506505840457976, + "T": 0.00032665111939422786, + "P": 0.3974851369857788, + "-": 0.5998018383979797 + }, + "id": "tp_6063" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 757891, + "label": "-", + "classification": { + "B": 2.414289212993026e-07, + "S": 4.7537659497720597e-07, + "I": 0.00028304371517151594, + "C": 6.4726204982434865e-06, + "R": 1.7601914805709384e-06, + "M": 2.1088815628900193e-05, + "O": 1.000738575385185e-05, + "W": 1.0688937663871911e-06, + "N": 1.372609222016763e-05, + "Y": 0.0007160224486142397, + "U": 5.862581247129128e-07, + "K": 4.5980073082318995e-06, + "L": 7.79030017383775e-07, + "G": 5.0707974878605455e-05, + "F": 0.0016166135901585221, + "E": 0.00017998003750108182, + "T": 0.00042855259380303323, + "P": 0.2896016538143158, + "-": 0.7070626616477966 + }, + "id": "tp_6064" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 758025, + "label": "P", + "classification": { + "B": 3.987709717989674e-09, + "S": 2.0341255346778553e-09, + "I": 1.7745276636560448e-05, + "C": 9.934215938756097e-08, + "R": 8.030573539485886e-09, + "M": 3.054198884910875e-07, + "O": 2.626198352118081e-07, + "W": 5.377956302510256e-09, + "N": 2.052519079143167e-07, + "Y": 6.232084160728846e-06, + "U": 3.706646101164779e-09, + "K": 1.8526259415452273e-09, + "L": 1.1506293695617842e-08, + "G": 1.7725952830005554e-06, + "F": 2.451332147757057e-05, + "E": 4.208807695249561e-06, + "T": 1.658307883189991e-05, + "P": 0.5679518580436707, + "-": 0.4319761097431183 + }, + "id": "tp_6065" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 758158, + "label": "-", + "classification": { + "B": 1.900823498601767e-08, + "S": 2.7730610696607982e-08, + "I": 0.00037607320700772107, + "C": 6.252522780414438e-06, + "R": 6.036707418388687e-07, + "M": 1.0967450180032756e-05, + "O": 1.7341147895422182e-06, + "W": 1.0742096634430709e-07, + "N": 1.1268222806393169e-05, + "Y": 0.0005563649465329945, + "U": 5.3935846011654576e-08, + "K": 3.6675307910627453e-06, + "L": 1.7454384604320694e-08, + "G": 1.5871082723606378e-05, + "F": 0.00027178958407603204, + "E": 0.000185688681085594, + "T": 0.00013510286225937307, + "P": 0.21229930222034454, + "-": 0.7861250042915344 + }, + "id": "tp_6066" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 758258, + "label": "-", + "classification": { + "B": 3.975475806328177e-07, + "S": 1.25056800470702e-07, + "I": 0.0006692130118608475, + "C": 0.00010631328768795356, + "R": 3.5519844914233545e-06, + "M": 3.3879394322866574e-05, + "O": 5.394983418227639e-06, + "W": 2.741803371009155e-07, + "N": 2.721273631323129e-05, + "Y": 0.0005590482032857835, + "U": 1.1803808774857316e-06, + "K": 3.062006726395339e-05, + "L": 5.329117698238406e-07, + "G": 0.00024621811462566257, + "F": 0.0019021681509912014, + "E": 0.0017404071986675262, + "T": 0.00015329114103224128, + "P": 0.3373655378818512, + "-": 0.6571546196937561 + }, + "id": "tp_6067" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 758392, + "label": "-", + "classification": { + "B": 2.1370722969038525e-09, + "S": 4.5647799429282543e-10, + "I": 5.228196823736653e-05, + "C": 5.579250910159317e-07, + "R": 3.361786937716715e-08, + "M": 1.0670078154362272e-06, + "O": 1.4240872303616925e-07, + "W": 1.1695412416301565e-09, + "N": 1.2754581746321492e-07, + "Y": 1.9668548702611588e-05, + "U": 1.4172492068809106e-09, + "K": 4.82499318277263e-10, + "L": 1.0055578592016445e-08, + "G": 4.349803930381313e-06, + "F": 7.427623586409027e-06, + "E": 3.827137788903201e-06, + "T": 1.805090687412303e-05, + "P": 0.20970214903354645, + "-": 0.7901904582977295 + }, + "id": "tp_6068" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 758525, + "label": "-", + "classification": { + "B": 7.312542606996431e-07, + "S": 2.0535766509510722e-07, + "I": 0.0002936368982773274, + "C": 3.9775775803718716e-05, + "R": 2.8827930691477377e-06, + "M": 3.938709050999023e-05, + "O": 6.514479082397884e-06, + "W": 3.1066184646988404e-07, + "N": 1.330967825197149e-05, + "Y": 0.0007778874132782221, + "U": 8.096114925137954e-07, + "K": 3.5509724511939567e-06, + "L": 1.2275600056455005e-06, + "G": 0.0001633638166822493, + "F": 0.002686719410121441, + "E": 0.0003562572819646448, + "T": 0.0003364886506460607, + "P": 0.2838670015335083, + "-": 0.7114099860191345 + }, + "id": "tp_6069" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 758625, + "label": "-", + "classification": { + "B": 4.598915737119569e-08, + "S": 3.1607374495479235e-08, + "I": 5.451812467072159e-05, + "C": 1.509548837930197e-06, + "R": 3.78127907652015e-07, + "M": 1.4050314348423854e-05, + "O": 4.25950065618963e-06, + "W": 7.041996497036962e-08, + "N": 7.284937169060868e-07, + "Y": 0.000353414099663496, + "U": 7.778176325246022e-08, + "K": 9.97621896203782e-08, + "L": 3.691467327371356e-07, + "G": 4.5543081796495244e-05, + "F": 0.00018476656987331808, + "E": 1.34744550450705e-05, + "T": 0.0005486469017341733, + "P": 0.08647435903549194, + "-": 0.912303626537323 + }, + "id": "tp_6070" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 758759, + "label": "P", + "classification": { + "B": 5.808396963402629e-08, + "S": 2.9079826546762888e-08, + "I": 0.00019460167095530778, + "C": 3.6903168165736133e-06, + "R": 8.611598900643003e-08, + "M": 3.557665650077979e-06, + "O": 7.546464075858239e-07, + "W": 3.705424589384165e-08, + "N": 8.49002299219137e-06, + "Y": 3.094078056165017e-05, + "U": 4.7452253681967704e-08, + "K": 1.2169919045845745e-06, + "L": 2.0348247531387642e-08, + "G": 7.67866731621325e-06, + "F": 0.00029077529325149953, + "E": 0.0003632830339483917, + "T": 2.545061033742968e-05, + "P": 0.6601739525794983, + "-": 0.3388952314853668 + }, + "id": "tp_6071" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 758892, + "label": "-", + "classification": { + "B": 1.1421661838539876e-06, + "S": 3.860577635350637e-07, + "I": 0.0008837291970849037, + "C": 4.36033406003844e-05, + "R": 9.163040886051022e-06, + "M": 3.1524657970294356e-05, + "O": 1.613869972061366e-05, + "W": 1.4069022427065647e-06, + "N": 3.168280090903863e-05, + "Y": 0.0008622650057077408, + "U": 1.7852493101599975e-06, + "K": 1.8737080608843826e-05, + "L": 1.3742942428507376e-06, + "G": 0.00032040741643868387, + "F": 0.00340452347882092, + "E": 0.0005040334071964025, + "T": 0.00025341130094602704, + "P": 0.3294806182384491, + "-": 0.6641339659690857 + }, + "id": "tp_6072" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 759026, + "label": "-", + "classification": { + "B": 9.335484207895206e-08, + "S": 1.3269632503920548e-08, + "I": 0.0004874840669799596, + "C": 7.123083832993871e-06, + "R": 1.0894243587245e-06, + "M": 8.616861123300623e-06, + "O": 1.5861282918194775e-06, + "W": 5.364272581687146e-08, + "N": 5.4221818572841585e-06, + "Y": 0.0008283143397420645, + "U": 1.42263232305595e-07, + "K": 7.140577054087771e-06, + "L": 1.0064459843306395e-07, + "G": 0.0002107265027007088, + "F": 0.0007714537787251174, + "E": 0.00028649429441429675, + "T": 0.00013933645095676184, + "P": 0.1241995319724083, + "-": 0.8730453252792358 + }, + "id": "tp_6073" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 759126, + "label": "-", + "classification": { + "B": 2.4378346097364556e-06, + "S": 1.3037717963015893e-06, + "I": 8.794687892077491e-05, + "C": 7.26862390365568e-06, + "R": 9.72916041064309e-07, + "M": 9.227377449860796e-05, + "O": 1.647010321903508e-05, + "W": 9.923596735461615e-07, + "N": 5.895783488085726e-06, + "Y": 0.0011620901059359312, + "U": 4.661918353576766e-07, + "K": 3.7678230000892654e-05, + "L": 1.1482188710942864e-06, + "G": 0.00031189469154924154, + "F": 0.005662594921886921, + "E": 0.0005210573435761034, + "T": 0.000372183887520805, + "P": 0.08472013473510742, + "-": 0.9069951772689819 + }, + "id": "tp_6074" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 759259, + "label": "-", + "classification": { + "B": 1.9168891185472603e-07, + "S": 1.64021436432904e-08, + "I": 4.07144361815881e-05, + "C": 8.682201269039069e-07, + "R": 8.281710961455246e-08, + "M": 9.697670066088904e-06, + "O": 3.6976871342631057e-06, + "W": 5.29629282652877e-08, + "N": 6.000973939990217e-07, + "Y": 3.0823979614069685e-05, + "U": 1.3810541155123701e-08, + "K": 4.573078360436966e-09, + "L": 1.461228293919703e-07, + "G": 1.4375484170159325e-05, + "F": 2.881425098166801e-05, + "E": 8.193536814360414e-06, + "T": 0.00011532934877322987, + "P": 0.22537752985954285, + "-": 0.774368941783905 + }, + "id": "tp_6075" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 759393, + "label": "-", + "classification": { + "B": 5.4171731989072214e-08, + "S": 1.088146674987911e-07, + "I": 0.0002466638688929379, + "C": 7.0004293775127735e-06, + "R": 5.117568662171834e-07, + "M": 1.1787908988480922e-05, + "O": 3.0367802992259385e-06, + "W": 2.8021725029248046e-07, + "N": 1.0293458217347506e-05, + "Y": 0.00019064133812207729, + "U": 1.3853805569397082e-07, + "K": 1.01867017292534e-05, + "L": 6.490819970395023e-08, + "G": 4.09847307309974e-05, + "F": 0.001048350939527154, + "E": 0.000359433819539845, + "T": 9.445452451473102e-05, + "P": 0.38710129261016846, + "-": 0.6108746528625488 + }, + "id": "tp_6076" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 759526, + "label": "-", + "classification": { + "B": 0.0012161999475210905, + "S": 6.291254248935729e-05, + "I": 0.0018252659356221557, + "C": 0.00015924760373309255, + "R": 0.00010587499855319038, + "M": 0.003846957115456462, + "O": 0.002630494302138686, + "W": 9.38925877562724e-05, + "N": 7.796710269758478e-05, + "Y": 0.00232880562543869, + "U": 1.0438360732223373e-05, + "K": 2.9739609885837126e-07, + "L": 0.0012727980501949787, + "G": 0.0025805619079619646, + "F": 0.0009509803494438529, + "E": 0.0004971633316017687, + "T": 0.006079315673559904, + "P": 0.18202365934848785, + "-": 0.7942371368408203 + }, + "id": "tp_6077" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 759626, + "label": "-", + "classification": { + "B": 1.8907118146671564e-06, + "S": 1.3980619542053319e-06, + "I": 0.0009469942306168377, + "C": 8.739675104152411e-05, + "R": 1.2103227163606789e-05, + "M": 7.796160934958607e-05, + "O": 4.118856304557994e-05, + "W": 2.2381802864401834e-06, + "N": 5.0734168326016515e-05, + "Y": 0.0006444082246161997, + "U": 1.8434699313729652e-06, + "K": 7.239929345814744e-06, + "L": 3.027131697308505e-06, + "G": 0.00023025207337923348, + "F": 0.0014919652603566647, + "E": 0.0003228557179681957, + "T": 0.000525319017469883, + "P": 0.40243974328041077, + "-": 0.5931114554405212 + }, + "id": "tp_6078" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 759760, + "label": "-", + "classification": { + "B": 2.9562977488239994e-06, + "S": 3.167059503539349e-06, + "I": 0.005364873446524143, + "C": 0.00022145513503346592, + "R": 1.7700189346214756e-05, + "M": 0.000371199450455606, + "O": 7.993266626726836e-05, + "W": 3.823953647952294e-06, + "N": 0.0002632215910125524, + "Y": 0.0009341766126453876, + "U": 5.2693867473863065e-06, + "K": 7.250439011841081e-06, + "L": 1.4541905329679139e-05, + "G": 0.0004038499610032886, + "F": 0.0016931910067796707, + "E": 0.001377639127895236, + "T": 0.0015596954617649317, + "P": 0.4691754877567291, + "-": 0.5185005068778992 + }, + "id": "tp_6079" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 759893, + "label": "-", + "classification": { + "B": 8.239369009288566e-08, + "S": 4.822482324584598e-08, + "I": 0.00029523461125791073, + "C": 1.979814078367781e-05, + "R": 1.4153093843560782e-06, + "M": 9.34317176870536e-06, + "O": 3.506597522573429e-06, + "W": 1.7834433663210802e-07, + "N": 1.2570226317620836e-05, + "Y": 0.000210456972126849, + "U": 3.0809320605840185e-07, + "K": 1.3922320249548648e-05, + "L": 1.5986239532139734e-07, + "G": 0.000127222272567451, + "F": 0.0019022009801119566, + "E": 0.00024378095986321568, + "T": 0.00010473476140759885, + "P": 0.42199721932411194, + "-": 0.5750579237937927 + }, + "id": "tp_6080" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 760027, + "label": "-", + "classification": { + "B": 1.8162578996339107e-08, + "S": 6.276427200191392e-08, + "I": 3.5150420444551855e-05, + "C": 6.317205247796664e-07, + "R": 7.716251104739058e-08, + "M": 3.0014680305612274e-06, + "O": 1.6162068732228363e-06, + "W": 1.0798006400136728e-07, + "N": 2.5704055133246584e-06, + "Y": 0.00010474090231582522, + "U": 4.621173488317254e-08, + "K": 9.19310605240753e-06, + "L": 1.8211665064882254e-08, + "G": 1.0410906725155655e-05, + "F": 0.000705857528373599, + "E": 8.267272642115131e-05, + "T": 4.6863580791978166e-05, + "P": 0.2122776359319687, + "-": 0.7867193222045898 + }, + "id": "tp_6081" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 760127, + "label": "-", + "classification": { + "B": 1.1676676194838365e-06, + "S": 2.718915652621945e-07, + "I": 0.0002978390548378229, + "C": 1.1321077181492e-05, + "R": 6.975813562348776e-07, + "M": 0.00011149499187013134, + "O": 9.080662493943237e-06, + "W": 6.354701440614008e-07, + "N": 5.688833880412858e-06, + "Y": 0.0006305688293650746, + "U": 3.2691178830646095e-07, + "K": 3.2402886063209735e-07, + "L": 1.6064865349108004e-06, + "G": 9.013111412059516e-05, + "F": 0.0003007151244673878, + "E": 0.0003865337057504803, + "T": 0.00039434953941963613, + "P": 0.3197169601917267, + "-": 0.6780402064323425 + }, + "id": "tp_6082" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 760260, + "label": "-", + "classification": { + "B": 4.69289534521522e-06, + "S": 1.8177112792727712e-07, + "I": 0.00010534779721638188, + "C": 2.682799504327704e-06, + "R": 1.6865421059719665e-07, + "M": 1.120701381296385e-05, + "O": 5.141579094924964e-06, + "W": 2.890022017254523e-07, + "N": 2.756838284767582e-06, + "Y": 7.224087312351912e-05, + "U": 1.5573750999919866e-07, + "K": 1.538733727102226e-07, + "L": 5.323016125657887e-07, + "G": 3.282206307630986e-05, + "F": 0.00019944919040426612, + "E": 0.00014633027603849769, + "T": 5.891766704735346e-05, + "P": 0.4083021283149719, + "-": 0.5910547375679016 + }, + "id": "tp_6083" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 760394, + "label": "-", + "classification": { + "B": 2.7377065634937026e-05, + "S": 2.079974365187809e-05, + "I": 0.0073384130373597145, + "C": 0.0003093421400990337, + "R": 7.141997048165649e-05, + "M": 0.002778221620246768, + "O": 0.00030004765721969306, + "W": 1.716307087917812e-05, + "N": 0.0003165076777804643, + "Y": 0.013776085339486599, + "U": 1.4365111383085605e-05, + "K": 9.502295142738149e-06, + "L": 7.408647070406005e-05, + "G": 0.0023050284944474697, + "F": 0.0023952177725732327, + "E": 0.0006942971376702189, + "T": 0.020602453500032425, + "P": 0.28559982776641846, + "-": 0.6633498668670654 + }, + "id": "tp_6084" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 760527, + "label": "-", + "classification": { + "B": 9.508352718512469e-07, + "S": 5.872578640264692e-06, + "I": 0.0005747076356783509, + "C": 1.6136129488586448e-05, + "R": 4.430336048244499e-06, + "M": 3.096782529610209e-05, + "O": 3.085803837166168e-05, + "W": 4.6676277634105645e-06, + "N": 7.501424988731742e-05, + "Y": 0.0009497800492681563, + "U": 1.5266712125594495e-06, + "K": 5.407981370808557e-05, + "L": 1.718874045764096e-06, + "G": 0.00023802428040653467, + "F": 0.009861646220088005, + "E": 0.0007432050770148635, + "T": 0.0005471541080623865, + "P": 0.35300949215888977, + "-": 0.6338497996330261 + }, + "id": "tp_6085" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 760627, + "label": "-", + "classification": { + "B": 1.169724441751896e-06, + "S": 1.2946175047545694e-06, + "I": 0.000852837401907891, + "C": 2.8016685973852873e-05, + "R": 6.280588422669098e-06, + "M": 0.0001330267114099115, + "O": 2.7571308237384073e-05, + "W": 2.635509417814319e-06, + "N": 3.458602441241965e-05, + "Y": 0.001287605962716043, + "U": 1.840757931859116e-06, + "K": 2.717527240747586e-05, + "L": 1.6304261407640297e-06, + "G": 0.000150610416312702, + "F": 0.0012408893089741468, + "E": 0.0002972270885948092, + "T": 0.0014320779591798782, + "P": 0.15746310353279114, + "-": 0.8370103240013123 + }, + "id": "tp_6086" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 760761, + "label": "-", + "classification": { + "B": 4.131337050239381e-09, + "S": 3.562703743131834e-10, + "I": 1.648495344852563e-05, + "C": 2.2091259666012775e-07, + "R": 1.2670171578577083e-08, + "M": 5.958619908597029e-07, + "O": 1.2565392637498007e-07, + "W": 2.0155932478616023e-09, + "N": 1.0513948467405498e-07, + "Y": 1.2837441317969933e-05, + "U": 1.912822122918101e-09, + "K": 3.7056457902195916e-09, + "L": 7.856560735319817e-09, + "G": 2.9636673843924655e-06, + "F": 5.0286122132092714e-05, + "E": 6.824412139394553e-06, + "T": 1.3208440577727742e-05, + "P": 0.2563100755214691, + "-": 0.7435863018035889 + }, + "id": "tp_6087" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 760894, + "label": "-", + "classification": { + "B": 2.4190771910070907e-06, + "S": 7.240190598167828e-07, + "I": 6.682602543151006e-05, + "C": 2.4848254724929575e-06, + "R": 2.0578417547767458e-07, + "M": 2.3503574993810616e-05, + "O": 1.8441309293848462e-05, + "W": 6.694256171613233e-07, + "N": 7.011537491052877e-06, + "Y": 2.4712595404707827e-05, + "U": 1.430277052349993e-07, + "K": 3.8960058645898243e-07, + "L": 4.7292161298173596e-07, + "G": 1.510451784270117e-05, + "F": 0.0001941526570590213, + "E": 0.00013410983956418931, + "T": 0.0001333290128968656, + "P": 0.33310917019844055, + "-": 0.6662660241127014 + }, + "id": "tp_6088" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 761028, + "label": "P", + "classification": { + "B": 1.4854112123430241e-05, + "S": 8.933983735914808e-06, + "I": 0.0018985267961397767, + "C": 0.00010731168003985658, + "R": 7.91365255281562e-06, + "M": 0.00028749514603987336, + "O": 6.243243115022779e-05, + "W": 9.014931492856704e-06, + "N": 0.00013666115410160273, + "Y": 0.0004555680206976831, + "U": 7.230008577607805e-06, + "K": 4.886561782768695e-06, + "L": 1.4159935744828545e-05, + "G": 0.00027819248498417437, + "F": 0.0008157826960086823, + "E": 0.001945317373611033, + "T": 0.0010826552752405405, + "P": 0.6688454747200012, + "-": 0.32401758432388306 + }, + "id": "tp_6089" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 761128, + "label": "-", + "classification": { + "B": 3.3215863481927954e-07, + "S": 5.923513981542783e-07, + "I": 0.0007867654785513878, + "C": 1.5035764590720646e-05, + "R": 3.2471816666657105e-06, + "M": 0.0003324651042930782, + "O": 2.6378977054264396e-05, + "W": 7.34569937321794e-07, + "N": 1.3983447388454806e-05, + "Y": 0.001576870447024703, + "U": 4.77135699838982e-07, + "K": 3.9097187709558057e-07, + "L": 4.1546109059709124e-06, + "G": 0.00013623257109429687, + "F": 0.00037183723179623485, + "E": 9.974100248655304e-05, + "T": 0.0048628272488713264, + "P": 0.14297619462013245, + "-": 0.8487916588783264 + }, + "id": "tp_6090" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 761261, + "label": "-", + "classification": { + "B": 1.566103691175158e-08, + "S": 1.7254203399375e-08, + "I": 8.610191434854642e-05, + "C": 2.7236742994318774e-07, + "R": 2.1756065393674362e-07, + "M": 2.940034164566896e-06, + "O": 2.3026339022180764e-06, + "W": 2.121307751679069e-08, + "N": 7.685674745516735e-07, + "Y": 9.62785052252002e-05, + "U": 6.182784506592043e-09, + "K": 6.202024227519587e-09, + "L": 4.4012615774136066e-08, + "G": 9.627423423808068e-06, + "F": 3.107571683358401e-05, + "E": 1.5020335695226095e-06, + "T": 0.0001967999996850267, + "P": 0.1840604990720749, + "-": 0.8155115842819214 + }, + "id": "tp_6091" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 761395, + "label": "-", + "classification": { + "B": 1.0978820910167997e-06, + "S": 3.50814531202559e-07, + "I": 7.309839566005394e-05, + "C": 1.027936286845943e-05, + "R": 8.15543785392947e-07, + "M": 3.57693133992143e-05, + "O": 2.5660267056082375e-05, + "W": 6.680172077722091e-07, + "N": 3.1689264687884133e-06, + "Y": 7.494127930840477e-05, + "U": 2.829944207860535e-07, + "K": 6.375537964231626e-08, + "L": 3.440595037318417e-06, + "G": 4.366940265754238e-05, + "F": 0.00023849087301641703, + "E": 3.995187216787599e-05, + "T": 0.00042819228838197887, + "P": 0.17182442545890808, + "-": 0.8271955847740173 + }, + "id": "tp_6092" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 761528, + "label": "-", + "classification": { + "B": 1.0189477279709536e-06, + "S": 1.378849219690892e-06, + "I": 0.010790023021399975, + "C": 0.00010266280878568068, + "R": 3.952900442527607e-05, + "M": 0.00022287991305347532, + "O": 5.0693502998910844e-05, + "W": 1.702924350865942e-06, + "N": 0.00016881758347153664, + "Y": 0.00439903698861599, + "U": 1.1404362112443778e-06, + "K": 1.667173364694463e-06, + "L": 3.923330041288864e-06, + "G": 0.0003604200610425323, + "F": 0.0003501043829601258, + "E": 0.0003532511182129383, + "T": 0.0037383893504738808, + "P": 0.442112535238266, + "-": 0.5373007655143738 + }, + "id": "tp_6093" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 761628, + "label": "-", + "classification": { + "B": 4.5535418990994e-08, + "S": 7.725164863359169e-08, + "I": 2.2819274818175472e-05, + "C": 9.375131071465148e-07, + "R": 4.255546315334868e-08, + "M": 2.7533737920748536e-06, + "O": 1.5158706219153828e-06, + "W": 1.1569704838620964e-07, + "N": 2.584407866379479e-06, + "Y": 4.427468229550868e-05, + "U": 4.3845478359116896e-08, + "K": 6.004860551911406e-06, + "L": 2.1051500098678844e-08, + "G": 7.844268111512065e-06, + "F": 0.0016283364966511726, + "E": 0.00030799207161180675, + "T": 2.209775811934378e-05, + "P": 0.4292909502983093, + "-": 0.5686614513397217 + }, + "id": "tp_6094" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 761762, + "label": "-", + "classification": { + "B": 2.6947584501613164e-06, + "S": 4.620595518645132e-06, + "I": 0.0018644174560904503, + "C": 4.171175169176422e-05, + "R": 1.2849281119997613e-05, + "M": 5.890972897759639e-05, + "O": 3.296063732705079e-05, + "W": 6.65207153360825e-06, + "N": 0.00024086340272333473, + "Y": 0.003494896227493882, + "U": 8.949018592829816e-06, + "K": 0.0019441056065261364, + "L": 1.2901115269414731e-06, + "G": 0.0005177932325750589, + "F": 0.005102536641061306, + "E": 0.002733306959271431, + "T": 0.000740552437491715, + "P": 0.37753790616989136, + "-": 0.6056529879570007 + }, + "id": "tp_6095" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 761895, + "label": "-", + "classification": { + "B": 4.927038617097423e-07, + "S": 5.2142901552088006e-08, + "I": 4.394067218527198e-05, + "C": 3.2195314361160854e-06, + "R": 2.728551748987229e-07, + "M": 1.939525463967584e-05, + "O": 9.638833944336511e-06, + "W": 1.868639998292565e-07, + "N": 7.573898415103031e-07, + "Y": 3.998993634013459e-05, + "U": 3.284969452010955e-08, + "K": 2.3705151619424214e-08, + "L": 6.256686333472317e-07, + "G": 2.695644616323989e-05, + "F": 0.00013401372416410595, + "E": 2.5331521101179533e-05, + "T": 8.210286614485085e-05, + "P": 0.14128521084785461, + "-": 0.8583277463912964 + }, + "id": "tp_6096" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 762029, + "label": "-", + "classification": { + "B": 0.001696774852462113, + "S": 0.0015085225459188223, + "I": 0.07385845482349396, + "C": 0.010457743890583515, + "R": 0.002794097177684307, + "M": 0.013949963264167309, + "O": 0.005180181469768286, + "W": 0.0019844297785311937, + "N": 0.010190190747380257, + "Y": 0.03113391064107418, + "U": 0.0011480360990390182, + "K": 0.0024515879340469837, + "L": 0.0018944755429401994, + "G": 0.012476185336709023, + "F": 0.019770998507738113, + "E": 0.050827305763959885, + "T": 0.022207526490092278, + "P": 0.3169809877872467, + "-": 0.41948869824409485 + }, + "id": "tp_6097" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 762129, + "label": "-", + "classification": { + "B": 3.2828924023675654e-09, + "S": 2.7880911801503316e-08, + "I": 0.00017009909788612276, + "C": 4.394464667711873e-06, + "R": 2.1389967059803894e-06, + "M": 7.196677415777231e-06, + "O": 3.756165142476675e-06, + "W": 9.953544832796979e-08, + "N": 3.174007360939868e-06, + "Y": 0.0003854318056255579, + "U": 8.400706974498462e-08, + "K": 1.165580556516943e-06, + "L": 9.445241033745333e-08, + "G": 2.2034626454114914e-05, + "F": 0.00024199413019232452, + "E": 9.620928722142708e-06, + "T": 0.000498188950587064, + "P": 0.05557753145694733, + "-": 0.9430729150772095 + }, + "id": "tp_6098" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 762262, + "label": "-", + "classification": { + "B": 1.528039084153221e-10, + "S": 5.3821738732473534e-11, + "I": 1.4654523283752496e-06, + "C": 1.9290986585929204e-08, + "R": 9.536038625412857e-10, + "M": 5.607889264069854e-08, + "O": 2.558903666738388e-08, + "W": 1.664187815331175e-10, + "N": 8.595908873587632e-09, + "Y": 1.8500105625207652e-06, + "U": 2.1703197572442434e-10, + "K": 1.2424410111844253e-10, + "L": 7.188040718197897e-10, + "G": 2.695493606097443e-07, + "F": 7.4824893090408295e-06, + "E": 1.69691972473629e-07, + "T": 1.1720504517143127e-05, + "P": 0.1639161854982376, + "-": 0.836060643196106 + }, + "id": "tp_6099" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 762396, + "label": "-", + "classification": { + "B": 1.2273987692879018e-07, + "S": 9.573395409745444e-10, + "I": 4.708370397565886e-06, + "C": 1.4359574151967536e-07, + "R": 4.262886488248796e-09, + "M": 6.785231221329013e-07, + "O": 3.268562238645245e-07, + "W": 4.893915939163662e-09, + "N": 1.5245062101598705e-08, + "Y": 1.415957171957416e-06, + "U": 8.163561493468308e-10, + "K": 1.534366730893133e-11, + "L": 5.395337510094578e-08, + "G": 2.035488932961016e-06, + "F": 4.4651392272498924e-06, + "E": 7.680803264520364e-07, + "T": 6.3600627981941216e-06, + "P": 0.3871385157108307, + "-": 0.6128403544425964 + }, + "id": "tp_6100" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 762529, + "label": "-", + "classification": { + "B": 1.4082398358539194e-08, + "S": 7.057990192294028e-09, + "I": 0.00011809769785031676, + "C": 1.2501909623097163e-06, + "R": 1.2359339507383993e-07, + "M": 6.512505024147686e-06, + "O": 7.029219659671071e-07, + "W": 2.223032247172796e-08, + "N": 1.290557975153206e-06, + "Y": 0.00017020963423419744, + "U": 2.1350084367099953e-08, + "K": 1.7463004553519568e-07, + "L": 3.926327707404198e-08, + "G": 1.585399149917066e-05, + "F": 0.00022538361372426152, + "E": 5.907140439376235e-05, + "T": 7.605243445141241e-05, + "P": 0.2737695872783661, + "-": 0.7255555987358093 + }, + "id": "tp_6101" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 762629, + "label": "-", + "classification": { + "B": 2.4905228201532736e-05, + "S": 1.8518021533964202e-05, + "I": 0.014374557882547379, + "C": 0.0007119341171346605, + "R": 5.813879761262797e-05, + "M": 0.003634071908891201, + "O": 0.00026050026644952595, + "W": 1.7155829482362606e-05, + "N": 0.0003877385752275586, + "Y": 0.013648788444697857, + "U": 6.162983481772244e-06, + "K": 4.0200695366365835e-05, + "L": 3.795566226472147e-05, + "G": 0.0030096713453531265, + "F": 0.0019468506798148155, + "E": 0.013508545234799385, + "T": 0.010831103660166264, + "P": 0.16781403124332428, + "-": 0.7696691751480103 + }, + "id": "tp_6102" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 762763, + "label": "-", + "classification": { + "B": 3.6951548736396944e-06, + "S": 4.878457957602222e-07, + "I": 0.0001748158101690933, + "C": 1.9069640984525904e-05, + "R": 1.5986912558219046e-06, + "M": 3.0817711376585066e-05, + "O": 1.9871713448083028e-05, + "W": 1.062202045432059e-06, + "N": 1.1433173312980216e-05, + "Y": 8.379248174605891e-05, + "U": 4.912511712973355e-07, + "K": 1.608420348020445e-06, + "L": 1.1363109706508112e-06, + "G": 7.643017306691036e-05, + "F": 0.0010536168701946735, + "E": 0.00020682280592154711, + "T": 0.00014150483184494078, + "P": 0.3858025074005127, + "-": 0.6123692989349365 + }, + "id": "tp_6103" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 762896, + "label": "P", + "classification": { + "B": 8.393160896957852e-06, + "S": 6.915937410667539e-05, + "I": 0.05168299004435539, + "C": 0.00026948555023409426, + "R": 8.113087096717209e-05, + "M": 0.0008712788112461567, + "O": 0.0003183303924743086, + "W": 5.5923919717315584e-05, + "N": 0.004667388275265694, + "Y": 0.008771376684308052, + "U": 1.234065530297812e-05, + "K": 0.000559918349608779, + "L": 1.658791552472394e-05, + "G": 0.0008089689072221518, + "F": 0.006628807168453932, + "E": 0.009144618175923824, + "T": 0.007376388181000948, + "P": 0.5715291500091553, + "-": 0.33712777495384216 + }, + "id": "tp_6104" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 763030, + "label": "-", + "classification": { + "B": 0.00017954836948774755, + "S": 5.0946269766427577e-05, + "I": 0.00042075393139384687, + "C": 8.144459570758045e-05, + "R": 5.245926513453014e-05, + "M": 0.0022109095007181168, + "O": 0.001690082368440926, + "W": 4.649313632398844e-05, + "N": 2.5911602278938517e-05, + "Y": 0.0026913064066320658, + "U": 7.145875315472949e-06, + "K": 1.0565920547378482e-06, + "L": 0.0005268370150588453, + "G": 0.0022063113283365965, + "F": 0.0035465213004499674, + "E": 0.00026683579199016094, + "T": 0.0050623235292732716, + "P": 0.0657191202044487, + "-": 0.9152140021324158 + }, + "id": "tp_6105" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 763130, + "label": "-", + "classification": { + "B": 1.012145367518258e-09, + "S": 6.351655201797257e-09, + "I": 2.2359949070960283e-05, + "C": 1.740741254252498e-06, + "R": 1.507695372993112e-07, + "M": 7.372245818260126e-07, + "O": 5.662164994646446e-07, + "W": 1.6526618296097695e-08, + "N": 1.2152599992987234e-06, + "Y": 7.04214398865588e-05, + "U": 2.0241111897689734e-08, + "K": 5.563077138504013e-06, + "L": 6.674135910600398e-09, + "G": 5.838428478455171e-06, + "F": 0.0009980943286791444, + "E": 2.417133691778872e-05, + "T": 2.0449995645321906e-05, + "P": 0.09060394018888474, + "-": 0.9082446098327637 + }, + "id": "tp_6106" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 763263, + "label": "P", + "classification": { + "B": 2.0642453364416724e-06, + "S": 1.2265477380424272e-06, + "I": 0.001636394066736102, + "C": 0.0001972786703845486, + "R": 1.2299922673264518e-05, + "M": 6.57773416605778e-05, + "O": 2.2031472326489165e-05, + "W": 4.38033066529897e-06, + "N": 0.0001485804095864296, + "Y": 0.0006740808021277189, + "U": 3.203162805220927e-06, + "K": 0.000286871159914881, + "L": 1.79457163085317e-06, + "G": 0.0007913371082395315, + "F": 0.007821368053555489, + "E": 0.010214703157544136, + "T": 0.00018479883146937937, + "P": 0.5717031955718994, + "-": 0.40622857213020325 + }, + "id": "tp_6107" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 763397, + "label": "-", + "classification": { + "B": 1.995686255140683e-10, + "S": 4.324882119099982e-11, + "I": 8.796577276370954e-06, + "C": 8.810429363848016e-08, + "R": 6.0602900475714705e-09, + "M": 8.139196694401107e-08, + "O": 2.703876766929625e-08, + "W": 2.7310123607016124e-10, + "N": 3.279869531525037e-08, + "Y": 1.8162822925660294e-06, + "U": 5.143004355723235e-10, + "K": 1.3856956693203415e-09, + "L": 5.864205232519737e-10, + "G": 7.238996886371751e-07, + "F": 1.0858956557058264e-05, + "E": 1.3213810916568036e-06, + "T": 3.2123973596753785e-06, + "P": 0.2900002896785736, + "-": 0.7099727988243103 + }, + "id": "tp_6108" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 763530, + "label": "-", + "classification": { + "B": 3.793771696791737e-08, + "S": 2.1157971374918816e-08, + "I": 6.64822364342399e-05, + "C": 5.897053370063077e-07, + "R": 1.1626190854485685e-07, + "M": 1.602048428139824e-06, + "O": 9.100668307837623e-07, + "W": 1.845262076471954e-08, + "N": 1.1068685807913425e-06, + "Y": 3.962071059504524e-05, + "U": 1.2456291109685935e-08, + "K": 7.475984631355459e-08, + "L": 5.504450228954738e-08, + "G": 1.9265777154942043e-05, + "F": 0.0008571100770495832, + "E": 3.474135883152485e-05, + "T": 2.6748417440103367e-05, + "P": 0.4494318664073944, + "-": 0.5495196580886841 + }, + "id": "tp_6109" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 763630, + "label": "-", + "classification": { + "B": 6.157291636554874e-07, + "S": 4.27450821405273e-08, + "I": 0.00020039283845108002, + "C": 4.5292388676898554e-05, + "R": 8.354616511496715e-06, + "M": 3.4170039725722745e-05, + "O": 1.2720535778498743e-05, + "W": 1.505413536051492e-07, + "N": 3.585412741813343e-06, + "Y": 0.0007021662313491106, + "U": 6.825562763879134e-07, + "K": 1.3448286608763738e-06, + "L": 1.4514229178530513e-06, + "G": 0.0004712857771664858, + "F": 0.0005263733910396695, + "E": 4.2094849050045013e-05, + "T": 0.00042673302232287824, + "P": 0.09861641377210617, + "-": 0.8989061117172241 + }, + "id": "tp_6110" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 763764, + "label": "-", + "classification": { + "B": 9.901213182672564e-10, + "S": 1.9745145518612617e-09, + "I": 2.3284670533030294e-05, + "C": 1.07710354768642e-06, + "R": 1.4542756332502904e-07, + "M": 1.6132856899275794e-06, + "O": 4.1600162603572244e-07, + "W": 7.170493088182184e-09, + "N": 2.767644957657467e-07, + "Y": 0.00010354038386140019, + "U": 1.1730949545096792e-08, + "K": 1.0050356280544293e-07, + "L": 1.7726538459328367e-08, + "G": 7.3848959800670855e-06, + "F": 0.0002090653870254755, + "E": 5.21098445460666e-06, + "T": 6.561535701621324e-05, + "P": 0.06274338066577911, + "-": 0.9368388652801514 + }, + "id": "tp_6111" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 763897, + "label": "-", + "classification": { + "B": 6.461279955516375e-09, + "S": 2.6041826473033325e-09, + "I": 4.72413630632218e-05, + "C": 3.0688019592162163e-07, + "R": 1.3086894234959345e-08, + "M": 7.467123850801727e-06, + "O": 3.7448447187671263e-07, + "W": 2.551004074646812e-09, + "N": 1.4924998481546936e-07, + "Y": 2.1119787561474368e-05, + "U": 9.46499212339802e-10, + "K": 1.8631382547873443e-10, + "L": 3.475814835951496e-08, + "G": 2.3483869426854653e-06, + "F": 1.0523465789447073e-05, + "E": 8.48262516228715e-06, + "T": 3.2970161555567756e-05, + "P": 0.2157420665025711, + "-": 0.784126877784729 + }, + "id": "tp_6112" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 764031, + "label": "-", + "classification": { + "B": 2.397806611043052e-07, + "S": 3.1275945389097615e-07, + "I": 0.0006939207669347525, + "C": 1.4084946087677963e-05, + "R": 3.0398120998142986e-06, + "M": 0.00014934987120795995, + "O": 1.6355785191990435e-05, + "W": 4.723603694856138e-07, + "N": 1.6286256141029298e-05, + "Y": 0.002027803799137473, + "U": 3.345042216551519e-07, + "K": 2.692410362215014e-06, + "L": 1.145688315773441e-06, + "G": 0.0002878089726436883, + "F": 0.0007523625390604138, + "E": 0.00020187678455840796, + "T": 0.0022034274879842997, + "P": 0.15643221139907837, + "-": 0.8371962904930115 + }, + "id": "tp_6113" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 764131, + "label": "-", + "classification": { + "B": 1.0167050277232192e-06, + "S": 2.946606173281907e-06, + "I": 0.001029042061418295, + "C": 0.0003016790433321148, + "R": 5.396282722358592e-05, + "M": 0.0004553150793071836, + "O": 9.731129102874547e-05, + "W": 7.096050012478372e-06, + "N": 5.549941852223128e-05, + "Y": 0.003568853484466672, + "U": 6.67407357468619e-06, + "K": 7.554321928182617e-05, + "L": 1.2651946235564537e-05, + "G": 0.0007509439601562917, + "F": 0.006476228125393391, + "E": 0.0006223599775694311, + "T": 0.0019335054093971848, + "P": 0.06742707639932632, + "-": 0.9171223044395447 + }, + "id": "tp_6114" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 764264, + "label": "-", + "classification": { + "B": 4.117139724257868e-06, + "S": 2.247485220152612e-08, + "I": 0.0007008467800915241, + "C": 2.095027593895793e-05, + "R": 1.2198094054838293e-06, + "M": 0.00020540683181025088, + "O": 7.580013061669888e-06, + "W": 5.6737626152880694e-08, + "N": 2.602867880341364e-06, + "Y": 0.0010452964343130589, + "U": 1.0868008359921077e-07, + "K": 9.658241317822558e-09, + "L": 3.546573680068832e-06, + "G": 0.00039391478640027344, + "F": 6.736331124557182e-05, + "E": 0.00024238710466306657, + "T": 0.000575476442463696, + "P": 0.25228601694107056, + "-": 0.7444431781768799 + }, + "id": "tp_6115" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 764398, + "label": "-", + "classification": { + "B": 1.6435433281003498e-07, + "S": 8.17582872514322e-08, + "I": 0.0005164699396118522, + "C": 1.0739292520156596e-05, + "R": 2.8849224236182636e-06, + "M": 0.00016582492389716208, + "O": 2.142671110050287e-05, + "W": 1.9323057642850472e-07, + "N": 2.4170888082153397e-06, + "Y": 0.0015510227531194687, + "U": 4.630153682683158e-08, + "K": 1.3293727008090173e-08, + "L": 1.383661128784297e-06, + "G": 0.00016475851589348167, + "F": 6.377105455612764e-05, + "E": 2.8206868591951206e-05, + "T": 0.001211045659147203, + "P": 0.056085094809532166, + "-": 0.9401743412017822 + }, + "id": "tp_6116" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 764531, + "label": "-", + "classification": { + "B": 8.714879368199036e-05, + "S": 0.00010972424206556752, + "I": 0.014454416930675507, + "C": 0.0021868343465030193, + "R": 0.00043135732994414866, + "M": 0.001893635024316609, + "O": 0.0009776612278074026, + "W": 0.0001723296445561573, + "N": 0.0023699882440268993, + "Y": 0.00847471784800291, + "U": 0.00026442305534146726, + "K": 0.0017641237936913967, + "L": 0.0001620010007172823, + "G": 0.004489357117563486, + "F": 0.01176202017813921, + "E": 0.01007884368300438, + "T": 0.007471124175935984, + "P": 0.28999361395835876, + "-": 0.6428567171096802 + }, + "id": "tp_6117" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 764631, + "label": "-", + "classification": { + "B": 0.00012082448665751144, + "S": 1.0762942110886797e-05, + "I": 0.005798768252134323, + "C": 0.0021613792050629854, + "R": 0.0003148551331833005, + "M": 0.002653885865584016, + "O": 0.0003688860742840916, + "W": 3.287782965344377e-05, + "N": 0.000191945320693776, + "Y": 0.007982402108609676, + "U": 5.4786687542218715e-05, + "K": 7.979692600201815e-05, + "L": 0.00018462246225681156, + "G": 0.006494553759694099, + "F": 0.003980143927037716, + "E": 0.004594959318637848, + "T": 0.006026806775480509, + "P": 0.12601162493228912, + "-": 0.8329360485076904 + }, + "id": "tp_6118" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 764765, + "label": "-", + "classification": { + "B": 7.1107035815032305e-09, + "S": 3.5759772920584965e-09, + "I": 0.0007643101853318512, + "C": 9.552647497912403e-06, + "R": 7.690770189583418e-07, + "M": 4.4291591621004045e-05, + "O": 1.0617666248435853e-06, + "W": 1.6391147994454514e-08, + "N": 2.370729589529219e-06, + "Y": 0.001087961602024734, + "U": 1.1540402411469586e-08, + "K": 6.222128945410077e-08, + "L": 5.642644396175456e-08, + "G": 5.173014505999163e-05, + "F": 6.984311767155305e-05, + "E": 0.00015008966147433966, + "T": 0.00032696357811801136, + "P": 0.13844022154808044, + "-": 0.8590507507324219 + }, + "id": "tp_6119" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 764898, + "label": "-", + "classification": { + "B": 2.3855834569985745e-06, + "S": 2.3419711396854836e-06, + "I": 0.002139690099284053, + "C": 0.00021718087373301387, + "R": 5.607817001873627e-05, + "M": 7.957714842632413e-05, + "O": 5.379905996960588e-05, + "W": 6.488795861514518e-06, + "N": 0.00012740875536110252, + "Y": 0.0032063873950392008, + "U": 6.882996785861906e-06, + "K": 6.452280649682507e-05, + "L": 5.392801995185437e-06, + "G": 0.0007278985576704144, + "F": 0.004282291047275066, + "E": 0.0008439383236691356, + "T": 0.0011478567030280828, + "P": 0.3198085427284241, + "-": 0.6672213077545166 + }, + "id": "tp_6120" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 765032, + "label": "-", + "classification": { + "B": 0.0003860152210108936, + "S": 1.6655623767292127e-05, + "I": 0.00037396379048004746, + "C": 4.338202779763378e-05, + "R": 6.6922129917657e-06, + "M": 0.0005848726141266525, + "O": 0.0002795903419610113, + "W": 1.787449946277775e-05, + "N": 2.323798071302008e-05, + "Y": 0.00017297112208325416, + "U": 1.3926097608418786e-06, + "K": 1.1868805813719518e-06, + "L": 3.8487749407067895e-05, + "G": 0.0005265603540465236, + "F": 0.0016426631482318044, + "E": 0.0009677050402387977, + "T": 0.0003337560629006475, + "P": 0.3102380633354187, + "-": 0.6843448281288147 + }, + "id": "tp_6121" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 765132, + "label": "-", + "classification": { + "B": 2.8013881092192605e-05, + "S": 4.394638381199911e-06, + "I": 0.0011646848870441318, + "C": 0.00011244208144489676, + "R": 1.5564944988000207e-05, + "M": 0.00031953174038790166, + "O": 9.639075142331421e-05, + "W": 4.632822765415767e-06, + "N": 7.740312139503658e-05, + "Y": 0.0014297834131866693, + "U": 3.7590123156405753e-06, + "K": 1.0440346159157343e-05, + "L": 1.405765306117246e-05, + "G": 0.0007504422101192176, + "F": 0.0014165889006108046, + "E": 0.0015080416342243552, + "T": 0.0009242633241228759, + "P": 0.31024473905563354, + "-": 0.6818748116493225 + }, + "id": "tp_6122" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 765265, + "label": "-", + "classification": { + "B": 9.806392426980892e-07, + "S": 2.6560642254480626e-06, + "I": 0.0017492208862677217, + "C": 0.00011689898383338004, + "R": 2.278521060361527e-05, + "M": 8.06206589913927e-05, + "O": 5.985205280012451e-05, + "W": 4.560324214253342e-06, + "N": 0.00016920319467317313, + "Y": 0.0011733078863471746, + "U": 6.577622571057873e-06, + "K": 8.599712600698695e-05, + "L": 3.880752956320066e-06, + "G": 0.00031763684819452465, + "F": 0.0037450615782290697, + "E": 0.0006262671086005867, + "T": 0.0011746524833142757, + "P": 0.2326716184616089, + "-": 0.7579882740974426 + }, + "id": "tp_6123" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 765399, + "label": "P", + "classification": { + "B": 6.726558012815076e-07, + "S": 2.083095978377969e-06, + "I": 0.004983861930668354, + "C": 5.945407610852271e-05, + "R": 5.620847332465928e-06, + "M": 4.2216746805934235e-05, + "O": 9.60145189310424e-06, + "W": 1.4138714732325752e-06, + "N": 0.00028181870584376156, + "Y": 0.00046787314931862056, + "U": 1.3302756087796297e-06, + "K": 5.422635149443522e-05, + "L": 1.0882251899602124e-06, + "G": 0.00011911954788956791, + "F": 0.0024946609046310186, + "E": 0.0031062786001712084, + "T": 0.00012923979375045747, + "P": 0.804499626159668, + "-": 0.1837398111820221 + }, + "id": "tp_6124" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 765532, + "label": "-", + "classification": { + "B": 6.64673643768765e-05, + "S": 3.9923095755511895e-05, + "I": 0.003133441787213087, + "C": 0.00012617091124411672, + "R": 4.060508217662573e-05, + "M": 0.000756623805500567, + "O": 0.0004304609028622508, + "W": 4.8940975830191746e-05, + "N": 0.00028512548306025565, + "Y": 0.00308182742446661, + "U": 2.364485408179462e-05, + "K": 3.663126699393615e-05, + "L": 7.29744351701811e-05, + "G": 0.001598899601958692, + "F": 0.004367585759609938, + "E": 0.0015861060237511992, + "T": 0.004704357590526342, + "P": 0.30576959252357483, + "-": 0.6738305687904358 + }, + "id": "tp_6125" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 765632, + "label": "P", + "classification": { + "B": 2.4289561224577483e-06, + "S": 3.6348774301586673e-07, + "I": 0.001238715136423707, + "C": 3.753355849767104e-05, + "R": 1.9963285922131035e-06, + "M": 2.728864819800947e-05, + "O": 6.595877948711859e-06, + "W": 6.647581471952435e-07, + "N": 6.220746581675485e-05, + "Y": 0.00039586235652677715, + "U": 1.3136968846083619e-06, + "K": 8.997587428893894e-06, + "L": 7.992586006366764e-07, + "G": 9.300380042986944e-05, + "F": 0.0013835341669619083, + "E": 0.0011593351373448968, + "T": 0.00013672263594344258, + "P": 0.7318027019500732, + "-": 0.26363998651504517 + }, + "id": "tp_6126" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 765766, + "label": "-", + "classification": { + "B": 5.4098978807815e-07, + "S": 1.5498463312724198e-07, + "I": 0.000503390678204596, + "C": 2.6214875106234103e-05, + "R": 1.7278815676036174e-06, + "M": 3.7445723137352616e-05, + "O": 9.36551259655971e-06, + "W": 2.5169495643240225e-07, + "N": 1.2599656656675506e-05, + "Y": 0.00020858884090557694, + "U": 6.581819889106555e-07, + "K": 1.7846073774308024e-07, + "L": 1.576218664922635e-06, + "G": 8.641637396067381e-05, + "F": 0.00025415964773856103, + "E": 0.00010683389700716361, + "T": 0.00044297537533566356, + "P": 0.4583813548088074, + "-": 0.5399255156517029 + }, + "id": "tp_6127" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 765899, + "label": "-", + "classification": { + "B": 5.82117081648903e-06, + "S": 4.3813400907311006e-07, + "I": 9.835244418354705e-05, + "C": 2.914461674663471e-06, + "R": 3.0584143928535923e-07, + "M": 6.655608012806624e-05, + "O": 4.265336974640377e-05, + "W": 6.681210606984678e-07, + "N": 1.745636950545304e-06, + "Y": 5.6085671531036496e-05, + "U": 5.339091657674544e-08, + "K": 2.7504880595330405e-09, + "L": 2.951680698970449e-06, + "G": 4.689177876571193e-05, + "F": 3.6416859074961394e-05, + "E": 1.3111307453073096e-05, + "T": 0.00029618319240398705, + "P": 0.2185949832201004, + "-": 0.7807337641716003 + }, + "id": "tp_6128" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 766033, + "label": "-", + "classification": { + "B": 1.2094138810425648e-06, + "S": 9.087544299291039e-07, + "I": 0.00017249355732928962, + "C": 3.3701991924317554e-05, + "R": 5.117209184390958e-06, + "M": 9.908524225465953e-05, + "O": 1.8910064682131633e-05, + "W": 9.65393610385945e-07, + "N": 7.096070476109162e-06, + "Y": 0.0022786192130297422, + "U": 6.222626325325109e-07, + "K": 1.1981319403275847e-05, + "L": 2.1459247818711447e-06, + "G": 0.0003042104945052415, + "F": 0.004002388566732407, + "E": 0.0002866973518393934, + "T": 0.0007011225679889321, + "P": 0.05686528608202934, + "-": 0.9352073669433594 + }, + "id": "tp_6129" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 766133, + "label": "-", + "classification": { + "B": 7.596967499523544e-10, + "S": 4.0818584623458776e-10, + "I": 7.122127954062307e-06, + "C": 1.1232356200707727e-07, + "R": 6.294699872455567e-09, + "M": 9.623587402529665e-07, + "O": 1.1938345778617077e-07, + "W": 1.1431294799635339e-09, + "N": 6.376305350386247e-08, + "Y": 7.156698848120868e-05, + "U": 1.3623036032583968e-09, + "K": 3.022882566483531e-08, + "L": 2.257056985754957e-09, + "G": 4.36927530245157e-06, + "F": 3.630233186413534e-05, + "E": 7.593528152938234e-06, + "T": 2.2524556698044762e-05, + "P": 0.10321694612503052, + "-": 0.8966322541236877 + }, + "id": "tp_6130" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 766266, + "label": "P", + "classification": { + "B": 1.97094365717021e-07, + "S": 9.489556873631955e-08, + "I": 0.0003482693573459983, + "C": 1.977409738174174e-06, + "R": 2.033674633139526e-07, + "M": 8.293366590805817e-06, + "O": 1.3092510471324204e-06, + "W": 9.290707225773076e-08, + "N": 5.6239537116198335e-06, + "Y": 7.433441351167858e-05, + "U": 5.181918183438938e-08, + "K": 1.535463489688027e-08, + "L": 1.8716337990554166e-07, + "G": 7.275583811860997e-06, + "F": 7.735832332400605e-05, + "E": 6.453730020439252e-05, + "T": 7.424415525747463e-05, + "P": 0.787959635257721, + "-": 0.21137630939483643 + }, + "id": "tp_6131" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 766400, + "label": "-", + "classification": { + "B": 1.4736010598426219e-05, + "S": 1.4660722627013456e-05, + "I": 0.050745509564876556, + "C": 0.00146200368180871, + "R": 0.0001598705566721037, + "M": 0.0012046288466081023, + "O": 0.00018565962091088295, + "W": 2.2671463739243336e-05, + "N": 0.0011722685303539038, + "Y": 0.009632744826376438, + "U": 1.6491794667672366e-05, + "K": 7.507875125156716e-05, + "L": 2.5679428290459327e-05, + "G": 0.0014323799405246973, + "F": 0.0022719039116054773, + "E": 0.005695416126400232, + "T": 0.003413489321246743, + "P": 0.42967137694358826, + "-": 0.49278348684310913 + }, + "id": "tp_6132" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 766533, + "label": "-", + "classification": { + "B": 2.550954170121855e-10, + "S": 2.717982956756959e-11, + "I": 1.775944110704586e-05, + "C": 1.584744637739277e-07, + "R": 1.6062742247413553e-08, + "M": 9.865325409919024e-07, + "O": 6.516146555668456e-08, + "W": 2.3157208095536674e-10, + "N": 1.5370561712302333e-08, + "Y": 1.789844100130722e-05, + "U": 4.692315980214801e-10, + "K": 1.2111653346913442e-10, + "L": 7.580472249912873e-09, + "G": 3.8047769521654118e-06, + "F": 6.556033895321889e-06, + "E": 1.1083709523518337e-06, + "T": 1.6740428691264242e-05, + "P": 0.05269630253314972, + "-": 0.9472385048866272 + }, + "id": "tp_6133" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 766633, + "label": "-", + "classification": { + "B": 1.5134298791963374e-07, + "S": 1.6697083538019797e-07, + "I": 0.0001340908493148163, + "C": 1.3145234333933331e-05, + "R": 1.2742796116071986e-06, + "M": 9.204137313645333e-06, + "O": 3.874393314617919e-06, + "W": 2.720630050134787e-07, + "N": 5.405639058153611e-06, + "Y": 0.0004113762697670609, + "U": 5.1062335160168e-07, + "K": 3.625210410973523e-06, + "L": 3.9118603467613866e-07, + "G": 6.758657400496304e-05, + "F": 0.0013028853572905064, + "E": 0.00011687628284562379, + "T": 0.00018573719717096537, + "P": 0.3787194788455963, + "-": 0.6190239787101746 + }, + "id": "tp_6134" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 766767, + "label": "-", + "classification": { + "B": 6.356992525979877e-05, + "S": 1.0031179954239633e-05, + "I": 0.0014290655963122845, + "C": 0.00024910905631259084, + "R": 6.285322160692886e-05, + "M": 0.0010793162509799004, + "O": 0.00024133244005497545, + "W": 1.9021552361664362e-05, + "N": 5.678478191839531e-05, + "Y": 0.003039599396288395, + "U": 1.9681458070408553e-05, + "K": 5.743362180510303e-06, + "L": 0.0001623962161829695, + "G": 0.0018344736890867352, + "F": 0.005513118114322424, + "E": 0.0007304544560611248, + "T": 0.004253874067217112, + "P": 0.19290795922279358, + "-": 0.7883215546607971 + }, + "id": "tp_6135" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 766900, + "label": "-", + "classification": { + "B": 1.789668324647664e-08, + "S": 1.1300092417343421e-08, + "I": 2.0608458726201206e-05, + "C": 1.1638671537639311e-07, + "R": 1.3033170098708524e-08, + "M": 1.297633161811973e-06, + "O": 3.826114891580801e-07, + "W": 1.1986697856514184e-08, + "N": 6.980899343034253e-07, + "Y": 2.47199168370571e-05, + "U": 8.539328355539055e-09, + "K": 8.710529897371089e-08, + "L": 7.747051000706051e-09, + "G": 1.9570054519135738e-06, + "F": 6.781029514968395e-05, + "E": 1.767228968674317e-05, + "T": 5.502621570485644e-05, + "P": 0.3986646831035614, + "-": 0.6011447906494141 + }, + "id": "tp_6136" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 767000, + "label": "-", + "classification": { + "B": 1.5456824087323184e-07, + "S": 1.263157827224859e-07, + "I": 0.0012712868629023433, + "C": 7.169644959503785e-05, + "R": 8.968702786660288e-06, + "M": 2.3540362235507928e-05, + "O": 6.451049557654187e-06, + "W": 4.837165761273354e-07, + "N": 3.422669760766439e-05, + "Y": 0.003062409581616521, + "U": 7.804441679581942e-07, + "K": 4.88458426843863e-05, + "L": 2.107670553641583e-07, + "G": 0.00019348868227098137, + "F": 0.0011051137698814273, + "E": 0.0006484094192273915, + "T": 0.000281458196695894, + "P": 0.18245433270931244, + "-": 0.8107879161834717 + }, + "id": "tp_6137" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 767134, + "label": "P", + "classification": { + "B": 7.045677108408199e-08, + "S": 2.1395122118406107e-08, + "I": 0.0006736183422617614, + "C": 3.7823335787834367e-06, + "R": 5.50865252080257e-07, + "M": 2.581323315098416e-06, + "O": 1.0730487929322408e-06, + "W": 1.0761463187236586e-07, + "N": 8.429677109234035e-06, + "Y": 8.22823858470656e-05, + "U": 2.1734214783464267e-07, + "K": 4.536259893939132e-06, + "L": 4.915772677804853e-08, + "G": 2.14423216675641e-05, + "F": 0.0003125291841570288, + "E": 0.00014882288814987987, + "T": 3.059142909478396e-05, + "P": 0.5292071104049683, + "-": 0.46950212121009827 + }, + "id": "tp_6138" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 767267, + "label": "-", + "classification": { + "B": 1.100617737392895e-05, + "S": 1.5701416486990638e-05, + "I": 0.0022216334473341703, + "C": 9.102049079956487e-05, + "R": 6.563848728546873e-05, + "M": 0.0013397391885519028, + "O": 0.0002605189220048487, + "W": 2.0433246390894055e-05, + "N": 0.00010552682215347886, + "Y": 0.013540380634367466, + "U": 7.184176865848713e-06, + "K": 5.708026947104372e-05, + "L": 3.933438711101189e-05, + "G": 0.0020381947979331017, + "F": 0.005751081742346287, + "E": 0.0007030758424662054, + "T": 0.00912526436150074, + "P": 0.09815260767936707, + "-": 0.8664546012878418 + }, + "id": "tp_6139" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 767401, + "label": "-", + "classification": { + "B": 1.9293547666165978e-05, + "S": 7.572128379251808e-05, + "I": 0.0009614018490538001, + "C": 0.00023432262241840363, + "R": 7.723080489085987e-05, + "M": 0.0032104772981256247, + "O": 0.0004981062957085669, + "W": 3.980637848144397e-05, + "N": 0.0001205205189762637, + "Y": 0.012482198886573315, + "U": 1.6923053408390842e-05, + "K": 6.409476918634027e-05, + "L": 9.616150055080652e-05, + "G": 0.0019539338536560535, + "F": 0.011491323821246624, + "E": 0.001256986171938479, + "T": 0.00862270686775446, + "P": 0.1246967688202858, + "-": 0.8340820670127869 + }, + "id": "tp_6140" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 767501, + "label": "-", + "classification": { + "B": 7.513878017562092e-07, + "S": 2.4825303057696146e-07, + "I": 0.0004311468219384551, + "C": 1.8623002688400447e-05, + "R": 3.944732725358335e-06, + "M": 1.9979774151579477e-05, + "O": 1.1446370081102941e-05, + "W": 6.847430427114887e-07, + "N": 1.027935286401771e-05, + "Y": 0.00026356521993875504, + "U": 9.170007047032414e-07, + "K": 8.784186888988188e-07, + "L": 1.9388889995752834e-06, + "G": 8.314076694659889e-05, + "F": 0.0004923800006508827, + "E": 7.652415661141276e-05, + "T": 0.00037253464688546956, + "P": 0.31817877292633057, + "-": 0.6800321936607361 + }, + "id": "tp_6141" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 767634, + "label": "-", + "classification": { + "B": 1.1215545853149322e-10, + "S": 1.8410146671032912e-11, + "I": 7.919836207292974e-06, + "C": 2.914175745161174e-08, + "R": 5.752233134259654e-10, + "M": 5.3723127280136396e-08, + "O": 1.4896849087620012e-08, + "W": 1.2068770982587296e-10, + "N": 1.1826958079552696e-08, + "Y": 1.1208790056116413e-06, + "U": 1.3235829099400576e-10, + "K": 1.625824475048887e-11, + "L": 6.665609730838185e-10, + "G": 1.74985004264272e-07, + "F": 1.2439782040019054e-06, + "E": 6.998258754720155e-07, + "T": 2.6896209419646766e-06, + "P": 0.4543478190898895, + "-": 0.5456382036209106 + }, + "id": "tp_6142" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 767768, + "label": "-", + "classification": { + "B": 1.1784904927480966e-05, + "S": 1.3013761417823844e-05, + "I": 0.0026931152679026127, + "C": 0.00027961377054452896, + "R": 7.052336150081828e-05, + "M": 0.0010984635446220636, + "O": 0.0003133778227493167, + "W": 1.6478728866786696e-05, + "N": 0.00022408130462281406, + "Y": 0.004437379073351622, + "U": 1.9540253560990095e-05, + "K": 4.1725568735273555e-05, + "L": 5.347245678422041e-05, + "G": 0.0011985088931396604, + "F": 0.00450586574152112, + "E": 0.0011836605845019221, + "T": 0.006541141774505377, + "P": 0.172655388712883, + "-": 0.8046428561210632 + }, + "id": "tp_6143" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 767901, + "label": "-", + "classification": { + "B": 5.657043899987002e-08, + "S": 2.0155928481813135e-08, + "I": 0.00013495063467416912, + "C": 1.4959457530494547e-06, + "R": 1.8087354192175553e-07, + "M": 1.31254682855797e-05, + "O": 2.2100571186456364e-06, + "W": 7.933160617312751e-08, + "N": 2.3623645120096626e-06, + "Y": 0.00015211723803076893, + "U": 5.7854560253645104e-08, + "K": 9.222619610227412e-07, + "L": 8.292145281529884e-08, + "G": 4.541492307907902e-05, + "F": 0.000454149441793561, + "E": 0.00012579803296830505, + "T": 0.00010380154708400369, + "P": 0.275874525308609, + "-": 0.7230887413024902 + }, + "id": "tp_6144" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 768001, + "label": "-", + "classification": { + "B": 3.6768581139767775e-06, + "S": 1.0616941835905891e-05, + "I": 0.012710237875580788, + "C": 0.00014214268594514579, + "R": 8.881262328941375e-05, + "M": 0.0004832067643292248, + "O": 0.00013298372505232692, + "W": 1.1839470062113833e-05, + "N": 0.0007481776410713792, + "Y": 0.008787374943494797, + "U": 8.759891898080241e-06, + "K": 0.00036843420821242034, + "L": 8.922542292566504e-06, + "G": 0.0016531281871721148, + "F": 0.006733961869031191, + "E": 0.002739364979788661, + "T": 0.0036531416699290276, + "P": 0.41243791580200195, + "-": 0.5492772459983826 + }, + "id": "tp_6145" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 768135, + "label": "-", + "classification": { + "B": 9.768764357431792e-06, + "S": 2.6229997729387833e-07, + "I": 9.79446922428906e-05, + "C": 1.9769122445723042e-05, + "R": 1.2438460998964729e-06, + "M": 7.818877202225849e-05, + "O": 1.5572895790683106e-05, + "W": 5.829739393448108e-07, + "N": 4.555687610263703e-06, + "Y": 0.00018095801351591945, + "U": 6.024652066116687e-07, + "K": 8.925887300392787e-07, + "L": 2.1151736291358247e-06, + "G": 0.0001297487033298239, + "F": 0.00031524201040156186, + "E": 0.00021962760365568101, + "T": 0.0003232579038012773, + "P": 0.28090333938598633, + "-": 0.7176963090896606 + }, + "id": "tp_6146" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 768268, + "label": "-", + "classification": { + "B": 7.744158203593088e-09, + "S": 3.811500448591687e-09, + "I": 6.852067599538714e-06, + "C": 1.9385410610084364e-07, + "R": 3.5337478720975923e-08, + "M": 9.970788141799858e-07, + "O": 5.663656565957353e-07, + "W": 9.960684721477264e-09, + "N": 1.765531436603851e-07, + "Y": 3.503729385556653e-05, + "U": 8.063747003461685e-09, + "K": 1.0301013730895647e-07, + "L": 1.3155277756027317e-08, + "G": 4.771035492012743e-06, + "F": 0.00015487009659409523, + "E": 2.5305596409452846e-06, + "T": 5.222185063757934e-05, + "P": 0.1306850016117096, + "-": 0.8690567016601562 + }, + "id": "tp_6147" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 768402, + "label": "P", + "classification": { + "B": 5.3295225370675325e-05, + "S": 1.1021211321349256e-05, + "I": 0.0004658062243834138, + "C": 4.593259745888645e-06, + "R": 1.3169099020160502e-06, + "M": 6.839784327894449e-05, + "O": 0.00013332112575881183, + "W": 9.075732123164926e-06, + "N": 3.886457852786407e-05, + "Y": 8.051814802456647e-05, + "U": 3.390116205537197e-07, + "K": 1.3336872939362365e-07, + "L": 8.49259777169209e-06, + "G": 6.73421163810417e-05, + "F": 0.0003679210494738072, + "E": 0.00010371441749157384, + "T": 0.00026317875017412007, + "P": 0.6094568371772766, + "-": 0.3888658583164215 + }, + "id": "tp_6148" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 768502, + "label": "-", + "classification": { + "B": 2.264013455877123e-11, + "S": 6.36268468467982e-12, + "I": 1.7576293203092064e-06, + "C": 5.1507143439266656e-08, + "R": 1.4981051954521263e-09, + "M": 5.0478739410664275e-08, + "O": 8.808673790383637e-09, + "W": 5.8121861490345594e-11, + "N": 1.1068674865555295e-08, + "Y": 4.055063527630409e-06, + "U": 1.2888333456029244e-10, + "K": 9.658247535071496e-09, + "L": 1.1803044652758388e-10, + "G": 5.706230581381533e-07, + "F": 6.720871169818565e-05, + "E": 2.248320924991276e-06, + "T": 2.3414381757902447e-06, + "P": 0.11227742582559586, + "-": 0.8876442909240723 + }, + "id": "tp_6149" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 768635, + "label": "-", + "classification": { + "B": 4.8166031774599105e-05, + "S": 7.133591134333983e-05, + "I": 0.002129211788997054, + "C": 0.00025738979456946254, + "R": 8.272759441751987e-05, + "M": 0.0009728761506266892, + "O": 0.000573695928324014, + "W": 6.619722989853472e-05, + "N": 0.00031941174529492855, + "Y": 0.0017986412858590484, + "U": 2.9403541702777147e-05, + "K": 3.123695569229312e-05, + "L": 0.00012348024756647646, + "G": 0.0011041833786293864, + "F": 0.006669994443655014, + "E": 0.0017598654376342893, + "T": 0.004385221749544144, + "P": 0.36713707447052, + "-": 0.6124398112297058 + }, + "id": "tp_6150" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 768769, + "label": "-", + "classification": { + "B": 2.6388019547241015e-10, + "S": 2.642035201727566e-10, + "I": 7.965020813571755e-06, + "C": 2.2434802815496369e-07, + "R": 1.6890249199263963e-08, + "M": 3.440637499352306e-07, + "O": 5.869448216344608e-08, + "W": 1.855914644188772e-09, + "N": 6.917351669244454e-08, + "Y": 4.5570399379357696e-05, + "U": 1.1152040402251373e-09, + "K": 2.2465076199296163e-07, + "L": 1.0321056231887837e-09, + "G": 3.455608293734258e-06, + "F": 0.00029159669065847993, + "E": 1.384789720759727e-05, + "T": 4.194793746137293e-06, + "P": 0.101433664560318, + "-": 0.8981987833976746 + }, + "id": "tp_6151" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 768902, + "label": "-", + "classification": { + "B": 0.0005364604876376688, + "S": 5.285618681227788e-05, + "I": 0.04601101577281952, + "C": 0.0024137578438967466, + "R": 0.0003846948384307325, + "M": 0.006489621475338936, + "O": 0.0006030980730429292, + "W": 5.600643635261804e-05, + "N": 0.0009557009325362742, + "Y": 0.035163138061761856, + "U": 4.375667776912451e-05, + "K": 4.200544935883954e-05, + "L": 0.0004032229189760983, + "G": 0.01765928789973259, + "F": 0.0038600685074925423, + "E": 0.026681549847126007, + "T": 0.014817580580711365, + "P": 0.28941288590431213, + "-": 0.5544133186340332 + }, + "id": "tp_6152" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 769002, + "label": "-", + "classification": { + "B": 2.331930090804235e-06, + "S": 3.067018724323134e-06, + "I": 0.0002240945032099262, + "C": 7.482610817532986e-05, + "R": 7.531296887464123e-06, + "M": 8.219106530304998e-05, + "O": 3.191082942066714e-05, + "W": 3.396447709747008e-06, + "N": 2.3706606953055598e-05, + "Y": 0.0015991770196706057, + "U": 2.8790057058358798e-06, + "K": 0.00014055086649022996, + "L": 2.663427267179941e-06, + "G": 0.00037436361890286207, + "F": 0.01801314391195774, + "E": 0.0006540593458339572, + "T": 0.0005694538704119623, + "P": 0.11697766184806824, + "-": 0.861212968826294 + }, + "id": "tp_6153" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 769136, + "label": "-", + "classification": { + "B": 1.6650543166463194e-09, + "S": 5.572939887343864e-09, + "I": 6.214148015715182e-05, + "C": 1.648314309932175e-06, + "R": 1.5290198973616498e-07, + "M": 5.296477411320666e-06, + "O": 4.925082066620234e-07, + "W": 1.46338141604474e-08, + "N": 4.4207894234205014e-07, + "Y": 6.313849735306576e-05, + "U": 1.2839385554741511e-08, + "K": 7.156387482609716e-08, + "L": 3.2010532891035837e-08, + "G": 2.67572318080056e-06, + "F": 0.00010071428550872952, + "E": 9.002791557577439e-06, + "T": 0.00012152042472735047, + "P": 0.11891032755374908, + "-": 0.8807223439216614 + }, + "id": "tp_6154" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 769269, + "label": "-", + "classification": { + "B": 4.5258037317807975e-09, + "S": 1.4607940634903116e-08, + "I": 0.0001835875737015158, + "C": 7.200068807833304e-07, + "R": 7.584410610661507e-08, + "M": 1.4447931562244776e-06, + "O": 6.008423270031926e-07, + "W": 2.865020753972658e-08, + "N": 4.573952082864707e-06, + "Y": 4.9512163968756795e-05, + "U": 3.2465681698568005e-08, + "K": 1.7620708376853145e-06, + "L": 6.72534161694216e-09, + "G": 3.875574748235522e-06, + "F": 0.00011046356667065993, + "E": 5.4758678743382916e-05, + "T": 5.8481524320086464e-05, + "P": 0.35694944858551025, + "-": 0.6425806879997253 + }, + "id": "tp_6155" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 769403, + "label": "-", + "classification": { + "B": 1.2496755630309053e-08, + "S": 1.447568465096083e-08, + "I": 0.00010379786544945091, + "C": 1.7205080666826689e-06, + "R": 3.814022591086541e-07, + "M": 6.815518531766429e-07, + "O": 8.624567158221907e-07, + "W": 4.560159538868902e-08, + "N": 3.1093468351173215e-06, + "Y": 5.077767127659172e-05, + "U": 4.356300564722915e-08, + "K": 9.112190468840708e-07, + "L": 1.3422644329352806e-08, + "G": 8.767058716330212e-06, + "F": 0.00017693857080303133, + "E": 1.445403540856205e-05, + "T": 3.952751649194397e-05, + "P": 0.47901201248168945, + "-": 0.520585834980011 + }, + "id": "tp_6156" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 769503, + "label": "-", + "classification": { + "B": 3.2335644846170908e-06, + "S": 4.054228156746831e-06, + "I": 0.00018393729988019913, + "C": 7.241103503474733e-06, + "R": 1.2944850595886237e-06, + "M": 6.0201848100405186e-05, + "O": 4.702101432485506e-05, + "W": 3.2122522952704458e-06, + "N": 2.5270706828450784e-05, + "Y": 0.0006230656872503459, + "U": 9.758825854078168e-07, + "K": 1.1572597031772602e-05, + "L": 2.146940687453025e-06, + "G": 0.00013334587856661528, + "F": 0.003904295852407813, + "E": 0.000369544664863497, + "T": 0.0003875409020110965, + "P": 0.2257673144340515, + "-": 0.7684646844863892 + }, + "id": "tp_6157" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 769636, + "label": "-", + "classification": { + "B": 2.0170551806586445e-07, + "S": 9.250088339740614e-08, + "I": 0.0010298368288204074, + "C": 7.686256867600605e-05, + "R": 8.507290658599231e-06, + "M": 2.822429632942658e-05, + "O": 8.426736712863203e-06, + "W": 4.883879114458978e-07, + "N": 2.139022217306774e-05, + "Y": 0.00033275337773375213, + "U": 1.3377585901253042e-06, + "K": 4.687332420871826e-06, + "L": 6.183541927384795e-07, + "G": 5.801780935144052e-05, + "F": 0.0003337798116263002, + "E": 0.00022371452359948307, + "T": 0.0003171763673890382, + "P": 0.20956675708293915, + "-": 0.7879871726036072 + }, + "id": "tp_6158" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 769770, + "label": "P", + "classification": { + "B": 3.0079565476626158e-05, + "S": 2.055744334938936e-05, + "I": 0.0023391174618154764, + "C": 7.82642891863361e-05, + "R": 1.090688328986289e-05, + "M": 0.00016101912478916347, + "O": 0.00012778933160007, + "W": 1.8478978745406494e-05, + "N": 0.0003842230362351984, + "Y": 0.00048409064766019583, + "U": 1.1932825145777315e-05, + "K": 5.246754881227389e-05, + "L": 1.3267226677271537e-05, + "G": 0.0002687338856048882, + "F": 0.0028686251025646925, + "E": 0.0009101915638893843, + "T": 0.001153895864263177, + "P": 0.6181445717811584, + "-": 0.3729218542575836 + }, + "id": "tp_6159" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 769903, + "label": "P", + "classification": { + "B": 7.273528808582341e-06, + "S": 8.932662240113132e-06, + "I": 0.00754688261076808, + "C": 6.0687099903589115e-05, + "R": 2.2601092496188357e-05, + "M": 0.0001636529341340065, + "O": 7.727336196694523e-05, + "W": 9.320444405602757e-06, + "N": 0.0004798881709575653, + "Y": 0.0011036985088139772, + "U": 3.6525186715152813e-06, + "K": 1.1026611900888383e-05, + "L": 7.377439033007249e-06, + "G": 0.00024132145335897803, + "F": 0.0008126459433697164, + "E": 0.0009527456131763756, + "T": 0.001870147418230772, + "P": 0.7442939281463623, + "-": 0.2423269897699356 + }, + "id": "tp_6160" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 770003, + "label": "-", + "classification": { + "B": 2.7172824047738686e-05, + "S": 1.9678456737892702e-05, + "I": 0.004284454509615898, + "C": 0.0003984450886491686, + "R": 0.00014851083687972277, + "M": 0.00028921503690071404, + "O": 0.00021150866814423352, + "W": 4.150178574491292e-05, + "N": 0.00037350112688727677, + "Y": 0.0051371571607887745, + "U": 8.250334212789312e-05, + "K": 0.001976768020540476, + "L": 2.6108631573151797e-05, + "G": 0.0021873076912015676, + "F": 0.008750487118959427, + "E": 0.002881838008761406, + "T": 0.002114997012540698, + "P": 0.24250991642475128, + "-": 0.7285389304161072 + }, + "id": "tp_6161" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 770137, + "label": "-", + "classification": { + "B": 4.819871612937732e-09, + "S": 7.455060568872796e-09, + "I": 0.00036705684033222497, + "C": 2.8966915124328807e-05, + "R": 7.800318599038292e-06, + "M": 7.485891728720162e-06, + "O": 2.3265658910531783e-06, + "W": 6.526415319285661e-08, + "N": 2.4533205760235433e-06, + "Y": 0.00171006063465029, + "U": 1.2183534181531286e-07, + "K": 2.81355596598587e-06, + "L": 8.770668102897616e-08, + "G": 9.354719804832712e-05, + "F": 0.00026100524701178074, + "E": 3.17140256811399e-05, + "T": 0.00025739040574990213, + "P": 0.030958453193306923, + "-": 0.9662686586380005 + }, + "id": "tp_6162" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 770270, + "label": "-", + "classification": { + "B": 3.8168170135577384e-07, + "S": 1.5828362620595726e-07, + "I": 0.000125617123558186, + "C": 2.891204303523409e-06, + "R": 8.95734387995617e-07, + "M": 1.303740282310173e-05, + "O": 6.962657607800793e-06, + "W": 2.858633934010868e-07, + "N": 4.0151494431484025e-06, + "Y": 0.00029206351609900594, + "U": 2.6517255946600926e-07, + "K": 2.8678402941295644e-06, + "L": 3.630557330325246e-07, + "G": 7.683625881327316e-05, + "F": 0.0013206113362684846, + "E": 9.405882883584127e-05, + "T": 0.00014385860413312912, + "P": 0.27937474846839905, + "-": 0.7185400128364563 + }, + "id": "tp_6163" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 770404, + "label": "-", + "classification": { + "B": 1.966499439731706e-05, + "S": 3.166335091009387e-06, + "I": 0.0019540181383490562, + "C": 4.1297760617453605e-05, + "R": 6.00967950958875e-06, + "M": 0.0007162369438447058, + "O": 7.05583079252392e-05, + "W": 2.342628931728541e-06, + "N": 3.889864819939248e-05, + "Y": 0.0030546344351023436, + "U": 7.873900358390529e-07, + "K": 2.572690618762863e-06, + "L": 1.5018118574516848e-05, + "G": 0.0022588663268834352, + "F": 0.0019453571876510978, + "E": 0.00413938146084547, + "T": 0.0010756934061646461, + "P": 0.32184040546417236, + "-": 0.6628150939941406 + }, + "id": "tp_6164" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 770504, + "label": "-", + "classification": { + "B": 5.323103323462419e-06, + "S": 4.3865265979547985e-06, + "I": 0.0009168623364530504, + "C": 0.00012244981189724058, + "R": 1.6114747268147767e-05, + "M": 0.00022324100427795202, + "O": 5.51922494196333e-05, + "W": 6.128162567620166e-06, + "N": 6.237423076527193e-05, + "Y": 0.0017306474037468433, + "U": 8.16573083284311e-06, + "K": 1.9656912627397105e-05, + "L": 1.1223481124034151e-05, + "G": 0.0005032277549616992, + "F": 0.0032888681162148714, + "E": 0.0005251725669950247, + "T": 0.0019515178864821792, + "P": 0.294111043214798, + "-": 0.6964383721351624 + }, + "id": "tp_6165" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 770637, + "label": "-", + "classification": { + "B": 3.5903395811942573e-09, + "S": 3.189746911047564e-09, + "I": 0.00294103124178946, + "C": 4.99356929140049e-06, + "R": 5.021810238758917e-07, + "M": 1.1388676284695975e-05, + "O": 8.326711622430594e-07, + "W": 1.2166365692678482e-08, + "N": 7.593645932502113e-06, + "Y": 0.0004875277809333056, + "U": 1.6076949549415076e-08, + "K": 7.728299777909342e-08, + "L": 3.0478734203143176e-08, + "G": 2.8158445275039412e-05, + "F": 3.408013435546309e-05, + "E": 6.995137664489448e-05, + "T": 0.0003672187449410558, + "P": 0.3151535391807556, + "-": 0.6808930039405823 + }, + "id": "tp_6166" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 770771, + "label": "-", + "classification": { + "B": 1.0100290048775662e-10, + "S": 1.6947548919787891e-10, + "I": 9.677300113253295e-06, + "C": 2.9670072621001964e-08, + "R": 1.995969611812143e-09, + "M": 1.0610093426066669e-07, + "O": 2.7055955698074285e-08, + "W": 2.473236060396289e-09, + "N": 2.6977437528330483e-07, + "Y": 2.410431989119388e-05, + "U": 1.0886022083766989e-09, + "K": 1.4465854292211588e-05, + "L": 7.459954876054553e-11, + "G": 1.191188516713737e-06, + "F": 0.00033633108250796795, + "E": 4.5944296289235353e-05, + "T": 5.335940386430593e-06, + "P": 0.1957661509513855, + "-": 0.8037962913513184 + }, + "id": "tp_6167" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 770904, + "label": "P", + "classification": { + "B": 1.313797941965289e-11, + "S": 2.92741317298173e-11, + "I": 4.334818640927551e-06, + "C": 9.1021794546009e-09, + "R": 7.252164146986928e-11, + "M": 5.503049393951187e-08, + "O": 2.7974336180847104e-09, + "W": 2.206147764471922e-11, + "N": 1.5379225004608088e-08, + "Y": 7.440894478349946e-07, + "U": 3.304337012344227e-11, + "K": 7.490168901780336e-11, + "L": 6.010329040018192e-11, + "G": 3.105806101189046e-08, + "F": 2.5355864181619836e-06, + "E": 1.2685981118920608e-06, + "T": 2.019435896727373e-06, + "P": 0.5603275895118713, + "-": 0.43966150283813477 + }, + "id": "tp_6168" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 771004, + "label": "-", + "classification": { + "B": 1.7945875185887417e-07, + "S": 5.958423754393039e-10, + "I": 1.3345047591428738e-05, + "C": 9.918185241986066e-07, + "R": 3.753815391860371e-08, + "M": 1.491981834078615e-06, + "O": 3.017577228092705e-07, + "W": 4.648967433240614e-09, + "N": 9.569143344378972e-08, + "Y": 3.949848178308457e-06, + "U": 5.905509858905589e-09, + "K": 1.4083246790974613e-09, + "L": 3.5149607668927274e-08, + "G": 7.4612535172491334e-06, + "F": 4.176673974143341e-05, + "E": 1.5645046005374752e-05, + "T": 1.0252622814732604e-05, + "P": 0.49130764603614807, + "-": 0.5085967779159546 + }, + "id": "tp_6169" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 771138, + "label": "-", + "classification": { + "B": 6.403994001757951e-11, + "S": 2.0245158882659098e-09, + "I": 0.00011373224697308615, + "C": 4.86384294617892e-07, + "R": 7.824380077181559e-08, + "M": 7.164278486015974e-07, + "O": 2.542585946230247e-07, + "W": 4.429968836205944e-09, + "N": 8.407751010963693e-07, + "Y": 2.925209264503792e-05, + "U": 4.219236071634214e-09, + "K": 5.094036623631837e-07, + "L": 1.2625193113180444e-09, + "G": 1.5128842960621114e-06, + "F": 4.1735063859960064e-05, + "E": 3.869417014357168e-06, + "T": 3.0194472856237553e-05, + "P": 0.07233692705631256, + "-": 0.92743980884552 + }, + "id": "tp_6170" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 771271, + "label": "P", + "classification": { + "B": 1.8819726221863675e-07, + "S": 1.4986761698310147e-07, + "I": 3.7854472338949563e-06, + "C": 8.277320517890985e-08, + "R": 9.583119187084321e-09, + "M": 1.5079734794198885e-07, + "O": 5.923587309553113e-07, + "W": 5.398651836685531e-08, + "N": 5.298497853800654e-07, + "Y": 1.2285165666980902e-06, + "U": 4.919821439131056e-09, + "K": 4.240797579768696e-08, + "L": 1.2305367391718391e-08, + "G": 8.076887070274097e-07, + "F": 9.202972432831302e-05, + "E": 5.98080305280746e-06, + "T": 7.275218649738235e-06, + "P": 0.7356581091880798, + "-": 0.2642289102077484 + }, + "id": "tp_6171" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 771405, + "label": "P", + "classification": { + "B": 1.640577784733921e-09, + "S": 6.830207927022158e-11, + "I": 0.0010674375807866454, + "C": 3.677740494367754e-07, + "R": 1.1476109840202753e-08, + "M": 2.050310740742134e-06, + "O": 2.2993683401750786e-08, + "W": 1.0545873896372626e-10, + "N": 7.854777095417376e-07, + "Y": 4.081239239894785e-05, + "U": 3.847482887842091e-10, + "K": 4.084460825115599e-10, + "L": 2.6577244849335102e-09, + "G": 3.1994002256396925e-06, + "F": 9.849998605204746e-06, + "E": 6.0709640820277855e-05, + "T": 1.1502226698212326e-05, + "P": 0.7290919423103333, + "-": 0.26971131563186646 + }, + "id": "tp_6172" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 771505, + "label": "P", + "classification": { + "B": 3.2571264455327764e-05, + "S": 2.0655797925428487e-06, + "I": 0.05069267377257347, + "C": 0.00010407865920569748, + "R": 1.2039145985909272e-05, + "M": 0.00027969692018814385, + "O": 5.157340274308808e-05, + "W": 2.5979111342167016e-06, + "N": 0.000446474296040833, + "Y": 0.0016431288095191121, + "U": 1.1947535085710115e-06, + "K": 1.973457756321295e-06, + "L": 8.13414590083994e-06, + "G": 0.0008624150068499148, + "F": 0.00017995788948610425, + "E": 0.004798147361725569, + "T": 0.0005770003772340715, + "P": 0.8215683698654175, + "-": 0.11873586475849152 + }, + "id": "tp_6173" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 771638, + "label": "-", + "classification": { + "B": 1.5865170288620334e-09, + "S": 2.6191393498464777e-09, + "I": 7.779508450767025e-06, + "C": 3.123837899465798e-08, + "R": 1.8364436638051984e-09, + "M": 1.373645545754698e-06, + "O": 1.6485907394780952e-07, + "W": 1.7743120306334959e-09, + "N": 1.64983944728192e-07, + "Y": 1.2113256161683239e-05, + "U": 6.215082892779833e-10, + "K": 1.7118068740273884e-08, + "L": 2.055268399914212e-09, + "G": 9.162232004200632e-07, + "F": 6.490672967629507e-05, + "E": 1.2741194041154813e-05, + "T": 2.22921407839749e-05, + "P": 0.17869381606578827, + "-": 0.8211837410926819 + }, + "id": "tp_6174" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 771772, + "label": "-", + "classification": { + "B": 2.104548684656038e-06, + "S": 5.132788828632329e-06, + "I": 0.002681216225028038, + "C": 0.0004564368282444775, + "R": 9.783477435121313e-05, + "M": 0.00048565692850388587, + "O": 9.063860488822684e-05, + "W": 9.96676226350246e-06, + "N": 0.00016819842858240008, + "Y": 0.004511707928031683, + "U": 1.0225025107502006e-05, + "K": 0.00010288728662999347, + "L": 1.0329730685043614e-05, + "G": 0.0005317124887369573, + "F": 0.004707523621618748, + "E": 0.0011667198268696666, + "T": 0.003205744083970785, + "P": 0.13764967024326324, + "-": 0.8441063165664673 + }, + "id": "tp_6175" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 771905, + "label": "-", + "classification": { + "B": 7.196229834249834e-09, + "S": 3.033646578387561e-08, + "I": 0.00019104289822280407, + "C": 4.927058398607187e-06, + "R": 7.296355875041627e-07, + "M": 1.3658592251886148e-05, + "O": 1.9238523236708716e-06, + "W": 4.841460210514015e-08, + "N": 2.0840802790189628e-06, + "Y": 0.000371468166122213, + "U": 5.2961794949624164e-08, + "K": 2.2844338332106418e-07, + "L": 1.016177719748157e-07, + "G": 2.602921267680358e-05, + "F": 0.00011639580770861357, + "E": 2.715532355068717e-05, + "T": 0.00036457457463257015, + "P": 0.12999363243579865, + "-": 0.8688859343528748 + }, + "id": "tp_6176" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 772005, + "label": "-", + "classification": { + "B": 1.704168113292326e-07, + "S": 6.699699639511891e-08, + "I": 9.325056453235447e-05, + "C": 6.804193162679439e-06, + "R": 6.61179285543767e-07, + "M": 1.0064263733511325e-05, + "O": 3.6862463730358286e-06, + "W": 3.097939327290078e-07, + "N": 4.353868916950887e-06, + "Y": 0.0002428510197205469, + "U": 3.2617168699289323e-07, + "K": 4.598964369506575e-05, + "L": 1.1560498336393721e-07, + "G": 7.650863699382171e-05, + "F": 0.0021442752331495285, + "E": 0.00021617463789880276, + "T": 0.00010005757212638855, + "P": 0.1881222426891327, + "-": 0.8089320659637451 + }, + "id": "tp_6177" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 772139, + "label": "-", + "classification": { + "B": 8.315774948641774e-07, + "S": 8.457686817564536e-08, + "I": 4.972632450517267e-05, + "C": 7.57973452891747e-07, + "R": 1.8749567232134723e-07, + "M": 1.1102047210442834e-05, + "O": 4.7935468501236755e-06, + "W": 6.543789510260467e-08, + "N": 7.738420890746056e-07, + "Y": 0.00018601574993226677, + "U": 3.2025436524918405e-08, + "K": 3.2845800745917586e-08, + "L": 4.0493620190318325e-07, + "G": 7.432860002154484e-05, + "F": 0.00010242117423331365, + "E": 2.8292191927903332e-05, + "T": 0.00022678250388707966, + "P": 0.1372714340686798, + "-": 0.8620419502258301 + }, + "id": "tp_6178" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 772272, + "label": "-", + "classification": { + "B": 3.0394535777134024e-09, + "S": 7.0428685106094235e-09, + "I": 0.00019482665811665356, + "C": 4.18802073909319e-06, + "R": 9.701730050437618e-07, + "M": 1.3937855328549631e-05, + "O": 2.200458993684151e-06, + "W": 2.6555843746223218e-08, + "N": 9.792407809072756e-07, + "Y": 0.0008749450207687914, + "U": 2.9445477167655554e-08, + "K": 9.649203747130741e-08, + "L": 7.764719356373462e-08, + "G": 2.610660158097744e-05, + "F": 4.03745798394084e-05, + "E": 8.51879667607136e-06, + "T": 0.00091603520559147, + "P": 0.025640005245804787, + "-": 0.9722766876220703 + }, + "id": "tp_6179" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 772406, + "label": "-", + "classification": { + "B": 6.933520424468043e-10, + "S": 1.2881308242285172e-09, + "I": 3.3554006222402677e-06, + "C": 7.612869978856907e-08, + "R": 1.1174224212595618e-08, + "M": 3.7449103729159106e-07, + "O": 2.4767436457295844e-07, + "W": 3.426273487150411e-09, + "N": 7.179757233188866e-08, + "Y": 3.146033486700617e-05, + "U": 1.587716402795536e-09, + "K": 5.248226031540071e-08, + "L": 1.507155622526568e-09, + "G": 2.560634356996161e-06, + "F": 7.202028791652992e-05, + "E": 1.0126863116965978e-06, + "T": 2.7099327780888416e-05, + "P": 0.09320700913667679, + "-": 0.9066545367240906 + }, + "id": "tp_6180" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 772506, + "label": "-", + "classification": { + "B": 7.215253816639233e-08, + "S": 1.4003751402924536e-07, + "I": 9.053400390257593e-06, + "C": 1.4172762803355e-06, + "R": 1.9876331691648375e-07, + "M": 1.8356973669142462e-05, + "O": 5.2788832363148686e-06, + "W": 1.1740263516912819e-07, + "N": 5.313255542205297e-07, + "Y": 0.00012391294876579195, + "U": 2.1155571516828786e-08, + "K": 2.8794346462746034e-07, + "L": 1.9552210517304047e-07, + "G": 2.3682829123572446e-05, + "F": 0.001208193483762443, + "E": 1.3866697372577619e-05, + "T": 9.53181879594922e-05, + "P": 0.0849645659327507, + "-": 0.9135348796844482 + }, + "id": "tp_6181" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 772639, + "label": "-", + "classification": { + "B": 9.96555282739564e-09, + "S": 9.49366030233989e-10, + "I": 6.09670823905617e-05, + "C": 2.5580275178072043e-06, + "R": 2.981138891300361e-07, + "M": 2.895055331464391e-06, + "O": 6.253047786231036e-07, + "W": 7.081584652013362e-09, + "N": 4.407010010254453e-07, + "Y": 0.00011231007374590263, + "U": 2.4122675412741046e-08, + "K": 3.668047199312241e-08, + "L": 4.9142631297627304e-08, + "G": 1.4847292732156347e-05, + "F": 7.844014908187091e-05, + "E": 1.0905733688559849e-05, + "T": 0.00010424078936921433, + "P": 0.10337614268064499, + "-": 0.8962351679801941 + }, + "id": "tp_6182" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 772773, + "label": "-", + "classification": { + "B": 1.3111531416143407e-06, + "S": 1.124765276472317e-06, + "I": 0.0010209792526438832, + "C": 5.133957529324107e-05, + "R": 3.6204173738951795e-06, + "M": 9.714112820802256e-05, + "O": 1.686386349319946e-05, + "W": 1.2601495882336167e-06, + "N": 5.2243682148400694e-05, + "Y": 0.0008882018155418336, + "U": 2.681935029613669e-06, + "K": 0.00029730089590884745, + "L": 1.9769031496252865e-06, + "G": 0.0009405777091160417, + "F": 0.008074223063886166, + "E": 0.004922441206872463, + "T": 0.00032305362401530147, + "P": 0.2501998245716095, + "-": 0.73310387134552 + }, + "id": "tp_6183" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 772906, + "label": "-", + "classification": { + "B": 1.1864849547293943e-08, + "S": 7.780538879842425e-08, + "I": 3.921271490980871e-05, + "C": 1.1975379266004893e-06, + "R": 3.6152908933217986e-07, + "M": 8.865192171469971e-07, + "O": 1.1358949905115878e-06, + "W": 1.2883883471204172e-07, + "N": 2.267944182676729e-06, + "Y": 0.00021204096265137196, + "U": 6.021837606340341e-08, + "K": 3.190970164723694e-05, + "L": 2.3265897652891e-08, + "G": 1.6413649063906632e-05, + "F": 0.006955284625291824, + "E": 6.001127258059569e-05, + "T": 5.5005508329486474e-05, + "P": 0.19762499630451202, + "-": 0.7949990630149841 + }, + "id": "tp_6184" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 773006, + "label": "-", + "classification": { + "B": 2.10130510822637e-05, + "S": 4.428540705703199e-06, + "I": 0.0005182127933949232, + "C": 5.775071986136027e-05, + "R": 4.40481016994454e-06, + "M": 0.00014248881780076772, + "O": 4.59521688753739e-05, + "W": 2.5201370590366423e-06, + "N": 2.982748264912516e-05, + "Y": 0.0016641432885080576, + "U": 2.4936166482802946e-06, + "K": 7.791047210048418e-06, + "L": 9.23614152270602e-06, + "G": 0.0007777395658195019, + "F": 0.005034346133470535, + "E": 0.000859303108882159, + "T": 0.0008325543021783233, + "P": 0.1916390359401703, + "-": 0.798346757888794 + }, + "id": "tp_6185" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 773140, + "label": "-", + "classification": { + "B": 6.064058652555104e-06, + "S": 2.7041969588026404e-06, + "I": 0.00016085297102108598, + "C": 1.0985985682054888e-05, + "R": 2.5218751034117304e-06, + "M": 5.7640343584353104e-05, + "O": 2.9049491786281578e-05, + "W": 2.8390327315719333e-06, + "N": 1.7615158867556602e-05, + "Y": 0.0006913854158483446, + "U": 1.3284950455272337e-06, + "K": 5.717547537642531e-05, + "L": 1.4077786545385607e-06, + "G": 0.0002003127010539174, + "F": 0.003751913085579872, + "E": 0.0004920685896649957, + "T": 0.0003344923898112029, + "P": 0.19467473030090332, + "-": 0.7995048761367798 + }, + "id": "tp_6186" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 773273, + "label": "-", + "classification": { + "B": 2.306830992893083e-06, + "S": 3.057496087421896e-07, + "I": 0.0004944568499922752, + "C": 0.00011782725050579756, + "R": 1.907684054458514e-05, + "M": 0.00014240207383409142, + "O": 2.6684134354582056e-05, + "W": 9.312514066550648e-07, + "N": 1.2233396773808636e-05, + "Y": 0.0022165735717862844, + "U": 3.729142918018624e-06, + "K": 1.1649044608930126e-05, + "L": 4.594213351083454e-06, + "G": 0.0005811134469695389, + "F": 0.0016211054753512144, + "E": 0.000212602608371526, + "T": 0.0013501400826498866, + "P": 0.11837983131408691, + "-": 0.8748024106025696 + }, + "id": "tp_6187" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 773407, + "label": "-", + "classification": { + "B": 7.751166464231574e-08, + "S": 1.0083583390496642e-07, + "I": 0.0011748825199902058, + "C": 2.6790010451804847e-05, + "R": 1.3138753729435848e-06, + "M": 1.6872498235898092e-05, + "O": 2.8884717266919324e-06, + "W": 6.06611365583376e-07, + "N": 4.327506758272648e-05, + "Y": 0.0003251775342505425, + "U": 1.036480625771219e-06, + "K": 0.0005686911754310131, + "L": 9.063327865987958e-08, + "G": 7.579431985504925e-05, + "F": 0.0011937239905819297, + "E": 0.002073753159493208, + "T": 8.829266880638897e-05, + "P": 0.34784090518951416, + "-": 0.6465657949447632 + }, + "id": "tp_6188" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 773507, + "label": "-", + "classification": { + "B": 1.7913471310748719e-06, + "S": 7.224669502647885e-07, + "I": 0.0023473610635846853, + "C": 0.0003290119639132172, + "R": 4.063466258230619e-05, + "M": 0.00015793695638421923, + "O": 2.6285571948392317e-05, + "W": 2.314375933565316e-06, + "N": 5.7630310038803145e-05, + "Y": 0.0037770543713122606, + "U": 3.980976543971337e-06, + "K": 5.5457847338402644e-05, + "L": 3.654009788078838e-06, + "G": 0.0013542156666517258, + "F": 0.002836402505636215, + "E": 0.0020523613784462214, + "T": 0.0011526310117915273, + "P": 0.27732616662979126, + "-": 0.7084743976593018 + }, + "id": "tp_6189" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 773640, + "label": "P", + "classification": { + "B": 5.437244432471289e-09, + "S": 1.993033738045824e-09, + "I": 8.680294558871537e-05, + "C": 5.010851822362383e-08, + "R": 5.6877480503203515e-09, + "M": 2.168137172020579e-07, + "O": 7.132473456294974e-08, + "W": 2.6585884604912735e-09, + "N": 7.860373898438411e-07, + "Y": 1.992588067878387e-06, + "U": 1.8336853147005172e-09, + "K": 1.3120414754652643e-09, + "L": 4.896332228554456e-09, + "G": 6.491017643384112e-07, + "F": 7.021359579084674e-06, + "E": 1.6979873180389404e-05, + "T": 3.5242369449406397e-06, + "P": 0.93104487657547, + "-": 0.06883709877729416 + }, + "id": "tp_6190" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 773774, + "label": "-", + "classification": { + "B": 2.5230522116004295e-09, + "S": 3.145695925965697e-09, + "I": 0.0006243760581128299, + "C": 3.2562707019678783e-06, + "R": 1.5577962813040358e-06, + "M": 6.467455477832118e-06, + "O": 1.2950351901963586e-06, + "W": 1.2747641164878587e-08, + "N": 3.7337174489948666e-06, + "Y": 0.0005769393756054342, + "U": 2.9224256792304004e-08, + "K": 9.31680915527977e-07, + "L": 3.2295467633502994e-08, + "G": 5.3845811635255814e-05, + "F": 0.00017424026736989617, + "E": 1.577168768562842e-05, + "T": 0.0003849546774290502, + "P": 0.09785699844360352, + "-": 0.9002955555915833 + }, + "id": "tp_6191" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 773907, + "label": "-", + "classification": { + "B": 1.8656838847164181e-06, + "S": 8.147646326506219e-07, + "I": 0.001064944895915687, + "C": 4.103530227439478e-05, + "R": 6.457369181589456e-06, + "M": 0.00011265734792686999, + "O": 2.3361884814221412e-05, + "W": 1.810263711377047e-06, + "N": 3.6149551306152716e-05, + "Y": 0.0005897936061955988, + "U": 2.648729605425615e-06, + "K": 4.045155492349295e-06, + "L": 2.916905486927135e-06, + "G": 8.14447776065208e-05, + "F": 0.0005635892739519477, + "E": 0.0002733195142354816, + "T": 0.0010986916022375226, + "P": 0.2732655704021454, + "-": 0.7228288054466248 + }, + "id": "tp_6192" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 774007, + "label": "-", + "classification": { + "B": 8.693506856616295e-07, + "S": 1.494312073191395e-06, + "I": 0.00033668807009235024, + "C": 2.448281884426251e-05, + "R": 5.143813268659869e-06, + "M": 7.362388714682311e-05, + "O": 3.105058567598462e-05, + "W": 2.250170155093656e-06, + "N": 2.9515978894778527e-05, + "Y": 0.0005600732401944697, + "U": 6.379867159012065e-07, + "K": 3.79467528546229e-05, + "L": 7.188087920440012e-07, + "G": 0.0001557690411573276, + "F": 0.0038236461114138365, + "E": 0.0005260076140984893, + "T": 0.0002894139033742249, + "P": 0.2782600522041321, + "-": 0.7158406376838684 + }, + "id": "tp_6193" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 774141, + "label": "P", + "classification": { + "B": 7.691825885558501e-06, + "S": 9.813084034249187e-07, + "I": 0.010023053735494614, + "C": 0.00024165742797777057, + "R": 2.7363415938452817e-05, + "M": 0.00011353627633070573, + "O": 3.6303739761933684e-05, + "W": 2.2748056380805792e-06, + "N": 0.0001939264329848811, + "Y": 0.001660190406255424, + "U": 3.389948005860788e-06, + "K": 5.323015557223698e-06, + "L": 6.269772711675614e-06, + "G": 0.0004678565892390907, + "F": 0.0007629082538187504, + "E": 0.0010153462644666433, + "T": 0.0004254275991115719, + "P": 0.6268580555915833, + "-": 0.358148455619812 + }, + "id": "tp_6194" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 774274, + "label": "-", + "classification": { + "B": 4.919055072126477e-13, + "S": 1.3177137332676114e-12, + "I": 8.590415632170334e-07, + "C": 7.745328822750253e-10, + "R": 3.938127601799124e-11, + "M": 5.95597615671295e-09, + "O": 8.553093788776778e-10, + "W": 7.0346224505246635e-12, + "N": 1.0494309865549667e-09, + "Y": 5.200962505114148e-07, + "U": 3.5256853860021753e-12, + "K": 6.118822809542124e-11, + "L": 4.508440062250818e-12, + "G": 1.3590837788513e-08, + "F": 2.496754859748762e-06, + "E": 1.1375736619356758e-07, + "T": 4.710477696789894e-07, + "P": 0.18075399100780487, + "-": 0.819241464138031 + }, + "id": "tp_6195" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 774408, + "label": "-", + "classification": { + "B": 4.089397407369688e-07, + "S": 2.1447988274303498e-06, + "I": 0.00483402656391263, + "C": 3.531028050929308e-05, + "R": 1.4278456546890084e-05, + "M": 6.315048813121393e-05, + "O": 3.196983379893936e-05, + "W": 4.284436272428138e-06, + "N": 0.00018608852406032383, + "Y": 0.0019427814986556768, + "U": 2.885619323933497e-06, + "K": 4.648749381885864e-05, + "L": 2.1779865164717194e-06, + "G": 0.00019300861458759755, + "F": 0.001861372496932745, + "E": 0.0007503126398660243, + "T": 0.0014774393057450652, + "P": 0.3905762732028961, + "-": 0.5979756116867065 + }, + "id": "tp_6196" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 774508, + "label": "P", + "classification": { + "B": 3.3252936759708973e-07, + "S": 2.985257481213921e-07, + "I": 0.0001334800326731056, + "C": 3.3496698961243965e-06, + "R": 2.2159790091791365e-07, + "M": 3.2215732517215656e-06, + "O": 2.3119168872653972e-06, + "W": 3.3256301890105533e-07, + "N": 1.361088561679935e-05, + "Y": 0.0001525669649709016, + "U": 2.772257232663833e-07, + "K": 2.195344313804526e-05, + "L": 1.0932534166840924e-07, + "G": 4.748432547785342e-05, + "F": 0.0033795901108533144, + "E": 0.0007976943743415177, + "T": 6.595683953491971e-05, + "P": 0.5695854425430298, + "-": 0.42579177021980286 + }, + "id": "tp_6197" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 774641, + "label": "-", + "classification": { + "B": 1.8069735707726409e-09, + "S": 3.3975298130428655e-09, + "I": 9.972867701435462e-05, + "C": 6.94690243108198e-07, + "R": 1.321348293004121e-07, + "M": 1.3325675354280975e-06, + "O": 3.519448057431873e-07, + "W": 9.048370941400208e-09, + "N": 1.2553568922157865e-06, + "Y": 0.00024095717526506633, + "U": 1.1514782016774916e-08, + "K": 6.161802730275667e-07, + "L": 6.486392756244186e-09, + "G": 9.941839380189776e-06, + "F": 0.00018537127471063286, + "E": 2.0659936126321554e-05, + "T": 6.936720455996692e-05, + "P": 0.18288014829158783, + "-": 0.8164893984794617 + }, + "id": "tp_6198" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 774775, + "label": "-", + "classification": { + "B": 2.5226403188582935e-09, + "S": 7.292268833225535e-08, + "I": 0.00030538439750671387, + "C": 4.416226033754356e-07, + "R": 2.1830237528774887e-07, + "M": 3.7563993373623816e-06, + "O": 1.7582163991392008e-06, + "W": 7.470570295708967e-08, + "N": 5.146409876033431e-06, + "Y": 0.00024703601957298815, + "U": 3.293227379685959e-08, + "K": 1.0138193147213315e-06, + "L": 3.5430236522415726e-08, + "G": 8.344274647242855e-06, + "F": 0.0003748771268874407, + "E": 1.6643418348394334e-05, + "T": 0.00025652736076153815, + "P": 0.25936540961265564, + "-": 0.7394131422042847 + }, + "id": "tp_6199" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 774908, + "label": "P", + "classification": { + "B": 2.5231493054889143e-06, + "S": 6.25255609065789e-07, + "I": 0.007755646947771311, + "C": 0.0005615402478724718, + "R": 5.2709128794958815e-05, + "M": 7.98161345301196e-05, + "O": 1.760344639478717e-05, + "W": 2.0292914086894598e-06, + "N": 0.00013660134573001415, + "Y": 0.0007591103785671294, + "U": 7.422160251735477e-06, + "K": 1.306930062128231e-05, + "L": 5.777672413387336e-06, + "G": 0.00045562017476186156, + "F": 0.000993575667962432, + "E": 0.0011087959865108132, + "T": 0.0005552482907660306, + "P": 0.6060036420822144, + "-": 0.38148847222328186 + }, + "id": "tp_6200" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 775008, + "label": "P", + "classification": { + "B": 5.748452269749293e-10, + "S": 2.4440124923863493e-10, + "I": 3.7911270283075282e-06, + "C": 3.4676812532552503e-08, + "R": 2.545617272531331e-09, + "M": 9.274484824572937e-08, + "O": 2.0091652785936276e-08, + "W": 6.049266088048455e-10, + "N": 3.920608548924065e-08, + "Y": 4.472691671253415e-06, + "U": 5.191818086558442e-10, + "K": 1.6157741811184678e-08, + "L": 2.429275391957475e-10, + "G": 5.881460651835368e-07, + "F": 5.4595224355580285e-05, + "E": 3.1861866318649845e-06, + "T": 3.0849109862174373e-06, + "P": 0.5962793827056885, + "-": 0.4036506116390228 + }, + "id": "tp_6201" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 775142, + "label": "-", + "classification": { + "B": 3.000507967954036e-05, + "S": 1.6042666175053455e-05, + "I": 0.005113527178764343, + "C": 0.0010483479127287865, + "R": 0.00015163615171331912, + "M": 0.00039125775219872594, + "O": 0.00019607332069426775, + "W": 3.874079993693158e-05, + "N": 0.0006191130960360169, + "Y": 0.008864885196089745, + "U": 5.555039388127625e-05, + "K": 0.0009926159400492907, + "L": 2.757338916126173e-05, + "G": 0.00279396609403193, + "F": 0.011412564665079117, + "E": 0.010935033671557903, + "T": 0.0019342885352671146, + "P": 0.2911422550678253, + "-": 0.6642364859580994 + }, + "id": "tp_6202" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 775275, + "label": "P", + "classification": { + "B": 2.282665991515387e-05, + "S": 3.70687193935737e-05, + "I": 0.001373131526634097, + "C": 7.602417463203892e-05, + "R": 9.227114787790924e-06, + "M": 0.00014792275032959878, + "O": 8.964946755440906e-05, + "W": 1.6917192624532618e-05, + "N": 0.00017179365386255085, + "Y": 0.0007095256587490439, + "U": 7.1557478804606944e-06, + "K": 2.256429252156522e-05, + "L": 8.981613063951954e-06, + "G": 0.00019641598919406533, + "F": 0.0014581572031602263, + "E": 0.0009870502399280667, + "T": 0.001268925261683762, + "P": 0.5105594396591187, + "-": 0.48283714056015015 + }, + "id": "tp_6203" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 775375, + "label": "P", + "classification": { + "B": 0.0001341654424322769, + "S": 1.853245862548647e-06, + "I": 0.0032479092478752136, + "C": 0.0003059973823837936, + "R": 2.7396345103625208e-05, + "M": 0.0007185746217146516, + "O": 0.00013943442900199443, + "W": 3.878486495523248e-06, + "N": 2.632450377859641e-05, + "Y": 0.001155384466983378, + "U": 2.3974298528628424e-06, + "K": 4.209025306067815e-08, + "L": 0.0001566358405398205, + "G": 0.002182068070396781, + "F": 0.0004341205640230328, + "E": 0.00045427074655890465, + "T": 0.0008617568528279662, + "P": 0.4962214529514313, + "-": 0.49392637610435486 + }, + "id": "tp_6204" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 775509, + "label": "-", + "classification": { + "B": 6.761466693205875e-07, + "S": 1.2290511222090572e-06, + "I": 0.0006283943075686693, + "C": 0.0001738608698360622, + "R": 2.848374606401194e-05, + "M": 0.0001487553381593898, + "O": 2.6081877877004445e-05, + "W": 1.9318381418997888e-06, + "N": 3.689580626087263e-05, + "Y": 0.0024429038166999817, + "U": 3.0937467272451613e-06, + "K": 7.099695358192548e-05, + "L": 1.908080776047427e-06, + "G": 0.0002329817070858553, + "F": 0.0020575569942593575, + "E": 0.0005103302537463605, + "T": 0.0012363044079393148, + "P": 0.11493930220603943, + "-": 0.8774582743644714 + }, + "id": "tp_6205" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 775642, + "label": "P", + "classification": { + "B": 7.693519137319527e-07, + "S": 1.3216832712714677e-06, + "I": 0.0006052214885130525, + "C": 2.1234993710095296e-06, + "R": 3.23517923561667e-07, + "M": 5.09998380948673e-06, + "O": 6.295483672147384e-06, + "W": 5.57484327146085e-07, + "N": 6.015358667355031e-05, + "Y": 1.892847467388492e-05, + "U": 2.7865567631124577e-07, + "K": 5.325913434717222e-07, + "L": 4.824868824471196e-07, + "G": 1.6185935237444937e-05, + "F": 0.00022537716722581536, + "E": 0.00013143225805833936, + "T": 7.508407725254074e-05, + "P": 0.9140159487724304, + "-": 0.08483385294675827 + }, + "id": "tp_6206" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 775776, + "label": "-", + "classification": { + "B": 2.0728514016354893e-07, + "S": 1.0175340037221758e-07, + "I": 0.002404296537861228, + "C": 2.0615629182429984e-05, + "R": 5.103996500110952e-06, + "M": 2.9239754439913668e-05, + "O": 5.4899960559851024e-06, + "W": 3.6215595855537686e-07, + "N": 3.5833189031109214e-05, + "Y": 0.001798272249288857, + "U": 5.201629278417386e-07, + "K": 1.6868676539161243e-05, + "L": 3.176364486989769e-07, + "G": 0.00020078881061635911, + "F": 0.0011865620035678148, + "E": 0.0004444257647264749, + "T": 0.00030137630528770387, + "P": 0.37525904178619385, + "-": 0.6182906031608582 + }, + "id": "tp_6207" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 775876, + "label": "P", + "classification": { + "B": 3.132529968752351e-08, + "S": 1.2762129131260735e-09, + "I": 0.0005873338086530566, + "C": 7.162628207879607e-06, + "R": 2.822432634275174e-07, + "M": 2.04634852707386e-06, + "O": 4.915293629892403e-07, + "W": 8.359720027328876e-09, + "N": 1.1148129033244913e-06, + "Y": 4.621121479431167e-05, + "U": 2.133406695747908e-08, + "K": 1.0925712556897338e-09, + "L": 9.068910600262825e-08, + "G": 1.597326081537176e-05, + "F": 1.2693852113443427e-05, + "E": 2.0983803551644087e-05, + "T": 3.684894181787968e-05, + "P": 0.5432009696960449, + "-": 0.45606768131256104 + }, + "id": "tp_6208" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 776009, + "label": "P", + "classification": { + "B": 1.1781794984067062e-10, + "S": 3.4577715690709e-11, + "I": 4.011510463897139e-05, + "C": 8.723411326627684e-08, + "R": 1.7659509410350438e-09, + "M": 3.666161418891534e-08, + "O": 7.0221002346215755e-09, + "W": 1.50604098636542e-10, + "N": 2.1378484404976916e-07, + "Y": 2.054656306427205e-06, + "U": 2.6165392075228056e-10, + "K": 2.0363039254789328e-08, + "L": 8.922010352740983e-11, + "G": 2.2936445986943e-07, + "F": 3.277138966950588e-05, + "E": 1.7584590750630014e-05, + "T": 6.296617698353657e-07, + "P": 0.7177419066429138, + "-": 0.2821643054485321 + }, + "id": "tp_6209" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 776143, + "label": "-", + "classification": { + "B": 4.9386394493922126e-06, + "S": 7.832808478269726e-06, + "I": 0.0007646337035112083, + "C": 1.9982635421911255e-05, + "R": 4.7633466238039546e-06, + "M": 0.0005467828013934195, + "O": 9.9183976999484e-05, + "W": 7.640679541509598e-06, + "N": 3.4588727430673316e-05, + "Y": 0.0057000149972736835, + "U": 1.412883648299612e-06, + "K": 2.5818620997597463e-05, + "L": 7.039803676889278e-06, + "G": 0.0009617949835956097, + "F": 0.0025250473991036415, + "E": 0.0018007430480793118, + "T": 0.002773986430838704, + "P": 0.08435853570699692, + "-": 0.900355339050293 + }, + "id": "tp_6210" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 776276, + "label": "-", + "classification": { + "B": 4.264950348442653e-07, + "S": 5.930675328613688e-08, + "I": 0.0010862993076443672, + "C": 2.3750049876980484e-05, + "R": 4.5373908506007865e-06, + "M": 3.7295365473255515e-05, + "O": 6.538162779179402e-06, + "W": 3.6151178051113675e-07, + "N": 9.51594665821176e-06, + "Y": 0.0007464672671630979, + "U": 7.505543067054532e-07, + "K": 1.3335464927877183e-06, + "L": 8.854653401613177e-07, + "G": 0.00016081746434792876, + "F": 0.0003691463207360357, + "E": 0.00015748137957416475, + "T": 0.00026705279015004635, + "P": 0.2596552073955536, + "-": 0.7374721765518188 + }, + "id": "tp_6211" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 776376, + "label": "-", + "classification": { + "B": 1.2142433547523979e-07, + "S": 1.3067966619928484e-07, + "I": 0.00011508715397212654, + "C": 1.2544428500405047e-06, + "R": 3.1331893524111365e-07, + "M": 2.8547528927447274e-05, + "O": 5.092859282740392e-06, + "W": 1.399249924816104e-07, + "N": 3.7953325318085263e-06, + "Y": 0.00032066149287857115, + "U": 8.665996631407324e-08, + "K": 9.953372455129283e-07, + "L": 2.8495958304119995e-07, + "G": 5.251790935290046e-05, + "F": 0.0009476273553445935, + "E": 0.00014433979231398553, + "T": 0.0003475771809462458, + "P": 0.22234781086444855, + "-": 0.7756835222244263 + }, + "id": "tp_6212" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 776510, + "label": "-", + "classification": { + "B": 7.300587157033078e-08, + "S": 6.271869068541491e-08, + "I": 0.0017439525108784437, + "C": 2.424554986646399e-05, + "R": 5.511787094292231e-06, + "M": 1.1872273717017379e-05, + "O": 4.245488071319414e-06, + "W": 2.8290526188357035e-07, + "N": 2.3904967747512273e-05, + "Y": 0.00023821607464924455, + "U": 4.3415454342721205e-07, + "K": 5.664460331900045e-06, + "L": 3.838700592950772e-07, + "G": 5.387262353906408e-05, + "F": 0.001309503917582333, + "E": 0.00022348812490236014, + "T": 0.00013062110519967973, + "P": 0.3778955340385437, + "-": 0.6183282136917114 + }, + "id": "tp_6213" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 776643, + "label": "P", + "classification": { + "B": 6.266675711685821e-08, + "S": 1.2034513474645792e-07, + "I": 0.000704788719303906, + "C": 1.1391315410946845e-06, + "R": 7.526252687739543e-08, + "M": 3.136197619824088e-06, + "O": 9.74730028246995e-07, + "W": 1.1059225357712421e-07, + "N": 6.657390622422099e-05, + "Y": 2.3474914996768348e-05, + "U": 6.882451941692125e-08, + "K": 1.4894763808115385e-05, + "L": 1.4411333459918296e-08, + "G": 5.9188091654505115e-06, + "F": 0.00013726955512538552, + "E": 0.0009897263953462243, + "T": 2.406082239758689e-05, + "P": 0.9155145287513733, + "-": 0.0825129970908165 + }, + "id": "tp_6214" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 776777, + "label": "-", + "classification": { + "B": 2.9277045996423112e-06, + "S": 2.6133982373721665e-06, + "I": 0.0008091242052614689, + "C": 0.00016041076742112637, + "R": 2.411473724350799e-05, + "M": 5.546688043978065e-05, + "O": 4.617385275196284e-05, + "W": 7.537846613558941e-06, + "N": 7.168568845372647e-05, + "Y": 0.0012989883543923497, + "U": 9.103649972530548e-06, + "K": 0.00013681825657840818, + "L": 4.4408830035536084e-06, + "G": 0.0002962681755889207, + "F": 0.009205753915011883, + "E": 0.0006728710723109543, + "T": 0.0005138718406669796, + "P": 0.24743880331516266, + "-": 0.7392429709434509 + }, + "id": "tp_6215" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 776877, + "label": "-", + "classification": { + "B": 2.684193714230787e-05, + "S": 6.632725126110017e-05, + "I": 0.019521042704582214, + "C": 0.0005902866832911968, + "R": 0.00023890032025519758, + "M": 0.0014107020106166601, + "O": 0.00048361654626205564, + "W": 5.694432547898032e-05, + "N": 0.0014973172219470143, + "Y": 0.024956239387392998, + "U": 3.342199488542974e-05, + "K": 0.0005501820123754442, + "L": 6.6798907937482e-05, + "G": 0.004567439202219248, + "F": 0.01254489365965128, + "E": 0.005111027508974075, + "T": 0.010410047136247158, + "P": 0.3679106831550598, + "-": 0.549957275390625 + }, + "id": "tp_6216" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 777010, + "label": "-", + "classification": { + "B": 2.5381817181369115e-07, + "S": 1.446882720301801e-07, + "I": 0.0018980567110702395, + "C": 4.584487760439515e-05, + "R": 4.118204287806293e-06, + "M": 2.352151568629779e-05, + "O": 6.992525868554367e-06, + "W": 3.659878586859122e-07, + "N": 4.035634265164845e-05, + "Y": 0.0003537735901772976, + "U": 1.0524624940444482e-06, + "K": 2.499856918802834e-06, + "L": 6.965991588003817e-07, + "G": 6.628417031606659e-05, + "F": 0.0005089043988846242, + "E": 0.00025537575129419565, + "T": 0.00034826892078854144, + "P": 0.39854130148887634, + "-": 0.5979020595550537 + }, + "id": "tp_6217" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 777144, + "label": "-", + "classification": { + "B": 4.0233444451587275e-06, + "S": 3.674135996334371e-06, + "I": 0.0024651826824992895, + "C": 7.761625602142885e-05, + "R": 2.061847953882534e-05, + "M": 0.0002759966591838747, + "O": 9.14267438929528e-05, + "W": 9.372702152177226e-06, + "N": 6.677609781036153e-05, + "Y": 0.003392626065760851, + "U": 2.2874621663504513e-06, + "K": 1.5922199963824823e-05, + "L": 4.897584403806832e-06, + "G": 0.0003211522416677326, + "F": 0.0009279732475988567, + "E": 0.0003349864564370364, + "T": 0.003191461553797126, + "P": 0.15232998132705688, + "-": 0.8364641070365906 + }, + "id": "tp_6218" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 777277, + "label": "-", + "classification": { + "B": 2.7801210222833106e-08, + "S": 1.3279123356468858e-09, + "I": 5.6325920013478026e-05, + "C": 4.640898225716228e-07, + "R": 2.8668235785289653e-08, + "M": 3.851362635032274e-06, + "O": 2.946077302112826e-07, + "W": 2.4189874547886348e-09, + "N": 2.3287749684186565e-07, + "Y": 7.432426355080679e-05, + "U": 2.4468715942305153e-09, + "K": 9.73805658333049e-09, + "L": 1.9388540550835387e-08, + "G": 3.375820233486593e-05, + "F": 6.499906157841906e-05, + "E": 4.163901030551642e-05, + "T": 3.354964792379178e-05, + "P": 0.17959797382354736, + "-": 0.820092499256134 + }, + "id": "tp_6219" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 777377, + "label": "-", + "classification": { + "B": 3.3952701414818875e-06, + "S": 1.5720207784397644e-06, + "I": 0.0036768601275980473, + "C": 0.001068908954039216, + "R": 0.0001221273123519495, + "M": 0.0007642236887477338, + "O": 8.628598880022764e-05, + "W": 6.032898909325013e-06, + "N": 6.61994781694375e-05, + "Y": 0.007643349003046751, + "U": 1.127098312281305e-05, + "K": 1.429384428774938e-05, + "L": 4.2235184082528576e-05, + "G": 0.0014212742680683732, + "F": 0.002016594633460045, + "E": 0.0007828411762602627, + "T": 0.0044143470004200935, + "P": 0.10789304226636887, + "-": 0.8699650764465332 + }, + "id": "tp_6220" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 777511, + "label": "-", + "classification": { + "B": 2.8953813568932674e-08, + "S": 7.435036053493604e-08, + "I": 0.00036957100383006036, + "C": 2.6946493107971037e-06, + "R": 1.5116266638415254e-07, + "M": 2.200895869464148e-05, + "O": 1.9506769604049623e-06, + "W": 6.710541100574119e-08, + "N": 6.179182037158171e-06, + "Y": 0.00017548537289258093, + "U": 4.4668517773516214e-08, + "K": 1.3642571161653905e-07, + "L": 1.0534966321529282e-07, + "G": 1.0699215636122972e-05, + "F": 0.00012788157619070262, + "E": 0.00011458977678557858, + "T": 0.00020328277605585754, + "P": 0.3377576172351837, + "-": 0.6612074375152588 + }, + "id": "tp_6221" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 777644, + "label": "-", + "classification": { + "B": 6.692448368994519e-05, + "S": 5.4157982958713546e-05, + "I": 0.004816077649593353, + "C": 0.00040059033199213445, + "R": 0.00013961848162580281, + "M": 0.001112653291784227, + "O": 0.00043500546598806977, + "W": 4.2000905523309484e-05, + "N": 0.0004607429727911949, + "Y": 0.009833206422626972, + "U": 5.6985147239174694e-05, + "K": 0.0002909291652031243, + "L": 0.00014649693912360817, + "G": 0.005987715441733599, + "F": 0.02213861234486103, + "E": 0.004318384453654289, + "T": 0.0077689168974757195, + "P": 0.26546207070350647, + "-": 0.6764689683914185 + }, + "id": "tp_6222" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 777778, + "label": "-", + "classification": { + "B": 6.000479402246128e-08, + "S": 2.1944018158137624e-08, + "I": 4.084577813046053e-05, + "C": 9.199875989907014e-07, + "R": 6.492187765161361e-08, + "M": 2.964399755001068e-06, + "O": 9.565800382915768e-07, + "W": 6.244285088996548e-08, + "N": 1.1923954161829897e-06, + "Y": 4.5120665163267404e-05, + "U": 3.918949431636065e-08, + "K": 2.790548933262471e-06, + "L": 3.584676733225933e-08, + "G": 2.010490970860701e-05, + "F": 0.0007845007348805666, + "E": 0.00017791989375837147, + "T": 2.1429503249237314e-05, + "P": 0.2543352544307709, + "-": 0.7445656657218933 + }, + "id": "tp_6223" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 777878, + "label": "-", + "classification": { + "B": 1.0279070927765588e-08, + "S": 4.620432481061698e-09, + "I": 2.412801904938533e-06, + "C": 2.633819740083254e-08, + "R": 1.2155810802383371e-09, + "M": 2.9651180284417933e-06, + "O": 4.676074070175673e-07, + "W": 3.1235634079251895e-09, + "N": 6.859707468720444e-08, + "Y": 7.031964287307346e-06, + "U": 5.838431960114576e-10, + "K": 3.0651703397666097e-09, + "L": 1.1879913053292057e-08, + "G": 2.724453224800527e-06, + "F": 8.907544543035328e-05, + "E": 4.742648343381006e-06, + "T": 4.1388826502952725e-05, + "P": 0.20064745843410492, + "-": 0.7992016673088074 + }, + "id": "tp_6224" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 778011, + "label": "-", + "classification": { + "B": 3.861473771848978e-07, + "S": 5.425766502753504e-08, + "I": 1.6217776646954007e-05, + "C": 1.3489074035533122e-07, + "R": 5.81336401239696e-08, + "M": 3.8258422137005255e-06, + "O": 5.1621323109429795e-06, + "W": 5.35985442695619e-08, + "N": 2.623260115797166e-07, + "Y": 2.0113408027100377e-05, + "U": 3.1356064411625084e-09, + "K": 1.6489726251123216e-10, + "L": 3.29910307073078e-07, + "G": 6.665442924713716e-06, + "F": 2.060108818113804e-05, + "E": 3.1733900414110394e-06, + "T": 9.373611101182178e-05, + "P": 0.30877184867858887, + "-": 0.6910573840141296 + }, + "id": "tp_6225" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 778145, + "label": "-", + "classification": { + "B": 6.688246845243384e-09, + "S": 2.703017587535328e-09, + "I": 2.1619442122755572e-05, + "C": 2.8958854159100156e-07, + "R": 8.075386581651856e-09, + "M": 2.532062353566289e-06, + "O": 2.41878382212235e-07, + "W": 3.3545861644057595e-09, + "N": 1.8190556261288293e-07, + "Y": 4.751288361148909e-05, + "U": 4.524846719533571e-09, + "K": 2.9636842313607303e-08, + "L": 7.537201085483503e-09, + "G": 7.440711215167539e-06, + "F": 2.4800809114822187e-05, + "E": 2.010327807511203e-05, + "T": 3.926051431335509e-05, + "P": 0.12841197848320007, + "-": 0.8714240193367004 + }, + "id": "tp_6226" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 778278, + "label": "P", + "classification": { + "B": 6.094948275858769e-06, + "S": 4.4562364109879127e-07, + "I": 0.0005958811962045729, + "C": 1.9000333850272e-05, + "R": 2.0222730654495535e-06, + "M": 3.503879997879267e-05, + "O": 1.1080777767347172e-05, + "W": 7.948101483634673e-07, + "N": 1.69054364960175e-05, + "Y": 0.00027084254543296993, + "U": 9.593313734512776e-07, + "K": 4.098314434486383e-07, + "L": 1.70595126292028e-06, + "G": 5.872827387065627e-05, + "F": 0.0001171217008959502, + "E": 0.00036810949677601457, + "T": 0.0002880064712371677, + "P": 0.6431998610496521, + "-": 0.35500702261924744 + }, + "id": "tp_6227" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 778378, + "label": "P", + "classification": { + "B": 4.3662979010150593e-07, + "S": 3.8333837437676266e-08, + "I": 2.5569923309376463e-05, + "C": 2.7311648054251236e-08, + "R": 6.052570000747437e-09, + "M": 1.8016571630141698e-06, + "O": 1.1017574479410541e-06, + "W": 1.5354263638300836e-08, + "N": 6.044558631401742e-07, + "Y": 9.799032341106795e-06, + "U": 1.0177270137745609e-09, + "K": 3.089847488979558e-09, + "L": 1.787101133743363e-08, + "G": 5.19253217134974e-06, + "F": 8.367297414224595e-05, + "E": 1.2707269888778683e-05, + "T": 1.9243407223257236e-05, + "P": 0.5941405892372131, + "-": 0.4056991636753082 + }, + "id": "tp_6228" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 778512, + "label": "-", + "classification": { + "B": 3.501916353343404e-06, + "S": 1.5261680346156936e-06, + "I": 0.0002821368398144841, + "C": 8.38037612993503e-06, + "R": 2.5867427666526055e-06, + "M": 4.733145033242181e-05, + "O": 4.604286004905589e-05, + "W": 2.0842387584707467e-06, + "N": 1.8950200683320872e-05, + "Y": 0.0003382921277079731, + "U": 7.509695478802314e-07, + "K": 1.0006755246649846e-06, + "L": 1.8495294398235274e-06, + "G": 7.048169209156185e-05, + "F": 0.00020156508253421634, + "E": 0.00011015056225005537, + "T": 0.0012451602378860116, + "P": 0.20929792523384094, + "-": 0.7883202433586121 + }, + "id": "tp_6229" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 778645, + "label": "-", + "classification": { + "B": 2.491160699946704e-08, + "S": 9.380812571180286e-09, + "I": 0.0004079819191247225, + "C": 3.2758922316133976e-05, + "R": 1.4748031844646903e-06, + "M": 1.3969356587040238e-05, + "O": 2.2601736873184564e-06, + "W": 6.133906538252631e-08, + "N": 2.790715598166571e-06, + "Y": 0.00015725346747785807, + "U": 1.2968128260126832e-07, + "K": 1.7255709394703445e-07, + "L": 2.1698316743368196e-07, + "G": 2.8053718779119663e-05, + "F": 9.09052396309562e-05, + "E": 4.58225877082441e-05, + "T": 0.00015176809392869473, + "P": 0.13473950326442719, + "-": 0.8643248677253723 + }, + "id": "tp_6230" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 778779, + "label": "-", + "classification": { + "B": 5.169036967345164e-07, + "S": 5.162140155334782e-07, + "I": 0.0029019657522439957, + "C": 6.193469016579911e-05, + "R": 8.521265044691972e-06, + "M": 0.0001277618866879493, + "O": 2.7285579562885687e-05, + "W": 1.1792773193519679e-06, + "N": 6.837062392150983e-05, + "Y": 0.0014390206197276711, + "U": 1.3667963685293216e-06, + "K": 1.082230119209271e-05, + "L": 1.8022365111391991e-06, + "G": 0.0002479536342434585, + "F": 0.0008847435819916427, + "E": 0.0006506771314889193, + "T": 0.0010203400161117315, + "P": 0.29101070761680603, + "-": 0.7015344500541687 + }, + "id": "tp_6231" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 778879, + "label": "-", + "classification": { + "B": 2.4982819368801756e-08, + "S": 2.4812372156901574e-09, + "I": 3.7281904951669276e-05, + "C": 1.065712126546714e-06, + "R": 6.124069784618769e-08, + "M": 2.7208446340409864e-07, + "O": 2.3475018906538025e-07, + "W": 9.888263541313336e-09, + "N": 4.6861757141414273e-07, + "Y": 1.964359762496315e-05, + "U": 1.907860358585367e-08, + "K": 1.6875462449661427e-07, + "L": 1.0848705045418683e-08, + "G": 4.446671027835691e-06, + "F": 0.00023396873439196497, + "E": 9.144237992586568e-06, + "T": 9.10384642338613e-06, + "P": 0.3080276548862457, + "-": 0.6916565299034119 + }, + "id": "tp_6232" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 779012, + "label": "-", + "classification": { + "B": 1.2512529110608739e-06, + "S": 1.3272911303374713e-07, + "I": 5.558049451792613e-05, + "C": 4.117835032957373e-06, + "R": 3.6481910115071514e-07, + "M": 0.00014007784193381667, + "O": 1.8973192709381692e-05, + "W": 2.2400378441034263e-07, + "N": 5.238261451268045e-07, + "Y": 5.6102060625562444e-05, + "U": 5.777232559012191e-08, + "K": 2.7644053712805317e-09, + "L": 6.509662853204645e-06, + "G": 5.934414730290882e-05, + "F": 0.00015518636791966856, + "E": 2.5674620701465756e-05, + "T": 0.0003083398623857647, + "P": 0.09461884945631027, + "-": 0.9045486450195312 + }, + "id": "tp_6233" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 779146, + "label": "-", + "classification": { + "B": 2.755987216218614e-09, + "S": 2.4847790491833166e-09, + "I": 0.001448535593226552, + "C": 7.864202416385524e-06, + "R": 1.957722815859597e-06, + "M": 5.1842616812791675e-06, + "O": 7.368676619989856e-07, + "W": 1.2694865603180006e-08, + "N": 7.075734174577519e-06, + "Y": 0.0007160978275351226, + "U": 2.4506565665660673e-08, + "K": 5.702584985556314e-06, + "L": 1.1976646341338437e-08, + "G": 3.6092900700168684e-05, + "F": 0.00025378153077326715, + "E": 0.00011229077790630981, + "T": 0.00011184318282175809, + "P": 0.19901777803897858, + "-": 0.7982750535011292 + }, + "id": "tp_6234" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 779279, + "label": "-", + "classification": { + "B": 0.0004394520656205714, + "S": 2.563756970630493e-05, + "I": 0.01181459054350853, + "C": 0.00021155536524020135, + "R": 9.917083662003279e-05, + "M": 0.0008032462792471051, + "O": 0.0005785160465165973, + "W": 6.278465298237279e-05, + "N": 0.00030280216014944017, + "Y": 0.0023788316175341606, + "U": 1.3708100595977157e-05, + "K": 3.1261679396266118e-06, + "L": 0.00011600870493566617, + "G": 0.0010021246271207929, + "F": 0.0008445919957011938, + "E": 0.0009407869656570256, + "T": 0.004038182552903891, + "P": 0.40862181782722473, + "-": 0.5677030086517334 + }, + "id": "tp_6235" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 779379, + "label": "-", + "classification": { + "B": 4.8147871893888805e-06, + "S": 3.936939720006194e-06, + "I": 0.0015207617543637753, + "C": 7.1200673119165e-05, + "R": 1.0408294656372163e-05, + "M": 0.0007005384541116655, + "O": 9.70047403825447e-05, + "W": 7.192158136604121e-06, + "N": 6.519002636196092e-05, + "Y": 0.009750117547810078, + "U": 1.980522029043641e-06, + "K": 0.00032340188045054674, + "L": 4.4347184484649915e-06, + "G": 0.0010518740164116025, + "F": 0.0029750715475529432, + "E": 0.0035901309456676245, + "T": 0.0023504416458308697, + "P": 0.07935681194067001, + "-": 0.8981146216392517 + }, + "id": "tp_6236" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 779513, + "label": "-", + "classification": { + "B": 8.316184363366119e-08, + "S": 1.7849704647687759e-07, + "I": 0.0005001819226890802, + "C": 5.388923455029726e-06, + "R": 9.166871564048051e-07, + "M": 9.559891623212025e-06, + "O": 2.943801518995315e-06, + "W": 5.42033603778691e-07, + "N": 4.425426232046448e-05, + "Y": 0.0003844228049274534, + "U": 8.297381555166794e-07, + "K": 0.001091657904908061, + "L": 7.607786756125279e-08, + "G": 7.680193084524944e-05, + "F": 0.002649883972480893, + "E": 0.0025790645740926266, + "T": 0.00015968125080689788, + "P": 0.4729052484035492, + "-": 0.5195881724357605 + }, + "id": "tp_6237" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 779646, + "label": "-", + "classification": { + "B": 7.308129568173172e-08, + "S": 1.3735053094876548e-08, + "I": 8.033536141738296e-05, + "C": 1.1100614756287541e-06, + "R": 8.587363709011697e-08, + "M": 1.6361202142434195e-05, + "O": 1.8517732769396389e-06, + "W": 2.5573434925263427e-08, + "N": 1.4526253835356329e-06, + "Y": 9.360706462757662e-05, + "U": 2.1781939807397066e-08, + "K": 1.586402049724711e-07, + "L": 5.994511553808479e-08, + "G": 3.7501915358006954e-05, + "F": 0.00011818414350273088, + "E": 0.00011380115756765008, + "T": 0.00012743970728479326, + "P": 0.2778007388114929, + "-": 0.7216072678565979 + }, + "id": "tp_6238" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 779780, + "label": "P", + "classification": { + "B": 3.673339733722969e-06, + "S": 1.628322479518829e-06, + "I": 0.003235513810068369, + "C": 8.023002010304481e-05, + "R": 4.689570687332889e-06, + "M": 0.0001642197312321514, + "O": 2.981013312819414e-05, + "W": 2.96377993436181e-06, + "N": 0.00019993737805634737, + "Y": 0.0009719691006466746, + "U": 2.4642592961754417e-06, + "K": 3.451143857091665e-05, + "L": 2.2996380266704364e-06, + "G": 0.0003039872390218079, + "F": 0.00137420988176018, + "E": 0.004872426390647888, + "T": 0.0004590260796248913, + "P": 0.5486317873001099, + "-": 0.43962469696998596 + }, + "id": "tp_6239" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 779880, + "label": "P", + "classification": { + "B": 3.157537342701744e-09, + "S": 4.951694054788902e-10, + "I": 0.0002792373998090625, + "C": 4.4892084360981244e-07, + "R": 2.506017438008712e-08, + "M": 1.2925326018375927e-06, + "O": 1.5972425160271086e-07, + "W": 1.8377362964727695e-09, + "N": 5.83014696076134e-07, + "Y": 2.0901063180644996e-05, + "U": 2.1095205582355447e-09, + "K": 6.734335311620043e-10, + "L": 6.888269066251951e-09, + "G": 3.041505806322675e-06, + "F": 4.629783688869793e-06, + "E": 1.0452241440361831e-05, + "T": 1.7521895642858e-05, + "P": 0.7398483753204346, + "-": 0.25981324911117554 + }, + "id": "tp_6240" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 780013, + "label": "-", + "classification": { + "B": 7.329491324981063e-08, + "S": 1.6647095435473602e-07, + "I": 0.0008887842996045947, + "C": 1.1132994586660061e-05, + "R": 3.207803729310399e-06, + "M": 9.984139069274534e-06, + "O": 5.4533388720301446e-06, + "W": 4.897120788882603e-07, + "N": 2.3142532882047817e-05, + "Y": 0.0005110070924274623, + "U": 3.394890200070222e-07, + "K": 4.593047833623132e-06, + "L": 2.9103159704391146e-07, + "G": 4.398001328809187e-05, + "F": 0.001282416982576251, + "E": 0.00012358083040453494, + "T": 0.00020161371503490955, + "P": 0.41636785864830017, + "-": 0.5805218815803528 + }, + "id": "tp_6241" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 780147, + "label": "-", + "classification": { + "B": 2.0945346079770388e-07, + "S": 2.125913134420898e-08, + "I": 9.432905244466383e-06, + "C": 1.205676056770244e-07, + "R": 2.262276233011562e-08, + "M": 3.34359015141672e-06, + "O": 6.488500616796955e-07, + "W": 6.420108888960385e-09, + "N": 2.620666350594547e-07, + "Y": 4.065727989654988e-05, + "U": 4.086454286067465e-09, + "K": 5.503807543050243e-08, + "L": 2.9362315245862192e-08, + "G": 2.702798337850254e-05, + "F": 0.00032409446430392563, + "E": 3.927979196305387e-05, + "T": 5.439937740447931e-05, + "P": 0.3436843752861023, + "-": 0.6558158993721008 + }, + "id": "tp_6242" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 780280, + "label": "P", + "classification": { + "B": 3.151852797600441e-05, + "S": 8.582966984249651e-05, + "I": 0.007966725155711174, + "C": 0.0001461958308937028, + "R": 6.85079357936047e-05, + "M": 0.00048211857210844755, + "O": 0.0002857348881661892, + "W": 8.636122947791591e-05, + "N": 0.001795888994820416, + "Y": 0.0023593215737491846, + "U": 2.8326763640507124e-05, + "K": 0.0010158686200156808, + "L": 1.5967545550665818e-05, + "G": 0.0007197250379249454, + "F": 0.007327629253268242, + "E": 0.0027479224372655153, + "T": 0.0026674079708755016, + "P": 0.7239090204238892, + "-": 0.24825993180274963 + }, + "id": "tp_6243" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 780380, + "label": "-", + "classification": { + "B": 1.523498127653511e-08, + "S": 8.971456111339648e-08, + "I": 4.126193016418256e-05, + "C": 5.646060799335828e-06, + "R": 7.103306529643305e-07, + "M": 1.4302949011835153e-06, + "O": 3.1523513825959526e-06, + "W": 1.9910518744836736e-07, + "N": 4.154612724960316e-06, + "Y": 0.0002917406673077494, + "U": 2.4149329647116247e-07, + "K": 2.6660147341317497e-05, + "L": 5.53020100824142e-08, + "G": 1.9265371520305052e-05, + "F": 0.0016744815511628985, + "E": 4.765102130477317e-05, + "T": 7.278258271981031e-05, + "P": 0.09159665554761887, + "-": 0.9062138795852661 + }, + "id": "tp_6244" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 780514, + "label": "P", + "classification": { + "B": 2.0128541677877365e-07, + "S": 1.060994065937848e-07, + "I": 0.0005686750519089401, + "C": 1.3104664503771346e-05, + "R": 8.364311270270264e-07, + "M": 1.3857966223440599e-05, + "O": 2.0996376406401396e-06, + "W": 1.1489073159509644e-07, + "N": 2.1375004507717676e-05, + "Y": 0.00022428228112403303, + "U": 1.6611741671113123e-07, + "K": 4.571803401631769e-06, + "L": 1.1534138621982493e-07, + "G": 8.90603187144734e-05, + "F": 0.0005559235578402877, + "E": 0.0007917699404060841, + "T": 6.606973329326138e-05, + "P": 0.7098111510276794, + "-": 0.28783658146858215 + }, + "id": "tp_6245" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 780647, + "label": "-", + "classification": { + "B": 3.6569272610087467e-10, + "S": 7.533671464443614e-10, + "I": 9.519146260572597e-05, + "C": 4.397909663111932e-07, + "R": 6.972512522906982e-08, + "M": 1.8246445279146428e-06, + "O": 2.1316485288025433e-07, + "W": 3.5366110040513377e-09, + "N": 3.962766186305089e-07, + "Y": 0.0002538395347073674, + "U": 2.3106585533838597e-09, + "K": 8.896692094140235e-08, + "L": 2.347995131657399e-09, + "G": 6.463432782766176e-06, + "F": 2.0671308448072523e-05, + "E": 5.567312200582819e-06, + "T": 6.350201874738559e-05, + "P": 0.11650146543979645, + "-": 0.8830503225326538 + }, + "id": "tp_6246" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 780781, + "label": "-", + "classification": { + "B": 1.0362861075918772e-06, + "S": 5.1541025669621376e-08, + "I": 0.00017602639854885638, + "C": 4.578339030558709e-06, + "R": 5.316669557942078e-07, + "M": 1.782399158400949e-05, + "O": 9.286635759053752e-06, + "W": 1.7134249219452613e-07, + "N": 3.129692231595982e-06, + "Y": 6.192906585056335e-05, + "U": 9.712709214682036e-08, + "K": 4.903953865209587e-08, + "L": 9.398634688295715e-07, + "G": 6.035773185431026e-05, + "F": 0.00017428616411052644, + "E": 7.424312207149342e-05, + "T": 0.00012055629485985264, + "P": 0.27843230962753296, + "-": 0.7208625078201294 + }, + "id": "tp_6247" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 780881, + "label": "P", + "classification": { + "B": 3.488459242362296e-06, + "S": 8.994319614430424e-06, + "I": 0.005235579796135426, + "C": 5.834111652802676e-05, + "R": 1.1268458365520928e-05, + "M": 5.993168815621175e-05, + "O": 3.24507309414912e-05, + "W": 6.0915986068721395e-06, + "N": 0.00021275611652527004, + "Y": 0.0006169670377857983, + "U": 2.376253860347788e-06, + "K": 1.0694188858906273e-05, + "L": 2.7725056952476734e-06, + "G": 7.808452210156247e-05, + "F": 0.0009804380824789405, + "E": 0.0005264303181320429, + "T": 0.0006805670564062893, + "P": 0.6522185206413269, + "-": 0.3392542600631714 + }, + "id": "tp_6248" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 781014, + "label": "-", + "classification": { + "B": 2.270388044234295e-10, + "S": 1.1163653335088952e-09, + "I": 8.276410312646476e-07, + "C": 1.5857530399898678e-08, + "R": 7.876453933519656e-10, + "M": 1.538088554298156e-07, + "O": 9.098804554241724e-08, + "W": 7.452840011801243e-10, + "N": 2.9173081728117722e-08, + "Y": 4.695282314060023e-06, + "U": 2.8544258623419694e-10, + "K": 7.47536610390398e-09, + "L": 5.222348664624121e-10, + "G": 4.551702375010791e-07, + "F": 6.563810165971518e-05, + "E": 7.723627959421719e-07, + "T": 6.200421466928674e-06, + "P": 0.12088657170534134, + "-": 0.8790346384048462 + }, + "id": "tp_6249" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 781148, + "label": "-", + "classification": { + "B": 4.234702282701619e-05, + "S": 1.3971492080600001e-05, + "I": 0.0007444704533554614, + "C": 6.29090573056601e-05, + "R": 2.9954913770779967e-05, + "M": 0.0005804982502013445, + "O": 0.0002908688329625875, + "W": 1.2101863831048831e-05, + "N": 3.830878995358944e-05, + "Y": 0.0029120093677192926, + "U": 5.823668288940098e-06, + "K": 4.624045232048957e-06, + "L": 8.166760380845517e-05, + "G": 0.001952753635123372, + "F": 0.0021409180480986834, + "E": 0.00025008953525684774, + "T": 0.005993463099002838, + "P": 0.12402968108654022, + "-": 0.8608134388923645 + }, + "id": "tp_6250" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 781281, + "label": "-", + "classification": { + "B": 1.1941539014515001e-05, + "S": 5.983420578559162e-06, + "I": 0.0011610453948378563, + "C": 8.874473860487342e-05, + "R": 1.4657334759249352e-05, + "M": 0.00014566736354026943, + "O": 6.492437387350947e-05, + "W": 9.92855984804919e-06, + "N": 0.00011684492346830666, + "Y": 0.0020320110488682985, + "U": 1.4422581443795934e-05, + "K": 0.00018185877706855536, + "L": 6.438697255362058e-06, + "G": 0.0005684260977432132, + "F": 0.003243289887905121, + "E": 0.001370159676298499, + "T": 0.001095044775865972, + "P": 0.2843995988368988, + "-": 0.705469012260437 + }, + "id": "tp_6251" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 781381, + "label": "-", + "classification": { + "B": 8.577189625214032e-09, + "S": 1.5238784456528265e-08, + "I": 2.3117712771636434e-05, + "C": 1.0475821454747347e-06, + "R": 3.6662360258787885e-08, + "M": 4.645340595743619e-06, + "O": 7.048860197755857e-07, + "W": 1.7046978939561086e-08, + "N": 5.555422148972866e-07, + "Y": 0.00010526435653446242, + "U": 1.4178962892685831e-08, + "K": 7.743559393702526e-08, + "L": 4.521389485034888e-08, + "G": 9.209245945385192e-06, + "F": 0.0001966529671335593, + "E": 2.4166834919014946e-05, + "T": 7.2639093559701e-05, + "P": 0.1331213414669037, + "-": 0.8664403557777405 + }, + "id": "tp_6252" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 781515, + "label": "-", + "classification": { + "B": 3.7958841403451515e-08, + "S": 8.528868278290247e-09, + "I": 9.750655590323731e-05, + "C": 2.1660240236087702e-05, + "R": 1.576517206558492e-06, + "M": 2.9746583095402457e-05, + "O": 3.412084197407239e-06, + "W": 4.213771376271325e-08, + "N": 5.38243000391958e-07, + "Y": 0.00018680213543120772, + "U": 7.916011668385181e-08, + "K": 9.639215647894162e-09, + "L": 4.926371843794186e-07, + "G": 3.8903974200366065e-05, + "F": 4.752062523039058e-05, + "E": 7.479841315216618e-06, + "T": 0.0005601627635769546, + "P": 0.06103573739528656, + "-": 0.9379681944847107 + }, + "id": "tp_6253" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 781648, + "label": "-", + "classification": { + "B": 1.0718380508478731e-05, + "S": 4.583549980452517e-06, + "I": 0.001886329846456647, + "C": 0.00022705586161464453, + "R": 2.2173340767039917e-05, + "M": 0.0001529926958028227, + "O": 4.991781315766275e-05, + "W": 9.062291610462125e-06, + "N": 0.00017425039550289512, + "Y": 0.0017073373310267925, + "U": 1.174013323179679e-05, + "K": 0.0020439140498638153, + "L": 5.120868991070893e-06, + "G": 0.0017217072891071439, + "F": 0.020402703434228897, + "E": 0.011985715478658676, + "T": 0.0009148667450062931, + "P": 0.17680026590824127, + "-": 0.7818695306777954 + }, + "id": "tp_6254" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 781782, + "label": "-", + "classification": { + "B": 9.087052603717893e-05, + "S": 1.4765574860575725e-06, + "I": 0.0002890165487769991, + "C": 2.276213126606308e-05, + "R": 5.3998483053874224e-06, + "M": 3.779206599574536e-05, + "O": 7.09903979441151e-05, + "W": 5.641845746140461e-06, + "N": 1.19533369797864e-05, + "Y": 0.0001489767018938437, + "U": 2.0029403913213173e-06, + "K": 1.9450358195172157e-06, + "L": 1.1810403520939872e-05, + "G": 0.00024526420747861266, + "F": 0.0018860764103010297, + "E": 0.0005478023085743189, + "T": 0.00011371052823960781, + "P": 0.33229565620422363, + "-": 0.664210855960846 + }, + "id": "tp_6255" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 781882, + "label": "-", + "classification": { + "B": 1.3262960862903128e-07, + "S": 1.2434286489337865e-08, + "I": 0.000379708013497293, + "C": 6.338235834846273e-06, + "R": 3.096487830589467e-07, + "M": 3.60904450644739e-05, + "O": 2.28876956498425e-06, + "W": 2.7045096828715032e-08, + "N": 3.3780659123294754e-06, + "Y": 0.0002878399391192943, + "U": 7.317596839584439e-08, + "K": 1.5002910913608503e-07, + "L": 2.223236350573643e-07, + "G": 7.617465598741546e-05, + "F": 0.00011613464448601007, + "E": 0.00019725010497495532, + "T": 0.0003656587505247444, + "P": 0.16202883422374725, + "-": 0.8364993333816528 + }, + "id": "tp_6256" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 782015, + "label": "-", + "classification": { + "B": 8.207382551361775e-10, + "S": 7.299653936865269e-11, + "I": 3.1596778171660844e-06, + "C": 6.706028443659307e-08, + "R": 4.5592636332969505e-09, + "M": 3.797302028374361e-08, + "O": 3.661782699282412e-08, + "W": 3.362840284015789e-10, + "N": 1.2009746086505402e-08, + "Y": 1.5683199308114126e-06, + "U": 1.514043196371162e-10, + "K": 1.7201508273334554e-10, + "L": 4.927658836528792e-10, + "G": 3.0166580700097256e-07, + "F": 6.723132173647173e-06, + "E": 1.6260200652595813e-07, + "T": 2.9041630114079453e-06, + "P": 0.25497081875801086, + "-": 0.7450141906738281 + }, + "id": "tp_6257" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 782149, + "label": "-", + "classification": { + "B": 1.3718384650474036e-07, + "S": 1.986900741712816e-07, + "I": 0.0013550391886383295, + "C": 3.059142909478396e-05, + "R": 3.720519998751115e-06, + "M": 3.435516555327922e-05, + "O": 6.906081125634955e-06, + "W": 2.7269805968899163e-07, + "N": 6.132009730208665e-05, + "Y": 0.0008111995994113386, + "U": 4.265001507519628e-07, + "K": 3.6035507946508005e-05, + "L": 3.808148392181465e-07, + "G": 0.00028776039835065603, + "F": 0.0034842249006032944, + "E": 0.0017231738893315196, + "T": 0.0002784310781862587, + "P": 0.39600205421447754, + "-": 0.5958836674690247 + }, + "id": "tp_6258" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 782282, + "label": "-", + "classification": { + "B": 1.211103613230069e-11, + "S": 5.670466179941158e-11, + "I": 3.230098400308634e-06, + "C": 2.2032839552821315e-08, + "R": 9.91498105840094e-10, + "M": 2.3620525979595186e-08, + "O": 6.995891421723854e-09, + "W": 2.204576382558443e-10, + "N": 3.487100741494942e-08, + "Y": 3.153071247652406e-06, + "U": 1.0710895365084738e-10, + "K": 1.4872891362927021e-08, + "L": 7.231737431112606e-11, + "G": 9.601657779967354e-08, + "F": 0.00021365850989241153, + "E": 2.3471670829167124e-06, + "T": 6.99769316270249e-07, + "P": 0.3713195323944092, + "-": 0.628457248210907 + }, + "id": "tp_6259" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 782382, + "label": "-", + "classification": { + "B": 4.236833319737343e-06, + "S": 5.343051725503756e-07, + "I": 0.0008588065393269062, + "C": 1.948803947016131e-05, + "R": 3.2293758067680756e-06, + "M": 0.0003536617732606828, + "O": 3.888587889377959e-05, + "W": 1.1793886187660974e-06, + "N": 4.5701344788540155e-06, + "Y": 0.0017435597255825996, + "U": 2.2544772093624488e-07, + "K": 2.05655368290536e-07, + "L": 4.256382453604601e-06, + "G": 0.00040509141399525106, + "F": 0.00019674979557748884, + "E": 0.00014688105147797614, + "T": 0.0011625975603237748, + "P": 0.06759767234325409, + "-": 0.9274581074714661 + }, + "id": "tp_6260" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 782516, + "label": "-", + "classification": { + "B": 1.6012490222649944e-09, + "S": 1.0364877844892817e-09, + "I": 1.1425640877860133e-05, + "C": 2.3678742877564218e-07, + "R": 1.5874105585567122e-08, + "M": 7.788151492604811e-07, + "O": 2.1582101794592745e-07, + "W": 6.2767586683776244e-09, + "N": 2.7025140525438474e-07, + "Y": 6.398976984200999e-05, + "U": 4.392795904806235e-09, + "K": 2.1136781924724346e-06, + "L": 1.9822743446695767e-09, + "G": 6.795191893615993e-06, + "F": 0.0004118203651160002, + "E": 2.618639700813219e-05, + "T": 1.127201994677307e-05, + "P": 0.09575965255498886, + "-": 0.9037052392959595 + }, + "id": "tp_6261" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 782649, + "label": "-", + "classification": { + "B": 3.626727789196593e-07, + "S": 1.2010077625745907e-06, + "I": 0.0008023298578336835, + "C": 6.741099059581757e-05, + "R": 7.373121206910582e-06, + "M": 3.698967702803202e-05, + "O": 1.6351090380339883e-05, + "W": 1.73643695688952e-06, + "N": 4.3972435378236696e-05, + "Y": 0.000926626322325319, + "U": 1.273030193260638e-06, + "K": 3.47155291819945e-05, + "L": 8.685560146659554e-07, + "G": 0.00012948483345098794, + "F": 0.002526084426790476, + "E": 0.0005675949505530298, + "T": 0.000448706210590899, + "P": 0.26976269483566284, + "-": 0.7246242165565491 + }, + "id": "tp_6262" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 782783, + "label": "-", + "classification": { + "B": 2.1710417907883084e-09, + "S": 3.960669126001903e-09, + "I": 0.00013877566379960626, + "C": 5.969435505903675e-07, + "R": 1.0951356443911209e-07, + "M": 1.0584362826193683e-06, + "O": 3.5265043152321596e-07, + "W": 2.234770057896185e-08, + "N": 2.734180952757015e-06, + "Y": 0.00017450962332077324, + "U": 3.593769548615455e-08, + "K": 1.3911308997194283e-05, + "L": 6.829105725358886e-09, + "G": 1.5931258531054482e-05, + "F": 0.0005756794707849622, + "E": 8.122962026391178e-05, + "T": 3.648531128419563e-05, + "P": 0.18124563992023468, + "-": 0.8177129626274109 + }, + "id": "tp_6263" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 782883, + "label": "-", + "classification": { + "B": 7.712607219545475e-10, + "S": 7.053740369578065e-10, + "I": 5.031504315411439e-06, + "C": 7.116786946426146e-07, + "R": 5.4742290700460217e-08, + "M": 9.454034284317459e-07, + "O": 2.2209248129456682e-07, + "W": 7.752102848535003e-10, + "N": 6.347601555489746e-08, + "Y": 5.078238609712571e-05, + "U": 1.4249001978328124e-09, + "K": 1.923309955742525e-09, + "L": 9.603224881971073e-09, + "G": 7.058950359351002e-06, + "F": 5.607770799542777e-05, + "E": 1.6217354641412385e-06, + "T": 4.4348933442961425e-05, + "P": 0.07052171975374222, + "-": 0.9293113946914673 + }, + "id": "tp_6264" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 783016, + "label": "-", + "classification": { + "B": 3.498260809919884e-07, + "S": 2.3315710961924196e-07, + "I": 0.0001873476430773735, + "C": 2.184934237448033e-05, + "R": 3.230923766750493e-06, + "M": 3.646079858299345e-05, + "O": 5.892477020097431e-06, + "W": 2.136702761390552e-07, + "N": 7.149916200432926e-06, + "Y": 0.001330976141616702, + "U": 2.1900952162923204e-07, + "K": 5.161061835678993e-06, + "L": 6.053393803995277e-07, + "G": 0.0003644932876341045, + "F": 0.005454618949443102, + "E": 0.0005133756203576922, + "T": 0.0002469717583153397, + "P": 0.20819860696792603, + "-": 0.7836223244667053 + }, + "id": "tp_6265" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 783150, + "label": "P", + "classification": { + "B": 1.3007671384457353e-07, + "S": 4.918111358165334e-07, + "I": 0.0008461082470603287, + "C": 3.70439420294133e-06, + "R": 2.4172044277293026e-07, + "M": 1.0849396858247928e-05, + "O": 3.7706290640926454e-06, + "W": 5.205872639635345e-07, + "N": 3.0319926736410707e-05, + "Y": 7.817378354957327e-05, + "U": 2.57030961847704e-07, + "K": 4.612316843122244e-06, + "L": 1.6303795291605638e-07, + "G": 1.0750274668680504e-05, + "F": 0.00027538201538845897, + "E": 0.00031885612406767905, + "T": 0.00020780641352757812, + "P": 0.5826616883277893, + "-": 0.41554611921310425 + }, + "id": "tp_6266" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 783283, + "label": "-", + "classification": { + "B": 6.432398095057579e-06, + "S": 8.261753237093217e-07, + "I": 0.000505056930705905, + "C": 5.472525299410336e-05, + "R": 1.2859675734944176e-05, + "M": 0.0001029897466651164, + "O": 7.359854498645291e-05, + "W": 3.2814082260301802e-06, + "N": 3.0177283406374045e-05, + "Y": 0.0003435162943787873, + "U": 2.487556457708706e-06, + "K": 9.363163371745031e-06, + "L": 5.7848674259730615e-06, + "G": 0.0002697708841878921, + "F": 0.0013055853778496385, + "E": 0.00046221449156291783, + "T": 0.0005827703862451017, + "P": 0.2203194499015808, + "-": 0.7759091258049011 + }, + "id": "tp_6267" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 783383, + "label": "P", + "classification": { + "B": 2.206391229719884e-07, + "S": 3.401989033591235e-06, + "I": 0.0018805270083248615, + "C": 4.652425104723079e-06, + "R": 4.260714831616497e-06, + "M": 7.948366146592889e-06, + "O": 1.0813993867486715e-05, + "W": 1.689447344688233e-06, + "N": 0.0003088523226324469, + "Y": 0.00012822679127566516, + "U": 4.6119228613861196e-07, + "K": 3.570376429706812e-05, + "L": 2.120878406230986e-07, + "G": 3.655055843410082e-05, + "F": 0.0013746622717007995, + "E": 0.00022935938613954931, + "T": 0.00016221757687162608, + "P": 0.8994152545928955, + "-": 0.09639493376016617 + }, + "id": "tp_6268" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 783517, + "label": "-", + "classification": { + "B": 4.785961493780633e-08, + "S": 5.56887620462021e-08, + "I": 0.000768251484259963, + "C": 1.3944681995781139e-05, + "R": 1.828308882068086e-06, + "M": 8.163251550286077e-06, + "O": 3.75191507373529e-06, + "W": 2.558055314239027e-07, + "N": 2.0388568373164162e-05, + "Y": 0.0003036081907339394, + "U": 3.791660105889605e-07, + "K": 7.1307626967609394e-06, + "L": 1.2791564074632333e-07, + "G": 4.184875069768168e-05, + "F": 0.000404477323172614, + "E": 0.0002626350033096969, + "T": 0.00018084463954437524, + "P": 0.16570527851581573, + "-": 0.8322769999504089 + }, + "id": "tp_6269" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 783650, + "label": "-", + "classification": { + "B": 2.7782338293036446e-05, + "S": 1.6032359781092964e-05, + "I": 0.0028059929609298706, + "C": 0.00015875896497163922, + "R": 5.091711864224635e-05, + "M": 0.0005818412755616009, + "O": 0.00025873634149320424, + "W": 3.9386846765410155e-05, + "N": 0.00016243349818978459, + "Y": 0.00258697010576725, + "U": 2.4845570806064643e-05, + "K": 3.291537723271176e-05, + "L": 4.660179547499865e-05, + "G": 0.0006355802761390805, + "F": 0.0026048191357403994, + "E": 0.0013917457545176148, + "T": 0.003909604623913765, + "P": 0.24887926876544952, + "-": 0.735785722732544 + }, + "id": "tp_6270" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 783750, + "label": "-", + "classification": { + "B": 7.108869795047212e-07, + "S": 1.6992009932437213e-06, + "I": 0.00045296989264898, + "C": 5.0110345910070464e-05, + "R": 8.5170722741168e-06, + "M": 1.4509183529298753e-05, + "O": 2.0557185052894056e-05, + "W": 3.526111640894669e-06, + "N": 4.464725498110056e-05, + "Y": 0.001320747542195022, + "U": 2.5667814043117687e-06, + "K": 0.00012679591600317508, + "L": 6.91633545102377e-07, + "G": 0.00010472417488927022, + "F": 0.005412864964455366, + "E": 0.00036368926521390676, + "T": 0.00020129652693867683, + "P": 0.21785613894462585, + "-": 0.7740132808685303 + }, + "id": "tp_6271" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 783884, + "label": "-", + "classification": { + "B": 3.983416263508843e-09, + "S": 2.0740007489195023e-09, + "I": 2.350866088818293e-05, + "C": 4.8301476454071235e-06, + "R": 3.5952214716417075e-07, + "M": 2.2846745650895173e-06, + "O": 1.0487760846444871e-06, + "W": 8.060546896615506e-09, + "N": 2.1460064658640476e-07, + "Y": 8.760320633882657e-05, + "U": 1.1905038732606954e-08, + "K": 1.26710109071837e-08, + "L": 5.938797542626162e-08, + "G": 1.0015564839704894e-05, + "F": 6.606787064811215e-05, + "E": 1.9116898783977376e-06, + "T": 7.516382174799219e-05, + "P": 0.040535468608140945, + "-": 0.9591913819313049 + }, + "id": "tp_6272" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 784017, + "label": "-", + "classification": { + "B": 1.1994336546194972e-06, + "S": 2.1584103251370834e-06, + "I": 0.005667028948664665, + "C": 0.00012004395830444992, + "R": 3.2533247576793656e-05, + "M": 0.0003927173383999616, + "O": 7.946082041598856e-05, + "W": 3.930665570806013e-06, + "N": 0.00011516297672642395, + "Y": 0.004275939892977476, + "U": 2.4861967631295556e-06, + "K": 3.584824753488647e-06, + "L": 8.947709829953965e-06, + "G": 0.00034103705547749996, + "F": 0.0006572871934622526, + "E": 0.0005852104513905942, + "T": 0.005357494577765465, + "P": 0.19094593822956085, + "-": 0.7914078235626221 + }, + "id": "tp_6273" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 784151, + "label": "-", + "classification": { + "B": 0.0006551095866598189, + "S": 0.0013459102483466268, + "I": 0.04257157817482948, + "C": 0.01174718327820301, + "R": 0.004560117144137621, + "M": 0.016013646498322487, + "O": 0.006569026969373226, + "W": 0.001752859097905457, + "N": 0.007411290425807238, + "Y": 0.07063361257314682, + "U": 0.0010910406708717346, + "K": 0.004854927305132151, + "L": 0.0013596329372376204, + "G": 0.018504198640584946, + "F": 0.02262072265148163, + "E": 0.010442672297358513, + "T": 0.052112478762865067, + "P": 0.13441520929336548, + "-": 0.5913387537002563 + }, + "id": "tp_6274" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 784251, + "label": "-", + "classification": { + "B": 8.82157337400713e-07, + "S": 6.547935527123627e-08, + "I": 0.002000875771045685, + "C": 7.99259141786024e-05, + "R": 9.682798008725513e-06, + "M": 3.148445102851838e-05, + "O": 7.206151167338248e-06, + "W": 2.923965496393066e-07, + "N": 2.1079966245451942e-05, + "Y": 0.0008920752443373203, + "U": 1.1507947874633828e-06, + "K": 2.4990799829538446e-06, + "L": 1.0544125643718871e-06, + "G": 0.00019129816791974008, + "F": 0.0005127566400915384, + "E": 0.0003270438755862415, + "T": 0.000321541796438396, + "P": 0.28966984152793884, + "-": 0.7059292793273926 + }, + "id": "tp_6275" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 784384, + "label": "-", + "classification": { + "B": 1.8389182514511049e-06, + "S": 1.968558080989169e-06, + "I": 0.0025538098998367786, + "C": 0.00012923238682560623, + "R": 1.550755405332893e-05, + "M": 0.0001801293110474944, + "O": 4.108020948478952e-05, + "W": 3.0138403417367954e-06, + "N": 7.156901119742543e-05, + "Y": 0.0018175637815147638, + "U": 3.7337292724259896e-06, + "K": 4.732988600153476e-06, + "L": 6.6665420490608085e-06, + "G": 0.0003551598929334432, + "F": 0.0008187071071006358, + "E": 0.0006807247409597039, + "T": 0.002288318006321788, + "P": 0.26018598675727844, + "-": 0.730840265750885 + }, + "id": "tp_6276" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 784518, + "label": "-", + "classification": { + "B": 4.940227427141508e-07, + "S": 7.730380247039648e-08, + "I": 0.0004885956295765936, + "C": 5.773893008154118e-07, + "R": 1.6496024102252704e-07, + "M": 1.804388375603594e-05, + "O": 5.089355454401812e-06, + "W": 8.646286175917339e-08, + "N": 2.2651652216154616e-06, + "Y": 0.00012817142123822123, + "U": 8.966316578096212e-09, + "K": 1.5215569915127958e-09, + "L": 4.2554981405373837e-07, + "G": 3.454888428677805e-05, + "F": 4.3283253035042435e-05, + "E": 1.1709353202604689e-05, + "T": 0.00031660860986448824, + "P": 0.4948786795139313, + "-": 0.5040712356567383 + }, + "id": "tp_6277" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 784651, + "label": "-", + "classification": { + "B": 1.2588693421022867e-09, + "S": 9.009797768966266e-11, + "I": 7.350761279667495e-06, + "C": 1.5424683397213812e-07, + "R": 3.6514449242019964e-09, + "M": 4.6533801878467784e-07, + "O": 5.847206452358478e-08, + "W": 3.9012909569535736e-10, + "N": 4.0793850075715454e-08, + "Y": 1.4735584045411088e-05, + "U": 8.097342796276052e-10, + "K": 4.021511124108201e-09, + "L": 1.3451786351481587e-09, + "G": 2.315131723662489e-06, + "F": 1.634984801057726e-05, + "E": 4.149506366957212e-06, + "T": 1.2642981346289162e-05, + "P": 0.1151224821805954, + "-": 0.8848192095756531 + }, + "id": "tp_6278" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 784751, + "label": "-", + "classification": { + "B": 9.558782494423212e-07, + "S": 2.0848415260843467e-06, + "I": 0.0019044858636334538, + "C": 6.038701030774973e-05, + "R": 9.923048310156446e-06, + "M": 4.4025888200849295e-05, + "O": 2.9300197638804093e-05, + "W": 5.087383215141017e-06, + "N": 0.00012350533506833017, + "Y": 0.0005710946279577911, + "U": 5.7869701777235605e-06, + "K": 5.003395563107915e-05, + "L": 2.4743824269535253e-06, + "G": 0.00014580100832972676, + "F": 0.0021531046368181705, + "E": 0.000606366025749594, + "T": 0.000692153989803046, + "P": 0.39892205595970154, + "-": 0.594671368598938 + }, + "id": "tp_6279" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 784885, + "label": "P", + "classification": { + "B": 2.0696545107057318e-05, + "S": 4.419816468725912e-05, + "I": 0.009332801215350628, + "C": 0.00010536837362451479, + "R": 5.266165317152627e-05, + "M": 0.0005485225701704621, + "O": 0.0002543199516367167, + "W": 4.442988210939802e-05, + "N": 0.0013653070200234652, + "Y": 0.002173324581235647, + "U": 2.2819649529992603e-05, + "K": 0.00036088356864638627, + "L": 1.747425449138973e-05, + "G": 0.0004288609779905528, + "F": 0.004327552393078804, + "E": 0.0037779954727739096, + "T": 0.002470887266099453, + "P": 0.6573166251182556, + "-": 0.31733521819114685 + }, + "id": "tp_6280" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 785018, + "label": "-", + "classification": { + "B": 0.00013458517787512392, + "S": 0.00018029937928076833, + "I": 0.014390697702765465, + "C": 0.0021784366108477116, + "R": 0.001000590156763792, + "M": 0.004712994676083326, + "O": 0.001669959514401853, + "W": 0.00027569683152250946, + "N": 0.0014603777090087533, + "Y": 0.027655556797981262, + "U": 0.0001457437756471336, + "K": 0.0006530587561428547, + "L": 0.0003461092710494995, + "G": 0.005381092894822359, + "F": 0.01784219965338707, + "E": 0.007096556480973959, + "T": 0.014030557125806808, + "P": 0.210592582821846, + "-": 0.6902528405189514 + }, + "id": "tp_6281" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 785152, + "label": "-", + "classification": { + "B": 3.073922016483266e-06, + "S": 1.1789999007305596e-05, + "I": 0.0013374435948207974, + "C": 6.264288822421804e-05, + "R": 3.458479113760404e-05, + "M": 0.0003703292168211192, + "O": 0.00010082064545713365, + "W": 1.7443775504943915e-05, + "N": 0.00014324201038107276, + "Y": 0.009946499019861221, + "U": 9.869419045571703e-06, + "K": 0.0014008478028699756, + "L": 6.081642823119182e-06, + "G": 0.0007013496360741556, + "F": 0.0149729885160923, + "E": 0.0010161676909774542, + "T": 0.003221622435376048, + "P": 0.11963600665330887, + "-": 0.8470072150230408 + }, + "id": "tp_6282" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 785252, + "label": "-", + "classification": { + "B": 1.4548808394465595e-05, + "S": 2.3286429495783523e-05, + "I": 0.11045113950967789, + "C": 0.0015635499730706215, + "R": 0.00030977648566477, + "M": 0.001496855984441936, + "O": 0.0004613631754182279, + "W": 5.762182627222501e-05, + "N": 0.0031311912462115288, + "Y": 0.08879322558641434, + "U": 1.063236686604796e-05, + "K": 0.0018891397630795836, + "L": 1.3233228855824564e-05, + "G": 0.006807372905313969, + "F": 0.0030466411262750626, + "E": 0.012565109878778458, + "T": 0.013288923539221287, + "P": 0.17094355821609497, + "-": 0.5851328372955322 + }, + "id": "tp_6283" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 785385, + "label": "-", + "classification": { + "B": 2.251889327453682e-06, + "S": 6.857510925328825e-06, + "I": 0.0022085949312895536, + "C": 0.0002027180598815903, + "R": 3.140556873404421e-05, + "M": 0.0002754914457909763, + "O": 8.70464718900621e-05, + "W": 1.3375744856602978e-05, + "N": 0.00018387292220722884, + "Y": 0.005692954175174236, + "U": 9.162843525700737e-06, + "K": 0.0010205187136307359, + "L": 5.345771114662057e-06, + "G": 0.000949842797126621, + "F": 0.006562681868672371, + "E": 0.0017431199084967375, + "T": 0.0028535001911222935, + "P": 0.17122897505760193, + "-": 0.8069223165512085 + }, + "id": "tp_6284" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 785519, + "label": "I", + "classification": { + "B": 0.0002585832553450018, + "S": 0.0002483109710738063, + "I": 0.5131077170372009, + "C": 0.03997927904129028, + "R": 0.013300372287631035, + "M": 0.007463056594133377, + "O": 0.0018176203593611717, + "W": 0.0003659167268779129, + "N": 0.009187953546643257, + "Y": 0.25960463285446167, + "U": 9.01841776794754e-05, + "K": 0.0004331896489020437, + "L": 0.0005845553823746741, + "G": 0.0313289649784565, + "F": 0.0012599980691447854, + "E": 0.011088238097727299, + "T": 0.035474322736263275, + "P": 0.02192675694823265, + "-": 0.05248035490512848 + }, + "id": "tp_6285" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 785652, + "label": "-", + "classification": { + "B": 0.0006390688940882683, + "S": 0.0009294864139519632, + "I": 0.10860419273376465, + "C": 0.006932348478585482, + "R": 0.003822239115834236, + "M": 0.013353603892028332, + "O": 0.005586028564721346, + "W": 0.0014081528643146157, + "N": 0.013922974467277527, + "Y": 0.07421838492155075, + "U": 0.0006517784204334021, + "K": 0.008935365825891495, + "L": 0.0010231690248474479, + "G": 0.02494649961590767, + "F": 0.029437383636832237, + "E": 0.03432866185903549, + "T": 0.03802826255559921, + "P": 0.23454277217388153, + "-": 0.3986896872520447 + }, + "id": "tp_6286" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 785752, + "label": "Y", + "classification": { + "B": 0.0014133637305349112, + "S": 0.010744139552116394, + "I": 0.09058216959238052, + "C": 0.05794818699359894, + "R": 0.01701195165514946, + "M": 0.018912140280008316, + "O": 0.01627524197101593, + "W": 0.007105758413672447, + "N": 0.04976748302578926, + "Y": 0.20709694921970367, + "U": 0.0004694413801189512, + "K": 0.0920867845416069, + "L": 0.0036176813300698996, + "G": 0.19228430092334747, + "F": 0.030725674703717232, + "E": 0.05143922567367554, + "T": 0.12001623958349228, + "P": 0.008402627892792225, + "-": 0.0241006538271904 + }, + "id": "tp_6287" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 785886, + "label": "Y", + "classification": { + "B": 0.0001434450678061694, + "S": 0.0025256420485675335, + "I": 0.07195734232664108, + "C": 0.005877555347979069, + "R": 0.003816039767116308, + "M": 0.007855921983718872, + "O": 0.005658036097884178, + "W": 0.002047484740614891, + "N": 0.01800481602549553, + "Y": 0.3535955846309662, + "U": 0.00010040218330686912, + "K": 0.11100113391876221, + "L": 0.00036154408007860184, + "G": 0.065318763256073, + "F": 0.05909465253353119, + "E": 0.037806592881679535, + "T": 0.08369318395853043, + "P": 0.023829815909266472, + "-": 0.14731208980083466 + }, + "id": "tp_6288" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 786019, + "label": "I", + "classification": { + "B": 2.349732858419884e-05, + "S": 7.357541471719742e-05, + "I": 0.4953281581401825, + "C": 0.012820308096706867, + "R": 0.002574608661234379, + "M": 0.004402860067784786, + "O": 0.0010544112883508205, + "W": 0.0001377204607706517, + "N": 0.010151861235499382, + "Y": 0.1543511003255844, + "U": 2.892139855248388e-05, + "K": 0.0012643563095480204, + "L": 7.704066229052842e-05, + "G": 0.015387747436761856, + "F": 0.001885596546344459, + "E": 0.013132777065038681, + "T": 0.026748567819595337, + "P": 0.07360946387052536, + "-": 0.1869475543498993 + }, + "id": "tp_6289" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 786153, + "label": "I", + "classification": { + "B": 0.0004753171815536916, + "S": 0.006514203269034624, + "I": 0.4478047490119934, + "C": 0.03226426988840103, + "R": 0.006509045604616404, + "M": 0.006938314996659756, + "O": 0.005594514776021242, + "W": 0.002530192257836461, + "N": 0.1969655156135559, + "Y": 0.047472402453422546, + "U": 9.56867661443539e-05, + "K": 0.030509131029248238, + "L": 0.0006436968687921762, + "G": 0.08372244983911514, + "F": 0.007445234339684248, + "E": 0.07119965553283691, + "T": 0.028521060943603516, + "P": 0.020090261474251747, + "-": 0.004704365972429514 + }, + "id": "tp_6290" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 786253, + "label": "I", + "classification": { + "B": 0.002128173131495714, + "S": 0.0066817207261919975, + "I": 0.45547565817832947, + "C": 0.018498672172427177, + "R": 0.010057002305984497, + "M": 0.01823226548731327, + "O": 0.006709523033350706, + "W": 0.0028977205511182547, + "N": 0.08107784390449524, + "Y": 0.06997648626565933, + "U": 0.00046580159687437117, + "K": 0.03369922935962677, + "L": 0.0025402389001101255, + "G": 0.07438478618860245, + "F": 0.013829661533236504, + "E": 0.09454398602247238, + "T": 0.036128733307123184, + "P": 0.04650574550032616, + "-": 0.02616673707962036 + }, + "id": "tp_6291" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 786386, + "label": "E", + "classification": { + "B": 0.001294441637583077, + "S": 0.0025109273847192526, + "I": 0.1330353319644928, + "C": 0.009140726178884506, + "R": 0.0022403323091566563, + "M": 0.007843906991183758, + "O": 0.004134049639105797, + "W": 0.0016080053756013513, + "N": 0.04788780212402344, + "Y": 0.11366797238588333, + "U": 0.00016742493608035147, + "K": 0.13427229225635529, + "L": 0.0006130250403657556, + "G": 0.11872479319572449, + "F": 0.028942560777068138, + "E": 0.2791541814804077, + "T": 0.019424522295594215, + "P": 0.05459505319595337, + "-": 0.040742646902799606 + }, + "id": "tp_6292" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 786520, + "label": "Y", + "classification": { + "B": 0.00831250473856926, + "S": 0.004850415047258139, + "I": 0.13719816505908966, + "C": 0.10055117309093475, + "R": 0.043734919279813766, + "M": 0.05553609877824783, + "O": 0.020094558596611023, + "W": 0.0063691409304738045, + "N": 0.019877096638083458, + "Y": 0.1653275489807129, + "U": 0.0048690554685890675, + "K": 0.003994359634816647, + "L": 0.020872250199317932, + "G": 0.08178291469812393, + "F": 0.02076147310435772, + "E": 0.04494011774659157, + "T": 0.07078748941421509, + "P": 0.05140067636966705, + "-": 0.13874001801013947 + }, + "id": "tp_6293" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 786653, + "label": "I", + "classification": { + "B": 0.00024282882804982364, + "S": 0.0007098654750734568, + "I": 0.5997804403305054, + "C": 0.026559287682175636, + "R": 0.0031240053940564394, + "M": 0.0134231923148036, + "O": 0.001936569926328957, + "W": 0.0003355156513862312, + "N": 0.034247636795043945, + "Y": 0.09079906344413757, + "U": 5.879033324163174e-06, + "K": 0.0025208930019289255, + "L": 0.0003735480713658035, + "G": 0.08519505709409714, + "F": 0.0016495226882398129, + "E": 0.114512600004673, + "T": 0.00962296687066555, + "P": 0.010842297226190567, + "-": 0.004118803888559341 + }, + "id": "tp_6294" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 786753, + "label": "-", + "classification": { + "B": 0.0016133952885866165, + "S": 0.008757542818784714, + "I": 0.06177905946969986, + "C": 0.01067064143717289, + "R": 0.006670926231890917, + "M": 0.023227840662002563, + "O": 0.015440121293067932, + "W": 0.008132650516927242, + "N": 0.0315900556743145, + "Y": 0.14580897986888885, + "U": 0.0009742925176396966, + "K": 0.13083432614803314, + "L": 0.0015382174169644713, + "G": 0.039553359150886536, + "F": 0.09747177362442017, + "E": 0.056823473423719406, + "T": 0.05986442044377327, + "P": 0.08148088306188583, + "-": 0.2177680879831314 + }, + "id": "tp_6295" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 786887, + "label": "I", + "classification": { + "B": 0.003732537617906928, + "S": 0.015566382557153702, + "I": 0.24036771059036255, + "C": 0.04350907728075981, + "R": 0.01590684987604618, + "M": 0.02308529242873192, + "O": 0.01729094609618187, + "W": 0.010378017090260983, + "N": 0.11995095759630203, + "Y": 0.08846215903759003, + "U": 0.0011340146884322166, + "K": 0.09545359760522842, + "L": 0.0039922078140079975, + "G": 0.10044949501752853, + "F": 0.022529013454914093, + "E": 0.09470022469758987, + "T": 0.046559836715459824, + "P": 0.03358544409275055, + "-": 0.02334621176123619 + }, + "id": "tp_6296" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 787020, + "label": "-", + "classification": { + "B": 0.002047767862677574, + "S": 0.0006509909289889038, + "I": 0.03184504806995392, + "C": 0.012869118712842464, + "R": 0.0018753849435597658, + "M": 0.019103338941931725, + "O": 0.0021830997429788113, + "W": 0.0006795514491386712, + "N": 0.004394769202917814, + "Y": 0.04925602674484253, + "U": 0.00035864338860847056, + "K": 0.00862268265336752, + "L": 0.0015002749860286713, + "G": 0.07902956753969193, + "F": 0.053498025983572006, + "E": 0.2518109381198883, + "T": 0.01384135615080595, + "P": 0.15515048801898956, + "-": 0.3112829625606537 + }, + "id": "tp_6297" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 787154, + "label": "-", + "classification": { + "B": 3.0702580261277035e-05, + "S": 5.7925524743041024e-05, + "I": 0.00928955152630806, + "C": 0.0013660017866641283, + "R": 0.0004180936375632882, + "M": 0.0018924515461549163, + "O": 0.0007251806673593819, + "W": 0.00015453128435183316, + "N": 0.0016504083760082722, + "Y": 0.017066672444343567, + "U": 9.683276584837586e-05, + "K": 0.0060396320186555386, + "L": 7.359268784057349e-05, + "G": 0.005163183435797691, + "F": 0.040420278906822205, + "E": 0.01569369249045849, + "T": 0.006508113816380501, + "P": 0.20997291803359985, + "-": 0.6833801865577698 + }, + "id": "tp_6298" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 787254, + "label": "Y", + "classification": { + "B": 0.0007788928342051804, + "S": 0.0026341211050748825, + "I": 0.18985380232334137, + "C": 0.039809953421354294, + "R": 0.014517721720039845, + "M": 0.016403039917349815, + "O": 0.007773019373416901, + "W": 0.0023834710009396076, + "N": 0.02982488088309765, + "Y": 0.36496803164482117, + "U": 0.00020526778826024383, + "K": 0.01950957253575325, + "L": 0.0019456783775240183, + "G": 0.12298379093408585, + "F": 0.01712268590927124, + "E": 0.045336149632930756, + "T": 0.07480337470769882, + "P": 0.014544794335961342, + "-": 0.03460162878036499 + }, + "id": "tp_6299" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 787387, + "label": "I", + "classification": { + "B": 0.001097076921723783, + "S": 0.003142715198919177, + "I": 0.453064888715744, + "C": 0.050537772476673126, + "R": 0.01720527373254299, + "M": 0.019636299461126328, + "O": 0.007424458395689726, + "W": 0.0029608963523060083, + "N": 0.056525517255067825, + "Y": 0.1570073366165161, + "U": 0.0004280155699234456, + "K": 0.01244850642979145, + "L": 0.001763125415891409, + "G": 0.05467312037944794, + "F": 0.008244769647717476, + "E": 0.04938364401459694, + "T": 0.05350285768508911, + "P": 0.02204415574669838, + "-": 0.028909552842378616 + }, + "id": "tp_6300" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 787521, + "label": "I", + "classification": { + "B": 0.0008024738053791225, + "S": 0.0008895299397408962, + "I": 0.4116009771823883, + "C": 0.0240493007004261, + "R": 0.00926403421908617, + "M": 0.021660003811120987, + "O": 0.003916422836482525, + "W": 0.0006331741460599005, + "N": 0.01904049515724182, + "Y": 0.0609377846121788, + "U": 0.00031445533386431634, + "K": 0.0009290465386584401, + "L": 0.002552513498812914, + "G": 0.04397114738821983, + "F": 0.013034059666097164, + "E": 0.03891296312212944, + "T": 0.03144599124789238, + "P": 0.17200134694576263, + "-": 0.14404429495334625 + }, + "id": "tp_6301" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 787654, + "label": "P", + "classification": { + "B": 0.0003342213458381593, + "S": 2.9031049052719027e-05, + "I": 0.09058261662721634, + "C": 0.0037253862246870995, + "R": 0.00042443323764018714, + "M": 0.0028949833940714598, + "O": 0.0003056496207136661, + "W": 5.328939005266875e-05, + "N": 0.0022224506828933954, + "Y": 0.004458877723664045, + "U": 6.905985355842859e-05, + "K": 5.686486474587582e-05, + "L": 0.0002696960000321269, + "G": 0.006900718901306391, + "F": 0.003266954328864813, + "E": 0.04016520455479622, + "T": 0.0018067990895360708, + "P": 0.7141886949539185, + "-": 0.12824513018131256 + }, + "id": "tp_6302" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 787754, + "label": "-", + "classification": { + "B": 0.002061025705188513, + "S": 0.0029235142283141613, + "I": 0.044368766248226166, + "C": 0.021424518898129463, + "R": 0.00937784556299448, + "M": 0.013851318508386612, + "O": 0.007842311635613441, + "W": 0.0040502846240997314, + "N": 0.016332192346453667, + "Y": 0.07234536111354828, + "U": 0.0028421056922525167, + "K": 0.04131895676255226, + "L": 0.00283693615347147, + "G": 0.052723463624715805, + "F": 0.10694961249828339, + "E": 0.07665247470140457, + "T": 0.028462998569011688, + "P": 0.17091389000415802, + "-": 0.3227224349975586 + }, + "id": "tp_6303" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 787888, + "label": "I", + "classification": { + "B": 0.0045572868548333645, + "S": 0.0034627551212906837, + "I": 0.30457255244255066, + "C": 0.051591143012046814, + "R": 0.018719298765063286, + "M": 0.0415574312210083, + "O": 0.013010827824473381, + "W": 0.0038825590163469315, + "N": 0.037612300366163254, + "Y": 0.14773446321487427, + "U": 0.0017872013850137591, + "K": 0.004476691596210003, + "L": 0.0067153736017644405, + "G": 0.0561295822262764, + "F": 0.015069193206727505, + "E": 0.06036468595266342, + "T": 0.04594806209206581, + "P": 0.07873766869306564, + "-": 0.10407093912363052 + }, + "id": "tp_6304" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 788021, + "label": "Y", + "classification": { + "B": 0.0017749837134033442, + "S": 0.004670948255807161, + "I": 0.18055300414562225, + "C": 0.051965415477752686, + "R": 0.017357846722006798, + "M": 0.022760622203350067, + "O": 0.012777451425790787, + "W": 0.0041104769334197044, + "N": 0.05042112246155739, + "Y": 0.18556055426597595, + "U": 0.0007321287412196398, + "K": 0.030939200893044472, + "L": 0.0035383175127208233, + "G": 0.15719246864318848, + "F": 0.03185960650444031, + "E": 0.08270961791276932, + "T": 0.057154204696416855, + "P": 0.049624234437942505, + "-": 0.0542978011071682 + }, + "id": "tp_6305" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 788155, + "label": "I", + "classification": { + "B": 0.0005391858285292983, + "S": 0.001050360151566565, + "I": 0.48535940051078796, + "C": 0.017874915152788162, + "R": 0.010482228361070156, + "M": 0.013702909462153912, + "O": 0.003978944383561611, + "W": 0.0009806319139897823, + "N": 0.03492417186498642, + "Y": 0.1941947191953659, + "U": 0.00023454881738871336, + "K": 0.00381704093888402, + "L": 0.0006360976258292794, + "G": 0.027316519990563393, + "F": 0.006286835763603449, + "E": 0.03086034767329693, + "T": 0.04525770992040634, + "P": 0.05869343876838684, + "-": 0.06381002068519592 + }, + "id": "tp_6306" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 788255, + "label": "I", + "classification": { + "B": 0.000605165318120271, + "S": 0.00411601085215807, + "I": 0.16839495301246643, + "C": 0.023326272144913673, + "R": 0.008299318142235279, + "M": 0.02672680653631687, + "O": 0.00835905410349369, + "W": 0.0027066536713391542, + "N": 0.03348918259143829, + "Y": 0.16407257318496704, + "U": 0.0003260346711613238, + "K": 0.05281006917357445, + "L": 0.0020143783185631037, + "G": 0.113682322204113, + "F": 0.05171595513820648, + "E": 0.08464305102825165, + "T": 0.093360036611557, + "P": 0.05136403068900108, + "-": 0.10998818278312683 + }, + "id": "tp_6307" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 788388, + "label": "K", + "classification": { + "B": 0.000712908455170691, + "S": 0.004322147462517023, + "I": 0.047758180648088455, + "C": 0.008565392345190048, + "R": 0.0026823210064321756, + "M": 0.00925770215690136, + "O": 0.006598065607249737, + "W": 0.0031093014404177666, + "N": 0.02875925786793232, + "Y": 0.1272595375776291, + "U": 0.00016457591846119612, + "K": 0.3071899116039276, + "L": 0.0009488053037784994, + "G": 0.14278346300125122, + "F": 0.06476568430662155, + "E": 0.13577055931091309, + "T": 0.037347689270973206, + "P": 0.024922708049416542, + "-": 0.047081854194402695 + }, + "id": "tp_6308" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 788522, + "label": "P", + "classification": { + "B": 0.0050439960323274136, + "S": 0.003760166931897402, + "I": 0.12211201339960098, + "C": 0.022344596683979034, + "R": 0.0064557804726064205, + "M": 0.0307629331946373, + "O": 0.007718647830188274, + "W": 0.003600161289796233, + "N": 0.028184086084365845, + "Y": 0.04151599109172821, + "U": 0.002096323762089014, + "K": 0.01266378816217184, + "L": 0.003959990572184324, + "G": 0.04154035076498985, + "F": 0.044856298714876175, + "E": 0.15510274469852448, + "T": 0.02344275638461113, + "P": 0.27390387654304504, + "-": 0.1709354966878891 + }, + "id": "tp_6309" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 788655, + "label": "I", + "classification": { + "B": 0.003647527890279889, + "S": 0.0052537452429533005, + "I": 0.3565179705619812, + "C": 0.016180027276277542, + "R": 0.004452264867722988, + "M": 0.012542196549475193, + "O": 0.0037907424848526716, + "W": 0.0030188600067049265, + "N": 0.06679348647594452, + "Y": 0.022634455934166908, + "U": 0.00046570575796067715, + "K": 0.0172670129686594, + "L": 0.0014030718011781573, + "G": 0.036634545773267746, + "F": 0.022896800190210342, + "E": 0.21266207098960876, + "T": 0.00801024492830038, + "P": 0.1775764375925064, + "-": 0.028252914547920227 + }, + "id": "tp_6310" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 788755, + "label": "K", + "classification": { + "B": 5.248809975455515e-05, + "S": 0.0008463543490506709, + "I": 0.004396609030663967, + "C": 0.004425760358572006, + "R": 0.0007727382471784949, + "M": 0.0013252530479803681, + "O": 0.0017673334805294871, + "W": 0.0008610974764451385, + "N": 0.0050652530044317245, + "Y": 0.06826481223106384, + "U": 1.7297747035627253e-05, + "K": 0.5215792655944824, + "L": 0.00013419562310446054, + "G": 0.12758639454841614, + "F": 0.12478499859571457, + "E": 0.08795569837093353, + "T": 0.006526764016598463, + "P": 0.012309208512306213, + "-": 0.03132854402065277 + }, + "id": "tp_6311" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 788889, + "label": "I", + "classification": { + "B": 0.0013018392492085695, + "S": 0.009487857110798359, + "I": 0.47135695815086365, + "C": 0.021312886849045753, + "R": 0.010720851831138134, + "M": 0.017359578981995583, + "O": 0.011314138770103455, + "W": 0.0042520081624388695, + "N": 0.12605303525924683, + "Y": 0.03829815983772278, + "U": 0.0007908492698334157, + "K": 0.013711524195969105, + "L": 0.0018516662530601025, + "G": 0.02595527656376362, + "F": 0.01242816261947155, + "E": 0.03245218098163605, + "T": 0.03689467906951904, + "P": 0.1217309981584549, + "-": 0.042727239429950714 + }, + "id": "tp_6312" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 789022, + "label": "E", + "classification": { + "B": 0.00013043075159657747, + "S": 0.0008045198628678918, + "I": 0.12238386273384094, + "C": 0.009783408604562283, + "R": 0.0019969642162323, + "M": 0.004174144472926855, + "O": 0.0023369307164102793, + "W": 0.0010199450189247727, + "N": 0.03946813568472862, + "Y": 0.16505582630634308, + "U": 5.418354703579098e-05, + "K": 0.1596912145614624, + "L": 0.00014021598326507956, + "G": 0.08355128020048141, + "F": 0.03293062746524811, + "E": 0.2526622414588928, + "T": 0.021574249491095543, + "P": 0.047627560794353485, + "-": 0.05461424961686134 + }, + "id": "tp_6313" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 789156, + "label": "-", + "classification": { + "B": 2.9482198442565277e-06, + "S": 8.60708678374067e-06, + "I": 0.20440515875816345, + "C": 0.0008878374937921762, + "R": 0.0002991637447848916, + "M": 0.001001562923192978, + "O": 0.0003199079947080463, + "W": 2.6639658244675957e-05, + "N": 0.002709739375859499, + "Y": 0.05502259358763695, + "U": 6.391938313754508e-06, + "K": 0.0001370203826809302, + "L": 9.34384843276348e-06, + "G": 0.001627139514312148, + "F": 0.0007713261875323951, + "E": 0.0013270160416141152, + "T": 0.022104008123278618, + "P": 0.1581139713525772, + "-": 0.551219642162323 + }, + "id": "tp_6314" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 789256, + "label": "I", + "classification": { + "B": 4.408607856021263e-05, + "S": 0.000311169569613412, + "I": 0.45102423429489136, + "C": 0.00975839514285326, + "R": 0.0030622310005128384, + "M": 0.00215921807102859, + "O": 0.0011520172702148557, + "W": 0.0003845131432171911, + "N": 0.03462580218911171, + "Y": 0.02203984372317791, + "U": 6.209868297446519e-05, + "K": 0.0038479287177324295, + "L": 0.00014872269821353257, + "G": 0.010772123001515865, + "F": 0.012289274483919144, + "E": 0.04006170481443405, + "T": 0.008788672275841236, + "P": 0.3062518239021301, + "-": 0.09321608394384384 + }, + "id": "tp_6315" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 789389, + "label": "E", + "classification": { + "B": 0.000197562767425552, + "S": 0.001098607201129198, + "I": 0.15681754052639008, + "C": 0.009652805514633656, + "R": 0.00157782225869596, + "M": 0.004342068452388048, + "O": 0.0014196926495060325, + "W": 0.0005393101018853486, + "N": 0.03295895829796791, + "Y": 0.1053207665681839, + "U": 1.951608464878518e-05, + "K": 0.07589974999427795, + "L": 0.00023530286853201687, + "G": 0.17416192591190338, + "F": 0.02056480571627617, + "E": 0.36700621247291565, + "T": 0.017936451360583305, + "P": 0.016117490828037262, + "-": 0.014133469201624393 + }, + "id": "tp_6316" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 789523, + "label": "I", + "classification": { + "B": 0.0006832047365605831, + "S": 0.0004856536106672138, + "I": 0.4730452001094818, + "C": 0.02136795036494732, + "R": 0.005995291750878096, + "M": 0.012671330012381077, + "O": 0.0018137721344828606, + "W": 0.00038074931944720447, + "N": 0.037370964884757996, + "Y": 0.0950610339641571, + "U": 0.0001425904338248074, + "K": 0.0017189366044476628, + "L": 0.0006905518239364028, + "G": 0.04950283095240593, + "F": 0.00402976106852293, + "E": 0.13706420361995697, + "T": 0.017237268388271332, + "P": 0.11220675706863403, + "-": 0.02853189967572689 + }, + "id": "tp_6317" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 789656, + "label": "I", + "classification": { + "B": 6.842374659754569e-06, + "S": 0.0012711344752460718, + "I": 0.8101091384887695, + "C": 0.0027369330637156963, + "R": 0.000563030072953552, + "M": 0.001502020750194788, + "O": 0.0005490436451509595, + "W": 8.438515942543745e-05, + "N": 0.09987309575080872, + "Y": 0.03712702915072441, + "U": 2.602987478894647e-07, + "K": 0.0033266027458012104, + "L": 1.975175109691918e-05, + "G": 0.014873715117573738, + "F": 0.0005166807095520198, + "E": 0.0057408311404287815, + "T": 0.019570082426071167, + "P": 0.0017748245736584067, + "-": 0.00035463972017169 + }, + "id": "tp_6318" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 789756, + "label": "I", + "classification": { + "B": 0.00024342119286302477, + "S": 0.0002631465904414654, + "I": 0.5490548610687256, + "C": 0.01760139688849449, + "R": 0.004584668669849634, + "M": 0.008952843025326729, + "O": 0.001406771712936461, + "W": 0.0003621476353146136, + "N": 0.022065557539463043, + "Y": 0.069582499563694, + "U": 0.0001841350458562374, + "K": 0.0030831070616841316, + "L": 0.0004429707769304514, + "G": 0.02455628290772438, + "F": 0.006293666083365679, + "E": 0.06422384828329086, + "T": 0.018056396394968033, + "P": 0.1263962835073471, + "-": 0.08264604955911636 + }, + "id": "tp_6319" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 789890, + "label": "I", + "classification": { + "B": 0.00019076158059760928, + "S": 0.0013579601654782891, + "I": 0.49454012513160706, + "C": 0.056248150765895844, + "R": 0.011279086582362652, + "M": 0.009850813075900078, + "O": 0.0032482845708727837, + "W": 0.0008737355237826705, + "N": 0.04861649498343468, + "Y": 0.20215651392936707, + "U": 3.475981793599203e-05, + "K": 0.005060515366494656, + "L": 0.000535251572728157, + "G": 0.06220808997750282, + "F": 0.0022119455970823765, + "E": 0.04009845852851868, + "T": 0.04942402243614197, + "P": 0.0054543414153158665, + "-": 0.006610701326280832 + }, + "id": "tp_6320" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 790023, + "label": "I", + "classification": { + "B": 0.0004891639691777527, + "S": 0.000487390294438228, + "I": 0.3937418460845947, + "C": 0.019542232155799866, + "R": 0.004417757969349623, + "M": 0.008111751638352871, + "O": 0.002356812823563814, + "W": 0.0005740386550314724, + "N": 0.03307175263762474, + "Y": 0.06811535358428955, + "U": 0.00023958535166457295, + "K": 0.011363423429429531, + "L": 0.0005458199884742498, + "G": 0.05428503081202507, + "F": 0.011317060329020023, + "E": 0.08661707490682602, + "T": 0.019668180495500565, + "P": 0.18561764061450958, + "-": 0.09943804144859314 + }, + "id": "tp_6321" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 790157, + "label": "-", + "classification": { + "B": 0.0009707576246000826, + "S": 0.0027461799327284098, + "I": 0.09866683930158615, + "C": 0.009102861396968365, + "R": 0.0038990965113043785, + "M": 0.020538683980703354, + "O": 0.008890096098184586, + "W": 0.00250225979834795, + "N": 0.022538285702466965, + "Y": 0.1295323520898819, + "U": 0.0005233237752690911, + "K": 0.016962476074695587, + "L": 0.001555489026941359, + "G": 0.03963790461421013, + "F": 0.06030043959617615, + "E": 0.06771102547645569, + "T": 0.04666507989168167, + "P": 0.15353626012802124, + "-": 0.31372055411338806 + }, + "id": "tp_6322" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 790257, + "label": "-", + "classification": { + "B": 0.0004389687383081764, + "S": 0.0002658354351297021, + "I": 0.09816838055849075, + "C": 0.046088073402643204, + "R": 0.016049258410930634, + "M": 0.017374031245708466, + "O": 0.003636973910033703, + "W": 0.0005325216334313154, + "N": 0.004056308418512344, + "Y": 0.2748112380504608, + "U": 0.0003274597111158073, + "K": 0.002519844565540552, + "L": 0.0010634645586833358, + "G": 0.048177458345890045, + "F": 0.010465799830853939, + "E": 0.014115601778030396, + "T": 0.0528971292078495, + "P": 0.043383073061704636, + "-": 0.36562857031822205 + }, + "id": "tp_6323" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 790390, + "label": "I", + "classification": { + "B": 0.00016383835463784635, + "S": 0.0017059053061529994, + "I": 0.8102424144744873, + "C": 0.0020722649060189724, + "R": 0.0015905683394521475, + "M": 0.002629459835588932, + "O": 0.0014291128609329462, + "W": 0.0003088336961809546, + "N": 0.07008790969848633, + "Y": 0.05902089178562164, + "U": 1.0031560123024974e-05, + "K": 0.002037630882114172, + "L": 0.00014024131814949214, + "G": 0.011128982529044151, + "F": 0.0008363110246136785, + "E": 0.007329020649194717, + "T": 0.016637012362480164, + "P": 0.009699588641524315, + "-": 0.002929996931925416 + }, + "id": "tp_6324" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 790524, + "label": "I", + "classification": { + "B": 0.0017292584525421262, + "S": 0.0031499136239290237, + "I": 0.332204669713974, + "C": 0.017604293301701546, + "R": 0.0062363301403820515, + "M": 0.01602974720299244, + "O": 0.004563895054161549, + "W": 0.0018291209125891328, + "N": 0.09034518897533417, + "Y": 0.060629963874816895, + "U": 0.00020102655980736017, + "K": 0.03313705697655678, + "L": 0.0013109103310853243, + "G": 0.10204106569290161, + "F": 0.018399419263005257, + "E": 0.18360355496406555, + "T": 0.01888461783528328, + "P": 0.09052743017673492, + "-": 0.017572514712810516 + }, + "id": "tp_6325" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 790657, + "label": "K", + "classification": { + "B": 0.00034502477501519024, + "S": 0.002175432862713933, + "I": 0.06181645765900612, + "C": 0.006241094786673784, + "R": 0.002059340476989746, + "M": 0.005166362505406141, + "O": 0.004931160248816013, + "W": 0.002160581760108471, + "N": 0.03731374442577362, + "Y": 0.13083496689796448, + "U": 7.183948764577508e-05, + "K": 0.42840251326560974, + "L": 0.00033489507040940225, + "G": 0.13516224920749664, + "F": 0.025760892778635025, + "E": 0.094119593501091, + "T": 0.029403643682599068, + "P": 0.014041723683476448, + "-": 0.019658485427498817 + }, + "id": "tp_6326" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 790757, + "label": "I", + "classification": { + "B": 0.00026159221306443214, + "S": 0.0033330493606626987, + "I": 0.29655444622039795, + "C": 0.012481586076319218, + "R": 0.0028399494476616383, + "M": 0.009981117211282253, + "O": 0.003421518951654434, + "W": 0.0011623076861724257, + "N": 0.10208474099636078, + "Y": 0.08509105443954468, + "U": 5.304845399223268e-05, + "K": 0.06243379786610603, + "L": 0.0005931620253250003, + "G": 0.09913627058267593, + "F": 0.01933426596224308, + "E": 0.1947735697031021, + "T": 0.03578941896557808, + "P": 0.05378878861665726, + "-": 0.016886336728930473 + }, + "id": "tp_6327" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 790891, + "label": "I", + "classification": { + "B": 0.0009746598661877215, + "S": 0.00115769833792001, + "I": 0.500143826007843, + "C": 0.04227466881275177, + "R": 0.010756345465779305, + "M": 0.01005063857883215, + "O": 0.004096921533346176, + "W": 0.001562557416036725, + "N": 0.041328638792037964, + "Y": 0.1796284168958664, + "U": 0.0002586041809991002, + "K": 0.006551580969244242, + "L": 0.0008141545695252717, + "G": 0.04963046684861183, + "F": 0.004905683919787407, + "E": 0.04305011406540871, + "T": 0.03495946526527405, + "P": 0.03202522546052933, + "-": 0.03583037108182907 + }, + "id": "tp_6328" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 791024, + "label": "Y", + "classification": { + "B": 0.0021711585577577353, + "S": 0.004332410171627998, + "I": 0.1590229719877243, + "C": 0.03144509717822075, + "R": 0.0197361521422863, + "M": 0.060547538101673126, + "O": 0.01270668301731348, + "W": 0.00245304056443274, + "N": 0.011657822877168655, + "Y": 0.24714623391628265, + "U": 0.0009279701625928283, + "K": 0.0024302492383867502, + "L": 0.0089679304510355, + "G": 0.08111586421728134, + "F": 0.018160654231905937, + "E": 0.025465423241257668, + "T": 0.12352176010608673, + "P": 0.03355829790234566, + "-": 0.15463270246982574 + }, + "id": "tp_6329" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 791158, + "label": "I", + "classification": { + "B": 0.0025486641097813845, + "S": 0.003171361517161131, + "I": 0.4297732412815094, + "C": 0.018507882952690125, + "R": 0.0074052284471690655, + "M": 0.04212179407477379, + "O": 0.007403929252177477, + "W": 0.0018505993066355586, + "N": 0.04466381296515465, + "Y": 0.08814512938261032, + "U": 0.0005101641872897744, + "K": 0.00616131816059351, + "L": 0.002457657130435109, + "G": 0.039828747510910034, + "F": 0.012768706306815147, + "E": 0.07305958122015, + "T": 0.04175795614719391, + "P": 0.10100507736206055, + "-": 0.07685916870832443 + }, + "id": "tp_6330" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 791258, + "label": "E", + "classification": { + "B": 0.012202546000480652, + "S": 0.0484188050031662, + "I": 0.11810074001550674, + "C": 0.021508926525712013, + "R": 0.009335922077298164, + "M": 0.07363288849592209, + "O": 0.025218147784471512, + "W": 0.012188696302473545, + "N": 0.054954711347818375, + "Y": 0.0422322154045105, + "U": 0.0007868238026276231, + "K": 0.026509525254368782, + "L": 0.016716770827770233, + "G": 0.16156691312789917, + "F": 0.050329968333244324, + "E": 0.1945711076259613, + "T": 0.039263300597667694, + "P": 0.058589864522218704, + "-": 0.03387213125824928 + }, + "id": "tp_6331" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 791391, + "label": "P", + "classification": { + "B": 0.0006472899112850428, + "S": 0.00370341376401484, + "I": 0.09769412875175476, + "C": 0.004110320936888456, + "R": 0.0032566008158028126, + "M": 0.004942624364048243, + "O": 0.004486574325710535, + "W": 0.0025035999715328217, + "N": 0.034686699509620667, + "Y": 0.022421926259994507, + "U": 0.0007881128694862127, + "K": 0.025671053677797318, + "L": 0.0007358465227298439, + "G": 0.011136612854897976, + "F": 0.05757466331124306, + "E": 0.0429922379553318, + "T": 0.01703633926808834, + "P": 0.4851703643798828, + "-": 0.18044163286685944 + }, + "id": "tp_6332" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 791525, + "label": "I", + "classification": { + "B": 0.001008879509754479, + "S": 0.00214527384378016, + "I": 0.2835707366466522, + "C": 0.025143995881080627, + "R": 0.00660066120326519, + "M": 0.008888318203389645, + "O": 0.003224405227228999, + "W": 0.0024838773533701897, + "N": 0.05363325774669647, + "Y": 0.03490576893091202, + "U": 0.0009523426997475326, + "K": 0.022742953151464462, + "L": 0.0010007458040490746, + "G": 0.02093813754618168, + "F": 0.02457374706864357, + "E": 0.13399352133274078, + "T": 0.017032425850629807, + "P": 0.26049911975860596, + "-": 0.09666181355714798 + }, + "id": "tp_6333" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 791658, + "label": "-", + "classification": { + "B": 0.0008372263400815427, + "S": 0.0009403834119439125, + "I": 0.10489262640476227, + "C": 0.03079192154109478, + "R": 0.004924948792904615, + "M": 0.024069085717201233, + "O": 0.00412971805781126, + "W": 0.0013769231736660004, + "N": 0.01283040177077055, + "Y": 0.07994972914457321, + "U": 0.0004341017338447273, + "K": 0.01760696992278099, + "L": 0.001508466899394989, + "G": 0.06684622913599014, + "F": 0.04625622555613518, + "E": 0.18167617917060852, + "T": 0.02529735490679741, + "P": 0.16162914037704468, + "-": 0.23400229215621948 + }, + "id": "tp_6334" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 791758, + "label": "I", + "classification": { + "B": 0.0019397212890908122, + "S": 0.006319561041891575, + "I": 0.3298512399196625, + "C": 0.07865846902132034, + "R": 0.023382581770420074, + "M": 0.014622229151427746, + "O": 0.009651122614741325, + "W": 0.004835959058254957, + "N": 0.08117948472499847, + "Y": 0.14620885252952576, + "U": 0.0006289424491114914, + "K": 0.025600049644708633, + "L": 0.0029528518207371235, + "G": 0.0972076877951622, + "F": 0.01787610352039337, + "E": 0.07232850044965744, + "T": 0.043865591287612915, + "P": 0.022800957784056664, + "-": 0.02009010687470436 + }, + "id": "tp_6335" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 791892, + "label": "I", + "classification": { + "B": 0.0021136444993317127, + "S": 0.005755840800702572, + "I": 0.3720640540122986, + "C": 0.05351676791906357, + "R": 0.013111368753015995, + "M": 0.019565178081393242, + "O": 0.007529186550527811, + "W": 0.0029047925490885973, + "N": 0.11239569634199142, + "Y": 0.0926860123872757, + "U": 0.00037339076516218483, + "K": 0.009815334342420101, + "L": 0.0025194925256073475, + "G": 0.08702802658081055, + "F": 0.006024394650012255, + "E": 0.13641832768917084, + "T": 0.038527317345142365, + "P": 0.026262838393449783, + "-": 0.011388351209461689 + }, + "id": "tp_6336" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 792025, + "label": "P", + "classification": { + "B": 0.0002892379998229444, + "S": 0.002964541083201766, + "I": 0.15901879966259003, + "C": 0.003729630960151553, + "R": 0.0014275562716647983, + "M": 0.0028674008790403605, + "O": 0.0030419102404266596, + "W": 0.001775972661562264, + "N": 0.07749702781438828, + "Y": 0.055481672286987305, + "U": 0.00019552175945136696, + "K": 0.14343172311782837, + "L": 0.0001621315022930503, + "G": 0.01669532246887684, + "F": 0.049256984144449234, + "E": 0.05968625098466873, + "T": 0.019537469372153282, + "P": 0.2875511050224304, + "-": 0.11538973450660706 + }, + "id": "tp_6337" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 792125, + "label": "-", + "classification": { + "B": 0.0049559432081878185, + "S": 0.0042164078913629055, + "I": 0.13675349950790405, + "C": 0.05338980630040169, + "R": 0.01437164843082428, + "M": 0.029347065836191177, + "O": 0.014492142014205456, + "W": 0.005367545410990715, + "N": 0.037473127245903015, + "Y": 0.07507012784481049, + "U": 0.004284603055566549, + "K": 0.011858340352773666, + "L": 0.005854147020727396, + "G": 0.0480433888733387, + "F": 0.025653844699263573, + "E": 0.07650748640298843, + "T": 0.03555719554424286, + "P": 0.20596793293952942, + "-": 0.210835799574852 + }, + "id": "tp_6338" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 792259, + "label": "I", + "classification": { + "B": 0.008206084370613098, + "S": 0.04829413816332817, + "I": 0.29910582304000854, + "C": 0.03043358586728573, + "R": 0.03256179392337799, + "M": 0.08996351808309555, + "O": 0.07211846858263016, + "W": 0.00916999764740467, + "N": 0.04105405882000923, + "Y": 0.07298102229833603, + "U": 0.0001315862755291164, + "K": 0.002061759354546666, + "L": 0.027394434437155724, + "G": 0.11620469391345978, + "F": 0.011109245009720325, + "E": 0.014800475910305977, + "T": 0.07555793225765228, + "P": 0.015666356310248375, + "-": 0.03318507969379425 + }, + "id": "tp_6339" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 792392, + "label": "-", + "classification": { + "B": 0.00043967791134491563, + "S": 0.0007549297297373414, + "I": 0.15159641206264496, + "C": 0.01918073557317257, + "R": 0.006899909116327763, + "M": 0.020229896530508995, + "O": 0.005396260879933834, + "W": 0.000915438577067107, + "N": 0.009043030440807343, + "Y": 0.05887646973133087, + "U": 0.0004235151573084295, + "K": 0.00033364249975420535, + "L": 0.002246237825602293, + "G": 0.01767822541296482, + "F": 0.009639744646847248, + "E": 0.01065239030867815, + "T": 0.05394881218671799, + "P": 0.24563154578208923, + "-": 0.3861130475997925 + }, + "id": "tp_6340" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 792526, + "label": "G", + "classification": { + "B": 0.009816045872867107, + "S": 0.03379964083433151, + "I": 0.01369834691286087, + "C": 0.03519168868660927, + "R": 0.018485508859157562, + "M": 0.13389301300048828, + "O": 0.047208063304424286, + "W": 0.011148719117045403, + "N": 0.006509451195597649, + "Y": 0.0678701400756836, + "U": 0.000857706880196929, + "K": 0.016088195145130157, + "L": 0.055821068584918976, + "G": 0.295094758272171, + "F": 0.06517533212900162, + "E": 0.035769980400800705, + "T": 0.08368895947933197, + "P": 0.008824145421385765, + "-": 0.061059191823005676 + }, + "id": "tp_6341" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 792626, + "label": "-", + "classification": { + "B": 7.873564754845574e-05, + "S": 0.0002601339656393975, + "I": 0.1683356612920761, + "C": 0.0055035133846104145, + "R": 0.0015407938044518232, + "M": 0.009000538848340511, + "O": 0.0016286789905279875, + "W": 0.0002714678121265024, + "N": 0.004939463455229998, + "Y": 0.23050248622894287, + "U": 5.078234971733764e-05, + "K": 0.0009044014732353389, + "L": 0.00023710350797045976, + "G": 0.01460923720151186, + "F": 0.006849419325590134, + "E": 0.013231493532657623, + "T": 0.06272916495800018, + "P": 0.08384789526462555, + "-": 0.3954790532588959 + }, + "id": "tp_6342" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 792759, + "label": "-", + "classification": { + "B": 1.1517576240294147e-05, + "S": 4.004772927146405e-05, + "I": 0.0020740411709994078, + "C": 0.00014930666657164693, + "R": 5.0626091251615435e-05, + "M": 0.0010009779362007976, + "O": 0.0003139192995149642, + "W": 5.1068520406261086e-05, + "N": 0.00032432167790830135, + "Y": 0.007527057081460953, + "U": 1.4313665815279819e-05, + "K": 0.00034330986090935767, + "L": 2.0034227418364026e-05, + "G": 0.0009265032131224871, + "F": 0.013435524888336658, + "E": 0.0024925414472818375, + "T": 0.003595094196498394, + "P": 0.15038098394870758, + "-": 0.8172488212585449 + }, + "id": "tp_6343" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 792893, + "label": "-", + "classification": { + "B": 4.081911174580455e-05, + "S": 2.2125257601146586e-05, + "I": 0.0057022105902433395, + "C": 0.00013501179637387395, + "R": 2.8481035769800656e-05, + "M": 0.001105002360418439, + "O": 0.0004325539048295468, + "W": 3.444487083470449e-05, + "N": 0.0001884855591924861, + "Y": 0.00587085448205471, + "U": 5.496068297361489e-06, + "K": 2.7569997200771468e-06, + "L": 5.155734470463358e-05, + "G": 0.0007811506511643529, + "F": 0.0005151446093805134, + "E": 0.0005516664241440594, + "T": 0.009066948667168617, + "P": 0.23747195303440094, + "-": 0.7379934191703796 + }, + "id": "tp_6344" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 793026, + "label": "-", + "classification": { + "B": 1.8276978153153323e-07, + "S": 2.671284562438814e-07, + "I": 0.00035125581780448556, + "C": 2.2065449229558e-05, + "R": 8.68380448082462e-06, + "M": 2.8160329748061486e-05, + "O": 1.3296797988004982e-05, + "W": 1.7871147974801715e-06, + "N": 2.3293649064726196e-05, + "Y": 0.0011591387446969748, + "U": 1.9125479866488604e-06, + "K": 0.0002047692978521809, + "L": 4.873131160820776e-07, + "G": 8.404524123761803e-05, + "F": 0.003777950070798397, + "E": 0.0004298104322515428, + "T": 0.00042212390690110624, + "P": 0.12150811403989792, + "-": 0.8719626665115356 + }, + "id": "tp_6345" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 793126, + "label": "-", + "classification": { + "B": 6.949951369961127e-08, + "S": 1.7911540339810017e-07, + "I": 1.690966382739134e-05, + "C": 6.497414688055869e-06, + "R": 6.103636565057968e-07, + "M": 9.590932677383535e-06, + "O": 5.340062671166379e-06, + "W": 1.1719104975327355e-07, + "N": 1.525474885966105e-06, + "Y": 0.00028584388201124966, + "U": 3.9598571532906135e-08, + "K": 7.041421667963732e-07, + "L": 1.9417500141116761e-07, + "G": 7.732139056315646e-05, + "F": 0.003217682708054781, + "E": 2.593716635601595e-05, + "T": 9.485331975156441e-05, + "P": 0.13204355537891388, + "-": 0.8642129302024841 + }, + "id": "tp_6346" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 793260, + "label": "-", + "classification": { + "B": 6.078674630316527e-08, + "S": 1.039746848618961e-07, + "I": 0.0005732037825509906, + "C": 4.5332843001233414e-05, + "R": 3.6965318486181786e-06, + "M": 4.739188443636522e-05, + "O": 8.460236131213605e-06, + "W": 2.7522884238351253e-07, + "N": 1.0210200343863107e-05, + "Y": 0.0006218808121047914, + "U": 6.021051603966043e-07, + "K": 3.041258423763793e-06, + "L": 9.192887659992266e-07, + "G": 0.00012023944145767018, + "F": 0.0006458244752138853, + "E": 9.916297130985186e-05, + "T": 0.0006652454612776637, + "P": 0.08189193159341812, + "-": 0.9152623414993286 + }, + "id": "tp_6347" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 793393, + "label": "-", + "classification": { + "B": 5.570976568947117e-08, + "S": 3.472102036994329e-07, + "I": 3.380475391168147e-05, + "C": 9.010277040033543e-07, + "R": 2.578549924692197e-07, + "M": 3.2672112865839154e-05, + "O": 5.8712489590107e-06, + "W": 1.50356441963595e-07, + "N": 8.377047606700216e-07, + "Y": 0.0010617952793836594, + "U": 1.5095578120849495e-08, + "K": 5.02901684740209e-07, + "L": 1.7529598039800476e-07, + "G": 3.956075306632556e-05, + "F": 0.0006362762069329619, + "E": 9.646129910834134e-06, + "T": 0.0007573508773930371, + "P": 0.020400969311594963, + "-": 0.9770188927650452 + }, + "id": "tp_6348" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 793527, + "label": "-", + "classification": { + "B": 1.3956151789784599e-08, + "S": 6.674888641811094e-09, + "I": 8.773674926487729e-05, + "C": 1.095714651455637e-05, + "R": 4.3869732735402067e-07, + "M": 6.939671038708184e-06, + "O": 8.166530847120157e-07, + "W": 3.1466331762430855e-08, + "N": 1.598368044142262e-06, + "Y": 0.0001335864799330011, + "U": 1.1331721339047363e-07, + "K": 1.0801210009958595e-05, + "L": 5.6550614857542314e-08, + "G": 3.886020203935914e-05, + "F": 0.0012539885938167572, + "E": 0.00011637372517725453, + "T": 5.720873741665855e-05, + "P": 0.08274637162685394, + "-": 0.9155341386795044 + }, + "id": "tp_6349" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 793627, + "label": "Y", + "classification": { + "B": 7.052895671222359e-05, + "S": 0.00022000579338055104, + "I": 0.17516356706619263, + "C": 0.0046849846839904785, + "R": 0.0021940728183835745, + "M": 0.008223031647503376, + "O": 0.001599641633220017, + "W": 0.00018438180268276483, + "N": 0.0055001769214868546, + "Y": 0.48047569394111633, + "U": 2.0013814719277434e-05, + "K": 0.002403094433248043, + "L": 0.0001279685675399378, + "G": 0.04705432429909706, + "F": 0.005086550489068031, + "E": 0.010239417664706707, + "T": 0.08412458002567291, + "P": 0.02047375775873661, + "-": 0.15215426683425903 + }, + "id": "tp_6350" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 793760, + "label": "-", + "classification": { + "B": 1.3742171289798932e-10, + "S": 5.579313747117176e-11, + "I": 1.8710878748606774e-06, + "C": 1.2877469757199833e-08, + "R": 1.85968185295593e-09, + "M": 1.9710684284746094e-07, + "O": 2.3012248107079358e-08, + "W": 1.7311400923869513e-10, + "N": 7.901232557117055e-09, + "Y": 1.7787890101317316e-05, + "U": 8.714237664797508e-11, + "K": 1.0276565154399009e-09, + "L": 4.751234961020145e-10, + "G": 5.28303417013376e-07, + "F": 6.654863682342693e-05, + "E": 9.765051345311804e-07, + "T": 1.0070642019854859e-05, + "P": 0.054002754390239716, + "-": 0.945899248123169 + }, + "id": "tp_6351" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 793894, + "label": "-", + "classification": { + "B": 1.2198217547165768e-08, + "S": 3.82943490251364e-08, + "I": 2.8764292437699623e-05, + "C": 6.08727788176111e-08, + "R": 1.4369448742002078e-08, + "M": 1.8961960677188472e-06, + "O": 6.493411888186529e-07, + "W": 6.979644240345806e-08, + "N": 1.4818334648225573e-06, + "Y": 8.011827594600618e-05, + "U": 1.1555562728915447e-08, + "K": 9.383696124132257e-06, + "L": 4.919481266796311e-09, + "G": 3.2395678317698184e-06, + "F": 0.0011019300436601043, + "E": 8.157942647812888e-05, + "T": 3.6109348002355546e-05, + "P": 0.19940784573554993, + "-": 0.7992467880249023 + }, + "id": "tp_6352" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 794027, + "label": "-", + "classification": { + "B": 1.4934228076413092e-08, + "S": 1.2715241304306346e-08, + "I": 0.0002399626246187836, + "C": 9.880892321234569e-06, + "R": 4.950010179527453e-07, + "M": 7.131261554604862e-06, + "O": 1.3234098332759459e-06, + "W": 2.7264109192515207e-08, + "N": 4.8815077207109425e-06, + "Y": 0.00011449542944319546, + "U": 5.446639406159193e-08, + "K": 6.264253897825256e-07, + "L": 4.174976453441559e-08, + "G": 2.6402547518955544e-05, + "F": 0.0002319509076187387, + "E": 0.00011942780838580802, + "T": 8.361684012925252e-05, + "P": 0.23033206164836884, + "-": 0.7688275575637817 + }, + "id": "tp_6353" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 794127, + "label": "-", + "classification": { + "B": 3.9452075384360796e-07, + "S": 4.77107107599295e-07, + "I": 0.0013561388477683067, + "C": 3.891632877639495e-05, + "R": 3.8060120459704194e-06, + "M": 1.753633114276454e-05, + "O": 6.596399543923326e-06, + "W": 9.304734476245358e-07, + "N": 7.217800884973258e-05, + "Y": 0.0005472987540997565, + "U": 1.5166900766416802e-06, + "K": 9.790686453925446e-05, + "L": 2.850597411452327e-07, + "G": 0.00010361004387959838, + "F": 0.0015862529398873448, + "E": 0.000654944044072181, + "T": 0.00019563629757612944, + "P": 0.45332053303718567, + "-": 0.541995108127594 + }, + "id": "tp_6354" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 794261, + "label": "-", + "classification": { + "B": 5.914557021924338e-08, + "S": 1.4403417480934877e-07, + "I": 6.542645860463381e-05, + "C": 2.8794465833925642e-05, + "R": 2.546958057791926e-06, + "M": 2.3639870050828904e-05, + "O": 5.620018782792613e-06, + "W": 3.0309155363283935e-07, + "N": 3.5533823847799795e-06, + "Y": 0.0010520736686885357, + "U": 1.996043152985294e-07, + "K": 3.057371577597223e-05, + "L": 1.1553709811096269e-07, + "G": 6.921953900018707e-05, + "F": 0.0006464023608714342, + "E": 0.00016370885714422911, + "T": 0.0001408975076628849, + "P": 0.050813622772693634, + "-": 0.9469531178474426 + }, + "id": "tp_6355" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 794394, + "label": "-", + "classification": { + "B": 2.8159838620922528e-05, + "S": 1.977380998141598e-05, + "I": 0.008737653493881226, + "C": 0.0051390789449214935, + "R": 0.0007603834965266287, + "M": 0.001204114407300949, + "O": 0.0003716099599841982, + "W": 4.293183155823499e-05, + "N": 0.0005484813591465354, + "Y": 0.00944548100233078, + "U": 0.00010232795466436073, + "K": 0.0003766623849514872, + "L": 0.00011352258297847584, + "G": 0.003746872767806053, + "F": 0.006277248729020357, + "E": 0.004864971619099379, + "T": 0.005300008691847324, + "P": 0.170167937874794, + "-": 0.7827529311180115 + }, + "id": "tp_6356" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 794528, + "label": "-", + "classification": { + "B": 1.0180245535451604e-10, + "S": 3.3942923471919073e-10, + "I": 1.187045882033999e-06, + "C": 2.9035886583983483e-08, + "R": 3.922877578332873e-09, + "M": 2.2545823696873413e-07, + "O": 5.9125181195440746e-08, + "W": 8.17254430796055e-10, + "N": 1.9282875740600502e-08, + "Y": 1.5199911103991326e-05, + "U": 4.523028063196932e-10, + "K": 5.106386780084904e-08, + "L": 8.102807314003257e-10, + "G": 7.899907359387726e-07, + "F": 0.0002788452839013189, + "E": 1.0285357348038815e-06, + "T": 8.173028618330136e-06, + "P": 0.05964577570557594, + "-": 0.9400485754013062 + }, + "id": "tp_6357" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 794628, + "label": "-", + "classification": { + "B": 1.5815357912174477e-08, + "S": 3.96663324409019e-08, + "I": 0.0002632289833854884, + "C": 7.892099347373005e-06, + "R": 7.967591386659478e-07, + "M": 1.836244155128952e-05, + "O": 5.357854206522461e-06, + "W": 1.0045373954881143e-07, + "N": 5.339114522939781e-06, + "Y": 0.00016459681501146406, + "U": 1.6645040545881784e-07, + "K": 4.3895391854675836e-07, + "L": 2.986465403864713e-07, + "G": 3.868958810926415e-05, + "F": 0.00013252820644993335, + "E": 3.63921863026917e-05, + "T": 0.000566312053706497, + "P": 0.15811002254486084, + "-": 0.8406495451927185 + }, + "id": "tp_6358" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 794761, + "label": "P", + "classification": { + "B": 2.813070436313847e-11, + "S": 2.8881633196142786e-11, + "I": 2.575764028733829e-06, + "C": 9.289708557957965e-09, + "R": 3.494346478838395e-10, + "M": 8.292561304301671e-09, + "O": 3.7042091616257267e-09, + "W": 6.536868268902651e-11, + "N": 1.251646253308536e-08, + "Y": 4.706776621787867e-07, + "U": 4.1949093504412005e-11, + "K": 4.063449923763507e-11, + "L": 1.7207969771337872e-10, + "G": 6.458244428131366e-08, + "F": 1.7201353330165148e-05, + "E": 5.355014991437201e-07, + "T": 1.051413846653304e-06, + "P": 0.7126772403717041, + "-": 0.28730082511901855 + }, + "id": "tp_6359" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 794895, + "label": "P", + "classification": { + "B": 2.5487472612439888e-06, + "S": 2.6424995667184703e-06, + "I": 0.0019958489574491978, + "C": 0.0001311305968556553, + "R": 9.98586074274499e-06, + "M": 4.0977065509650856e-05, + "O": 1.8887047190219164e-05, + "W": 1.7532074707560241e-06, + "N": 0.00014577509136870503, + "Y": 0.0003554525610525161, + "U": 4.5479250729840714e-06, + "K": 1.432604949513916e-05, + "L": 3.8038456295907963e-06, + "G": 0.00023582929861731827, + "F": 0.0020961875561624765, + "E": 0.0006805331213399768, + "T": 0.00040439481381326914, + "P": 0.636369526386261, + "-": 0.35748589038848877 + }, + "id": "tp_6360" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 795028, + "label": "-", + "classification": { + "B": 4.064024324179627e-06, + "S": 4.6534009925380815e-06, + "I": 0.013185938820242882, + "C": 0.00028555546305142343, + "R": 0.00012262411473784596, + "M": 0.0005633540567941964, + "O": 0.00015952148532960564, + "W": 1.3125000805302989e-05, + "N": 0.00044042622903361917, + "Y": 0.007153993006795645, + "U": 1.2902209164167289e-05, + "K": 9.887604392133653e-05, + "L": 1.0843798008863814e-05, + "G": 0.0010675013763830066, + "F": 0.001665098243393004, + "E": 0.00103016069624573, + "T": 0.007763201836496592, + "P": 0.23801907896995544, + "-": 0.7283991575241089 + }, + "id": "tp_6361" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 795128, + "label": "-", + "classification": { + "B": 9.27259952732129e-06, + "S": 8.65458514454076e-06, + "I": 0.0005325875245034695, + "C": 6.468168430728838e-05, + "R": 1.54237150127301e-05, + "M": 0.0002603777393233031, + "O": 0.00015410195919685066, + "W": 1.2808787687390577e-05, + "N": 8.444211562164128e-05, + "Y": 0.0023062052205204964, + "U": 9.267754649044946e-06, + "K": 0.00016915170999709517, + "L": 1.373904524371028e-05, + "G": 0.0012397506507113576, + "F": 0.01131716649979353, + "E": 0.0012110988609492779, + "T": 0.0013457019813358784, + "P": 0.2627509832382202, + "-": 0.7184945940971375 + }, + "id": "tp_6362" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 795262, + "label": "-", + "classification": { + "B": 1.8821360470155923e-07, + "S": 1.778613949454666e-07, + "I": 0.0005698723834939301, + "C": 6.2479784901370294e-06, + "R": 1.8386689362159814e-06, + "M": 1.7096497685997747e-05, + "O": 8.274645551864523e-06, + "W": 7.948217444209149e-07, + "N": 1.778370096872095e-05, + "Y": 0.0004553352191578597, + "U": 8.09661457878974e-07, + "K": 1.3530247088056058e-05, + "L": 3.197206126515084e-07, + "G": 6.357470556395128e-05, + "F": 0.0005159982829354703, + "E": 0.00014313423889689147, + "T": 0.000526805582921952, + "P": 0.21580342948436737, + "-": 0.7818548083305359 + }, + "id": "tp_6363" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 795395, + "label": "-", + "classification": { + "B": 5.1048505866901905e-08, + "S": 5.9544049690885004e-08, + "I": 2.7307427444611676e-05, + "C": 3.2793420245980087e-07, + "R": 5.1846367199459564e-08, + "M": 3.705957169586327e-06, + "O": 2.094061755997245e-06, + "W": 4.099804939983187e-08, + "N": 8.629943408777763e-07, + "Y": 2.6078707378474064e-05, + "U": 1.490094092559957e-08, + "K": 6.862212575953208e-09, + "L": 1.010923256217211e-07, + "G": 6.144022336229682e-06, + "F": 5.562311707763001e-05, + "E": 1.1128559890494216e-05, + "T": 0.00016868145030457526, + "P": 0.4098459482192993, + "-": 0.5898517966270447 + }, + "id": "tp_6364" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 795529, + "label": "-", + "classification": { + "B": 7.534501911266034e-09, + "S": 1.1024134494164173e-08, + "I": 0.00011952615022892132, + "C": 7.490390885322995e-07, + "R": 1.2925379166972562e-07, + "M": 1.8916292901849374e-05, + "O": 1.802002998374519e-06, + "W": 1.4080357324530723e-08, + "N": 1.30109174278914e-06, + "Y": 0.00028778385603800416, + "U": 1.0498697022853776e-08, + "K": 2.459489856221353e-08, + "L": 5.749984310909895e-08, + "G": 1.2443974810594227e-05, + "F": 0.00010531781299505383, + "E": 1.688347037998028e-05, + "T": 0.0006032208329997957, + "P": 0.0899018943309784, + "-": 0.9089299440383911 + }, + "id": "tp_6365" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 795629, + "label": "-", + "classification": { + "B": 1.9816551954932038e-08, + "S": 1.2465954490892273e-08, + "I": 0.00012862723087891936, + "C": 1.2908792541566072e-06, + "R": 1.139185457077474e-07, + "M": 7.427853233821224e-06, + "O": 1.0069459221995203e-06, + "W": 2.178981084455245e-08, + "N": 2.2205319964996306e-06, + "Y": 8.206634811358526e-05, + "U": 2.7696783533315283e-08, + "K": 2.1937361793789023e-07, + "L": 4.310471624080492e-08, + "G": 8.773551599006169e-06, + "F": 0.0002141438308171928, + "E": 7.843981438782066e-05, + "T": 7.470994023606181e-05, + "P": 0.3133770823478699, + "-": 0.6860237121582031 + }, + "id": "tp_6366" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 795762, + "label": "-", + "classification": { + "B": 9.00611667020712e-07, + "S": 3.376140966793173e-07, + "I": 0.0007625929429195821, + "C": 4.9810365453595296e-05, + "R": 4.55170493296464e-06, + "M": 0.00019562605302780867, + "O": 1.9169900042470545e-05, + "W": 7.623867190886813e-07, + "N": 1.342366431344999e-05, + "Y": 0.0016020657494664192, + "U": 1.0630142242007423e-06, + "K": 1.7001311789499596e-06, + "L": 3.7821894238732057e-06, + "G": 0.0003882410819642246, + "F": 0.000641274731606245, + "E": 0.0002957525721285492, + "T": 0.0013418903108686209, + "P": 0.20659148693084717, + "-": 0.7880855798721313 + }, + "id": "tp_6367" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 795896, + "label": "-", + "classification": { + "B": 5.313852398103336e-07, + "S": 1.3387871149461716e-06, + "I": 0.0012536243302747607, + "C": 6.238663627300411e-05, + "R": 1.7312419004156254e-05, + "M": 0.00013023031351622194, + "O": 3.338348324177787e-05, + "W": 2.068036565106013e-06, + "N": 3.064504198846407e-05, + "Y": 0.0019275401718914509, + "U": 2.6750258257379755e-06, + "K": 3.5256234696134925e-06, + "L": 4.2143301470787264e-06, + "G": 0.00018475281831342727, + "F": 0.0008201824966818094, + "E": 0.00011394466127967462, + "T": 0.002842989284545183, + "P": 0.1341506540775299, + "-": 0.8584179878234863 + }, + "id": "tp_6368" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 796029, + "label": "-", + "classification": { + "B": 7.630828804394696e-07, + "S": 2.782198498607613e-05, + "I": 0.0005423069233074784, + "C": 0.0002158939460059628, + "R": 3.367844328749925e-05, + "M": 8.800386422080919e-05, + "O": 0.00013195279461797327, + "W": 2.4484164896421134e-05, + "N": 9.192413563141599e-05, + "Y": 0.0007290059584192932, + "U": 6.791696705477079e-06, + "K": 8.11038917163387e-05, + "L": 7.10135827830527e-06, + "G": 0.00014544266741722822, + "F": 0.006747349165380001, + "E": 0.0002452879271004349, + "T": 0.000885806861333549, + "P": 0.22421422600746155, + "-": 0.7657811045646667 + }, + "id": "tp_6369" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 796129, + "label": "-", + "classification": { + "B": 6.262754936869896e-08, + "S": 3.465066100716285e-08, + "I": 0.00015261648513842374, + "C": 2.237242824776331e-06, + "R": 4.453365818335442e-07, + "M": 1.5968564184731804e-05, + "O": 3.1258355193131138e-06, + "W": 1.0222823476624399e-07, + "N": 2.0625232082238654e-06, + "Y": 0.00025021331384778023, + "U": 6.910218530720158e-08, + "K": 3.3053441939046024e-07, + "L": 1.4357753741478518e-07, + "G": 3.09144779748749e-05, + "F": 0.00029486845596693456, + "E": 3.605813253670931e-05, + "T": 0.0001769163500284776, + "P": 0.23264135420322418, + "-": 0.7663924694061279 + }, + "id": "tp_6370" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 796263, + "label": "-", + "classification": { + "B": 1.208782009598508e-06, + "S": 3.311866692001786e-07, + "I": 0.001462915912270546, + "C": 2.4773649784037843e-05, + "R": 4.3809068301925436e-06, + "M": 0.0001829737884690985, + "O": 2.2354270186042413e-05, + "W": 6.631226483477803e-07, + "N": 2.667194166861009e-05, + "Y": 0.0011462962720543146, + "U": 6.666990088888269e-07, + "K": 3.1232627861754736e-07, + "L": 4.292154699214734e-06, + "G": 0.0001512298040324822, + "F": 0.0003632360021583736, + "E": 0.000328729918692261, + "T": 0.0008492658380419016, + "P": 0.2868811786174774, + "-": 0.7085485458374023 + }, + "id": "tp_6371" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 796396, + "label": "-", + "classification": { + "B": 3.638234829850262e-06, + "S": 2.1631756226270227e-06, + "I": 0.0021223307121545076, + "C": 7.633161294506863e-05, + "R": 2.2446849470725283e-05, + "M": 0.0004606583097483963, + "O": 6.426589970942587e-05, + "W": 4.352009909780463e-06, + "N": 8.030526078073308e-05, + "Y": 0.008372893556952477, + "U": 1.9303381577628898e-06, + "K": 4.917546539218165e-05, + "L": 3.2737541459937347e-06, + "G": 0.0008996692486107349, + "F": 0.00306052528321743, + "E": 0.0014784610830247402, + "T": 0.0033341285306960344, + "P": 0.12727271020412445, + "-": 0.8526907563209534 + }, + "id": "tp_6372" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 796530, + "label": "-", + "classification": { + "B": 0.0001041404320858419, + "S": 5.471500116982497e-05, + "I": 0.005130361299961805, + "C": 0.0019854255951941013, + "R": 0.0004876229795627296, + "M": 0.0016529845306649804, + "O": 0.0007598595693707466, + "W": 0.00012469090870581567, + "N": 0.000679357850458473, + "Y": 0.010269478894770145, + "U": 0.00020551859051920474, + "K": 0.0015809671021997929, + "L": 0.00018616934539750218, + "G": 0.005581348203122616, + "F": 0.018884608522057533, + "E": 0.00627362634986639, + "T": 0.004258146043866873, + "P": 0.2285587191581726, + "-": 0.7132222652435303 + }, + "id": "tp_6373" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 796630, + "label": "-", + "classification": { + "B": 8.649620752976261e-08, + "S": 4.192137623704184e-07, + "I": 0.0009578756289556623, + "C": 3.135615770588629e-05, + "R": 9.197977306030225e-06, + "M": 1.610629442438949e-05, + "O": 1.2425864952092525e-05, + "W": 1.0860271686397027e-06, + "N": 3.782116255024448e-05, + "Y": 0.0009313850896432996, + "U": 7.724969464106834e-07, + "K": 4.028138573630713e-05, + "L": 3.913170587566128e-07, + "G": 8.904997230274603e-05, + "F": 0.0016969953430816531, + "E": 0.00031855463748797774, + "T": 0.0005788282142020762, + "P": 0.2666112780570984, + "-": 0.7286661863327026 + }, + "id": "tp_6374" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 796763, + "label": "-", + "classification": { + "B": 3.256992897604505e-07, + "S": 2.394498608282447e-07, + "I": 0.0017843260429799557, + "C": 2.8057522285962477e-05, + "R": 3.589503421608242e-06, + "M": 8.767930557951331e-05, + "O": 1.2805282494809944e-05, + "W": 6.062366537662456e-07, + "N": 2.5224415367119946e-05, + "Y": 0.001576005364768207, + "U": 6.229583959793672e-07, + "K": 1.7604937738724402e-06, + "L": 9.428026714886073e-07, + "G": 0.00014734298747498542, + "F": 0.0003532246337272227, + "E": 0.00022559575154446065, + "T": 0.002347044413909316, + "P": 0.25243598222732544, + "-": 0.7409684658050537 + }, + "id": "tp_6375" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 796897, + "label": "-", + "classification": { + "B": 3.4697450246312656e-07, + "S": 1.0164930017708684e-06, + "I": 0.0008741893107071519, + "C": 3.27807865687646e-05, + "R": 5.2729756134795025e-06, + "M": 4.54717010143213e-05, + "O": 1.6035211956477724e-05, + "W": 2.0203697204124182e-06, + "N": 4.454629379324615e-05, + "Y": 0.0009315921342931688, + "U": 1.8932506691271556e-06, + "K": 2.0284136553527787e-05, + "L": 1.0994285730703268e-06, + "G": 0.00010087721602758393, + "F": 0.0012998944148421288, + "E": 0.0005279089673422277, + "T": 0.0006505378405563533, + "P": 0.3065575361251831, + "-": 0.6888867020606995 + }, + "id": "tp_6376" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 797030, + "label": "-", + "classification": { + "B": 5.2304233832956015e-08, + "S": 1.755689851279385e-07, + "I": 0.00011266701039858162, + "C": 1.1854247077280888e-06, + "R": 2.330791772919838e-07, + "M": 2.8952795219083782e-06, + "O": 3.3034084481187165e-06, + "W": 2.0365270358979615e-07, + "N": 9.596882591722533e-06, + "Y": 7.775117410346866e-05, + "U": 1.085873222450573e-07, + "K": 3.337293264848995e-06, + "L": 7.91458560911451e-08, + "G": 1.4932979865989182e-05, + "F": 0.0020728218369185925, + "E": 7.510589057346806e-05, + "T": 8.137575059663504e-05, + "P": 0.49027517437934875, + "-": 0.5072690844535828 + }, + "id": "tp_6377" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 797130, + "label": "-", + "classification": { + "B": 1.0613450740493136e-06, + "S": 2.7409043923398713e-07, + "I": 0.003094944404438138, + "C": 1.9006634829565883e-05, + "R": 2.0608626982721034e-06, + "M": 0.0006465803016908467, + "O": 1.9010041796718724e-05, + "W": 1.8038107896245492e-07, + "N": 1.9002138287760317e-05, + "Y": 0.0013206758303567767, + "U": 8.850232546819825e-08, + "K": 7.247369637752854e-08, + "L": 2.1356561319407774e-06, + "G": 0.0005491285119205713, + "F": 0.0001376120635541156, + "E": 0.0005337310722097754, + "T": 0.0015384667785838246, + "P": 0.42293742299079895, + "-": 0.5691785216331482 + }, + "id": "tp_6378" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 797264, + "label": "-", + "classification": { + "B": 1.4285860743257217e-05, + "S": 1.0351608580094762e-05, + "I": 0.0019870977848768234, + "C": 0.00040427764179185033, + "R": 0.00012755636998917907, + "M": 0.000968616921454668, + "O": 0.00020061081158928573, + "W": 1.8189031834481284e-05, + "N": 7.32704866095446e-05, + "Y": 0.01257076021283865, + "U": 1.782584877219051e-05, + "K": 2.132998633896932e-05, + "L": 6.220770592335612e-05, + "G": 0.0013702156720682979, + "F": 0.004294405225664377, + "E": 0.000467361620394513, + "T": 0.006760446820408106, + "P": 0.10303482413291931, + "-": 0.8675963878631592 + }, + "id": "tp_6379" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 797397, + "label": "-", + "classification": { + "B": 1.6245542155957082e-07, + "S": 1.9644298845378216e-06, + "I": 0.0004294009122531861, + "C": 1.0784265214169864e-06, + "R": 1.838490675254434e-07, + "M": 7.77312889113091e-05, + "O": 1.027488997351611e-05, + "W": 6.038415563125454e-07, + "N": 3.41626291628927e-05, + "Y": 0.0005694117280654609, + "U": 1.0114656134874167e-07, + "K": 5.189496278035222e-06, + "L": 1.5420654619902052e-07, + "G": 3.1883093470241874e-05, + "F": 0.0005233823321759701, + "E": 0.000265521346591413, + "T": 0.001238171011209488, + "P": 0.35386815667152405, + "-": 0.6429424285888672 + }, + "id": "tp_6380" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 797531, + "label": "-", + "classification": { + "B": 1.5471920278287143e-06, + "S": 3.335755707212229e-07, + "I": 0.0008742907084524632, + "C": 5.4158197599463165e-05, + "R": 8.070428521023132e-06, + "M": 0.00015279525541700423, + "O": 1.6986285118036903e-05, + "W": 6.423696845558879e-07, + "N": 1.2192109352326952e-05, + "Y": 0.001164838089607656, + "U": 5.650740035889612e-07, + "K": 1.8761282660761935e-07, + "L": 4.2921769818349276e-06, + "G": 0.0003007679770234972, + "F": 0.00034314210643060505, + "E": 0.00036057064426131546, + "T": 0.0007214501965790987, + "P": 0.33990028500556946, + "-": 0.656082808971405 + }, + "id": "tp_6381" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 797631, + "label": "-", + "classification": { + "B": 0.0005871246103197336, + "S": 0.0003195013268850744, + "I": 0.029605090618133545, + "C": 0.00371694378554821, + "R": 0.0016642885748296976, + "M": 0.006347316782921553, + "O": 0.0019248597091063857, + "W": 0.00033273122971877456, + "N": 0.003427008632570505, + "Y": 0.049026645720005035, + "U": 0.0003785781445913017, + "K": 0.002210501115769148, + "L": 0.000782540999352932, + "G": 0.03317626938223839, + "F": 0.03175005689263344, + "E": 0.023266278207302094, + "T": 0.017511917278170586, + "P": 0.24962449073791504, + "-": 0.5443478226661682 + }, + "id": "tp_6382" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 797764, + "label": "-", + "classification": { + "B": 9.080577910935972e-06, + "S": 1.5178606190602295e-05, + "I": 0.003373915096744895, + "C": 0.00025695227668620646, + "R": 5.2982235501986e-05, + "M": 0.0005992618971504271, + "O": 0.00014427372661884874, + "W": 3.2420517527498305e-05, + "N": 0.0004423993232194334, + "Y": 0.01731831021606922, + "U": 2.058697100437712e-05, + "K": 0.0079386280849576, + "L": 8.255117791122757e-06, + "G": 0.002292100340127945, + "F": 0.019767649471759796, + "E": 0.017196064814925194, + "T": 0.004154767841100693, + "P": 0.11626636236906052, + "-": 0.8101108074188232 + }, + "id": "tp_6383" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 797898, + "label": "-", + "classification": { + "B": 0.006950027775019407, + "S": 0.0056937094777822495, + "I": 0.02054085023701191, + "C": 0.009832365438342094, + "R": 0.0045201219618320465, + "M": 0.019673049449920654, + "O": 0.01317175105214119, + "W": 0.004900637082755566, + "N": 0.009212049655616283, + "Y": 0.03095478191971779, + "U": 0.003042964730411768, + "K": 0.008416252210736275, + "L": 0.006190128158777952, + "G": 0.034232672303915024, + "F": 0.07232649624347687, + "E": 0.039861518889665604, + "T": 0.026119811460375786, + "P": 0.27581122517585754, + "-": 0.4085496664047241 + }, + "id": "tp_6384" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 798031, + "label": "P", + "classification": { + "B": 2.565876229709829e-06, + "S": 8.743031685298774e-06, + "I": 0.005755188874900341, + "C": 2.3486409190809354e-05, + "R": 8.335374332091305e-06, + "M": 9.56063304329291e-05, + "O": 4.2025021684821695e-05, + "W": 5.814696123707108e-06, + "N": 0.0005857234355062246, + "Y": 0.0007394979475066066, + "U": 1.1462609563750448e-06, + "K": 0.0003126701631117612, + "L": 1.074243186849344e-06, + "G": 0.00024883061996661127, + "F": 0.0033831025939434767, + "E": 0.0026012759190052748, + "T": 0.0005239821621216834, + "P": 0.7831701040267944, + "-": 0.2024909108877182 + }, + "id": "tp_6385" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 798131, + "label": "-", + "classification": { + "B": 4.318017090554349e-07, + "S": 4.907733909931267e-06, + "I": 0.0003793110081460327, + "C": 7.836928489268757e-06, + "R": 4.319110757933231e-06, + "M": 7.344473851844668e-05, + "O": 4.818217348656617e-05, + "W": 4.6558284338971134e-06, + "N": 3.3168096706504e-05, + "Y": 0.0013255237136036158, + "U": 8.216975402319804e-07, + "K": 6.202197255333886e-05, + "L": 1.1734217650882783e-06, + "G": 0.0001335935085080564, + "F": 0.005298849660903215, + "E": 0.00013865427172277123, + "T": 0.0013730662176385522, + "P": 0.12262890487909317, + "-": 0.8684810400009155 + }, + "id": "tp_6386" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 798265, + "label": "-", + "classification": { + "B": 9.17842100989219e-07, + "S": 1.4792997262702556e-06, + "I": 0.0003296537615824491, + "C": 1.7182439478347078e-05, + "R": 2.0143488654866815e-06, + "M": 1.7479242160334252e-05, + "O": 1.3547845810535364e-05, + "W": 2.5992744667746592e-06, + "N": 4.4462703954195604e-05, + "Y": 0.00048003855044953525, + "U": 2.0002751170977717e-06, + "K": 0.00016559395589865744, + "L": 5.500147608472616e-07, + "G": 6.9050831370987e-05, + "F": 0.009515375830233097, + "E": 0.00099110696464777, + "T": 0.0001698328705970198, + "P": 0.33623674511909485, + "-": 0.6519403457641602 + }, + "id": "tp_6387" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 798398, + "label": "-", + "classification": { + "B": 2.0978815484795632e-07, + "S": 3.50128033232977e-08, + "I": 7.42250049370341e-05, + "C": 7.282640581252053e-06, + "R": 1.3177270830055932e-06, + "M": 1.1341413483023643e-05, + "O": 3.4599190712469863e-06, + "W": 1.0077030765387462e-07, + "N": 1.3973818795420812e-06, + "Y": 0.0003696406492963433, + "U": 1.2620374434391124e-07, + "K": 6.169604489514313e-07, + "L": 2.718674352308881e-07, + "G": 8.413145405938849e-05, + "F": 0.0006059951847419143, + "E": 3.448657662374899e-05, + "T": 0.0001585010759299621, + "P": 0.13505004346370697, + "-": 0.8635967969894409 + }, + "id": "tp_6388" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 798532, + "label": "-", + "classification": { + "B": 3.076713710470358e-07, + "S": 9.73303997398034e-08, + "I": 4.2029798350995407e-05, + "C": 4.210082352074096e-06, + "R": 1.9281293361927965e-07, + "M": 3.8759285416745115e-06, + "O": 1.6846826156324823e-06, + "W": 1.5936349484491075e-07, + "N": 2.877550514313043e-06, + "Y": 0.0002397323405602947, + "U": 1.710741770466484e-07, + "K": 2.216211214545183e-05, + "L": 8.719142385871237e-08, + "G": 7.247962639667094e-05, + "F": 0.0023724338971078396, + "E": 0.00041903904639184475, + "T": 4.5216358557809144e-05, + "P": 0.22910834848880768, + "-": 0.7676649689674377 + }, + "id": "tp_6389" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 798632, + "label": "-", + "classification": { + "B": 0.0002968484186567366, + "S": 9.381181735079736e-05, + "I": 0.00159627222456038, + "C": 0.0008655335986986756, + "R": 0.000205156859010458, + "M": 0.0027935265097767115, + "O": 0.0009240245562978089, + "W": 8.88628710526973e-05, + "N": 0.00019277464889455587, + "Y": 0.00711338734254241, + "U": 3.042233038286213e-05, + "K": 0.00016359541041310877, + "L": 0.00021028296032454818, + "G": 0.005550284404307604, + "F": 0.009976317174732685, + "E": 0.0029989578761160374, + "T": 0.0050088874995708466, + "P": 0.09537997096776962, + "-": 0.8665111660957336 + }, + "id": "tp_6390" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 798765, + "label": "-", + "classification": { + "B": 1.5948415921229753e-09, + "S": 4.402266640113339e-08, + "I": 2.2706617528456263e-06, + "C": 1.4431159911509894e-07, + "R": 3.257893510522081e-08, + "M": 2.0890524865535554e-06, + "O": 1.1210187267352012e-06, + "W": 8.684485663934538e-08, + "N": 3.770944090319972e-07, + "Y": 0.00013135756307747215, + "U": 8.724825306671846e-09, + "K": 0.00011348399857524782, + "L": 6.1434137776927855e-09, + "G": 7.403643394354731e-06, + "F": 0.010069344192743301, + "E": 4.3780572013929486e-05, + "T": 2.387467429798562e-05, + "P": 0.033151861280202866, + "-": 0.9564527273178101 + }, + "id": "tp_6391" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 798899, + "label": "-", + "classification": { + "B": 1.3284979104355443e-05, + "S": 6.488824055850273e-06, + "I": 0.0011836026096716523, + "C": 3.0061932193348184e-05, + "R": 2.043475251412019e-05, + "M": 0.0007524716784246266, + "O": 0.0001548997825011611, + "W": 1.6639309251331724e-05, + "N": 8.891880861483514e-05, + "Y": 0.005763637367635965, + "U": 4.629554041457595e-06, + "K": 0.00017308325914200395, + "L": 1.1422851457609795e-05, + "G": 0.0012165728257969022, + "F": 0.004473330453038216, + "E": 0.0013016668381169438, + "T": 0.0037922270130366087, + "P": 0.11067426204681396, + "-": 0.8703223466873169 + }, + "id": "tp_6392" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 799032, + "label": "-", + "classification": { + "B": 1.2392217740853084e-07, + "S": 3.2718997999836574e-07, + "I": 0.00010322778689442202, + "C": 0.00011518438986968249, + "R": 1.4201165868144017e-05, + "M": 2.876637336157728e-05, + "O": 9.665346624387894e-06, + "W": 6.696321293020446e-07, + "N": 2.915261802627356e-06, + "Y": 0.0008123432635329664, + "U": 1.0116815474248142e-06, + "K": 1.2546440302685369e-05, + "L": 1.2622488156921463e-06, + "G": 0.00010130419104825705, + "F": 0.002859055530279875, + "E": 4.3081381591036916e-05, + "T": 0.0002679614699445665, + "P": 0.03316764906048775, + "-": 0.9624586701393127 + }, + "id": "tp_6393" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 799132, + "label": "-", + "classification": { + "B": 7.289249026598554e-08, + "S": 5.03737226154044e-07, + "I": 0.0002374889882048592, + "C": 1.0231867236143444e-05, + "R": 3.734669235200272e-06, + "M": 0.00010009311517933384, + "O": 1.1393874046916608e-05, + "W": 6.25550057975488e-07, + "N": 6.48185095997178e-06, + "Y": 0.002711203647777438, + "U": 1.934211582010903e-07, + "K": 2.911362207669299e-05, + "L": 4.169498311057396e-07, + "G": 9.438348206458613e-05, + "F": 0.0036826718132942915, + "E": 8.589027129346505e-05, + "T": 0.0018105838680639863, + "P": 0.02786826156079769, + "-": 0.9633466601371765 + }, + "id": "tp_6394" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 799266, + "label": "-", + "classification": { + "B": 3.179795315944034e-09, + "S": 8.018789188213304e-09, + "I": 1.1315717074467102e-06, + "C": 8.903420223305147e-10, + "R": 2.9666819001405997e-10, + "M": 1.911795152409468e-06, + "O": 2.600863240331819e-07, + "W": 1.5078472914709096e-09, + "N": 1.0817166717913551e-08, + "Y": 5.133165905135684e-05, + "U": 3.7910563577270295e-11, + "K": 1.6482376574700197e-09, + "L": 3.282742078170031e-09, + "G": 1.88940680345695e-06, + "F": 0.00014621592708863318, + "E": 1.8148373328585876e-06, + "T": 3.334721259307116e-05, + "P": 0.019514096900820732, + "-": 0.9802479147911072 + }, + "id": "tp_6395" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 799399, + "label": "-", + "classification": { + "B": 6.328114068310242e-06, + "S": 6.678098998236237e-06, + "I": 0.00022330530919134617, + "C": 4.739287760457955e-05, + "R": 7.362924407061655e-06, + "M": 7.831550465198234e-05, + "O": 3.9139620639616624e-05, + "W": 7.999035915418062e-06, + "N": 3.253623071941547e-05, + "Y": 0.0028252715710550547, + "U": 5.518016223504674e-06, + "K": 0.0014233988476917148, + "L": 3.6040282793692313e-06, + "G": 0.0010633273050189018, + "F": 0.024549609050154686, + "E": 0.0023030953016132116, + "T": 0.0007576698553748429, + "P": 0.07692915946245193, + "-": 0.8896901607513428 + }, + "id": "tp_6396" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 799533, + "label": "-", + "classification": { + "B": 1.7254769772989675e-05, + "S": 6.215673056431115e-05, + "I": 0.0018449214985594153, + "C": 0.0019557997584342957, + "R": 0.00046175060560926795, + "M": 0.0006018524873070419, + "O": 0.0006637927726842463, + "W": 0.00016266103193629533, + "N": 0.0005018755327910185, + "Y": 0.007813842035830021, + "U": 6.195450259838253e-05, + "K": 0.0014510172186419368, + "L": 0.00010315902909496799, + "G": 0.0038243888411670923, + "F": 0.15529635548591614, + "E": 0.00452918466180563, + "T": 0.0034665828570723534, + "P": 0.1731339544057846, + "-": 0.6440474987030029 + }, + "id": "tp_6397" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 799633, + "label": "-", + "classification": { + "B": 6.216737680198037e-10, + "S": 7.065154572494237e-10, + "I": 1.019555611492251e-06, + "C": 1.3702903345347295e-07, + "R": 8.573532106481707e-09, + "M": 9.146348389776904e-08, + "O": 6.38471746583491e-08, + "W": 1.2251508696436986e-09, + "N": 2.009807076319703e-08, + "Y": 1.2964767847734038e-05, + "U": 8.608987966951531e-10, + "K": 1.0630306945813572e-07, + "L": 1.2400820370572774e-09, + "G": 1.8326484223507578e-06, + "F": 0.0010050367563962936, + "E": 1.4673258874609019e-06, + "T": 3.893516350217396e-06, + "P": 0.048357244580984116, + "-": 0.9506160616874695 + }, + "id": "tp_6398" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 799766, + "label": "-", + "classification": { + "B": 1.3487958767655073e-06, + "S": 2.0704426617612626e-07, + "I": 0.00026734115090221167, + "C": 8.652189717395231e-05, + "R": 5.578109721682267e-06, + "M": 4.7801069740671664e-05, + "O": 8.281925147457514e-06, + "W": 5.170599024495459e-07, + "N": 1.0050206583400723e-05, + "Y": 0.000498924171552062, + "U": 4.5475110255210893e-07, + "K": 2.2278185497270897e-05, + "L": 8.458526963295299e-07, + "G": 0.0006309528253041208, + "F": 0.008376454934477806, + "E": 0.0017486372962594032, + "T": 9.897171548800543e-05, + "P": 0.25458377599716187, + "-": 0.7336110472679138 + }, + "id": "tp_6399" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 799900, + "label": "-", + "classification": { + "B": 1.9673395001973404e-07, + "S": 2.0982461990115553e-07, + "I": 6.0497068261611275e-06, + "C": 3.0688917718180164e-07, + "R": 1.9592668820678227e-08, + "M": 2.1462119548232295e-06, + "O": 2.2382807856047293e-06, + "W": 2.5588175844859506e-07, + "N": 1.3586402474174974e-06, + "Y": 3.947629375034012e-05, + "U": 4.693586319604037e-08, + "K": 1.0589586054265965e-05, + "L": 3.636800727235823e-08, + "G": 1.4417363672691863e-05, + "F": 0.006911003030836582, + "E": 0.0002250348188681528, + "T": 4.021123095299117e-05, + "P": 0.30767330527305603, + "-": 0.6850730776786804 + }, + "id": "tp_6400" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 800033, + "label": "P", + "classification": { + "B": 3.661812399968767e-07, + "S": 7.683034937144839e-07, + "I": 0.0009693806641735137, + "C": 2.2202922991709784e-05, + "R": 4.2378492253192235e-06, + "M": 1.8836153685697354e-05, + "O": 1.1262166481174063e-05, + "W": 2.0367465367598925e-06, + "N": 8.811223233351484e-05, + "Y": 0.0006244807736948133, + "U": 1.636415731809393e-06, + "K": 0.0004927169065922499, + "L": 3.5807852327707224e-07, + "G": 0.00012483684986364096, + "F": 0.005233342759311199, + "E": 0.0019180325325578451, + "T": 0.00014055742940399796, + "P": 0.5671629905700684, + "-": 0.4231838881969452 + }, + "id": "tp_6401" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 800133, + "label": "-", + "classification": { + "B": 2.333446445845766e-06, + "S": 1.1755432751670014e-05, + "I": 0.000627812638413161, + "C": 4.4681120925815776e-05, + "R": 1.4614908650401048e-05, + "M": 4.236419772496447e-05, + "O": 5.2400082495296374e-05, + "W": 1.8523969629313797e-05, + "N": 0.00011932101915590465, + "Y": 0.0011382640805095434, + "U": 8.060935215326026e-06, + "K": 0.0013705850578844547, + "L": 2.760693860182073e-06, + "G": 0.00028477070736698806, + "F": 0.025157403200864792, + "E": 0.0014231509994715452, + "T": 0.0005639229784719646, + "P": 0.2921120822429657, + "-": 0.6770051717758179 + }, + "id": "tp_6402" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 800267, + "label": "-", + "classification": { + "B": 2.132850931957364e-05, + "S": 9.158395550912246e-05, + "I": 0.0013011425035074353, + "C": 0.0001528802386019379, + "R": 4.542558963294141e-05, + "M": 0.0003584800288081169, + "O": 0.00028270037728361785, + "W": 0.0001129728407249786, + "N": 0.00047565269051119685, + "Y": 0.012961621396243572, + "U": 1.650860758672934e-05, + "K": 0.08358599990606308, + "L": 1.6023475836846046e-05, + "G": 0.00996367447078228, + "F": 0.11972776800394058, + "E": 0.03416961431503296, + "T": 0.0038702115416526794, + "P": 0.10887498408555984, + "-": 0.6239715218544006 + }, + "id": "tp_6403" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 800400, + "label": "-", + "classification": { + "B": 3.001063078045263e-07, + "S": 3.51878156834573e-07, + "I": 0.00016881793271750212, + "C": 4.842883754463401e-06, + "R": 7.265139174705837e-07, + "M": 1.5233120393531863e-05, + "O": 5.3649819165002555e-06, + "W": 1.1643455763987731e-06, + "N": 1.0628653399180621e-05, + "Y": 0.000700753356795758, + "U": 3.9877923541098426e-07, + "K": 0.0005718743777833879, + "L": 1.5549321119578963e-07, + "G": 0.00018626340897753835, + "F": 0.006624284200370312, + "E": 0.0016326723853126168, + "T": 0.00021621875930577517, + "P": 0.1712135225534439, + "-": 0.8186463117599487 + }, + "id": "tp_6404" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 800501, + "label": "-", + "classification": { + "B": 3.7218254078652535e-07, + "S": 3.9510936744591163e-07, + "I": 0.0003360214177519083, + "C": 4.174828518443974e-06, + "R": 8.38527114410681e-07, + "M": 1.5887269910308532e-05, + "O": 7.310928594961297e-06, + "W": 1.5061983731357032e-06, + "N": 4.715181785286404e-05, + "Y": 0.0015626975800842047, + "U": 7.41307815133041e-07, + "K": 0.008127582259476185, + "L": 1.22734647334255e-07, + "G": 0.0009594398434273899, + "F": 0.010520386509597301, + "E": 0.013656485825777054, + "T": 0.00021503235620912164, + "P": 0.19400323927402496, + "-": 0.7705406546592712 + }, + "id": "tp_6405" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 800634, + "label": "P", + "classification": { + "B": 6.231298175407574e-05, + "S": 1.9908715330529958e-05, + "I": 0.0026628843042999506, + "C": 0.0003013645764440298, + "R": 3.5195589589420706e-05, + "M": 0.00038134396891109645, + "O": 0.00010416907025501132, + "W": 2.7412444978835993e-05, + "N": 0.0003433150122873485, + "Y": 0.0033338856883347034, + "U": 2.5044149879249744e-05, + "K": 0.00043139237095601857, + "L": 1.7927048247656785e-05, + "G": 0.0020380374044179916, + "F": 0.010989800095558167, + "E": 0.019795294851064682, + "T": 0.000666512583848089, + "P": 0.6072085499763489, + "-": 0.35155558586120605 + }, + "id": "tp_6406" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 800767, + "label": "-", + "classification": { + "B": 9.36182368604932e-06, + "S": 6.00092789682094e-06, + "I": 0.00023050331219565123, + "C": 3.615500463638455e-05, + "R": 5.224093911238015e-06, + "M": 6.277949432842433e-05, + "O": 3.5471126466291025e-05, + "W": 1.0204525096924044e-05, + "N": 3.1957595638232306e-05, + "Y": 0.0008531641215085983, + "U": 6.690593181701843e-06, + "K": 0.00019708146282937378, + "L": 5.2636710279330146e-06, + "G": 0.0002535351668484509, + "F": 0.01562237087637186, + "E": 0.0011521447449922562, + "T": 0.00040156274917535484, + "P": 0.31757932901382446, + "-": 0.6635012030601501 + }, + "id": "tp_6407" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 800901, + "label": "P", + "classification": { + "B": 3.034367000509519e-05, + "S": 0.00034259192761965096, + "I": 0.05095076933503151, + "C": 0.0001874050503829494, + "R": 9.468783537158743e-05, + "M": 0.0020368474069982767, + "O": 0.0007141890237107873, + "W": 0.0002449275634717196, + "N": 0.006821572780609131, + "Y": 0.042354192584753036, + "U": 8.78447372087976e-06, + "K": 0.008777908980846405, + "L": 1.5874242308200337e-05, + "G": 0.004189088009297848, + "F": 0.02172894775867462, + "E": 0.015601766295731068, + "T": 0.017804808914661407, + "P": 0.42294636368751526, + "-": 0.4051489233970642 + }, + "id": "tp_6408" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 801001, + "label": "P", + "classification": { + "B": 5.381854407460196e-06, + "S": 1.3788330761599354e-06, + "I": 0.0004627963644452393, + "C": 3.468181603238918e-06, + "R": 4.275884464277624e-07, + "M": 0.00013381046301219612, + "O": 1.3246186426840723e-05, + "W": 1.4747841987627908e-06, + "N": 4.9888858484337106e-05, + "Y": 0.0006352317868731916, + "U": 6.863212433927401e-07, + "K": 0.00018954853294417262, + "L": 9.059380090548075e-07, + "G": 0.000787625031080097, + "F": 0.007893173024058342, + "E": 0.030957665294408798, + "T": 0.0003150456468574703, + "P": 0.48362430930137634, + "-": 0.4749239683151245 + }, + "id": "tp_6409" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 801134, + "label": "-", + "classification": { + "B": 1.456657537346473e-05, + "S": 3.2412408472737297e-06, + "I": 0.00020440242951735854, + "C": 7.483374793082476e-05, + "R": 8.99423048394965e-06, + "M": 0.000151196145452559, + "O": 4.552730024443008e-05, + "W": 5.6767839851090685e-06, + "N": 2.1263074813759886e-05, + "Y": 0.0012282938696444035, + "U": 3.1677523111284245e-06, + "K": 0.00011662026372505352, + "L": 6.3156480791803915e-06, + "G": 0.000682877260260284, + "F": 0.028054704889655113, + "E": 0.0023987714666873217, + "T": 0.0003209049173165113, + "P": 0.19896425306797028, + "-": 0.767694354057312 + }, + "id": "tp_6410" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 801268, + "label": "P", + "classification": { + "B": 2.1312192899358706e-08, + "S": 1.7688760678424842e-08, + "I": 2.513249455660116e-05, + "C": 1.764679780080769e-07, + "R": 1.4720882290930604e-08, + "M": 3.196242062131205e-07, + "O": 2.135244443479678e-07, + "W": 5.1244199994471273e-08, + "N": 2.715526079555275e-06, + "Y": 1.5223709851852618e-05, + "U": 2.025092449287058e-08, + "K": 1.1285153959761374e-05, + "L": 3.240299362161636e-09, + "G": 7.160451787058264e-06, + "F": 0.0012087452923879027, + "E": 0.000618629390373826, + "T": 6.9252055254764855e-06, + "P": 0.8173412084579468, + "-": 0.18076226115226746 + }, + "id": "tp_6411" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 801401, + "label": "P", + "classification": { + "B": 9.249231879948638e-06, + "S": 2.3526459699496627e-05, + "I": 0.0025437804870307446, + "C": 5.254809002508409e-05, + "R": 2.0129848053329624e-05, + "M": 0.00018066191114485264, + "O": 0.0001062436422216706, + "W": 1.2211861758260056e-05, + "N": 0.00046906317584216595, + "Y": 0.0011258638696745038, + "U": 6.184281119203661e-06, + "K": 0.00013350362132769078, + "L": 1.0339412256143987e-05, + "G": 0.00043408136116340756, + "F": 0.008890023455023766, + "E": 0.0021005773451179266, + "T": 0.0011543973814696074, + "P": 0.6865005493164062, + "-": 0.29622703790664673 + }, + "id": "tp_6412" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 801502, + "label": "-", + "classification": { + "B": 0.00033169251400977373, + "S": 0.001044456148520112, + "I": 0.014791985973715782, + "C": 0.0023612340446561575, + "R": 0.0012686445843428373, + "M": 0.0034991104621440172, + "O": 0.003137485822662711, + "W": 0.001321870950050652, + "N": 0.0060095530934631824, + "Y": 0.02776913531124592, + "U": 0.0005172353703528643, + "K": 0.030186954885721207, + "L": 0.0004003179492428899, + "G": 0.013527967035770416, + "F": 0.10617223381996155, + "E": 0.024358637630939484, + "T": 0.011933881789445877, + "P": 0.27559947967529297, + "-": 0.4757680892944336 + }, + "id": "tp_6413" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 801635, + "label": "-", + "classification": { + "B": 2.0221908869633154e-10, + "S": 1.553374234797289e-10, + "I": 2.758138180070091e-06, + "C": 1.193225358520067e-07, + "R": 4.9860311435168114e-09, + "M": 1.1585493098209554e-07, + "O": 3.3109529340435984e-08, + "W": 4.2297315649975076e-10, + "N": 4.590284063965555e-08, + "Y": 2.2861508114147e-05, + "U": 6.176472111540932e-10, + "K": 1.6541476099973806e-07, + "L": 4.435122269441649e-10, + "G": 2.970356945297681e-06, + "F": 0.0003804423613473773, + "E": 7.005164661677554e-06, + "T": 3.987788659287617e-06, + "P": 0.11188884824514389, + "-": 0.8876907229423523 + }, + "id": "tp_6414" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 801768, + "label": "-", + "classification": { + "B": 2.789585960272234e-05, + "S": 1.05721110230661e-05, + "I": 4.318016362958588e-05, + "C": 2.4011146706470754e-06, + "R": 1.0493945410416927e-06, + "M": 0.0001331123785348609, + "O": 0.00012714689364656806, + "W": 6.020774890203029e-06, + "N": 4.716399871540489e-06, + "Y": 0.00019954198796767741, + "U": 1.9581456456307933e-07, + "K": 2.1938117811259872e-07, + "L": 7.723238013568334e-06, + "G": 8.074189827311784e-05, + "F": 0.0010139475343748927, + "E": 5.840743688168004e-05, + "T": 0.0006234218599274755, + "P": 0.13526567816734314, + "-": 0.8623939752578735 + }, + "id": "tp_6415" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 801902, + "label": "P", + "classification": { + "B": 7.767401984892786e-05, + "S": 5.340738425729796e-05, + "I": 0.0023603085428476334, + "C": 0.00030834009521640837, + "R": 5.562457590713166e-05, + "M": 0.000342401530360803, + "O": 0.00023245329794008285, + "W": 5.294932998367585e-05, + "N": 0.0006305158603936434, + "Y": 0.002371950773522258, + "U": 3.848191045108251e-05, + "K": 0.0006660984945483506, + "L": 3.4440396120771766e-05, + "G": 0.0030671213753521442, + "F": 0.02816978469491005, + "E": 0.015480107627809048, + "T": 0.001308183535002172, + "P": 0.5442856550216675, + "-": 0.4004645347595215 + }, + "id": "tp_6416" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 802002, + "label": "-", + "classification": { + "B": 8.296728628920391e-05, + "S": 7.536160410381854e-05, + "I": 0.001733944402076304, + "C": 0.0004611923359334469, + "R": 5.612150562228635e-05, + "M": 0.0004505438555497676, + "O": 0.00018069233919959515, + "W": 0.00012147369125159457, + "N": 0.0009263330139219761, + "Y": 0.010979311540722847, + "U": 4.386653017718345e-05, + "K": 0.055679719895124435, + "L": 1.8006136087933555e-05, + "G": 0.015824252739548683, + "F": 0.09862436354160309, + "E": 0.18206574022769928, + "T": 0.0022197323851287365, + "P": 0.25320836901664734, + "-": 0.37724798917770386 + }, + "id": "tp_6417" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 802135, + "label": "-", + "classification": { + "B": 5.009638357478252e-07, + "S": 1.123382503465109e-06, + "I": 3.357533933012746e-05, + "C": 2.586327582321246e-06, + "R": 3.0114108540146844e-07, + "M": 4.721313962363638e-05, + "O": 2.098301592923235e-05, + "W": 7.280906970663636e-07, + "N": 2.3910406525828876e-06, + "Y": 0.00014935563376639038, + "U": 1.7956352849068935e-07, + "K": 4.183239070698619e-07, + "L": 1.59233297836181e-06, + "G": 3.9627608202863485e-05, + "F": 0.0013681144919246435, + "E": 3.88135522371158e-05, + "T": 0.000384772865800187, + "P": 0.10833406448364258, + "-": 0.8895736336708069 + }, + "id": "tp_6418" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 802269, + "label": "-", + "classification": { + "B": 4.778099027547e-10, + "S": 5.149740078813636e-10, + "I": 4.260134119249415e-06, + "C": 4.300352784980532e-08, + "R": 4.568200484555973e-09, + "M": 2.619669601244823e-07, + "O": 7.83569689133401e-08, + "W": 1.4931367253723238e-09, + "N": 3.9929936690441536e-08, + "Y": 1.034794513543602e-05, + "U": 7.019740899671945e-10, + "K": 6.900850557656213e-09, + "L": 1.172817176708918e-09, + "G": 7.444582479365636e-07, + "F": 3.4020231396425515e-05, + "E": 2.0557620246108854e-06, + "T": 1.0548830687184818e-05, + "P": 0.1648484617471695, + "-": 0.8350891470909119 + }, + "id": "tp_6419" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 802402, + "label": "-", + "classification": { + "B": 8.285046533273999e-06, + "S": 2.3755262645863695e-06, + "I": 9.243311797035858e-05, + "C": 9.900008990371134e-06, + "R": 1.7360622450723895e-06, + "M": 4.548240394797176e-05, + "O": 4.12003428209573e-05, + "W": 3.951852704631165e-06, + "N": 1.1740081390598789e-05, + "Y": 0.0002920156402979046, + "U": 9.074641411643825e-07, + "K": 1.9502185750752687e-05, + "L": 2.43021645474073e-06, + "G": 0.00032966092112474144, + "F": 0.007993479259312153, + "E": 0.0005030879401601851, + "T": 0.0002673567505553365, + "P": 0.29184430837631226, + "-": 0.6985301375389099 + }, + "id": "tp_6420" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 802503, + "label": "P", + "classification": { + "B": 2.1954207113594748e-05, + "S": 2.309631963726133e-05, + "I": 0.00235435226932168, + "C": 3.287163417553529e-05, + "R": 6.698746346955886e-06, + "M": 8.711581904208288e-05, + "O": 4.1775991121539846e-05, + "W": 2.02796290977858e-05, + "N": 0.0005221887258812785, + "Y": 0.000985558144748211, + "U": 1.548076579638291e-05, + "K": 0.0008547889301553369, + "L": 6.4305568230338395e-06, + "G": 0.0006705994601361454, + "F": 0.009389658458530903, + "E": 0.01811089739203453, + "T": 0.000738150323741138, + "P": 0.8279097676277161, + "-": 0.1382083296775818 + }, + "id": "tp_6421" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 802636, + "label": "P", + "classification": { + "B": 3.671673039207235e-05, + "S": 3.010478576470632e-05, + "I": 0.0055480413138866425, + "C": 0.0009197418112307787, + "R": 0.0001208355970447883, + "M": 0.00045821283129043877, + "O": 0.00023349805269390345, + "W": 0.00010212980851065367, + "N": 0.0015119855524972081, + "Y": 0.004572927951812744, + "U": 8.542775321984664e-05, + "K": 0.013518329709768295, + "L": 2.133572706952691e-05, + "G": 0.005790279246866703, + "F": 0.03128428757190704, + "E": 0.061160873621702194, + "T": 0.001392407575622201, + "P": 0.47744736075401306, + "-": 0.3957655131816864 + }, + "id": "tp_6422" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 802769, + "label": "-", + "classification": { + "B": 2.343517508052173e-06, + "S": 1.4519694104819791e-06, + "I": 0.00031283259158954024, + "C": 2.7308848075335845e-05, + "R": 1.7863479797597392e-06, + "M": 2.534684790589381e-05, + "O": 1.5290152077795938e-05, + "W": 1.4846422118353075e-06, + "N": 3.353434658492915e-05, + "Y": 0.00034871019306592643, + "U": 7.995604960342462e-07, + "K": 1.1331898349453695e-05, + "L": 8.593319194005744e-07, + "G": 7.308142812689766e-05, + "F": 0.005379452370107174, + "E": 0.0005762123037129641, + "T": 0.00013517113984562457, + "P": 0.4121758043766022, + "-": 0.5808773040771484 + }, + "id": "tp_6423" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 802903, + "label": "-", + "classification": { + "B": 9.335239155916497e-06, + "S": 3.548281938492437e-06, + "I": 2.8205980925122276e-05, + "C": 5.412899554357864e-06, + "R": 6.888649295433424e-07, + "M": 1.1110849300166592e-05, + "O": 1.3957088413008023e-05, + "W": 1.7619813661440276e-06, + "N": 6.104172825871501e-06, + "Y": 0.00013095281610731035, + "U": 1.5543122344752192e-07, + "K": 3.4369945751677733e-06, + "L": 9.263028459827183e-07, + "G": 0.00020432814199011773, + "F": 0.019937612116336823, + "E": 0.00044540478847920895, + "T": 0.00010714102245401591, + "P": 0.474910706281662, + "-": 0.5041791796684265 + }, + "id": "tp_6424" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 803003, + "label": "-", + "classification": { + "B": 1.617035741219297e-05, + "S": 6.428487267839955e-06, + "I": 0.0014099439140409231, + "C": 0.00039508342160843313, + "R": 3.916271452908404e-05, + "M": 0.00016237339877989143, + "O": 7.367771468125284e-05, + "W": 2.9607586839119904e-05, + "N": 0.0002942887076642364, + "Y": 0.004679595120251179, + "U": 3.543465936672874e-05, + "K": 0.0062642451375722885, + "L": 8.40488701214781e-06, + "G": 0.0027753037866204977, + "F": 0.023738624528050423, + "E": 0.02902405895292759, + "T": 0.0006767607410438359, + "P": 0.34461334347724915, + "-": 0.5857574939727783 + }, + "id": "tp_6425" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 803136, + "label": "P", + "classification": { + "B": 9.095263067138148e-07, + "S": 4.812231395590061e-07, + "I": 0.00011215706035727635, + "C": 4.599868589139078e-06, + "R": 4.04014997457125e-07, + "M": 1.005042031465564e-05, + "O": 6.8329004534462e-06, + "W": 6.489970019174507e-07, + "N": 9.309224878961686e-06, + "Y": 3.5017976188100874e-05, + "U": 1.9062326828134246e-07, + "K": 2.3962484192452393e-06, + "L": 2.1647774417488108e-07, + "G": 2.6312533009331673e-05, + "F": 0.0008356242906302214, + "E": 0.00017252701218239963, + "T": 6.640829087700695e-05, + "P": 0.6184293031692505, + "-": 0.38028648495674133 + }, + "id": "tp_6426" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 803270, + "label": "-", + "classification": { + "B": 3.0885395574387076e-08, + "S": 6.374342831350077e-08, + "I": 5.390540536609478e-05, + "C": 1.906500619952567e-05, + "R": 1.739624735819234e-06, + "M": 4.323626399127534e-06, + "O": 2.336052375540021e-06, + "W": 3.158890535814862e-07, + "N": 4.273613740224391e-06, + "Y": 0.00135840754956007, + "U": 2.7066928964813997e-07, + "K": 0.00036704103695228696, + "L": 8.951861474315592e-08, + "G": 0.00021257590560708195, + "F": 0.015356221236288548, + "E": 0.0005366189870983362, + "T": 8.488059393130243e-05, + "P": 0.10768560320138931, + "-": 0.8743122220039368 + }, + "id": "tp_6427" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 803403, + "label": "-", + "classification": { + "B": 9.484809879722889e-07, + "S": 1.2414075172273442e-06, + "I": 3.480907980701886e-05, + "C": 8.447046639048494e-06, + "R": 9.852010407485068e-07, + "M": 1.311232063017087e-05, + "O": 1.2129168680985458e-05, + "W": 1.346223598375218e-06, + "N": 6.604521786357509e-06, + "Y": 0.0001836127194110304, + "U": 1.7720491030104313e-07, + "K": 2.41003272094531e-05, + "L": 2.3761101886066172e-07, + "G": 8.978736877907068e-05, + "F": 0.007343384902924299, + "E": 0.0004884939990006387, + "T": 8.041804539971054e-05, + "P": 0.2953914403915405, + "-": 0.6963188052177429 + }, + "id": "tp_6428" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 803504, + "label": "-", + "classification": { + "B": 1.7119182302849367e-05, + "S": 3.686335185193457e-05, + "I": 0.000557544466573745, + "C": 0.0001824129867600277, + "R": 1.9462393538560718e-05, + "M": 0.0011010345770046115, + "O": 0.00013319107529241592, + "W": 1.7877964637591504e-05, + "N": 9.090676030609757e-05, + "Y": 0.03521179407835007, + "U": 1.6229823813773692e-06, + "K": 0.005500856786966324, + "L": 1.5999483366613276e-05, + "G": 0.02543714828789234, + "F": 0.11074096709489822, + "E": 0.024453196674585342, + "T": 0.0068069566041231155, + "P": 0.048418689519166946, + "-": 0.7412564754486084 + }, + "id": "tp_6429" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 803637, + "label": "P", + "classification": { + "B": 2.8604350177374727e-07, + "S": 1.6863688188095693e-06, + "I": 0.00032719873706810176, + "C": 7.042900051601464e-06, + "R": 9.205004403156636e-07, + "M": 4.3740742512454744e-06, + "O": 6.673732968920376e-06, + "W": 4.200821422273293e-06, + "N": 0.00019838471780531108, + "Y": 0.00022976605396252126, + "U": 8.690091704011138e-07, + "K": 0.009479319676756859, + "L": 8.234218995539777e-08, + "G": 0.00028821249725297093, + "F": 0.027386341243982315, + "E": 0.01958296075463295, + "T": 0.00011591659131227061, + "P": 0.7347800135612488, + "-": 0.20758575201034546 + }, + "id": "tp_6430" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 803770, + "label": "P", + "classification": { + "B": 3.499282684060745e-06, + "S": 6.753427442163229e-05, + "I": 0.01541249081492424, + "C": 4.9524711357662454e-05, + "R": 1.4356529391079675e-05, + "M": 5.4669802921125665e-05, + "O": 4.0460421587340534e-05, + "W": 1.8039727365248837e-05, + "N": 0.005712626967579126, + "Y": 0.0019336785189807415, + "U": 3.0625697036157362e-06, + "K": 0.002513488754630089, + "L": 7.696190778005985e-07, + "G": 0.00024864228907972574, + "F": 0.0032165551092475653, + "E": 0.007996756583452225, + "T": 0.0006142703932709992, + "P": 0.9131482243537903, + "-": 0.04895133152604103 + }, + "id": "tp_6431" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 803904, + "label": "-", + "classification": { + "B": 5.4785180836347536e-09, + "S": 3.5755631788703113e-09, + "I": 1.0186051440541632e-05, + "C": 7.403385211546265e-07, + "R": 6.268469121550879e-08, + "M": 5.322784772943123e-07, + "O": 4.3035970520577393e-07, + "W": 1.5550211784898238e-08, + "N": 5.504563205249724e-07, + "Y": 8.150040957843885e-05, + "U": 8.733466394517109e-09, + "K": 5.270667770673754e-06, + "L": 4.032954414867618e-09, + "G": 1.1637773241091054e-05, + "F": 0.00137175596319139, + "E": 5.4755626479163766e-05, + "T": 1.412150049873162e-05, + "P": 0.15642239153385162, + "-": 0.8420259952545166 + }, + "id": "tp_6432" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 804004, + "label": "-", + "classification": { + "B": 2.8133299565524794e-05, + "S": 6.042771929060109e-05, + "I": 0.0025834746193140745, + "C": 0.0012628085678443313, + "R": 0.0002753178996499628, + "M": 0.0005412964383140206, + "O": 0.000506763462908566, + "W": 0.00017584487795829773, + "N": 0.0009412060608156025, + "Y": 0.012372675351798534, + "U": 0.0001634968793950975, + "K": 0.06866586953401566, + "L": 3.728272349690087e-05, + "G": 0.005959377158433199, + "F": 0.06315507739782333, + "E": 0.015135779976844788, + "T": 0.00299646845087409, + "P": 0.11464692652225494, + "-": 0.7104918360710144 + }, + "id": "tp_6433" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 804137, + "label": "-", + "classification": { + "B": 3.0937371775507927e-07, + "S": 9.740899713506224e-07, + "I": 0.00021294654288794845, + "C": 1.9912837160518393e-05, + "R": 1.5734806311229477e-06, + "M": 2.2909658582648262e-05, + "O": 1.051703111443203e-05, + "W": 3.1658064472139813e-06, + "N": 4.566717689158395e-05, + "Y": 0.00116154330316931, + "U": 1.1521077567522298e-06, + "K": 0.0028200168162584305, + "L": 2.476852785093797e-07, + "G": 0.00030047178734093904, + "F": 0.029044516384601593, + "E": 0.007911626249551773, + "T": 0.000158215087139979, + "P": 0.2842687666416168, + "-": 0.6740154027938843 + }, + "id": "tp_6434" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 804271, + "label": "-", + "classification": { + "B": 6.055384801584296e-06, + "S": 1.0943302186205983e-05, + "I": 0.001873719971626997, + "C": 0.000120919467008207, + "R": 1.8971659301314503e-05, + "M": 0.00019062765932176262, + "O": 7.868875400163233e-05, + "W": 1.779216472641565e-05, + "N": 0.00038767143269069493, + "Y": 0.006243624724447727, + "U": 1.4746819033462089e-05, + "K": 0.009322086349129677, + "L": 5.3725971156382e-06, + "G": 0.002912368858233094, + "F": 0.02571350522339344, + "E": 0.026066375896334648, + "T": 0.0015218446496874094, + "P": 0.19667726755142212, + "-": 0.7288175225257874 + }, + "id": "tp_6435" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 804404, + "label": "-", + "classification": { + "B": 9.185547241941094e-05, + "S": 6.350851617753506e-05, + "I": 0.0009929895168170333, + "C": 0.00016088088159449399, + "R": 5.0984363042516634e-05, + "M": 0.0003001267905347049, + "O": 0.0002887678565457463, + "W": 5.5071854148991406e-05, + "N": 0.00015484707546420395, + "Y": 0.0013759315479546785, + "U": 1.513850838819053e-05, + "K": 0.00013517173647414893, + "L": 4.538519715424627e-05, + "G": 0.0009755001519806683, + "F": 0.025757258757948875, + "E": 0.0015766528667882085, + "T": 0.0010139326332136989, + "P": 0.3367964029312134, + "-": 0.6301496028900146 + }, + "id": "tp_6436" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 804505, + "label": "-", + "classification": { + "B": 4.083544263266958e-05, + "S": 3.1654530175728723e-05, + "I": 0.005213520489633083, + "C": 0.0005199740990065038, + "R": 0.00012411913485266268, + "M": 0.0005248168017715216, + "O": 0.00023351697018370032, + "W": 4.761084710480645e-05, + "N": 0.0006794529617764056, + "Y": 0.0041070738807320595, + "U": 7.185815047705546e-05, + "K": 0.0007152283214963973, + "L": 5.0696904509095475e-05, + "G": 0.002538833301514387, + "F": 0.016406429931521416, + "E": 0.004858724307268858, + "T": 0.002881070366129279, + "P": 0.3739505112171173, + "-": 0.5870040059089661 + }, + "id": "tp_6437" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 804638, + "label": "-", + "classification": { + "B": 3.090180325671099e-05, + "S": 6.538693560287356e-05, + "I": 0.0003030062944162637, + "C": 2.511565799068194e-05, + "R": 7.986547643668018e-06, + "M": 0.00015000598796177655, + "O": 0.00014853745233267546, + "W": 5.166655682842247e-05, + "N": 0.00011449833982624114, + "Y": 0.0024262843653559685, + "U": 5.124627477925969e-06, + "K": 0.001549321343190968, + "L": 6.0708871387760155e-06, + "G": 0.0009382454445585608, + "F": 0.06811317056417465, + "E": 0.0041200341656804085, + "T": 0.0007252052309922874, + "P": 0.21261675655841827, + "-": 0.7086025476455688 + }, + "id": "tp_6438" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 804771, + "label": "P", + "classification": { + "B": 3.480497980490327e-05, + "S": 1.0991077033395413e-05, + "I": 0.010907763615250587, + "C": 0.0009227592381648719, + "R": 0.00012789544416591525, + "M": 0.0005320037598721683, + "O": 0.00017132492212112993, + "W": 2.2111724319984205e-05, + "N": 0.0007292274967767298, + "Y": 0.0019360955338925123, + "U": 4.427892417879775e-05, + "K": 0.00010869841207750142, + "L": 4.606717266142368e-05, + "G": 0.0013051730347797275, + "F": 0.004652992356568575, + "E": 0.005887559615075588, + "T": 0.0016973692690953612, + "P": 0.55157071352005, + "-": 0.41929224133491516 + }, + "id": "tp_6439" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 804905, + "label": "-", + "classification": { + "B": 1.4709604329254944e-05, + "S": 2.400595803919714e-05, + "I": 0.0012647880939766765, + "C": 0.00016844192577991635, + "R": 2.6918391085928306e-05, + "M": 0.0004190648323856294, + "O": 0.00022817809076514095, + "W": 3.0178925953805447e-05, + "N": 0.00029272757819853723, + "Y": 0.002077713143080473, + "U": 2.147927079931833e-05, + "K": 0.00047083417302928865, + "L": 1.8930984879261814e-05, + "G": 0.001238916884176433, + "F": 0.00938230287283659, + "E": 0.004014276433736086, + "T": 0.0023472013417631388, + "P": 0.3355013430118561, + "-": 0.6424579620361328 + }, + "id": "tp_6440" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 805005, + "label": "P", + "classification": { + "B": 0.0004990607849322259, + "S": 0.0007469922420568764, + "I": 0.013132099993526936, + "C": 0.0019060395425185561, + "R": 0.0005779825733043253, + "M": 0.002257208339869976, + "O": 0.0013340575387701392, + "W": 0.0005153797101229429, + "N": 0.00371002615429461, + "Y": 0.009160867892205715, + "U": 0.00025959196500480175, + "K": 0.0037528211250901222, + "L": 0.0003641126095317304, + "G": 0.011896663345396519, + "F": 0.07539887726306915, + "E": 0.042261093854904175, + "T": 0.005346069112420082, + "P": 0.505029559135437, + "-": 0.3218514919281006 + }, + "id": "tp_6441" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 805138, + "label": "-", + "classification": { + "B": 1.330465056526009e-05, + "S": 4.8370607146352995e-06, + "I": 0.0017361815553158522, + "C": 0.00019636418437585235, + "R": 3.2266467314912006e-05, + "M": 0.00037613039603456855, + "O": 6.579346518265083e-05, + "W": 6.888756161060883e-06, + "N": 8.504009019816294e-05, + "Y": 0.00625572819262743, + "U": 4.164707661402645e-06, + "K": 0.00022456611623056233, + "L": 1.2274235814402346e-05, + "G": 0.0037832017987966537, + "F": 0.019235005602240562, + "E": 0.006807114463299513, + "T": 0.0016146395355463028, + "P": 0.20991367101669312, + "-": 0.7496328949928284 + }, + "id": "tp_6442" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 805272, + "label": "-", + "classification": { + "B": 2.174907933749637e-07, + "S": 2.078464689247994e-07, + "I": 0.0003455550759099424, + "C": 1.3133302672940772e-05, + "R": 1.1243180324527202e-06, + "M": 1.2658148989430629e-05, + "O": 3.4682434488786384e-06, + "W": 3.9941491536410467e-07, + "N": 2.062492785626091e-05, + "Y": 0.0001977182546397671, + "U": 3.519564586440538e-07, + "K": 4.939111022395082e-05, + "L": 9.331228767450739e-08, + "G": 8.899239037418738e-05, + "F": 0.0020264904014766216, + "E": 0.0008308791439048946, + "T": 8.711130067240447e-05, + "P": 0.48737311363220215, + "-": 0.5089485049247742 + }, + "id": "tp_6443" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 805405, + "label": "-", + "classification": { + "B": 2.2335527773975627e-06, + "S": 5.196336587687256e-06, + "I": 9.609332482796162e-05, + "C": 1.264332422579173e-05, + "R": 2.4460136955894995e-06, + "M": 3.63420185749419e-05, + "O": 3.071529499720782e-05, + "W": 6.364559794747038e-06, + "N": 2.3836950276745483e-05, + "Y": 0.001530958223156631, + "U": 2.067955620077555e-06, + "K": 0.0002856997598428279, + "L": 1.5581161960653844e-06, + "G": 0.0002685024810489267, + "F": 0.024072712287306786, + "E": 0.001036179601214826, + "T": 0.00033470147172920406, + "P": 0.19241775572299957, + "-": 0.7798339128494263 + }, + "id": "tp_6444" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 805506, + "label": "-", + "classification": { + "B": 2.9570961146418995e-07, + "S": 6.643723793331446e-08, + "I": 1.5484805771848187e-05, + "C": 3.003808160428889e-06, + "R": 8.254279748598492e-08, + "M": 6.011987352394499e-06, + "O": 9.58210648605018e-07, + "W": 4.331043612637586e-08, + "N": 8.870328542798234e-07, + "Y": 5.545475869439542e-05, + "U": 2.227445250468918e-08, + "K": 8.710009069545777e-07, + "L": 6.208325231682466e-08, + "G": 4.103830724488944e-05, + "F": 0.0024096008855849504, + "E": 0.00025991941220127046, + "T": 3.87987784051802e-05, + "P": 0.37184756994247437, + "-": 0.6253198385238647 + }, + "id": "tp_6445" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 805639, + "label": "P", + "classification": { + "B": 2.4797040509838553e-07, + "S": 1.383017547595955e-06, + "I": 0.00010091669537359849, + "C": 5.637203344122099e-07, + "R": 7.090716280799825e-08, + "M": 7.052391083561815e-06, + "O": 2.516737822588766e-06, + "W": 1.896225512609817e-06, + "N": 6.359045801218599e-05, + "Y": 0.00039638939779251814, + "U": 2.189679690900448e-07, + "K": 0.013406876474618912, + "L": 2.852873848269155e-08, + "G": 0.00022803302272222936, + "F": 0.04536544159054756, + "E": 0.10464511066675186, + "T": 0.00010464325168868527, + "P": 0.6053175330162048, + "-": 0.23035749793052673 + }, + "id": "tp_6446" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 805772, + "label": "P", + "classification": { + "B": 2.3375607005604593e-11, + "S": 1.5526854801883871e-10, + "I": 2.0783700165338814e-05, + "C": 8.614932767159189e-09, + "R": 4.1816855533838293e-10, + "M": 3.104380397189743e-08, + "O": 6.5182779174222105e-09, + "W": 3.0926169958256366e-10, + "N": 5.73035492834606e-07, + "Y": 1.5157967254708637e-06, + "U": 1.4546346072119576e-10, + "K": 6.728257062604825e-07, + "L": 2.8568919799298875e-11, + "G": 2.3801692350389203e-07, + "F": 0.00016489587142132223, + "E": 0.00013424463395494968, + "T": 4.453961253148009e-07, + "P": 0.7858303189277649, + "-": 0.213846355676651 + }, + "id": "tp_6447" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 805906, + "label": "-", + "classification": { + "B": 1.0075081263494212e-05, + "S": 4.143394562561298e-06, + "I": 0.0010159139055758715, + "C": 0.0002100692508975044, + "R": 2.2125273972051218e-05, + "M": 0.00010677112732082605, + "O": 3.144071888527833e-05, + "W": 8.15455314295832e-06, + "N": 0.00014727743109688163, + "Y": 0.00500095821917057, + "U": 6.483952802227577e-06, + "K": 0.002664038212969899, + "L": 8.74300349096302e-06, + "G": 0.005872667767107487, + "F": 0.0920615941286087, + "E": 0.03652932867407799, + "T": 0.0008890855242498219, + "P": 0.26371002197265625, + "-": 0.5917012095451355 + }, + "id": "tp_6448" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 806006, + "label": "-", + "classification": { + "B": 2.655181106092641e-06, + "S": 1.458898509554274e-06, + "I": 0.0004908457049168646, + "C": 1.7054309864761308e-05, + "R": 2.9955358513689134e-06, + "M": 4.258414264768362e-05, + "O": 1.7087031665141694e-05, + "W": 1.97851068151067e-06, + "N": 2.6743415219243616e-05, + "Y": 0.0006190006388351321, + "U": 1.617466068637441e-06, + "K": 2.1672851289622486e-05, + "L": 1.5954160517139826e-06, + "G": 0.00017651125381235033, + "F": 0.004156516864895821, + "E": 0.0011721043847501278, + "T": 0.00035480447695590556, + "P": 0.36992689967155457, + "-": 0.6229658722877502 + }, + "id": "tp_6449" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 806139, + "label": "-", + "classification": { + "B": 1.2351780753760977e-07, + "S": 1.762191914167488e-06, + "I": 1.4280039067671169e-05, + "C": 4.167158294876572e-06, + "R": 1.83127411901296e-07, + "M": 7.377111614914611e-06, + "O": 4.282692316337489e-06, + "W": 1.2103181461498025e-06, + "N": 7.066442321956856e-06, + "Y": 0.00020495652279350907, + "U": 2.8753646574841696e-08, + "K": 0.0009219240164384246, + "L": 1.2213257605253602e-07, + "G": 0.0007298042764887214, + "F": 0.22568270564079285, + "E": 0.01765715517103672, + "T": 8.101187268039212e-05, + "P": 0.289961040019989, + "-": 0.46472078561782837 + }, + "id": "tp_6450" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 806273, + "label": "P", + "classification": { + "B": 0.0001817839074647054, + "S": 0.000343420630088076, + "I": 0.009099812246859074, + "C": 0.0004096428747288883, + "R": 0.00013313343515619636, + "M": 0.00205756863579154, + "O": 0.0006478577852249146, + "W": 0.00020396756008267403, + "N": 0.002103951293975115, + "Y": 0.011480326764285564, + "U": 0.00010331625526305288, + "K": 0.0030371739994734526, + "L": 9.093105472857133e-05, + "G": 0.00376311712898314, + "F": 0.022906357422471046, + "E": 0.014998020604252815, + "T": 0.005366867408156395, + "P": 0.48622992634773254, + "-": 0.4368428587913513 + }, + "id": "tp_6451" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 806406, + "label": "-", + "classification": { + "B": 2.1942621515336214e-06, + "S": 4.2678268073359504e-05, + "I": 0.000862090615555644, + "C": 0.00018126513168681413, + "R": 2.8522732463898137e-05, + "M": 0.00026403251104056835, + "O": 0.00015327113214880228, + "W": 2.56879811786348e-05, + "N": 0.00025415344862267375, + "Y": 0.006148821208626032, + "U": 3.940968781535048e-06, + "K": 0.017851658165454865, + "L": 5.966761818854138e-06, + "G": 0.004946928936988115, + "F": 0.10795419663190842, + "E": 0.013335535302758217, + "T": 0.00225542183034122, + "P": 0.10284993797540665, + "-": 0.7428337931632996 + }, + "id": "tp_6452" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 806507, + "label": "-", + "classification": { + "B": 2.6158613053439694e-09, + "S": 1.8135697388288463e-08, + "I": 5.075423814560054e-06, + "C": 1.1847109817608725e-06, + "R": 1.0765401725620904e-07, + "M": 6.029753194525256e-07, + "O": 1.1063286819990026e-06, + "W": 2.712361890644388e-07, + "N": 1.7287984519498423e-06, + "Y": 0.00042272923747077584, + "U": 5.569368255464724e-08, + "K": 0.006399056874215603, + "L": 8.507540449897988e-09, + "G": 0.0001311450614593923, + "F": 0.033357709646224976, + "E": 0.0012575616128742695, + "T": 2.7696780307451263e-05, + "P": 0.0953194871544838, + "-": 0.8630744218826294 + }, + "id": "tp_6453" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 806640, + "label": "-", + "classification": { + "B": 4.91168066218961e-06, + "S": 1.5137879927351605e-06, + "I": 0.00016084389062598348, + "C": 4.707137122750282e-05, + "R": 5.476392288983334e-06, + "M": 7.383625052170828e-05, + "O": 1.907751902763266e-05, + "W": 1.6187135543077602e-06, + "N": 1.7827029296313412e-05, + "Y": 0.0022658444941043854, + "U": 1.5574099734294578e-06, + "K": 0.00019442559278104454, + "L": 2.415480821582605e-06, + "G": 0.0017093510832637548, + "F": 0.026238825172185898, + "E": 0.002208556979894638, + "T": 0.0006188427796587348, + "P": 0.16445286571979523, + "-": 0.8019751310348511 + }, + "id": "tp_6454" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 806773, + "label": "-", + "classification": { + "B": 1.1959120456594974e-05, + "S": 4.94314735988155e-05, + "I": 0.0004899761406704783, + "C": 0.0004114929470233619, + "R": 0.00011425666889408603, + "M": 0.0013308832421898842, + "O": 0.0004192730993963778, + "W": 4.595789505401626e-05, + "N": 0.00010336603008909151, + "Y": 0.04456146061420441, + "U": 4.9347704589308705e-06, + "K": 0.005697762127965689, + "L": 7.091138832038268e-05, + "G": 0.034819770604372025, + "F": 0.07023325562477112, + "E": 0.012202870100736618, + "T": 0.011725518852472305, + "P": 0.021512914448976517, + "-": 0.7961939573287964 + }, + "id": "tp_6455" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 806907, + "label": "-", + "classification": { + "B": 4.240056568960426e-06, + "S": 2.1328721686586505e-06, + "I": 0.0002424134436296299, + "C": 1.9096500182058662e-05, + "R": 3.6966698644391727e-06, + "M": 6.338210368994623e-05, + "O": 3.4302898711757734e-05, + "W": 3.4169183891208377e-06, + "N": 2.463005148456432e-05, + "Y": 0.0006024542381055653, + "U": 2.018401801251457e-06, + "K": 5.7462551922071725e-05, + "L": 2.7862527076649712e-06, + "G": 0.0002621987950988114, + "F": 0.005928225815296173, + "E": 0.001487245550379157, + "T": 0.0002889067982323468, + "P": 0.22765809297561646, + "-": 0.7633132338523865 + }, + "id": "tp_6456" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 807007, + "label": "-", + "classification": { + "B": 3.2217569241765887e-05, + "S": 3.314792047603987e-05, + "I": 0.0021098472643643618, + "C": 0.00032480675145052373, + "R": 8.33190861158073e-05, + "M": 0.00039577376446686685, + "O": 0.00021061956067569554, + "W": 8.819304639473557e-05, + "N": 0.0005701351328752935, + "Y": 0.014444991014897823, + "U": 8.077673555817455e-05, + "K": 0.03461052104830742, + "L": 1.9475883163977414e-05, + "G": 0.006023096852004528, + "F": 0.035817764699459076, + "E": 0.02608042024075985, + "T": 0.002808858174830675, + "P": 0.1733187735080719, + "-": 0.7029472589492798 + }, + "id": "tp_6457" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 807140, + "label": "-", + "classification": { + "B": 2.7697519833225215e-09, + "S": 9.219968788443111e-09, + "I": 2.3225855329656042e-05, + "C": 6.108020329520514e-07, + "R": 5.893178922633524e-08, + "M": 3.7092092952661915e-07, + "O": 3.176708673890971e-07, + "W": 4.736449810138765e-08, + "N": 2.911645879066782e-06, + "Y": 0.0005487258895300329, + "U": 8.37996694258436e-09, + "K": 0.002129790373146534, + "L": 1.8330842399549852e-09, + "G": 0.00016703075380064547, + "F": 0.01910153590142727, + "E": 0.003191842930391431, + "T": 2.1622425265377387e-05, + "P": 0.1781034618616104, + "-": 0.7967084050178528 + }, + "id": "tp_6458" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 807274, + "label": "-", + "classification": { + "B": 6.178656235533708e-07, + "S": 5.653261609950277e-07, + "I": 6.995962030487135e-05, + "C": 1.2295632586756255e-05, + "R": 6.940261414456472e-07, + "M": 1.3421541552816052e-05, + "O": 7.622906196047552e-06, + "W": 8.41500934711803e-07, + "N": 8.57063878356712e-06, + "Y": 0.00048119519487954676, + "U": 8.225345027312869e-07, + "K": 5.800686267320998e-05, + "L": 4.734567085051822e-07, + "G": 0.00016624103591311723, + "F": 0.003246246837079525, + "E": 0.0003353451902512461, + "T": 0.00020305148791521788, + "P": 0.23005370795726776, + "-": 0.765340268611908 + }, + "id": "tp_6459" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 807407, + "label": "-", + "classification": { + "B": 2.1668721927881052e-08, + "S": 8.63216964575031e-09, + "I": 5.089448677608743e-06, + "C": 2.460527355196973e-07, + "R": 1.2806401272769108e-08, + "M": 9.246414833796734e-07, + "O": 3.587298635920888e-07, + "W": 1.4683451787789181e-08, + "N": 1.2045545361161203e-07, + "Y": 2.0746827431139536e-05, + "U": 2.508709684434507e-09, + "K": 1.1327102100722186e-07, + "L": 1.0563150354414574e-08, + "G": 4.821534730581334e-06, + "F": 0.0006736344075761735, + "E": 3.52551433024928e-05, + "T": 4.6750778892601375e-06, + "P": 0.1551690399646759, + "-": 0.8440849184989929 + }, + "id": "tp_6460" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 807508, + "label": "-", + "classification": { + "B": 0.0009945654310286045, + "S": 0.0006862275185994804, + "I": 0.00482747470960021, + "C": 0.003817934775725007, + "R": 0.00188472552690655, + "M": 0.006073748227208853, + "O": 0.003132410114631057, + "W": 0.00081242760643363, + "N": 0.0010014333529397845, + "Y": 0.04745437577366829, + "U": 0.00024258886696770787, + "K": 0.008909485302865505, + "L": 0.0007998358923941851, + "G": 0.034445226192474365, + "F": 0.07565388828516006, + "E": 0.010859524831175804, + "T": 0.01735461875796318, + "P": 0.058261044323444366, + "-": 0.7227883338928223 + }, + "id": "tp_6461" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 807641, + "label": "K", + "classification": { + "B": 0.0011037891963496804, + "S": 0.008218187838792801, + "I": 0.02761203981935978, + "C": 0.008913025259971619, + "R": 0.002566735725849867, + "M": 0.008107427507638931, + "O": 0.008857454173266888, + "W": 0.005299306474626064, + "N": 0.025947164744138718, + "Y": 0.058123040944337845, + "U": 0.0008094851509667933, + "K": 0.2475057691335678, + "L": 0.0015226096147671342, + "G": 0.07219933718442917, + "F": 0.12742401659488678, + "E": 0.09832783043384552, + "T": 0.039860162883996964, + "P": 0.10561671853065491, + "-": 0.15198592841625214 + }, + "id": "tp_6462" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 807774, + "label": "-", + "classification": { + "B": 3.345320874359459e-05, + "S": 6.168532854644582e-05, + "I": 0.0014104280853644013, + "C": 0.001160894869826734, + "R": 0.00010483845107955858, + "M": 0.0015760458773002028, + "O": 0.00036871086922474205, + "W": 8.26143441372551e-05, + "N": 0.0004812149272765964, + "Y": 0.020211372524499893, + "U": 2.6065836209454574e-05, + "K": 0.05366501584649086, + "L": 5.2695981139549986e-05, + "G": 0.03874355927109718, + "F": 0.14541633427143097, + "E": 0.0602106973528862, + "T": 0.0048859603703022, + "P": 0.08832937479019165, + "-": 0.5831790566444397 + }, + "id": "tp_6463" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 807908, + "label": "-", + "classification": { + "B": 1.1650179203570588e-06, + "S": 1.222278569912305e-06, + "I": 0.0017604579916223884, + "C": 0.0002608945360407233, + "R": 7.228285539895296e-05, + "M": 0.00014347264368552715, + "O": 5.3139738156460226e-05, + "W": 4.68270718556596e-06, + "N": 9.246158879250288e-05, + "Y": 0.003646708792075515, + "U": 7.270821697602514e-06, + "K": 0.0001823462953325361, + "L": 6.223133823368698e-06, + "G": 0.0015031846705824137, + "F": 0.011053357273340225, + "E": 0.001047734054736793, + "T": 0.0009292679606005549, + "P": 0.2159910351037979, + "-": 0.7632430195808411 + }, + "id": "tp_6464" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 808008, + "label": "-", + "classification": { + "B": 2.4161977307812776e-06, + "S": 8.032951882341877e-06, + "I": 0.0013687433674931526, + "C": 0.0002460331015754491, + "R": 3.1170879083219916e-05, + "M": 0.00042406623833812773, + "O": 0.00010830471001099795, + "W": 1.3937860785517842e-05, + "N": 0.00021700568322557956, + "Y": 0.02282130718231201, + "U": 2.804744781315094e-06, + "K": 0.004246087744832039, + "L": 9.06023706193082e-06, + "G": 0.012477499432861805, + "F": 0.0690016970038414, + "E": 0.023209640756249428, + "T": 0.0025953026488423347, + "P": 0.16508851945400238, + "-": 0.6981284022331238 + }, + "id": "tp_6465" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 808141, + "label": "-", + "classification": { + "B": 4.9164629700726437e-08, + "S": 7.1712906724030745e-09, + "I": 1.0005481271946337e-05, + "C": 2.657476670719916e-06, + "R": 1.1436811320209017e-07, + "M": 2.3527013581770007e-06, + "O": 7.645113555554417e-07, + "W": 4.253489294114843e-08, + "N": 4.479456947592553e-07, + "Y": 7.267050386872143e-05, + "U": 5.22801038016496e-08, + "K": 2.411538480373565e-05, + "L": 2.6642137385124443e-08, + "G": 6.252937600947917e-05, + "F": 0.002864029724150896, + "E": 0.00023555438383482397, + "T": 1.4045253919903189e-05, + "P": 0.08562572300434113, + "-": 0.911084771156311 + }, + "id": "tp_6466" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 808275, + "label": "-", + "classification": { + "B": 2.5920182451955043e-05, + "S": 0.0001350330130662769, + "I": 0.001943896058946848, + "C": 0.002031766576692462, + "R": 0.0002606049820315093, + "M": 0.0010732300579547882, + "O": 0.0005246640066616237, + "W": 0.00017944772844202816, + "N": 0.0005985551979392767, + "Y": 0.024319982156157494, + "U": 2.7919104468310252e-05, + "K": 0.04092453047633171, + "L": 8.357439219253138e-05, + "G": 0.028069641441106796, + "F": 0.24597299098968506, + "E": 0.03477088361978531, + "T": 0.00495782820507884, + "P": 0.07774608582258224, + "-": 0.5363534092903137 + }, + "id": "tp_6467" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 808375, + "label": "-", + "classification": { + "B": 7.516499863413628e-06, + "S": 9.155927727988455e-06, + "I": 0.00042585883056744933, + "C": 0.00023792978026904166, + "R": 6.347749877022579e-05, + "M": 0.00010825096251210198, + "O": 0.00012477934069465846, + "W": 3.023714634764474e-05, + "N": 8.869868179317564e-05, + "Y": 0.005229814909398556, + "U": 2.6817639081855305e-05, + "K": 0.0022498152684420347, + "L": 1.3962559933133889e-05, + "G": 0.0011180225992575288, + "F": 0.051520731300115585, + "E": 0.0015263366512954235, + "T": 0.0009904663311317563, + "P": 0.11516585946083069, + "-": 0.8210621476173401 + }, + "id": "tp_6468" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 808509, + "label": "P", + "classification": { + "B": 1.3126414444286638e-07, + "S": 1.6620252552002057e-07, + "I": 3.0895054806023836e-05, + "C": 4.222027598643763e-07, + "R": 2.9140128532390008e-08, + "M": 2.925448825408239e-06, + "O": 1.1076423334088759e-06, + "W": 2.90501304789359e-07, + "N": 7.4277645580878016e-06, + "Y": 0.00012131958646932617, + "U": 1.1359044549408281e-07, + "K": 0.00031760960700921714, + "L": 1.18800818071918e-08, + "G": 2.812611091940198e-05, + "F": 0.005306398030370474, + "E": 0.004717355594038963, + "T": 2.4363622287637554e-05, + "P": 0.5252285003662109, + "-": 0.4642128050327301 + }, + "id": "tp_6469" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 808642, + "label": "-", + "classification": { + "B": 1.740095626701077e-06, + "S": 1.2174668881925754e-05, + "I": 0.0004133233742322773, + "C": 7.929687853902578e-05, + "R": 9.66249263001373e-06, + "M": 7.188465679064393e-05, + "O": 8.801664807833731e-05, + "W": 2.6493251425563358e-05, + "N": 0.0001797041913960129, + "Y": 0.0020862529054284096, + "U": 4.262330094206845e-06, + "K": 0.010568084195256233, + "L": 4.549133336695377e-06, + "G": 0.002457469468936324, + "F": 0.12630613148212433, + "E": 0.022838355973362923, + "T": 0.0005953613435849547, + "P": 0.3273410499095917, + "-": 0.5069162249565125 + }, + "id": "tp_6470" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 808775, + "label": "-", + "classification": { + "B": 2.5413308321731165e-05, + "S": 3.5429286072030663e-05, + "I": 0.0007945708930492401, + "C": 0.00010734592069638893, + "R": 4.4253891246626154e-05, + "M": 0.0002180368610424921, + "O": 0.00023795731249265373, + "W": 7.50723629607819e-05, + "N": 0.00020328600658103824, + "Y": 0.003948071971535683, + "U": 2.5161203666357324e-05, + "K": 0.001886835671029985, + "L": 1.69636605278356e-05, + "G": 0.0011618717107921839, + "F": 0.02656755968928337, + "E": 0.0034607069101184607, + "T": 0.0012855505337938666, + "P": 0.22891052067279816, + "-": 0.7309954762458801 + }, + "id": "tp_6471" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 808876, + "label": "-", + "classification": { + "B": 8.33153444546042e-06, + "S": 5.672095539921429e-06, + "I": 0.0003099871682934463, + "C": 2.0431882148841396e-05, + "R": 1.263184572053433e-06, + "M": 0.00011865706619573757, + "O": 2.413516995147802e-05, + "W": 5.959988811810035e-06, + "N": 6.439919525291771e-05, + "Y": 0.0020843781530857086, + "U": 9.144393970927922e-07, + "K": 0.001633726293221116, + "L": 2.0561981273203855e-06, + "G": 0.0034831163939088583, + "F": 0.10010064393281937, + "E": 0.07916570454835892, + "T": 0.0004009330878034234, + "P": 0.3012746572494507, + "-": 0.5112950205802917 + }, + "id": "tp_6472" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 809009, + "label": "-", + "classification": { + "B": 8.215496904995234e-08, + "S": 9.394670819062867e-09, + "I": 1.698956111795269e-05, + "C": 9.90636522146815e-07, + "R": 6.524005868868699e-08, + "M": 3.69478834727488e-06, + "O": 4.30974296250497e-07, + "W": 8.264055217921396e-09, + "N": 3.424028136578272e-07, + "Y": 0.00019296369282528758, + "U": 2.1009668671467807e-08, + "K": 3.560825007298263e-06, + "L": 2.1867901267569323e-08, + "G": 0.00012697433703579009, + "F": 0.000760469411034137, + "E": 0.00013697941903956234, + "T": 4.3807231122627854e-05, + "P": 0.07675518840551376, + "-": 0.9219573736190796 + }, + "id": "tp_6473" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 809142, + "label": "-", + "classification": { + "B": 3.211641228517692e-07, + "S": 2.1718929588132596e-07, + "I": 2.3692453396506608e-05, + "C": 1.1846293546113884e-06, + "R": 6.364944482584178e-08, + "M": 5.429070370155387e-06, + "O": 2.4549813133489806e-06, + "W": 1.3941350118784612e-07, + "N": 2.1770576950075338e-06, + "Y": 8.80959996720776e-05, + "U": 8.904875414827984e-08, + "K": 5.354226232157089e-06, + "L": 1.1459390947266002e-07, + "G": 4.479935523704626e-05, + "F": 0.0025020975153893232, + "E": 0.00031964838854037225, + "T": 7.014321454335004e-05, + "P": 0.2805613577365875, + "-": 0.7163726091384888 + }, + "id": "tp_6474" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 809276, + "label": "-", + "classification": { + "B": 1.8606471712701023e-05, + "S": 9.554217285767663e-06, + "I": 0.0011000263039022684, + "C": 0.00011278816236881539, + "R": 1.4093660865910351e-05, + "M": 0.0006752916378900409, + "O": 8.428227010881528e-05, + "W": 1.0317890883015934e-05, + "N": 0.00011162498412886634, + "Y": 0.0034280912950634956, + "U": 8.818393325782381e-06, + "K": 0.00029234218527562916, + "L": 2.0498020603554323e-05, + "G": 0.0016499393386766315, + "F": 0.022927062585949898, + "E": 0.010057681240141392, + "T": 0.0014590334612876177, + "P": 0.2561202645301819, + "-": 0.7018997073173523 + }, + "id": "tp_6475" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 809376, + "label": "-", + "classification": { + "B": 1.7780534733446984e-07, + "S": 3.0351652640092652e-06, + "I": 0.0005430669989436865, + "C": 0.0002382626262260601, + "R": 1.8049258869723417e-05, + "M": 0.00040423471364192665, + "O": 6.153335561975837e-05, + "W": 4.890169748250628e-06, + "N": 4.316648482927121e-05, + "Y": 0.046560466289520264, + "U": 2.021827754106198e-07, + "K": 0.003869433421641588, + "L": 1.8370238876741496e-06, + "G": 0.008715313859283924, + "F": 0.047623712569475174, + "E": 0.005358642432838678, + "T": 0.004874450620263815, + "P": 0.027168001979589462, + "-": 0.8545114994049072 + }, + "id": "tp_6476" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 809510, + "label": "-", + "classification": { + "B": 1.1326873305961271e-07, + "S": 1.1103863073458342e-07, + "I": 4.373803312773816e-05, + "C": 3.883215413225116e-06, + "R": 6.469642812589882e-07, + "M": 1.5097962204890791e-06, + "O": 1.927461880768533e-06, + "W": 4.3913533431805263e-07, + "N": 3.1391202810482355e-06, + "Y": 0.00019063256331719458, + "U": 2.1481309886439703e-07, + "K": 2.7946965929004364e-05, + "L": 4.992537228076799e-08, + "G": 2.059244070551358e-05, + "F": 0.004954656586050987, + "E": 0.00010460367775522172, + "T": 4.3883348553208634e-05, + "P": 0.3086484372615814, + "-": 0.6859534382820129 + }, + "id": "tp_6477" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 809643, + "label": "-", + "classification": { + "B": 8.082601539172174e-07, + "S": 3.320373707538238e-06, + "I": 0.0011504199355840683, + "C": 1.5109025298443157e-05, + "R": 1.7634168898439384e-06, + "M": 7.281209400389344e-05, + "O": 2.0155386664555408e-05, + "W": 4.425879524205811e-06, + "N": 0.0002075899683404714, + "Y": 0.0037507060915231705, + "U": 7.097058301042125e-07, + "K": 0.013992315158247948, + "L": 3.740393026419042e-07, + "G": 0.0012968485243618488, + "F": 0.035800397396087646, + "E": 0.03403246030211449, + "T": 0.0008475904469378293, + "P": 0.31026363372802734, + "-": 0.5985386371612549 + }, + "id": "tp_6478" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 809776, + "label": "-", + "classification": { + "B": 7.4610052251955494e-06, + "S": 8.885488568921573e-06, + "I": 0.001075577107258141, + "C": 0.00028777855914086103, + "R": 5.129735291120596e-05, + "M": 0.00017961878620553762, + "O": 9.951945685315877e-05, + "W": 1.953571154444944e-05, + "N": 0.000180817223736085, + "Y": 0.00333212548866868, + "U": 2.684606079128571e-05, + "K": 0.0010344729525968432, + "L": 1.2079965927114245e-05, + "G": 0.0010573851177468896, + "F": 0.022419694811105728, + "E": 0.003464409615844488, + "T": 0.0011771360877901316, + "P": 0.26891788840293884, + "-": 0.6966474056243896 + }, + "id": "tp_6479" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 809877, + "label": "-", + "classification": { + "B": 3.9939050111570396e-07, + "S": 7.967773285599833e-07, + "I": 0.00028655811911448836, + "C": 4.8466099542565644e-05, + "R": 8.162010999512859e-06, + "M": 4.18535310018342e-05, + "O": 2.2749032723368146e-05, + "W": 2.9327557058422826e-06, + "N": 4.645996887120418e-05, + "Y": 0.0009742705733515322, + "U": 1.8615063481774996e-06, + "K": 0.0006066050264053047, + "L": 8.270261560028302e-07, + "G": 0.00024727790150791407, + "F": 0.019313937053084373, + "E": 0.0015001696301624179, + "T": 0.00031158910132944584, + "P": 0.17838230729103088, + "-": 0.7982027530670166 + }, + "id": "tp_6480" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 810010, + "label": "-", + "classification": { + "B": 8.183735807076875e-13, + "S": 1.3845826611971757e-12, + "I": 1.5994398694374468e-08, + "C": 1.5317530577263483e-10, + "R": 3.3469741735070446e-12, + "M": 1.7071074553953736e-09, + "O": 4.845983059276193e-10, + "W": 7.868319711057392e-12, + "N": 4.133911546411184e-10, + "Y": 7.010008857832872e-07, + "U": 3.961287027565152e-12, + "K": 2.392247608895559e-07, + "L": 4.60534930503409e-13, + "G": 5.656194090875033e-08, + "F": 8.748292020754889e-05, + "E": 2.2055228328099474e-06, + "T": 7.668142387728949e-08, + "P": 0.05015137046575546, + "-": 0.9497577548027039 + }, + "id": "tp_6481" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 810143, + "label": "-", + "classification": { + "B": 1.1178813110745978e-05, + "S": 1.4305311196949333e-05, + "I": 4.6595712774433196e-05, + "C": 0.000318688660627231, + "R": 4.611192343872972e-05, + "M": 0.00024116673739627004, + "O": 9.016040712594986e-05, + "W": 5.237046025285963e-06, + "N": 6.531864528369624e-06, + "Y": 0.0044672139920294285, + "U": 4.1377270463272e-06, + "K": 0.0005018864758312702, + "L": 2.3598542611580342e-05, + "G": 0.002656586468219757, + "F": 0.03677598759531975, + "E": 0.0002731018466874957, + "T": 0.0010943354573100805, + "P": 0.008793328888714314, + "-": 0.9446298480033875 + }, + "id": "tp_6482" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 810277, + "label": "-", + "classification": { + "B": 4.944844533838477e-08, + "S": 9.437298587045007e-08, + "I": 7.3285127655253746e-06, + "C": 1.8224390032628435e-06, + "R": 2.9087951247674937e-07, + "M": 5.1981801334477495e-06, + "O": 2.851558747352101e-06, + "W": 2.138191774747611e-07, + "N": 8.660089747536404e-07, + "Y": 0.0004973135655745864, + "U": 6.344912151234894e-08, + "K": 7.659328548470512e-05, + "L": 7.315411920671977e-08, + "G": 8.1785605289042e-05, + "F": 0.010578284040093422, + "E": 0.0001475439639762044, + "T": 6.004988244967535e-05, + "P": 0.04522205889225006, + "-": 0.9433174729347229 + }, + "id": "tp_6483" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 810377, + "label": "-", + "classification": { + "B": 7.912066557480557e-10, + "S": 6.02984259745476e-11, + "I": 3.0331844413922227e-07, + "C": 6.7922001356635064e-09, + "R": 1.3209432159211332e-10, + "M": 1.135258429485475e-07, + "O": 1.2861383957840644e-08, + "W": 9.852432064638705e-11, + "N": 2.954574140900945e-09, + "Y": 7.5870921136811376e-06, + "U": 6.882646536032766e-11, + "K": 5.403256508884624e-09, + "L": 3.729960784681907e-10, + "G": 1.4731622286490165e-06, + "F": 5.919800969422795e-05, + "E": 1.7524725990369916e-06, + "T": 2.939023715953226e-06, + "P": 0.05850418284535408, + "-": 0.9414223432540894 + }, + "id": "tp_6484" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 810511, + "label": "P", + "classification": { + "B": 4.9255941121373326e-05, + "S": 3.07942864310462e-05, + "I": 0.0017216970445588231, + "C": 0.0005664268392138183, + "R": 3.675239349831827e-05, + "M": 0.0007317773415707052, + "O": 0.00011836108023999259, + "W": 2.492313797120005e-05, + "N": 0.0003362253191880882, + "Y": 0.0013316816184669733, + "U": 1.0231284250039607e-05, + "K": 0.0003737292718142271, + "L": 2.6986865123035386e-05, + "G": 0.005729256197810173, + "F": 0.08102001249790192, + "E": 0.03879545256495476, + "T": 0.0009425326134078205, + "P": 0.528519332408905, + "-": 0.3396345376968384 + }, + "id": "tp_6485" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 810644, + "label": "-", + "classification": { + "B": 1.4350931678563938e-06, + "S": 5.104037086312019e-07, + "I": 0.0004940044600516558, + "C": 2.4222836145781912e-05, + "R": 7.123517661966616e-06, + "M": 0.00017992258653976023, + "O": 5.590558794210665e-05, + "W": 1.3972698980069254e-06, + "N": 1.5198591427179053e-05, + "Y": 0.0009243016829714179, + "U": 7.061738074298773e-07, + "K": 2.4123025923472596e-06, + "L": 3.78242771148507e-06, + "G": 0.0004125879204366356, + "F": 0.001668863114900887, + "E": 0.00023643432359676808, + "T": 0.0008109603659249842, + "P": 0.15189920365810394, + "-": 0.8432610034942627 + }, + "id": "tp_6486" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 810777, + "label": "-", + "classification": { + "B": 2.0485801996983355e-06, + "S": 9.525655855213699e-07, + "I": 0.0012035112595185637, + "C": 0.0002413412439636886, + "R": 5.44904796697665e-05, + "M": 0.00012123669876018539, + "O": 4.9344755097990856e-05, + "W": 3.573560661607189e-06, + "N": 6.0521506384247914e-05, + "Y": 0.003934700042009354, + "U": 7.765984264551662e-06, + "K": 0.00010508584819035605, + "L": 5.865511866431916e-06, + "G": 0.0007799961022101343, + "F": 0.0046328832395374775, + "E": 0.0006745039718225598, + "T": 0.0012939093867316842, + "P": 0.12819553911685944, + "-": 0.8586326837539673 + }, + "id": "tp_6487" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 810878, + "label": "-", + "classification": { + "B": 2.9496051865862682e-05, + "S": 7.27418446331285e-05, + "I": 0.0011654633563011885, + "C": 0.00018076277046930045, + "R": 3.4819433494703844e-05, + "M": 0.00048771032015793025, + "O": 0.00026499375235289335, + "W": 5.5447053455282e-05, + "N": 0.0003074473643209785, + "Y": 0.003749775467440486, + "U": 1.873256769613363e-05, + "K": 0.0015772749902680516, + "L": 2.087569737341255e-05, + "G": 0.001674155006185174, + "F": 0.05369829013943672, + "E": 0.006247382145375013, + "T": 0.0019728944171220064, + "P": 0.22519777715206146, + "-": 0.7032439112663269 + }, + "id": "tp_6488" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 811011, + "label": "P", + "classification": { + "B": 4.6071298129390925e-05, + "S": 2.56871608144138e-05, + "I": 0.007524118758738041, + "C": 0.0004071491421200335, + "R": 6.551043770741671e-05, + "M": 0.0005369010614231229, + "O": 0.00012620605411939323, + "W": 2.756276990112383e-05, + "N": 0.0006059514125809073, + "Y": 0.0030923879239708185, + "U": 1.8127169823856093e-05, + "K": 0.00021965810446999967, + "L": 2.3121652702684514e-05, + "G": 0.0013129913713783026, + "F": 0.009787975810468197, + "E": 0.006448643282055855, + "T": 0.0012953717960044742, + "P": 0.5795165300369263, + "-": 0.38892003893852234 + }, + "id": "tp_6489" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 811144, + "label": "-", + "classification": { + "B": 4.0579303117738164e-07, + "S": 6.33889612799976e-07, + "I": 0.00045010936446487904, + "C": 1.0889998520724475e-05, + "R": 1.3508232541425969e-06, + "M": 8.486912702210248e-05, + "O": 1.5791059922776185e-05, + "W": 1.3848803064320236e-06, + "N": 3.216127151972614e-05, + "Y": 0.000952718430198729, + "U": 4.322401139233989e-07, + "K": 4.8062032874440774e-05, + "L": 6.591503733943682e-07, + "G": 0.00025291924248449504, + "F": 0.003789847483858466, + "E": 0.0018799289828166366, + "T": 0.00047688305494375527, + "P": 0.3124493360519409, + "-": 0.6795516014099121 + }, + "id": "tp_6490" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 811278, + "label": "-", + "classification": { + "B": 0.00016344971663784236, + "S": 0.0006123232888057828, + "I": 0.042700495570898056, + "C": 0.0009171746205538511, + "R": 0.0006262925453484058, + "M": 0.0080240024253726, + "O": 0.0024803837295621634, + "W": 0.00035938486689701676, + "N": 0.006585302762687206, + "Y": 0.055468909442424774, + "U": 0.00011643831385299563, + "K": 0.001123658032156527, + "L": 0.0002666738582774997, + "G": 0.006644668988883495, + "F": 0.011567887850105762, + "E": 0.009275035932660103, + "T": 0.03811010345816612, + "P": 0.33445361256599426, + "-": 0.48050421476364136 + }, + "id": "tp_6491" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 811378, + "label": "P", + "classification": { + "B": 2.7823612072097603e-06, + "S": 9.386748160977731e-07, + "I": 0.002502346644178033, + "C": 1.0810930689331144e-05, + "R": 2.4238900095951976e-06, + "M": 0.00020226014021318406, + "O": 3.1296131055569276e-05, + "W": 2.4377181944146287e-06, + "N": 7.770252705086023e-05, + "Y": 0.0006758652743883431, + "U": 8.198315413210366e-07, + "K": 4.332539447204908e-06, + "L": 2.4375858629355207e-06, + "G": 0.00019769900245591998, + "F": 0.0007548829889856279, + "E": 0.0011019669473171234, + "T": 0.0006859261775389314, + "P": 0.6186378598213196, + "-": 0.3751052916049957 + }, + "id": "tp_6492" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 811512, + "label": "-", + "classification": { + "B": 3.5175554558009026e-07, + "S": 1.6012991466141102e-07, + "I": 0.00023072841577231884, + "C": 5.1809934120683465e-06, + "R": 5.960389444226166e-07, + "M": 1.8335311324335635e-05, + "O": 6.311828656180296e-06, + "W": 3.482185775283142e-07, + "N": 7.614513833686942e-06, + "Y": 0.000301062100334093, + "U": 4.1363657032889023e-07, + "K": 3.6365961477713427e-06, + "L": 4.25787447966286e-07, + "G": 7.71669510868378e-05, + "F": 0.0010888470569625497, + "E": 0.00015875996905378997, + "T": 0.00021874195954296738, + "P": 0.23001375794410706, + "-": 0.7678676247596741 + }, + "id": "tp_6493" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 811645, + "label": "-", + "classification": { + "B": 1.4138827886256422e-09, + "S": 1.2988186082196762e-09, + "I": 3.061163442907855e-05, + "C": 3.37474148182082e-07, + "R": 3.5093748351755494e-08, + "M": 4.308533618768706e-07, + "O": 1.7607925428819726e-07, + "W": 5.349134468701777e-09, + "N": 3.875445315770776e-07, + "Y": 7.348505459958687e-05, + "U": 5.329773955509154e-09, + "K": 2.6503860794946377e-07, + "L": 2.9739044560272987e-09, + "G": 5.959398095001234e-06, + "F": 0.00022596016060560942, + "E": 4.110106601729058e-05, + "T": 1.6992375094559975e-05, + "P": 0.11828464269638062, + "-": 0.8813197016716003 + }, + "id": "tp_6494" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 811778, + "label": "-", + "classification": { + "B": 1.6412601553383865e-06, + "S": 1.458271185583726e-06, + "I": 0.0007817881996743381, + "C": 0.00022025351063348353, + "R": 4.609426105162129e-05, + "M": 0.0003505200438667089, + "O": 7.123542309273034e-05, + "W": 3.7690615499741398e-06, + "N": 2.997157753270585e-05, + "Y": 0.005814734380692244, + "U": 9.567366760165896e-06, + "K": 6.151428533485159e-05, + "L": 1.1435404303483665e-05, + "G": 0.0012718498473986983, + "F": 0.002204112010076642, + "E": 0.0004017394967377186, + "T": 0.0028720556292682886, + "P": 0.04682093858718872, + "-": 0.9390254020690918 + }, + "id": "tp_6495" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 811879, + "label": "-", + "classification": { + "B": 1.3823310837324243e-05, + "S": 5.9200214309385046e-05, + "I": 0.004324758425354958, + "C": 9.622523066354915e-05, + "R": 4.6878591092536226e-05, + "M": 0.00035922162351198494, + "O": 0.00029916883795522153, + "W": 5.065908408141695e-05, + "N": 0.0005517111858353019, + "Y": 0.003096192143857479, + "U": 2.0685056369984522e-05, + "K": 0.00018928230565506965, + "L": 1.840619916038122e-05, + "G": 0.0005169928190298378, + "F": 0.005079064983874559, + "E": 0.0014354339800775051, + "T": 0.0030857997480779886, + "P": 0.3446354568004608, + "-": 0.6361210346221924 + }, + "id": "tp_6496" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 812012, + "label": "P", + "classification": { + "B": 7.614616492901405e-09, + "S": 1.8418422342847407e-08, + "I": 0.0002918012614827603, + "C": 8.350293114745e-07, + "R": 4.594724956064056e-08, + "M": 1.8622262132339529e-06, + "O": 4.2348435158601205e-07, + "W": 1.7798166496163503e-08, + "N": 8.263843483291566e-06, + "Y": 3.366845703567378e-05, + "U": 1.2450505515460009e-08, + "K": 1.0693967169572716e-06, + "L": 7.3330808092464395e-09, + "G": 3.5792663766187616e-06, + "F": 0.00012643655645661056, + "E": 0.00034001213498413563, + "T": 1.3217188097769395e-05, + "P": 0.7522059679031372, + "-": 0.2469727098941803 + }, + "id": "tp_6497" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 812145, + "label": "-", + "classification": { + "B": 1.264398633793462e-06, + "S": 2.1621299310936593e-06, + "I": 0.0011168228229507804, + "C": 3.4694618079811335e-05, + "R": 2.1781537725473754e-05, + "M": 0.00045370979933068156, + "O": 9.267589484807104e-05, + "W": 2.522656131986878e-06, + "N": 2.5527688194415532e-05, + "Y": 0.004691721871495247, + "U": 8.980922530099633e-07, + "K": 1.4054522807782632e-06, + "L": 5.8248601817467716e-06, + "G": 0.00035134132485836744, + "F": 0.0004288178461138159, + "E": 8.860628440743312e-05, + "T": 0.006630832329392433, + "P": 0.08298502117395401, + "-": 0.9030643105506897 + }, + "id": "tp_6498" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 812279, + "label": "-", + "classification": { + "B": 3.2472049493748045e-09, + "S": 4.480317894461905e-09, + "I": 5.874985799891874e-05, + "C": 2.022698026848957e-06, + "R": 1.6101390087897016e-07, + "M": 6.42377017356921e-06, + "O": 7.409719842144113e-07, + "W": 1.6255018664423915e-08, + "N": 6.709194622089854e-07, + "Y": 0.00022222749248612672, + "U": 1.2677471517008598e-08, + "K": 4.154146040491469e-07, + "L": 3.007635029916855e-08, + "G": 1.6496858734171838e-05, + "F": 0.0004423033678904176, + "E": 8.14039958640933e-05, + "T": 6.740780372638255e-05, + "P": 0.06839480251073837, + "-": 0.9307061433792114 + }, + "id": "tp_6499" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 812379, + "label": "-", + "classification": { + "B": 6.355783261824399e-05, + "S": 0.00017316646699327976, + "I": 0.018373893573880196, + "C": 0.0013444387586787343, + "R": 0.0005969288758933544, + "M": 0.004292722325772047, + "O": 0.001216424978338182, + "W": 0.0002467031590640545, + "N": 0.0021666998509317636, + "Y": 0.027161629870533943, + "U": 0.00010735152318375185, + "K": 0.001090273610316217, + "L": 0.00014702616317663342, + "G": 0.006253840401768684, + "F": 0.014398832805454731, + "E": 0.007280898280441761, + "T": 0.014172700233757496, + "P": 0.30224576592445374, + "-": 0.5986671447753906 + }, + "id": "tp_6500" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 812513, + "label": "-", + "classification": { + "B": 2.5647514121374115e-06, + "S": 3.6369269764691126e-06, + "I": 0.0003884455072693527, + "C": 0.00013511386350728571, + "R": 2.1027741240686737e-05, + "M": 0.0001210074478876777, + "O": 5.056208465248346e-05, + "W": 7.784769877616782e-06, + "N": 4.572745820041746e-05, + "Y": 0.0036212163977324963, + "U": 5.301001237967284e-06, + "K": 0.0006076990393921733, + "L": 3.0939934276830172e-06, + "G": 0.0005786391557194293, + "F": 0.008145876228809357, + "E": 0.0010495843598619103, + "T": 0.0007637046510353684, + "P": 0.10270357877016068, + "-": 0.8817453384399414 + }, + "id": "tp_6501" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 812646, + "label": "P", + "classification": { + "B": 5.025085556553677e-07, + "S": 5.136303116159979e-06, + "I": 0.000913070107344538, + "C": 2.622787724249065e-05, + "R": 4.723452093458036e-06, + "M": 2.821087218762841e-05, + "O": 2.688593122002203e-05, + "W": 5.744716872868594e-06, + "N": 0.00012029770005028695, + "Y": 0.00030256458558142185, + "U": 2.4825508262438234e-06, + "K": 8.654510747874156e-05, + "L": 1.0760815030153026e-06, + "G": 6.447484338423237e-05, + "F": 0.0030561494641005993, + "E": 0.0009989335667341948, + "T": 0.00035963288974016905, + "P": 0.5701455473899841, + "-": 0.42385178804397583 + }, + "id": "tp_6502" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 812779, + "label": "-", + "classification": { + "B": 1.3257022146717645e-08, + "S": 2.6984759315951123e-08, + "I": 5.73241868551122e-06, + "C": 1.0211093837142471e-07, + "R": 7.006069058235198e-09, + "M": 2.2094816358730895e-06, + "O": 8.065420615821495e-07, + "W": 9.765759756419357e-09, + "N": 2.7305543426336953e-07, + "Y": 1.4811162145633716e-05, + "U": 1.7494019566299812e-09, + "K": 9.922215937763212e-09, + "L": 1.3009860744261914e-08, + "G": 2.624935632411507e-06, + "F": 8.290354890050367e-05, + "E": 6.204662895470392e-06, + "T": 3.6296332837082446e-05, + "P": 0.24104438722133636, + "-": 0.7588036060333252 + }, + "id": "tp_6503" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 812880, + "label": "-", + "classification": { + "B": 0.00011502351117087528, + "S": 6.180731725180522e-05, + "I": 0.011277119629085064, + "C": 0.0013152147876098752, + "R": 0.00025873418780975044, + "M": 0.0016237576492130756, + "O": 0.0005705869989469647, + "W": 0.00010847490921150893, + "N": 0.0007299401331692934, + "Y": 0.007949761115014553, + "U": 0.00011618663120316342, + "K": 0.00015219143824651837, + "L": 0.00017628437490202487, + "G": 0.0029249778017401695, + "F": 0.006584860850125551, + "E": 0.005583301652222872, + "T": 0.006271906662732363, + "P": 0.3442690372467041, + "-": 0.6099108457565308 + }, + "id": "tp_6504" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 813013, + "label": "-", + "classification": { + "B": 1.8485885044938755e-09, + "S": 2.526469033981016e-10, + "I": 6.872966332593933e-05, + "C": 1.8209748304798268e-06, + "R": 1.2575647190260497e-07, + "M": 8.970511089501088e-07, + "O": 1.9346363444583403e-07, + "W": 4.98313212915491e-09, + "N": 4.444860337571299e-07, + "Y": 0.00011523352441145107, + "U": 1.5175224632457684e-08, + "K": 3.2226341772911837e-07, + "L": 3.4438563112360043e-09, + "G": 8.215769412345253e-06, + "F": 2.7066971597378142e-05, + "E": 2.2616035494138487e-05, + "T": 3.0085469916230068e-05, + "P": 0.08367148786783218, + "-": 0.9160526394844055 + }, + "id": "tp_6505" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 813146, + "label": "-", + "classification": { + "B": 5.695926574844634e-06, + "S": 4.440802285898826e-07, + "I": 7.560596714029089e-05, + "C": 6.688400844723219e-06, + "R": 6.811454227317881e-07, + "M": 4.1966355638578534e-05, + "O": 1.5624671505065635e-05, + "W": 4.905320452053274e-07, + "N": 3.519209258229239e-06, + "Y": 0.00014881913375575095, + "U": 2.823429383624898e-07, + "K": 2.3490532896630612e-07, + "L": 2.1854664282727754e-06, + "G": 7.203921995824203e-05, + "F": 0.0013381503522396088, + "E": 0.00015155039727687836, + "T": 0.00024184174253605306, + "P": 0.23112118244171143, + "-": 0.7667731046676636 + }, + "id": "tp_6506" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 813280, + "label": "-", + "classification": { + "B": 6.446830411732662e-07, + "S": 4.362934191703971e-07, + "I": 0.0017472654581069946, + "C": 4.616913429345004e-05, + "R": 5.340496045391774e-06, + "M": 4.8815876652952284e-05, + "O": 1.1765871022362262e-05, + "W": 8.144553476086003e-07, + "N": 3.775650111492723e-05, + "Y": 0.0005557390977628529, + "U": 7.727790602984896e-07, + "K": 2.865461283363402e-06, + "L": 1.0417569455967168e-06, + "G": 8.127267210511491e-05, + "F": 0.00045774949830956757, + "E": 0.00041720998706296086, + "T": 0.0003442753804847598, + "P": 0.30429843068122864, + "-": 0.6919416189193726 + }, + "id": "tp_6507" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 813380, + "label": "-", + "classification": { + "B": 7.671238563489169e-06, + "S": 6.34313846603618e-06, + "I": 0.0042605213820934296, + "C": 0.000960341771133244, + "R": 0.00019850042008329183, + "M": 0.0004626369336619973, + "O": 0.00014924313290975988, + "W": 2.2646239813184366e-05, + "N": 0.00032744513009674847, + "Y": 0.00809505581855774, + "U": 3.3858552342280746e-05, + "K": 0.0008464332204312086, + "L": 1.2745667845592834e-05, + "G": 0.0015733554027974606, + "F": 0.005450847093015909, + "E": 0.0031044648494571447, + "T": 0.0022114193998277187, + "P": 0.12753544747829437, + "-": 0.8447410464286804 + }, + "id": "tp_6508" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 813514, + "label": "-", + "classification": { + "B": 6.686384779186483e-09, + "S": 5.054614504729216e-09, + "I": 6.0248098634474445e-06, + "C": 2.2545931699369248e-07, + "R": 1.3069002768872906e-08, + "M": 6.173071369630634e-07, + "O": 2.774914094061387e-07, + "W": 1.1228320495604294e-08, + "N": 2.1505849190361914e-07, + "Y": 4.394068673718721e-05, + "U": 1.2076734279276025e-08, + "K": 8.278684617835097e-07, + "L": 7.282032754574175e-09, + "G": 4.607533355738269e-06, + "F": 0.00047047898988239467, + "E": 2.0274927010177635e-05, + "T": 1.4783249753236305e-05, + "P": 0.1669652909040451, + "-": 0.8324723839759827 + }, + "id": "tp_6509" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 813647, + "label": "-", + "classification": { + "B": 3.4149600924848755e-09, + "S": 1.0774880543351628e-08, + "I": 1.3376124115893617e-05, + "C": 2.773104199604859e-07, + "R": 1.4545970650203799e-08, + "M": 7.324078410420043e-07, + "O": 3.487642175059591e-07, + "W": 1.0872901690106573e-08, + "N": 3.936049495223415e-07, + "Y": 1.857087409007363e-05, + "U": 6.384976991569147e-09, + "K": 3.4978179996869585e-07, + "L": 6.380569850250595e-09, + "G": 2.6508214432396926e-06, + "F": 0.00043862455640919507, + "E": 1.085445546777919e-05, + "T": 2.3206377591122873e-05, + "P": 0.17249071598052979, + "-": 0.8269997239112854 + }, + "id": "tp_6510" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 813780, + "label": "P", + "classification": { + "B": 6.606978075751613e-09, + "S": 3.764808020889632e-09, + "I": 0.00011078079842263833, + "C": 1.7170381738651486e-07, + "R": 1.937440785582112e-08, + "M": 1.5828533150852309e-06, + "O": 2.447675626626733e-07, + "W": 7.624074704892791e-09, + "N": 1.1943378694923013e-06, + "Y": 4.097912460565567e-05, + "U": 7.876598040468252e-09, + "K": 5.092777755066891e-08, + "L": 8.047438271319152e-09, + "G": 3.860830020130379e-06, + "F": 4.726223414763808e-05, + "E": 3.9847629523137584e-05, + "T": 4.008948235423304e-05, + "P": 0.59868323802948, + "-": 0.40103060007095337 + }, + "id": "tp_6511" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 813881, + "label": "-", + "classification": { + "B": 8.485999813956369e-08, + "S": 1.956688038262655e-07, + "I": 0.0011091219494119287, + "C": 4.23981728090439e-05, + "R": 2.3840353605919518e-05, + "M": 3.3612399420235306e-05, + "O": 1.317845544690499e-05, + "W": 1.2863474694313481e-06, + "N": 3.138358079013415e-05, + "Y": 0.004184671211987734, + "U": 2.164500756407506e-06, + "K": 0.00021326023852452636, + "L": 7.806929716025479e-07, + "G": 0.00031360468710772693, + "F": 0.0033771723974496126, + "E": 0.00045614136615768075, + "T": 0.0009587549138814211, + "P": 0.07065001130104065, + "-": 0.9185882806777954 + }, + "id": "tp_6512" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 814014, + "label": "-", + "classification": { + "B": 2.2582490544209577e-08, + "S": 9.125069766469096e-08, + "I": 0.001543582882732153, + "C": 2.3124823201214895e-05, + "R": 2.6823897769645555e-06, + "M": 1.9122053345199674e-05, + "O": 4.820705271413317e-06, + "W": 1.0577112874443628e-07, + "N": 3.664048563223332e-05, + "Y": 0.00036649045068770647, + "U": 1.2530159665402607e-07, + "K": 9.487336569691251e-07, + "L": 1.3027825218614453e-07, + "G": 5.7482891861582175e-05, + "F": 0.00010726842447184026, + "E": 0.00017812727310229093, + "T": 0.0004359715385362506, + "P": 0.4635727107524872, + "-": 0.5336505770683289 + }, + "id": "tp_6513" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 814147, + "label": "-", + "classification": { + "B": 1.5044216524984222e-05, + "S": 4.42491955254809e-06, + "I": 0.0012658634223043919, + "C": 0.00021636881865561008, + "R": 2.7733187380363233e-05, + "M": 0.00019323319429531693, + "O": 8.555345266358927e-05, + "W": 9.160298759525176e-06, + "N": 9.626641258364543e-05, + "Y": 0.0029166978783905506, + "U": 1.5885556422290392e-05, + "K": 0.00011032578186132014, + "L": 1.2792505003744736e-05, + "G": 0.0010964415268972516, + "F": 0.008110597729682922, + "E": 0.0009874178795143962, + "T": 0.0011850466253235936, + "P": 0.2547377347946167, + "-": 0.7289134860038757 + }, + "id": "tp_6514" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 814281, + "label": "-", + "classification": { + "B": 4.896259611086862e-07, + "S": 4.288986929168459e-06, + "I": 0.0021080353762954473, + "C": 2.0157529434072785e-05, + "R": 4.104176241526147e-06, + "M": 6.39011777820997e-05, + "O": 3.190189090673812e-05, + "W": 2.0205134205752984e-06, + "N": 0.00012359175889287144, + "Y": 0.00048809798317961395, + "U": 9.70308519754326e-07, + "K": 2.838970431184862e-06, + "L": 1.2628336207853863e-06, + "G": 6.658081110799685e-05, + "F": 0.00036692473804578185, + "E": 0.00019985638209618628, + "T": 0.001591642969287932, + "P": 0.4818744659423828, + "-": 0.5130488276481628 + }, + "id": "tp_6515" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 814381, + "label": "-", + "classification": { + "B": 3.2255957904681054e-08, + "S": 4.269326225880832e-08, + "I": 9.058049909071997e-05, + "C": 2.0444620076887077e-06, + "R": 5.420000448452811e-08, + "M": 1.9188450096407905e-05, + "O": 1.8565609707366093e-06, + "W": 4.482911464265271e-08, + "N": 1.5085500990608125e-06, + "Y": 6.112335540819913e-05, + "U": 2.222472161861333e-08, + "K": 9.049600890875809e-08, + "L": 7.984812810946096e-08, + "G": 1.479782167734811e-05, + "F": 0.0001012554275803268, + "E": 5.988096017972566e-05, + "T": 0.00015469055506400764, + "P": 0.24169135093688965, + "-": 0.757801353931427 + }, + "id": "tp_6516" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 814515, + "label": "-", + "classification": { + "B": 4.776385139848571e-06, + "S": 5.567659627558896e-06, + "I": 0.001403462840244174, + "C": 0.00014902821567375213, + "R": 2.190285340475384e-05, + "M": 0.00028983200900256634, + "O": 6.733454210916534e-05, + "W": 1.1164437637489755e-05, + "N": 0.00013091777509544045, + "Y": 0.0029312921687960625, + "U": 1.1924603313673288e-05, + "K": 0.00029198057018220425, + "L": 5.231374416325707e-06, + "G": 0.0007321929442696273, + "F": 0.002787575824186206, + "E": 0.0023363903164863586, + "T": 0.001517711323685944, + "P": 0.3248998522758484, + "-": 0.6624019742012024 + }, + "id": "tp_6517" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 814648, + "label": "-", + "classification": { + "B": 1.7055711509783578e-08, + "S": 3.478122234668035e-09, + "I": 3.1517418392468244e-05, + "C": 3.5610284498943656e-07, + "R": 3.6055602947726584e-08, + "M": 3.1322754239226924e-06, + "O": 5.946046712779207e-07, + "W": 6.233863647508997e-09, + "N": 2.288890357249329e-07, + "Y": 8.406320557696745e-05, + "U": 6.9367316335444684e-09, + "K": 1.241896008252752e-08, + "L": 4.221361393774714e-08, + "G": 2.605366171337664e-05, + "F": 0.0001303147873841226, + "E": 1.9260405679233372e-05, + "T": 8.071344927884638e-05, + "P": 0.2360967993736267, + "-": 0.763526976108551 + }, + "id": "tp_6518" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 814781, + "label": "-", + "classification": { + "B": 2.9343884762056405e-06, + "S": 1.2997423937122221e-06, + "I": 0.00023962746490724385, + "C": 5.7753110013436526e-05, + "R": 3.3637827527854824e-06, + "M": 8.101337152766064e-05, + "O": 2.1272599042276852e-05, + "W": 1.0934068086498883e-06, + "N": 2.709271757339593e-05, + "Y": 0.0008886008290573955, + "U": 1.914055474117049e-06, + "K": 6.43032108200714e-05, + "L": 1.2044910135955433e-06, + "G": 0.0003861305012833327, + "F": 0.0030490735080093145, + "E": 0.0009255742188543081, + "T": 0.0004412979760672897, + "P": 0.3154757618904114, + "-": 0.678330659866333 + }, + "id": "tp_6519" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 814882, + "label": "-", + "classification": { + "B": 3.949941310565919e-05, + "S": 2.4012435460463166e-05, + "I": 0.0041912817396223545, + "C": 5.988445263938047e-05, + "R": 2.4426028176094405e-05, + "M": 0.002073126845061779, + "O": 0.0003162752545904368, + "W": 2.131998371623922e-05, + "N": 0.0002626183268148452, + "Y": 0.007281764876097441, + "U": 7.74116961110849e-06, + "K": 4.7406170779140666e-05, + "L": 3.808713154285215e-05, + "G": 0.002110410714522004, + "F": 0.004341477528214455, + "E": 0.0034096965100616217, + "T": 0.007163393776863813, + "P": 0.23129475116729736, + "-": 0.7372928261756897 + }, + "id": "tp_6520" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 815015, + "label": "-", + "classification": { + "B": 2.460862731368252e-07, + "S": 1.6455847173801885e-07, + "I": 0.00031810326618142426, + "C": 1.1367054867150728e-05, + "R": 1.4491556612483691e-06, + "M": 2.4100296286633238e-05, + "O": 7.0882379077374935e-06, + "W": 7.202605161182873e-07, + "N": 2.0191664589219727e-05, + "Y": 0.0003495930868666619, + "U": 6.207139335856482e-07, + "K": 7.830531831132248e-05, + "L": 2.3611330846051715e-07, + "G": 0.00011722544877557084, + "F": 0.0028920273762196302, + "E": 0.0012875532265752554, + "T": 0.00011853399337269366, + "P": 0.3477461636066437, + "-": 0.6470261812210083 + }, + "id": "tp_6521" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 815148, + "label": "-", + "classification": { + "B": 7.258890946104657e-07, + "S": 4.679114056216349e-07, + "I": 0.0019185638520866632, + "C": 9.888167551252991e-05, + "R": 1.5090089618752245e-05, + "M": 7.138213550206274e-05, + "O": 2.3055350538925268e-05, + "W": 1.246237957275298e-06, + "N": 6.513024709420279e-05, + "Y": 0.000638721336144954, + "U": 2.198294623667607e-06, + "K": 6.622934506594902e-06, + "L": 2.4762853172433097e-06, + "G": 0.00017359455523546785, + "F": 0.0017367296386510134, + "E": 0.0005611053784377873, + "T": 0.00045593816321343184, + "P": 0.34093788266181946, + "-": 0.6532900929450989 + }, + "id": "tp_6522" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 815282, + "label": "-", + "classification": { + "B": 4.040915155201219e-05, + "S": 2.8556443794514053e-05, + "I": 0.001764966524206102, + "C": 0.0006199406343512237, + "R": 0.0003829963388852775, + "M": 0.0013318258570507169, + "O": 0.0005310123087838292, + "W": 4.630418698070571e-05, + "N": 0.00011497376544866711, + "Y": 0.016082914546132088, + "U": 5.3845971706323326e-05, + "K": 2.8087186365155503e-05, + "L": 0.0002330223360331729, + "G": 0.003465395187959075, + "F": 0.005589299835264683, + "E": 0.0003154640144202858, + "T": 0.013753093779087067, + "P": 0.11290780454874039, + "-": 0.8427101373672485 + }, + "id": "tp_6523" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 815382, + "label": "-", + "classification": { + "B": 1.6496940702381835e-07, + "S": 7.542656987880036e-08, + "I": 0.0007975460612215102, + "C": 1.6751266230130568e-05, + "R": 1.1551595662240288e-06, + "M": 4.8417801735922694e-05, + "O": 5.849284207215533e-06, + "W": 2.239058716213549e-07, + "N": 5.9256944950902835e-06, + "Y": 0.00034128353581763804, + "U": 2.489265682470432e-07, + "K": 3.679911841913963e-08, + "L": 1.5249822808982572e-06, + "G": 5.029275416745804e-05, + "F": 6.266189302550629e-05, + "E": 9.98574323602952e-05, + "T": 0.0005587268387898803, + "P": 0.24449998140335083, + "-": 0.7535091638565063 + }, + "id": "tp_6524" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 815516, + "label": "P", + "classification": { + "B": 2.098931418004213e-06, + "S": 1.1350633940310217e-05, + "I": 0.0012443226296454668, + "C": 1.8283903045812622e-05, + "R": 6.245156328077428e-06, + "M": 4.428612010087818e-05, + "O": 3.922047471860424e-05, + "W": 1.006237835099455e-05, + "N": 0.0001980417437152937, + "Y": 0.0007594601484015584, + "U": 4.416833689901978e-06, + "K": 0.00022190349409356713, + "L": 1.6349019915651297e-06, + "G": 9.579440666129813e-05, + "F": 0.006294567603617907, + "E": 0.0007706971373409033, + "T": 0.0004782837349921465, + "P": 0.6250987648963928, + "-": 0.3647004961967468 + }, + "id": "tp_6525" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 815649, + "label": "-", + "classification": { + "B": 5.268461791274603e-07, + "S": 1.628249378882174e-06, + "I": 0.004434952512383461, + "C": 0.00027817903901450336, + "R": 4.0576203900855035e-05, + "M": 0.00013975014735478908, + "O": 3.539325552992523e-05, + "W": 4.5909259824838955e-06, + "N": 0.00015874473319854587, + "Y": 0.0063821179792284966, + "U": 3.2290386116073932e-06, + "K": 7.693837687838823e-05, + "L": 2.773903815977974e-06, + "G": 0.0004765436169691384, + "F": 0.003434294369071722, + "E": 0.0025384908076375723, + "T": 0.0012647034600377083, + "P": 0.2194196581840515, + "-": 0.7613069415092468 + }, + "id": "tp_6526" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 815782, + "label": "-", + "classification": { + "B": 2.2049507109045408e-08, + "S": 8.86359818874638e-10, + "I": 3.757276135729626e-05, + "C": 8.344733259946224e-07, + "R": 5.311289186238355e-08, + "M": 4.186075273082679e-07, + "O": 3.3204392480001843e-07, + "W": 4.233557504562668e-09, + "N": 3.323077919503703e-07, + "Y": 6.719427801726852e-06, + "U": 6.816808895138138e-09, + "K": 5.766644495253104e-09, + "L": 1.6633146415756528e-08, + "G": 3.6539761367748724e-06, + "F": 5.170976874069311e-05, + "E": 7.83485756983282e-06, + "T": 1.1097075002908241e-05, + "P": 0.36997804045677185, + "-": 0.6299014687538147 + }, + "id": "tp_6527" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 815883, + "label": "-", + "classification": { + "B": 3.593220390030183e-05, + "S": 3.493867552606389e-06, + "I": 0.0005664002383127809, + "C": 1.1175216968695167e-05, + "R": 1.757346467456955e-06, + "M": 0.0006524308118969202, + "O": 7.07088693161495e-05, + "W": 2.1644693788402947e-06, + "N": 2.2186201022122987e-05, + "Y": 0.0011775667080655694, + "U": 5.934288651587849e-07, + "K": 1.074141891876934e-06, + "L": 1.3804552509100176e-05, + "G": 0.0004930482828058302, + "F": 0.0019523289520293474, + "E": 0.0014378324849531054, + "T": 0.0010787842329591513, + "P": 0.1817440688610077, + "-": 0.8107346296310425 + }, + "id": "tp_6528" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 816016, + "label": "P", + "classification": { + "B": 1.6495578165631741e-06, + "S": 7.678399015276227e-06, + "I": 0.003400546032935381, + "C": 4.745387923321687e-05, + "R": 1.1744784387701657e-05, + "M": 6.757109804311767e-05, + "O": 4.874102887697518e-05, + "W": 1.11666668090038e-05, + "N": 0.0003260516677983105, + "Y": 0.0006066382629796863, + "U": 4.262848960934207e-06, + "K": 0.00012968870578333735, + "L": 3.3723260912665864e-06, + "G": 0.00024296753690578043, + "F": 0.0044038789346814156, + "E": 0.003152251709252596, + "T": 0.000684109516441822, + "P": 0.6614471077919006, + "-": 0.325403094291687 + }, + "id": "tp_6529" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 816149, + "label": "-", + "classification": { + "B": 7.535611246112239e-08, + "S": 4.8432649890628454e-08, + "I": 0.00019498962501529604, + "C": 2.4159960503311595e-06, + "R": 5.292212676977215e-07, + "M": 1.929008067236282e-05, + "O": 4.430409717315342e-06, + "W": 7.305687432790364e-08, + "N": 3.158490017085569e-06, + "Y": 0.00020396402396727353, + "U": 4.121809027424206e-08, + "K": 1.1178283187973648e-07, + "L": 2.886194749862625e-07, + "G": 5.4898631788091734e-05, + "F": 0.0002790718572214246, + "E": 5.933914508204907e-05, + "T": 0.00019857018196489662, + "P": 0.3232796788215637, + "-": 0.67569899559021 + }, + "id": "tp_6530" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 816283, + "label": "-", + "classification": { + "B": 7.777520636409463e-07, + "S": 7.055183459669934e-07, + "I": 0.004921406041830778, + "C": 5.007232175557874e-05, + "R": 1.1272479241597466e-05, + "M": 8.738016185816377e-05, + "O": 2.2008607629686594e-05, + "W": 6.848795237601735e-07, + "N": 5.184865585761145e-05, + "Y": 0.0027493962552398443, + "U": 5.783677465842629e-07, + "K": 4.613014823462436e-07, + "L": 2.9054922379145864e-06, + "G": 0.000405367580242455, + "F": 0.0006000681896694005, + "E": 0.00024600213509984314, + "T": 0.00242666807025671, + "P": 0.4099304676055908, + "-": 0.5784919857978821 + }, + "id": "tp_6531" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 816383, + "label": "-", + "classification": { + "B": 7.157775598898297e-06, + "S": 1.7901248838825268e-06, + "I": 0.0001750827650539577, + "C": 5.766020422015572e-06, + "R": 1.5108328170754248e-06, + "M": 4.908676419290714e-05, + "O": 5.307980245561339e-05, + "W": 2.037554850176093e-06, + "N": 1.2684889043157455e-05, + "Y": 0.00010403161286376417, + "U": 6.092859052841959e-07, + "K": 9.461513741371164e-07, + "L": 2.072904862870928e-06, + "G": 7.867762178648263e-05, + "F": 0.0003690089797601104, + "E": 7.50037215766497e-05, + "T": 0.0004926272667944431, + "P": 0.310189425945282, + "-": 0.6883792877197266 + }, + "id": "tp_6532" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 816517, + "label": "-", + "classification": { + "B": 0.0001638413523323834, + "S": 0.00018749576702248305, + "I": 0.05007743462920189, + "C": 0.0037832753732800484, + "R": 0.0011111341882497072, + "M": 0.004443070851266384, + "O": 0.001180577790364623, + "W": 0.00018382439156994224, + "N": 0.004465857520699501, + "Y": 0.025531604886054993, + "U": 0.000143342578667216, + "K": 0.0006317390943877399, + "L": 0.00023600267013534904, + "G": 0.0070215328596532345, + "F": 0.007562200538814068, + "E": 0.012946869246661663, + "T": 0.014140138402581215, + "P": 0.42509663105010986, + "-": 0.441093385219574 + }, + "id": "tp_6533" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 816650, + "label": "-", + "classification": { + "B": 2.2769409042666666e-06, + "S": 3.6978492516936967e-06, + "I": 0.0004898349870927632, + "C": 2.203649091825355e-05, + "R": 3.3542164601385593e-06, + "M": 5.651901665260084e-05, + "O": 2.6531595722190104e-05, + "W": 5.1942151912953705e-06, + "N": 6.216030305949971e-05, + "Y": 0.000839028914924711, + "U": 4.227621957397787e-06, + "K": 0.0002540333953220397, + "L": 1.758723556122277e-06, + "G": 0.00016140818479470909, + "F": 0.007979273796081543, + "E": 0.0016362579772248864, + "T": 0.0004001987399533391, + "P": 0.3030387759208679, + "-": 0.6850133538246155 + }, + "id": "tp_6534" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 816750, + "label": "-", + "classification": { + "B": 0.000141005904879421, + "S": 4.8973852244671434e-05, + "I": 0.004374535288661718, + "C": 0.0017181476578116417, + "R": 0.00037938126479275525, + "M": 0.004612338729202747, + "O": 0.000998002476990223, + "W": 8.703739877091721e-05, + "N": 0.00031555446912534535, + "Y": 0.010690515860915184, + "U": 6.817832763772458e-05, + "K": 0.00010556261986494064, + "L": 0.00028824846958741546, + "G": 0.006885888986289501, + "F": 0.010363777168095112, + "E": 0.0038211054634302855, + "T": 0.006946868263185024, + "P": 0.16493730247020721, + "-": 0.7832175493240356 + }, + "id": "tp_6535" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 816884, + "label": "-", + "classification": { + "B": 6.146518671812373e-07, + "S": 1.0131634553545155e-06, + "I": 0.0012989405076950788, + "C": 8.202977915061638e-05, + "R": 2.343900632695295e-05, + "M": 0.00012414237426128238, + "O": 3.384816227480769e-05, + "W": 2.7394835342420265e-06, + "N": 4.5563581807073206e-05, + "Y": 0.0012252454180270433, + "U": 2.3595159746037098e-06, + "K": 6.526298875542125e-06, + "L": 3.7743666325695813e-06, + "G": 0.00018676846229936928, + "F": 0.0011982930591329932, + "E": 0.0003340854891575873, + "T": 0.0012139355530962348, + "P": 0.21719340980052948, + "-": 0.7770232558250427 + }, + "id": "tp_6536" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 817017, + "label": "P", + "classification": { + "B": 0.0006232167943380773, + "S": 0.00022715925297234207, + "I": 0.10565979778766632, + "C": 0.008702400140464306, + "R": 0.0023680180311203003, + "M": 0.00946370605379343, + "O": 0.0017955370713025331, + "W": 0.000334407901391387, + "N": 0.006722507532685995, + "Y": 0.0510820597410202, + "U": 0.0003432505764067173, + "K": 0.0017589551862329245, + "L": 0.0008285520598292351, + "G": 0.02762160263955593, + "F": 0.017349211499094963, + "E": 0.03713927045464516, + "T": 0.022501274943351746, + "P": 0.3686169385910034, + "-": 0.33686211705207825 + }, + "id": "tp_6537" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 817150, + "label": "P", + "classification": { + "B": 8.98001526365988e-05, + "S": 0.00013725469761993736, + "I": 0.0024887234903872013, + "C": 0.00026711286045610905, + "R": 5.738589243264869e-05, + "M": 0.00044965255074203014, + "O": 0.00041381409391760826, + "W": 0.00014553446089848876, + "N": 0.0009861475555226207, + "Y": 0.0033351173624396324, + "U": 8.937151869758964e-05, + "K": 0.001933263149112463, + "L": 3.01178042718675e-05, + "G": 0.0015497346175834537, + "F": 0.014444729313254356, + "E": 0.0070662470534443855, + "T": 0.002327247289940715, + "P": 0.5127689242362976, + "-": 0.45141980051994324 + }, + "id": "tp_6538" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 817251, + "label": "-", + "classification": { + "B": 1.2943158253619913e-05, + "S": 5.7986217143479735e-06, + "I": 0.0012118663871660829, + "C": 0.00010210763866780326, + "R": 1.8373722923570313e-05, + "M": 0.00041934996261261404, + "O": 7.0092202804517e-05, + "W": 9.461915396968834e-06, + "N": 8.32969817565754e-05, + "Y": 0.005682495888322592, + "U": 7.052902219584212e-06, + "K": 0.00010701941937441006, + "L": 8.376455298275687e-06, + "G": 0.001067871693521738, + "F": 0.0036932900547981262, + "E": 0.0019476000452414155, + "T": 0.0016051919665187597, + "P": 0.23127144575119019, + "-": 0.7526763677597046 + }, + "id": "tp_6539" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 817384, + "label": "-", + "classification": { + "B": 6.984385890973499e-06, + "S": 5.709575816581491e-06, + "I": 0.0017383863450959325, + "C": 0.00011542931315489113, + "R": 2.174730434489902e-05, + "M": 0.0001414038852090016, + "O": 7.624065619893372e-05, + "W": 1.0709845810197294e-05, + "N": 9.565374057274312e-05, + "Y": 0.0006554866558872163, + "U": 6.334303634503158e-06, + "K": 8.177840754797217e-06, + "L": 1.0429766007291619e-05, + "G": 0.00021402489801403135, + "F": 0.0010440638288855553, + "E": 0.00043504193308763206, + "T": 0.0018748074071481824, + "P": 0.3897291123867035, + "-": 0.6038102507591248 + }, + "id": "tp_6540" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 817518, + "label": "-", + "classification": { + "B": 0.00021980174642521888, + "S": 9.362907439935952e-05, + "I": 0.02672548219561577, + "C": 0.003612545086070895, + "R": 0.0007451801793649793, + "M": 0.0019505203235894442, + "O": 0.0006704632542096078, + "W": 0.00015610807167831808, + "N": 0.001767423003911972, + "Y": 0.008815662935376167, + "U": 0.00019244823488406837, + "K": 0.00034809691715054214, + "L": 0.0002545691968407482, + "G": 0.004855423700064421, + "F": 0.00643549021333456, + "E": 0.006659671664237976, + "T": 0.006259753834456205, + "P": 0.4639657437801361, + "-": 0.4662720859050751 + }, + "id": "tp_6541" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 817651, + "label": "-", + "classification": { + "B": 4.361150995890739e-09, + "S": 3.2913543002166534e-09, + "I": 0.00019761147268582135, + "C": 6.126471703282732e-07, + "R": 6.777334959906511e-08, + "M": 8.265516953542829e-06, + "O": 5.106177241032128e-07, + "W": 8.35023250544964e-09, + "N": 9.24289224712993e-07, + "Y": 0.0004724701284430921, + "U": 5.721755957921459e-09, + "K": 1.821644701749392e-07, + "L": 8.691881880906749e-09, + "G": 2.012285403907299e-05, + "F": 2.965041494462639e-05, + "E": 2.1548621589317918e-05, + "T": 0.00042999451397918165, + "P": 0.06290099024772644, + "-": 0.9359170794487 + }, + "id": "tp_6542" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 817751, + "label": "-", + "classification": { + "B": 4.8451717304942576e-08, + "S": 6.700155807948249e-08, + "I": 6.870840297779068e-05, + "C": 1.1390830877644476e-05, + "R": 9.127392672780843e-07, + "M": 6.09977087151492e-06, + "O": 4.655678367271321e-06, + "W": 1.2002384153220191e-07, + "N": 3.845041646854952e-06, + "Y": 0.000266407587332651, + "U": 1.7350332370824617e-07, + "K": 2.1372752598836087e-06, + "L": 1.4406555237655994e-07, + "G": 3.595610905904323e-05, + "F": 0.0003576205635908991, + "E": 6.49787689326331e-05, + "T": 0.00014705285138916224, + "P": 0.10008171200752258, + "-": 0.8989478945732117 + }, + "id": "tp_6543" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 817885, + "label": "-", + "classification": { + "B": 4.390779295704306e-08, + "S": 6.07556387421937e-08, + "I": 0.00014728563837707043, + "C": 1.101391899283044e-05, + "R": 2.5002643724292284e-06, + "M": 7.026289495115634e-06, + "O": 2.604183691801154e-06, + "W": 2.9535496537391737e-07, + "N": 3.5416258015175117e-06, + "Y": 0.0007886090897955, + "U": 1.8957524616780574e-07, + "K": 6.589791883016005e-05, + "L": 1.1627137297409718e-07, + "G": 0.00010178251977777109, + "F": 0.003161949571222067, + "E": 0.00038716619019396603, + "T": 0.00012358299863990396, + "P": 0.08277406543493271, + "-": 0.9124222993850708 + }, + "id": "tp_6544" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 818018, + "label": "-", + "classification": { + "B": 1.349206854683871e-06, + "S": 6.1022929003229365e-06, + "I": 0.06479688733816147, + "C": 0.0006977486773394048, + "R": 5.6735378166195005e-05, + "M": 0.0010067032417282462, + "O": 8.181278099073097e-05, + "W": 8.596154657425359e-06, + "N": 0.0012402025749906898, + "Y": 0.06310082226991653, + "U": 1.0547119018156081e-06, + "K": 0.0005222296458669007, + "L": 2.4602620669611497e-06, + "G": 0.002589558716863394, + "F": 0.00402395473793149, + "E": 0.01491875946521759, + "T": 0.0078410804271698, + "P": 0.20740392804145813, + "-": 0.6317000389099121 + }, + "id": "tp_6545" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 818151, + "label": "-", + "classification": { + "B": 2.209224359006612e-09, + "S": 1.4536112313834337e-09, + "I": 5.362490810512099e-06, + "C": 5.6313066210123e-08, + "R": 4.52502613157435e-09, + "M": 4.711203160923105e-08, + "O": 1.3413880139978573e-07, + "W": 3.123520553316439e-09, + "N": 1.2526312787031202e-07, + "Y": 2.557304469519295e-06, + "U": 1.9788595206904347e-09, + "K": 4.087466809465923e-09, + "L": 3.091302103186422e-09, + "G": 4.186438786746294e-07, + "F": 5.989515193505213e-05, + "E": 8.06171044587245e-07, + "T": 9.858530575002078e-06, + "P": 0.33574244379997253, + "-": 0.664178192615509 + }, + "id": "tp_6546" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 818252, + "label": "-", + "classification": { + "B": 0.00011395158071536571, + "S": 8.544941920263227e-06, + "I": 0.0037549876142293215, + "C": 0.0004343204200267792, + "R": 7.722278678556904e-05, + "M": 0.0017213808605447412, + "O": 0.0002204827032983303, + "W": 2.458551898598671e-05, + "N": 0.00015136973524931818, + "Y": 0.004381910897791386, + "U": 2.3085583961801603e-05, + "K": 3.3369851735187694e-05, + "L": 6.954973650863394e-05, + "G": 0.0028035552240908146, + "F": 0.0025150699075311422, + "E": 0.0038904654793441296, + "T": 0.002154446905478835, + "P": 0.2767146825790405, + "-": 0.7009068727493286 + }, + "id": "tp_6547" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 818385, + "label": "-", + "classification": { + "B": 2.883588123836489e-08, + "S": 4.915645224201626e-09, + "I": 2.878481973311864e-05, + "C": 4.6985556423351227e-07, + "R": 7.011654901134534e-08, + "M": 7.74335512687685e-06, + "O": 1.872641519184981e-06, + "W": 9.850627868956963e-09, + "N": 1.8803140733325563e-07, + "Y": 2.6372348656877875e-05, + "U": 6.803966723367694e-09, + "K": 4.3840206465084464e-10, + "L": 2.2453498615959688e-07, + "G": 1.0883441063924693e-05, + "F": 1.7503522030892782e-05, + "E": 2.8701365408778656e-06, + "T": 0.0001833525311667472, + "P": 0.1457245647907257, + "-": 0.8539950251579285 + }, + "id": "tp_6548" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 818519, + "label": "-", + "classification": { + "B": 1.1626076457105228e-07, + "S": 4.941270503877604e-08, + "I": 0.0004934188909828663, + "C": 4.5707198296440765e-05, + "R": 5.024544407206122e-06, + "M": 0.0001717119594104588, + "O": 7.1044114520191215e-06, + "W": 2.1655527859820722e-07, + "N": 5.4386596275435295e-06, + "Y": 0.0021471346262842417, + "U": 1.8424172765207913e-07, + "K": 3.512184321152745e-07, + "L": 7.800924777257023e-07, + "G": 9.339459211332723e-05, + "F": 0.00026496764621697366, + "E": 0.00013794390542898327, + "T": 0.0012305540731176734, + "P": 0.08489685505628586, + "-": 0.9104989767074585 + }, + "id": "tp_6549" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 818652, + "label": "-", + "classification": { + "B": 1.450240051781293e-05, + "S": 4.278000051272102e-05, + "I": 0.0019165583653375506, + "C": 0.0004851105622947216, + "R": 0.00017121483688242733, + "M": 0.00036782652023248374, + "O": 0.00033327031997032464, + "W": 5.502372732735239e-05, + "N": 0.00028461244073696434, + "Y": 0.005467016715556383, + "U": 2.995082104462199e-05, + "K": 0.00018432793149258941, + "L": 3.674014442367479e-05, + "G": 0.0010815493296831846, + "F": 0.011813335120677948, + "E": 0.0010092206066474319, + "T": 0.003542726393789053, + "P": 0.26806044578552246, + "-": 0.7051038146018982 + }, + "id": "tp_6550" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 818752, + "label": "-", + "classification": { + "B": 7.385522593494898e-08, + "S": 3.413785165662375e-08, + "I": 0.000354276824509725, + "C": 7.77014338382287e-06, + "R": 8.265908491011942e-07, + "M": 2.2529933630721644e-05, + "O": 1.0256810583086917e-06, + "W": 6.752781445129585e-08, + "N": 2.8631798159040045e-06, + "Y": 0.0015333524206653237, + "U": 8.190166767008122e-08, + "K": 3.355258741066791e-06, + "L": 1.125607909102655e-07, + "G": 0.00017610947543289512, + "F": 0.0011802037479355931, + "E": 0.0004839811590500176, + "T": 0.00012033928942400962, + "P": 0.1717977672815323, + "-": 0.8243151903152466 + }, + "id": "tp_6551" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 818886, + "label": "-", + "classification": { + "B": 3.8144722935840036e-08, + "S": 2.3307663354898978e-08, + "I": 0.00025028904201462865, + "C": 3.093638270001975e-06, + "R": 9.627156032365747e-07, + "M": 1.1699890819727443e-05, + "O": 2.36798564401397e-06, + "W": 1.464112102667059e-07, + "N": 4.646462457458256e-06, + "Y": 0.00041220730054192245, + "U": 1.0308734488262417e-07, + "K": 3.434998461671057e-06, + "L": 7.766931986452619e-08, + "G": 3.390629353816621e-05, + "F": 0.0007280281279236078, + "E": 0.00011036737851100042, + "T": 0.00016854231944307685, + "P": 0.17218290269374847, + "-": 0.8260871171951294 + }, + "id": "tp_6552" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 819019, + "label": "-", + "classification": { + "B": 9.90472426298794e-11, + "S": 1.7227373694250758e-10, + "I": 2.2906111553311348e-05, + "C": 3.0273258744273335e-07, + "R": 1.0314923137855203e-08, + "M": 1.1308682132948888e-06, + "O": 6.77657610026472e-08, + "W": 7.936072354830515e-10, + "N": 1.2930689763379632e-07, + "Y": 3.0136807254166342e-05, + "U": 1.502908575368167e-09, + "K": 3.150799443574215e-08, + "L": 1.5070852343868069e-09, + "G": 1.9993065052403836e-06, + "F": 1.934761348820757e-05, + "E": 1.4106314665696118e-05, + "T": 2.2467396775027737e-05, + "P": 0.08563635498285294, + "-": 0.9142510294914246 + }, + "id": "tp_6553" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 819152, + "label": "-", + "classification": { + "B": 1.7496441628850334e-08, + "S": 9.31347699406615e-07, + "I": 0.0001848690735641867, + "C": 3.870292403007625e-06, + "R": 7.747956374259957e-07, + "M": 4.158890078542754e-05, + "O": 8.520342817064375e-06, + "W": 4.837508527089085e-07, + "N": 7.735489816695917e-06, + "Y": 0.0005966824828647077, + "U": 9.8588223806928e-08, + "K": 1.190600869449554e-06, + "L": 2.3049504704886203e-07, + "G": 1.573045301483944e-05, + "F": 0.0005226263892836869, + "E": 3.4203701943624765e-05, + "T": 0.0015733245527371764, + "P": 0.09527742862701416, + "-": 0.9017296433448792 + }, + "id": "tp_6554" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 819253, + "label": "-", + "classification": { + "B": 2.935751354016247e-06, + "S": 1.3883002338843653e-06, + "I": 0.003378944005817175, + "C": 0.00012124975910410285, + "R": 6.326512084342539e-05, + "M": 0.00018752325559034944, + "O": 7.507317786803469e-05, + "W": 2.723785883063101e-06, + "N": 7.848363748053089e-05, + "Y": 0.007101305294781923, + "U": 3.295070655440213e-06, + "K": 1.3282960026117507e-05, + "L": 8.862429240252823e-06, + "G": 0.0009722532122395933, + "F": 0.0011808269191533327, + "E": 0.0003103594062849879, + "T": 0.0030044796876609325, + "P": 0.1747618317604065, + "-": 0.8087319731712341 + }, + "id": "tp_6555" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 819386, + "label": "-", + "classification": { + "B": 2.1338903977152768e-08, + "S": 9.417386870325117e-09, + "I": 0.0002339743368793279, + "C": 5.5399864322680514e-06, + "R": 2.0970692560240423e-07, + "M": 1.7770018530427478e-05, + "O": 1.5553472394458367e-06, + "W": 2.740659255096034e-08, + "N": 1.9822782633127645e-06, + "Y": 7.211017509689555e-05, + "U": 5.284190152110568e-08, + "K": 4.618059890049153e-08, + "L": 1.447229607265399e-07, + "G": 1.518376939202426e-05, + "F": 6.210667925188318e-05, + "E": 3.085948264924809e-05, + "T": 0.00024195740115828812, + "P": 0.29199278354644775, + "-": 0.7073237895965576 + }, + "id": "tp_6556" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 819520, + "label": "-", + "classification": { + "B": 1.479795446357457e-05, + "S": 2.9209193598944694e-05, + "I": 0.0030310070142149925, + "C": 0.00013237586244940758, + "R": 5.102916475152597e-05, + "M": 0.0006171877612359822, + "O": 0.00017059303354471922, + "W": 4.203064600005746e-05, + "N": 0.0003252265742048621, + "Y": 0.008378645405173302, + "U": 2.174107066821307e-05, + "K": 0.0005516289966180921, + "L": 1.7598245904082432e-05, + "G": 0.000979687087237835, + "F": 0.012188148684799671, + "E": 0.0021179462783038616, + "T": 0.00429626926779747, + "P": 0.2747476100921631, + "-": 0.692287266254425 + }, + "id": "tp_6557" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 819653, + "label": "-", + "classification": { + "B": 3.336218014737824e-06, + "S": 1.7703994217299623e-06, + "I": 0.0012790128821507096, + "C": 8.849461300997064e-05, + "R": 9.597377356840298e-06, + "M": 4.855226507061161e-05, + "O": 3.724755151779391e-05, + "W": 2.6708330551628023e-06, + "N": 9.923864854499698e-05, + "Y": 0.0006791342166252434, + "U": 5.321843218553113e-06, + "K": 5.6366538046859205e-05, + "L": 2.051039245998254e-06, + "G": 0.0004035022866446525, + "F": 0.0013887513196095824, + "E": 0.0006600992637686431, + "T": 0.0005467996234074235, + "P": 0.40228164196014404, + "-": 0.5924065113067627 + }, + "id": "tp_6558" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 819753, + "label": "-", + "classification": { + "B": 1.4366042577762528e-08, + "S": 1.7744017366538856e-09, + "I": 0.0002488506434019655, + "C": 7.5687962635129225e-06, + "R": 5.935189619776793e-07, + "M": 4.9477680477139074e-06, + "O": 7.174125471465231e-07, + "W": 1.0297149799498584e-08, + "N": 1.0391747764515458e-06, + "Y": 0.00010193902562605217, + "U": 2.6821032506063602e-08, + "K": 1.0449176635063395e-08, + "L": 1.07600229171112e-07, + "G": 1.923028139572125e-05, + "F": 5.1172835810575634e-05, + "E": 4.3809282942675054e-05, + "T": 5.5968463129829615e-05, + "P": 0.27536118030548096, + "-": 0.724102795124054 + }, + "id": "tp_6559" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 819887, + "label": "-", + "classification": { + "B": 2.82329115641744e-09, + "S": 5.05916242232729e-09, + "I": 1.9912340576411225e-05, + "C": 4.0788287947179924e-07, + "R": 2.0460339200667477e-08, + "M": 6.240450147743104e-07, + "O": 1.629162653671301e-07, + "W": 9.522874933054482e-09, + "N": 5.866409082955215e-07, + "Y": 6.526471406687051e-05, + "U": 1.237210334181782e-08, + "K": 6.840436526545091e-06, + "L": 2.4152064792559713e-09, + "G": 3.6190481296216603e-06, + "F": 0.00019195889763068408, + "E": 6.325292633846402e-05, + "T": 1.9530871213646606e-05, + "P": 0.0948776826262474, + "-": 0.9047501087188721 + }, + "id": "tp_6560" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 820020, + "label": "-", + "classification": { + "B": 2.139964117020554e-08, + "S": 3.6865952512954436e-09, + "I": 4.1038048948394135e-05, + "C": 9.546738510834984e-07, + "R": 1.2686216166457598e-07, + "M": 1.8167999087381759e-06, + "O": 8.22329866423388e-07, + "W": 2.8056158285494348e-08, + "N": 3.385576121672784e-07, + "Y": 2.8587141059688292e-05, + "U": 1.1653594533811429e-08, + "K": 1.1114001274847851e-08, + "L": 5.0148194929988676e-08, + "G": 4.023779638373526e-06, + "F": 5.218355727265589e-05, + "E": 4.539866949926363e-06, + "T": 4.188079037703574e-05, + "P": 0.1615712195634842, + "-": 0.8382524251937866 + }, + "id": "tp_6561" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 820153, + "label": "-", + "classification": { + "B": 5.687976756263424e-09, + "S": 5.088672150321827e-09, + "I": 0.00011658734729280695, + "C": 2.6581924430502113e-06, + "R": 4.5591690422952524e-07, + "M": 1.9779901776928455e-05, + "O": 1.020139166030276e-06, + "W": 1.5407943365630672e-08, + "N": 7.564152610939345e-07, + "Y": 0.0017640374135226011, + "U": 8.603993073563743e-09, + "K": 4.627050032013358e-07, + "L": 3.8001282121058466e-08, + "G": 4.785647979588248e-05, + "F": 0.00038699922151863575, + "E": 8.010593592189252e-05, + "T": 0.00030570264789275825, + "P": 0.03225183114409447, + "-": 0.9650216698646545 + }, + "id": "tp_6562" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 820254, + "label": "-", + "classification": { + "B": 1.6921731571528653e-08, + "S": 3.668061765438324e-07, + "I": 5.53726167709101e-05, + "C": 4.262379661668092e-06, + "R": 8.12687574125448e-07, + "M": 4.325806730776094e-05, + "O": 1.0008661774918437e-05, + "W": 3.1075177275852184e-07, + "N": 3.657626393760438e-06, + "Y": 0.0011694390559569001, + "U": 9.681023982466286e-08, + "K": 4.9492259677208494e-06, + "L": 1.8395409995264345e-07, + "G": 3.56055170414038e-05, + "F": 0.0015493119135499, + "E": 2.65272847173037e-05, + "T": 0.0009665678953751922, + "P": 0.02081179805099964, + "-": 0.9753173589706421 + }, + "id": "tp_6563" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 820387, + "label": "-", + "classification": { + "B": 1.0628679092405946e-06, + "S": 4.391892218791327e-07, + "I": 0.001818694407120347, + "C": 0.00011219583393540233, + "R": 1.3290873539517634e-05, + "M": 0.000575405138079077, + "O": 5.1349899877095595e-05, + "W": 8.841037129059259e-07, + "N": 1.5998863091226667e-05, + "Y": 0.005748092662543058, + "U": 4.869278882324579e-07, + "K": 3.3261503062931297e-07, + "L": 6.571094672835898e-06, + "G": 0.0007909124251455069, + "F": 0.0002647900255396962, + "E": 0.0001956522901309654, + "T": 0.003582041710615158, + "P": 0.11962033808231354, + "-": 0.8672014474868774 + }, + "id": "tp_6564" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 820521, + "label": "-", + "classification": { + "B": 1.3485304179994273e-06, + "S": 7.416008998006873e-07, + "I": 0.00010856455628527328, + "C": 3.746778929780703e-06, + "R": 9.646606713431538e-07, + "M": 0.00016239257820416242, + "O": 1.895834066090174e-05, + "W": 7.766486760374391e-07, + "N": 5.007866548112361e-06, + "Y": 0.0034321104176342487, + "U": 1.8129759382645716e-07, + "K": 1.3417194168141577e-05, + "L": 1.2547217238534358e-06, + "G": 0.00040215018088929355, + "F": 0.002345967572182417, + "E": 0.000439015420852229, + "T": 0.0009942564647644758, + "P": 0.036638882011175156, + "-": 0.9554301500320435 + }, + "id": "tp_6565" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 820654, + "label": "-", + "classification": { + "B": 1.4716932117408987e-09, + "S": 6.500019633648435e-09, + "I": 1.723633613437414e-05, + "C": 5.56412715013721e-07, + "R": 4.7547477066700594e-08, + "M": 7.726602007096517e-07, + "O": 2.6316533308090584e-07, + "W": 1.3953611599504256e-08, + "N": 5.057525527263351e-07, + "Y": 0.00013233460776973516, + "U": 1.3906106488548176e-08, + "K": 2.0641996343329083e-06, + "L": 4.60979299177211e-09, + "G": 3.5482494240568485e-06, + "F": 0.0004926902474835515, + "E": 1.8165415895055048e-05, + "T": 2.9771072149742395e-05, + "P": 0.08873539417982101, + "-": 0.9105666279792786 + }, + "id": "tp_6566" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 820754, + "label": "-", + "classification": { + "B": 2.50344837695593e-05, + "S": 7.3139017331413925e-06, + "I": 0.0029074831400066614, + "C": 0.0002863648987840861, + "R": 6.370066694216803e-05, + "M": 0.00044312982936389744, + "O": 0.00024962236057035625, + "W": 1.6752341252868064e-05, + "N": 0.00010678328544599935, + "Y": 0.001608542981557548, + "U": 1.596478068677243e-05, + "K": 1.5118861256269156e-06, + "L": 8.74257821124047e-05, + "G": 0.0005650349776260555, + "F": 0.0009239926584996283, + "E": 0.0004120348603464663, + "T": 0.003284682286903262, + "P": 0.3239932060241699, + "-": 0.665001392364502 + }, + "id": "tp_6567" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 820888, + "label": "-", + "classification": { + "B": 2.1249377368803835e-06, + "S": 3.26586450682953e-06, + "I": 0.0007228531176224351, + "C": 0.00039801420643925667, + "R": 7.181223190855235e-05, + "M": 0.0014782339567318559, + "O": 0.00014055003703106195, + "W": 4.884847385255853e-06, + "N": 1.4917428416083567e-05, + "Y": 0.14874617755413055, + "U": 2.0484642959672783e-07, + "K": 0.0001200079350383021, + "L": 1.1945796359214e-05, + "G": 0.02337980456650257, + "F": 0.0061135562136769295, + "E": 0.0019650589674711227, + "T": 0.010537751950323582, + "P": 0.004547123331576586, + "-": 0.8017417788505554 + }, + "id": "tp_6568" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 821021, + "label": "-", + "classification": { + "B": 7.800314961059485e-06, + "S": 1.1852130228362512e-05, + "I": 0.0001930822036229074, + "C": 0.000794118270277977, + "R": 0.0001690466597210616, + "M": 0.0005017555668018758, + "O": 0.00016502899234183133, + "W": 2.1043682863819413e-05, + "N": 3.106477015535347e-05, + "Y": 0.0071538398042321205, + "U": 1.086412066797493e-05, + "K": 0.0004902904038317502, + "L": 2.9440885555231944e-05, + "G": 0.0017136563546955585, + "F": 0.060115084052085876, + "E": 0.0005481292610056698, + "T": 0.002010723575949669, + "P": 0.04834526777267456, + "-": 0.8776878714561462 + }, + "id": "tp_6569" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 821154, + "label": "-", + "classification": { + "B": 0.0001264688471565023, + "S": 0.0005340729840099812, + "I": 0.01428744476288557, + "C": 0.003220414509996772, + "R": 0.0011379440547898412, + "M": 0.003675704123452306, + "O": 0.0017550316406413913, + "W": 0.0005926794838160276, + "N": 0.002946461085230112, + "Y": 0.1551816612482071, + "U": 0.00019433294073678553, + "K": 0.02287296950817108, + "L": 0.000152927081217058, + "G": 0.018862925469875336, + "F": 0.03588780015707016, + "E": 0.008047018200159073, + "T": 0.04154523089528084, + "P": 0.06358803808689117, + "-": 0.6253907680511475 + }, + "id": "tp_6570" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 821255, + "label": "-", + "classification": { + "B": 6.744716785078708e-08, + "S": 5.142358006082759e-08, + "I": 3.273025504313409e-05, + "C": 4.804568561667111e-06, + "R": 1.4732836461917032e-06, + "M": 3.434729660511948e-05, + "O": 6.137564014352392e-06, + "W": 9.22516250057015e-08, + "N": 4.799666157850879e-07, + "Y": 0.000967847416177392, + "U": 9.129101385951799e-08, + "K": 2.2049455594697065e-07, + "L": 5.656542612086923e-07, + "G": 6.736460636602715e-05, + "F": 0.0003398170229047537, + "E": 5.092262654216029e-06, + "T": 0.0006530765094794333, + "P": 0.019566817209124565, + "-": 0.978318989276886 + }, + "id": "tp_6571" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 821388, + "label": "-", + "classification": { + "B": 3.417508423808613e-06, + "S": 7.523033673351165e-06, + "I": 0.00028191503952257335, + "C": 4.20433898398187e-05, + "R": 7.199391347967321e-06, + "M": 0.0005446693394333124, + "O": 5.709618199034594e-05, + "W": 5.993791546643479e-06, + "N": 3.433461824897677e-05, + "Y": 0.006587750278413296, + "U": 1.9801123016804922e-06, + "K": 0.0009851810755208135, + "L": 4.942306532029761e-06, + "G": 0.0024322085082530975, + "F": 0.02615710347890854, + "E": 0.00252671935595572, + "T": 0.0032173164654523134, + "P": 0.05597401410341263, + "-": 0.9011285901069641 + }, + "id": "tp_6572" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 821522, + "label": "P", + "classification": { + "B": 9.52061114389835e-08, + "S": 1.7383188222197532e-08, + "I": 0.0018057437846437097, + "C": 8.097888894553762e-06, + "R": 7.766440148770926e-07, + "M": 2.4454298909404315e-05, + "O": 1.87512898719433e-06, + "W": 5.0863924627719825e-08, + "N": 9.451982805330772e-06, + "Y": 0.00011270237882854417, + "U": 6.809227670601103e-08, + "K": 5.153284021730542e-08, + "L": 2.170532269474279e-07, + "G": 1.9411934772506356e-05, + "F": 4.540509689832106e-05, + "E": 0.00023735170543659478, + "T": 0.00010888657561736181, + "P": 0.583587110042572, + "-": 0.41403818130493164 + }, + "id": "tp_6573" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 821655, + "label": "-", + "classification": { + "B": 3.840927092824131e-06, + "S": 4.5259557737153955e-06, + "I": 0.0006755408248864114, + "C": 8.40046486700885e-05, + "R": 3.4821398003259674e-05, + "M": 0.0003877640119753778, + "O": 9.41808320931159e-05, + "W": 5.903251349081984e-06, + "N": 4.492775769904256e-05, + "Y": 0.008620134554803371, + "U": 4.6588602344854735e-06, + "K": 0.00010111097799381241, + "L": 1.1148708836117294e-05, + "G": 0.0018072850070893764, + "F": 0.01091519184410572, + "E": 0.00039265150553546846, + "T": 0.002857635961845517, + "P": 0.09160634875297546, + "-": 0.8823482394218445 + }, + "id": "tp_6574" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 821755, + "label": "-", + "classification": { + "B": 2.5414618676222744e-07, + "S": 8.866814482644259e-08, + "I": 0.0003703344555106014, + "C": 0.00011457228538347408, + "R": 1.8378388631390408e-05, + "M": 0.00024161499459296465, + "O": 1.4217166608432308e-05, + "W": 2.468692628099234e-07, + "N": 3.1138361009652726e-06, + "Y": 0.0021122123580425978, + "U": 4.714281374162965e-07, + "K": 1.8558283443326218e-07, + "L": 6.330375981633551e-06, + "G": 0.0007105571567080915, + "F": 0.0008191611268557608, + "E": 0.00011044336133636534, + "T": 0.0015411146450787783, + "P": 0.09214755147695541, + "-": 0.9017891883850098 + }, + "id": "tp_6575" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 821889, + "label": "-", + "classification": { + "B": 1.3701245734409895e-05, + "S": 1.4081811968935654e-05, + "I": 0.0007590901223011315, + "C": 0.0001339400332653895, + "R": 2.21219816012308e-05, + "M": 0.000126330487546511, + "O": 0.0001334886037511751, + "W": 2.3289363525691442e-05, + "N": 0.00016935078019741923, + "Y": 0.0027241676580160856, + "U": 1.6365827832487412e-05, + "K": 0.0012018432607874274, + "L": 8.045211870921776e-06, + "G": 0.0021022658329457045, + "F": 0.015420998446643353, + "E": 0.0028882112819701433, + "T": 0.0010942741064354777, + "P": 0.25000321865081787, + "-": 0.7231451869010925 + }, + "id": "tp_6576" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 822022, + "label": "-", + "classification": { + "B": 7.097716661519371e-06, + "S": 8.818874448479619e-06, + "I": 0.0032524210400879383, + "C": 0.00019546999828889966, + "R": 5.359347414923832e-05, + "M": 0.00030222456553019583, + "O": 0.0001000473348540254, + "W": 1.3389541891228873e-05, + "N": 0.00022179224470164627, + "Y": 0.00461517134681344, + "U": 9.257653800887056e-06, + "K": 3.935641871066764e-05, + "L": 1.1789517884608358e-05, + "G": 0.0005334829911589622, + "F": 0.004034917335957289, + "E": 0.0006792919593863189, + "T": 0.002938021905720234, + "P": 0.3513321876525879, + "-": 0.631651759147644 + }, + "id": "tp_6577" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 822155, + "label": "-", + "classification": { + "B": 2.848869806726384e-09, + "S": 6.219533776885555e-10, + "I": 1.9408282696531387e-06, + "C": 5.888174428037019e-07, + "R": 5.834387195591262e-08, + "M": 1.8173109310737345e-06, + "O": 1.3507575147286843e-07, + "W": 1.0512859471845104e-09, + "N": 2.4533662212888885e-08, + "Y": 0.00016691429482307285, + "U": 1.6628723953360236e-09, + "K": 1.905018649495105e-07, + "L": 4.49114301304121e-09, + "G": 1.5158297173911706e-05, + "F": 0.0005240485770627856, + "E": 4.348283255239949e-06, + "T": 1.994682133954484e-05, + "P": 0.01565582863986492, + "-": 0.9836090207099915 + }, + "id": "tp_6578" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 822256, + "label": "-", + "classification": { + "B": 3.419481231503596e-07, + "S": 5.116758643453068e-07, + "I": 0.0017305564833804965, + "C": 8.822277595754713e-05, + "R": 2.217238215962425e-05, + "M": 0.0002211024984717369, + "O": 2.7926169423153624e-05, + "W": 7.809405815351056e-07, + "N": 1.609490209375508e-05, + "Y": 0.004636249039322138, + "U": 1.0378095112173469e-06, + "K": 5.709790116270597e-07, + "L": 7.252893738041166e-06, + "G": 0.00030590081587433815, + "F": 0.00058239750796929, + "E": 9.461411536904052e-05, + "T": 0.004234182182699442, + "P": 0.08081487566232681, + "-": 0.9072151780128479 + }, + "id": "tp_6579" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 822389, + "label": "-", + "classification": { + "B": 7.116894806813434e-08, + "S": 5.5008211319318434e-08, + "I": 0.0011696426663547754, + "C": 2.5006524083437398e-05, + "R": 3.3811745652201353e-06, + "M": 0.0008848840952850878, + "O": 1.83839765668381e-05, + "W": 8.633513459699316e-08, + "N": 1.1614422419370385e-06, + "Y": 0.04930812120437622, + "U": 1.951037997827143e-09, + "K": 1.3527141184965785e-08, + "L": 9.06963634861313e-07, + "G": 0.0009320412646047771, + "F": 0.00010902689973590896, + "E": 5.656467328662984e-05, + "T": 0.006605545524507761, + "P": 0.003937148954719305, + "-": 0.9369478821754456 + }, + "id": "tp_6580" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 822523, + "label": "-", + "classification": { + "B": 2.4900931094862244e-08, + "S": 7.280444247470541e-09, + "I": 0.00013755183317698538, + "C": 7.4061363193322904e-06, + "R": 6.035406840965152e-07, + "M": 1.4329415535030421e-05, + "O": 1.0781482160382438e-06, + "W": 1.191307852366208e-08, + "N": 5.183342750569864e-07, + "Y": 0.00022663913841824979, + "U": 9.45709732746991e-09, + "K": 1.216986600383052e-08, + "L": 1.1446817893556727e-07, + "G": 3.0310820875456557e-05, + "F": 8.866990538081154e-05, + "E": 2.3273072656593286e-05, + "T": 8.564596646465361e-05, + "P": 0.11033392697572708, + "-": 0.889049768447876 + }, + "id": "tp_6581" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 822656, + "label": "-", + "classification": { + "B": 9.109629495185345e-09, + "S": 2.7322870632673357e-09, + "I": 5.162951310921926e-06, + "C": 8.793257961769996e-07, + "R": 2.917768426868861e-08, + "M": 4.003387914508494e-07, + "O": 3.2696394214326574e-07, + "W": 5.813384884589823e-09, + "N": 1.08635838103055e-07, + "Y": 1.3264457265904639e-05, + "U": 6.118331619120454e-09, + "K": 1.621404521756631e-08, + "L": 1.626987078395814e-08, + "G": 3.225913815185777e-06, + "F": 0.00021739168732892722, + "E": 3.7915369830443524e-06, + "T": 1.1164361239934806e-05, + "P": 0.1347343921661377, + "-": 0.8650099039077759 + }, + "id": "tp_6582" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 822756, + "label": "-", + "classification": { + "B": 1.909957745738211e-06, + "S": 6.469579147960758e-06, + "I": 0.0008135095704346895, + "C": 0.0012625502422451973, + "R": 0.00018229970009997487, + "M": 0.0003663300594780594, + "O": 0.0001179651590064168, + "W": 8.1820899140439e-06, + "N": 5.388008139561862e-05, + "Y": 0.003745671594515443, + "U": 2.2768161215935834e-05, + "K": 7.6822834671475e-05, + "L": 2.7111474992125295e-05, + "G": 0.0007538230274803936, + "F": 0.0054216100834310055, + "E": 0.00028920586919412017, + "T": 0.0033086168114095926, + "P": 0.05294075980782509, + "-": 0.9306005239486694 + }, + "id": "tp_6583" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 822890, + "label": "-", + "classification": { + "B": 2.335550789211993e-06, + "S": 1.97615599972778e-06, + "I": 0.004573212005198002, + "C": 0.0002933700743597001, + "R": 6.954580021556467e-05, + "M": 0.00028452169499360025, + "O": 4.915542740491219e-05, + "W": 4.111163434572518e-06, + "N": 0.00010463056241860613, + "Y": 0.008726962842047215, + "U": 4.823344170290511e-06, + "K": 4.169754538452253e-05, + "L": 8.712833732715808e-06, + "G": 0.0009018505224958062, + "F": 0.002989202970638871, + "E": 0.0016472687711939216, + "T": 0.0022072813007980585, + "P": 0.18823671340942383, + "-": 0.789852499961853 + }, + "id": "tp_6584" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 823023, + "label": "-", + "classification": { + "B": 2.0198901893309085e-06, + "S": 7.367781904576987e-07, + "I": 0.00042195682181045413, + "C": 8.649552910355851e-05, + "R": 6.249238595046336e-06, + "M": 2.8411262974259444e-05, + "O": 1.5746358258184046e-05, + "W": 2.0627799131034408e-06, + "N": 2.955794843728654e-05, + "Y": 0.0006355358054861426, + "U": 2.889536972361384e-06, + "K": 2.9526649086619727e-05, + "L": 2.282792820551549e-06, + "G": 0.00023252010578289628, + "F": 0.00556380208581686, + "E": 0.0008551705395802855, + "T": 0.0002071246417472139, + "P": 0.29513195157051086, + "-": 0.6967459321022034 + }, + "id": "tp_6585" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 823156, + "label": "-", + "classification": { + "B": 6.372981147251267e-07, + "S": 3.263716337187361e-07, + "I": 0.0007583601400256157, + "C": 4.3488402297953144e-05, + "R": 1.1280404578428715e-05, + "M": 0.00039793550968170166, + "O": 2.927560854004696e-05, + "W": 3.870048885801225e-07, + "N": 6.322979515971383e-06, + "Y": 0.005052181426435709, + "U": 2.25487085003806e-07, + "K": 1.9366333958714677e-07, + "L": 6.235895853023976e-06, + "G": 0.0009023092570714653, + "F": 0.0003974911815021187, + "E": 0.0002544776943977922, + "T": 0.0024662120267748833, + "P": 0.050711698830127716, + "-": 0.9389609098434448 + }, + "id": "tp_6586" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 823257, + "label": "-", + "classification": { + "B": 4.0683312363398727e-07, + "S": 5.757879080192652e-06, + "I": 0.0001564906706335023, + "C": 1.2523439181677531e-05, + "R": 2.4417204258497804e-06, + "M": 0.0002297140017617494, + "O": 3.3235104638151824e-05, + "W": 2.3839413643145235e-06, + "N": 1.0396623110864311e-05, + "Y": 0.0027461776044219732, + "U": 7.462246003342443e-07, + "K": 1.9569852156564593e-05, + "L": 1.5469183836103184e-06, + "G": 0.00011065126454923302, + "F": 0.0014729946851730347, + "E": 4.194172652205452e-05, + "T": 0.003702237969264388, + "P": 0.029068240895867348, + "-": 0.9623823761940002 + }, + "id": "tp_6587" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 823390, + "label": "-", + "classification": { + "B": 9.933233741321601e-06, + "S": 1.4003796877659624e-06, + "I": 0.0023214761167764664, + "C": 3.95176830352284e-05, + "R": 1.7269892850890756e-05, + "M": 7.556398486485705e-05, + "O": 8.725475345272571e-05, + "W": 4.011077635368565e-06, + "N": 5.750611671828665e-05, + "Y": 0.0012849877821281552, + "U": 1.1663521490845596e-06, + "K": 6.494532840406464e-07, + "L": 5.5698178584862035e-06, + "G": 0.0002832763420883566, + "F": 0.00021520335576497018, + "E": 8.329052070621401e-05, + "T": 0.001418806379660964, + "P": 0.3589850962162018, + "-": 0.6351079940795898 + }, + "id": "tp_6588" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 823524, + "label": "-", + "classification": { + "B": 4.903926651422807e-07, + "S": 8.161399023265403e-07, + "I": 3.519915844663046e-05, + "C": 6.41609585727565e-06, + "R": 2.380811793045723e-06, + "M": 0.00014778146578464657, + "O": 1.3790446246275678e-05, + "W": 3.495699161248922e-07, + "N": 8.39545180042478e-07, + "Y": 0.0029872283339500427, + "U": 1.4109683377228066e-07, + "K": 1.4990151839811006e-06, + "L": 2.368668447161326e-06, + "G": 0.00031928406679071486, + "F": 0.0011441867100074887, + "E": 2.666706859599799e-05, + "T": 0.003286173800006509, + "P": 0.012504929676651955, + "-": 0.9795193672180176 + }, + "id": "tp_6589" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 823657, + "label": "-", + "classification": { + "B": 4.580822860589251e-06, + "S": 2.5173403628286906e-06, + "I": 0.0006950388196855783, + "C": 4.603804700309411e-05, + "R": 1.085772328224266e-05, + "M": 6.31651928415522e-05, + "O": 6.035564365447499e-05, + "W": 8.102409992716275e-06, + "N": 3.995904990006238e-05, + "Y": 0.0005231629475019872, + "U": 3.794402800849639e-06, + "K": 9.53383460000623e-06, + "L": 7.535693384852493e-06, + "G": 0.0003175846941303462, + "F": 0.003008279949426651, + "E": 0.00040702277328819036, + "T": 0.0004329994262661785, + "P": 0.48454296588897705, + "-": 0.5098164677619934 + }, + "id": "tp_6590" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 823757, + "label": "-", + "classification": { + "B": 2.809587407170966e-08, + "S": 3.6817093818086732e-09, + "I": 0.0001201496270368807, + "C": 1.5714500477770343e-05, + "R": 1.3381153394220746e-06, + "M": 2.8315304007264785e-05, + "O": 1.6057476841524476e-06, + "W": 1.757980250260971e-08, + "N": 3.778674795285042e-07, + "Y": 0.0014411198208108544, + "U": 4.2364273866724034e-08, + "K": 7.013376546183281e-08, + "L": 2.6264856956004223e-07, + "G": 0.00011229131632717326, + "F": 9.191226854454726e-05, + "E": 1.9991182853118517e-05, + "T": 0.0003817043616436422, + "P": 0.023009689524769783, + "-": 0.9747753739356995 + }, + "id": "tp_6591" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 823891, + "label": "-", + "classification": { + "B": 1.7947074937296748e-09, + "S": 6.227690807492081e-09, + "I": 2.6881789381150156e-06, + "C": 6.126878702161775e-07, + "R": 1.1206952166276096e-07, + "M": 1.0926452887360938e-05, + "O": 7.796664931447594e-07, + "W": 5.822299531388353e-09, + "N": 3.35014398444855e-08, + "Y": 0.0005739653715863824, + "U": 4.624532756736244e-09, + "K": 1.20426065564061e-07, + "L": 2.9690824021599838e-08, + "G": 1.2169117326266132e-05, + "F": 0.00029933685436844826, + "E": 1.0947077271339367e-06, + "T": 0.0003081265895161778, + "P": 0.0021487227641046047, + "-": 0.9966412782669067 + }, + "id": "tp_6592" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 824024, + "label": "-", + "classification": { + "B": 8.557398345487854e-09, + "S": 9.155321833986818e-09, + "I": 7.461956556653604e-06, + "C": 1.261308398170513e-06, + "R": 3.7215983184069046e-08, + "M": 7.897976388449024e-07, + "O": 3.965315613640996e-07, + "W": 8.428473030619443e-09, + "N": 3.312933358756709e-07, + "Y": 4.8292899009538814e-05, + "U": 1.4611702958688966e-08, + "K": 5.757951271334605e-07, + "L": 1.2243863700689417e-08, + "G": 8.641620297566988e-06, + "F": 0.0004570229211822152, + "E": 9.142650014837272e-06, + "T": 2.7797390430350788e-05, + "P": 0.14445509016513824, + "-": 0.8549830317497253 + }, + "id": "tp_6593" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 824157, + "label": "-", + "classification": { + "B": 2.5912100909408764e-07, + "S": 3.128228627247154e-07, + "I": 0.00030227808747440577, + "C": 6.191142165334895e-05, + "R": 9.05151591723552e-06, + "M": 9.95477385004051e-05, + "O": 2.264157956233248e-05, + "W": 1.0652519222276169e-06, + "N": 5.4640772759739775e-06, + "Y": 0.001208078465424478, + "U": 9.554904636388528e-07, + "K": 1.0713075653256965e-06, + "L": 3.5542514069675235e-06, + "G": 0.00017817289335653186, + "F": 0.0008887053118087351, + "E": 6.717415089951828e-05, + "T": 0.0009507711511105299, + "P": 0.06904074549674988, + "-": 0.9271581768989563 + }, + "id": "tp_6594" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 824258, + "label": "-", + "classification": { + "B": 1.5679657963119098e-06, + "S": 4.905447781311523e-07, + "I": 0.0004920836072415113, + "C": 1.0022562491940334e-05, + "R": 2.6190734843112295e-06, + "M": 0.0004217704990878701, + "O": 6.736069190083072e-05, + "W": 7.694798682678083e-07, + "N": 5.76865613766131e-06, + "Y": 0.0007260905695147812, + "U": 1.5755932736283285e-07, + "K": 1.849512543117271e-08, + "L": 8.483249075652566e-06, + "G": 0.00026933179469779134, + "F": 0.00015453241940122098, + "E": 3.8460842915810645e-05, + "T": 0.001969927689060569, + "P": 0.15057864785194397, + "-": 0.8452519178390503 + }, + "id": "tp_6595" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 824391, + "label": "-", + "classification": { + "B": 1.833648866522708e-06, + "S": 1.6986708715194254e-06, + "I": 0.001035091350786388, + "C": 0.0002602670865599066, + "R": 3.403519804123789e-05, + "M": 0.0004240032867528498, + "O": 8.381465158890933e-05, + "W": 3.0366932151082437e-06, + "N": 3.165704765706323e-05, + "Y": 0.0202967319637537, + "U": 1.2169759884272935e-06, + "K": 2.472922824381385e-05, + "L": 3.386858907106216e-06, + "G": 0.0014459366211667657, + "F": 0.0010998385259881616, + "E": 0.0002641933097038418, + "T": 0.005013950634747744, + "P": 0.022699454799294472, + "-": 0.9472751021385193 + }, + "id": "tp_6596" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 824525, + "label": "-", + "classification": { + "B": 9.296399366576225e-05, + "S": 6.2567662098445e-05, + "I": 0.0009359474643133581, + "C": 0.0012090253876522183, + "R": 0.0003119869506917894, + "M": 0.002756057307124138, + "O": 0.0008145398460328579, + "W": 9.50993417063728e-05, + "N": 9.037970448844135e-05, + "Y": 0.005950118415057659, + "U": 3.5360673791728914e-05, + "K": 5.350970968720503e-05, + "L": 0.0002389213041169569, + "G": 0.0025197414215654135, + "F": 0.008268716745078564, + "E": 0.0007981486269272864, + "T": 0.005967695266008377, + "P": 0.06477739661931992, + "-": 0.9050219058990479 + }, + "id": "tp_6597" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 824658, + "label": "-", + "classification": { + "B": 1.3930723241628584e-10, + "S": 3.5595948411071276e-10, + "I": 1.5993648503354052e-06, + "C": 3.0134259532133e-07, + "R": 2.9075934548927762e-08, + "M": 2.1265907435008558e-07, + "O": 6.865363388897094e-08, + "W": 3.1707327874386237e-09, + "N": 2.2621824413704417e-08, + "Y": 3.8896680052857846e-05, + "U": 1.5018875032524193e-09, + "K": 1.1159532959936769e-06, + "L": 8.601352408099672e-10, + "G": 1.0124374512088252e-06, + "F": 0.00039655339787714183, + "E": 2.190937721024966e-06, + "T": 7.551706858066609e-06, + "P": 0.016220776364207268, + "-": 0.9833295345306396 + }, + "id": "tp_6598" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 824758, + "label": "-", + "classification": { + "B": 1.2733841758816311e-09, + "S": 1.1596788113132916e-10, + "I": 1.1317152370793337e-07, + "C": 4.809842266695341e-07, + "R": 4.451396051763368e-08, + "M": 2.6643519959179685e-06, + "O": 1.862421612486287e-07, + "W": 4.858601854174083e-10, + "N": 2.574921942333219e-10, + "Y": 2.5307637770310976e-05, + "U": 1.9328984246502756e-10, + "K": 2.1766085461782936e-11, + "L": 3.38816228406813e-08, + "G": 1.9564517970138695e-06, + "F": 6.293299975368427e-06, + "E": 2.759783690464701e-08, + "T": 3.828069020528346e-05, + "P": 0.0008963595610111952, + "-": 0.9990283250808716 + }, + "id": "tp_6599" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 824892, + "label": "-", + "classification": { + "B": 1.5155756955209654e-05, + "S": 0.00013033190043643117, + "I": 0.04562310874462128, + "C": 0.0058307102881371975, + "R": 0.0023340440820902586, + "M": 0.005046213511377573, + "O": 0.0020420828368514776, + "W": 0.00018043079762719572, + "N": 0.0018817258533090353, + "Y": 0.16944636404514313, + "U": 4.6420776925515383e-05, + "K": 0.00047220400301739573, + "L": 0.00021650684357155114, + "G": 0.00943700410425663, + "F": 0.007513263262808323, + "E": 0.0017761646304279566, + "T": 0.07049771398305893, + "P": 0.03971337899565697, + "-": 0.6377971768379211 + }, + "id": "tp_6600" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 825025, + "label": "-", + "classification": { + "B": 8.363878691852733e-07, + "S": 4.296473221643282e-08, + "I": 0.0002638958103489131, + "C": 4.477006950764917e-05, + "R": 5.816694283566903e-06, + "M": 3.753175406018272e-05, + "O": 9.007440894492902e-06, + "W": 2.4671217602190154e-07, + "N": 4.240182533976622e-06, + "Y": 0.001650773803703487, + "U": 8.464770075988781e-07, + "K": 1.6426654383394634e-06, + "L": 1.0446357237015036e-06, + "G": 0.0002989259082823992, + "F": 0.00018043062300421298, + "E": 7.93959479779005e-05, + "T": 0.0007467267569154501, + "P": 0.03883233293890953, + "-": 0.9578414559364319 + }, + "id": "tp_6601" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 825125, + "label": "-", + "classification": { + "B": 3.1276647405320546e-06, + "S": 1.5781620277266484e-06, + "I": 0.00030824303394183517, + "C": 4.2711868445621803e-05, + "R": 7.135704436223023e-06, + "M": 0.0001279129646718502, + "O": 4.468027691473253e-05, + "W": 3.2569778340985067e-06, + "N": 2.388009670539759e-05, + "Y": 0.0008511508349329233, + "U": 1.3659808928423445e-06, + "K": 1.929126119648572e-05, + "L": 3.166733677062439e-06, + "G": 0.0003059956943616271, + "F": 0.0024927740450948477, + "E": 0.000509884674102068, + "T": 0.00045827601570636034, + "P": 0.13640758395195007, + "-": 0.8583880066871643 + }, + "id": "tp_6602" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 825259, + "label": "-", + "classification": { + "B": 6.103022798242819e-08, + "S": 3.059628639334733e-08, + "I": 6.331085023703054e-05, + "C": 2.1213709260337055e-06, + "R": 2.1252051851661236e-07, + "M": 8.870374585967511e-06, + "O": 2.5362624000990763e-06, + "W": 5.491770238563731e-08, + "N": 1.4305072681963793e-06, + "Y": 0.00010247094178339466, + "U": 4.5196731690566594e-08, + "K": 6.393351981159867e-08, + "L": 9.567528280740589e-08, + "G": 1.2579817848745733e-05, + "F": 6.0747006500605494e-05, + "E": 2.536943429731764e-05, + "T": 0.00018447531329002231, + "P": 0.12928754091262817, + "-": 0.8702479600906372 + }, + "id": "tp_6603" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 825392, + "label": "-", + "classification": { + "B": 1.208656397189145e-09, + "S": 3.4936031845234083e-09, + "I": 2.307321483385749e-05, + "C": 9.04982584870595e-07, + "R": 1.827233830908881e-07, + "M": 1.532624423816742e-06, + "O": 1.2272564617887838e-06, + "W": 1.197198873370553e-08, + "N": 2.487826407104876e-07, + "Y": 3.870822911267169e-05, + "U": 1.1255290921496908e-08, + "K": 3.7474549685612146e-08, + "L": 1.8306149485169954e-08, + "G": 5.548641183850123e-06, + "F": 6.193797889864072e-05, + "E": 7.811606792529346e-07, + "T": 9.145244985120371e-05, + "P": 0.06264499574899673, + "-": 0.9371293187141418 + }, + "id": "tp_6604" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 825526, + "label": "-", + "classification": { + "B": 1.3213401871325914e-05, + "S": 6.20613400315051e-06, + "I": 0.003737399121746421, + "C": 0.0019586849957704544, + "R": 0.0007158885709941387, + "M": 0.001968994038179517, + "O": 0.0005496742087416351, + "W": 2.3942837287904695e-05, + "N": 9.219819912686944e-05, + "Y": 0.015180198475718498, + "U": 4.0487990190740675e-05, + "K": 8.902772606234066e-06, + "L": 0.00024395274522248656, + "G": 0.004374860320240259, + "F": 0.0012691884767264128, + "E": 0.00042294684681110084, + "T": 0.012670098803937435, + "P": 0.04556781426072121, + "-": 0.9111555218696594 + }, + "id": "tp_6605" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 825626, + "label": "-", + "classification": { + "B": 3.1060217224876396e-06, + "S": 7.267273758770898e-06, + "I": 0.0023504956625401974, + "C": 0.00037452735705301166, + "R": 0.00011415797052904963, + "M": 0.000578094448428601, + "O": 0.0001403597998432815, + "W": 4.596772214426892e-06, + "N": 7.381340401479974e-05, + "Y": 0.03783920034766197, + "U": 4.295144208299462e-06, + "K": 1.2777643860317767e-05, + "L": 2.0788400433957577e-05, + "G": 0.001789279282093048, + "F": 0.002177210059016943, + "E": 0.00030940116266719997, + "T": 0.01049878727644682, + "P": 0.03506583347916603, + "-": 0.9086359739303589 + }, + "id": "tp_6606" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 825759, + "label": "-", + "classification": { + "B": 2.2651391191175207e-05, + "S": 1.1478367014206015e-05, + "I": 0.007574866991490126, + "C": 0.0005364969838410616, + "R": 8.15787207102403e-05, + "M": 0.004465776029974222, + "O": 0.00022423340124078095, + "W": 1.741392770782113e-05, + "N": 0.00017305217625107616, + "Y": 0.05216227099299431, + "U": 9.622645848139655e-06, + "K": 0.000289201270788908, + "L": 3.734760684892535e-05, + "G": 0.009717926383018494, + "F": 0.004652254283428192, + "E": 0.0059026554226875305, + "T": 0.01758311130106449, + "P": 0.07182209193706512, + "-": 0.8247159123420715 + }, + "id": "tp_6607" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 825893, + "label": "-", + "classification": { + "B": 1.2384473848214839e-05, + "S": 3.007061968673952e-05, + "I": 0.0026699721347540617, + "C": 0.0006294392514973879, + "R": 0.00027820686227642, + "M": 0.001401881454512477, + "O": 0.00036977778654545546, + "W": 3.788387402892113e-05, + "N": 0.00024671253049746156, + "Y": 0.03584915027022362, + "U": 1.3588613910542335e-05, + "K": 0.00031238229712471366, + "L": 3.741913678823039e-05, + "G": 0.002381514757871628, + "F": 0.011586370877921581, + "E": 0.00219336966983974, + "T": 0.00702159758657217, + "P": 0.08967725932598114, + "-": 0.8452509045600891 + }, + "id": "tp_6608" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 826026, + "label": "-", + "classification": { + "B": 2.6975222056080383e-09, + "S": 1.0576873821221966e-09, + "I": 9.381877134728711e-06, + "C": 2.1492469386430457e-06, + "R": 2.1381102044415456e-07, + "M": 3.9685155570623465e-06, + "O": 3.320696748687624e-07, + "W": 3.2807294658709907e-09, + "N": 5.6240953227870705e-08, + "Y": 0.00012724095722660422, + "U": 2.5152593341459806e-09, + "K": 4.773572115368552e-08, + "L": 1.4423444660849327e-08, + "G": 1.618673195480369e-05, + "F": 0.00020264770137146115, + "E": 8.434109076915774e-06, + "T": 2.4378965463256463e-05, + "P": 0.027392607182264328, + "-": 0.9722123742103577 + }, + "id": "tp_6609" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 826126, + "label": "-", + "classification": { + "B": 1.0679081242415123e-05, + "S": 1.2007776604150422e-05, + "I": 0.0016456750454381108, + "C": 0.0005673148552887142, + "R": 0.00025383676984347403, + "M": 0.0008538403199054301, + "O": 0.000422101526055485, + "W": 1.6733378288336098e-05, + "N": 5.6025295634754e-05, + "Y": 0.004996417090296745, + "U": 3.5222121823608177e-06, + "K": 2.4814423795760376e-06, + "L": 7.294070383068174e-05, + "G": 0.000973045127466321, + "F": 0.0021485050674527884, + "E": 0.00018836258095689118, + "T": 0.004135471303015947, + "P": 0.09473225474357605, + "-": 0.8889087438583374 + }, + "id": "tp_6610" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 826260, + "label": "-", + "classification": { + "B": 1.1463193914096337e-06, + "S": 2.976195503379131e-07, + "I": 0.0011366901453584433, + "C": 0.00018162150809075683, + "R": 3.981864938396029e-05, + "M": 0.00015562298358418047, + "O": 5.008156585972756e-05, + "W": 1.245787871084758e-06, + "N": 1.8507609638618305e-05, + "Y": 0.0035581274423748255, + "U": 1.3454950931190979e-06, + "K": 1.5622207456544857e-06, + "L": 5.963846433587605e-06, + "G": 0.0006049467483535409, + "F": 0.0007000897894613445, + "E": 0.00010840296454261988, + "T": 0.001785881002433598, + "P": 0.06451723724603653, + "-": 0.9271314144134521 + }, + "id": "tp_6611" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 826393, + "label": "-", + "classification": { + "B": 1.5440945189126865e-09, + "S": 8.024909070591946e-10, + "I": 0.0001149213348980993, + "C": 7.840175157980411e-07, + "R": 1.3776237040019623e-07, + "M": 1.1295398962829495e-06, + "O": 2.1869060162771348e-07, + "W": 3.882089760764984e-09, + "N": 4.2139086531278735e-07, + "Y": 0.00023978653189260513, + "U": 5.885974818653494e-09, + "K": 9.648299048592435e-09, + "L": 7.508043076143167e-09, + "G": 4.9397053771826904e-06, + "F": 1.5757388609927148e-05, + "E": 1.9835315470118076e-06, + "T": 0.00010845516953850165, + "P": 0.06440167874097824, + "-": 0.9351097941398621 + }, + "id": "tp_6612" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 826527, + "label": "-", + "classification": { + "B": 1.3344053968467051e-06, + "S": 4.997924634153605e-07, + "I": 0.00015509886725340039, + "C": 4.455819362192415e-05, + "R": 6.1912946875963826e-06, + "M": 0.00019767631602007896, + "O": 2.8226644644746557e-05, + "W": 7.365688929894532e-07, + "N": 4.847448053624248e-06, + "Y": 0.000995960202999413, + "U": 4.5705345996793767e-07, + "K": 1.1471086054370971e-06, + "L": 3.395922476556734e-06, + "G": 0.0002860147214960307, + "F": 0.0010091644944623113, + "E": 0.000152917840750888, + "T": 0.0007034622831270099, + "P": 0.0778929591178894, + "-": 0.9185152649879456 + }, + "id": "tp_6613" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 826627, + "label": "-", + "classification": { + "B": 3.04951099678874e-05, + "S": 6.307348667178303e-05, + "I": 0.0010910974815487862, + "C": 0.0004060221544932574, + "R": 0.00013600155944004655, + "M": 0.0010939487256109715, + "O": 0.0005505484878085554, + "W": 6.717858195770532e-05, + "N": 0.00011213053221581504, + "Y": 0.008087411522865295, + "U": 2.109592423948925e-05, + "K": 0.00037065165815874934, + "L": 4.853527570958249e-05, + "G": 0.0019635935313999653, + "F": 0.011986465193331242, + "E": 0.0003778833488468081, + "T": 0.004451182670891285, + "P": 0.057552095502614975, + "-": 0.9115905165672302 + }, + "id": "tp_6614" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 826760, + "label": "-", + "classification": { + "B": 4.274032150419771e-08, + "S": 7.817827274436695e-09, + "I": 5.651664196193451e-06, + "C": 1.8432072579344094e-07, + "R": 4.702072686768588e-08, + "M": 4.861260094912723e-05, + "O": 4.532638286036672e-06, + "W": 8.861513300928436e-09, + "N": 2.3882909871986158e-08, + "Y": 0.00010587805445538834, + "U": 6.680436759332053e-10, + "K": 3.426751937762873e-11, + "L": 5.045880016041338e-07, + "G": 2.039386708929669e-05, + "F": 1.103173508454347e-05, + "E": 1.92302309187653e-06, + "T": 0.00042459319229237735, + "P": 0.010169301182031631, + "-": 0.9892072677612305 + }, + "id": "tp_6615" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 826894, + "label": "-", + "classification": { + "B": 8.384090643964726e-10, + "S": 1.5260622765467247e-09, + "I": 1.5976404483808437e-06, + "C": 1.6739224406592257e-07, + "R": 7.3731989402858744e-09, + "M": 2.9144402446945605e-07, + "O": 1.6248118583916948e-07, + "W": 2.1703416841489798e-09, + "N": 5.4243852076751864e-08, + "Y": 2.0192206648061983e-05, + "U": 1.5808541142803278e-09, + "K": 4.154792350163916e-07, + "L": 7.068344798355497e-10, + "G": 1.7167138821605477e-06, + "F": 0.00012130804680055007, + "E": 1.4535489754052833e-06, + "T": 8.174511094694026e-06, + "P": 0.019315170124173164, + "-": 0.9805293679237366 + }, + "id": "tp_6616" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 827027, + "label": "-", + "classification": { + "B": 1.3015042554798129e-07, + "S": 3.7799381402692234e-07, + "I": 5.1150855142623186e-05, + "C": 2.8069134714314714e-06, + "R": 4.110286511149752e-07, + "M": 0.00010567173740128055, + "O": 7.442118203471182e-06, + "W": 2.318452487770628e-07, + "N": 2.6399486614536727e-06, + "Y": 0.0005001230747438967, + "U": 7.133450452556644e-08, + "K": 2.010779780903249e-06, + "L": 2.5932968128472567e-07, + "G": 2.7083933673566207e-05, + "F": 0.0005222830804996192, + "E": 0.00011211213859496638, + "T": 0.0006015266408212483, + "P": 0.06481274217367172, + "-": 0.9332510232925415 + }, + "id": "tp_6617" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 827127, + "label": "-", + "classification": { + "B": 1.3082880911952088e-07, + "S": 5.439163341947051e-09, + "I": 0.00032803858630359173, + "C": 7.004278813838027e-06, + "R": 2.2681647351419087e-06, + "M": 5.593427886196878e-06, + "O": 2.2135614017315675e-06, + "W": 1.9495265846103393e-08, + "N": 1.0309017852705438e-06, + "Y": 0.000542135676369071, + "U": 3.610806231790775e-08, + "K": 8.257759809282561e-09, + "L": 2.778929797386809e-07, + "G": 6.826659227954224e-05, + "F": 2.329914968868252e-05, + "E": 1.053750474966364e-05, + "T": 0.00023912290635053068, + "P": 0.12181065231561661, + "-": 0.8769593238830566 + }, + "id": "tp_6618" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 827261, + "label": "-", + "classification": { + "B": 8.021452958928421e-05, + "S": 3.257675052736886e-05, + "I": 0.0631982684135437, + "C": 0.004857703112065792, + "R": 0.0015063630416989326, + "M": 0.004161010961979628, + "O": 0.0006562453927472234, + "W": 3.234321775380522e-05, + "N": 0.0008813830791041255, + "Y": 0.18193703889846802, + "U": 3.070013190153986e-05, + "K": 7.30209139874205e-05, + "L": 0.0002795676118694246, + "G": 0.035141412168741226, + "F": 0.003967185039073229, + "E": 0.004486843012273312, + "T": 0.05361716449260712, + "P": 0.09313524514436722, + "-": 0.5519256591796875 + }, + "id": "tp_6619" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 827394, + "label": "-", + "classification": { + "B": 5.401712428465544e-07, + "S": 2.1013808293446345e-07, + "I": 9.08418805920519e-05, + "C": 4.2687850509537384e-05, + "R": 6.012484391249018e-06, + "M": 5.917443195357919e-05, + "O": 1.187548605230404e-05, + "W": 5.570917096520134e-07, + "N": 1.7024894987116568e-06, + "Y": 0.0009089535451494157, + "U": 3.059494986246136e-07, + "K": 6.607960472138075e-07, + "L": 2.337744263058994e-06, + "G": 9.409404447069392e-05, + "F": 0.0012877602130174637, + "E": 7.606398139614612e-05, + "T": 0.0003766701265703887, + "P": 0.07540115714073181, + "-": 0.9216383099555969 + }, + "id": "tp_6620" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 827528, + "label": "-", + "classification": { + "B": 2.442046479700366e-06, + "S": 3.5074001516477438e-06, + "I": 0.00360261183232069, + "C": 0.0004035445745103061, + "R": 5.444096677820198e-05, + "M": 8.367185364477336e-05, + "O": 5.164045069250278e-05, + "W": 8.239942872023676e-06, + "N": 0.00022118281049188226, + "Y": 0.0025713187642395496, + "U": 6.375257726176642e-06, + "K": 7.015676965238526e-05, + "L": 6.595802460651612e-06, + "G": 0.0006718934746459126, + "F": 0.00784897431731224, + "E": 0.0030615541618317366, + "T": 0.0005064764991402626, + "P": 0.4220348000526428, + "-": 0.5587905049324036 + }, + "id": "tp_6621" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 827628, + "label": "-", + "classification": { + "B": 1.4095005163028418e-08, + "S": 1.4019710192769708e-07, + "I": 6.232836767594563e-06, + "C": 1.8494718005968025e-06, + "R": 2.474962457199581e-07, + "M": 1.0405298780824523e-05, + "O": 3.909100996679626e-06, + "W": 4.4689635103623004e-08, + "N": 1.6656933610192937e-07, + "Y": 8.694769348949194e-05, + "U": 7.515801314639248e-09, + "K": 3.0881048829201063e-09, + "L": 2.544102244428359e-07, + "G": 6.897463663335657e-06, + "F": 8.303239883389324e-05, + "E": 2.413325773886754e-06, + "T": 0.00020106599549762905, + "P": 0.026470694690942764, + "-": 0.973125696182251 + }, + "id": "tp_6622" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 827761, + "label": "-", + "classification": { + "B": 6.622738965234021e-06, + "S": 1.072445411409717e-05, + "I": 0.0021479942370206118, + "C": 6.720751844113693e-05, + "R": 1.574720226926729e-05, + "M": 0.0005520234117284417, + "O": 8.525247540092096e-05, + "W": 2.2789878130424768e-05, + "N": 0.00025222162366844714, + "Y": 0.009866371750831604, + "U": 6.2080334828351624e-06, + "K": 0.0013057892210781574, + "L": 3.0095764032012084e-06, + "G": 0.0017055211355909705, + "F": 0.004439744167029858, + "E": 0.007576491218060255, + "T": 0.0027088141068816185, + "P": 0.3249041438102722, + "-": 0.6443233489990234 + }, + "id": "tp_6623" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 827895, + "label": "-", + "classification": { + "B": 2.849717128938778e-09, + "S": 1.1847873793158215e-08, + "I": 1.135655224970833e-06, + "C": 4.143177534388087e-08, + "R": 1.2290289674865562e-08, + "M": 3.3595670174690895e-06, + "O": 4.4019037659381866e-07, + "W": 4.5214054722464425e-09, + "N": 1.652117909145545e-08, + "Y": 0.0001365203206660226, + "U": 3.310832719094492e-10, + "K": 1.0208933076683024e-07, + "L": 8.651886318489233e-09, + "G": 9.050378139363602e-06, + "F": 0.00044747733045369387, + "E": 1.3749228173765005e-06, + "T": 0.00013242039131000638, + "P": 0.0034417277202010155, + "-": 0.9958261847496033 + }, + "id": "tp_6624" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 828028, + "label": "-", + "classification": { + "B": 1.6608510122750886e-09, + "S": 2.3712354302318772e-09, + "I": 5.509112725121668e-06, + "C": 7.855473086237907e-06, + "R": 5.643585154757602e-07, + "M": 1.3775060324405786e-05, + "O": 8.777426501183072e-07, + "W": 2.2904687035918414e-09, + "N": 2.923744624183655e-08, + "Y": 0.0023121063131839037, + "U": 2.9107507515391262e-09, + "K": 1.2435505070129693e-08, + "L": 1.7801346530177398e-07, + "G": 0.00011556706886040047, + "F": 0.0004459626798052341, + "E": 3.7556524148385506e-06, + "T": 0.00048539918498136103, + "P": 0.0033423590939491987, + "-": 0.9932659864425659 + }, + "id": "tp_6625" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 828128, + "label": "-", + "classification": { + "B": 1.2958230399817694e-06, + "S": 3.9240784843741494e-08, + "I": 9.102749572775792e-06, + "C": 2.8007909804728115e-06, + "R": 2.9590358963105245e-07, + "M": 0.00017901297542266548, + "O": 1.1779574379033875e-05, + "W": 6.970705612729944e-08, + "N": 8.841107757007194e-08, + "Y": 0.0004352045070845634, + "U": 2.0411894396943353e-08, + "K": 2.968648660228723e-09, + "L": 4.357445504865609e-06, + "G": 0.00015278972568921745, + "F": 0.00011134839587612078, + "E": 1.2395367775752675e-05, + "T": 0.00038286272319965065, + "P": 0.015994004905223846, + "-": 0.9827024936676025 + }, + "id": "tp_6626" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 828262, + "label": "-", + "classification": { + "B": 7.908105459364378e-08, + "S": 2.6097285399373504e-07, + "I": 4.738871939480305e-05, + "C": 3.2003954402171075e-05, + "R": 1.3650449545821175e-05, + "M": 3.3126289054052904e-05, + "O": 1.2982874068256933e-05, + "W": 3.279013185419899e-07, + "N": 1.2299612990318565e-06, + "Y": 0.0016411517281085253, + "U": 3.0117419669295487e-07, + "K": 2.0783973013749346e-06, + "L": 1.7605851780899684e-06, + "G": 0.00015101437747944146, + "F": 0.0026282540056854486, + "E": 1.2302844879741315e-05, + "T": 0.0006107625085860491, + "P": 0.011401181109249592, + "-": 0.9834100604057312 + }, + "id": "tp_6627" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 828395, + "label": "-", + "classification": { + "B": 2.6776157824315305e-07, + "S": 2.432960943821172e-09, + "I": 9.860237696557306e-06, + "C": 7.954407692523091e-07, + "R": 5.478834452787851e-08, + "M": 2.609007879073033e-06, + "O": 1.0012195161834825e-06, + "W": 5.653373769121117e-09, + "N": 1.1366676488933081e-07, + "Y": 3.9672500861342996e-05, + "U": 7.454800332595823e-09, + "K": 3.3059595061502023e-09, + "L": 6.49781881634226e-08, + "G": 3.869259307975881e-05, + "F": 4.000845001428388e-05, + "E": 4.003988124168245e-06, + "T": 6.379397382261232e-05, + "P": 0.1687820553779602, + "-": 0.8310168981552124 + }, + "id": "tp_6628" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 828529, + "label": "-", + "classification": { + "B": 3.5948701793131477e-07, + "S": 9.82321466835856e-07, + "I": 0.002146909711882472, + "C": 8.80169463925995e-05, + "R": 2.2199415980139747e-05, + "M": 0.00014510239998344332, + "O": 3.2252035452984273e-05, + "W": 2.9647133032995043e-06, + "N": 9.701726958155632e-05, + "Y": 0.0026399092748761177, + "U": 2.5325668957520975e-06, + "K": 6.297856452874839e-05, + "L": 2.337713567612809e-06, + "G": 0.00028927731909789145, + "F": 0.0026127712335437536, + "E": 0.0010632001794874668, + "T": 0.0009533001575618982, + "P": 0.19315361976623535, + "-": 0.7966842651367188 + }, + "id": "tp_6629" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 828629, + "label": "-", + "classification": { + "B": 1.6193149932064443e-08, + "S": 4.3163694840586686e-08, + "I": 2.5620285668992437e-05, + "C": 4.531768354354426e-06, + "R": 2.7758090936913504e-07, + "M": 8.373257514904253e-06, + "O": 1.4515487691824092e-06, + "W": 3.87094054588033e-08, + "N": 5.351445793166931e-07, + "Y": 0.00017185356409754604, + "U": 2.2583172665235907e-08, + "K": 1.6283534876038175e-07, + "L": 9.743114048887946e-08, + "G": 2.1202258722041734e-05, + "F": 0.0003166905080433935, + "E": 1.3525594113161787e-05, + "T": 0.00011558098049135879, + "P": 0.08816041797399521, + "-": 0.9111594557762146 + }, + "id": "tp_6630" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 828762, + "label": "-", + "classification": { + "B": 1.6607272002033824e-08, + "S": 2.7627111265360327e-08, + "I": 1.8543632904766127e-06, + "C": 6.560644578712527e-07, + "R": 1.552548951622157e-07, + "M": 1.2686614354606718e-05, + "O": 1.8918210571428062e-06, + "W": 3.156391414904647e-08, + "N": 8.599047873758536e-08, + "Y": 0.0003022011951543391, + "U": 8.904131654219327e-09, + "K": 2.473481970355351e-07, + "L": 6.506444805154388e-08, + "G": 1.3923663573223166e-05, + "F": 0.00018964041373692453, + "E": 6.145485713204835e-06, + "T": 0.00013894964649807662, + "P": 0.0081156175583601, + "-": 0.991215705871582 + }, + "id": "tp_6631" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 828896, + "label": "-", + "classification": { + "B": 1.5404890518766479e-06, + "S": 3.8112801803436014e-07, + "I": 0.0003884774341713637, + "C": 3.068870137212798e-05, + "R": 2.4154721813829383e-06, + "M": 1.2733300536638126e-05, + "O": 1.5097262803465128e-05, + "W": 1.0742251106421463e-06, + "N": 1.613055974303279e-05, + "Y": 0.0002042134728981182, + "U": 9.098486088987556e-07, + "K": 7.052173600641254e-07, + "L": 1.3231958746473538e-06, + "G": 5.162488014320843e-05, + "F": 0.0005335676833055913, + "E": 8.908961899578571e-05, + "T": 0.00020068824233021587, + "P": 0.42194515466690063, + "-": 0.576504111289978 + }, + "id": "tp_6632" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 829029, + "label": "-", + "classification": { + "B": 5.852587491972372e-06, + "S": 5.1914430514443666e-06, + "I": 0.05944088473916054, + "C": 0.002882756292819977, + "R": 0.0005923137650825083, + "M": 0.0017338560428470373, + "O": 0.0003582265053410083, + "W": 1.4556847418134566e-05, + "N": 0.0006414662348106503, + "Y": 0.04291398450732231, + "U": 6.667515663139056e-06, + "K": 2.7999888061458478e-06, + "L": 7.065768295433372e-05, + "G": 0.0021698710042983294, + "F": 0.0008860316593199968, + "E": 0.0011580014834180474, + "T": 0.014371986500918865, + "P": 0.15441806614398956, + "-": 0.718326985836029 + }, + "id": "tp_6633" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 829129, + "label": "-", + "classification": { + "B": 5.617351348519151e-07, + "S": 4.152234680532274e-07, + "I": 9.512004180578515e-05, + "C": 6.358655809890479e-05, + "R": 1.54397203004919e-05, + "M": 0.00011420949886087328, + "O": 2.8235153877176344e-05, + "W": 6.749525596205785e-07, + "N": 2.68056078311929e-06, + "Y": 0.0023996036034077406, + "U": 8.458183060611191e-07, + "K": 9.445914201933192e-07, + "L": 7.3470373536110856e-06, + "G": 0.0004833714629057795, + "F": 0.0021490920335054398, + "E": 4.343217005953193e-05, + "T": 0.00134071905631572, + "P": 0.046857766807079315, + "-": 0.9463958740234375 + }, + "id": "tp_6634" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 829263, + "label": "-", + "classification": { + "B": 3.1132873345995904e-07, + "S": 1.0878964395999446e-08, + "I": 7.984811963979155e-05, + "C": 4.782970790984109e-06, + "R": 4.877419996773824e-07, + "M": 2.2307493054540828e-05, + "O": 1.948407771124039e-06, + "W": 4.5033438311747886e-08, + "N": 3.258430751884589e-07, + "Y": 0.00015240581706166267, + "U": 3.82846785385027e-08, + "K": 2.5267780756621505e-08, + "L": 4.0545324964114116e-07, + "G": 6.416215182980523e-05, + "F": 0.0001730367075651884, + "E": 5.8347475714981556e-05, + "T": 8.07793257990852e-05, + "P": 0.10986392199993134, + "-": 0.889496922492981 + }, + "id": "tp_6635" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 829396, + "label": "-", + "classification": { + "B": 6.529397182930552e-07, + "S": 2.662748102011392e-06, + "I": 0.003111677709966898, + "C": 0.0001494933239882812, + "R": 5.5478049034718424e-05, + "M": 0.0009242629748769104, + "O": 0.00017708030645735562, + "W": 4.864939000981394e-06, + "N": 4.415122020873241e-05, + "Y": 0.04110496863722801, + "U": 4.5277309368429997e-07, + "K": 4.762114713230403e-06, + "L": 6.459937594627263e-06, + "G": 0.0012004286982119083, + "F": 0.0011940770782530308, + "E": 0.0003117439628113061, + "T": 0.008069753646850586, + "P": 0.023402594029903412, + "-": 0.9202344417572021 + }, + "id": "tp_6636" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 829530, + "label": "-", + "classification": { + "B": 5.589834472630173e-06, + "S": 3.187381309999182e-07, + "I": 0.0006256632623262703, + "C": 0.00012173807044746354, + "R": 1.6217893062275834e-05, + "M": 2.2678936147713102e-05, + "O": 2.6719846573541872e-05, + "W": 1.5829301673875307e-06, + "N": 2.0206836779834703e-05, + "Y": 0.0003708984877448529, + "U": 1.0798578387039015e-06, + "K": 2.672193488706398e-07, + "L": 4.083266048837686e-06, + "G": 0.0001795675343601033, + "F": 0.000661427911836654, + "E": 9.180232154903933e-05, + "T": 0.00021466182079166174, + "P": 0.39383772015571594, + "-": 0.6037977933883667 + }, + "id": "tp_6637" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 829630, + "label": "-", + "classification": { + "B": 0.0007072067819535732, + "S": 0.000981695018708706, + "I": 0.03553972393274307, + "C": 0.06380227953195572, + "R": 0.01257743313908577, + "M": 0.0362730398774147, + "O": 0.00828257855027914, + "W": 0.0012421592837199569, + "N": 0.0035528745502233505, + "Y": 0.23996050655841827, + "U": 0.0003777109377551824, + "K": 0.002615791978314519, + "L": 0.003730416065081954, + "G": 0.1371714472770691, + "F": 0.04147334769368172, + "E": 0.01433952059596777, + "T": 0.06775826215744019, + "P": 0.03141796216368675, + "-": 0.298196017742157 + }, + "id": "tp_6638" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 829763, + "label": "-", + "classification": { + "B": 6.789405688323313e-06, + "S": 2.829827053574263e-06, + "I": 0.00035793488495983183, + "C": 0.00016069771663751453, + "R": 2.7049629352404736e-05, + "M": 0.0002913761418312788, + "O": 0.00011672658729366958, + "W": 5.108438472234411e-06, + "N": 1.847066050686408e-05, + "Y": 0.0014168155612424016, + "U": 3.476838401184068e-06, + "K": 3.218642632418778e-06, + "L": 1.7087864762288518e-05, + "G": 0.0006284464616328478, + "F": 0.0018677483312785625, + "E": 0.00013910981942899525, + "T": 0.0018816004740074277, + "P": 0.09541910141706467, + "-": 0.8976365923881531 + }, + "id": "tp_6639" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 829897, + "label": "-", + "classification": { + "B": 7.176080885074043e-07, + "S": 1.0845608358067693e-06, + "I": 0.0009346918668597937, + "C": 3.92979163734708e-05, + "R": 1.571385291754268e-05, + "M": 0.00020568928448483348, + "O": 5.784495806437917e-05, + "W": 2.5600199933251133e-06, + "N": 3.097283479291946e-05, + "Y": 0.003160246182233095, + "U": 1.7476577340858057e-06, + "K": 1.2555949069792405e-05, + "L": 3.588081881389371e-06, + "G": 0.0004542786628007889, + "F": 0.0015310075832530856, + "E": 0.000118584131996613, + "T": 0.0029357371386140585, + "P": 0.08583049476146698, + "-": 0.9046632051467896 + }, + "id": "tp_6640" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 830030, + "label": "-", + "classification": { + "B": 8.252187200241679e-08, + "S": 3.440167617441148e-08, + "I": 4.062868538312614e-05, + "C": 1.3055350791546516e-06, + "R": 3.9970234411157435e-07, + "M": 7.452425779774785e-05, + "O": 5.911013431614265e-06, + "W": 2.3858358844108807e-08, + "N": 2.330780546344613e-07, + "Y": 0.00035832897992804646, + "U": 7.965101467277691e-09, + "K": 7.154130177156048e-09, + "L": 1.1566133935048128e-06, + "G": 0.00010950178693747148, + "F": 0.0005234121927060187, + "E": 1.15106267912779e-05, + "T": 0.0003678201464936137, + "P": 0.013090859167277813, + "-": 0.9854142665863037 + }, + "id": "tp_6641" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 830130, + "label": "-", + "classification": { + "B": 3.7088457816025766e-07, + "S": 5.038506287746713e-07, + "I": 1.993097430386115e-05, + "C": 2.2308866391540505e-05, + "R": 6.224095614015823e-06, + "M": 0.000244884256972, + "O": 2.952649629150983e-05, + "W": 3.772648256017419e-07, + "N": 9.382615075992362e-07, + "Y": 0.0027664992958307266, + "U": 1.3063673520719021e-07, + "K": 9.939016081261798e-07, + "L": 4.075314791407436e-06, + "G": 0.00037921074545010924, + "F": 0.0058784387074410915, + "E": 2.4544922780478373e-05, + "T": 0.0012702252715826035, + "P": 0.020159004256129265, + "-": 0.9691916704177856 + }, + "id": "tp_6642" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 830264, + "label": "-", + "classification": { + "B": 0.00015685675316490233, + "S": 3.693717371788807e-05, + "I": 0.0007969330763444304, + "C": 0.0007159683154895902, + "R": 0.00012283715477678925, + "M": 0.007145314943045378, + "O": 0.0011113755172118545, + "W": 4.066322071594186e-05, + "N": 5.212107134866528e-05, + "Y": 0.00829843059182167, + "U": 2.4321700038854033e-05, + "K": 5.220342700340552e-06, + "L": 0.0005291268462315202, + "G": 0.004994202870875597, + "F": 0.0026380131021142006, + "E": 0.0003860455472022295, + "T": 0.012524791061878204, + "P": 0.03995305299758911, + "-": 0.9204677939414978 + }, + "id": "tp_6643" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 830397, + "label": "-", + "classification": { + "B": 0.00011039369564969093, + "S": 2.652217972354265e-06, + "I": 0.000216692264075391, + "C": 9.49917193793226e-06, + "R": 3.1780120934854494e-06, + "M": 0.00033274441375397146, + "O": 6.878533895360306e-05, + "W": 1.0885106576097314e-06, + "N": 2.6568002340354724e-06, + "Y": 0.0003997070307377726, + "U": 1.2811591432182468e-07, + "K": 4.910339157504495e-08, + "L": 3.434636892052367e-05, + "G": 0.0012016649125143886, + "F": 0.0019944445230066776, + "E": 0.0005344582023099065, + "T": 0.0003571408160496503, + "P": 0.16513465344905853, + "-": 0.829595685005188 + }, + "id": "tp_6644" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 830531, + "label": "-", + "classification": { + "B": 2.5123382485503498e-08, + "S": 4.688688548526443e-09, + "I": 0.0004359120794106275, + "C": 3.1438798032468185e-05, + "R": 1.2298261253818055e-06, + "M": 7.001029644015944e-06, + "O": 7.650071438547457e-07, + "W": 2.401307774846373e-08, + "N": 3.991931407654192e-06, + "Y": 0.0007152599282562733, + "U": 5.692284688052496e-08, + "K": 1.34171420995699e-06, + "L": 6.966807575281564e-08, + "G": 8.956524106906727e-05, + "F": 0.0007008400862105191, + "E": 0.00031279443646781147, + "T": 5.6740984291536734e-05, + "P": 0.20643971860408783, + "-": 0.7912032008171082 + }, + "id": "tp_6645" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 830631, + "label": "-", + "classification": { + "B": 2.50924244937778e-06, + "S": 3.063840665618045e-07, + "I": 3.418936103116721e-05, + "C": 5.021263405069476e-06, + "R": 4.0719021399127087e-07, + "M": 4.824517964152619e-05, + "O": 7.95624600868905e-06, + "W": 1.5403871600483399e-07, + "N": 9.059102126229845e-07, + "Y": 0.00027512997621670365, + "U": 3.239010837319256e-08, + "K": 7.172557303647409e-08, + "L": 1.4922621858204366e-06, + "G": 0.00017931926413439214, + "F": 0.0009579210891388357, + "E": 0.00010943089000647888, + "T": 0.00016655628860462457, + "P": 0.06502976268529892, + "-": 0.9331805109977722 + }, + "id": "tp_6646" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 830764, + "label": "-", + "classification": { + "B": 5.3238636610331014e-05, + "S": 2.557669358793646e-05, + "I": 0.013577943667769432, + "C": 0.0008920926484279335, + "R": 0.00036550621734932065, + "M": 0.005672052036970854, + "O": 0.0006294549093581736, + "W": 4.628320675692521e-05, + "N": 0.0004168000305071473, + "Y": 0.043315038084983826, + "U": 1.9767870981013402e-05, + "K": 6.690822192467749e-05, + "L": 0.00015148756210692227, + "G": 0.006656102370470762, + "F": 0.005978213157504797, + "E": 0.003923415206372738, + "T": 0.014305534772574902, + "P": 0.11454654484987259, + "-": 0.7893579602241516 + }, + "id": "tp_6647" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 830898, + "label": "-", + "classification": { + "B": 1.36396893140045e-05, + "S": 8.081247869995423e-06, + "I": 0.006124035455286503, + "C": 0.001859078067354858, + "R": 0.00023116164084058255, + "M": 0.0006811408093199134, + "O": 0.00016091672296170145, + "W": 2.739658157224767e-05, + "N": 0.00035180809209123254, + "Y": 0.021225228905677795, + "U": 1.788746340025682e-05, + "K": 0.002739367075264454, + "L": 2.5031997211044654e-05, + "G": 0.012374384328722954, + "F": 0.01707632839679718, + "E": 0.04981904849410057, + "T": 0.0028154782485216856, + "P": 0.11026899516582489, + "-": 0.7741809487342834 + }, + "id": "tp_6648" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 831031, + "label": "-", + "classification": { + "B": 1.386146948334499e-07, + "S": 1.1297164803636406e-07, + "I": 0.0004893261357210577, + "C": 1.6865265934029594e-05, + "R": 3.139051841571927e-06, + "M": 9.555734868627042e-05, + "O": 1.1607820852077566e-05, + "W": 5.88060231621057e-07, + "N": 9.56019721343182e-06, + "Y": 0.00943077728152275, + "U": 1.959435422804745e-07, + "K": 3.989867400377989e-05, + "L": 2.1177054065901757e-07, + "G": 0.0003209345741197467, + "F": 0.0007569806766696274, + "E": 0.00038698772550560534, + "T": 0.0011424568947404623, + "P": 0.03051004372537136, + "-": 0.9567846059799194 + }, + "id": "tp_6649" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 831131, + "label": "-", + "classification": { + "B": 2.641806218228737e-10, + "S": 2.513574348661507e-10, + "I": 3.449995915616455e-07, + "C": 2.4574585921754988e-08, + "R": 1.197522858653599e-09, + "M": 1.2535112148270855e-07, + "O": 2.7445171468798435e-08, + "W": 7.187683226383967e-10, + "N": 1.4022648819889127e-08, + "Y": 1.815152972994838e-05, + "U": 7.244291833075067e-10, + "K": 4.836838343180716e-06, + "L": 2.306774771199116e-10, + "G": 1.5708352520960034e-06, + "F": 0.00026313040871173143, + "E": 1.539219738333486e-05, + "T": 2.4814778498694068e-06, + "P": 0.021300163120031357, + "-": 0.9783938527107239 + }, + "id": "tp_6650" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 831265, + "label": "-", + "classification": { + "B": 1.201780630566418e-08, + "S": 5.002939396092643e-09, + "I": 4.847214768233243e-06, + "C": 3.244741435537435e-07, + "R": 2.1736504152158886e-08, + "M": 5.803849489893764e-07, + "O": 2.530607616790803e-07, + "W": 1.2952750871875196e-08, + "N": 1.596227576783349e-07, + "Y": 2.137035880878102e-05, + "U": 6.200411739598621e-09, + "K": 7.794590146659175e-07, + "L": 6.789018236474931e-09, + "G": 4.604849436873337e-06, + "F": 0.0011632733512669802, + "E": 2.5538949557812884e-05, + "T": 7.831745278963353e-06, + "P": 0.21620455384254456, + "-": 0.7825658321380615 + }, + "id": "tp_6651" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 831398, + "label": "-", + "classification": { + "B": 2.3713113250778406e-08, + "S": 2.6515921902614537e-08, + "I": 8.51596996653825e-05, + "C": 7.915543392300606e-06, + "R": 1.4629036968472064e-06, + "M": 2.1063675376353785e-05, + "O": 3.1944955480867065e-06, + "W": 5.758235133157541e-08, + "N": 1.6491392216266831e-06, + "Y": 0.00118737923912704, + "U": 5.8047042728048837e-08, + "K": 9.062346180144232e-06, + "L": 1.2978846086753038e-07, + "G": 0.00018177505990024656, + "F": 0.0023667344357818365, + "E": 5.262823833618313e-05, + "T": 0.0002233582636108622, + "P": 0.04138772189617157, + "-": 0.9544705748558044 + }, + "id": "tp_6652" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 831532, + "label": "-", + "classification": { + "B": 6.460539225372486e-06, + "S": 4.758365435009182e-07, + "I": 0.000269550975644961, + "C": 7.341679884120822e-05, + "R": 1.0252063475491013e-05, + "M": 0.00018691347213461995, + "O": 6.528529775096104e-05, + "W": 1.3776719924862846e-06, + "N": 8.137025361065753e-06, + "Y": 0.0009743947302922606, + "U": 2.3208044694911223e-06, + "K": 5.552836341848888e-07, + "L": 1.4509219909086823e-05, + "G": 0.00042773925815708935, + "F": 0.00031270086765289307, + "E": 0.00016511205467395484, + "T": 0.0013882674975320697, + "P": 0.08485431969165802, + "-": 0.9112381935119629 + }, + "id": "tp_6653" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 831632, + "label": "-", + "classification": { + "B": 6.509671493404312e-06, + "S": 4.8689948926039506e-06, + "I": 0.00322036468423903, + "C": 0.00022738511324860156, + "R": 5.538742698263377e-05, + "M": 0.0008102359133772552, + "O": 8.916893420973793e-05, + "W": 7.253494459291687e-06, + "N": 0.00016015241271816194, + "Y": 0.006747698877006769, + "U": 6.900136668264167e-06, + "K": 0.00016538753698114306, + "L": 1.3244479305285495e-05, + "G": 0.0013583400286734104, + "F": 0.008984439074993134, + "E": 0.006184848491102457, + "T": 0.0018615613225847483, + "P": 0.2166367471218109, + "-": 0.7534594535827637 + }, + "id": "tp_6654" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 831765, + "label": "-", + "classification": { + "B": 9.69871166489611e-07, + "S": 1.9280394099041587e-06, + "I": 0.0002660730096977204, + "C": 1.8199980331701227e-05, + "R": 2.6511224859859794e-06, + "M": 4.7531513700960204e-05, + "O": 1.6287074686260894e-05, + "W": 6.219509032234782e-06, + "N": 6.0123580624349415e-05, + "Y": 0.0015750388847663999, + "U": 3.829576598946005e-06, + "K": 0.00466361828148365, + "L": 5.147489900991786e-07, + "G": 0.00022131299192551523, + "F": 0.014791278168559074, + "E": 0.004080587066709995, + "T": 0.0004314040706958622, + "P": 0.22685210406780243, + "-": 0.7469603419303894 + }, + "id": "tp_6655" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 831899, + "label": "-", + "classification": { + "B": 1.2515410929836435e-09, + "S": 1.0884954271261904e-08, + "I": 5.8402406466484535e-06, + "C": 8.611468871322359e-08, + "R": 1.8725367922911573e-08, + "M": 2.5023568923643325e-06, + "O": 4.930831778438005e-07, + "W": 6.878030589518858e-09, + "N": 1.1055646353952397e-07, + "Y": 0.00011688527592923492, + "U": 2.0176778026126385e-09, + "K": 7.954392344799999e-08, + "L": 1.19948229126976e-08, + "G": 4.313631961849751e-06, + "F": 0.0003428611671552062, + "E": 2.448068926241831e-06, + "T": 9.538178710499778e-05, + "P": 0.025148935616016388, + "-": 0.974280059337616 + }, + "id": "tp_6656" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 832032, + "label": "-", + "classification": { + "B": 1.1283017055385702e-11, + "S": 1.254005232986799e-11, + "I": 1.9085728126810864e-06, + "C": 2.0139673040375783e-08, + "R": 6.549487618912053e-10, + "M": 3.6818391890847124e-08, + "O": 3.35698380204974e-09, + "W": 6.046432798889612e-11, + "N": 9.29665588955686e-09, + "Y": 1.6539570424356498e-05, + "U": 1.2665367365993774e-10, + "K": 2.1056249011053296e-07, + "L": 5.105211045575153e-11, + "G": 1.5653787386327167e-06, + "F": 0.00011859031656058505, + "E": 1.3218551430327352e-05, + "T": 2.553204694777378e-06, + "P": 0.0426279753446579, + "-": 0.9572173953056335 + }, + "id": "tp_6657" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 832132, + "label": "-", + "classification": { + "B": 1.361402812705137e-08, + "S": 5.260230917514264e-09, + "I": 2.4069247956504114e-05, + "C": 4.751384210521792e-07, + "R": 1.851760167426164e-08, + "M": 1.1685913250403246e-06, + "O": 2.2009298561442847e-07, + "W": 1.4883342558391632e-08, + "N": 5.595478000941512e-07, + "Y": 3.9377817302010953e-05, + "U": 8.922203420524966e-09, + "K": 9.73607029663981e-07, + "L": 3.2204126032553404e-09, + "G": 3.862640369334258e-06, + "F": 0.00014033279148861766, + "E": 6.428758206311613e-05, + "T": 1.033655644278042e-05, + "P": 0.2128818929195404, + "-": 0.7868323922157288 + }, + "id": "tp_6658" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 832266, + "label": "-", + "classification": { + "B": 1.4350090005166294e-08, + "S": 3.0813476215030278e-09, + "I": 0.00018203626677859575, + "C": 9.482475434197113e-06, + "R": 5.623903120977047e-07, + "M": 7.063247721816879e-06, + "O": 8.190780249606178e-07, + "W": 2.3079428146388636e-08, + "N": 1.043489646690432e-06, + "Y": 0.00026127215824089944, + "U": 2.994326209204701e-08, + "K": 9.334848272146701e-08, + "L": 5.3772648556105196e-08, + "G": 2.0919551388942637e-05, + "F": 8.516682282788679e-05, + "E": 0.0001147179864346981, + "T": 8.11925419839099e-05, + "P": 0.1188252866268158, + "-": 0.8804101943969727 + }, + "id": "tp_6659" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 832399, + "label": "-", + "classification": { + "B": 5.899353407038191e-14, + "S": 3.399520316399625e-14, + "I": 3.9357153092112185e-09, + "C": 1.3246656549448232e-10, + "R": 6.221038007653279e-12, + "M": 2.165220447380989e-09, + "O": 8.059413553196393e-11, + "W": 5.062433220022478e-13, + "N": 1.279340522408745e-11, + "Y": 5.177218099561287e-06, + "U": 8.969899475963494e-13, + "K": 4.7865569285932e-09, + "L": 3.093092730728497e-13, + "G": 2.4952845123493717e-08, + "F": 6.2850313042872585e-06, + "E": 2.2516802644645395e-08, + "T": 2.912353238571086e-07, + "P": 0.002965837949886918, + "-": 0.9970223307609558 + }, + "id": "tp_6660" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 832533, + "label": "-", + "classification": { + "B": 5.889285170646019e-10, + "S": 3.306541263015106e-09, + "I": 1.265529022020928e-06, + "C": 3.3117802900051174e-07, + "R": 2.2753013695364643e-08, + "M": 3.838844804704422e-06, + "O": 7.341614605138602e-07, + "W": 2.8831035336907007e-09, + "N": 1.3080518890262738e-08, + "Y": 8.192640234483406e-05, + "U": 2.7578000993955243e-10, + "K": 1.6886687603800965e-08, + "L": 5.3801887389681724e-08, + "G": 3.346561788930558e-05, + "F": 0.001696201623417437, + "E": 5.544810846913606e-06, + "T": 3.1869196391198784e-05, + "P": 0.011012393049895763, + "-": 0.9871323108673096 + }, + "id": "tp_6661" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 832633, + "label": "-", + "classification": { + "B": 3.6700509298270845e-10, + "S": 5.2020825147547356e-11, + "I": 2.2545200408785604e-06, + "C": 9.597384220683125e-09, + "R": 2.825197298328419e-10, + "M": 5.2100041614266956e-08, + "O": 1.1691109413902723e-08, + "W": 1.4730865138812277e-10, + "N": 1.605641664070845e-08, + "Y": 5.47753813862073e-07, + "U": 4.527654293151606e-11, + "K": 1.3639013252131349e-09, + "L": 8.028042813856828e-11, + "G": 1.1887506445873441e-07, + "F": 1.1012121831299737e-05, + "E": 6.518819191114744e-06, + "T": 1.0550963907007826e-06, + "P": 0.3523876368999481, + "-": 0.6475907564163208 + }, + "id": "tp_6662" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 832766, + "label": "-", + "classification": { + "B": 4.193622185622026e-11, + "S": 1.9271581129954446e-13, + "I": 1.4674861859020893e-06, + "C": 8.248661309551153e-09, + "R": 1.0482110318621451e-10, + "M": 8.45588132847297e-08, + "O": 2.4826234401587044e-09, + "W": 2.1783991711182837e-12, + "N": 1.2575469554576557e-09, + "Y": 1.9532487840479007e-06, + "U": 1.0638627999381978e-11, + "K": 4.236658246448144e-11, + "L": 5.105299863417123e-11, + "G": 1.0554988421063172e-06, + "F": 1.0285803000442684e-06, + "E": 1.2595147609317792e-06, + "T": 1.4208723086994723e-06, + "P": 0.08239498734474182, + "-": 0.9175968766212463 + }, + "id": "tp_6663" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 832900, + "label": "-", + "classification": { + "B": 1.530450361997282e-07, + "S": 8.358549052900344e-08, + "I": 0.0002941032580565661, + "C": 1.48132057802286e-05, + "R": 1.8557282146502985e-06, + "M": 1.4528549399983604e-05, + "O": 3.984730938100256e-06, + "W": 2.0542829304304178e-07, + "N": 6.266494438023074e-06, + "Y": 0.00034317621611990035, + "U": 4.0414079194306396e-07, + "K": 8.82097356225131e-06, + "L": 3.6642518352891784e-07, + "G": 0.00012974099081475288, + "F": 0.00089517782907933, + "E": 0.0001529514411231503, + "T": 0.00020197311823721975, + "P": 0.3064793348312378, + "-": 0.6914520263671875 + }, + "id": "tp_6664" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 833033, + "label": "-", + "classification": { + "B": 5.815174730638972e-11, + "S": 2.697651477201468e-11, + "I": 5.974836625455282e-08, + "C": 3.349467370128423e-10, + "R": 1.7825558737416536e-11, + "M": 5.6745083298892496e-08, + "O": 1.2597488385779343e-08, + "W": 2.8380062189192756e-11, + "N": 3.46440987009089e-10, + "Y": 3.266531791723537e-07, + "U": 3.2195572163135067e-12, + "K": 3.954228004060534e-12, + "L": 1.5549782295121162e-10, + "G": 2.881636262941356e-08, + "F": 2.4903879420890007e-06, + "E": 9.896452723978655e-08, + "T": 1.3861626939615235e-06, + "P": 0.042966000735759735, + "-": 0.9570294618606567 + }, + "id": "tp_6665" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 833133, + "label": "-", + "classification": { + "B": 2.696362798815244e-06, + "S": 7.40235009288881e-07, + "I": 8.049418102018535e-05, + "C": 1.7545758964843117e-05, + "R": 2.4161695364455227e-06, + "M": 0.00012778739619534463, + "O": 1.1763331713154912e-05, + "W": 5.634521471620246e-07, + "N": 1.0244940540360403e-06, + "Y": 0.0008731418056413531, + "U": 1.3122431141709967e-07, + "K": 1.102401142816234e-06, + "L": 3.3482995149825e-06, + "G": 0.00042427185690030456, + "F": 0.0015367376618087292, + "E": 9.89092150120996e-05, + "T": 0.000338320474838838, + "P": 0.023229841142892838, + "-": 0.973249077796936 + }, + "id": "tp_6666" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 833267, + "label": "-", + "classification": { + "B": 2.489123653504066e-05, + "S": 3.2977230148389935e-05, + "I": 0.0009312297333963215, + "C": 0.00022422226902563125, + "R": 4.8352005251217633e-05, + "M": 0.0005215842393226922, + "O": 0.000186800942174159, + "W": 3.822952930931933e-05, + "N": 9.926089842338115e-05, + "Y": 0.00349987018853426, + "U": 9.64923128776718e-06, + "K": 0.00020866237173322588, + "L": 2.404263796051964e-05, + "G": 0.0011725137010216713, + "F": 0.032392047345638275, + "E": 0.0033501547295600176, + "T": 0.0007420743932016194, + "P": 0.175846129655838, + "-": 0.7806473970413208 + }, + "id": "tp_6667" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 833400, + "label": "-", + "classification": { + "B": 3.944927880455279e-13, + "S": 1.5847493131139478e-13, + "I": 2.0868304773102864e-07, + "C": 2.2749988559667145e-09, + "R": 7.052831929588166e-11, + "M": 1.2311994623814826e-07, + "O": 9.96260962615736e-10, + "W": 4.865801229818334e-13, + "N": 5.564731661578115e-11, + "Y": 3.832988568319706e-06, + "U": 5.478379794081334e-13, + "K": 9.33444294082264e-13, + "L": 2.830954914934125e-11, + "G": 1.9085783264927159e-07, + "F": 3.1285236445910414e-07, + "E": 3.9292434195203896e-08, + "T": 3.4308850445086136e-06, + "P": 0.004413853399455547, + "-": 0.9955779314041138 + }, + "id": "tp_6668" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 833500, + "label": "-", + "classification": { + "B": 1.2063843257692497e-08, + "S": 4.546128362648005e-09, + "I": 6.199887138791382e-05, + "C": 2.5184053811244667e-06, + "R": 2.039821680455134e-07, + "M": 3.3299525057373103e-06, + "O": 6.557741016877117e-07, + "W": 1.1774723418511712e-08, + "N": 6.141234507595073e-07, + "Y": 0.00014005439879838377, + "U": 1.7352792980318554e-08, + "K": 6.871558611010187e-08, + "L": 4.0657308630898115e-08, + "G": 1.4117082173470408e-05, + "F": 0.00023877006606198847, + "E": 3.234648102079518e-05, + "T": 5.3121151722734794e-05, + "P": 0.16192466020584106, + "-": 0.8375274538993835 + }, + "id": "tp_6669" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 833634, + "label": "-", + "classification": { + "B": 0.000326829293044284, + "S": 8.645017078379169e-05, + "I": 0.0007562545943073928, + "C": 0.0001472064177505672, + "R": 5.396381675382145e-05, + "M": 0.0014961344422772527, + "O": 0.0007931037107482553, + "W": 8.858632645569742e-05, + "N": 0.00013742571172770113, + "Y": 0.004723472986370325, + "U": 2.6570649424684234e-05, + "K": 7.299627031898126e-05, + "L": 0.00010543921234784648, + "G": 0.0013506262330338359, + "F": 0.009759022854268551, + "E": 0.0014272634871304035, + "T": 0.004190408159047365, + "P": 0.17051760852336884, + "-": 0.8039405941963196 + }, + "id": "tp_6670" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 833767, + "label": "-", + "classification": { + "B": 1.2619678251609562e-13, + "S": 4.722460757947827e-14, + "I": 1.2674185256855708e-07, + "C": 1.1986368841920836e-10, + "R": 2.889572695702336e-12, + "M": 5.718147622069125e-10, + "O": 8.634049725175785e-11, + "W": 2.279265101309824e-13, + "N": 1.7812212815826456e-10, + "Y": 3.8787479184065887e-07, + "U": 1.6214220450224553e-13, + "K": 1.0457926885587554e-10, + "L": 1.3542373602723479e-13, + "G": 1.8752848163217095e-08, + "F": 5.811697974422714e-06, + "E": 1.7496763859981002e-07, + "T": 5.1259831934657996e-08, + "P": 0.09006340801715851, + "-": 0.9099300503730774 + }, + "id": "tp_6671" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 833901, + "label": "-", + "classification": { + "B": 4.951501068717334e-06, + "S": 6.3301913542090915e-06, + "I": 0.0003712409525178373, + "C": 0.00011659255687845871, + "R": 2.9962580811115913e-05, + "M": 0.00015917659038677812, + "O": 9.217295155394822e-05, + "W": 1.0317658961866982e-05, + "N": 5.459316525957547e-05, + "Y": 0.0030582621693611145, + "U": 8.389309186895844e-06, + "K": 0.0001952274760697037, + "L": 7.668332727917004e-06, + "G": 0.0006802135612815619, + "F": 0.01759405806660652, + "E": 0.0006796970847062767, + "T": 0.0010507809929549694, + "P": 0.13096080720424652, + "-": 0.8449196219444275 + }, + "id": "tp_6672" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 834001, + "label": "-", + "classification": { + "B": 7.183305683611252e-08, + "S": 1.3116155628267734e-07, + "I": 0.000337749719619751, + "C": 3.746252104974701e-06, + "R": 1.4402045280803577e-06, + "M": 7.62216659495607e-05, + "O": 1.1437955436122138e-05, + "W": 1.5961104793404957e-07, + "N": 4.274316779628862e-06, + "Y": 0.0014721108600497246, + "U": 3.1257584964805574e-08, + "K": 1.434055576510218e-07, + "L": 4.418010917106585e-07, + "G": 8.93198448466137e-05, + "F": 0.00017652286624070257, + "E": 3.5506316635292023e-05, + "T": 0.0017362999496981502, + "P": 0.11708173155784607, + "-": 0.8789726495742798 + }, + "id": "tp_6673" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 834134, + "label": "-", + "classification": { + "B": 5.585027906818141e-07, + "S": 6.782935884075414e-07, + "I": 0.0014806136023253202, + "C": 7.812243711668998e-05, + "R": 4.514229658525437e-06, + "M": 9.451931691728532e-05, + "O": 9.94681704469258e-06, + "W": 2.1449757241498446e-06, + "N": 8.239664748543873e-05, + "Y": 0.003166711889207363, + "U": 7.407261932712572e-07, + "K": 0.002585970563814044, + "L": 3.380590385404503e-07, + "G": 0.0007666955352760851, + "F": 0.007971273735165596, + "E": 0.030171925202012062, + "T": 0.00054243701742962, + "P": 0.10332288593053818, + "-": 0.8497176170349121 + }, + "id": "tp_6674" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 834268, + "label": "-", + "classification": { + "B": 5.0560402087285183e-08, + "S": 3.3952286315752644e-08, + "I": 0.0026724818162620068, + "C": 2.3151385903474875e-05, + "R": 5.3865583140577655e-06, + "M": 9.831370698520914e-05, + "O": 7.574208666483173e-06, + "W": 1.4595798347727396e-07, + "N": 1.064210846379865e-05, + "Y": 0.0019811110105365515, + "U": 1.1639293262533101e-07, + "K": 2.5382291823916603e-07, + "L": 6.49686228371138e-07, + "G": 0.0001548487925902009, + "F": 0.0001634012151043862, + "E": 0.00013326718180906028, + "T": 0.0016865134239196777, + "P": 0.17140862345695496, + "-": 0.821653425693512 + }, + "id": "tp_6675" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 834401, + "label": "-", + "classification": { + "B": 1.8737136408403243e-12, + "S": 7.274764558112823e-12, + "I": 2.0638458408939186e-07, + "C": 2.824129818890242e-09, + "R": 2.0404226919179536e-10, + "M": 3.940139592373271e-08, + "O": 2.6305966294160044e-09, + "W": 5.897028958895545e-12, + "N": 5.718502893437005e-10, + "Y": 8.254151907749474e-06, + "U": 5.348413552319631e-12, + "K": 8.712372490116138e-11, + "L": 5.804078745397234e-11, + "G": 2.3029068074720271e-07, + "F": 1.941051596077159e-05, + "E": 1.939861533628573e-07, + "T": 4.633052412827965e-06, + "P": 0.02038491889834404, + "-": 0.9795820713043213 + }, + "id": "tp_6676" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 834501, + "label": "-", + "classification": { + "B": 4.491385752203314e-08, + "S": 6.481550229864297e-08, + "I": 8.394059841521084e-05, + "C": 2.035600800809334e-06, + "R": 2.0676539236319513e-07, + "M": 2.113472646669834e-06, + "O": 1.4018580714036943e-06, + "W": 1.2277226346668613e-07, + "N": 9.69891516433563e-06, + "Y": 0.00020378269255161285, + "U": 2.1990086906953366e-07, + "K": 0.000185461321962066, + "L": 1.6499864585739488e-08, + "G": 4.5205924834590405e-05, + "F": 0.0025057238526642323, + "E": 0.0007505047833546996, + "T": 4.631022602552548e-05, + "P": 0.34880271553993225, + "-": 0.6473604440689087 + }, + "id": "tp_6677" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 834635, + "label": "-", + "classification": { + "B": 3.228853756809258e-06, + "S": 1.517486907687271e-06, + "I": 0.0010426631197333336, + "C": 0.00031716065132059157, + "R": 7.057642505969852e-05, + "M": 0.0004645161679945886, + "O": 6.300202949205413e-05, + "W": 2.0306372334744083e-06, + "N": 2.608510294521693e-05, + "Y": 0.005897128954529762, + "U": 5.8372165767650586e-06, + "K": 8.333571713592391e-06, + "L": 3.555156945367344e-05, + "G": 0.003095677588135004, + "F": 0.0067514944821596146, + "E": 0.00040407429332844913, + "T": 0.002749089151620865, + "P": 0.09266524016857147, + "-": 0.8863968253135681 + }, + "id": "tp_6678" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 834768, + "label": "-", + "classification": { + "B": 5.496376687119664e-09, + "S": 3.592970143628804e-09, + "I": 8.468274609185755e-05, + "C": 4.3661879089995637e-07, + "R": 1.0440545850087801e-07, + "M": 7.649321560165845e-06, + "O": 4.908353616883687e-07, + "W": 4.8924961859597715e-09, + "N": 3.9567819953845174e-07, + "Y": 0.0002897936210501939, + "U": 3.34762417786294e-09, + "K": 4.391818819726723e-08, + "L": 1.1685448164655554e-08, + "G": 1.8461792933521792e-05, + "F": 5.5400829296559095e-05, + "E": 1.8110114979208447e-05, + "T": 0.00026941372198052704, + "P": 0.08614318817853928, + "-": 0.9131118655204773 + }, + "id": "tp_6679" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 834902, + "label": "-", + "classification": { + "B": 5.6523623470639e-07, + "S": 1.2585199726800056e-07, + "I": 0.00022978631022851914, + "C": 2.2789070499129593e-05, + "R": 1.0374644716648618e-06, + "M": 3.38182071573101e-05, + "O": 5.308665549819125e-06, + "W": 2.443535151996912e-07, + "N": 6.227833182492759e-06, + "Y": 0.00011570972128538415, + "U": 2.2819496336978773e-07, + "K": 1.522070988357882e-06, + "L": 9.578968729329063e-07, + "G": 0.0001243694860022515, + "F": 0.0032554459758102894, + "E": 0.0005682828486897051, + "T": 7.858170283725485e-05, + "P": 0.3729660212993622, + "-": 0.6225889325141907 + }, + "id": "tp_6680" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 835002, + "label": "-", + "classification": { + "B": 4.262690644907252e-09, + "S": 2.108707097825402e-10, + "I": 8.688213711138815e-05, + "C": 1.1578390513022896e-06, + "R": 6.628938109543014e-08, + "M": 1.2610991007022676e-06, + "O": 6.335156399472908e-08, + "W": 3.582525665013492e-10, + "N": 1.5384225093839632e-07, + "Y": 0.0001045300523401238, + "U": 1.098985902281413e-09, + "K": 4.528128272340837e-08, + "L": 6.114634576448452e-09, + "G": 8.262212213594466e-05, + "F": 0.00018524250481277704, + "E": 0.00011968245235038921, + "T": 1.225141477334546e-05, + "P": 0.1514453887939453, + "-": 0.8479605913162231 + }, + "id": "tp_6681" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 835135, + "label": "-", + "classification": { + "B": 4.039305348535471e-12, + "S": 2.2111203926838963e-12, + "I": 1.8146126024021214e-07, + "C": 4.197128422589458e-09, + "R": 4.3495596013798377e-11, + "M": 4.068836290116451e-08, + "O": 1.4856821328734782e-09, + "W": 7.360841970671661e-12, + "N": 9.198402595167465e-10, + "Y": 4.131449713895563e-06, + "U": 1.977844797662609e-11, + "K": 4.254693930505482e-09, + "L": 2.7456197038144836e-11, + "G": 3.0409336204684223e-07, + "F": 1.3552005839301273e-05, + "E": 2.337048726985813e-06, + "T": 6.860081498416548e-07, + "P": 0.02881099469959736, + "-": 0.9711677432060242 + }, + "id": "tp_6682" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 835269, + "label": "-", + "classification": { + "B": 3.1489209959545406e-06, + "S": 9.379847369928029e-07, + "I": 0.0004204106517136097, + "C": 1.2342099580564536e-05, + "R": 2.594753823359497e-06, + "M": 0.00026896881172433496, + "O": 4.8413574404548854e-05, + "W": 1.2175918300272315e-06, + "N": 7.75296393840108e-06, + "Y": 0.002683456754311919, + "U": 5.352473522179935e-07, + "K": 4.509676614361524e-07, + "L": 9.721752576297149e-06, + "G": 0.00047266759793274105, + "F": 0.0005829266738146544, + "E": 0.00015327367873396724, + "T": 0.0024832161143422127, + "P": 0.09363716095685959, + "-": 0.8992108106613159 + }, + "id": "tp_6683" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 835402, + "label": "-", + "classification": { + "B": 4.162107103411472e-09, + "S": 1.6983500161771303e-09, + "I": 3.061285497096833e-06, + "C": 1.7741564306561486e-07, + "R": 5.096408628446625e-09, + "M": 1.3801585510009318e-06, + "O": 1.6330085372828762e-07, + "W": 2.136140375696982e-09, + "N": 3.170178786149336e-08, + "Y": 1.1657661161734723e-05, + "U": 1.4187593322390057e-09, + "K": 1.975621888306023e-09, + "L": 5.930900659478766e-09, + "G": 1.365367666039674e-06, + "F": 1.440351661585737e-05, + "E": 3.949635811295593e-06, + "T": 2.1273765014484525e-05, + "P": 0.14832614362239838, + "-": 0.851616382598877 + }, + "id": "tp_6684" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 835502, + "label": "-", + "classification": { + "B": 5.14696618658661e-10, + "S": 4.1115963411719747e-10, + "I": 1.3817756553180516e-05, + "C": 2.195519755332498e-06, + "R": 5.7373291895146394e-08, + "M": 2.016445250774268e-07, + "O": 8.731927891858504e-08, + "W": 2.1724535503864217e-09, + "N": 1.9329741007823031e-07, + "Y": 2.776520705083385e-05, + "U": 6.537875574252894e-09, + "K": 6.479059493358363e-07, + "L": 2.0901329556011206e-09, + "G": 3.5406915230851155e-06, + "F": 0.0002485928707756102, + "E": 1.1042097867175471e-05, + "T": 6.750349712092429e-06, + "P": 0.08561805635690689, + "-": 0.9140670299530029 + }, + "id": "tp_6685" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 835636, + "label": "-", + "classification": { + "B": 1.866063303879173e-09, + "S": 6.955833686816959e-10, + "I": 9.749261380420648e-07, + "C": 4.1538493178450153e-07, + "R": 3.277144244862029e-08, + "M": 9.350012533104746e-07, + "O": 1.9644386384243262e-07, + "W": 2.3522217507121468e-09, + "N": 4.983093049304443e-09, + "Y": 1.6469884940306656e-05, + "U": 8.882302671153752e-10, + "K": 7.416832037421273e-09, + "L": 1.3019007205627986e-08, + "G": 3.17145645567507e-06, + "F": 0.0002092144568450749, + "E": 7.920131679384212e-07, + "T": 1.1306973647151608e-05, + "P": 0.015846597030758858, + "-": 0.9839099049568176 + }, + "id": "tp_6686" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 835769, + "label": "-", + "classification": { + "B": 7.228361659228355e-11, + "S": 2.623519179678624e-10, + "I": 7.82360257289838e-06, + "C": 9.551612123459563e-08, + "R": 9.33791177715193e-09, + "M": 9.082746146304999e-07, + "O": 9.737048145552762e-08, + "W": 4.730605906999585e-10, + "N": 5.2822912266492494e-08, + "Y": 0.00013177712389733642, + "U": 3.8289008075231834e-10, + "K": 7.976177940349771e-09, + "L": 1.2107634894675812e-09, + "G": 1.525549578218488e-06, + "F": 2.3470820451620966e-05, + "E": 1.4298489077191334e-06, + "T": 6.46865155431442e-05, + "P": 0.017760105431079865, + "-": 0.9820079803466797 + }, + "id": "tp_6687" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 835903, + "label": "-", + "classification": { + "B": 3.956939735871856e-07, + "S": 2.3565743845210818e-07, + "I": 0.00016260272241197526, + "C": 6.374573786160909e-06, + "R": 1.1358212077539065e-06, + "M": 2.4405728254350834e-05, + "O": 1.041825544234598e-05, + "W": 2.5762298605513934e-07, + "N": 1.7038081523423898e-06, + "Y": 0.0001563067053211853, + "U": 1.1485321493864831e-07, + "K": 1.8655552658231045e-09, + "L": 2.796638000290841e-06, + "G": 1.7681499230093323e-05, + "F": 4.7854056901996955e-05, + "E": 9.461788067710586e-06, + "T": 0.0006733759073540568, + "P": 0.23506906628608704, + "-": 0.7638157606124878 + }, + "id": "tp_6688" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 836003, + "label": "-", + "classification": { + "B": 2.737555293563787e-09, + "S": 2.911823449025519e-09, + "I": 1.0520812793402001e-05, + "C": 4.036244547478418e-07, + "R": 1.5457271018703977e-08, + "M": 3.6857758800579177e-07, + "O": 1.823331956529728e-07, + "W": 1.0565137209539444e-08, + "N": 5.963555622656713e-07, + "Y": 3.3083069865824655e-05, + "U": 8.309643639847764e-09, + "K": 7.937574082461651e-06, + "L": 2.158837331123209e-09, + "G": 9.012721420731395e-06, + "F": 0.001783984829671681, + "E": 0.00013299965939950198, + "T": 7.999615263543092e-06, + "P": 0.21518410742282867, + "-": 0.7828287482261658 + }, + "id": "tp_6689" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 836136, + "label": "-", + "classification": { + "B": 7.3078895184153225e-06, + "S": 6.033829436091764e-07, + "I": 6.848834891570732e-05, + "C": 2.024676632572664e-06, + "R": 3.231114931168122e-07, + "M": 4.9720289098331705e-05, + "O": 1.0057638974103611e-05, + "W": 6.440692459364072e-07, + "N": 2.5779802399483742e-06, + "Y": 0.0003597247996367514, + "U": 2.197257344960235e-07, + "K": 9.800080988497939e-06, + "L": 9.306049264523608e-07, + "G": 0.0003021841694135219, + "F": 0.004244865849614143, + "E": 0.0012861634604632854, + "T": 0.00015610107220709324, + "P": 0.18274998664855957, + "-": 0.810748279094696 + }, + "id": "tp_6690" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 836270, + "label": "-", + "classification": { + "B": 6.634137150740571e-08, + "S": 2.2131997923224844e-07, + "I": 0.0004006309318356216, + "C": 6.992233466007747e-06, + "R": 1.134294052462792e-06, + "M": 8.013791557459626e-06, + "O": 4.705667379312217e-06, + "W": 6.107432000135304e-07, + "N": 2.6073916160385124e-05, + "Y": 0.00039321149233728647, + "U": 4.640846782422159e-07, + "K": 0.0001034187080222182, + "L": 7.861795836561214e-08, + "G": 4.27533668698743e-05, + "F": 0.002537315711379051, + "E": 0.00030278234044089913, + "T": 0.0001311537198489532, + "P": 0.2321341186761856, + "-": 0.7639062404632568 + }, + "id": "tp_6691" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 836403, + "label": "-", + "classification": { + "B": 5.515319510774816e-16, + "S": 9.8478755328388e-18, + "I": 1.4586818419815017e-09, + "C": 1.886829451361316e-12, + "R": 1.9251393624315945e-14, + "M": 3.4785683448307347e-12, + "O": 1.118534301638996e-12, + "W": 3.143625405578203e-16, + "N": 1.65395935879456e-13, + "Y": 2.210323035711781e-09, + "U": 3.8474796091977805e-16, + "K": 9.608793634420802e-16, + "L": 1.9848400233232668e-15, + "G": 7.835222054497493e-11, + "F": 2.301135948457045e-09, + "E": 8.902617532058343e-11, + "T": 3.0993352329033996e-09, + "P": 0.01643158122897148, + "-": 0.9835683703422546 + }, + "id": "tp_6692" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 836503, + "label": "-", + "classification": { + "B": 1.7741498270495981e-09, + "S": 3.1673505485052544e-10, + "I": 1.5215199482554453e-06, + "C": 1.0379961778994584e-08, + "R": 1.641615510195038e-09, + "M": 7.642751853609298e-08, + "O": 6.721447221025301e-08, + "W": 4.2689296542164357e-10, + "N": 6.632489668589869e-09, + "Y": 5.751758635597071e-06, + "U": 1.6327868224141895e-10, + "K": 1.1167328867189852e-10, + "L": 3.540223003639653e-09, + "G": 9.802707836570335e-07, + "F": 2.395131377852522e-05, + "E": 4.6668552045048273e-07, + "T": 3.889812433044426e-06, + "P": 0.14261722564697266, + "-": 0.8573460578918457 + }, + "id": "tp_6693" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 836637, + "label": "-", + "classification": { + "B": 5.8948450565310395e-09, + "S": 9.638904119313452e-10, + "I": 2.6676483685150743e-05, + "C": 1.0603372402329114e-07, + "R": 2.4594671188538086e-08, + "M": 1.2273048923816532e-05, + "O": 3.9761832226759e-07, + "W": 9.475937812197799e-10, + "N": 1.8559614289870296e-08, + "Y": 0.0002367419801885262, + "U": 5.5745890542580057e-11, + "K": 4.9615669212021984e-11, + "L": 2.2401263066740285e-08, + "G": 1.9797093045781367e-05, + "F": 1.0055829989141785e-05, + "E": 2.3889269868959673e-06, + "T": 0.00017260540334973484, + "P": 0.023908475413918495, + "-": 0.9756104350090027 + }, + "id": "tp_6694" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 836770, + "label": "-", + "classification": { + "B": 2.952694266866729e-08, + "S": 1.4925665148268763e-09, + "I": 7.452222052961588e-05, + "C": 1.5262963870554813e-06, + "R": 3.236498713476976e-08, + "M": 8.190829248633236e-06, + "O": 1.777214464482313e-07, + "W": 2.1303256936278103e-09, + "N": 3.8673047697557195e-07, + "Y": 8.976084063760936e-05, + "U": 2.5489852450988337e-09, + "K": 4.667612429898327e-08, + "L": 1.8586888472782448e-08, + "G": 2.861930443032179e-05, + "F": 0.0003789403126575053, + "E": 0.0004267241747584194, + "T": 1.1564423402887769e-05, + "P": 0.31830161809921265, + "-": 0.6806779503822327 + }, + "id": "tp_6695" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 836904, + "label": "-", + "classification": { + "B": 4.861005891143577e-07, + "S": 5.727621328333043e-07, + "I": 0.00030376744689419866, + "C": 1.6607811630819924e-05, + "R": 1.635086846363265e-06, + "M": 9.681446681497619e-05, + "O": 1.2533066183095798e-05, + "W": 9.539032816974213e-07, + "N": 2.505581869627349e-05, + "Y": 0.0019640580285340548, + "U": 6.965938723624276e-07, + "K": 0.00037004967452958226, + "L": 3.78766202402403e-07, + "G": 0.00024925300385802984, + "F": 0.002698041731491685, + "E": 0.0024480025749653578, + "T": 0.0004045949026476592, + "P": 0.0609205886721611, + "-": 0.9304858446121216 + }, + "id": "tp_6696" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 837004, + "label": "-", + "classification": { + "B": 7.211546471097563e-09, + "S": 1.1103317376637278e-08, + "I": 0.0001232348004123196, + "C": 4.680325389472273e-07, + "R": 2.992634051679488e-08, + "M": 5.32480680703884e-06, + "O": 6.676571615571447e-07, + "W": 1.29832464779156e-08, + "N": 1.683828827481193e-06, + "Y": 7.764119800413027e-05, + "U": 8.020531794272756e-09, + "K": 7.138035584830504e-08, + "L": 2.552091515894972e-08, + "G": 1.2090153177268803e-05, + "F": 0.00016024833894334733, + "E": 6.732563633704558e-05, + "T": 7.511806325055659e-05, + "P": 0.2649092972278595, + "-": 0.7345666289329529 + }, + "id": "tp_6697" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 837137, + "label": "-", + "classification": { + "B": 3.268250736709888e-07, + "S": 1.7406525998353573e-08, + "I": 0.00011506921873660758, + "C": 6.44737810944207e-05, + "R": 5.306177627062425e-06, + "M": 6.857931293779984e-05, + "O": 7.035887847450795e-06, + "W": 1.1073915118231525e-07, + "N": 1.387688598697423e-06, + "Y": 0.00031058615422807634, + "U": 2.1483012346834585e-07, + "K": 2.5903378286784573e-07, + "L": 1.3018783420193358e-06, + "G": 0.00021018338156864047, + "F": 0.0002691567351575941, + "E": 0.00010501338692847639, + "T": 0.000261078734183684, + "P": 0.11074618995189667, + "-": 0.8878337144851685 + }, + "id": "tp_6698" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 837271, + "label": "-", + "classification": { + "B": 4.583567658755783e-08, + "S": 5.265380309538159e-08, + "I": 5.151812729309313e-06, + "C": 5.467268806569336e-07, + "R": 3.872109033409288e-08, + "M": 1.6044434687501052e-06, + "O": 1.5997680975488038e-06, + "W": 9.806302614379092e-08, + "N": 4.429074920153653e-07, + "Y": 3.1026262149680406e-05, + "U": 1.1761407847643568e-08, + "K": 7.413195817207452e-07, + "L": 2.7512673028695644e-08, + "G": 6.094978289183928e-06, + "F": 0.0023642017040401697, + "E": 7.505846588173881e-05, + "T": 8.801696822047234e-06, + "P": 0.21304760873317719, + "-": 0.7844568490982056 + }, + "id": "tp_6699" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 837404, + "label": "-", + "classification": { + "B": 9.93178872477074e-08, + "S": 9.75650848999976e-08, + "I": 0.000533579324837774, + "C": 2.3979422621778212e-05, + "R": 2.4256219148810487e-06, + "M": 1.0895440027525183e-05, + "O": 3.482165766399703e-06, + "W": 3.531577021931298e-07, + "N": 1.7452357496949844e-05, + "Y": 0.0004197989183012396, + "U": 5.249839318821614e-07, + "K": 5.376457920647226e-05, + "L": 2.4602192638667475e-07, + "G": 7.921949145384133e-05, + "F": 0.00301125249825418, + "E": 0.000597410136833787, + "T": 9.875041723717004e-05, + "P": 0.2267366349697113, + "-": 0.7684100270271301 + }, + "id": "tp_6700" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 837504, + "label": "-", + "classification": { + "B": 1.830220526244375e-07, + "S": 2.3413099370372947e-07, + "I": 0.00019243237329646945, + "C": 1.0175517672905698e-05, + "R": 1.6588153357588453e-06, + "M": 4.1865656385198236e-05, + "O": 7.768015166220721e-06, + "W": 2.752884427081881e-07, + "N": 3.073160769417882e-06, + "Y": 0.002044085180386901, + "U": 2.120547577533216e-07, + "K": 1.5167441915764357e-06, + "L": 8.184336479644116e-07, + "G": 0.000144712466862984, + "F": 0.0007776784477755427, + "E": 0.0001283031888306141, + "T": 0.0006218099733814597, + "P": 0.07134255766868591, + "-": 0.9246807098388672 + }, + "id": "tp_6701" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 837638, + "label": "-", + "classification": { + "B": 2.7482307540793727e-09, + "S": 7.839706106516076e-10, + "I": 3.832367292488925e-05, + "C": 5.275861099107715e-07, + "R": 8.204251855659095e-08, + "M": 1.1781124158005696e-05, + "O": 5.448777642413916e-07, + "W": 3.829831562995878e-09, + "N": 1.0703525532562708e-07, + "Y": 0.00023568338656332344, + "U": 2.3194346443489167e-09, + "K": 3.0416427154733583e-09, + "L": 4.3550599571062776e-08, + "G": 1.1558578989934176e-05, + "F": 2.7516874979482964e-05, + "E": 6.006659532431513e-06, + "T": 0.0002493002393748611, + "P": 0.026289425790309906, + "-": 0.973129153251648 + }, + "id": "tp_6702" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 837771, + "label": "-", + "classification": { + "B": 5.23152484674938e-05, + "S": 2.5723014914547093e-05, + "I": 0.0009376044035889208, + "C": 0.00037898271693848073, + "R": 4.770476880366914e-05, + "M": 0.0012618964537978172, + "O": 0.00020580619457177818, + "W": 2.190629493270535e-05, + "N": 7.324066973524168e-05, + "Y": 0.004225197713822126, + "U": 1.349782723991666e-05, + "K": 4.0191713196691126e-05, + "L": 5.9278059779899195e-05, + "G": 0.0013677640818059444, + "F": 0.007891871966421604, + "E": 0.0017256626160815358, + "T": 0.0031002857722342014, + "P": 0.12699221074581146, + "-": 0.8515787720680237 + }, + "id": "tp_6703" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 837905, + "label": "-", + "classification": { + "B": 8.376134246645961e-06, + "S": 4.835508207179373e-06, + "I": 0.0006553448620252311, + "C": 0.00042260202462784946, + "R": 7.143096445361152e-05, + "M": 0.0008647038484923542, + "O": 0.0001831741101341322, + "W": 1.0394150194770191e-05, + "N": 3.494925840641372e-05, + "Y": 0.006805244367569685, + "U": 1.2955456440977287e-05, + "K": 4.940819417242892e-05, + "L": 3.823642691713758e-05, + "G": 0.0016957696061581373, + "F": 0.0032305738423019648, + "E": 0.000634503026958555, + "T": 0.004180386196821928, + "P": 0.04202926158905029, + "-": 0.9390677809715271 + }, + "id": "tp_6704" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 838005, + "label": "-", + "classification": { + "B": 1.5138509297685232e-05, + "S": 1.7342727005598135e-06, + "I": 5.1999217248521745e-05, + "C": 4.287219780962914e-06, + "R": 3.364459644217277e-07, + "M": 5.397773566073738e-05, + "O": 2.6849864298128523e-05, + "W": 1.5003441831140663e-06, + "N": 5.924443030380644e-06, + "Y": 0.00011961525160586461, + "U": 2.2688347200983117e-07, + "K": 3.93156540212658e-07, + "L": 2.1643293166562216e-06, + "G": 5.509902257472277e-05, + "F": 0.0012777626980096102, + "E": 0.0001478256017435342, + "T": 0.00023484276607632637, + "P": 0.3135753870010376, + "-": 0.684424877166748 + }, + "id": "tp_6705" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 838138, + "label": "-", + "classification": { + "B": 4.478680093455978e-09, + "S": 2.484067174179927e-08, + "I": 4.6354678488569334e-05, + "C": 6.892672672620392e-07, + "R": 1.7089107018364302e-07, + "M": 1.6713165678083897e-05, + "O": 1.996539140236564e-06, + "W": 2.5599007358323433e-08, + "N": 8.574143635087239e-07, + "Y": 0.0005028190789744258, + "U": 1.3698501888370629e-08, + "K": 1.0385797111212014e-07, + "L": 4.819316856696787e-08, + "G": 1.85406952368794e-05, + "F": 0.0001394669379806146, + "E": 5.146625881025102e-06, + "T": 0.0008554432424716651, + "P": 0.05734455958008766, + "-": 0.941067099571228 + }, + "id": "tp_6706" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 838272, + "label": "-", + "classification": { + "B": 1.1187660220457474e-06, + "S": 1.24900020637142e-06, + "I": 4.9456775741418824e-05, + "C": 8.075699042819906e-06, + "R": 1.5311127299355576e-06, + "M": 0.00013980444055050611, + "O": 2.39746968873078e-05, + "W": 8.633586503492552e-07, + "N": 3.4070931178575847e-06, + "Y": 0.0014074252685531974, + "U": 7.00258112829033e-07, + "K": 3.305770587758161e-05, + "L": 2.0115869574510725e-06, + "G": 0.00042657912126742303, + "F": 0.0033777838107198477, + "E": 0.00013531275908462703, + "T": 0.0008693807176314294, + "P": 0.03565650433301926, + "-": 0.9578619003295898 + }, + "id": "tp_6707" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 838405, + "label": "-", + "classification": { + "B": 4.734936401296075e-13, + "S": 7.186259400049355e-12, + "I": 8.730623335395649e-08, + "C": 2.1050747811557358e-09, + "R": 1.736527727169701e-10, + "M": 3.4931020298500925e-09, + "O": 1.6662583535165254e-09, + "W": 3.709678050856091e-11, + "N": 1.2418602812758195e-09, + "Y": 9.711111488286406e-06, + "U": 1.991469662787626e-11, + "K": 3.632073131143443e-08, + "L": 6.74376223266937e-12, + "G": 6.398971663656994e-08, + "F": 9.677473281044513e-05, + "E": 3.1663270760873274e-07, + "T": 1.3194993471188354e-06, + "P": 0.015671880915760994, + "-": 0.9842198491096497 + }, + "id": "tp_6708" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 838505, + "label": "P", + "classification": { + "B": 0.0004614075878635049, + "S": 0.00044040961074642837, + "I": 0.029036518186330795, + "C": 0.0024397126398980618, + "R": 0.0019062354695051908, + "M": 0.001983719179406762, + "O": 0.0018082624301314354, + "W": 0.000711611530277878, + "N": 0.0055848718620836735, + "Y": 0.010693032294511795, + "U": 0.0005579066928476095, + "K": 0.002783228876069188, + "L": 0.0005461357068270445, + "G": 0.008308077231049538, + "F": 0.02674936316907406, + "E": 0.012490414083003998, + "T": 0.006848052144050598, + "P": 0.596219003200531, + "-": 0.2904321551322937 + }, + "id": "tp_6709" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 838639, + "label": "-", + "classification": { + "B": 1.3991129890200682e-05, + "S": 1.335866818408249e-05, + "I": 0.0022940156050026417, + "C": 0.0005000541568733752, + "R": 7.372810796368867e-05, + "M": 0.0006982507766224444, + "O": 0.00020073167979717255, + "W": 2.4791439500404522e-05, + "N": 0.00023685264750383794, + "Y": 0.011216877959668636, + "U": 2.9938455554656684e-05, + "K": 0.0002794239262584597, + "L": 2.740819581958931e-05, + "G": 0.0015229092678055167, + "F": 0.008686366491019726, + "E": 0.002179053844884038, + "T": 0.003599861403927207, + "P": 0.12023543566465378, + "-": 0.8481668829917908 + }, + "id": "tp_6710" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 838772, + "label": "-", + "classification": { + "B": 1.2394407349347603e-06, + "S": 2.1348149914501846e-07, + "I": 0.00023521912225987762, + "C": 1.763817090250086e-05, + "R": 9.770330962055596e-07, + "M": 3.2968313462333754e-05, + "O": 8.398805221077055e-06, + "W": 2.4168255663425953e-07, + "N": 3.680479494505562e-06, + "Y": 0.00013701537682209164, + "U": 1.3332373782759532e-07, + "K": 4.724510631604062e-07, + "L": 9.33920887291606e-07, + "G": 0.00014773865405004472, + "F": 0.001790510257706046, + "E": 0.0002857861982192844, + "T": 7.144876144593582e-05, + "P": 0.27177876234054565, + "-": 0.725486695766449 + }, + "id": "tp_6711" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 838906, + "label": "-", + "classification": { + "B": 2.850135842891177e-07, + "S": 6.895020732144985e-08, + "I": 0.00012395218072924763, + "C": 1.6577390852035023e-05, + "R": 1.8639873360370984e-06, + "M": 6.057192149455659e-05, + "O": 5.472474640555447e-06, + "W": 1.5280795651051449e-07, + "N": 1.5929273331494187e-06, + "Y": 0.0011824244866147637, + "U": 1.3323430891887256e-07, + "K": 1.606572482160118e-06, + "L": 7.589410415675957e-07, + "G": 0.00030772166792303324, + "F": 0.0011578697012737393, + "E": 0.0001165448411484249, + "T": 0.00020011630840599537, + "P": 0.04249514266848564, + "-": 0.9543270468711853 + }, + "id": "tp_6712" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 839006, + "label": "-", + "classification": { + "B": 0.00042376978672109544, + "S": 0.00012724172847811133, + "I": 0.0007245129090733826, + "C": 0.0006702819373458624, + "R": 0.00021950749214738607, + "M": 0.005504103377461433, + "O": 0.0007505613029934466, + "W": 7.688664481975138e-05, + "N": 7.218328391900286e-05, + "Y": 0.020388111472129822, + "U": 2.1398920580395497e-05, + "K": 0.00020468331058509648, + "L": 0.0003284010454080999, + "G": 0.012064660899341106, + "F": 0.026907654479146004, + "E": 0.00367552088573575, + "T": 0.007186622824519873, + "P": 0.04666442051529884, + "-": 0.8739895224571228 + }, + "id": "tp_6713" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 839139, + "label": "-", + "classification": { + "B": 4.7137143610598287e-07, + "S": 3.473857290714477e-08, + "I": 0.000192362378584221, + "C": 1.6202327969949692e-05, + "R": 1.0428650512039894e-06, + "M": 3.6597888538381085e-05, + "O": 3.6088761135033565e-06, + "W": 5.119350632298847e-08, + "N": 3.7703978250647197e-06, + "Y": 0.00022123970848042518, + "U": 4.3128419946469876e-08, + "K": 2.4660309350110765e-07, + "L": 5.470372457239137e-07, + "G": 0.00036011720658279955, + "F": 0.0014979332918301225, + "E": 0.0005206502391956747, + "T": 0.00010006417869590223, + "P": 0.38028812408447266, + "-": 0.6167569160461426 + }, + "id": "tp_6714" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 839273, + "label": "-", + "classification": { + "B": 3.093913392149261e-07, + "S": 2.8545036911964417e-07, + "I": 0.00010652062337612733, + "C": 0.00011463743430795148, + "R": 1.8470074792276137e-05, + "M": 0.0001051224026014097, + "O": 1.8083299437421374e-05, + "W": 9.13523081180756e-07, + "N": 4.623282165994169e-06, + "Y": 0.004625567235052586, + "U": 6.932539236004231e-07, + "K": 4.5429074816638604e-05, + "L": 1.5156115296122152e-06, + "G": 0.0005699357716366649, + "F": 0.004728814586997032, + "E": 0.00021685674437321723, + "T": 0.0005383992101997137, + "P": 0.029556389898061752, + "-": 0.9593474268913269 + }, + "id": "tp_6715" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 839406, + "label": "-", + "classification": { + "B": 1.4181451888362062e-06, + "S": 7.040162927296478e-06, + "I": 9.761672117747366e-05, + "C": 3.737464430741966e-05, + "R": 1.570944004924968e-05, + "M": 0.001343348529189825, + "O": 0.00017384495004080236, + "W": 3.3719593375280965e-06, + "N": 5.740186225011712e-06, + "Y": 0.0074194930493831635, + "U": 9.935708931152476e-07, + "K": 4.311822976887925e-06, + "L": 2.54760652751429e-05, + "G": 0.000679175544064492, + "F": 0.004315313883125782, + "E": 5.405455522122793e-05, + "T": 0.006152536254376173, + "P": 0.011934478767216206, + "-": 0.9677286744117737 + }, + "id": "tp_6716" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 839506, + "label": "-", + "classification": { + "B": 3.644144896952639e-07, + "S": 4.894362959362297e-08, + "I": 3.3619671739870682e-06, + "C": 7.699972570662794e-08, + "R": 1.212410616346915e-08, + "M": 5.244972271611914e-05, + "O": 1.6814670971143642e-06, + "W": 8.715593580177483e-09, + "N": 2.8560439346847488e-08, + "Y": 8.388990681851283e-05, + "U": 6.405155295041709e-10, + "K": 5.8118310164445575e-09, + "L": 4.248382765581482e-07, + "G": 0.00023934482305776328, + "F": 0.0006495675770565867, + "E": 7.461486529791728e-05, + "T": 0.00012113833508919924, + "P": 0.03277036175131798, + "-": 0.9660027027130127 + }, + "id": "tp_6717" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 839640, + "label": "-", + "classification": { + "B": 5.12815222464269e-06, + "S": 5.265883373795077e-06, + "I": 0.00016895424050744623, + "C": 1.8325621567782946e-05, + "R": 3.860966444335645e-06, + "M": 0.0002075993688777089, + "O": 4.417133823153563e-05, + "W": 4.586585419019684e-06, + "N": 1.8795622963807546e-05, + "Y": 0.002469239989295602, + "U": 1.148493879554735e-06, + "K": 0.00023691979004070163, + "L": 4.950019956595497e-06, + "G": 0.0009646689286455512, + "F": 0.021512944251298904, + "E": 0.002888880670070648, + "T": 0.0007020016200840473, + "P": 0.09939751774072647, + "-": 0.8713449835777283 + }, + "id": "tp_6718" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 839773, + "label": "-", + "classification": { + "B": 0.00013772319653071463, + "S": 0.0001239641715073958, + "I": 0.014409090392291546, + "C": 0.006353067234158516, + "R": 0.0013525879476219416, + "M": 0.004484877455979586, + "O": 0.001407819683663547, + "W": 0.0002744019730016589, + "N": 0.002058888552710414, + "Y": 0.045197878032922745, + "U": 0.00021953706163913012, + "K": 0.008211465552449226, + "L": 0.00022616445494350046, + "G": 0.015053062699735165, + "F": 0.03528255224227905, + "E": 0.0257731843739748, + "T": 0.011117340996861458, + "P": 0.14161822199821472, + "-": 0.6866981983184814 + }, + "id": "tp_6719" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 839907, + "label": "-", + "classification": { + "B": 2.6632274163773673e-09, + "S": 8.584317146009823e-10, + "I": 2.528406730561983e-05, + "C": 5.2891491577611305e-06, + "R": 3.7672464259230765e-07, + "M": 3.6942988117516506e-06, + "O": 3.589500749967556e-07, + "W": 7.915310185069302e-09, + "N": 2.320771699260149e-07, + "Y": 0.00038814483559690416, + "U": 2.3449805652830946e-08, + "K": 5.402067699833424e-07, + "L": 2.2044689629296954e-08, + "G": 1.7398248019162565e-05, + "F": 7.259591802721843e-05, + "E": 1.9070441339863464e-05, + "T": 8.004291885299608e-05, + "P": 0.01347220130264759, + "-": 0.9859148263931274 + }, + "id": "tp_6720" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 840007, + "label": "-", + "classification": { + "B": 3.019654286617879e-07, + "S": 6.414765039153281e-07, + "I": 9.034267714014277e-05, + "C": 4.084785905433819e-05, + "R": 3.9815085983718745e-06, + "M": 3.0311062801047228e-05, + "O": 1.339700429525692e-05, + "W": 1.2862612948083552e-06, + "N": 6.803530595789198e-06, + "Y": 0.0012244428507983685, + "U": 8.225237024817034e-07, + "K": 4.3949334212811664e-05, + "L": 8.570390832574049e-07, + "G": 0.00014312341227196157, + "F": 0.00867936760187149, + "E": 0.00024029015912674367, + "T": 0.0002690703549887985, + "P": 0.06267931312322617, + "-": 0.9265310168266296 + }, + "id": "tp_6721" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 840140, + "label": "-", + "classification": { + "B": 7.08873099108942e-11, + "S": 1.7808564345411781e-10, + "I": 7.558995775980293e-07, + "C": 3.860954578271958e-08, + "R": 2.6252533480430884e-09, + "M": 4.23379617586761e-07, + "O": 3.513240542929452e-08, + "W": 3.439782070291386e-10, + "N": 4.433811540138777e-09, + "Y": 2.3076998331816867e-05, + "U": 2.164343287924808e-10, + "K": 6.66985244812679e-10, + "L": 1.626091372664007e-09, + "G": 4.5870459075558756e-07, + "F": 2.319344821444247e-05, + "E": 2.853784337730758e-07, + "T": 3.109851240878925e-05, + "P": 0.023911897093057632, + "-": 0.9760087728500366 + }, + "id": "tp_6722" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 840274, + "label": "-", + "classification": { + "B": 1.466574595099246e-08, + "S": 1.2170349172890838e-08, + "I": 2.302641951246187e-05, + "C": 5.21740730619058e-07, + "R": 6.704131294554827e-08, + "M": 2.4956807465059683e-05, + "O": 1.8455043573339935e-06, + "W": 2.3239051571977143e-08, + "N": 2.8230670068296604e-07, + "Y": 0.0001712888479232788, + "U": 1.4738374076728178e-08, + "K": 1.6888070319964754e-07, + "L": 1.0435939401531868e-07, + "G": 2.9825125238858163e-05, + "F": 0.00013645597209688276, + "E": 2.932732786575798e-05, + "T": 0.00016059502377174795, + "P": 0.03274069353938103, + "-": 0.9666807651519775 + }, + "id": "tp_6723" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 840407, + "label": "-", + "classification": { + "B": 2.056240373349283e-05, + "S": 6.838145054643974e-05, + "I": 0.004028921015560627, + "C": 0.00252497848123312, + "R": 0.0004021963104605675, + "M": 0.0017812903970479965, + "O": 0.0004656257515307516, + "W": 5.475668149301782e-05, + "N": 0.0003350118058733642, + "Y": 0.013650711625814438, + "U": 2.7734649847843684e-05, + "K": 0.00020986056188121438, + "L": 9.368151950184256e-05, + "G": 0.003709809621796012, + "F": 0.012783253565430641, + "E": 0.0022432985715568066, + "T": 0.005996541120111942, + "P": 0.0892300233244896, + "-": 0.8623732328414917 + }, + "id": "tp_6724" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 840507, + "label": "-", + "classification": { + "B": 5.31659907210269e-08, + "S": 1.3301331591719645e-07, + "I": 0.0006014450918883085, + "C": 3.292551264166832e-05, + "R": 7.91135971667245e-06, + "M": 5.4426142014563084e-05, + "O": 7.602231107739499e-06, + "W": 5.610697257907304e-07, + "N": 1.0179585842706729e-05, + "Y": 0.009656603448092937, + "U": 2.952839395220508e-07, + "K": 2.5394454496563412e-05, + "L": 4.213747502035403e-07, + "G": 0.00021489037317223847, + "F": 0.0021150896791368723, + "E": 0.0002683280035853386, + "T": 0.0008723052451387048, + "P": 0.04551301524043083, + "-": 0.9406183958053589 + }, + "id": "tp_6725" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 840641, + "label": "-", + "classification": { + "B": 6.941416330619177e-09, + "S": 1.001306060288698e-08, + "I": 4.369517046143301e-05, + "C": 5.636046807921957e-06, + "R": 7.620724886692187e-07, + "M": 2.82989476545481e-05, + "O": 2.6636969323590165e-06, + "W": 2.207299054646228e-08, + "N": 3.726036084117368e-07, + "Y": 0.00028941582422703505, + "U": 2.8871420809650772e-08, + "K": 1.1606074323822213e-08, + "L": 3.135925794595096e-07, + "G": 2.9075823476887308e-05, + "F": 7.876021845731884e-05, + "E": 6.2059102674538735e-06, + "T": 0.0006140773184597492, + "P": 0.0249206330627203, + "-": 0.9739800691604614 + }, + "id": "tp_6726" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 840774, + "label": "-", + "classification": { + "B": 1.2867544683103915e-06, + "S": 1.1464053386589512e-06, + "I": 0.0011027277214452624, + "C": 0.00017925385327544063, + "R": 3.0463548682746477e-05, + "M": 0.00016293986118398607, + "O": 3.932592153432779e-05, + "W": 6.187676262925379e-06, + "N": 0.00010794489207910374, + "Y": 0.07204532623291016, + "U": 1.3168067880542367e-06, + "K": 0.015976980328559875, + "L": 6.112051096351934e-07, + "G": 0.00600934773683548, + "F": 0.009213796816766262, + "E": 0.006206944119185209, + "T": 0.0030891550704836845, + "P": 0.03132825344800949, + "-": 0.854496955871582 + }, + "id": "tp_6727" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 840908, + "label": "-", + "classification": { + "B": 8.218700713769067e-06, + "S": 2.5261006157961674e-06, + "I": 0.0005230599781498313, + "C": 4.943363455822691e-05, + "R": 4.905789865006227e-06, + "M": 0.00038364791544154286, + "O": 6.57465570839122e-05, + "W": 2.4833038878568914e-06, + "N": 3.194540840922855e-05, + "Y": 0.0012212909059599042, + "U": 3.021588327101199e-06, + "K": 2.1368041416280903e-05, + "L": 1.0002037925005425e-05, + "G": 0.0006990400142967701, + "F": 0.0032549842726439238, + "E": 0.0012933277757838368, + "T": 0.0008786010439507663, + "P": 0.137205109000206, + "-": 0.8543412089347839 + }, + "id": "tp_6728" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 841008, + "label": "-", + "classification": { + "B": 8.044146598829016e-11, + "S": 1.0053275573129739e-10, + "I": 7.709040801273659e-07, + "C": 8.748918389756e-07, + "R": 2.499699824909385e-08, + "M": 1.4011592384122196e-06, + "O": 5.658801072172537e-08, + "W": 2.8788410544322574e-10, + "N": 4.997263935990759e-09, + "Y": 4.372776675154455e-05, + "U": 3.4690234018697197e-10, + "K": 4.661003671913022e-08, + "L": 2.1032917629781878e-09, + "G": 4.981317488272907e-06, + "F": 0.0002731656713876873, + "E": 2.0798911464225966e-06, + "T": 1.1303575774945784e-05, + "P": 0.006386252120137215, + "-": 0.9932752847671509 + }, + "id": "tp_6729" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 841141, + "label": "-", + "classification": { + "B": 5.575823891490472e-08, + "S": 4.336728309795035e-08, + "I": 8.725716907065362e-05, + "C": 1.0525640391279012e-05, + "R": 4.792715913026768e-07, + "M": 4.011960481875576e-05, + "O": 2.861265102183097e-06, + "W": 9.713166804203865e-08, + "N": 2.8797160211979644e-06, + "Y": 0.0013027202803641558, + "U": 7.590289641257186e-08, + "K": 1.8721299056778662e-05, + "L": 1.5603269787334284e-07, + "G": 0.0004339540028013289, + "F": 0.0022205703426152468, + "E": 0.0010987945133820176, + "T": 0.00021890955395065248, + "P": 0.07550244778394699, + "-": 0.9190592765808105 + }, + "id": "tp_6730" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 841275, + "label": "-", + "classification": { + "B": 5.4132957671981785e-08, + "S": 8.231383930024094e-08, + "I": 3.79037119273562e-05, + "C": 1.1564533451746684e-05, + "R": 6.639986622758443e-07, + "M": 1.4910101526766084e-05, + "O": 3.5581629163061734e-06, + "W": 1.4314051099972858e-07, + "N": 4.036404789076187e-06, + "Y": 0.0009346173610538244, + "U": 8.279850760573026e-08, + "K": 7.973951869644225e-05, + "L": 1.297818386092331e-07, + "G": 0.000334071897668764, + "F": 0.010042225942015648, + "E": 0.0012404110748320818, + "T": 9.92986824712716e-05, + "P": 0.12157347798347473, + "-": 0.8656229972839355 + }, + "id": "tp_6731" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 841408, + "label": "-", + "classification": { + "B": 2.5045709950433093e-09, + "S": 1.0241126835452974e-09, + "I": 4.152770634391345e-05, + "C": 1.000442125587142e-06, + "R": 5.1506674481061054e-08, + "M": 1.5303867257898673e-06, + "O": 1.7381050554376998e-07, + "W": 4.293096989016476e-09, + "N": 3.3581511615921045e-07, + "Y": 8.953984797699377e-05, + "U": 3.270578918801448e-09, + "K": 7.912941555332509e-07, + "L": 6.702260080260203e-09, + "G": 2.0896322894259356e-05, + "F": 0.0011637674178928137, + "E": 8.363353117601946e-05, + "T": 9.915946975525003e-06, + "P": 0.08910337835550308, + "-": 0.9094834923744202 + }, + "id": "tp_6732" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 841508, + "label": "-", + "classification": { + "B": 7.049984560580924e-05, + "S": 3.014537833223585e-05, + "I": 0.0001519218203611672, + "C": 0.0001191496558021754, + "R": 2.8856471544713713e-05, + "M": 0.002682680729776621, + "O": 0.0003049905353691429, + "W": 1.1799258572864346e-05, + "N": 1.4801491488469765e-05, + "Y": 0.006797478534281254, + "U": 3.920987637684448e-06, + "K": 5.842477094120113e-06, + "L": 0.00015735691704321653, + "G": 0.001789462985470891, + "F": 0.005374648608267307, + "E": 0.000508844037540257, + "T": 0.004972809460014105, + "P": 0.025196347385644913, + "-": 0.9517784714698792 + }, + "id": "tp_6733" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 841642, + "label": "-", + "classification": { + "B": 1.5570250866403512e-08, + "S": 4.9586461159378814e-08, + "I": 1.5327828805311583e-05, + "C": 5.905581588194764e-07, + "R": 4.1313381160534846e-08, + "M": 9.532702733849874e-07, + "O": 6.759556185897964e-07, + "W": 5.8271432124001876e-08, + "N": 1.3788007890980225e-06, + "Y": 6.502927135443315e-05, + "U": 3.2814618577958754e-08, + "K": 1.3516857507056557e-05, + "L": 1.2314498754051328e-08, + "G": 8.720034202269744e-06, + "F": 0.003134750761091709, + "E": 0.00010537500929785892, + "T": 2.4066685000434518e-05, + "P": 0.2333829402923584, + "-": 0.7632464170455933 + }, + "id": "tp_6734" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 841775, + "label": "-", + "classification": { + "B": 3.1483002871368626e-09, + "S": 5.891297671922757e-09, + "I": 3.108765304205008e-05, + "C": 4.572935267788125e-06, + "R": 5.653176344821986e-07, + "M": 5.353414962883107e-06, + "O": 6.268868446568376e-07, + "W": 3.897976696976002e-08, + "N": 8.889166451808705e-07, + "Y": 0.0038739058654755354, + "U": 1.1814129230458548e-08, + "K": 1.9187449652235955e-05, + "L": 1.4571176265576469e-08, + "G": 8.490973414154723e-05, + "F": 0.0036794908810406923, + "E": 0.000171578984009102, + "T": 7.059398194542155e-05, + "P": 0.028330696746706963, + "-": 0.9637265205383301 + }, + "id": "tp_6735" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 841875, + "label": "-", + "classification": { + "B": 4.164641723036766e-05, + "S": 1.4963200555939693e-05, + "I": 0.000998980482108891, + "C": 0.001082936767488718, + "R": 0.0002793163585010916, + "M": 0.0015902563463896513, + "O": 0.00018435134552419186, + "W": 1.4443287000176497e-05, + "N": 4.646964225685224e-05, + "Y": 0.020671306177973747, + "U": 1.7044485502992757e-05, + "K": 0.00010333966929465532, + "L": 0.00011285949585726485, + "G": 0.00966415274888277, + "F": 0.014437029138207436, + "E": 0.0017970881890505552, + "T": 0.004579213447868824, + "P": 0.05056198686361313, + "-": 0.8938025832176208 + }, + "id": "tp_6736" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 842009, + "label": "-", + "classification": { + "B": 0.00013502301590051502, + "S": 8.248708036262542e-05, + "I": 0.00758103933185339, + "C": 0.00046378435217775404, + "R": 0.00012314555351622403, + "M": 0.0052381702698767185, + "O": 0.0010644287103787065, + "W": 0.00012029380741296336, + "N": 0.000699117430485785, + "Y": 0.013818737119436264, + "U": 3.8683265302097425e-05, + "K": 0.0005051724729128182, + "L": 0.00018536033167038113, + "G": 0.009187547490000725, + "F": 0.013176798820495605, + "E": 0.023178834468126297, + "T": 0.011134599335491657, + "P": 0.15093569457530975, + "-": 0.7623310685157776 + }, + "id": "tp_6737" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 842142, + "label": "-", + "classification": { + "B": 5.855730478288024e-07, + "S": 9.219981222940987e-08, + "I": 6.156290328362957e-05, + "C": 1.3916819625592325e-05, + "R": 1.5271049278453575e-06, + "M": 6.854646926512942e-05, + "O": 6.63136688672239e-06, + "W": 2.401594656475936e-07, + "N": 1.2759317087329691e-06, + "Y": 0.001014192821457982, + "U": 4.043200192427321e-07, + "K": 6.028692951076664e-06, + "L": 1.5471865708605037e-06, + "G": 0.0004736230766866356, + "F": 0.0020084409043192863, + "E": 0.00029893676401115954, + "T": 0.00028268154710531235, + "P": 0.0465497188270092, + "-": 0.949209988117218 + }, + "id": "tp_6738" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 842276, + "label": "-", + "classification": { + "B": 3.5955249888530716e-09, + "S": 1.1523556331383134e-08, + "I": 1.2869926649727859e-05, + "C": 1.3048005484961323e-06, + "R": 1.8111275323917653e-07, + "M": 1.85256510576437e-06, + "O": 7.751306156933424e-07, + "W": 5.078655007650923e-08, + "N": 4.88437649437401e-07, + "Y": 0.00014215683040674776, + "U": 1.996632903455975e-08, + "K": 1.2234161658852827e-05, + "L": 1.6172803540825953e-08, + "G": 1.4846684280200861e-05, + "F": 0.003144629532471299, + "E": 4.5299115299712867e-05, + "T": 2.0385847165016457e-05, + "P": 0.07551880925893784, + "-": 0.9210841655731201 + }, + "id": "tp_6739" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 842376, + "label": "-", + "classification": { + "B": 5.5160021474875975e-06, + "S": 3.331697598696337e-06, + "I": 0.0017360192723572254, + "C": 8.370173600269482e-05, + "R": 2.4471475626342e-05, + "M": 0.0010558327194303274, + "O": 7.710201316513121e-05, + "W": 4.460660420591012e-06, + "N": 6.37167104287073e-05, + "Y": 0.009767684154212475, + "U": 2.8300571557338117e-06, + "K": 7.324445323320106e-05, + "L": 1.2138845704612322e-05, + "G": 0.003090725978836417, + "F": 0.007335484493523836, + "E": 0.0026652400847524405, + "T": 0.00313536892645061, + "P": 0.11958224326372147, + "-": 0.851280927658081 + }, + "id": "tp_6740" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 842509, + "label": "-", + "classification": { + "B": 2.440602474962361e-05, + "S": 8.430909474554937e-06, + "I": 0.00040209389408119023, + "C": 0.00031993872835300863, + "R": 2.392192072875332e-05, + "M": 0.00020528868481051177, + "O": 5.5929274822119623e-05, + "W": 7.2712887231318746e-06, + "N": 4.686651664087549e-05, + "Y": 0.0030958375427871943, + "U": 6.421101716114208e-06, + "K": 0.00018242497753817588, + "L": 1.158955001301365e-05, + "G": 0.0016714358935132623, + "F": 0.018792664632201195, + "E": 0.002214878797531128, + "T": 0.0013680248521268368, + "P": 0.1539410501718521, + "-": 0.8176215887069702 + }, + "id": "tp_6741" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 842643, + "label": "-", + "classification": { + "B": 0.00022326046018861234, + "S": 0.00019950777641497552, + "I": 0.045014772564172745, + "C": 0.006138368975371122, + "R": 0.001934173284098506, + "M": 0.010467510670423508, + "O": 0.001989532494917512, + "W": 0.00035474947071634233, + "N": 0.0031455433927476406, + "Y": 0.09792675077915192, + "U": 0.00020554382354021072, + "K": 0.0031327332835644484, + "L": 0.000396633316995576, + "G": 0.019562581554055214, + "F": 0.01458036806434393, + "E": 0.01995697245001793, + "T": 0.027820605784654617, + "P": 0.1358557641506195, + "-": 0.6110946536064148 + }, + "id": "tp_6742" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 842776, + "label": "-", + "classification": { + "B": 1.1557405699136325e-08, + "S": 1.3565177425789443e-07, + "I": 6.671356095466763e-05, + "C": 1.1741341040760744e-05, + "R": 3.8493453757837415e-07, + "M": 2.299479774592328e-06, + "O": 2.1687608295906102e-06, + "W": 2.84960378849064e-07, + "N": 6.99049087415915e-06, + "Y": 0.00020588850020430982, + "U": 9.578945281418783e-08, + "K": 8.968802285380661e-05, + "L": 8.113403993093016e-08, + "G": 0.00011731944687198848, + "F": 0.028582416474819183, + "E": 0.0005492611089721322, + "T": 6.0870330344187096e-05, + "P": 0.1893664002418518, + "-": 0.7809371948242188 + }, + "id": "tp_6743" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 842876, + "label": "-", + "classification": { + "B": 9.548265325065586e-07, + "S": 3.4630945719982265e-06, + "I": 0.0002154792455257848, + "C": 0.0005649313097819686, + "R": 9.779143147170544e-05, + "M": 0.0007440797053277493, + "O": 0.00013687487808056176, + "W": 5.459056865220191e-06, + "N": 1.3250885785964783e-05, + "Y": 0.015765566378831863, + "U": 6.0392490013327915e-06, + "K": 7.606481085531414e-05, + "L": 3.054155604331754e-05, + "G": 0.0018283432582393289, + "F": 0.004169781226664782, + "E": 0.0002881190739572048, + "T": 0.004941967315971851, + "P": 0.01039047446101904, + "-": 0.9607208371162415 + }, + "id": "tp_6744" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 843010, + "label": "-", + "classification": { + "B": 3.3784290280891582e-06, + "S": 2.3323169443756342e-05, + "I": 0.015432238578796387, + "C": 0.00012319802772253752, + "R": 8.903747948352247e-05, + "M": 0.001030555460602045, + "O": 0.00022289992193691432, + "W": 2.2436861399910413e-05, + "N": 0.0005960266571491957, + "Y": 0.1048009917140007, + "U": 2.2318663468468003e-06, + "K": 0.0016527142142876983, + "L": 3.3874691780511057e-06, + "G": 0.0030888428445905447, + "F": 0.005996112711727619, + "E": 0.0013957297196611762, + "T": 0.02858135476708412, + "P": 0.05542881041765213, + "-": 0.7815067768096924 + }, + "id": "tp_6745" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 843143, + "label": "-", + "classification": { + "B": 4.4567518671101425e-06, + "S": 9.155284033113276e-07, + "I": 0.00010607006697682664, + "C": 2.9209521017037332e-05, + "R": 1.3388303159445059e-05, + "M": 0.00017180458235088736, + "O": 8.311262354254723e-05, + "W": 1.8402117802907014e-06, + "N": 2.366116632401827e-06, + "Y": 0.0007639823597855866, + "U": 4.868019232162624e-07, + "K": 2.0987344839795696e-07, + "L": 1.2508749023254495e-05, + "G": 0.0003761292027775198, + "F": 0.0015325865242630243, + "E": 2.6529554816079326e-05, + "T": 0.0006614134763367474, + "P": 0.04796147346496582, + "-": 0.948251485824585 + }, + "id": "tp_6746" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 843277, + "label": "-", + "classification": { + "B": 4.151661698870157e-07, + "S": 1.5198621667877887e-06, + "I": 0.0004254968371242285, + "C": 0.00014595981338061392, + "R": 3.6479515983955935e-05, + "M": 7.289180939551443e-05, + "O": 2.807173405017238e-05, + "W": 3.706990355567541e-06, + "N": 2.7496136681293137e-05, + "Y": 0.00716848811134696, + "U": 1.6743823607612285e-06, + "K": 0.000226402044063434, + "L": 2.0706684153992683e-06, + "G": 0.0011065598810091615, + "F": 0.015170733444392681, + "E": 0.00045563463936559856, + "T": 0.0006540369358845055, + "P": 0.07933066040277481, + "-": 0.8951416611671448 + }, + "id": "tp_6747" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 843377, + "label": "-", + "classification": { + "B": 4.7551387979183346e-05, + "S": 8.584247552789748e-05, + "I": 0.01695908233523369, + "C": 0.0021428961772471666, + "R": 0.000617838348262012, + "M": 0.0014074339997023344, + "O": 0.0005753583973273635, + "W": 0.00014130037743598223, + "N": 0.0017452428583055735, + "Y": 0.03144947439432144, + "U": 6.99883239576593e-05, + "K": 0.002384076826274395, + "L": 0.00013945055252406746, + "G": 0.008994421921670437, + "F": 0.05643155425786972, + "E": 0.02272145077586174, + "T": 0.008564912714064121, + "P": 0.26493918895721436, + "-": 0.5805829167366028 + }, + "id": "tp_6748" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 843510, + "label": "Y", + "classification": { + "B": 3.59027944796253e-06, + "S": 0.00014393951278179884, + "I": 0.002847776049748063, + "C": 0.0011848279973492026, + "R": 0.00021750536689069122, + "M": 0.0013192688347771764, + "O": 0.0007640976691618562, + "W": 8.26174727990292e-05, + "N": 0.0005503512802533805, + "Y": 0.4528653621673584, + "U": 7.506146175728645e-07, + "K": 0.025054432451725006, + "L": 3.285365164629184e-05, + "G": 0.052724502980709076, + "F": 0.17107442021369934, + "E": 0.007399100810289383, + "T": 0.033453330397605896, + "P": 0.008578271605074406, + "-": 0.24170301854610443 + }, + "id": "tp_6749" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 843644, + "label": "F", + "classification": { + "B": 3.739859266715939e-06, + "S": 0.00012088814401067793, + "I": 9.664920071372762e-05, + "C": 0.0002946823078673333, + "R": 2.94200872303918e-05, + "M": 0.0007879635086283088, + "O": 0.0002714435395319015, + "W": 3.977763844886795e-05, + "N": 6.764145655324683e-05, + "Y": 0.008604248985648155, + "U": 1.8624130007083295e-06, + "K": 0.009269196540117264, + "L": 6.063578257453628e-05, + "G": 0.01681431010365486, + "F": 0.648788571357727, + "E": 0.011762257665395737, + "T": 0.0028995356988161802, + "P": 0.018313979730010033, + "-": 0.281773179769516 + }, + "id": "tp_6750" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 843777, + "label": "-", + "classification": { + "B": 4.793650077772327e-06, + "S": 2.281270781168132e-06, + "I": 0.0002545002498663962, + "C": 6.497152935480699e-05, + "R": 5.951507773716003e-06, + "M": 0.00016438793682027608, + "O": 2.996988951053936e-05, + "W": 1.921814373417874e-06, + "N": 1.5802150301169604e-05, + "Y": 0.0016893816646188498, + "U": 1.014372060126334e-06, + "K": 4.048982373205945e-05, + "L": 5.938461981713772e-06, + "G": 0.0013242372078821063, + "F": 0.02766294777393341, + "E": 0.0016198386438190937, + "T": 0.0005887221777811646, + "P": 0.13923430442810059, + "-": 0.8272885084152222 + }, + "id": "tp_6751" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 843877, + "label": "-", + "classification": { + "B": 0.00010448392276884988, + "S": 8.194508700398728e-05, + "I": 0.00522198248654604, + "C": 0.0015837557148188353, + "R": 0.0005946760647930205, + "M": 0.0023510903120040894, + "O": 0.000776382745243609, + "W": 0.00012441341823432595, + "N": 0.000535371305886656, + "Y": 0.01144497562199831, + "U": 7.67126475693658e-05, + "K": 0.0007123904069885612, + "L": 0.0002463463169988245, + "G": 0.00942101702094078, + "F": 0.035822778940200806, + "E": 0.006443099118769169, + "T": 0.005480111110955477, + "P": 0.1832747459411621, + "-": 0.735703706741333 + }, + "id": "tp_6752" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 844011, + "label": "-", + "classification": { + "B": 2.2577191884920467e-06, + "S": 2.0156616301392205e-05, + "I": 0.0003242084349039942, + "C": 0.00026842806255444884, + "R": 2.8778698833775707e-05, + "M": 0.0004424976068548858, + "O": 0.00010957975609926507, + "W": 9.345455509901512e-06, + "N": 4.5473003410734236e-05, + "Y": 0.017720282077789307, + "U": 1.3903370472689858e-06, + "K": 0.00046430816291831434, + "L": 1.831092049542349e-05, + "G": 0.006239401642233133, + "F": 0.11780098080635071, + "E": 0.0028247761074453592, + "T": 0.004268493037670851, + "P": 0.034392982721328735, + "-": 0.815018355846405 + }, + "id": "tp_6753" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 844144, + "label": "-", + "classification": { + "B": 3.14955941576045e-05, + "S": 0.00015054539835546166, + "I": 0.002400296740233898, + "C": 0.001222705701366067, + "R": 0.0002644659543875605, + "M": 0.0015716749476268888, + "O": 0.0009229897987097502, + "W": 7.223418651847169e-05, + "N": 0.00042521796422079206, + "Y": 0.003899160772562027, + "U": 6.151666457299143e-05, + "K": 0.00027762699755840003, + "L": 0.00016940548084676266, + "G": 0.0028045671060681343, + "F": 0.02114083059132099, + "E": 0.001446332666091621, + "T": 0.0054405140690505505, + "P": 0.14736628532409668, + "-": 0.8103320598602295 + }, + "id": "tp_6754" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 844278, + "label": "K", + "classification": { + "B": 4.0091592268254317e-07, + "S": 1.3280856364872307e-05, + "I": 0.0009711364400573075, + "C": 0.0005354812019504607, + "R": 4.947484194417484e-05, + "M": 0.00013717112597078085, + "O": 0.0001230997295351699, + "W": 3.97403200622648e-05, + "N": 0.0006180019699968398, + "Y": 0.012162811122834682, + "U": 1.3899427813157672e-06, + "K": 0.39546525478363037, + "L": 2.2862607238494093e-06, + "G": 0.015202227048575878, + "F": 0.2479076236486435, + "E": 0.05641033500432968, + "T": 0.001117607462219894, + "P": 0.05590180680155754, + "-": 0.2133408635854721 + }, + "id": "tp_6755" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 844378, + "label": "-", + "classification": { + "B": 1.2303243011047016e-06, + "S": 4.967641871189699e-07, + "I": 0.0038022964727133512, + "C": 0.00027188198873773217, + "R": 4.918160993838683e-05, + "M": 0.00027561202296055853, + "O": 4.101368540432304e-05, + "W": 1.607245849299943e-06, + "N": 5.396198321250267e-05, + "Y": 0.004839086905121803, + "U": 1.9042862504647928e-06, + "K": 2.717959205256193e-06, + "L": 7.595919669256546e-06, + "G": 0.000954370538238436, + "F": 0.0008937165257520974, + "E": 0.001102652051486075, + "T": 0.0017431190935894847, + "P": 0.2313283532857895, + "-": 0.7546291947364807 + }, + "id": "tp_6756" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 844511, + "label": "-", + "classification": { + "B": 1.506055923528038e-06, + "S": 5.476020987771335e-07, + "I": 3.612804357544519e-05, + "C": 1.4263696357375011e-05, + "R": 2.1906716938246973e-06, + "M": 7.517246558563784e-05, + "O": 1.5027726476546377e-05, + "W": 5.195590802031802e-07, + "N": 2.2236297354538692e-06, + "Y": 0.0008098648395389318, + "U": 3.248391919896676e-07, + "K": 7.0440992203657515e-06, + "L": 1.7223483155248687e-06, + "G": 0.0002913807984441519, + "F": 0.0031476090662181377, + "E": 0.00019584463734645396, + "T": 0.00028504550573416054, + "P": 0.04024786129593849, + "-": 0.9548658132553101 + }, + "id": "tp_6757" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 844645, + "label": "-", + "classification": { + "B": 6.018171347932366e-07, + "S": 4.709307631856063e-06, + "I": 0.00013887709064874798, + "C": 0.0007067256956361234, + "R": 0.00016232304915320128, + "M": 0.00223183142952621, + "O": 0.00028816150734201074, + "W": 7.733977327006869e-06, + "N": 1.0459400982654188e-05, + "Y": 0.04028100147843361, + "U": 1.1567165074666264e-06, + "K": 0.0002995221293531358, + "L": 7.784550689393654e-05, + "G": 0.01819249801337719, + "F": 0.03652003034949303, + "E": 0.0017477106302976608, + "T": 0.00687782047316432, + "P": 0.005735464859753847, + "-": 0.8867155313491821 + }, + "id": "tp_6758" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 844778, + "label": "-", + "classification": { + "B": 6.954214040888473e-05, + "S": 0.0001075611580745317, + "I": 0.00035337734152562916, + "C": 0.000179026581463404, + "R": 3.0361796234501526e-05, + "M": 0.0007767414208501577, + "O": 0.0002756993053480983, + "W": 4.0756247472018003e-05, + "N": 8.813766908133402e-05, + "Y": 0.004267743322998285, + "U": 4.938436177326366e-06, + "K": 0.00045557465637102723, + "L": 5.254254210740328e-05, + "G": 0.004838141147047281, + "F": 0.15228530764579773, + "E": 0.00782452430576086, + "T": 0.0017318070167675614, + "P": 0.13724525272846222, + "-": 0.6893729567527771 + }, + "id": "tp_6759" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 844878, + "label": "-", + "classification": { + "B": 3.287892127445957e-07, + "S": 1.7213659475601162e-06, + "I": 6.181376375025138e-05, + "C": 1.9069882910116576e-05, + "R": 2.098572394970688e-06, + "M": 9.710509038995951e-05, + "O": 1.2993483323953114e-05, + "W": 3.068518594773195e-07, + "N": 3.2912378173932666e-06, + "Y": 0.0006141180056147277, + "U": 1.3980857715978345e-07, + "K": 1.553335437165515e-06, + "L": 2.1289222331688507e-06, + "G": 0.00020995753584429622, + "F": 0.004822318442165852, + "E": 0.00018323758558835834, + "T": 0.0005765180685557425, + "P": 0.06759148836135864, + "-": 0.9257999062538147 + }, + "id": "tp_6760" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 845012, + "label": "-", + "classification": { + "B": 1.5862538930377923e-05, + "S": 2.2824797270004638e-06, + "I": 0.0025290122721344233, + "C": 0.0009183039073832333, + "R": 0.00010085511894430965, + "M": 0.0007695293752476573, + "O": 6.97907162248157e-05, + "W": 5.198842700337991e-06, + "N": 8.683632768224925e-05, + "Y": 0.010712981224060059, + "U": 1.1086782251368277e-05, + "K": 0.00011630372318904847, + "L": 2.6348072424298152e-05, + "G": 0.007842532359063625, + "F": 0.00707731768488884, + "E": 0.006432992406189442, + "T": 0.00227924226783216, + "P": 0.14297832548618317, + "-": 0.8180251121520996 + }, + "id": "tp_6761" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 845145, + "label": "-", + "classification": { + "B": 1.2453465387807228e-05, + "S": 4.099415036762366e-06, + "I": 0.0015606567030772567, + "C": 0.00027354806661605835, + "R": 8.620305015938357e-05, + "M": 0.00034578231861814857, + "O": 0.00016345849144272506, + "W": 1.0202446901530493e-05, + "N": 6.800363189540803e-05, + "Y": 0.0027338522486388683, + "U": 1.5960977179929614e-05, + "K": 9.135023901762906e-06, + "L": 6.840476271463558e-05, + "G": 0.0016213780036196113, + "F": 0.0048829601146280766, + "E": 0.0007377167930826545, + "T": 0.0024690935388207436, + "P": 0.2428492158651352, + "-": 0.7420878410339355 + }, + "id": "tp_6762" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 845279, + "label": "-", + "classification": { + "B": 0.00017901901446748525, + "S": 0.00011359906056895852, + "I": 0.018208744004368782, + "C": 0.00252668303437531, + "R": 0.0008187310886569321, + "M": 0.0026466520503163338, + "O": 0.0008103988948278129, + "W": 0.00014353037113323808, + "N": 0.00168587826192379, + "Y": 0.017244277521967888, + "U": 0.00016916269669309258, + "K": 0.0008077928214333951, + "L": 0.0002720986376516521, + "G": 0.00986902229487896, + "F": 0.02745595946907997, + "E": 0.014909842982888222, + "T": 0.007200297433882952, + "P": 0.3310246169567108, + "-": 0.5639136433601379 + }, + "id": "tp_6763" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 845379, + "label": "-", + "classification": { + "B": 9.296531061409041e-05, + "S": 2.938853322120849e-05, + "I": 0.0012588471872732043, + "C": 7.939083297969773e-05, + "R": 2.5856337742879987e-05, + "M": 0.0003028453793376684, + "O": 0.00026720811729319394, + "W": 3.489335722406395e-05, + "N": 0.0001497047342127189, + "Y": 0.0015606563538312912, + "U": 7.799858394719195e-06, + "K": 0.00020474763005040586, + "L": 1.7201511582243256e-05, + "G": 0.0010632489575073123, + "F": 0.008300061337649822, + "E": 0.00288316304795444, + "T": 0.001077431719750166, + "P": 0.17956630885601044, + "-": 0.803078293800354 + }, + "id": "tp_6764" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 845512, + "label": "-", + "classification": { + "B": 7.1460983797067e-09, + "S": 2.1724570586911796e-08, + "I": 2.0243869585101493e-06, + "C": 1.0386551139163203e-06, + "R": 6.730449086944645e-08, + "M": 2.6673992579162586e-06, + "O": 7.477093504348886e-07, + "W": 2.265314691385356e-08, + "N": 8.939027651422293e-08, + "Y": 0.00011047773296013474, + "U": 7.394938883464874e-09, + "K": 2.1287180516083026e-06, + "L": 1.8559587644517705e-08, + "G": 1.821847581595648e-05, + "F": 0.0016754709649831057, + "E": 7.457136689481558e-06, + "T": 4.69842525490094e-05, + "P": 0.01864146627485752, + "-": 0.9794910550117493 + }, + "id": "tp_6765" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 845646, + "label": "-", + "classification": { + "B": 6.030535359968781e-07, + "S": 2.230303607575479e-06, + "I": 5.178364153834991e-05, + "C": 1.8032910702459048e-06, + "R": 2.0709555315079342e-07, + "M": 4.591711694956757e-05, + "O": 1.1204168004042003e-05, + "W": 1.795476237020921e-06, + "N": 8.4972716649645e-06, + "Y": 0.00019995249749626964, + "U": 3.2963683338493865e-07, + "K": 5.195455014472827e-05, + "L": 2.743141180872044e-07, + "G": 2.2040603653294966e-05, + "F": 0.008058329112827778, + "E": 0.0007837810553610325, + "T": 0.0001398079766659066, + "P": 0.32026365399360657, + "-": 0.6703558564186096 + }, + "id": "tp_6766" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 845779, + "label": "-", + "classification": { + "B": 7.269991328939795e-07, + "S": 4.081747192685725e-06, + "I": 8.646545029478148e-05, + "C": 3.067899569941801e-06, + "R": 4.850355139751628e-07, + "M": 2.3704393242951483e-05, + "O": 2.4374168788199313e-05, + "W": 5.471621079777833e-06, + "N": 1.907007936097216e-05, + "Y": 0.0002521734277252108, + "U": 7.310984528885456e-07, + "K": 0.00015487529162783176, + "L": 7.532234462814813e-07, + "G": 0.00012720681843347847, + "F": 0.01756996288895607, + "E": 0.0007209386094473302, + "T": 0.00022024521604180336, + "P": 0.29895302653312683, + "-": 0.6818326115608215 + }, + "id": "tp_6767" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 845879, + "label": "-", + "classification": { + "B": 1.1578590175531644e-07, + "S": 1.887086398255633e-07, + "I": 1.2421966857800726e-05, + "C": 2.8612323603738332e-06, + "R": 2.8178763500363857e-07, + "M": 1.8120332242688164e-05, + "O": 2.5092429041251307e-06, + "W": 9.756502805657874e-08, + "N": 6.498925131381839e-07, + "Y": 0.0006249893340282142, + "U": 2.7802476765259598e-08, + "K": 3.0774158403801266e-06, + "L": 1.5055154278798e-07, + "G": 0.0001280405995203182, + "F": 0.0063222297467291355, + "E": 7.360771996900439e-05, + "T": 0.0001828774984460324, + "P": 0.0484190508723259, + "-": 0.9442086219787598 + }, + "id": "tp_6768" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 846013, + "label": "-", + "classification": { + "B": 5.992553269607015e-06, + "S": 2.105620296788402e-05, + "I": 0.0005042824777774513, + "C": 0.00012116845755372196, + "R": 9.217817569151521e-05, + "M": 0.0010168218286707997, + "O": 0.00035240603028796613, + "W": 3.2688960345694795e-05, + "N": 6.419804412871599e-05, + "Y": 0.026387475430965424, + "U": 1.438144772691885e-05, + "K": 0.0009638476767577231, + "L": 3.509897578624077e-05, + "G": 0.0031173794995993376, + "F": 0.020820926874876022, + "E": 0.0007777775172144175, + "T": 0.006615567486733198, + "P": 0.03224756196141243, + "-": 0.9068092107772827 + }, + "id": "tp_6769" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 846146, + "label": "-", + "classification": { + "B": 1.26075818229765e-07, + "S": 1.5524280172485305e-07, + "I": 0.00016316848632413894, + "C": 1.0239506082143635e-05, + "R": 1.1643555808404926e-06, + "M": 1.632023304409813e-05, + "O": 5.348583272279939e-06, + "W": 2.8797401796509803e-07, + "N": 5.271248483040836e-06, + "Y": 0.0006460917647928, + "U": 3.755602904220723e-07, + "K": 2.636590807014727e-06, + "L": 4.879580046690535e-07, + "G": 4.7744291805429384e-05, + "F": 0.0005945246084593236, + "E": 0.00015088373038452119, + "T": 0.0002892761549446732, + "P": 0.09231649339199066, + "-": 0.9057493805885315 + }, + "id": "tp_6770" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 846280, + "label": "-", + "classification": { + "B": 2.0112862486598715e-08, + "S": 2.7880732389462537e-08, + "I": 4.638062455342151e-05, + "C": 3.3588048609090038e-06, + "R": 2.3385248937302094e-07, + "M": 5.740374490414979e-06, + "O": 1.6553623254367267e-06, + "W": 6.238454375306901e-08, + "N": 2.421869567115209e-06, + "Y": 0.00027329009026288986, + "U": 8.763615966245197e-08, + "K": 5.56837449039449e-06, + "L": 4.548386556280093e-08, + "G": 2.8200787710375153e-05, + "F": 0.001003313111141324, + "E": 8.8201166363433e-05, + "T": 9.470286022406071e-05, + "P": 0.11710180342197418, + "-": 0.8813449740409851 + }, + "id": "tp_6771" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 846380, + "label": "-", + "classification": { + "B": 3.436143813928538e-08, + "S": 1.3077746530143486e-07, + "I": 4.375479693408124e-05, + "C": 3.761817652048194e-06, + "R": 6.147338353912346e-07, + "M": 7.207689486676827e-05, + "O": 6.963392934267176e-06, + "W": 1.9928252470435837e-07, + "N": 1.5435950899700401e-06, + "Y": 0.0018990992102771997, + "U": 8.870449619280407e-08, + "K": 1.1392849955882411e-05, + "L": 4.878049821854802e-07, + "G": 0.0002755878958851099, + "F": 0.0022897799499332905, + "E": 0.0002309837145730853, + "T": 0.0005773197626695037, + "P": 0.012660878710448742, + "-": 0.9819252490997314 + }, + "id": "tp_6772" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 846513, + "label": "-", + "classification": { + "B": 8.721144695300609e-05, + "S": 8.834303298499435e-05, + "I": 0.0031642622780054808, + "C": 0.0012434584787115455, + "R": 0.00033635806175880134, + "M": 0.004187250044196844, + "O": 0.0010989694856107235, + "W": 0.00012556256842799485, + "N": 0.0004862566711381078, + "Y": 0.01205709483474493, + "U": 0.0001021564457914792, + "K": 0.0005432946491055191, + "L": 0.0002689665125217289, + "G": 0.005536138080060482, + "F": 0.02687055990099907, + "E": 0.005125735886394978, + "T": 0.006819401402026415, + "P": 0.1279212087392807, + "-": 0.8039377927780151 + }, + "id": "tp_6773" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 846647, + "label": "-", + "classification": { + "B": 0.0003022046876139939, + "S": 0.0003631093422882259, + "I": 0.011574204079806805, + "C": 0.02027776651084423, + "R": 0.005825789645314217, + "M": 0.009510303847491741, + "O": 0.00431945500895381, + "W": 0.0006034253747202456, + "N": 0.0013656661612913013, + "Y": 0.04521854966878891, + "U": 0.0004640980623662472, + "K": 0.000536713982000947, + "L": 0.001346197328530252, + "G": 0.017195679247379303, + "F": 0.020277302712202072, + "E": 0.0037608169950544834, + "T": 0.0225579421967268, + "P": 0.06560717523097992, + "-": 0.7688935399055481 + }, + "id": "tp_6774" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 846780, + "label": "-", + "classification": { + "B": 1.4741493714609533e-06, + "S": 4.58247950518853e-06, + "I": 0.0002626329369377345, + "C": 3.402158836252056e-05, + "R": 1.3421163203020114e-05, + "M": 7.918308983789757e-05, + "O": 4.429176260600798e-05, + "W": 6.45800719212275e-06, + "N": 3.554188151611015e-05, + "Y": 0.0027361868415027857, + "U": 3.7170545965636848e-06, + "K": 0.000655262847431004, + "L": 2.9515017558878753e-06, + "G": 0.0006832444341853261, + "F": 0.02144024707376957, + "E": 0.0006526235956698656, + "T": 0.000995527021586895, + "P": 0.10717525333166122, + "-": 0.8651735186576843 + }, + "id": "tp_6775" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 846880, + "label": "-", + "classification": { + "B": 8.079395570348424e-07, + "S": 3.3348824217682704e-06, + "I": 7.545008702436462e-05, + "C": 1.9971632809756557e-06, + "R": 7.337021656894649e-07, + "M": 0.0002489493053872138, + "O": 5.263368075247854e-05, + "W": 1.3640047882290673e-06, + "N": 3.1015172226034338e-06, + "Y": 0.00186457100789994, + "U": 1.0831605834482616e-07, + "K": 1.26001918943075e-06, + "L": 4.5121732910047285e-06, + "G": 0.0002145285252481699, + "F": 0.0037094596773386, + "E": 0.00010694073716877028, + "T": 0.00159785570576787, + "P": 0.03033246099948883, + "-": 0.9617799520492554 + }, + "id": "tp_6776" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 847014, + "label": "-", + "classification": { + "B": 2.075355496344855e-06, + "S": 5.11257758262218e-06, + "I": 0.000765578355640173, + "C": 9.320824756287038e-05, + "R": 4.050714414916001e-05, + "M": 0.0008084187284111977, + "O": 0.00013195675273891538, + "W": 7.46610476198839e-06, + "N": 3.84838022000622e-05, + "Y": 0.011880578473210335, + "U": 4.55625013273675e-06, + "K": 4.31471889896784e-05, + "L": 1.6701264030416496e-05, + "G": 0.0011881308164447546, + "F": 0.005369949620217085, + "E": 0.0004294929385650903, + "T": 0.0056578912772238255, + "P": 0.036710113286972046, + "-": 0.9368065595626831 + }, + "id": "tp_6777" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 847147, + "label": "-", + "classification": { + "B": 7.864331564633176e-05, + "S": 9.865013271337375e-05, + "I": 0.0026549578178673983, + "C": 0.00047165658907033503, + "R": 0.00020138257241342217, + "M": 0.007613058667629957, + "O": 0.001636636327020824, + "W": 0.000105862389318645, + "N": 0.00014568369078915566, + "Y": 0.02279770001769066, + "U": 2.238064189441502e-05, + "K": 0.00014661111345048994, + "L": 0.00026657720445655286, + "G": 0.007222483400255442, + "F": 0.006809729151427746, + "E": 0.0018694432219490409, + "T": 0.02138080634176731, + "P": 0.027899818494915962, + "-": 0.8985779285430908 + }, + "id": "tp_6778" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 847281, + "label": "-", + "classification": { + "B": 1.878550648370947e-08, + "S": 2.7328698593009904e-07, + "I": 8.322574103658553e-06, + "C": 1.4118546687313938e-07, + "R": 3.266251979994195e-08, + "M": 6.046720591257326e-05, + "O": 3.3551666547282366e-06, + "W": 6.951828623869005e-08, + "N": 2.3260416526227345e-07, + "Y": 0.0005507757305167615, + "U": 2.735944137910451e-09, + "K": 7.887214223956107e-07, + "L": 5.4979537367216835e-08, + "G": 4.068901762366295e-05, + "F": 0.0006736761424690485, + "E": 1.2975208846910391e-05, + "T": 0.0005566408508457243, + "P": 0.009210041724145412, + "-": 0.9888814091682434 + }, + "id": "tp_6779" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 847381, + "label": "P", + "classification": { + "B": 2.4917944756452926e-06, + "S": 3.365557404322317e-06, + "I": 0.01602606475353241, + "C": 1.2028010132780764e-05, + "R": 1.6824442354845814e-06, + "M": 7.979298970894888e-05, + "O": 7.007123258517822e-06, + "W": 1.0858201449082117e-06, + "N": 0.0009249866707250476, + "Y": 0.00035299177397973835, + "U": 4.2511194919825357e-07, + "K": 2.930516711785458e-05, + "L": 6.310098683570686e-07, + "G": 0.00012175184383522719, + "F": 0.0005204010521993041, + "E": 0.005925300065428019, + "T": 0.00020002170640509576, + "P": 0.9450564980506897, + "-": 0.030734248459339142 + }, + "id": "tp_6780" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 847514, + "label": "-", + "classification": { + "B": 5.96829110577346e-08, + "S": 5.4627172119126044e-08, + "I": 0.00010498785559320822, + "C": 2.6695630367612466e-05, + "R": 5.1586716836027335e-06, + "M": 3.506515349727124e-05, + "O": 8.126208740577567e-06, + "W": 1.7260569507016044e-07, + "N": 2.9243528842926025e-06, + "Y": 0.0007408579695038497, + "U": 3.234586074540857e-07, + "K": 1.2182404134364333e-06, + "L": 8.120866823446704e-07, + "G": 0.00010115598706761375, + "F": 0.0011969327460974455, + "E": 4.453340807231143e-05, + "T": 0.0006114841671660542, + "P": 0.04788105562329292, + "-": 0.9492383003234863 + }, + "id": "tp_6781" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 847648, + "label": "-", + "classification": { + "B": 3.741628340492298e-09, + "S": 2.0469247130616708e-10, + "I": 8.508974133292213e-06, + "C": 3.3707345892253215e-07, + "R": 4.875995429642899e-08, + "M": 2.095150648528943e-06, + "O": 2.550734450323944e-07, + "W": 1.0303509156983637e-09, + "N": 1.1074591022008917e-08, + "Y": 0.0001660876878304407, + "U": 7.670716839491831e-10, + "K": 1.4011957150117382e-09, + "L": 1.3923381558811343e-08, + "G": 2.3257127395481803e-05, + "F": 1.2347269148449413e-05, + "E": 2.5240451577701606e-06, + "T": 3.796677992795594e-05, + "P": 0.010328639298677444, + "-": 0.9894178509712219 + }, + "id": "tp_6782" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 847781, + "label": "-", + "classification": { + "B": 9.847064939094707e-05, + "S": 4.591016113408841e-05, + "I": 0.001087099895812571, + "C": 0.0001757457503117621, + "R": 4.3008381908293813e-05, + "M": 0.0020631516817957163, + "O": 0.0003287188592366874, + "W": 4.721979348687455e-05, + "N": 0.00017010924057103693, + "Y": 0.019023174419999123, + "U": 2.6393949156044982e-05, + "K": 0.0022816197015345097, + "L": 6.652082811342552e-05, + "G": 0.010627835057675838, + "F": 0.03407812491059303, + "E": 0.013342990539968014, + "T": 0.00433681346476078, + "P": 0.08251434564590454, + "-": 0.8296427130699158 + }, + "id": "tp_6783" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 847881, + "label": "-", + "classification": { + "B": 4.747891324541342e-08, + "S": 2.892402584109277e-08, + "I": 9.75108559941873e-06, + "C": 1.43943498187582e-06, + "R": 1.0280013640340258e-07, + "M": 4.145893035456538e-05, + "O": 2.1811106307723094e-06, + "W": 1.9630567393846832e-08, + "N": 2.3743578481116856e-07, + "Y": 0.0003713012265507132, + "U": 4.551782950557026e-09, + "K": 2.2240750752189342e-07, + "L": 1.8936493972887547e-07, + "G": 8.923824498197064e-05, + "F": 0.003189421957358718, + "E": 7.773097604513168e-05, + "T": 0.00012910139048472047, + "P": 0.019966136664152145, + "-": 0.9761214256286621 + }, + "id": "tp_6784" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 848015, + "label": "-", + "classification": { + "B": 0.00016662538109812886, + "S": 0.0001722858869470656, + "I": 0.005202372558414936, + "C": 0.0032013815362006426, + "R": 0.001188440015539527, + "M": 0.0051286728121340275, + "O": 0.002070185961201787, + "W": 0.0002260314067825675, + "N": 0.0006764929858036339, + "Y": 0.026606431230902672, + "U": 0.00022809657093603164, + "K": 0.0005314578302204609, + "L": 0.0007909781415946782, + "G": 0.015863927081227303, + "F": 0.025997480377554893, + "E": 0.003720699343830347, + "T": 0.013060216791927814, + "P": 0.11711446940898895, + "-": 0.7780538201332092 + }, + "id": "tp_6785" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 848148, + "label": "-", + "classification": { + "B": 3.122957787127234e-05, + "S": 1.3192222468205728e-05, + "I": 0.00024834516807459295, + "C": 0.00010667592869140208, + "R": 3.1535240850644186e-05, + "M": 0.00024652652791701257, + "O": 0.00014670669042970985, + "W": 9.803403372643515e-06, + "N": 1.5211620848276652e-05, + "Y": 0.0012986130313947797, + "U": 1.3099394209348247e-06, + "K": 1.3840793144481722e-05, + "L": 2.8361271688481793e-05, + "G": 0.001286656130105257, + "F": 0.02794259786605835, + "E": 0.0007678594556637108, + "T": 0.0006565616349689662, + "P": 0.05631401762366295, + "-": 0.9108409881591797 + }, + "id": "tp_6786" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 848282, + "label": "-", + "classification": { + "B": 4.455399604808008e-09, + "S": 5.033311989421918e-09, + "I": 5.759628947998863e-06, + "C": 7.306021529984719e-07, + "R": 8.26644850349112e-08, + "M": 4.030928721476812e-06, + "O": 8.723673090571538e-07, + "W": 1.3541505694547595e-08, + "N": 1.6366085731078783e-07, + "Y": 0.0003007416380569339, + "U": 1.3311161950468886e-08, + "K": 2.642420895426767e-06, + "L": 2.3646080649086798e-08, + "G": 3.0003535357536748e-05, + "F": 0.0003899578587152064, + "E": 3.014763569808565e-05, + "T": 5.562153455684893e-05, + "P": 0.01611286960542202, + "-": 0.9830663204193115 + }, + "id": "tp_6787" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 848382, + "label": "-", + "classification": { + "B": 1.430922580425431e-08, + "S": 6.736036795018663e-08, + "I": 4.571678800857626e-06, + "C": 4.774021817866014e-07, + "R": 6.769860050326315e-08, + "M": 3.8239795685512945e-06, + "O": 1.261151624021295e-06, + "W": 3.470795917337455e-08, + "N": 3.386599587429373e-07, + "Y": 0.0003016173141077161, + "U": 9.733507333464786e-09, + "K": 2.3287759631784866e-06, + "L": 1.831892681991576e-08, + "G": 1.2604717994690873e-05, + "F": 0.0023521219845861197, + "E": 2.1280049622873776e-05, + "T": 4.745108526549302e-05, + "P": 0.03313201293349266, + "-": 0.9641198515892029 + }, + "id": "tp_6788" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 848515, + "label": "-", + "classification": { + "B": 0.0001189277827506885, + "S": 5.4490563343279064e-05, + "I": 0.00033197231823578477, + "C": 4.511613951763138e-05, + "R": 1.381260335620027e-05, + "M": 0.0023766772355884314, + "O": 0.00032014946918934584, + "W": 1.853030698839575e-05, + "N": 2.8343783924356103e-05, + "Y": 0.005921992473304272, + "U": 4.403890670801047e-06, + "K": 1.5101151802809909e-05, + "L": 7.73839492467232e-05, + "G": 0.001652390114031732, + "F": 0.0055935741402208805, + "E": 0.0014129605842754245, + "T": 0.00398623663932085, + "P": 0.06536242365837097, + "-": 0.9126654267311096 + }, + "id": "tp_6789" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 848649, + "label": "-", + "classification": { + "B": 1.8071563317789696e-05, + "S": 6.5176604948646855e-06, + "I": 0.0020390304271131754, + "C": 0.000508333498146385, + "R": 5.6685017625568435e-05, + "M": 0.0005092070787213743, + "O": 0.00010063669469673187, + "W": 9.082014003070071e-06, + "N": 9.320012031821534e-05, + "Y": 0.0026079672388732433, + "U": 8.990795322461054e-06, + "K": 1.906148827401921e-05, + "L": 4.099083162145689e-05, + "G": 0.0022762578446418047, + "F": 0.007265063934028149, + "E": 0.00216631474904716, + "T": 0.00173299724701792, + "P": 0.29855969548225403, + "-": 0.6819818615913391 + }, + "id": "tp_6790" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 848782, + "label": "-", + "classification": { + "B": 3.2340852840206935e-07, + "S": 2.389030839822226e-07, + "I": 2.6162637368543074e-05, + "C": 1.00887209555367e-05, + "R": 9.992626246457803e-07, + "M": 8.798523595032748e-06, + "O": 5.385461463447427e-06, + "W": 2.9512244736906723e-07, + "N": 2.1206747078394983e-06, + "Y": 0.0014869545120745897, + "U": 2.2987335057678138e-07, + "K": 3.3829921449068934e-05, + "L": 3.436217070884595e-07, + "G": 0.00030164848431013525, + "F": 0.01612895168364048, + "E": 0.00012618979963008314, + "T": 0.00017791712889447808, + "P": 0.04951439052820206, + "-": 0.9321751594543457 + }, + "id": "tp_6791" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 848882, + "label": "-", + "classification": { + "B": 5.569514200942649e-07, + "S": 4.042339583065768e-07, + "I": 0.0005149402422830462, + "C": 3.972665945184417e-05, + "R": 1.0404453860246576e-05, + "M": 0.00016521973884664476, + "O": 2.50204266194487e-05, + "W": 1.0782410981846624e-06, + "N": 1.064713615051005e-05, + "Y": 0.0017782362410798669, + "U": 8.183931186067639e-07, + "K": 4.396340045786928e-06, + "L": 3.5769198802881874e-06, + "G": 0.0003493116528261453, + "F": 0.00227352068759501, + "E": 0.00032339352765120566, + "T": 0.0008019079687073827, + "P": 0.08058701455593109, + "-": 0.9131099581718445 + }, + "id": "tp_6792" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 849016, + "label": "-", + "classification": { + "B": 3.367629020090135e-08, + "S": 1.6542398384444823e-07, + "I": 0.00014180799189489335, + "C": 2.0514909920166247e-05, + "R": 1.5505202100030147e-06, + "M": 4.5469955693988595e-06, + "O": 3.071286300837528e-06, + "W": 5.550224955186422e-07, + "N": 1.4639074834121857e-05, + "Y": 0.0009661140502430499, + "U": 2.214854930571164e-07, + "K": 0.0007568348664790392, + "L": 4.27591260176996e-08, + "G": 0.00011853100295411423, + "F": 0.008672790601849556, + "E": 0.0008097903337329626, + "T": 0.00010603974806144834, + "P": 0.13919462263584137, + "-": 0.8491882085800171 + }, + "id": "tp_6793" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 849149, + "label": "-", + "classification": { + "B": 5.981003710076038e-07, + "S": 1.2881328359526378e-07, + "I": 1.7338319594273344e-05, + "C": 1.780143520591082e-06, + "R": 2.9802967560499383e-07, + "M": 1.2457788216124754e-05, + "O": 7.783701221342199e-06, + "W": 2.7379243761060934e-07, + "N": 3.8984217098914087e-07, + "Y": 0.00010532849410083145, + "U": 8.31341750995307e-08, + "K": 2.8887788516840374e-07, + "L": 6.570401183125796e-07, + "G": 4.840023393626325e-05, + "F": 0.001159275067038834, + "E": 1.7231552192242816e-05, + "T": 9.211232827510685e-05, + "P": 0.06754476577043533, + "-": 0.9309908151626587 + }, + "id": "tp_6794" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 849283, + "label": "-", + "classification": { + "B": 1.224986334591449e-07, + "S": 6.011662776472804e-07, + "I": 0.0001993807527469471, + "C": 2.5833684048848227e-05, + "R": 3.332893811602844e-06, + "M": 4.477746915654279e-05, + "O": 2.4581606339779682e-05, + "W": 1.1739806495825178e-06, + "N": 2.2765401809010655e-05, + "Y": 0.0013137580826878548, + "U": 4.51760712394389e-07, + "K": 0.00036448726314119995, + "L": 6.791906344005838e-07, + "G": 0.0009812109638005495, + "F": 0.019011298194527626, + "E": 0.0009686315315775573, + "T": 0.0004362495383247733, + "P": 0.08266854286193848, + "-": 0.8939321041107178 + }, + "id": "tp_6795" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 849383, + "label": "-", + "classification": { + "B": 2.0905593700604186e-08, + "S": 4.366950534517855e-08, + "I": 1.1789171367126983e-05, + "C": 4.564830305753276e-06, + "R": 6.50283254799433e-07, + "M": 1.1543927939783316e-05, + "O": 2.7436417440185323e-06, + "W": 1.25761161484661e-07, + "N": 7.018643373157829e-07, + "Y": 0.000552892335690558, + "U": 8.70774101713323e-08, + "K": 4.710000939667225e-05, + "L": 1.440881476355571e-07, + "G": 8.013288606889546e-05, + "F": 0.004945425316691399, + "E": 6.630324787693098e-05, + "T": 0.00010035868035629392, + "P": 0.011486160568892956, + "-": 0.9826892614364624 + }, + "id": "tp_6796" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 849516, + "label": "-", + "classification": { + "B": 3.9705909671283734e-07, + "S": 7.291669703590742e-07, + "I": 0.001115525490604341, + "C": 6.037827915861271e-05, + "R": 3.5696082250069594e-06, + "M": 0.0004230134072713554, + "O": 1.9953260562033392e-05, + "W": 8.52115988436708e-07, + "N": 2.938194120361004e-05, + "Y": 0.0017896960489451885, + "U": 4.1610681478232436e-07, + "K": 4.4620187509281095e-06, + "L": 1.651565867177851e-06, + "G": 0.0003259451186750084, + "F": 0.0023045914713293314, + "E": 0.001062521361745894, + "T": 0.0011044255224987864, + "P": 0.23484057188034058, + "-": 0.7569119334220886 + }, + "id": "tp_6797" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 849650, + "label": "-", + "classification": { + "B": 7.793411214152002e-07, + "S": 6.236483613974997e-07, + "I": 0.0002786715340334922, + "C": 3.9566413761349395e-05, + "R": 3.125941248072195e-06, + "M": 3.6381421523401514e-05, + "O": 1.2661778782785404e-05, + "W": 9.6243491043424e-07, + "N": 1.333365526079433e-05, + "Y": 0.0004752652021124959, + "U": 1.0802613132909755e-06, + "K": 2.0930901882820763e-05, + "L": 1.0562370107436436e-06, + "G": 0.00016238930402323604, + "F": 0.0029401429928839207, + "E": 0.0005167057388462126, + "T": 0.00017706261132843792, + "P": 0.2295437604188919, + "-": 0.7657755017280579 + }, + "id": "tp_6798" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 849783, + "label": "-", + "classification": { + "B": 1.5097701862032409e-06, + "S": 1.5033349427540088e-06, + "I": 0.00018828354950528592, + "C": 0.0003102064656559378, + "R": 8.886750947567634e-06, + "M": 0.0001385650539305061, + "O": 2.466238038323354e-05, + "W": 2.491748091415502e-06, + "N": 1.2579865142470226e-05, + "Y": 0.0003712214529514313, + "U": 1.5371460904134437e-06, + "K": 6.814763764850795e-05, + "L": 3.4843919820559677e-06, + "G": 0.0005531982169486582, + "F": 0.013089632615447044, + "E": 0.0013611759059131145, + "T": 0.00040138818440027535, + "P": 0.10277914255857468, + "-": 0.8806824684143066 + }, + "id": "tp_6799" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 849883, + "label": "-", + "classification": { + "B": 6.594237675017212e-06, + "S": 4.942295163345989e-06, + "I": 0.0007871796260587871, + "C": 0.0008544037700630724, + "R": 7.761375309200957e-05, + "M": 0.0002783199306577444, + "O": 9.053144458448514e-05, + "W": 9.595180927135516e-06, + "N": 0.00011392989108571783, + "Y": 0.007924084551632404, + "U": 1.2514880836533848e-05, + "K": 0.0012017711997032166, + "L": 2.1519432266359217e-05, + "G": 0.005963886622339487, + "F": 0.05852697044610977, + "E": 0.006302650086581707, + "T": 0.0014959537656977773, + "P": 0.12137879431247711, + "-": 0.7949486970901489 + }, + "id": "tp_6800" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 850017, + "label": "-", + "classification": { + "B": 1.3840253814123571e-05, + "S": 1.2197544492664747e-05, + "I": 0.0025174706242978573, + "C": 0.0002574427053332329, + "R": 5.454790516523644e-05, + "M": 0.001946828793734312, + "O": 0.00032227140036411583, + "W": 1.9437600712990388e-05, + "N": 0.00015411827189382166, + "Y": 0.009442348033189774, + "U": 9.022564881888684e-06, + "K": 3.8099395169410855e-05, + "L": 4.607205119100399e-05, + "G": 0.0019839375745505095, + "F": 0.004283524118363857, + "E": 0.003004414262250066, + "T": 0.005522307474166155, + "P": 0.08871161937713623, + "-": 0.8816605806350708 + }, + "id": "tp_6801" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 850150, + "label": "-", + "classification": { + "B": 9.563612124452447e-10, + "S": 1.1086966011930599e-08, + "I": 3.2459458907396765e-06, + "C": 3.981674296937854e-07, + "R": 1.097382593684415e-07, + "M": 2.1430314518511295e-05, + "O": 2.5459601147304056e-06, + "W": 1.4250752577993353e-08, + "N": 3.70616284328662e-08, + "Y": 0.00012010437058052048, + "U": 2.796122000603418e-09, + "K": 3.878449117422633e-09, + "L": 1.8742885288247635e-07, + "G": 7.757726962154265e-06, + "F": 0.0001722569577395916, + "E": 5.019339823775226e-07, + "T": 0.0003195186727680266, + "P": 0.00510140135884285, + "-": 0.9942504167556763 + }, + "id": "tp_6802" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 850250, + "label": "-", + "classification": { + "B": 4.317082158422636e-08, + "S": 6.17329263263855e-08, + "I": 1.9932025679736398e-05, + "C": 8.15891871752683e-06, + "R": 9.294741403209628e-07, + "M": 6.527119694510475e-05, + "O": 7.769377589283977e-06, + "W": 8.764785519588258e-08, + "N": 4.780208087140636e-07, + "Y": 0.0006879818974994123, + "U": 5.2304294229088555e-08, + "K": 2.1181259057811985e-07, + "L": 6.872493827358994e-07, + "G": 6.877497071400285e-05, + "F": 0.0007924920064397156, + "E": 1.0811676474986598e-05, + "T": 0.0005171463126316667, + "P": 0.01073892880231142, + "-": 0.9870801568031311 + }, + "id": "tp_6803" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 850384, + "label": "-", + "classification": { + "B": 2.8060009427122168e-08, + "S": 1.1805004973552968e-08, + "I": 0.00013037673488724977, + "C": 1.220816466229735e-05, + "R": 1.3785730743620661e-06, + "M": 8.27118583401898e-06, + "O": 2.420486453047488e-06, + "W": 4.4828482259617886e-08, + "N": 2.0371153368614614e-06, + "Y": 0.0002516682434361428, + "U": 1.0696188468273249e-07, + "K": 2.8416087616278674e-07, + "L": 1.4072820420096832e-07, + "G": 4.8940215492621064e-05, + "F": 0.00028156113694421947, + "E": 2.4073748136288486e-05, + "T": 0.0001544492697576061, + "P": 0.08749129623174667, + "-": 0.9115906953811646 + }, + "id": "tp_6804" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 850517, + "label": "-", + "classification": { + "B": 6.387383422179482e-08, + "S": 3.5041205137531506e-07, + "I": 4.210767292534001e-05, + "C": 2.4280323486891575e-05, + "R": 6.148911324999062e-06, + "M": 5.618692739517428e-05, + "O": 2.29475372179877e-05, + "W": 7.284558023457066e-07, + "N": 2.5496217403997434e-06, + "Y": 0.0010531925363466144, + "U": 2.96454686576908e-07, + "K": 4.737796189147048e-06, + "L": 7.692515282542445e-07, + "G": 7.496503531001508e-05, + "F": 0.0025381213054060936, + "E": 3.571117849787697e-05, + "T": 0.00036852291668765247, + "P": 0.019629279151558876, + "-": 0.9761390686035156 + }, + "id": "tp_6805" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 850651, + "label": "-", + "classification": { + "B": 2.5319675245327744e-09, + "S": 9.4697432118096e-09, + "I": 3.0284007834779914e-07, + "C": 1.2723533870939718e-07, + "R": 7.475382979293954e-09, + "M": 4.799717316927854e-06, + "O": 3.399659647129738e-07, + "W": 2.174460611570339e-09, + "N": 9.854133509179519e-09, + "Y": 9.691826562630013e-05, + "U": 4.586635238279513e-10, + "K": 6.895403004136824e-08, + "L": 1.5493682781198004e-08, + "G": 1.215816882904619e-05, + "F": 0.0022623997647315264, + "E": 3.9907531572680455e-06, + "T": 5.508387039299123e-05, + "P": 0.008304750546813011, + "-": 0.9892590641975403 + }, + "id": "tp_6806" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 850751, + "label": "-", + "classification": { + "B": 1.0322597887579832e-08, + "S": 1.1967983937211102e-08, + "I": 4.250994152243948e-06, + "C": 3.3962706424972566e-08, + "R": 5.629839261445113e-09, + "M": 2.331036967007094e-06, + "O": 7.776494612699025e-07, + "W": 1.0241524073251185e-08, + "N": 1.210894993164402e-07, + "Y": 2.8963686418137513e-05, + "U": 1.3107899210496043e-09, + "K": 2.1981275466487205e-08, + "L": 9.031892567179511e-09, + "G": 2.463994178469875e-06, + "F": 7.970580190885812e-05, + "E": 8.07860942586558e-06, + "T": 3.9859838580014184e-05, + "P": 0.05911041051149368, + "-": 0.9407228231430054 + }, + "id": "tp_6807" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 850884, + "label": "-", + "classification": { + "B": 1.3852904379163533e-09, + "S": 6.661567825139159e-11, + "I": 7.823578584975621e-08, + "C": 1.557232787163798e-09, + "R": 6.84136358675147e-11, + "M": 1.4049206242816581e-08, + "O": 2.3240225743847986e-08, + "W": 2.3099362700396142e-10, + "N": 8.895941761011272e-10, + "Y": 2.6770200634018693e-07, + "U": 2.8075614749711875e-11, + "K": 9.466389477852388e-11, + "L": 2.876786031613676e-10, + "G": 6.453655032601091e-08, + "F": 1.4790663954045158e-05, + "E": 1.1533315102951747e-07, + "T": 4.169187945990416e-07, + "P": 0.11091852188110352, + "-": 0.8890656232833862 + }, + "id": "tp_6808" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 851018, + "label": "-", + "classification": { + "B": 4.2391931742713496e-08, + "S": 1.2445566355268056e-08, + "I": 4.6930279495427385e-05, + "C": 2.7900020427296113e-07, + "R": 2.5390551883219814e-08, + "M": 9.3968890269025e-07, + "O": 5.911331300012534e-07, + "W": 2.613255745131937e-08, + "N": 1.282358425669372e-06, + "Y": 2.3321212211158127e-05, + "U": 1.0795544014285952e-08, + "K": 3.1575933689964586e-07, + "L": 1.2583915243169486e-08, + "G": 9.151664016826544e-06, + "F": 0.0005907034501433372, + "E": 7.000305049587041e-05, + "T": 1.3154425687389448e-05, + "P": 0.48144713044166565, + "-": 0.5177962183952332 + }, + "id": "tp_6809" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 851151, + "label": "-", + "classification": { + "B": 2.2958286081120605e-06, + "S": 4.127603460801765e-06, + "I": 0.0003815040399786085, + "C": 4.325714326114394e-05, + "R": 1.0935982572846115e-05, + "M": 9.231191506842151e-05, + "O": 6.82171739754267e-05, + "W": 4.136253210162977e-06, + "N": 5.650485763908364e-05, + "Y": 0.0014795169699937105, + "U": 2.9984141747263493e-06, + "K": 2.2151521989144385e-05, + "L": 4.21752793045016e-06, + "G": 0.00029723779880441725, + "F": 0.0032180275302380323, + "E": 0.00032904974068515003, + "T": 0.0011240168241783977, + "P": 0.20599797368049622, + "-": 0.7868615984916687 + }, + "id": "tp_6810" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 851251, + "label": "-", + "classification": { + "B": 0.00016701544518582523, + "S": 0.000280975888017565, + "I": 0.011301849037408829, + "C": 0.0006187417893670499, + "R": 0.00019163796969223768, + "M": 0.006390884984284639, + "O": 0.001510912785306573, + "W": 0.0002240873291157186, + "N": 0.001558811985887587, + "Y": 0.04814368858933449, + "U": 4.084856846020557e-05, + "K": 0.0027578016743063927, + "L": 0.00019733936642296612, + "G": 0.021133912727236748, + "F": 0.02296672947704792, + "E": 0.028952233493328094, + "T": 0.018773270770907402, + "P": 0.17575404047966003, + "-": 0.6590352654457092 + }, + "id": "tp_6811" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 851385, + "label": "-", + "classification": { + "B": 5.652308118442306e-06, + "S": 4.895526899417746e-07, + "I": 4.3036576244048774e-05, + "C": 1.515148142061662e-05, + "R": 4.354364591563353e-06, + "M": 1.663906004978344e-05, + "O": 1.6478650650242344e-05, + "W": 4.3137575289620145e-07, + "N": 1.1067816103604855e-06, + "Y": 0.0002978983393404633, + "U": 1.3468257975546294e-07, + "K": 1.5016992449545796e-07, + "L": 2.4858027245500125e-06, + "G": 0.00016498376498930156, + "F": 0.0008323169313371181, + "E": 1.786459506547544e-05, + "T": 0.00020818800840061158, + "P": 0.07669016718864441, + "-": 0.9216824769973755 + }, + "id": "tp_6812" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 851518, + "label": "-", + "classification": { + "B": 6.925374691491015e-06, + "S": 1.382615664624609e-05, + "I": 0.0006287089199759066, + "C": 9.415648673893884e-05, + "R": 7.43795681046322e-05, + "M": 0.0008481514523737133, + "O": 0.00027864487492479384, + "W": 1.084575524146203e-05, + "N": 2.414909795334097e-05, + "Y": 0.010976696386933327, + "U": 3.0260291623562807e-06, + "K": 2.8712640869343886e-06, + "L": 6.39302161289379e-05, + "G": 0.001489697489887476, + "F": 0.005093261133879423, + "E": 0.0001114867118303664, + "T": 0.006452137604355812, + "P": 0.03346285969018936, + "-": 0.9403643012046814 + }, + "id": "tp_6813" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 851652, + "label": "-", + "classification": { + "B": 6.268003716058956e-08, + "S": 3.00061415714481e-08, + "I": 0.0001869365805760026, + "C": 4.8803303798194975e-06, + "R": 1.3300716545927571e-06, + "M": 1.2687330126937013e-05, + "O": 3.4878546557592927e-06, + "W": 1.251058705520336e-07, + "N": 4.44112993136514e-06, + "Y": 0.000685493927448988, + "U": 2.1835982977336243e-07, + "K": 6.341151674860157e-06, + "L": 1.655590438076615e-07, + "G": 7.295890100067481e-05, + "F": 0.0009915977716445923, + "E": 0.00012398423859849572, + "T": 0.00018016458489000797, + "P": 0.11227641254663467, + "-": 0.885448694229126 + }, + "id": "tp_6814" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 851752, + "label": "-", + "classification": { + "B": 1.8868689721784904e-07, + "S": 4.1994752564278315e-08, + "I": 4.55057124781888e-05, + "C": 1.8575884723759373e-06, + "R": 1.9465437617327552e-07, + "M": 1.6494757801410742e-05, + "O": 2.126713525285595e-06, + "W": 4.1168050302076153e-08, + "N": 9.75510488387954e-07, + "Y": 0.000270937685854733, + "U": 3.56302862769553e-08, + "K": 7.464986140348628e-08, + "L": 3.461433379925438e-07, + "G": 4.84396587125957e-05, + "F": 0.0007279963465407491, + "E": 5.8545956562738866e-05, + "T": 0.0001672203652560711, + "P": 0.25752755999565125, + "-": 0.7411314249038696 + }, + "id": "tp_6815" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 851885, + "label": "-", + "classification": { + "B": 4.76596051157685e-06, + "S": 3.446428763709264e-06, + "I": 5.557010445045307e-05, + "C": 1.3039622899668757e-05, + "R": 5.199532097321935e-06, + "M": 0.0001199452526634559, + "O": 4.022018038085662e-05, + "W": 1.807197577363695e-06, + "N": 2.5633601126173744e-06, + "Y": 0.0013659949181601405, + "U": 2.526037405914394e-07, + "K": 7.226539651128405e-07, + "L": 7.552111583208898e-06, + "G": 0.0002867410075850785, + "F": 0.005934287793934345, + "E": 7.280454155988991e-05, + "T": 0.0007559274672530591, + "P": 0.03850957378745079, + "-": 0.9528196454048157 + }, + "id": "tp_6816" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 852019, + "label": "-", + "classification": { + "B": 5.200918167247437e-06, + "S": 1.6651883925078437e-06, + "I": 5.397238055593334e-06, + "C": 1.2903301467304118e-06, + "R": 5.345411295820668e-07, + "M": 2.104645136569161e-05, + "O": 1.9609051378211007e-05, + "W": 1.1515935511852149e-06, + "N": 4.139806435432547e-07, + "Y": 0.00014935167564544827, + "U": 2.6303910161118438e-08, + "K": 9.690612614576821e-07, + "L": 1.1485948334666318e-06, + "G": 9.629350824980065e-05, + "F": 0.0031724025029689074, + "E": 3.2537500374019146e-05, + "T": 8.100464037852362e-05, + "P": 0.031593989580869675, + "-": 0.9648159742355347 + }, + "id": "tp_6817" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 852152, + "label": "-", + "classification": { + "B": 1.145904320765112e-06, + "S": 5.113674887979869e-07, + "I": 4.3746800656663254e-05, + "C": 3.5054874842899153e-06, + "R": 5.471589474836946e-07, + "M": 9.704522381071001e-05, + "O": 1.6137426428031176e-05, + "W": 2.3609575805494387e-07, + "N": 6.259732003854879e-07, + "Y": 0.0003008542116731405, + "U": 3.657369518350606e-08, + "K": 2.7893035436932223e-08, + "L": 3.4335109830863075e-06, + "G": 0.0001346487842965871, + "F": 0.00046818284317851067, + "E": 2.5203909899573773e-05, + "T": 0.00046955852303653955, + "P": 0.052921343594789505, + "-": 0.9455133080482483 + }, + "id": "tp_6818" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 852252, + "label": "-", + "classification": { + "B": 1.114000133384252e-05, + "S": 5.2028021855221596e-06, + "I": 0.0015594289870932698, + "C": 1.9008857634617016e-05, + "R": 1.3136823326931335e-05, + "M": 0.0006612934521399438, + "O": 0.00015114719280973077, + "W": 3.268049795224215e-06, + "N": 3.6364759580465034e-05, + "Y": 0.00337792350910604, + "U": 7.093015028658556e-07, + "K": 7.885860782153031e-07, + "L": 1.9350123693584464e-05, + "G": 0.0010705646127462387, + "F": 0.001344197546131909, + "E": 0.00035318106529302895, + "T": 0.003010735148563981, + "P": 0.16638565063476562, + "-": 0.821976900100708 + }, + "id": "tp_6819" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 852386, + "label": "-", + "classification": { + "B": 3.116131483693607e-05, + "S": 5.5284734116867185e-05, + "I": 0.0012664038222283125, + "C": 7.345021731453016e-05, + "R": 2.249683348054532e-05, + "M": 0.0007863211794756353, + "O": 0.00013756936823483557, + "W": 1.9181950847269036e-05, + "N": 0.0001347949873888865, + "Y": 0.018154121935367584, + "U": 5.759988198406063e-06, + "K": 0.0007216164376586676, + "L": 1.5277120837708935e-05, + "G": 0.0024548752699047327, + "F": 0.02638566493988037, + "E": 0.005736370105296373, + "T": 0.0032437779009342194, + "P": 0.09321783483028412, + "-": 0.8475380539894104 + }, + "id": "tp_6820" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 852519, + "label": "-", + "classification": { + "B": 1.4084714905493456e-07, + "S": 3.2023095286604075e-07, + "I": 0.0006024027243256569, + "C": 0.00010188864689553156, + "R": 2.044962275249418e-05, + "M": 0.00015997765876818448, + "O": 2.686578591237776e-05, + "W": 6.214704626472667e-07, + "N": 1.1125532182632014e-05, + "Y": 0.003510110080242157, + "U": 6.50696961201902e-07, + "K": 4.392701157485135e-06, + "L": 2.246627445856575e-06, + "G": 0.0004676331882365048, + "F": 0.0014535520458593965, + "E": 0.00011141815775772557, + "T": 0.0016190350288525224, + "P": 0.05900924652814865, + "-": 0.9328978061676025 + }, + "id": "tp_6821" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 852653, + "label": "-", + "classification": { + "B": 4.87016871275614e-09, + "S": 1.407094885053084e-08, + "I": 0.00010686112364055589, + "C": 1.414083499184926e-06, + "R": 3.0446355481217324e-07, + "M": 2.7480033168103546e-05, + "O": 2.323726903341594e-06, + "W": 2.3819584527018378e-08, + "N": 4.6230880457187595e-07, + "Y": 0.0009342524572275579, + "U": 6.876414992973423e-09, + "K": 7.537413360125811e-09, + "L": 1.7313432465471124e-07, + "G": 2.8489164833445102e-05, + "F": 0.0001384252536809072, + "E": 7.521519364672713e-06, + "T": 0.0005157609703019261, + "P": 0.04392112046480179, + "-": 0.9543154239654541 + }, + "id": "tp_6822" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 852753, + "label": "-", + "classification": { + "B": 2.975995357701322e-06, + "S": 5.0920634748763405e-06, + "I": 0.00021813708008266985, + "C": 0.00010286314500262961, + "R": 2.980470162583515e-05, + "M": 0.0003091295075137168, + "O": 0.00012152022827649489, + "W": 8.975609489425551e-06, + "N": 2.7106294510303997e-05, + "Y": 0.015045667067170143, + "U": 4.052837994095171e-06, + "K": 0.0007670377963222563, + "L": 1.2783219062839635e-05, + "G": 0.00376695254817605, + "F": 0.018029535189270973, + "E": 0.0014656767016276717, + "T": 0.00304115260951221, + "P": 0.02669522352516651, + "-": 0.9303464293479919 + }, + "id": "tp_6823" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 852886, + "label": "-", + "classification": { + "B": 0.00011674530105665326, + "S": 1.884186167444568e-05, + "I": 0.0022236083168536425, + "C": 0.00017676515562925488, + "R": 4.282239387976006e-05, + "M": 0.0006146429805085063, + "O": 0.0002477128291502595, + "W": 2.0421073713805526e-05, + "N": 0.00017376446339767426, + "Y": 0.0032448279671370983, + "U": 1.4090358490648214e-05, + "K": 3.850828215945512e-05, + "L": 5.9509613492991775e-05, + "G": 0.0024090642109513283, + "F": 0.011018728837370872, + "E": 0.0033790639135986567, + "T": 0.001313098007813096, + "P": 0.42125624418258667, + "-": 0.553631603717804 + }, + "id": "tp_6824" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 853020, + "label": "-", + "classification": { + "B": 2.5912513024195505e-07, + "S": 3.5049262692155025e-07, + "I": 0.00016517721815034747, + "C": 1.2097243597963825e-05, + "R": 3.1229058095050277e-06, + "M": 0.0002791911247186363, + "O": 8.976526260084938e-06, + "W": 1.1386580212047193e-07, + "N": 1.255885536011192e-06, + "Y": 0.008243630640208721, + "U": 7.453243711097457e-08, + "K": 1.517870373390906e-06, + "L": 2.5852248199953465e-06, + "G": 0.0014241916360333562, + "F": 0.0032649014610797167, + "E": 0.00016480493650306016, + "T": 0.003954890184104443, + "P": 0.0190880224108696, + "-": 0.9633848667144775 + }, + "id": "tp_6825" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 853153, + "label": "-", + "classification": { + "B": 3.336969166412018e-05, + "S": 8.436575626546983e-06, + "I": 8.281217014882714e-05, + "C": 2.340520586585626e-05, + "R": 1.1568905392778106e-05, + "M": 0.0009561986080370843, + "O": 0.0002903142012655735, + "W": 5.677266017301008e-06, + "N": 1.7299070123044658e-06, + "Y": 0.0010484755039215088, + "U": 2.382037536108328e-07, + "K": 5.824621140959607e-08, + "L": 7.890072447480634e-05, + "G": 0.000850160198751837, + "F": 0.002068260684609413, + "E": 4.8126417823368683e-05, + "T": 0.0008291885606013238, + "P": 0.03346831724047661, + "-": 0.9601947665214539 + }, + "id": "tp_6826" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 853253, + "label": "-", + "classification": { + "B": 5.924297941106715e-09, + "S": 3.929143677083857e-09, + "I": 3.6222991184331477e-06, + "C": 1.0496969480300322e-06, + "R": 1.5916394602299988e-07, + "M": 2.774643144221045e-05, + "O": 1.451838784305437e-06, + "W": 8.22675172429399e-09, + "N": 2.6529194840918535e-08, + "Y": 0.00032427499536424875, + "U": 5.005476477748516e-09, + "K": 1.2049361508559286e-08, + "L": 1.6729848084651167e-07, + "G": 2.726369166339282e-05, + "F": 0.00020771518757101148, + "E": 2.0172112726868363e-06, + "T": 0.00016679054533597082, + "P": 0.004671386443078518, + "-": 0.9945662021636963 + }, + "id": "tp_6827" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 853387, + "label": "-", + "classification": { + "B": 2.9213138986960985e-05, + "S": 6.097010100347688e-06, + "I": 0.000688029162120074, + "C": 6.398640107363462e-05, + "R": 9.996897460951004e-06, + "M": 0.0005589955253526568, + "O": 0.0001324360491707921, + "W": 3.7874419831496198e-06, + "N": 2.3963386411196552e-05, + "Y": 0.0009785550646483898, + "U": 1.831042141020589e-06, + "K": 4.4678307631329517e-07, + "L": 3.6780969821847975e-05, + "G": 0.0004992689355276525, + "F": 0.0022003278136253357, + "E": 0.0003182179352734238, + "T": 0.001318967784754932, + "P": 0.2680099606513977, + "-": 0.7251190543174744 + }, + "id": "tp_6828" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 853520, + "label": "-", + "classification": { + "B": 5.53589929452869e-09, + "S": 2.500848772513109e-08, + "I": 7.22844902156794e-07, + "C": 2.7287305215395463e-07, + "R": 2.9676231250164165e-08, + "M": 4.1764037632674444e-06, + "O": 6.891174280099222e-07, + "W": 8.934193829190917e-09, + "N": 4.4843588398180145e-08, + "Y": 0.0002829525910783559, + "U": 9.476118778550813e-10, + "K": 6.92131322921341e-07, + "L": 2.054820491537157e-08, + "G": 2.161069460271392e-05, + "F": 0.004094193689525127, + "E": 8.482204066240229e-06, + "T": 6.433500675484538e-05, + "P": 0.005666064098477364, + "-": 0.9898557662963867 + }, + "id": "tp_6829" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 853654, + "label": "-", + "classification": { + "B": 2.6423098461236805e-05, + "S": 2.084818152070511e-05, + "I": 0.002546153496950865, + "C": 0.0004314596008043736, + "R": 0.00012857372348662466, + "M": 0.0010467360261827707, + "O": 0.0002709864638745785, + "W": 3.941797695006244e-05, + "N": 0.00022942964278627187, + "Y": 0.014362839981913567, + "U": 3.747633672901429e-05, + "K": 0.0006464998004958034, + "L": 3.482590909698047e-05, + "G": 0.0026831754948943853, + "F": 0.008677932433784008, + "E": 0.0031060383189469576, + "T": 0.003615053603425622, + "P": 0.09065962582826614, + "-": 0.871436595916748 + }, + "id": "tp_6830" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 853754, + "label": "-", + "classification": { + "B": 5.9193727793172e-05, + "S": 5.313882411428494e-06, + "I": 0.0002955237287096679, + "C": 2.7780264645116404e-05, + "R": 8.36710478324676e-06, + "M": 0.00015554504352621734, + "O": 0.00015010924835223705, + "W": 5.382430572353769e-06, + "N": 1.2607699318323284e-05, + "Y": 0.00031789220520295203, + "U": 7.942811066641298e-07, + "K": 1.8099611054367415e-07, + "L": 2.8047052182955667e-05, + "G": 0.0002557455445639789, + "F": 0.0011197823332622647, + "E": 0.00010636566003086045, + "T": 0.0005207321955822408, + "P": 0.2559284567832947, + "-": 0.7410021424293518 + }, + "id": "tp_6831" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 853887, + "label": "P", + "classification": { + "B": 9.784853318706155e-07, + "S": 8.048642484936863e-06, + "I": 0.0013067895779386163, + "C": 1.1986817298748065e-05, + "R": 5.643551048706286e-06, + "M": 7.310444198083133e-05, + "O": 3.322746852063574e-05, + "W": 4.079367045051185e-06, + "N": 0.00029389013070613146, + "Y": 0.0006593866273760796, + "U": 9.040270469995448e-07, + "K": 0.00010880071931751445, + "L": 1.3332804655874497e-06, + "G": 0.00026658657588995993, + "F": 0.007242909166961908, + "E": 0.0012745702406391501, + "T": 0.0008364345994777977, + "P": 0.7391505837440491, + "-": 0.24872072041034698 + }, + "id": "tp_6832" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 854021, + "label": "-", + "classification": { + "B": 5.9326882961840965e-08, + "S": 3.2600269150862005e-09, + "I": 6.966782621020684e-06, + "C": 3.304033953099861e-07, + "R": 2.697570167242702e-08, + "M": 9.340954420622438e-06, + "O": 7.071214440657059e-07, + "W": 2.7671340774304554e-09, + "N": 3.284857541530073e-08, + "Y": 7.243171421578154e-05, + "U": 7.544936897474486e-10, + "K": 1.8131981471825043e-09, + "L": 7.002719115689615e-08, + "G": 5.326796235749498e-05, + "F": 9.900212899083272e-05, + "E": 1.7469765225541778e-05, + "T": 4.006683229818009e-05, + "P": 0.03101017139852047, + "-": 0.968690037727356 + }, + "id": "tp_6833" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 854154, + "label": "-", + "classification": { + "B": 2.633124154272082e-07, + "S": 2.1170724551211606e-07, + "I": 6.592542376893107e-06, + "C": 4.602033186529297e-06, + "R": 7.59457520871365e-07, + "M": 8.826121302263346e-06, + "O": 5.349042112356983e-06, + "W": 1.862242129391234e-07, + "N": 3.161873962653772e-07, + "Y": 0.0007172449841164052, + "U": 4.9596767581761014e-08, + "K": 3.644221351351007e-06, + "L": 4.880505457549589e-07, + "G": 0.00016598458751104772, + "F": 0.012604175135493279, + "E": 3.459955405560322e-05, + "T": 7.103403913788497e-05, + "P": 0.021519731730222702, + "-": 0.9648559093475342 + }, + "id": "tp_6834" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 854254, + "label": "-", + "classification": { + "B": 6.233728345250711e-05, + "S": 3.219451173208654e-05, + "I": 0.001044090953655541, + "C": 9.073723776964471e-05, + "R": 3.829714114544913e-05, + "M": 0.0009356671944260597, + "O": 0.0005360372015275061, + "W": 1.76079247466987e-05, + "N": 3.69481676898431e-05, + "Y": 0.004733151290565729, + "U": 1.9543845155567396e-06, + "K": 1.971419578694622e-06, + "L": 9.585444786353037e-05, + "G": 0.0017760882619768381, + "F": 0.0046170614659786224, + "E": 0.00021378301607910544, + "T": 0.003885739017277956, + "P": 0.07634487748146057, + "-": 0.9055355787277222 + }, + "id": "tp_6835" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 854388, + "label": "-", + "classification": { + "B": 4.959026611572881e-08, + "S": 3.8458114914874386e-08, + "I": 1.8765607023851771e-07, + "C": 1.8516122679557157e-07, + "R": 5.7203489944868124e-08, + "M": 3.602726792450994e-05, + "O": 4.287515821488341e-06, + "W": 1.5859678015317513e-08, + "N": 3.0602576028826434e-09, + "Y": 0.00022108516714069992, + "U": 4.895688299200174e-10, + "K": 8.707259802065437e-09, + "L": 5.013475856685545e-07, + "G": 5.686232907464728e-05, + "F": 0.0014259160961955786, + "E": 9.47211674429127e-07, + "T": 6.929221854079515e-05, + "P": 0.0009614370064809918, + "-": 0.9972230195999146 + }, + "id": "tp_6836" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 854521, + "label": "-", + "classification": { + "B": 3.7558504573098617e-07, + "S": 1.7298336274507164e-07, + "I": 0.00023814801534172148, + "C": 7.6195151450519916e-06, + "R": 9.722972436065902e-07, + "M": 4.218123649479821e-05, + "O": 6.628364189964486e-06, + "W": 3.307825693354971e-07, + "N": 1.0657664461177774e-05, + "Y": 0.00042727511026896536, + "U": 2.4835929934852174e-07, + "K": 2.926746219600318e-06, + "L": 3.2366278901463374e-07, + "G": 7.563108374597505e-05, + "F": 0.0006839504931122065, + "E": 0.000581143656745553, + "T": 0.0002268184907734394, + "P": 0.264556348323822, + "-": 0.7331381440162659 + }, + "id": "tp_6837" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 854655, + "label": "-", + "classification": { + "B": 1.991644694498973e-06, + "S": 1.4338754681375576e-06, + "I": 0.002352846786379814, + "C": 0.00015568654634989798, + "R": 5.165344919078052e-05, + "M": 0.00021272055164445192, + "O": 7.270638161571696e-05, + "W": 3.7389345379779115e-06, + "N": 9.039536962518468e-05, + "Y": 0.005855353083461523, + "U": 7.805982022546232e-06, + "K": 3.619207927840762e-05, + "L": 8.857982720655855e-06, + "G": 0.0011137138353660703, + "F": 0.002317845355719328, + "E": 0.0006934626144357026, + "T": 0.002279435284435749, + "P": 0.12906432151794434, + "-": 0.8556798100471497 + }, + "id": "tp_6838" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 854755, + "label": "-", + "classification": { + "B": 4.969972451362992e-06, + "S": 3.7026522932137595e-06, + "I": 0.0006308722076937556, + "C": 0.00013590168964583427, + "R": 2.6542198611423373e-05, + "M": 0.0001838500757003203, + "O": 0.00010117459896719083, + "W": 7.53553786125849e-06, + "N": 3.41463164659217e-05, + "Y": 0.0012656811159104109, + "U": 3.0829169190838e-06, + "K": 6.733112968504429e-06, + "L": 1.049345428327797e-05, + "G": 0.00029276637360453606, + "F": 0.0028572140727192163, + "E": 0.0001751618110574782, + "T": 0.0007671613129787147, + "P": 0.14591628313064575, + "-": 0.8475767970085144 + }, + "id": "tp_6839" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 854888, + "label": "-", + "classification": { + "B": 2.159512632715632e-06, + "S": 1.802765439151699e-07, + "I": 0.00017789809498935938, + "C": 2.528669392631855e-05, + "R": 6.741539436916355e-06, + "M": 8.686098590260372e-05, + "O": 1.7715879948809743e-05, + "W": 3.0919386517780367e-07, + "N": 1.3926049859946943e-06, + "Y": 0.0017488367157056928, + "U": 2.5708672524160647e-07, + "K": 8.27031954031554e-08, + "L": 8.248523954534903e-06, + "G": 0.0006007382762618363, + "F": 0.0012848097831010818, + "E": 4.899434497929178e-05, + "T": 0.0005452258628793061, + "P": 0.0408475436270237, + "-": 0.9545966982841492 + }, + "id": "tp_6840" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 855022, + "label": "-", + "classification": { + "B": 3.918391666957177e-05, + "S": 1.2589033531185123e-06, + "I": 1.32570244204544e-06, + "C": 2.574038546754309e-07, + "R": 6.712828337640531e-08, + "M": 0.00013009319081902504, + "O": 4.197959424345754e-05, + "W": 2.604817836981965e-07, + "N": 2.864235426613959e-08, + "Y": 5.631474414258264e-05, + "U": 1.5461997238119807e-09, + "K": 1.4617780319525764e-09, + "L": 4.625324891094351e-06, + "G": 0.00015892022929619998, + "F": 0.00036116564297117293, + "E": 9.675668479758315e-06, + "T": 7.429279503412545e-05, + "P": 0.004232204519212246, + "-": 0.9948883652687073 + }, + "id": "tp_6841" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 855155, + "label": "-", + "classification": { + "B": 1.0800514246511739e-05, + "S": 3.358111825946253e-06, + "I": 9.512952965451404e-05, + "C": 2.3090411559678614e-05, + "R": 5.7617126003606245e-06, + "M": 0.00025142153026536107, + "O": 7.391863618977368e-05, + "W": 1.717581540106039e-06, + "N": 1.8459481907484587e-06, + "Y": 0.0006378872785717249, + "U": 3.160403991842031e-07, + "K": 1.9252564698035712e-07, + "L": 2.8708542231470346e-05, + "G": 0.0005336275789886713, + "F": 0.0032325892243534327, + "E": 9.94774090941064e-05, + "T": 0.000466273253550753, + "P": 0.03611933812499046, + "-": 0.9584146738052368 + }, + "id": "tp_6842" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 855255, + "label": "-", + "classification": { + "B": 3.79039192921482e-05, + "S": 2.528943332436029e-05, + "I": 0.0020105228759348392, + "C": 0.00034349621273577213, + "R": 0.00011099625407950953, + "M": 0.0011826351983472705, + "O": 0.00038194740773178637, + "W": 2.6432020604261197e-05, + "N": 0.0001816818694351241, + "Y": 0.005491724703460932, + "U": 1.834764043451287e-05, + "K": 1.8528491636971012e-05, + "L": 9.007432527141646e-05, + "G": 0.0018608710961416364, + "F": 0.008905918337404728, + "E": 0.0007832766277715564, + "T": 0.0045030550099909306, + "P": 0.2599221467971802, + "-": 0.7141051292419434 + }, + "id": "tp_6843" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 855389, + "label": "-", + "classification": { + "B": 9.06518096144282e-07, + "S": 4.363535310858424e-07, + "I": 0.00018388943863101304, + "C": 1.457734288123902e-05, + "R": 4.334930508775869e-06, + "M": 0.00019995648472104222, + "O": 1.8817261661752127e-05, + "W": 4.1493055391583766e-07, + "N": 3.1507317999057705e-06, + "Y": 0.001839443459175527, + "U": 2.2444959313361323e-07, + "K": 3.002470805313351e-07, + "L": 3.457129878370324e-06, + "G": 0.00030783386318944395, + "F": 0.0012311991304159164, + "E": 0.00011065859871450812, + "T": 0.0015183603391051292, + "P": 0.07687763124704361, + "-": 0.9176843762397766 + }, + "id": "tp_6844" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 855522, + "label": "-", + "classification": { + "B": 3.366885437117162e-07, + "S": 2.20637346615149e-07, + "I": 1.7008560462272726e-05, + "C": 3.416209608531062e-07, + "R": 5.0904262138828926e-08, + "M": 5.431608769868035e-06, + "O": 2.127963625753182e-06, + "W": 7.016934233661232e-08, + "N": 1.16447097298078e-06, + "Y": 0.00017243807087652385, + "U": 2.8021426956570394e-08, + "K": 2.276134637213545e-06, + "L": 1.1211103867481143e-07, + "G": 5.191011950955726e-05, + "F": 0.004085927736014128, + "E": 0.00021344269043765962, + "T": 8.322217763634399e-05, + "P": 0.1493314504623413, + "-": 0.8460323810577393 + }, + "id": "tp_6845" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 855656, + "label": "-", + "classification": { + "B": 6.257208042370621e-06, + "S": 4.052219992445316e-06, + "I": 0.00014077007654123008, + "C": 1.4669641132059041e-05, + "R": 2.4684743493708083e-06, + "M": 0.00020772610150743276, + "O": 4.3727348383981735e-05, + "W": 2.2838237327960087e-06, + "N": 6.661468887614319e-06, + "Y": 0.0007457364699803293, + "U": 6.409012485164567e-07, + "K": 1.446609076083405e-06, + "L": 8.005640665942337e-06, + "G": 0.00020855739421676844, + "F": 0.005249994806945324, + "E": 0.00020277019939385355, + "T": 0.00048016879009082913, + "P": 0.17315751314163208, + "-": 0.8195165991783142 + }, + "id": "tp_6846" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 855756, + "label": "-", + "classification": { + "B": 1.986674380560771e-09, + "S": 2.4780271168367562e-09, + "I": 1.2928931028000079e-05, + "C": 9.038842563313665e-07, + "R": 1.76496214976396e-07, + "M": 6.236367426026845e-06, + "O": 5.326873520061781e-07, + "W": 5.299384930879114e-09, + "N": 1.2510085412031913e-07, + "Y": 0.0006133095012046397, + "U": 5.910425038280209e-09, + "K": 1.215998963743914e-07, + "L": 2.5084535337782654e-08, + "G": 2.4155668143066578e-05, + "F": 0.0003457347338553518, + "E": 9.72142515820451e-06, + "T": 0.00016711227362975478, + "P": 0.017205743119120598, + "-": 0.981613039970398 + }, + "id": "tp_6847" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 855889, + "label": "-", + "classification": { + "B": 2.4668153855600394e-05, + "S": 2.4837077944539487e-05, + "I": 3.2891231967369094e-05, + "C": 5.98992410232313e-05, + "R": 2.683777165657375e-05, + "M": 0.0010945128742605448, + "O": 0.0003834794624708593, + "W": 1.0624808055581525e-05, + "N": 2.6027655621874146e-06, + "Y": 0.005073893815279007, + "U": 7.707985787419602e-07, + "K": 3.5019329516217113e-06, + "L": 0.00011640088632702827, + "G": 0.0015916588017717004, + "F": 0.011928149498999119, + "E": 6.720236706314608e-05, + "T": 0.0022051690611988306, + "P": 0.0071401153691112995, + "-": 0.9702128767967224 + }, + "id": "tp_6848" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 856023, + "label": "-", + "classification": { + "B": 4.851754056289792e-07, + "S": 3.641789305675047e-07, + "I": 0.00015091976092662662, + "C": 7.471608114428818e-06, + "R": 1.9931896986236097e-06, + "M": 8.726830856176093e-05, + "O": 2.0625089746317826e-05, + "W": 4.662719277348515e-07, + "N": 2.787641733448254e-06, + "Y": 0.0007850684341974556, + "U": 1.896097074904901e-07, + "K": 3.3721203607228745e-08, + "L": 4.103809260413982e-06, + "G": 7.488146366085857e-05, + "F": 0.00043547042878344655, + "E": 4.217706373310648e-05, + "T": 0.0006279760273173451, + "P": 0.09235426783561707, + "-": 0.9054034352302551 + }, + "id": "tp_6849" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 856156, + "label": "-", + "classification": { + "B": 4.697402346209856e-06, + "S": 1.0550629667704925e-06, + "I": 0.00013772340025752783, + "C": 3.958286833949387e-05, + "R": 4.413912392919883e-06, + "M": 4.227206954965368e-05, + "O": 1.9913160940632224e-05, + "W": 1.5862437976466026e-06, + "N": 8.306022209580988e-06, + "Y": 0.00037675173371098936, + "U": 9.295052905144985e-07, + "K": 7.120844202290755e-06, + "L": 3.0616904496127972e-06, + "G": 0.00023906654678285122, + "F": 0.009403101168572903, + "E": 0.00034959806362167, + "T": 0.00018536670540925115, + "P": 0.26916661858558655, + "-": 0.7200088500976562 + }, + "id": "tp_6850" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 856256, + "label": "-", + "classification": { + "B": 9.803936507069011e-08, + "S": 2.3163784135249443e-07, + "I": 1.4463545994658489e-05, + "C": 6.169617790874327e-06, + "R": 7.427901209666743e-07, + "M": 1.96552682609763e-05, + "O": 4.408032964420272e-06, + "W": 2.490318706804828e-07, + "N": 1.2412399428285426e-06, + "Y": 0.002127985469996929, + "U": 1.2423251405380142e-07, + "K": 0.00011820692452602088, + "L": 2.3927657366584754e-07, + "G": 0.0003760094114113599, + "F": 0.016353381797671318, + "E": 0.00024499374558217824, + "T": 0.00029511135653592646, + "P": 0.02162267453968525, + "-": 0.9588139653205872 + }, + "id": "tp_6851" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 856390, + "label": "-", + "classification": { + "B": 8.60760422938256e-08, + "S": 7.534755752658384e-08, + "I": 0.0003533588314894587, + "C": 1.784122287062928e-05, + "R": 1.3629434079120983e-06, + "M": 8.325612725457177e-05, + "O": 7.634763278474566e-06, + "W": 1.7026891896421148e-07, + "N": 5.196014626562828e-06, + "Y": 0.002687462605535984, + "U": 7.509819255346883e-08, + "K": 4.239189820509637e-06, + "L": 3.5637674500321737e-07, + "G": 0.0002570563810877502, + "F": 0.0008231280953623354, + "E": 0.0006738015217706561, + "T": 0.00035842982470057905, + "P": 0.04429883882403374, + "-": 0.9504278302192688 + }, + "id": "tp_6852" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 856523, + "label": "-", + "classification": { + "B": 1.772496460716866e-08, + "S": 5.214684684062831e-09, + "I": 1.0301477232133038e-05, + "C": 1.0045382481393972e-07, + "R": 7.538018209629627e-09, + "M": 2.19690332414757e-06, + "O": 4.78780634693976e-07, + "W": 4.221812677229764e-09, + "N": 9.526326749664804e-08, + "Y": 2.551907346060034e-05, + "U": 1.0222322988084898e-09, + "K": 3.896540867742715e-09, + "L": 2.1184327181344997e-08, + "G": 8.487092600262258e-06, + "F": 0.00014767624088563025, + "E": 1.0997598110407125e-05, + "T": 1.4581014511350077e-05, + "P": 0.16641788184642792, + "-": 0.8333616852760315 + }, + "id": "tp_6853" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 856657, + "label": "-", + "classification": { + "B": 6.272102837101556e-06, + "S": 5.994841671963513e-07, + "I": 2.6016588890342973e-05, + "C": 1.4430837836698629e-05, + "R": 2.6300867830286734e-06, + "M": 0.00012986639922019094, + "O": 3.412212390685454e-05, + "W": 6.076641057006782e-07, + "N": 9.218378522746207e-07, + "Y": 0.0006646318943239748, + "U": 1.3647162688812386e-07, + "K": 4.056386444517557e-07, + "L": 4.671319402405061e-06, + "G": 0.00042195539572276175, + "F": 0.0032406188547611237, + "E": 7.641786942258477e-05, + "T": 0.0002266779338242486, + "P": 0.039295729249715805, + "-": 0.9558532238006592 + }, + "id": "tp_6854" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 856757, + "label": "-", + "classification": { + "B": 4.726300176116638e-06, + "S": 7.098390710780222e-07, + "I": 0.0003321151016280055, + "C": 1.3900884368922561e-05, + "R": 1.1027468644897453e-06, + "M": 9.31082759052515e-05, + "O": 1.3201884939917363e-05, + "W": 7.743359446976683e-07, + "N": 1.2402188986015972e-05, + "Y": 0.0005747232935391366, + "U": 4.338695589467534e-07, + "K": 2.4106061573547777e-06, + "L": 1.64679966019321e-06, + "G": 0.00038554545608349144, + "F": 0.001565349055454135, + "E": 0.0006823374424129725, + "T": 0.0002926044398918748, + "P": 0.4460102915763855, + "-": 0.5500125288963318 + }, + "id": "tp_6855" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 856890, + "label": "-", + "classification": { + "B": 6.053509196135565e-07, + "S": 6.661092811555136e-06, + "I": 0.002643974730744958, + "C": 3.403313894523308e-05, + "R": 8.552351573598571e-06, + "M": 0.0003959275200031698, + "O": 7.33795459382236e-05, + "W": 4.19227353631868e-06, + "N": 9.777003288036212e-05, + "Y": 0.003704657545313239, + "U": 1.4659310636488954e-06, + "K": 1.257002804777585e-05, + "L": 4.4406101551430766e-06, + "G": 0.00024394386855419725, + "F": 0.001428761170245707, + "E": 0.00034096144372597337, + "T": 0.005908384453505278, + "P": 0.10699388384819031, + "-": 0.8780958652496338 + }, + "id": "tp_6856" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 857024, + "label": "-", + "classification": { + "B": 2.1364887288655154e-05, + "S": 7.130643552955007e-06, + "I": 0.0020154621452093124, + "C": 0.00018275271577294916, + "R": 6.398848199751228e-05, + "M": 0.00134110392536968, + "O": 0.00014515298244077712, + "W": 1.173634700535331e-05, + "N": 5.35594008397311e-05, + "Y": 0.0273225586861372, + "U": 6.339453193504596e-06, + "K": 0.0001979107764782384, + "L": 3.1988307455321774e-05, + "G": 0.006207157392054796, + "F": 0.008490503765642643, + "E": 0.0025301240384578705, + "T": 0.005300857126712799, + "P": 0.03712724894285202, + "-": 0.9089430570602417 + }, + "id": "tp_6857" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 857157, + "label": "-", + "classification": { + "B": 9.853392839431763e-07, + "S": 1.0090119531014352e-06, + "I": 3.140983244520612e-05, + "C": 2.090000816679094e-05, + "R": 4.592843197315233e-06, + "M": 0.00029406059184111655, + "O": 2.794224019453395e-05, + "W": 2.9761466180389107e-07, + "N": 5.864313834536006e-07, + "Y": 0.0018661945359781384, + "U": 1.0506197156701091e-07, + "K": 1.1704145919111397e-07, + "L": 1.621971750864759e-05, + "G": 0.0007342563476413488, + "F": 0.0051563759334385395, + "E": 4.50710576842539e-05, + "T": 0.0009493351681157947, + "P": 0.011199249885976315, + "-": 0.979651153087616 + }, + "id": "tp_6858" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 857257, + "label": "-", + "classification": { + "B": 1.010170294080126e-07, + "S": 6.000492192015372e-08, + "I": 0.00021122649195604026, + "C": 9.706128366815392e-06, + "R": 1.2647103631024947e-06, + "M": 3.760278195841238e-05, + "O": 4.848398930334952e-06, + "W": 2.4300206291627546e-07, + "N": 4.467632152227452e-06, + "Y": 0.0012527346843853593, + "U": 3.379720112661744e-07, + "K": 1.0012477105192374e-05, + "L": 3.5028324418817647e-07, + "G": 0.00018257828196510673, + "F": 0.001394460559822619, + "E": 0.0002269819233333692, + "T": 0.00024180681793950498, + "P": 0.09599488228559494, + "-": 0.9004263877868652 + }, + "id": "tp_6859" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 857391, + "label": "-", + "classification": { + "B": 1.3121781705649482e-07, + "S": 1.53642275790844e-07, + "I": 0.00010008039680542424, + "C": 7.43739292374812e-05, + "R": 1.552289177197963e-05, + "M": 0.0002866579161491245, + "O": 2.050656075880397e-05, + "W": 2.5524113311803376e-07, + "N": 9.714824500406394e-07, + "Y": 0.005691073834896088, + "U": 2.713391893394146e-07, + "K": 7.055799073896196e-07, + "L": 3.147201141473488e-06, + "G": 0.0003027459606528282, + "F": 0.0005136685213074088, + "E": 2.416466122667771e-05, + "T": 0.0013559465296566486, + "P": 0.002545493422076106, + "-": 0.9890641570091248 + }, + "id": "tp_6860" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 857524, + "label": "-", + "classification": { + "B": 1.8196039945905795e-06, + "S": 1.0027717962657334e-06, + "I": 1.3018821846344508e-05, + "C": 2.2854715098219458e-07, + "R": 1.9163164211022377e-07, + "M": 8.427934517385438e-05, + "O": 2.166789818147663e-05, + "W": 1.959471944701363e-07, + "N": 1.6766007604473998e-07, + "Y": 0.0005213210824877024, + "U": 2.617198902044038e-09, + "K": 3.5897882444402285e-09, + "L": 1.8603579974296736e-06, + "G": 0.00014754629228264093, + "F": 0.0008787408005446196, + "E": 5.43026226296206e-06, + "T": 0.0003782999701797962, + "P": 0.015430016443133354, + "-": 0.9825142025947571 + }, + "id": "tp_6861" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 857658, + "label": "-", + "classification": { + "B": 1.462173315758264e-07, + "S": 3.089927602673015e-08, + "I": 1.0678876606107224e-05, + "C": 1.419754607923096e-05, + "R": 1.0255901088385144e-06, + "M": 4.3342934077372774e-05, + "O": 1.5612334891557111e-06, + "W": 2.4352315719511353e-08, + "N": 1.4947336524073762e-07, + "Y": 0.001619475893676281, + "U": 2.7294063897898013e-08, + "K": 4.856527993979398e-06, + "L": 2.891502504098753e-07, + "G": 0.000505548610817641, + "F": 0.001626459532417357, + "E": 6.866005423944443e-05, + "T": 0.00021794477652292699, + "P": 0.004003571346402168, + "-": 0.9918819069862366 + }, + "id": "tp_6862" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 857758, + "label": "-", + "classification": { + "B": 3.6450369407248218e-06, + "S": 1.0005347576225176e-05, + "I": 0.005415441934019327, + "C": 0.00010512904555071145, + "R": 5.904346107854508e-05, + "M": 0.0008343151421286166, + "O": 0.00016235985094681382, + "W": 1.5023201740405057e-05, + "N": 0.00019800022710114717, + "Y": 0.023475272580981255, + "U": 3.3566495858394774e-06, + "K": 8.799850184004754e-05, + "L": 1.0003896932175849e-05, + "G": 0.000982929952442646, + "F": 0.00513590918853879, + "E": 0.0010408699745312333, + "T": 0.005626415368169546, + "P": 0.09747163206338882, + "-": 0.8593626022338867 + }, + "id": "tp_6863" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 857891, + "label": "-", + "classification": { + "B": 1.918790303534479e-06, + "S": 1.0053977348434273e-06, + "I": 0.0025118293706327677, + "C": 0.0002906239533331245, + "R": 5.737725950893946e-05, + "M": 0.0006549980025738478, + "O": 8.173756214091554e-05, + "W": 3.0748215067433193e-06, + "N": 3.90877976315096e-05, + "Y": 0.011720811016857624, + "U": 2.7562680315895705e-06, + "K": 9.24984851735644e-06, + "L": 1.0721123544499278e-05, + "G": 0.0015658725751563907, + "F": 0.001208970439620316, + "E": 0.0005739490734413266, + "T": 0.0043878741562366486, + "P": 0.05390878766775131, + "-": 0.9229693412780762 + }, + "id": "tp_6864" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 858025, + "label": "-", + "classification": { + "B": 8.762929064687341e-05, + "S": 7.116309916455066e-06, + "I": 0.0021507632918655872, + "C": 0.0017843483947217464, + "R": 0.00028534617740660906, + "M": 0.001610036357305944, + "O": 0.0003993167483713478, + "W": 2.6027946660178714e-05, + "N": 9.046389459399506e-05, + "Y": 0.005229291506111622, + "U": 4.561951936921105e-05, + "K": 1.5882336811046116e-05, + "L": 0.00022804670152254403, + "G": 0.00467119412496686, + "F": 0.003279424039646983, + "E": 0.0005988163757137954, + "T": 0.00669119181111455, + "P": 0.13102054595947266, + "-": 0.8417789340019226 + }, + "id": "tp_6865" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 858158, + "label": "-", + "classification": { + "B": 7.396810815407662e-06, + "S": 2.7538395443116315e-05, + "I": 0.0021078658755868673, + "C": 0.00015313888434320688, + "R": 7.67671808716841e-05, + "M": 0.0009460810106247663, + "O": 0.00021776034554932266, + "W": 1.6222818885580637e-05, + "N": 0.0001344665652140975, + "Y": 0.04383409395813942, + "U": 8.860983143677004e-06, + "K": 0.0005227486253716052, + "L": 2.387808490311727e-05, + "G": 0.002153499284759164, + "F": 0.010423886589705944, + "E": 0.0013551067095249891, + "T": 0.012274330481886864, + "P": 0.03437546268105507, + "-": 0.8913409113883972 + }, + "id": "tp_6866" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 858258, + "label": "-", + "classification": { + "B": 2.612240734833904e-07, + "S": 2.156515321871666e-08, + "I": 1.3238913197710644e-05, + "C": 1.351561991214112e-06, + "R": 4.960425599165319e-07, + "M": 1.9815539417322725e-05, + "O": 3.3994988370977808e-06, + "W": 5.0226244496798245e-08, + "N": 7.365669318915025e-08, + "Y": 0.00033013022039085627, + "U": 9.432103098561129e-09, + "K": 7.150918079901203e-09, + "L": 7.721853876319074e-07, + "G": 0.00011015906056854874, + "F": 0.0004014137666672468, + "E": 1.8828674001269974e-05, + "T": 8.525666635250673e-05, + "P": 0.02662975713610649, + "-": 0.9723849892616272 + }, + "id": "tp_6867" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 858392, + "label": "-", + "classification": { + "B": 5.607142838925938e-08, + "S": 4.0818399327235966e-08, + "I": 5.257634984445758e-05, + "C": 2.883756678784266e-06, + "R": 5.69549968076899e-07, + "M": 6.826968274253886e-06, + "O": 3.4652603062568232e-06, + "W": 6.303198318846626e-08, + "N": 8.531842468073592e-07, + "Y": 0.00022123503731563687, + "U": 5.591102336666154e-08, + "K": 1.6144298342624097e-07, + "L": 1.9221917568756908e-07, + "G": 4.147454819758423e-05, + "F": 0.0003955931169912219, + "E": 2.7544791009859182e-05, + "T": 0.0001567113504279405, + "P": 0.07893834263086319, + "-": 0.92015141248703 + }, + "id": "tp_6868" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 858525, + "label": "-", + "classification": { + "B": 1.0029419961199437e-08, + "S": 2.8623032832797435e-08, + "I": 2.241795527879731e-06, + "C": 1.089315233571142e-07, + "R": 2.3780028612918613e-08, + "M": 7.606379767821636e-06, + "O": 1.2747215123454225e-06, + "W": 9.218041441272362e-09, + "N": 3.611636500977511e-08, + "Y": 0.00015376883675344288, + "U": 2.3093882361990836e-09, + "K": 5.466751495930566e-09, + "L": 1.1924306875243929e-07, + "G": 1.4110493793850765e-05, + "F": 0.0006243414827622473, + "E": 1.8530452052800683e-06, + "T": 0.00012606926611624658, + "P": 0.024001237004995346, + "-": 0.9750672578811646 + }, + "id": "tp_6869" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 858625, + "label": "-", + "classification": { + "B": 6.453245759985293e-07, + "S": 1.1897763840806874e-07, + "I": 1.641936796659138e-05, + "C": 4.993446964363102e-06, + "R": 6.584391485375818e-07, + "M": 4.208295649732463e-05, + "O": 3.9904207369545475e-06, + "W": 5.469660635526452e-08, + "N": 2.5566066597093595e-07, + "Y": 0.0009757678490132093, + "U": 2.7400918867215296e-08, + "K": 7.68896029512689e-07, + "L": 1.0311382538930047e-06, + "G": 0.000540548877324909, + "F": 0.0033956572879105806, + "E": 0.00015857831749599427, + "T": 0.00021893389930482954, + "P": 0.02063051238656044, + "-": 0.9740089178085327 + }, + "id": "tp_6870" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 858759, + "label": "P", + "classification": { + "B": 1.7758675312506966e-06, + "S": 6.232656346583099e-07, + "I": 0.00022555551549885422, + "C": 3.2701912004995393e-06, + "R": 6.762749649169564e-07, + "M": 1.2280521332286298e-05, + "O": 9.614138434699271e-06, + "W": 4.617691899966303e-07, + "N": 1.2678759958362207e-05, + "Y": 0.00012177408643765375, + "U": 2.900940501149307e-07, + "K": 4.510920916800387e-07, + "L": 1.2558821254060604e-06, + "G": 0.00011002893734257668, + "F": 0.0009052364621311426, + "E": 0.0001280462893191725, + "T": 0.0001340566814178601, + "P": 0.7363579273223877, + "-": 0.2619740962982178 + }, + "id": "tp_6871" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 858892, + "label": "-", + "classification": { + "B": 1.4734808928551502e-06, + "S": 8.263303357125551e-07, + "I": 0.0003468227805569768, + "C": 0.00031537102768197656, + "R": 4.102723687537946e-05, + "M": 0.00025077786995097995, + "O": 3.003993879246991e-05, + "W": 1.3527728697226848e-06, + "N": 8.81144205777673e-06, + "Y": 0.004781427793204784, + "U": 2.1993193968228297e-06, + "K": 1.8638138499227352e-05, + "L": 8.346962204086594e-06, + "G": 0.0012660621432587504, + "F": 0.006563660688698292, + "E": 0.0003729185264091939, + "T": 0.001098302542231977, + "P": 0.04058529809117317, + "-": 0.9443067312240601 + }, + "id": "tp_6872" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 859026, + "label": "-", + "classification": { + "B": 2.3287175281438977e-06, + "S": 2.1805321637202724e-07, + "I": 3.934582491638139e-05, + "C": 1.042688836605521e-05, + "R": 1.400720066158101e-06, + "M": 5.825704647577368e-05, + "O": 1.1582874321902636e-05, + "W": 3.6168304973216436e-07, + "N": 5.603492354566697e-07, + "Y": 0.0002028617454925552, + "U": 7.821914493888471e-08, + "K": 9.236477183094394e-08, + "L": 3.7695824630645802e-06, + "G": 0.00018606836965773255, + "F": 0.0011836634948849678, + "E": 6.584374204976484e-05, + "T": 0.00012310971214901656, + "P": 0.05382775515317917, + "-": 0.9442823529243469 + }, + "id": "tp_6873" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 859126, + "label": "-", + "classification": { + "B": 2.1384305171068263e-07, + "S": 6.429204404412303e-07, + "I": 0.0008131886133924127, + "C": 1.5386711311293766e-05, + "R": 3.7266468098096084e-06, + "M": 8.029749005800113e-05, + "O": 1.5835688827792183e-05, + "W": 8.415690331275982e-07, + "N": 3.635172834037803e-05, + "Y": 0.001642625080421567, + "U": 1.284035306525766e-06, + "K": 5.5547348893014714e-05, + "L": 7.847144161132746e-07, + "G": 0.0002461665135342628, + "F": 0.0016933103324845433, + "E": 0.0004024807712994516, + "T": 0.0009884916944429278, + "P": 0.1896941363811493, + "-": 0.8043085932731628 + }, + "id": "tp_6874" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 859259, + "label": "-", + "classification": { + "B": 7.313729177838013e-09, + "S": 1.127027093872357e-08, + "I": 5.64092670174432e-06, + "C": 2.283460105445556e-07, + "R": 2.025951673090276e-08, + "M": 2.131470864696894e-06, + "O": 5.632205102301668e-07, + "W": 1.6813773484614103e-08, + "N": 3.056881041629822e-07, + "Y": 4.477377297007479e-05, + "U": 7.700388771070266e-09, + "K": 1.9806973341474077e-06, + "L": 9.195264105699152e-09, + "G": 7.80635036790045e-06, + "F": 0.0007441721973009408, + "E": 3.8667629269184545e-05, + "T": 2.1582183762802742e-05, + "P": 0.09114646166563034, + "-": 0.9079856276512146 + }, + "id": "tp_6875" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 859393, + "label": "-", + "classification": { + "B": 4.791191372532921e-07, + "S": 8.56580811614549e-07, + "I": 0.00040176016045734286, + "C": 2.8666538128163666e-05, + "R": 7.71041140978923e-06, + "M": 4.674556839745492e-05, + "O": 2.3110100300982594e-05, + "W": 2.1314551759132883e-06, + "N": 1.3292674339027144e-05, + "Y": 0.001323496107943356, + "U": 1.3126006024322123e-06, + "K": 5.70998054172378e-06, + "L": 1.779764943421469e-06, + "G": 0.0001001846685539931, + "F": 0.0008771069697104394, + "E": 0.00011956757225561887, + "T": 0.0006447686464525759, + "P": 0.07384411245584488, + "-": 0.9225572943687439 + }, + "id": "tp_6876" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 859526, + "label": "-", + "classification": { + "B": 3.2438742891827133e-06, + "S": 2.2504509615828283e-06, + "I": 0.0005963064613752067, + "C": 2.1984000341035426e-05, + "R": 2.6767413601191947e-06, + "M": 0.00010671088966773823, + "O": 4.592279583448544e-05, + "W": 2.5593994905648287e-06, + "N": 2.5651237592683174e-05, + "Y": 0.0003969243261963129, + "U": 7.426274919453135e-07, + "K": 9.262708999813185e-07, + "L": 6.068445600249106e-06, + "G": 0.0001141841130447574, + "F": 0.0016442409250885248, + "E": 0.00025454568094573915, + "T": 0.0004611088370438665, + "P": 0.35323086380958557, + "-": 0.6430830955505371 + }, + "id": "tp_6877" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 859626, + "label": "-", + "classification": { + "B": 1.3362753634282853e-05, + "S": 4.431597517395858e-06, + "I": 1.786489156074822e-05, + "C": 2.7095136374555295e-06, + "R": 1.2514494756032946e-06, + "M": 0.0003057310823351145, + "O": 0.0001274664100492373, + "W": 2.457914206388523e-06, + "N": 7.648475843780034e-07, + "Y": 0.00045841344399377704, + "U": 1.1951149758715474e-07, + "K": 2.1085769219553185e-07, + "L": 1.916306973726023e-05, + "G": 0.0002593229291960597, + "F": 0.004252875689417124, + "E": 1.7462238247389905e-05, + "T": 0.0005754730082117021, + "P": 0.020586255937814713, + "-": 0.9733546376228333 + }, + "id": "tp_6878" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 859760, + "label": "-", + "classification": { + "B": 2.951031952136418e-08, + "S": 3.1609388884135114e-08, + "I": 3.3499632991151884e-05, + "C": 1.8547236777521903e-06, + "R": 2.8618060810003954e-07, + "M": 4.389096284285188e-05, + "O": 1.780712864274392e-06, + "W": 2.442150837111967e-08, + "N": 2.345282155147288e-07, + "Y": 0.0018107951618731022, + "U": 5.631670685346535e-09, + "K": 1.6903199195894558e-07, + "L": 2.1002975358896947e-07, + "G": 0.00019484106451272964, + "F": 0.0019238112727180123, + "E": 7.640257535967976e-05, + "T": 0.000220789312152192, + "P": 0.02409457415342331, + "-": 0.9715968370437622 + }, + "id": "tp_6879" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 859893, + "label": "-", + "classification": { + "B": 3.4487031371099874e-05, + "S": 1.488383986725239e-05, + "I": 0.00039574678521603346, + "C": 5.493307253345847e-05, + "R": 1.4538917639583815e-05, + "M": 0.0005116633255966008, + "O": 9.925716585712507e-05, + "W": 6.080922503315378e-06, + "N": 4.119758523302153e-05, + "Y": 0.007401146460324526, + "U": 4.567802079691319e-06, + "K": 6.648462294833735e-05, + "L": 2.005423630180303e-05, + "G": 0.0020064241252839565, + "F": 0.010761838406324387, + "E": 0.0017462125979363918, + "T": 0.002011228119954467, + "P": 0.08132213354110718, + "-": 0.8934871554374695 + }, + "id": "tp_6880" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 860027, + "label": "-", + "classification": { + "B": 2.97311385111243e-06, + "S": 4.336177426012e-06, + "I": 7.714072125963867e-05, + "C": 2.9990469556651078e-05, + "R": 8.151216206897516e-06, + "M": 0.00023949269962031394, + "O": 8.193102985387668e-05, + "W": 3.5027601370529737e-06, + "N": 5.742200301028788e-06, + "Y": 0.0019857031293213367, + "U": 7.864867939133546e-07, + "K": 7.842268132662866e-06, + "L": 8.132674338412471e-06, + "G": 0.00043870817171409726, + "F": 0.006152292247861624, + "E": 0.00017896782082971185, + "T": 0.0010920371860265732, + "P": 0.033031076192855835, + "-": 0.9566512703895569 + }, + "id": "tp_6881" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 860127, + "label": "-", + "classification": { + "B": 2.2803511456004344e-05, + "S": 1.3574188415077515e-05, + "I": 0.002274424070492387, + "C": 0.0004042520304210484, + "R": 0.00018198785255663097, + "M": 0.0025933454744517803, + "O": 0.00030285422690212727, + "W": 2.5386105335201137e-05, + "N": 8.000699017429724e-05, + "Y": 0.018753446638584137, + "U": 1.439862808183534e-05, + "K": 0.00013802482862956822, + "L": 4.3542502680793405e-05, + "G": 0.0024136563297361135, + "F": 0.006250001490116119, + "E": 0.0006390803027898073, + "T": 0.010845203883945942, + "P": 0.05287356674671173, + "-": 0.9021304845809937 + }, + "id": "tp_6882" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 860260, + "label": "-", + "classification": { + "B": 1.261322177015245e-05, + "S": 1.9490909835440107e-05, + "I": 0.00022869922395329922, + "C": 0.0004890632699243724, + "R": 0.00030637241434305906, + "M": 0.0012908149510622025, + "O": 0.0003818328259512782, + "W": 1.943287134054117e-05, + "N": 1.0196570656262338e-05, + "Y": 0.016315650194883347, + "U": 1.241231984749902e-05, + "K": 1.0476531315362081e-05, + "L": 0.00024587378720752895, + "G": 0.0026793230790644884, + "F": 0.01575464755296707, + "E": 0.00010166445281356573, + "T": 0.008380318060517311, + "P": 0.01318729855120182, + "-": 0.9405538439750671 + }, + "id": "tp_6883" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 860394, + "label": "-", + "classification": { + "B": 5.053766086171585e-11, + "S": 3.730338607454975e-11, + "I": 3.328067066377116e-08, + "C": 8.691137254324133e-10, + "R": 6.313539968605397e-11, + "M": 1.0356585278259445e-07, + "O": 4.584927104644976e-09, + "W": 1.824601407462989e-11, + "N": 8.080147662070658e-11, + "Y": 2.6359509774920298e-06, + "U": 1.4018705900981088e-12, + "K": 9.61611172634047e-12, + "L": 1.407332028691144e-10, + "G": 2.020206721908835e-07, + "F": 1.4338068467623089e-05, + "E": 5.1512003551579255e-08, + "T": 2.1781436316814506e-06, + "P": 0.01795266941189766, + "-": 0.9820276498794556 + }, + "id": "tp_6884" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 860527, + "label": "-", + "classification": { + "B": 4.67714671685826e-05, + "S": 3.2519950764253736e-05, + "I": 0.004038069397211075, + "C": 9.301616955781356e-05, + "R": 3.0943490855861455e-05, + "M": 0.001817930256947875, + "O": 0.000482678267871961, + "W": 3.8654692616546527e-05, + "N": 0.00030043444712646306, + "Y": 0.008148875087499619, + "U": 1.3394564120972063e-05, + "K": 0.00011404832184780389, + "L": 4.3081407056888565e-05, + "G": 0.0027119223959743977, + "F": 0.0035976062063127756, + "E": 0.002642696723341942, + "T": 0.011705024167895317, + "P": 0.1569649577140808, + "-": 0.8071773648262024 + }, + "id": "tp_6885" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 860627, + "label": "-", + "classification": { + "B": 2.7069384600508783e-07, + "S": 5.536988396670495e-07, + "I": 0.000279309373581782, + "C": 2.5032904886757024e-06, + "R": 1.449402816433576e-06, + "M": 3.564405415090732e-05, + "O": 1.1652561624941882e-05, + "W": 5.637430717797542e-07, + "N": 7.761516826576553e-06, + "Y": 0.0017874881159514189, + "U": 1.1170211422495413e-07, + "K": 2.476453801136813e-06, + "L": 5.073574129710323e-07, + "G": 9.378507820656523e-05, + "F": 0.00437377393245697, + "E": 0.00010418422607472166, + "T": 0.0006201541400514543, + "P": 0.13618414103984833, + "-": 0.8564937114715576 + }, + "id": "tp_6886" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 860761, + "label": "-", + "classification": { + "B": 1.6522184523637407e-05, + "S": 2.62102057604352e-05, + "I": 0.027505166828632355, + "C": 0.0015313865151256323, + "R": 0.0005425086128525436, + "M": 0.0024193688295781612, + "O": 0.00034799610148184, + "W": 3.4283282730029896e-05, + "N": 0.000571767392102629, + "Y": 0.055029407143592834, + "U": 3.6235163861420006e-05, + "K": 0.00013638462405651808, + "L": 9.380079427501187e-05, + "G": 0.0049990578554570675, + "F": 0.004170951899141073, + "E": 0.0017815394094213843, + "T": 0.024287326261401176, + "P": 0.10910234600305557, + "-": 0.7673677802085876 + }, + "id": "tp_6887" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 860894, + "label": "-", + "classification": { + "B": 2.224127904071338e-08, + "S": 8.634516213135157e-09, + "I": 6.845526513643563e-06, + "C": 1.3488770491676405e-06, + "R": 3.0992794108897215e-07, + "M": 5.894238256587414e-06, + "O": 1.4181507594912546e-06, + "W": 1.203693855700294e-08, + "N": 1.1541931144165574e-07, + "Y": 0.0004188886668998748, + "U": 1.2947661609530314e-08, + "K": 6.865145962819952e-08, + "L": 1.2540074578737403e-07, + "G": 8.113823423627764e-05, + "F": 0.0006650013965554535, + "E": 6.812032552261371e-06, + "T": 0.00019737539696507156, + "P": 0.028379831463098526, + "-": 0.9702348709106445 + }, + "id": "tp_6888" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 861028, + "label": "-", + "classification": { + "B": 1.7601705621927977e-05, + "S": 4.497426289162831e-06, + "I": 0.00041080042137764394, + "C": 1.2251381122041494e-05, + "R": 4.393285507831024e-06, + "M": 0.00023574843362439424, + "O": 8.87573478394188e-05, + "W": 3.0442313345702132e-06, + "N": 1.6735228200559504e-05, + "Y": 0.0007336402195505798, + "U": 7.531351684519905e-07, + "K": 5.101911938254489e-06, + "L": 8.913621968531515e-06, + "G": 0.0006159291951917112, + "F": 0.0024216778110712767, + "E": 0.00037619733484461904, + "T": 0.00080604397226125, + "P": 0.18707433342933655, + "-": 0.807163655757904 + }, + "id": "tp_6889" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 861128, + "label": "-", + "classification": { + "B": 6.765434955013916e-05, + "S": 3.205129178240895e-05, + "I": 0.005213399883359671, + "C": 0.0022785302717238665, + "R": 0.0009001262369565666, + "M": 0.0025692316703498363, + "O": 0.0006031766533851624, + "W": 5.1429706218186766e-05, + "N": 0.0003008725761901587, + "Y": 0.03521129861474037, + "U": 7.379657472483814e-05, + "K": 0.00014722265768796206, + "L": 0.00026297513977624476, + "G": 0.01213223859667778, + "F": 0.00943057518452406, + "E": 0.0034937213640660048, + "T": 0.010706846602261066, + "P": 0.10497134923934937, + "-": 0.8115534782409668 + }, + "id": "tp_6890" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 861261, + "label": "-", + "classification": { + "B": 5.597080985353386e-07, + "S": 7.649974236301205e-07, + "I": 0.00017980107804760337, + "C": 5.7865105191012844e-05, + "R": 1.562933721288573e-05, + "M": 0.00024481717264279723, + "O": 3.3112813980551437e-05, + "W": 9.138817631537677e-07, + "N": 4.486236775846919e-06, + "Y": 0.0020994620863348246, + "U": 5.548436661229061e-07, + "K": 1.3720311926590512e-06, + "L": 9.21283572097309e-06, + "G": 0.0004519368812907487, + "F": 0.005149457138031721, + "E": 0.0001421715714968741, + "T": 0.0009204269736073911, + "P": 0.039139993488788605, + "-": 0.9515474438667297 + }, + "id": "tp_6891" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 861395, + "label": "-", + "classification": { + "B": 1.1229629848230616e-07, + "S": 3.1025109592519584e-07, + "I": 2.282635796291288e-05, + "C": 3.778413883992471e-06, + "R": 4.410049143643846e-07, + "M": 8.656071258883458e-06, + "O": 5.1410002015472855e-06, + "W": 2.6823786924978776e-07, + "N": 2.129068207068485e-06, + "Y": 0.0003868273051921278, + "U": 1.0337467415411083e-07, + "K": 1.4617063243349548e-05, + "L": 1.969985561345311e-07, + "G": 8.600245200796053e-05, + "F": 0.006362398155033588, + "E": 0.00010486914834473282, + "T": 9.614472219254822e-05, + "P": 0.07534825801849365, + "-": 0.917556881904602 + }, + "id": "tp_6892" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 861528, + "label": "-", + "classification": { + "B": 1.2302735740377102e-05, + "S": 2.8654463676502928e-05, + "I": 0.0004222867137286812, + "C": 7.48711681808345e-05, + "R": 1.6838232113514096e-05, + "M": 0.00020500121172517538, + "O": 0.00013667828170582652, + "W": 2.1190526240388863e-05, + "N": 7.306817860808223e-05, + "Y": 0.0020716863218694925, + "U": 7.076113433868159e-06, + "K": 0.0005795931210741401, + "L": 1.1871638889715541e-05, + "G": 0.0008695489377714694, + "F": 0.028070541098713875, + "E": 0.001312376232817769, + "T": 0.0010617654770612717, + "P": 0.10505495965480804, + "-": 0.8599697947502136 + }, + "id": "tp_6893" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 861628, + "label": "-", + "classification": { + "B": 7.591460871481104e-06, + "S": 1.2362016832412337e-06, + "I": 0.0001817911834223196, + "C": 2.9349737815209664e-05, + "R": 1.0121758350578602e-05, + "M": 0.0008105592569336295, + "O": 7.090803410392255e-05, + "W": 1.024575453811849e-06, + "N": 2.1884932266402757e-06, + "Y": 0.002952501643449068, + "U": 2.801952518893813e-07, + "K": 5.65217021630815e-07, + "L": 1.308861465076916e-05, + "G": 0.0007694608648307621, + "F": 0.0012387289898470044, + "E": 0.00016526770195923746, + "T": 0.0014874028274789453, + "P": 0.013249114155769348, + "-": 0.9790088534355164 + }, + "id": "tp_6894" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 861762, + "label": "-", + "classification": { + "B": 6.2092067310004495e-06, + "S": 5.331279226084007e-06, + "I": 9.837771358434111e-05, + "C": 1.781020728230942e-05, + "R": 1.7340735212201253e-05, + "M": 0.00015658648044336587, + "O": 0.00010845476936083287, + "W": 4.932136562274536e-06, + "N": 4.271466877980856e-06, + "Y": 0.0018756083445623517, + "U": 7.075258849909005e-07, + "K": 8.637092037133698e-07, + "L": 1.738720129651483e-05, + "G": 0.0003369674668647349, + "F": 0.004976870492100716, + "E": 5.8484649343881756e-05, + "T": 0.001174615346826613, + "P": 0.03781509026885033, + "-": 0.9533241391181946 + }, + "id": "tp_6895" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 861895, + "label": "-", + "classification": { + "B": 7.077452579551391e-08, + "S": 3.44923520856355e-08, + "I": 4.109509063709993e-06, + "C": 9.709633559396025e-07, + "R": 1.0104816539069361e-07, + "M": 2.0213008156133583e-06, + "O": 1.8332750642002793e-06, + "W": 5.5094133699640224e-08, + "N": 1.9019144303911162e-07, + "Y": 6.484143523266539e-05, + "U": 2.6389921359282198e-08, + "K": 3.751853512312664e-07, + "L": 8.797034922736202e-08, + "G": 1.394233368046116e-05, + "F": 0.0010948333656415343, + "E": 5.804634383821394e-06, + "T": 4.727348277810961e-05, + "P": 0.05521722882986069, + "-": 0.9435462355613708 + }, + "id": "tp_6896" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 862029, + "label": "-", + "classification": { + "B": 6.723839760525152e-07, + "S": 3.641911803242692e-07, + "I": 1.842667734308634e-05, + "C": 1.3198258784541395e-05, + "R": 5.14832800035947e-06, + "M": 0.00010837728768819943, + "O": 2.5726156309247017e-05, + "W": 3.4051529951284465e-07, + "N": 6.843363848929584e-07, + "Y": 0.0008451297762803733, + "U": 2.171609168044597e-07, + "K": 6.837097998868558e-08, + "L": 9.713834515423514e-06, + "G": 0.0001848235260695219, + "F": 0.003493489231914282, + "E": 1.8090049707097933e-05, + "T": 0.0010622338159009814, + "P": 0.037173736840486526, + "-": 0.957039475440979 + }, + "id": "tp_6897" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 862129, + "label": "-", + "classification": { + "B": 9.671330190030858e-07, + "S": 3.723864665516885e-07, + "I": 6.628969913435867e-06, + "C": 9.957493602996692e-07, + "R": 7.397135277642519e-07, + "M": 5.9908401453867555e-05, + "O": 3.2015199394663796e-05, + "W": 2.635727014421718e-07, + "N": 7.818958636107709e-08, + "Y": 0.0002807142154779285, + "U": 1.321897613593137e-08, + "K": 1.3641446861001327e-09, + "L": 5.625134235742735e-06, + "G": 6.64231920382008e-05, + "F": 0.00047702985466457903, + "E": 3.603723371270462e-06, + "T": 0.0002028500457527116, + "P": 0.010986513458192348, + "-": 0.9878752827644348 + }, + "id": "tp_6898" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 862262, + "label": "-", + "classification": { + "B": 2.294754722242942e-06, + "S": 1.7474663991379202e-06, + "I": 0.00012439844431355596, + "C": 8.752326721150894e-06, + "R": 9.99183498606726e-07, + "M": 0.00013625217252410948, + "O": 2.2810274458606727e-05, + "W": 8.348005167135852e-07, + "N": 1.0750874025688972e-05, + "Y": 0.0010225961450487375, + "U": 2.906611484831956e-07, + "K": 9.65700382948853e-06, + "L": 1.0585443988020415e-06, + "G": 0.0002250554971396923, + "F": 0.002070520306006074, + "E": 0.0005029671010561287, + "T": 0.000560120097361505, + "P": 0.12557880580425262, + "-": 0.8697200417518616 + }, + "id": "tp_6899" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 862396, + "label": "-", + "classification": { + "B": 3.8343108599292464e-07, + "S": 1.0922153705905657e-06, + "I": 9.381859854329377e-06, + "C": 1.048077820087201e-06, + "R": 3.7638474736922944e-07, + "M": 0.00010941650543827564, + "O": 1.790826536307577e-05, + "W": 3.5482923976815073e-07, + "N": 4.522547669694177e-07, + "Y": 0.0008339228224940598, + "U": 4.621315952135774e-08, + "K": 6.391722422449675e-07, + "L": 1.7357608612655895e-06, + "G": 0.00014570589701179415, + "F": 0.003933826461434364, + "E": 2.6334293579566292e-05, + "T": 0.0005722232162952423, + "P": 0.014877643436193466, + "-": 0.9794675707817078 + }, + "id": "tp_6900" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 862529, + "label": "-", + "classification": { + "B": 9.32014199150899e-09, + "S": 2.5172258943939596e-08, + "I": 1.8773374904412776e-05, + "C": 6.285939662120654e-07, + "R": 1.0770785507929759e-07, + "M": 6.20102991888416e-06, + "O": 1.2416060144460062e-06, + "W": 3.272502979712044e-08, + "N": 4.007037546216452e-07, + "Y": 0.0002826217678375542, + "U": 1.1019621659613676e-08, + "K": 2.5589119445612596e-07, + "L": 7.029193938024036e-08, + "G": 3.286319042672403e-05, + "F": 0.0015109451487660408, + "E": 4.756061753141694e-05, + "T": 7.163258123910055e-05, + "P": 0.07847484201192856, + "-": 0.9195517301559448 + }, + "id": "tp_6901" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 862629, + "label": "-", + "classification": { + "B": 2.0008641854474263e-07, + "S": 3.0433977826760383e-07, + "I": 2.4598075469839387e-05, + "C": 4.844666818826227e-07, + "R": 2.135758592203274e-07, + "M": 2.7004880394088104e-05, + "O": 7.876042218413204e-06, + "W": 1.138058109972917e-07, + "N": 4.2642824382710387e-07, + "Y": 0.0004945119726471603, + "U": 1.3282762445498975e-08, + "K": 6.237085159455091e-08, + "L": 5.351118943508482e-07, + "G": 6.0968613979639485e-05, + "F": 0.0006197029142640531, + "E": 1.1842275853268802e-05, + "T": 0.00046433438546955585, + "P": 0.027228940278291702, + "-": 0.9710578918457031 + }, + "id": "tp_6902" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 862763, + "label": "-", + "classification": { + "B": 4.3387032855335406e-10, + "S": 2.8735988588657335e-10, + "I": 1.3726346423936775e-06, + "C": 1.4426474592710292e-07, + "R": 1.619022427234995e-08, + "M": 6.036819968358031e-07, + "O": 7.872674956388437e-08, + "W": 3.6382483137309407e-10, + "N": 1.8684302105498318e-08, + "Y": 6.647617556154728e-05, + "U": 5.537686975642941e-10, + "K": 2.9338689699898168e-08, + "L": 2.273972787847356e-09, + "G": 7.880930752435233e-06, + "F": 0.0004070024297107011, + "E": 2.7716612294170773e-06, + "T": 1.412690744473366e-05, + "P": 0.042015183717012405, + "-": 0.9574844241142273 + }, + "id": "tp_6903" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 862896, + "label": "-", + "classification": { + "B": 3.313311481178971e-06, + "S": 6.696623131574597e-06, + "I": 0.0005044899880886078, + "C": 0.00013888388639315963, + "R": 2.471373045409564e-05, + "M": 0.0003325424622744322, + "O": 7.367033686023206e-05, + "W": 5.47447189092054e-06, + "N": 4.0825558244250715e-05, + "Y": 0.003218594007194042, + "U": 4.09987342209206e-06, + "K": 5.3175215725786984e-05, + "L": 7.664474651392084e-06, + "G": 0.0004005157679785043, + "F": 0.005463147070258856, + "E": 0.0005520932609215379, + "T": 0.0015486084157600999, + "P": 0.08673065900802612, + "-": 0.9008908271789551 + }, + "id": "tp_6904" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 863030, + "label": "-", + "classification": { + "B": 4.236444510752335e-06, + "S": 1.3946428225608543e-06, + "I": 4.7629284381400794e-05, + "C": 1.0392526746727526e-05, + "R": 3.769250952245784e-06, + "M": 0.00026216526748612523, + "O": 3.324501813040115e-05, + "W": 4.191001039544062e-07, + "N": 1.245960220330744e-06, + "Y": 0.0024714095052331686, + "U": 1.212705740272213e-07, + "K": 8.619306868240528e-08, + "L": 1.195476852444699e-05, + "G": 0.0007701021386310458, + "F": 0.004623405169695616, + "E": 5.746240640291944e-05, + "T": 0.0009841732680797577, + "P": 0.036353640258312225, + "-": 0.9543630480766296 + }, + "id": "tp_6905" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 863130, + "label": "-", + "classification": { + "B": 1.5514153517415252e-08, + "S": 8.442754051429802e-09, + "I": 2.690459405130241e-05, + "C": 3.31932074004726e-06, + "R": 6.520565420942148e-07, + "M": 2.2214726413949393e-05, + "O": 1.1746973314075149e-06, + "W": 7.840491811350603e-09, + "N": 1.6497014598826354e-07, + "Y": 0.0008638519793748856, + "U": 7.4942034800074e-09, + "K": 4.382150819992603e-08, + "L": 2.627506034968974e-07, + "G": 0.00019618726219050586, + "F": 0.0007145122508518398, + "E": 3.832424044958316e-05, + "T": 0.00017628494242671877, + "P": 0.017053695395588875, + "-": 0.9809023141860962 + }, + "id": "tp_6906" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 863263, + "label": "-", + "classification": { + "B": 1.4901144554380075e-11, + "S": 2.3519723495180056e-12, + "I": 1.7453133693834388e-07, + "C": 6.334388014117565e-10, + "R": 3.643648924245291e-11, + "M": 1.188561871146021e-08, + "O": 2.420639910738487e-09, + "W": 5.86306263955505e-12, + "N": 3.7395958552011166e-10, + "Y": 4.671369140396564e-07, + "U": 1.6442322763737804e-12, + "K": 2.9600330433282585e-12, + "L": 2.513212728205705e-11, + "G": 4.150585652951122e-08, + "F": 1.6279137753372197e-06, + "E": 5.209606968037406e-08, + "T": 5.741751465393463e-07, + "P": 0.1540510207414627, + "-": 0.8459460139274597 + }, + "id": "tp_6907" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 863397, + "label": "-", + "classification": { + "B": 6.855803349026246e-06, + "S": 7.465521321137203e-07, + "I": 0.0002598819264676422, + "C": 1.3640194083563983e-05, + "R": 4.768035523738945e-06, + "M": 0.00031663585104979575, + "O": 4.2741150537040085e-05, + "W": 5.181908591112006e-07, + "N": 4.9551977099326905e-06, + "Y": 0.002276855753734708, + "U": 3.5837561540574825e-07, + "K": 4.696086364219809e-07, + "L": 9.691088962426875e-06, + "G": 0.0012885150499641895, + "F": 0.001326947589404881, + "E": 0.0001792922557797283, + "T": 0.0023482684046030045, + "P": 0.0654473751783371, + "-": 0.926471471786499 + }, + "id": "tp_6908" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 863530, + "label": "P", + "classification": { + "B": 2.5225926947314292e-05, + "S": 4.607338269124739e-06, + "I": 0.0049448199570178986, + "C": 0.00035349480458535254, + "R": 3.840369390673004e-05, + "M": 0.00029778576572425663, + "O": 7.617207302246243e-05, + "W": 5.919438535784138e-06, + "N": 0.0002146194310626015, + "Y": 0.001680675894021988, + "U": 1.4155078133626375e-05, + "K": 7.526837180193979e-06, + "L": 2.527138713048771e-05, + "G": 0.0010862902272492647, + "F": 0.0016845985082909465, + "E": 0.0011337711475789547, + "T": 0.0014658438740298152, + "P": 0.5758336186408997, + "-": 0.41110724210739136 + }, + "id": "tp_6909" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 863630, + "label": "-", + "classification": { + "B": 2.9863549571018666e-05, + "S": 0.00013051876157987863, + "I": 0.00018667016411200166, + "C": 0.00034737985697574914, + "R": 7.284651655936614e-05, + "M": 0.0015040228608995676, + "O": 0.0005496310768648982, + "W": 4.634956712834537e-05, + "N": 4.475514288060367e-05, + "Y": 0.005070078186690807, + "U": 1.1909299246326555e-05, + "K": 0.0001024522862280719, + "L": 0.0001813475537346676, + "G": 0.002342214807868004, + "F": 0.0696573480963707, + "E": 0.0007820110186003149, + "T": 0.005142774432897568, + "P": 0.056514590978622437, + "-": 0.8572832345962524 + }, + "id": "tp_6910" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 863764, + "label": "-", + "classification": { + "B": 1.8546032265476242e-07, + "S": 8.503212711730157e-08, + "I": 2.8779882995877415e-05, + "C": 3.1103118089959025e-06, + "R": 2.1030082564266195e-07, + "M": 2.2839154553366825e-05, + "O": 3.474492359600845e-06, + "W": 5.7604133019140136e-08, + "N": 9.487235956839868e-07, + "Y": 0.0002038794627878815, + "U": 2.932908671482437e-08, + "K": 4.781294364875066e-07, + "L": 3.352595001615555e-07, + "G": 0.00010958236089209095, + "F": 0.005699248518794775, + "E": 0.0001430604897905141, + "T": 8.469266322208568e-05, + "P": 0.10081785172224045, + "-": 0.8928811550140381 + }, + "id": "tp_6911" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 863897, + "label": "-", + "classification": { + "B": 9.832366920647928e-09, + "S": 4.5233781165165965e-09, + "I": 6.266332093218807e-06, + "C": 1.917235067594447e-06, + "R": 2.3048690422911022e-07, + "M": 1.2735240488837007e-05, + "O": 6.536091632369789e-07, + "W": 4.114052654102807e-09, + "N": 3.5308712398318676e-08, + "Y": 0.0005438609514385462, + "U": 1.9048047583680727e-09, + "K": 5.0718411692685095e-09, + "L": 1.1252451770360494e-07, + "G": 7.824222120689228e-05, + "F": 0.0003640975628513843, + "E": 7.10884296495351e-06, + "T": 0.00010781240416690707, + "P": 0.019054638221859932, + "-": 0.9798222184181213 + }, + "id": "tp_6912" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 864031, + "label": "-", + "classification": { + "B": 2.6452755719219567e-07, + "S": 2.042660725010137e-07, + "I": 8.124434680212289e-05, + "C": 2.209574267908465e-05, + "R": 1.3864986385669908e-06, + "M": 0.00011565036402316764, + "O": 9.158460670732893e-06, + "W": 1.3854629798970564e-07, + "N": 3.877503786497982e-06, + "Y": 0.0005492462660185993, + "U": 1.849433459710781e-07, + "K": 3.975523270582926e-07, + "L": 1.3852258007318596e-06, + "G": 0.00013628503074869514, + "F": 0.0012860676506534219, + "E": 0.00015035667456686497, + "T": 0.0005002107936888933, + "P": 0.09001721441745758, + "-": 0.9071245789527893 + }, + "id": "tp_6913" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 864131, + "label": "-", + "classification": { + "B": 3.313379437486219e-08, + "S": 8.109713434123478e-08, + "I": 4.648087633540854e-05, + "C": 5.711378435080405e-06, + "R": 1.512409539827786e-06, + "M": 8.268264355137944e-05, + "O": 3.827021828328725e-06, + "W": 6.77858196240777e-08, + "N": 5.771066753368359e-07, + "Y": 0.005005574319511652, + "U": 3.2507621483546245e-08, + "K": 1.5316740018533892e-06, + "L": 5.251715151644021e-07, + "G": 0.00032216004910878837, + "F": 0.004887575749307871, + "E": 5.237990626483224e-05, + "T": 0.0006147549720481038, + "P": 0.012583357281982899, + "-": 0.9763911366462708 + }, + "id": "tp_6914" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 864264, + "label": "-", + "classification": { + "B": 3.036013751511746e-08, + "S": 3.255029135118548e-09, + "I": 1.9478495232760906e-05, + "C": 5.236045126366662e-06, + "R": 2.666922966909624e-07, + "M": 5.080861683381954e-06, + "O": 1.288724320147594e-06, + "W": 1.7128646945252513e-08, + "N": 7.945398294850747e-08, + "Y": 5.333640001481399e-05, + "U": 1.4983646323685207e-08, + "K": 1.2200261911843313e-09, + "L": 3.12653327227963e-07, + "G": 1.8293605535291135e-05, + "F": 4.5379474613582715e-05, + "E": 3.063863914576359e-06, + "T": 5.928157042944804e-05, + "P": 0.0591372512280941, + "-": 0.940651535987854 + }, + "id": "tp_6915" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 864398, + "label": "-", + "classification": { + "B": 2.0588471372207096e-08, + "S": 1.924369413819349e-10, + "I": 4.094073119631503e-06, + "C": 1.4141305655357428e-06, + "R": 6.874018509961388e-08, + "M": 5.5099344535847194e-06, + "O": 1.8095295217790408e-07, + "W": 5.008619630153532e-10, + "N": 5.111247869393765e-09, + "Y": 0.00011037297372240573, + "U": 4.054727109625844e-10, + "K": 1.6552881287879018e-10, + "L": 6.648575379131216e-08, + "G": 5.883892299607396e-05, + "F": 6.960299651836976e-05, + "E": 4.466155132831773e-06, + "T": 2.289299482072238e-05, + "P": 0.023426348343491554, + "-": 0.9762961864471436 + }, + "id": "tp_6916" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 864531, + "label": "-", + "classification": { + "B": 1.1908258784387726e-05, + "S": 7.4239719651814085e-06, + "I": 0.00017321053019259125, + "C": 0.00011170212383149192, + "R": 3.456524427747354e-05, + "M": 0.0004333489923737943, + "O": 0.0002687187516130507, + "W": 7.649216968275141e-06, + "N": 9.28632198338164e-06, + "Y": 0.001937213004566729, + "U": 1.8934098306999658e-06, + "K": 2.979922328449902e-06, + "L": 3.96147406718228e-05, + "G": 0.0008761102217249572, + "F": 0.0032881153747439384, + "E": 0.00013399244926404208, + "T": 0.0013629741733893752, + "P": 0.03571263328194618, + "-": 0.9555866718292236 + }, + "id": "tp_6917" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 864631, + "label": "-", + "classification": { + "B": 2.5646869517004234e-08, + "S": 7.985014427447368e-09, + "I": 0.00012923043686896563, + "C": 1.380251546834188e-06, + "R": 1.6222820420352946e-07, + "M": 5.442314432002604e-06, + "O": 1.090839418793621e-06, + "W": 1.9134423823174984e-08, + "N": 1.0318252634533565e-06, + "Y": 9.341209079138935e-05, + "U": 1.4321292596264357e-08, + "K": 1.0299866737284447e-08, + "L": 7.755460273983772e-08, + "G": 1.1409903891035356e-05, + "F": 6.154374568723142e-05, + "E": 1.5750712918816134e-05, + "T": 8.47033952595666e-05, + "P": 0.3211638331413269, + "-": 0.67843097448349 + }, + "id": "tp_6918" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 864765, + "label": "-", + "classification": { + "B": 1.8998529185410007e-06, + "S": 5.0079041358230825e-08, + "I": 1.262730347662e-05, + "C": 1.3226933788246242e-06, + "R": 1.5660309315990162e-07, + "M": 1.3260561900096945e-05, + "O": 2.7073986075265566e-06, + "W": 8.049543964716577e-08, + "N": 2.676472945495334e-07, + "Y": 0.00037558964686468244, + "U": 5.268759295518066e-08, + "K": 1.6003264136088546e-06, + "L": 4.847723857892561e-07, + "G": 0.00036714551970362663, + "F": 0.0025133811868727207, + "E": 0.00015349836030509323, + "T": 7.841708429623395e-05, + "P": 0.03518248349428177, + "-": 0.9612950086593628 + }, + "id": "tp_6919" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 864898, + "label": "-", + "classification": { + "B": 2.9190243822085904e-07, + "S": 4.076736104252632e-07, + "I": 0.0007313463720493019, + "C": 6.061573913029861e-06, + "R": 2.716402832447784e-06, + "M": 5.899257666897029e-05, + "O": 1.912297375383787e-05, + "W": 5.848293653798464e-07, + "N": 1.4185058716975618e-05, + "Y": 0.001278082956559956, + "U": 1.6240433353686967e-07, + "K": 1.7411093722330406e-06, + "L": 5.969536118755059e-07, + "G": 0.00010720569116529077, + "F": 0.0004137546638958156, + "E": 6.518353620776907e-05, + "T": 0.0010004359064623713, + "P": 0.14112170040607452, + "-": 0.8551774024963379 + }, + "id": "tp_6920" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 865032, + "label": "-", + "classification": { + "B": 1.5297187019314151e-06, + "S": 2.8119577564211795e-06, + "I": 0.0007370805251412094, + "C": 5.1474940846674144e-05, + "R": 1.529375367681496e-05, + "M": 0.000283317465800792, + "O": 5.5599059123778716e-05, + "W": 5.653419066220522e-06, + "N": 4.115348929190077e-05, + "Y": 0.00647254753857851, + "U": 2.739164756349055e-06, + "K": 0.0004539228684734553, + "L": 3.5831285458698403e-06, + "G": 0.0017704421188682318, + "F": 0.008200298994779587, + "E": 0.0016537625342607498, + "T": 0.0019188272999599576, + "P": 0.05607955902814865, + "-": 0.922250509262085 + }, + "id": "tp_6921" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 865132, + "label": "-", + "classification": { + "B": 8.02017530077137e-06, + "S": 1.2846692243329016e-06, + "I": 0.00037942297058179975, + "C": 7.636759983142838e-05, + "R": 1.8042348528979346e-05, + "M": 0.00040481064934283495, + "O": 6.885000766487792e-05, + "W": 2.5119784368143883e-06, + "N": 1.5997995433281176e-05, + "Y": 0.0027259988710284233, + "U": 2.3854463506722823e-06, + "K": 5.058632268628571e-06, + "L": 1.4914345229044557e-05, + "G": 0.0008887516451068223, + "F": 0.002215437591075897, + "E": 0.000557638006284833, + "T": 0.0014263516059145331, + "P": 0.08402705192565918, + "-": 0.9071611166000366 + }, + "id": "tp_6922" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 865265, + "label": "-", + "classification": { + "B": 4.083562998857815e-07, + "S": 2.79445799833411e-07, + "I": 1.6558908100705594e-05, + "C": 1.8343562260270119e-06, + "R": 2.510954004719679e-07, + "M": 1.0184917300648522e-05, + "O": 3.91912681152462e-06, + "W": 1.1755703610560886e-07, + "N": 7.494307965316693e-07, + "Y": 0.00020288021187298, + "U": 2.3349674194150793e-08, + "K": 8.453644113615155e-07, + "L": 2.8850891453657823e-07, + "G": 9.464112372370437e-05, + "F": 0.0039937980473041534, + "E": 7.499220373574644e-05, + "T": 6.949310045456514e-05, + "P": 0.08850710093975067, + "-": 0.9070216417312622 + }, + "id": "tp_6923" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 865399, + "label": "-", + "classification": { + "B": 1.3611343092634343e-05, + "S": 2.1016181563027203e-05, + "I": 0.00039033879875205457, + "C": 0.00027481839060783386, + "R": 0.00013101134391035885, + "M": 0.0019276815000921488, + "O": 0.00042784272227436304, + "W": 1.7711310647428036e-05, + "N": 2.307634349563159e-05, + "Y": 0.013786186464130878, + "U": 7.200067102530738e-06, + "K": 2.5497183742118068e-05, + "L": 0.00014918949455022812, + "G": 0.003769215662032366, + "F": 0.0130208944901824, + "E": 0.0002536473039072007, + "T": 0.006754059344530106, + "P": 0.016321895644068718, + "-": 0.9426851272583008 + }, + "id": "tp_6924" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 865532, + "label": "-", + "classification": { + "B": 1.2679671499427059e-06, + "S": 4.119277036807034e-06, + "I": 0.00030690792482346296, + "C": 3.754640056286007e-05, + "R": 1.0771319466584828e-05, + "M": 0.0004016052698716521, + "O": 6.952885451028123e-05, + "W": 4.325223471823847e-06, + "N": 2.1574494894593954e-05, + "Y": 0.011678094044327736, + "U": 8.575290166845662e-07, + "K": 0.0005622164462693036, + "L": 5.9262629292788915e-06, + "G": 0.005226882640272379, + "F": 0.03810463100671768, + "E": 0.0014666684437543154, + "T": 0.0026049818843603134, + "P": 0.02693643793463707, + "-": 0.9125556945800781 + }, + "id": "tp_6925" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 865632, + "label": "-", + "classification": { + "B": 5.852130925632082e-06, + "S": 4.052968506584875e-06, + "I": 0.00025768650812096894, + "C": 3.3497093681944534e-05, + "R": 1.3852911251888145e-05, + "M": 0.000768502417486161, + "O": 9.97036840999499e-05, + "W": 2.876781991290045e-06, + "N": 8.755155249673408e-06, + "Y": 0.004149256274104118, + "U": 9.160830813925713e-07, + "K": 1.3079879863653332e-06, + "L": 2.2150890799821354e-05, + "G": 0.0007374028209596872, + "F": 0.0033323713578283787, + "E": 0.0002263037458760664, + "T": 0.002873907331377268, + "P": 0.04736153036355972, + "-": 0.9400999546051025 + }, + "id": "tp_6926" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 865766, + "label": "-", + "classification": { + "B": 1.1292519275230006e-06, + "S": 1.9492482294936053e-07, + "I": 2.221476506747422e-06, + "C": 1.2941653722009505e-06, + "R": 7.947128892737965e-07, + "M": 6.049225339666009e-05, + "O": 2.5886170988087542e-05, + "W": 2.3317613795370562e-07, + "N": 1.9490279612455197e-08, + "Y": 0.00025287666358053684, + "U": 6.451604583901371e-09, + "K": 4.936999697946476e-10, + "L": 6.016950010234723e-06, + "G": 7.343432662310079e-05, + "F": 0.00027801052783615887, + "E": 1.0669114089978393e-06, + "T": 0.00018639554036781192, + "P": 0.004148517735302448, + "-": 0.9949613809585571 + }, + "id": "tp_6927" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 865899, + "label": "-", + "classification": { + "B": 6.095322646615386e-07, + "S": 3.7647001249752066e-07, + "I": 0.00011199762957403436, + "C": 2.451375621603802e-05, + "R": 4.06164053856628e-06, + "M": 0.00014088476018514484, + "O": 2.224507807113696e-05, + "W": 4.987617217011575e-07, + "N": 2.8150589059805498e-06, + "Y": 0.0009702903917059302, + "U": 2.9328967343644763e-07, + "K": 1.0588951937506863e-07, + "L": 4.342834472481627e-06, + "G": 0.000150685416883789, + "F": 0.0006371726631186903, + "E": 3.8977676013018936e-05, + "T": 0.0011657545110210776, + "P": 0.08665536344051361, + "-": 0.9100690484046936 + }, + "id": "tp_6928" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 866033, + "label": "-", + "classification": { + "B": 1.0825914387169178e-06, + "S": 3.7557410905719735e-06, + "I": 0.0002618089783936739, + "C": 5.206923742662184e-05, + "R": 1.937545312102884e-05, + "M": 0.00022050920233596116, + "O": 8.324037480633706e-05, + "W": 2.303398105141241e-06, + "N": 1.5630128473276272e-05, + "Y": 0.003994505386799574, + "U": 1.3302141042004223e-06, + "K": 1.3178354492993094e-05, + "L": 5.761783086200012e-06, + "G": 0.0007393420091830194, + "F": 0.0015536999562755227, + "E": 8.69991272338666e-05, + "T": 0.0029514667112380266, + "P": 0.021713556721806526, + "-": 0.9682804942131042 + }, + "id": "tp_6929" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 866133, + "label": "-", + "classification": { + "B": 4.296363385947188e-06, + "S": 5.926329777139472e-06, + "I": 0.00026562513085082173, + "C": 0.0004449313273653388, + "R": 0.00012494430120568722, + "M": 0.0015886354958638549, + "O": 0.00022011272085364908, + "W": 7.025700597296236e-06, + "N": 1.2111951036786195e-05, + "Y": 0.03584538772702217, + "U": 4.715096565632848e-06, + "K": 3.0016070013516583e-05, + "L": 5.002037141821347e-05, + "G": 0.0031921472400426865, + "F": 0.005615837872028351, + "E": 0.0003016427217517048, + "T": 0.005685220472514629, + "P": 0.006443839054554701, + "-": 0.9401575922966003 + }, + "id": "tp_6930" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 866266, + "label": "-", + "classification": { + "B": 0.00012727837020065635, + "S": 6.646480323979631e-05, + "I": 0.0011301289778202772, + "C": 0.0008346788818016648, + "R": 0.000485774886328727, + "M": 0.009016845375299454, + "O": 0.0014769413974136114, + "W": 2.703882273635827e-05, + "N": 2.5857403670670465e-05, + "Y": 0.027404436841607094, + "U": 5.693312687071739e-06, + "K": 1.2438747489795787e-06, + "L": 0.0016293347580358386, + "G": 0.01761452481150627, + "F": 0.011321873404085636, + "E": 0.0005487516173161566, + "T": 0.018004806712269783, + "P": 0.017787981778383255, + "-": 0.8924902677536011 + }, + "id": "tp_6931" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 866400, + "label": "-", + "classification": { + "B": 3.9157313835858076e-08, + "S": 6.004315711294339e-09, + "I": 5.192252956476295e-06, + "C": 8.006445568753406e-07, + "R": 5.0419771469023544e-08, + "M": 2.8477556952566374e-06, + "O": 1.1149631973239593e-06, + "W": 7.760903919518114e-09, + "N": 4.569587375158335e-08, + "Y": 3.19597456837073e-05, + "U": 4.854704638290741e-09, + "K": 8.718062938228854e-10, + "L": 1.3771628459835483e-07, + "G": 9.16130102268653e-06, + "F": 0.00010431047849124297, + "E": 1.7627112356422003e-06, + "T": 4.564359551295638e-05, + "P": 0.05153333395719528, + "-": 0.9482635855674744 + }, + "id": "tp_6932" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 866533, + "label": "-", + "classification": { + "B": 3.055188790312968e-05, + "S": 6.04146453042631e-06, + "I": 0.0016695392550900578, + "C": 0.0002393549948465079, + "R": 3.738129817065783e-05, + "M": 0.0004545890842564404, + "O": 0.0001381212059641257, + "W": 1.0149256922886707e-05, + "N": 0.00011507049930514768, + "Y": 0.004454317037016153, + "U": 2.3217549824039452e-05, + "K": 0.00013102020602673292, + "L": 3.828595072263852e-05, + "G": 0.004165382124483585, + "F": 0.01218931283801794, + "E": 0.002146028680726886, + "T": 0.0022539219353348017, + "P": 0.2006361037492752, + "-": 0.7712615728378296 + }, + "id": "tp_6933" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 866633, + "label": "-", + "classification": { + "B": 6.538727603810912e-08, + "S": 4.276650145129679e-09, + "I": 4.187629940588522e-07, + "C": 8.092999337350193e-08, + "R": 1.8808774981948773e-08, + "M": 5.108111054141773e-06, + "O": 9.69727807387244e-07, + "W": 1.551552220036001e-09, + "N": 1.3454227731912738e-09, + "Y": 2.3290540411835536e-05, + "U": 1.810684380210148e-10, + "K": 5.663690696988688e-11, + "L": 2.0024177160848922e-07, + "G": 1.8993945559486747e-05, + "F": 0.00010941409709630534, + "E": 1.6403920710672537e-07, + "T": 2.991808287333697e-05, + "P": 0.003369850805029273, + "-": 0.9964415431022644 + }, + "id": "tp_6934" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 866767, + "label": "-", + "classification": { + "B": 4.1210574863725924e-07, + "S": 1.241198106072261e-06, + "I": 0.00014655801351182163, + "C": 6.7194400799053255e-06, + "R": 4.308536517783068e-06, + "M": 3.77520227630157e-05, + "O": 3.297855437267572e-05, + "W": 9.329440899819019e-07, + "N": 6.730118002451491e-06, + "Y": 0.00031118313199840486, + "U": 1.718594120347916e-07, + "K": 2.6137266218029254e-07, + "L": 2.0235036117810523e-06, + "G": 5.442172914627008e-05, + "F": 0.0010502436198294163, + "E": 2.746001882769633e-05, + "T": 0.00043432338861748576, + "P": 0.13701026141643524, + "-": 0.8608720898628235 + }, + "id": "tp_6935" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 866900, + "label": "P", + "classification": { + "B": 5.656750363414176e-05, + "S": 9.57375505095115e-06, + "I": 0.0008006793214008212, + "C": 8.327343675773591e-05, + "R": 8.700136277184356e-06, + "M": 6.173996371217072e-05, + "O": 5.800563303637318e-05, + "W": 6.2353014982363675e-06, + "N": 9.030164801515639e-05, + "Y": 0.00038221338763833046, + "U": 3.1404895253217546e-06, + "K": 5.572086593019776e-06, + "L": 7.247023404488573e-06, + "G": 0.0002103482256643474, + "F": 0.0028915011789649725, + "E": 0.000778901157900691, + "T": 0.0003915095003321767, + "P": 0.6203880310058594, + "-": 0.37376630306243896 + }, + "id": "tp_6936" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 867000, + "label": "-", + "classification": { + "B": 1.6335638974851463e-06, + "S": 2.250500983791426e-06, + "I": 0.0001453194854548201, + "C": 6.393983767338796e-06, + "R": 3.352331987116486e-06, + "M": 0.0001642029674258083, + "O": 5.5124819482443854e-05, + "W": 1.988797066587722e-06, + "N": 6.0441957430157345e-06, + "Y": 0.0018852086504921317, + "U": 5.328307111085451e-07, + "K": 1.1946725635425537e-06, + "L": 6.708721684844932e-06, + "G": 0.00021320529049262404, + "F": 0.0028169022407382727, + "E": 6.256816413952038e-05, + "T": 0.0026697481516748667, + "P": 0.0598740391433239, + "-": 0.9320834875106812 + }, + "id": "tp_6937" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 867134, + "label": "-", + "classification": { + "B": 1.606385558261536e-05, + "S": 4.66966184831108e-06, + "I": 0.0002458421513438225, + "C": 9.321163815911859e-05, + "R": 3.455003025010228e-05, + "M": 0.0010916882893070579, + "O": 9.710620361147448e-05, + "W": 2.2806523247709265e-06, + "N": 8.689369678904768e-06, + "Y": 0.010646022856235504, + "U": 2.204555585194612e-06, + "K": 1.4359586202772334e-05, + "L": 4.551371239358559e-05, + "G": 0.0047908565029501915, + "F": 0.008366572670638561, + "E": 0.0004710386274382472, + "T": 0.004914829973131418, + "P": 0.0253450907766819, + "-": 0.9438093900680542 + }, + "id": "tp_6938" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 867267, + "label": "-", + "classification": { + "B": 1.9061890270677395e-06, + "S": 2.6527934551268118e-06, + "I": 0.0003239483339712024, + "C": 1.94787990039913e-05, + "R": 3.041564696104615e-06, + "M": 5.2267947467043996e-05, + "O": 3.908895087079145e-05, + "W": 2.1997507246851455e-06, + "N": 2.7694750315276906e-05, + "Y": 0.0003669635916594416, + "U": 8.581098427384859e-07, + "K": 7.370030743913958e-06, + "L": 2.588706138340058e-06, + "G": 0.00026877576601691544, + "F": 0.0041513023898005486, + "E": 0.00033530473592691123, + "T": 0.0004152761248406023, + "P": 0.2652549743652344, + "-": 0.7287243008613586 + }, + "id": "tp_6939" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 867401, + "label": "-", + "classification": { + "B": 1.5145540146477288e-06, + "S": 5.919461045778007e-07, + "I": 0.0002679256722331047, + "C": 2.3938004233059473e-05, + "R": 7.5365733209764585e-06, + "M": 0.0006071890238672495, + "O": 2.465780016791541e-05, + "W": 8.040291277211509e-07, + "N": 3.7490040085685905e-06, + "Y": 0.0069937133230268955, + "U": 2.0739685169246513e-07, + "K": 2.4274947918456746e-06, + "L": 4.417494437802816e-06, + "G": 0.001079796114936471, + "F": 0.001422874629497528, + "E": 0.0002787447883747518, + "T": 0.0013548153219744563, + "P": 0.027796832844614983, + "-": 0.9601282477378845 + }, + "id": "tp_6940" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 867501, + "label": "-", + "classification": { + "B": 1.0073776479657681e-08, + "S": 1.2467784582526065e-09, + "I": 1.45811291076825e-05, + "C": 2.078455963783199e-06, + "R": 2.1356338208988745e-07, + "M": 1.5059687939356081e-05, + "O": 1.5235485761877499e-06, + "W": 5.6259583658402335e-09, + "N": 6.422084908308534e-08, + "Y": 6.0155914979986846e-05, + "U": 5.533045133176984e-09, + "K": 1.5556355092982699e-09, + "L": 2.637444822539692e-07, + "G": 3.759961691685021e-05, + "F": 9.409083577338606e-05, + "E": 4.365487257018685e-06, + "T": 8.79002473084256e-05, + "P": 0.026931872591376305, + "-": 0.9727501273155212 + }, + "id": "tp_6941" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 867634, + "label": "-", + "classification": { + "B": 8.421488506549224e-11, + "S": 4.051805280180787e-10, + "I": 2.9094454134792613e-07, + "C": 2.2919495279438706e-07, + "R": 2.3434871820882108e-08, + "M": 9.256979751626204e-07, + "O": 9.971904546546284e-08, + "W": 3.928440350797757e-10, + "N": 1.9991517330453235e-09, + "Y": 0.0001310088118771091, + "U": 1.3257354936069277e-10, + "K": 5.565600424972672e-09, + "L": 3.3773885910193258e-09, + "G": 4.057319529238157e-06, + "F": 0.0002445426944177598, + "E": 3.789218396832439e-07, + "T": 1.7417669369024225e-05, + "P": 0.0021636448800563812, + "-": 0.9974374771118164 + }, + "id": "tp_6942" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 867768, + "label": "-", + "classification": { + "B": 2.318894942732186e-08, + "S": 1.2371002000577391e-08, + "I": 2.62238768300449e-06, + "C": 2.3972287976903317e-07, + "R": 8.889266922551542e-08, + "M": 4.437799361767247e-06, + "O": 1.7895926021083142e-06, + "W": 3.031206574632961e-08, + "N": 2.5277355319985872e-08, + "Y": 4.4652901124209166e-05, + "U": 1.8834536152922965e-09, + "K": 1.0164081132302272e-08, + "L": 8.76036949648551e-08, + "G": 8.382186024391558e-06, + "F": 0.0003658326459117234, + "E": 1.4238324865800678e-06, + "T": 2.316986137884669e-05, + "P": 0.014481800608336926, + "-": 0.9850654006004333 + }, + "id": "tp_6943" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 867901, + "label": "-", + "classification": { + "B": 4.680334768636385e-07, + "S": 7.368915078131977e-08, + "I": 3.48138200934045e-05, + "C": 5.8504215303401e-06, + "R": 1.7882144902614527e-06, + "M": 1.9215147403883748e-05, + "O": 1.252611582458485e-05, + "W": 2.200480366809643e-07, + "N": 9.448704645365069e-07, + "Y": 0.00044461656943894923, + "U": 1.0468186673051605e-07, + "K": 7.224127074323405e-08, + "L": 8.295945121972181e-07, + "G": 7.672291394555941e-05, + "F": 0.00023364390654023737, + "E": 1.0911071512964554e-05, + "T": 0.0003254826879128814, + "P": 0.06484788656234741, + "-": 0.9339836835861206 + }, + "id": "tp_6944" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 868001, + "label": "-", + "classification": { + "B": 4.941308588968241e-07, + "S": 7.929997423161694e-07, + "I": 7.358664333878551e-06, + "C": 4.674198521570361e-07, + "R": 1.905091551179794e-07, + "M": 5.11930302309338e-05, + "O": 2.239123386971187e-05, + "W": 3.345619461470051e-07, + "N": 2.431120265100617e-07, + "Y": 0.00017313721764367074, + "U": 1.9013659979805198e-08, + "K": 4.802322450814245e-08, + "L": 1.7291757785642403e-06, + "G": 7.144669507397339e-05, + "F": 0.0013150599552318454, + "E": 1.1500732398417313e-05, + "T": 0.00030206525116227567, + "P": 0.01851186715066433, + "-": 0.9795295596122742 + }, + "id": "tp_6945" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 868135, + "label": "-", + "classification": { + "B": 6.265267984417733e-06, + "S": 2.2300304408418015e-05, + "I": 0.00011316045856801793, + "C": 4.91893406433519e-05, + "R": 1.631528175494168e-05, + "M": 0.0005607816856354475, + "O": 0.00018919714784715325, + "W": 2.1383986677392386e-05, + "N": 1.753976903273724e-05, + "Y": 0.0085646603256464, + "U": 3.490520384730189e-06, + "K": 0.0015355728100985289, + "L": 1.7115364244091325e-05, + "G": 0.002881183521822095, + "F": 0.024290280416607857, + "E": 0.0008743454236537218, + "T": 0.0028885032515972853, + "P": 0.02034306526184082, + "-": 0.9376055598258972 + }, + "id": "tp_6946" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 868268, + "label": "-", + "classification": { + "B": 1.4268506674852688e-05, + "S": 8.210860869439784e-06, + "I": 0.007951484061777592, + "C": 0.0013381728203967214, + "R": 0.0001368600787827745, + "M": 0.0004358921723905951, + "O": 0.00014009306323714554, + "W": 1.6437679732916877e-05, + "N": 0.0002289095864398405, + "Y": 0.00671358359977603, + "U": 1.8807093510986306e-05, + "K": 4.2582822061376646e-05, + "L": 3.743677370948717e-05, + "G": 0.0016696281963959336, + "F": 0.0036439888644963503, + "E": 0.0026899303775280714, + "T": 0.0020655079279094934, + "P": 0.20749825239181519, + "-": 0.7653499841690063 + }, + "id": "tp_6947" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 868402, + "label": "-", + "classification": { + "B": 6.313530889201502e-07, + "S": 1.5577900285279611e-06, + "I": 3.2805095543153584e-05, + "C": 6.980958005442517e-06, + "R": 6.845121447440761e-07, + "M": 0.00013732133083976805, + "O": 1.7429367289878428e-05, + "W": 9.598620636097621e-07, + "N": 2.595783371361904e-06, + "Y": 0.0003452142409514636, + "U": 1.695904501275436e-07, + "K": 9.052133464138024e-06, + "L": 9.609153721612529e-07, + "G": 0.00012331316247582436, + "F": 0.003959528170526028, + "E": 0.00028117879992350936, + "T": 0.00021421699784696102, + "P": 0.08842906355857849, + "-": 0.9064362645149231 + }, + "id": "tp_6948" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 868502, + "label": "-", + "classification": { + "B": 7.949140126584098e-05, + "S": 2.1906424080953002e-05, + "I": 0.00017091250629164279, + "C": 1.9156110283802263e-05, + "R": 7.131406164262444e-06, + "M": 0.0015691211447119713, + "O": 0.00043393485248088837, + "W": 1.4112052667769603e-05, + "N": 9.51698257267708e-06, + "Y": 0.000776550208684057, + "U": 1.5467805951629998e-06, + "K": 1.2946310334882583e-06, + "L": 0.00012079460429958999, + "G": 0.0005670009413734078, + "F": 0.0048721302300691605, + "E": 0.0003120767942164093, + "T": 0.002262106630951166, + "P": 0.04605568200349808, + "-": 0.9427054524421692 + }, + "id": "tp_6949" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 868635, + "label": "-", + "classification": { + "B": 1.0059445464116745e-11, + "S": 2.1556729925403806e-12, + "I": 1.3737115889256302e-09, + "C": 1.0152474000379996e-10, + "R": 8.780432977917307e-12, + "M": 7.8769293310188e-09, + "O": 2.4867492509628164e-09, + "W": 2.545153757887997e-12, + "N": 1.947347014544243e-12, + "Y": 1.4974516204802057e-07, + "U": 1.1590071079519565e-13, + "K": 7.653373377755623e-13, + "L": 3.817983776355227e-11, + "G": 2.8266155638334567e-08, + "F": 1.5838279068702832e-05, + "E": 7.750737829326226e-10, + "T": 8.30649113936488e-08, + "P": 0.0018582793418318033, + "-": 0.9981256127357483 + }, + "id": "tp_6950" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 868769, + "label": "-", + "classification": { + "B": 2.1544043192989193e-05, + "S": 1.0058775842480827e-05, + "I": 5.0512397137936205e-05, + "C": 1.849502768891398e-05, + "R": 3.25155974678637e-06, + "M": 0.00010106657282449305, + "O": 8.22836154839024e-05, + "W": 3.891021606250433e-06, + "N": 4.4846929085906595e-06, + "Y": 0.0005694442079402506, + "U": 3.827400689715432e-07, + "K": 7.827542845006974e-07, + "L": 1.2058863831043709e-05, + "G": 0.0003237206838093698, + "F": 0.007748148869723082, + "E": 9.061855962499976e-05, + "T": 0.0004405998915899545, + "P": 0.1013735979795456, + "-": 0.8891450762748718 + }, + "id": "tp_6951" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 868902, + "label": "-", + "classification": { + "B": 5.175785986466508e-07, + "S": 4.6292734623420984e-07, + "I": 0.00013190416211728007, + "C": 3.973483762820251e-05, + "R": 9.539235179545358e-06, + "M": 0.00010775225382531062, + "O": 2.321608189959079e-05, + "W": 9.896014034893597e-07, + "N": 3.2506166007806314e-06, + "Y": 0.001396077685058117, + "U": 6.215564667400031e-07, + "K": 4.665530013880925e-06, + "L": 3.90661489291233e-06, + "G": 0.0003688654978759587, + "F": 0.0037168271373957396, + "E": 9.290880552725866e-05, + "T": 0.00040427641943097115, + "P": 0.033263690769672394, + "-": 0.9604308009147644 + }, + "id": "tp_6952" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 869002, + "label": "-", + "classification": { + "B": 2.231776222161308e-11, + "S": 3.540450918548821e-11, + "I": 4.697552071775135e-07, + "C": 1.598952970027767e-08, + "R": 8.224501635289982e-10, + "M": 6.008063024864896e-08, + "O": 1.489703116419605e-08, + "W": 8.21552964547223e-11, + "N": 2.134970866762842e-09, + "Y": 8.653665645397268e-06, + "U": 1.0315358983659095e-10, + "K": 3.143962867824257e-10, + "L": 2.0054692628779236e-10, + "G": 1.9276785678812303e-07, + "F": 4.421896392159397e-06, + "E": 5.372368150347029e-08, + "T": 7.827245099178981e-06, + "P": 0.020204029977321625, + "-": 0.9797742962837219 + }, + "id": "tp_6953" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 869136, + "label": "-", + "classification": { + "B": 2.8364027571115003e-08, + "S": 1.2377318725498299e-08, + "I": 7.30794454284478e-06, + "C": 1.664326191530563e-06, + "R": 4.015825538772333e-07, + "M": 9.823220352700446e-06, + "O": 2.0431225493666716e-06, + "W": 1.4861481822947553e-08, + "N": 5.742447939383055e-08, + "Y": 0.0002378169447183609, + "U": 1.2726788511940867e-08, + "K": 2.9291467029679552e-09, + "L": 6.043827056601003e-07, + "G": 3.5722569009521976e-05, + "F": 0.00048770164721645415, + "E": 3.1117378966882825e-06, + "T": 0.00019534697639755905, + "P": 0.02060466632246971, + "-": 0.9784135818481445 + }, + "id": "tp_6954" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 869269, + "label": "-", + "classification": { + "B": 6.105997840677446e-07, + "S": 1.6453885791634093e-06, + "I": 0.005574121605604887, + "C": 0.00010176387149840593, + "R": 3.384343290235847e-05, + "M": 0.00022325656027533114, + "O": 5.066353332949802e-05, + "W": 4.51473897555843e-06, + "N": 0.00019186543067917228, + "Y": 0.00531276548281312, + "U": 4.455613179743523e-06, + "K": 9.02023384696804e-05, + "L": 3.42890825777431e-06, + "G": 0.0005101365968585014, + "F": 0.0026916288770735264, + "E": 0.0010477604810148478, + "T": 0.002364884130656719, + "P": 0.2379135638475418, + "-": 0.7438789010047913 + }, + "id": "tp_6955" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 869403, + "label": "-", + "classification": { + "B": 5.478144089465786e-07, + "S": 9.003149443742586e-07, + "I": 2.111030335072428e-05, + "C": 3.458962237345986e-05, + "R": 4.7967073442123365e-06, + "M": 6.776822556275874e-05, + "O": 2.2026903025107458e-05, + "W": 6.335153557301965e-07, + "N": 1.6895063481570105e-06, + "Y": 0.0009089873055927455, + "U": 3.4889018252215465e-07, + "K": 7.980400368978735e-06, + "L": 2.610268211356015e-06, + "G": 0.0003121152112726122, + "F": 0.01153451669961214, + "E": 8.048320887610316e-05, + "T": 0.0003689264412969351, + "P": 0.023585984483361244, + "-": 0.9630439877510071 + }, + "id": "tp_6956" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 869503, + "label": "-", + "classification": { + "B": 5.21660194863216e-06, + "S": 1.272197550861165e-06, + "I": 0.001912772306241095, + "C": 0.00027145573403686285, + "R": 5.84761546633672e-05, + "M": 0.0006371716735884547, + "O": 7.211344200186431e-05, + "W": 3.5078128348686732e-06, + "N": 5.245368811301887e-05, + "Y": 0.003595731221139431, + "U": 6.420380486815702e-06, + "K": 7.350136002060026e-06, + "L": 2.843834772647824e-05, + "G": 0.0016947330441325903, + "F": 0.003971637226641178, + "E": 0.00136365566868335, + "T": 0.0019203458214178681, + "P": 0.25649288296699524, + "-": 0.7279044389724731 + }, + "id": "tp_6957" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 869636, + "label": "-", + "classification": { + "B": 3.322750490042381e-05, + "S": 1.9160775082127657e-06, + "I": 7.633829227415845e-05, + "C": 2.4842905986588448e-05, + "R": 3.5373918763070833e-06, + "M": 0.0009528060327284038, + "O": 5.634466651827097e-05, + "W": 8.491618928019307e-07, + "N": 1.436127149645472e-06, + "Y": 0.0018298159120604396, + "U": 3.270022546075779e-07, + "K": 7.794473049216322e-07, + "L": 2.1121513782418333e-05, + "G": 0.0016622265102341771, + "F": 0.0023148704785853624, + "E": 0.00022941874340176582, + "T": 0.0013680842239409685, + "P": 0.029887931421399117, + "-": 0.9615340828895569 + }, + "id": "tp_6958" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 869770, + "label": "-", + "classification": { + "B": 6.254262552829459e-05, + "S": 1.018211059999885e-05, + "I": 0.0015816133236512542, + "C": 0.0001622903801035136, + "R": 3.743830166058615e-05, + "M": 0.0004582627152558416, + "O": 0.00025341991567984223, + "W": 1.7213596947840415e-05, + "N": 8.131790673360229e-05, + "Y": 0.0020811588037759066, + "U": 8.868857548804954e-06, + "K": 7.142343292798614e-06, + "L": 5.494856304721907e-05, + "G": 0.001483911881223321, + "F": 0.002610863419249654, + "E": 0.000702430959790945, + "T": 0.0016310281353071332, + "P": 0.23209765553474426, + "-": 0.7566576600074768 + }, + "id": "tp_6959" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 869903, + "label": "-", + "classification": { + "B": 7.372332078148247e-08, + "S": 2.7789266709987714e-07, + "I": 3.072854451602325e-05, + "C": 2.4714317987672985e-06, + "R": 6.256593110265385e-07, + "M": 7.169715445343172e-06, + "O": 1.0263367585139349e-05, + "W": 4.87368083668116e-07, + "N": 1.7155683735836647e-06, + "Y": 0.000347490597050637, + "U": 1.723320508517645e-07, + "K": 6.588847440980317e-07, + "L": 4.86831083890138e-07, + "G": 4.4041422370355576e-05, + "F": 0.0016767323249951005, + "E": 1.3244609363027848e-05, + "T": 0.0002758201735559851, + "P": 0.11794045567512512, + "-": 0.8796470165252686 + }, + "id": "tp_6960" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 870003, + "label": "-", + "classification": { + "B": 7.36611013962829e-07, + "S": 2.335299313926953e-06, + "I": 0.0017840377986431122, + "C": 0.00010054760059574619, + "R": 2.591193697298877e-05, + "M": 9.640858479542658e-05, + "O": 5.599679934675805e-05, + "W": 3.7146864997339435e-06, + "N": 0.0001260525459656492, + "Y": 0.0011028539156541228, + "U": 3.863801339321071e-06, + "K": 3.342462514410727e-05, + "L": 3.734791789611336e-06, + "G": 0.0001856334856711328, + "F": 0.0020727820228785276, + "E": 0.000934370094910264, + "T": 0.0008387361303903162, + "P": 0.2635112404823303, + "-": 0.7291175127029419 + }, + "id": "tp_6961" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 870137, + "label": "-", + "classification": { + "B": 1.654582071353161e-08, + "S": 3.660622027723548e-08, + "I": 4.129414264752995e-06, + "C": 2.871217219535538e-08, + "R": 3.1917293252803347e-09, + "M": 1.4200915074980003e-06, + "O": 6.448251497204183e-07, + "W": 1.783081948758536e-08, + "N": 2.341400886507472e-07, + "Y": 1.5309560694731772e-05, + "U": 3.3760860773668355e-09, + "K": 3.45887976038739e-08, + "L": 1.5597233726794002e-08, + "G": 1.1969162869718275e-06, + "F": 0.0003980078035965562, + "E": 7.5826424108527135e-06, + "T": 3.729816307895817e-05, + "P": 0.17177115380764008, + "-": 0.8277628421783447 + }, + "id": "tp_6962" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 870270, + "label": "-", + "classification": { + "B": 3.421629557465167e-08, + "S": 1.666142424028294e-07, + "I": 0.0002746575337368995, + "C": 1.7823309690356837e-06, + "R": 1.6179390627257817e-07, + "M": 6.190396561578382e-06, + "O": 2.0218676581862383e-06, + "W": 2.1568497743373882e-07, + "N": 2.664482053660322e-05, + "Y": 0.0001516259799245745, + "U": 1.356557675080694e-07, + "K": 3.159461994073354e-05, + "L": 5.108764966621493e-08, + "G": 2.562861845945008e-05, + "F": 0.0019624787382781506, + "E": 0.000627573230303824, + "T": 9.875545947579667e-05, + "P": 0.482864648103714, + "-": 0.5139256119728088 + }, + "id": "tp_6963" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 870404, + "label": "-", + "classification": { + "B": 1.7322408041309245e-07, + "S": 1.742140298688355e-08, + "I": 3.1002047762740403e-05, + "C": 1.1323471937885188e-07, + "R": 1.333360266642103e-08, + "M": 4.9979821596934926e-06, + "O": 7.500724450437701e-07, + "W": 9.644383069939977e-09, + "N": 4.23403520244392e-07, + "Y": 2.7610656616161577e-05, + "U": 2.8649598249330666e-09, + "K": 2.685987077200025e-08, + "L": 4.8195158086628e-08, + "G": 2.1057468984508887e-05, + "F": 0.0003069359518121928, + "E": 0.00011931176413781941, + "T": 4.13717316405382e-05, + "P": 0.3600331246852875, + "-": 0.639413058757782 + }, + "id": "tp_6964" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 870504, + "label": "-", + "classification": { + "B": 9.984589866007809e-08, + "S": 1.8203241580749818e-08, + "I": 8.671623800182715e-05, + "C": 2.659609663169249e-06, + "R": 1.1272493338765344e-07, + "M": 2.3005898128758417e-06, + "O": 5.127086524225888e-07, + "W": 1.9665661099566023e-08, + "N": 1.1339953971400973e-06, + "Y": 0.0001116396306315437, + "U": 3.521646263493494e-08, + "K": 3.780072574954829e-07, + "L": 6.3424643315102e-08, + "G": 2.8033471608068794e-05, + "F": 0.000990208238363266, + "E": 0.00010720839054556563, + "T": 3.041550917259883e-05, + "P": 0.323002427816391, + "-": 0.6756360530853271 + }, + "id": "tp_6965" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 870637, + "label": "-", + "classification": { + "B": 8.496713235217612e-06, + "S": 7.653159627807327e-06, + "I": 0.00016819442680571228, + "C": 7.123036630218849e-05, + "R": 8.680589417053852e-06, + "M": 4.6648125135106966e-05, + "O": 4.135858398512937e-05, + "W": 8.988467016024515e-06, + "N": 2.833785765687935e-05, + "Y": 0.001253896625712514, + "U": 4.426564373716246e-06, + "K": 0.0001273550296900794, + "L": 2.519240297260694e-06, + "G": 0.00021178250608500093, + "F": 0.009660059586167336, + "E": 0.00041426028474234045, + "T": 0.0004669777990784496, + "P": 0.1919952630996704, + "-": 0.7954738736152649 + }, + "id": "tp_6966" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 870771, + "label": "-", + "classification": { + "B": 7.954398824949749e-06, + "S": 1.089018041966483e-05, + "I": 0.0034767233300954103, + "C": 0.00012575417349580675, + "R": 1.7829968783189543e-05, + "M": 0.0005356458714231849, + "O": 0.00010253464279230684, + "W": 1.1470730896689929e-05, + "N": 0.0002653718984220177, + "Y": 0.0030600533355027437, + "U": 9.048861102201045e-06, + "K": 5.365874312701635e-05, + "L": 1.0414003554615192e-05, + "G": 0.00045619322918355465, + "F": 0.0019126766128465533, + "E": 0.0014773951843380928, + "T": 0.003323751501739025, + "P": 0.4084743559360504, + "-": 0.5766683220863342 + }, + "id": "tp_6967" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 870904, + "label": "-", + "classification": { + "B": 5.846834838507675e-08, + "S": 1.3633748494612519e-06, + "I": 0.00020085889264009893, + "C": 7.960272228046961e-07, + "R": 3.3043991720660415e-07, + "M": 8.061421249294654e-05, + "O": 1.3154212865629233e-05, + "W": 5.538140612770803e-07, + "N": 1.058635189110646e-05, + "Y": 0.003326348727568984, + "U": 3.515574320545056e-08, + "K": 4.619560422725044e-05, + "L": 1.2959935702383518e-07, + "G": 0.00014163667219690979, + "F": 0.004113344941288233, + "E": 9.079454321181402e-05, + "T": 0.0019797971472144127, + "P": 0.08672794699668884, + "-": 0.9032654166221619 + }, + "id": "tp_6968" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 871004, + "label": "-", + "classification": { + "B": 1.1267188293473396e-09, + "S": 3.2047298148540904e-10, + "I": 1.820668148866389e-05, + "C": 3.565327233445714e-07, + "R": 2.26564083050107e-08, + "M": 3.2362586921408365e-07, + "O": 5.661690494207505e-08, + "W": 5.513564604875398e-10, + "N": 5.2473854594836666e-08, + "Y": 9.859189594862983e-05, + "U": 2.725761616417799e-09, + "K": 4.323655211635469e-09, + "L": 1.1306482861073164e-08, + "G": 1.4851899322820827e-05, + "F": 8.101660932879895e-05, + "E": 3.837257736449828e-06, + "T": 2.118925840477459e-05, + "P": 0.07699349522590637, + "-": 0.9227679967880249 + }, + "id": "tp_6969" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 871138, + "label": "-", + "classification": { + "B": 3.9093176612547964e-11, + "S": 3.5204265717847516e-12, + "I": 1.669809876148065e-06, + "C": 1.850282771442835e-08, + "R": 2.197809045867416e-09, + "M": 2.5558691163496405e-07, + "O": 9.864279171267754e-09, + "W": 2.2655103487645434e-11, + "N": 1.3285684774544393e-09, + "Y": 9.835567652771715e-06, + "U": 2.0412250015255928e-11, + "K": 4.802466063713595e-11, + "L": 4.255465424485294e-10, + "G": 1.54237159222248e-06, + "F": 9.057209354068618e-06, + "E": 4.891828098152473e-07, + "T": 3.489228674879996e-06, + "P": 0.03952808305621147, + "-": 0.9604454040527344 + }, + "id": "tp_6970" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 871271, + "label": "-", + "classification": { + "B": 2.5484738763736914e-09, + "S": 1.1336756422508643e-08, + "I": 1.1081525599365705e-06, + "C": 7.290429948625388e-08, + "R": 8.871089640649643e-09, + "M": 1.423338630957005e-06, + "O": 9.277462140744319e-07, + "W": 7.138052371402637e-09, + "N": 4.031052114328304e-08, + "Y": 1.493871877755737e-05, + "U": 5.76889314096718e-10, + "K": 2.8700626319988487e-09, + "L": 1.0538175665431027e-08, + "G": 2.0453196611924795e-06, + "F": 6.823420699220151e-05, + "E": 4.587874400385772e-07, + "T": 5.511086055776104e-05, + "P": 0.030919833108782768, + "-": 0.9689356684684753 + }, + "id": "tp_6971" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 871405, + "label": "-", + "classification": { + "B": 3.16442055918742e-05, + "S": 5.742076973547228e-05, + "I": 0.0019995588809251785, + "C": 0.0003469230723567307, + "R": 4.50565385108348e-05, + "M": 0.0011514509096741676, + "O": 0.0003434749669395387, + "W": 4.201806223136373e-05, + "N": 0.00027714367024600506, + "Y": 0.0018258822383359075, + "U": 1.5038460333016701e-05, + "K": 7.943146920297295e-05, + "L": 7.119891961337999e-05, + "G": 0.001210263348184526, + "F": 0.02075771614909172, + "E": 0.0034310698974877596, + "T": 0.002189687453210354, + "P": 0.30269184708595276, + "-": 0.6634331345558167 + }, + "id": "tp_6972" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 871505, + "label": "-", + "classification": { + "B": 2.0254346964065917e-06, + "S": 1.1355463129802956e-06, + "I": 0.0003705122508108616, + "C": 2.428622974548489e-05, + "R": 2.711874685701332e-06, + "M": 6.256608321564272e-05, + "O": 2.103325823554769e-05, + "W": 2.169590743505978e-06, + "N": 1.4432873285841197e-05, + "Y": 0.0003365003503859043, + "U": 1.0634214504534611e-06, + "K": 2.87715897684393e-06, + "L": 2.4302203200932126e-06, + "G": 0.00010764463513623923, + "F": 0.0022029702086001635, + "E": 0.0005191315431147814, + "T": 0.00028722555725835264, + "P": 0.4141424298286438, + "-": 0.5818967819213867 + }, + "id": "tp_6973" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 871638, + "label": "-", + "classification": { + "B": 5.550760406869415e-10, + "S": 2.539018328917564e-09, + "I": 1.7799376337279682e-06, + "C": 6.005587493973508e-08, + "R": 5.024462179648026e-09, + "M": 9.24252901768341e-07, + "O": 2.0524120714071614e-07, + "W": 2.237071639044075e-09, + "N": 4.0371165965780165e-08, + "Y": 4.093513052794151e-05, + "U": 3.705129258957385e-10, + "K": 3.014913119159246e-08, + "L": 1.7872745505798093e-09, + "G": 1.616531676518207e-06, + "F": 0.00029557314701378345, + "E": 3.285494585725246e-06, + "T": 1.5168520803854335e-05, + "P": 0.02030525542795658, + "-": 0.9793351888656616 + }, + "id": "tp_6974" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 871772, + "label": "-", + "classification": { + "B": 2.4920959162955114e-07, + "S": 8.383847927007082e-08, + "I": 0.00032494476181454957, + "C": 8.479220923618414e-06, + "R": 9.683172947916319e-07, + "M": 2.1175030269660056e-05, + "O": 3.1423157906829147e-06, + "W": 1.389023367437403e-07, + "N": 6.627687525906367e-06, + "Y": 0.0005545596941374242, + "U": 2.2780882602546626e-07, + "K": 1.0145622582058422e-06, + "L": 2.728153276621015e-07, + "G": 8.853086910676211e-05, + "F": 0.0004913883167319, + "E": 0.00015205568342935294, + "T": 0.00022100562637206167, + "P": 0.38875892758369446, + "-": 0.609366238117218 + }, + "id": "tp_6975" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 871905, + "label": "-", + "classification": { + "B": 1.4569229503380576e-11, + "S": 2.0571827227811035e-11, + "I": 4.101297236047685e-06, + "C": 1.604027488610882e-08, + "R": 2.7414351344567933e-10, + "M": 5.025231786248696e-09, + "O": 2.380938557422496e-09, + "W": 3.788244024027776e-11, + "N": 5.953607029596242e-08, + "Y": 2.6137690838368144e-06, + "U": 9.839497966401822e-11, + "K": 1.0318883170157278e-07, + "L": 8.66545290384435e-12, + "G": 1.4939956827220158e-07, + "F": 8.778909250395373e-05, + "E": 6.11385257798247e-06, + "T": 3.8512746414198773e-07, + "P": 0.4335489273071289, + "-": 0.5663497447967529 + }, + "id": "tp_6976" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 872005, + "label": "-", + "classification": { + "B": 6.37234677469678e-07, + "S": 2.227792492703884e-07, + "I": 0.0001982661779038608, + "C": 1.8569877283880487e-05, + "R": 3.897732767654816e-06, + "M": 1.7884263797895983e-05, + "O": 1.0206612387264613e-05, + "W": 6.512416916848451e-07, + "N": 6.4364808167738374e-06, + "Y": 0.0002620670129545033, + "U": 4.5286319050319435e-07, + "K": 2.1936230041319504e-06, + "L": 7.91863385529723e-07, + "G": 0.00010175555507885292, + "F": 0.0010179913369938731, + "E": 0.00010245196608593687, + "T": 0.00022554669703822583, + "P": 0.32091155648231506, + "-": 0.6771184802055359 + }, + "id": "tp_6977" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 872139, + "label": "-", + "classification": { + "B": 4.1919989257621637e-07, + "S": 9.032332570768631e-08, + "I": 0.0003347863384988159, + "C": 1.942819835676346e-05, + "R": 1.1018072427759762e-06, + "M": 4.448601612239145e-05, + "O": 4.701947545981966e-06, + "W": 1.7628376269840373e-07, + "N": 1.2777341908076778e-05, + "Y": 0.0004910309799015522, + "U": 2.4189785108319484e-07, + "K": 7.209119303297484e-06, + "L": 4.736130279070494e-07, + "G": 0.0002932626521214843, + "F": 0.0024307796265929937, + "E": 0.0017432916210964322, + "T": 0.00018109047960024327, + "P": 0.43210649490356445, + "-": 0.5623281002044678 + }, + "id": "tp_6978" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 872272, + "label": "-", + "classification": { + "B": 1.3613721421279479e-06, + "S": 1.0224728157481877e-06, + "I": 0.0008034989587031305, + "C": 0.00018538831500336528, + "R": 1.4337486391013954e-05, + "M": 0.00011317245662212372, + "O": 3.669360376079567e-05, + "W": 2.1469804778462276e-06, + "N": 4.270865974831395e-05, + "Y": 0.0009755414794199169, + "U": 2.2739761789125623e-06, + "K": 2.523528746678494e-05, + "L": 3.2594646199868293e-06, + "G": 0.0003696683270391077, + "F": 0.004688940476626158, + "E": 0.0009331622859463096, + "T": 0.000428626750363037, + "P": 0.21993353962898254, + "-": 0.7714395523071289 + }, + "id": "tp_6979" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 872406, + "label": "-", + "classification": { + "B": 1.4210759218258318e-06, + "S": 1.4952704532333883e-06, + "I": 0.0008444130653515458, + "C": 0.00010002505587181076, + "R": 1.806695399864111e-05, + "M": 7.221339183161035e-05, + "O": 4.76355962746311e-05, + "W": 4.821206857741345e-06, + "N": 8.91029485501349e-05, + "Y": 0.0010164222912862897, + "U": 5.7008237490663305e-06, + "K": 0.0001768785441527143, + "L": 3.6163830827717902e-06, + "G": 0.00031989507260732353, + "F": 0.010074454359710217, + "E": 0.0008924343856051564, + "T": 0.0007004824583418667, + "P": 0.16899171471595764, + "-": 0.8166393041610718 + }, + "id": "tp_6980" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 872506, + "label": "-", + "classification": { + "B": 1.7277678807658958e-06, + "S": 8.723162636670168e-07, + "I": 0.0010710443602874875, + "C": 3.661253140307963e-05, + "R": 1.1521061423991341e-05, + "M": 4.52399835921824e-05, + "O": 3.209455098840408e-05, + "W": 3.65976393368328e-06, + "N": 2.9993654607096687e-05, + "Y": 0.0004460687341634184, + "U": 1.5616511745975004e-06, + "K": 2.566749799370882e-06, + "L": 3.5345628930372186e-06, + "G": 9.871242946246639e-05, + "F": 0.0010455818846821785, + "E": 0.0002072179049719125, + "T": 0.00029480012017302215, + "P": 0.32216694951057434, + "-": 0.6745002269744873 + }, + "id": "tp_6981" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 872639, + "label": "-", + "classification": { + "B": 2.3565346896070594e-10, + "S": 1.6505424804691415e-09, + "I": 2.6145295123569667e-05, + "C": 4.432703235579538e-07, + "R": 2.829878553711751e-08, + "M": 7.142421054595616e-07, + "O": 1.878545248246155e-07, + "W": 2.1826467300201102e-09, + "N": 4.702774560882972e-07, + "Y": 3.129283868474886e-05, + "U": 3.3571090352069177e-09, + "K": 8.066233903036846e-08, + "L": 2.9764584130731464e-09, + "G": 2.2997560336079914e-06, + "F": 6.609327101614326e-05, + "E": 4.886142505711177e-06, + "T": 5.113379665999673e-05, + "P": 0.1736265867948532, + "-": 0.8261896967887878 + }, + "id": "tp_6982" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 872773, + "label": "-", + "classification": { + "B": 9.138158008070718e-10, + "S": 1.7045612699106982e-09, + "I": 3.005824737556395e-06, + "C": 3.3628259643592173e-07, + "R": 2.3837605667154094e-08, + "M": 7.298785362763738e-07, + "O": 1.0937726102611123e-07, + "W": 1.9957402397352553e-09, + "N": 3.4693567130261727e-08, + "Y": 2.6186769900959916e-05, + "U": 2.1218748980089686e-09, + "K": 2.7056973550543262e-08, + "L": 3.3549651945463665e-09, + "G": 2.1252762962831184e-06, + "F": 0.00015918845019768924, + "E": 1.3232510127636488e-06, + "T": 2.8988268240937032e-05, + "P": 0.09477981925010681, + "-": 0.9049980640411377 + }, + "id": "tp_6983" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 872906, + "label": "-", + "classification": { + "B": 7.458255595338414e-07, + "S": 1.791381549764992e-07, + "I": 6.045930786058307e-05, + "C": 1.730811845845892e-06, + "R": 1.0856629728550615e-07, + "M": 0.00011282828927505761, + "O": 5.155505277798511e-06, + "W": 1.6436383987183945e-07, + "N": 1.712065568426624e-06, + "Y": 0.0003161966160405427, + "U": 5.7090023375394594e-08, + "K": 4.3519264636415755e-07, + "L": 6.077702892071102e-07, + "G": 0.00010362912871642038, + "F": 0.0012088881339877844, + "E": 0.0002984824823215604, + "T": 0.00018889941566158086, + "P": 0.1958000361919403, + "-": 0.8018997311592102 + }, + "id": "tp_6984" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 873006, + "label": "-", + "classification": { + "B": 7.25136317214492e-07, + "S": 8.508862947564921e-07, + "I": 2.2879619791638106e-05, + "C": 8.189143045456149e-06, + "R": 1.8131876231564092e-06, + "M": 5.821380909765139e-05, + "O": 2.0898271031910554e-05, + "W": 9.631272632759647e-07, + "N": 1.5258774510584772e-06, + "Y": 0.0008444905979558825, + "U": 3.642020089955622e-07, + "K": 3.2626267056912184e-06, + "L": 2.6555644581094384e-06, + "G": 0.00015097497089300305, + "F": 0.009465529583394527, + "E": 5.68601353734266e-05, + "T": 0.0002951585629489273, + "P": 0.05043727532029152, + "-": 0.938627302646637 + }, + "id": "tp_6985" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 873140, + "label": "-", + "classification": { + "B": 5.129821567528836e-11, + "S": 3.5956293498173864e-10, + "I": 2.370456741118687e-06, + "C": 1.6195684793274268e-09, + "R": 2.1876042644031202e-10, + "M": 1.1764326401930703e-08, + "O": 1.398730908874768e-08, + "W": 1.6588286300134314e-10, + "N": 4.1821518692586324e-08, + "Y": 8.652642691231449e-07, + "U": 6.336127456041396e-11, + "K": 4.242875384363742e-09, + "L": 7.070632274119859e-11, + "G": 1.0269071282209552e-07, + "F": 3.35102085955441e-05, + "E": 8.546675189791131e-07, + "T": 1.700012603578216e-06, + "P": 0.47776511311531067, + "-": 0.5221953392028809 + }, + "id": "tp_6986" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 873273, + "label": "-", + "classification": { + "B": 3.231384271273896e-09, + "S": 5.580986228714835e-10, + "I": 1.709452703835268e-06, + "C": 2.657117548210408e-08, + "R": 8.717829791393683e-10, + "M": 1.1086226550105494e-06, + "O": 1.4717296892285958e-07, + "W": 3.8427741544388994e-10, + "N": 7.2644046333891765e-09, + "Y": 2.2294616428553127e-06, + "U": 7.803407225948078e-11, + "K": 2.466491247354874e-11, + "L": 6.066326996290172e-09, + "G": 6.252932962524937e-07, + "F": 1.3742213923251256e-05, + "E": 1.7196493899973575e-06, + "T": 5.161578883416951e-06, + "P": 0.06563835591077805, + "-": 0.9343351721763611 + }, + "id": "tp_6987" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 873407, + "label": "-", + "classification": { + "B": 1.071860609158648e-07, + "S": 3.0018190955161117e-07, + "I": 5.5647218687226996e-05, + "C": 3.726554859895259e-05, + "R": 4.480503775994293e-06, + "M": 4.2768046114360914e-05, + "O": 1.0680556442821398e-05, + "W": 4.912872668683121e-07, + "N": 2.367663910263218e-06, + "Y": 0.0009395714150741696, + "U": 1.8678007052130852e-07, + "K": 2.7771886834671022e-06, + "L": 6.923895057298068e-07, + "G": 0.00010715351527323946, + "F": 0.0024454311933368444, + "E": 4.3878317228518426e-05, + "T": 0.0003191946307197213, + "P": 0.054739367216825485, + "-": 0.9412476420402527 + }, + "id": "tp_6988" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 873507, + "label": "-", + "classification": { + "B": 4.88802909259789e-09, + "S": 6.855316869724959e-10, + "I": 3.6373887724039378e-06, + "C": 4.310195720336196e-07, + "R": 2.1561113783263863e-08, + "M": 7.505166763621673e-07, + "O": 1.170276462403308e-07, + "W": 1.8961126002636775e-09, + "N": 2.8333225543519802e-08, + "Y": 5.005463390261866e-05, + "U": 2.2667712151758224e-09, + "K": 2.570069845830858e-08, + "L": 9.016443591747247e-09, + "G": 8.983112820715178e-06, + "F": 0.0005291385459713638, + "E": 4.876405910181347e-06, + "T": 1.1140445167256985e-05, + "P": 0.06503313034772873, + "-": 0.9343575835227966 + }, + "id": "tp_6989" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 873640, + "label": "-", + "classification": { + "B": 1.4645552548486762e-09, + "S": 3.5793004116158045e-09, + "I": 2.6602354409988038e-05, + "C": 3.0484653734674794e-07, + "R": 3.4245264401988607e-08, + "M": 3.634865777257801e-07, + "O": 1.8987110195212153e-07, + "W": 1.3144833665990063e-08, + "N": 3.437236557601864e-07, + "Y": 2.4308568754349835e-05, + "U": 1.2230104040611423e-08, + "K": 1.3524761754979409e-07, + "L": 5.275082592959279e-09, + "G": 1.6799435798020568e-06, + "F": 0.00015457943663932383, + "E": 8.932487617130391e-06, + "T": 2.2626074496656656e-05, + "P": 0.2651499807834625, + "-": 0.7346099019050598 + }, + "id": "tp_6990" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 873774, + "label": "-", + "classification": { + "B": 3.400218702154234e-07, + "S": 2.617279335481726e-07, + "I": 0.00034811883233487606, + "C": 2.3114795112633146e-05, + "R": 1.7588288301340071e-06, + "M": 5.354204768082127e-05, + "O": 1.029365012072958e-05, + "W": 4.752985773848195e-07, + "N": 1.3861796105629764e-05, + "Y": 0.00029997885576449335, + "U": 5.720415288124059e-07, + "K": 3.424366695981007e-06, + "L": 8.784634815128811e-07, + "G": 9.799052349990234e-05, + "F": 0.0012212488800287247, + "E": 0.000593653239775449, + "T": 0.00028423036565072834, + "P": 0.25101959705352783, + "-": 0.7460267543792725 + }, + "id": "tp_6991" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 873907, + "label": "-", + "classification": { + "B": 1.4542012038987195e-10, + "S": 8.711001364680726e-11, + "I": 5.0909658710907024e-08, + "C": 1.6498699628719748e-10, + "R": 6.431815583601841e-12, + "M": 1.9487831792730503e-08, + "O": 1.9704504694573188e-08, + "W": 4.969650385655555e-11, + "N": 7.236017340872536e-10, + "Y": 6.662527596290602e-08, + "U": 2.165172988816133e-12, + "K": 4.365676656986617e-12, + "L": 1.0389179100345203e-10, + "G": 1.2321054398967135e-08, + "F": 1.1409221770009026e-05, + "E": 8.36491125255634e-08, + "T": 4.689357524512161e-07, + "P": 0.1837558150291443, + "-": 0.8162319660186768 + }, + "id": "tp_6992" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 874007, + "label": "-", + "classification": { + "B": 4.5296794093374615e-10, + "S": 2.1593893340110526e-10, + "I": 8.94562981557101e-05, + "C": 3.6691332638838503e-07, + "R": 3.6215599408251364e-08, + "M": 6.352003083520685e-07, + "O": 8.247621252621684e-08, + "W": 2.6584929813111557e-09, + "N": 3.947179436636361e-07, + "Y": 4.8150344809982926e-05, + "U": 3.387576219537891e-09, + "K": 3.935180004077665e-08, + "L": 2.0024688573982985e-09, + "G": 2.5701044705783715e-06, + "F": 3.256962008890696e-05, + "E": 1.5174415239016525e-05, + "T": 1.9772754967561923e-05, + "P": 0.32415124773979187, + "-": 0.6756394505500793 + }, + "id": "tp_6993" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 874141, + "label": "-", + "classification": { + "B": 6.632208560120034e-09, + "S": 7.387834344285693e-09, + "I": 2.792465420498047e-05, + "C": 9.503109481556749e-07, + "R": 1.0132744421298412e-07, + "M": 1.5049258763610851e-05, + "O": 1.1396110721761943e-06, + "W": 1.10890354676485e-08, + "N": 2.3334614240866358e-07, + "Y": 0.000110333610791713, + "U": 7.96625876375856e-09, + "K": 3.373383794524898e-09, + "L": 8.914392424230755e-08, + "G": 7.493602879549144e-06, + "F": 5.403978502727114e-05, + "E": 6.8554850258806255e-06, + "T": 0.00025584507966414094, + "P": 0.03500090539455414, + "-": 0.9645190238952637 + }, + "id": "tp_6994" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 874274, + "label": "-", + "classification": { + "B": 7.296776960430407e-09, + "S": 3.8943076541286814e-10, + "I": 1.217204044223763e-05, + "C": 3.801316665885679e-07, + "R": 3.213193267015413e-09, + "M": 1.9901392533938633e-06, + "O": 9.3603212292237e-08, + "W": 1.5463069713561595e-09, + "N": 1.0728099653078971e-07, + "Y": 8.566975338908378e-06, + "U": 1.0829526164712888e-09, + "K": 2.2528231724550096e-08, + "L": 4.354836491415881e-09, + "G": 6.776492682547541e-06, + "F": 0.00016991586016956717, + "E": 0.00015019223792478442, + "T": 2.7750290882977424e-06, + "P": 0.38209256529808044, + "-": 0.6175545454025269 + }, + "id": "tp_6995" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 874408, + "label": "P", + "classification": { + "B": 4.2905369923573744e-07, + "S": 6.505960925551335e-08, + "I": 0.0002911075425799936, + "C": 6.6372354012855794e-06, + "R": 9.664145181886852e-07, + "M": 1.1879832527483813e-05, + "O": 4.760720912599936e-06, + "W": 1.0618587964472681e-07, + "N": 3.3209937555511715e-06, + "Y": 3.974623905378394e-05, + "U": 6.836523880338063e-08, + "K": 7.434388660243485e-09, + "L": 7.013643994469021e-07, + "G": 3.259511504438706e-05, + "F": 8.510590123478323e-05, + "E": 2.2310658096102998e-05, + "T": 9.936669084709138e-05, + "P": 0.5907743573188782, + "-": 0.4086264371871948 + }, + "id": "tp_6996" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 874508, + "label": "-", + "classification": { + "B": 1.5267783481931474e-08, + "S": 1.1159025925522315e-09, + "I": 8.12137750472175e-06, + "C": 1.0461354094104536e-07, + "R": 1.5240521733517198e-08, + "M": 1.935109139594715e-05, + "O": 4.041491479256365e-07, + "W": 1.3961919398397526e-09, + "N": 2.357042738765358e-08, + "Y": 0.00013294110249262303, + "U": 1.25073662538e-09, + "K": 1.2983072394945339e-09, + "L": 9.012335766556134e-08, + "G": 4.701483339886181e-05, + "F": 0.00010963829845422879, + "E": 7.20662410458317e-06, + "T": 8.817283378448337e-05, + "P": 0.04137017950415611, + "-": 0.9582167863845825 + }, + "id": "tp_6997" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 874641, + "label": "-", + "classification": { + "B": 2.3752042555003072e-09, + "S": 4.145381371500889e-09, + "I": 5.380244601838058e-06, + "C": 1.637749562632962e-07, + "R": 3.6362202138207067e-09, + "M": 3.1142045031629095e-07, + "O": 9.475964191096864e-08, + "W": 2.1302484221052964e-09, + "N": 1.3362067363686947e-07, + "Y": 1.7038268197211437e-05, + "U": 5.943261993657245e-10, + "K": 1.8310490901285448e-08, + "L": 1.6763109789152963e-09, + "G": 2.2779195205657743e-06, + "F": 0.00020674418192356825, + "E": 6.443425263569225e-06, + "T": 4.8697120291762985e-06, + "P": 0.22442802786827087, + "-": 0.775328516960144 + }, + "id": "tp_6998" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 874775, + "label": "-", + "classification": { + "B": 4.0637200271476104e-08, + "S": 2.4324757319504897e-08, + "I": 3.53181894752197e-05, + "C": 1.1056665272235477e-07, + "R": 2.641147744952832e-08, + "M": 2.831139227055246e-06, + "O": 1.2208531643409515e-06, + "W": 1.519979164754659e-08, + "N": 6.290416081355943e-07, + "Y": 6.044958718121052e-05, + "U": 5.408241854354401e-09, + "K": 2.70816773451088e-08, + "L": 5.143945713825815e-08, + "G": 1.4928201380826067e-05, + "F": 9.729110752232373e-05, + "E": 8.417253411607817e-06, + "T": 0.00013831428077537566, + "P": 0.34736761450767517, + "-": 0.6522728204727173 + }, + "id": "tp_6999" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 874908, + "label": "-", + "classification": { + "B": 1.3226190975768048e-10, + "S": 5.698749472315967e-09, + "I": 1.546552994113881e-05, + "C": 1.9738087075893418e-07, + "R": 3.215361132902217e-08, + "M": 2.475160556514311e-07, + "O": 1.4874827058974915e-07, + "W": 1.7457722378821927e-08, + "N": 7.752686883577553e-07, + "Y": 0.00010417736484669149, + "U": 1.1916651665444533e-08, + "K": 0.00030307326233014464, + "L": 5.496227362122852e-10, + "G": 2.5806602934608236e-06, + "F": 0.0016478679608553648, + "E": 4.976424315827899e-05, + "T": 9.315791430708487e-06, + "P": 0.07164951413869858, + "-": 0.926216721534729 + }, + "id": "tp_7000" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 875008, + "label": "-", + "classification": { + "B": 1.3868034329789225e-06, + "S": 1.8724247183854459e-06, + "I": 0.0004941241350024939, + "C": 4.314292891649529e-05, + "R": 1.530151530459989e-05, + "M": 0.00020241050515323877, + "O": 7.333297253353521e-05, + "W": 5.0991648095077835e-06, + "N": 3.1061175832292065e-05, + "Y": 0.002824199851602316, + "U": 2.1627513433486456e-06, + "K": 2.004573070735205e-05, + "L": 5.852938102179905e-06, + "G": 0.0004466032260097563, + "F": 0.003297627903521061, + "E": 0.0003192650037817657, + "T": 0.001299954834394157, + "P": 0.16401147842407227, + "-": 0.8269050717353821 + }, + "id": "tp_7001" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 875142, + "label": "-", + "classification": { + "B": 7.693461319402406e-12, + "S": 9.176274323730027e-12, + "I": 3.352335511408455e-07, + "C": 5.20186294039604e-09, + "R": 1.2994522124998298e-10, + "M": 2.1643735692578048e-08, + "O": 4.361599081903478e-09, + "W": 2.3346113237066035e-11, + "N": 1.9455486111041864e-09, + "Y": 1.1025543926734827e-06, + "U": 6.429439879801491e-12, + "K": 4.854496804540531e-10, + "L": 3.2821474704736175e-11, + "G": 5.971799055259908e-08, + "F": 6.254846084630117e-05, + "E": 5.827082532050554e-07, + "T": 5.074084015177505e-07, + "P": 0.10139037668704987, + "-": 0.898544430732727 + }, + "id": "tp_7002" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 875275, + "label": "-", + "classification": { + "B": 2.8376788918649254e-07, + "S": 6.80143728004623e-07, + "I": 0.0005607128841802478, + "C": 2.1546809875871986e-05, + "R": 4.281832843844313e-06, + "M": 4.611467011272907e-05, + "O": 1.1326684216328431e-05, + "W": 1.3820625781590934e-06, + "N": 4.446488674147986e-05, + "Y": 0.0030534968245774508, + "U": 8.25072959287354e-07, + "K": 0.00020291713008191437, + "L": 3.5934726838604547e-07, + "G": 0.0001316018169745803, + "F": 0.003417465602979064, + "E": 0.0010068523697555065, + "T": 0.0004811137623619288, + "P": 0.1897660791873932, + "-": 0.8012486100196838 + }, + "id": "tp_7003" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 875375, + "label": "-", + "classification": { + "B": 5.884255074306566e-07, + "S": 1.2318710105319042e-06, + "I": 0.00021877593826502562, + "C": 4.751664164359681e-05, + "R": 1.1206877388758585e-05, + "M": 0.00016129449068102986, + "O": 2.0875038899248466e-05, + "W": 1.7628983641770901e-06, + "N": 1.0322861271561123e-05, + "Y": 0.0032999529503285885, + "U": 1.090627051780757e-06, + "K": 0.0003205276152584702, + "L": 1.3864254242434981e-06, + "G": 0.0005400311783887446, + "F": 0.005470713134855032, + "E": 0.000833570200484246, + "T": 0.0005832522874698043, + "P": 0.03719301149249077, + "-": 0.9512828588485718 + }, + "id": "tp_7004" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 875509, + "label": "-", + "classification": { + "B": 0.0006496734567917883, + "S": 0.0005561932921409607, + "I": 0.00811731070280075, + "C": 0.005307003390043974, + "R": 0.0011338446056470275, + "M": 0.01437454391270876, + "O": 0.0031641307286918163, + "W": 0.000675983086694032, + "N": 0.0014850503066554666, + "Y": 0.01986301876604557, + "U": 0.0004790613311342895, + "K": 0.0011116723762825131, + "L": 0.0011240042513236403, + "G": 0.010081849060952663, + "F": 0.02587617188692093, + "E": 0.009853136725723743, + "T": 0.01886281743645668, + "P": 0.16510722041130066, + "-": 0.7121773362159729 + }, + "id": "tp_7005" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 875642, + "label": "-", + "classification": { + "B": 4.7752489962249456e-08, + "S": 4.501908890119921e-08, + "I": 6.316089275060222e-05, + "C": 1.4718689271830954e-06, + "R": 1.813390468896614e-07, + "M": 4.8193574002652895e-06, + "O": 1.7197260149259819e-06, + "W": 9.994113980837938e-08, + "N": 1.4378965715877712e-06, + "Y": 0.00013357422722037882, + "U": 8.268676765510463e-08, + "K": 3.4724362762972305e-07, + "L": 1.3666719667071447e-07, + "G": 2.2662368792225607e-05, + "F": 0.0009271883754990995, + "E": 6.220249633770436e-05, + "T": 7.725892646703869e-05, + "P": 0.3348023295402527, + "-": 0.6639012694358826 + }, + "id": "tp_7006" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 875776, + "label": "-", + "classification": { + "B": 8.637288217983041e-09, + "S": 2.9997322403829685e-09, + "I": 0.000461780175101012, + "C": 1.4625609765062109e-05, + "R": 7.656075808881724e-07, + "M": 4.427731619216502e-05, + "O": 8.551638188691868e-07, + "W": 1.6680816727898673e-08, + "N": 8.85985116383381e-07, + "Y": 0.0016771655064076185, + "U": 1.7227762327820528e-08, + "K": 4.1087691471375365e-08, + "L": 1.11311294404004e-07, + "G": 6.85633349348791e-05, + "F": 6.383051368175074e-05, + "E": 0.00010508939885767177, + "T": 0.00030104583129286766, + "P": 0.11046167463064194, + "-": 0.8867993354797363 + }, + "id": "tp_7007" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 875876, + "label": "-", + "classification": { + "B": 3.68601078548636e-08, + "S": 6.085926429477695e-08, + "I": 3.364693475305103e-05, + "C": 3.7588222312479047e-06, + "R": 1.0219880550721427e-06, + "M": 2.7840047550853342e-05, + "O": 6.533931355079403e-06, + "W": 1.4128319492101582e-07, + "N": 6.074379825804499e-07, + "Y": 0.0011768750846385956, + "U": 6.129028662371638e-08, + "K": 5.045408784098981e-07, + "L": 3.6951846027477586e-07, + "G": 8.993864321382716e-05, + "F": 0.0003801255370490253, + "E": 2.2244228603085503e-05, + "T": 0.0006691907183267176, + "P": 0.017147153615951538, + "-": 0.9804399609565735 + }, + "id": "tp_7008" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 876009, + "label": "-", + "classification": { + "B": 3.619950339484035e-09, + "S": 1.1173480807258329e-08, + "I": 9.835453965933993e-06, + "C": 8.052908242461854e-07, + "R": 3.902680845158102e-08, + "M": 7.371931133093312e-06, + "O": 7.505148005293449e-07, + "W": 1.1264724264492543e-08, + "N": 3.7684449694097566e-07, + "Y": 0.000296510144835338, + "U": 6.809204311508665e-09, + "K": 2.4053753122643684e-07, + "L": 1.7001749341716277e-08, + "G": 1.805249303288292e-05, + "F": 0.0005446574650704861, + "E": 3.841983561869711e-05, + "T": 9.369812323711812e-05, + "P": 0.11877164989709854, + "-": 0.8802175521850586 + }, + "id": "tp_7009" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 876143, + "label": "-", + "classification": { + "B": 2.6275990272495164e-09, + "S": 8.769085901860763e-09, + "I": 3.2773870771052316e-05, + "C": 1.9688134216266917e-06, + "R": 1.7908966754021094e-07, + "M": 3.253400791436434e-06, + "O": 5.149522621650249e-07, + "W": 1.3226524764320402e-08, + "N": 3.6616364695873926e-07, + "Y": 0.0001559155498398468, + "U": 9.599010475369596e-09, + "K": 8.757925229474495e-08, + "L": 1.891232770390161e-08, + "G": 6.153097274363972e-06, + "F": 0.0002476884692441672, + "E": 7.743080459476914e-06, + "T": 4.953296229359694e-05, + "P": 0.08580399304628372, + "-": 0.9136897921562195 + }, + "id": "tp_7010" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 876276, + "label": "-", + "classification": { + "B": 3.548245863793653e-10, + "S": 8.699585496430018e-10, + "I": 3.235702388337813e-05, + "C": 2.5248942847611033e-07, + "R": 3.232566925248648e-08, + "M": 2.081869041603568e-07, + "O": 1.383533145826732e-07, + "W": 2.3469981513812854e-09, + "N": 5.154017230779573e-07, + "Y": 1.8028575141215697e-05, + "U": 1.8886450181554437e-09, + "K": 6.886652670345939e-08, + "L": 1.8472536833513686e-09, + "G": 2.490983206371311e-06, + "F": 0.0002459140960127115, + "E": 1.8018708942690864e-05, + "T": 8.408648682234343e-06, + "P": 0.3958025276660919, + "-": 0.6038710474967957 + }, + "id": "tp_7011" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 876376, + "label": "-", + "classification": { + "B": 2.930597986505745e-07, + "S": 6.723458767510238e-08, + "I": 9.12141113076359e-05, + "C": 2.71635462922859e-06, + "R": 3.2000968985812506e-07, + "M": 6.839319394202903e-05, + "O": 5.829243491461966e-06, + "W": 1.209992888107081e-07, + "N": 3.0499988952215062e-06, + "Y": 0.00020117106032557786, + "U": 4.6330253411497324e-08, + "K": 4.793279231307679e-07, + "L": 2.566768557699106e-07, + "G": 8.227999205701053e-05, + "F": 0.0008352053700946271, + "E": 0.00011682172043947503, + "T": 0.00023840971698518842, + "P": 0.220039963722229, + "-": 0.7783133387565613 + }, + "id": "tp_7012" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 876510, + "label": "-", + "classification": { + "B": 4.624441274359015e-09, + "S": 2.0156576407970306e-09, + "I": 3.095989598023152e-07, + "C": 1.217448808432664e-08, + "R": 5.101680744523662e-10, + "M": 8.128812396535068e-07, + "O": 9.492343622241606e-08, + "W": 2.8091000636720764e-09, + "N": 7.10753544908016e-09, + "Y": 1.2945858543389477e-05, + "U": 2.6944288467056765e-10, + "K": 1.653995873596159e-08, + "L": 2.2438515490108557e-09, + "G": 1.1793539442805923e-06, + "F": 0.000297437742119655, + "E": 2.7564717584027676e-06, + "T": 6.119431873230496e-06, + "P": 0.07227224111557007, + "-": 0.9274061322212219 + }, + "id": "tp_7013" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 876643, + "label": "-", + "classification": { + "B": 0.0011107554892078042, + "S": 0.00014283678319770843, + "I": 0.0032019594218581915, + "C": 0.0003499591548461467, + "R": 6.199516064953059e-05, + "M": 0.006201962009072304, + "O": 0.001447133719921112, + "W": 9.692334424471483e-05, + "N": 0.0003679104265756905, + "Y": 0.0023131747730076313, + "U": 1.6526942999917082e-05, + "K": 1.298686311201891e-05, + "L": 0.0002679201425053179, + "G": 0.002657598815858364, + "F": 0.00393031258136034, + "E": 0.005135104060173035, + "T": 0.0038277797866612673, + "P": 0.404190331697464, + "-": 0.5646668076515198 + }, + "id": "tp_7014" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 876777, + "label": "-", + "classification": { + "B": 4.194400382573349e-09, + "S": 6.913458694413066e-09, + "I": 2.362957820878364e-05, + "C": 4.755701411340851e-06, + "R": 2.4917855512285314e-07, + "M": 5.55236420041183e-06, + "O": 7.667857744309003e-07, + "W": 1.207032074290737e-08, + "N": 2.4354378069801896e-07, + "Y": 0.0001915145548991859, + "U": 2.5881956133844142e-08, + "K": 4.8278661068934525e-08, + "L": 7.776143462479013e-08, + "G": 1.8038552298094146e-05, + "F": 0.00014965335140004754, + "E": 4.136350980843417e-06, + "T": 0.00018429018382448703, + "P": 0.04263605549931526, + "-": 0.9567809700965881 + }, + "id": "tp_7015" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 876877, + "label": "-", + "classification": { + "B": 8.985282988760446e-07, + "S": 3.3580801073185285e-07, + "I": 0.0003094197600148618, + "C": 6.507108628284186e-05, + "R": 1.0203146302956156e-05, + "M": 3.2600783015368506e-05, + "O": 1.8321126844966784e-05, + "W": 1.7685269995126873e-06, + "N": 1.233526381838601e-05, + "Y": 0.0009107896476052701, + "U": 1.939949697771226e-06, + "K": 4.0136725147021934e-05, + "L": 1.4727257848790032e-06, + "G": 0.0003157851460855454, + "F": 0.004238854628056288, + "E": 0.00023439680808223784, + "T": 0.0002716953749768436, + "P": 0.1704913228750229, + "-": 0.823042631149292 + }, + "id": "tp_7016" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 877010, + "label": "-", + "classification": { + "B": 6.924274931208174e-09, + "S": 1.1673003008638716e-08, + "I": 8.710344991413876e-05, + "C": 4.4179441260894237e-07, + "R": 1.1381190034853716e-07, + "M": 8.107373901111714e-07, + "O": 6.052190997252183e-07, + "W": 4.276425258353811e-08, + "N": 3.588673280319199e-06, + "Y": 0.00024365386343561113, + "U": 5.089240673328277e-08, + "K": 2.5711586204124615e-05, + "L": 5.922047741080405e-09, + "G": 1.8434006051393226e-05, + "F": 0.0005233942647464573, + "E": 0.00011309095862088725, + "T": 3.537848897394724e-05, + "P": 0.32125696539878845, + "-": 0.6776905655860901 + }, + "id": "tp_7017" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 877144, + "label": "-", + "classification": { + "B": 5.774191436103138e-07, + "S": 8.22554255819341e-08, + "I": 0.0006572011625394225, + "C": 1.0690841008909047e-05, + "R": 1.5223924947349587e-06, + "M": 0.0002617892751004547, + "O": 6.4643613768566865e-06, + "W": 5.302216266045434e-08, + "N": 3.5834632399200927e-06, + "Y": 0.0023661418817937374, + "U": 1.0646337500475056e-07, + "K": 2.426801302135573e-07, + "L": 2.1819682842760812e-06, + "G": 0.0009457556298002601, + "F": 0.0009293813491240144, + "E": 0.0003309702151454985, + "T": 0.0022119861096143723, + "P": 0.08869145810604095, + "-": 0.9035797715187073 + }, + "id": "tp_7018" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 877277, + "label": "-", + "classification": { + "B": 4.849891411140561e-05, + "S": 6.950007900741184e-06, + "I": 0.0019642661791294813, + "C": 0.00030534385587088764, + "R": 5.303510624798946e-05, + "M": 0.00029903289396315813, + "O": 0.00012086993228876963, + "W": 1.3057165233476553e-05, + "N": 0.000179791240952909, + "Y": 0.0025528070982545614, + "U": 1.516519387223525e-05, + "K": 2.9259286748128943e-05, + "L": 2.938327452284284e-05, + "G": 0.0009685861878097057, + "F": 0.0036165318451821804, + "E": 0.0013670182088389993, + "T": 0.0015794109785929322, + "P": 0.38939905166625977, + "-": 0.5974521636962891 + }, + "id": "tp_7019" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 877377, + "label": "-", + "classification": { + "B": 2.0342522475402802e-06, + "S": 2.712109562708065e-06, + "I": 0.0009500017622485757, + "C": 4.6066681534284726e-05, + "R": 8.207040082197636e-06, + "M": 0.00014861348608974367, + "O": 5.365270408219658e-05, + "W": 5.2163486543577164e-06, + "N": 7.805835048202425e-05, + "Y": 0.003113330574706197, + "U": 2.7171736292075366e-06, + "K": 0.00016022460476960987, + "L": 3.948656285501784e-06, + "G": 0.0006074453121982515, + "F": 0.005514530465006828, + "E": 0.0037028647493571043, + "T": 0.0014424691908061504, + "P": 0.21558532118797302, + "-": 0.7685726284980774 + }, + "id": "tp_7020" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 877511, + "label": "-", + "classification": { + "B": 8.132702844498851e-10, + "S": 8.548282637299565e-10, + "I": 1.3433123058348428e-05, + "C": 1.428152245352976e-07, + "R": 6.9648629086316305e-09, + "M": 1.7957547981950484e-07, + "O": 4.593382740836205e-08, + "W": 2.5341715392812603e-09, + "N": 1.8392640299680352e-07, + "Y": 2.2525702661368996e-05, + "U": 2.6783293360921334e-09, + "K": 1.4281454241427127e-07, + "L": 1.8178254457268395e-09, + "G": 1.090443674911512e-06, + "F": 0.0002433697081869468, + "E": 1.159269504569238e-05, + "T": 5.61488741368521e-06, + "P": 0.3133629858493805, + "-": 0.6863387227058411 + }, + "id": "tp_7021" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 877644, + "label": "P", + "classification": { + "B": 6.493878004221187e-07, + "S": 1.3803972365167283e-07, + "I": 0.0010289341444149613, + "C": 2.5619829102652147e-05, + "R": 1.3029756473770249e-06, + "M": 1.28406563817407e-05, + "O": 3.129804554191651e-06, + "W": 3.0402830475395604e-07, + "N": 2.0461176973185502e-05, + "Y": 0.000206957251066342, + "U": 5.257674615677388e-07, + "K": 3.2494235711055808e-06, + "L": 3.9920305994201044e-07, + "G": 8.197421993827447e-05, + "F": 0.0006780432886444032, + "E": 0.0008819398935884237, + "T": 7.769324292894453e-05, + "P": 0.6096782684326172, + "-": 0.38729751110076904 + }, + "id": "tp_7022" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 877778, + "label": "-", + "classification": { + "B": 4.245116997481091e-06, + "S": 1.7912326484292862e-06, + "I": 0.0018690302968025208, + "C": 0.00031244897400029004, + "R": 5.6122749811038375e-05, + "M": 0.0001665947784204036, + "O": 7.781446038279682e-05, + "W": 6.764413228665944e-06, + "N": 0.00012421797146089375, + "Y": 0.0037101225461810827, + "U": 8.191866982087959e-06, + "K": 5.406411219155416e-05, + "L": 7.067159913276555e-06, + "G": 0.001625066390261054, + "F": 0.0034949183464050293, + "E": 0.0011541132116690278, + "T": 0.0011885379208251834, + "P": 0.2249070554971695, + "-": 0.7612318396568298 + }, + "id": "tp_7023" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 877878, + "label": "-", + "classification": { + "B": 1.2480853683882742e-08, + "S": 5.883843634535424e-09, + "I": 0.0008311826968565583, + "C": 3.306009602965787e-05, + "R": 1.5960530390657368e-06, + "M": 4.3101634219055995e-05, + "O": 8.896328154150979e-07, + "W": 3.922799862721149e-08, + "N": 1.9988392523373477e-06, + "Y": 0.0012752094771713018, + "U": 2.5085576282890543e-08, + "K": 1.4877198850626883e-07, + "L": 8.639041482183529e-08, + "G": 4.848238677368499e-05, + "F": 0.00011854923650389537, + "E": 8.807739504845813e-05, + "T": 0.00021492406085599214, + "P": 0.16133956611156464, + "-": 0.8360030651092529 + }, + "id": "tp_7024" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 878011, + "label": "P", + "classification": { + "B": 6.06715984758921e-05, + "S": 5.4548490879824385e-06, + "I": 0.002508242381736636, + "C": 0.0002853751357179135, + "R": 4.496754627325572e-05, + "M": 0.00046694345655851066, + "O": 0.0001370392565149814, + "W": 1.932901250256691e-05, + "N": 0.00014476024080067873, + "Y": 0.0015927129425108433, + "U": 1.106380750570679e-05, + "K": 1.3238841347629204e-05, + "L": 2.4776851205388084e-05, + "G": 0.0007095133769325912, + "F": 0.0015293717151507735, + "E": 0.002459721639752388, + "T": 0.0012041096342727542, + "P": 0.514716386795044, + "-": 0.4740663766860962 + }, + "id": "tp_7025" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 878145, + "label": "-", + "classification": { + "B": 6.547930198053109e-09, + "S": 3.386730185184206e-08, + "I": 0.0001588258455740288, + "C": 2.0801819573534885e-06, + "R": 2.271022481181717e-07, + "M": 2.8104563170927577e-05, + "O": 2.533514589231345e-06, + "W": 4.624346061632423e-08, + "N": 2.3741272343613673e-06, + "Y": 0.00031420597224496305, + "U": 1.4240748136273851e-08, + "K": 1.3786196007004037e-07, + "L": 1.1315950843027167e-07, + "G": 1.7667809515842237e-05, + "F": 0.00027220489573664963, + "E": 5.9903984947595745e-05, + "T": 0.0002873620542231947, + "P": 0.11802930384874344, + "-": 0.8808248043060303 + }, + "id": "tp_7026" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 878278, + "label": "-", + "classification": { + "B": 1.4451558172368095e-08, + "S": 3.866626485660163e-08, + "I": 2.0117258827667683e-05, + "C": 1.1969400475209113e-06, + "R": 4.999579061859549e-08, + "M": 4.492030257097213e-06, + "O": 7.892872417869512e-07, + "W": 2.7222034404417172e-08, + "N": 7.877516736698453e-07, + "Y": 9.462427988182753e-05, + "U": 4.111725715461034e-08, + "K": 5.367493258745526e-07, + "L": 4.2362223950931366e-08, + "G": 6.779212981200544e-06, + "F": 0.00031999291968531907, + "E": 4.219375114189461e-05, + "T": 9.540727478452027e-05, + "P": 0.1541454941034317, + "-": 0.8452673554420471 + }, + "id": "tp_7027" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 878378, + "label": "-", + "classification": { + "B": 1.7379869632350164e-07, + "S": 6.178168518999883e-07, + "I": 5.178413266548887e-05, + "C": 8.041994078666903e-06, + "R": 1.008396225188335e-06, + "M": 8.095771772786975e-05, + "O": 1.2319215784373228e-05, + "W": 7.070468086567416e-07, + "N": 2.3987252006918425e-06, + "Y": 0.0002859962114598602, + "U": 1.0333463507095075e-07, + "K": 2.0526681510091294e-06, + "L": 7.274178983607271e-07, + "G": 5.89340015721973e-05, + "F": 0.005695989355444908, + "E": 7.007054955465719e-05, + "T": 0.0001956716732820496, + "P": 0.08597865700721741, + "-": 0.9075537919998169 + }, + "id": "tp_7028" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 878512, + "label": "-", + "classification": { + "B": 4.861024471836117e-09, + "S": 2.6645767814414967e-09, + "I": 3.4102192785212537e-06, + "C": 7.933338963539427e-08, + "R": 6.4342979833043046e-09, + "M": 3.1795789823263476e-07, + "O": 3.0170269837981323e-07, + "W": 4.208438930675129e-09, + "N": 9.480413609708194e-08, + "Y": 3.97246731154155e-06, + "U": 1.214900291479637e-09, + "K": 1.3412787325250974e-08, + "L": 5.278826709087525e-09, + "G": 9.431415151084366e-07, + "F": 0.00016382912872359157, + "E": 1.934215561050223e-06, + "T": 8.813127351459116e-06, + "P": 0.14182661473751068, + "-": 0.8579896688461304 + }, + "id": "tp_7029" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 878645, + "label": "-", + "classification": { + "B": 3.288985472860162e-10, + "S": 3.9471834689663865e-09, + "I": 1.2252844499016646e-05, + "C": 1.1190322624088367e-07, + "R": 2.0190611849102424e-08, + "M": 7.073942015267676e-06, + "O": 4.708826679689082e-07, + "W": 2.3478805566412575e-09, + "N": 6.726912715748767e-08, + "Y": 0.0004096128395758569, + "U": 3.539020188014774e-10, + "K": 2.4828519240571723e-09, + "L": 6.703431587595787e-09, + "G": 4.377515324449632e-06, + "F": 2.2970316422288306e-05, + "E": 4.879292987425288e-07, + "T": 0.0005215920973569155, + "P": 0.010831418447196484, + "-": 0.9881894588470459 + }, + "id": "tp_7030" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 878779, + "label": "P", + "classification": { + "B": 6.208641480043298e-06, + "S": 2.7115295324620092e-06, + "I": 0.0033425702713429928, + "C": 7.683538569835946e-05, + "R": 1.1750410521926824e-05, + "M": 0.0002572830126155168, + "O": 3.1891984690446407e-05, + "W": 2.681685600691708e-06, + "N": 0.00016974179015960544, + "Y": 0.0014422893291339278, + "U": 2.9571745017165085e-06, + "K": 1.8777838704409078e-05, + "L": 4.7568905756634194e-06, + "G": 0.000349424168234691, + "F": 0.0016422735061496496, + "E": 0.0029412906151264906, + "T": 0.0005613460671156645, + "P": 0.7067151069641113, + "-": 0.2824200689792633 + }, + "id": "tp_7031" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 878879, + "label": "-", + "classification": { + "B": 3.651120294989596e-08, + "S": 1.8908915322413122e-08, + "I": 0.00031473758281208575, + "C": 3.164313966408372e-06, + "R": 8.259361834461743e-07, + "M": 1.620645707589574e-05, + "O": 3.292327619419666e-06, + "W": 6.283592313138797e-08, + "N": 3.0417736525123473e-06, + "Y": 0.00023005226103123277, + "U": 7.045454708531906e-08, + "K": 6.527175600012924e-08, + "L": 2.1511505110538565e-07, + "G": 2.605448207759764e-05, + "F": 8.44823953229934e-05, + "E": 2.345056418562308e-05, + "T": 0.0004405982617754489, + "P": 0.15172211825847626, + "-": 0.8471314907073975 + }, + "id": "tp_7032" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 879012, + "label": "-", + "classification": { + "B": 1.2240248281614186e-07, + "S": 1.0977665443334672e-09, + "I": 0.00012558996968436986, + "C": 3.630894570960663e-05, + "R": 1.2429286471160594e-06, + "M": 2.186480378441047e-05, + "O": 6.291339786912431e-07, + "W": 5.3198472294013754e-09, + "N": 1.9813180074379488e-07, + "Y": 0.0001608064485481009, + "U": 2.449819724859026e-08, + "K": 2.8470148460968403e-09, + "L": 3.7290598697836685e-07, + "G": 9.665999823482707e-05, + "F": 6.082524487283081e-05, + "E": 4.813049599761143e-05, + "T": 0.00012730144953820854, + "P": 0.10935552418231964, + "-": 0.8899644017219543 + }, + "id": "tp_7033" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 879146, + "label": "P", + "classification": { + "B": 2.2494004952022806e-06, + "S": 1.216445298268809e-06, + "I": 0.0005719944601878524, + "C": 3.67447137250565e-06, + "R": 1.2658466630455223e-06, + "M": 4.418810203787871e-05, + "O": 2.9192433430580422e-05, + "W": 1.1102425787612447e-06, + "N": 2.353585477976594e-05, + "Y": 0.00015632552094757557, + "U": 3.207460963494668e-07, + "K": 3.2657854376338946e-07, + "L": 2.4377411591558484e-06, + "G": 6.432857480831444e-05, + "F": 0.00028270151233300567, + "E": 0.0001310465595452115, + "T": 0.00029508263105526567, + "P": 0.6121381521224976, + "-": 0.386250764131546 + }, + "id": "tp_7034" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 879279, + "label": "-", + "classification": { + "B": 7.43618011611602e-09, + "S": 2.690320632936505e-09, + "I": 3.5748171285376884e-06, + "C": 5.0995137002018964e-08, + "R": 9.201268191816325e-09, + "M": 4.274152615835192e-06, + "O": 8.84124119693297e-07, + "W": 4.8295665244779684e-09, + "N": 3.766383471770496e-08, + "Y": 2.135888280463405e-05, + "U": 4.4155470946272146e-10, + "K": 3.2574973274357433e-10, + "L": 3.826819039431939e-08, + "G": 3.7719407828262774e-06, + "F": 6.077424040995538e-05, + "E": 4.027032900921768e-06, + "T": 3.414504317333922e-05, + "P": 0.06293869018554688, + "-": 0.9369283318519592 + }, + "id": "tp_7035" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 879379, + "label": "-", + "classification": { + "B": 6.093704207899009e-09, + "S": 1.4663246616919423e-08, + "I": 3.932765139325056e-06, + "C": 8.306292542670235e-09, + "R": 2.2427619761344886e-09, + "M": 9.974996828532312e-07, + "O": 5.340352231542056e-07, + "W": 7.75748176806701e-09, + "N": 1.4333761555462843e-07, + "Y": 2.5936702513718046e-05, + "U": 9.885847696011751e-10, + "K": 6.018426645937325e-09, + "L": 6.299166077639029e-09, + "G": 1.2033715393044986e-06, + "F": 0.0001267281040782109, + "E": 4.404525952850236e-06, + "T": 4.291297955205664e-05, + "P": 0.2200365513563156, + "-": 0.7797566652297974 + }, + "id": "tp_7036" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 879513, + "label": "-", + "classification": { + "B": 1.5820367238461586e-08, + "S": 9.734212325085423e-10, + "I": 5.60484295419883e-07, + "C": 5.406132430607613e-08, + "R": 1.0586262533252011e-08, + "M": 1.0475290537215187e-06, + "O": 1.2545700656119152e-06, + "W": 1.3948376897943149e-09, + "N": 4.803755171423063e-09, + "Y": 3.6618223475670675e-06, + "U": 3.3767305618326304e-10, + "K": 6.561125340948104e-12, + "L": 5.256138990716863e-08, + "G": 3.0848430014884798e-06, + "F": 6.2664707911608275e-06, + "E": 4.442681600380638e-08, + "T": 7.024251681286842e-05, + "P": 0.041870128363370895, + "-": 0.9580435156822205 + }, + "id": "tp_7037" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 879646, + "label": "-", + "classification": { + "B": 1.2445852917153388e-06, + "S": 2.406428336598765e-07, + "I": 0.0001360174937872216, + "C": 8.362730113731232e-06, + "R": 1.0376204500062158e-06, + "M": 5.641331517836079e-05, + "O": 1.64804750966141e-05, + "W": 4.144625336266472e-07, + "N": 4.4079588406020775e-06, + "Y": 0.0004215544613543898, + "U": 2.2919942921362235e-07, + "K": 3.1293239999286016e-07, + "L": 1.6882057707334752e-06, + "G": 0.00013143736578058451, + "F": 0.0005995769752189517, + "E": 0.00011785676906583831, + "T": 0.00047802148037590086, + "P": 0.15659445524215698, + "-": 0.8414302468299866 + }, + "id": "tp_7038" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 879780, + "label": "-", + "classification": { + "B": 4.781634288519854e-08, + "S": 1.1862585580502127e-08, + "I": 4.055888439324917e-06, + "C": 1.4840978224128776e-08, + "R": 2.1912585079775226e-09, + "M": 2.7870473786606453e-06, + "O": 7.765723353259091e-07, + "W": 6.924586681833489e-09, + "N": 6.233548788259213e-08, + "Y": 2.308945477125235e-05, + "U": 5.192687391186723e-10, + "K": 2.06951966674751e-09, + "L": 2.241901952970693e-08, + "G": 4.663799700210802e-06, + "F": 0.00022091054415795952, + "E": 1.3915807357989252e-05, + "T": 1.938069544848986e-05, + "P": 0.1292286366224289, + "-": 0.8704816699028015 + }, + "id": "tp_7039" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 879880, + "label": "-", + "classification": { + "B": 1.1645138329186011e-05, + "S": 1.2003365554846823e-05, + "I": 0.0016068767290562391, + "C": 0.00018653592269401997, + "R": 3.052325700991787e-05, + "M": 0.0002011619071708992, + "O": 0.00012225208047311753, + "W": 1.740266270644497e-05, + "N": 0.00028304505394771695, + "Y": 0.0025557761546224356, + "U": 9.84062808129238e-06, + "K": 0.0003783272404689342, + "L": 1.0329978067602497e-05, + "G": 0.0016247447347268462, + "F": 0.02763717994093895, + "E": 0.005569755099713802, + "T": 0.0012302487157285213, + "P": 0.3608936369419098, + "-": 0.5976187586784363 + }, + "id": "tp_7040" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 880013, + "label": "P", + "classification": { + "B": 9.597181360732066e-07, + "S": 2.2409592475014506e-06, + "I": 0.00553332781419158, + "C": 0.0002075487864203751, + "R": 1.8141688997275196e-05, + "M": 6.194740126375109e-05, + "O": 1.6427582522737794e-05, + "W": 2.373986944803619e-06, + "N": 0.00021260412177070975, + "Y": 0.0017619627760723233, + "U": 3.4967235933436314e-06, + "K": 9.592496644472703e-05, + "L": 1.6293439557557576e-06, + "G": 0.0003380915441084653, + "F": 0.0023933013435453176, + "E": 0.0016842311015352607, + "T": 0.0005074217915534973, + "P": 0.5193933248519897, + "-": 0.46776506304740906 + }, + "id": "tp_7041" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 880147, + "label": "P", + "classification": { + "B": 1.2605295474088507e-08, + "S": 4.9807290736225696e-08, + "I": 8.259482274297625e-05, + "C": 4.311072530072124e-07, + "R": 7.420754855047562e-08, + "M": 6.753714956175827e-07, + "O": 7.077183568071632e-07, + "W": 7.600675644425792e-08, + "N": 2.624367198222899e-06, + "Y": 1.980419983738102e-05, + "U": 2.8656200967702716e-08, + "K": 6.935465535207186e-08, + "L": 2.8506610405543142e-08, + "G": 3.009109832419199e-06, + "F": 0.00019880698528140783, + "E": 1.5992796761565842e-05, + "T": 3.654240572359413e-05, + "P": 0.6668332815170288, + "-": 0.3328052759170532 + }, + "id": "tp_7042" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 880280, + "label": "P", + "classification": { + "B": 3.4726286912700743e-07, + "S": 6.135744570201496e-07, + "I": 0.0011991104111075401, + "C": 4.8055040679173544e-05, + "R": 6.975533324293792e-06, + "M": 3.660262154880911e-05, + "O": 1.2463168786780443e-05, + "W": 1.27668113236723e-06, + "N": 9.280430094804615e-05, + "Y": 0.0004576200735755265, + "U": 1.0834380645974306e-06, + "K": 9.283316467190161e-05, + "L": 4.854750272897945e-07, + "G": 0.0001917796180350706, + "F": 0.004142675083130598, + "E": 0.002040065824985504, + "T": 0.00011865221313200891, + "P": 0.6911623477935791, + "-": 0.30039405822753906 + }, + "id": "tp_7043" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 880380, + "label": "P", + "classification": { + "B": 2.886108632083051e-07, + "S": 1.0504673575439938e-08, + "I": 0.0005714907892979681, + "C": 5.626692200166872e-06, + "R": 1.6730427887523547e-07, + "M": 1.1033582268282771e-05, + "O": 4.57526027730637e-07, + "W": 2.753317751569284e-08, + "N": 6.3163010963762645e-06, + "Y": 8.747378160478547e-05, + "U": 5.490780807804185e-08, + "K": 5.30578518009861e-07, + "L": 8.575091925422385e-08, + "G": 4.658896796172485e-05, + "F": 0.00021412415662780404, + "E": 0.0021284203976392746, + "T": 1.4931639270798769e-05, + "P": 0.8442225456237793, + "-": 0.1526898741722107 + }, + "id": "tp_7044" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 880514, + "label": "-", + "classification": { + "B": 7.512930721986777e-08, + "S": 1.1473257899297096e-07, + "I": 0.0003096421423833817, + "C": 1.9132073703076458e-06, + "R": 2.9079862429171044e-07, + "M": 5.0254911911906675e-06, + "O": 1.6273642131636734e-06, + "W": 1.772159237134474e-07, + "N": 1.0605192073853686e-05, + "Y": 0.0003416589752305299, + "U": 1.1071058025891034e-07, + "K": 7.202186225185869e-06, + "L": 5.378197442951205e-08, + "G": 1.7353402654407546e-05, + "F": 0.001538936048746109, + "E": 0.00019318924751132727, + "T": 0.00011764458031393588, + "P": 0.38135138154029846, + "-": 0.6161029934883118 + }, + "id": "tp_7045" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 880647, + "label": "-", + "classification": { + "B": 1.4360413842950948e-05, + "S": 1.2621976566151716e-05, + "I": 0.0015919804573059082, + "C": 0.00017249540542252362, + "R": 3.204335007467307e-05, + "M": 0.0003254749462939799, + "O": 9.752536425366998e-05, + "W": 1.1400613402656745e-05, + "N": 0.00012368035095278174, + "Y": 0.004086888860911131, + "U": 1.3078910342301242e-05, + "K": 0.00015134307614061981, + "L": 2.1342053514672443e-05, + "G": 0.002010232536122203, + "F": 0.018164899200201035, + "E": 0.0029992391355335712, + "T": 0.0021467122714966536, + "P": 0.3031034469604492, + "-": 0.6649212837219238 + }, + "id": "tp_7046" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 880781, + "label": "-", + "classification": { + "B": 2.238308297819458e-06, + "S": 1.850096253974698e-07, + "I": 0.00039398547960445285, + "C": 2.8139800633653067e-05, + "R": 4.847165200771997e-06, + "M": 7.330334483413026e-05, + "O": 1.6943569789873436e-05, + "W": 3.202758591669408e-07, + "N": 6.257873337744968e-06, + "Y": 0.000590174866374582, + "U": 4.338012615789921e-07, + "K": 2.2579158098778862e-07, + "L": 5.006098035664763e-06, + "G": 0.0007175344508141279, + "F": 0.001599093317054212, + "E": 0.00023797850008122623, + "T": 0.00043955884757451713, + "P": 0.2780011296272278, + "-": 0.7178825736045837 + }, + "id": "tp_7047" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 880881, + "label": "P", + "classification": { + "B": 3.1568302802043036e-05, + "S": 7.765072223264724e-05, + "I": 0.0023713118862360716, + "C": 1.0677224054234102e-05, + "R": 5.334318757377332e-06, + "M": 0.00013632311311084777, + "O": 9.114932618103921e-05, + "W": 1.1045431165257469e-05, + "N": 0.00028403682517819107, + "Y": 0.0002867608855012804, + "U": 1.8565984873930574e-06, + "K": 1.3602409126178827e-05, + "L": 1.6233596397796646e-05, + "G": 0.0002984998282045126, + "F": 0.01088225468993187, + "E": 0.0015298101352527738, + "T": 0.0005854247719980776, + "P": 0.7828319072723389, + "-": 0.20053458213806152 + }, + "id": "tp_7048" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 881014, + "label": "-", + "classification": { + "B": 7.300648263708354e-08, + "S": 1.0999485766660655e-07, + "I": 0.00010348697833251208, + "C": 6.268241463658342e-07, + "R": 4.1453922960954515e-08, + "M": 9.639557902119122e-06, + "O": 1.3443802799883997e-06, + "W": 1.4475963894255983e-07, + "N": 6.186668088048464e-06, + "Y": 0.00010602417751215398, + "U": 6.269470276265565e-08, + "K": 7.326210379687836e-06, + "L": 3.3091581030930683e-08, + "G": 7.677715075260494e-06, + "F": 0.0007403318886645138, + "E": 0.00041972825420089066, + "T": 0.00010109693539561704, + "P": 0.36412501335144043, + "-": 0.6343709826469421 + }, + "id": "tp_7049" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 881148, + "label": "-", + "classification": { + "B": 3.196746334310774e-08, + "S": 5.24569898630034e-09, + "I": 0.0007890179986134171, + "C": 1.6122974557220004e-05, + "R": 1.0046134093499859e-06, + "M": 1.764908665791154e-05, + "O": 1.016549504129216e-06, + "W": 2.8369667504080098e-08, + "N": 3.8362236409739126e-06, + "Y": 0.0005036707152612507, + "U": 1.2220804990192846e-07, + "K": 4.1884587176355126e-07, + "L": 1.7077131531095802e-07, + "G": 5.7837347412714735e-05, + "F": 0.00015574038843624294, + "E": 0.00024299141659867018, + "T": 0.00016038771718740463, + "P": 0.24128322303295135, + "-": 0.756766676902771 + }, + "id": "tp_7050" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 881281, + "label": "-", + "classification": { + "B": 1.34732754304423e-05, + "S": 6.986404059716733e-06, + "I": 0.0024058956187218428, + "C": 0.00013091496657580137, + "R": 2.2899717805557884e-05, + "M": 0.00031214862246997654, + "O": 0.00010640774416970089, + "W": 1.0933614248642698e-05, + "N": 0.00020830665016546845, + "Y": 0.0015368170570582151, + "U": 1.2999971659155563e-05, + "K": 4.5391934690997005e-05, + "L": 1.824008722906001e-05, + "G": 0.0006924461340531707, + "F": 0.003705375362187624, + "E": 0.003279911121353507, + "T": 0.0018881794530898333, + "P": 0.38895848393440247, + "-": 0.5966441631317139 + }, + "id": "tp_7051" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 881381, + "label": "-", + "classification": { + "B": 8.912136029159967e-10, + "S": 2.200042648059508e-10, + "I": 2.9095828722347505e-05, + "C": 7.064426199576701e-07, + "R": 3.588593244785443e-08, + "M": 3.9351715486191097e-07, + "O": 8.322241029645738e-08, + "W": 4.9585748840286215e-09, + "N": 2.4145961674548744e-07, + "Y": 5.2966450311942026e-05, + "U": 6.460432189214771e-09, + "K": 3.4527531624917174e-06, + "L": 1.251082015762961e-09, + "G": 1.0056506653199904e-05, + "F": 0.0001909710408654064, + "E": 5.6691173085710034e-05, + "T": 5.618182967737084e-06, + "P": 0.14360003173351288, + "-": 0.856049656867981 + }, + "id": "tp_7052" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 881515, + "label": "-", + "classification": { + "B": 8.587516049374244e-07, + "S": 4.929394890496042e-06, + "I": 0.0016477531753480434, + "C": 2.380979094596114e-05, + "R": 6.197120455908589e-06, + "M": 0.00016325160686392337, + "O": 4.295558392186649e-05, + "W": 6.547274097101763e-06, + "N": 0.00015776253712829202, + "Y": 0.004629908595234156, + "U": 2.4294624836329604e-06, + "K": 0.000531129480805248, + "L": 1.1537024420249509e-06, + "G": 0.00022771618387196213, + "F": 0.004999089986085892, + "E": 0.0015753626357764006, + "T": 0.002612116513773799, + "P": 0.1734568327665329, + "-": 0.8099101781845093 + }, + "id": "tp_7053" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 881648, + "label": "-", + "classification": { + "B": 4.8310798916872955e-08, + "S": 1.4636060141626217e-09, + "I": 2.4534459953429177e-05, + "C": 1.3526116049433767e-07, + "R": 1.425680373756677e-08, + "M": 3.0960882213548757e-07, + "O": 2.196481432292785e-07, + "W": 4.63005189743626e-09, + "N": 2.8370740778882464e-07, + "Y": 1.5691110093030147e-05, + "U": 8.20625434272415e-09, + "K": 2.2911644137479925e-08, + "L": 9.159628611143944e-09, + "G": 5.311837412591558e-06, + "F": 3.9680322515778244e-05, + "E": 5.7795923567027785e-06, + "T": 2.142055018339306e-05, + "P": 0.44060564041137695, + "-": 0.5592808723449707 + }, + "id": "tp_7054" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 881782, + "label": "-", + "classification": { + "B": 3.440694626988261e-06, + "S": 3.2833936529641505e-06, + "I": 0.0011159478453919291, + "C": 8.985532622318715e-05, + "R": 1.4547249520546757e-05, + "M": 0.00016603195399511606, + "O": 4.409414032124914e-05, + "W": 5.740304914070293e-06, + "N": 6.123862112872303e-05, + "Y": 0.0012188450200483203, + "U": 5.474142199091148e-06, + "K": 2.3269507437362336e-05, + "L": 9.435270840185694e-06, + "G": 0.00044340721797198057, + "F": 0.005896741058677435, + "E": 0.0009231115691363811, + "T": 0.0007609783206135035, + "P": 0.4518250823020935, + "-": 0.5373895168304443 + }, + "id": "tp_7055" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 881882, + "label": "-", + "classification": { + "B": 1.1704547553392786e-08, + "S": 1.6057795093615823e-09, + "I": 4.336018901085481e-05, + "C": 2.6592039148454205e-07, + "R": 6.5418186423471525e-09, + "M": 4.423430254973937e-06, + "O": 2.430317351809208e-07, + "W": 1.7725944045920983e-09, + "N": 2.680461648196797e-07, + "Y": 1.9465322111500427e-05, + "U": 1.5060810376610334e-09, + "K": 7.68571428721998e-09, + "L": 1.853120146222409e-08, + "G": 8.468782652926166e-06, + "F": 0.00017271038086619228, + "E": 5.106672324473038e-05, + "T": 1.433511442883173e-05, + "P": 0.399303138256073, + "-": 0.6003821492195129 + }, + "id": "tp_7056" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 882015, + "label": "-", + "classification": { + "B": 9.593555116982344e-11, + "S": 5.481091691628137e-10, + "I": 1.2745707863359712e-05, + "C": 5.5599834070108045e-08, + "R": 9.786027987956913e-09, + "M": 1.8197447104739695e-07, + "O": 6.739306002145895e-08, + "W": 2.4939965648229645e-09, + "N": 1.1908186792197739e-07, + "Y": 1.578231604071334e-05, + "U": 1.2621613754149053e-09, + "K": 2.6260847718617697e-08, + "L": 8.666364292864159e-10, + "G": 5.105649165670911e-07, + "F": 6.57432246953249e-05, + "E": 4.548572178464383e-06, + "T": 1.962684291356709e-05, + "P": 0.18933255970478058, + "-": 0.8105480074882507 + }, + "id": "tp_7057" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 882149, + "label": "-", + "classification": { + "B": 6.214713010876949e-08, + "S": 5.195489904963324e-08, + "I": 0.00020505346765276045, + "C": 2.7041564862884115e-06, + "R": 3.389885137039528e-07, + "M": 3.303171251900494e-05, + "O": 4.127839929424226e-06, + "W": 9.59322221660841e-08, + "N": 3.0850469556753524e-06, + "Y": 0.0010569285368546844, + "U": 5.155520454991347e-08, + "K": 7.498473451050813e-07, + "L": 2.615229561797605e-07, + "G": 8.785937825450674e-05, + "F": 0.0005271871923469007, + "E": 0.00028079430921934545, + "T": 0.00034316082019358873, + "P": 0.16829240322113037, + "-": 0.8291621208190918 + }, + "id": "tp_7058" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 882282, + "label": "-", + "classification": { + "B": 8.572652404836845e-06, + "S": 2.440763466893259e-07, + "I": 0.0008139057899825275, + "C": 1.1389588507881854e-05, + "R": 3.0330652407428715e-06, + "M": 0.0001369183009956032, + "O": 2.254127866763156e-05, + "W": 4.649245397558843e-07, + "N": 8.83268967299955e-06, + "Y": 0.0004476701724343002, + "U": 2.38729967350082e-07, + "K": 3.922252744814614e-08, + "L": 7.93258186604362e-06, + "G": 0.0002039310202235356, + "F": 0.00035474434844218194, + "E": 0.0002507173630874604, + "T": 0.0004033571749459952, + "P": 0.3550867736339569, + "-": 0.6422387361526489 + }, + "id": "tp_7059" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 882382, + "label": "-", + "classification": { + "B": 1.876988335425267e-06, + "S": 2.868285662316339e-07, + "I": 0.0016051289858296514, + "C": 6.904784095240757e-05, + "R": 9.930631676979829e-06, + "M": 0.0002166879567084834, + "O": 2.3597205654368736e-05, + "W": 5.304062256072939e-07, + "N": 2.8381968149915338e-05, + "Y": 0.0019295347156003118, + "U": 1.4234099126042565e-06, + "K": 1.05775109204842e-06, + "L": 4.762829121318646e-06, + "G": 0.0005639722803607583, + "F": 0.0004850044788327068, + "E": 0.0006361932028084993, + "T": 0.0010272148065268993, + "P": 0.2959253489971161, + "-": 0.6974700093269348 + }, + "id": "tp_7060" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 882516, + "label": "-", + "classification": { + "B": 5.266068001219537e-06, + "S": 3.25537644130236e-06, + "I": 0.005209037568420172, + "C": 0.000393102178350091, + "R": 3.15480210701935e-05, + "M": 0.0002562199661042541, + "O": 7.137697684811428e-05, + "W": 4.933049240207765e-06, + "N": 0.00020029550069011748, + "Y": 0.0013982919044792652, + "U": 8.837122550175991e-06, + "K": 2.3990196496015415e-05, + "L": 9.307701475336216e-06, + "G": 0.000581798201892525, + "F": 0.0015524780610576272, + "E": 0.0017086568986997008, + "T": 0.0008590708021074533, + "P": 0.3688647747039795, + "-": 0.6188177466392517 + }, + "id": "tp_7061" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 882649, + "label": "-", + "classification": { + "B": 9.204811703966698e-07, + "S": 7.954470220283838e-07, + "I": 0.00032540629035793245, + "C": 7.531173196184682e-06, + "R": 1.4022883760844707e-06, + "M": 1.2815161426260602e-05, + "O": 8.424015504715499e-06, + "W": 5.976652914796432e-07, + "N": 2.1972058675601147e-05, + "Y": 0.00038765257340855896, + "U": 7.11083089299791e-07, + "K": 7.433373866660986e-06, + "L": 7.886232538112381e-07, + "G": 0.0001200425103888847, + "F": 0.0019169470760971308, + "E": 0.00030048014014028013, + "T": 0.00019696950039360672, + "P": 0.46737828850746155, + "-": 0.5293108224868774 + }, + "id": "tp_7062" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 882783, + "label": "-", + "classification": { + "B": 6.249294415283657e-07, + "S": 1.7554003761688364e-07, + "I": 9.988306555896997e-05, + "C": 1.9835968032566598e-06, + "R": 2.0117705901157024e-07, + "M": 4.065598113811575e-05, + "O": 7.806744179106317e-06, + "W": 2.4423860622846405e-07, + "N": 3.7980253182468005e-06, + "Y": 0.00034699999378062785, + "U": 9.221032826189912e-08, + "K": 5.282052484290034e-07, + "L": 4.2953840306836355e-07, + "G": 8.867608266882598e-05, + "F": 0.0006682954262942076, + "E": 0.00018404977163299918, + "T": 0.0002685743384063244, + "P": 0.37122443318367004, + "-": 0.6270626187324524 + }, + "id": "tp_7063" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 882883, + "label": "-", + "classification": { + "B": 2.3192406217731332e-07, + "S": 8.643554849641077e-08, + "I": 0.0011857504723593593, + "C": 4.215058288536966e-05, + "R": 4.386155524116475e-06, + "M": 3.380060297786258e-05, + "O": 7.170729077188298e-06, + "W": 2.6184449097854667e-07, + "N": 1.4610635844292119e-05, + "Y": 0.0004969637375324965, + "U": 6.091011073294794e-07, + "K": 2.3092162848570297e-07, + "L": 1.5584914763167035e-06, + "G": 0.0001251294743269682, + "F": 0.0003944896161556244, + "E": 0.00022527063265442848, + "T": 0.0004136613861192018, + "P": 0.3190610110759735, + "-": 0.6779926419258118 + }, + "id": "tp_7064" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 883016, + "label": "-", + "classification": { + "B": 0.00017458174261264503, + "S": 2.7397270969231613e-05, + "I": 0.0020303577184677124, + "C": 0.00019671030167955905, + "R": 2.0120669432799332e-05, + "M": 0.001137833227403462, + "O": 0.0002538541448302567, + "W": 1.7112120985984802e-05, + "N": 0.00015284543042071164, + "Y": 0.002274735365062952, + "U": 8.86423367774114e-06, + "K": 1.111554684030125e-05, + "L": 7.659413677174598e-05, + "G": 0.0016917954199016094, + "F": 0.009856868535280228, + "E": 0.005375966429710388, + "T": 0.00134498649276793, + "P": 0.38882938027381897, + "-": 0.5865188241004944 + }, + "id": "tp_7065" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 883150, + "label": "-", + "classification": { + "B": 1.0785806692226174e-09, + "S": 6.919472217425948e-10, + "I": 6.677764758933336e-05, + "C": 4.3872898913832614e-07, + "R": 2.5772502354470816e-08, + "M": 6.667678462690674e-07, + "O": 1.6609845943094115e-07, + "W": 4.257294072829154e-09, + "N": 6.835217050138453e-07, + "Y": 2.1720214135712013e-05, + "U": 3.65066377128187e-09, + "K": 7.060234707978452e-08, + "L": 3.82476095239781e-09, + "G": 3.6501332942862064e-06, + "F": 4.222878851578571e-05, + "E": 5.671768303727731e-05, + "T": 1.6975625840132125e-05, + "P": 0.24611033499240875, + "-": 0.7536795735359192 + }, + "id": "tp_7066" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 883283, + "label": "-", + "classification": { + "B": 5.706790943804663e-06, + "S": 4.991098649043124e-06, + "I": 0.00681276572868228, + "C": 0.0003229152935091406, + "R": 0.00014468934386968613, + "M": 0.000276169361313805, + "O": 8.811560837784782e-05, + "W": 1.4126787391433027e-05, + "N": 0.00026117032393813133, + "Y": 0.004066594876348972, + "U": 9.738716471474618e-06, + "K": 6.0646743804682046e-05, + "L": 7.919159543234855e-06, + "G": 0.00040316805825568736, + "F": 0.0036694484297186136, + "E": 0.0006602182984352112, + "T": 0.002526662079617381, + "P": 0.30803367495536804, + "-": 0.6726312637329102 + }, + "id": "tp_7067" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 883383, + "label": "P", + "classification": { + "B": 1.1607573213723299e-07, + "S": 1.5821814969285697e-08, + "I": 0.001024017110466957, + "C": 6.627200036746217e-06, + "R": 4.4640631813308573e-07, + "M": 1.2728975889331196e-05, + "O": 2.5444651328143664e-06, + "W": 5.0113399652218504e-08, + "N": 7.803598236932885e-06, + "Y": 9.97949464363046e-05, + "U": 6.365267779528949e-08, + "K": 4.4602142423855184e-08, + "L": 2.2038481972685986e-07, + "G": 3.547448795870878e-05, + "F": 7.541643572039902e-05, + "E": 9.025950566865504e-05, + "T": 5.931908162892796e-05, + "P": 0.6222536563873291, + "-": 0.3763313889503479 + }, + "id": "tp_7068" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 883517, + "label": "-", + "classification": { + "B": 5.739017296946258e-07, + "S": 4.6174500312190503e-07, + "I": 0.0011406631674617529, + "C": 6.857024800410727e-06, + "R": 3.002602625201689e-06, + "M": 7.900305354269221e-05, + "O": 1.5582669220748357e-05, + "W": 7.666686769880471e-07, + "N": 1.694476122793276e-05, + "Y": 0.0015601911582052708, + "U": 4.081703082192689e-07, + "K": 6.261519047257025e-06, + "L": 1.2038900649713469e-06, + "G": 0.00033369395532645285, + "F": 0.001193567761220038, + "E": 0.00035977925290353596, + "T": 0.0010778724681586027, + "P": 0.12341064214706421, + "-": 0.87079256772995 + }, + "id": "tp_7069" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 883650, + "label": "-", + "classification": { + "B": 2.3594609956489876e-05, + "S": 2.506471901142504e-05, + "I": 0.0036693604197353125, + "C": 0.00022740400163456798, + "R": 2.514756124583073e-05, + "M": 0.0004489102284424007, + "O": 0.0002128981868736446, + "W": 3.062377800233662e-05, + "N": 0.0005147629999555647, + "Y": 0.001574185211211443, + "U": 2.0421148292371072e-05, + "K": 0.00017176097026094794, + "L": 1.8557651856099255e-05, + "G": 0.000698487798217684, + "F": 0.004308783914893866, + "E": 0.004080482758581638, + "T": 0.0014285955112427473, + "P": 0.43061593174934387, + "-": 0.5519050359725952 + }, + "id": "tp_7070" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 883750, + "label": "-", + "classification": { + "B": 1.4325708674878257e-10, + "S": 1.064163895891923e-10, + "I": 2.1003352230763994e-05, + "C": 1.1947244615839736e-07, + "R": 2.1970549823890906e-09, + "M": 4.268658528872038e-07, + "O": 1.8660404776937867e-08, + "W": 9.691484420537577e-11, + "N": 8.474595603047419e-08, + "Y": 6.278529326664284e-06, + "U": 1.3851941815801183e-10, + "K": 6.065866697824163e-10, + "L": 2.438810264848712e-10, + "G": 2.442640720801137e-07, + "F": 3.5291004678583704e-06, + "E": 1.0535525689192582e-05, + "T": 7.13473355062888e-06, + "P": 0.3312905430793762, + "-": 0.668660044670105 + }, + "id": "tp_7071" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 883884, + "label": "-", + "classification": { + "B": 5.139727363712154e-07, + "S": 7.054351272017811e-07, + "I": 0.0019474701257422566, + "C": 3.397907494218089e-05, + "R": 5.5340701692330185e-06, + "M": 0.00011118149268440902, + "O": 1.4583087249775417e-05, + "W": 8.459169293928426e-07, + "N": 4.392290429677814e-05, + "Y": 0.0018115140264853835, + "U": 5.133206855134631e-07, + "K": 2.5812410058279056e-06, + "L": 1.0193035677730222e-06, + "G": 9.649625280871987e-05, + "F": 0.0004366073408164084, + "E": 0.00029612056096084416, + "T": 0.0013909508707001805, + "P": 0.3160216808319092, + "-": 0.6777838468551636 + }, + "id": "tp_7072" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 884017, + "label": "-", + "classification": { + "B": 1.6293554949697864e-08, + "S": 2.759552941711263e-08, + "I": 9.350955951958895e-05, + "C": 2.7908386073249858e-06, + "R": 2.7151864401275816e-07, + "M": 5.966071512375493e-06, + "O": 2.5379147245985223e-06, + "W": 9.066926764944583e-08, + "N": 3.497732905088924e-06, + "Y": 0.00015090132365003228, + "U": 1.064633678993232e-07, + "K": 1.4130675936030457e-06, + "L": 7.226157805462208e-08, + "G": 2.3709801098448224e-05, + "F": 0.0006506027420982718, + "E": 8.216671267291531e-05, + "T": 0.00017017562640830874, + "P": 0.21286283433437347, + "-": 0.7859493494033813 + }, + "id": "tp_7073" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 884151, + "label": "P", + "classification": { + "B": 1.9339809114171658e-06, + "S": 1.2898801742267096e-06, + "I": 0.007616494316607714, + "C": 4.974790499545634e-05, + "R": 6.0810648392362054e-06, + "M": 0.00010520900104893371, + "O": 1.268055711989291e-05, + "W": 1.3283628277349635e-06, + "N": 0.0002172072563553229, + "Y": 0.0011042746482416987, + "U": 1.106632339542557e-06, + "K": 2.174873952753842e-05, + "L": 2.1468470094987424e-06, + "G": 0.00031909788958728313, + "F": 0.0023407344706356525, + "E": 0.002890571253374219, + "T": 0.0003861261357087642, + "P": 0.7835803031921387, + "-": 0.201341912150383 + }, + "id": "tp_7074" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 884251, + "label": "P", + "classification": { + "B": 1.0017763088399079e-05, + "S": 4.796681878360687e-07, + "I": 0.0014909609453752637, + "C": 6.940164166735485e-05, + "R": 3.7404099657578627e-06, + "M": 0.00014126051974017173, + "O": 8.897009138308931e-06, + "W": 7.098284413586953e-07, + "N": 3.307730730739422e-05, + "Y": 0.0005397828062996268, + "U": 7.415641789521032e-07, + "K": 3.2732609724916983e-06, + "L": 2.6084469482157147e-06, + "G": 0.0007147761643864214, + "F": 0.0014701109612360597, + "E": 0.005461215972900391, + "T": 0.00018242713122162968, + "P": 0.6743711829185486, + "-": 0.31549546122550964 + }, + "id": "tp_7075" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 884384, + "label": "-", + "classification": { + "B": 5.415646819884046e-10, + "S": 3.768693135342005e-10, + "I": 1.0767446838144679e-05, + "C": 2.2562444712548313e-07, + "R": 6.405510344364984e-09, + "M": 1.3063696258086566e-07, + "O": 3.741794429856782e-08, + "W": 1.0882468259865163e-09, + "N": 2.313746705340236e-07, + "Y": 1.1614051800279412e-05, + "U": 2.694084288989984e-09, + "K": 1.2481281146392575e-06, + "L": 3.841734430576338e-10, + "G": 1.2060387462042854e-06, + "F": 0.00019240401161368936, + "E": 3.007917075592559e-05, + "T": 5.982748007227201e-06, + "P": 0.19032855331897736, + "-": 0.8094176054000854 + }, + "id": "tp_7076" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 884518, + "label": "P", + "classification": { + "B": 3.274923088270043e-08, + "S": 3.0330680189649684e-09, + "I": 1.860590600699652e-05, + "C": 1.4752461652278726e-07, + "R": 3.3405966881616678e-09, + "M": 3.942430794268148e-06, + "O": 2.090380490926691e-07, + "W": 3.0124680527876535e-09, + "N": 3.3001822430378525e-07, + "Y": 1.4177065168041736e-05, + "U": 1.7924428608040444e-09, + "K": 3.815299631781954e-09, + "L": 1.2270847449258326e-08, + "G": 3.827043201454217e-06, + "F": 5.5500851885881275e-05, + "E": 7.899260526755825e-05, + "T": 1.5761048416607082e-05, + "P": 0.6400452256202698, + "-": 0.3597632348537445 + }, + "id": "tp_7077" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 884651, + "label": "-", + "classification": { + "B": 3.7861990875853735e-08, + "S": 5.113530932021604e-08, + "I": 0.00019751944637391716, + "C": 9.581007361703087e-06, + "R": 5.403451268648496e-07, + "M": 7.82475126470672e-06, + "O": 2.8133022169640753e-06, + "W": 1.4194191066962958e-07, + "N": 5.056082954979502e-06, + "Y": 0.00012326243449933827, + "U": 1.692625346549903e-07, + "K": 6.026117489454919e-07, + "L": 3.0737592737750674e-07, + "G": 2.631774805195164e-05, + "F": 0.0010996318887919188, + "E": 0.00011582846491364762, + "T": 0.00012230308493599296, + "P": 0.32983359694480896, + "-": 0.6684544086456299 + }, + "id": "tp_7078" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 884751, + "label": "-", + "classification": { + "B": 1.737054844852537e-05, + "S": 5.5202040130097885e-06, + "I": 0.00021711063163820654, + "C": 3.996380200987915e-06, + "R": 1.0598931794447708e-06, + "M": 7.035119051579386e-05, + "O": 3.568286410882138e-05, + "W": 1.398944391439727e-06, + "N": 1.7203428797074594e-05, + "Y": 0.0003374774241819978, + "U": 2.1233999802916514e-07, + "K": 1.048136596182303e-06, + "L": 3.4891704672190826e-06, + "G": 0.000225311319809407, + "F": 0.004806810989975929, + "E": 0.0004940637736581266, + "T": 0.0002590806980151683, + "P": 0.41047996282577515, + "-": 0.5830228328704834 + }, + "id": "tp_7079" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 884885, + "label": "-", + "classification": { + "B": 0.0006537011940963566, + "S": 0.00040159665513783693, + "I": 0.011098583228886127, + "C": 0.005134330131113529, + "R": 0.00077726726885885, + "M": 0.005207540467381477, + "O": 0.0013765591429546475, + "W": 0.0003308504237793386, + "N": 0.0028083063662052155, + "Y": 0.017833199352025986, + "U": 0.0005294725415296853, + "K": 0.004309760872274637, + "L": 0.0006045898189768195, + "G": 0.00974590890109539, + "F": 0.057657066732645035, + "E": 0.03902203217148781, + "T": 0.009473922662436962, + "P": 0.3102640211582184, + "-": 0.5227712988853455 + }, + "id": "tp_7080" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 885018, + "label": "P", + "classification": { + "B": 1.1297653372821514e-06, + "S": 1.8503587284612877e-07, + "I": 0.0007543558604083955, + "C": 1.7537173562232056e-06, + "R": 3.478440930848592e-07, + "M": 2.5582432499504648e-05, + "O": 4.594764050125377e-06, + "W": 1.3855004965535045e-07, + "N": 1.1120002454845235e-05, + "Y": 0.0002436074282741174, + "U": 9.876996642788072e-08, + "K": 1.1092177487626032e-07, + "L": 7.909555392870971e-07, + "G": 4.897660983260721e-05, + "F": 0.0005638122675009072, + "E": 0.00021507179189939052, + "T": 0.0002939290425274521, + "P": 0.5110491514205933, + "-": 0.48678526282310486 + }, + "id": "tp_7081" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 885152, + "label": "P", + "classification": { + "B": 2.1601563204853846e-08, + "S": 5.146463699645665e-09, + "I": 2.7692118237609975e-05, + "C": 1.900519635000819e-07, + "R": 1.0672418504498182e-08, + "M": 1.0866631328099174e-06, + "O": 2.1340828482152574e-07, + "W": 8.459616118727808e-09, + "N": 4.1573130715732987e-07, + "Y": 1.4480512618320063e-05, + "U": 1.164345952986423e-08, + "K": 3.955736360694573e-08, + "L": 1.623483569801465e-08, + "G": 3.7748134218418272e-06, + "F": 0.00012029527715640143, + "E": 3.050417944905348e-05, + "T": 2.842299363692291e-05, + "P": 0.5908807516098022, + "-": 0.40889203548431396 + }, + "id": "tp_7082" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 885252, + "label": "-", + "classification": { + "B": 2.7661055810312973e-06, + "S": 1.2110834859413444e-06, + "I": 0.003281877376139164, + "C": 8.631493255961686e-05, + "R": 9.530272109259386e-06, + "M": 0.00014652017853222787, + "O": 1.8780085156322457e-05, + "W": 1.4990898762334837e-06, + "N": 8.872721809893847e-05, + "Y": 0.003806901164352894, + "U": 2.1219352674961556e-06, + "K": 7.881373676354997e-06, + "L": 3.355623448442202e-06, + "G": 0.00030007012537680566, + "F": 0.0011606584303081036, + "E": 0.0009048423962667584, + "T": 0.0010125311091542244, + "P": 0.3827848732471466, + "-": 0.6063795685768127 + }, + "id": "tp_7083" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 885385, + "label": "-", + "classification": { + "B": 1.0966338095386163e-06, + "S": 1.7870064539238228e-06, + "I": 0.0002835136838257313, + "C": 2.4749406293267384e-05, + "R": 6.1838773035560735e-06, + "M": 2.531714562792331e-05, + "O": 2.769088496279437e-05, + "W": 2.230452309959219e-06, + "N": 3.346563971717842e-05, + "Y": 0.00034488647361285985, + "U": 1.1154543244629167e-06, + "K": 1.545850682305172e-05, + "L": 1.125541643887118e-06, + "G": 0.00011354561866028234, + "F": 0.003815546864643693, + "E": 0.00025305122835561633, + "T": 0.00031573494197800756, + "P": 0.37246212363243103, + "-": 0.6222712993621826 + }, + "id": "tp_7084" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 885519, + "label": "-", + "classification": { + "B": 1.377897660859162e-06, + "S": 6.080169328015472e-07, + "I": 0.0001785529893822968, + "C": 3.3740441722329706e-05, + "R": 4.5511210373661015e-06, + "M": 5.580180368269794e-05, + "O": 1.9224999050493352e-05, + "W": 1.0831377039721701e-06, + "N": 1.0135211596207228e-05, + "Y": 0.0007019676268100739, + "U": 9.373032980874996e-07, + "K": 1.0454315088281874e-05, + "L": 1.4740788856215659e-06, + "G": 0.00019959357450716197, + "F": 0.0022630055900663137, + "E": 0.00021793537598568946, + "T": 0.0003099667083006352, + "P": 0.17187952995300293, + "-": 0.8241099715232849 + }, + "id": "tp_7085" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 885652, + "label": "-", + "classification": { + "B": 5.17540890143664e-08, + "S": 1.1762780616209056e-07, + "I": 0.0001590808533364907, + "C": 2.16960711441061e-06, + "R": 1.620511937971969e-07, + "M": 2.4480650608893484e-05, + "O": 4.692804395745043e-06, + "W": 2.9072293727949727e-07, + "N": 6.228154234122485e-06, + "Y": 0.00016033068823162466, + "U": 8.696522257878314e-08, + "K": 1.6110608385133673e-06, + "L": 1.202969741598281e-07, + "G": 2.493933425284922e-05, + "F": 0.00023571556084789336, + "E": 0.00016075080202426761, + "T": 0.0002642536419443786, + "P": 0.19316892325878143, + "-": 0.8057860136032104 + }, + "id": "tp_7086" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 885752, + "label": "P", + "classification": { + "B": 1.0666766684153117e-05, + "S": 3.738473242265172e-05, + "I": 0.04180721193552017, + "C": 7.69258476793766e-05, + "R": 2.352991396037396e-05, + "M": 0.0006146258092485368, + "O": 9.114346175920218e-05, + "W": 1.1187303243787028e-05, + "N": 0.002181419637054205, + "Y": 0.014123060740530491, + "U": 3.397854925424326e-06, + "K": 0.0003124313079752028, + "L": 4.57766736872145e-06, + "G": 0.001030521932989359, + "F": 0.002451761392876506, + "E": 0.005642988719046116, + "T": 0.005385016556829214, + "P": 0.6946339011192322, + "-": 0.2315582036972046 + }, + "id": "tp_7087" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 885886, + "label": "-", + "classification": { + "B": 1.2626602483578608e-06, + "S": 3.456163710779947e-07, + "I": 0.0002181071904487908, + "C": 1.082111157302279e-05, + "R": 8.409566589762107e-07, + "M": 2.4291584850288928e-05, + "O": 6.150138688099105e-06, + "W": 3.028292780982156e-07, + "N": 7.394165095320204e-06, + "Y": 0.0004164439451415092, + "U": 3.9962486653166707e-07, + "K": 9.549346486892318e-07, + "L": 6.859474410703115e-07, + "G": 0.00010547960118856281, + "F": 0.00046437434502877295, + "E": 0.0002035147335845977, + "T": 0.00023755045549478382, + "P": 0.32428407669067383, + "-": 0.674017071723938 + }, + "id": "tp_7088" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 886019, + "label": "P", + "classification": { + "B": 1.4439103779295692e-07, + "S": 9.663957456496064e-08, + "I": 0.00034120792406611145, + "C": 9.11316237761639e-06, + "R": 6.830499614807195e-07, + "M": 1.1370570973667782e-05, + "O": 2.971045887534274e-06, + "W": 1.2585125830355537e-07, + "N": 8.719034667592496e-06, + "Y": 5.273854185361415e-05, + "U": 1.0477567968791845e-07, + "K": 1.585976576734538e-07, + "L": 2.4593808234385506e-07, + "G": 2.067454443022143e-05, + "F": 0.00019768995116464794, + "E": 7.104221731424332e-05, + "T": 0.00013271877833176404, + "P": 0.5595735311508179, + "-": 0.43957674503326416 + }, + "id": "tp_7089" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 886153, + "label": "-", + "classification": { + "B": 3.708732947416138e-07, + "S": 6.132396492830594e-07, + "I": 0.0019109741551801562, + "C": 1.818974305933807e-05, + "R": 1.7444833702029428e-06, + "M": 0.00024553414550609887, + "O": 1.7891263269120827e-05, + "W": 4.7008896331135475e-07, + "N": 3.7017402064520866e-05, + "Y": 0.004684604704380035, + "U": 1.2335338794855488e-07, + "K": 1.8842906683858018e-06, + "L": 5.341491942090215e-07, + "G": 0.0001627785968594253, + "F": 0.00031217103241942823, + "E": 0.0006191582069732249, + "T": 0.0018149680690839887, + "P": 0.12222695350646973, + "-": 0.8679439425468445 + }, + "id": "tp_7090" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 886253, + "label": "-", + "classification": { + "B": 2.1012453998991987e-06, + "S": 1.3478373830366763e-06, + "I": 0.0006183452787809074, + "C": 3.4890046663349494e-05, + "R": 7.475031907233642e-06, + "M": 3.456765989540145e-05, + "O": 2.120669341820758e-05, + "W": 3.4301774576306343e-06, + "N": 6.950204260647297e-05, + "Y": 0.0016220435500144958, + "U": 4.518490641203243e-06, + "K": 0.0003611446882132441, + "L": 1.2092795032003778e-06, + "G": 0.0003715059137903154, + "F": 0.003243196289986372, + "E": 0.001781382248736918, + "T": 0.0004754789697472006, + "P": 0.32539188861846924, + "-": 0.6659546494483948 + }, + "id": "tp_7091" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 886386, + "label": "-", + "classification": { + "B": 4.3548104144974786e-07, + "S": 3.132150254714361e-07, + "I": 0.0005394156323745847, + "C": 7.265448857651791e-06, + "R": 6.563532224390656e-07, + "M": 2.2727415853296407e-05, + "O": 7.626115348102758e-06, + "W": 3.8902550159036764e-07, + "N": 1.0948186172754504e-05, + "Y": 0.00021294593170750886, + "U": 2.813358719322423e-07, + "K": 4.0555076452619687e-07, + "L": 9.708193147162092e-07, + "G": 3.01665895676706e-05, + "F": 0.0008265203796327114, + "E": 0.00011205511691514403, + "T": 0.00013921194477006793, + "P": 0.44634810090065, + "-": 0.5517395734786987 + }, + "id": "tp_7092" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 886520, + "label": "-", + "classification": { + "B": 0.00021979019220452756, + "S": 0.00026919026277028024, + "I": 0.01909077912569046, + "C": 0.0015150822000578046, + "R": 0.00043250518501736224, + "M": 0.007191123906522989, + "O": 0.001510065165348351, + "W": 0.0003230130532756448, + "N": 0.0033480350393801928, + "Y": 0.01294145081192255, + "U": 0.00018365525465924293, + "K": 0.0017647759523242712, + "L": 0.0002882989647332579, + "G": 0.008859513327479362, + "F": 0.016031866893172264, + "E": 0.03991709277033806, + "T": 0.011335763148963451, + "P": 0.4227210581302643, + "-": 0.45205697417259216 + }, + "id": "tp_7093" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 886653, + "label": "-", + "classification": { + "B": 8.42939243739238e-07, + "S": 1.3965977530006057e-07, + "I": 0.0007518347701989114, + "C": 3.445912807364948e-05, + "R": 2.1672092316293856e-06, + "M": 1.4812377230555285e-05, + "O": 4.856946816289565e-06, + "W": 7.37867196676234e-07, + "N": 2.19248904613778e-05, + "Y": 0.00034818981657736003, + "U": 1.6543391438972321e-06, + "K": 1.8012147847912274e-05, + "L": 4.7270810910049477e-07, + "G": 8.930545300245285e-05, + "F": 0.001099190441891551, + "E": 0.0007792360847815871, + "T": 0.00013894273433834314, + "P": 0.4622463285923004, + "-": 0.5344468951225281 + }, + "id": "tp_7094" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 886753, + "label": "P", + "classification": { + "B": 7.172465848270804e-05, + "S": 8.282696217065677e-05, + "I": 0.004253064747899771, + "C": 0.0003507102665025741, + "R": 5.026977669331245e-05, + "M": 0.0011476174695417285, + "O": 0.00025415339041501284, + "W": 6.800151459174231e-05, + "N": 0.0006879246793687344, + "Y": 0.0029054125770926476, + "U": 4.9136193410959095e-05, + "K": 0.0007971390732564032, + "L": 6.287708674790338e-05, + "G": 0.0019379544537514448, + "F": 0.0425850972533226, + "E": 0.02139337733387947, + "T": 0.0016745689790695906, + "P": 0.5512963533401489, + "-": 0.370331734418869 + }, + "id": "tp_7095" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 886887, + "label": "-", + "classification": { + "B": 1.0583097719063517e-05, + "S": 1.46759293784271e-06, + "I": 0.0002609526854939759, + "C": 2.486104676791001e-05, + "R": 2.6970135422743624e-06, + "M": 0.0001176581863546744, + "O": 2.201222741859965e-05, + "W": 1.3407531014308915e-06, + "N": 1.4579694834537804e-05, + "Y": 0.0014190919464454055, + "U": 1.1559734502952779e-06, + "K": 1.7491713151684962e-05, + "L": 3.81044196728908e-06, + "G": 0.000666906766127795, + "F": 0.007993049919605255, + "E": 0.0008852736791595817, + "T": 0.0008280371548607945, + "P": 0.2510453164577484, + "-": 0.73668372631073 + }, + "id": "tp_7096" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 887020, + "label": "-", + "classification": { + "B": 3.4995491660083644e-07, + "S": 1.451403619512348e-07, + "I": 8.215009438572451e-05, + "C": 6.563154329342069e-06, + "R": 4.393195638385805e-07, + "M": 2.6706500648288056e-05, + "O": 5.264020273898495e-06, + "W": 2.987134735121799e-07, + "N": 3.1779106848262018e-06, + "Y": 0.00019866044749505818, + "U": 2.4682026378286537e-07, + "K": 9.500825399300084e-06, + "L": 3.702643027736485e-07, + "G": 7.891464338172227e-05, + "F": 0.002835086779668927, + "E": 0.0004218781541567296, + "T": 0.00010338508582208306, + "P": 0.2078084498643875, + "-": 0.7884184122085571 + }, + "id": "tp_7097" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 887154, + "label": "-", + "classification": { + "B": 3.095263991781394e-07, + "S": 1.5587494317514938e-07, + "I": 0.0011821204097941518, + "C": 9.390561899635941e-05, + "R": 6.131385816843249e-06, + "M": 4.557643478619866e-05, + "O": 7.230300070659723e-06, + "W": 6.4491837292735e-07, + "N": 2.119209966622293e-05, + "Y": 0.001247558742761612, + "U": 5.649517902384105e-07, + "K": 1.542706559121143e-05, + "L": 5.421075570666289e-07, + "G": 0.0001418841420672834, + "F": 0.0009180958732031286, + "E": 0.001226167194545269, + "T": 0.00019987492123618722, + "P": 0.20093978941440582, + "-": 0.7939527630805969 + }, + "id": "tp_7098" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 887254, + "label": "-", + "classification": { + "B": 4.7425302796000324e-07, + "S": 3.76858650952272e-07, + "I": 0.0005798027268610895, + "C": 1.386751864629332e-05, + "R": 1.0139401638298295e-06, + "M": 3.4739212424028665e-05, + "O": 1.020601575874025e-05, + "W": 4.892789888799598e-07, + "N": 2.8667598598985933e-05, + "Y": 0.0002983201411552727, + "U": 5.454440383800829e-07, + "K": 2.193988621002063e-06, + "L": 5.790191153209889e-07, + "G": 5.5692489695502445e-05, + "F": 0.0003826477041002363, + "E": 0.0003366943565197289, + "T": 0.0003545268555171788, + "P": 0.3908560574054718, + "-": 0.6070430874824524 + }, + "id": "tp_7099" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 887387, + "label": "-", + "classification": { + "B": 3.636812095919595e-08, + "S": 9.668946887586571e-08, + "I": 0.00018158278544433415, + "C": 4.160624939686386e-06, + "R": 1.6197319041566516e-07, + "M": 3.864752670779126e-06, + "O": 1.5994581872291747e-06, + "W": 1.2079257771802077e-07, + "N": 8.629043804830872e-06, + "Y": 2.764371492958162e-05, + "U": 1.4127674319297512e-07, + "K": 3.5371231206227094e-06, + "L": 6.202790103770894e-08, + "G": 1.0276083230564836e-05, + "F": 0.0005429698503576219, + "E": 0.00013837512233294547, + "T": 5.2579962357413024e-05, + "P": 0.4766422510147095, + "-": 0.5223819613456726 + }, + "id": "tp_7100" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 887521, + "label": "-", + "classification": { + "B": 4.243487182975514e-06, + "S": 1.7685108105069958e-05, + "I": 0.0010052177822217345, + "C": 7.883466605562717e-05, + "R": 3.246176493121311e-05, + "M": 0.0006410118076018989, + "O": 0.00023452403547707945, + "W": 2.3737167794024572e-05, + "N": 0.00011300484766252339, + "Y": 0.007203207351267338, + "U": 1.0501239557925146e-05, + "K": 0.00013620655226986855, + "L": 1.98056259250734e-05, + "G": 0.0006427793996408582, + "F": 0.006928964518010616, + "E": 0.0005292588612064719, + "T": 0.0070142424665391445, + "P": 0.10061183571815491, + "-": 0.8747525215148926 + }, + "id": "tp_7101" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 887654, + "label": "P", + "classification": { + "B": 1.8245928856686078e-07, + "S": 3.019989947006252e-07, + "I": 0.00026430495199747384, + "C": 4.992861704522511e-06, + "R": 5.819612738378055e-07, + "M": 1.2773318303516135e-05, + "O": 4.212578915030463e-06, + "W": 5.64373692668596e-07, + "N": 2.33825012401212e-05, + "Y": 0.00017858507635537535, + "U": 2.5918797064150567e-07, + "K": 5.422515459940769e-05, + "L": 1.7603606750071776e-07, + "G": 3.932902109227143e-05, + "F": 0.006087141111493111, + "E": 0.000949404900893569, + "T": 7.643596472917125e-05, + "P": 0.5519108176231384, + "-": 0.4403923451900482 + }, + "id": "tp_7102" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 887754, + "label": "P", + "classification": { + "B": 1.2692797213276208e-07, + "S": 9.92545921008059e-08, + "I": 0.0015429812483489513, + "C": 1.869074003479909e-05, + "R": 8.637219934826135e-07, + "M": 5.776635589427315e-06, + "O": 1.2275437484277063e-06, + "W": 2.4513747121091e-07, + "N": 9.226772817783058e-05, + "Y": 0.0001652620849199593, + "U": 3.497992224765767e-07, + "K": 0.00013722636504098773, + "L": 4.5358238054404865e-08, + "G": 3.975256549892947e-05, + "F": 0.0013239228865131736, + "E": 0.004058516584336758, + "T": 3.722404289874248e-05, + "P": 0.8401802778244019, + "-": 0.15239502489566803 + }, + "id": "tp_7103" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 887888, + "label": "-", + "classification": { + "B": 1.2684557759712334e-07, + "S": 3.7617564885294996e-07, + "I": 0.0004557135980576277, + "C": 1.85526478162501e-05, + "R": 4.8434735617775004e-06, + "M": 1.373873783450108e-05, + "O": 1.7123804354923777e-05, + "W": 6.689321025987738e-07, + "N": 2.4786040739854798e-05, + "Y": 0.0007560353260487318, + "U": 6.509279160127335e-07, + "K": 8.7068274297053e-06, + "L": 5.601580710390408e-07, + "G": 9.845595195656642e-05, + "F": 0.001183376065455377, + "E": 0.00011568973422981799, + "T": 0.0003775840741582215, + "P": 0.195150688290596, + "-": 0.8017722368240356 + }, + "id": "tp_7104" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 888021, + "label": "-", + "classification": { + "B": 2.1432529138110112e-06, + "S": 4.1730113480298314e-06, + "I": 0.000943327322602272, + "C": 8.988034824142233e-05, + "R": 2.2816147975390777e-05, + "M": 6.979937461437657e-05, + "O": 4.9363643483957276e-05, + "W": 1.3378416042542085e-05, + "N": 0.00013952334120403975, + "Y": 0.001760617014952004, + "U": 7.529285994678503e-06, + "K": 0.0013787017669528723, + "L": 2.5017577627295395e-06, + "G": 0.00048724355292506516, + "F": 0.0180140919983387, + "E": 0.002661719685420394, + "T": 0.00060488615417853, + "P": 0.3439441919326782, + "-": 0.6298041343688965 + }, + "id": "tp_7105" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 888155, + "label": "P", + "classification": { + "B": 9.169988857138378e-07, + "S": 1.175356374005787e-06, + "I": 0.0020047787111252546, + "C": 2.6352608983870596e-05, + "R": 6.882832622068236e-06, + "M": 3.05670801026281e-05, + "O": 1.3985209989186842e-05, + "W": 2.6060856725962367e-06, + "N": 0.00010203418059973046, + "Y": 0.000541536312084645, + "U": 1.9238589175074594e-06, + "K": 3.907546488335356e-05, + "L": 7.078061230458843e-07, + "G": 9.57138545345515e-05, + "F": 0.0013621512334793806, + "E": 0.0011780137429013848, + "T": 0.00025610998272895813, + "P": 0.606704831123352, + "-": 0.3876306414604187 + }, + "id": "tp_7106" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 888255, + "label": "-", + "classification": { + "B": 4.3909021384125335e-12, + "S": 2.2555454032291422e-11, + "I": 4.186986757304112e-07, + "C": 1.5073524650688341e-09, + "R": 1.896555135161293e-10, + "M": 1.999398646646e-09, + "O": 3.6493328359199495e-09, + "W": 6.008653297140398e-11, + "N": 6.842617139568574e-09, + "Y": 1.76284447661601e-06, + "U": 4.407879616863397e-11, + "K": 1.3864263515017683e-08, + "L": 1.1006581063233156e-11, + "G": 6.057567247808038e-08, + "F": 5.3088875574758276e-05, + "E": 4.677371236994077e-07, + "T": 7.232629855025152e-07, + "P": 0.15563556551933289, + "-": 0.8443078398704529 + }, + "id": "tp_7107" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 888388, + "label": "-", + "classification": { + "B": 1.323735716596275e-07, + "S": 5.7853341672853276e-08, + "I": 0.0001890785788418725, + "C": 1.0445550287840888e-05, + "R": 1.4329228861242882e-06, + "M": 1.142207383963978e-05, + "O": 3.052657575608464e-06, + "W": 2.4518396912753815e-07, + "N": 5.86862779528019e-06, + "Y": 0.0002470852923579514, + "U": 3.851844496693957e-07, + "K": 4.099268608115381e-06, + "L": 2.0204204531637515e-07, + "G": 3.862070298055187e-05, + "F": 0.00041046575643122196, + "E": 9.167435928247869e-05, + "T": 0.00025678303791210055, + "P": 0.2946692407131195, + "-": 0.7040598392486572 + }, + "id": "tp_7108" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 888522, + "label": "P", + "classification": { + "B": 3.6522468604971436e-08, + "S": 5.5004679921921706e-08, + "I": 0.0001015867164824158, + "C": 1.7673724528322055e-07, + "R": 6.768802052192768e-08, + "M": 5.329459895619948e-07, + "O": 8.404735467593127e-07, + "W": 3.7621781245888997e-08, + "N": 2.1530654521484394e-06, + "Y": 2.2136826373753138e-05, + "U": 1.3161022494045937e-08, + "K": 4.746278392531167e-08, + "L": 3.5612654158967416e-08, + "G": 3.462085260252934e-06, + "F": 0.00023680154117755592, + "E": 1.1681597243295982e-05, + "T": 1.5557388906017877e-05, + "P": 0.767564594745636, + "-": 0.23204010725021362 + }, + "id": "tp_7109" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 888655, + "label": "-", + "classification": { + "B": 6.612704339659103e-08, + "S": 2.138651780114742e-07, + "I": 0.00041785871144384146, + "C": 4.631841875379905e-06, + "R": 1.5781337197040557e-06, + "M": 2.837980537151452e-05, + "O": 7.421835107379593e-06, + "W": 2.3175228136551596e-07, + "N": 1.340680773864733e-05, + "Y": 0.0008798388880677521, + "U": 1.3655518671384925e-07, + "K": 2.5514214030408766e-06, + "L": 2.302867301295919e-07, + "G": 9.237350604962558e-05, + "F": 0.0009143660427071154, + "E": 4.792438630829565e-05, + "T": 0.0009685010300017893, + "P": 0.26910504698753357, + "-": 0.7275152206420898 + }, + "id": "tp_7110" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 888755, + "label": "P", + "classification": { + "B": 4.0234443332565206e-08, + "S": 3.082111987851022e-08, + "I": 4.065957909915596e-05, + "C": 1.5973211020536837e-07, + "R": 5.3976183522763677e-08, + "M": 1.3343031923795934e-06, + "O": 1.806429850148561e-06, + "W": 3.5618967331174645e-08, + "N": 1.1644815458566882e-06, + "Y": 4.0270897443406284e-05, + "U": 9.757966878964908e-09, + "K": 8.148376196004392e-09, + "L": 5.223404997423131e-08, + "G": 6.538934030686505e-06, + "F": 3.6729994462803006e-05, + "E": 6.532420684379758e-06, + "T": 0.00014819533680565655, + "P": 0.5078451037406921, + "-": 0.4918712377548218 + }, + "id": "tp_7111" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 888889, + "label": "-", + "classification": { + "B": 0.00027474467060528696, + "S": 0.00023222496383823454, + "I": 0.008777378126978874, + "C": 0.0009568429086357355, + "R": 0.0002802626695483923, + "M": 0.0026388561818748713, + "O": 0.0013073609443381429, + "W": 0.0002090313791995868, + "N": 0.0013796222629025578, + "Y": 0.007764558773487806, + "U": 0.00015123291814234108, + "K": 0.00036030326737090945, + "L": 0.00029365619411692023, + "G": 0.00455941678956151, + "F": 0.012944364920258522, + "E": 0.006493238732218742, + "T": 0.007709352765232325, + "P": 0.34040963649749756, + "-": 0.6032578349113464 + }, + "id": "tp_7112" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 889022, + "label": "P", + "classification": { + "B": 0.0001016584865283221, + "S": 0.0002671848051249981, + "I": 0.014832654967904091, + "C": 0.0001931895239977166, + "R": 0.00013657745148520917, + "M": 0.0012897326378151774, + "O": 0.0007061600917950273, + "W": 0.0002524513110984117, + "N": 0.002617822028696537, + "Y": 0.003481051651760936, + "U": 4.657443787436932e-05, + "K": 0.0008484618738293648, + "L": 5.955365122645162e-05, + "G": 0.0010638408130034804, + "F": 0.010633564554154873, + "E": 0.005192351061850786, + "T": 0.005028474144637585, + "P": 0.6144368648529053, + "-": 0.3388119041919708 + }, + "id": "tp_7113" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 889156, + "label": "-", + "classification": { + "B": 1.2730691878459766e-07, + "S": 1.427053888392038e-07, + "I": 0.0003384447190910578, + "C": 1.7648659195401706e-05, + "R": 1.3854697726856102e-06, + "M": 1.7305750589002855e-05, + "O": 7.663877113373019e-06, + "W": 5.537095262297953e-07, + "N": 3.12758784275502e-05, + "Y": 0.00023540006077382714, + "U": 5.917028147450765e-07, + "K": 0.00010112678137375042, + "L": 1.810487049169751e-07, + "G": 9.208602568833157e-05, + "F": 0.002411607187241316, + "E": 0.001059675239957869, + "T": 0.0001421102206222713, + "P": 0.23367035388946533, + "-": 0.7618722915649414 + }, + "id": "tp_7114" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 889256, + "label": "-", + "classification": { + "B": 9.129259410656232e-07, + "S": 4.750743755721487e-06, + "I": 0.0006590523407794535, + "C": 2.1722267774748616e-05, + "R": 4.529202669800725e-06, + "M": 7.051612919894978e-05, + "O": 2.4916960683185607e-05, + "W": 3.627628757385537e-06, + "N": 7.532994641223922e-05, + "Y": 0.0009385863086208701, + "U": 2.030960331467213e-06, + "K": 6.605017551919445e-05, + "L": 1.181771267511067e-06, + "G": 8.421891106991097e-05, + "F": 0.0027611947152763605, + "E": 0.0004986592102795839, + "T": 0.0009067300125025213, + "P": 0.3134005665779114, + "-": 0.6804754137992859 + }, + "id": "tp_7115" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 889389, + "label": "P", + "classification": { + "B": 1.7571144780959003e-05, + "S": 1.8388453781881253e-06, + "I": 0.0014751155395060778, + "C": 1.3829180716129486e-05, + "R": 2.856546643670299e-06, + "M": 3.184819797752425e-05, + "O": 1.4483047380053904e-05, + "W": 1.7454626686230768e-06, + "N": 8.53326782817021e-05, + "Y": 0.00026751551195047796, + "U": 2.254242872368195e-06, + "K": 8.180736585927662e-06, + "L": 2.7342937301000347e-06, + "G": 0.00018001948774326593, + "F": 0.0008495947695337236, + "E": 0.000925843371078372, + "T": 0.0002355279284529388, + "P": 0.8342084884643555, + "-": 0.16167519986629486 + }, + "id": "tp_7116" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 889523, + "label": "-", + "classification": { + "B": 7.785155853312631e-11, + "S": 4.385645180349229e-09, + "I": 2.8173296868772013e-06, + "C": 2.6825652810202882e-08, + "R": 3.9091268000390755e-09, + "M": 7.616408481680992e-08, + "O": 1.3583790803295415e-07, + "W": 4.8015178499838385e-09, + "N": 2.5728826358317747e-07, + "Y": 9.686958946986124e-06, + "U": 1.5560797095304224e-09, + "K": 1.2188507980681607e-06, + "L": 4.012948862097687e-10, + "G": 2.937335068509128e-07, + "F": 0.001015113084577024, + "E": 2.385199422860751e-06, + "T": 1.0942867447738536e-05, + "P": 0.18318447470664978, + "-": 0.815772533416748 + }, + "id": "tp_7117" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 889656, + "label": "-", + "classification": { + "B": 7.050502542904624e-11, + "S": 2.8179186761789765e-10, + "I": 3.3936594263650477e-06, + "C": 2.144031441275729e-08, + "R": 1.477878375233388e-09, + "M": 1.3097336193368392e-07, + "O": 2.957350098142797e-08, + "W": 3.327051967261241e-10, + "N": 3.823359762122891e-08, + "Y": 7.85051906859735e-06, + "U": 4.007308651576835e-10, + "K": 4.662982888703482e-09, + "L": 5.328887886513201e-10, + "G": 2.626342450184893e-07, + "F": 2.5923034627339803e-05, + "E": 3.106387111984077e-06, + "T": 1.1436443855927791e-05, + "P": 0.17066681385040283, + "-": 0.8292809724807739 + }, + "id": "tp_7118" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 889756, + "label": "-", + "classification": { + "B": 7.779526356443967e-08, + "S": 2.437745365568844e-07, + "I": 0.0002849128795787692, + "C": 2.4637456590426154e-06, + "R": 4.879912012256682e-07, + "M": 6.534209205710795e-06, + "O": 3.994807684648549e-06, + "W": 4.881085260421969e-07, + "N": 1.8515736883273348e-05, + "Y": 0.0002476256340742111, + "U": 2.426232299512776e-07, + "K": 2.2759610146749765e-05, + "L": 9.666157296805977e-08, + "G": 2.09070149139734e-05, + "F": 0.0013667956227436662, + "E": 0.00020584758021868765, + "T": 0.00011037440708605573, + "P": 0.41646608710289, + "-": 0.5812414288520813 + }, + "id": "tp_7119" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 889890, + "label": "-", + "classification": { + "B": 2.0849442705639376e-07, + "S": 2.0821912585233804e-06, + "I": 0.0006686720880679786, + "C": 1.7040432794601656e-05, + "R": 3.387771585039445e-06, + "M": 3.353676584083587e-05, + "O": 2.348661291762255e-05, + "W": 1.7689301330392482e-06, + "N": 5.037283699493855e-05, + "Y": 0.00047818588791415095, + "U": 2.124378852386144e-06, + "K": 1.0565217962721363e-05, + "L": 1.5051306263558217e-06, + "G": 6.218839553184807e-05, + "F": 0.0007892310386523604, + "E": 0.00015765814168844372, + "T": 0.001744400360621512, + "P": 0.25947505235671997, + "-": 0.7364785671234131 + }, + "id": "tp_7120" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 890023, + "label": "-", + "classification": { + "B": 5.3014322475064546e-05, + "S": 5.506890011020005e-05, + "I": 0.007639280986040831, + "C": 0.0003002881712745875, + "R": 7.819042366463691e-05, + "M": 0.0007909329142421484, + "O": 0.0003753829514607787, + "W": 5.640004019369371e-05, + "N": 0.0008807025151327252, + "Y": 0.005655559711158276, + "U": 6.207899423316121e-05, + "K": 0.00013792148092761636, + "L": 6.875667168060318e-05, + "G": 0.0014917206717655063, + "F": 0.005205884575843811, + "E": 0.0027188684325665236, + "T": 0.00612870417535305, + "P": 0.4367170035839081, + "-": 0.5315841436386108 + }, + "id": "tp_7121" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 890157, + "label": "P", + "classification": { + "B": 4.0565814174442494e-07, + "S": 5.652393610944273e-07, + "I": 0.0008610927034169436, + "C": 1.4706187130286708e-06, + "R": 6.831893415437662e-07, + "M": 2.890769110308611e-06, + "O": 4.659988462663023e-06, + "W": 2.583864215921494e-07, + "N": 6.983443745411932e-05, + "Y": 1.2155733202234842e-05, + "U": 1.9259070427324332e-07, + "K": 6.721486442984315e-07, + "L": 1.77854190042126e-07, + "G": 2.2641046598437242e-05, + "F": 0.00018717667262535542, + "E": 6.863193993922323e-05, + "T": 4.319102663430385e-05, + "P": 0.9435840249061584, + "-": 0.05513934791088104 + }, + "id": "tp_7122" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 890257, + "label": "-", + "classification": { + "B": 9.54684651333082e-08, + "S": 2.6908776362688513e-07, + "I": 0.00029717475990764797, + "C": 4.846368028665893e-06, + "R": 3.1630841590413183e-07, + "M": 3.341102637932636e-05, + "O": 3.205175744369626e-06, + "W": 1.944965504208085e-07, + "N": 1.4066587937122677e-05, + "Y": 0.0008354223682545125, + "U": 2.1571058539393562e-07, + "K": 9.935949492501095e-06, + "L": 1.7832967103004194e-07, + "G": 5.3674622904509306e-05, + "F": 0.0016690029297024012, + "E": 0.00035172709613107145, + "T": 0.00031317598768509924, + "P": 0.29952654242515564, + "-": 0.6968864798545837 + }, + "id": "tp_7123" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 890390, + "label": "-", + "classification": { + "B": 1.0664869876109151e-07, + "S": 2.2521389198004726e-08, + "I": 0.0003866030019707978, + "C": 7.683339390496258e-06, + "R": 5.529319082597794e-07, + "M": 1.2196902389405295e-05, + "O": 1.6626088381599402e-06, + "W": 5.6859558839050806e-08, + "N": 5.970196070848033e-06, + "Y": 0.00028715789085254073, + "U": 8.215121027888017e-08, + "K": 5.498987434293667e-07, + "L": 1.7777198024759855e-07, + "G": 7.500100036850199e-05, + "F": 0.000755547545850277, + "E": 0.0004141202080063522, + "T": 6.579756882274523e-05, + "P": 0.4770187437534332, + "-": 0.5209680199623108 + }, + "id": "tp_7124" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 890524, + "label": "P", + "classification": { + "B": 2.6746358798845904e-06, + "S": 1.2723087365884567e-06, + "I": 0.00033840842661447823, + "C": 5.895160029467661e-06, + "R": 1.1928789263038198e-06, + "M": 9.80290315055754e-06, + "O": 8.712248927622568e-06, + "W": 3.1204094739223365e-06, + "N": 3.638512498582713e-05, + "Y": 0.00013435748405754566, + "U": 1.3832069498675992e-06, + "K": 3.853160160360858e-05, + "L": 4.020358517209388e-07, + "G": 5.850335583090782e-05, + "F": 0.0009743318078108132, + "E": 0.0010602861875668168, + "T": 6.131274130893871e-05, + "P": 0.7975669503211975, + "-": 0.19969651103019714 + }, + "id": "tp_7125" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 890657, + "label": "P", + "classification": { + "B": 4.084964137784919e-12, + "S": 1.5926061858184681e-10, + "I": 6.383957497746451e-06, + "C": 1.8933599132964218e-10, + "R": 7.993065237466013e-11, + "M": 9.728621463978016e-09, + "O": 7.060794171565021e-09, + "W": 1.1552440254414265e-10, + "N": 5.6320118346775416e-08, + "Y": 1.765953925314534e-06, + "U": 1.1715773316767208e-11, + "K": 8.993210065533219e-10, + "L": 1.176230120247812e-11, + "G": 1.1055305115803549e-08, + "F": 5.330314252205426e-06, + "E": 2.3660558667870646e-07, + "T": 2.1605310394079424e-06, + "P": 0.732600748538971, + "-": 0.2673833668231964 + }, + "id": "tp_7126" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 890757, + "label": "P", + "classification": { + "B": 3.9471893842346617e-07, + "S": 1.5299930566925468e-07, + "I": 0.00024231996212620288, + "C": 9.840194252319634e-06, + "R": 5.597555059466686e-07, + "M": 1.2283866453799419e-05, + "O": 4.065317625645548e-06, + "W": 2.724907801621157e-07, + "N": 2.008393312280532e-05, + "Y": 0.00016434925782959908, + "U": 4.904473485112248e-07, + "K": 2.6874120521824807e-05, + "L": 1.9714379106972046e-07, + "G": 0.00013690000923816115, + "F": 0.0014608176425099373, + "E": 0.0006843655719421804, + "T": 0.00015273129974957556, + "P": 0.6428925395011902, + "-": 0.35419079661369324 + }, + "id": "tp_7127" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 890891, + "label": "-", + "classification": { + "B": 2.431843597605621e-07, + "S": 7.527439294108262e-08, + "I": 0.0002340992068639025, + "C": 9.516120371699799e-06, + "R": 1.3818624893247033e-06, + "M": 1.4291615116235334e-05, + "O": 6.051219315850176e-06, + "W": 1.9577420573568816e-07, + "N": 8.411805538344197e-06, + "Y": 0.0003783702850341797, + "U": 4.2578628267619933e-07, + "K": 7.63297521189088e-06, + "L": 4.314718182740762e-07, + "G": 0.00017338606994599104, + "F": 0.0016676831291988492, + "E": 0.00037479688762687147, + "T": 0.0001303403259953484, + "P": 0.21425867080688477, + "-": 0.7827340960502625 + }, + "id": "tp_7128" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 891024, + "label": "-", + "classification": { + "B": 2.5734225346241146e-06, + "S": 6.9838220042584e-06, + "I": 0.0017411329317837954, + "C": 4.4869881094200537e-05, + "R": 4.825622909265803e-06, + "M": 0.00020398279593791813, + "O": 2.775156644929666e-05, + "W": 4.962195362168131e-06, + "N": 0.0001456115278415382, + "Y": 0.0036880073603242636, + "U": 1.2405072311594267e-06, + "K": 0.0005211767856962979, + "L": 9.91668912320165e-07, + "G": 0.00041569946915842593, + "F": 0.008387232199311256, + "E": 0.009480872191488743, + "T": 0.0006753558991476893, + "P": 0.3402388095855713, + "-": 0.6344079375267029 + }, + "id": "tp_7129" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 891158, + "label": "-", + "classification": { + "B": 9.114474232774228e-05, + "S": 1.1256573998252861e-05, + "I": 0.0035233793314546347, + "C": 0.00046882606693543494, + "R": 0.0001319155126111582, + "M": 0.0009662394295446575, + "O": 0.00044079890358261764, + "W": 3.8602094718953595e-05, + "N": 0.00012175224401289597, + "Y": 0.0028506021481007338, + "U": 2.1081394152133726e-05, + "K": 1.7375274410369457e-06, + "L": 0.00018929790530819446, + "G": 0.0017043425468727946, + "F": 0.0011421263916417956, + "E": 0.0007814491400495172, + "T": 0.004531366750597954, + "P": 0.37201988697052, + "-": 0.6109641194343567 + }, + "id": "tp_7130" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 891258, + "label": "-", + "classification": { + "B": 4.5345845478550473e-07, + "S": 2.570564561210631e-07, + "I": 0.00026490629534237087, + "C": 9.876095646177419e-06, + "R": 6.315503355835972e-07, + "M": 1.5333975170506164e-05, + "O": 5.519178102986189e-06, + "W": 5.703057581740723e-07, + "N": 1.351643822999904e-05, + "Y": 0.00021311330783646554, + "U": 6.094011837376456e-07, + "K": 1.886764403025154e-05, + "L": 3.441590195052413e-07, + "G": 8.273839193861932e-05, + "F": 0.0005856065545231104, + "E": 0.0008204853511415422, + "T": 0.0001811140973586589, + "P": 0.3045491576194763, + "-": 0.6932369470596313 + }, + "id": "tp_7131" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 891391, + "label": "-", + "classification": { + "B": 6.731408319637922e-08, + "S": 3.0873938072772944e-08, + "I": 0.0003814819792751223, + "C": 5.661099748976994e-06, + "R": 1.0949535180770908e-06, + "M": 2.077356657537166e-05, + "O": 2.0663223949668463e-06, + "W": 5.540062986142402e-08, + "N": 1.7715839248921839e-06, + "Y": 0.001524782390333712, + "U": 1.4046824503566313e-07, + "K": 1.4693551975142327e-07, + "L": 3.57643074266889e-07, + "G": 8.57137274579145e-05, + "F": 0.0001298054412472993, + "E": 5.5930097005330026e-05, + "T": 0.0008243126794695854, + "P": 0.13236570358276367, + "-": 0.8646001219749451 + }, + "id": "tp_7132" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 891525, + "label": "-", + "classification": { + "B": 3.61139029791957e-08, + "S": 1.100958684219222e-07, + "I": 0.000382937811082229, + "C": 7.566454314655857e-06, + "R": 8.671660225445521e-07, + "M": 6.78010328556411e-05, + "O": 4.975090632797219e-06, + "W": 2.579655813406134e-07, + "N": 1.0995935554092284e-05, + "Y": 0.0004027477989438921, + "U": 1.7967317944567185e-07, + "K": 3.784552973229438e-06, + "L": 2.363886579814789e-07, + "G": 3.477565769571811e-05, + "F": 0.0005184929468668997, + "E": 0.0003583539219107479, + "T": 0.0003808184410445392, + "P": 0.1311243176460266, + "-": 0.8667007684707642 + }, + "id": "tp_7133" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 891658, + "label": "-", + "classification": { + "B": 4.748777428176254e-06, + "S": 5.935844455962069e-07, + "I": 0.00018361149705015123, + "C": 3.737973429451813e-06, + "R": 8.740358339309751e-07, + "M": 9.394715016242117e-05, + "O": 4.484325472731143e-05, + "W": 8.26244615836913e-07, + "N": 2.6915784019365674e-06, + "Y": 0.00014540665142703801, + "U": 1.6649097744902974e-07, + "K": 2.012673405715759e-08, + "L": 7.0434425651910715e-06, + "G": 0.00010693450894905254, + "F": 0.00032088355510495603, + "E": 0.00012960912135895342, + "T": 0.00024137485888786614, + "P": 0.15566286444664001, + "-": 0.8430497646331787 + }, + "id": "tp_7134" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 891758, + "label": "-", + "classification": { + "B": 1.1220429314562352e-06, + "S": 4.796612302016001e-06, + "I": 0.019522449001669884, + "C": 0.0001300750154769048, + "R": 2.8260355975362472e-05, + "M": 0.00015439234266523272, + "O": 4.580253880703822e-05, + "W": 9.421128197573125e-06, + "N": 0.0009621123899705708, + "Y": 0.027505334466695786, + "U": 1.8243880504087429e-06, + "K": 0.002984707709401846, + "L": 6.893956197018269e-07, + "G": 0.0012873412342742085, + "F": 0.005331066902726889, + "E": 0.016773074865341187, + "T": 0.004265479743480682, + "P": 0.2729561924934387, + "-": 0.6480357646942139 + }, + "id": "tp_7135" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 891892, + "label": "P", + "classification": { + "B": 7.218024844490856e-09, + "S": 8.156255226765552e-09, + "I": 0.0005416610511019826, + "C": 1.5612107517881668e-06, + "R": 1.1085119666631726e-07, + "M": 2.2022732082405128e-06, + "O": 3.554495435764693e-07, + "W": 1.3843514778955068e-08, + "N": 5.27439533470897e-06, + "Y": 2.4990331439767033e-05, + "U": 1.7490732417968502e-08, + "K": 5.2312586262814875e-08, + "L": 2.8287995945674993e-08, + "G": 4.601278305926826e-06, + "F": 8.940569387050346e-05, + "E": 2.6454397811903618e-05, + "T": 3.411251600482501e-05, + "P": 0.7650237083435059, + "-": 0.2342454046010971 + }, + "id": "tp_7136" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 892025, + "label": "P", + "classification": { + "B": 6.9544432435009185e-09, + "S": 5.207405173734969e-09, + "I": 0.00111115793697536, + "C": 2.031137228186708e-06, + "R": 1.599787395889507e-07, + "M": 2.4290552573802415e-06, + "O": 3.845658795853524e-07, + "W": 1.3547747812481248e-08, + "N": 1.194120977743296e-05, + "Y": 3.3671818528091535e-05, + "U": 1.9960426200782422e-08, + "K": 1.231590545103245e-07, + "L": 1.4956514249320207e-08, + "G": 6.6291040639043786e-06, + "F": 5.321646312950179e-05, + "E": 0.0001284114405279979, + "T": 3.174017183482647e-05, + "P": 0.8233662247657776, + "-": 0.17525196075439453 + }, + "id": "tp_7137" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 892125, + "label": "-", + "classification": { + "B": 2.6927602903015213e-06, + "S": 5.958308975095861e-06, + "I": 0.0003876598784700036, + "C": 1.3122721611580346e-05, + "R": 2.437099738017423e-06, + "M": 0.0004460891068447381, + "O": 5.443248664960265e-05, + "W": 3.135517317787162e-06, + "N": 2.046959343715571e-05, + "Y": 0.0017919981619343162, + "U": 4.2139853917433356e-07, + "K": 8.703253115527332e-06, + "L": 3.6189153433952015e-06, + "G": 0.0002977454860229045, + "F": 0.005543133243918419, + "E": 0.0006801839335821569, + "T": 0.0019099221099168062, + "P": 0.1437544971704483, + "-": 0.8450737595558167 + }, + "id": "tp_7138" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 892259, + "label": "-", + "classification": { + "B": 4.736462888565995e-10, + "S": 9.047516624782759e-10, + "I": 1.950711748577305e-06, + "C": 3.748169774553389e-08, + "R": 1.849259301245354e-09, + "M": 6.188462720047028e-08, + "O": 6.482262904228264e-08, + "W": 3.6748586396129213e-09, + "N": 6.355720927331276e-08, + "Y": 7.076997007970931e-06, + "U": 9.937966005679755e-10, + "K": 5.368352731238701e-07, + "L": 2.6115756779354626e-10, + "G": 5.97010341607529e-07, + "F": 0.0015570152318105102, + "E": 1.818345845094882e-05, + "T": 8.570401632823632e-07, + "P": 0.17856623232364655, + "-": 0.8198472857475281 + }, + "id": "tp_7139" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 892392, + "label": "-", + "classification": { + "B": 2.0286316626538792e-08, + "S": 5.6265978543024175e-08, + "I": 9.642678924137726e-05, + "C": 3.1947593015502207e-06, + "R": 2.00604091560308e-07, + "M": 9.579129255143926e-06, + "O": 1.4744794043508591e-06, + "W": 8.84480186869041e-08, + "N": 4.579520918923663e-06, + "Y": 0.000103031808976084, + "U": 7.504817745029868e-08, + "K": 5.658109330397565e-06, + "L": 4.7447809237155525e-08, + "G": 1.1826119589386508e-05, + "F": 0.0009117668378166854, + "E": 0.0001752359385136515, + "T": 8.66096161189489e-05, + "P": 0.24151816964149475, + "-": 0.7570720314979553 + }, + "id": "tp_7140" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 892526, + "label": "-", + "classification": { + "B": 1.9968716458151903e-08, + "S": 1.1613419559353133e-08, + "I": 3.2741387258283794e-05, + "C": 2.734072381826991e-07, + "R": 5.5694943768003213e-08, + "M": 1.0462156296853209e-06, + "O": 4.834730020775169e-07, + "W": 1.9251915617246596e-08, + "N": 4.629241345810442e-07, + "Y": 0.0001205266744364053, + "U": 1.3270331500336852e-08, + "K": 4.017638275399804e-07, + "L": 1.7686476283529373e-08, + "G": 1.7678359654382803e-05, + "F": 0.0005395812913775444, + "E": 3.180184285156429e-05, + "T": 3.0873179639456794e-05, + "P": 0.21826457977294922, + "-": 0.7809593677520752 + }, + "id": "tp_7141" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 892626, + "label": "P", + "classification": { + "B": 8.468549026474648e-07, + "S": 3.9714615240882267e-07, + "I": 0.00014347232354339212, + "C": 2.9184011509642005e-06, + "R": 3.34492142428644e-07, + "M": 1.0802344149851706e-05, + "O": 9.855147254711483e-06, + "W": 4.13603999049883e-07, + "N": 7.3957221502496395e-06, + "Y": 6.513093831017613e-05, + "U": 1.3711633073398843e-07, + "K": 7.107045973953063e-08, + "L": 6.395273999260098e-07, + "G": 2.889399002015125e-05, + "F": 0.0003105021023657173, + "E": 4.431812703842297e-05, + "T": 0.00015850555791985244, + "P": 0.5926378965377808, + "-": 0.406577467918396 + }, + "id": "tp_7142" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 892759, + "label": "-", + "classification": { + "B": 9.502783200332487e-07, + "S": 2.2117105800134595e-06, + "I": 0.0021433671936392784, + "C": 4.813274063053541e-05, + "R": 1.0857845154532697e-05, + "M": 5.215519922785461e-05, + "O": 2.202139512519352e-05, + "W": 2.0903780750813894e-06, + "N": 0.00025237916270270944, + "Y": 0.0030482481233775616, + "U": 4.220795290166279e-06, + "K": 0.0005689348326995969, + "L": 8.4310829606693e-07, + "G": 0.0004328754439484328, + "F": 0.002798262517899275, + "E": 0.00171392853371799, + "T": 0.0006939537706784904, + "P": 0.41254186630249023, + "-": 0.5756627321243286 + }, + "id": "tp_7143" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 892893, + "label": "P", + "classification": { + "B": 3.987505351688014e-06, + "S": 3.3376516057614936e-06, + "I": 0.00039909599581733346, + "C": 1.1484020433272235e-05, + "R": 2.056563516816823e-06, + "M": 3.874837057082914e-05, + "O": 2.2368079953594133e-05, + "W": 2.728047775235609e-06, + "N": 3.041655509150587e-05, + "Y": 0.0005523177678696811, + "U": 1.4860851251796703e-06, + "K": 1.2558165508380625e-05, + "L": 2.6883210466621676e-06, + "G": 0.00015141446783673018, + "F": 0.004206960555166006, + "E": 0.00048813558532856405, + "T": 0.00025079352781176567, + "P": 0.572544276714325, + "-": 0.42127522826194763 + }, + "id": "tp_7144" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 893026, + "label": "-", + "classification": { + "B": 6.153324960678219e-08, + "S": 2.4228955908256467e-07, + "I": 0.000796439650002867, + "C": 3.177471626258921e-06, + "R": 9.906236755341524e-07, + "M": 1.7936517906491645e-05, + "O": 5.100930593471276e-06, + "W": 4.242373847773706e-07, + "N": 2.2955160602577962e-05, + "Y": 0.0003255922347307205, + "U": 1.5647776763216825e-07, + "K": 2.590563781268429e-06, + "L": 2.3254405334682815e-07, + "G": 1.8026754332822748e-05, + "F": 0.0010315239196643233, + "E": 0.00015466471086256206, + "T": 0.00023622404842171818, + "P": 0.4398525357246399, + "-": 0.5575310587882996 + }, + "id": "tp_7145" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 893126, + "label": "-", + "classification": { + "B": 1.8707872868617414e-06, + "S": 5.402741862781113e-07, + "I": 0.00046039733570069075, + "C": 5.751115168095566e-06, + "R": 2.8936576654814417e-06, + "M": 2.9155617085052654e-05, + "O": 2.8878859666292556e-05, + "W": 1.1157692370034056e-06, + "N": 1.0437956007081084e-05, + "Y": 0.00018881789583247155, + "U": 1.8114410238467826e-07, + "K": 5.553636839294995e-08, + "L": 1.8742033489616006e-06, + "G": 3.802177889156155e-05, + "F": 0.0002025988942477852, + "E": 3.606354948715307e-05, + "T": 0.0004022032953798771, + "P": 0.3133218586444855, + "-": 0.6852672696113586 + }, + "id": "tp_7146" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 893260, + "label": "-", + "classification": { + "B": 1.6690443089828477e-06, + "S": 1.722625029287883e-06, + "I": 0.0014839580981060863, + "C": 2.1084286345285363e-05, + "R": 6.141438461781945e-06, + "M": 9.37192453420721e-05, + "O": 2.415910057607107e-05, + "W": 1.414484131601057e-06, + "N": 4.586091745295562e-05, + "Y": 0.0019404999911785126, + "U": 7.80590823978855e-07, + "K": 6.882113666506484e-06, + "L": 2.16478497350181e-06, + "G": 0.0004752810928039253, + "F": 0.0011532221687957644, + "E": 0.00038488005520775914, + "T": 0.0015406077727675438, + "P": 0.32365256547927856, + "-": 0.6691632866859436 + }, + "id": "tp_7147" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 893393, + "label": "-", + "classification": { + "B": 1.5694712374170194e-07, + "S": 3.5438503687146294e-07, + "I": 2.6899762815446593e-05, + "C": 3.875038146361476e-06, + "R": 3.504902394979581e-07, + "M": 2.5527418983983807e-05, + "O": 1.1945409823965747e-05, + "W": 4.462117715320346e-07, + "N": 2.2266356154432287e-06, + "Y": 0.00017215643310919404, + "U": 3.096307565897405e-08, + "K": 1.47053492582927e-06, + "L": 4.566321933907602e-07, + "G": 7.65895310905762e-05, + "F": 0.015541191212832928, + "E": 0.0002517897228244692, + "T": 7.386441575363278e-05, + "P": 0.1499132663011551, + "-": 0.8338974714279175 + }, + "id": "tp_7148" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 893527, + "label": "P", + "classification": { + "B": 9.957253496395424e-06, + "S": 1.6467478417325765e-05, + "I": 0.0022220986429601908, + "C": 4.08461201004684e-05, + "R": 5.379291906137951e-06, + "M": 0.00011065947182942182, + "O": 5.003397018299438e-05, + "W": 2.299613151990343e-05, + "N": 0.0005721488851122558, + "Y": 0.0021334292832762003, + "U": 7.817044206603896e-06, + "K": 0.003902602009475231, + "L": 2.8552942694659578e-06, + "G": 0.0005840191151946783, + "F": 0.013228332623839378, + "E": 0.0235221479088068, + "T": 0.0008213454275391996, + "P": 0.5588393807411194, + "-": 0.3939073979854584 + }, + "id": "tp_7149" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 893627, + "label": "-", + "classification": { + "B": 8.52406643048198e-08, + "S": 6.941635888324527e-07, + "I": 6.821182614658028e-05, + "C": 8.528999160262174e-07, + "R": 1.3043344893048925e-07, + "M": 3.673375658763689e-06, + "O": 2.915283403126523e-06, + "W": 4.3737821897593676e-07, + "N": 9.112560292123817e-06, + "Y": 8.120201528072357e-05, + "U": 1.9546779128631897e-07, + "K": 2.4893721274565905e-05, + "L": 8.154481889732779e-08, + "G": 6.387252142303623e-06, + "F": 0.0028398633003234863, + "E": 0.0001381419278914109, + "T": 0.0001186183508252725, + "P": 0.33251655101776123, + "-": 0.6641879081726074 + }, + "id": "tp_7150" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 893760, + "label": "-", + "classification": { + "B": 2.5872066089505097e-06, + "S": 2.0552706700982526e-06, + "I": 0.001307997852563858, + "C": 3.152322824462317e-05, + "R": 1.034185061143944e-05, + "M": 0.00012159482866991311, + "O": 3.8864895032020286e-05, + "W": 4.064118911628611e-06, + "N": 4.768447979586199e-05, + "Y": 0.0028402823954820633, + "U": 3.275498556831735e-06, + "K": 7.2284560701518785e-06, + "L": 6.2205776885093655e-06, + "G": 0.00026376801542937756, + "F": 0.0015814229846000671, + "E": 0.0005180484149605036, + "T": 0.0017250354867428541, + "P": 0.27606111764907837, + "-": 0.7154269218444824 + }, + "id": "tp_7151" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 893894, + "label": "P", + "classification": { + "B": 1.3306144865055103e-05, + "S": 5.748155672335997e-06, + "I": 0.0035778817255049944, + "C": 0.00013003246567677706, + "R": 1.6664276699884795e-05, + "M": 0.00019340074504725635, + "O": 4.355064083938487e-05, + "W": 1.0228800420009065e-05, + "N": 0.00037679768865928054, + "Y": 0.0018544279737398028, + "U": 1.0271665814798325e-05, + "K": 0.00038925401167944074, + "L": 4.0362451727560256e-06, + "G": 0.0006505282944999635, + "F": 0.0034654249902814627, + "E": 0.008021824061870575, + "T": 0.0005781715153716505, + "P": 0.6438468098640442, + "-": 0.33681169152259827 + }, + "id": "tp_7152" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 894027, + "label": "-", + "classification": { + "B": 0.00012901125592179596, + "S": 3.4933789720525965e-05, + "I": 0.07392694801092148, + "C": 0.005958870518952608, + "R": 0.000561100197955966, + "M": 0.004706223029643297, + "O": 0.0004565853450912982, + "W": 9.514281555311754e-05, + "N": 0.0024011407513171434, + "Y": 0.029802650213241577, + "U": 5.920755211263895e-05, + "K": 0.0010265943128615618, + "L": 7.483115768991411e-05, + "G": 0.01163208857178688, + "F": 0.003911151085048914, + "E": 0.081063412129879, + "T": 0.006613129284232855, + "P": 0.281215637922287, + "-": 0.4963313341140747 + }, + "id": "tp_7153" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 894127, + "label": "-", + "classification": { + "B": 3.899244660487966e-08, + "S": 9.376559262364026e-08, + "I": 2.4108929210342467e-05, + "C": 4.3528706328288536e-07, + "R": 3.086375244265582e-08, + "M": 9.724523806653451e-06, + "O": 1.9751255422306713e-06, + "W": 5.9388042927821516e-08, + "N": 1.5388470728794346e-06, + "Y": 7.850507972761989e-05, + "U": 2.5842137318932146e-08, + "K": 1.2048062671965454e-06, + "L": 3.916858659636091e-08, + "G": 8.986872671812307e-06, + "F": 0.0003654822940006852, + "E": 6.799687980674207e-05, + "T": 0.00011200188600923866, + "P": 0.15030157566070557, + "-": 0.8490262031555176 + }, + "id": "tp_7154" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 894261, + "label": "-", + "classification": { + "B": 8.841228549272273e-08, + "S": 5.80145808726229e-07, + "I": 0.00015688127314206213, + "C": 7.849444045859855e-06, + "R": 1.4770484995096922e-06, + "M": 1.0929806194326375e-05, + "O": 7.83740142651368e-06, + "W": 1.1104333452749415e-06, + "N": 1.9363707906450145e-05, + "Y": 0.0009056644048541784, + "U": 2.630913513712585e-07, + "K": 0.0010615417268127203, + "L": 7.06508842540643e-08, + "G": 0.00016454818251077086, + "F": 0.017874987795948982, + "E": 0.0012142201885581017, + "T": 0.0001233342627529055, + "P": 0.14833000302314758, + "-": 0.830119252204895 + }, + "id": "tp_7155" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 894394, + "label": "P", + "classification": { + "B": 1.1294628166069742e-06, + "S": 3.1240567750501214e-06, + "I": 0.00710189389064908, + "C": 8.982923463918269e-05, + "R": 1.2641864486795384e-05, + "M": 8.215176058001816e-05, + "O": 2.674226379895117e-05, + "W": 4.272177193342941e-06, + "N": 0.0005387012497521937, + "Y": 0.0010257294634357095, + "U": 3.732166305780993e-06, + "K": 9.952695108950138e-05, + "L": 1.2722966857836582e-06, + "G": 0.00014594690583180636, + "F": 0.0014273066772148013, + "E": 0.0023464730475097895, + "T": 0.0005382811650633812, + "P": 0.7433382868766785, + "-": 0.2432129681110382 + }, + "id": "tp_7156" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 894528, + "label": "-", + "classification": { + "B": 9.389081014887779e-07, + "S": 8.399638886658067e-07, + "I": 0.0013800220331177115, + "C": 0.00014130710042081773, + "R": 1.5260337022482418e-05, + "M": 3.408340489841066e-05, + "O": 2.168933133361861e-05, + "W": 2.240668663944234e-06, + "N": 7.660886330995709e-05, + "Y": 0.0007869212422519922, + "U": 4.4783487282984424e-06, + "K": 0.0001376510481350124, + "L": 1.8262253433931619e-06, + "G": 0.0005619926378130913, + "F": 0.004963630344718695, + "E": 0.00098558166064322, + "T": 0.00027087799389846623, + "P": 0.33888229727745056, + "-": 0.6517317891120911 + }, + "id": "tp_7157" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 894628, + "label": "P", + "classification": { + "B": 1.754738292447655e-07, + "S": 1.517801564432375e-07, + "I": 0.0007942052325233817, + "C": 2.422773377475096e-06, + "R": 2.647984160830674e-07, + "M": 1.2758970115100965e-05, + "O": 1.8347868717683014e-06, + "W": 1.1595236060202296e-07, + "N": 1.373655231873272e-05, + "Y": 7.938186172395945e-05, + "U": 1.1153454693157983e-07, + "K": 1.6647150857806992e-07, + "L": 1.9866331513185287e-07, + "G": 1.2674368008447345e-05, + "F": 0.00011540952982613817, + "E": 0.00021436640236061066, + "T": 0.0001060555296135135, + "P": 0.8063841462135315, + "-": 0.19226185977458954 + }, + "id": "tp_7158" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 894761, + "label": "P", + "classification": { + "B": 2.5506986389700614e-07, + "S": 2.910756506935286e-07, + "I": 0.0008851768216118217, + "C": 7.329720574489329e-06, + "R": 1.0954657909678645e-06, + "M": 1.994451304199174e-05, + "O": 4.277798780094599e-06, + "W": 6.569990205207432e-07, + "N": 3.0602281185565516e-05, + "Y": 0.00023354441509582102, + "U": 5.88241960031155e-07, + "K": 8.279027497337665e-06, + "L": 4.5556063810181513e-07, + "G": 5.281427002046257e-05, + "F": 0.0012578985188156366, + "E": 0.00044912146404385567, + "T": 0.00020206852059345692, + "P": 0.6947392225265503, + "-": 0.3021063506603241 + }, + "id": "tp_7159" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 894895, + "label": "P", + "classification": { + "B": 7.2190837272501085e-06, + "S": 5.081784820504254e-06, + "I": 0.007653048262000084, + "C": 0.00011428232392063364, + "R": 5.036675065639429e-05, + "M": 0.00013517795014195144, + "O": 6.253107858356088e-05, + "W": 7.557574463135097e-06, + "N": 0.00048058663378469646, + "Y": 0.0014514175709336996, + "U": 1.2323025657678954e-05, + "K": 0.0001381765614496544, + "L": 8.152724149113055e-06, + "G": 0.0008406988345086575, + "F": 0.004807278048247099, + "E": 0.0031500752083957195, + "T": 0.0011858027428388596, + "P": 0.6512244939804077, + "-": 0.3286656439304352 + }, + "id": "tp_7160" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 895028, + "label": "-", + "classification": { + "B": 4.8807109465087706e-09, + "S": 1.0855979226676027e-08, + "I": 2.0453046090551652e-05, + "C": 3.689748098167911e-07, + "R": 8.15879701576705e-08, + "M": 3.92534411730594e-06, + "O": 6.295537104961113e-07, + "W": 1.9481051438674513e-08, + "N": 4.878249342255003e-07, + "Y": 0.00033346645068377256, + "U": 1.658705173213093e-08, + "K": 1.722930960568192e-06, + "L": 1.7981941269340496e-08, + "G": 1.1536743841134012e-05, + "F": 0.0007074176683090627, + "E": 1.35452992253704e-05, + "T": 0.00011247223301324993, + "P": 0.0749121606349945, + "-": 0.9238815307617188 + }, + "id": "tp_7161" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 895128, + "label": "P", + "classification": { + "B": 3.2070917654891673e-07, + "S": 9.488737617857623e-08, + "I": 0.0002268148382427171, + "C": 3.5549326184991514e-06, + "R": 4.852207098338113e-07, + "M": 5.290790795697831e-06, + "O": 2.3059592422214337e-06, + "W": 1.940637446296023e-07, + "N": 4.231994807923911e-06, + "Y": 5.022539698984474e-05, + "U": 1.27990205101014e-07, + "K": 4.525021068957358e-08, + "L": 2.6874462832893187e-07, + "G": 9.174865226668771e-06, + "F": 7.375337008852512e-05, + "E": 4.079722930327989e-05, + "T": 0.00011893438204424456, + "P": 0.6973845362663269, + "-": 0.30207884311676025 + }, + "id": "tp_7162" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 895262, + "label": "P", + "classification": { + "B": 0.00017217514687217772, + "S": 3.1153679174167337e-06, + "I": 0.008647159673273563, + "C": 0.001096814521588385, + "R": 0.00012361611879896373, + "M": 0.0005258226883597672, + "O": 0.00015488323697354645, + "W": 1.4721969819220249e-05, + "N": 0.000253369304118678, + "Y": 0.002097176620736718, + "U": 2.3050404706737027e-05, + "K": 1.91945528058568e-05, + "L": 4.9391237553209066e-05, + "G": 0.0028574743773788214, + "F": 0.0013250956544652581, + "E": 0.0033859985414892435, + "T": 0.0008523137075826526, + "P": 0.5605061650276184, + "-": 0.4178923964500427 + }, + "id": "tp_7163" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 895395, + "label": "P", + "classification": { + "B": 2.0490845145104686e-06, + "S": 4.324322617321741e-06, + "I": 0.0007383293122984469, + "C": 5.443467216537101e-06, + "R": 3.1474341994908173e-06, + "M": 1.842221536207944e-05, + "O": 1.968103606486693e-05, + "W": 3.630802666521049e-06, + "N": 8.966783207142726e-05, + "Y": 0.00041085435077548027, + "U": 2.6232321488350863e-06, + "K": 9.224399400409311e-05, + "L": 1.403994474458159e-06, + "G": 0.00011602186714299023, + "F": 0.007033871952444315, + "E": 0.0006487502832897007, + "T": 0.000488696969114244, + "P": 0.6359148025512695, + "-": 0.3544059991836548 + }, + "id": "tp_7164" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 895529, + "label": "-", + "classification": { + "B": 2.0193378077237867e-05, + "S": 2.631237657624297e-05, + "I": 0.0011504178401082754, + "C": 0.0002932980714831501, + "R": 4.2237112211296335e-05, + "M": 0.00045075311209075153, + "O": 0.0001099322471418418, + "W": 2.8541500796563923e-05, + "N": 0.0001695488899713382, + "Y": 0.005039003677666187, + "U": 1.983731817745138e-05, + "K": 0.0007990906597115099, + "L": 1.2969047929800581e-05, + "G": 0.0006707410211674869, + "F": 0.020217476412653923, + "E": 0.003643284784629941, + "T": 0.0014974186196923256, + "P": 0.2531421482563019, + "-": 0.7126668095588684 + }, + "id": "tp_7165" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 895629, + "label": "P", + "classification": { + "B": 2.2344330830037507e-07, + "S": 2.1130507832367584e-07, + "I": 0.0007538984064012766, + "C": 1.916342444019392e-05, + "R": 2.3772729491611244e-06, + "M": 2.9967048249091022e-05, + "O": 1.0735753676271997e-05, + "W": 4.623115614776907e-07, + "N": 5.39475804544054e-05, + "Y": 0.0005286230589263141, + "U": 6.13893632817053e-07, + "K": 9.867618246062193e-06, + "L": 5.537241349884425e-07, + "G": 0.00013708986807614565, + "F": 0.001477738143876195, + "E": 0.0006056394777260721, + "T": 0.000253026228165254, + "P": 0.5242480635643005, + "-": 0.47186779975891113 + }, + "id": "tp_7166" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 895762, + "label": "-", + "classification": { + "B": 9.748368029249832e-06, + "S": 4.580734639603179e-06, + "I": 0.0011218023719266057, + "C": 0.00020699236483778805, + "R": 4.003643698524684e-05, + "M": 0.0001095752595574595, + "O": 8.838767826091498e-05, + "W": 1.1510541298775934e-05, + "N": 6.99816519045271e-05, + "Y": 0.0016056823078542948, + "U": 1.461064675822854e-05, + "K": 2.674793722690083e-05, + "L": 1.6068355762399733e-05, + "G": 0.0006487258360721171, + "F": 0.0027133552357554436, + "E": 0.00033154786797240376, + "T": 0.0011791028082370758, + "P": 0.2622688412666321, + "-": 0.7295327186584473 + }, + "id": "tp_7167" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 895896, + "label": "-", + "classification": { + "B": 0.0002821357629727572, + "S": 0.00011166962212882936, + "I": 0.0033390510361641645, + "C": 0.00044302872265689075, + "R": 0.00017667109204921871, + "M": 0.0013710816856473684, + "O": 0.0006690688896924257, + "W": 9.779545507626608e-05, + "N": 0.0006067334907129407, + "Y": 0.010347948409616947, + "U": 9.056995622813702e-05, + "K": 0.001702882582321763, + "L": 9.772925841389224e-05, + "G": 0.006808306090533733, + "F": 0.023261677473783493, + "E": 0.007303574122488499, + "T": 0.006809046026319265, + "P": 0.2206241637468338, + "-": 0.7158568501472473 + }, + "id": "tp_7168" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 896029, + "label": "-", + "classification": { + "B": 1.3576392787761904e-10, + "S": 8.826882280654758e-11, + "I": 2.3750947093503783e-06, + "C": 1.1080041772970617e-08, + "R": 4.5205764132028037e-10, + "M": 1.520209735872413e-08, + "O": 1.3514786623147756e-08, + "W": 1.668689353362396e-10, + "N": 2.0768144537441913e-08, + "Y": 9.33721196361148e-07, + "U": 7.858911438285432e-11, + "K": 1.6867476304582851e-09, + "L": 9.80253656024388e-11, + "G": 1.2097011392597778e-07, + "F": 3.49873116647359e-05, + "E": 1.2100616686439025e-06, + "T": 9.404836873727618e-07, + "P": 0.2756190299987793, + "-": 0.7243403196334839 + }, + "id": "tp_7169" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 896129, + "label": "-", + "classification": { + "B": 1.5083371181390248e-05, + "S": 2.115717052220134e-06, + "I": 0.0035442595835775137, + "C": 0.00015561982581857592, + "R": 1.4636504602094647e-05, + "M": 0.0004974039038643241, + "O": 4.041719512315467e-05, + "W": 2.3809343474567868e-06, + "N": 6.0967064200667664e-05, + "Y": 0.006360051687806845, + "U": 2.322599357285071e-06, + "K": 3.4477529879950453e-06, + "L": 1.5428786355187185e-05, + "G": 0.0011203367030248046, + "F": 0.002346770605072379, + "E": 0.002783191157504916, + "T": 0.0025333776138722897, + "P": 0.3231523036956787, + "-": 0.6573498249053955 + }, + "id": "tp_7170" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 896263, + "label": "-", + "classification": { + "B": 5.2071257528041315e-08, + "S": 7.222394060590887e-07, + "I": 0.0005342697259038687, + "C": 1.4122817447059788e-05, + "R": 4.968826033291407e-06, + "M": 3.712763646035455e-05, + "O": 1.281815093534533e-05, + "W": 7.878253427406889e-07, + "N": 1.9475310182315297e-05, + "Y": 0.0006628773408010602, + "U": 2.8019715614391316e-07, + "K": 3.477726295386674e-06, + "L": 8.0300077343054e-07, + "G": 4.210857514408417e-05, + "F": 0.002387196058407426, + "E": 7.05855418345891e-05, + "T": 0.0009085981291718781, + "P": 0.24013176560401917, + "-": 0.7551679611206055 + }, + "id": "tp_7171" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 896396, + "label": "P", + "classification": { + "B": 1.344428164884448e-05, + "S": 8.430308298557065e-06, + "I": 0.04026421159505844, + "C": 0.00036715526948682964, + "R": 4.820508911507204e-05, + "M": 0.0011969726765528321, + "O": 9.666082041803747e-05, + "W": 8.334587619174272e-06, + "N": 0.0015454806853085756, + "Y": 0.011043878272175789, + "U": 3.6818960325035732e-06, + "K": 6.128709355834872e-05, + "L": 1.1545601410034578e-05, + "G": 0.0022626598365604877, + "F": 0.002633405150845647, + "E": 0.024799011647701263, + "T": 0.003779124701395631, + "P": 0.675901472568512, + "-": 0.23595508933067322 + }, + "id": "tp_7172" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 896530, + "label": "-", + "classification": { + "B": 3.795701530862061e-08, + "S": 6.801097640618536e-08, + "I": 0.00013142124225851148, + "C": 4.122439349885099e-06, + "R": 2.660511313479219e-07, + "M": 3.4842114473576657e-06, + "O": 1.2461761116355774e-06, + "W": 1.4941161907700007e-07, + "N": 1.0164259037992451e-05, + "Y": 0.00029021408408880234, + "U": 1.0100077929564577e-07, + "K": 7.456666207872331e-05, + "L": 2.923907871377196e-08, + "G": 2.9753067792626098e-05, + "F": 0.0029703285545110703, + "E": 0.0005745543166995049, + "T": 6.453458627220243e-05, + "P": 0.39211463928222656, + "-": 0.603730320930481 + }, + "id": "tp_7173" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 896630, + "label": "-", + "classification": { + "B": 1.150046458064935e-07, + "S": 9.069476050171943e-07, + "I": 0.000410819542594254, + "C": 5.961358056083554e-06, + "R": 1.4433711612582556e-06, + "M": 1.908684498630464e-05, + "O": 1.0939193089143373e-05, + "W": 1.3765022686129669e-06, + "N": 3.45565022144001e-05, + "Y": 0.0004970127483829856, + "U": 5.235891080701549e-07, + "K": 4.184492718195543e-05, + "L": 4.189000435417256e-07, + "G": 7.645732694072649e-05, + "F": 0.005171102937310934, + "E": 0.0004339289152994752, + "T": 0.0002153456152882427, + "P": 0.4272412359714508, + "-": 0.5658369660377502 + }, + "id": "tp_7174" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 896763, + "label": "-", + "classification": { + "B": 0.00010773186659207568, + "S": 9.12534014787525e-05, + "I": 0.005373917520046234, + "C": 0.0004973752074874938, + "R": 0.0001148391020251438, + "M": 0.0007667989702895284, + "O": 0.0004007439420092851, + "W": 0.00011412421008571982, + "N": 0.0010629326570779085, + "Y": 0.010977296158671379, + "U": 7.726582407485694e-05, + "K": 0.0028774039819836617, + "L": 5.83051769353915e-05, + "G": 0.006664931308478117, + "F": 0.02951640821993351, + "E": 0.01811870001256466, + "T": 0.00402051443234086, + "P": 0.3629370629787445, + "-": 0.5562224984169006 + }, + "id": "tp_7175" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 896897, + "label": "P", + "classification": { + "B": 1.3147610843589064e-05, + "S": 1.5148573766055051e-05, + "I": 0.00693153589963913, + "C": 0.0002927446330431849, + "R": 5.584284372162074e-05, + "M": 0.00028942208155058324, + "O": 0.0001239444245584309, + "W": 2.0243192921043374e-05, + "N": 0.0008115162490867078, + "Y": 0.0013109399005770683, + "U": 1.6856542060850188e-05, + "K": 9.733882325235754e-05, + "L": 1.5481007721973583e-05, + "G": 0.0007258681580424309, + "F": 0.004446038510650396, + "E": 0.003643184434622526, + "T": 0.0011843173997476697, + "P": 0.7182827591896057, + "-": 0.26172369718551636 + }, + "id": "tp_7176" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 897030, + "label": "P", + "classification": { + "B": 6.701789516228018e-06, + "S": 9.885173312795814e-06, + "I": 0.016542600467801094, + "C": 9.259726357413456e-05, + "R": 1.5289677321561612e-05, + "M": 0.00014673604164272547, + "O": 3.888392529916018e-05, + "W": 4.332496700953925e-06, + "N": 0.0006729855085723102, + "Y": 0.0006018467247486115, + "U": 3.2551304229855305e-06, + "K": 3.1250622214429313e-06, + "L": 1.0535926776356064e-05, + "G": 0.0001635758817428723, + "F": 0.0009006164036691189, + "E": 0.0010966532863676548, + "T": 0.0008249719976447523, + "P": 0.8488869071006775, + "-": 0.1299785077571869 + }, + "id": "tp_7177" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 897130, + "label": "-", + "classification": { + "B": 2.1670789607242114e-09, + "S": 4.0324965588922623e-10, + "I": 0.00048490375047549605, + "C": 7.7184046176626e-07, + "R": 5.667744318316181e-08, + "M": 1.8240050394524587e-06, + "O": 1.1771860641829335e-07, + "W": 2.109599162025688e-09, + "N": 1.4790074374104734e-06, + "Y": 9.90276676020585e-05, + "U": 5.03227060022482e-09, + "K": 4.1321143839923025e-08, + "L": 5.177297701663974e-09, + "G": 4.729791726276744e-06, + "F": 2.938796387752518e-05, + "E": 3.2162581192096695e-05, + "T": 5.6979559303727e-05, + "P": 0.4215119183063507, + "-": 0.5777765512466431 + }, + "id": "tp_7178" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 897264, + "label": "-", + "classification": { + "B": 7.146569203086983e-08, + "S": 8.117221739212255e-08, + "I": 0.00012528149818535894, + "C": 3.836239102383843e-06, + "R": 2.1855177578800067e-07, + "M": 2.8230480893398635e-05, + "O": 3.275062908869586e-06, + "W": 1.166770573490794e-07, + "N": 4.94453752253321e-06, + "Y": 0.0002476527006365359, + "U": 4.998176450499159e-08, + "K": 1.8456609041095362e-06, + "L": 1.0521128501750354e-07, + "G": 4.1798608435783535e-05, + "F": 0.0006113823037594557, + "E": 0.0003562366182450205, + "T": 0.0001149193849414587, + "P": 0.2700970470905304, + "-": 0.7283629775047302 + }, + "id": "tp_7179" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 897397, + "label": "P", + "classification": { + "B": 3.938397341585187e-08, + "S": 2.0063367855982506e-08, + "I": 0.0006797329406253994, + "C": 1.7371057765558362e-05, + "R": 6.807838417444145e-07, + "M": 3.924019438272808e-06, + "O": 1.0223070603387896e-06, + "W": 8.921224292635088e-08, + "N": 1.339461869065417e-05, + "Y": 8.903227717382833e-05, + "U": 1.0288174934203198e-07, + "K": 1.9693948161148e-06, + "L": 6.278661146552622e-08, + "G": 1.4658453437732533e-05, + "F": 0.0007241176208481193, + "E": 0.0005913413478992879, + "T": 2.820340705511626e-05, + "P": 0.5484434962272644, + "-": 0.449390709400177 + }, + "id": "tp_7180" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 897531, + "label": "-", + "classification": { + "B": 1.1545343570062983e-09, + "S": 1.4089588384891272e-09, + "I": 1.3128221326041967e-05, + "C": 1.4337163634081662e-07, + "R": 1.8660875511500308e-08, + "M": 2.5294255578955926e-07, + "O": 1.0503707414954988e-07, + "W": 3.2105500480383853e-09, + "N": 1.6386427148518123e-07, + "Y": 1.469021117372904e-05, + "U": 2.2461179582933255e-09, + "K": 5.5767003459550324e-08, + "L": 1.2578402763807617e-09, + "G": 1.4131554735286045e-06, + "F": 9.18844307307154e-05, + "E": 2.8001861664961325e-06, + "T": 1.0784674486785661e-05, + "P": 0.3107110857963562, + "-": 0.6891533732414246 + }, + "id": "tp_7181" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 897631, + "label": "-", + "classification": { + "B": 1.325076368630107e-07, + "S": 3.1791277166348664e-08, + "I": 1.946978591149673e-05, + "C": 1.9421224806137616e-06, + "R": 1.600955954472738e-07, + "M": 3.2300883958669147e-06, + "O": 2.085112100758124e-06, + "W": 2.838435797514194e-08, + "N": 7.161382313825015e-07, + "Y": 4.63951873825863e-05, + "U": 2.9526326272844017e-08, + "K": 5.379423484441759e-08, + "L": 9.863484962124858e-08, + "G": 2.3909155061119236e-05, + "F": 0.0001403625210514292, + "E": 1.1786024515458848e-05, + "T": 9.317509102402255e-05, + "P": 0.25036051869392395, + "-": 0.7492958307266235 + }, + "id": "tp_7182" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 897764, + "label": "-", + "classification": { + "B": 7.206133290083017e-08, + "S": 4.819071008910214e-08, + "I": 0.00020248099463060498, + "C": 1.2517785989984986e-06, + "R": 1.2383181058339687e-07, + "M": 1.903931320157426e-06, + "O": 1.039875087371911e-06, + "W": 4.211075932403219e-08, + "N": 5.8227137742505874e-06, + "Y": 9.342267730971798e-05, + "U": 5.984689721572067e-08, + "K": 9.228857607013197e-07, + "L": 6.683309550226113e-08, + "G": 2.8484564609243535e-05, + "F": 0.0006405874155461788, + "E": 0.0001432435237802565, + "T": 6.60174700897187e-05, + "P": 0.4888717234134674, + "-": 0.5099426507949829 + }, + "id": "tp_7183" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 897898, + "label": "P", + "classification": { + "B": 2.106975671267719e-06, + "S": 2.284082540882082e-07, + "I": 0.0013288682093843818, + "C": 1.3250836673250888e-05, + "R": 2.1923460735706612e-06, + "M": 2.308044167875778e-05, + "O": 8.934519428294152e-06, + "W": 5.079893981019268e-07, + "N": 1.8863327568396926e-05, + "Y": 0.0002680064644664526, + "U": 5.457940233100089e-07, + "K": 6.979051647704182e-08, + "L": 1.674280838415143e-06, + "G": 6.323749403236434e-05, + "F": 8.12141879578121e-05, + "E": 0.00014336721505969763, + "T": 0.0005165831535123289, + "P": 0.6740294694900513, + "-": 0.3234978914260864 + }, + "id": "tp_7184" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 898031, + "label": "P", + "classification": { + "B": 9.366979414338061e-10, + "S": 2.3701882678750508e-09, + "I": 1.4191894024406793e-06, + "C": 8.78666167603015e-11, + "R": 6.77045659119857e-12, + "M": 2.8224111048302802e-08, + "O": 1.6025243354533814e-08, + "W": 1.6541083780463595e-10, + "N": 2.982424973652087e-08, + "Y": 1.9978193321890103e-08, + "U": 2.187760389515958e-12, + "K": 4.8502812877160295e-11, + "L": 1.0747896322937933e-10, + "G": 1.984489017559099e-08, + "F": 2.059976577584166e-05, + "E": 1.407884724358155e-06, + "T": 6.481941028368965e-08, + "P": 0.9431166648864746, + "-": 0.05685969442129135 + }, + "id": "tp_7185" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 898131, + "label": "-", + "classification": { + "B": 7.59200247557601e-06, + "S": 4.925931989419041e-06, + "I": 0.002711076056584716, + "C": 4.415469811647199e-05, + "R": 1.7494885469204746e-05, + "M": 0.00041146716102957726, + "O": 0.00014033164188731462, + "W": 6.747915449523134e-06, + "N": 9.915923146763816e-05, + "Y": 0.004115293733775616, + "U": 3.7190725379332434e-06, + "K": 7.704318704782054e-06, + "L": 1.2204850463604089e-05, + "G": 0.0010343927424401045, + "F": 0.00108331348747015, + "E": 0.0006525121862068772, + "T": 0.005537725519388914, + "P": 0.19781538844108582, + "-": 0.7862948775291443 + }, + "id": "tp_7186" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 898265, + "label": "P", + "classification": { + "B": 7.003078508205363e-07, + "S": 1.2630582659767242e-06, + "I": 0.017054924741387367, + "C": 2.4628596293041483e-05, + "R": 4.786438694281969e-06, + "M": 8.16940373624675e-05, + "O": 1.3286231478559785e-05, + "W": 1.0589036492092418e-06, + "N": 0.0002644921187311411, + "Y": 0.001057697576470673, + "U": 6.440804440899228e-07, + "K": 3.812316435869434e-06, + "L": 1.3798805866827024e-06, + "G": 0.00012106110079912469, + "F": 0.00031474794377572834, + "E": 0.0007276812102645636, + "T": 0.0006194111774675548, + "P": 0.8055630922317505, + "-": 0.1741437166929245 + }, + "id": "tp_7187" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 898398, + "label": "-", + "classification": { + "B": 1.8022895176272868e-07, + "S": 3.495982525691943e-07, + "I": 0.006293984595686197, + "C": 7.78870889917016e-05, + "R": 7.921430551505182e-06, + "M": 9.213217708747834e-05, + "O": 8.5899682744639e-06, + "W": 7.502954417759611e-07, + "N": 8.165548933902755e-05, + "Y": 0.0015153182903304696, + "U": 5.401001317295595e-07, + "K": 2.6155697923968546e-05, + "L": 4.996567781745398e-07, + "G": 0.0001899572234833613, + "F": 0.0008069294854067266, + "E": 0.0018430495401844382, + "T": 0.00041363530908711255, + "P": 0.42653265595436096, + "-": 0.5621078014373779 + }, + "id": "tp_7188" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 898532, + "label": "-", + "classification": { + "B": 9.331983186200432e-09, + "S": 2.709316859750288e-08, + "I": 0.00014839577488601208, + "C": 6.359467192851298e-07, + "R": 2.022433562842707e-07, + "M": 2.3407751541526522e-06, + "O": 1.2987809441256104e-06, + "W": 5.951718762275959e-08, + "N": 2.9636203180416487e-06, + "Y": 9.169948316412047e-05, + "U": 4.2160557711667934e-08, + "K": 5.11582243234443e-07, + "L": 2.9161128622945398e-08, + "G": 9.553773452353198e-06, + "F": 0.00019701859855558723, + "E": 1.5117641851247754e-05, + "T": 9.513255645288154e-05, + "P": 0.42762038111686707, + "-": 0.5718145370483398 + }, + "id": "tp_7189" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 898632, + "label": "-", + "classification": { + "B": 4.390698791212344e-07, + "S": 8.600522960477974e-07, + "I": 0.0001832293492043391, + "C": 2.0442104869289324e-05, + "R": 2.00961312657455e-06, + "M": 7.269873458426446e-05, + "O": 1.5878098565735854e-05, + "W": 1.3152583733244683e-06, + "N": 1.3384516023506876e-05, + "Y": 0.0011540508130565286, + "U": 7.425974217767362e-07, + "K": 1.3248139111965429e-05, + "L": 1.3335621815713239e-06, + "G": 0.00012407936446834356, + "F": 0.0033262299839407206, + "E": 0.0004215752414893359, + "T": 0.0006362643325701356, + "P": 0.1613289713859558, + "-": 0.832683265209198 + }, + "id": "tp_7190" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 898765, + "label": "-", + "classification": { + "B": 2.67698260358884e-06, + "S": 1.4124052540864795e-05, + "I": 0.0007865044171921909, + "C": 0.00016722695727366954, + "R": 4.466917016543448e-05, + "M": 0.00014983797154854983, + "O": 0.0001309112849412486, + "W": 1.6748879716033116e-05, + "N": 0.00012251398584339768, + "Y": 0.004417887888848782, + "U": 1.3744128409598488e-05, + "K": 0.00023055718338582665, + "L": 1.3479322660714388e-05, + "G": 0.0007056862814351916, + "F": 0.01267184503376484, + "E": 0.0007808062946423888, + "T": 0.0021597729064524174, + "P": 0.15426519513130188, + "-": 0.8233057260513306 + }, + "id": "tp_7191" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 898899, + "label": "P", + "classification": { + "B": 1.6903653886402026e-05, + "S": 4.217838795739226e-05, + "I": 0.0007931640720926225, + "C": 1.4793008631386328e-05, + "R": 4.0637501115270425e-06, + "M": 0.0001341720635537058, + "O": 8.965806046035141e-05, + "W": 1.5092257854121272e-05, + "N": 0.0001896081812446937, + "Y": 0.0005781410727649927, + "U": 3.286117362222285e-06, + "K": 5.2127983508398756e-05, + "L": 5.41531881026458e-06, + "G": 0.00013875140575692058, + "F": 0.005108562298119068, + "E": 0.0013628550805151463, + "T": 0.0006818114197812974, + "P": 0.6483233571052551, + "-": 0.34244614839553833 + }, + "id": "tp_7192" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 899032, + "label": "P", + "classification": { + "B": 4.2655210563680157e-07, + "S": 7.273437176991138e-07, + "I": 0.015957748517394066, + "C": 4.788053411175497e-05, + "R": 1.3734338608628605e-05, + "M": 4.120869925827719e-05, + "O": 1.65483943419531e-05, + "W": 7.868887337281194e-07, + "N": 0.00038817813037894666, + "Y": 0.0006450940272770822, + "U": 8.368705266548204e-07, + "K": 5.714087365049636e-06, + "L": 1.1351347666277434e-06, + "G": 0.0001322771713603288, + "F": 0.0003492628748062998, + "E": 0.0008120237616822124, + "T": 0.0003990830446127802, + "P": 0.8363624811172485, + "-": 0.14482475817203522 + }, + "id": "tp_7193" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 899132, + "label": "P", + "classification": { + "B": 4.70507632854833e-09, + "S": 4.946929532678723e-09, + "I": 0.005656667053699493, + "C": 2.6071809315908467e-06, + "R": 8.578192591812694e-07, + "M": 5.5637256082263775e-06, + "O": 6.988988161538146e-07, + "W": 1.1251040099580223e-08, + "N": 1.4474928320851177e-05, + "Y": 7.223087595775723e-05, + "U": 1.00637684852245e-08, + "K": 1.6348666420640257e-08, + "L": 4.3163961294112596e-08, + "G": 1.4302034287538845e-05, + "F": 1.4587426448997576e-05, + "E": 3.802319770329632e-05, + "T": 0.00013582792598754168, + "P": 0.8785364627838135, + "-": 0.1155075952410698 + }, + "id": "tp_7194" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 899266, + "label": "-", + "classification": { + "B": 4.7119683586061e-06, + "S": 1.5610452464898117e-05, + "I": 0.0017960326513275504, + "C": 9.517108264844865e-05, + "R": 3.002349149028305e-05, + "M": 9.286012209486216e-05, + "O": 8.378275379072875e-05, + "W": 1.9236082152929157e-05, + "N": 0.0002869869931600988, + "Y": 0.003004573518410325, + "U": 1.4912640835973434e-05, + "K": 0.00038486221455968916, + "L": 4.09831409342587e-06, + "G": 0.0003243041574023664, + "F": 0.005632952321320772, + "E": 0.001477761659771204, + "T": 0.001188200432807207, + "P": 0.3265179395675659, + "-": 0.659026026725769 + }, + "id": "tp_7195" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 899399, + "label": "P", + "classification": { + "B": 8.106903948146282e-08, + "S": 2.5077278920093704e-08, + "I": 0.0002553244703449309, + "C": 2.464429144310998e-06, + "R": 3.0647319704257825e-07, + "M": 2.990166649396997e-06, + "O": 1.4604853504351922e-06, + "W": 4.223511496093124e-08, + "N": 8.890650860848837e-06, + "Y": 7.348188228206709e-05, + "U": 9.861044958370258e-08, + "K": 8.903501225177024e-07, + "L": 9.017180957471282e-08, + "G": 3.319066308904439e-05, + "F": 0.00048088791663758457, + "E": 0.00015778168744873255, + "T": 5.0724724133033305e-05, + "P": 0.6301083564758301, + "-": 0.36882284283638 + }, + "id": "tp_7196" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 899533, + "label": "-", + "classification": { + "B": 7.30590327293612e-05, + "S": 9.18406731216237e-05, + "I": 0.0734092965722084, + "C": 0.01639089547097683, + "R": 0.0021408027969300747, + "M": 0.0032966253347694874, + "O": 0.0016330102225765586, + "W": 0.0005477032391354442, + "N": 0.006292466539889574, + "Y": 0.017871424555778503, + "U": 0.00046144446241669357, + "K": 0.002482934156432748, + "L": 0.00031397482962347567, + "G": 0.0049307867884635925, + "F": 0.010819654911756516, + "E": 0.018369603902101517, + "T": 0.014039039611816406, + "P": 0.2331838309764862, + "-": 0.593651533126831 + }, + "id": "tp_7197" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 899633, + "label": "-", + "classification": { + "B": 2.315509163963725e-06, + "S": 4.526984412223101e-06, + "I": 0.001457540667615831, + "C": 0.0001298205606872216, + "R": 2.9703116524615325e-05, + "M": 0.000292365497443825, + "O": 6.847995246062055e-05, + "W": 8.673175216245e-06, + "N": 0.00011031764006474987, + "Y": 0.01758909597992897, + "U": 5.324982794263633e-06, + "K": 0.000809322576969862, + "L": 5.6668909564905334e-06, + "G": 0.0020395778119564056, + "F": 0.013498405925929546, + "E": 0.007014384027570486, + "T": 0.0026784013025462627, + "P": 0.0804973691701889, + "-": 0.8737587928771973 + }, + "id": "tp_7198" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 899766, + "label": "-", + "classification": { + "B": 3.1350626272796944e-07, + "S": 6.862190957690473e-07, + "I": 0.0003327781450934708, + "C": 1.0935501450148877e-05, + "R": 2.9618088319693925e-06, + "M": 2.9509328669519164e-05, + "O": 1.699276253930293e-05, + "W": 1.5633555676686228e-06, + "N": 2.241049696749542e-05, + "Y": 0.0007202816195785999, + "U": 7.199241167654691e-07, + "K": 1.286168389924569e-05, + "L": 4.400438342599955e-07, + "G": 4.47775237262249e-05, + "F": 0.0006680981023237109, + "E": 0.0002796382468659431, + "T": 0.0004604287969414145, + "P": 0.16916429996490479, + "-": 0.8282303214073181 + }, + "id": "tp_7199" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 899900, + "label": "-", + "classification": { + "B": 4.3310561181897356e-07, + "S": 8.728147236070072e-07, + "I": 0.0017005054978653789, + "C": 2.2321895812638104e-05, + "R": 6.184188805491431e-06, + "M": 8.903232082957402e-05, + "O": 1.3654240319738165e-05, + "W": 1.9559886368369916e-06, + "N": 8.215569687308744e-05, + "Y": 0.00428416533395648, + "U": 1.2332653795965598e-06, + "K": 0.0005452640471048653, + "L": 4.891780918114819e-07, + "G": 0.0007104906253516674, + "F": 0.00460754195228219, + "E": 0.0024623065255582333, + "T": 0.0010122550884261727, + "P": 0.201788529753685, + "-": 0.7826705574989319 + }, + "id": "tp_7200" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 900033, + "label": "P", + "classification": { + "B": 4.132046342419926e-06, + "S": 7.063380508043338e-06, + "I": 0.005720184650272131, + "C": 0.00020727896480821073, + "R": 6.115945870988071e-05, + "M": 0.0001352370745735243, + "O": 5.676849832525477e-05, + "W": 2.259189022879582e-05, + "N": 0.0006143637001514435, + "Y": 0.003626530524343252, + "U": 1.2603358300111722e-05, + "K": 0.0017688242951408029, + "L": 5.3662593018088955e-06, + "G": 0.0012121422914788127, + "F": 0.016013620421290398, + "E": 0.015873553231358528, + "T": 0.0009185413364320993, + "P": 0.5514747500419617, + "-": 0.40226536989212036 + }, + "id": "tp_7201" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 900133, + "label": "P", + "classification": { + "B": 2.786632702367342e-09, + "S": 9.21908327455867e-09, + "I": 0.0023957649245858192, + "C": 3.082038574575563e-06, + "R": 7.230361802612606e-07, + "M": 3.1059564662427874e-06, + "O": 7.71847396663361e-07, + "W": 5.195167318561289e-08, + "N": 2.622352258185856e-05, + "Y": 0.0002350411523366347, + "U": 3.4737023923980814e-08, + "K": 4.310462372814072e-06, + "L": 1.0752492229926247e-08, + "G": 1.1481189176265616e-05, + "F": 0.00022577359050046653, + "E": 0.00016550984582863748, + "T": 9.595294250175357e-05, + "P": 0.5476022362709045, + "-": 0.4492299556732178 + }, + "id": "tp_7202" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 900267, + "label": "-", + "classification": { + "B": 1.3043539183854591e-05, + "S": 6.123910679889377e-06, + "I": 0.09975088387727737, + "C": 0.0003058828297071159, + "R": 0.00011371967411832884, + "M": 0.004518519621342421, + "O": 0.00015881285071372986, + "W": 5.846999556524679e-06, + "N": 0.0008914709324017167, + "Y": 0.04820096492767334, + "U": 1.969760660358588e-06, + "K": 2.823125214490574e-05, + "L": 2.1275405742926523e-05, + "G": 0.011989538557827473, + "F": 0.0015684389509260654, + "E": 0.008119604550302029, + "T": 0.016427481546998024, + "P": 0.3982643783092499, + "-": 0.40961384773254395 + }, + "id": "tp_7203" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 900400, + "label": "-", + "classification": { + "B": 7.772003982609021e-07, + "S": 2.3233373269704316e-07, + "I": 0.00014466124412138015, + "C": 5.94860284763854e-06, + "R": 6.001582164572028e-07, + "M": 2.6164545488427393e-05, + "O": 9.660740033723414e-06, + "W": 5.338813480193494e-07, + "N": 5.974095529381884e-06, + "Y": 0.00011488315067254007, + "U": 1.1896064933125672e-07, + "K": 6.238884679987677e-07, + "L": 4.261274284544925e-07, + "G": 4.792345498572104e-05, + "F": 0.00075150077464059, + "E": 0.0002416796633042395, + "T": 9.239099745173007e-05, + "P": 0.3593353033065796, + "-": 0.6392205357551575 + }, + "id": "tp_7204" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 900501, + "label": "-", + "classification": { + "B": 1.0907283409800073e-10, + "S": 7.790357248183e-11, + "I": 1.1211724171289461e-07, + "C": 3.4726010955665743e-10, + "R": 1.1643425806839858e-11, + "M": 1.394555368960937e-07, + "O": 6.496641002939896e-09, + "W": 9.114002608168192e-11, + "N": 1.4376436707763673e-09, + "Y": 1.6004515828171861e-06, + "U": 3.720851751709553e-12, + "K": 5.376438738657896e-10, + "L": 2.8552566561090842e-11, + "G": 9.827365232695229e-08, + "F": 1.5520683518843725e-05, + "E": 3.0121752843115246e-06, + "T": 1.066566824192705e-06, + "P": 0.10523968935012817, + "-": 0.8947386741638184 + }, + "id": "tp_7205" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 900634, + "label": "-", + "classification": { + "B": 6.994771872825822e-09, + "S": 1.005369920648036e-08, + "I": 6.506496720248833e-05, + "C": 1.0102169198944466e-06, + "R": 7.9380257034245e-08, + "M": 2.346684141230071e-06, + "O": 5.497594770531578e-07, + "W": 3.25506981369017e-08, + "N": 1.491458306190907e-06, + "Y": 8.263649942819029e-05, + "U": 1.4870085607299188e-08, + "K": 1.3024719009990804e-06, + "L": 9.243477983034154e-09, + "G": 5.492655873240437e-06, + "F": 0.000626896508038044, + "E": 9.24211271922104e-05, + "T": 1.952150159922894e-05, + "P": 0.2771887183189392, + "-": 0.7219124436378479 + }, + "id": "tp_7206" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 900767, + "label": "-", + "classification": { + "B": 1.0507995966690942e-06, + "S": 2.29710053645249e-07, + "I": 0.0005994134698994458, + "C": 5.0639198889257386e-05, + "R": 2.4955263597803423e-06, + "M": 0.00013083862722851336, + "O": 9.727733413456008e-06, + "W": 2.3966293838384445e-07, + "N": 1.4196392839949112e-05, + "Y": 0.0009027636842802167, + "U": 4.0412686530544306e-07, + "K": 1.022877427203639e-06, + "L": 2.9909640488767764e-06, + "G": 0.00040362446452490985, + "F": 0.001268346211872995, + "E": 0.0015553749399259686, + "T": 0.0003736194339580834, + "P": 0.3837091624736786, + "-": 0.6109739542007446 + }, + "id": "tp_7207" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 900901, + "label": "-", + "classification": { + "B": 3.507788335355144e-07, + "S": 4.933382058425195e-08, + "I": 8.87541173142381e-05, + "C": 9.679335562395863e-06, + "R": 2.630691824379028e-07, + "M": 8.191592496586964e-05, + "O": 4.001073648396414e-06, + "W": 6.897449367215813e-08, + "N": 1.3767089512839448e-06, + "Y": 0.0002373552997596562, + "U": 2.3737722898431457e-08, + "K": 1.1276804912085936e-07, + "L": 4.4175618540975847e-07, + "G": 0.00011771528807003051, + "F": 0.0008063321583904326, + "E": 0.0004947836278006434, + "T": 6.297895743045956e-05, + "P": 0.22486446797847748, + "-": 0.7732293009757996 + }, + "id": "tp_7208" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 901001, + "label": "-", + "classification": { + "B": 7.396409873461351e-11, + "S": 1.3618169092399768e-11, + "I": 2.5178933356073685e-06, + "C": 3.1278881706953143e-09, + "R": 1.3385531572041032e-10, + "M": 7.552667113941425e-08, + "O": 6.43137898492796e-09, + "W": 4.3435248453516095e-11, + "N": 7.137541224722099e-09, + "Y": 3.969162207795307e-06, + "U": 2.695988918222092e-11, + "K": 1.346892597453575e-09, + "L": 6.305054395250309e-11, + "G": 6.24932170012471e-07, + "F": 1.1605361578403972e-05, + "E": 6.904428573761834e-06, + "T": 1.5757655091874767e-06, + "P": 0.12963274121284485, + "-": 0.8703400492668152 + }, + "id": "tp_7209" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 901134, + "label": "-", + "classification": { + "B": 2.057314318903991e-09, + "S": 3.5523667341053056e-10, + "I": 1.1505220527396887e-06, + "C": 1.2852858333189943e-08, + "R": 3.219375044327677e-10, + "M": 9.91462485444572e-08, + "O": 3.250556090961254e-08, + "W": 4.435011802250699e-10, + "N": 2.9733635997786223e-08, + "Y": 2.5159397409879602e-06, + "U": 1.6899483201715526e-10, + "K": 1.038284569432335e-08, + "L": 3.9210348856677513e-10, + "G": 1.1122140222141752e-06, + "F": 8.339891792275012e-05, + "E": 2.0984278307878412e-05, + "T": 1.3965424159323447e-06, + "P": 0.45330026745796204, + "-": 0.5465889573097229 + }, + "id": "tp_7210" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 901268, + "label": "-", + "classification": { + "B": 6.099900565459393e-05, + "S": 6.978547025937587e-05, + "I": 0.0022334714885801077, + "C": 0.0007388500380329788, + "R": 0.00015328759036492556, + "M": 0.0012668014969676733, + "O": 0.0005334952147677541, + "W": 7.843572529964149e-05, + "N": 0.0004785874334629625, + "Y": 0.006076641380786896, + "U": 6.0207854403415695e-05, + "K": 0.0006958012236282229, + "L": 9.150462574325502e-05, + "G": 0.0034870230592787266, + "F": 0.03728634864091873, + "E": 0.0061198873445391655, + "T": 0.0033172685652971268, + "P": 0.2997730076313019, + "-": 0.6374785900115967 + }, + "id": "tp_7211" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 901401, + "label": "-", + "classification": { + "B": 9.873845101537881e-07, + "S": 7.315249916928224e-08, + "I": 0.00011344359518261626, + "C": 1.8975953253175248e-06, + "R": 2.157198224495005e-07, + "M": 9.903576028591488e-06, + "O": 2.9752975478913868e-06, + "W": 1.5139001163788635e-07, + "N": 1.863296915871615e-06, + "Y": 0.0001586832950124517, + "U": 1.2992443032544543e-07, + "K": 1.2965564337719115e-06, + "L": 1.8227940756787575e-07, + "G": 4.9838050472317263e-05, + "F": 0.00035350752295926213, + "E": 0.0001777688885340467, + "T": 0.00010261204442940652, + "P": 0.14951780438423157, + "-": 0.849506676197052 + }, + "id": "tp_7212" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 901502, + "label": "-", + "classification": { + "B": 7.099462777659937e-07, + "S": 1.9733946032829408e-07, + "I": 8.767152030486614e-05, + "C": 9.409428457729518e-06, + "R": 1.1877000360982493e-06, + "M": 1.064742355083581e-05, + "O": 9.47576882026624e-06, + "W": 3.021539214387303e-07, + "N": 5.477500508277444e-06, + "Y": 0.0002452275075484067, + "U": 4.866247422796732e-07, + "K": 1.7591006553629995e-06, + "L": 5.573776888923021e-07, + "G": 6.15194221609272e-05, + "F": 0.0008967200992628932, + "E": 5.365430115489289e-05, + "T": 0.00017412965826224536, + "P": 0.14729776978492737, + "-": 0.8511431217193604 + }, + "id": "tp_7213" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 901635, + "label": "-", + "classification": { + "B": 3.1587557458578885e-08, + "S": 6.558184395544231e-08, + "I": 2.4610495529486798e-05, + "C": 6.839962679805467e-06, + "R": 4.897224812339118e-07, + "M": 7.294050192285795e-06, + "O": 2.6110774342669174e-06, + "W": 7.338068286344424e-08, + "N": 2.1109044610057026e-06, + "Y": 0.0007842808263376355, + "U": 1.3140864041361056e-07, + "K": 1.2452227565518115e-05, + "L": 7.779395616580587e-08, + "G": 3.951731923734769e-05, + "F": 0.0028203511610627174, + "E": 3.649352947832085e-05, + "T": 0.0001557341602165252, + "P": 0.04498963803052902, + "-": 0.9511172771453857 + }, + "id": "tp_7214" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 901768, + "label": "-", + "classification": { + "B": 4.984839624411208e-11, + "S": 2.6341909556415466e-11, + "I": 4.1055278643398196e-07, + "C": 6.426809306958603e-09, + "R": 2.5977592299497587e-10, + "M": 1.1991640569419815e-08, + "O": 7.817947178523355e-09, + "W": 1.3353053385234404e-10, + "N": 4.393039265693233e-09, + "Y": 2.320418616363895e-06, + "U": 8.848399096761383e-11, + "K": 2.098902029956662e-08, + "L": 6.99469510090367e-11, + "G": 2.4047685087680293e-07, + "F": 0.00013938899792265147, + "E": 1.0309038316336228e-06, + "T": 4.516533067544515e-07, + "P": 0.11439204961061478, + "-": 0.8854640126228333 + }, + "id": "tp_7215" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 901902, + "label": "-", + "classification": { + "B": 1.94962709171298e-11, + "S": 1.126955213176517e-11, + "I": 1.323024116572924e-05, + "C": 2.2176735114953772e-07, + "R": 2.7962163695605113e-09, + "M": 7.768524312723457e-08, + "O": 3.1472966455226015e-09, + "W": 1.4578635521012018e-10, + "N": 5.558854354603682e-08, + "Y": 7.50182425690582e-06, + "U": 1.8417067870757364e-10, + "K": 9.653228971728822e-07, + "L": 6.160655319220609e-11, + "G": 2.8538495371321915e-06, + "F": 0.00037406565388664603, + "E": 0.00022287401952780783, + "T": 4.782378368872742e-07, + "P": 0.34444478154182434, + "-": 0.654932975769043 + }, + "id": "tp_7216" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 902002, + "label": "-", + "classification": { + "B": 9.401247558216141e-10, + "S": 2.7038187244698975e-09, + "I": 3.361542894708691e-06, + "C": 6.621817760787962e-08, + "R": 7.727095407972229e-09, + "M": 1.0554811069596326e-06, + "O": 1.9405558759899577e-07, + "W": 2.7853512829523197e-09, + "N": 1.5020859223113803e-07, + "Y": 4.21182849095203e-05, + "U": 9.664162803346699e-10, + "K": 1.5740283743070904e-07, + "L": 1.6445285133670495e-09, + "G": 3.0317587516037747e-06, + "F": 0.0005027381703257561, + "E": 1.0179685887123924e-05, + "T": 1.88503363460768e-05, + "P": 0.16707530617713928, + "-": 0.8323427438735962 + }, + "id": "tp_7217" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 902135, + "label": "-", + "classification": { + "B": 1.6514597689365473e-07, + "S": 2.5950998860935215e-07, + "I": 0.0008690233225934207, + "C": 3.0044258892303333e-05, + "R": 3.596785290937987e-06, + "M": 8.222644828492776e-05, + "O": 8.794356290309224e-06, + "W": 5.583758593274979e-07, + "N": 2.8805434340029024e-05, + "Y": 0.0034292680211365223, + "U": 2.2370753072209482e-07, + "K": 2.714358015509788e-05, + "L": 3.2550278206144867e-07, + "G": 0.000254602637141943, + "F": 0.002758590504527092, + "E": 0.0010301141301169991, + "T": 0.00055875995894894, + "P": 0.17659567296504974, + "-": 0.8143218755722046 + }, + "id": "tp_7218" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 902269, + "label": "-", + "classification": { + "B": 4.719743810710497e-05, + "S": 0.00022658960369881243, + "I": 0.009286453016102314, + "C": 0.0014078469248488545, + "R": 0.0003279870143160224, + "M": 0.0010364323388785124, + "O": 0.000663421000353992, + "W": 0.0001714300742605701, + "N": 0.002014448633417487, + "Y": 0.022472746670246124, + "U": 0.00016183809202630073, + "K": 0.0016292878426611423, + "L": 0.00011138414265587926, + "G": 0.0027570996899157763, + "F": 0.015804177150130272, + "E": 0.0078519806265831, + "T": 0.00822476390749216, + "P": 0.26220762729644775, + "-": 0.6635972857475281 + }, + "id": "tp_7219" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 902402, + "label": "-", + "classification": { + "B": 3.7855951262599774e-08, + "S": 3.1490521301691388e-09, + "I": 2.5514260414638557e-05, + "C": 4.811774942936609e-07, + "R": 1.5059262281624797e-08, + "M": 5.727488314732909e-06, + "O": 3.309573912702035e-07, + "W": 7.205529950482514e-09, + "N": 2.4770690743025625e-07, + "Y": 5.3268355259206146e-05, + "U": 5.8493010435256565e-09, + "K": 3.406959336871296e-08, + "L": 2.1681410444784888e-08, + "G": 1.0913410733337514e-05, + "F": 8.793387678451836e-05, + "E": 5.639442679239437e-05, + "T": 2.3538057575933635e-05, + "P": 0.27504193782806396, + "-": 0.7246935963630676 + }, + "id": "tp_7220" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 902503, + "label": "-", + "classification": { + "B": 5.031774108488207e-08, + "S": 1.5961468591285666e-08, + "I": 0.0005192361422814429, + "C": 1.7180387658299878e-05, + "R": 1.745852159729111e-06, + "M": 3.15643337671645e-05, + "O": 2.829401637427509e-06, + "W": 7.423852821375476e-08, + "N": 4.266711130185286e-06, + "Y": 0.0006662376690655947, + "U": 1.5685091625528003e-07, + "K": 1.0519315765122883e-06, + "L": 3.089940321387985e-07, + "G": 0.00011524598085088655, + "F": 0.00028075516456738114, + "E": 0.00045871181646361947, + "T": 0.0002958289987873286, + "P": 0.12458805739879608, + "-": 0.8730165958404541 + }, + "id": "tp_7221" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 902636, + "label": "-", + "classification": { + "B": 2.4398295863647945e-06, + "S": 4.645008857551147e-07, + "I": 0.00012605605297721922, + "C": 6.660010694758967e-05, + "R": 9.79276137513807e-06, + "M": 1.592234730196651e-05, + "O": 1.7538082829560153e-05, + "W": 1.4201980320649454e-06, + "N": 1.1645838640106376e-05, + "Y": 0.0015453160740435123, + "U": 1.877534714367357e-06, + "K": 3.639056012616493e-05, + "L": 1.4898429299137206e-06, + "G": 0.0004476550966501236, + "F": 0.009495086967945099, + "E": 0.00032228828058578074, + "T": 0.00019027797679882497, + "P": 0.15984660387039185, + "-": 0.8278611898422241 + }, + "id": "tp_7222" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 902769, + "label": "P", + "classification": { + "B": 1.8988140837450374e-08, + "S": 4.627153327163569e-09, + "I": 0.0001162869157269597, + "C": 1.4033849993211334e-06, + "R": 5.693441806897681e-08, + "M": 8.723328619453241e-07, + "O": 2.1352698809096182e-07, + "W": 1.0171144815274147e-08, + "N": 2.019776047745836e-06, + "Y": 3.309676321805455e-05, + "U": 1.9290546049433033e-08, + "K": 1.601874828338623e-07, + "L": 1.0449869414230761e-08, + "G": 8.359613275388256e-06, + "F": 0.00019469716062303632, + "E": 7.866071246098727e-05, + "T": 1.1539423212525435e-05, + "P": 0.7270932197570801, + "-": 0.2724592983722687 + }, + "id": "tp_7223" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 902903, + "label": "-", + "classification": { + "B": 1.1407542643837587e-07, + "S": 1.60899666923342e-08, + "I": 1.395867184328381e-05, + "C": 2.2974234070716193e-06, + "R": 1.705587209244186e-07, + "M": 2.119131522704265e-06, + "O": 1.1362143368387478e-06, + "W": 4.8098847571509395e-08, + "N": 2.8527085760288173e-07, + "Y": 7.382749754469842e-05, + "U": 3.4977141183389904e-08, + "K": 3.2871099620024324e-07, + "L": 7.104983268391152e-08, + "G": 1.626343873795122e-05, + "F": 0.0005474422941915691, + "E": 1.6169980881386437e-05, + "T": 2.2179299776325934e-05, + "P": 0.09586115181446075, + "-": 0.9034422636032104 + }, + "id": "tp_7224" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 903003, + "label": "-", + "classification": { + "B": 1.0039865117050795e-07, + "S": 6.447595790604055e-09, + "I": 2.244677034468623e-06, + "C": 4.081822453372297e-07, + "R": 4.670449271770849e-08, + "M": 4.8549245548201725e-06, + "O": 1.5318101986849797e-06, + "W": 1.3059775483270641e-08, + "N": 1.7950497976926272e-08, + "Y": 1.595155663380865e-05, + "U": 1.3602305948268167e-09, + "K": 4.468553860270674e-10, + "L": 8.344640889390575e-08, + "G": 6.014049176883418e-06, + "F": 6.241029768716544e-05, + "E": 2.027303253271384e-06, + "T": 2.175347071897704e-05, + "P": 0.03951561078429222, + "-": 0.9603667855262756 + }, + "id": "tp_7225" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 903136, + "label": "-", + "classification": { + "B": 9.710294079923187e-07, + "S": 1.0137719073100016e-06, + "I": 0.0005681918701156974, + "C": 3.113694037892856e-05, + "R": 3.66529411621741e-06, + "M": 6.768813182134181e-05, + "O": 1.3132709682395216e-05, + "W": 2.0266459159756778e-06, + "N": 4.015061858808622e-05, + "Y": 0.0007513089221902192, + "U": 1.975979103008285e-06, + "K": 0.00010823993216035888, + "L": 7.873713911976665e-07, + "G": 0.0002104082959704101, + "F": 0.003800655947998166, + "E": 0.0013036029413342476, + "T": 0.0003206697874702513, + "P": 0.40455055236816406, + "-": 0.5882238745689392 + }, + "id": "tp_7226" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 903270, + "label": "-", + "classification": { + "B": 1.382851055886647e-09, + "S": 2.61343080509846e-09, + "I": 3.648995698313229e-05, + "C": 2.462176098561031e-06, + "R": 6.552259890213463e-08, + "M": 1.0287254553986713e-05, + "O": 3.997823228019115e-07, + "W": 4.958502941576626e-09, + "N": 2.9416764846246224e-07, + "Y": 6.114240386523306e-05, + "U": 2.054050041166988e-09, + "K": 2.4424631206443337e-08, + "L": 1.3056517644827181e-08, + "G": 1.0668678442016244e-05, + "F": 0.0001106323761632666, + "E": 2.549606688262429e-05, + "T": 4.113367685931735e-05, + "P": 0.10780061781406403, + "-": 0.8919003009796143 + }, + "id": "tp_7227" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 903403, + "label": "-", + "classification": { + "B": 2.1312845585597096e-11, + "S": 4.075760909327819e-11, + "I": 2.9296421644176007e-07, + "C": 3.484804000919439e-09, + "R": 6.004313712892895e-11, + "M": 3.2669522642692073e-09, + "O": 2.384211494899091e-09, + "W": 1.8030565929194609e-10, + "N": 1.0331880240244118e-08, + "Y": 3.0964604320615763e-06, + "U": 8.793884370694727e-11, + "K": 7.756174227324664e-07, + "L": 6.4480773151465165e-12, + "G": 1.574407519910892e-07, + "F": 0.00027490805950947106, + "E": 1.7009628209052607e-05, + "T": 2.034782369264576e-07, + "P": 0.3366558253765106, + "-": 0.663047730922699 + }, + "id": "tp_7228" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 903504, + "label": "-", + "classification": { + "B": 1.3141375765357566e-09, + "S": 3.7479588321787105e-09, + "I": 8.728410648473073e-06, + "C": 3.722129449101885e-08, + "R": 7.0725785228376026e-09, + "M": 2.916220296356187e-07, + "O": 1.0233606673182294e-07, + "W": 3.2182176923356565e-09, + "N": 1.6296182536734705e-07, + "Y": 3.914306216756813e-05, + "U": 1.1761488449835156e-09, + "K": 2.8981907007619157e-07, + "L": 9.371712295092038e-10, + "G": 3.8527218748640735e-06, + "F": 0.00026591209461912513, + "E": 7.527525667683221e-06, + "T": 1.2472752132453024e-05, + "P": 0.2426941692829132, + "-": 0.7569672465324402 + }, + "id": "tp_7229" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 903637, + "label": "-", + "classification": { + "B": 3.7512283057594686e-08, + "S": 1.0071636857844624e-08, + "I": 0.0003066327190026641, + "C": 7.221455234684981e-06, + "R": 9.637416269470123e-07, + "M": 2.4014927475946024e-05, + "O": 1.5800319488334935e-06, + "W": 4.258659558331601e-08, + "N": 2.6986665488948347e-06, + "Y": 0.0013603267725557089, + "U": 4.450710733294727e-08, + "K": 1.8640778307599248e-06, + "L": 1.0643435643942212e-07, + "G": 0.00022051580890547484, + "F": 0.0006302607362158597, + "E": 0.0004050171992275864, + "T": 0.00011772994912462309, + "P": 0.14785543084144592, + "-": 0.8490655422210693 + }, + "id": "tp_7230" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 903770, + "label": "-", + "classification": { + "B": 5.539529390752307e-10, + "S": 4.6687546190193885e-11, + "I": 4.650305243103503e-07, + "C": 2.1884927647874974e-08, + "R": 2.8231697535296973e-10, + "M": 1.638398750003489e-08, + "O": 1.111604941428368e-08, + "W": 1.3999260084496257e-10, + "N": 3.677560922454859e-09, + "Y": 2.083941353703267e-06, + "U": 7.51420245470591e-11, + "K": 5.876039099739216e-10, + "L": 1.4812388815510502e-10, + "G": 2.644362666615052e-07, + "F": 1.8224756786366925e-05, + "E": 7.460863571395748e-07, + "T": 7.754712214591564e-07, + "P": 0.12081322818994522, + "-": 0.8791642189025879 + }, + "id": "tp_7231" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 903904, + "label": "-", + "classification": { + "B": 2.0378394527398314e-09, + "S": 2.694424405813578e-10, + "I": 9.97928964352468e-06, + "C": 5.804226432815085e-08, + "R": 8.566276576971177e-10, + "M": 6.133060992397077e-07, + "O": 3.183980012977372e-08, + "W": 4.139253384494168e-10, + "N": 1.1029917601490524e-07, + "Y": 7.516078767366707e-06, + "U": 6.804614649524865e-10, + "K": 1.2415506489560357e-07, + "L": 7.66972985122294e-10, + "G": 6.671233222732553e-06, + "F": 5.8145018556388095e-05, + "E": 0.0001232897920999676, + "T": 5.228057943895692e-06, + "P": 0.2678322196006775, + "-": 0.7319560050964355 + }, + "id": "tp_7232" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 904004, + "label": "-", + "classification": { + "B": 7.813798674760619e-08, + "S": 1.896552603852797e-08, + "I": 0.0004126333515159786, + "C": 1.1761221685446799e-05, + "R": 1.091066451408551e-06, + "M": 5.763617082266137e-06, + "O": 2.0595975911419373e-06, + "W": 1.1837084912258433e-07, + "N": 8.492839697282761e-06, + "Y": 0.0004222847637720406, + "U": 2.044640723397606e-07, + "K": 3.339602699270472e-06, + "L": 7.992433381787123e-08, + "G": 3.9382481190841645e-05, + "F": 0.0002827606222126633, + "E": 0.0003328537568449974, + "T": 0.00010205738362856209, + "P": 0.2167552411556244, + "-": 0.781619668006897 + }, + "id": "tp_7233" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 904137, + "label": "-", + "classification": { + "B": 2.8007955954478803e-09, + "S": 5.59735091609781e-10, + "I": 4.291302957426524e-06, + "C": 1.5296376432161196e-07, + "R": 1.2023559037288578e-08, + "M": 3.566454097381211e-06, + "O": 1.7887983005948627e-07, + "W": 1.4700520800658978e-09, + "N": 3.544295523738583e-08, + "Y": 9.356897498946637e-05, + "U": 1.0537998251791691e-09, + "K": 1.0871645805821117e-08, + "L": 3.949589544305354e-09, + "G": 3.951554390368983e-06, + "F": 5.3071864385856315e-05, + "E": 4.815335159946699e-06, + "T": 5.8828849432757124e-05, + "P": 0.03503633663058281, + "-": 0.9647411704063416 + }, + "id": "tp_7234" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 904271, + "label": "-", + "classification": { + "B": 1.6054467977255626e-08, + "S": 2.3790088121700137e-08, + "I": 0.00028125662356615067, + "C": 8.618489118816797e-06, + "R": 6.567316859218408e-07, + "M": 1.3652649613504764e-05, + "O": 2.2124170300230617e-06, + "W": 7.689707359759268e-08, + "N": 5.182060249353526e-06, + "Y": 0.0002636826247908175, + "U": 6.925123585688198e-08, + "K": 1.167617597275239e-06, + "L": 1.0198696998031664e-07, + "G": 4.4127271394245327e-05, + "F": 0.0006086567300371826, + "E": 0.00016059429617598653, + "T": 0.00014142478175926954, + "P": 0.23640136420726776, + "-": 0.7620671391487122 + }, + "id": "tp_7235" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 904404, + "label": "-", + "classification": { + "B": 3.397134351601494e-09, + "S": 1.1796449927992114e-10, + "I": 6.075069904909469e-06, + "C": 6.084381709570152e-08, + "R": 1.5521742779966985e-09, + "M": 6.256005235627526e-06, + "O": 1.0514974491115936e-07, + "W": 3.239057355663988e-10, + "N": 1.3430084599974634e-08, + "Y": 1.689145756245125e-05, + "U": 1.376955216514375e-10, + "K": 1.1609724466510318e-11, + "L": 1.2154727890845152e-08, + "G": 4.815506599697983e-06, + "F": 4.159532636549557e-06, + "E": 2.5558870220265817e-06, + "T": 3.0327937565743923e-05, + "P": 0.18635565042495728, + "-": 0.8135730028152466 + }, + "id": "tp_7236" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 904505, + "label": "-", + "classification": { + "B": 3.930939840302017e-07, + "S": 5.117626074024884e-07, + "I": 1.9339420759934e-05, + "C": 2.0245738596713636e-06, + "R": 2.1249255155453284e-07, + "M": 0.00010191640467382967, + "O": 6.635739737248514e-06, + "W": 1.089110952534611e-07, + "N": 1.1376840802768129e-06, + "Y": 0.00038722858880646527, + "U": 3.318453423162282e-08, + "K": 4.528321824182058e-07, + "L": 5.498171162798826e-07, + "G": 6.941748870303854e-05, + "F": 0.001963227055966854, + "E": 0.00011729398829629645, + "T": 0.00039909937186166644, + "P": 0.06578574329614639, + "-": 0.9311447143554688 + }, + "id": "tp_7237" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 904638, + "label": "-", + "classification": { + "B": 1.5021811572424326e-09, + "S": 2.6701747479762616e-09, + "I": 1.643936957407277e-05, + "C": 4.511222414294025e-06, + "R": 1.9523442063018592e-07, + "M": 1.4223207472241484e-05, + "O": 8.042540571295831e-07, + "W": 7.514387334595085e-09, + "N": 2.0438257308796892e-07, + "Y": 0.00011804533278336748, + "U": 7.831153503445876e-09, + "K": 8.158428954629926e-08, + "L": 5.655653012581752e-08, + "G": 1.917740337376017e-05, + "F": 0.00018862691649701446, + "E": 1.811663605622016e-05, + "T": 7.503632514271885e-05, + "P": 0.030553949996829033, + "-": 0.9689905047416687 + }, + "id": "tp_7238" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 904771, + "label": "-", + "classification": { + "B": 1.1575025382626336e-08, + "S": 4.139058873420254e-09, + "I": 3.592827488319017e-05, + "C": 3.1667272537561075e-07, + "R": 2.687426636782675e-08, + "M": 2.520670477679232e-06, + "O": 3.1228867669597093e-07, + "W": 9.65879642933487e-09, + "N": 5.045794750913046e-07, + "Y": 5.198677536100149e-05, + "U": 8.012587926486958e-09, + "K": 1.0234840885914309e-07, + "L": 1.8313100369482527e-08, + "G": 5.906385467824293e-06, + "F": 0.0002940317790489644, + "E": 5.099623740534298e-05, + "T": 4.772699685418047e-05, + "P": 0.34180590510368347, + "-": 0.657703697681427 + }, + "id": "tp_7239" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 904905, + "label": "-", + "classification": { + "B": 1.4704182316194192e-09, + "S": 4.3081576500680896e-11, + "I": 1.4148988611850655e-06, + "C": 7.595189543962988e-08, + "R": 7.882389740920814e-10, + "M": 1.62373430612206e-06, + "O": 5.48871206262902e-08, + "W": 1.780794123273921e-10, + "N": 4.4899506335127626e-09, + "Y": 1.493240119998518e-06, + "U": 6.958861265005112e-11, + "K": 4.40179281913089e-11, + "L": 2.5177600004866463e-09, + "G": 2.171423147956375e-06, + "F": 5.302868885337375e-06, + "E": 1.6218864402617328e-06, + "T": 6.016879979142686e-06, + "P": 0.13640232384204865, + "-": 0.8635777831077576 + }, + "id": "tp_7240" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 905005, + "label": "P", + "classification": { + "B": 1.3144187960278941e-06, + "S": 5.799445261800429e-07, + "I": 0.00016162125393748283, + "C": 9.476812010689173e-06, + "R": 4.2272779410268413e-07, + "M": 2.3972846975084394e-05, + "O": 7.126780019461876e-06, + "W": 5.913299219173496e-07, + "N": 1.0432628187118098e-05, + "Y": 9.726213465910405e-05, + "U": 3.4584064678711e-07, + "K": 3.8806429074611515e-06, + "L": 6.742228038092435e-07, + "G": 5.4852309403941035e-05, + "F": 0.0024009947665035725, + "E": 0.0005266690859571099, + "T": 9.117477020481601e-05, + "P": 0.5137608647346497, + "-": 0.48284775018692017 + }, + "id": "tp_7241" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 905138, + "label": "-", + "classification": { + "B": 8.644421541248448e-06, + "S": 1.9679321212606737e-06, + "I": 0.0016309241764247417, + "C": 0.00013449639664031565, + "R": 1.170800987893017e-05, + "M": 0.00010537973139435053, + "O": 5.337920447345823e-05, + "W": 5.8153800637228414e-06, + "N": 9.067829523701221e-05, + "Y": 0.00030664808582514524, + "U": 4.916235411656089e-06, + "K": 1.3542224223783705e-05, + "L": 6.196529284352437e-06, + "G": 0.00030517991399392486, + "F": 0.001140780746936798, + "E": 0.0016002755146473646, + "T": 0.0004485539684537798, + "P": 0.4679293930530548, + "-": 0.5262014865875244 + }, + "id": "tp_7242" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 905272, + "label": "-", + "classification": { + "B": 8.661520951136481e-06, + "S": 5.3352259783423506e-06, + "I": 0.003177742473781109, + "C": 0.0006572863203473389, + "R": 5.0945047405548394e-05, + "M": 0.0005421562818810344, + "O": 8.195806003641337e-05, + "W": 6.85756003804272e-06, + "N": 0.00010884249786613509, + "Y": 0.006875257473438978, + "U": 6.16822944721207e-06, + "K": 0.00024266332911793143, + "L": 1.731710472085979e-05, + "G": 0.0022006446961313486, + "F": 0.009508552961051464, + "E": 0.006270904093980789, + "T": 0.001619908376596868, + "P": 0.11455990374088287, + "-": 0.8540589213371277 + }, + "id": "tp_7243" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 905405, + "label": "-", + "classification": { + "B": 5.570664818321802e-09, + "S": 6.798860086032477e-11, + "I": 8.555704198442982e-07, + "C": 1.2879264765786047e-08, + "R": 2.1997782762017692e-10, + "M": 9.085825070087594e-08, + "O": 1.2070965560440072e-08, + "W": 1.4263809577919062e-10, + "N": 4.084472315923904e-09, + "Y": 1.694522325124126e-06, + "U": 2.6517125301106503e-11, + "K": 4.818193066746801e-10, + "L": 5.805512737211416e-10, + "G": 1.4001751651449013e-06, + "F": 7.976459892233834e-05, + "E": 8.126015927700792e-06, + "T": 5.27027225416532e-07, + "P": 0.2640647292137146, + "-": 0.7358428239822388 + }, + "id": "tp_7244" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 905506, + "label": "-", + "classification": { + "B": 8.118813639157452e-06, + "S": 4.5275027105162735e-07, + "I": 0.006408270914107561, + "C": 0.00011182991875102744, + "R": 1.2200737728562672e-05, + "M": 0.0001322685566265136, + "O": 2.2841590180178173e-05, + "W": 7.94825780303654e-07, + "N": 3.9409787859767675e-05, + "Y": 0.003134682308882475, + "U": 8.715611556908698e-07, + "K": 1.9788760141636885e-07, + "L": 6.0809361457359046e-06, + "G": 0.0005700943875126541, + "F": 0.00016030113329179585, + "E": 0.0008039500680752099, + "T": 0.001239946810528636, + "P": 0.26839908957481384, + "-": 0.7189486622810364 + }, + "id": "tp_7245" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 905639, + "label": "-", + "classification": { + "B": 1.3240467749975338e-12, + "S": 3.7787543818827707e-13, + "I": 7.14639369903125e-08, + "C": 5.266933000847018e-10, + "R": 1.0168509263774883e-11, + "M": 9.888618812681216e-10, + "O": 3.424756034320353e-10, + "W": 1.3338766939943736e-12, + "N": 3.3408431576731346e-10, + "Y": 1.0720046930146054e-06, + "U": 1.1793331068654656e-12, + "K": 6.153582643442235e-10, + "L": 6.689305142790203e-13, + "G": 6.454886403162163e-08, + "F": 2.4236929675680585e-05, + "E": 2.692228235900984e-07, + "T": 7.257687428818826e-08, + "P": 0.07633627951145172, + "-": 0.9236378073692322 + }, + "id": "tp_7246" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 905772, + "label": "-", + "classification": { + "B": 5.730070064269288e-12, + "S": 2.546289784924327e-12, + "I": 1.7614128466902912e-07, + "C": 2.226144824035714e-10, + "R": 1.6515426179419812e-11, + "M": 2.6115108298085943e-08, + "O": 1.8932664325177484e-09, + "W": 7.578826455301169e-12, + "N": 1.2305253482836065e-09, + "Y": 1.5345649444498122e-06, + "U": 2.5616099953024163e-12, + "K": 7.725823314430613e-10, + "L": 9.972921793943712e-12, + "G": 9.230556230477305e-08, + "F": 4.322425229474902e-05, + "E": 1.632137582419091e-06, + "T": 8.987442470242968e-07, + "P": 0.13350161910057068, + "-": 0.8664507865905762 + }, + "id": "tp_7247" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 905906, + "label": "-", + "classification": { + "B": 3.0267492547864094e-06, + "S": 1.335789875156479e-06, + "I": 4.574945705826394e-05, + "C": 6.382720130204689e-06, + "R": 7.12434825800301e-07, + "M": 2.7725011022994295e-05, + "O": 2.016124017245602e-05, + "W": 7.288854249054566e-07, + "N": 3.1251406653609592e-06, + "Y": 9.993866842705756e-05, + "U": 2.2583714098800556e-07, + "K": 1.3662359776844824e-07, + "L": 2.144553718608222e-06, + "G": 6.604591180803254e-05, + "F": 0.0006415024399757385, + "E": 4.345762499724515e-05, + "T": 0.00026993296341970563, + "P": 0.25606024265289307, + "-": 0.7427074313163757 + }, + "id": "tp_7248" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 906006, + "label": "-", + "classification": { + "B": 1.1769569763231402e-09, + "S": 6.852217127040205e-10, + "I": 8.386343324673362e-06, + "C": 3.0314848231682845e-07, + "R": 1.3267893450574775e-08, + "M": 6.347121939143108e-07, + "O": 9.854263538500163e-08, + "W": 2.3056536679888495e-09, + "N": 1.0805361938537317e-07, + "Y": 4.0337607060791925e-05, + "U": 1.1270193667201056e-09, + "K": 3.297806827617933e-08, + "L": 2.5483901655576346e-09, + "G": 2.5149529392365366e-06, + "F": 0.00022704874572809786, + "E": 1.1192027159268036e-05, + "T": 7.612309218529845e-06, + "P": 0.14732716977596283, + "-": 0.8523744940757751 + }, + "id": "tp_7249" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 906139, + "label": "-", + "classification": { + "B": 1.2861435874644833e-11, + "S": 1.26658059040885e-11, + "I": 1.8946069531011744e-06, + "C": 3.003068513862672e-07, + "R": 7.868770524055435e-09, + "M": 4.1278902074282087e-08, + "O": 1.4637594247801644e-08, + "W": 1.026679505300443e-10, + "N": 1.7111547734316446e-08, + "Y": 4.4268240344536025e-06, + "U": 2.4081375782358805e-10, + "K": 1.4448833240976455e-08, + "L": 2.57341342679851e-10, + "G": 1.1043190397685976e-06, + "F": 0.00016392751422245055, + "E": 1.6215742562053492e-06, + "T": 1.490319732511125e-06, + "P": 0.10775443911552429, + "-": 0.8920706510543823 + }, + "id": "tp_7250" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 906273, + "label": "-", + "classification": { + "B": 1.6466684786553554e-12, + "S": 7.739918054345749e-14, + "I": 4.743484538494158e-08, + "C": 1.1608079830693896e-08, + "R": 5.789414780910107e-11, + "M": 1.540806593425259e-08, + "O": 3.133054926607315e-10, + "W": 6.720867352233428e-13, + "N": 6.088457515929235e-11, + "Y": 3.0232738481572596e-06, + "U": 2.3744341996062568e-12, + "K": 1.731782356406697e-10, + "L": 1.19009862728503e-11, + "G": 3.603671530072461e-07, + "F": 1.529782275611069e-05, + "E": 3.1911628184388974e-07, + "T": 3.032853612694453e-07, + "P": 0.013254634104669094, + "-": 0.9867260456085205 + }, + "id": "tp_7251" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 906406, + "label": "-", + "classification": { + "B": 3.165151156281354e-06, + "S": 2.3876734758232487e-06, + "I": 0.004370277747511864, + "C": 0.0003099096938967705, + "R": 6.76849449519068e-05, + "M": 0.0002758449118118733, + "O": 5.699606117559597e-05, + "W": 4.225857537676347e-06, + "N": 0.00013099765055812895, + "Y": 0.004823843017220497, + "U": 4.30838372267317e-06, + "K": 6.104349449742585e-05, + "L": 7.589059350721072e-06, + "G": 0.0016204421408474445, + "F": 0.004322852473706007, + "E": 0.0033403874840587378, + "T": 0.0015822082059457898, + "P": 0.276064932346344, + "-": 0.7029508948326111 + }, + "id": "tp_7252" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 906507, + "label": "-", + "classification": { + "B": 6.659812458453818e-12, + "S": 6.795609647919365e-12, + "I": 5.802624869488682e-08, + "C": 1.839344676568544e-08, + "R": 6.057314649865475e-10, + "M": 5.1451074511987827e-08, + "O": 7.841070015501828e-09, + "W": 2.6402541611347807e-11, + "N": 3.794780878418891e-10, + "Y": 6.415213192667579e-06, + "U": 2.390157516352076e-11, + "K": 6.211436365255452e-10, + "L": 1.7974097210604612e-10, + "G": 2.456382617310737e-07, + "F": 4.486387115321122e-05, + "E": 1.095933654937653e-07, + "T": 1.6940765590334195e-06, + "P": 0.008048245683312416, + "-": 0.9918984174728394 + }, + "id": "tp_7253" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 906640, + "label": "-", + "classification": { + "B": 5.070061524747871e-05, + "S": 4.9477515858598053e-05, + "I": 0.00291066593490541, + "C": 0.0005614619003608823, + "R": 6.017122359480709e-05, + "M": 0.0008823500829748809, + "O": 0.00021583291527349502, + "W": 3.6624518543248996e-05, + "N": 0.0003894522087648511, + "Y": 0.004380278754979372, + "U": 2.4174756617867388e-05, + "K": 0.00015543327026534826, + "L": 5.132121077622287e-05, + "G": 0.0016533680027350783, + "F": 0.022748611867427826, + "E": 0.006460738833993673, + "T": 0.001790412818081677, + "P": 0.4540286660194397, + "-": 0.5035502910614014 + }, + "id": "tp_7254" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 906773, + "label": "-", + "classification": { + "B": 5.0055764404532965e-06, + "S": 5.797970970888855e-06, + "I": 0.0016352868406102061, + "C": 0.00022780128347221762, + "R": 2.6349362087785266e-05, + "M": 0.0003033174725715071, + "O": 5.541341670323163e-05, + "W": 9.578447134117596e-06, + "N": 0.0001716102851787582, + "Y": 0.0026366079691797495, + "U": 1.2201209756312892e-05, + "K": 0.00028634577756747603, + "L": 6.517162091768114e-06, + "G": 0.0008450520690530539, + "F": 0.011265695095062256, + "E": 0.00431433180347085, + "T": 0.0008647883078083396, + "P": 0.3748907446861267, + "-": 0.6024376153945923 + }, + "id": "tp_7255" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 906907, + "label": "-", + "classification": { + "B": 2.2211786188108817e-07, + "S": 1.4401530279428698e-07, + "I": 3.84410195692908e-05, + "C": 7.597984108542732e-07, + "R": 6.019629239517599e-08, + "M": 1.1085961887147278e-05, + "O": 2.4205760382756125e-06, + "W": 5.5645294594341976e-08, + "N": 1.491053239988105e-06, + "Y": 4.038593397126533e-05, + "U": 1.9634414982760973e-08, + "K": 1.214304319319126e-07, + "L": 1.2143877370363043e-07, + "G": 2.385869447607547e-05, + "F": 0.00039517757249996066, + "E": 0.00014469311281573027, + "T": 5.415998384705745e-05, + "P": 0.3929496705532074, + "-": 0.6063370108604431 + }, + "id": "tp_7256" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 907007, + "label": "-", + "classification": { + "B": 2.4979769364108506e-08, + "S": 3.523343394817857e-08, + "I": 7.564838597318158e-05, + "C": 5.758789029641775e-06, + "R": 2.913152457040269e-07, + "M": 3.2268194445350673e-06, + "O": 9.896357369143516e-07, + "W": 7.52878364096432e-08, + "N": 1.6478670659125783e-06, + "Y": 8.834253821987659e-05, + "U": 7.075390584532215e-08, + "K": 5.572746317739075e-07, + "L": 6.904848248723283e-08, + "G": 9.339881216874346e-06, + "F": 0.00040244762203656137, + "E": 6.20391292613931e-05, + "T": 5.0585673307068646e-05, + "P": 0.2267092913389206, + "-": 0.7725896239280701 + }, + "id": "tp_7257" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 907140, + "label": "-", + "classification": { + "B": 2.4845083316904493e-05, + "S": 1.3370508895604871e-06, + "I": 0.00025636039208620787, + "C": 2.040522485913243e-05, + "R": 2.429160076644621e-06, + "M": 0.00026293256087228656, + "O": 6.841914728283882e-05, + "W": 1.647727913223207e-06, + "N": 5.92182459513424e-06, + "Y": 0.0006693835603073239, + "U": 4.39577462429952e-07, + "K": 5.8594398666400593e-08, + "L": 2.0841682271566242e-05, + "G": 0.0002918085374403745, + "F": 0.0006212114822119474, + "E": 0.00016834487905725837, + "T": 0.0006934554548934102, + "P": 0.11522841453552246, + "-": 0.8816617727279663 + }, + "id": "tp_7258" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 907274, + "label": "-", + "classification": { + "B": 1.9624989633371115e-08, + "S": 2.4321053615494748e-08, + "I": 4.797094516106881e-05, + "C": 2.2952847302804003e-06, + "R": 1.5980199918885774e-07, + "M": 2.7186049464944517e-06, + "O": 9.428296152691473e-07, + "W": 5.7428678701398894e-08, + "N": 2.619223550937022e-06, + "Y": 8.409092697547749e-05, + "U": 4.717660218034325e-08, + "K": 3.958573415729916e-06, + "L": 2.6655873952563525e-08, + "G": 1.9216864529880695e-05, + "F": 0.004689444322139025, + "E": 0.0001998376101255417, + "T": 2.440310527163092e-05, + "P": 0.35565686225891113, + "-": 0.6392654180526733 + }, + "id": "tp_7259" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 907407, + "label": "-", + "classification": { + "B": 5.9953908930765465e-06, + "S": 6.526503284476348e-07, + "I": 0.0004700081772170961, + "C": 4.3956326408078894e-05, + "R": 3.958140950999223e-06, + "M": 0.00022086859098635614, + "O": 2.0404486349434592e-05, + "W": 7.647630013707385e-07, + "N": 1.0906705028901342e-05, + "Y": 0.0005292831338010728, + "U": 7.203540803857322e-07, + "K": 2.3380687252938515e-06, + "L": 6.443178335757693e-06, + "G": 0.0007220802363008261, + "F": 0.0028982500080019236, + "E": 0.0016116452170535922, + "T": 0.00039893356733955443, + "P": 0.239772766828537, + "-": 0.7532800436019897 + }, + "id": "tp_7260" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 907508, + "label": "-", + "classification": { + "B": 1.2486544020973156e-09, + "S": 6.734880431125134e-10, + "I": 2.3266361495188903e-06, + "C": 2.1280685658098264e-08, + "R": 9.294001679371888e-10, + "M": 4.908426944894018e-07, + "O": 4.421643140517517e-08, + "W": 8.009897745075989e-10, + "N": 3.055221142744813e-08, + "Y": 7.1502686296298634e-06, + "U": 2.0384537113837808e-10, + "K": 1.7416891040511473e-08, + "L": 4.293453370607381e-10, + "G": 7.282632168426062e-07, + "F": 0.00010481831122888252, + "E": 7.65634740673704e-06, + "T": 4.556678959488636e-06, + "P": 0.20343828201293945, + "-": 0.7964338660240173 + }, + "id": "tp_7261" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 907641, + "label": "-", + "classification": { + "B": 5.502128974654852e-09, + "S": 9.711866727490914e-11, + "I": 6.161214116673364e-08, + "C": 3.542939275291701e-10, + "R": 1.2806070440185557e-11, + "M": 3.929354974729904e-08, + "O": 3.488393574002657e-08, + "W": 1.1842893332669746e-10, + "N": 6.777380323619298e-10, + "Y": 2.4310693902407365e-07, + "U": 2.618617779212573e-12, + "K": 3.6288569805337234e-12, + "L": 2.312789681990779e-10, + "G": 1.1828125678903234e-07, + "F": 3.3443993743276224e-06, + "E": 6.831989196598443e-08, + "T": 7.508056683036557e-07, + "P": 0.15659713745117188, + "-": 0.8433980941772461 + }, + "id": "tp_7262" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 907774, + "label": "-", + "classification": { + "B": 1.1615131825237768e-06, + "S": 1.274296209885506e-06, + "I": 0.0011948436731472611, + "C": 2.0155950551270507e-05, + "R": 8.13060159998713e-06, + "M": 2.36802407016512e-05, + "O": 1.5524208720307797e-05, + "W": 1.1326369531161617e-06, + "N": 5.0425234803697094e-05, + "Y": 0.0015753732295706868, + "U": 1.4697318420076044e-06, + "K": 8.152132068062201e-06, + "L": 1.3708855703953304e-06, + "G": 0.0002651341783348471, + "F": 0.0014199184952303767, + "E": 0.00032656037365086377, + "T": 0.0009487420902587473, + "P": 0.39235860109329224, + "-": 0.6017783284187317 + }, + "id": "tp_7263" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 907908, + "label": "-", + "classification": { + "B": 0.00018499304133001715, + "S": 0.00038842251524329185, + "I": 0.013294980861246586, + "C": 0.0025026407092809677, + "R": 0.001836984185501933, + "M": 0.0026191931683570147, + "O": 0.001651651575230062, + "W": 0.0006095331627875566, + "N": 0.0022407558280974627, + "Y": 0.04361545667052269, + "U": 0.0004133226175326854, + "K": 0.0060360971838235855, + "L": 0.0003187257971148938, + "G": 0.008767819963395596, + "F": 0.04377567395567894, + "E": 0.008423290215432644, + "T": 0.014316821470856667, + "P": 0.20226754248142242, + "-": 0.6467359662055969 + }, + "id": "tp_7264" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 908008, + "label": "P", + "classification": { + "B": 5.604118769042543e-07, + "S": 2.62290313912672e-07, + "I": 0.0007692569633945823, + "C": 6.690230748063186e-06, + "R": 1.1667561921058223e-06, + "M": 4.432682180777192e-05, + "O": 8.174130016413983e-06, + "W": 4.930764134769561e-07, + "N": 1.8530048691900447e-05, + "Y": 0.0002796274784486741, + "U": 3.312985938919155e-07, + "K": 1.7533636764710536e-06, + "L": 9.72015982370067e-07, + "G": 0.00010703950101742521, + "F": 0.0009689954458735883, + "E": 0.0005124930175952613, + "T": 0.00012458481069188565, + "P": 0.669829785823822, + "-": 0.3273249566555023 + }, + "id": "tp_7265" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 908141, + "label": "-", + "classification": { + "B": 8.682572172347136e-08, + "S": 1.1373410302439879e-07, + "I": 0.00020297498849686235, + "C": 2.904048869822873e-06, + "R": 2.1111341652613191e-07, + "M": 9.62815283855889e-06, + "O": 2.9751229249086464e-06, + "W": 3.193059967543377e-07, + "N": 1.6863918062881567e-05, + "Y": 0.00033432652708142996, + "U": 2.671652055141749e-07, + "K": 9.338108793599531e-05, + "L": 5.503158462261126e-08, + "G": 7.346669008256868e-05, + "F": 0.0009975441498681903, + "E": 0.0007315665716305375, + "T": 0.0001398455206071958, + "P": 0.2832801342010498, + "-": 0.7141133546829224 + }, + "id": "tp_7266" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 908275, + "label": "P", + "classification": { + "B": 5.488074705795043e-08, + "S": 2.4484526406354234e-08, + "I": 7.140423986129463e-05, + "C": 5.043251576353214e-07, + "R": 2.037052482251056e-08, + "M": 3.5897887755709235e-06, + "O": 4.6135335196595406e-07, + "W": 5.6025328376563266e-08, + "N": 4.18678973801434e-06, + "Y": 3.486003333819099e-05, + "U": 2.4031157508375145e-08, + "K": 5.6399949244223535e-06, + "L": 6.895384707661378e-09, + "G": 9.18871046451386e-06, + "F": 0.0005943340947851539, + "E": 0.0019453706918284297, + "T": 9.870493158814497e-06, + "P": 0.6959442496299744, + "-": 0.30137619376182556 + }, + "id": "tp_7267" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 908375, + "label": "P", + "classification": { + "B": 5.331089458771032e-10, + "S": 6.743115510410291e-10, + "I": 1.6207255612243898e-05, + "C": 4.081859827920198e-08, + "R": 2.935619525246125e-09, + "M": 2.2833779667053022e-07, + "O": 5.5943402799130126e-08, + "W": 1.869694843392722e-09, + "N": 1.9486058988604782e-07, + "Y": 6.418189514079131e-06, + "U": 1.18946397176245e-09, + "K": 5.014093318322921e-08, + "L": 2.046424141255443e-09, + "G": 1.7697147995932028e-06, + "F": 0.00023739447351545095, + "E": 2.049310933216475e-05, + "T": 4.964300842402736e-06, + "P": 0.5061260461807251, + "-": 0.49358615279197693 + }, + "id": "tp_7268" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 908509, + "label": "P", + "classification": { + "B": 2.259642997159972e-06, + "S": 1.963006070582196e-06, + "I": 0.004456244874745607, + "C": 6.054934783605859e-05, + "R": 1.164803597930586e-05, + "M": 9.238935308530927e-05, + "O": 3.425533577683382e-05, + "W": 2.744084213190945e-06, + "N": 0.00021201669005677104, + "Y": 0.0007744996692053974, + "U": 3.4449133181624347e-06, + "K": 1.0578715773590375e-05, + "L": 4.250007350492524e-06, + "G": 0.00024705901159904897, + "F": 0.0012650886783376336, + "E": 0.0008083551074378192, + "T": 0.0009052383247762918, + "P": 0.6374571323394775, + "-": 0.3536502718925476 + }, + "id": "tp_7269" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 908642, + "label": "-", + "classification": { + "B": 3.319467793971853e-07, + "S": 8.212064699364419e-07, + "I": 0.0001385283248964697, + "C": 1.866212915047072e-05, + "R": 2.4216142264776863e-06, + "M": 6.479739386122674e-05, + "O": 1.5408881154144183e-05, + "W": 1.6200729078263976e-06, + "N": 1.3563035281549674e-05, + "Y": 0.000682976096868515, + "U": 6.611101071030134e-07, + "K": 7.839572936063632e-05, + "L": 4.4503002527562785e-07, + "G": 8.579299901612103e-05, + "F": 0.004541896283626556, + "E": 0.0004286325129214674, + "T": 0.0002734727459028363, + "P": 0.14903847873210907, + "-": 0.8446130156517029 + }, + "id": "tp_7270" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 908775, + "label": "-", + "classification": { + "B": 2.2979181224513923e-08, + "S": 6.065604907234956e-08, + "I": 4.7592344344593585e-05, + "C": 1.6898297872103285e-06, + "R": 1.910531182147679e-07, + "M": 3.877533742979722e-07, + "O": 8.622882887721062e-07, + "W": 1.1868789329128049e-07, + "N": 3.216512823200901e-06, + "Y": 1.8721546439337544e-05, + "U": 1.0056373156430709e-07, + "K": 2.0153529476374388e-06, + "L": 2.19396483203127e-08, + "G": 2.7926846541959094e-06, + "F": 0.000613007927313447, + "E": 2.3627195332664996e-05, + "T": 2.5005963834701106e-05, + "P": 0.4470401704311371, + "-": 0.5522204637527466 + }, + "id": "tp_7271" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 908876, + "label": "-", + "classification": { + "B": 1.5220646787383885e-07, + "S": 6.00081762058835e-07, + "I": 0.006836993619799614, + "C": 2.335327553737443e-05, + "R": 1.1825635738205165e-05, + "M": 5.1887011068174616e-05, + "O": 1.6877584130270407e-05, + "W": 1.7303441381955054e-06, + "N": 0.0002236606669612229, + "Y": 0.002503120806068182, + "U": 1.1517950042616576e-06, + "K": 0.00014308482059277594, + "L": 5.950997206127795e-07, + "G": 0.00025259811081923544, + "F": 0.0015530406963080168, + "E": 0.0008732880232855678, + "T": 0.0012669464340433478, + "P": 0.43933653831481934, + "-": 0.5469026565551758 + }, + "id": "tp_7272" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 909009, + "label": "-", + "classification": { + "B": 3.5506559470377397e-06, + "S": 1.7778051187633537e-05, + "I": 0.00034174995380453765, + "C": 1.527666609035805e-05, + "R": 5.380344191507902e-06, + "M": 5.150140350451693e-05, + "O": 0.00010596617357805371, + "W": 1.1650194210233167e-05, + "N": 6.084730921429582e-05, + "Y": 0.00042080465937033296, + "U": 2.421985982437036e-06, + "K": 1.4791509784117807e-05, + "L": 5.363161108107306e-06, + "G": 0.0001187747620861046, + "F": 0.005756473168730736, + "E": 0.0003487377252895385, + "T": 0.000691070279572159, + "P": 0.3215797543525696, + "-": 0.6704480648040771 + }, + "id": "tp_7273" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 909142, + "label": "-", + "classification": { + "B": 3.3226717732759425e-07, + "S": 5.345713702809007e-07, + "I": 0.0005971052451059222, + "C": 2.526928801671602e-05, + "R": 4.933702257403638e-06, + "M": 9.706815944809932e-06, + "O": 8.710706424608361e-06, + "W": 1.4649552895207307e-06, + "N": 4.7446701501030475e-05, + "Y": 0.0007009126129560173, + "U": 1.4238740959626739e-06, + "K": 0.00015209421690087765, + "L": 4.1215528767679643e-07, + "G": 0.00014487748558167368, + "F": 0.010319819673895836, + "E": 0.0007405347423627973, + "T": 0.00020681459864135832, + "P": 0.37830573320388794, + "-": 0.6087318062782288 + }, + "id": "tp_7274" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 909276, + "label": "P", + "classification": { + "B": 0.0001572563051013276, + "S": 0.0002001719258259982, + "I": 0.014907091856002808, + "C": 0.001429443946108222, + "R": 0.0005276927258819342, + "M": 0.0017631609225645661, + "O": 0.0009565305081196129, + "W": 0.00022916996385902166, + "N": 0.0026884994003921747, + "Y": 0.005599334370344877, + "U": 0.00016872216656338423, + "K": 0.0006998443277552724, + "L": 0.0001617613306734711, + "G": 0.0021667280234396458, + "F": 0.00967133417725563, + "E": 0.004846326075494289, + "T": 0.006165514700114727, + "P": 0.4840702414512634, + "-": 0.46359115839004517 + }, + "id": "tp_7275" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 909376, + "label": "-", + "classification": { + "B": 2.9207322427282634e-07, + "S": 2.8692761588899884e-07, + "I": 0.00036563308094628155, + "C": 1.193445405078819e-05, + "R": 1.4188045724949916e-06, + "M": 2.455549474689178e-05, + "O": 4.485641511564609e-06, + "W": 3.8992169493212714e-07, + "N": 1.2220408279972617e-05, + "Y": 0.0005321804201230407, + "U": 6.023407763677824e-07, + "K": 5.793326181446901e-06, + "L": 3.7941472896818595e-07, + "G": 6.701607344439253e-05, + "F": 0.000580732652451843, + "E": 0.00025867324438877404, + "T": 0.0002948762266896665, + "P": 0.3565448522567749, + "-": 0.6412937045097351 + }, + "id": "tp_7276" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 909510, + "label": "-", + "classification": { + "B": 2.806524889820139e-06, + "S": 1.4083725545788184e-06, + "I": 0.0004927963600493968, + "C": 2.1534826373681426e-05, + "R": 2.03929744202469e-06, + "M": 0.00012407136091496795, + "O": 1.4637768799730111e-05, + "W": 1.3962720686322427e-06, + "N": 3.751144322450273e-05, + "Y": 0.0019509006524458528, + "U": 1.8024304608843522e-06, + "K": 3.604582525440492e-05, + "L": 1.4725790151715046e-06, + "G": 0.00029845518292859197, + "F": 0.0020592641085386276, + "E": 0.0010339409345760942, + "T": 0.0013548793504014611, + "P": 0.4100017547607422, + "-": 0.5825632810592651 + }, + "id": "tp_7277" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 909643, + "label": "-", + "classification": { + "B": 8.459664968540892e-06, + "S": 2.508872739781509e-06, + "I": 0.00019016547594219446, + "C": 7.810216629877687e-06, + "R": 1.046466309162497e-06, + "M": 4.760102820000611e-05, + "O": 2.9500111850211397e-05, + "W": 1.9005270814886899e-06, + "N": 1.2101407264708541e-05, + "Y": 0.00023119566321838647, + "U": 5.775384011030837e-07, + "K": 2.733351038841647e-07, + "L": 3.69009444511903e-06, + "G": 6.5342836023774e-05, + "F": 0.0006994836148805916, + "E": 0.00011353458830853924, + "T": 0.00036958474083803594, + "P": 0.4698208272457123, + "-": 0.5283944606781006 + }, + "id": "tp_7278" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 909776, + "label": "P", + "classification": { + "B": 4.325996997067705e-06, + "S": 3.281917997810524e-06, + "I": 0.0006086736102588475, + "C": 1.248935495823389e-05, + "R": 2.4865435079846065e-06, + "M": 3.3636468288023025e-05, + "O": 2.4295093680848368e-05, + "W": 3.4321662951697363e-06, + "N": 7.438645116053522e-05, + "Y": 0.00023861337103880942, + "U": 2.5417089091206435e-06, + "K": 1.245018302142853e-05, + "L": 1.7906296534420107e-06, + "G": 0.00010796196875162423, + "F": 0.0016966103576123714, + "E": 0.0006874169339425862, + "T": 0.0003215815522707999, + "P": 0.6785079836845398, + "-": 0.3176559507846832 + }, + "id": "tp_7279" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 909877, + "label": "P", + "classification": { + "B": 3.0501923209413917e-09, + "S": 7.018352565779651e-10, + "I": 1.1174928658874705e-05, + "C": 2.1736722644050133e-08, + "R": 9.894820518496772e-10, + "M": 1.377003684410738e-07, + "O": 4.035620193576506e-08, + "W": 6.648227524053141e-10, + "N": 1.2803958782114933e-07, + "Y": 2.0720233351312345e-06, + "U": 4.485256055453135e-10, + "K": 8.985020505392072e-10, + "L": 1.2629000067931884e-09, + "G": 1.79775412334493e-07, + "F": 1.8544902559369802e-05, + "E": 3.080720262005343e-06, + "T": 3.7380348203441827e-06, + "P": 0.7249048948287964, + "-": 0.27505600452423096 + }, + "id": "tp_7280" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 910010, + "label": "-", + "classification": { + "B": 1.5127771035849946e-08, + "S": 2.028729717551414e-08, + "I": 4.4768046791432425e-05, + "C": 8.453721989098995e-07, + "R": 1.27480547007508e-07, + "M": 8.8367937678413e-07, + "O": 8.965891993284458e-07, + "W": 6.01640479658272e-08, + "N": 1.9262588466517627e-06, + "Y": 0.00011314942094031721, + "U": 6.44089865886599e-08, + "K": 2.319376108061988e-06, + "L": 1.6252714729603213e-08, + "G": 9.352193956146948e-06, + "F": 0.0004194648063275963, + "E": 3.5861634387401864e-05, + "T": 4.186824298813008e-05, + "P": 0.26221415400505066, + "-": 0.7371141910552979 + }, + "id": "tp_7281" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 910143, + "label": "P", + "classification": { + "B": 8.46902594275889e-07, + "S": 7.0023361331550404e-06, + "I": 0.0008274629362858832, + "C": 1.5673431335017085e-05, + "R": 4.831558726436924e-06, + "M": 1.6530180801055394e-05, + "O": 1.573568988533225e-05, + "W": 2.8884912808280205e-06, + "N": 0.0001339680893579498, + "Y": 0.00027010616031475365, + "U": 1.0287884606441366e-06, + "K": 2.1632242351188324e-05, + "L": 1.0668528602764127e-06, + "G": 5.55463157070335e-05, + "F": 0.005232874304056168, + "E": 0.0004783686308655888, + "T": 0.00017120422853622586, + "P": 0.7973408102989197, + "-": 0.19540245831012726 + }, + "id": "tp_7282" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 910277, + "label": "P", + "classification": { + "B": 1.0593568731565028e-05, + "S": 6.648000635323115e-06, + "I": 0.004802796058356762, + "C": 0.0002326092217117548, + "R": 3.9060960261849687e-05, + "M": 0.00018223116057924926, + "O": 9.955178393283859e-05, + "W": 2.1189978724578395e-05, + "N": 0.0002362940285820514, + "Y": 0.0005117932450957596, + "U": 1.665556919761002e-05, + "K": 4.1869257984217256e-05, + "L": 1.7071810361812823e-05, + "G": 0.0005161965382285416, + "F": 0.003242243081331253, + "E": 0.0019153238972648978, + "T": 0.0008149784989655018, + "P": 0.5095102787017822, + "-": 0.47778254747390747 + }, + "id": "tp_7283" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 910377, + "label": "P", + "classification": { + "B": 8.546769514339303e-09, + "S": 2.168394708235155e-08, + "I": 0.00020973957725800574, + "C": 5.417705324362032e-07, + "R": 6.111226724669905e-08, + "M": 9.649955927670817e-07, + "O": 3.6967145433663973e-07, + "W": 1.8252054090339698e-08, + "N": 8.76523154147435e-06, + "Y": 3.3051321224775165e-05, + "U": 1.9433805675816984e-08, + "K": 1.428521841262409e-06, + "L": 8.39128144747292e-09, + "G": 4.905080004391493e-06, + "F": 0.0001997386571019888, + "E": 9.394708467880264e-05, + "T": 2.6885349143412896e-05, + "P": 0.7798149585723877, + "-": 0.21960458159446716 + }, + "id": "tp_7284" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 910511, + "label": "-", + "classification": { + "B": 8.989663001557346e-06, + "S": 8.017501386348158e-06, + "I": 0.0006839405978098512, + "C": 7.832355186110362e-05, + "R": 8.564647941966541e-06, + "M": 0.00024289607245009392, + "O": 8.857194188749418e-05, + "W": 8.751512723392807e-06, + "N": 7.195177749963477e-05, + "Y": 0.0016610344173386693, + "U": 4.707347670773743e-06, + "K": 5.302457429934293e-05, + "L": 7.430940058839042e-06, + "G": 0.0005299068288877606, + "F": 0.004670626018196344, + "E": 0.0019476853776723146, + "T": 0.0008318231557495892, + "P": 0.2578142583370209, + "-": 0.7312794923782349 + }, + "id": "tp_7285" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 910644, + "label": "-", + "classification": { + "B": 3.436744862028718e-07, + "S": 2.2194244309048372e-07, + "I": 0.0007749050273559988, + "C": 1.1756570529541932e-05, + "R": 1.4994529919931665e-06, + "M": 2.2850706955068745e-05, + "O": 7.222485237434739e-06, + "W": 2.950861244244152e-07, + "N": 4.125494524487294e-05, + "Y": 0.0007890132255852222, + "U": 4.229901549024362e-07, + "K": 5.468940344144357e-06, + "L": 5.432347620626388e-07, + "G": 0.00015142674965318292, + "F": 0.0017511993646621704, + "E": 0.0011035847710445523, + "T": 0.0003219982609152794, + "P": 0.49094149470329285, + "-": 0.5040745139122009 + }, + "id": "tp_7286" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 910777, + "label": "P", + "classification": { + "B": 6.052881417417666e-06, + "S": 1.7083937109418912e-07, + "I": 0.0009741880930960178, + "C": 1.6884294382180087e-05, + "R": 1.2411494481057161e-06, + "M": 4.4799657189287245e-05, + "O": 1.3970764484838583e-05, + "W": 3.3903774010468624e-07, + "N": 1.2264704309927765e-05, + "Y": 0.00011220927990507334, + "U": 1.3368234874633345e-07, + "K": 1.9653750626957844e-08, + "L": 1.5367336345661897e-06, + "G": 8.501691627316177e-05, + "F": 6.272755126701668e-05, + "E": 0.00017886773275677115, + "T": 0.00012887304183095694, + "P": 0.6853175163269043, + "-": 0.31304314732551575 + }, + "id": "tp_7287" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 910878, + "label": "-", + "classification": { + "B": 8.462848199997097e-07, + "S": 8.631277523818426e-07, + "I": 0.000721526681445539, + "C": 2.4210352421505377e-05, + "R": 1.898499817798438e-06, + "M": 4.5716380554949865e-05, + "O": 1.1514078323671129e-05, + "W": 1.1712683090081555e-06, + "N": 3.529718014760874e-05, + "Y": 0.0006920524756424129, + "U": 1.1729930520232301e-06, + "K": 2.4678984118509106e-05, + "L": 1.04178423043777e-06, + "G": 0.0001669835764914751, + "F": 0.0038813832215964794, + "E": 0.000662333273794502, + "T": 0.000312126794597134, + "P": 0.3639269471168518, + "-": 0.6294882297515869 + }, + "id": "tp_7288" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 911011, + "label": "-", + "classification": { + "B": 1.2575519792168421e-10, + "S": 6.920174155933267e-11, + "I": 1.8544986232882366e-05, + "C": 1.0201789280017692e-07, + "R": 8.959343489323146e-09, + "M": 1.5147874421472807e-07, + "O": 2.5287686611363824e-08, + "W": 3.715744656407338e-10, + "N": 4.9482469677286645e-08, + "Y": 4.5265442167874426e-05, + "U": 1.1135646849069758e-09, + "K": 6.9999783747221045e-09, + "L": 1.0727896349038701e-09, + "G": 1.2873592822870705e-06, + "F": 1.7774786101654172e-05, + "E": 4.742581495520426e-06, + "T": 1.577359034854453e-05, + "P": 0.06826993077993393, + "-": 0.9316263794898987 + }, + "id": "tp_7289" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 911144, + "label": "-", + "classification": { + "B": 9.086966747418046e-05, + "S": 0.00013631254842039198, + "I": 0.012927022762596607, + "C": 0.0005334275192581117, + "R": 0.000283337285509333, + "M": 0.0009725723066367209, + "O": 0.0009404203156009316, + "W": 0.00013946901890449226, + "N": 0.001342835952527821, + "Y": 0.003912855871021748, + "U": 0.00012216322647873312, + "K": 7.528690912295133e-05, + "L": 0.0002306754031451419, + "G": 0.0016537158517166972, + "F": 0.0046382262371480465, + "E": 0.0025648376904428005, + "T": 0.008393942378461361, + "P": 0.47963613271713257, + "-": 0.48140591382980347 + }, + "id": "tp_7290" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 911278, + "label": "P", + "classification": { + "B": 1.5101745702850167e-05, + "S": 2.830835001077503e-05, + "I": 0.008490638807415962, + "C": 4.7101751988520846e-05, + "R": 2.8414644475560635e-05, + "M": 0.0002538726548664272, + "O": 6.43370658508502e-05, + "W": 1.252505444426788e-05, + "N": 0.0006463496829383075, + "Y": 0.0030501147266477346, + "U": 7.148528766265372e-06, + "K": 0.00022859305317979306, + "L": 6.573015525646042e-06, + "G": 0.0003822947037406266, + "F": 0.005384373012930155, + "E": 0.002336579840630293, + "T": 0.0027395300567150116, + "P": 0.6577271223068237, + "-": 0.3185510039329529 + }, + "id": "tp_7291" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 911378, + "label": "-", + "classification": { + "B": 1.1761485119166082e-09, + "S": 1.4417731453164606e-09, + "I": 3.444766116444953e-05, + "C": 2.4811197363305837e-07, + "R": 1.5317072055154313e-08, + "M": 5.953872346253775e-07, + "O": 1.1970811897299427e-07, + "W": 3.6037299810942613e-09, + "N": 3.80891208351386e-07, + "Y": 1.5710145817138255e-05, + "U": 3.363527012467671e-09, + "K": 4.905896133777787e-08, + "L": 3.914319535169852e-09, + "G": 1.496574896009406e-06, + "F": 0.00011740782792912796, + "E": 2.144451173080597e-05, + "T": 1.025876645144308e-05, + "P": 0.44153663516044617, + "-": 0.5582610964775085 + }, + "id": "tp_7292" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 911512, + "label": "-", + "classification": { + "B": 4.418016033014283e-06, + "S": 5.753686878051667e-07, + "I": 0.0024917637929320335, + "C": 0.0002036824735114351, + "R": 3.0043567676329985e-05, + "M": 0.00012369893374852836, + "O": 5.535272430279292e-05, + "W": 3.163725068588974e-06, + "N": 8.472613990306854e-05, + "Y": 0.0009502814500592649, + "U": 7.609892691107234e-06, + "K": 1.2993533346161712e-05, + "L": 5.8080258895643055e-06, + "G": 0.0006205886602401733, + "F": 0.0010464955121278763, + "E": 0.0005401304224506021, + "T": 0.0011620722943916917, + "P": 0.25394245982170105, + "-": 0.7387141585350037 + }, + "id": "tp_7293" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 911645, + "label": "-", + "classification": { + "B": 0.00030416290974244475, + "S": 0.00014823723176959902, + "I": 0.002333936979994178, + "C": 0.0006484812474809587, + "R": 0.00014713317796122283, + "M": 0.0007963245734572411, + "O": 0.000539528438821435, + "W": 0.0002036058867815882, + "N": 0.000891087984200567, + "Y": 0.010067651979625225, + "U": 0.00013082489022053778, + "K": 0.0024561795871704817, + "L": 9.040637087309733e-05, + "G": 0.005023410078138113, + "F": 0.033632516860961914, + "E": 0.015462073497474194, + "T": 0.0038126136641949415, + "P": 0.37908098101615906, + "-": 0.5442308783531189 + }, + "id": "tp_7294" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 911778, + "label": "P", + "classification": { + "B": 4.051821278494572e-08, + "S": 2.308684798890681e-08, + "I": 0.0003343854914419353, + "C": 6.2476378843712155e-06, + "R": 4.157938064963673e-07, + "M": 1.8797545635607094e-06, + "O": 8.268936539934657e-07, + "W": 3.737742915177478e-08, + "N": 7.581076715723611e-06, + "Y": 4.030919080832973e-05, + "U": 5.158926086323845e-08, + "K": 3.502747460970568e-07, + "L": 7.726701056753882e-08, + "G": 2.3817874534870498e-05, + "F": 0.0003328117891214788, + "E": 0.00015122383774723858, + "T": 1.9973762391600758e-05, + "P": 0.7671571969985962, + "-": 0.2319226861000061 + }, + "id": "tp_7295" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 911879, + "label": "-", + "classification": { + "B": 7.6256797001406085e-06, + "S": 4.488133072300116e-06, + "I": 0.003419633489102125, + "C": 6.417361146304756e-05, + "R": 9.766720722836908e-06, + "M": 0.0006354920915327966, + "O": 9.018706623464823e-05, + "W": 5.0086605369870085e-06, + "N": 9.983102791011333e-05, + "Y": 0.003798333927989006, + "U": 2.1944536001683446e-06, + "K": 8.805651305010542e-06, + "L": 9.851116374193225e-06, + "G": 0.0004991299356333911, + "F": 0.0011227617505937815, + "E": 0.0023082448169589043, + "T": 0.0030871431808918715, + "P": 0.1906086504459381, + "-": 0.7942186594009399 + }, + "id": "tp_7296" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 912012, + "label": "-", + "classification": { + "B": 8.89346392796142e-06, + "S": 5.195561698201345e-06, + "I": 0.0006794882356189191, + "C": 0.0001240740530192852, + "R": 2.498752473911736e-05, + "M": 0.00026502570835873485, + "O": 9.744211274664849e-05, + "W": 8.31644774734741e-06, + "N": 5.4308355174725875e-05, + "Y": 0.0029413369484245777, + "U": 8.637730388727505e-06, + "K": 7.969544822117314e-05, + "L": 1.4339606423163787e-05, + "G": 0.0008566058240830898, + "F": 0.008204393088817596, + "E": 0.001499466015957296, + "T": 0.0016093328595161438, + "P": 0.18719130754470825, + "-": 0.7963270545005798 + }, + "id": "tp_7297" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 912145, + "label": "P", + "classification": { + "B": 1.4324926951303496e-06, + "S": 5.890364036531537e-07, + "I": 0.0017526780720800161, + "C": 1.4148864465823863e-05, + "R": 1.8056221051665489e-06, + "M": 3.144840229651891e-05, + "O": 1.0620765351632144e-05, + "W": 5.494121069204994e-07, + "N": 4.7122106479946524e-05, + "Y": 5.380887523642741e-05, + "U": 2.605319480153412e-07, + "K": 2.6498906890992657e-07, + "L": 1.040207507685409e-06, + "G": 4.3132120481459424e-05, + "F": 0.0001224255101988092, + "E": 0.00018338293011765927, + "T": 0.00016367025091312826, + "P": 0.7388603091239929, + "-": 0.25871118903160095 + }, + "id": "tp_7298" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 912279, + "label": "P", + "classification": { + "B": 4.0801900524911616e-08, + "S": 3.8426609449970783e-08, + "I": 0.00012322924158070236, + "C": 1.5488886901948717e-06, + "R": 1.386463708286101e-07, + "M": 7.042897323117359e-07, + "O": 6.175595217428054e-07, + "W": 8.743942458977472e-08, + "N": 1.0062422006740235e-05, + "Y": 3.588464096537791e-05, + "U": 8.22650463305763e-08, + "K": 1.0278887202730402e-05, + "L": 1.4842637341416776e-08, + "G": 1.2649433301703539e-05, + "F": 0.002162147779017687, + "E": 0.0004918365157209337, + "T": 1.2388386494421866e-05, + "P": 0.7356853485107422, + "-": 0.26145291328430176 + }, + "id": "tp_7299" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 912379, + "label": "P", + "classification": { + "B": 1.5729812730569392e-05, + "S": 2.0791292627109215e-05, + "I": 0.004759178962558508, + "C": 0.00023683621839154512, + "R": 3.3436725061619654e-05, + "M": 0.00020919408416375518, + "O": 0.00011908043961739168, + "W": 2.5646215362939984e-05, + "N": 0.0005074233049526811, + "Y": 0.0008971043862402439, + "U": 3.32023118971847e-05, + "K": 0.00012820051051676273, + "L": 2.00034864974441e-05, + "G": 0.00042159282020293176, + "F": 0.0033497719559818506, + "E": 0.003844746621325612, + "T": 0.0012628651456907392, + "P": 0.5407312512397766, + "-": 0.44338393211364746 + }, + "id": "tp_7300" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 912513, + "label": "P", + "classification": { + "B": 3.804945663432591e-05, + "S": 1.395196704834234e-05, + "I": 0.007592965383082628, + "C": 0.0004077014746144414, + "R": 8.100761624518782e-05, + "M": 0.0005678505403921008, + "O": 0.0001304910983890295, + "W": 1.9463308490230702e-05, + "N": 0.0006374830263666809, + "Y": 0.005057525355368853, + "U": 3.095559441135265e-05, + "K": 0.00026494456687942147, + "L": 2.5667493900982663e-05, + "G": 0.0025983431842178106, + "F": 0.00746716745197773, + "E": 0.009931765496730804, + "T": 0.002039764542132616, + "P": 0.5225110054016113, + "-": 0.4405839443206787 + }, + "id": "tp_7301" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 912646, + "label": "P", + "classification": { + "B": 4.921903595800359e-08, + "S": 1.795042976482364e-07, + "I": 0.0028732470236718655, + "C": 5.68947598367231e-07, + "R": 1.408021290671968e-07, + "M": 1.1063254532928113e-05, + "O": 1.8453041548127658e-06, + "W": 2.8462006085305802e-08, + "N": 7.340245792875066e-05, + "Y": 9.110775135923177e-05, + "U": 1.0865489841194176e-08, + "K": 4.012270338193957e-08, + "L": 5.395271074348784e-08, + "G": 1.1638237083388958e-05, + "F": 1.878424700407777e-05, + "E": 6.211213622009382e-05, + "T": 0.00024615871370770037, + "P": 0.9441940784454346, + "-": 0.05241554230451584 + }, + "id": "tp_7302" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 912779, + "label": "-", + "classification": { + "B": 6.707292072860582e-07, + "S": 1.1018925079042674e-06, + "I": 0.0012358365347608924, + "C": 2.681700607354287e-05, + "R": 6.018920885253465e-06, + "M": 4.333015385782346e-05, + "O": 2.0104977011214942e-05, + "W": 1.6437921885881224e-06, + "N": 6.64840335957706e-05, + "Y": 0.0006330969044938684, + "U": 1.7394471569787129e-06, + "K": 5.832392162119504e-06, + "L": 2.032790007433505e-06, + "G": 0.00010177456715609878, + "F": 0.0016447951784357429, + "E": 0.00026923493715003133, + "T": 0.0007993284962140024, + "P": 0.415997713804245, + "-": 0.5791424512863159 + }, + "id": "tp_7303" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 912880, + "label": "P", + "classification": { + "B": 1.1105981023717959e-08, + "S": 9.222115848750434e-10, + "I": 2.751565716607729e-06, + "C": 1.3967853540464148e-08, + "R": 2.995233505664885e-10, + "M": 2.0346078599686734e-07, + "O": 5.487521548275254e-08, + "W": 1.319891418383179e-09, + "N": 5.6513140833658326e-08, + "Y": 1.5020475530036492e-06, + "U": 2.415512512232709e-10, + "K": 2.822610589703345e-09, + "L": 9.314198301524357e-10, + "G": 6.373998644448875e-07, + "F": 0.00011833152530016378, + "E": 2.1573234334937297e-05, + "T": 8.403878268836706e-07, + "P": 0.7411668300628662, + "-": 0.2586870789527893 + }, + "id": "tp_7304" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 913013, + "label": "P", + "classification": { + "B": 2.4986402280546827e-08, + "S": 8.545739227372451e-09, + "I": 4.492355219554156e-05, + "C": 6.614886842726264e-07, + "R": 3.300967676977962e-08, + "M": 1.4503932561638067e-06, + "O": 3.652418740784924e-07, + "W": 1.416255912545239e-08, + "N": 1.6829061451062444e-06, + "Y": 2.0593408407876268e-05, + "U": 1.2051102338261899e-08, + "K": 2.385029915785708e-07, + "L": 1.4185105534636477e-08, + "G": 6.442618541768752e-06, + "F": 0.00048347670235671103, + "E": 8.97440331755206e-05, + "T": 1.3793507605441846e-05, + "P": 0.6406938433647156, + "-": 0.3586427569389343 + }, + "id": "tp_7305" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 913146, + "label": "P", + "classification": { + "B": 0.0007577789947390556, + "S": 0.0014149973867461085, + "I": 0.061328522861003876, + "C": 0.004240092355757952, + "R": 0.0014437108766287565, + "M": 0.00482972152531147, + "O": 0.00290757161565125, + "W": 0.0014025431592017412, + "N": 0.0215879138559103, + "Y": 0.01586589217185974, + "U": 0.000724237528629601, + "K": 0.009448248893022537, + "L": 0.0007416545413434505, + "G": 0.012342480011284351, + "F": 0.036699328571558, + "E": 0.06997077912092209, + "T": 0.010730084963142872, + "P": 0.54658442735672, + "-": 0.19698011875152588 + }, + "id": "tp_7306" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 913280, + "label": "-", + "classification": { + "B": 1.0470623500180576e-11, + "S": 2.0933470235018348e-11, + "I": 4.218352387397317e-06, + "C": 2.288660461147174e-08, + "R": 8.956999031362045e-10, + "M": 3.566074013860998e-08, + "O": 1.2257609149912696e-08, + "W": 7.850699257350158e-11, + "N": 1.4377687485023216e-08, + "Y": 7.386861966551805e-07, + "U": 5.171368888667871e-11, + "K": 2.6912463924055885e-10, + "L": 2.0192676697394774e-10, + "G": 2.110381416287055e-07, + "F": 1.3791415767627768e-05, + "E": 5.392404887061275e-07, + "T": 1.5957508594510728e-06, + "P": 0.3645532727241516, + "-": 0.6354255080223083 + }, + "id": "tp_7307" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 913380, + "label": "P", + "classification": { + "B": 1.8271128965352545e-06, + "S": 5.276326078273996e-07, + "I": 9.337170195067301e-05, + "C": 1.3951083701613243e-06, + "R": 1.4388963620604045e-07, + "M": 4.545981937553734e-06, + "O": 5.2028262871317565e-06, + "W": 3.1133976108321804e-07, + "N": 5.548736226046458e-06, + "Y": 4.116149284527637e-05, + "U": 8.76529142601612e-08, + "K": 2.523991042835405e-07, + "L": 3.7318287127163785e-07, + "G": 2.3800190319889225e-05, + "F": 0.001157087623141706, + "E": 0.00011242280015721917, + "T": 3.465804547886364e-05, + "P": 0.6860966086387634, + "-": 0.31242069602012634 + }, + "id": "tp_7308" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 913514, + "label": "P", + "classification": { + "B": 1.6231659571985801e-07, + "S": 4.176117727183737e-07, + "I": 0.0003494849079288542, + "C": 1.9353647076059133e-06, + "R": 3.145041205243615e-07, + "M": 6.479189778474392e-06, + "O": 3.67010329682671e-06, + "W": 7.748989219180658e-07, + "N": 3.219661084585823e-05, + "Y": 0.00012097108992747962, + "U": 3.124616512195644e-07, + "K": 0.0001086381817003712, + "L": 6.176285438641571e-08, + "G": 2.8509439289337024e-05, + "F": 0.0022459535393863916, + "E": 0.000734780274797231, + "T": 9.810785559238866e-05, + "P": 0.5200818777084351, + "-": 0.47618532180786133 + }, + "id": "tp_7309" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 913647, + "label": "P", + "classification": { + "B": 5.085196335130604e-06, + "S": 9.349705010208709e-07, + "I": 0.0013500939821824431, + "C": 2.1420279153971933e-05, + "R": 1.9794476884271717e-06, + "M": 5.438225343823433e-05, + "O": 2.230149766546674e-05, + "W": 2.0655284060921986e-06, + "N": 9.061102900886908e-05, + "Y": 0.00014309845573734492, + "U": 1.8284688394487603e-06, + "K": 1.2082058674423024e-05, + "L": 1.8868488496082136e-06, + "G": 0.00018895661924034357, + "F": 0.0009327948209829628, + "E": 0.0015976306749507785, + "T": 0.0002009847084991634, + "P": 0.6898428201675415, + "-": 0.30552908778190613 + }, + "id": "tp_7310" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 913780, + "label": "-", + "classification": { + "B": 2.3651249847489453e-08, + "S": 1.4124717395702646e-08, + "I": 3.527010267134756e-05, + "C": 6.014207656335202e-07, + "R": 3.730499642529139e-08, + "M": 1.6801808442323818e-06, + "O": 4.3605245991784614e-07, + "W": 2.5552472138201665e-08, + "N": 1.149529111899028e-06, + "Y": 5.317764589563012e-05, + "U": 3.0972440612231367e-08, + "K": 2.0836434941884363e-06, + "L": 1.4420483473998047e-08, + "G": 1.1155839274579193e-05, + "F": 0.00047374892164953053, + "E": 7.856591400923207e-05, + "T": 3.121159898000769e-05, + "P": 0.35881707072257996, + "-": 0.6404938101768494 + }, + "id": "tp_7311" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 913881, + "label": "-", + "classification": { + "B": 9.336885398170125e-08, + "S": 3.8662389556520793e-07, + "I": 0.00024332715838681906, + "C": 3.453350018389756e-06, + "R": 8.478777431264461e-07, + "M": 1.8513339455239475e-05, + "O": 9.293737093685195e-06, + "W": 4.501026751313475e-07, + "N": 1.573754707351327e-05, + "Y": 0.0005490814801305532, + "U": 2.423832654585567e-07, + "K": 6.496110927400878e-06, + "L": 2.1050389875654218e-07, + "G": 4.355428245617077e-05, + "F": 0.0010107372654601932, + "E": 9.551128459861502e-05, + "T": 0.0005978759145364165, + "P": 0.2542641758918762, + "-": 0.7431400418281555 + }, + "id": "tp_7312" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 914014, + "label": "P", + "classification": { + "B": 1.4696152281223895e-11, + "S": 4.3033378943624356e-11, + "I": 2.4501885036443127e-06, + "C": 2.278693234103457e-09, + "R": 1.3993675662682392e-10, + "M": 4.164725897481958e-09, + "O": 3.819690341799742e-09, + "W": 5.478852441176407e-11, + "N": 2.2803595456366565e-08, + "Y": 2.3602532905897533e-07, + "U": 2.4509300838859716e-11, + "K": 7.094575482646803e-10, + "L": 3.094102404843646e-11, + "G": 3.6412529880180955e-08, + "F": 1.3881302038498688e-05, + "E": 6.301059443103441e-07, + "T": 4.1400116401746345e-07, + "P": 0.760684609413147, + "-": 0.23929771780967712 + }, + "id": "tp_7313" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 914147, + "label": "-", + "classification": { + "B": 1.0715747400524833e-08, + "S": 6.206592129132105e-09, + "I": 2.178540307795629e-05, + "C": 4.277256664408924e-07, + "R": 2.992441849869465e-08, + "M": 8.2768332276828e-07, + "O": 3.650794155873882e-07, + "W": 4.588471824717999e-09, + "N": 7.667020440749184e-07, + "Y": 1.2735471500491258e-05, + "U": 4.658507801735823e-09, + "K": 3.631533829207001e-08, + "L": 7.35016802977384e-09, + "G": 4.2261735870852135e-06, + "F": 8.665349014336243e-05, + "E": 3.444938556640409e-05, + "T": 1.8007571270572953e-05, + "P": 0.4821692407131195, + "-": 0.5176503658294678 + }, + "id": "tp_7314" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 914281, + "label": "P", + "classification": { + "B": 1.0386513871196712e-09, + "S": 2.535301302231119e-09, + "I": 4.083456224179827e-05, + "C": 2.8677005659005772e-08, + "R": 1.297553064993906e-09, + "M": 6.952438980079023e-08, + "O": 2.8504466342837986e-08, + "W": 1.5228144301104862e-09, + "N": 7.762055247440003e-07, + "Y": 1.943502184076351e-06, + "U": 1.2102139290703917e-09, + "K": 6.498242388630615e-09, + "L": 8.172879595313987e-10, + "G": 1.545796948221323e-07, + "F": 1.829476786952e-05, + "E": 1.6327026969520375e-05, + "T": 4.163024186709663e-06, + "P": 0.8542579412460327, + "-": 0.1456594467163086 + }, + "id": "tp_7315" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 914381, + "label": "P", + "classification": { + "B": 4.817838271264918e-05, + "S": 6.106487126089633e-05, + "I": 0.01670541986823082, + "C": 0.0005829680012539029, + "R": 0.00017650607333052903, + "M": 0.00048495145165361464, + "O": 0.0002789674617815763, + "W": 9.622696961741894e-05, + "N": 0.002885323017835617, + "Y": 0.0031498034950345755, + "U": 6.33367890259251e-05, + "K": 0.0025204699486494064, + "L": 2.7070200303569436e-05, + "G": 0.0018146033398807049, + "F": 0.015818070620298386, + "E": 0.01779646798968315, + "T": 0.0010493943700566888, + "P": 0.7122247219085693, + "-": 0.22421643137931824 + }, + "id": "tp_7316" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 914515, + "label": "-", + "classification": { + "B": 2.2912599888513796e-05, + "S": 3.210703289369121e-05, + "I": 0.006106086540967226, + "C": 0.00014017088687978685, + "R": 2.2247570086619817e-05, + "M": 0.0004920290084555745, + "O": 0.00010766797640826553, + "W": 2.2760672436561435e-05, + "N": 0.0008436022908426821, + "Y": 0.016904419288039207, + "U": 4.088874447916169e-06, + "K": 0.005993099883198738, + "L": 5.9273602346365806e-06, + "G": 0.0083640580996871, + "F": 0.037748441100120544, + "E": 0.05901893600821495, + "T": 0.003332438413053751, + "P": 0.3909401297569275, + "-": 0.4698989689350128 + }, + "id": "tp_7317" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 914648, + "label": "P", + "classification": { + "B": 3.676565484056482e-06, + "S": 8.492638130519481e-07, + "I": 0.0012140364851802588, + "C": 5.999940185574815e-05, + "R": 3.4805605082510738e-06, + "M": 5.898633389733732e-05, + "O": 1.3034979019721504e-05, + "W": 8.617530511401128e-07, + "N": 7.757024286547676e-05, + "Y": 0.0003810000780504197, + "U": 1.4922482023393968e-06, + "K": 3.7895265450060833e-06, + "L": 1.4317168961497373e-06, + "G": 0.00026105562574230134, + "F": 0.0007208362221717834, + "E": 0.0008741132915019989, + "T": 0.0002746544487308711, + "P": 0.8181487917900085, + "-": 0.17790043354034424 + }, + "id": "tp_7318" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 914781, + "label": "P", + "classification": { + "B": 8.188018318922019e-11, + "S": 8.42725403349398e-11, + "I": 3.0419600989262108e-06, + "C": 8.677835672266099e-10, + "R": 9.546961832196388e-11, + "M": 1.7070977520461383e-08, + "O": 5.17970999425188e-09, + "W": 7.408201135872261e-11, + "N": 3.4091996781171474e-08, + "Y": 1.6405261931140558e-06, + "U": 3.223152647557903e-11, + "K": 7.314446381911921e-09, + "L": 4.962146318843175e-11, + "G": 2.0235502518062276e-07, + "F": 5.738515028497204e-05, + "E": 3.391371137695387e-06, + "T": 9.865678975984338e-07, + "P": 0.7103347778320312, + "-": 0.28959858417510986 + }, + "id": "tp_7319" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 914882, + "label": "-", + "classification": { + "B": 9.377163792123611e-07, + "S": 5.865555863238114e-07, + "I": 0.00045829752343706787, + "C": 1.4850886145723052e-05, + "R": 8.389209824599675e-07, + "M": 4.9431906518293545e-05, + "O": 9.616162969905417e-06, + "W": 5.789341912532109e-07, + "N": 1.662034264882095e-05, + "Y": 0.00027556513668969274, + "U": 2.5657385549493483e-07, + "K": 6.838916419837915e-07, + "L": 1.0273284942741157e-06, + "G": 6.724771810695529e-05, + "F": 0.0005737368483096361, + "E": 0.0003752837365027517, + "T": 0.0002260129404021427, + "P": 0.4661346673965454, + "-": 0.5317937135696411 + }, + "id": "tp_7320" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 915015, + "label": "-", + "classification": { + "B": 4.552849475203402e-07, + "S": 1.5859061477385694e-06, + "I": 0.0004175685753580183, + "C": 1.9489138139761053e-05, + "R": 3.873718014801852e-06, + "M": 7.407694647554308e-05, + "O": 1.1659402844088618e-05, + "W": 2.3776074158377014e-06, + "N": 3.871308217640035e-05, + "Y": 0.0011174719547852874, + "U": 2.501155677236966e-06, + "K": 0.00013107550330460072, + "L": 1.0815539326358703e-06, + "G": 7.852954149711877e-05, + "F": 0.0026450571604073048, + "E": 0.0009544944623485208, + "T": 0.0008974824449978769, + "P": 0.22738444805145264, + "-": 0.7662180662155151 + }, + "id": "tp_7321" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 915148, + "label": "P", + "classification": { + "B": 7.920595089672133e-05, + "S": 9.19046044600691e-07, + "I": 0.0001813571434468031, + "C": 1.3514965075955843e-06, + "R": 1.0452937004856722e-07, + "M": 2.543344635341782e-05, + "O": 8.676746801938862e-06, + "W": 2.1651037229730719e-07, + "N": 5.34325909029576e-06, + "Y": 2.3056754798744805e-05, + "U": 3.755882715950065e-08, + "K": 1.316139908169589e-08, + "L": 3.032682798220776e-06, + "G": 0.000110825669253245, + "F": 0.001097262604162097, + "E": 0.0006187543622218072, + "T": 1.785962922440376e-05, + "P": 0.8570840954780579, + "-": 0.14074239134788513 + }, + "id": "tp_7322" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 915282, + "label": "P", + "classification": { + "B": 1.6613961761891005e-08, + "S": 3.6346810006193664e-09, + "I": 2.7616200895863585e-05, + "C": 4.825628820981365e-07, + "R": 1.6873855201993138e-08, + "M": 3.0306798635137966e-06, + "O": 4.151051200551592e-07, + "W": 3.562694583791881e-09, + "N": 5.917662520005251e-07, + "Y": 1.9891507690772414e-05, + "U": 3.3476206251492613e-09, + "K": 7.1831678383205144e-09, + "L": 2.274404842239619e-08, + "G": 1.2116557627450675e-05, + "F": 8.53206220199354e-05, + "E": 1.843889731389936e-05, + "T": 3.133524296572432e-05, + "P": 0.5938439965248108, + "-": 0.4059567153453827 + }, + "id": "tp_7323" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 915382, + "label": "-", + "classification": { + "B": 1.1319444048751848e-08, + "S": 3.904085232875332e-08, + "I": 5.526050881599076e-05, + "C": 9.310828090747236e-07, + "R": 2.759775341587556e-08, + "M": 5.001284080208279e-06, + "O": 7.474386052308546e-07, + "W": 2.28871979146561e-08, + "N": 2.4165817649191013e-06, + "Y": 2.7044114176533185e-05, + "U": 1.504619362435733e-08, + "K": 2.3527050529992266e-07, + "L": 2.3723869091440974e-08, + "G": 3.866749921144219e-06, + "F": 0.00022587907733395696, + "E": 7.994861516635865e-05, + "T": 5.032481567468494e-05, + "P": 0.49550795555114746, + "-": 0.5040402412414551 + }, + "id": "tp_7324" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 915516, + "label": "P", + "classification": { + "B": 5.522556239156984e-05, + "S": 9.496439452050254e-05, + "I": 0.009919796139001846, + "C": 0.0005782149964943528, + "R": 0.0002207274519605562, + "M": 0.002797079738229513, + "O": 0.00048628789954818785, + "W": 8.945359149947762e-05, + "N": 0.0009499501320533454, + "Y": 0.010853906162083149, + "U": 7.255511445691809e-05, + "K": 0.00024174110149033368, + "L": 0.00014114126679487526, + "G": 0.0021915328688919544, + "F": 0.00844508409500122, + "E": 0.006172030232846737, + "T": 0.00885567907243967, + "P": 0.4867303669452667, + "-": 0.46110421419143677 + }, + "id": "tp_7325" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 915649, + "label": "-", + "classification": { + "B": 6.581178979558899e-08, + "S": 1.194382690528073e-07, + "I": 0.00020588126790244132, + "C": 6.6201000663568266e-06, + "R": 2.073925315926317e-06, + "M": 3.3244873520743567e-06, + "O": 3.059616346945404e-06, + "W": 1.8110424093720212e-07, + "N": 9.034815775521565e-06, + "Y": 0.0005287288804538548, + "U": 2.492528494713042e-07, + "K": 4.788654223375488e-06, + "L": 1.210577096344423e-07, + "G": 4.424266444402747e-05, + "F": 0.0010421168990433216, + "E": 4.279321728972718e-05, + "T": 0.00014180947619024664, + "P": 0.27532652020454407, + "-": 0.7226382493972778 + }, + "id": "tp_7326" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 915782, + "label": "P", + "classification": { + "B": 3.732713443893587e-11, + "S": 4.072656448195211e-11, + "I": 2.896299292842741e-06, + "C": 5.4831916784792156e-11, + "R": 4.56295765061121e-12, + "M": 4.801758435313275e-10, + "O": 4.717298218714916e-10, + "W": 2.0545858417375662e-11, + "N": 6.064986024512109e-08, + "Y": 1.0248124127087976e-08, + "U": 7.34658774786956e-12, + "K": 1.7604408208971023e-10, + "L": 2.5504156078715035e-12, + "G": 2.45402498322278e-09, + "F": 3.0953549412515713e-07, + "E": 4.2052721482832567e-07, + "T": 6.225592841246907e-08, + "P": 0.9909341335296631, + "-": 0.009062121622264385 + }, + "id": "tp_7327" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 915883, + "label": "-", + "classification": { + "B": 1.301168737199987e-07, + "S": 6.020465548317588e-08, + "I": 7.152362377382815e-05, + "C": 1.008608137453848e-06, + "R": 4.956704202641049e-08, + "M": 5.4426650422101375e-06, + "O": 9.266530582863197e-07, + "W": 5.3762043705773976e-08, + "N": 2.49568165600067e-06, + "Y": 0.00028802049928344786, + "U": 8.242211890774342e-08, + "K": 3.5371137983020162e-06, + "L": 5.7507108408572094e-08, + "G": 5.021547985961661e-05, + "F": 0.00037678820081055164, + "E": 0.0002733896835707128, + "T": 9.144016075879335e-05, + "P": 0.23845292627811432, + "-": 0.7603818774223328 + }, + "id": "tp_7328" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 916016, + "label": "-", + "classification": { + "B": 9.703717829268044e-10, + "S": 5.056876029030377e-10, + "I": 4.1408884499105625e-06, + "C": 3.112425162044019e-08, + "R": 1.0196016253516405e-09, + "M": 4.590875448684528e-07, + "O": 7.344370800410616e-08, + "W": 9.176856496928565e-10, + "N": 1.9110723670223706e-08, + "Y": 5.218573733145604e-06, + "U": 2.107553159769182e-10, + "K": 5.962071392140444e-10, + "L": 2.831602952113599e-09, + "G": 1.0242041525998502e-06, + "F": 3.702914546011016e-05, + "E": 5.589200554823037e-06, + "T": 4.510204689722741e-06, + "P": 0.2344750165939331, + "-": 0.7654668688774109 + }, + "id": "tp_7329" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 916149, + "label": "-", + "classification": { + "B": 2.642380314554771e-09, + "S": 3.071430221268656e-09, + "I": 0.00011677747534122318, + "C": 1.4185972077029874e-06, + "R": 2.0693397573268157e-07, + "M": 7.930653396215348e-07, + "O": 2.416481095224299e-07, + "W": 1.2104675484181371e-08, + "N": 1.1244890174566535e-06, + "Y": 0.00011755360173992813, + "U": 1.1645083120015443e-08, + "K": 1.1816978258138988e-06, + "L": 4.609707282554609e-09, + "G": 1.0037727406597696e-05, + "F": 0.0001917380723170936, + "E": 5.0229678890900686e-05, + "T": 9.791159754968248e-06, + "P": 0.27156537771224976, + "-": 0.7279334664344788 + }, + "id": "tp_7330" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 916283, + "label": "-", + "classification": { + "B": 1.6997412899399933e-07, + "S": 4.0590654748484667e-07, + "I": 0.0002687305095605552, + "C": 5.725758910557488e-06, + "R": 1.2273048923816532e-06, + "M": 5.39662050869083e-06, + "O": 5.674518888554303e-06, + "W": 1.2592357734320103e-06, + "N": 1.839136893977411e-05, + "Y": 0.00035416518221609294, + "U": 7.387678238046647e-07, + "K": 9.825549204833806e-05, + "L": 1.7763328230557818e-07, + "G": 4.8857804358704016e-05, + "F": 0.004837746731936932, + "E": 0.00037355159292928874, + "T": 9.647725528338924e-05, + "P": 0.3235817849636078, + "-": 0.6703012585639954 + }, + "id": "tp_7331" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 916383, + "label": "P", + "classification": { + "B": 8.790061560570717e-12, + "S": 1.4057359443153672e-11, + "I": 9.622137440601364e-06, + "C": 2.2410895361701932e-09, + "R": 1.5160722677265426e-10, + "M": 5.443357764534085e-09, + "O": 1.594045784258924e-09, + "W": 4.4005247362699507e-11, + "N": 4.3503423086121984e-08, + "Y": 1.6997488216929924e-07, + "U": 3.0051759691840374e-11, + "K": 9.187909322250221e-10, + "L": 1.9012749707947307e-11, + "G": 3.161891370950798e-08, + "F": 5.2465843509708066e-06, + "E": 6.909904755048046e-07, + "T": 3.191381949818606e-07, + "P": 0.8748562335968018, + "-": 0.12512755393981934 + }, + "id": "tp_7332" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 916517, + "label": "-", + "classification": { + "B": 2.1998893373620376e-07, + "S": 1.4374762713487144e-07, + "I": 0.00011285985965514556, + "C": 1.254857488675043e-05, + "R": 1.0822082003869582e-06, + "M": 1.8915139662567526e-05, + "O": 3.7693394006055314e-06, + "W": 2.8101078441977734e-07, + "N": 4.917148544336669e-06, + "Y": 0.000349750102031976, + "U": 2.1121695681358688e-07, + "K": 5.521859748114366e-06, + "L": 2.5030254846569733e-07, + "G": 7.690006168559194e-05, + "F": 0.003389529185369611, + "E": 0.0002770701248664409, + "T": 8.46437324071303e-05, + "P": 0.29046908020973206, + "-": 0.7051923274993896 + }, + "id": "tp_7333" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 916650, + "label": "P", + "classification": { + "B": 9.338840754935518e-06, + "S": 1.81378436536761e-05, + "I": 0.013589347712695599, + "C": 6.178928742883727e-06, + "R": 2.499235733921523e-06, + "M": 3.6118668504059315e-05, + "O": 2.9384385925368406e-05, + "W": 3.4878003134508617e-06, + "N": 0.0011401596711948514, + "Y": 0.00016711221542209387, + "U": 5.159313900549023e-07, + "K": 3.3119661111413734e-06, + "L": 1.3127988722771988e-06, + "G": 5.618121213046834e-05, + "F": 0.0002294484293088317, + "E": 0.0004985287087038159, + "T": 0.0003081197792198509, + "P": 0.9408718347549438, + "-": 0.0430290549993515 + }, + "id": "tp_7334" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 916750, + "label": "P", + "classification": { + "B": 0.00032082933466881514, + "S": 2.3920414605527185e-05, + "I": 0.015768112614750862, + "C": 0.001792346709407866, + "R": 0.0001270755601581186, + "M": 0.0013843750348314643, + "O": 0.0002775154134724289, + "W": 4.1518895159242675e-05, + "N": 0.0007760587031953037, + "Y": 0.0022838616278022528, + "U": 8.316082676174119e-05, + "K": 1.6254351066891104e-05, + "L": 0.000201946051674895, + "G": 0.0025327077601104975, + "F": 0.0011411046143621206, + "E": 0.006245746742933989, + "T": 0.004074847791343927, + "P": 0.7646609544754028, + "-": 0.19824765622615814 + }, + "id": "tp_7335" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 916884, + "label": "P", + "classification": { + "B": 4.125448924696684e-07, + "S": 3.518166238336562e-07, + "I": 4.392007758724503e-05, + "C": 5.854410005667887e-07, + "R": 8.343627655449382e-08, + "M": 1.080425499822013e-05, + "O": 6.66805635773926e-06, + "W": 2.418825602035213e-07, + "N": 4.625699602911482e-06, + "Y": 4.415560033521615e-05, + "U": 5.757435062037075e-08, + "K": 3.2270995120597945e-07, + "L": 1.591772331721586e-07, + "G": 1.2189385415695142e-05, + "F": 0.00030406872974708676, + "E": 6.6536151280161e-05, + "T": 0.0001429103285772726, + "P": 0.49995696544647217, + "-": 0.4994049072265625 + }, + "id": "tp_7336" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 917017, + "label": "-", + "classification": { + "B": 7.036334892518425e-08, + "S": 8.010349006326578e-07, + "I": 0.0004958048812113702, + "C": 2.1724811176682124e-06, + "R": 1.1160759640915785e-06, + "M": 1.5007170077296905e-05, + "O": 1.263019657926634e-05, + "W": 9.505985758551105e-07, + "N": 4.6546276280423626e-05, + "Y": 0.000656444055493921, + "U": 2.84450521803592e-07, + "K": 4.295366306905635e-05, + "L": 1.7236122573649482e-07, + "G": 4.3171934521524236e-05, + "F": 0.00322752445936203, + "E": 0.00013145474076736718, + "T": 0.0007666459423489869, + "P": 0.3056633174419403, + "-": 0.6888929009437561 + }, + "id": "tp_7337" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 917150, + "label": "-", + "classification": { + "B": 2.4026830303114366e-08, + "S": 1.298813145922395e-08, + "I": 0.00020968151511624455, + "C": 2.8309041226748377e-06, + "R": 1.6286440995827434e-07, + "M": 1.7740207113092765e-05, + "O": 9.805518175198813e-07, + "W": 1.8656093558888642e-08, + "N": 3.2536370326852193e-06, + "Y": 0.00034994661109521985, + "U": 2.995359338342496e-08, + "K": 1.380332435019227e-07, + "L": 3.9770412740836036e-08, + "G": 1.774352313077543e-05, + "F": 8.313577563967556e-05, + "E": 8.56937695061788e-05, + "T": 0.0002533087390474975, + "P": 0.20976735651493073, + "-": 0.789207935333252 + }, + "id": "tp_7338" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 917251, + "label": "-", + "classification": { + "B": 1.8357141584601777e-07, + "S": 5.801693703233468e-08, + "I": 0.0018503970932215452, + "C": 5.674293788615614e-05, + "R": 3.869699412462069e-06, + "M": 4.9902319005923346e-05, + "O": 6.55405438010348e-06, + "W": 3.5103798268210085e-07, + "N": 2.5028146410477348e-05, + "Y": 0.0005651842802762985, + "U": 5.15975216330844e-07, + "K": 8.466908184345812e-06, + "L": 4.800115789294068e-07, + "G": 0.0001919368951348588, + "F": 0.0007115190383046865, + "E": 0.0007450649281963706, + "T": 0.0002061571867670864, + "P": 0.29648569226264954, + "-": 0.699091911315918 + }, + "id": "tp_7339" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 917384, + "label": "-", + "classification": { + "B": 2.1065338362546981e-10, + "S": 6.116701034564187e-10, + "I": 1.0889672012126539e-05, + "C": 1.7871572310923511e-07, + "R": 9.913253329330018e-09, + "M": 2.1952494932975242e-07, + "O": 7.277804314753666e-08, + "W": 2.02217509404079e-09, + "N": 2.2354917916800332e-07, + "Y": 1.807810076570604e-05, + "U": 2.038085922251298e-09, + "K": 1.2842230034948443e-06, + "L": 6.621683201757378e-10, + "G": 2.2204030756256543e-06, + "F": 0.0003846914041787386, + "E": 2.5511233616271056e-05, + "T": 7.756142622383777e-06, + "P": 0.1439811736345291, + "-": 0.8555676341056824 + }, + "id": "tp_7340" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 917518, + "label": "P", + "classification": { + "B": 0.0004923958331346512, + "S": 0.00016334727115463465, + "I": 0.07044697552919388, + "C": 0.007467365823686123, + "R": 0.0024622834753245115, + "M": 0.006202302407473326, + "O": 0.0017594427336007357, + "W": 0.0002609241637401283, + "N": 0.006813949905335903, + "Y": 0.01724821887910366, + "U": 0.0004265378520358354, + "K": 0.0005084451986476779, + "L": 0.0007716563995927572, + "G": 0.01929137483239174, + "F": 0.009429031983017921, + "E": 0.01978776790201664, + "T": 0.011633346788585186, + "P": 0.5881472826004028, + "-": 0.23668740689754486 + }, + "id": "tp_7341" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 917651, + "label": "-", + "classification": { + "B": 8.950280971475877e-06, + "S": 9.627136023482308e-06, + "I": 0.00864421483129263, + "C": 0.0002817697240971029, + "R": 0.00012221136421430856, + "M": 0.0004105306579731405, + "O": 0.00012681240332312882, + "W": 1.273278485314222e-05, + "N": 0.0003472053213045001, + "Y": 0.010714220814406872, + "U": 1.6577314454480074e-05, + "K": 8.024867565836757e-05, + "L": 1.6683576177456416e-05, + "G": 0.0017390083521604538, + "F": 0.002645832020789385, + "E": 0.001052338513545692, + "T": 0.005411186721175909, + "P": 0.3830581307411194, + "-": 0.5853016972541809 + }, + "id": "tp_7342" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 917751, + "label": "-", + "classification": { + "B": 1.486564315200667e-06, + "S": 2.456090726354887e-07, + "I": 0.00023240820155479014, + "C": 1.712295852485113e-05, + "R": 8.112008913485624e-07, + "M": 2.138215313607361e-05, + "O": 8.986769898911007e-06, + "W": 5.691726414625009e-07, + "N": 1.1116118912468664e-05, + "Y": 0.00013793348625767976, + "U": 4.16637249145424e-07, + "K": 2.4739722448430257e-06, + "L": 7.287580956472084e-07, + "G": 9.26165230339393e-05, + "F": 0.0006846270989626646, + "E": 0.00031426482019014657, + "T": 0.00015572896518278867, + "P": 0.41223442554473877, + "-": 0.5860826373100281 + }, + "id": "tp_7343" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 917885, + "label": "P", + "classification": { + "B": 2.622452655032248e-07, + "S": 3.7286326914909296e-07, + "I": 0.0001718132698442787, + "C": 5.077867626823718e-06, + "R": 6.863272119517205e-07, + "M": 7.263235602295026e-06, + "O": 3.4814972877939e-06, + "W": 5.485456426868041e-07, + "N": 1.424647507519694e-05, + "Y": 0.0001317590504186228, + "U": 2.1291029383974092e-07, + "K": 1.1685395293170586e-05, + "L": 1.536788403200262e-07, + "G": 4.302756497054361e-05, + "F": 0.0029482459649443626, + "E": 0.00046520584146492183, + "T": 6.493648106697947e-05, + "P": 0.6771705150604248, + "-": 0.3189605176448822 + }, + "id": "tp_7344" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 918018, + "label": "-", + "classification": { + "B": 3.510942042339593e-05, + "S": 2.4418353859800845e-05, + "I": 0.0019083520164713264, + "C": 0.00022191477182786912, + "R": 3.663895768113434e-05, + "M": 0.0006273730541579425, + "O": 0.0001960976660484448, + "W": 3.985268995165825e-05, + "N": 0.00035486352862790227, + "Y": 0.00292181596159935, + "U": 3.5693276004167274e-05, + "K": 0.0010130527662113309, + "L": 2.540407695050817e-05, + "G": 0.001217310200445354, + "F": 0.03145923465490341, + "E": 0.008019152097404003, + "T": 0.0014707492664456367, + "P": 0.4058426320552826, + "-": 0.544550359249115 + }, + "id": "tp_7345" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 918151, + "label": "-", + "classification": { + "B": 5.2115547988229594e-11, + "S": 1.7994685602706895e-11, + "I": 1.3822404980601277e-06, + "C": 6.939737229316734e-09, + "R": 3.2696303997603593e-10, + "M": 4.087264571239757e-08, + "O": 3.5827922850728555e-09, + "W": 7.833206305818408e-11, + "N": 7.973858018317515e-09, + "Y": 4.860153239860665e-06, + "U": 1.8305632010218176e-10, + "K": 1.0371306480294606e-08, + "L": 7.703353926968859e-11, + "G": 2.077858880511485e-07, + "F": 4.056852048961446e-05, + "E": 9.613705742594902e-07, + "T": 3.817234301095596e-06, + "P": 0.17646238207817078, + "-": 0.8234858512878418 + }, + "id": "tp_7346" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 918252, + "label": "-", + "classification": { + "B": 6.058515964468825e-07, + "S": 6.462530564022018e-07, + "I": 0.0003193416050635278, + "C": 3.222047962481156e-05, + "R": 1.2365897418931127e-05, + "M": 4.110291774850339e-05, + "O": 3.500569800962694e-05, + "W": 4.3382951275816595e-07, + "N": 3.84908298656228e-06, + "Y": 0.00036259504850022495, + "U": 3.5768124462265405e-07, + "K": 4.341848480748922e-08, + "L": 8.702902050572447e-06, + "G": 0.0001108979995478876, + "F": 0.0005151219666004181, + "E": 2.8205769922351465e-05, + "T": 0.0005268900422379375, + "P": 0.0719166174530983, + "-": 0.9260849356651306 + }, + "id": "tp_7347" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 918385, + "label": "-", + "classification": { + "B": 4.20233448039653e-09, + "S": 3.80642672936915e-09, + "I": 7.948686106828973e-05, + "C": 1.4247125363908708e-06, + "R": 3.1423138580066734e-07, + "M": 1.8788601892083534e-06, + "O": 7.426314141412149e-07, + "W": 1.8682467128883218e-08, + "N": 1.5109726518858224e-06, + "Y": 0.0002363113744650036, + "U": 3.7112734219135746e-08, + "K": 1.263239255422377e-06, + "L": 1.761084433837823e-08, + "G": 2.034988756349776e-05, + "F": 0.0002759955241344869, + "E": 3.175569872837514e-05, + "T": 7.009936234680936e-05, + "P": 0.16828285157680511, + "-": 0.8309959173202515 + }, + "id": "tp_7348" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 918519, + "label": "-", + "classification": { + "B": 7.237173349494697e-08, + "S": 1.8894202469255106e-07, + "I": 6.700525409542024e-05, + "C": 4.129165972699411e-06, + "R": 2.8674506324932736e-07, + "M": 5.016401246393798e-06, + "O": 3.654430884125759e-06, + "W": 3.223456985779194e-07, + "N": 6.8529857344401535e-06, + "Y": 0.00037008014624007046, + "U": 2.538693593123753e-07, + "K": 2.4181315893656574e-05, + "L": 1.0597028676784248e-07, + "G": 4.7827299567870796e-05, + "F": 0.0033262900542467833, + "E": 0.00022586577688343823, + "T": 7.587427535327151e-05, + "P": 0.27884215116500854, + "-": 0.716999888420105 + }, + "id": "tp_7349" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 918652, + "label": "-", + "classification": { + "B": 7.9290830399259e-06, + "S": 9.384574468640494e-07, + "I": 0.00025378327700309455, + "C": 5.414445695350878e-06, + "R": 1.3245216905488633e-06, + "M": 0.00010613761696731672, + "O": 3.4472894185455516e-05, + "W": 1.0826619245563052e-06, + "N": 1.0046478564618155e-05, + "Y": 0.00045326384133659303, + "U": 6.357725510497403e-07, + "K": 1.7049491418674734e-07, + "L": 3.975830168201355e-06, + "G": 9.949580999091268e-05, + "F": 0.00021022064902354032, + "E": 9.226946713170037e-05, + "T": 0.0015072996029630303, + "P": 0.2578834593296051, + "-": 0.739328145980835 + }, + "id": "tp_7350" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 918752, + "label": "-", + "classification": { + "B": 5.165407515050902e-07, + "S": 3.1917042520035466e-07, + "I": 7.59346949052997e-05, + "C": 7.801180800015572e-06, + "R": 1.5700996982559445e-06, + "M": 0.00016241136472672224, + "O": 1.4624984032707289e-05, + "W": 3.478251358046691e-07, + "N": 2.3836591935832985e-06, + "Y": 0.0009411632199771702, + "U": 1.77502158749121e-07, + "K": 2.1971027308609337e-06, + "L": 1.4320781929200166e-06, + "G": 0.00018147504306398332, + "F": 0.0020901011303067207, + "E": 0.0002012605546042323, + "T": 0.0007118297507986426, + "P": 0.05697702243924141, + "-": 0.9386275410652161 + }, + "id": "tp_7351" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 918886, + "label": "-", + "classification": { + "B": 1.3095890949443856e-07, + "S": 9.549892183713382e-07, + "I": 0.00034650135785341263, + "C": 6.098774974816479e-06, + "R": 3.996307441411773e-06, + "M": 1.3479848348652013e-05, + "O": 1.566821629239712e-05, + "W": 3.4580114061100176e-06, + "N": 6.19172424194403e-05, + "Y": 0.0020252391695976257, + "U": 2.023872866629972e-06, + "K": 0.002582881599664688, + "L": 2.807392718295887e-07, + "G": 0.00012041760055581108, + "F": 0.006730078719556332, + "E": 0.0009392318315804005, + "T": 0.0003150871198158711, + "P": 0.1215095967054367, + "-": 0.8653228878974915 + }, + "id": "tp_7352" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 919019, + "label": "-", + "classification": { + "B": 2.43862352533597e-08, + "S": 1.3612806881724282e-08, + "I": 2.2485150111606345e-05, + "C": 1.9211256585549563e-06, + "R": 2.0327222216565133e-07, + "M": 1.9022627384401858e-05, + "O": 1.5769612673466327e-06, + "W": 2.4601183312711328e-08, + "N": 4.336937422522169e-07, + "Y": 0.0003037122660316527, + "U": 2.022850864591419e-08, + "K": 1.51262938175023e-07, + "L": 8.680635232849454e-08, + "G": 2.9269249353092164e-05, + "F": 0.00037232728209346533, + "E": 2.916042103606742e-05, + "T": 0.00015558076847810298, + "P": 0.07740572839975357, + "-": 0.9216582179069519 + }, + "id": "tp_7353" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 919152, + "label": "-", + "classification": { + "B": 5.869941560376901e-06, + "S": 9.188514013658278e-06, + "I": 0.0001564197737025097, + "C": 3.261798701714724e-05, + "R": 4.924729637423297e-06, + "M": 0.000208983663469553, + "O": 6.313827907433733e-05, + "W": 4.6652244236611295e-06, + "N": 2.0932884581270628e-05, + "Y": 0.001060338458046317, + "U": 1.219260639118147e-06, + "K": 2.6254067051922902e-05, + "L": 8.21473167889053e-06, + "G": 0.0005636535934172571, + "F": 0.026758823543787003, + "E": 0.0006625829846598208, + "T": 0.0009847182082012296, + "P": 0.1437518149614334, + "-": 0.8256756067276001 + }, + "id": "tp_7354" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 919253, + "label": "-", + "classification": { + "B": 6.855693790441819e-09, + "S": 9.839920878107478e-09, + "I": 4.722774974652566e-06, + "C": 4.862681066697405e-07, + "R": 8.89377034241079e-08, + "M": 1.7993148730965913e-06, + "O": 6.022054890308937e-07, + "W": 1.3066096649083647e-08, + "N": 6.066806435001126e-08, + "Y": 3.8770227547502145e-05, + "U": 4.9517123734688084e-09, + "K": 8.236471948919188e-09, + "L": 3.8142712099897835e-08, + "G": 2.721736336752656e-06, + "F": 0.00031017736182548106, + "E": 1.082693870557705e-06, + "T": 5.1202379836468026e-05, + "P": 0.08099547773599625, + "-": 0.9185928106307983 + }, + "id": "tp_7355" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 919386, + "label": "-", + "classification": { + "B": 0.00012567841622512788, + "S": 0.00016501976642757654, + "I": 0.004545034375041723, + "C": 0.0011117332614958286, + "R": 0.0003509337839204818, + "M": 0.0068119363859295845, + "O": 0.0016392595134675503, + "W": 0.00018991176330018789, + "N": 0.0006917932187207043, + "Y": 0.008068641647696495, + "U": 0.00012110996613046154, + "K": 0.00020407034025993198, + "L": 0.00045677274465560913, + "G": 0.002928562229499221, + "F": 0.012971481308341026, + "E": 0.0035241886507719755, + "T": 0.017823845148086548, + "P": 0.14624428749084473, + "-": 0.7920258045196533 + }, + "id": "tp_7356" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 919520, + "label": "-", + "classification": { + "B": 1.2889719073427841e-05, + "S": 8.601053878010134e-07, + "I": 7.831296534277499e-05, + "C": 2.3732106910756556e-06, + "R": 3.303376274743641e-07, + "M": 4.9292644689558074e-05, + "O": 2.81772663583979e-05, + "W": 6.97515019965067e-07, + "N": 2.1999071577738505e-06, + "Y": 0.0001025148740154691, + "U": 1.1542891797944321e-07, + "K": 4.713759338415002e-08, + "L": 4.298751264286693e-06, + "G": 0.000133175213704817, + "F": 0.0009630427812226117, + "E": 0.00010274478700011969, + "T": 0.00016204724670387805, + "P": 0.2741701304912567, + "-": 0.7241868376731873 + }, + "id": "tp_7357" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 919653, + "label": "-", + "classification": { + "B": 7.21691639782307e-09, + "S": 2.240969187994324e-09, + "I": 2.5344999812659808e-05, + "C": 1.0466759476912557e-06, + "R": 6.80824285836934e-08, + "M": 6.32126966593205e-06, + "O": 3.998798092652578e-07, + "W": 4.321196289680529e-09, + "N": 1.7010148667395697e-07, + "Y": 0.0002128954220097512, + "U": 1.9796635442048682e-09, + "K": 1.0534956906838033e-08, + "L": 4.103004869193683e-08, + "G": 1.7419097275706008e-05, + "F": 0.0005401931703090668, + "E": 3.489177470328286e-05, + "T": 3.3495689422125e-05, + "P": 0.14916427433490753, + "-": 0.8499635457992554 + }, + "id": "tp_7358" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 919753, + "label": "-", + "classification": { + "B": 1.7117879336225883e-09, + "S": 2.625393458188796e-09, + "I": 1.7537027815706097e-05, + "C": 1.2758878256136086e-06, + "R": 1.5493544935907266e-07, + "M": 7.482931323465891e-07, + "O": 2.620463419589214e-07, + "W": 1.3082900984784374e-08, + "N": 3.07293731793834e-07, + "Y": 9.12895702640526e-05, + "U": 1.0108736958613918e-08, + "K": 6.167501851450652e-07, + "L": 8.313539190396568e-09, + "G": 9.47829812503187e-06, + "F": 0.001315915840677917, + "E": 1.4006520359544083e-05, + "T": 1.3025218322582077e-05, + "P": 0.1808987557888031, + "-": 0.8176366686820984 + }, + "id": "tp_7359" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 919887, + "label": "-", + "classification": { + "B": 3.780386848006856e-08, + "S": 1.1284073764272762e-07, + "I": 0.00010293513332726434, + "C": 1.693206058916985e-06, + "R": 1.820171604549614e-07, + "M": 4.691465164796682e-06, + "O": 3.213741138097248e-06, + "W": 1.149611250639282e-07, + "N": 4.883416295342613e-06, + "Y": 8.72092496138066e-05, + "U": 7.717697769749066e-08, + "K": 7.771085392960231e-07, + "L": 7.733715534641306e-08, + "G": 1.493748277425766e-05, + "F": 0.0002838319051079452, + "E": 5.4432770411949605e-05, + "T": 0.000130024942336604, + "P": 0.29607149958610535, + "-": 0.7032392024993896 + }, + "id": "tp_7360" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 920020, + "label": "P", + "classification": { + "B": 1.0887184487273771e-09, + "S": 2.41786102250785e-09, + "I": 0.00013887067325413227, + "C": 3.7061322899489824e-08, + "R": 4.679415077646354e-09, + "M": 3.099563059549837e-07, + "O": 1.0432069785792919e-07, + "W": 1.704812513381171e-09, + "N": 2.6351160613558022e-06, + "Y": 1.328154030488804e-05, + "U": 1.8536157053716806e-09, + "K": 3.283425797917516e-08, + "L": 1.6186499918191544e-09, + "G": 1.1554634511412587e-06, + "F": 3.743539491551928e-05, + "E": 9.532765943731647e-06, + "T": 2.112902257067617e-05, + "P": 0.7951866984367371, + "-": 0.2045888751745224 + }, + "id": "tp_7361" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 920153, + "label": "-", + "classification": { + "B": 6.516046369142714e-07, + "S": 7.465467177780738e-08, + "I": 2.5302215362899005e-05, + "C": 4.833518687519245e-06, + "R": 6.0583624872379e-07, + "M": 8.372337106266059e-06, + "O": 8.538060683349613e-06, + "W": 1.8644695387592947e-07, + "N": 1.017561544358614e-06, + "Y": 7.327481580432504e-05, + "U": 1.336508148597204e-07, + "K": 1.1798916688121608e-07, + "L": 6.956626634746499e-07, + "G": 4.133635957259685e-05, + "F": 0.00038588172174058855, + "E": 1.8542081306804903e-05, + "T": 0.0001807737717172131, + "P": 0.2150111198425293, + "-": 0.7842385768890381 + }, + "id": "tp_7362" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 920254, + "label": "P", + "classification": { + "B": 1.0704094555169519e-10, + "S": 2.4363833173168814e-10, + "I": 4.372819603304379e-06, + "C": 6.317813383560633e-09, + "R": 3.968717854352377e-10, + "M": 5.414507953105385e-09, + "O": 6.685195952371714e-09, + "W": 4.1370273873297947e-10, + "N": 1.6211305364777218e-07, + "Y": 2.408052921509807e-07, + "U": 2.817432676049947e-10, + "K": 3.032188899965149e-08, + "L": 3.479474694478846e-11, + "G": 6.632403426465316e-08, + "F": 4.084167449036613e-05, + "E": 4.3587178879533894e-06, + "T": 4.793476477971126e-07, + "P": 0.8789588809013367, + "-": 0.1209905594587326 + }, + "id": "tp_7363" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 920387, + "label": "-", + "classification": { + "B": 1.5690771761001088e-05, + "S": 1.2325381248956546e-05, + "I": 0.0020119270775467157, + "C": 0.0003342742274980992, + "R": 4.959352008881979e-05, + "M": 0.0010454392759129405, + "O": 0.00016422200133092701, + "W": 1.589136263646651e-05, + "N": 0.00014210942026693374, + "Y": 0.003764011897146702, + "U": 1.309783328906633e-05, + "K": 2.8668493541772477e-05, + "L": 3.9432081393897533e-05, + "G": 0.0009663957171142101, + "F": 0.004859430715441704, + "E": 0.0016039732145145535, + "T": 0.003387541277334094, + "P": 0.29576051235198975, + "-": 0.6857855319976807 + }, + "id": "tp_7364" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 920521, + "label": "-", + "classification": { + "B": 2.2402653954145535e-08, + "S": 1.6563458871132752e-07, + "I": 1.039303151628701e-05, + "C": 2.888484118557244e-07, + "R": 4.6203449954873577e-08, + "M": 9.21687842492247e-06, + "O": 3.5695395581569755e-06, + "W": 1.2932177639868314e-07, + "N": 5.073259217169834e-07, + "Y": 8.092484495136887e-05, + "U": 2.531658083171351e-08, + "K": 1.7153735143438098e-07, + "L": 1.8848571414764592e-07, + "G": 1.0710575224948116e-05, + "F": 0.0017749617109075189, + "E": 1.5920708392513916e-05, + "T": 0.00010821569594554603, + "P": 0.1602514684200287, + "-": 0.8377332091331482 + }, + "id": "tp_7365" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 920654, + "label": "P", + "classification": { + "B": 1.3350442884529912e-07, + "S": 1.1327478688372139e-07, + "I": 0.0006115873693488538, + "C": 4.013376837974647e-06, + "R": 3.80465280613862e-07, + "M": 1.586649341334123e-05, + "O": 2.5058463961613597e-06, + "W": 1.2691184281266032e-07, + "N": 2.3300470274989493e-05, + "Y": 0.00010324893810320646, + "U": 1.175277191123314e-07, + "K": 8.48041565859603e-07, + "L": 2.2233545848848735e-07, + "G": 3.6034409276908264e-05, + "F": 0.0006659170612692833, + "E": 0.0008134928648360074, + "T": 8.217000868171453e-05, + "P": 0.7446714043617249, + "-": 0.2529684901237488 + }, + "id": "tp_7366" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 920754, + "label": "-", + "classification": { + "B": 1.4109815538176917e-07, + "S": 8.738266110697168e-09, + "I": 0.00010584047413431108, + "C": 3.87194177164929e-06, + "R": 2.0559342317483242e-07, + "M": 8.253802661783993e-06, + "O": 1.228019186783058e-06, + "W": 2.9491058484154564e-08, + "N": 1.4432090438276646e-06, + "Y": 9.604268416296691e-05, + "U": 2.8576410571190536e-08, + "K": 6.608421188047942e-08, + "L": 1.0587010734752766e-07, + "G": 2.6063586119562387e-05, + "F": 0.00012714698095805943, + "E": 8.53500678204e-05, + "T": 4.301525405026041e-05, + "P": 0.4124755561351776, + "-": 0.5870255827903748 + }, + "id": "tp_7367" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 920888, + "label": "-", + "classification": { + "B": 7.376244752776984e-07, + "S": 6.234765237422835e-08, + "I": 0.00022166702547110617, + "C": 1.2612867067218758e-05, + "R": 1.58135242145363e-06, + "M": 1.9828579752356745e-05, + "O": 8.32158275443362e-06, + "W": 1.8334660012442328e-07, + "N": 3.592223265513894e-06, + "Y": 0.00013798550935462117, + "U": 2.094385251893982e-07, + "K": 3.643475565695553e-08, + "L": 1.2912372540085926e-06, + "G": 7.035073213046417e-05, + "F": 0.0001300323783652857, + "E": 4.070508657605387e-05, + "T": 0.00024125604250002652, + "P": 0.33236202597618103, + "-": 0.6667474508285522 + }, + "id": "tp_7368" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 921021, + "label": "P", + "classification": { + "B": 4.309109158384672e-08, + "S": 4.1250089566347015e-08, + "I": 0.00035029405262321234, + "C": 3.897811438946519e-06, + "R": 4.820267349714413e-07, + "M": 3.5396210478211287e-06, + "O": 2.0951331407559337e-06, + "W": 1.3443774093957472e-07, + "N": 1.1010792150045745e-05, + "Y": 0.00016928010154515505, + "U": 1.0413460671543362e-07, + "K": 6.610493073821999e-06, + "L": 4.902728534261769e-08, + "G": 3.800714694079943e-05, + "F": 0.000977301155216992, + "E": 0.00016556221817154437, + "T": 4.597352017299272e-05, + "P": 0.5019528269767761, + "-": 0.49627262353897095 + }, + "id": "tp_7369" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 921154, + "label": "-", + "classification": { + "B": 1.520752235251166e-08, + "S": 5.221408194699961e-09, + "I": 0.00022837331925984472, + "C": 1.6486765161971562e-06, + "R": 1.6195188834444707e-07, + "M": 4.683327006205218e-06, + "O": 5.150124593455985e-07, + "W": 1.8998330020281173e-08, + "N": 3.528956085574464e-06, + "Y": 0.00010896224557654932, + "U": 4.216797222511559e-08, + "K": 1.6173650010387064e-06, + "L": 1.972855301346499e-08, + "G": 1.591125146660488e-05, + "F": 0.0006292808684520423, + "E": 9.679655340733007e-05, + "T": 4.644646105589345e-05, + "P": 0.38832205533981323, + "-": 0.6105400919914246 + }, + "id": "tp_7370" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 921255, + "label": "P", + "classification": { + "B": 4.1678470097394893e-07, + "S": 1.730121965692888e-07, + "I": 0.00045849973685108125, + "C": 1.607078047527466e-05, + "R": 6.75017702178593e-07, + "M": 2.098993536492344e-05, + "O": 3.2544480745855253e-06, + "W": 1.7888012848743529e-07, + "N": 2.398276046733372e-05, + "Y": 0.0002751352440100163, + "U": 4.1817338569671847e-07, + "K": 2.4477361876051873e-05, + "L": 1.6496538535193395e-07, + "G": 0.00010200204269494861, + "F": 0.0015265465481206775, + "E": 0.0014282584888860583, + "T": 9.328179294243455e-05, + "P": 0.5431239604949951, + "-": 0.4529014527797699 + }, + "id": "tp_7371" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 921388, + "label": "-", + "classification": { + "B": 1.3802491594105959e-08, + "S": 4.6038984180540865e-08, + "I": 9.675144610810094e-06, + "C": 3.7757382642666926e-07, + "R": 2.1738442157470672e-08, + "M": 2.916773155448027e-06, + "O": 6.998792514423258e-07, + "W": 2.6786162621306175e-08, + "N": 5.41492113370623e-07, + "Y": 2.9623084628838114e-05, + "U": 1.0379196169196803e-08, + "K": 4.6358519512068597e-07, + "L": 2.3672589222201168e-08, + "G": 3.180216708642547e-06, + "F": 0.0018050512298941612, + "E": 4.936411278322339e-05, + "T": 2.9680744773941115e-05, + "P": 0.253184050321579, + "-": 0.744884192943573 + }, + "id": "tp_7372" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 921522, + "label": "P", + "classification": { + "B": 5.521198609415023e-09, + "S": 2.453630632004433e-10, + "I": 4.487956175580621e-06, + "C": 6.486620662826681e-08, + "R": 2.8509572480572842e-09, + "M": 1.8640294285887649e-07, + "O": 4.401927355957014e-08, + "W": 7.015494296602753e-10, + "N": 4.6096619854552046e-08, + "Y": 4.638772679754766e-06, + "U": 5.561973659418129e-10, + "K": 2.6933897334657786e-09, + "L": 1.6907414357447692e-09, + "G": 3.066371846216498e-06, + "F": 3.770114199141972e-05, + "E": 6.594654223590624e-06, + "T": 2.6065042675327277e-06, + "P": 0.6856934428215027, + "-": 0.3142469525337219 + }, + "id": "tp_7373" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 921655, + "label": "-", + "classification": { + "B": 7.140885713852185e-07, + "S": 5.025975724493037e-07, + "I": 4.601892942446284e-05, + "C": 1.4783910046389792e-05, + "R": 1.2794206440958078e-06, + "M": 5.804112333862577e-06, + "O": 7.1822710197011475e-06, + "W": 8.038681471589371e-07, + "N": 5.715000042982865e-06, + "Y": 8.79021972650662e-05, + "U": 7.028037884992955e-07, + "K": 2.8641981771215796e-05, + "L": 4.827518296224298e-07, + "G": 5.0660954002523795e-05, + "F": 0.004264652729034424, + "E": 0.00011505703150760382, + "T": 0.0001120605957112275, + "P": 0.186363086104393, + "-": 0.8088938593864441 + }, + "id": "tp_7374" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 921755, + "label": "-", + "classification": { + "B": 3.593014116631821e-05, + "S": 8.153148883138783e-06, + "I": 0.0013111985754221678, + "C": 6.78722863085568e-05, + "R": 4.630335297406418e-06, + "M": 0.0018119439482688904, + "O": 5.6015549489529803e-05, + "W": 2.9345931125135394e-06, + "N": 5.371459701564163e-05, + "Y": 0.0026623248122632504, + "U": 1.9936562694056192e-06, + "K": 6.166398634377401e-06, + "L": 1.987222276511602e-05, + "G": 0.0009537170990370214, + "F": 0.0038902710657566786, + "E": 0.0046685077250003815, + "T": 0.0030150017701089382, + "P": 0.3303699791431427, + "-": 0.6510596871376038 + }, + "id": "tp_7375" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 921889, + "label": "-", + "classification": { + "B": 9.200579853541058e-09, + "S": 3.1749125550817325e-10, + "I": 1.6940364275797037e-06, + "C": 6.3598557531463484e-09, + "R": 3.2752142664627115e-10, + "M": 1.1379965769720002e-07, + "O": 7.747786412437563e-08, + "W": 5.987225160097864e-10, + "N": 1.9920406657547574e-08, + "Y": 7.218361020022712e-07, + "U": 1.2367337709484616e-10, + "K": 7.198276419373428e-10, + "L": 1.2933947246551725e-09, + "G": 6.842195716671995e-07, + "F": 2.8383747121552005e-05, + "E": 3.032954737136606e-06, + "T": 1.6839691170389415e-06, + "P": 0.34184160828590393, + "-": 0.6581218838691711 + }, + "id": "tp_7376" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 922022, + "label": "-", + "classification": { + "B": 1.1643781363090966e-05, + "S": 3.969765657529933e-06, + "I": 0.00023810782295186073, + "C": 5.703271381207742e-05, + "R": 3.627870910349884e-06, + "M": 9.671384032117203e-05, + "O": 4.095277836313471e-05, + "W": 4.348552465671673e-06, + "N": 2.8914875656482764e-05, + "Y": 0.00038355356082320213, + "U": 1.8144709201806108e-06, + "K": 2.3339598556049168e-05, + "L": 5.3615331125911325e-06, + "G": 0.0002833382459357381, + "F": 0.016678612679243088, + "E": 0.0018019687850028276, + "T": 0.0002711949055083096, + "P": 0.3273179233074188, + "-": 0.6527475714683533 + }, + "id": "tp_7377" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 922155, + "label": "-", + "classification": { + "B": 4.176569845526501e-08, + "S": 1.0487826074268014e-07, + "I": 0.0006325032445602119, + "C": 4.870473730989033e-06, + "R": 8.335481425092439e-07, + "M": 6.905031568749109e-06, + "O": 2.0170837160549127e-06, + "W": 1.7808521590723103e-07, + "N": 2.207874240411911e-05, + "Y": 0.00017230342200491577, + "U": 9.939110157120012e-08, + "K": 5.007016170566203e-06, + "L": 4.7638554434570324e-08, + "G": 1.4164245840220246e-05, + "F": 0.0009659237111918628, + "E": 0.00012843577133025974, + "T": 0.00011627630738075823, + "P": 0.4987739026546478, + "-": 0.49915432929992676 + }, + "id": "tp_7378" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 922256, + "label": "P", + "classification": { + "B": 8.476262678414059e-07, + "S": 1.7471300850502303e-07, + "I": 0.0009652692242525518, + "C": 1.9646189684863202e-05, + "R": 7.85847532824846e-07, + "M": 3.708988515427336e-05, + "O": 2.3680377125856467e-06, + "W": 1.1293602142359305e-07, + "N": 2.9331700716284104e-05, + "Y": 0.0006248088320717216, + "U": 1.2067555132944108e-07, + "K": 2.874278152376064e-06, + "L": 2.3537752724678285e-07, + "G": 0.0001408559619449079, + "F": 0.0014715595170855522, + "E": 0.002580018248409033, + "T": 7.964079122757539e-05, + "P": 0.644591748714447, + "-": 0.34945255517959595 + }, + "id": "tp_7379" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 922389, + "label": "-", + "classification": { + "B": 6.922166357981041e-05, + "S": 0.00013387345825321972, + "I": 0.006165731232613325, + "C": 0.0008849513251334429, + "R": 0.0002378184872213751, + "M": 0.005125382449477911, + "O": 0.0009214872261509299, + "W": 0.00010185479186475277, + "N": 0.0010007701348513365, + "Y": 0.02023254707455635, + "U": 5.354563472792506e-05, + "K": 0.0008672399562783539, + "L": 0.00015506714407820255, + "G": 0.005835042335093021, + "F": 0.024671509861946106, + "E": 0.012944340705871582, + "T": 0.011080807074904442, + "P": 0.22713716328144073, + "-": 0.6823817491531372 + }, + "id": "tp_7380" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 922523, + "label": "-", + "classification": { + "B": 9.187730576343256e-09, + "S": 4.103744011274557e-09, + "I": 4.342312240623869e-05, + "C": 1.7492492361270706e-06, + "R": 6.928140550144235e-08, + "M": 1.840967456701037e-06, + "O": 2.8615193059522426e-07, + "W": 1.4807662651605824e-08, + "N": 1.0010637652158039e-06, + "Y": 0.0001022811557049863, + "U": 1.6251501477881902e-08, + "K": 1.8564737729320768e-06, + "L": 6.387918194405984e-09, + "G": 1.551616151118651e-05, + "F": 0.00036456063389778137, + "E": 0.00011750683916034177, + "T": 1.4536188245983794e-05, + "P": 0.24767592549324036, + "-": 0.7516594529151917 + }, + "id": "tp_7381" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 922656, + "label": "P", + "classification": { + "B": 2.0963011593266856e-06, + "S": 1.0156501275560004e-06, + "I": 0.0010758553398773074, + "C": 1.0132908755622339e-05, + "R": 1.4730823068020982e-06, + "M": 1.8165961591876112e-05, + "O": 1.1801521395682357e-05, + "W": 8.86885970885487e-07, + "N": 7.337805436691269e-05, + "Y": 0.0001221157144755125, + "U": 8.075997470768925e-07, + "K": 4.587948296830291e-06, + "L": 1.0842680921996362e-06, + "G": 8.537066605640575e-05, + "F": 0.0007677844841964543, + "E": 0.00034857052378356457, + "T": 0.00020975411462131888, + "P": 0.7473403215408325, + "-": 0.24992476403713226 + }, + "id": "tp_7382" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 922756, + "label": "P", + "classification": { + "B": 6.133532348684412e-09, + "S": 9.170116888057578e-10, + "I": 1.1257042388024274e-05, + "C": 1.720053788289988e-08, + "R": 1.2263250415145421e-09, + "M": 1.2137326166339335e-07, + "O": 7.572792526389094e-08, + "W": 1.597283194598731e-09, + "N": 1.1915811626295181e-07, + "Y": 1.4278132312028902e-06, + "U": 2.5199720088409094e-10, + "K": 1.7479665492814433e-09, + "L": 1.134966010063465e-09, + "G": 4.5146970251153107e-07, + "F": 2.911149204010144e-05, + "E": 4.437835741555318e-06, + "T": 1.0850251328520244e-06, + "P": 0.746974766254425, + "-": 0.2529771625995636 + }, + "id": "tp_7383" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 922890, + "label": "-", + "classification": { + "B": 3.7652828268619487e-06, + "S": 4.079282916791271e-06, + "I": 0.0003993913414888084, + "C": 0.00014134604134596884, + "R": 2.501429116819054e-05, + "M": 0.000756923109292984, + "O": 0.0001107583666453138, + "W": 3.5197153920307755e-06, + "N": 2.1768928490928374e-05, + "Y": 0.004711013752967119, + "U": 3.584613068596809e-06, + "K": 7.022824320301879e-06, + "L": 3.4425400372128934e-05, + "G": 0.0019059929763898253, + "F": 0.006197798531502485, + "E": 0.0003889202489517629, + "T": 0.0026572057977318764, + "P": 0.08750756829977036, + "-": 0.8951199650764465 + }, + "id": "tp_7384" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 923023, + "label": "P", + "classification": { + "B": 1.4021493655036465e-07, + "S": 2.103442531264932e-09, + "I": 1.141087523137685e-06, + "C": 2.4817723431880268e-09, + "R": 1.792571646674901e-10, + "M": 5.63886466409258e-08, + "O": 5.972299987888618e-08, + "W": 6.730909718477562e-10, + "N": 2.0011873047565132e-08, + "Y": 8.668257578392513e-08, + "U": 2.7909305075346502e-11, + "K": 8.052736949482053e-11, + "L": 1.7730339418875474e-09, + "G": 9.446622470932198e-07, + "F": 2.3426426196238026e-05, + "E": 4.937861376674846e-06, + "T": 4.5145583271732903e-07, + "P": 0.8117454051971436, + "-": 0.18822336196899414 + }, + "id": "tp_7385" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 923156, + "label": "-", + "classification": { + "B": 1.3154085598543475e-09, + "S": 1.9342602519678564e-10, + "I": 8.780128155194689e-06, + "C": 1.4562357364411582e-07, + "R": 7.642626087545068e-09, + "M": 2.6227669991385483e-07, + "O": 3.912283474960532e-08, + "W": 1.34153177455687e-09, + "N": 1.2753596934089728e-07, + "Y": 1.538307151349727e-05, + "U": 1.6063261831789077e-09, + "K": 5.50569609458762e-07, + "L": 8.680136609484634e-10, + "G": 2.889938741645892e-06, + "F": 0.00033155723940581083, + "E": 4.611932308762334e-05, + "T": 4.224378244543914e-06, + "P": 0.26715245842933655, + "-": 0.7324373722076416 + }, + "id": "tp_7386" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 923257, + "label": "-", + "classification": { + "B": 2.837007739842079e-09, + "S": 3.3262059773164765e-09, + "I": 3.549845132511109e-06, + "C": 5.375898837201021e-08, + "R": 5.6798219461029475e-09, + "M": 2.0852098714385647e-07, + "O": 1.5920169005312346e-07, + "W": 4.945239329146034e-09, + "N": 1.2989548281439056e-07, + "Y": 1.0727478183980566e-05, + "U": 8.788086924838012e-10, + "K": 7.159103176945791e-08, + "L": 1.6777357281227978e-09, + "G": 5.137042535352521e-06, + "F": 0.0005721305496990681, + "E": 7.3972564678115305e-06, + "T": 8.025228453334421e-06, + "P": 0.4820669889450073, + "-": 0.5173254609107971 + }, + "id": "tp_7387" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 923390, + "label": "-", + "classification": { + "B": 5.368294660001993e-05, + "S": 6.096624565543607e-05, + "I": 0.0064228675328195095, + "C": 0.0009434189414605498, + "R": 0.00017123078578151762, + "M": 0.0008463380509056151, + "O": 0.0004564046976156533, + "W": 8.173440437531099e-05, + "N": 0.0012691773008555174, + "Y": 0.004487447440624237, + "U": 7.810338865965605e-05, + "K": 0.0011003088438883424, + "L": 5.824079198646359e-05, + "G": 0.00197431119158864, + "F": 0.014123881235718727, + "E": 0.007583661004900932, + "T": 0.003156122751533985, + "P": 0.3267885148525238, + "-": 0.6303436160087585 + }, + "id": "tp_7388" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 923524, + "label": "P", + "classification": { + "B": 2.580127409466948e-13, + "S": 1.8539847662733117e-13, + "I": 7.105174404387071e-07, + "C": 7.67961250147664e-10, + "R": 4.81045108260969e-12, + "M": 2.0149004686942362e-10, + "O": 4.597246194837368e-11, + "W": 2.7803130891318473e-12, + "N": 7.08538117066837e-09, + "Y": 6.86215315681693e-08, + "U": 1.83825307406571e-12, + "K": 2.148308020366585e-08, + "L": 8.744701740070332e-14, + "G": 2.828312162250768e-08, + "F": 1.632210478419438e-05, + "E": 4.357166835688986e-05, + "T": 7.044887340157402e-09, + "P": 0.8893539309501648, + "-": 0.1105852872133255 + }, + "id": "tp_7389" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 923657, + "label": "-", + "classification": { + "B": 0.00010313800885342062, + "S": 1.3006750123167876e-05, + "I": 0.0026965909637510777, + "C": 0.00045263548963703215, + "R": 5.205960769671947e-05, + "M": 0.0008147240150719881, + "O": 0.0003002072626259178, + "W": 1.771137431205716e-05, + "N": 0.00017887770081870258, + "Y": 0.001147567410953343, + "U": 1.0733439921750687e-05, + "K": 5.591754415945616e-06, + "L": 6.269343430176377e-05, + "G": 0.0010809177765622735, + "F": 0.002002018503844738, + "E": 0.0013786914059892297, + "T": 0.001423675799742341, + "P": 0.413408100605011, + "-": 0.5748510360717773 + }, + "id": "tp_7390" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 923757, + "label": "P", + "classification": { + "B": 4.5158475359130534e-07, + "S": 2.0186143956379965e-07, + "I": 0.0003952284168917686, + "C": 3.3463836643932154e-06, + "R": 2.1140498063232371e-07, + "M": 2.3624337700312026e-05, + "O": 4.000847638963023e-06, + "W": 3.1079648010745586e-07, + "N": 1.9924333173548803e-05, + "Y": 8.867923315847293e-05, + "U": 1.9987228938589396e-07, + "K": 2.1820776510139694e-06, + "L": 1.797877331455311e-07, + "G": 2.8151294827694073e-05, + "F": 0.00044043236994184554, + "E": 0.0004991330788470805, + "T": 0.00010145369014935568, + "P": 0.710456907749176, + "-": 0.28793543577194214 + }, + "id": "tp_7391" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 923891, + "label": "-", + "classification": { + "B": 8.331532797001273e-09, + "S": 5.091429500225786e-09, + "I": 0.00011711612751241773, + "C": 3.5199750527681317e-06, + "R": 1.4355354949202592e-07, + "M": 9.075957677850965e-06, + "O": 1.0273178077113698e-06, + "W": 1.625545031913589e-08, + "N": 7.62934064368892e-07, + "Y": 5.9827390941791236e-05, + "U": 1.900802537591062e-08, + "K": 3.463601672137884e-08, + "L": 6.148096787228496e-08, + "G": 1.3562697859015316e-05, + "F": 6.339548417599872e-05, + "E": 1.4827904124103952e-05, + "T": 0.00011324554361635819, + "P": 0.15499697625637054, + "-": 0.8446063995361328 + }, + "id": "tp_7392" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 924024, + "label": "-", + "classification": { + "B": 1.4887231372995302e-05, + "S": 3.0498527848976664e-05, + "I": 0.005098697263747454, + "C": 0.0003653044404927641, + "R": 0.00010963926615659148, + "M": 0.000669216038659215, + "O": 0.00021449812629725784, + "W": 4.950229777023196e-05, + "N": 0.0005647065117955208, + "Y": 0.013480344787240028, + "U": 2.695734474400524e-05, + "K": 0.0018637679750099778, + "L": 2.280873195559252e-05, + "G": 0.002815984422340989, + "F": 0.022885669022798538, + "E": 0.011176669970154762, + "T": 0.0037792627699673176, + "P": 0.25483953952789307, + "-": 0.6819919943809509 + }, + "id": "tp_7393" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 924157, + "label": "-", + "classification": { + "B": 2.5865802832925056e-09, + "S": 8.382567528997242e-09, + "I": 2.0797449451492867e-06, + "C": 1.310406503307604e-07, + "R": 8.763232806074939e-09, + "M": 1.5619754094586824e-06, + "O": 3.781256907586794e-07, + "W": 8.618161295714799e-09, + "N": 7.637791554770956e-08, + "Y": 5.1862789405277e-05, + "U": 1.7339101265889667e-09, + "K": 3.62182845492498e-07, + "L": 8.10744804624619e-09, + "G": 9.61922160058748e-06, + "F": 0.0017101571429520845, + "E": 1.3722848962061107e-05, + "T": 1.250732566404622e-05, + "P": 0.07849666476249695, + "-": 0.9197008609771729 + }, + "id": "tp_7394" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 924258, + "label": "-", + "classification": { + "B": 6.273908365983516e-05, + "S": 3.503670814097859e-05, + "I": 0.0009095440036617219, + "C": 0.00014288508100435138, + "R": 5.74842888454441e-05, + "M": 0.0015619376208633184, + "O": 0.0004760551964864135, + "W": 3.005787220899947e-05, + "N": 3.19433311233297e-05, + "Y": 0.0031338653061538935, + "U": 5.595564743998693e-06, + "K": 1.631645682209637e-05, + "L": 9.382695861859247e-05, + "G": 0.0017032844480127096, + "F": 0.006545844487845898, + "E": 0.0006955483113415539, + "T": 0.0028473155107349157, + "P": 0.05287406966090202, + "-": 0.9287768006324768 + }, + "id": "tp_7395" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 924391, + "label": "-", + "classification": { + "B": 6.048237992217764e-06, + "S": 1.4868804782963707e-06, + "I": 0.00016018289898056537, + "C": 3.935695713153109e-05, + "R": 7.99836743681226e-06, + "M": 6.967885565245524e-05, + "O": 4.8779747885419056e-05, + "W": 1.838449406932341e-06, + "N": 8.986169632407837e-06, + "Y": 0.0007132702739909291, + "U": 9.315891702499357e-07, + "K": 2.6557697765383637e-06, + "L": 4.693180926551577e-06, + "G": 0.00040981255006045103, + "F": 0.0018638904439285398, + "E": 0.00010539309732848778, + "T": 0.00041763417539186776, + "P": 0.17331832647323608, + "-": 0.82281893491745 + }, + "id": "tp_7396" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 924525, + "label": "P", + "classification": { + "B": 1.6340977992967964e-07, + "S": 2.686997788714507e-07, + "I": 0.00016293852240778506, + "C": 8.487874652018945e-07, + "R": 2.4146487476173206e-07, + "M": 2.1762969026895007e-06, + "O": 2.4110142931021983e-06, + "W": 4.7451965201616986e-07, + "N": 8.354055353265721e-06, + "Y": 4.4948137656319886e-05, + "U": 3.4489988820496364e-07, + "K": 1.8724076653597876e-05, + "L": 8.71726655304883e-08, + "G": 1.0071717042592354e-05, + "F": 0.0012077096616849303, + "E": 0.0002377353812335059, + "T": 7.404731877613813e-05, + "P": 0.5331898331642151, + "-": 0.4650387167930603 + }, + "id": "tp_7397" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 924658, + "label": "P", + "classification": { + "B": 1.5647003692720318e-08, + "S": 3.7605904501525345e-10, + "I": 5.307181254465831e-07, + "C": 1.9432659648099815e-10, + "R": 8.313155719363863e-12, + "M": 2.8266779139585196e-08, + "O": 1.713404529368745e-08, + "W": 9.284637642048565e-11, + "N": 1.1229795759959416e-08, + "Y": 1.1837676083814586e-07, + "U": 2.30899206005164e-11, + "K": 1.1703455912726035e-11, + "L": 3.2344446565524265e-10, + "G": 7.448057459669144e-08, + "F": 1.309125423176738e-06, + "E": 4.963172841598862e-07, + "T": 1.4616666703659575e-06, + "P": 0.8088752031326294, + "-": 0.1911206990480423 + }, + "id": "tp_7398" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 924758, + "label": "-", + "classification": { + "B": 1.4496518652151735e-08, + "S": 2.0631627961620325e-08, + "I": 5.458330633700825e-05, + "C": 3.745799972421082e-07, + "R": 2.591974990195922e-08, + "M": 2.49963159149047e-06, + "O": 3.819930611825839e-07, + "W": 2.590689796022616e-08, + "N": 1.2032188578814385e-06, + "Y": 9.270590817322955e-05, + "U": 1.8121289357964088e-08, + "K": 1.870885455446114e-07, + "L": 1.535398475027705e-08, + "G": 1.8241693169329665e-06, + "F": 0.00011510588228702545, + "E": 4.877191167906858e-05, + "T": 8.624963084002957e-05, + "P": 0.3138171136379242, + "-": 0.6857789158821106 + }, + "id": "tp_7399" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 924892, + "label": "-", + "classification": { + "B": 4.091273986261967e-09, + "S": 1.5892043236931386e-08, + "I": 8.778279880061746e-05, + "C": 9.379043603985338e-07, + "R": 4.545287524138075e-08, + "M": 1.5289426755771274e-06, + "O": 5.062177024228731e-07, + "W": 2.1235992520018954e-08, + "N": 2.4490495889040176e-06, + "Y": 2.0761111954925582e-05, + "U": 3.114099556000838e-08, + "K": 7.045423444651533e-07, + "L": 1.9328805223040035e-08, + "G": 6.216382189450087e-06, + "F": 0.0002149712818209082, + "E": 0.00010656316590029746, + "T": 2.6238300051772967e-05, + "P": 0.4143577516078949, + "-": 0.585173487663269 + }, + "id": "tp_7400" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 925025, + "label": "P", + "classification": { + "B": 3.6345443987784165e-08, + "S": 1.3307364099546248e-08, + "I": 6.63212122162804e-05, + "C": 2.8527281870083243e-07, + "R": 2.9587098993033578e-08, + "M": 2.2306949176709168e-06, + "O": 3.278463509559515e-07, + "W": 7.321672157445391e-09, + "N": 9.221664072356361e-07, + "Y": 4.254019950167276e-05, + "U": 5.012861681308323e-09, + "K": 1.0834149577476637e-07, + "L": 2.6475355241473153e-08, + "G": 1.7754020518623292e-05, + "F": 0.0010788037907332182, + "E": 8.796512702247128e-05, + "T": 1.772309587977361e-05, + "P": 0.5888271927833557, + "-": 0.4098576605319977 + }, + "id": "tp_7401" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 925125, + "label": "P", + "classification": { + "B": 2.0686298896066546e-08, + "S": 3.931751635377623e-08, + "I": 0.00015163907664828002, + "C": 2.262999487356865e-06, + "R": 3.284160356997745e-07, + "M": 3.6686424209619872e-06, + "O": 1.5135042303882074e-06, + "W": 5.204792330459895e-08, + "N": 7.418066616082797e-06, + "Y": 0.0001579022646183148, + "U": 4.5587633223931334e-08, + "K": 1.5455411812581588e-06, + "L": 5.267942881914678e-08, + "G": 1.6984187823254615e-05, + "F": 0.0014049750752747059, + "E": 9.984312782762572e-05, + "T": 5.0068014388671145e-05, + "P": 0.5527182221412659, + "-": 0.4453834295272827 + }, + "id": "tp_7402" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 925259, + "label": "P", + "classification": { + "B": 7.0427232934378026e-09, + "S": 5.151396642588679e-09, + "I": 2.774429231067188e-05, + "C": 2.3996031472961477e-07, + "R": 8.913983329250641e-09, + "M": 6.279605031522806e-07, + "O": 1.2736832388782204e-07, + "W": 9.368235076578912e-09, + "N": 4.818148227059282e-07, + "Y": 1.1833398275484797e-05, + "U": 5.025744265196863e-09, + "K": 2.3408576055317099e-07, + "L": 4.11647071985044e-09, + "G": 1.7566532051205286e-06, + "F": 0.0003488576621748507, + "E": 6.757507799193263e-05, + "T": 5.1348119995964225e-06, + "P": 0.5107528567314148, + "-": 0.48878252506256104 + }, + "id": "tp_7403" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 925392, + "label": "-", + "classification": { + "B": 2.0552897694869898e-07, + "S": 4.355222316121399e-08, + "I": 0.0004418090684339404, + "C": 1.6026639059418812e-05, + "R": 1.213061068483512e-06, + "M": 3.5111417673761025e-05, + "O": 6.187027338455664e-06, + "W": 1.1498934071596523e-07, + "N": 5.411469828686677e-06, + "Y": 0.00024232191208284348, + "U": 1.1891973628053165e-07, + "K": 1.5516256723913102e-07, + "L": 9.002685601444682e-07, + "G": 0.0001395774888806045, + "F": 0.0005972704384475946, + "E": 0.0001513978495495394, + "T": 0.00017597698024474084, + "P": 0.30002734065055847, + "-": 0.6981588006019592 + }, + "id": "tp_7404" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 925526, + "label": "-", + "classification": { + "B": 1.3315138858160935e-05, + "S": 6.215742018866877e-07, + "I": 0.002130296314135194, + "C": 5.2108309319010004e-05, + "R": 5.885802238481119e-06, + "M": 0.0002551287179812789, + "O": 3.513157207635231e-05, + "W": 8.237866495619528e-07, + "N": 1.3879026482754853e-05, + "Y": 0.0010792141547426581, + "U": 3.1783497433934826e-07, + "K": 7.726528394869092e-08, + "L": 1.1608763998083305e-05, + "G": 0.0006451784283854067, + "F": 0.00021022210421506315, + "E": 0.0007884145597927272, + "T": 0.0007450818084180355, + "P": 0.29439038038253784, + "-": 0.6996223330497742 + }, + "id": "tp_7405" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 925626, + "label": "P", + "classification": { + "B": 1.4373172234627418e-06, + "S": 3.5892946925741853e-06, + "I": 0.0016486399108543992, + "C": 2.078573925246019e-05, + "R": 3.3332973998767557e-06, + "M": 5.97909493080806e-05, + "O": 2.304311237821821e-05, + "W": 4.27612167186453e-06, + "N": 0.00019316333055030555, + "Y": 0.00043099583126604557, + "U": 2.194190074078506e-06, + "K": 0.00017937584198080003, + "L": 9.267017162528646e-07, + "G": 0.00010720851423684508, + "F": 0.0019128971034660935, + "E": 0.0022177279461175203, + "T": 0.0002858178340829909, + "P": 0.668804943561554, + "-": 0.3240997791290283 + }, + "id": "tp_7406" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 925759, + "label": "P", + "classification": { + "B": 6.161255896586226e-06, + "S": 1.9345143300597556e-06, + "I": 0.00304012862034142, + "C": 0.00013716165267396718, + "R": 8.628039722680114e-06, + "M": 0.00014533237845171243, + "O": 3.28786663885694e-05, + "W": 3.0158773824950913e-06, + "N": 0.00021587686205748469, + "Y": 0.0004875173035543412, + "U": 6.0293077694950625e-06, + "K": 8.001292735571042e-05, + "L": 3.6009955692861695e-06, + "G": 0.0004032373835798353, + "F": 0.0022331452928483486, + "E": 0.0048700845800340176, + "T": 0.00037384076858870685, + "P": 0.5636618733406067, + "-": 0.4242894947528839 + }, + "id": "tp_7407" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 925893, + "label": "-", + "classification": { + "B": 6.433148769247055e-07, + "S": 2.0551443924432533e-07, + "I": 5.344719102140516e-05, + "C": 8.83027860254515e-06, + "R": 2.0189811493764864e-06, + "M": 0.00012407565372996032, + "O": 1.2710665941995103e-05, + "W": 3.5088646654912736e-07, + "N": 8.385856062886887e-07, + "Y": 0.0006326599977910519, + "U": 1.2519190306647943e-07, + "K": 3.128340040348121e-07, + "L": 2.757665242825169e-06, + "G": 0.00018074004037771374, + "F": 0.0033183854538947344, + "E": 0.00014116377860773355, + "T": 0.00024174436111934483, + "P": 0.06192117929458618, + "-": 0.9333578944206238 + }, + "id": "tp_7408" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 926026, + "label": "-", + "classification": { + "B": 3.256407580920495e-06, + "S": 5.1303622967679985e-06, + "I": 0.007237414363771677, + "C": 0.00046712817857041955, + "R": 0.0001582061086082831, + "M": 0.0006609446136280894, + "O": 0.00017962456331588328, + "W": 1.0722564184106886e-05, + "N": 0.0003104008501395583, + "Y": 0.013020222075283527, + "U": 1.1143728443130385e-05, + "K": 0.0002174315886804834, + "L": 1.7656480849836953e-05, + "G": 0.0024738183710724115, + "F": 0.004697930999100208, + "E": 0.0030087365303188562, + "T": 0.0037693679332733154, + "P": 0.122594453394413, + "-": 0.8411564230918884 + }, + "id": "tp_7409" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 926126, + "label": "-", + "classification": { + "B": 3.174821472384792e-08, + "S": 1.5370666517355858e-07, + "I": 4.4150041503598914e-05, + "C": 4.323365374148125e-06, + "R": 2.653873423241748e-07, + "M": 2.3692042304901406e-05, + "O": 5.506980869540712e-06, + "W": 1.5156919630499033e-07, + "N": 3.331239440740319e-06, + "Y": 0.0001962240057764575, + "U": 3.4282464866919327e-08, + "K": 2.0477029920584755e-06, + "L": 1.653535690593344e-07, + "G": 4.606613947544247e-05, + "F": 0.004765031859278679, + "E": 0.00025209743762388825, + "T": 8.287122182082385e-05, + "P": 0.19584226608276367, + "-": 0.7987316250801086 + }, + "id": "tp_7410" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 926260, + "label": "-", + "classification": { + "B": 2.1201010724780645e-08, + "S": 5.71601397325594e-08, + "I": 1.089178567781346e-05, + "C": 4.909178983325546e-07, + "R": 4.51442261351076e-08, + "M": 4.227049885230372e-06, + "O": 1.6906466271393583e-06, + "W": 1.7832765308867238e-07, + "N": 1.0422777450003196e-06, + "Y": 6.628059054492041e-05, + "U": 2.3229215884157384e-08, + "K": 2.3144404622144066e-05, + "L": 2.1197491761881793e-08, + "G": 1.7740556359058246e-05, + "F": 0.005776971112936735, + "E": 0.0002614033583085984, + "T": 2.708150350372307e-05, + "P": 0.16441193222999573, + "-": 0.8293969035148621 + }, + "id": "tp_7411" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 926393, + "label": "-", + "classification": { + "B": 1.3748559979376296e-07, + "S": 1.5918413254212282e-09, + "I": 1.6530006178072654e-05, + "C": 1.4386246505182498e-07, + "R": 1.3487955641267035e-08, + "M": 2.2852616439195117e-06, + "O": 4.397491863983305e-07, + "W": 3.452970576134362e-09, + "N": 2.5151294380520994e-07, + "Y": 3.205525717930868e-05, + "U": 7.173147409389458e-09, + "K": 1.145861361351308e-08, + "L": 3.952650473593167e-08, + "G": 1.2392060853017028e-05, + "F": 5.460094325826503e-05, + "E": 2.691128793230746e-05, + "T": 3.925653436454013e-05, + "P": 0.3671766221523285, + "-": 0.6326383352279663 + }, + "id": "tp_7412" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 926527, + "label": "-", + "classification": { + "B": 1.1759265561295251e-07, + "S": 4.032064282455394e-08, + "I": 7.451254350598902e-05, + "C": 1.2524545809355914e-06, + "R": 6.391773865743744e-08, + "M": 6.152587047836278e-06, + "O": 1.1449235444160877e-06, + "W": 6.952817699357183e-08, + "N": 5.144042916072067e-06, + "Y": 9.431951184524223e-05, + "U": 4.244679274734153e-08, + "K": 1.811115726013668e-05, + "L": 2.2742371541539796e-08, + "G": 1.8076647393172607e-05, + "F": 0.001231268746778369, + "E": 0.0006860899738967419, + "T": 3.7139965570531785e-05, + "P": 0.43980690836906433, + "-": 0.5580194592475891 + }, + "id": "tp_7413" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 926627, + "label": "P", + "classification": { + "B": 0.0001693640515441075, + "S": 0.00013886512897443026, + "I": 0.06643413007259369, + "C": 0.0032286711502820253, + "R": 0.0011190283112227917, + "M": 0.0039619929157197475, + "O": 0.0007852643029764295, + "W": 0.0001423044450348243, + "N": 0.0073694330640137196, + "Y": 0.02081194519996643, + "U": 0.0001621913252165541, + "K": 0.0009537141304463148, + "L": 0.00018825757433660328, + "G": 0.007652700878679752, + "F": 0.010721581988036633, + "E": 0.014471283182501793, + "T": 0.00931353960186243, + "P": 0.6003673076629639, + "-": 0.25200846791267395 + }, + "id": "tp_7414" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 926760, + "label": "-", + "classification": { + "B": 8.278581844933797e-06, + "S": 3.350120550749125e-06, + "I": 0.0004766939964611083, + "C": 2.1523341274587438e-05, + "R": 4.595805876306258e-06, + "M": 0.0001667762262513861, + "O": 6.620337080676109e-05, + "W": 3.454418219916988e-06, + "N": 3.1211922760121524e-05, + "Y": 0.0010506083490327, + "U": 2.156689106413978e-06, + "K": 4.411497684486676e-06, + "L": 7.173485755629372e-06, + "G": 0.0004877123865298927, + "F": 0.0016568356659263372, + "E": 0.00039485510205850005, + "T": 0.0012590611586347222, + "P": 0.30884724855422974, + "-": 0.6855078935623169 + }, + "id": "tp_7415" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 926894, + "label": "-", + "classification": { + "B": 2.779072246994474e-06, + "S": 1.977150077436818e-06, + "I": 0.00015586552035529166, + "C": 1.2657506886171177e-05, + "R": 1.335387196377269e-06, + "M": 8.347783295903355e-05, + "O": 3.523617488099262e-05, + "W": 2.6819450340553885e-06, + "N": 2.1090323571115732e-05, + "Y": 0.000359141209628433, + "U": 1.2750875839628861e-06, + "K": 2.1986568754073232e-05, + "L": 2.330474217160372e-06, + "G": 9.95123918983154e-05, + "F": 0.003496760269626975, + "E": 0.0004747353377752006, + "T": 0.00048261068877764046, + "P": 0.2057379186153412, + "-": 0.7890065312385559 + }, + "id": "tp_7416" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 927027, + "label": "-", + "classification": { + "B": 1.2132156257393945e-07, + "S": 6.131121210728452e-08, + "I": 8.478415111312643e-05, + "C": 3.918510174116818e-06, + "R": 5.38602819233347e-07, + "M": 9.864426829153672e-06, + "O": 2.823721843014937e-06, + "W": 6.318581569075832e-08, + "N": 2.0463157852645963e-06, + "Y": 0.00042690677219070494, + "U": 1.1008552291968954e-07, + "K": 4.771142130266526e-07, + "L": 3.2908997127378825e-07, + "G": 8.964834705693647e-05, + "F": 0.001142751658335328, + "E": 7.140018715290353e-05, + "T": 0.000266891933279112, + "P": 0.15348674356937408, + "-": 0.8444105982780457 + }, + "id": "tp_7417" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 927127, + "label": "-", + "classification": { + "B": 1.470792341251581e-07, + "S": 4.2860969529101567e-07, + "I": 0.0009046058403328061, + "C": 7.668804755667225e-05, + "R": 2.733236578933429e-05, + "M": 8.131512731779367e-05, + "O": 2.2625770725426264e-05, + "W": 1.0895288369283662e-06, + "N": 1.5955878552631475e-05, + "Y": 0.0017163268057629466, + "U": 1.5529737993347226e-06, + "K": 9.064404480341182e-07, + "L": 3.735829068318708e-06, + "G": 0.00021858334366697818, + "F": 0.0004296023107599467, + "E": 9.655369649408385e-05, + "T": 0.0028501481283456087, + "P": 0.20175854861736298, + "-": 0.791793942451477 + }, + "id": "tp_7418" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 927261, + "label": "P", + "classification": { + "B": 2.7971221783218425e-08, + "S": 7.870636409279541e-08, + "I": 2.167909224226605e-05, + "C": 2.2087097306666692e-07, + "R": 8.331871192979179e-09, + "M": 1.1256230436629266e-06, + "O": 6.944040364942339e-07, + "W": 5.196758223746656e-08, + "N": 1.489707187829481e-06, + "Y": 4.51736059403629e-06, + "U": 2.194556891765842e-08, + "K": 2.020746308062371e-07, + "L": 1.9693468189529995e-08, + "G": 1.8143736042475211e-06, + "F": 0.0006099813035689294, + "E": 4.2573665268719196e-05, + "T": 1.6770271031418815e-05, + "P": 0.6540797352790833, + "-": 0.3452189266681671 + }, + "id": "tp_7419" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 927394, + "label": "-", + "classification": { + "B": 2.9942632409074577e-06, + "S": 4.593286575982347e-06, + "I": 0.0005257038865238428, + "C": 1.8514774637878872e-05, + "R": 8.772917681199033e-06, + "M": 0.000111022251076065, + "O": 5.536839671549387e-05, + "W": 4.298941348679364e-06, + "N": 4.7191068006213754e-05, + "Y": 0.0014812406152486801, + "U": 3.3990984320553252e-06, + "K": 2.6860827347263694e-05, + "L": 3.6671369798568776e-06, + "G": 0.0001947529672179371, + "F": 0.0029974549543112516, + "E": 0.00023927052097860724, + "T": 0.002048914320766926, + "P": 0.22097550332546234, + "-": 0.7712504863739014 + }, + "id": "tp_7420" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 927528, + "label": "-", + "classification": { + "B": 2.1468461000040406e-06, + "S": 1.0740778861872968e-06, + "I": 0.0007153325714170933, + "C": 3.320010000606999e-05, + "R": 8.134677045745775e-06, + "M": 0.00016401804168708622, + "O": 2.6590796551317908e-05, + "W": 2.060298129435978e-06, + "N": 1.9228693417971954e-05, + "Y": 0.0011670977110043168, + "U": 1.0469470907992218e-06, + "K": 2.410851493550581e-06, + "L": 4.642077328753658e-06, + "G": 0.00025328376796096563, + "F": 0.0022706908639520407, + "E": 0.00038645038148388267, + "T": 0.0007407644297927618, + "P": 0.26915767788887024, + "-": 0.7250442504882812 + }, + "id": "tp_7421" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 927628, + "label": "-", + "classification": { + "B": 8.708273213642315e-09, + "S": 7.154818515431316e-09, + "I": 2.4651908461237326e-06, + "C": 1.0706605024779492e-07, + "R": 6.588650514061101e-09, + "M": 4.576148512569489e-06, + "O": 6.230209237401141e-07, + "W": 4.098726247292461e-09, + "N": 3.539462767321311e-08, + "Y": 1.2849188351538032e-05, + "U": 6.394454965530372e-10, + "K": 2.0183941185081267e-09, + "L": 2.4152143396349857e-08, + "G": 4.165891368757002e-06, + "F": 0.00015190846170298755, + "E": 8.874218110577203e-06, + "T": 2.2740017811884172e-05, + "P": 0.05071613937616348, + "-": 0.9490754008293152 + }, + "id": "tp_7422" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 927761, + "label": "-", + "classification": { + "B": 1.1386223377485294e-05, + "S": 2.1540131456276868e-06, + "I": 0.00022862208425067365, + "C": 4.534034087555483e-05, + "R": 3.992829988419544e-06, + "M": 0.00011535904195625335, + "O": 4.4102685933467e-05, + "W": 3.7830582186870743e-06, + "N": 2.224849959020503e-05, + "Y": 0.0008268689853139222, + "U": 2.209352487625438e-06, + "K": 2.8742946597049013e-05, + "L": 4.3109462239954155e-06, + "G": 0.0003928822698071599, + "F": 0.005766305606812239, + "E": 0.0011989432387053967, + "T": 0.0003205978428013623, + "P": 0.2396976798772812, + "-": 0.7512845396995544 + }, + "id": "tp_7423" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 927895, + "label": "P", + "classification": { + "B": 8.237700654945002e-08, + "S": 3.067865748107579e-07, + "I": 0.002032812684774399, + "C": 3.103721246588975e-05, + "R": 3.364082658663392e-06, + "M": 2.2990867364569567e-05, + "O": 7.10441054252442e-06, + "W": 4.825943165087665e-07, + "N": 0.00014803723024670035, + "Y": 0.00045652888366021216, + "U": 5.025442533224123e-07, + "K": 0.0001497636694693938, + "L": 2.981183797601261e-07, + "G": 0.00017551177006680518, + "F": 0.003807375207543373, + "E": 0.001780176069587469, + "T": 0.00018858560360968113, + "P": 0.6310559511184692, + "-": 0.36013901233673096 + }, + "id": "tp_7424" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 928028, + "label": "P", + "classification": { + "B": 8.791376785666216e-06, + "S": 2.4366761408600723e-06, + "I": 0.0005139592685736716, + "C": 8.251361578004435e-05, + "R": 7.385092885670019e-06, + "M": 4.428968532010913e-05, + "O": 1.3853785276296549e-05, + "W": 2.998818217747612e-06, + "N": 0.00011590864596655592, + "Y": 0.000497057510074228, + "U": 1.8721581227509887e-06, + "K": 0.0002783216186799109, + "L": 1.5210002857202198e-06, + "G": 0.002013640943914652, + "F": 0.029977863654494286, + "E": 0.03004995919764042, + "T": 0.000242067631916143, + "P": 0.7616270780563354, + "-": 0.17451857030391693 + }, + "id": "tp_7425" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 928128, + "label": "-", + "classification": { + "B": 8.261710718215909e-06, + "S": 1.947340751939919e-05, + "I": 0.004808870144188404, + "C": 0.00019771308870986104, + "R": 5.769532435806468e-05, + "M": 0.004402232822030783, + "O": 0.00025477304006926715, + "W": 8.151656402333174e-06, + "N": 5.5387456086464226e-05, + "Y": 0.047342028468847275, + "U": 6.805078101024264e-07, + "K": 9.30763690121239e-06, + "L": 3.181907959515229e-05, + "G": 0.0025406808126717806, + "F": 0.0050264145247638226, + "E": 0.0012824417790398002, + "T": 0.012004531919956207, + "P": 0.022035181522369385, + "-": 0.8999142050743103 + }, + "id": "tp_7426" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 928262, + "label": "-", + "classification": { + "B": 4.309305950300768e-06, + "S": 4.611123131326167e-06, + "I": 0.00014520148397423327, + "C": 3.346382800373249e-05, + "R": 4.607571099768393e-06, + "M": 0.0001242825819645077, + "O": 4.894606172456406e-05, + "W": 2.6367265490989666e-06, + "N": 2.0455345293157734e-05, + "Y": 0.0019760802388191223, + "U": 2.257467940580682e-06, + "K": 6.378618763847044e-06, + "L": 7.980911505001131e-06, + "G": 0.0002817321801558137, + "F": 0.003045522142201662, + "E": 0.0004912962322123349, + "T": 0.0018193527357652783, + "P": 0.16650067269802094, + "-": 0.8254802823066711 + }, + "id": "tp_7427" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 928395, + "label": "-", + "classification": { + "B": 4.983317314355418e-09, + "S": 3.444437624011698e-09, + "I": 6.756908533134265e-06, + "C": 8.860769185048412e-07, + "R": 4.5869981590840325e-08, + "M": 2.437965576973511e-06, + "O": 2.3254702341546363e-07, + "W": 4.031920131097877e-09, + "N": 8.546837193534884e-08, + "Y": 0.00023802484793122858, + "U": 2.5770203748720633e-09, + "K": 7.45690556414047e-07, + "L": 9.389473198950782e-09, + "G": 3.728764204424806e-05, + "F": 0.001925425254739821, + "E": 5.463732668431476e-05, + "T": 2.7324382244842127e-05, + "P": 0.029767511412501335, + "-": 0.9679384827613831 + }, + "id": "tp_7428" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 928529, + "label": "-", + "classification": { + "B": 4.773171369265583e-08, + "S": 8.346391133784437e-09, + "I": 2.869190211640671e-05, + "C": 1.9587823771871626e-06, + "R": 2.3466807874683582e-07, + "M": 2.1236828615656123e-06, + "O": 9.198690804623766e-07, + "W": 2.499616869044985e-08, + "N": 3.737342808562971e-07, + "Y": 8.79501603776589e-05, + "U": 4.124112251702172e-08, + "K": 4.868260816692782e-08, + "L": 1.2855205966388894e-07, + "G": 2.102825055771973e-05, + "F": 0.0003687774296849966, + "E": 1.524315302958712e-05, + "T": 4.782204996445216e-05, + "P": 0.20753221213817596, + "-": 0.791892409324646 + }, + "id": "tp_7429" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 928629, + "label": "-", + "classification": { + "B": 8.98429277640389e-07, + "S": 2.9350496788538294e-07, + "I": 9.218582999892533e-05, + "C": 2.7489913918543607e-06, + "R": 4.416085062075581e-07, + "M": 2.2638858354184777e-05, + "O": 6.014710834278958e-06, + "W": 1.6608146324870177e-07, + "N": 3.057995172639494e-06, + "Y": 0.0002567536139395088, + "U": 5.2845628317754745e-08, + "K": 2.9625468300764624e-07, + "L": 8.111022111734201e-07, + "G": 0.00010972810559906065, + "F": 0.0031376841943711042, + "E": 0.0002554173697717488, + "T": 0.0001451212156098336, + "P": 0.255584180355072, + "-": 0.7403815984725952 + }, + "id": "tp_7430" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 928762, + "label": "-", + "classification": { + "B": 7.04832991971216e-09, + "S": 1.5457905178095643e-08, + "I": 2.1285331968101673e-06, + "C": 2.4296098217746476e-06, + "R": 3.878003269619512e-07, + "M": 4.001499746664194e-06, + "O": 1.7779033214537776e-06, + "W": 3.834452044770842e-08, + "N": 5.861501861659235e-08, + "Y": 0.00015023838204797357, + "U": 6.6712773083565935e-09, + "K": 1.4643494239408028e-07, + "L": 9.82737162757985e-08, + "G": 2.3431344743585214e-05, + "F": 0.0010047630639746785, + "E": 5.957988378213486e-06, + "T": 4.749721483676694e-05, + "P": 0.01244092546403408, + "-": 0.9863160252571106 + }, + "id": "tp_7431" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 928896, + "label": "-", + "classification": { + "B": 2.5935264602594543e-07, + "S": 4.5177282004260633e-07, + "I": 0.00013370468514040112, + "C": 4.647121841117041e-06, + "R": 7.068428544698691e-07, + "M": 4.912930671707727e-05, + "O": 8.800406249065418e-06, + "W": 4.706671745680069e-07, + "N": 8.557233741157688e-06, + "Y": 0.0005887120496481657, + "U": 1.6976576944216504e-07, + "K": 6.958116500754841e-06, + "L": 4.0608807694297866e-07, + "G": 9.907475032377988e-05, + "F": 0.005646116565912962, + "E": 0.00038413016591221094, + "T": 0.00022187894501257688, + "P": 0.19722451269626617, + "-": 0.7956213355064392 + }, + "id": "tp_7432" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 929029, + "label": "-", + "classification": { + "B": 1.477020639129023e-08, + "S": 2.7861226659098293e-09, + "I": 3.585669219319243e-06, + "C": 3.39126771109477e-08, + "R": 1.5128751584825295e-08, + "M": 1.6878413589438424e-05, + "O": 1.099221890399349e-06, + "W": 3.1535098976576137e-09, + "N": 7.358960552039662e-09, + "Y": 8.27575713628903e-05, + "U": 2.698795076305771e-10, + "K": 3.151698346748333e-10, + "L": 9.662166888801949e-08, + "G": 1.7492187907919288e-05, + "F": 6.157931784400716e-05, + "E": 6.964308454371348e-07, + "T": 0.00012232840526849031, + "P": 0.0051057892851531506, + "-": 0.9945875406265259 + }, + "id": "tp_7433" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 929129, + "label": "-", + "classification": { + "B": 1.8440573512634728e-07, + "S": 6.75815272188629e-07, + "I": 0.0002507672761566937, + "C": 5.486493137141224e-06, + "R": 1.109079789785028e-06, + "M": 1.9731147403945215e-05, + "O": 6.171101631480269e-06, + "W": 5.568278993450804e-07, + "N": 1.1195658771612216e-05, + "Y": 0.001607947750017047, + "U": 2.478789440374385e-07, + "K": 1.3466975360643119e-05, + "L": 2.086159867076276e-07, + "G": 8.026974683161825e-05, + "F": 0.0016610943712294102, + "E": 0.00010021917842095718, + "T": 0.0005631563253700733, + "P": 0.16980326175689697, + "-": 0.8258741497993469 + }, + "id": "tp_7434" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 929263, + "label": "-", + "classification": { + "B": 6.811645913984421e-09, + "S": 5.641422440305632e-09, + "I": 1.6605283235548995e-05, + "C": 4.908608275400184e-07, + "R": 3.3867845417034914e-08, + "M": 1.9647338831418892e-06, + "O": 4.219242839553772e-07, + "W": 7.910710309033675e-09, + "N": 3.2238136782325455e-07, + "Y": 4.444198202691041e-05, + "U": 7.663039980343456e-09, + "K": 4.475905157619309e-08, + "L": 1.7152489206750943e-08, + "G": 5.910314484935952e-06, + "F": 0.00032467106939293444, + "E": 2.0781206330866553e-05, + "T": 3.1297335226554424e-05, + "P": 0.22993257641792297, + "-": 0.769620418548584 + }, + "id": "tp_7435" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 929396, + "label": "-", + "classification": { + "B": 2.2573245587409474e-05, + "S": 2.1704358005081303e-05, + "I": 0.002590102143585682, + "C": 0.00020009593572467566, + "R": 4.854741564486176e-05, + "M": 0.00047654646914452314, + "O": 0.00019362030434422195, + "W": 2.3106769731384702e-05, + "N": 0.00017175693938042969, + "Y": 0.0033607441000640392, + "U": 1.0082881090056617e-05, + "K": 1.9979399439762346e-05, + "L": 4.040686690132134e-05, + "G": 0.000719670788384974, + "F": 0.008477332070469856, + "E": 0.00083061185432598, + "T": 0.0014724096981808543, + "P": 0.3391854763031006, + "-": 0.6421352028846741 + }, + "id": "tp_7436" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 929530, + "label": "-", + "classification": { + "B": 1.3637008123623673e-05, + "S": 8.872484613675624e-06, + "I": 0.00011784757225541398, + "C": 3.940812894143164e-05, + "R": 9.446358490095008e-06, + "M": 0.0005672214319929481, + "O": 0.00010664576984709129, + "W": 3.456420245129266e-06, + "N": 6.1019363783998415e-06, + "Y": 0.002241829177364707, + "U": 5.535807758860756e-07, + "K": 5.819244506710675e-06, + "L": 2.8486303563113324e-05, + "G": 0.0016675436636433005, + "F": 0.012647945433855057, + "E": 0.0010555183980613947, + "T": 0.0012673705350607634, + "P": 0.03992072865366936, + "-": 0.9402916431427002 + }, + "id": "tp_7437" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 929630, + "label": "-", + "classification": { + "B": 2.3379643110388315e-08, + "S": 3.480408494738185e-08, + "I": 6.149353430373594e-05, + "C": 1.4193363995218533e-06, + "R": 2.042010152081275e-07, + "M": 4.524760697677266e-06, + "O": 9.394133257956128e-07, + "W": 4.857776758626642e-08, + "N": 1.9871511085511884e-06, + "Y": 0.00016867549857124686, + "U": 6.074161973401715e-08, + "K": 3.093736268056091e-06, + "L": 3.220399236170124e-08, + "G": 2.1481791918631643e-05, + "F": 0.0008928368333727121, + "E": 5.7745579397305846e-05, + "T": 8.617106504971161e-05, + "P": 0.30147331953048706, + "-": 0.6972259283065796 + }, + "id": "tp_7438" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 929763, + "label": "-", + "classification": { + "B": 1.0963535714836325e-06, + "S": 2.7608112418420205e-07, + "I": 0.00048530081403441727, + "C": 3.0119346774881706e-05, + "R": 5.993533250148175e-06, + "M": 5.763982335338369e-05, + "O": 1.9402850739425048e-05, + "W": 7.259520771185635e-07, + "N": 8.802339834801387e-06, + "Y": 0.000817749067209661, + "U": 5.665184517056332e-07, + "K": 8.60925979395688e-07, + "L": 1.7942520571523346e-06, + "G": 0.00016183411935344338, + "F": 0.0004891268326900899, + "E": 9.309691085945815e-05, + "T": 0.0004203983407933265, + "P": 0.15420188009738922, + "-": 0.8432033658027649 + }, + "id": "tp_7439" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 929897, + "label": "-", + "classification": { + "B": 4.824875645681459e-07, + "S": 1.1810512035026477e-07, + "I": 0.0001244185259565711, + "C": 8.998950761451852e-06, + "R": 1.393135562466341e-06, + "M": 9.692686035123188e-06, + "O": 4.3672612264344934e-06, + "W": 3.9824575992497557e-07, + "N": 3.95551296605845e-06, + "Y": 0.0007183068664744496, + "U": 6.933907457096211e-07, + "K": 4.859984983340837e-06, + "L": 4.148899961364805e-07, + "G": 8.24871240183711e-05, + "F": 0.0011756073217839003, + "E": 0.00011052966146962717, + "T": 0.00020406220573931932, + "P": 0.16826313734054565, + "-": 0.8292860388755798 + }, + "id": "tp_7440" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 930030, + "label": "-", + "classification": { + "B": 9.73023883688029e-09, + "S": 4.0076137963751535e-08, + "I": 4.709083896159427e-07, + "C": 2.725906256273447e-08, + "R": 1.867220822404647e-09, + "M": 5.852699814568041e-06, + "O": 6.542094297401491e-07, + "W": 1.0806444628030931e-08, + "N": 1.4450115770614502e-08, + "Y": 5.3794148698216304e-05, + "U": 6.997352697268866e-10, + "K": 3.1368408315302077e-08, + "L": 1.7897948012546294e-08, + "G": 5.427355972642545e-06, + "F": 0.00031703352578915656, + "E": 4.0060895116766915e-06, + "T": 3.365892916917801e-05, + "P": 0.009918851777911186, + "-": 0.9896600246429443 + }, + "id": "tp_7441" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 930130, + "label": "-", + "classification": { + "B": 0.0002778918424155563, + "S": 1.5390769476653077e-05, + "I": 0.0028568205889314413, + "C": 0.0005793138989247382, + "R": 0.00011350427666911855, + "M": 0.0025906767696142197, + "O": 0.000404164515202865, + "W": 2.5031717086676508e-05, + "N": 4.6154895244399086e-05, + "Y": 0.0030059872660785913, + "U": 5.605501883110264e-06, + "K": 1.2842378964705858e-06, + "L": 0.0003786905435845256, + "G": 0.004854511469602585, + "F": 0.002826282987371087, + "E": 0.0034447219222784042, + "T": 0.0021168517414480448, + "P": 0.15667636692523956, + "-": 0.819780707359314 + }, + "id": "tp_7442" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 930264, + "label": "-", + "classification": { + "B": 6.266316631808877e-06, + "S": 1.941903065016959e-06, + "I": 0.0010600050445646048, + "C": 0.00012602507194969803, + "R": 2.3076103389030322e-05, + "M": 0.0002365369291510433, + "O": 4.666607128456235e-05, + "W": 2.798117066049599e-06, + "N": 4.9707530706655234e-05, + "Y": 0.005494579207152128, + "U": 5.841501206305111e-06, + "K": 4.3614116293611005e-05, + "L": 1.3464408766594715e-05, + "G": 0.0030655493028461933, + "F": 0.008717983961105347, + "E": 0.00291141914203763, + "T": 0.001790750538930297, + "P": 0.17712360620498657, + "-": 0.7992801070213318 + }, + "id": "tp_7443" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 930397, + "label": "-", + "classification": { + "B": 1.2248939356140909e-06, + "S": 5.117205546412151e-06, + "I": 0.00010807641228893772, + "C": 2.4280302568513434e-06, + "R": 1.2784805676346878e-06, + "M": 0.00019959580095019192, + "O": 6.742808182025328e-05, + "W": 3.0552967018593336e-06, + "N": 4.5758220039715525e-06, + "Y": 0.0004713410744443536, + "U": 1.757576342242828e-07, + "K": 3.149474139263475e-07, + "L": 7.613119578309124e-06, + "G": 8.074657671386376e-05, + "F": 0.0053371223621070385, + "E": 6.790076440665871e-05, + "T": 0.0006183431250974536, + "P": 0.11626353859901428, + "-": 0.8767600655555725 + }, + "id": "tp_7444" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 930531, + "label": "-", + "classification": { + "B": 5.759144187322818e-05, + "S": 1.3958570889371913e-05, + "I": 0.002963579725474119, + "C": 0.00023814188898541033, + "R": 6.342221604427323e-05, + "M": 0.0005829952424392104, + "O": 0.00017256215505767614, + "W": 1.2004328709736e-05, + "N": 0.00013619737001135945, + "Y": 0.004892248194664717, + "U": 1.461824922444066e-05, + "K": 2.1966912754578516e-05, + "L": 6.829440826550126e-05, + "G": 0.0025237305089831352, + "F": 0.007980418391525745, + "E": 0.0022544071543961763, + "T": 0.003423670306801796, + "P": 0.21763424575328827, + "-": 0.7569459080696106 + }, + "id": "tp_7445" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 930631, + "label": "-", + "classification": { + "B": 4.216103661747184e-06, + "S": 7.449282293237047e-06, + "I": 0.0005039919633418322, + "C": 2.063555621134583e-05, + "R": 4.241842816554708e-06, + "M": 0.0001112500685849227, + "O": 3.1683171982876956e-05, + "W": 2.847089035640238e-06, + "N": 4.652880670619197e-05, + "Y": 0.0029654449317604303, + "U": 1.652727746659366e-06, + "K": 7.878254837123677e-05, + "L": 3.897340320691001e-06, + "G": 0.0007546549895778298, + "F": 0.015193137340247631, + "E": 0.0020108488388359547, + "T": 0.0009484424372203648, + "P": 0.24551519751548767, + "-": 0.731795072555542 + }, + "id": "tp_7446" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 930764, + "label": "-", + "classification": { + "B": 2.9001572329434566e-05, + "S": 2.2062329662730917e-05, + "I": 0.0021472610533237457, + "C": 0.00016726617468521, + "R": 6.478575960500166e-05, + "M": 0.0011782987276092172, + "O": 0.0005476489895954728, + "W": 2.3955215510795824e-05, + "N": 0.00011650132364593446, + "Y": 0.0037488744128495455, + "U": 8.298343345813919e-06, + "K": 5.541839527722914e-06, + "L": 7.960193761391565e-05, + "G": 0.0010817715665325522, + "F": 0.0019879108294844627, + "E": 0.0004018228210043162, + "T": 0.006294306367635727, + "P": 0.11343272030353546, + "-": 0.8686623573303223 + }, + "id": "tp_7447" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 930898, + "label": "-", + "classification": { + "B": 5.816470434183429e-07, + "S": 5.652910317621718e-08, + "I": 1.3270912859297823e-05, + "C": 5.008251946492237e-07, + "R": 1.1553380119266876e-07, + "M": 6.216856490937062e-06, + "O": 6.03977650825982e-06, + "W": 8.318715316590897e-08, + "N": 4.021043480406661e-07, + "Y": 2.3719816454104148e-05, + "U": 8.339076984498206e-09, + "K": 6.457695267414465e-09, + "L": 3.013110756455717e-07, + "G": 1.9090459318249486e-05, + "F": 0.00018533617549110204, + "E": 1.328363850916503e-05, + "T": 5.0317579734837636e-05, + "P": 0.18760333955287933, + "-": 0.8120773434638977 + }, + "id": "tp_7448" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 931031, + "label": "-", + "classification": { + "B": 0.00016130419680848718, + "S": 1.7636748452787288e-05, + "I": 0.005129780154675245, + "C": 0.0004685858148150146, + "R": 7.155885396059602e-05, + "M": 0.0019870977848768234, + "O": 0.00033366220304742455, + "W": 3.0125604098429903e-05, + "N": 0.0002912547206506133, + "Y": 0.0031025512143969536, + "U": 1.542261816211976e-05, + "K": 1.5021051694930065e-05, + "L": 8.084126602625474e-05, + "G": 0.0013575515476986766, + "F": 0.0023899220395833254, + "E": 0.0054560755379498005, + "T": 0.0024659051559865475, + "P": 0.3448847532272339, + "-": 0.6317408680915833 + }, + "id": "tp_7449" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 931131, + "label": "-", + "classification": { + "B": 3.4090689382537676e-07, + "S": 2.0291219016144169e-07, + "I": 6.426337495213374e-05, + "C": 1.3408992344920989e-05, + "R": 1.8182611256634118e-06, + "M": 0.00010606572323013097, + "O": 1.0711062714108266e-05, + "W": 1.9724514288554928e-07, + "N": 1.659266331444087e-06, + "Y": 0.0010199244134128094, + "U": 1.7355222325932118e-07, + "K": 1.4686385156892356e-06, + "L": 1.7908536165123223e-06, + "G": 0.00039170883246697485, + "F": 0.0030373346526175737, + "E": 0.0001622538547962904, + "T": 0.0004337651771493256, + "P": 0.041206374764442444, + "-": 0.9535466432571411 + }, + "id": "tp_7450" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 931265, + "label": "-", + "classification": { + "B": 6.387542271113489e-06, + "S": 2.704169332901074e-07, + "I": 6.671503797406331e-05, + "C": 1.903727934404742e-05, + "R": 2.3902828161226353e-06, + "M": 0.00010027518146671355, + "O": 7.926033504190855e-06, + "W": 2.2879139294218476e-07, + "N": 1.7119162976086955e-06, + "Y": 0.0014567478792741895, + "U": 2.0076601003893302e-07, + "K": 3.898092472809367e-06, + "L": 3.066109229621361e-06, + "G": 0.0018101533642038703, + "F": 0.006874915678054094, + "E": 0.0006543229683302343, + "T": 0.000375819334294647, + "P": 0.06670857965946198, + "-": 0.9219073057174683 + }, + "id": "tp_7451" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 931398, + "label": "-", + "classification": { + "B": 8.576570849072596e-07, + "S": 1.6803636526674381e-07, + "I": 8.623879693914205e-05, + "C": 2.1926232875557616e-05, + "R": 2.7495273116073804e-06, + "M": 0.00011399686627555639, + "O": 7.567162356281187e-06, + "W": 2.238471807913811e-07, + "N": 2.0388022221595747e-06, + "Y": 0.0019676804076880217, + "U": 2.809483135024493e-07, + "K": 2.1272976482578088e-06, + "L": 1.5511809579038527e-06, + "G": 0.0004979665391147137, + "F": 0.0008199778385460377, + "E": 0.0002825130068231374, + "T": 0.0008143958984874189, + "P": 0.05775339528918266, + "-": 0.9376242160797119 + }, + "id": "tp_7452" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 931532, + "label": "-", + "classification": { + "B": 2.068112007691525e-05, + "S": 4.426370651344769e-06, + "I": 1.908216108859051e-05, + "C": 5.394940671976656e-06, + "R": 7.639957289029553e-07, + "M": 2.9504000849556178e-05, + "O": 2.5422737962799147e-05, + "W": 1.7465669088778668e-06, + "N": 1.9830190467473585e-06, + "Y": 0.0001684673479758203, + "U": 1.2148170469572506e-07, + "K": 1.0263562444379204e-06, + "L": 2.8927809125889326e-06, + "G": 0.00011974776862189174, + "F": 0.005333209875971079, + "E": 0.00017298560123890638, + "T": 9.15748969418928e-05, + "P": 0.1558665931224823, + "-": 0.8381344079971313 + }, + "id": "tp_7453" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 931632, + "label": "-", + "classification": { + "B": 8.133515621011611e-06, + "S": 2.1007072064094245e-05, + "I": 0.0004665846354328096, + "C": 0.0002150680957129225, + "R": 5.1508650358300656e-05, + "M": 0.0003203243250027299, + "O": 0.00016758164565544575, + "W": 2.2492466086987406e-05, + "N": 6.020128421369009e-05, + "Y": 0.0036110265646129847, + "U": 1.2355251783446874e-05, + "K": 0.0002014705678448081, + "L": 1.9289676856715232e-05, + "G": 0.0007434337749145925, + "F": 0.025915591046214104, + "E": 0.0007028175750747323, + "T": 0.0015972791006788611, + "P": 0.09615714848041534, + "-": 0.8697065711021423 + }, + "id": "tp_7454" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 931765, + "label": "-", + "classification": { + "B": 6.346485559305393e-09, + "S": 3.201528597784886e-09, + "I": 4.8562378651695326e-05, + "C": 2.7482983568916097e-06, + "R": 2.363486544254556e-07, + "M": 4.7650627266193624e-07, + "O": 4.307343601794855e-07, + "W": 2.1039523900867607e-08, + "N": 7.603649123666401e-07, + "Y": 5.663446427206509e-05, + "U": 2.3637467094772546e-08, + "K": 1.1062779776693787e-06, + "L": 9.883772911223332e-09, + "G": 6.426506843126845e-06, + "F": 0.0005271899281069636, + "E": 1.4544448276865296e-05, + "T": 9.050976586877368e-06, + "P": 0.12565301358699799, + "-": 0.8736787438392639 + }, + "id": "tp_7455" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 931899, + "label": "-", + "classification": { + "B": 1.3100719797876081e-07, + "S": 4.963124666801377e-08, + "I": 9.90373664535582e-05, + "C": 5.270190740702674e-06, + "R": 4.3734706878240104e-07, + "M": 1.6190904716495425e-05, + "O": 2.1267194370011566e-06, + "W": 1.3341882265649474e-07, + "N": 3.3014750897564227e-06, + "Y": 0.000772233004681766, + "U": 1.4597621600387356e-07, + "K": 1.6823518308228813e-05, + "L": 1.1047482217918514e-07, + "G": 0.00014777113392483443, + "F": 0.001754291937686503, + "E": 0.0006474562105722725, + "T": 0.00010882127389777452, + "P": 0.15181241929531097, + "-": 0.8446133136749268 + }, + "id": "tp_7456" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 932032, + "label": "-", + "classification": { + "B": 1.5346911368396832e-06, + "S": 6.033727004250977e-06, + "I": 0.002167401136830449, + "C": 4.796843131771311e-05, + "R": 1.809233617677819e-05, + "M": 0.0004974603070877492, + "O": 8.368947601411492e-05, + "W": 4.062730113219004e-06, + "N": 7.222228305181488e-05, + "Y": 0.00913996621966362, + "U": 1.1405509212636389e-06, + "K": 5.711291669285856e-05, + "L": 4.755709596793167e-06, + "G": 0.0013315444812178612, + "F": 0.005549538880586624, + "E": 0.0010129836155101657, + "T": 0.004017673432826996, + "P": 0.08697803318500519, + "-": 0.8890087008476257 + }, + "id": "tp_7457" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 932132, + "label": "-", + "classification": { + "B": 4.2990697579625703e-07, + "S": 1.2788338210611983e-07, + "I": 0.0001713680976536125, + "C": 3.697509328048909e-06, + "R": 5.799282121188298e-07, + "M": 7.107384590199217e-06, + "O": 4.648688445740845e-06, + "W": 2.759195467660902e-07, + "N": 6.6993934524361975e-06, + "Y": 9.671468433225527e-05, + "U": 1.0344673739837162e-07, + "K": 5.599765700026182e-07, + "L": 2.2337975735808868e-07, + "G": 2.818756183842197e-05, + "F": 0.0009151551057584584, + "E": 6.574099097633734e-05, + "T": 5.5824686569394544e-05, + "P": 0.4978058934211731, + "-": 0.5008366107940674 + }, + "id": "tp_7458" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 932266, + "label": "-", + "classification": { + "B": 6.531670078402385e-05, + "S": 0.00010510808351682499, + "I": 0.004427493084222078, + "C": 8.892174082575366e-05, + "R": 3.025680962309707e-05, + "M": 0.003843466052785516, + "O": 0.00030880069243721664, + "W": 1.7026226487359963e-05, + "N": 0.00033647098462097347, + "Y": 0.04016619175672531, + "U": 2.2153978989081224e-06, + "K": 0.00022476325102616102, + "L": 4.732950037578121e-05, + "G": 0.01664860174059868, + "F": 0.04168310761451721, + "E": 0.017865614965558052, + "T": 0.015337216667830944, + "P": 0.16628941893577576, + "-": 0.6925127506256104 + }, + "id": "tp_7459" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 932399, + "label": "-", + "classification": { + "B": 2.504856100316033e-09, + "S": 1.4606990061949432e-09, + "I": 3.1391084576171124e-06, + "C": 1.2618946776399298e-08, + "R": 1.0860792265532382e-09, + "M": 3.469175169357186e-07, + "O": 8.37979783341325e-08, + "W": 7.923465772385896e-10, + "N": 4.249519136578783e-08, + "Y": 7.985428965184838e-06, + "U": 1.472005711766755e-10, + "K": 1.739539845502236e-09, + "L": 2.461491677152594e-09, + "G": 1.3504717344403616e-06, + "F": 0.00029865335091017187, + "E": 6.3405809669347946e-06, + "T": 4.195851488475455e-06, + "P": 0.3041503429412842, + "-": 0.6955274939537048 + }, + "id": "tp_7460" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 932533, + "label": "-", + "classification": { + "B": 6.124436957577473e-09, + "S": 9.72797065124098e-10, + "I": 1.3206612266003503e-06, + "C": 7.75223885085552e-09, + "R": 4.366681682910212e-09, + "M": 2.6415605134388898e-06, + "O": 3.842401383735705e-07, + "W": 7.058894579969888e-10, + "N": 1.4774877987733248e-09, + "Y": 7.120537702576257e-06, + "U": 1.7603371885166474e-11, + "K": 6.468166714040935e-12, + "L": 3.633036271821766e-08, + "G": 2.883788965846179e-06, + "F": 2.2152938981889747e-05, + "E": 7.40590678560693e-07, + "T": 9.371846317662857e-06, + "P": 0.014238089323043823, + "-": 0.9857152104377747 + }, + "id": "tp_7461" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 932633, + "label": "-", + "classification": { + "B": 2.7481962661113357e-06, + "S": 3.5419636787992204e-06, + "I": 0.0003314469358883798, + "C": 4.15728754887823e-05, + "R": 8.748129403102212e-06, + "M": 4.398875898914412e-05, + "O": 3.7960769986966625e-05, + "W": 5.699153916793875e-06, + "N": 4.6008026401977986e-05, + "Y": 0.001219310681335628, + "U": 4.159466698183678e-06, + "K": 7.906559767434373e-05, + "L": 2.2625715700996807e-06, + "G": 0.00024288927670568228, + "F": 0.006418370176106691, + "E": 0.000593119824770838, + "T": 0.00053311389638111, + "P": 0.26638200879096985, + "-": 0.7240040302276611 + }, + "id": "tp_7462" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 932766, + "label": "-", + "classification": { + "B": 1.2755781142459455e-07, + "S": 1.3888985961330036e-07, + "I": 5.5650871217949316e-05, + "C": 4.548981905827532e-06, + "R": 6.777598287044384e-07, + "M": 1.0357656719861552e-05, + "O": 4.100224032299593e-06, + "W": 1.914356460019917e-07, + "N": 1.844930352490337e-06, + "Y": 0.0004608015005942434, + "U": 1.431790366268615e-07, + "K": 1.5275038549589226e-06, + "L": 2.626798334404157e-07, + "G": 3.994826693087816e-05, + "F": 0.001001683296635747, + "E": 2.880182546505239e-05, + "T": 0.00020890473388135433, + "P": 0.0809568390250206, + "-": 0.9172233939170837 + }, + "id": "tp_7463" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 932900, + "label": "-", + "classification": { + "B": 2.631380766615621e-06, + "S": 3.654936051589175e-07, + "I": 0.00023023349058348686, + "C": 7.487600669264793e-05, + "R": 2.622509782668203e-06, + "M": 6.459290307248011e-05, + "O": 1.6686059097992256e-05, + "W": 3.3143425071102683e-07, + "N": 7.4974650488002226e-06, + "Y": 0.0002992537629324943, + "U": 4.758387035508349e-07, + "K": 4.626890302006359e-07, + "L": 3.284025979155558e-06, + "G": 0.00043805246241390705, + "F": 0.0019471356645226479, + "E": 0.00028909588581882417, + "T": 0.00020029662118759006, + "P": 0.22423775494098663, + "-": 0.7721843719482422 + }, + "id": "tp_7464" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 933033, + "label": "-", + "classification": { + "B": 8.686751016284688e-07, + "S": 1.8257550209455076e-06, + "I": 0.0003954994026571512, + "C": 1.5531575627392158e-05, + "R": 3.65550113201607e-06, + "M": 5.003542173653841e-05, + "O": 3.1848307116888463e-05, + "W": 1.401488589181099e-06, + "N": 2.192995452787727e-05, + "Y": 0.0007959564682096243, + "U": 9.915728469422902e-07, + "K": 4.535949756245827e-06, + "L": 3.022919599970919e-06, + "G": 0.0002678301534615457, + "F": 0.0031166255939751863, + "E": 0.0003639461938291788, + "T": 0.0007399508031085134, + "P": 0.24731884896755219, + "-": 0.7468656897544861 + }, + "id": "tp_7465" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 933133, + "label": "-", + "classification": { + "B": 2.2223475752980448e-05, + "S": 3.0921032703190576e-06, + "I": 7.569515582872555e-05, + "C": 2.3635591787751764e-05, + "R": 6.997850505285896e-06, + "M": 0.0004033947770949453, + "O": 9.020908328238875e-05, + "W": 1.627710730645049e-06, + "N": 2.5844901756499894e-06, + "Y": 0.0018742334796115756, + "U": 5.021557285544986e-07, + "K": 1.1773968253692146e-06, + "L": 2.14796673390083e-05, + "G": 0.0013025979278609157, + "F": 0.006756689865142107, + "E": 0.00013021302584093064, + "T": 0.0008677705773152411, + "P": 0.03878843039274216, + "-": 0.9496274590492249 + }, + "id": "tp_7466" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 933267, + "label": "-", + "classification": { + "B": 1.0466248312468451e-07, + "S": 2.3944084048821423e-08, + "I": 1.1116567293356638e-05, + "C": 1.6201178141272976e-06, + "R": 1.2585107356244407e-07, + "M": 5.164612957742065e-06, + "O": 2.266031742692576e-06, + "W": 4.115279850225306e-08, + "N": 2.932483482709358e-07, + "Y": 3.1896292057354e-05, + "U": 2.1392754234739186e-08, + "K": 6.674409291917982e-08, + "L": 1.4503866907489282e-07, + "G": 1.0206545994151384e-05, + "F": 0.00023351801792159677, + "E": 1.307981710851891e-05, + "T": 5.593822061200626e-05, + "P": 0.07775846868753433, + "-": 0.9218758940696716 + }, + "id": "tp_7467" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 933400, + "label": "-", + "classification": { + "B": 0.00016261595010291785, + "S": 7.517905032727867e-05, + "I": 0.0005635085399262607, + "C": 0.00019177660578861833, + "R": 8.596367842983454e-05, + "M": 0.001097076921723783, + "O": 0.0009349298779852688, + "W": 6.630575080635026e-05, + "N": 6.976810982450843e-05, + "Y": 0.0031409456860274076, + "U": 3.086766446358524e-05, + "K": 2.451530599500984e-05, + "L": 0.0002384575636824593, + "G": 0.0009939655428752303, + "F": 0.0049621229991316795, + "E": 0.00040017830906435847, + "T": 0.005459118634462357, + "P": 0.0842258408665657, + "-": 0.8972768187522888 + }, + "id": "tp_7468" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 933500, + "label": "-", + "classification": { + "B": 2.4585675717503364e-09, + "S": 5.6174220830484956e-09, + "I": 3.4780368878273293e-06, + "C": 2.7810390434979126e-08, + "R": 8.946053675629173e-09, + "M": 1.7149571931440732e-06, + "O": 3.4542813409643713e-07, + "W": 1.1844115910264463e-08, + "N": 7.407000168768718e-08, + "Y": 0.00011387540871510282, + "U": 2.358494510801279e-09, + "K": 1.5555781374132494e-06, + "L": 2.501393758791437e-09, + "G": 4.233389972796431e-06, + "F": 0.00032754684798419476, + "E": 3.8228063203860074e-06, + "T": 4.054757300764322e-05, + "P": 0.013648021966218948, + "-": 0.9858546853065491 + }, + "id": "tp_7469" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 933634, + "label": "-", + "classification": { + "B": 5.263487423690094e-07, + "S": 2.8324511731625535e-06, + "I": 5.4147953051142395e-05, + "C": 2.8950450996489963e-06, + "R": 8.441355134891637e-07, + "M": 1.7476813809480518e-05, + "O": 1.9571592929423787e-05, + "W": 1.829647089834907e-06, + "N": 8.264237294497434e-06, + "Y": 0.0002790448197629303, + "U": 4.2181403614449664e-07, + "K": 5.549902653001482e-06, + "L": 6.186532459651062e-07, + "G": 1.8302362150279805e-05, + "F": 0.0017863144166767597, + "E": 3.4664109989535064e-05, + "T": 0.0005294542643241584, + "P": 0.13007748126983643, + "-": 0.8671596646308899 + }, + "id": "tp_7470" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 933767, + "label": "-", + "classification": { + "B": 8.608909638496698e-07, + "S": 4.496398560149828e-07, + "I": 9.2724607384298e-05, + "C": 5.402157967182575e-06, + "R": 1.599444544808648e-06, + "M": 4.6305416617542505e-05, + "O": 2.6327350497012958e-05, + "W": 7.846548442103085e-07, + "N": 2.161222937502316e-06, + "Y": 0.00014748904504813254, + "U": 8.302760079459404e-08, + "K": 2.58935870078858e-07, + "L": 2.5203239601978566e-06, + "G": 0.00014389985881280154, + "F": 0.0014873124891892076, + "E": 8.31277939141728e-05, + "T": 0.00016392023826483637, + "P": 0.10874460637569427, + "-": 0.8890500664710999 + }, + "id": "tp_7471" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 933901, + "label": "-", + "classification": { + "B": 1.6922241456995835e-06, + "S": 7.93981655533571e-07, + "I": 6.080319963075453e-06, + "C": 8.856491717779136e-07, + "R": 1.5117493035177176e-07, + "M": 1.211941798828775e-05, + "O": 9.743010195961688e-06, + "W": 5.728879273192433e-07, + "N": 7.073412007230218e-07, + "Y": 0.00016936741303652525, + "U": 8.025655517940322e-08, + "K": 3.0762973892706214e-06, + "L": 4.0779138998914277e-07, + "G": 6.736494833603501e-05, + "F": 0.004137750249356031, + "E": 8.619518484920263e-05, + "T": 6.073334225220606e-05, + "P": 0.08170635998249054, + "-": 0.9137358665466309 + }, + "id": "tp_7472" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 934001, + "label": "-", + "classification": { + "B": 4.827759767067619e-06, + "S": 3.968958026234759e-06, + "I": 3.4786833566613495e-05, + "C": 0.00016783844330348074, + "R": 4.181420081295073e-05, + "M": 0.00012015858374070376, + "O": 9.172865247819573e-05, + "W": 3.1171252885542344e-06, + "N": 2.3059699287841795e-06, + "Y": 0.001553972135297954, + "U": 1.0965831052089925e-06, + "K": 7.825219654478133e-06, + "L": 2.015099562413525e-05, + "G": 0.0007101485971361399, + "F": 0.010913584381341934, + "E": 3.4996097383555025e-05, + "T": 0.0005114387022331357, + "P": 0.011199483647942543, + "-": 0.9745766520500183 + }, + "id": "tp_7473" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 934134, + "label": "-", + "classification": { + "B": 7.643912586230428e-11, + "S": 1.0020555912815254e-10, + "I": 1.6907248436837108e-06, + "C": 5.095021293755053e-08, + "R": 3.0599731637437344e-09, + "M": 3.043838958660672e-08, + "O": 2.442963165094625e-08, + "W": 5.745243725208127e-10, + "N": 2.2587769876736274e-08, + "Y": 4.670761882152874e-06, + "U": 4.79597472846649e-10, + "K": 6.321836565348349e-08, + "L": 2.2026026835764156e-10, + "G": 2.93055933298092e-07, + "F": 8.718699245946482e-05, + "E": 9.283635336032603e-07, + "T": 2.5652479962445796e-06, + "P": 0.11784431338310242, + "-": 0.8820582032203674 + }, + "id": "tp_7474" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 934268, + "label": "-", + "classification": { + "B": 7.615596405230463e-05, + "S": 0.00048747879918664694, + "I": 0.0026821016799658537, + "C": 0.0006920183659531176, + "R": 0.00040945029468275607, + "M": 0.0041274335235357285, + "O": 0.0021742568351328373, + "W": 0.0002843179681804031, + "N": 0.000543381494935602, + "Y": 0.014177696779370308, + "U": 7.605790597153828e-05, + "K": 0.0004532065649982542, + "L": 0.0003107988741248846, + "G": 0.0040191165171563625, + "F": 0.03942430391907692, + "E": 0.0019387064967304468, + "T": 0.011645646765828133, + "P": 0.17298315465450287, + "-": 0.7434948086738586 + }, + "id": "tp_7475" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 934401, + "label": "-", + "classification": { + "B": 1.0085702051298995e-08, + "S": 1.978393227020092e-09, + "I": 6.680670026071311e-07, + "C": 1.3423360201159085e-07, + "R": 5.998224583692036e-09, + "M": 2.3227853489515837e-06, + "O": 3.825086594133609e-07, + "W": 2.160516432425652e-09, + "N": 8.57444426571874e-09, + "Y": 1.4540590200340375e-05, + "U": 3.9726666400952126e-10, + "K": 3.0422406815944214e-09, + "L": 1.535883775716229e-08, + "G": 3.97414487451897e-06, + "F": 0.0001001420387183316, + "E": 1.442312054678041e-06, + "T": 7.957258276292123e-06, + "P": 0.009831424802541733, + "-": 0.9900368452072144 + }, + "id": "tp_7476" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 934501, + "label": "-", + "classification": { + "B": 2.4707971533644013e-05, + "S": 1.3395207361099892e-06, + "I": 9.10942708287621e-06, + "C": 6.076015779399313e-06, + "R": 6.297504455687886e-07, + "M": 0.0004898880724795163, + "O": 5.630825035041198e-05, + "W": 4.2254532672814094e-07, + "N": 2.3668604853810393e-07, + "Y": 0.0003284323320258409, + "U": 3.4370106760661656e-08, + "K": 1.3687713185106531e-08, + "L": 1.820262332330458e-05, + "G": 0.0004976174095645547, + "F": 0.002072870032861829, + "E": 2.0206331100780517e-05, + "T": 0.0005368486745283008, + "P": 0.0156729556620121, + "-": 0.9802640676498413 + }, + "id": "tp_7477" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 934635, + "label": "-", + "classification": { + "B": 2.27051044632276e-09, + "S": 4.138767106809382e-09, + "I": 3.2903785722737666e-06, + "C": 4.192880567188695e-07, + "R": 4.28563424748063e-08, + "M": 4.907287802780047e-07, + "O": 3.9901254922369844e-07, + "W": 9.309456316941578e-09, + "N": 3.505700618688934e-08, + "Y": 3.0985345802037045e-05, + "U": 4.737541470234419e-09, + "K": 7.017716185941936e-09, + "L": 2.0167249203950632e-08, + "G": 1.6031131053750869e-06, + "F": 8.896761573851109e-05, + "E": 6.612627885260736e-07, + "T": 2.3019239961286075e-05, + "P": 0.03299307823181152, + "-": 0.9668568968772888 + }, + "id": "tp_7478" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 934768, + "label": "-", + "classification": { + "B": 4.1114674331765855e-07, + "S": 6.992637935354651e-08, + "I": 1.57179147208808e-05, + "C": 1.3783077292828239e-06, + "R": 3.8755385389777075e-07, + "M": 2.3015618353383616e-06, + "O": 4.941278803016758e-06, + "W": 1.756814356212999e-07, + "N": 6.372801522047666e-07, + "Y": 4.689035631599836e-05, + "U": 4.916370599516995e-08, + "K": 6.463039170512275e-08, + "L": 4.1081986523749947e-07, + "G": 1.781518221832812e-05, + "F": 0.0006405831081792712, + "E": 1.764328044373542e-05, + "T": 6.696458149235696e-05, + "P": 0.1636175513267517, + "-": 0.835565984249115 + }, + "id": "tp_7479" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 934902, + "label": "-", + "classification": { + "B": 3.0175873689586297e-05, + "S": 9.453119673707988e-06, + "I": 0.0004952761810272932, + "C": 6.502393080154434e-05, + "R": 1.2644485650525894e-05, + "M": 0.00026966939913108945, + "O": 0.00010646694136084989, + "W": 1.0541252777329646e-05, + "N": 4.89183803438209e-05, + "Y": 0.0017231550300493836, + "U": 5.043750661570812e-06, + "K": 4.7430188715225086e-05, + "L": 1.3471569218381774e-05, + "G": 0.0008121425053104758, + "F": 0.0056147039867937565, + "E": 0.0017541734268888831, + "T": 0.0009511728421784937, + "P": 0.1649332195520401, + "-": 0.8230974078178406 + }, + "id": "tp_7480" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 935002, + "label": "-", + "classification": { + "B": 6.286547886702465e-06, + "S": 3.081599970755633e-06, + "I": 0.0003429834032431245, + "C": 4.5471253542928025e-05, + "R": 5.542041890294058e-06, + "M": 0.00043581752106547356, + "O": 4.9181337089976296e-05, + "W": 3.6483118037722306e-06, + "N": 2.8193273465149105e-05, + "Y": 0.004199914634227753, + "U": 1.946620159287704e-06, + "K": 6.753784691682085e-05, + "L": 4.574638296617195e-06, + "G": 0.0009366781450808048, + "F": 0.005216032732278109, + "E": 0.0015098222065716982, + "T": 0.0010033241705968976, + "P": 0.10359755903482437, + "-": 0.8825423121452332 + }, + "id": "tp_7481" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 935135, + "label": "-", + "classification": { + "B": 1.2232090966790565e-06, + "S": 8.502619834871439e-07, + "I": 0.00029319009627215564, + "C": 0.00011844606342492625, + "R": 1.450924901291728e-05, + "M": 0.00011116085079265758, + "O": 2.8053831556462683e-05, + "W": 1.687682356532605e-06, + "N": 1.4583911251975223e-05, + "Y": 0.006926228757947683, + "U": 1.764198259479599e-06, + "K": 6.7081258748658e-05, + "L": 2.1047358131909277e-06, + "G": 0.0011520283296704292, + "F": 0.0024430735502392054, + "E": 0.0006610704585909843, + "T": 0.0007914392626844347, + "P": 0.050206415355205536, + "-": 0.9371652007102966 + }, + "id": "tp_7482" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 935269, + "label": "-", + "classification": { + "B": 6.124539453367106e-08, + "S": 2.8035161747652637e-08, + "I": 3.0022300052223727e-05, + "C": 3.087219738517888e-06, + "R": 3.364394274285587e-07, + "M": 8.284638170152903e-06, + "O": 1.5200211009869236e-06, + "W": 3.617675048417368e-08, + "N": 3.974229798586748e-07, + "Y": 0.0003395606472622603, + "U": 2.931353648705226e-08, + "K": 1.7687871434191038e-07, + "L": 2.0003341205665492e-07, + "G": 6.510774983325973e-05, + "F": 0.001612103427760303, + "E": 5.115276508149691e-05, + "T": 7.497616752516478e-05, + "P": 0.07688037306070328, + "-": 0.9209325313568115 + }, + "id": "tp_7483" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 935402, + "label": "-", + "classification": { + "B": 5.3580517800355665e-08, + "S": 2.3831828954712364e-08, + "I": 0.00013441135524772108, + "C": 2.8171637040941278e-06, + "R": 1.3032544643465371e-07, + "M": 3.711851604748517e-05, + "O": 1.6181805904125213e-06, + "W": 3.223905054028364e-08, + "N": 1.8801395071932347e-06, + "Y": 0.00044073231401853263, + "U": 2.2037601965507747e-08, + "K": 1.13038389315534e-07, + "L": 9.512815779544326e-08, + "G": 3.725302667589858e-05, + "F": 0.00012338184751570225, + "E": 0.00016187981236726046, + "T": 0.00024403129646088928, + "P": 0.16425439715385437, + "-": 0.8345600366592407 + }, + "id": "tp_7484" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 935502, + "label": "-", + "classification": { + "B": 6.29892383585684e-07, + "S": 3.78270215151133e-07, + "I": 3.7251454614306567e-06, + "C": 3.7317715850804234e-07, + "R": 1.3142846455593826e-07, + "M": 2.4775081328698434e-05, + "O": 1.0219107934972271e-05, + "W": 9.915633825130499e-08, + "N": 1.4143608950689668e-07, + "Y": 0.00021497730631381273, + "U": 9.523460242633064e-09, + "K": 2.410468624702844e-08, + "L": 8.578045935792034e-07, + "G": 5.827508357469924e-05, + "F": 0.0010990186128765345, + "E": 4.7228413677657954e-06, + "T": 0.0002197733410866931, + "P": 0.025803012773394585, + "-": 0.972558856010437 + }, + "id": "tp_7485" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 935636, + "label": "-", + "classification": { + "B": 1.1403786629671231e-05, + "S": 1.4262409422372002e-06, + "I": 0.00015295454068109393, + "C": 7.840466423658654e-06, + "R": 1.217206886394706e-06, + "M": 0.0004423402715474367, + "O": 2.0497200239333324e-05, + "W": 4.646215359116468e-07, + "N": 4.985980922356248e-06, + "Y": 0.004435938782989979, + "U": 3.135887425287365e-07, + "K": 1.4245933925849386e-06, + "L": 6.217029749677749e-06, + "G": 0.0015390877379104495, + "F": 0.0037596917245537043, + "E": 0.0005854571354575455, + "T": 0.0019514120649546385, + "P": 0.1490338146686554, + "-": 0.8380434513092041 + }, + "id": "tp_7486" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 935769, + "label": "-", + "classification": { + "B": 5.9841866459464654e-05, + "S": 0.0003255214251112193, + "I": 0.011370664462447166, + "C": 0.00035949217271991074, + "R": 0.00018892865045927465, + "M": 0.0031155473552644253, + "O": 0.0009472080273553729, + "W": 0.00013434214633889496, + "N": 0.0010643668938428164, + "Y": 0.06066387519240379, + "U": 1.857867573562544e-05, + "K": 0.00040895002894103527, + "L": 9.445365867577493e-05, + "G": 0.004572959151118994, + "F": 0.02316378988325596, + "E": 0.0034125528763979673, + "T": 0.02417583391070366, + "P": 0.15573447942733765, + "-": 0.710188627243042 + }, + "id": "tp_7487" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 935903, + "label": "-", + "classification": { + "B": 1.5445790779722302e-07, + "S": 1.8211291319403244e-07, + "I": 0.00042732019210234284, + "C": 2.0810110072488897e-05, + "R": 1.9359758880455047e-06, + "M": 7.509848364861682e-05, + "O": 9.75764214672381e-06, + "W": 3.2268573590954475e-07, + "N": 8.515078661730513e-06, + "Y": 0.0011792463483288884, + "U": 2.1487549872745149e-07, + "K": 4.0129584704118315e-06, + "L": 8.620221478849999e-07, + "G": 0.00011285966320428997, + "F": 0.0017577665857970715, + "E": 0.00026023146347142756, + "T": 0.00030694299493916333, + "P": 0.13653156161308289, + "-": 0.8593022227287292 + }, + "id": "tp_7488" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 936003, + "label": "-", + "classification": { + "B": 2.8323033802735154e-06, + "S": 9.401293823430024e-07, + "I": 4.432069545146078e-05, + "C": 3.437748546275543e-06, + "R": 9.019821050060273e-07, + "M": 2.7593006961978972e-05, + "O": 1.7100990589824505e-05, + "W": 7.162919359871012e-07, + "N": 4.151749635639135e-06, + "Y": 0.00035083151306025684, + "U": 2.947772088646161e-07, + "K": 4.6900618144718464e-06, + "L": 1.5859986888244748e-06, + "G": 0.00025260119582526386, + "F": 0.005901223514229059, + "E": 0.00019122060621157289, + "T": 0.00031126028625294566, + "P": 0.17944680154323578, + "-": 0.8134374618530273 + }, + "id": "tp_7489" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 936136, + "label": "P", + "classification": { + "B": 1.7302946631048144e-08, + "S": 3.278521987226668e-08, + "I": 0.00021955026022624224, + "C": 3.0522371616825694e-06, + "R": 1.4196906761299033e-07, + "M": 1.7331534536424442e-06, + "O": 1.0357682640460553e-06, + "W": 3.4903479217973654e-08, + "N": 9.625311577110551e-06, + "Y": 3.969420868088491e-05, + "U": 5.4286473982756434e-08, + "K": 6.631091764575103e-07, + "L": 4.309330137175493e-08, + "G": 1.701403016340919e-05, + "F": 0.0004726234474219382, + "E": 0.00012918046559207141, + "T": 4.4681823055725545e-05, + "P": 0.5579612255096436, + "-": 0.4410996437072754 + }, + "id": "tp_7490" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 936270, + "label": "-", + "classification": { + "B": 4.65971190521941e-08, + "S": 4.485699278689026e-08, + "I": 6.70907465973869e-05, + "C": 3.681193220472778e-06, + "R": 4.749634570089256e-07, + "M": 2.2723348592990078e-05, + "O": 3.6323633594292914e-06, + "W": 7.831491188881046e-08, + "N": 1.500691041655955e-06, + "Y": 0.0002907570742536336, + "U": 7.922523082015687e-08, + "K": 4.354782845439331e-07, + "L": 3.199805860276683e-07, + "G": 3.5386077797738835e-05, + "F": 0.0006696337950415909, + "E": 7.722973532509059e-05, + "T": 0.00021340577222872525, + "P": 0.06499136984348297, + "-": 0.9336221218109131 + }, + "id": "tp_7491" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 936403, + "label": "-", + "classification": { + "B": 1.2928136357004405e-06, + "S": 2.3071370378602296e-06, + "I": 0.0001659340923652053, + "C": 3.3152969990624115e-05, + "R": 4.9307013796351384e-06, + "M": 2.5247320081689395e-05, + "O": 1.7541993656777777e-05, + "W": 2.4477906208630884e-06, + "N": 2.3814260202925652e-05, + "Y": 0.0006055645644664764, + "U": 2.0291656710469397e-06, + "K": 7.13909903424792e-05, + "L": 1.8434052435623016e-06, + "G": 0.00011925608851015568, + "F": 0.016864124685525894, + "E": 0.0004301401204429567, + "T": 0.00031121502979658544, + "P": 0.2506033182144165, + "-": 0.7307143807411194 + }, + "id": "tp_7492" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 936503, + "label": "-", + "classification": { + "B": 1.434509577791232e-08, + "S": 2.3464819420837557e-08, + "I": 2.3694231003901223e-06, + "C": 7.816170466412586e-08, + "R": 1.3404219068036127e-08, + "M": 7.241672392410692e-06, + "O": 6.898210358485812e-07, + "W": 5.392385649116704e-09, + "N": 3.4440333251950506e-08, + "Y": 0.00018650249694474041, + "U": 1.0575428310843904e-09, + "K": 3.836865936079903e-09, + "L": 4.135583608899651e-08, + "G": 1.1412639651098289e-05, + "F": 0.0002698760654311627, + "E": 2.0275178940210026e-06, + "T": 0.00019017801969312131, + "P": 0.03659024089574814, + "-": 0.9627391695976257 + }, + "id": "tp_7493" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 936637, + "label": "-", + "classification": { + "B": 2.1731425476900768e-06, + "S": 1.4168458619678859e-06, + "I": 8.85376357473433e-05, + "C": 1.9065446394961327e-05, + "R": 2.098084451063187e-06, + "M": 0.00014700544124934822, + "O": 2.2103464289102703e-05, + "W": 1.071892938853125e-06, + "N": 5.0690646276052576e-06, + "Y": 0.0022720375563949347, + "U": 6.980171178838646e-07, + "K": 2.2795969925937243e-05, + "L": 3.3224594062630786e-06, + "G": 0.000580046558752656, + "F": 0.010527052916586399, + "E": 0.0003945518401451409, + "T": 0.0005327950930222869, + "P": 0.06264198571443558, + "-": 0.9227361083030701 + }, + "id": "tp_7494" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 936770, + "label": "P", + "classification": { + "B": 9.192883680952946e-07, + "S": 6.435587920350372e-07, + "I": 0.0011650489177554846, + "C": 7.482708042516606e-06, + "R": 1.083665779333387e-06, + "M": 5.3842395573155954e-06, + "O": 4.077040102856699e-06, + "W": 5.647611374115513e-07, + "N": 0.00010425499203847721, + "Y": 2.5740866476553492e-05, + "U": 3.2530132898500597e-07, + "K": 3.1693512028141413e-06, + "L": 2.6041010414701304e-07, + "G": 2.616882738948334e-05, + "F": 0.0002191001403843984, + "E": 0.0004225290031172335, + "T": 4.161825927440077e-05, + "P": 0.9340172410011292, + "-": 0.06395430862903595 + }, + "id": "tp_7495" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 936904, + "label": "-", + "classification": { + "B": 3.28090976609019e-08, + "S": 5.524881530050152e-08, + "I": 7.0517216954613104e-06, + "C": 1.8773788212911313e-07, + "R": 1.853655717809488e-08, + "M": 5.710887307941448e-06, + "O": 9.627476629248122e-07, + "W": 3.27123679255692e-08, + "N": 3.1861094385021715e-07, + "Y": 7.199104584287852e-05, + "U": 6.042944811213147e-09, + "K": 2.0778600173798623e-06, + "L": 2.4626462646892833e-08, + "G": 1.7950023902812973e-05, + "F": 0.004665330983698368, + "E": 0.00012308014265727252, + "T": 3.239371289964765e-05, + "P": 0.10308977216482162, + "-": 0.8919830322265625 + }, + "id": "tp_7496" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 937004, + "label": "-", + "classification": { + "B": 3.5818409287458053e-06, + "S": 3.5811387988360366e-07, + "I": 2.664397470653057e-05, + "C": 1.1035124316549627e-06, + "R": 9.598446126801718e-08, + "M": 3.699241278809495e-05, + "O": 8.504401193931699e-06, + "W": 1.3089488959394657e-07, + "N": 1.8793589333654381e-06, + "Y": 0.00012079983571311459, + "U": 4.577889711754324e-08, + "K": 1.5277586840056756e-07, + "L": 5.845504915669153e-07, + "G": 0.00011766215175157413, + "F": 0.0009926286293193698, + "E": 0.0001125891285482794, + "T": 0.0002052669005934149, + "P": 0.3795590102672577, + "-": 0.6188120245933533 + }, + "id": "tp_7497" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 937137, + "label": "-", + "classification": { + "B": 9.051522283698432e-06, + "S": 2.222583589173155e-06, + "I": 8.08734621386975e-05, + "C": 5.836649052071152e-06, + "R": 1.3421681615000125e-06, + "M": 0.00010825243953149766, + "O": 5.4020998504711315e-05, + "W": 1.863767806753458e-06, + "N": 3.3730582345015137e-06, + "Y": 0.00036146093043498695, + "U": 2.3610085975178663e-07, + "K": 3.095969987043645e-07, + "L": 6.687158020213246e-06, + "G": 0.00022893866116646677, + "F": 0.0025598269421607256, + "E": 0.00014252222899813205, + "T": 0.0003019699943251908, + "P": 0.12114661186933517, + "-": 0.874984622001648 + }, + "id": "tp_7498" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 937271, + "label": "-", + "classification": { + "B": 0.0004857771855313331, + "S": 0.00010976559860864654, + "I": 0.0003590984269976616, + "C": 0.0001661863352637738, + "R": 5.9831469116033986e-05, + "M": 0.001981262117624283, + "O": 0.0004898332990705967, + "W": 3.652871964732185e-05, + "N": 3.065735654672608e-05, + "Y": 0.0059734839014709, + "U": 7.446114977938123e-06, + "K": 8.245506614912301e-05, + "L": 0.0002277169842272997, + "G": 0.01095269899815321, + "F": 0.03754332289099693, + "E": 0.002383515005931258, + "T": 0.0029758894816040993, + "P": 0.054951950907707214, + "-": 0.8811826705932617 + }, + "id": "tp_7499" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 937404, + "label": "-", + "classification": { + "B": 5.495989774395582e-10, + "S": 4.333840231129926e-11, + "I": 3.941153863706859e-06, + "C": 1.576712662654245e-07, + "R": 1.7292665077661695e-08, + "M": 1.9341891857038718e-06, + "O": 2.1464904520485106e-08, + "W": 2.0786548871054578e-10, + "N": 4.125543906496887e-09, + "Y": 0.0004520495131146163, + "U": 2.72836170323032e-10, + "K": 7.426358195061766e-08, + "L": 3.324826636230682e-09, + "G": 9.246268746210262e-05, + "F": 0.00023036677157506347, + "E": 1.8375874788034707e-05, + "T": 1.852460809459444e-05, + "P": 0.004809583071619272, + "-": 0.9943724870681763 + }, + "id": "tp_7500" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 937504, + "label": "-", + "classification": { + "B": 2.6103859909198945e-06, + "S": 8.735580081520311e-07, + "I": 0.00027334000333212316, + "C": 1.55166180775268e-05, + "R": 2.4218129510700237e-06, + "M": 0.0001189197355415672, + "O": 1.902176700241398e-05, + "W": 4.7046336248968146e-07, + "N": 6.417034001060529e-06, + "Y": 0.0006131802219897509, + "U": 4.7433053396161995e-07, + "K": 1.436549837308121e-06, + "L": 5.68365885555977e-06, + "G": 0.00037133455043658614, + "F": 0.0030674117151647806, + "E": 0.0003973470302298665, + "T": 0.0008730562403798103, + "P": 0.09352089464664459, + "-": 0.9007095694541931 + }, + "id": "tp_7501" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 937638, + "label": "P", + "classification": { + "B": 1.286576207348844e-05, + "S": 6.970779850234976e-06, + "I": 0.004606836009770632, + "C": 8.33525336929597e-05, + "R": 1.3906139429309405e-05, + "M": 0.00017520370602142066, + "O": 4.253643055562861e-05, + "W": 8.51093773235334e-06, + "N": 0.00033291621366515756, + "Y": 0.0019142600940540433, + "U": 5.251353286439553e-06, + "K": 0.0001001341370283626, + "L": 5.238933226792142e-06, + "G": 0.0009124348871409893, + "F": 0.003093927400186658, + "E": 0.004744137171655893, + "T": 0.0005793434684164822, + "P": 0.7628534436225891, + "-": 0.22050878405570984 + }, + "id": "tp_7502" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 937771, + "label": "-", + "classification": { + "B": 5.279895958665293e-06, + "S": 7.039991942292545e-06, + "I": 0.0007946384721435606, + "C": 0.00013581314124166965, + "R": 5.9955720644211397e-05, + "M": 0.00411479827016592, + "O": 0.0003429286298342049, + "W": 4.911033556709299e-06, + "N": 6.210958417796064e-06, + "Y": 0.016888361424207687, + "U": 6.261429916776251e-07, + "K": 1.4332233888580959e-07, + "L": 0.00015672000881750137, + "G": 0.002488431055098772, + "F": 0.0016831893008202314, + "E": 6.571817357325926e-05, + "T": 0.015834812074899673, + "P": 0.009773442521691322, + "-": 0.9476369023323059 + }, + "id": "tp_7503" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 937905, + "label": "-", + "classification": { + "B": 0.00010811448009917513, + "S": 1.4876782188366633e-05, + "I": 0.0004573977494146675, + "C": 0.00017830061551649123, + "R": 3.0984119803179055e-05, + "M": 0.0006116101867519319, + "O": 0.00032245146576315165, + "W": 1.2983769011043478e-05, + "N": 7.009406544966623e-05, + "Y": 0.002812903607264161, + "U": 9.37696222536033e-06, + "K": 1.1213852303626481e-05, + "L": 5.5601685744477436e-05, + "G": 0.0019164461409673095, + "F": 0.0054532443173229694, + "E": 0.000963173748459667, + "T": 0.0021684598177671432, + "P": 0.2076665312051773, + "-": 0.7771362662315369 + }, + "id": "tp_7504" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 938005, + "label": "-", + "classification": { + "B": 7.483744290937011e-09, + "S": 2.0884632911943868e-10, + "I": 1.6808447981020436e-05, + "C": 6.281478022174269e-07, + "R": 1.8723167016787556e-08, + "M": 2.4803127871564357e-06, + "O": 6.205014102533823e-08, + "W": 3.690396321864853e-10, + "N": 5.859904916860614e-08, + "Y": 7.383968477370217e-05, + "U": 9.901363062780888e-10, + "K": 7.043036820419957e-09, + "L": 9.847689774744595e-09, + "G": 4.53359643870499e-05, + "F": 0.0002631215029396117, + "E": 7.549011206720024e-05, + "T": 1.4572060536011122e-05, + "P": 0.1468869298696518, + "-": 0.8526207208633423 + }, + "id": "tp_7505" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 938138, + "label": "-", + "classification": { + "B": 2.7889773264178075e-06, + "S": 1.3410544852376916e-06, + "I": 0.00020271095854695886, + "C": 7.751952216494828e-05, + "R": 1.5624445950379595e-05, + "M": 0.00019647175213322043, + "O": 3.4226206480525434e-05, + "W": 3.0881353723088978e-06, + "N": 7.424169780279044e-06, + "Y": 0.0021039280109107494, + "U": 1.4407391972781625e-06, + "K": 9.951620086212642e-06, + "L": 8.26995528768748e-06, + "G": 0.00046986143570393324, + "F": 0.003188545349985361, + "E": 0.0002654799318406731, + "T": 0.0006513840635307133, + "P": 0.0733954906463623, + "-": 0.9193643927574158 + }, + "id": "tp_7506" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 938272, + "label": "-", + "classification": { + "B": 3.049987640224572e-07, + "S": 2.5476361997789354e-07, + "I": 0.00046427000779658556, + "C": 7.139484660001472e-05, + "R": 6.446761290135328e-06, + "M": 4.291592995286919e-05, + "O": 1.7225302144652233e-05, + "W": 1.079151161320624e-06, + "N": 2.1612662749248557e-05, + "Y": 0.0004910015850327909, + "U": 1.0754403092505527e-06, + "K": 1.2740324564219918e-05, + "L": 1.5021258832348394e-06, + "G": 0.0002017314254771918, + "F": 0.001782446401193738, + "E": 0.00040970605914480984, + "T": 0.00028456735890358686, + "P": 0.16932547092437744, + "-": 0.8268642425537109 + }, + "id": "tp_7507" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 938405, + "label": "-", + "classification": { + "B": 0.00026994338259100914, + "S": 1.5936086128931493e-05, + "I": 0.001595844398252666, + "C": 0.00016463016800116748, + "R": 5.025401333114132e-05, + "M": 0.0007256495300680399, + "O": 0.0004680828715208918, + "W": 2.5918479877873324e-05, + "N": 0.00010635426588123664, + "Y": 0.0011584804160520434, + "U": 9.584891813574359e-06, + "K": 3.857519004668575e-06, + "L": 0.00012270182196516544, + "G": 0.0024960122536867857, + "F": 0.002284260233864188, + "E": 0.0012876337859779596, + "T": 0.0023550796322524548, + "P": 0.35307571291923523, + "-": 0.6337841153144836 + }, + "id": "tp_7508" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 938505, + "label": "P", + "classification": { + "B": 5.251503409908764e-08, + "S": 3.751818855590727e-09, + "I": 0.00016806471103336662, + "C": 2.948848305095453e-06, + "R": 1.1215297490707599e-07, + "M": 4.219665697746677e-06, + "O": 5.489037562256271e-07, + "W": 8.336563439570455e-09, + "N": 1.311354367317108e-06, + "Y": 0.00010903458314714953, + "U": 1.9518394012152385e-08, + "K": 1.0413184980961887e-08, + "L": 1.2077761368800566e-07, + "G": 4.306727714720182e-05, + "F": 0.00024462403962388635, + "E": 9.492287790635601e-05, + "T": 3.149060648865998e-05, + "P": 0.5645204782485962, + "-": 0.43477892875671387 + }, + "id": "tp_7509" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 938639, + "label": "-", + "classification": { + "B": 3.039981038455153e-06, + "S": 1.6657372725603636e-06, + "I": 5.587002306128852e-05, + "C": 4.152202564000618e-06, + "R": 7.333344456128543e-07, + "M": 7.992256723809987e-05, + "O": 1.4656525308964774e-05, + "W": 8.390267112190486e-07, + "N": 3.3640633319009794e-06, + "Y": 0.0007537355413660407, + "U": 2.368513918327153e-07, + "K": 9.683712960395496e-06, + "L": 1.6317003428412136e-06, + "G": 0.0003035088593605906, + "F": 0.009788822382688522, + "E": 0.0003205618995707482, + "T": 0.0003259979421272874, + "P": 0.11083168536424637, + "-": 0.8774999380111694 + }, + "id": "tp_7510" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 938772, + "label": "-", + "classification": { + "B": 1.0069156815006863e-05, + "S": 1.7602706066099927e-05, + "I": 0.0002881157270167023, + "C": 2.9559441827586852e-05, + "R": 5.912096639804076e-06, + "M": 7.345065387198702e-05, + "O": 7.635518704773858e-05, + "W": 8.370359864784405e-06, + "N": 5.8431935030967e-05, + "Y": 0.0009853693190962076, + "U": 5.4310016821546014e-06, + "K": 0.00024417979875579476, + "L": 3.1375079743156675e-06, + "G": 0.00030045630410313606, + "F": 0.006515095476061106, + "E": 0.0006940893945284188, + "T": 0.000880544597748667, + "P": 0.19171945750713348, + "-": 0.7980844974517822 + }, + "id": "tp_7511" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 938906, + "label": "-", + "classification": { + "B": 7.090561848599464e-05, + "S": 5.994815001031384e-05, + "I": 0.005210835486650467, + "C": 0.0009210091084241867, + "R": 0.00017696920258458704, + "M": 0.0019547855481505394, + "O": 0.000550831260625273, + "W": 7.024132355581969e-05, + "N": 0.0007353905821219087, + "Y": 0.005460859276354313, + "U": 6.725319690303877e-05, + "K": 0.0004399043682496995, + "L": 0.00011984709271928295, + "G": 0.0027599658351391554, + "F": 0.01958499290049076, + "E": 0.007680684793740511, + "T": 0.004454044625163078, + "P": 0.26847517490386963, + "-": 0.6812063455581665 + }, + "id": "tp_7512" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 939006, + "label": "-", + "classification": { + "B": 6.764039426343516e-07, + "S": 1.9343124790793809e-07, + "I": 3.2616120734019205e-05, + "C": 1.485586608396261e-06, + "R": 2.8612240043912607e-07, + "M": 0.0001684636517893523, + "O": 1.2716904166154563e-05, + "W": 9.836311676281184e-08, + "N": 2.5565915962033614e-07, + "Y": 0.0007491412688978016, + "U": 9.449385274251654e-09, + "K": 1.0255098992217881e-08, + "L": 1.8709838514041621e-06, + "G": 0.00018440827261656523, + "F": 0.0003566776867955923, + "E": 2.691416557354387e-05, + "T": 0.0005188857903704047, + "P": 0.016963539645075798, + "-": 0.980981707572937 + }, + "id": "tp_7513" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 939139, + "label": "-", + "classification": { + "B": 1.8604163187774247e-07, + "S": 1.316851978572231e-07, + "I": 7.490053394576535e-05, + "C": 2.159027644665912e-06, + "R": 4.885555426881183e-07, + "M": 4.139900556765497e-05, + "O": 8.244855052907951e-06, + "W": 3.09157172750929e-07, + "N": 3.294488806204754e-06, + "Y": 0.0004505137330852449, + "U": 1.7556108389271685e-07, + "K": 1.25909327834961e-05, + "L": 2.4308619117618946e-07, + "G": 6.196882895892486e-05, + "F": 0.0009375839726999402, + "E": 0.00010117412602994591, + "T": 0.0004069739952683449, + "P": 0.05770302936434746, + "-": 0.9401946067810059 + }, + "id": "tp_7514" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 939273, + "label": "-", + "classification": { + "B": 4.937627181789139e-06, + "S": 1.3656231203640345e-05, + "I": 0.0003576230665203184, + "C": 8.120924030663446e-05, + "R": 1.976077510335017e-05, + "M": 0.000145891826832667, + "O": 9.641407814342529e-05, + "W": 7.163570444390643e-06, + "N": 5.224669075687416e-05, + "Y": 0.0012020475696772337, + "U": 3.610612793636392e-06, + "K": 0.00020929034508299083, + "L": 1.388740747643169e-05, + "G": 0.0008047593291848898, + "F": 0.05037559196352959, + "E": 0.0016841065371409059, + "T": 0.0008095661178231239, + "P": 0.13550961017608643, + "-": 0.8086086511611938 + }, + "id": "tp_7515" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 939406, + "label": "-", + "classification": { + "B": 6.767209583813383e-07, + "S": 1.7169136299344245e-06, + "I": 9.994336869567633e-05, + "C": 1.8558519514044747e-05, + "R": 3.079276666539954e-06, + "M": 0.00016903340292628855, + "O": 4.2662592022679746e-05, + "W": 1.1902413916686783e-06, + "N": 2.916896846727468e-06, + "Y": 0.0017091146437451243, + "U": 1.5615965764936846e-07, + "K": 3.6005593528898316e-07, + "L": 4.465293841349194e-06, + "G": 0.0001032905129250139, + "F": 0.00122529873624444, + "E": 3.82600883312989e-05, + "T": 0.001045337994582951, + "P": 0.02432776428759098, + "-": 0.9712060689926147 + }, + "id": "tp_7516" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 939506, + "label": "P", + "classification": { + "B": 3.613343551478465e-06, + "S": 2.3238957510329783e-05, + "I": 0.0011997533729299903, + "C": 1.0268505320709664e-05, + "R": 2.1928874502918916e-06, + "M": 0.00013518532796297222, + "O": 6.548847886733711e-05, + "W": 9.153304745268542e-06, + "N": 0.00027160558965988457, + "Y": 0.0003563457867130637, + "U": 2.23145570998895e-06, + "K": 7.631280459463596e-05, + "L": 2.7794869765784824e-06, + "G": 0.00014849213766865432, + "F": 0.00479790149256587, + "E": 0.0018252666341140866, + "T": 0.00045725892414338887, + "P": 0.7795075178146362, + "-": 0.21110527217388153 + }, + "id": "tp_7517" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 939640, + "label": "-", + "classification": { + "B": 1.3195027349865995e-05, + "S": 4.240129328536568e-06, + "I": 0.0011429281439632177, + "C": 6.271835445659235e-05, + "R": 3.23054769069131e-06, + "M": 0.00021035571990069002, + "O": 5.357549889595248e-05, + "W": 3.179731493219151e-06, + "N": 8.656700811116025e-05, + "Y": 0.000512257101945579, + "U": 4.839914254262112e-06, + "K": 4.930217073706444e-06, + "L": 1.2348762538749725e-05, + "G": 0.00045751669676974416, + "F": 0.0013252920471131802, + "E": 0.001958828419446945, + "T": 0.000976264534983784, + "P": 0.4928591251373291, + "-": 0.500308632850647 + }, + "id": "tp_7518" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 939773, + "label": "-", + "classification": { + "B": 1.8396547147858655e-06, + "S": 2.0256284187780693e-06, + "I": 0.0005474451463669538, + "C": 2.9525001082220115e-05, + "R": 5.343063548934879e-06, + "M": 0.00020226924971211702, + "O": 5.0495407776907086e-05, + "W": 3.1191859761747764e-06, + "N": 3.95590795960743e-05, + "Y": 0.0017332332208752632, + "U": 1.3293545180204092e-06, + "K": 9.389963815920055e-05, + "L": 3.163206883982639e-06, + "G": 0.0007354347035288811, + "F": 0.0068429638631641865, + "E": 0.0015228863339871168, + "T": 0.000623878906480968, + "P": 0.23254643380641937, + "-": 0.7550152540206909 + }, + "id": "tp_7519" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 939907, + "label": "-", + "classification": { + "B": 1.5408185163323651e-06, + "S": 3.6859878491668496e-06, + "I": 0.0008596053812652826, + "C": 6.828954064985737e-05, + "R": 2.259847678942606e-05, + "M": 0.00028615622431971133, + "O": 5.571663859882392e-05, + "W": 6.133037004474318e-06, + "N": 4.749208892462775e-05, + "Y": 0.012527955695986748, + "U": 1.817591282815556e-06, + "K": 0.0002247994561912492, + "L": 4.055867066199426e-06, + "G": 0.001316268346272409, + "F": 0.010699440725147724, + "E": 0.0012343546841293573, + "T": 0.0030813494231551886, + "P": 0.07352426648139954, + "-": 0.8960344195365906 + }, + "id": "tp_7520" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 940007, + "label": "-", + "classification": { + "B": 6.796958018639998e-07, + "S": 2.2318003800592123e-07, + "I": 2.239458990516141e-05, + "C": 5.759507985203527e-06, + "R": 7.792312430865422e-07, + "M": 8.623469329904765e-05, + "O": 9.028080057760235e-06, + "W": 1.0864434329960204e-07, + "N": 4.359451111213275e-07, + "Y": 0.0003644607204478234, + "U": 2.3732539489174087e-08, + "K": 2.474610312219738e-07, + "L": 1.8692321646085475e-06, + "G": 0.0006892735254950821, + "F": 0.0029060945380479097, + "E": 0.00012463163875509053, + "T": 0.00036675113369710743, + "P": 0.018697142601013184, + "-": 0.9767237901687622 + }, + "id": "tp_7521" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 940140, + "label": "-", + "classification": { + "B": 2.4880230284907157e-06, + "S": 3.2908511116147565e-07, + "I": 0.00011200408334843814, + "C": 1.6600184608250856e-05, + "R": 9.799383633435355e-07, + "M": 0.0001501373917562887, + "O": 1.9318502381793223e-05, + "W": 3.8666325963276904e-07, + "N": 5.101349415781442e-06, + "Y": 0.00036124378675594926, + "U": 1.7927403916928597e-07, + "K": 7.571177889076353e-07, + "L": 1.587777887834818e-06, + "G": 0.00018623241339810193, + "F": 0.0008766415412537754, + "E": 0.00034065399086102843, + "T": 0.0002067468740278855, + "P": 0.14837290346622467, + "-": 0.8493457436561584 + }, + "id": "tp_7522" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 940274, + "label": "-", + "classification": { + "B": 1.0047962462067517e-07, + "S": 2.7450116846239325e-08, + "I": 1.5172434359556064e-05, + "C": 1.8639833569977782e-06, + "R": 3.7194044466559717e-07, + "M": 8.879134838934988e-06, + "O": 2.6070649710163707e-06, + "W": 9.05996913047602e-08, + "N": 2.4175614043997484e-07, + "Y": 0.0003001288860104978, + "U": 3.9120742201248504e-08, + "K": 9.500617181856796e-08, + "L": 1.693671407565489e-07, + "G": 2.0589221094269305e-05, + "F": 0.0003025936021003872, + "E": 9.276978744310327e-06, + "T": 0.0001064913667505607, + "P": 0.03529936820268631, + "-": 0.9639319181442261 + }, + "id": "tp_7523" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 940407, + "label": "-", + "classification": { + "B": 0.00018294797337148339, + "S": 0.0004690785426646471, + "I": 0.0015313796466216445, + "C": 0.00018276313494425267, + "R": 0.00011868105502799153, + "M": 0.001448561903089285, + "O": 0.001119605847634375, + "W": 0.00015936355339363217, + "N": 0.00024413695791736245, + "Y": 0.0114935003221035, + "U": 2.108556691382546e-05, + "K": 0.00017579847190063447, + "L": 0.0001464847446186468, + "G": 0.0024534480180591345, + "F": 0.02681848779320717, + "E": 0.001125022186897695, + "T": 0.0065140919759869576, + "P": 0.10639123618602753, + "-": 0.8394042253494263 + }, + "id": "tp_7524" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 940507, + "label": "-", + "classification": { + "B": 5.472717816701334e-07, + "S": 1.2341455430942005e-06, + "I": 3.183035005349666e-06, + "C": 1.6873039498932485e-07, + "R": 3.9534896245640994e-08, + "M": 6.067359208827838e-06, + "O": 1.6491721908096224e-05, + "W": 3.774599974804005e-07, + "N": 3.000426715971116e-07, + "Y": 1.649062141950708e-05, + "U": 5.9466267465779765e-09, + "K": 4.453021418271419e-08, + "L": 3.010869136232941e-07, + "G": 1.3030892660026439e-05, + "F": 0.0007331339293159544, + "E": 3.970761554228375e-06, + "T": 3.587508399505168e-05, + "P": 0.038325611501932144, + "-": 0.9608429670333862 + }, + "id": "tp_7525" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 940641, + "label": "-", + "classification": { + "B": 7.398270099656656e-05, + "S": 4.537276618066244e-05, + "I": 0.0006475902628153563, + "C": 3.206539258826524e-05, + "R": 1.2034734027110972e-05, + "M": 0.004883699119091034, + "O": 0.00035175157245248556, + "W": 8.621926099294797e-06, + "N": 2.2169782823766582e-05, + "Y": 0.009956562891602516, + "U": 8.899115755411913e-07, + "K": 1.6482861155964201e-06, + "L": 0.00012015164247713983, + "G": 0.004634682089090347, + "F": 0.008332330733537674, + "E": 0.0012350091710686684, + "T": 0.0056274509988725185, + "P": 0.05928611382842064, + "-": 0.9047278165817261 + }, + "id": "tp_7526" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 940774, + "label": "-", + "classification": { + "B": 1.8885103258980962e-07, + "S": 4.7197343633342825e-07, + "I": 1.0716648830566555e-05, + "C": 6.117230896052206e-06, + "R": 6.991152190494176e-07, + "M": 0.00011282206105533987, + "O": 8.500883268425241e-06, + "W": 1.721963229783796e-07, + "N": 4.1560247154848184e-07, + "Y": 0.0009619914926588535, + "U": 9.430704039914417e-08, + "K": 1.803735699468234e-06, + "L": 1.4215182773114066e-06, + "G": 0.00025975011521950364, + "F": 0.00485654640942812, + "E": 3.328938328195363e-05, + "T": 0.000556923623662442, + "P": 0.016421856358647346, + "-": 0.9767662286758423 + }, + "id": "tp_7527" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 940908, + "label": "-", + "classification": { + "B": 1.6440919353044592e-05, + "S": 1.582942422828637e-05, + "I": 0.0030192439444363117, + "C": 0.00021970881789457053, + "R": 7.244264270411804e-05, + "M": 0.0005471922340802848, + "O": 0.0001845040824264288, + "W": 2.1482548618223518e-05, + "N": 0.0003725869464688003, + "Y": 0.005635399371385574, + "U": 2.240317189716734e-05, + "K": 0.0005987614276818931, + "L": 2.677917291293852e-05, + "G": 0.003254719078540802, + "F": 0.018279213458299637, + "E": 0.005197711754590273, + "T": 0.0030480779241770506, + "P": 0.34209468960762024, + "-": 0.6173727512359619 + }, + "id": "tp_7528" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 941008, + "label": "-", + "classification": { + "B": 3.282085890532471e-05, + "S": 1.3242898830867489e-06, + "I": 4.5407006837194785e-05, + "C": 6.140503501228523e-07, + "R": 1.2056594300702272e-07, + "M": 3.5178814869141206e-05, + "O": 4.7930549044394866e-05, + "W": 8.326550755555218e-07, + "N": 1.8692943513087812e-06, + "Y": 2.9675249606953003e-05, + "U": 3.866395559271041e-08, + "K": 4.935326813892971e-09, + "L": 4.231120783515507e-06, + "G": 5.503918873728253e-05, + "F": 0.0003094826824963093, + "E": 5.192957178223878e-05, + "T": 8.322311623487622e-05, + "P": 0.3823601007461548, + "-": 0.6169402003288269 + }, + "id": "tp_7529" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 941141, + "label": "-", + "classification": { + "B": 1.0660942280082963e-05, + "S": 7.458659183612326e-06, + "I": 2.0620627765310928e-05, + "C": 3.474665936664678e-05, + "R": 1.1559404811123386e-05, + "M": 0.0001848104875534773, + "O": 9.631519060349092e-05, + "W": 2.505983502487652e-06, + "N": 9.417175874659733e-07, + "Y": 0.0009630473214201629, + "U": 2.0136593548158999e-07, + "K": 2.394278055817267e-07, + "L": 2.908010719693266e-05, + "G": 0.0007396935834549367, + "F": 0.007920734584331512, + "E": 2.1830712285009213e-05, + "T": 0.0006942535401321948, + "P": 0.013725622557103634, + "-": 0.9755356907844543 + }, + "id": "tp_7530" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 941275, + "label": "-", + "classification": { + "B": 2.9148964131309185e-08, + "S": 1.760453294252784e-08, + "I": 4.7796551370993257e-05, + "C": 2.598758783278754e-06, + "R": 1.8964347248129343e-07, + "M": 5.781587788078468e-06, + "O": 1.0866058346437057e-06, + "W": 3.486013611109229e-08, + "N": 1.1647289284155704e-06, + "Y": 0.00019251230696681887, + "U": 5.671735792134314e-08, + "K": 1.8594359971757513e-06, + "L": 6.28396890078875e-08, + "G": 3.803411891567521e-05, + "F": 0.0012580741895362735, + "E": 5.78361505176872e-05, + "T": 8.204839105019346e-05, + "P": 0.12905575335025787, + "-": 0.869255006313324 + }, + "id": "tp_7531" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 941408, + "label": "-", + "classification": { + "B": 3.5866484782154373e-10, + "S": 2.300661350318478e-07, + "I": 4.7423546334357525e-07, + "C": 2.3998009055503644e-06, + "R": 8.579698373978317e-07, + "M": 0.00011594048555707559, + "O": 2.822956048476044e-05, + "W": 6.929585083526035e-08, + "N": 1.5835823319321207e-08, + "Y": 0.0830756202340126, + "U": 4.2099958935670756e-11, + "K": 1.469229289341456e-07, + "L": 6.966662908780563e-07, + "G": 0.000892979558557272, + "F": 0.011960943229496479, + "E": 4.974487524123106e-07, + "T": 0.005388562101870775, + "P": 7.235415250761434e-05, + "-": 0.8984599709510803 + }, + "id": "tp_7532" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 941508, + "label": "-", + "classification": { + "B": 1.1254462251031327e-08, + "S": 1.2037565966238617e-06, + "I": 2.294322456464215e-07, + "C": 1.847773091867566e-05, + "R": 2.8386639314703643e-06, + "M": 0.00036696315510198474, + "O": 6.195935566211119e-05, + "W": 2.402682639512932e-07, + "N": 1.252146830665879e-08, + "Y": 0.04780808091163635, + "U": 6.076606995364386e-10, + "K": 3.1351655138678325e-07, + "L": 2.283593494212255e-05, + "G": 0.009507725946605206, + "F": 0.08988331258296967, + "E": 2.078524630633183e-06, + "T": 0.0048532611690461636, + "P": 7.187238952610642e-05, + "-": 0.8473986983299255 + }, + "id": "tp_7533" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 941642, + "label": "-", + "classification": { + "B": 3.505057222241703e-08, + "S": 0.0034872100222855806, + "I": 1.2927617945024394e-06, + "C": 2.0175648387521505e-06, + "R": 3.6909914342686534e-06, + "M": 0.009215917438268661, + "O": 0.006902272813022137, + "W": 1.804623389034532e-05, + "N": 1.4107314427747042e-07, + "Y": 0.2168346345424652, + "U": 9.34972411992252e-12, + "K": 1.078627633432916e-06, + "L": 0.00013931476860307157, + "G": 0.03325572982430458, + "F": 0.18556872010231018, + "E": 1.1833784583359375e-06, + "T": 0.23948481678962708, + "P": 7.029854714346584e-06, + "-": 0.30507686734199524 + }, + "id": "tp_7534" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 941775, + "label": "-", + "classification": { + "B": 1.7535171925597837e-10, + "S": 1.746156463866555e-08, + "I": 1.8302642956768977e-07, + "C": 2.4997285663630464e-07, + "R": 4.8738368008116595e-08, + "M": 4.753428584081121e-05, + "O": 1.1996854709650506e-06, + "W": 2.710804247740839e-09, + "N": 1.345931477381157e-09, + "Y": 0.0013820568565279245, + "U": 2.92146376534852e-11, + "K": 9.77522862655178e-09, + "L": 6.511734085279386e-08, + "G": 3.8637695979559794e-05, + "F": 0.0019077459583058953, + "E": 1.371458324683772e-07, + "T": 0.0006705685518682003, + "P": 0.00011000831000274047, + "-": 0.9958414435386658 + }, + "id": "tp_7535" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 941875, + "label": "-", + "classification": { + "B": 2.3549682737211697e-07, + "S": 1.4389436273631873e-06, + "I": 2.472968674283038e-07, + "C": 1.6299769640681916e-06, + "R": 1.2613733133548521e-06, + "M": 0.00030289957066997886, + "O": 7.193411147454754e-05, + "W": 2.5477754661551444e-07, + "N": 4.0555421243482215e-09, + "Y": 0.00044510807492770255, + "U": 6.162988452906859e-10, + "K": 8.734848400138162e-10, + "L": 3.535371433827095e-05, + "G": 0.0003304645651951432, + "F": 0.010857398621737957, + "E": 2.6257743002133793e-07, + "T": 0.0003649128775577992, + "P": 0.00021511799423024058, + "-": 0.9873714447021484 + }, + "id": "tp_7536" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 942009, + "label": "-", + "classification": { + "B": 2.9497327247440808e-08, + "S": 1.2020690576264315e-07, + "I": 3.9017134412233645e-08, + "C": 5.6149961125129266e-08, + "R": 7.149352398982955e-08, + "M": 0.00019251438789069653, + "O": 1.0170228051720187e-05, + "W": 6.957622478154235e-09, + "N": 5.144726311634429e-11, + "Y": 0.00026874843752011657, + "U": 1.9705788650153933e-12, + "K": 1.7982169572827722e-12, + "L": 5.237871391727822e-06, + "G": 0.00011142579023726285, + "F": 0.000846907845698297, + "E": 2.68328896879666e-08, + "T": 0.0002461153198964894, + "P": 2.5920900952769443e-05, + "-": 0.9982926249504089 + }, + "id": "tp_7537" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 942142, + "label": "-", + "classification": { + "B": 1.5066040077726939e-06, + "S": 5.381940582083189e-07, + "I": 1.8050003802727588e-07, + "C": 6.012348876538454e-07, + "R": 2.569281321029848e-07, + "M": 0.0002464552817400545, + "O": 3.159266634611413e-05, + "W": 1.2653376302296238e-07, + "N": 4.322691982139304e-09, + "Y": 0.001410883734934032, + "U": 6.247594108721444e-10, + "K": 4.078337667579035e-08, + "L": 5.840590347361285e-06, + "G": 0.000508818484377116, + "F": 0.0010761491721495986, + "E": 3.411965735722333e-06, + "T": 0.000554680940695107, + "P": 0.0001956608466571197, + "-": 0.9959632158279419 + }, + "id": "tp_7538" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 942276, + "label": "-", + "classification": { + "B": 0.0003127551462966949, + "S": 0.0003709330048877746, + "I": 0.0003864060854539275, + "C": 0.0002651335671544075, + "R": 0.00027408983442001045, + "M": 0.009549560956656933, + "O": 0.0030308628920465708, + "W": 6.972643313929439e-05, + "N": 1.143741246778518e-05, + "Y": 0.015491697937250137, + "U": 1.0487700592420879e-06, + "K": 4.1137062112284184e-07, + "L": 0.0019116633338853717, + "G": 0.008480293676257133, + "F": 0.01321552786976099, + "E": 0.0001084992109099403, + "T": 0.011605024337768555, + "P": 0.006325604859739542, + "-": 0.9285892844200134 + }, + "id": "tp_7539" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 942376, + "label": "-", + "classification": { + "B": 3.3129507470697206e-10, + "S": 5.492449273170052e-10, + "I": 1.680777370581532e-13, + "C": 3.690029531933092e-11, + "R": 1.6737283434209438e-11, + "M": 3.5704454148799414e-06, + "O": 3.0532805794791784e-07, + "W": 4.077109309885696e-12, + "N": 3.487010180114932e-16, + "Y": 1.231536998602678e-06, + "U": 4.867691552717326e-18, + "K": 3.1869823089957414e-17, + "L": 9.205976425619156e-08, + "G": 3.852172085316852e-06, + "F": 0.0002277905005030334, + "E": 1.008447752387509e-11, + "T": 6.177209570523701e-07, + "P": 1.1028014768044159e-07, + "-": 0.9997623562812805 + }, + "id": "tp_7540" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 942509, + "label": "-", + "classification": { + "B": 9.935058187693357e-06, + "S": 3.588329491321929e-06, + "I": 1.8992601326317526e-05, + "C": 5.8482812164584175e-05, + "R": 2.2827884095022455e-05, + "M": 0.0009516568388789892, + "O": 0.00012853385123889893, + "W": 8.991131039692846e-07, + "N": 2.7711763550541946e-07, + "Y": 0.007537489291280508, + "U": 8.111457105997033e-08, + "K": 5.6153638183786825e-08, + "L": 0.00018877060210797936, + "G": 0.004511889535933733, + "F": 0.007789971306920052, + "E": 2.52703557634959e-05, + "T": 0.0020690837409347296, + "P": 0.00173385557718575, + "-": 0.9749484062194824 + }, + "id": "tp_7541" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 942643, + "label": "-", + "classification": { + "B": 2.8622576531134314e-11, + "S": 5.80885796352959e-07, + "I": 1.2765838164341403e-08, + "C": 3.612730097302119e-07, + "R": 4.2880611061946183e-08, + "M": 0.00013043981743976474, + "O": 9.010464054881595e-06, + "W": 1.1524002196949823e-08, + "N": 1.2117054026816731e-09, + "Y": 0.08747866749763489, + "U": 4.440221248406401e-13, + "K": 7.628252660651924e-06, + "L": 4.978753622708609e-07, + "G": 0.028253093361854553, + "F": 0.42992839217185974, + "E": 8.808967322693206e-06, + "T": 0.004774898290634155, + "P": 5.64788797419169e-06, + "-": 0.44940197467803955 + }, + "id": "tp_7542" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 942776, + "label": "-", + "classification": { + "B": 1.0766584068733209e-07, + "S": 3.265036639277241e-06, + "I": 9.331472483609105e-07, + "C": 4.844337126996834e-07, + "R": 8.096220653897035e-07, + "M": 0.00010222622950095683, + "O": 7.697712862864137e-05, + "W": 1.06159973256581e-06, + "N": 3.077766663750481e-08, + "Y": 0.0009124163188971579, + "U": 9.275349377446673e-10, + "K": 2.2268939403602417e-07, + "L": 1.9054583617617027e-06, + "G": 0.00011920790711883456, + "F": 0.006806034594774246, + "E": 9.993008234232548e-07, + "T": 0.00039177696453407407, + "P": 0.0007083567325025797, + "-": 0.9908730983734131 + }, + "id": "tp_7543" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 942876, + "label": "-", + "classification": { + "B": 5.645593992298359e-10, + "S": 5.2931817151602445e-08, + "I": 3.782995960932567e-08, + "C": 7.461294160293619e-08, + "R": 4.293389466170083e-08, + "M": 9.904887519951444e-06, + "O": 1.6159311826413614e-06, + "W": 1.0191918420332513e-08, + "N": 7.953033787089225e-10, + "Y": 0.0003609044651966542, + "U": 2.615158090080172e-11, + "K": 2.8669886020793456e-08, + "L": 6.389863926870021e-08, + "G": 1.7907354049384594e-05, + "F": 0.007612081244587898, + "E": 1.8622016284552956e-07, + "T": 7.551121962023899e-05, + "P": 0.0002715529117267579, + "-": 0.9916501045227051 + }, + "id": "tp_7544" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 943010, + "label": "-", + "classification": { + "B": 1.2899224088869232e-07, + "S": 2.471148945915047e-06, + "I": 1.3541475709644146e-06, + "C": 1.900573579405318e-06, + "R": 5.233735578258347e-07, + "M": 0.0002983846643473953, + "O": 3.397485124878585e-05, + "W": 2.1951611017811956e-07, + "N": 4.037470802131793e-08, + "Y": 0.0032659012358635664, + "U": 5.607103670257629e-10, + "K": 3.582461829410022e-07, + "L": 3.5406760616751853e-06, + "G": 0.0005743293440900743, + "F": 0.004811846185475588, + "E": 8.370336217922159e-06, + "T": 0.0029272600077092648, + "P": 0.00030742454691790044, + "-": 0.9877619743347168 + }, + "id": "tp_7545" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 943143, + "label": "-", + "classification": { + "B": 1.0921436114585958e-05, + "S": 0.0006245409604161978, + "I": 1.9440916730673052e-05, + "C": 0.0001626653829589486, + "R": 9.353620407637209e-05, + "M": 0.015696445479989052, + "O": 0.0036914730444550514, + "W": 4.9642607336863875e-05, + "N": 1.4710553841723595e-06, + "Y": 0.033198218792676926, + "U": 1.500685975486249e-08, + "K": 4.978842298442032e-06, + "L": 0.0005603519384749234, + "G": 0.024397971108555794, + "F": 0.08801526576280594, + "E": 4.716825424111448e-05, + "T": 0.030117621645331383, + "P": 0.00030922621954232454, + "-": 0.8029990792274475 + }, + "id": "tp_7546" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 943277, + "label": "-", + "classification": { + "B": 1.8639293841715698e-07, + "S": 0.00023901599342934787, + "I": 6.992472094680124e-07, + "C": 7.091028237482533e-05, + "R": 1.4178957826516125e-05, + "M": 0.0017661497695371509, + "O": 0.0002733969013206661, + "W": 5.946503733866848e-06, + "N": 1.2958008710484137e-07, + "Y": 0.002164161065593362, + "U": 3.877407728225535e-09, + "K": 5.515594693861203e-06, + "L": 8.763117511989549e-05, + "G": 0.004342491272836924, + "F": 0.3465636074542999, + "E": 3.2963231205940247e-05, + "T": 0.0035198726691305637, + "P": 0.0003758117964025587, + "-": 0.6405373811721802 + }, + "id": "tp_7547" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 943377, + "label": "-", + "classification": { + "B": 2.2065881921662367e-07, + "S": 0.000303220673231408, + "I": 3.555940566002391e-05, + "C": 5.368948677642038e-06, + "R": 9.69738084677374e-06, + "M": 0.0019928081892430782, + "O": 0.001455878373235464, + "W": 2.352104456804227e-05, + "N": 2.8821759769925848e-06, + "Y": 0.06331748515367508, + "U": 2.3267830329132266e-08, + "K": 1.8143062334274873e-05, + "L": 5.6520184443797916e-05, + "G": 0.0053238156251609325, + "F": 0.05081493407487869, + "E": 1.405360580974957e-05, + "T": 0.031083423644304276, + "P": 0.0012396788224577904, + "-": 0.844302773475647 + }, + "id": "tp_7548" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 943510, + "label": "-", + "classification": { + "B": 2.85219698525907e-06, + "S": 0.0006192370783537626, + "I": 0.00013953213056083769, + "C": 4.793049356521806e-06, + "R": 7.15418627805775e-06, + "M": 0.0028198622167110443, + "O": 0.0015403458382934332, + "W": 3.783250576816499e-05, + "N": 1.1135249224025756e-05, + "Y": 0.03687695413827896, + "U": 4.012575871570334e-08, + "K": 1.9269036783953197e-05, + "L": 4.574382182909176e-05, + "G": 0.003180957864969969, + "F": 0.06480635702610016, + "E": 0.00010597283107927069, + "T": 0.020878417417407036, + "P": 0.00407901406288147, + "-": 0.8648245334625244 + }, + "id": "tp_7549" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 943644, + "label": "-", + "classification": { + "B": 2.0957255401299335e-05, + "S": 0.00013113721797708422, + "I": 4.4939411054656375e-06, + "C": 5.9299811255186796e-05, + "R": 2.3090518880053423e-05, + "M": 0.006291487254202366, + "O": 0.0009968571830540895, + "W": 1.6015292203519493e-05, + "N": 5.411748134065419e-07, + "Y": 0.008698521181941032, + "U": 1.1265757393630338e-07, + "K": 1.7260148297282285e-06, + "L": 0.0012136015575379133, + "G": 0.012694114819169044, + "F": 0.20932886004447937, + "E": 5.0301994633628055e-05, + "T": 0.00547828758135438, + "P": 0.00141271878965199, + "-": 0.7535779476165771 + }, + "id": "tp_7550" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 943777, + "label": "-", + "classification": { + "B": 4.710718258138513e-06, + "S": 2.3701238660578383e-06, + "I": 1.1752243153750896e-05, + "C": 3.34912033395085e-06, + "R": 1.2109645695090876e-06, + "M": 0.0006764564313925803, + "O": 8.931988850235939e-05, + "W": 5.491519914357923e-07, + "N": 7.856331052380483e-08, + "Y": 0.0032327133230865, + "U": 2.5748840837280795e-09, + "K": 3.330381082022882e-09, + "L": 1.1016261851182207e-05, + "G": 0.00023499890812672675, + "F": 0.0001537331991130486, + "E": 2.661025519046234e-06, + "T": 0.004435427952557802, + "P": 0.00045273947762325406, + "-": 0.99068683385849 + }, + "id": "tp_7551" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 943877, + "label": "-", + "classification": { + "B": 5.847225992283711e-08, + "S": 1.3241962051324663e-06, + "I": 3.2867571917449823e-06, + "C": 2.7957678412349196e-06, + "R": 1.2713084061033442e-06, + "M": 0.0004378228331916034, + "O": 5.897711525904015e-05, + "W": 3.360616744885192e-07, + "N": 7.663402357138693e-08, + "Y": 0.003998907748609781, + "U": 2.129502796321958e-09, + "K": 5.800505675779277e-08, + "L": 5.33197862750967e-06, + "G": 0.0002627152716740966, + "F": 0.004601812921464443, + "E": 4.248847290000413e-06, + "T": 0.0012916139094159007, + "P": 0.00068985007237643, + "-": 0.9886393547058105 + }, + "id": "tp_7552" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 944011, + "label": "-", + "classification": { + "B": 8.373385185223015e-07, + "S": 0.0001523289829492569, + "I": 3.337637826916762e-05, + "C": 0.0003692587779369205, + "R": 0.00014053889026399702, + "M": 0.006738126277923584, + "O": 0.001003357581794262, + "W": 1.680130480963271e-05, + "N": 2.5979161364375614e-06, + "Y": 0.2869367301464081, + "U": 4.997299640763231e-08, + "K": 7.659202674403787e-05, + "L": 0.0003304643032606691, + "G": 0.09658657759428024, + "F": 0.1256474405527115, + "E": 0.00010749784269137308, + "T": 0.07450337707996368, + "P": 0.00016543215315323323, + "-": 0.40718865394592285 + }, + "id": "tp_7553" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 944144, + "label": "-", + "classification": { + "B": 3.0441212857112987e-06, + "S": 1.7997060695051914e-06, + "I": 2.166650801882497e-06, + "C": 2.6400912247481756e-06, + "R": 1.212047436638386e-06, + "M": 0.0007686303579248488, + "O": 7.058256596792489e-05, + "W": 4.839063763029117e-07, + "N": 4.977931666871882e-08, + "Y": 0.0008364523528143764, + "U": 9.315921367658575e-09, + "K": 9.266481981740071e-08, + "L": 2.9459441066137515e-05, + "G": 0.0013172634644433856, + "F": 0.008532212115824223, + "E": 1.4165088032314088e-05, + "T": 0.0006462145247496665, + "P": 0.0019109982531517744, + "-": 0.9858624339103699 + }, + "id": "tp_7554" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 944278, + "label": "-", + "classification": { + "B": 5.400050667958567e-06, + "S": 7.717722837696783e-06, + "I": 0.00016801244055386633, + "C": 2.5853956685750745e-05, + "R": 1.4078621461521834e-05, + "M": 0.0015919680008664727, + "O": 0.00013236790255177766, + "W": 2.26948895942769e-06, + "N": 4.673300736612873e-06, + "Y": 0.010167124681174755, + "U": 3.271448747454997e-07, + "K": 8.501871207045042e-07, + "L": 3.1746156309964135e-05, + "G": 0.0015545778442174196, + "F": 0.005492169409990311, + "E": 0.00012943781621288508, + "T": 0.007572965230792761, + "P": 0.014917252585291862, + "-": 0.9581812024116516 + }, + "id": "tp_7555" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 944378, + "label": "-", + "classification": { + "B": 5.915304868153726e-08, + "S": 7.798877959430683e-06, + "I": 4.7877361794235185e-05, + "C": 9.134936408372596e-05, + "R": 2.679091994650662e-05, + "M": 0.00019475488807074726, + "O": 0.00017242813191842288, + "W": 5.925016012042761e-06, + "N": 7.070092124195071e-06, + "Y": 0.002525416435673833, + "U": 5.393047217694402e-07, + "K": 0.00010462225327501073, + "L": 1.0698930964281317e-05, + "G": 0.0005263680941425264, + "F": 0.05176174268126488, + "E": 6.859868881292641e-05, + "T": 0.0016163343098014593, + "P": 0.018570860847830772, + "-": 0.9242608547210693 + }, + "id": "tp_7556" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 944511, + "label": "-", + "classification": { + "B": 8.72860450584767e-10, + "S": 3.3681278210906385e-08, + "I": 3.1194636562759115e-07, + "C": 5.805248974866117e-07, + "R": 7.039289329213716e-08, + "M": 1.197020446852548e-05, + "O": 1.7477100300311577e-06, + "W": 1.1238216579556592e-08, + "N": 7.783238054059893e-09, + "Y": 0.0007155913626775146, + "U": 4.726337654581414e-10, + "K": 2.926205979747465e-07, + "L": 2.7731701379707374e-07, + "G": 0.00027830430190078914, + "F": 0.019946301355957985, + "E": 2.4823154944897396e-06, + "T": 0.00011413224274292588, + "P": 0.001666087075136602, + "-": 0.9772616624832153 + }, + "id": "tp_7557" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 944645, + "label": "-", + "classification": { + "B": 7.579339822427755e-09, + "S": 1.978888661824385e-07, + "I": 6.507284524559509e-07, + "C": 1.438262042796623e-08, + "R": 1.1210215866697126e-08, + "M": 2.301280983374454e-05, + "O": 2.7268106350675225e-06, + "W": 2.7950791903208483e-08, + "N": 9.971903303096497e-09, + "Y": 0.00019388331566005945, + "U": 1.947678407443476e-10, + "K": 3.6747891396515797e-09, + "L": 8.017347141731079e-08, + "G": 3.0657829483971e-06, + "F": 0.00055596703896299, + "E": 3.7563776800197957e-07, + "T": 0.00028343097073957324, + "P": 0.0022024044301360846, + "-": 0.9967342615127563 + }, + "id": "tp_7558" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 944778, + "label": "-", + "classification": { + "B": 1.0144023576685868e-07, + "S": 9.720758953335462e-07, + "I": 1.8612637404658017e-06, + "C": 2.7870977646671236e-05, + "R": 1.3395771020441316e-05, + "M": 4.963069295627065e-05, + "O": 1.0531139196245931e-05, + "W": 1.9956117114361405e-07, + "N": 2.2098836538475553e-08, + "Y": 0.00023362138017546386, + "U": 4.389096197598974e-09, + "K": 1.2788776260208579e-08, + "L": 2.9830544008291326e-06, + "G": 0.00012662586232181638, + "F": 0.00453190365806222, + "E": 1.0323622063879156e-06, + "T": 0.00045958880218677223, + "P": 0.0010547552956268191, + "-": 0.9934847950935364 + }, + "id": "tp_7559" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 944878, + "label": "-", + "classification": { + "B": 1.1423789146647323e-05, + "S": 0.00014207439380697906, + "I": 0.0005347754340618849, + "C": 0.0005605476326309144, + "R": 0.0004761220479849726, + "M": 0.029318926855921745, + "O": 0.0027879385743290186, + "W": 4.879822154180147e-05, + "N": 2.8561340513988398e-05, + "Y": 0.289786159992218, + "U": 1.5005915656729485e-06, + "K": 6.0105892771389335e-05, + "L": 0.0008812539163045585, + "G": 0.04811745136976242, + "F": 0.02435588277876377, + "E": 0.0004475022142287344, + "T": 0.10074494779109955, + "P": 0.0018042451702058315, + "-": 0.49989184737205505 + }, + "id": "tp_7560" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 945012, + "label": "-", + "classification": { + "B": 7.268693025253015e-07, + "S": 6.421540456358343e-05, + "I": 1.5429637642228045e-05, + "C": 0.001972252270206809, + "R": 0.0009690006263554096, + "M": 0.014568831771612167, + "O": 0.001860681688413024, + "W": 1.7256939827348106e-05, + "N": 5.926732455918682e-07, + "Y": 0.17237578332424164, + "U": 7.516735678336772e-08, + "K": 5.864640570507618e-06, + "L": 0.0018982961773872375, + "G": 0.06424851715564728, + "F": 0.05953752622008324, + "E": 1.890476960397791e-05, + "T": 0.05538586899638176, + "P": 0.00010393499542260543, + "-": 0.6269562840461731 + }, + "id": "tp_7561" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 945145, + "label": "Y", + "classification": { + "B": 4.343863491129696e-09, + "S": 3.467133137746714e-05, + "I": 6.535601642099209e-06, + "C": 1.457898451917572e-05, + "R": 5.520518243429251e-06, + "M": 0.0013214220525696874, + "O": 0.0002387545828241855, + "W": 1.495237484050449e-06, + "N": 4.37233751426902e-07, + "Y": 0.5958607792854309, + "U": 2.0237728159955282e-11, + "K": 2.9027636628597975e-05, + "L": 1.7776529830371146e-06, + "G": 0.022590849548578262, + "F": 0.054685138165950775, + "E": 6.258013399929041e-06, + "T": 0.10164084285497665, + "P": 1.144304496847326e-05, + "-": 0.2235504388809204 + }, + "id": "tp_7562" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 945279, + "label": "P", + "classification": { + "B": 2.941377169918269e-05, + "S": 7.619909865752561e-06, + "I": 0.015108391642570496, + "C": 0.00046972581185400486, + "R": 5.55472397536505e-05, + "M": 0.0005003012483939528, + "O": 6.500425661215559e-05, + "W": 6.73495014780201e-06, + "N": 0.0007589533342979848, + "Y": 0.004434087313711643, + "U": 1.9537892512744293e-05, + "K": 0.00012523937039077282, + "L": 2.371143455093261e-05, + "G": 0.002382045378908515, + "F": 0.005333059001713991, + "E": 0.010002685710787773, + "T": 0.0022792532108724117, + "P": 0.6493499279022217, + "-": 0.30904877185821533 + }, + "id": "tp_7563" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 945379, + "label": "-", + "classification": { + "B": 3.713980789576965e-10, + "S": 7.065712281928427e-08, + "I": 1.2912100544326677e-07, + "C": 8.435402492068533e-07, + "R": 8.665207360536442e-07, + "M": 7.80085156293353e-06, + "O": 4.824627467314713e-06, + "W": 3.113217061923024e-08, + "N": 1.7815059427661595e-09, + "Y": 0.0002114998787874356, + "U": 6.488082987532451e-11, + "K": 1.3354091166206672e-09, + "L": 2.9550338354056294e-07, + "G": 1.0565568118181545e-05, + "F": 0.002817775122821331, + "E": 4.391001340309231e-08, + "T": 0.00014338092296384275, + "P": 0.00027433043578639627, + "-": 0.9965274930000305 + }, + "id": "tp_7564" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 945512, + "label": "-", + "classification": { + "B": 2.0995935301471036e-06, + "S": 0.00032265661866404116, + "I": 1.1549240298336372e-05, + "C": 0.003023176919668913, + "R": 0.0004748121427837759, + "M": 0.006367288529872894, + "O": 0.0032430365681648254, + "W": 5.3914107411401346e-05, + "N": 1.5807670479262015e-06, + "Y": 0.0737062469124794, + "U": 1.0081662793481883e-07, + "K": 0.00010524266690481454, + "L": 0.0014214713592082262, + "G": 0.1308763325214386, + "F": 0.22188785672187805, + "E": 6.427767948480323e-05, + "T": 0.01966329663991928, + "P": 0.00019669363973662257, + "-": 0.5385783910751343 + }, + "id": "tp_7565" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 945646, + "label": "-", + "classification": { + "B": 1.671134128855556e-07, + "S": 3.4474032872822136e-06, + "I": 1.0728315828600898e-05, + "C": 1.7123978977906518e-05, + "R": 7.699731213506311e-06, + "M": 0.00033246472594328225, + "O": 5.658638838212937e-05, + "W": 1.3523936104320455e-06, + "N": 7.669547130717547e-07, + "Y": 0.015992341563105583, + "U": 4.996505609256019e-08, + "K": 1.223143408424221e-05, + "L": 3.4519759992690524e-06, + "G": 0.001020152703858912, + "F": 0.007209447678178549, + "E": 2.1282357920426875e-05, + "T": 0.007501316722482443, + "P": 0.0013810467207804322, + "-": 0.9664283990859985 + }, + "id": "tp_7566" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 945779, + "label": "-", + "classification": { + "B": 2.1403856464985438e-10, + "S": 1.73957204196995e-08, + "I": 3.3107359076467446e-09, + "C": 5.719186546571109e-08, + "R": 1.5916329587639666e-08, + "M": 5.529211193788797e-05, + "O": 1.1905386827493203e-06, + "W": 4.408252096688159e-10, + "N": 1.5166833067237206e-11, + "Y": 0.004201290663331747, + "U": 6.56718535346594e-14, + "K": 7.05399350042768e-10, + "L": 1.9183906374564685e-07, + "G": 0.00043260373058728874, + "F": 0.008033355697989464, + "E": 8.866890510716985e-08, + "T": 0.00042934916564263403, + "P": 2.9718130463152193e-06, + "-": 0.9868436455726624 + }, + "id": "tp_7567" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 945879, + "label": "Y", + "classification": { + "B": 1.3614231875180849e-06, + "S": 0.0009818143444135785, + "I": 0.00025041145272552967, + "C": 5.370535654947162e-05, + "R": 2.9430209906422533e-05, + "M": 0.008761445991694927, + "O": 0.002644917694851756, + "W": 8.652923861518502e-05, + "N": 4.526918928604573e-05, + "Y": 0.5884737968444824, + "U": 5.258541690977836e-08, + "K": 0.0013884642394259572, + "L": 4.64655677205883e-05, + "G": 0.047048233449459076, + "F": 0.02551768533885479, + "E": 0.0001930506550706923, + "T": 0.19301721453666687, + "P": 0.00026887975400313735, + "-": 0.1311911940574646 + }, + "id": "tp_7568" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 946013, + "label": "-", + "classification": { + "B": 2.6963811392000103e-11, + "S": 1.034122010246108e-09, + "I": 2.604567157504789e-07, + "C": 1.9640074455651302e-08, + "R": 1.6347689868467796e-09, + "M": 3.4988622701348504e-06, + "O": 7.838555404759973e-08, + "W": 1.0029972685732247e-10, + "N": 7.249083555649349e-10, + "Y": 0.00028195802588015795, + "U": 1.3278521077825234e-12, + "K": 2.4353852268177434e-09, + "L": 3.5612299775777956e-09, + "G": 3.113272032351233e-05, + "F": 0.0031246556900441647, + "E": 7.317232757486636e-07, + "T": 9.397063695359975e-05, + "P": 0.00040851032827049494, + "-": 0.9960552453994751 + }, + "id": "tp_7569" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 946146, + "label": "-", + "classification": { + "B": 8.565278477798421e-14, + "S": 2.1015335738977514e-12, + "I": 9.20892043176913e-11, + "C": 1.612101771519825e-11, + "R": 5.584126477192752e-12, + "M": 1.5137098685613637e-08, + "O": 9.238181886139785e-10, + "W": 2.42004902445761e-13, + "N": 5.148946929088051e-14, + "Y": 1.279134721698938e-06, + "U": 1.1416064423538756e-15, + "K": 7.787399841456804e-15, + "L": 2.974143500922288e-11, + "G": 2.0548851509261112e-08, + "F": 1.9231014448450878e-05, + "E": 5.7701204925209026e-11, + "T": 5.995223659738258e-07, + "P": 3.832773654721677e-05, + "-": 0.9999405145645142 + }, + "id": "tp_7570" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 946280, + "label": "-", + "classification": { + "B": 2.7596733787049743e-08, + "S": 2.39624368987279e-05, + "I": 4.873954821960069e-06, + "C": 7.45538318369654e-06, + "R": 1.1271236871834844e-05, + "M": 0.0026580607518553734, + "O": 0.000527106283698231, + "W": 4.197558610030683e-06, + "N": 6.804926044878812e-08, + "Y": 0.08080192655324936, + "U": 4.071168679953274e-10, + "K": 2.22410996286726e-08, + "L": 3.751966141862795e-05, + "G": 0.0019522156799212098, + "F": 0.010365192778408527, + "E": 8.792102903498744e-07, + "T": 0.028234368190169334, + "P": 6.166737875901163e-05, + "-": 0.8753092288970947 + }, + "id": "tp_7571" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 946380, + "label": "-", + "classification": { + "B": 6.46291766770446e-08, + "S": 1.787258588592522e-05, + "I": 1.5733035979792476e-05, + "C": 0.00039548304630443454, + "R": 7.963376265252009e-05, + "M": 0.001128132687881589, + "O": 0.0005570262437686324, + "W": 1.1984117008978501e-05, + "N": 1.98167322196241e-06, + "Y": 0.3463518023490906, + "U": 7.954328751225148e-09, + "K": 0.0007583537371829152, + "L": 1.771597089827992e-05, + "G": 0.06668585538864136, + "F": 0.11673176288604736, + "E": 8.501476986566558e-05, + "T": 0.027950206771492958, + "P": 0.00012170198169769719, + "-": 0.43908968567848206 + }, + "id": "tp_7572" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 946513, + "label": "-", + "classification": { + "B": 1.9554697416879208e-08, + "S": 1.2783677050265396e-07, + "I": 2.445675818307791e-06, + "C": 4.066667713686911e-07, + "R": 2.3316455610711273e-07, + "M": 2.3260266971192323e-05, + "O": 4.902917225990677e-06, + "W": 5.102745959106869e-08, + "N": 2.7514547085161212e-08, + "Y": 0.000776490371208638, + "U": 3.803597881102405e-09, + "K": 2.8862949363883672e-08, + "L": 4.7556585514030303e-07, + "G": 6.712882895953953e-05, + "F": 0.0048736026510596275, + "E": 1.916612745844759e-06, + "T": 0.0001669018529355526, + "P": 0.0035475860349833965, + "-": 0.9905343055725098 + }, + "id": "tp_7573" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 946647, + "label": "-", + "classification": { + "B": 5.193282959226053e-06, + "S": 9.287861757911742e-05, + "I": 2.9522489057853818e-05, + "C": 0.0002098290278809145, + "R": 0.00021546726929955184, + "M": 0.016991866752505302, + "O": 0.0033246714156121016, + "W": 1.51420326801599e-05, + "N": 8.924163807932928e-07, + "Y": 0.056780558079481125, + "U": 1.8450104732892214e-07, + "K": 1.26738612493682e-07, + "L": 0.0068179648369550705, + "G": 0.03794359043240547, + "F": 0.03894153982400894, + "E": 1.0864374416996725e-05, + "T": 0.032567787915468216, + "P": 0.00027356581995263696, + "-": 0.805778443813324 + }, + "id": "tp_7574" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 946780, + "label": "-", + "classification": { + "B": 4.821636139240582e-07, + "S": 1.4884857591823675e-05, + "I": 0.0007995202322490513, + "C": 0.0004029416013509035, + "R": 0.00012615045125130564, + "M": 0.0011384800309315324, + "O": 0.00026352558052167296, + "W": 7.378967438853579e-06, + "N": 2.1021265638410114e-05, + "Y": 0.031843461096286774, + "U": 3.350252768541395e-07, + "K": 2.2154887119540945e-05, + "L": 2.0777548343176022e-05, + "G": 0.0017529611941426992, + "F": 0.010201352648437023, + "E": 8.530484774382785e-05, + "T": 0.012625359930098057, + "P": 0.012547392398118973, + "-": 0.9281265139579773 + }, + "id": "tp_7575" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 946880, + "label": "-", + "classification": { + "B": 4.044040657902315e-09, + "S": 2.061333992386949e-09, + "I": 5.553407618208439e-07, + "C": 4.564237201520882e-07, + "R": 5.658471380343144e-08, + "M": 2.6131790946237743e-05, + "O": 8.511826763424324e-07, + "W": 1.3587838632034277e-09, + "N": 1.9532366835051107e-09, + "Y": 0.00014897862274665385, + "U": 3.104844437107346e-10, + "K": 9.737975703583146e-11, + "L": 2.3843170993131935e-07, + "G": 3.599617411964573e-05, + "F": 0.00045664189383387566, + "E": 3.3884714412124595e-07, + "T": 8.8605193013791e-05, + "P": 0.0021933794487267733, + "-": 0.9970477223396301 + }, + "id": "tp_7576" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 947014, + "label": "-", + "classification": { + "B": 3.8488476405973415e-08, + "S": 1.1115459528809879e-05, + "I": 3.993058612650202e-07, + "C": 6.97210562066175e-05, + "R": 2.295782178407535e-05, + "M": 0.003377265064045787, + "O": 0.0003791165363509208, + "W": 1.5931631196508533e-06, + "N": 1.074280042701048e-08, + "Y": 0.057403385639190674, + "U": 5.647714518275393e-10, + "K": 6.655719886339284e-08, + "L": 0.00017865447443909943, + "G": 0.00987070519477129, + "F": 0.03830491751432419, + "E": 9.371298119731364e-07, + "T": 0.016304032877087593, + "P": 1.9705019440152682e-05, + "-": 0.8740553259849548 + }, + "id": "tp_7577" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 947147, + "label": "-", + "classification": { + "B": 2.5044719631495127e-09, + "S": 2.030308223766042e-07, + "I": 8.507745405950118e-06, + "C": 2.9107823138474487e-05, + "R": 5.269853318168316e-06, + "M": 0.00017792807193472981, + "O": 1.9120516299153678e-05, + "W": 1.4346726118219522e-07, + "N": 1.701468619330626e-07, + "Y": 0.01921951398253441, + "U": 1.80636172686377e-09, + "K": 6.501197731267894e-06, + "L": 3.321804570077802e-06, + "G": 0.006319866981357336, + "F": 0.04485830292105675, + "E": 5.8881687436951324e-05, + "T": 0.0028784710448235273, + "P": 0.0007688596961088479, + "-": 0.9256458282470703 + }, + "id": "tp_7578" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 947281, + "label": "-", + "classification": { + "B": 2.8623596790566808e-06, + "S": 1.9519959096214734e-05, + "I": 0.00016686238814145327, + "C": 2.5004961571539752e-05, + "R": 7.25748168406426e-06, + "M": 0.00011117997200926766, + "O": 8.27253024908714e-05, + "W": 1.0251373169012368e-05, + "N": 2.6642634111340158e-05, + "Y": 0.0024860193952918053, + "U": 7.534788437624229e-07, + "K": 0.000454946217359975, + "L": 5.718277407140704e-06, + "G": 0.0010246559977531433, + "F": 0.14743591845035553, + "E": 0.0008708076784387231, + "T": 0.0008403284591622651, + "P": 0.05272822827100754, + "-": 0.7937003374099731 + }, + "id": "tp_7579" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 947381, + "label": "F", + "classification": { + "B": 1.999795706808527e-08, + "S": 4.132680260227062e-05, + "I": 2.318728498096334e-08, + "C": 2.552084481521888e-07, + "R": 8.888738989298872e-08, + "M": 0.00013070032582618296, + "O": 7.157416985137388e-05, + "W": 8.681337249072385e-07, + "N": 7.769790144607214e-09, + "Y": 0.0005243014311417937, + "U": 4.218680960121901e-11, + "K": 2.009958052440197e-06, + "L": 4.473483386391308e-06, + "G": 0.0008605174953117967, + "F": 0.5553900599479675, + "E": 5.22611799169681e-06, + "T": 0.00031394578400067985, + "P": 0.00012112232798244804, + "-": 0.4425334334373474 + }, + "id": "tp_7580" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 947514, + "label": "-", + "classification": { + "B": 1.688292456947238e-07, + "S": 1.2342803529463708e-05, + "I": 6.287356768552854e-07, + "C": 6.970190588617697e-05, + "R": 4.7952176828403026e-05, + "M": 0.002947450615465641, + "O": 0.00035923891118727624, + "W": 1.445159341528779e-06, + "N": 1.2979736396800945e-08, + "Y": 0.07349893450737, + "U": 4.16373546752169e-10, + "K": 1.3130114950854477e-07, + "L": 0.0002306015376234427, + "G": 0.014030952006578445, + "F": 0.10158596932888031, + "E": 2.2147037270769943e-06, + "T": 0.007866752333939075, + "P": 3.145878508803435e-05, + "-": 0.7993139624595642 + }, + "id": "tp_7581" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 947648, + "label": "-", + "classification": { + "B": 3.0578070209230646e-07, + "S": 5.157725536264479e-05, + "I": 1.7977816924030776e-06, + "C": 3.11761300508806e-06, + "R": 1.7353454495605547e-06, + "M": 0.0010470025008544326, + "O": 0.00021676020696759224, + "W": 3.5834466416417854e-06, + "N": 1.235423354728482e-07, + "Y": 0.005620094016194344, + "U": 2.0656738541902087e-09, + "K": 7.83813788984844e-07, + "L": 2.3280192181118764e-05, + "G": 0.001048175967298448, + "F": 0.055097851902246475, + "E": 7.575413746963022e-06, + "T": 0.004828536882996559, + "P": 0.0004045487439725548, + "-": 0.9316431283950806 + }, + "id": "tp_7582" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 947781, + "label": "-", + "classification": { + "B": 3.316869348624074e-13, + "S": 1.0193330207686202e-10, + "I": 2.1151003171127059e-10, + "C": 5.3357269991227696e-11, + "R": 3.161603270851465e-11, + "M": 1.5218429894048313e-07, + "O": 1.609195621199433e-08, + "W": 4.013033655381193e-11, + "N": 3.1424112444111696e-12, + "Y": 0.0005617676652036607, + "U": 8.33891824000713e-15, + "K": 1.6046830531024625e-09, + "L": 4.599228289881019e-11, + "G": 1.4871021676299279e-06, + "F": 0.0010155237978324294, + "E": 1.564100071682617e-09, + "T": 6.529638631036505e-05, + "P": 6.1341593209363054e-06, + "-": 0.9983495473861694 + }, + "id": "tp_7583" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 947881, + "label": "-", + "classification": { + "B": 4.911991595690779e-07, + "S": 3.109915996901691e-05, + "I": 1.1219115549465641e-05, + "C": 5.765459263784578e-06, + "R": 4.076032382727135e-06, + "M": 0.0019148550927639008, + "O": 0.00047349793021567166, + "W": 3.875847141898703e-06, + "N": 2.55333333143426e-07, + "Y": 0.006001822650432587, + "U": 1.0633319114106143e-08, + "K": 1.9970197229213227e-07, + "L": 7.64742071623914e-05, + "G": 0.0007806047215126455, + "F": 0.009983248077332973, + "E": 8.441209502052516e-06, + "T": 0.0037968987599015236, + "P": 0.0006454157992266119, + "-": 0.9762618541717529 + }, + "id": "tp_7584" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 948015, + "label": "-", + "classification": { + "B": 1.8248230704287494e-10, + "S": 8.909025694947559e-08, + "I": 1.6108626255117997e-07, + "C": 8.290463711091434e-07, + "R": 2.078241152503324e-07, + "M": 1.2488280844991095e-05, + "O": 4.371707746031461e-06, + "W": 2.8098160242961967e-08, + "N": 6.746233793819556e-09, + "Y": 0.00024630007101222873, + "U": 3.2295749408106644e-10, + "K": 5.094466928312613e-07, + "L": 1.7167192822853394e-07, + "G": 6.714860501233488e-05, + "F": 0.012278779409825802, + "E": 5.760814474342624e-07, + "T": 0.00011888720473507419, + "P": 0.0008972485666163266, + "-": 0.9863722920417786 + }, + "id": "tp_7585" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 948148, + "label": "-", + "classification": { + "B": 3.3051481551638062e-09, + "S": 8.135725693136919e-07, + "I": 1.416555903688277e-07, + "C": 1.4007095217039023e-07, + "R": 4.9192887985327616e-08, + "M": 0.0003546617226675153, + "O": 1.9995359252789058e-05, + "W": 3.130912418214393e-08, + "N": 2.819159794498205e-09, + "Y": 0.21643875539302826, + "U": 3.0073929457863358e-12, + "K": 1.5449691090907436e-06, + "L": 3.5629977901407983e-07, + "G": 0.014027674682438374, + "F": 0.01757405325770378, + "E": 2.039409764620359e-06, + "T": 0.014554156921803951, + "P": 5.186957878322573e-06, + "-": 0.7370203733444214 + }, + "id": "tp_7586" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 948282, + "label": "Y", + "classification": { + "B": 4.575556431518635e-06, + "S": 0.0008254346903413534, + "I": 0.0028765627648681402, + "C": 6.763346755178645e-05, + "R": 7.153443584684283e-05, + "M": 0.00240727630443871, + "O": 0.003133106045424938, + "W": 0.000125541104353033, + "N": 0.0005741716013289988, + "Y": 0.5560004711151123, + "U": 1.3561114542426367e-07, + "K": 0.0032951077446341515, + "L": 2.1875399397686124e-05, + "G": 0.029238754883408546, + "F": 0.07289938628673553, + "E": 0.0011735339649021626, + "T": 0.04922805353999138, + "P": 0.004998583346605301, + "-": 0.273058146238327 + }, + "id": "tp_7587" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 948382, + "label": "Y", + "classification": { + "B": 4.690925834438531e-06, + "S": 0.0012081246823072433, + "I": 0.008286762051284313, + "C": 0.007071926724165678, + "R": 0.0021355480421334505, + "M": 0.0023424664977937937, + "O": 0.002391533926129341, + "W": 0.000509203935507685, + "N": 0.0009474516846239567, + "Y": 0.6644081473350525, + "U": 2.6871314275922487e-06, + "K": 0.0017260705353692174, + "L": 9.734940249472857e-05, + "G": 0.04870850220322609, + "F": 0.020804908126592636, + "E": 0.0003515710704959929, + "T": 0.17470146715641022, + "P": 0.0009943683398887515, + "-": 0.06330723315477371 + }, + "id": "tp_7588" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 948515, + "label": "Y", + "classification": { + "B": 9.127881526183046e-07, + "S": 0.0002191409294027835, + "I": 0.0030252370052039623, + "C": 0.0018659302731975913, + "R": 0.00042891455814242363, + "M": 0.0035434032324701548, + "O": 0.0016440290492027998, + "W": 4.195329165668227e-05, + "N": 0.0002223309566034004, + "Y": 0.7409933805465698, + "U": 1.8030165804816534e-08, + "K": 0.0001684733433648944, + "L": 6.757252413081005e-05, + "G": 0.06402835249900818, + "F": 0.0011402950622141361, + "E": 0.00034193097962997854, + "T": 0.1765950322151184, + "P": 3.4430413506925106e-05, + "-": 0.005638626404106617 + }, + "id": "tp_7589" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 948649, + "label": "-", + "classification": { + "B": 5.497194877079892e-08, + "S": 5.43074975212221e-07, + "I": 0.00023698247969150543, + "C": 5.602448254649062e-06, + "R": 4.111648649995914e-06, + "M": 0.00039933607331477106, + "O": 4.028518742416054e-05, + "W": 3.883973533902463e-07, + "N": 1.2860721199103864e-06, + "Y": 0.022644715383648872, + "U": 1.2655598347066643e-08, + "K": 2.540364789638261e-07, + "L": 1.0282583389198408e-06, + "G": 0.00031961602508090436, + "F": 0.00042661605402827263, + "E": 1.3191148354962934e-05, + "T": 0.007957564666867256, + "P": 0.002373021561652422, + "-": 0.9655753970146179 + }, + "id": "tp_7590" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 948782, + "label": "T", + "classification": { + "B": 1.3074968308046664e-07, + "S": 0.001050116028636694, + "I": 2.1235568055999465e-05, + "C": 6.864908209536225e-05, + "R": 0.00010859101894311607, + "M": 0.03925403580069542, + "O": 0.0115025844424963, + "W": 1.8245287719764747e-05, + "N": 5.421021000984183e-07, + "Y": 0.3519449532032013, + "U": 5.983379763874197e-11, + "K": 7.920166922303906e-08, + "L": 0.0011460984824225307, + "G": 0.08411282300949097, + "F": 0.0031011784449219704, + "E": 8.30352917091659e-07, + "T": 0.4891832768917084, + "P": 5.818419595016167e-07, + "-": 0.018485939130187035 + }, + "id": "tp_7591" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 948882, + "label": "Y", + "classification": { + "B": 2.299927581717043e-09, + "S": 3.230765287298709e-06, + "I": 4.2474595829844475e-05, + "C": 7.093034128047293e-06, + "R": 3.7152492495806655e-06, + "M": 0.00036029182956553996, + "O": 5.818925637868233e-05, + "W": 6.141632979961287e-07, + "N": 7.001941639828146e-07, + "Y": 0.9149952530860901, + "U": 6.536362423537057e-11, + "K": 9.391314961249009e-06, + "L": 6.866446824460581e-07, + "G": 0.012391377240419388, + "F": 0.0005887494771741331, + "E": 4.467807684704894e-06, + "T": 0.0607544481754303, + "P": 2.006988324865233e-06, + "-": 0.010777278803288937 + }, + "id": "tp_7592" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 949016, + "label": "Y", + "classification": { + "B": 4.9063782370240006e-08, + "S": 7.659110269742087e-05, + "I": 0.00011564833403099328, + "C": 0.00024256321194116026, + "R": 0.00013255240628495812, + "M": 0.002905739936977625, + "O": 0.001304479083046317, + "W": 1.4411917618417647e-05, + "N": 5.443901955004549e-06, + "Y": 0.6566647291183472, + "U": 5.5428164280613146e-09, + "K": 7.42292613722384e-05, + "L": 2.2449277821579017e-05, + "G": 0.023238958790898323, + "F": 0.012967195361852646, + "E": 1.2874849744548555e-05, + "T": 0.10569746047258377, + "P": 9.072356624528766e-05, + "-": 0.19643399119377136 + }, + "id": "tp_7593" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 949149, + "label": "-", + "classification": { + "B": 8.924909593588382e-07, + "S": 1.4773006114410236e-05, + "I": 0.0004926155670545995, + "C": 3.200993887730874e-05, + "R": 2.0104263967368752e-05, + "M": 0.0007287064800038934, + "O": 0.00013784113980364054, + "W": 7.420460860885214e-06, + "N": 1.55572979565477e-05, + "Y": 0.023832423612475395, + "U": 5.633440309793514e-07, + "K": 2.44331567955669e-05, + "L": 8.535703273082618e-06, + "G": 0.0008157985867001116, + "F": 0.0039252908900380135, + "E": 9.420823334949091e-05, + "T": 0.01090286299586296, + "P": 0.012007632292807102, + "-": 0.9469383955001831 + }, + "id": "tp_7594" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 949283, + "label": "Y", + "classification": { + "B": 1.0833776968866005e-06, + "S": 0.00010637899686116725, + "I": 3.072528124903329e-05, + "C": 0.0020432248711586, + "R": 0.0007841072510927916, + "M": 0.023285716772079468, + "O": 0.0026287194341421127, + "W": 1.7772730643628165e-05, + "N": 1.7816879562815302e-06, + "Y": 0.4092274606227875, + "U": 2.994355341456867e-08, + "K": 3.516687456794898e-06, + "L": 0.0020849769935011864, + "G": 0.18572969734668732, + "F": 0.10640997439622879, + "E": 3.659530557342805e-05, + "T": 0.0905781164765358, + "P": 6.097941877669655e-05, + "-": 0.17696906626224518 + }, + "id": "tp_7595" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 949383, + "label": "Y", + "classification": { + "B": 5.480781965161441e-06, + "S": 0.0007190151372924447, + "I": 0.000685272621922195, + "C": 0.005039863288402557, + "R": 0.002168945735320449, + "M": 0.02180377207696438, + "O": 0.0030774034094065428, + "W": 9.150689584203064e-05, + "N": 2.9422490115393884e-05, + "Y": 0.39502981305122375, + "U": 1.069788140739547e-06, + "K": 0.00038893247256055474, + "L": 0.0014986534370109439, + "G": 0.13614003360271454, + "F": 0.03633851930499077, + "E": 0.00042009114986285567, + "T": 0.17838960886001587, + "P": 0.0003793502983171493, + "-": 0.21779324114322662 + }, + "id": "tp_7596" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 949516, + "label": "Y", + "classification": { + "B": 1.7323791325907223e-05, + "S": 0.0034848700743168592, + "I": 0.0005620254669338465, + "C": 0.00545920804142952, + "R": 0.003885012585669756, + "M": 0.02126031182706356, + "O": 0.016888223588466644, + "W": 0.0008537940448150039, + "N": 0.00013267133908811957, + "Y": 0.5312918424606323, + "U": 1.541408664706978e-06, + "K": 0.0002525628078728914, + "L": 0.004437219351530075, + "G": 0.1480163335800171, + "F": 0.0479138046503067, + "E": 9.223389497492462e-05, + "T": 0.1852034032344818, + "P": 9.960922761820257e-05, + "-": 0.030148059129714966 + }, + "id": "tp_7597" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 949650, + "label": "Y", + "classification": { + "B": 7.895952336411938e-09, + "S": 4.119164259464014e-06, + "I": 3.8514332118211314e-05, + "C": 0.00040382755105383694, + "R": 0.00011695978901116177, + "M": 0.0008445957209914923, + "O": 0.0003336036461405456, + "W": 1.114352357944881e-06, + "N": 1.3474293609760934e-06, + "Y": 0.8478428721427917, + "U": 1.130127991189056e-09, + "K": 1.4185186500981217e-06, + "L": 3.941729664802551e-05, + "G": 0.04355551674962044, + "F": 0.0011142436414957047, + "E": 9.51201968746318e-07, + "T": 0.10061606019735336, + "P": 1.7147273183582001e-06, + "-": 0.005083737429231405 + }, + "id": "tp_7598" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 949783, + "label": "Y", + "classification": { + "B": 6.272712926147506e-05, + "S": 0.0001382164191454649, + "I": 0.04972795769572258, + "C": 0.0006361361010931432, + "R": 0.0005404841504059732, + "M": 0.0117883225902915, + "O": 0.00124076078645885, + "W": 4.1849645640468225e-05, + "N": 0.0004737482813652605, + "Y": 0.5815681219100952, + "U": 1.8694865957513684e-06, + "K": 1.1112288120784797e-05, + "L": 0.0002101780119119212, + "G": 0.016118763014674187, + "F": 0.0007649683975614607, + "E": 0.0006672064773738384, + "T": 0.18912844359874725, + "P": 0.003252951428294182, + "-": 0.1436261385679245 + }, + "id": "tp_7599" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 949883, + "label": "G", + "classification": { + "B": 1.4894656885644508e-07, + "S": 0.0014368820702657104, + "I": 1.0354610822105315e-06, + "C": 0.00021855230443179607, + "R": 0.00015747152792755514, + "M": 0.020186351612210274, + "O": 0.007457691710442305, + "W": 1.643318319111131e-05, + "N": 1.3595253278708697e-07, + "Y": 0.07932816445827484, + "U": 5.373673381270372e-11, + "K": 1.96693235920975e-06, + "L": 0.003919816110283136, + "G": 0.8210044503211975, + "F": 0.031731802970170975, + "E": 7.4077502176805865e-06, + "T": 0.030351262539625168, + "P": 2.7799774215964135e-07, + "-": 0.004180187825113535 + }, + "id": "tp_7600" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 950017, + "label": "-", + "classification": { + "B": 0.0015181094640865922, + "S": 0.0048906258307397366, + "I": 0.0023980659898370504, + "C": 0.028833936899900436, + "R": 0.00974250864237547, + "M": 0.026796014979481697, + "O": 0.018875569105148315, + "W": 0.0036972814705222845, + "N": 0.0014972561039030552, + "Y": 0.10134120285511017, + "U": 0.0005825796979479492, + "K": 0.051340337842702866, + "L": 0.016322117298841476, + "G": 0.22567352652549744, + "F": 0.2132391333580017, + "E": 0.01967495307326317, + "T": 0.033409275114536285, + "P": 0.010625828057527542, + "-": 0.22954173386096954 + }, + "id": "tp_7601" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 950150, + "label": "G", + "classification": { + "B": 2.179142711611348e-06, + "S": 0.01514511276036501, + "I": 6.609139745705761e-06, + "C": 7.728992932243273e-05, + "R": 0.00014794828894082457, + "M": 0.08228946477174759, + "O": 0.1372928023338318, + "W": 7.326748163904995e-05, + "N": 5.299636427480436e-07, + "Y": 0.1339496672153473, + "U": 1.805372865093524e-11, + "K": 9.488779539879033e-09, + "L": 0.016870686784386635, + "G": 0.357966810464859, + "F": 0.0021782370749861, + "E": 4.0673035073268693e-07, + "T": 0.24989444017410278, + "P": 2.7058655405198806e-07, + "-": 0.00410425616428256 + }, + "id": "tp_7602" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 950250, + "label": "-", + "classification": { + "B": 5.8529817579255905e-06, + "S": 0.00017984176520258188, + "I": 3.5992761695524678e-06, + "C": 3.4067466913256794e-05, + "R": 4.516694025369361e-05, + "M": 0.01408777479082346, + "O": 0.0026710806414484978, + "W": 2.009909803746268e-05, + "N": 2.8523507467070885e-07, + "Y": 0.0411248542368412, + "U": 7.907095422865495e-09, + "K": 8.481094369017228e-07, + "L": 0.0007470923010259867, + "G": 0.01364101655781269, + "F": 0.08543521910905838, + "E": 1.670585697866045e-05, + "T": 0.015291353687644005, + "P": 0.000183471740456298, + "-": 0.826511561870575 + }, + "id": "tp_7603" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 950384, + "label": "Y", + "classification": { + "B": 2.8854159609181806e-05, + "S": 0.0011649754596874118, + "I": 0.0026613189838826656, + "C": 0.00037848297506570816, + "R": 0.00041133511695079505, + "M": 0.017724014818668365, + "O": 0.0031838365830481052, + "W": 0.0002521283458918333, + "N": 0.00032929080771282315, + "Y": 0.5558455586433411, + "U": 2.2385856937034987e-06, + "K": 0.0019385701743885875, + "L": 0.00024474645033478737, + "G": 0.03901803866028786, + "F": 0.038853228092193604, + "E": 0.001166657661087811, + "T": 0.1779264658689499, + "P": 0.0015866528265178204, + "-": 0.15728363394737244 + }, + "id": "tp_7604" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 950517, + "label": "Y", + "classification": { + "B": 1.6295292892820612e-09, + "S": 8.573577360948548e-05, + "I": 1.638285766603076e-06, + "C": 1.992605575651396e-05, + "R": 1.1439462468842976e-05, + "M": 0.0033683045767247677, + "O": 0.0008133677765727043, + "W": 1.446629084966844e-06, + "N": 5.576355377456821e-08, + "Y": 0.6336602568626404, + "U": 1.222097423259072e-11, + "K": 1.542844984214753e-06, + "L": 6.339992251014337e-05, + "G": 0.17030835151672363, + "F": 0.0113439429551363, + "E": 4.0022229086389416e-07, + "T": 0.17150622606277466, + "P": 1.5700216238201392e-07, + "-": 0.00881380494683981 + }, + "id": "tp_7605" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 950651, + "label": "-", + "classification": { + "B": 2.976518089781166e-06, + "S": 7.114992331480607e-05, + "I": 7.517474296037108e-05, + "C": 8.530144987162203e-05, + "R": 0.00013896111340727657, + "M": 0.010348704643547535, + "O": 0.003714440157637, + "W": 1.3347183084988501e-05, + "N": 9.242885425919667e-07, + "Y": 0.05622698366641998, + "U": 8.438559184753558e-09, + "K": 4.956928023602813e-07, + "L": 0.00046902784379199147, + "G": 0.008135396987199783, + "F": 0.0048942966386675835, + "E": 7.187847131717717e-06, + "T": 0.023991093039512634, + "P": 0.00018622790230438113, + "-": 0.8916382789611816 + }, + "id": "tp_7606" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 950751, + "label": "G", + "classification": { + "B": 1.8177704987465404e-05, + "S": 0.005823343526571989, + "I": 0.00014747149543836713, + "C": 0.002818475244566798, + "R": 0.0019454631255939603, + "M": 0.10764478892087936, + "O": 0.017868444323539734, + "W": 0.0002564008755143732, + "N": 2.1681422367691994e-05, + "Y": 0.21422673761844635, + "U": 4.8578254308040414e-08, + "K": 0.00010328399366699159, + "L": 0.007602296303957701, + "G": 0.4942292273044586, + "F": 0.0315629281103611, + "E": 0.00016962877998594195, + "T": 0.10791172832250595, + "P": 1.4670580640085973e-05, + "-": 0.007635253947228193 + }, + "id": "tp_7607" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 950884, + "label": "Y", + "classification": { + "B": 4.647317837225273e-06, + "S": 0.0003453919489402324, + "I": 0.0006645247340202332, + "C": 0.0008614914258942008, + "R": 0.0005609149811789393, + "M": 0.01470161322504282, + "O": 0.004045866429805756, + "W": 8.036437793634832e-05, + "N": 3.801531420322135e-05, + "Y": 0.7268270254135132, + "U": 3.469243381459819e-08, + "K": 2.3015953047433868e-05, + "L": 0.00032204834860749543, + "G": 0.0551430769264698, + "F": 0.00287687499076128, + "E": 6.832297367509454e-05, + "T": 0.17567186057567596, + "P": 2.408736509096343e-05, + "-": 0.01774083450436592 + }, + "id": "tp_7608" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 951018, + "label": "-", + "classification": { + "B": 8.41682413010858e-06, + "S": 0.0009434369276277721, + "I": 0.0003574084839783609, + "C": 0.0005666003562510014, + "R": 0.0005270986584946513, + "M": 0.018267253413796425, + "O": 0.005121063906699419, + "W": 0.0001900578645290807, + "N": 2.5399622245458886e-05, + "Y": 0.2569243907928467, + "U": 3.7055824009257776e-07, + "K": 0.0003897029091604054, + "L": 0.0003955585416406393, + "G": 0.035882774740457535, + "F": 0.05074429512023926, + "E": 0.000192128456546925, + "T": 0.11998168379068375, + "P": 0.0004207499441690743, + "-": 0.5090616345405579 + }, + "id": "tp_7609" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 951151, + "label": "Y", + "classification": { + "B": 1.9654056870876957e-07, + "S": 5.008305743103847e-05, + "I": 0.00022012436238583177, + "C": 0.0006691211019642651, + "R": 0.00026394386077299714, + "M": 0.009691588580608368, + "O": 0.0018226582324132323, + "W": 1.3312367627804633e-05, + "N": 3.223191015422344e-06, + "Y": 0.6426231861114502, + "U": 1.602404076095354e-08, + "K": 1.5402074495796114e-06, + "L": 0.00015428315964527428, + "G": 0.021111521869897842, + "F": 0.002133952919393778, + "E": 7.191620170488022e-06, + "T": 0.15324585139751434, + "P": 4.371706017991528e-05, + "-": 0.16794446110725403 + }, + "id": "tp_7610" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 951251, + "label": "Y", + "classification": { + "B": 4.169292878941633e-06, + "S": 0.0012518208241090178, + "I": 0.02185273915529251, + "C": 0.004415537696331739, + "R": 0.004128378350287676, + "M": 0.011612656526267529, + "O": 0.00838473066687584, + "W": 0.00034619716461747885, + "N": 0.001824721461161971, + "Y": 0.6193273663520813, + "U": 3.874032188377896e-07, + "K": 0.0004918905324302614, + "L": 0.0005298642790876329, + "G": 0.08532974869012833, + "F": 0.005899582989513874, + "E": 0.0005424082046374679, + "T": 0.21823188662528992, + "P": 0.00024863576982170343, + "-": 0.015577294863760471 + }, + "id": "tp_7611" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 951385, + "label": "-", + "classification": { + "B": 2.1025971363997087e-06, + "S": 0.00014193695096764714, + "I": 0.00015833064389880747, + "C": 0.0004809742677025497, + "R": 0.0002634257834870368, + "M": 0.0015520547749474645, + "O": 0.0014328303514048457, + "W": 0.00012722612882498652, + "N": 3.764406937989406e-05, + "Y": 0.1472468227148056, + "U": 3.0803921617916785e-06, + "K": 0.010339447297155857, + "L": 0.00011647922656266019, + "G": 0.021509354934096336, + "F": 0.10575402528047562, + "E": 0.0006922922329977155, + "T": 0.019878562539815903, + "P": 0.0034951220732182264, + "-": 0.6867682933807373 + }, + "id": "tp_7612" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 951518, + "label": "-", + "classification": { + "B": 8.979868226788312e-08, + "S": 1.230707198374148e-06, + "I": 0.0006079578888602555, + "C": 7.06804494257085e-05, + "R": 1.1599875506362878e-05, + "M": 0.0004038040351588279, + "O": 6.401543942047283e-05, + "W": 1.455546453144052e-06, + "N": 1.1373962479410693e-05, + "Y": 0.004058494698256254, + "U": 2.992790086864261e-07, + "K": 6.541122729686322e-06, + "L": 1.8188865169577184e-06, + "G": 0.00024656637106090784, + "F": 0.0011136401444673538, + "E": 0.00011379837815184146, + "T": 0.0025525069795548916, + "P": 0.015026574023067951, + "-": 0.9757075905799866 + }, + "id": "tp_7613" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 951652, + "label": "-", + "classification": { + "B": 0.00011210326920263469, + "S": 0.00037680668174289167, + "I": 0.0002370052970945835, + "C": 0.00019887558300979435, + "R": 0.00013551011215895414, + "M": 0.03749906271696091, + "O": 0.003634998109191656, + "W": 6.618932820856571e-05, + "N": 2.3943854102981277e-05, + "Y": 0.2593075633049011, + "U": 6.281536002461507e-07, + "K": 9.240325744030997e-05, + "L": 0.0010954886674880981, + "G": 0.10156815499067307, + "F": 0.04368865117430687, + "E": 0.0013922668294981122, + "T": 0.08269432932138443, + "P": 0.0012840770650655031, + "-": 0.4665919244289398 + }, + "id": "tp_7614" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 951752, + "label": "G", + "classification": { + "B": 0.0010742341401055455, + "S": 0.009825937449932098, + "I": 0.04650226980447769, + "C": 0.15937189757823944, + "R": 0.029239559546113014, + "M": 0.053477510809898376, + "O": 0.01730632409453392, + "W": 0.002661519218236208, + "N": 0.008246645331382751, + "Y": 0.21088728308677673, + "U": 7.391197141259909e-05, + "K": 0.002162741497159004, + "L": 0.007986954413354397, + "G": 0.23376181721687317, + "F": 0.028510980308055878, + "E": 0.016979996114969254, + "T": 0.12942935526371002, + "P": 0.00382399489171803, + "-": 0.03867706283926964 + }, + "id": "tp_7615" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 951885, + "label": "Y", + "classification": { + "B": 6.365537956298795e-06, + "S": 0.00033079893910326064, + "I": 0.01257939264178276, + "C": 0.00011627528147073463, + "R": 0.00016358144057448953, + "M": 0.015598839148879051, + "O": 0.0014984444715082645, + "W": 3.0825518479105085e-05, + "N": 0.0004090805887244642, + "Y": 0.6329813599586487, + "U": 1.5494499905344128e-07, + "K": 6.250570004340261e-05, + "L": 9.957348083844408e-05, + "G": 0.041355326771736145, + "F": 0.004904767498373985, + "E": 0.0008232553373090923, + "T": 0.24290087819099426, + "P": 0.0007756385020911694, + "-": 0.045362960547208786 + }, + "id": "tp_7616" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 952019, + "label": "-", + "classification": { + "B": 4.4611840621655574e-07, + "S": 1.7779599147615954e-05, + "I": 0.000301301886793226, + "C": 0.0004424413782544434, + "R": 0.00030955771217122674, + "M": 0.0027382264379411936, + "O": 0.0007685783784836531, + "W": 6.470270363934105e-06, + "N": 3.7292809338396182e-06, + "Y": 0.35434675216674805, + "U": 1.3606178583813744e-07, + "K": 8.681656709086383e-07, + "L": 0.00012870818318333477, + "G": 0.007991094142198563, + "F": 0.0021292073652148247, + "E": 5.402845999924466e-06, + "T": 0.09356509894132614, + "P": 0.00041782422340475023, + "-": 0.5368263125419617 + }, + "id": "tp_7617" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 952152, + "label": "G", + "classification": { + "B": 2.8196834591653896e-06, + "S": 0.000831913435831666, + "I": 2.2899948817212135e-05, + "C": 0.0015163249336183071, + "R": 0.001318246708251536, + "M": 0.041714489459991455, + "O": 0.012831245549023151, + "W": 9.71768022282049e-05, + "N": 1.8585869838716462e-06, + "Y": 0.14855536818504333, + "U": 1.9697641562288482e-07, + "K": 2.0534038412733935e-05, + "L": 0.02076493576169014, + "G": 0.4010700583457947, + "F": 0.1656343936920166, + "E": 3.13493910653051e-05, + "T": 0.04295290261507034, + "P": 5.545856402022764e-05, + "-": 0.16257785260677338 + }, + "id": "tp_7618" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 952252, + "label": "Y", + "classification": { + "B": 2.1070816274004756e-06, + "S": 7.866301893955097e-05, + "I": 0.00017711996042635292, + "C": 7.128325523808599e-05, + "R": 7.829457172192633e-05, + "M": 0.01664183847606182, + "O": 0.0013563076499849558, + "W": 7.449422810168471e-06, + "N": 2.4531550479878206e-06, + "Y": 0.4589765667915344, + "U": 1.0224233015776463e-08, + "K": 4.493497840485361e-07, + "L": 0.0002554708335082978, + "G": 0.025712568312883377, + "F": 0.012368740513920784, + "E": 3.3043390430975705e-05, + "T": 0.10188772529363632, + "P": 0.00014856521738693118, + "-": 0.38220134377479553 + }, + "id": "tp_7619" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 952386, + "label": "Y", + "classification": { + "B": 1.210104301208048e-07, + "S": 0.0049221087247133255, + "I": 6.084123015170917e-05, + "C": 0.00023564645380247384, + "R": 0.00027946304180659354, + "M": 0.011996126733720303, + "O": 0.011247547343373299, + "W": 0.00011513046774780378, + "N": 8.77251113706734e-06, + "Y": 0.33979156613349915, + "U": 3.6177720819097203e-09, + "K": 0.0002672980772331357, + "L": 0.0011986102908849716, + "G": 0.33427977561950684, + "F": 0.12052055448293686, + "E": 2.3129136025090702e-05, + "T": 0.16035614907741547, + "P": 7.222735348477727e-06, + "-": 0.014689900912344456 + }, + "id": "tp_7620" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 952519, + "label": "Y", + "classification": { + "B": 2.5136669137282297e-06, + "S": 0.0020488929003477097, + "I": 0.0015765876742079854, + "C": 0.011641276068985462, + "R": 0.005899785086512566, + "M": 0.009124611504375935, + "O": 0.005179057363420725, + "W": 0.0005028506275266409, + "N": 0.00024459316045977175, + "Y": 0.5013521313667297, + "U": 1.0116228850165498e-06, + "K": 0.012419573031365871, + "L": 0.0004996080533601344, + "G": 0.10200690478086472, + "F": 0.06998632103204727, + "E": 0.00047800244647078216, + "T": 0.20137624442577362, + "P": 0.0004228458274155855, + "-": 0.07523719221353531 + }, + "id": "tp_7621" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 952653, + "label": "-", + "classification": { + "B": 1.9985346000339632e-07, + "S": 2.8142063456471078e-05, + "I": 2.0081677575944923e-05, + "C": 0.0002745414385572076, + "R": 8.989818161353469e-05, + "M": 0.008140948601067066, + "O": 0.0008571001817472279, + "W": 5.580071047006641e-06, + "N": 5.513775818144495e-07, + "Y": 0.0985027626156807, + "U": 3.3189493819918425e-08, + "K": 1.0750674164228258e-06, + "L": 0.0002943241852335632, + "G": 0.02111799269914627, + "F": 0.032206837087869644, + "E": 2.2881169570609927e-05, + "T": 0.036046262830495834, + "P": 0.00029026460833847523, + "-": 0.8021005392074585 + }, + "id": "tp_7622" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 952753, + "label": "Y", + "classification": { + "B": 2.477386942700832e-06, + "S": 6.17440091446042e-05, + "I": 0.006002442445605993, + "C": 0.0005388550343923271, + "R": 0.00017931393813341856, + "M": 0.0017115575028583407, + "O": 0.0011828108690679073, + "W": 9.497722930973396e-05, + "N": 0.0005226783105172217, + "Y": 0.675154447555542, + "U": 8.12374764791457e-07, + "K": 0.003207611618563533, + "L": 1.502884151705075e-05, + "G": 0.03144986554980278, + "F": 0.006131016183644533, + "E": 0.0018654557643458247, + "T": 0.07101454585790634, + "P": 0.0019186686258763075, + "-": 0.19894565641880035 + }, + "id": "tp_7623" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 952886, + "label": "-", + "classification": { + "B": 5.725446499127429e-07, + "S": 1.0511589607631322e-05, + "I": 5.335733632705342e-08, + "C": 3.099006426054984e-05, + "R": 1.898888331197668e-05, + "M": 0.0038212700746953487, + "O": 0.0013118752976879478, + "W": 9.51509889546287e-07, + "N": 1.440668584429261e-09, + "Y": 0.015771890059113503, + "U": 2.3868998444420697e-10, + "K": 3.478886956287397e-09, + "L": 0.002518662251532078, + "G": 0.04134587571024895, + "F": 0.0639190822839737, + "E": 2.2410739575207117e-07, + "T": 0.00439529400318861, + "P": 1.0435080184834078e-05, + "-": 0.8668432831764221 + }, + "id": "tp_7624" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 953020, + "label": "-", + "classification": { + "B": 2.9749505756626604e-06, + "S": 1.4595621905755252e-05, + "I": 5.15627425556886e-06, + "C": 8.67583294166252e-05, + "R": 4.166499275015667e-05, + "M": 0.015375636518001556, + "O": 0.0020660574082285166, + "W": 2.2791493847762467e-06, + "N": 9.200146422472244e-08, + "Y": 0.057368118315935135, + "U": 7.018134962066824e-09, + "K": 8.533054263182294e-09, + "L": 0.0017111252527683973, + "G": 0.03765764459967613, + "F": 0.007421244401484728, + "E": 5.538927325687837e-06, + "T": 0.01593618094921112, + "P": 8.953265933087096e-05, + "-": 0.8622154593467712 + }, + "id": "tp_7625" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 953153, + "label": "Y", + "classification": { + "B": 2.4493327146046795e-05, + "S": 0.001679333858191967, + "I": 0.009684777818620205, + "C": 0.009290765039622784, + "R": 0.002564358524978161, + "M": 0.015155927278101444, + "O": 0.003053514752537012, + "W": 0.00027326977578923106, + "N": 0.0015941488090902567, + "Y": 0.5540457367897034, + "U": 7.654817864022334e-07, + "K": 0.004393238108605146, + "L": 0.0002284713991684839, + "G": 0.10835686326026917, + "F": 0.017327509820461273, + "E": 0.0078119817189872265, + "T": 0.23157978057861328, + "P": 0.0007038696203380823, + "-": 0.032231204211711884 + }, + "id": "tp_7626" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 953253, + "label": "Y", + "classification": { + "B": 0.00020430928270798177, + "S": 0.004856113810092211, + "I": 0.09410680830478668, + "C": 0.004758674185723066, + "R": 0.00313882646150887, + "M": 0.0500267930328846, + "O": 0.010061712935566902, + "W": 0.0005320844356901944, + "N": 0.0042128609493374825, + "Y": 0.4921061098575592, + "U": 1.2674483969021821e-06, + "K": 7.166562863858417e-05, + "L": 0.0021933165844529867, + "G": 0.06707565486431122, + "F": 0.001728174858726561, + "E": 0.002888742368668318, + "T": 0.24795088171958923, + "P": 0.001140457927249372, + "-": 0.012945573776960373 + }, + "id": "tp_7627" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 953387, + "label": "T", + "classification": { + "B": 2.708362217163085e-06, + "S": 0.0030687586404383183, + "I": 0.0015320895472541451, + "C": 7.117468339856714e-05, + "R": 9.278167271986604e-05, + "M": 0.015339934267103672, + "O": 0.007400513160973787, + "W": 8.484701538691297e-05, + "N": 0.0002196773566538468, + "Y": 0.3904545307159424, + "U": 2.2349304629187827e-08, + "K": 9.043496902449988e-06, + "L": 0.00033429492032155395, + "G": 0.03294365853071213, + "F": 0.002012991113588214, + "E": 2.6326548322685994e-05, + "T": 0.5385803580284119, + "P": 4.443103171070106e-05, + "-": 0.007781772408634424 + }, + "id": "tp_7628" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 953520, + "label": "Y", + "classification": { + "B": 0.000183741984074004, + "S": 0.0026591336354613304, + "I": 0.00513349287211895, + "C": 0.0006252755993045866, + "R": 0.0002508587494958192, + "M": 0.021116632968187332, + "O": 0.008125525899231434, + "W": 0.0005368666024878621, + "N": 0.0009692334569990635, + "Y": 0.5600118041038513, + "U": 1.365979414913454e-06, + "K": 0.0033310637809336185, + "L": 0.0006185339880175889, + "G": 0.1456456184387207, + "F": 0.013917439617216587, + "E": 0.00572036812081933, + "T": 0.1687464416027069, + "P": 0.0007622165139764547, + "-": 0.061644360423088074 + }, + "id": "tp_7629" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 953654, + "label": "-", + "classification": { + "B": 2.3025770133244805e-05, + "S": 1.862327007984277e-05, + "I": 0.0004193712375126779, + "C": 0.00010075041063828394, + "R": 7.29354505892843e-05, + "M": 0.006383053492754698, + "O": 0.0004252135695423931, + "W": 7.781480235280469e-06, + "N": 3.686558557092212e-06, + "Y": 0.03568542003631592, + "U": 6.062786610527837e-07, + "K": 3.0599960609833943e-07, + "L": 0.00029583513969555497, + "G": 0.0055822390131652355, + "F": 0.0038207154721021652, + "E": 0.0001613796193851158, + "T": 0.01131492294371128, + "P": 0.00620440486818552, + "-": 0.9294797778129578 + }, + "id": "tp_7630" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 953754, + "label": "-", + "classification": { + "B": 9.817728823691141e-06, + "S": 0.0006861678557470441, + "I": 1.3428710872176453e-06, + "C": 0.00016362273890990764, + "R": 0.00017415257752873003, + "M": 0.008615137077867985, + "O": 0.012312025763094425, + "W": 2.3192744265543297e-05, + "N": 3.967291917206239e-08, + "Y": 0.008445980027318, + "U": 1.1153838963551266e-09, + "K": 4.215561233422704e-09, + "L": 0.016570517793297768, + "G": 0.11743384599685669, + "F": 0.09638632833957672, + "E": 1.1109925708296942e-06, + "T": 0.012256916612386703, + "P": 3.4818192943930626e-05, + "-": 0.7268849611282349 + }, + "id": "tp_7631" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 953887, + "label": "Y", + "classification": { + "B": 1.4074769751459826e-05, + "S": 0.0011136396788060665, + "I": 0.00035712559474632144, + "C": 0.0010211889166384935, + "R": 0.0009101413888856769, + "M": 0.04849310219287872, + "O": 0.01394698303192854, + "W": 0.00012457485718186945, + "N": 3.353993088239804e-05, + "Y": 0.44522824883461, + "U": 3.317403525215923e-07, + "K": 1.8255423128721304e-05, + "L": 0.005457006394863129, + "G": 0.18961909413337708, + "F": 0.018177665770053864, + "E": 0.00010632815246935934, + "T": 0.2135489583015442, + "P": 0.0001024978919303976, + "-": 0.06172722950577736 + }, + "id": "tp_7632" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 954021, + "label": "-", + "classification": { + "B": 0.00027494161622598767, + "S": 6.007078263792209e-05, + "I": 5.3194951760815457e-05, + "C": 1.8647488104761578e-05, + "R": 8.512742169841658e-06, + "M": 0.0058913519605994225, + "O": 0.0006606000242754817, + "W": 9.290427442465443e-06, + "N": 1.3407611731963698e-06, + "Y": 0.002066962653771043, + "U": 1.8215342834082549e-07, + "K": 4.57754012472833e-08, + "L": 0.00032515948987565935, + "G": 0.00211500795558095, + "F": 0.004248554818332195, + "E": 0.0001453855074942112, + "T": 0.002004925860092044, + "P": 0.007071557454764843, + "-": 0.9750442504882812 + }, + "id": "tp_7633" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 954154, + "label": "Y", + "classification": { + "B": 2.8933580324519426e-05, + "S": 0.0001479230122640729, + "I": 0.00047388477833010256, + "C": 0.004686087369918823, + "R": 0.0010717265540733933, + "M": 0.009387591853737831, + "O": 0.001744437380693853, + "W": 0.0001069473655661568, + "N": 9.01545281521976e-05, + "Y": 0.3430876135826111, + "U": 7.353367891482776e-06, + "K": 0.005460139364004135, + "L": 0.0008211912936531007, + "G": 0.2923867106437683, + "F": 0.08231939375400543, + "E": 0.005199856124818325, + "T": 0.03118201345205307, + "P": 0.002115078503265977, + "-": 0.21968293190002441 + }, + "id": "tp_7634" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 954254, + "label": "-", + "classification": { + "B": 3.926899807993323e-06, + "S": 4.681618975155288e-06, + "I": 6.415044140339887e-07, + "C": 3.3382531228198786e-07, + "R": 2.3254564496255625e-07, + "M": 0.001290472224354744, + "O": 5.981617505312897e-05, + "W": 2.648889676493127e-07, + "N": 5.773420852506206e-09, + "Y": 0.0007436813903041184, + "U": 2.572000112888162e-10, + "K": 2.2412696143447874e-09, + "L": 2.113138179993257e-05, + "G": 0.0006032868986949325, + "F": 0.00431253295391798, + "E": 2.965203066196409e-06, + "T": 0.0006518198642879725, + "P": 0.00026400014758110046, + "-": 0.99204021692276 + }, + "id": "tp_7635" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 954388, + "label": "Y", + "classification": { + "B": 2.97471558496909e-07, + "S": 8.725783118279651e-05, + "I": 2.4982817194540985e-05, + "C": 0.00017439694784116, + "R": 6.728970765834674e-05, + "M": 0.01278630644083023, + "O": 0.0016837780131027102, + "W": 8.817730304144789e-06, + "N": 1.730516601128329e-06, + "Y": 0.5095353126525879, + "U": 1.729096155145271e-08, + "K": 1.913536289066542e-05, + "L": 0.0003653917519841343, + "G": 0.14245525002479553, + "F": 0.022953154519200325, + "E": 8.362447988474742e-05, + "T": 0.09736018627882004, + "P": 8.388902642764151e-05, + "-": 0.2123091220855713 + }, + "id": "tp_7636" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 954521, + "label": "-", + "classification": { + "B": 1.2509055522968993e-05, + "S": 0.000893652904778719, + "I": 2.2444994101533666e-05, + "C": 1.6744283129810356e-05, + "R": 9.231409785570577e-05, + "M": 0.03866874426603317, + "O": 0.021505484357476234, + "W": 3.9644321077503264e-05, + "N": 5.899728989788855e-07, + "Y": 0.04412928596138954, + "U": 2.3108539526361938e-09, + "K": 8.48812291565082e-08, + "L": 0.0032900478690862656, + "G": 0.02176724560558796, + "F": 0.022596411406993866, + "E": 6.682658749923576e-06, + "T": 0.042042989283800125, + "P": 0.00015324568084906787, + "-": 0.8047618865966797 + }, + "id": "tp_7637" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 954655, + "label": "Y", + "classification": { + "B": 0.000264116155449301, + "S": 0.0035724726039916277, + "I": 0.0009142263443209231, + "C": 0.01763601042330265, + "R": 0.005094916094094515, + "M": 0.047434646636247635, + "O": 0.019264817237854004, + "W": 0.0008950601331889629, + "N": 0.00017028414004016668, + "Y": 0.29929453134536743, + "U": 4.814345174963819e-06, + "K": 0.00033891311613842845, + "L": 0.005288901273161173, + "G": 0.1804688423871994, + "F": 0.09492369741201401, + "E": 0.0011910489993169904, + "T": 0.10144710540771484, + "P": 0.0012122931657359004, + "-": 0.22058337926864624 + }, + "id": "tp_7638" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 954755, + "label": "-", + "classification": { + "B": 9.981466320141408e-08, + "S": 1.5396037269965746e-05, + "I": 0.0002285985683556646, + "C": 5.258697274257429e-05, + "R": 3.146811650367454e-05, + "M": 0.0003146286471746862, + "O": 0.0001617030065972358, + "W": 4.583531335811131e-06, + "N": 9.982104529626667e-06, + "Y": 0.3591957688331604, + "U": 1.7051570821990936e-08, + "K": 5.7865090639097616e-05, + "L": 3.863598522002576e-06, + "G": 0.006725960411131382, + "F": 0.013168273493647575, + "E": 9.200695785693824e-05, + "T": 0.03737163171172142, + "P": 0.0009412872022949159, + "-": 0.5816242098808289 + }, + "id": "tp_7639" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 954888, + "label": "-", + "classification": { + "B": 4.4471480009633524e-07, + "S": 6.748675787093816e-06, + "I": 7.586025276395958e-06, + "C": 2.1055417164461687e-05, + "R": 8.580743269703817e-06, + "M": 0.00371181289665401, + "O": 0.00026787782553583384, + "W": 1.6959899085122743e-06, + "N": 2.040862199237381e-07, + "Y": 0.023391352966427803, + "U": 1.9559241337674393e-08, + "K": 1.0480566743353847e-06, + "L": 4.8218080337392166e-05, + "G": 0.003431793535128236, + "F": 0.005368440877646208, + "E": 2.3306401999434456e-05, + "T": 0.004786965902894735, + "P": 0.0007175779901444912, + "-": 0.9582052826881409 + }, + "id": "tp_7640" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 955022, + "label": "-", + "classification": { + "B": 1.278557647310663e-06, + "S": 0.0004585910646710545, + "I": 1.4407978596864268e-05, + "C": 1.4595719221688341e-05, + "R": 9.324116945208516e-06, + "M": 0.00201417482458055, + "O": 0.0005077713867649436, + "W": 2.278911415487528e-05, + "N": 3.858756372210337e-06, + "Y": 0.09912703931331635, + "U": 2.2494212714718742e-08, + "K": 0.00025320006534457207, + "L": 2.4953371394076385e-05, + "G": 0.00792177114635706, + "F": 0.10863607376813889, + "E": 0.00016710210184101015, + "T": 0.045786302536726, + "P": 0.0009955946588888764, + "-": 0.7340410947799683 + }, + "id": "tp_7641" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 955155, + "label": "-", + "classification": { + "B": 1.7312640210320751e-09, + "S": 3.549421307980083e-07, + "I": 5.998036733956269e-09, + "C": 9.533074774026318e-09, + "R": 3.384107882808962e-09, + "M": 3.3958276617340744e-05, + "O": 4.929644092044327e-06, + "W": 1.473976141141975e-08, + "N": 2.6807067676770657e-10, + "Y": 0.00045753002632409334, + "U": 4.327128065584329e-12, + "K": 2.7040439221082124e-08, + "L": 1.981836135200865e-07, + "G": 6.970789399929345e-05, + "F": 0.013245397247374058, + "E": 3.6434377648220106e-07, + "T": 0.00010611278412397951, + "P": 9.13440017029643e-05, + "-": 0.985990047454834 + }, + "id": "tp_7642" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 955255, + "label": "-", + "classification": { + "B": 4.5239792711981863e-07, + "S": 4.3428644858067855e-06, + "I": 6.708758883178234e-05, + "C": 2.1084031686768867e-05, + "R": 1.169114239019109e-05, + "M": 0.0009866236941888928, + "O": 9.494481491856277e-05, + "W": 1.2307376664466574e-06, + "N": 9.308674862040789e-07, + "Y": 0.060883842408657074, + "U": 2.4688443289733186e-08, + "K": 2.260277597088134e-06, + "L": 1.3681633390660863e-05, + "G": 0.0040925610810518265, + "F": 0.008154775016009808, + "E": 3.389642006368376e-05, + "T": 0.008988110348582268, + "P": 0.0013917520409449935, + "-": 0.9152506589889526 + }, + "id": "tp_7643" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 955389, + "label": "-", + "classification": { + "B": 1.1209386912014452e-06, + "S": 5.589100328506902e-05, + "I": 0.00015527040523011237, + "C": 9.26778229768388e-05, + "R": 4.4619217078434303e-05, + "M": 0.017119625583291054, + "O": 0.002923092804849148, + "W": 9.121449693338946e-06, + "N": 2.7523503831616836e-06, + "Y": 0.3268018960952759, + "U": 1.0127542360294228e-08, + "K": 3.341999956774089e-07, + "L": 0.00014760045451112092, + "G": 0.019441964104771614, + "F": 0.0022810944356024265, + "E": 1.5096205970621668e-05, + "T": 0.12680445611476898, + "P": 0.00017650322115514427, + "-": 0.5039268136024475 + }, + "id": "tp_7644" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 955522, + "label": "-", + "classification": { + "B": 2.9713497440297942e-08, + "S": 2.095050604111748e-06, + "I": 8.695415658621641e-07, + "C": 2.338403781720899e-08, + "R": 6.124611218183418e-08, + "M": 0.00784266646951437, + "O": 0.00024085387121886015, + "W": 3.5260555364402535e-08, + "N": 9.652812993365956e-10, + "Y": 0.03962263464927673, + "U": 2.4375019689291955e-13, + "K": 6.671804168162376e-12, + "L": 3.7560125747404527e-06, + "G": 0.0006948678055778146, + "F": 0.00011978326801909134, + "E": 3.797624259505028e-08, + "T": 0.039482876658439636, + "P": 2.8896536150568863e-06, + "-": 0.9119865298271179 + }, + "id": "tp_7645" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 955656, + "label": "-", + "classification": { + "B": 4.025518762773572e-07, + "S": 6.823508556408342e-06, + "I": 3.505649874568917e-05, + "C": 3.127832678728737e-05, + "R": 9.979654350900091e-06, + "M": 0.0016237733652815223, + "O": 0.0003232694580219686, + "W": 4.029123374493793e-06, + "N": 2.2982094378676265e-06, + "Y": 0.0029294616542756557, + "U": 3.7524682738876436e-07, + "K": 1.1919105702418165e-07, + "L": 6.822074647061527e-05, + "G": 0.0003190617135260254, + "F": 0.0014342915965244174, + "E": 2.7481069992063567e-05, + "T": 0.006872755475342274, + "P": 0.005513512995094061, + "-": 0.9807977080345154 + }, + "id": "tp_7646" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 955756, + "label": "-", + "classification": { + "B": 1.604424579304542e-11, + "S": 6.378936268092161e-10, + "I": 1.1774671238029555e-09, + "C": 1.8282923974766163e-07, + "R": 1.936397708846016e-08, + "M": 9.117524314206094e-06, + "O": 6.791375426473678e-07, + "W": 3.73446579216008e-10, + "N": 4.210929174797151e-11, + "Y": 0.001011142274364829, + "U": 3.0680666340821006e-12, + "K": 5.0941704188289805e-09, + "L": 5.7505531003698707e-08, + "G": 6.923422188265249e-05, + "F": 0.001442202366888523, + "E": 4.546251375359134e-08, + "T": 9.586632950231433e-05, + "P": 1.7145139281637967e-05, + "-": 0.99735426902771 + }, + "id": "tp_7647" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 955889, + "label": "-", + "classification": { + "B": 6.767273674768148e-08, + "S": 1.6150036117323907e-06, + "I": 2.9458969947881997e-06, + "C": 8.39576605358161e-05, + "R": 1.32776722239214e-05, + "M": 0.0014084667200222611, + "O": 8.924589201342314e-05, + "W": 4.648371998428047e-07, + "N": 6.234910898683665e-08, + "Y": 0.01911393366754055, + "U": 5.440279338131404e-09, + "K": 1.6582558828304172e-06, + "L": 4.280162102077156e-05, + "G": 0.01374933309853077, + "F": 0.025328222662210464, + "E": 3.227707202313468e-05, + "T": 0.003913812804967165, + "P": 0.0002507134049665183, + "-": 0.935967206954956 + }, + "id": "tp_7648" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 956023, + "label": "-", + "classification": { + "B": 4.28090788773261e-05, + "S": 1.4937296327843796e-05, + "I": 6.433443195419386e-05, + "C": 9.34304807742592e-06, + "R": 6.044914243830135e-06, + "M": 0.0009358011302538216, + "O": 0.00032191831269301474, + "W": 4.857437943428522e-06, + "N": 1.654438847253914e-06, + "Y": 0.0026780131738632917, + "U": 1.1402592292597546e-07, + "K": 2.405701309271535e-07, + "L": 4.739635551231913e-05, + "G": 0.0017135041998699307, + "F": 0.004639862570911646, + "E": 0.0001428366085747257, + "T": 0.000771703664213419, + "P": 0.015118413604795933, + "-": 0.9734863638877869 + }, + "id": "tp_7649" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 956156, + "label": "-", + "classification": { + "B": 4.0738424900155223e-07, + "S": 1.6317926565534435e-05, + "I": 6.107489753048867e-05, + "C": 1.2968634109711275e-05, + "R": 1.671560494287405e-05, + "M": 0.0018877604743465781, + "O": 0.00022767642803955823, + "W": 5.815551048726775e-06, + "N": 2.093564489769051e-06, + "Y": 0.02227793261408806, + "U": 1.3664102027632907e-07, + "K": 1.29354566524853e-05, + "L": 2.6514713681535795e-05, + "G": 0.001739665400236845, + "F": 0.02521589770913124, + "E": 4.921448999084532e-05, + "T": 0.011290703900158405, + "P": 0.0022811589296907187, + "-": 0.9348751902580261 + }, + "id": "tp_7650" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 956256, + "label": "-", + "classification": { + "B": 5.301790679368423e-06, + "S": 1.1633621852524811e-06, + "I": 3.495266298614297e-07, + "C": 6.86994425791454e-08, + "R": 8.530074069312832e-08, + "M": 0.00016908122051972896, + "O": 4.750158404931426e-05, + "W": 2.0372293363379868e-07, + "N": 5.626655141810488e-09, + "Y": 0.00024314028269145638, + "U": 1.1672077748769993e-09, + "K": 6.209016634173281e-10, + "L": 1.2263783901289571e-05, + "G": 0.00011015133350156248, + "F": 0.0013584484113380313, + "E": 4.3839872887474485e-07, + "T": 0.0003138808242511004, + "P": 0.0013460565824061632, + "-": 0.9963918328285217 + }, + "id": "tp_7651" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 956390, + "label": "-", + "classification": { + "B": 1.729100205238865e-07, + "S": 4.949268941345508e-07, + "I": 5.562409643999899e-09, + "C": 1.2952493300133483e-08, + "R": 1.545527972268701e-08, + "M": 0.00020729970128741115, + "O": 4.666746099246666e-05, + "W": 3.631196676678883e-08, + "N": 4.0012410051915026e-11, + "Y": 4.705322135123424e-05, + "U": 1.2739259517072221e-12, + "K": 6.291135581232288e-12, + "L": 7.3098763095913455e-06, + "G": 6.823376315878704e-05, + "F": 0.0015510468510910869, + "E": 5.0007152196940297e-08, + "T": 4.341273597674444e-05, + "P": 2.6780369807966053e-05, + "-": 0.9980013966560364 + }, + "id": "tp_7652" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 956523, + "label": "-", + "classification": { + "B": 1.4354676750372164e-05, + "S": 6.636003672610968e-05, + "I": 0.00021056238620076329, + "C": 0.0001173027339973487, + "R": 0.0001271056244149804, + "M": 0.007640135940164328, + "O": 0.0015865195309743285, + "W": 1.539014556328766e-05, + "N": 6.0482811932160985e-06, + "Y": 0.013818293809890747, + "U": 4.5850407559555606e-07, + "K": 5.195402650315373e-07, + "L": 0.0007603366975672543, + "G": 0.006437990814447403, + "F": 0.011780885979533195, + "E": 8.832800085656345e-05, + "T": 0.015330278314650059, + "P": 0.003662967588752508, + "-": 0.9383360743522644 + }, + "id": "tp_7653" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 956657, + "label": "-", + "classification": { + "B": 2.2008034283871325e-11, + "S": 1.3514754648724647e-08, + "I": 3.2234721558666024e-09, + "C": 1.5710046596950633e-08, + "R": 1.843217023456134e-09, + "M": 2.6224397515761666e-05, + "O": 7.821829512977274e-07, + "W": 3.232477896464303e-10, + "N": 6.05053299129743e-11, + "Y": 0.003031151369214058, + "U": 2.377673253596557e-13, + "K": 1.6085076603999937e-09, + "L": 4.599525382786851e-08, + "G": 0.00026044363039545715, + "F": 0.016509855166077614, + "E": 8.935591466752157e-08, + "T": 0.00044101622188463807, + "P": 1.7916876458912157e-05, + "-": 0.9797123670578003 + }, + "id": "tp_7654" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 956757, + "label": "-", + "classification": { + "B": 4.435417366721595e-09, + "S": 3.150826044517885e-09, + "I": 1.0818861255756929e-06, + "C": 1.4775064016703254e-07, + "R": 1.1075940165028442e-08, + "M": 8.974426236818545e-06, + "O": 4.23775759372802e-07, + "W": 1.9678219054242163e-09, + "N": 1.795266868498402e-08, + "Y": 8.020413952181116e-05, + "U": 1.6207619690788988e-09, + "K": 1.864383847305362e-08, + "L": 1.4330188591316073e-08, + "G": 7.511010608141078e-06, + "F": 0.00013045484956819564, + "E": 4.981054189556744e-06, + "T": 5.743833025917411e-05, + "P": 0.013781874440610409, + "-": 0.9859268665313721 + }, + "id": "tp_7655" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 956890, + "label": "-", + "classification": { + "B": 6.717258656863123e-05, + "S": 0.00011923789861612022, + "I": 0.0003024803881999105, + "C": 4.785603778145742e-06, + "R": 1.6511443391209468e-05, + "M": 0.001997393323108554, + "O": 0.0017129214247688651, + "W": 1.4420777915802319e-05, + "N": 4.2597339415806346e-06, + "Y": 0.001264123828150332, + "U": 9.49400202898687e-08, + "K": 9.772788800432863e-09, + "L": 0.0003409391501918435, + "G": 0.000619587313849479, + "F": 0.0006247461424209177, + "E": 8.953517863119487e-06, + "T": 0.008724776096642017, + "P": 0.014975251629948616, + "-": 0.9692023396492004 + }, + "id": "tp_7656" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 957024, + "label": "-", + "classification": { + "B": 0.00024016590032260865, + "S": 3.3578740840312093e-05, + "I": 0.0014233803376555443, + "C": 0.0006615054444409907, + "R": 0.00018695631297305226, + "M": 0.00108466821257025, + "O": 0.00044410614646039903, + "W": 2.496159686415922e-05, + "N": 7.924673263914883e-05, + "Y": 0.004078638274222612, + "U": 2.0051125829922967e-05, + "K": 7.363815257122042e-06, + "L": 0.00029135929071344435, + "G": 0.0036636278964579105, + "F": 0.009082348085939884, + "E": 0.0012041005538776517, + "T": 0.0034170025028288364, + "P": 0.17916277050971985, + "-": 0.7948940992355347 + }, + "id": "tp_7657" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 957157, + "label": "-", + "classification": { + "B": 2.3365857487078756e-05, + "S": 1.7051190297934227e-05, + "I": 0.0005539492703974247, + "C": 4.145077400607988e-05, + "R": 6.859304448880721e-06, + "M": 0.00022273763897828758, + "O": 8.274693391285837e-05, + "W": 1.0920964086835738e-05, + "N": 8.321971108671278e-05, + "Y": 0.0013965097023174167, + "U": 6.420998033718206e-06, + "K": 0.00023332623823080212, + "L": 8.109938789857551e-06, + "G": 0.0008539665141142905, + "F": 0.015779102221131325, + "E": 0.0035090979654341936, + "T": 0.0011137116234749556, + "P": 0.2697175443172455, + "-": 0.7063398957252502 + }, + "id": "tp_7658" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 957257, + "label": "-", + "classification": { + "B": 1.1899592777808721e-07, + "S": 3.6317988616474395e-08, + "I": 5.935976332693826e-06, + "C": 3.603331322210579e-07, + "R": 9.17560925017824e-08, + "M": 1.8019243725575507e-05, + "O": 3.909140104951803e-06, + "W": 5.224685395432971e-08, + "N": 1.4919184820882947e-07, + "Y": 0.00016247801249846816, + "U": 6.795826568151142e-09, + "K": 4.067607761726322e-08, + "L": 1.2474913546611788e-07, + "G": 2.7197533199796453e-05, + "F": 0.00015992089174687862, + "E": 7.263885436259443e-06, + "T": 0.00014030786405783147, + "P": 0.030384939163923264, + "-": 0.969089150428772 + }, + "id": "tp_7659" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 957391, + "label": "-", + "classification": { + "B": 2.0250918453257327e-07, + "S": 2.054819674413011e-07, + "I": 4.659979458665475e-05, + "C": 1.4428970871449565e-06, + "R": 2.586621690170432e-07, + "M": 2.070124537567608e-05, + "O": 5.447545845527202e-06, + "W": 1.4969945993925649e-07, + "N": 1.3836206562700681e-06, + "Y": 0.0003020728181581944, + "U": 5.080310572225244e-08, + "K": 4.2038260517074377e-07, + "L": 2.801270682084578e-07, + "G": 4.516279659583233e-05, + "F": 0.0006884298054501414, + "E": 4.4958160287933424e-05, + "T": 0.00016592747124377638, + "P": 0.08063019067049026, + "-": 0.9180461168289185 + }, + "id": "tp_7660" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 957524, + "label": "-", + "classification": { + "B": 2.688921654225851e-07, + "S": 2.3026649387247744e-07, + "I": 7.925994395918678e-06, + "C": 1.6526367971891887e-06, + "R": 3.7120568663340237e-07, + "M": 3.37341298290994e-05, + "O": 4.378106041258434e-06, + "W": 6.159861953847212e-08, + "N": 1.6042019979067845e-07, + "Y": 0.0001594345667399466, + "U": 1.128528648308702e-08, + "K": 4.146878396227294e-08, + "L": 7.075027497194242e-07, + "G": 8.807282574707642e-05, + "F": 0.0025156999472528696, + "E": 2.017521546804346e-05, + "T": 0.00015102449106052518, + "P": 0.055661801248788834, + "-": 0.9413542151451111 + }, + "id": "tp_7661" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 957658, + "label": "-", + "classification": { + "B": 8.073135973063472e-07, + "S": 5.8560017350828275e-06, + "I": 4.6208235289668664e-05, + "C": 2.62520643445896e-05, + "R": 4.144839294895064e-06, + "M": 0.000347709225025028, + "O": 7.166645082179457e-05, + "W": 3.6133699268248165e-06, + "N": 4.390357844386017e-06, + "Y": 0.001764295739121735, + "U": 5.708715207219939e-07, + "K": 3.677130371215753e-05, + "L": 5.25772293258342e-06, + "G": 0.0005687012453563511, + "F": 0.0069687142968177795, + "E": 0.00014415054465644062, + "T": 0.0010004218202084303, + "P": 0.021251801401376724, + "-": 0.967748761177063 + }, + "id": "tp_7662" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 957758, + "label": "-", + "classification": { + "B": 1.5077922626005602e-06, + "S": 2.698327079997398e-06, + "I": 0.0002624145126901567, + "C": 3.232267772546038e-05, + "R": 7.7168597272248e-06, + "M": 0.0002813348255585879, + "O": 6.507304351544008e-05, + "W": 4.777298727276502e-06, + "N": 1.5167260244197678e-05, + "Y": 0.0012734713964164257, + "U": 1.8361549791734433e-06, + "K": 3.826228203251958e-05, + "L": 7.2478942456655204e-06, + "G": 0.000506959855556488, + "F": 0.007375926710665226, + "E": 0.00040931085823103786, + "T": 0.0008651172975078225, + "P": 0.07158281654119492, + "-": 0.9172659516334534 + }, + "id": "tp_7663" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 957891, + "label": "-", + "classification": { + "B": 1.1573195024539018e-07, + "S": 1.8505053489548118e-08, + "I": 8.402737876167521e-06, + "C": 1.32511513584177e-06, + "R": 1.3764575612640328e-07, + "M": 1.5370504797829199e-06, + "O": 1.7778751271180226e-06, + "W": 4.400404307602912e-08, + "N": 2.3397457482587924e-07, + "Y": 5.9318001149222255e-05, + "U": 4.69493990351566e-08, + "K": 5.289509772410383e-07, + "L": 7.294641335420238e-08, + "G": 1.3378530638874508e-05, + "F": 0.0004578840162139386, + "E": 5.0279222705285065e-06, + "T": 3.3683663787087426e-05, + "P": 0.05790512636303902, + "-": 0.9415114521980286 + }, + "id": "tp_7664" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 958025, + "label": "-", + "classification": { + "B": 3.196030547769624e-06, + "S": 6.905449936311925e-07, + "I": 6.726066931150854e-05, + "C": 3.1937331641529454e-06, + "R": 5.420475872597308e-07, + "M": 0.00010098813800141215, + "O": 2.189953374909237e-05, + "W": 3.772204308916116e-07, + "N": 1.8479925074643688e-06, + "Y": 0.00028191827004775405, + "U": 4.3075466749087354e-08, + "K": 2.6271605335637105e-08, + "L": 3.291790108050918e-06, + "G": 0.0001078169298125431, + "F": 0.0007384773343801498, + "E": 5.3296087571652606e-05, + "T": 0.00037820852594450116, + "P": 0.13574086129665375, + "-": 0.862496018409729 + }, + "id": "tp_7665" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 958158, + "label": "-", + "classification": { + "B": 0.001912167645059526, + "S": 0.00048326357500627637, + "I": 0.024403667077422142, + "C": 0.004530460108071566, + "R": 0.0015499284490942955, + "M": 0.013564092107117176, + "O": 0.004333909600973129, + "W": 0.00039918304537422955, + "N": 0.0019993940368294716, + "Y": 0.03398009017109871, + "U": 0.00040732379420660436, + "K": 7.119981455616653e-05, + "L": 0.003535251133143902, + "G": 0.02109280787408352, + "F": 0.012232125736773014, + "E": 0.009477772749960423, + "T": 0.029968326911330223, + "P": 0.241722971200943, + "-": 0.5943359732627869 + }, + "id": "tp_7666" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 958258, + "label": "-", + "classification": { + "B": 1.2426321518432815e-06, + "S": 4.120761900594516e-07, + "I": 0.00020202252198942006, + "C": 8.88023896550294e-06, + "R": 1.2632435755222104e-06, + "M": 3.4812463127309456e-05, + "O": 7.330786047532456e-06, + "W": 3.0822371854810626e-07, + "N": 9.457473424845375e-06, + "Y": 0.0014397131744772196, + "U": 2.747543987879908e-07, + "K": 9.557062185194809e-06, + "L": 7.858977255637001e-07, + "G": 0.00045279134064912796, + "F": 0.002880291547626257, + "E": 0.0011148171033710241, + "T": 0.0002522568975109607, + "P": 0.17817838490009308, + "-": 0.8154054284095764 + }, + "id": "tp_7667" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 958392, + "label": "-", + "classification": { + "B": 7.54122174839722e-06, + "S": 2.942695573437959e-06, + "I": 0.0008424294064752758, + "C": 7.347372593358159e-05, + "R": 2.4594753995188512e-05, + "M": 0.00033156227436847985, + "O": 8.22402216726914e-05, + "W": 4.3324266698618885e-06, + "N": 2.06810946110636e-05, + "Y": 0.003766972105950117, + "U": 2.462149495841004e-06, + "K": 2.1481782823684625e-06, + "L": 1.657695247558877e-05, + "G": 0.0006615340826101601, + "F": 0.0015860905405133963, + "E": 0.00018200829799752682, + "T": 0.002339450176805258, + "P": 0.0873994305729866, + "-": 0.9026535749435425 + }, + "id": "tp_7668" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 958525, + "label": "-", + "classification": { + "B": 2.1802561604999937e-06, + "S": 1.3215139915701002e-07, + "I": 9.484289330430329e-05, + "C": 1.498215897299815e-05, + "R": 2.487191750333295e-06, + "M": 0.00029141263803467155, + "O": 4.022708526463248e-05, + "W": 2.842525645974092e-07, + "N": 1.1606638281591586e-06, + "Y": 0.0005280811456032097, + "U": 1.349530691641121e-07, + "K": 1.0120804638802383e-08, + "L": 1.0343018402636517e-05, + "G": 0.00023934172349981964, + "F": 0.0001102993410313502, + "E": 2.8654729248955846e-05, + "T": 0.0011311230482533574, + "P": 0.028544863685965538, + "-": 0.968959391117096 + }, + "id": "tp_7669" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 958625, + "label": "-", + "classification": { + "B": 3.0246079404605553e-05, + "S": 1.269810127269011e-05, + "I": 0.001476286444813013, + "C": 4.6545228542527184e-05, + "R": 1.0052747711597476e-05, + "M": 0.00040558812906965613, + "O": 7.040295895421878e-05, + "W": 1.5576610167045146e-05, + "N": 0.00010996403580065817, + "Y": 0.0033220103941857815, + "U": 9.350374966743402e-06, + "K": 0.0003148901741951704, + "L": 6.887685685796896e-06, + "G": 0.0011279199970886111, + "F": 0.00518317986279726, + "E": 0.004485907964408398, + "T": 0.0011734655126929283, + "P": 0.3314635753631592, + "-": 0.6507354974746704 + }, + "id": "tp_7670" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 958759, + "label": "-", + "classification": { + "B": 5.242167844698997e-06, + "S": 5.12951146447449e-06, + "I": 0.00036495120730251074, + "C": 0.00016762790619395673, + "R": 1.9708822946995497e-05, + "M": 0.0001640599366510287, + "O": 4.66702513222117e-05, + "W": 5.51721404917771e-06, + "N": 3.202201332896948e-05, + "Y": 0.0022455784492194653, + "U": 2.288404402861488e-06, + "K": 0.00010631772602209821, + "L": 4.597353836288676e-06, + "G": 0.0005524574662558734, + "F": 0.012936923652887344, + "E": 0.0012063132598996162, + "T": 0.00046477970317937434, + "P": 0.10121909528970718, + "-": 0.8804506659507751 + }, + "id": "tp_7671" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 958892, + "label": "-", + "classification": { + "B": 1.61139303145319e-06, + "S": 2.1322948668967e-06, + "I": 5.4283187637338415e-05, + "C": 1.1243313565501012e-05, + "R": 2.3045736270432826e-06, + "M": 7.629313040524721e-05, + "O": 3.0169123419909738e-05, + "W": 1.263320086763997e-06, + "N": 3.387378001207253e-06, + "Y": 0.0005476800724864006, + "U": 1.3058750880645675e-07, + "K": 6.806485089327907e-06, + "L": 1.8402281511953333e-06, + "G": 0.00029786108643747866, + "F": 0.009936504065990448, + "E": 0.0002601089363452047, + "T": 0.00019459830946289003, + "P": 0.05362238734960556, + "-": 0.9349493980407715 + }, + "id": "tp_7672" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 959026, + "label": "-", + "classification": { + "B": 9.772411146968807e-08, + "S": 7.551872727162845e-08, + "I": 1.371227244817419e-05, + "C": 1.2791674635082018e-06, + "R": 8.669253048765313e-08, + "M": 8.920456821215339e-06, + "O": 2.154396497644484e-06, + "W": 6.390929030430925e-08, + "N": 7.117575364645745e-07, + "Y": 0.0001084074901882559, + "U": 1.575181762802913e-08, + "K": 3.9645962601753126e-07, + "L": 8.036534637767545e-08, + "G": 2.7350328309694305e-05, + "F": 0.0032670623622834682, + "E": 6.99161464581266e-05, + "T": 3.539662066032179e-05, + "P": 0.18498635292053223, + "-": 0.8114779591560364 + }, + "id": "tp_7673" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 959126, + "label": "-", + "classification": { + "B": 4.083458691184205e-07, + "S": 4.3316319420227956e-07, + "I": 0.0001157687947852537, + "C": 1.630631049920339e-05, + "R": 1.3735422044192092e-06, + "M": 3.291384200565517e-05, + "O": 7.965742952364963e-06, + "W": 6.105936449785077e-07, + "N": 9.534418495604768e-06, + "Y": 0.0007531162118539214, + "U": 6.380392392202339e-07, + "K": 0.00012175898882560432, + "L": 4.312831549668772e-07, + "G": 0.00034097451134584844, + "F": 0.005499524530023336, + "E": 0.0009221496293321252, + "T": 0.00021333509357646108, + "P": 0.08690154552459717, + "-": 0.9050613045692444 + }, + "id": "tp_7674" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 959259, + "label": "-", + "classification": { + "B": 8.429726676695282e-07, + "S": 1.1967423461101134e-06, + "I": 0.0003234181203879416, + "C": 2.406237217655871e-05, + "R": 8.266180884675123e-06, + "M": 0.00010044804366771132, + "O": 3.0377392249647528e-05, + "W": 1.6088024494820274e-06, + "N": 1.857802453741897e-05, + "Y": 0.0024051028303802013, + "U": 1.3523723509933916e-06, + "K": 6.915448466315866e-05, + "L": 2.2721053483110154e-06, + "G": 0.0004842810449190438, + "F": 0.006796829868108034, + "E": 0.00027885634335689247, + "T": 0.0007567909196950495, + "P": 0.08187028765678406, + "-": 0.9068263173103333 + }, + "id": "tp_7675" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 959393, + "label": "-", + "classification": { + "B": 0.00011173285020049661, + "S": 1.9122109733871184e-05, + "I": 0.0011419684160500765, + "C": 0.0004207887686789036, + "R": 0.00011171781807206571, + "M": 0.0014447994763031602, + "O": 0.00023284793132916093, + "W": 1.5478557543247007e-05, + "N": 3.167301110806875e-05, + "Y": 0.009685930795967579, + "U": 1.0646935152180959e-05, + "K": 1.877627073554322e-05, + "L": 0.00018189084948971868, + "G": 0.005575085058808327, + "F": 0.01711624301970005, + "E": 0.0023417531047016382, + "T": 0.0038025539834052324, + "P": 0.07710762321949005, + "-": 0.8806294202804565 + }, + "id": "tp_7676" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 959526, + "label": "-", + "classification": { + "B": 9.65338131209137e-06, + "S": 1.3936149116489105e-05, + "I": 0.0027615204453468323, + "C": 5.053164204582572e-05, + "R": 3.755372017621994e-05, + "M": 0.0005353025626391172, + "O": 0.00021452827786561102, + "W": 9.275052434531972e-06, + "N": 0.0001927425473695621, + "Y": 0.005162735935300589, + "U": 4.1409966797800735e-06, + "K": 1.1640169759630226e-05, + "L": 2.129017229890451e-05, + "G": 0.0009009292116388679, + "F": 0.003164001042023301, + "E": 0.0004718193376902491, + "T": 0.006943478249013424, + "P": 0.270813912153244, + "-": 0.708681046962738 + }, + "id": "tp_7677" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 959626, + "label": "-", + "classification": { + "B": 3.850228949886514e-06, + "S": 6.122261879681901e-07, + "I": 0.00018881667347159237, + "C": 3.0153127227094956e-05, + "R": 5.34850687472499e-06, + "M": 0.0002574652316980064, + "O": 2.2943051590118557e-05, + "W": 2.720071279327385e-07, + "N": 2.528446884753066e-06, + "Y": 0.0014685213100165129, + "U": 1.2499582169311907e-07, + "K": 1.6404526093083405e-07, + "L": 1.4011972780281212e-05, + "G": 0.001805275329388678, + "F": 0.00647061737254262, + "E": 0.0005028412560932338, + "T": 0.0007470095297321677, + "P": 0.07777135819196701, + "-": 0.9107081294059753 + }, + "id": "tp_7678" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 959760, + "label": "P", + "classification": { + "B": 7.780121791256533e-07, + "S": 5.910253548790934e-07, + "I": 0.0006536454893648624, + "C": 3.5397865758568514e-06, + "R": 7.083935997798108e-07, + "M": 1.7272359400521964e-05, + "O": 7.505013854824938e-06, + "W": 6.772863230253279e-07, + "N": 5.433415935840458e-05, + "Y": 0.00010748308704933152, + "U": 2.659652125203138e-07, + "K": 4.449403149919817e-06, + "L": 2.9157487801967363e-07, + "G": 4.801969771506265e-05, + "F": 0.0015729692531749606, + "E": 0.0008092470234259963, + "T": 6.276689964579418e-05, + "P": 0.8466476798057556, + "-": 0.15000778436660767 + }, + "id": "tp_7679" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 959893, + "label": "-", + "classification": { + "B": 1.230786050854249e-08, + "S": 2.4158921974049008e-08, + "I": 5.282498477754416e-06, + "C": 5.909472520215786e-07, + "R": 8.331986833809424e-08, + "M": 8.34158345242031e-06, + "O": 1.068229835254897e-06, + "W": 1.7338006585987387e-08, + "N": 1.2670301430262043e-07, + "Y": 0.00033796209027059376, + "U": 7.61068985610791e-09, + "K": 1.3987319391617348e-07, + "L": 7.454170969367624e-08, + "G": 2.4273551389342174e-05, + "F": 0.0012733207549899817, + "E": 1.203483589051757e-05, + "T": 5.4634667321806774e-05, + "P": 0.04507194831967354, + "-": 0.9532100558280945 + }, + "id": "tp_7680" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 960027, + "label": "-", + "classification": { + "B": 0.0006996101001277566, + "S": 6.62738602841273e-05, + "I": 0.00035035141627304256, + "C": 0.0003511619579512626, + "R": 0.00011618786811595783, + "M": 0.0007176455692388117, + "O": 0.0005910866893827915, + "W": 4.503351010498591e-05, + "N": 2.4170927645172924e-05, + "Y": 0.0021273461170494556, + "U": 7.3793485171336215e-06, + "K": 1.1326535968692042e-05, + "L": 0.0002718467148952186, + "G": 0.004282116424292326, + "F": 0.01997372694313526, + "E": 0.000724152778275311, + "T": 0.0012061026645824313, + "P": 0.07221657782793045, + "-": 0.8962178230285645 + }, + "id": "tp_7681" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 960127, + "label": "-", + "classification": { + "B": 7.69476446293993e-06, + "S": 3.005839062097948e-06, + "I": 0.0001989074080483988, + "C": 0.00017636896518524736, + "R": 1.6060086636571214e-05, + "M": 0.0004460284544620663, + "O": 6.391244096448645e-05, + "W": 3.689724735522759e-06, + "N": 1.0319834473193623e-05, + "Y": 0.001725759357213974, + "U": 1.365520006402221e-06, + "K": 6.58708086120896e-06, + "L": 1.2247652193764225e-05, + "G": 0.0005964815500192344, + "F": 0.0057133580558001995, + "E": 0.0005613815737888217, + "T": 0.00065580103546381, + "P": 0.05617842078208923, + "-": 0.9336225390434265 + }, + "id": "tp_7682" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 960260, + "label": "-", + "classification": { + "B": 4.0728895811525945e-08, + "S": 1.1112335496221704e-09, + "I": 3.431888035265729e-05, + "C": 2.7470932764117606e-06, + "R": 6.977457900347872e-08, + "M": 3.6879807794321096e-06, + "O": 3.1853699056227924e-07, + "W": 8.241751281445886e-09, + "N": 3.1027445857034763e-07, + "Y": 0.00012157692253822461, + "U": 3.005154525226317e-08, + "K": 9.513962595519843e-08, + "L": 7.124677381398214e-08, + "G": 5.0858932809205726e-05, + "F": 0.00027831492479890585, + "E": 8.53492965688929e-05, + "T": 2.4604916688986123e-05, + "P": 0.2907885015010834, + "-": 0.7086091637611389 + }, + "id": "tp_7683" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 960394, + "label": "-", + "classification": { + "B": 8.19642300484702e-05, + "S": 2.95567479042802e-05, + "I": 0.0011086497688665986, + "C": 0.00032411207212135196, + "R": 9.418544505024329e-05, + "M": 0.00048622951726429164, + "O": 0.0002671697875484824, + "W": 3.0815361242275685e-05, + "N": 9.248933929484338e-05, + "Y": 0.0028139466885477304, + "U": 1.4167841072776355e-05, + "K": 3.2593230571364984e-05, + "L": 6.050906449672766e-05, + "G": 0.0023099975660443306, + "F": 0.01816558837890625, + "E": 0.0009181068744510412, + "T": 0.0014726922381669283, + "P": 0.25425854325294495, + "-": 0.7174386978149414 + }, + "id": "tp_7684" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 960527, + "label": "-", + "classification": { + "B": 2.1108547798576183e-07, + "S": 1.1421150958312865e-07, + "I": 0.00018703858950175345, + "C": 5.655103905155556e-06, + "R": 1.0601040685287444e-06, + "M": 7.830367394490167e-06, + "O": 4.9664686230244115e-06, + "W": 3.710414659963135e-07, + "N": 4.888808689429425e-06, + "Y": 0.00014393345918506384, + "U": 2.453213312492153e-07, + "K": 5.367895141716872e-07, + "L": 3.8367704746633535e-07, + "G": 4.717971751233563e-05, + "F": 0.0010564748663455248, + "E": 5.929927283432335e-05, + "T": 8.133954543154687e-05, + "P": 0.41632309556007385, + "-": 0.5820753574371338 + }, + "id": "tp_7685" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 960627, + "label": "P", + "classification": { + "B": 1.1987605148533476e-06, + "S": 1.5353859907918377e-06, + "I": 0.0009230569121427834, + "C": 1.3082832083455287e-05, + "R": 1.91093181456381e-06, + "M": 6.063903492758982e-05, + "O": 1.791519025573507e-05, + "W": 1.7719572724672616e-06, + "N": 9.251799201592803e-05, + "Y": 0.00015578093007206917, + "U": 3.644163371063769e-07, + "K": 3.2146046578418463e-05, + "L": 4.6847083012835355e-07, + "G": 0.00011672216351144016, + "F": 0.002032008720561862, + "E": 0.0033766028936952353, + "T": 8.112024079309776e-05, + "P": 0.7326667904853821, + "-": 0.2604243755340576 + }, + "id": "tp_7686" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 960761, + "label": "-", + "classification": { + "B": 6.010433821757033e-07, + "S": 7.963073755945516e-08, + "I": 5.6261938880197704e-05, + "C": 6.305278930085478e-06, + "R": 6.241476171453542e-07, + "M": 9.41990947467275e-05, + "O": 8.893496669770684e-06, + "W": 1.0432861330400556e-07, + "N": 4.051463804444211e-07, + "Y": 0.000306595436995849, + "U": 3.403191684014928e-08, + "K": 3.464163356170502e-08, + "L": 2.688148924789857e-06, + "G": 0.00029032304883003235, + "F": 0.0009496280690655112, + "E": 4.343880573287606e-05, + "T": 0.0002356996265007183, + "P": 0.03041696362197399, + "-": 0.9675871133804321 + }, + "id": "tp_7687" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 960894, + "label": "-", + "classification": { + "B": 2.9660919608431868e-05, + "S": 2.1947189452475868e-05, + "I": 0.0011108767939731479, + "C": 0.000210976431844756, + "R": 3.901845047948882e-05, + "M": 0.0002915233781095594, + "O": 0.00018146744696423411, + "W": 1.704846727079712e-05, + "N": 0.00016189904999919236, + "Y": 0.0016613256884738803, + "U": 1.4888611076457892e-05, + "K": 4.844758223043755e-05, + "L": 2.4213271899498068e-05, + "G": 0.0007037200266495347, + "F": 0.010395815595984459, + "E": 0.0009562922641634941, + "T": 0.001529851695522666, + "P": 0.3117167353630066, + "-": 0.670884370803833 + }, + "id": "tp_7688" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 961028, + "label": "-", + "classification": { + "B": 2.303709045747837e-08, + "S": 3.0583169774445196e-08, + "I": 0.00014148969785310328, + "C": 1.8863049717765534e-06, + "R": 8.057534159888746e-07, + "M": 2.5463104975642636e-05, + "O": 3.683863269543508e-06, + "W": 6.268942343012895e-08, + "N": 1.7225476085513947e-06, + "Y": 0.0006915763369761407, + "U": 4.6394223573997806e-08, + "K": 1.7343010938475345e-07, + "L": 2.2842290547941957e-07, + "G": 3.735566133400425e-05, + "F": 0.0002508903562556952, + "E": 2.1257148546283133e-05, + "T": 0.0007280657300725579, + "P": 0.07313130795955658, + "-": 0.9249638319015503 + }, + "id": "tp_7689" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 961128, + "label": "-", + "classification": { + "B": 3.865924099955009e-06, + "S": 7.319305268538301e-07, + "I": 0.00018742051906883717, + "C": 5.6826029322110116e-05, + "R": 1.7394528185832314e-05, + "M": 0.00022915155568625778, + "O": 2.8941336495336145e-05, + "W": 8.837107543513412e-07, + "N": 2.7416435841587372e-06, + "Y": 0.005540835205465555, + "U": 4.70392279794396e-07, + "K": 1.350842012470821e-06, + "L": 1.0005025615100749e-05, + "G": 0.0016246514860540628, + "F": 0.002867103088647127, + "E": 0.00017417177150491625, + "T": 0.0012026182375848293, + "P": 0.03488149121403694, + "-": 0.9531693458557129 + }, + "id": "tp_7690" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 961261, + "label": "-", + "classification": { + "B": 6.563121860381216e-05, + "S": 1.6878089809324592e-05, + "I": 0.0033381148241460323, + "C": 0.0008784589008428156, + "R": 0.00024172401754185557, + "M": 0.0006908553186804056, + "O": 0.0002886011789087206, + "W": 5.329855048330501e-05, + "N": 0.00017358968034386635, + "Y": 0.006530798505991697, + "U": 5.070237966720015e-05, + "K": 0.00030747478012926877, + "L": 8.86178168002516e-05, + "G": 0.003520349506288767, + "F": 0.01788265071809292, + "E": 0.0018571763066574931, + "T": 0.0018362941918894649, + "P": 0.17738573253154755, + "-": 0.7847930788993835 + }, + "id": "tp_7691" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 961395, + "label": "-", + "classification": { + "B": 0.0002074761869153008, + "S": 0.00019171911117155105, + "I": 0.008698252961039543, + "C": 0.0015490532387048006, + "R": 0.00033231652923859656, + "M": 0.003396611427888274, + "O": 0.000981824705377221, + "W": 0.00019241771951783448, + "N": 0.0013186171418055892, + "Y": 0.02538907341659069, + "U": 7.99925546743907e-05, + "K": 0.0022187894210219383, + "L": 0.00019112690642941743, + "G": 0.010845273733139038, + "F": 0.050164807587862015, + "E": 0.03429577872157097, + "T": 0.0067789205349981785, + "P": 0.2311541587114334, + "-": 0.6220138669013977 + }, + "id": "tp_7692" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 961528, + "label": "-", + "classification": { + "B": 4.986810381524265e-06, + "S": 6.031436896591913e-07, + "I": 9.822015272220597e-06, + "C": 1.225692244588572e-06, + "R": 2.2268845611961297e-07, + "M": 4.053670272696763e-05, + "O": 1.5112179426068906e-05, + "W": 1.9584888377721654e-07, + "N": 2.1365168834108772e-07, + "Y": 8.539990085409954e-05, + "U": 6.699107935048687e-09, + "K": 1.1514421416336518e-08, + "L": 1.5565275361950626e-06, + "G": 0.00011269992683082819, + "F": 0.0010791242821142077, + "E": 2.6423684175824746e-05, + "T": 6.902130553498864e-05, + "P": 0.05564884841442108, + "-": 0.9429040551185608 + }, + "id": "tp_7693" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 961628, + "label": "-", + "classification": { + "B": 1.1315642950648908e-05, + "S": 2.017535371123813e-05, + "I": 0.0006132210837677121, + "C": 5.652989057125524e-05, + "R": 6.534941803693073e-06, + "M": 0.0002087970933644101, + "O": 6.434746319428086e-05, + "W": 8.268632882391103e-06, + "N": 9.388305625179783e-05, + "Y": 0.002667208667844534, + "U": 2.6203422294202028e-06, + "K": 0.0001714816753519699, + "L": 6.784152446925873e-06, + "G": 0.0012801617849618196, + "F": 0.03772234916687012, + "E": 0.005163078662008047, + "T": 0.0009312585461884737, + "P": 0.3304274082183838, + "-": 0.6205445528030396 + }, + "id": "tp_7694" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 961762, + "label": "-", + "classification": { + "B": 0.00014312689017970115, + "S": 1.77810977675108e-06, + "I": 0.00011054505011998117, + "C": 1.247263412551547e-06, + "R": 3.553225838004437e-07, + "M": 6.797110108891502e-05, + "O": 5.8475518017075956e-05, + "W": 1.432911972187867e-06, + "N": 2.1807434222864686e-06, + "Y": 9.020488505484536e-05, + "U": 4.051154434137061e-08, + "K": 5.7548512621963255e-09, + "L": 9.20353068067925e-06, + "G": 0.0001225957239512354, + "F": 0.0008574005332775414, + "E": 0.0001346477511106059, + "T": 8.828192221699283e-05, + "P": 0.27889567613601685, + "-": 0.7194148898124695 + }, + "id": "tp_7695" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 961895, + "label": "-", + "classification": { + "B": 3.826140527962707e-06, + "S": 2.8758477128576487e-06, + "I": 0.0002742136421147734, + "C": 6.801907875342295e-05, + "R": 1.1491078112157993e-05, + "M": 0.00010726651089498773, + "O": 3.1976058380678296e-05, + "W": 2.293599891345366e-06, + "N": 1.985279595828615e-05, + "Y": 0.0016264899168163538, + "U": 1.3227656836534152e-06, + "K": 3.019629730260931e-05, + "L": 4.733456535177538e-06, + "G": 0.0008196771959774196, + "F": 0.017916234210133553, + "E": 0.000739593873731792, + "T": 0.0006254995823837817, + "P": 0.20391106605529785, + "-": 0.7738034129142761 + }, + "id": "tp_7696" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 962029, + "label": "-", + "classification": { + "B": 8.483589044772089e-05, + "S": 6.0223064792808145e-06, + "I": 0.00033189644454978406, + "C": 3.5392458812566474e-05, + "R": 1.1393538443371654e-05, + "M": 0.001565845450386405, + "O": 0.00012319711095187813, + "W": 2.9307918794074794e-06, + "N": 8.50388369144639e-06, + "Y": 0.0022050689440220594, + "U": 7.858145636419067e-07, + "K": 3.1863908134255325e-06, + "L": 3.317516529932618e-05, + "G": 0.003116835141554475, + "F": 0.004168286919593811, + "E": 0.0013740472495555878, + "T": 0.000994491740129888, + "P": 0.09722945839166641, + "-": 0.8887047171592712 + }, + "id": "tp_7697" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 962129, + "label": "-", + "classification": { + "B": 2.0989093172829598e-05, + "S": 4.6751338231842965e-06, + "I": 0.0008917510858736932, + "C": 0.0001148745504906401, + "R": 2.2623482436756603e-05, + "M": 0.0005181755986995995, + "O": 6.854371895315126e-05, + "W": 3.12700331051019e-06, + "N": 2.987040534208063e-05, + "Y": 0.005877861753106117, + "U": 5.06377682540915e-06, + "K": 2.3787251848261803e-05, + "L": 2.900223626056686e-05, + "G": 0.003795311553403735, + "F": 0.00983492936939001, + "E": 0.0013434122083708644, + "T": 0.002538153901696205, + "P": 0.10857491195201874, + "-": 0.8663028478622437 + }, + "id": "tp_7698" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 962262, + "label": "-", + "classification": { + "B": 4.433491085364949e-07, + "S": 2.4483675531428162e-08, + "I": 4.092536983080208e-06, + "C": 8.590883453507558e-07, + "R": 8.839710119445954e-08, + "M": 1.1017523320333567e-05, + "O": 2.671723450475838e-06, + "W": 2.5110368895298052e-08, + "N": 5.6708859830223446e-08, + "Y": 4.858841930399649e-05, + "U": 3.488648925298321e-09, + "K": 4.711219414588186e-09, + "L": 4.3367572288843803e-07, + "G": 3.453580575296655e-05, + "F": 0.0006407301989383996, + "E": 2.1686610125470906e-05, + "T": 3.1047664379002526e-05, + "P": 0.04655218496918678, + "-": 0.9526516199111938 + }, + "id": "tp_7699" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 962396, + "label": "-", + "classification": { + "B": 2.989396818975365e-07, + "S": 3.017430572072044e-08, + "I": 0.00032902471139095724, + "C": 8.871843419910874e-06, + "R": 1.539937670713698e-06, + "M": 3.3329069992760196e-05, + "O": 4.0880263441067655e-06, + "W": 1.3012675026402576e-07, + "N": 2.3833356408431428e-06, + "Y": 0.0011687916703522205, + "U": 1.7796415363591223e-07, + "K": 1.8082030805999239e-07, + "L": 5.286603936838219e-07, + "G": 0.00012635113671422005, + "F": 7.613052002852783e-05, + "E": 3.897752321790904e-05, + "T": 0.0006120816105976701, + "P": 0.08453930914402008, + "-": 0.9130576848983765 + }, + "id": "tp_7700" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 962529, + "label": "-", + "classification": { + "B": 4.079864538653055e-06, + "S": 1.9781477931246627e-06, + "I": 0.00030485924798995256, + "C": 2.415010385448113e-05, + "R": 5.534345746127656e-06, + "M": 0.00014942229609005153, + "O": 4.4265460019232705e-05, + "W": 3.2872324027266586e-06, + "N": 2.531993050070014e-05, + "Y": 0.002965905237942934, + "U": 2.4291871341119986e-06, + "K": 4.1240982682211325e-05, + "L": 4.6116297198750544e-06, + "G": 0.0005785995745100081, + "F": 0.0048190937377512455, + "E": 0.0006584463408216834, + "T": 0.0011852114694193006, + "P": 0.14388926327228546, + "-": 0.8452922701835632 + }, + "id": "tp_7701" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 962629, + "label": "P", + "classification": { + "B": 1.7542072239251638e-09, + "S": 1.848846770124979e-10, + "I": 7.90631202107761e-06, + "C": 2.1097728009067396e-08, + "R": 2.429790535440901e-10, + "M": 8.15213709870477e-08, + "O": 1.7960443798870074e-08, + "W": 2.6873944736216515e-10, + "N": 1.4273280157794943e-07, + "Y": 4.719438493339112e-07, + "U": 1.9463199107949691e-10, + "K": 3.2817317752176223e-09, + "L": 4.935470365730055e-10, + "G": 9.642511713536805e-07, + "F": 2.62463199760532e-05, + "E": 2.9683427783311345e-05, + "T": 8.03610873845173e-07, + "P": 0.8476005792617798, + "-": 0.1523330807685852 + }, + "id": "tp_7702" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 962763, + "label": "-", + "classification": { + "B": 1.916323890327476e-05, + "S": 2.1752671273134183e-06, + "I": 7.137704233173281e-05, + "C": 4.1503571992507204e-06, + "R": 1.051751155500824e-06, + "M": 0.00029238194110803306, + "O": 9.194172162096947e-05, + "W": 1.3394291045187856e-06, + "N": 1.207620130116993e-06, + "Y": 0.0003923300828319043, + "U": 9.681421886398311e-08, + "K": 2.1890731005669295e-08, + "L": 1.935801628860645e-05, + "G": 0.00030261516803875566, + "F": 0.001039547030813992, + "E": 5.807595880469307e-05, + "T": 0.0003165501111652702, + "P": 0.06708988547325134, + "-": 0.930296778678894 + }, + "id": "tp_7703" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 962896, + "label": "-", + "classification": { + "B": 2.4783747676337953e-07, + "S": 2.8712369370964552e-08, + "I": 1.4415468285733368e-05, + "C": 2.85550572698412e-06, + "R": 2.196790802599935e-07, + "M": 1.3640471479448024e-05, + "O": 3.101662514382042e-06, + "W": 4.426714639294005e-08, + "N": 2.438220292333426e-07, + "Y": 0.000130171756609343, + "U": 2.0413159163013006e-08, + "K": 6.705688804231613e-08, + "L": 3.7244075201670057e-07, + "G": 8.790298306848854e-05, + "F": 0.0007702546427026391, + "E": 4.6652341552544385e-05, + "T": 6.92807516315952e-05, + "P": 0.04050026834011078, + "-": 0.9583602547645569 + }, + "id": "tp_7704" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 963030, + "label": "-", + "classification": { + "B": 5.721921070289682e-07, + "S": 1.2402193760863156e-07, + "I": 2.7056878479925217e-06, + "C": 5.142370582689182e-07, + "R": 7.020128123258473e-08, + "M": 4.092171730007976e-05, + "O": 4.5716801650996786e-06, + "W": 6.912490846389119e-08, + "N": 8.069398660381921e-08, + "Y": 0.0005358705529943109, + "U": 1.636183277753389e-08, + "K": 2.443465518808807e-07, + "L": 3.9846298705015215e-07, + "G": 4.728495332528837e-05, + "F": 0.00024084516917355359, + "E": 1.2287653589737602e-05, + "T": 0.0003841921570710838, + "P": 0.005416962783783674, + "-": 0.9933121800422668 + }, + "id": "tp_7705" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 963130, + "label": "-", + "classification": { + "B": 8.073297408373037e-07, + "S": 1.525550374026352e-06, + "I": 0.00026979707763530314, + "C": 3.2817381452332484e-06, + "R": 8.986904163066356e-07, + "M": 1.1748231372621376e-05, + "O": 1.1148064913868438e-05, + "W": 1.0911666095125838e-06, + "N": 3.262457903474569e-05, + "Y": 0.00026149506447836757, + "U": 4.867300731348223e-07, + "K": 4.055113822687417e-05, + "L": 3.605802021411364e-07, + "G": 8.502092532580718e-05, + "F": 0.004243314266204834, + "E": 0.00043059539166279137, + "T": 0.00020791139104403555, + "P": 0.3960418105125427, + "-": 0.5983555912971497 + }, + "id": "tp_7706" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 963263, + "label": "-", + "classification": { + "B": 5.032707576901885e-06, + "S": 3.4537210922280792e-06, + "I": 8.551683276891708e-05, + "C": 5.777912974735955e-06, + "R": 3.1767326618137304e-06, + "M": 0.00012848142068833113, + "O": 6.940782623132691e-05, + "W": 1.3982670452605817e-06, + "N": 2.4200148800446186e-06, + "Y": 0.0004044758388772607, + "U": 1.1826913492996027e-07, + "K": 5.6231890255276085e-08, + "L": 1.2941706700075883e-05, + "G": 0.00024333081091754138, + "F": 0.002860750537365675, + "E": 3.954403291572817e-05, + "T": 0.0010555826593190432, + "P": 0.08307941257953644, + "-": 0.9119991064071655 + }, + "id": "tp_7707" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 963397, + "label": "-", + "classification": { + "B": 3.736903764206545e-08, + "S": 4.5821733074546955e-09, + "I": 4.0962518141896e-06, + "C": 8.641529234409973e-07, + "R": 1.7500414628557337e-07, + "M": 2.0734469217131846e-05, + "O": 1.6174275287994533e-06, + "W": 1.0200451150410572e-08, + "N": 1.964621532124511e-08, + "Y": 8.31669385661371e-05, + "U": 1.4364810452249799e-09, + "K": 8.531509387843528e-10, + "L": 2.78612304782655e-07, + "G": 3.052586907870136e-05, + "F": 0.0001397014275426045, + "E": 3.166325541315018e-06, + "T": 5.634616536553949e-05, + "P": 0.012783368118107319, + "-": 0.9868758916854858 + }, + "id": "tp_7708" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 963530, + "label": "-", + "classification": { + "B": 3.536150927629933e-09, + "S": 7.120120049108891e-10, + "I": 1.089169586521166e-06, + "C": 1.6747793551985524e-07, + "R": 6.104306393694969e-09, + "M": 2.1897105852985987e-06, + "O": 1.7101355354043335e-07, + "W": 4.875257419989509e-10, + "N": 8.258559169860291e-09, + "Y": 1.1902134247065987e-05, + "U": 1.6599317753662746e-10, + "K": 1.408292926718957e-10, + "L": 1.680089667388529e-08, + "G": 1.0713232768466696e-05, + "F": 0.00014977698447182775, + "E": 1.7208753888553474e-06, + "T": 1.3330456567928195e-05, + "P": 0.06580302864313126, + "-": 0.9340057969093323 + }, + "id": "tp_7709" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 963630, + "label": "-", + "classification": { + "B": 3.307489896542393e-05, + "S": 1.02246112874127e-05, + "I": 0.002872148994356394, + "C": 0.0007974292966537178, + "R": 0.00013220121036283672, + "M": 0.001973367528989911, + "O": 0.00018026938778348267, + "W": 1.1371437722118571e-05, + "N": 0.00010100100917043164, + "Y": 0.01641763746738434, + "U": 2.3637450794922188e-05, + "K": 6.238135392777622e-05, + "L": 0.00010572073369985446, + "G": 0.007123784627765417, + "F": 0.010058446787297726, + "E": 0.0027831969782710075, + "T": 0.005273757968097925, + "P": 0.09168393164873123, + "-": 0.8603564500808716 + }, + "id": "tp_7710" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 963764, + "label": "-", + "classification": { + "B": 5.796879577246727e-06, + "S": 7.4960275924240705e-06, + "I": 0.00039007404120638967, + "C": 0.00017079747340176255, + "R": 3.133853169856593e-05, + "M": 7.301556615857407e-05, + "O": 7.200617255875841e-05, + "W": 1.70565108419396e-05, + "N": 6.116535951150581e-05, + "Y": 0.0017460421659052372, + "U": 2.151293483620975e-05, + "K": 0.0011486653238534927, + "L": 8.006119969650172e-06, + "G": 0.0003704788105096668, + "F": 0.010901997797191143, + "E": 0.0010600961977615952, + "T": 0.0006445060716941953, + "P": 0.10675790160894394, + "-": 0.8765119910240173 + }, + "id": "tp_7711" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 963897, + "label": "-", + "classification": { + "B": 0.0005720874178223312, + "S": 0.0004007287207059562, + "I": 0.011662560515105724, + "C": 0.0029863968957215548, + "R": 0.0010140399681404233, + "M": 0.009644387289881706, + "O": 0.0027751142624765635, + "W": 0.0003508064546622336, + "N": 0.0011223627952858806, + "Y": 0.030971866101026535, + "U": 0.00014420620573218912, + "K": 0.0004410787078086287, + "L": 0.0008288927492685616, + "G": 0.010465753264725208, + "F": 0.01907634735107422, + "E": 0.007315044291317463, + "T": 0.01748506724834442, + "P": 0.13861021399497986, + "-": 0.7441330552101135 + }, + "id": "tp_7712" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 964031, + "label": "-", + "classification": { + "B": 9.418187119081267e-07, + "S": 6.4687028498156e-06, + "I": 0.00021439878037199378, + "C": 6.574021244887263e-05, + "R": 1.9647834051284008e-05, + "M": 0.00031064567156136036, + "O": 9.26218563108705e-05, + "W": 3.81947302230401e-06, + "N": 1.0708769877965096e-05, + "Y": 0.021320680156350136, + "U": 7.011241223153775e-07, + "K": 7.217546954052523e-05, + "L": 1.2963681001565419e-05, + "G": 0.002872022334486246, + "F": 0.02068689465522766, + "E": 0.00035647867480292916, + "T": 0.005726891569793224, + "P": 0.01577247679233551, + "-": 0.9324536919593811 + }, + "id": "tp_7713" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 964131, + "label": "-", + "classification": { + "B": 7.08790248609148e-05, + "S": 1.4467836990661453e-05, + "I": 0.0003836576361209154, + "C": 3.36286575475242e-05, + "R": 3.697295369420317e-06, + "M": 0.00046063002082519233, + "O": 0.00011814381286967546, + "W": 1.0078682862513233e-05, + "N": 4.2770047002704814e-05, + "Y": 0.00048264244105666876, + "U": 3.2120299238158623e-06, + "K": 2.6615094611770473e-05, + "L": 1.5780415196786635e-05, + "G": 0.0007731678197160363, + "F": 0.013334117829799652, + "E": 0.0030682908836752176, + "T": 0.0004956302582286298, + "P": 0.359272837638855, + "-": 0.6213896870613098 + }, + "id": "tp_7714" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 964264, + "label": "-", + "classification": { + "B": 1.086420752471895e-06, + "S": 1.575702867739892e-06, + "I": 5.189284820517059e-06, + "C": 5.996787990625307e-07, + "R": 1.0374230186016575e-07, + "M": 1.77336078195367e-05, + "O": 6.343630047922488e-06, + "W": 2.9093305897731625e-07, + "N": 1.0401905683465884e-06, + "Y": 0.00040386049658991396, + "U": 6.863463397621672e-08, + "K": 1.918152293001185e-06, + "L": 5.763953367932118e-07, + "G": 5.337393668014556e-05, + "F": 0.008614190854132175, + "E": 6.329709867713973e-05, + "T": 0.0002635020937304944, + "P": 0.124760702252388, + "-": 0.8658044338226318 + }, + "id": "tp_7715" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 964398, + "label": "-", + "classification": { + "B": 8.466136591778195e-07, + "S": 1.1791245668746342e-07, + "I": 2.2963284209254198e-05, + "C": 4.058428203279618e-06, + "R": 2.857224501440214e-07, + "M": 5.708484422939364e-06, + "O": 2.2257593172980705e-06, + "W": 1.0117618387539551e-07, + "N": 1.3004065522181918e-06, + "Y": 0.00017097013187594712, + "U": 9.565867031824382e-08, + "K": 7.406285931210732e-07, + "L": 2.6404751451991615e-07, + "G": 7.623837154824287e-05, + "F": 0.004042139742523432, + "E": 0.00012769947352353483, + "T": 7.095579348970205e-05, + "P": 0.3212035596370697, + "-": 0.6742697358131409 + }, + "id": "tp_7716" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 964531, + "label": "-", + "classification": { + "B": 2.2728625481249765e-05, + "S": 1.2445709216990508e-05, + "I": 0.000552881567273289, + "C": 6.991648115217686e-05, + "R": 1.154507390310755e-05, + "M": 0.00032352155540138483, + "O": 0.00018144090427085757, + "W": 8.352858458238188e-06, + "N": 5.992650767439045e-05, + "Y": 0.000714202004019171, + "U": 2.5927549813786754e-06, + "K": 1.6015370647437521e-06, + "L": 2.8636477509280667e-05, + "G": 0.0005731366109102964, + "F": 0.0035494400653988123, + "E": 0.00047664830344729125, + "T": 0.0009380790870636702, + "P": 0.45359063148498535, + "-": 0.5388823747634888 + }, + "id": "tp_7717" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 964631, + "label": "-", + "classification": { + "B": 6.855936953797936e-05, + "S": 7.9570927482564e-05, + "I": 0.0035117093939334154, + "C": 0.0009292311733588576, + "R": 0.0004594063793774694, + "M": 0.007378275040537119, + "O": 0.0008793510496616364, + "W": 5.5656411859672517e-05, + "N": 0.00015163677744567394, + "Y": 0.03456494212150574, + "U": 4.144910053582862e-05, + "K": 0.0001031614447128959, + "L": 0.0003629143175203353, + "G": 0.00893803033977747, + "F": 0.009597263298928738, + "E": 0.0012467456981539726, + "T": 0.019773196429014206, + "P": 0.039158135652542114, + "-": 0.8727006316184998 + }, + "id": "tp_7718" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 964765, + "label": "P", + "classification": { + "B": 1.8885846486682567e-07, + "S": 1.5988823065526958e-07, + "I": 0.00021460230345837772, + "C": 2.846869620043435e-06, + "R": 8.59155250054755e-07, + "M": 9.609853805159219e-06, + "O": 7.883958460297436e-06, + "W": 2.945481583083165e-07, + "N": 8.646901733300183e-06, + "Y": 0.00013676990056410432, + "U": 1.8933853596081462e-07, + "K": 1.1477114867375349e-06, + "L": 4.0987748661791557e-07, + "G": 4.651515337172896e-05, + "F": 0.0007565251435153186, + "E": 5.891865657758899e-05, + "T": 0.00018126369104720652, + "P": 0.4995409846305847, + "-": 0.49903222918510437 + }, + "id": "tp_7719" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 964898, + "label": "-", + "classification": { + "B": 1.822560875552881e-07, + "S": 1.8528250045335426e-09, + "I": 1.2025260730297305e-05, + "C": 2.2134528876449622e-07, + "R": 2.1552846618533295e-08, + "M": 3.3845824987110973e-07, + "O": 3.559974572908686e-07, + "W": 2.8272799657003134e-09, + "N": 1.2175100039257813e-07, + "Y": 5.950200375082204e-06, + "U": 1.2749578059967348e-09, + "K": 6.317135703426402e-10, + "L": 3.8837658422608e-08, + "G": 1.3747615412285086e-05, + "F": 5.489373506861739e-05, + "E": 2.4730394216021523e-05, + "T": 5.73436273043626e-06, + "P": 0.4979040026664734, + "-": 0.5019776225090027 + }, + "id": "tp_7720" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 965032, + "label": "-", + "classification": { + "B": 7.510181603720412e-05, + "S": 2.6472936951904558e-05, + "I": 0.0005485453293658793, + "C": 0.0004240119887981564, + "R": 7.779426232445985e-05, + "M": 0.0013262643478810787, + "O": 0.0005934771033935249, + "W": 2.7869360565091483e-05, + "N": 5.9268779295962304e-05, + "Y": 0.0029867629054933786, + "U": 1.4512960660795216e-05, + "K": 1.0502545592316892e-05, + "L": 0.0001714588433969766, + "G": 0.002098844386637211, + "F": 0.00717526488006115, + "E": 0.0010697136167436838, + "T": 0.002304804278537631, + "P": 0.08990214765071869, + "-": 0.8911072015762329 + }, + "id": "tp_7721" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 965132, + "label": "-", + "classification": { + "B": 1.4474022691501887e-06, + "S": 8.595843326020258e-08, + "I": 0.0002681417972780764, + "C": 1.4374463717103936e-05, + "R": 1.6149648445207276e-06, + "M": 1.4763489161850885e-05, + "O": 6.322246463241754e-06, + "W": 1.5943479070301692e-07, + "N": 5.539767698792275e-06, + "Y": 0.00030163407791405916, + "U": 3.236142447349266e-07, + "K": 6.957253617656534e-07, + "L": 1.4085920838624588e-06, + "G": 0.00025319308042526245, + "F": 0.0016272659413516521, + "E": 0.0001385922369081527, + "T": 0.00020698863954748958, + "P": 0.23836441338062286, + "-": 0.7587930560112 + }, + "id": "tp_7722" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 965265, + "label": "-", + "classification": { + "B": 2.664510247996077e-07, + "S": 8.402371918236895e-07, + "I": 1.9699044059962034e-05, + "C": 6.564982300005795e-07, + "R": 9.434143066755496e-08, + "M": 3.013137302332325e-06, + "O": 3.7920074191788444e-06, + "W": 3.396746706130216e-07, + "N": 2.4483811102982145e-06, + "Y": 5.658538066199981e-05, + "U": 5.6180024188279276e-08, + "K": 6.029576979926787e-06, + "L": 9.590782923396546e-08, + "G": 1.608517595741432e-05, + "F": 0.007051697466522455, + "E": 0.00011947248276555911, + "T": 4.1932868043659255e-05, + "P": 0.21399830281734467, + "-": 0.7786785960197449 + }, + "id": "tp_7723" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 965399, + "label": "-", + "classification": { + "B": 2.8129264251219865e-07, + "S": 2.5446077245305787e-08, + "I": 1.913810774567537e-05, + "C": 8.317076662933687e-07, + "R": 1.2146963968007185e-07, + "M": 2.612929711176548e-05, + "O": 2.929823040176416e-06, + "W": 3.2483576717368123e-08, + "N": 1.9979418652837921e-07, + "Y": 0.00019239645916968584, + "U": 1.2677878302724821e-08, + "K": 1.2476875532740905e-08, + "L": 5.049153060099343e-07, + "G": 6.951935938559473e-05, + "F": 0.00041878741467371583, + "E": 5.243604027782567e-05, + "T": 0.00011974432709394023, + "P": 0.06824736297130585, + "-": 0.9308496117591858 + }, + "id": "tp_7724" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 965532, + "label": "-", + "classification": { + "B": 7.086772711772937e-06, + "S": 2.4105138436425477e-06, + "I": 0.0005081786657683551, + "C": 5.1624454499688e-05, + "R": 4.616969363269163e-06, + "M": 0.0002662131446413696, + "O": 2.5086148525588214e-05, + "W": 1.2161303857283201e-06, + "N": 1.1367588740540668e-05, + "Y": 0.0013699191622436047, + "U": 5.482072538143257e-07, + "K": 3.0864891868986888e-06, + "L": 7.296552666957723e-06, + "G": 0.0005660890019498765, + "F": 0.011427180841565132, + "E": 0.0008396167540922761, + "T": 0.00036024663131684065, + "P": 0.15552833676338196, + "-": 0.8290198445320129 + }, + "id": "tp_7725" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 965632, + "label": "-", + "classification": { + "B": 1.0330299282657052e-08, + "S": 7.936979962153146e-10, + "I": 4.526135398918996e-06, + "C": 3.9498345927313494e-07, + "R": 7.626407239058608e-08, + "M": 7.599813670822186e-06, + "O": 5.018426918468322e-07, + "W": 1.8346812957759084e-09, + "N": 1.5049028689873012e-08, + "Y": 9.767398296389729e-05, + "U": 9.170655901336033e-10, + "K": 8.524529415687709e-10, + "L": 5.5065015658328775e-08, + "G": 2.4002994905458763e-05, + "F": 7.674492371734232e-05, + "E": 3.352608018758474e-06, + "T": 4.312186865718104e-05, + "P": 0.022348791360855103, + "-": 0.9773932099342346 + }, + "id": "tp_7726" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 965766, + "label": "-", + "classification": { + "B": 4.7723402531119063e-05, + "S": 1.2768198757839855e-05, + "I": 0.00036055478267371655, + "C": 4.80623020848725e-05, + "R": 1.8590628314996138e-05, + "M": 0.0006941658211871982, + "O": 0.00036035969969816506, + "W": 1.4192645721777808e-05, + "N": 1.933949170052074e-05, + "Y": 0.001008607679978013, + "U": 2.0859936284978176e-06, + "K": 4.971898874828184e-07, + "L": 8.717628224985674e-05, + "G": 0.0010125996777787805, + "F": 0.003910192754119635, + "E": 0.00021398343960754573, + "T": 0.0022086764220148325, + "P": 0.1484982669353485, + "-": 0.8414821624755859 + }, + "id": "tp_7727" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 965899, + "label": "P", + "classification": { + "B": 0.00014460788224823773, + "S": 3.232625545024348e-07, + "I": 0.00016098901687655598, + "C": 7.682480827497784e-06, + "R": 8.044772812354495e-07, + "M": 6.25639149802737e-05, + "O": 2.3164195226854645e-05, + "W": 5.365888569031085e-07, + "N": 2.4610408217995428e-06, + "Y": 5.0351307436358184e-05, + "U": 1.5009267428922612e-07, + "K": 4.430124267429392e-09, + "L": 1.1261788131378125e-05, + "G": 0.00021691989968530834, + "F": 0.00021056493278592825, + "E": 0.00016379784210585058, + "T": 0.00010249463230138645, + "P": 0.5606616139411926, + "-": 0.4381796419620514 + }, + "id": "tp_7728" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 966033, + "label": "-", + "classification": { + "B": 4.453119345271261e-06, + "S": 2.395271985733416e-05, + "I": 0.003442054381594062, + "C": 0.00013519258936867118, + "R": 3.4445925848558545e-05, + "M": 0.000722649332601577, + "O": 0.0001750082737999037, + "W": 2.206038698204793e-05, + "N": 0.00026921226526610553, + "Y": 0.02584715746343136, + "U": 6.841044523753226e-06, + "K": 0.00044128706213086843, + "L": 1.186637018690817e-05, + "G": 0.0021792608313262463, + "F": 0.013320253230631351, + "E": 0.0030415463261306286, + "T": 0.00798181165009737, + "P": 0.11375881731510162, + "-": 0.8285820484161377 + }, + "id": "tp_7729" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 966133, + "label": "-", + "classification": { + "B": 0.001125171547755599, + "S": 9.015774412546307e-05, + "I": 0.0062215905636549, + "C": 0.0004550046578515321, + "R": 0.0002487014571670443, + "M": 0.0033729388378560543, + "O": 0.0010938899358734488, + "W": 0.00011228095536353067, + "N": 0.0003875457332469523, + "Y": 0.009648501873016357, + "U": 5.886706640012562e-05, + "K": 7.688689220231026e-05, + "L": 0.0003848203632514924, + "G": 0.009478315711021423, + "F": 0.009848958812654018, + "E": 0.007906859740614891, + "T": 0.006082396022975445, + "P": 0.2636740207672119, + "-": 0.6797330975532532 + }, + "id": "tp_7730" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 966266, + "label": "-", + "classification": { + "B": 0.0002894505742006004, + "S": 5.046569640398957e-05, + "I": 0.004014770034700632, + "C": 0.0005822578677907586, + "R": 0.00014432262105401605, + "M": 0.0009898642310872674, + "O": 0.0003960267058573663, + "W": 9.302036050939932e-05, + "N": 0.0005221979226917028, + "Y": 0.005528235342353582, + "U": 8.225395868066698e-05, + "K": 0.0008611854864284396, + "L": 7.461683708243072e-05, + "G": 0.0048710354603827, + "F": 0.01104523055255413, + "E": 0.009044322185218334, + "T": 0.0025238085072487593, + "P": 0.4106416404247284, + "-": 0.5482453107833862 + }, + "id": "tp_7731" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 966400, + "label": "-", + "classification": { + "B": 0.0004521713999565691, + "S": 0.0003026254125870764, + "I": 0.011343498714268208, + "C": 0.002152114873751998, + "R": 0.0002685428480617702, + "M": 0.0026020195800811052, + "O": 0.0010345455957576632, + "W": 0.0003145537048112601, + "N": 0.0022657655645161867, + "Y": 0.005321424920111895, + "U": 0.0001825006474973634, + "K": 0.002731435000896454, + "L": 0.0002367316046729684, + "G": 0.0076164305210113525, + "F": 0.05655132606625557, + "E": 0.053691450506448746, + "T": 0.003529265755787492, + "P": 0.3441285789012909, + "-": 0.5052750706672668 + }, + "id": "tp_7732" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 966533, + "label": "-", + "classification": { + "B": 3.464262772467919e-05, + "S": 1.5041980987007264e-05, + "I": 0.0013299579732120037, + "C": 8.367522241314873e-05, + "R": 1.710645119601395e-05, + "M": 0.0009885859908536077, + "O": 0.00018769146117847413, + "W": 8.93981268745847e-06, + "N": 5.383875031839125e-05, + "Y": 0.0026628754567354918, + "U": 3.2746706892794464e-06, + "K": 6.13712154517998e-06, + "L": 5.185097688809037e-05, + "G": 0.0028563346713781357, + "F": 0.013643963262438774, + "E": 0.001779868733137846, + "T": 0.0018068179488182068, + "P": 0.21803998947143555, + "-": 0.7564294934272766 + }, + "id": "tp_7733" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 966633, + "label": "-", + "classification": { + "B": 5.4999516578391194e-05, + "S": 4.924920176563319e-06, + "I": 4.326317139202729e-05, + "C": 1.1713702406268567e-05, + "R": 3.112254717052565e-06, + "M": 0.0006599982734769583, + "O": 0.00012267376587260514, + "W": 1.581272840667225e-06, + "N": 7.837265343368927e-07, + "Y": 0.0004178227100055665, + "U": 8.810015117433068e-08, + "K": 3.018517702457757e-08, + "L": 5.4058236855780706e-05, + "G": 0.0011177981505170465, + "F": 0.004305209033191204, + "E": 0.00012308954319451004, + "T": 0.0004557196516543627, + "P": 0.03927767276763916, + "-": 0.9533455967903137 + }, + "id": "tp_7734" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 966767, + "label": "-", + "classification": { + "B": 8.010484293663467e-07, + "S": 1.140386302722618e-06, + "I": 8.607003837823868e-05, + "C": 2.1086868855491048e-06, + "R": 3.8464645513158757e-07, + "M": 0.00027965818298980594, + "O": 1.2400806554069277e-05, + "W": 2.654993238593306e-07, + "N": 1.7400609522155719e-06, + "Y": 0.000982173951342702, + "U": 3.8033327598441247e-08, + "K": 8.11718905424641e-08, + "L": 2.0339241473266156e-06, + "G": 0.00012898717250209302, + "F": 0.0016220543766394258, + "E": 0.00029173906659707427, + "T": 0.0005545910098589957, + "P": 0.09566289186477661, + "-": 0.9003708958625793 + }, + "id": "tp_7735" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 966900, + "label": "-", + "classification": { + "B": 0.0009002388687804341, + "S": 0.0004313636163715273, + "I": 0.0013787735952064395, + "C": 9.428444900549948e-05, + "R": 4.419292963575572e-05, + "M": 0.004573534708470106, + "O": 0.0017800013301894069, + "W": 0.00020864028192590922, + "N": 9.125821088673547e-05, + "Y": 0.004531585145741701, + "U": 1.0200370525126345e-05, + "K": 1.3598672012449242e-05, + "L": 0.0004671522183343768, + "G": 0.002127614337950945, + "F": 0.012794858776032925, + "E": 0.001270733424462378, + "T": 0.004140638746321201, + "P": 0.09352164715528488, + "-": 0.8716195821762085 + }, + "id": "tp_7736" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 967000, + "label": "-", + "classification": { + "B": 1.8803326951033483e-10, + "S": 1.8992379891002997e-10, + "I": 3.564046267001686e-07, + "C": 6.4082756878747205e-09, + "R": 7.526188561257641e-10, + "M": 1.817796970726704e-07, + "O": 2.09347597035503e-08, + "W": 6.308568945012638e-11, + "N": 2.2510784347673507e-09, + "Y": 5.540065103559755e-05, + "U": 3.5967912676015956e-11, + "K": 9.852952898015133e-10, + "L": 5.183770079852934e-10, + "G": 2.8104732336942106e-06, + "F": 0.00011523847206262872, + "E": 1.7316351375029626e-07, + "T": 1.6438269085483626e-05, + "P": 0.015869254246354103, + "-": 0.9839401245117188 + }, + "id": "tp_7737" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 967134, + "label": "-", + "classification": { + "B": 6.079912395762221e-07, + "S": 6.028296866134042e-07, + "I": 2.7070431315223686e-05, + "C": 8.346505637746304e-07, + "R": 1.0581599241277218e-07, + "M": 8.784133569861297e-06, + "O": 5.598101324721938e-06, + "W": 3.593185056161019e-07, + "N": 2.759662265816587e-06, + "Y": 7.847421511542052e-05, + "U": 6.097818072703376e-08, + "K": 1.4167950439514243e-06, + "L": 2.77248091151705e-07, + "G": 5.244037674856372e-05, + "F": 0.00999811477959156, + "E": 0.0003099670575466007, + "T": 5.784797758678906e-05, + "P": 0.4387100338935852, + "-": 0.5507447123527527 + }, + "id": "tp_7738" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 967267, + "label": "-", + "classification": { + "B": 2.695543912523135e-07, + "S": 3.611218346577516e-07, + "I": 4.197240559733473e-05, + "C": 4.90488855575677e-06, + "R": 8.761292633607809e-07, + "M": 1.4483629456663039e-05, + "O": 1.5257780432875734e-05, + "W": 3.70243071756704e-07, + "N": 2.2563874608749757e-06, + "Y": 0.00023954041535034776, + "U": 9.632151432015235e-08, + "K": 3.1463440564039047e-07, + "L": 9.204278512697783e-07, + "G": 9.354192297905684e-05, + "F": 0.002306022448465228, + "E": 3.522979386616498e-05, + "T": 0.00017822263180278242, + "P": 0.11433716118335724, + "-": 0.8827281594276428 + }, + "id": "tp_7739" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 967401, + "label": "-", + "classification": { + "B": 2.0571969798766077e-06, + "S": 6.822799036854121e-07, + "I": 0.00013601704267784953, + "C": 5.950840659352252e-06, + "R": 8.745038257984561e-07, + "M": 6.306635623332113e-05, + "O": 9.28216195461573e-06, + "W": 3.793449252498249e-07, + "N": 6.7472128648660146e-06, + "Y": 0.0011510731419548392, + "U": 3.711381282300863e-07, + "K": 1.9403742044232786e-05, + "L": 7.081164881128643e-07, + "G": 0.0005662571638822556, + "F": 0.0026396841276437044, + "E": 0.0006336465594358742, + "T": 0.0005751214921474457, + "P": 0.1244644820690155, + "-": 0.8697241544723511 + }, + "id": "tp_7740" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 967501, + "label": "P", + "classification": { + "B": 1.2754443901030754e-07, + "S": 1.4251058644276782e-07, + "I": 0.00039671442937105894, + "C": 5.145016530150315e-06, + "R": 8.381038014704245e-07, + "M": 5.454007350635948e-06, + "O": 3.994455255451612e-06, + "W": 2.8164888021819934e-07, + "N": 2.5241668481612578e-05, + "Y": 0.00022313518275041133, + "U": 3.177838721057924e-07, + "K": 8.703716957825236e-06, + "L": 1.2857347542194475e-07, + "G": 5.956976747256704e-05, + "F": 0.001252212212421, + "E": 0.00035600224509835243, + "T": 0.00010616968211252242, + "P": 0.565393328666687, + "-": 0.43216243386268616 + }, + "id": "tp_7741" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 967634, + "label": "-", + "classification": { + "B": 2.1731484594056383e-05, + "S": 2.576938186393818e-06, + "I": 0.0008008849108591676, + "C": 1.5259711290127598e-05, + "R": 4.07717880079872e-06, + "M": 0.00015504503971897066, + "O": 0.000100423872936517, + "W": 4.045171863253927e-06, + "N": 3.641054354375228e-05, + "Y": 0.00024117088469211012, + "U": 1.4118478475211305e-06, + "K": 2.0267073068680475e-06, + "L": 9.677219168224838e-06, + "G": 0.0002748926926869899, + "F": 0.0009479325963184237, + "E": 0.0002924366563092917, + "T": 0.0006242183735594153, + "P": 0.36909618973731995, + "-": 0.6273695230484009 + }, + "id": "tp_7742" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 967768, + "label": "-", + "classification": { + "B": 5.175992967565435e-08, + "S": 3.218484678768618e-08, + "I": 3.2287807698594406e-06, + "C": 1.2430951983333216e-06, + "R": 2.3596403764258866e-07, + "M": 3.5132682114635827e-06, + "O": 2.808570116030751e-06, + "W": 5.1138371759407164e-08, + "N": 8.485175584382887e-08, + "Y": 4.7113600885495543e-05, + "U": 5.033207628457603e-09, + "K": 4.620143201350402e-08, + "L": 1.2763439372065477e-07, + "G": 2.1688721972168423e-05, + "F": 0.0011257011210545897, + "E": 5.413609414972598e-06, + "T": 1.9125141989206895e-05, + "P": 0.03788573667407036, + "-": 0.9608837962150574 + }, + "id": "tp_7743" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 967901, + "label": "-", + "classification": { + "B": 3.3417614758946e-05, + "S": 5.9781841628137045e-06, + "I": 0.0025105474051088095, + "C": 0.0001115075865527615, + "R": 4.8673984565539286e-05, + "M": 0.001808478613384068, + "O": 0.00022740628628525883, + "W": 7.067303613439435e-06, + "N": 4.906523463432677e-05, + "Y": 0.0048987180925905704, + "U": 2.4972644041554304e-06, + "K": 2.3865177354309708e-06, + "L": 7.008377724559978e-05, + "G": 0.0028429310768842697, + "F": 0.0025999543722718954, + "E": 0.0008618623833172023, + "T": 0.005237190052866936, + "P": 0.12831974029541016, + "-": 0.8503624796867371 + }, + "id": "tp_7744" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 968001, + "label": "-", + "classification": { + "B": 0.000168470578501001, + "S": 0.00012397364480420947, + "I": 0.02355833537876606, + "C": 0.004052715376019478, + "R": 0.0014957493403926492, + "M": 0.00783399399369955, + "O": 0.001136881997808814, + "W": 0.00015078090655151755, + "N": 0.0011014684569090605, + "Y": 0.06299358606338501, + "U": 0.00013742341252509505, + "K": 0.0002113453228957951, + "L": 0.0006227556732483208, + "G": 0.013751924969255924, + "F": 0.013567257672548294, + "E": 0.005643095821142197, + "T": 0.027088746428489685, + "P": 0.1445571333169937, + "-": 0.6918042898178101 + }, + "id": "tp_7745" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 968135, + "label": "-", + "classification": { + "B": 2.1848231881449465e-06, + "S": 2.5681470106064808e-06, + "I": 0.0003677706408780068, + "C": 5.588500062003732e-05, + "R": 1.660068846831564e-05, + "M": 5.005717321182601e-05, + "O": 3.589871994336136e-05, + "W": 5.033969046053244e-06, + "N": 2.150088403141126e-05, + "Y": 0.0020398993510752916, + "U": 5.8101650211028755e-06, + "K": 2.6550351321930066e-05, + "L": 7.473580353689613e-06, + "G": 0.00033425434958189726, + "F": 0.0123502342030406, + "E": 0.0001986150018638, + "T": 0.0007088048732839525, + "P": 0.18680177628993988, + "-": 0.7969691753387451 + }, + "id": "tp_7746" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 968268, + "label": "-", + "classification": { + "B": 1.0788450026666396e-06, + "S": 7.361329039667908e-07, + "I": 0.0009644477977417409, + "C": 3.2170035410672426e-05, + "R": 1.903952124848729e-06, + "M": 0.00018018300761468709, + "O": 1.6714760931790806e-05, + "W": 4.986119392924593e-07, + "N": 1.2773749404004775e-05, + "Y": 0.0012692470336332917, + "U": 1.7989185607802938e-07, + "K": 1.191668985711658e-07, + "L": 2.492234898454626e-06, + "G": 0.00017537872190587223, + "F": 0.0004232183564454317, + "E": 0.0006728835287503898, + "T": 0.0006745884893462062, + "P": 0.2661609649658203, + "-": 0.7294104099273682 + }, + "id": "tp_7747" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 968402, + "label": "-", + "classification": { + "B": 1.947012995273667e-09, + "S": 5.652251999777036e-09, + "I": 4.807622644875664e-06, + "C": 1.649255096936031e-07, + "R": 2.258872910942955e-08, + "M": 4.768088217588229e-07, + "O": 2.9337849127841764e-07, + "W": 1.2719751474321583e-08, + "N": 1.491029735234406e-07, + "Y": 3.911845851689577e-05, + "U": 4.907700024148198e-09, + "K": 7.069514822433121e-07, + "L": 3.780034507627761e-09, + "G": 1.8266448478243547e-06, + "F": 0.0007005258230492473, + "E": 9.531220712233335e-06, + "T": 1.71760893863393e-05, + "P": 0.06434234231710434, + "-": 0.9348828792572021 + }, + "id": "tp_7748" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 968502, + "label": "-", + "classification": { + "B": 8.96422079676995e-06, + "S": 1.855892696767114e-05, + "I": 0.0004412034759297967, + "C": 1.813717244658619e-05, + "R": 5.529457666852977e-06, + "M": 0.0007326225168071687, + "O": 0.00010609240416670218, + "W": 1.141523625847185e-05, + "N": 6.275913619901985e-05, + "Y": 0.006115682888776064, + "U": 2.960010078822961e-06, + "K": 0.0004255035310052335, + "L": 6.751394266757416e-06, + "G": 0.0009658851777203381, + "F": 0.010186556726694107, + "E": 0.0025587102863937616, + "T": 0.003070737700909376, + "P": 0.08211017400026321, + "-": 0.8931517601013184 + }, + "id": "tp_7749" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 968635, + "label": "-", + "classification": { + "B": 0.01674441248178482, + "S": 0.00508713535964489, + "I": 0.013268152251839638, + "C": 0.0007606975850649178, + "R": 0.00023649907961953431, + "M": 0.023378103971481323, + "O": 0.005265951156616211, + "W": 0.0014555065426975489, + "N": 0.0032083166297525167, + "Y": 0.015742935240268707, + "U": 0.00018341450777370483, + "K": 0.001306805294007063, + "L": 0.0015172751154750586, + "G": 0.020345192402601242, + "F": 0.03573078289628029, + "E": 0.07057244330644608, + "T": 0.015669386833906174, + "P": 0.33538615703582764, + "-": 0.4341409206390381 + }, + "id": "tp_7750" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 968769, + "label": "-", + "classification": { + "B": 3.9148537325672805e-05, + "S": 4.327238002588274e-06, + "I": 0.0006061585154384375, + "C": 6.407596083590761e-05, + "R": 1.0671864401956555e-05, + "M": 0.00016043276991695166, + "O": 0.0001126997813116759, + "W": 7.364656539721182e-06, + "N": 3.424519672989845e-05, + "Y": 0.00044070652802474797, + "U": 3.4625068110472057e-06, + "K": 3.037944452444208e-06, + "L": 2.9655804610229097e-05, + "G": 0.0008636332931928337, + "F": 0.002346165245398879, + "E": 0.0007561891106888652, + "T": 0.0007221992127597332, + "P": 0.337912917137146, + "-": 0.6558829545974731 + }, + "id": "tp_7751" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 968902, + "label": "-", + "classification": { + "B": 4.413475451769955e-08, + "S": 4.668998343504427e-08, + "I": 3.3350661396980286e-05, + "C": 1.6108365343825426e-06, + "R": 1.013350043876926e-07, + "M": 1.06697334558703e-05, + "O": 9.136264225162449e-07, + "W": 2.5062851349844095e-08, + "N": 1.1071446124333306e-06, + "Y": 0.0002303094806848094, + "U": 1.7418575026795224e-08, + "K": 2.5960259790736018e-06, + "L": 3.4149280736528453e-08, + "G": 4.595071732182987e-05, + "F": 0.0019339711870998144, + "E": 0.00017927936278283596, + "T": 7.601851393701509e-05, + "P": 0.21752241253852844, + "-": 0.7799615263938904 + }, + "id": "tp_7752" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 969002, + "label": "-", + "classification": { + "B": 2.2348241035530236e-09, + "S": 5.84365542066756e-11, + "I": 1.6405131475494272e-07, + "C": 1.0296000718668097e-09, + "R": 5.113577616899789e-11, + "M": 2.9980526505823946e-07, + "O": 1.6761260823727753e-08, + "W": 2.6489352378256115e-11, + "N": 3.925072766808313e-10, + "Y": 2.971955609609722e-06, + "U": 2.749180657429795e-12, + "K": 1.2035603416671314e-11, + "L": 8.642480620046911e-10, + "G": 1.459654413338285e-06, + "F": 3.5042230592807755e-05, + "E": 1.1940877584493137e-06, + "T": 1.469319158786675e-06, + "P": 0.028669634833931923, + "-": 0.971287727355957 + }, + "id": "tp_7753" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 969136, + "label": "-", + "classification": { + "B": 6.769974788767286e-06, + "S": 1.1803635061369278e-05, + "I": 0.0038998012896627188, + "C": 0.00015843594155739993, + "R": 4.90626334794797e-05, + "M": 0.0005135954124853015, + "O": 0.00017403706442564726, + "W": 1.3182268048694823e-05, + "N": 0.00022873117995914072, + "Y": 0.01483619213104248, + "U": 5.152742687641876e-06, + "K": 8.836253255140036e-05, + "L": 1.228344081027899e-05, + "G": 0.0012326895957812667, + "F": 0.0055694784969091415, + "E": 0.0014901611721143126, + "T": 0.004454856272786856, + "P": 0.1779356151819229, + "-": 0.7893198728561401 + }, + "id": "tp_7754" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 969269, + "label": "-", + "classification": { + "B": 1.8772741896100342e-05, + "S": 1.916956352943089e-05, + "I": 8.672264812048525e-06, + "C": 7.32835133021581e-07, + "R": 5.008456582800136e-07, + "M": 0.00016983885143417865, + "O": 0.0002599157451186329, + "W": 3.9139913496910594e-06, + "N": 6.007317097100895e-07, + "Y": 0.00013254211808089167, + "U": 2.8787473738134395e-08, + "K": 4.365150463314649e-09, + "L": 3.978220411227085e-05, + "G": 7.905790698714554e-05, + "F": 0.0013103424571454525, + "E": 1.3841927284374833e-05, + "T": 0.0004417648888193071, + "P": 0.024824952706694603, + "-": 0.9726756811141968 + }, + "id": "tp_7755" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 969403, + "label": "-", + "classification": { + "B": 4.805042044608854e-05, + "S": 1.9410088498261757e-05, + "I": 0.00034974917070940137, + "C": 5.945477096247487e-05, + "R": 8.517684364051092e-06, + "M": 0.000500135647598654, + "O": 0.00012801036064047366, + "W": 9.641496944823302e-06, + "N": 2.7627844247035682e-05, + "Y": 0.0013111360603943467, + "U": 2.272473466291558e-06, + "K": 1.1434721272962634e-05, + "L": 3.278369695181027e-05, + "G": 0.0013345284387469292, + "F": 0.02022106759250164, + "E": 0.001745769870467484, + "T": 0.0006545307114720345, + "P": 0.21006886661052704, + "-": 0.7634668946266174 + }, + "id": "tp_7756" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 969503, + "label": "-", + "classification": { + "B": 4.3554850890359376e-06, + "S": 2.149776037185802e-07, + "I": 0.0011466932483017445, + "C": 9.491881792200729e-05, + "R": 1.3893467439629603e-05, + "M": 0.00032286756322719157, + "O": 2.9160653866711073e-05, + "W": 3.244093704779516e-07, + "N": 7.386748620774597e-06, + "Y": 0.0017148838378489017, + "U": 2.933853693320998e-07, + "K": 5.896934140992016e-08, + "L": 1.1389143764972687e-05, + "G": 0.0020734439603984356, + "F": 0.000882826978340745, + "E": 0.0003692996106110513, + "T": 0.000816686253529042, + "P": 0.16089139878749847, + "-": 0.8316198587417603 + }, + "id": "tp_7757" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 969636, + "label": "-", + "classification": { + "B": 2.7163983062905572e-08, + "S": 1.4516805535436106e-08, + "I": 6.143280302239873e-07, + "C": 1.07387304524309e-05, + "R": 2.0735212729050545e-06, + "M": 3.9763042877893895e-05, + "O": 8.012451871763915e-06, + "W": 2.4664922548822688e-08, + "N": 7.81970577179436e-09, + "Y": 0.0006865810719318688, + "U": 6.523012796577632e-09, + "K": 3.4490451383817344e-08, + "L": 2.2873541638546158e-06, + "G": 0.0002563511370681226, + "F": 0.00039994294638745487, + "E": 1.0027860071204486e-06, + "T": 0.00024429982295259833, + "P": 0.0006330037722364068, + "-": 0.9977152347564697 + }, + "id": "tp_7758" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 969770, + "label": "-", + "classification": { + "B": 7.928284730951418e-07, + "S": 1.155172526523529e-06, + "I": 8.117886318359524e-05, + "C": 1.608972524991259e-05, + "R": 1.2693018334175576e-06, + "M": 2.985976061609108e-05, + "O": 2.221858267148491e-05, + "W": 1.1648590998447617e-06, + "N": 9.00910163181834e-06, + "Y": 0.0004141496028751135, + "U": 3.485663455649046e-07, + "K": 7.590715540573001e-06, + "L": 7.765275427118468e-07, + "G": 0.00012379030522424728, + "F": 0.006944881286472082, + "E": 0.0002722616773098707, + "T": 0.00014031091996002942, + "P": 0.16299894452095032, + "-": 0.8289342522621155 + }, + "id": "tp_7759" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 969903, + "label": "-", + "classification": { + "B": 4.554501344955497e-07, + "S": 1.8223799713723565e-07, + "I": 7.24249766790308e-05, + "C": 1.0273662155668717e-05, + "R": 9.12923553642031e-07, + "M": 8.856894419295713e-05, + "O": 9.321237484982703e-06, + "W": 2.7280540848551027e-07, + "N": 2.755804644039017e-06, + "Y": 0.0007824826170690358, + "U": 2.101942015997338e-07, + "K": 1.8491084574634442e-06, + "L": 1.2324509270911221e-06, + "G": 0.0002519225818105042, + "F": 0.001330103026703, + "E": 0.00047737074783071876, + "T": 0.00035103573463857174, + "P": 0.11017534136772156, + "-": 0.8864433169364929 + }, + "id": "tp_7760" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 970003, + "label": "-", + "classification": { + "B": 7.966450539242942e-06, + "S": 9.58550799623481e-07, + "I": 0.000161032730829902, + "C": 3.226526314392686e-05, + "R": 7.1357771957991645e-06, + "M": 8.045684080570936e-05, + "O": 2.902172491303645e-05, + "W": 8.589738627051702e-07, + "N": 3.8326711546687875e-06, + "Y": 0.0009200710337609053, + "U": 6.51392838335596e-07, + "K": 6.458990924329555e-07, + "L": 5.5947107284737285e-06, + "G": 0.0003496668068692088, + "F": 0.0011375420726835728, + "E": 0.00014232682588044554, + "T": 0.0006519033922813833, + "P": 0.0899328663945198, + "-": 0.9065352082252502 + }, + "id": "tp_7761" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 970137, + "label": "-", + "classification": { + "B": 1.1933151654375251e-05, + "S": 4.970169698026439e-07, + "I": 0.0001583122502779588, + "C": 2.3354910808848217e-05, + "R": 3.6015844671055675e-06, + "M": 0.00013705370656680316, + "O": 2.566990406194236e-05, + "W": 4.2234415786879254e-07, + "N": 2.6132336188311456e-06, + "Y": 0.000883131695445627, + "U": 3.1546076684207947e-07, + "K": 4.0083929064849144e-08, + "L": 7.506905149057275e-06, + "G": 0.0002751814026851207, + "F": 0.0003077123546972871, + "E": 6.742677942384034e-05, + "T": 0.0007495420286431909, + "P": 0.14438937604427338, + "-": 0.852956235408783 + }, + "id": "tp_7762" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 970270, + "label": "-", + "classification": { + "B": 1.0489887927178643e-06, + "S": 2.50522316491697e-06, + "I": 0.0009573253919370472, + "C": 4.337503560236655e-05, + "R": 8.938677638070658e-06, + "M": 0.00030710449209436774, + "O": 3.506378925521858e-05, + "W": 1.3668874316863366e-06, + "N": 4.800840179086663e-05, + "Y": 0.011735213920474052, + "U": 8.429827289546665e-07, + "K": 7.864818326197565e-05, + "L": 3.068729029109818e-06, + "G": 0.0014060918474569917, + "F": 0.011106451041996479, + "E": 0.0019221792463213205, + "T": 0.0038325220812112093, + "P": 0.08163703233003616, + "-": 0.8868733048439026 + }, + "id": "tp_7763" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 970404, + "label": "-", + "classification": { + "B": 9.006436812342145e-06, + "S": 2.7395064989832463e-06, + "I": 0.0015018109697848558, + "C": 0.00014380383072420955, + "R": 1.8359063687967137e-05, + "M": 0.0001824923965614289, + "O": 4.412708221934736e-05, + "W": 3.584679689083714e-06, + "N": 6.567301898030564e-05, + "Y": 0.001953327562659979, + "U": 4.089645699423272e-06, + "K": 3.748772360268049e-05, + "L": 8.193597750505432e-06, + "G": 0.0012808903120458126, + "F": 0.007859518751502037, + "E": 0.002348430221900344, + "T": 0.000631866161711514, + "P": 0.2642861008644104, + "-": 0.7196184992790222 + }, + "id": "tp_7764" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 970504, + "label": "-", + "classification": { + "B": 3.961135007557459e-06, + "S": 4.9976497393799946e-06, + "I": 0.0004289119387976825, + "C": 1.8340504539082758e-05, + "R": 4.755770078190835e-06, + "M": 7.761493907310069e-05, + "O": 3.900075171259232e-05, + "W": 5.8456039369048085e-06, + "N": 5.6133019825210795e-05, + "Y": 0.0012645170791074634, + "U": 3.301940978417406e-06, + "K": 0.00034112605499103665, + "L": 2.9414686650852673e-06, + "G": 0.0006706631393171847, + "F": 0.015096121467649937, + "E": 0.002036039950326085, + "T": 0.0006364922155626118, + "P": 0.3306030035018921, + "-": 0.6487062573432922 + }, + "id": "tp_7765" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 970637, + "label": "-", + "classification": { + "B": 1.2367256204015575e-05, + "S": 1.1432879546191543e-05, + "I": 0.002648056484758854, + "C": 4.834388619201491e-06, + "R": 1.6765872032920015e-06, + "M": 0.0004232074716128409, + "O": 0.00011076166993007064, + "W": 3.923933036276139e-06, + "N": 6.054924233467318e-05, + "Y": 0.0013669306645169854, + "U": 1.5739051661967096e-07, + "K": 2.765473539056984e-07, + "L": 5.954525931883836e-06, + "G": 0.00015082373283803463, + "F": 0.0011876891367137432, + "E": 0.00021875114180147648, + "T": 0.001361563103273511, + "P": 0.36458125710487366, + "-": 0.6278497576713562 + }, + "id": "tp_7766" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 970771, + "label": "-", + "classification": { + "B": 0.00018353671475779265, + "S": 1.862431781773921e-05, + "I": 0.004584602080285549, + "C": 0.0001447199028916657, + "R": 3.759618630283512e-05, + "M": 0.001354834297671914, + "O": 0.00046500179450958967, + "W": 2.37625754380133e-05, + "N": 0.0001888221740955487, + "Y": 0.004675856791436672, + "U": 6.663841759291245e-06, + "K": 5.612282620859332e-06, + "L": 7.255269883899018e-05, + "G": 0.00201177760027349, + "F": 0.0013181824469938874, + "E": 0.0016281439457088709, + "T": 0.003243496874347329, + "P": 0.24595686793327332, + "-": 0.7340794205665588 + }, + "id": "tp_7767" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 970904, + "label": "-", + "classification": { + "B": 1.5600588085362688e-05, + "S": 3.28783062286675e-05, + "I": 0.003332867519930005, + "C": 0.0001253127120435238, + "R": 3.089956226176582e-05, + "M": 0.0008682752959430218, + "O": 0.0001521034282632172, + "W": 3.626985926530324e-05, + "N": 0.00038567351293750107, + "Y": 0.019094781950116158, + "U": 7.24910978533444e-06, + "K": 0.00461133848875761, + "L": 8.030616299947724e-06, + "G": 0.0044328924268484116, + "F": 0.017009340226650238, + "E": 0.02071797102689743, + "T": 0.004005880560725927, + "P": 0.13682454824447632, + "-": 0.7883080244064331 + }, + "id": "tp_7768" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 971004, + "label": "-", + "classification": { + "B": 0.0001306738704442978, + "S": 3.158353138132952e-05, + "I": 0.0015889485366642475, + "C": 4.212645944789983e-05, + "R": 1.1846987945318688e-05, + "M": 0.0012779468670487404, + "O": 0.00031641495297662914, + "W": 2.112264155584853e-05, + "N": 0.00012140886974520981, + "Y": 0.0018653738079592586, + "U": 5.078947197034722e-06, + "K": 6.528553967655171e-06, + "L": 6.961161852814257e-05, + "G": 0.0012921387096866965, + "F": 0.0031417650170624256, + "E": 0.003080019261687994, + "T": 0.002326146699488163, + "P": 0.41640323400497437, + "-": 0.5682678818702698 + }, + "id": "tp_7769" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 971138, + "label": "-", + "classification": { + "B": 2.964504801639123e-06, + "S": 2.618400230858242e-06, + "I": 0.00025048747193068266, + "C": 5.355259418138303e-05, + "R": 4.618386810761876e-06, + "M": 0.00016287891776300967, + "O": 3.159934567520395e-05, + "W": 2.36625169236504e-06, + "N": 1.956991218321491e-05, + "Y": 0.0014352871803566813, + "U": 1.5999947891032207e-06, + "K": 4.3701606045942754e-05, + "L": 4.224890290061012e-06, + "G": 0.0005643643671646714, + "F": 0.01682867482304573, + "E": 0.0010761615121737123, + "T": 0.0006315300124697387, + "P": 0.1710566282272339, + "-": 0.8078270554542542 + }, + "id": "tp_7770" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 971271, + "label": "-", + "classification": { + "B": 2.2040901512809796e-06, + "S": 1.7436320831620833e-06, + "I": 0.0006389940972439945, + "C": 7.298665877897292e-05, + "R": 1.19734977488406e-05, + "M": 0.00027319524087943137, + "O": 5.027952283853665e-05, + "W": 2.2841884401714196e-06, + "N": 2.7693948140949942e-05, + "Y": 0.0024294781032949686, + "U": 1.9994499780295882e-06, + "K": 2.272461097163614e-05, + "L": 6.736833711329382e-06, + "G": 0.0008516513626091182, + "F": 0.004874185658991337, + "E": 0.0009228248381987214, + "T": 0.0012251791777089238, + "P": 0.10736332833766937, + "-": 0.8812205195426941 + }, + "id": "tp_7771" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 971405, + "label": "-", + "classification": { + "B": 1.2723245390589e-07, + "S": 1.893028098720606e-07, + "I": 1.5086478015291505e-05, + "C": 6.363349257298978e-06, + "R": 6.49666617391631e-07, + "M": 5.8009973145090044e-05, + "O": 7.039502634142991e-06, + "W": 1.4853746677090385e-07, + "N": 3.8398235346903675e-07, + "Y": 0.0003254770999774337, + "U": 3.579636498329819e-08, + "K": 2.3510612834343192e-07, + "L": 4.2384658627270255e-07, + "G": 3.4709639294305816e-05, + "F": 0.0006355350487865508, + "E": 2.8943521101609804e-05, + "T": 0.00018671459110919386, + "P": 0.01931583322584629, + "-": 0.9793840050697327 + }, + "id": "tp_7772" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 971505, + "label": "-", + "classification": { + "B": 8.696497388882563e-08, + "S": 4.401493640671106e-07, + "I": 2.728850449784659e-05, + "C": 5.782805601484142e-06, + "R": 8.364444852304587e-07, + "M": 1.5336207070504315e-05, + "O": 1.0230984116788022e-05, + "W": 5.983365554129705e-07, + "N": 2.602885388114373e-06, + "Y": 0.0003265354025643319, + "U": 2.146999662500093e-07, + "K": 1.367813274555374e-05, + "L": 3.5422556265984895e-07, + "G": 5.154310565558262e-05, + "F": 0.008831010200083256, + "E": 4.6951707190601155e-05, + "T": 0.00012921125744469464, + "P": 0.0597790852189064, + "-": 0.9307581782341003 + }, + "id": "tp_7773" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 971638, + "label": "-", + "classification": { + "B": 6.166673119878396e-05, + "S": 6.533037958433852e-05, + "I": 0.00976682547479868, + "C": 0.0008845625561662018, + "R": 0.00016022032650653273, + "M": 0.0011032959446310997, + "O": 0.00034589474671520293, + "W": 7.96679305494763e-05, + "N": 0.0018478084821254015, + "Y": 0.01615871861577034, + "U": 5.6909342674771324e-05, + "K": 0.006343890447169542, + "L": 4.609093957697041e-05, + "G": 0.012264592573046684, + "F": 0.0362655408680439, + "E": 0.05269305780529976, + "T": 0.0054144286550581455, + "P": 0.35956597328186035, + "-": 0.4968756139278412 + }, + "id": "tp_7774" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 971772, + "label": "-", + "classification": { + "B": 4.630192961485591e-06, + "S": 2.213951120211277e-06, + "I": 0.0011497500818222761, + "C": 5.764063826063648e-05, + "R": 8.335347956744954e-06, + "M": 0.00013253913493826985, + "O": 4.300019645597786e-05, + "W": 3.943705905840034e-06, + "N": 6.502689211629331e-05, + "Y": 0.0008865624549798667, + "U": 3.809851477853954e-06, + "K": 1.337921366939554e-05, + "L": 7.177985480666393e-06, + "G": 0.000479834561701864, + "F": 0.003170394105836749, + "E": 0.0019304241286590695, + "T": 0.0006568481912836432, + "P": 0.4745848476886749, + "-": 0.5167997479438782 + }, + "id": "tp_7775" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 971905, + "label": "-", + "classification": { + "B": 1.579464878886938e-05, + "S": 3.095568217759137e-06, + "I": 0.00014926126459613442, + "C": 8.017983418540098e-06, + "R": 1.938863078976283e-06, + "M": 0.00011327584797982126, + "O": 5.486921509145759e-05, + "W": 2.4485602807544637e-06, + "N": 8.50634114613058e-06, + "Y": 0.0005036885850131512, + "U": 6.329305506369565e-07, + "K": 1.7673645515969838e-06, + "L": 6.8135932451696135e-06, + "G": 0.00042658919119276106, + "F": 0.002802001778036356, + "E": 0.0002901297411881387, + "T": 0.0008823758107610047, + "P": 0.17561113834381104, + "-": 0.8191176652908325 + }, + "id": "tp_7776" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 972005, + "label": "-", + "classification": { + "B": 5.9154089626645145e-08, + "S": 3.276671023400013e-08, + "I": 9.442034206585959e-05, + "C": 2.0340794435469434e-06, + "R": 4.4629049966715684e-07, + "M": 1.1870594789797906e-05, + "O": 2.776033852569526e-06, + "W": 8.977141874311201e-08, + "N": 2.0068684989382746e-06, + "Y": 0.00014374458987731487, + "U": 4.629943006762005e-08, + "K": 3.5250252494734013e-07, + "L": 1.353758847244535e-07, + "G": 3.1294930522562936e-05, + "F": 0.0003808329638559371, + "E": 4.2833842599065974e-05, + "T": 9.827886970015243e-05, + "P": 0.23874400556087494, + "-": 0.7604448199272156 + }, + "id": "tp_7777" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 972139, + "label": "-", + "classification": { + "B": 9.43401664699195e-06, + "S": 2.463541704855743e-06, + "I": 0.00024397147353738546, + "C": 2.1606214431812987e-05, + "R": 2.798755758703919e-06, + "M": 7.9312376328744e-05, + "O": 4.107497079530731e-05, + "W": 3.970686066168128e-06, + "N": 2.335173121537082e-05, + "Y": 0.0011897219810634851, + "U": 2.6149543828069e-06, + "K": 5.6383312767138705e-05, + "L": 7.099822141753975e-06, + "G": 0.0013126934645697474, + "F": 0.008997359313070774, + "E": 0.0021113711409270763, + "T": 0.0007113275933079422, + "P": 0.17017441987991333, + "-": 0.8150089979171753 + }, + "id": "tp_7778" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 972272, + "label": "-", + "classification": { + "B": 1.676617813473058e-07, + "S": 3.387758908957039e-07, + "I": 0.00011491362965898588, + "C": 4.633647677110275e-06, + "R": 2.949626150439144e-06, + "M": 4.232873834553175e-05, + "O": 1.3778624634142034e-05, + "W": 4.414621059822821e-07, + "N": 2.8110498533351347e-06, + "Y": 0.001100920606404543, + "U": 1.7678392794095998e-07, + "K": 2.929470156232128e-06, + "L": 6.68208372189838e-07, + "G": 7.916712638689205e-05, + "F": 0.0011647107312455773, + "E": 3.9221115002874285e-05, + "T": 0.0008304393850266933, + "P": 0.03655703738331795, + "-": 0.9600423574447632 + }, + "id": "tp_7779" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 972406, + "label": "-", + "classification": { + "B": 4.426711219807089e-10, + "S": 5.80315184794955e-10, + "I": 4.359545073384652e-06, + "C": 3.319474828344937e-08, + "R": 2.9807654122748772e-09, + "M": 4.2256112919858424e-07, + "O": 9.694781510916073e-08, + "W": 9.197296813034939e-10, + "N": 5.91231277269344e-08, + "Y": 1.921052171383053e-05, + "U": 8.427607500749446e-10, + "K": 1.5721624890829844e-08, + "L": 9.620482188665846e-10, + "G": 9.978332400351064e-07, + "F": 3.233348252251744e-05, + "E": 3.6202820865582908e-06, + "T": 1.930160760821309e-05, + "P": 0.06657296419143677, + "-": 0.9333466291427612 + }, + "id": "tp_7780" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 972506, + "label": "-", + "classification": { + "B": 1.4491034562524874e-05, + "S": 4.676978278439492e-05, + "I": 0.0013807492796331644, + "C": 0.00036519006243906915, + "R": 0.00010635088256094605, + "M": 0.0008339532068930566, + "O": 0.00033754450851120055, + "W": 4.882904249825515e-05, + "N": 0.00018578798335511237, + "Y": 0.00818280316889286, + "U": 1.6000314644770697e-05, + "K": 0.0003123177448287606, + "L": 7.499986531911418e-05, + "G": 0.003537375247105956, + "F": 0.047567471861839294, + "E": 0.0028478798922151327, + "T": 0.004263880662620068, + "P": 0.11138414591550827, + "-": 0.8184934258460999 + }, + "id": "tp_7781" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 972639, + "label": "-", + "classification": { + "B": 0.00015299016376957297, + "S": 2.7313935788697563e-05, + "I": 0.0006450919900089502, + "C": 2.2542348233400844e-05, + "R": 1.2801296179532073e-05, + "M": 0.0002804758260026574, + "O": 0.0004909260314889252, + "W": 2.5143679522443563e-05, + "N": 7.108951831469312e-05, + "Y": 0.0008069531177170575, + "U": 7.479715350200422e-06, + "K": 8.471773071505595e-06, + "L": 5.741044515161775e-05, + "G": 0.0009157590102404356, + "F": 0.004183288663625717, + "E": 0.00044775352580472827, + "T": 0.001583511009812355, + "P": 0.27970725297927856, + "-": 0.7105537056922913 + }, + "id": "tp_7782" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 972773, + "label": "-", + "classification": { + "B": 8.572682418162003e-06, + "S": 3.2386906241299585e-06, + "I": 7.666733290534467e-05, + "C": 9.642000804888085e-06, + "R": 2.44145098804438e-06, + "M": 6.789894541725516e-05, + "O": 6.373572250595316e-05, + "W": 2.6517880087340018e-06, + "N": 4.246518074069172e-06, + "Y": 0.00016365527699235827, + "U": 2.5635560518821876e-07, + "K": 4.065946654918662e-07, + "L": 6.412423772417242e-06, + "G": 9.117791341850534e-05, + "F": 0.004169766325503588, + "E": 4.8726960812928155e-05, + "T": 0.00019723600416909903, + "P": 0.14288616180419922, + "-": 0.852196991443634 + }, + "id": "tp_7783" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 972906, + "label": "-", + "classification": { + "B": 1.213200334859721e-06, + "S": 6.570364803337725e-07, + "I": 0.00014490434841718525, + "C": 6.838092758698622e-06, + "R": 2.273655354656512e-06, + "M": 0.00011565425666049123, + "O": 1.4782216567255091e-05, + "W": 5.370708322516293e-07, + "N": 3.461710321062128e-06, + "Y": 0.001924158656038344, + "U": 2.6000637376455416e-07, + "K": 5.217956640990451e-06, + "L": 1.7086723573811469e-06, + "G": 0.0003079749003518373, + "F": 0.003302505472674966, + "E": 0.00022743624867871404, + "T": 0.0012504146434366703, + "P": 0.046586062759160995, + "-": 0.9461038708686829 + }, + "id": "tp_7784" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 973006, + "label": "-", + "classification": { + "B": 3.993671998614445e-05, + "S": 3.980170367867686e-05, + "I": 0.000512876664288342, + "C": 0.00027153705013915896, + "R": 4.991823516320437e-05, + "M": 0.0017236564308404922, + "O": 0.00027365630376152694, + "W": 1.5280187653843313e-05, + "N": 6.067489812267013e-05, + "Y": 0.020915595814585686, + "U": 8.774765774433035e-06, + "K": 0.00012352113844826818, + "L": 5.884521306143142e-05, + "G": 0.005583996884524822, + "F": 0.020329603925347328, + "E": 0.00240594195201993, + "T": 0.005281062331050634, + "P": 0.03782148286700249, + "-": 0.9044837951660156 + }, + "id": "tp_7785" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 973140, + "label": "-", + "classification": { + "B": 4.640562586977204e-11, + "S": 2.3269137727766065e-08, + "I": 4.137875819765213e-08, + "C": 1.1487688311717648e-07, + "R": 1.8922836630963502e-08, + "M": 4.1354969653184526e-06, + "O": 7.352811053351616e-07, + "W": 7.456821826679061e-09, + "N": 8.674347906634239e-10, + "Y": 0.002149776089936495, + "U": 7.305082753983339e-12, + "K": 9.81234435926126e-08, + "L": 8.204178669757312e-09, + "G": 3.5039567592320964e-05, + "F": 0.004120787605643272, + "E": 2.3430459350493038e-07, + "T": 0.00033779576187953353, + "P": 8.659599552629516e-05, + "-": 0.9932646751403809 + }, + "id": "tp_7786" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 973273, + "label": "-", + "classification": { + "B": 3.0894369729139726e-07, + "S": 6.640704555138655e-07, + "I": 0.00010736127296695486, + "C": 0.0006059471052139997, + "R": 0.0002582827291917056, + "M": 0.00036101735895499587, + "O": 0.00012411239731591195, + "W": 2.411860123174847e-06, + "N": 4.027612249046797e-06, + "Y": 0.011677442118525505, + "U": 2.369662979617715e-06, + "K": 1.3966851838631555e-05, + "L": 2.594062425487209e-05, + "G": 0.0015640807105228305, + "F": 0.008163055405020714, + "E": 5.71195523662027e-05, + "T": 0.0023235329426825047, + "P": 0.0063844104297459126, + "-": 0.9683238863945007 + }, + "id": "tp_7787" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 973407, + "label": "-", + "classification": { + "B": 8.989930933012147e-08, + "S": 5.462352419272065e-07, + "I": 3.031133473996306e-06, + "C": 1.2757167496602051e-05, + "R": 1.0725776746767224e-06, + "M": 1.2293124200368766e-05, + "O": 8.110479939205106e-06, + "W": 2.1502614799828734e-07, + "N": 4.5003102400187345e-07, + "Y": 0.0006585676455870271, + "U": 3.196032949404071e-08, + "K": 2.2331905711325817e-05, + "L": 7.421681971209182e-07, + "G": 0.000371059199096635, + "F": 0.033051494508981705, + "E": 8.649363735457882e-05, + "T": 0.00018315191846340895, + "P": 0.009705479256808758, + "-": 0.9558820724487305 + }, + "id": "tp_7788" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 973507, + "label": "-", + "classification": { + "B": 2.114543349307496e-07, + "S": 1.0095847756019793e-05, + "I": 3.064247721340507e-05, + "C": 3.426700686759432e-06, + "R": 2.7287753709970275e-06, + "M": 0.00043072577682323754, + "O": 0.00010521178774069995, + "W": 3.0136336590658175e-06, + "N": 2.613527840367169e-06, + "Y": 0.001886721351183951, + "U": 7.088894449225336e-08, + "K": 3.4020851558125287e-07, + "L": 4.422983693075366e-06, + "G": 9.789007162908092e-05, + "F": 0.0065380590967834, + "E": 1.4986095266067423e-05, + "T": 0.003972047008574009, + "P": 0.01834450289607048, + "-": 0.9685524106025696 + }, + "id": "tp_7789" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 973640, + "label": "-", + "classification": { + "B": 4.807238696002969e-08, + "S": 5.348751983547118e-07, + "I": 1.6223835928030894e-06, + "C": 6.831887500169387e-09, + "R": 3.518095592625059e-09, + "M": 3.0041906029509846e-06, + "O": 2.3573823000333505e-06, + "W": 6.555193721169417e-08, + "N": 2.050567218248034e-07, + "Y": 4.397364682517946e-05, + "U": 1.6529666524434106e-09, + "K": 5.851480295859801e-07, + "L": 3.17930641813291e-08, + "G": 8.904341484594624e-06, + "F": 0.0061744339764118195, + "E": 3.299560194136575e-05, + "T": 6.705161649733782e-05, + "P": 0.08255146443843842, + "-": 0.9111126661300659 + }, + "id": "tp_7790" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 973774, + "label": "Y", + "classification": { + "B": 1.3405265235633124e-06, + "S": 0.0006062356987968087, + "I": 2.2801157683716156e-05, + "C": 0.0019824353512376547, + "R": 0.0006804357981309295, + "M": 0.02109477110207081, + "O": 0.009905437007546425, + "W": 5.362794399843551e-05, + "N": 4.00385215471033e-06, + "Y": 0.3225017786026001, + "U": 3.259761882645762e-08, + "K": 4.192103006062098e-05, + "L": 0.0016089228447526693, + "G": 0.28036364912986755, + "F": 0.0708465427160263, + "E": 7.068924605846405e-05, + "T": 0.0826137512922287, + "P": 0.00010138995276065543, + "-": 0.20750024914741516 + }, + "id": "tp_7791" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 973907, + "label": "-", + "classification": { + "B": 9.326201144688184e-09, + "S": 2.0175616555206943e-07, + "I": 8.265508768090513e-06, + "C": 1.223304622044452e-07, + "R": 5.7349680560037086e-08, + "M": 1.636314846109599e-05, + "O": 3.956473392463522e-06, + "W": 1.2376206370845466e-07, + "N": 4.984825068277132e-07, + "Y": 0.0010507559636607766, + "U": 6.810608521590211e-09, + "K": 8.412366696575191e-06, + "L": 2.0542715972737824e-08, + "G": 1.0769127584353555e-05, + "F": 0.0010783520992845297, + "E": 8.999745659821201e-06, + "T": 0.00048490476910956204, + "P": 0.008914100006222725, + "-": 0.9884141683578491 + }, + "id": "tp_7792" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 974007, + "label": "-", + "classification": { + "B": 1.3180195992390509e-06, + "S": 3.071473474847153e-05, + "I": 6.404924874914286e-07, + "C": 8.803805030765943e-06, + "R": 6.497736649180297e-06, + "M": 0.0022738161496818066, + "O": 0.0010488420957699418, + "W": 5.456042345031165e-06, + "N": 2.1814789974428095e-08, + "Y": 0.017688607797026634, + "U": 5.14786380190202e-10, + "K": 1.305406449603197e-08, + "L": 0.00020182525622658432, + "G": 0.0033891622442752123, + "F": 0.008589222095906734, + "E": 5.517342742678011e-07, + "T": 0.007313033565878868, + "P": 4.2075007513631135e-05, + "-": 0.9593994617462158 + }, + "id": "tp_7793" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 974141, + "label": "-", + "classification": { + "B": 1.6438579564237443e-07, + "S": 6.772958727196965e-08, + "I": 0.0001419659674866125, + "C": 2.996817602252122e-05, + "R": 6.422380920412252e-06, + "M": 5.274607246974483e-05, + "O": 2.0974835933884606e-05, + "W": 2.3687657346727065e-07, + "N": 2.119068312822492e-06, + "Y": 0.0005122590810060501, + "U": 2.4146103783095896e-07, + "K": 1.742729835996215e-07, + "L": 1.7389404547429876e-06, + "G": 0.0001528966531623155, + "F": 0.00042233115527778864, + "E": 1.9815179257420823e-05, + "T": 0.00048554467502981424, + "P": 0.03510216623544693, + "-": 0.9630481600761414 + }, + "id": "tp_7794" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 974274, + "label": "-", + "classification": { + "B": 2.400530138402246e-05, + "S": 0.00018002894648816437, + "I": 0.000561948399990797, + "C": 0.00016918397159315646, + "R": 0.00026363623328506947, + "M": 0.0031041745096445084, + "O": 0.002766903955489397, + "W": 6.965375359868631e-05, + "N": 2.83761000900995e-05, + "Y": 0.005286450032144785, + "U": 8.563178539588989e-07, + "K": 7.514269100283855e-07, + "L": 0.0003028028295375407, + "G": 0.0011925629805773497, + "F": 0.0021706123370677233, + "E": 3.0754268664168194e-05, + "T": 0.013733353465795517, + "P": 0.012284421361982822, + "-": 0.9578296542167664 + }, + "id": "tp_7795" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 974408, + "label": "-", + "classification": { + "B": 9.468074241292257e-11, + "S": 4.541320208772959e-09, + "I": 3.672207782301484e-08, + "C": 1.4894001765242137e-07, + "R": 3.4925751180026054e-08, + "M": 3.6137073493591743e-06, + "O": 5.475543503052904e-07, + "W": 1.7251741146750987e-09, + "N": 4.3125938931076746e-10, + "Y": 0.0003124657378066331, + "U": 3.237654935817069e-11, + "K": 7.190680495483548e-09, + "L": 7.374275412530551e-08, + "G": 1.7537546227686107e-05, + "F": 0.004573044832795858, + "E": 9.90471704653828e-08, + "T": 5.63682806387078e-05, + "P": 0.00021379024838097394, + "-": 0.9948222637176514 + }, + "id": "tp_7796" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 974508, + "label": "-", + "classification": { + "B": 2.3724279485382027e-11, + "S": 7.696734916073922e-10, + "I": 2.0383281729152714e-09, + "C": 4.914913809273003e-09, + "R": 5.500222943766175e-09, + "M": 7.183553407230647e-06, + "O": 6.276775934566103e-07, + "W": 1.1613263822818354e-10, + "N": 1.5322038342951982e-12, + "Y": 0.00011518330575199798, + "U": 2.1091764131671992e-14, + "K": 8.144269899321502e-14, + "L": 5.1144290580396046e-08, + "G": 5.715420684282435e-06, + "F": 0.0001293827372137457, + "E": 1.3331374892899817e-09, + "T": 2.1566585928667337e-05, + "P": 5.178108494874323e-06, + "-": 0.9997151494026184 + }, + "id": "tp_7797" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 974641, + "label": "-", + "classification": { + "B": 9.618865703941992e-09, + "S": 1.5964338899721042e-06, + "I": 5.4654654135788405e-09, + "C": 4.437120821876306e-07, + "R": 1.922544470289722e-07, + "M": 5.503417560248636e-05, + "O": 6.549039972014725e-05, + "W": 2.001012546770653e-07, + "N": 3.7018785259412823e-10, + "Y": 0.0005373163148760796, + "U": 2.4897776548793438e-11, + "K": 2.6354010085327673e-09, + "L": 1.5520585293415934e-05, + "G": 0.0005036082584410906, + "F": 0.05777634680271149, + "E": 1.302682335335703e-07, + "T": 0.00013661054254043847, + "P": 4.024244117317721e-05, + "-": 0.9408673048019409 + }, + "id": "tp_7798" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 974775, + "label": "-", + "classification": { + "B": 9.315614079241641e-06, + "S": 0.0005099620902910829, + "I": 0.0007967003621160984, + "C": 0.0025848958175629377, + "R": 0.002731125336140394, + "M": 0.024630002677440643, + "O": 0.011739777401089668, + "W": 0.00044774109846912324, + "N": 7.06542850821279e-05, + "Y": 0.24497658014297485, + "U": 8.407612767769024e-06, + "K": 0.0001953227911144495, + "L": 0.0021809155587106943, + "G": 0.030240818858146667, + "F": 0.03691646084189415, + "E": 0.00017891812603920698, + "T": 0.07265952229499817, + "P": 0.0019706632010638714, + "-": 0.5671522617340088 + }, + "id": "tp_7799" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 974908, + "label": "-", + "classification": { + "B": 4.597277438733727e-07, + "S": 1.248867283720756e-05, + "I": 0.0003709204902406782, + "C": 0.00020464748376980424, + "R": 0.0001168506350950338, + "M": 0.0008183823083527386, + "O": 0.00039515417302027345, + "W": 9.963011507352348e-06, + "N": 1.8076816559187137e-05, + "Y": 0.03674291446805, + "U": 3.77667248585567e-07, + "K": 6.549671525135636e-05, + "L": 2.1531046513700858e-05, + "G": 0.002264712005853653, + "F": 0.0102617796510458, + "E": 0.00021708373969886452, + "T": 0.006911603733897209, + "P": 0.007071739993989468, + "-": 0.9344958662986755 + }, + "id": "tp_7800" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 975008, + "label": "-", + "classification": { + "B": 1.098812818511874e-09, + "S": 8.182713173709999e-09, + "I": 9.074648232854088e-08, + "C": 3.575516416276514e-07, + "R": 1.1352607032222295e-07, + "M": 0.0001313065004069358, + "O": 7.09923460817663e-06, + "W": 3.6569471895120387e-09, + "N": 2.674351018416843e-10, + "Y": 0.009008255787193775, + "U": 8.283009694798338e-12, + "K": 1.5166372324681987e-10, + "L": 7.859481456762296e-07, + "G": 0.0002598337014205754, + "F": 0.0002955021627712995, + "E": 1.432593421668571e-07, + "T": 0.0011435463093221188, + "P": 1.8219661797047593e-05, + "-": 0.989134669303894 + }, + "id": "tp_7801" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 975142, + "label": "-", + "classification": { + "B": 1.470456222063543e-11, + "S": 1.0202192868291604e-08, + "I": 1.3715418845094973e-07, + "C": 4.9213745967335853e-08, + "R": 4.634557626559399e-08, + "M": 6.91202367306687e-05, + "O": 2.527059677959187e-06, + "W": 1.3588467018266215e-09, + "N": 3.682667781834681e-10, + "Y": 0.025608427822589874, + "U": 6.879777780452456e-13, + "K": 1.8500997400749952e-09, + "L": 7.388802458763166e-08, + "G": 0.00032316221040673554, + "F": 0.0020456959027796984, + "E": 8.528208184088726e-08, + "T": 0.0022488131653517485, + "P": 1.3521867003873922e-05, + "-": 0.969688355922699 + }, + "id": "tp_7802" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 975275, + "label": "-", + "classification": { + "B": 1.765437082212884e-05, + "S": 0.0006771069602109492, + "I": 0.0008150708745233715, + "C": 0.0013035344891250134, + "R": 0.0006289771990850568, + "M": 0.01367633044719696, + "O": 0.0056798323057591915, + "W": 0.00032851597643457353, + "N": 0.00010356130223954096, + "Y": 0.15567365288734436, + "U": 5.207247795624426e-06, + "K": 0.0024532789830118418, + "L": 0.0006892169476486742, + "G": 0.055901702493429184, + "F": 0.08101954311132431, + "E": 0.0011347996769472957, + "T": 0.05589490383863449, + "P": 0.0031946939416229725, + "-": 0.6208025217056274 + }, + "id": "tp_7803" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 975375, + "label": "-", + "classification": { + "B": 7.767857097297753e-15, + "S": 3.0525790228885796e-11, + "I": 6.422619380774819e-11, + "C": 8.627069059130577e-10, + "R": 4.294730890364029e-11, + "M": 2.214656831256434e-07, + "O": 5.127894553424994e-09, + "W": 2.7941162838301947e-12, + "N": 1.0183669229071879e-12, + "Y": 8.230976527556777e-05, + "U": 8.943000115132268e-15, + "K": 3.0444475829227713e-09, + "L": 1.259331250391682e-10, + "G": 3.0788444291829364e-06, + "F": 0.005624749697744846, + "E": 1.2061412313357778e-08, + "T": 6.607404429814778e-06, + "P": 1.2476813935791142e-05, + "-": 0.9942704439163208 + }, + "id": "tp_7804" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 975509, + "label": "-", + "classification": { + "B": 2.161513657483738e-05, + "S": 3.664365067379549e-05, + "I": 2.395088813500479e-05, + "C": 7.922626537038013e-05, + "R": 2.268864045618102e-05, + "M": 0.0023923299740999937, + "O": 0.0002694174472708255, + "W": 6.60064915791736e-06, + "N": 2.2281176370597677e-06, + "Y": 0.007893726229667664, + "U": 4.648281617392058e-07, + "K": 1.890184466901701e-05, + "L": 0.00016969289572443813, + "G": 0.008659373968839645, + "F": 0.044546931982040405, + "E": 0.00048520954442210495, + "T": 0.003256541211158037, + "P": 0.006412091199308634, + "-": 0.9257023334503174 + }, + "id": "tp_7805" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 975642, + "label": "-", + "classification": { + "B": 1.592303988218191e-06, + "S": 5.6837165175238624e-05, + "I": 5.7618690334493294e-05, + "C": 1.0847479643416591e-05, + "R": 5.975165095151169e-06, + "M": 0.0035992509219795465, + "O": 0.0004536649212241173, + "W": 8.993545634439215e-06, + "N": 4.755673217005096e-06, + "Y": 0.06559069454669952, + "U": 1.0959541896227165e-07, + "K": 3.5129920433973894e-05, + "L": 3.490370363579132e-05, + "G": 0.003928584512323141, + "F": 0.02419169805943966, + "E": 0.000112297544546891, + "T": 0.025339283049106598, + "P": 0.0023453652393072844, + "-": 0.8742223978042603 + }, + "id": "tp_7806" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 975776, + "label": "-", + "classification": { + "B": 3.500065577100031e-05, + "S": 2.4658467737026513e-05, + "I": 0.000808226759545505, + "C": 0.0004927711561322212, + "R": 0.0001681623252807185, + "M": 0.0033785649575293064, + "O": 0.0005413658218458295, + "W": 2.4542969185858965e-05, + "N": 2.2160253138281405e-05, + "Y": 0.008242670446634293, + "U": 7.148046734073432e-06, + "K": 2.963629185614991e-06, + "L": 0.00026648398488759995, + "G": 0.0015490833902731538, + "F": 0.0021393687929958105, + "E": 0.0003393321530893445, + "T": 0.012789851985871792, + "P": 0.016859693452715874, + "-": 0.9523079991340637 + }, + "id": "tp_7807" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 975876, + "label": "-", + "classification": { + "B": 5.6796078951038e-09, + "S": 1.1073151284790583e-07, + "I": 3.0368068109964952e-05, + "C": 4.54063453503295e-08, + "R": 2.4398923770263536e-08, + "M": 7.225441549962852e-06, + "O": 1.347502234239073e-06, + "W": 2.1800335758825895e-08, + "N": 6.159967256280652e-07, + "Y": 0.0007417725864797831, + "U": 9.769662856484729e-10, + "K": 7.408968940580962e-07, + "L": 1.72414083010608e-08, + "G": 2.5566429030732252e-05, + "F": 0.0035517485812306404, + "E": 1.5750360034871846e-05, + "T": 0.0002516858512535691, + "P": 0.06274241954088211, + "-": 0.9326304793357849 + }, + "id": "tp_7808" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 976009, + "label": "-", + "classification": { + "B": 1.808130001279551e-08, + "S": 6.449462830460106e-08, + "I": 3.0259147933975328e-06, + "C": 9.06044733710587e-05, + "R": 4.838700988329947e-06, + "M": 0.00020701668108813465, + "O": 1.4643654139945284e-05, + "W": 5.999464036676727e-08, + "N": 3.696832706623354e-08, + "Y": 0.011132207699120045, + "U": 2.995178549625166e-09, + "K": 8.965510573943902e-07, + "L": 2.986580284414231e-06, + "G": 0.0026073141489177942, + "F": 0.002562658628448844, + "E": 1.9594608602346852e-05, + "T": 0.0013100244104862213, + "P": 0.00029775709845125675, + "-": 0.9817461967468262 + }, + "id": "tp_7809" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 976143, + "label": "-", + "classification": { + "B": 8.144376794879445e-15, + "S": 2.5000953998016717e-13, + "I": 5.780466105775872e-10, + "C": 9.779657552527743e-13, + "R": 8.955196881352961e-14, + "M": 9.608569495611619e-10, + "O": 2.5607729478571706e-11, + "W": 3.610505381538946e-14, + "N": 1.0798183094212765e-12, + "Y": 1.0377741546108155e-06, + "U": 2.2789844962350578e-15, + "K": 6.396961432786341e-11, + "L": 3.591370568447293e-14, + "G": 5.924957413583343e-09, + "F": 1.755517951096408e-05, + "E": 2.1184272114282976e-09, + "T": 2.69785545015111e-07, + "P": 0.0008015784551389515, + "-": 0.9991796612739563 + }, + "id": "tp_7810" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 976276, + "label": "-", + "classification": { + "B": 5.49496625978918e-09, + "S": 2.3122872789826943e-06, + "I": 1.3562204003392253e-05, + "C": 4.496323072089581e-06, + "R": 1.506922899352503e-06, + "M": 0.0003314227215014398, + "O": 5.75692938582506e-05, + "W": 6.929674327693647e-07, + "N": 5.51036805518379e-07, + "Y": 0.04486571252346039, + "U": 2.2516093434177264e-09, + "K": 1.1952166460105218e-05, + "L": 1.2915628531118273e-06, + "G": 0.0015630223788321018, + "F": 0.012851874344050884, + "E": 2.5060904590645805e-05, + "T": 0.009020348079502583, + "P": 0.0005792699521407485, + "-": 0.930669367313385 + }, + "id": "tp_7811" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 976376, + "label": "-", + "classification": { + "B": 1.0121394922180116e-07, + "S": 4.384675662549853e-07, + "I": 1.33619050757261e-06, + "C": 2.4524983928131405e-06, + "R": 4.3233961832811474e-07, + "M": 0.0007375399000011384, + "O": 2.403743019385729e-05, + "W": 5.944071901353709e-08, + "N": 2.558323153323272e-08, + "Y": 0.006738739088177681, + "U": 1.3658469910637905e-09, + "K": 2.6333026426073047e-08, + "L": 6.3413745010620914e-06, + "G": 0.000869099865667522, + "F": 0.003050012979656458, + "E": 1.609906212252099e-05, + "T": 0.0013638029340654612, + "P": 0.0008526350138708949, + "-": 0.9863367676734924 + }, + "id": "tp_7812" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 976510, + "label": "-", + "classification": { + "B": 1.6994041516227298e-06, + "S": 0.0001303452008869499, + "I": 0.0005146665498614311, + "C": 0.006372350268065929, + "R": 0.0013962903758510947, + "M": 0.0054015591740608215, + "O": 0.001990990247577429, + "W": 7.602141704410315e-05, + "N": 4.668448673328385e-05, + "Y": 0.18303149938583374, + "U": 1.1880612191816908e-06, + "K": 0.0005134569364599884, + "L": 0.000195666856598109, + "G": 0.03161585330963135, + "F": 0.048333194106817245, + "E": 0.0005256455042399466, + "T": 0.03932381421327591, + "P": 0.002158702816814184, + "-": 0.6783704161643982 + }, + "id": "tp_7813" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 976643, + "label": "-", + "classification": { + "B": 2.2760511697583752e-08, + "S": 4.7214768983394606e-07, + "I": 2.9921655368525535e-05, + "C": 2.522968088669586e-06, + "R": 1.1261427061981522e-06, + "M": 0.00014596655091736466, + "O": 2.5402365281479433e-05, + "W": 3.8136190028126293e-07, + "N": 1.3321505321073346e-06, + "Y": 0.0052277990616858006, + "U": 2.670878629373874e-08, + "K": 5.3981698329153005e-06, + "L": 9.076796914087026e-07, + "G": 0.0002617166901472956, + "F": 0.0036178731825202703, + "E": 3.614314118749462e-05, + "T": 0.0019113131565973163, + "P": 0.006525979842990637, + "-": 0.9822055697441101 + }, + "id": "tp_7814" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 976777, + "label": "-", + "classification": { + "B": 4.1001760564540746e-07, + "S": 1.945190888363868e-06, + "I": 6.341369385154394e-07, + "C": 8.548288406018401e-07, + "R": 3.229542642202432e-07, + "M": 0.001418165978975594, + "O": 8.552602957934141e-05, + "W": 9.77586296357913e-08, + "N": 8.081348035204883e-09, + "Y": 0.0021365282591432333, + "U": 1.312123742991389e-10, + "K": 3.192795194895126e-10, + "L": 2.2351048755808733e-05, + "G": 0.0004722671292256564, + "F": 0.0015521051827818155, + "E": 1.6727896081647486e-06, + "T": 0.0016630224417895079, + "P": 0.00013677477545570582, + "-": 0.9925073981285095 + }, + "id": "tp_7815" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 976877, + "label": "-", + "classification": { + "B": 3.085874056285576e-10, + "S": 6.310724529612344e-07, + "I": 3.137461623836657e-09, + "C": 4.4150846179036307e-07, + "R": 1.4096499967308773e-07, + "M": 0.00011216798156965524, + "O": 1.7251377357752062e-05, + "W": 2.2794012011218e-08, + "N": 2.1578608344619e-10, + "Y": 0.008877458982169628, + "U": 2.2430906958248453e-12, + "K": 1.0625670654462738e-07, + "L": 2.198801894337521e-06, + "G": 0.005262304097414017, + "F": 0.2242661416530609, + "E": 3.989312631347275e-07, + "T": 0.0008050238830037415, + "P": 1.2260446965228766e-05, + "-": 0.7606433629989624 + }, + "id": "tp_7816" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 977010, + "label": "-", + "classification": { + "B": 5.107745693067045e-08, + "S": 2.482053105268278e-06, + "I": 0.00013794933329336345, + "C": 7.882722456997726e-06, + "R": 9.443817361898255e-06, + "M": 0.0017666087951511145, + "O": 0.0001115426275646314, + "W": 3.93046065028102e-07, + "N": 3.6239327982912073e-07, + "Y": 0.20119892060756683, + "U": 2.086997907824184e-09, + "K": 1.3063488779607724e-07, + "L": 5.427406904345844e-06, + "G": 0.0016088790725916624, + "F": 0.0005037009832449257, + "E": 2.964397026516963e-06, + "T": 0.04319669306278229, + "P": 0.00018474877288099378, + "-": 0.7512617707252502 + }, + "id": "tp_7817" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 977144, + "label": "-", + "classification": { + "B": 0.0004698564007412642, + "S": 0.0004527053388301283, + "I": 0.0004072955343872309, + "C": 0.0001782356994226575, + "R": 8.489427273161709e-05, + "M": 0.0058278609067201614, + "O": 0.0039061366114765406, + "W": 0.00019369233632460237, + "N": 8.423659892287105e-05, + "Y": 0.007761119864881039, + "U": 1.8393182472209446e-05, + "K": 3.3039286790881306e-05, + "L": 0.0008744025835767388, + "G": 0.005325829144567251, + "F": 0.032798074185848236, + "E": 0.000802762049715966, + "T": 0.005194214638322592, + "P": 0.035095103085041046, + "-": 0.9004920721054077 + }, + "id": "tp_7818" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 977277, + "label": "-", + "classification": { + "B": 1.5064314270833712e-13, + "S": 3.689126781836194e-11, + "I": 9.572276127300938e-08, + "C": 1.7577069799656897e-09, + "R": 6.637284610810923e-10, + "M": 2.9542823298811527e-08, + "O": 9.4625747237842e-09, + "W": 1.7287103692975592e-10, + "N": 1.4632729472552342e-09, + "Y": 0.00034463434712961316, + "U": 4.3678784547585e-12, + "K": 1.5584196262352634e-06, + "L": 5.91431721305713e-12, + "G": 5.740343453908281e-07, + "F": 0.0001522355159977451, + "E": 1.7979918709443155e-07, + "T": 1.4437767276831437e-05, + "P": 0.000465980643639341, + "-": 0.9990203380584717 + }, + "id": "tp_7819" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 977377, + "label": "Y", + "classification": { + "B": 1.3475198556989199e-07, + "S": 0.00018754343909677118, + "I": 4.162410550634377e-05, + "C": 0.0002465306024532765, + "R": 4.733364767162129e-05, + "M": 0.0010635257931426167, + "O": 0.0005654740380123258, + "W": 2.812661841744557e-05, + "N": 5.846216026839102e-06, + "Y": 0.7739858031272888, + "U": 2.765410789251632e-09, + "K": 0.000816600862890482, + "L": 1.4066616131458431e-05, + "G": 0.08097101747989655, + "F": 0.014760352671146393, + "E": 4.155232090852223e-05, + "T": 0.1121673658490181, + "P": 7.161040684877662e-06, + "-": 0.015049910172820091 + }, + "id": "tp_7820" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 977511, + "label": "-", + "classification": { + "B": 3.201102230510067e-11, + "S": 1.1045393488728905e-09, + "I": 1.0100684733060916e-08, + "C": 1.0293303986941282e-08, + "R": 5.44067546570659e-09, + "M": 4.148664629610721e-06, + "O": 2.593224337488209e-07, + "W": 6.279818332011189e-10, + "N": 4.432235481410807e-11, + "Y": 4.417466698214412e-05, + "U": 5.010714499570357e-12, + "K": 3.78340457921067e-12, + "L": 1.8397493306565593e-08, + "G": 5.514324357136502e-07, + "F": 6.7531866079662e-05, + "E": 1.8483727881601908e-09, + "T": 4.263680239091627e-05, + "P": 0.0001238193508470431, + "-": 0.9997168183326721 + }, + "id": "tp_7821" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 977644, + "label": "-", + "classification": { + "B": 3.1236439212989353e-07, + "S": 1.2424707165337168e-06, + "I": 3.3333631677123776e-07, + "C": 1.717448014915135e-07, + "R": 1.56619890390175e-07, + "M": 0.0006853240774944425, + "O": 5.3899311751592904e-05, + "W": 7.851016903259733e-08, + "N": 2.739069415724771e-09, + "Y": 0.00151163712143898, + "U": 1.0035709763211997e-10, + "K": 5.217464793538795e-10, + "L": 1.348053410765715e-05, + "G": 0.0004793464904651046, + "F": 0.0026949283201247454, + "E": 5.480268328028615e-07, + "T": 0.0009121960611082613, + "P": 9.582546772435308e-05, + "-": 0.9935503005981445 + }, + "id": "tp_7822" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 977778, + "label": "Y", + "classification": { + "B": 5.06515698361909e-06, + "S": 0.001218933961354196, + "I": 0.009235447272658348, + "C": 0.000426760088885203, + "R": 0.0006719925440847874, + "M": 0.0040704552084207535, + "O": 0.004562760703265667, + "W": 0.0006102420156821609, + "N": 0.001619048765860498, + "Y": 0.4438434839248657, + "U": 7.968002137204167e-06, + "K": 0.009822212159633636, + "L": 9.96652597677894e-05, + "G": 0.01400458998978138, + "F": 0.02040999010205269, + "E": 0.000826388830319047, + "T": 0.18445077538490295, + "P": 0.006350077223032713, + "-": 0.2977641224861145 + }, + "id": "tp_7823" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 977878, + "label": "-", + "classification": { + "B": 2.7393605705583468e-05, + "S": 4.8089015763252974e-05, + "I": 0.00023240415612235665, + "C": 4.415535295265727e-05, + "R": 1.0923912668658886e-05, + "M": 0.000572986260522157, + "O": 0.00020447919087018818, + "W": 1.8732893295236863e-05, + "N": 3.946086508221924e-05, + "Y": 0.0033097416162490845, + "U": 1.6307432133544353e-06, + "K": 8.314442675327882e-05, + "L": 1.5649751730961725e-05, + "G": 0.0013917135074734688, + "F": 0.04184071347117424, + "E": 0.001276267459616065, + "T": 0.0013131845043972135, + "P": 0.10968060046434402, + "-": 0.8398888111114502 + }, + "id": "tp_7824" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 978011, + "label": "-", + "classification": { + "B": 7.325112250100574e-08, + "S": 1.5566166666758363e-06, + "I": 6.127056053628621e-07, + "C": 6.091158866183832e-06, + "R": 1.544152610222227e-06, + "M": 0.00018486022599972785, + "O": 3.495778946671635e-05, + "W": 3.4955922956214636e-07, + "N": 3.290671912736798e-08, + "Y": 0.001144713256508112, + "U": 4.883503379460308e-09, + "K": 1.9871172298735473e-06, + "L": 5.285049610392889e-06, + "G": 0.0005586555926129222, + "F": 0.02443276159465313, + "E": 7.4473305176070426e-06, + "T": 0.00036363719846121967, + "P": 0.0009388684411533177, + "-": 0.9723166227340698 + }, + "id": "tp_7825" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 978145, + "label": "-", + "classification": { + "B": 2.3004750460131618e-07, + "S": 0.0001185083165182732, + "I": 1.0787819519464392e-05, + "C": 0.00029859915957786143, + "R": 0.00011072408233303577, + "M": 0.00561511842533946, + "O": 0.003945931792259216, + "W": 2.677676093298942e-05, + "N": 1.1759951803469448e-06, + "Y": 0.022388212382793427, + "U": 8.918493676901562e-08, + "K": 1.90258936072496e-06, + "L": 0.0018102433532476425, + "G": 0.020256346091628075, + "F": 0.1568259298801422, + "E": 2.2024178178980947e-05, + "T": 0.010630292817950249, + "P": 0.0010429313406348228, + "-": 0.776894211769104 + }, + "id": "tp_7826" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 978278, + "label": "-", + "classification": { + "B": 3.91397048105091e-09, + "S": 4.15704892731128e-09, + "I": 4.474618175986933e-10, + "C": 7.047313843600023e-10, + "R": 4.447483770153582e-10, + "M": 1.0920565500782686e-06, + "O": 6.638418312832073e-07, + "W": 5.657569412953478e-10, + "N": 1.7389724642907778e-12, + "Y": 4.2906513044727035e-06, + "U": 1.667097856246011e-13, + "K": 2.347476054688491e-13, + "L": 3.4778278035219046e-08, + "G": 7.88345175806171e-07, + "F": 3.497780562611297e-05, + "E": 4.154233346209679e-10, + "T": 4.909427389065968e-06, + "P": 4.322684617363848e-05, + "-": 0.9999099969863892 + }, + "id": "tp_7827" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 978378, + "label": "-", + "classification": { + "B": 3.660627800883276e-09, + "S": 2.469421076511935e-07, + "I": 7.64954966143705e-05, + "C": 7.180712145782309e-06, + "R": 5.023770427214913e-06, + "M": 0.00041370445978827775, + "O": 1.5809706383151934e-05, + "W": 8.114741945064452e-08, + "N": 1.855788411830872e-07, + "Y": 0.07426461577415466, + "U": 1.188003584395858e-09, + "K": 2.347272385350152e-07, + "L": 6.666680292255478e-07, + "G": 0.000531185301952064, + "F": 0.0006948391674086452, + "E": 2.338376816624077e-06, + "T": 0.015794720500707626, + "P": 0.0002545493480283767, + "-": 0.9079380035400391 + }, + "id": "tp_7828" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 978512, + "label": "-", + "classification": { + "B": 9.668465139611726e-08, + "S": 2.088182327497634e-06, + "I": 9.116970431932714e-06, + "C": 1.3492525795300025e-05, + "R": 3.93110485674697e-06, + "M": 0.00015259283827617764, + "O": 3.9931652281666175e-05, + "W": 1.288870521420904e-06, + "N": 7.50643835090159e-07, + "Y": 0.0053457701578736305, + "U": 3.331049214239101e-08, + "K": 1.7936712538357824e-05, + "L": 2.434016550978413e-06, + "G": 0.000700147298630327, + "F": 0.04345281422138214, + "E": 7.10351814632304e-05, + "T": 0.0011069163447245955, + "P": 0.0033775963820517063, + "-": 0.945702075958252 + }, + "id": "tp_7829" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 978645, + "label": "-", + "classification": { + "B": 3.219810551513547e-08, + "S": 3.238712054098869e-07, + "I": 0.0003768485621549189, + "C": 8.255507054855116e-06, + "R": 6.482355729531264e-06, + "M": 0.0005040093674324453, + "O": 4.0230541344499215e-05, + "W": 3.496306817396544e-07, + "N": 1.2461230198823614e-06, + "Y": 0.009272657334804535, + "U": 2.8173660737706996e-08, + "K": 2.9226472353371946e-09, + "L": 4.914192231808556e-06, + "G": 7.916399772511795e-05, + "F": 5.585798135143705e-05, + "E": 1.0920224440269521e-06, + "T": 0.02586258389055729, + "P": 0.0026051795575767756, + "-": 0.9611806273460388 + }, + "id": "tp_7830" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 978779, + "label": "-", + "classification": { + "B": 3.175023299828439e-10, + "S": 2.574678248379314e-09, + "I": 2.9306187343536294e-07, + "C": 3.2165746688406216e-07, + "R": 3.382889133263234e-07, + "M": 7.395952707156539e-05, + "O": 2.319240138604073e-06, + "W": 2.1145505346709115e-09, + "N": 5.836409688875221e-10, + "Y": 0.02968442067503929, + "U": 2.2284766046376525e-11, + "K": 1.3695997225227075e-08, + "L": 1.9202940393370227e-07, + "G": 0.0005939899710938334, + "F": 0.00042364728869870305, + "E": 1.2914641445149755e-07, + "T": 0.0018208492547273636, + "P": 1.7790891433833167e-05, + "-": 0.9673815965652466 + }, + "id": "tp_7831" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 978879, + "label": "-", + "classification": { + "B": 7.545667699559999e-07, + "S": 4.014858859591186e-06, + "I": 0.00011811512376880273, + "C": 1.2767180123773869e-05, + "R": 1.6202797269215807e-05, + "M": 0.0008924947469495237, + "O": 0.0001883390941657126, + "W": 3.0655262435175246e-06, + "N": 3.3077621992561035e-06, + "Y": 0.011458520777523518, + "U": 4.0722443372942507e-07, + "K": 1.3531069953387487e-06, + "L": 2.3238182620843872e-05, + "G": 0.0007098064525052905, + "F": 0.0028777900151908398, + "E": 3.126985757262446e-05, + "T": 0.00819119531661272, + "P": 0.006668371148407459, + "-": 0.9687990546226501 + }, + "id": "tp_7832" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 979012, + "label": "-", + "classification": { + "B": 4.1116295506071765e-06, + "S": 3.196826946805231e-05, + "I": 0.0002259397297166288, + "C": 0.00013939548807684332, + "R": 8.444627019343898e-05, + "M": 0.002064968692138791, + "O": 0.000947666063439101, + "W": 1.6108248019008897e-05, + "N": 4.5712558858213015e-06, + "Y": 0.03407520800828934, + "U": 2.1934431515546748e-07, + "K": 2.803423910791025e-07, + "L": 0.00018452062795404345, + "G": 0.004279616288840771, + "F": 0.005577231757342815, + "E": 8.894419806892984e-06, + "T": 0.03381868079304695, + "P": 0.0018838432151824236, + "-": 0.9166522026062012 + }, + "id": "tp_7833" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 979146, + "label": "-", + "classification": { + "B": 4.64519228637883e-10, + "S": 1.936384990131046e-07, + "I": 9.11907682166202e-06, + "C": 0.0002644175256136805, + "R": 7.160175300668925e-05, + "M": 0.00030158201116137207, + "O": 7.745259790681303e-05, + "W": 3.057523088045855e-07, + "N": 7.758081466135991e-08, + "Y": 0.06511817872524261, + "U": 1.4068326503746675e-09, + "K": 4.20955473146023e-07, + "L": 5.411718120740261e-06, + "G": 0.0023582116700708866, + "F": 0.005196426995098591, + "E": 1.7720775531415711e-06, + "T": 0.009145322255790234, + "P": 9.307456639362499e-05, + "-": 0.9173564314842224 + }, + "id": "tp_7834" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 979279, + "label": "-", + "classification": { + "B": 1.2965038764800596e-10, + "S": 3.5501586115316286e-09, + "I": 1.2582000863403664e-06, + "C": 7.14345674168726e-07, + "R": 2.1692726193123235e-07, + "M": 3.5624161682790145e-05, + "O": 2.163462113458081e-06, + "W": 2.1104480385503166e-09, + "N": 2.762162276681579e-09, + "Y": 0.0016010110266506672, + "U": 5.1885409163565654e-11, + "K": 2.600205328828764e-10, + "L": 1.837498047052577e-07, + "G": 7.28082814021036e-05, + "F": 0.00022013009584043175, + "E": 2.8476205216065864e-07, + "T": 0.0005939022521488369, + "P": 0.0003947227378375828, + "-": 0.9970769882202148 + }, + "id": "tp_7835" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 979379, + "label": "-", + "classification": { + "B": 2.8291339049246744e-07, + "S": 8.236587746068835e-06, + "I": 0.00012383244757074863, + "C": 4.87325232825242e-05, + "R": 1.1183089554833714e-05, + "M": 0.00029070989694446325, + "O": 8.988595072878525e-05, + "W": 3.228904006391531e-06, + "N": 1.145184796769172e-05, + "Y": 0.009534906595945358, + "U": 5.255029691397795e-07, + "K": 3.0489314667647704e-05, + "L": 1.0321954505343456e-05, + "G": 0.001619759714230895, + "F": 0.03213713690638542, + "E": 0.0001651131606195122, + "T": 0.004638441372662783, + "P": 0.021460287272930145, + "-": 0.929815411567688 + }, + "id": "tp_7836" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 979513, + "label": "-", + "classification": { + "B": 6.078207714921291e-09, + "S": 1.684150419123398e-08, + "I": 1.228398538444253e-08, + "C": 8.130395912075983e-08, + "R": 1.282644834788016e-08, + "M": 3.674492472782731e-05, + "O": 1.975059149117442e-06, + "W": 2.8121740491826586e-09, + "N": 1.668131882626156e-10, + "Y": 0.00022304561571218073, + "U": 1.6249977058402365e-11, + "K": 4.407492149027803e-10, + "L": 5.407374601418269e-07, + "G": 0.0001257542462553829, + "F": 0.0036550082731992006, + "E": 1.9028830422485044e-07, + "T": 0.0001630689948797226, + "P": 9.087242506211624e-05, + "-": 0.9957026839256287 + }, + "id": "tp_7837" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 979646, + "label": "Y", + "classification": { + "B": 3.1043527997098863e-06, + "S": 0.0011510279728099704, + "I": 3.246432970627211e-05, + "C": 0.0005196904530748725, + "R": 0.0005015083588659763, + "M": 0.08644158393144608, + "O": 0.03566557914018631, + "W": 5.4670490499120206e-05, + "N": 5.764131287833152e-07, + "Y": 0.2651221454143524, + "U": 6.96364244046066e-10, + "K": 1.0406974126908608e-07, + "L": 0.005916354712098837, + "G": 0.23037506639957428, + "F": 0.02323080040514469, + "E": 5.52090750716161e-06, + "T": 0.10782571882009506, + "P": 9.771545592229813e-06, + "-": 0.24314425885677338 + }, + "id": "tp_7838" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 979780, + "label": "-", + "classification": { + "B": 9.961120817081337e-11, + "S": 3.620119315428383e-08, + "I": 6.980971534176206e-08, + "C": 6.067929803066363e-07, + "R": 2.2697844315189286e-07, + "M": 1.8513148461352102e-05, + "O": 2.34799949794251e-06, + "W": 1.4009985171981043e-08, + "N": 1.80433246121936e-09, + "Y": 0.0004832219274248928, + "U": 7.02158262089192e-11, + "K": 5.185709994748322e-08, + "L": 1.6781972078661056e-07, + "G": 3.494206248433329e-05, + "F": 0.011354337446391582, + "E": 4.023398503250064e-07, + "T": 0.0002749410050455481, + "P": 0.00032402423676103354, + "-": 0.9875060319900513 + }, + "id": "tp_7839" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 979880, + "label": "-", + "classification": { + "B": 4.270510345349976e-08, + "S": 3.710676764967502e-06, + "I": 7.749137694190722e-06, + "C": 1.9110026983071293e-07, + "R": 9.525421518219446e-08, + "M": 0.00029258118593133986, + "O": 1.2828018043364864e-05, + "W": 1.4682520088626916e-07, + "N": 2.3012610483874596e-07, + "Y": 0.0053178067319095135, + "U": 1.1471227301385056e-09, + "K": 2.8102968485654856e-07, + "L": 4.312700809805392e-07, + "G": 0.00011068957974202931, + "F": 0.003809865564107895, + "E": 7.992445716809016e-06, + "T": 0.008337164297699928, + "P": 0.0016073522856459022, + "-": 0.9804908633232117 + }, + "id": "tp_7840" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 980013, + "label": "-", + "classification": { + "B": 0.00035133559140376747, + "S": 0.0008791464497335255, + "I": 0.0012555746361613274, + "C": 0.00035263868630863726, + "R": 0.0002372290036873892, + "M": 0.02980676293373108, + "O": 0.003909234888851643, + "W": 0.00010317792475689203, + "N": 5.3011146519565955e-05, + "Y": 0.06690194457769394, + "U": 1.8131081560568418e-06, + "K": 1.1673958397295792e-05, + "L": 0.0017135741654783487, + "G": 0.027614690363407135, + "F": 0.03859155997633934, + "E": 0.0010091583244502544, + "T": 0.05326727777719498, + "P": 0.006169802043586969, + "-": 0.7677704095840454 + }, + "id": "tp_7841" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 980147, + "label": "-", + "classification": { + "B": 1.7097667726062582e-09, + "S": 1.1578144665236323e-07, + "I": 3.51561055822458e-08, + "C": 1.9158252939632803e-07, + "R": 1.1351202999776433e-07, + "M": 1.0892833415709902e-05, + "O": 6.2735684878134634e-06, + "W": 2.1470420108471444e-08, + "N": 8.494202008435536e-10, + "Y": 0.00014811208529863507, + "U": 1.3989187586105345e-10, + "K": 4.492862970550959e-09, + "L": 1.09849531781947e-06, + "G": 3.3049756893888116e-05, + "F": 0.0032804603688418865, + "E": 8.651721827845904e-08, + "T": 8.889933087630197e-05, + "P": 0.0002572453813627362, + "-": 0.9961734414100647 + }, + "id": "tp_7842" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 980280, + "label": "-", + "classification": { + "B": 1.6326634266761175e-08, + "S": 1.019437604554696e-06, + "I": 3.0538714668182365e-07, + "C": 4.594790254941472e-07, + "R": 1.7938766916358873e-07, + "M": 2.268717435072176e-05, + "O": 1.4983326764195226e-05, + "W": 2.685090692011727e-07, + "N": 3.412056415186271e-08, + "Y": 0.00012554661952890456, + "U": 1.151208794958336e-09, + "K": 2.896113073802553e-07, + "L": 3.6179912399347813e-07, + "G": 1.6389762095059268e-05, + "F": 0.006619218736886978, + "E": 1.8999415942744236e-06, + "T": 0.00012186745152575895, + "P": 0.0024812910705804825, + "-": 0.9905931353569031 + }, + "id": "tp_7843" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 980380, + "label": "-", + "classification": { + "B": 6.026268373204857e-09, + "S": 6.83370231513436e-08, + "I": 1.586282451171428e-05, + "C": 1.3549733921536244e-06, + "R": 5.022379241381714e-07, + "M": 2.501240851415787e-05, + "O": 5.938345111644594e-06, + "W": 8.622428282478722e-08, + "N": 3.183920398441842e-07, + "Y": 0.0012112294789403677, + "U": 5.37655298060713e-09, + "K": 1.0339791600699755e-07, + "L": 1.4161030037485034e-07, + "G": 3.1326606404036283e-05, + "F": 0.001448627095669508, + "E": 9.370837688038591e-06, + "T": 0.0002694969007279724, + "P": 0.012366434559226036, + "-": 0.9846142530441284 + }, + "id": "tp_7844" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 980514, + "label": "-", + "classification": { + "B": 9.429481337974721e-07, + "S": 9.622850484447554e-06, + "I": 8.907867595553398e-06, + "C": 3.8112102629384026e-05, + "R": 2.763019256235566e-05, + "M": 0.010081916116178036, + "O": 0.0012032269733026624, + "W": 1.0304831903340528e-06, + "N": 2.64855870568681e-08, + "Y": 0.03815077617764473, + "U": 3.4619071498376286e-10, + "K": 1.1261532817385955e-09, + "L": 0.0003427413175813854, + "G": 0.010632430203258991, + "F": 0.0011370390420779586, + "E": 1.4257236671255669e-06, + "T": 0.027232380583882332, + "P": 2.2425258066505194e-05, + "-": 0.9111093878746033 + }, + "id": "tp_7845" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 980647, + "label": "-", + "classification": { + "B": 4.4692729716189206e-05, + "S": 2.8212373308633687e-06, + "I": 0.00016797016724012792, + "C": 7.699755769863259e-06, + "R": 2.162006239814218e-06, + "M": 9.564802894601598e-05, + "O": 5.18105152877979e-05, + "W": 2.8758004191331565e-06, + "N": 7.653246939298697e-06, + "Y": 0.0005953137297183275, + "U": 6.480021284005488e-07, + "K": 2.9656823699042434e-06, + "L": 7.982889655977488e-06, + "G": 0.00069786625681445, + "F": 0.0036398228257894516, + "E": 0.0004968891153112054, + "T": 0.00043901795288547873, + "P": 0.17742709815502167, + "-": 0.8163090348243713 + }, + "id": "tp_7846" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 980781, + "label": "-", + "classification": { + "B": 1.9231505575589836e-05, + "S": 3.00338547276624e-06, + "I": 0.0003847898915410042, + "C": 7.519851351389661e-05, + "R": 1.4800816643401049e-05, + "M": 0.00038801925256848335, + "O": 4.038917541038245e-05, + "W": 2.787052380881505e-06, + "N": 1.6135722034960054e-05, + "Y": 0.0030618368182331324, + "U": 1.7819145341491094e-06, + "K": 4.312768214731477e-05, + "L": 1.4008975085744169e-05, + "G": 0.002582770772278309, + "F": 0.017034737393260002, + "E": 0.0024108304642140865, + "T": 0.0008942901040427387, + "P": 0.1033114492893219, + "-": 0.8697007298469543 + }, + "id": "tp_7847" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 980881, + "label": "-", + "classification": { + "B": 1.7324713326161145e-06, + "S": 4.464121957425959e-06, + "I": 0.00011956817616010085, + "C": 2.3260017769644037e-05, + "R": 2.729230118347914e-06, + "M": 8.831239392748103e-05, + "O": 4.902839282294735e-05, + "W": 1.9446104033704614e-06, + "N": 1.0867671335290652e-05, + "Y": 0.0004890401614829898, + "U": 6.646217798333964e-07, + "K": 1.4677710851174197e-06, + "L": 6.497997219412355e-06, + "G": 0.0001711569057079032, + "F": 0.007735569961369038, + "E": 8.698736928636208e-05, + "T": 0.0006332773482427001, + "P": 0.11915207654237747, + "-": 0.8714214563369751 + }, + "id": "tp_7848" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 981014, + "label": "-", + "classification": { + "B": 3.8327507354551926e-05, + "S": 1.9061645843976294e-06, + "I": 0.0001564358244650066, + "C": 5.2760797188966535e-06, + "R": 6.988833547438844e-07, + "M": 0.00013646826846525073, + "O": 4.9206642870558426e-05, + "W": 1.192212721434771e-06, + "N": 7.106779776222538e-06, + "Y": 0.00022581777011509985, + "U": 1.642269467083679e-07, + "K": 1.5717506585133378e-07, + "L": 5.606270860880613e-06, + "G": 0.00026176642859354615, + "F": 0.0016149209113791585, + "E": 0.00038201449206098914, + "T": 0.00018732954049482942, + "P": 0.3435204029083252, + "-": 0.6534052491188049 + }, + "id": "tp_7849" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 981148, + "label": "-", + "classification": { + "B": 3.9374765492539154e-07, + "S": 1.856374865383259e-06, + "I": 1.4014343832968734e-05, + "C": 3.8577927625738084e-05, + "R": 1.3481537280313205e-05, + "M": 0.000873751996550709, + "O": 0.00010085786925628781, + "W": 8.223233862736379e-07, + "N": 2.523308353374887e-07, + "Y": 0.013422820717096329, + "U": 3.552194627332028e-08, + "K": 1.516033023563068e-07, + "L": 6.151304842205718e-05, + "G": 0.002651046961545944, + "F": 0.007359698414802551, + "E": 2.194030639657285e-05, + "T": 0.003517904318869114, + "P": 0.0016952927689999342, + "-": 0.9702256917953491 + }, + "id": "tp_7850" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 981281, + "label": "-", + "classification": { + "B": 9.178245818475261e-06, + "S": 1.4797025187363033e-06, + "I": 0.0005092851351946592, + "C": 0.0001234589290106669, + "R": 3.612877844716422e-05, + "M": 0.00074872060213238, + "O": 0.00010696276149246842, + "W": 2.238436536572408e-06, + "N": 7.24442634236766e-06, + "Y": 0.011340141296386719, + "U": 1.2617675793080707e-06, + "K": 7.38151015866606e-07, + "L": 4.184916542726569e-05, + "G": 0.0021452310029417276, + "F": 0.00298883649520576, + "E": 0.00027340531232766807, + "T": 0.0030020526610314846, + "P": 0.03119497001171112, + "-": 0.9474668502807617 + }, + "id": "tp_7851" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 981381, + "label": "-", + "classification": { + "B": 9.722725735628046e-06, + "S": 2.6770255772134988e-06, + "I": 0.0007100834045559168, + "C": 8.221442112699151e-05, + "R": 1.1765127055696212e-05, + "M": 0.00028901969199068844, + "O": 3.1361018045572564e-05, + "W": 4.046453796036076e-06, + "N": 5.161876470083371e-05, + "Y": 0.01002486515790224, + "U": 3.7242430153128225e-06, + "K": 0.0005908305756747723, + "L": 4.252318376529729e-06, + "G": 0.002373756840825081, + "F": 0.0082484669983387, + "E": 0.01045076735317707, + "T": 0.0012085579801350832, + "P": 0.14317280054092407, + "-": 0.8227294683456421 + }, + "id": "tp_7852" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 981515, + "label": "-", + "classification": { + "B": 1.0049013354773706e-07, + "S": 1.2736397714263603e-08, + "I": 4.803793217433849e-06, + "C": 1.3388926163315773e-06, + "R": 3.893462974247086e-08, + "M": 2.9597374577861046e-06, + "O": 6.476437306446314e-07, + "W": 1.1251478859719555e-08, + "N": 9.212842400074805e-08, + "Y": 4.371999966679141e-05, + "U": 4.623282201521306e-09, + "K": 7.034582694132041e-08, + "L": 5.468912434025697e-08, + "G": 2.2797376004746184e-05, + "F": 0.0010899335611611605, + "E": 1.833953137975186e-05, + "T": 1.6630028767394833e-05, + "P": 0.05648656189441681, + "-": 0.9423117637634277 + }, + "id": "tp_7853" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 981648, + "label": "-", + "classification": { + "B": 3.796924730181672e-08, + "S": 6.736988211741846e-08, + "I": 8.85002882569097e-05, + "C": 9.076838978216983e-06, + "R": 2.6257750960212434e-06, + "M": 2.7016145395464264e-05, + "O": 4.501179319049697e-06, + "W": 8.221506675454293e-08, + "N": 1.326375468124752e-06, + "Y": 0.0012955431593582034, + "U": 1.0809235106989945e-07, + "K": 3.58409209866295e-07, + "L": 8.69199823227973e-07, + "G": 0.00014903272676747292, + "F": 0.0018514780094847083, + "E": 3.5798224416794255e-05, + "T": 0.00044375951983965933, + "P": 0.0692247822880745, + "-": 0.9268650412559509 + }, + "id": "tp_7854" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 981782, + "label": "-", + "classification": { + "B": 9.785439942788798e-07, + "S": 2.5110986712206795e-07, + "I": 0.00021253990416880697, + "C": 1.2144316315243486e-05, + "R": 3.363009000167949e-06, + "M": 0.00034336632234044373, + "O": 2.005064561672043e-05, + "W": 4.0173421211875393e-07, + "N": 2.3752384095132584e-06, + "Y": 0.0027122623287141323, + "U": 1.874694817161071e-07, + "K": 4.98819929362071e-07, + "L": 3.5584332636062754e-06, + "G": 0.00047463359078392386, + "F": 0.000696139526553452, + "E": 0.00019640574464574456, + "T": 0.0012013252126052976, + "P": 0.03434199467301369, + "-": 0.9597775340080261 + }, + "id": "tp_7855" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 981882, + "label": "-", + "classification": { + "B": 1.2787197967156771e-09, + "S": 1.1130750765531161e-09, + "I": 1.1431749413759462e-07, + "C": 1.941684679707123e-08, + "R": 1.3293184331075736e-09, + "M": 7.69998678151751e-08, + "O": 7.37420862151339e-08, + "W": 7.807181012786657e-10, + "N": 2.952643907150332e-09, + "Y": 2.4764781301200856e-06, + "U": 7.891796244274829e-11, + "K": 1.0175708053949961e-09, + "L": 1.8783832267388334e-09, + "G": 5.699550342797011e-07, + "F": 0.000394623406464234, + "E": 3.760385425266577e-07, + "T": 2.1084447325847577e-06, + "P": 0.06824427098035812, + "-": 0.9313552975654602 + }, + "id": "tp_7856" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 982015, + "label": "-", + "classification": { + "B": 0.0001140736712841317, + "S": 4.188830280327238e-05, + "I": 0.0009777223458513618, + "C": 9.18094883672893e-05, + "R": 3.73852853954304e-05, + "M": 0.00041877280455082655, + "O": 0.0002876140642911196, + "W": 1.9160057490807958e-05, + "N": 9.228166891261935e-05, + "Y": 0.0016391100361943245, + "U": 4.749996605823981e-06, + "K": 2.10047910513822e-05, + "L": 4.6838289563311264e-05, + "G": 0.0015260034706443548, + "F": 0.014750450849533081, + "E": 0.0009168341639451683, + "T": 0.0016037067398428917, + "P": 0.25703760981559753, + "-": 0.7203729748725891 + }, + "id": "tp_7857" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 982149, + "label": "-", + "classification": { + "B": 6.934018870197178e-08, + "S": 1.3405659728960018e-06, + "I": 0.0005041708936914802, + "C": 8.38814776216168e-06, + "R": 1.9318754311825614e-06, + "M": 4.6445467887679115e-05, + "O": 1.760519080562517e-05, + "W": 1.2023164117636043e-06, + "N": 4.506227560341358e-05, + "Y": 0.0030583448242396116, + "U": 4.5357225531006407e-07, + "K": 0.0003136963932774961, + "L": 2.5087487642849737e-07, + "G": 0.0002354178432142362, + "F": 0.0033643334172666073, + "E": 0.0007616809452883899, + "T": 0.001132096629589796, + "P": 0.12781192362308502, + "-": 0.8626956343650818 + }, + "id": "tp_7858" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 982282, + "label": "-", + "classification": { + "B": 2.0016156554447662e-07, + "S": 1.5666117292312265e-08, + "I": 0.00014013184409122914, + "C": 5.997595508233644e-06, + "R": 2.2897610563177295e-07, + "M": 1.7648519133217633e-05, + "O": 1.3641665645991452e-06, + "W": 3.193925479649806e-08, + "N": 2.1591301901935367e-06, + "Y": 0.00024092216335702688, + "U": 5.6148124372157326e-08, + "K": 4.895620122624678e-07, + "L": 1.2687830519553245e-07, + "G": 0.00011892302427440882, + "F": 0.0005032140761613846, + "E": 0.0005039623356424272, + "T": 5.342861913959496e-05, + "P": 0.21908587217330933, + "-": 0.7793252468109131 + }, + "id": "tp_7859" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 982382, + "label": "-", + "classification": { + "B": 2.9789816835545935e-08, + "S": 4.7587400331394747e-07, + "I": 0.00016025513468775898, + "C": 2.3731281544314697e-05, + "R": 3.96802488467074e-06, + "M": 1.4274029126681853e-05, + "O": 1.1830099538201466e-05, + "W": 5.088030547995004e-07, + "N": 1.0014561667048838e-05, + "Y": 0.0003106944204773754, + "U": 1.9392638250792515e-07, + "K": 4.79021491628373e-06, + "L": 6.294142167462269e-07, + "G": 7.26824946468696e-05, + "F": 0.006994962226599455, + "E": 7.716150867054239e-05, + "T": 0.00015342574624810368, + "P": 0.18008488416671753, + "-": 0.8120755553245544 + }, + "id": "tp_7860" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 982516, + "label": "-", + "classification": { + "B": 2.912113217234946e-09, + "S": 9.112048005022189e-09, + "I": 8.298549801111221e-06, + "C": 1.11069738295555e-07, + "R": 7.056047302000934e-09, + "M": 7.997143143256835e-07, + "O": 1.7389173478932207e-07, + "W": 1.2716094843767678e-08, + "N": 6.907011425028031e-07, + "Y": 0.0001803494233172387, + "U": 5.2247899340329695e-09, + "K": 1.1699739843606949e-05, + "L": 1.1313094905318621e-09, + "G": 4.718708623840939e-06, + "F": 0.0009240139625035226, + "E": 0.00015952966350596398, + "T": 2.9068251024000347e-05, + "P": 0.15159770846366882, + "-": 0.8470828533172607 + }, + "id": "tp_7861" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 982649, + "label": "-", + "classification": { + "B": 3.5705772916116985e-06, + "S": 4.673759576689918e-06, + "I": 0.00022030272521078587, + "C": 6.4723403738753404e-06, + "R": 6.472898803622229e-07, + "M": 0.0001263105368707329, + "O": 2.1943955289316364e-05, + "W": 1.101530870073475e-06, + "N": 1.4574339729733765e-05, + "Y": 0.00020737606973852962, + "U": 5.385272174862621e-07, + "K": 1.7248746075892996e-07, + "L": 5.49818742001662e-06, + "G": 7.382300100289285e-05, + "F": 0.0008077173260971904, + "E": 0.0003252561145927757, + "T": 0.0008687772788107395, + "P": 0.4739784300327301, + "-": 0.5233327746391296 + }, + "id": "tp_7862" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 982783, + "label": "-", + "classification": { + "B": 5.781187724096526e-07, + "S": 2.183963516699805e-07, + "I": 0.0001069624995579943, + "C": 2.5712946808198467e-05, + "R": 6.030051281413762e-06, + "M": 0.0001729527721181512, + "O": 1.3739648238697555e-05, + "W": 3.3461341786278354e-07, + "N": 1.2969906038051704e-06, + "Y": 0.006490284111350775, + "U": 2.102962923800078e-07, + "K": 2.3677657736698166e-06, + "L": 1.947953251146828e-06, + "G": 0.0005861445097252727, + "F": 0.001302099204622209, + "E": 7.697419641772285e-05, + "T": 0.001031687599606812, + "P": 0.01369944866746664, + "-": 0.9764809608459473 + }, + "id": "tp_7863" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 982883, + "label": "-", + "classification": { + "B": 8.257686978652146e-09, + "S": 2.5294681904597383e-08, + "I": 0.00016039915499277413, + "C": 2.517303755666944e-06, + "R": 1.7036006738635479e-07, + "M": 5.27028623764636e-06, + "O": 1.3895137271902058e-06, + "W": 3.249066082844365e-08, + "N": 3.1153581403486896e-06, + "Y": 0.00013045608648099005, + "U": 1.8580967875436727e-08, + "K": 1.5421984755903395e-07, + "L": 5.5522377806482837e-08, + "G": 9.230209798261058e-06, + "F": 0.0003321419935673475, + "E": 6.850781937828287e-05, + "T": 0.00013405301433522254, + "P": 0.20670080184936523, + "-": 0.7924516797065735 + }, + "id": "tp_7864" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 983016, + "label": "-", + "classification": { + "B": 4.835995159879758e-09, + "S": 1.4924288471718228e-09, + "I": 1.3429272485154797e-06, + "C": 4.311642669563298e-07, + "R": 7.580541705465293e-08, + "M": 8.630352567706723e-06, + "O": 5.051051630289294e-07, + "W": 1.900464674520208e-09, + "N": 7.195256390701843e-09, + "Y": 0.0003449732030276209, + "U": 2.55043275387834e-09, + "K": 9.431540881621459e-09, + "L": 9.982696269617009e-08, + "G": 3.889064828399569e-05, + "F": 0.00038865048554725945, + "E": 7.415825962198141e-07, + "T": 7.515544712077826e-05, + "P": 0.004979087505489588, + "-": 0.9941613078117371 + }, + "id": "tp_7865" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 983150, + "label": "-", + "classification": { + "B": 1.3018225217820145e-05, + "S": 1.628900645300746e-05, + "I": 0.0019298640545457602, + "C": 0.0004336650890763849, + "R": 8.950925985118374e-05, + "M": 0.0007932740263640881, + "O": 0.0002983656304422766, + "W": 2.40660610870691e-05, + "N": 0.00019854371203109622, + "Y": 0.008686591871082783, + "U": 2.3685495762038045e-05, + "K": 0.00024700022186152637, + "L": 4.8156802222365513e-05, + "G": 0.003027718747034669, + "F": 0.014427758753299713, + "E": 0.0030947283376008272, + "T": 0.003525166306644678, + "P": 0.17271925508975983, + "-": 0.7904033660888672 + }, + "id": "tp_7866" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 983283, + "label": "-", + "classification": { + "B": 2.5249505597457755e-08, + "S": 1.0413043582957471e-07, + "I": 1.3366571693040896e-05, + "C": 7.232607686091796e-07, + "R": 1.9623617220076994e-07, + "M": 4.0589136915514246e-05, + "O": 3.3166563753184164e-06, + "W": 5.263623492623992e-08, + "N": 3.468836951014964e-07, + "Y": 0.0012511226814240217, + "U": 1.9654848415484594e-08, + "K": 9.064302730621421e-07, + "L": 1.1697487423134589e-07, + "G": 2.447293263685424e-05, + "F": 0.0004936066688969731, + "E": 6.58455155644333e-06, + "T": 0.0010910113342106342, + "P": 0.011013634502887726, + "-": 0.9860599040985107 + }, + "id": "tp_7867" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 983383, + "label": "-", + "classification": { + "B": 0.00022670935140922666, + "S": 6.765612488379702e-05, + "I": 0.005248602945357561, + "C": 0.00023159300326369703, + "R": 4.661966158892028e-05, + "M": 0.003812717506662011, + "O": 0.00035919822403229773, + "W": 3.904140248778276e-05, + "N": 0.0005321921780705452, + "Y": 0.006000483874231577, + "U": 1.7184616808663122e-05, + "K": 0.00017144944285973907, + "L": 9.39362435019575e-05, + "G": 0.004139786586165428, + "F": 0.016900690272450447, + "E": 0.024658767506480217, + "T": 0.00443361746147275, + "P": 0.3312264680862427, + "-": 0.6017931699752808 + }, + "id": "tp_7868" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 983517, + "label": "-", + "classification": { + "B": 0.00020601465075742453, + "S": 0.00013183038390707225, + "I": 0.00017504655988886952, + "C": 7.224928413052112e-05, + "R": 1.99411060748389e-05, + "M": 0.0006349941832013428, + "O": 0.0008403385290876031, + "W": 5.215248165768571e-05, + "N": 2.533273072913289e-05, + "Y": 0.0007130459416657686, + "U": 3.2971911423373967e-06, + "K": 6.509930699394317e-06, + "L": 0.0001361617905786261, + "G": 0.001216052332893014, + "F": 0.011486302129924297, + "E": 0.00033433703356422484, + "T": 0.0010233133798465133, + "P": 0.07233557850122452, + "-": 0.91058748960495 + }, + "id": "tp_7869" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 983650, + "label": "-", + "classification": { + "B": 4.955681288265623e-05, + "S": 5.111870268592611e-05, + "I": 0.014410693198442459, + "C": 0.005651430226862431, + "R": 0.0010631895856931806, + "M": 0.001599371200427413, + "O": 0.0006211432046256959, + "W": 0.00011322333011776209, + "N": 0.0012316019274294376, + "Y": 0.02116314508020878, + "U": 0.0001227729517268017, + "K": 0.0010752714006230235, + "L": 8.69213545229286e-05, + "G": 0.004554653074592352, + "F": 0.00943328533321619, + "E": 0.005654438398778439, + "T": 0.007807456888258457, + "P": 0.1636907011270523, + "-": 0.761620044708252 + }, + "id": "tp_7870" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 983750, + "label": "-", + "classification": { + "B": 1.6445579603896476e-05, + "S": 4.100008482055273e-06, + "I": 0.00015735483611933887, + "C": 6.629092240473256e-05, + "R": 1.2820807569369208e-05, + "M": 4.820182948606089e-05, + "O": 5.298627365846187e-05, + "W": 5.0376070248603355e-06, + "N": 1.5220267414406408e-05, + "Y": 0.0004373626143205911, + "U": 1.7556109241922968e-06, + "K": 1.1667958460748196e-05, + "L": 6.3329753174912184e-06, + "G": 0.0002590384683571756, + "F": 0.007978596724569798, + "E": 0.0002102660364471376, + "T": 0.00026999443070963025, + "P": 0.1757700890302658, + "-": 0.8146764636039734 + }, + "id": "tp_7871" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 983884, + "label": "-", + "classification": { + "B": 2.3000399096417823e-07, + "S": 1.91094528645408e-07, + "I": 3.265345731051639e-05, + "C": 7.704438030486926e-05, + "R": 1.8743114196695387e-05, + "M": 0.0001806816435419023, + "O": 2.0475405108300038e-05, + "W": 4.1240059545089025e-07, + "N": 5.232123498899455e-07, + "Y": 0.0057898820377886295, + "U": 4.15236911521788e-07, + "K": 3.3831040013865277e-07, + "L": 1.0020799891208299e-05, + "G": 0.0004740353033412248, + "F": 0.002394032198935747, + "E": 1.0774551810754929e-05, + "T": 0.0017725463258102536, + "P": 0.006415245588868856, + "-": 0.9828017354011536 + }, + "id": "tp_7872" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 984017, + "label": "-", + "classification": { + "B": 1.9495264496072195e-06, + "S": 5.879928011154334e-08, + "I": 2.8865475542261265e-05, + "C": 5.457395104713214e-07, + "R": 4.059783975662867e-08, + "M": 4.416699539433466e-06, + "O": 4.292123321647523e-06, + "W": 9.094296160583326e-08, + "N": 8.321588893522858e-07, + "Y": 1.4398855455510784e-05, + "U": 1.6468026942106917e-08, + "K": 1.7417738362723867e-08, + "L": 3.140374644772237e-07, + "G": 2.0396393665578216e-05, + "F": 0.00028546995599754155, + "E": 6.514768756460398e-05, + "T": 1.932499071699567e-05, + "P": 0.37938815355300903, + "-": 0.6201657056808472 + }, + "id": "tp_7873" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 984151, + "label": "-", + "classification": { + "B": 0.0020190265495330095, + "S": 0.00010495309106772766, + "I": 0.0002792265440803021, + "C": 7.013648428255692e-05, + "R": 3.705642302520573e-05, + "M": 0.004596755374222994, + "O": 0.0016294590895995498, + "W": 5.206000423640944e-05, + "N": 7.496064881706843e-06, + "Y": 0.002410144079476595, + "U": 2.5565491341694724e-06, + "K": 1.5575237455323077e-07, + "L": 0.0013166797580197453, + "G": 0.0034668627195060253, + "F": 0.0038085514679551125, + "E": 0.000303948821965605, + "T": 0.0030881869606673717, + "P": 0.033049408346414566, + "-": 0.9437572360038757 + }, + "id": "tp_7874" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 984251, + "label": "-", + "classification": { + "B": 0.0011547484900802374, + "S": 0.00022780161816626787, + "I": 0.0008229466038756073, + "C": 2.0108684111619368e-05, + "R": 1.3991998457640875e-05, + "M": 0.007292203139513731, + "O": 0.0014085007132962346, + "W": 6.009513163007796e-05, + "N": 4.3561780330492184e-05, + "Y": 0.0051326267421245575, + "U": 2.2803440060670255e-06, + "K": 7.302042831724975e-06, + "L": 0.00024818209931254387, + "G": 0.004848668817430735, + "F": 0.007709138095378876, + "E": 0.002553056925535202, + "T": 0.007117609493434429, + "P": 0.042244020849466324, + "-": 0.919093132019043 + }, + "id": "tp_7875" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 984384, + "label": "-", + "classification": { + "B": 1.8652834796739626e-06, + "S": 1.0869891298170842e-07, + "I": 0.00016512422007508576, + "C": 3.7261313536873786e-06, + "R": 3.346549988236802e-07, + "M": 0.00010764705075416714, + "O": 6.869914614071604e-06, + "W": 6.753221981625757e-08, + "N": 1.0820458555826917e-06, + "Y": 0.00026230840012431145, + "U": 2.1611576528357546e-08, + "K": 4.5620303978921584e-08, + "L": 1.3498473663275945e-06, + "G": 0.000526469259057194, + "F": 0.0005659321905113757, + "E": 0.00046799585106782615, + "T": 0.00012515197158791125, + "P": 0.13960202038288116, + "-": 0.8581618666648865 + }, + "id": "tp_7876" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 984518, + "label": "-", + "classification": { + "B": 4.6908477088436484e-05, + "S": 3.080910028074868e-05, + "I": 0.005178125109523535, + "C": 0.0004845724906772375, + "R": 0.00015424544108100235, + "M": 0.00048471003537997603, + "O": 0.0003080300521105528, + "W": 2.495765693311114e-05, + "N": 0.0005145458271726966, + "Y": 0.005882016848772764, + "U": 3.3632339182076976e-05, + "K": 0.00010513669985812157, + "L": 6.274820771068335e-05, + "G": 0.0024204307701438665, + "F": 0.012637496925890446, + "E": 0.0023501974064856768, + "T": 0.003883131081238389, + "P": 0.35391026735305786, + "-": 0.6114881038665771 + }, + "id": "tp_7877" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 984651, + "label": "-", + "classification": { + "B": 1.451498633286974e-06, + "S": 5.752206106990343e-07, + "I": 3.21677143801935e-05, + "C": 5.246705313766142e-06, + "R": 1.7123593352152966e-06, + "M": 3.764529537875205e-05, + "O": 2.5552883016644046e-05, + "W": 5.638356128656596e-07, + "N": 5.907233457946859e-07, + "Y": 0.00026463204994797707, + "U": 1.1490455165130697e-07, + "K": 7.509216715106959e-08, + "L": 5.273613624012796e-06, + "G": 0.00018108211224898696, + "F": 0.0027208621613681316, + "E": 1.620009061298333e-05, + "T": 0.00021683875820599496, + "P": 0.046482302248477936, + "-": 0.9500072002410889 + }, + "id": "tp_7878" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 984751, + "label": "-", + "classification": { + "B": 1.5431329813964112e-07, + "S": 4.8837289767789116e-08, + "I": 2.4414023300778354e-06, + "C": 3.270832394264289e-06, + "R": 4.7639531430831994e-07, + "M": 9.362200216855854e-06, + "O": 3.5708019368030364e-06, + "W": 5.3130911226162425e-08, + "N": 7.293019166354497e-08, + "Y": 0.00025166821433231235, + "U": 1.5410334341936505e-08, + "K": 4.138107456697071e-08, + "L": 3.6276199466556136e-07, + "G": 4.205481309327297e-05, + "F": 0.0011948952451348305, + "E": 4.693900336860679e-06, + "T": 8.512499334756285e-05, + "P": 0.018096497282385826, + "-": 0.9803051948547363 + }, + "id": "tp_7879" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 984885, + "label": "-", + "classification": { + "B": 0.00016788480570539832, + "S": 0.00016929743287619203, + "I": 0.001912176376208663, + "C": 0.0004700912977568805, + "R": 0.00014217739226296544, + "M": 0.002652072347700596, + "O": 0.0006032989476807415, + "W": 9.551631228532642e-05, + "N": 0.00022550385619979352, + "Y": 0.03209506720304489, + "U": 3.938841837225482e-05, + "K": 0.0011557645630091429, + "L": 0.00029009513673372567, + "G": 0.022394677624106407, + "F": 0.09178109467029572, + "E": 0.007221776060760021, + "T": 0.013255899772047997, + "P": 0.07079394906759262, + "-": 0.7545341849327087 + }, + "id": "tp_7880" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 985018, + "label": "-", + "classification": { + "B": 3.4005872748821275e-06, + "S": 8.248899803220411e-07, + "I": 0.00010247269528917968, + "C": 2.747850658124662e-06, + "R": 5.726965923713578e-07, + "M": 0.00018822879064828157, + "O": 1.896210596896708e-05, + "W": 2.8465055379456317e-07, + "N": 2.0888523977191653e-06, + "Y": 0.0015271838055923581, + "U": 6.370272132016908e-08, + "K": 1.383738919003008e-07, + "L": 1.6316133724103565e-06, + "G": 0.0002303378569195047, + "F": 0.0006425800384022295, + "E": 7.134554471122101e-05, + "T": 0.0009676223271526396, + "P": 0.054803330451250076, + "-": 0.941436231136322 + }, + "id": "tp_7881" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 985152, + "label": "-", + "classification": { + "B": 1.5499280152653228e-06, + "S": 2.3766594949847786e-06, + "I": 0.0009354253998026252, + "C": 4.671447823056951e-05, + "R": 9.497403880232014e-06, + "M": 0.00021053326781839132, + "O": 4.613511555362493e-05, + "W": 3.194791815985809e-06, + "N": 4.870465272688307e-05, + "Y": 0.001386816962622106, + "U": 1.669037260398909e-06, + "K": 9.044405487657059e-06, + "L": 7.928146260383073e-06, + "G": 0.00034779292764142156, + "F": 0.008200758136808872, + "E": 0.0008430813322775066, + "T": 0.0005910106119699776, + "P": 0.3082425594329834, + "-": 0.6790652275085449 + }, + "id": "tp_7882" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 985252, + "label": "-", + "classification": { + "B": 1.3210780707595404e-05, + "S": 5.146520561538637e-05, + "I": 0.0012030204525217414, + "C": 0.0004672880459111184, + "R": 0.0001146040522144176, + "M": 0.0018713201861828566, + "O": 0.000543173577170819, + "W": 9.069126099348068e-05, + "N": 0.0002701343037188053, + "Y": 0.004160520154982805, + "U": 3.29624890582636e-05, + "K": 0.0010192119516432285, + "L": 5.859791417606175e-05, + "G": 0.0011457597138360143, + "F": 0.03221484646201134, + "E": 0.0029064605478197336, + "T": 0.0040694125927984715, + "P": 0.12168426811695099, + "-": 0.8280829787254333 + }, + "id": "tp_7883" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 985385, + "label": "-", + "classification": { + "B": 4.3554471631068736e-05, + "S": 0.0001232664071721956, + "I": 0.0023927846923470497, + "C": 7.067559636197984e-05, + "R": 1.6582254829700105e-05, + "M": 0.001954603474587202, + "O": 0.00042853286140598357, + "W": 3.8963305996730924e-05, + "N": 0.0002318132610525936, + "Y": 0.01529648620635271, + "U": 4.86137150801369e-06, + "K": 6.048121940693818e-05, + "L": 3.5027020203415304e-05, + "G": 0.0012911392841488123, + "F": 0.0054393610917031765, + "E": 0.002370037604123354, + "T": 0.012706827372312546, + "P": 0.13459335267543793, + "-": 0.8229016065597534 + }, + "id": "tp_7884" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 985519, + "label": "-", + "classification": { + "B": 6.227224957910948e-07, + "S": 6.924093440829893e-07, + "I": 5.8050741245097015e-06, + "C": 4.087816705578007e-06, + "R": 1.1597433058341267e-06, + "M": 4.055922181578353e-05, + "O": 1.2864548807556275e-05, + "W": 3.624623161613272e-07, + "N": 2.959595235552115e-07, + "Y": 0.0015896669356152415, + "U": 9.54369596684046e-08, + "K": 1.5904931842669612e-06, + "L": 1.7534345033709542e-06, + "G": 0.00029152329079806805, + "F": 0.005323539488017559, + "E": 1.5101940334716346e-05, + "T": 0.0004540293011814356, + "P": 0.00826420821249485, + "-": 0.9839921593666077 + }, + "id": "tp_7885" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 985652, + "label": "P", + "classification": { + "B": 4.522521703620441e-05, + "S": 1.2606172958840034e-06, + "I": 7.165349234128371e-05, + "C": 6.264926923904568e-07, + "R": 1.3140856935933698e-07, + "M": 1.3747724551649299e-05, + "O": 1.911325307446532e-05, + "W": 4.673443356750795e-07, + "N": 3.0394569421332562e-06, + "Y": 2.7383539418224245e-05, + "U": 3.4115604563567103e-08, + "K": 1.152182083075104e-08, + "L": 1.8402286059426842e-06, + "G": 7.265606836881489e-05, + "F": 0.0003266649437136948, + "E": 4.5460845285560936e-05, + "T": 9.645442332839593e-05, + "P": 0.5057416558265686, + "-": 0.493532657623291 + }, + "id": "tp_7886" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 985752, + "label": "-", + "classification": { + "B": 7.23909624866792e-06, + "S": 3.033753955605789e-06, + "I": 0.0013455938315019011, + "C": 1.1741655725927558e-05, + "R": 1.9779870399361243e-06, + "M": 0.00017071084585040808, + "O": 2.8316677344264463e-05, + "W": 1.4808392734266818e-06, + "N": 3.8164918805705383e-05, + "Y": 0.0018151204567402601, + "U": 4.7322524210358097e-07, + "K": 4.610779797076248e-06, + "L": 2.851492126865196e-06, + "G": 0.0003888799110427499, + "F": 0.0021147653460502625, + "E": 0.0015107954386621714, + "T": 0.000671032874379307, + "P": 0.32999908924102783, + "-": 0.6618841290473938 + }, + "id": "tp_7887" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 985886, + "label": "-", + "classification": { + "B": 2.716997293816803e-08, + "S": 1.0263716987424232e-08, + "I": 5.959192640148103e-05, + "C": 6.1651762734982185e-06, + "R": 1.7278457562497351e-06, + "M": 1.2526289538072888e-05, + "O": 2.243442395410966e-06, + "W": 9.603423478665718e-08, + "N": 1.0666827847671811e-06, + "Y": 0.0008090076153166592, + "U": 1.4694253991365258e-07, + "K": 5.327690359990811e-06, + "L": 1.3393120923410606e-07, + "G": 5.7124721934087574e-05, + "F": 0.0006865712930448353, + "E": 3.0849761969875544e-05, + "T": 0.0001734697725623846, + "P": 0.026958487927913666, + "-": 0.9711953997612 + }, + "id": "tp_7888" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 986019, + "label": "-", + "classification": { + "B": 2.279499256019335e-08, + "S": 2.0894136198990054e-08, + "I": 5.32480698893778e-05, + "C": 1.0231904070678866e-06, + "R": 5.456211482623985e-08, + "M": 3.599488081817981e-06, + "O": 9.986193845179514e-07, + "W": 3.3093975559950195e-08, + "N": 1.622428726477665e-06, + "Y": 0.0001162931730505079, + "U": 3.939155135412875e-08, + "K": 1.7344626712656463e-06, + "L": 3.4314304286908737e-08, + "G": 2.4055003450484946e-05, + "F": 0.00039175464189611375, + "E": 0.00011268984235357493, + "T": 4.578117295750417e-05, + "P": 0.1570785492658615, + "-": 0.842168390750885 + }, + "id": "tp_7889" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 986153, + "label": "-", + "classification": { + "B": 5.763873218711524e-07, + "S": 2.0070294795004884e-06, + "I": 7.051957072690129e-05, + "C": 7.111133982107276e-06, + "R": 1.5012041103545926e-06, + "M": 1.0535997716942802e-05, + "O": 1.612769665371161e-05, + "W": 1.6596512750766124e-06, + "N": 7.0253181547741406e-06, + "Y": 0.00013114781177137047, + "U": 3.968704902490572e-07, + "K": 2.7266223696642555e-06, + "L": 1.4347504020406632e-06, + "G": 4.812425686395727e-05, + "F": 0.007985567674040794, + "E": 7.616734365001321e-05, + "T": 0.00017304299399256706, + "P": 0.262488454580307, + "-": 0.728975772857666 + }, + "id": "tp_7890" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 986253, + "label": "-", + "classification": { + "B": 2.5058074243133888e-05, + "S": 8.439314115094021e-06, + "I": 0.0021233854349702597, + "C": 0.0009938899893313646, + "R": 0.00027489211061038077, + "M": 0.003677716013044119, + "O": 0.0003258676442783326, + "W": 1.2001791219518054e-05, + "N": 6.740145181538537e-05, + "Y": 0.02767597883939743, + "U": 1.7025657143676654e-05, + "K": 4.577853178489022e-05, + "L": 0.00014264628407545388, + "G": 0.00929439626634121, + "F": 0.01046807412058115, + "E": 0.0013883823994547129, + "T": 0.010691588744521141, + "P": 0.05156721547245979, + "-": 0.8812001943588257 + }, + "id": "tp_7891" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 986386, + "label": "-", + "classification": { + "B": 0.00033656525192782283, + "S": 6.445563485613093e-05, + "I": 0.0020333887077867985, + "C": 0.00019269452604930848, + "R": 7.284504681592807e-05, + "M": 0.004533079452812672, + "O": 0.000759987102355808, + "W": 4.00519602408167e-05, + "N": 0.00011094404180767015, + "Y": 0.004713209345936775, + "U": 1.7247486539417878e-05, + "K": 4.103757873963332e-06, + "L": 0.0004897415637969971, + "G": 0.003882395103573799, + "F": 0.00590344937518239, + "E": 0.0024159434251487255, + "T": 0.00823912862688303, + "P": 0.20415367186069489, + "-": 0.7620370388031006 + }, + "id": "tp_7892" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 986520, + "label": "-", + "classification": { + "B": 0.00011785270908148959, + "S": 0.00017363137158099562, + "I": 0.013106348924338818, + "C": 0.001971694640815258, + "R": 0.0004413857823237777, + "M": 0.0055680167861282825, + "O": 0.0013516629114747047, + "W": 0.00016228208551183343, + "N": 0.0016303498996421695, + "Y": 0.02505408227443695, + "U": 6.702748214593157e-05, + "K": 0.00030790502205491066, + "L": 0.0003047772916033864, + "G": 0.008071629330515862, + "F": 0.023049606010317802, + "E": 0.017489342018961906, + "T": 0.009900486096739769, + "P": 0.3104798197746277, + "-": 0.5807520747184753 + }, + "id": "tp_7893" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 986653, + "label": "-", + "classification": { + "B": 0.000193209431017749, + "S": 0.00015578666352666914, + "I": 0.004487090278416872, + "C": 0.0005599536234512925, + "R": 9.994040010496974e-05, + "M": 0.002136502182111144, + "O": 0.0007461752975359559, + "W": 0.00013808910443913192, + "N": 0.001129072974435985, + "Y": 0.007000772748142481, + "U": 9.105372009798884e-05, + "K": 0.001969624776393175, + "L": 9.091522952076048e-05, + "G": 0.003461320186033845, + "F": 0.02566596306860447, + "E": 0.018037276342511177, + "T": 0.00449827266857028, + "P": 0.314408540725708, + "-": 0.6151304841041565 + }, + "id": "tp_7894" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 986753, + "label": "P", + "classification": { + "B": 1.043378324538935e-05, + "S": 1.118969521485269e-05, + "I": 0.00532445777207613, + "C": 0.00024364350247196853, + "R": 5.313680958352052e-05, + "M": 0.00022624651319347322, + "O": 8.700638136360794e-05, + "W": 1.5764131603646092e-05, + "N": 0.00036345195258036256, + "Y": 0.002820354187861085, + "U": 1.6512005458935164e-05, + "K": 0.00012602473725564778, + "L": 1.724749199638609e-05, + "G": 0.0010886300588026643, + "F": 0.006377010140568018, + "E": 0.0025668356101959944, + "T": 0.0014147285837680101, + "P": 0.4931747019290924, + "-": 0.4860626757144928 + }, + "id": "tp_7895" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 986887, + "label": "-", + "classification": { + "B": 1.1108755870736786e-07, + "S": 1.2836950702421746e-07, + "I": 5.248573506833054e-05, + "C": 4.879269113189366e-07, + "R": 1.2009138572466327e-07, + "M": 9.896693882183172e-06, + "O": 2.4953319552878384e-06, + "W": 5.497984290059321e-08, + "N": 1.843110680965765e-06, + "Y": 0.00022453202109318227, + "U": 2.2264513788172735e-08, + "K": 2.091272563120583e-06, + "L": 1.0365940283918462e-07, + "G": 7.165211718529463e-05, + "F": 0.003592286491766572, + "E": 0.00021741398086305708, + "T": 0.00013837871665600687, + "P": 0.20277942717075348, + "-": 0.7929064631462097 + }, + "id": "tp_7896" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 987020, + "label": "-", + "classification": { + "B": 8.111537317745388e-05, + "S": 3.994674261775799e-05, + "I": 0.002073005773127079, + "C": 0.0002798713685479015, + "R": 7.776240090606734e-05, + "M": 0.0035792766138911247, + "O": 0.0005065228906460106, + "W": 3.6261197237763554e-05, + "N": 0.00011197893036296591, + "Y": 0.011087389662861824, + "U": 1.735947807901539e-05, + "K": 7.020652992650867e-05, + "L": 0.00015772353799548, + "G": 0.0051397052593529224, + "F": 0.011731850914657116, + "E": 0.0036852078046649694, + "T": 0.00668112700805068, + "P": 0.11246734857559204, + "-": 0.8421764373779297 + }, + "id": "tp_7897" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 987154, + "label": "-", + "classification": { + "B": 1.6732490948356826e-08, + "S": 4.760771332712466e-09, + "I": 3.996570740127936e-06, + "C": 1.5117556131372112e-06, + "R": 3.383216551355872e-08, + "M": 3.748503104361589e-06, + "O": 3.8113859091026825e-07, + "W": 3.6325686902927146e-09, + "N": 1.1332654281659416e-07, + "Y": 0.00017644961189944297, + "U": 5.5792974684720775e-09, + "K": 8.328437388627208e-07, + "L": 2.7045270911685293e-08, + "G": 7.07203580532223e-05, + "F": 0.0013984241522848606, + "E": 3.7517915188800544e-05, + "T": 3.1615887564839795e-05, + "P": 0.017286285758018494, + "-": 0.9809883832931519 + }, + "id": "tp_7898" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 987254, + "label": "-", + "classification": { + "B": 0.0024707468692213297, + "S": 0.0002138092095265165, + "I": 0.0014900993555784225, + "C": 0.0010020076297223568, + "R": 0.00024068944912869483, + "M": 0.0056473310105502605, + "O": 0.0013032052665948868, + "W": 8.57524064485915e-05, + "N": 0.00011205425107618794, + "Y": 0.010785534046590328, + "U": 3.8181955460458994e-05, + "K": 7.779800944263116e-05, + "L": 0.0016685409937053919, + "G": 0.03496701642870903, + "F": 0.04057746008038521, + "E": 0.00603578332811594, + "T": 0.005526365712285042, + "P": 0.0568070262670517, + "-": 0.8309506773948669 + }, + "id": "tp_7899" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 987387, + "label": "-", + "classification": { + "B": 1.1914014219627234e-09, + "S": 1.6782171208262753e-09, + "I": 2.365990781072469e-07, + "C": 2.2284655898374695e-08, + "R": 1.2002854266057739e-09, + "M": 3.3432198165428417e-07, + "O": 1.1842161740105439e-07, + "W": 1.2844679764256739e-09, + "N": 4.467493486259855e-09, + "Y": 2.094707951982855e-06, + "U": 8.430846992757424e-11, + "K": 1.498073443073622e-09, + "L": 2.3015465089315512e-09, + "G": 3.764271241379902e-07, + "F": 0.00026468734722584486, + "E": 2.087411303364206e-06, + "T": 2.120683802786516e-06, + "P": 0.03687534108757973, + "-": 0.9628525376319885 + }, + "id": "tp_7900" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 987521, + "label": "-", + "classification": { + "B": 2.5713750801514834e-05, + "S": 3.3053952392947394e-06, + "I": 0.0004865451774094254, + "C": 2.6571926355245523e-05, + "R": 5.2671075536636636e-06, + "M": 0.0006419947021640837, + "O": 0.00010040800407296047, + "W": 2.4171306449716212e-06, + "N": 8.636305210529827e-06, + "Y": 0.001669761841185391, + "U": 3.7240175743136206e-07, + "K": 2.1908076064391935e-07, + "L": 3.6492801882559434e-05, + "G": 0.0014467594446614385, + "F": 0.004084819927811623, + "E": 0.0007579396478831768, + "T": 0.0006892762030474842, + "P": 0.123848557472229, + "-": 0.8661649227142334 + }, + "id": "tp_7901" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 987654, + "label": "-", + "classification": { + "B": 0.0003161247295793146, + "S": 0.00028733129147440195, + "I": 0.003988547716289759, + "C": 0.010402203537523746, + "R": 0.0022793649695813656, + "M": 0.004191066604107618, + "O": 0.0020156363025307655, + "W": 0.0002813938190229237, + "N": 0.0005796070327050984, + "Y": 0.023553229868412018, + "U": 0.00017554027726873755, + "K": 0.0005877606454305351, + "L": 0.0012864185264334083, + "G": 0.029416179284453392, + "F": 0.09031642228364944, + "E": 0.006884944625198841, + "T": 0.009614728391170502, + "P": 0.10816308110952377, + "-": 0.705660343170166 + }, + "id": "tp_7902" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 987754, + "label": "-", + "classification": { + "B": 7.340334491345857e-07, + "S": 4.625960343673796e-07, + "I": 2.851431599992793e-05, + "C": 1.7438749637221918e-05, + "R": 4.282553163648117e-06, + "M": 0.00010201985423918813, + "O": 2.3514430722570978e-05, + "W": 5.959653321951919e-07, + "N": 1.3414899058261653e-06, + "Y": 0.001557174138724804, + "U": 1.8113689748133766e-07, + "K": 9.805625040826271e-07, + "L": 2.78105039797083e-06, + "G": 0.00020947553275618702, + "F": 0.004736070986837149, + "E": 4.142798934481107e-05, + "T": 0.000437260780017823, + "P": 0.025625761598348618, + "-": 0.9672099351882935 + }, + "id": "tp_7903" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 987888, + "label": "-", + "classification": { + "B": 0.0001447859249310568, + "S": 0.00012097052240278572, + "I": 0.00021499326976481825, + "C": 6.369721086230129e-05, + "R": 2.104627674270887e-05, + "M": 0.00036512536462396383, + "O": 0.000493705621920526, + "W": 6.309083255473524e-05, + "N": 8.815131150186062e-05, + "Y": 0.0017505779396742582, + "U": 1.197877645608969e-05, + "K": 0.0001350397797068581, + "L": 4.12607187172398e-05, + "G": 0.001000842428766191, + "F": 0.02455986477434635, + "E": 0.0010967287234961987, + "T": 0.001734395045787096, + "P": 0.16977381706237793, + "-": 0.7983198761940002 + }, + "id": "tp_7904" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 988021, + "label": "-", + "classification": { + "B": 2.204617658208008e-06, + "S": 8.039955332606041e-07, + "I": 0.00011700922914315015, + "C": 2.3118927856558003e-05, + "R": 2.872093773476081e-06, + "M": 0.00016341274022124708, + "O": 2.5548841222189367e-05, + "W": 9.674434977569035e-07, + "N": 8.445369530818425e-06, + "Y": 0.0009988767560571432, + "U": 8.054206546148635e-07, + "K": 5.1585157052613795e-06, + "L": 2.259258735648473e-06, + "G": 0.0002698618045542389, + "F": 0.001960379770025611, + "E": 0.00028217583894729614, + "T": 0.000803917006123811, + "P": 0.1624658703804016, + "-": 0.8328663110733032 + }, + "id": "tp_7905" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 988155, + "label": "-", + "classification": { + "B": 5.5761049111424654e-08, + "S": 3.875265264241534e-08, + "I": 1.6411137039540336e-05, + "C": 3.8259315715549747e-07, + "R": 5.196292107711997e-08, + "M": 1.881907678580319e-06, + "O": 1.2493183021433651e-06, + "W": 7.35124103812268e-08, + "N": 6.060333248569805e-07, + "Y": 3.860450306092389e-05, + "U": 1.7241905680975833e-08, + "K": 1.45371529924887e-06, + "L": 2.34510704189006e-08, + "G": 1.0984877917508129e-05, + "F": 0.0009380232659168541, + "E": 3.4510070690885186e-05, + "T": 2.4640123228891753e-05, + "P": 0.1756124645471573, + "-": 0.8233185410499573 + }, + "id": "tp_7906" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 988255, + "label": "-", + "classification": { + "B": 2.137043821903717e-07, + "S": 2.7197526719646703e-07, + "I": 0.00035210419446229935, + "C": 8.470094326185063e-05, + "R": 1.8334327251068316e-05, + "M": 0.00042351422598585486, + "O": 3.397645923541859e-05, + "W": 4.1506729075990734e-07, + "N": 2.1566445411735913e-06, + "Y": 0.005562099628150463, + "U": 3.224025419967802e-07, + "K": 3.553005569756351e-07, + "L": 7.315642051253235e-06, + "G": 0.0005916167283430696, + "F": 0.0004495251050684601, + "E": 3.682075475808233e-05, + "T": 0.0028701424598693848, + "P": 0.007823426276445389, + "-": 0.9817427396774292 + }, + "id": "tp_7907" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 988388, + "label": "-", + "classification": { + "B": 3.7369215988292126e-07, + "S": 1.1952292311434576e-07, + "I": 6.739886157447472e-05, + "C": 8.534639164281543e-06, + "R": 1.2011685157631291e-06, + "M": 3.093089981121011e-05, + "O": 8.124928172037471e-06, + "W": 2.510571164293651e-07, + "N": 1.739162030389707e-06, + "Y": 0.0002549441996961832, + "U": 1.2694208351149427e-07, + "K": 4.472091177376569e-07, + "L": 5.932802196184639e-07, + "G": 8.180820441339165e-05, + "F": 0.0009579748148098588, + "E": 4.937174526276067e-05, + "T": 0.00017315492732450366, + "P": 0.15080498158931732, + "-": 0.8475580215454102 + }, + "id": "tp_7908" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 988522, + "label": "-", + "classification": { + "B": 3.6138094401394483e-06, + "S": 3.3236203762498917e-06, + "I": 0.00018766803259495646, + "C": 2.353324271098245e-05, + "R": 3.012323759321589e-06, + "M": 0.00012043534661643207, + "O": 3.65130472346209e-05, + "W": 4.9103582568932325e-06, + "N": 1.6640145986457355e-05, + "Y": 0.0008941335254348814, + "U": 9.126673035098065e-07, + "K": 0.00015922712918836623, + "L": 3.3148712645925116e-06, + "G": 0.0007698381086811423, + "F": 0.031208714470267296, + "E": 0.0024195818696171045, + "T": 0.00030740813235752285, + "P": 0.16215601563453674, + "-": 0.8016812205314636 + }, + "id": "tp_7909" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 988655, + "label": "-", + "classification": { + "B": 3.775595132538001e-06, + "S": 1.968195874724188e-06, + "I": 0.00011702217307174578, + "C": 1.241280187969096e-05, + "R": 1.961642965397914e-06, + "M": 5.874919588677585e-05, + "O": 2.6712215912993997e-05, + "W": 2.067794412141666e-06, + "N": 7.081422154442407e-06, + "Y": 0.0008533187210559845, + "U": 8.309890517921303e-07, + "K": 1.0669404218788259e-05, + "L": 2.942108267234289e-06, + "G": 0.00022562683443538845, + "F": 0.0060630058869719505, + "E": 0.00016872806008905172, + "T": 0.0005393024766817689, + "P": 0.07665643841028214, + "-": 0.9152474403381348 + }, + "id": "tp_7910" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 988755, + "label": "-", + "classification": { + "B": 8.766767756185345e-09, + "S": 4.086394511659819e-08, + "I": 4.835213258047588e-05, + "C": 4.1099914938058646e-07, + "R": 4.847644419214703e-08, + "M": 3.5734440189116867e-06, + "O": 1.492243654865888e-06, + "W": 2.9699030790197867e-08, + "N": 2.0033851342304843e-06, + "Y": 7.878200995037332e-05, + "U": 1.2587118902729344e-08, + "K": 3.0326540922942513e-07, + "L": 1.808242622303169e-08, + "G": 5.601218617812265e-06, + "F": 0.00020032553584314883, + "E": 3.314081550342962e-05, + "T": 7.94774095993489e-05, + "P": 0.19637466967105865, + "-": 0.803171694278717 + }, + "id": "tp_7911" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 988889, + "label": "-", + "classification": { + "B": 9.885481267701834e-05, + "S": 4.32423512393143e-05, + "I": 0.011311077512800694, + "C": 0.0016549217980355024, + "R": 0.0002611342933960259, + "M": 0.0007829174865037203, + "O": 0.00034220030647702515, + "W": 4.001873458037153e-05, + "N": 0.0008349665440618992, + "Y": 0.012875393033027649, + "U": 7.124252442736179e-05, + "K": 0.0005682482151314616, + "L": 0.00010951876902254298, + "G": 0.008071900345385075, + "F": 0.012624802067875862, + "E": 0.011591194197535515, + "T": 0.0051196361891925335, + "P": 0.3202245831489563, + "-": 0.6133740544319153 + }, + "id": "tp_7912" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 989022, + "label": "-", + "classification": { + "B": 2.576049701019656e-05, + "S": 2.337694968446158e-05, + "I": 0.001384472707286477, + "C": 0.0003476682468317449, + "R": 8.0974365118891e-05, + "M": 0.001325041987001896, + "O": 0.00043664584518410265, + "W": 2.4288370696012862e-05, + "N": 0.00011878340592375025, + "Y": 0.004074268974363804, + "U": 1.1201482266187668e-05, + "K": 3.1227420549839735e-05, + "L": 7.40786999813281e-05, + "G": 0.0019569045398384333, + "F": 0.006777350790798664, + "E": 0.002326563699170947, + "T": 0.0027256892062723637, + "P": 0.12068121135234833, + "-": 0.857574462890625 + }, + "id": "tp_7913" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 989156, + "label": "-", + "classification": { + "B": 1.946496013260912e-06, + "S": 1.1323155604259227e-06, + "I": 0.004532427992671728, + "C": 0.00025318999541923404, + "R": 7.549832389486255e-06, + "M": 0.00023262042668648064, + "O": 1.7261858374695294e-05, + "W": 5.636728133140423e-07, + "N": 6.865162868052721e-05, + "Y": 0.0013147009303793311, + "U": 8.432166964666976e-07, + "K": 1.9301046449982096e-07, + "L": 4.852201527683064e-06, + "G": 0.0001496302429586649, + "F": 0.0006029906799085438, + "E": 0.0009465287439525127, + "T": 0.0009483009926043451, + "P": 0.4517315924167633, + "-": 0.5391849875450134 + }, + "id": "tp_7914" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 989256, + "label": "-", + "classification": { + "B": 2.8038203936375794e-07, + "S": 1.3468435611230234e-07, + "I": 1.9650842659757473e-05, + "C": 2.0123709418840008e-06, + "R": 2.4878949034246034e-07, + "M": 8.006391726667061e-05, + "O": 7.71878330851905e-06, + "W": 1.1637000341124804e-07, + "N": 3.711660951921658e-07, + "Y": 0.0007052465225569904, + "U": 4.253425700539992e-08, + "K": 1.2834780704906734e-07, + "L": 1.1898538332388853e-06, + "G": 0.00011600065045058727, + "F": 0.0010234761284664273, + "E": 3.514328273013234e-05, + "T": 0.0003533618582878262, + "P": 0.022024983540177345, + "-": 0.975629985332489 + }, + "id": "tp_7915" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 989389, + "label": "-", + "classification": { + "B": 6.630878488067538e-05, + "S": 1.2046418305544648e-05, + "I": 0.004447971936315298, + "C": 0.0022136205807328224, + "R": 0.0005521465791389346, + "M": 0.002312790136784315, + "O": 0.0005334718734957278, + "W": 2.458564267726615e-05, + "N": 0.00016559966024942696, + "Y": 0.005720979534089565, + "U": 3.478222424746491e-05, + "K": 1.2842021533288062e-05, + "L": 0.00024359246890526265, + "G": 0.005326701793819666, + "F": 0.005869271233677864, + "E": 0.0015396516537293792, + "T": 0.0063421414233744144, + "P": 0.1877027451992035, + "-": 0.7768787741661072 + }, + "id": "tp_7916" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 989523, + "label": "-", + "classification": { + "B": 0.00011275878932792693, + "S": 4.696712494478561e-05, + "I": 0.0003326893493067473, + "C": 9.816610690904781e-05, + "R": 3.2235671824309975e-05, + "M": 0.002153138630092144, + "O": 0.0004975908086635172, + "W": 2.4928356651798822e-05, + "N": 2.131952714989893e-05, + "Y": 0.004492880776524544, + "U": 7.077065220073564e-06, + "K": 5.577231149800355e-06, + "L": 0.00020042795222252607, + "G": 0.0020439671352505684, + "F": 0.016782954335212708, + "E": 0.0002895522047765553, + "T": 0.004634499084204435, + "P": 0.049300990998744965, + "-": 0.9189221858978271 + }, + "id": "tp_7917" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 989656, + "label": "-", + "classification": { + "B": 9.764563583303243e-05, + "S": 2.0544806830002926e-05, + "I": 0.0009193263249471784, + "C": 6.870660581625998e-05, + "R": 1.0228681276203133e-05, + "M": 0.00034890000824816525, + "O": 0.0001396091829519719, + "W": 1.6345729818567634e-05, + "N": 7.174815982580185e-05, + "Y": 0.000518368324264884, + "U": 2.870443495339714e-06, + "K": 1.9721601347555406e-05, + "L": 2.5284911316703074e-05, + "G": 0.0008190901135094464, + "F": 0.009698721580207348, + "E": 0.0036327203270047903, + "T": 0.0004057076293975115, + "P": 0.4051263630390167, + "-": 0.578058123588562 + }, + "id": "tp_7918" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 989756, + "label": "-", + "classification": { + "B": 6.9311334449650985e-09, + "S": 9.522854327315144e-08, + "I": 6.4306127569579985e-06, + "C": 4.0150644053937867e-07, + "R": 3.35664971373717e-08, + "M": 8.994651352622896e-07, + "O": 1.1758555729102227e-06, + "W": 4.7931891344887845e-08, + "N": 9.879851177174714e-07, + "Y": 3.433647725614719e-05, + "U": 1.9187618605087664e-08, + "K": 1.2739591284116614e-06, + "L": 1.919622150126088e-08, + "G": 6.063390628696652e-06, + "F": 0.005133064463734627, + "E": 2.138094714609906e-05, + "T": 3.690912126330659e-05, + "P": 0.22427715361118317, + "-": 0.7704797983169556 + }, + "id": "tp_7919" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 989890, + "label": "-", + "classification": { + "B": 7.99179088062374e-06, + "S": 6.928699463060184e-07, + "I": 3.985072180512361e-05, + "C": 1.107275329559343e-05, + "R": 1.5052030448714504e-06, + "M": 8.03685761638917e-05, + "O": 2.3670290829613805e-05, + "W": 5.128037514623429e-07, + "N": 9.020350830724055e-07, + "Y": 0.00016687190509401262, + "U": 7.309052563186924e-08, + "K": 1.738627730674125e-07, + "L": 7.411470051010838e-06, + "G": 0.00043952648411504924, + "F": 0.006057222373783588, + "E": 0.0002504881704226136, + "T": 9.18301084311679e-05, + "P": 0.09020890295505524, + "-": 0.9026109576225281 + }, + "id": "tp_7920" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 990023, + "label": "-", + "classification": { + "B": 6.3341208260681015e-06, + "S": 2.2808194444223773e-07, + "I": 2.7605237846728414e-05, + "C": 1.6914200386963785e-05, + "R": 1.602867200745095e-06, + "M": 5.217597572482191e-05, + "O": 2.3432416128343903e-05, + "W": 4.205415393698786e-07, + "N": 8.590181437284627e-07, + "Y": 0.00020787716493941844, + "U": 1.7296213172812713e-07, + "K": 7.721252615056073e-08, + "L": 3.4749584756355034e-06, + "G": 0.00012910082296002656, + "F": 0.00046450819354504347, + "E": 2.5258750611101277e-05, + "T": 0.00023121586127672344, + "P": 0.05891791358590126, + "-": 0.9398908019065857 + }, + "id": "tp_7921" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 990157, + "label": "-", + "classification": { + "B": 1.032507589115994e-05, + "S": 3.024405668838881e-05, + "I": 0.0034229166340082884, + "C": 0.0002934288640972227, + "R": 0.00011050016473745927, + "M": 0.0016144231194630265, + "O": 0.00041216282988898456, + "W": 3.107519296463579e-05, + "N": 0.0002618672442622483, + "Y": 0.012828969396650791, + "U": 1.447501745133195e-05, + "K": 0.000252431578701362, + "L": 4.0704657294554636e-05, + "G": 0.0023940233513712883, + "F": 0.010176078416407108, + "E": 0.0021398463286459446, + "T": 0.007776651997119188, + "P": 0.14041095972061157, + "-": 0.8177789449691772 + }, + "id": "tp_7922" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 990257, + "label": "-", + "classification": { + "B": 2.417582436464727e-07, + "S": 6.189060997030538e-08, + "I": 7.295668183360249e-06, + "C": 3.5272178138257004e-06, + "R": 5.069367148280435e-07, + "M": 0.00010108232527272776, + "O": 1.966367562999949e-05, + "W": 1.1329543525562258e-07, + "N": 1.0759411850358447e-07, + "Y": 0.00012812009663321078, + "U": 1.6419315684856883e-08, + "K": 2.9052820149644276e-09, + "L": 2.909046088461764e-06, + "G": 6.312709592748433e-05, + "F": 0.00015405086742248386, + "E": 4.067165718879551e-06, + "T": 0.0002604004112072289, + "P": 0.008588188327848911, + "-": 0.9906664490699768 + }, + "id": "tp_7923" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 990390, + "label": "-", + "classification": { + "B": 2.2966625579101674e-07, + "S": 1.897660837357762e-07, + "I": 0.00014421982632484287, + "C": 7.593594091304112e-06, + "R": 4.758396130455367e-07, + "M": 3.699814624269493e-05, + "O": 3.905210633092793e-06, + "W": 2.23945235688916e-07, + "N": 5.948542820988223e-06, + "Y": 0.00045673156273551285, + "U": 2.9557276093328255e-07, + "K": 8.592861377110239e-06, + "L": 4.482897963953292e-07, + "G": 0.00011646542407106608, + "F": 0.0023668992798775434, + "E": 0.0008252373081631958, + "T": 0.00014200502482708544, + "P": 0.21025528013706207, + "-": 0.7856283783912659 + }, + "id": "tp_7924" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 990524, + "label": "-", + "classification": { + "B": 2.4783508933978737e-07, + "S": 5.225456902735459e-07, + "I": 0.00021792619372718036, + "C": 1.4506184925267007e-05, + "R": 2.1621397081617033e-06, + "M": 5.337634138413705e-05, + "O": 1.199036432808498e-05, + "W": 5.384096084526391e-07, + "N": 1.0549337275733706e-05, + "Y": 0.0009035736438818276, + "U": 2.61906848209037e-07, + "K": 1.061955208569998e-05, + "L": 8.287517516691878e-07, + "G": 0.0002383997052675113, + "F": 0.00734027661383152, + "E": 0.0007098164642229676, + "T": 0.00017624064639676362, + "P": 0.21211586892604828, + "-": 0.7781922817230225 + }, + "id": "tp_7925" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 990657, + "label": "-", + "classification": { + "B": 1.4198239114193711e-05, + "S": 5.38889980816748e-06, + "I": 0.0003381127316970378, + "C": 4.9557245802134275e-05, + "R": 5.715801307815127e-06, + "M": 0.0005834969924762845, + "O": 7.104870019247755e-05, + "W": 6.147887688712217e-06, + "N": 3.918405855074525e-05, + "Y": 0.0018683751113712788, + "U": 3.2016723707783967e-06, + "K": 0.0001027526959660463, + "L": 8.28468273539329e-06, + "G": 0.0007881789933890104, + "F": 0.00912394467741251, + "E": 0.004289149306714535, + "T": 0.000915373326279223, + "P": 0.15664644539356232, + "-": 0.8251413106918335 + }, + "id": "tp_7926" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 990757, + "label": "-", + "classification": { + "B": 5.093344270790112e-07, + "S": 8.482882662974589e-07, + "I": 0.00017531974299345165, + "C": 4.536229880613973e-06, + "R": 6.913768402228015e-07, + "M": 7.747253221168648e-06, + "O": 6.686540928058093e-06, + "W": 1.6411173646702082e-06, + "N": 2.928562753368169e-05, + "Y": 0.00033923398586921394, + "U": 1.5308542060665786e-06, + "K": 0.0003478403086774051, + "L": 1.9687502117449185e-07, + "G": 8.253064152086154e-05, + "F": 0.004873001482337713, + "E": 0.0011962652206420898, + "T": 0.00014385845861397684, + "P": 0.4494103193283081, + "-": 0.5433779954910278 + }, + "id": "tp_7927" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 990891, + "label": "-", + "classification": { + "B": 4.432072273630183e-06, + "S": 1.921047442010604e-06, + "I": 0.0002208576916018501, + "C": 1.2184207662357949e-05, + "R": 1.909860657178797e-06, + "M": 3.549736356944777e-05, + "O": 3.0094892281340435e-05, + "W": 1.933394742081873e-06, + "N": 2.3872564270277508e-05, + "Y": 0.00032186543103307486, + "U": 6.237376055651112e-07, + "K": 2.7441342353995424e-06, + "L": 1.674468308010546e-06, + "G": 0.00012866785982623696, + "F": 0.001287423656322062, + "E": 0.0006450247601605952, + "T": 0.00025900639593601227, + "P": 0.3709022104740143, + "-": 0.6261180639266968 + }, + "id": "tp_7928" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 991024, + "label": "P", + "classification": { + "B": 2.6620780772645958e-05, + "S": 5.396762389864307e-06, + "I": 0.0003747039008885622, + "C": 1.2754435374517925e-05, + "R": 3.030634388778708e-06, + "M": 5.310487904353067e-05, + "O": 4.9222817324334756e-05, + "W": 4.268864813639084e-06, + "N": 4.363345942692831e-05, + "Y": 0.0001644705334911123, + "U": 1.4117474620434223e-06, + "K": 1.231311557603476e-06, + "L": 6.788088739995146e-06, + "G": 0.00030457417597062886, + "F": 0.0011803165543824434, + "E": 0.0002961010322906077, + "T": 0.00041600310942158103, + "P": 0.7067094445228577, + "-": 0.2903469204902649 + }, + "id": "tp_7929" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 991158, + "label": "P", + "classification": { + "B": 2.6746693038148805e-07, + "S": 2.374508412117393e-08, + "I": 4.284416263544699e-06, + "C": 2.893218038479972e-07, + "R": 8.175477184124702e-09, + "M": 5.836518539581448e-07, + "O": 3.270064610205736e-07, + "W": 1.6120814905207226e-08, + "N": 2.0860940708189446e-07, + "Y": 8.765367056184914e-06, + "U": 3.72247321855923e-09, + "K": 4.356930816129534e-08, + "L": 1.802641413917172e-08, + "G": 4.919383172818925e-06, + "F": 0.0005707907257601619, + "E": 7.745098264422268e-05, + "T": 4.174954483460169e-06, + "P": 0.5243725776672363, + "-": 0.4749552607536316 + }, + "id": "tp_7930" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 991258, + "label": "-", + "classification": { + "B": 8.691190487297717e-06, + "S": 2.8745716917910613e-06, + "I": 0.0009701166418381035, + "C": 1.1277514204266481e-05, + "R": 1.9835365492326673e-06, + "M": 4.356624776846729e-05, + "O": 4.089833237230778e-05, + "W": 1.795070261323417e-06, + "N": 3.432092853472568e-05, + "Y": 0.0001221337734023109, + "U": 3.979627081207582e-07, + "K": 2.8549391117849154e-06, + "L": 3.64763172910898e-06, + "G": 0.0003258267533965409, + "F": 0.003762437030673027, + "E": 0.0006272938335314393, + "T": 9.398417023476213e-05, + "P": 0.42236796021461487, + "-": 0.5715779662132263 + }, + "id": "tp_7931" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 991391, + "label": "-", + "classification": { + "B": 2.0752217096742243e-05, + "S": 8.686416549608111e-06, + "I": 0.002828274853527546, + "C": 0.0003958266170229763, + "R": 9.54151400947012e-05, + "M": 0.0005959342233836651, + "O": 0.0002682192425709218, + "W": 1.7829268472269177e-05, + "N": 9.757738007465377e-05, + "Y": 0.003440254367887974, + "U": 1.0800836207636166e-05, + "K": 2.9821878797520185e-06, + "L": 6.915354606462643e-05, + "G": 0.0009750269236974418, + "F": 0.0016815084964036942, + "E": 0.00028711167396977544, + "T": 0.004983936436474323, + "P": 0.1900751292705536, + "-": 0.7941456437110901 + }, + "id": "tp_7932" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 991525, + "label": "-", + "classification": { + "B": 7.13346963721051e-08, + "S": 1.198410082281498e-08, + "I": 2.743166078289505e-05, + "C": 1.0931886436083005e-06, + "R": 9.202950934650289e-08, + "M": 1.098988559533609e-05, + "O": 1.0442984148539836e-06, + "W": 1.7573119848179886e-08, + "N": 5.53629206478945e-07, + "Y": 0.00015580435865558684, + "U": 1.916464320572686e-08, + "K": 5.836291734340193e-07, + "L": 6.013804920712573e-08, + "G": 5.200439045438543e-05, + "F": 0.0007340494776144624, + "E": 0.000153349174070172, + "T": 7.861232734285295e-05, + "P": 0.11525648832321167, + "-": 0.8835276961326599 + }, + "id": "tp_7933" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 991658, + "label": "P", + "classification": { + "B": 2.20305664697662e-05, + "S": 1.838528646658233e-06, + "I": 0.0015782840782776475, + "C": 1.7340506019536406e-05, + "R": 1.7726408714224817e-06, + "M": 0.00010641166591085494, + "O": 2.2851498215459287e-05, + "W": 1.7823556390794693e-06, + "N": 5.007564686820842e-05, + "Y": 0.00047786987852305174, + "U": 8.719566721993033e-07, + "K": 4.6979488388387836e-07, + "L": 3.5787093111139257e-06, + "G": 0.00011627002822933719, + "F": 0.00025164676480926573, + "E": 0.001479634316638112, + "T": 0.00034627955756150186, + "P": 0.6510748863220215, + "-": 0.34444618225097656 + }, + "id": "tp_7934" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 991758, + "label": "-", + "classification": { + "B": 1.6269279512926005e-05, + "S": 3.5159962408215506e-06, + "I": 0.0008843046380206943, + "C": 2.831573692674283e-05, + "R": 4.739816631627036e-06, + "M": 0.00047265866305679083, + "O": 5.6803564802976325e-05, + "W": 1.6198627008634503e-06, + "N": 4.377800360089168e-05, + "Y": 0.0017845752881839871, + "U": 2.046946519840276e-06, + "K": 1.549369699205272e-05, + "L": 1.5269733921741135e-05, + "G": 0.0028977487236261368, + "F": 0.006266055628657341, + "E": 0.0025047173257917166, + "T": 0.0021506634075194597, + "P": 0.24704177677631378, + "-": 0.7358096241950989 + }, + "id": "tp_7935" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 991892, + "label": "P", + "classification": { + "B": 2.3196231779820664e-07, + "S": 7.268357649081736e-08, + "I": 0.00021605675283353776, + "C": 3.453116732998751e-06, + "R": 2.390370354987681e-07, + "M": 7.630187610629946e-06, + "O": 2.131497694790596e-06, + "W": 1.0528955840527487e-07, + "N": 8.764371159486473e-06, + "Y": 0.0001419570908183232, + "U": 9.953225799108623e-08, + "K": 2.1057810499769403e-06, + "L": 1.1682845979521517e-07, + "G": 5.625098856398836e-05, + "F": 0.0010203818092122674, + "E": 0.0004517155757639557, + "T": 4.328112845541909e-05, + "P": 0.6411579847335815, + "-": 0.35688742995262146 + }, + "id": "tp_7936" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 992025, + "label": "-", + "classification": { + "B": 8.016103674890473e-05, + "S": 2.994353781105019e-05, + "I": 0.0015168266836553812, + "C": 0.00020351586863398552, + "R": 3.098941670032218e-05, + "M": 0.00159957236610353, + "O": 0.000260567496297881, + "W": 1.2846060599258635e-05, + "N": 0.000103493504866492, + "Y": 0.0035543693229556084, + "U": 9.24468804441858e-06, + "K": 1.717663872113917e-05, + "L": 0.00012053650425514206, + "G": 0.0038643074221909046, + "F": 0.013880198821425438, + "E": 0.0044720834121108055, + "T": 0.0028031098190695047, + "P": 0.16995589435100555, + "-": 0.7974852919578552 + }, + "id": "tp_7937" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 992125, + "label": "-", + "classification": { + "B": 6.87550937072956e-06, + "S": 7.293356702575693e-06, + "I": 0.0004424304934218526, + "C": 1.683177652012091e-05, + "R": 4.256003194313962e-06, + "M": 0.00013181089889258146, + "O": 4.906477624899708e-05, + "W": 2.9577854547824245e-06, + "N": 4.7599722165614367e-05, + "Y": 0.0017507296288385987, + "U": 1.4729816939507145e-06, + "K": 1.2211989087518305e-05, + "L": 4.3925983845838346e-06, + "G": 0.00021915488468948752, + "F": 0.004322075750678778, + "E": 0.0006016322877258062, + "T": 0.0012629698030650616, + "P": 0.26680484414100647, + "-": 0.7243114709854126 + }, + "id": "tp_7938" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 992259, + "label": "-", + "classification": { + "B": 1.1379677289369283e-07, + "S": 7.399023616017075e-08, + "I": 8.658733713673428e-05, + "C": 5.8026389524457045e-06, + "R": 4.2473482153582154e-07, + "M": 3.869102874887176e-05, + "O": 3.5686582577909576e-06, + "W": 6.571345778638715e-08, + "N": 1.84606039965729e-06, + "Y": 0.00038652512012049556, + "U": 4.752702764676542e-08, + "K": 2.8975148325116606e-07, + "L": 2.6055545276904013e-07, + "G": 9.619003685656935e-05, + "F": 0.0007525920518673956, + "E": 0.00014293930144049227, + "T": 0.0001751699746819213, + "P": 0.1373641937971115, + "-": 0.8609445691108704 + }, + "id": "tp_7939" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 992392, + "label": "-", + "classification": { + "B": 1.9699626818692195e-08, + "S": 1.0575756448361062e-07, + "I": 8.876808351487853e-06, + "C": 6.847945428489766e-07, + "R": 1.2788480319159135e-07, + "M": 1.4235472008294892e-05, + "O": 2.5464082682447042e-06, + "W": 2.144408171034229e-07, + "N": 1.0753971082522185e-06, + "Y": 0.0006515681743621826, + "U": 4.091573657660774e-08, + "K": 5.8572524721967056e-05, + "L": 5.688904280987117e-08, + "G": 3.513016054057516e-05, + "F": 0.009569434449076653, + "E": 0.00022989111312199384, + "T": 0.00010534451575949788, + "P": 0.0484221912920475, + "-": 0.9408997893333435 + }, + "id": "tp_7940" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 992526, + "label": "-", + "classification": { + "B": 5.937421860835457e-07, + "S": 1.4293318599811755e-06, + "I": 0.00020028675498906523, + "C": 1.0682626452762634e-05, + "R": 2.4912424123613164e-06, + "M": 9.180716006085277e-05, + "O": 2.4717810447327793e-05, + "W": 1.1163359658894478e-06, + "N": 8.266309123428073e-06, + "Y": 0.0008546304889023304, + "U": 6.247147439353284e-07, + "K": 6.458334155468037e-06, + "L": 2.150950649593142e-06, + "G": 0.0002096658427035436, + "F": 0.003138641593977809, + "E": 0.0001440988853573799, + "T": 0.0009086356731131673, + "P": 0.08663531392812729, + "-": 0.9077584147453308 + }, + "id": "tp_7941" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 992626, + "label": "-", + "classification": { + "B": 1.065748051587434e-06, + "S": 7.563717190350872e-07, + "I": 0.0006673153256997466, + "C": 2.0097246306249872e-05, + "R": 3.4303698157600593e-06, + "M": 3.1566491088597104e-05, + "O": 1.3978734386910219e-05, + "W": 1.218179249917739e-06, + "N": 2.9510882086469792e-05, + "Y": 0.0005815938930027187, + "U": 1.4085661632634583e-06, + "K": 8.93508240551455e-06, + "L": 1.9411093035159865e-06, + "G": 0.00021427303727250546, + "F": 0.002601992804557085, + "E": 0.0008777305483818054, + "T": 0.0003595146117731929, + "P": 0.36541426181793213, + "-": 0.6291694045066833 + }, + "id": "tp_7942" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 992759, + "label": "-", + "classification": { + "B": 1.2473911738197785e-05, + "S": 1.669641278567724e-05, + "I": 0.0016306391917169094, + "C": 0.00022202963009476662, + "R": 4.078057827427983e-05, + "M": 0.00022317429829854518, + "O": 0.00010319065768271685, + "W": 3.182492218911648e-05, + "N": 0.0003459084255155176, + "Y": 0.005838961806148291, + "U": 2.4100272639770992e-05, + "K": 0.010006190277636051, + "L": 7.357517006312264e-06, + "G": 0.002691596979275346, + "F": 0.03783983737230301, + "E": 0.018540367484092712, + "T": 0.0010726872133091092, + "P": 0.26818397641181946, + "-": 0.653168261051178 + }, + "id": "tp_7943" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 992893, + "label": "-", + "classification": { + "B": 6.825098353147041e-07, + "S": 2.483011712683947e-06, + "I": 0.00016813448746688664, + "C": 1.4175358046486508e-05, + "R": 1.9169119696016423e-06, + "M": 9.500423038844019e-05, + "O": 3.145864684483968e-05, + "W": 2.27853297474212e-06, + "N": 1.3307503650139552e-05, + "Y": 0.0004513897292781621, + "U": 8.487883178531774e-07, + "K": 7.468585863534827e-06, + "L": 2.744357288975152e-06, + "G": 9.232728916686028e-05, + "F": 0.005478115286678076, + "E": 0.000175603709067218, + "T": 0.0005760624771937728, + "P": 0.2019597738981247, + "-": 0.7909262180328369 + }, + "id": "tp_7944" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 993026, + "label": "-", + "classification": { + "B": 5.425992640084587e-06, + "S": 3.644493290266837e-06, + "I": 0.00028320617275312543, + "C": 7.593117970827734e-06, + "R": 1.0511927257539355e-06, + "M": 2.3871569283073768e-05, + "O": 1.6163006876013242e-05, + "W": 3.1028380362840835e-06, + "N": 3.236347401980311e-05, + "Y": 0.0003195212921127677, + "U": 1.7148153119705967e-06, + "K": 2.986627987411339e-05, + "L": 1.5600174947394407e-06, + "G": 9.815955127123743e-05, + "F": 0.0036841058172285557, + "E": 0.0010918643092736602, + "T": 0.00019688760221470147, + "P": 0.46491917967796326, + "-": 0.5292807221412659 + }, + "id": "tp_7945" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 993126, + "label": "-", + "classification": { + "B": 1.4687521421308247e-08, + "S": 3.301070350403279e-08, + "I": 8.006796997506171e-05, + "C": 1.643268774387252e-06, + "R": 9.741436457488817e-08, + "M": 5.099503596284194e-06, + "O": 2.2579890810447978e-06, + "W": 8.295914710743091e-08, + "N": 3.7792749481013743e-06, + "Y": 4.030150012113154e-05, + "U": 5.936709612797131e-08, + "K": 1.0595433650451014e-06, + "L": 5.923611823277497e-08, + "G": 1.4262019249144942e-05, + "F": 0.0007292633526958525, + "E": 0.00012022663577226922, + "T": 6.36598706478253e-05, + "P": 0.31062889099121094, + "-": 0.6883090734481812 + }, + "id": "tp_7946" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 993260, + "label": "-", + "classification": { + "B": 0.0001251768844667822, + "S": 8.927438102546148e-06, + "I": 0.0019944224040955305, + "C": 0.000340713799232617, + "R": 0.00011068944877479225, + "M": 0.0010821156902238727, + "O": 0.0002888886956498027, + "W": 2.2916332454769872e-05, + "N": 0.00010208068124484271, + "Y": 0.004706390667706728, + "U": 1.5416580936289392e-05, + "K": 2.209235572081525e-05, + "L": 9.213579323841259e-05, + "G": 0.00448632100597024, + "F": 0.0032732882536947727, + "E": 0.002531005535274744, + "T": 0.00268862908706069, + "P": 0.2196020931005478, + "-": 0.758506715297699 + }, + "id": "tp_7947" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 993393, + "label": "P", + "classification": { + "B": 7.615038839503541e-07, + "S": 1.509914682173985e-06, + "I": 0.0011295212898403406, + "C": 2.138039235433098e-05, + "R": 1.197602614411153e-06, + "M": 3.490094968583435e-05, + "O": 9.510165909887291e-06, + "W": 8.376942446375324e-07, + "N": 7.656875823158771e-05, + "Y": 0.00012261912343092263, + "U": 6.434817123590619e-07, + "K": 5.377667548600584e-06, + "L": 8.77840761859261e-07, + "G": 7.818094309186563e-05, + "F": 0.000945719366427511, + "E": 0.0008051730110310018, + "T": 0.00013947804109193385, + "P": 0.7867317199707031, + "-": 0.20989398658275604 + }, + "id": "tp_7948" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 993527, + "label": "-", + "classification": { + "B": 0.0001089029319700785, + "S": 2.7124529879074544e-05, + "I": 0.002935256576165557, + "C": 0.00025631554308347404, + "R": 2.5764691599761136e-05, + "M": 0.0008919856045395136, + "O": 0.0001248449698323384, + "W": 2.462108932377305e-05, + "N": 0.0003013647219631821, + "Y": 0.004227535333484411, + "U": 2.4384771677432582e-05, + "K": 0.00033590980456210673, + "L": 3.189358176314272e-05, + "G": 0.0032647396437823772, + "F": 0.014645061455667019, + "E": 0.022039789706468582, + "T": 0.0014815799659118056, + "P": 0.35390207171440125, + "-": 0.5953508019447327 + }, + "id": "tp_7949" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 993627, + "label": "P", + "classification": { + "B": 7.236225201268098e-07, + "S": 5.349067464521795e-07, + "I": 0.0010278259869664907, + "C": 2.9361629003687995e-06, + "R": 4.351967959337344e-07, + "M": 9.943904842657503e-06, + "O": 3.0994142434792593e-06, + "W": 2.176888074245653e-07, + "N": 3.9031929190969095e-05, + "Y": 3.927456054952927e-05, + "U": 7.011794167510743e-08, + "K": 2.878275324746937e-07, + "L": 2.426984622161399e-07, + "G": 3.874831600114703e-05, + "F": 0.00026602859725244343, + "E": 0.00029017150518484414, + "T": 3.66739222954493e-05, + "P": 0.9463568329811096, + "-": 0.051886893808841705 + }, + "id": "tp_7950" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 993760, + "label": "P", + "classification": { + "B": 2.854491382847657e-12, + "S": 4.858022621331837e-13, + "I": 6.218853627615317e-07, + "C": 2.8041555188984546e-11, + "R": 1.6297839542777498e-13, + "M": 2.909384122506964e-10, + "O": 2.020878776820556e-11, + "W": 1.728557347171339e-13, + "N": 3.6020533222824724e-09, + "Y": 3.525712832797012e-09, + "U": 2.7210525499477e-13, + "K": 2.988859507113695e-11, + "L": 1.0812683891693944e-13, + "G": 8.89284701433013e-10, + "F": 3.88541820939281e-07, + "E": 1.8382082771495334e-06, + "T": 4.132390429845145e-09, + "P": 0.9863978028297424, + "-": 0.013599312864243984 + }, + "id": "tp_7951" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 993894, + "label": "-", + "classification": { + "B": 3.627514955084621e-09, + "S": 5.814355663602555e-10, + "I": 3.3981793876591837e-06, + "C": 5.726719010112902e-08, + "R": 1.7605973345879988e-09, + "M": 9.149211877002017e-08, + "O": 4.765298555753361e-08, + "W": 1.4228005440486413e-09, + "N": 7.530000090127942e-08, + "Y": 1.0163871593249496e-06, + "U": 7.12237602229493e-10, + "K": 1.6429904547976548e-08, + "L": 7.050819927911789e-10, + "G": 4.27179202233674e-07, + "F": 0.00018198548059444875, + "E": 1.1762685971916653e-05, + "T": 1.174787144009315e-06, + "P": 0.49879249930381775, + "-": 0.5010074377059937 + }, + "id": "tp_7952" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 994027, + "label": "P", + "classification": { + "B": 5.293280835871883e-08, + "S": 1.7609313118782666e-08, + "I": 3.6835597711615264e-05, + "C": 1.2830714979372715e-07, + "R": 4.3828304541193575e-08, + "M": 2.771369736365159e-06, + "O": 1.650874082770315e-06, + "W": 1.6694022164642774e-08, + "N": 5.47525530691928e-07, + "Y": 1.1388934581191279e-05, + "U": 2.312064983911455e-09, + "K": 1.1267481392351897e-09, + "L": 9.953471646895196e-08, + "G": 5.573289399762871e-06, + "F": 0.00011621910380199552, + "E": 1.1446176358731464e-05, + "T": 2.3347323804046027e-05, + "P": 0.716791570186615, + "-": 0.28299832344055176 + }, + "id": "tp_7953" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 994127, + "label": "-", + "classification": { + "B": 1.0469081644259859e-05, + "S": 2.6426951080793515e-06, + "I": 0.0033730294089764357, + "C": 0.00019731998327188194, + "R": 2.2613194232690148e-05, + "M": 0.0002837998326867819, + "O": 8.339904161402956e-05, + "W": 4.610727046383545e-06, + "N": 0.0002650438982527703, + "Y": 0.002863892586901784, + "U": 9.464920367463492e-06, + "K": 0.00012082109606126323, + "L": 9.462627531320322e-06, + "G": 0.0018349855672568083, + "F": 0.003842864651232958, + "E": 0.004430641885846853, + "T": 0.0010726868640631437, + "P": 0.406261146068573, + "-": 0.5753110647201538 + }, + "id": "tp_7954" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 994261, + "label": "-", + "classification": { + "B": 1.285866460420948e-06, + "S": 1.331475942834004e-07, + "I": 0.00045343488454818726, + "C": 2.2725156668457203e-05, + "R": 9.40143820571393e-07, + "M": 5.440341556095518e-05, + "O": 5.01862359669758e-06, + "W": 1.896810317703057e-07, + "N": 1.0998509424098302e-05, + "Y": 0.0014387459959834814, + "U": 2.3478841626456415e-07, + "K": 3.993712198280264e-06, + "L": 4.084723457253858e-07, + "G": 0.0001253543741768226, + "F": 0.0007938133203424513, + "E": 0.001695266691967845, + "T": 0.0003905205230694264, + "P": 0.14932668209075928, + "-": 0.8456758260726929 + }, + "id": "tp_7955" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 994394, + "label": "P", + "classification": { + "B": 5.011293978895992e-06, + "S": 1.1154500612065021e-07, + "I": 0.0012184479273855686, + "C": 2.1209179976722226e-06, + "R": 2.3902234147499257e-07, + "M": 9.63365255302051e-06, + "O": 1.4216523140930803e-06, + "W": 1.4699149630814645e-07, + "N": 2.6116998924408108e-05, + "Y": 4.017185347038321e-05, + "U": 2.0990820814859035e-07, + "K": 1.0605297262600288e-07, + "L": 4.1215940882466384e-07, + "G": 1.9579616491682827e-05, + "F": 4.891672506346367e-05, + "E": 0.0007927639526315033, + "T": 3.608496626839042e-05, + "P": 0.9480829834938049, + "-": 0.049715638160705566 + }, + "id": "tp_7956" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 994528, + "label": "-", + "classification": { + "B": 1.1036676141884527e-06, + "S": 2.4741937068029074e-06, + "I": 0.000547506264410913, + "C": 4.9521644541528076e-05, + "R": 4.990159595763544e-06, + "M": 6.003805174259469e-05, + "O": 2.0808975023101084e-05, + "W": 4.1785183384490665e-06, + "N": 4.413914939505048e-05, + "Y": 0.0010500147473067045, + "U": 1.6180988495761994e-06, + "K": 4.019018524559215e-05, + "L": 1.5907552324279095e-06, + "G": 0.00010535711044212803, + "F": 0.004263739101588726, + "E": 0.0007462758803740144, + "T": 0.00037102471105754375, + "P": 0.33649182319641113, + "-": 0.6561935544013977 + }, + "id": "tp_7957" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 994628, + "label": "P", + "classification": { + "B": 2.69196198132704e-06, + "S": 6.364443379425211e-06, + "I": 0.0008224452030844986, + "C": 9.084445991902612e-06, + "R": 1.4734623619006015e-06, + "M": 2.6295188945368864e-05, + "O": 2.1457455659401603e-05, + "W": 2.5833990093815373e-06, + "N": 0.00016327248886227608, + "Y": 6.50619767839089e-05, + "U": 1.1472666301415302e-06, + "K": 1.3394811503530946e-05, + "L": 8.648616471873538e-07, + "G": 6.232038867892697e-05, + "F": 0.0016710169147700071, + "E": 0.0006769861211068928, + "T": 0.00022426281066145748, + "P": 0.807034432888031, + "-": 0.18919488787651062 + }, + "id": "tp_7958" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 994761, + "label": "P", + "classification": { + "B": 2.621279371339824e-08, + "S": 2.903684048760624e-08, + "I": 6.499262963188812e-05, + "C": 3.4902228662758716e-07, + "R": 2.8171610821914328e-08, + "M": 1.574269049342547e-06, + "O": 3.8768882859585574e-07, + "W": 4.4506620611173275e-08, + "N": 2.6169459488301072e-06, + "Y": 4.547271237242967e-05, + "U": 2.8735193779994006e-08, + "K": 5.375072760216426e-07, + "L": 1.4857889141239866e-08, + "G": 4.625542715075426e-06, + "F": 0.00047455940512008965, + "E": 8.40338398120366e-05, + "T": 3.0847997550154105e-05, + "P": 0.6648968458175659, + "-": 0.3343929946422577 + }, + "id": "tp_7959" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 994895, + "label": "-", + "classification": { + "B": 0.0007543982937932014, + "S": 6.318041414488107e-05, + "I": 0.004784599412232637, + "C": 0.0005373004241846502, + "R": 0.00011483323032734916, + "M": 0.0018477763514965773, + "O": 0.000691874825861305, + "W": 3.5439243220025674e-05, + "N": 0.00015334630734287202, + "Y": 0.0025816112756729126, + "U": 1.2281113413337152e-05, + "K": 1.7958647049454157e-06, + "L": 0.00041339430026710033, + "G": 0.004798458889126778, + "F": 0.004814268089830875, + "E": 0.002593363169580698, + "T": 0.0031608412973582745, + "P": 0.24809296429157257, + "-": 0.7245481610298157 + }, + "id": "tp_7960" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 995028, + "label": "P", + "classification": { + "B": 0.000628309091553092, + "S": 0.0002631524112075567, + "I": 0.010927677154541016, + "C": 0.0008081948035396636, + "R": 0.00017293963173869997, + "M": 0.0018747203284874558, + "O": 0.000883447180967778, + "W": 0.00026746743242256343, + "N": 0.003753896802663803, + "Y": 0.0026902640238404274, + "U": 0.00022743675799574703, + "K": 0.0010617179796099663, + "L": 0.0001248707267222926, + "G": 0.003673043567687273, + "F": 0.00852689053863287, + "E": 0.03915092349052429, + "T": 0.0028017451986670494, + "P": 0.7207609415054321, + "-": 0.20140233635902405 + }, + "id": "tp_7961" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 995128, + "label": "-", + "classification": { + "B": 0.0003763911663554609, + "S": 6.970515823923051e-05, + "I": 0.009282182902097702, + "C": 0.0024440267588943243, + "R": 0.0004961705999448895, + "M": 0.002219252521172166, + "O": 0.0007114239269867539, + "W": 9.865191532298923e-05, + "N": 0.0007243169820867479, + "Y": 0.011341688223183155, + "U": 0.0002022797125391662, + "K": 0.00028038426535204053, + "L": 0.00031729426700621843, + "G": 0.007816985249519348, + "F": 0.008860867470502853, + "E": 0.007535322103649378, + "T": 0.00676204077899456, + "P": 0.24494926631450653, + "-": 0.6955117583274841 + }, + "id": "tp_7962" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 995262, + "label": "P", + "classification": { + "B": 1.4644078873971011e-06, + "S": 1.1739385854525608e-06, + "I": 0.0006171546992845833, + "C": 2.300702726643067e-05, + "R": 1.5564921795885311e-06, + "M": 1.3566292182076722e-05, + "O": 5.767933544120751e-06, + "W": 1.0899756262006122e-06, + "N": 5.451637480291538e-05, + "Y": 0.00012274153414182365, + "U": 7.638672627763299e-07, + "K": 1.7598411432118155e-05, + "L": 8.382787655136781e-07, + "G": 0.00013088140985928476, + "F": 0.0034715302754193544, + "E": 0.001501294318586588, + "T": 9.867057087831199e-05, + "P": 0.7805984020233154, + "-": 0.21333791315555573 + }, + "id": "tp_7963" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 995395, + "label": "P", + "classification": { + "B": 6.221080639079446e-06, + "S": 1.9757612790272105e-06, + "I": 0.0014993620570749044, + "C": 1.400593077960366e-06, + "R": 1.510707221541452e-07, + "M": 1.201964641950326e-05, + "O": 1.9283886558696395e-06, + "W": 3.659586695903272e-07, + "N": 0.00014187851047609001, + "Y": 8.510031875630375e-06, + "U": 4.678140896885452e-08, + "K": 2.5129972982540494e-06, + "L": 1.996672267523536e-07, + "G": 6.125879008322954e-05, + "F": 0.00022800028091296554, + "E": 0.007867577485740185, + "T": 2.2426978830480948e-05, + "P": 0.9808818101882935, + "-": 0.009262274950742722 + }, + "id": "tp_7964" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 995529, + "label": "-", + "classification": { + "B": 2.3366743334918283e-05, + "S": 2.6410452846903354e-05, + "I": 0.016141481697559357, + "C": 0.0013177506625652313, + "R": 0.00027444554143585265, + "M": 0.0011812414741143584, + "O": 0.00029446289408952, + "W": 4.603174966177903e-05, + "N": 0.0006702842656522989, + "Y": 0.006402192171663046, + "U": 6.788061728002504e-05, + "K": 6.106124783400446e-05, + "L": 0.00014351400022860616, + "G": 0.0018460015999153256, + "F": 0.00469291303306818, + "E": 0.004447580315172672, + "T": 0.005750034004449844, + "P": 0.40831825137138367, + "-": 0.5482951998710632 + }, + "id": "tp_7965" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 995629, + "label": "P", + "classification": { + "B": 8.427866191595967e-07, + "S": 1.5785762741415965e-07, + "I": 0.00018211414862889796, + "C": 2.187743746162596e-07, + "R": 2.2118133102821957e-08, + "M": 5.11882581122336e-06, + "O": 8.111982765512948e-07, + "W": 7.081177955114981e-08, + "N": 9.559323189023416e-06, + "Y": 1.8460603314451873e-05, + "U": 2.18374047733505e-08, + "K": 1.545295276628167e-06, + "L": 4.958464216997527e-08, + "G": 1.766804234648589e-05, + "F": 0.0005010979948565364, + "E": 0.001536836731247604, + "T": 1.4691348042106256e-05, + "P": 0.8887682557106018, + "-": 0.108942411839962 + }, + "id": "tp_7966" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 995762, + "label": "P", + "classification": { + "B": 2.6239507633363246e-07, + "S": 1.101727562513588e-07, + "I": 0.0014225803315639496, + "C": 3.475184030321543e-06, + "R": 1.6768966588642797e-06, + "M": 2.1832647689734586e-05, + "O": 3.846193521894747e-06, + "W": 9.906894860023385e-08, + "N": 2.4317503630300052e-05, + "Y": 8.810908911982551e-05, + "U": 9.81228396312872e-08, + "K": 5.4005631966447254e-08, + "L": 6.644235668318288e-07, + "G": 5.111730206408538e-05, + "F": 0.00014957331586629152, + "E": 0.0001290086511289701, + "T": 0.0001487991976318881, + "P": 0.8735517263412476, + "-": 0.12440260499715805 + }, + "id": "tp_7967" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 995896, + "label": "P", + "classification": { + "B": 2.009372508382512e-07, + "S": 4.111650042659676e-08, + "I": 0.0011000084923580289, + "C": 1.1997259434792795e-06, + "R": 7.446685401646391e-08, + "M": 1.3795201994071249e-06, + "O": 1.706895886854909e-07, + "W": 2.3438603946601688e-08, + "N": 2.695929470064584e-05, + "Y": 1.8985623682965524e-05, + "U": 3.979640794682382e-08, + "K": 6.081149876990821e-07, + "L": 2.581528768530461e-08, + "G": 5.592489742411999e-06, + "F": 0.00010472491703694686, + "E": 0.0007676298264414072, + "T": 4.843686838285066e-06, + "P": 0.9796175360679626, + "-": 0.01834990829229355 + }, + "id": "tp_7968" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 996029, + "label": "P", + "classification": { + "B": 4.676171272421925e-08, + "S": 3.1753657481203845e-09, + "I": 1.801182770577725e-05, + "C": 4.567229083818347e-08, + "R": 9.136509881990662e-10, + "M": 4.770140549226198e-07, + "O": 6.544151176512969e-08, + "W": 2.0279786738797156e-09, + "N": 8.205125254789891e-07, + "Y": 3.268048203608487e-06, + "U": 2.2828330337176794e-09, + "K": 7.468976548352657e-09, + "L": 5.115773582531347e-09, + "G": 1.76502203430573e-06, + "F": 1.8887432815972716e-05, + "E": 6.706267595291138e-05, + "T": 4.715288469014922e-06, + "P": 0.9668269157409668, + "-": 0.033058032393455505 + }, + "id": "tp_7969" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 996129, + "label": "P", + "classification": { + "B": 6.778493877312997e-10, + "S": 2.5060622466099858e-09, + "I": 9.17485958780162e-05, + "C": 6.058733958980156e-08, + "R": 1.6958061621608067e-09, + "M": 2.0453086335692205e-07, + "O": 2.1202703592848593e-08, + "W": 2.157675815794846e-09, + "N": 1.4566584241038072e-06, + "Y": 2.3979765728654456e-07, + "U": 9.398342104560697e-10, + "K": 1.2456322195930625e-08, + "L": 7.240319455092958e-10, + "G": 2.214916605680628e-07, + "F": 5.987205895507941e-06, + "E": 3.3293847081949934e-05, + "T": 1.343238750450837e-06, + "P": 0.9733709096908569, + "-": 0.02649438939988613 + }, + "id": "tp_7970" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 996263, + "label": "P", + "classification": { + "B": 2.249371888751739e-08, + "S": 4.602029868294721e-09, + "I": 0.00040879621519707143, + "C": 3.3272567634412553e-07, + "R": 2.8542952446031222e-09, + "M": 1.198260861201561e-06, + "O": 5.02668413560059e-08, + "W": 2.4744402082887973e-09, + "N": 6.94267509970814e-06, + "Y": 3.2762052342150128e-06, + "U": 5.8110902756425276e-09, + "K": 2.1258880877894626e-08, + "L": 2.8368134508127696e-09, + "G": 7.770545948915242e-07, + "F": 3.4903903269878356e-06, + "E": 0.00029499366064555943, + "T": 6.882447905809386e-06, + "P": 0.9588987231254578, + "-": 0.04037449136376381 + }, + "id": "tp_7971" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 996396, + "label": "P", + "classification": { + "B": 1.1730868010317863e-07, + "S": 1.993244325149135e-08, + "I": 0.00017839117208495736, + "C": 2.6310138423468743e-07, + "R": 1.1266847899094046e-08, + "M": 2.7345873832018697e-07, + "O": 7.980379024274953e-08, + "W": 8.757876202025727e-09, + "N": 5.313991096045356e-06, + "Y": 4.159880063525634e-06, + "U": 1.903589286200713e-08, + "K": 1.1544471334445916e-07, + "L": 8.630176573376502e-09, + "G": 2.9709851787629304e-06, + "F": 5.233948104432784e-05, + "E": 0.0001638141693547368, + "T": 4.732774868898559e-06, + "P": 0.9536152482032776, + "-": 0.045972079038619995 + }, + "id": "tp_7972" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 996530, + "label": "P", + "classification": { + "B": 6.499420237560116e-07, + "S": 1.5138759579258476e-07, + "I": 0.0008858486544340849, + "C": 2.698524667721358e-06, + "R": 2.426222920348664e-07, + "M": 1.1168935998284724e-05, + "O": 3.210006525478093e-06, + "W": 1.5774189421335905e-07, + "N": 2.989267341035884e-05, + "Y": 2.331340692762751e-05, + "U": 1.866857246568543e-07, + "K": 4.918973672829452e-07, + "L": 2.696357341847033e-07, + "G": 2.686506195459515e-05, + "F": 0.0002005373389692977, + "E": 0.00022745518072042614, + "T": 6.990678230067715e-05, + "P": 0.8491019010543823, + "-": 0.1494150012731552 + }, + "id": "tp_7973" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 996630, + "label": "P", + "classification": { + "B": 3.349480914849323e-09, + "S": 6.666258656196078e-09, + "I": 0.0006061111344024539, + "C": 5.143482795233467e-08, + "R": 3.56029827841553e-09, + "M": 3.800283820964978e-07, + "O": 2.2536742250167663e-08, + "W": 1.6429518856497793e-09, + "N": 4.3731324694817886e-05, + "Y": 1.8419801506297517e-07, + "U": 5.884105425124631e-10, + "K": 1.5561568034172524e-07, + "L": 3.6677955117525585e-10, + "G": 4.771771955347504e-07, + "F": 2.5273288883909117e-06, + "E": 0.00033846942824311554, + "T": 5.037877031099924e-07, + "P": 0.998331606388092, + "-": 0.0006757107330486178 + }, + "id": "tp_7974" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 996763, + "label": "P", + "classification": { + "B": 4.958772024110658e-07, + "S": 4.901131660517422e-07, + "I": 0.0007569132139906287, + "C": 2.1679723431589082e-05, + "R": 1.4026270491740433e-06, + "M": 1.4884674783388618e-05, + "O": 5.402271654020296e-06, + "W": 9.305148864768853e-07, + "N": 5.1525712478905916e-05, + "Y": 8.584118768339977e-05, + "U": 8.037789029913256e-07, + "K": 2.0550627596094273e-05, + "L": 3.410588362839917e-07, + "G": 3.7853042158531025e-05, + "F": 0.0014501562109217048, + "E": 0.0011247764341533184, + "T": 8.499797695549205e-05, + "P": 0.7531323432922363, + "-": 0.24320858716964722 + }, + "id": "tp_7975" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 996897, + "label": "P", + "classification": { + "B": 4.4536978549558626e-08, + "S": 3.807677018130562e-08, + "I": 0.0003610760613810271, + "C": 1.8777306820538797e-07, + "R": 6.358951054608042e-08, + "M": 2.2803326373832533e-06, + "O": 7.13787414952094e-07, + "W": 2.957965605787649e-08, + "N": 8.002740287338383e-06, + "Y": 9.028270142152905e-06, + "U": 1.3512003960158836e-08, + "K": 1.1364719654238797e-07, + "L": 4.742745574048968e-08, + "G": 4.78318179375492e-06, + "F": 4.533860555966385e-05, + "E": 6.101255348767154e-05, + "T": 3.259316872572526e-05, + "P": 0.9267229437828064, + "-": 0.07275169342756271 + }, + "id": "tp_7976" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 997030, + "label": "P", + "classification": { + "B": 1.4915879642529717e-10, + "S": 4.443418896715734e-11, + "I": 4.297767645766726e-06, + "C": 5.258982138656165e-09, + "R": 2.524446207630149e-10, + "M": 1.7219973003079758e-08, + "O": 4.784222351617018e-09, + "W": 9.858081018165876e-11, + "N": 4.210258452985727e-08, + "Y": 2.584612502687378e-06, + "U": 1.7140458496989197e-10, + "K": 2.067129756255781e-08, + "L": 4.1249375443142e-11, + "G": 5.194923460294376e-07, + "F": 4.377544246381149e-05, + "E": 1.661048190726433e-05, + "T": 6.19860486494872e-07, + "P": 0.6160077452659607, + "-": 0.38392379879951477 + }, + "id": "tp_7977" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 997130, + "label": "P", + "classification": { + "B": 5.1689326596715546e-08, + "S": 1.1142630285121413e-07, + "I": 0.00101807143073529, + "C": 3.523017312545562e-06, + "R": 4.608223207469564e-07, + "M": 1.2374074685794767e-05, + "O": 2.232938413726515e-06, + "W": 9.321583149812795e-08, + "N": 1.5887368135736324e-05, + "Y": 0.00026836220058612525, + "U": 8.731183953614163e-08, + "K": 8.443802101965048e-08, + "L": 2.268845236130801e-07, + "G": 2.382239472353831e-05, + "F": 0.00010753698734333739, + "E": 0.00011712024570442736, + "T": 0.00025376889971084893, + "P": 0.7809536457061768, + "-": 0.21722252666950226 + }, + "id": "tp_7978" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 997264, + "label": "P", + "classification": { + "B": 4.409045288866764e-07, + "S": 7.33687155474172e-09, + "I": 6.005904288031161e-05, + "C": 5.66843596061517e-07, + "R": 8.74945449425013e-09, + "M": 1.1642715662674163e-06, + "O": 1.5626406479896104e-07, + "W": 1.4647604906770084e-08, + "N": 2.0417553514562314e-06, + "Y": 1.080956621990481e-06, + "U": 9.575146009410673e-09, + "K": 1.822388462358049e-08, + "L": 1.670688654087371e-08, + "G": 3.3496007745270617e-06, + "F": 2.2776739569962956e-05, + "E": 0.00040386506589129567, + "T": 2.206958470196696e-06, + "P": 0.965197741985321, + "-": 0.03430454432964325 + }, + "id": "tp_7979" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 997397, + "label": "P", + "classification": { + "B": 1.2319164355290013e-08, + "S": 1.6895621568480124e-09, + "I": 2.2067613826948218e-05, + "C": 9.506266884784509e-09, + "R": 8.617892510720537e-10, + "M": 1.5108567197330558e-07, + "O": 5.557230409181102e-08, + "W": 3.0778485315963167e-10, + "N": 9.128941087510611e-07, + "Y": 4.834506626139046e-07, + "U": 1.205707478302287e-10, + "K": 4.602691838773154e-10, + "L": 1.1599362581549144e-09, + "G": 6.671529604318494e-07, + "F": 7.57520228944486e-06, + "E": 7.299333901755745e-06, + "T": 2.153998821086134e-06, + "P": 0.9806384444236755, + "-": 0.01932007260620594 + }, + "id": "tp_7980" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 997531, + "label": "P", + "classification": { + "B": 1.320799611903567e-07, + "S": 8.591599653939852e-10, + "I": 0.00010032770660473034, + "C": 1.1902812957487185e-07, + "R": 5.036323802443121e-09, + "M": 2.3649299407679791e-07, + "O": 4.739762005101511e-08, + "W": 1.8834267478951006e-09, + "N": 1.9386109215702163e-06, + "Y": 2.1538620842420642e-07, + "U": 2.610483829101895e-09, + "K": 1.5265843034129034e-09, + "L": 3.7215148740443738e-09, + "G": 2.7545597731659655e-06, + "F": 1.66760014508327e-06, + "E": 5.0836093578254804e-05, + "T": 7.684781166972243e-07, + "P": 0.9957203269004822, + "-": 0.004120701923966408 + }, + "id": "tp_7981" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 997631, + "label": "P", + "classification": { + "B": 5.68435218600144e-13, + "S": 5.020778714656671e-13, + "I": 1.220485387420922e-06, + "C": 3.650681493216901e-11, + "R": 1.950024560229413e-12, + "M": 4.5525239827926e-11, + "O": 4.3359860840697095e-11, + "W": 5.318456721033205e-13, + "N": 5.419053206168201e-09, + "Y": 1.4344231580309952e-08, + "U": 5.156614610139776e-13, + "K": 6.040643679705582e-12, + "L": 3.5996775222049693e-13, + "G": 1.7441101896054079e-09, + "F": 3.9534467077828594e-07, + "E": 2.008649886420244e-07, + "T": 1.254895032332115e-08, + "P": 0.9709702134132385, + "-": 0.029027871787548065 + }, + "id": "tp_7982" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 997764, + "label": "P", + "classification": { + "B": 4.2930850541189614e-10, + "S": 2.333397641773871e-10, + "I": 0.00011030289169866592, + "C": 1.1071268346540819e-07, + "R": 2.0957582336222913e-09, + "M": 1.4603443787564174e-07, + "O": 1.0405756256659515e-08, + "W": 3.7166028588053734e-10, + "N": 7.240196282509714e-07, + "Y": 2.6811949283001013e-06, + "U": 4.704897582641365e-10, + "K": 1.4368752410121033e-08, + "L": 2.935608978127391e-10, + "G": 3.3743810945452424e-07, + "F": 2.5788032871787436e-05, + "E": 4.8473113565705717e-05, + "T": 1.0315389999959734e-06, + "P": 0.8918156623840332, + "-": 0.1079946830868721 + }, + "id": "tp_7983" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 997898, + "label": "-", + "classification": { + "B": 4.6644211693092075e-07, + "S": 1.3207065308051824e-07, + "I": 0.00016640988178551197, + "C": 3.270838249136432e-07, + "R": 6.340567182405721e-08, + "M": 2.8319951525190845e-05, + "O": 2.7630421755020507e-06, + "W": 3.557617844762717e-08, + "N": 1.4201141311787069e-06, + "Y": 0.0005779204075224698, + "U": 5.407496228571063e-09, + "K": 1.702866292419003e-08, + "L": 3.5836421830026666e-07, + "G": 8.85987828951329e-05, + "F": 0.0007931177387945354, + "E": 0.00023749186948407441, + "T": 0.00017911072063725442, + "P": 0.21722279489040375, + "-": 0.7807006239891052 + }, + "id": "tp_7984" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 998031, + "label": "P", + "classification": { + "B": 3.872697301732231e-12, + "S": 8.1822808077614e-13, + "I": 1.9860574411723064e-06, + "C": 1.5598149438744713e-09, + "R": 2.8031129500893925e-11, + "M": 2.0063899430766696e-09, + "O": 5.743439057681599e-10, + "W": 3.4576131020813694e-12, + "N": 6.172612199151217e-09, + "Y": 6.531629281880669e-08, + "U": 3.8258276754965514e-12, + "K": 1.6596177557226532e-11, + "L": 3.075041740338569e-12, + "G": 1.2088362311146739e-08, + "F": 2.9820608915542834e-07, + "E": 1.784915326652481e-07, + "T": 2.3253744529938558e-07, + "P": 0.7548447847366333, + "-": 0.24515244364738464 + }, + "id": "tp_7985" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 998131, + "label": "P", + "classification": { + "B": 1.9571591014511114e-09, + "S": 2.5312706597446777e-08, + "I": 1.9643643099698238e-05, + "C": 9.989624771833405e-08, + "R": 3.540842730131999e-09, + "M": 2.617897223444743e-07, + "O": 2.328325905409656e-07, + "W": 1.6531691571231022e-08, + "N": 4.850189270655392e-06, + "Y": 3.112545527983457e-06, + "U": 8.421928043844673e-09, + "K": 8.823690222925507e-07, + "L": 1.8603314444476382e-09, + "G": 9.286749786951987e-07, + "F": 0.00026479645748622715, + "E": 0.0001129227239289321, + "T": 7.546730103058508e-06, + "P": 0.9081734418869019, + "-": 0.091411292552948 + }, + "id": "tp_7986" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 998265, + "label": "P", + "classification": { + "B": 6.821330202910758e-07, + "S": 1.7819186126644126e-08, + "I": 0.000447689468273893, + "C": 2.132350118699833e-06, + "R": 4.200325776082536e-08, + "M": 1.2765362043865025e-05, + "O": 6.738568458786176e-07, + "W": 2.6034740585600957e-08, + "N": 3.7611212064803112e-06, + "Y": 1.064646949089365e-05, + "U": 1.2521303993651145e-08, + "K": 2.6476005832165583e-09, + "L": 1.2736965970816527e-07, + "G": 1.2834698281949386e-05, + "F": 9.386895726493094e-06, + "E": 0.0007141773821786046, + "T": 1.9885121218976565e-05, + "P": 0.909908652305603, + "-": 0.08885648846626282 + }, + "id": "tp_7987" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 998398, + "label": "P", + "classification": { + "B": 3.373093250047532e-06, + "S": 5.9695926211134065e-06, + "I": 0.023783596232533455, + "C": 2.533830593165476e-05, + "R": 1.047144723997917e-05, + "M": 7.814235868863761e-05, + "O": 3.187612310284749e-05, + "W": 6.141749508969951e-06, + "N": 0.0007575490162707865, + "Y": 0.002129318891093135, + "U": 2.59456055573537e-06, + "K": 6.35280812275596e-05, + "L": 1.4382986819327925e-06, + "G": 0.00017603339802008122, + "F": 0.0005671964609064162, + "E": 0.0007637355593033135, + "T": 0.0011096639791503549, + "P": 0.7849266529083252, + "-": 0.1855573207139969 + }, + "id": "tp_7988" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 998532, + "label": "P", + "classification": { + "B": 3.7619473508554435e-12, + "S": 3.818763014140636e-12, + "I": 1.0619589829730103e-07, + "C": 6.90279292059337e-11, + "R": 4.434196065883356e-12, + "M": 1.3842163526511797e-10, + "O": 6.836562427281478e-10, + "W": 9.776004658568205e-12, + "N": 3.8563618964815305e-09, + "Y": 2.355828776501312e-08, + "U": 3.502115914974513e-12, + "K": 6.835870758337137e-10, + "L": 7.182500037436479e-13, + "G": 3.69968233826512e-09, + "F": 1.553911715745926e-05, + "E": 2.5780107648643025e-07, + "T": 6.351815073912803e-08, + "P": 0.7447894811630249, + "-": 0.2551945447921753 + }, + "id": "tp_7989" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 998632, + "label": "P", + "classification": { + "B": 5.7005521830744144e-11, + "S": 1.0723995476358272e-12, + "I": 6.927450613147812e-08, + "C": 6.179646377946213e-11, + "R": 2.324479042407901e-13, + "M": 3.3695399248578894e-10, + "O": 1.0095680541555296e-10, + "W": 8.043675859929766e-13, + "N": 1.4195306041742128e-09, + "Y": 4.360425354121844e-10, + "U": 9.768327504299998e-14, + "K": 8.551284680358151e-13, + "L": 9.492855720244497e-13, + "G": 2.0346873075283156e-09, + "F": 9.57824681790953e-07, + "E": 1.0818997679962195e-06, + "T": 2.888241201759456e-09, + "P": 0.9809468388557434, + "-": 0.019051074981689453 + }, + "id": "tp_7990" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 998765, + "label": "-", + "classification": { + "B": 2.272094512534295e-08, + "S": 2.918218910963333e-07, + "I": 0.0003660624788608402, + "C": 7.377346946668695e-07, + "R": 1.6974533423308458e-07, + "M": 3.364557642271393e-06, + "O": 2.4392340947088087e-06, + "W": 2.824240539212042e-07, + "N": 1.9004179193871096e-05, + "Y": 0.00018453846860211343, + "U": 1.4230890599264967e-07, + "K": 1.2732801224046852e-05, + "L": 3.5601431136456085e-08, + "G": 9.965195204131305e-06, + "F": 0.000618788821157068, + "E": 0.0001321920717600733, + "T": 0.00012280982627999038, + "P": 0.40911930799484253, + "-": 0.5894071459770203 + }, + "id": "tp_7991" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 998899, + "label": "P", + "classification": { + "B": 2.0356867233561893e-11, + "S": 4.006512135945606e-11, + "I": 1.0242571988783311e-05, + "C": 2.538252663608631e-10, + "R": 2.7080824561986905e-12, + "M": 4.5245965307749714e-10, + "O": 7.054754003199548e-11, + "W": 5.5475381233183185e-12, + "N": 1.8416542957311322e-07, + "Y": 3.2536298100183103e-09, + "U": 3.375995446738833e-12, + "K": 7.91026827373642e-11, + "L": 1.7256552090061383e-12, + "G": 1.439272034886585e-09, + "F": 1.7560857656917506e-07, + "E": 9.628174666431732e-06, + "T": 9.4714609488733e-09, + "P": 0.9983958601951599, + "-": 0.0015838609542697668 + }, + "id": "tp_7992" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 999032, + "label": "P", + "classification": { + "B": 3.4718276253897784e-08, + "S": 2.4230377704270722e-08, + "I": 4.42007185483817e-05, + "C": 3.57991112309719e-08, + "R": 4.24326840331446e-09, + "M": 1.5713845868958742e-07, + "O": 1.3156972045180737e-07, + "W": 1.400291349540339e-08, + "N": 3.9192259464471135e-06, + "Y": 6.464666739702807e-07, + "U": 3.767948619781691e-09, + "K": 5.958481352763556e-08, + "L": 1.3491838757317964e-09, + "G": 4.09202044693302e-07, + "F": 8.754759619478136e-06, + "E": 2.4438186301267706e-05, + "T": 3.071150331379613e-06, + "P": 0.9824809432029724, + "-": 0.017433084547519684 + }, + "id": "tp_7993" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 999132, + "label": "P", + "classification": { + "B": 8.657616290541625e-10, + "S": 9.68898503095339e-11, + "I": 0.00010143295367015526, + "C": 2.6062735969389905e-07, + "R": 5.2816484519269125e-09, + "M": 4.9962576298412387e-08, + "O": 5.728584273612114e-09, + "W": 1.3100946716360085e-10, + "N": 7.038509011181304e-07, + "Y": 1.5942538311719545e-06, + "U": 6.123510587485725e-10, + "K": 1.3033709667098492e-09, + "L": 5.983199491410574e-10, + "G": 4.983259600521706e-07, + "F": 1.0741480764409062e-05, + "E": 1.4134285265754443e-05, + "T": 1.0690021099435398e-06, + "P": 0.943565845489502, + "-": 0.05630370229482651 + }, + "id": "tp_7994" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 999266, + "label": "P", + "classification": { + "B": 9.213242435635038e-08, + "S": 9.879286277936217e-10, + "I": 8.827097190078348e-05, + "C": 6.378406425255889e-08, + "R": 2.8753939229630987e-09, + "M": 6.784785568925145e-07, + "O": 1.2798872717212362e-07, + "W": 1.9738242151845498e-09, + "N": 9.12441691980348e-07, + "Y": 1.975312079594005e-05, + "U": 1.4159604599939257e-09, + "K": 5.973640693213156e-09, + "L": 4.186100355241251e-09, + "G": 5.219197191763669e-06, + "F": 4.944156444253167e-06, + "E": 2.82590372080449e-05, + "T": 7.948714483063668e-06, + "P": 0.920638918876648, + "-": 0.07920476049184799 + }, + "id": "tp_7995" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 999399, + "label": "I", + "classification": { + "B": 3.9735223253956065e-05, + "S": 3.9447928429581225e-05, + "I": 0.7513087391853333, + "C": 0.007391124963760376, + "R": 0.0012874678941443563, + "M": 0.0015414103399962187, + "O": 0.00024268965353257954, + "W": 4.406391235534102e-05, + "N": 0.01069528516381979, + "Y": 0.0453791543841362, + "U": 1.1049700333387591e-05, + "K": 0.00010765376646304503, + "L": 5.057905946159735e-05, + "G": 0.007740441244095564, + "F": 0.0009365550940856338, + "E": 0.025480102747678757, + "T": 0.007507252972573042, + "P": 0.103314109146595, + "-": 0.03688311204314232 + }, + "id": "tp_7996" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 999533, + "label": "P", + "classification": { + "B": 9.239576684194617e-06, + "S": 9.505328307568561e-06, + "I": 0.06147759035229683, + "C": 0.001530191977508366, + "R": 9.476667764829472e-05, + "M": 0.0007322739693336189, + "O": 0.00010210569598712027, + "W": 1.2764898201567121e-05, + "N": 0.0021824748255312443, + "Y": 0.004429854452610016, + "U": 5.942794359725667e-06, + "K": 6.277659122133628e-05, + "L": 8.614942089479882e-06, + "G": 0.0009837152902036905, + "F": 0.0010304966708645225, + "E": 0.015266530215740204, + "T": 0.0009175387676805258, + "P": 0.7131139636039734, + "-": 0.19802960753440857 + }, + "id": "tp_7997" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 999633, + "label": "I", + "classification": { + "B": 0.00033428482129238546, + "S": 0.000139702606247738, + "I": 0.785702109336853, + "C": 0.01053819339722395, + "R": 0.001349036581814289, + "M": 0.010062271729111671, + "O": 0.0005344873061403632, + "W": 9.210981079377234e-05, + "N": 0.019226914271712303, + "Y": 0.030581917613744736, + "U": 1.217419958265964e-05, + "K": 0.00012220152711961418, + "L": 0.00015205846284516156, + "G": 0.009677844122052193, + "F": 0.000448703853180632, + "E": 0.052656058222055435, + "T": 0.004939709790050983, + "P": 0.06352359801530838, + "-": 0.009906766936182976 + }, + "id": "tp_7998" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 999766, + "label": "I", + "classification": { + "B": 0.000533750222530216, + "S": 0.00037938542664051056, + "I": 0.38685858249664307, + "C": 0.0439627505838871, + "R": 0.005272336304187775, + "M": 0.01039033941924572, + "O": 0.0015769730089232326, + "W": 0.0004961427766829729, + "N": 0.031235840171575546, + "Y": 0.054091960191726685, + "U": 0.00024575128918513656, + "K": 0.004230833146721125, + "L": 0.0006726056453771889, + "G": 0.03992902860045433, + "F": 0.010226231068372726, + "E": 0.15292055904865265, + "T": 0.01068904809653759, + "P": 0.18317320942878723, + "-": 0.06311468034982681 + }, + "id": "tp_7999" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 999900, + "label": "I", + "classification": { + "B": 0.0020824007224291563, + "S": 0.0007747685885988176, + "I": 0.46476367115974426, + "C": 0.06011310592293739, + "R": 0.015985429286956787, + "M": 0.03164464980363846, + "O": 0.0052596163004636765, + "W": 0.001046714372932911, + "N": 0.01621161587536335, + "Y": 0.18546521663665771, + "U": 0.00028304566512815654, + "K": 0.0009174467995762825, + "L": 0.0027235986199229956, + "G": 0.04624612629413605, + "F": 0.0034824395552277565, + "E": 0.045754410326480865, + "T": 0.02639670856297016, + "P": 0.034943245351314545, + "-": 0.055905699729919434 + }, + "id": "tp_8000" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1000033, + "label": "P", + "classification": { + "B": 0.00028313009534031153, + "S": 0.00031512181158177555, + "I": 0.2303333729505539, + "C": 0.0031327272299677134, + "R": 0.0010754838585853577, + "M": 0.013592169620096684, + "O": 0.0016913944855332375, + "W": 0.0002611664531286806, + "N": 0.016236411407589912, + "Y": 0.08501991629600525, + "U": 5.634149056277238e-05, + "K": 0.002982611767947674, + "L": 0.0001791499089449644, + "G": 0.01984216645359993, + "F": 0.007894177921116352, + "E": 0.06081359460949898, + "T": 0.023932823911309242, + "P": 0.3181683123111725, + "-": 0.21418993175029755 + }, + "id": "tp_8001" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1000133, + "label": "P", + "classification": { + "B": 0.00034607015550136566, + "S": 0.00025440004537813365, + "I": 0.08140213787555695, + "C": 0.00945992674678564, + "R": 0.0018300198717042804, + "M": 0.004970651585608721, + "O": 0.0015525867929682136, + "W": 0.00048524397425353527, + "N": 0.01163887232542038, + "Y": 0.03301054239273071, + "U": 0.0005596507107838988, + "K": 0.005863652564585209, + "L": 0.0003816584940068424, + "G": 0.015109825879335403, + "F": 0.015146712772548199, + "E": 0.06542860716581345, + "T": 0.011158445850014687, + "P": 0.4510860741138458, + "-": 0.2903149127960205 + }, + "id": "tp_8002" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1000267, + "label": "I", + "classification": { + "B": 0.0004132069007027894, + "S": 0.0016393561381846666, + "I": 0.6300548315048218, + "C": 0.018414726480841637, + "R": 0.0038753668777644634, + "M": 0.009437073953449726, + "O": 0.001886495971120894, + "W": 0.0007817910518497229, + "N": 0.050982605665922165, + "Y": 0.03425951302051544, + "U": 0.00015009628259576857, + "K": 0.0046016317792236805, + "L": 0.0004914423334412277, + "G": 0.01682305708527565, + "F": 0.006307906471192837, + "E": 0.0723133385181427, + "T": 0.009183106943964958, + "P": 0.11644359678030014, + "-": 0.021940885111689568 + }, + "id": "tp_8003" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1000400, + "label": "I", + "classification": { + "B": 1.314109681516129e-06, + "S": 9.844785381574184e-06, + "I": 0.9751852750778198, + "C": 0.0016559833893552423, + "R": 0.00038506253622472286, + "M": 0.0004413841525092721, + "O": 5.0889440899482e-05, + "W": 6.321529326669406e-06, + "N": 0.006046721711754799, + "Y": 0.011186393909156322, + "U": 9.851161308915835e-08, + "K": 1.1529165021784138e-05, + "L": 2.8831243525928585e-06, + "G": 0.0008714688592590392, + "F": 6.052449862181675e-06, + "E": 0.0006401375867426395, + "T": 0.0027000554837286472, + "P": 0.0005559095880016685, + "-": 0.0002425700513413176 + }, + "id": "tp_8004" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1000501, + "label": "I", + "classification": { + "B": 0.005338064860552549, + "S": 0.005411635152995586, + "I": 0.3421971797943115, + "C": 0.047429878264665604, + "R": 0.03381623327732086, + "M": 0.03128598630428314, + "O": 0.011640215292572975, + "W": 0.004705816973000765, + "N": 0.04532875493168831, + "Y": 0.1443801373243332, + "U": 0.002153565874323249, + "K": 0.015065688639879227, + "L": 0.00575805502012372, + "G": 0.06435448676347733, + "F": 0.01452329196035862, + "E": 0.0574621856212616, + "T": 0.05319235473871231, + "P": 0.05337843298912048, + "-": 0.06257806718349457 + }, + "id": "tp_8005" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1000634, + "label": "I", + "classification": { + "B": 0.0031588554847985506, + "S": 0.009693426080048084, + "I": 0.2561751902103424, + "C": 0.03860282525420189, + "R": 0.009944837540388107, + "M": 0.030358323827385902, + "O": 0.009457827545702457, + "W": 0.0040651955641806126, + "N": 0.14515900611877441, + "Y": 0.05901697650551796, + "U": 0.0003698337823152542, + "K": 0.04550826549530029, + "L": 0.0029232753440737724, + "G": 0.14437760412693024, + "F": 0.008856814354658127, + "E": 0.1523929387331009, + "T": 0.046072687953710556, + "P": 0.025119755417108536, + "-": 0.008746396750211716 + }, + "id": "tp_8006" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1000767, + "label": "I", + "classification": { + "B": 0.0004932309966534376, + "S": 0.000629175454378128, + "I": 0.6432273983955383, + "C": 0.0289484690874815, + "R": 0.0073241982609033585, + "M": 0.020057277753949165, + "O": 0.002140863798558712, + "W": 0.0003881860466208309, + "N": 0.051107257604599, + "Y": 0.05398213118314743, + "U": 4.405722938827239e-05, + "K": 0.0020189941860735416, + "L": 0.0005341278156265616, + "G": 0.04379236325621605, + "F": 0.002399124437943101, + "E": 0.07845838367938995, + "T": 0.008744805119931698, + "P": 0.048055462539196014, + "-": 0.007654393091797829 + }, + "id": "tp_8007" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1000901, + "label": "I", + "classification": { + "B": 2.7633812351268716e-05, + "S": 3.222009399905801e-05, + "I": 0.8750299215316772, + "C": 0.01508507039397955, + "R": 0.0018804831197485328, + "M": 0.0023450946900993586, + "O": 0.0002446130383759737, + "W": 2.960694291687105e-05, + "N": 0.007896273396909237, + "Y": 0.06809394806623459, + "U": 3.849088443530491e-06, + "K": 4.438691757968627e-05, + "L": 5.0277591071790084e-05, + "G": 0.006088409572839737, + "F": 8.13004226074554e-05, + "E": 0.008261219598352909, + "T": 0.0063705602660775185, + "P": 0.0049056485295295715, + "-": 0.003529487643390894 + }, + "id": "tp_8008" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1001001, + "label": "I", + "classification": { + "B": 0.00042004851275123656, + "S": 0.0009386189631186426, + "I": 0.43608129024505615, + "C": 0.05224166810512543, + "R": 0.006103194784373045, + "M": 0.009919880889356136, + "O": 0.002121192868798971, + "W": 0.0007544601685367525, + "N": 0.06100336089730263, + "Y": 0.12446337193250656, + "U": 8.540621638530865e-05, + "K": 0.021751830354332924, + "L": 0.0004386426298879087, + "G": 0.08964057266712189, + "F": 0.006533581763505936, + "E": 0.12443923950195312, + "T": 0.023115545511245728, + "P": 0.025576232001185417, + "-": 0.014371810480952263 + }, + "id": "tp_8009" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1001134, + "label": "I", + "classification": { + "B": 2.6341851480538025e-05, + "S": 8.294872714031953e-06, + "I": 0.7330305576324463, + "C": 0.01694236695766449, + "R": 0.0012362701818346977, + "M": 0.003321943338960409, + "O": 0.00017969073087442666, + "W": 2.4301432858919725e-05, + "N": 0.005755892023444176, + "Y": 0.031915683299303055, + "U": 9.05211072677048e-06, + "K": 8.0224679550156e-05, + "L": 4.756016278406605e-05, + "G": 0.009615914896130562, + "F": 0.0006411688518710434, + "E": 0.03956283628940582, + "T": 0.004923711530864239, + "P": 0.1077960953116417, + "-": 0.04488198459148407 + }, + "id": "tp_8010" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1001268, + "label": "Y", + "classification": { + "B": 5.804803367936984e-05, + "S": 0.00015917097334749997, + "I": 0.27949392795562744, + "C": 0.04702267050743103, + "R": 0.0036381890531629324, + "M": 0.006383122876286507, + "O": 0.0007269518682733178, + "W": 0.00010326068877475336, + "N": 0.011397833935916424, + "Y": 0.3072230815887451, + "U": 4.479728431761032e-06, + "K": 0.0035872673615813255, + "L": 0.00015830021584406495, + "G": 0.14810912311077118, + "F": 0.005305858328938484, + "E": 0.14372618496418, + "T": 0.01349461730569601, + "P": 0.015151825733482838, + "-": 0.014256083406507969 + }, + "id": "tp_8011" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1001401, + "label": "G", + "classification": { + "B": 0.0009853910887613893, + "S": 0.003192578675225377, + "I": 0.14097562432289124, + "C": 0.05874135345220566, + "R": 0.012535355985164642, + "M": 0.02165738120675087, + "O": 0.006583058275282383, + "W": 0.002821385394781828, + "N": 0.03902970999479294, + "Y": 0.141982764005661, + "U": 0.0003951810940634459, + "K": 0.0590168721973896, + "L": 0.0015218302141875029, + "G": 0.15721926093101501, + "F": 0.052781298756599426, + "E": 0.12743407487869263, + "T": 0.03960613161325455, + "P": 0.058704279363155365, + "-": 0.07481648027896881 + }, + "id": "tp_8012" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1001502, + "label": "I", + "classification": { + "B": 4.0795122913550586e-05, + "S": 0.00021746664424426854, + "I": 0.782785177230835, + "C": 0.023767627775669098, + "R": 0.0022360922303050756, + "M": 0.0010518854251131415, + "O": 0.00024233102158177644, + "W": 0.00011742795322788879, + "N": 0.0566769614815712, + "Y": 0.036308690905570984, + "U": 3.311567752461997e-06, + "K": 0.003247467102482915, + "L": 2.9077988074277528e-05, + "G": 0.02331092208623886, + "F": 0.0006067298236303031, + "E": 0.05879531055688858, + "T": 0.004638350568711758, + "P": 0.0051964824087917805, + "-": 0.0007278595585376024 + }, + "id": "tp_8013" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1001635, + "label": "I", + "classification": { + "B": 0.001014069770462811, + "S": 0.0006364480941556394, + "I": 0.40573355555534363, + "C": 0.015822915360331535, + "R": 0.0030042140278965235, + "M": 0.02539900876581669, + "O": 0.0031313705258071423, + "W": 0.0008201715536415577, + "N": 0.04020581394433975, + "Y": 0.05473604053258896, + "U": 0.00013119752111379057, + "K": 0.0029165116138756275, + "L": 0.0005346096586436033, + "G": 0.023697389289736748, + "F": 0.0038724150508642197, + "E": 0.19963113963603973, + "T": 0.014573086984455585, + "P": 0.1472882628440857, + "-": 0.05685168877243996 + }, + "id": "tp_8014" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1001768, + "label": "E", + "classification": { + "B": 0.027973875403404236, + "S": 0.0148458955809474, + "I": 0.25679630041122437, + "C": 0.012253443710505962, + "R": 0.006611494813114405, + "M": 0.04554577171802521, + "O": 0.009594338946044445, + "W": 0.005009952466934919, + "N": 0.07275208085775375, + "Y": 0.024295078590512276, + "U": 0.000649471883662045, + "K": 0.007646237034350634, + "L": 0.006441508419811726, + "G": 0.06342092901468277, + "F": 0.01030907966196537, + "E": 0.30336835980415344, + "T": 0.013705561868846416, + "P": 0.09810780733823776, + "-": 0.0206728707998991 + }, + "id": "tp_8015" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1001902, + "label": "E", + "classification": { + "B": 0.0068046217784285545, + "S": 0.0015153168933466077, + "I": 0.15163490176200867, + "C": 0.0065080770291388035, + "R": 0.0013028926914557815, + "M": 0.025719454512000084, + "O": 0.0016450349939987063, + "W": 0.0005895986687391996, + "N": 0.030048705637454987, + "Y": 0.016415521502494812, + "U": 0.00030841288389638066, + "K": 0.004298873711377382, + "L": 0.0009661752847023308, + "G": 0.026963796466588974, + "F": 0.007940836250782013, + "E": 0.4135860502719879, + "T": 0.009099550545215607, + "P": 0.25382140278816223, + "-": 0.04083079844713211 + }, + "id": "tp_8016" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1002002, + "label": "I", + "classification": { + "B": 0.00024668104015290737, + "S": 0.0002271468547405675, + "I": 0.7671476602554321, + "C": 0.002311842283234, + "R": 0.0005451926845125854, + "M": 0.004041939973831177, + "O": 0.0003892401873599738, + "W": 6.538660090882331e-05, + "N": 0.03981602564454079, + "Y": 0.030910110101103783, + "U": 8.804559001873713e-06, + "K": 0.0003914824628736824, + "L": 4.967007407685742e-05, + "G": 0.005940944422036409, + "F": 0.00047352261026389897, + "E": 0.0444902703166008, + "T": 0.004945932887494564, + "P": 0.09106036275625229, + "-": 0.006937835365533829 + }, + "id": "tp_8017" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1002135, + "label": "I", + "classification": { + "B": 8.454517228528857e-06, + "S": 1.7395122995367274e-05, + "I": 0.9018591046333313, + "C": 0.004956971388310194, + "R": 0.0001701829896774143, + "M": 0.0002802313247229904, + "O": 2.6659459763322957e-05, + "W": 6.792572548874887e-06, + "N": 0.03294498100876808, + "Y": 0.003980560693889856, + "U": 1.8600512419197912e-07, + "K": 6.11338546150364e-05, + "L": 2.2868455289426493e-06, + "G": 0.0033081239089369774, + "F": 1.539208460599184e-05, + "E": 0.04823998361825943, + "T": 0.0004047880647704005, + "P": 0.0036240220069885254, + "-": 9.281473467126489e-05 + }, + "id": "tp_8018" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1002269, + "label": "I", + "classification": { + "B": 0.0001183426720672287, + "S": 0.000847886607516557, + "I": 0.8447736501693726, + "C": 0.002453622641041875, + "R": 0.0006554056890308857, + "M": 0.0016295833047479391, + "O": 0.0004137117648497224, + "W": 0.00019988534040749073, + "N": 0.06581848859786987, + "Y": 0.012271249666810036, + "U": 9.905564184009563e-06, + "K": 0.002683575265109539, + "L": 7.144272967707366e-05, + "G": 0.008569499477744102, + "F": 0.0006685905973426998, + "E": 0.03915894031524658, + "T": 0.003688399912789464, + "P": 0.01463481318205595, + "-": 0.0013330131769180298 + }, + "id": "tp_8019" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1002402, + "label": "I", + "classification": { + "B": 0.0006693315808661282, + "S": 0.0010740556754171848, + "I": 0.666801929473877, + "C": 0.01446530967950821, + "R": 0.005648869555443525, + "M": 0.022176198661327362, + "O": 0.004249056335538626, + "W": 0.0005474821664392948, + "N": 0.025068286806344986, + "Y": 0.11604608595371246, + "U": 6.891976954648271e-05, + "K": 0.00027814600616693497, + "L": 0.001487707020714879, + "G": 0.02828233875334263, + "F": 0.0010996665805578232, + "E": 0.01773139461874962, + "T": 0.05057132989168167, + "P": 0.019460594281554222, + "-": 0.024273229762911797 + }, + "id": "tp_8020" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1002503, + "label": "I", + "classification": { + "B": 2.447117913106922e-05, + "S": 0.0003973020939156413, + "I": 0.809388279914856, + "C": 0.004317809361964464, + "R": 0.0006178895710036159, + "M": 0.0014045943971723318, + "O": 0.00028163669048808515, + "W": 7.13242479832843e-05, + "N": 0.0923788994550705, + "Y": 0.02019670605659485, + "U": 4.948851142216881e-07, + "K": 0.002420722972601652, + "L": 2.789134123304393e-05, + "G": 0.024185605347156525, + "F": 0.0002100795099977404, + "E": 0.0343690849840641, + "T": 0.007174178492277861, + "P": 0.002308586146682501, + "-": 0.00022440269822254777 + }, + "id": "tp_8021" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1002636, + "label": "I", + "classification": { + "B": 7.989034202182665e-05, + "S": 0.0001466306857764721, + "I": 0.3895401954650879, + "C": 0.003396878018975258, + "R": 0.0004652132047340274, + "M": 0.0025663929991424084, + "O": 0.0003482478787191212, + "W": 0.00013588301953859627, + "N": 0.04783856123685837, + "Y": 0.08464699983596802, + "U": 6.7090627453580964e-06, + "K": 0.02994040958583355, + "L": 1.8693210222409107e-05, + "G": 0.03199845179915428, + "F": 0.0027744758408516645, + "E": 0.34498220682144165, + "T": 0.007302172482013702, + "P": 0.04126107320189476, + "-": 0.01255100779235363 + }, + "id": "tp_8022" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1002769, + "label": "I", + "classification": { + "B": 0.0004431323613971472, + "S": 0.00044593840721063316, + "I": 0.3829481601715088, + "C": 0.009563175030052662, + "R": 0.0013837740989401937, + "M": 0.004882325418293476, + "O": 0.001331896404735744, + "W": 0.0004311092779971659, + "N": 0.03652936592698097, + "Y": 0.0625743567943573, + "U": 0.00012025595788145438, + "K": 0.005254932213574648, + "L": 0.0002448014565743506, + "G": 0.03283930569887161, + "F": 0.006373928859829903, + "E": 0.21451397240161896, + "T": 0.014203859493136406, + "P": 0.1697278618812561, + "-": 0.05618782714009285 + }, + "id": "tp_8023" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1002903, + "label": "P", + "classification": { + "B": 0.0009066864149644971, + "S": 0.0005106686148792505, + "I": 0.2619324028491974, + "C": 0.003458434483036399, + "R": 0.000978886499069631, + "M": 0.011982399970293045, + "O": 0.0010432323906570673, + "W": 0.0003518826561048627, + "N": 0.016247428953647614, + "Y": 0.06337451189756393, + "U": 9.110917017096654e-05, + "K": 0.002073180628940463, + "L": 0.00033783697290346026, + "G": 0.015081400983035564, + "F": 0.009696131572127342, + "E": 0.22424574196338654, + "T": 0.01152014173567295, + "P": 0.2722778022289276, + "-": 0.10389012843370438 + }, + "id": "tp_8024" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1003003, + "label": "I", + "classification": { + "B": 0.0008184839971363544, + "S": 0.0003524590574670583, + "I": 0.4114677906036377, + "C": 0.004721937235444784, + "R": 0.0012169600231572986, + "M": 0.02796972170472145, + "O": 0.0010882647475227714, + "W": 0.0001470526185585186, + "N": 0.01751379482448101, + "Y": 0.06954286992549896, + "U": 1.3734210369875655e-05, + "K": 0.001152516109868884, + "L": 0.00026205801987089217, + "G": 0.03250239044427872, + "F": 0.001835619448684156, + "E": 0.3266611695289612, + "T": 0.008882168680429459, + "P": 0.07343858480453491, + "-": 0.02041240967810154 + }, + "id": "tp_8025" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1003136, + "label": "I", + "classification": { + "B": 0.00025785277830436826, + "S": 0.0006826234748587012, + "I": 0.5892369151115417, + "C": 0.004329734947532415, + "R": 0.0010183523409068584, + "M": 0.008225146681070328, + "O": 0.0007507920381613076, + "W": 0.0002074297663057223, + "N": 0.06565935164690018, + "Y": 0.027275986969470978, + "U": 1.9485321899992414e-05, + "K": 0.0027514437679201365, + "L": 0.00012040738511132076, + "G": 0.01849321648478508, + "F": 0.0025064549408853054, + "E": 0.1884213536977768, + "T": 0.012158350087702274, + "P": 0.0679069384932518, + "-": 0.009978201240301132 + }, + "id": "tp_8026" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1003270, + "label": "I", + "classification": { + "B": 0.0002746685058809817, + "S": 0.0010234173387289047, + "I": 0.4597531855106354, + "C": 0.05894683673977852, + "R": 0.0063874428160488605, + "M": 0.005295452196151018, + "O": 0.0019898731261491776, + "W": 0.0012282441603019834, + "N": 0.09906291961669922, + "Y": 0.05824388936161995, + "U": 6.634109013248235e-05, + "K": 0.030518248677253723, + "L": 0.0001849795808084309, + "G": 0.07603710144758224, + "F": 0.003224301850423217, + "E": 0.15656736493110657, + "T": 0.0180742796510458, + "P": 0.016892386600375175, + "-": 0.006229079328477383 + }, + "id": "tp_8027" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1003403, + "label": "I", + "classification": { + "B": 0.0008585526375100017, + "S": 0.00146897928789258, + "I": 0.4903270900249481, + "C": 0.01547854021191597, + "R": 0.005027074366807938, + "M": 0.009499597363173962, + "O": 0.0028540417551994324, + "W": 0.0009662389638833702, + "N": 0.07892252504825592, + "Y": 0.1201978549361229, + "U": 0.00019240178517065942, + "K": 0.011566470377147198, + "L": 0.0004989082808606327, + "G": 0.04246412590146065, + "F": 0.003983546979725361, + "E": 0.1190897598862648, + "T": 0.02597670815885067, + "P": 0.05088018998503685, + "-": 0.019747383892536163 + }, + "id": "tp_8028" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1003504, + "label": "-", + "classification": { + "B": 2.446072357997764e-07, + "S": 1.1027944992747507e-06, + "I": 3.8693016790602996e-07, + "C": 1.356226846382924e-07, + "R": 4.983839829719727e-08, + "M": 0.0002319527557119727, + "O": 9.77238505583955e-06, + "W": 3.575143736611608e-08, + "N": 3.3094309515036002e-09, + "Y": 0.0005662904586642981, + "U": 1.0845133124881556e-10, + "K": 7.012880276491273e-10, + "L": 3.4853353554353816e-06, + "G": 0.00020888622384518385, + "F": 0.005766505841165781, + "E": 2.287158395120059e-06, + "T": 0.0003751640615519136, + "P": 0.0004155175411142409, + "-": 0.9924182891845703 + }, + "id": "tp_8029" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1003637, + "label": "-", + "classification": { + "B": 2.290049261333138e-09, + "S": 2.1460954258145648e-07, + "I": 1.436271048760318e-07, + "C": 1.455448312981389e-07, + "R": 2.39073703056647e-08, + "M": 2.3997316020540893e-05, + "O": 2.3729310214548605e-06, + "W": 2.1389020332662767e-08, + "N": 8.537403672903565e-09, + "Y": 0.017353015020489693, + "U": 8.128647928373756e-12, + "K": 2.346835026401095e-05, + "L": 3.651047109087813e-08, + "G": 0.0019631970208138227, + "F": 0.08047682791948318, + "E": 4.0511869883630425e-05, + "T": 0.0006828090990893543, + "P": 0.0002007740258704871, + "-": 0.8992325067520142 + }, + "id": "tp_8030" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1003770, + "label": "-", + "classification": { + "B": 1.8527163513754573e-14, + "S": 1.28982802628623e-13, + "I": 3.838945605849631e-09, + "C": 5.470084801784125e-11, + "R": 1.115785935867919e-11, + "M": 7.693891745930159e-08, + "O": 3.8802711044283456e-10, + "W": 2.7769312795967484e-14, + "N": 3.98173464685736e-13, + "Y": 0.0006019066204316914, + "U": 9.090447587183797e-16, + "K": 5.114245683304937e-14, + "L": 4.255807945635626e-12, + "G": 3.608089400586323e-07, + "F": 3.3181968319695443e-06, + "E": 2.1746927869603638e-10, + "T": 2.220110582129564e-05, + "P": 2.530124766053632e-05, + "-": 0.9993467926979065 + }, + "id": "tp_8031" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1003904, + "label": "-", + "classification": { + "B": 5.004778882988781e-11, + "S": 2.2907180319275966e-10, + "I": 1.5040442502556317e-10, + "C": 5.503433264664181e-10, + "R": 2.7946911451692813e-10, + "M": 5.959359441476408e-06, + "O": 2.7084379894404265e-07, + "W": 9.092051764247877e-12, + "N": 5.07992153658994e-14, + "Y": 6.708088676532498e-06, + "U": 1.9576765237377686e-15, + "K": 2.217847352168137e-15, + "L": 2.016069515775598e-07, + "G": 7.053265107970219e-06, + "F": 9.15495547815226e-05, + "E": 4.358775285151495e-10, + "T": 3.577581992431078e-06, + "P": 5.180915650271345e-06, + "-": 0.9998794794082642 + }, + "id": "tp_8032" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1004004, + "label": "-", + "classification": { + "B": 3.5611910220723075e-07, + "S": 6.66403309423913e-07, + "I": 8.995694952318445e-05, + "C": 2.7773226975114085e-05, + "R": 1.0239948096568696e-05, + "M": 0.00026156590320169926, + "O": 4.425241786520928e-05, + "W": 1.1122648402306368e-06, + "N": 4.095996246178402e-06, + "Y": 0.00998932309448719, + "U": 5.411314418779511e-07, + "K": 5.461034106701845e-06, + "L": 4.095070835319348e-06, + "G": 0.00032371393172070384, + "F": 0.00377472466789186, + "E": 2.9736482247244567e-05, + "T": 0.0041054668836295605, + "P": 0.010667411610484123, + "-": 0.9706594944000244 + }, + "id": "tp_8033" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1004137, + "label": "-", + "classification": { + "B": 1.0653070603439119e-07, + "S": 1.3659148478950556e-08, + "I": 1.4221375188583352e-08, + "C": 8.004686358198398e-10, + "R": 2.7041605066280283e-10, + "M": 7.156841547839576e-06, + "O": 1.1371025721018668e-06, + "W": 1.4998713382397e-09, + "N": 9.737047973468194e-11, + "Y": 1.5493433238589205e-05, + "U": 3.556528769405043e-12, + "K": 2.486809803220469e-12, + "L": 5.41866498338095e-08, + "G": 4.673783678299515e-06, + "F": 4.1824729123618454e-05, + "E": 8.37920453022889e-08, + "T": 8.52105858939467e-06, + "P": 0.000855191785376519, + "-": 0.9990656971931458 + }, + "id": "tp_8034" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1004271, + "label": "-", + "classification": { + "B": 1.8968488291193353e-07, + "S": 3.206545443390496e-06, + "I": 6.699870596094115e-07, + "C": 9.010470239445567e-05, + "R": 4.666928816732252e-06, + "M": 0.00072890316369012, + "O": 5.748070907429792e-05, + "W": 2.7422498760643066e-07, + "N": 6.920571848922918e-08, + "Y": 0.006714013870805502, + "U": 5.379093614976682e-09, + "K": 6.248430509003811e-06, + "L": 6.659604696324095e-05, + "G": 0.04534477740526199, + "F": 0.19313699007034302, + "E": 0.00010164247214561328, + "T": 0.0032569763716310263, + "P": 0.000607738271355629, + "-": 0.7498793601989746 + }, + "id": "tp_8035" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1004404, + "label": "-", + "classification": { + "B": 5.0504624482528016e-08, + "S": 0.0001809410605346784, + "I": 8.874780178302899e-05, + "C": 3.338156966492534e-05, + "R": 3.678393841255456e-05, + "M": 0.0035096786450594664, + "O": 0.0010850761318579316, + "W": 8.52368521009339e-06, + "N": 1.452938931834069e-06, + "Y": 0.28655582666397095, + "U": 1.0336763389684478e-10, + "K": 6.046085445632343e-07, + "L": 9.308617336500902e-06, + "G": 0.006955287419259548, + "F": 0.01467409823089838, + "E": 2.2578451535082422e-06, + "T": 0.1267610341310501, + "P": 9.072398825082928e-05, + "-": 0.5600062608718872 + }, + "id": "tp_8036" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1004505, + "label": "-", + "classification": { + "B": 3.202803355861761e-08, + "S": 1.0127253062819364e-06, + "I": 1.8001755961449817e-06, + "C": 2.074682470265543e-06, + "R": 1.0473949032530072e-06, + "M": 0.0007735540275461972, + "O": 0.00011100338451797143, + "W": 2.2141345823456504e-07, + "N": 1.7304444099863758e-08, + "Y": 0.001208141795359552, + "U": 7.075037222747937e-10, + "K": 1.1874503158537664e-08, + "L": 1.5024666026874911e-05, + "G": 0.00033285122481174767, + "F": 0.001974585233256221, + "E": 1.386775011269492e-06, + "T": 0.0007787490612827241, + "P": 0.00034442709875293076, + "-": 0.9944540858268738 + }, + "id": "tp_8037" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1004638, + "label": "-", + "classification": { + "B": 3.767486020933575e-07, + "S": 1.2115635854570428e-06, + "I": 3.751549229491502e-05, + "C": 1.129293377744034e-05, + "R": 3.690244284371147e-06, + "M": 0.00014853579341433942, + "O": 2.7412912459112704e-05, + "W": 1.010900405162829e-06, + "N": 1.2034266774207936e-06, + "Y": 0.0028998050838708878, + "U": 2.117124182632324e-07, + "K": 3.65963819604076e-06, + "L": 3.058024958590977e-06, + "G": 0.0002679302997421473, + "F": 0.010181696154177189, + "E": 2.4667939214850776e-05, + "T": 0.000932214199565351, + "P": 0.008715171366930008, + "-": 0.9767392873764038 + }, + "id": "tp_8038" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1004771, + "label": "-", + "classification": { + "B": 1.9033915066302143e-07, + "S": 6.804282293160213e-06, + "I": 4.603996785590425e-05, + "C": 2.0509132809820585e-05, + "R": 9.62258218351053e-06, + "M": 0.005055057816207409, + "O": 0.0004041603533551097, + "W": 8.679679694978404e-07, + "N": 5.647684702125844e-07, + "Y": 0.29234927892684937, + "U": 1.639218205617965e-09, + "K": 8.736846268675436e-08, + "L": 3.716240098583512e-05, + "G": 0.013143263757228851, + "F": 0.003629520069807768, + "E": 1.3400848729361314e-05, + "T": 0.0619916133582592, + "P": 0.0002188735525123775, + "-": 0.6230729222297668 + }, + "id": "tp_8039" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1004905, + "label": "-", + "classification": { + "B": 1.5008990885689855e-05, + "S": 3.148977702949196e-05, + "I": 0.004601715132594109, + "C": 0.00765988789498806, + "R": 0.001773735275492072, + "M": 0.008096123114228249, + "O": 0.0009223502711392939, + "W": 3.0743660317966715e-05, + "N": 6.738480442436412e-05, + "Y": 0.13540345430374146, + "U": 6.765392299712403e-06, + "K": 2.696542469493579e-05, + "L": 0.0006548122619278729, + "G": 0.03141753003001213, + "F": 0.02249046042561531, + "E": 0.0011690219398587942, + "T": 0.029442740604281425, + "P": 0.009437456727027893, + "-": 0.7467523217201233 + }, + "id": "tp_8040" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1005005, + "label": "-", + "classification": { + "B": 2.5723476937855594e-05, + "S": 3.698961563713965e-06, + "I": 3.5081652072221914e-07, + "C": 5.22660002388875e-06, + "R": 1.287263557969709e-06, + "M": 0.0006677891942672431, + "O": 0.00015107906074263155, + "W": 3.708980784722371e-07, + "N": 6.246773320839338e-09, + "Y": 0.00026237545534968376, + "U": 1.878449840120311e-09, + "K": 4.449318968813287e-10, + "L": 0.00015910538786556572, + "G": 0.001183543005026877, + "F": 0.004305053036659956, + "E": 1.6751705516071524e-06, + "T": 0.00027154889539815485, + "P": 0.000530957302544266, + "-": 0.9924301505088806 + }, + "id": "tp_8041" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1005138, + "label": "-", + "classification": { + "B": 2.1485428991496747e-09, + "S": 1.7336466484607627e-08, + "I": 6.359745725603716e-07, + "C": 7.250490057231218e-07, + "R": 1.373222460188117e-07, + "M": 0.00011223708861507475, + "O": 2.2553085727849975e-06, + "W": 4.396625286062772e-09, + "N": 5.0142126006846865e-09, + "Y": 0.00024421190028078854, + "U": 2.24999546771798e-10, + "K": 1.6714751804869366e-09, + "L": 2.7278059633317753e-07, + "G": 1.418909141648328e-05, + "F": 0.00046767995809204876, + "E": 8.745251420805289e-07, + "T": 0.0002977847761940211, + "P": 0.00036169314989820123, + "-": 0.9984973669052124 + }, + "id": "tp_8042" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1005272, + "label": "-", + "classification": { + "B": 4.958311592417886e-07, + "S": 2.496396746209939e-06, + "I": 1.4288353833435963e-09, + "C": 3.823131180524797e-07, + "R": 2.026603738158883e-07, + "M": 0.0003844969323836267, + "O": 0.00012364721624180675, + "W": 7.975885552014006e-08, + "N": 2.918030747589562e-11, + "Y": 0.0004658926627598703, + "U": 1.7117928168691732e-12, + "K": 9.628192687571868e-11, + "L": 0.00014570230268873274, + "G": 0.005074115935713053, + "F": 0.01922435685992241, + "E": 1.2477876509819907e-07, + "T": 0.00018400816770736128, + "P": 4.7412695494131185e-06, + "-": 0.9743891954421997 + }, + "id": "tp_8043" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1005405, + "label": "-", + "classification": { + "B": 3.7734544378054125e-08, + "S": 3.740665022178291e-07, + "I": 2.3916646441080047e-08, + "C": 4.1507764336756736e-08, + "R": 1.3358417483289031e-08, + "M": 0.00014291747356764972, + "O": 1.5941186575219035e-05, + "W": 2.318965286463026e-08, + "N": 1.1589487147745103e-09, + "Y": 0.0003893131506629288, + "U": 5.5748815286360554e-11, + "K": 2.064174609017755e-09, + "L": 1.5152164678511326e-06, + "G": 9.9912729638163e-05, + "F": 0.0010743356542661786, + "E": 1.4917991393303964e-06, + "T": 0.00017829333955887705, + "P": 0.0003441987792029977, + "-": 0.9977515339851379 + }, + "id": "tp_8044" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1005506, + "label": "-", + "classification": { + "B": 9.967658115783706e-06, + "S": 0.00035144342109560966, + "I": 0.00033682468347251415, + "C": 0.000632179609965533, + "R": 0.00028345067403279245, + "M": 0.007466403767466545, + "O": 0.0018730864394456148, + "W": 7.133180042728782e-05, + "N": 3.3056025131372735e-05, + "Y": 0.014829646795988083, + "U": 1.4130930594546953e-06, + "K": 1.9647042790893465e-05, + "L": 0.00038503253017552197, + "G": 0.004185539670288563, + "F": 0.03464247286319733, + "E": 0.0004945728578604758, + "T": 0.013585193082690239, + "P": 0.013473148457705975, + "-": 0.9073255658149719 + }, + "id": "tp_8045" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1005639, + "label": "-", + "classification": { + "B": 3.948076532367395e-09, + "S": 8.543625251711262e-10, + "I": 2.4220943828368036e-07, + "C": 1.731732623966309e-07, + "R": 2.073870852825621e-08, + "M": 1.8032302477877238e-06, + "O": 1.6317237339080748e-07, + "W": 5.808604153223484e-10, + "N": 1.7214477621152469e-09, + "Y": 0.00011341973731759936, + "U": 1.882374395245634e-10, + "K": 1.6721674045427903e-09, + "L": 1.2323517317724964e-08, + "G": 1.6432313714176416e-05, + "F": 0.0004822170885745436, + "E": 1.1855560160256573e-06, + "T": 1.355687254545046e-05, + "P": 0.004048606846481562, + "-": 0.995322048664093 + }, + "id": "tp_8046" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1005772, + "label": "-", + "classification": { + "B": 4.0422611924384455e-09, + "S": 7.702330862002782e-08, + "I": 1.4744404325028881e-05, + "C": 1.98087286662485e-06, + "R": 7.417201572934573e-07, + "M": 0.00027888204203918576, + "O": 6.531973212986486e-06, + "W": 4.719462154412213e-08, + "N": 1.569846546090048e-07, + "Y": 0.007334110792726278, + "U": 5.649531065188285e-09, + "K": 4.283055545784009e-07, + "L": 3.309638145765348e-07, + "G": 0.00013736909022554755, + "F": 0.0011326074600219727, + "E": 9.757787665876094e-06, + "T": 0.0028496687300503254, + "P": 0.0009244609391316772, + "-": 0.9873079657554626 + }, + "id": "tp_8047" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1005906, + "label": "-", + "classification": { + "B": 1.7130878404714167e-05, + "S": 1.884245648398064e-05, + "I": 0.0002456075162626803, + "C": 5.84395274927374e-05, + "R": 1.5935391274979338e-05, + "M": 0.0006553638959303498, + "O": 0.000257855630479753, + "W": 1.1762511348933913e-05, + "N": 1.3128675163898151e-05, + "Y": 0.0012015372049063444, + "U": 1.7969731516132015e-06, + "K": 8.785885256656911e-06, + "L": 3.3296124456683174e-05, + "G": 0.0008278865134343505, + "F": 0.015627697110176086, + "E": 0.00023220920411404222, + "T": 0.0010279698763042688, + "P": 0.03592938184738159, + "-": 0.9438154101371765 + }, + "id": "tp_8048" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1006006, + "label": "-", + "classification": { + "B": 8.152684638496055e-10, + "S": 5.3774074082468815e-09, + "I": 3.585620333979023e-08, + "C": 6.014512443641706e-09, + "R": 5.067897212995831e-09, + "M": 4.902920863969484e-06, + "O": 8.331845151587913e-07, + "W": 1.7778762906317525e-09, + "N": 2.633213924685407e-10, + "Y": 5.131887519382872e-05, + "U": 2.983479088780605e-11, + "K": 3.901833370290042e-11, + "L": 3.6981560924687074e-08, + "G": 1.360048941023706e-06, + "F": 8.276410517282784e-05, + "E": 1.3754338112903497e-08, + "T": 3.536067015375011e-05, + "P": 0.00048121908912435174, + "-": 0.999342143535614 + }, + "id": "tp_8049" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1006139, + "label": "-", + "classification": { + "B": 1.3051093219473842e-06, + "S": 1.3788193427899387e-05, + "I": 0.00014314465806819499, + "C": 0.00012271423474885523, + "R": 5.857950964127667e-05, + "M": 0.0004941927618347108, + "O": 0.00027633196441456676, + "W": 1.0691985153243877e-05, + "N": 1.7304482753388584e-05, + "Y": 0.008464028127491474, + "U": 2.520452426324482e-06, + "K": 5.708428943762556e-05, + "L": 3.084530544583686e-05, + "G": 0.0013219686225056648, + "F": 0.018828056752681732, + "E": 0.00019883830100297928, + "T": 0.0039104288443923, + "P": 0.02942511811852455, + "-": 0.9366230964660645 + }, + "id": "tp_8050" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1006273, + "label": "Y", + "classification": { + "B": 1.714410018394119e-07, + "S": 7.031249879219104e-06, + "I": 0.00019250692275818437, + "C": 1.9100090867141262e-05, + "R": 1.6462512576254085e-05, + "M": 0.0013997593196108937, + "O": 0.00026981349219568074, + "W": 1.986912366191973e-06, + "N": 2.746809741438483e-06, + "Y": 0.6601221561431885, + "U": 6.398634511128876e-09, + "K": 6.363725333358161e-06, + "L": 9.040313670993783e-06, + "G": 0.009562868624925613, + "F": 0.0026541873812675476, + "E": 2.127495827153325e-05, + "T": 0.04838130995631218, + "P": 0.00015879119746387005, + "-": 0.2771744430065155 + }, + "id": "tp_8051" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1006406, + "label": "-", + "classification": { + "B": 2.298911505604906e-09, + "S": 8.348149727055443e-09, + "I": 2.1010016553191235e-06, + "C": 1.0804179595425012e-07, + "R": 3.9540989149600136e-08, + "M": 5.047513127465209e-07, + "O": 4.394180734834663e-07, + "W": 1.3412610577745454e-08, + "N": 7.152959113909674e-08, + "Y": 3.72426729882136e-05, + "U": 2.64398258842391e-09, + "K": 9.189395768771647e-07, + "L": 4.479228543630143e-09, + "G": 2.391487669228809e-06, + "F": 0.001254855073057115, + "E": 4.8160291044041514e-06, + "T": 7.2109451139112934e-06, + "P": 0.0243876613676548, + "-": 0.9743015766143799 + }, + "id": "tp_8052" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1006507, + "label": "-", + "classification": { + "B": 2.6193186074968677e-12, + "S": 1.1154967574644736e-11, + "I": 2.335560900235123e-08, + "C": 2.052206737879203e-10, + "R": 5.403079372801045e-11, + "M": 1.9671833229040203e-07, + "O": 4.5682795324353265e-09, + "W": 3.6960577827482854e-12, + "N": 1.4752584570620897e-11, + "Y": 7.617141363880364e-06, + "U": 6.194532869508232e-14, + "K": 2.8391030845731358e-12, + "L": 6.459389967350404e-11, + "G": 2.1849577080956806e-07, + "F": 3.7573990994133055e-05, + "E": 2.4185080604866016e-08, + "T": 3.217672201571986e-06, + "P": 0.0008518603281117976, + "-": 0.9990992546081543 + }, + "id": "tp_8053" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1006640, + "label": "-", + "classification": { + "B": 5.499500410621749e-09, + "S": 5.94081139837499e-09, + "I": 1.2156585853517754e-06, + "C": 6.740265945381907e-08, + "R": 5.9086531223329075e-08, + "M": 2.2162408640724607e-05, + "O": 1.8064199593936792e-06, + "W": 4.276876186537493e-09, + "N": 4.993579771905843e-09, + "Y": 0.00028652773471549153, + "U": 2.8855223765944515e-10, + "K": 8.312665139564857e-11, + "L": 1.8465520668087265e-07, + "G": 1.581833384989295e-05, + "F": 0.00016968710406217724, + "E": 4.665322990149434e-07, + "T": 0.00017413690511602908, + "P": 0.0025161653757095337, + "-": 0.9968116879463196 + }, + "id": "tp_8054" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1006773, + "label": "-", + "classification": { + "B": 4.929298746958466e-09, + "S": 6.471193358947858e-08, + "I": 2.9552771252383536e-07, + "C": 5.474129238791647e-07, + "R": 9.025980318710936e-08, + "M": 3.0889407298673177e-06, + "O": 1.8281045868207002e-06, + "W": 1.7651926143003038e-08, + "N": 1.16995888532756e-08, + "Y": 0.0001552831963635981, + "U": 9.918442733791721e-10, + "K": 9.4317627485907e-08, + "L": 2.2093765039699065e-07, + "G": 2.852223042282276e-05, + "F": 0.007175406441092491, + "E": 1.4851815421934589e-06, + "T": 6.586306699318811e-05, + "P": 0.0022532364819198847, + "-": 0.9903138279914856 + }, + "id": "tp_8055" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1006907, + "label": "-", + "classification": { + "B": 3.6248144397177384e-07, + "S": 1.657715256442316e-05, + "I": 1.0741686310211662e-05, + "C": 4.677673587138997e-06, + "R": 2.500392383808503e-06, + "M": 0.001075053121894598, + "O": 0.00020633992971852422, + "W": 1.6113474430312635e-06, + "N": 4.1774870851440937e-07, + "Y": 0.012544066645205021, + "U": 3.3152227629784647e-09, + "K": 2.252381136713666e-06, + "L": 1.931502265506424e-05, + "G": 0.0024792880285531282, + "F": 0.023273948580026627, + "E": 4.0407081542070955e-05, + "T": 0.0040624430403113365, + "P": 0.0009232309530489147, + "-": 0.9553368091583252 + }, + "id": "tp_8056" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1007007, + "label": "-", + "classification": { + "B": 2.1610127078020014e-05, + "S": 3.994554572273046e-05, + "I": 1.6969879652606323e-05, + "C": 3.182878572260961e-05, + "R": 9.817638783715665e-06, + "M": 0.0026866707485169172, + "O": 0.00023114729265216738, + "W": 5.20221237820806e-06, + "N": 8.374993853976775e-07, + "Y": 0.0038863488007336855, + "U": 1.324083598319703e-08, + "K": 9.305237654189114e-06, + "L": 3.033268149010837e-05, + "G": 0.012954941019415855, + "F": 0.019926732406020164, + "E": 0.0006797215319238603, + "T": 0.0031601623632013798, + "P": 0.0011519648833200336, + "-": 0.9551564455032349 + }, + "id": "tp_8057" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1007140, + "label": "-", + "classification": { + "B": 2.4842194967789055e-09, + "S": 8.575630872087459e-09, + "I": 1.8615041952330103e-08, + "C": 9.961214963993825e-09, + "R": 7.912260180376052e-09, + "M": 4.695073585025966e-06, + "O": 1.8934784975499497e-06, + "W": 5.16193887634131e-09, + "N": 2.1175090847425082e-10, + "Y": 2.1717793060815893e-05, + "U": 1.635933923049837e-11, + "K": 3.5417110216817704e-11, + "L": 7.767844323325335e-08, + "G": 2.1917444428254385e-06, + "F": 0.0003242749080527574, + "E": 1.0130516869821804e-08, + "T": 2.0920444512739778e-05, + "P": 0.00026731297839432955, + "-": 0.9993569254875183 + }, + "id": "tp_8058" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1007274, + "label": "-", + "classification": { + "B": 8.46448870106542e-07, + "S": 1.2190450433990918e-05, + "I": 2.2903463104739785e-05, + "C": 5.132079877512297e-06, + "R": 2.3027612314763246e-06, + "M": 0.004233619198203087, + "O": 0.00033130761585198343, + "W": 1.2745441608785768e-06, + "N": 5.208800644140865e-07, + "Y": 0.08988234400749207, + "U": 5.487227117129123e-09, + "K": 8.099464139377233e-07, + "L": 3.5814147850032896e-05, + "G": 0.0101016191765666, + "F": 0.009067943319678307, + "E": 4.152125620748848e-05, + "T": 0.01430529821664095, + "P": 0.0005780540523119271, + "-": 0.8713764548301697 + }, + "id": "tp_8059" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1007407, + "label": "-", + "classification": { + "B": 1.6767739197121045e-08, + "S": 6.363927607111464e-09, + "I": 3.644978505690233e-06, + "C": 3.0528941152851985e-08, + "R": 9.840225523305435e-09, + "M": 8.753957808949053e-05, + "O": 1.0097963922817144e-06, + "W": 1.1078650219431552e-09, + "N": 9.429955483142294e-09, + "Y": 0.0006801227573305368, + "U": 9.200369632811345e-11, + "K": 1.7490096870798055e-10, + "L": 1.4933553416085488e-07, + "G": 8.370268915314227e-05, + "F": 0.00012721066013909876, + "E": 4.752203494717833e-06, + "T": 0.00033780571538954973, + "P": 0.0038831692654639482, + "-": 0.99479079246521 + }, + "id": "tp_8060" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1007508, + "label": "-", + "classification": { + "B": 3.9815123420439136e-11, + "S": 9.541293088943803e-09, + "I": 1.7611232294711954e-07, + "C": 8.150175534460402e-10, + "R": 7.07546021772032e-10, + "M": 1.2938838835907518e-06, + "O": 2.210110778833041e-07, + "W": 1.3018082167803868e-09, + "N": 4.637831452214414e-09, + "Y": 0.0002749791892711073, + "U": 1.4217493501944567e-11, + "K": 1.7307252297982245e-09, + "L": 9.811207402066202e-10, + "G": 4.6363192041098955e-07, + "F": 0.000329009722918272, + "E": 1.4359551414599991e-07, + "T": 0.00020706022041849792, + "P": 0.003344494616612792, + "-": 0.9958422780036926 + }, + "id": "tp_8061" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1007641, + "label": "-", + "classification": { + "B": 1.3666183917848684e-07, + "S": 3.845343599095941e-06, + "I": 1.3347794265428092e-06, + "C": 2.643018319758994e-07, + "R": 1.8315266459012491e-07, + "M": 0.0002878988452721387, + "O": 5.378512287279591e-05, + "W": 3.2236175684374757e-07, + "N": 4.091734595590424e-08, + "Y": 0.0012905457988381386, + "U": 1.1347690564988966e-09, + "K": 8.330755463248352e-08, + "L": 5.488484475790756e-06, + "G": 0.0003060563758481294, + "F": 0.006566457450389862, + "E": 6.365575245581567e-06, + "T": 0.0007555607007816434, + "P": 0.0006971455877646804, + "-": 0.9900244474411011 + }, + "id": "tp_8062" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1007774, + "label": "-", + "classification": { + "B": 4.100066689716186e-06, + "S": 2.6958978196489625e-05, + "I": 0.00034538935869932175, + "C": 7.670277227589395e-06, + "R": 1.0658024621079676e-05, + "M": 0.0015165627701207995, + "O": 0.00033202607301063836, + "W": 5.478062121255789e-06, + "N": 5.541848167922581e-06, + "Y": 0.021575579419732094, + "U": 1.371963236351803e-07, + "K": 8.402034268328862e-07, + "L": 2.8625412596738897e-05, + "G": 0.0007971925078891218, + "F": 0.0014707668451592326, + "E": 1.1476560757728294e-05, + "T": 0.029687507078051567, + "P": 0.00437659677118063, + "-": 0.9397968649864197 + }, + "id": "tp_8063" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1007908, + "label": "-", + "classification": { + "B": 0.0001528881402919069, + "S": 4.941925453749718e-06, + "I": 1.8274657122674398e-05, + "C": 2.1671619833796285e-05, + "R": 3.800664899245021e-06, + "M": 0.0001889787963591516, + "O": 9.603667422197759e-05, + "W": 2.02517981051642e-06, + "N": 7.512026058975607e-07, + "Y": 0.0002692251873668283, + "U": 2.0057770200310188e-07, + "K": 1.7813739816574525e-07, + "L": 2.6085477657034062e-05, + "G": 0.0005712322890758514, + "F": 0.0015937509015202522, + "E": 2.8142041628598236e-05, + "T": 0.0005520984996110201, + "P": 0.023850563913583755, + "-": 0.9726191759109497 + }, + "id": "tp_8064" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1008008, + "label": "-", + "classification": { + "B": 0.00013498554471880198, + "S": 0.00023215339751914144, + "I": 0.00798011850565672, + "C": 0.001875826041214168, + "R": 0.0007849776884540915, + "M": 0.008151181973516941, + "O": 0.002177214715629816, + "W": 0.0002967149775940925, + "N": 0.0008468604064546525, + "Y": 0.03179101645946503, + "U": 0.00010287361510563642, + "K": 0.0011606983607634902, + "L": 0.00044814872671850026, + "G": 0.010667117312550545, + "F": 0.03141805902123451, + "E": 0.006217047106474638, + "T": 0.026754340156912804, + "P": 0.07795407623052597, + "-": 0.7910065650939941 + }, + "id": "tp_8065" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1008141, + "label": "-", + "classification": { + "B": 1.8416103557683527e-05, + "S": 1.4198205462889746e-05, + "I": 0.0009696483029983938, + "C": 0.00044458129559643567, + "R": 0.00020196748664602637, + "M": 0.0015016852412372828, + "O": 0.00024622623459436, + "W": 1.5857605831115507e-05, + "N": 4.094786345376633e-05, + "Y": 0.014338620007038116, + "U": 6.659726295765722e-06, + "K": 6.675556505797431e-05, + "L": 5.1185368647566065e-05, + "G": 0.0038908205460757017, + "F": 0.016531381756067276, + "E": 0.0006424067541956902, + "T": 0.005023174919188023, + "P": 0.03132865950465202, + "-": 0.924666702747345 + }, + "id": "tp_8066" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1008275, + "label": "-", + "classification": { + "B": 3.536073933663175e-10, + "S": 6.178481337659747e-11, + "I": 6.5705236390600774e-12, + "C": 2.881986099420586e-12, + "R": 8.983456882029339e-13, + "M": 5.397552058639121e-07, + "O": 2.6998828062119173e-08, + "W": 3.874380417184797e-12, + "N": 5.748825318509145e-15, + "Y": 9.378724996622623e-08, + "U": 9.060634674418406e-17, + "K": 5.902573577487723e-17, + "L": 2.0114661047898608e-09, + "G": 7.687408043466348e-08, + "F": 2.0183264496154152e-05, + "E": 7.544779384582867e-11, + "T": 1.031868350764853e-07, + "P": 1.4474653653451242e-05, + "-": 0.9999644756317139 + }, + "id": "tp_8067" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1008375, + "label": "-", + "classification": { + "B": 5.985309470268874e-11, + "S": 1.6412171621738025e-09, + "I": 5.803255653802353e-10, + "C": 3.088829747532884e-10, + "R": 1.1141176869955416e-10, + "M": 9.056331009560381e-07, + "O": 1.3124392239660665e-07, + "W": 5.184103493705017e-11, + "N": 2.1146975229952014e-12, + "Y": 4.444606020115316e-05, + "U": 2.847583144760177e-14, + "K": 7.176558067430172e-13, + "L": 1.0470389888439513e-08, + "G": 3.6918568184773903e-06, + "F": 0.000741800176911056, + "E": 3.17637094404688e-09, + "T": 6.551931619469542e-06, + "P": 2.857514664356131e-05, + "-": 0.9991738200187683 + }, + "id": "tp_8068" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1008509, + "label": "-", + "classification": { + "B": 3.6735162467493865e-08, + "S": 2.007881448662374e-05, + "I": 5.417083957581781e-05, + "C": 1.0302808732376434e-05, + "R": 7.292135251191212e-06, + "M": 0.0007877748575992882, + "O": 0.000356740434654057, + "W": 7.682069735892583e-06, + "N": 2.9978079965076176e-06, + "Y": 0.29270535707473755, + "U": 3.7714760203755304e-09, + "K": 0.0001129821757785976, + "L": 2.0010295429528924e-06, + "G": 0.00536356819793582, + "F": 0.008111825212836266, + "E": 2.628015681693796e-05, + "T": 0.04239296540617943, + "P": 0.0002766799589153379, + "-": 0.6497613191604614 + }, + "id": "tp_8069" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1008642, + "label": "-", + "classification": { + "B": 1.8279042723889916e-09, + "S": 2.130578735659583e-08, + "I": 4.904501906821679e-07, + "C": 1.687044459686149e-08, + "R": 1.457144094274554e-08, + "M": 7.142795948311687e-05, + "O": 1.6053629678935977e-06, + "W": 2.1809072325851275e-09, + "N": 8.60579996153632e-10, + "Y": 0.0032826766837388277, + "U": 1.2784056799275412e-11, + "K": 7.261002216152335e-11, + "L": 7.56783435917896e-08, + "G": 1.8685057511902414e-05, + "F": 8.008819713722914e-05, + "E": 5.4625218126602704e-08, + "T": 0.0012169115943834186, + "P": 0.00012806615268345922, + "-": 0.9951997995376587 + }, + "id": "tp_8070" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1008775, + "label": "-", + "classification": { + "B": 5.840696758241393e-05, + "S": 0.00022718225955031812, + "I": 0.0003865309408865869, + "C": 7.46965961297974e-05, + "R": 5.60146254429128e-05, + "M": 0.006209047045558691, + "O": 0.0010698779951781034, + "W": 9.41450780373998e-05, + "N": 4.442986391950399e-05, + "Y": 0.015741439536213875, + "U": 7.404963980661705e-06, + "K": 1.542363315820694e-05, + "L": 0.00025169411674141884, + "G": 0.0015768634621053934, + "F": 0.028997192159295082, + "E": 0.0003684403491206467, + "T": 0.01804342493414879, + "P": 0.027271442115306854, + "-": 0.8995063304901123 + }, + "id": "tp_8071" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1008876, + "label": "-", + "classification": { + "B": 8.070041076280177e-05, + "S": 0.0005410645389929414, + "I": 9.004408639157191e-06, + "C": 5.374509782996029e-05, + "R": 2.1130445020389743e-05, + "M": 0.0036515272222459316, + "O": 0.0028396076522767544, + "W": 4.236227323417552e-05, + "N": 9.305201729148393e-07, + "Y": 0.0007987063727341592, + "U": 6.786267903180487e-08, + "K": 6.626065669479431e-07, + "L": 0.0016768007772043347, + "G": 0.007544121704995632, + "F": 0.12676790356636047, + "E": 0.00010747886699391529, + "T": 0.0011805781396105886, + "P": 0.0030047029722481966, + "-": 0.8516789078712463 + }, + "id": "tp_8072" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1009009, + "label": "-", + "classification": { + "B": 3.472481466815225e-07, + "S": 1.1387359108994133e-06, + "I": 1.6122456145239994e-05, + "C": 8.623575013189111e-06, + "R": 2.5934284622053383e-06, + "M": 0.0010288009652867913, + "O": 3.7975190934957936e-05, + "W": 4.411215002164681e-07, + "N": 3.5265932751826767e-07, + "Y": 0.02139141596853733, + "U": 1.2528508008813333e-08, + "K": 2.575387043179944e-06, + "L": 6.889320047775982e-06, + "G": 0.004340341314673424, + "F": 0.008126290515065193, + "E": 0.00011720330076059327, + "T": 0.00387005228549242, + "P": 0.0009875863324850798, + "-": 0.960061252117157 + }, + "id": "tp_8073" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1009142, + "label": "-", + "classification": { + "B": 2.819064626180534e-08, + "S": 2.5039503270818386e-07, + "I": 3.4044111089315265e-05, + "C": 1.583187622600235e-05, + "R": 2.2542369606526336e-06, + "M": 3.7472531403182074e-05, + "O": 7.726341209490784e-06, + "W": 2.0665798672325764e-07, + "N": 1.0895663535848144e-06, + "Y": 0.007784322835505009, + "U": 4.046543011781978e-08, + "K": 1.3681514246854931e-05, + "L": 8.156196145137073e-07, + "G": 0.0008077272796072066, + "F": 0.021199122071266174, + "E": 0.00012272974709048867, + "T": 0.001041275099851191, + "P": 0.009128485806286335, + "-": 0.9598029851913452 + }, + "id": "tp_8074" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1009276, + "label": "-", + "classification": { + "B": 1.0866261618502904e-05, + "S": 8.1262354797218e-05, + "I": 0.0015274788020178676, + "C": 0.0015298150246962905, + "R": 0.0005720940534956753, + "M": 0.005558419041335583, + "O": 0.0008975783712230623, + "W": 8.441136014880612e-05, + "N": 9.265250264434144e-05, + "Y": 0.030905237421393394, + "U": 1.7576930986251682e-05, + "K": 0.00016940987552516162, + "L": 0.00016254493675660342, + "G": 0.004717281088232994, + "F": 0.021698446944355965, + "E": 0.0005058662500232458, + "T": 0.01793661154806614, + "P": 0.01772468164563179, + "-": 0.8958078622817993 + }, + "id": "tp_8075" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1009376, + "label": "-", + "classification": { + "B": 6.880483738314069e-07, + "S": 1.7254499198315898e-06, + "I": 0.0007411792757920921, + "C": 2.3620445062988438e-05, + "R": 1.5815909137018025e-05, + "M": 0.000641163787804544, + "O": 6.95686976541765e-05, + "W": 1.5136668025661493e-06, + "N": 9.16799581318628e-06, + "Y": 0.038212988525629044, + "U": 2.1000045080654672e-07, + "K": 5.3438616305356845e-06, + "L": 4.079104655829724e-06, + "G": 0.0016108483541756868, + "F": 0.0013580966042354703, + "E": 0.0001955450134119019, + "T": 0.010005371645092964, + "P": 0.012883719988167286, + "-": 0.9342193603515625 + }, + "id": "tp_8076" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1009510, + "label": "-", + "classification": { + "B": 1.7539145247269516e-08, + "S": 1.496675139378567e-07, + "I": 3.048483563361515e-07, + "C": 3.7343639291975705e-07, + "R": 2.576690292244166e-07, + "M": 3.917011781595647e-05, + "O": 1.0791935892484616e-05, + "W": 3.577589779979462e-08, + "N": 4.518468710301704e-09, + "Y": 0.0014291295083239675, + "U": 3.92070570454095e-10, + "K": 6.089722948132703e-09, + "L": 1.929543714140891e-06, + "G": 0.0001957762724487111, + "F": 0.005004905629903078, + "E": 3.3969652690757357e-07, + "T": 0.0002940901031251997, + "P": 0.00036840952816419303, + "-": 0.9926542043685913 + }, + "id": "tp_8077" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1009643, + "label": "-", + "classification": { + "B": 4.044567504024599e-06, + "S": 1.6368334399885498e-05, + "I": 2.841074319803738e-06, + "C": 3.7400461678771535e-06, + "R": 4.531748345470987e-06, + "M": 0.0008859872468747199, + "O": 0.0002646910143084824, + "W": 3.0488940865325276e-06, + "N": 7.658969991553022e-08, + "Y": 0.0009636590257287025, + "U": 7.317108252635762e-09, + "K": 5.01833667954088e-08, + "L": 5.0230555643793195e-05, + "G": 0.00045023008715361357, + "F": 0.008986868895590305, + "E": 3.714184003911214e-06, + "T": 0.0009083265904337168, + "P": 0.000785260577686131, + "-": 0.9866663813591003 + }, + "id": "tp_8078" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1009776, + "label": "-", + "classification": { + "B": 4.696830160355603e-07, + "S": 4.1796349137257494e-07, + "I": 3.520516884236713e-06, + "C": 6.289022849159664e-07, + "R": 5.261033493297873e-07, + "M": 0.0003488296642899513, + "O": 4.6778233809163794e-05, + "W": 3.176495226853149e-07, + "N": 2.9710621518574953e-08, + "Y": 0.0013974966714158654, + "U": 3.5410447907224807e-09, + "K": 1.4950662929891223e-09, + "L": 4.931447620037943e-06, + "G": 6.954505079193041e-05, + "F": 0.00017593229131307453, + "E": 3.2426939355900686e-07, + "T": 0.0025414421688765287, + "P": 0.0004132465983275324, + "-": 0.9949954748153687 + }, + "id": "tp_8079" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1009877, + "label": "-", + "classification": { + "B": 3.416839035708108e-06, + "S": 2.3055922611092683e-06, + "I": 1.668080221861601e-05, + "C": 5.231034811004065e-05, + "R": 2.569412754382938e-05, + "M": 0.0007706581382080913, + "O": 0.00015457624976988882, + "W": 1.0234869023406645e-06, + "N": 2.890888595175056e-07, + "Y": 0.002544273156672716, + "U": 5.1275119261617874e-08, + "K": 3.061578723873026e-08, + "L": 6.516103894682601e-05, + "G": 0.001075797714293003, + "F": 0.0018967926735058427, + "E": 1.1175543477293104e-05, + "T": 0.0016784215113148093, + "P": 0.0026160578709095716, + "-": 0.9890852570533752 + }, + "id": "tp_8080" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1010010, + "label": "-", + "classification": { + "B": 5.158342197830734e-09, + "S": 1.3090412309679778e-08, + "I": 1.2536217752767698e-07, + "C": 9.433063752339876e-08, + "R": 4.9062300888635946e-08, + "M": 1.4026342796569224e-05, + "O": 2.030110181294731e-06, + "W": 4.608745385326074e-09, + "N": 4.646166229527182e-10, + "Y": 0.00024449604097753763, + "U": 7.72010233518472e-11, + "K": 2.1576739006601287e-10, + "L": 2.941644368092966e-07, + "G": 3.248619395890273e-05, + "F": 0.00037828279891982675, + "E": 6.756916093308973e-08, + "T": 9.415803651791066e-05, + "P": 0.00020001486700493842, + "-": 0.9990339279174805 + }, + "id": "tp_8081" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1010143, + "label": "-", + "classification": { + "B": 5.829839722082397e-09, + "S": 2.574054633441847e-06, + "I": 1.4373280521340348e-07, + "C": 7.175050541263772e-06, + "R": 2.363495923418668e-06, + "M": 0.00029122113483026624, + "O": 3.141959314234555e-05, + "W": 1.8322114669899747e-07, + "N": 7.1578440952180244e-09, + "Y": 0.02329731360077858, + "U": 2.148812516811205e-10, + "K": 1.939540197781753e-06, + "L": 6.1879704844614025e-06, + "G": 0.004513315856456757, + "F": 0.08927886188030243, + "E": 2.575449570940691e-06, + "T": 0.002731899032369256, + "P": 4.0660012018634006e-05, + "-": 0.8797921538352966 + }, + "id": "tp_8082" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1010277, + "label": "Y", + "classification": { + "B": 3.573432938441812e-10, + "S": 5.605442083833623e-07, + "I": 2.7385012799641117e-06, + "C": 5.721483830711804e-06, + "R": 2.8915785605931887e-06, + "M": 0.0006230919389054179, + "O": 4.4470383727457374e-05, + "W": 6.565001342551113e-08, + "N": 1.2549254968519108e-08, + "Y": 0.7256584167480469, + "U": 9.95363600569954e-12, + "K": 6.247496031619448e-08, + "L": 2.854575768651557e-06, + "G": 0.008552388288080692, + "F": 0.005162680987268686, + "E": 6.158458063509897e-07, + "T": 0.04062621295452118, + "P": 3.2576847388554597e-06, + "-": 0.219313845038414 + }, + "id": "tp_8083" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1010377, + "label": "-", + "classification": { + "B": 6.929735951732852e-11, + "S": 5.531038405059974e-10, + "I": 3.028883810429761e-08, + "C": 1.2361705614694074e-07, + "R": 1.9238035164903522e-08, + "M": 5.1503648137440905e-06, + "O": 2.0170934078578284e-07, + "W": 3.414046823024819e-10, + "N": 1.5090735605571837e-10, + "Y": 0.0002531241625547409, + "U": 1.781316413818068e-11, + "K": 3.0685629592852592e-09, + "L": 2.5563959837882066e-08, + "G": 2.36304804275278e-05, + "F": 0.0003929902159143239, + "E": 1.168846779364685e-07, + "T": 8.451972098555416e-05, + "P": 0.0001113351754611358, + "-": 0.9991287589073181 + }, + "id": "tp_8084" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1010511, + "label": "-", + "classification": { + "B": 9.276228229282424e-05, + "S": 0.00010517460759729147, + "I": 0.0005999046843498945, + "C": 0.004122488666325808, + "R": 0.0015950476517900825, + "M": 0.027139948680996895, + "O": 0.0028088465332984924, + "W": 7.175643986556679e-05, + "N": 2.2043881472200155e-05, + "Y": 0.05894850939512253, + "U": 7.666402780159842e-06, + "K": 9.963273441826459e-06, + "L": 0.0020593267399817705, + "G": 0.025919456034898758, + "F": 0.019298091530799866, + "E": 0.0005395392654463649, + "T": 0.025845786556601524, + "P": 0.0052603380754590034, + "-": 0.8255533576011658 + }, + "id": "tp_8085" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1010644, + "label": "-", + "classification": { + "B": 3.97053872802644e-06, + "S": 6.459095857280772e-06, + "I": 4.079853169969283e-05, + "C": 6.863332237116992e-05, + "R": 4.882153370999731e-05, + "M": 0.029903292655944824, + "O": 0.0007185566937550902, + "W": 1.2103973858756945e-06, + "N": 2.9277347834977263e-07, + "Y": 0.20025114715099335, + "U": 3.392635061771898e-09, + "K": 5.361548360838242e-08, + "L": 0.0002666605287231505, + "G": 0.049528542906045914, + "F": 0.0022507875692099333, + "E": 6.960890459595248e-05, + "T": 0.043090589344501495, + "P": 0.00012971769319847226, + "-": 0.6736209392547607 + }, + "id": "tp_8086" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1010777, + "label": "-", + "classification": { + "B": 5.754977792093996e-07, + "S": 2.283887397425133e-06, + "I": 7.285919764399296e-06, + "C": 1.1315614045770417e-07, + "R": 1.8241055954604235e-07, + "M": 0.001202419400215149, + "O": 0.00012570805847644806, + "W": 1.1812586109272161e-07, + "N": 1.7701626831012618e-08, + "Y": 0.011402956210076809, + "U": 5.872570485454531e-11, + "K": 8.429322795322491e-10, + "L": 8.18145872472087e-06, + "G": 0.0007480509812012315, + "F": 0.0005325511447153986, + "E": 1.1845261269627372e-06, + "T": 0.0031038159504532814, + "P": 0.00011666012869682163, + "-": 0.9827479720115662 + }, + "id": "tp_8087" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1010878, + "label": "-", + "classification": { + "B": 1.7637571403383845e-08, + "S": 1.2506815139090577e-08, + "I": 2.9432882797664206e-08, + "C": 7.40921934916372e-10, + "R": 5.401081804023988e-10, + "M": 2.4548126020818017e-05, + "O": 1.1431610573708895e-06, + "W": 1.1670352462189726e-09, + "N": 4.483026797008627e-11, + "Y": 3.2957530493149534e-05, + "U": 4.60747163078673e-13, + "K": 1.2318056730881155e-12, + "L": 4.285343280230336e-08, + "G": 2.4539219793950906e-06, + "F": 2.387067797826603e-05, + "E": 3.130139347717886e-08, + "T": 6.381987623171881e-05, + "P": 0.0001002035933197476, + "-": 0.9997509121894836 + }, + "id": "tp_8088" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1011011, + "label": "-", + "classification": { + "B": 1.9726822841903413e-08, + "S": 1.9313719690217113e-07, + "I": 9.226753405755517e-08, + "C": 2.7623511869023787e-06, + "R": 1.543665348435752e-06, + "M": 5.2449442591750994e-05, + "O": 1.3634320566779934e-05, + "W": 4.4120401554437194e-08, + "N": 7.41906092116551e-10, + "Y": 0.00024152574769686908, + "U": 1.2951273387074025e-10, + "K": 1.5319830959370506e-09, + "L": 7.599911896249978e-06, + "G": 0.00020882088574580848, + "F": 0.010876072570681572, + "E": 1.568648286820462e-07, + "T": 4.281525616534054e-05, + "P": 0.0002209093072451651, + "-": 0.9883313775062561 + }, + "id": "tp_8089" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1011144, + "label": "-", + "classification": { + "B": 9.755407859302068e-08, + "S": 1.4305497586519778e-07, + "I": 4.18473746321979e-07, + "C": 8.969207954123704e-08, + "R": 3.6236595946093075e-08, + "M": 0.0001072137092705816, + "O": 5.652489107887959e-06, + "W": 2.543025701129409e-08, + "N": 5.442515327302999e-09, + "Y": 0.0004348172224126756, + "U": 3.4868036236090916e-10, + "K": 2.73147438001331e-09, + "L": 4.87658837755589e-07, + "G": 5.297471216181293e-05, + "F": 0.0006739833042956889, + "E": 1.2110544957977254e-06, + "T": 0.00021168858802411705, + "P": 0.0006474649999290705, + "-": 0.9978637099266052 + }, + "id": "tp_8090" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1011278, + "label": "-", + "classification": { + "B": 1.2507296531794054e-08, + "S": 5.381181722441397e-08, + "I": 1.6043881601035537e-07, + "C": 4.0566792591789635e-08, + "R": 1.2776990132579158e-08, + "M": 1.0279714842909016e-05, + "O": 1.2745433650707128e-06, + "W": 4.286830446176282e-09, + "N": 1.2615078981426109e-09, + "Y": 7.994821498868987e-05, + "U": 2.1800415639372517e-11, + "K": 3.552096117243053e-10, + "L": 2.1073824996165058e-07, + "G": 3.303706398583017e-05, + "F": 0.006776690948754549, + "E": 2.5253004878322827e-06, + "T": 3.5519900848157704e-05, + "P": 0.0021045466419309378, + "-": 0.990955650806427 + }, + "id": "tp_8091" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1011378, + "label": "-", + "classification": { + "B": 2.7748783271164257e-09, + "S": 1.7961067300120703e-08, + "I": 6.907370675435232e-08, + "C": 1.6846579686813357e-09, + "R": 9.113408361294262e-10, + "M": 0.000143183657201007, + "O": 2.490068482075003e-06, + "W": 4.1837705522240753e-10, + "N": 9.866615163778292e-11, + "Y": 0.0003800886624958366, + "U": 3.2576225788075175e-13, + "K": 7.026855226160977e-13, + "L": 2.518907535886683e-07, + "G": 4.068582347827032e-05, + "F": 8.338060433743522e-05, + "E": 2.8960986497850172e-08, + "T": 0.0004279675194993615, + "P": 3.434006430325098e-05, + "-": 0.9988874793052673 + }, + "id": "tp_8092" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1011512, + "label": "-", + "classification": { + "B": 1.9944813856032084e-10, + "S": 6.138035635316896e-10, + "I": 3.347084316374094e-07, + "C": 5.738253427978179e-09, + "R": 5.067565922445283e-09, + "M": 2.502695224393392e-06, + "O": 2.516455310797028e-07, + "W": 6.758913428939195e-10, + "N": 1.845470998240728e-09, + "Y": 0.00018832461501006037, + "U": 1.2430684259712166e-10, + "K": 4.850164270209234e-09, + "L": 3.2406513028604422e-09, + "G": 3.3682842968119076e-06, + "F": 4.5427670556819066e-05, + "E": 4.9838863702689196e-08, + "T": 0.00015078070282470435, + "P": 0.00062546506524086, + "-": 0.9989834427833557 + }, + "id": "tp_8093" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1011645, + "label": "-", + "classification": { + "B": 7.81629960755481e-09, + "S": 1.2486511025144864e-07, + "I": 6.718411782458134e-07, + "C": 8.782146210251085e-07, + "R": 2.2627473583725077e-07, + "M": 2.8505690352176316e-05, + "O": 3.636420387920225e-06, + "W": 4.292688871032624e-08, + "N": 1.1035413471915945e-08, + "Y": 0.005432717967778444, + "U": 3.335846598950809e-10, + "K": 5.442637629471392e-08, + "L": 1.304406112012657e-07, + "G": 4.9431670049671084e-05, + "F": 0.0010026112431660295, + "E": 3.127514673906262e-07, + "T": 0.0011912259506061673, + "P": 0.00021086832566652447, + "-": 0.9920784831047058 + }, + "id": "tp_8094" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1011778, + "label": "-", + "classification": { + "B": 4.192737890207354e-07, + "S": 2.020428655669093e-05, + "I": 0.00019735624664463103, + "C": 2.3995060473680496e-05, + "R": 1.652208811719902e-05, + "M": 0.001598493428900838, + "O": 0.00023387826513499022, + "W": 5.234686341282213e-06, + "N": 5.250691174296662e-06, + "Y": 0.12907788157463074, + "U": 3.710358953412651e-08, + "K": 3.5223023587604985e-05, + "L": 1.3855526958650444e-05, + "G": 0.00463517289608717, + "F": 0.009093391709029675, + "E": 0.0002709867840167135, + "T": 0.02593429759144783, + "P": 0.002378595294430852, + "-": 0.8264591097831726 + }, + "id": "tp_8095" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1011879, + "label": "-", + "classification": { + "B": 2.0447958881675277e-09, + "S": 5.2541299311315015e-08, + "I": 7.883394381735798e-09, + "C": 5.877781372731761e-09, + "R": 7.917147826219662e-09, + "M": 3.868779094773345e-05, + "O": 6.854109415144194e-06, + "W": 5.896196419996613e-09, + "N": 4.911833786924724e-11, + "Y": 6.0990994825260714e-05, + "U": 2.4877140278323218e-12, + "K": 3.0124788080732046e-11, + "L": 4.2006212197520654e-07, + "G": 1.004862497211434e-05, + "F": 0.0003489161317702383, + "E": 5.9125597751119585e-09, + "T": 6.285448034759611e-05, + "P": 2.6989993784809485e-05, + "-": 0.9994441866874695 + }, + "id": "tp_8096" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1012012, + "label": "-", + "classification": { + "B": 5.18112356076017e-05, + "S": 2.174752989958506e-05, + "I": 1.628777499718126e-05, + "C": 5.7124972954625264e-05, + "R": 1.299952418776229e-05, + "M": 0.0024511211086064577, + "O": 0.00047491147415712476, + "W": 4.5441197471518535e-06, + "N": 9.415908266419137e-07, + "Y": 0.002298569306731224, + "U": 1.5512715378918074e-07, + "K": 2.2426551993248722e-07, + "L": 0.00031333367223851383, + "G": 0.003936962690204382, + "F": 0.02787240967154503, + "E": 0.00011962716234847903, + "T": 0.0017227684147655964, + "P": 0.006602210458368063, + "-": 0.9540421366691589 + }, + "id": "tp_8097" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1012145, + "label": "-", + "classification": { + "B": 9.679458798927953e-07, + "S": 1.0809405921463622e-06, + "I": 6.368879894580459e-06, + "C": 1.0022476999438368e-06, + "R": 3.818271352429292e-07, + "M": 0.0023730325046926737, + "O": 2.6263000108883716e-05, + "W": 6.552107123525275e-08, + "N": 1.9818104490809674e-08, + "Y": 0.0048855748027563095, + "U": 1.9617854563058756e-10, + "K": 4.737232384144363e-09, + "L": 4.30967111242353e-06, + "G": 0.0008220293675549328, + "F": 0.000829730648547411, + "E": 2.033294913417194e-05, + "T": 0.0010445774532854557, + "P": 0.000501343107316643, + "-": 0.9894828200340271 + }, + "id": "tp_8098" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1012279, + "label": "-", + "classification": { + "B": 3.6851616869171266e-07, + "S": 2.4927669528551633e-06, + "I": 7.5159982770856e-06, + "C": 5.336326648830436e-05, + "R": 1.5830923075554892e-05, + "M": 0.0010962591040879488, + "O": 0.00010638940148055553, + "W": 9.747740250531933e-07, + "N": 1.4474028375843773e-07, + "Y": 0.020917925983667374, + "U": 2.0229999009302446e-08, + "K": 4.5973808937560534e-07, + "L": 2.0706709619844332e-05, + "G": 0.0015580873005092144, + "F": 0.0023555264342576265, + "E": 5.45598868484376e-06, + "T": 0.004812857136130333, + "P": 0.000293401419185102, + "-": 0.9687522649765015 + }, + "id": "tp_8099" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1012379, + "label": "-", + "classification": { + "B": 1.9264730326540302e-06, + "S": 4.9471227612229995e-06, + "I": 1.9754435243157786e-07, + "C": 2.473380845913198e-06, + "R": 1.0221102684226935e-06, + "M": 0.0034691235050559044, + "O": 0.00034077963209711015, + "W": 6.699890491290716e-07, + "N": 4.770787764840634e-09, + "Y": 0.001503226812928915, + "U": 2.3719534669730535e-10, + "K": 8.716252164475691e-10, + "L": 0.00016386776405852288, + "G": 0.0025278879329562187, + "F": 0.00768432067707181, + "E": 2.7018331820727326e-06, + "T": 0.0013149024453014135, + "P": 0.00010386281064711511, + "-": 0.9828780889511108 + }, + "id": "tp_8100" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1012513, + "label": "-", + "classification": { + "B": 0.0004897796316072345, + "S": 0.00011402170639485121, + "I": 0.0012864286545664072, + "C": 0.00020241894526407123, + "R": 9.734914056025445e-05, + "M": 0.002328257542103529, + "O": 0.0016838135197758675, + "W": 0.00010473762085894123, + "N": 0.00016140878142323345, + "Y": 0.0034697719383984804, + "U": 2.2000118406140245e-05, + "K": 1.5434397937497124e-05, + "L": 0.00032188178738579154, + "G": 0.0033049785997718573, + "F": 0.010018672794103622, + "E": 0.0008956705569289625, + "T": 0.00521783996373415, + "P": 0.17537325620651245, + "-": 0.7948923110961914 + }, + "id": "tp_8101" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1012646, + "label": "-", + "classification": { + "B": 1.523438641015673e-05, + "S": 4.996427833248163e-06, + "I": 0.0001467846450395882, + "C": 2.4763225155766122e-05, + "R": 4.446271759661613e-06, + "M": 0.000935951538849622, + "O": 0.00013219926040619612, + "W": 2.491099166945787e-06, + "N": 6.6146290009783115e-06, + "Y": 0.0012128278613090515, + "U": 6.364099363054265e-07, + "K": 5.047988906881073e-07, + "L": 2.9383396395132877e-05, + "G": 0.0009670724393799901, + "F": 0.0024774244520813227, + "E": 0.00029109936440363526, + "T": 0.0017632846720516682, + "P": 0.08058198541402817, + "-": 0.9114023447036743 + }, + "id": "tp_8102" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1012779, + "label": "-", + "classification": { + "B": 1.5642960704553843e-08, + "S": 1.2111483371768372e-08, + "I": 0.000212283426662907, + "C": 1.3537662653106963e-06, + "R": 8.76680132932961e-07, + "M": 1.1298122444713954e-05, + "O": 2.241424226667732e-06, + "W": 5.294904070751727e-08, + "N": 2.3638624497834826e-06, + "Y": 0.0010833250125870109, + "U": 5.337501463031913e-08, + "K": 1.557067207613727e-06, + "L": 7.538447732713394e-08, + "G": 5.270849942462519e-05, + "F": 0.0005047482554800808, + "E": 7.303564780158922e-05, + "T": 0.0006337355589494109, + "P": 0.05841308832168579, + "-": 0.9390072226524353 + }, + "id": "tp_8103" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1012880, + "label": "-", + "classification": { + "B": 5.398017033364511e-10, + "S": 1.7115349137952762e-09, + "I": 2.7152102575200843e-06, + "C": 9.019422719802606e-08, + "R": 2.3693305095662254e-08, + "M": 2.9628029096784303e-07, + "O": 2.6022240717793466e-07, + "W": 4.691357080588432e-09, + "N": 1.1341214189997118e-07, + "Y": 9.70278779277578e-05, + "U": 3.746694954287477e-09, + "K": 8.784759870650305e-07, + "L": 2.1999777555237188e-09, + "G": 2.8838173875556095e-06, + "F": 0.000298872881103307, + "E": 4.661537332140142e-06, + "T": 2.4205761292250827e-05, + "P": 0.02781391143798828, + "-": 0.9717540740966797 + }, + "id": "tp_8104" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1013013, + "label": "-", + "classification": { + "B": 0.0005149836069904268, + "S": 0.000660378544125706, + "I": 0.0010943651432171464, + "C": 0.0008666780777275562, + "R": 0.00031653567566536367, + "M": 0.006144393235445023, + "O": 0.001965311588719487, + "W": 0.0002413941838312894, + "N": 0.0002708348329178989, + "Y": 0.035596005618572235, + "U": 6.0900278185727075e-05, + "K": 0.000851040764246136, + "L": 0.0006436288240365684, + "G": 0.026463285088539124, + "F": 0.09030089527368546, + "E": 0.005318525712937117, + "T": 0.011800171807408333, + "P": 0.05307795852422714, + "-": 0.7638126611709595 + }, + "id": "tp_8105" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1013146, + "label": "P", + "classification": { + "B": 1.2918237146664069e-08, + "S": 8.179781851858081e-10, + "I": 9.724815026856959e-05, + "C": 3.084784054863121e-07, + "R": 1.3484234173688492e-08, + "M": 1.8236548839922762e-06, + "O": 1.1414343958904283e-07, + "W": 1.7406438512779232e-09, + "N": 4.165520977039705e-07, + "Y": 1.1612607522692997e-05, + "U": 1.2484626665809628e-09, + "K": 3.4245006830246894e-09, + "L": 8.003663509725811e-09, + "G": 4.587436251313193e-06, + "F": 2.307643990206998e-05, + "E": 6.303392729023471e-05, + "T": 7.496855232602684e-06, + "P": 0.6443772912025452, + "-": 0.35541296005249023 + }, + "id": "tp_8106" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1013280, + "label": "-", + "classification": { + "B": 5.220715024734091e-07, + "S": 3.5265529731987044e-06, + "I": 0.00014363699301611632, + "C": 4.259962952346541e-05, + "R": 1.347980560240103e-05, + "M": 0.00011561540304683149, + "O": 9.683604730525985e-05, + "W": 4.8754277486295905e-06, + "N": 1.6440781109849922e-05, + "Y": 0.004499795380979776, + "U": 9.892721664073179e-07, + "K": 5.768987102783285e-05, + "L": 5.9187091210333165e-06, + "G": 0.0007921903161332011, + "F": 0.013741052709519863, + "E": 0.0002899867540691048, + "T": 0.0021404719445854425, + "P": 0.03614594414830208, + "-": 0.9418885111808777 + }, + "id": "tp_8107" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1013380, + "label": "-", + "classification": { + "B": 2.8528330631161225e-07, + "S": 1.00873677411073e-07, + "I": 0.00013275684614200145, + "C": 1.2339139175310265e-05, + "R": 1.66529935086146e-06, + "M": 5.636287824017927e-05, + "O": 1.0158731129195075e-05, + "W": 1.6813972081308748e-07, + "N": 2.721619921430829e-06, + "Y": 0.0007341471500694752, + "U": 1.4817364046848525e-07, + "K": 1.5846110557049542e-07, + "L": 1.6444483890154515e-06, + "G": 0.00016629189485684037, + "F": 0.0008474624482914805, + "E": 7.667858153581619e-05, + "T": 0.000519305991474539, + "P": 0.11281712353229523, + "-": 0.8846204280853271 + }, + "id": "tp_8108" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1013514, + "label": "-", + "classification": { + "B": 2.43236456753948e-07, + "S": 2.3885043276550277e-08, + "I": 5.4173982789507136e-05, + "C": 7.677527719351929e-06, + "R": 9.286420663556783e-07, + "M": 4.708537289843662e-06, + "O": 2.18674358620774e-06, + "W": 6.657177209490328e-08, + "N": 6.793520128667296e-07, + "Y": 0.0003212760202586651, + "U": 7.473865792917422e-08, + "K": 4.2866835769928e-07, + "L": 2.6602592129165714e-07, + "G": 0.00014875209308229387, + "F": 0.0015380301047116518, + "E": 3.132474739686586e-05, + "T": 5.143569433130324e-05, + "P": 0.07416551560163498, + "-": 0.9236721992492676 + }, + "id": "tp_8109" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1013647, + "label": "-", + "classification": { + "B": 1.9867171431542374e-05, + "S": 7.24220490155858e-06, + "I": 0.00012503692414611578, + "C": 0.00014992272190283984, + "R": 4.0074617572827265e-05, + "M": 0.0017435383051633835, + "O": 0.00019984369282610714, + "W": 4.334287041274365e-06, + "N": 5.517861154658021e-06, + "Y": 0.01157609187066555, + "U": 1.929484596985276e-06, + "K": 3.111045543846558e-06, + "L": 0.0001224237057613209, + "G": 0.0044736554846167564, + "F": 0.005665848962962627, + "E": 0.0004227238823659718, + "T": 0.004716871306300163, + "P": 0.02017294429242611, + "-": 0.9505489468574524 + }, + "id": "tp_8110" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1013780, + "label": "-", + "classification": { + "B": 1.4241002645576373e-05, + "S": 8.992384209705051e-06, + "I": 0.0003675995103549212, + "C": 0.00023742114717606455, + "R": 8.532265201210976e-05, + "M": 0.0004230393096804619, + "O": 0.00017024257977027446, + "W": 9.724392839416396e-06, + "N": 1.0493488844076637e-05, + "Y": 0.0031338187400251627, + "U": 2.4564380964875454e-06, + "K": 6.362283215821662e-07, + "L": 7.700060086790472e-05, + "G": 0.00047655461821705103, + "F": 0.002915011253207922, + "E": 8.978378173196688e-05, + "T": 0.0017444323748350143, + "P": 0.0462188795208931, + "-": 0.9440143704414368 + }, + "id": "tp_8111" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1013881, + "label": "-", + "classification": { + "B": 1.2603901211605262e-07, + "S": 6.203558911010987e-08, + "I": 5.1786802941933274e-05, + "C": 4.342391548561864e-06, + "R": 1.695252080935461e-06, + "M": 4.108661596546881e-05, + "O": 6.881064109620638e-06, + "W": 7.546761082721787e-08, + "N": 7.273686719599937e-07, + "Y": 0.0016589985461905599, + "U": 3.4866513232145735e-08, + "K": 1.1182316228541822e-07, + "L": 9.672861551734968e-07, + "G": 0.00016353550017811358, + "F": 0.0013567968271672726, + "E": 2.9121549232513644e-05, + "T": 0.0005290370318107307, + "P": 0.02630314789712429, + "-": 0.9698514342308044 + }, + "id": "tp_8112" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1014014, + "label": "-", + "classification": { + "B": 2.1562199492564105e-07, + "S": 1.2754965155181708e-06, + "I": 0.00025568559067323804, + "C": 1.0589279554551467e-05, + "R": 1.1519360896272701e-06, + "M": 3.206239125574939e-05, + "O": 7.955919500091113e-06, + "W": 1.091898752747511e-06, + "N": 2.7761740057030693e-05, + "Y": 0.00117474514991045, + "U": 2.6767929739435203e-07, + "K": 0.0002360947401029989, + "L": 1.848242590085647e-07, + "G": 0.00017982549616135657, + "F": 0.012858974747359753, + "E": 0.0017490684986114502, + "T": 0.00025088226539082825, + "P": 0.28933972120285034, + "-": 0.6938725113868713 + }, + "id": "tp_8113" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1014147, + "label": "-", + "classification": { + "B": 1.6381715539637298e-08, + "S": 6.170187027976226e-09, + "I": 1.4408894458028954e-05, + "C": 1.0433518582431134e-06, + "R": 5.748102083202866e-08, + "M": 1.285621806346171e-06, + "O": 9.411167525286146e-07, + "W": 9.451398774729114e-09, + "N": 1.3695105849365063e-07, + "Y": 1.2333845006651245e-05, + "U": 4.302902922859175e-09, + "K": 1.5758310212277138e-09, + "L": 5.733462415946633e-08, + "G": 3.268184173066402e-06, + "F": 6.403400038834661e-05, + "E": 2.1924502107140142e-06, + "T": 1.6748725101933815e-05, + "P": 0.08781112730503082, + "-": 0.9120721817016602 + }, + "id": "tp_8114" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1014281, + "label": "-", + "classification": { + "B": 1.5363133570645005e-05, + "S": 3.863455049213371e-07, + "I": 0.00041212805081158876, + "C": 1.4467303117271513e-05, + "R": 1.3449990774461185e-06, + "M": 0.00010774655675049871, + "O": 1.0997707249771338e-05, + "W": 1.9909280979391042e-07, + "N": 6.753241905244067e-06, + "Y": 0.0006983652128838003, + "U": 1.0803078254184584e-07, + "K": 3.7330542568270175e-07, + "L": 2.822936949087307e-06, + "G": 0.0011581494472920895, + "F": 0.0021544555202126503, + "E": 0.0018002884462475777, + "T": 0.00018024702148977667, + "P": 0.3388293981552124, + "-": 0.6546063423156738 + }, + "id": "tp_8115" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1014381, + "label": "-", + "classification": { + "B": 0.001318586990237236, + "S": 0.0003302475961390883, + "I": 0.006909106392413378, + "C": 0.0013870191760361195, + "R": 0.0004500341019593179, + "M": 0.0077082086354494095, + "O": 0.0032337489537894726, + "W": 0.00020613819651771337, + "N": 0.00035768825910054147, + "Y": 0.008965425193309784, + "U": 3.538180681061931e-05, + "K": 1.9086888642050326e-05, + "L": 0.0019407812505960464, + "G": 0.020228300243616104, + "F": 0.01874591037631035, + "E": 0.009633171372115612, + "T": 0.005712905433028936, + "P": 0.19875496625900269, + "-": 0.7140631675720215 + }, + "id": "tp_8116" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1014515, + "label": "P", + "classification": { + "B": 0.0014306576922535896, + "S": 0.00021612292039208114, + "I": 0.003479012520983815, + "C": 0.00032578036189079285, + "R": 7.410084799630567e-05, + "M": 0.0016198811354115605, + "O": 0.0011488337768241763, + "W": 0.00022978756169322878, + "N": 0.0005797715857625008, + "Y": 0.001084630494005978, + "U": 4.909430572297424e-05, + "K": 4.176844231551513e-05, + "L": 0.0002787247358355671, + "G": 0.0015998221933841705, + "F": 0.006428220774978399, + "E": 0.004022476263344288, + "T": 0.00204222509637475, + "P": 0.5659284591674805, + "-": 0.40942057967185974 + }, + "id": "tp_8117" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1014648, + "label": "-", + "classification": { + "B": 3.3107588137681887e-07, + "S": 1.8021186765082575e-09, + "I": 1.126899064729514e-06, + "C": 6.659404334641295e-07, + "R": 6.226180460089381e-08, + "M": 6.424151706596604e-06, + "O": 8.677113214616838e-07, + "W": 4.018204879940868e-09, + "N": 3.762426370457206e-09, + "Y": 1.0429585017845966e-05, + "U": 2.9680347068961055e-10, + "K": 2.8265697074592033e-11, + "L": 3.133185941806005e-07, + "G": 2.226035030616913e-05, + "F": 4.655557495425455e-05, + "E": 2.4333244255103637e-06, + "T": 1.2513485671661329e-05, + "P": 0.02272050455212593, + "-": 0.9771753549575806 + }, + "id": "tp_8118" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1014781, + "label": "-", + "classification": { + "B": 1.4748892454008455e-06, + "S": 8.860426419232681e-07, + "I": 0.0009215460740961134, + "C": 0.00018857356917578727, + "R": 3.787976675084792e-05, + "M": 0.0001096956548281014, + "O": 3.813647344941273e-05, + "W": 2.2503684249386424e-06, + "N": 2.466435580572579e-05, + "Y": 0.002580908127129078, + "U": 4.405373147164937e-06, + "K": 6.233176918613026e-06, + "L": 8.00509860710008e-06, + "G": 0.0005801020888611674, + "F": 0.002513372339308262, + "E": 0.00023751726257614791, + "T": 0.0010267415782436728, + "P": 0.11514274775981903, + "-": 0.8765749335289001 + }, + "id": "tp_8119" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1014882, + "label": "-", + "classification": { + "B": 4.592120967572555e-05, + "S": 6.320377724478021e-05, + "I": 0.0062743243761360645, + "C": 0.0017094690119847655, + "R": 0.0005277266027405858, + "M": 0.003885364392772317, + "O": 0.0008826630655676126, + "W": 7.915638707345352e-05, + "N": 0.00030739689827896655, + "Y": 0.09091737121343613, + "U": 2.7163445338374004e-05, + "K": 0.0005323042860254645, + "L": 0.00016403477638959885, + "G": 0.015752479434013367, + "F": 0.01330042164772749, + "E": 0.00329599785618484, + "T": 0.0213493499904871, + "P": 0.039223749190568924, + "-": 0.8016619086265564 + }, + "id": "tp_8120" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1015015, + "label": "-", + "classification": { + "B": 1.649442111784083e-07, + "S": 1.0097222968852293e-07, + "I": 1.8592672859085724e-05, + "C": 1.1450057257889057e-07, + "R": 1.5313126766614005e-08, + "M": 1.2065873306710273e-05, + "O": 2.5786609967326513e-06, + "W": 1.1160896207229598e-07, + "N": 6.437301749429025e-07, + "Y": 4.360817183624022e-05, + "U": 8.875701951183146e-09, + "K": 2.0214301343912666e-07, + "L": 9.295381886431642e-08, + "G": 9.487580427958164e-06, + "F": 0.001031318330205977, + "E": 6.605877570109442e-05, + "T": 4.511274892138317e-05, + "P": 0.24359378218650818, + "-": 0.7551758885383606 + }, + "id": "tp_8121" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1015148, + "label": "-", + "classification": { + "B": 6.478114755736897e-08, + "S": 1.699028118196111e-08, + "I": 3.061923780478537e-05, + "C": 3.056078639929183e-06, + "R": 1.9515982785378583e-07, + "M": 6.8433168962656055e-06, + "O": 1.520826231171668e-06, + "W": 4.627898775311223e-08, + "N": 8.876367587618006e-07, + "Y": 0.0001837911258917302, + "U": 4.753232474286051e-08, + "K": 1.190381567539589e-06, + "L": 8.909031379289445e-08, + "G": 3.822305370704271e-05, + "F": 0.0012265602126717567, + "E": 6.754298374289647e-05, + "T": 5.991982834530063e-05, + "P": 0.07743263244628906, + "-": 0.9209468364715576 + }, + "id": "tp_8122" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1015282, + "label": "-", + "classification": { + "B": 2.2429107048083097e-05, + "S": 2.3046690330374986e-05, + "I": 0.014072805643081665, + "C": 0.0019664079882204533, + "R": 0.0005126881878823042, + "M": 0.0011990871280431747, + "O": 0.0002969225461129099, + "W": 3.436292172409594e-05, + "N": 0.0006424595485441387, + "Y": 0.01773233152925968, + "U": 3.592737266444601e-05, + "K": 0.00019200383394490927, + "L": 9.451440564589575e-05, + "G": 0.005655345506966114, + "F": 0.015967147424817085, + "E": 0.006395070813596249, + "T": 0.003420420689508319, + "P": 0.3491462171077728, + "-": 0.5825908184051514 + }, + "id": "tp_8123" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1015382, + "label": "-", + "classification": { + "B": 7.738255590084009e-06, + "S": 1.0863554052775726e-05, + "I": 0.00026105126016773283, + "C": 3.0288842026493512e-05, + "R": 4.929018359689508e-06, + "M": 0.00010557335917837918, + "O": 5.3407256928039715e-05, + "W": 6.0757270148315e-06, + "N": 4.135838389629498e-05, + "Y": 0.0012982533080503345, + "U": 2.7332116587786004e-06, + "K": 0.0001305153564317152, + "L": 5.536546268558595e-06, + "G": 0.0007264814339578152, + "F": 0.028132280334830284, + "E": 0.0019374850671738386, + "T": 0.0005375462933443487, + "P": 0.2272481471300125, + "-": 0.739459753036499 + }, + "id": "tp_8124" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1015516, + "label": "-", + "classification": { + "B": 3.262449536123313e-05, + "S": 9.918181604007259e-06, + "I": 0.0015621342463418841, + "C": 0.00018979939341079444, + "R": 3.550560722942464e-05, + "M": 0.0006319519015960395, + "O": 0.00012073107791366056, + "W": 5.783243977930397e-06, + "N": 9.924449841491878e-05, + "Y": 0.0033536204136908054, + "U": 8.535374945495278e-06, + "K": 3.1365994800580665e-05, + "L": 4.040985368192196e-05, + "G": 0.0028687347657978535, + "F": 0.011875814758241177, + "E": 0.0026008817367255688, + "T": 0.00287774414755404, + "P": 0.26768994331359863, + "-": 0.7059652209281921 + }, + "id": "tp_8125" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1015649, + "label": "-", + "classification": { + "B": 1.420214721292723e-05, + "S": 7.706405085627921e-06, + "I": 0.0017494040075689554, + "C": 0.00024331329041160643, + "R": 7.705805910518393e-05, + "M": 0.0003823072765953839, + "O": 0.00017503452545497566, + "W": 1.1665645615721587e-05, + "N": 0.00010172226757276803, + "Y": 0.004197961185127497, + "U": 1.0630275028233882e-05, + "K": 1.2473278729885351e-05, + "L": 3.416927211219445e-05, + "G": 0.0012677778722718358, + "F": 0.005954693537205458, + "E": 0.0011493652127683163, + "T": 0.002362434519454837, + "P": 0.23725643754005432, + "-": 0.7449915409088135 + }, + "id": "tp_8126" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1015782, + "label": "-", + "classification": { + "B": 0.0001339074515271932, + "S": 0.0001109257573261857, + "I": 0.005220103543251753, + "C": 0.0007407303783111274, + "R": 0.0004439902550075203, + "M": 0.007015743292868137, + "O": 0.0014624659670516849, + "W": 0.00010306300828233361, + "N": 0.00044901290675625205, + "Y": 0.033698685467243195, + "U": 5.133213926455937e-05, + "K": 0.0001576326321810484, + "L": 0.0003728541196323931, + "G": 0.010563363321125507, + "F": 0.014541049487888813, + "E": 0.0022659399546682835, + "T": 0.02073104865849018, + "P": 0.07845794409513474, + "-": 0.8234801888465881 + }, + "id": "tp_8127" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1015883, + "label": "-", + "classification": { + "B": 8.694255981822607e-09, + "S": 3.357520261815239e-09, + "I": 3.0104403776931576e-05, + "C": 5.449809918900428e-07, + "R": 4.8745739889000106e-08, + "M": 1.5388608289867989e-06, + "O": 4.127628017158713e-07, + "W": 1.2945043259549038e-08, + "N": 3.303217113170831e-07, + "Y": 4.4831605919171125e-05, + "U": 1.023478723993776e-08, + "K": 2.469754463163554e-07, + "L": 1.0778260062238587e-08, + "G": 9.338207746623084e-06, + "F": 0.0003612933214753866, + "E": 2.711372508201748e-05, + "T": 1.70060848176945e-05, + "P": 0.19051390886306763, + "-": 0.8089932799339294 + }, + "id": "tp_8128" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1016016, + "label": "-", + "classification": { + "B": 1.9958913810569356e-07, + "S": 3.788748159649913e-08, + "I": 5.4949581681285053e-05, + "C": 2.0469058199523715e-06, + "R": 2.7861966600539745e-07, + "M": 2.188613507314585e-05, + "O": 3.3782484933908563e-06, + "W": 6.60286261222609e-08, + "N": 8.359056664630771e-07, + "Y": 0.00041279589640907943, + "U": 5.7722722601738496e-08, + "K": 8.743886326101347e-08, + "L": 3.0341266210598405e-07, + "G": 5.209373193792999e-05, + "F": 0.00013142568059265614, + "E": 3.84624618163798e-05, + "T": 0.0002469673636369407, + "P": 0.06678320467472076, + "-": 0.9322509169578552 + }, + "id": "tp_8129" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1016149, + "label": "-", + "classification": { + "B": 1.3068088264844846e-05, + "S": 5.044834688305855e-05, + "I": 0.009777541272342205, + "C": 0.0005509791662916541, + "R": 4.058094054926187e-05, + "M": 0.0006217247573658824, + "O": 0.00017126128659583628, + "W": 2.8934564397786744e-05, + "N": 0.0007978016510605812, + "Y": 0.019242575392127037, + "U": 1.3993057109473739e-05, + "K": 0.001457768026739359, + "L": 1.9428436644375324e-05, + "G": 0.0034751147031784058, + "F": 0.02460252121090889, + "E": 0.012018023058772087, + "T": 0.005259408615529537, + "P": 0.25238746404647827, + "-": 0.6694713830947876 + }, + "id": "tp_8130" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1016283, + "label": "-", + "classification": { + "B": 2.0945076357747894e-06, + "S": 7.16961324087606e-07, + "I": 7.843752973712981e-05, + "C": 1.408559637638973e-05, + "R": 2.9652503599209012e-06, + "M": 0.00012748263543471694, + "O": 3.1792216759640723e-05, + "W": 5.476741193888301e-07, + "N": 2.2531580725626554e-06, + "Y": 0.0008827219135127962, + "U": 2.9821910629834747e-07, + "K": 6.202339477567875e-07, + "L": 5.9381268329161685e-06, + "G": 0.0005591530934907496, + "F": 0.002670007525011897, + "E": 0.00010742662561824545, + "T": 0.0006454476970247924, + "P": 0.03987579047679901, + "-": 0.9549922347068787 + }, + "id": "tp_8131" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1016383, + "label": "-", + "classification": { + "B": 6.478924774455663e-07, + "S": 2.6168825115746586e-06, + "I": 0.0001997172657866031, + "C": 1.666772391217819e-06, + "R": 1.1332987241985393e-06, + "M": 0.0001062418450601399, + "O": 2.7323205358698033e-05, + "W": 7.594586577397422e-07, + "N": 7.2744091994536575e-06, + "Y": 0.002201847266405821, + "U": 1.2621590883554745e-07, + "K": 3.0766909731028136e-06, + "L": 1.3929699207437807e-06, + "G": 0.00019289241754449904, + "F": 0.0027281728107482195, + "E": 7.205903966678306e-05, + "T": 0.0016865357756614685, + "P": 0.08392076194286346, + "-": 0.9088457226753235 + }, + "id": "tp_8132" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1016517, + "label": "-", + "classification": { + "B": 2.585527727205772e-05, + "S": 3.5573134482547175e-06, + "I": 0.00037003125180490315, + "C": 8.615139086032286e-05, + "R": 2.1214613298070617e-05, + "M": 0.0004807024961337447, + "O": 9.531752584734932e-05, + "W": 4.428039119375171e-06, + "N": 1.3182519069232512e-05, + "Y": 0.005622892640531063, + "U": 2.835621216945583e-06, + "K": 1.966636546057998e-06, + "L": 3.740916508832015e-05, + "G": 0.0015571819385513663, + "F": 0.0023632601369172335, + "E": 0.00040205332334153354, + "T": 0.002790337661281228, + "P": 0.10388468205928802, + "-": 0.8822369575500488 + }, + "id": "tp_8133" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1016650, + "label": "-", + "classification": { + "B": 4.8129553761100397e-05, + "S": 3.1585328542860225e-05, + "I": 0.004386134445667267, + "C": 0.000271376920863986, + "R": 8.825354598229751e-05, + "M": 0.002910881768912077, + "O": 0.00034275761572644114, + "W": 2.151167245756369e-05, + "N": 0.0003592411521822214, + "Y": 0.011314228177070618, + "U": 1.362274542771047e-05, + "K": 0.0001404202776029706, + "L": 5.6301727454410866e-05, + "G": 0.0053406464867293835, + "F": 0.013513877987861633, + "E": 0.004498761612921953, + "T": 0.007017573807388544, + "P": 0.21144524216651917, + "-": 0.7381994724273682 + }, + "id": "tp_8134" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1016750, + "label": "-", + "classification": { + "B": 5.425693228033879e-09, + "S": 5.129558444672e-10, + "I": 2.839578883140348e-06, + "C": 1.9289882402517833e-07, + "R": 2.6565574628989452e-08, + "M": 6.006256967339141e-07, + "O": 3.1439893177775957e-07, + "W": 2.524019215854878e-09, + "N": 2.055712222670536e-08, + "Y": 1.182608502858784e-05, + "U": 1.1985140657699844e-09, + "K": 9.445396687013385e-10, + "L": 1.597650012286067e-08, + "G": 3.0443293326243293e-06, + "F": 3.4770171623677015e-05, + "E": 7.157157142501092e-07, + "T": 1.6734729797462933e-05, + "P": 0.054595571011304855, + "-": 0.9453334212303162 + }, + "id": "tp_8135" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1016884, + "label": "-", + "classification": { + "B": 1.439176458006841e-07, + "S": 2.481969652023963e-08, + "I": 5.326693280949257e-05, + "C": 2.5196081878675614e-06, + "R": 9.493216879263855e-08, + "M": 1.7768999896361493e-05, + "O": 9.394485687153065e-07, + "W": 2.106347984920376e-08, + "N": 9.451252935832599e-07, + "Y": 7.207111775642261e-05, + "U": 1.7850414479880783e-08, + "K": 3.212101944427559e-07, + "L": 1.3986766589368926e-07, + "G": 5.852459798916243e-05, + "F": 0.0015986734069883823, + "E": 0.0007428402313962579, + "T": 3.7350906495703384e-05, + "P": 0.28644534945487976, + "-": 0.7109689116477966 + }, + "id": "tp_8136" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1017017, + "label": "-", + "classification": { + "B": 4.573139813146554e-05, + "S": 3.5004156870854786e-06, + "I": 0.0008643480250611901, + "C": 0.00013683635916095227, + "R": 2.3803551812306978e-05, + "M": 0.0005244425847195089, + "O": 0.000108277854451444, + "W": 5.51198672837927e-06, + "N": 2.717004645091947e-05, + "Y": 0.001589453429915011, + "U": 3.0453061299340334e-06, + "K": 2.002215978791355e-06, + "L": 2.8671520340139978e-05, + "G": 0.0009274502517655492, + "F": 0.001187504269182682, + "E": 0.0012447430053725839, + "T": 0.0011228068033233285, + "P": 0.19305232167243958, + "-": 0.7991024255752563 + }, + "id": "tp_8137" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1017150, + "label": "-", + "classification": { + "B": 5.05825710206409e-06, + "S": 1.2143278809162439e-06, + "I": 2.8960675990674645e-05, + "C": 1.8842032659449615e-05, + "R": 2.6748930395115167e-06, + "M": 0.00012725101260002702, + "O": 2.248145392513834e-05, + "W": 5.407006824498239e-07, + "N": 1.5451121271325974e-06, + "Y": 0.0014962772838771343, + "U": 2.2901957663634676e-07, + "K": 1.871892550298071e-06, + "L": 5.686782515113009e-06, + "G": 0.000823923503048718, + "F": 0.0063545554876327515, + "E": 0.00020285899518057704, + "T": 0.0005427579744718969, + "P": 0.0302992332726717, + "-": 0.9600639939308167 + }, + "id": "tp_8138" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1017251, + "label": "-", + "classification": { + "B": 4.5265394874149933e-05, + "S": 3.066667704842985e-05, + "I": 0.001623292570002377, + "C": 0.0006446302286349237, + "R": 0.000144069068483077, + "M": 0.006450312677770853, + "O": 0.0005855224444530904, + "W": 2.2829761292086914e-05, + "N": 7.431432459270582e-05, + "Y": 0.014046451076865196, + "U": 7.91469938121736e-06, + "K": 1.2981212421436794e-05, + "L": 0.00027652623248286545, + "G": 0.0056257592514157295, + "F": 0.01222575455904007, + "E": 0.0031393468379974365, + "T": 0.006343503016978502, + "P": 0.060259860008955, + "-": 0.8884410262107849 + }, + "id": "tp_8139" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1017384, + "label": "-", + "classification": { + "B": 2.3483703159854485e-07, + "S": 2.2154762291393126e-07, + "I": 7.446036033798009e-05, + "C": 2.1186380763538182e-05, + "R": 4.938231541018467e-06, + "M": 6.622117507504299e-05, + "O": 1.4238547919376288e-05, + "W": 5.657481096932315e-07, + "N": 2.2401179649023106e-06, + "Y": 0.0031080786138772964, + "U": 3.8629784171462234e-07, + "K": 5.990877525618998e-06, + "L": 1.2336539612078923e-06, + "G": 0.0003529592358972877, + "F": 0.002526071621105075, + "E": 0.00011468835873529315, + "T": 0.0006115988944657147, + "P": 0.02492961473762989, + "-": 0.9681650400161743 + }, + "id": "tp_8140" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1017518, + "label": "-", + "classification": { + "B": 2.741814775220064e-09, + "S": 1.779856123595991e-10, + "I": 5.873696864000522e-06, + "C": 4.4743060811924806e-08, + "R": 2.412518407268749e-09, + "M": 1.026258019010129e-06, + "O": 6.38172608091736e-08, + "W": 2.0518083065912407e-10, + "N": 1.7209893954373e-08, + "Y": 1.0716590622905642e-05, + "U": 2.0202947648151337e-10, + "K": 1.8797879919318916e-10, + "L": 7.88478082824895e-09, + "G": 5.9442268138809595e-06, + "F": 4.909799463348463e-05, + "E": 6.515822860819753e-06, + "T": 1.746877023833804e-05, + "P": 0.15603125095367432, + "-": 0.8438719511032104 + }, + "id": "tp_8141" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1017651, + "label": "-", + "classification": { + "B": 2.4083912641970073e-09, + "S": 8.309080534729674e-09, + "I": 4.8813158173288684e-06, + "C": 6.075552505535597e-07, + "R": 1.5077165471666376e-07, + "M": 3.422836471145274e-06, + "O": 8.057916147663491e-07, + "W": 2.843766999660602e-08, + "N": 1.4058998942800827e-07, + "Y": 0.00040303420973941684, + "U": 1.1076824790734463e-08, + "K": 4.1348284867126495e-06, + "L": 1.3998839420992226e-08, + "G": 1.4463729712588247e-05, + "F": 0.0006298397784121335, + "E": 7.608646683365805e-06, + "T": 3.0359242373378947e-05, + "P": 0.007830611430108547, + "-": 0.9910699129104614 + }, + "id": "tp_8142" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1017751, + "label": "-", + "classification": { + "B": 1.165040612249868e-05, + "S": 2.5947285394067876e-05, + "I": 0.0003927292418666184, + "C": 0.00011376352631486952, + "R": 3.095725332968868e-05, + "M": 0.0013137932401150465, + "O": 0.00018490896036382765, + "W": 1.1714680113072973e-05, + "N": 3.775718141696416e-05, + "Y": 0.004321037791669369, + "U": 4.451193944987608e-06, + "K": 2.4698321794858202e-05, + "L": 3.850301436614245e-05, + "G": 0.0012415319215506315, + "F": 0.021751239895820618, + "E": 0.0007834998541511595, + "T": 0.0030732988379895687, + "P": 0.09825517237186432, + "-": 0.8683834075927734 + }, + "id": "tp_8143" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1017885, + "label": "-", + "classification": { + "B": 1.0633771125867497e-05, + "S": 1.280111973755993e-06, + "I": 1.866669481387362e-05, + "C": 5.7057063713727985e-06, + "R": 8.80783545653685e-07, + "M": 4.095426629646681e-05, + "O": 2.1711808585678227e-05, + "W": 5.546911552301026e-07, + "N": 9.476285640630522e-07, + "Y": 0.00013246866001281887, + "U": 4.986453205901853e-08, + "K": 2.5675271331238037e-07, + "L": 2.999118350999197e-06, + "G": 0.00023571710335090756, + "F": 0.005244226194918156, + "E": 8.442742546321824e-05, + "T": 0.00012596325541380793, + "P": 0.09791302680969238, + "-": 0.8961595296859741 + }, + "id": "tp_8144" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1018018, + "label": "-", + "classification": { + "B": 1.8373268176219426e-05, + "S": 4.182663906249218e-05, + "I": 0.0020981382112950087, + "C": 0.00029172690119594336, + "R": 0.0001232571084983647, + "M": 0.004810607526451349, + "O": 0.0003211147850379348, + "W": 1.4983373148425017e-05, + "N": 4.5295175368664786e-05, + "Y": 0.07589533179998398, + "U": 2.5494300643913448e-06, + "K": 6.345397559925914e-05, + "L": 0.00010804297198774293, + "G": 0.013118568807840347, + "F": 0.019611187279224396, + "E": 0.001512598479166627, + "T": 0.019569365307688713, + "P": 0.01748601160943508, + "-": 0.844867467880249 + }, + "id": "tp_8145" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1018151, + "label": "-", + "classification": { + "B": 9.667280664871214e-07, + "S": 1.1397446542105172e-06, + "I": 0.00014892245235387236, + "C": 1.324802724411711e-06, + "R": 1.7105915617321443e-07, + "M": 3.601333446567878e-05, + "O": 3.6331441606307635e-06, + "W": 5.201690669309755e-07, + "N": 9.071827662410215e-06, + "Y": 0.000252497848123312, + "U": 7.638493570993887e-08, + "K": 4.069923670613207e-05, + "L": 3.4089353562194447e-07, + "G": 0.00024238546029664576, + "F": 0.011152065359055996, + "E": 0.004611135460436344, + "T": 0.00014238973380997777, + "P": 0.47769585251808167, + "-": 0.5056608319282532 + }, + "id": "tp_8146" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1018252, + "label": "-", + "classification": { + "B": 2.0615547327906825e-05, + "S": 1.505149725744559e-06, + "I": 0.002039774786680937, + "C": 1.8616779925650917e-05, + "R": 8.635046469862573e-06, + "M": 0.0012473282404243946, + "O": 0.00021490274230018258, + "W": 2.1066214230813785e-06, + "N": 9.39061283133924e-06, + "Y": 0.0058062574826180935, + "U": 1.0414949969117515e-07, + "K": 1.8842021276554988e-08, + "L": 1.8916807675850578e-05, + "G": 0.0005413252511061728, + "F": 7.662848656764254e-05, + "E": 5.246231739874929e-05, + "T": 0.0063081285916268826, + "P": 0.03288216516375542, + "-": 0.9507511854171753 + }, + "id": "tp_8147" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1018385, + "label": "-", + "classification": { + "B": 1.5302883184631355e-05, + "S": 6.197296170284972e-05, + "I": 0.0001531953748781234, + "C": 9.360689728055149e-05, + "R": 3.2958378142211586e-05, + "M": 0.00028876459691673517, + "O": 0.0003144234069623053, + "W": 3.9733182347845286e-05, + "N": 3.4363452869001776e-05, + "Y": 0.0035002303775399923, + "U": 4.909742074232781e-06, + "K": 5.7367346016690135e-05, + "L": 3.1793064408702776e-05, + "G": 0.0006693475297652185, + "F": 0.030641773715615273, + "E": 0.0003815940872300416, + "T": 0.0016733473166823387, + "P": 0.06235867738723755, + "-": 0.8996466994285583 + }, + "id": "tp_8148" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1018519, + "label": "-", + "classification": { + "B": 8.52359789860202e-06, + "S": 1.4490045941784047e-05, + "I": 0.0005889235762879252, + "C": 0.0002953902294393629, + "R": 8.4088314906694e-05, + "M": 0.00015386308950837702, + "O": 0.00011986756726400927, + "W": 1.7443397155147977e-05, + "N": 6.890718213981017e-05, + "Y": 0.0064910040237009525, + "U": 1.3512907571566757e-05, + "K": 0.0006593191064894199, + "L": 1.8256654584547505e-05, + "G": 0.0021002620924264193, + "F": 0.03099239058792591, + "E": 0.0010957628255710006, + "T": 0.0018690027063712478, + "P": 0.07298679649829865, + "-": 0.8824222087860107 + }, + "id": "tp_8149" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1018652, + "label": "-", + "classification": { + "B": 7.097490015439689e-05, + "S": 6.24499298282899e-05, + "I": 0.008615805767476559, + "C": 0.00047395695582963526, + "R": 0.00019080286438111216, + "M": 0.0021704817190766335, + "O": 0.000773767416831106, + "W": 7.321671000681818e-05, + "N": 0.0008875886560417712, + "Y": 0.007742350455373526, + "U": 4.854119833908044e-05, + "K": 0.00019102642545476556, + "L": 0.00016895799490157515, + "G": 0.005302197765558958, + "F": 0.008569996803998947, + "E": 0.0069387489929795265, + "T": 0.006556216161698103, + "P": 0.3257010281085968, + "-": 0.6254619359970093 + }, + "id": "tp_8150" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1018752, + "label": "-", + "classification": { + "B": 2.8875385638116313e-08, + "S": 1.6420524939775305e-09, + "I": 0.00016015591972973198, + "C": 1.2983266060473397e-05, + "R": 2.831737447195337e-06, + "M": 2.524294723116327e-05, + "O": 8.509012445756525e-07, + "W": 5.851549911284337e-09, + "N": 2.171500597114573e-07, + "Y": 0.0032435255125164986, + "U": 2.457727887872352e-08, + "K": 9.037756143470688e-08, + "L": 2.793236149045697e-07, + "G": 0.00032496664789505303, + "F": 0.00022731006902176887, + "E": 3.0012299248483032e-05, + "T": 0.0003216585610061884, + "P": 0.010538197122514248, + "-": 0.9851115345954895 + }, + "id": "tp_8151" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1018886, + "label": "-", + "classification": { + "B": 4.308796235363843e-07, + "S": 1.0367970304514529e-07, + "I": 9.403086005477235e-05, + "C": 6.001304882374825e-06, + "R": 1.3870046586816898e-06, + "M": 2.9422668376355432e-05, + "O": 7.196732440206688e-06, + "W": 5.378791101406932e-08, + "N": 1.643537530071626e-06, + "Y": 0.00038517790380865335, + "U": 7.296461745909255e-08, + "K": 3.152759830982177e-08, + "L": 1.0487927966096322e-06, + "G": 0.0001882532669696957, + "F": 0.0005334361339919269, + "E": 2.5504488803562708e-05, + "T": 0.0005708971293643117, + "P": 0.13644574582576752, + "-": 0.8617096543312073 + }, + "id": "tp_8152" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1019019, + "label": "-", + "classification": { + "B": 4.668939254770521e-06, + "S": 5.563435365729674e-07, + "I": 7.828175876056775e-05, + "C": 9.657472219259944e-06, + "R": 7.422793260047911e-07, + "M": 4.4628195610130206e-05, + "O": 2.3986825908650644e-05, + "W": 7.31568320588849e-07, + "N": 4.009319582110038e-06, + "Y": 0.00011786793766077608, + "U": 3.6445143791752344e-07, + "K": 6.078864203118428e-07, + "L": 2.32793900067918e-06, + "G": 0.00010838401067303494, + "F": 0.0007132877944968641, + "E": 7.964429096318781e-05, + "T": 0.0002887090086005628, + "P": 0.1586599498987198, + "-": 0.8398615717887878 + }, + "id": "tp_8153" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1019152, + "label": "-", + "classification": { + "B": 5.954788662165811e-07, + "S": 1.0207462537437095e-06, + "I": 6.121607293607667e-05, + "C": 1.3754793144471478e-06, + "R": 7.159799224609742e-07, + "M": 0.00018110708333551884, + "O": 2.954800584120676e-05, + "W": 2.544975359342061e-07, + "N": 1.0031936881205183e-06, + "Y": 0.0005272163543850183, + "U": 1.45706096077447e-08, + "K": 9.684038460022748e-09, + "L": 4.600892680173274e-06, + "G": 0.00017788130207918584, + "F": 0.0012472576927393675, + "E": 2.7228272301726975e-05, + "T": 0.0008073782082647085, + "P": 0.0732898861169815, + "-": 0.9236418008804321 + }, + "id": "tp_8154" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1019253, + "label": "-", + "classification": { + "B": 0.0002440303796902299, + "S": 7.427269156323746e-05, + "I": 0.005457963328808546, + "C": 0.0020476547069847584, + "R": 0.00039808687870390713, + "M": 0.002453042659908533, + "O": 0.0008836581255309284, + "W": 0.000152148466440849, + "N": 0.0005493030184879899, + "Y": 0.006120424717664719, + "U": 0.0001415520382579416, + "K": 0.0002579786232672632, + "L": 0.0002666712971404195, + "G": 0.00395317142829299, + "F": 0.012818639166653156, + "E": 0.004249332472681999, + "T": 0.005017936695367098, + "P": 0.1933344453573227, + "-": 0.7615797519683838 + }, + "id": "tp_8155" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1019386, + "label": "-", + "classification": { + "B": 3.095332203884027e-07, + "S": 2.3290797912522976e-07, + "I": 3.653964085970074e-05, + "C": 1.8129891259377473e-06, + "R": 3.010545697179623e-07, + "M": 1.2258054084668402e-05, + "O": 4.966938831785228e-06, + "W": 3.73564233768775e-07, + "N": 1.7943757484317757e-06, + "Y": 0.00018539362645242363, + "U": 1.0233433300754768e-07, + "K": 2.5854837986116763e-06, + "L": 2.0287934887619485e-07, + "G": 2.4426619347650558e-05, + "F": 0.002030666684731841, + "E": 7.965647091623396e-05, + "T": 0.00010744054452516139, + "P": 0.1774596869945526, + "-": 0.8200513124465942 + }, + "id": "tp_8156" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1019520, + "label": "-", + "classification": { + "B": 6.437259258973427e-08, + "S": 5.705252874577127e-07, + "I": 8.410346708842553e-06, + "C": 6.404642931556737e-07, + "R": 1.3942202770067524e-07, + "M": 2.1403822756838053e-05, + "O": 1.1355499736964703e-05, + "W": 3.1309824066738656e-07, + "N": 5.824873596793623e-07, + "Y": 0.0001754950062604621, + "U": 3.371182799583039e-08, + "K": 1.28567774027033e-06, + "L": 2.565058423442679e-07, + "G": 2.4372237021452747e-05, + "F": 0.002975284354761243, + "E": 1.5324598280130886e-05, + "T": 0.0001224601292051375, + "P": 0.030070336535573006, + "-": 0.9665716886520386 + }, + "id": "tp_8157" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1019653, + "label": "-", + "classification": { + "B": 0.0016085911775007844, + "S": 0.0005298955948092043, + "I": 0.011443770490586758, + "C": 0.0014235686976462603, + "R": 0.0005066582816652954, + "M": 0.006560986861586571, + "O": 0.002633927622810006, + "W": 0.0002973162045236677, + "N": 0.001259296084754169, + "Y": 0.01274393405765295, + "U": 0.00012565639917738736, + "K": 0.00013838177255820483, + "L": 0.0011964665027335286, + "G": 0.013946179300546646, + "F": 0.02696923166513443, + "E": 0.01132699940353632, + "T": 0.009006356820464134, + "P": 0.34350019693374634, + "-": 0.554782509803772 + }, + "id": "tp_8158" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1019753, + "label": "-", + "classification": { + "B": 3.844654202111997e-06, + "S": 1.6199747960854438e-06, + "I": 2.8550684874062426e-05, + "C": 4.812913175555877e-06, + "R": 8.300418699036527e-07, + "M": 0.00011577548866625875, + "O": 1.819738099584356e-05, + "W": 3.017313474629191e-07, + "N": 1.1461548865554505e-06, + "Y": 0.0008808520506136119, + "U": 4.864099523160803e-08, + "K": 3.008965734352387e-07, + "L": 4.558287400868721e-06, + "G": 0.0005855028284713626, + "F": 0.007771050091832876, + "E": 0.00013276611571200192, + "T": 0.00039148551877588034, + "P": 0.048620808869600296, + "-": 0.9414376020431519 + }, + "id": "tp_8159" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1019887, + "label": "-", + "classification": { + "B": 0.0013977119233459234, + "S": 0.0021482279989868402, + "I": 0.06753921508789062, + "C": 0.016196411103010178, + "R": 0.00760282389819622, + "M": 0.010566911660134792, + "O": 0.00683624716475606, + "W": 0.0018298515351489186, + "N": 0.016354890540242195, + "Y": 0.05089077726006508, + "U": 0.002856702310964465, + "K": 0.006814493332058191, + "L": 0.0030092010274529457, + "G": 0.022916441783308983, + "F": 0.037459276616573334, + "E": 0.021502669900655746, + "T": 0.03401273488998413, + "P": 0.3232712149620056, + "-": 0.366794228553772 + }, + "id": "tp_8160" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1020020, + "label": "-", + "classification": { + "B": 1.3203750981460871e-08, + "S": 1.8025121395481847e-09, + "I": 5.242686711426359e-07, + "C": 1.3241708174405176e-08, + "R": 2.650266894832498e-09, + "M": 2.8368306175252656e-06, + "O": 3.676279618503031e-07, + "W": 6.467414381816639e-10, + "N": 1.4774467205214137e-09, + "Y": 1.3499189662979916e-05, + "U": 1.9372779422321962e-11, + "K": 1.10664186148135e-11, + "L": 3.506022494548233e-08, + "G": 4.928795533487573e-06, + "F": 0.00012363234418444335, + "E": 1.0241244581266074e-06, + "T": 5.833263003296452e-06, + "P": 0.016242243349552155, + "-": 0.9836050868034363 + }, + "id": "tp_8161" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1020153, + "label": "-", + "classification": { + "B": 5.072286057838937e-06, + "S": 2.1865787402930437e-06, + "I": 0.0001126301649492234, + "C": 0.0003996920713689178, + "R": 7.388841186184436e-05, + "M": 0.0004295199760235846, + "O": 0.00012940220767632127, + "W": 3.7368249650171492e-06, + "N": 2.717623146963888e-06, + "Y": 0.003266771323978901, + "U": 2.6794252789841266e-06, + "K": 1.274364763048652e-06, + "L": 7.755825208732858e-05, + "G": 0.0014825761318206787, + "F": 0.003993394784629345, + "E": 5.032743501942605e-05, + "T": 0.0019586689304560423, + "P": 0.015305815264582634, + "-": 0.9727020859718323 + }, + "id": "tp_8162" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1020254, + "label": "-", + "classification": { + "B": 7.441169145749882e-05, + "S": 3.707965515786782e-05, + "I": 0.0013003633357584476, + "C": 0.00026389965205453336, + "R": 5.9367037465563044e-05, + "M": 0.0011956236558035016, + "O": 0.00035091969766654074, + "W": 3.599556293920614e-05, + "N": 0.00015209312550723553, + "Y": 0.004417370539158583, + "U": 2.1109726731083356e-05, + "K": 0.00015984158380888402, + "L": 6.105046486482024e-05, + "G": 0.0021991566754877567, + "F": 0.01561194472014904, + "E": 0.0036184696946293116, + "T": 0.002455967478454113, + "P": 0.1598486602306366, + "-": 0.8081366419792175 + }, + "id": "tp_8163" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1020387, + "label": "-", + "classification": { + "B": 1.7670632814770215e-06, + "S": 1.0950286650768248e-06, + "I": 4.989239096175879e-05, + "C": 6.55775284030824e-06, + "R": 1.0845350288946065e-06, + "M": 0.00014054038911126554, + "O": 2.6841002181754448e-05, + "W": 5.751529101871711e-07, + "N": 2.1843347894900944e-06, + "Y": 0.0007176824728958309, + "U": 2.681656496861251e-07, + "K": 1.895569852194967e-07, + "L": 7.074606855894672e-06, + "G": 0.0001752407697495073, + "F": 0.0030701279174536467, + "E": 5.6751028751023114e-05, + "T": 0.0011108344187960029, + "P": 0.07486865669488907, + "-": 0.9197626709938049 + }, + "id": "tp_8164" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1020521, + "label": "-", + "classification": { + "B": 1.913506153528033e-08, + "S": 4.22282014911346e-10, + "I": 4.452904613572173e-05, + "C": 6.473156872743857e-07, + "R": 2.4398007170134406e-08, + "M": 1.7035284827215946e-06, + "O": 1.8498707277103676e-07, + "W": 1.361355250750762e-09, + "N": 1.2473725519157597e-07, + "Y": 2.5074477889575064e-05, + "U": 1.9719734734024996e-09, + "K": 2.191932052530987e-10, + "L": 2.366594920033549e-08, + "G": 3.929436843463918e-06, + "F": 1.0215801921731327e-05, + "E": 7.0186933953664266e-06, + "T": 1.9841862012981437e-05, + "P": 0.3569537103176117, + "-": 0.6429328918457031 + }, + "id": "tp_8165" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1020654, + "label": "-", + "classification": { + "B": 4.13171932223122e-08, + "S": 2.3201570442665798e-08, + "I": 1.7438060240237974e-05, + "C": 1.1887589153047884e-06, + "R": 9.361242803151981e-08, + "M": 1.1295682270429097e-05, + "O": 1.2360195569272037e-06, + "W": 2.2346975825371374e-08, + "N": 5.889601197850425e-07, + "Y": 0.0002156369882868603, + "U": 2.282052591340289e-08, + "K": 2.289262255317226e-07, + "L": 1.085192309346894e-07, + "G": 2.671461334102787e-05, + "F": 0.0009536064462736249, + "E": 7.549930887762457e-05, + "T": 8.607750351075083e-05, + "P": 0.10253185033798218, + "-": 0.8960782885551453 + }, + "id": "tp_8166" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1020754, + "label": "-", + "classification": { + "B": 3.995752649643691e-06, + "S": 2.112641595886089e-06, + "I": 0.0028719750698655844, + "C": 5.1624996558530256e-05, + "R": 9.467958989262115e-06, + "M": 0.00017734851280692965, + "O": 2.5291534257121384e-05, + "W": 3.208192083548056e-06, + "N": 0.0001363138435408473, + "Y": 0.0028933160938322544, + "U": 3.999008640676038e-06, + "K": 7.815872959326953e-05, + "L": 3.894824658345897e-06, + "G": 0.0006121970363892615, + "F": 0.004323949106037617, + "E": 0.0039215171709656715, + "T": 0.0009112053667195141, + "P": 0.4510802924633026, + "-": 0.5328900814056396 + }, + "id": "tp_8167" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1020888, + "label": "-", + "classification": { + "B": 1.6038260355344391e-06, + "S": 2.773080893803126e-07, + "I": 0.001289418083615601, + "C": 8.292117854580283e-05, + "R": 1.26197628560476e-05, + "M": 0.00011759866174543276, + "O": 2.3759514078847133e-05, + "W": 1.4013709233040572e-06, + "N": 3.717798972502351e-05, + "Y": 0.0019143777899444103, + "U": 1.9753640572162112e-06, + "K": 2.1806448785355315e-05, + "L": 2.536717829570989e-06, + "G": 0.0007473803707398474, + "F": 0.001919904025271535, + "E": 0.0013110405998304486, + "T": 0.000671776884701103, + "P": 0.1867748349905014, + "-": 0.8050675392150879 + }, + "id": "tp_8168" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1021021, + "label": "-", + "classification": { + "B": 4.796091525349766e-05, + "S": 3.328913953737356e-05, + "I": 0.00198837136849761, + "C": 0.0004122384707443416, + "R": 7.648448809050024e-05, + "M": 0.0011739208130165935, + "O": 0.000366751424735412, + "W": 2.3847123884479515e-05, + "N": 0.0002669603854883462, + "Y": 0.004532893653959036, + "U": 1.2590902770170942e-05, + "K": 4.882307257503271e-05, + "L": 6.955357093829662e-05, + "G": 0.0026271771639585495, + "F": 0.011105014011263847, + "E": 0.003991547506302595, + "T": 0.003103417344391346, + "P": 0.23390956223011017, + "-": 0.736209511756897 + }, + "id": "tp_8169" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1021154, + "label": "-", + "classification": { + "B": 4.1717743215485825e-07, + "S": 1.3526381792416942e-07, + "I": 0.00013081214274279773, + "C": 2.35637398873223e-05, + "R": 1.0591883210508968e-06, + "M": 9.614642476662993e-05, + "O": 1.0667613423720468e-05, + "W": 2.0530187327949534e-07, + "N": 3.319417146485648e-06, + "Y": 0.000334281096002087, + "U": 2.3826633821499854e-07, + "K": 3.0813967555332056e-07, + "L": 2.320725798199419e-06, + "G": 0.00022690730111207813, + "F": 0.0013878399040549994, + "E": 0.0001440211635781452, + "T": 0.0004046549438498914, + "P": 0.1501133143901825, + "-": 0.8471196889877319 + }, + "id": "tp_8170" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1021255, + "label": "-", + "classification": { + "B": 4.6023164941289e-06, + "S": 1.2438969179129344e-06, + "I": 0.00038024518289603293, + "C": 1.2865104508819059e-05, + "R": 2.015160134760663e-06, + "M": 0.00012758774391841143, + "O": 2.584773210401181e-05, + "W": 1.5336656815634342e-06, + "N": 2.0075060092494823e-05, + "Y": 0.0017758874455466866, + "U": 1.2737376664517797e-06, + "K": 2.024192872340791e-05, + "L": 3.133300197077915e-06, + "G": 0.0006356304511427879, + "F": 0.0032605540473014116, + "E": 0.0013298753183335066, + "T": 0.0007368599181063473, + "P": 0.18789103627204895, + "-": 0.8037694096565247 + }, + "id": "tp_8171" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1021388, + "label": "-", + "classification": { + "B": 2.5669815162387977e-09, + "S": 8.386789596137589e-10, + "I": 1.2481898465921404e-06, + "C": 1.0542319728301663e-07, + "R": 3.1866942418190547e-09, + "M": 9.084369025913475e-07, + "O": 9.767268949190111e-08, + "W": 6.31372676362929e-10, + "N": 1.8596484352428888e-08, + "Y": 1.427875758963637e-05, + "U": 3.5113842389300487e-10, + "K": 1.1553605183678428e-08, + "L": 4.571210965309547e-09, + "G": 5.251553830021294e-06, + "F": 0.0002800868824124336, + "E": 9.024343853525352e-06, + "T": 5.387048531702021e-06, + "P": 0.046383120119571686, + "-": 0.953300416469574 + }, + "id": "tp_8172" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1021522, + "label": "P", + "classification": { + "B": 2.1891726476042095e-07, + "S": 9.701622616375971e-09, + "I": 1.8085727788275108e-05, + "C": 1.8718077399171307e-07, + "R": 1.1085519169284908e-08, + "M": 2.045672317763092e-06, + "O": 5.621078571493854e-07, + "W": 1.9599983858142878e-08, + "N": 3.020499264039245e-07, + "Y": 1.2712005627690814e-05, + "U": 8.400010464981733e-09, + "K": 4.322052404859278e-08, + "L": 4.018120947080206e-08, + "G": 8.013150363694876e-06, + "F": 0.0002725962840486318, + "E": 0.00010189355089096352, + "T": 1.1483003618195653e-05, + "P": 0.5040457248687744, + "-": 0.49552610516548157 + }, + "id": "tp_8173" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1021655, + "label": "-", + "classification": { + "B": 0.0007151478203013539, + "S": 0.0003641878720372915, + "I": 0.015396670438349247, + "C": 0.0021750840824097395, + "R": 0.0005828395369462669, + "M": 0.00955051276832819, + "O": 0.002390681067481637, + "W": 0.0003039110160898417, + "N": 0.0018913648091256618, + "Y": 0.026622280478477478, + "U": 0.0001772446121321991, + "K": 0.0006289334851317108, + "L": 0.0008928102324716747, + "G": 0.02527710050344467, + "F": 0.029013287276029587, + "E": 0.03985550254583359, + "T": 0.015589370392262936, + "P": 0.21793928742408752, + "-": 0.6106338500976562 + }, + "id": "tp_8174" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1021755, + "label": "-", + "classification": { + "B": 2.8314518658589805e-06, + "S": 4.2308556658099405e-07, + "I": 5.5238837376236916e-05, + "C": 4.230299236951396e-05, + "R": 4.363802872831002e-06, + "M": 0.00011873357289005071, + "O": 2.1376947188400663e-05, + "W": 4.6615906512670335e-07, + "N": 1.4505011449728045e-06, + "Y": 0.0007120785303413868, + "U": 3.8477327279906604e-07, + "K": 6.913770107530581e-07, + "L": 6.074299108149717e-06, + "G": 0.0004494649765547365, + "F": 0.0019629839807748795, + "E": 0.00011235510464757681, + "T": 0.00037758960388600826, + "P": 0.03558053448796272, + "-": 0.9605505466461182 + }, + "id": "tp_8175" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1021889, + "label": "-", + "classification": { + "B": 0.000182647883775644, + "S": 0.00015765817079227418, + "I": 0.0014755286974832416, + "C": 0.00028273710631765425, + "R": 0.000177076188265346, + "M": 0.0023776825983077288, + "O": 0.0012169735273346305, + "W": 6.320575630525127e-05, + "N": 8.939966937759891e-05, + "Y": 0.003338742768391967, + "U": 1.2786074876203202e-05, + "K": 2.580039290478453e-05, + "L": 0.0005038106464780867, + "G": 0.004911384545266628, + "F": 0.025642864406108856, + "E": 0.0006761592230759561, + "T": 0.004200304392725229, + "P": 0.05935955420136452, + "-": 0.8953056335449219 + }, + "id": "tp_8176" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1022022, + "label": "-", + "classification": { + "B": 7.289332643267699e-06, + "S": 2.2490828996524215e-05, + "I": 0.00022513394651468843, + "C": 7.542898674728349e-05, + "R": 1.8686370822251774e-05, + "M": 0.00013221317203715444, + "O": 6.73595568514429e-05, + "W": 1.1528060895216186e-05, + "N": 3.592876237235032e-05, + "Y": 0.0023949642200022936, + "U": 2.5816409561230103e-06, + "K": 0.0001436470920452848, + "L": 9.609961125534028e-06, + "G": 0.001079224282875657, + "F": 0.09076587855815887, + "E": 0.001265255967155099, + "T": 0.0007579902303405106, + "P": 0.1557038128376007, + "-": 0.747281014919281 + }, + "id": "tp_8177" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1022155, + "label": "P", + "classification": { + "B": 2.2413880174099177e-07, + "S": 2.4336418391612824e-07, + "I": 0.0009960324969142675, + "C": 2.0432480596355163e-06, + "R": 1.7797536600028252e-07, + "M": 1.3035630217927974e-05, + "O": 1.8643896737557952e-06, + "W": 2.3100267299014376e-07, + "N": 2.9715438358834945e-05, + "Y": 0.0003123632341157645, + "U": 8.968164166844872e-08, + "K": 1.0408731213829014e-05, + "L": 7.665305190585059e-08, + "G": 2.695335388125386e-05, + "F": 0.0008431978058069944, + "E": 0.0016452609561383724, + "T": 0.00013562184176407754, + "P": 0.6483842134475708, + "-": 0.34759828448295593 + }, + "id": "tp_8178" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1022256, + "label": "-", + "classification": { + "B": 1.9124804566672537e-06, + "S": 9.440452117814857e-07, + "I": 0.002086163265630603, + "C": 0.00012881634756922722, + "R": 1.1268842172285076e-05, + "M": 0.00016668197349645197, + "O": 2.1615109289996326e-05, + "W": 3.1825206860958133e-06, + "N": 8.805261313682422e-05, + "Y": 0.0017932411283254623, + "U": 4.091627943125786e-06, + "K": 0.0001394205610267818, + "L": 2.52654058385815e-06, + "G": 0.0005592704401351511, + "F": 0.0018252661684527993, + "E": 0.006808680947870016, + "T": 0.0006355694495141506, + "P": 0.34486886858940125, + "-": 0.6408543586730957 + }, + "id": "tp_8179" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1022389, + "label": "-", + "classification": { + "B": 5.287513431539992e-07, + "S": 1.7538049235099606e-07, + "I": 3.903437755070627e-05, + "C": 2.690550218176213e-06, + "R": 2.505273641872918e-07, + "M": 7.953914973768406e-06, + "O": 2.913018079198082e-06, + "W": 8.750249236300078e-08, + "N": 2.948609790109913e-06, + "Y": 0.00010440582263981923, + "U": 6.502757088355793e-08, + "K": 1.6418340464952053e-06, + "L": 2.2657816600712977e-07, + "G": 0.00011586942127905786, + "F": 0.004035608377307653, + "E": 0.00043030991218984127, + "T": 8.20895511424169e-05, + "P": 0.3598025441169739, + "-": 0.635370671749115 + }, + "id": "tp_8180" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1022523, + "label": "-", + "classification": { + "B": 2.5979657661268085e-11, + "S": 8.788553912397745e-11, + "I": 6.519104772451101e-06, + "C": 4.0137955181762663e-08, + "R": 2.957785794066581e-09, + "M": 4.583007040537268e-08, + "O": 1.4330121089756176e-08, + "W": 5.025855287499326e-10, + "N": 3.2093495860863186e-08, + "Y": 4.87553006678354e-06, + "U": 3.412482518783122e-10, + "K": 3.6045648243998585e-08, + "L": 1.9413723406636052e-10, + "G": 2.0647885889957251e-07, + "F": 4.36182162957266e-05, + "E": 5.374531610868871e-06, + "T": 1.7363610140819219e-06, + "P": 0.1587764322757721, + "-": 0.8411610126495361 + }, + "id": "tp_8181" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1022656, + "label": "-", + "classification": { + "B": 2.1154755813768134e-07, + "S": 5.005516001688193e-08, + "I": 0.0001390562392771244, + "C": 8.818635706120403e-07, + "R": 6.170833444230084e-08, + "M": 3.51369017153047e-05, + "O": 1.9034614524571225e-06, + "W": 3.5458491254303226e-08, + "N": 1.6839275076563354e-06, + "Y": 0.00013888819376006722, + "U": 1.5327902502804136e-08, + "K": 1.001521923171822e-07, + "L": 2.2525522069827275e-07, + "G": 6.987694359850138e-05, + "F": 0.000475157517939806, + "E": 0.0003029864456038922, + "T": 0.00013663196295965463, + "P": 0.3526085615158081, + "-": 0.6460885405540466 + }, + "id": "tp_8182" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1022756, + "label": "-", + "classification": { + "B": 3.5333789583091857e-07, + "S": 8.357392289326526e-08, + "I": 0.00011166935291839764, + "C": 1.36551816467545e-05, + "R": 1.695536752777116e-06, + "M": 5.6514258176321164e-05, + "O": 8.037233783397824e-06, + "W": 1.1826164580952536e-07, + "N": 2.130262373611913e-06, + "Y": 0.0009712004102766514, + "U": 1.2900618173716794e-07, + "K": 2.1163478436392325e-07, + "L": 1.063144623003609e-06, + "G": 0.00015890224312897772, + "F": 0.0012258229544386268, + "E": 0.00011960783012909815, + "T": 0.0002656849392224103, + "P": 0.10112972557544708, + "-": 0.8959332704544067 + }, + "id": "tp_8183" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1022890, + "label": "-", + "classification": { + "B": 2.3916833015391603e-05, + "S": 2.7709702408174053e-06, + "I": 0.0003421570872887969, + "C": 0.0002685772778932005, + "R": 5.439582309918478e-05, + "M": 0.0003313911729492247, + "O": 0.0001659335830481723, + "W": 1.0109192771778908e-05, + "N": 1.1792756595241372e-05, + "Y": 0.0014860351802781224, + "U": 7.132117843866581e-06, + "K": 1.5954540231177816e-06, + "L": 6.246035627555102e-05, + "G": 0.0007766629569232464, + "F": 0.0017154678935185075, + "E": 0.00021025558817200363, + "T": 0.0012073807884007692, + "P": 0.08585237711668015, + "-": 0.9074695706367493 + }, + "id": "tp_8184" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1023023, + "label": "-", + "classification": { + "B": 5.15410818024975e-07, + "S": 3.631157596828416e-07, + "I": 2.550998942751903e-05, + "C": 4.49551225756295e-06, + "R": 4.840691190111102e-07, + "M": 1.985822200367693e-05, + "O": 8.792892913334072e-06, + "W": 4.1962425711972173e-07, + "N": 1.9130502550979145e-06, + "Y": 0.00016898816102184355, + "U": 1.3159586842448334e-07, + "K": 3.1125252917263424e-06, + "L": 3.7206655179033987e-07, + "G": 5.061717456555925e-05, + "F": 0.002003653673455119, + "E": 0.00010041908535640687, + "T": 0.00010161209502257407, + "P": 0.08328438550233841, + "-": 0.9142243266105652 + }, + "id": "tp_8185" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1023156, + "label": "-", + "classification": { + "B": 5.669463917001849e-06, + "S": 3.512289595164475e-06, + "I": 0.00020484757260419428, + "C": 6.126421067165211e-05, + "R": 1.9745280951610766e-05, + "M": 0.0005431879544630647, + "O": 8.958486432675272e-05, + "W": 1.9318540580570698e-06, + "N": 3.42889279636438e-06, + "Y": 0.004936720710247755, + "U": 3.8243507560764556e-07, + "K": 3.1768465760251274e-06, + "L": 2.1491139705176465e-05, + "G": 0.0019734788220375776, + "F": 0.004718625918030739, + "E": 0.00020631997904274613, + "T": 0.0015155989676713943, + "P": 0.009012692607939243, + "-": 0.9766783118247986 + }, + "id": "tp_8186" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1023257, + "label": "-", + "classification": { + "B": 3.738276063813828e-05, + "S": 8.197764145734254e-06, + "I": 0.00023992244678083807, + "C": 4.164446363574825e-05, + "R": 1.2942912690050434e-05, + "M": 0.0003048917860724032, + "O": 0.00010233303328277543, + "W": 2.720542170209228e-06, + "N": 1.2768477972713299e-05, + "Y": 0.001362970215268433, + "U": 1.6623235978840967e-06, + "K": 7.412357717839768e-06, + "L": 2.3206348487292416e-05, + "G": 0.0018076495034620166, + "F": 0.008435964584350586, + "E": 0.0003933045081794262, + "T": 0.0009117848239839077, + "P": 0.11942742019891739, + "-": 0.8668657541275024 + }, + "id": "tp_8187" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1023390, + "label": "-", + "classification": { + "B": 1.3157713283362682e-06, + "S": 1.0404404093833364e-07, + "I": 0.0001403982751071453, + "C": 1.0801601092680357e-05, + "R": 1.376920408802107e-06, + "M": 2.023657361860387e-05, + "O": 1.142875862569781e-05, + "W": 3.059923585624347e-07, + "N": 4.118812739761779e-06, + "Y": 0.000220779562368989, + "U": 2.5301312689407496e-07, + "K": 7.363990448538971e-07, + "L": 7.082333013386233e-07, + "G": 6.786938320146874e-05, + "F": 0.0002969936467707157, + "E": 0.0001471929717808962, + "T": 0.00015917100245133042, + "P": 0.15052931010723114, + "-": 0.848386824131012 + }, + "id": "tp_8188" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1023524, + "label": "-", + "classification": { + "B": 4.730657565232832e-06, + "S": 3.6233527680451516e-06, + "I": 0.0005641577299684286, + "C": 1.0019139153882861e-05, + "R": 3.5497616863722214e-06, + "M": 0.00015450322825927287, + "O": 6.577762542292476e-05, + "W": 5.22597929375479e-06, + "N": 6.159314943943173e-05, + "Y": 0.0013851443072780967, + "U": 1.9435681224422297e-06, + "K": 7.716057007201016e-05, + "L": 2.2271156012720894e-06, + "G": 0.00040006657945923507, + "F": 0.003069371683523059, + "E": 0.001136362086981535, + "T": 0.0007852092385292053, + "P": 0.1877010315656662, + "-": 0.8045682311058044 + }, + "id": "tp_8189" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1023657, + "label": "-", + "classification": { + "B": 3.67130633094348e-06, + "S": 2.0281233446439728e-05, + "I": 0.00043817594996653497, + "C": 9.354508074466139e-05, + "R": 2.8154239771538414e-05, + "M": 0.0003729302843566984, + "O": 0.0001392623089486733, + "W": 9.400058843311854e-06, + "N": 3.28215719491709e-05, + "Y": 0.006190015003085136, + "U": 2.1600369564112043e-06, + "K": 1.9278802938060835e-05, + "L": 3.056139757973142e-05, + "G": 0.0017003209795802832, + "F": 0.0258001871407032, + "E": 0.0006381183047778904, + "T": 0.0026114899665117264, + "P": 0.060924384742975235, + "-": 0.9009451866149902 + }, + "id": "tp_8190" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1023757, + "label": "-", + "classification": { + "B": 2.9364928195718676e-05, + "S": 8.040290595090482e-06, + "I": 0.007612598594278097, + "C": 0.0011623201426118612, + "R": 0.00013311795191839337, + "M": 0.002115421462804079, + "O": 0.00017993038636632264, + "W": 9.351696462545078e-06, + "N": 0.00018052334780804813, + "Y": 0.01195698231458664, + "U": 1.589254679856822e-05, + "K": 1.1452322723926045e-05, + "L": 0.00013343608588911593, + "G": 0.007410550490021706, + "F": 0.005890590604394674, + "E": 0.005767450202256441, + "T": 0.004754071123898029, + "P": 0.24403418600559235, + "-": 0.7085947394371033 + }, + "id": "tp_8191" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1023891, + "label": "-", + "classification": { + "B": 9.58643909143575e-07, + "S": 5.055997576164373e-07, + "I": 3.1224855774780735e-05, + "C": 2.6841589715331793e-06, + "R": 4.0850059690455964e-07, + "M": 0.00016141327796503901, + "O": 9.10923245101003e-06, + "W": 2.539608772167412e-07, + "N": 5.99490022068494e-07, + "Y": 0.0007575268973596394, + "U": 4.8025722065858645e-08, + "K": 1.2788362937499187e-06, + "L": 1.6645244613755494e-06, + "G": 0.00031980042695067823, + "F": 0.005864087957888842, + "E": 0.0002835610357578844, + "T": 0.0002572696830611676, + "P": 0.026804227381944656, + "-": 0.9655033946037292 + }, + "id": "tp_8192" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1024024, + "label": "-", + "classification": { + "B": 4.949586127622752e-07, + "S": 9.364927677779633e-07, + "I": 0.00011059255484724417, + "C": 4.355386772658676e-05, + "R": 4.1520070226397365e-06, + "M": 0.00013169512385502458, + "O": 1.580295429448597e-05, + "W": 6.461975203819748e-07, + "N": 3.2691016258468153e-06, + "Y": 0.0016824131598696113, + "U": 1.4456701080689527e-07, + "K": 1.6355870684492402e-06, + "L": 2.802164090098813e-06, + "G": 0.0006148198153823614, + "F": 0.008155835792422295, + "E": 0.0004371785034891218, + "T": 0.0004340960585977882, + "P": 0.04894019663333893, + "-": 0.9394197463989258 + }, + "id": "tp_8193" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1024157, + "label": "-", + "classification": { + "B": 1.654319385124836e-05, + "S": 1.805973283808271e-06, + "I": 0.0009803861612454057, + "C": 0.0001778941077645868, + "R": 1.6932082871790044e-05, + "M": 0.0006720363744534552, + "O": 6.272317114053294e-05, + "W": 1.6316371329594404e-06, + "N": 3.292433393653482e-05, + "Y": 0.0015252490993589163, + "U": 1.6766230146458838e-06, + "K": 3.1020013011584524e-06, + "L": 2.03402123588603e-05, + "G": 0.0017566955648362637, + "F": 0.004278062377125025, + "E": 0.0016868066741153598, + "T": 0.0012190385023131967, + "P": 0.1980673372745514, + "-": 0.7894787192344666 + }, + "id": "tp_8194" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1024258, + "label": "-", + "classification": { + "B": 9.316102556056194e-09, + "S": 1.5310306356042247e-09, + "I": 3.560839832061902e-05, + "C": 1.1786241884692572e-06, + "R": 2.1296918362168071e-07, + "M": 1.2292865903873462e-05, + "O": 9.227231885233778e-07, + "W": 7.81662645721326e-09, + "N": 1.0134299799346991e-07, + "Y": 0.0002763080410659313, + "U": 3.8195819840325385e-09, + "K": 3.4633182988130784e-09, + "L": 9.041406912047023e-08, + "G": 2.7095305995317176e-05, + "F": 3.3823715057224035e-05, + "E": 9.0282674136688e-06, + "T": 0.00015162237104959786, + "P": 0.03202630952000618, + "-": 0.9674254655838013 + }, + "id": "tp_8195" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1024391, + "label": "-", + "classification": { + "B": 3.2437765185022727e-06, + "S": 1.2201359822938684e-05, + "I": 0.0005831680609844625, + "C": 4.493874075706117e-05, + "R": 1.2220806638651993e-05, + "M": 0.00013779124128632247, + "O": 8.14729428384453e-05, + "W": 7.746112714812625e-06, + "N": 9.9302786111366e-05, + "Y": 0.0027383272536098957, + "U": 6.504772954940563e-06, + "K": 0.00016596309433225542, + "L": 4.792121671925997e-06, + "G": 0.0006724967388436198, + "F": 0.008200794458389282, + "E": 0.0007410969119518995, + "T": 0.0016487914836034179, + "P": 0.24270673096179962, + "-": 0.7421324253082275 + }, + "id": "tp_8196" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1024525, + "label": "-", + "classification": { + "B": 5.285534712129447e-07, + "S": 5.266163611850061e-07, + "I": 0.0003305310965515673, + "C": 2.658276389411185e-05, + "R": 5.239675829216139e-06, + "M": 3.5447959817247465e-05, + "O": 1.9667748347274028e-05, + "W": 1.5914422419882612e-06, + "N": 3.0797134968452156e-05, + "Y": 0.0036449243780225515, + "U": 1.1554218417586526e-06, + "K": 0.0007901412318460643, + "L": 8.045409458645736e-07, + "G": 0.0012736584758386016, + "F": 0.005710567347705364, + "E": 0.00284934276714921, + "T": 0.000516326108481735, + "P": 0.07879631966352463, + "-": 0.9059658646583557 + }, + "id": "tp_8197" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1024658, + "label": "-", + "classification": { + "B": 2.9702182473556604e-06, + "S": 3.16928890242707e-06, + "I": 0.00018848229956347495, + "C": 0.000177368798176758, + "R": 7.465729140676558e-05, + "M": 0.0015856166137382388, + "O": 0.00017177080735564232, + "W": 3.8046848658268573e-06, + "N": 3.4674703783821315e-06, + "Y": 0.03383005037903786, + "U": 1.3164120673536672e-06, + "K": 4.028877810924314e-06, + "L": 5.166222763364203e-05, + "G": 0.003127916483208537, + "F": 0.0021968395449221134, + "E": 9.303884144173935e-05, + "T": 0.012214620597660542, + "P": 0.004246335942298174, + "-": 0.942022979259491 + }, + "id": "tp_8198" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1024758, + "label": "-", + "classification": { + "B": 0.0005051855696365237, + "S": 0.0007672740030102432, + "I": 0.0039650555700063705, + "C": 0.0033272558357566595, + "R": 0.0006583111826330423, + "M": 0.0034221461974084377, + "O": 0.0023567655589431524, + "W": 0.0004614637582562864, + "N": 0.0016926494427025318, + "Y": 0.01533556543290615, + "U": 9.432587830815464e-05, + "K": 0.00224817031994462, + "L": 0.0005668384255841374, + "G": 0.021264037117362022, + "F": 0.1509820967912674, + "E": 0.03716541826725006, + "T": 0.006922848057001829, + "P": 0.20693431794643402, + "-": 0.5413302779197693 + }, + "id": "tp_8199" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1024892, + "label": "-", + "classification": { + "B": 3.0673530204694543e-07, + "S": 1.527440218751508e-07, + "I": 0.00019990326836705208, + "C": 6.354463948810007e-06, + "R": 8.842122838359501e-07, + "M": 1.0696148819988593e-05, + "O": 4.136687493883073e-06, + "W": 2.783088177693571e-07, + "N": 8.403545507462695e-06, + "Y": 0.00030324922408908606, + "U": 2.024795691113468e-07, + "K": 1.937492925208062e-05, + "L": 1.7339820601591782e-07, + "G": 0.0001020055206026882, + "F": 0.00412727240473032, + "E": 0.0005788217531517148, + "T": 7.781142630847171e-05, + "P": 0.2742777466773987, + "-": 0.7202821969985962 + }, + "id": "tp_8200" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1025025, + "label": "-", + "classification": { + "B": 8.094561053439975e-06, + "S": 2.310098125235527e-06, + "I": 0.00044589012395590544, + "C": 1.6569409126532264e-05, + "R": 3.1183838018478127e-06, + "M": 0.00017668474174570292, + "O": 2.8425110940588638e-05, + "W": 9.993042340283864e-07, + "N": 1.8579807147034444e-05, + "Y": 0.0011495852377265692, + "U": 7.895555427239742e-07, + "K": 5.366244295146316e-06, + "L": 5.225145287113264e-06, + "G": 0.0007838906603865325, + "F": 0.005635558161884546, + "E": 0.0010721951257437468, + "T": 0.0007681993884034455, + "P": 0.2536635100841522, + "-": 0.7362149953842163 + }, + "id": "tp_8201" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1025125, + "label": "P", + "classification": { + "B": 3.9164180232198476e-10, + "S": 3.751310373445449e-11, + "I": 4.2578275838422996e-07, + "C": 2.7248128753321055e-10, + "R": 8.27193608748944e-12, + "M": 1.1764474949771397e-09, + "O": 2.1201251865221593e-09, + "W": 3.4573195001330603e-11, + "N": 4.913556228558491e-09, + "Y": 4.142503229331851e-08, + "U": 1.0469717974526116e-11, + "K": 1.3873774525052784e-11, + "L": 3.531822057034617e-11, + "G": 1.3480584648561944e-08, + "F": 2.2509132122650044e-06, + "E": 1.821011039737641e-07, + "T": 2.142495674206657e-07, + "P": 0.8778614401817322, + "-": 0.12213537842035294 + }, + "id": "tp_8202" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1025259, + "label": "-", + "classification": { + "B": 4.3693819407053525e-07, + "S": 3.578825555905496e-07, + "I": 0.0005831963499076664, + "C": 7.118787380022695e-06, + "R": 2.093612238240894e-06, + "M": 0.00018120727327186614, + "O": 1.1729108337021898e-05, + "W": 2.5530994207656477e-07, + "N": 8.922303095459938e-06, + "Y": 0.0019617092330008745, + "U": 1.3324414283033548e-07, + "K": 2.2727051600668347e-06, + "L": 1.0284909421898192e-06, + "G": 0.0003586646926123649, + "F": 0.0015509697841480374, + "E": 0.0005003464757464826, + "T": 0.0009639254421927035, + "P": 0.10661550611257553, + "-": 0.8872500658035278 + }, + "id": "tp_8203" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1025392, + "label": "P", + "classification": { + "B": 6.114191108963496e-08, + "S": 8.270718154790302e-08, + "I": 0.00010894524166360497, + "C": 1.5857160917676083e-07, + "R": 1.061170706861958e-08, + "M": 9.281963684770744e-06, + "O": 6.479393732661265e-07, + "W": 2.2883959616137872e-08, + "N": 6.058308827050496e-06, + "Y": 2.1424866645247675e-05, + "U": 9.555096269764363e-09, + "K": 1.6533306279598037e-07, + "L": 2.7747432795877103e-08, + "G": 5.127526947035221e-06, + "F": 0.00020585130550898612, + "E": 0.0002586074115242809, + "T": 4.876307139056735e-05, + "P": 0.8168623447418213, + "-": 0.1824723780155182 + }, + "id": "tp_8204" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1025526, + "label": "-", + "classification": { + "B": 6.117984594311565e-05, + "S": 1.138349762186408e-05, + "I": 0.0006754241767339408, + "C": 6.843138544354588e-05, + "R": 1.1646395250863861e-05, + "M": 0.0005937713431194425, + "O": 0.0001531197049189359, + "W": 1.0416907571197953e-05, + "N": 8.174331742338836e-05, + "Y": 0.001270684297196567, + "U": 4.030132913612761e-06, + "K": 1.540716039016843e-05, + "L": 2.0938276065862738e-05, + "G": 0.0010414235293865204, + "F": 0.005629694554954767, + "E": 0.0032451555598527193, + "T": 0.0009759663953445852, + "P": 0.35116469860076904, + "-": 0.6349648237228394 + }, + "id": "tp_8205" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1025626, + "label": "-", + "classification": { + "B": 2.560948360041948e-07, + "S": 1.4573014084362512e-07, + "I": 0.000346143264323473, + "C": 1.4303227544587571e-05, + "R": 6.2277772485686e-06, + "M": 2.6741756300907582e-05, + "O": 1.4657241990789771e-05, + "W": 8.23742482225498e-07, + "N": 7.2014004217635375e-06, + "Y": 0.0006028396892361343, + "U": 5.260571356302535e-07, + "K": 1.7448876405978808e-06, + "L": 9.520433081888768e-07, + "G": 0.0001028901751851663, + "F": 0.0005610939115285873, + "E": 8.150693611241877e-05, + "T": 0.0005216098506934941, + "P": 0.11994137614965439, + "-": 0.8777689337730408 + }, + "id": "tp_8206" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1025759, + "label": "-", + "classification": { + "B": 4.831767910218332e-06, + "S": 5.592121397057781e-07, + "I": 1.165424328064546e-05, + "C": 4.5319777086660906e-07, + "R": 2.2419752099267498e-07, + "M": 7.871549314586446e-05, + "O": 3.5049346479354426e-05, + "W": 3.2290446938532114e-07, + "N": 1.1255151122213647e-07, + "Y": 0.0001471195137128234, + "U": 8.068366419422546e-09, + "K": 7.990410555436256e-10, + "L": 5.540753591048997e-06, + "G": 4.824569259653799e-05, + "F": 0.0002398584911134094, + "E": 4.572562829707749e-06, + "T": 0.0002003685658564791, + "P": 0.015296455472707748, + "-": 0.9839259386062622 + }, + "id": "tp_8207" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1025893, + "label": "-", + "classification": { + "B": 6.892382316436851e-06, + "S": 4.912295480608009e-06, + "I": 0.0018803763668984175, + "C": 1.2072398021700792e-05, + "R": 5.228338523011189e-06, + "M": 7.63261123211123e-05, + "O": 5.1931379857705906e-05, + "W": 6.0560432757483795e-06, + "N": 0.00011773263395298272, + "Y": 0.0011639491422101855, + "U": 3.185636387570412e-06, + "K": 2.9535367502830923e-05, + "L": 3.296949671494076e-06, + "G": 0.00025517717585898936, + "F": 0.0014995007077232003, + "E": 0.0009275533375330269, + "T": 0.0017615220276638865, + "P": 0.44354337453842163, + "-": 0.5486512780189514 + }, + "id": "tp_8208" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1026026, + "label": "-", + "classification": { + "B": 6.525622211484006e-06, + "S": 6.199035738063685e-07, + "I": 9.82154015218839e-05, + "C": 1.3396194844972342e-05, + "R": 1.5525511116720736e-06, + "M": 0.00013060956553090364, + "O": 1.549821172375232e-05, + "W": 3.8619307929366187e-07, + "N": 1.3917881460656645e-06, + "Y": 0.0003742967383004725, + "U": 1.1534351074260485e-07, + "K": 1.036300787404798e-07, + "L": 6.888159077789169e-06, + "G": 0.00039117512642405927, + "F": 0.0022931471467018127, + "E": 0.0003151975688524544, + "T": 0.000270876131253317, + "P": 0.1078505739569664, + "-": 0.8882293701171875 + }, + "id": "tp_8209" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1026126, + "label": "-", + "classification": { + "B": 9.604760862202966e-07, + "S": 5.76221680148592e-07, + "I": 5.5127897212514654e-05, + "C": 1.310732932324754e-05, + "R": 8.955440193858522e-07, + "M": 5.8695990446722135e-05, + "O": 8.103372238110751e-06, + "W": 4.7455057483603014e-07, + "N": 4.462905508262338e-06, + "Y": 0.000995529699139297, + "U": 2.801862422074919e-07, + "K": 4.927016925648786e-05, + "L": 5.36570269105141e-07, + "G": 0.00023459349176846445, + "F": 0.01065671257674694, + "E": 0.0008603738970123231, + "T": 0.00017688298248685896, + "P": 0.0748484879732132, + "-": 0.912034809589386 + }, + "id": "tp_8210" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1026260, + "label": "-", + "classification": { + "B": 2.4340677555301227e-05, + "S": 1.483781602473755e-06, + "I": 1.8871618522098288e-05, + "C": 9.161451998807024e-06, + "R": 2.4249191028502537e-06, + "M": 0.0005267061642371118, + "O": 5.312747452990152e-05, + "W": 8.438906320407114e-07, + "N": 2.808909016493999e-07, + "Y": 0.0012685958063229918, + "U": 6.188192003264703e-08, + "K": 7.733978435453537e-08, + "L": 2.4359487724723294e-05, + "G": 0.0009768231539055705, + "F": 0.0011399508221074939, + "E": 9.741314715938643e-05, + "T": 0.0006054622936062515, + "P": 0.008401695638895035, + "-": 0.9868482947349548 + }, + "id": "tp_8211" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1026393, + "label": "-", + "classification": { + "B": 2.3445331009952497e-07, + "S": 1.019251882894423e-07, + "I": 3.745003050426021e-05, + "C": 1.3115196679791552e-06, + "R": 2.049158638328663e-07, + "M": 1.3451585800794419e-05, + "O": 8.062985216383822e-06, + "W": 2.3965500872691337e-07, + "N": 6.750042871317419e-07, + "Y": 4.938526762998663e-05, + "U": 1.6827449655920645e-08, + "K": 1.1851112091676441e-08, + "L": 5.873371833331476e-07, + "G": 1.5383464415208437e-05, + "F": 0.0005745588568970561, + "E": 9.237551239493769e-06, + "T": 5.0253183871973306e-05, + "P": 0.14426952600479126, + "-": 0.8549692630767822 + }, + "id": "tp_8212" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1026527, + "label": "-", + "classification": { + "B": 6.246429165912559e-06, + "S": 7.782473971928994e-07, + "I": 0.00012467341730371118, + "C": 1.3169109479349572e-05, + "R": 1.769907498783141e-06, + "M": 0.00010198436211794615, + "O": 4.0881623135646805e-05, + "W": 1.4031866157893091e-06, + "N": 2.392215037616552e-06, + "Y": 0.00014170135546009988, + "U": 1.3561185596699943e-07, + "K": 3.889341115836942e-08, + "L": 4.903434728475986e-06, + "G": 0.00014294421998783946, + "F": 0.0005769167910329998, + "E": 8.710639667697251e-05, + "T": 0.00011260403698543087, + "P": 0.19813910126686096, + "-": 0.80050128698349 + }, + "id": "tp_8213" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1026627, + "label": "-", + "classification": { + "B": 0.00029039548826403916, + "S": 0.0009814199293032289, + "I": 0.021496320143342018, + "C": 0.0007568544242531061, + "R": 0.0006526453071273863, + "M": 0.002367771230638027, + "O": 0.001891046529635787, + "W": 0.0009857723489403725, + "N": 0.006996966432780027, + "Y": 0.025831075385212898, + "U": 0.00034385218168608844, + "K": 0.03115219995379448, + "L": 0.000185289783985354, + "G": 0.008656978607177734, + "F": 0.05149320140480995, + "E": 0.02124418318271637, + "T": 0.014567479491233826, + "P": 0.3614957630634308, + "-": 0.44861072301864624 + }, + "id": "tp_8214" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1026760, + "label": "-", + "classification": { + "B": 3.585589070098649e-07, + "S": 3.392629821519222e-08, + "I": 2.37166623264784e-05, + "C": 1.7116251456172904e-06, + "R": 7.998058748626136e-08, + "M": 3.636906694737263e-05, + "O": 1.7190077414852567e-06, + "W": 2.882732808018318e-08, + "N": 2.755361094841646e-07, + "Y": 0.00015146077203098685, + "U": 1.6371926037095363e-08, + "K": 8.206848889358298e-08, + "L": 2.9900377285230206e-07, + "G": 6.475589907495305e-05, + "F": 0.0007621230324730277, + "E": 0.00016451405826956034, + "T": 6.613097502849996e-05, + "P": 0.08302232623100281, + "-": 0.9157041311264038 + }, + "id": "tp_8215" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1026894, + "label": "-", + "classification": { + "B": 3.4451463903906188e-09, + "S": 1.3799581477513811e-09, + "I": 5.957285225122178e-07, + "C": 1.1824516832348309e-06, + "R": 7.991073402990878e-08, + "M": 7.05092134012375e-06, + "O": 5.878662250324851e-07, + "W": 1.6058621099546144e-09, + "N": 4.766500527608741e-09, + "Y": 0.00010046187526313588, + "U": 1.1117584630682131e-09, + "K": 1.150090778168078e-08, + "L": 1.1422475409972321e-07, + "G": 4.293721212889068e-05, + "F": 0.0005126146133989096, + "E": 1.0112676136486698e-06, + "T": 3.697894135257229e-05, + "P": 0.0025810636579990387, + "-": 0.9967153072357178 + }, + "id": "tp_8216" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1027027, + "label": "-", + "classification": { + "B": 7.484447337446909e-07, + "S": 3.351347004354466e-07, + "I": 0.0003361841954756528, + "C": 5.2029663493158296e-06, + "R": 7.983642831277393e-07, + "M": 4.414549039211124e-05, + "O": 8.125140084302984e-06, + "W": 2.4232861051132204e-07, + "N": 6.891890279803192e-06, + "Y": 0.0003384466399438679, + "U": 9.402630496424536e-08, + "K": 6.104097565184929e-07, + "L": 9.89987142929749e-07, + "G": 0.00016258357209153473, + "F": 0.0038533105980604887, + "E": 0.00034398448769934475, + "T": 0.000155107700265944, + "P": 0.28109195828437805, + "-": 0.7136502861976624 + }, + "id": "tp_8217" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1027127, + "label": "-", + "classification": { + "B": 2.3072000203683274e-06, + "S": 1.939891262736637e-06, + "I": 0.00046864832984283566, + "C": 4.615940633811988e-05, + "R": 7.067799288051901e-06, + "M": 0.0002000054228119552, + "O": 3.643505260697566e-05, + "W": 1.3659895330420113e-06, + "N": 2.2568587155546993e-05, + "Y": 0.0014879395021125674, + "U": 1.380896378577745e-06, + "K": 5.918221631873166e-06, + "L": 5.591803983406862e-06, + "G": 0.000431020773248747, + "F": 0.003998453728854656, + "E": 0.000497407978400588, + "T": 0.00104777910746634, + "P": 0.15574850142002106, + "-": 0.8359896540641785 + }, + "id": "tp_8218" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1027261, + "label": "-", + "classification": { + "B": 6.615101028728532e-06, + "S": 2.7344671252649277e-05, + "I": 0.0015161915216594934, + "C": 0.0004193201311863959, + "R": 0.0002192292595282197, + "M": 0.001158957602456212, + "O": 0.0003821082354988903, + "W": 2.6746867661131546e-05, + "N": 8.270308171631768e-05, + "Y": 0.01820741966366768, + "U": 1.5679319403716363e-05, + "K": 4.355885539553128e-05, + "L": 8.350911230081692e-05, + "G": 0.0029887515120208263, + "F": 0.007680837996304035, + "E": 0.0004756629350595176, + "T": 0.010274001397192478, + "P": 0.04865574464201927, + "-": 0.9077355861663818 + }, + "id": "tp_8219" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1027394, + "label": "-", + "classification": { + "B": 9.989296813728288e-05, + "S": 4.675060608860804e-06, + "I": 0.0003246309934183955, + "C": 2.049786962743383e-05, + "R": 3.241604190407088e-06, + "M": 0.00415298854932189, + "O": 0.00013193143240641803, + "W": 1.245852445208584e-06, + "N": 5.1588158385129645e-06, + "Y": 0.00304986909031868, + "U": 4.2635466002138855e-07, + "K": 6.356447670441412e-07, + "L": 8.097297541098669e-05, + "G": 0.007666382472962141, + "F": 0.0016335992841050029, + "E": 0.0014043919509276748, + "T": 0.002380202990025282, + "P": 0.024693157523870468, + "-": 0.9543461203575134 + }, + "id": "tp_8220" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1027528, + "label": "-", + "classification": { + "B": 0.0002499611582607031, + "S": 1.1043579434044659e-05, + "I": 0.00046189018758013844, + "C": 3.3197866287082434e-05, + "R": 1.5406290913233534e-05, + "M": 0.0021008679177612066, + "O": 0.0003978730528615415, + "W": 6.083455446059816e-06, + "N": 1.0906582247116603e-05, + "Y": 0.0019396397983655334, + "U": 8.299787168652983e-07, + "K": 3.12994330897709e-07, + "L": 0.00012637731560971588, + "G": 0.003643822157755494, + "F": 0.0014021502574905753, + "E": 0.0005560962599702179, + "T": 0.002367377979680896, + "P": 0.07137428224086761, + "-": 0.9153018593788147 + }, + "id": "tp_8221" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1027628, + "label": "-", + "classification": { + "B": 3.0558970820493414e-07, + "S": 3.383976263648947e-07, + "I": 0.00017783061775844544, + "C": 1.2952878932992462e-05, + "R": 1.165623416454764e-06, + "M": 1.0822824151546229e-05, + "O": 6.872880931041436e-06, + "W": 1.7856756073797442e-07, + "N": 1.2278646863705944e-05, + "Y": 0.00021947406639810652, + "U": 1.1142070377445634e-07, + "K": 2.509703790565254e-06, + "L": 2.9330763595680764e-07, + "G": 0.00017079034296330065, + "F": 0.0032315824646502733, + "E": 0.00018675684987101704, + "T": 9.619948832551017e-05, + "P": 0.38222917914390564, + "-": 0.6136403679847717 + }, + "id": "tp_8222" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1027761, + "label": "-", + "classification": { + "B": 2.6871862246480305e-06, + "S": 1.2045107666835975e-07, + "I": 5.007424078939948e-06, + "C": 6.783248096553507e-08, + "R": 8.813199947610428e-09, + "M": 1.5058368262543809e-05, + "O": 4.711375822807895e-06, + "W": 1.8817008395899393e-08, + "N": 5.4481649414128697e-08, + "Y": 6.4394043874926865e-06, + "U": 4.845434609102028e-10, + "K": 6.280808512171276e-11, + "L": 4.857471367358812e-07, + "G": 1.5824167348910123e-05, + "F": 9.538462472846732e-05, + "E": 3.4988870538654737e-06, + "T": 3.6979326978325844e-05, + "P": 0.1370088756084442, + "-": 0.8628047704696655 + }, + "id": "tp_8223" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1027895, + "label": "P", + "classification": { + "B": 7.46037476346828e-05, + "S": 0.0001566855498822406, + "I": 0.004272920545190573, + "C": 5.375582259148359e-05, + "R": 1.933178646140732e-05, + "M": 0.0009703859686851501, + "O": 0.0004604129062499851, + "W": 5.595828406512737e-05, + "N": 0.0006177900359034538, + "Y": 0.0018930976511910558, + "U": 6.93709898769157e-06, + "K": 6.552050763275474e-05, + "L": 3.466310954536311e-05, + "G": 0.0006763724377378821, + "F": 0.006755180191248655, + "E": 0.003926099743694067, + "T": 0.002071796916425228, + "P": 0.5244976878166199, + "-": 0.4533907473087311 + }, + "id": "tp_8224" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1028028, + "label": "-", + "classification": { + "B": 9.956440408132039e-06, + "S": 2.2524634914589114e-05, + "I": 0.11892625689506531, + "C": 0.001768685644492507, + "R": 0.00042971683433279395, + "M": 0.006920943967998028, + "O": 0.0003705121926032007, + "W": 1.9106895706499927e-05, + "N": 0.0013564681867137551, + "Y": 0.15014369785785675, + "U": 5.676997261616634e-06, + "K": 4.725742473965511e-05, + "L": 4.6246736019384116e-05, + "G": 0.005177838262170553, + "F": 0.0015369148459285498, + "E": 0.0037073222920298576, + "T": 0.05031627044081688, + "P": 0.12786902487277985, + "-": 0.5313255190849304 + }, + "id": "tp_8225" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1028128, + "label": "-", + "classification": { + "B": 7.319262351757061e-08, + "S": 3.980520357771411e-09, + "I": 0.00012026403419440612, + "C": 1.503525595580868e-06, + "R": 1.4051637720058352e-07, + "M": 5.8650334722187836e-06, + "O": 6.08565869697486e-07, + "W": 8.753909597203346e-09, + "N": 4.727791917957802e-07, + "Y": 6.843706796644256e-05, + "U": 6.4381784348199744e-09, + "K": 5.463458574439528e-09, + "L": 9.22921969959134e-08, + "G": 2.045612745860126e-05, + "F": 0.00021942079183645546, + "E": 5.697190863429569e-05, + "T": 2.240162211819552e-05, + "P": 0.42308709025382996, + "-": 0.5763963460922241 + }, + "id": "tp_8226" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1028262, + "label": "-", + "classification": { + "B": 6.771949756512186e-08, + "S": 9.274272372294945e-08, + "I": 0.00016631059406790882, + "C": 3.362171810294967e-06, + "R": 1.0222917126156972e-06, + "M": 1.4375909813679755e-05, + "O": 5.511425115400925e-06, + "W": 1.6353718024220143e-07, + "N": 4.300689397496171e-06, + "Y": 0.000629511836450547, + "U": 8.243124938189794e-08, + "K": 1.4552908851328539e-06, + "L": 1.8996860262632254e-07, + "G": 6.90649394528009e-05, + "F": 0.0006886621122248471, + "E": 0.0001459255872759968, + "T": 0.0001421119668520987, + "P": 0.15027619898319244, + "-": 0.8478516936302185 + }, + "id": "tp_8227" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1028395, + "label": "-", + "classification": { + "B": 0.0006406827596947551, + "S": 3.7836081901332363e-05, + "I": 0.0001912026054924354, + "C": 3.464251130935736e-05, + "R": 1.3734575986745767e-05, + "M": 0.002293072873726487, + "O": 0.0008519734255969524, + "W": 1.7576561731402762e-05, + "N": 9.918396244756877e-06, + "Y": 0.0009407764300704002, + "U": 1.7866032067104243e-06, + "K": 1.7854115696991357e-07, + "L": 0.0003320140531286597, + "G": 0.0018840900156646967, + "F": 0.0035258110146969557, + "E": 0.00030280137434601784, + "T": 0.002648179419338703, + "P": 0.08989421278238297, + "-": 0.8963794708251953 + }, + "id": "tp_8228" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1028529, + "label": "-", + "classification": { + "B": 4.123026808855457e-09, + "S": 1.5334190806015613e-08, + "I": 1.499273935223755e-06, + "C": 2.259411218119567e-07, + "R": 2.013044309023826e-08, + "M": 1.152435925177997e-05, + "O": 5.816979182782234e-07, + "W": 1.0868490107895923e-08, + "N": 5.0252992878085934e-08, + "Y": 0.000313937955070287, + "U": 2.4944015741823478e-09, + "K": 4.861950628765044e-07, + "L": 2.4060746284249035e-08, + "G": 1.7290662071900442e-05, + "F": 0.0019196976209059358, + "E": 1.58655020641163e-05, + "T": 0.00012426466855686158, + "P": 0.01395532675087452, + "-": 0.983639121055603 + }, + "id": "tp_8229" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1028629, + "label": "-", + "classification": { + "B": 5.951350772193109e-07, + "S": 3.567066642062855e-06, + "I": 0.0001776613062247634, + "C": 3.040223782591056e-05, + "R": 7.2388502303510904e-06, + "M": 8.083893044386059e-05, + "O": 6.081906394683756e-05, + "W": 3.911298790626461e-06, + "N": 1.3490139281202573e-05, + "Y": 0.0011529081966727972, + "U": 1.592970875208266e-06, + "K": 2.752613181655761e-05, + "L": 5.58044530407642e-06, + "G": 0.00037143909139558673, + "F": 0.011639990843832493, + "E": 0.00018386832380201668, + "T": 0.0006726655992679298, + "P": 0.09499247372150421, + "-": 0.8905735611915588 + }, + "id": "tp_8230" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1028762, + "label": "-", + "classification": { + "B": 1.0327868267268059e-06, + "S": 4.7701458782967165e-08, + "I": 0.0001726321643218398, + "C": 3.247908898629248e-05, + "R": 1.3983017197460867e-06, + "M": 0.00012293292093090713, + "O": 4.263260052539408e-06, + "W": 8.809945484244963e-08, + "N": 1.910854507514159e-06, + "Y": 0.0006590660195797682, + "U": 1.874359156772698e-07, + "K": 1.2754455838148715e-06, + "L": 1.3539796555050998e-06, + "G": 0.0005885473219677806, + "F": 0.0012328790035098791, + "E": 0.0007328607607632875, + "T": 0.00025509510305710137, + "P": 0.08425187319517136, + "-": 0.9119400382041931 + }, + "id": "tp_8231" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1028896, + "label": "-", + "classification": { + "B": 1.267168772756122e-05, + "S": 2.273701056765276e-06, + "I": 0.00029499264201149344, + "C": 0.00013222901907283813, + "R": 1.3195836800150573e-05, + "M": 0.00021315450430847704, + "O": 5.358241105568595e-05, + "W": 2.5572514914529165e-06, + "N": 2.174430846935138e-05, + "Y": 0.002143929246813059, + "U": 2.5741687750269193e-06, + "K": 3.552158159436658e-05, + "L": 1.0006078809965402e-05, + "G": 0.0014670462114736438, + "F": 0.011025771498680115, + "E": 0.0012263668468222022, + "T": 0.0007798024453222752, + "P": 0.11414697021245956, + "-": 0.8684156537055969 + }, + "id": "tp_8232" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1029029, + "label": "-", + "classification": { + "B": 9.6877165560727e-06, + "S": 7.760668268019799e-06, + "I": 0.0007228600443340838, + "C": 0.00010814567940542474, + "R": 2.7691221475834027e-05, + "M": 0.0002666513028088957, + "O": 0.0001004257719614543, + "W": 9.267554560210556e-06, + "N": 7.443164213327691e-05, + "Y": 0.003777536330744624, + "U": 7.596517662022961e-06, + "K": 3.5741722967941314e-05, + "L": 1.8010019630310126e-05, + "G": 0.0006212926818989217, + "F": 0.005300948861986399, + "E": 0.0016936712199822068, + "T": 0.001539899269118905, + "P": 0.22022800147533417, + "-": 0.7654503583908081 + }, + "id": "tp_8233" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1029129, + "label": "-", + "classification": { + "B": 1.9368849279999267e-07, + "S": 1.0408352579815983e-07, + "I": 5.083750238554785e-06, + "C": 1.8360071862844052e-07, + "R": 7.407079838372965e-09, + "M": 7.843363164283801e-06, + "O": 1.085575831893948e-06, + "W": 2.870352489026118e-08, + "N": 4.550423682303517e-07, + "Y": 6.851108628325164e-05, + "U": 6.693793519474411e-09, + "K": 9.8818577498605e-07, + "L": 3.525352099131851e-08, + "G": 2.7632715500658378e-05, + "F": 0.005679330788552761, + "E": 0.0003159555490128696, + "T": 4.884458030574024e-05, + "P": 0.1426847130060196, + "-": 0.8511590361595154 + }, + "id": "tp_8234" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1029263, + "label": "-", + "classification": { + "B": 7.646270387340337e-05, + "S": 0.00013074673188384622, + "I": 0.007559189107269049, + "C": 0.000858025683555752, + "R": 0.0005409399745985866, + "M": 0.003705879207700491, + "O": 0.0022407604847103357, + "W": 0.00022616056958213449, + "N": 0.0007268304470926523, + "Y": 0.010006217285990715, + "U": 0.00010016604937845841, + "K": 0.00015076766430865973, + "L": 0.0003759872051887214, + "G": 0.0038466276600956917, + "F": 0.00649559311568737, + "E": 0.0007985191768966615, + "T": 0.0278302188962698, + "P": 0.1064317598938942, + "-": 0.827899158000946 + }, + "id": "tp_8235" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1029396, + "label": "-", + "classification": { + "B": 7.484225648113352e-07, + "S": 1.849098296702323e-08, + "I": 2.545940333220642e-05, + "C": 1.8548622904290823e-07, + "R": 7.751268071842787e-09, + "M": 2.392383976257406e-06, + "O": 9.628631687519373e-07, + "W": 1.4547217652705058e-08, + "N": 4.483075031203043e-07, + "Y": 1.9193881598766893e-05, + "U": 2.297918522131681e-09, + "K": 1.762161971896603e-08, + "L": 4.1980797504947986e-08, + "G": 1.468893424316775e-05, + "F": 0.00036946628824807703, + "E": 9.790012700250372e-05, + "T": 8.571657417633105e-06, + "P": 0.31677597761154175, + "-": 0.6826838254928589 + }, + "id": "tp_8236" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1029530, + "label": "-", + "classification": { + "B": 2.9451018690451747e-06, + "S": 4.115435785934096e-06, + "I": 0.0025263424031436443, + "C": 0.0002627478970680386, + "R": 3.113533603027463e-05, + "M": 0.0003637528861872852, + "O": 6.506003410322592e-05, + "W": 7.739422471786384e-06, + "N": 0.00015581661136820912, + "Y": 0.0029505924321711063, + "U": 6.835946351202438e-06, + "K": 0.00011324317165417597, + "L": 5.04788977195858e-06, + "G": 0.0006381012499332428, + "F": 0.0032263777684420347, + "E": 0.0026315152645111084, + "T": 0.0009239218779839575, + "P": 0.18771150708198547, + "-": 0.7983732223510742 + }, + "id": "tp_8237" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1029630, + "label": "-", + "classification": { + "B": 1.128570147557184e-06, + "S": 2.152718678871679e-07, + "I": 0.00018591279513202608, + "C": 1.060440899891546e-05, + "R": 1.1227582490391796e-06, + "M": 3.050746636290569e-05, + "O": 1.0944890163955279e-05, + "W": 2.9888167318858905e-07, + "N": 2.9879688554501627e-06, + "Y": 0.00010716571705415845, + "U": 9.69830793451365e-08, + "K": 1.5470732250832953e-08, + "L": 1.4628830058427411e-06, + "G": 5.839292862219736e-05, + "F": 0.00017531357298139483, + "E": 4.407657979754731e-05, + "T": 0.00015078035357873887, + "P": 0.3901970684528351, + "-": 0.6090219020843506 + }, + "id": "tp_8238" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1029763, + "label": "-", + "classification": { + "B": 1.9247327145421878e-06, + "S": 5.682696155417943e-06, + "I": 0.0003786860324908048, + "C": 2.3121772755985148e-05, + "R": 9.428375960851554e-06, + "M": 0.0001997768849832937, + "O": 8.98307771421969e-05, + "W": 3.154188561893534e-06, + "N": 1.884748417069204e-05, + "Y": 0.002253613667562604, + "U": 1.1472811820567586e-06, + "K": 1.0826131074281875e-05, + "L": 7.188315976236481e-06, + "G": 0.00044697592966258526, + "F": 0.005502385087311268, + "E": 0.00031091575510799885, + "T": 0.0014855243498459458, + "P": 0.061444371938705444, + "-": 0.9278066754341125 + }, + "id": "tp_8239" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1029897, + "label": "-", + "classification": { + "B": 2.374019647533032e-09, + "S": 2.5652142632281993e-09, + "I": 1.835296643548645e-05, + "C": 4.038340080114722e-07, + "R": 2.1975671060658897e-08, + "M": 4.921842560179357e-07, + "O": 1.6232775124080945e-07, + "W": 5.461815444363083e-09, + "N": 4.3800750404443534e-07, + "Y": 1.6213389244512655e-05, + "U": 5.213003362314339e-09, + "K": 5.862529519617965e-07, + "L": 4.1381178483845815e-09, + "G": 3.353552983753616e-06, + "F": 0.0011666162172332406, + "E": 4.923791129840538e-05, + "T": 4.98847521157586e-06, + "P": 0.26610442996025085, + "-": 0.7326346635818481 + }, + "id": "tp_8240" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1030030, + "label": "-", + "classification": { + "B": 5.386700195231242e-06, + "S": 6.844793915661285e-06, + "I": 0.00021324947010725737, + "C": 0.00013650035543832928, + "R": 3.258835931774229e-05, + "M": 0.0004394346324261278, + "O": 9.115649299928918e-05, + "W": 6.576280611625407e-06, + "N": 1.2641199646168388e-05, + "Y": 0.003499504877254367, + "U": 2.426476157779689e-06, + "K": 1.4398245184565894e-05, + "L": 2.0035560737596825e-05, + "G": 0.0006466010236181319, + "F": 0.01097860373556614, + "E": 0.0004148834850639105, + "T": 0.0012173716677352786, + "P": 0.04687434807419777, + "-": 0.9353874325752258 + }, + "id": "tp_8241" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1030130, + "label": "-", + "classification": { + "B": 3.3453557080065366e-06, + "S": 3.6723361063195625e-06, + "I": 0.00034876566496677697, + "C": 2.9907392672612332e-05, + "R": 7.343247034441447e-06, + "M": 0.00012987338413950056, + "O": 2.607986971270293e-05, + "W": 1.9334308944962686e-06, + "N": 1.5710356819909066e-05, + "Y": 0.003137146355584264, + "U": 1.7805009520088788e-06, + "K": 4.636049925466068e-05, + "L": 2.791313136185636e-06, + "G": 0.00036332893068902194, + "F": 0.005180723965167999, + "E": 0.00034510320983827114, + "T": 0.0012374919606372714, + "P": 0.08337051421403885, + "-": 0.9057481288909912 + }, + "id": "tp_8242" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1030264, + "label": "-", + "classification": { + "B": 1.2313578736211639e-05, + "S": 5.731722467317013e-06, + "I": 0.0008301700581796467, + "C": 1.3952221706858836e-05, + "R": 1.7386711306244251e-06, + "M": 0.00021918892161920667, + "O": 4.22064185841009e-05, + "W": 3.115115760010667e-06, + "N": 5.552925722440705e-05, + "Y": 0.0018153758719563484, + "U": 1.4086526789469644e-06, + "K": 1.749493276292924e-05, + "L": 3.877656126860529e-06, + "G": 0.0004993593320250511, + "F": 0.003294463036581874, + "E": 0.003440865548327565, + "T": 0.0008794438908807933, + "P": 0.31568580865859985, + "-": 0.67317795753479 + }, + "id": "tp_8243" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1030397, + "label": "P", + "classification": { + "B": 8.47534101922065e-05, + "S": 4.037600228912197e-05, + "I": 0.0034954582806676626, + "C": 0.00044224568409845233, + "R": 8.921659173211083e-05, + "M": 0.00042774248868227005, + "O": 0.0003122463822364807, + "W": 5.590554792433977e-05, + "N": 0.0009428255725651979, + "Y": 0.004886067472398281, + "U": 8.130137575790286e-05, + "K": 0.0015021611470729113, + "L": 3.865213875542395e-05, + "G": 0.003468658309429884, + "F": 0.015458468347787857, + "E": 0.015636220574378967, + "T": 0.0019420814933255315, + "P": 0.48388683795928955, + "-": 0.4672088325023651 + }, + "id": "tp_8244" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1030531, + "label": "-", + "classification": { + "B": 6.213951309064214e-08, + "S": 4.5644348745099705e-08, + "I": 3.505716676954762e-06, + "C": 3.101776826497371e-07, + "R": 4.2506439257294915e-08, + "M": 1.853092180681415e-05, + "O": 1.99835062630882e-06, + "W": 1.7153986675566557e-08, + "N": 5.544413639313461e-08, + "Y": 0.00014719717728439718, + "U": 3.375192791921222e-09, + "K": 7.54698081806282e-09, + "L": 1.8731751083578274e-07, + "G": 2.727801984292455e-05, + "F": 0.0005452012992464006, + "E": 7.182302397268359e-06, + "T": 0.00011184798495378345, + "P": 0.033306580036878586, + "-": 0.9658299684524536 + }, + "id": "tp_8245" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1030631, + "label": "-", + "classification": { + "B": 0.00013953584129922092, + "S": 2.3989607598196017e-06, + "I": 0.0003175828605890274, + "C": 1.7228428987436928e-05, + "R": 8.914955287764315e-06, + "M": 0.00033992930548265576, + "O": 0.0001168064700323157, + "W": 2.277793782923254e-06, + "N": 7.178638497862266e-06, + "Y": 0.0011047461302950978, + "U": 5.590486580331344e-07, + "K": 5.451481683849124e-07, + "L": 2.5769673811737448e-05, + "G": 0.002301245229318738, + "F": 0.0013186588184908032, + "E": 0.0005792915471829474, + "T": 0.0008554281084798276, + "P": 0.10073136538267136, + "-": 0.8921305537223816 + }, + "id": "tp_8246" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1030764, + "label": "-", + "classification": { + "B": 3.4332092582189944e-06, + "S": 2.493077090548468e-06, + "I": 0.004196367226541042, + "C": 0.00015558784070890397, + "R": 5.4611624364042655e-05, + "M": 0.0003939526795875281, + "O": 7.414816354867071e-05, + "W": 9.111855433729943e-06, + "N": 0.000182603660505265, + "Y": 0.030683817341923714, + "U": 5.513984433491714e-06, + "K": 0.0012606773525476456, + "L": 4.384308340377174e-06, + "G": 0.003541981801390648, + "F": 0.005261669866740704, + "E": 0.008236563764512539, + "T": 0.005185524467378855, + "P": 0.08357148617506027, + "-": 0.8571760654449463 + }, + "id": "tp_8247" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1030898, + "label": "-", + "classification": { + "B": 4.533705123321852e-06, + "S": 3.7820348097739043e-06, + "I": 0.00041993186459876597, + "C": 3.20485451084096e-05, + "R": 7.653469765500631e-06, + "M": 0.0007243786239996552, + "O": 5.912961933063343e-05, + "W": 2.6841262297239155e-06, + "N": 1.3091189430269878e-05, + "Y": 0.007810225244611502, + "U": 1.5530648624917376e-06, + "K": 6.461142766056582e-05, + "L": 1.0470874258317053e-05, + "G": 0.0031492533162236214, + "F": 0.005327868741005659, + "E": 0.0010458234464749694, + "T": 0.002335071563720703, + "P": 0.025181438773870468, + "-": 0.9538065195083618 + }, + "id": "tp_8248" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1031031, + "label": "-", + "classification": { + "B": 4.386823547974927e-06, + "S": 6.381527555276989e-07, + "I": 0.0015680595533922315, + "C": 2.7157468139193952e-05, + "R": 3.175415713485563e-06, + "M": 0.00039771004230715334, + "O": 3.0393119232030585e-05, + "W": 9.397107305630925e-07, + "N": 1.633218562346883e-05, + "Y": 0.003758548991754651, + "U": 4.115939304938365e-07, + "K": 2.0692286852863617e-06, + "L": 4.8497317948204e-06, + "G": 0.0007351208478212357, + "F": 0.0005886703729629517, + "E": 0.001543177873827517, + "T": 0.002162907039746642, + "P": 0.127821147441864, + "-": 0.8613343238830566 + }, + "id": "tp_8249" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1031131, + "label": "-", + "classification": { + "B": 4.27226905230782e-06, + "S": 9.301425961893983e-06, + "I": 0.003684988711029291, + "C": 8.120980783132836e-05, + "R": 1.7247417417820543e-05, + "M": 0.0002804682881105691, + "O": 6.006051262374967e-05, + "W": 5.457721726997988e-06, + "N": 0.00020657313871197402, + "Y": 0.023443209007382393, + "U": 2.347168901906116e-06, + "K": 0.0005581321893259883, + "L": 2.8403426313161617e-06, + "G": 0.0026656929403543472, + "F": 0.004869722295552492, + "E": 0.005092286970466375, + "T": 0.004232018254697323, + "P": 0.13033299148082733, + "-": 0.8244511485099792 + }, + "id": "tp_8250" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1031265, + "label": "-", + "classification": { + "B": 2.047334419330582e-05, + "S": 2.8488362659118138e-05, + "I": 0.0016585165867581964, + "C": 0.00015917210839688778, + "R": 2.7338057407177985e-05, + "M": 0.0002784479584079236, + "O": 0.00011325097148073837, + "W": 2.9954482670291327e-05, + "N": 0.0003202426596544683, + "Y": 0.00425840774551034, + "U": 2.3367338144453242e-05, + "K": 0.0017185457982122898, + "L": 1.0477444448042661e-05, + "G": 0.0010485476814210415, + "F": 0.023976778611540794, + "E": 0.008741098456084728, + "T": 0.0014266702346503735, + "P": 0.29287558794021606, + "-": 0.6632845997810364 + }, + "id": "tp_8251" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1031398, + "label": "-", + "classification": { + "B": 6.044831479812274e-06, + "S": 3.402624543014099e-06, + "I": 0.000769795966334641, + "C": 0.00010488556290511042, + "R": 1.831030022003688e-05, + "M": 0.00042229058453813195, + "O": 7.238867692649364e-05, + "W": 3.5653454233397497e-06, + "N": 3.683153408928774e-05, + "Y": 0.0028329098131507635, + "U": 4.317402272135951e-06, + "K": 1.2631041499844287e-05, + "L": 1.549658009025734e-05, + "G": 0.001282957149669528, + "F": 0.00563459936529398, + "E": 0.0011987392790615559, + "T": 0.0017752132844179869, + "P": 0.18879692256450653, + "-": 0.7970086932182312 + }, + "id": "tp_8252" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1031532, + "label": "-", + "classification": { + "B": 0.0005643466720357537, + "S": 0.0006652613519690931, + "I": 0.008036660961806774, + "C": 0.004798035603016615, + "R": 0.0020631684456020594, + "M": 0.008601600304245949, + "O": 0.0030055504757910967, + "W": 0.0006318851956166327, + "N": 0.0014138785190880299, + "Y": 0.07630851864814758, + "U": 0.00039833312621340156, + "K": 0.0019493285799399018, + "L": 0.0016105866525322199, + "G": 0.019740525633096695, + "F": 0.06012437492609024, + "E": 0.010846223682165146, + "T": 0.029572535306215286, + "P": 0.0801514983177185, + "-": 0.6895177364349365 + }, + "id": "tp_8253" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1031632, + "label": "-", + "classification": { + "B": 0.0017830496653914452, + "S": 0.0026375865563750267, + "I": 0.014896471984684467, + "C": 0.008578156121075153, + "R": 0.0038593937642872334, + "M": 0.02140739932656288, + "O": 0.006919996812939644, + "W": 0.0018606134690344334, + "N": 0.0025904341600835323, + "Y": 0.052516188472509384, + "U": 0.0009650315041653812, + "K": 0.0018317900830879807, + "L": 0.0042917970567941666, + "G": 0.026418309658765793, + "F": 0.059148337692022324, + "E": 0.010911071673035622, + "T": 0.033824045211076736, + "P": 0.10825371742248535, + "-": 0.6373066902160645 + }, + "id": "tp_8254" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1031765, + "label": "-", + "classification": { + "B": 4.484760154355172e-07, + "S": 2.2816871592112875e-07, + "I": 2.298234358022455e-05, + "C": 1.629692974347563e-06, + "R": 6.81120980061678e-07, + "M": 1.537019488750957e-05, + "O": 8.382899068237748e-06, + "W": 2.0542755407859659e-07, + "N": 7.235809675876226e-07, + "Y": 0.0004394529096316546, + "U": 6.878139657828797e-08, + "K": 5.217895022724406e-07, + "L": 6.954125524316623e-07, + "G": 0.00011269493552390486, + "F": 0.001901085372082889, + "E": 3.220857252017595e-05, + "T": 0.00019012710254173726, + "P": 0.04755060002207756, + "-": 0.9497218132019043 + }, + "id": "tp_8255" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1031899, + "label": "-", + "classification": { + "B": 9.742792826727964e-06, + "S": 2.1450514395837672e-05, + "I": 0.0015242742374539375, + "C": 7.361293683061376e-05, + "R": 5.427640280686319e-05, + "M": 0.001009345636703074, + "O": 0.0002789768041111529, + "W": 1.0303951967216562e-05, + "N": 5.4336738685378805e-05, + "Y": 0.029185626655817032, + "U": 1.7404461232217727e-06, + "K": 3.684234616230242e-05, + "L": 3.3244061341974884e-05, + "G": 0.0035429606214165688, + "F": 0.01119154691696167, + "E": 0.00043874987750314176, + "T": 0.010463248938322067, + "P": 0.03776611015200615, + "-": 0.9043036103248596 + }, + "id": "tp_8256" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1032032, + "label": "P", + "classification": { + "B": 6.518409811917536e-09, + "S": 4.662906505359388e-09, + "I": 0.0001697879342827946, + "C": 1.5174198324530153e-06, + "R": 9.304768155971033e-08, + "M": 3.581573650990322e-07, + "O": 2.1281934436956362e-07, + "W": 1.708837693570331e-08, + "N": 3.814792762568686e-06, + "Y": 1.6233359929174185e-05, + "U": 3.1440887227063286e-08, + "K": 4.565950746382441e-07, + "L": 7.248741162868555e-09, + "G": 3.7901340874668676e-06, + "F": 0.00032467994606122375, + "E": 7.779368752380833e-05, + "T": 7.210871899587801e-06, + "P": 0.7260947823524475, + "-": 0.27329909801483154 + }, + "id": "tp_8257" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1032132, + "label": "-", + "classification": { + "B": 6.654174171671912e-07, + "S": 5.315197313393583e-07, + "I": 8.15575840533711e-05, + "C": 2.2654344320471864e-06, + "R": 6.014429914102948e-07, + "M": 0.00011703894415404648, + "O": 1.5599463949911296e-05, + "W": 3.373561128228175e-07, + "N": 2.4194757770601427e-06, + "Y": 0.0009780877735465765, + "U": 6.535893959380701e-08, + "K": 6.107192120907712e-07, + "L": 1.4767043694519089e-06, + "G": 0.0002316120662726462, + "F": 0.0030242905486375093, + "E": 0.00027169741224497557, + "T": 0.00038604572182521224, + "P": 0.08182044327259064, + "-": 0.9130646586418152 + }, + "id": "tp_8258" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1032266, + "label": "-", + "classification": { + "B": 7.558521701866994e-06, + "S": 2.6307727694074856e-06, + "I": 0.0005594841204583645, + "C": 1.8322361938771792e-05, + "R": 1.318884073953086e-06, + "M": 0.00014227758219931275, + "O": 2.5559105779393576e-05, + "W": 1.371330881738686e-06, + "N": 2.1024769012001343e-05, + "Y": 0.0006939401500858366, + "U": 4.111706175535801e-07, + "K": 5.938072717981413e-06, + "L": 3.332284904900007e-06, + "G": 0.0003297127259429544, + "F": 0.005686744581907988, + "E": 0.0012193527072668076, + "T": 0.0002160740114049986, + "P": 0.26635998487472534, + "-": 0.7247049808502197 + }, + "id": "tp_8259" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1032399, + "label": "-", + "classification": { + "B": 8.296158284792909e-07, + "S": 1.2716608353002812e-06, + "I": 0.0016297274269163609, + "C": 9.560502076055855e-05, + "R": 2.5064979126909748e-05, + "M": 0.000412384164519608, + "O": 5.0293412641622126e-05, + "W": 1.6226119896600721e-06, + "N": 2.7832917112391442e-05, + "Y": 0.0049961889162659645, + "U": 1.328951498180686e-06, + "K": 9.870839676295873e-06, + "L": 9.32227248995332e-06, + "G": 0.0014642103342339396, + "F": 0.0048913839273154736, + "E": 0.0004930896684527397, + "T": 0.002397815929725766, + "P": 0.07810866832733154, + "-": 0.9053834676742554 + }, + "id": "tp_8260" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1032533, + "label": "-", + "classification": { + "B": 3.3920168789336458e-06, + "S": 1.6809806311357534e-06, + "I": 0.00019047899695578963, + "C": 2.07310604309896e-05, + "R": 1.8288684486833517e-06, + "M": 2.0736813894473016e-05, + "O": 1.5737914509372786e-05, + "W": 1.7526539295431576e-06, + "N": 1.3837297046848107e-05, + "Y": 0.0004199855902697891, + "U": 1.1329643712088e-06, + "K": 5.467276878334815e-06, + "L": 1.5333450846810592e-06, + "G": 8.475693175569177e-05, + "F": 0.0029941813554614782, + "E": 0.0003828358312603086, + "T": 0.00014981567801441997, + "P": 0.25694701075553894, + "-": 0.7387430667877197 + }, + "id": "tp_8261" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1032633, + "label": "-", + "classification": { + "B": 1.8779346078190429e-07, + "S": 1.5324449975651078e-07, + "I": 4.1330622480018064e-05, + "C": 4.864896254730411e-07, + "R": 1.3894180028728442e-07, + "M": 6.421874331863364e-06, + "O": 6.571713583980454e-06, + "W": 2.496346098723734e-07, + "N": 3.107830252702115e-06, + "Y": 0.00014032343460712582, + "U": 1.6571007677157468e-07, + "K": 4.662163064494962e-06, + "L": 1.3867425252556131e-07, + "G": 3.304778874735348e-05, + "F": 0.0006308538722805679, + "E": 4.028336115879938e-05, + "T": 0.00016704473819117993, + "P": 0.17729464173316956, + "-": 0.8216301202774048 + }, + "id": "tp_8262" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1032766, + "label": "-", + "classification": { + "B": 4.0541355161849424e-08, + "S": 1.0320673204944342e-08, + "I": 0.0002856292703654617, + "C": 7.568108685518382e-06, + "R": 3.724151724782132e-07, + "M": 1.6539288480998948e-05, + "O": 1.4543841189151863e-06, + "W": 2.0180591420171368e-08, + "N": 1.8568781570138526e-06, + "Y": 0.00047818419989198446, + "U": 2.778043217688264e-08, + "K": 1.4961307215344277e-07, + "L": 1.4183856933414063e-07, + "G": 0.00012207367399241775, + "F": 0.0001902848161989823, + "E": 0.00013301477883942425, + "T": 0.00010789795487653464, + "P": 0.14289210736751556, + "-": 0.8557626008987427 + }, + "id": "tp_8263" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1032900, + "label": "-", + "classification": { + "B": 4.86085855300189e-06, + "S": 3.111132855337928e-06, + "I": 0.0003479764563962817, + "C": 1.2257978596608154e-05, + "R": 3.4144943583669374e-06, + "M": 0.00011198969150427729, + "O": 2.8121668947278522e-05, + "W": 1.9574085854401346e-06, + "N": 2.8135777029092424e-05, + "Y": 0.00173594756051898, + "U": 5.540725283026404e-07, + "K": 1.846993836807087e-05, + "L": 2.0488284917519195e-06, + "G": 0.0005710833938792348, + "F": 0.005585948005318642, + "E": 0.0014130769995972514, + "T": 0.0005621397867798805, + "P": 0.2627328336238861, + "-": 0.726836085319519 + }, + "id": "tp_8264" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1033033, + "label": "-", + "classification": { + "B": 2.473256790835876e-05, + "S": 6.172283974592574e-06, + "I": 0.0006175045273266733, + "C": 9.00539307622239e-05, + "R": 1.1330935194564518e-05, + "M": 0.0002524531737435609, + "O": 7.66781231504865e-05, + "W": 5.9851331570826005e-06, + "N": 5.873321060789749e-05, + "Y": 0.0026243203319609165, + "U": 5.965405307506444e-06, + "K": 7.865235238568857e-05, + "L": 1.1208295290998649e-05, + "G": 0.0014242535689845681, + "F": 0.008536363020539284, + "E": 0.0020388923585414886, + "T": 0.000960248289629817, + "P": 0.18372955918312073, + "-": 0.7994468808174133 + }, + "id": "tp_8265" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1033133, + "label": "-", + "classification": { + "B": 9.699515146621707e-08, + "S": 2.0013150958675396e-07, + "I": 4.5435077481670305e-05, + "C": 3.3810303534664854e-07, + "R": 1.2408661120844044e-07, + "M": 9.764511560206302e-06, + "O": 3.671994136311696e-06, + "W": 1.7090735582314664e-07, + "N": 2.4674852738826303e-06, + "Y": 0.0006139251636341214, + "U": 4.021523736241761e-08, + "K": 8.784394594840705e-06, + "L": 4.8065651014894684e-08, + "G": 4.421780977281742e-05, + "F": 0.0026966212317347527, + "E": 5.598334610112943e-05, + "T": 0.00016962902736850083, + "P": 0.08389215171337128, + "-": 0.912456214427948 + }, + "id": "tp_8266" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1033267, + "label": "-", + "classification": { + "B": 1.4760649946765625e-06, + "S": 2.0498779562672098e-08, + "I": 1.0542298696236685e-05, + "C": 2.4700914309505606e-06, + "R": 3.009781153195945e-07, + "M": 0.00025469312095083296, + "O": 1.061998864315683e-05, + "W": 1.46470240380836e-08, + "N": 4.2602046335105115e-08, + "Y": 0.0002703497593756765, + "U": 5.315455187115958e-09, + "K": 1.130950541550213e-10, + "L": 6.661688985332148e-06, + "G": 0.0003806535096373409, + "F": 6.323032721411437e-05, + "E": 1.4380331776919775e-05, + "T": 0.00032292999094352126, + "P": 0.014315946027636528, + "-": 0.9843457341194153 + }, + "id": "tp_8267" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1033400, + "label": "-", + "classification": { + "B": 1.5165094282565406e-06, + "S": 1.0277410183334723e-05, + "I": 0.001676452811807394, + "C": 5.0245329475728795e-05, + "R": 1.839896140154451e-05, + "M": 0.0008542781579308212, + "O": 0.0001319975999649614, + "W": 6.280280103965197e-06, + "N": 6.456798291765153e-05, + "Y": 0.0085574546828866, + "U": 1.0990582950398675e-06, + "K": 1.0445191037433688e-05, + "L": 8.499843715981115e-06, + "G": 0.0009368073660880327, + "F": 0.004834432154893875, + "E": 0.0006815899396315217, + "T": 0.005170194897800684, + "P": 0.09221063554286957, + "-": 0.8847747445106506 + }, + "id": "tp_8268" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1033500, + "label": "-", + "classification": { + "B": 4.77129060527659e-06, + "S": 7.72150724515086e-06, + "I": 0.002523319562897086, + "C": 7.081718649715185e-05, + "R": 2.7256151952315122e-05, + "M": 0.0004589074233081192, + "O": 9.673471504356712e-05, + "W": 8.241220712079667e-06, + "N": 0.00013014968135394156, + "Y": 0.015571709722280502, + "U": 3.2211034977081e-06, + "K": 6.686331471428275e-05, + "L": 9.219454113917891e-06, + "G": 0.0011479280656203628, + "F": 0.0093870609998703, + "E": 0.002247174968943, + "T": 0.005092765670269728, + "P": 0.18313844501972198, + "-": 0.7800076603889465 + }, + "id": "tp_8269" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1033634, + "label": "-", + "classification": { + "B": 6.822000298001285e-09, + "S": 5.837659244889437e-09, + "I": 0.00045667830272577703, + "C": 2.5139986519207014e-06, + "R": 5.846830504196987e-07, + "M": 3.0113226330286125e-06, + "O": 7.810050419720937e-07, + "W": 2.5413704918264557e-08, + "N": 3.137213298032293e-06, + "Y": 0.00035661121364682913, + "U": 2.9259588529839675e-08, + "K": 1.5029900168883614e-07, + "L": 3.109134993906082e-08, + "G": 1.1555684068298433e-05, + "F": 0.00012789519678335637, + "E": 2.5130126232397743e-05, + "T": 0.00014190351066645235, + "P": 0.22930775582790375, + "-": 0.7695621848106384 + }, + "id": "tp_8270" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1033767, + "label": "-", + "classification": { + "B": 1.6525024193470017e-07, + "S": 5.296504212992659e-08, + "I": 9.308282642450649e-07, + "C": 1.5235846149153076e-06, + "R": 3.458428636804456e-07, + "M": 1.5207619071588852e-05, + "O": 3.7570414406218333e-06, + "W": 2.942982213482992e-08, + "N": 9.204084605585194e-09, + "Y": 9.814905934035778e-05, + "U": 1.7879111524621294e-09, + "K": 2.4608854953811488e-09, + "L": 6.586086556126247e-07, + "G": 3.126519004581496e-05, + "F": 0.0005270877154543996, + "E": 1.3562845424530678e-06, + "T": 5.9011519624618813e-05, + "P": 0.0041791158728301525, + "-": 0.9950814247131348 + }, + "id": "tp_8271" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1033901, + "label": "-", + "classification": { + "B": 5.868201213843349e-08, + "S": 3.468097631298406e-08, + "I": 1.3694151675736066e-05, + "C": 3.24900497616909e-07, + "R": 2.0425572344606735e-08, + "M": 2.804106088660774e-06, + "O": 1.0273719226461253e-06, + "W": 3.070309162467311e-08, + "N": 6.389191753441992e-07, + "Y": 9.14592674234882e-05, + "U": 8.741288581859408e-09, + "K": 1.0245584292079002e-07, + "L": 1.9859811573041952e-08, + "G": 7.047942290228093e-06, + "F": 0.0004164209240116179, + "E": 3.706017378135584e-05, + "T": 2.827742173394654e-05, + "P": 0.18916386365890503, + "-": 0.8102371692657471 + }, + "id": "tp_8272" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1034001, + "label": "-", + "classification": { + "B": 1.0294964170043386e-07, + "S": 8.108874460788229e-09, + "I": 2.8728385586873628e-05, + "C": 3.333380220738036e-07, + "R": 3.6417713289438325e-08, + "M": 4.6649520299979486e-06, + "O": 7.511064836762671e-07, + "W": 1.1289667867231401e-08, + "N": 2.491218822342489e-07, + "Y": 6.772332562832162e-05, + "U": 5.996457552726042e-09, + "K": 1.2044223396401321e-08, + "L": 7.004291546763852e-08, + "G": 2.1686997570213862e-05, + "F": 0.000145859710755758, + "E": 4.139140946790576e-05, + "T": 4.0742736018728465e-05, + "P": 0.19626328349113464, + "-": 0.8033843040466309 + }, + "id": "tp_8273" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1034134, + "label": "-", + "classification": { + "B": 9.201195183550226e-08, + "S": 1.215721283642779e-07, + "I": 0.00024540172307752073, + "C": 2.6061029529955704e-06, + "R": 6.079383183532627e-07, + "M": 9.561892511555925e-06, + "O": 2.8169154120405437e-06, + "W": 1.4738819231752132e-07, + "N": 1.1651162822090555e-05, + "Y": 0.0007287556072697043, + "U": 1.0587663012984194e-07, + "K": 2.2684242139803246e-05, + "L": 9.837833658821182e-08, + "G": 0.00021752734028268605, + "F": 0.004105013329535723, + "E": 0.0008145035826601088, + "T": 0.0001404035574523732, + "P": 0.4628278613090515, + "-": 0.5308701395988464 + }, + "id": "tp_8274" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1034268, + "label": "P", + "classification": { + "B": 5.18896194989793e-06, + "S": 4.5006336790720525e-07, + "I": 0.00030111565138213336, + "C": 2.5123929390247213e-06, + "R": 5.073366082797293e-07, + "M": 2.2758020350011066e-05, + "O": 1.097436233976623e-05, + "W": 9.469956125940371e-07, + "N": 1.128813801187789e-05, + "Y": 0.00023703898477833718, + "U": 2.696025092063792e-07, + "K": 2.938013494713232e-06, + "L": 7.062363351906242e-07, + "G": 0.0001161755935754627, + "F": 0.0014494553906843066, + "E": 0.0005756011814810336, + "T": 8.347974653588608e-05, + "P": 0.5769155025482178, + "-": 0.4202630817890167 + }, + "id": "tp_8275" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1034401, + "label": "-", + "classification": { + "B": 2.578104556505423e-07, + "S": 5.4683063410720933e-08, + "I": 1.4005434422870167e-05, + "C": 6.485212793450046e-07, + "R": 9.670898748481704e-08, + "M": 6.690584268653765e-05, + "O": 2.9469074434018694e-06, + "W": 4.15911607376529e-08, + "N": 1.3260090270250657e-07, + "Y": 0.0004740906588267535, + "U": 8.93371421284428e-09, + "K": 1.902236412831826e-08, + "L": 6.636688567596138e-07, + "G": 7.418914174195379e-05, + "F": 0.0005953112849965692, + "E": 4.3067346268799156e-05, + "T": 0.00017069338355213404, + "P": 0.02278112806379795, + "-": 0.9757757782936096 + }, + "id": "tp_8276" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1034501, + "label": "-", + "classification": { + "B": 2.9688015956708114e-07, + "S": 2.392119426986028e-07, + "I": 1.6960355424089357e-05, + "C": 1.636304659768939e-06, + "R": 2.2774423769078567e-07, + "M": 3.680722147691995e-05, + "O": 9.839152880886104e-06, + "W": 1.5238538253470324e-07, + "N": 3.4739966281449597e-07, + "Y": 0.00015041991719044745, + "U": 2.1522463811152193e-08, + "K": 1.5532000574580707e-08, + "L": 6.938839192116575e-07, + "G": 2.496753222658299e-05, + "F": 0.0005105817108415067, + "E": 1.9937047909479588e-05, + "T": 0.00012148891983088106, + "P": 0.03500284627079964, + "-": 0.9641024470329285 + }, + "id": "tp_8277" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1034635, + "label": "-", + "classification": { + "B": 0.00033852565684355795, + "S": 4.813780833501369e-05, + "I": 0.0017240119632333517, + "C": 3.5203294828534126e-05, + "R": 1.4521540833811741e-05, + "M": 0.0014321890193969011, + "O": 0.0007278380217030644, + "W": 2.5902187189785764e-05, + "N": 6.399106496246532e-05, + "Y": 0.001613124622963369, + "U": 2.0401744222908746e-06, + "K": 1.8898592202276632e-07, + "L": 0.0002797828637994826, + "G": 0.0011715401196852326, + "F": 0.0016545000253245234, + "E": 0.0009448041091673076, + "T": 0.0030424180440604687, + "P": 0.2655552923679352, + "-": 0.7213259935379028 + }, + "id": "tp_8278" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1034768, + "label": "P", + "classification": { + "B": 0.0001439544721506536, + "S": 2.8127282348577864e-05, + "I": 0.004144558683037758, + "C": 0.00017531015328131616, + "R": 2.2989679564489052e-05, + "M": 0.0006189129780977964, + "O": 0.0001766396453604102, + "W": 2.533980477892328e-05, + "N": 0.00027449967456050217, + "Y": 0.002368946559727192, + "U": 1.75012228282867e-05, + "K": 3.7871704989811406e-05, + "L": 5.231476461631246e-05, + "G": 0.0014937823871150613, + "F": 0.004890460520982742, + "E": 0.005573795642703772, + "T": 0.0010534872999414802, + "P": 0.5422389507293701, + "-": 0.43666255474090576 + }, + "id": "tp_8279" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1034902, + "label": "-", + "classification": { + "B": 3.206568166547186e-08, + "S": 1.3384873653876639e-08, + "I": 8.025274837564211e-06, + "C": 3.102288928857888e-06, + "R": 3.281165277257969e-07, + "M": 6.29416854280862e-06, + "O": 1.820221314119408e-06, + "W": 1.7226524207103466e-08, + "N": 1.110689495931183e-07, + "Y": 0.00013014045543968678, + "U": 2.3014512962049594e-08, + "K": 5.126319635451182e-08, + "L": 2.258318545500515e-07, + "G": 4.116536001674831e-05, + "F": 0.000724546262063086, + "E": 2.526693378968048e-06, + "T": 8.964019798440859e-05, + "P": 0.024271078407764435, + "-": 0.9747210144996643 + }, + "id": "tp_8280" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1035002, + "label": "-", + "classification": { + "B": 3.238286860884898e-10, + "S": 1.3217553440636465e-10, + "I": 5.412679001892684e-06, + "C": 3.5781576457338815e-07, + "R": 2.1513029579978138e-08, + "M": 1.0627392157402937e-06, + "O": 4.129333674995905e-08, + "W": 2.3062132759044118e-10, + "N": 2.2225368212502872e-08, + "Y": 0.00016146511188708246, + "U": 5.983151751820515e-10, + "K": 1.3896374717603521e-08, + "L": 2.280585720271233e-09, + "G": 6.481032869487535e-06, + "F": 4.269131022738293e-05, + "E": 8.430238267465029e-06, + "T": 3.663105962914415e-05, + "P": 0.020831461995840073, + "-": 0.9789060354232788 + }, + "id": "tp_8281" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1035135, + "label": "-", + "classification": { + "B": 5.110000245167612e-08, + "S": 5.5314700375674875e-08, + "I": 2.6504911147640087e-05, + "C": 6.44316003217682e-07, + "R": 5.074858577813757e-08, + "M": 3.4961434721481055e-05, + "O": 2.214533196820412e-06, + "W": 5.358135624078386e-08, + "N": 8.506260655849474e-07, + "Y": 0.0001137009312515147, + "U": 1.298913954173031e-08, + "K": 3.383521232080966e-07, + "L": 9.008652313013954e-08, + "G": 2.0948802557541057e-05, + "F": 0.000569515919778496, + "E": 8.869176963344216e-05, + "T": 0.00011069304309785366, + "P": 0.07394122332334518, + "-": 0.9250894784927368 + }, + "id": "tp_8282" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1035269, + "label": "-", + "classification": { + "B": 9.299064629431086e-09, + "S": 7.264960633079909e-09, + "I": 0.00011969139450229704, + "C": 4.850150617130566e-06, + "R": 4.135279425554472e-07, + "M": 6.007797310303431e-06, + "O": 7.387050118268235e-07, + "W": 2.022435552362367e-08, + "N": 1.393663183080207e-06, + "Y": 0.0003599766059778631, + "U": 3.287505379034883e-08, + "K": 2.4712589947739616e-06, + "L": 3.742501775150231e-08, + "G": 2.8415317501639947e-05, + "F": 0.0005336232134141028, + "E": 0.00014821057266090065, + "T": 7.68860918469727e-05, + "P": 0.08970697224140167, + "-": 0.9090102314949036 + }, + "id": "tp_8283" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1035402, + "label": "P", + "classification": { + "B": 1.3406043990471517e-06, + "S": 7.972400339895103e-07, + "I": 0.000362303078873083, + "C": 7.0071100708446465e-06, + "R": 1.5697247590651386e-06, + "M": 2.5270226615248248e-05, + "O": 2.1338759324862622e-05, + "W": 1.2865690450780676e-06, + "N": 1.3225122529547662e-05, + "Y": 0.00010769430082291365, + "U": 4.369715043139877e-07, + "K": 6.851801686025283e-07, + "L": 2.582279421403655e-06, + "G": 9.870716894511133e-05, + "F": 0.0013602597173303366, + "E": 0.00021872238721698523, + "T": 0.0001390024262946099, + "P": 0.4990443289279938, + "-": 0.49859336018562317 + }, + "id": "tp_8284" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1035502, + "label": "-", + "classification": { + "B": 4.203684511594474e-05, + "S": 8.530560080544092e-06, + "I": 0.0005422943504527211, + "C": 9.07614958123304e-05, + "R": 1.639291804167442e-05, + "M": 0.0009710796875879169, + "O": 0.00016173259064089507, + "W": 2.772889729385497e-06, + "N": 1.2935614904563408e-05, + "Y": 0.002619755920022726, + "U": 7.301491677935701e-07, + "K": 2.5030649339896627e-06, + "L": 6.094089258112945e-05, + "G": 0.006486933212727308, + "F": 0.012546719051897526, + "E": 0.0012837826507166028, + "T": 0.0012006704928353429, + "P": 0.061009444296360016, + "-": 0.9129400253295898 + }, + "id": "tp_8285" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1035636, + "label": "-", + "classification": { + "B": 4.542611350188963e-06, + "S": 2.269025856094231e-07, + "I": 0.00035362952621653676, + "C": 3.966559688706184e-06, + "R": 5.741519544244511e-07, + "M": 0.00019565405091270804, + "O": 9.972043699235655e-06, + "W": 1.2772439106356615e-07, + "N": 3.7408146909001516e-06, + "Y": 0.0008495428483001888, + "U": 2.8183800182546292e-08, + "K": 1.709535837335352e-07, + "L": 1.6520908729944495e-06, + "G": 0.0010466182138770819, + "F": 0.002046314999461174, + "E": 0.0015774184139445424, + "T": 0.00039919972186908126, + "P": 0.2026081085205078, + "-": 0.7908985018730164 + }, + "id": "tp_8286" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1035769, + "label": "-", + "classification": { + "B": 2.1981120880809613e-05, + "S": 2.3589079773955746e-06, + "I": 0.0003237529890611768, + "C": 2.4600014512543567e-05, + "R": 6.094565833336674e-06, + "M": 0.0009496826678514481, + "O": 0.0001343888434348628, + "W": 2.503643827367341e-06, + "N": 2.1189787275943672e-06, + "Y": 0.0013456352753564715, + "U": 2.0440039349978179e-07, + "K": 8.276234808590743e-09, + "L": 9.687746205599979e-05, + "G": 0.0006871272344142199, + "F": 0.0006204848177731037, + "E": 0.00010413993004476652, + "T": 0.0010220737894997, + "P": 0.04759969562292099, + "-": 0.9470562934875488 + }, + "id": "tp_8287" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1035903, + "label": "P", + "classification": { + "B": 6.058879534975858e-06, + "S": 5.82166876483825e-06, + "I": 0.004880500957369804, + "C": 6.480100637418218e-06, + "R": 1.8867270910050138e-06, + "M": 8.746526873437688e-05, + "O": 2.588169627415482e-05, + "W": 1.928844540088903e-06, + "N": 0.00036312374868430197, + "Y": 0.00022896338487043977, + "U": 4.933683044328063e-07, + "K": 1.4464390005741734e-05, + "L": 2.3514423901360715e-06, + "G": 0.00040406364132650197, + "F": 0.002047185320407152, + "E": 0.0037072901614010334, + "T": 0.00021930021466687322, + "P": 0.8895006775856018, + "-": 0.09849607944488525 + }, + "id": "tp_8288" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1036003, + "label": "-", + "classification": { + "B": 1.325117438000234e-07, + "S": 7.523309619728025e-08, + "I": 0.00014724470383953303, + "C": 6.189509349496802e-06, + "R": 3.760682716347219e-07, + "M": 2.198402853537118e-06, + "O": 3.7542884001595667e-06, + "W": 1.4325080144317326e-07, + "N": 1.014180998026859e-05, + "Y": 5.191098534851335e-05, + "U": 1.4901169720360485e-07, + "K": 1.648658212616283e-06, + "L": 1.049874995828759e-07, + "G": 2.2612233806285076e-05, + "F": 0.0006034306716173887, + "E": 0.0001256882824236527, + "T": 3.559436299838126e-05, + "P": 0.35030415654182434, + "-": 0.6486845016479492 + }, + "id": "tp_8289" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1036136, + "label": "-", + "classification": { + "B": 2.322154131206844e-07, + "S": 6.416763085326238e-07, + "I": 0.001136911567300558, + "C": 8.768924089963548e-06, + "R": 3.229289404771407e-06, + "M": 0.0003408200282137841, + "O": 2.5378778445883654e-05, + "W": 4.81287713682832e-07, + "N": 7.209942396002589e-06, + "Y": 0.0041590286418795586, + "U": 5.1811301915449803e-08, + "K": 3.1028253033582587e-07, + "L": 2.053610842267517e-06, + "G": 0.0003075934073422104, + "F": 0.0011541966814547777, + "E": 0.0001093940663849935, + "T": 0.0025671180337667465, + "P": 0.04563038423657417, + "-": 0.9445462822914124 + }, + "id": "tp_8290" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1036270, + "label": "-", + "classification": { + "B": 2.1173430013732286e-06, + "S": 1.5409095794893801e-06, + "I": 0.00016004905046429485, + "C": 4.948031346430071e-05, + "R": 6.132218004495371e-06, + "M": 0.00043753680074587464, + "O": 4.6984467189759016e-05, + "W": 1.0455529491082416e-06, + "N": 5.079827587906038e-06, + "Y": 0.003768822643905878, + "U": 2.860733445686492e-07, + "K": 9.231589501723647e-06, + "L": 1.3827549992129207e-05, + "G": 0.00239007780328393, + "F": 0.008974055759608746, + "E": 0.0009595279698260128, + "T": 0.0012934465194121003, + "P": 0.0321090891957283, + "-": 0.9497716426849365 + }, + "id": "tp_8291" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1036403, + "label": "-", + "classification": { + "B": 1.5935785995679908e-05, + "S": 1.5139949027798139e-05, + "I": 0.0004935035831294954, + "C": 0.00011371194705134258, + "R": 5.120855348650366e-05, + "M": 0.0015232652658596635, + "O": 0.0003536188160069287, + "W": 1.3958924682810903e-05, + "N": 1.6557009075768292e-05, + "Y": 0.003188417525961995, + "U": 3.396505235286895e-06, + "K": 1.2555941566461115e-06, + "L": 0.0001297208946198225, + "G": 0.0017650641966611147, + "F": 0.0076178014278411865, + "E": 0.0001920025097206235, + "T": 0.003857402363792062, + "P": 0.06921470910310745, + "-": 0.9114333391189575 + }, + "id": "tp_8292" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1036503, + "label": "-", + "classification": { + "B": 4.919205457554199e-05, + "S": 9.002405022329185e-06, + "I": 0.0018510110676288605, + "C": 0.0005205122288316488, + "R": 0.0001268050109501928, + "M": 0.0006130755646154284, + "O": 0.00018973195983562618, + "W": 1.596544825588353e-05, + "N": 6.559950270457193e-05, + "Y": 0.0054960246197879314, + "U": 1.7484886484453455e-05, + "K": 2.2403000912163407e-05, + "L": 7.950700091896579e-05, + "G": 0.0024881900753825903, + "F": 0.006699044723063707, + "E": 0.0010187893640249968, + "T": 0.0021711725275963545, + "P": 0.11377856135368347, + "-": 0.8647879362106323 + }, + "id": "tp_8293" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1036637, + "label": "-", + "classification": { + "B": 2.9011005153734004e-06, + "S": 4.004770744359121e-06, + "I": 0.00022148931748233736, + "C": 2.0175093595753424e-05, + "R": 3.41387499247503e-06, + "M": 0.00217617629095912, + "O": 0.00011450076272012666, + "W": 1.492339151809574e-06, + "N": 4.59958755527623e-06, + "Y": 0.004302532412111759, + "U": 2.3058264275732654e-07, + "K": 3.7452036849572323e-07, + "L": 2.2852069378132e-05, + "G": 0.0006075078854337335, + "F": 0.0013739685527980328, + "E": 0.0002573443343862891, + "T": 0.0047954777255654335, + "P": 0.01336560770869255, + "-": 0.9727253317832947 + }, + "id": "tp_8294" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1036770, + "label": "-", + "classification": { + "B": 2.183319338655565e-06, + "S": 6.707769898639526e-06, + "I": 0.003517504082992673, + "C": 0.0001228540058946237, + "R": 4.368958616396412e-05, + "M": 0.00030985535704530776, + "O": 8.618087304057553e-05, + "W": 1.1217269275221042e-05, + "N": 0.00019868033996317536, + "Y": 0.014779969118535519, + "U": 6.366477009578375e-06, + "K": 0.00032975772046484053, + "L": 4.822141363547416e-06, + "G": 0.0008445452549494803, + "F": 0.004013564437627792, + "E": 0.001787229790352285, + "T": 0.0035326643846929073, + "P": 0.15180490911006927, + "-": 0.8185973167419434 + }, + "id": "tp_8295" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1036904, + "label": "-", + "classification": { + "B": 7.855451258365065e-06, + "S": 1.0369048141001258e-05, + "I": 0.0011477518128231168, + "C": 0.00010058651241706684, + "R": 1.661597707425244e-05, + "M": 0.0011101902928203344, + "O": 0.00014488105080090463, + "W": 9.809832590690348e-06, + "N": 7.491061114706099e-05, + "Y": 0.00244630454108119, + "U": 3.357452669661143e-06, + "K": 1.1316759810142685e-05, + "L": 1.6691927157808095e-05, + "G": 0.0007851463742554188, + "F": 0.004481210373342037, + "E": 0.0021777169313281775, + "T": 0.00200258637778461, + "P": 0.16959227621555328, + "-": 0.815860390663147 + }, + "id": "tp_8296" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1037004, + "label": "-", + "classification": { + "B": 6.549271347466856e-05, + "S": 0.00013267189206089824, + "I": 0.00047506424016319215, + "C": 0.0008271774859167635, + "R": 0.00022577420168090612, + "M": 0.007738347630947828, + "O": 0.0011054931674152613, + "W": 5.005965431337245e-05, + "N": 3.609628402045928e-05, + "Y": 0.021131007000803947, + "U": 6.989894245634787e-06, + "K": 9.729467274155468e-05, + "L": 0.0005911779589951038, + "G": 0.021214360371232033, + "F": 0.027312064543366432, + "E": 0.0020962876733392477, + "T": 0.008599968627095222, + "P": 0.020091816782951355, + "-": 0.8882028460502625 + }, + "id": "tp_8297" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1037137, + "label": "-", + "classification": { + "B": 6.356144240271533e-06, + "S": 1.6328467609127983e-05, + "I": 0.0009920528391376138, + "C": 6.9988273025956e-05, + "R": 1.7076547010219656e-05, + "M": 0.0003614107263274491, + "O": 0.00014484421990346164, + "W": 7.092569831002038e-06, + "N": 0.00010305195610271767, + "Y": 0.0024622671771794558, + "U": 3.626086709118681e-06, + "K": 2.0874351321253926e-05, + "L": 1.3882418897992466e-05, + "G": 0.0005000660312362015, + "F": 0.007692721672356129, + "E": 0.0006262780516408384, + "T": 0.0021206988021731377, + "P": 0.24580803513526917, + "-": 0.7390332221984863 + }, + "id": "tp_8298" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1037271, + "label": "P", + "classification": { + "B": 6.918844883330166e-05, + "S": 4.485316821956076e-06, + "I": 0.0007048195693641901, + "C": 4.656584860640578e-05, + "R": 1.3152337487554178e-05, + "M": 5.416449857875705e-05, + "O": 6.969533569645137e-05, + "W": 4.6855557229719125e-06, + "N": 2.2738900952390395e-05, + "Y": 0.00028661545366048813, + "U": 1.7035125665643136e-06, + "K": 2.5963487360058934e-07, + "L": 2.26247120735934e-05, + "G": 0.0003915423003491014, + "F": 0.0008868516306392848, + "E": 0.00010580559319350868, + "T": 0.0002802450326271355, + "P": 0.5239115953445435, + "-": 0.47312334179878235 + }, + "id": "tp_8299" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1037404, + "label": "P", + "classification": { + "B": 3.274926285712354e-08, + "S": 3.9365058768225936e-08, + "I": 0.0002654370618984103, + "C": 2.18881086766487e-06, + "R": 4.108667042146408e-07, + "M": 6.6144166339654475e-06, + "O": 1.6599826722085709e-06, + "W": 7.41996259989719e-08, + "N": 6.579593446076615e-06, + "Y": 0.0002116060204571113, + "U": 1.2663039683502575e-07, + "K": 4.6709928369637055e-07, + "L": 1.65278493113874e-07, + "G": 2.8339733034954406e-05, + "F": 0.0003888147766701877, + "E": 0.00015741572133265436, + "T": 0.00015708264254499227, + "P": 0.5318304300308228, + "-": 0.46694260835647583 + }, + "id": "tp_8300" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1037504, + "label": "-", + "classification": { + "B": 1.1742744276954653e-10, + "S": 1.1623032397656274e-11, + "I": 1.1127029608815064e-07, + "C": 2.6117191742613954e-10, + "R": 3.813079626352467e-12, + "M": 3.0139601925327497e-09, + "O": 1.9819113017405243e-09, + "W": 9.930411527803162e-12, + "N": 1.5625338800617783e-09, + "Y": 4.7577533024423246e-08, + "U": 2.392790826588609e-12, + "K": 1.169874752626754e-10, + "L": 6.5370894461458384e-12, + "G": 1.4757988608948835e-08, + "F": 1.3268049769976642e-05, + "E": 1.0045548606285593e-06, + "T": 7.569104809590499e-08, + "P": 0.44138985872268677, + "-": 0.5585957169532776 + }, + "id": "tp_8301" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1037638, + "label": "-", + "classification": { + "B": 3.1355914416053565e-06, + "S": 1.6194607042052667e-06, + "I": 0.00012130103277741, + "C": 5.50621552974917e-06, + "R": 8.591741789132357e-07, + "M": 2.2046298909117468e-05, + "O": 1.5244630048982799e-05, + "W": 1.1253689535806188e-06, + "N": 1.4927575648471247e-05, + "Y": 0.00023517038789577782, + "U": 6.737236617482267e-07, + "K": 4.199588147457689e-06, + "L": 1.1750228168239119e-06, + "G": 7.707782060606405e-05, + "F": 0.0032378623727709055, + "E": 0.0003250293084420264, + "T": 0.00019514949235599488, + "P": 0.4817323088645935, + "-": 0.5140056014060974 + }, + "id": "tp_8302" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1037771, + "label": "-", + "classification": { + "B": 1.6052485989348497e-06, + "S": 6.854515959275886e-07, + "I": 0.0003256516356486827, + "C": 2.35730767599307e-05, + "R": 1.6190023188755731e-06, + "M": 0.00010603733971947804, + "O": 1.7080767065635882e-05, + "W": 1.0471464975125855e-06, + "N": 1.8181013729190454e-05, + "Y": 0.0004172192420810461, + "U": 7.794223506607523e-07, + "K": 1.607249942026101e-05, + "L": 1.5316833241740824e-06, + "G": 0.0002894919889513403, + "F": 0.0032038602512329817, + "E": 0.0014205144252628088, + "T": 0.0002832223253790289, + "P": 0.22810117900371552, + "-": 0.7657706141471863 + }, + "id": "tp_8303" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1037905, + "label": "-", + "classification": { + "B": 2.6057161903736414e-06, + "S": 7.0280805175571e-07, + "I": 0.000295639387331903, + "C": 2.2957861801842228e-05, + "R": 1.9183482891094172e-06, + "M": 0.00019061009516008198, + "O": 1.3442882845993154e-05, + "W": 4.133163713504473e-07, + "N": 7.91868023952702e-06, + "Y": 0.0012979916064068675, + "U": 3.8080372632975923e-07, + "K": 6.0302090787445195e-06, + "L": 2.369664116486092e-06, + "G": 0.000602665648330003, + "F": 0.007698399480432272, + "E": 0.0008169515640474856, + "T": 0.000498542154673487, + "P": 0.11434441804885864, + "-": 0.8741960525512695 + }, + "id": "tp_8304" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1038005, + "label": "-", + "classification": { + "B": 6.537722470056906e-07, + "S": 1.880157356026757e-06, + "I": 0.0001539407530799508, + "C": 1.09423363028327e-05, + "R": 1.189101340060006e-06, + "M": 2.798193963826634e-05, + "O": 1.1506567716423888e-05, + "W": 1.0625097957017715e-06, + "N": 2.1994992494001053e-05, + "Y": 0.0005334056913852692, + "U": 2.3755822553539474e-07, + "K": 7.185948925325647e-05, + "L": 5.435729804048606e-07, + "G": 0.0005388141144067049, + "F": 0.039254724979400635, + "E": 0.0031483303755521774, + "T": 0.00020332062558736652, + "P": 0.3203677237033844, + "-": 0.6356498003005981 + }, + "id": "tp_8305" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1038138, + "label": "-", + "classification": { + "B": 1.1648624287374787e-09, + "S": 3.851302388113709e-09, + "I": 4.798821464646608e-06, + "C": 1.0324480825829596e-07, + "R": 5.922410561964853e-09, + "M": 5.669682536790788e-07, + "O": 1.7371718286085525e-07, + "W": 6.905100935483688e-09, + "N": 1.2409444138938852e-07, + "Y": 2.3180820790003054e-05, + "U": 2.190425174575239e-09, + "K": 4.009785072867089e-07, + "L": 2.083296202215479e-09, + "G": 1.887170924419479e-06, + "F": 0.001118191285058856, + "E": 8.674208402226213e-06, + "T": 8.582452210248448e-06, + "P": 0.09766600281000137, + "-": 0.9011673331260681 + }, + "id": "tp_8306" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1038272, + "label": "-", + "classification": { + "B": 3.91017929146642e-09, + "S": 8.329831047149128e-09, + "I": 1.1143777555844281e-05, + "C": 2.8110005700909824e-07, + "R": 2.5774667733458045e-08, + "M": 3.727424200405949e-07, + "O": 2.8000522434012964e-07, + "W": 1.7190046719406382e-08, + "N": 5.008832886232994e-07, + "Y": 2.316274185432121e-05, + "U": 5.36168354159372e-09, + "K": 9.424085760656453e-07, + "L": 3.974923501459671e-09, + "G": 5.146693638380384e-06, + "F": 0.001333401189185679, + "E": 5.95075216551777e-05, + "T": 5.40905512025347e-06, + "P": 0.3772942125797272, + "-": 0.6212656497955322 + }, + "id": "tp_8307" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1038405, + "label": "-", + "classification": { + "B": 1.593126910393039e-07, + "S": 4.86251963138784e-07, + "I": 3.0028255423530936e-05, + "C": 6.543509698531125e-07, + "R": 7.324761241989108e-08, + "M": 1.788596091500949e-05, + "O": 5.862156285729725e-06, + "W": 3.356346667260368e-07, + "N": 3.994255621364573e-06, + "Y": 0.000257931329542771, + "U": 1.0251392268401105e-07, + "K": 8.542411706002895e-06, + "L": 1.5641019501799747e-07, + "G": 2.5512808861094527e-05, + "F": 0.0029571366030722857, + "E": 0.00023524052812717855, + "T": 0.0001323114411206916, + "P": 0.210917130112648, + "-": 0.7854063510894775 + }, + "id": "tp_8308" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1038505, + "label": "-", + "classification": { + "B": 5.2201670541762724e-08, + "S": 8.054568212401136e-08, + "I": 5.5608441471122205e-05, + "C": 4.7523003559035715e-06, + "R": 1.8658799660897785e-07, + "M": 1.4022602044860832e-05, + "O": 2.92273830382328e-06, + "W": 1.1027131563423609e-07, + "N": 1.744707446960092e-06, + "Y": 9.674636385170743e-05, + "U": 7.779895128123826e-08, + "K": 1.7475976221703604e-07, + "L": 2.8705719046229206e-07, + "G": 2.382340062467847e-05, + "F": 0.0005968479090370238, + "E": 7.368608203250915e-05, + "T": 0.00012600523768924177, + "P": 0.15696105360984802, + "-": 0.8420417904853821 + }, + "id": "tp_8309" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1038639, + "label": "-", + "classification": { + "B": 1.6890911865630187e-05, + "S": 5.398183020588476e-07, + "I": 0.00026600490673445165, + "C": 1.6867667000042275e-05, + "R": 1.9954991330450866e-06, + "M": 0.0001462770305806771, + "O": 2.162132295779884e-05, + "W": 5.919241630181205e-07, + "N": 6.9488810368056875e-06, + "Y": 0.0004288539057597518, + "U": 3.187161325968191e-07, + "K": 3.247004940476472e-07, + "L": 4.22913171860273e-06, + "G": 0.0004877882602158934, + "F": 0.0015815987717360258, + "E": 0.0005607372149825096, + "T": 0.00028418347937986255, + "P": 0.401807963848114, + "-": 0.5943662524223328 + }, + "id": "tp_8310" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1038772, + "label": "-", + "classification": { + "B": 2.9785933293169364e-05, + "S": 1.0944525456579868e-05, + "I": 0.0075520980171859264, + "C": 0.0005870526074431837, + "R": 0.00010952184675261378, + "M": 0.0011581290746107697, + "O": 0.00015988659288268536, + "W": 1.9515044186846353e-05, + "N": 0.0003787633322644979, + "Y": 0.003645323682576418, + "U": 2.024000059464015e-05, + "K": 6.211167055880651e-05, + "L": 4.29282445111312e-05, + "G": 0.0013760122237727046, + "F": 0.009648283012211323, + "E": 0.005723843351006508, + "T": 0.002450569299980998, + "P": 0.34489691257476807, + "-": 0.6221281290054321 + }, + "id": "tp_8311" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1038906, + "label": "-", + "classification": { + "B": 2.6186426111962646e-05, + "S": 2.865887154257507e-06, + "I": 0.0004580065724439919, + "C": 1.8207889297627844e-05, + "R": 2.76835385193408e-06, + "M": 0.0001261509460164234, + "O": 3.654689135146327e-05, + "W": 1.729659402371908e-06, + "N": 1.5724859622423537e-05, + "Y": 0.0008538364199921489, + "U": 8.963185678112495e-07, + "K": 1.3475008699970203e-06, + "L": 7.881133569753729e-06, + "G": 0.0003871749504469335, + "F": 0.0018861753633245826, + "E": 0.00042635510908439755, + "T": 0.0004329957300797105, + "P": 0.30804628133773804, + "-": 0.6872687935829163 + }, + "id": "tp_8312" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1039006, + "label": "P", + "classification": { + "B": 6.26806638592825e-07, + "S": 4.4286585421104974e-07, + "I": 0.0015126122161746025, + "C": 6.6289039750699885e-06, + "R": 4.508096935751382e-07, + "M": 1.2815316949854605e-05, + "O": 2.611547188280383e-06, + "W": 3.095921101703425e-07, + "N": 6.390736234607175e-05, + "Y": 0.0001284925965592265, + "U": 2.494041950740211e-07, + "K": 2.4238079276983626e-06, + "L": 2.8233773718966404e-07, + "G": 2.7686259272741154e-05, + "F": 0.00039016155642457306, + "E": 0.0012421950232237577, + "T": 5.9196026995778084e-05, + "P": 0.8853598833084106, + "-": 0.11118899285793304 + }, + "id": "tp_8313" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1039139, + "label": "-", + "classification": { + "B": 0.0003090306418016553, + "S": 7.859255856601521e-05, + "I": 0.0010532047599554062, + "C": 0.00041245133616030216, + "R": 0.00013459616457112134, + "M": 0.004363412037491798, + "O": 0.0009589062537997961, + "W": 7.491948053939268e-05, + "N": 6.685060361633077e-05, + "Y": 0.006111470982432365, + "U": 2.1618354367092252e-05, + "K": 1.2357277228147723e-05, + "L": 0.0006246286211535335, + "G": 0.004496843088418245, + "F": 0.015067963860929012, + "E": 0.0013243845896795392, + "T": 0.0052467891946434975, + "P": 0.09869056940078735, + "-": 0.8609515428543091 + }, + "id": "tp_8314" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1039273, + "label": "-", + "classification": { + "B": 9.189060179437547e-09, + "S": 1.187664224744367e-07, + "I": 2.7295041945762932e-05, + "C": 4.815795477952634e-07, + "R": 7.078394048676273e-08, + "M": 2.4788046175672207e-06, + "O": 1.6486387721670326e-06, + "W": 5.780214351602808e-08, + "N": 1.9902963686035946e-06, + "Y": 6.611025310121477e-05, + "U": 1.5628405236611798e-08, + "K": 1.954997287612059e-06, + "L": 2.276493127340018e-08, + "G": 7.536513749073492e-06, + "F": 0.0008088700124062598, + "E": 2.7718477213056758e-05, + "T": 5.568007691181265e-05, + "P": 0.19849444925785065, + "-": 0.8005034923553467 + }, + "id": "tp_8315" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1039406, + "label": "-", + "classification": { + "B": 4.350100425654091e-06, + "S": 1.5480310366911e-07, + "I": 0.00035724835470318794, + "C": 1.8012395230471157e-05, + "R": 2.228217908850638e-06, + "M": 2.0633775420719758e-05, + "O": 7.816147444827948e-06, + "W": 4.0788688693282893e-07, + "N": 6.6210213844897225e-06, + "Y": 0.0003703860566020012, + "U": 4.706449487912323e-07, + "K": 4.656162673200015e-07, + "L": 1.4936412071619998e-06, + "G": 0.00016009079990908504, + "F": 0.0006964065250940621, + "E": 0.00021149436361156404, + "T": 0.00010613716585794464, + "P": 0.44343194365501404, + "-": 0.5546035170555115 + }, + "id": "tp_8316" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1039506, + "label": "-", + "classification": { + "B": 1.8728387729538554e-09, + "S": 1.0037359832182347e-10, + "I": 2.975780262204353e-07, + "C": 1.472539201685663e-09, + "R": 4.7129838226522835e-11, + "M": 7.082625330667724e-08, + "O": 1.5955851750959482e-08, + "W": 4.0101241771672846e-11, + "N": 2.0083661400605024e-09, + "Y": 9.36490039293858e-07, + "U": 1.3450666795644661e-11, + "K": 7.932560858181503e-11, + "L": 5.259712110294856e-10, + "G": 7.748833468212979e-07, + "F": 4.065842949785292e-05, + "E": 1.9656883978314e-06, + "T": 1.1584075991777354e-06, + "P": 0.2251541167497635, + "-": 0.7748000025749207 + }, + "id": "tp_8317" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1039640, + "label": "P", + "classification": { + "B": 1.6702551874914207e-06, + "S": 8.512635929491807e-08, + "I": 0.0010591789614409208, + "C": 3.9322902011917904e-05, + "R": 7.568808086944045e-07, + "M": 1.9406079445616342e-05, + "O": 2.6806158075487474e-06, + "W": 1.0535649153098348e-07, + "N": 3.5003340599359944e-05, + "Y": 0.00025929216644726694, + "U": 3.4028244044748135e-07, + "K": 2.4041353299253387e-06, + "L": 2.4723490810174553e-07, + "G": 0.0002605592308100313, + "F": 0.00044061278458684683, + "E": 0.003147695679217577, + "T": 4.576739593176171e-05, + "P": 0.7449334859848022, + "-": 0.24975131452083588 + }, + "id": "tp_8318" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1039773, + "label": "-", + "classification": { + "B": 1.577683724462986e-05, + "S": 2.0533129827526864e-06, + "I": 0.00041627540485933423, + "C": 2.200251583417412e-05, + "R": 1.6267458704533055e-06, + "M": 0.00047029368579387665, + "O": 2.9886285119573586e-05, + "W": 2.0719351141451625e-06, + "N": 3.0385081117856316e-05, + "Y": 0.001855728798545897, + "U": 2.857247864085366e-06, + "K": 6.402495637303218e-05, + "L": 4.070215254614595e-06, + "G": 0.0008097632089629769, + "F": 0.00282747158780694, + "E": 0.00325062801130116, + "T": 0.0012180593330413103, + "P": 0.2196972519159317, + "-": 0.7692798376083374 + }, + "id": "tp_8319" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1039907, + "label": "-", + "classification": { + "B": 1.4623829924786946e-09, + "S": 1.3035761359248e-09, + "I": 8.535066626791377e-06, + "C": 8.168571952182901e-08, + "R": 3.4265354997842223e-09, + "M": 1.4116933755303762e-07, + "O": 5.121140134178859e-08, + "W": 2.8560889209217066e-09, + "N": 4.006366225439706e-07, + "Y": 1.8727583665167913e-05, + "U": 1.9388657346297578e-09, + "K": 5.135621904628351e-06, + "L": 3.3023375700658164e-10, + "G": 2.8622148420254234e-06, + "F": 0.0007006441592238843, + "E": 0.0001064741300069727, + "T": 3.7580789467028808e-06, + "P": 0.363741010427475, + "-": 0.6354121565818787 + }, + "id": "tp_8320" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1040007, + "label": "-", + "classification": { + "B": 0.0003441723238211125, + "S": 8.52775847306475e-05, + "I": 0.002974945120513439, + "C": 0.000989302876405418, + "R": 0.0002534704399295151, + "M": 0.0018482496961951256, + "O": 0.0008030590252019465, + "W": 0.00013811985263600945, + "N": 0.00038944455445744097, + "Y": 0.008039502426981926, + "U": 0.0001601845578989014, + "K": 0.0003683287650346756, + "L": 0.0003189269336871803, + "G": 0.0039427089504897594, + "F": 0.023195354267954826, + "E": 0.0026152953505516052, + "T": 0.006666580215096474, + "P": 0.17908719182014465, + "-": 0.7677798867225647 + }, + "id": "tp_8321" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1040140, + "label": "-", + "classification": { + "B": 3.419595304876566e-05, + "S": 1.5429015547852032e-05, + "I": 0.0009081819443963468, + "C": 5.4877640650374815e-05, + "R": 9.531393516226672e-06, + "M": 0.0006312939221970737, + "O": 0.00010268128971802071, + "W": 1.3575087905337568e-05, + "N": 9.465408948017284e-05, + "Y": 0.009628713130950928, + "U": 5.143292128195753e-06, + "K": 0.00039006906445138156, + "L": 1.566379978612531e-05, + "G": 0.00475300895050168, + "F": 0.01569804549217224, + "E": 0.009012377820909023, + "T": 0.002041019732132554, + "P": 0.1561579704284668, + "-": 0.8004335761070251 + }, + "id": "tp_8322" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1040274, + "label": "-", + "classification": { + "B": 9.698882786324248e-05, + "S": 3.311663385829888e-05, + "I": 0.0017736110603436828, + "C": 0.00018457433907315135, + "R": 3.172106880811043e-05, + "M": 0.002218444598838687, + "O": 0.00035234304959885776, + "W": 2.3387439796351828e-05, + "N": 0.00015827338211238384, + "Y": 0.005475295707583427, + "U": 7.507395821448881e-06, + "K": 6.0266545915510505e-05, + "L": 0.00010087262489832938, + "G": 0.009616241790354252, + "F": 0.02615731582045555, + "E": 0.013405759818851948, + "T": 0.002648979425430298, + "P": 0.21366439759731293, + "-": 0.7239908576011658 + }, + "id": "tp_8323" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1040407, + "label": "-", + "classification": { + "B": 2.5734721930348314e-05, + "S": 4.491664185479749e-06, + "I": 0.00039534977986477315, + "C": 0.0003658653295133263, + "R": 6.544236384797841e-05, + "M": 0.0005443886038847268, + "O": 0.0001367280347039923, + "W": 5.094796961202519e-06, + "N": 1.83428346645087e-05, + "Y": 0.0032517872750759125, + "U": 7.053775334497914e-06, + "K": 1.1621926205407362e-05, + "L": 6.81526871630922e-05, + "G": 0.0029937434010207653, + "F": 0.007760397624224424, + "E": 0.000630230235401541, + "T": 0.001666300930082798, + "P": 0.059155091643333435, + "-": 0.9228941202163696 + }, + "id": "tp_8324" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1040507, + "label": "-", + "classification": { + "B": 2.523903276596684e-06, + "S": 6.944766255401191e-07, + "I": 0.00011222581088077277, + "C": 1.2891150618088432e-05, + "R": 3.223623934900388e-06, + "M": 9.436356776859611e-05, + "O": 1.6578900613239966e-05, + "W": 6.388410724866844e-07, + "N": 5.322607648849953e-06, + "Y": 0.0015465605538338423, + "U": 4.841676854994148e-07, + "K": 6.748050964233698e-06, + "L": 2.2482704480353277e-06, + "G": 0.0007334915571846068, + "F": 0.0063728950917720795, + "E": 0.0004033420991618186, + "T": 0.00042221942567266524, + "P": 0.16378746926784515, + "-": 0.8264760375022888 + }, + "id": "tp_8325" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1040641, + "label": "-", + "classification": { + "B": 1.2392900998747791e-06, + "S": 5.856666689396661e-07, + "I": 4.081771112396382e-05, + "C": 4.601154159900034e-06, + "R": 4.321166215959238e-07, + "M": 3.552895213942975e-05, + "O": 1.1477874068077654e-05, + "W": 3.7939545904919214e-07, + "N": 3.86513465855387e-06, + "Y": 0.00013302909792400897, + "U": 1.366213098208391e-07, + "K": 2.4441346795356367e-06, + "L": 7.3461853844492e-07, + "G": 0.00011614406685112044, + "F": 0.004638239275664091, + "E": 0.00032337618176825345, + "T": 0.0001313120883423835, + "P": 0.25933071970939636, + "-": 0.7352249622344971 + }, + "id": "tp_8326" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1040774, + "label": "-", + "classification": { + "B": 7.628456089037172e-09, + "S": 4.131024966547159e-10, + "I": 2.2438821360992733e-06, + "C": 1.3138922838606959e-08, + "R": 1.0201846034618711e-09, + "M": 2.312362283873881e-07, + "O": 7.154692838184928e-08, + "W": 5.853691420476537e-10, + "N": 2.09992627731026e-08, + "Y": 5.8173850447929e-06, + "U": 1.4617421162377298e-10, + "K": 3.598098041734943e-09, + "L": 1.4410335147374553e-09, + "G": 3.900835508829914e-06, + "F": 0.00011499616084620357, + "E": 1.2279610928089824e-05, + "T": 3.6390727018442703e-06, + "P": 0.17454546689987183, + "-": 0.8253113627433777 + }, + "id": "tp_8327" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1040908, + "label": "-", + "classification": { + "B": 2.537511363698286e-06, + "S": 8.400419204690479e-08, + "I": 8.137999429891352e-06, + "C": 1.437836658624292e-07, + "R": 4.028152034152299e-08, + "M": 1.0165933417738415e-05, + "O": 1.1373486813681666e-05, + "W": 7.900921872305844e-08, + "N": 6.16739015413259e-08, + "Y": 2.334251257707365e-05, + "U": 2.7082793785382364e-09, + "K": 1.9382491445174566e-10, + "L": 1.3829341014570673e-06, + "G": 3.0502586014335975e-05, + "F": 0.00013402757758740336, + "E": 2.737047680057003e-06, + "T": 5.048155435360968e-05, + "P": 0.04760049656033516, + "-": 0.9521243572235107 + }, + "id": "tp_8328" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1041008, + "label": "P", + "classification": { + "B": 1.0260645666448909e-08, + "S": 6.0053126915704524e-09, + "I": 2.8934722649864852e-05, + "C": 1.4475965315341455e-07, + "R": 1.2362899148854467e-08, + "M": 2.967483396787429e-07, + "O": 2.615694825180981e-07, + "W": 1.4214609045382076e-08, + "N": 5.176311219656782e-07, + "Y": 6.981285878282506e-06, + "U": 4.772344297521158e-09, + "K": 3.147183136320564e-08, + "L": 9.600068295867459e-09, + "G": 1.1707236353686312e-06, + "F": 0.00013409106759354472, + "E": 1.5028712368803099e-05, + "T": 6.381898856488988e-06, + "P": 0.6196569800376892, + "-": 0.38014906644821167 + }, + "id": "tp_8329" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1041141, + "label": "-", + "classification": { + "B": 9.816042620514054e-06, + "S": 1.1269651167822303e-06, + "I": 3.415184619370848e-05, + "C": 4.165109430687153e-07, + "R": 1.1411648870307545e-07, + "M": 7.607378211105242e-05, + "O": 2.2411406462197192e-05, + "W": 2.451076284160081e-07, + "N": 4.79119592000643e-07, + "Y": 9.478936408413574e-05, + "U": 1.243764824465643e-08, + "K": 2.9115856392536443e-09, + "L": 3.4932716062030522e-06, + "G": 9.124414646066725e-05, + "F": 0.00030829591560177505, + "E": 3.5590175684774294e-05, + "T": 0.00024715319159440696, + "P": 0.08430488407611847, + "-": 0.9147696495056152 + }, + "id": "tp_8330" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1041275, + "label": "-", + "classification": { + "B": 3.330293907310988e-08, + "S": 1.780685110475133e-08, + "I": 6.396683602361009e-05, + "C": 1.4720139915880281e-06, + "R": 2.6008768827523454e-07, + "M": 1.0178102456848137e-05, + "O": 3.003045776495128e-06, + "W": 3.311469143341128e-08, + "N": 9.38228936320229e-07, + "Y": 6.702132668578997e-05, + "U": 2.0164609537687284e-08, + "K": 1.3682731392350433e-08, + "L": 1.2267163640444778e-07, + "G": 1.3181898793845903e-05, + "F": 4.16826042055618e-05, + "E": 1.3764394680038095e-05, + "T": 0.00015492447710130364, + "P": 0.19179122149944305, + "-": 0.8078382015228271 + }, + "id": "tp_8331" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1041408, + "label": "P", + "classification": { + "B": 0.0002305715752299875, + "S": 0.00017376088362652808, + "I": 0.024564264342188835, + "C": 0.0019027600064873695, + "R": 0.0005359564675018191, + "M": 0.0018077451968565583, + "O": 0.0008306286763399839, + "W": 0.00012157495802966878, + "N": 0.0029777190648019314, + "Y": 0.008559498004615307, + "U": 9.10921735339798e-05, + "K": 0.00042916485108435154, + "L": 0.00021631790150422603, + "G": 0.008354664780199528, + "F": 0.015305165201425552, + "E": 0.014795061200857162, + "T": 0.005034357775002718, + "P": 0.5184275507926941, + "-": 0.3956420421600342 + }, + "id": "tp_8332" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1041508, + "label": "-", + "classification": { + "B": 0.002376583172008395, + "S": 5.077224341221154e-05, + "I": 0.0006110731046646833, + "C": 2.5691133487271145e-05, + "R": 9.610719644115306e-06, + "M": 0.0005832838942296803, + "O": 0.0006399775738827884, + "W": 1.351617720501963e-05, + "N": 2.0639094145735726e-05, + "Y": 0.00016040290938690305, + "U": 6.636988700847724e-07, + "K": 5.976583850042516e-08, + "L": 0.0004356508143246174, + "G": 0.002906684298068285, + "F": 0.005177077371627092, + "E": 0.0008583575836382806, + "T": 0.0006136757438071072, + "P": 0.32277682423591614, + "-": 0.6627395153045654 + }, + "id": "tp_8333" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1041642, + "label": "-", + "classification": { + "B": 0.00029985496075823903, + "S": 7.085672677931143e-06, + "I": 0.0006617088802158833, + "C": 9.281820530304685e-05, + "R": 1.7643616956775077e-05, + "M": 0.0012711051385849714, + "O": 0.00015007246111053973, + "W": 8.458462616545148e-06, + "N": 1.8334249034523964e-05, + "Y": 0.0019828088115900755, + "U": 2.5953154363378417e-06, + "K": 1.8625343045641785e-06, + "L": 7.284461025847122e-05, + "G": 0.0033768448047339916, + "F": 0.0025137935299426317, + "E": 0.0026279613375663757, + "T": 0.0011439280351623893, + "P": 0.15005441009998322, + "-": 0.8356958627700806 + }, + "id": "tp_8334" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1041775, + "label": "-", + "classification": { + "B": 3.7416364762066223e-07, + "S": 5.3827356794045045e-08, + "I": 4.5803481043549255e-06, + "C": 1.204160611223415e-07, + "R": 3.9582225497269974e-08, + "M": 2.7014533770852722e-05, + "O": 2.958191998914117e-06, + "W": 1.779743286078883e-08, + "N": 2.8777600746821008e-08, + "Y": 0.00015632167924195528, + "U": 8.962276476509601e-10, + "K": 2.0465766858990264e-09, + "L": 3.8804219570920395e-07, + "G": 5.27569827681873e-05, + "F": 0.00033556052949279547, + "E": 9.896712981571909e-06, + "T": 8.361879736185074e-05, + "P": 0.013004916720092297, + "-": 0.9863213896751404 + }, + "id": "tp_8335" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1041875, + "label": "-", + "classification": { + "B": 1.0335563729313435e-06, + "S": 6.875967528685578e-07, + "I": 8.172965863195714e-06, + "C": 1.4191100490279496e-06, + "R": 3.119898792647291e-07, + "M": 1.0986616871377919e-05, + "O": 1.588964914844837e-05, + "W": 3.662446488306159e-07, + "N": 6.064536819394561e-07, + "Y": 8.508698374498636e-05, + "U": 3.7770711003304314e-08, + "K": 2.1081764600694441e-07, + "L": 7.904927201707324e-07, + "G": 2.967524233099539e-05, + "F": 0.0018103793263435364, + "E": 1.6395977581851184e-05, + "T": 9.124644566327333e-05, + "P": 0.04585430398583412, + "-": 0.9520725011825562 + }, + "id": "tp_8336" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1042009, + "label": "-", + "classification": { + "B": 2.552957880652684e-07, + "S": 1.0771888980798394e-07, + "I": 2.5156059564324096e-05, + "C": 1.5267003618646413e-05, + "R": 1.8464470485923812e-06, + "M": 2.8170816221972927e-05, + "O": 6.023249170539202e-06, + "W": 1.4448829688262776e-07, + "N": 4.377798461518978e-07, + "Y": 0.0005514313234016299, + "U": 1.3518503294562834e-07, + "K": 6.787350912418333e-07, + "L": 1.1189681572432164e-06, + "G": 0.00015872198855504394, + "F": 0.0016809569206088781, + "E": 2.656558353919536e-05, + "T": 0.00033203972270712256, + "P": 0.026068437844514847, + "-": 0.9711025357246399 + }, + "id": "tp_8337" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1042142, + "label": "-", + "classification": { + "B": 5.264161586637783e-07, + "S": 2.189664769502997e-07, + "I": 0.00015711688320152462, + "C": 1.1688407539622858e-05, + "R": 4.1713022369549435e-07, + "M": 1.5481908121728338e-05, + "O": 2.6542531941231573e-06, + "W": 2.087526524974237e-07, + "N": 8.157855518220458e-06, + "Y": 0.0003766921872738749, + "U": 2.2896644225056662e-07, + "K": 1.7124166333815083e-05, + "L": 3.2599598398519447e-07, + "G": 0.00023898431390989572, + "F": 0.004670026712119579, + "E": 0.0011420276714488864, + "T": 0.00011098698450950906, + "P": 0.4120115637779236, + "-": 0.5812355875968933 + }, + "id": "tp_8338" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1042276, + "label": "P", + "classification": { + "B": 5.63989578949986e-06, + "S": 1.5846159158172668e-06, + "I": 0.0032489504665136337, + "C": 2.4127908545779064e-05, + "R": 2.3554212020826526e-06, + "M": 0.00010814936831593513, + "O": 8.103594154817984e-06, + "W": 3.7691302168241236e-07, + "N": 9.025641338666901e-05, + "Y": 0.0006821284769102931, + "U": 2.469843707331165e-07, + "K": 1.8655424582902924e-06, + "L": 1.677663931332063e-06, + "G": 0.0005144026363268495, + "F": 0.0009198097395710647, + "E": 0.00390752125531435, + "T": 0.000272510718787089, + "P": 0.8711736798286438, + "-": 0.11903654783964157 + }, + "id": "tp_8339" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1042376, + "label": "-", + "classification": { + "B": 1.2135124052292667e-06, + "S": 8.9085420995616e-07, + "I": 0.000253991165664047, + "C": 1.3144875993020833e-05, + "R": 1.977436340894201e-06, + "M": 5.4307154641719535e-05, + "O": 1.1083937351941131e-05, + "W": 1.3191724974603858e-06, + "N": 2.2468071620096453e-05, + "Y": 0.0012770333560183644, + "U": 9.66193624662992e-07, + "K": 0.00010616268991725519, + "L": 5.923427579546114e-07, + "G": 0.00019266470917500556, + "F": 0.0031598259229213, + "E": 0.0014197720447555184, + "T": 0.0002703621285036206, + "P": 0.25194984674453735, + "-": 0.7412623167037964 + }, + "id": "tp_8340" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1042509, + "label": "-", + "classification": { + "B": 1.3537514220729463e-08, + "S": 2.6311745671137032e-08, + "I": 0.00022984801034908742, + "C": 7.072515018080594e-06, + "R": 1.141127086157212e-06, + "M": 8.407402674492914e-06, + "O": 2.7619585125648882e-06, + "W": 5.1621238839061334e-08, + "N": 4.966838787368033e-06, + "Y": 0.0004787046054843813, + "U": 1.1011186984433152e-07, + "K": 2.6465625069249654e-07, + "L": 2.342274996181004e-07, + "G": 4.3993240979034454e-05, + "F": 0.0004197746457066387, + "E": 3.0234870791900903e-05, + "T": 0.0003547194937709719, + "P": 0.22688183188438416, + "-": 0.7715358138084412 + }, + "id": "tp_8341" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1042643, + "label": "-", + "classification": { + "B": 0.0001612803607713431, + "S": 5.686846634489484e-05, + "I": 0.012644707225263119, + "C": 0.0016760247526690364, + "R": 0.0004577059007715434, + "M": 0.003978626802563667, + "O": 0.000797314802184701, + "W": 0.00011106752208434045, + "N": 0.0008211248787119985, + "Y": 0.021488837897777557, + "U": 8.828665886539966e-05, + "K": 0.00031833307002671063, + "L": 0.00025403613108210266, + "G": 0.007507897913455963, + "F": 0.010504591278731823, + "E": 0.00840647891163826, + "T": 0.009030182845890522, + "P": 0.20750156044960022, + "-": 0.7141950726509094 + }, + "id": "tp_8342" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1042776, + "label": "P", + "classification": { + "B": 0.0007730817305855453, + "S": 0.0003908512007910758, + "I": 0.006972997449338436, + "C": 0.0003046474594157189, + "R": 0.00010170683526666835, + "M": 0.0017508475575596094, + "O": 0.0009847086621448398, + "W": 0.0002307608228875324, + "N": 0.0023880957160145044, + "Y": 0.004732094705104828, + "U": 3.605835809139535e-05, + "K": 0.000700895965564996, + "L": 0.00017429210129193962, + "G": 0.009837517514824867, + "F": 0.04512258619070053, + "E": 0.04008923098444939, + "T": 0.0038060855586081743, + "P": 0.6450119018554688, + "-": 0.23659160733222961 + }, + "id": "tp_8343" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1042876, + "label": "-", + "classification": { + "B": 3.3925323350558756e-07, + "S": 2.7415694603405427e-07, + "I": 0.00012244342360645533, + "C": 8.174919457815122e-06, + "R": 1.7318415075351368e-06, + "M": 6.0613896494032815e-05, + "O": 8.336314749612939e-06, + "W": 3.461479991528904e-07, + "N": 3.6805947729590116e-06, + "Y": 0.0015733184991404414, + "U": 2.2613539840676822e-07, + "K": 6.546144504682161e-06, + "L": 9.262739126825181e-07, + "G": 0.0002610868832562119, + "F": 0.005774686112999916, + "E": 0.00024410377955064178, + "T": 0.00040796768735162914, + "P": 0.07530802488327026, + "-": 0.9162172079086304 + }, + "id": "tp_8344" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1043010, + "label": "-", + "classification": { + "B": 3.14318437943939e-09, + "S": 1.7754300252192934e-09, + "I": 2.5779643692658283e-05, + "C": 1.2812853356081177e-06, + "R": 4.419146648615424e-08, + "M": 1.0371861662861193e-06, + "O": 1.5960711152729345e-07, + "W": 3.987919328096723e-09, + "N": 5.659523480971984e-07, + "Y": 0.0001389805256621912, + "U": 1.1426807056125199e-08, + "K": 1.3753095799984294e-06, + "L": 4.2810412992366764e-09, + "G": 1.5048436580400448e-05, + "F": 0.00038332093390636146, + "E": 7.597397780045867e-05, + "T": 1.5456836990779266e-05, + "P": 0.13363556563854218, + "-": 0.8657053709030151 + }, + "id": "tp_8345" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1043143, + "label": "-", + "classification": { + "B": 4.0010736057638496e-08, + "S": 1.1496982921244125e-07, + "I": 7.191456825239584e-05, + "C": 9.820971627050312e-07, + "R": 3.792892471210507e-07, + "M": 1.9606219211709686e-05, + "O": 4.008670202892972e-06, + "W": 1.4959755390009377e-07, + "N": 3.667458940981305e-06, + "Y": 0.0009191204444505274, + "U": 5.139283842936493e-08, + "K": 2.774291169771459e-05, + "L": 7.565180482060896e-08, + "G": 9.288809087593108e-05, + "F": 0.0031041151378303766, + "E": 0.00019272371719125658, + "T": 0.00017881422536447644, + "P": 0.10632770508527756, + "-": 0.8890560269355774 + }, + "id": "tp_8346" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1043277, + "label": "-", + "classification": { + "B": 1.5920679174996621e-07, + "S": 2.2167533586525678e-07, + "I": 0.00010595688945613801, + "C": 4.20711421611486e-06, + "R": 1.1876978760483325e-06, + "M": 1.2152379895269405e-05, + "O": 6.331094482447952e-06, + "W": 2.7809514335785934e-07, + "N": 4.4274729589233175e-06, + "Y": 0.0010031199781224132, + "U": 2.1273223183015944e-07, + "K": 4.6444451982097235e-06, + "L": 3.096959630966012e-07, + "G": 0.00010924185335170478, + "F": 0.0038790625985711813, + "E": 7.45016586733982e-05, + "T": 0.00017201471200678498, + "P": 0.12895803153514862, + "-": 0.8656639456748962 + }, + "id": "tp_8347" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1043377, + "label": "-", + "classification": { + "B": 2.501176822988782e-06, + "S": 3.523452733134036e-06, + "I": 9.156183659797534e-05, + "C": 2.320841849723365e-05, + "R": 3.87441968996427e-06, + "M": 0.00015650101704522967, + "O": 3.709763041115366e-05, + "W": 1.7867880615085596e-06, + "N": 5.825907919643214e-06, + "Y": 0.0015447319019585848, + "U": 2.858479035694472e-07, + "K": 4.390849426272325e-06, + "L": 7.1286358434008434e-06, + "G": 0.0008071365882642567, + "F": 0.033148374408483505, + "E": 0.0005451030447147787, + "T": 0.0004554182814899832, + "P": 0.06614796817302704, + "-": 0.8970135450363159 + }, + "id": "tp_8348" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1043510, + "label": "-", + "classification": { + "B": 1.055931164728463e-07, + "S": 5.399189717536501e-08, + "I": 5.2331070037325844e-05, + "C": 2.3401123598887352e-06, + "R": 6.70663453661291e-08, + "M": 1.4345715499075595e-05, + "O": 1.922040155477589e-06, + "W": 5.47546612494898e-08, + "N": 2.168206265196204e-06, + "Y": 0.0001258334523299709, + "U": 6.161494781053989e-08, + "K": 7.563904773633112e-07, + "L": 1.5830042343623063e-07, + "G": 3.0649640393676236e-05, + "F": 0.0006093118572607636, + "E": 0.00023227186466101557, + "T": 7.614931382704526e-05, + "P": 0.1933782696723938, + "-": 0.8054731488227844 + }, + "id": "tp_8349" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1043644, + "label": "-", + "classification": { + "B": 4.273290323908441e-05, + "S": 1.5117525435925927e-06, + "I": 5.394696199800819e-05, + "C": 6.881662102387054e-06, + "R": 6.106890282353561e-07, + "M": 6.023909372743219e-05, + "O": 3.171868229401298e-05, + "W": 1.486998371547088e-06, + "N": 2.6532006813795306e-06, + "Y": 7.148883742047474e-05, + "U": 9.459144933998687e-08, + "K": 1.6143668801760214e-07, + "L": 2.4936355202953564e-06, + "G": 5.921745832893066e-05, + "F": 0.0006141706835478544, + "E": 0.00014471140457317233, + "T": 7.59637332521379e-05, + "P": 0.22293825447559357, + "-": 0.7758916020393372 + }, + "id": "tp_8350" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1043777, + "label": "P", + "classification": { + "B": 3.3025291486410424e-05, + "S": 2.776270230242517e-05, + "I": 0.010766432620584965, + "C": 0.00016272602078970522, + "R": 2.8033598937327042e-05, + "M": 0.00027055529062636197, + "O": 0.00012509222142398357, + "W": 5.500334737007506e-05, + "N": 0.0024530834052711725, + "Y": 0.000680360768456012, + "U": 3.165346060995944e-05, + "K": 0.0019268858013674617, + "L": 8.207483915612102e-06, + "G": 0.0005008763400837779, + "F": 0.0034170097205787897, + "E": 0.021326493471860886, + "T": 0.0007160084787756205, + "P": 0.813219428062439, + "-": 0.14425122737884521 + }, + "id": "tp_8351" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1043877, + "label": "-", + "classification": { + "B": 2.4481008949805982e-05, + "S": 1.5029817404865753e-05, + "I": 0.0015075503615662456, + "C": 0.00013327285705599934, + "R": 2.0031837266287766e-05, + "M": 0.000611974741332233, + "O": 0.0001409203978255391, + "W": 1.536647141620051e-05, + "N": 0.00016868892998900265, + "Y": 0.0026859885547310114, + "U": 1.5838917533983476e-05, + "K": 0.00015674308815505356, + "L": 2.4342163669643924e-05, + "G": 0.001251403708010912, + "F": 0.007616283372044563, + "E": 0.004155992995947599, + "T": 0.0020047910511493683, + "P": 0.32368528842926025, + "-": 0.655765950679779 + }, + "id": "tp_8352" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1044011, + "label": "-", + "classification": { + "B": 0.00017764631775207818, + "S": 0.0001118274885811843, + "I": 0.004765755496919155, + "C": 0.00035481349914334714, + "R": 5.897830124013126e-05, + "M": 0.0026356414891779423, + "O": 0.0005358752678148448, + "W": 9.911278175422922e-05, + "N": 0.000464568380266428, + "Y": 0.01845504343509674, + "U": 3.212741285096854e-05, + "K": 0.000756211404222995, + "L": 0.00011692793486872688, + "G": 0.012510308995842934, + "F": 0.017334556207060814, + "E": 0.03668621927499771, + "T": 0.00903238169848919, + "P": 0.16324573755264282, + "-": 0.7326262593269348 + }, + "id": "tp_8353" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1044144, + "label": "P", + "classification": { + "B": 4.376157448859885e-06, + "S": 2.425059847155353e-06, + "I": 0.009188168682157993, + "C": 2.502479765098542e-05, + "R": 5.2963828238716815e-06, + "M": 3.83827937184833e-05, + "O": 8.686162800586317e-06, + "W": 2.1157557057449594e-06, + "N": 0.0006641423678956926, + "Y": 0.00012701674131676555, + "U": 3.03558317682473e-06, + "K": 3.6319412174634635e-05, + "L": 9.361161232845916e-07, + "G": 5.9543639508774504e-05, + "F": 0.0005377078196033835, + "E": 0.0029579871334135532, + "T": 0.0001297245325986296, + "P": 0.9359583258628845, + "-": 0.05025073513388634 + }, + "id": "tp_8354" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1044278, + "label": "-", + "classification": { + "B": 1.6411986791808886e-07, + "S": 2.803966765441146e-07, + "I": 0.0006802401039749384, + "C": 7.625698344781995e-06, + "R": 1.5181146864051698e-06, + "M": 8.05562231107615e-05, + "O": 4.6567456593038514e-06, + "W": 2.855781815469527e-07, + "N": 2.082833270833362e-05, + "Y": 0.0006031342782080173, + "U": 1.4103534340392798e-07, + "K": 4.94820551466546e-06, + "L": 1.9604415513185813e-07, + "G": 6.273311737459153e-05, + "F": 0.0005628216313198209, + "E": 0.0011509570758789778, + "T": 0.00022992405865807086, + "P": 0.4746951460838318, + "-": 0.5218938589096069 + }, + "id": "tp_8355" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1044378, + "label": "-", + "classification": { + "B": 2.5907607437147817e-07, + "S": 2.612873970520013e-07, + "I": 0.00046088112867437303, + "C": 1.4533212379319593e-05, + "R": 1.3501772855306626e-06, + "M": 5.0045448006130755e-05, + "O": 1.17101280920906e-05, + "W": 2.5132291625595826e-07, + "N": 2.3935523131513037e-05, + "Y": 0.0004632601048797369, + "U": 3.202630409759877e-07, + "K": 4.864271431870293e-06, + "L": 9.200684871757403e-07, + "G": 0.0003024695033673197, + "F": 0.003431615186855197, + "E": 0.0004844295617658645, + "T": 0.0003015201073139906, + "P": 0.3061772584915161, + "-": 0.688270092010498 + }, + "id": "tp_8356" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1044511, + "label": "-", + "classification": { + "B": 6.77823166483904e-08, + "S": 5.3933892019131235e-08, + "I": 3.0905184758012183e-06, + "C": 1.2515631908627256e-07, + "R": 1.0850456533262332e-08, + "M": 2.248536293336656e-05, + "O": 2.2941608222026844e-06, + "W": 2.2616019279553257e-08, + "N": 8.609460167008365e-08, + "Y": 5.6477594625903293e-05, + "U": 1.991023124148228e-09, + "K": 1.1865636473373797e-08, + "L": 9.064032724381832e-08, + "G": 8.459218406642321e-06, + "F": 0.0002376977208768949, + "E": 1.0930173630185891e-05, + "T": 7.809107773937285e-05, + "P": 0.031267594546079636, + "-": 0.9683123230934143 + }, + "id": "tp_8357" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1044645, + "label": "-", + "classification": { + "B": 1.1057747542508878e-05, + "S": 4.632038326235488e-06, + "I": 0.00044050399446859956, + "C": 4.256286410964094e-05, + "R": 4.558885848382488e-06, + "M": 0.00010329493670724332, + "O": 5.575682007474825e-05, + "W": 4.387420631246641e-06, + "N": 4.493914093472995e-05, + "Y": 0.00032030834699980915, + "U": 1.7283556417169166e-06, + "K": 1.4402848137251567e-05, + "L": 5.257393695501378e-06, + "G": 0.00023750380205456167, + "F": 0.005698466673493385, + "E": 0.0010315785184502602, + "T": 0.00028497210587374866, + "P": 0.36852994561195374, + "-": 0.6231642365455627 + }, + "id": "tp_8358" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1044778, + "label": "-", + "classification": { + "B": 3.163535802741535e-05, + "S": 9.290680281992536e-06, + "I": 0.0006122097256593406, + "C": 3.763482891372405e-05, + "R": 6.372038114932366e-06, + "M": 0.000741101335734129, + "O": 0.00014260824536904693, + "W": 3.6138617360848002e-06, + "N": 1.716022779874038e-05, + "Y": 0.0007441448979079723, + "U": 6.074315024306998e-07, + "K": 2.210916534295393e-07, + "L": 5.466370566864498e-05, + "G": 0.0008469573222100735, + "F": 0.003381571965292096, + "E": 0.0005404790281318128, + "T": 0.0007004254730418324, + "P": 0.29526230692863464, + "-": 0.6968669295310974 + }, + "id": "tp_8359" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1044878, + "label": "-", + "classification": { + "B": 2.0479738793710567e-08, + "S": 1.9831251307778075e-08, + "I": 4.1186354792444035e-05, + "C": 6.552444915541855e-07, + "R": 1.1931489041216992e-07, + "M": 2.1035450117778964e-05, + "O": 1.6616234006505692e-06, + "W": 2.3987855257701085e-08, + "N": 5.173311592443497e-07, + "Y": 0.00041215529199689627, + "U": 7.715418526288431e-09, + "K": 3.037658871107851e-07, + "L": 6.191137202904429e-08, + "G": 2.938301258836873e-05, + "F": 0.0007624928839504719, + "E": 6.673872121609747e-05, + "T": 0.00015557419101241976, + "P": 0.05475517362356186, + "-": 0.9437528848648071 + }, + "id": "tp_8360" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1045012, + "label": "P", + "classification": { + "B": 5.30090771277969e-09, + "S": 1.557286744002795e-08, + "I": 0.0002215014974353835, + "C": 2.675255927897524e-07, + "R": 3.7900377947153174e-08, + "M": 4.3517133008208475e-07, + "O": 1.6295285831802175e-07, + "W": 1.2940781779491317e-08, + "N": 4.8755359784991015e-06, + "Y": 2.071366543532349e-05, + "U": 8.851482213856343e-09, + "K": 4.0147557456293725e-07, + "L": 4.557777710800792e-09, + "G": 1.481237745792896e-06, + "F": 9.502044122200459e-05, + "E": 5.3959931392455474e-05, + "T": 8.57250597618986e-06, + "P": 0.8782031536102295, + "-": 0.12138942629098892 + }, + "id": "tp_8361" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1045145, + "label": "-", + "classification": { + "B": 1.2666380825976375e-05, + "S": 3.439069041633047e-05, + "I": 0.0018835569499060512, + "C": 0.00012469406647142023, + "R": 2.475540532032028e-05, + "M": 0.0018330038292333484, + "O": 0.00018517218995839357, + "W": 1.6699863408575766e-05, + "N": 0.0001272076478926465, + "Y": 0.04279044270515442, + "U": 2.3441175471816678e-06, + "K": 0.0001460569619666785, + "L": 1.6457504898426123e-05, + "G": 0.004560662899166346, + "F": 0.015364592894911766, + "E": 0.003646097145974636, + "T": 0.006902080029249191, + "P": 0.06731444597244263, + "-": 0.8550146818161011 + }, + "id": "tp_8362" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1045279, + "label": "-", + "classification": { + "B": 5.538514074032719e-07, + "S": 3.1877829087534337e-07, + "I": 8.665830682730302e-05, + "C": 2.4323942852788605e-05, + "R": 2.0033735381730366e-06, + "M": 1.7804792150855064e-05, + "O": 7.302118774532573e-06, + "W": 4.828373789678153e-07, + "N": 6.616837708861567e-06, + "Y": 0.0009692875319160521, + "U": 2.894553858823201e-07, + "K": 1.7992038920056075e-05, + "L": 7.943124842313409e-07, + "G": 0.0004545509582385421, + "F": 0.020348528400063515, + "E": 0.000669807312078774, + "T": 0.0001786659559002146, + "P": 0.1903122365474701, + "-": 0.7869017720222473 + }, + "id": "tp_8363" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1045379, + "label": "-", + "classification": { + "B": 0.00014025272685103118, + "S": 1.0472161193320062e-05, + "I": 0.0036756908521056175, + "C": 0.0002537416876293719, + "R": 6.769481115043163e-05, + "M": 0.0007913133013062179, + "O": 0.00025178948999382555, + "W": 1.4467508663074113e-05, + "N": 0.0001638499670661986, + "Y": 0.0033129442017525434, + "U": 1.588084523973521e-05, + "K": 1.2726102795568295e-05, + "L": 9.005473111756146e-05, + "G": 0.0037873024120926857, + "F": 0.004554108250886202, + "E": 0.0016710790805518627, + "T": 0.002578629180788994, + "P": 0.32572799921035767, + "-": 0.6528799533843994 + }, + "id": "tp_8364" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1045512, + "label": "-", + "classification": { + "B": 8.72109922056552e-06, + "S": 3.874295543937478e-06, + "I": 0.000857488950714469, + "C": 0.00012858617992606014, + "R": 4.4641357817454264e-05, + "M": 0.0008437694632448256, + "O": 0.0001616632507648319, + "W": 5.6990293160197325e-06, + "N": 2.656774449860677e-05, + "Y": 0.006304435431957245, + "U": 3.4009499358944595e-06, + "K": 5.295514256431488e-06, + "L": 4.542468741419725e-05, + "G": 0.0019726899918168783, + "F": 0.003373343264684081, + "E": 0.0006915158010087907, + "T": 0.003460467327386141, + "P": 0.07132314145565033, + "-": 0.9107393622398376 + }, + "id": "tp_8365" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1045646, + "label": "-", + "classification": { + "B": 5.1224720664322376e-05, + "S": 3.90200830224785e-06, + "I": 0.004772483836859465, + "C": 0.0001632358180359006, + "R": 1.98822672246024e-05, + "M": 0.0006101684411987662, + "O": 4.284829265088774e-05, + "W": 2.545202050896478e-06, + "N": 9.996073640650138e-05, + "Y": 0.005493763368576765, + "U": 5.07656068293727e-06, + "K": 5.679570676875301e-06, + "L": 3.0222037821658887e-05, + "G": 0.0027523436583578587, + "F": 0.0038067817222326994, + "E": 0.007922627031803131, + "T": 0.002039399230852723, + "P": 0.40701377391815186, + "-": 0.5651640295982361 + }, + "id": "tp_8366" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1045779, + "label": "-", + "classification": { + "B": 6.648508860962465e-05, + "S": 9.620433957024943e-06, + "I": 7.045387610560283e-05, + "C": 6.61074518575333e-05, + "R": 7.793912118359003e-06, + "M": 0.0008437755168415606, + "O": 0.00019411333778407425, + "W": 5.1038950914517045e-06, + "N": 4.23724213760579e-06, + "Y": 0.0012586525408551097, + "U": 1.521947297078441e-06, + "K": 3.788206015542528e-07, + "L": 9.881914593279362e-05, + "G": 0.001164463465102017, + "F": 0.0034846048802137375, + "E": 0.00011216904385946691, + "T": 0.0013454715954139829, + "P": 0.04964546114206314, + "-": 0.9416207075119019 + }, + "id": "tp_8367" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1045879, + "label": "-", + "classification": { + "B": 4.630115199688589e-06, + "S": 2.068639332719613e-06, + "I": 0.00010888245742535219, + "C": 1.570789208926726e-05, + "R": 3.0421035717154155e-06, + "M": 0.00030390272149816155, + "O": 4.749523941427469e-05, + "W": 1.4531699434883194e-06, + "N": 4.647589776141103e-06, + "Y": 0.001677446998655796, + "U": 3.2436602737107023e-07, + "K": 4.416567662701709e-07, + "L": 6.859933364466997e-06, + "G": 0.00023144716396927834, + "F": 0.001583403442054987, + "E": 0.00023481542302761227, + "T": 0.00071514438604936, + "P": 0.07974235713481903, + "-": 0.9153158664703369 + }, + "id": "tp_8368" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1046013, + "label": "-", + "classification": { + "B": 9.097629458665324e-07, + "S": 2.9704531243623933e-06, + "I": 7.305077451746911e-05, + "C": 2.699120705074165e-05, + "R": 2.0230147583788494e-06, + "M": 9.279303776565939e-05, + "O": 1.9131948647554964e-05, + "W": 3.146403969367384e-06, + "N": 2.078772558888886e-05, + "Y": 0.001859078649431467, + "U": 1.3848739399691112e-06, + "K": 0.0016245455481112003, + "L": 9.956112307918374e-07, + "G": 0.0004721740260720253, + "F": 0.04959108307957649, + "E": 0.004718438722193241, + "T": 0.0004121498786844313, + "P": 0.1096968948841095, + "-": 0.8313814997673035 + }, + "id": "tp_8369" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1046146, + "label": "-", + "classification": { + "B": 6.295231742114993e-06, + "S": 8.22223682916956e-06, + "I": 0.0014520172262564301, + "C": 2.112391302944161e-05, + "R": 6.889809355925536e-06, + "M": 0.0001955339830601588, + "O": 6.233659223653376e-05, + "W": 4.932582214678405e-06, + "N": 9.430325007997453e-05, + "Y": 0.002898873994126916, + "U": 3.565384531611926e-06, + "K": 7.553042814834043e-05, + "L": 5.13340000907192e-06, + "G": 0.0008294113795273006, + "F": 0.0030971316155046225, + "E": 0.001034054672345519, + "T": 0.0031431284733116627, + "P": 0.25295954942703247, + "-": 0.7341019511222839 + }, + "id": "tp_8370" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1046280, + "label": "-", + "classification": { + "B": 5.4307619734572654e-08, + "S": 1.122135358855303e-06, + "I": 2.994717397086788e-05, + "C": 9.103133038479427e-07, + "R": 1.6639650368688308e-07, + "M": 6.260541340452619e-06, + "O": 5.781992513220757e-06, + "W": 5.018853812543966e-07, + "N": 4.363265816209605e-06, + "Y": 0.00019700043776538223, + "U": 5.346535303374367e-08, + "K": 5.98425049247453e-06, + "L": 1.2626816214833525e-07, + "G": 1.4888727491779719e-05, + "F": 0.006838522851467133, + "E": 6.150272383820266e-05, + "T": 0.00013095403846818954, + "P": 0.17152240872383118, + "-": 0.8211793899536133 + }, + "id": "tp_8371" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1046380, + "label": "-", + "classification": { + "B": 2.442883669573348e-06, + "S": 3.458005153333943e-07, + "I": 0.0001938395871547982, + "C": 1.2885097930848133e-05, + "R": 1.6769625972301583e-06, + "M": 2.7567230063141324e-05, + "O": 1.0845188626262825e-05, + "W": 5.053869358562224e-07, + "N": 1.0072049008158501e-05, + "Y": 0.00022257541422732174, + "U": 7.090576445989427e-07, + "K": 1.1136685316159856e-06, + "L": 1.3325728787094704e-06, + "G": 0.00013177980144973844, + "F": 0.000667951419018209, + "E": 0.0001425368682248518, + "T": 0.0003571665147319436, + "P": 0.4836617410182953, + "-": 0.514552891254425 + }, + "id": "tp_8372" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1046513, + "label": "-", + "classification": { + "B": 2.0842572112655944e-09, + "S": 3.330225539777132e-10, + "I": 9.109185157285538e-07, + "C": 2.5874184572671766e-08, + "R": 1.3935085307892336e-09, + "M": 2.3832610906993068e-07, + "O": 4.260467534322743e-08, + "W": 6.174958322446855e-10, + "N": 8.649689853257314e-09, + "Y": 1.651662023505196e-05, + "U": 3.97928634487954e-10, + "K": 3.133786119491333e-09, + "L": 2.0345625184603477e-09, + "G": 1.7602039861230878e-06, + "F": 0.0001884655939647928, + "E": 2.1981074951327173e-06, + "T": 5.520795184565941e-06, + "P": 0.14536496996879578, + "-": 0.8544193506240845 + }, + "id": "tp_8373" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1046647, + "label": "-", + "classification": { + "B": 1.0921559490117971e-10, + "S": 1.9859396072074986e-10, + "I": 1.0080410675072926e-06, + "C": 9.602763029192829e-09, + "R": 2.915856167629016e-10, + "M": 4.358752647704023e-08, + "O": 1.649414471671662e-08, + "W": 3.3800662269101167e-10, + "N": 2.0441184744868224e-08, + "Y": 6.8052340793656185e-06, + "U": 2.2563428903055183e-10, + "K": 1.6925994827943214e-07, + "L": 1.2150924710851996e-10, + "G": 1.2606702739503817e-06, + "F": 0.00037495154538191855, + "E": 1.2621530913747847e-05, + "T": 8.631372452327923e-07, + "P": 0.12865573167800903, + "-": 0.8709463477134705 + }, + "id": "tp_8374" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1046780, + "label": "-", + "classification": { + "B": 3.2719066211939207e-07, + "S": 2.2068377347750356e-07, + "I": 4.869499753112905e-05, + "C": 2.3367867925117025e-06, + "R": 4.956126531396876e-07, + "M": 0.00013428421516437083, + "O": 9.253327334590722e-06, + "W": 1.1408693723069518e-07, + "N": 6.682815865133307e-07, + "Y": 0.0009754601633176208, + "U": 3.1392584531886314e-08, + "K": 3.9512649152584345e-08, + "L": 1.9685469396790722e-06, + "G": 0.00014421028026845306, + "F": 0.0011710261460393667, + "E": 9.995957952924073e-05, + "T": 0.0005521737621165812, + "P": 0.041288577020168304, + "-": 0.9555701017379761 + }, + "id": "tp_8375" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1046880, + "label": "-", + "classification": { + "B": 5.722780027639374e-10, + "S": 6.105349559248907e-10, + "I": 1.1761369023588486e-05, + "C": 3.589523345226553e-08, + "R": 2.6257942487006858e-09, + "M": 7.525115108819591e-08, + "O": 4.484025240003575e-08, + "W": 1.3570677914742646e-09, + "N": 2.3687059069743555e-07, + "Y": 6.815090728196083e-06, + "U": 1.4783410051677492e-09, + "K": 5.429190252925764e-08, + "L": 4.4672546217761067e-10, + "G": 5.387390160649375e-07, + "F": 0.00012078194413334131, + "E": 4.87627903567045e-06, + "T": 7.25416293789749e-06, + "P": 0.48185989260673523, + "-": 0.5179876685142517 + }, + "id": "tp_8376" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1047014, + "label": "-", + "classification": { + "B": 3.7883120285187033e-07, + "S": 1.6118283951982448e-07, + "I": 0.00016113037418108433, + "C": 9.276419405068737e-06, + "R": 1.8785304973789607e-06, + "M": 1.414065536664566e-05, + "O": 9.183352631225716e-06, + "W": 5.293936169437075e-07, + "N": 4.816734872292727e-06, + "Y": 0.00016239490651059896, + "U": 2.578501323569071e-07, + "K": 2.7306609808874782e-06, + "L": 4.5529378667197307e-07, + "G": 4.6320739784277976e-05, + "F": 0.00167492451146245, + "E": 0.00012053234968334436, + "T": 0.0001039904382196255, + "P": 0.1911197453737259, + "-": 0.8065671920776367 + }, + "id": "tp_8377" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1047147, + "label": "-", + "classification": { + "B": 1.7671066832036786e-09, + "S": 1.140192384951888e-09, + "I": 9.466542110203591e-07, + "C": 3.6191394769957697e-08, + "R": 1.0463692134976554e-09, + "M": 2.5792738256313896e-07, + "O": 8.791897698756657e-08, + "W": 9.486101903988242e-10, + "N": 2.0257168387161073e-08, + "Y": 4.427265594131313e-06, + "U": 2.693882616977561e-10, + "K": 5.347933207389133e-09, + "L": 1.7907593186095028e-09, + "G": 1.2038279919579509e-06, + "F": 0.000356182805262506, + "E": 3.9884339457785245e-06, + "T": 2.9881935006415006e-06, + "P": 0.14465728402137756, + "-": 0.8549724817276001 + }, + "id": "tp_8378" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1047281, + "label": "-", + "classification": { + "B": 5.304098976921523e-06, + "S": 2.9745724532403983e-06, + "I": 0.00033016232191585004, + "C": 3.360635673743673e-05, + "R": 6.506426416308386e-06, + "M": 0.00016498964396305382, + "O": 4.2809075239347294e-05, + "W": 5.304124442773173e-06, + "N": 3.1419833248946816e-05, + "Y": 0.002261035144329071, + "U": 2.435871692796354e-06, + "K": 6.619228952331468e-05, + "L": 5.7097436183539685e-06, + "G": 0.0004594857164192945, + "F": 0.010509686544537544, + "E": 0.0017212058883160353, + "T": 0.0007562977261841297, + "P": 0.17981387674808502, + "-": 0.8037810325622559 + }, + "id": "tp_8379" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1047381, + "label": "-", + "classification": { + "B": 4.19445859733969e-06, + "S": 3.438970452407375e-06, + "I": 0.0005586588522419333, + "C": 4.117548087378964e-05, + "R": 1.0511012987990398e-05, + "M": 0.00020852444868069142, + "O": 5.0080099754268304e-05, + "W": 3.7671136396966176e-06, + "N": 3.7123954825801775e-05, + "Y": 0.0032868273556232452, + "U": 2.9290142720128642e-06, + "K": 2.0564575606840663e-05, + "L": 7.691026439715642e-06, + "G": 0.0006487128557637334, + "F": 0.008395833894610405, + "E": 0.0011198539286851883, + "T": 0.0012607877142727375, + "P": 0.1768343299627304, + "-": 0.8075049519538879 + }, + "id": "tp_8380" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1047514, + "label": "-", + "classification": { + "B": 1.5935954422729992e-07, + "S": 3.738396259223009e-09, + "I": 2.2137903954444482e-07, + "C": 3.007787370279402e-07, + "R": 1.2616088618244703e-08, + "M": 9.164673429040704e-06, + "O": 5.597453878181113e-07, + "W": 1.6257469814817682e-09, + "N": 1.5915616602413252e-09, + "Y": 3.9884806028567255e-05, + "U": 1.69951566708626e-10, + "K": 6.178247358157307e-10, + "L": 1.9679328033817e-07, + "G": 7.744741742499173e-05, + "F": 0.0005309453117661178, + "E": 1.6502697235409869e-06, + "T": 1.1688853192026727e-05, + "P": 0.0027792335022240877, + "-": 0.9965484738349915 + }, + "id": "tp_8381" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1047648, + "label": "-", + "classification": { + "B": 0.00042384336120449007, + "S": 0.0007173362537287176, + "I": 0.004238494206219912, + "C": 0.0031119827181100845, + "R": 0.0008529971819370985, + "M": 0.0017681197496131063, + "O": 0.0015934162074699998, + "W": 0.0008141805883497, + "N": 0.0022013389971107244, + "Y": 0.014124458655714989, + "U": 0.0003843074955511838, + "K": 0.030461186543107033, + "L": 0.00032595713855698705, + "G": 0.015537185594439507, + "F": 0.16277171671390533, + "E": 0.04150257259607315, + "T": 0.005269333254545927, + "P": 0.20740672945976257, + "-": 0.5064948797225952 + }, + "id": "tp_8382" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1047781, + "label": "-", + "classification": { + "B": 2.3470747123610636e-07, + "S": 3.0896322300577594e-07, + "I": 0.000529073819052428, + "C": 4.5566583139589056e-05, + "R": 1.0859674148377962e-05, + "M": 6.484296318376437e-05, + "O": 1.7888651200337335e-05, + "W": 4.3643407821036817e-07, + "N": 1.8524477127357386e-05, + "Y": 0.0007186735165305436, + "U": 9.222829930877197e-07, + "K": 1.9147692000842653e-06, + "L": 1.7738823316904018e-06, + "G": 0.00016391013923566788, + "F": 0.0011147951008751988, + "E": 9.447299089515582e-05, + "T": 0.001070332364179194, + "P": 0.22362792491912842, + "-": 0.7725176215171814 + }, + "id": "tp_8383" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1047881, + "label": "P", + "classification": { + "B": 6.291207910180674e-07, + "S": 9.916695944411913e-07, + "I": 0.0009344761492684484, + "C": 1.2459296158340294e-05, + "R": 2.75597017207474e-06, + "M": 2.9693568649236113e-05, + "O": 1.0479699085408356e-05, + "W": 5.770389748249727e-07, + "N": 3.052182728424668e-05, + "Y": 0.0004627625166904181, + "U": 3.994947803676041e-07, + "K": 3.570761236915132e-06, + "L": 1.2746920674544526e-06, + "G": 0.00013277614198159426, + "F": 0.003489979775622487, + "E": 0.00024436225066892803, + "T": 0.00025214944616891444, + "P": 0.5467351675033569, + "-": 0.4476550221443176 + }, + "id": "tp_8384" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1048015, + "label": "-", + "classification": { + "B": 0.0007804160704836249, + "S": 0.00015012378571555018, + "I": 0.006981755141168833, + "C": 0.00026764627546072006, + "R": 0.00011465953139122576, + "M": 0.0060088443569839, + "O": 0.0017339685000479221, + "W": 0.0001301849988522008, + "N": 0.0003574153524823487, + "Y": 0.004997466690838337, + "U": 2.0039635273860767e-05, + "K": 9.108546692004893e-06, + "L": 0.0004812793340533972, + "G": 0.003962036222219467, + "F": 0.003230591071769595, + "E": 0.004816960543394089, + "T": 0.007365135941654444, + "P": 0.21631097793579102, + "-": 0.7422813773155212 + }, + "id": "tp_8385" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1048148, + "label": "-", + "classification": { + "B": 1.0945739870038551e-09, + "S": 8.131498807628645e-10, + "I": 1.4102876377819484e-07, + "C": 4.167886036299251e-09, + "R": 5.974022387889022e-10, + "M": 2.9296019832258935e-08, + "O": 6.598522617196068e-08, + "W": 2.733391013531872e-10, + "N": 2.3510475788413032e-09, + "Y": 6.315939344858634e-07, + "U": 1.314349410558302e-11, + "K": 8.677684959490506e-11, + "L": 1.0054226340372452e-09, + "G": 3.153838861180702e-07, + "F": 0.0002079936530208215, + "E": 3.1808005473976664e-07, + "T": 1.329407268713112e-06, + "P": 0.05184493958950043, + "-": 0.9479442238807678 + }, + "id": "tp_8386" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1048282, + "label": "-", + "classification": { + "B": 3.9547529140371296e-10, + "S": 2.2145005273976892e-10, + "I": 2.1390225413142616e-07, + "C": 7.348315733679556e-09, + "R": 7.754513697832977e-10, + "M": 7.256745107042661e-07, + "O": 3.047082230978049e-08, + "W": 9.109568654963596e-11, + "N": 6.91142643116649e-10, + "Y": 2.9873304811189882e-05, + "U": 1.471456637092139e-11, + "K": 1.4487745725322299e-10, + "L": 2.250739594700235e-09, + "G": 2.1088253561174497e-06, + "F": 0.00017572137585375458, + "E": 5.850844218002749e-07, + "T": 7.696942702750675e-06, + "P": 0.008322411216795444, + "-": 0.9914606809616089 + }, + "id": "tp_8387" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1048382, + "label": "-", + "classification": { + "B": 2.876143298635725e-05, + "S": 2.6839170459425077e-05, + "I": 0.00042571817175485194, + "C": 3.94641247112304e-05, + "R": 1.1643810466921423e-05, + "M": 0.0002367156557738781, + "O": 0.00022120875655673444, + "W": 1.5393887224490754e-05, + "N": 3.9248159737326205e-05, + "Y": 0.0008493459899909794, + "U": 2.0375885014800588e-06, + "K": 3.92008587368764e-06, + "L": 2.9826263926224783e-05, + "G": 0.0004424267681315541, + "F": 0.007237360812723637, + "E": 0.00036420757533051074, + "T": 0.000772266008425504, + "P": 0.18633846938610077, + "-": 0.8029151558876038 + }, + "id": "tp_8388" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1048515, + "label": "-", + "classification": { + "B": 4.301707122067455e-06, + "S": 1.6415167465311242e-06, + "I": 0.0015878204721957445, + "C": 6.0144509916426614e-05, + "R": 5.867048912477912e-06, + "M": 0.00019064240041188896, + "O": 4.110301597393118e-05, + "W": 2.410366278127185e-06, + "N": 8.783675002632663e-05, + "Y": 0.001695506158284843, + "U": 2.02068349608453e-06, + "K": 4.496421752264723e-05, + "L": 3.7358875033532968e-06, + "G": 0.0013139963848516345, + "F": 0.004632643889635801, + "E": 0.005302990786731243, + "T": 0.000721147982403636, + "P": 0.3311883211135864, + "-": 0.6531128883361816 + }, + "id": "tp_8389" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1048649, + "label": "-", + "classification": { + "B": 3.422913323447574e-06, + "S": 2.479445981862227e-07, + "I": 3.9360161281365436e-06, + "C": 1.4344570331559225e-07, + "R": 9.486553409487897e-08, + "M": 4.0097696910379454e-05, + "O": 1.4735778677277267e-05, + "W": 6.376701122690065e-08, + "N": 2.162168932784425e-08, + "Y": 6.034378748154268e-05, + "U": 1.3149676902912688e-09, + "K": 8.861894551515093e-11, + "L": 4.333244760346133e-06, + "G": 7.0952795795165e-05, + "F": 0.0003242795937694609, + "E": 6.9296916080929805e-06, + "T": 7.588045264128596e-05, + "P": 0.016866257414221764, + "-": 0.9825282692909241 + }, + "id": "tp_8390" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1048782, + "label": "-", + "classification": { + "B": 4.433540652826196e-06, + "S": 3.871421370149619e-07, + "I": 3.745485082617961e-05, + "C": 5.6192835472757e-05, + "R": 2.1270097931846976e-05, + "M": 0.0007482891669496894, + "O": 6.437031697714701e-05, + "W": 5.470743076330109e-07, + "N": 4.123182009152515e-07, + "Y": 0.014822090975940228, + "U": 1.318858977583659e-07, + "K": 1.9016108865343995e-07, + "L": 2.91643609671155e-05, + "G": 0.0027350287418812513, + "F": 0.0008410100708715618, + "E": 6.75018600304611e-05, + "T": 0.002845264505594969, + "P": 0.0037609608843922615, + "-": 0.9739652872085571 + }, + "id": "tp_8391" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1048882, + "label": "-", + "classification": { + "B": 0.0003890692605637014, + "S": 0.00011001593520632014, + "I": 0.00262493290938437, + "C": 0.0006682547391392291, + "R": 0.00010281277354806662, + "M": 0.0018876992398872972, + "O": 0.0004983817925676703, + "W": 8.939823601394892e-05, + "N": 0.0006264509283937514, + "Y": 0.006703215651214123, + "U": 8.84917244547978e-05, + "K": 0.001126671675592661, + "L": 0.00010625591676216573, + "G": 0.005748412571847439, + "F": 0.030627045780420303, + "E": 0.024711066856980324, + "T": 0.0032296881545335054, + "P": 0.3538374900817871, + "-": 0.566824734210968 + }, + "id": "tp_8392" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1049016, + "label": "-", + "classification": { + "B": 5.607749926639372e-07, + "S": 5.4807539839885067e-08, + "I": 3.904408004018478e-05, + "C": 2.731004542511073e-06, + "R": 6.450413252423459e-07, + "M": 1.9252667698310688e-05, + "O": 4.123678081668913e-06, + "W": 6.304111366262077e-08, + "N": 6.500533231701411e-07, + "Y": 0.00023225907352752984, + "U": 6.906921612426231e-08, + "K": 1.2122822568017e-07, + "L": 6.156859058137343e-07, + "G": 7.326185004785657e-05, + "F": 0.0003728715528268367, + "E": 5.239584788796492e-05, + "T": 0.00020919220696669072, + "P": 0.09027343988418579, + "-": 0.9087186455726624 + }, + "id": "tp_8393" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1049149, + "label": "-", + "classification": { + "B": 5.378071000450291e-05, + "S": 8.463292942906264e-06, + "I": 0.002233898499980569, + "C": 0.00014967078459449112, + "R": 2.724174191826023e-05, + "M": 0.0008270633406937122, + "O": 0.00012250551662873477, + "W": 7.80859772930853e-06, + "N": 0.00011069096944993362, + "Y": 0.00304808490909636, + "U": 5.971105110802455e-06, + "K": 5.338325718184933e-05, + "L": 2.997895353473723e-05, + "G": 0.004978833720088005, + "F": 0.00792868435382843, + "E": 0.010055462829768658, + "T": 0.0011958661489188671, + "P": 0.3707200884819031, + "-": 0.5984426140785217 + }, + "id": "tp_8394" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1049283, + "label": "P", + "classification": { + "B": 1.8791910179061233e-06, + "S": 6.940128969290527e-07, + "I": 0.001729278825223446, + "C": 1.4144036867946852e-05, + "R": 1.4563562444891431e-06, + "M": 8.646921196486801e-05, + "O": 1.0656317499524448e-05, + "W": 7.828032266843366e-07, + "N": 4.6177774493116885e-05, + "Y": 0.0009146741940639913, + "U": 6.10210861395899e-07, + "K": 4.263870323484298e-06, + "L": 1.2574179208968417e-06, + "G": 0.00016728111950214952, + "F": 0.0006346636218950152, + "E": 0.001975094201043248, + "T": 0.0006822508876211941, + "P": 0.5085416436195374, + "-": 0.48518672585487366 + }, + "id": "tp_8395" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1049383, + "label": "-", + "classification": { + "B": 7.590510335830913e-07, + "S": 6.264647822717961e-07, + "I": 0.0013881654012948275, + "C": 7.247766916407272e-05, + "R": 5.5522586990264244e-06, + "M": 0.00010168314474867657, + "O": 2.0696339561254717e-05, + "W": 8.478509130327438e-07, + "N": 5.296186282066628e-05, + "Y": 0.0005982679431326687, + "U": 8.98610210242623e-07, + "K": 7.2901261773949955e-06, + "L": 1.8561803472039173e-06, + "G": 0.0002571983786765486, + "F": 0.002222002251073718, + "E": 0.0010801330208778381, + "T": 0.00023919033992569894, + "P": 0.3080933094024658, + "-": 0.6858561635017395 + }, + "id": "tp_8396" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1049516, + "label": "-", + "classification": { + "B": 6.73095883030328e-06, + "S": 6.860141638753703e-06, + "I": 0.00029528129380196333, + "C": 0.0001237477408722043, + "R": 2.2226986402529292e-05, + "M": 0.0005790743744000793, + "O": 6.875746475998312e-05, + "W": 3.922944415535312e-06, + "N": 1.9094315575785004e-05, + "Y": 0.009247309528291225, + "U": 2.0825264073209837e-06, + "K": 0.00010757974814623594, + "L": 1.4807721527176909e-05, + "G": 0.0029448657296597958, + "F": 0.024145370349287987, + "E": 0.0016790872905403376, + "T": 0.0013706140452995896, + "P": 0.03347654640674591, + "-": 0.9258861541748047 + }, + "id": "tp_8397" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1049650, + "label": "P", + "classification": { + "B": 4.770043346979946e-07, + "S": 1.0671895012137611e-07, + "I": 0.0005671110120601952, + "C": 3.3532302268213243e-07, + "R": 4.061215719275424e-08, + "M": 7.120407190086553e-06, + "O": 1.147319380834233e-06, + "W": 5.801865654575522e-08, + "N": 2.4583885533502325e-05, + "Y": 4.5535962271969765e-05, + "U": 4.8202753788473274e-08, + "K": 2.226391302428965e-07, + "L": 5.046857154411555e-08, + "G": 5.818361842102604e-06, + "F": 4.2378051148261875e-05, + "E": 0.0001764350017765537, + "T": 0.00011864052794408053, + "P": 0.9251638650894165, + "-": 0.07384611666202545 + }, + "id": "tp_8398" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1049783, + "label": "-", + "classification": { + "B": 6.307705007202458e-07, + "S": 2.929257050254819e-07, + "I": 0.00014458007353823632, + "C": 2.6135623556911014e-05, + "R": 2.994700025737984e-06, + "M": 4.323141911299899e-05, + "O": 1.9627112123998813e-05, + "W": 4.489850482514157e-07, + "N": 4.692222773883259e-06, + "Y": 0.00040170762804336846, + "U": 3.945085609302623e-07, + "K": 2.613761864722619e-07, + "L": 2.8990079954382963e-06, + "G": 0.0001701723231235519, + "F": 0.0008971313945949078, + "E": 8.473056368529797e-05, + "T": 0.0003493336553219706, + "P": 0.16981592774391174, + "-": 0.8280347585678101 + }, + "id": "tp_8399" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1049883, + "label": "P", + "classification": { + "B": 1.1252923286519945e-05, + "S": 1.5436204193974845e-05, + "I": 0.0015074297552928329, + "C": 6.922963075339794e-05, + "R": 3.6967196592740947e-06, + "M": 0.0002545875031501055, + "O": 4.3247502617305145e-05, + "W": 8.60613818076672e-06, + "N": 0.00021772181207779795, + "Y": 0.001844965503551066, + "U": 7.115726020856528e-06, + "K": 0.0001332058454863727, + "L": 6.279971785261296e-06, + "G": 0.00027611726545728743, + "F": 0.0045090364292263985, + "E": 0.006197791080921888, + "T": 0.0007911834982223809, + "P": 0.5397279262542725, + "-": 0.4443751573562622 + }, + "id": "tp_8400" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1050017, + "label": "-", + "classification": { + "B": 0.00025006121722981334, + "S": 0.00025683233980089426, + "I": 0.008320840075612068, + "C": 0.0035142989363521338, + "R": 0.0008418397046625614, + "M": 0.002412816509604454, + "O": 0.0013845475623384118, + "W": 0.0002186235215049237, + "N": 0.001419364707544446, + "Y": 0.019907768815755844, + "U": 0.00021204879158176482, + "K": 0.0002946498862002045, + "L": 0.0006257698405534029, + "G": 0.01301379594951868, + "F": 0.03619624301791191, + "E": 0.008131119422614574, + "T": 0.010746351443231106, + "P": 0.30397912859916687, + "-": 0.5882739424705505 + }, + "id": "tp_8401" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1050150, + "label": "-", + "classification": { + "B": 1.672942630648322e-06, + "S": 4.218219373797183e-07, + "I": 0.0002490227634552866, + "C": 2.7741774829337373e-05, + "R": 5.230207534623332e-06, + "M": 0.00027570591191761196, + "O": 3.077286601183005e-05, + "W": 8.783713951743266e-07, + "N": 5.262629201752134e-06, + "Y": 0.0012671940494328737, + "U": 1.0293066452504718e-06, + "K": 9.132301101999474e-07, + "L": 6.597870196856093e-06, + "G": 0.00033145089400932193, + "F": 0.0009004027815535665, + "E": 0.00029676122358068824, + "T": 0.001144359353929758, + "P": 0.08099102228879929, + "-": 0.9144635200500488 + }, + "id": "tp_8402" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1050250, + "label": "-", + "classification": { + "B": 4.66634810436517e-06, + "S": 7.794356804424751e-08, + "I": 0.0002448806772008538, + "C": 1.5413736036862247e-05, + "R": 1.479825186834205e-06, + "M": 2.3867547497502528e-05, + "O": 9.2567534011323e-06, + "W": 3.4959978734150354e-07, + "N": 6.1162513702583965e-06, + "Y": 0.00010516324255149812, + "U": 4.592453990426293e-07, + "K": 3.0218777169466193e-07, + "L": 1.3974832882013288e-06, + "G": 0.00012680560757871717, + "F": 0.0004301437293179333, + "E": 0.00021717770141549408, + "T": 0.00013022412895224988, + "P": 0.3956552743911743, + "-": 0.6030269861221313 + }, + "id": "tp_8403" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1050384, + "label": "-", + "classification": { + "B": 4.291713139537023e-06, + "S": 5.628447979688644e-06, + "I": 0.001257746946066618, + "C": 0.0001188855167129077, + "R": 4.900647763861343e-05, + "M": 0.0009159253095276654, + "O": 0.0001012931825243868, + "W": 8.303897629957646e-06, + "N": 2.864668203983456e-05, + "Y": 0.01874369941651821, + "U": 3.6060321235709125e-06, + "K": 2.7238987968303263e-05, + "L": 1.5194939805951435e-05, + "G": 0.0010717507684603333, + "F": 0.003307163016870618, + "E": 0.00012908113421872258, + "T": 0.010561793111264706, + "P": 0.025182196870446205, + "-": 0.9384685158729553 + }, + "id": "tp_8404" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1050517, + "label": "-", + "classification": { + "B": 8.857573448040057e-06, + "S": 9.40972131502349e-06, + "I": 0.0007958071073517203, + "C": 0.00015843118308112025, + "R": 2.3369402697426267e-05, + "M": 0.0005232157418504357, + "O": 9.919420699588954e-05, + "W": 1.1319667464704253e-05, + "N": 7.787372305756435e-05, + "Y": 0.003156475257128477, + "U": 3.5694574762601405e-06, + "K": 0.00026388635160401464, + "L": 1.7811629732022993e-05, + "G": 0.004805833101272583, + "F": 0.04506043344736099, + "E": 0.009965750388801098, + "T": 0.001702318899333477, + "P": 0.16014689207077026, + "-": 0.7731695175170898 + }, + "id": "tp_8405" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1050651, + "label": "-", + "classification": { + "B": 4.072034789714962e-05, + "S": 9.42801989367581e-07, + "I": 0.0008378165075555444, + "C": 6.336649676086381e-05, + "R": 5.087474164611194e-06, + "M": 0.0003352001076564193, + "O": 2.3800810595275834e-05, + "W": 6.24233052803902e-07, + "N": 1.1254163837293163e-05, + "Y": 0.00081965874414891, + "U": 5.378608420869568e-07, + "K": 2.2327990336634684e-06, + "L": 1.0609952369122766e-05, + "G": 0.0020298135932534933, + "F": 0.003458482911810279, + "E": 0.002607773058116436, + "T": 0.0003214136231690645, + "P": 0.23116308450698853, + "-": 0.7582675814628601 + }, + "id": "tp_8406" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1050751, + "label": "-", + "classification": { + "B": 1.3425366596209187e-08, + "S": 4.172141743197244e-09, + "I": 1.6224235878326e-05, + "C": 6.361908049257181e-07, + "R": 9.76153273768432e-08, + "M": 6.4354553614975885e-06, + "O": 5.527601274479821e-07, + "W": 1.1326119597754314e-08, + "N": 1.971607446193957e-07, + "Y": 0.00020018663781229407, + "U": 1.0817934992246592e-08, + "K": 1.9971456310940994e-07, + "L": 2.3573310414803927e-08, + "G": 1.829737811931409e-05, + "F": 0.00031362156732939184, + "E": 1.5553847333649173e-05, + "T": 8.865811105351895e-05, + "P": 0.09095753729343414, + "-": 0.9083817005157471 + }, + "id": "tp_8407" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1050884, + "label": "P", + "classification": { + "B": 0.0005040026153437793, + "S": 0.00038257718551903963, + "I": 0.020560843870043755, + "C": 0.0012819296680390835, + "R": 0.0008213297696784139, + "M": 0.00178296840749681, + "O": 0.0009802422719076276, + "W": 0.0002053331263596192, + "N": 0.0027390089817345142, + "Y": 0.009775327518582344, + "U": 0.0001848269603215158, + "K": 0.0005551166250370443, + "L": 0.00041032800800167024, + "G": 0.009327687323093414, + "F": 0.027883071452379227, + "E": 0.009444022551178932, + "T": 0.007260195445269346, + "P": 0.5614007115364075, + "-": 0.34450048208236694 + }, + "id": "tp_8408" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1051018, + "label": "-", + "classification": { + "B": 5.492287300512544e-07, + "S": 2.5845440632110694e-07, + "I": 1.4242506949813105e-05, + "C": 5.44848603567516e-07, + "R": 1.395741691112562e-07, + "M": 3.67482534784358e-05, + "O": 3.4060799407598097e-06, + "W": 9.042939552728058e-08, + "N": 2.278699895441605e-07, + "Y": 0.0002953845832962543, + "U": 4.812588549896191e-09, + "K": 4.059510843035241e-07, + "L": 2.5884710908030684e-07, + "G": 0.0001592198241269216, + "F": 0.0049232738092541695, + "E": 5.914174471399747e-05, + "T": 0.0001269646018045023, + "P": 0.03166426718235016, + "-": 0.9627148509025574 + }, + "id": "tp_8409" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1051151, + "label": "-", + "classification": { + "B": 1.2769155510738983e-08, + "S": 1.680279471116819e-09, + "I": 3.747614414351119e-07, + "C": 2.996772252572555e-08, + "R": 7.864428552828429e-10, + "M": 2.2235836638628825e-07, + "O": 7.803978974152415e-08, + "W": 1.233210089601755e-09, + "N": 1.3645374608017846e-08, + "Y": 3.7343374970078003e-06, + "U": 1.5997102253972884e-10, + "K": 9.254378596779134e-09, + "L": 1.0702937425222103e-09, + "G": 1.976183284568833e-06, + "F": 0.00048692943528294563, + "E": 1.1950016414630227e-05, + "T": 1.3008530004299246e-06, + "P": 0.22899778187274933, + "-": 0.7704956531524658 + }, + "id": "tp_8410" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1051251, + "label": "-", + "classification": { + "B": 1.785303720680531e-05, + "S": 1.3232917808636557e-05, + "I": 0.0023037355858832598, + "C": 0.0001822601188905537, + "R": 5.212496034801006e-05, + "M": 0.00044207871542312205, + "O": 0.0001593020133441314, + "W": 2.195906563429162e-05, + "N": 0.00021357926016207784, + "Y": 0.005168037489056587, + "U": 2.422949364699889e-05, + "K": 0.00030822184635326266, + "L": 2.912895979534369e-05, + "G": 0.0021088283974677324, + "F": 0.019513042643666267, + "E": 0.0025239456444978714, + "T": 0.0021399285178631544, + "P": 0.2289004772901535, + "-": 0.735878050327301 + }, + "id": "tp_8411" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1051385, + "label": "-", + "classification": { + "B": 3.430126525927335e-05, + "S": 3.190709321643226e-06, + "I": 0.00029622321017086506, + "C": 4.137849828111939e-05, + "R": 6.326075435936218e-06, + "M": 0.00025051546981558204, + "O": 6.916581332916394e-05, + "W": 4.043394255859312e-06, + "N": 1.5037049706734251e-05, + "Y": 0.0011029085144400597, + "U": 2.066728029603837e-06, + "K": 1.0114864380739164e-05, + "L": 1.2509359294199385e-05, + "G": 0.000947544991504401, + "F": 0.002401515142992139, + "E": 0.0009890419896692038, + "T": 0.0010441868798807263, + "P": 0.14686022698879242, + "-": 0.8459096550941467 + }, + "id": "tp_8412" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1051518, + "label": "-", + "classification": { + "B": 2.9037573767709546e-07, + "S": 2.442305060412764e-07, + "I": 0.00016924735973589122, + "C": 6.410059540939983e-06, + "R": 1.1407496458559763e-06, + "M": 4.381871985970065e-05, + "O": 1.3886973647458944e-05, + "W": 7.610075840602804e-07, + "N": 8.623374924354721e-06, + "Y": 0.0003478743601590395, + "U": 2.6554161536296306e-07, + "K": 1.1223492947465274e-05, + "L": 3.84548883403113e-07, + "G": 6.445407780120149e-05, + "F": 0.0025680053513497114, + "E": 0.0002885688154492527, + "T": 0.00018100468150805682, + "P": 0.1303907036781311, + "-": 0.8659030199050903 + }, + "id": "tp_8413" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1051652, + "label": "-", + "classification": { + "B": 1.6177425266050705e-07, + "S": 1.3839026280493272e-07, + "I": 0.00010565760749159381, + "C": 2.929298943854519e-06, + "R": 3.042758862648043e-07, + "M": 8.655122655909508e-06, + "O": 4.94378355142544e-06, + "W": 1.4917931423497066e-07, + "N": 2.480928969816887e-06, + "Y": 5.005407365388237e-05, + "U": 6.768249960487083e-08, + "K": 5.8897420274206524e-08, + "L": 3.1745469186716946e-07, + "G": 1.0388832379248925e-05, + "F": 0.00021779084636364132, + "E": 1.8271681256010197e-05, + "T": 0.00013634203060064465, + "P": 0.3128490447998047, + "-": 0.6865922212600708 + }, + "id": "tp_8414" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1051752, + "label": "-", + "classification": { + "B": 1.0081481605084264e-07, + "S": 2.3428512463397055e-08, + "I": 3.1571868021273986e-05, + "C": 1.2109638873880613e-06, + "R": 2.0538762157684687e-07, + "M": 4.053336306242272e-05, + "O": 2.2342919692164287e-06, + "W": 1.9506899207044626e-08, + "N": 2.1039522835053504e-07, + "Y": 0.0014576079556718469, + "U": 1.2531341297972176e-08, + "K": 3.961648076256097e-08, + "L": 2.927150148934743e-07, + "G": 8.44281239551492e-05, + "F": 0.0002113413211191073, + "E": 2.2655944121652283e-05, + "T": 0.0004903351655229926, + "P": 0.017357023432850838, + "-": 0.9803001880645752 + }, + "id": "tp_8415" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1051885, + "label": "-", + "classification": { + "B": 1.6053083982114913e-06, + "S": 2.4638941908960987e-07, + "I": 0.00012017335393466055, + "C": 4.542216174741043e-06, + "R": 8.610618920101842e-07, + "M": 0.00018559956515673548, + "O": 2.11462738661794e-05, + "W": 2.3928024006636406e-07, + "N": 1.7796905922295991e-06, + "Y": 0.0005529816844500601, + "U": 1.0719680432202949e-07, + "K": 5.921675594322551e-08, + "L": 3.949124220525846e-06, + "G": 0.00022852749680168927, + "F": 0.0005584635073319077, + "E": 8.150116627803072e-05, + "T": 0.0006974765565246344, + "P": 0.08618786185979843, + "-": 0.9113529324531555 + }, + "id": "tp_8416" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1052019, + "label": "-", + "classification": { + "B": 2.437563182411395e-07, + "S": 9.004035064208438e-07, + "I": 0.0005057356902398169, + "C": 1.0329957149224356e-05, + "R": 1.6289948234771146e-06, + "M": 0.0004953242605552077, + "O": 3.9858798118075356e-05, + "W": 1.2430000424501486e-06, + "N": 9.088715160032734e-06, + "Y": 0.003283533500507474, + "U": 1.683501551497102e-07, + "K": 1.9598617200244917e-06, + "L": 1.985666358450544e-06, + "G": 0.00018161075422540307, + "F": 0.000443091441411525, + "E": 0.000229440483963117, + "T": 0.0021154957357794046, + "P": 0.02631114050745964, + "-": 0.9663671255111694 + }, + "id": "tp_8417" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1052152, + "label": "-", + "classification": { + "B": 4.627863603445803e-08, + "S": 2.5825679372815102e-08, + "I": 6.556450534844771e-05, + "C": 1.8440490521243191e-06, + "R": 1.0603169897649423e-07, + "M": 1.0800695235957392e-05, + "O": 1.115850295718701e-06, + "W": 2.7726999363153482e-08, + "N": 1.9526717096596258e-06, + "Y": 0.00026233040262013674, + "U": 3.1013048129580056e-08, + "K": 9.939923302226816e-07, + "L": 6.63333281636369e-08, + "G": 5.175609840080142e-05, + "F": 0.000849019328597933, + "E": 0.0003808262408711016, + "T": 3.9011891203699633e-05, + "P": 0.26060181856155396, + "-": 0.7377326488494873 + }, + "id": "tp_8418" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1052252, + "label": "-", + "classification": { + "B": 2.1172732900254232e-08, + "S": 2.5718922547213197e-09, + "I": 3.2451903280161787e-06, + "C": 4.909155748578087e-08, + "R": 4.050833446456181e-09, + "M": 7.964658266246261e-07, + "O": 3.5875160619980306e-07, + "W": 3.4314449059991148e-09, + "N": 2.928015874203993e-08, + "Y": 6.3552047322446015e-06, + "U": 5.687962878475616e-10, + "K": 2.8814872710114514e-09, + "L": 1.4521016389323904e-08, + "G": 2.9035402349109063e-06, + "F": 0.00011529347102623433, + "E": 1.0781532182591036e-05, + "T": 7.738403837720398e-06, + "P": 0.10715750604867935, + "-": 0.8926948308944702 + }, + "id": "tp_8419" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1052386, + "label": "-", + "classification": { + "B": 1.8286334579897812e-07, + "S": 1.8082550923281815e-07, + "I": 8.148280176101252e-05, + "C": 5.229388989391737e-06, + "R": 2.563783027653699e-06, + "M": 0.0001281565782846883, + "O": 9.363335266243666e-06, + "W": 9.895407515614352e-08, + "N": 1.1107624686701456e-06, + "Y": 0.001549138338305056, + "U": 3.890635014158761e-08, + "K": 2.0165906278180046e-07, + "L": 1.6120367263283697e-06, + "G": 0.00036067524342797697, + "F": 0.0038943812251091003, + "E": 3.6086395994061604e-05, + "T": 0.0009067353676073253, + "P": 0.03178088366985321, + "-": 0.9612419009208679 + }, + "id": "tp_8420" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1052519, + "label": "P", + "classification": { + "B": 9.85190399660496e-06, + "S": 4.618896980446152e-07, + "I": 0.00010235819354420528, + "C": 1.9459862414805684e-06, + "R": 2.3576667729230394e-07, + "M": 7.347613063757308e-06, + "O": 1.4155373719404452e-05, + "W": 4.605288097536686e-07, + "N": 4.106512733415002e-06, + "Y": 2.19358171307249e-05, + "U": 5.775716616085447e-08, + "K": 3.921239155602052e-08, + "L": 1.3310475424077595e-06, + "G": 5.114823579788208e-05, + "F": 0.000602488755248487, + "E": 6.284798291744664e-05, + "T": 3.1011641112854704e-05, + "P": 0.5529357194900513, + "-": 0.4461524784564972 + }, + "id": "tp_8421" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1052653, + "label": "-", + "classification": { + "B": 7.421982672894956e-07, + "S": 6.041247161192587e-06, + "I": 0.0007399629103019834, + "C": 2.0823139493586496e-05, + "R": 4.678105142374989e-06, + "M": 7.32479093130678e-05, + "O": 3.4998098271898925e-05, + "W": 5.428611984825693e-06, + "N": 0.00015911762602627277, + "Y": 0.006765172816812992, + "U": 6.87606473093183e-07, + "K": 0.004743156488984823, + "L": 4.0662669675839425e-07, + "G": 0.0012325930874794722, + "F": 0.02220042236149311, + "E": 0.004181871190667152, + "T": 0.0012847025645896792, + "P": 0.25522854924201965, + "-": 0.7033174633979797 + }, + "id": "tp_8422" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1052753, + "label": "-", + "classification": { + "B": 4.912548661195615e-07, + "S": 6.035238442336777e-08, + "I": 7.452593126799911e-05, + "C": 1.075249383575283e-05, + "R": 2.892613224503293e-07, + "M": 2.4112585379043594e-05, + "O": 3.1585632314090617e-06, + "W": 9.056683580865865e-08, + "N": 3.920962626580149e-06, + "Y": 9.984957432607189e-05, + "U": 1.1908760910728233e-07, + "K": 5.294087372931244e-07, + "L": 2.2881430083998566e-07, + "G": 2.6085301215061918e-05, + "F": 0.0006107301451265812, + "E": 0.00030520829022862017, + "T": 9.246163972420618e-05, + "P": 0.23518724739551544, + "-": 0.7635601758956909 + }, + "id": "tp_8423" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1052886, + "label": "P", + "classification": { + "B": 2.2814224394096527e-06, + "S": 3.403011987757054e-07, + "I": 0.0003585395752452314, + "C": 1.4560284398612566e-05, + "R": 1.2086433116564876e-06, + "M": 2.6856652766582556e-05, + "O": 1.2483431419241242e-05, + "W": 4.796179382537957e-07, + "N": 1.1558495316421613e-05, + "Y": 0.00017207143537234515, + "U": 2.551941520323453e-07, + "K": 1.1947176403737103e-07, + "L": 1.6288396409436245e-06, + "G": 7.494681631214917e-05, + "F": 0.0004270617791917175, + "E": 0.0001877642353065312, + "T": 0.00013154391490388662, + "P": 0.5486584901809692, + "-": 0.4499177038669586 + }, + "id": "tp_8424" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1053020, + "label": "P", + "classification": { + "B": 4.798515647053136e-07, + "S": 1.295565880354843e-06, + "I": 0.000910716422367841, + "C": 1.105803585232934e-05, + "R": 2.694066779440618e-06, + "M": 2.5605802875361405e-05, + "O": 1.083964616555022e-05, + "W": 1.3403358707364532e-06, + "N": 7.110295700840652e-05, + "Y": 0.0005142165464349091, + "U": 8.871566592461022e-07, + "K": 6.1030808865325525e-05, + "L": 4.3327332832632237e-07, + "G": 6.237952038645744e-05, + "F": 0.0022219992242753506, + "E": 0.0006948007503524423, + "T": 0.00020188868802506477, + "P": 0.5084766745567322, + "-": 0.4867304861545563 + }, + "id": "tp_8425" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1053153, + "label": "-", + "classification": { + "B": 3.0229789445002098e-06, + "S": 1.1800357242464088e-05, + "I": 0.0003927644283976406, + "C": 9.513791155768558e-06, + "R": 3.253530167057761e-06, + "M": 0.00033751214505173266, + "O": 0.00010171141911996529, + "W": 4.0459103729517665e-06, + "N": 3.0208133466658182e-05, + "Y": 0.0017504541901871562, + "U": 4.844129080083803e-07, + "K": 9.895853509078734e-06, + "L": 1.0323044989490882e-05, + "G": 0.000914578209631145, + "F": 0.021876690909266472, + "E": 0.000884541601408273, + "T": 0.0010242824209854007, + "P": 0.22801896929740906, + "-": 0.744615912437439 + }, + "id": "tp_8426" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1053253, + "label": "-", + "classification": { + "B": 6.129632765805582e-07, + "S": 3.9796461237529e-07, + "I": 5.634096305584535e-05, + "C": 1.0254523658659309e-05, + "R": 1.1029857205357985e-06, + "M": 7.765508053125814e-05, + "O": 1.1452322723926045e-05, + "W": 3.287138383711863e-07, + "N": 3.7400595829240046e-06, + "Y": 0.0007419506437145174, + "U": 1.9112076188321225e-07, + "K": 2.67224777417141e-06, + "L": 1.0074435294882278e-06, + "G": 0.00020963913993909955, + "F": 0.006243958603590727, + "E": 0.0002663492923602462, + "T": 0.00036564975744113326, + "P": 0.11215902119874954, + "-": 0.8798476457595825 + }, + "id": "tp_8427" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1053387, + "label": "-", + "classification": { + "B": 5.587027658293664e-07, + "S": 2.8893379067085334e-07, + "I": 0.00016385801427531987, + "C": 8.464825805276632e-05, + "R": 1.2266003977856599e-05, + "M": 0.0012988457456231117, + "O": 3.295940769021399e-05, + "W": 3.3595435411371e-07, + "N": 1.226972926815506e-06, + "Y": 0.004902148153632879, + "U": 2.714064351039269e-07, + "K": 3.227237144187711e-08, + "L": 3.7633148167515174e-05, + "G": 0.0008589473436586559, + "F": 0.0016431668773293495, + "E": 7.556292985100299e-05, + "T": 0.004363729618489742, + "P": 0.023660434409976006, + "-": 0.962863028049469 + }, + "id": "tp_8428" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1053520, + "label": "-", + "classification": { + "B": 2.5042083962034667e-07, + "S": 6.29307876920393e-08, + "I": 6.085496715968475e-05, + "C": 1.4507303376376512e-06, + "R": 1.8538310087024001e-07, + "M": 1.4344463124871254e-05, + "O": 3.141437673548353e-06, + "W": 9.755336094485756e-08, + "N": 1.1642935078270966e-06, + "Y": 0.00013198221859056503, + "U": 4.9848289052079053e-08, + "K": 3.5974520073978056e-07, + "L": 2.5121448743448127e-07, + "G": 5.1298073231009766e-05, + "F": 0.001312177162617445, + "E": 9.352043707622215e-05, + "T": 8.616672857897356e-05, + "P": 0.15951819717884064, + "-": 0.8387244939804077 + }, + "id": "tp_8429" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1053654, + "label": "-", + "classification": { + "B": 0.00018948159413412213, + "S": 5.42584020877257e-05, + "I": 0.0013888124376535416, + "C": 0.00036863950663246214, + "R": 6.92354587954469e-05, + "M": 0.0013023308711126447, + "O": 0.0003811812784988433, + "W": 5.282569691189565e-05, + "N": 0.00016086141113191843, + "Y": 0.005265792831778526, + "U": 2.8811144147766754e-05, + "K": 0.0006415024399757385, + "L": 6.941906030988321e-05, + "G": 0.003747977316379547, + "F": 0.016270052641630173, + "E": 0.006405353080481291, + "T": 0.0023258186411112547, + "P": 0.1277027726173401, + "-": 0.8335748314857483 + }, + "id": "tp_8430" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1053754, + "label": "-", + "classification": { + "B": 2.8840497634519124e-07, + "S": 1.8813928193139873e-07, + "I": 4.62997195427306e-05, + "C": 1.981344939849805e-05, + "R": 1.8049187247015652e-06, + "M": 3.9923244912642986e-05, + "O": 6.612963716179365e-06, + "W": 1.6432382210496144e-07, + "N": 2.9913007892901078e-06, + "Y": 0.0020123885478824377, + "U": 2.3463307741167228e-07, + "K": 1.437638456991408e-05, + "L": 5.86946157454804e-07, + "G": 0.0005806380650028586, + "F": 0.004887926857918501, + "E": 0.0002598034916445613, + "T": 0.00039098638808354735, + "P": 0.05797704681754112, + "-": 0.9337579607963562 + }, + "id": "tp_8431" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1053887, + "label": "-", + "classification": { + "B": 7.500633358858977e-08, + "S": 1.1649981246364405e-07, + "I": 8.777521543379407e-06, + "C": 4.0172378135139297e-07, + "R": 2.568026502558496e-08, + "M": 3.3355515824951e-06, + "O": 1.7185544720632606e-06, + "W": 3.856873220797752e-08, + "N": 3.849467304917198e-07, + "Y": 1.791358954505995e-05, + "U": 4.20171364368116e-09, + "K": 3.383212998642193e-08, + "L": 7.530622525564468e-08, + "G": 7.79020683694398e-06, + "F": 0.0011096621165052056, + "E": 2.3030324882711284e-05, + "T": 2.892583688662853e-05, + "P": 0.1727898269891739, + "-": 0.8260079622268677 + }, + "id": "tp_8432" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1054021, + "label": "-", + "classification": { + "B": 8.191792630896089e-07, + "S": 1.7047219103005773e-07, + "I": 2.8667183869401924e-05, + "C": 1.0357836117691477e-06, + "R": 8.031391729446113e-08, + "M": 3.610328712966293e-05, + "O": 5.660876468027709e-06, + "W": 1.1126518728588053e-07, + "N": 1.69004727013089e-06, + "Y": 0.00041397084714844823, + "U": 4.67206966447975e-08, + "K": 2.115361439791741e-06, + "L": 2.4298427092617203e-07, + "G": 0.00010833677515620366, + "F": 0.0011929388856515288, + "E": 0.00031551034771837294, + "T": 0.00016858668823260814, + "P": 0.0447055958211422, + "-": 0.953018307685852 + }, + "id": "tp_8433" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1054154, + "label": "P", + "classification": { + "B": 3.10568815109491e-08, + "S": 9.675513723550466e-10, + "I": 2.108434046022012e-06, + "C": 1.2443982733145731e-08, + "R": 3.1970115443868963e-10, + "M": 8.172042242904354e-08, + "O": 5.727322971438298e-08, + "W": 1.0048553100716617e-09, + "N": 5.839883598923734e-08, + "Y": 4.6681807930326613e-07, + "U": 2.319015951490755e-10, + "K": 5.766668809137343e-10, + "L": 1.2262950654928773e-09, + "G": 3.692159111778892e-07, + "F": 1.787665496522095e-05, + "E": 6.173248493723804e-06, + "T": 8.218385119107552e-07, + "P": 0.7875270247459412, + "-": 0.21244490146636963 + }, + "id": "tp_8434" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1054254, + "label": "-", + "classification": { + "B": 6.962090992601588e-07, + "S": 4.87081422306801e-07, + "I": 3.832137008430436e-05, + "C": 2.602996573841665e-06, + "R": 2.1308945008513547e-07, + "M": 2.8533262593555264e-05, + "O": 5.370714006858179e-06, + "W": 2.440199864395254e-07, + "N": 4.032745891890954e-06, + "Y": 0.0004593462508637458, + "U": 8.287095454306836e-08, + "K": 1.018244893202791e-05, + "L": 2.289146436851297e-07, + "G": 0.0001454643497709185, + "F": 0.004827405791729689, + "E": 0.0006051562959328294, + "T": 0.0001667108153924346, + "P": 0.1943681836128235, + "-": 0.7993367910385132 + }, + "id": "tp_8435" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1054388, + "label": "-", + "classification": { + "B": 1.5953415640979074e-05, + "S": 6.742782261426328e-06, + "I": 0.00028565607499331236, + "C": 1.672506368777249e-05, + "R": 3.3457943118264666e-06, + "M": 0.00010476948955329135, + "O": 5.633292312268168e-05, + "W": 7.436978194164112e-06, + "N": 3.95554889109917e-05, + "Y": 0.0006804782315157354, + "U": 2.000648692046525e-06, + "K": 0.00012927512580063194, + "L": 3.9520778045698535e-06, + "G": 0.0008487600134685636, + "F": 0.011034602299332619, + "E": 0.0034622633829712868, + "T": 0.0004522055387496948, + "P": 0.3545604944229126, + "-": 0.6282894611358643 + }, + "id": "tp_8436" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1054521, + "label": "-", + "classification": { + "B": 3.85840692729289e-08, + "S": 3.563165051900796e-08, + "I": 0.00016762274026405066, + "C": 3.1214108275889885e-06, + "R": 3.3074493899221125e-07, + "M": 1.7693189874989912e-05, + "O": 2.8783028938050848e-06, + "W": 9.038959802865065e-08, + "N": 3.6224369068804663e-06, + "Y": 0.0002198095608036965, + "U": 1.1704403135581742e-07, + "K": 1.2685982255788986e-06, + "L": 1.205796564818229e-07, + "G": 3.4692664485191926e-05, + "F": 0.00038550086901523173, + "E": 7.283245213329792e-05, + "T": 0.00022932955471333116, + "P": 0.21291179955005646, + "-": 0.7859491109848022 + }, + "id": "tp_8437" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1054655, + "label": "-", + "classification": { + "B": 1.7716147340252064e-06, + "S": 1.2361969083940494e-06, + "I": 9.684605902293697e-05, + "C": 1.716465521894861e-05, + "R": 3.2900675250857603e-06, + "M": 0.0001131595199694857, + "O": 1.9032928321394138e-05, + "W": 9.609568678570213e-07, + "N": 4.675433501688531e-06, + "Y": 0.002196588786318898, + "U": 7.360053473348671e-07, + "K": 1.7724591089063324e-05, + "L": 2.1913649561611237e-06, + "G": 0.0005038123345002532, + "F": 0.00521200941875577, + "E": 0.0002860546810552478, + "T": 0.0004887137329205871, + "P": 0.06534965336322784, + "-": 0.9256843328475952 + }, + "id": "tp_8438" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1054755, + "label": "-", + "classification": { + "B": 0.00010619006206979975, + "S": 1.5042680388432927e-05, + "I": 0.0006101021426729858, + "C": 0.0003087012155447155, + "R": 6.517537985928357e-05, + "M": 0.00195720000192523, + "O": 0.0003984602226410061, + "W": 1.4624259165429976e-05, + "N": 2.7058134946855716e-05, + "Y": 0.007150955032557249, + "U": 6.698590368614532e-06, + "K": 6.164137175801443e-06, + "L": 0.00018391688354313374, + "G": 0.005781577900052071, + "F": 0.0034286680165678263, + "E": 0.0007112717139534652, + "T": 0.004862764850258827, + "P": 0.05486283451318741, + "-": 0.9195025563240051 + }, + "id": "tp_8439" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1054888, + "label": "-", + "classification": { + "B": 2.0904348474459766e-08, + "S": 5.906461986171507e-09, + "I": 5.452747791423462e-05, + "C": 7.108743375283666e-06, + "R": 5.237004074842844e-07, + "M": 1.2617100765055511e-05, + "O": 8.072198625086457e-07, + "W": 1.9190082412023912e-08, + "N": 3.1408498557539133e-07, + "Y": 0.00037044999771751463, + "U": 1.7001049457121553e-08, + "K": 1.9221926095269737e-07, + "L": 7.017445824430979e-08, + "G": 3.423001180635765e-05, + "F": 0.00047304501640610397, + "E": 4.919884304399602e-05, + "T": 4.8789581342134625e-05, + "P": 0.04729963093996048, + "-": 0.951648473739624 + }, + "id": "tp_8440" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1055022, + "label": "P", + "classification": { + "B": 2.1559233687185042e-07, + "S": 1.4672649228941737e-07, + "I": 0.0004782391188200563, + "C": 4.289322532713413e-06, + "R": 2.520308726161602e-07, + "M": 9.292217328038532e-06, + "O": 1.0449278988744481e-06, + "W": 1.356896035531463e-07, + "N": 1.6686828530509956e-05, + "Y": 4.262342190486379e-05, + "U": 1.0100909264565416e-07, + "K": 3.6337207802716875e-06, + "L": 1.2068609578363976e-07, + "G": 3.200531500624493e-05, + "F": 0.0014792406000196934, + "E": 0.0009011429501697421, + "T": 2.9395143428700976e-05, + "P": 0.8083739280700684, + "-": 0.1886274665594101 + }, + "id": "tp_8441" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1055155, + "label": "-", + "classification": { + "B": 2.8783770176232792e-06, + "S": 1.6854477280503488e-06, + "I": 0.0003432894009165466, + "C": 2.2887759769218974e-05, + "R": 2.3838267679821e-06, + "M": 8.15402454463765e-05, + "O": 1.637236164242495e-05, + "W": 1.8015222167377942e-06, + "N": 3.400555578991771e-05, + "Y": 0.0005991379730403423, + "U": 1.1658232779154787e-06, + "K": 7.681585702812299e-05, + "L": 8.685693728693877e-07, + "G": 0.0003111555415671319, + "F": 0.00466580456122756, + "E": 0.0024929814971983433, + "T": 0.0002827012212947011, + "P": 0.47016751766204834, + "-": 0.5208950042724609 + }, + "id": "tp_8442" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1055255, + "label": "-", + "classification": { + "B": 3.5932697528551216e-07, + "S": 1.4333294018342713e-07, + "I": 0.0001066365948645398, + "C": 4.300090495235054e-06, + "R": 5.043736450716096e-07, + "M": 2.9285823984537274e-05, + "O": 4.299992269807262e-06, + "W": 2.1561088203725376e-07, + "N": 2.5646766061981907e-06, + "Y": 0.00046633041347377, + "U": 1.192671135186174e-07, + "K": 9.645744967201608e-07, + "L": 5.782176231150515e-07, + "G": 8.863733819453046e-05, + "F": 0.0029062272515147924, + "E": 0.0001403695496264845, + "T": 0.00027240373310633004, + "P": 0.1549878567457199, + "-": 0.8409881591796875 + }, + "id": "tp_8443" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1055389, + "label": "-", + "classification": { + "B": 4.909299150313018e-06, + "S": 1.3790723869533394e-06, + "I": 0.00020359340123832226, + "C": 3.9064663724275306e-05, + "R": 5.978204626444494e-06, + "M": 0.00020825954561587423, + "O": 3.563193240552209e-05, + "W": 9.419194952897669e-07, + "N": 4.618060756911291e-06, + "Y": 0.0007746127666905522, + "U": 5.765195965068415e-07, + "K": 2.0513139986633178e-07, + "L": 2.572951234469656e-05, + "G": 0.0008087573223747313, + "F": 0.006224016658961773, + "E": 0.00047793082194402814, + "T": 0.0005482665728777647, + "P": 0.13554856181144714, + "-": 0.8550869226455688 + }, + "id": "tp_8444" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1055522, + "label": "-", + "classification": { + "B": 5.843867612043141e-09, + "S": 9.77859015982574e-10, + "I": 1.322505977441324e-05, + "C": 6.326059747152613e-07, + "R": 2.0673232015155918e-08, + "M": 2.7155670068168547e-06, + "O": 1.7208259350809385e-07, + "W": 1.6810030034619672e-09, + "N": 1.0524455973381919e-07, + "Y": 0.0002448782615829259, + "U": 2.3017467931651936e-09, + "K": 5.3652154718975e-08, + "L": 1.1236582331264344e-08, + "G": 3.357416790095158e-05, + "F": 0.00012969208182767034, + "E": 5.992107617203146e-05, + "T": 3.4406395570840687e-05, + "P": 0.047722749412059784, + "-": 0.9517577290534973 + }, + "id": "tp_8445" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1055656, + "label": "-", + "classification": { + "B": 1.6157514437509235e-06, + "S": 1.2484059652706492e-06, + "I": 0.0002918584505096078, + "C": 9.85036967904307e-06, + "R": 1.6941652347668423e-06, + "M": 1.1159098903590348e-05, + "O": 1.384093047818169e-05, + "W": 1.3092168273942661e-06, + "N": 2.9334270948311314e-05, + "Y": 0.00020793447038158774, + "U": 1.0665908121154644e-06, + "K": 8.177932613762096e-06, + "L": 8.761027743275918e-07, + "G": 7.15770001988858e-05, + "F": 0.002740734489634633, + "E": 0.0002631630632095039, + "T": 0.00018297247879672796, + "P": 0.4925323724746704, + "-": 0.5036292672157288 + }, + "id": "tp_8446" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1055756, + "label": "-", + "classification": { + "B": 1.298539160643486e-07, + "S": 1.4363007494466729e-07, + "I": 0.00013985609984956682, + "C": 4.974631792720174e-06, + "R": 6.748624628016842e-07, + "M": 2.427492472634185e-05, + "O": 4.942093710269546e-06, + "W": 2.4421046873612795e-07, + "N": 5.176139438844984e-06, + "Y": 0.0006966121145524085, + "U": 2.0599699723788945e-07, + "K": 4.6542822929040994e-06, + "L": 2.351886507767631e-07, + "G": 7.913823355920613e-05, + "F": 0.0008950999472290277, + "E": 0.00021652023133356124, + "T": 0.00027056795079261065, + "P": 0.15380477905273438, + "-": 0.8438518643379211 + }, + "id": "tp_8447" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1055889, + "label": "-", + "classification": { + "B": 7.956616615567569e-11, + "S": 6.524791817952291e-11, + "I": 3.509417467739695e-07, + "C": 3.520992830630121e-09, + "R": 2.231296952759365e-10, + "M": 2.45196325465713e-08, + "O": 1.377343128439179e-08, + "W": 9.283191576558991e-11, + "N": 4.5415280425231686e-09, + "Y": 1.724701292005193e-06, + "U": 4.256401481272931e-11, + "K": 2.9832165626686447e-09, + "L": 7.875747970453872e-11, + "G": 2.041511777406413e-07, + "F": 2.4851275156834163e-05, + "E": 9.293432299273263e-07, + "T": 1.0596199899737258e-06, + "P": 0.06226865574717522, + "-": 0.9377021789550781 + }, + "id": "tp_8448" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1056023, + "label": "-", + "classification": { + "B": 2.4154476818694093e-07, + "S": 8.082847102741653e-08, + "I": 2.184238655900117e-05, + "C": 8.394358133045898e-07, + "R": 1.3412706323379098e-07, + "M": 1.3394926099863369e-05, + "O": 2.2144720333017176e-06, + "W": 8.159133102481064e-08, + "N": 7.589241022287752e-07, + "Y": 0.00041648183832876384, + "U": 2.5365014977296596e-08, + "K": 3.830985860986402e-06, + "L": 1.4446686691371724e-07, + "G": 0.00013562667299993336, + "F": 0.008087918162345886, + "E": 0.0002820597728714347, + "T": 5.9438574680825695e-05, + "P": 0.07599751651287079, + "-": 0.9149774312973022 + }, + "id": "tp_8449" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1056156, + "label": "-", + "classification": { + "B": 0.005720960907638073, + "S": 0.0008765236707404256, + "I": 0.0013324035098776221, + "C": 0.00013565697008743882, + "R": 7.774398545734584e-05, + "M": 0.0015561243053525686, + "O": 0.0024367021396756172, + "W": 0.00014638376887887716, + "N": 0.00014226589701138437, + "Y": 0.0016353565733879805, + "U": 6.564345312654041e-06, + "K": 3.2998502774717053e-06, + "L": 0.000661014171782881, + "G": 0.004852284677326679, + "F": 0.012599505484104156, + "E": 0.0009764303104020655, + "T": 0.0017894208431243896, + "P": 0.313422292470932, + "-": 0.6516290903091431 + }, + "id": "tp_8450" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1056256, + "label": "-", + "classification": { + "B": 2.265281909785699e-05, + "S": 1.3558606951846741e-05, + "I": 0.0017883065156638622, + "C": 0.0001047457626555115, + "R": 7.002153324719984e-06, + "M": 0.00104592798743397, + "O": 9.881143341772258e-05, + "W": 8.884449925972149e-06, + "N": 0.0001334905537078157, + "Y": 0.0022708482574671507, + "U": 3.7606428122671787e-06, + "K": 2.455064532114193e-05, + "L": 1.6684196452843025e-05, + "G": 0.0007253095973283052, + "F": 0.0049393512308597565, + "E": 0.004896264988929033, + "T": 0.0018258938798680902, + "P": 0.3623509407043457, + "-": 0.6197229027748108 + }, + "id": "tp_8451" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1056390, + "label": "-", + "classification": { + "B": 3.561766061466187e-05, + "S": 4.8517199502384756e-06, + "I": 0.00013070687418803573, + "C": 6.702605332975509e-06, + "R": 9.552063602313865e-07, + "M": 0.00025560479843989015, + "O": 8.118645928334445e-05, + "W": 2.754339902821812e-06, + "N": 4.564541995932814e-06, + "Y": 0.00016777908604126424, + "U": 3.662230199097394e-07, + "K": 6.909363037266303e-08, + "L": 1.8148090020986274e-05, + "G": 0.00014123621804174036, + "F": 0.0007623533601872623, + "E": 0.00014641114103142172, + "T": 0.0006087864167056978, + "P": 0.19961291551589966, + "-": 0.7980189323425293 + }, + "id": "tp_8452" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1056523, + "label": "P", + "classification": { + "B": 3.9198425838549156e-06, + "S": 9.933435194398044e-07, + "I": 0.0002983346057590097, + "C": 3.048937469429802e-05, + "R": 1.6757309140302823e-06, + "M": 3.095823194598779e-05, + "O": 1.16208684630692e-05, + "W": 1.7858727687780629e-06, + "N": 2.7096793928649276e-05, + "Y": 0.00032330979593098164, + "U": 1.8585358247946715e-06, + "K": 4.252865619491786e-05, + "L": 1.4980212199589005e-06, + "G": 0.00041305916965939105, + "F": 0.00793207436800003, + "E": 0.00405850587412715, + "T": 0.00012756718206219375, + "P": 0.5478116273880005, + "-": 0.4388810694217682 + }, + "id": "tp_8453" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1056657, + "label": "-", + "classification": { + "B": 6.909646344865905e-06, + "S": 1.8698251551541034e-06, + "I": 0.00012756696378346533, + "C": 1.3357208445086144e-05, + "R": 3.3975702535826713e-06, + "M": 9.427588520338759e-05, + "O": 3.98221927753184e-05, + "W": 2.2325584723148495e-06, + "N": 4.162218374403892e-06, + "Y": 0.0005785762914456427, + "U": 4.787936518368952e-07, + "K": 8.109189479910128e-07, + "L": 8.678929589223117e-06, + "G": 0.0002244549832539633, + "F": 0.004340156447142363, + "E": 0.00018144947534892708, + "T": 0.00034355110256001353, + "P": 0.08260287344455719, + "-": 0.9114252924919128 + }, + "id": "tp_8454" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1056757, + "label": "-", + "classification": { + "B": 1.140172344094026e-06, + "S": 1.5865725799812935e-06, + "I": 4.560156958177686e-05, + "C": 3.7720019463449717e-06, + "R": 1.0627250048855785e-06, + "M": 8.411538874497637e-05, + "O": 2.185355515393894e-05, + "W": 1.07954804207111e-06, + "N": 2.835793566191569e-06, + "Y": 0.0008029161253944039, + "U": 2.4096866013678664e-07, + "K": 2.785620017675683e-05, + "L": 1.73650880697096e-06, + "G": 0.0002885485009755939, + "F": 0.010002435185015202, + "E": 0.00019470728875603527, + "T": 0.0003974762512370944, + "P": 0.03871168568730354, + "-": 0.9494092464447021 + }, + "id": "tp_8455" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1056890, + "label": "-", + "classification": { + "B": 3.5675173421623185e-05, + "S": 3.4369668355793692e-06, + "I": 3.6741552321473137e-05, + "C": 9.357874660054222e-06, + "R": 9.874646593743819e-07, + "M": 0.0006070227245800197, + "O": 5.803516978630796e-05, + "W": 2.084381094391574e-06, + "N": 2.045885139523307e-06, + "Y": 0.0005335728637874126, + "U": 1.3524235953354946e-07, + "K": 7.21696096661617e-07, + "L": 1.2374396646919195e-05, + "G": 0.0009570207912474871, + "F": 0.0022323240991681814, + "E": 0.0006690243608318269, + "T": 0.0005946261808276176, + "P": 0.041851069778203964, + "-": 0.9523937702178955 + }, + "id": "tp_8456" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1057024, + "label": "-", + "classification": { + "B": 5.401730959420092e-06, + "S": 1.7591561345398077e-06, + "I": 0.0009485560585744679, + "C": 5.5431853979825974e-05, + "R": 6.204453711688984e-06, + "M": 0.00011742301285266876, + "O": 2.6712383260019124e-05, + "W": 2.00515273718338e-06, + "N": 5.3711126383859664e-05, + "Y": 0.0016974357422441244, + "U": 3.561810672181309e-06, + "K": 3.9753384044161066e-05, + "L": 3.528656634443905e-06, + "G": 0.0005128278862684965, + "F": 0.00326660368591547, + "E": 0.0017980041448026896, + "T": 0.0007393578998744488, + "P": 0.25441306829452515, + "-": 0.7363086938858032 + }, + "id": "tp_8457" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1057157, + "label": "-", + "classification": { + "B": 2.9220618671388365e-05, + "S": 4.780117706104647e-06, + "I": 0.0003839493147097528, + "C": 6.94133632350713e-05, + "R": 1.6699545085430145e-05, + "M": 0.0009038436692208052, + "O": 9.72479028860107e-05, + "W": 6.729580036335392e-06, + "N": 2.1076068151160143e-05, + "Y": 0.0022701735142618418, + "U": 3.925295459339395e-06, + "K": 4.128146974835545e-05, + "L": 1.9231089027016424e-05, + "G": 0.0017260188469663262, + "F": 0.007734535727649927, + "E": 0.0020425200928002596, + "T": 0.0016267565079033375, + "P": 0.12492873519659042, + "-": 0.8580739498138428 + }, + "id": "tp_8458" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1057257, + "label": "-", + "classification": { + "B": 2.2637455913354643e-05, + "S": 1.0897739230131265e-05, + "I": 0.0003950966929551214, + "C": 5.7514000218361616e-05, + "R": 1.9831510144285858e-05, + "M": 0.0009608677355572581, + "O": 0.00036533083766698837, + "W": 1.0733717317634728e-05, + "N": 1.2726673048746306e-05, + "Y": 0.001766123459674418, + "U": 1.9769015580095584e-06, + "K": 2.997920205416449e-07, + "L": 0.0001213653085869737, + "G": 0.001181529718451202, + "F": 0.001765960012562573, + "E": 0.00013395356654655188, + "T": 0.0027332636527717113, + "P": 0.06515970081090927, + "-": 0.9252802133560181 + }, + "id": "tp_8459" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1057391, + "label": "-", + "classification": { + "B": 1.539314951060078e-07, + "S": 7.290456238706611e-08, + "I": 0.0005009207525290549, + "C": 6.650348041148391e-06, + "R": 3.9392293160744885e-07, + "M": 1.307551337959012e-05, + "O": 2.942359515145654e-06, + "W": 1.1899192742248488e-07, + "N": 1.4893551451677922e-05, + "Y": 0.00021961181482765824, + "U": 1.4839788775589113e-07, + "K": 2.0978179691155674e-06, + "L": 1.0192459143354426e-07, + "G": 3.122445923509076e-05, + "F": 0.00041176239028573036, + "E": 0.00029997059027664363, + "T": 0.00010468190157553181, + "P": 0.48182618618011475, + "-": 0.5165650248527527 + }, + "id": "tp_8460" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1057524, + "label": "P", + "classification": { + "B": 5.0555446051703257e-08, + "S": 6.249483419651369e-08, + "I": 0.00024340972595382482, + "C": 3.773112311478144e-08, + "R": 1.108782132774877e-08, + "M": 1.1172414815519005e-05, + "O": 1.0525076277190237e-06, + "W": 2.318100555953606e-08, + "N": 2.117820713465335e-06, + "Y": 8.390050061279908e-05, + "U": 9.331411199298145e-10, + "K": 1.539141969431057e-08, + "L": 1.3690300448843118e-08, + "G": 4.1195198718924075e-06, + "F": 5.240899554337375e-05, + "E": 3.969465979025699e-05, + "T": 6.242821837076917e-05, + "P": 0.5702658891677856, + "-": 0.429233580827713 + }, + "id": "tp_8461" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1057658, + "label": "-", + "classification": { + "B": 0.0006746759172528982, + "S": 0.00038253626553341746, + "I": 0.005474476143717766, + "C": 0.0005657542496919632, + "R": 0.00026843202067539096, + "M": 0.007512394338846207, + "O": 0.0024595456197857857, + "W": 0.00024396479420829564, + "N": 0.0006558603490702808, + "Y": 0.019676797091960907, + "U": 7.667481258977205e-05, + "K": 0.00011055449431296438, + "L": 0.0005090011982247233, + "G": 0.00891810655593872, + "F": 0.009319673292338848, + "E": 0.0036631643306463957, + "T": 0.024371597915887833, + "P": 0.13851691782474518, + "-": 0.7765998840332031 + }, + "id": "tp_8462" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1057758, + "label": "-", + "classification": { + "B": 1.85447220246715e-06, + "S": 1.0494978823771817e-06, + "I": 0.0006625681999139488, + "C": 1.0035511877504177e-05, + "R": 4.609866209648317e-06, + "M": 0.0002380724181421101, + "O": 4.510379221756011e-05, + "W": 3.243071887482074e-06, + "N": 1.7825655959313735e-05, + "Y": 0.0015722733223810792, + "U": 1.0664734872989357e-06, + "K": 8.208482540794648e-06, + "L": 2.7785242764366558e-06, + "G": 0.0002043724525719881, + "F": 0.0009214217425324023, + "E": 0.00019911698473151773, + "T": 0.002000887645408511, + "P": 0.11257608234882355, + "-": 0.8815294504165649 + }, + "id": "tp_8463" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1057891, + "label": "P", + "classification": { + "B": 3.9218739402713254e-05, + "S": 1.4153244592307601e-05, + "I": 0.0012701305095106363, + "C": 9.154886356554925e-05, + "R": 1.6456157027278095e-05, + "M": 0.00030506280018016696, + "O": 9.91469350992702e-05, + "W": 9.929374755301978e-06, + "N": 0.00018130159878637642, + "Y": 0.0025615105405449867, + "U": 7.200258096418111e-06, + "K": 6.779001705581322e-05, + "L": 9.072288776224013e-06, + "G": 0.0013443401549011469, + "F": 0.0035566582810133696, + "E": 0.003340167459100485, + "T": 0.000972611247561872, + "P": 0.5174998641014099, + "-": 0.46861380338668823 + }, + "id": "tp_8464" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1058025, + "label": "-", + "classification": { + "B": 3.4235546308991616e-07, + "S": 6.06585572882068e-08, + "I": 0.00013144093099981546, + "C": 1.2774139577231836e-05, + "R": 1.2381161695884657e-06, + "M": 6.695779120491352e-06, + "O": 2.2457006707554683e-06, + "W": 1.8857323880183685e-07, + "N": 4.021735549031291e-06, + "Y": 0.0004931832663714886, + "U": 4.297082227822102e-07, + "K": 3.7875608541071415e-05, + "L": 1.937306706167874e-07, + "G": 0.00014429533621296287, + "F": 0.0026447982527315617, + "E": 0.0003806072927545756, + "T": 7.123348041204736e-05, + "P": 0.13452845811843872, + "-": 0.861539900302887 + }, + "id": "tp_8465" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1058158, + "label": "-", + "classification": { + "B": 8.87845890247263e-05, + "S": 1.700869142950978e-05, + "I": 0.0003904295153915882, + "C": 8.847380377119407e-05, + "R": 4.084244937985204e-05, + "M": 0.001493249787017703, + "O": 0.00047739167348481715, + "W": 9.326484359917231e-06, + "N": 1.1195837942068465e-05, + "Y": 0.0023959169629961252, + "U": 8.76950878136995e-07, + "K": 8.783381133525836e-08, + "L": 0.00018540634482633322, + "G": 0.0011921317782253027, + "F": 0.0015075126430019736, + "E": 0.00016985973343253136, + "T": 0.0028875244315713644, + "P": 0.06205063313245773, + "-": 0.9269933700561523 + }, + "id": "tp_8466" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1058258, + "label": "-", + "classification": { + "B": 5.760384738096036e-06, + "S": 9.120804378426328e-08, + "I": 0.00028368999483063817, + "C": 1.305301884713117e-05, + "R": 1.531231418994139e-06, + "M": 2.9234488465590402e-05, + "O": 8.946516572905239e-06, + "W": 2.707368196297466e-07, + "N": 2.0326651792856865e-06, + "Y": 0.00011992839426966384, + "U": 9.106697262950547e-08, + "K": 1.648303182832933e-08, + "L": 2.282594323332887e-06, + "G": 0.00017692922847345471, + "F": 0.000333084084559232, + "E": 0.00016813936235848814, + "T": 4.8721845814725384e-05, + "P": 0.43708696961402893, + "-": 0.5617191195487976 + }, + "id": "tp_8467" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1058392, + "label": "-", + "classification": { + "B": 4.060700860009092e-07, + "S": 1.8145559579352266e-06, + "I": 0.0010416210861876607, + "C": 9.616653551347554e-05, + "R": 2.513946674298495e-05, + "M": 9.202030196320266e-05, + "O": 4.25273428845685e-05, + "W": 3.164494046359323e-06, + "N": 8.046002767514437e-05, + "Y": 0.004240125883370638, + "U": 2.5631302378315013e-06, + "K": 7.184217247413471e-05, + "L": 2.5555514184816275e-06, + "G": 0.0003696871572174132, + "F": 0.006036200560629368, + "E": 0.0006510537932626903, + "T": 0.0015328420558944345, + "P": 0.15028560161590576, + "-": 0.8354241847991943 + }, + "id": "tp_8468" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1058525, + "label": "-", + "classification": { + "B": 0.000355358119122684, + "S": 2.985578430525493e-05, + "I": 0.0009473551181145012, + "C": 0.0003529247478581965, + "R": 8.791923028184101e-05, + "M": 0.0035760891623795033, + "O": 0.0004061410727445036, + "W": 1.7881526218843646e-05, + "N": 3.407641270314343e-05, + "Y": 0.008772136643528938, + "U": 7.903732694103383e-06, + "K": 9.386818419443443e-06, + "L": 0.00031765634776093066, + "G": 0.013567686080932617, + "F": 0.009149214252829552, + "E": 0.0035499264486134052, + "T": 0.003673935541883111, + "P": 0.08264586329460144, + "-": 0.8724985718727112 + }, + "id": "tp_8469" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1058625, + "label": "-", + "classification": { + "B": 7.48035744457809e-10, + "S": 1.079510614232504e-08, + "I": 1.7095968360081315e-05, + "C": 1.1556937096202091e-07, + "R": 4.7352939347433676e-09, + "M": 1.5467626326426398e-06, + "O": 1.4715061524839257e-07, + "W": 3.9367340498586145e-09, + "N": 4.298679812109185e-07, + "Y": 2.794327519950457e-05, + "U": 6.44164888097265e-10, + "K": 1.0911048953232694e-08, + "L": 2.507806406981672e-09, + "G": 1.1660843028948875e-06, + "F": 0.0002722053322941065, + "E": 2.0353705622255802e-05, + "T": 1.3726833458349574e-05, + "P": 0.425409734249115, + "-": 0.5742354989051819 + }, + "id": "tp_8470" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1058759, + "label": "-", + "classification": { + "B": 1.1230758900637738e-06, + "S": 2.670152809969295e-07, + "I": 8.228212391259149e-05, + "C": 9.838403457251843e-06, + "R": 1.5004198985479889e-06, + "M": 0.00014949010801501572, + "O": 2.2694015569868498e-05, + "W": 1.852264972512785e-07, + "N": 1.3507636822396307e-06, + "Y": 0.00044452291331253946, + "U": 7.662389833740235e-08, + "K": 4.40085372588328e-08, + "L": 6.853832474007504e-06, + "G": 0.0005951607599854469, + "F": 0.0020649773068726063, + "E": 8.985412569018081e-05, + "T": 0.0004674333904404193, + "P": 0.08749444782733917, + "-": 0.9085679650306702 + }, + "id": "tp_8471" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1058892, + "label": "-", + "classification": { + "B": 0.00011567359615582973, + "S": 3.767460657400079e-05, + "I": 0.00716613931581378, + "C": 0.0008381417719647288, + "R": 0.0001897212496260181, + "M": 0.001423327368684113, + "O": 0.0003232487943023443, + "W": 3.9398317312588915e-05, + "N": 0.0003441362641751766, + "Y": 0.01449933648109436, + "U": 2.2964843083173037e-05, + "K": 0.00017005430709104985, + "L": 8.024329144973308e-05, + "G": 0.004396137315779924, + "F": 0.005644673947244883, + "E": 0.008814952336251736, + "T": 0.005508693400770426, + "P": 0.2149481177330017, + "-": 0.7354373335838318 + }, + "id": "tp_8472" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1059026, + "label": "-", + "classification": { + "B": 1.1526337218015215e-08, + "S": 8.300114373582801e-09, + "I": 2.781720831990242e-05, + "C": 6.442884341595345e-07, + "R": 1.0521873150537431e-07, + "M": 2.044843768089777e-06, + "O": 1.0969147297146264e-06, + "W": 1.2243702052217031e-08, + "N": 1.419764288357328e-07, + "Y": 3.665591066237539e-05, + "U": 4.841358425267117e-09, + "K": 1.6022456694742004e-09, + "L": 1.0079413925723202e-07, + "G": 6.762566499673994e-06, + "F": 0.00011274094140389934, + "E": 2.38130792240554e-06, + "T": 3.1903444323688745e-05, + "P": 0.1279696524143219, + "-": 0.8718079924583435 + }, + "id": "tp_8473" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1059126, + "label": "-", + "classification": { + "B": 4.627053931471892e-05, + "S": 7.968000863911584e-05, + "I": 0.061215054243803024, + "C": 0.000666091509629041, + "R": 0.0003675157786346972, + "M": 0.002258353866636753, + "O": 0.0008021711255423725, + "W": 5.717944077332504e-05, + "N": 0.003105888143181801, + "Y": 0.02167309634387493, + "U": 3.6864519643131644e-05, + "K": 0.0001591342588653788, + "L": 7.793449185555801e-05, + "G": 0.003469709772616625, + "F": 0.002157733077183366, + "E": 0.0021750235464423895, + "T": 0.03307528421282768, + "P": 0.3730736970901489, + "-": 0.4955032765865326 + }, + "id": "tp_8474" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1059259, + "label": "-", + "classification": { + "B": 3.22536398016382e-05, + "S": 5.5413689551642165e-05, + "I": 0.00036909658228978515, + "C": 7.819182064849883e-05, + "R": 2.8902240956085734e-05, + "M": 0.0008872626931406558, + "O": 0.00024983350886031985, + "W": 2.3279771994566545e-05, + "N": 4.691811409429647e-05, + "Y": 0.004938711877912283, + "U": 5.313845122145722e-06, + "K": 5.0328490033280104e-05, + "L": 3.088003722950816e-05, + "G": 0.0008989234338514507, + "F": 0.011011608876287937, + "E": 0.0005760249332524836, + "T": 0.0023278852459043264, + "P": 0.10657111555337906, + "-": 0.8718180656433105 + }, + "id": "tp_8475" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1059393, + "label": "-", + "classification": { + "B": 4.916983584735135e-07, + "S": 1.4647510226950544e-07, + "I": 9.400947601534426e-05, + "C": 2.336130819458049e-06, + "R": 3.7608896263918723e-07, + "M": 2.084932566503994e-05, + "O": 6.462744750024285e-06, + "W": 1.4607502407670836e-07, + "N": 4.409248049341841e-06, + "Y": 0.00023188551131170243, + "U": 7.55015250319957e-08, + "K": 1.2712882835330674e-06, + "L": 3.8435283045146207e-07, + "G": 0.00010466013191035017, + "F": 0.0026578744873404503, + "E": 0.0002577182895038277, + "T": 0.00012254681496415287, + "P": 0.27413439750671387, + "-": 0.7223598957061768 + }, + "id": "tp_8476" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1059526, + "label": "-", + "classification": { + "B": 1.5750326838315232e-06, + "S": 2.881205602989212e-07, + "I": 0.0007678355905227363, + "C": 6.060304804123007e-05, + "R": 1.2659551430260763e-05, + "M": 0.0003477519494481385, + "O": 2.9351478588068858e-05, + "W": 8.826197017697268e-07, + "N": 8.809332030068617e-06, + "Y": 0.007456336170434952, + "U": 1.3345716070034541e-06, + "K": 2.838670525306952e-06, + "L": 5.873106601939071e-06, + "G": 0.0008676364086568356, + "F": 0.0005645742639899254, + "E": 0.0002689799584913999, + "T": 0.003182042157277465, + "P": 0.03919605165719986, + "-": 0.947224497795105 + }, + "id": "tp_8477" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1059626, + "label": "-", + "classification": { + "B": 1.0756340088846628e-05, + "S": 3.2381385608459823e-06, + "I": 0.0025912250857800245, + "C": 0.0001970232551684603, + "R": 2.8514989026007243e-05, + "M": 0.000321606028592214, + "O": 5.1532832003431395e-05, + "W": 2.665897454789956e-06, + "N": 0.0001146417562267743, + "Y": 0.002055256860330701, + "U": 6.450724413298303e-06, + "K": 8.477247320115566e-06, + "L": 1.5151521438383497e-05, + "G": 0.0009110262617468834, + "F": 0.0036426058504730463, + "E": 0.00185585196595639, + "T": 0.001787473913282156, + "P": 0.45581457018852234, + "-": 0.5305819511413574 + }, + "id": "tp_8478" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1059760, + "label": "-", + "classification": { + "B": 8.248169365288049e-07, + "S": 1.0647921300233065e-07, + "I": 8.085901754384395e-06, + "C": 1.2459472600312438e-06, + "R": 1.848563186968022e-07, + "M": 1.0068634765048046e-05, + "O": 4.557498414214933e-06, + "W": 1.0317209842014563e-07, + "N": 3.713988405706914e-07, + "Y": 0.00042273360304534435, + "U": 3.295949824178024e-08, + "K": 2.9366452736212523e-07, + "L": 5.391142963162565e-07, + "G": 8.473010529996827e-05, + "F": 0.002229618839919567, + "E": 3.841187572106719e-05, + "T": 8.907756273401901e-05, + "P": 0.049362413585186005, + "-": 0.9477466344833374 + }, + "id": "tp_8479" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1059893, + "label": "-", + "classification": { + "B": 3.222925079171546e-05, + "S": 6.125972140580416e-05, + "I": 0.0003162208595313132, + "C": 0.0002271137636853382, + "R": 5.281920311972499e-05, + "M": 0.0003912091488018632, + "O": 0.00025762029690667987, + "W": 3.4383618185529485e-05, + "N": 5.453361154650338e-05, + "Y": 0.00502899382263422, + "U": 8.870637429936323e-06, + "K": 0.0002637610014062375, + "L": 5.280540062813088e-05, + "G": 0.0036114726681262255, + "F": 0.06466976553201675, + "E": 0.0014315603766590357, + "T": 0.0024132749531418085, + "P": 0.06932432949542999, + "-": 0.8517677187919617 + }, + "id": "tp_8480" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1060027, + "label": "-", + "classification": { + "B": 2.8788658568146275e-08, + "S": 4.0956599889341305e-08, + "I": 1.994479498534929e-05, + "C": 1.0216735972790048e-06, + "R": 8.763686309976038e-08, + "M": 3.197737896698527e-06, + "O": 1.2437460554792779e-06, + "W": 6.185294409988273e-08, + "N": 1.0746514362836024e-06, + "Y": 0.00010188985470449552, + "U": 3.0190289379561364e-08, + "K": 3.0474818686343497e-06, + "L": 2.8274623531387988e-08, + "G": 1.4725765140610747e-05, + "F": 0.001189347472973168, + "E": 7.593802001792938e-05, + "T": 3.940492024412379e-05, + "P": 0.14672602713108063, + "-": 0.8518227934837341 + }, + "id": "tp_8481" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1060127, + "label": "-", + "classification": { + "B": 6.437432148231892e-06, + "S": 4.883665496890899e-06, + "I": 0.000404552643885836, + "C": 4.7143796109594405e-05, + "R": 1.3015484000789002e-05, + "M": 0.0007284243474714458, + "O": 9.537268488202244e-05, + "W": 4.19048319599824e-06, + "N": 1.2458418495953083e-05, + "Y": 0.003818527329713106, + "U": 1.18236789603543e-06, + "K": 2.2562110189028317e-06, + "L": 2.4142063921317458e-05, + "G": 0.0013087820261716843, + "F": 0.004350435920059681, + "E": 0.00031332860817201436, + "T": 0.001994944643229246, + "P": 0.06045357510447502, + "-": 0.9264163374900818 + }, + "id": "tp_8482" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1060260, + "label": "-", + "classification": { + "B": 6.460269474928282e-08, + "S": 4.0817216273580925e-08, + "I": 5.910404524911428e-06, + "C": 1.496812558343663e-07, + "R": 1.886950506957419e-08, + "M": 3.330405161250383e-05, + "O": 1.0492140063433908e-06, + "W": 2.6940275787978862e-08, + "N": 1.5380973650280794e-07, + "Y": 0.00040758406976237893, + "U": 5.1180220062008175e-09, + "K": 7.132181849556218e-07, + "L": 6.731957569172664e-08, + "G": 4.1844130464596674e-05, + "F": 0.0023150567431002855, + "E": 0.00015709959552623332, + "T": 0.00015987759979907423, + "P": 0.03956565633416176, + "-": 0.9573113322257996 + }, + "id": "tp_8483" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1060394, + "label": "-", + "classification": { + "B": 5.58975330022804e-07, + "S": 3.328474349473254e-07, + "I": 2.6299319415556965e-06, + "C": 1.651209640840534e-05, + "R": 1.1426142236814485e-06, + "M": 1.2402859283611178e-05, + "O": 6.870975084893871e-06, + "W": 3.96260645629809e-07, + "N": 2.623923194278177e-07, + "Y": 0.0005401382804848254, + "U": 3.0071305445744656e-08, + "K": 7.095847195159877e-06, + "L": 7.574607820970414e-07, + "G": 0.0003414876409806311, + "F": 0.05092331022024155, + "E": 7.985775300767273e-05, + "T": 8.362231164937839e-05, + "P": 0.027498120442032814, + "-": 0.9204844832420349 + }, + "id": "tp_8484" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1060527, + "label": "-", + "classification": { + "B": 3.3356047879351536e-06, + "S": 9.515639249002561e-06, + "I": 0.0005203697946853936, + "C": 4.077791527379304e-05, + "R": 9.92988316284027e-06, + "M": 0.00012969518138561398, + "O": 7.842373452149332e-05, + "W": 7.797139915055595e-06, + "N": 5.003824844607152e-05, + "Y": 0.001139114610850811, + "U": 3.911256044375477e-06, + "K": 0.00029457631171680987, + "L": 5.496357971424004e-06, + "G": 0.000607371621299535, + "F": 0.0205872543156147, + "E": 0.0009358978131785989, + "T": 0.0006909442017786205, + "P": 0.13898733258247375, + "-": 0.8358982801437378 + }, + "id": "tp_8485" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1060627, + "label": "-", + "classification": { + "B": 3.074088112953177e-07, + "S": 1.89344305567829e-07, + "I": 4.368802183307707e-05, + "C": 5.260118086880539e-06, + "R": 3.1979851655705716e-07, + "M": 1.565645470691379e-05, + "O": 2.849740667443257e-06, + "W": 1.4060222497391806e-07, + "N": 3.62355194738484e-06, + "Y": 0.00047232836368493736, + "U": 1.255798167676403e-07, + "K": 4.777360663865693e-05, + "L": 1.9495308833938907e-07, + "G": 0.00039933156222105026, + "F": 0.018701305612921715, + "E": 0.0014780947240069509, + "T": 0.00015801934932824224, + "P": 0.1871262639760971, + "-": 0.7915445566177368 + }, + "id": "tp_8486" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1060761, + "label": "-", + "classification": { + "B": 9.697028247046546e-08, + "S": 9.281869495225692e-08, + "I": 4.8381636588601395e-05, + "C": 4.79791469842894e-06, + "R": 1.0948430144708254e-06, + "M": 1.7251728422706947e-05, + "O": 2.729020934566506e-06, + "W": 9.269219702900955e-08, + "N": 7.936255315144081e-07, + "Y": 0.001220298814587295, + "U": 6.904939908736196e-08, + "K": 3.010771024491987e-06, + "L": 4.034575908917759e-07, + "G": 0.00024652088177390397, + "F": 0.00813961774110794, + "E": 9.408318874193355e-05, + "T": 0.00019531446741893888, + "P": 0.04140288382768631, + "-": 0.9486225843429565 + }, + "id": "tp_8487" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1060894, + "label": "-", + "classification": { + "B": 2.5644521883805282e-06, + "S": 7.654094815734425e-07, + "I": 0.00010977283091051504, + "C": 1.4780516721657477e-05, + "R": 4.106633241462987e-06, + "M": 0.0003005408507306129, + "O": 4.333972901804373e-05, + "W": 1.0518722319829976e-06, + "N": 3.1441700230061542e-06, + "Y": 0.000809468561783433, + "U": 5.302165391185554e-07, + "K": 1.2342577804247412e-07, + "L": 1.053546293405816e-05, + "G": 0.0001922020164784044, + "F": 0.0006649304996244609, + "E": 4.7589943278580904e-05, + "T": 0.001997175859287381, + "P": 0.0844588354229927, + "-": 0.9113385677337646 + }, + "id": "tp_8488" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1061028, + "label": "P", + "classification": { + "B": 4.071594261745304e-08, + "S": 9.936056244441716e-08, + "I": 0.00026186765171587467, + "C": 7.942113029457687e-07, + "R": 5.33655679646472e-08, + "M": 7.774409823468886e-06, + "O": 1.248397893505171e-06, + "W": 2.4406174858881968e-08, + "N": 6.830840902694035e-06, + "Y": 3.1333624065155163e-05, + "U": 1.3488836714259378e-08, + "K": 4.035519296508028e-08, + "L": 5.7395030950146975e-08, + "G": 9.210144526150543e-06, + "F": 0.0001912431907840073, + "E": 0.0001447141112294048, + "T": 3.394398663658649e-05, + "P": 0.7612485289573669, + "-": 0.23806220293045044 + }, + "id": "tp_8489" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1061128, + "label": "-", + "classification": { + "B": 1.3041372994848643e-06, + "S": 3.339283694003825e-07, + "I": 1.0351942364650313e-05, + "C": 4.2911082687169255e-07, + "R": 3.731193487510609e-08, + "M": 3.1235274946084246e-05, + "O": 6.3700722421344835e-06, + "W": 1.3273914589717606e-07, + "N": 5.644978955388069e-07, + "Y": 6.900764856254682e-05, + "U": 1.9546355645161384e-08, + "K": 2.942933292615635e-07, + "L": 4.387446779219317e-07, + "G": 6.0783630033256486e-05, + "F": 0.0039024052675813437, + "E": 0.0001286980987060815, + "T": 9.705159027362242e-05, + "P": 0.14081992208957672, + "-": 0.854870617389679 + }, + "id": "tp_8490" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1061261, + "label": "-", + "classification": { + "B": 0.00012189595145173371, + "S": 2.1339945305953734e-05, + "I": 9.955519635695964e-05, + "C": 6.2076846916170325e-06, + "R": 1.6582368971285177e-06, + "M": 0.0004986545536667109, + "O": 0.00014806714898440987, + "W": 7.154998002079083e-06, + "N": 9.190887794829905e-06, + "Y": 0.0010532719315961003, + "U": 6.145824613668083e-07, + "K": 1.2446661457943264e-05, + "L": 1.5111204447748605e-05, + "G": 0.0008389322902075946, + "F": 0.009410285390913486, + "E": 0.0011066574370488524, + "T": 0.0005165683105587959, + "P": 0.06494409590959549, + "-": 0.9211884140968323 + }, + "id": "tp_8491" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1061395, + "label": "-", + "classification": { + "B": 0.0001168803428299725, + "S": 3.4296004741918296e-05, + "I": 0.0007887817337177694, + "C": 0.00011691111285472289, + "R": 3.7916986912023276e-05, + "M": 0.0007256788667291403, + "O": 0.00030693685403093696, + "W": 2.2462865672423504e-05, + "N": 5.910782056162134e-05, + "Y": 0.002332931151613593, + "U": 5.294589755067136e-06, + "K": 1.7464808479417115e-05, + "L": 5.149397475179285e-05, + "G": 0.0019464822253212333, + "F": 0.01108521781861782, + "E": 0.0012711749877780676, + "T": 0.001913434942252934, + "P": 0.18666045367717743, + "-": 0.7925070524215698 + }, + "id": "tp_8492" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1061528, + "label": "-", + "classification": { + "B": 2.5055506114313175e-08, + "S": 1.1551650302976668e-08, + "I": 0.00010069651034427807, + "C": 8.87435453478247e-06, + "R": 8.67449898578343e-07, + "M": 4.300140972191002e-06, + "O": 1.184625830319419e-06, + "W": 4.082367865976266e-08, + "N": 2.2949027425056556e-06, + "Y": 0.00026815448654815555, + "U": 1.1433223789936164e-07, + "K": 3.2111522614286514e-06, + "L": 7.828431591860863e-08, + "G": 4.315405021770857e-05, + "F": 0.001649130368605256, + "E": 0.00013323960592970252, + "T": 6.28215420874767e-05, + "P": 0.13867153227329254, + "-": 0.8590503931045532 + }, + "id": "tp_8493" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1061628, + "label": "-", + "classification": { + "B": 2.781249895633664e-05, + "S": 5.8490379160502926e-05, + "I": 0.0003577428578864783, + "C": 4.401258411235176e-05, + "R": 2.0732990378746763e-05, + "M": 0.0005490896292030811, + "O": 0.00033497510594315827, + "W": 2.4609016691101715e-05, + "N": 3.201391518814489e-05, + "Y": 0.0012278410140424967, + "U": 2.541018602641998e-06, + "K": 2.0272807887522504e-05, + "L": 3.711745739565231e-05, + "G": 0.0007174802012741566, + "F": 0.015796102583408356, + "E": 0.0004815974389202893, + "T": 0.0012637266190722585, + "P": 0.09350525587797165, + "-": 0.885498583316803 + }, + "id": "tp_8494" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1061762, + "label": "-", + "classification": { + "B": 1.892862311336785e-09, + "S": 2.3450906994071374e-08, + "I": 2.518182373023592e-05, + "C": 1.799249275791226e-06, + "R": 7.397863441838126e-07, + "M": 2.1006026145187207e-06, + "O": 1.0832400221261196e-06, + "W": 9.053886884657913e-08, + "N": 5.999754648655653e-07, + "Y": 0.0005318087060004473, + "U": 3.038334739358106e-08, + "K": 1.2979129678569734e-05, + "L": 2.4258392627984904e-08, + "G": 1.9371647795196623e-05, + "F": 0.004332276992499828, + "E": 1.594464083609637e-05, + "T": 5.55001461179927e-05, + "P": 0.033989422023296356, + "-": 0.9610110521316528 + }, + "id": "tp_8495" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1061895, + "label": "-", + "classification": { + "B": 2.9762541089439765e-06, + "S": 2.693158648980898e-06, + "I": 0.00022606267884839326, + "C": 3.099748937529512e-05, + "R": 5.919959221500903e-06, + "M": 0.00021034656674601138, + "O": 3.8788013625890017e-05, + "W": 3.928400928998599e-06, + "N": 2.7549107471713796e-05, + "Y": 0.00464758463203907, + "U": 4.868297764915042e-06, + "K": 0.000722494616638869, + "L": 3.88611579182907e-06, + "G": 0.001416766899637878, + "F": 0.011354371905326843, + "E": 0.0015939160948619246, + "T": 0.000966991821769625, + "P": 0.06972266733646393, + "-": 0.9090170860290527 + }, + "id": "tp_8496" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1062029, + "label": "-", + "classification": { + "B": 2.0517150478571722e-11, + "S": 3.2140089201160293e-11, + "I": 2.195407056149179e-08, + "C": 1.0942219352827465e-09, + "R": 1.2667511484210081e-09, + "M": 5.963533453723358e-07, + "O": 3.183216890079166e-08, + "W": 1.025716143965294e-11, + "N": 1.53438789451954e-11, + "Y": 1.3109718565829098e-05, + "U": 1.2164856795504608e-13, + "K": 5.989691164928757e-14, + "L": 9.688094770865519e-10, + "G": 3.392731855456077e-07, + "F": 3.504859478198341e-06, + "E": 1.0649365833614866e-09, + "T": 3.682203168864362e-05, + "P": 0.00012078315921826288, + "-": 0.9998248219490051 + }, + "id": "tp_8497" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1062129, + "label": "-", + "classification": { + "B": 6.254904372227088e-10, + "S": 9.701764946967728e-10, + "I": 8.565967846152489e-08, + "C": 6.78425271516403e-09, + "R": 1.8312932281716598e-09, + "M": 2.9175550935178762e-06, + "O": 1.7253110229376034e-07, + "W": 4.3689593609563815e-10, + "N": 4.1570116793288037e-10, + "Y": 5.262737249722704e-05, + "U": 2.50996289724581e-11, + "K": 1.8170515092563733e-10, + "L": 1.3873704851619095e-08, + "G": 4.455278940440621e-06, + "F": 0.0003433873353060335, + "E": 1.542883154570518e-07, + "T": 2.3274924387806095e-05, + "P": 0.0015271225711330771, + "-": 0.9980456829071045 + }, + "id": "tp_8498" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1062262, + "label": "-", + "classification": { + "B": 1.0471088884855817e-08, + "S": 4.386433971603765e-08, + "I": 2.2405488380172756e-06, + "C": 9.834052434598561e-07, + "R": 1.9137060291996022e-07, + "M": 1.1622844795056153e-05, + "O": 2.72722490990418e-06, + "W": 1.7841708555010882e-08, + "N": 4.778269158123294e-08, + "Y": 0.00024332366592716426, + "U": 1.888276424111268e-09, + "K": 7.554758951755502e-08, + "L": 1.993369664887723e-07, + "G": 0.0001213605937664397, + "F": 0.005327971186488867, + "E": 5.968805453449022e-06, + "T": 0.0001243616279680282, + "P": 0.010261944495141506, + "-": 0.9838969707489014 + }, + "id": "tp_8499" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1062396, + "label": "-", + "classification": { + "B": 4.5180789243204345e-07, + "S": 3.396356262896916e-08, + "I": 1.1282596688033664e-06, + "C": 1.2877812594069837e-07, + "R": 1.8154851844087716e-08, + "M": 3.5012722037208732e-06, + "O": 1.2783063993992982e-06, + "W": 1.7021042353349003e-08, + "N": 3.055660968698248e-08, + "Y": 1.5426563550136052e-05, + "U": 1.156673756774751e-09, + "K": 6.896931914468496e-09, + "L": 8.680727603405103e-08, + "G": 1.4816450857324526e-05, + "F": 0.0007582330144941807, + "E": 5.280681307340274e-06, + "T": 2.892753946071025e-05, + "P": 0.05772218108177185, + "-": 0.941448450088501 + }, + "id": "tp_8500" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1062529, + "label": "-", + "classification": { + "B": 1.6569735805660457e-08, + "S": 1.0088122337492678e-07, + "I": 2.4957558707683347e-05, + "C": 1.2451182840322872e-07, + "R": 2.1492622792607108e-08, + "M": 2.6514144337852485e-06, + "O": 1.876687747426331e-06, + "W": 4.502832595676409e-08, + "N": 1.0062108231068123e-06, + "Y": 1.721614353300538e-05, + "U": 1.0396404626078493e-08, + "K": 7.111947297744337e-08, + "L": 2.9649044108737144e-08, + "G": 1.3444507658277871e-06, + "F": 0.00013479712652042508, + "E": 5.119022716826294e-06, + "T": 7.701198774157092e-05, + "P": 0.20354031026363373, + "-": 0.7961933016777039 + }, + "id": "tp_8501" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1062629, + "label": "-", + "classification": { + "B": 2.5816468962602812e-08, + "S": 3.780597168656641e-08, + "I": 2.1327025024220347e-05, + "C": 4.1130462591354444e-08, + "R": 3.487555844117196e-08, + "M": 1.6613099433016032e-05, + "O": 1.3921351182943908e-06, + "W": 8.763864300931345e-09, + "N": 9.503169451363647e-08, + "Y": 0.00046458240831270814, + "U": 3.4735714304900966e-10, + "K": 3.936975190299563e-09, + "L": 7.251851030787293e-08, + "G": 2.4198674509534612e-05, + "F": 0.0007146060816012323, + "E": 7.708381417614873e-06, + "T": 0.00021211945568211377, + "P": 0.03761781379580498, + "-": 0.9609192609786987 + }, + "id": "tp_8502" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1062763, + "label": "-", + "classification": { + "B": 3.1102055800147355e-05, + "S": 1.0543622011027765e-05, + "I": 3.679766450659372e-05, + "C": 2.5199082301696762e-05, + "R": 9.880023753794376e-06, + "M": 0.002136459806933999, + "O": 0.00026077867369167507, + "W": 4.744951183965895e-06, + "N": 1.2578926771311671e-06, + "Y": 0.00192740629427135, + "U": 3.133645805064589e-07, + "K": 1.9529099404280714e-07, + "L": 0.00013201372348703444, + "G": 0.0012047059135511518, + "F": 0.005090995691716671, + "E": 7.937811460578814e-05, + "T": 0.0018647562246769667, + "P": 0.009401381947100163, + "-": 0.977782130241394 + }, + "id": "tp_8503" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1062896, + "label": "P", + "classification": { + "B": 4.5472468627849594e-05, + "S": 0.0001458233455196023, + "I": 0.00013837689766660333, + "C": 3.820937521936685e-08, + "R": 3.307124174511955e-08, + "M": 1.53649780259002e-05, + "O": 5.986090764054097e-05, + "W": 2.7742139536712784e-06, + "N": 3.380906491656788e-05, + "Y": 2.107017280650325e-06, + "U": 5.438190342488269e-09, + "K": 7.48051931509508e-08, + "L": 8.33359422358626e-07, + "G": 1.3319211575435475e-05, + "F": 0.001118093146942556, + "E": 0.000136178161483258, + "T": 3.120443216175772e-05, + "P": 0.9130529165267944, + "-": 0.085203617811203 + }, + "id": "tp_8504" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1063030, + "label": "-", + "classification": { + "B": 1.7082893464248627e-06, + "S": 8.81947562447749e-06, + "I": 0.000580095686018467, + "C": 1.6512170986970887e-05, + "R": 9.544697604724206e-06, + "M": 0.00020386747200973332, + "O": 7.387379446299747e-05, + "W": 4.502297088038176e-06, + "N": 4.910531060886569e-05, + "Y": 0.006333031691610813, + "U": 7.756768809485948e-07, + "K": 0.00011832218297058716, + "L": 3.892405857186532e-06, + "G": 0.001066424185410142, + "F": 0.01930009201169014, + "E": 0.0008142556180246174, + "T": 0.002564128255471587, + "P": 0.09441033005714417, + "-": 0.8744407296180725 + }, + "id": "tp_8505" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1063130, + "label": "-", + "classification": { + "B": 3.965944415540434e-06, + "S": 5.400287136581028e-06, + "I": 0.0003525450301822275, + "C": 4.1042476368602365e-05, + "R": 1.4163772902975325e-05, + "M": 0.0009065549238584936, + "O": 8.92125244718045e-05, + "W": 3.881351403833833e-06, + "N": 9.664197932579555e-06, + "Y": 0.014719093218445778, + "U": 1.2510117812780663e-06, + "K": 1.4782197467866354e-05, + "L": 1.4696873222419526e-05, + "G": 0.0015892154769971967, + "F": 0.005546542350202799, + "E": 0.0002708671672735363, + "T": 0.003966289106756449, + "P": 0.023018358275294304, + "-": 0.9494324922561646 + }, + "id": "tp_8506" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1063263, + "label": "-", + "classification": { + "B": 5.525402229977772e-06, + "S": 1.7617080629861448e-06, + "I": 8.869629709806759e-06, + "C": 2.3087481167749502e-05, + "R": 1.9565788988984423e-06, + "M": 0.00027475995011627674, + "O": 4.554428596748039e-05, + "W": 1.054207587003475e-06, + "N": 7.09339303739398e-07, + "Y": 0.0007143371040001512, + "U": 1.1343887962311783e-07, + "K": 6.862941290819435e-07, + "L": 1.42082881211536e-05, + "G": 0.0009372687200084329, + "F": 0.023693600669503212, + "E": 9.10376402316615e-05, + "T": 0.000723516452126205, + "P": 0.01584862545132637, + "-": 0.9576132893562317 + }, + "id": "tp_8507" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1063397, + "label": "-", + "classification": { + "B": 5.413952966493163e-11, + "S": 1.8284739278229267e-09, + "I": 1.8016004688092835e-08, + "C": 1.7988808664881617e-08, + "R": 5.589692597673945e-10, + "M": 6.499005849036621e-07, + "O": 6.325530677031566e-08, + "W": 6.171784749930964e-10, + "N": 1.5465755343058163e-09, + "Y": 0.00011444400297477841, + "U": 2.0193069438789735e-11, + "K": 3.745979029190494e-07, + "L": 7.101283450161588e-10, + "G": 1.2819411495001987e-05, + "F": 0.0021814790088683367, + "E": 3.578884388844017e-06, + "T": 1.5344070561695844e-05, + "P": 0.002176565583795309, + "-": 0.9954947233200073 + }, + "id": "tp_8508" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1063530, + "label": "-", + "classification": { + "B": 3.2644729230923986e-07, + "S": 3.401387971280201e-07, + "I": 1.3162427876522997e-06, + "C": 1.8393517393633374e-06, + "R": 2.7390098011892405e-07, + "M": 3.3527288906043395e-05, + "O": 4.99394855069113e-06, + "W": 7.76883553044172e-08, + "N": 1.266015630108086e-07, + "Y": 0.00027553230756893754, + "U": 7.977098981371e-09, + "K": 3.182863110851031e-07, + "L": 4.3094414081679133e-07, + "G": 6.119655881775543e-05, + "F": 0.012386958114802837, + "E": 2.2080317648942582e-05, + "T": 0.00011482959962449968, + "P": 0.0256882905960083, + "-": 0.961407482624054 + }, + "id": "tp_8509" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1063630, + "label": "-", + "classification": { + "B": 7.6161427386978175e-06, + "S": 7.4025233516294975e-06, + "I": 1.2779696589859668e-05, + "C": 3.5384355214773677e-06, + "R": 5.178882247491856e-07, + "M": 0.0002648402296472341, + "O": 7.371530227828771e-05, + "W": 1.2104726465622662e-06, + "N": 2.2942228952160804e-06, + "Y": 0.00045321095967665315, + "U": 2.1387006654549623e-07, + "K": 1.4196682514011627e-06, + "L": 8.258474736067e-06, + "G": 0.000218388726352714, + "F": 0.00984642468392849, + "E": 0.00013586510613095015, + "T": 0.0005067250458523631, + "P": 0.03799392282962799, + "-": 0.950461745262146 + }, + "id": "tp_8510" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1063764, + "label": "-", + "classification": { + "B": 7.433496040931686e-09, + "S": 2.138566479459314e-08, + "I": 5.039781285631761e-07, + "C": 2.0296646141559904e-08, + "R": 5.290254900813807e-09, + "M": 2.946738959508366e-06, + "O": 7.806398230059131e-07, + "W": 1.859546827631675e-08, + "N": 1.1340610228671721e-08, + "Y": 3.192220174241811e-05, + "U": 6.854116718635339e-10, + "K": 4.9699455217933064e-08, + "L": 1.6131174618294608e-08, + "G": 2.481800720488536e-06, + "F": 0.0009801320265978575, + "E": 2.7060427782998886e-06, + "T": 1.8831764464266598e-05, + "P": 0.012895369902253151, + "-": 0.986064076423645 + }, + "id": "tp_8511" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1063897, + "label": "-", + "classification": { + "B": 6.831474820501171e-06, + "S": 3.107517841272056e-05, + "I": 3.0040295314393006e-05, + "C": 8.536050881957635e-05, + "R": 2.2485883164335974e-05, + "M": 0.0016272139037027955, + "O": 0.0003095977008342743, + "W": 9.540345672576223e-06, + "N": 4.208749487588648e-06, + "Y": 0.004827226512134075, + "U": 4.964610411661852e-07, + "K": 1.1014506526407786e-05, + "L": 8.963860454969108e-05, + "G": 0.0027158211451023817, + "F": 0.026278989389538765, + "E": 0.0002899920509662479, + "T": 0.0031276699155569077, + "P": 0.00846158154308796, + "-": 0.9520710706710815 + }, + "id": "tp_8512" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1064031, + "label": "-", + "classification": { + "B": 3.854338626041454e-09, + "S": 9.176242876662855e-09, + "I": 6.232193641153572e-07, + "C": 3.0498370051645907e-08, + "R": 1.0591445054330961e-08, + "M": 2.5853018996713217e-06, + "O": 6.492853117379127e-07, + "W": 5.211658660186913e-09, + "N": 7.80386422150059e-09, + "Y": 5.783003507531248e-05, + "U": 3.8001507496332465e-10, + "K": 6.821516129740246e-10, + "L": 2.8367107773874523e-08, + "G": 2.006584054470295e-06, + "F": 0.00012192493886686862, + "E": 3.386226694601646e-07, + "T": 4.00596036342904e-05, + "P": 0.01552437711507082, + "-": 0.9842495322227478 + }, + "id": "tp_8513" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1064131, + "label": "-", + "classification": { + "B": 2.5327175023903692e-08, + "S": 1.2281839190109167e-07, + "I": 2.7710433641914278e-05, + "C": 1.1484548849693965e-06, + "R": 9.351018093184393e-08, + "M": 1.1111887033621315e-05, + "O": 2.8150850539532257e-06, + "W": 9.398456057851945e-08, + "N": 2.06581376005488e-06, + "Y": 8.351228461833671e-05, + "U": 4.258315655647493e-08, + "K": 8.855836881593859e-07, + "L": 1.1332453908607931e-07, + "G": 1.0015917723649181e-05, + "F": 0.002402783138677478, + "E": 5.52994642930571e-05, + "T": 0.00010133648902410641, + "P": 0.13793393969535828, + "-": 0.8593668341636658 + }, + "id": "tp_8514" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1064264, + "label": "P", + "classification": { + "B": 0.0021913491655141115, + "S": 0.0007029541302472353, + "I": 0.009028141386806965, + "C": 0.0008294768049381673, + "R": 0.0002088058681692928, + "M": 0.007685781456530094, + "O": 0.0020399123895913363, + "W": 0.00025875557912513614, + "N": 0.0017761068884283304, + "Y": 0.0049497694708406925, + "U": 9.862241131486371e-05, + "K": 5.3637922974303365e-05, + "L": 0.0007985822157934308, + "G": 0.004343779291957617, + "F": 0.009478336200118065, + "E": 0.00896281935274601, + "T": 0.006627621129155159, + "P": 0.5381429195404053, + "-": 0.40182268619537354 + }, + "id": "tp_8515" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1064398, + "label": "-", + "classification": { + "B": 8.70243042072616e-08, + "S": 2.1874818401101948e-07, + "I": 2.514471998438239e-05, + "C": 3.7650759168172954e-06, + "R": 7.323985187213111e-07, + "M": 2.0760060579050332e-05, + "O": 6.538257821375737e-06, + "W": 1.8317875571938202e-07, + "N": 8.445651360489137e-07, + "Y": 0.00042952984222210944, + "U": 4.481831794578284e-08, + "K": 1.2671690683419001e-06, + "L": 4.064486631705222e-07, + "G": 7.686678873142228e-05, + "F": 0.0075319367460906506, + "E": 5.972813596599735e-05, + "T": 9.6997813670896e-05, + "P": 0.02943437360227108, + "-": 0.9623104929924011 + }, + "id": "tp_8516" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1064531, + "label": "-", + "classification": { + "B": 0.0003534771967679262, + "S": 0.004277949687093496, + "I": 0.002634068252518773, + "C": 0.007013150490820408, + "R": 0.004473881796002388, + "M": 0.03742147982120514, + "O": 0.018499163910746574, + "W": 0.003064956981688738, + "N": 0.0008429716690443456, + "Y": 0.21057361364364624, + "U": 0.00018100586021319032, + "K": 0.004086351953446865, + "L": 0.007006458938121796, + "G": 0.0739939883351326, + "F": 0.11735256761312485, + "E": 0.0028811434749513865, + "T": 0.10313116014003754, + "P": 0.010076535865664482, + "-": 0.3921360671520233 + }, + "id": "tp_8517" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1064631, + "label": "-", + "classification": { + "B": 0.0003995068836957216, + "S": 0.0004892394063062966, + "I": 0.0024083012249320745, + "C": 0.0019522407092154026, + "R": 0.0006498150760307908, + "M": 0.009753569029271603, + "O": 0.0031579029746353626, + "W": 0.00022367101337295026, + "N": 0.0003260851080995053, + "Y": 0.0745062530040741, + "U": 3.800623017014004e-05, + "K": 0.0005172015517018735, + "L": 0.0019943490624427795, + "G": 0.09261194616556168, + "F": 0.09985212981700897, + "E": 0.013900061137974262, + "T": 0.021038977429270744, + "P": 0.04307172819972038, + "-": 0.6331090331077576 + }, + "id": "tp_8518" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1064765, + "label": "-", + "classification": { + "B": 0.0011189504293724895, + "S": 0.0006425934843719006, + "I": 0.004911399912089109, + "C": 0.000958041928242892, + "R": 0.00025082583306357265, + "M": 0.010787212289869785, + "O": 0.002047288231551647, + "W": 0.0001542849640827626, + "N": 0.0006028213538229465, + "Y": 0.008186771534383297, + "U": 2.438838782836683e-05, + "K": 0.0001023533841362223, + "L": 0.001249820226803422, + "G": 0.0272824726998806, + "F": 0.07828623056411743, + "E": 0.03377277031540871, + "T": 0.006548099685460329, + "P": 0.21470242738723755, + "-": 0.6083712577819824 + }, + "id": "tp_8519" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1064898, + "label": "-", + "classification": { + "B": 0.0007281931466422975, + "S": 0.0033149379305541515, + "I": 0.0003805990272667259, + "C": 0.0018315549241378903, + "R": 0.0007922967779450119, + "M": 0.016197359189391136, + "O": 0.0071313269436359406, + "W": 0.0006603773799724877, + "N": 9.806898015085608e-05, + "Y": 0.02958010323345661, + "U": 1.445480484107975e-05, + "K": 0.0005044551799073815, + "L": 0.00239169760607183, + "G": 0.036632586270570755, + "F": 0.1376023143529892, + "E": 0.0013971618609502912, + "T": 0.03150717914104462, + "P": 0.009998882189393044, + "-": 0.719236433506012 + }, + "id": "tp_8520" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1065032, + "label": "-", + "classification": { + "B": 5.370799044612795e-05, + "S": 3.3732751035131514e-05, + "I": 0.00033155549317598343, + "C": 4.715835166280158e-05, + "R": 2.59238022408681e-05, + "M": 0.0012672771699726582, + "O": 0.0005275532603263855, + "W": 2.5559134883224033e-05, + "N": 1.717517625365872e-05, + "Y": 0.0028263258282095194, + "U": 2.3312161374633433e-06, + "K": 1.6823465784909786e-06, + "L": 8.597012492828071e-05, + "G": 0.0005260210018604994, + "F": 0.00213478016667068, + "E": 0.00012171831622254103, + "T": 0.006483358796685934, + "P": 0.02700437605381012, + "-": 0.9584836959838867 + }, + "id": "tp_8521" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1065132, + "label": "-", + "classification": { + "B": 3.558897151378915e-05, + "S": 0.0006259353831410408, + "I": 0.0011850898154079914, + "C": 0.00044666233588941395, + "R": 0.00035640090936794877, + "M": 0.008418268524110317, + "O": 0.002405573148280382, + "W": 0.00014328656834550202, + "N": 0.00010140607628272846, + "Y": 0.365892618894577, + "U": 2.5493945940979756e-06, + "K": 0.00048497706302441657, + "L": 0.00023303022317122668, + "G": 0.024972770363092422, + "F": 0.032754331827163696, + "E": 0.0003643480013124645, + "T": 0.08187063783407211, + "P": 0.002415826776996255, + "-": 0.47729071974754333 + }, + "id": "tp_8522" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1065265, + "label": "-", + "classification": { + "B": 5.826307187817292e-06, + "S": 1.4676613318442833e-05, + "I": 0.00017887244757730514, + "C": 3.310818283353001e-05, + "R": 1.0639295396686066e-05, + "M": 0.00017811614088714123, + "O": 7.792085671098903e-05, + "W": 6.142372967588017e-06, + "N": 1.7385780665790662e-05, + "Y": 0.0011223199544474483, + "U": 1.6961568007900496e-06, + "K": 5.5367992899846286e-05, + "L": 5.7547390497347806e-06, + "G": 0.0003030658117495477, + "F": 0.017901461571455002, + "E": 0.0003295813512522727, + "T": 0.0008591975783929229, + "P": 0.0816664844751358, + "-": 0.8972324132919312 + }, + "id": "tp_8523" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1065399, + "label": "-", + "classification": { + "B": 0.012485810555517673, + "S": 0.00200638547539711, + "I": 0.007057656534016132, + "C": 0.0009029436623677611, + "R": 0.0002504225994925946, + "M": 0.012574453838169575, + "O": 0.003520871279761195, + "W": 0.0006503417389467359, + "N": 0.0015972390538081527, + "Y": 0.007346633356064558, + "U": 0.00010133926843991503, + "K": 0.00042004516581073403, + "L": 0.0013691033236682415, + "G": 0.023194599896669388, + "F": 0.03781457990407944, + "E": 0.07104997336864471, + "T": 0.006179465912282467, + "P": 0.354743629693985, + "-": 0.45673444867134094 + }, + "id": "tp_8524" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1065532, + "label": "-", + "classification": { + "B": 0.000462456198874861, + "S": 0.0008952882490120828, + "I": 0.0014748588437214494, + "C": 0.0004931790754199028, + "R": 0.0002879298117477447, + "M": 0.02406487986445427, + "O": 0.00351529847830534, + "W": 0.00017306767404079437, + "N": 0.00010377491707913578, + "Y": 0.0321386381983757, + "U": 2.034035060205497e-05, + "K": 4.504534081206657e-05, + "L": 0.0034326454624533653, + "G": 0.029731063172221184, + "F": 0.08173742890357971, + "E": 0.0024476556573063135, + "T": 0.0206002090126276, + "P": 0.02181217633187771, + "-": 0.7765640616416931 + }, + "id": "tp_8525" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1065632, + "label": "-", + "classification": { + "B": 0.00024526004563085735, + "S": 0.001930846949107945, + "I": 0.005603489000350237, + "C": 0.0004642177955247462, + "R": 0.00022538997291121632, + "M": 0.003933192230761051, + "O": 0.001639229361899197, + "W": 0.000609405804425478, + "N": 0.0025595147162675858, + "Y": 0.057996731251478195, + "U": 6.442414451157674e-05, + "K": 0.026089640334248543, + "L": 0.00013907905668020248, + "G": 0.016291165724396706, + "F": 0.15435990691184998, + "E": 0.021536607295274734, + "T": 0.035205937922000885, + "P": 0.10583360493183136, + "-": 0.5652723908424377 + }, + "id": "tp_8526" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1065766, + "label": "-", + "classification": { + "B": 2.4777691578492522e-05, + "S": 0.0001107930947910063, + "I": 0.0029936241917312145, + "C": 8.100696140900254e-05, + "R": 7.552119495812804e-05, + "M": 0.009461253881454468, + "O": 0.0006884458707645535, + "W": 3.3249500120291486e-05, + "N": 0.00013133212632965297, + "Y": 0.0591035932302475, + "U": 4.165530299360398e-06, + "K": 0.00010190650937147439, + "L": 7.640252442797646e-05, + "G": 0.0041055637411773205, + "F": 0.011450514197349548, + "E": 0.0008076432277448475, + "T": 0.05126790702342987, + "P": 0.015089021064341068, + "-": 0.8443933725357056 + }, + "id": "tp_8527" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1065899, + "label": "-", + "classification": { + "B": 0.0006067135254852474, + "S": 0.01504163071513176, + "I": 0.005243835039436817, + "C": 0.009611286222934723, + "R": 0.00693180738016963, + "M": 0.04371095821261406, + "O": 0.048612769693136215, + "W": 0.006651023402810097, + "N": 0.001586601953022182, + "Y": 0.1914481222629547, + "U": 6.194742309162393e-05, + "K": 0.005462994799017906, + "L": 0.0074177575297653675, + "G": 0.10464765131473541, + "F": 0.11614412814378738, + "E": 0.0030232269782572985, + "T": 0.1082736924290657, + "P": 0.007059359923005104, + "-": 0.3184644281864166 + }, + "id": "tp_8528" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1066033, + "label": "Y", + "classification": { + "B": 8.440245437668636e-05, + "S": 0.021957721561193466, + "I": 0.009333363734185696, + "C": 0.0015208518598228693, + "R": 0.001011991873383522, + "M": 0.02228844352066517, + "O": 0.00962670799344778, + "W": 0.0012252869782969356, + "N": 0.0022184925619512796, + "Y": 0.4338919222354889, + "U": 5.833376235386822e-07, + "K": 0.0041352142579853535, + "L": 0.00045530343777500093, + "G": 0.06607794016599655, + "F": 0.07501569390296936, + "E": 0.0033855256624519825, + "T": 0.2613106369972229, + "P": 0.0020521203987300396, + "-": 0.08440770208835602 + }, + "id": "tp_8529" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1066133, + "label": "Y", + "classification": { + "B": 7.991053280420601e-05, + "S": 0.005329691804945469, + "I": 0.006374682299792767, + "C": 0.00463858712464571, + "R": 0.001347435638308525, + "M": 0.011496745981276035, + "O": 0.007381902076303959, + "W": 0.0008653856348246336, + "N": 0.0029181973077356815, + "Y": 0.3989905118942261, + "U": 4.761146101373015e-06, + "K": 0.025654403492808342, + "L": 0.0005628626677207649, + "G": 0.20862217247486115, + "F": 0.0770314633846283, + "E": 0.00527731329202652, + "T": 0.19182005524635315, + "P": 0.0016369837103411555, + "-": 0.04996691271662712 + }, + "id": "tp_8530" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1066266, + "label": "-", + "classification": { + "B": 0.002630578586831689, + "S": 0.18953539431095123, + "I": 0.0010319059947505593, + "C": 7.70906699472107e-05, + "R": 0.00021317585196811706, + "M": 0.07475984841585159, + "O": 0.1367800235748291, + "W": 0.005851692985743284, + "N": 0.00036148334038443863, + "Y": 0.027073118835687637, + "U": 7.202427809716028e-07, + "K": 0.0001894469023682177, + "L": 0.014074237085878849, + "G": 0.0718856155872345, + "F": 0.14220504462718964, + "E": 0.0010147428838536143, + "T": 0.07647852599620819, + "P": 0.004488017875701189, + "-": 0.2513493299484253 + }, + "id": "tp_8531" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1066400, + "label": "-", + "classification": { + "B": 9.559660247759894e-05, + "S": 0.000303902750601992, + "I": 0.001375788007862866, + "C": 0.0004975802730768919, + "R": 0.000292886805254966, + "M": 0.012759124860167503, + "O": 0.0024148847442120314, + "W": 0.00013727997429668903, + "N": 0.0001197441088152118, + "Y": 0.04084949940443039, + "U": 2.3010874429019168e-05, + "K": 6.78231954225339e-05, + "L": 0.0010952639859169722, + "G": 0.010581756941974163, + "F": 0.03223768621683121, + "E": 0.0009880246361717582, + "T": 0.03540480509400368, + "P": 0.019343754276633263, + "-": 0.8414115309715271 + }, + "id": "tp_8532" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1066533, + "label": "-", + "classification": { + "B": 1.1312519063721993e-06, + "S": 1.3239688996691257e-05, + "I": 3.663891402538866e-05, + "C": 7.976467713888269e-06, + "R": 5.761650754720904e-06, + "M": 0.0006591474520973861, + "O": 0.00017271310207433999, + "W": 3.953211944462964e-06, + "N": 1.3935964489064645e-06, + "Y": 0.01623399555683136, + "U": 2.2137072619443643e-08, + "K": 2.1993203063175315e-06, + "L": 1.1660808013402857e-05, + "G": 0.0011956028174608946, + "F": 0.004817902576178312, + "E": 2.93610410153633e-05, + "T": 0.008785489946603775, + "P": 0.0021963620092719793, + "-": 0.9658253788948059 + }, + "id": "tp_8533" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1066633, + "label": "-", + "classification": { + "B": 0.0010184197453781962, + "S": 0.0010349869262427092, + "I": 0.00897048320621252, + "C": 0.007199161220341921, + "R": 0.003545085433870554, + "M": 0.035861533135175705, + "O": 0.01024360116571188, + "W": 0.0008186940103769302, + "N": 0.0008830776205286384, + "Y": 0.07012836635112762, + "U": 0.0002969554625451565, + "K": 0.00024246312386821955, + "L": 0.006916498765349388, + "G": 0.04439240321516991, + "F": 0.029040196910500526, + "E": 0.006569667253643274, + "T": 0.048373159021139145, + "P": 0.04392367973923683, + "-": 0.6805415749549866 + }, + "id": "tp_8534" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1066767, + "label": "Y", + "classification": { + "B": 3.0438403086918697e-07, + "S": 0.0002824559633154422, + "I": 0.007792232092469931, + "C": 0.0020644504111260176, + "R": 0.0005923092248849571, + "M": 0.0008033525082282722, + "O": 0.0008854682091623545, + "W": 0.00011982806609012187, + "N": 0.0011409178841859102, + "Y": 0.8143682479858398, + "U": 4.388464702742567e-08, + "K": 0.0057862126268446445, + "L": 1.097677795769414e-05, + "G": 0.05095590651035309, + "F": 0.0048293196596205235, + "E": 0.0005223960615694523, + "T": 0.1066054254770279, + "P": 6.318121450021863e-05, + "-": 0.0031769692432135344 + }, + "id": "tp_8535" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1066900, + "label": "-", + "classification": { + "B": 1.96352331727212e-07, + "S": 4.3918200276493735e-07, + "I": 3.888571882271208e-06, + "C": 1.7948442518900265e-06, + "R": 7.96117092249915e-07, + "M": 0.00023263500770553946, + "O": 1.0311146070307586e-05, + "W": 6.722567036376859e-08, + "N": 6.970498844793838e-08, + "Y": 0.0020349223632365465, + "U": 4.290173105658823e-09, + "K": 3.914595225751327e-08, + "L": 2.462207930875593e-06, + "G": 0.0003194710589013994, + "F": 0.00195659720338881, + "E": 9.623996447771788e-06, + "T": 0.0013972645392641425, + "P": 0.0017505352152511477, + "-": 0.9922789335250854 + }, + "id": "tp_8536" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1067000, + "label": "-", + "classification": { + "B": 0.02054567076265812, + "S": 0.006778688170015812, + "I": 0.004032614640891552, + "C": 0.00046466084313578904, + "R": 0.00032339373137801886, + "M": 0.009360086172819138, + "O": 0.013971289619803429, + "W": 0.002389306668192148, + "N": 0.001121079665608704, + "Y": 0.003016251837834716, + "U": 0.00011334126611473039, + "K": 9.890120418276638e-05, + "L": 0.0034442781470716, + "G": 0.008633625693619251, + "F": 0.02627701126039028, + "E": 0.007833338342607021, + "T": 0.006306774448603392, + "P": 0.26988014578819275, + "-": 0.6154095530509949 + }, + "id": "tp_8537" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1067134, + "label": "-", + "classification": { + "B": 5.482144115376286e-05, + "S": 0.00029909989098086953, + "I": 0.002751284744590521, + "C": 0.0002308273542439565, + "R": 6.592521094717085e-05, + "M": 0.001397990039549768, + "O": 0.0007583630504086614, + "W": 0.00023168524785432965, + "N": 0.0012752197217196226, + "Y": 0.019697774201631546, + "U": 5.009570304537192e-05, + "K": 0.04446398466825485, + "L": 6.026012488291599e-05, + "G": 0.010054970160126686, + "F": 0.09597990661859512, + "E": 0.041011348366737366, + "T": 0.008297095075249672, + "P": 0.14174626767635345, + "-": 0.6315731406211853 + }, + "id": "tp_8538" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1067267, + "label": "-", + "classification": { + "B": 3.2527968869544566e-05, + "S": 8.329081174451858e-05, + "I": 0.001460945699363947, + "C": 0.00017706456128507853, + "R": 2.9281496608746238e-05, + "M": 0.002570895478129387, + "O": 0.0003071243700105697, + "W": 2.8624175683944486e-05, + "N": 0.00018926020129583776, + "Y": 0.0619441382586956, + "U": 2.727879518715781e-06, + "K": 0.0015885920729488134, + "L": 6.435313116526231e-05, + "G": 0.027244968339800835, + "F": 0.07787138223648071, + "E": 0.038861870765686035, + "T": 0.013927492313086987, + "P": 0.054284293204545975, + "-": 0.7193311452865601 + }, + "id": "tp_8539" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1067401, + "label": "-", + "classification": { + "B": 0.0013450519181787968, + "S": 0.0014929537428542972, + "I": 0.009473826736211777, + "C": 0.0007279455312527716, + "R": 0.0003925758646801114, + "M": 0.019672280177474022, + "O": 0.003782921005040407, + "W": 0.000367533735698089, + "N": 0.0011987339239567518, + "Y": 0.046852003782987595, + "U": 4.600722240866162e-05, + "K": 0.00032762548653408885, + "L": 0.001202852581627667, + "G": 0.02861860953271389, + "F": 0.06535972654819489, + "E": 0.02404763177037239, + "T": 0.028433695435523987, + "P": 0.12418914586305618, + "-": 0.6424688696861267 + }, + "id": "tp_8540" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1067501, + "label": "Y", + "classification": { + "B": 0.007918921299278736, + "S": 0.022901246324181557, + "I": 0.040693625807762146, + "C": 0.013612411916255951, + "R": 0.01815515197813511, + "M": 0.09290081262588501, + "O": 0.05021495744585991, + "W": 0.010490955784916878, + "N": 0.01059563085436821, + "Y": 0.19207675755023956, + "U": 0.0015972246183082461, + "K": 0.003043541917577386, + "L": 0.023584332317113876, + "G": 0.08664219826459885, + "F": 0.039499301463365555, + "E": 0.009108943864703178, + "T": 0.1856066882610321, + "P": 0.021045709028840065, + "-": 0.17031161487102509 + }, + "id": "tp_8541" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1067634, + "label": "G", + "classification": { + "B": 0.0007152549806050956, + "S": 0.003866806859150529, + "I": 0.007774170022457838, + "C": 0.004664742387831211, + "R": 0.0015778212109580636, + "M": 0.04710502550005913, + "O": 0.008971388451755047, + "W": 0.0009232015581801534, + "N": 0.0017924613784998655, + "Y": 0.15546338260173798, + "U": 7.293700764421374e-05, + "K": 0.004839756526052952, + "L": 0.005497308447957039, + "G": 0.27417612075805664, + "F": 0.15015171468257904, + "E": 0.043543390929698944, + "T": 0.06445920467376709, + "P": 0.020994974300265312, + "-": 0.20341038703918457 + }, + "id": "tp_8542" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1067768, + "label": "-", + "classification": { + "B": 7.432665734086186e-05, + "S": 6.314232450677082e-05, + "I": 0.008013281971216202, + "C": 0.0016363105969503522, + "R": 0.0008556149550713599, + "M": 0.007462330162525177, + "O": 0.0007774728001095355, + "W": 5.1848397561116144e-05, + "N": 0.00018399498367216438, + "Y": 0.10612572729587555, + "U": 4.448697654879652e-05, + "K": 9.61700570769608e-05, + "L": 0.0004380389000289142, + "G": 0.02090372145175934, + "F": 0.01172542478889227, + "E": 0.0014817251358181238, + "T": 0.03743531182408333, + "P": 0.029574615880846977, + "-": 0.7730563879013062 + }, + "id": "tp_8543" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1067901, + "label": "-", + "classification": { + "B": 0.0003631558793131262, + "S": 0.00040716491639614105, + "I": 0.0027199846226722, + "C": 0.00016219107783399522, + "R": 9.628841507947072e-05, + "M": 0.004163261502981186, + "O": 0.0014873736072331667, + "W": 0.0002778799389488995, + "N": 0.00036954236566089094, + "Y": 0.01549582276493311, + "U": 3.414581806282513e-05, + "K": 0.000931604066863656, + "L": 0.00022753428493160754, + "G": 0.008948074653744698, + "F": 0.04092874377965927, + "E": 0.006485976278781891, + "T": 0.009454791434109211, + "P": 0.1110517829656601, + "-": 0.7963946461677551 + }, + "id": "tp_8544" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1068001, + "label": "-", + "classification": { + "B": 0.00026266975328326225, + "S": 0.0017996198730543256, + "I": 0.0007892569992691278, + "C": 0.0004181110125500709, + "R": 0.0005286649102345109, + "M": 0.03942912817001343, + "O": 0.010993409901857376, + "W": 0.0003789064066950232, + "N": 5.6765351473586634e-05, + "Y": 0.08013921231031418, + "U": 4.632759100786643e-06, + "K": 4.393590643303469e-05, + "L": 0.003357883542776108, + "G": 0.030139967799186707, + "F": 0.039396945387125015, + "E": 0.00030011378112249076, + "T": 0.08510094881057739, + "P": 0.0028899572789669037, + "-": 0.7039698958396912 + }, + "id": "tp_8545" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1068135, + "label": "-", + "classification": { + "B": 0.0002654220152180642, + "S": 0.0016859002644196153, + "I": 0.004365900531411171, + "C": 0.0049176630564033985, + "R": 0.0022054363507777452, + "M": 0.04196733981370926, + "O": 0.011741050519049168, + "W": 0.0007889415719546378, + "N": 0.0008069039904512465, + "Y": 0.2393382340669632, + "U": 6.166484672576189e-05, + "K": 0.0015320096863433719, + "L": 0.005019542761147022, + "G": 0.16537392139434814, + "F": 0.05805740877985954, + "E": 0.008956831879913807, + "T": 0.08910122513771057, + "P": 0.008661477826535702, + "-": 0.3551531136035919 + }, + "id": "tp_8546" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1068268, + "label": "-", + "classification": { + "B": 1.8036540495813824e-05, + "S": 8.884232374839485e-05, + "I": 0.0008237555739469826, + "C": 7.978027133503929e-05, + "R": 7.648891187272966e-05, + "M": 0.0015413560904562473, + "O": 0.0005692926933988929, + "W": 5.006353239878081e-05, + "N": 7.202606502687559e-05, + "Y": 0.010906891897320747, + "U": 6.167120318423258e-06, + "K": 7.53046406316571e-05, + "L": 7.540381193393841e-05, + "G": 0.001116326660849154, + "F": 0.01563926227390766, + "E": 0.0005189705989323556, + "T": 0.008081309497356415, + "P": 0.05219379439949989, + "-": 0.9080668687820435 + }, + "id": "tp_8547" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1068402, + "label": "-", + "classification": { + "B": 1.0031580899294568e-07, + "S": 8.14886931266301e-08, + "I": 2.7786240025307052e-05, + "C": 1.8452741414876073e-06, + "R": 1.0030969121999078e-07, + "M": 1.0691025636333507e-05, + "O": 8.462617984150711e-07, + "W": 4.87855089659206e-08, + "N": 1.3839272696714033e-06, + "Y": 0.000167762758792378, + "U": 1.3715462543473222e-08, + "K": 2.065369699266739e-06, + "L": 6.777332117735568e-08, + "G": 9.556217264616862e-05, + "F": 0.016633126884698868, + "E": 0.001083702314645052, + "T": 2.7009820769308135e-05, + "P": 0.4374331831932068, + "-": 0.5445145964622498 + }, + "id": "tp_8548" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1068502, + "label": "-", + "classification": { + "B": 7.885194008849794e-08, + "S": 1.2120277226301823e-08, + "I": 8.139505212056974e-07, + "C": 1.2491332412878364e-08, + "R": 2.7957116621735167e-09, + "M": 1.3545766705647111e-05, + "O": 1.1154387493661488e-06, + "W": 4.842068968002877e-09, + "N": 4.871266945372099e-09, + "Y": 2.5926530724973418e-05, + "U": 1.230160001641778e-10, + "K": 1.5417603305145633e-10, + "L": 9.224811492458684e-08, + "G": 7.754392754577566e-06, + "F": 0.00016263486759271473, + "E": 2.7039882297685836e-06, + "T": 3.438902786001563e-05, + "P": 0.0133937643840909, + "-": 0.9863570928573608 + }, + "id": "tp_8549" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1068635, + "label": "P", + "classification": { + "B": 8.226754033557881e-08, + "S": 1.5489672477997374e-07, + "I": 0.00042238421156071126, + "C": 3.8698064486197836e-07, + "R": 6.219860892997531e-08, + "M": 7.5799189289682545e-06, + "O": 1.2493544545577606e-06, + "W": 5.214920051344052e-08, + "N": 6.045659119990887e-06, + "Y": 2.5011597244883887e-05, + "U": 1.2097280510658948e-08, + "K": 3.538039905492951e-08, + "L": 1.042276522866814e-07, + "G": 1.1729263860615902e-05, + "F": 0.00029067537980154157, + "E": 0.0001057352710631676, + "T": 1.969650838873349e-05, + "P": 0.8781183362007141, + "-": 0.12099076807498932 + }, + "id": "tp_8550" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1068769, + "label": "-", + "classification": { + "B": 1.6241436924246955e-06, + "S": 2.9625014121847926e-06, + "I": 0.00045337577466852963, + "C": 1.2199272532598116e-05, + "R": 2.4368569029320497e-06, + "M": 5.290038461680524e-05, + "O": 1.8330540115130134e-05, + "W": 1.8553752170191729e-06, + "N": 5.438467633211985e-05, + "Y": 0.000809722114354372, + "U": 9.49721993492858e-07, + "K": 4.587709918268956e-05, + "L": 8.406442475461517e-07, + "G": 0.00014988791372161359, + "F": 0.006675967015326023, + "E": 0.0008612056844867766, + "T": 0.0004928561975248158, + "P": 0.4215688705444336, + "-": 0.5687938332557678 + }, + "id": "tp_8551" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1068902, + "label": "-", + "classification": { + "B": 4.0475288187735714e-07, + "S": 5.761625629929767e-07, + "I": 6.323263369267806e-05, + "C": 2.034279305007658e-06, + "R": 7.619480584253324e-07, + "M": 0.00032239308347925544, + "O": 1.303276076214388e-05, + "W": 1.5281895571206405e-07, + "N": 6.883266792101495e-07, + "Y": 0.006281119771301746, + "U": 2.4965119749253972e-08, + "K": 1.43579143241368e-07, + "L": 1.2893872280983487e-06, + "G": 0.00024910896900109947, + "F": 0.0006328820018097758, + "E": 3.5504814150044695e-05, + "T": 0.002940995851531625, + "P": 0.009901615791022778, + "-": 0.9795540571212769 + }, + "id": "tp_8552" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1069002, + "label": "-", + "classification": { + "B": 0.006431627552956343, + "S": 0.0008437871001660824, + "I": 0.000486205390188843, + "C": 0.01575232483446598, + "R": 0.0036116940900683403, + "M": 0.05325642600655556, + "O": 0.008333290927112103, + "W": 0.00020020801457576454, + "N": 1.9278115360066295e-05, + "Y": 0.008021915331482887, + "U": 9.18589375942247e-06, + "K": 1.680031687101291e-06, + "L": 0.05078112334012985, + "G": 0.13871115446090698, + "F": 0.04224299266934395, + "E": 0.002002660883590579, + "T": 0.006395744625478983, + "P": 0.009402135387063026, + "-": 0.6534964442253113 + }, + "id": "tp_8553" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1069136, + "label": "-", + "classification": { + "B": 0.0019048202084377408, + "S": 0.0012647808762267232, + "I": 0.005455837585031986, + "C": 0.002264974405989051, + "R": 0.00034283933928236365, + "M": 0.008800859563052654, + "O": 0.002512155333533883, + "W": 0.0005911447224207222, + "N": 0.0014652516692876816, + "Y": 0.004339992068707943, + "U": 0.000200787719222717, + "K": 0.00048334128223359585, + "L": 0.0008076954400166869, + "G": 0.00613198708742857, + "F": 0.04972682520747185, + "E": 0.016375893726944923, + "T": 0.006325599737465382, + "P": 0.37744975090026855, + "-": 0.5135555267333984 + }, + "id": "tp_8554" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1069269, + "label": "-", + "classification": { + "B": 1.5008819076456348e-08, + "S": 7.478115016112952e-09, + "I": 1.1727536275429884e-06, + "C": 1.325704630517066e-07, + "R": 1.2092494117155184e-08, + "M": 2.9921536679466954e-06, + "O": 5.446279942589172e-07, + "W": 1.1659221144100229e-08, + "N": 3.904443346414155e-08, + "Y": 2.0280756871216e-05, + "U": 1.4349725852014217e-09, + "K": 3.665835635047188e-08, + "L": 1.534471039121854e-08, + "G": 3.934207143174717e-06, + "F": 0.0003698765067383647, + "E": 6.733263944624923e-06, + "T": 1.5418107068398967e-05, + "P": 0.04879344627261162, + "-": 0.9507853388786316 + }, + "id": "tp_8555" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1069403, + "label": "-", + "classification": { + "B": 5.79609604756115e-07, + "S": 5.8576920309860725e-06, + "I": 3.651148290373385e-05, + "C": 9.174933802569285e-05, + "R": 2.6170639102929272e-05, + "M": 0.0005781208164989948, + "O": 0.00017512647900730371, + "W": 5.990887075313367e-06, + "N": 2.833332246154896e-06, + "Y": 0.004158214665949345, + "U": 9.023855227496824e-07, + "K": 4.245977834216319e-05, + "L": 3.0881808925187215e-05, + "G": 0.0014621163718402386, + "F": 0.01712734065949917, + "E": 0.00011338880722178146, + "T": 0.0022111854050308466, + "P": 0.006780111696571112, + "-": 0.9671505093574524 + }, + "id": "tp_8556" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1069503, + "label": "-", + "classification": { + "B": 6.242493691388518e-05, + "S": 0.0003213081508874893, + "I": 0.0007961145020090044, + "C": 0.0018599879695102572, + "R": 0.00044890286517329514, + "M": 0.008204695768654346, + "O": 0.0017040942329913378, + "W": 0.00013357371790334582, + "N": 9.792763012228534e-05, + "Y": 0.02297159843146801, + "U": 1.476167108194204e-05, + "K": 0.00019964075181633234, + "L": 0.0008301378111355007, + "G": 0.01596701145172119, + "F": 0.10088243335485458, + "E": 0.003127574222162366, + "T": 0.01105648186057806, + "P": 0.024869542568922043, + "-": 0.806451678276062 + }, + "id": "tp_8557" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1069636, + "label": "-", + "classification": { + "B": 6.121421733951138e-07, + "S": 2.2228584839467658e-07, + "I": 2.859460892068455e-06, + "C": 8.802364277471497e-07, + "R": 1.2303085838993866e-07, + "M": 7.148996246542083e-06, + "O": 2.340461605854216e-06, + "W": 6.463731239136905e-08, + "N": 1.6815121739455208e-07, + "Y": 0.0002368318964727223, + "U": 6.046569023254733e-09, + "K": 4.533281980911852e-07, + "L": 2.366445954748997e-07, + "G": 0.00023987123859114945, + "F": 0.02184082567691803, + "E": 6.298984953900799e-05, + "T": 7.781665044603869e-05, + "P": 0.06417423486709595, + "-": 0.913352370262146 + }, + "id": "tp_8558" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1069770, + "label": "-", + "classification": { + "B": 4.4549330890930605e-10, + "S": 4.342822990111017e-09, + "I": 1.5819571785868902e-07, + "C": 6.743136271580852e-09, + "R": 2.3343782462603713e-09, + "M": 5.224371193435218e-07, + "O": 2.2464854509962606e-07, + "W": 2.0207024942209273e-09, + "N": 3.3413942723825585e-09, + "Y": 2.5046329028555192e-05, + "U": 2.415830313573508e-10, + "K": 3.727189668012443e-09, + "L": 4.63991600696545e-09, + "G": 8.160853894878528e-07, + "F": 0.0001883168879430741, + "E": 1.369353128666262e-07, + "T": 1.723371860862244e-05, + "P": 0.006035806145519018, + "-": 0.993731677532196 + }, + "id": "tp_8559" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1069903, + "label": "-", + "classification": { + "B": 1.0540717994445004e-05, + "S": 2.371628852415597e-06, + "I": 2.2839694793219678e-05, + "C": 3.1388699426315725e-06, + "R": 1.1065108083130326e-06, + "M": 4.095441909157671e-05, + "O": 4.6394779928959906e-05, + "W": 1.550929255245137e-06, + "N": 2.6710649763117544e-06, + "Y": 0.0003808522305916995, + "U": 3.4563362305561895e-07, + "K": 1.5477023680432467e-06, + "L": 2.745874098764034e-06, + "G": 0.00020956015214323997, + "F": 0.002455874579027295, + "E": 3.633477899711579e-05, + "T": 0.0005162796005606651, + "P": 0.10465595871210098, + "-": 0.8916088938713074 + }, + "id": "tp_8560" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1070003, + "label": "-", + "classification": { + "B": 7.425259695992281e-07, + "S": 2.0782476184422194e-08, + "I": 8.348233677679673e-06, + "C": 2.3397952020332013e-07, + "R": 4.563495537013296e-08, + "M": 2.7254479846305912e-06, + "O": 2.5353479031764437e-06, + "W": 1.8960884418106616e-08, + "N": 1.0002194983371737e-07, + "Y": 6.832330655015539e-06, + "U": 3.659526459642848e-09, + "K": 1.013873207611482e-09, + "L": 2.2964441370731947e-07, + "G": 1.4247542821976822e-05, + "F": 0.00026791999698616564, + "E": 6.376435976562789e-06, + "T": 2.611497802718077e-05, + "P": 0.14051498472690582, + "-": 0.859148383140564 + }, + "id": "tp_8561" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1070137, + "label": "P", + "classification": { + "B": 2.5215854293492157e-07, + "S": 1.5275262512659538e-06, + "I": 2.7384712666389532e-05, + "C": 1.6805088876026275e-07, + "R": 1.6809968528264108e-08, + "M": 6.329953066597227e-06, + "O": 4.078374786331551e-06, + "W": 2.0052362970091053e-07, + "N": 3.887320872308919e-06, + "Y": 3.150275369989686e-05, + "U": 9.142367751735492e-09, + "K": 3.20267815823172e-07, + "L": 9.530801037271885e-08, + "G": 1.4838376046100166e-05, + "F": 0.0067737046629190445, + "E": 0.0002990735520143062, + "T": 1.5083291145856492e-05, + "P": 0.6768590807914734, + "-": 0.315962553024292 + }, + "id": "tp_8562" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1070270, + "label": "-", + "classification": { + "B": 2.7331356250215322e-05, + "S": 1.8507806089473888e-05, + "I": 4.7253361117327586e-05, + "C": 6.0236288845771924e-05, + "R": 2.7421274353400804e-05, + "M": 0.0022082028444856405, + "O": 0.0004792266699951142, + "W": 5.579098797170445e-06, + "N": 1.4255093674364616e-06, + "Y": 0.0031601754017174244, + "U": 3.430304502671788e-07, + "K": 1.305542838281326e-07, + "L": 0.00032490529702045023, + "G": 0.002496337750926614, + "F": 0.008295617066323757, + "E": 5.402497117756866e-05, + "T": 0.0022592851892113686, + "P": 0.007867449894547462, + "-": 0.9726666808128357 + }, + "id": "tp_8563" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1070404, + "label": "-", + "classification": { + "B": 5.333647095540073e-06, + "S": 4.582464498525951e-06, + "I": 0.0014714353019371629, + "C": 0.00031768670305609703, + "R": 5.948947000433691e-05, + "M": 0.0001045765820890665, + "O": 9.706894343253225e-05, + "W": 1.1285796972515527e-05, + "N": 0.0001082025482901372, + "Y": 0.003024949226528406, + "U": 1.457711732655298e-05, + "K": 0.00016627069271635264, + "L": 9.545668035570998e-06, + "G": 0.000731573614757508, + "F": 0.008210847154259682, + "E": 0.0008729592664167285, + "T": 0.0006727480213157833, + "P": 0.12622570991516113, + "-": 0.8578912019729614 + }, + "id": "tp_8564" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1070504, + "label": "-", + "classification": { + "B": 1.6436366934158286e-08, + "S": 1.1295784752007876e-08, + "I": 5.89395403949311e-06, + "C": 3.657720171190704e-08, + "R": 1.5957374088770848e-08, + "M": 1.1711515071510803e-05, + "O": 5.545568342313345e-07, + "W": 3.2655325110653166e-09, + "N": 2.7244931644077042e-08, + "Y": 0.00039475210360251367, + "U": 3.7031269717324733e-10, + "K": 1.0537729799864337e-08, + "L": 2.3568361484649358e-08, + "G": 2.9049735530861653e-05, + "F": 0.0005166463670320809, + "E": 2.93258767669613e-06, + "T": 0.00016572471940889955, + "P": 0.011621767655014992, + "-": 0.987250804901123 + }, + "id": "tp_8565" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1070637, + "label": "-", + "classification": { + "B": 3.117419510090258e-06, + "S": 8.974286174634472e-06, + "I": 0.0005701651680283248, + "C": 6.087599103921093e-05, + "R": 3.3839351090136915e-05, + "M": 0.000408037070883438, + "O": 0.00015264400281012058, + "W": 8.86186899151653e-06, + "N": 3.809017289313488e-05, + "Y": 0.004921772982925177, + "U": 4.4135822463431396e-06, + "K": 2.140919787052553e-05, + "L": 1.8927636119769886e-05, + "G": 0.0005818086210638285, + "F": 0.007105897180736065, + "E": 0.0002737778122536838, + "T": 0.0034725067671388388, + "P": 0.055972419679164886, + "-": 0.9263423681259155 + }, + "id": "tp_8566" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1070771, + "label": "-", + "classification": { + "B": 1.0050154742202722e-05, + "S": 1.6412905097240582e-06, + "I": 6.146320174593711e-06, + "C": 1.6557273738726508e-06, + "R": 1.9409773699408106e-07, + "M": 4.129937951802276e-05, + "O": 3.3623648050706834e-05, + "W": 1.2384504088913673e-06, + "N": 4.5353820610216644e-07, + "Y": 4.167548831901513e-05, + "U": 3.924026259483071e-08, + "K": 1.4984871654633025e-07, + "L": 2.324667093489552e-06, + "G": 5.471853000926785e-05, + "F": 0.004435332491993904, + "E": 3.653507155831903e-05, + "T": 5.244069325271994e-05, + "P": 0.06676274538040161, + "-": 0.9285178184509277 + }, + "id": "tp_8567" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1070904, + "label": "-", + "classification": { + "B": 6.535343932689841e-10, + "S": 1.1170109281977147e-09, + "I": 2.1027215552749112e-05, + "C": 9.125207611759834e-08, + "R": 1.1323103343841012e-08, + "M": 1.9611252355389297e-06, + "O": 1.9994874378426175e-07, + "W": 2.193029091657195e-09, + "N": 2.039232924744283e-07, + "Y": 4.701760917669162e-05, + "U": 1.483696498993936e-09, + "K": 1.0522790461209297e-07, + "L": 3.752855359806517e-09, + "G": 7.688996447541285e-06, + "F": 0.00023775373119860888, + "E": 3.2381365599576384e-05, + "T": 1.9524915842339396e-05, + "P": 0.18725749850273132, + "-": 0.8123745322227478 + }, + "id": "tp_8568" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1071004, + "label": "-", + "classification": { + "B": 5.494616983625633e-10, + "S": 7.785629363432633e-10, + "I": 3.5209443467465462e-06, + "C": 4.089416165697912e-07, + "R": 2.1560962792932514e-08, + "M": 2.9887537493777927e-06, + "O": 2.058269075178032e-07, + "W": 1.0296473673676587e-09, + "N": 1.687855366583335e-08, + "Y": 5.0916085456265137e-05, + "U": 1.3532911458113972e-09, + "K": 1.6627963450588368e-09, + "L": 2.27193783786106e-08, + "G": 8.027365765883587e-06, + "F": 0.00011101576819783077, + "E": 2.1232845028862357e-06, + "T": 4.4339340092847124e-05, + "P": 0.027754630893468857, + "-": 0.972021758556366 + }, + "id": "tp_8569" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1071138, + "label": "-", + "classification": { + "B": 1.8609340258990414e-05, + "S": 1.074339343176689e-05, + "I": 2.7547932859306457e-06, + "C": 9.992164251571012e-08, + "R": 6.006798969337979e-08, + "M": 9.54290953814052e-05, + "O": 3.07150803564582e-05, + "W": 3.95886161186354e-07, + "N": 1.0621418766731949e-07, + "Y": 0.0001167671725852415, + "U": 6.510519345859223e-10, + "K": 1.2424631989915724e-08, + "L": 3.815828222286655e-06, + "G": 0.00026007817359641194, + "F": 0.018881507217884064, + "E": 5.8821882703341544e-05, + "T": 0.00016311559011228383, + "P": 0.021413948386907578, + "-": 0.9589428901672363 + }, + "id": "tp_8570" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1071271, + "label": "-", + "classification": { + "B": 1.8301022919331444e-09, + "S": 1.5646322015783198e-09, + "I": 1.4924921742931474e-06, + "C": 2.749559335768481e-08, + "R": 3.3158220613671574e-09, + "M": 3.8363796761586855e-07, + "O": 1.7329689683265315e-07, + "W": 1.3032833701132063e-09, + "N": 7.906792554024378e-09, + "Y": 8.186106242646929e-06, + "U": 2.2541310484847088e-10, + "K": 2.1016421936081997e-10, + "L": 7.1570886994720695e-09, + "G": 7.186266088865523e-07, + "F": 6.739429227309301e-05, + "E": 2.2275287392403698e-07, + "T": 7.827165973139927e-06, + "P": 0.052909791469573975, + "-": 0.9470037221908569 + }, + "id": "tp_8571" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1071405, + "label": "-", + "classification": { + "B": 2.3509622337769542e-07, + "S": 1.0395812921615288e-07, + "I": 3.425820978009142e-05, + "C": 3.17131525662262e-06, + "R": 1.8551196490079747e-07, + "M": 1.0917403415078297e-05, + "O": 2.1137705061846646e-06, + "W": 1.4891342914324923e-07, + "N": 1.9072447230428224e-06, + "Y": 0.0004479916824493557, + "U": 4.452817492506256e-08, + "K": 3.607451799325645e-05, + "L": 1.7597250234757666e-07, + "G": 0.0005376641056500375, + "F": 0.02646041288971901, + "E": 0.0029898672364652157, + "T": 5.8475980040384457e-05, + "P": 0.13684120774269104, + "-": 0.8325750231742859 + }, + "id": "tp_8572" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1071505, + "label": "-", + "classification": { + "B": 1.4885479231452337e-06, + "S": 4.016793866412627e-07, + "I": 6.586325866919651e-07, + "C": 1.706483772068168e-06, + "R": 5.681841344085115e-07, + "M": 7.144829578464851e-05, + "O": 1.995054117287509e-05, + "W": 7.554741898729844e-08, + "N": 5.345139442169966e-09, + "Y": 0.00019421179604250938, + "U": 9.439393711119237e-10, + "K": 2.2580870506772044e-09, + "L": 7.977670975378715e-06, + "G": 0.00022889545653015375, + "F": 0.0013349908404052258, + "E": 1.0381279480498051e-06, + "T": 0.00010037863830802962, + "P": 0.0003558291937224567, + "-": 0.9976804256439209 + }, + "id": "tp_8573" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1071638, + "label": "-", + "classification": { + "B": 4.279592394595966e-05, + "S": 2.0261762983864173e-05, + "I": 2.268552088935394e-05, + "C": 1.4555547522832057e-06, + "R": 1.3224745316620101e-06, + "M": 0.0013762273592874408, + "O": 0.0003494192787911743, + "W": 2.562400595707004e-06, + "N": 5.765640480603906e-07, + "Y": 0.0015536471037194133, + "U": 3.5203985504494995e-08, + "K": 3.027968276114734e-08, + "L": 4.65008124592714e-05, + "G": 0.0007349390652962029, + "F": 0.0013070286950096488, + "E": 2.5933930373867042e-05, + "T": 0.0020439745858311653, + "P": 0.007732672151178122, + "-": 0.9847378134727478 + }, + "id": "tp_8574" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1071772, + "label": "-", + "classification": { + "B": 6.556310108862817e-05, + "S": 0.00028703801217488945, + "I": 0.0016197686782106757, + "C": 0.0012284645345062017, + "R": 0.0006131819682195783, + "M": 0.0025393322575837374, + "O": 0.0017196540720760822, + "W": 0.0003228331042919308, + "N": 0.00037819889257662, + "Y": 0.007724334951490164, + "U": 0.00010721461148932576, + "K": 0.0007649027975276113, + "L": 0.000280646956525743, + "G": 0.001989054726436734, + "F": 0.0343325212597847, + "E": 0.0014991523930802941, + "T": 0.008044382557272911, + "P": 0.07690627872943878, + "-": 0.8595774173736572 + }, + "id": "tp_8575" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1071905, + "label": "-", + "classification": { + "B": 3.2039826347585176e-09, + "S": 1.583463493659565e-08, + "I": 4.286382448981385e-08, + "C": 1.098658852782819e-08, + "R": 8.330172662773805e-10, + "M": 3.7960708709761093e-07, + "O": 1.2546246352940216e-07, + "W": 1.7706395238903383e-09, + "N": 3.151104266407856e-09, + "Y": 6.267553999350639e-06, + "U": 3.838371287478992e-11, + "K": 2.2562417711924354e-08, + "L": 3.2752305312300223e-09, + "G": 1.6325194565069978e-06, + "F": 0.009046748280525208, + "E": 3.141417664664914e-06, + "T": 3.115992967650527e-06, + "P": 0.021469498053193092, + "-": 0.9694690108299255 + }, + "id": "tp_8576" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1072005, + "label": "-", + "classification": { + "B": 3.3913165680132806e-06, + "S": 2.4758799554547295e-05, + "I": 6.444927566917613e-05, + "C": 2.1769714294350706e-05, + "R": 5.32062585989479e-06, + "M": 0.00038101940299384296, + "O": 0.00014608395576942712, + "W": 8.705573236511555e-06, + "N": 1.0280941751261707e-05, + "Y": 0.0016092946752905846, + "U": 1.0211929293291178e-06, + "K": 4.391628863231745e-06, + "L": 1.633768442843575e-05, + "G": 0.00019420241005718708, + "F": 0.009584939107298851, + "E": 0.00010279309935867786, + "T": 0.0018652270082384348, + "P": 0.030748361721634865, + "-": 0.9552075862884521 + }, + "id": "tp_8577" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1072139, + "label": "-", + "classification": { + "B": 5.0524580728961155e-05, + "S": 0.0001980399392778054, + "I": 0.00010518163617234677, + "C": 0.00020619150018319488, + "R": 0.00013683384167961776, + "M": 0.0054804496467113495, + "O": 0.0019253770587965846, + "W": 4.833758794120513e-05, + "N": 6.388906513166148e-06, + "Y": 0.018362775444984436, + "U": 6.364954288073932e-07, + "K": 5.07934601046145e-06, + "L": 0.0004556569620035589, + "G": 0.008226791396737099, + "F": 0.020041486248373985, + "E": 0.00012878092820756137, + "T": 0.009519616141915321, + "P": 0.0030610316898673773, + "-": 0.932040810585022 + }, + "id": "tp_8578" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1072272, + "label": "F", + "classification": { + "B": 2.3364333173958585e-05, + "S": 0.00022465073561761528, + "I": 2.088090013785404e-06, + "C": 1.1859108326461865e-06, + "R": 2.698994308047986e-07, + "M": 0.00032161432318389416, + "O": 0.000194956868654117, + "W": 6.683315859845607e-06, + "N": 8.43326802169031e-07, + "Y": 0.0004835033614654094, + "U": 6.989897105569298e-09, + "K": 1.0039439985121135e-05, + "L": 3.440104046603665e-05, + "G": 0.003585333935916424, + "F": 0.5460637807846069, + "E": 0.0008286113734357059, + "T": 0.0003348287136759609, + "P": 0.006909090094268322, + "-": 0.4409748315811157 + }, + "id": "tp_8579" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1072406, + "label": "-", + "classification": { + "B": 0.00014765352534595877, + "S": 8.464223355986178e-06, + "I": 7.345542690018192e-05, + "C": 5.539156700251624e-05, + "R": 1.5579302271362394e-05, + "M": 0.0011837114579975605, + "O": 0.00026293963310308754, + "W": 3.4123004297725856e-06, + "N": 1.334176317868696e-06, + "Y": 0.001190301962196827, + "U": 3.1533605238109885e-07, + "K": 4.136596487569477e-08, + "L": 0.00022849556989967823, + "G": 0.0033595245331525803, + "F": 0.0034805547911673784, + "E": 0.00010972102609230205, + "T": 0.0009234218159690499, + "P": 0.021316979080438614, + "-": 0.9676386117935181 + }, + "id": "tp_8580" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1072506, + "label": "-", + "classification": { + "B": 2.98491272587853e-06, + "S": 2.069511992885964e-06, + "I": 3.94252401747508e-06, + "C": 3.2163002288143616e-06, + "R": 7.406857776004472e-07, + "M": 5.998273627483286e-05, + "O": 2.8714757718262263e-05, + "W": 4.404047899697616e-07, + "N": 1.575515256035942e-07, + "Y": 0.00021556575666181743, + "U": 2.0300722880506328e-08, + "K": 4.866287639515576e-08, + "L": 7.00432110534166e-06, + "G": 0.00019150190928485245, + "F": 0.008268844336271286, + "E": 1.341140341537539e-05, + "T": 0.00016041471099015325, + "P": 0.011484622023999691, + "-": 0.9795562028884888 + }, + "id": "tp_8581" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1072639, + "label": "-", + "classification": { + "B": 1.8899870113386896e-08, + "S": 4.311706103266033e-09, + "I": 3.6499952216217935e-07, + "C": 3.51645681462287e-08, + "R": 3.790977309847676e-09, + "M": 1.7951177824215847e-06, + "O": 4.430373508057528e-07, + "W": 2.330489579094319e-09, + "N": 3.940549664349646e-09, + "Y": 1.790519308997318e-05, + "U": 1.8279272540056013e-10, + "K": 6.016300790889773e-10, + "L": 1.5409684195333284e-08, + "G": 3.5262596611573827e-06, + "F": 6.435326940845698e-05, + "E": 4.798386044058134e-07, + "T": 1.3430106264422648e-05, + "P": 0.010404784232378006, + "-": 0.9894928932189941 + }, + "id": "tp_8582" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1072773, + "label": "-", + "classification": { + "B": 4.873423313256353e-05, + "S": 7.483169611077756e-05, + "I": 0.00019493044237606227, + "C": 6.288942677201703e-05, + "R": 2.9676080885110423e-05, + "M": 0.00040338828694075346, + "O": 0.0003939479938708246, + "W": 5.055901056039147e-05, + "N": 3.116303196293302e-05, + "Y": 0.0021994970738887787, + "U": 7.0621313170704525e-06, + "K": 1.41896152854315e-05, + "L": 5.1808303396683186e-05, + "G": 0.00048672675620764494, + "F": 0.00733109749853611, + "E": 0.00010843161726370454, + "T": 0.0028415750712156296, + "P": 0.09316342324018478, + "-": 0.8925060629844666 + }, + "id": "tp_8583" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1072906, + "label": "-", + "classification": { + "B": 1.1077181625296362e-05, + "S": 3.492008090688614e-06, + "I": 9.292871982324868e-05, + "C": 2.3649524791835574e-06, + "R": 7.395263992293621e-07, + "M": 0.00019268211326561868, + "O": 3.301105243735947e-05, + "W": 8.429530566900212e-07, + "N": 2.947427446997608e-06, + "Y": 0.0004116371273994446, + "U": 1.1671728827877814e-07, + "K": 2.3090088063781877e-07, + "L": 4.572520083456766e-06, + "G": 0.0002193249820265919, + "F": 0.0017885996494442225, + "E": 0.0001208539106301032, + "T": 0.0006507420330308378, + "P": 0.12139615416526794, + "-": 0.8750677108764648 + }, + "id": "tp_8584" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1073006, + "label": "-", + "classification": { + "B": 9.909495446436267e-10, + "S": 1.2389126391454397e-09, + "I": 1.917968120324076e-06, + "C": 2.0771543063347053e-07, + "R": 1.6970441052421847e-08, + "M": 1.7701281649351586e-06, + "O": 1.2054687203999492e-07, + "W": 1.3694301248534657e-09, + "N": 2.649644770258419e-08, + "Y": 0.00022390051162801683, + "U": 1.3349775729309954e-09, + "K": 1.897173973475219e-07, + "L": 4.068790637745678e-09, + "G": 1.0601744179439265e-05, + "F": 0.00021127572108525783, + "E": 6.466387276304886e-06, + "T": 3.827991895377636e-05, + "P": 0.008792965672910213, + "-": 0.9907122254371643 + }, + "id": "tp_8585" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1073140, + "label": "-", + "classification": { + "B": 5.801230145152658e-07, + "S": 9.302328862759168e-07, + "I": 2.480579678376671e-05, + "C": 3.786586262322089e-07, + "R": 2.2150328504721983e-07, + "M": 7.691336213611066e-05, + "O": 2.0282348486944102e-05, + "W": 4.3447968778309587e-07, + "N": 6.778090551051719e-07, + "Y": 0.0005067261517979205, + "U": 2.8455460210352612e-08, + "K": 4.088600036311618e-08, + "L": 1.7246868537768023e-06, + "G": 5.015307033318095e-05, + "F": 0.0013287455076351762, + "E": 2.9920702218078077e-05, + "T": 0.00040332553908228874, + "P": 0.04581781104207039, + "-": 0.951736330986023 + }, + "id": "tp_8586" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1073273, + "label": "-", + "classification": { + "B": 2.4143093924067216e-07, + "S": 3.298091542092152e-07, + "I": 4.398544115247205e-05, + "C": 5.373994099500123e-06, + "R": 1.5152249943639617e-06, + "M": 2.2025054931873456e-05, + "O": 1.7737420421326533e-05, + "W": 4.2724047943920596e-07, + "N": 1.2485005527196336e-06, + "Y": 0.00034185193362645805, + "U": 1.8491603270831547e-07, + "K": 1.7883797909235e-07, + "L": 1.5071889265527716e-06, + "G": 6.390176713466644e-05, + "F": 0.001147065544500947, + "E": 8.706821063242387e-06, + "T": 0.0003826672618743032, + "P": 0.04414789378643036, + "-": 0.9538132548332214 + }, + "id": "tp_8587" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1073407, + "label": "-", + "classification": { + "B": 4.094630057238646e-08, + "S": 2.7580799866200323e-08, + "I": 8.157843694789335e-06, + "C": 1.5478548220926314e-07, + "R": 3.48105118064268e-08, + "M": 0.00014767459651920944, + "O": 2.4113642211887054e-06, + "W": 5.6915330226559036e-09, + "N": 3.2380320647007466e-08, + "Y": 0.0015663912054151297, + "U": 6.384091033595496e-10, + "K": 6.628611548542551e-10, + "L": 2.6924567464448046e-07, + "G": 8.979163249023259e-05, + "F": 0.00010656848462531343, + "E": 6.051875061530154e-06, + "T": 0.0008660780731588602, + "P": 0.006152463611215353, + "-": 0.9910538792610168 + }, + "id": "tp_8588" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1073507, + "label": "-", + "classification": { + "B": 3.9226444641826674e-05, + "S": 3.2372146961279213e-05, + "I": 0.0009914604015648365, + "C": 3.874800677294843e-05, + "R": 2.3295864593819715e-05, + "M": 0.005260946229100227, + "O": 0.0005428943550214171, + "W": 1.4783863662160002e-05, + "N": 2.5053670469787903e-05, + "Y": 0.024281159043312073, + "U": 1.2297460898480495e-06, + "K": 3.590379492379725e-06, + "L": 8.091318886727095e-05, + "G": 0.002958713797852397, + "F": 0.005030064843595028, + "E": 0.00019524745584931225, + "T": 0.018036356195807457, + "P": 0.027251021936535835, + "-": 0.9151929020881653 + }, + "id": "tp_8589" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1073640, + "label": "-", + "classification": { + "B": 1.9199970502370434e-09, + "S": 1.596678345094915e-08, + "I": 7.581702811876312e-05, + "C": 1.3938867482465866e-07, + "R": 7.259581025209627e-08, + "M": 1.7916792103278567e-06, + "O": 4.376163644792541e-07, + "W": 1.674690253139488e-08, + "N": 1.4034085324965417e-06, + "Y": 0.0002015334612224251, + "U": 4.365575456688475e-09, + "K": 1.5374184840766247e-06, + "L": 5.953392445690042e-09, + "G": 6.679489615635248e-06, + "F": 0.0014159312704578042, + "E": 1.4813486814091448e-05, + "T": 5.955772576271556e-05, + "P": 0.20508557558059692, + "-": 0.7931346893310547 + }, + "id": "tp_8590" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1073774, + "label": "-", + "classification": { + "B": 4.8157225762679445e-08, + "S": 1.065415133894021e-07, + "I": 6.895504338899627e-05, + "C": 3.0944024729251396e-06, + "R": 2.427859726594761e-07, + "M": 6.572317215614021e-05, + "O": 3.340767761983443e-06, + "W": 3.812326454522008e-08, + "N": 1.038089635585493e-06, + "Y": 0.0009304006234742701, + "U": 2.4445423463248517e-08, + "K": 4.414008003550407e-08, + "L": 5.663692377311236e-07, + "G": 9.343614510726184e-05, + "F": 0.0007592564215883613, + "E": 8.80313164088875e-05, + "T": 0.0006435124669224024, + "P": 0.050523076206445694, + "-": 0.9468191266059875 + }, + "id": "tp_8591" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1073907, + "label": "-", + "classification": { + "B": 8.064840585575439e-06, + "S": 1.0113049938809127e-05, + "I": 0.00039929631748236716, + "C": 0.00037561552016995847, + "R": 4.1254730604123324e-05, + "M": 0.00015756339416839182, + "O": 9.80561162577942e-05, + "W": 1.568552033859305e-05, + "N": 7.871872367104515e-05, + "Y": 0.0030346098355948925, + "U": 9.826350833463948e-06, + "K": 0.0009709125151857734, + "L": 1.0883015420404263e-05, + "G": 0.0015610295813530684, + "F": 0.04820018261671066, + "E": 0.0026564619038254023, + "T": 0.0008267565863206983, + "P": 0.11368494480848312, + "-": 0.8278600573539734 + }, + "id": "tp_8592" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1074007, + "label": "-", + "classification": { + "B": 3.2622715195884666e-08, + "S": 6.20633358039413e-08, + "I": 4.684118539444171e-05, + "C": 1.0536392665017047e-06, + "R": 3.0034041742510453e-07, + "M": 1.2299198715481907e-05, + "O": 3.2686775739421137e-06, + "W": 8.955873198601694e-08, + "N": 1.3709283166463138e-06, + "Y": 0.00022787255875300616, + "U": 5.2513669857034984e-08, + "K": 8.477443316223798e-07, + "L": 8.805210427453858e-08, + "G": 1.4895264939696062e-05, + "F": 0.0006683943211100996, + "E": 2.6312185582355596e-05, + "T": 0.0001945344265550375, + "P": 0.07445769011974335, + "-": 0.9243439435958862 + }, + "id": "tp_8593" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1074141, + "label": "-", + "classification": { + "B": 1.1757025353276163e-09, + "S": 1.6581834794138217e-09, + "I": 2.8305562409514096e-06, + "C": 1.1005700351063297e-08, + "R": 8.692631614515278e-10, + "M": 2.479008287536999e-07, + "O": 7.38368370889475e-08, + "W": 1.5530525754314795e-09, + "N": 7.552210945505067e-08, + "Y": 3.7628819882229436e-06, + "U": 3.1213087670067807e-10, + "K": 6.323680423747646e-08, + "L": 5.259973012705643e-10, + "G": 7.830579988876707e-07, + "F": 0.0005576852126978338, + "E": 2.3852262529544532e-05, + "T": 2.0550321551127126e-06, + "P": 0.49121934175491333, + "-": 0.5081892609596252 + }, + "id": "tp_8594" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1074274, + "label": "-", + "classification": { + "B": 1.6876830599699133e-08, + "S": 9.473930617787119e-08, + "I": 9.726850436209133e-08, + "C": 2.9615903063273663e-09, + "R": 1.4679514270810046e-09, + "M": 7.639812793058809e-06, + "O": 2.686851985345129e-06, + "W": 1.2929035619890783e-08, + "N": 3.0130751227375185e-09, + "Y": 1.8608023310662247e-05, + "U": 7.640114235707429e-11, + "K": 1.1015816037129866e-09, + "L": 3.5901557282613794e-08, + "G": 1.2427816500348854e-06, + "F": 0.0003117560991086066, + "E": 1.9245779014909203e-07, + "T": 4.2638486775103956e-05, + "P": 0.0022136911284178495, + "-": 0.997401237487793 + }, + "id": "tp_8595" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1074408, + "label": "-", + "classification": { + "B": 8.333985533681698e-06, + "S": 2.0336752641014755e-05, + "I": 0.0002885044668801129, + "C": 3.4571818105177954e-05, + "R": 1.2102666914870497e-05, + "M": 0.00016716444224584848, + "O": 0.00010515958274481818, + "W": 1.875248744909186e-05, + "N": 6.571173435077071e-05, + "Y": 0.001954333856701851, + "U": 6.705409305141075e-06, + "K": 0.0006728627486154437, + "L": 8.789072126091924e-06, + "G": 0.00044704118045046926, + "F": 0.027144676074385643, + "E": 0.00208010571077466, + "T": 0.0009501070016995072, + "P": 0.12605838477611542, + "-": 0.8399563431739807 + }, + "id": "tp_8596" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1074508, + "label": "-", + "classification": { + "B": 1.0154991286981385e-05, + "S": 8.081365376710892e-05, + "I": 0.00012958596926182508, + "C": 3.829954584944062e-05, + "R": 7.43093914934434e-06, + "M": 0.0008559491252526641, + "O": 0.0003120108740404248, + "W": 2.005171700147912e-05, + "N": 2.3192173102870584e-05, + "Y": 0.002852784236893058, + "U": 5.97468954310898e-07, + "K": 0.00010769837535917759, + "L": 3.94187263736967e-05, + "G": 0.002542246598750353, + "F": 0.10627008974552155, + "E": 0.002456390531733632, + "T": 0.001651518396101892, + "P": 0.045167047530412674, + "-": 0.837434709072113 + }, + "id": "tp_8597" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1074641, + "label": "-", + "classification": { + "B": 1.1470744709640712e-07, + "S": 2.1513308468001924e-07, + "I": 7.526404806412756e-05, + "C": 2.304224381077802e-06, + "R": 3.0662604899589496e-07, + "M": 2.1062705855001695e-05, + "O": 7.210737294371938e-06, + "W": 2.205225513307596e-07, + "N": 4.963028459314955e-06, + "Y": 0.0002686389198061079, + "U": 1.264294553493528e-07, + "K": 4.058137164975051e-06, + "L": 2.1380242287705187e-07, + "G": 5.3060881327837706e-05, + "F": 0.0012219923082739115, + "E": 0.00019029033137485385, + "T": 0.00022328688646666706, + "P": 0.18001773953437805, + "-": 0.8179090023040771 + }, + "id": "tp_8598" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1074775, + "label": "-", + "classification": { + "B": 3.5187252223067844e-08, + "S": 9.618214846796036e-08, + "I": 1.5338631783379242e-05, + "C": 6.244806627364596e-06, + "R": 1.9421963770582806e-06, + "M": 4.160721800872125e-05, + "O": 4.938795427733567e-06, + "W": 7.113106192946361e-08, + "N": 2.0066890726866404e-07, + "Y": 0.00048380353837274015, + "U": 1.8906002097196506e-08, + "K": 5.6784447366453605e-08, + "L": 6.479352236965497e-07, + "G": 5.978989793220535e-05, + "F": 0.0007218114333227277, + "E": 1.0652283890522085e-05, + "T": 0.0002637447905726731, + "P": 0.013997204601764679, + "-": 0.9843916893005371 + }, + "id": "tp_8599" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1074908, + "label": "-", + "classification": { + "B": 4.255363364791265e-06, + "S": 2.6299144337826874e-06, + "I": 6.145280167402234e-06, + "C": 1.059467990671692e-06, + "R": 3.0200823175619007e-07, + "M": 9.321176185039803e-05, + "O": 3.763273707590997e-05, + "W": 7.542703883700597e-07, + "N": 3.0328774869303743e-07, + "Y": 0.0003111637488473207, + "U": 2.317197811407823e-08, + "K": 1.6430085736374167e-07, + "L": 4.925774192088284e-06, + "G": 0.0001646125892875716, + "F": 0.008395858108997345, + "E": 1.745020017551724e-05, + "T": 0.00022736324172001332, + "P": 0.029254136607050896, + "-": 0.9614779949188232 + }, + "id": "tp_8600" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1075008, + "label": "-", + "classification": { + "B": 2.964476927824755e-11, + "S": 1.4038565865348573e-09, + "I": 1.7288336096044077e-08, + "C": 4.4344070082580345e-10, + "R": 3.2089622625797176e-10, + "M": 9.772052180778701e-06, + "O": 1.8148413971630362e-07, + "W": 4.753947929758695e-11, + "N": 2.007725583008657e-11, + "Y": 3.040514093299862e-05, + "U": 7.775013678669104e-14, + "K": 3.3005054852347504e-13, + "L": 7.030578341726823e-09, + "G": 1.6323389218086959e-06, + "F": 3.470555384410545e-05, + "E": 6.154090570476001e-09, + "T": 5.741421045968309e-05, + "P": 8.508250903105363e-05, + "-": 0.9997807145118713 + }, + "id": "tp_8601" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1075142, + "label": "-", + "classification": { + "B": 4.632209060773107e-10, + "S": 4.558676280908003e-08, + "I": 6.687541372230044e-06, + "C": 1.973363850993337e-06, + "R": 5.24742745255935e-07, + "M": 6.898652645759284e-05, + "O": 3.1987663078325568e-06, + "W": 9.31137300597129e-09, + "N": 4.4355953576769025e-08, + "Y": 0.005976262502372265, + "U": 2.328981174581912e-10, + "K": 4.05522015967108e-08, + "L": 2.147755822079489e-07, + "G": 0.00021113983530085534, + "F": 0.004822787828743458, + "E": 2.6551197152002715e-06, + "T": 0.0023461291566491127, + "P": 0.001422516768798232, + "-": 0.985136866569519 + }, + "id": "tp_8602" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1075275, + "label": "-", + "classification": { + "B": 9.33346910869659e-08, + "S": 2.70242797029141e-08, + "I": 7.653255124751013e-06, + "C": 3.1628198939870344e-06, + "R": 2.1656103399436688e-07, + "M": 7.3744377004913986e-06, + "O": 1.099400719795085e-06, + "W": 2.80796950136164e-08, + "N": 2.440966397898592e-07, + "Y": 0.00047201086999848485, + "U": 3.455422969977917e-08, + "K": 1.170188738797151e-06, + "L": 1.3772810802947788e-07, + "G": 0.00016556723858229816, + "F": 0.006459999829530716, + "E": 4.2079336708411574e-05, + "T": 9.287401189794764e-05, + "P": 0.055696409195661545, + "-": 0.9370497465133667 + }, + "id": "tp_8603" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1075375, + "label": "-", + "classification": { + "B": 2.4192718939275437e-09, + "S": 6.240524097478328e-09, + "I": 3.580256816348992e-05, + "C": 1.3083900967103546e-06, + "R": 3.4086667710653273e-07, + "M": 1.4852118511043955e-05, + "O": 1.802031192710274e-06, + "W": 1.4525435965140332e-08, + "N": 1.6836798977237777e-07, + "Y": 0.00025717541575431824, + "U": 7.516749001013068e-09, + "K": 6.179135869643915e-09, + "L": 1.0335663347404989e-07, + "G": 1.261101078853244e-05, + "F": 5.644972770824097e-05, + "E": 3.3716914913384244e-06, + "T": 0.0003414287348277867, + "P": 0.020303161814808846, + "-": 0.9789713621139526 + }, + "id": "tp_8604" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1075509, + "label": "-", + "classification": { + "B": 3.118288987025153e-06, + "S": 6.292416401265655e-06, + "I": 0.0001297272101510316, + "C": 6.712524918839335e-05, + "R": 5.386053089750931e-05, + "M": 0.003103973576799035, + "O": 0.000487249024445191, + "W": 4.602471562975552e-06, + "N": 3.5072241644229507e-06, + "Y": 0.009453962557017803, + "U": 6.753735988240805e-07, + "K": 2.8919826036144514e-06, + "L": 7.273637311300263e-05, + "G": 0.001878433395177126, + "F": 0.0023977826349437237, + "E": 2.9586009986815043e-05, + "T": 0.010098908096551895, + "P": 0.00395860243588686, + "-": 0.9682469367980957 + }, + "id": "tp_8605" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1075642, + "label": "-", + "classification": { + "B": 6.455090328927326e-07, + "S": 2.231988901257864e-06, + "I": 1.0114413271367084e-05, + "C": 1.5367309060820844e-06, + "R": 3.9406754126503074e-07, + "M": 7.4307135946583e-05, + "O": 1.8456139514455572e-05, + "W": 5.666265678883065e-07, + "N": 7.00916018558928e-07, + "Y": 0.00041431697900407016, + "U": 5.3370673214203634e-08, + "K": 8.969076361609041e-07, + "L": 1.2987874242753605e-06, + "G": 9.217216575052589e-05, + "F": 0.005176418926566839, + "E": 5.2810726629104465e-05, + "T": 0.0003479359147604555, + "P": 0.025287482887506485, + "-": 0.9685177206993103 + }, + "id": "tp_8606" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1075776, + "label": "P", + "classification": { + "B": 1.7332562265437446e-06, + "S": 8.04281808086671e-06, + "I": 0.0010890362318605185, + "C": 1.0610982826619875e-05, + "R": 2.4175878934329376e-06, + "M": 3.879426731145941e-05, + "O": 2.076446071441751e-05, + "W": 8.247143341577612e-06, + "N": 0.00020232786482665688, + "Y": 0.0013576650526374578, + "U": 3.0915846309653716e-06, + "K": 0.0010589107405394316, + "L": 5.223157018008351e-07, + "G": 0.00013998184294905514, + "F": 0.0054888357408344746, + "E": 0.004883748013526201, + "T": 0.0002866197901312262, + "P": 0.6859148144721985, + "-": 0.29948386549949646 + }, + "id": "tp_8607" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1075876, + "label": "-", + "classification": { + "B": 4.847823902309756e-07, + "S": 2.4367266178160207e-06, + "I": 0.0015308029251173139, + "C": 8.939561666920781e-05, + "R": 4.6244760596891865e-05, + "M": 0.0005607834900729358, + "O": 6.484699406428263e-05, + "W": 4.020154392492259e-06, + "N": 2.605597910587676e-05, + "Y": 0.018229447305202484, + "U": 9.553394875183585e-07, + "K": 4.045061723445542e-05, + "L": 3.022931423402042e-06, + "G": 0.0005410548183135688, + "F": 0.002007475821301341, + "E": 0.00011703802738338709, + "T": 0.006214877124875784, + "P": 0.022081930190324783, + "-": 0.9484386444091797 + }, + "id": "tp_8608" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1076009, + "label": "P", + "classification": { + "B": 1.0543776625127066e-05, + "S": 5.378346031648107e-06, + "I": 0.00018833213835023344, + "C": 9.961058822227642e-06, + "R": 1.3851675930709462e-06, + "M": 2.3867780328146182e-05, + "O": 2.6965539291268215e-05, + "W": 5.270694146020105e-06, + "N": 5.408232027548365e-05, + "Y": 0.00027687018155120313, + "U": 1.785837639545207e-06, + "K": 6.569367542397231e-05, + "L": 1.4328987845146912e-06, + "G": 0.00021735976042691618, + "F": 0.004748035687953234, + "E": 0.0016284906305372715, + "T": 0.000259995402302593, + "P": 0.7344815135002136, + "-": 0.25799304246902466 + }, + "id": "tp_8609" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1076143, + "label": "-", + "classification": { + "B": 5.80004495986941e-07, + "S": 8.007554242794868e-06, + "I": 4.731910848931875e-06, + "C": 3.130010327367927e-06, + "R": 4.494292511481035e-07, + "M": 1.8064898540615104e-05, + "O": 1.6718742699595168e-05, + "W": 2.0119271084695356e-06, + "N": 1.5614770063621108e-06, + "Y": 0.0005923791322857141, + "U": 2.579227498245018e-08, + "K": 7.266932516358793e-05, + "L": 4.73174594617376e-07, + "G": 0.0005340584903024137, + "F": 0.17229224741458893, + "E": 0.0005078354733996093, + "T": 0.0001573842455400154, + "P": 0.04866857826709747, + "-": 0.7771191596984863 + }, + "id": "tp_8610" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1076276, + "label": "-", + "classification": { + "B": 1.2355894796201028e-07, + "S": 5.285502879814885e-07, + "I": 0.00015286704001482576, + "C": 1.0138154721062165e-05, + "R": 4.806096058018738e-06, + "M": 0.00020777883764822036, + "O": 3.22906271321699e-05, + "W": 7.41107726298651e-07, + "N": 3.2642467431287514e-06, + "Y": 0.0028996856417506933, + "U": 2.059010455468524e-07, + "K": 4.5935615844427957e-07, + "L": 2.6353045541327447e-06, + "G": 0.00017059050151146948, + "F": 0.0009210986318066716, + "E": 2.3667762434342876e-05, + "T": 0.0020384984090924263, + "P": 0.015552734956145287, + "-": 0.9779778718948364 + }, + "id": "tp_8611" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1076376, + "label": "-", + "classification": { + "B": 4.917564524475893e-07, + "S": 2.538573653509957e-07, + "I": 2.0166733520454727e-05, + "C": 6.127249321252748e-07, + "R": 6.646903472073973e-08, + "M": 1.757382597133983e-05, + "O": 3.284545982751297e-06, + "W": 1.634382584825289e-07, + "N": 1.449717615287227e-06, + "Y": 0.00011583360173972324, + "U": 4.344147086499106e-08, + "K": 1.4535385162162129e-06, + "L": 2.1487099388650677e-07, + "G": 2.8446977012208663e-05, + "F": 0.0061347102746367455, + "E": 0.0002702224301174283, + "T": 5.829241490573622e-05, + "P": 0.26528388261795044, + "-": 0.7280628085136414 + }, + "id": "tp_8612" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1076510, + "label": "-", + "classification": { + "B": 1.5160949828896264e-07, + "S": 1.6610712805231742e-07, + "I": 1.252288984687766e-05, + "C": 3.259316144976765e-06, + "R": 1.761988983162155e-06, + "M": 8.204582263715565e-05, + "O": 9.39308574743336e-06, + "W": 1.0418965246117295e-07, + "N": 1.0163526553697011e-07, + "Y": 0.0017494481289759278, + "U": 1.658859005715385e-08, + "K": 1.231873909546266e-07, + "L": 1.5726101310065133e-06, + "G": 0.00025931766140274704, + "F": 0.001857386901974678, + "E": 1.2790309483534656e-05, + "T": 0.0002947410102933645, + "P": 0.004771881736814976, + "-": 0.9909432530403137 + }, + "id": "tp_8613" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1076643, + "label": "-", + "classification": { + "B": 9.568896075506927e-07, + "S": 2.7150852019985905e-06, + "I": 0.0002522880968172103, + "C": 5.952644642093219e-06, + "R": 1.8764081914923736e-06, + "M": 3.163465953548439e-05, + "O": 2.0530915207928047e-05, + "W": 1.1682359399856068e-06, + "N": 2.6746225557872094e-05, + "Y": 0.00040418983553536236, + "U": 4.0187231320487626e-07, + "K": 8.72985037858598e-06, + "L": 6.306146360657294e-07, + "G": 9.907515777740628e-05, + "F": 0.005167047027498484, + "E": 0.0001600281975697726, + "T": 0.0004315630067139864, + "P": 0.43091100454330444, + "-": 0.5624734163284302 + }, + "id": "tp_8614" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1076777, + "label": "-", + "classification": { + "B": 1.6600186936860384e-13, + "S": 4.9815237519864816e-14, + "I": 1.9231303216571405e-09, + "C": 4.601551778504742e-11, + "R": 4.719707697581343e-13, + "M": 8.470888879230642e-09, + "O": 7.232977411453234e-11, + "W": 1.635859653845769e-14, + "N": 1.0708104325116152e-12, + "Y": 2.7755530140893825e-07, + "U": 3.4119467556039665e-15, + "K": 3.3108631396390475e-13, + "L": 1.8425805586169686e-12, + "G": 6.41793107547528e-08, + "F": 2.6834399250219576e-05, + "E": 1.8925323530538662e-08, + "T": 6.602866164939769e-08, + "P": 0.004137732088565826, + "-": 0.9958349466323853 + }, + "id": "tp_8615" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1076877, + "label": "P", + "classification": { + "B": 2.5997730634941263e-09, + "S": 3.3308416025334964e-09, + "I": 7.08438346919138e-06, + "C": 1.5431089295248057e-08, + "R": 7.843723448530682e-10, + "M": 3.3695295087454724e-07, + "O": 5.895359578289572e-08, + "W": 5.177269724043754e-10, + "N": 1.0509334202879472e-07, + "Y": 1.4521890534524573e-06, + "U": 8.570259779627776e-11, + "K": 2.71789524219912e-09, + "L": 2.13893103229168e-09, + "G": 3.867668965540361e-06, + "F": 0.000996402115561068, + "E": 2.1137580915819854e-05, + "T": 2.416881670797011e-06, + "P": 0.598328709602356, + "-": 0.4006383717060089 + }, + "id": "tp_8616" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1077010, + "label": "-", + "classification": { + "B": 4.015167931470387e-08, + "S": 2.201792703715455e-08, + "I": 3.558172920747893e-07, + "C": 7.263350454422834e-08, + "R": 8.27313417772757e-09, + "M": 1.0673140877770493e-06, + "O": 5.048201501267613e-07, + "W": 9.016273061490665e-09, + "N": 1.8676468371836563e-08, + "Y": 1.7797154214349575e-05, + "U": 6.417021358728903e-10, + "K": 3.520234059806171e-08, + "L": 9.878931450657547e-09, + "G": 5.20188405062072e-06, + "F": 0.001128396950662136, + "E": 2.7525643417902756e-06, + "T": 1.0030155863205437e-05, + "P": 0.04440503567457199, + "-": 0.9544286727905273 + }, + "id": "tp_8617" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1077144, + "label": "-", + "classification": { + "B": 6.591399596800329e-06, + "S": 1.1515976439113729e-06, + "I": 0.00026227033231407404, + "C": 8.267219527624547e-05, + "R": 8.713693205208983e-06, + "M": 0.0002793195017147809, + "O": 5.3755720728076994e-05, + "W": 1.2397115369822131e-06, + "N": 5.995754236209905e-06, + "Y": 0.0006155854207463562, + "U": 7.840955049687182e-07, + "K": 3.286212120201526e-07, + "L": 2.4266646505566314e-05, + "G": 0.0008245444041676819, + "F": 0.005637490656226873, + "E": 0.00016552275337744504, + "T": 0.0007090458530001342, + "P": 0.09492820501327515, + "-": 0.8963924050331116 + }, + "id": "tp_8618" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1077277, + "label": "-", + "classification": { + "B": 8.63227626268781e-07, + "S": 6.815547237692954e-08, + "I": 1.205550859140203e-07, + "C": 2.0719852500405977e-09, + "R": 1.7941244323527172e-10, + "M": 3.5346809568181925e-07, + "O": 3.6450651919039956e-07, + "W": 6.287677045690998e-09, + "N": 4.70735761481933e-09, + "Y": 6.473291023212369e-07, + "U": 3.06237361857864e-11, + "K": 1.2008941618901758e-09, + "L": 1.8490700526285764e-08, + "G": 8.159134267771151e-06, + "F": 0.0019384227925911546, + "E": 1.1175764484505635e-05, + "T": 1.8191309436588199e-06, + "P": 0.10944028943777084, + "-": 0.8885976672172546 + }, + "id": "tp_8619" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1077377, + "label": "-", + "classification": { + "B": 5.293803405947983e-05, + "S": 4.0886552596930414e-05, + "I": 0.00020222032617311925, + "C": 5.651257015415467e-05, + "R": 1.1724028809112497e-05, + "M": 0.0004975243355147541, + "O": 0.00019218459783587605, + "W": 2.6558589524938725e-05, + "N": 4.538444773061201e-05, + "Y": 0.002298622392117977, + "U": 3.8526295611518435e-06, + "K": 0.00010031857527792454, + "L": 2.8830534574808553e-05, + "G": 0.001736664678901434, + "F": 0.027629831805825233, + "E": 0.0026195922400802374, + "T": 0.0016040613409131765, + "P": 0.1569657176733017, + "-": 0.8058865070343018 + }, + "id": "tp_8620" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1077511, + "label": "-", + "classification": { + "B": 3.0004375872749733e-08, + "S": 1.9191997324696786e-08, + "I": 9.171756573778111e-06, + "C": 2.4134419618349057e-07, + "R": 5.827476456943259e-08, + "M": 1.2566349141707178e-05, + "O": 2.3920138119137846e-06, + "W": 3.051544084087254e-08, + "N": 1.24443104709826e-07, + "Y": 0.00020454985497053713, + "U": 6.7343526310992274e-09, + "K": 2.443501401216963e-08, + "L": 1.0407163841819056e-07, + "G": 2.2892345441505313e-05, + "F": 0.0003687853750307113, + "E": 6.6343391154077835e-06, + "T": 0.00010555112385191023, + "P": 0.03054032474756241, + "-": 0.9687265157699585 + }, + "id": "tp_8621" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1077644, + "label": "-", + "classification": { + "B": 5.682205284074371e-08, + "S": 1.7432591903343564e-07, + "I": 1.6595588022028096e-05, + "C": 1.9495976175676333e-06, + "R": 2.1048585097105388e-07, + "M": 4.467044345801696e-05, + "O": 3.6499636735243257e-06, + "W": 7.109133548510727e-08, + "N": 7.062294002935232e-07, + "Y": 0.00034597955527715385, + "U": 2.0063785299839765e-08, + "K": 3.753069677259191e-06, + "L": 2.7728572149499087e-07, + "G": 0.00010524715617066249, + "F": 0.011386819183826447, + "E": 0.00015590951079502702, + "T": 0.00018564873607829213, + "P": 0.04290056228637695, + "-": 0.9448476433753967 + }, + "id": "tp_8622" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1077778, + "label": "-", + "classification": { + "B": 2.0605482404789655e-06, + "S": 8.738879841985181e-06, + "I": 2.2149264623294584e-05, + "C": 7.4215367931174114e-06, + "R": 5.032046829001047e-06, + "M": 0.00035988734452985227, + "O": 0.00010889967234106734, + "W": 3.0951853204896906e-06, + "N": 1.2916378864247235e-06, + "Y": 0.0024967542849481106, + "U": 2.149408544482867e-07, + "K": 1.818451778490271e-06, + "L": 1.1816455298685469e-05, + "G": 0.0002933015348389745, + "F": 0.0056356764398515224, + "E": 1.928281744767446e-05, + "T": 0.001556713250465691, + "P": 0.006882467772811651, + "-": 0.9825833439826965 + }, + "id": "tp_8623" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1077878, + "label": "-", + "classification": { + "B": 1.1575711056366345e-07, + "S": 4.139842690875639e-09, + "I": 6.260113423195435e-06, + "C": 8.086429659215355e-08, + "R": 2.7186493056774452e-09, + "M": 1.5512032405240461e-06, + "O": 3.346130199588515e-07, + "W": 4.8252095652401295e-09, + "N": 2.7361519983060134e-07, + "Y": 2.2488757167593576e-05, + "U": 3.74905706479467e-09, + "K": 1.8320177730402065e-07, + "L": 8.953605856731883e-09, + "G": 2.1220448616077192e-05, + "F": 0.0003373463114257902, + "E": 0.00017271142860408872, + "T": 1.5031387192721013e-05, + "P": 0.2375715672969818, + "-": 0.7618507742881775 + }, + "id": "tp_8624" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1078011, + "label": "-", + "classification": { + "B": 3.687236187488452e-07, + "S": 2.4078217393253e-06, + "I": 0.0003412081568967551, + "C": 5.477248123497702e-06, + "R": 1.4435107686949777e-06, + "M": 3.7202335079200566e-05, + "O": 1.867791434051469e-05, + "W": 1.6011399566195905e-06, + "N": 2.9188113330747e-05, + "Y": 0.00038555238279514015, + "U": 5.900986934648245e-07, + "K": 7.600999197165947e-06, + "L": 7.882196086939075e-07, + "G": 4.676575554185547e-05, + "F": 0.00221748324111104, + "E": 0.0001730896910885349, + "T": 0.0005803482490591705, + "P": 0.3215198814868927, + "-": 0.674630343914032 + }, + "id": "tp_8625" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1078145, + "label": "-", + "classification": { + "B": 0.00032768939854577184, + "S": 0.0007279476849362254, + "I": 0.0017630462534725666, + "C": 0.0004956286284141243, + "R": 0.0002716330927796662, + "M": 0.002677534706890583, + "O": 0.0021650665439665318, + "W": 0.0003224926476832479, + "N": 0.00044947449350729585, + "Y": 0.014881851151585579, + "U": 7.686075696256012e-05, + "K": 0.000999448704533279, + "L": 0.0004703516897279769, + "G": 0.007272833026945591, + "F": 0.11147318035364151, + "E": 0.004344782792031765, + "T": 0.007054656744003296, + "P": 0.09945445507764816, + "-": 0.7447711229324341 + }, + "id": "tp_8626" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1078278, + "label": "-", + "classification": { + "B": 0.016169391572475433, + "S": 0.011419680900871754, + "I": 0.006007087416946888, + "C": 0.009422056376934052, + "R": 0.004209341946989298, + "M": 0.081840880215168, + "O": 0.02951086312532425, + "W": 0.0030483852606266737, + "N": 0.0015607851091772318, + "Y": 0.04341522976756096, + "U": 0.00024276210751850158, + "K": 0.0005532429204322398, + "L": 0.03503803163766861, + "G": 0.15585358440876007, + "F": 0.13534420728683472, + "E": 0.034625306725502014, + "T": 0.030185764655470848, + "P": 0.04344925656914711, + "-": 0.3581041991710663 + }, + "id": "tp_8627" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1078378, + "label": "-", + "classification": { + "B": 1.5006824469310232e-05, + "S": 0.0012979301391169429, + "I": 0.0002467686717864126, + "C": 0.0012037950800731778, + "R": 0.0010223020799458027, + "M": 0.0460415855050087, + "O": 0.011921591125428677, + "W": 0.00040843384340405464, + "N": 3.514029594953172e-05, + "Y": 0.2874344289302826, + "U": 2.098233835567953e-06, + "K": 0.00038286528433673084, + "L": 0.0028864217456430197, + "G": 0.07748869806528091, + "F": 0.09282346814870834, + "E": 0.00028082518838346004, + "T": 0.09290682524442673, + "P": 0.0007580465753562748, + "-": 0.3828437924385071 + }, + "id": "tp_8628" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1078512, + "label": "-", + "classification": { + "B": 0.03677646070718765, + "S": 0.008220843970775604, + "I": 0.0014006883138790727, + "C": 0.0015565392095595598, + "R": 0.001177182886749506, + "M": 0.04017878696322441, + "O": 0.030057638883590698, + "W": 0.0023005737457424402, + "N": 0.00016524938109796494, + "Y": 0.017897164449095726, + "U": 4.215039007249288e-05, + "K": 1.1443592484283727e-05, + "L": 0.03227553889155388, + "G": 0.05565231665968895, + "F": 0.06461448222398758, + "E": 0.003371201455593109, + "T": 0.014470945112407207, + "P": 0.025486551225185394, + "-": 0.6643441915512085 + }, + "id": "tp_8629" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1078645, + "label": "F", + "classification": { + "B": 0.00015409899060614407, + "S": 0.0003357442910782993, + "I": 0.00029846455436199903, + "C": 0.0002339161146664992, + "R": 1.971833989955485e-05, + "M": 0.001301476964727044, + "O": 0.0002714670554269105, + "W": 4.93160005134996e-05, + "N": 0.00010709531488828361, + "Y": 0.007161155343055725, + "U": 1.7975278296944452e-06, + "K": 0.0005483794957399368, + "L": 9.211895667249337e-05, + "G": 0.02542692981660366, + "F": 0.42492949962615967, + "E": 0.06269307434558868, + "T": 0.0018645747331902385, + "P": 0.13536691665649414, + "-": 0.3391442596912384 + }, + "id": "tp_8630" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1078779, + "label": "-", + "classification": { + "B": 0.030798638239502907, + "S": 0.01181101519614458, + "I": 0.005476479884237051, + "C": 0.0033259529154747725, + "R": 0.0019619970116764307, + "M": 0.17887215316295624, + "O": 0.02670970745384693, + "W": 0.0029718370642513037, + "N": 0.0010720198042690754, + "Y": 0.043023303151130676, + "U": 0.0001515919138910249, + "K": 0.00020043061522301286, + "L": 0.02489558421075344, + "G": 0.07122038304805756, + "F": 0.059088144451379776, + "E": 0.03912390023469925, + "T": 0.033834703266620636, + "P": 0.04158373177051544, + "-": 0.4238784909248352 + }, + "id": "tp_8631" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1078879, + "label": "Y", + "classification": { + "B": 0.0008160303696058691, + "S": 0.003901819931343198, + "I": 0.013266609981656075, + "C": 0.017033349722623825, + "R": 0.008935652673244476, + "M": 0.05089651793241501, + "O": 0.016372183337807655, + "W": 0.002487178659066558, + "N": 0.002529330551624298, + "Y": 0.29745543003082275, + "U": 0.00025938794715330005, + "K": 0.003222219180315733, + "L": 0.0064405398443341255, + "G": 0.10785075277090073, + "F": 0.05224266275763512, + "E": 0.00843502301722765, + "T": 0.16019736230373383, + "P": 0.008650148287415504, + "-": 0.239007830619812 + }, + "id": "tp_8632" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1079012, + "label": "-", + "classification": { + "B": 7.721289875917137e-05, + "S": 0.00016351256635971367, + "I": 0.002322243992239237, + "C": 0.0012061819434165955, + "R": 0.00025212252512574196, + "M": 0.002165522426366806, + "O": 0.0009380074916407466, + "W": 0.00017214624676853418, + "N": 0.000478789588669315, + "Y": 0.01622053049504757, + "U": 0.0001255496172234416, + "K": 0.0014797114999964833, + "L": 0.00016105678514577448, + "G": 0.0053578391671180725, + "F": 0.032341595739126205, + "E": 0.004696122370660305, + "T": 0.00666162371635437, + "P": 0.12158140540122986, + "-": 0.8035988807678223 + }, + "id": "tp_8633" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1079146, + "label": "F", + "classification": { + "B": 0.0002796342014335096, + "S": 0.02409571409225464, + "I": 0.0002779050846584141, + "C": 0.005132179707288742, + "R": 0.00266133900731802, + "M": 0.03711726889014244, + "O": 0.03227008506655693, + "W": 0.0017407990526407957, + "N": 0.00017536566883791238, + "Y": 0.017477482557296753, + "U": 1.4291888874140568e-05, + "K": 0.0007904640515334904, + "L": 0.053280193358659744, + "G": 0.3470352292060852, + "F": 0.3922726809978485, + "E": 0.002143631223589182, + "T": 0.01923654042184353, + "P": 0.0017419880023226142, + "-": 0.062257155776023865 + }, + "id": "tp_8634" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1079279, + "label": "T", + "classification": { + "B": 4.114297917112708e-05, + "S": 0.14866548776626587, + "I": 0.0013317441334947944, + "C": 0.0011433723848313093, + "R": 0.0011651775566861033, + "M": 0.03267626464366913, + "O": 0.03909403085708618, + "W": 0.0020515115465968847, + "N": 0.0012437986442819238, + "Y": 0.09338361024856567, + "U": 7.038012199700461e-07, + "K": 0.004900098312646151, + "L": 0.004413100890815258, + "G": 0.2620111107826233, + "F": 0.07294502854347229, + "E": 0.0006371756899170578, + "T": 0.3216544985771179, + "P": 0.000276488543022424, + "-": 0.012365592643618584 + }, + "id": "tp_8635" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1079379, + "label": "-", + "classification": { + "B": 0.00024715057224966586, + "S": 0.0043067317456007, + "I": 0.0027623013593256474, + "C": 0.0020609446801245213, + "R": 0.000753524829633534, + "M": 0.029978973791003227, + "O": 0.009746278636157513, + "W": 0.0009075299021787941, + "N": 0.0009923040634021163, + "Y": 0.15704910457134247, + "U": 4.7425986849702895e-05, + "K": 0.003086465410888195, + "L": 0.0034680229146033525, + "G": 0.11328601837158203, + "F": 0.18977473676204681, + "E": 0.013557582162320614, + "T": 0.10016366839408875, + "P": 0.014769031666219234, + "-": 0.35304221510887146 + }, + "id": "tp_8636" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1079513, + "label": "-", + "classification": { + "B": 2.0624222543119686e-06, + "S": 2.3285911083803512e-05, + "I": 0.00011668600927805528, + "C": 4.186570367892273e-05, + "R": 1.852947025327012e-05, + "M": 0.0011875928612425923, + "O": 0.00016299863636959344, + "W": 4.200694093015045e-06, + "N": 7.644172001164407e-06, + "Y": 0.04650138318538666, + "U": 5.676168939316995e-07, + "K": 3.694571933010593e-05, + "L": 2.550491080910433e-05, + "G": 0.004625346977263689, + "F": 0.021344337612390518, + "E": 0.00010461312194820493, + "T": 0.01739010028541088, + "P": 0.005366077180951834, + "-": 0.9030402302742004 + }, + "id": "tp_8637" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1079646, + "label": "P", + "classification": { + "B": 2.191493331338279e-05, + "S": 0.0002259477914776653, + "I": 0.027422266080975533, + "C": 4.6327113523148e-05, + "R": 2.0867508283117786e-05, + "M": 0.0003702828544192016, + "O": 0.00015032992814667523, + "W": 7.51058105379343e-05, + "N": 0.009565019980072975, + "Y": 0.00720978295430541, + "U": 2.4558019049436552e-06, + "K": 0.023010700941085815, + "L": 4.352429641585331e-06, + "G": 0.0047031245194375515, + "F": 0.0470164492726326, + "E": 0.12109540402889252, + "T": 0.002988461870700121, + "P": 0.688328206539154, + "-": 0.06774295121431351 + }, + "id": "tp_8638" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1079780, + "label": "-", + "classification": { + "B": 0.0014599161222577095, + "S": 0.0007030849228613079, + "I": 0.0008254089625552297, + "C": 9.261229570256546e-05, + "R": 4.3094067223137245e-05, + "M": 0.005108329467475414, + "O": 0.0017453341279178858, + "W": 9.459800639888272e-05, + "N": 0.00012172634160378948, + "Y": 0.004941494669765234, + "U": 4.509279733611038e-06, + "K": 1.5589324902975932e-05, + "L": 0.0005140502471476793, + "G": 0.009613977745175362, + "F": 0.06162015348672867, + "E": 0.006600306835025549, + "T": 0.0058340285904705524, + "P": 0.11920734494924545, + "-": 0.7814543843269348 + }, + "id": "tp_8639" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1079880, + "label": "P", + "classification": { + "B": 0.010916894301772118, + "S": 0.0053013768047094345, + "I": 0.03125684708356857, + "C": 0.014671066775918007, + "R": 0.004144018050283194, + "M": 0.01825455017387867, + "O": 0.006541635375469923, + "W": 0.003904500510543585, + "N": 0.012774855829775333, + "Y": 0.03261328488588333, + "U": 0.00227131275460124, + "K": 0.01845051348209381, + "L": 0.00354170985519886, + "G": 0.040941525250673294, + "F": 0.09193643182516098, + "E": 0.12244263291358948, + "T": 0.016948582604527473, + "P": 0.298861563205719, + "-": 0.26422664523124695 + }, + "id": "tp_8640" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1080013, + "label": "-", + "classification": { + "B": 0.0004144416598137468, + "S": 0.006053472403436899, + "I": 0.02233309857547283, + "C": 0.004045642446726561, + "R": 0.002123910002410412, + "M": 0.01748846285045147, + "O": 0.009730532765388489, + "W": 0.0020732225384563208, + "N": 0.00577147863805294, + "Y": 0.21610060334205627, + "U": 0.00011686547804856673, + "K": 0.009732265956699848, + "L": 0.0012144347419962287, + "G": 0.031345829367637634, + "F": 0.12858940660953522, + "E": 0.011426547542214394, + "T": 0.07971273362636566, + "P": 0.04666775092482567, + "-": 0.4050593674182892 + }, + "id": "tp_8641" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1080147, + "label": "Y", + "classification": { + "B": 9.535544813843444e-05, + "S": 0.03900656849145889, + "I": 0.0107512092217803, + "C": 0.00036146779893897474, + "R": 0.00030521253938786685, + "M": 0.026085371151566505, + "O": 0.016970399767160416, + "W": 0.0007084560347720981, + "N": 0.0025079071056097746, + "Y": 0.39931726455688477, + "U": 5.832183447296302e-08, + "K": 0.0006798739195801318, + "L": 0.0007962487870827317, + "G": 0.15036135911941528, + "F": 0.012772571295499802, + "E": 0.001060329843312502, + "T": 0.3297866880893707, + "P": 0.00021908036433160305, + "-": 0.008214636705815792 + }, + "id": "tp_8642" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1080280, + "label": "-", + "classification": { + "B": 0.001280135242268443, + "S": 0.0018545183120295405, + "I": 0.005269183777272701, + "C": 0.0015824039001017809, + "R": 0.0005431118770502508, + "M": 0.006024111527949572, + "O": 0.0036025582812726498, + "W": 0.0011538001708686352, + "N": 0.0016387487994506955, + "Y": 0.013496214523911476, + "U": 0.00023413458256982267, + "K": 0.001922729890793562, + "L": 0.0010829727398231626, + "G": 0.010706600733101368, + "F": 0.12616610527038574, + "E": 0.020496686920523643, + "T": 0.008202269673347473, + "P": 0.19615192711353302, + "-": 0.598591685295105 + }, + "id": "tp_8643" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1080380, + "label": "-", + "classification": { + "B": 0.006640962325036526, + "S": 0.00031115947058424354, + "I": 0.002563455142080784, + "C": 0.00033703434746712446, + "R": 5.4410902521340176e-05, + "M": 0.007605685852468014, + "O": 0.0010144759435206652, + "W": 5.985924508422613e-05, + "N": 0.00010239992116112262, + "Y": 0.00406680628657341, + "U": 5.844275165145518e-06, + "K": 4.030017862532986e-06, + "L": 0.0011292085982859135, + "G": 0.01602151058614254, + "F": 0.023461369797587395, + "E": 0.021715868264436722, + "T": 0.0026882397942245007, + "P": 0.1727697253227234, + "-": 0.7394479513168335 + }, + "id": "tp_8644" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1080514, + "label": "-", + "classification": { + "B": 0.00017890671733766794, + "S": 2.7665242669172585e-05, + "I": 0.0015375384828075767, + "C": 0.00014338728215079755, + "R": 2.4719483917579055e-05, + "M": 0.0006123782368376851, + "O": 0.00014931005716789514, + "W": 1.6652205886202864e-05, + "N": 0.0001756226411089301, + "Y": 0.003402094589546323, + "U": 7.337343504332239e-06, + "K": 7.188750169007108e-05, + "L": 3.783865031437017e-05, + "G": 0.005493868608027697, + "F": 0.028369180858135223, + "E": 0.016325902193784714, + "T": 0.0012257718481123447, + "P": 0.4483764171600342, + "-": 0.4938235878944397 + }, + "id": "tp_8645" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1080647, + "label": "-", + "classification": { + "B": 0.00021684230887331069, + "S": 5.33707243448589e-05, + "I": 0.00010883049253607169, + "C": 0.00036568695213645697, + "R": 5.847189459018409e-05, + "M": 0.000731766689568758, + "O": 0.0004380451573524624, + "W": 3.142644709441811e-05, + "N": 2.0115458028158173e-05, + "Y": 0.002806945238262415, + "U": 5.57510520593496e-06, + "K": 1.7046892025973648e-05, + "L": 0.00014548942272085696, + "G": 0.0027970036026090384, + "F": 0.04216191545128822, + "E": 0.00047483103116974235, + "T": 0.0012600639602169394, + "P": 0.0695033147931099, + "-": 0.8788033127784729 + }, + "id": "tp_8646" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1080781, + "label": "-", + "classification": { + "B": 0.0014485474675893784, + "S": 0.00926626194268465, + "I": 0.03254899010062218, + "C": 0.0035230887588113546, + "R": 0.0035741697065532207, + "M": 0.03310783952474594, + "O": 0.02006295509636402, + "W": 0.0037423232570290565, + "N": 0.010407566092908382, + "Y": 0.24834930896759033, + "U": 0.00030520118889398873, + "K": 0.006817401386797428, + "L": 0.003030490130186081, + "G": 0.0525779202580452, + "F": 0.07689067721366882, + "E": 0.011102406308054924, + "T": 0.1463804841041565, + "P": 0.03934019058942795, + "-": 0.2975241243839264 + }, + "id": "tp_8647" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1080881, + "label": "-", + "classification": { + "B": 0.0002180624578613788, + "S": 0.000816462910734117, + "I": 0.026946380734443665, + "C": 0.0036348856519907713, + "R": 0.0023931930772960186, + "M": 0.017568185925483704, + "O": 0.0058214967139065266, + "W": 0.0007604079437442124, + "N": 0.0031107598915696144, + "Y": 0.11435354501008987, + "U": 0.0001641658163862303, + "K": 0.0019366227788850665, + "L": 0.0008300419431179762, + "G": 0.021532336249947548, + "F": 0.03433612361550331, + "E": 0.005893610417842865, + "T": 0.056753646582365036, + "P": 0.055631376802921295, + "-": 0.6472985744476318 + }, + "id": "tp_8648" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1081014, + "label": "-", + "classification": { + "B": 0.0004845790972467512, + "S": 0.0029381681233644485, + "I": 0.009385183453559875, + "C": 0.00504094734787941, + "R": 0.0051679122261703014, + "M": 0.029558537527918816, + "O": 0.013864791020751, + "W": 0.0020865104161202908, + "N": 0.001544268918223679, + "Y": 0.11592402309179306, + "U": 0.00031199134537018836, + "K": 0.0009983598720282316, + "L": 0.0040503451600670815, + "G": 0.021625854074954987, + "F": 0.0380067341029644, + "E": 0.002938550431281328, + "T": 0.09619928151369095, + "P": 0.03011339157819748, + "-": 0.6197604537010193 + }, + "id": "tp_8649" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1081148, + "label": "-", + "classification": { + "B": 0.010128340683877468, + "S": 0.01323706191033125, + "I": 0.024866050109267235, + "C": 0.008404537104070187, + "R": 0.006740405224263668, + "M": 0.06042605638504028, + "O": 0.0190746933221817, + "W": 0.007206900045275688, + "N": 0.011353177018463612, + "Y": 0.11065054684877396, + "U": 0.0026434739120304585, + "K": 0.009092778898775578, + "L": 0.009045460261404514, + "G": 0.04424230754375458, + "F": 0.08868689090013504, + "E": 0.03570589795708656, + "T": 0.08185212314128876, + "P": 0.11789004504680634, + "-": 0.33875325322151184 + }, + "id": "tp_8650" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1081281, + "label": "Y", + "classification": { + "B": 0.0010362332686781883, + "S": 0.09490518271923065, + "I": 0.011224198155105114, + "C": 0.0027509815990924835, + "R": 0.0028924227226525545, + "M": 0.0588616281747818, + "O": 0.045976486057043076, + "W": 0.00754575664177537, + "N": 0.007893738336861134, + "Y": 0.20876438915729523, + "U": 2.504751864762511e-05, + "K": 0.009527997113764286, + "L": 0.007407168857753277, + "G": 0.13972927629947662, + "F": 0.1630723476409912, + "E": 0.007022175472229719, + "T": 0.16801784932613373, + "P": 0.00596640445291996, + "-": 0.05738074332475662 + }, + "id": "tp_8651" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1081381, + "label": "P", + "classification": { + "B": 0.0005226033390499651, + "S": 0.0029286763165146112, + "I": 0.12943853437900543, + "C": 0.004330664873123169, + "R": 0.0016866899095475674, + "M": 0.011564049869775772, + "O": 0.004043268039822578, + "W": 0.0011101291747763753, + "N": 0.030771059915423393, + "Y": 0.12290419638156891, + "U": 0.0002417386567685753, + "K": 0.023226361721754074, + "L": 0.0006105489446781576, + "G": 0.03963705152273178, + "F": 0.045659247785806656, + "E": 0.062148962169885635, + "T": 0.05195054039359093, + "P": 0.24963133037090302, + "-": 0.21759440004825592 + }, + "id": "tp_8652" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1081515, + "label": "-", + "classification": { + "B": 0.0017983245197683573, + "S": 0.0038931292947381735, + "I": 0.04270312935113907, + "C": 0.0060433195903897285, + "R": 0.0035218517296016216, + "M": 0.024495447054505348, + "O": 0.007709529250860214, + "W": 0.002326780930161476, + "N": 0.009379265829920769, + "Y": 0.16629694402217865, + "U": 0.0009051766828633845, + "K": 0.008135938085615635, + "L": 0.0022455560974776745, + "G": 0.04172046482563019, + "F": 0.04814070463180542, + "E": 0.030642976984381676, + "T": 0.08774814754724503, + "P": 0.11161363124847412, + "-": 0.4006797969341278 + }, + "id": "tp_8653" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1081648, + "label": "-", + "classification": { + "B": 0.006551256403326988, + "S": 0.005516016855835915, + "I": 0.07601778209209442, + "C": 0.02267845906317234, + "R": 0.013498828746378422, + "M": 0.04212268441915512, + "O": 0.014706263318657875, + "W": 0.004275746643543243, + "N": 0.014305529184639454, + "Y": 0.13880282640457153, + "U": 0.0029248585924506187, + "K": 0.009146444499492645, + "L": 0.009891221299767494, + "G": 0.07849414646625519, + "F": 0.058604661375284195, + "E": 0.038797955960035324, + "T": 0.07207119464874268, + "P": 0.09507344663143158, + "-": 0.2965206503868103 + }, + "id": "tp_8654" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1081782, + "label": "G", + "classification": { + "B": 0.000564380141440779, + "S": 0.032492682337760925, + "I": 0.0009713021572679281, + "C": 0.0033475253731012344, + "R": 0.001535628573037684, + "M": 0.05975554138422012, + "O": 0.03488892689347267, + "W": 0.0022883820347487926, + "N": 0.0006294253980740905, + "Y": 0.03967317193746567, + "U": 2.315759593329858e-05, + "K": 0.002636752789840102, + "L": 0.028149373829364777, + "G": 0.3596261441707611, + "F": 0.30082112550735474, + "E": 0.007534598000347614, + "T": 0.04428998380899429, + "P": 0.003974898252636194, + "-": 0.0767969936132431 + }, + "id": "tp_8655" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1081882, + "label": "-", + "classification": { + "B": 0.0003168403636664152, + "S": 0.0027735703624784946, + "I": 0.024697989225387573, + "C": 0.003776270430535078, + "R": 0.0020578340627253056, + "M": 0.008931457065045834, + "O": 0.003936981316655874, + "W": 0.0010619499953463674, + "N": 0.0038570943288505077, + "Y": 0.07920856028795242, + "U": 0.00018608808750286698, + "K": 0.0056440201587975025, + "L": 0.0006066082278266549, + "G": 0.009465246461331844, + "F": 0.06002781167626381, + "E": 0.006424390710890293, + "T": 0.055749669671058655, + "P": 0.11621692776679993, + "-": 0.6150607466697693 + }, + "id": "tp_8656" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1082015, + "label": "Y", + "classification": { + "B": 0.0014144895831122994, + "S": 0.0037191302981227636, + "I": 0.16708360612392426, + "C": 0.01399504765868187, + "R": 0.0075388276018202305, + "M": 0.03509620577096939, + "O": 0.005902456119656563, + "W": 0.0015691068256273866, + "N": 0.018210522830486298, + "Y": 0.3130015432834625, + "U": 0.00032082287361845374, + "K": 0.006862287409603596, + "L": 0.0024384907446801662, + "G": 0.09756730496883392, + "F": 0.020128916949033737, + "E": 0.06877067685127258, + "T": 0.11273591965436935, + "P": 0.030352696776390076, + "-": 0.09329188615083694 + }, + "id": "tp_8657" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1082149, + "label": "F", + "classification": { + "B": 0.0010093427263200283, + "S": 0.010645915754139423, + "I": 0.017202623188495636, + "C": 0.005059942603111267, + "R": 0.001973030623048544, + "M": 0.007428192067891359, + "O": 0.009094183333218098, + "W": 0.00486284215003252, + "N": 0.01583339460194111, + "Y": 0.019456569105386734, + "U": 0.0005563404993154109, + "K": 0.04863904416561127, + "L": 0.0020552619826048613, + "G": 0.03104717656970024, + "F": 0.27758556604385376, + "E": 0.07249609380960464, + "T": 0.013765096664428711, + "P": 0.2594086825847626, + "-": 0.20188075304031372 + }, + "id": "tp_8658" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1082282, + "label": "-", + "classification": { + "B": 1.802849510568194e-05, + "S": 0.000287306378595531, + "I": 0.005067713093012571, + "C": 0.0005191107629798353, + "R": 0.00024309681612066925, + "M": 0.002440802752971649, + "O": 0.000844046357087791, + "W": 0.00015752899344079196, + "N": 0.000611425144597888, + "Y": 0.17303025722503662, + "U": 1.6989912182907574e-05, + "K": 0.0038672054652124643, + "L": 4.8939462431007996e-05, + "G": 0.008581042289733887, + "F": 0.03770827874541283, + "E": 0.002181955613195896, + "T": 0.05241366848349571, + "P": 0.02408166602253914, + "-": 0.6878809332847595 + }, + "id": "tp_8659" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1082382, + "label": "Y", + "classification": { + "B": 2.4291610316140577e-05, + "S": 0.0010134752374142408, + "I": 0.0020587858743965626, + "C": 0.00615964038297534, + "R": 0.0019286047900095582, + "M": 0.00887253787368536, + "O": 0.004994840361177921, + "W": 0.00035089626908302307, + "N": 0.0005200543091632426, + "Y": 0.5902572274208069, + "U": 3.859464868583018e-06, + "K": 0.004124014638364315, + "L": 0.0009661798248998821, + "G": 0.20470573008060455, + "F": 0.022955941036343575, + "E": 0.0028048150707036257, + "T": 0.10924605280160904, + "P": 0.0005952546489425004, + "-": 0.03841784596443176 + }, + "id": "tp_8660" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1082516, + "label": "-", + "classification": { + "B": 0.00020867805869784206, + "S": 0.0004647672758437693, + "I": 0.027642369270324707, + "C": 0.005873740650713444, + "R": 0.0028219858650118113, + "M": 0.018841654062271118, + "O": 0.0025704524014145136, + "W": 0.00034412724198773503, + "N": 0.0018414378864690661, + "Y": 0.343217134475708, + "U": 0.00011501766130095348, + "K": 0.0020103110000491142, + "L": 0.0009051591623574495, + "G": 0.059357210993766785, + "F": 0.03309718891978264, + "E": 0.014461505226790905, + "T": 0.08528627455234528, + "P": 0.024004384875297546, + "-": 0.3769366145133972 + }, + "id": "tp_8661" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1082649, + "label": "-", + "classification": { + "B": 7.433324935846031e-05, + "S": 0.00037182861706241965, + "I": 0.0014066322473809123, + "C": 0.00010968153947032988, + "R": 2.381413651164621e-05, + "M": 0.0013159746304154396, + "O": 0.0005303921643644571, + "W": 0.00013599426893051714, + "N": 0.0009989310055971146, + "Y": 0.015460249036550522, + "U": 2.6559268007986248e-05, + "K": 0.0267726331949234, + "L": 3.6434357753023505e-05, + "G": 0.011786452494561672, + "F": 0.12611277401447296, + "E": 0.04743729904294014, + "T": 0.01029799971729517, + "P": 0.18208810687065125, + "-": 0.5750139951705933 + }, + "id": "tp_8662" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1082783, + "label": "-", + "classification": { + "B": 0.0016982308588922024, + "S": 0.008007779717445374, + "I": 0.009166236035525799, + "C": 0.009768120013177395, + "R": 0.00803222693502903, + "M": 0.07709826529026031, + "O": 0.02172759734094143, + "W": 0.002270710887387395, + "N": 0.0016353164101019502, + "Y": 0.22886493802070618, + "U": 0.00010095791367348284, + "K": 0.0014297871384769678, + "L": 0.009970584884285927, + "G": 0.0880015566945076, + "F": 0.07437628507614136, + "E": 0.004779396113008261, + "T": 0.15834803879261017, + "P": 0.008882241323590279, + "-": 0.285841703414917 + }, + "id": "tp_8663" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1082883, + "label": "P", + "classification": { + "B": 0.009009654633700848, + "S": 0.017090123146772385, + "I": 0.10108102113008499, + "C": 0.011916859075427055, + "R": 0.006637261249125004, + "M": 0.03199773281812668, + "O": 0.01676218770444393, + "W": 0.006994938477873802, + "N": 0.04669329524040222, + "Y": 0.040305428206920624, + "U": 0.0021487220656126738, + "K": 0.018254928290843964, + "L": 0.007621415425091982, + "G": 0.058297108858823776, + "F": 0.09051842242479324, + "E": 0.11822791397571564, + "T": 0.03232783079147339, + "P": 0.24080489575862885, + "-": 0.1433102935552597 + }, + "id": "tp_8664" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1083016, + "label": "G", + "classification": { + "B": 0.003185619367286563, + "S": 0.02352515421807766, + "I": 0.04874676838517189, + "C": 0.004881945438683033, + "R": 0.0018207699758931994, + "M": 0.06281133741140366, + "O": 0.012808787636458874, + "W": 0.0029734396375715733, + "N": 0.01810147799551487, + "Y": 0.14951632916927338, + "U": 5.170523581909947e-05, + "K": 0.016254937276244164, + "L": 0.004125634208321571, + "G": 0.216990664601326, + "F": 0.11932024359703064, + "E": 0.17355114221572876, + "T": 0.060538142919540405, + "P": 0.02635134570300579, + "-": 0.05444459244608879 + }, + "id": "tp_8665" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1083150, + "label": "Y", + "classification": { + "B": 0.001082690665498376, + "S": 0.03615158051252365, + "I": 0.024098791182041168, + "C": 0.017229285091161728, + "R": 0.013924642466008663, + "M": 0.03438623622059822, + "O": 0.04759927839040756, + "W": 0.009767545387148857, + "N": 0.020302115008234978, + "Y": 0.2621793746948242, + "U": 0.00021332041069399565, + "K": 0.03125588223338127, + "L": 0.013967879116535187, + "G": 0.2401718646287918, + "F": 0.05800461396574974, + "E": 0.007343394216150045, + "T": 0.16024044156074524, + "P": 0.0035229017958045006, + "-": 0.01855824701488018 + }, + "id": "tp_8666" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1083283, + "label": "P", + "classification": { + "B": 7.1232161644729786e-06, + "S": 1.9211089238524437e-05, + "I": 0.010564236901700497, + "C": 0.00011697681475197896, + "R": 3.410588396945968e-05, + "M": 0.00016344913456123322, + "O": 9.01894600247033e-05, + "W": 1.6785159459686838e-05, + "N": 0.0008438265067525208, + "Y": 0.0007747767376713455, + "U": 1.4823874153080396e-05, + "K": 0.0001395409053657204, + "L": 1.2765007340931334e-05, + "G": 0.000352202303474769, + "F": 0.002048346446827054, + "E": 0.002365406835451722, + "T": 0.001013048691675067, + "P": 0.7187391519546509, + "-": 0.26268404722213745 + }, + "id": "tp_8667" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1083383, + "label": "Y", + "classification": { + "B": 0.00014212638780009001, + "S": 0.0010209569009020925, + "I": 0.0058334870263934135, + "C": 0.0006120570469647646, + "R": 0.00048662323388271034, + "M": 0.020071033388376236, + "O": 0.0029540492687374353, + "W": 0.00029155975789763033, + "N": 0.0005065742298029363, + "Y": 0.5393481254577637, + "U": 6.0052680055378005e-06, + "K": 0.0020732476841658354, + "L": 0.00041255660471506417, + "G": 0.07068739086389542, + "F": 0.03375575318932533, + "E": 0.007151172962039709, + "T": 0.10361173748970032, + "P": 0.003908586222678423, + "-": 0.2071269452571869 + }, + "id": "tp_8668" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1083517, + "label": "-", + "classification": { + "B": 0.0017473611515015364, + "S": 0.006496450398117304, + "I": 0.010784996673464775, + "C": 0.018275028094649315, + "R": 0.005068965721875429, + "M": 0.012198733165860176, + "O": 0.006738822441548109, + "W": 0.0028636055067181587, + "N": 0.005026555620133877, + "Y": 0.06629408150911331, + "U": 0.000521003152243793, + "K": 0.03244605287909508, + "L": 0.0027095088735222816, + "G": 0.07501062750816345, + "F": 0.23046721518039703, + "E": 0.048144929111003876, + "T": 0.03827016428112984, + "P": 0.08449909090995789, + "-": 0.3524368107318878 + }, + "id": "tp_8669" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1083650, + "label": "-", + "classification": { + "B": 3.621811993070878e-05, + "S": 0.0005422797985374928, + "I": 0.0005669632228091359, + "C": 4.7983550757635385e-05, + "R": 3.0163639166858047e-05, + "M": 0.001249230932444334, + "O": 0.0009648342966102064, + "W": 0.00018682211521081626, + "N": 0.0002499024267308414, + "Y": 0.009688891470432281, + "U": 1.4684063899039757e-05, + "K": 0.0017073822673410177, + "L": 6.185843085404485e-05, + "G": 0.0017621391452848911, + "F": 0.09743740409612656, + "E": 0.0020996704697608948, + "T": 0.007336934097111225, + "P": 0.08944166451692581, + "-": 0.7865749597549438 + }, + "id": "tp_8670" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1083750, + "label": "-", + "classification": { + "B": 5.760095064033521e-06, + "S": 3.359098263899796e-05, + "I": 0.0012678357306867838, + "C": 0.0002891486801672727, + "R": 9.692973253550008e-05, + "M": 0.0019772504456341267, + "O": 0.00040318426908925176, + "W": 3.4845787013182417e-05, + "N": 0.0001500053476775065, + "Y": 0.12213235348463058, + "U": 3.797305453190347e-06, + "K": 0.0033361634705215693, + "L": 3.1162009690888226e-05, + "G": 0.02110435999929905, + "F": 0.0411333404481411, + "E": 0.0059582628309726715, + "T": 0.02353917993605137, + "P": 0.01831921562552452, + "-": 0.7601836919784546 + }, + "id": "tp_8671" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1083884, + "label": "-", + "classification": { + "B": 0.00012763541599269956, + "S": 9.842210420174524e-05, + "I": 0.0027241434436291456, + "C": 0.0007259347476065159, + "R": 0.00017285846115555614, + "M": 0.0006864083698019385, + "O": 0.000427749240770936, + "W": 9.61207042564638e-05, + "N": 0.0007990336744114757, + "Y": 0.019218703731894493, + "U": 8.129033085424453e-05, + "K": 0.0062863584607839584, + "L": 6.292656325967982e-05, + "G": 0.011385800316929817, + "F": 0.07725509256124496, + "E": 0.02261795662343502, + "T": 0.005099319852888584, + "P": 0.20584453642368317, + "-": 0.6462897062301636 + }, + "id": "tp_8672" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1084017, + "label": "-", + "classification": { + "B": 5.048876573710004e-06, + "S": 3.518347057251958e-06, + "I": 4.112593887839466e-05, + "C": 1.5009823073341977e-06, + "R": 3.887847697114921e-07, + "M": 0.00025292186182923615, + "O": 3.240216392441653e-05, + "W": 1.1214019650651608e-06, + "N": 2.0521943042695057e-06, + "Y": 0.0005104693118482828, + "U": 6.267174512686324e-08, + "K": 9.453332268094528e-07, + "L": 2.5918182018358493e-06, + "G": 0.00024787947768345475, + "F": 0.006055914796888828, + "E": 0.0002699434699025005, + "T": 0.000374122173525393, + "P": 0.09050801396369934, + "-": 0.9016900062561035 + }, + "id": "tp_8673" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1084151, + "label": "-", + "classification": { + "B": 2.7520388812263263e-07, + "S": 1.2930958064316656e-06, + "I": 0.00022668277961201966, + "C": 4.789003469340969e-06, + "R": 8.293146720461664e-07, + "M": 0.0002214171108789742, + "O": 1.723522655083798e-05, + "W": 6.182681318023242e-07, + "N": 6.925532943569124e-06, + "Y": 0.003691084450110793, + "U": 1.8562643333552842e-07, + "K": 9.31793783820467e-06, + "L": 1.391865112054802e-06, + "G": 0.00044647406321018934, + "F": 0.0038208297919481993, + "E": 0.00028093907167203724, + "T": 0.002642329316586256, + "P": 0.03535645082592964, + "-": 0.9532709717750549 + }, + "id": "tp_8674" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1084251, + "label": "-", + "classification": { + "B": 5.895984486414818e-06, + "S": 4.20560081693111e-06, + "I": 0.0007725769537501037, + "C": 2.514270818210207e-05, + "R": 5.0205485422338825e-06, + "M": 0.00025005819043144584, + "O": 5.1288432587170973e-05, + "W": 2.8137892513768747e-06, + "N": 3.5922716051572934e-05, + "Y": 0.004621207248419523, + "U": 1.574095108480833e-06, + "K": 3.089935125899501e-05, + "L": 5.498041446116986e-06, + "G": 0.0016922415234148502, + "F": 0.0060581304132938385, + "E": 0.001049552345648408, + "T": 0.0022066854871809483, + "P": 0.13464143872261047, + "-": 0.8485398292541504 + }, + "id": "tp_8675" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1084384, + "label": "-", + "classification": { + "B": 7.39630195312202e-05, + "S": 1.0988610483764205e-05, + "I": 0.0006407797336578369, + "C": 0.0003041357558686286, + "R": 4.383142004371621e-05, + "M": 0.0008287589880637825, + "O": 0.00016191686154343188, + "W": 1.2674788194999564e-05, + "N": 2.938448051281739e-05, + "Y": 0.001272146007977426, + "U": 6.9375055318232626e-06, + "K": 1.2420037819538265e-05, + "L": 6.84434999129735e-05, + "G": 0.0016132608288899064, + "F": 0.009885323233902454, + "E": 0.0012358782114461064, + "T": 0.0010323632741346955, + "P": 0.11134748160839081, + "-": 0.8714193105697632 + }, + "id": "tp_8676" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1084518, + "label": "-", + "classification": { + "B": 6.750913598807529e-06, + "S": 3.773238404392032e-06, + "I": 2.29166544158943e-05, + "C": 2.8178303637105273e-06, + "R": 3.415900096115365e-07, + "M": 3.931155879399739e-05, + "O": 2.3156779207056388e-05, + "W": 9.672777423475054e-07, + "N": 1.998175093831378e-06, + "Y": 9.52507762121968e-05, + "U": 8.261860529046317e-08, + "K": 3.188937398590497e-07, + "L": 1.6008360717023606e-06, + "G": 7.226896559586748e-05, + "F": 0.0016983121167868376, + "E": 8.118788537103683e-05, + "T": 0.00018909703067038208, + "P": 0.18695880472660065, + "-": 0.810801088809967 + }, + "id": "tp_8677" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1084651, + "label": "-", + "classification": { + "B": 9.700615311025729e-11, + "S": 4.8508603384123106e-11, + "I": 7.925264355890249e-08, + "C": 1.6694102766834362e-09, + "R": 1.8018699032840146e-10, + "M": 4.309639578536917e-08, + "O": 1.6980957084911097e-08, + "W": 7.452488626213949e-11, + "N": 1.639857832858027e-10, + "Y": 1.0568280686129583e-06, + "U": 3.35454559095838e-12, + "K": 2.8058605786029922e-12, + "L": 9.108093168563869e-10, + "G": 1.4658091629371484e-07, + "F": 2.485531695128884e-05, + "E": 1.8552862357523736e-08, + "T": 1.919877831824124e-06, + "P": 0.013290055096149445, + "-": 0.9866818189620972 + }, + "id": "tp_8678" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1084751, + "label": "-", + "classification": { + "B": 7.243156074920876e-11, + "S": 9.67062332990487e-11, + "I": 6.755522008461412e-08, + "C": 1.1492400808776893e-08, + "R": 1.1108598485520815e-09, + "M": 1.5509519357692625e-07, + "O": 2.468390114529484e-08, + "W": 1.0217292983893955e-10, + "N": 9.317731031188714e-10, + "Y": 2.6569783585728146e-05, + "U": 6.5619940037287e-11, + "K": 5.486176846147828e-09, + "L": 3.57377100135281e-10, + "G": 1.5401413975268952e-06, + "F": 0.000231270314543508, + "E": 2.0927620880684117e-07, + "T": 5.0446201385057066e-06, + "P": 0.008630974218249321, + "-": 0.991104006767273 + }, + "id": "tp_8679" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1084885, + "label": "-", + "classification": { + "B": 2.1157850471631434e-10, + "S": 1.1134150268432563e-09, + "I": 1.88340806062115e-07, + "C": 2.920843087395042e-07, + "R": 1.620767520194022e-08, + "M": 6.223975219654676e-07, + "O": 4.8218119275134086e-08, + "W": 5.224397026104555e-10, + "N": 4.97661645226799e-09, + "Y": 7.123135583242401e-05, + "U": 1.433505397718804e-10, + "K": 5.78287533414823e-08, + "L": 1.3270388121711107e-09, + "G": 8.06693424237892e-06, + "F": 0.004800823051482439, + "E": 2.01399666366342e-06, + "T": 4.026270744361682e-06, + "P": 0.013249538838863373, + "-": 0.9818629622459412 + }, + "id": "tp_8680" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1085018, + "label": "-", + "classification": { + "B": 3.768223848510388e-07, + "S": 3.761762400245061e-06, + "I": 0.00011376132169971243, + "C": 1.6504948234796757e-06, + "R": 1.2717210893242736e-06, + "M": 0.001141070737503469, + "O": 6.505699275294319e-05, + "W": 6.007322213008592e-07, + "N": 1.832032921811333e-06, + "Y": 0.03831087797880173, + "U": 2.050783542983936e-08, + "K": 2.66320228092809e-07, + "L": 4.520180482359137e-06, + "G": 0.0005883197300136089, + "F": 0.0018066340126097202, + "E": 3.496379576972686e-05, + "T": 0.021015463396906853, + "P": 0.004141427576541901, + "-": 0.9327681660652161 + }, + "id": "tp_8681" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1085152, + "label": "-", + "classification": { + "B": 1.679800853970903e-09, + "S": 1.3739455129169187e-09, + "I": 4.845473085879348e-06, + "C": 4.5591601605110554e-08, + "R": 2.4344881666138463e-09, + "M": 1.1281689467068645e-06, + "O": 1.309197728005529e-07, + "W": 1.694555384901264e-09, + "N": 1.1559821899709277e-07, + "Y": 3.44385662174318e-05, + "U": 1.1343468386826316e-09, + "K": 5.999982732873832e-08, + "L": 3.5351537253092147e-09, + "G": 4.872628323937533e-06, + "F": 0.0002667531662154943, + "E": 4.2242641939083114e-05, + "T": 1.183928361569997e-05, + "P": 0.17130206525325775, + "-": 0.828331470489502 + }, + "id": "tp_8682" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1085252, + "label": "-", + "classification": { + "B": 7.278248972397705e-07, + "S": 5.853372897490772e-08, + "I": 3.178767656208947e-05, + "C": 5.208802349443431e-07, + "R": 5.040411465984107e-08, + "M": 8.827375859254971e-05, + "O": 3.2965381251415238e-06, + "W": 2.485532668572432e-08, + "N": 1.5024228616766777e-07, + "Y": 0.00020955091167706996, + "U": 4.444456358498883e-09, + "K": 3.2210842881852386e-09, + "L": 1.163652200375509e-06, + "G": 0.00010359247244196013, + "F": 0.00023550199694000185, + "E": 6.894944090163335e-05, + "T": 0.00015236649778671563, + "P": 0.08467144519090652, + "-": 0.9144324064254761 + }, + "id": "tp_8683" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1085385, + "label": "-", + "classification": { + "B": 1.4646219881342404e-07, + "S": 1.7134830443410465e-07, + "I": 5.0945222028531134e-05, + "C": 5.742890039073245e-07, + "R": 9.555477475942098e-08, + "M": 3.769774139072979e-06, + "O": 1.2169310821263934e-06, + "W": 1.752035672097918e-07, + "N": 3.6506555716186995e-06, + "Y": 3.749457391677424e-05, + "U": 6.272482977465188e-08, + "K": 7.4920021688740235e-06, + "L": 2.3659248782337272e-08, + "G": 5.871781013411237e-06, + "F": 0.0006669249851256609, + "E": 0.0001551586319692433, + "T": 6.258814391912892e-05, + "P": 0.4796830415725708, + "-": 0.519320547580719 + }, + "id": "tp_8684" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1085519, + "label": "-", + "classification": { + "B": 1.2000104909759557e-08, + "S": 2.770180351774343e-08, + "I": 2.223073636287154e-07, + "C": 9.587855487325214e-08, + "R": 1.6395222957044098e-08, + "M": 4.729562590455316e-07, + "O": 4.3621579948194267e-07, + "W": 6.45151887468387e-09, + "N": 1.5666856256757455e-08, + "Y": 1.456083555240184e-05, + "U": 7.045873884337084e-10, + "K": 2.8037380417345048e-08, + "L": 1.0173232034560442e-08, + "G": 1.6351050362573005e-06, + "F": 0.000864428817294538, + "E": 8.966277960098523e-07, + "T": 1.716770748316776e-05, + "P": 0.014810524880886078, + "-": 0.9842893481254578 + }, + "id": "tp_8685" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1085652, + "label": "-", + "classification": { + "B": 7.704185554757714e-05, + "S": 5.572185182245448e-05, + "I": 0.0003295854839961976, + "C": 4.2365853005321696e-05, + "R": 2.9138484023860656e-05, + "M": 0.0009765510330908, + "O": 0.0005754076410084963, + "W": 4.256226384313777e-05, + "N": 2.5210403691744432e-05, + "Y": 0.002792808460071683, + "U": 5.2742175284947734e-06, + "K": 9.855979442363605e-06, + "L": 0.00010870447295019403, + "G": 0.0008338207262568176, + "F": 0.008599182590842247, + "E": 0.000208229772397317, + "T": 0.0039412714540958405, + "P": 0.03763369098305702, + "-": 0.9437134861946106 + }, + "id": "tp_8686" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1085752, + "label": "P", + "classification": { + "B": 1.1671825632220134e-05, + "S": 4.057922706124373e-05, + "I": 0.0043852427043020725, + "C": 3.5552086046664044e-05, + "R": 1.619347676751204e-05, + "M": 0.00012983086344320327, + "O": 7.3123665060848e-05, + "W": 2.188314829254523e-05, + "N": 0.0010629375465214252, + "Y": 0.0016988221323117614, + "U": 8.220013114623725e-06, + "K": 0.0023790604900568724, + "L": 4.027816430607345e-06, + "G": 0.0006524478667415679, + "F": 0.013212176039814949, + "E": 0.009119323454797268, + "T": 0.000956894364207983, + "P": 0.7713815569877625, + "-": 0.1948104202747345 + }, + "id": "tp_8687" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1085886, + "label": "-", + "classification": { + "B": 4.742943019664381e-06, + "S": 4.464821358851623e-06, + "I": 3.490364906610921e-05, + "C": 6.015400686010253e-06, + "R": 1.51569861372991e-06, + "M": 9.301663340011146e-06, + "O": 2.9694267141167074e-05, + "W": 2.9253856155264657e-06, + "N": 4.986186468158849e-06, + "Y": 9.307915024692193e-05, + "U": 5.34681930730585e-07, + "K": 4.67630025013932e-06, + "L": 1.9658323253679555e-06, + "G": 5.842000973643735e-05, + "F": 0.006568733137100935, + "E": 5.726608287659474e-05, + "T": 0.00013538119674194604, + "P": 0.17929665744304657, + "-": 0.8136847615242004 + }, + "id": "tp_8688" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1086019, + "label": "-", + "classification": { + "B": 1.5693680325057358e-05, + "S": 5.678405159414979e-07, + "I": 1.1993683074251749e-05, + "C": 3.7650502235919703e-06, + "R": 6.773410632376908e-07, + "M": 2.3565138690173626e-05, + "O": 2.5745208404259756e-05, + "W": 6.146451596578117e-07, + "N": 3.7383432527349214e-07, + "Y": 6.214748282218352e-05, + "U": 4.3976985608651376e-08, + "K": 3.202748644071107e-08, + "L": 4.028760486107785e-06, + "G": 0.00010166222637053579, + "F": 0.000809798832051456, + "E": 2.11773094633827e-05, + "T": 6.443957681767642e-05, + "P": 0.05527925863862038, + "-": 0.9435743689537048 + }, + "id": "tp_8689" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1086153, + "label": "-", + "classification": { + "B": 2.0484134438447654e-05, + "S": 4.725568578578532e-05, + "I": 0.0010272475192323327, + "C": 6.230805593077093e-05, + "R": 2.3453707399312407e-05, + "M": 0.00025544269010424614, + "O": 0.00014710046525578946, + "W": 2.255000435980037e-05, + "N": 0.00018094736151397228, + "Y": 0.0009078474249690771, + "U": 1.1515723599586636e-05, + "K": 0.000208298719371669, + "L": 1.8330523744225502e-05, + "G": 0.00045311666326597333, + "F": 0.01701902411878109, + "E": 0.0008259843452833593, + "T": 0.0018676773179322481, + "P": 0.33413150906562805, + "-": 0.6427698731422424 + }, + "id": "tp_8690" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1086253, + "label": "-", + "classification": { + "B": 5.490870535140857e-06, + "S": 1.3838680388289504e-06, + "I": 0.0006028589559718966, + "C": 7.411141996271908e-05, + "R": 1.4528373867506161e-05, + "M": 0.000487547047669068, + "O": 4.3959964386885986e-05, + "W": 1.2285320281080203e-06, + "N": 1.3702502656087745e-05, + "Y": 0.0027917339466512203, + "U": 1.842019855757826e-06, + "K": 4.1138446249533445e-06, + "L": 1.773257645254489e-05, + "G": 0.001628108904697001, + "F": 0.004313489887863398, + "E": 0.0006613786681555212, + "T": 0.0013117133639752865, + "P": 0.12362904846668243, + "-": 0.8643960952758789 + }, + "id": "tp_8691" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1086386, + "label": "-", + "classification": { + "B": 2.020588181039784e-05, + "S": 8.978658297564834e-05, + "I": 0.0010098573984578252, + "C": 0.00018047631601803005, + "R": 0.00011565628665266559, + "M": 0.0012763425474986434, + "O": 0.0005501694977283478, + "W": 4.409992106957361e-05, + "N": 7.296006515389308e-05, + "Y": 0.022335341200232506, + "U": 9.304554623668082e-06, + "K": 5.1542399887694046e-05, + "L": 7.605002610944211e-05, + "G": 0.0030996245332062244, + "F": 0.008013653568923473, + "E": 0.00027081932057626545, + "T": 0.018030676990747452, + "P": 0.024517370387911797, + "-": 0.9202361702919006 + }, + "id": "tp_8692" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1086520, + "label": "-", + "classification": { + "B": 8.508845183996527e-08, + "S": 3.883723991293664e-07, + "I": 1.065723699866794e-05, + "C": 2.267918716825079e-06, + "R": 7.330680773520726e-07, + "M": 2.2361749870469794e-05, + "O": 9.86719624052057e-06, + "W": 3.007355076078966e-07, + "N": 3.5545201626518974e-07, + "Y": 0.00021027516049798578, + "U": 4.495526795267324e-08, + "K": 3.2469014854541456e-07, + "L": 7.825685770512791e-07, + "G": 2.8204056434333324e-05, + "F": 0.003099332330748439, + "E": 1.0534302418818697e-05, + "T": 0.00017038965597748756, + "P": 0.021354518830776215, + "-": 0.9750785827636719 + }, + "id": "tp_8693" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1086653, + "label": "-", + "classification": { + "B": 1.3221936967511283e-07, + "S": 2.2940997723708278e-07, + "I": 0.0007605758146382868, + "C": 3.248036591685377e-06, + "R": 9.66808670455066e-07, + "M": 1.7038728401530534e-05, + "O": 4.2679489524743985e-06, + "W": 2.695207399483479e-07, + "N": 1.599938332219608e-05, + "Y": 0.000947756867390126, + "U": 1.6268224101168016e-07, + "K": 1.0079893399961293e-05, + "L": 1.7223914028363652e-07, + "G": 8.808309939922765e-05, + "F": 0.0018612592248246074, + "E": 0.00017835306061897427, + "T": 0.0006124788778834045, + "P": 0.1860550343990326, + "-": 0.8094438910484314 + }, + "id": "tp_8694" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1086753, + "label": "-", + "classification": { + "B": 4.330174441236068e-09, + "S": 1.7243054983850925e-08, + "I": 1.0512601420487044e-06, + "C": 1.4490918687215526e-08, + "R": 2.234162632674952e-09, + "M": 1.4750496575288707e-06, + "O": 8.310657335641736e-07, + "W": 8.881925417369985e-09, + "N": 4.159598532282871e-08, + "Y": 1.3432998457574286e-05, + "U": 6.578927402856038e-10, + "K": 8.708687992964315e-09, + "L": 1.4821748273163848e-08, + "G": 1.8683043663259014e-06, + "F": 0.0007901598582975566, + "E": 1.3802472267343546e-06, + "T": 3.848855340038426e-05, + "P": 0.06712344288825989, + "-": 0.9320278167724609 + }, + "id": "tp_8695" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1086887, + "label": "-", + "classification": { + "B": 1.6639791283523664e-05, + "S": 6.009450589772314e-05, + "I": 0.00221416843123734, + "C": 0.0001943133247550577, + "R": 0.00011702682968461886, + "M": 0.002604798646643758, + "O": 0.0006827681208960712, + "W": 3.095513238804415e-05, + "N": 0.00013909001427236944, + "Y": 0.006413449998944998, + "U": 1.0307533557352144e-05, + "K": 5.419296030595433e-06, + "L": 0.00013919270713813603, + "G": 0.0014299958711490035, + "F": 0.004065965302288532, + "E": 0.0004483359807636589, + "T": 0.015650799497961998, + "P": 0.0908728688955307, + "-": 0.8749038577079773 + }, + "id": "tp_8696" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1087020, + "label": "-", + "classification": { + "B": 7.376070243481081e-07, + "S": 5.354932568479853e-07, + "I": 1.2950173413628363e-06, + "C": 2.3513139524311555e-07, + "R": 1.2287202366678684e-07, + "M": 4.2817529902094975e-05, + "O": 1.6925789168453775e-05, + "W": 1.4447753926560836e-07, + "N": 1.6548600711985273e-08, + "Y": 0.00015758263180032372, + "U": 2.2188815229640113e-09, + "K": 1.0790353055512014e-09, + "L": 3.485071374598192e-06, + "G": 4.903191438643262e-05, + "F": 0.0010113595053553581, + "E": 1.6935742905843654e-06, + "T": 0.0001203028587042354, + "P": 0.004334209021180868, + "-": 0.9942594766616821 + }, + "id": "tp_8697" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1087154, + "label": "-", + "classification": { + "B": 1.4041323083802126e-05, + "S": 6.867030151624931e-06, + "I": 3.0373746994882822e-05, + "C": 9.983107702282723e-06, + "R": 1.7525134126117337e-06, + "M": 0.0004692369548138231, + "O": 8.536337554687634e-05, + "W": 1.414901475982333e-06, + "N": 2.28186218009796e-06, + "Y": 0.0005141603760421276, + "U": 1.0723545784685484e-07, + "K": 2.6064017788485216e-07, + "L": 1.4890455531713087e-05, + "G": 0.0003321820986457169, + "F": 0.0035708786454051733, + "E": 0.00014304075739346445, + "T": 0.0006850814679637551, + "P": 0.027889857068657875, + "-": 0.9662281274795532 + }, + "id": "tp_8698" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1087254, + "label": "-", + "classification": { + "B": 4.790137495547242e-07, + "S": 1.0474956013695191e-07, + "I": 2.5484470825176686e-05, + "C": 2.4587127427366795e-06, + "R": 1.9789433736150386e-07, + "M": 7.22630720702e-05, + "O": 7.582525086036185e-06, + "W": 3.8771869270703974e-08, + "N": 6.321545811260876e-07, + "Y": 0.0002489755570422858, + "U": 1.3011892896486188e-08, + "K": 1.0666301619721708e-08, + "L": 8.780608027336712e-07, + "G": 0.0001308137143496424, + "F": 0.0007907772669568658, + "E": 2.9985549190314487e-05, + "T": 0.00030329939909279346, + "P": 0.0280188899487257, + "-": 0.9703670740127563 + }, + "id": "tp_8699" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1087387, + "label": "-", + "classification": { + "B": 6.43786188447848e-05, + "S": 0.0008103922591544688, + "I": 0.002056805184110999, + "C": 0.0005424222908914089, + "R": 0.0004453730653040111, + "M": 0.017507310956716537, + "O": 0.00486461678519845, + "W": 0.00038187531754374504, + "N": 0.0002816116902977228, + "Y": 0.04860135167837143, + "U": 1.5428515325766057e-05, + "K": 0.0003248391149099916, + "L": 0.0006166976527310908, + "G": 0.00953548215329647, + "F": 0.0356273390352726, + "E": 0.0010688855545595288, + "T": 0.063997782766819, + "P": 0.01696571707725525, + "-": 0.796291708946228 + }, + "id": "tp_8700" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1087521, + "label": "-", + "classification": { + "B": 2.285838945681462e-06, + "S": 2.022861281147925e-06, + "I": 5.619174407911487e-05, + "C": 8.858190085447859e-06, + "R": 1.2337739008216886e-06, + "M": 0.00010735695832408965, + "O": 2.4633978682686575e-05, + "W": 1.6682727164152311e-06, + "N": 5.457862243929412e-06, + "Y": 0.0011420113733038306, + "U": 9.054718930201489e-07, + "K": 2.5097428078879602e-05, + "L": 1.6493808061568416e-06, + "G": 0.0001593183260411024, + "F": 0.0038244801107794046, + "E": 0.0002848078729584813, + "T": 0.0006252292660064995, + "P": 0.05967501550912857, + "-": 0.9340518116950989 + }, + "id": "tp_8701" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1087654, + "label": "-", + "classification": { + "B": 1.0778003343148157e-06, + "S": 3.214350044800085e-06, + "I": 0.0028343084268271923, + "C": 4.3579981138464063e-05, + "R": 1.4513594578602351e-05, + "M": 0.0006985556101426482, + "O": 6.18110570940189e-05, + "W": 3.114281525995466e-06, + "N": 5.366644109017216e-05, + "Y": 0.009128003381192684, + "U": 9.629577562009217e-07, + "K": 7.967862984514795e-06, + "L": 6.64294520902331e-06, + "G": 0.0004904892412014306, + "F": 0.0022354163229465485, + "E": 0.0007266770699061453, + "T": 0.006100494880229235, + "P": 0.08496234565973282, + "-": 0.8926270008087158 + }, + "id": "tp_8702" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1087754, + "label": "-", + "classification": { + "B": 2.077799308608519e-06, + "S": 1.1151204262205283e-06, + "I": 0.0029325264040380716, + "C": 0.00030004390282556415, + "R": 6.339541141642258e-05, + "M": 0.0004084924585185945, + "O": 5.598025018116459e-05, + "W": 3.060529024878633e-06, + "N": 5.0131824536947533e-05, + "Y": 0.011388643644750118, + "U": 6.713271432090551e-06, + "K": 1.8059577996609733e-05, + "L": 1.3501628018275369e-05, + "G": 0.0008429629961028695, + "F": 0.0023401195649057627, + "E": 0.0008535941014997661, + "T": 0.0030363211408257484, + "P": 0.10048887133598328, + "-": 0.877194344997406 + }, + "id": "tp_8703" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1087888, + "label": "-", + "classification": { + "B": 5.738494337492739e-07, + "S": 1.3014146134082694e-06, + "I": 4.0937749872682616e-05, + "C": 5.990338650008198e-06, + "R": 1.3364571032070671e-06, + "M": 6.397024117177352e-05, + "O": 1.1706868463079445e-05, + "W": 6.195733135427872e-07, + "N": 2.3868883545219433e-06, + "Y": 0.0015307886060327291, + "U": 1.2285985917515063e-07, + "K": 1.3418996786640491e-05, + "L": 8.495337624481181e-07, + "G": 0.00023404316743835807, + "F": 0.015055224299430847, + "E": 0.0002526204625610262, + "T": 0.0004144087724853307, + "P": 0.043006427586078644, + "-": 0.9393633008003235 + }, + "id": "tp_8704" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1088021, + "label": "-", + "classification": { + "B": 1.198077484332316e-06, + "S": 1.995454795178375e-06, + "I": 7.199562969617546e-05, + "C": 3.35995209752582e-05, + "R": 5.186206635698909e-06, + "M": 0.0001331115490756929, + "O": 3.877481503877789e-05, + "W": 2.1230489437584765e-06, + "N": 1.0672565622371621e-05, + "Y": 0.002014477038756013, + "U": 1.0248824082736974e-06, + "K": 3.982469206675887e-05, + "L": 3.2461819046147866e-06, + "G": 0.00031379485153593123, + "F": 0.01742701046168804, + "E": 0.0005979546112939715, + "T": 0.0005600334261544049, + "P": 0.08761140704154968, + "-": 0.8911325931549072 + }, + "id": "tp_8705" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1088155, + "label": "-", + "classification": { + "B": 0.0006806907476857305, + "S": 9.280177619075403e-05, + "I": 0.0006219300557859242, + "C": 0.0005196380661800504, + "R": 0.00016260880511254072, + "M": 0.0030493836384266615, + "O": 0.0012931175297126174, + "W": 8.044240530580282e-05, + "N": 5.009068991057575e-05, + "Y": 0.004530423320829868, + "U": 3.266122439526953e-05, + "K": 4.034315134049393e-05, + "L": 0.0004929823917336762, + "G": 0.007250658236443996, + "F": 0.014253795146942139, + "E": 0.0011175635736435652, + "T": 0.004760974086821079, + "P": 0.06599794328212738, + "-": 0.8949718475341797 + }, + "id": "tp_8706" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1088255, + "label": "-", + "classification": { + "B": 0.00021078262943774462, + "S": 0.0002559517160989344, + "I": 0.00017151972861029208, + "C": 6.004663373460062e-05, + "R": 3.489885784802027e-05, + "M": 0.007898015901446342, + "O": 0.001374643063172698, + "W": 5.992353180772625e-05, + "N": 1.737940328894183e-05, + "Y": 0.005123237147927284, + "U": 2.5611650471546454e-06, + "K": 1.2887064258393366e-05, + "L": 0.00046802894212305546, + "G": 0.0031760793644934893, + "F": 0.036756373941898346, + "E": 0.00047142180847004056, + "T": 0.005515036638826132, + "P": 0.013100084848701954, + "-": 0.925291121006012 + }, + "id": "tp_8707" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1088388, + "label": "-", + "classification": { + "B": 1.41000944253733e-08, + "S": 1.2022422879454098e-07, + "I": 3.110097622993635e-06, + "C": 1.4132895387319877e-07, + "R": 3.7545071052136336e-08, + "M": 2.4901478354877327e-06, + "O": 2.104848817907623e-06, + "W": 7.702352178284855e-08, + "N": 2.5929506364263943e-07, + "Y": 7.360267045442015e-05, + "U": 1.1663487953228469e-08, + "K": 1.0742543281594408e-06, + "L": 3.570603368530101e-08, + "G": 3.7183219774306053e-06, + "F": 0.0034854405093938112, + "E": 6.509560989798047e-06, + "T": 4.450259802979417e-05, + "P": 0.051335658878088, + "-": 0.9450410604476929 + }, + "id": "tp_8708" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1088522, + "label": "-", + "classification": { + "B": 1.92218681149825e-06, + "S": 1.8576786260382505e-06, + "I": 1.0226074664387852e-05, + "C": 1.8845587419491494e-06, + "R": 6.09478604474134e-07, + "M": 0.00034153182059526443, + "O": 4.6496741560986266e-05, + "W": 4.253409997545532e-07, + "N": 2.186029490758301e-07, + "Y": 0.000214116444112733, + "U": 8.453343802727886e-09, + "K": 4.023329935876063e-08, + "L": 8.013527803996112e-06, + "G": 0.000202002891455777, + "F": 0.008046319708228111, + "E": 4.216971137793735e-05, + "T": 0.00017376577307004482, + "P": 0.007490002084523439, + "-": 0.9834185242652893 + }, + "id": "tp_8709" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1088655, + "label": "-", + "classification": { + "B": 1.98534621631552e-06, + "S": 1.2520227983259247e-06, + "I": 9.426406904822215e-05, + "C": 3.721012035384774e-06, + "R": 6.679671287201927e-07, + "M": 1.0836536603164859e-05, + "O": 1.650549347687047e-05, + "W": 2.1654850570484996e-06, + "N": 1.075216550816549e-05, + "Y": 0.00017297219892498106, + "U": 6.752546255484049e-07, + "K": 7.038340754661476e-06, + "L": 9.09701839191257e-07, + "G": 3.739705425687134e-05, + "F": 0.003765361150726676, + "E": 0.00011179593275301158, + "T": 0.00020056536595802754, + "P": 0.35856571793556213, + "-": 0.6369953155517578 + }, + "id": "tp_8710" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1088755, + "label": "-", + "classification": { + "B": 3.6252702557248995e-05, + "S": 2.7713011149899103e-05, + "I": 0.00039513231604360044, + "C": 0.0002821854723151773, + "R": 2.69298798230011e-05, + "M": 0.00037158720078878105, + "O": 0.0001716504048090428, + "W": 2.2506274035549723e-05, + "N": 8.805841935100034e-05, + "Y": 0.0019427172373980284, + "U": 1.3306819710123818e-05, + "K": 9.708103607408702e-05, + "L": 3.344070864841342e-05, + "G": 0.0014162942534312606, + "F": 0.0537453219294548, + "E": 0.0033903117291629314, + "T": 0.0006726444116793573, + "P": 0.3215370178222656, + "-": 0.6157296895980835 + }, + "id": "tp_8711" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1088889, + "label": "-", + "classification": { + "B": 1.3142865100235213e-05, + "S": 8.533095751772635e-06, + "I": 0.0014483309350907803, + "C": 8.287302625831217e-05, + "R": 1.1807474038505461e-05, + "M": 0.00021438692056108266, + "O": 0.00010067497350974008, + "W": 1.2682450687862001e-05, + "N": 0.00016482667706441134, + "Y": 0.001081900903955102, + "U": 7.260407983267214e-06, + "K": 0.0001195171062136069, + "L": 9.697744644654449e-06, + "G": 0.000653308758046478, + "F": 0.01313646137714386, + "E": 0.0032827204558998346, + "T": 0.0007848513196222484, + "P": 0.39084023237228394, + "-": 0.5880267024040222 + }, + "id": "tp_8712" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1089022, + "label": "-", + "classification": { + "B": 5.100032618443606e-10, + "S": 1.224988721570952e-10, + "I": 7.655158640318405e-08, + "C": 3.9132053153423385e-09, + "R": 8.241757276650219e-11, + "M": 1.1701702362643118e-07, + "O": 2.828578438140994e-08, + "W": 6.193855150993244e-11, + "N": 1.459485532429028e-09, + "Y": 3.7936356420686934e-06, + "U": 3.6565951655465057e-11, + "K": 4.113348273104833e-10, + "L": 4.2975428771185875e-10, + "G": 4.805523303730297e-07, + "F": 1.7812313672038727e-05, + "E": 2.9605689633172005e-07, + "T": 5.014648195356131e-06, + "P": 0.015218007378280163, + "-": 0.9847543239593506 + }, + "id": "tp_8713" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1089156, + "label": "-", + "classification": { + "B": 0.000114636575744953, + "S": 0.0004806151846423745, + "I": 2.0198618585709482e-05, + "C": 7.82721417635912e-06, + "R": 7.700575224589556e-06, + "M": 0.0014553529908880591, + "O": 0.0012522664619609714, + "W": 5.5968699598452076e-05, + "N": 3.725069063875708e-06, + "Y": 0.0027425060980021954, + "U": 2.1532896710141358e-07, + "K": 1.2262163181731012e-05, + "L": 0.00025110188289545476, + "G": 0.0027364552952349186, + "F": 0.10812896490097046, + "E": 0.00029830652056261897, + "T": 0.0023015097249299288, + "P": 0.006786133162677288, + "-": 0.8733443021774292 + }, + "id": "tp_8714" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1089256, + "label": "-", + "classification": { + "B": 1.3201541548824025e-07, + "S": 7.004675239841163e-08, + "I": 2.8360323085507844e-06, + "C": 3.139938144158805e-06, + "R": 3.143711921893555e-07, + "M": 0.00010930094867944717, + "O": 6.6728266574500594e-06, + "W": 1.6297288851774283e-08, + "N": 1.4674870207898039e-08, + "Y": 0.00032490750891156495, + "U": 2.550752276064827e-09, + "K": 2.075194904804789e-09, + "L": 5.1997421905980445e-06, + "G": 0.00032453404855914414, + "F": 0.001512153190560639, + "E": 4.8717911340645514e-06, + "T": 0.00015823451394680887, + "P": 0.002643295330926776, + "-": 0.9949042797088623 + }, + "id": "tp_8715" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1089389, + "label": "-", + "classification": { + "B": 1.462904730686887e-08, + "S": 1.6700971272598508e-08, + "I": 2.1058669517515227e-05, + "C": 5.457033012135071e-07, + "R": 3.029894202200012e-08, + "M": 3.0632104426331352e-06, + "O": 8.665300583743374e-07, + "W": 1.72238205919939e-08, + "N": 8.129815114443772e-07, + "Y": 2.6972491468768567e-05, + "U": 1.1250032905252283e-08, + "K": 4.064762322286697e-07, + "L": 1.99518410681776e-08, + "G": 1.0606458999973256e-05, + "F": 0.0009152356069535017, + "E": 4.810256359633058e-05, + "T": 2.710565422603395e-05, + "P": 0.26060083508491516, + "-": 0.7383443713188171 + }, + "id": "tp_8716" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1089523, + "label": "-", + "classification": { + "B": 2.0569108638568423e-09, + "S": 4.5249390900892195e-09, + "I": 1.1302636266918853e-06, + "C": 4.8905381078157006e-08, + "R": 8.994522460170629e-09, + "M": 8.610491590843594e-07, + "O": 2.868520425636234e-07, + "W": 3.1774740616441477e-09, + "N": 2.3605833732176507e-08, + "Y": 2.114015478582587e-05, + "U": 7.105592780831671e-10, + "K": 3.135279769139743e-08, + "L": 4.232857619967945e-09, + "G": 3.0639278065791586e-06, + "F": 0.00034018282894976437, + "E": 9.95131131276139e-07, + "T": 2.2604606783716008e-05, + "P": 0.04721095412969589, + "-": 0.9523987174034119 + }, + "id": "tp_8717" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1089656, + "label": "-", + "classification": { + "B": 6.085848980319497e-08, + "S": 2.5966510719399594e-08, + "I": 2.694789509405382e-05, + "C": 1.668671302468283e-06, + "R": 1.2294269424728554e-07, + "M": 2.286552899022354e-06, + "O": 1.679287606748403e-06, + "W": 4.032879274973311e-08, + "N": 1.070645794243319e-06, + "Y": 5.801930092275143e-05, + "U": 6.170696309482082e-08, + "K": 2.2780695019264385e-07, + "L": 8.024010611507038e-08, + "G": 1.551568857394159e-05, + "F": 0.0004555804771371186, + "E": 1.974361111933831e-05, + "T": 7.60244220145978e-05, + "P": 0.23531849682331085, + "-": 0.7640223503112793 + }, + "id": "tp_8718" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1089756, + "label": "-", + "classification": { + "B": 4.080243888893165e-05, + "S": 4.304523827158846e-05, + "I": 9.35067146201618e-05, + "C": 8.277688175439835e-05, + "R": 1.089915258489782e-05, + "M": 0.0011154406238347292, + "O": 0.00018504250328987837, + "W": 1.0529593055252917e-05, + "N": 2.0114612198085524e-05, + "Y": 0.005156790837645531, + "U": 2.8856366043328308e-06, + "K": 0.0004164221172686666, + "L": 4.509760037763044e-05, + "G": 0.004482609685510397, + "F": 0.06323987990617752, + "E": 0.002459354232996702, + "T": 0.0028246522415429354, + "P": 0.027122778818011284, + "-": 0.8926474452018738 + }, + "id": "tp_8719" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1089890, + "label": "-", + "classification": { + "B": 4.1111197779386544e-10, + "S": 1.3446768143410281e-09, + "I": 4.418557608687479e-08, + "C": 1.3810066423758371e-09, + "R": 1.2292905582356184e-10, + "M": 4.4738263227372954e-07, + "O": 1.1070920180600297e-07, + "W": 2.804845244952503e-10, + "N": 1.3160326162164893e-09, + "Y": 7.161897883634083e-06, + "U": 1.2824180953274755e-11, + "K": 9.161083697195593e-11, + "L": 4.835239431066896e-10, + "G": 1.787322645441236e-07, + "F": 1.5990988686098717e-05, + "E": 6.269205954367862e-08, + "T": 1.2546216566988733e-05, + "P": 0.0076694004237651825, + "-": 0.9922940731048584 + }, + "id": "tp_8720" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1090023, + "label": "-", + "classification": { + "B": 4.96312304676394e-06, + "S": 1.164328068625764e-06, + "I": 2.457914342812728e-05, + "C": 2.5037154500751058e-06, + "R": 3.9589264133610413e-07, + "M": 4.7380704927491024e-05, + "O": 1.580017305968795e-05, + "W": 4.712303223186609e-07, + "N": 1.5603627616656013e-06, + "Y": 0.0002980171120725572, + "U": 1.4067848042031983e-07, + "K": 1.4528501424138085e-06, + "L": 1.6519377368240384e-06, + "G": 0.0002047636080533266, + "F": 0.003332287073135376, + "E": 0.0001119675362133421, + "T": 0.00029755389550700784, + "P": 0.08848429471254349, + "-": 0.907168984413147 + }, + "id": "tp_8721" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1090157, + "label": "-", + "classification": { + "B": 6.291596946539357e-06, + "S": 6.363307875290047e-06, + "I": 2.3009938558971044e-06, + "C": 5.919755494687706e-06, + "R": 6.30782665211882e-07, + "M": 0.000708834151737392, + "O": 7.467776595149189e-05, + "W": 7.22137997399841e-07, + "N": 1.1297711211000205e-07, + "Y": 0.00020531011978164315, + "U": 1.0467808841951864e-08, + "K": 3.9461642842297806e-08, + "L": 1.7143860532087274e-05, + "G": 0.0003542308695614338, + "F": 0.005799864884465933, + "E": 4.367250221548602e-05, + "T": 0.00017837822088040411, + "P": 0.005989259108901024, + "-": 0.9866062998771667 + }, + "id": "tp_8722" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1090257, + "label": "-", + "classification": { + "B": 1.0817209350477697e-09, + "S": 2.180326474920946e-10, + "I": 2.3476337673855596e-07, + "C": 8.270924389819356e-09, + "R": 1.0255753191135142e-10, + "M": 9.209023943412831e-08, + "O": 1.3713418844929492e-08, + "W": 1.9473436752015516e-10, + "N": 5.9928462192715415e-09, + "Y": 4.020482265332248e-06, + "U": 1.2387540992975232e-10, + "K": 1.5353263549400253e-08, + "L": 2.2086843465274342e-10, + "G": 6.338980256259674e-07, + "F": 0.00011351338616805151, + "E": 3.294503812867333e-06, + "T": 2.219122961832909e-06, + "P": 0.1108563244342804, + "-": 0.8890196681022644 + }, + "id": "tp_8723" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1090390, + "label": "-", + "classification": { + "B": 1.0652903483787668e-06, + "S": 3.281724332282465e-07, + "I": 1.5037715456855949e-05, + "C": 7.952705800562399e-07, + "R": 1.5764786098770855e-07, + "M": 2.7974201657343656e-06, + "O": 6.490329724329058e-06, + "W": 2.973755783841625e-07, + "N": 1.355797280666593e-06, + "Y": 4.105803236598149e-05, + "U": 5.694976934478291e-08, + "K": 3.514140871629934e-07, + "L": 2.7080744757768116e-07, + "G": 2.2990563593339175e-05, + "F": 0.0017904624110087752, + "E": 3.539663157425821e-05, + "T": 3.383405419299379e-05, + "P": 0.3761441111564636, + "-": 0.621903121471405 + }, + "id": "tp_8724" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1090524, + "label": "-", + "classification": { + "B": 6.068287539129358e-10, + "S": 9.2512594807026e-12, + "I": 3.1337287964561256e-07, + "C": 1.140920868891726e-08, + "R": 8.810426693761642e-11, + "M": 1.5705619205164112e-07, + "O": 6.497969273766557e-09, + "W": 9.165270105360168e-12, + "N": 9.37003696854788e-10, + "Y": 1.969220875253086e-06, + "U": 1.7440363389575886e-11, + "K": 1.697056106753081e-10, + "L": 3.6694292049332944e-10, + "G": 2.088358769469778e-06, + "F": 8.811756561044604e-05, + "E": 1.7358584045723546e-06, + "T": 1.2991832818443072e-06, + "P": 0.06524880975484848, + "-": 0.9346554279327393 + }, + "id": "tp_8725" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1090657, + "label": "-", + "classification": { + "B": 9.02383945344809e-08, + "S": 4.078476194990799e-06, + "I": 6.080940551100866e-08, + "C": 2.0609101625268522e-07, + "R": 4.55800304166587e-08, + "M": 7.002221536822617e-05, + "O": 1.884153243736364e-05, + "W": 1.4121172853265307e-07, + "N": 8.875380430595214e-09, + "Y": 0.00038260139990597963, + "U": 2.3211432775838148e-10, + "K": 1.3241019303222856e-07, + "L": 2.785494416457368e-06, + "G": 0.00022288206673692912, + "F": 0.06553180515766144, + "E": 6.354486231430201e-06, + "T": 0.00022967679251451045, + "P": 0.0006424558232538402, + "-": 0.9328877925872803 + }, + "id": "tp_8726" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1090757, + "label": "-", + "classification": { + "B": 8.318667976681127e-11, + "S": 2.3795343473409503e-09, + "I": 2.51549067797896e-07, + "C": 2.05904147065894e-08, + "R": 8.161015863095145e-09, + "M": 2.014657411564258e-06, + "O": 4.3476757127791643e-07, + "W": 1.6913768163817622e-09, + "N": 3.1300233516162734e-09, + "Y": 9.281350503442809e-05, + "U": 1.5420964505352686e-10, + "K": 5.942615843856913e-10, + "L": 1.5891629345787806e-08, + "G": 1.995113052544184e-06, + "F": 0.0005373291787691414, + "E": 1.130864859533176e-07, + "T": 5.08024386363104e-05, + "P": 0.003873412264510989, + "-": 0.9954408407211304 + }, + "id": "tp_8727" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1090891, + "label": "-", + "classification": { + "B": 6.074422742585739e-08, + "S": 1.8436567188473418e-06, + "I": 4.6759207180002704e-05, + "C": 3.308519080746919e-05, + "R": 4.414249815454241e-06, + "M": 6.516982830362394e-05, + "O": 2.592288910818752e-05, + "W": 1.8043643876808346e-06, + "N": 4.293397523724707e-06, + "Y": 0.002278667176142335, + "U": 2.296999781492559e-07, + "K": 4.6410103095695376e-05, + "L": 1.9404897102504037e-06, + "G": 0.00047284970059990883, + "F": 0.026736503466963768, + "E": 0.00024232726718764752, + "T": 0.0008572092046961188, + "P": 0.024813950061798096, + "-": 0.9443665742874146 + }, + "id": "tp_8728" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1091024, + "label": "-", + "classification": { + "B": 4.450185770110693e-06, + "S": 1.8650482161319815e-05, + "I": 9.151889389613643e-05, + "C": 2.8883185223094188e-05, + "R": 1.9327188056195155e-05, + "M": 0.00022229753085412085, + "O": 0.0002045689179794863, + "W": 1.1402931704651564e-05, + "N": 9.740681889525149e-06, + "Y": 0.0010822686599567533, + "U": 1.3738966799792252e-06, + "K": 3.2307227684214013e-06, + "L": 1.7980179109144956e-05, + "G": 0.0002363469247939065, + "F": 0.004675973206758499, + "E": 9.315348870586604e-05, + "T": 0.0017155164387077093, + "P": 0.05214998126029968, + "-": 0.9394134283065796 + }, + "id": "tp_8729" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1091158, + "label": "-", + "classification": { + "B": 8.268401785471724e-08, + "S": 2.0509800435775105e-07, + "I": 1.1772223196260256e-08, + "C": 2.3773468527110708e-08, + "R": 4.679827636522305e-09, + "M": 5.637232334265718e-06, + "O": 1.4805609680479392e-06, + "W": 1.2937150906111583e-08, + "N": 4.712078505164641e-10, + "Y": 3.3333835744997486e-05, + "U": 1.662758125631214e-11, + "K": 9.690231950187922e-10, + "L": 1.5512334528011706e-07, + "G": 3.211267903679982e-05, + "F": 0.009612242691218853, + "E": 5.771045152869192e-07, + "T": 1.6179254089365713e-05, + "P": 0.002208922989666462, + "-": 0.9880890250205994 + }, + "id": "tp_8730" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1091258, + "label": "-", + "classification": { + "B": 2.1547876372096653e-07, + "S": 9.467477184443851e-07, + "I": 0.00014612911036238074, + "C": 4.639055532607017e-06, + "R": 1.7420164795112214e-06, + "M": 5.043396959081292e-05, + "O": 1.354127743979916e-05, + "W": 1.2725358828902245e-06, + "N": 1.843036625359673e-05, + "Y": 0.003914285451173782, + "U": 5.140857979313296e-07, + "K": 0.00023249303922057152, + "L": 3.0541445994458627e-07, + "G": 0.0001235635281773284, + "F": 0.005345928017050028, + "E": 0.00028893581475131214, + "T": 0.0010486956452950835, + "P": 0.0651470422744751, + "-": 0.923660933971405 + }, + "id": "tp_8731" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1091391, + "label": "-", + "classification": { + "B": 7.189823918452021e-06, + "S": 6.336915248539299e-05, + "I": 0.0004966604756191373, + "C": 4.2219762690365314e-05, + "R": 1.2708652320725378e-05, + "M": 0.00027263976517133415, + "O": 0.0001164269560831599, + "W": 1.7166099496535026e-05, + "N": 6.166158709675074e-05, + "Y": 0.0042710755951702595, + "U": 2.942963874374982e-06, + "K": 0.0001600109098944813, + "L": 1.0154682968277484e-05, + "G": 0.0003806241729762405, + "F": 0.01940024644136429, + "E": 0.0004482033255044371, + "T": 0.0030513377860188484, + "P": 0.10127739608287811, + "-": 0.8699079155921936 + }, + "id": "tp_8732" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1091525, + "label": "-", + "classification": { + "B": 2.2720211823035186e-10, + "S": 3.4414091576451256e-09, + "I": 3.6644024703491596e-07, + "C": 1.3948784349793186e-08, + "R": 2.562203338385416e-09, + "M": 3.8667832313876715e-07, + "O": 1.1693015977698451e-07, + "W": 1.5468806235929833e-09, + "N": 9.038674697592342e-09, + "Y": 3.404701055842452e-05, + "U": 2.369098250909474e-10, + "K": 4.119308627537066e-08, + "L": 1.2487039180442139e-09, + "G": 9.298853456130018e-07, + "F": 0.0003895182744599879, + "E": 4.88965270051267e-07, + "T": 1.3098754607199226e-05, + "P": 0.01035892590880394, + "-": 0.989202082157135 + }, + "id": "tp_8733" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1091658, + "label": "-", + "classification": { + "B": 5.491775482369121e-06, + "S": 5.752524521085434e-05, + "I": 0.002100564306601882, + "C": 3.2198895496549085e-05, + "R": 1.4343384464154951e-05, + "M": 0.00014642284077126533, + "O": 8.552929648431018e-05, + "W": 1.5535335478489287e-05, + "N": 0.0003353042993694544, + "Y": 0.00312633509747684, + "U": 5.3567468967230525e-06, + "K": 0.0003711048630066216, + "L": 3.5517741707735695e-06, + "G": 0.00024194516299758106, + "F": 0.011576308868825436, + "E": 0.0004714558308478445, + "T": 0.002652933355420828, + "P": 0.3067761957645416, + "-": 0.6719818711280823 + }, + "id": "tp_8734" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1091758, + "label": "-", + "classification": { + "B": 7.050091880955733e-06, + "S": 2.679595354493358e-06, + "I": 8.772144792601466e-05, + "C": 4.037992766825482e-06, + "R": 8.608047892266768e-07, + "M": 2.0461589883780107e-05, + "O": 2.5356561309308745e-05, + "W": 3.4435836369084427e-06, + "N": 9.870780559140258e-06, + "Y": 0.00013399965246208012, + "U": 4.0214425212070637e-07, + "K": 6.681987542833667e-06, + "L": 1.2826809552279883e-06, + "G": 5.568320557358675e-05, + "F": 0.006858570966869593, + "E": 0.00021873318473808467, + "T": 9.634214802645147e-05, + "P": 0.42546117305755615, + "-": 0.5670056939125061 + }, + "id": "tp_8735" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1091892, + "label": "-", + "classification": { + "B": 1.4728515452588908e-05, + "S": 2.8992267289140727e-06, + "I": 0.0010144606931135058, + "C": 5.9712245274567977e-05, + "R": 9.050416338141076e-06, + "M": 0.0002920076949521899, + "O": 6.035063779563643e-05, + "W": 3.5420248423179146e-06, + "N": 4.354752309154719e-05, + "Y": 0.0012588342651724815, + "U": 3.0131955099932384e-06, + "K": 1.3848211892764084e-05, + "L": 1.0943237612082157e-05, + "G": 0.0008544930024072528, + "F": 0.0026184041053056717, + "E": 0.0015287843998521566, + "T": 0.0011028387816622853, + "P": 0.29467064142227173, + "-": 0.6964378952980042 + }, + "id": "tp_8736" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1092025, + "label": "-", + "classification": { + "B": 4.825066568514558e-09, + "S": 1.696762375047456e-08, + "I": 4.5990952912688954e-07, + "C": 2.8197304047239413e-08, + "R": 4.561298894145693e-09, + "M": 3.81187504672198e-07, + "O": 3.802920787165931e-07, + "W": 4.931488106763027e-09, + "N": 1.7714349098696403e-08, + "Y": 8.577099833928514e-06, + "U": 5.327693286538704e-10, + "K": 2.28981580363552e-08, + "L": 8.715329791186832e-09, + "G": 2.1535975065489765e-06, + "F": 0.0012707517016679049, + "E": 1.0397990308774752e-06, + "T": 1.3234131984063424e-05, + "P": 0.029972873628139496, + "-": 0.9687300324440002 + }, + "id": "tp_8737" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1092125, + "label": "-", + "classification": { + "B": 1.5591837154715904e-06, + "S": 4.33741888627992e-06, + "I": 0.0001484938693465665, + "C": 0.0001329129299847409, + "R": 4.139238444622606e-05, + "M": 0.0006854699458926916, + "O": 0.00012513170076999813, + "W": 4.660068498196779e-06, + "N": 9.161481102637481e-06, + "Y": 0.03932388126850128, + "U": 9.995671916840365e-07, + "K": 0.00013879839389119297, + "L": 1.8226106476504356e-05, + "G": 0.005461961030960083, + "F": 0.018335051834583282, + "E": 0.00037710071774199605, + "T": 0.006534365937113762, + "P": 0.007904035970568657, + "-": 0.9207524061203003 + }, + "id": "tp_8738" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1092259, + "label": "-", + "classification": { + "B": 3.009122701769229e-05, + "S": 7.221924897748977e-05, + "I": 0.00042328587733209133, + "C": 5.877781586605124e-05, + "R": 9.916845556290355e-06, + "M": 0.0012006104225292802, + "O": 0.00022825806809123605, + "W": 3.4525106457294896e-05, + "N": 7.660540723009035e-05, + "Y": 0.0057595157995820045, + "U": 6.956224751775153e-06, + "K": 0.0001694998936727643, + "L": 3.775890945689753e-05, + "G": 0.0011858225334435701, + "F": 0.04138948395848274, + "E": 0.0023272265680134296, + "T": 0.004182078409940004, + "P": 0.11709631234407425, + "-": 0.8257111310958862 + }, + "id": "tp_8739" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1092392, + "label": "-", + "classification": { + "B": 3.875506081385538e-06, + "S": 2.0803810912184417e-05, + "I": 1.4997173821029719e-05, + "C": 1.184052507596789e-05, + "R": 2.6820944185601547e-06, + "M": 0.002527883742004633, + "O": 0.00013276177924126387, + "W": 9.283144208893646e-07, + "N": 4.469854104627302e-07, + "Y": 0.0033162066247314215, + "U": 2.049625180688963e-08, + "K": 1.1508298314311105e-07, + "L": 6.327802111627534e-05, + "G": 0.0028219318483024836, + "F": 0.023890001699328423, + "E": 9.368595783598721e-05, + "T": 0.002698280615732074, + "P": 0.005301646422594786, + "-": 0.9590986967086792 + }, + "id": "tp_8740" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1092526, + "label": "-", + "classification": { + "B": 9.151706614751731e-10, + "S": 9.718385818313635e-11, + "I": 5.1035585784120485e-06, + "C": 5.448617912406917e-08, + "R": 3.888390498474337e-09, + "M": 5.281100357024116e-07, + "O": 4.598016900558832e-08, + "W": 2.0380762355554083e-10, + "N": 9.523483335271976e-09, + "Y": 1.3495340681402013e-05, + "U": 1.1843409586376197e-10, + "K": 3.438696549729059e-11, + "L": 4.948177867447612e-09, + "G": 2.23679080590955e-06, + "F": 3.0083745514275506e-05, + "E": 4.333862761995988e-06, + "T": 9.091589163290337e-06, + "P": 0.1742464303970337, + "-": 0.8256884813308716 + }, + "id": "tp_8741" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1092626, + "label": "-", + "classification": { + "B": 3.154809178340656e-07, + "S": 5.613788403024955e-07, + "I": 0.0002371001901337877, + "C": 2.568823219917249e-06, + "R": 1.5107873423403362e-06, + "M": 2.8942511562490836e-05, + "O": 1.0866802767850459e-05, + "W": 4.2223339846714225e-07, + "N": 8.325147064169869e-06, + "Y": 0.0020710208918899298, + "U": 2.0217868268446182e-07, + "K": 5.888669875275809e-06, + "L": 3.6203883269081416e-07, + "G": 0.0001420508633600548, + "F": 0.001712552271783352, + "E": 6.4787884184625e-05, + "T": 0.0014566614991053939, + "P": 0.07874773442745209, + "-": 0.9155082702636719 + }, + "id": "tp_8742" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1092759, + "label": "-", + "classification": { + "B": 3.590764094951737e-07, + "S": 3.0880991630510835e-07, + "I": 3.6621306207962334e-05, + "C": 2.9597260891023325e-06, + "R": 5.325934466782201e-07, + "M": 4.597535007633269e-05, + "O": 7.110028946044622e-06, + "W": 4.238085864471941e-07, + "N": 2.1985381408740068e-06, + "Y": 0.00137081288266927, + "U": 3.734712095138093e-07, + "K": 2.9634416932822205e-05, + "L": 5.609065851785999e-07, + "G": 0.00018003630975726992, + "F": 0.003199238795787096, + "E": 0.00015003325825091451, + "T": 0.00047869942500256, + "P": 0.05402738228440285, + "-": 0.9404668807983398 + }, + "id": "tp_8743" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1092893, + "label": "-", + "classification": { + "B": 1.2452829045717095e-10, + "S": 8.805133011602351e-11, + "I": 3.160844364025195e-10, + "C": 1.4044540270347072e-12, + "R": 6.843247756654902e-13, + "M": 8.046345101320185e-08, + "O": 5.0398767825754476e-08, + "W": 1.6441079400686398e-11, + "N": 1.1662113332325252e-12, + "Y": 2.8264744855732715e-07, + "U": 2.89511490681512e-14, + "K": 9.99666505580336e-15, + "L": 5.626469845587678e-10, + "G": 1.5826735477730836e-08, + "F": 2.257980440845131e-06, + "E": 2.34000568921644e-10, + "T": 1.6955887076619547e-06, + "P": 0.00024951723753474653, + "-": 0.9997461438179016 + }, + "id": "tp_8744" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1093026, + "label": "-", + "classification": { + "B": 3.661271463784033e-08, + "S": 1.5613107962053618e-07, + "I": 1.4041436770639848e-05, + "C": 3.1959652915247716e-06, + "R": 9.150911068900314e-07, + "M": 5.5504960982943885e-06, + "O": 4.650531991501339e-06, + "W": 1.8043475336071424e-07, + "N": 7.001514745752502e-07, + "Y": 0.0001530972949694842, + "U": 3.993726238604722e-08, + "K": 3.3413061828468926e-06, + "L": 1.53507301092759e-07, + "G": 2.954041883640457e-05, + "F": 0.010020842775702477, + "E": 1.7668937289272435e-05, + "T": 4.7590667236363515e-05, + "P": 0.04121711850166321, + "-": 0.9484811425209045 + }, + "id": "tp_8745" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1093126, + "label": "-", + "classification": { + "B": 1.6377927067878773e-06, + "S": 1.6492267604917288e-06, + "I": 0.0001593294000485912, + "C": 1.4531304259435274e-05, + "R": 3.467296664894093e-06, + "M": 2.769405909930356e-05, + "O": 1.987097493838519e-05, + "W": 1.2836438827434904e-06, + "N": 1.2132966730860062e-05, + "Y": 0.0012772617628797889, + "U": 7.112255957508751e-07, + "K": 2.7236350433668122e-05, + "L": 1.2115061736039934e-06, + "G": 0.00030228617833927274, + "F": 0.01854773610830307, + "E": 0.00037010517553426325, + "T": 0.0003104302450083196, + "P": 0.14712393283843994, + "-": 0.8317974209785461 + }, + "id": "tp_8746" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1093260, + "label": "-", + "classification": { + "B": 9.522036998532712e-05, + "S": 0.00012597024033311754, + "I": 0.0006731891189701855, + "C": 9.957903967006132e-05, + "R": 4.9790589400799945e-05, + "M": 0.008240113966166973, + "O": 0.0006152719142846763, + "W": 2.4662753276061267e-05, + "N": 2.168824357795529e-05, + "Y": 0.022017765790224075, + "U": 1.276821649298654e-06, + "K": 8.303862159664277e-06, + "L": 0.00023835703905206174, + "G": 0.008445024490356445, + "F": 0.02991068921983242, + "E": 0.001872225315310061, + "T": 0.007391354069113731, + "P": 0.02214384451508522, + "-": 0.8980256915092468 + }, + "id": "tp_8747" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1093393, + "label": "-", + "classification": { + "B": 5.126220230522449e-07, + "S": 2.758905566224712e-07, + "I": 1.0120981642103288e-05, + "C": 7.493812859138416e-07, + "R": 3.6244120593664775e-08, + "M": 2.1140598619240336e-05, + "O": 3.009455213032197e-06, + "W": 3.720851537991621e-08, + "N": 6.60648424855026e-07, + "Y": 5.8830948546528816e-05, + "U": 8.608996182601913e-09, + "K": 1.9226001768402057e-07, + "L": 1.5103850614650582e-07, + "G": 4.1730960219865665e-05, + "F": 0.002106449566781521, + "E": 0.00021269265562295914, + "T": 4.483414886635728e-05, + "P": 0.11779192090034485, + "-": 0.879706621170044 + }, + "id": "tp_8748" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1093527, + "label": "-", + "classification": { + "B": 2.7429376814325224e-07, + "S": 3.251900011491671e-07, + "I": 1.7097090676543303e-06, + "C": 5.446559114830052e-08, + "R": 4.156154087553432e-09, + "M": 2.5885506147460546e-06, + "O": 1.299580731028982e-06, + "W": 1.1091955087749739e-07, + "N": 2.1056520438378357e-07, + "Y": 2.673297785804607e-05, + "U": 2.2495560969559847e-09, + "K": 1.2023307363051572e-06, + "L": 4.229286787449382e-08, + "G": 2.310173113073688e-05, + "F": 0.046825066208839417, + "E": 0.0004363633051980287, + "T": 1.2994872122362722e-05, + "P": 0.18353930115699768, + "-": 0.7691286206245422 + }, + "id": "tp_8749" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1093627, + "label": "-", + "classification": { + "B": 3.975603249273263e-06, + "S": 1.8477934645488858e-05, + "I": 6.459355063270777e-05, + "C": 3.5094446957373293e-06, + "R": 4.3740938053815626e-06, + "M": 0.00020959111861884594, + "O": 0.000171600840985775, + "W": 8.41476230561966e-06, + "N": 4.792027539224364e-06, + "Y": 0.000879981555044651, + "U": 2.7869199925589783e-07, + "K": 5.208400466472085e-07, + "L": 1.0850648322957568e-05, + "G": 0.00010266708704875782, + "F": 0.003500854130834341, + "E": 3.3319938665954396e-05, + "T": 0.001191006158478558, + "P": 0.06289130449295044, + "-": 0.9308997988700867 + }, + "id": "tp_8750" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1093760, + "label": "-", + "classification": { + "B": 9.912648479826203e-10, + "S": 1.9522004013339256e-09, + "I": 8.37380355278583e-07, + "C": 9.050967975099411e-09, + "R": 2.144857846886339e-09, + "M": 6.656825917161768e-07, + "O": 1.4655229563231842e-07, + "W": 1.9159975828131337e-09, + "N": 9.981580895157549e-09, + "Y": 3.759281389648095e-05, + "U": 2.702529311449098e-10, + "K": 4.425289024112544e-09, + "L": 2.9144344715348325e-09, + "G": 1.6526819308637641e-06, + "F": 0.00012530508683994412, + "E": 1.3599155863630585e-06, + "T": 1.5824123693164438e-05, + "P": 0.029490862041711807, + "-": 0.9703256487846375 + }, + "id": "tp_8751" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1093894, + "label": "-", + "classification": { + "B": 0.0003591964195948094, + "S": 6.267894059419632e-05, + "I": 0.0005092237261123955, + "C": 4.6297147491713986e-05, + "R": 2.674905954336282e-05, + "M": 0.0003022383898496628, + "O": 0.0003473432152532041, + "W": 4.65726807306055e-05, + "N": 5.969759513391182e-05, + "Y": 0.002071924274787307, + "U": 1.1044914572266862e-05, + "K": 9.865362517302856e-05, + "L": 3.431929144426249e-05, + "G": 0.0011692832922562957, + "F": 0.004252137616276741, + "E": 0.0007305237231776118, + "T": 0.002481076866388321, + "P": 0.126226544380188, + "-": 0.8611643314361572 + }, + "id": "tp_8752" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1094027, + "label": "P", + "classification": { + "B": 2.377602640990517e-06, + "S": 2.8199355028846185e-07, + "I": 0.0005906240548938513, + "C": 2.324865590708214e-06, + "R": 1.369472784062964e-07, + "M": 5.9517493355087936e-05, + "O": 2.1929249669483397e-06, + "W": 1.1372834762823913e-07, + "N": 1.5468707715626806e-05, + "Y": 7.362344331340864e-05, + "U": 3.32160432492401e-08, + "K": 5.332274781721935e-07, + "L": 1.8590083072922425e-07, + "G": 8.30983481137082e-05, + "F": 0.00039733463199809194, + "E": 0.0027053009252995253, + "T": 7.766469207126647e-05, + "P": 0.8467932343482971, + "-": 0.14919601380825043 + }, + "id": "tp_8753" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1094127, + "label": "-", + "classification": { + "B": 1.0986464360485115e-07, + "S": 1.0552418672205022e-07, + "I": 5.146267994859954e-06, + "C": 2.84463794741896e-07, + "R": 3.216256061477907e-08, + "M": 1.1012773939000908e-05, + "O": 1.8856093220165349e-06, + "W": 6.671366037380722e-08, + "N": 2.2049454173611593e-07, + "Y": 0.0003694974002428353, + "U": 1.1670880262215633e-08, + "K": 5.672154088642856e-07, + "L": 7.766112730678287e-08, + "G": 2.2567070118384436e-05, + "F": 0.0022724110167473555, + "E": 1.9876944861607626e-05, + "T": 6.567257514689118e-05, + "P": 0.0740298330783844, + "-": 0.9232006072998047 + }, + "id": "tp_8754" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1094261, + "label": "-", + "classification": { + "B": 1.067980015534431e-08, + "S": 9.905675568688821e-08, + "I": 1.3360896673475509e-06, + "C": 2.47406433118158e-07, + "R": 2.3114461455975288e-08, + "M": 6.158480118756415e-06, + "O": 5.27994700405543e-07, + "W": 2.106531304946202e-08, + "N": 1.7002811603106238e-07, + "Y": 9.306093852501363e-05, + "U": 2.6500646121974114e-09, + "K": 3.545429308360326e-06, + "L": 1.8392146472479e-08, + "G": 1.5973882909747772e-05, + "F": 0.010434216819703579, + "E": 5.511359995580278e-05, + "T": 8.203597826650366e-05, + "P": 0.03773057833313942, + "-": 0.9515768885612488 + }, + "id": "tp_8755" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1094394, + "label": "P", + "classification": { + "B": 3.1877311901240546e-09, + "S": 2.5471939224530615e-08, + "I": 3.568098691175692e-05, + "C": 7.63618714927361e-08, + "R": 8.267871720590847e-09, + "M": 2.7589172191255784e-07, + "O": 2.753996000137704e-07, + "W": 2.083536010388798e-08, + "N": 1.9831591089314315e-06, + "Y": 6.6585471358848736e-06, + "U": 6.626261761510932e-09, + "K": 1.0016393616751884e-06, + "L": 2.1620258916499324e-09, + "G": 5.406526497608866e-07, + "F": 0.000325464439811185, + "E": 2.6563540814095177e-05, + "T": 8.493602763337549e-06, + "P": 0.5850066542625427, + "-": 0.41458624601364136 + }, + "id": "tp_8756" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1094528, + "label": "-", + "classification": { + "B": 1.8483325447959942e-06, + "S": 4.676921435020631e-06, + "I": 7.115471817087382e-05, + "C": 7.648325117770582e-05, + "R": 1.3376131391851231e-05, + "M": 0.0001843475765781477, + "O": 7.359504525084049e-05, + "W": 4.507077392190695e-06, + "N": 1.1000114682246931e-05, + "Y": 0.004579248838126659, + "U": 2.898538014051155e-06, + "K": 2.6485549824428745e-05, + "L": 1.342653740721289e-05, + "G": 0.0005021609249524772, + "F": 0.027722440659999847, + "E": 0.00023299449821934104, + "T": 0.0016634392086416483, + "P": 0.04129911586642265, + "-": 0.9235166907310486 + }, + "id": "tp_8757" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1094628, + "label": "P", + "classification": { + "B": 0.00040398360579274595, + "S": 4.43784192611929e-05, + "I": 0.002620335202664137, + "C": 3.4210796002298594e-05, + "R": 8.463938684144523e-06, + "M": 0.0007297189440578222, + "O": 0.00017642509192228317, + "W": 1.2213344234623946e-05, + "N": 9.553166455589235e-05, + "Y": 0.0007104427786543965, + "U": 1.4143906810204498e-06, + "K": 2.760808115453983e-07, + "L": 8.090273331617936e-05, + "G": 0.0005332065047696233, + "F": 0.0012701093219220638, + "E": 0.0014094174839556217, + "T": 0.0009243811364285648, + "P": 0.74778151512146, + "-": 0.24316300451755524 + }, + "id": "tp_8758" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1094761, + "label": "-", + "classification": { + "B": 1.909941784106195e-05, + "S": 1.804799285309855e-05, + "I": 0.0001291952357860282, + "C": 2.2578135030926205e-05, + "R": 1.0258536349283531e-05, + "M": 0.00044439104385674, + "O": 0.00018376903608441353, + "W": 8.424225597991608e-06, + "N": 1.4748052308277693e-05, + "Y": 0.0014610373182222247, + "U": 1.072157601811341e-06, + "K": 1.6152493117260747e-05, + "L": 1.4280745745054446e-05, + "G": 0.0005206027417443693, + "F": 0.01225260179489851, + "E": 0.00024226649838965386, + "T": 0.0009293518378399312, + "P": 0.06048142537474632, + "-": 0.9232305884361267 + }, + "id": "tp_8759" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1094895, + "label": "-", + "classification": { + "B": 9.47675928841818e-08, + "S": 2.806415011491481e-07, + "I": 0.00010338761785533279, + "C": 2.4493456294294447e-06, + "R": 1.7190587868753937e-06, + "M": 0.0002063083229586482, + "O": 1.2837888789363205e-05, + "W": 1.6486124820858095e-07, + "N": 9.70877408690285e-07, + "Y": 0.007740281522274017, + "U": 4.127765507178083e-08, + "K": 1.8678748858746985e-07, + "L": 1.213903487951029e-06, + "G": 0.0002879798994399607, + "F": 0.0007443635258823633, + "E": 7.586224455735646e-06, + "T": 0.0027441903948783875, + "P": 0.008816240355372429, + "-": 0.9793297052383423 + }, + "id": "tp_8760" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1095028, + "label": "-", + "classification": { + "B": 2.4119085395568618e-08, + "S": 3.234758025882911e-07, + "I": 1.1840860679512843e-05, + "C": 1.9731972145109467e-07, + "R": 4.602315328838813e-08, + "M": 5.33788306711358e-06, + "O": 1.9852027435263153e-06, + "W": 9.269876244388797e-08, + "N": 8.661781407681701e-07, + "Y": 0.00011332118447171524, + "U": 1.1948014133622564e-08, + "K": 1.8314375438421848e-06, + "L": 3.162892525665484e-08, + "G": 4.172514763922663e-06, + "F": 0.002519989386200905, + "E": 2.7795218557002954e-05, + "T": 4.8924415750661865e-05, + "P": 0.1158413216471672, + "-": 0.8814218640327454 + }, + "id": "tp_8761" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1095128, + "label": "-", + "classification": { + "B": 2.471968230111088e-08, + "S": 2.0882480100681278e-07, + "I": 3.5839028100781434e-07, + "C": 8.406154705653535e-08, + "R": 5.6794520197911424e-09, + "M": 9.351265362056438e-06, + "O": 2.332951908101677e-06, + "W": 3.3204003102582647e-08, + "N": 4.3980691089018364e-08, + "Y": 4.166962025919929e-05, + "U": 1.0628431468262534e-09, + "K": 3.53635016381304e-07, + "L": 6.94702322334706e-08, + "G": 1.9312992662889883e-05, + "F": 0.006355264689773321, + "E": 1.9074013835052028e-05, + "T": 4.4932152377441525e-05, + "P": 0.018993474543094635, + "-": 0.9745134711265564 + }, + "id": "tp_8762" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1095262, + "label": "-", + "classification": { + "B": 3.684787543534185e-06, + "S": 1.250476088898722e-06, + "I": 0.0005450724856927991, + "C": 9.204421075992286e-06, + "R": 1.4956223139961367e-06, + "M": 0.00014821573859080672, + "O": 3.257138087064959e-05, + "W": 9.093355970435368e-07, + "N": 1.7300888430327177e-05, + "Y": 0.0003973673447035253, + "U": 3.086649940087227e-07, + "K": 1.1046731742681004e-06, + "L": 5.172364126337925e-06, + "G": 0.000607519643381238, + "F": 0.0038014454767107964, + "E": 0.000803445465862751, + "T": 0.0004480701172724366, + "P": 0.3154251277446747, + "-": 0.6777507662773132 + }, + "id": "tp_8763" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1095395, + "label": "-", + "classification": { + "B": 6.421528837563528e-07, + "S": 2.0413308732258884e-07, + "I": 2.7149630113854073e-05, + "C": 5.625887524729478e-07, + "R": 1.290915889740063e-07, + "M": 2.15116251638392e-05, + "O": 4.8865863391256426e-06, + "W": 1.4103187595537747e-07, + "N": 7.256185767801071e-07, + "Y": 0.0001376774744130671, + "U": 1.8087405351252528e-08, + "K": 2.931104461367795e-07, + "L": 2.14899074535424e-07, + "G": 4.4953954784432426e-05, + "F": 0.0015373972710222006, + "E": 5.478186722029932e-05, + "T": 0.0001154797719209455, + "P": 0.13393934071063995, + "-": 0.8641138076782227 + }, + "id": "tp_8764" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1095529, + "label": "-", + "classification": { + "B": 7.199925655676509e-10, + "S": 8.682984109498193e-09, + "I": 4.903949388790352e-07, + "C": 4.0965339564991154e-08, + "R": 8.996436484665082e-09, + "M": 6.031800126038434e-07, + "O": 2.693181784252374e-07, + "W": 5.7526148289355206e-09, + "N": 1.2793881509765015e-08, + "Y": 5.4192034440347925e-05, + "U": 4.6404358133855794e-10, + "K": 1.1357263218769731e-07, + "L": 5.9625109294358936e-09, + "G": 4.37894550486817e-06, + "F": 0.004636058118194342, + "E": 1.948653107319842e-06, + "T": 1.0458741598995402e-05, + "P": 0.01316132117062807, + "-": 0.9821299910545349 + }, + "id": "tp_8765" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1095629, + "label": "-", + "classification": { + "B": 5.1185866141167935e-06, + "S": 3.123257192783058e-05, + "I": 1.2650585631490685e-05, + "C": 1.962902388186194e-06, + "R": 7.968279192027694e-07, + "M": 0.0013865154469385743, + "O": 0.0001728919887682423, + "W": 3.3413189157727174e-06, + "N": 9.235152447217843e-07, + "Y": 0.004061933606863022, + "U": 4.627508687349291e-08, + "K": 3.186196181559353e-06, + "L": 2.5843250114121474e-05, + "G": 0.0014538097893819213, + "F": 0.02934643253684044, + "E": 0.00021076670964248478, + "T": 0.0023080543614923954, + "P": 0.005148362368345261, + "-": 0.9558262228965759 + }, + "id": "tp_8766" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1095762, + "label": "-", + "classification": { + "B": 3.287859362899326e-05, + "S": 0.00018629941041581333, + "I": 0.0008089699549600482, + "C": 0.00028465737705118954, + "R": 8.003267430467531e-05, + "M": 0.0012171684065833688, + "O": 0.0005070792976766825, + "W": 6.698430661344901e-05, + "N": 0.00022225172142498195, + "Y": 0.024532180279493332, + "U": 6.618381121370476e-06, + "K": 0.00214752065949142, + "L": 6.86591665726155e-05, + "G": 0.014801769517362118, + "F": 0.1975739598274231, + "E": 0.010519169270992279, + "T": 0.006063185632228851, + "P": 0.06400315463542938, + "-": 0.6768773794174194 + }, + "id": "tp_8767" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1095896, + "label": "-", + "classification": { + "B": 3.0369558317033807e-06, + "S": 3.8035620946175186e-06, + "I": 1.8946882846648805e-05, + "C": 1.412688106938731e-05, + "R": 1.4534583669956191e-06, + "M": 5.9767113270936534e-05, + "O": 2.2218897356651723e-05, + "W": 1.3139118664184934e-06, + "N": 2.8926372124260524e-06, + "Y": 0.0010971043957397342, + "U": 2.8721376565954415e-07, + "K": 5.243946816335665e-06, + "L": 3.62775085704925e-06, + "G": 0.00029845477547496557, + "F": 0.050162483006715775, + "E": 0.00023189171042758971, + "T": 0.0002615626435726881, + "P": 0.08817672729492188, + "-": 0.8596351146697998 + }, + "id": "tp_8768" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1096029, + "label": "-", + "classification": { + "B": 5.080351139774564e-10, + "S": 4.80550432779836e-10, + "I": 1.953806986421114e-06, + "C": 7.117868250361425e-08, + "R": 1.3380124563866502e-08, + "M": 1.241516201844206e-06, + "O": 1.399257456569103e-07, + "W": 6.059429069615874e-10, + "N": 1.0204469269581296e-08, + "Y": 2.281578963447828e-05, + "U": 3.9231115578353126e-10, + "K": 1.3720244940174098e-09, + "L": 6.891045956081143e-09, + "G": 2.7705552838597214e-06, + "F": 0.00011026458378182724, + "E": 1.0045968110716785e-06, + "T": 2.1780801034765318e-05, + "P": 0.02894667163491249, + "-": 0.9708912372589111 + }, + "id": "tp_8769" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1096129, + "label": "-", + "classification": { + "B": 1.1890986806317727e-10, + "S": 1.8967785120338476e-09, + "I": 6.816145514676464e-08, + "C": 7.436216531431228e-09, + "R": 1.2389509418397893e-09, + "M": 3.554583599907346e-06, + "O": 9.923166288672292e-08, + "W": 2.913746188770716e-10, + "N": 1.028286900073283e-09, + "Y": 0.0002405229606665671, + "U": 3.034463305628954e-12, + "K": 9.776902842872914e-09, + "L": 1.8527724909844778e-09, + "G": 1.9234543287893757e-05, + "F": 0.0020433603785932064, + "E": 2.987723746628035e-06, + "T": 6.371254858095199e-05, + "P": 0.0021459998097270727, + "-": 0.9954802989959717 + }, + "id": "tp_8770" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1096263, + "label": "-", + "classification": { + "B": 1.8652858670975547e-06, + "S": 4.082427949470002e-06, + "I": 0.00010105421824846417, + "C": 3.2787920645205304e-05, + "R": 5.7185793593816925e-06, + "M": 6.998979370109737e-05, + "O": 1.692145087872632e-05, + "W": 2.4928881430241745e-06, + "N": 1.6005940778995864e-05, + "Y": 0.006206390913575888, + "U": 1.7938963310371037e-06, + "K": 0.0012722688261419535, + "L": 1.5149577166084782e-06, + "G": 0.0015540048480033875, + "F": 0.01901428960263729, + "E": 0.0014741204213351011, + "T": 0.0013442212948575616, + "P": 0.05425839126110077, + "-": 0.9146220684051514 + }, + "id": "tp_8771" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1096396, + "label": "-", + "classification": { + "B": 1.4950737536878478e-08, + "S": 3.855196695212726e-08, + "I": 2.8010988444293616e-06, + "C": 1.8645838508746237e-06, + "R": 1.3725123437779985e-07, + "M": 1.2682617125392426e-05, + "O": 2.375985559410765e-06, + "W": 3.052190677976796e-08, + "N": 8.865019651693729e-08, + "Y": 0.00038981865509413183, + "U": 1.8318200289968445e-08, + "K": 2.1677243466911023e-07, + "L": 1.514519567535899e-07, + "G": 2.1076752091175877e-05, + "F": 0.0008661319152452052, + "E": 2.6507223083171993e-06, + "T": 0.00014869318692944944, + "P": 0.006700542289763689, + "-": 0.9918506741523743 + }, + "id": "tp_8772" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1096530, + "label": "-", + "classification": { + "B": 8.314736078318674e-06, + "S": 3.2938889944489347e-06, + "I": 3.951799499191111e-06, + "C": 2.621773091959767e-06, + "R": 9.59022486313188e-07, + "M": 0.00031778382253833115, + "O": 7.192754856077954e-05, + "W": 6.570610935341392e-07, + "N": 5.068170594313415e-08, + "Y": 0.000366427528206259, + "U": 5.938367575453185e-09, + "K": 1.7011306807646065e-09, + "L": 3.7580906791845337e-05, + "G": 0.0003018814022652805, + "F": 0.0045688943937420845, + "E": 1.1470189747342374e-05, + "T": 0.00017045516869984567, + "P": 0.0050315940752625465, + "-": 0.9891021251678467 + }, + "id": "tp_8773" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1096630, + "label": "-", + "classification": { + "B": 1.1967626051045954e-05, + "S": 9.502217039880634e-07, + "I": 0.00017145015590358526, + "C": 3.577172174118459e-05, + "R": 9.042532838066109e-06, + "M": 6.277378997765481e-05, + "O": 4.840860128751956e-05, + "W": 2.883444267354207e-06, + "N": 8.672722287883516e-06, + "Y": 0.00021087200730107725, + "U": 1.6615742879366735e-06, + "K": 1.6318781490554102e-06, + "L": 7.537212695751805e-06, + "G": 0.00022507035464514047, + "F": 0.002204730873927474, + "E": 9.670125291449949e-05, + "T": 0.00035020822542719543, + "P": 0.2776821255683899, + "-": 0.7188675403594971 + }, + "id": "tp_8774" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1096763, + "label": "-", + "classification": { + "B": 2.0729144125652965e-06, + "S": 4.94155210617464e-06, + "I": 0.00013657660747412592, + "C": 9.724916480990942e-07, + "R": 3.070030913931987e-07, + "M": 4.021771746920422e-05, + "O": 4.6398723497986794e-05, + "W": 3.044352297365549e-06, + "N": 8.183725185517687e-06, + "Y": 0.00011292866838630289, + "U": 1.537200517987003e-07, + "K": 3.044713707822666e-07, + "L": 1.5268672086676816e-06, + "G": 1.882015203591436e-05, + "F": 0.0008918467210605741, + "E": 0.0001199089820147492, + "T": 0.0001497894845670089, + "P": 0.35513514280319214, + "-": 0.6433267593383789 + }, + "id": "tp_8775" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1096897, + "label": "-", + "classification": { + "B": 1.0502794793865178e-05, + "S": 2.3928962036734447e-05, + "I": 0.0007328029023483396, + "C": 0.0003483491891529411, + "R": 6.692399620078504e-05, + "M": 0.000693674199283123, + "O": 0.00028643576661124825, + "W": 2.6938561859424226e-05, + "N": 0.00011885215644724667, + "Y": 0.006352082826197147, + "U": 1.8554886992205866e-05, + "K": 0.00025499556795693934, + "L": 3.082341936533339e-05, + "G": 0.0014208187349140644, + "F": 0.012956678867340088, + "E": 0.001807304099202156, + "T": 0.0023566889576613903, + "P": 0.10712209343910217, + "-": 0.8653716444969177 + }, + "id": "tp_8776" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1097030, + "label": "-", + "classification": { + "B": 6.755257800250547e-06, + "S": 1.0009864581661532e-06, + "I": 3.871052831527777e-05, + "C": 6.143152404547436e-06, + "R": 1.2837022040912416e-06, + "M": 4.189883838989772e-05, + "O": 2.1501829905901104e-05, + "W": 6.592007366634789e-07, + "N": 2.2102065031504026e-06, + "Y": 0.00017675246635917574, + "U": 1.6874066943728394e-07, + "K": 6.214015684236074e-07, + "L": 2.207564875789103e-06, + "G": 0.0001321333838859573, + "F": 0.0016204427229240537, + "E": 0.00010571698658168316, + "T": 0.00018607510719448328, + "P": 0.1328522264957428, + "-": 0.8648034334182739 + }, + "id": "tp_8777" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1097130, + "label": "-", + "classification": { + "B": 4.744780710552732e-07, + "S": 1.8839886024579755e-06, + "I": 4.2658153688535094e-05, + "C": 1.6617947267150157e-06, + "R": 2.948706878669327e-07, + "M": 1.1907709449587855e-05, + "O": 1.5181524759100284e-05, + "W": 1.5054081359267002e-06, + "N": 6.8290937633719295e-06, + "Y": 7.716817344771698e-05, + "U": 2.4615269467176404e-07, + "K": 1.766119930834975e-05, + "L": 2.6802464958564087e-07, + "G": 2.587794733699411e-05, + "F": 0.0037919466849416494, + "E": 0.00017297737940680236, + "T": 9.524681809125468e-05, + "P": 0.21757081151008606, + "-": 0.7781652808189392 + }, + "id": "tp_8778" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1097264, + "label": "P", + "classification": { + "B": 1.1209506212139786e-08, + "S": 1.253811365842239e-08, + "I": 4.7149049350991845e-05, + "C": 1.4983757523623353e-07, + "R": 8.217960534295798e-09, + "M": 4.348866582404298e-07, + "O": 1.5011146103915962e-07, + "W": 1.7413357866757906e-08, + "N": 4.120431185583584e-06, + "Y": 1.774144584487658e-05, + "U": 1.0710373921085647e-08, + "K": 2.0196787318127463e-06, + "L": 3.2326383792025126e-09, + "G": 4.531523700279649e-06, + "F": 0.00041446374962106347, + "E": 0.0005693238344974816, + "T": 5.970816800981993e-06, + "P": 0.9074066877365112, + "-": 0.09152721613645554 + }, + "id": "tp_8779" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1097397, + "label": "-", + "classification": { + "B": 1.7780919847609766e-07, + "S": 5.617665692625451e-07, + "I": 3.896481302945176e-06, + "C": 5.360567456591525e-07, + "R": 3.95991470725221e-08, + "M": 7.092146461218363e-06, + "O": 3.648448000603821e-06, + "W": 4.096241070783435e-07, + "N": 1.0302517239324516e-06, + "Y": 9.232395677827299e-05, + "U": 5.212869425008648e-08, + "K": 7.662301504751667e-05, + "L": 6.827622200944461e-08, + "G": 3.6232799175195396e-05, + "F": 0.017802724614739418, + "E": 0.00032985242432914674, + "T": 6.361553096212447e-05, + "P": 0.10421480983495712, + "-": 0.877366304397583 + }, + "id": "tp_8780" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1097531, + "label": "P", + "classification": { + "B": 0.0005009204614907503, + "S": 0.00038461151416413486, + "I": 0.057128433138132095, + "C": 0.002635970013216138, + "R": 0.0013036658056080341, + "M": 0.0025362572632730007, + "O": 0.0014653323451057076, + "W": 0.00037245205021463335, + "N": 0.00645946990698576, + "Y": 0.01661662384867668, + "U": 0.0003288277657702565, + "K": 0.0012266807025298476, + "L": 0.00038313251570798457, + "G": 0.006333728786557913, + "F": 0.013079972006380558, + "E": 0.009219552390277386, + "T": 0.010397513397037983, + "P": 0.5631090402603149, + "-": 0.3065178692340851 + }, + "id": "tp_8781" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1097631, + "label": "-", + "classification": { + "B": 1.79024448243581e-06, + "S": 1.1458116205176339e-05, + "I": 6.791172927478328e-05, + "C": 4.622350843419554e-06, + "R": 2.878402028727578e-06, + "M": 0.0001669657794991508, + "O": 0.00012576990411616862, + "W": 5.9404255807748996e-06, + "N": 8.810565304884221e-06, + "Y": 0.0005142393056303263, + "U": 5.491667138812772e-07, + "K": 1.5322963008657098e-05, + "L": 3.05224011754035e-06, + "G": 5.9455123846419156e-05, + "F": 0.0031073689460754395, + "E": 3.819208359345794e-05, + "T": 0.0013207286829128861, + "P": 0.045498717576265335, + "-": 0.9490461945533752 + }, + "id": "tp_8782" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1097764, + "label": "-", + "classification": { + "B": 1.657371649343986e-05, + "S": 3.749713141587563e-05, + "I": 3.111569458269514e-05, + "C": 6.6849142967839725e-06, + "R": 2.1271728201099904e-06, + "M": 0.0004886934184469283, + "O": 0.00023489947488997132, + "W": 1.1917148185602855e-05, + "N": 5.350395440473221e-06, + "Y": 0.0012143602361902595, + "U": 5.32744991232903e-07, + "K": 5.419011813501129e-06, + "L": 2.5322127839899622e-05, + "G": 0.00040638537029735744, + "F": 0.04714429751038551, + "E": 0.0003937894362024963, + "T": 0.0006120015750639141, + "P": 0.05850662291049957, + "-": 0.8908563256263733 + }, + "id": "tp_8783" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1097898, + "label": "-", + "classification": { + "B": 1.0222919399893726e-06, + "S": 4.620083018380683e-06, + "I": 3.086105061811395e-05, + "C": 2.2388826437236276e-06, + "R": 2.9338690410440904e-07, + "M": 5.9067929214506876e-06, + "O": 1.1809907846327405e-05, + "W": 3.7245965813781368e-06, + "N": 1.9352672097738832e-05, + "Y": 0.0002573298697825521, + "U": 9.412083841198182e-07, + "K": 0.0006411757203750312, + "L": 2.1104173697494844e-07, + "G": 7.465251837857068e-05, + "F": 0.016507403925061226, + "E": 0.002016924787312746, + "T": 0.00016026168304961175, + "P": 0.32606106996536255, + "-": 0.6542001366615295 + }, + "id": "tp_8784" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1098031, + "label": "-", + "classification": { + "B": 4.726992699488619e-07, + "S": 7.863113893336049e-08, + "I": 3.532425034791231e-05, + "C": 5.392351795308059e-06, + "R": 5.516315013665007e-07, + "M": 7.171029210439883e-06, + "O": 6.960303380765254e-06, + "W": 1.6871271668605914e-07, + "N": 1.3502135516318958e-06, + "Y": 0.00011797332263085991, + "U": 1.3373872320698865e-07, + "K": 1.6375481948216475e-07, + "L": 5.317433533491567e-07, + "G": 4.5666267396882176e-05, + "F": 0.0003932547115255147, + "E": 1.3486273928720038e-05, + "T": 0.00017765359370969236, + "P": 0.14466744661331177, + "-": 0.8545263409614563 + }, + "id": "tp_8785" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1098131, + "label": "-", + "classification": { + "B": 1.3675720538230962e-06, + "S": 2.5105293389060535e-05, + "I": 3.0292238079709932e-05, + "C": 5.567898551817052e-05, + "R": 2.2973912564339116e-05, + "M": 0.0006170023698359728, + "O": 0.000309107534121722, + "W": 1.1823803106381092e-05, + "N": 6.18063859292306e-06, + "Y": 0.009116473607718945, + "U": 1.0619686463542166e-06, + "K": 6.026089613442309e-05, + "L": 4.025266025564633e-05, + "G": 0.0015785404248163104, + "F": 0.03976825252175331, + "E": 8.179926953744143e-05, + "T": 0.004078654106706381, + "P": 0.009486235678195953, + "-": 0.9347090721130371 + }, + "id": "tp_8786" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1098265, + "label": "-", + "classification": { + "B": 9.84860974995172e-08, + "S": 1.218268266711675e-06, + "I": 3.7914412587269908e-06, + "C": 1.5331727354350733e-06, + "R": 3.7855321011193155e-07, + "M": 0.00013408799713943154, + "O": 1.9322736989124678e-05, + "W": 2.5875175424516783e-07, + "N": 2.0605777706350636e-07, + "Y": 0.001450462848879397, + "U": 2.3384290059880186e-08, + "K": 6.32769854291837e-07, + "L": 2.3356053588940995e-06, + "G": 0.00012501214223448187, + "F": 0.005652505438774824, + "E": 1.5855646779527888e-05, + "T": 0.0010842857882380486, + "P": 0.0046259262599051, + "-": 0.9868821501731873 + }, + "id": "tp_8787" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1098398, + "label": "-", + "classification": { + "B": 1.788277720349285e-10, + "S": 8.306312859751586e-10, + "I": 6.964926342334365e-07, + "C": 5.117910095719935e-09, + "R": 1.676564026498184e-10, + "M": 4.194275149416171e-08, + "O": 1.650607650560687e-08, + "W": 3.591137665015509e-10, + "N": 2.2519643039231596e-08, + "Y": 7.3829282882798e-06, + "U": 4.325942659644255e-10, + "K": 4.5061050002459524e-08, + "L": 1.8241258503692848e-10, + "G": 1.60030069196182e-07, + "F": 9.337280789623037e-05, + "E": 1.5876510133239208e-06, + "T": 5.9869116739719175e-06, + "P": 0.1359032392501831, + "-": 0.8639874458312988 + }, + "id": "tp_8788" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1098532, + "label": "-", + "classification": { + "B": 1.9872229586326284e-06, + "S": 1.80477877620433e-06, + "I": 6.895096885273233e-05, + "C": 5.417838474386372e-05, + "R": 8.642135071568191e-06, + "M": 0.0004660710983444005, + "O": 4.811561666429043e-05, + "W": 2.2675844775221776e-06, + "N": 6.9522616286121774e-06, + "Y": 0.011158447712659836, + "U": 1.6006632677090238e-06, + "K": 0.00019075084128417075, + "L": 7.251296210597502e-06, + "G": 0.0020121487323194742, + "F": 0.010882964357733727, + "E": 0.001106985379010439, + "T": 0.002848937874659896, + "P": 0.017787303775548935, + "-": 0.9533446431159973 + }, + "id": "tp_8789" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1098632, + "label": "-", + "classification": { + "B": 1.1703110658345395e-07, + "S": 6.872690505588253e-08, + "I": 2.0261139070498757e-05, + "C": 9.196767791763705e-07, + "R": 1.1073309735820658e-07, + "M": 4.0043873923423234e-06, + "O": 3.036310090465122e-06, + "W": 8.64582361259636e-08, + "N": 1.199372491100803e-06, + "Y": 0.00012008399062324315, + "U": 1.0079315160282931e-07, + "K": 1.0796932201628806e-06, + "L": 1.4416669102956803e-07, + "G": 3.066491262870841e-05, + "F": 0.0007541061495430768, + "E": 7.957234629429877e-05, + "T": 0.00010554740583756939, + "P": 0.16588811576366425, + "-": 0.8329907059669495 + }, + "id": "tp_8790" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1098765, + "label": "-", + "classification": { + "B": 6.426711934182094e-06, + "S": 4.197780526737915e-06, + "I": 0.009831283241510391, + "C": 0.00011795347381848842, + "R": 1.7874959667096846e-05, + "M": 0.0002834226470440626, + "O": 4.6123059291858226e-05, + "W": 1.1864330190292094e-05, + "N": 0.0005931658670306206, + "Y": 0.006470027379691601, + "U": 7.332238965318538e-06, + "K": 0.001978648593649268, + "L": 2.975210463773692e-06, + "G": 0.001641102833673358, + "F": 0.0033876425586640835, + "E": 0.027859823778271675, + "T": 0.0019335534889250994, + "P": 0.4600333869457245, + "-": 0.4857732355594635 + }, + "id": "tp_8791" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1098899, + "label": "-", + "classification": { + "B": 0.0017199135618284345, + "S": 0.0015704521210864186, + "I": 0.01240671705454588, + "C": 0.003957023378461599, + "R": 0.0010162957478314638, + "M": 0.006422617007046938, + "O": 0.003375187050551176, + "W": 0.0013736285036429763, + "N": 0.005989141296595335, + "Y": 0.024188760668039322, + "U": 0.0007224207511171699, + "K": 0.013442465104162693, + "L": 0.0009231952135451138, + "G": 0.029656417667865753, + "F": 0.10120408982038498, + "E": 0.08215644955635071, + "T": 0.013666320592164993, + "P": 0.3122134208679199, + "-": 0.3839954435825348 + }, + "id": "tp_8792" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1099032, + "label": "-", + "classification": { + "B": 1.2489315395214362e-06, + "S": 1.797638560674386e-06, + "I": 0.00023750383115839213, + "C": 2.0461977328523062e-05, + "R": 2.4028374809859088e-06, + "M": 5.380627408158034e-05, + "O": 1.526879714219831e-05, + "W": 2.339494585612556e-06, + "N": 3.099970126640983e-05, + "Y": 0.0006822601426392794, + "U": 1.0631121085680206e-06, + "K": 0.0001794611889636144, + "L": 1.3030341960984515e-06, + "G": 0.00022140113287605345, + "F": 0.02056913636624813, + "E": 0.0028159944340586662, + "T": 0.00018759579688776284, + "P": 0.3964170217514038, + "-": 0.5785589218139648 + }, + "id": "tp_8793" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1099132, + "label": "-", + "classification": { + "B": 1.8526603753343807e-06, + "S": 9.236133337253705e-06, + "I": 0.00010727255721576512, + "C": 7.223385182442144e-05, + "R": 1.3643287275044713e-05, + "M": 9.610495180822909e-05, + "O": 9.248557034879923e-05, + "W": 2.853118348866701e-05, + "N": 7.184212881838903e-05, + "Y": 0.003515450516715646, + "U": 6.505475084850332e-06, + "K": 0.01987161673605442, + "L": 3.5564685276767705e-06, + "G": 0.0012044351315125823, + "F": 0.13545072078704834, + "E": 0.005987504031509161, + "T": 0.0007137944339774549, + "P": 0.10390160977840424, + "-": 0.7288515567779541 + }, + "id": "tp_8794" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1099266, + "label": "-", + "classification": { + "B": 2.6339121177443303e-05, + "S": 5.229042926657712e-06, + "I": 0.0027864743024110794, + "C": 0.0015165973454713821, + "R": 0.00014978987746872008, + "M": 0.0035455909091979265, + "O": 0.0002895035722758621, + "W": 1.1197542335139588e-05, + "N": 0.00010648012539604679, + "Y": 0.009747306816279888, + "U": 7.935015673865564e-06, + "K": 2.6572221031528898e-05, + "L": 6.46428597974591e-05, + "G": 0.008654577657580376, + "F": 0.007353381719440222, + "E": 0.005671563092619181, + "T": 0.0032982814591377974, + "P": 0.1422223150730133, + "-": 0.8145163059234619 + }, + "id": "tp_8795" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1099399, + "label": "-", + "classification": { + "B": 0.00013452705752570182, + "S": 0.00022609010920859873, + "I": 0.038843609392642975, + "C": 0.004751522559672594, + "R": 0.0014503892743960023, + "M": 0.005421672947704792, + "O": 0.0020134393125772476, + "W": 0.00036184460623189807, + "N": 0.004392198286950588, + "Y": 0.03072880581021309, + "U": 0.0004097621131222695, + "K": 0.002240435453131795, + "L": 0.00048255352885462344, + "G": 0.007634301669895649, + "F": 0.017469478771090508, + "E": 0.01408372726291418, + "T": 0.020455755293369293, + "P": 0.20089399814605713, + "-": 0.6480059623718262 + }, + "id": "tp_8796" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1099533, + "label": "-", + "classification": { + "B": 4.603366051014746e-06, + "S": 3.292890824013739e-06, + "I": 0.0007790456293150783, + "C": 0.00013251941709313542, + "R": 1.902551230159588e-05, + "M": 0.0003856071853078902, + "O": 4.423180143930949e-05, + "W": 5.978712124488084e-06, + "N": 8.809060818748549e-05, + "Y": 0.0073816510848701, + "U": 4.388564320834121e-06, + "K": 0.001888616126962006, + "L": 2.8848808142356575e-06, + "G": 0.0017138407565653324, + "F": 0.009321781806647778, + "E": 0.013177557848393917, + "T": 0.0007569208391942084, + "P": 0.13305194675922394, + "-": 0.8312380909919739 + }, + "id": "tp_8797" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1099633, + "label": "-", + "classification": { + "B": 2.5794157920699945e-09, + "S": 5.9144968922453245e-09, + "I": 2.4222651973104803e-06, + "C": 2.505287568510539e-07, + "R": 8.038048449066082e-09, + "M": 8.324400937453902e-07, + "O": 2.1405105599114904e-07, + "W": 1.7983996514203682e-08, + "N": 1.790238144394607e-07, + "Y": 0.00019595121557358652, + "U": 3.521107183601657e-09, + "K": 0.00010917046165559441, + "L": 4.4049492942122015e-09, + "G": 0.00015171090490184724, + "F": 0.01661360077559948, + "E": 0.0002916923549491912, + "T": 2.154013782273978e-05, + "P": 0.034263987094163895, + "-": 0.9483484625816345 + }, + "id": "tp_8798" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1099766, + "label": "-", + "classification": { + "B": 1.7915674561663764e-06, + "S": 5.3746789490105584e-06, + "I": 0.0001625980221433565, + "C": 1.676880128798075e-05, + "R": 3.908376584149664e-06, + "M": 8.156231342582032e-05, + "O": 5.044940553489141e-05, + "W": 1.8187560272053815e-05, + "N": 7.728043419774622e-05, + "Y": 0.0033422689884901047, + "U": 5.377647539717145e-06, + "K": 0.03204990178346634, + "L": 1.1775825896620518e-06, + "G": 0.0009613913716748357, + "F": 0.025556625798344612, + "E": 0.010748487897217274, + "T": 0.000685238279402256, + "P": 0.1397382915019989, + "-": 0.7864932417869568 + }, + "id": "tp_8799" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1099900, + "label": "-", + "classification": { + "B": 3.9383758121402934e-05, + "S": 0.00016188585141208023, + "I": 0.0020606459584087133, + "C": 0.0002051894844044, + "R": 7.974552863743156e-05, + "M": 0.001772043644450605, + "O": 0.0007713738596066833, + "W": 0.0001274537789868191, + "N": 0.0005763403023593128, + "Y": 0.028158804401755333, + "U": 3.2335945434169844e-05, + "K": 0.010461930185556412, + "L": 4.160666503594257e-05, + "G": 0.004729381296783686, + "F": 0.03058478981256485, + "E": 0.010196823626756668, + "T": 0.008150440640747547, + "P": 0.08964018523693085, + "-": 0.8122096061706543 + }, + "id": "tp_8800" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1100033, + "label": "-", + "classification": { + "B": 0.001103575574234128, + "S": 0.0020280098542571068, + "I": 0.010096919722855091, + "C": 0.005382864736020565, + "R": 0.0019593709148466587, + "M": 0.0140979690477252, + "O": 0.008201456628739834, + "W": 0.003434401471167803, + "N": 0.00592777831479907, + "Y": 0.051259852945804596, + "U": 0.0017185098258778453, + "K": 0.06413786113262177, + "L": 0.00267659779638052, + "G": 0.04275193810462952, + "F": 0.11828173696994781, + "E": 0.052343059331178665, + "T": 0.02994486317038536, + "P": 0.1134643480181694, + "-": 0.47118884325027466 + }, + "id": "tp_8801" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1100133, + "label": "-", + "classification": { + "B": 7.555687631111141e-08, + "S": 4.517545448834426e-08, + "I": 7.408145756926388e-05, + "C": 3.043167225769139e-06, + "R": 3.367770773365919e-07, + "M": 6.892318197060376e-06, + "O": 1.29258512515662e-06, + "W": 1.4419795490994147e-07, + "N": 1.8071018530463334e-06, + "Y": 0.00048141294973902404, + "U": 1.0734363797837432e-07, + "K": 9.911657798511442e-06, + "L": 8.229796577552406e-08, + "G": 6.222004594746977e-05, + "F": 0.0018156470032408834, + "E": 0.00029195661772973835, + "T": 5.501309351529926e-05, + "P": 0.16158489882946014, + "-": 0.83561110496521 + }, + "id": "tp_8802" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1100267, + "label": "-", + "classification": { + "B": 6.209454113559332e-06, + "S": 1.17566569315386e-05, + "I": 0.0006569680408574641, + "C": 5.941956624155864e-05, + "R": 1.5680663636885583e-05, + "M": 0.0004380438767839223, + "O": 9.148661774815992e-05, + "W": 8.684844033268746e-06, + "N": 6.988894892856479e-05, + "Y": 0.006377906072884798, + "U": 2.1392054350144463e-06, + "K": 0.00019571850134525448, + "L": 6.563577699125744e-06, + "G": 0.00244892411865294, + "F": 0.011637005023658276, + "E": 0.0026600307319313288, + "T": 0.001578388037160039, + "P": 0.14698900282382965, + "-": 0.8267461657524109 + }, + "id": "tp_8803" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1100400, + "label": "-", + "classification": { + "B": 0.0030256020836532116, + "S": 0.0025973785668611526, + "I": 0.0276414193212986, + "C": 0.015326317399740219, + "R": 0.006423233542591333, + "M": 0.013420768082141876, + "O": 0.007660241331905127, + "W": 0.002407489577308297, + "N": 0.008727439679205418, + "Y": 0.04147013649344444, + "U": 0.002129399450495839, + "K": 0.01043249573558569, + "L": 0.005069625098258257, + "G": 0.051967546343803406, + "F": 0.10532048344612122, + "E": 0.054586075246334076, + "T": 0.023293834179639816, + "P": 0.22469761967658997, + "-": 0.3938029706478119 + }, + "id": "tp_8804" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1100501, + "label": "-", + "classification": { + "B": 3.251773605938979e-08, + "S": 1.998117369339525e-07, + "I": 6.806085002608597e-05, + "C": 4.830074885830982e-06, + "R": 4.1997387256742513e-07, + "M": 6.576266514457529e-06, + "O": 2.576870429038536e-06, + "W": 4.5190623154667264e-07, + "N": 1.2047989912389312e-05, + "Y": 0.0003819942066911608, + "U": 1.4575773832348204e-07, + "K": 0.00027102496824227273, + "L": 2.4898378470084026e-08, + "G": 5.2166698878863826e-05, + "F": 0.008705913089215755, + "E": 0.0012122662737965584, + "T": 5.737314495490864e-05, + "P": 0.4094906449317932, + "-": 0.5797331929206848 + }, + "id": "tp_8805" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1100634, + "label": "-", + "classification": { + "B": 0.0003870577202178538, + "S": 0.00024765761918388307, + "I": 0.007192966062575579, + "C": 0.0002590439689811319, + "R": 7.094724423950538e-05, + "M": 0.0013394361594691873, + "O": 0.0006009085336700082, + "W": 0.0001738350256346166, + "N": 0.001352574909105897, + "Y": 0.006270568817853928, + "U": 8.266421355074272e-05, + "K": 0.0013897833414375782, + "L": 0.00013114481407683343, + "G": 0.005505615845322609, + "F": 0.02773437090218067, + "E": 0.03402833640575409, + "T": 0.004589398391544819, + "P": 0.43144750595092773, + "-": 0.47719624638557434 + }, + "id": "tp_8806" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1100767, + "label": "-", + "classification": { + "B": 0.00031599626527167857, + "S": 0.0001245154853677377, + "I": 0.004739485215395689, + "C": 0.0013593987096101046, + "R": 0.00039161319728009403, + "M": 0.0034265187568962574, + "O": 0.0009492059471085668, + "W": 0.00019149936269968748, + "N": 0.0007815591525286436, + "Y": 0.01652372255921364, + "U": 0.00017928452871274203, + "K": 0.004343384876847267, + "L": 0.00024110477534122765, + "G": 0.01119188591837883, + "F": 0.04051046445965767, + "E": 0.01880963332951069, + "T": 0.005763551220297813, + "P": 0.19689524173736572, + "-": 0.6932619214057922 + }, + "id": "tp_8807" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1100901, + "label": "-", + "classification": { + "B": 3.5048324207309633e-05, + "S": 0.000211672653676942, + "I": 0.002379202051088214, + "C": 0.0035778097808361053, + "R": 0.0010749829234555364, + "M": 0.0021645966917276382, + "O": 0.0021949736401438713, + "W": 0.0005702435737475753, + "N": 0.001362968236207962, + "Y": 0.031177876517176628, + "U": 0.00025690015172585845, + "K": 0.0601692758500576, + "L": 0.0004108761786483228, + "G": 0.024689847603440285, + "F": 0.14976224303245544, + "E": 0.01994210295379162, + "T": 0.01124283205717802, + "P": 0.07558970153331757, + "-": 0.6131868958473206 + }, + "id": "tp_8808" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1101001, + "label": "-", + "classification": { + "B": 7.4722345743794e-05, + "S": 7.511487638112158e-05, + "I": 0.0013639015378430486, + "C": 0.00018280412768945098, + "R": 3.666348129627295e-05, + "M": 0.0014328599208965898, + "O": 0.0003566867671906948, + "W": 4.992756657884456e-05, + "N": 0.00019800763402599841, + "Y": 0.005371347535401583, + "U": 2.0702562324004248e-05, + "K": 0.00016264489386230707, + "L": 5.738281470257789e-05, + "G": 0.001807193853892386, + "F": 0.009389432147145271, + "E": 0.0032271589152514935, + "T": 0.004397612530738115, + "P": 0.18179194629192352, + "-": 0.7900039553642273 + }, + "id": "tp_8809" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1101134, + "label": "-", + "classification": { + "B": 3.088354060309939e-05, + "S": 1.7228141587111168e-05, + "I": 0.0022208397276699543, + "C": 0.0008678507874719799, + "R": 0.00010523616947466508, + "M": 0.0007964711985550821, + "O": 0.00025322509463876486, + "W": 4.0242564864456654e-05, + "N": 0.00035203187144361436, + "Y": 0.010381649248301983, + "U": 4.5971424697199836e-05, + "K": 0.00533686438575387, + "L": 3.616499816416763e-05, + "G": 0.010368652641773224, + "F": 0.0281969103962183, + "E": 0.023288901895284653, + "T": 0.002926504472270608, + "P": 0.14089006185531616, + "-": 0.7738441824913025 + }, + "id": "tp_8810" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1101268, + "label": "-", + "classification": { + "B": 4.1727506783217905e-08, + "S": 1.0609144140971694e-07, + "I": 6.226112600415945e-05, + "C": 9.02887768461369e-06, + "R": 1.3212154499342432e-06, + "M": 3.5945129184256075e-06, + "O": 4.208724476484349e-06, + "W": 3.3001671795318543e-07, + "N": 7.132431164791342e-06, + "Y": 0.0006156883900985122, + "U": 4.532686830316379e-07, + "K": 0.0003290889726486057, + "L": 6.93112269800622e-08, + "G": 8.976398385129869e-05, + "F": 0.004110181238502264, + "E": 0.00019428446830715984, + "T": 0.00011556434037629515, + "P": 0.08150652796030045, + "-": 0.9129503965377808 + }, + "id": "tp_8811" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1101401, + "label": "-", + "classification": { + "B": 9.274684089177754e-06, + "S": 3.565376391634345e-05, + "I": 0.0006673065363429487, + "C": 0.000554354686755687, + "R": 6.618196493946016e-05, + "M": 0.0007714132661931217, + "O": 0.00024932832457125187, + "W": 6.511509127449244e-05, + "N": 0.0002782019437290728, + "Y": 0.011066035367548466, + "U": 1.726657137623988e-05, + "K": 0.02323400415480137, + "L": 2.4269878849736415e-05, + "G": 0.005896999035030603, + "F": 0.18044103682041168, + "E": 0.01942470297217369, + "T": 0.002914267824962735, + "P": 0.08320852369070053, + "-": 0.6710760593414307 + }, + "id": "tp_8812" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1101502, + "label": "-", + "classification": { + "B": 2.737563988830516e-07, + "S": 2.6160159904975444e-07, + "I": 0.00040967416134662926, + "C": 6.723994010826573e-05, + "R": 8.258307389041875e-06, + "M": 5.153803795110434e-05, + "O": 8.618046194897033e-06, + "W": 5.931244686507853e-07, + "N": 1.2352789781289175e-05, + "Y": 0.0014393833698704839, + "U": 4.7560681082359224e-07, + "K": 1.7580596249899827e-05, + "L": 8.503686785843456e-07, + "G": 0.0003963241179008037, + "F": 0.00625954382121563, + "E": 0.0007132677710615098, + "T": 0.00026760503533296287, + "P": 0.18831384181976318, + "-": 0.8020323514938354 + }, + "id": "tp_8813" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1101635, + "label": "-", + "classification": { + "B": 1.0509288017601648e-07, + "S": 3.610439236467755e-08, + "I": 5.7862365792971104e-05, + "C": 7.802206027918146e-07, + "R": 6.263173446541259e-08, + "M": 1.4574236047337763e-05, + "O": 2.017040742430254e-06, + "W": 5.120020674098669e-08, + "N": 1.6096930721687386e-06, + "Y": 9.575969306752086e-05, + "U": 4.770491202066296e-08, + "K": 4.1280636651208624e-06, + "L": 5.618525733552815e-08, + "G": 3.666888733278029e-05, + "F": 0.000521371082868427, + "E": 0.00021110907255206257, + "T": 7.241941057145596e-05, + "P": 0.10996896773576736, + "-": 0.8890122771263123 + }, + "id": "tp_8814" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1101768, + "label": "-", + "classification": { + "B": 0.00018869094492401928, + "S": 0.00010846681834664196, + "I": 0.002869048621505499, + "C": 0.0024573891423642635, + "R": 0.0004025113012176007, + "M": 0.0010614630300551653, + "O": 0.0005916546797379851, + "W": 0.00019227237498853356, + "N": 0.0005957366083748639, + "Y": 0.006780505646020174, + "U": 0.0001733276731101796, + "K": 0.0035755569115281105, + "L": 0.00012753107876051217, + "G": 0.005149867385625839, + "F": 0.05632157623767853, + "E": 0.010819006711244583, + "T": 0.0024428425822407007, + "P": 0.22462618350982666, + "-": 0.6815163493156433 + }, + "id": "tp_8815" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1101902, + "label": "P", + "classification": { + "B": 6.347558212382864e-08, + "S": 5.047055395834832e-08, + "I": 1.3166126336727757e-05, + "C": 1.4105019090493442e-06, + "R": 2.8983020428086093e-08, + "M": 1.839406195358606e-06, + "O": 5.343316615835647e-07, + "W": 1.4716827934080356e-07, + "N": 3.0094465728325304e-06, + "Y": 8.78746432135813e-05, + "U": 2.215476158085039e-08, + "K": 0.0005812314921058714, + "L": 1.6550574244433847e-08, + "G": 0.00046361962449736893, + "F": 0.075455442070961, + "E": 0.050226353108882904, + "T": 1.3742745977651794e-05, + "P": 0.46056878566741943, + "-": 0.41258275508880615 + }, + "id": "tp_8816" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1102002, + "label": "P", + "classification": { + "B": 0.00015811610501259565, + "S": 0.0001366990472888574, + "I": 0.011818509548902512, + "C": 0.0008554484811611474, + "R": 0.00017563103756401688, + "M": 0.0018924850737676024, + "O": 0.0004067606059834361, + "W": 0.00014125100278761238, + "N": 0.001704326830804348, + "Y": 0.007045971229672432, + "U": 8.687553054187447e-05, + "K": 0.0013222950510680676, + "L": 0.00012230681022629142, + "G": 0.0032592997886240482, + "F": 0.042026445269584656, + "E": 0.0334710031747818, + "T": 0.0017926234286278486, + "P": 0.5765383243560791, + "-": 0.3170455992221832 + }, + "id": "tp_8817" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1102135, + "label": "P", + "classification": { + "B": 3.658367830894349e-08, + "S": 1.3476107341148236e-08, + "I": 0.0003112184931524098, + "C": 3.0098221941443626e-06, + "R": 6.017643983113885e-08, + "M": 6.711407422699267e-06, + "O": 3.856925161471736e-07, + "W": 1.663785020866726e-08, + "N": 3.1221809422277147e-06, + "Y": 0.00013783691974822432, + "U": 1.2854895814484735e-08, + "K": 5.405337901720486e-07, + "L": 3.1589777904628136e-08, + "G": 7.102879317244515e-05, + "F": 0.0005366192781366408, + "E": 0.0024111291859298944, + "T": 4.8302641516784206e-05, + "P": 0.5506018400192261, + "-": 0.44586819410324097 + }, + "id": "tp_8818" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1102269, + "label": "P", + "classification": { + "B": 7.384829814327531e-07, + "S": 4.242619695560279e-07, + "I": 0.00039383937837556005, + "C": 3.0670620617456734e-05, + "R": 1.2723387499136152e-06, + "M": 1.0125282642547973e-05, + "O": 4.719600383396028e-06, + "W": 1.9597816844907356e-06, + "N": 6.524795026052743e-05, + "Y": 0.0006926554488018155, + "U": 1.315028953285946e-06, + "K": 0.001433590310625732, + "L": 2.6837807354240795e-07, + "G": 0.0013741044094786048, + "F": 0.030362527817487717, + "E": 0.04379390925168991, + "T": 0.0001055315078701824, + "P": 0.5604122281074524, + "-": 0.3613148629665375 + }, + "id": "tp_8819" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1102402, + "label": "-", + "classification": { + "B": 2.506245209588087e-06, + "S": 1.4037834716873476e-06, + "I": 0.0004429897526279092, + "C": 6.055526318959892e-05, + "R": 9.868315828498453e-06, + "M": 9.24232299439609e-05, + "O": 3.134386133751832e-05, + "W": 2.722216549955192e-06, + "N": 3.158397521474399e-05, + "Y": 0.0016469074180349708, + "U": 3.3529211123095592e-06, + "K": 7.264857413247228e-05, + "L": 3.207631380064413e-06, + "G": 0.00034935292205773294, + "F": 0.005468469578772783, + "E": 0.0007409716490656137, + "T": 0.0005235652788542211, + "P": 0.20282672345638275, + "-": 0.7876894474029541 + }, + "id": "tp_8820" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1102503, + "label": "-", + "classification": { + "B": 0.00012739414523821324, + "S": 9.313148621004075e-05, + "I": 0.0041641248390078545, + "C": 0.0008523528813384473, + "R": 0.0002151793596567586, + "M": 0.0009818646358326077, + "O": 0.0005473307683132589, + "W": 0.00014777937030885369, + "N": 0.0012361326953396201, + "Y": 0.007294674403965473, + "U": 0.0001143683330155909, + "K": 0.005990592762827873, + "L": 6.988716631894931e-05, + "G": 0.006612800061702728, + "F": 0.05368882790207863, + "E": 0.02890118770301342, + "T": 0.0026553510688245296, + "P": 0.3649926483631134, + "-": 0.5213145017623901 + }, + "id": "tp_8821" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1102636, + "label": "-", + "classification": { + "B": 2.6736530344351195e-05, + "S": 0.00010579951049294323, + "I": 0.0008389644208364189, + "C": 0.00011028994049411267, + "R": 2.487728306732606e-05, + "M": 0.00031081587076187134, + "O": 0.00019171998428646475, + "W": 0.00010425643267808482, + "N": 0.00037061795592308044, + "Y": 0.004663856700062752, + "U": 2.8235150239197537e-05, + "K": 0.011679626069962978, + "L": 1.5723831893410534e-05, + "G": 0.0014333742437884212, + "F": 0.10775520652532578, + "E": 0.012898866087198257, + "T": 0.0019473067950457335, + "P": 0.21081842482089996, + "-": 0.6466753482818604 + }, + "id": "tp_8822" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1102769, + "label": "-", + "classification": { + "B": 1.70535123800164e-08, + "S": 1.4233152434428575e-08, + "I": 4.7109733714023605e-05, + "C": 2.6042541776405415e-06, + "R": 1.0524641425035952e-07, + "M": 2.839341505023185e-06, + "O": 7.754233024570567e-07, + "W": 2.6817534859446823e-08, + "N": 1.8688797354116105e-06, + "Y": 0.00020026839047204703, + "U": 1.0428859553712755e-08, + "K": 4.375039679871406e-06, + "L": 2.2882142403091166e-08, + "G": 0.00010575083433650434, + "F": 0.007614841219037771, + "E": 0.0005864041741006076, + "T": 3.2669322536094114e-05, + "P": 0.2384316623210907, + "-": 0.7529687285423279 + }, + "id": "tp_8823" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1102903, + "label": "-", + "classification": { + "B": 0.00012878901907242835, + "S": 8.648225775687024e-05, + "I": 0.00372518808580935, + "C": 0.0027625595685094595, + "R": 0.0006753145135007799, + "M": 0.0018437306862324476, + "O": 0.000958698452450335, + "W": 0.0001331334642600268, + "N": 0.0005223970510996878, + "Y": 0.014593249186873436, + "U": 0.00016723346197977662, + "K": 0.0005850301822647452, + "L": 0.00023933849297463894, + "G": 0.006083803717046976, + "F": 0.011761890724301338, + "E": 0.003815610893070698, + "T": 0.006055215373635292, + "P": 0.10924223065376282, + "-": 0.8366200923919678 + }, + "id": "tp_8824" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1103003, + "label": "P", + "classification": { + "B": 3.41195373039227e-05, + "S": 2.2610212909057736e-05, + "I": 0.012316221371293068, + "C": 0.0003299058589618653, + "R": 4.706736217485741e-05, + "M": 0.0011128780897706747, + "O": 0.0001458556653233245, + "W": 2.8736683816532604e-05, + "N": 0.0006657319026999176, + "Y": 0.007628571707755327, + "U": 9.995211257773917e-06, + "K": 0.00010837687295861542, + "L": 2.8491906050476246e-05, + "G": 0.002029193565249443, + "F": 0.00741752190515399, + "E": 0.02330833114683628, + "T": 0.0038318191654980183, + "P": 0.528579831123352, + "-": 0.41235482692718506 + }, + "id": "tp_8825" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1103136, + "label": "-", + "classification": { + "B": 0.00010893792932620272, + "S": 7.42271076887846e-05, + "I": 0.001188694266602397, + "C": 0.00042724443483166397, + "R": 0.0001265919127035886, + "M": 0.0018482853192836046, + "O": 0.0006006541661918163, + "W": 6.884698086651042e-05, + "N": 0.00012874593085143715, + "Y": 0.004628414288163185, + "U": 1.975780469365418e-05, + "K": 8.682920451974496e-05, + "L": 0.0001395792351104319, + "G": 0.0030888228211551905, + "F": 0.020323101431131363, + "E": 0.0020942448172718287, + "T": 0.0027650082483887672, + "P": 0.16237828135490417, + "-": 0.7999036312103271 + }, + "id": "tp_8826" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1103270, + "label": "-", + "classification": { + "B": 0.0009221819927915931, + "S": 0.0007724472670815885, + "I": 0.028780261054635048, + "C": 0.005705650430172682, + "R": 0.001777498982846737, + "M": 0.009248899295926094, + "O": 0.003231161506846547, + "W": 0.0010234629735350609, + "N": 0.006340597290545702, + "Y": 0.03674452379345894, + "U": 0.0007931917207315564, + "K": 0.005371374078094959, + "L": 0.0008697054581716657, + "G": 0.01682347059249878, + "F": 0.03160381689667702, + "E": 0.038527294993400574, + "T": 0.01718381606042385, + "P": 0.30459871888160706, + "-": 0.48968198895454407 + }, + "id": "tp_8827" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1103403, + "label": "-", + "classification": { + "B": 1.5515850009251153e-06, + "S": 8.328088370035402e-06, + "I": 0.000141551106935367, + "C": 0.00029249570798128843, + "R": 2.499381298548542e-05, + "M": 0.00017475512868259102, + "O": 6.28879715804942e-05, + "W": 1.0206648767052684e-05, + "N": 4.134848131798208e-05, + "Y": 0.006110531277954578, + "U": 1.7314878277829848e-06, + "K": 0.006996571086347103, + "L": 7.924755664134864e-06, + "G": 0.006408874411135912, + "F": 0.231047123670578, + "E": 0.009530861862003803, + "T": 0.0009048258070833981, + "P": 0.0557510070502758, + "-": 0.6824824213981628 + }, + "id": "tp_8828" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1103504, + "label": "P", + "classification": { + "B": 1.0668454706319608e-05, + "S": 7.993088502189494e-07, + "I": 0.003063733922317624, + "C": 5.4190146329347044e-05, + "R": 5.135258106747642e-06, + "M": 0.00044498362694866955, + "O": 1.897734182421118e-05, + "W": 1.2280036116862902e-06, + "N": 5.6594690249767154e-05, + "Y": 0.0010450397385284305, + "U": 8.238814643846126e-07, + "K": 3.954412022721954e-06, + "L": 4.8926826821116265e-06, + "G": 0.0006508842343464494, + "F": 0.0016595759661868215, + "E": 0.007742725312709808, + "T": 0.000350007729139179, + "P": 0.5799235701560974, + "-": 0.4049621522426605 + }, + "id": "tp_8829" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1103637, + "label": "P", + "classification": { + "B": 3.7443485780386254e-05, + "S": 8.149167115334421e-05, + "I": 0.007344476878643036, + "C": 0.0006032472010701895, + "R": 0.00011249207454966381, + "M": 0.0008238549926318228, + "O": 0.0004430050612427294, + "W": 0.00010047477553598583, + "N": 0.00180778035428375, + "Y": 0.0034365139435976744, + "U": 5.930505722062662e-05, + "K": 0.0022351951338350773, + "L": 4.6686491259606555e-05, + "G": 0.003936425782740116, + "F": 0.04167885705828667, + "E": 0.01844547688961029, + "T": 0.0024736507330089808, + "P": 0.4729194939136505, + "-": 0.44341427087783813 + }, + "id": "tp_8830" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1103770, + "label": "P", + "classification": { + "B": 0.0005196866695769131, + "S": 0.00043088302481919527, + "I": 0.02355499379336834, + "C": 0.0016748259076848626, + "R": 0.0004306486516725272, + "M": 0.0032846585381776094, + "O": 0.001215114607475698, + "W": 0.0003659379144664854, + "N": 0.0042228857055306435, + "Y": 0.010363275185227394, + "U": 0.00033335460466332734, + "K": 0.00094695104053244, + "L": 0.0004305511247366667, + "G": 0.004606909118592739, + "F": 0.021263711154460907, + "E": 0.01972781866788864, + "T": 0.007471902761608362, + "P": 0.5174792408943176, + "-": 0.38167664408683777 + }, + "id": "tp_8831" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1103904, + "label": "P", + "classification": { + "B": 2.0291974578867666e-05, + "S": 3.463355096755549e-05, + "I": 0.003573694499209523, + "C": 0.00018025850295089185, + "R": 4.366532448329963e-05, + "M": 0.00023247477656695992, + "O": 0.00016908020188566297, + "W": 4.5689524995395914e-05, + "N": 0.0008688086527399719, + "Y": 0.005453868303447962, + "U": 1.6681871784385294e-05, + "K": 0.005047237034887075, + "L": 1.3012029739911668e-05, + "G": 0.0040191891603171825, + "F": 0.054228585213422775, + "E": 0.023302054032683372, + "T": 0.0018043617019429803, + "P": 0.46303731203079224, + "-": 0.43790915608406067 + }, + "id": "tp_8832" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1104004, + "label": "-", + "classification": { + "B": 9.986619261326268e-06, + "S": 7.6034862104279455e-06, + "I": 0.0012770078610628843, + "C": 0.00017459056107327342, + "R": 3.558392927516252e-05, + "M": 0.00013161027163732797, + "O": 8.476273069391027e-05, + "W": 1.931604310811963e-05, + "N": 0.0002012821933021769, + "Y": 0.002169844228774309, + "U": 2.049326394626405e-05, + "K": 0.0013056477764621377, + "L": 6.87572492097388e-06, + "G": 0.0008479228126816452, + "F": 0.012308897450566292, + "E": 0.0038714890833944082, + "T": 0.0007759554428048432, + "P": 0.3220402002334595, + "-": 0.6547109484672546 + }, + "id": "tp_8833" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1104137, + "label": "-", + "classification": { + "B": 1.9661863916553557e-05, + "S": 4.8456358854309656e-06, + "I": 0.0005549881025217474, + "C": 3.006608494615648e-05, + "R": 5.7088145695161074e-06, + "M": 0.00022356901899911463, + "O": 4.434728907654062e-05, + "W": 2.9871439437556546e-06, + "N": 5.6728022173047066e-05, + "Y": 0.0035100134555250406, + "U": 2.539158003855846e-06, + "K": 9.180203778669238e-05, + "L": 4.989822173229186e-06, + "G": 0.001881964155472815, + "F": 0.008037884719669819, + "E": 0.004152924288064241, + "T": 0.0010467967949807644, + "P": 0.3287026286125183, + "-": 0.6516255736351013 + }, + "id": "tp_8834" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1104271, + "label": "F", + "classification": { + "B": 2.6449239157955162e-05, + "S": 0.0007350504747591913, + "I": 0.00017571462376508862, + "C": 0.0003263210237491876, + "R": 0.00010654083598637953, + "M": 0.000553772842977196, + "O": 0.000634403491858393, + "W": 0.0002063861466012895, + "N": 0.00014589984493795782, + "Y": 0.006538859102874994, + "U": 5.0363173613732215e-06, + "K": 0.015096577815711498, + "L": 6.21399813098833e-05, + "G": 0.01938244141638279, + "F": 0.4561280310153961, + "E": 0.01384558342397213, + "T": 0.002832433208823204, + "P": 0.055039942264556885, + "-": 0.42815840244293213 + }, + "id": "tp_8835" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1104404, + "label": "-", + "classification": { + "B": 0.00018922044546343386, + "S": 4.387981607578695e-05, + "I": 0.004204373341053724, + "C": 0.0015416998649016023, + "R": 0.0001728912175167352, + "M": 0.0007544038817286491, + "O": 0.00039288532570935786, + "W": 5.97680191276595e-05, + "N": 0.0006355798686854541, + "Y": 0.005134470295161009, + "U": 8.582275768276304e-05, + "K": 0.0008669639355503023, + "L": 0.00011403972894186154, + "G": 0.00849260576069355, + "F": 0.031053952872753143, + "E": 0.020108815282583237, + "T": 0.0016924632946029305, + "P": 0.2912783920764923, + "-": 0.6331778168678284 + }, + "id": "tp_8836" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1104505, + "label": "-", + "classification": { + "B": 0.003165872534736991, + "S": 0.002733904402703047, + "I": 0.0363488495349884, + "C": 0.020698904991149902, + "R": 0.009375725872814655, + "M": 0.00869115348905325, + "O": 0.00957698468118906, + "W": 0.005176969803869724, + "N": 0.01805252954363823, + "Y": 0.0361778624355793, + "U": 0.005668458063155413, + "K": 0.0336761549115181, + "L": 0.0037646524142473936, + "G": 0.0433083176612854, + "F": 0.09684229642152786, + "E": 0.06210958957672119, + "T": 0.01731462962925434, + "P": 0.26951566338539124, + "-": 0.31780150532722473 + }, + "id": "tp_8837" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1104638, + "label": "-", + "classification": { + "B": 4.4509961298899725e-05, + "S": 5.829803558299318e-05, + "I": 0.003978455904871225, + "C": 0.0009239911451004446, + "R": 0.00010839149035746232, + "M": 0.0007632536580786109, + "O": 0.00028230762109160423, + "W": 9.578980098012835e-05, + "N": 0.0012124500935897231, + "Y": 0.007412595674395561, + "U": 5.1674032874871045e-05, + "K": 0.014284834265708923, + "L": 3.5969511372968554e-05, + "G": 0.009259852580726147, + "F": 0.09322697669267654, + "E": 0.08097419887781143, + "T": 0.002183300442993641, + "P": 0.3301997482776642, + "-": 0.4549033045768738 + }, + "id": "tp_8838" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1104771, + "label": "P", + "classification": { + "B": 0.0021274685859680176, + "S": 0.001612307270988822, + "I": 0.020164746791124344, + "C": 0.008550004102289677, + "R": 0.0021137800067663193, + "M": 0.005507460795342922, + "O": 0.0035938285291194916, + "W": 0.001674662227742374, + "N": 0.010903468355536461, + "Y": 0.023510321974754333, + "U": 0.000601475709117949, + "K": 0.01814448833465576, + "L": 0.0010340299922972918, + "G": 0.05741431191563606, + "F": 0.11790498346090317, + "E": 0.14767985045909882, + "T": 0.009149778634309769, + "P": 0.36748459935188293, + "-": 0.20082832872867584 + }, + "id": "tp_8839" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1104905, + "label": "-", + "classification": { + "B": 1.3513507838069927e-05, + "S": 1.0878598914132454e-05, + "I": 0.0013321437872946262, + "C": 9.465928451390937e-05, + "R": 3.406924952287227e-05, + "M": 0.00020409945864230394, + "O": 0.0001369110104860738, + "W": 9.549386959406547e-06, + "N": 9.732360922498628e-05, + "Y": 0.0020060192327946424, + "U": 6.884576578158885e-06, + "K": 7.2818470471247565e-06, + "L": 3.052893953281455e-05, + "G": 0.0008344165980815887, + "F": 0.002632067771628499, + "E": 0.00045370616135187447, + "T": 0.0018964556511491537, + "P": 0.3990614414215088, + "-": 0.5911381244659424 + }, + "id": "tp_8840" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1105005, + "label": "P", + "classification": { + "B": 1.8993520143339993e-06, + "S": 3.5019088500121143e-06, + "I": 0.0014339277986437082, + "C": 3.690182711579837e-05, + "R": 7.066754278639564e-06, + "M": 4.19079078710638e-05, + "O": 2.826443233061582e-05, + "W": 6.0717161431966815e-06, + "N": 0.00016732863150537014, + "Y": 0.0007080175564624369, + "U": 3.6909832488163374e-06, + "K": 0.00020933800260536373, + "L": 1.4665106391476002e-06, + "G": 0.00022979248024057597, + "F": 0.007437779102474451, + "E": 0.0018377017695456743, + "T": 0.00032415607711300254, + "P": 0.5619387030601501, + "-": 0.4255824387073517 + }, + "id": "tp_8841" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1105138, + "label": "P", + "classification": { + "B": 7.7795673860237e-05, + "S": 0.00013385561760514975, + "I": 0.0035647242330014706, + "C": 0.0003219653444830328, + "R": 4.136711868341081e-05, + "M": 0.0006150460103526711, + "O": 0.00034430858795531094, + "W": 0.00014032713079359382, + "N": 0.00164202565792948, + "Y": 0.0025554909370839596, + "U": 3.1849307561060414e-05, + "K": 0.003648693673312664, + "L": 4.4600139517569914e-05, + "G": 0.004854434635490179, + "F": 0.08681870996952057, + "E": 0.09490072727203369, + "T": 0.001363349612802267, + "P": 0.5476648807525635, + "-": 0.25123581290245056 + }, + "id": "tp_8842" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1105272, + "label": "-", + "classification": { + "B": 7.687036486458965e-06, + "S": 4.174854257144034e-05, + "I": 0.0006454185349866748, + "C": 8.130926289595664e-05, + "R": 2.396191848674789e-05, + "M": 0.00019606422574725002, + "O": 0.00020228700304869562, + "W": 9.187565592583269e-05, + "N": 0.0003228199202567339, + "Y": 0.004242022521793842, + "U": 1.3280361599754542e-05, + "K": 0.028344465419650078, + "L": 6.900328116898891e-06, + "G": 0.00221234280616045, + "F": 0.12753024697303772, + "E": 0.016473200172185898, + "T": 0.0011742600472643971, + "P": 0.2187044769525528, + "-": 0.5996856689453125 + }, + "id": "tp_8843" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1105405, + "label": "-", + "classification": { + "B": 0.0003659030480775982, + "S": 0.0013535954058170319, + "I": 0.008840101771056652, + "C": 0.003549394430592656, + "R": 0.001798269571736455, + "M": 0.003950618673115969, + "O": 0.0029502364341169596, + "W": 0.0013415557332336903, + "N": 0.004371189046651125, + "Y": 0.022036820650100708, + "U": 0.0005376480403356254, + "K": 0.02102864906191826, + "L": 0.001039002207107842, + "G": 0.016062093898653984, + "F": 0.2929568290710449, + "E": 0.026659177616238594, + "T": 0.012774237431585789, + "P": 0.16886968910694122, + "-": 0.40951502323150635 + }, + "id": "tp_8844" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1105506, + "label": "-", + "classification": { + "B": 0.0006547527154907584, + "S": 0.0021147835068404675, + "I": 0.010658231563866138, + "C": 0.0050072697922587395, + "R": 0.0013589736772701144, + "M": 0.00657037366181612, + "O": 0.003437547944486141, + "W": 0.0015403934521600604, + "N": 0.005309081170707941, + "Y": 0.03708126023411751, + "U": 0.0005870662280358374, + "K": 0.05300905928015709, + "L": 0.0010616854997351766, + "G": 0.04512186348438263, + "F": 0.21125154197216034, + "E": 0.05931103602051735, + "T": 0.01833955943584442, + "P": 0.14414118230342865, + "-": 0.3934444189071655 + }, + "id": "tp_8845" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1105639, + "label": "-", + "classification": { + "B": 9.420704009244218e-05, + "S": 2.18339373532217e-05, + "I": 0.007478377781808376, + "C": 0.0005698879831470549, + "R": 6.21552171651274e-05, + "M": 0.001177508383989334, + "O": 0.00024466626928187907, + "W": 1.746944872138556e-05, + "N": 0.0002902841370087117, + "Y": 0.002429377054795623, + "U": 8.863172297424171e-06, + "K": 2.5497578462818637e-05, + "L": 8.276656444650143e-05, + "G": 0.003243869636207819, + "F": 0.010533864609897137, + "E": 0.014615125022828579, + "T": 0.0014206598279997706, + "P": 0.36962762475013733, + "-": 0.5880559086799622 + }, + "id": "tp_8846" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1105772, + "label": "-", + "classification": { + "B": 1.8791204638546333e-05, + "S": 0.00037824432365596294, + "I": 0.011298411525785923, + "C": 0.001792910392396152, + "R": 0.0006196480826474726, + "M": 0.0026764434296637774, + "O": 0.0017686624778434634, + "W": 0.0003430654760450125, + "N": 0.002496727043762803, + "Y": 0.07590223103761673, + "U": 2.40127101278631e-05, + "K": 0.04179036617279053, + "L": 0.00014628039207309484, + "G": 0.04425394907593727, + "F": 0.20140646398067474, + "E": 0.03405407816171646, + "T": 0.024603623896837234, + "P": 0.07613487541675568, + "-": 0.4802911579608917 + }, + "id": "tp_8847" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1105906, + "label": "P", + "classification": { + "B": 0.0020269998349249363, + "S": 0.015727408230304718, + "I": 0.169069305062294, + "C": 0.006032080389559269, + "R": 0.0035244086757302284, + "M": 0.007783323060721159, + "O": 0.007375338580459356, + "W": 0.003730382304638624, + "N": 0.06179020181298256, + "Y": 0.02277577854692936, + "U": 0.00032506376737728715, + "K": 0.013768421486020088, + "L": 0.0013784393668174744, + "G": 0.02484767884016037, + "F": 0.07816056162118912, + "E": 0.07169212400913239, + "T": 0.016298869624733925, + "P": 0.3896428346633911, + "-": 0.10405076295137405 + }, + "id": "tp_8848" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1106006, + "label": "P", + "classification": { + "B": 2.56485327554401e-05, + "S": 2.4064713215921074e-05, + "I": 0.0032015496399253607, + "C": 0.0007954650791361928, + "R": 5.884965867153369e-05, + "M": 0.0005711375270038843, + "O": 0.00011832360178232193, + "W": 3.767642192542553e-05, + "N": 0.0006831209175288677, + "Y": 0.005958118941634893, + "U": 1.5018895282992162e-05, + "K": 0.010782030411064625, + "L": 2.227091317763552e-05, + "G": 0.015262307599186897, + "F": 0.10382680594921112, + "E": 0.18755780160427094, + "T": 0.00116312550380826, + "P": 0.3399830162525177, + "-": 0.3299137055873871 + }, + "id": "tp_8849" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1106139, + "label": "F", + "classification": { + "B": 2.9965306111989776e-06, + "S": 4.691136928158812e-05, + "I": 5.7461940741632134e-05, + "C": 0.0003459002764429897, + "R": 2.885468529711943e-05, + "M": 0.00040097994497045875, + "O": 0.0003100672911386937, + "W": 2.8784052119590342e-05, + "N": 2.731766289798543e-05, + "Y": 0.004446069244295359, + "U": 1.8694653363127145e-06, + "K": 0.004673866555094719, + "L": 7.098742935340852e-05, + "G": 0.015103859826922417, + "F": 0.4941205680370331, + "E": 0.003839369397610426, + "T": 0.001386795425787568, + "P": 0.015784041956067085, + "-": 0.45932328701019287 + }, + "id": "tp_8850" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1106273, + "label": "-", + "classification": { + "B": 0.00041429451084695756, + "S": 0.0010217077797278762, + "I": 0.008276310749351978, + "C": 0.001502219121903181, + "R": 0.0005896384245716035, + "M": 0.00399336451664567, + "O": 0.002562569919973612, + "W": 0.001396850449964404, + "N": 0.004038595594465733, + "Y": 0.014297813177108765, + "U": 0.00047771987738087773, + "K": 0.03414535149931908, + "L": 0.00026562478160485625, + "G": 0.0070607843808829784, + "F": 0.09758903831243515, + "E": 0.03879347816109657, + "T": 0.0069917598739266396, + "P": 0.2698310911655426, + "-": 0.5067517757415771 + }, + "id": "tp_8851" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1106406, + "label": "-", + "classification": { + "B": 1.0329324140911922e-05, + "S": 1.9608212824095972e-05, + "I": 8.194763358915225e-05, + "C": 0.0005203263717703521, + "R": 5.4510237532667816e-05, + "M": 0.00031267464510165155, + "O": 0.00014864605327602476, + "W": 2.2869558961247094e-05, + "N": 2.495217813702766e-05, + "Y": 0.007153267040848732, + "U": 2.427921344860806e-06, + "K": 0.0032157357782125473, + "L": 4.106651249458082e-05, + "G": 0.017985038459300995, + "F": 0.31527179479599, + "E": 0.005673280917108059, + "T": 0.0011079444084316492, + "P": 0.027176812291145325, + "-": 0.6211767196655273 + }, + "id": "tp_8852" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1106507, + "label": "-", + "classification": { + "B": 2.098066033795476e-06, + "S": 1.6630689287921996e-06, + "I": 0.0009877326665446162, + "C": 5.733923171646893e-05, + "R": 9.441554539080244e-06, + "M": 7.006515079410747e-05, + "O": 1.7172003936138935e-05, + "W": 2.315251094842097e-06, + "N": 6.126561493147165e-05, + "Y": 0.0024745333939790726, + "U": 3.0958710794948274e-06, + "K": 7.312882371479645e-05, + "L": 1.7451600342610618e-06, + "G": 0.0003787283494602889, + "F": 0.004710025619715452, + "E": 0.0009323858539573848, + "T": 0.000680627126712352, + "P": 0.378340482711792, + "-": 0.6111961007118225 + }, + "id": "tp_8853" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1106640, + "label": "P", + "classification": { + "B": 1.5598136087646708e-05, + "S": 1.2311259524722118e-05, + "I": 0.009823526255786419, + "C": 0.00024377771478611976, + "R": 5.6304481404367834e-05, + "M": 0.0003691071760840714, + "O": 0.00011978368274867535, + "W": 2.5706409360282123e-05, + "N": 0.0009459530119784176, + "Y": 0.003007897175848484, + "U": 1.9227467419113964e-05, + "K": 0.000807258184067905, + "L": 1.3138241229171399e-05, + "G": 0.0010872650891542435, + "F": 0.007955705747008324, + "E": 0.012719548307359219, + "T": 0.0011327078100293875, + "P": 0.677029013633728, + "-": 0.28461623191833496 + }, + "id": "tp_8854" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1106773, + "label": "-", + "classification": { + "B": 0.00871841236948967, + "S": 0.017514174804091454, + "I": 0.1000657007098198, + "C": 0.02294417843222618, + "R": 0.017700476571917534, + "M": 0.028597567230463028, + "O": 0.024003813043236732, + "W": 0.014410837553441525, + "N": 0.058087289333343506, + "Y": 0.10233548283576965, + "U": 0.005704110022634268, + "K": 0.06308476626873016, + "L": 0.00914430059492588, + "G": 0.08529026061296463, + "F": 0.08145581185817719, + "E": 0.062138207256793976, + "T": 0.06195135414600372, + "P": 0.11222191900014877, + "-": 0.12463134527206421 + }, + "id": "tp_8855" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1106907, + "label": "P", + "classification": { + "B": 3.823234510491602e-05, + "S": 2.203326585004106e-05, + "I": 0.006686416920274496, + "C": 0.0006515811546705663, + "R": 6.1024416936561465e-05, + "M": 0.0005656302091665566, + "O": 0.00015846654423512518, + "W": 4.7732082748552784e-05, + "N": 0.0009746821015141904, + "Y": 0.0033997823484241962, + "U": 2.94753353955457e-05, + "K": 0.001960714114829898, + "L": 2.256840161862783e-05, + "G": 0.003787130815908313, + "F": 0.025451038032770157, + "E": 0.055169787257909775, + "T": 0.0008725332445465028, + "P": 0.535084068775177, + "-": 0.3650171160697937 + }, + "id": "tp_8856" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1107007, + "label": "P", + "classification": { + "B": 0.00040503893978893757, + "S": 0.001973864622414112, + "I": 0.03622438386082649, + "C": 0.006863682065159082, + "R": 0.0018946570344269276, + "M": 0.002968753455206752, + "O": 0.002491745864972472, + "W": 0.0016353242099285126, + "N": 0.0192531980574131, + "Y": 0.03550257161259651, + "U": 0.0003012812521774322, + "K": 0.0469420850276947, + "L": 0.0005901416880078614, + "G": 0.03576130419969559, + "F": 0.1996566504240036, + "E": 0.14885222911834717, + "T": 0.01403559185564518, + "P": 0.27675390243530273, + "-": 0.16789352893829346 + }, + "id": "tp_8857" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1107140, + "label": "-", + "classification": { + "B": 6.843756636953913e-06, + "S": 0.00024646500241942704, + "I": 0.0020220547448843718, + "C": 0.0008866709540598094, + "R": 0.00016065299860201776, + "M": 0.0015011647483333945, + "O": 0.0010331679368391633, + "W": 0.00029858495690859854, + "N": 0.0011287123197689652, + "Y": 0.018812643364071846, + "U": 9.921169294102583e-06, + "K": 0.04790131002664566, + "L": 4.3407428165664896e-05, + "G": 0.016411300748586655, + "F": 0.33407655358314514, + "E": 0.039549704641103745, + "T": 0.004688771441578865, + "P": 0.09251823276281357, + "-": 0.4387038052082062 + }, + "id": "tp_8858" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1107274, + "label": "-", + "classification": { + "B": 0.00043653242755681276, + "S": 0.0001745300687616691, + "I": 0.0022118305787444115, + "C": 0.0005236183642409742, + "R": 0.00013336024130694568, + "M": 0.0021450098138302565, + "O": 0.0010850090766325593, + "W": 0.0001248465705430135, + "N": 0.00034103577490895987, + "Y": 0.005646855104714632, + "U": 4.09235326515045e-05, + "K": 0.00012439576676115394, + "L": 0.000262560963165015, + "G": 0.0046782586723566055, + "F": 0.031925879418849945, + "E": 0.004504947457462549, + "T": 0.003435141174122691, + "P": 0.25821006298065186, + "-": 0.6839951872825623 + }, + "id": "tp_8859" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1107407, + "label": "-", + "classification": { + "B": 1.0875322914216667e-05, + "S": 0.00011524227011250332, + "I": 0.0003763267013709992, + "C": 0.000800245557911694, + "R": 0.0001426808157702908, + "M": 0.0011515109799802303, + "O": 0.0006819896516390145, + "W": 0.00012249822611920536, + "N": 0.0002692352281883359, + "Y": 0.012337099760770798, + "U": 2.4480819774908014e-05, + "K": 0.0821947529911995, + "L": 0.00012208269617985934, + "G": 0.02117978408932686, + "F": 0.2798900306224823, + "E": 0.020503690466284752, + "T": 0.004798845387995243, + "P": 0.03481089323759079, + "-": 0.5404677391052246 + }, + "id": "tp_8860" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1107508, + "label": "-", + "classification": { + "B": 5.95223491473007e-06, + "S": 1.4101004126132466e-05, + "I": 0.0008303462527692318, + "C": 0.00019545135728549212, + "R": 3.410951467230916e-05, + "M": 0.0002573716046754271, + "O": 0.00012991933908779174, + "W": 2.413915171928238e-05, + "N": 0.00019994920876342803, + "Y": 0.005846814252436161, + "U": 1.2672950106207281e-05, + "K": 0.0028096360620111227, + "L": 1.2850049643020611e-05, + "G": 0.002631761599332094, + "F": 0.07609773427248001, + "E": 0.008938735350966454, + "T": 0.0015293692704290152, + "P": 0.18167521059513092, + "-": 0.7187539339065552 + }, + "id": "tp_8861" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1107641, + "label": "P", + "classification": { + "B": 1.0290653335687239e-05, + "S": 6.822082650614902e-05, + "I": 0.008010064251720905, + "C": 0.00027084778412245214, + "R": 4.940083817928098e-05, + "M": 0.00013543828390538692, + "O": 0.00012074010010110214, + "W": 4.703792728832923e-05, + "N": 0.0016218229429796338, + "Y": 0.002185128629207611, + "U": 1.2664940186368767e-05, + "K": 0.002701905556023121, + "L": 1.0845850738405716e-05, + "G": 0.0012977157020941377, + "F": 0.023685192689299583, + "E": 0.009675055742263794, + "T": 0.0012025338364765048, + "P": 0.6681053042411804, + "-": 0.2807898223400116 + }, + "id": "tp_8862" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1107774, + "label": "-", + "classification": { + "B": 8.463726430818497e-07, + "S": 3.0511402655974962e-05, + "I": 0.0014244221383705735, + "C": 0.00014544562145601958, + "R": 4.946773697156459e-05, + "M": 9.552995470585302e-05, + "O": 0.00014297646703198552, + "W": 6.221763032954186e-05, + "N": 0.0005907239392399788, + "Y": 0.007140562403947115, + "U": 4.217214609525399e-06, + "K": 0.03366141393780708, + "L": 4.650253231375245e-06, + "G": 0.0029324516654014587, + "F": 0.24429689347743988, + "E": 0.009907122701406479, + "T": 0.0018333217594772577, + "P": 0.21337297558784485, + "-": 0.4843042492866516 + }, + "id": "tp_8863" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1107908, + "label": "F", + "classification": { + "B": 0.0009466303745284677, + "S": 0.005249419249594212, + "I": 0.007032398600131273, + "C": 0.001029800157994032, + "R": 0.0003666057309601456, + "M": 0.004486423917114735, + "O": 0.003796285716816783, + "W": 0.0021359454840421677, + "N": 0.005888496525585651, + "Y": 0.01830446906387806, + "U": 0.00012338871601969004, + "K": 0.04047529026865959, + "L": 0.0004867898242082447, + "G": 0.034151867032051086, + "F": 0.29466915130615234, + "E": 0.13044105470180511, + "T": 0.009787519462406635, + "P": 0.20579729974269867, + "-": 0.23483121395111084 + }, + "id": "tp_8864" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1108008, + "label": "-", + "classification": { + "B": 2.0140329070272855e-05, + "S": 2.8909922548336908e-05, + "I": 0.0011698106536641717, + "C": 0.0008390287985093892, + "R": 0.00015378190437331796, + "M": 0.0003572673012968153, + "O": 0.0001628892496228218, + "W": 4.028574767289683e-05, + "N": 0.0001816545845940709, + "Y": 0.0071946848183870316, + "U": 1.9966049876529723e-05, + "K": 0.0013831069227308035, + "L": 2.5681207262095995e-05, + "G": 0.002933407900854945, + "F": 0.08634978532791138, + "E": 0.004946779925376177, + "T": 0.001301294076256454, + "P": 0.18153347074985504, + "-": 0.7113581299781799 + }, + "id": "tp_8865" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1108141, + "label": "-", + "classification": { + "B": 7.94070274423575e-06, + "S": 3.768852911889553e-05, + "I": 0.0003722554538398981, + "C": 0.00014663016190752387, + "R": 2.2837806682218798e-05, + "M": 0.00022757102851755917, + "O": 0.00020419764041434973, + "W": 3.969003591919318e-05, + "N": 0.0001572775945533067, + "Y": 0.004822305869311094, + "U": 4.027419436170021e-06, + "K": 0.00266692484728992, + "L": 1.1137244655401446e-05, + "G": 0.0037811584770679474, + "F": 0.13663460314273834, + "E": 0.008251420222222805, + "T": 0.0015266994014382362, + "P": 0.19873112440109253, + "-": 0.6423544883728027 + }, + "id": "tp_8866" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1108275, + "label": "-", + "classification": { + "B": 3.742769081327424e-07, + "S": 5.188258569432946e-07, + "I": 0.00017180490249302238, + "C": 9.496359416516498e-05, + "R": 1.038988648360828e-05, + "M": 7.843921048333868e-05, + "O": 1.840570621425286e-05, + "W": 1.9325757421029266e-06, + "N": 1.4740217011421919e-05, + "Y": 0.0028207215946167707, + "U": 2.305775296918e-06, + "K": 0.0008723800419829786, + "L": 1.5066813148223446e-06, + "G": 0.0008407653658650815, + "F": 0.013142261654138565, + "E": 0.0013045596424490213, + "T": 0.0004649618931580335, + "P": 0.04654835909605026, + "-": 0.933610737323761 + }, + "id": "tp_8867" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1108375, + "label": "P", + "classification": { + "B": 1.0623857633618172e-05, + "S": 1.6752530427766033e-05, + "I": 0.0056524514220654964, + "C": 2.451552609272767e-05, + "R": 8.844766853144392e-06, + "M": 0.00016725927707739174, + "O": 7.569382432848215e-05, + "W": 8.654342309455387e-06, + "N": 0.0003064518386963755, + "Y": 0.00046394806122407317, + "U": 1.8374375940766186e-06, + "K": 1.3320931429916527e-05, + "L": 9.731164936965797e-06, + "G": 0.0002229663368780166, + "F": 0.002915614517405629, + "E": 0.0012005016906186938, + "T": 0.0007087213452905416, + "P": 0.7326569557189941, + "-": 0.2555350363254547 + }, + "id": "tp_8868" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1108509, + "label": "-", + "classification": { + "B": 1.3776552805211395e-06, + "S": 5.398715074989013e-06, + "I": 0.001161334221251309, + "C": 3.5188654692319687e-06, + "R": 1.4695809795739478e-06, + "M": 7.982342503964901e-05, + "O": 2.8906764782732353e-05, + "W": 1.8197889630755526e-06, + "N": 8.13787046354264e-05, + "Y": 0.0008740157936699688, + "U": 5.450252160699165e-07, + "K": 7.536588782386389e-06, + "L": 1.7535104461785522e-06, + "G": 9.27550790947862e-05, + "F": 0.0037019983865320683, + "E": 0.00041700497968122363, + "T": 0.0012690667062997818, + "P": 0.4276439845561981, + "-": 0.5646262764930725 + }, + "id": "tp_8869" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1108642, + "label": "-", + "classification": { + "B": 4.896490281680599e-05, + "S": 7.941252988530323e-06, + "I": 0.0027231264393776655, + "C": 0.00028807035414502025, + "R": 4.65491866634693e-05, + "M": 0.0004269923083484173, + "O": 0.00022503544460050762, + "W": 1.9569577489164658e-05, + "N": 0.00015368315507657826, + "Y": 0.001131601631641388, + "U": 1.3143041542207357e-05, + "K": 1.7958909666049294e-05, + "L": 3.863474557874724e-05, + "G": 0.0012896801345050335, + "F": 0.002597351325675845, + "E": 0.0010192362824454904, + "T": 0.001267053303308785, + "P": 0.36012783646583557, + "-": 0.6285576224327087 + }, + "id": "tp_8870" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1108775, + "label": "-", + "classification": { + "B": 3.607258258853108e-05, + "S": 0.0003212640876881778, + "I": 0.0029603573493659496, + "C": 0.00338012189604342, + "R": 0.0006057445425540209, + "M": 0.0020528817549347878, + "O": 0.0015786064323037863, + "W": 0.00043606740655377507, + "N": 0.0010565504198893905, + "Y": 0.015335718169808388, + "U": 0.0001731475640553981, + "K": 0.011587869375944138, + "L": 0.00020765287627000362, + "G": 0.010421328246593475, + "F": 0.0956629067659378, + "E": 0.005974610801786184, + "T": 0.011494237929582596, + "P": 0.09250054508447647, + "-": 0.7442142963409424 + }, + "id": "tp_8871" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1108876, + "label": "-", + "classification": { + "B": 0.0005302240024320781, + "S": 0.0019581783562898636, + "I": 0.017043540254235268, + "C": 0.006720770616084337, + "R": 0.0023751016706228256, + "M": 0.01006702333688736, + "O": 0.0048348791897296906, + "W": 0.0018008025363087654, + "N": 0.008056564256548882, + "Y": 0.036322519183158875, + "U": 0.0006408223416656256, + "K": 0.024162854999303818, + "L": 0.0009063868201337755, + "G": 0.02261500619351864, + "F": 0.14773178100585938, + "E": 0.04182328283786774, + "T": 0.021278956905007362, + "P": 0.23786380887031555, + "-": 0.41326746344566345 + }, + "id": "tp_8872" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1109009, + "label": "-", + "classification": { + "B": 0.00011128166079288349, + "S": 0.0003972879203502089, + "I": 0.003129323711618781, + "C": 0.0022546586114913225, + "R": 0.000443777913460508, + "M": 0.0012246950063854456, + "O": 0.001780968508683145, + "W": 0.0005733456346206367, + "N": 0.0015878905542194843, + "Y": 0.006249889265745878, + "U": 0.0003650010039564222, + "K": 0.0375937782227993, + "L": 0.0003576372691895813, + "G": 0.010960152372717857, + "F": 0.15388041734695435, + "E": 0.023760920390486717, + "T": 0.004215722903609276, + "P": 0.15586626529693604, + "-": 0.5952469706535339 + }, + "id": "tp_8873" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1109142, + "label": "-", + "classification": { + "B": 5.8383327996125445e-05, + "S": 4.085526961716823e-05, + "I": 0.003597476053982973, + "C": 0.0009918698342517018, + "R": 0.00011393168097129092, + "M": 0.0007847510860301554, + "O": 0.00020980437693651766, + "W": 5.7069617469096556e-05, + "N": 0.0005401741364039481, + "Y": 0.008462841622531414, + "U": 3.8395857700379565e-05, + "K": 0.0029733669944107533, + "L": 5.778078775620088e-05, + "G": 0.006606590934097767, + "F": 0.08607678860425949, + "E": 0.03606487438082695, + "T": 0.0022867799270898104, + "P": 0.24895693361759186, + "-": 0.6020813584327698 + }, + "id": "tp_8874" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1109276, + "label": "-", + "classification": { + "B": 6.48534879132967e-08, + "S": 1.3275694072945043e-06, + "I": 3.8844282244099304e-05, + "C": 3.3944800179597223e-06, + "R": 1.1720944712578785e-06, + "M": 2.4137947548297234e-05, + "O": 2.0381607100716792e-05, + "W": 1.4429084558287286e-06, + "N": 3.875715719914297e-06, + "Y": 0.0006927437498234212, + "U": 3.239460113491077e-07, + "K": 2.434086309222039e-05, + "L": 4.3493781731740455e-07, + "G": 4.329286821302958e-05, + "F": 0.00399045692756772, + "E": 3.736092185135931e-05, + "T": 0.0005119398119859397, + "P": 0.04591374099254608, + "-": 0.9486907124519348 + }, + "id": "tp_8875" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1109376, + "label": "F", + "classification": { + "B": 2.3419375793309882e-05, + "S": 0.0003279515658505261, + "I": 0.00019863212946802378, + "C": 0.0002691674744710326, + "R": 4.27300765295513e-05, + "M": 0.0008412783499807119, + "O": 0.0007626382284797728, + "W": 0.00015327204891946167, + "N": 0.000135972659336403, + "Y": 0.005151371005922556, + "U": 4.891014214081224e-06, + "K": 0.004729883745312691, + "L": 0.00014789760462008417, + "G": 0.019545331597328186, + "F": 0.5566434860229492, + "E": 0.015529459342360497, + "T": 0.0019107904518023133, + "P": 0.05431199073791504, + "-": 0.33926984667778015 + }, + "id": "tp_8876" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1109510, + "label": "P", + "classification": { + "B": 3.1050441862134903e-07, + "S": 1.6060109828686109e-06, + "I": 0.0011274152202531695, + "C": 1.659712324908469e-05, + "R": 1.9723945570149226e-06, + "M": 2.28158005484147e-05, + "O": 1.1447958058852237e-05, + "W": 2.292224053235259e-06, + "N": 0.00016165076522156596, + "Y": 0.0008134852396324277, + "U": 7.393792884613504e-07, + "K": 0.0008070326293818653, + "L": 3.4378427926640143e-07, + "G": 0.0004200980765745044, + "F": 0.011585095897316933, + "E": 0.00667429156601429, + "T": 0.0003030359512194991, + "P": 0.5729495882987976, + "-": 0.40510013699531555 + }, + "id": "tp_8877" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1109643, + "label": "-", + "classification": { + "B": 4.7384019126184285e-06, + "S": 2.3640302970306948e-05, + "I": 0.001341090421192348, + "C": 0.0002011542528634891, + "R": 5.561226134886965e-05, + "M": 0.00012011628859909251, + "O": 0.0001717016421025619, + "W": 5.628550934488885e-05, + "N": 0.00039166249916888773, + "Y": 0.0027315111365169287, + "U": 2.512804167054128e-05, + "K": 0.00472742086276412, + "L": 1.4000887858856004e-05, + "G": 0.0012182712089270353, + "F": 0.07171808928251266, + "E": 0.0051516019739210606, + "T": 0.0011140296701341867, + "P": 0.2539374828338623, + "-": 0.6569965481758118 + }, + "id": "tp_8878" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1109776, + "label": "P", + "classification": { + "B": 6.059192401153268e-07, + "S": 8.994225595415628e-07, + "I": 0.0011043159756809473, + "C": 2.9300259484443814e-05, + "R": 4.492907464737073e-06, + "M": 1.1100059055024758e-05, + "O": 6.094785476307152e-06, + "W": 8.678622975821781e-07, + "N": 9.108547237701714e-05, + "Y": 0.00026357738533988595, + "U": 4.1459082922301604e-07, + "K": 9.053054236574098e-05, + "L": 5.608729338746343e-07, + "G": 0.0004808377707377076, + "F": 0.012205113656818867, + "E": 0.007650178857147694, + "T": 6.619364285143092e-05, + "P": 0.765874981880188, + "-": 0.21211886405944824 + }, + "id": "tp_8879" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1109877, + "label": "-", + "classification": { + "B": 5.814117685076781e-07, + "S": 5.205487809689657e-07, + "I": 0.0028129832353442907, + "C": 0.00016958636115305126, + "R": 2.1734187612310052e-05, + "M": 5.462317494675517e-05, + "O": 1.7350543203065172e-05, + "W": 1.5197808806988178e-06, + "N": 0.0001115103586926125, + "Y": 0.004235337022691965, + "U": 3.670282239909284e-06, + "K": 0.0003387925389688462, + "L": 1.044142663886305e-06, + "G": 0.0009792088530957699, + "F": 0.0033953890670090914, + "E": 0.0032964020501822233, + "T": 0.00052303122356534, + "P": 0.17410273849964142, + "-": 0.8099340796470642 + }, + "id": "tp_8880" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1110010, + "label": "-", + "classification": { + "B": 0.00017636273696552962, + "S": 0.00012371783668641, + "I": 0.018268095329403877, + "C": 0.000878531311172992, + "R": 0.00016011286061257124, + "M": 0.0018472595838829875, + "O": 0.0005447646253742278, + "W": 0.00013342485181055963, + "N": 0.001896621659398079, + "Y": 0.012359988875687122, + "U": 6.366505840560421e-05, + "K": 0.0015420455019921064, + "L": 0.00012178839097032323, + "G": 0.007594014517962933, + "F": 0.023336801677942276, + "E": 0.04769366234540939, + "T": 0.006132119335234165, + "P": 0.35193806886672974, + "-": 0.5251889824867249 + }, + "id": "tp_8881" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1110143, + "label": "-", + "classification": { + "B": 3.5692584788193926e-05, + "S": 2.4888582629500888e-05, + "I": 0.0032350937835872173, + "C": 0.0001998640364035964, + "R": 5.796600817120634e-05, + "M": 0.0005067465826869011, + "O": 0.00016875224537216127, + "W": 3.09360257233493e-05, + "N": 0.0002503762661945075, + "Y": 0.004819774534553289, + "U": 1.895040441013407e-05, + "K": 0.00020233435498084873, + "L": 3.6822533729719e-05, + "G": 0.0019411904504522681, + "F": 0.016636962071061134, + "E": 0.004783733282238245, + "T": 0.0021878324914723635, + "P": 0.38931336998939514, + "-": 0.5755486488342285 + }, + "id": "tp_8882" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1110277, + "label": "P", + "classification": { + "B": 0.00016909968690015376, + "S": 8.307323150802404e-05, + "I": 0.005239291116595268, + "C": 0.0008989090565592051, + "R": 0.00015068205539137125, + "M": 0.001032714149914682, + "O": 0.0004227075260132551, + "W": 0.0001211988928844221, + "N": 0.000882393098436296, + "Y": 0.0054466319270431995, + "U": 0.00012531057291198522, + "K": 0.0010318817803636193, + "L": 9.59398748818785e-05, + "G": 0.002300206571817398, + "F": 0.01946656033396721, + "E": 0.013740267604589462, + "T": 0.002383258892223239, + "P": 0.4755215346813202, + "-": 0.47088825702667236 + }, + "id": "tp_8883" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1110377, + "label": "-", + "classification": { + "B": 2.878502527892124e-05, + "S": 1.0136866876564454e-05, + "I": 0.002925626002252102, + "C": 0.00040957736200653017, + "R": 4.422516212798655e-05, + "M": 0.0008264093776233494, + "O": 0.00013880510232411325, + "W": 1.1548017937457189e-05, + "N": 0.00018082925816997886, + "Y": 0.005744635593146086, + "U": 8.813405656837858e-06, + "K": 3.5606237361207604e-05, + "L": 4.5933022192912176e-05, + "G": 0.0032595940865576267, + "F": 0.010190502740442753, + "E": 0.008402444422245026, + "T": 0.002601813990622759, + "P": 0.35881179571151733, + "-": 0.6063229441642761 + }, + "id": "tp_8884" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1110511, + "label": "-", + "classification": { + "B": 6.677426426904276e-05, + "S": 0.00012817374954465777, + "I": 0.008976804092526436, + "C": 0.0005197620484977961, + "R": 0.00014131028729025275, + "M": 0.0020167771726846695, + "O": 0.00047900123172439635, + "W": 8.237880683736876e-05, + "N": 0.0009974791901186109, + "Y": 0.01945444382727146, + "U": 4.9729671445675194e-05, + "K": 0.00023250981757882982, + "L": 8.09704142739065e-05, + "G": 0.0021346663124859333, + "F": 0.005894524976611137, + "E": 0.005216388497501612, + "T": 0.01193864457309246, + "P": 0.30178484320640564, + "-": 0.6398047208786011 + }, + "id": "tp_8885" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1110644, + "label": "P", + "classification": { + "B": 4.5688827299272816e-07, + "S": 2.727621790654666e-07, + "I": 0.0029495973140001297, + "C": 2.9965265639475547e-05, + "R": 1.1967705404458684e-06, + "M": 4.172945045866072e-05, + "O": 2.747511643974576e-06, + "W": 3.2937313676484337e-07, + "N": 8.341699867742136e-05, + "Y": 0.0003904339100699872, + "U": 2.981080626796029e-07, + "K": 1.665948730078526e-05, + "L": 3.7872672464800416e-07, + "G": 0.0001007939426926896, + "F": 0.002769054379314184, + "E": 0.005687748081982136, + "T": 7.770649244775996e-05, + "P": 0.8109456300735474, + "-": 0.17690160870552063 + }, + "id": "tp_8886" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1110777, + "label": "-", + "classification": { + "B": 1.8287537386640906e-05, + "S": 1.4932716112525668e-05, + "I": 0.005262358114123344, + "C": 0.00025545185781084, + "R": 4.166297003393993e-05, + "M": 0.0009249714203178883, + "O": 0.0001698305713944137, + "W": 2.171218511648476e-05, + "N": 0.00022383219038601965, + "Y": 0.008286832831799984, + "U": 1.5804116628714837e-05, + "K": 7.850598194636405e-05, + "L": 3.4867331123678014e-05, + "G": 0.0015892126830294728, + "F": 0.0053851711563766, + "E": 0.0030948701314628124, + "T": 0.005730194505304098, + "P": 0.2754024863243103, + "-": 0.6934488415718079 + }, + "id": "tp_8887" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1110878, + "label": "-", + "classification": { + "B": 5.518212674360257e-06, + "S": 3.074394044233486e-05, + "I": 0.0001813109847716987, + "C": 2.0051762476214208e-05, + "R": 2.97044880426256e-06, + "M": 0.00015530359814874828, + "O": 7.718234701314941e-05, + "W": 1.363263072562404e-05, + "N": 5.8988040109397843e-05, + "Y": 0.0007925148820504546, + "U": 1.973790631382144e-06, + "K": 0.00019497481116559356, + "L": 3.4728564060060307e-06, + "G": 0.0003662586386781186, + "F": 0.03335818648338318, + "E": 0.0013845959911122918, + "T": 0.0007612156332470477, + "P": 0.31450679898262024, + "-": 0.6480844020843506 + }, + "id": "tp_8888" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1111011, + "label": "-", + "classification": { + "B": 0.00036576265119947493, + "S": 0.0006489836378023028, + "I": 0.012165226973593235, + "C": 0.0044336579740047455, + "R": 0.0011543188011273742, + "M": 0.0037272723857313395, + "O": 0.002064707223325968, + "W": 0.0009577111341059208, + "N": 0.004594914149492979, + "Y": 0.02296411246061325, + "U": 0.0006916493875905871, + "K": 0.02267931029200554, + "L": 0.0005268481909297407, + "G": 0.016136128455400467, + "F": 0.10734213143587112, + "E": 0.043445467948913574, + "T": 0.010376856662333012, + "P": 0.258091539144516, + "-": 0.4876333475112915 + }, + "id": "tp_8889" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1111144, + "label": "-", + "classification": { + "B": 2.2432444790609907e-09, + "S": 2.373419327739157e-08, + "I": 4.937732228427194e-06, + "C": 1.508654463577841e-06, + "R": 1.352035070567581e-07, + "M": 4.4865428208140656e-05, + "O": 2.1900589217693778e-06, + "W": 2.3553445416268914e-08, + "N": 1.0941514716478196e-07, + "Y": 0.0005722407368011773, + "U": 4.689872046270693e-09, + "K": 2.2074871708355204e-07, + "L": 1.5066824232690124e-07, + "G": 5.3026982641313225e-05, + "F": 0.002835992258042097, + "E": 1.4366846698976588e-05, + "T": 0.00020832917653024197, + "P": 0.009722486138343811, + "-": 0.9865394234657288 + }, + "id": "tp_8890" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1111278, + "label": "-", + "classification": { + "B": 2.328122036487912e-06, + "S": 2.5475943402852863e-05, + "I": 0.0013658644165843725, + "C": 0.00014620587171521038, + "R": 4.8242138291243464e-05, + "M": 0.0001011240528896451, + "O": 0.00010937434126390144, + "W": 2.655733987921849e-05, + "N": 0.0002259448083350435, + "Y": 0.0011336627649143338, + "U": 1.1049609383917414e-05, + "K": 0.00021115293202456087, + "L": 1.392494777974207e-05, + "G": 0.0003762399428524077, + "F": 0.022774754092097282, + "E": 0.0011196087580174208, + "T": 0.0012671503936871886, + "P": 0.404453843832016, + "-": 0.5665874481201172 + }, + "id": "tp_8891" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1111378, + "label": "-", + "classification": { + "B": 5.510336995939724e-05, + "S": 0.0001901558571262285, + "I": 0.005203294102102518, + "C": 0.0022610367741435766, + "R": 0.0005564059829339385, + "M": 0.0010665017180144787, + "O": 0.0009443145827390254, + "W": 0.00039872765773907304, + "N": 0.0024856524541974068, + "Y": 0.014750837348401546, + "U": 0.00011784530215663835, + "K": 0.03378800302743912, + "L": 0.00017730383842717856, + "G": 0.022355282679200172, + "F": 0.21578499674797058, + "E": 0.07014602422714233, + "T": 0.003758709179237485, + "P": 0.2782939672470093, + "-": 0.3476659059524536 + }, + "id": "tp_8892" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1111512, + "label": "P", + "classification": { + "B": 0.00018423711298964918, + "S": 0.00014881276001688093, + "I": 0.013009396381676197, + "C": 0.001820694305934012, + "R": 0.00021942933381069452, + "M": 0.0012012096121907234, + "O": 0.0004658097750507295, + "W": 0.00022600486408919096, + "N": 0.00332785421051085, + "Y": 0.021068943664431572, + "U": 8.779500785749406e-05, + "K": 0.010611901991069317, + "L": 7.657535752514377e-05, + "G": 0.01055316161364317, + "F": 0.08430145680904388, + "E": 0.103239044547081, + "T": 0.004090829286724329, + "P": 0.37708237767219543, + "-": 0.3682844042778015 + }, + "id": "tp_8893" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1111645, + "label": "-", + "classification": { + "B": 7.111475952115143e-06, + "S": 5.12297583554755e-06, + "I": 0.00019539335335139185, + "C": 3.349429971422069e-05, + "R": 2.5882227419060655e-06, + "M": 0.00013732229126617312, + "O": 4.306318442104384e-05, + "W": 4.147762865613913e-06, + "N": 3.717532672453672e-05, + "Y": 0.001497957156971097, + "U": 1.8788231272992562e-06, + "K": 0.00041389575926586986, + "L": 4.529887974058511e-06, + "G": 0.0012863221345469356, + "F": 0.03664799779653549, + "E": 0.00554226990789175, + "T": 0.0007480031345039606, + "P": 0.122340127825737, + "-": 0.8310516476631165 + }, + "id": "tp_8894" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1111778, + "label": "-", + "classification": { + "B": 9.662060165283037e-07, + "S": 5.112162853038171e-07, + "I": 5.012338806409389e-05, + "C": 7.139588433346944e-06, + "R": 1.2858682794103515e-06, + "M": 8.306383278977592e-06, + "O": 6.997598575253505e-06, + "W": 1.014898430184985e-06, + "N": 3.220800408598734e-06, + "Y": 0.00015726611309219152, + "U": 2.6268270403306815e-07, + "K": 6.371980816766154e-06, + "L": 5.335901391845255e-07, + "G": 5.90804593230132e-05, + "F": 0.006636579521000385, + "E": 0.00010693640797398984, + "T": 8.73049211804755e-05, + "P": 0.3201712369918823, + "-": 0.6726949214935303 + }, + "id": "tp_8895" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1111879, + "label": "-", + "classification": { + "B": 9.313371265307069e-07, + "S": 7.970571118676162e-07, + "I": 0.00011136839020764455, + "C": 4.8873491323320195e-05, + "R": 4.847250693273963e-06, + "M": 3.170628406223841e-05, + "O": 1.9636516299215145e-05, + "W": 1.7127476894529536e-06, + "N": 1.2854236047132872e-05, + "Y": 0.0009680007351562381, + "U": 1.2842392607126385e-06, + "K": 0.0001929731370182708, + "L": 1.0990968348778551e-06, + "G": 0.0005802758387289941, + "F": 0.02143903262913227, + "E": 0.0009667773265391588, + "T": 0.00020283926278352737, + "P": 0.1176862046122551, + "-": 0.8577287793159485 + }, + "id": "tp_8896" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1112012, + "label": "-", + "classification": { + "B": 0.0002031653275480494, + "S": 0.00015295439516194165, + "I": 0.00881987065076828, + "C": 0.007774039171636105, + "R": 0.0025727327447384596, + "M": 0.0013523014495149255, + "O": 0.0011939716059714556, + "W": 0.0003816488024313003, + "N": 0.0012676938204094768, + "Y": 0.016599949449300766, + "U": 0.0004822510527446866, + "K": 0.003269846085458994, + "L": 0.00046794669469818473, + "G": 0.010940524749457836, + "F": 0.0486903041601181, + "E": 0.008102665655314922, + "T": 0.004914294928312302, + "P": 0.22089093923568726, + "-": 0.6619229316711426 + }, + "id": "tp_8897" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1112145, + "label": "-", + "classification": { + "B": 2.3944135136844125e-06, + "S": 7.471169283235213e-07, + "I": 0.00593204703181982, + "C": 0.00014761956117581576, + "R": 1.8884402379626408e-05, + "M": 0.00013451043923851103, + "O": 2.8768950869562104e-05, + "W": 2.4278513137687696e-06, + "N": 0.00016258543473668396, + "Y": 0.0026162436697632074, + "U": 2.097218612107099e-06, + "K": 4.9778594984672964e-05, + "L": 2.2008362066117115e-06, + "G": 0.0008893010090105236, + "F": 0.002491152612492442, + "E": 0.004595753271132708, + "T": 0.00066999567206949, + "P": 0.46700987219810486, + "-": 0.515243649482727 + }, + "id": "tp_8898" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1112279, + "label": "-", + "classification": { + "B": 1.987776521161777e-08, + "S": 4.398849284825701e-09, + "I": 9.472739293414634e-06, + "C": 3.198264721504529e-06, + "R": 1.5780499040829454e-07, + "M": 1.0090965361087e-06, + "O": 3.2522271453672147e-07, + "W": 1.4340319154371173e-08, + "N": 1.9288334840439347e-07, + "Y": 4.714202805189416e-05, + "U": 1.4882477472610844e-08, + "K": 2.817224071804958e-07, + "L": 3.595383901711102e-08, + "G": 1.1019181329174899e-05, + "F": 0.0018951523816213012, + "E": 4.055708268424496e-05, + "T": 9.81539415079169e-06, + "P": 0.14876677095890045, + "-": 0.8492147922515869 + }, + "id": "tp_8899" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1112379, + "label": "-", + "classification": { + "B": 1.4079585525905713e-05, + "S": 7.827276021998841e-06, + "I": 0.0028421874158084393, + "C": 0.0004398428136482835, + "R": 6.085801578592509e-05, + "M": 0.00044205578160472214, + "O": 0.00016557872004341334, + "W": 1.3802062312606722e-05, + "N": 0.0002484210126567632, + "Y": 0.0030997316353023052, + "U": 1.8360791727900505e-05, + "K": 9.613038128009066e-05, + "L": 3.2279491279041395e-05, + "G": 0.0024661878123879433, + "F": 0.012012277729809284, + "E": 0.0030146692879498005, + "T": 0.0018169177928939462, + "P": 0.3535290062427521, + "-": 0.6196797490119934 + }, + "id": "tp_8900" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1112513, + "label": "-", + "classification": { + "B": 6.449138112429864e-08, + "S": 6.501033311678839e-08, + "I": 1.4320585250970908e-05, + "C": 1.703903649286076e-07, + "R": 1.2481733868696665e-08, + "M": 1.4390618616744177e-06, + "O": 9.62056333264627e-07, + "W": 8.2310343429981e-08, + "N": 1.2104209190511028e-06, + "Y": 3.6036846722709015e-05, + "U": 2.8459695045057742e-08, + "K": 7.334334441111423e-06, + "L": 1.1818189094014997e-08, + "G": 9.275155207433272e-06, + "F": 0.0006633144803345203, + "E": 0.0001222035934915766, + "T": 2.6631370928953402e-05, + "P": 0.22764189541339874, + "-": 0.7714749574661255 + }, + "id": "tp_8901" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1112646, + "label": "-", + "classification": { + "B": 4.348071414028709e-08, + "S": 2.887355421421489e-08, + "I": 0.00012658172636292875, + "C": 2.0127015886828303e-05, + "R": 6.75097339808417e-07, + "M": 2.2843336410005577e-05, + "O": 1.7972421346712508e-06, + "W": 4.782568652217378e-08, + "N": 2.282568630107562e-06, + "Y": 0.00026809723931364715, + "U": 5.8752142706453014e-08, + "K": 3.4763399980874965e-07, + "L": 1.0615855927653683e-07, + "G": 2.4503278837073594e-05, + "F": 0.0002377775526838377, + "E": 0.00010077290062326938, + "T": 0.00016762048471719027, + "P": 0.12095989286899567, + "-": 0.87806636095047 + }, + "id": "tp_8902" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1112779, + "label": "-", + "classification": { + "B": 3.182740556439967e-06, + "S": 1.453536810913647e-06, + "I": 0.001365300384350121, + "C": 5.384881660575047e-05, + "R": 3.5297930480737705e-06, + "M": 8.16011379356496e-05, + "O": 2.3307478841161355e-05, + "W": 2.57680335380428e-06, + "N": 7.841452315915376e-05, + "Y": 0.0006445471080951393, + "U": 2.051579485851107e-06, + "K": 1.2100574167561717e-05, + "L": 2.2276819890976185e-06, + "G": 0.00014245626516640186, + "F": 0.0013211225159466267, + "E": 0.002263516653329134, + "T": 0.0003312990884296596, + "P": 0.4960630238056183, + "-": 0.4976043403148651 + }, + "id": "tp_8903" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1112880, + "label": "-", + "classification": { + "B": 8.970707510158604e-10, + "S": 2.6875175418439312e-09, + "I": 4.851723133469932e-06, + "C": 8.99238727924967e-08, + "R": 3.0588565014255664e-09, + "M": 1.4148764648780343e-07, + "O": 6.409052843991958e-08, + "W": 2.1291586271843244e-09, + "N": 2.3966441631273483e-07, + "Y": 1.2757817785313819e-05, + "U": 1.2227941992293268e-09, + "K": 4.5789306568622123e-07, + "L": 4.806273157242913e-10, + "G": 8.535694746569789e-07, + "F": 0.00048166720080189407, + "E": 1.705489012238104e-05, + "T": 5.6536127885919996e-06, + "P": 0.3163546621799469, + "-": 0.6831214427947998 + }, + "id": "tp_8904" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1113013, + "label": "-", + "classification": { + "B": 5.674074543549068e-08, + "S": 9.05796238015455e-09, + "I": 7.884008482506033e-06, + "C": 1.0346037697672728e-06, + "R": 6.596092561039768e-08, + "M": 2.2303686364466557e-06, + "O": 1.0940033234874136e-06, + "W": 2.271774768303203e-08, + "N": 1.276827532592506e-07, + "Y": 8.893302583601326e-05, + "U": 2.6803604669112246e-08, + "K": 1.1397003873980793e-07, + "L": 7.458245221414472e-08, + "G": 1.3227718227426521e-05, + "F": 0.00028087504324503243, + "E": 4.346259174781153e-06, + "T": 4.7073906898731366e-05, + "P": 0.0467599481344223, + "-": 0.9527928233146667 + }, + "id": "tp_8905" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1113146, + "label": "-", + "classification": { + "B": 4.007849383924622e-06, + "S": 4.87295380935393e-07, + "I": 0.00016428912931587547, + "C": 1.0519132956687827e-05, + "R": 6.183109348967264e-07, + "M": 5.589901775238104e-05, + "O": 6.975582437007688e-06, + "W": 8.61716614508623e-07, + "N": 1.2292320207052398e-05, + "Y": 0.0004510054423008114, + "U": 5.030141778661346e-07, + "K": 1.2988341950403992e-05, + "L": 6.208244940353325e-07, + "G": 0.0001507307169958949, + "F": 0.002538237953558564, + "E": 0.002809862606227398, + "T": 0.00011498953972477466, + "P": 0.4805101156234741, + "-": 0.5131549835205078 + }, + "id": "tp_8906" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1113280, + "label": "-", + "classification": { + "B": 1.2315547692764994e-08, + "S": 2.312544822302698e-09, + "I": 3.179044597345637e-06, + "C": 4.0452199812079925e-08, + "R": 1.7822306963566348e-09, + "M": 9.146711477114877e-07, + "O": 3.813400155650015e-07, + "W": 2.1682040607373665e-09, + "N": 2.023380929472296e-08, + "Y": 1.9285539565316867e-06, + "U": 1.5275274101167469e-10, + "K": 2.220745809466962e-11, + "L": 1.799611482056207e-08, + "G": 7.538064323853177e-07, + "F": 1.7885409761220217e-05, + "E": 1.1216772008992848e-06, + "T": 4.449793777894229e-06, + "P": 0.22227805852890015, + "-": 0.7776911854743958 + }, + "id": "tp_8907" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1113380, + "label": "-", + "classification": { + "B": 1.9185104349617177e-07, + "S": 1.1237156627430522e-07, + "I": 2.6738191081676632e-05, + "C": 3.838636644104554e-07, + "R": 5.3471786998215975e-08, + "M": 6.286538337008096e-06, + "O": 1.2427377669155248e-06, + "W": 8.659220895879116e-08, + "N": 1.359751195195713e-06, + "Y": 0.0002684864157345146, + "U": 3.0579318632817376e-08, + "K": 9.578953722666483e-06, + "L": 4.021032395939983e-08, + "G": 5.1104736485285684e-05, + "F": 0.0014003139222040772, + "E": 0.0002002446271944791, + "T": 0.00011017199722118676, + "P": 0.12601876258850098, + "-": 0.8719047904014587 + }, + "id": "tp_8908" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1113514, + "label": "-", + "classification": { + "B": 2.711184947656875e-07, + "S": 6.877540670302551e-08, + "I": 0.0003086537471972406, + "C": 4.576654828269966e-05, + "R": 7.210818694147747e-06, + "M": 3.298318188171834e-05, + "O": 8.640695341455285e-06, + "W": 4.322977247284143e-07, + "N": 8.328088370035402e-06, + "Y": 0.0012119038728997111, + "U": 1.0878042076001293e-06, + "K": 1.4770051166124176e-05, + "L": 9.182069220514677e-07, + "G": 0.00026305753272026777, + "F": 0.001380997826345265, + "E": 0.0003471513628028333, + "T": 0.00028821759042330086, + "P": 0.12761513888835907, + "-": 0.8684642910957336 + }, + "id": "tp_8909" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1113647, + "label": "-", + "classification": { + "B": 5.0301214287173934e-06, + "S": 6.396307412614988e-07, + "I": 0.00033116128179244697, + "C": 1.2819312360079493e-05, + "R": 1.624199057914666e-06, + "M": 5.870858149137348e-05, + "O": 2.5468681997153908e-05, + "W": 1.1319677923893323e-06, + "N": 9.813481483433861e-06, + "Y": 0.00023363565560430288, + "U": 2.6679293796405545e-07, + "K": 2.0678028533893666e-07, + "L": 1.7975193031816161e-06, + "G": 9.379100811202079e-05, + "F": 0.00025546731194481254, + "E": 0.00015067111235111952, + "T": 0.0002347801491850987, + "P": 0.2768343389034271, + "-": 0.7217486500740051 + }, + "id": "tp_8910" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1113780, + "label": "-", + "classification": { + "B": 2.276860641359235e-06, + "S": 4.543700242720661e-07, + "I": 0.0005272346315905452, + "C": 0.00021906882466282696, + "R": 1.3451599443214945e-05, + "M": 0.00017969518376048654, + "O": 3.334425127832219e-05, + "W": 7.319790711335372e-07, + "N": 1.7479294911026955e-05, + "Y": 0.002239563502371311, + "U": 1.12150928543997e-06, + "K": 1.849186560320959e-06, + "L": 5.085813882033108e-06, + "G": 0.0006274200859479606, + "F": 0.001823405735194683, + "E": 0.0005843526450917125, + "T": 0.0007098873029462993, + "P": 0.0917186513543129, + "-": 0.9012948274612427 + }, + "id": "tp_8911" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1113881, + "label": "-", + "classification": { + "B": 4.745859527588436e-08, + "S": 4.1170974185433806e-08, + "I": 5.204380158829736e-06, + "C": 3.454132269098409e-08, + "R": 6.092464754914317e-09, + "M": 6.502746145997662e-06, + "O": 2.5753133741091006e-06, + "W": 1.931581827818718e-08, + "N": 1.1315320591620548e-07, + "Y": 1.8871849533752538e-05, + "U": 1.0419818341489417e-09, + "K": 2.1410888617623414e-09, + "L": 7.499683363221266e-08, + "G": 7.442726200679317e-06, + "F": 0.0001818541350075975, + "E": 1.5094989976205397e-05, + "T": 2.5899942556861788e-05, + "P": 0.11746393144130707, + "-": 0.8822721838951111 + }, + "id": "tp_8912" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1114014, + "label": "-", + "classification": { + "B": 1.7539576219860464e-05, + "S": 9.55585710471496e-06, + "I": 0.0018279919167980552, + "C": 0.00016802838945295662, + "R": 2.4567383661633357e-05, + "M": 0.0005548150511458516, + "O": 0.00011992608051514253, + "W": 1.2162722669017967e-05, + "N": 0.00010131141607416794, + "Y": 0.0048564160242676735, + "U": 1.4100462976784911e-05, + "K": 8.787985279923305e-06, + "L": 3.822022335953079e-05, + "G": 0.0007344940677285194, + "F": 0.00266738492064178, + "E": 0.000982986413873732, + "T": 0.0031440837774425745, + "P": 0.27895301580429077, + "-": 0.7057645916938782 + }, + "id": "tp_8913" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1114147, + "label": "-", + "classification": { + "B": 1.4098088740865933e-07, + "S": 4.383649709893689e-08, + "I": 0.00018163202912546694, + "C": 2.8371912321745185e-06, + "R": 2.751517058641184e-07, + "M": 1.3792471690976527e-05, + "O": 1.3455922953653499e-06, + "W": 4.5622755351359956e-08, + "N": 3.2972156986943446e-06, + "Y": 0.0003398918197490275, + "U": 4.715013801614987e-08, + "K": 4.132228241360281e-06, + "L": 1.2749370625897427e-07, + "G": 0.00018229996203444898, + "F": 0.003199163591489196, + "E": 0.0009919339790940285, + "T": 7.985001866472885e-05, + "P": 0.24211403727531433, + "-": 0.7528851628303528 + }, + "id": "tp_8914" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1114281, + "label": "P", + "classification": { + "B": 2.177384658352821e-06, + "S": 6.697890739815193e-07, + "I": 0.00046270506572909653, + "C": 1.9580378648242913e-05, + "R": 1.4775063164051971e-06, + "M": 4.20658579969313e-05, + "O": 1.2360265827737749e-05, + "W": 9.217401952810178e-07, + "N": 3.0060218705330044e-05, + "Y": 0.0002669310779310763, + "U": 7.359049050137401e-07, + "K": 1.1761684618250001e-05, + "L": 1.0842891242646147e-06, + "G": 0.00038684665923938155, + "F": 0.004692859947681427, + "E": 0.002021852182224393, + "T": 0.00014548396575264633, + "P": 0.618834912776947, + "-": 0.3730655312538147 + }, + "id": "tp_8915" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1114381, + "label": "-", + "classification": { + "B": 2.6700426758452522e-08, + "S": 1.459098397660341e-10, + "I": 2.7038131520384923e-06, + "C": 5.628059795981244e-08, + "R": 1.7972608956640101e-09, + "M": 9.084874363907147e-07, + "O": 2.656469533235395e-08, + "W": 1.784168368601513e-10, + "N": 1.33014061987069e-08, + "Y": 8.832418825477362e-05, + "U": 2.356873030073814e-10, + "K": 8.975547416412155e-09, + "L": 2.5904904887852354e-09, + "G": 2.0527480955934152e-05, + "F": 4.3445983465062454e-05, + "E": 5.991961734252982e-05, + "T": 2.2281923520495184e-05, + "P": 0.03381267562508583, + "-": 0.9659490585327148 + }, + "id": "tp_8916" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1114515, + "label": "-", + "classification": { + "B": 6.529708684865909e-07, + "S": 1.6610891862001154e-07, + "I": 0.0003454528923612088, + "C": 2.564477654232178e-05, + "R": 2.7004532512364676e-06, + "M": 8.568770863348618e-05, + "O": 1.145204805652611e-05, + "W": 5.964698743810004e-07, + "N": 1.0279185516992584e-05, + "Y": 0.0004589888849295676, + "U": 7.405990913866844e-07, + "K": 4.482856184040429e-06, + "L": 1.5068276297824923e-06, + "G": 0.00022643992269877344, + "F": 0.0016799302538856864, + "E": 0.000363190338248387, + "T": 0.00034474628046154976, + "P": 0.19801722466945648, + "-": 0.7984201312065125 + }, + "id": "tp_8917" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1114648, + "label": "P", + "classification": { + "B": 5.39578431926202e-05, + "S": 3.839053169940598e-05, + "I": 0.0053579495288431644, + "C": 0.0006433651433326304, + "R": 0.00014401332009583712, + "M": 0.0007920963689684868, + "O": 0.00034089788096025586, + "W": 4.937332414556295e-05, + "N": 0.0009057522984221578, + "Y": 0.005547471810132265, + "U": 3.176958853146061e-05, + "K": 0.00024742851383052766, + "L": 5.064231299911626e-05, + "G": 0.0028462111949920654, + "F": 0.010329333133995533, + "E": 0.008164114318788052, + "T": 0.003051355481147766, + "P": 0.5346059799194336, + "-": 0.4267999827861786 + }, + "id": "tp_8918" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1114781, + "label": "-", + "classification": { + "B": 1.777155631543792e-07, + "S": 2.9262142220431997e-07, + "I": 6.0065500292694196e-05, + "C": 2.852607849490596e-06, + "R": 2.0422228885763616e-07, + "M": 2.8685462893918157e-05, + "O": 3.4330025755480165e-06, + "W": 1.3767386519702995e-07, + "N": 4.282410372979939e-06, + "Y": 0.000644898449536413, + "U": 8.789808703113522e-08, + "K": 3.188850314472802e-05, + "L": 2.2712441705152742e-07, + "G": 0.0002707900130189955, + "F": 0.010677370242774487, + "E": 0.0012348141754046082, + "T": 0.00021555049170274287, + "P": 0.13153131306171417, + "-": 0.8552929162979126 + }, + "id": "tp_8919" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1114882, + "label": "-", + "classification": { + "B": 1.246292140422156e-05, + "S": 3.958187789976364e-06, + "I": 0.004319411236792803, + "C": 0.0006388225010596216, + "R": 9.413560474058613e-05, + "M": 0.0003020926669705659, + "O": 0.00013407442020252347, + "W": 1.3439733265840914e-05, + "N": 0.0001694804523140192, + "Y": 0.0017063671257346869, + "U": 2.5490686311968602e-05, + "K": 1.4572202417184599e-05, + "L": 3.85818857466802e-05, + "G": 0.0008540721610188484, + "F": 0.002405734732747078, + "E": 0.001103891059756279, + "T": 0.0013999129878357053, + "P": 0.3262993395328522, + "-": 0.6604641675949097 + }, + "id": "tp_8920" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1115015, + "label": "-", + "classification": { + "B": 2.748227643678547e-06, + "S": 2.733605015237117e-06, + "I": 0.00016667238378431648, + "C": 2.762378971965518e-05, + "R": 5.651807555295818e-07, + "M": 0.00024582090554758906, + "O": 1.8838918549590744e-05, + "W": 1.3938234815213946e-06, + "N": 2.489337930455804e-05, + "Y": 0.0003632826264947653, + "U": 5.373043450163095e-07, + "K": 1.029558370646555e-05, + "L": 1.0886500376727781e-06, + "G": 0.00013260151899885386, + "F": 0.005812682677060366, + "E": 0.0012717859353870153, + "T": 0.00036104381433688104, + "P": 0.4352169930934906, + "-": 0.5563384294509888 + }, + "id": "tp_8921" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1115148, + "label": "-", + "classification": { + "B": 4.0199296336140833e-07, + "S": 1.108283868234139e-06, + "I": 0.00015066882770042866, + "C": 3.7115091799932998e-06, + "R": 8.778140454523964e-07, + "M": 5.8446814364288e-05, + "O": 2.6293742848793045e-05, + "W": 5.894578976040066e-07, + "N": 8.923985660658218e-06, + "Y": 0.0009559063473716378, + "U": 3.044402205887309e-07, + "K": 4.630214789358433e-06, + "L": 1.4010715858603362e-06, + "G": 0.0003221460210625082, + "F": 0.0015529050724580884, + "E": 0.00026197542320005596, + "T": 0.0014883313560858369, + "P": 0.12778005003929138, + "-": 0.8673813343048096 + }, + "id": "tp_8922" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1115282, + "label": "P", + "classification": { + "B": 3.19815239890886e-06, + "S": 4.947397087562422e-07, + "I": 0.0021443930454552174, + "C": 4.6261320676421747e-05, + "R": 3.131823177682236e-06, + "M": 0.00021954330441076308, + "O": 1.4123269465926569e-05, + "W": 3.4409586646688695e-07, + "N": 3.3487198379589245e-05, + "Y": 0.0008872149628587067, + "U": 2.858106711300934e-07, + "K": 2.1271672778766515e-07, + "L": 2.9630475637532072e-06, + "G": 0.0003084530762862414, + "F": 0.0003251677844673395, + "E": 0.001736647798679769, + "T": 0.0003591015993151814, + "P": 0.6010005474090576, + "-": 0.39291441440582275 + }, + "id": "tp_8923" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1115382, + "label": "-", + "classification": { + "B": 2.3983332084753783e-06, + "S": 3.960440153605305e-06, + "I": 0.00011865977285197005, + "C": 3.454217585385777e-05, + "R": 6.519706403196324e-06, + "M": 0.00029059909866191447, + "O": 4.312019154895097e-05, + "W": 1.8258159570905264e-06, + "N": 8.110531780403107e-06, + "Y": 0.0014861109666526318, + "U": 1.0745852705440484e-06, + "K": 2.0250407033017837e-05, + "L": 9.027740816236474e-06, + "G": 0.0005036696093156934, + "F": 0.015792949125170708, + "E": 0.0004340092127677053, + "T": 0.0009673528256826103, + "P": 0.05129341408610344, + "-": 0.9289824962615967 + }, + "id": "tp_8924" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1115516, + "label": "-", + "classification": { + "B": 0.00032948062289506197, + "S": 2.797144406940788e-05, + "I": 0.002032030140981078, + "C": 0.0005466396687552333, + "R": 9.068748477147892e-05, + "M": 0.0023372310679405928, + "O": 0.00045966310426592827, + "W": 3.299027230241336e-05, + "N": 6.913946708664298e-05, + "Y": 0.0022943189833313227, + "U": 9.383603355672676e-06, + "K": 6.465816568379523e-06, + "L": 0.0002888697199523449, + "G": 0.004751473665237427, + "F": 0.0048739006742835045, + "E": 0.004472461994737387, + "T": 0.0019606465939432383, + "P": 0.14473433792591095, + "-": 0.8306823372840881 + }, + "id": "tp_8925" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1115649, + "label": "-", + "classification": { + "B": 3.822080088866642e-06, + "S": 6.790461611672072e-06, + "I": 0.00025805315817706287, + "C": 0.00014021639071870595, + "R": 1.648189572733827e-05, + "M": 0.00013078869960736483, + "O": 5.01601753057912e-05, + "W": 8.958179932960775e-06, + "N": 2.8898833988932893e-05, + "Y": 0.00219703302718699, + "U": 5.574623173743021e-06, + "K": 0.0002545253373682499, + "L": 3.8694797694915906e-06, + "G": 0.0003298986121080816, + "F": 0.006629718001931906, + "E": 0.0005407329881563783, + "T": 0.0005532389041036367, + "P": 0.09238684922456741, + "-": 0.896454393863678 + }, + "id": "tp_8926" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1115782, + "label": "-", + "classification": { + "B": 6.043972462066449e-06, + "S": 2.369270077906549e-06, + "I": 0.000638846424408257, + "C": 0.0005813169409520924, + "R": 9.270607552025467e-05, + "M": 0.00037845238693989813, + "O": 8.248484664363787e-05, + "W": 5.262409104034305e-06, + "N": 2.387862878094893e-05, + "Y": 0.004166739527136087, + "U": 7.5340140028856695e-06, + "K": 4.5181654968473595e-06, + "L": 4.033138247905299e-05, + "G": 0.0010098369093611836, + "F": 0.004682271741330624, + "E": 0.00028463717899285257, + "T": 0.0020363908261060715, + "P": 0.0911756083369255, + "-": 0.8947807550430298 + }, + "id": "tp_8927" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1115883, + "label": "-", + "classification": { + "B": 0.00012533710105344653, + "S": 9.72482575889444e-06, + "I": 0.0001843591162469238, + "C": 2.4156697691068985e-05, + "R": 4.176489255769411e-06, + "M": 0.00023823940136935562, + "O": 0.00013633424532599747, + "W": 5.771260930487188e-06, + "N": 1.0527204722166061e-05, + "Y": 0.0004849159740842879, + "U": 8.706854259799002e-07, + "K": 2.0178988506813766e-06, + "L": 3.8063957617850974e-05, + "G": 0.001269067870453, + "F": 0.007490069139748812, + "E": 0.0007383308256976306, + "T": 0.00039451918564736843, + "P": 0.13745006918907166, + "-": 0.851393461227417 + }, + "id": "tp_8928" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1116016, + "label": "-", + "classification": { + "B": 8.027924195630476e-05, + "S": 4.7350571549031883e-05, + "I": 0.004494286607950926, + "C": 0.0006828930345363915, + "R": 0.0001235480303876102, + "M": 0.0010934352176263928, + "O": 0.00040650751907378435, + "W": 6.0028000007150695e-05, + "N": 0.00040465325582772493, + "Y": 0.004849961027503014, + "U": 5.674514250131324e-05, + "K": 6.533499981742352e-05, + "L": 0.00012922250607516617, + "G": 0.002225894248113036, + "F": 0.011214408092200756, + "E": 0.0031669570598751307, + "T": 0.004256231244653463, + "P": 0.3350798785686493, + "-": 0.631562352180481 + }, + "id": "tp_8929" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1116149, + "label": "-", + "classification": { + "B": 1.0390977855934125e-08, + "S": 5.403182790075789e-09, + "I": 8.633837751403917e-06, + "C": 1.742274378102593e-07, + "R": 7.377926269924728e-09, + "M": 1.2309819794609211e-06, + "O": 2.2252132225730747e-07, + "W": 8.08484923453534e-09, + "N": 2.8206937940922217e-07, + "Y": 8.353703015018255e-05, + "U": 4.209110393560422e-09, + "K": 3.4008216971415095e-06, + "L": 4.397249675491821e-09, + "G": 2.2934025764698163e-05, + "F": 0.0024150824174284935, + "E": 0.00024352094624191523, + "T": 1.9145729311276227e-05, + "P": 0.1393011063337326, + "-": 0.8579007983207703 + }, + "id": "tp_8930" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1116283, + "label": "-", + "classification": { + "B": 1.6172735968211782e-06, + "S": 8.571358023345965e-08, + "I": 9.125060387304984e-06, + "C": 2.1837181520822924e-06, + "R": 1.3380109464833367e-07, + "M": 7.668529178772587e-06, + "O": 2.632743417052552e-06, + "W": 4.8288114840033813e-08, + "N": 2.91915313255231e-07, + "Y": 4.907411857857369e-05, + "U": 1.1787961717857343e-08, + "K": 6.583543665783509e-08, + "L": 3.1842512271396117e-07, + "G": 7.670237391721457e-05, + "F": 0.0012879681307822466, + "E": 6.401545397238806e-05, + "T": 2.4690609279787168e-05, + "P": 0.17681288719177246, + "-": 0.821660578250885 + }, + "id": "tp_8931" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1116383, + "label": "P", + "classification": { + "B": 2.718165319492982e-07, + "S": 3.477591405953717e-07, + "I": 0.0006507814396172762, + "C": 8.077168786257971e-06, + "R": 1.1181236914126202e-06, + "M": 1.6646947187837213e-05, + "O": 5.528548626898555e-06, + "W": 5.1927167987742e-07, + "N": 2.6895999326370656e-05, + "Y": 0.0002532832440920174, + "U": 3.4033141105282994e-07, + "K": 8.451772373518907e-06, + "L": 3.053825423648959e-07, + "G": 4.899982741335407e-05, + "F": 0.0019389874069020152, + "E": 0.0003870699438266456, + "T": 8.886220894055441e-05, + "P": 0.5971448421478271, + "-": 0.3994186222553253 + }, + "id": "tp_8932" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1116517, + "label": "-", + "classification": { + "B": 2.3284600558781676e-07, + "S": 3.1304224989980867e-08, + "I": 1.0699854101403616e-05, + "C": 2.0502879749528802e-07, + "R": 2.1751031198391502e-08, + "M": 1.540569428470917e-06, + "O": 1.5335248235714971e-06, + "W": 5.4793591885982096e-08, + "N": 3.7636661431861285e-07, + "Y": 1.5413977962452918e-05, + "U": 1.695177509475343e-08, + "K": 7.952122871301981e-08, + "L": 8.657200112338614e-08, + "G": 7.544113486801507e-06, + "F": 0.00032787799136713147, + "E": 4.319070649216883e-05, + "T": 2.6668927603168413e-05, + "P": 0.2981822192668915, + "-": 0.7013821601867676 + }, + "id": "tp_8933" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1116650, + "label": "-", + "classification": { + "B": 2.701450796394056e-07, + "S": 3.7626517723765573e-07, + "I": 0.00016993010649457574, + "C": 1.1887262189702597e-05, + "R": 1.6444120092273806e-06, + "M": 2.5555758838891052e-05, + "O": 1.0015961379394867e-05, + "W": 6.708381761200144e-07, + "N": 1.008268282021163e-05, + "Y": 0.0004350953095126897, + "U": 5.192499088479963e-07, + "K": 1.577030707267113e-05, + "L": 4.531536035301542e-07, + "G": 6.843962182756513e-05, + "F": 0.003016343340277672, + "E": 0.00020233406394254416, + "T": 0.00023159626289270818, + "P": 0.1641274094581604, + "-": 0.8316715955734253 + }, + "id": "tp_8934" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1116750, + "label": "-", + "classification": { + "B": 5.389756196905182e-09, + "S": 8.232041159850212e-10, + "I": 6.2747017182118725e-06, + "C": 8.745205803961653e-08, + "R": 1.2258204229453895e-08, + "M": 9.224308996635955e-07, + "O": 1.1492034701632292e-07, + "W": 9.47852796251425e-10, + "N": 3.001552428827381e-08, + "Y": 4.8818164941621944e-05, + "U": 5.027061544815581e-10, + "K": 4.493391436710681e-09, + "L": 7.52073869847436e-09, + "G": 1.3788785508950241e-05, + "F": 0.00018565752543509007, + "E": 5.804456577607198e-06, + "T": 1.3943780686531682e-05, + "P": 0.11123936623334885, + "-": 0.8884851932525635 + }, + "id": "tp_8935" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1116884, + "label": "P", + "classification": { + "B": 5.8578618336468935e-05, + "S": 9.920386219164357e-06, + "I": 0.0011062597623094916, + "C": 2.3225975382956676e-05, + "R": 2.7970049814030062e-06, + "M": 0.0005251268739812076, + "O": 6.19416096014902e-05, + "W": 5.32147259946214e-06, + "N": 6.204453529790044e-05, + "Y": 0.0005796219920739532, + "U": 1.3006389281144948e-06, + "K": 3.581120608942001e-06, + "L": 1.2673178389377426e-05, + "G": 0.00033539056312292814, + "F": 0.0029245950281620026, + "E": 0.004208740312606096, + "T": 0.0003486713394522667, + "P": 0.5451553463935852, + "-": 0.44457489252090454 + }, + "id": "tp_8936" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1117017, + "label": "-", + "classification": { + "B": 4.449571022746568e-08, + "S": 1.582409048239697e-08, + "I": 4.5034965296508744e-05, + "C": 6.0848537941637915e-06, + "R": 2.345001774983757e-07, + "M": 2.857336539818789e-06, + "O": 1.0136037644770113e-06, + "W": 4.2857593030021235e-08, + "N": 2.1967291559121804e-06, + "Y": 0.00031618651701137424, + "U": 8.675026208493364e-08, + "K": 9.191097888106015e-06, + "L": 4.462387437342841e-08, + "G": 5.582559242611751e-05, + "F": 0.0029555787332355976, + "E": 0.0002605855988804251, + "T": 4.466499012778513e-05, + "P": 0.1803150326013565, + "-": 0.8159852027893066 + }, + "id": "tp_8937" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1117150, + "label": "-", + "classification": { + "B": 1.1428149264247622e-05, + "S": 3.4060572943417355e-05, + "I": 0.00888916477560997, + "C": 0.0008382545784115791, + "R": 0.00010596464562695473, + "M": 0.0012324564158916473, + "O": 0.00024096784181892872, + "W": 3.0157096261973493e-05, + "N": 0.0006126537336967885, + "Y": 0.011212761513888836, + "U": 1.204707041324582e-05, + "K": 0.00022132115554995835, + "L": 4.5572040107799694e-05, + "G": 0.003695610212162137, + "F": 0.027803463861346245, + "E": 0.012836295180022717, + "T": 0.004190349485725164, + "P": 0.3208783268928528, + "-": 0.6071091890335083 + }, + "id": "tp_8938" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1117251, + "label": "-", + "classification": { + "B": 2.383749233558774e-06, + "S": 5.689597628588672e-07, + "I": 0.0006926697096787393, + "C": 5.4395470215240493e-05, + "R": 4.128891760046827e-06, + "M": 5.407561911852099e-05, + "O": 1.0784101505123544e-05, + "W": 1.2509435691754334e-06, + "N": 3.544678111211397e-05, + "Y": 0.0005721969646401703, + "U": 1.5814374592082459e-06, + "K": 4.690788409789093e-05, + "L": 1.3804123000227264e-06, + "G": 0.00033328894642181695, + "F": 0.004597271326929331, + "E": 0.0019303113222122192, + "T": 0.00028460798785090446, + "P": 0.4349217116832733, + "-": 0.5564550757408142 + }, + "id": "tp_8939" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1117384, + "label": "-", + "classification": { + "B": 2.0002752876280283e-07, + "S": 7.719106775994078e-08, + "I": 0.000143904093420133, + "C": 2.457883056194987e-05, + "R": 1.057433451023826e-06, + "M": 1.3205010873207357e-05, + "O": 2.35331913245318e-06, + "W": 1.3657184183557547e-07, + "N": 4.6129830479912926e-06, + "Y": 0.0003659362264443189, + "U": 1.4462382580404665e-07, + "K": 4.756252565130126e-06, + "L": 2.9111524213476514e-07, + "G": 0.00016921896894928068, + "F": 0.00587778864428401, + "E": 0.0004982133978046477, + "T": 9.319109085481614e-05, + "P": 0.31264790892601013, + "-": 0.680152416229248 + }, + "id": "tp_8940" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1117518, + "label": "-", + "classification": { + "B": 3.1472875434701564e-06, + "S": 1.650454493073994e-07, + "I": 0.0002548225165810436, + "C": 6.6755660554917995e-06, + "R": 5.30261615949712e-07, + "M": 2.4672746803844348e-05, + "O": 8.11503741715569e-06, + "W": 2.95030645247607e-07, + "N": 5.247743501968216e-06, + "Y": 0.00011159896530443802, + "U": 1.6236863586982508e-07, + "K": 2.1584469322988298e-07, + "L": 8.293496875921846e-07, + "G": 6.696969649055973e-05, + "F": 0.00044673681259155273, + "E": 0.00018543514306657016, + "T": 8.540431008441374e-05, + "P": 0.4302784502506256, + "-": 0.5685206055641174 + }, + "id": "tp_8941" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1117651, + "label": "-", + "classification": { + "B": 2.9479882869054563e-05, + "S": 1.706967736936349e-06, + "I": 0.00012055910337949172, + "C": 2.7536809739103774e-06, + "R": 5.118310468787968e-07, + "M": 0.00011926720617339015, + "O": 4.811341204913333e-05, + "W": 1.3635934692501905e-06, + "N": 3.55823044628778e-06, + "Y": 0.00027042007423006, + "U": 1.4762878208784969e-07, + "K": 1.1879161831984675e-07, + "L": 5.193077868170803e-06, + "G": 0.0001540594093967229, + "F": 0.0007490155403502285, + "E": 0.0001229499321198091, + "T": 0.0002201871684519574, + "P": 0.1654636263847351, + "-": 0.8326869010925293 + }, + "id": "tp_8942" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1117751, + "label": "-", + "classification": { + "B": 2.890532186938799e-07, + "S": 1.5851018986268173e-07, + "I": 0.00018373456259723753, + "C": 2.1170024410821497e-05, + "R": 1.7905742879520403e-06, + "M": 7.570078741991892e-05, + "O": 8.023289410630241e-06, + "W": 5.507795890480338e-07, + "N": 7.923033990664408e-06, + "Y": 0.0011303731007501483, + "U": 3.856647765587695e-07, + "K": 8.74245961313136e-06, + "L": 7.840214379939425e-07, + "G": 0.00020685586787294596, + "F": 0.002254868159070611, + "E": 0.000728033424820751, + "T": 0.0002532612415961921, + "P": 0.1882183998823166, + "-": 0.8068989515304565 + }, + "id": "tp_8943" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1117885, + "label": "P", + "classification": { + "B": 2.5120718305515766e-07, + "S": 9.897064501274144e-08, + "I": 0.00018159802129957825, + "C": 3.3648575481493026e-06, + "R": 2.297704497777886e-07, + "M": 5.014110683987383e-06, + "O": 1.1366183798600105e-06, + "W": 1.7139011276867677e-07, + "N": 8.787576007307507e-06, + "Y": 0.00016517777112312615, + "U": 1.6254767842838191e-07, + "K": 1.5488902135984972e-05, + "L": 5.696380256381417e-08, + "G": 1.8908858692157082e-05, + "F": 0.0026369832921773195, + "E": 0.0008812325540930033, + "T": 3.139466934953816e-05, + "P": 0.5692523121833801, + "-": 0.4267975687980652 + }, + "id": "tp_8944" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1118018, + "label": "-", + "classification": { + "B": 2.546655878177262e-06, + "S": 8.704812444193522e-07, + "I": 0.0014776710886508226, + "C": 7.33178821974434e-05, + "R": 9.420395144843496e-06, + "M": 7.397979061352089e-05, + "O": 3.015759830304887e-05, + "W": 3.2630489386065165e-06, + "N": 7.140656089177355e-05, + "Y": 0.0007224566652439535, + "U": 5.39494294571341e-06, + "K": 3.5756518627749756e-05, + "L": 5.32442709300085e-06, + "G": 0.00032829257543198764, + "F": 0.0028127620462328196, + "E": 0.0018991712713614106, + "T": 0.00044915263424627483, + "P": 0.37466171383857727, + "-": 0.6173373460769653 + }, + "id": "tp_8945" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1118151, + "label": "-", + "classification": { + "B": 1.6856170077517163e-06, + "S": 2.232912379440677e-07, + "I": 0.00021364446729421616, + "C": 2.9806613383698277e-05, + "R": 1.775659143277153e-06, + "M": 6.606342503800988e-05, + "O": 6.642108473897679e-06, + "W": 2.9422963621072995e-07, + "N": 7.816305696906056e-06, + "Y": 0.00036239271867088974, + "U": 2.883107015350106e-07, + "K": 1.6951702264123014e-06, + "L": 1.322599132436153e-06, + "G": 0.00022602440731134266, + "F": 0.002803155453875661, + "E": 0.000617030484136194, + "T": 0.0001820448087528348, + "P": 0.3966275453567505, + "-": 0.5988506078720093 + }, + "id": "tp_8946" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1118252, + "label": "-", + "classification": { + "B": 5.089639785182953e-07, + "S": 5.098203814668523e-07, + "I": 7.982446550158784e-05, + "C": 8.932591299526393e-06, + "R": 4.428978002124495e-07, + "M": 1.8809663743013516e-05, + "O": 3.2842933705978794e-06, + "W": 4.285746797449974e-07, + "N": 7.016608833509963e-06, + "Y": 0.0005190414958633482, + "U": 2.688289555408119e-07, + "K": 0.00012746233551297337, + "L": 3.3278897149102704e-07, + "G": 0.0003895752888638526, + "F": 0.01640896499156952, + "E": 0.004856422543525696, + "T": 0.00010744281462393701, + "P": 0.16458430886268616, + "-": 0.8128864169120789 + }, + "id": "tp_8947" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1118385, + "label": "-", + "classification": { + "B": 9.944172063569567e-08, + "S": 1.799402014057705e-07, + "I": 3.2101623219205067e-05, + "C": 1.924726711877156e-05, + "R": 2.297953642482753e-06, + "M": 3.060215021832846e-05, + "O": 4.868007181357825e-06, + "W": 2.776653786895622e-07, + "N": 2.5330291464342736e-06, + "Y": 0.0012945630587637424, + "U": 1.5350161675087293e-07, + "K": 5.548530680243857e-05, + "L": 3.097820524544659e-07, + "G": 0.00033503479789942503, + "F": 0.011120825074613094, + "E": 0.00037045523640699685, + "T": 0.00013894755102228373, + "P": 0.056488003581762314, + "-": 0.9301040172576904 + }, + "id": "tp_8948" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1118519, + "label": "P", + "classification": { + "B": 2.2003334265718877e-07, + "S": 7.355899889205375e-09, + "I": 0.0005907366867177188, + "C": 3.7347833767853444e-06, + "R": 3.4025209316723704e-08, + "M": 1.7414969988749363e-05, + "O": 1.3159494471892685e-07, + "W": 7.156654380224836e-09, + "N": 5.510584287549136e-06, + "Y": 7.672341598663479e-05, + "U": 1.2787716663353876e-08, + "K": 1.65562562415289e-06, + "L": 2.2504567098735606e-08, + "G": 5.81688254897017e-05, + "F": 0.00047593427007086575, + "E": 0.014740129932761192, + "T": 1.0517500413698144e-05, + "P": 0.8064452409744263, + "-": 0.17757385969161987 + }, + "id": "tp_8949" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1118652, + "label": "-", + "classification": { + "B": 1.932132533966069e-07, + "S": 5.3755560003310165e-08, + "I": 0.0002566354814916849, + "C": 3.906446636392502e-06, + "R": 4.74147157092375e-07, + "M": 6.586024483112851e-06, + "O": 2.5370545699843206e-06, + "W": 1.4299698136710504e-07, + "N": 5.236624474491691e-06, + "Y": 4.7242978325812146e-05, + "U": 5.806827019227967e-08, + "K": 2.0938107070378464e-07, + "L": 1.9836565456898825e-07, + "G": 1.724608227959834e-05, + "F": 0.000499793968629092, + "E": 0.00015353303751908243, + "T": 3.369480691617355e-05, + "P": 0.4994345009326935, + "-": 0.4995376467704773 + }, + "id": "tp_8950" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1118752, + "label": "-", + "classification": { + "B": 2.8125765538788983e-07, + "S": 4.366687790025026e-06, + "I": 0.0006826923345215619, + "C": 0.0001593164197402075, + "R": 3.7641890230588615e-05, + "M": 3.505863787722774e-05, + "O": 7.500482752220705e-05, + "W": 2.444210258545354e-05, + "N": 0.00024049202329479158, + "Y": 0.002682524500414729, + "U": 1.0691424904507585e-05, + "K": 0.14618101716041565, + "L": 1.3661472166859312e-06, + "G": 0.0013953192392364144, + "F": 0.04824725165963173, + "E": 0.009239312261343002, + "T": 0.0005301792989484966, + "P": 0.08081434667110443, + "-": 0.7096387147903442 + }, + "id": "tp_8951" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1118886, + "label": "P", + "classification": { + "B": 1.402699217578629e-05, + "S": 1.5606400438628043e-06, + "I": 0.0025897405575960875, + "C": 6.872191443108022e-05, + "R": 3.0797350518696476e-06, + "M": 4.900161729892716e-05, + "O": 1.054710264725145e-05, + "W": 1.1412519143050304e-06, + "N": 0.00015420153795275837, + "Y": 0.0002752764557953924, + "U": 1.391019736729504e-06, + "K": 4.37347671322641e-06, + "L": 2.4404496343777282e-06, + "G": 0.0002702594210859388, + "F": 0.0010517853079363704, + "E": 0.004974398296326399, + "T": 0.00010343078611185774, + "P": 0.897105872631073, + "-": 0.09331881999969482 + }, + "id": "tp_8952" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1119019, + "label": "-", + "classification": { + "B": 8.226261343224905e-06, + "S": 7.288480901479488e-06, + "I": 0.0007541556842625141, + "C": 0.00013046781532466412, + "R": 1.618343776499387e-05, + "M": 0.00032282655593007803, + "O": 0.00010436250158818439, + "W": 1.5596237062709406e-05, + "N": 0.00010314772225683555, + "Y": 0.0021629456896334887, + "U": 8.538179827155545e-06, + "K": 0.0008154790266416967, + "L": 1.1615634321060497e-05, + "G": 0.0017868492286652327, + "F": 0.04101569950580597, + "E": 0.007070512976497412, + "T": 0.0008510905900038779, + "P": 0.20223300158977509, + "-": 0.7425819039344788 + }, + "id": "tp_8953" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1119152, + "label": "-", + "classification": { + "B": 1.8870380245061824e-06, + "S": 1.5917770497253514e-06, + "I": 0.000570430769585073, + "C": 0.0001522591192042455, + "R": 1.1930430446227547e-05, + "M": 8.166820771293715e-05, + "O": 3.9459486288251355e-05, + "W": 3.479238557702047e-06, + "N": 4.96751963510178e-05, + "Y": 0.0009603344369679689, + "U": 4.410846486280207e-06, + "K": 0.00010205498983850703, + "L": 3.6251158235245384e-06, + "G": 0.0005840650992468, + "F": 0.011814743280410767, + "E": 0.0013946164399385452, + "T": 0.00029919491498731077, + "P": 0.24446246027946472, + "-": 0.7394620180130005 + }, + "id": "tp_8954" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1119253, + "label": "P", + "classification": { + "B": 0.00024207832757383585, + "S": 6.565602234331891e-05, + "I": 0.08339547365903854, + "C": 0.0007127594435587525, + "R": 7.283625745913014e-05, + "M": 0.0042971959337592125, + "O": 0.00033298597554676235, + "W": 4.335403355071321e-05, + "N": 0.0027160877361893654, + "Y": 0.009707080200314522, + "U": 1.4689821909996681e-05, + "K": 0.0001587528531672433, + "L": 7.479912892449647e-05, + "G": 0.006750395055860281, + "F": 0.004322465509176254, + "E": 0.07592498511075974, + "T": 0.00462367432191968, + "P": 0.5989394187927246, + "-": 0.20760531723499298 + }, + "id": "tp_8955" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1119386, + "label": "-", + "classification": { + "B": 4.8818694864394274e-08, + "S": 4.39111914829482e-07, + "I": 9.703134855953977e-05, + "C": 2.220927626694902e-06, + "R": 1.713397494995661e-07, + "M": 1.969730874407105e-05, + "O": 5.397227141656913e-06, + "W": 3.349391874962748e-07, + "N": 8.934331162890885e-06, + "Y": 0.0001196616212837398, + "U": 9.548551815896644e-08, + "K": 5.650175353366649e-06, + "L": 1.620023084569766e-07, + "G": 1.56794922077097e-05, + "F": 0.0019115536706522107, + "E": 0.00033644994255155325, + "T": 0.00013437619782052934, + "P": 0.3151625394821167, + "-": 0.6821795701980591 + }, + "id": "tp_8956" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1119520, + "label": "-", + "classification": { + "B": 2.760967561243888e-07, + "S": 2.097930860145425e-07, + "I": 0.00025161023950204253, + "C": 4.134171103942208e-05, + "R": 6.089783710194752e-06, + "M": 2.070175833068788e-05, + "O": 1.249268461833708e-05, + "W": 4.329889122800523e-07, + "N": 1.2524451449280605e-05, + "Y": 0.0006912699900567532, + "U": 6.739493301211041e-07, + "K": 6.9109423748159315e-06, + "L": 7.939178772176092e-07, + "G": 0.00019101871293969452, + "F": 0.0017540351254865527, + "E": 0.0001279075222555548, + "T": 0.0002817460335791111, + "P": 0.15149879455566406, + "-": 0.8451011776924133 + }, + "id": "tp_8957" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1119653, + "label": "-", + "classification": { + "B": 3.318893959658453e-07, + "S": 3.251818156968511e-07, + "I": 8.459290256723762e-05, + "C": 1.0349648619012441e-05, + "R": 9.463822152611101e-07, + "M": 1.5122029253689107e-05, + "O": 4.52165932074422e-06, + "W": 2.22221558487945e-07, + "N": 4.4947541937290225e-06, + "Y": 0.00030797423096373677, + "U": 1.6689845949713344e-07, + "K": 1.5253856417984935e-06, + "L": 3.7776041494907986e-07, + "G": 5.8582772908266634e-05, + "F": 0.0017956758383661509, + "E": 0.00020816749020013958, + "T": 0.00013021497579757124, + "P": 0.17708198726177216, + "-": 0.8202944397926331 + }, + "id": "tp_8958" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1119753, + "label": "-", + "classification": { + "B": 2.6801676433763078e-09, + "S": 1.8838677284804817e-09, + "I": 2.380459363848786e-06, + "C": 9.374517873084187e-08, + "R": 2.5731403674456033e-09, + "M": 2.763894372037612e-06, + "O": 1.3984599434024858e-07, + "W": 3.0219984292756408e-09, + "N": 6.086830950380318e-08, + "Y": 6.102574116084725e-05, + "U": 1.4060623776401826e-09, + "K": 8.526406531927933e-07, + "L": 2.56347987281913e-09, + "G": 7.191395525296684e-06, + "F": 0.00035343164927326143, + "E": 6.938599835848436e-05, + "T": 2.2295724193099886e-05, + "P": 0.03321116417646408, + "-": 0.9662690758705139 + }, + "id": "tp_8959" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1119887, + "label": "P", + "classification": { + "B": 4.970424015482422e-06, + "S": 9.182211215374991e-06, + "I": 0.0007024106453172863, + "C": 3.345574077684432e-05, + "R": 4.1628977669461165e-06, + "M": 0.00011556202662177384, + "O": 5.172661622054875e-05, + "W": 6.401773589459481e-06, + "N": 0.00010398940503364429, + "Y": 0.0007638686220161617, + "U": 3.3621693091845373e-06, + "K": 6.3553627114743e-05, + "L": 5.425120434665587e-06, + "G": 0.00019873498240485787, + "F": 0.008509348146617413, + "E": 0.0012995614670217037, + "T": 0.0005103652365505695, + "P": 0.5008484125137329, + "-": 0.48676547408103943 + }, + "id": "tp_8960" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1120020, + "label": "-", + "classification": { + "B": 1.2556792938767103e-08, + "S": 1.1007685429831326e-08, + "I": 9.993102139560506e-05, + "C": 4.3130012272740714e-06, + "R": 4.4572391288966173e-07, + "M": 4.264818926458247e-06, + "O": 1.0385920177213848e-06, + "W": 3.486232103000475e-08, + "N": 2.2511169390782015e-06, + "Y": 0.000223067807382904, + "U": 4.5427604788983444e-08, + "K": 1.5398585446746438e-06, + "L": 3.554442784547973e-08, + "G": 7.059372001094744e-05, + "F": 0.000902584579307586, + "E": 5.738139589084312e-05, + "T": 6.728446896886453e-05, + "P": 0.3276446461677551, + "-": 0.6709205508232117 + }, + "id": "tp_8961" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1120153, + "label": "-", + "classification": { + "B": 0.00032358861062675714, + "S": 0.0007551382877863944, + "I": 0.014588802121579647, + "C": 0.0019017780432477593, + "R": 0.0007888809777796268, + "M": 0.003311307867988944, + "O": 0.002037100028246641, + "W": 0.0008704798528924584, + "N": 0.005143929272890091, + "Y": 0.011589744128286839, + "U": 0.0006319413078017533, + "K": 0.008175089955329895, + "L": 0.0003901482268702239, + "G": 0.004780435934662819, + "F": 0.04982277378439903, + "E": 0.02873043529689312, + "T": 0.007796742487698793, + "P": 0.40778210759162903, + "-": 0.4505794942378998 + }, + "id": "tp_8962" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1120254, + "label": "P", + "classification": { + "B": 2.8135461960232533e-08, + "S": 6.314332523515986e-08, + "I": 1.8166461813962087e-05, + "C": 1.1945006406222092e-07, + "R": 5.244386258596023e-09, + "M": 3.1889987894828664e-06, + "O": 8.116447247630276e-07, + "W": 1.890421330585923e-08, + "N": 5.204512945056194e-07, + "Y": 9.521355423203204e-06, + "U": 2.759688921827319e-09, + "K": 5.95618354637395e-09, + "L": 5.0423444974967424e-08, + "G": 2.0937654880981427e-06, + "F": 0.0002052085183095187, + "E": 1.496993991167983e-05, + "T": 2.461464100633748e-05, + "P": 0.5199289917945862, + "-": 0.4797916114330292 + }, + "id": "tp_8963" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1120387, + "label": "-", + "classification": { + "B": 0.004198811948299408, + "S": 0.0005859218654222786, + "I": 0.0022247200831770897, + "C": 0.000683860678691417, + "R": 0.00018865789752453566, + "M": 0.0067895445972681046, + "O": 0.003311969805508852, + "W": 0.0003133109421469271, + "N": 0.00035623947042040527, + "Y": 0.006067264825105667, + "U": 3.994617145508528e-05, + "K": 8.159640856320038e-05, + "L": 0.0007367204525507987, + "G": 0.005714398808777332, + "F": 0.015840699896216393, + "E": 0.004299652762711048, + "T": 0.0058495826087892056, + "P": 0.1027471199631691, + "-": 0.8399698734283447 + }, + "id": "tp_8964" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1120521, + "label": "-", + "classification": { + "B": 7.220922970674337e-09, + "S": 3.808493787005318e-08, + "I": 3.094204294029623e-05, + "C": 1.081830532712047e-06, + "R": 6.932982188345704e-08, + "M": 1.7026841305778362e-06, + "O": 6.021236345077341e-07, + "W": 8.331614509415886e-08, + "N": 2.950884436359047e-06, + "Y": 0.00015068467473611236, + "U": 4.768491734807867e-08, + "K": 0.0002756472094915807, + "L": 5.7600639813415455e-09, + "G": 1.1247922884649597e-05, + "F": 0.002961894730105996, + "E": 0.0004143297264818102, + "T": 3.4435783163644373e-05, + "P": 0.16222310066223145, + "-": 0.8338910341262817 + }, + "id": "tp_8965" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1120654, + "label": "P", + "classification": { + "B": 3.616666072048247e-05, + "S": 0.00014257368457037956, + "I": 0.01206227671355009, + "C": 0.00014785613166168332, + "R": 5.888090163352899e-05, + "M": 0.0004764232144225389, + "O": 0.00028616367490030825, + "W": 0.00013948444393463433, + "N": 0.003754414850845933, + "Y": 0.004644624888896942, + "U": 6.824704905739054e-05, + "K": 0.008566144853830338, + "L": 1.8008871847996488e-05, + "G": 0.0015357541851699352, + "F": 0.013122149743139744, + "E": 0.02830861136317253, + "T": 0.002939980011433363, + "P": 0.7047848105430603, + "-": 0.21890737116336823 + }, + "id": "tp_8966" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1120754, + "label": "P", + "classification": { + "B": 1.0316639418306295e-06, + "S": 7.694715122852358e-07, + "I": 0.0003251401358284056, + "C": 7.693867701163981e-06, + "R": 9.307001960223715e-07, + "M": 1.4806930266786367e-05, + "O": 8.641362001071684e-06, + "W": 9.243772751688084e-07, + "N": 3.0279999919002876e-05, + "Y": 0.00027005147421732545, + "U": 1.0864210935324081e-06, + "K": 4.3872951209777966e-05, + "L": 4.968725875187374e-07, + "G": 9.55252253334038e-05, + "F": 0.0034960440825670958, + "E": 0.0015082492027431726, + "T": 0.00015893207455519587, + "P": 0.5091084837913513, + "-": 0.4849270284175873 + }, + "id": "tp_8967" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1120888, + "label": "-", + "classification": { + "B": 8.802518181028063e-08, + "S": 4.6295859590372856e-08, + "I": 1.73063890542835e-05, + "C": 1.0351067203373532e-06, + "R": 2.263647758127263e-07, + "M": 1.1980493582086638e-05, + "O": 2.307751856278628e-06, + "W": 7.089283826644532e-08, + "N": 3.1206835160446644e-07, + "Y": 0.00018165839719586074, + "U": 3.166800865983532e-08, + "K": 1.4626293420860748e-07, + "L": 1.3122895836659154e-07, + "G": 2.272113306389656e-05, + "F": 0.0002818648354150355, + "E": 1.290832460654201e-05, + "T": 0.00013709549966733903, + "P": 0.07318830490112305, + "-": 0.9261416792869568 + }, + "id": "tp_8968" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1121021, + "label": "P", + "classification": { + "B": 3.2771244150353596e-05, + "S": 1.9279263142379932e-05, + "I": 0.013079605996608734, + "C": 0.001011027256026864, + "R": 0.00016282997967209667, + "M": 0.00048511510249227285, + "O": 0.0001802265614969656, + "W": 3.3884145523188636e-05, + "N": 0.0011267776135355234, + "Y": 0.004412360489368439, + "U": 5.624989353236742e-05, + "K": 0.0005308858817443252, + "L": 3.4538217732915655e-05, + "G": 0.001976393861696124, + "F": 0.009217608720064163, + "E": 0.008947907015681267, + "T": 0.0012825579615309834, + "P": 0.5034174919128418, + "-": 0.45399248600006104 + }, + "id": "tp_8969" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1121154, + "label": "P", + "classification": { + "B": 0.00028666388243436813, + "S": 9.634590242058039e-05, + "I": 0.005216465797275305, + "C": 0.0005006305291317403, + "R": 0.0001308098144363612, + "M": 0.0008068744791671634, + "O": 0.000674964627251029, + "W": 9.693039464764297e-05, + "N": 0.0007328097708523273, + "Y": 0.002690683351829648, + "U": 8.544391312170774e-05, + "K": 5.588029671343975e-05, + "L": 0.00016744939784985036, + "G": 0.0024644366931170225, + "F": 0.003941555507481098, + "E": 0.002301801461726427, + "T": 0.004312475677579641, + "P": 0.5409332513809204, + "-": 0.43450453877449036 + }, + "id": "tp_8970" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1121255, + "label": "-", + "classification": { + "B": 9.386293961044859e-14, + "S": 2.4141623487621e-13, + "I": 5.737183528253809e-07, + "C": 2.4615054439180994e-09, + "R": 1.5240073092392947e-10, + "M": 2.059326043024612e-09, + "O": 3.584658958555309e-10, + "W": 5.385661101114936e-12, + "N": 9.248938281913865e-10, + "Y": 1.94998847291572e-06, + "U": 7.307912955334395e-12, + "K": 2.3323427633670235e-09, + "L": 3.2645379455242818e-12, + "G": 5.5584020941523704e-08, + "F": 1.4310427104646806e-05, + "E": 2.1583055342944135e-07, + "T": 3.9015392871988297e-07, + "P": 0.08436963707208633, + "-": 0.9156128764152527 + }, + "id": "tp_8971" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1121388, + "label": "-", + "classification": { + "B": 5.552958100452088e-05, + "S": 1.6823461919557303e-05, + "I": 0.0054794782772660255, + "C": 0.0006361611885949969, + "R": 0.0001511841983301565, + "M": 0.0028989920392632484, + "O": 0.0003909615916199982, + "W": 3.486610148684122e-05, + "N": 0.00040228141006082296, + "Y": 0.008893358521163464, + "U": 5.3554762416752055e-05, + "K": 0.00014289608225226402, + "L": 7.047015969874337e-05, + "G": 0.0031887332443147898, + "F": 0.004152907524257898, + "E": 0.004903444088995457, + "T": 0.008550110273063183, + "P": 0.23717941343784332, + "-": 0.7227988243103027 + }, + "id": "tp_8972" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1121522, + "label": "-", + "classification": { + "B": 3.312364924568101e-07, + "S": 6.116297868175025e-07, + "I": 0.0015464617172256112, + "C": 5.333951776265167e-05, + "R": 1.3505416973202955e-05, + "M": 2.3824579329811968e-05, + "O": 1.090662681235699e-05, + "W": 2.8959552764717955e-06, + "N": 6.096574361436069e-05, + "Y": 0.0016697956016287208, + "U": 3.5935106552642537e-06, + "K": 0.0003130847471766174, + "L": 8.827802844280086e-07, + "G": 0.00026118053938262165, + "F": 0.005560324527323246, + "E": 0.0008457577787339687, + "T": 0.00026876037009060383, + "P": 0.3143477737903595, + "-": 0.6750159859657288 + }, + "id": "tp_8973" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1121655, + "label": "-", + "classification": { + "B": 4.743369936477393e-05, + "S": 2.753634544205852e-05, + "I": 0.030121933668851852, + "C": 0.0038562994450330734, + "R": 0.0007585997809655964, + "M": 0.003155784448608756, + "O": 0.000510921236127615, + "W": 4.777008143719286e-05, + "N": 0.0008113966323435307, + "Y": 0.02030748501420021, + "U": 5.285427687340416e-05, + "K": 3.71174028259702e-05, + "L": 0.00022302535944618285, + "G": 0.005507040768861771, + "F": 0.003505278378725052, + "E": 0.007279849611222744, + "T": 0.012909780256450176, + "P": 0.265146404504776, + "-": 0.6456934809684753 + }, + "id": "tp_8974" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1121755, + "label": "-", + "classification": { + "B": 5.4788488341728225e-06, + "S": 6.7103683250024915e-06, + "I": 0.0021703923121094704, + "C": 9.751510515343398e-05, + "R": 9.357085218653083e-05, + "M": 0.0013999762013554573, + "O": 0.0003246990090701729, + "W": 1.032851287163794e-05, + "N": 7.877614552853629e-05, + "Y": 0.007757149171084166, + "U": 3.448582901910413e-06, + "K": 2.408656428087852e-06, + "L": 3.95565148210153e-05, + "G": 0.0012547706719487906, + "F": 0.0011598492274060845, + "E": 0.00035785595537163317, + "T": 0.008088859729468822, + "P": 0.10683593153953552, + "-": 0.8703126907348633 + }, + "id": "tp_8975" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1121889, + "label": "-", + "classification": { + "B": 4.366456778370775e-06, + "S": 3.130863478872925e-05, + "I": 0.0008677076548337936, + "C": 2.188024518545717e-05, + "R": 6.360692623275099e-06, + "M": 0.00013428786769509315, + "O": 0.00010401633335277438, + "W": 1.9764835087698884e-05, + "N": 0.0001999701780732721, + "Y": 0.0010654685320332646, + "U": 5.824555046274327e-06, + "K": 0.0002282348577864468, + "L": 6.537110948556801e-06, + "G": 0.00023339205654338002, + "F": 0.008837944827973843, + "E": 0.001015444635413587, + "T": 0.001479046419262886, + "P": 0.41034936904907227, + "-": 0.57538902759552 + }, + "id": "tp_8976" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1122022, + "label": "-", + "classification": { + "B": 4.662321373416489e-07, + "S": 4.5177995389167336e-07, + "I": 0.00023897906066849828, + "C": 2.129034328390844e-05, + "R": 4.895419806416612e-06, + "M": 0.00010123189713340253, + "O": 2.2867927327752113e-05, + "W": 1.2679680594374076e-06, + "N": 1.375729243591195e-05, + "Y": 0.0009295538766309619, + "U": 5.300422003529093e-07, + "K": 6.456601113313809e-06, + "L": 2.2999140583124245e-06, + "G": 0.00032561476109549403, + "F": 0.004250603727996349, + "E": 0.0005287991953082383, + "T": 0.0004794086853507906, + "P": 0.24917548894882202, + "-": 0.7438960075378418 + }, + "id": "tp_8977" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1122155, + "label": "-", + "classification": { + "B": 5.159315333003178e-05, + "S": 4.1021725337486714e-05, + "I": 0.001494036871008575, + "C": 0.00014354877930600196, + "R": 1.6348452845704742e-05, + "M": 0.0005202154279686511, + "O": 0.00020564011356327683, + "W": 2.6062167307827622e-05, + "N": 0.00023509790480602533, + "Y": 0.0014550437917932868, + "U": 1.4517350791720673e-05, + "K": 5.2967978263041005e-05, + "L": 4.568551230477169e-05, + "G": 0.0008265015203505754, + "F": 0.009084722027182579, + "E": 0.003197276499122381, + "T": 0.0017236699350178242, + "P": 0.446453720331192, + "-": 0.5344123244285583 + }, + "id": "tp_8978" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1122256, + "label": "-", + "classification": { + "B": 3.2186445508841643e-08, + "S": 2.6720030632532143e-07, + "I": 6.9772745519003365e-06, + "C": 2.696880983421579e-06, + "R": 4.815429974769359e-07, + "M": 1.6129131836351007e-05, + "O": 3.5596756333688973e-06, + "W": 1.236353455169592e-07, + "N": 6.591825467694434e-07, + "Y": 0.002689746906980872, + "U": 2.700452839121681e-08, + "K": 8.81865435076179e-06, + "L": 1.4012151439146692e-07, + "G": 0.0002536804531700909, + "F": 0.004890941083431244, + "E": 2.014575329667423e-05, + "T": 0.0007553008035756648, + "P": 0.013333200477063656, + "-": 0.9780170917510986 + }, + "id": "tp_8979" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1122389, + "label": "-", + "classification": { + "B": 0.00018173939315602183, + "S": 0.00022614038607571274, + "I": 0.006212355103343725, + "C": 0.0011378717608749866, + "R": 0.00043909501982852817, + "M": 0.00253694923594594, + "O": 0.001392209785990417, + "W": 0.0003615909081418067, + "N": 0.0013296003453433514, + "Y": 0.02754542976617813, + "U": 0.00019444720237515867, + "K": 0.005197267048060894, + "L": 0.00017456684145145118, + "G": 0.00824801530689001, + "F": 0.034381721168756485, + "E": 0.010880711488425732, + "T": 0.011274443008005619, + "P": 0.17980334162712097, + "-": 0.7084824442863464 + }, + "id": "tp_8980" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1122523, + "label": "-", + "classification": { + "B": 8.410545870862762e-11, + "S": 3.7122871443528993e-10, + "I": 4.8358151616412215e-06, + "C": 6.667094964996068e-08, + "R": 6.549396580624034e-09, + "M": 4.870193137662682e-08, + "O": 3.98183317429357e-08, + "W": 1.7713068789504405e-09, + "N": 1.1937784449855826e-07, + "Y": 3.332092092023231e-05, + "U": 2.1931330085322998e-09, + "K": 2.0204117845423752e-06, + "L": 2.1593157817356712e-10, + "G": 8.948217669058067e-07, + "F": 0.00014377509069163352, + "E": 6.629769814026076e-06, + "T": 4.969665496901143e-06, + "P": 0.06805774569511414, + "-": 0.9317453503608704 + }, + "id": "tp_8981" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1122656, + "label": "-", + "classification": { + "B": 9.481598839400363e-10, + "S": 2.771065155116048e-09, + "I": 4.4667572183243465e-06, + "C": 5.2970850816791426e-08, + "R": 3.6642093803607168e-09, + "M": 5.1613476159673155e-08, + "O": 6.943034946971238e-08, + "W": 3.9238114979411876e-09, + "N": 2.489029498065065e-07, + "Y": 1.2512048670032527e-05, + "U": 1.5317234147715908e-09, + "K": 3.616205503931269e-07, + "L": 7.351588227066941e-10, + "G": 1.0467001629876904e-06, + "F": 0.0005279739270918071, + "E": 1.4298258975031786e-05, + "T": 4.022491793875815e-06, + "P": 0.3325139582157135, + "-": 0.6669209003448486 + }, + "id": "tp_8982" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1122756, + "label": "P", + "classification": { + "B": 3.267202259849e-07, + "S": 5.8232487276654865e-08, + "I": 0.00028295337688177824, + "C": 5.076965408079559e-07, + "R": 6.511896799565875e-08, + "M": 1.292660272156354e-05, + "O": 2.958882078019087e-06, + "W": 3.667049242039866e-08, + "N": 1.4927938991604606e-06, + "Y": 2.2804595573688857e-05, + "U": 5.9740652424977725e-09, + "K": 2.1640539360490152e-10, + "L": 4.3451893816381926e-07, + "G": 7.1540212047693785e-06, + "F": 1.1175185136380605e-05, + "E": 7.0404826146841515e-06, + "T": 0.00014021909737493843, + "P": 0.5986180305480957, + "-": 0.4008919298648834 + }, + "id": "tp_8983" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1122890, + "label": "-", + "classification": { + "B": 2.04401949304156e-05, + "S": 6.5351355260645505e-06, + "I": 0.01876004785299301, + "C": 0.002024308079853654, + "R": 0.0005237922305241227, + "M": 0.001993167446926236, + "O": 0.000436863541835919, + "W": 4.198193710180931e-05, + "N": 0.00030772239551879466, + "Y": 0.012725948356091976, + "U": 3.5995042708236724e-05, + "K": 1.5861513020354323e-05, + "L": 0.0001703911111690104, + "G": 0.003100844332948327, + "F": 0.002469544531777501, + "E": 0.0029580225236713886, + "T": 0.009827054105699062, + "P": 0.1854676604270935, + "-": 0.7591138482093811 + }, + "id": "tp_8984" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1123023, + "label": "-", + "classification": { + "B": 3.5476892662700266e-05, + "S": 3.1495944767812034e-06, + "I": 0.0001015336747514084, + "C": 3.684606099341181e-06, + "R": 8.486198908030929e-07, + "M": 0.0006959542515687644, + "O": 7.214813376776874e-05, + "W": 1.3338154758457677e-06, + "N": 3.893516350217396e-06, + "Y": 0.0010988910216838121, + "U": 1.6879742759101646e-07, + "K": 1.2938581051002984e-07, + "L": 1.1688020094879903e-05, + "G": 0.0003861102741211653, + "F": 0.0003933970001526177, + "E": 0.0002455539652146399, + "T": 0.0022122811060398817, + "P": 0.09690061956644058, + "-": 0.8978331089019775 + }, + "id": "tp_8985" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1123156, + "label": "-", + "classification": { + "B": 0.00013722160656470805, + "S": 2.7296684493194334e-05, + "I": 0.008291380479931831, + "C": 0.0011211205273866653, + "R": 0.0001812480331864208, + "M": 0.0011058126110583544, + "O": 0.00032437682966701686, + "W": 7.640555850230157e-05, + "N": 0.0008664462948217988, + "Y": 0.007972784340381622, + "U": 0.0001174359058495611, + "K": 0.0008661951869726181, + "L": 7.02429169905372e-05, + "G": 0.0043378667905926704, + "F": 0.005772503558546305, + "E": 0.020112445577979088, + "T": 0.0027398269157856703, + "P": 0.41098955273628235, + "-": 0.5348898768424988 + }, + "id": "tp_8986" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1123257, + "label": "P", + "classification": { + "B": 0.00010827105870703235, + "S": 5.970338679617271e-05, + "I": 0.07274965196847916, + "C": 0.004115569405257702, + "R": 0.0006784653523936868, + "M": 0.002817821456119418, + "O": 0.0005073355278000236, + "W": 0.00013464686344377697, + "N": 0.004225333221256733, + "Y": 0.019954495131969452, + "U": 0.00011179257126059383, + "K": 0.0006001871661283076, + "L": 0.00013403331104200333, + "G": 0.0048876977525651455, + "F": 0.006145576015114784, + "E": 0.03554542735219002, + "T": 0.004686043132096529, + "P": 0.49962228536605835, + "-": 0.34291568398475647 + }, + "id": "tp_8987" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1123390, + "label": "-", + "classification": { + "B": 2.9554126967923366e-07, + "S": 7.878067975752856e-08, + "I": 0.00011415465269237757, + "C": 3.0595288080803584e-06, + "R": 1.9861410294197412e-07, + "M": 9.132298146141693e-06, + "O": 2.5389142592757707e-06, + "W": 1.7155994669337815e-07, + "N": 5.587372470472474e-06, + "Y": 0.00011949484905926511, + "U": 1.1005153055521077e-07, + "K": 2.3437281924998388e-05, + "L": 3.661685710198981e-08, + "G": 3.0330847948789597e-05, + "F": 0.0008031534380279481, + "E": 0.00047973281471058726, + "T": 5.2169147238601e-05, + "P": 0.230918750166893, + "-": 0.7674375176429749 + }, + "id": "tp_8988" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1123524, + "label": "-", + "classification": { + "B": 9.501020940660965e-06, + "S": 1.1781280306877306e-07, + "I": 0.0005420559900812805, + "C": 3.740607280633412e-05, + "R": 7.03351543052122e-06, + "M": 5.500066981767304e-05, + "O": 2.0187648260616697e-05, + "W": 4.580068093673617e-07, + "N": 8.961341336544137e-06, + "Y": 0.0003698218206409365, + "U": 5.668837843586516e-07, + "K": 3.6025832628183707e-07, + "L": 3.637064764916431e-06, + "G": 0.0005630449741147459, + "F": 0.0004356944700703025, + "E": 0.00028679193928837776, + "T": 0.0002442486584186554, + "P": 0.2874493896961212, + "-": 0.7099658250808716 + }, + "id": "tp_8989" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1123657, + "label": "-", + "classification": { + "B": 7.58481064622174e-08, + "S": 1.1402218058620406e-09, + "I": 0.0002496872330084443, + "C": 1.153669199993601e-05, + "R": 7.113065976227517e-07, + "M": 4.096885822946206e-05, + "O": 1.6208040278797853e-06, + "W": 1.1393311183383048e-08, + "N": 4.510900168952503e-07, + "Y": 0.0005747685208916664, + "U": 1.5559777466478408e-08, + "K": 1.869773891272075e-09, + "L": 2.91020143095011e-07, + "G": 0.0001164204950327985, + "F": 2.0896866772091016e-05, + "E": 2.0332607164164074e-05, + "T": 0.00031996361212804914, + "P": 0.12020432949066162, + "-": 0.878437876701355 + }, + "id": "tp_8990" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1123757, + "label": "-", + "classification": { + "B": 0.00011125030869152397, + "S": 0.0002629356167744845, + "I": 0.0030333877075463533, + "C": 0.0001441927015548572, + "R": 3.573692811187357e-05, + "M": 0.0025404300540685654, + "O": 0.0006223077652975917, + "W": 0.00013064011000096798, + "N": 0.00040567005635239184, + "Y": 0.02773866429924965, + "U": 9.681421033747029e-06, + "K": 0.0008007807773537934, + "L": 4.136776624363847e-05, + "G": 0.004105355590581894, + "F": 0.018977468833327293, + "E": 0.005243093706667423, + "T": 0.01394334714859724, + "P": 0.08799447864294052, + "-": 0.8338592052459717 + }, + "id": "tp_8991" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1123891, + "label": "-", + "classification": { + "B": 1.0285163654089047e-07, + "S": 1.4197919284697491e-08, + "I": 3.117171218036674e-05, + "C": 1.4492577520286432e-06, + "R": 4.8496648474838366e-08, + "M": 2.4489752377121476e-06, + "O": 5.132685032549489e-07, + "W": 2.1410818007439048e-08, + "N": 7.088882512107375e-07, + "Y": 9.704020339995623e-05, + "U": 3.641491375105943e-08, + "K": 4.163438234172645e-07, + "L": 3.070411125349892e-08, + "G": 1.4852589629299473e-05, + "F": 0.00020465916895773262, + "E": 6.387656321749091e-05, + "T": 3.39667712978553e-05, + "P": 0.22509032487869263, + "-": 0.7744582891464233 + }, + "id": "tp_8992" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1124024, + "label": "P", + "classification": { + "B": 1.1215657735874629e-07, + "S": 2.889753432100406e-07, + "I": 0.0005534396623261273, + "C": 1.105327010009205e-05, + "R": 5.832543479300512e-07, + "M": 2.311752177774906e-05, + "O": 2.8506976832431974e-06, + "W": 1.8951755009766202e-07, + "N": 1.939807589224074e-05, + "Y": 0.00012902614253107458, + "U": 1.4668626135971863e-07, + "K": 9.380407846037997e-07, + "L": 2.285856766093275e-07, + "G": 3.748363451450132e-05, + "F": 0.0004027659015264362, + "E": 0.0004917423357255757, + "T": 0.00011547093163244426, + "P": 0.712325930595398, + "-": 0.28588518500328064 + }, + "id": "tp_8993" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1124157, + "label": "-", + "classification": { + "B": 5.796153345727362e-05, + "S": 7.294878287211759e-06, + "I": 0.004323957022279501, + "C": 0.0007267475011758506, + "R": 0.0001108443975681439, + "M": 0.0008194120600819588, + "O": 0.00010537329217186198, + "W": 5.892291028430918e-06, + "N": 0.00014046818250790238, + "Y": 0.007852976210415363, + "U": 1.0832042789843399e-05, + "K": 4.1234678064938635e-05, + "L": 7.335526606766507e-05, + "G": 0.01302974484860897, + "F": 0.012469127774238586, + "E": 0.011233951896429062, + "T": 0.003009816398844123, + "P": 0.24592259526252747, + "-": 0.7000583410263062 + }, + "id": "tp_8994" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1124258, + "label": "P", + "classification": { + "B": 7.214899142127251e-06, + "S": 3.7748969816675526e-07, + "I": 0.0020440206862986088, + "C": 2.3048802177072503e-05, + "R": 2.7600738121691393e-06, + "M": 5.389785656007007e-05, + "O": 1.0371457392466255e-05, + "W": 1.3901121747039724e-06, + "N": 5.468749805004336e-05, + "Y": 0.0008375821635127068, + "U": 1.83495160399616e-06, + "K": 1.692810474196449e-05, + "L": 1.1634355132628116e-06, + "G": 0.00023606274044141173, + "F": 0.0005614960100501776, + "E": 0.0027884882874786854, + "T": 0.00022420419554691762, + "P": 0.6063165664672852, + "-": 0.38681793212890625 + }, + "id": "tp_8995" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1124391, + "label": "-", + "classification": { + "B": 1.8887305941461818e-07, + "S": 2.4946690047045195e-08, + "I": 0.0001338412257609889, + "C": 4.785721557709621e-06, + "R": 2.5716954610288667e-07, + "M": 6.321382898022421e-06, + "O": 1.1624988474068232e-06, + "W": 5.027714422567442e-08, + "N": 3.802301989708212e-06, + "Y": 0.00014555010420735925, + "U": 6.45039577307216e-08, + "K": 5.4328197620634455e-06, + "L": 3.814800209056557e-08, + "G": 7.675395318074152e-05, + "F": 0.0022713865619152784, + "E": 0.0009193327277898788, + "T": 2.8186374038341455e-05, + "P": 0.41020679473876953, + "-": 0.5861959457397461 + }, + "id": "tp_8996" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1124525, + "label": "-", + "classification": { + "B": 4.6419659156526905e-06, + "S": 5.693405569218157e-07, + "I": 0.001553078880533576, + "C": 0.0001746329216985032, + "R": 2.093298826366663e-05, + "M": 0.00020978426618967205, + "O": 3.0624738428741693e-05, + "W": 1.4527366829497623e-06, + "N": 5.243455962045118e-05, + "Y": 0.0045474013313651085, + "U": 4.317423190514091e-06, + "K": 1.6117830455186777e-05, + "L": 4.524270934780361e-06, + "G": 0.0008853148901835084, + "F": 0.0018927132477983832, + "E": 0.0009434607927687466, + "T": 0.0015034298412501812, + "P": 0.24979528784751892, + "-": 0.7383593320846558 + }, + "id": "tp_8997" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1124658, + "label": "-", + "classification": { + "B": 1.4073682905291207e-05, + "S": 1.3824235793435946e-05, + "I": 0.0008242966141551733, + "C": 0.0003427127085160464, + "R": 3.497063153190538e-05, + "M": 0.0005369040882214904, + "O": 0.00010579238005448133, + "W": 1.8288323190063238e-05, + "N": 9.198828047374263e-05, + "Y": 0.0025265677832067013, + "U": 1.5160511793510523e-05, + "K": 0.00025795158580876887, + "L": 1.5828447430976667e-05, + "G": 0.0010784680489450693, + "F": 0.012272540479898453, + "E": 0.002080004196614027, + "T": 0.0014023329131305218, + "P": 0.24837952852249146, + "-": 0.729988694190979 + }, + "id": "tp_8998" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1124758, + "label": "-", + "classification": { + "B": 2.7870459234691225e-05, + "S": 5.6872540881158784e-05, + "I": 0.004974852316081524, + "C": 0.0007188441231846809, + "R": 0.00017306457448285073, + "M": 0.0029652309603989124, + "O": 0.0006466849008575082, + "W": 4.149349115323275e-05, + "N": 0.0003244857070967555, + "Y": 0.02202709950506687, + "U": 1.603922100912314e-05, + "K": 4.66459350718651e-05, + "L": 0.00011544318840606138, + "G": 0.002865629503503442, + "F": 0.006365840323269367, + "E": 0.0024782319087535143, + "T": 0.010638188570737839, + "P": 0.09516725689172745, + "-": 0.8503501415252686 + }, + "id": "tp_8999" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1124892, + "label": "-", + "classification": { + "B": 3.848514040782902e-08, + "S": 1.5535290387447276e-08, + "I": 0.00011383728997316211, + "C": 1.8467186464476981e-06, + "R": 1.1050626369524252e-07, + "M": 7.913556146377232e-06, + "O": 9.528947657599929e-07, + "W": 3.936533943260656e-08, + "N": 2.3693935418123147e-06, + "Y": 0.00011974785593338311, + "U": 3.608344911754102e-08, + "K": 1.0378851129644318e-06, + "L": 6.418280662501274e-08, + "G": 3.272463072789833e-05, + "F": 0.0008778198389336467, + "E": 0.00044417110620997846, + "T": 5.502969361259602e-05, + "P": 0.2900143563747406, + "-": 0.7083279490470886 + }, + "id": "tp_9000" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1125025, + "label": "-", + "classification": { + "B": 6.939411036910315e-07, + "S": 1.2841927627960104e-06, + "I": 0.0008665281347930431, + "C": 0.00010021009802585468, + "R": 7.787222784827463e-06, + "M": 0.00016091112047433853, + "O": 2.649318594194483e-05, + "W": 2.996598141180584e-06, + "N": 3.897415444953367e-05, + "Y": 0.003125314135104418, + "U": 9.935603202393395e-07, + "K": 1.725347465253435e-05, + "L": 2.2980643734626938e-06, + "G": 0.00024293820024468005, + "F": 0.0032060963567346334, + "E": 0.002064252970740199, + "T": 0.0005981213762424886, + "P": 0.22595611214637756, + "-": 0.7635807394981384 + }, + "id": "tp_9001" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1125125, + "label": "-", + "classification": { + "B": 5.071087549879394e-09, + "S": 4.6808379394747135e-09, + "I": 1.7038908481481485e-05, + "C": 1.6973886829418916e-07, + "R": 8.007061325088216e-08, + "M": 1.629219696042128e-05, + "O": 2.4080775347101735e-06, + "W": 4.4009569322156494e-09, + "N": 5.656756485450387e-08, + "Y": 5.9312758821761236e-05, + "U": 1.7702526111662564e-09, + "K": 6.277616620975479e-11, + "L": 2.595183730136341e-07, + "G": 1.570446511323098e-05, + "F": 2.999541538883932e-05, + "E": 1.9666322259581648e-06, + "T": 0.0003078483568970114, + "P": 0.04580269753932953, + "-": 0.9537461996078491 + }, + "id": "tp_9002" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1125259, + "label": "-", + "classification": { + "B": 6.019633360665466e-07, + "S": 1.6543165770599444e-07, + "I": 0.0010891794227063656, + "C": 2.1564816051977687e-05, + "R": 6.207161732163513e-06, + "M": 4.178280505584553e-05, + "O": 1.1788732081186026e-05, + "W": 6.534256726808962e-07, + "N": 1.025460096570896e-05, + "Y": 0.0006401038845069706, + "U": 5.250062145023549e-07, + "K": 1.8956291114591295e-07, + "L": 2.2473668650491163e-06, + "G": 0.00011051789624616504, + "F": 0.0003258470387663692, + "E": 0.00013444248179439455, + "T": 0.00047375389840453863, + "P": 0.29449623823165894, + "-": 0.7026339173316956 + }, + "id": "tp_9003" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1125392, + "label": "-", + "classification": { + "B": 8.058991625148337e-07, + "S": 1.4316809711090173e-06, + "I": 0.0005179148865863681, + "C": 2.90613024844788e-05, + "R": 5.81226549911662e-06, + "M": 3.228474815841764e-05, + "O": 1.7250218661502004e-05, + "W": 3.4220558973174775e-06, + "N": 3.618665868998505e-05, + "Y": 0.0006872875965200365, + "U": 2.4213604774558917e-06, + "K": 6.527248478960246e-05, + "L": 1.221544380314299e-06, + "G": 9.513778786640614e-05, + "F": 0.005208514630794525, + "E": 0.0005246037035249174, + "T": 0.00044680258724838495, + "P": 0.290811151266098, + "-": 0.7015135288238525 + }, + "id": "tp_9004" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1125526, + "label": "-", + "classification": { + "B": 0.0004841464397031814, + "S": 0.00029960073879919946, + "I": 0.022860845550894737, + "C": 0.01062043011188507, + "R": 0.0010380585445091128, + "M": 0.0070318179205060005, + "O": 0.0012787383748218417, + "W": 0.00036063676816411316, + "N": 0.002892480231821537, + "Y": 0.06589813530445099, + "U": 0.00014179738354869187, + "K": 0.0026231377851217985, + "L": 0.0003527697699610144, + "G": 0.024219295009970665, + "F": 0.03848106041550636, + "E": 0.0999324694275856, + "T": 0.011553025804460049, + "P": 0.23740679025650024, + "-": 0.4725247919559479 + }, + "id": "tp_9005" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1125626, + "label": "-", + "classification": { + "B": 9.193863661494106e-07, + "S": 3.247399433803366e-07, + "I": 0.0004004074144177139, + "C": 1.4539316907757893e-05, + "R": 2.0656741526181577e-06, + "M": 4.9440535804023966e-05, + "O": 1.2815506124752574e-05, + "W": 1.5618229554092977e-06, + "N": 1.6100788343464956e-05, + "Y": 0.001059244736097753, + "U": 1.1909254453712492e-06, + "K": 9.040547411132138e-06, + "L": 8.817367529445619e-07, + "G": 0.00010025816300185397, + "F": 0.0008187165367417037, + "E": 0.0002831225283443928, + "T": 0.0008477494702674448, + "P": 0.22113506495952606, + "-": 0.7752465605735779 + }, + "id": "tp_9006" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1125759, + "label": "-", + "classification": { + "B": 8.279360190499574e-05, + "S": 2.960052552225534e-05, + "I": 0.0034531373530626297, + "C": 0.0005072882049717009, + "R": 0.00014440245286095887, + "M": 0.00596530269831419, + "O": 0.0006636877660639584, + "W": 2.2917050955584273e-05, + "N": 0.00011546150199137628, + "Y": 0.013363434001803398, + "U": 1.5432717191288248e-05, + "K": 6.129374469310278e-06, + "L": 0.0003054824483115226, + "G": 0.008089136332273483, + "F": 0.0025602709501981735, + "E": 0.0018383635906502604, + "T": 0.01647396944463253, + "P": 0.09814286231994629, + "-": 0.8482202291488647 + }, + "id": "tp_9007" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1125893, + "label": "-", + "classification": { + "B": 2.3297838325220255e-08, + "S": 2.723371084201176e-09, + "I": 1.4402864508156199e-05, + "C": 2.612893297282426e-07, + "R": 1.7577413302660716e-08, + "M": 1.4108488812780706e-06, + "O": 1.0348608014965066e-07, + "W": 3.8032386129316365e-09, + "N": 1.1185512249767271e-07, + "Y": 2.8994314561714418e-05, + "U": 1.4602953291031895e-09, + "K": 2.3306473906359315e-07, + "L": 1.0623808499587994e-08, + "G": 3.465508416411467e-05, + "F": 0.0014410964213311672, + "E": 0.00022865204664412886, + "T": 7.23262746760156e-06, + "P": 0.25860708951950073, + "-": 0.7396357655525208 + }, + "id": "tp_9008" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1126026, + "label": "-", + "classification": { + "B": 2.0856607079622336e-05, + "S": 2.337081423320342e-05, + "I": 0.002008953597396612, + "C": 0.0005732363206334412, + "R": 9.685400436865166e-05, + "M": 0.001276957686059177, + "O": 0.0002119953278452158, + "W": 2.7232254069531336e-05, + "N": 0.00022053129214327782, + "Y": 0.013493170030415058, + "U": 1.9659601093735546e-05, + "K": 0.001289377105422318, + "L": 3.13254859065637e-05, + "G": 0.005522952415049076, + "F": 0.02667086385190487, + "E": 0.009786363691091537, + "T": 0.0028586965054273605, + "P": 0.1216287836432457, + "-": 0.8142387270927429 + }, + "id": "tp_9009" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1126126, + "label": "-", + "classification": { + "B": 3.3514603273943067e-05, + "S": 1.7975105947698466e-05, + "I": 0.005880823824554682, + "C": 0.002630688017234206, + "R": 0.00030996015993878245, + "M": 0.0024940106086432934, + "O": 0.0003866326005663723, + "W": 3.0745286494493484e-05, + "N": 0.00034053795388899744, + "Y": 0.010711967013776302, + "U": 4.4307678763289005e-05, + "K": 0.00011453629122115672, + "L": 0.00015013270603958517, + "G": 0.005875677801668644, + "F": 0.012928551062941551, + "E": 0.005763702560216188, + "T": 0.00480653578415513, + "P": 0.17377322912216187, + "-": 0.7737064361572266 + }, + "id": "tp_9010" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1126260, + "label": "-", + "classification": { + "B": 1.0386586836830247e-05, + "S": 2.2650169739790726e-06, + "I": 0.003293010639026761, + "C": 0.00036810076562687755, + "R": 2.0549188775476068e-05, + "M": 0.0011352394940331578, + "O": 3.3859567338367924e-05, + "W": 2.2455094494944206e-06, + "N": 6.969125388422981e-05, + "Y": 0.006797121837735176, + "U": 1.4127527947493945e-06, + "K": 1.2262936252227519e-05, + "L": 1.3427097655949183e-05, + "G": 0.0028439387679100037, + "F": 0.005349681247025728, + "E": 0.0188752431422472, + "T": 0.0008792330045253038, + "P": 0.2814517319202423, + "-": 0.6788406372070312 + }, + "id": "tp_9011" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1126393, + "label": "-", + "classification": { + "B": 5.237226332610589e-07, + "S": 7.225904141705541e-07, + "I": 6.394041702151299e-05, + "C": 1.1323142643959727e-05, + "R": 1.7254859585591475e-06, + "M": 9.511587995802984e-05, + "O": 1.286639781028498e-05, + "W": 1.3200142348068766e-06, + "N": 8.883933332981542e-06, + "Y": 0.0019033239223062992, + "U": 6.311826723504055e-07, + "K": 0.00039198820013552904, + "L": 5.50765207663062e-07, + "G": 0.00029068009462207556, + "F": 0.011359014548361301, + "E": 0.000903962820302695, + "T": 0.0003929008380509913, + "P": 0.08555901050567627, + "-": 0.8990014791488647 + }, + "id": "tp_9012" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1126527, + "label": "-", + "classification": { + "B": 7.962327799759805e-06, + "S": 5.519955266208854e-07, + "I": 0.0029714114498347044, + "C": 0.000777355395257473, + "R": 3.321448457427323e-05, + "M": 0.0006112738628871739, + "O": 4.0663966501597315e-05, + "W": 1.4092970559431706e-06, + "N": 4.101222293684259e-05, + "Y": 0.00266341888345778, + "U": 2.4934463453973876e-06, + "K": 8.930426247388823e-07, + "L": 2.0990226403228007e-05, + "G": 0.0016748585039749742, + "F": 0.0011439021909609437, + "E": 0.002185027115046978, + "T": 0.001168405869975686, + "P": 0.3229096233844757, + "-": 0.6637454628944397 + }, + "id": "tp_9013" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1126627, + "label": "-", + "classification": { + "B": 5.583088295679772e-06, + "S": 3.728412707459938e-07, + "I": 0.00038469291757792234, + "C": 1.585663812875282e-05, + "R": 1.138180664383981e-06, + "M": 3.138650572509505e-05, + "O": 9.610917004465591e-06, + "W": 5.458384748635581e-07, + "N": 1.0823873708432075e-05, + "Y": 0.0004223600553814322, + "U": 4.529779573658743e-07, + "K": 1.6539881926291855e-06, + "L": 1.7695658698357875e-06, + "G": 0.0002908663300331682, + "F": 0.0010645410511642694, + "E": 0.0007572130998596549, + "T": 0.0002818319480866194, + "P": 0.3426973521709442, + "-": 0.6540219187736511 + }, + "id": "tp_9014" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1126760, + "label": "-", + "classification": { + "B": 2.287268472400683e-07, + "S": 5.74162186239846e-07, + "I": 0.00040710976463742554, + "C": 1.9775752662098967e-05, + "R": 2.066147317236755e-06, + "M": 2.1991181711200625e-05, + "O": 1.0201085387961939e-05, + "W": 1.2393047654768452e-06, + "N": 2.6253315809299238e-05, + "Y": 0.0005604421021416783, + "U": 6.444118412218813e-07, + "K": 4.499556598602794e-05, + "L": 5.758753331974731e-07, + "G": 0.00017830729484558105, + "F": 0.008065464906394482, + "E": 0.0007581295212730765, + "T": 0.00021054403623566031, + "P": 0.3394729197025299, + "-": 0.6502184867858887 + }, + "id": "tp_9015" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1126894, + "label": "P", + "classification": { + "B": 3.8264740709337275e-08, + "S": 7.434243798343232e-08, + "I": 0.0012333907652646303, + "C": 1.1164668649144005e-05, + "R": 1.5942039226501947e-06, + "M": 2.7671690986608155e-05, + "O": 2.6327229534217622e-06, + "W": 9.728388761232054e-08, + "N": 1.7774973457562737e-05, + "Y": 0.0006211934960447252, + "U": 6.263205420964368e-08, + "K": 1.4705584590046783e-06, + "L": 2.3138582605497504e-07, + "G": 8.297601743834093e-05, + "F": 0.0010544901015236974, + "E": 0.000285271555185318, + "T": 0.00019676989177241921, + "P": 0.6416306495666504, + "-": 0.3548324406147003 + }, + "id": "tp_9016" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1127027, + "label": "-", + "classification": { + "B": 1.6048998077167198e-05, + "S": 9.331446563010104e-06, + "I": 0.006220659241080284, + "C": 0.0005831429152749479, + "R": 9.367956226924434e-05, + "M": 0.0009962317999452353, + "O": 0.0002242215268779546, + "W": 1.3782385394733865e-05, + "N": 0.0004128561122342944, + "Y": 0.004381027538329363, + "U": 1.777100987965241e-05, + "K": 0.00016883609350770712, + "L": 4.131926834816113e-05, + "G": 0.0037231063470244408, + "F": 0.007792665157467127, + "E": 0.008952198550105095, + "T": 0.0026036673225462437, + "P": 0.34062841534614563, + "-": 0.6231210827827454 + }, + "id": "tp_9017" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1127127, + "label": "-", + "classification": { + "B": 3.283742626081221e-05, + "S": 2.3917526050354354e-05, + "I": 0.025690527632832527, + "C": 0.0008016541833058, + "R": 0.00029274518601596355, + "M": 0.0014896560460329056, + "O": 0.00033220116165466607, + "W": 4.2763429519254714e-05, + "N": 0.000818268395960331, + "Y": 0.017571257427334785, + "U": 2.904715802287683e-05, + "K": 8.109673217404634e-05, + "L": 9.01388848433271e-05, + "G": 0.003703980939462781, + "F": 0.006775058805942535, + "E": 0.007763695437461138, + "T": 0.007705989293754101, + "P": 0.3953709900379181, + "-": 0.5313840508460999 + }, + "id": "tp_9018" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1127261, + "label": "-", + "classification": { + "B": 1.1806214388343506e-06, + "S": 4.880678829977114e-07, + "I": 0.0006392927607521415, + "C": 6.235485489014536e-05, + "R": 7.962649760884233e-06, + "M": 0.00011489931785035878, + "O": 2.3776028683641925e-05, + "W": 6.725855428157956e-07, + "N": 2.4539347577956505e-05, + "Y": 0.0009223215165548027, + "U": 1.2916333389512147e-06, + "K": 2.8142498194938526e-05, + "L": 2.9846671623090515e-06, + "G": 0.0007791147218085825, + "F": 0.0033649764955043793, + "E": 0.0010413374984636903, + "T": 0.00037617492489516735, + "P": 0.18086566030979156, + "-": 0.8117428421974182 + }, + "id": "tp_9019" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1127394, + "label": "-", + "classification": { + "B": 2.712823697947897e-05, + "S": 2.9883310617151437e-06, + "I": 0.0016524275997653604, + "C": 0.00017525741714052856, + "R": 2.945236883533653e-05, + "M": 0.0017159896669909358, + "O": 0.00013887770182918757, + "W": 2.8585536711034365e-06, + "N": 3.37413621309679e-05, + "Y": 0.003217982593923807, + "U": 2.6798775252245832e-06, + "K": 2.4573769223934505e-06, + "L": 9.724144183564931e-05, + "G": 0.006847159005701542, + "F": 0.006083894520998001, + "E": 0.0028793655801564455, + "T": 0.0027487613260746002, + "P": 0.18158702552318573, + "-": 0.7927546501159668 + }, + "id": "tp_9020" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1127528, + "label": "-", + "classification": { + "B": 2.8946232077942113e-07, + "S": 1.462428684817496e-07, + "I": 0.0001320743904216215, + "C": 2.176061570935417e-05, + "R": 1.5491385738641839e-06, + "M": 8.042810804909095e-06, + "O": 4.8436654651595745e-06, + "W": 5.555437496695959e-07, + "N": 9.501043678028509e-06, + "Y": 0.0004221003327984363, + "U": 7.143909215301392e-07, + "K": 5.959393092780374e-05, + "L": 2.426729395210714e-07, + "G": 9.908976790029556e-05, + "F": 0.0028000404126942158, + "E": 0.0005365971010178328, + "T": 7.933798769954592e-05, + "P": 0.2535168528556824, + "-": 0.7423067092895508 + }, + "id": "tp_9021" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1127628, + "label": "-", + "classification": { + "B": 6.131886766524985e-05, + "S": 4.000381886726245e-05, + "I": 0.023735331371426582, + "C": 0.0010198673699051142, + "R": 0.00046585159725509584, + "M": 0.0015014150412753224, + "O": 0.00039190833922475576, + "W": 8.589483331888914e-05, + "N": 0.0014455156633630395, + "Y": 0.016287630423903465, + "U": 7.460181950591505e-05, + "K": 0.0010667467722669244, + "L": 5.425374547485262e-05, + "G": 0.003808842273429036, + "F": 0.009165204130113125, + "E": 0.00649677962064743, + "T": 0.005465332884341478, + "P": 0.42304128408432007, + "-": 0.5057922005653381 + }, + "id": "tp_9022" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1127761, + "label": "-", + "classification": { + "B": 4.348455331637524e-05, + "S": 1.660029920458328e-05, + "I": 0.005424629896879196, + "C": 0.0015392572386190295, + "R": 0.000463632692117244, + "M": 0.0014971756609156728, + "O": 0.0005109428311698139, + "W": 6.435511750169098e-05, + "N": 0.00028882824699394405, + "Y": 0.007623637560755014, + "U": 3.667641431093216e-05, + "K": 5.2285475248936564e-05, + "L": 0.0001506914122728631, + "G": 0.003274090588092804, + "F": 0.009412270039319992, + "E": 0.0027739997021853924, + "T": 0.0029304123017936945, + "P": 0.28237661719322205, + "-": 0.6815203428268433 + }, + "id": "tp_9023" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1127895, + "label": "-", + "classification": { + "B": 3.010660387658959e-09, + "S": 1.642240832211428e-08, + "I": 3.9897975511848927e-05, + "C": 2.225871412520064e-06, + "R": 1.469164772061049e-07, + "M": 8.688585353411327e-07, + "O": 4.3001404037568136e-07, + "W": 4.222342298021431e-08, + "N": 1.7416051605323446e-06, + "Y": 0.00019462949421722442, + "U": 2.3793319314791006e-08, + "K": 3.1269676128431456e-06, + "L": 1.2220194633982828e-08, + "G": 1.0396768630016595e-05, + "F": 0.0010641950648277998, + "E": 9.579290053807199e-05, + "T": 2.5083527361857705e-05, + "P": 0.2843332886695862, + "-": 0.714228093624115 + }, + "id": "tp_9024" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1128028, + "label": "-", + "classification": { + "B": 4.42967502749525e-05, + "S": 2.3209449864225462e-05, + "I": 0.0022144606336951256, + "C": 0.000417134549934417, + "R": 0.00012145200162194669, + "M": 0.0016368001233786345, + "O": 0.0004987811553291976, + "W": 4.447097308002412e-05, + "N": 0.00011686688958434388, + "Y": 0.007932959124445915, + "U": 3.135797305731103e-05, + "K": 3.7738172977697104e-05, + "L": 0.00020520813995972276, + "G": 0.003103110706433654, + "F": 0.008687013760209084, + "E": 0.001467392430640757, + "T": 0.005024129990488291, + "P": 0.12007284164428711, + "-": 0.8483206629753113 + }, + "id": "tp_9025" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1128128, + "label": "-", + "classification": { + "B": 1.990017608477501e-06, + "S": 1.2701398190984037e-06, + "I": 0.0012368239695206285, + "C": 3.7651108868885785e-05, + "R": 3.896807811543113e-06, + "M": 4.359552985988557e-05, + "O": 1.55670441017719e-05, + "W": 1.9626322682597674e-06, + "N": 7.062842632876709e-05, + "Y": 0.000630851136520505, + "U": 4.309121777623659e-06, + "K": 0.00014176273543853313, + "L": 1.4456936696660705e-06, + "G": 0.00028520904015749693, + "F": 0.00630869809538126, + "E": 0.004274200182408094, + "T": 0.00020396251056808978, + "P": 0.4039340317249298, + "-": 0.5828021764755249 + }, + "id": "tp_9026" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1128262, + "label": "-", + "classification": { + "B": 8.32305449876003e-05, + "S": 3.823702354566194e-05, + "I": 0.013661324046552181, + "C": 0.0007438909378834069, + "R": 0.00018742702377494425, + "M": 0.0009502621251158416, + "O": 0.00033266001264564693, + "W": 4.651522249332629e-05, + "N": 0.0008314879378303885, + "Y": 0.008090009912848473, + "U": 5.5425149184884503e-05, + "K": 0.00011649024236248806, + "L": 8.439542580163106e-05, + "G": 0.002399077406153083, + "F": 0.005803254898637533, + "E": 0.004914275370538235, + "T": 0.004096667282283306, + "P": 0.42121148109436035, + "-": 0.5363538861274719 + }, + "id": "tp_9027" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1128395, + "label": "-", + "classification": { + "B": 0.0009363611461594701, + "S": 0.00014957558596506715, + "I": 0.006441385950893164, + "C": 0.0005320578347891569, + "R": 0.00016070640413090587, + "M": 0.006249346770346165, + "O": 0.0015212249709293246, + "W": 0.00010890461271628737, + "N": 0.0002664531930349767, + "Y": 0.007565378677099943, + "U": 3.573442154447548e-05, + "K": 1.0300340363755822e-05, + "L": 0.0010221109259873629, + "G": 0.00940680131316185, + "F": 0.007267152424901724, + "E": 0.006722049321979284, + "T": 0.008958767168223858, + "P": 0.21294350922107697, + "-": 0.7297021746635437 + }, + "id": "tp_9028" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1128529, + "label": "-", + "classification": { + "B": 8.95725008831505e-07, + "S": 1.1574994687180151e-06, + "I": 0.0016943041700869799, + "C": 6.7656219471246e-05, + "R": 1.4173832823871635e-05, + "M": 6.361747364280745e-05, + "O": 2.811074591591023e-05, + "W": 1.889361442408699e-06, + "N": 3.925403507309966e-05, + "Y": 0.00038541079265996814, + "U": 1.657507027630345e-06, + "K": 7.571487685709144e-07, + "L": 6.264452622417593e-06, + "G": 0.00012912950478494167, + "F": 0.0007264359737746418, + "E": 0.00011973078653682023, + "T": 0.0007668088073842227, + "P": 0.45941364765167236, + "-": 0.5365391373634338 + }, + "id": "tp_9029" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1128629, + "label": "-", + "classification": { + "B": 8.368499038624577e-06, + "S": 9.837225661613047e-06, + "I": 0.007847802713513374, + "C": 0.0014456188073381782, + "R": 0.00024569156812503934, + "M": 0.0013224066933616996, + "O": 0.0004011504352092743, + "W": 2.2334050299832597e-05, + "N": 0.0004012612334918231, + "Y": 0.00431658374145627, + "U": 3.0129225706332363e-05, + "K": 6.969497189857066e-05, + "L": 5.914303255849518e-05, + "G": 0.0026287499349564314, + "F": 0.0028471120167523623, + "E": 0.002303442917764187, + "T": 0.004269078373908997, + "P": 0.22188839316368103, + "-": 0.7498831748962402 + }, + "id": "tp_9030" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1128762, + "label": "P", + "classification": { + "B": 0.00017007703718263656, + "S": 0.00010699539416236803, + "I": 0.020667072385549545, + "C": 0.000650018744636327, + "R": 0.00013095456233713776, + "M": 0.003361992072314024, + "O": 0.00032530908356420696, + "W": 5.3279200074030086e-05, + "N": 0.0016348430654034019, + "Y": 0.011802577413618565, + "U": 4.0770944906398654e-05, + "K": 0.00028211530297994614, + "L": 8.376273035537452e-05, + "G": 0.004285687115043402, + "F": 0.006914183031767607, + "E": 0.0240983497351408, + "T": 0.007551670074462891, + "P": 0.5568680167198181, + "-": 0.3609723150730133 + }, + "id": "tp_9031" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1128896, + "label": "-", + "classification": { + "B": 1.1008398637102346e-08, + "S": 9.988907478941655e-09, + "I": 0.0007072373409755528, + "C": 0.00017049703455995768, + "R": 8.31738088891143e-06, + "M": 1.4106548405834474e-05, + "O": 2.803738425427582e-06, + "W": 1.771728221910962e-07, + "N": 1.0948381714115385e-05, + "Y": 0.0326307974755764, + "U": 3.35464029888044e-08, + "K": 0.002148707862943411, + "L": 6.100942329112513e-08, + "G": 0.007295125164091587, + "F": 0.006449195556342602, + "E": 0.008901204913854599, + "T": 0.00030220416374504566, + "P": 0.02736092172563076, + "-": 0.9139977097511292 + }, + "id": "tp_9032" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1129029, + "label": "-", + "classification": { + "B": 3.0135009865261964e-07, + "S": 2.9613141805384657e-07, + "I": 8.543054718757048e-05, + "C": 3.554995601007249e-06, + "R": 4.3382829062466044e-07, + "M": 6.231749011931242e-06, + "O": 5.3673047659685835e-06, + "W": 4.5798944370289973e-07, + "N": 4.319035724620335e-06, + "Y": 0.00014575112436432391, + "U": 1.5504305395097617e-07, + "K": 1.1995279010079685e-06, + "L": 3.0100659387244377e-07, + "G": 3.7974492443026975e-05, + "F": 0.003945432603359222, + "E": 0.00011436635395511985, + "T": 5.5418578995158896e-05, + "P": 0.36876341700553894, + "-": 0.6268296241760254 + }, + "id": "tp_9033" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1129129, + "label": "-", + "classification": { + "B": 0.0006361706182360649, + "S": 0.0002886112197302282, + "I": 0.00398480286821723, + "C": 0.0004779422306455672, + "R": 0.00013358554861042649, + "M": 0.002642892301082611, + "O": 0.0008494060602970421, + "W": 0.00015839864499866962, + "N": 0.0007504973909817636, + "Y": 0.00687015475705266, + "U": 5.428072836366482e-05, + "K": 0.0006842737202532589, + "L": 0.0002130132488673553, + "G": 0.005950229708105326, + "F": 0.04903789982199669, + "E": 0.02209964580833912, + "T": 0.003098441055044532, + "P": 0.3685395121574402, + "-": 0.5335302948951721 + }, + "id": "tp_9034" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1129263, + "label": "-", + "classification": { + "B": 4.668278563713102e-07, + "S": 5.77462344608648e-07, + "I": 6.017438863636926e-06, + "C": 8.246089464591932e-07, + "R": 8.382870930745412e-08, + "M": 1.0441002814332023e-05, + "O": 5.189103376324056e-06, + "W": 1.8054700490210962e-07, + "N": 8.993366691356641e-07, + "Y": 3.246225605835207e-05, + "U": 2.708307178522773e-08, + "K": 9.84397274805815e-07, + "L": 1.715670947532999e-07, + "G": 1.9424476704443805e-05, + "F": 0.007600111421197653, + "E": 8.855854684952646e-05, + "T": 6.174510781420395e-05, + "P": 0.2710181176662445, + "-": 0.7211537957191467 + }, + "id": "tp_9035" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1129396, + "label": "-", + "classification": { + "B": 9.70939481703681e-07, + "S": 9.081028196078478e-08, + "I": 3.561536141205579e-05, + "C": 8.663723747304175e-06, + "R": 6.858882670712774e-07, + "M": 3.189159542671405e-05, + "O": 6.584749826288316e-06, + "W": 1.331139429794348e-07, + "N": 7.920451707832399e-07, + "Y": 0.000296505430014804, + "U": 1.0626299484783885e-07, + "K": 3.341875753903878e-07, + "L": 1.3725793905905448e-06, + "G": 0.00022935030574444681, + "F": 0.0012529341038316488, + "E": 5.013425834476948e-05, + "T": 0.00016588298603892326, + "P": 0.057815149426460266, + "-": 0.9401026964187622 + }, + "id": "tp_9036" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1129530, + "label": "-", + "classification": { + "B": 1.4544039004249498e-06, + "S": 2.137878254870884e-06, + "I": 1.3394630514085293e-05, + "C": 2.833322469086852e-06, + "R": 5.994783691676275e-07, + "M": 4.091147275175899e-06, + "O": 9.263547326554544e-06, + "W": 9.68116751209891e-07, + "N": 2.8903539259772515e-06, + "Y": 6.745396240148693e-05, + "U": 1.5396288688407367e-07, + "K": 9.24472351471195e-06, + "L": 4.5716777208326675e-07, + "G": 5.9016860177507624e-05, + "F": 0.018109558150172234, + "E": 0.000122649478726089, + "T": 7.437122258124873e-05, + "P": 0.18425323069095612, + "-": 0.7972662448883057 + }, + "id": "tp_9037" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1129630, + "label": "-", + "classification": { + "B": 5.3450095044427215e-11, + "S": 8.058375147723673e-12, + "I": 8.451950250787377e-09, + "C": 2.9917790467237637e-10, + "R": 2.1937410655398226e-12, + "M": 2.317348801739172e-08, + "O": 2.9274300761272798e-09, + "W": 4.440557296869763e-12, + "N": 1.1786038811578692e-10, + "Y": 4.102294610675017e-07, + "U": 1.0637556373954693e-12, + "K": 1.2774482860411496e-10, + "L": 1.130963898920978e-11, + "G": 4.4472201921053056e-08, + "F": 9.08353194972733e-06, + "E": 8.486296820819916e-08, + "T": 3.0154211572153145e-07, + "P": 0.011969761922955513, + "-": 0.9880202412605286 + }, + "id": "tp_9038" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1129763, + "label": "-", + "classification": { + "B": 2.972458332806127e-07, + "S": 1.36566725927878e-07, + "I": 9.981635230360553e-06, + "C": 1.7283988427152508e-06, + "R": 2.5669538672445924e-07, + "M": 1.98726738744881e-05, + "O": 3.986621322837891e-06, + "W": 6.306015620793914e-08, + "N": 7.676554503177613e-08, + "Y": 9.703820251161233e-05, + "U": 4.578643686414807e-09, + "K": 1.301247998242161e-08, + "L": 6.015225721966999e-07, + "G": 2.5888763047987595e-05, + "F": 0.0016290199710056186, + "E": 7.354530680458993e-06, + "T": 3.814823503489606e-05, + "P": 0.014465609565377235, + "-": 0.9836998581886292 + }, + "id": "tp_9039" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1129897, + "label": "-", + "classification": { + "B": 6.242050432092583e-08, + "S": 7.022049430815969e-08, + "I": 5.678567731592921e-07, + "C": 5.983773831985673e-08, + "R": 7.564141668581215e-08, + "M": 4.9649543143459596e-06, + "O": 6.543728886754252e-06, + "W": 8.372086313102045e-08, + "N": 8.622730085505736e-09, + "Y": 6.309679156402126e-05, + "U": 1.5723536916922853e-09, + "K": 1.086987500009684e-09, + "L": 2.5744938625393843e-07, + "G": 4.528621047938941e-06, + "F": 0.00016063694783952087, + "E": 1.234695048424328e-07, + "T": 9.204015077557415e-05, + "P": 0.0047326055355370045, + "-": 0.9949342608451843 + }, + "id": "tp_9040" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1130030, + "label": "-", + "classification": { + "B": 1.8673835811000572e-08, + "S": 2.6175785095006177e-08, + "I": 1.2172744163763127e-06, + "C": 6.222591650839604e-07, + "R": 2.796294040763314e-07, + "M": 5.94749981246423e-05, + "O": 5.947201316303108e-06, + "W": 1.1404379662849351e-08, + "N": 4.2648884424068e-09, + "Y": 0.00036943043232895434, + "U": 5.855729234838236e-10, + "K": 4.4936160348285625e-10, + "L": 1.2771022284141509e-06, + "G": 8.648751099826768e-05, + "F": 0.0005522506544366479, + "E": 2.8802330120925035e-07, + "T": 0.00022375272237695754, + "P": 0.0007224100991152227, + "-": 0.9979766011238098 + }, + "id": "tp_9041" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1130130, + "label": "-", + "classification": { + "B": 8.852917010582217e-11, + "S": 3.009964499867124e-10, + "I": 4.46764573780456e-07, + "C": 6.333589652740557e-09, + "R": 3.784237367909782e-10, + "M": 2.403938026418473e-08, + "O": 1.369479640800364e-08, + "W": 2.8426977438655854e-10, + "N": 1.404846727837139e-08, + "Y": 4.5642227632924914e-06, + "U": 5.907209443822836e-11, + "K": 3.688930405587598e-08, + "L": 1.1079589329332507e-10, + "G": 7.389500638055324e-07, + "F": 0.001775495009496808, + "E": 6.715213658026187e-06, + "T": 1.1982659771092585e-06, + "P": 0.23999400436878204, + "-": 0.7582167387008667 + }, + "id": "tp_9042" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1130264, + "label": "-", + "classification": { + "B": 3.2110297070175875e-06, + "S": 1.579207309987396e-05, + "I": 0.0005465787835419178, + "C": 4.702670776168816e-05, + "R": 1.4984537301643286e-05, + "M": 0.0003834642702713609, + "O": 0.00012856049579568207, + "W": 1.4323785762826446e-05, + "N": 6.372969801304862e-05, + "Y": 0.006109591107815504, + "U": 3.4496727039368125e-06, + "K": 0.00013413664419203997, + "L": 8.557847650081385e-06, + "G": 0.0006914291298016906, + "F": 0.01509697362780571, + "E": 0.0012182459468021989, + "T": 0.002362993312999606, + "P": 0.08146490901708603, + "-": 0.8916921615600586 + }, + "id": "tp_9043" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1130397, + "label": "-", + "classification": { + "B": 1.933692146849353e-05, + "S": 2.3004613467492163e-05, + "I": 0.0025722701102495193, + "C": 0.00017069502791855484, + "R": 7.40758259780705e-05, + "M": 0.0012305264826864004, + "O": 0.00034165207762271166, + "W": 2.5735580493346788e-05, + "N": 0.00026917815557681024, + "Y": 0.00645310478284955, + "U": 1.891919964691624e-05, + "K": 0.00011733208521036431, + "L": 4.2450552427908406e-05, + "G": 0.0017195999389514327, + "F": 0.008308974094688892, + "E": 0.0017092610942199826, + "T": 0.006116862874478102, + "P": 0.23367755115032196, + "-": 0.7371094226837158 + }, + "id": "tp_9044" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1130531, + "label": "-", + "classification": { + "B": 1.592851276654983e-06, + "S": 2.4485032554366626e-05, + "I": 0.00029005337273702025, + "C": 2.1328369257389568e-06, + "R": 1.2878824691142654e-06, + "M": 1.3532651792047545e-05, + "O": 4.405540676089004e-05, + "W": 8.626374437881168e-06, + "N": 5.704635987058282e-05, + "Y": 0.00034164401586167514, + "U": 2.724787293573172e-07, + "K": 0.00015462948067579418, + "L": 8.664097777000279e-07, + "G": 9.975834836950526e-05, + "F": 0.02079951949417591, + "E": 0.00025352597003802657, + "T": 0.00036299313069321215, + "P": 0.4023253917694092, + "-": 0.575218677520752 + }, + "id": "tp_9045" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1130631, + "label": "-", + "classification": { + "B": 1.489003018106949e-11, + "S": 4.388510041475335e-11, + "I": 9.60937768468284e-07, + "C": 3.1801103972384226e-09, + "R": 6.660764162447208e-10, + "M": 3.2655947279636166e-08, + "O": 1.017901229971585e-08, + "W": 7.391601913875334e-11, + "N": 6.108744177169001e-09, + "Y": 5.6346557357755955e-06, + "U": 6.826993137476478e-11, + "K": 1.4870206177519663e-09, + "L": 1.70146244315994e-10, + "G": 1.9510294180236087e-07, + "F": 4.749385334434919e-05, + "E": 4.5200121689958905e-07, + "T": 4.622823325917125e-06, + "P": 0.16799435019493103, + "-": 0.8319461345672607 + }, + "id": "tp_9046" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1130764, + "label": "-", + "classification": { + "B": 2.3482420452580754e-09, + "S": 4.02080457817533e-09, + "I": 1.7248597941943444e-05, + "C": 2.764300788271612e-08, + "R": 1.8362690923368064e-08, + "M": 2.8487150416367513e-07, + "O": 2.2945562250242801e-07, + "W": 6.8371015515822364e-09, + "N": 3.002318749167898e-07, + "Y": 4.002658897661604e-05, + "U": 2.3784432201523487e-09, + "K": 5.943593919255363e-07, + "L": 2.250941433246112e-09, + "G": 4.4968201109441e-06, + "F": 0.0009088515071198344, + "E": 8.120255188259762e-06, + "T": 1.0615532119118143e-05, + "P": 0.3488392233848572, + "-": 0.6501699090003967 + }, + "id": "tp_9047" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1130898, + "label": "-", + "classification": { + "B": 6.375314114848152e-05, + "S": 2.552849764470011e-05, + "I": 3.591984568629414e-05, + "C": 2.6370100385975093e-05, + "R": 5.482136202772381e-06, + "M": 0.0007599269156344235, + "O": 0.00012564906501211226, + "W": 6.154521543066949e-06, + "N": 5.174842954147607e-06, + "Y": 0.006941371131688356, + "U": 5.662782882609463e-07, + "K": 0.00016601946845185012, + "L": 3.663109237095341e-05, + "G": 0.010083182714879513, + "F": 0.03460310772061348, + "E": 0.0020943169947713614, + "T": 0.0024313463363796473, + "P": 0.015264339745044708, + "-": 0.9273251295089722 + }, + "id": "tp_9048" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1131031, + "label": "-", + "classification": { + "B": 6.191937700350536e-06, + "S": 1.1493335705381469e-06, + "I": 1.6422231965407263e-06, + "C": 2.5175879159178294e-07, + "R": 5.322188556533547e-08, + "M": 0.0001457335747545585, + "O": 6.454085814766586e-05, + "W": 3.2419458761978603e-07, + "N": 1.736613874925297e-08, + "Y": 1.3111457519698888e-05, + "U": 8.993016331615422e-10, + "K": 1.5758860882897352e-10, + "L": 6.424862476706039e-06, + "G": 2.531441168684978e-05, + "F": 0.000334960815962404, + "E": 2.0216380107740406e-06, + "T": 4.261514914105646e-05, + "P": 0.004313535522669554, + "-": 0.995042085647583 + }, + "id": "tp_9049" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1131131, + "label": "-", + "classification": { + "B": 2.8869342472148674e-08, + "S": 2.8769848725573866e-08, + "I": 0.00010190536704612896, + "C": 1.6926071566558676e-06, + "R": 2.896786952533148e-07, + "M": 3.0218898245948367e-05, + "O": 2.247011252620723e-06, + "W": 2.3655546854683962e-08, + "N": 1.4778381682845065e-06, + "Y": 0.001327897422015667, + "U": 2.6433848887563727e-08, + "K": 1.300678036386671e-07, + "L": 2.0970020386812394e-07, + "G": 6.194994784891605e-05, + "F": 0.0007694256491959095, + "E": 4.6472676331177354e-05, + "T": 0.0006065649795345962, + "P": 0.1112884059548378, + "-": 0.8857611417770386 + }, + "id": "tp_9050" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1131265, + "label": "-", + "classification": { + "B": 4.38694547355567e-09, + "S": 1.6682223602515478e-08, + "I": 1.2433965821401216e-06, + "C": 9.750245908435318e-07, + "R": 6.826945053717282e-08, + "M": 7.299644835256913e-07, + "O": 7.591921189487039e-07, + "W": 5.659973822957909e-08, + "N": 1.9261783279489464e-07, + "Y": 0.00028588209534063935, + "U": 9.503794196064064e-09, + "K": 3.581088094506413e-05, + "L": 9.302533854338435e-09, + "G": 2.5984831154346466e-05, + "F": 0.01877029985189438, + "E": 4.1501669329591095e-05, + "T": 2.4778704755590297e-05, + "P": 0.027676386758685112, + "-": 0.9531353712081909 + }, + "id": "tp_9051" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1131398, + "label": "-", + "classification": { + "B": 3.659575213532662e-06, + "S": 2.072581764878123e-06, + "I": 0.0002926716988440603, + "C": 5.258066266833339e-06, + "R": 1.4570784969691886e-06, + "M": 0.00015317396901082247, + "O": 2.4643675715196878e-05, + "W": 1.0810980484166066e-06, + "N": 1.0224280231341254e-05, + "Y": 0.0006064795306883752, + "U": 2.6047331402878626e-07, + "K": 7.3701880864973646e-06, + "L": 3.500186494420632e-06, + "G": 0.0006836883258074522, + "F": 0.010832319036126137, + "E": 0.0013298685662448406, + "T": 0.0004060007049702108, + "P": 0.18673326075077057, + "-": 0.7989030480384827 + }, + "id": "tp_9052" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1131532, + "label": "-", + "classification": { + "B": 1.6540484537586053e-08, + "S": 2.9339828344632224e-09, + "I": 4.263248774805106e-05, + "C": 1.6609390058874851e-06, + "R": 9.79070762241463e-08, + "M": 6.476072485384066e-06, + "O": 3.3577481417523813e-07, + "W": 3.444518226203286e-09, + "N": 2.17070137864539e-07, + "Y": 0.00020548663451336324, + "U": 8.633955772552326e-09, + "K": 1.6786035672566868e-08, + "L": 7.68623635849508e-08, + "G": 4.2076735553564504e-05, + "F": 0.00030489795608446, + "E": 2.3795471861376427e-05, + "T": 9.74289359874092e-05, + "P": 0.08735065162181854, + "-": 0.9119241833686829 + }, + "id": "tp_9053" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1131632, + "label": "-", + "classification": { + "B": 3.412999831198249e-06, + "S": 5.975819658488035e-05, + "I": 5.9923349908785895e-05, + "C": 4.985407031199429e-06, + "R": 1.4176561080603278e-06, + "M": 0.0008215463603846729, + "O": 0.0001569486630614847, + "W": 4.64948107037344e-06, + "N": 5.889446583751123e-06, + "Y": 0.002588314935564995, + "U": 3.7558429255568626e-08, + "K": 1.531053931103088e-05, + "L": 2.9047816497040913e-05, + "G": 0.004399826750159264, + "F": 0.24197757244110107, + "E": 0.0018918185960501432, + "T": 0.0014442299725487828, + "P": 0.01697080209851265, + "-": 0.7295646071434021 + }, + "id": "tp_9054" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1131765, + "label": "-", + "classification": { + "B": 2.071241400614099e-09, + "S": 1.2224998791054986e-09, + "I": 4.425241684202774e-08, + "C": 2.303670587622264e-09, + "R": 3.80264680854836e-10, + "M": 9.592836249794345e-07, + "O": 8.528868278290247e-08, + "W": 3.5544961418665366e-10, + "N": 4.5729953157547243e-10, + "Y": 2.3059832528815605e-05, + "U": 1.3787852803925915e-11, + "K": 1.0549487949873537e-09, + "L": 3.3206282168407597e-09, + "G": 3.281852968939347e-06, + "F": 0.000370678782928735, + "E": 1.2694537190327537e-06, + "T": 8.059468200372066e-06, + "P": 0.002254150342196226, + "-": 0.9973384737968445 + }, + "id": "tp_9055" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1131899, + "label": "-", + "classification": { + "B": 7.578442455269396e-05, + "S": 7.645001460332423e-05, + "I": 0.0006981172482483089, + "C": 0.000710971828084439, + "R": 0.00020130506891291589, + "M": 0.0009635630412958562, + "O": 0.0007781980093568563, + "W": 8.07247415650636e-05, + "N": 9.621397475712001e-05, + "Y": 0.004935339093208313, + "U": 2.9389506380539387e-05, + "K": 8.404000982409343e-05, + "L": 0.00015272069140337408, + "G": 0.0027592540718615055, + "F": 0.029022369533777237, + "E": 0.00047444296069443226, + "T": 0.002975909039378166, + "P": 0.08624383062124252, + "-": 0.8696413040161133 + }, + "id": "tp_9056" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1132032, + "label": "-", + "classification": { + "B": 3.8628691356734635e-08, + "S": 1.6096609556370822e-07, + "I": 3.5849420783051755e-06, + "C": 3.319531671763798e-08, + "R": 1.3487772676512577e-08, + "M": 1.2853975931648165e-05, + "O": 2.113220716637443e-06, + "W": 3.4375293722632705e-08, + "N": 7.259504286594165e-08, + "Y": 7.686524622840807e-05, + "U": 1.527807436119133e-09, + "K": 5.5789477926282416e-08, + "L": 1.0896144431171706e-07, + "G": 1.1233644727326464e-05, + "F": 0.002931591123342514, + "E": 1.1554701814020518e-05, + "T": 4.490870196605101e-05, + "P": 0.015516208484768867, + "-": 0.9813885688781738 + }, + "id": "tp_9057" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1132132, + "label": "-", + "classification": { + "B": 8.05514233093163e-08, + "S": 1.2697461215793737e-07, + "I": 5.8917314163409173e-05, + "C": 9.903780551212549e-08, + "R": 2.6042656031677325e-08, + "M": 3.4158106245740782e-06, + "O": 1.0049448064819444e-06, + "W": 1.424715776465746e-07, + "N": 2.5469896627328126e-06, + "Y": 7.432796701323241e-05, + "U": 2.757565553679342e-08, + "K": 1.6739182683522813e-05, + "L": 1.0838504316268427e-08, + "G": 8.442787475360092e-06, + "F": 0.0017695189453661442, + "E": 0.00017559007392264903, + "T": 3.869614738505334e-05, + "P": 0.4843253195285797, + "-": 0.5135249495506287 + }, + "id": "tp_9058" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1132266, + "label": "-", + "classification": { + "B": 6.47553588351002e-06, + "S": 9.397628673468716e-06, + "I": 0.0006674965261481702, + "C": 0.00015618950419593602, + "R": 4.172915214439854e-05, + "M": 0.0002490950282663107, + "O": 0.00011705385259119794, + "W": 1.3427246813080274e-05, + "N": 8.64743851707317e-05, + "Y": 0.005368231330066919, + "U": 1.3256571946840268e-05, + "K": 0.0001966936542885378, + "L": 1.3646449588122778e-05, + "G": 0.0007433087448589504, + "F": 0.017212815582752228, + "E": 0.0008431144524365664, + "T": 0.0019249959150329232, + "P": 0.13606147468090057, + "-": 0.836275041103363 + }, + "id": "tp_9059" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1132399, + "label": "-", + "classification": { + "B": 1.4002239367982838e-07, + "S": 8.444246191174898e-07, + "I": 0.0001072806553565897, + "C": 1.0057398867502343e-05, + "R": 1.6168381762327044e-06, + "M": 3.714595004566945e-05, + "O": 1.2618076652870513e-05, + "W": 5.467234132083831e-07, + "N": 5.705089733964996e-06, + "Y": 0.00029161712154746056, + "U": 4.3902232960135734e-07, + "K": 9.98231098492397e-06, + "L": 8.761905405663128e-07, + "G": 5.8994941355194896e-05, + "F": 0.004488605540245771, + "E": 6.765784200979397e-05, + "T": 0.0005288264947012067, + "P": 0.05354197695851326, + "-": 0.940835177898407 + }, + "id": "tp_9060" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1132533, + "label": "-", + "classification": { + "B": 6.66141277179122e-05, + "S": 0.0006480314768850803, + "I": 1.8119906599167734e-05, + "C": 4.900698058918351e-06, + "R": 2.1731561901106033e-06, + "M": 0.0008547857869416475, + "O": 0.0005133339436724782, + "W": 2.4461696739308536e-05, + "N": 4.403938874020241e-06, + "Y": 0.0015230294084176421, + "U": 8.442851395784601e-08, + "K": 8.750997949391603e-06, + "L": 0.00016438719467259943, + "G": 0.004186250735074282, + "F": 0.4126192331314087, + "E": 0.0008440428646281362, + "T": 0.0011314826551824808, + "P": 0.013198111206293106, + "-": 0.56418776512146 + }, + "id": "tp_9061" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1132633, + "label": "-", + "classification": { + "B": 4.505472759319673e-07, + "S": 7.380516763078049e-06, + "I": 2.5062914573936723e-05, + "C": 6.7919527282356285e-06, + "R": 4.640140559786232e-06, + "M": 0.0003242624516133219, + "O": 6.37950943200849e-05, + "W": 2.3144957594922744e-06, + "N": 1.7338211364403833e-06, + "Y": 0.016435885801911354, + "U": 9.263865052844267e-08, + "K": 1.2626882380573079e-05, + "L": 3.4519118798925774e-06, + "G": 0.0005379694048315287, + "F": 0.011490742675960064, + "E": 3.7199923099251464e-05, + "T": 0.004156225360929966, + "P": 0.0049148197285830975, + "-": 0.9619746208190918 + }, + "id": "tp_9062" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1132766, + "label": "-", + "classification": { + "B": 4.278750566300005e-06, + "S": 3.5946555726695806e-05, + "I": 0.0002008311712415889, + "C": 4.7537731006741524e-05, + "R": 1.4407233720703516e-05, + "M": 0.00013886301894672215, + "O": 0.00017136144742835313, + "W": 3.405068855499849e-05, + "N": 6.29178321105428e-05, + "Y": 0.002260869136080146, + "U": 6.330890755634755e-06, + "K": 0.0005000639939680696, + "L": 9.433817467652261e-06, + "G": 0.00032008488778956234, + "F": 0.039972640573978424, + "E": 0.0005037207738496363, + "T": 0.001437978819012642, + "P": 0.10701435804367065, + "-": 0.847264289855957 + }, + "id": "tp_9063" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1132900, + "label": "P", + "classification": { + "B": 0.00032735863351263106, + "S": 0.0002634005213622004, + "I": 0.017875945195555687, + "C": 0.00041933043394237757, + "R": 0.0001813034323276952, + "M": 0.001470561372116208, + "O": 0.0011974703520536423, + "W": 0.000253787002293393, + "N": 0.0036192694678902626, + "Y": 0.0027229280676692724, + "U": 0.0001142152032116428, + "K": 0.00039509835187345743, + "L": 0.0001595983048900962, + "G": 0.0023065197747200727, + "F": 0.005774067249149084, + "E": 0.005957676563411951, + "T": 0.004258035682141781, + "P": 0.6864736080169678, + "-": 0.26622992753982544 + }, + "id": "tp_9064" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1133033, + "label": "-", + "classification": { + "B": 6.114658646083626e-08, + "S": 2.4099540496536065e-07, + "I": 4.38060214946745e-06, + "C": 1.4704691864153574e-07, + "R": 1.8499648035685823e-08, + "M": 2.2399974568543257e-06, + "O": 1.677520572229696e-06, + "W": 1.0838196118356791e-07, + "N": 7.703877145104343e-07, + "Y": 4.2062987631652504e-05, + "U": 1.1048413739445095e-08, + "K": 1.0430852626086562e-06, + "L": 2.313883307181186e-08, + "G": 4.526162229012698e-06, + "F": 0.005608904175460339, + "E": 4.7676930989837274e-05, + "T": 2.194309126934968e-05, + "P": 0.3594413995742798, + "-": 0.6348227858543396 + }, + "id": "tp_9065" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1133133, + "label": "-", + "classification": { + "B": 1.0079090628778431e-07, + "S": 1.687949406914413e-07, + "I": 0.00010936363833025098, + "C": 2.2834415176475886e-06, + "R": 2.8686929454124765e-07, + "M": 6.37330231256783e-06, + "O": 2.8262536488909973e-06, + "W": 2.6415594334139314e-07, + "N": 8.446812898910139e-06, + "Y": 0.00021700348588638008, + "U": 1.7799671070406475e-07, + "K": 3.447405470069498e-05, + "L": 6.429275600794426e-08, + "G": 6.351261981762946e-05, + "F": 0.0032986479345709085, + "E": 0.0005840249941684306, + "T": 8.186326886061579e-05, + "P": 0.27856749296188354, + "-": 0.7170225977897644 + }, + "id": "tp_9066" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1133267, + "label": "P", + "classification": { + "B": 1.681741991887975e-06, + "S": 1.362908847113431e-06, + "I": 5.94214434386231e-05, + "C": 2.0393879367475165e-06, + "R": 3.5549055610317737e-07, + "M": 1.3369589396461379e-05, + "O": 9.534752280160319e-06, + "W": 8.43247562443139e-07, + "N": 4.774603439727798e-06, + "Y": 2.5554090825608e-05, + "U": 1.567474186003892e-07, + "K": 2.2637465235675336e-07, + "L": 7.365057399510988e-07, + "G": 2.111901994794607e-05, + "F": 0.000789279118180275, + "E": 0.00010717209806898609, + "T": 9.68572057900019e-05, + "P": 0.6095044612884521, + "-": 0.38936105370521545 + }, + "id": "tp_9067" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1133400, + "label": "-", + "classification": { + "B": 4.3561025897531636e-09, + "S": 8.143845597885502e-09, + "I": 7.644647581628305e-08, + "C": 3.856055030837524e-09, + "R": 3.758804656417425e-10, + "M": 3.6222698440724344e-07, + "O": 1.7877324864912225e-07, + "W": 2.898205231360862e-09, + "N": 2.3888599987031967e-09, + "Y": 2.6497948510950664e-06, + "U": 3.642739582199184e-11, + "K": 1.7463744894641309e-09, + "L": 1.994852061315555e-09, + "G": 2.8093236892345885e-07, + "F": 0.0004486387479119003, + "E": 8.241084401561238e-07, + "T": 1.9284655081719393e-06, + "P": 0.026531418785452843, + "-": 0.9730135798454285 + }, + "id": "tp_9068" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1133500, + "label": "-", + "classification": { + "B": 2.777442489332316e-07, + "S": 7.261716916673322e-08, + "I": 1.0300263056706171e-05, + "C": 8.602539480762061e-08, + "R": 1.3802669229789899e-08, + "M": 2.5639481009420706e-06, + "O": 1.6192376506296569e-06, + "W": 1.6128748825394723e-07, + "N": 5.99211091412144e-07, + "Y": 5.393885658122599e-05, + "U": 2.7149340553478396e-08, + "K": 2.378282715653768e-06, + "L": 3.535138404231475e-08, + "G": 7.766013368382119e-06, + "F": 0.0006240541697479784, + "E": 5.213832628214732e-05, + "T": 4.181600525043905e-05, + "P": 0.15862919390201569, + "-": 0.8405728936195374 + }, + "id": "tp_9069" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1133634, + "label": "-", + "classification": { + "B": 0.00011452754552010447, + "S": 0.0005797509220428765, + "I": 0.003958109766244888, + "C": 0.0007486902759410441, + "R": 0.0004582998517435044, + "M": 0.006212427280843258, + "O": 0.001624237629584968, + "W": 0.00023870592121966183, + "N": 0.0006445668986998498, + "Y": 0.22546297311782837, + "U": 4.4427040847949684e-05, + "K": 0.003122004447504878, + "L": 0.0002906337904278189, + "G": 0.03379698097705841, + "F": 0.0663294717669487, + "E": 0.004821079783141613, + "T": 0.056087542325258255, + "P": 0.021593591198325157, + "-": 0.5738719701766968 + }, + "id": "tp_9070" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1133767, + "label": "-", + "classification": { + "B": 2.7178065353794523e-11, + "S": 2.0334553485490403e-11, + "I": 1.9847402654704638e-06, + "C": 6.546454756062303e-08, + "R": 5.714405393320021e-09, + "M": 1.7384311945534137e-07, + "O": 1.4723728902765743e-08, + "W": 7.95139717957305e-11, + "N": 6.681007747033618e-09, + "Y": 3.083390402025543e-05, + "U": 1.9881669921506528e-10, + "K": 3.595050257487742e-09, + "L": 3.9964545561765874e-10, + "G": 1.964041302926489e-06, + "F": 5.038743984187022e-05, + "E": 7.868106308706047e-07, + "T": 5.9080230130348355e-06, + "P": 0.040182892233133316, + "-": 0.9597249031066895 + }, + "id": "tp_9071" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1133901, + "label": "-", + "classification": { + "B": 2.954983244762843e-07, + "S": 6.684535946988035e-08, + "I": 1.6323887393809855e-05, + "C": 6.018004933139309e-05, + "R": 7.1901690716913436e-06, + "M": 2.5282786737079732e-05, + "O": 5.348148988559842e-06, + "W": 9.999597239129798e-08, + "N": 1.9168791709489597e-07, + "Y": 0.0011392226442694664, + "U": 1.0273797101945092e-07, + "K": 1.2188853304451186e-07, + "L": 1.7381850057063275e-06, + "G": 0.00023877013882156461, + "F": 0.001998589839786291, + "E": 8.759180673223455e-06, + "T": 0.00017247803043574095, + "P": 0.010575998574495316, + "-": 0.9857492446899414 + }, + "id": "tp_9072" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1134001, + "label": "-", + "classification": { + "B": 1.5021641047496814e-05, + "S": 1.3013420357310679e-05, + "I": 0.0001666895259404555, + "C": 0.0002173707471229136, + "R": 6.639398634433746e-05, + "M": 0.0019183451076969504, + "O": 0.0002953852235805243, + "W": 7.442793503287248e-06, + "N": 6.275678515521577e-06, + "Y": 0.003341472940519452, + "U": 1.9813398921542102e-06, + "K": 9.7388101494289e-07, + "L": 0.00020342538482509553, + "G": 0.0015290946466848254, + "F": 0.006164079066365957, + "E": 0.00021096222917549312, + "T": 0.0032074986957013607, + "P": 0.015658406540751457, + "-": 0.9669762849807739 + }, + "id": "tp_9073" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1134134, + "label": "-", + "classification": { + "B": 3.4267621231265366e-05, + "S": 5.801671795779839e-05, + "I": 0.0019489617552608252, + "C": 0.00011061766417697072, + "R": 5.28960044903215e-05, + "M": 0.0022130117285996675, + "O": 0.0007832018309272826, + "W": 3.0721606890438125e-05, + "N": 0.00011432948667788878, + "Y": 0.019270462915301323, + "U": 7.0355758907680865e-06, + "K": 2.1557460058829747e-05, + "L": 6.812571518821642e-05, + "G": 0.0019174334593117237, + "F": 0.002531712409108877, + "E": 0.00026821644860319793, + "T": 0.022142814472317696, + "P": 0.04587982967495918, + "-": 0.902546763420105 + }, + "id": "tp_9074" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1134268, + "label": "-", + "classification": { + "B": 2.87594644987621e-07, + "S": 8.337328694096868e-08, + "I": 1.5122291188163217e-06, + "C": 2.7080679387836426e-07, + "R": 4.565927014255067e-08, + "M": 1.7200909496750683e-05, + "O": 3.5006273719773162e-06, + "W": 3.475549092968322e-08, + "N": 2.26393481739251e-08, + "Y": 3.551807822077535e-05, + "U": 9.443655857310773e-10, + "K": 3.801607473263857e-09, + "L": 2.562153156304703e-07, + "G": 1.3382023098529316e-05, + "F": 0.0009663579985499382, + "E": 4.23987376052537e-06, + "T": 3.974844003096223e-05, + "P": 0.011775216087698936, + "-": 0.9871423244476318 + }, + "id": "tp_9075" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1134401, + "label": "-", + "classification": { + "B": 1.6645516076607692e-09, + "S": 5.986773743416052e-09, + "I": 3.7720215573244786e-07, + "C": 5.916879786127538e-07, + "R": 2.6970264244141617e-08, + "M": 2.3250797767104814e-06, + "O": 4.874576120528218e-07, + "W": 4.872200420891204e-09, + "N": 2.1253638848861556e-08, + "Y": 3.53264513250906e-05, + "U": 1.2371337287930828e-09, + "K": 4.885964131062792e-07, + "L": 4.351032423244305e-09, + "G": 4.509146492637228e-06, + "F": 0.0004846754018217325, + "E": 3.881737484334735e-06, + "T": 1.2287385288800579e-05, + "P": 0.01009358186274767, + "-": 0.9893613457679749 + }, + "id": "tp_9076" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1134501, + "label": "-", + "classification": { + "B": 9.992222658183891e-07, + "S": 1.4586976249120198e-07, + "I": 2.526333264540881e-05, + "C": 2.967793477637315e-07, + "R": 5.5496915507546873e-08, + "M": 6.683916581096128e-06, + "O": 3.466247790129273e-06, + "W": 1.1022216739320356e-07, + "N": 8.98372945812298e-07, + "Y": 3.745543654076755e-05, + "U": 1.6789369894354422e-08, + "K": 2.357349444537249e-07, + "L": 1.6785504897143255e-07, + "G": 4.0494658605894074e-05, + "F": 0.0008773953304626048, + "E": 9.768585732672364e-05, + "T": 4.361650280770846e-05, + "P": 0.2571290135383606, + "-": 0.7417359352111816 + }, + "id": "tp_9077" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1134635, + "label": "-", + "classification": { + "B": 1.128325948229758e-06, + "S": 2.0181458637580363e-07, + "I": 0.0003423771704547107, + "C": 1.0371430107625201e-05, + "R": 2.11770020541735e-06, + "M": 4.085804903297685e-05, + "O": 6.590049451915547e-06, + "W": 7.392652605631156e-07, + "N": 1.4381120308826212e-05, + "Y": 0.0008512540953233838, + "U": 5.830094664815988e-07, + "K": 3.792481584241614e-05, + "L": 6.572528832293756e-07, + "G": 0.00040138958138413727, + "F": 0.003696464467793703, + "E": 0.0013334903633221984, + "T": 0.00022077395988162607, + "P": 0.324099063873291, + "-": 0.6689396500587463 + }, + "id": "tp_9078" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1134768, + "label": "-", + "classification": { + "B": 2.1964266849749947e-08, + "S": 8.805371543019191e-09, + "I": 8.565133953197801e-07, + "C": 1.8257843237279303e-08, + "R": 2.6355546633993754e-09, + "M": 2.866806880774675e-06, + "O": 1.165767230304482e-06, + "W": 6.383814810106969e-09, + "N": 1.5723072621653955e-08, + "Y": 3.849929726129631e-06, + "U": 3.56431939518842e-10, + "K": 9.60946044958888e-11, + "L": 4.5452246411059605e-08, + "G": 1.396012635268562e-06, + "F": 4.9114416469819844e-05, + "E": 5.262407967165927e-07, + "T": 2.752760519797448e-05, + "P": 0.07623676210641861, + "-": 0.9236757755279541 + }, + "id": "tp_9079" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1134902, + "label": "-", + "classification": { + "B": 3.3323669157425684e-08, + "S": 6.9655827772407974e-09, + "I": 5.3897259931545705e-05, + "C": 3.23368726640183e-06, + "R": 1.2253991599209257e-07, + "M": 1.6512287402292714e-05, + "O": 8.631767514089006e-07, + "W": 5.4812461236508625e-09, + "N": 2.2788105979998363e-07, + "Y": 0.00016779093130026013, + "U": 8.162158948721299e-09, + "K": 1.4208995091635757e-09, + "L": 2.3674422777730797e-07, + "G": 4.242985960445367e-05, + "F": 0.0001422025525243953, + "E": 2.8165062758489512e-05, + "T": 0.0001538401993457228, + "P": 0.11186058074235916, + "-": 0.8875299096107483 + }, + "id": "tp_9080" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1135002, + "label": "-", + "classification": { + "B": 6.573630084716342e-09, + "S": 1.6707223382539382e-09, + "I": 2.4854114144545747e-06, + "C": 1.29386981129187e-08, + "R": 6.380035943998053e-10, + "M": 4.82932250633894e-07, + "O": 4.483178983605285e-08, + "W": 1.2691023787425593e-09, + "N": 3.780691670840497e-08, + "Y": 1.3918852346250787e-05, + "U": 3.200163189998051e-10, + "K": 7.458726969389318e-08, + "L": 7.755766584516266e-10, + "G": 2.064542059088126e-06, + "F": 0.0006530245300382376, + "E": 5.611110827885568e-05, + "T": 3.7699376207456226e-06, + "P": 0.2670527994632721, + "-": 0.7322151064872742 + }, + "id": "tp_9081" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1135135, + "label": "-", + "classification": { + "B": 6.1903855375078365e-09, + "S": 2.5848336804301653e-08, + "I": 3.916210971510736e-06, + "C": 5.44463091500802e-07, + "R": 3.297909145771882e-08, + "M": 9.258220643459936e-07, + "O": 7.675364486203762e-07, + "W": 1.7875207092288292e-08, + "N": 4.2518439613559167e-07, + "Y": 0.00011759708286263049, + "U": 1.9332128786686553e-08, + "K": 5.248131401458522e-06, + "L": 8.798043182878246e-09, + "G": 1.3901105376135092e-05, + "F": 0.001178379519842565, + "E": 9.723601579025853e-06, + "T": 4.67148820462171e-05, + "P": 0.049262020736932755, + "-": 0.9493597149848938 + }, + "id": "tp_9082" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1135269, + "label": "-", + "classification": { + "B": 4.0226350961347634e-07, + "S": 2.7832809834649197e-08, + "I": 2.85832466033753e-05, + "C": 2.5890117285598535e-06, + "R": 7.962216130863453e-08, + "M": 6.8665112848975696e-06, + "O": 6.764901741007634e-07, + "W": 4.087270255581643e-08, + "N": 9.431450962438248e-07, + "Y": 0.00020222191233187914, + "U": 2.9455003769385257e-08, + "K": 3.031119149454753e-06, + "L": 1.330859049630817e-07, + "G": 0.00035789969842880964, + "F": 0.007590850815176964, + "E": 0.002085385611280799, + "T": 4.0635022742208093e-05, + "P": 0.29236119985580444, + "-": 0.697318434715271 + }, + "id": "tp_9083" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1135402, + "label": "-", + "classification": { + "B": 7.446395944299411e-09, + "S": 2.169573498633781e-08, + "I": 0.00012758804950863123, + "C": 4.006466554073995e-07, + "R": 1.0869760558307462e-07, + "M": 1.6450396287837066e-05, + "O": 1.1515884352775174e-06, + "W": 1.5744429759934064e-08, + "N": 5.195930157242401e-07, + "Y": 0.0030843745917081833, + "U": 2.938562948529011e-09, + "K": 2.2107037978003063e-07, + "L": 2.9630015774273488e-08, + "G": 4.4583615817828104e-05, + "F": 0.00026611750945448875, + "E": 1.6060850612120703e-05, + "T": 0.0010431110858917236, + "P": 0.0142334820702672, + "-": 0.9811657667160034 + }, + "id": "tp_9084" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1135502, + "label": "-", + "classification": { + "B": 3.5751461382460548e-06, + "S": 2.5361230200360296e-06, + "I": 2.9397568141575903e-05, + "C": 7.067022238516074e-07, + "R": 4.299858247236443e-08, + "M": 0.00010101951193064451, + "O": 2.0750037947436795e-05, + "W": 4.494652614539518e-07, + "N": 2.456932406857959e-06, + "Y": 9.075232082977891e-05, + "U": 6.804171448493435e-08, + "K": 3.885922978952294e-07, + "L": 1.1829392860818189e-06, + "G": 5.38593994861003e-05, + "F": 0.0011292106937617064, + "E": 0.00014649119111709297, + "T": 0.0005503779393620789, + "P": 0.13916027545928955, + "-": 0.8587064743041992 + }, + "id": "tp_9085" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1135636, + "label": "-", + "classification": { + "B": 1.0998902553183143e-06, + "S": 2.807377541103051e-06, + "I": 0.00019398200674913824, + "C": 0.0001143397530540824, + "R": 8.831501872919034e-06, + "M": 0.00018789675959851593, + "O": 3.2955576898530126e-05, + "W": 3.6440476378629683e-06, + "N": 2.4930466679506935e-05, + "Y": 0.0031252996996045113, + "U": 1.8099310636898736e-06, + "K": 0.001491916598752141, + "L": 3.903386186721036e-06, + "G": 0.0020421682856976986, + "F": 0.05812222510576248, + "E": 0.00408556405454874, + "T": 0.0007783166947774589, + "P": 0.05475037544965744, + "-": 0.8750278949737549 + }, + "id": "tp_9086" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1135769, + "label": "-", + "classification": { + "B": 7.600167009513825e-06, + "S": 1.1055499271606095e-05, + "I": 0.00015275931218639016, + "C": 7.900711693764606e-07, + "R": 5.070584165878245e-07, + "M": 4.366542270872742e-05, + "O": 3.5762885090662166e-05, + "W": 4.009282747574616e-06, + "N": 6.962244242458837e-06, + "Y": 0.0002638852456584573, + "U": 9.511059317901527e-08, + "K": 3.880460553773446e-06, + "L": 1.5333567944253446e-06, + "G": 7.604782149428502e-05, + "F": 0.006833256222307682, + "E": 0.00019286236783955246, + "T": 0.00011213048856006935, + "P": 0.27382779121398926, + "-": 0.7184253931045532 + }, + "id": "tp_9087" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1135903, + "label": "-", + "classification": { + "B": 6.4596952142892405e-06, + "S": 4.6875302359694615e-05, + "I": 0.0005592152010649443, + "C": 4.388886736705899e-05, + "R": 1.935432737809606e-05, + "M": 0.001155309146270156, + "O": 0.00012573250569403172, + "W": 8.611033990746364e-06, + "N": 3.065029522986151e-05, + "Y": 0.03178570419549942, + "U": 1.0416971463200753e-06, + "K": 6.874804967083037e-05, + "L": 1.6679779946571216e-05, + "G": 0.0023896966595202684, + "F": 0.02802523411810398, + "E": 0.0002510122722014785, + "T": 0.01986575685441494, + "P": 0.017460349947214127, + "-": 0.8981397151947021 + }, + "id": "tp_9088" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1136003, + "label": "-", + "classification": { + "B": 3.486372577299335e-07, + "S": 3.197104092578229e-07, + "I": 2.230466861874447e-06, + "C": 3.147013316606717e-08, + "R": 3.4964313666563385e-09, + "M": 8.004522896953858e-06, + "O": 4.859676209889585e-06, + "W": 1.0873583988768587e-07, + "N": 1.94588835711329e-07, + "Y": 2.5316247047157958e-05, + "U": 2.334965776285003e-09, + "K": 1.546325165691087e-07, + "L": 4.860338620460425e-08, + "G": 4.993324637325713e-06, + "F": 0.0014865115517750382, + "E": 2.106539068336133e-05, + "T": 1.9818093278445303e-05, + "P": 0.037395212799310684, + "-": 0.9610307812690735 + }, + "id": "tp_9089" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1136136, + "label": "P", + "classification": { + "B": 1.2689551454059256e-07, + "S": 3.9349330904769886e-08, + "I": 9.160977060673758e-05, + "C": 1.181588345389173e-06, + "R": 1.375741760512028e-07, + "M": 4.4144835555925965e-06, + "O": 1.2944527725267108e-06, + "W": 6.533952756626604e-08, + "N": 2.0172676613583462e-06, + "Y": 8.018132211873308e-05, + "U": 5.153405524538357e-08, + "K": 2.59660538404205e-07, + "L": 1.1034719449298791e-07, + "G": 1.8645747331902385e-05, + "F": 0.0005061679403297603, + "E": 9.106736251851544e-05, + "T": 4.0368835470872e-05, + "P": 0.6274058818817139, + "-": 0.371756374835968 + }, + "id": "tp_9090" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1136270, + "label": "-", + "classification": { + "B": 1.9544039719932016e-09, + "S": 4.558911825824907e-08, + "I": 2.967681211885065e-06, + "C": 3.0911783142073546e-06, + "R": 4.2033227032334253e-07, + "M": 6.05769037065329e-06, + "O": 4.12320423492929e-06, + "W": 2.9525470068847426e-08, + "N": 1.1255750820282628e-07, + "Y": 0.0001968944852706045, + "U": 2.6368153882572187e-08, + "K": 2.8294041953813576e-07, + "L": 2.318211187457564e-07, + "G": 1.5986668586265296e-05, + "F": 0.0008866266580298543, + "E": 9.29557359086175e-07, + "T": 0.00021138387091923505, + "P": 0.005045652389526367, + "-": 0.9936251640319824 + }, + "id": "tp_9091" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1136403, + "label": "-", + "classification": { + "B": 1.626303310331423e-05, + "S": 1.8883878510678187e-05, + "I": 6.000666689942591e-05, + "C": 2.4624032448627986e-05, + "R": 6.365112312778365e-06, + "M": 0.0009447048068977892, + "O": 0.00014031950559001416, + "W": 4.026511305710301e-06, + "N": 4.426139639690518e-06, + "Y": 0.0021173260174691677, + "U": 5.710127197744441e-07, + "K": 2.1294711132213706e-06, + "L": 3.079789166804403e-05, + "G": 0.0007148971781134605, + "F": 0.009939164854586124, + "E": 0.00015457079280167818, + "T": 0.0017000227235257626, + "P": 0.025035861879587173, + "-": 0.9590849876403809 + }, + "id": "tp_9092" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1136503, + "label": "-", + "classification": { + "B": 3.440939735810389e-06, + "S": 4.577594609145308e-06, + "I": 0.0002589021169114858, + "C": 2.3918753868201748e-05, + "R": 3.7668057757400675e-06, + "M": 0.00011013680341420695, + "O": 4.255472231307067e-05, + "W": 3.450880967648118e-06, + "N": 2.2809615984442644e-05, + "Y": 0.0013704976299777627, + "U": 2.5179831482091686e-06, + "K": 5.674479325534776e-05, + "L": 4.428644842846552e-06, + "G": 0.00043198137427680194, + "F": 0.008285405114293098, + "E": 0.0006564506911672652, + "T": 0.0006355930818244815, + "P": 0.12592259049415588, + "-": 0.8621602654457092 + }, + "id": "tp_9093" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1136637, + "label": "-", + "classification": { + "B": 5.653621428791666e-06, + "S": 3.127930767732323e-06, + "I": 0.0006822727737016976, + "C": 2.0797391698579304e-05, + "R": 5.787141162727494e-06, + "M": 0.0001997864746954292, + "O": 4.581650864565745e-05, + "W": 2.599633035060833e-06, + "N": 4.2672949348343536e-05, + "Y": 0.005162565968930721, + "U": 2.427329263809952e-06, + "K": 6.430194480344653e-05, + "L": 6.211195795913227e-06, + "G": 0.0015309047885239124, + "F": 0.006859682034701109, + "E": 0.0014370757853612304, + "T": 0.0019527748227119446, + "P": 0.12980589270591736, + "-": 0.8521695733070374 + }, + "id": "tp_9094" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1136770, + "label": "-", + "classification": { + "B": 2.9292810722836293e-05, + "S": 4.934575827064691e-06, + "I": 3.20313083648216e-05, + "C": 1.0749771718110424e-05, + "R": 2.899421360780252e-06, + "M": 0.00039218756137415767, + "O": 0.00018274481408298016, + "W": 4.086329226993257e-06, + "N": 9.723578386910958e-07, + "Y": 0.00020347925601527095, + "U": 1.020990580968828e-07, + "K": 1.918289349589486e-08, + "L": 3.862291487166658e-05, + "G": 0.00022663542767986655, + "F": 0.0007956865592859685, + "E": 2.9066904971841723e-05, + "T": 0.00035095703788101673, + "P": 0.029522862285375595, + "-": 0.9681727886199951 + }, + "id": "tp_9095" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1136904, + "label": "-", + "classification": { + "B": 0.003014396643266082, + "S": 0.0024025749880820513, + "I": 0.03937945142388344, + "C": 0.00904370378702879, + "R": 0.002544246381148696, + "M": 0.006825008895248175, + "O": 0.004914784803986549, + "W": 0.0020774109289050102, + "N": 0.012119575403630733, + "Y": 0.015807129442691803, + "U": 0.002192106330767274, + "K": 0.02207585982978344, + "L": 0.0015726725105196238, + "G": 0.02314344048500061, + "F": 0.059598784893751144, + "E": 0.0706169381737709, + "T": 0.014645644463598728, + "P": 0.3093855679035187, + "-": 0.3986406624317169 + }, + "id": "tp_9096" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1137004, + "label": "P", + "classification": { + "B": 4.030610398331191e-06, + "S": 9.449351523471705e-07, + "I": 0.00043040968012064695, + "C": 1.4164048479869962e-05, + "R": 1.1155058246004046e-06, + "M": 8.644625631859526e-05, + "O": 9.372584827360697e-06, + "W": 8.220112022172543e-07, + "N": 2.3876011255197227e-05, + "Y": 0.0012422817526385188, + "U": 6.485872177108831e-07, + "K": 1.553025322209578e-05, + "L": 9.139412213698961e-07, + "G": 0.00030528841307386756, + "F": 0.0036965874023735523, + "E": 0.0022425511851906776, + "T": 0.00025068802642636, + "P": 0.5056297183036804, + "-": 0.48604467511177063 + }, + "id": "tp_9097" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1137137, + "label": "-", + "classification": { + "B": 5.011106622987427e-07, + "S": 8.557725777791347e-06, + "I": 2.0650215901696356e-06, + "C": 1.4362868569151033e-05, + "R": 2.4335197394975694e-06, + "M": 0.00011815469042630866, + "O": 7.82147326390259e-05, + "W": 2.6560780952422647e-06, + "N": 6.193375270413526e-07, + "Y": 0.000986976083368063, + "U": 5.064325847570217e-08, + "K": 4.426062514539808e-05, + "L": 7.277518761839019e-06, + "G": 0.0009917578427121043, + "F": 0.12079982459545135, + "E": 8.00112247816287e-05, + "T": 0.00040033666300587356, + "P": 0.006981975398957729, + "-": 0.8694800734519958 + }, + "id": "tp_9098" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1137271, + "label": "-", + "classification": { + "B": 4.133153481689078e-07, + "S": 3.087317068661832e-08, + "I": 0.00010416741133667529, + "C": 2.103679662468494e-06, + "R": 2.1620441259528889e-07, + "M": 3.1513500289293006e-05, + "O": 1.5571425819871365e-06, + "W": 2.0048062765454233e-08, + "N": 9.220486845151754e-07, + "Y": 0.0002767195110209286, + "U": 1.797947035697689e-08, + "K": 1.965937030945497e-07, + "L": 3.9908698568069667e-07, + "G": 0.0003322962438687682, + "F": 0.0024596021976321936, + "E": 0.0003557642921805382, + "T": 0.00014059281966183335, + "P": 0.1531589925289154, + "-": 0.8431344032287598 + }, + "id": "tp_9099" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1137404, + "label": "-", + "classification": { + "B": 4.995468557041083e-13, + "S": 1.3649684160732534e-10, + "I": 3.83105209778023e-08, + "C": 6.406524022395388e-08, + "R": 5.2693271967996225e-09, + "M": 5.579581170422898e-07, + "O": 4.375907991516215e-08, + "W": 7.782697403202476e-11, + "N": 2.3062252108019266e-10, + "Y": 4.9137419409817085e-05, + "U": 8.925506167489772e-12, + "K": 1.1792449239322877e-09, + "L": 1.3641595630886627e-09, + "G": 1.4303451507657883e-06, + "F": 0.0003787842870224267, + "E": 6.952107867164159e-08, + "T": 1.1055397408199497e-05, + "P": 0.0005233185947872698, + "-": 0.9990354776382446 + }, + "id": "tp_9100" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1137504, + "label": "-", + "classification": { + "B": 1.078861896530725e-05, + "S": 1.885435813164804e-05, + "I": 0.004304116126149893, + "C": 0.0005815792828798294, + "R": 0.00015148869715631008, + "M": 0.0014109443873167038, + "O": 0.00031851677340455353, + "W": 2.9156562959542498e-05, + "N": 0.00025684351567178965, + "Y": 0.008198415860533714, + "U": 2.889440111175645e-05, + "K": 7.951778388815e-05, + "L": 7.330015068873763e-05, + "G": 0.001791522721759975, + "F": 0.006769149098545313, + "E": 0.0010495883179828525, + "T": 0.008157139644026756, + "P": 0.12940533459186554, + "-": 0.8373648524284363 + }, + "id": "tp_9101" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1137638, + "label": "-", + "classification": { + "B": 1.1682729450512852e-08, + "S": 3.425760508601883e-10, + "I": 8.920861773731303e-07, + "C": 3.336393916697489e-08, + "R": 2.3217567868272226e-09, + "M": 6.456549499489483e-07, + "O": 6.380789585591629e-08, + "W": 4.616463877837873e-10, + "N": 1.2031849294658059e-08, + "Y": 9.19913964025909e-06, + "U": 1.6444191841546996e-10, + "K": 2.8100974880373997e-09, + "L": 3.420695726674694e-09, + "G": 5.199353381613037e-06, + "F": 0.0010808187071233988, + "E": 6.019397460477194e-06, + "T": 5.4766219363955315e-06, + "P": 0.18005719780921936, + "-": 0.8188344836235046 + }, + "id": "tp_9102" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1137771, + "label": "-", + "classification": { + "B": 2.563692305557197e-06, + "S": 1.3700050658371765e-05, + "I": 1.3412331099971198e-05, + "C": 7.542818366346182e-06, + "R": 3.0694147881149547e-06, + "M": 0.0001027110920404084, + "O": 8.877789514372125e-05, + "W": 6.3980337472457904e-06, + "N": 3.2915697829594137e-06, + "Y": 0.000802022754214704, + "U": 6.739222158103075e-07, + "K": 0.00011839440412586555, + "L": 5.850200523127569e-06, + "G": 0.0002736242313403636, + "F": 0.020467642694711685, + "E": 0.00010710599599406123, + "T": 0.0005128681077621877, + "P": 0.019695764407515526, + "-": 0.9577746391296387 + }, + "id": "tp_9103" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1137905, + "label": "-", + "classification": { + "B": 1.7517835658509284e-05, + "S": 2.9153043215046637e-06, + "I": 0.00017296690202783793, + "C": 0.00027333287289366126, + "R": 2.0356288587208837e-05, + "M": 0.0004046596586704254, + "O": 5.307944229571149e-05, + "W": 2.060813812931883e-06, + "N": 8.857142347551417e-06, + "Y": 0.0015568685485050082, + "U": 1.5703448070780723e-06, + "K": 2.4970295271486975e-05, + "L": 1.7716101865516976e-05, + "G": 0.0018319429364055395, + "F": 0.014204023405909538, + "E": 0.000629758054856211, + "T": 0.0007581123500131071, + "P": 0.038167573511600494, + "-": 0.9418517351150513 + }, + "id": "tp_9104" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1138005, + "label": "-", + "classification": { + "B": 2.855164327186799e-09, + "S": 1.048023445804347e-08, + "I": 1.9622202671598643e-06, + "C": 3.326302930872771e-07, + "R": 5.5052403524769034e-08, + "M": 2.1117031792527996e-05, + "O": 1.0094548770211986e-06, + "W": 8.70206928738071e-09, + "N": 2.302725832237229e-08, + "Y": 0.0002358109486522153, + "U": 1.4411869475594585e-09, + "K": 3.6960997817914176e-08, + "L": 4.636018502424122e-08, + "G": 1.601332041900605e-05, + "F": 0.0007629782194271684, + "E": 2.7175367449672194e-06, + "T": 7.15419664629735e-05, + "P": 0.0054102432914078236, + "-": 0.9934760928153992 + }, + "id": "tp_9105" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1138138, + "label": "-", + "classification": { + "B": 7.448919632224715e-07, + "S": 9.433646255274653e-07, + "I": 0.0002791676961351186, + "C": 1.2790891560143791e-05, + "R": 2.1680227746401215e-06, + "M": 4.907071343041025e-05, + "O": 2.0000297809019685e-05, + "W": 1.422064087819308e-06, + "N": 9.337431947642472e-06, + "Y": 0.00048296814202331007, + "U": 5.122839752402797e-07, + "K": 3.752697693926166e-06, + "L": 9.69926304605906e-07, + "G": 4.1758281440706924e-05, + "F": 0.0007375838467851281, + "E": 8.828391582937911e-05, + "T": 0.0003470789233688265, + "P": 0.1056784987449646, + "-": 0.892242968082428 + }, + "id": "tp_9106" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1138272, + "label": "-", + "classification": { + "B": 1.4637704737197055e-07, + "S": 2.39607960139665e-08, + "I": 2.9681026717298664e-05, + "C": 2.5966942303057294e-06, + "R": 1.5589127144721715e-07, + "M": 1.3036773452768102e-05, + "O": 1.8476328023098176e-06, + "W": 3.2640642189107894e-08, + "N": 7.584890227008145e-07, + "Y": 0.0001095517654903233, + "U": 3.705016737853839e-08, + "K": 4.704790868004238e-08, + "L": 1.4785973689868115e-07, + "G": 2.9417851692414843e-05, + "F": 0.0003566014056559652, + "E": 2.1385803847806528e-05, + "T": 0.00021333359472919255, + "P": 0.1662871390581131, + "-": 0.8329340815544128 + }, + "id": "tp_9107" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1138405, + "label": "-", + "classification": { + "B": 1.262468231288949e-05, + "S": 7.391573717541178e-07, + "I": 3.0051995054236613e-05, + "C": 1.1884876585099846e-06, + "R": 1.877632769264892e-07, + "M": 2.862584005924873e-05, + "O": 1.718906241876539e-05, + "W": 7.790895892867411e-07, + "N": 2.0930121991113992e-06, + "Y": 6.972733535803854e-05, + "U": 7.095290754932648e-08, + "K": 5.088227226224262e-07, + "L": 8.207961741391046e-07, + "G": 0.00012838451948482543, + "F": 0.00455128587782383, + "E": 0.0003565959632396698, + "T": 6.772089545847848e-05, + "P": 0.3985060751438141, + "-": 0.5962253212928772 + }, + "id": "tp_9108" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1138505, + "label": "P", + "classification": { + "B": 2.2515171167469816e-06, + "S": 1.053132834272219e-07, + "I": 0.00011862195970024914, + "C": 1.5498243328693206e-06, + "R": 1.232783404248039e-07, + "M": 5.8587456805980764e-06, + "O": 2.9215484573796857e-06, + "W": 1.3835951051532902e-07, + "N": 6.902505901962286e-06, + "Y": 2.582850902399514e-05, + "U": 7.055056272520233e-08, + "K": 5.429427005765319e-07, + "L": 1.786052195029697e-07, + "G": 5.449643504107371e-05, + "F": 0.0004312295641284436, + "E": 0.0009920663433149457, + "T": 2.6839348720386624e-05, + "P": 0.7030338048934937, + "-": 0.2952965199947357 + }, + "id": "tp_9109" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1138639, + "label": "-", + "classification": { + "B": 1.4826414371782448e-06, + "S": 4.874523256148677e-06, + "I": 0.0003655102918855846, + "C": 4.2994568502763286e-05, + "R": 1.9850525859510526e-05, + "M": 0.00016672124911565334, + "O": 8.887924923328683e-05, + "W": 3.4719532777671702e-06, + "N": 6.765243597328663e-06, + "Y": 0.0017189924838021398, + "U": 3.3480944239272503e-07, + "K": 5.334217121344409e-07, + "L": 1.222680202772608e-05, + "G": 0.00012106889334972948, + "F": 0.002502662828192115, + "E": 1.4829603060206864e-05, + "T": 0.0018692624289542437, + "P": 0.03555116057395935, + "-": 0.9575083255767822 + }, + "id": "tp_9110" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1138772, + "label": "-", + "classification": { + "B": 1.7507255734017235e-06, + "S": 1.7675656636129133e-06, + "I": 0.0004915972822345793, + "C": 0.0009576900629326701, + "R": 0.00019106567197013646, + "M": 0.0001511641312390566, + "O": 8.486261504003778e-05, + "W": 3.581460077839438e-06, + "N": 1.5166699085966684e-05, + "Y": 0.0033912125509232283, + "U": 5.1595206969068386e-06, + "K": 8.82376389199635e-06, + "L": 1.4614243809774052e-05, + "G": 0.000470558152301237, + "F": 0.0011120332637801766, + "E": 7.593430927954614e-05, + "T": 0.0019061024067923427, + "P": 0.02019476518034935, + "-": 0.9709221124649048 + }, + "id": "tp_9111" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1138906, + "label": "-", + "classification": { + "B": 1.4252255198243802e-07, + "S": 1.895884764735456e-07, + "I": 6.432900408981368e-05, + "C": 3.227557954232907e-06, + "R": 4.0911177734415105e-07, + "M": 6.315667178569129e-06, + "O": 3.7494389744097134e-06, + "W": 2.6352046234023874e-07, + "N": 4.418795015226351e-06, + "Y": 0.00036452614585869014, + "U": 1.7454186718168785e-07, + "K": 1.0885500159929506e-05, + "L": 1.3731524006743712e-07, + "G": 4.460654963622801e-05, + "F": 0.005030098836869001, + "E": 9.071134263649583e-05, + "T": 0.0001240651763509959, + "P": 0.16123393177986145, + "-": 0.8330177068710327 + }, + "id": "tp_9112" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1139006, + "label": "-", + "classification": { + "B": 4.048674600198865e-05, + "S": 1.5362375052063726e-05, + "I": 0.001001285738311708, + "C": 0.00014705094508826733, + "R": 2.8446347641875036e-05, + "M": 0.0004272117221262306, + "O": 0.0001643757423153147, + "W": 1.3365354789129924e-05, + "N": 0.00012113362026866525, + "Y": 0.002967413514852524, + "U": 1.2709188013104722e-05, + "K": 1.852692184911575e-05, + "L": 2.4251621653093025e-05, + "G": 0.0005989545024931431, + "F": 0.004570323508232832, + "E": 0.0011972632491961122, + "T": 0.002374619012698531, + "P": 0.3187049925327301, + "-": 0.6675722599029541 + }, + "id": "tp_9113" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1139139, + "label": "-", + "classification": { + "B": 3.888020273734583e-06, + "S": 3.480339501038543e-06, + "I": 0.000901147024706006, + "C": 0.00031284679425880313, + "R": 8.75198093126528e-05, + "M": 0.00016855941794347018, + "O": 9.584224608261138e-05, + "W": 9.20706497709034e-06, + "N": 5.06030410178937e-05, + "Y": 0.0029465293046087027, + "U": 7.708131306571886e-06, + "K": 2.077275530609768e-05, + "L": 1.533575232315343e-05, + "G": 0.0006892088567838073, + "F": 0.006641505751758814, + "E": 0.0005476656369864941, + "T": 0.0010718799894675612, + "P": 0.14003637433052063, + "-": 0.8463899493217468 + }, + "id": "tp_9114" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1139273, + "label": "-", + "classification": { + "B": 1.1745648897942829e-10, + "S": 4.5473427801034916e-10, + "I": 1.2785731939857214e-07, + "C": 4.039365730790223e-09, + "R": 1.6834792448960911e-09, + "M": 1.0082600283567444e-06, + "O": 1.0036851705308436e-07, + "W": 3.6210143217196844e-10, + "N": 4.838932032846799e-10, + "Y": 2.77903691312531e-05, + "U": 1.9830236411277902e-11, + "K": 9.739606898762077e-10, + "L": 2.2603106053509237e-09, + "G": 1.5578751799694146e-06, + "F": 0.00013355733244679868, + "E": 1.3219012373610894e-07, + "T": 1.2342820809863042e-05, + "P": 0.0010920069180428982, + "-": 0.9987313151359558 + }, + "id": "tp_9115" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1139406, + "label": "-", + "classification": { + "B": 5.067167421657359e-06, + "S": 9.409021913597826e-06, + "I": 0.00033112443634308875, + "C": 3.525616557453759e-05, + "R": 4.383462055557175e-06, + "M": 0.00014407078560907394, + "O": 4.541454472928308e-05, + "W": 6.857577773189405e-06, + "N": 5.027483348385431e-05, + "Y": 0.00199685781262815, + "U": 2.0760699044330977e-06, + "K": 0.00037785840686410666, + "L": 4.343107320892159e-06, + "G": 0.0011593664530664682, + "F": 0.03383569419384003, + "E": 0.002445786027237773, + "T": 0.0010330345248803496, + "P": 0.13801373541355133, + "-": 0.8204993605613708 + }, + "id": "tp_9116" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1139506, + "label": "-", + "classification": { + "B": 4.3556940276801015e-09, + "S": 1.6074883646410854e-09, + "I": 2.1379285897182854e-08, + "C": 7.787943623327465e-09, + "R": 2.4932147457690235e-09, + "M": 3.505651022805978e-07, + "O": 1.4412773907679366e-07, + "W": 1.1366125818312867e-09, + "N": 2.948017940873626e-10, + "Y": 9.219953426509164e-06, + "U": 1.731886335731847e-11, + "K": 6.228016435905204e-10, + "L": 2.8893567538545994e-09, + "G": 1.9214558051317e-06, + "F": 0.0002665327920112759, + "E": 1.0830409280515596e-07, + "T": 3.791588142121327e-06, + "P": 0.004289394710212946, + "-": 0.9954285621643066 + }, + "id": "tp_9117" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1139640, + "label": "-", + "classification": { + "B": 2.2739985894304482e-08, + "S": 3.9219070657736665e-08, + "I": 3.6942233236914035e-06, + "C": 2.5256534286199894e-07, + "R": 1.5240989625908696e-07, + "M": 2.354414937144611e-05, + "O": 2.5149759039777564e-06, + "W": 1.1327065507771295e-08, + "N": 2.468072679562283e-08, + "Y": 0.0008700427133589983, + "U": 2.1569439567770132e-09, + "K": 8.417688768247444e-09, + "L": 2.510711283321143e-07, + "G": 4.4856122258352116e-05, + "F": 0.0003874890971928835, + "E": 4.750210393922316e-07, + "T": 0.0009019596036523581, + "P": 0.002607733476907015, + "-": 0.9951568245887756 + }, + "id": "tp_9118" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1139773, + "label": "-", + "classification": { + "B": 2.3508457047682896e-07, + "S": 1.7796295992411615e-07, + "I": 4.310700387577526e-05, + "C": 2.5671024559414946e-06, + "R": 6.446445581786975e-07, + "M": 6.994715658947825e-05, + "O": 5.958841484243749e-06, + "W": 1.5214969550925161e-07, + "N": 8.33385968235234e-07, + "Y": 0.0008777192560955882, + "U": 8.174956178663706e-08, + "K": 4.041653198783024e-07, + "L": 1.0887381449720124e-06, + "G": 0.0001541448145871982, + "F": 0.0024866065941751003, + "E": 6.533640407724306e-05, + "T": 0.0004426407103892416, + "P": 0.06392395496368408, + "-": 0.9319242238998413 + }, + "id": "tp_9119" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1139907, + "label": "-", + "classification": { + "B": 1.299081398009605e-10, + "S": 4.831446354103264e-09, + "I": 4.861955105184279e-08, + "C": 9.260043043468613e-08, + "R": 3.2813346706461743e-08, + "M": 1.6388697758884518e-06, + "O": 6.722798389091622e-07, + "W": 3.2438467467699184e-09, + "N": 1.986986131186086e-09, + "Y": 0.00017728844250086695, + "U": 1.5281365062236318e-10, + "K": 1.829786278051415e-08, + "L": 1.749734757083843e-08, + "G": 3.801336333708605e-06, + "F": 0.0019651553593575954, + "E": 6.264606611239287e-08, + "T": 3.0279928978416137e-05, + "P": 0.0010040627093985677, + "-": 0.9968169331550598 + }, + "id": "tp_9120" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1140007, + "label": "-", + "classification": { + "B": 1.1179243308845344e-08, + "S": 3.818769656049881e-08, + "I": 4.833501952816732e-05, + "C": 2.916779294537264e-06, + "R": 9.130351941166737e-07, + "M": 8.188083484128583e-06, + "O": 2.935322299890686e-06, + "W": 6.507440986069923e-08, + "N": 9.898482176140533e-07, + "Y": 0.00058754812926054, + "U": 9.684969626277962e-08, + "K": 1.2145014807174448e-06, + "L": 1.5233021599669883e-07, + "G": 4.4549291487783194e-05, + "F": 0.0008254764252342284, + "E": 7.569555691588903e-06, + "T": 0.00026220205472782254, + "P": 0.048212312161922455, + "-": 0.9499943852424622 + }, + "id": "tp_9121" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1140140, + "label": "-", + "classification": { + "B": 8.650919980368599e-09, + "S": 1.0332332323059745e-08, + "I": 2.5315123366453918e-06, + "C": 5.689225091032313e-08, + "R": 6.5984044894662475e-09, + "M": 2.047414000116987e-06, + "O": 4.302316938264994e-07, + "W": 5.852924811478033e-09, + "N": 1.1667331989428931e-07, + "Y": 9.7801057563629e-05, + "U": 2.277257271643407e-09, + "K": 4.3777271230283077e-07, + "L": 9.370588749391118e-09, + "G": 7.407132670778083e-06, + "F": 0.0015947871142998338, + "E": 1.2113955563108902e-05, + "T": 3.49126712535508e-05, + "P": 0.07029803842306137, + "-": 0.9279491901397705 + }, + "id": "tp_9122" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1140274, + "label": "-", + "classification": { + "B": 7.681710201268288e-08, + "S": 2.7807518065969816e-08, + "I": 1.7612418332646484e-06, + "C": 1.095769590619966e-07, + "R": 3.418824334744386e-08, + "M": 1.1149516467412468e-05, + "O": 2.0584957383107394e-06, + "W": 1.4374109902348664e-08, + "N": 2.564232026713853e-08, + "Y": 0.0001607437152415514, + "U": 2.8000810559092315e-09, + "K": 4.034039768896491e-09, + "L": 3.294739201464836e-07, + "G": 2.4311872039106674e-05, + "F": 0.0009447323973290622, + "E": 4.325580448494293e-06, + "T": 0.00010324355389457196, + "P": 0.01747381128370762, + "-": 0.9812731742858887 + }, + "id": "tp_9123" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1140407, + "label": "P", + "classification": { + "B": 9.51137044467032e-05, + "S": 2.3769605832058005e-05, + "I": 0.0003437693230807781, + "C": 1.9674323539220495e-06, + "R": 1.0294162393620354e-06, + "M": 5.7615699915913865e-05, + "O": 0.00015857825928833336, + "W": 7.516219739045482e-06, + "N": 2.1833859136677347e-05, + "Y": 2.4551465685362928e-05, + "U": 1.363832353717953e-07, + "K": 2.148651034872273e-08, + "L": 1.0951983313134406e-05, + "G": 4.475068271858618e-05, + "F": 0.0002519558183848858, + "E": 8.27742405817844e-05, + "T": 0.00013001034676562995, + "P": 0.704137921333313, + "-": 0.29460567235946655 + }, + "id": "tp_9124" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1140507, + "label": "-", + "classification": { + "B": 0.0013684671139344573, + "S": 6.878686690470204e-05, + "I": 1.921865805343259e-05, + "C": 5.018753199692583e-06, + "R": 3.04621744362521e-06, + "M": 0.0016691131750121713, + "O": 0.0008859036606736481, + "W": 2.3319671527133323e-05, + "N": 5.187453666621877e-07, + "Y": 0.0003498185833450407, + "U": 8.41304981236135e-08, + "K": 3.6102574263452425e-09, + "L": 0.000589866132941097, + "G": 0.0007409421377815306, + "F": 0.0034766942262649536, + "E": 8.033429912757128e-05, + "T": 0.00027969051734544337, + "P": 0.03344690054655075, + "-": 0.9569923281669617 + }, + "id": "tp_9125" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1140641, + "label": "-", + "classification": { + "B": 7.865819107166772e-09, + "S": 1.974202135102132e-09, + "I": 5.772158147010487e-07, + "C": 2.53675533912201e-08, + "R": 2.008441413181572e-09, + "M": 1.2282270063224132e-06, + "O": 1.9526633820987627e-07, + "W": 9.78147562946674e-10, + "N": 9.325990646402715e-09, + "Y": 1.6681129636708647e-05, + "U": 2.604231275071811e-10, + "K": 4.092721272996869e-09, + "L": 7.979513938494165e-09, + "G": 4.5722690629190765e-06, + "F": 0.0008124545565806329, + "E": 3.4652675822144374e-06, + "T": 9.580245205143001e-06, + "P": 0.050232626497745514, + "-": 0.9489185810089111 + }, + "id": "tp_9126" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1140774, + "label": "-", + "classification": { + "B": 1.918662739797128e-08, + "S": 3.2855834319889254e-07, + "I": 6.716407369822264e-06, + "C": 1.0718922567320988e-06, + "R": 3.3722218972798146e-07, + "M": 7.385526259895414e-06, + "O": 6.120562829892151e-06, + "W": 2.3920685521261476e-07, + "N": 7.710175964348309e-07, + "Y": 0.00025623742840252817, + "U": 2.8465350965234393e-08, + "K": 4.191232619632501e-06, + "L": 2.3715662678114313e-07, + "G": 2.5778192139114253e-05, + "F": 0.02231462672352791, + "E": 3.117424785159528e-05, + "T": 0.00011713294225046411, + "P": 0.033054009079933167, + "-": 0.9441735148429871 + }, + "id": "tp_9127" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1140908, + "label": "-", + "classification": { + "B": 1.1790230018959846e-06, + "S": 2.2845561034046113e-06, + "I": 1.6014165282740578e-07, + "C": 3.281142824107519e-07, + "R": 8.243291205189962e-08, + "M": 0.00012375868391245604, + "O": 3.762703272514045e-05, + "W": 2.1266977512368612e-07, + "N": 8.36794278313846e-09, + "Y": 0.0002770042628981173, + "U": 4.1811193396412705e-10, + "K": 1.019474193952874e-08, + "L": 6.794048658775864e-06, + "G": 0.00020641039009205997, + "F": 0.012044164352118969, + "E": 5.355818302632542e-06, + "T": 0.0001259074779227376, + "P": 0.0011236410355195403, + "-": 0.9860450625419617 + }, + "id": "tp_9128" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1141008, + "label": "-", + "classification": { + "B": 4.551839447231032e-05, + "S": 6.290497367444914e-06, + "I": 1.0502084251129418e-06, + "C": 9.79889136942802e-07, + "R": 4.6950538035162026e-07, + "M": 0.0001767115609254688, + "O": 9.772341581992805e-05, + "W": 1.072507188837335e-06, + "N": 6.059980250938679e-08, + "Y": 0.00013095721078570932, + "U": 5.123688584518504e-09, + "K": 8.499105419446096e-09, + "L": 1.3463375580613501e-05, + "G": 0.00021494571410585195, + "F": 0.0015497838612645864, + "E": 4.7763842303538695e-06, + "T": 0.00024234087322838604, + "P": 0.003088184632360935, + "-": 0.9944256544113159 + }, + "id": "tp_9129" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1141141, + "label": "-", + "classification": { + "B": 1.662107007582847e-09, + "S": 3.848106544523944e-08, + "I": 2.0025602509576856e-07, + "C": 4.2408757394696295e-07, + "R": 3.921975988419035e-08, + "M": 3.903694960172288e-06, + "O": 1.0809901596076088e-06, + "W": 7.353912589991296e-09, + "N": 5.154698001774705e-09, + "Y": 5.7240442401962355e-05, + "U": 6.267230484580111e-11, + "K": 7.793089196184155e-08, + "L": 9.793067334840089e-08, + "G": 5.362253068597056e-05, + "F": 0.03415148705244064, + "E": 3.2985776670102496e-06, + "T": 1.5336190699599683e-05, + "P": 0.002078323857858777, + "-": 0.963634729385376 + }, + "id": "tp_9130" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1141275, + "label": "-", + "classification": { + "B": 8.367496207029035e-08, + "S": 3.7219596293880386e-08, + "I": 1.4567594917025417e-06, + "C": 3.120685931889966e-09, + "R": 6.094499904740758e-10, + "M": 9.324051575276826e-07, + "O": 7.075062171679747e-07, + "W": 8.70390248763897e-09, + "N": 1.4610781029489317e-08, + "Y": 2.0039731225551805e-06, + "U": 4.612105142243195e-11, + "K": 2.6822155607675313e-10, + "L": 9.055461269724674e-09, + "G": 8.579092423133261e-07, + "F": 0.00011899469973286614, + "E": 1.4042678913028794e-06, + "T": 1.8733938986770227e-06, + "P": 0.14748743176460266, + "-": 0.8523842096328735 + }, + "id": "tp_9131" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1141408, + "label": "-", + "classification": { + "B": 8.869998069371832e-09, + "S": 1.0880353285003252e-09, + "I": 7.893959974580866e-08, + "C": 1.9350718249988574e-10, + "R": 2.0816027720971242e-11, + "M": 9.286467417268796e-08, + "O": 5.8648385703463646e-08, + "W": 1.863959819825567e-10, + "N": 4.976725698213613e-10, + "Y": 5.635022830574599e-07, + "U": 1.606489030345215e-12, + "K": 2.3309821087225124e-11, + "L": 5.558136728645025e-10, + "G": 5.623866741188976e-07, + "F": 0.00012575781147461385, + "E": 3.861465529553243e-07, + "T": 4.867552547693776e-07, + "P": 0.06588943302631378, + "-": 0.9339826107025146 + }, + "id": "tp_9132" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1141508, + "label": "-", + "classification": { + "B": 5.82585479858011e-10, + "S": 2.644123924255837e-07, + "I": 6.7227745148557e-08, + "C": 1.2122350767640455e-07, + "R": 2.295179513112089e-08, + "M": 5.134146249474725e-06, + "O": 2.157860080842511e-06, + "W": 3.377536117454838e-08, + "N": 8.362794901017878e-09, + "Y": 9.841526480158791e-05, + "U": 2.063089421522335e-10, + "K": 7.581522822874831e-07, + "L": 3.31795604324725e-08, + "G": 1.0504276360734366e-05, + "F": 0.006380740087479353, + "E": 6.526499873871217e-07, + "T": 0.00010692752402974293, + "P": 0.0011053165653720498, + "-": 0.9922887682914734 + }, + "id": "tp_9133" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1141642, + "label": "-", + "classification": { + "B": 3.2004369131755084e-05, + "S": 6.543436484207632e-06, + "I": 0.00035735583514906466, + "C": 0.00011731658014468849, + "R": 3.522905899444595e-05, + "M": 0.0005991572979837656, + "O": 0.00018995709251612425, + "W": 9.346235856355634e-06, + "N": 1.3922995094617363e-05, + "Y": 0.0019501924980431795, + "U": 3.365504653629614e-06, + "K": 4.054818418808281e-06, + "L": 5.615603367914446e-05, + "G": 0.001436099293641746, + "F": 0.004647006746381521, + "E": 0.00043842793093062937, + "T": 0.0012270612642168999, + "P": 0.07705961167812347, + "-": 0.911817193031311 + }, + "id": "tp_9134" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1141775, + "label": "-", + "classification": { + "B": 0.00030699121998623013, + "S": 0.0004610222822520882, + "I": 0.0020950480829924345, + "C": 0.000689940934535116, + "R": 0.00026348631945438683, + "M": 0.003957903478294611, + "O": 0.0016348883509635925, + "W": 0.00025248737074434757, + "N": 0.0005418704240582883, + "Y": 0.012237225659191608, + "U": 5.272109046927653e-05, + "K": 0.0015609365655109286, + "L": 0.0003457756247371435, + "G": 0.009925281628966331, + "F": 0.08907698839902878, + "E": 0.015945298597216606, + "T": 0.005896289367228746, + "P": 0.1543443650007248, + "-": 0.7004114389419556 + }, + "id": "tp_9135" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1141875, + "label": "-", + "classification": { + "B": 1.4993412067454415e-09, + "S": 1.0174199260859496e-08, + "I": 3.034844837657147e-07, + "C": 3.877965948362316e-09, + "R": 6.500824323296683e-10, + "M": 6.58049486901291e-07, + "O": 6.075171086195041e-07, + "W": 3.496527734014876e-09, + "N": 9.065134420893628e-09, + "Y": 3.6538629046845017e-06, + "U": 6.943039893014813e-11, + "K": 4.793974661687628e-10, + "L": 2.1137689376615754e-09, + "G": 3.01125339774444e-07, + "F": 3.0288885682239197e-05, + "E": 1.2828031970002485e-07, + "T": 1.2898951354145538e-05, + "P": 0.02760418690741062, + "-": 0.9723469018936157 + }, + "id": "tp_9136" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1142009, + "label": "-", + "classification": { + "B": 1.3658910802405444e-07, + "S": 9.180514126683192e-09, + "I": 1.3858058878213342e-07, + "C": 6.270871466540484e-08, + "R": 3.6225777932941128e-09, + "M": 1.2613220405910397e-06, + "O": 4.730553087028966e-07, + "W": 5.83800563447312e-09, + "N": 2.861303860512976e-09, + "Y": 8.408777830481995e-06, + "U": 1.3085163508286257e-10, + "K": 1.4190710828643205e-09, + "L": 3.384753100021953e-08, + "G": 7.545641892647836e-06, + "F": 0.0018102426547557116, + "E": 3.0393584893317893e-06, + "T": 2.403679445706075e-06, + "P": 0.026314597576856613, + "-": 0.9718517065048218 + }, + "id": "tp_9137" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1142142, + "label": "-", + "classification": { + "B": 2.1137488147360273e-05, + "S": 1.5730412997072563e-05, + "I": 0.0005200164159759879, + "C": 5.059171962784603e-05, + "R": 1.6874275388545357e-05, + "M": 0.0037093008868396282, + "O": 0.00022514014563057572, + "W": 7.87446515460033e-06, + "N": 2.1257892512949184e-05, + "Y": 0.030433079227805138, + "U": 9.904537137117586e-07, + "K": 2.195009983552154e-05, + "L": 3.999257751274854e-05, + "G": 0.004159575328230858, + "F": 0.005763447377830744, + "E": 0.0021173148415982723, + "T": 0.008704949170351028, + "P": 0.02055508643388748, + "-": 0.9236157536506653 + }, + "id": "tp_9138" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1142276, + "label": "-", + "classification": { + "B": 9.669990364002956e-10, + "S": 8.339173795945953e-09, + "I": 3.366838427609764e-05, + "C": 2.488199299932603e-07, + "R": 5.6082996024997556e-08, + "M": 3.2393656965723494e-06, + "O": 6.610603122680914e-07, + "W": 1.1142097022798225e-08, + "N": 5.831205953654717e-07, + "Y": 0.00014294612628873438, + "U": 5.655205637111749e-09, + "K": 1.1386614318098509e-07, + "L": 9.387239430225236e-09, + "G": 2.5033859856193885e-06, + "F": 0.00014945807924959809, + "E": 8.368360795429908e-06, + "T": 0.0001429217227268964, + "P": 0.025999391451478004, + "-": 0.9735157489776611 + }, + "id": "tp_9139" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1142376, + "label": "F", + "classification": { + "B": 0.00033680873457342386, + "S": 0.0040037003345787525, + "I": 0.0015760012902319431, + "C": 0.0005340308416634798, + "R": 0.00016430274990852922, + "M": 0.009710002690553665, + "O": 0.0034194127656519413, + "W": 0.0006147853564471006, + "N": 0.0005955601809546351, + "Y": 0.05182832479476929, + "U": 1.2287717254366726e-05, + "K": 0.007035456597805023, + "L": 0.0009008304914459586, + "G": 0.05876430496573448, + "F": 0.4530794322490692, + "E": 0.02857254631817341, + "T": 0.01628902740776539, + "P": 0.04441339895129204, + "-": 0.31814977526664734 + }, + "id": "tp_9140" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1142509, + "label": "-", + "classification": { + "B": 1.0409706874270341e-06, + "S": 4.429938655903243e-07, + "I": 1.8711481970967725e-05, + "C": 5.598886332336406e-08, + "R": 3.7853549628152905e-08, + "M": 1.5734498447272927e-05, + "O": 5.338761638995493e-06, + "W": 8.389947936393582e-08, + "N": 2.8978644195376546e-07, + "Y": 0.000175033463165164, + "U": 2.040876578845996e-09, + "K": 3.6665395164448e-09, + "L": 2.7475547881294915e-07, + "G": 1.8691258446779102e-05, + "F": 0.0005782966618426144, + "E": 7.605659902765183e-06, + "T": 0.00015895601245574653, + "P": 0.095245361328125, + "-": 0.9037740230560303 + }, + "id": "tp_9141" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1142643, + "label": "-", + "classification": { + "B": 2.586804612292326e-06, + "S": 7.51684956412646e-06, + "I": 5.834699095430551e-06, + "C": 5.087091267341748e-06, + "R": 2.4972089249786222e-06, + "M": 0.0003649009158834815, + "O": 0.00013619470701087266, + "W": 3.7652719129255274e-06, + "N": 4.5581671770378307e-07, + "Y": 0.001206996850669384, + "U": 9.913256349136645e-08, + "K": 1.7026723071467131e-06, + "L": 2.4490591385983862e-05, + "G": 0.0005083400756120682, + "F": 0.012915510684251785, + "E": 5.022929690312594e-05, + "T": 0.0009187721880152822, + "P": 0.005866936407983303, + "-": 0.9779781103134155 + }, + "id": "tp_9142" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1142776, + "label": "-", + "classification": { + "B": 6.039172149030492e-05, + "S": 2.1641060811816715e-05, + "I": 1.7676755305728875e-05, + "C": 6.409433353837812e-06, + "R": 1.7388277910868055e-06, + "M": 0.00031855428824201226, + "O": 0.0002639417361933738, + "W": 1.0731282600318082e-05, + "N": 3.397220325496164e-06, + "Y": 0.00017111990018747747, + "U": 3.7005679587309714e-07, + "K": 2.828399374266155e-06, + "L": 2.258561653434299e-05, + "G": 0.00016464554937556386, + "F": 0.00609124731272459, + "E": 0.00017484840645920485, + "T": 0.0003642371448222548, + "P": 0.0362359844148159, + "-": 0.9560677409172058 + }, + "id": "tp_9143" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1142876, + "label": "-", + "classification": { + "B": 6.852885547914411e-08, + "S": 8.649638516544655e-07, + "I": 6.5851977524289396e-06, + "C": 4.9448466597823426e-05, + "R": 9.159344699583016e-06, + "M": 0.0005506201996468008, + "O": 0.0001093836035579443, + "W": 3.2820994988469465e-07, + "N": 1.7470807733843685e-07, + "Y": 0.0019785668700933456, + "U": 1.640581892559112e-08, + "K": 5.126420177248292e-08, + "L": 4.503763921093196e-05, + "G": 0.0015776653308421373, + "F": 0.008470472879707813, + "E": 1.481423714722041e-05, + "T": 0.000972443784121424, + "P": 0.0031825678888708353, + "-": 0.9830317497253418 + }, + "id": "tp_9144" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1143010, + "label": "-", + "classification": { + "B": 1.3328071979401557e-09, + "S": 4.087341132219535e-09, + "I": 3.947855304886616e-07, + "C": 1.2227540935327852e-07, + "R": 1.0962792451607584e-08, + "M": 2.0034071894770022e-06, + "O": 2.5679534587652597e-07, + "W": 2.821638922512193e-09, + "N": 1.0164096231335407e-08, + "Y": 0.00011125126911792904, + "U": 4.463195368842321e-10, + "K": 9.047194993172525e-08, + "L": 1.4352605326450885e-08, + "G": 2.0209685317240655e-05, + "F": 0.0035625891759991646, + "E": 5.491951014846563e-06, + "T": 2.478779060766101e-05, + "P": 0.010957877151668072, + "-": 0.9853149652481079 + }, + "id": "tp_9145" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1143143, + "label": "-", + "classification": { + "B": 2.0121831312280847e-06, + "S": 5.748882472289552e-07, + "I": 7.41922267479822e-05, + "C": 1.3062551261100452e-05, + "R": 1.2289019650779665e-06, + "M": 0.00013180925452616066, + "O": 8.247118785220664e-06, + "W": 3.6073049614060437e-07, + "N": 3.482186230030493e-06, + "Y": 0.002100819256156683, + "U": 2.3694089179571165e-07, + "K": 2.8996268156333826e-05, + "L": 1.3498109865395236e-06, + "G": 0.0014448568690568209, + "F": 0.012435860931873322, + "E": 0.001625759294256568, + "T": 0.00036812975304201245, + "P": 0.09669240564107895, + "-": 0.885066568851471 + }, + "id": "tp_9146" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1143277, + "label": "-", + "classification": { + "B": 1.5947072995459166e-08, + "S": 2.698888224017537e-08, + "I": 8.00512907517259e-07, + "C": 1.703412095821477e-07, + "R": 2.708650548299829e-08, + "M": 5.8000196077045985e-06, + "O": 7.03565206094936e-07, + "W": 6.185595147201184e-09, + "N": 2.104487606402472e-08, + "Y": 9.614918235456571e-05, + "U": 9.979113091418412e-10, + "K": 3.2722269338592014e-08, + "L": 4.6894751193349293e-08, + "G": 1.6264883015537634e-05, + "F": 0.0030518739949911833, + "E": 4.030288891954115e-06, + "T": 5.4618416470475495e-05, + "P": 0.015676841139793396, + "-": 0.981092631816864 + }, + "id": "tp_9147" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1143377, + "label": "-", + "classification": { + "B": 5.325636038833181e-07, + "S": 4.964957156516903e-07, + "I": 0.00020692808902822435, + "C": 3.525456122588366e-05, + "R": 1.3378928088059183e-05, + "M": 0.0005426983698271215, + "O": 1.7631746231927536e-05, + "W": 2.291458258696366e-07, + "N": 2.1834252947883215e-06, + "Y": 0.006168868392705917, + "U": 1.1427430024468777e-07, + "K": 8.131117397169874e-07, + "L": 5.9317303566785995e-06, + "G": 0.002247642492875457, + "F": 0.006973983254283667, + "E": 0.0002751110296230763, + "T": 0.0019015356665477157, + "P": 0.05059078708291054, + "-": 0.9310157895088196 + }, + "id": "tp_9148" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1143510, + "label": "-", + "classification": { + "B": 4.4663676135314745e-07, + "S": 1.6506022575413226e-06, + "I": 1.8335023924009874e-05, + "C": 4.375753178464947e-06, + "R": 3.918916604561673e-07, + "M": 2.418419171590358e-05, + "O": 7.3633632382552605e-06, + "W": 2.7477418029775436e-07, + "N": 8.442028729405138e-07, + "Y": 8.403697574976832e-05, + "U": 2.1394527038864908e-08, + "K": 3.491715006020968e-07, + "L": 7.438655416081019e-07, + "G": 3.167050454067066e-05, + "F": 0.0064111012034118176, + "E": 2.9762726626358926e-05, + "T": 8.838484791340306e-05, + "P": 0.04454215615987778, + "-": 0.9487539529800415 + }, + "id": "tp_9149" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1143644, + "label": "-", + "classification": { + "B": 1.0952079776416213e-07, + "S": 1.2116340997181396e-07, + "I": 0.00013429376122076064, + "C": 4.43383532910957e-06, + "R": 5.35503204446286e-07, + "M": 6.2211142903834116e-06, + "O": 3.854593614960322e-06, + "W": 4.068892565101123e-07, + "N": 1.84010077646235e-05, + "Y": 0.0006016588304191828, + "U": 2.5629603328525263e-07, + "K": 0.00020360457710921764, + "L": 6.914725503293084e-08, + "G": 0.00017372773436363786, + "F": 0.007155527360737324, + "E": 0.002091418718919158, + "T": 8.305647497763857e-05, + "P": 0.3229371905326843, + "-": 0.6665850877761841 + }, + "id": "tp_9150" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1143777, + "label": "-", + "classification": { + "B": 1.211730136674305e-06, + "S": 8.347882953785302e-07, + "I": 5.195609446673188e-06, + "C": 1.6039869024098152e-06, + "R": 6.855860306131945e-07, + "M": 0.00013747552293352783, + "O": 3.212734736735001e-05, + "W": 3.338412568609783e-07, + "N": 1.4080228538659867e-07, + "Y": 0.00015375031216535717, + "U": 1.1593490611971902e-08, + "K": 1.2990906128607094e-08, + "L": 3.780077122428338e-06, + "G": 7.981780072441325e-05, + "F": 0.0007927418919280171, + "E": 8.252055522461887e-06, + "T": 0.00035202945582568645, + "P": 0.013460825197398663, + "-": 0.9849691390991211 + }, + "id": "tp_9151" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1143877, + "label": "-", + "classification": { + "B": 6.3537227106280625e-06, + "S": 2.9348886982916156e-06, + "I": 0.002225815085694194, + "C": 4.03008634748403e-05, + "R": 1.2139395039412193e-05, + "M": 0.00042292315629310906, + "O": 7.625699072377756e-05, + "W": 3.1049166864249855e-06, + "N": 8.194237307179719e-05, + "Y": 0.0035244706086814404, + "U": 2.036492787738098e-06, + "K": 8.316474122693762e-06, + "L": 7.041157459752867e-06, + "G": 0.0007016021409071982, + "F": 0.0016465927474200726, + "E": 0.0012546165380626917, + "T": 0.0028802386950701475, + "P": 0.2641153335571289, + "-": 0.722987949848175 + }, + "id": "tp_9152" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1144011, + "label": "-", + "classification": { + "B": 5.362493311622529e-07, + "S": 7.931413961159706e-07, + "I": 1.5799176253494807e-05, + "C": 8.30552562547382e-06, + "R": 5.064995093562175e-06, + "M": 0.00013713353837374598, + "O": 4.5472279452951625e-05, + "W": 5.191215564082086e-07, + "N": 1.8543173041507544e-07, + "Y": 0.0018776289653033018, + "U": 5.223278520816166e-08, + "K": 5.8509215250523994e-08, + "L": 1.1723150237230584e-05, + "G": 0.0002965106104966253, + "F": 0.0013058098265901208, + "E": 5.568339020101121e-06, + "T": 0.0008317816536873579, + "P": 0.004856118466705084, + "-": 0.9906009435653687 + }, + "id": "tp_9153" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1144144, + "label": "-", + "classification": { + "B": 4.0321612715388255e-09, + "S": 3.418242755515166e-08, + "I": 9.015963655656378e-07, + "C": 1.3871419923816575e-06, + "R": 3.8373647726075433e-07, + "M": 2.749195800788584e-06, + "O": 2.0892532575089717e-06, + "W": 5.4229303714237176e-08, + "N": 3.320438324294628e-08, + "Y": 0.000175221124663949, + "U": 8.317379673883352e-09, + "K": 1.7050807343821361e-07, + "L": 1.3433381695904245e-07, + "G": 8.053118108364288e-06, + "F": 0.0025804457254707813, + "E": 8.234486017499876e-07, + "T": 5.424417759058997e-05, + "P": 0.0061950720846652985, + "-": 0.9909781217575073 + }, + "id": "tp_9154" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1144278, + "label": "-", + "classification": { + "B": 1.0557576388237067e-05, + "S": 1.1623366162893944e-06, + "I": 0.00016256369417533278, + "C": 2.8626356652239338e-05, + "R": 9.032492016558535e-06, + "M": 0.0005209624068811536, + "O": 5.644015982397832e-05, + "W": 1.8839400581782684e-06, + "N": 4.378470748633845e-06, + "Y": 0.0020455948542803526, + "U": 8.39356516735279e-07, + "K": 2.4754197056608973e-06, + "L": 1.9797947970801033e-05, + "G": 0.0010112382005900145, + "F": 0.005732256919145584, + "E": 0.00047040084609761834, + "T": 0.0009886082261800766, + "P": 0.043178390711545944, + "-": 0.9457548260688782 + }, + "id": "tp_9155" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1144378, + "label": "-", + "classification": { + "B": 5.727723328163847e-05, + "S": 3.823295992333442e-05, + "I": 0.0003992544370703399, + "C": 2.661363578226883e-05, + "R": 7.709136298217345e-06, + "M": 0.0006941662286408246, + "O": 0.00027301578666083515, + "W": 1.9061562852584757e-05, + "N": 4.45177975052502e-05, + "Y": 0.0026574390940368176, + "U": 4.885908765572822e-06, + "K": 1.733791759761516e-05, + "L": 5.163588502909988e-05, + "G": 0.0011110472260043025, + "F": 0.01067774835973978, + "E": 0.0006604043883271515, + "T": 0.0029849966522306204, + "P": 0.12107427418231964, + "-": 0.8592004179954529 + }, + "id": "tp_9156" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1144511, + "label": "-", + "classification": { + "B": 0.0004004240909125656, + "S": 0.0014308940153568983, + "I": 0.0012491279048845172, + "C": 0.0004195450455881655, + "R": 0.00033913651714101434, + "M": 0.009179099462926388, + "O": 0.0061684357933700085, + "W": 0.0006450885557569563, + "N": 0.00022914126748219132, + "Y": 0.03953532502055168, + "U": 3.512155672069639e-05, + "K": 0.0008533057407476008, + "L": 0.0013287466717883945, + "G": 0.015430324710905552, + "F": 0.07549569010734558, + "E": 0.001362382317893207, + "T": 0.026867499575018883, + "P": 0.018371032550930977, + "-": 0.8006596565246582 + }, + "id": "tp_9157" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1144645, + "label": "-", + "classification": { + "B": 6.731418977778958e-08, + "S": 4.701806943785414e-08, + "I": 5.337589755072258e-06, + "C": 2.433046120131621e-06, + "R": 7.524814122916723e-07, + "M": 4.578084917739034e-05, + "O": 6.1087253016012255e-06, + "W": 5.260544000407208e-08, + "N": 7.837649462771878e-08, + "Y": 0.00034783390583470464, + "U": 1.635288704449067e-08, + "K": 1.9557960584393186e-08, + "L": 1.8516328736950527e-06, + "G": 6.28287234576419e-05, + "F": 0.0016582956304773688, + "E": 2.648284862516448e-06, + "T": 0.0002948310284409672, + "P": 0.006035792641341686, + "-": 0.9915351867675781 + }, + "id": "tp_9158" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1144778, + "label": "-", + "classification": { + "B": 5.89917988236266e-07, + "S": 1.091370336325781e-06, + "I": 2.3746188162476756e-06, + "C": 4.160888238402549e-07, + "R": 1.3715147417769913e-07, + "M": 1.9208795492886566e-05, + "O": 1.5793537386343814e-05, + "W": 2.371863274674979e-07, + "N": 1.1465457561143921e-07, + "Y": 0.00018917206034529954, + "U": 8.158355768728143e-09, + "K": 3.47062076855309e-08, + "L": 1.0977408919643494e-06, + "G": 4.655705197365023e-05, + "F": 0.003626034827902913, + "E": 3.4171039260399994e-06, + "T": 0.00012898592103738338, + "P": 0.014552070759236813, + "-": 0.9814127683639526 + }, + "id": "tp_9159" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1144878, + "label": "-", + "classification": { + "B": 2.016181497310754e-05, + "S": 9.676733498054091e-06, + "I": 0.0005972401122562587, + "C": 0.00013954570749774575, + "R": 4.452698340173811e-05, + "M": 0.002089616609737277, + "O": 0.00018173966964241117, + "W": 7.92265564086847e-06, + "N": 3.0255847377702594e-05, + "Y": 0.010317914187908173, + "U": 6.8863100750604644e-06, + "K": 2.7857420718646608e-05, + "L": 6.529650272568688e-05, + "G": 0.00313162081874907, + "F": 0.010144168511033058, + "E": 0.0012831699568778276, + "T": 0.006504150573164225, + "P": 0.04249868169426918, + "-": 0.9228996634483337 + }, + "id": "tp_9160" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1145012, + "label": "-", + "classification": { + "B": 4.092635663255351e-06, + "S": 1.682098263700027e-05, + "I": 0.0033280514180660248, + "C": 0.00018866232130676508, + "R": 5.8490415540290996e-05, + "M": 0.0010278186528012156, + "O": 0.0002235579740954563, + "W": 1.8280294170835987e-05, + "N": 0.00020720087923109531, + "Y": 0.003970579709857702, + "U": 9.221824257110711e-06, + "K": 2.776367728074547e-05, + "L": 3.0103032258921303e-05, + "G": 0.0007363064796663821, + "F": 0.0031481138430535793, + "E": 0.0015148452948778868, + "T": 0.003981204237788916, + "P": 0.31860673427581787, + "-": 0.6629021763801575 + }, + "id": "tp_9161" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1145145, + "label": "-", + "classification": { + "B": 1.0471496381114775e-07, + "S": 4.526258635451086e-06, + "I": 1.0353888910685782e-06, + "C": 1.7184672742587281e-06, + "R": 5.513906558007875e-07, + "M": 0.0009714027983136475, + "O": 4.1278395656263456e-05, + "W": 2.8807781404793786e-07, + "N": 3.097388301398496e-08, + "Y": 0.001475790049880743, + "U": 1.075273758921469e-09, + "K": 1.7213677949712292e-07, + "L": 7.059920790197793e-06, + "G": 0.0005232242401689291, + "F": 0.017912115901708603, + "E": 1.0923435183940455e-05, + "T": 0.0006750025786459446, + "P": 0.0007739201537333429, + "-": 0.9776006937026978 + }, + "id": "tp_9162" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1145279, + "label": "-", + "classification": { + "B": 1.8489634712182124e-08, + "S": 1.5979425782575163e-08, + "I": 3.7855593859603687e-07, + "C": 1.5415048437716905e-07, + "R": 3.7463532720494186e-08, + "M": 5.373913722905854e-07, + "O": 1.0172651627726736e-06, + "W": 1.7656972772783774e-08, + "N": 9.029692549233914e-09, + "Y": 1.0530883628234733e-05, + "U": 1.3420748956605166e-09, + "K": 6.0452292061086155e-09, + "L": 6.234143512529045e-08, + "G": 3.4260156098753214e-06, + "F": 0.001112563069909811, + "E": 1.4730829889231245e-07, + "T": 1.2239992429385893e-05, + "P": 0.010038286447525024, + "-": 0.9888206124305725 + }, + "id": "tp_9163" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1145379, + "label": "-", + "classification": { + "B": 1.1664900739560835e-05, + "S": 6.84741316945292e-05, + "I": 0.00010649610339896753, + "C": 0.0002651083341334015, + "R": 3.8201695133466274e-05, + "M": 0.0004372487892396748, + "O": 0.00032476132037118077, + "W": 4.8189609515247867e-05, + "N": 5.6998254876816645e-05, + "Y": 0.007245099171996117, + "U": 5.391771537688328e-06, + "K": 0.0031568652484565973, + "L": 4.416799492901191e-05, + "G": 0.005833332426846027, + "F": 0.20752887427806854, + "E": 0.003972863312810659, + "T": 0.002264674287289381, + "P": 0.049499448388814926, + "-": 0.7190921902656555 + }, + "id": "tp_9164" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1145512, + "label": "-", + "classification": { + "B": 8.285879448521882e-05, + "S": 7.307725172722712e-05, + "I": 0.0003947020450141281, + "C": 6.205399404279888e-05, + "R": 1.3919650882598944e-05, + "M": 0.0012089959345757961, + "O": 0.0005169950891286135, + "W": 3.712090983754024e-05, + "N": 5.326023529050872e-05, + "Y": 0.0041449773125350475, + "U": 4.782968517247355e-06, + "K": 6.169275002321228e-05, + "L": 7.39756942493841e-05, + "G": 0.0030553981196135283, + "F": 0.026668211445212364, + "E": 0.0020042196847498417, + "T": 0.002119621029123664, + "P": 0.08192069828510284, + "-": 0.877503514289856 + }, + "id": "tp_9165" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1145646, + "label": "-", + "classification": { + "B": 3.8698871884790265e-10, + "S": 2.480831651219262e-10, + "I": 5.84509791679011e-07, + "C": 1.3869739134975134e-08, + "R": 6.124467599732952e-10, + "M": 1.9996105038444512e-07, + "O": 3.1546598222575994e-08, + "W": 4.65372462787883e-10, + "N": 5.763358235100213e-09, + "Y": 2.6518350750848185e-06, + "U": 9.947302703761096e-11, + "K": 3.3799725684957593e-08, + "L": 4.0551043078984605e-10, + "G": 8.746784487811965e-07, + "F": 0.0004150216409470886, + "E": 3.7316499401640613e-06, + "T": 8.707301617505436e-07, + "P": 0.04836492985486984, + "-": 0.9512110948562622 + }, + "id": "tp_9166" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1145779, + "label": "-", + "classification": { + "B": 1.158419582480974e-09, + "S": 1.2950296390812355e-09, + "I": 1.1481466799523332e-06, + "C": 2.1879685618841904e-07, + "R": 1.4342500520569956e-08, + "M": 1.7145030142273754e-06, + "O": 1.9125889139104402e-07, + "W": 1.6718032513907133e-09, + "N": 1.8647902777502168e-08, + "Y": 6.0326714447000995e-05, + "U": 9.39105015973496e-10, + "K": 1.0128256633379351e-07, + "L": 1.1885362916075337e-08, + "G": 2.9659788197022863e-05, + "F": 0.0015621549682691693, + "E": 1.1337756404827815e-05, + "T": 1.809711648093071e-05, + "P": 0.01855330541729927, + "-": 0.9797617197036743 + }, + "id": "tp_9167" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1145879, + "label": "-", + "classification": { + "B": 2.0867712464678334e-06, + "S": 3.68236374015396e-06, + "I": 0.00025034285499714315, + "C": 1.1577711120480672e-05, + "R": 2.1466587440954754e-06, + "M": 2.549170676502399e-05, + "O": 3.150586417177692e-05, + "W": 3.7705515296693193e-06, + "N": 2.4767496142885648e-05, + "Y": 0.00023600888380315155, + "U": 1.3170077863833285e-06, + "K": 1.05575418274384e-05, + "L": 2.1078305962873856e-06, + "G": 7.653702778043225e-05, + "F": 0.00769299641251564, + "E": 0.00017076490621548146, + "T": 0.0002668565430212766, + "P": 0.2660087049007416, + "-": 0.7251787185668945 + }, + "id": "tp_9168" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1146013, + "label": "-", + "classification": { + "B": 8.068202994593321e-09, + "S": 7.1485497521450725e-09, + "I": 1.084806399376248e-06, + "C": 2.710952230700059e-06, + "R": 2.1848489950571093e-07, + "M": 2.7934854642808205e-06, + "O": 4.095350050192792e-07, + "W": 6.960945597711543e-09, + "N": 2.8603007962146876e-08, + "Y": 0.00037136944592930377, + "U": 1.1444548420058709e-08, + "K": 4.4032918822267675e-07, + "L": 3.59305154518097e-08, + "G": 1.9155095287715085e-05, + "F": 0.0011421107919886708, + "E": 9.960612032955396e-07, + "T": 0.00010731573274824768, + "P": 0.005043698009103537, + "-": 0.9933075904846191 + }, + "id": "tp_9169" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1146146, + "label": "-", + "classification": { + "B": 6.241423733399643e-08, + "S": 1.4714552776240453e-07, + "I": 7.265995805028069e-07, + "C": 1.0155473546547e-06, + "R": 1.8552945846295188e-07, + "M": 4.03491358156316e-05, + "O": 5.351096660888288e-06, + "W": 5.152792681428764e-08, + "N": 4.797254504751436e-08, + "Y": 0.00041257840348407626, + "U": 5.845739892151869e-09, + "K": 4.5554858729701664e-07, + "L": 4.047469417400862e-07, + "G": 7.185496360762045e-05, + "F": 0.006258345674723387, + "E": 6.7493797359929886e-06, + "T": 0.0001591170730534941, + "P": 0.003967686090618372, + "-": 0.9890750050544739 + }, + "id": "tp_9170" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1146280, + "label": "-", + "classification": { + "B": 8.565122584514029e-07, + "S": 3.4592844713188242e-06, + "I": 0.00034003471955657005, + "C": 8.875256753526628e-06, + "R": 5.336610229278449e-06, + "M": 0.00016563248937018216, + "O": 2.8300402846070938e-05, + "W": 1.6781920066932798e-06, + "N": 1.4998958249634597e-05, + "Y": 0.004816669505089521, + "U": 7.298814921341545e-07, + "K": 2.2631968022324145e-05, + "L": 2.380337946306099e-06, + "G": 0.0002923906431533396, + "F": 0.006442091893404722, + "E": 0.0001712845842121169, + "T": 0.00430018687620759, + "P": 0.06309402734041214, + "-": 0.9202885031700134 + }, + "id": "tp_9171" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1146380, + "label": "-", + "classification": { + "B": 4.80840526506654e-07, + "S": 2.5415558866370702e-06, + "I": 1.5646846804884262e-06, + "C": 1.2325567411153315e-07, + "R": 5.238820932618182e-08, + "M": 5.11552207171917e-06, + "O": 1.1067803825426381e-05, + "W": 3.3664670695543464e-07, + "N": 2.3074457544680627e-07, + "Y": 4.8167770728468895e-05, + "U": 4.933914166116438e-09, + "K": 2.0205362716296804e-07, + "L": 3.286128844592895e-07, + "G": 1.3051772839389741e-05, + "F": 0.009955279529094696, + "E": 1.150999014498666e-05, + "T": 6.195815512910485e-05, + "P": 0.0318632572889328, + "-": 0.9580246806144714 + }, + "id": "tp_9172" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1146513, + "label": "-", + "classification": { + "B": 6.011075726064519e-08, + "S": 1.3246121000065614e-07, + "I": 4.1161536046274705e-07, + "C": 3.462818654043076e-07, + "R": 5.806897007687439e-08, + "M": 1.0412062692921609e-05, + "O": 3.048543476324994e-06, + "W": 2.6450056367366415e-08, + "N": 1.908450109056048e-08, + "Y": 0.00022149119467940181, + "U": 9.386225130469938e-10, + "K": 1.9370844484001282e-08, + "L": 2.1068154865133693e-07, + "G": 3.898289651260711e-05, + "F": 0.00483804102987051, + "E": 2.581357648523408e-06, + "T": 7.378806185442954e-05, + "P": 0.0073180049657821655, + "-": 0.9874923229217529 + }, + "id": "tp_9173" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1146647, + "label": "-", + "classification": { + "B": 3.2407961043645628e-06, + "S": 6.045822829037206e-06, + "I": 7.04193880665116e-05, + "C": 1.505841009930009e-05, + "R": 4.551608526526252e-06, + "M": 0.00010087091504829004, + "O": 8.966906170826405e-05, + "W": 4.932254796585767e-06, + "N": 6.297858362813713e-06, + "Y": 0.0006024487083777785, + "U": 7.856605748202128e-07, + "K": 4.582741894409992e-06, + "L": 8.704490028321743e-06, + "G": 0.00014309519610833377, + "F": 0.00693541532382369, + "E": 0.00011262196494499221, + "T": 0.0005123370792716742, + "P": 0.05785231292247772, + "-": 0.9335265755653381 + }, + "id": "tp_9174" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1146780, + "label": "-", + "classification": { + "B": 3.903276422079216e-07, + "S": 3.524369560636842e-07, + "I": 0.0002393298491369933, + "C": 7.41761186873191e-06, + "R": 2.586208438515314e-06, + "M": 6.207491969689727e-05, + "O": 1.8758370060822926e-05, + "W": 6.46824673822266e-07, + "N": 3.3699038795020897e-06, + "Y": 0.0005198027356527746, + "U": 2.097318656524294e-07, + "K": 1.402974163511317e-07, + "L": 2.4841053800628288e-06, + "G": 5.934550063102506e-05, + "F": 0.0003884744073729962, + "E": 3.430549259064719e-05, + "T": 0.0003040162264369428, + "P": 0.11995372176170349, + "-": 0.8784024119377136 + }, + "id": "tp_9175" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1146880, + "label": "-", + "classification": { + "B": 1.534290959170903e-06, + "S": 2.434217276459094e-05, + "I": 2.3379630874842405e-05, + "C": 1.4373475096363109e-05, + "R": 3.672858611025731e-06, + "M": 0.0002381921949563548, + "O": 9.312816837336868e-05, + "W": 7.135568012017757e-06, + "N": 7.087632184266113e-06, + "Y": 0.0014155548997223377, + "U": 3.2360370028072794e-07, + "K": 0.0001620551192900166, + "L": 5.240195605438203e-06, + "G": 0.0003403953742235899, + "F": 0.06600846350193024, + "E": 0.00028179294895380735, + "T": 0.0009931061649695039, + "P": 0.020656768232584, + "-": 0.9097234606742859 + }, + "id": "tp_9176" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1147014, + "label": "-", + "classification": { + "B": 4.1478051571175456e-07, + "S": 3.431958077726449e-07, + "I": 0.0004588840529322624, + "C": 4.199780960334465e-05, + "R": 1.5611514754709788e-05, + "M": 9.469191718380898e-05, + "O": 3.0147592042339966e-05, + "W": 9.200991826219251e-07, + "N": 9.442333066544961e-06, + "Y": 0.0011452484177425504, + "U": 1.312093104388623e-06, + "K": 1.6513538412255002e-06, + "L": 4.134722985327244e-06, + "G": 0.00024795980425551534, + "F": 0.000970548193436116, + "E": 6.245892291190103e-05, + "T": 0.0014207210624590516, + "P": 0.08636347949504852, + "-": 0.9091300964355469 + }, + "id": "tp_9177" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1147147, + "label": "-", + "classification": { + "B": 2.4515406039427035e-05, + "S": 4.913360044156434e-06, + "I": 5.2993104873166885e-06, + "C": 1.4273180681811937e-07, + "R": 6.604167879231682e-08, + "M": 1.8844642909243703e-05, + "O": 3.343166099512018e-05, + "W": 7.901490448602999e-07, + "N": 2.441728668145515e-07, + "Y": 2.620894883875735e-05, + "U": 5.850999240664123e-09, + "K": 1.6624385423824606e-08, + "L": 1.7505897176306462e-06, + "G": 4.797178553417325e-05, + "F": 0.0032463623210787773, + "E": 2.1648309484589845e-05, + "T": 3.8051221054047346e-05, + "P": 0.083015076816082, + "-": 0.9135146737098694 + }, + "id": "tp_9178" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1147281, + "label": "-", + "classification": { + "B": 8.201749733416364e-05, + "S": 3.0194429200491868e-05, + "I": 0.0018957853317260742, + "C": 7.54863940528594e-05, + "R": 4.505749893723987e-05, + "M": 0.00019360892474651337, + "O": 0.00024636773741804063, + "W": 3.766432564589195e-05, + "N": 0.00018155713041778654, + "Y": 0.002171912230551243, + "U": 1.247179534402676e-05, + "K": 0.00011734892905224115, + "L": 3.741015825653449e-05, + "G": 0.0013648559106513858, + "F": 0.014851013198494911, + "E": 0.0018784381682053208, + "T": 0.001130010699853301, + "P": 0.4188117980957031, + "-": 0.5568370819091797 + }, + "id": "tp_9179" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1147381, + "label": "-", + "classification": { + "B": 1.7565063217261923e-06, + "S": 5.060275270807324e-06, + "I": 0.00026496138889342546, + "C": 1.714790596452076e-05, + "R": 2.508654233679408e-06, + "M": 6.423352169804275e-05, + "O": 3.794142685364932e-05, + "W": 3.402161837584572e-06, + "N": 2.6878802600549534e-05, + "Y": 0.0007174403872340918, + "U": 2.0082079572603106e-06, + "K": 6.048376963008195e-05, + "L": 1.8648852346814238e-06, + "G": 0.00016163219697773457, + "F": 0.006438199896365404, + "E": 0.000764560594689101, + "T": 0.0003237510973121971, + "P": 0.17496329545974731, + "-": 0.8161429166793823 + }, + "id": "tp_9180" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1147514, + "label": "-", + "classification": { + "B": 3.06997935695108e-05, + "S": 4.3451200326671824e-05, + "I": 0.00784179288893938, + "C": 0.00041668800986371934, + "R": 0.000161217714776285, + "M": 0.0004756113048642874, + "O": 0.0003161285421811044, + "W": 4.109658038942143e-05, + "N": 0.0007535878103226423, + "Y": 0.006172887980937958, + "U": 3.849728454952128e-05, + "K": 0.00010332111560273916, + "L": 6.506439240183681e-05, + "G": 0.0016730186762288213, + "F": 0.009799731895327568, + "E": 0.0019407393410801888, + "T": 0.0030097311828285456, + "P": 0.45650067925453186, + "-": 0.5106160044670105 + }, + "id": "tp_9181" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1147648, + "label": "-", + "classification": { + "B": 1.9342458745796876e-09, + "S": 3.764629052938062e-09, + "I": 1.4237713230613736e-06, + "C": 3.4850760499693934e-08, + "R": 2.440410096227197e-09, + "M": 8.248231324614608e-07, + "O": 1.2626739476218063e-07, + "W": 3.4384068925419342e-09, + "N": 4.909404438535603e-08, + "Y": 2.4791344912955537e-05, + "U": 8.253277505865242e-10, + "K": 8.634555683784129e-07, + "L": 1.6847125916541472e-09, + "G": 3.127260242763441e-06, + "F": 0.0014032421167939901, + "E": 2.2048827304388396e-05, + "T": 1.1090325642726384e-05, + "P": 0.05899307131767273, + "-": 0.9395391941070557 + }, + "id": "tp_9182" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1147781, + "label": "-", + "classification": { + "B": 4.8297100875061005e-05, + "S": 0.00011815634206868708, + "I": 0.0017858378123492002, + "C": 0.000641380378510803, + "R": 9.823878644965589e-05, + "M": 0.0025331599172204733, + "O": 0.0006545521900989115, + "W": 8.309222903335467e-05, + "N": 0.00020570623746607453, + "Y": 0.004670117516070604, + "U": 2.4747718271100894e-05, + "K": 0.00011376440670574084, + "L": 0.00016419956227764487, + "G": 0.0018973395926877856, + "F": 0.02666485868394375, + "E": 0.002257727086544037, + "T": 0.0049904026091098785, + "P": 0.10014849156141281, + "-": 0.852899968624115 + }, + "id": "tp_9183" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1147881, + "label": "-", + "classification": { + "B": 6.725245839334093e-06, + "S": 8.291227459267247e-06, + "I": 0.00013494188897311687, + "C": 0.00010213359200861305, + "R": 5.766240428783931e-05, + "M": 0.0008003689581528306, + "O": 0.00032934307819232345, + "W": 7.1797994678490795e-06, + "N": 4.079721293237526e-06, + "Y": 0.003855205839499831, + "U": 1.1123307785965153e-06, + "K": 8.942723184190982e-07, + "L": 9.899872384266928e-05, + "G": 0.0015054114628583193, + "F": 0.007603399455547333, + "E": 8.925580914365128e-05, + "T": 0.0020214980468153954, + "P": 0.014484933577477932, + "-": 0.9688886404037476 + }, + "id": "tp_9184" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1148015, + "label": "-", + "classification": { + "B": 0.00024241059145424515, + "S": 9.675287401478272e-06, + "I": 2.470421532052569e-05, + "C": 1.0339624623156851e-06, + "R": 1.8486429098629742e-07, + "M": 0.00031765541643835604, + "O": 0.00015938541037030518, + "W": 2.2462907054432435e-06, + "N": 7.151735985644336e-07, + "Y": 6.229104474186897e-05, + "U": 2.143746513638689e-08, + "K": 3.403467285778561e-09, + "L": 3.452807504800148e-05, + "G": 0.00014311366248875856, + "F": 0.0007648358005098999, + "E": 5.1546128815971315e-05, + "T": 0.00013874504656996578, + "P": 0.052387673407793045, + "-": 0.9456593990325928 + }, + "id": "tp_9185" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1148148, + "label": "-", + "classification": { + "B": 1.2965293535671663e-05, + "S": 1.9832612451864406e-05, + "I": 6.591179158021987e-07, + "C": 1.39597830184357e-06, + "R": 2.606591124276747e-06, + "M": 0.0005092023639008403, + "O": 0.0006342959823086858, + "W": 4.628657279681647e-06, + "N": 1.8747732255519622e-08, + "Y": 0.0003581736236810684, + "U": 3.731531528217147e-09, + "K": 1.1332182969781002e-09, + "L": 0.00022114385501481593, + "G": 0.00029163359431549907, + "F": 0.0027331446763128042, + "E": 8.207221640077478e-07, + "T": 0.00045225644134916365, + "P": 0.0007365819183178246, + "-": 0.9940206408500671 + }, + "id": "tp_9186" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1148282, + "label": "-", + "classification": { + "B": 1.0518448334551067e-08, + "S": 3.298120176964403e-08, + "I": 1.0357345672673546e-05, + "C": 1.4067630900171935e-06, + "R": 3.604644689403358e-07, + "M": 4.4735584197042044e-06, + "O": 2.482285481164581e-06, + "W": 6.457504042600704e-08, + "N": 1.6044708672779961e-07, + "Y": 0.00014181101869326085, + "U": 1.713798702951408e-08, + "K": 2.272524568525114e-08, + "L": 1.8782705524245102e-07, + "G": 9.353352652397007e-06, + "F": 0.0004476605972740799, + "E": 2.119573764503002e-06, + "T": 0.00018082828319165856, + "P": 0.03918212279677391, + "-": 0.9600166082382202 + }, + "id": "tp_9187" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1148382, + "label": "-", + "classification": { + "B": 9.620655328035355e-05, + "S": 8.770597924012691e-05, + "I": 0.0006918025901541114, + "C": 0.0014101187698543072, + "R": 0.00033935863757506013, + "M": 0.005539048463106155, + "O": 0.0012625639792531729, + "W": 6.990530528128147e-05, + "N": 9.575884905643761e-05, + "Y": 0.012703275308012962, + "U": 5.258643795968965e-05, + "K": 0.00010023628419730812, + "L": 0.0006325608119368553, + "G": 0.005846661515533924, + "F": 0.026765568181872368, + "E": 0.0011164098978042603, + "T": 0.009917272254824638, + "P": 0.041131164878606796, + "-": 0.8921418190002441 + }, + "id": "tp_9188" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1148515, + "label": "-", + "classification": { + "B": 1.5671433573061222e-07, + "S": 9.603601824892394e-08, + "I": 3.744298510355293e-06, + "C": 3.1523841244052164e-06, + "R": 1.0467514357515029e-06, + "M": 0.00013479127665050328, + "O": 1.273378984478768e-05, + "W": 9.475130013925082e-08, + "N": 4.8645954819903636e-08, + "Y": 0.0008780003408901393, + "U": 1.6789512002901574e-08, + "K": 7.674917590350105e-09, + "L": 3.4576532925711945e-06, + "G": 0.0001113392281695269, + "F": 0.001434947014786303, + "E": 4.039153736812295e-06, + "T": 0.0004495659377425909, + "P": 0.0033261682838201523, + "-": 0.9936366081237793 + }, + "id": "tp_9189" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1148649, + "label": "-", + "classification": { + "B": 2.0977831809432246e-06, + "S": 2.5735700546647422e-05, + "I": 7.069058483466506e-05, + "C": 2.048912392638158e-06, + "R": 8.640747068966448e-07, + "M": 1.6935962776187807e-05, + "O": 5.3464984375750646e-05, + "W": 4.917856585961999e-06, + "N": 2.7112440875498578e-05, + "Y": 0.00011155245010741055, + "U": 5.228422423897428e-07, + "K": 1.00811284937663e-05, + "L": 1.057318286257214e-06, + "G": 3.326507794554345e-05, + "F": 0.0056665572337806225, + "E": 0.00012698509090114385, + "T": 0.00030413633794523776, + "P": 0.4057398736476898, + "-": 0.5878020524978638 + }, + "id": "tp_9190" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1148782, + "label": "-", + "classification": { + "B": 5.149592991610108e-12, + "S": 3.876183402029554e-11, + "I": 1.4540035842003363e-08, + "C": 5.01753416592976e-10, + "R": 6.263791568761334e-11, + "M": 7.52667546066732e-08, + "O": 5.993236573687e-09, + "W": 1.922014630784119e-11, + "N": 1.0409812595257861e-10, + "Y": 6.053260676708305e-06, + "U": 1.4833767894573135e-12, + "K": 1.5355711147080342e-10, + "L": 5.2718350518343726e-11, + "G": 1.4141603799089353e-07, + "F": 0.0002622578467708081, + "E": 4.049956814355937e-08, + "T": 1.2698685623036e-06, + "P": 0.007286782376468182, + "-": 0.9924432635307312 + }, + "id": "tp_9191" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1148882, + "label": "-", + "classification": { + "B": 0.0002138366107828915, + "S": 0.00013680191477760673, + "I": 0.0049412925727665424, + "C": 0.0010406433138996363, + "R": 0.0002818582870531827, + "M": 0.0035829085391014814, + "O": 0.0008840677910484374, + "W": 0.0001294631656492129, + "N": 0.0005589447100646794, + "Y": 0.014375005848705769, + "U": 8.718460594536737e-05, + "K": 0.0005671720718964934, + "L": 0.00023606028116773814, + "G": 0.0072875600308179855, + "F": 0.025190021842718124, + "E": 0.007508823648095131, + "T": 0.007445544935762882, + "P": 0.24811001121997833, + "-": 0.677422821521759 + }, + "id": "tp_9192" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1149016, + "label": "-", + "classification": { + "B": 1.1897570573182747e-07, + "S": 6.85599772509704e-08, + "I": 0.0001556050410727039, + "C": 1.034204524330562e-05, + "R": 1.5626962976966752e-06, + "M": 9.175642844638787e-06, + "O": 3.3900346352311317e-06, + "W": 1.1167080771201654e-07, + "N": 4.6736636249988806e-06, + "Y": 0.0003484860935714096, + "U": 1.3857474812084547e-07, + "K": 2.458670451233047e-06, + "L": 2.2233651009173627e-07, + "G": 0.00011129662016173825, + "F": 0.0029135325457900763, + "E": 0.00017500401008874178, + "T": 0.00010874778672587126, + "P": 0.2335800677537918, + "-": 0.7625750303268433 + }, + "id": "tp_9193" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1149149, + "label": "-", + "classification": { + "B": 1.6555927462302833e-10, + "S": 1.488034695462659e-10, + "I": 2.599285586768474e-08, + "C": 4.4980075220024673e-10, + "R": 3.359879388598053e-11, + "M": 5.7310206358351934e-08, + "O": 2.7304936978111982e-08, + "W": 1.4415899030062462e-10, + "N": 3.1270858125154177e-10, + "Y": 6.875857820887177e-07, + "U": 5.3084208036235925e-12, + "K": 3.662437020324205e-11, + "L": 3.041971952111311e-10, + "G": 5.270045377869792e-08, + "F": 3.639874194050208e-05, + "E": 3.419525995695949e-08, + "T": 1.3897391681894078e-06, + "P": 0.02044294960796833, + "-": 0.9795183539390564 + }, + "id": "tp_9194" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1149283, + "label": "-", + "classification": { + "B": 5.856737971043913e-06, + "S": 7.762114364595618e-06, + "I": 8.406047527387273e-06, + "C": 9.41056953251973e-07, + "R": 1.4976254192333727e-07, + "M": 4.853589052800089e-05, + "O": 2.5994284442276694e-05, + "W": 1.8499176803743467e-06, + "N": 1.809905143090873e-06, + "Y": 0.0001728895731503144, + "U": 3.5203363779601204e-08, + "K": 1.3256995771371294e-05, + "L": 8.986679063127667e-07, + "G": 0.00014850452134851366, + "F": 0.03567676991224289, + "E": 0.0006447131745517254, + "T": 0.000107981963083148, + "P": 0.0653906837105751, + "-": 0.8977429270744324 + }, + "id": "tp_9195" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1149383, + "label": "-", + "classification": { + "B": 6.65472612126905e-07, + "S": 1.702649910839682e-06, + "I": 7.227713922475232e-06, + "C": 3.5316184039402287e-06, + "R": 4.6566728428842907e-07, + "M": 0.00011429122241679579, + "O": 1.1797495062637608e-05, + "W": 5.17738612870744e-07, + "N": 6.281376272454509e-07, + "Y": 0.0005566737963818014, + "U": 3.9906694837554824e-08, + "K": 8.002952199603897e-06, + "L": 8.161227356140444e-07, + "G": 0.00011931547487620264, + "F": 0.02381664142012596, + "E": 0.0001187391608254984, + "T": 0.00021547070355154574, + "P": 0.029195060953497887, + "-": 0.9458284378051758 + }, + "id": "tp_9196" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1149516, + "label": "-", + "classification": { + "B": 7.979891591958221e-08, + "S": 1.2713234127659234e-06, + "I": 5.5581236665602773e-05, + "C": 9.867396784102311e-07, + "R": 5.220422849561146e-07, + "M": 2.6162662834394723e-05, + "O": 1.4215103874448687e-05, + "W": 8.614207445134525e-07, + "N": 4.810794962395448e-06, + "Y": 0.002835997845977545, + "U": 8.709604060186393e-08, + "K": 3.722448673215695e-05, + "L": 2.092775446271844e-07, + "G": 5.89678056712728e-05, + "F": 0.004162763245403767, + "E": 4.501453440752812e-05, + "T": 0.0012044413015246391, + "P": 0.018845366314053535, + "-": 0.9727054834365845 + }, + "id": "tp_9197" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1149650, + "label": "-", + "classification": { + "B": 1.2705771041510161e-05, + "S": 5.7060849940171465e-05, + "I": 5.5061891544028185e-06, + "C": 3.3507698390167207e-05, + "R": 1.5973735571606085e-05, + "M": 0.0002086854656226933, + "O": 0.00029716186691075563, + "W": 1.261832130694529e-05, + "N": 6.623347417189507e-07, + "Y": 0.0008786874823272228, + "U": 8.301024934098677e-08, + "K": 4.859482032770757e-06, + "L": 5.9119371144333854e-05, + "G": 0.0011242276523262262, + "F": 0.10128425806760788, + "E": 2.7267455152468756e-05, + "T": 0.0004211367340758443, + "P": 0.00320979836396873, + "-": 0.8923465609550476 + }, + "id": "tp_9198" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1149783, + "label": "-", + "classification": { + "B": 5.943529117757862e-07, + "S": 6.006974899719353e-07, + "I": 2.4908895284170285e-05, + "C": 1.90660484804539e-05, + "R": 8.959521551332728e-07, + "M": 1.3209965800342616e-05, + "O": 8.86388988874387e-06, + "W": 5.006032210985722e-07, + "N": 3.924035354430089e-06, + "Y": 0.0005703582428395748, + "U": 1.415669004245501e-07, + "K": 1.939055982802529e-05, + "L": 4.2548651890683686e-07, + "G": 0.00037288485327735543, + "F": 0.03871794044971466, + "E": 0.0004523492243606597, + "T": 0.00014274152636062354, + "P": 0.11473198980093002, + "-": 0.8449192047119141 + }, + "id": "tp_9199" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1149883, + "label": "-", + "classification": { + "B": 5.506811362465669e-08, + "S": 1.6385986612021952e-07, + "I": 1.2679764950007666e-05, + "C": 3.806195252309408e-07, + "R": 2.0473587269975724e-08, + "M": 3.999778073193738e-06, + "O": 1.3525688018489745e-06, + "W": 9.582888083059515e-08, + "N": 1.226037738888408e-06, + "Y": 2.8335325623629615e-05, + "U": 3.312029051016907e-08, + "K": 4.170987722318387e-06, + "L": 3.6037825168477866e-08, + "G": 1.0361483873566613e-05, + "F": 0.0011119272094219923, + "E": 7.079519855324179e-05, + "T": 5.724171569454484e-05, + "P": 0.2308245599269867, + "-": 0.7678725123405457 + }, + "id": "tp_9200" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1150017, + "label": "-", + "classification": { + "B": 1.647697717999108e-05, + "S": 1.558880103402771e-05, + "I": 0.002003066474571824, + "C": 0.00017920788377523422, + "R": 7.959782669786364e-05, + "M": 0.0001655548985581845, + "O": 0.0001788278459571302, + "W": 2.4508190108463168e-05, + "N": 0.00016661563131492585, + "Y": 0.0021466752514243126, + "U": 1.6151798263308592e-05, + "K": 7.134749466786161e-05, + "L": 2.6079578674398363e-05, + "G": 0.0006592808640561998, + "F": 0.010387130081653595, + "E": 0.0006958275916986167, + "T": 0.0012666736729443073, + "P": 0.3191393315792084, + "-": 0.6627620458602905 + }, + "id": "tp_9201" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1150150, + "label": "-", + "classification": { + "B": 1.1689094137068423e-08, + "S": 7.326073969693425e-09, + "I": 2.0041615300669946e-07, + "C": 3.055606612178963e-08, + "R": 4.479330240059198e-09, + "M": 1.7223871964233695e-06, + "O": 2.8664408091572113e-07, + "W": 3.743977128323195e-09, + "N": 5.174928485729424e-09, + "Y": 3.6682798963738605e-05, + "U": 2.0393335631307963e-10, + "K": 1.9327201172814057e-08, + "L": 1.1526543275408585e-08, + "G": 1.4279330571298487e-05, + "F": 0.0009493782999925315, + "E": 3.3431979318265803e-06, + "T": 1.3198403394198976e-05, + "P": 0.01991788111627102, + "-": 0.9790629148483276 + }, + "id": "tp_9202" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1150250, + "label": "-", + "classification": { + "B": 9.71400140770129e-07, + "S": 1.5839763364056125e-05, + "I": 9.385616976942401e-06, + "C": 2.102512189594563e-05, + "R": 4.0980794437928125e-06, + "M": 7.248028123285621e-05, + "O": 6.531538383569568e-05, + "W": 5.482272626977647e-06, + "N": 3.7556487768597435e-06, + "Y": 0.0017630623187869787, + "U": 3.856158912185492e-07, + "K": 0.00015495539992116392, + "L": 3.8004482121323235e-06, + "G": 0.000495965825393796, + "F": 0.06520386040210724, + "E": 7.040750642772764e-05, + "T": 0.0010021531488746405, + "P": 0.019419392570853233, + "-": 0.9116876721382141 + }, + "id": "tp_9203" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1150384, + "label": "-", + "classification": { + "B": 0.00014095769438426942, + "S": 7.644546712981537e-05, + "I": 0.0006014662212692201, + "C": 5.166014489077497e-06, + "R": 2.809024181260611e-06, + "M": 0.0015381670091301203, + "O": 0.0002351802249904722, + "W": 9.204200978274457e-06, + "N": 6.347846647258848e-05, + "Y": 0.007602458819746971, + "U": 8.207738915189111e-07, + "K": 1.0522770935494918e-05, + "L": 1.2581706869241316e-05, + "G": 0.0008180089062079787, + "F": 0.003460163017734885, + "E": 0.0010794525733217597, + "T": 0.00762880127876997, + "P": 0.11033061891794205, + "-": 0.8663836717605591 + }, + "id": "tp_9204" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1150517, + "label": "-", + "classification": { + "B": 7.061828455334762e-08, + "S": 2.2850861203238537e-09, + "I": 6.26780092716217e-07, + "C": 8.631366199551849e-08, + "R": 1.5909302319983e-08, + "M": 6.667050001851749e-06, + "O": 9.402975251759926e-07, + "W": 3.890229915981536e-09, + "N": 4.3888279677162245e-09, + "Y": 5.2113511628704146e-05, + "U": 1.0881919809690999e-09, + "K": 8.14356193590271e-10, + "L": 1.6987671358492662e-07, + "G": 9.951265383278951e-06, + "F": 0.00011092120257671922, + "E": 1.004625232781109e-06, + "T": 4.264582821633667e-05, + "P": 0.007028722204267979, + "-": 0.9927460551261902 + }, + "id": "tp_9205" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1150651, + "label": "-", + "classification": { + "B": 3.4257986953889485e-06, + "S": 2.4257165932795033e-05, + "I": 1.6350977602996863e-05, + "C": 6.207897968124598e-05, + "R": 3.8994352507870644e-05, + "M": 0.002558507490903139, + "O": 0.0006850807112641633, + "W": 6.590301836695289e-06, + "N": 8.603012133789889e-07, + "Y": 0.006024905946105719, + "U": 1.5562457633677695e-07, + "K": 6.972209121158812e-07, + "L": 0.0004418129101395607, + "G": 0.00403766892850399, + "F": 0.037794169038534164, + "E": 2.835701161529869e-05, + "T": 0.004192911554127932, + "P": 0.0020736416336148977, + "-": 0.9420095086097717 + }, + "id": "tp_9206" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1150751, + "label": "-", + "classification": { + "B": 4.0518781219134326e-08, + "S": 4.6710901813185046e-08, + "I": 7.870161789469421e-05, + "C": 4.601514774549287e-06, + "R": 4.2790753695953754e-07, + "M": 2.3494571905757766e-06, + "O": 2.420421878923662e-06, + "W": 1.0997982258231787e-07, + "N": 2.826102672770503e-06, + "Y": 4.080669896211475e-05, + "U": 1.140735790272629e-07, + "K": 8.8451167812309e-07, + "L": 1.1448369008348891e-07, + "G": 1.094559320335975e-05, + "F": 0.0007510645664297044, + "E": 1.8603852367959917e-05, + "T": 7.058919436531141e-05, + "P": 0.20534521341323853, + "-": 0.7936701774597168 + }, + "id": "tp_9207" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1150884, + "label": "-", + "classification": { + "B": 3.268486592489239e-10, + "S": 1.8647160204832147e-10, + "I": 2.8185441536265898e-08, + "C": 6.898213555928123e-09, + "R": 1.3058649994679428e-10, + "M": 2.2502618435282784e-08, + "O": 6.4350564876747285e-09, + "W": 6.613889991236022e-11, + "N": 3.111604307548532e-10, + "Y": 1.254661583516281e-06, + "U": 1.3788388833479992e-11, + "K": 3.2293973051267244e-10, + "L": 3.206833687485755e-10, + "G": 3.297678574654128e-07, + "F": 0.0005595205584540963, + "E": 2.727631738252967e-07, + "T": 4.43228799440476e-07, + "P": 0.05670960247516632, + "-": 0.942728579044342 + }, + "id": "tp_9208" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1151018, + "label": "-", + "classification": { + "B": 1.075627586999417e-08, + "S": 2.554876061822142e-07, + "I": 8.501760362378263e-07, + "C": 3.164070960792742e-07, + "R": 4.701222522385251e-08, + "M": 1.634084696888749e-06, + "O": 1.2472132766561117e-06, + "W": 8.007901186601885e-08, + "N": 8.657566041847531e-08, + "Y": 8.013421756913885e-05, + "U": 2.2479476058379078e-09, + "K": 7.936559995869175e-07, + "L": 3.193712316829078e-08, + "G": 8.45617523737019e-06, + "F": 0.011774593032896519, + "E": 5.0241415010532364e-06, + "T": 3.654759348137304e-05, + "P": 0.02367907017469406, + "-": 0.9644109010696411 + }, + "id": "tp_9209" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1151151, + "label": "-", + "classification": { + "B": 9.619562746365773e-08, + "S": 2.055617542850996e-08, + "I": 6.30123759037815e-06, + "C": 1.826690436246281e-06, + "R": 2.9143765800654364e-07, + "M": 1.1395070941944141e-05, + "O": 1.2780856195604429e-06, + "W": 1.51041579243838e-08, + "N": 4.3638774371856925e-08, + "Y": 0.0005760056083090603, + "U": 8.693845643392706e-09, + "K": 1.7472007840524384e-08, + "L": 6.982457989579416e-07, + "G": 0.00013156619388610125, + "F": 0.003116787876933813, + "E": 8.323179827129934e-06, + "T": 0.00012426286411937326, + "P": 0.011806819587945938, + "-": 0.984214186668396 + }, + "id": "tp_9210" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1151251, + "label": "-", + "classification": { + "B": 2.6616577088134363e-05, + "S": 3.497190164125641e-06, + "I": 2.625872411954333e-06, + "C": 4.856944997300161e-07, + "R": 1.0260478688906005e-07, + "M": 0.00021719271899200976, + "O": 3.120137262158096e-05, + "W": 2.6055678858938336e-07, + "N": 5.686404236371345e-08, + "Y": 0.00013569541624747217, + "U": 2.2559742962613427e-09, + "K": 6.018326947909713e-10, + "L": 1.7654385374044068e-05, + "G": 0.00035311494139023125, + "F": 0.0068055251613259315, + "E": 1.8168107999372296e-05, + "T": 0.0002097135002259165, + "P": 0.02757088840007782, + "-": 0.9646071791648865 + }, + "id": "tp_9211" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1151385, + "label": "-", + "classification": { + "B": 0.00035621787537820637, + "S": 0.0005323546356521547, + "I": 0.00588744692504406, + "C": 0.0013401127653196454, + "R": 0.0006020821747370064, + "M": 0.017342746257781982, + "O": 0.0031002128962427378, + "W": 0.00026178249390795827, + "N": 0.0006558216991834342, + "Y": 0.0532904788851738, + "U": 8.515147783327848e-05, + "K": 0.0004888828843832016, + "L": 0.0010705398162826896, + "G": 0.02416222356259823, + "F": 0.042285047471523285, + "E": 0.005891426000744104, + "T": 0.03623783588409424, + "P": 0.05415668711066246, + "-": 0.752252995967865 + }, + "id": "tp_9212" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1151518, + "label": "-", + "classification": { + "B": 8.600595720054116e-07, + "S": 4.072820445344405e-07, + "I": 5.8274123148294166e-05, + "C": 2.020561987592373e-05, + "R": 4.726873157778755e-06, + "M": 6.88383006490767e-05, + "O": 2.783460331556853e-05, + "W": 4.6061316538725805e-07, + "N": 1.5592272575304378e-06, + "Y": 0.0004977346397936344, + "U": 2.93137816242961e-07, + "K": 3.915392596809397e-07, + "L": 3.3302681003988255e-06, + "G": 0.0001446105306968093, + "F": 0.0007308237254619598, + "E": 3.490958260954358e-05, + "T": 0.000584967085160315, + "P": 0.030615657567977905, + "-": 0.9672041535377502 + }, + "id": "tp_9213" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1151652, + "label": "-", + "classification": { + "B": 2.2817958722498588e-07, + "S": 6.710326942993561e-07, + "I": 1.2774532478943001e-05, + "C": 1.222890023200307e-05, + "R": 1.3649722632180783e-06, + "M": 1.6023204807424918e-05, + "O": 9.267508175980765e-06, + "W": 4.48320292889548e-07, + "N": 1.3308855386640062e-06, + "Y": 0.000637194374576211, + "U": 2.626316017995123e-07, + "K": 2.0372219296405092e-05, + "L": 5.534353704206296e-07, + "G": 7.504115637857467e-05, + "F": 0.010281124152243137, + "E": 4.366446955827996e-05, + "T": 0.000171836611116305, + "P": 0.020856011658906937, + "-": 0.9678596258163452 + }, + "id": "tp_9214" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1151752, + "label": "-", + "classification": { + "B": 1.9683161767147794e-08, + "S": 5.218446830212997e-08, + "I": 1.3603308843812556e-06, + "C": 5.171463612896332e-07, + "R": 6.998787682732655e-08, + "M": 5.667713412549347e-05, + "O": 2.2746651211491553e-06, + "W": 6.326180024274208e-09, + "N": 3.213195753914988e-08, + "Y": 0.0005375818000175059, + "U": 1.3753747030165187e-09, + "K": 6.585593403940493e-09, + "L": 3.5638495887724275e-07, + "G": 0.00010066771937999874, + "F": 0.002963712438941002, + "E": 4.895344773103716e-06, + "T": 0.0003597408067435026, + "P": 0.006647885777056217, + "-": 0.989324152469635 + }, + "id": "tp_9215" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1151885, + "label": "-", + "classification": { + "B": 8.386565220064313e-09, + "S": 6.054873935568139e-09, + "I": 9.078677976503968e-06, + "C": 7.899929528321081e-07, + "R": 2.6570893396637985e-07, + "M": 2.3969027097336948e-05, + "O": 1.3772978491033427e-06, + "W": 1.4555171290453472e-08, + "N": 4.157786293035315e-08, + "Y": 0.0004410264955367893, + "U": 4.608176951137466e-09, + "K": 3.541816440133516e-08, + "L": 1.5522169860560098e-07, + "G": 3.747615119209513e-05, + "F": 0.0004189138417132199, + "E": 5.783596407127334e-06, + "T": 0.00012196157331345603, + "P": 0.005339557304978371, + "-": 0.993599534034729 + }, + "id": "tp_9216" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1152019, + "label": "-", + "classification": { + "B": 1.2677119798354397e-07, + "S": 1.1550543632665722e-07, + "I": 1.292466367885936e-05, + "C": 5.958155497864936e-07, + "R": 9.06137174183641e-08, + "M": 1.0257279427605681e-05, + "O": 6.5936210376094095e-06, + "W": 1.5442073220128805e-07, + "N": 4.650245557513699e-07, + "Y": 4.5730015699518844e-05, + "U": 1.585906161949424e-08, + "K": 8.491775815855362e-08, + "L": 2.5552520810379065e-07, + "G": 1.088248518499313e-05, + "F": 0.0006178562180139124, + "E": 8.459791388304438e-06, + "T": 8.202377648558468e-05, + "P": 0.06954459846019745, + "-": 0.9296587109565735 + }, + "id": "tp_9217" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1152152, + "label": "-", + "classification": { + "B": 4.1682173446133675e-07, + "S": 2.7460512228572043e-06, + "I": 9.32229304453358e-05, + "C": 1.6311107629007893e-06, + "R": 7.768822456455382e-07, + "M": 5.141561996424571e-05, + "O": 3.812618160736747e-05, + "W": 1.3564438177127158e-06, + "N": 7.719476343481801e-06, + "Y": 0.0004165114078205079, + "U": 1.6057209961672925e-07, + "K": 2.000667791435262e-06, + "L": 1.1664162684610346e-06, + "G": 6.82968893670477e-05, + "F": 0.0023429684806615114, + "E": 5.76071506657172e-05, + "T": 0.0006188649567775428, + "P": 0.11252235621213913, + "-": 0.8837727308273315 + }, + "id": "tp_9218" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1152252, + "label": "-", + "classification": { + "B": 1.7225662674036357e-08, + "S": 7.086735820394097e-08, + "I": 1.0004560380139083e-07, + "C": 4.762618743825442e-09, + "R": 1.6876965602818927e-08, + "M": 0.00015178677858784795, + "O": 4.372132480057189e-06, + "W": 3.1696727464947116e-09, + "N": 1.006819488891253e-10, + "Y": 0.0012743371771648526, + "U": 5.436042241346861e-13, + "K": 3.5404743373157466e-12, + "L": 3.5174667800674797e-07, + "G": 3.81347635993734e-05, + "F": 0.0002967131440527737, + "E": 1.7216793324337232e-08, + "T": 0.00044195607188157737, + "P": 1.762455030984711e-05, + "-": 0.9977745413780212 + }, + "id": "tp_9219" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1152386, + "label": "-", + "classification": { + "B": 2.4157061488949694e-06, + "S": 5.488506303663598e-06, + "I": 1.5304571206797846e-05, + "C": 1.4450795333686983e-06, + "R": 7.420846941386117e-07, + "M": 0.0001293140376219526, + "O": 7.597755029564723e-05, + "W": 1.5804755548742833e-06, + "N": 1.2748865856337943e-06, + "Y": 0.0011449785670265555, + "U": 1.54216053260825e-07, + "K": 7.410818056996504e-07, + "L": 7.449838903994532e-06, + "G": 0.0002495411899872124, + "F": 0.005028250627219677, + "E": 3.272980757174082e-05, + "T": 0.0006679403013549745, + "P": 0.02046927623450756, + "-": 0.9721654653549194 + }, + "id": "tp_9220" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1152519, + "label": "-", + "classification": { + "B": 5.532860214430002e-08, + "S": 1.2680281997745624e-06, + "I": 5.221431820245925e-07, + "C": 2.459546166733162e-08, + "R": 2.67823629940267e-09, + "M": 6.210856554389466e-06, + "O": 3.0686010177305434e-06, + "W": 6.280479425413432e-08, + "N": 5.755536136575756e-08, + "Y": 3.139437467325479e-05, + "U": 1.0884062540128525e-09, + "K": 2.954337787741679e-07, + "L": 5.332644548161625e-08, + "G": 6.8055023803026415e-06, + "F": 0.008677193894982338, + "E": 9.270340342482086e-06, + "T": 3.414681486901827e-05, + "P": 0.02927628718316555, + "-": 0.9619532823562622 + }, + "id": "tp_9221" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1152653, + "label": "-", + "classification": { + "B": 1.3808164567308268e-07, + "S": 4.010084069250297e-07, + "I": 2.5251915758417454e-06, + "C": 2.0679267720424832e-07, + "R": 4.2469292083069377e-08, + "M": 1.176985551865073e-05, + "O": 3.576181370590348e-06, + "W": 9.120009281105013e-08, + "N": 1.0942571293526271e-07, + "Y": 6.359556573443115e-05, + "U": 7.23436022198598e-09, + "K": 2.5109164880632306e-07, + "L": 2.100235292346042e-07, + "G": 1.2036783118674066e-05, + "F": 0.005319223739206791, + "E": 1.270177926926408e-05, + "T": 5.42755878996104e-05, + "P": 0.030542807653546333, + "-": 0.9639760255813599 + }, + "id": "tp_9222" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1152753, + "label": "-", + "classification": { + "B": 9.718805813463405e-07, + "S": 6.915666972417966e-08, + "I": 8.295315296891204e-07, + "C": 2.272575102324481e-06, + "R": 2.158123635354059e-07, + "M": 7.14445468474878e-06, + "O": 4.0439995245833416e-06, + "W": 3.594321640321141e-08, + "N": 2.095373830002245e-08, + "Y": 7.04210324329324e-05, + "U": 1.4518651836326057e-09, + "K": 1.4697591588230807e-08, + "L": 8.648034963698592e-07, + "G": 0.00013306413893587887, + "F": 0.011504770256578922, + "E": 1.6305277313222177e-05, + "T": 1.1452049875515513e-05, + "P": 0.014814699999988079, + "-": 0.973432719707489 + }, + "id": "tp_9223" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1152886, + "label": "-", + "classification": { + "B": 6.025898073858116e-06, + "S": 1.8853170331567526e-05, + "I": 5.730608449994179e-07, + "C": 2.4839437173795886e-08, + "R": 7.488598186000672e-09, + "M": 0.00016629559104330838, + "O": 2.6497118597035296e-05, + "W": 4.233734500758146e-07, + "N": 1.0675390171854815e-07, + "Y": 0.0003516002034302801, + "U": 1.4021684924259148e-09, + "K": 1.0104582770509296e-06, + "L": 1.0473169140823302e-06, + "G": 0.00013705257151741534, + "F": 0.02841799147427082, + "E": 7.364460179815069e-05, + "T": 0.0003607030666898936, + "P": 0.0045153056271374226, + "-": 0.9659228324890137 + }, + "id": "tp_9224" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1153020, + "label": "-", + "classification": { + "B": 1.5989239727787208e-06, + "S": 9.608340405975468e-06, + "I": 6.182641664054245e-05, + "C": 7.374052802333608e-05, + "R": 3.053565160371363e-05, + "M": 0.0008491851040162146, + "O": 0.00015192560385912657, + "W": 7.054843990772497e-06, + "N": 6.887043127790093e-06, + "Y": 0.030496105551719666, + "U": 5.475912416841311e-07, + "K": 9.942527685780078e-05, + "L": 1.2941697605128866e-05, + "G": 0.0026940309908241034, + "F": 0.02100902609527111, + "E": 0.0003244900144636631, + "T": 0.005547766108065844, + "P": 0.007011929992586374, + "-": 0.9316113591194153 + }, + "id": "tp_9225" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1153153, + "label": "-", + "classification": { + "B": 4.605333892016006e-09, + "S": 1.0249040087728645e-06, + "I": 1.160741547323596e-08, + "C": 4.2209222783640143e-08, + "R": 1.5840962319657592e-08, + "M": 2.4574646886321716e-05, + "O": 1.1465629540907685e-05, + "W": 6.198339264074093e-08, + "N": 8.205852664033841e-10, + "Y": 0.00032894909963943064, + "U": 1.9550989299732535e-11, + "K": 2.8768164739290114e-08, + "L": 7.031537734292215e-07, + "G": 0.00010086237307405099, + "F": 0.02336825802922249, + "E": 4.454003317277966e-07, + "T": 0.00012703276297543198, + "P": 0.00017174570530187339, + "-": 0.975864827632904 + }, + "id": "tp_9226" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1153253, + "label": "-", + "classification": { + "B": 1.290872475578908e-08, + "S": 2.82349628122347e-08, + "I": 8.134950348903658e-07, + "C": 1.99854923721432e-08, + "R": 3.6486924592793457e-09, + "M": 2.8523361379484413e-06, + "O": 8.338045063283062e-07, + "W": 6.9766836752194195e-09, + "N": 1.7393727347325694e-08, + "Y": 4.2782779928529635e-05, + "U": 3.219835231771384e-10, + "K": 7.869947360461538e-09, + "L": 1.883445932548966e-08, + "G": 4.542723218037281e-06, + "F": 0.0008519410621374846, + "E": 2.111035882990109e-06, + "T": 3.1374576792586595e-05, + "P": 0.021414048969745636, + "-": 0.9776485562324524 + }, + "id": "tp_9227" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1153387, + "label": "-", + "classification": { + "B": 4.153971033815651e-08, + "S": 1.3043997171280353e-07, + "I": 3.244111576350406e-05, + "C": 1.9783637981163338e-06, + "R": 3.1413480883202283e-07, + "M": 8.734305083635263e-06, + "O": 4.9569480324862525e-06, + "W": 1.5252348362082557e-07, + "N": 1.1038054026357713e-06, + "Y": 0.00011089936015196145, + "U": 7.576007732268408e-08, + "K": 2.257911830838566e-07, + "L": 2.8429991516532027e-07, + "G": 1.1972082575084642e-05, + "F": 0.0003518906596582383, + "E": 1.246379815711407e-05, + "T": 0.00017056158685591072, + "P": 0.050731755793094635, + "-": 0.9485599398612976 + }, + "id": "tp_9228" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1153520, + "label": "-", + "classification": { + "B": 7.3669161793077365e-06, + "S": 1.5266365949173633e-07, + "I": 7.938239286886528e-05, + "C": 1.1794290912803262e-05, + "R": 6.868539230708848e-07, + "M": 2.5463134079473093e-05, + "O": 1.2753630471706856e-05, + "W": 6.337746185636206e-07, + "N": 3.860914148390293e-06, + "Y": 8.383268141187727e-05, + "U": 4.0683178781364404e-07, + "K": 2.09263043871033e-06, + "L": 8.473404022879549e-07, + "G": 0.00010257847316097468, + "F": 0.0009564552456140518, + "E": 0.0002769354614429176, + "T": 9.353461064165458e-05, + "P": 0.2985071837902069, + "-": 0.6998341083526611 + }, + "id": "tp_9229" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1153654, + "label": "-", + "classification": { + "B": 1.0720892532845028e-05, + "S": 6.094123455113731e-05, + "I": 6.395138188963756e-05, + "C": 0.0004521119117271155, + "R": 0.00030366331338882446, + "M": 0.006723156664520502, + "O": 0.0016534097958356142, + "W": 2.960181336675305e-05, + "N": 3.770025614358019e-06, + "Y": 0.019337067380547523, + "U": 1.651333491281548e-06, + "K": 5.186866474105045e-06, + "L": 0.0011222281027585268, + "G": 0.00735039496794343, + "F": 0.02295258268713951, + "E": 6.185966776683927e-05, + "T": 0.011876994743943214, + "P": 0.002791362814605236, + "-": 0.9251992702484131 + }, + "id": "tp_9230" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1153754, + "label": "-", + "classification": { + "B": 3.259141934108811e-08, + "S": 4.063919334384991e-08, + "I": 2.0981675334041938e-05, + "C": 1.1987918924205587e-06, + "R": 2.7707406502486265e-07, + "M": 7.68261725170305e-06, + "O": 3.6408875985216582e-06, + "W": 7.65062111440784e-08, + "N": 9.812407597564743e-07, + "Y": 0.00044053548481315374, + "U": 3.7421802545622995e-08, + "K": 9.647327487982693e-07, + "L": 7.424279857559668e-08, + "G": 2.6095462089870125e-05, + "F": 0.000905216671526432, + "E": 2.729754487518221e-05, + "T": 0.00012132815754739568, + "P": 0.05953304097056389, + "-": 0.9389105439186096 + }, + "id": "tp_9231" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1153887, + "label": "-", + "classification": { + "B": 1.5624957541149342e-06, + "S": 2.1377609300543554e-06, + "I": 0.001062052440829575, + "C": 4.9523336201673374e-05, + "R": 2.539112938393373e-05, + "M": 0.0003710234013851732, + "O": 0.00010090241994475946, + "W": 4.938917300023604e-06, + "N": 6.449575448641554e-05, + "Y": 0.005595475435256958, + "U": 4.002816694992362e-06, + "K": 0.00010674753139028326, + "L": 4.331091076892335e-06, + "G": 0.0006412816001102328, + "F": 0.0028754023369401693, + "E": 0.00042175824637524784, + "T": 0.0034502441994845867, + "P": 0.06506579369306564, + "-": 0.9201529026031494 + }, + "id": "tp_9232" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1154021, + "label": "-", + "classification": { + "B": 3.285413896492173e-08, + "S": 1.5131681152524834e-07, + "I": 1.9782956428571197e-07, + "C": 2.1504300562469325e-09, + "R": 6.22662810201291e-10, + "M": 9.080887934942439e-07, + "O": 2.1551636564254295e-06, + "W": 3.0145145046844846e-08, + "N": 1.2777825908472096e-08, + "Y": 2.809214947774308e-06, + "U": 1.715845382443959e-10, + "K": 7.968844251138307e-09, + "L": 1.528360726865685e-08, + "G": 6.80596201618755e-07, + "F": 0.0008115043747238815, + "E": 6.964929752939497e-07, + "T": 4.648964477382833e-06, + "P": 0.0238585714250803, + "-": 0.9753174781799316 + }, + "id": "tp_9233" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1154154, + "label": "-", + "classification": { + "B": 0.00017675253911875188, + "S": 0.0002092229260597378, + "I": 0.002178506925702095, + "C": 0.0004496426263358444, + "R": 0.00013632142508868128, + "M": 0.0009980953764170408, + "O": 0.0007054536254145205, + "W": 0.00015282804088201374, + "N": 0.0005970281781628728, + "Y": 0.007904677651822567, + "U": 9.741904796101153e-05, + "K": 0.0005146655603311956, + "L": 0.00011697546142386273, + "G": 0.0021206866949796677, + "F": 0.017753658816218376, + "E": 0.002848935779184103, + "T": 0.005357637070119381, + "P": 0.3095044493675232, + "-": 0.6481770873069763 + }, + "id": "tp_9234" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1154254, + "label": "-", + "classification": { + "B": 3.1718466289021308e-06, + "S": 5.226863322604913e-06, + "I": 3.403899245313369e-05, + "C": 1.6334641259163618e-05, + "R": 5.21555011800956e-06, + "M": 0.0001614006469026208, + "O": 6.443524034693837e-05, + "W": 1.4852158756184508e-06, + "N": 1.3653030919158482e-06, + "Y": 0.000648883986286819, + "U": 1.8310353766537446e-07, + "K": 5.210615654505091e-07, + "L": 1.8712191376835108e-05, + "G": 0.000689901236910373, + "F": 0.007842916995286942, + "E": 2.401989695499651e-05, + "T": 0.0011110580526292324, + "P": 0.011242208071053028, + "-": 0.978128969669342 + }, + "id": "tp_9235" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1154388, + "label": "-", + "classification": { + "B": 0.0013442406198009849, + "S": 0.0012435822281986475, + "I": 0.004792326595634222, + "C": 0.0006880981964059174, + "R": 0.00042397333891130984, + "M": 0.004450613167136908, + "O": 0.0034273669589310884, + "W": 0.0006663910462521017, + "N": 0.000988292507827282, + "Y": 0.012321383692324162, + "U": 0.0001387959928251803, + "K": 0.0006457424024119973, + "L": 0.0007745827315375209, + "G": 0.006696165073662996, + "F": 0.049292128533124924, + "E": 0.004939637146890163, + "T": 0.009204834699630737, + "P": 0.18431910872459412, + "-": 0.7136427760124207 + }, + "id": "tp_9236" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1154521, + "label": "-", + "classification": { + "B": 7.99008748053609e-10, + "S": 8.70183178985906e-12, + "I": 4.7279673232036856e-11, + "C": 1.5587413304540831e-10, + "R": 6.736025799647383e-12, + "M": 1.9661444028429287e-08, + "O": 7.348542663265789e-09, + "W": 3.2958323570309034e-12, + "N": 9.075150976837684e-14, + "Y": 6.705977995125068e-08, + "U": 2.849257559490309e-14, + "K": 6.1957512416995625e-15, + "L": 8.644965299176022e-10, + "G": 5.5907033669200246e-08, + "F": 2.08600249607116e-05, + "E": 3.6290861982202216e-10, + "T": 7.836106163949808e-08, + "P": 0.000268977542873472, + "-": 0.9997099041938782 + }, + "id": "tp_9237" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1154655, + "label": "-", + "classification": { + "B": 1.7754292969129892e-07, + "S": 3.451179395597137e-07, + "I": 4.6656045014970005e-05, + "C": 2.693869646464009e-06, + "R": 3.0751857593713794e-07, + "M": 7.564581665064907e-06, + "O": 4.253786755725741e-06, + "W": 2.68388049562418e-07, + "N": 3.4461556879250566e-06, + "Y": 0.00015361302939709276, + "U": 1.2781757163793372e-07, + "K": 3.4666720694076503e-06, + "L": 1.4321304320219497e-07, + "G": 2.1778712834930047e-05, + "F": 0.002702674362808466, + "E": 6.777398084523156e-05, + "T": 8.63540408317931e-05, + "P": 0.22958539426326752, + "-": 0.7673130035400391 + }, + "id": "tp_9238" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1154755, + "label": "-", + "classification": { + "B": 4.752491236104106e-07, + "S": 5.990582394588273e-07, + "I": 1.766761124599725e-05, + "C": 3.725258920894703e-06, + "R": 7.140201319089101e-07, + "M": 7.18266237527132e-05, + "O": 1.2861491995863616e-05, + "W": 2.3198688836600923e-07, + "N": 4.2504350972194516e-07, + "Y": 0.00079588801600039, + "U": 6.415410069848804e-08, + "K": 2.3887434963398846e-07, + "L": 2.7339781354385195e-06, + "G": 0.0001859744224930182, + "F": 0.004689926281571388, + "E": 1.7434838810004294e-05, + "T": 0.0005856453790329397, + "P": 0.017549969255924225, + "-": 0.97606360912323 + }, + "id": "tp_9239" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1154888, + "label": "-", + "classification": { + "B": 2.864068357477656e-11, + "S": 1.5483295201512703e-11, + "I": 2.25569365852607e-07, + "C": 1.6703408434182165e-08, + "R": 1.8500302401136537e-09, + "M": 9.842327131082129e-08, + "O": 1.5363823990810488e-08, + "W": 1.4543802273614403e-10, + "N": 1.2662322301792983e-09, + "Y": 1.559406882734038e-05, + "U": 9.660397481958682e-11, + "K": 1.9966821085404263e-08, + "L": 3.078259591671184e-10, + "G": 9.564420224705827e-07, + "F": 0.00014711047697346658, + "E": 9.787966064322973e-07, + "T": 2.06438267014164e-06, + "P": 0.010718700475990772, + "-": 0.9891141653060913 + }, + "id": "tp_9240" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1155022, + "label": "-", + "classification": { + "B": 2.1986443243804388e-06, + "S": 2.7666555979521945e-06, + "I": 7.083843956934288e-05, + "C": 6.173734618641902e-06, + "R": 9.041694397637912e-07, + "M": 0.00018820373225025833, + "O": 2.6387240723124705e-05, + "W": 1.094000253942795e-06, + "N": 6.9542238634312525e-06, + "Y": 0.0012911396333947778, + "U": 3.422048848733539e-07, + "K": 6.374456006597029e-06, + "L": 2.883392880903557e-06, + "G": 0.00024975230917334557, + "F": 0.008847103454172611, + "E": 0.00046924789785407484, + "T": 0.0005016981158405542, + "P": 0.09788887202739716, + "-": 0.8904370665550232 + }, + "id": "tp_9241" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1155155, + "label": "-", + "classification": { + "B": 2.8694038811671874e-10, + "S": 9.667397993240456e-10, + "I": 5.113553669389148e-08, + "C": 3.1766753672002324e-09, + "R": 6.039453381845306e-10, + "M": 5.04576064486173e-07, + "O": 1.7593698942164337e-07, + "W": 4.040453804865507e-10, + "N": 3.290553385326689e-10, + "Y": 4.764579443872208e-06, + "U": 1.677056583881953e-11, + "K": 4.354824226920906e-12, + "L": 9.484397267556233e-09, + "G": 4.1682051232783124e-07, + "F": 4.979998993803747e-05, + "E": 3.2965434826337514e-08, + "T": 7.757017556286883e-06, + "P": 0.00495012616738677, + "-": 0.9949865341186523 + }, + "id": "tp_9242" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1155255, + "label": "-", + "classification": { + "B": 2.4415931498822374e-09, + "S": 2.2021994539045409e-07, + "I": 1.8332245588226215e-07, + "C": 8.458062438876368e-06, + "R": 1.1988512369498494e-06, + "M": 7.398231537081301e-05, + "O": 9.79920969257364e-06, + "W": 5.289655291562667e-08, + "N": 1.2907444890686293e-08, + "Y": 0.0028478396125137806, + "U": 1.4295273853548451e-09, + "K": 1.481923391111195e-06, + "L": 2.6806644655152922e-06, + "G": 0.0009570701513439417, + "F": 0.03839519992470741, + "E": 4.066218934895005e-06, + "T": 0.0003721785615198314, + "P": 0.00026357470778748393, + "-": 0.9570619463920593 + }, + "id": "tp_9243" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1155389, + "label": "-", + "classification": { + "B": 5.380463363735544e-08, + "S": 4.3810473471239675e-07, + "I": 1.807699300115928e-05, + "C": 5.3313729040382896e-06, + "R": 5.717849376196682e-07, + "M": 1.0799444680742454e-05, + "O": 8.009982593648601e-06, + "W": 4.1975710018959944e-07, + "N": 1.4288552847574465e-06, + "Y": 0.00018475638353265822, + "U": 1.85017398734999e-07, + "K": 3.016167056557606e-06, + "L": 3.6788824786526675e-07, + "G": 2.232159567938652e-05, + "F": 0.0048300111666321754, + "E": 1.823180718929507e-05, + "T": 0.00017254444537684321, + "P": 0.06178565323352814, + "-": 0.9329378008842468 + }, + "id": "tp_9244" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1155522, + "label": "-", + "classification": { + "B": 6.587066536667407e-07, + "S": 2.399335426161997e-05, + "I": 0.0003452362143434584, + "C": 2.546429186622845e-06, + "R": 3.829283741652034e-06, + "M": 0.00065600749803707, + "O": 8.983469160739332e-05, + "W": 5.150235665496439e-06, + "N": 1.805141982913483e-05, + "Y": 0.021762577816843987, + "U": 1.4576207263417018e-07, + "K": 2.8690556064248085e-05, + "L": 1.6915397509364993e-06, + "G": 0.00020579354895744473, + "F": 0.004951630253344774, + "E": 7.356923742918298e-05, + "T": 0.013195409439504147, + "P": 0.02093270979821682, + "-": 0.9377024173736572 + }, + "id": "tp_9245" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1155656, + "label": "-", + "classification": { + "B": 6.657106155216752e-07, + "S": 5.584613518294645e-07, + "I": 5.156285851626308e-07, + "C": 2.920330928191106e-07, + "R": 1.2617441313977906e-07, + "M": 6.403237057384104e-05, + "O": 1.6409388990723528e-05, + "W": 6.715146838587316e-08, + "N": 2.1313587339477635e-08, + "Y": 0.00016172026516869664, + "U": 1.6257809543063217e-09, + "K": 9.703149395079436e-10, + "L": 2.1622099666274153e-06, + "G": 4.919355342281051e-05, + "F": 0.001555454102344811, + "E": 1.934288775373716e-06, + "T": 0.00017519245739094913, + "P": 0.004761200863867998, + "-": 0.99321049451828 + }, + "id": "tp_9246" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1155756, + "label": "-", + "classification": { + "B": 6.2232645703375056e-09, + "S": 7.825832426533452e-09, + "I": 7.2186148827313446e-06, + "C": 1.3355750525079202e-05, + "R": 1.2202609696032596e-06, + "M": 1.3992168533150107e-05, + "O": 1.670206870585389e-06, + "W": 2.1331530319912417e-08, + "N": 5.0373241577972294e-08, + "Y": 0.0002693440765142441, + "U": 2.3889631606266448e-08, + "K": 2.20065228262456e-08, + "L": 3.696319765822409e-07, + "G": 2.9095874197082594e-05, + "F": 0.0005693782004527748, + "E": 1.42357839649776e-06, + "T": 0.00022300551063381135, + "P": 0.008455037139356136, + "-": 0.9904147386550903 + }, + "id": "tp_9247" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1155889, + "label": "-", + "classification": { + "B": 0.0003582123026717454, + "S": 0.00024347822181880474, + "I": 0.0006470098742283881, + "C": 0.0002221088798251003, + "R": 9.174896695185453e-05, + "M": 0.0019069653935730457, + "O": 0.0009074482368305326, + "W": 0.00018820029799826443, + "N": 0.00015843973960727453, + "Y": 0.007848757319152355, + "U": 3.3933720260392874e-05, + "K": 0.0005896617076359689, + "L": 0.00011620521399891004, + "G": 0.0030318479984998703, + "F": 0.041318394243717194, + "E": 0.0029698361176997423, + "T": 0.00313623808324337, + "P": 0.13585753738880157, + "-": 0.8003740310668945 + }, + "id": "tp_9248" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1156023, + "label": "-", + "classification": { + "B": 1.161515569947369e-06, + "S": 3.192741360180662e-06, + "I": 8.315002196468413e-05, + "C": 3.548576569301076e-05, + "R": 6.790847692172974e-06, + "M": 6.4093190303538e-05, + "O": 3.808268593274988e-05, + "W": 3.661798018583795e-06, + "N": 1.1368604646122549e-05, + "Y": 0.0018589275423437357, + "U": 2.6416603304824093e-06, + "K": 0.0003805569722317159, + "L": 2.118609245371772e-06, + "G": 0.0006329733296297491, + "F": 0.004718208685517311, + "E": 0.00023423577658832073, + "T": 0.0007308853673748672, + "P": 0.036812879145145416, + "-": 0.9543795585632324 + }, + "id": "tp_9249" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1156156, + "label": "-", + "classification": { + "B": 7.89283163271648e-08, + "S": 1.5156418342598954e-08, + "I": 1.6889819107746007e-06, + "C": 7.463285669473407e-07, + "R": 8.072486679111535e-08, + "M": 3.0187907213985454e-06, + "O": 1.132521674662712e-06, + "W": 6.308947142485977e-09, + "N": 2.6074355119476422e-08, + "Y": 8.47994742798619e-05, + "U": 1.6129946267540163e-09, + "K": 1.3208094173933205e-08, + "L": 5.1431293002224265e-08, + "G": 2.6627767510944977e-05, + "F": 0.00019423736375756562, + "E": 2.1548128188442206e-06, + "T": 2.9858938432880677e-05, + "P": 0.006112734787166119, + "-": 0.9935426712036133 + }, + "id": "tp_9250" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1156256, + "label": "-", + "classification": { + "B": 7.27835181013603e-10, + "S": 4.228260519489879e-10, + "I": 2.186568792694743e-08, + "C": 6.418319348222568e-11, + "R": 3.2122611862139827e-12, + "M": 1.2408370331229435e-08, + "O": 1.614515099390701e-08, + "W": 8.442001264707955e-11, + "N": 2.85842627345545e-10, + "Y": 3.184462471494953e-08, + "U": 2.627887599367107e-13, + "K": 8.629970002504983e-12, + "L": 9.645591964035916e-11, + "G": 8.841992382713215e-08, + "F": 0.00020553593640215695, + "E": 1.7944360308774776e-07, + "T": 1.1238508079713938e-07, + "P": 0.29529526829719543, + "-": 0.7044986486434937 + }, + "id": "tp_9251" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1156390, + "label": "-", + "classification": { + "B": 8.379294480498345e-10, + "S": 4.394516306405194e-09, + "I": 5.033794270303815e-09, + "C": 6.987358247556585e-09, + "R": 1.816822470246393e-09, + "M": 1.6422620774392271e-06, + "O": 4.286131627395662e-07, + "W": 6.71812216967993e-10, + "N": 5.162468369457329e-11, + "Y": 2.4342583856196143e-05, + "U": 5.823600282561792e-12, + "K": 2.210942887104217e-11, + "L": 6.335147162417343e-08, + "G": 3.703913534991443e-06, + "F": 0.0014349023113027215, + "E": 1.4011154014781368e-08, + "T": 9.949036211764906e-06, + "P": 0.0002685695653781295, + "-": 0.9982563853263855 + }, + "id": "tp_9252" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1156523, + "label": "-", + "classification": { + "B": 3.0722068913746625e-05, + "S": 2.508770558051765e-05, + "I": 0.00012610940029844642, + "C": 3.351913983351551e-05, + "R": 8.124405212583952e-06, + "M": 0.00046594624291174114, + "O": 0.00026062282267957926, + "W": 8.52459834277397e-06, + "N": 1.2543715456558857e-05, + "Y": 0.0006997991004027426, + "U": 1.499616928413161e-06, + "K": 7.096657554939156e-07, + "L": 6.644984387094155e-05, + "G": 0.00059761933516711, + "F": 0.004925491288304329, + "E": 0.0002264380018459633, + "T": 0.0014273376436904073, + "P": 0.08744984865188599, + "-": 0.9036335349082947 + }, + "id": "tp_9253" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1156657, + "label": "-", + "classification": { + "B": 1.1409545530582932e-09, + "S": 7.101218502114648e-10, + "I": 4.1844884890451794e-08, + "C": 7.934612966664645e-09, + "R": 9.167583359115383e-10, + "M": 3.6381567269927473e-07, + "O": 4.59239650751897e-08, + "W": 2.1282312023807037e-10, + "N": 7.567416138165584e-10, + "Y": 1.662665090407245e-05, + "U": 2.0575293205316036e-11, + "K": 1.5384530316353562e-09, + "L": 9.442551185401271e-10, + "G": 1.3042973705523764e-06, + "F": 8.265388169093058e-05, + "E": 2.3007642369066161e-07, + "T": 9.326172403234523e-06, + "P": 0.0060543096624314785, + "-": 0.9938350915908813 + }, + "id": "tp_9254" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1156757, + "label": "-", + "classification": { + "B": 2.2529430054873956e-07, + "S": 6.412686559542635e-08, + "I": 3.6298240502219414e-07, + "C": 7.670313095786696e-08, + "R": 1.9027371678248528e-08, + "M": 1.3893759387428872e-06, + "O": 2.136454668288934e-06, + "W": 2.772392271310764e-08, + "N": 1.1432629065666333e-08, + "Y": 1.375080864818301e-05, + "U": 5.810747993884036e-10, + "K": 1.1462338855849907e-09, + "L": 1.1941897071210406e-07, + "G": 4.833861112274462e-06, + "F": 0.0009838518453761935, + "E": 6.730267045895744e-07, + "T": 1.6310299542965367e-05, + "P": 0.020389821380376816, + "-": 0.9785863757133484 + }, + "id": "tp_9255" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1156890, + "label": "-", + "classification": { + "B": 1.6653467493910057e-09, + "S": 4.400293018846924e-09, + "I": 8.159710205291049e-07, + "C": 1.0934440553000968e-07, + "R": 1.3575562896050997e-08, + "M": 1.8114661770596285e-06, + "O": 3.6757620591743034e-07, + "W": 3.685491911653571e-09, + "N": 1.1936439392457032e-08, + "Y": 7.061829091981053e-05, + "U": 1.138241834119924e-09, + "K": 1.2161560647427905e-08, + "L": 1.2277184602282887e-08, + "G": 2.538480430303025e-06, + "F": 0.0001297433045692742, + "E": 6.687006930405914e-07, + "T": 3.9018843381199986e-05, + "P": 0.007281280122697353, + "-": 0.9924730062484741 + }, + "id": "tp_9256" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1157024, + "label": "-", + "classification": { + "B": 1.3015898048251984e-07, + "S": 5.660128294948663e-07, + "I": 0.00016677964595146477, + "C": 1.8885347117247875e-06, + "R": 4.2574720282573253e-07, + "M": 1.7674226910457946e-05, + "O": 6.829713584011188e-06, + "W": 3.3539211585775774e-07, + "N": 1.0254139851895161e-05, + "Y": 0.0004238656547386199, + "U": 1.5512419793139998e-07, + "K": 1.376348677695205e-06, + "L": 2.452269995956158e-07, + "G": 3.249910878366791e-05, + "F": 0.0009123666095547378, + "E": 7.995096530066803e-05, + "T": 0.00044047972187399864, + "P": 0.2829800248146057, + "-": 0.7149242162704468 + }, + "id": "tp_9257" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1157157, + "label": "-", + "classification": { + "B": 0.000625438115093857, + "S": 0.0007715653046034276, + "I": 0.009400526992976665, + "C": 0.0006977641605772078, + "R": 0.00041891130967997015, + "M": 0.0062916516326367855, + "O": 0.003105150070041418, + "W": 0.0005511686904355884, + "N": 0.001483940752223134, + "Y": 0.009962265379726887, + "U": 0.00011594569514272735, + "K": 0.00023612362565472722, + "L": 0.0005681707989424467, + "G": 0.0036152470856904984, + "F": 0.013964413665235043, + "E": 0.005084198899567127, + "T": 0.012850060127675533, + "P": 0.3228650391101837, + "-": 0.607392430305481 + }, + "id": "tp_9258" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1157257, + "label": "-", + "classification": { + "B": 6.185240977174544e-07, + "S": 9.320580716121185e-07, + "I": 4.116476702620275e-05, + "C": 1.7294532881351188e-05, + "R": 6.211549134604866e-06, + "M": 0.00026465405244380236, + "O": 4.7946359700290486e-05, + "W": 1.1506703003760776e-06, + "N": 1.3506341929314658e-06, + "Y": 0.0014065795112401247, + "U": 2.8145296937509556e-07, + "K": 4.4164735868434946e-07, + "L": 8.55156577017624e-06, + "G": 0.0001781593164196238, + "F": 0.0021856375969946384, + "E": 2.3520338800153695e-05, + "T": 0.0011934469221159816, + "P": 0.013171105645596981, + "-": 0.9814509153366089 + }, + "id": "tp_9259" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1157391, + "label": "P", + "classification": { + "B": 1.7950518440557062e-06, + "S": 1.6215287814702606e-06, + "I": 0.0037133507430553436, + "C": 1.2828920262109023e-05, + "R": 2.9997197543707443e-06, + "M": 5.2670151490019634e-05, + "O": 8.209623956645373e-06, + "W": 1.0085185522257234e-06, + "N": 0.0002550509525462985, + "Y": 0.00022101023932918906, + "U": 7.176596454883111e-07, + "K": 3.625497629400343e-05, + "L": 5.572479722104617e-07, + "G": 0.0001299353752983734, + "F": 0.001532023074105382, + "E": 0.004475970286875963, + "T": 0.00012610979320015758, + "P": 0.9014759659767151, + "-": 0.08795194327831268 + }, + "id": "tp_9260" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1157524, + "label": "-", + "classification": { + "B": 1.0589835710561601e-06, + "S": 2.3946636247274e-06, + "I": 2.2245492345973616e-06, + "C": 1.5955754406604683e-07, + "R": 2.4929098785264614e-08, + "M": 1.1528429240570404e-05, + "O": 1.64827324624639e-05, + "W": 9.107669711738708e-07, + "N": 2.8847099997619807e-07, + "Y": 5.138948108651675e-05, + "U": 1.131991034242219e-08, + "K": 7.470781611118582e-07, + "L": 2.950197028894763e-07, + "G": 2.371144546486903e-05, + "F": 0.0072441245429217815, + "E": 3.7814326788065955e-05, + "T": 3.1786599720362574e-05, + "P": 0.05867476016283035, + "-": 0.9339004158973694 + }, + "id": "tp_9261" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1157658, + "label": "-", + "classification": { + "B": 0.00022466137306764722, + "S": 4.230232661939226e-05, + "I": 0.00017263439076486975, + "C": 0.0002165512414649129, + "R": 4.81855749967508e-05, + "M": 0.005022266414016485, + "O": 0.0008930920739658177, + "W": 4.8685829824535176e-05, + "N": 2.0821567886741832e-05, + "Y": 0.002402076032012701, + "U": 8.960499144450296e-06, + "K": 1.3824937013851013e-05, + "L": 0.00023935409262776375, + "G": 0.0013480865163728595, + "F": 0.003946327138692141, + "E": 0.000375167845049873, + "T": 0.004294015001505613, + "P": 0.02297845296561718, + "-": 0.9577045440673828 + }, + "id": "tp_9262" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1157758, + "label": "-", + "classification": { + "B": 4.891667049378157e-05, + "S": 2.1384666979429312e-05, + "I": 8.883754344424233e-05, + "C": 3.0153132684063166e-05, + "R": 2.3759732357575558e-05, + "M": 0.0016380768502131104, + "O": 0.0004165146092418581, + "W": 7.130748599593062e-06, + "N": 2.081415459542768e-06, + "Y": 0.0025714284274727106, + "U": 3.773435537368641e-07, + "K": 2.1502458480426867e-07, + "L": 0.00020379031775519252, + "G": 0.0025644414126873016, + "F": 0.010895462706685066, + "E": 7.788926450302824e-05, + "T": 0.0020965151488780975, + "P": 0.017005905508995056, + "-": 0.9623069763183594 + }, + "id": "tp_9263" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1157891, + "label": "-", + "classification": { + "B": 7.780163180370891e-09, + "S": 2.3404316706887585e-08, + "I": 1.0308120181434788e-05, + "C": 3.8175307963683736e-06, + "R": 5.143591010892123e-07, + "M": 1.4848498040009872e-06, + "O": 1.5470830021513393e-06, + "W": 1.0658676785624266e-07, + "N": 1.0301844213245204e-06, + "Y": 0.000514466839376837, + "U": 1.247569230145018e-07, + "K": 0.00010105345427291468, + "L": 3.194722708599329e-08, + "G": 4.908306436846033e-05, + "F": 0.005200506187975407, + "E": 4.405172512633726e-05, + "T": 6.801472045481205e-05, + "P": 0.03521467372775078, + "-": 0.9587891101837158 + }, + "id": "tp_9264" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1158025, + "label": "-", + "classification": { + "B": 5.314491555163947e-11, + "S": 3.38495897977964e-11, + "I": 3.7225804589979816e-06, + "C": 7.934455936720042e-08, + "R": 1.4820511928803626e-08, + "M": 1.231733904205612e-06, + "O": 7.094475762414731e-08, + "W": 4.636560302362369e-10, + "N": 8.43491143598385e-09, + "Y": 3.479567021713592e-05, + "U": 3.7164821220514455e-10, + "K": 2.7271468638900842e-08, + "L": 1.0957738050265675e-09, + "G": 2.0953038983861916e-06, + "F": 2.759095332294237e-05, + "E": 1.0246785677736625e-06, + "T": 2.4381741241086274e-05, + "P": 0.00467495433986187, + "-": 0.9952300786972046 + }, + "id": "tp_9265" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1158158, + "label": "-", + "classification": { + "B": 2.386265350651229e-06, + "S": 3.7884801713516936e-06, + "I": 0.0005135107785463333, + "C": 0.0001061932707671076, + "R": 1.0394001947133802e-05, + "M": 0.00031243922421708703, + "O": 3.854911483358592e-05, + "W": 1.993169917113846e-06, + "N": 3.2281102903652936e-05, + "Y": 0.0040503074415028095, + "U": 2.34798153542215e-06, + "K": 0.0003525434003677219, + "L": 4.5220826905278955e-06, + "G": 0.00162310223095119, + "F": 0.01301997248083353, + "E": 0.0016857428709045053, + "T": 0.0011079541873186827, + "P": 0.040803130716085434, + "-": 0.9363287687301636 + }, + "id": "tp_9266" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1158258, + "label": "-", + "classification": { + "B": 1.4154680627598282e-07, + "S": 2.7018984383175848e-08, + "I": 2.4078281057882123e-06, + "C": 6.294984444821239e-08, + "R": 3.101868628618831e-08, + "M": 3.750326141016558e-05, + "O": 6.298767402768135e-06, + "W": 1.7719550271522166e-08, + "N": 5.388080648316418e-09, + "Y": 0.0003042737953364849, + "U": 1.3139235532921845e-10, + "K": 1.1465202051641477e-11, + "L": 9.618171361580607e-07, + "G": 1.7369724446325563e-05, + "F": 4.198127135168761e-05, + "E": 2.869893762635911e-07, + "T": 0.000156685448018834, + "P": 0.0014810026623308659, + "-": 0.9979509711265564 + }, + "id": "tp_9267" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1158392, + "label": "-", + "classification": { + "B": 1.5909915873635327e-06, + "S": 7.040111086098477e-06, + "I": 0.00016255259106401354, + "C": 0.00014273572014644742, + "R": 2.4022097932174802e-05, + "M": 0.0002644933410920203, + "O": 9.116347064264119e-05, + "W": 4.340397936175577e-06, + "N": 1.9074581359745935e-05, + "Y": 0.0028591963928192854, + "U": 2.7963865250058006e-06, + "K": 1.2576042536238674e-05, + "L": 1.3242751265352126e-05, + "G": 0.0004901257925666869, + "F": 0.008029156364500523, + "E": 0.00011016200005542487, + "T": 0.0019071182468906045, + "P": 0.07198921591043472, + "-": 0.9138693809509277 + }, + "id": "tp_9268" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1158525, + "label": "-", + "classification": { + "B": 1.983606125577353e-06, + "S": 2.975187953779823e-06, + "I": 0.0005253097042441368, + "C": 0.00020063339616172016, + "R": 6.638845661655068e-05, + "M": 0.0005338368937373161, + "O": 0.00011578484554775059, + "W": 9.32132297748467e-06, + "N": 2.7382524422137067e-05, + "Y": 0.012695352546870708, + "U": 8.396374141739216e-06, + "K": 0.00022688411991111934, + "L": 1.7568154362379573e-05, + "G": 0.00258646416477859, + "F": 0.010163912549614906, + "E": 0.0007892257999628782, + "T": 0.0027124073822051287, + "P": 0.03525768965482712, + "-": 0.9340585470199585 + }, + "id": "tp_9269" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1158625, + "label": "-", + "classification": { + "B": 0.0002016093349084258, + "S": 1.5257382983691059e-05, + "I": 0.00034847392817027867, + "C": 1.491350030846661e-05, + "R": 2.0169527488178574e-06, + "M": 0.0007613236084580421, + "O": 0.00012200012133689597, + "W": 1.1156260370626114e-05, + "N": 1.7117305105784908e-05, + "Y": 0.0008517890237271786, + "U": 2.1516964352485957e-06, + "K": 1.5032188457553275e-05, + "L": 2.568724812590517e-05, + "G": 0.0017566860187798738, + "F": 0.006759635638445616, + "E": 0.00439511938020587, + "T": 0.000892268493771553, + "P": 0.1719064563512802, + "-": 0.8119012713432312 + }, + "id": "tp_9270" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1158759, + "label": "-", + "classification": { + "B": 6.206851685419679e-05, + "S": 0.002143650082871318, + "I": 0.0010870973346754909, + "C": 0.0015235993778333068, + "R": 0.0009886326733976603, + "M": 0.0045379819348454475, + "O": 0.004582506604492664, + "W": 0.0008235506829805672, + "N": 0.00037472660187631845, + "Y": 0.12039243429899216, + "U": 2.9831338906660676e-05, + "K": 0.002072462812066078, + "L": 0.0008778657065704465, + "G": 0.024803534150123596, + "F": 0.11657381057739258, + "E": 0.001647173659875989, + "T": 0.05720381438732147, + "P": 0.013543803244829178, + "-": 0.6467314958572388 + }, + "id": "tp_9271" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1158892, + "label": "-", + "classification": { + "B": 9.540988875691991e-13, + "S": 1.315974781403162e-12, + "I": 1.1950318068443266e-08, + "C": 1.2054128806227027e-09, + "R": 3.5557033012389994e-11, + "M": 3.249596369769847e-09, + "O": 4.911062667645183e-10, + "W": 9.563526186251448e-13, + "N": 7.209427499432763e-11, + "Y": 3.872320576192578e-06, + "U": 1.1041595155553141e-12, + "K": 4.315594270831724e-10, + "L": 4.903382821302982e-12, + "G": 1.3406733501142298e-07, + "F": 9.371239866595715e-05, + "E": 4.0990247640593225e-08, + "T": 3.424933652240725e-07, + "P": 0.009113824926316738, + "-": 0.9907881617546082 + }, + "id": "tp_9272" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1159026, + "label": "-", + "classification": { + "B": 8.175326001946814e-06, + "S": 5.791880084871082e-06, + "I": 0.0003887928614858538, + "C": 0.0001283633173443377, + "R": 1.9885274014086463e-05, + "M": 0.00039379019290208817, + "O": 9.169374243356287e-05, + "W": 5.964699994365219e-06, + "N": 2.2964375602896325e-05, + "Y": 0.004107894841581583, + "U": 4.121033271076158e-06, + "K": 1.632685052754823e-05, + "L": 1.9570128642953932e-05, + "G": 0.0008956564706750214, + "F": 0.010297000408172607, + "E": 0.0004921621875837445, + "T": 0.0016654817154631019, + "P": 0.09073986858129501, + "-": 0.8906965851783752 + }, + "id": "tp_9273" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1159126, + "label": "-", + "classification": { + "B": 4.124010501982411e-06, + "S": 1.2761299331032205e-05, + "I": 0.002009968739002943, + "C": 0.0002130708162439987, + "R": 8.545421587768942e-05, + "M": 0.00029572221683338284, + "O": 0.0001632655184948817, + "W": 2.227005097665824e-05, + "N": 0.00019815471023321152, + "Y": 0.006232164800167084, + "U": 1.1583802006498445e-05, + "K": 0.0004313653626013547, + "L": 6.825812761235284e-06, + "G": 0.0005344817182049155, + "F": 0.005830751731991768, + "E": 0.0005773776210844517, + "T": 0.002792150480672717, + "P": 0.0810474082827568, + "-": 0.8995311260223389 + }, + "id": "tp_9274" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1159259, + "label": "-", + "classification": { + "B": 1.5353593596501014e-07, + "S": 3.621984845381121e-08, + "I": 0.00014880512026138604, + "C": 6.3002075876283925e-06, + "R": 1.989795464396593e-06, + "M": 2.9110311515978537e-05, + "O": 7.295770501514198e-06, + "W": 1.2713387320673064e-07, + "N": 2.329501057829475e-06, + "Y": 0.00041174021316692233, + "U": 1.0104157155410576e-07, + "K": 1.6507210887084511e-07, + "L": 5.440524546429515e-07, + "G": 0.00014004006516188383, + "F": 0.0008912212215363979, + "E": 4.1033370507648215e-05, + "T": 0.00020524553838185966, + "P": 0.1449251025915146, + "-": 0.8531887531280518 + }, + "id": "tp_9275" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1159393, + "label": "-", + "classification": { + "B": 7.705502866883762e-07, + "S": 1.1713100320775993e-05, + "I": 3.486275318209664e-06, + "C": 7.21821095339692e-07, + "R": 2.742902722729923e-07, + "M": 4.9098929594038054e-05, + "O": 1.957452877832111e-05, + "W": 1.5638540844520321e-06, + "N": 7.223967486424954e-07, + "Y": 0.0003495917480904609, + "U": 4.369829298411787e-08, + "K": 5.651098490488948e-06, + "L": 1.0288068779118476e-06, + "G": 7.285091851372272e-05, + "F": 0.009793492034077644, + "E": 2.0271201719879173e-05, + "T": 0.0005908070597797632, + "P": 0.014873853884637356, + "-": 0.9742044806480408 + }, + "id": "tp_9276" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1159526, + "label": "-", + "classification": { + "B": 3.037439810782416e-08, + "S": 3.5725264524444356e-08, + "I": 1.1020167676178971e-06, + "C": 2.9802941980960895e-07, + "R": 6.951853492864757e-08, + "M": 1.459630857425509e-05, + "O": 1.3620476693176897e-06, + "W": 7.662950274323066e-09, + "N": 1.0425020846582811e-08, + "Y": 0.0006124876672402024, + "U": 1.2477633370977514e-09, + "K": 2.4662671904707167e-08, + "L": 2.1904507718772948e-07, + "G": 8.042767876759171e-05, + "F": 0.003058148082345724, + "E": 4.874825208389666e-06, + "T": 7.162601104937494e-05, + "P": 0.003526117652654648, + "-": 0.9926285743713379 + }, + "id": "tp_9277" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1159626, + "label": "-", + "classification": { + "B": 2.3166525409124006e-07, + "S": 2.9807748092025577e-07, + "I": 3.289600044809049e-06, + "C": 9.193734626933292e-07, + "R": 9.18219882350968e-08, + "M": 1.4404644389287569e-05, + "O": 2.345940856685047e-06, + "W": 7.361797571547868e-08, + "N": 3.0318585686472943e-07, + "Y": 0.00016838272858876735, + "U": 1.1647434128292389e-08, + "K": 1.152948129856668e-06, + "L": 1.1402577371200096e-07, + "G": 7.265847671078518e-05, + "F": 0.0055734808556735516, + "E": 5.261393016553484e-05, + "T": 8.667318616062403e-05, + "P": 0.10452917963266373, + "-": 0.8894938230514526 + }, + "id": "tp_9278" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1159760, + "label": "-", + "classification": { + "B": 1.5602884317900134e-08, + "S": 7.913373067935936e-09, + "I": 7.3073169915005565e-06, + "C": 5.50955121525476e-07, + "R": 2.4712798918358203e-08, + "M": 9.642263648856897e-06, + "O": 5.952395554231771e-07, + "W": 6.442564259856454e-09, + "N": 1.7911746397203387e-07, + "Y": 0.00016332327504642308, + "U": 5.06846209447076e-09, + "K": 8.769372783490326e-08, + "L": 5.630464983141792e-08, + "G": 3.621006544562988e-05, + "F": 0.0008221974712796509, + "E": 7.155003549996763e-05, + "T": 6.357901293085888e-05, + "P": 0.05246890336275101, + "-": 0.9463557600975037 + }, + "id": "tp_9279" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1159893, + "label": "P", + "classification": { + "B": 4.4276374233653826e-11, + "S": 2.3652366957366278e-12, + "I": 7.833934319023683e-07, + "C": 5.502008224023136e-11, + "R": 7.553581783496799e-13, + "M": 3.8744796260203884e-10, + "O": 9.166293418738647e-11, + "W": 1.3039103217288295e-12, + "N": 6.0130016521497964e-09, + "Y": 1.026784213209453e-09, + "U": 3.760708920923922e-13, + "K": 7.552573475476387e-13, + "L": 8.449741557489676e-13, + "G": 1.7486888603812645e-09, + "F": 4.7072280295878954e-08, + "E": 4.014766545878956e-07, + "T": 3.3677811650534295e-09, + "P": 0.9966397285461426, + "-": 0.0033590509556233883 + }, + "id": "tp_9280" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1160027, + "label": "-", + "classification": { + "B": 1.5661291286050982e-07, + "S": 1.5007127558419597e-06, + "I": 0.00036642831400968134, + "C": 1.2915435945615172e-05, + "R": 6.242256858968176e-06, + "M": 0.00017467794532421976, + "O": 3.572506466298364e-05, + "W": 9.160978606814751e-07, + "N": 7.202823326224461e-06, + "Y": 0.001486657653003931, + "U": 2.7429805982137623e-07, + "K": 1.189010617963504e-06, + "L": 3.5449904771667207e-06, + "G": 0.00026312595582567155, + "F": 0.0036463707219809294, + "E": 6.000490247970447e-05, + "T": 0.0012175492011010647, + "P": 0.050560362637043, + "-": 0.9421551823616028 + }, + "id": "tp_9281" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1160127, + "label": "-", + "classification": { + "B": 1.5414652807521634e-05, + "S": 1.3688129001820926e-05, + "I": 0.0012778600212186575, + "C": 0.0009708197903819382, + "R": 0.00033829532912932336, + "M": 0.0012611238053068519, + "O": 0.00032787316013127565, + "W": 3.830577770713717e-05, + "N": 7.33939596102573e-05, + "Y": 0.01035837922245264, + "U": 4.495061148190871e-05, + "K": 0.00021563087648246437, + "L": 9.844330634223297e-05, + "G": 0.002275712788105011, + "F": 0.01328063104301691, + "E": 0.0006494359695352614, + "T": 0.004547301679849625, + "P": 0.05189917981624603, + "-": 0.9123136401176453 + }, + "id": "tp_9282" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1160260, + "label": "-", + "classification": { + "B": 2.434070722756587e-07, + "S": 3.9922067429642993e-08, + "I": 9.383445103594568e-06, + "C": 5.4112670113681816e-06, + "R": 3.393239467186504e-07, + "M": 1.3213421880209353e-05, + "O": 2.4885123366402695e-06, + "W": 5.909389955149891e-08, + "N": 5.387300348047575e-07, + "Y": 0.00040194913162849844, + "U": 6.143891084775532e-08, + "K": 1.3148802509022062e-06, + "L": 2.0172497272596956e-07, + "G": 7.405490759992972e-05, + "F": 0.0031206642743200064, + "E": 6.527592631755397e-05, + "T": 4.4978813093621284e-05, + "P": 0.067505843937397, + "-": 0.9287539720535278 + }, + "id": "tp_9283" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1160394, + "label": "-", + "classification": { + "B": 6.065549769118661e-07, + "S": 8.003445373105933e-08, + "I": 0.00010078884224640206, + "C": 2.6789441108121537e-05, + "R": 3.224839701942983e-06, + "M": 0.00019607097783591598, + "O": 2.0763893189723603e-05, + "W": 1.2851531039359543e-07, + "N": 6.546156896547473e-07, + "Y": 0.0005329446867108345, + "U": 1.598627221710558e-07, + "K": 2.0081647456038354e-09, + "L": 1.4683854715258349e-05, + "G": 0.00016065052477642894, + "F": 0.00014982745051383972, + "E": 3.308739178464748e-05, + "T": 0.0006269178120419383, + "P": 0.05576898902654648, + "-": 0.9423636198043823 + }, + "id": "tp_9284" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1160527, + "label": "-", + "classification": { + "B": 2.8113691996622947e-07, + "S": 1.9446596866146137e-07, + "I": 1.299577888858039e-05, + "C": 3.895381269103382e-06, + "R": 6.225772608559055e-07, + "M": 1.5675617760280147e-05, + "O": 5.102921022626106e-06, + "W": 1.9441961285338039e-07, + "N": 1.0235179388473625e-06, + "Y": 0.0007282866863533854, + "U": 1.6028128868583735e-07, + "K": 1.788114786904771e-05, + "L": 3.300880848655652e-07, + "G": 0.00013910858251620084, + "F": 0.00395167013630271, + "E": 0.0001058730558725074, + "T": 0.00021495032706297934, + "P": 0.025699788704514503, + "-": 0.9691020250320435 + }, + "id": "tp_9285" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1160627, + "label": "-", + "classification": { + "B": 1.566383218687406e-07, + "S": 2.398068318143487e-06, + "I": 0.00059747404884547, + "C": 1.6927097021834925e-05, + "R": 3.625204271884286e-06, + "M": 7.826689397916198e-05, + "O": 3.712896068464033e-05, + "W": 2.0720249267469626e-06, + "N": 6.250767182791606e-05, + "Y": 0.0009362716809846461, + "U": 1.5273622011591215e-06, + "K": 9.916392446029931e-05, + "L": 7.837205657779123e-07, + "G": 8.190473454305902e-05, + "F": 0.002718196948990226, + "E": 0.00038322320324368775, + "T": 0.0007960081566125154, + "P": 0.11737455427646637, + "-": 0.8768078088760376 + }, + "id": "tp_9286" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1160761, + "label": "-", + "classification": { + "B": 0.00017878683866001666, + "S": 5.6951546866912395e-05, + "I": 0.00016485134256072342, + "C": 3.1151328585110605e-05, + "R": 3.249767542001791e-05, + "M": 0.0025364900939166546, + "O": 0.0007813837146386504, + "W": 1.7014033801387995e-05, + "N": 3.4047998269670643e-06, + "Y": 0.002547640586271882, + "U": 3.0607392886849993e-07, + "K": 4.0483448060513183e-07, + "L": 0.00023870581935625523, + "G": 0.0025945284869521856, + "F": 0.007397152949124575, + "E": 8.286780212074518e-05, + "T": 0.002493566134944558, + "P": 0.0076057990081608295, + "-": 0.9732364416122437 + }, + "id": "tp_9287" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1160894, + "label": "-", + "classification": { + "B": 3.7661949114919935e-09, + "S": 6.363644278195579e-09, + "I": 2.4997538616844395e-07, + "C": 3.3480620498238522e-09, + "R": 2.633554041509001e-09, + "M": 4.636410437797167e-07, + "O": 7.056842719066481e-07, + "W": 2.8641100602300185e-09, + "N": 3.791211344861267e-09, + "Y": 1.565910679346416e-05, + "U": 8.811122664820203e-11, + "K": 2.1645872594344695e-10, + "L": 9.747399332127316e-09, + "G": 1.268063897441607e-06, + "F": 8.056785736698657e-05, + "E": 3.5267156306417746e-08, + "T": 2.9770277251373045e-05, + "P": 0.007879572920501232, + "-": 0.9919916987419128 + }, + "id": "tp_9288" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1161028, + "label": "-", + "classification": { + "B": 3.23244330502348e-06, + "S": 4.021756865313364e-07, + "I": 4.6835972170811146e-05, + "C": 2.127040716004558e-06, + "R": 6.683226843051671e-07, + "M": 3.210457362001762e-05, + "O": 1.9008417439181358e-05, + "W": 3.263107828388456e-07, + "N": 6.464350121859752e-07, + "Y": 0.00016113976016640663, + "U": 6.198136759394401e-08, + "K": 2.606298465934742e-08, + "L": 2.9737368549831444e-06, + "G": 8.6891908722464e-05, + "F": 0.00047087561688385904, + "E": 3.0156979846651666e-05, + "T": 0.00016314188542310148, + "P": 0.06168932840228081, + "-": 0.9372901320457458 + }, + "id": "tp_9289" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1161128, + "label": "-", + "classification": { + "B": 4.598589953275223e-08, + "S": 4.371739947828246e-08, + "I": 3.825917701760773e-06, + "C": 1.028292103910644e-06, + "R": 1.1508229391665736e-07, + "M": 1.9940325728384778e-05, + "O": 1.907845671667019e-06, + "W": 2.224806117112621e-08, + "N": 7.99260320150097e-08, + "Y": 0.00037998807965777814, + "U": 4.070603853989496e-09, + "K": 2.6206134862150066e-07, + "L": 2.634601514728274e-07, + "G": 0.00017035131168086082, + "F": 0.00715194595977664, + "E": 2.9109422030160204e-05, + "T": 8.68355855345726e-05, + "P": 0.011837378144264221, + "-": 0.9803167581558228 + }, + "id": "tp_9290" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1161261, + "label": "-", + "classification": { + "B": 3.495313904977593e-08, + "S": 1.406280603077903e-08, + "I": 8.996956069040607e-08, + "C": 7.572147353585024e-09, + "R": 2.919005481771819e-09, + "M": 6.828660843893886e-06, + "O": 1.045919475473056e-06, + "W": 5.186261198275588e-09, + "N": 1.0071798950406219e-09, + "Y": 1.3201459296396933e-05, + "U": 1.963841762819829e-11, + "K": 2.19183941829737e-11, + "L": 5.052353913015395e-08, + "G": 1.4334169691210263e-06, + "F": 0.00013331374793779105, + "E": 9.623114749501838e-08, + "T": 2.832710015354678e-05, + "P": 0.0038143175188452005, + "-": 0.9960011839866638 + }, + "id": "tp_9291" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1161395, + "label": "-", + "classification": { + "B": 2.63558121105234e-07, + "S": 4.827047064281942e-07, + "I": 2.303452902197023e-06, + "C": 2.3681029404087894e-07, + "R": 5.39315010428254e-08, + "M": 5.488975875778124e-05, + "O": 1.7436203052056953e-05, + "W": 1.5965559896358172e-07, + "N": 8.232972703581254e-08, + "Y": 6.748189480276778e-05, + "U": 3.6001217562642296e-09, + "K": 2.6362085847608796e-08, + "L": 7.95466121417121e-07, + "G": 2.7073590899817646e-05, + "F": 0.0014932198682799935, + "E": 4.7448861550947186e-06, + "T": 0.0001278481213375926, + "P": 0.007073667366057634, + "-": 0.9911291599273682 + }, + "id": "tp_9292" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1161528, + "label": "-", + "classification": { + "B": 3.364903378155759e-08, + "S": 1.9825890262836765e-08, + "I": 3.2976556667563273e-06, + "C": 1.5738191905256826e-07, + "R": 2.8461583312378025e-08, + "M": 2.235825377283618e-06, + "O": 1.059762439581391e-06, + "W": 3.155720662562089e-08, + "N": 5.923661561269e-08, + "Y": 4.2816067434614524e-05, + "U": 4.532800357281985e-09, + "K": 6.528991036702791e-08, + "L": 6.092795956647024e-08, + "G": 8.489154424751177e-06, + "F": 0.0010887585813179612, + "E": 2.1488153834070545e-06, + "T": 2.6765823349705897e-05, + "P": 0.035560499876737595, + "-": 0.9632633924484253 + }, + "id": "tp_9293" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1161628, + "label": "-", + "classification": { + "B": 1.8361204223715788e-10, + "S": 7.901025611545265e-09, + "I": 6.175023941068503e-07, + "C": 6.664231477770954e-08, + "R": 1.0062521482723241e-08, + "M": 2.4277544071082957e-05, + "O": 5.529609552468173e-07, + "W": 1.801115923072416e-09, + "N": 4.172945544667073e-09, + "Y": 0.004569054115563631, + "U": 6.617974918077252e-11, + "K": 2.3712248164997618e-08, + "L": 1.3956125144432008e-08, + "G": 2.630137896630913e-05, + "F": 0.00022913084831088781, + "E": 7.336211638175882e-07, + "T": 0.0007117363275028765, + "P": 0.00020416844927240163, + "-": 0.9942333102226257 + }, + "id": "tp_9294" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1161762, + "label": "-", + "classification": { + "B": 6.107106376163074e-09, + "S": 3.318782049177571e-08, + "I": 7.003344762779307e-06, + "C": 1.733430394779134e-07, + "R": 5.791940793642425e-08, + "M": 9.509649885330873e-07, + "O": 9.516389809505199e-07, + "W": 4.9784251388018674e-08, + "N": 4.4252877273720514e-07, + "Y": 0.0002523046568967402, + "U": 1.794940729382688e-08, + "K": 1.0840550203283783e-05, + "L": 9.056638106130777e-09, + "G": 9.927169230650179e-06, + "F": 0.00097425258718431, + "E": 1.344017255178187e-05, + "T": 5.901438998989761e-05, + "P": 0.03951537236571312, + "-": 0.9591551423072815 + }, + "id": "tp_9295" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1161895, + "label": "-", + "classification": { + "B": 0.000566430389881134, + "S": 0.0007591591565869749, + "I": 0.0030786290299147367, + "C": 0.0010892500868067145, + "R": 0.0005280774203129113, + "M": 0.011859910562634468, + "O": 0.005038241855800152, + "W": 0.0005091336788609624, + "N": 0.0006174474838189781, + "Y": 0.02073061279952526, + "U": 0.0001345900964224711, + "K": 0.00014652717800345272, + "L": 0.001268660998903215, + "G": 0.006443342659622431, + "F": 0.012959806248545647, + "E": 0.0024145464412868023, + "T": 0.023770729079842567, + "P": 0.06656576693058014, + "-": 0.8415191769599915 + }, + "id": "tp_9296" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1162029, + "label": "-", + "classification": { + "B": 1.0622846957630827e-06, + "S": 3.1639967801311286e-07, + "I": 3.300626849522814e-05, + "C": 5.795728611701634e-06, + "R": 9.814264103624737e-07, + "M": 2.3221238734549843e-05, + "O": 1.1351024113537278e-05, + "W": 3.7832307953067357e-07, + "N": 1.3364453934627818e-06, + "Y": 0.00031839002622291446, + "U": 1.9318171950999385e-07, + "K": 4.4121463815827155e-07, + "L": 1.3787412171950564e-06, + "G": 8.774960588198155e-05, + "F": 0.0017624509055167437, + "E": 3.866065526381135e-05, + "T": 0.0002046637237071991, + "P": 0.08665929734706879, + "-": 0.9108493328094482 + }, + "id": "tp_9297" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1162129, + "label": "-", + "classification": { + "B": 2.068631346219263e-07, + "S": 3.4184898822786636e-07, + "I": 3.5448313155939104e-06, + "C": 1.4333576245917357e-06, + "R": 5.202151101002528e-07, + "M": 0.00012255797628313303, + "O": 4.392229311633855e-05, + "W": 2.136109031880551e-07, + "N": 4.4079168759481036e-08, + "Y": 0.00014866914716549218, + "U": 4.468976300131544e-09, + "K": 8.814639684828762e-09, + "L": 4.865537448495161e-06, + "G": 8.630789670860395e-05, + "F": 0.0009931765962392092, + "E": 3.5905864024243783e-06, + "T": 0.00016081513604149222, + "P": 0.003087845165282488, + "-": 0.9953418970108032 + }, + "id": "tp_9298" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1162262, + "label": "-", + "classification": { + "B": 3.4346560369158396e-06, + "S": 7.305875442398246e-07, + "I": 5.2721861720783636e-05, + "C": 4.5722710638074204e-05, + "R": 1.4469685083895456e-05, + "M": 0.00013513964950107038, + "O": 6.325591675704345e-05, + "W": 1.7512302292743698e-06, + "N": 1.2203843198221875e-06, + "Y": 0.0012414671946316957, + "U": 6.505942451440205e-07, + "K": 2.6860260504690814e-07, + "L": 1.9174702174495906e-05, + "G": 0.00039306265534833074, + "F": 0.0021180007606744766, + "E": 3.4991120628546923e-05, + "T": 0.0005660917377099395, + "P": 0.018462898209691048, + "-": 0.9768450260162354 + }, + "id": "tp_9299" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1162396, + "label": "-", + "classification": { + "B": 6.977211253200721e-09, + "S": 1.2858530906711962e-09, + "I": 1.1997877663816325e-05, + "C": 1.4280105915531749e-06, + "R": 1.539412295414877e-07, + "M": 7.563438430224778e-06, + "O": 4.4752417238669295e-07, + "W": 3.2847309316963447e-09, + "N": 7.838023208250888e-08, + "Y": 0.00025071785785257816, + "U": 5.3586202142241746e-09, + "K": 1.540451322057379e-08, + "L": 7.1790744016198e-08, + "G": 2.9973663913551718e-05, + "F": 0.00032880614162422717, + "E": 8.638046892883722e-06, + "T": 0.00010437829041620716, + "P": 0.019371287897229195, + "-": 0.9798843860626221 + }, + "id": "tp_9300" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1162529, + "label": "-", + "classification": { + "B": 2.176113866880769e-07, + "S": 1.5378775231056352e-07, + "I": 3.0098365186859155e-06, + "C": 9.612880376153043e-07, + "R": 3.767288205835939e-07, + "M": 2.112153197231237e-05, + "O": 1.404144768457627e-05, + "W": 5.1161116232378845e-08, + "N": 4.2856434845361946e-08, + "Y": 7.398501475108787e-05, + "U": 2.64657407100799e-09, + "K": 1.915341663050185e-09, + "L": 1.7524505437904736e-06, + "G": 7.199824904091656e-05, + "F": 0.0011399874929338694, + "E": 1.2239095212862594e-06, + "T": 0.00015700973744969815, + "P": 0.004278391599655151, + "-": 0.9942356944084167 + }, + "id": "tp_9301" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1162629, + "label": "P", + "classification": { + "B": 9.035147741087712e-06, + "S": 2.87743860098999e-05, + "I": 0.0036415138747543097, + "C": 0.00015027592598926276, + "R": 1.8983988411491737e-05, + "M": 0.00021161221957299858, + "O": 9.308748121839017e-05, + "W": 4.09263011533767e-05, + "N": 0.0007875427836552262, + "Y": 0.004408859182149172, + "U": 2.311213938810397e-05, + "K": 0.003564469749107957, + "L": 7.729070603090804e-06, + "G": 0.0015867261681705713, + "F": 0.023096619173884392, + "E": 0.017230309545993805, + "T": 0.0020469094160944223, + "P": 0.5089001059532166, + "-": 0.43415331840515137 + }, + "id": "tp_9302" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1162763, + "label": "-", + "classification": { + "B": 9.090502317121718e-06, + "S": 1.0198468771704938e-05, + "I": 1.9373197574168444e-05, + "C": 1.8102766716765473e-06, + "R": 8.53439132697531e-07, + "M": 0.00045134726678952575, + "O": 0.00024222495267167687, + "W": 3.6965477647754597e-06, + "N": 1.2094446901755873e-06, + "Y": 0.0004020101041533053, + "U": 1.1704639035770015e-07, + "K": 1.2691859296865005e-07, + "L": 1.5609497495461255e-05, + "G": 0.00011730425467249006, + "F": 0.0006970535032451153, + "E": 1.9114744645776227e-05, + "T": 0.000849592441227287, + "P": 0.011105106212198734, + "-": 0.9860541224479675 + }, + "id": "tp_9303" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1162896, + "label": "-", + "classification": { + "B": 6.334012709885428e-07, + "S": 9.64330638453248e-07, + "I": 4.5805158151779324e-05, + "C": 2.196492914663395e-06, + "R": 2.5454031060689886e-07, + "M": 1.183730364573421e-05, + "O": 8.274258107121568e-06, + "W": 6.355069217534037e-07, + "N": 3.603861387091456e-06, + "Y": 0.00010039738845080137, + "U": 1.1981978786934633e-07, + "K": 1.2211108924020664e-06, + "L": 4.4274489141571394e-07, + "G": 1.8149085008190013e-05, + "F": 0.0034979311749339104, + "E": 0.00012994208373129368, + "T": 8.497010276187211e-05, + "P": 0.2582860589027405, + "-": 0.7378066182136536 + }, + "id": "tp_9304" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1163030, + "label": "-", + "classification": { + "B": 1.5565980504561594e-07, + "S": 9.58649781779286e-09, + "I": 1.9910350602003746e-05, + "C": 1.7485410808149027e-06, + "R": 7.282601188762783e-08, + "M": 1.4159664715407416e-05, + "O": 2.588495362942922e-06, + "W": 2.38188100354364e-08, + "N": 1.9343541168836964e-07, + "Y": 2.8411401217454113e-05, + "U": 5.5277467048142626e-09, + "K": 2.5151714044824303e-09, + "L": 1.8296482551249937e-07, + "G": 2.1772144464193843e-05, + "F": 4.1698338463902473e-05, + "E": 1.1624663784459699e-05, + "T": 4.1921946831280366e-05, + "P": 0.09832432121038437, + "-": 0.9014911651611328 + }, + "id": "tp_9305" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1163130, + "label": "-", + "classification": { + "B": 7.647897592999442e-11, + "S": 1.4513271140437212e-10, + "I": 3.7140905533306068e-06, + "C": 4.19424353026443e-08, + "R": 1.1958352086338664e-09, + "M": 1.8964742665161793e-08, + "O": 1.8774031218526943e-08, + "W": 4.844142309501365e-10, + "N": 6.44424034135227e-08, + "Y": 8.519700145370734e-07, + "U": 2.37215302956173e-10, + "K": 9.409937717919092e-09, + "L": 1.1708434222157393e-10, + "G": 1.1437574443107223e-07, + "F": 9.661177318776026e-05, + "E": 1.926207232827437e-06, + "T": 6.533963414767641e-07, + "P": 0.3132714331150055, + "-": 0.6866244673728943 + }, + "id": "tp_9306" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1163263, + "label": "P", + "classification": { + "B": 4.5101836576577625e-07, + "S": 1.0168906783292186e-06, + "I": 0.0005370642757043242, + "C": 6.1696041484538e-06, + "R": 1.3706368235943955e-06, + "M": 1.3818947991239838e-05, + "O": 1.0220187505183276e-05, + "W": 1.0718567864387296e-06, + "N": 7.361145981121808e-05, + "Y": 0.0001331821986241266, + "U": 4.237292898778833e-07, + "K": 2.404316546744667e-05, + "L": 2.765979445484845e-07, + "G": 6.3094194047153e-05, + "F": 0.004054526798427105, + "E": 0.0008642598404549062, + "T": 0.00011577152326935902, + "P": 0.7115004062652588, + "-": 0.2825992703437805 + }, + "id": "tp_9307" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1163397, + "label": "P", + "classification": { + "B": 4.148001244175248e-05, + "S": 1.9017594240722246e-05, + "I": 0.035315610468387604, + "C": 0.00015370053006336093, + "R": 1.9118628188152798e-05, + "M": 0.0006057163118384778, + "O": 8.993506344268098e-05, + "W": 9.729349585541058e-06, + "N": 0.0008915577782317996, + "Y": 0.00128921156283468, + "U": 2.5043959794857074e-06, + "K": 1.5782829905219842e-06, + "L": 1.8588465536595322e-05, + "G": 0.0004447637766133994, + "F": 0.00032113748602569103, + "E": 0.0025354158133268356, + "T": 0.0007851992268115282, + "P": 0.8769193887710571, + "-": 0.08053629100322723 + }, + "id": "tp_9308" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1163530, + "label": "-", + "classification": { + "B": 9.700048622107715e-07, + "S": 6.541310995089589e-07, + "I": 0.0003068702935706824, + "C": 1.317347869189689e-05, + "R": 1.144345560533111e-06, + "M": 2.2197122234501876e-05, + "O": 1.0483519872650504e-05, + "W": 1.4810456150371465e-06, + "N": 4.5755907194688916e-05, + "Y": 0.0005006122519262135, + "U": 2.6729619548859773e-06, + "K": 0.00019463995704427361, + "L": 6.278119144553784e-07, + "G": 0.0002464729477651417, + "F": 0.0031529676634818316, + "E": 0.002898415783420205, + "T": 0.00022808971698395908, + "P": 0.4799543023109436, + "-": 0.5124184489250183 + }, + "id": "tp_9309" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1163630, + "label": "-", + "classification": { + "B": 6.280654361034976e-06, + "S": 1.4267483550156612e-07, + "I": 5.41643203177955e-06, + "C": 6.151297782253096e-08, + "R": 1.203726540666139e-08, + "M": 1.0987469977408182e-05, + "O": 2.1161722543183714e-05, + "W": 1.0681337414553127e-07, + "N": 1.9981246168754296e-07, + "Y": 7.491417818528134e-06, + "U": 2.2695956225504688e-09, + "K": 9.78767344950171e-11, + "L": 5.347947080736049e-07, + "G": 1.054905715136556e-05, + "F": 2.2696436644764617e-05, + "E": 2.2764797904528677e-06, + "T": 5.327783583197743e-05, + "P": 0.2933678925037384, + "-": 0.7064908742904663 + }, + "id": "tp_9310" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1163764, + "label": "P", + "classification": { + "B": 1.9289068120542652e-07, + "S": 2.8095257675886387e-07, + "I": 0.00032013418967835605, + "C": 2.6356608941568993e-05, + "R": 1.6490217831233167e-06, + "M": 7.4826334639510605e-06, + "O": 3.6736848869622918e-06, + "W": 5.984647941659205e-07, + "N": 2.2898188035469502e-05, + "Y": 0.0002599477593321353, + "U": 3.8771125332459633e-07, + "K": 3.67732864106074e-05, + "L": 2.6829758326130104e-07, + "G": 9.237691119778901e-05, + "F": 0.011437034234404564, + "E": 0.0017678814474493265, + "T": 4.380036625661887e-05, + "P": 0.5320547819137573, + "-": 0.4539234936237335 + }, + "id": "tp_9311" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1163897, + "label": "-", + "classification": { + "B": 8.558725994589622e-08, + "S": 3.800730752345771e-08, + "I": 7.96382846601773e-06, + "C": 1.922216199545801e-07, + "R": 1.9832555153698195e-08, + "M": 1.9738231458177324e-06, + "O": 7.857514106035524e-07, + "W": 2.3736461685075483e-08, + "N": 4.3713470176953706e-07, + "Y": 8.94753320608288e-05, + "U": 9.723974514486144e-09, + "K": 8.697856515027524e-07, + "L": 2.338504856425061e-08, + "G": 3.1711006158730015e-05, + "F": 0.0030218542087823153, + "E": 0.00015478111163247377, + "T": 2.7426085580373183e-05, + "P": 0.20873981714248657, + "-": 0.7879223823547363 + }, + "id": "tp_9312" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1164031, + "label": "-", + "classification": { + "B": 1.2964106872459524e-06, + "S": 5.925322739130934e-07, + "I": 0.00043733319034799933, + "C": 3.261186429881491e-05, + "R": 2.837649617504212e-06, + "M": 3.294088310212828e-05, + "O": 1.683177652012091e-05, + "W": 9.183744964502694e-07, + "N": 2.9281576644279994e-05, + "Y": 0.0005084662116132677, + "U": 1.1457926802904694e-06, + "K": 6.107861736381892e-06, + "L": 1.074434294423554e-06, + "G": 0.00019979625358246267, + "F": 0.0007240998093038797, + "E": 0.0003960896283388138, + "T": 0.00031259938259609044, + "P": 0.3809488117694855, + "-": 0.6163471341133118 + }, + "id": "tp_9313" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1164131, + "label": "-", + "classification": { + "B": 3.002449677769192e-11, + "S": 9.937595451398051e-13, + "I": 2.865423994080629e-06, + "C": 7.332963125605829e-09, + "R": 2.309685637191805e-10, + "M": 6.196009483261378e-09, + "O": 8.930745032387222e-10, + "W": 5.941963067412903e-12, + "N": 1.467336807614572e-09, + "Y": 1.0233239891022095e-06, + "U": 1.2848931987829992e-11, + "K": 2.4884191929253063e-12, + "L": 5.356827134650466e-11, + "G": 8.454564692783606e-08, + "F": 3.7893656212872884e-07, + "E": 1.1059911741995165e-07, + "T": 5.532946829589491e-07, + "P": 0.4876866638660431, + "-": 0.5123082995414734 + }, + "id": "tp_9314" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1164264, + "label": "-", + "classification": { + "B": 7.715262873020379e-10, + "S": 5.648717951722837e-11, + "I": 1.9757062830194627e-07, + "C": 1.012675387990214e-09, + "R": 2.3030477525054494e-10, + "M": 1.842332864043783e-08, + "O": 4.623547766868796e-08, + "W": 6.319727380299511e-11, + "N": 1.3197249959517876e-09, + "Y": 2.610475746678276e-07, + "U": 9.733947155254885e-12, + "K": 3.694545483347994e-13, + "L": 7.839914828444705e-10, + "G": 1.383602352689195e-07, + "F": 1.1228645462324494e-06, + "E": 1.5057661784112497e-08, + "T": 3.1427548492501955e-06, + "P": 0.2592565715312958, + "-": 0.7407385110855103 + }, + "id": "tp_9315" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1164398, + "label": "P", + "classification": { + "B": 3.125388730040868e-07, + "S": 6.924910849193111e-07, + "I": 0.00016207541921176016, + "C": 3.6495912354439497e-06, + "R": 4.3097799107272294e-07, + "M": 2.8076279704691842e-05, + "O": 6.889817541377852e-06, + "W": 5.393491733229894e-07, + "N": 1.3040803423791658e-05, + "Y": 0.00011457486834842712, + "U": 1.7115350203766866e-07, + "K": 5.216836143517867e-06, + "L": 3.362274867413362e-07, + "G": 2.9009041099925525e-05, + "F": 0.0036458049435168505, + "E": 0.0008051602635532618, + "T": 0.00010719408601289615, + "P": 0.5087721943855286, + "-": 0.4863046705722809 + }, + "id": "tp_9316" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1164531, + "label": "-", + "classification": { + "B": 2.327873744434328e-06, + "S": 8.29847749628243e-07, + "I": 0.0016532068839296699, + "C": 8.195346890715882e-05, + "R": 7.697585715504829e-06, + "M": 0.00011887518485309556, + "O": 3.3699838240863755e-05, + "W": 1.1834432598334388e-06, + "N": 7.331430970225483e-05, + "Y": 0.00041814486030489206, + "U": 2.4388232304772828e-06, + "K": 5.1294928198331036e-06, + "L": 3.40388442054973e-06, + "G": 0.000284939247649163, + "F": 0.0008793028537184, + "E": 0.000849920033942908, + "T": 0.000695844239089638, + "P": 0.41393187642097473, + "-": 0.580955982208252 + }, + "id": "tp_9317" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1164631, + "label": "P", + "classification": { + "B": 9.351149401481962e-07, + "S": 8.734818948141765e-07, + "I": 0.00036009561154060066, + "C": 1.3094178939354606e-05, + "R": 1.8801164287651773e-06, + "M": 1.8758477381197736e-05, + "O": 6.311360721156234e-06, + "W": 6.776679697395593e-07, + "N": 3.06003748846706e-05, + "Y": 0.00011575254757190123, + "U": 2.3689155170814047e-07, + "K": 1.1479168279038277e-05, + "L": 4.3166656382709334e-07, + "G": 7.615789945703e-05, + "F": 0.005009736865758896, + "E": 0.0012773622293025255, + "T": 5.949220576439984e-05, + "P": 0.7508037090301514, + "-": 0.2422124296426773 + }, + "id": "tp_9318" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1164765, + "label": "-", + "classification": { + "B": 5.001499214785099e-10, + "S": 6.962333921195496e-12, + "I": 2.709515456444933e-07, + "C": 6.1736509238130566e-09, + "R": 3.227257003302064e-11, + "M": 2.5467734587891755e-08, + "O": 5.7349831550368435e-09, + "W": 1.671850505258199e-11, + "N": 1.7149659470305778e-09, + "Y": 1.1271128386169948e-07, + "U": 5.0832029557801306e-12, + "K": 3.453832705946347e-11, + "L": 6.957651815797661e-11, + "G": 1.5385838025849807e-07, + "F": 8.708382665645331e-06, + "E": 1.8091909623763058e-06, + "T": 1.5770918082580465e-07, + "P": 0.2356613129377365, + "-": 0.764327347278595 + }, + "id": "tp_9319" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1164898, + "label": "P", + "classification": { + "B": 7.288124379556393e-07, + "S": 5.673858822774491e-07, + "I": 0.0008735130541026592, + "C": 2.693761052796617e-05, + "R": 2.3898387553344946e-06, + "M": 4.267637632437982e-05, + "O": 7.811923751432914e-06, + "W": 6.480188972091128e-07, + "N": 3.2747178920544684e-05, + "Y": 0.0004874086007475853, + "U": 7.93380536379118e-07, + "K": 5.819520083605312e-06, + "L": 1.1750277053579339e-06, + "G": 0.00010861811460927129, + "F": 0.001079187379218638, + "E": 0.0007521634106524289, + "T": 0.00020151752687525004, + "P": 0.6053286194801331, + "-": 0.3910467028617859 + }, + "id": "tp_9320" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1165032, + "label": "P", + "classification": { + "B": 1.037874767462199e-06, + "S": 1.2774286233252496e-06, + "I": 0.0032573004718869925, + "C": 4.121720849070698e-05, + "R": 7.428530807374045e-06, + "M": 4.316602644394152e-05, + "O": 1.6811167370178737e-05, + "W": 1.3911285350332037e-06, + "N": 0.0001353856932837516, + "Y": 0.0006432170048356056, + "U": 1.489974238211289e-06, + "K": 8.846030141285155e-06, + "L": 1.778023602128087e-06, + "G": 0.0001368825905956328, + "F": 0.0012259545037522912, + "E": 0.0009353403002023697, + "T": 0.00031387648778036237, + "P": 0.6759747862815857, + "-": 0.3172527849674225 + }, + "id": "tp_9321" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1165132, + "label": "-", + "classification": { + "B": 1.2558606954371498e-07, + "S": 8.103020121552618e-08, + "I": 2.3870332370279357e-05, + "C": 5.362507522477244e-07, + "R": 8.893385228248007e-08, + "M": 1.4879158243275015e-06, + "O": 2.8334300168353366e-06, + "W": 9.379599674730343e-08, + "N": 8.60121076584619e-07, + "Y": 1.5944604456308298e-05, + "U": 2.183995029270136e-08, + "K": 2.5023968674986463e-08, + "L": 1.3300342516231467e-07, + "G": 5.4108868425828405e-06, + "F": 0.0002700737677514553, + "E": 7.197194008767838e-06, + "T": 3.665526310214773e-05, + "P": 0.4268915355205536, + "-": 0.5727429986000061 + }, + "id": "tp_9322" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1165265, + "label": "-", + "classification": { + "B": 1.0267850569789516e-08, + "S": 1.0237206637953022e-08, + "I": 9.513097029412165e-05, + "C": 2.874238134609186e-06, + "R": 3.860353103846137e-07, + "M": 2.1531793663598364e-06, + "O": 8.096776582533494e-07, + "W": 2.8261631257464614e-08, + "N": 2.051402361757937e-06, + "Y": 0.00012753759801853448, + "U": 3.482637467300265e-08, + "K": 1.3257208593131509e-06, + "L": 2.0537120448693713e-08, + "G": 1.976810017367825e-05, + "F": 0.000483898154925555, + "E": 0.00010074450256070122, + "T": 3.644574826466851e-05, + "P": 0.267366886138916, + "-": 0.7317599654197693 + }, + "id": "tp_9323" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1165399, + "label": "-", + "classification": { + "B": 5.3398153454509156e-08, + "S": 9.337980344525931e-08, + "I": 0.00022322834411170334, + "C": 2.8908521017001476e-06, + "R": 2.2878654704072687e-07, + "M": 1.3405730896920431e-05, + "O": 2.4215162284235703e-06, + "W": 8.148025187892927e-08, + "N": 4.0777927097224165e-06, + "Y": 6.590249540749937e-05, + "U": 3.941525505979371e-08, + "K": 8.194102463221498e-08, + "L": 2.7918315481656464e-07, + "G": 2.5669716706033796e-05, + "F": 0.0004873449506703764, + "E": 0.0001101311354432255, + "T": 6.918547296663746e-05, + "P": 0.4894040822982788, + "-": 0.5095908045768738 + }, + "id": "tp_9324" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1165532, + "label": "-", + "classification": { + "B": 8.150143003149424e-06, + "S": 1.5733672853457392e-06, + "I": 0.00047495204489678144, + "C": 2.1765552446595393e-05, + "R": 2.6544005322648445e-06, + "M": 0.00013902276987209916, + "O": 5.7069904869422317e-05, + "W": 2.214128016930772e-06, + "N": 2.187574136769399e-05, + "Y": 0.00022775749675929546, + "U": 1.1990753137069987e-06, + "K": 6.421791113098152e-06, + "L": 7.188622475950979e-06, + "G": 0.0004922511288896203, + "F": 0.0030548367649316788, + "E": 0.0008078140090219676, + "T": 0.000302457541693002, + "P": 0.26714542508125305, + "-": 0.7272254228591919 + }, + "id": "tp_9325" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1165632, + "label": "P", + "classification": { + "B": 6.922226020833477e-06, + "S": 3.9344804463326e-06, + "I": 0.0001434052683180198, + "C": 1.2291716302570421e-05, + "R": 1.9170445284544257e-06, + "M": 1.8680406355997548e-05, + "O": 2.0021416275994852e-05, + "W": 2.087194843625184e-06, + "N": 2.6324056307203136e-05, + "Y": 0.00017006749112624675, + "U": 4.820835215468833e-07, + "K": 4.7460157475143205e-06, + "L": 1.3486343277691049e-06, + "G": 0.0001147676448454149, + "F": 0.00501036224886775, + "E": 0.0004895256133750081, + "T": 9.866773325484246e-05, + "P": 0.7322958111763, + "-": 0.26157864928245544 + }, + "id": "tp_9326" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1165766, + "label": "-", + "classification": { + "B": 1.4773942780266225e-07, + "S": 3.185254513482505e-07, + "I": 2.8055808797944337e-05, + "C": 3.38628638019145e-06, + "R": 2.237975422758609e-07, + "M": 2.5033809833985288e-06, + "O": 4.360718321549939e-06, + "W": 2.499886875284574e-07, + "N": 3.7181041534495307e-06, + "Y": 6.584553921129555e-05, + "U": 8.652158811628397e-08, + "K": 2.075668817269616e-06, + "L": 1.5874071834787173e-07, + "G": 3.8431146094808355e-05, + "F": 0.008338299579918385, + "E": 6.294330523815006e-05, + "T": 6.534341082442552e-05, + "P": 0.3350892961025238, + "-": 0.6562945246696472 + }, + "id": "tp_9327" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1165899, + "label": "-", + "classification": { + "B": 2.617910695335013e-06, + "S": 7.784243507558131e-07, + "I": 0.0026834902819246054, + "C": 0.00026512163458392024, + "R": 2.6661213269107975e-05, + "M": 5.323993173078634e-05, + "O": 1.6127198250615038e-05, + "W": 2.3404222702083644e-06, + "N": 8.161715959431604e-05, + "Y": 0.001094522071070969, + "U": 9.186896932078525e-06, + "K": 5.763030640082434e-05, + "L": 4.082037321495591e-06, + "G": 0.00034219969529658556, + "F": 0.004639714024960995, + "E": 0.002447259146720171, + "T": 0.00030318700009956956, + "P": 0.4043557643890381, + "-": 0.5836143493652344 + }, + "id": "tp_9328" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1166033, + "label": "P", + "classification": { + "B": 1.1376135944374255e-06, + "S": 1.600989435246447e-06, + "I": 0.000793840445112437, + "C": 7.713692866673227e-06, + "R": 6.919387942616595e-07, + "M": 4.3096868466818705e-05, + "O": 9.734371815284248e-06, + "W": 1.6297224192385329e-06, + "N": 9.530014358460903e-05, + "Y": 0.00016605257405899465, + "U": 6.92957087267132e-07, + "K": 3.263142934883945e-05, + "L": 3.947168067952589e-07, + "G": 3.662243398139253e-05, + "F": 0.0021773590706288815, + "E": 0.0030521752778440714, + "T": 0.00011106515739811584, + "P": 0.7568181753158569, + "-": 0.23665007948875427 + }, + "id": "tp_9329" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1166133, + "label": "-", + "classification": { + "B": 8.496413350655985e-09, + "S": 3.0130038908282586e-08, + "I": 0.0001450415438739583, + "C": 3.2206994546868373e-06, + "R": 3.4620728683876223e-07, + "M": 1.034882984640717e-06, + "O": 8.109012696877471e-07, + "W": 8.801035988881267e-08, + "N": 8.712134331290144e-06, + "Y": 0.00015639985213056207, + "U": 1.0413870654701896e-07, + "K": 0.00016808867803774774, + "L": 1.1296567237195632e-08, + "G": 1.982654066523537e-05, + "F": 0.0028166784904897213, + "E": 0.00042416126234456897, + "T": 2.4958859285106882e-05, + "P": 0.251860648393631, + "-": 0.7443698048591614 + }, + "id": "tp_9330" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1166266, + "label": "P", + "classification": { + "B": 1.075626911983818e-07, + "S": 1.0623145030308478e-08, + "I": 1.9507349861669354e-05, + "C": 8.17102602468367e-07, + "R": 3.605490661584554e-08, + "M": 1.397479991283035e-06, + "O": 8.938328619478852e-07, + "W": 3.148089433580026e-08, + "N": 1.296553818974644e-06, + "Y": 1.2025100659229793e-05, + "U": 1.4502293588236626e-08, + "K": 4.3104137148475274e-07, + "L": 1.693379481082502e-08, + "G": 1.4933359125279821e-05, + "F": 0.0010109167778864503, + "E": 0.00016800702724140137, + "T": 1.0441323865961749e-05, + "P": 0.5954433083534241, + "-": 0.4033157527446747 + }, + "id": "tp_9331" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1166400, + "label": "P", + "classification": { + "B": 4.125040220515075e-08, + "S": 2.6575717626542428e-08, + "I": 0.0006313669146038592, + "C": 5.222632353252266e-06, + "R": 2.92409453095388e-07, + "M": 9.05654815142043e-06, + "O": 2.462711336193024e-06, + "W": 5.2098769742769946e-08, + "N": 9.634763046051376e-06, + "Y": 4.1699473513290286e-05, + "U": 6.895044890598001e-08, + "K": 9.850544557821195e-08, + "L": 1.8486635156023112e-07, + "G": 3.53243995050434e-05, + "F": 7.762683526379988e-05, + "E": 0.00014725563232786953, + "T": 7.619774260092527e-05, + "P": 0.7239130735397339, + "-": 0.27505019307136536 + }, + "id": "tp_9332" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1166533, + "label": "-", + "classification": { + "B": 1.7443250044379965e-07, + "S": 3.685040610434953e-06, + "I": 0.00029093844932504, + "C": 6.558721906912979e-06, + "R": 1.972937980099232e-06, + "M": 3.497886791592464e-05, + "O": 1.8904591343016364e-05, + "W": 2.3307159153773682e-06, + "N": 3.6098266718909144e-05, + "Y": 0.0006457408308051527, + "U": 4.39892517078988e-07, + "K": 1.0950835530820768e-05, + "L": 6.044215297151823e-07, + "G": 3.866977203870192e-05, + "F": 0.003698901040479541, + "E": 0.0001592019689269364, + "T": 0.0005038643139414489, + "P": 0.359223872423172, + "-": 0.6353220343589783 + }, + "id": "tp_9333" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1166633, + "label": "-", + "classification": { + "B": 2.987192715409037e-07, + "S": 5.398900526643047e-08, + "I": 0.00032290033414028585, + "C": 2.0104700524825603e-05, + "R": 2.0313200366217643e-06, + "M": 4.540366353467107e-05, + "O": 5.589549346041167e-06, + "W": 1.4815400106726884e-07, + "N": 4.844026989303529e-06, + "Y": 0.0003579123585950583, + "U": 2.711980471303832e-07, + "K": 6.998576509431587e-07, + "L": 1.0106564332090784e-06, + "G": 0.0001693281956249848, + "F": 0.001043163938447833, + "E": 0.00025066023226827383, + "T": 0.00018013155204243958, + "P": 0.22805863618850708, + "-": 0.7695367932319641 + }, + "id": "tp_9334" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1166767, + "label": "-", + "classification": { + "B": 4.619474509581778e-07, + "S": 4.3783964542853937e-07, + "I": 0.0003678117354866117, + "C": 3.811432179645635e-05, + "R": 3.79386733584397e-06, + "M": 3.0453853469225578e-05, + "O": 1.4489831301034428e-05, + "W": 1.0209205356659368e-06, + "N": 2.4306686100317165e-05, + "Y": 0.0007781226304359734, + "U": 1.1172739959874889e-06, + "K": 5.790424256701954e-05, + "L": 8.52004518492322e-07, + "G": 0.00040561790228821337, + "F": 0.004133045207709074, + "E": 0.0011855599004775286, + "T": 0.00018679528147913516, + "P": 0.25705602765083313, + "-": 0.7357140779495239 + }, + "id": "tp_9335" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1166900, + "label": "P", + "classification": { + "B": 8.11741756479023e-06, + "S": 8.443982551398221e-06, + "I": 0.0035945638082921505, + "C": 6.966797809582204e-05, + "R": 1.651096135901753e-05, + "M": 0.0001223161380039528, + "O": 5.966319440631196e-05, + "W": 8.078124665189534e-06, + "N": 0.00033053618972189724, + "Y": 0.0005190469673834741, + "U": 9.369966392114293e-06, + "K": 5.2211558795534074e-05, + "L": 4.5920874072180595e-06, + "G": 0.00022529241687152535, + "F": 0.0015096566639840603, + "E": 0.0009711821912787855, + "T": 0.0007898874464444816, + "P": 0.705209493637085, + "-": 0.28649139404296875 + }, + "id": "tp_9336" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1167000, + "label": "-", + "classification": { + "B": 1.340261146509647e-08, + "S": 1.1612756312118222e-09, + "I": 3.775365257752128e-05, + "C": 2.2237945813685656e-06, + "R": 2.1961884044685576e-07, + "M": 1.3884727195545565e-05, + "O": 7.336164458138228e-07, + "W": 3.280550497919421e-09, + "N": 1.2701862317499035e-07, + "Y": 6.759164534742013e-05, + "U": 2.9700966130974393e-09, + "K": 4.909194162294739e-10, + "L": 7.476231900227504e-08, + "G": 9.799853614822496e-06, + "F": 2.6619411073625088e-05, + "E": 5.622030130325584e-06, + "T": 0.0001373651175526902, + "P": 0.052654292434453964, + "-": 0.9470436573028564 + }, + "id": "tp_9337" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1167134, + "label": "-", + "classification": { + "B": 0.0002938892284873873, + "S": 1.1454075320216361e-05, + "I": 0.00030546283232979476, + "C": 6.2939434428699315e-06, + "R": 3.878178176819347e-06, + "M": 0.000634141790214926, + "O": 0.000737898051738739, + "W": 8.09251196187688e-06, + "N": 7.670485501876101e-06, + "Y": 0.0002760366478469223, + "U": 3.192489828052203e-07, + "K": 4.574687295644253e-09, + "L": 0.00010354958067182451, + "G": 0.00036432669730857015, + "F": 0.00022609761799685657, + "E": 5.592829256784171e-05, + "T": 0.0007766748894937336, + "P": 0.16831675171852112, + "-": 0.827871561050415 + }, + "id": "tp_9338" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1167267, + "label": "-", + "classification": { + "B": 0.0008332946454174817, + "S": 0.00012511525710579008, + "I": 0.00038904789835214615, + "C": 1.6225716535700485e-05, + "R": 8.248822268797085e-06, + "M": 0.003713926998898387, + "O": 0.0008594245300628245, + "W": 3.067195575567894e-05, + "N": 2.2364962205756456e-05, + "Y": 0.0008939162362366915, + "U": 9.070041073755419e-07, + "K": 3.3165488844133506e-07, + "L": 0.00024900416610762477, + "G": 0.0013306142063811421, + "F": 0.0041614738292992115, + "E": 0.0012143707135692239, + "T": 0.0018012284999713302, + "P": 0.14728058874607086, + "-": 0.8370693325996399 + }, + "id": "tp_9339" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1167401, + "label": "-", + "classification": { + "B": 1.3011003829888068e-07, + "S": 2.8520784667307453e-07, + "I": 0.00011473189806565642, + "C": 7.117661880329251e-06, + "R": 3.8857317008478276e-07, + "M": 1.208880257763667e-05, + "O": 5.051767402619589e-06, + "W": 2.568414743109315e-07, + "N": 9.48283832258312e-06, + "Y": 0.00018261914374306798, + "U": 2.8639377092076757e-07, + "K": 9.620402124710381e-06, + "L": 2.651228783179249e-07, + "G": 4.750077278004028e-05, + "F": 0.001875327667221427, + "E": 0.0005274094874039292, + "T": 0.00018086029740516096, + "P": 0.25770148634910583, + "-": 0.7393251657485962 + }, + "id": "tp_9340" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1167501, + "label": "-", + "classification": { + "B": 5.55609876755625e-05, + "S": 2.5660739993327297e-05, + "I": 0.0021891307551413774, + "C": 0.000553938327357173, + "R": 8.274529682239518e-05, + "M": 0.00234859436750412, + "O": 0.0005826816195622087, + "W": 3.3566491765668616e-05, + "N": 0.00024133003898896277, + "Y": 0.004833632614463568, + "U": 2.744460289250128e-05, + "K": 5.2862527809338644e-05, + "L": 0.000129109772387892, + "G": 0.0031366972252726555, + "F": 0.006918460130691528, + "E": 0.003400903195142746, + "T": 0.005066062789410353, + "P": 0.17710454761981964, + "-": 0.793217122554779 + }, + "id": "tp_9341" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1167634, + "label": "-", + "classification": { + "B": 5.897049604186577e-08, + "S": 1.308707027192213e-07, + "I": 0.00017022097017616034, + "C": 1.7674962009550654e-06, + "R": 1.958746480568152e-07, + "M": 1.2002077710349113e-05, + "O": 2.1378405108407605e-06, + "W": 1.0558424179407666e-07, + "N": 4.05947048420785e-06, + "Y": 0.00017319447943009436, + "U": 4.559051802743852e-08, + "K": 2.482028662598168e-07, + "L": 1.836893233075898e-07, + "G": 1.6621954273432493e-05, + "F": 0.001001255470328033, + "E": 4.9814170779427513e-05, + "T": 0.00016501417849212885, + "P": 0.4154260456562042, + "-": 0.5829768776893616 + }, + "id": "tp_9342" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1167768, + "label": "-", + "classification": { + "B": 2.547032273980676e-08, + "S": 1.265145943563084e-08, + "I": 2.895078296205611e-06, + "C": 7.888341002626476e-08, + "R": 3.3872997740047595e-09, + "M": 1.920030172186671e-06, + "O": 7.162282713579771e-07, + "W": 9.437772341414075e-09, + "N": 5.247506607020114e-08, + "Y": 5.4280858421407174e-06, + "U": 9.312046134191121e-10, + "K": 7.941744484263324e-10, + "L": 3.492700528795467e-08, + "G": 3.079435600739089e-06, + "F": 0.00018115296552423388, + "E": 5.262752438284224e-06, + "T": 1.1525533409439959e-05, + "P": 0.26515719294548035, + "-": 0.7346305847167969 + }, + "id": "tp_9343" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1167901, + "label": "P", + "classification": { + "B": 2.8348090541641113e-09, + "S": 1.4385916458081738e-08, + "I": 6.175557791721076e-05, + "C": 3.1959424973138084e-07, + "R": 1.5592103608241814e-08, + "M": 2.8737090929098486e-07, + "O": 1.9725547417692724e-07, + "W": 9.268920742044884e-09, + "N": 1.5798559616087005e-06, + "Y": 7.54668008084991e-06, + "U": 4.854740165427529e-09, + "K": 4.595142044649947e-08, + "L": 5.524410706669869e-09, + "G": 1.2415661103659659e-06, + "F": 0.0002875809441320598, + "E": 2.4975865017040633e-05, + "T": 5.7666788961796556e-06, + "P": 0.6771582365036011, + "-": 0.3224503695964813 + }, + "id": "tp_9344" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1168001, + "label": "-", + "classification": { + "B": 4.763285323861055e-05, + "S": 4.481207270146115e-06, + "I": 0.0013781184097751975, + "C": 2.5231047402485274e-05, + "R": 1.009132665785728e-05, + "M": 0.00022447733499575406, + "O": 0.00013380781456362456, + "W": 4.7081980483199e-06, + "N": 2.4320572265423834e-05, + "Y": 0.0003193707962054759, + "U": 6.783643016206042e-07, + "K": 5.3093884844201966e-08, + "L": 3.097918306593783e-05, + "G": 0.0003355814842507243, + "F": 0.0004513187159318477, + "E": 0.00015918661665637046, + "T": 0.0006341388216242194, + "P": 0.4595561921596527, + "-": 0.5366595983505249 + }, + "id": "tp_9345" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1168135, + "label": "P", + "classification": { + "B": 5.01632719737688e-12, + "S": 7.698056059789182e-13, + "I": 5.848294648558294e-08, + "C": 9.302509283715121e-12, + "R": 1.749716636769566e-13, + "M": 6.197309887490121e-10, + "O": 1.6343962294662617e-10, + "W": 1.0008381927037457e-12, + "N": 2.927692255294545e-10, + "Y": 9.935346767520059e-09, + "U": 8.589747565578704e-14, + "K": 3.5539689680758046e-12, + "L": 5.366918389738962e-13, + "G": 1.5688849108741465e-09, + "F": 1.0261527449983987e-06, + "E": 8.667404216566865e-08, + "T": 2.199029047744716e-08, + "P": 0.8280816078186035, + "-": 0.17191720008850098 + }, + "id": "tp_9346" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1168268, + "label": "P", + "classification": { + "B": 1.1240396807776776e-10, + "S": 1.163842078266697e-10, + "I": 9.015816004875887e-08, + "C": 2.1232264835191472e-09, + "R": 2.374802784976815e-11, + "M": 1.9363943337680212e-08, + "O": 3.117409885788902e-09, + "W": 3.191065814367455e-11, + "N": 2.421205236302626e-09, + "Y": 2.4274731913465075e-07, + "U": 4.451801774441044e-12, + "K": 1.5308954104398254e-10, + "L": 3.628747302641955e-11, + "G": 8.234555082253792e-08, + "F": 0.0001986408169614151, + "E": 1.0994086778737255e-06, + "T": 1.9615636404068937e-07, + "P": 0.660245418548584, + "-": 0.33955422043800354 + }, + "id": "tp_9347" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1168402, + "label": "-", + "classification": { + "B": 5.216069780544785e-07, + "S": 7.06134457573171e-08, + "I": 4.65944831375964e-05, + "C": 4.69762517241179e-06, + "R": 4.386289162994217e-07, + "M": 8.418865036219358e-06, + "O": 4.710410394181963e-06, + "W": 1.0173166486993068e-07, + "N": 1.3851183666702127e-06, + "Y": 4.807524601346813e-05, + "U": 4.03275208782361e-08, + "K": 4.269000086765118e-08, + "L": 6.413520736714418e-07, + "G": 6.95035487296991e-05, + "F": 0.0015180818736553192, + "E": 5.382754898164421e-05, + "T": 6.296103674685583e-05, + "P": 0.32960376143455505, + "-": 0.668576180934906 + }, + "id": "tp_9348" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1168502, + "label": "-", + "classification": { + "B": 0.00027324093389324844, + "S": 6.573027349077165e-05, + "I": 0.004252736922353506, + "C": 0.00013389578089118004, + "R": 5.396311462391168e-05, + "M": 0.0012465525651350617, + "O": 0.0004088561108801514, + "W": 4.7003857616800815e-05, + "N": 0.0002614159893710166, + "Y": 0.002744910540059209, + "U": 1.5120039279281627e-05, + "K": 6.942127129150322e-06, + "L": 0.0001301483134739101, + "G": 0.0010947376722469926, + "F": 0.003716067411005497, + "E": 0.0015641774516552687, + "T": 0.0031404716428369284, + "P": 0.4785374402999878, + "-": 0.5023065805435181 + }, + "id": "tp_9349" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1168635, + "label": "-", + "classification": { + "B": 1.2446261052900809e-06, + "S": 1.0940506172119058e-06, + "I": 1.7776623280951753e-05, + "C": 2.9068091862427536e-06, + "R": 2.531743348299642e-07, + "M": 1.1547057511052117e-05, + "O": 5.618024715658976e-06, + "W": 6.304632051978842e-07, + "N": 3.817181095655542e-06, + "Y": 0.00010575585474725813, + "U": 1.331699479578674e-07, + "K": 7.050682597764535e-06, + "L": 1.7768689986041863e-07, + "G": 5.366785262594931e-05, + "F": 0.00842700619250536, + "E": 0.0005493190255947411, + "T": 4.39225223090034e-05, + "P": 0.46689942479133606, + "-": 0.5238686203956604 + }, + "id": "tp_9350" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1168769, + "label": "P", + "classification": { + "B": 0.00018316382193006575, + "S": 4.7180910769384354e-06, + "I": 0.00033479995909146965, + "C": 2.0591509382938966e-05, + "R": 3.208346470273682e-06, + "M": 5.681351831299253e-05, + "O": 7.709355122642592e-05, + "W": 6.829104222561e-06, + "N": 2.47040152316913e-05, + "Y": 0.00011157779226778075, + "U": 2.3291740944841877e-06, + "K": 2.492421060651395e-07, + "L": 2.1812738850712776e-05, + "G": 0.00022074164007790387, + "F": 0.0004714907263405621, + "E": 0.00020884974219370633, + "T": 0.0002968104381579906, + "P": 0.7155588269233704, + "-": 0.2823953628540039 + }, + "id": "tp_9351" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1168902, + "label": "-", + "classification": { + "B": 4.379715257130101e-09, + "S": 2.3124158143872364e-09, + "I": 3.939998714486137e-05, + "C": 3.530066123857978e-06, + "R": 1.2208153066239902e-07, + "M": 9.96435119304806e-07, + "O": 2.980136741825845e-07, + "W": 6.767952864805693e-09, + "N": 9.63590196079167e-07, + "Y": 1.8669452401809394e-05, + "U": 6.611653002863704e-09, + "K": 1.1537456146015757e-07, + "L": 8.970340026337453e-09, + "G": 1.2746683751174714e-05, + "F": 0.0008951835916377604, + "E": 7.024087972240523e-05, + "T": 6.416125870600808e-06, + "P": 0.429545134305954, + "-": 0.5694060921669006 + }, + "id": "tp_9352" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1169002, + "label": "P", + "classification": { + "B": 3.940856529993653e-09, + "S": 2.3230009582597688e-10, + "I": 0.00018698677013162524, + "C": 1.7172988009406254e-07, + "R": 7.474409535745963e-09, + "M": 4.358841465545993e-07, + "O": 2.726901193739195e-08, + "W": 6.192660828574503e-10, + "N": 7.275770030901185e-07, + "Y": 7.650271072634496e-06, + "U": 1.263244842064637e-09, + "K": 1.0503754532820153e-09, + "L": 3.1354352447721112e-09, + "G": 1.0492477713341941e-06, + "F": 6.977652446948923e-06, + "E": 3.003689562319778e-05, + "T": 3.724514044733951e-06, + "P": 0.915686309337616, + "-": 0.08407583832740784 + }, + "id": "tp_9353" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1169136, + "label": "-", + "classification": { + "B": 9.64789670376831e-09, + "S": 4.38715375139509e-09, + "I": 5.01165186506114e-06, + "C": 1.9204370005354576e-07, + "R": 1.191447118742417e-08, + "M": 1.0867432109762376e-07, + "O": 2.427337904009619e-07, + "W": 2.510625307650116e-08, + "N": 1.828034186246441e-07, + "Y": 1.3124569022693322e-06, + "U": 4.952349641484943e-09, + "K": 1.2332512255852635e-07, + "L": 4.941395292945572e-09, + "G": 5.803366889267636e-07, + "F": 0.0004873296129517257, + "E": 1.0507332262932323e-05, + "T": 2.175330109821516e-06, + "P": 0.4194580614566803, + "-": 0.5800341367721558 + }, + "id": "tp_9354" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1169269, + "label": "P", + "classification": { + "B": 8.300031026919896e-07, + "S": 1.4885146129017812e-06, + "I": 0.002139168558642268, + "C": 0.00010572648898232728, + "R": 1.607339618203696e-05, + "M": 3.066668432438746e-05, + "O": 1.3901983948017005e-05, + "W": 1.9588669601944275e-06, + "N": 7.661442214157432e-05, + "Y": 0.0003523796040099114, + "U": 1.7819230606619385e-06, + "K": 5.2628779485530686e-06, + "L": 2.5468941657891264e-06, + "G": 0.00013151839084457606, + "F": 0.0029275475535541773, + "E": 0.0005887018050998449, + "T": 0.0001434896548744291, + "P": 0.6630951166152954, + "-": 0.33036524057388306 + }, + "id": "tp_9355" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1169403, + "label": "P", + "classification": { + "B": 1.2208998612095456e-07, + "S": 1.4992539831837348e-07, + "I": 0.00011083282879553735, + "C": 6.239869890123373e-06, + "R": 2.683671880276961e-07, + "M": 4.987759893992916e-06, + "O": 2.1486303012352437e-06, + "W": 1.548977195398038e-07, + "N": 6.456630217144266e-06, + "Y": 7.371780520770699e-05, + "U": 1.1915560094166722e-07, + "K": 3.8495550143125e-06, + "L": 1.1369516528247914e-07, + "G": 3.335583460284397e-05, + "F": 0.0025962640065699816, + "E": 0.0002993179950863123, + "T": 2.7527816200745292e-05, + "P": 0.6233402490615845, + "-": 0.37349408864974976 + }, + "id": "tp_9356" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1169503, + "label": "P", + "classification": { + "B": 2.6502935725147836e-05, + "S": 1.0631461009324994e-05, + "I": 0.005448571871966124, + "C": 8.761400385992602e-05, + "R": 8.928858733270317e-06, + "M": 0.0004108675930183381, + "O": 6.91157765686512e-05, + "W": 8.315035302075557e-06, + "N": 0.0003723767586052418, + "Y": 0.0010374216362833977, + "U": 5.916266218264354e-06, + "K": 2.109076376655139e-05, + "L": 1.4048030607227702e-05, + "G": 0.0004890684504061937, + "F": 0.002217675792053342, + "E": 0.005551633890718222, + "T": 0.001219988102093339, + "P": 0.7314653992652893, + "-": 0.25153490900993347 + }, + "id": "tp_9357" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1169636, + "label": "-", + "classification": { + "B": 1.8148293179365282e-07, + "S": 2.385015989148087e-07, + "I": 8.643571345601231e-05, + "C": 2.179441707994556e-06, + "R": 2.1913892567226867e-07, + "M": 3.3203468774445355e-06, + "O": 1.8671412362891715e-06, + "W": 1.1083635342856724e-07, + "N": 3.2506773095519748e-06, + "Y": 5.8231042203260586e-05, + "U": 8.454804856228293e-08, + "K": 6.215497023731587e-07, + "L": 1.6206843156396644e-07, + "G": 1.9289836927782744e-05, + "F": 0.002022395608946681, + "E": 5.786810288554989e-05, + "T": 7.027776882750914e-05, + "P": 0.4621860980987549, + "-": 0.5354871153831482 + }, + "id": "tp_9358" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1169770, + "label": "-", + "classification": { + "B": 6.401303532382885e-12, + "S": 3.3588494399022784e-12, + "I": 6.254906566027785e-07, + "C": 5.616614950909593e-10, + "R": 1.2154376463624494e-11, + "M": 8.89283757743442e-09, + "O": 1.890071210652877e-09, + "W": 5.12688199186262e-12, + "N": 8.966941078547563e-10, + "Y": 2.4673946086295473e-07, + "U": 5.977603394907716e-13, + "K": 8.44954401585385e-12, + "L": 1.542288345646181e-11, + "G": 7.825506997960474e-08, + "F": 3.5880220821127295e-05, + "E": 3.3331230042676907e-07, + "T": 5.8920875289913965e-08, + "P": 0.37324264645576477, + "-": 0.6267201900482178 + }, + "id": "tp_9359" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1169903, + "label": "P", + "classification": { + "B": 1.6832383664677764e-07, + "S": 1.736983890054944e-08, + "I": 7.212625496322289e-05, + "C": 8.038348937589035e-07, + "R": 5.0309349575172746e-08, + "M": 5.104228421259904e-06, + "O": 1.213081077366951e-06, + "W": 4.821225019213671e-08, + "N": 6.242411245693802e-07, + "Y": 1.2414795492077246e-05, + "U": 1.2996561160605324e-08, + "K": 1.7674386398880415e-09, + "L": 1.777272444769551e-07, + "G": 3.494221573419054e-06, + "F": 4.068881389684975e-05, + "E": 3.022262353624683e-05, + "T": 2.8325323000899516e-05, + "P": 0.5863376259803772, + "-": 0.41346681118011475 + }, + "id": "tp_9360" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1170003, + "label": "P", + "classification": { + "B": 8.068961471208169e-11, + "S": 3.441113782809424e-10, + "I": 2.133728685294045e-06, + "C": 2.63374921871673e-09, + "R": 1.862406201480482e-10, + "M": 1.843720842664709e-09, + "O": 4.577339396405478e-09, + "W": 2.3420615447022897e-10, + "N": 4.585241342169866e-08, + "Y": 1.475856095112249e-07, + "U": 9.639965214969237e-11, + "K": 1.300283769545274e-09, + "L": 5.850827461406638e-11, + "G": 1.5199720593273014e-08, + "F": 1.3674584806722123e-05, + "E": 9.185844191961223e-07, + "T": 2.7679138270286785e-07, + "P": 0.9101063013076782, + "-": 0.0898764505982399 + }, + "id": "tp_9361" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1170137, + "label": "-", + "classification": { + "B": 2.2683085632024813e-08, + "S": 5.0981272536887445e-09, + "I": 4.2868516175076365e-05, + "C": 1.346200292573485e-06, + "R": 6.505717919935705e-08, + "M": 1.2908654980492429e-06, + "O": 4.97460405313177e-07, + "W": 1.372800007004571e-08, + "N": 3.6846893181063933e-07, + "Y": 1.0093007404066157e-05, + "U": 5.749047460312795e-09, + "K": 2.567869250569288e-09, + "L": 3.3994044912333266e-08, + "G": 3.0331739253597334e-06, + "F": 3.533074414008297e-05, + "E": 8.743370926822536e-06, + "T": 1.8767952497000806e-05, + "P": 0.47927621006965637, + "-": 0.5206012725830078 + }, + "id": "tp_9362" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1170270, + "label": "P", + "classification": { + "B": 4.468810743674112e-07, + "S": 5.151694040250732e-07, + "I": 0.001212808070704341, + "C": 4.269872079021297e-06, + "R": 5.828222242598713e-07, + "M": 1.5160796465352178e-05, + "O": 3.6164810808259062e-06, + "W": 3.801353329890844e-07, + "N": 6.964992644498125e-05, + "Y": 5.186151247471571e-05, + "U": 3.2014543194236467e-07, + "K": 5.560355475608958e-06, + "L": 2.6132875063922256e-07, + "G": 2.6938956580124795e-05, + "F": 0.0008026078576222062, + "E": 0.0009048212086781859, + "T": 7.353222463279963e-05, + "P": 0.8684035539627075, + "-": 0.1284230798482895 + }, + "id": "tp_9363" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1170404, + "label": "P", + "classification": { + "B": 8.262596828956248e-09, + "S": 1.9121895733498206e-10, + "I": 3.4081444937328342e-06, + "C": 6.451803535867384e-09, + "R": 3.028111095204622e-10, + "M": 1.1391944809702181e-07, + "O": 2.426257594834169e-08, + "W": 1.2919976200009842e-10, + "N": 2.4727336622731855e-08, + "Y": 2.9999255275470205e-06, + "U": 6.004279712312766e-11, + "K": 4.6262746411507294e-10, + "L": 8.699068132500543e-10, + "G": 1.6670862805767683e-06, + "F": 3.271655077696778e-05, + "E": 1.0557088899076916e-05, + "T": 7.746854748802434e-07, + "P": 0.7444162368774414, + "-": 0.2555314302444458 + }, + "id": "tp_9364" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1170504, + "label": "-", + "classification": { + "B": 6.063518285560898e-13, + "S": 2.425919513353498e-15, + "I": 3.205334166977991e-07, + "C": 1.1053856614762214e-11, + "R": 1.7383009365701946e-13, + "M": 1.2820217110132148e-09, + "O": 4.560327115932239e-11, + "W": 1.4765513911920748e-14, + "N": 2.4234548395840605e-11, + "Y": 1.0686372675650091e-08, + "U": 1.1066159348192741e-14, + "K": 1.387598256884562e-16, + "L": 6.485173184057891e-13, + "G": 1.1351195539077708e-09, + "F": 1.836313212599805e-09, + "E": 1.2265524595989064e-08, + "T": 7.957316938700387e-08, + "P": 0.48303428292274475, + "-": 0.516965389251709 + }, + "id": "tp_9365" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1170637, + "label": "P", + "classification": { + "B": 4.329878266367583e-14, + "S": 1.3400219620724168e-14, + "I": 3.498648482036515e-07, + "C": 1.9801184303336328e-10, + "R": 2.9232144049123887e-12, + "M": 1.0682610351864241e-10, + "O": 1.8882990657220766e-11, + "W": 7.386741907164027e-14, + "N": 2.1482422785101818e-10, + "Y": 1.1865408211519934e-08, + "U": 1.2201044753516743e-13, + "K": 4.463433203767686e-13, + "L": 1.9174118130911577e-13, + "G": 5.28149413092649e-10, + "F": 6.254086315493623e-07, + "E": 2.387155717542555e-08, + "T": 1.729244125669993e-08, + "P": 0.7216129899024963, + "-": 0.2783859968185425 + }, + "id": "tp_9366" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1170771, + "label": "P", + "classification": { + "B": 1.8565758739402805e-12, + "S": 5.5356164530701024e-14, + "I": 2.4688358024604895e-09, + "C": 2.0482448202796544e-12, + "R": 5.1118611161518265e-14, + "M": 3.468654530269788e-11, + "O": 3.532786216342565e-11, + "W": 7.685442993815572e-14, + "N": 1.3076933633171528e-11, + "Y": 3.2243567815726237e-09, + "U": 1.0992474258045195e-14, + "K": 1.3384067888266155e-13, + "L": 5.81235228133345e-14, + "G": 7.267083601547597e-10, + "F": 2.8746399038936943e-07, + "E": 2.9800011347447253e-09, + "T": 5.579994688531542e-09, + "P": 0.7995674014091492, + "-": 0.20043227076530457 + }, + "id": "tp_9367" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1170904, + "label": "P", + "classification": { + "B": 2.422920752920277e-10, + "S": 1.1888798105708087e-11, + "I": 1.1104313557552814e-07, + "C": 9.114679844213214e-11, + "R": 7.393406199762698e-12, + "M": 2.9356079789266687e-09, + "O": 3.850563867757728e-09, + "W": 2.8088406600623728e-11, + "N": 7.607125485087352e-10, + "Y": 1.6745495656778075e-08, + "U": 1.3246572892408603e-12, + "K": 7.873153518023202e-12, + "L": 3.330844280946543e-11, + "G": 2.578952340570595e-08, + "F": 1.845390215748921e-05, + "E": 1.708500008135161e-07, + "T": 8.537030993238659e-08, + "P": 0.5133007168769836, + "-": 0.48668044805526733 + }, + "id": "tp_9368" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1171004, + "label": "-", + "classification": { + "B": 1.4020573591011498e-09, + "S": 1.497796504879023e-11, + "I": 5.059445811639307e-06, + "C": 1.8889149799861116e-08, + "R": 7.477867214333855e-10, + "M": 2.751015699686832e-07, + "O": 5.2137306028043895e-08, + "W": 6.967795784795783e-11, + "N": 4.666091513172432e-09, + "Y": 4.610376151958917e-07, + "U": 1.8266700652080914e-11, + "K": 4.129758601062461e-13, + "L": 3.584064156569866e-09, + "G": 7.433652058352891e-07, + "F": 1.4729148460901342e-06, + "E": 1.4688490068692772e-07, + "T": 2.357427092647413e-06, + "P": 0.3467443287372589, + "-": 0.6532450914382935 + }, + "id": "tp_9369" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1171138, + "label": "P", + "classification": { + "B": 2.3487906219088472e-05, + "S": 1.310748757532565e-06, + "I": 0.0002444596611894667, + "C": 9.628405450712307e-07, + "R": 2.4387318831031735e-07, + "M": 1.3623919585370459e-05, + "O": 2.366955050092656e-05, + "W": 8.765367169871752e-07, + "N": 4.513064141065115e-06, + "Y": 1.1443992661952507e-05, + "U": 3.2570827812605785e-08, + "K": 2.1874850819614267e-09, + "L": 5.7767847465584055e-06, + "G": 2.8738520995830186e-05, + "F": 0.00014752402785234153, + "E": 5.6390792451566085e-05, + "T": 4.036707105115056e-05, + "P": 0.7329707145690918, + "-": 0.2664259076118469 + }, + "id": "tp_9370" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1171271, + "label": "P", + "classification": { + "B": 6.055579371277986e-10, + "S": 1.1550053136133442e-09, + "I": 2.02344344870653e-05, + "C": 7.542597302290233e-08, + "R": 7.32795424340793e-09, + "M": 4.07375779332142e-07, + "O": 6.4014038514415e-08, + "W": 1.3098013784684781e-09, + "N": 3.0675326456730545e-07, + "Y": 1.3078968549962156e-05, + "U": 1.309082175993126e-09, + "K": 1.9711686505274884e-08, + "L": 2.1933623806091873e-09, + "G": 7.112237199180527e-07, + "F": 8.91314193722792e-05, + "E": 1.4961486158426851e-05, + "T": 1.1937098861380946e-05, + "P": 0.5553441047668457, + "-": 0.444504976272583 + }, + "id": "tp_9371" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1171405, + "label": "-", + "classification": { + "B": 1.1984109733020887e-05, + "S": 1.0477522209839663e-06, + "I": 0.0005252924747765064, + "C": 3.773905336856842e-05, + "R": 2.8407457648427226e-06, + "M": 0.00020069160382263362, + "O": 4.07752268074546e-05, + "W": 1.9063298850596766e-06, + "N": 2.117259646183811e-05, + "Y": 0.0004898473271168768, + "U": 1.7991832237385097e-06, + "K": 1.5765057241878822e-06, + "L": 8.772755791142117e-06, + "G": 0.00031287118326872587, + "F": 0.000975690025370568, + "E": 0.0010096330661326647, + "T": 0.000523281458299607, + "P": 0.3491312563419342, + "-": 0.6467018723487854 + }, + "id": "tp_9372" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1171505, + "label": "-", + "classification": { + "B": 1.1521420674398541e-05, + "S": 2.137600677087903e-05, + "I": 0.000787397671956569, + "C": 8.837795030558482e-05, + "R": 1.9751574654947035e-05, + "M": 0.00017048655718099326, + "O": 9.959712042473257e-05, + "W": 1.9379764125915244e-05, + "N": 0.0001349396916339174, + "Y": 0.0019426775397732854, + "U": 1.3213027159508783e-05, + "K": 0.0002191998646594584, + "L": 1.4216964700608514e-05, + "G": 0.0006170640699565411, + "F": 0.02582501620054245, + "E": 0.0016796583076938987, + "T": 0.0011828216956928372, + "P": 0.360760897397995, + "-": 0.6063924431800842 + }, + "id": "tp_9373" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1171638, + "label": "-", + "classification": { + "B": 3.280859195431418e-10, + "S": 1.2753996643521948e-11, + "I": 1.2846328445448307e-06, + "C": 3.247188473665119e-08, + "R": 3.319254315847786e-10, + "M": 1.20051780072572e-07, + "O": 9.969337355641983e-09, + "W": 4.6321193408749295e-11, + "N": 6.079470260544895e-09, + "Y": 5.633106070490612e-07, + "U": 3.384060739963779e-11, + "K": 3.864217279492266e-11, + "L": 3.3855021563944376e-10, + "G": 3.197441742486262e-07, + "F": 3.107716338490718e-06, + "E": 1.8488270825400832e-06, + "T": 1.840228719629522e-06, + "P": 0.3163100779056549, + "-": 0.6836807727813721 + }, + "id": "tp_9374" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1171772, + "label": "-", + "classification": { + "B": 1.0232878544513824e-08, + "S": 1.0849983134164631e-08, + "I": 1.7551461496623233e-05, + "C": 1.7192227232953883e-06, + "R": 7.739774332549132e-08, + "M": 3.8084463085397147e-06, + "O": 7.189369171101134e-07, + "W": 1.7109053729313928e-08, + "N": 5.75221974941087e-07, + "Y": 8.805350080365315e-05, + "U": 8.279601892979827e-09, + "K": 3.255018327763537e-06, + "L": 1.8678631974466953e-08, + "G": 2.7697857149178162e-05, + "F": 0.0032444288954138756, + "E": 9.330881584901363e-05, + "T": 2.9430950235109776e-05, + "P": 0.07295076549053192, + "-": 0.9235385656356812 + }, + "id": "tp_9375" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1171905, + "label": "P", + "classification": { + "B": 1.0855728760361671e-07, + "S": 5.488222996063996e-07, + "I": 0.0006133183487690985, + "C": 9.81708922154212e-07, + "R": 9.973848591471324e-08, + "M": 9.271884664485697e-06, + "O": 1.4509270158669096e-06, + "W": 2.044158264880025e-07, + "N": 4.698253906099126e-05, + "Y": 5.6002114433795214e-05, + "U": 8.355569747209302e-08, + "K": 8.055460966716055e-06, + "L": 3.331645004323036e-08, + "G": 4.362108029454248e-06, + "F": 0.0004225611046422273, + "E": 0.00047777077998034656, + "T": 5.308720938046463e-05, + "P": 0.8865306973457336, + "-": 0.11177440732717514 + }, + "id": "tp_9376" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1172005, + "label": "P", + "classification": { + "B": 1.3348231675536226e-07, + "S": 1.7457349343885653e-08, + "I": 0.00048743042862042785, + "C": 2.531109203118831e-06, + "R": 1.3515047214696096e-07, + "M": 4.661019374907482e-06, + "O": 5.625370818052033e-07, + "W": 5.052646656622528e-08, + "N": 6.50088804832194e-06, + "Y": 7.605009886901826e-05, + "U": 4.424616406595305e-08, + "K": 1.7680878272585687e-06, + "L": 2.6811074249621925e-08, + "G": 2.7343490728526376e-05, + "F": 0.00036666044616140425, + "E": 0.0010574150364845991, + "T": 1.2891623555333354e-05, + "P": 0.6828709244728088, + "-": 0.31508490443229675 + }, + "id": "tp_9377" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1172139, + "label": "P", + "classification": { + "B": 2.2855719805647823e-07, + "S": 1.458868013060055e-07, + "I": 0.006490895990282297, + "C": 8.214272384066135e-05, + "R": 4.520681159192463e-06, + "M": 4.146162245888263e-05, + "O": 5.49204150956939e-06, + "W": 2.0632045050206216e-07, + "N": 0.00010058675252366811, + "Y": 0.0002507826720830053, + "U": 3.289237326953298e-07, + "K": 7.975946800797828e-07, + "L": 7.25142058399797e-07, + "G": 8.808031998341903e-05, + "F": 0.00047203651047311723, + "E": 0.0012361720437183976, + "T": 0.00010530228610150516, + "P": 0.7318506240844727, + "-": 0.2592695355415344 + }, + "id": "tp_9378" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1172272, + "label": "P", + "classification": { + "B": 1.7114540241891518e-05, + "S": 8.447265145150595e-07, + "I": 0.00021929813374299556, + "C": 8.019484880605887e-07, + "R": 3.975918900778197e-07, + "M": 1.530440385977272e-05, + "O": 3.977239248342812e-05, + "W": 9.322978939962923e-07, + "N": 4.069547685503494e-06, + "Y": 1.790527494449634e-05, + "U": 6.909849048497563e-08, + "K": 7.121369605123107e-10, + "L": 6.712685717502609e-06, + "G": 2.63687707047211e-05, + "F": 5.5091044487198815e-05, + "E": 1.7328373360214755e-05, + "T": 0.0001300069416174665, + "P": 0.6729804277420044, + "-": 0.32646751403808594 + }, + "id": "tp_9379" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1172406, + "label": "-", + "classification": { + "B": 3.933899643016048e-05, + "S": 2.291447890456766e-05, + "I": 0.007959851995110512, + "C": 0.001265816972590983, + "R": 0.0003035212284885347, + "M": 0.0010317811975255609, + "O": 0.000384328217478469, + "W": 4.8707621317589656e-05, + "N": 0.0003677541681099683, + "Y": 0.003986449912190437, + "U": 6.020459477440454e-05, + "K": 4.474229717743583e-05, + "L": 0.00014780111087020487, + "G": 0.0016697783721610904, + "F": 0.00819422584027052, + "E": 0.0024675820022821426, + "T": 0.003920775838196278, + "P": 0.2871997356414795, + "-": 0.6808847784996033 + }, + "id": "tp_9380" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1172506, + "label": "P", + "classification": { + "B": 1.809056029977718e-11, + "S": 2.756925521207876e-10, + "I": 3.8223051888053305e-06, + "C": 1.2575080976517938e-09, + "R": 7.486596065309215e-11, + "M": 2.9211517649230245e-09, + "O": 4.776790074600967e-09, + "W": 9.843066639536602e-11, + "N": 1.265543545514447e-07, + "Y": 2.1756551404905622e-07, + "U": 3.921198088452371e-11, + "K": 3.475172150047001e-09, + "L": 1.5072391251758077e-11, + "G": 1.8485184938299426e-08, + "F": 2.6232328309561126e-05, + "E": 9.375540912515135e-07, + "T": 2.647482801876322e-07, + "P": 0.913358747959137, + "-": 0.08660963922739029 + }, + "id": "tp_9381" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1172639, + "label": "P", + "classification": { + "B": 9.561425137966442e-14, + "S": 1.623258005876288e-13, + "I": 1.4215711416909471e-06, + "C": 2.5617612198214346e-11, + "R": 8.412237378040144e-13, + "M": 5.933187968709674e-11, + "O": 7.7645745735766e-12, + "W": 1.250362660631943e-13, + "N": 1.3200696091786313e-09, + "Y": 4.436236711313768e-09, + "U": 1.5163738320556064e-13, + "K": 5.362302615830039e-12, + "L": 1.4967593950278996e-13, + "G": 8.135583318136241e-10, + "F": 2.4548785404476803e-07, + "E": 1.2742947319566156e-07, + "T": 3.9918686134399195e-09, + "P": 0.9742357134819031, + "-": 0.025762474164366722 + }, + "id": "tp_9382" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1172773, + "label": "P", + "classification": { + "B": 6.152338016818248e-08, + "S": 7.762775311448422e-08, + "I": 0.0001464821834815666, + "C": 2.4060801351311056e-08, + "R": 4.046916135536094e-09, + "M": 4.474655952435569e-07, + "O": 6.09824951425253e-07, + "W": 5.7263109809468915e-09, + "N": 7.638526767550502e-06, + "Y": 4.2613666551005736e-07, + "U": 7.533308976626074e-10, + "K": 1.0322094567971618e-10, + "L": 1.3077764648983248e-08, + "G": 3.7996343849044933e-07, + "F": 1.0567018762230873e-06, + "E": 3.4758327274175826e-06, + "T": 4.052069471072173e-06, + "P": 0.9916417598724365, + "-": 0.008193490095436573 + }, + "id": "tp_9383" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1172906, + "label": "-", + "classification": { + "B": 1.709273874439532e-06, + "S": 3.3251726563321427e-06, + "I": 0.0027307881973683834, + "C": 5.663847696268931e-05, + "R": 2.5383518732269295e-05, + "M": 0.00014402235683519393, + "O": 4.207665551803075e-05, + "W": 4.66412166133523e-06, + "N": 9.008563938550651e-05, + "Y": 0.0041990214958786964, + "U": 3.0870296541252173e-06, + "K": 2.7293093808111735e-05, + "L": 5.973905899736565e-06, + "G": 0.00048667428200133145, + "F": 0.005662327632308006, + "E": 0.0006259136716835201, + "T": 0.0014608913334086537, + "P": 0.27916017174720764, + "-": 0.705269992351532 + }, + "id": "tp_9384" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1173006, + "label": "P", + "classification": { + "B": 2.040044222439974e-07, + "S": 2.1721874077229586e-07, + "I": 8.782279473962262e-05, + "C": 9.962160874010806e-08, + "R": 2.662677367482047e-08, + "M": 6.179034244269133e-07, + "O": 1.00389218005148e-06, + "W": 5.604094965860895e-08, + "N": 7.181733053585049e-06, + "Y": 3.3484652703918982e-06, + "U": 1.823827133762279e-08, + "K": 1.608239053041416e-08, + "L": 5.282121406935403e-08, + "G": 2.0222960301907733e-06, + "F": 2.1324074623407796e-05, + "E": 1.5032003830128815e-05, + "T": 2.6359051844337955e-05, + "P": 0.9551193714141846, + "-": 0.044715214520692825 + }, + "id": "tp_9385" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1173140, + "label": "P", + "classification": { + "B": 3.03065974094352e-07, + "S": 1.4647983270776876e-08, + "I": 0.00028488817042671144, + "C": 4.3361134771657817e-07, + "R": 6.608136970953638e-08, + "M": 4.419637491537287e-07, + "O": 4.139920690704457e-07, + "W": 5.626552734838697e-08, + "N": 2.6651487132767215e-06, + "Y": 1.2491206007325673e-06, + "U": 1.8451281391662633e-08, + "K": 1.2471308430406225e-09, + "L": 5.876445641206374e-08, + "G": 9.569396297592903e-07, + "F": 3.866944098263048e-06, + "E": 8.111304850899614e-06, + "T": 7.9664287113701e-06, + "P": 0.9693701863288879, + "-": 0.030318280681967735 + }, + "id": "tp_9386" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1173273, + "label": "P", + "classification": { + "B": 1.6471844332954788e-08, + "S": 7.709746729922529e-10, + "I": 0.00045477060484699905, + "C": 1.1552193655006704e-06, + "R": 4.691255739430744e-08, + "M": 4.415619514475111e-07, + "O": 4.1578079645887556e-08, + "W": 1.2330013676731255e-09, + "N": 1.3701936723009567e-06, + "Y": 1.923537638504058e-05, + "U": 8.101060267051707e-09, + "K": 5.160880611754237e-09, + "L": 7.65138707947699e-09, + "G": 2.918091468018247e-06, + "F": 1.3910394045524299e-05, + "E": 5.661901013809256e-05, + "T": 5.207093181525124e-06, + "P": 0.9070976972579956, + "-": 0.09234663844108582 + }, + "id": "tp_9387" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1173407, + "label": "P", + "classification": { + "B": 5.945365311177397e-10, + "S": 5.348052903308975e-11, + "I": 0.00039426953298971057, + "C": 1.8134451238438487e-06, + "R": 5.868545116527457e-08, + "M": 1.334767461003139e-07, + "O": 1.9195143252659363e-08, + "W": 3.5318301061515456e-10, + "N": 9.710792028272408e-07, + "Y": 1.6604733900749125e-05, + "U": 1.2829123319235691e-09, + "K": 2.2001714228281344e-08, + "L": 1.1915800568473855e-09, + "G": 5.0208491302328184e-06, + "F": 6.840891728643328e-05, + "E": 5.621811214950867e-05, + "T": 1.1112485935882432e-06, + "P": 0.8705530166625977, + "-": 0.1289023756980896 + }, + "id": "tp_9388" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1173507, + "label": "P", + "classification": { + "B": 6.645361594337373e-09, + "S": 1.179839781428882e-09, + "I": 3.485929119051434e-05, + "C": 2.594104842046363e-07, + "R": 1.6899305066431225e-08, + "M": 4.3708215002880024e-07, + "O": 1.2367598856144468e-07, + "W": 2.183971892222303e-09, + "N": 3.0206749102035246e-07, + "Y": 2.5670399281807477e-06, + "U": 3.3095610696420863e-09, + "K": 1.6200643049302244e-09, + "L": 7.471324003915925e-09, + "G": 8.825934401102131e-07, + "F": 1.4421442756429315e-05, + "E": 1.1269379683653824e-05, + "T": 1.2308520126680378e-05, + "P": 0.6686021685600281, + "-": 0.33132031559944153 + }, + "id": "tp_9389" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1173640, + "label": "P", + "classification": { + "B": 6.190109047565784e-08, + "S": 1.9809773377232887e-08, + "I": 0.00019614287884905934, + "C": 8.440574674750678e-06, + "R": 1.8425380687858706e-07, + "M": 1.4750191439816263e-05, + "O": 1.1165444675498293e-06, + "W": 1.636915314406906e-08, + "N": 2.1002419998694677e-06, + "Y": 0.00016269084881059825, + "U": 1.866800580785366e-08, + "K": 2.8389344208790135e-08, + "L": 1.190715934740183e-07, + "G": 7.059864583425224e-05, + "F": 0.00020969768229406327, + "E": 0.00012140416220063344, + "T": 4.7716072003822774e-05, + "P": 0.6227576732635498, + "-": 0.37640711665153503 + }, + "id": "tp_9390" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1173774, + "label": "P", + "classification": { + "B": 1.6485479648054024e-08, + "S": 1.837401697457608e-08, + "I": 0.0003900416777469218, + "C": 2.9262596967782883e-07, + "R": 1.2242659863659355e-07, + "M": 3.303683797639678e-07, + "O": 1.4307371998256713e-07, + "W": 2.1463423038881047e-08, + "N": 4.97488099426846e-06, + "Y": 4.536559117696015e-06, + "U": 5.428138383223313e-09, + "K": 5.740590935943146e-08, + "L": 5.629490651415381e-09, + "G": 9.508771654509474e-07, + "F": 3.4415967093082145e-05, + "E": 1.0775739610835444e-05, + "T": 3.4058357414323837e-06, + "P": 0.9683887958526611, + "-": 0.03116113878786564 + }, + "id": "tp_9391" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1173907, + "label": "-", + "classification": { + "B": 1.2659261194869487e-08, + "S": 1.0492670554640426e-07, + "I": 0.0002305105299456045, + "C": 2.3379179765470326e-06, + "R": 3.387847300473368e-07, + "M": 8.938298378780019e-06, + "O": 2.6835029984795256e-06, + "W": 1.8961196701638983e-07, + "N": 6.991772352193948e-06, + "Y": 0.00010920399654423818, + "U": 1.3797010467442306e-07, + "K": 1.2615716968866764e-06, + "L": 1.3537703580368543e-07, + "G": 1.4499037206405774e-05, + "F": 0.0005124308518134058, + "E": 9.51856782194227e-05, + "T": 0.00017545500304549932, + "P": 0.3850664496421814, + "-": 0.6137731075286865 + }, + "id": "tp_9392" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1174007, + "label": "-", + "classification": { + "B": 2.508492116248817e-06, + "S": 3.219201971660368e-06, + "I": 0.0006885597249493003, + "C": 4.622330015990883e-05, + "R": 1.4167110748530831e-05, + "M": 0.00014918859233148396, + "O": 7.097647903719917e-05, + "W": 4.246575826982735e-06, + "N": 1.6521476936759427e-05, + "Y": 0.0013730213977396488, + "U": 1.4032049193701823e-06, + "K": 1.0592693797661923e-06, + "L": 1.5406436432385817e-05, + "G": 0.00028183814720250666, + "F": 0.002972774440422654, + "E": 0.00010140281665371731, + "T": 0.0015947778010740876, + "P": 0.14008016884326935, + "-": 0.8525825142860413 + }, + "id": "tp_9393" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1174141, + "label": "P", + "classification": { + "B": 2.4985341951833107e-05, + "S": 4.4373905438988e-06, + "I": 0.0006977757439017296, + "C": 1.5608982721460052e-05, + "R": 2.4461492103000637e-06, + "M": 9.68354579526931e-05, + "O": 4.850884943152778e-05, + "W": 2.875231757570873e-06, + "N": 2.4973407562356442e-05, + "Y": 0.0001379755267407745, + "U": 4.412574696743832e-07, + "K": 7.066575449243828e-07, + "L": 1.2155243894085288e-05, + "G": 0.00036319432547315955, + "F": 0.0035548724699765444, + "E": 0.001384938252158463, + "T": 0.0001572535402374342, + "P": 0.6069791913032532, + "-": 0.3864907920360565 + }, + "id": "tp_9394" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1174274, + "label": "P", + "classification": { + "B": 9.693541869637556e-06, + "S": 2.8061342163709924e-05, + "I": 0.11410524696111679, + "C": 0.0002300754567841068, + "R": 0.00018901626754086465, + "M": 0.0004111653834115714, + "O": 0.00011269402602920309, + "W": 1.781857827154454e-05, + "N": 0.004039721563458443, + "Y": 0.0032704526092857122, + "U": 5.068192422186257e-06, + "K": 4.5795801270287484e-05, + "L": 1.2038593013130594e-05, + "G": 0.0005745299276895821, + "F": 0.0010753272799775004, + "E": 0.002962138969451189, + "T": 0.001375350751914084, + "P": 0.786683201789856, + "-": 0.08485255390405655 + }, + "id": "tp_9395" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1174408, + "label": "I", + "classification": { + "B": 0.005277540534734726, + "S": 0.008157594129443169, + "I": 0.4573071002960205, + "C": 0.054749902337789536, + "R": 0.02261335588991642, + "M": 0.03614579513669014, + "O": 0.011982645839452744, + "W": 0.0047028763219714165, + "N": 0.05714033171534538, + "Y": 0.09286952018737793, + "U": 0.001512223738245666, + "K": 0.004544500727206469, + "L": 0.007958983071148396, + "G": 0.05073070153594017, + "F": 0.008318325504660606, + "E": 0.061206456273794174, + "T": 0.040270399302244186, + "P": 0.04230562970042229, + "-": 0.03220618888735771 + }, + "id": "tp_9396" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1174508, + "label": "I", + "classification": { + "B": 0.00048172922106459737, + "S": 0.0006652178708463907, + "I": 0.7003750801086426, + "C": 0.019268209114670753, + "R": 0.0083225192502141, + "M": 0.0168310459703207, + "O": 0.0023187706246972084, + "W": 0.00024890361237339675, + "N": 0.014813173562288284, + "Y": 0.11669958382844925, + "U": 3.480654049781151e-05, + "K": 0.00017385937098879367, + "L": 0.0013374376576393843, + "G": 0.038198430091142654, + "F": 0.0012350404867902398, + "E": 0.018261585384607315, + "T": 0.027129625901579857, + "P": 0.017237968742847443, + "-": 0.016366923227906227 + }, + "id": "tp_9397" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1174641, + "label": "-", + "classification": { + "B": 0.0004074979806318879, + "S": 0.0011218871222808957, + "I": 0.020562084391713142, + "C": 0.044114407151937485, + "R": 0.008587338961660862, + "M": 0.02467503398656845, + "O": 0.006587418261915445, + "W": 0.0011316662421450019, + "N": 0.002670928603038192, + "Y": 0.05912255123257637, + "U": 0.00040012114914134145, + "K": 0.0022685080766677856, + "L": 0.006591339595615864, + "G": 0.08011817932128906, + "F": 0.16908645629882812, + "E": 0.029289323836565018, + "T": 0.027256077155470848, + "P": 0.09758534282445908, + "-": 0.4184238016605377 + }, + "id": "tp_9398" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1174775, + "label": "G", + "classification": { + "B": 7.73537831264548e-05, + "S": 0.001961234025657177, + "I": 0.18293705582618713, + "C": 0.0876946672797203, + "R": 0.029286541044712067, + "M": 0.029204674065113068, + "O": 0.006616110913455486, + "W": 0.00029518009978346527, + "N": 0.0022251857444643974, + "Y": 0.06578078120946884, + "U": 6.001367182761896e-06, + "K": 5.575825343839824e-05, + "L": 0.011234011501073837, + "G": 0.2279341071844101, + "F": 0.06124480068683624, + "E": 0.005920093506574631, + "T": 0.057730842381715775, + "P": 0.040619224309921265, + "-": 0.18917636573314667 + }, + "id": "tp_9399" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1174908, + "label": "I", + "classification": { + "B": 0.001068070880137384, + "S": 0.0028241490945219994, + "I": 0.21944400668144226, + "C": 0.028497587889432907, + "R": 0.00584657397121191, + "M": 0.018656857311725616, + "O": 0.005954266060143709, + "W": 0.0016551647568121552, + "N": 0.025584006682038307, + "Y": 0.18278776109218597, + "U": 0.00046870356891304255, + "K": 0.005989803466945887, + "L": 0.0020776272285729647, + "G": 0.05742857605218887, + "F": 0.030738413333892822, + "E": 0.04572019353508949, + "T": 0.058076828718185425, + "P": 0.13933627307415009, + "-": 0.16784512996673584 + }, + "id": "tp_9400" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1175008, + "label": "I", + "classification": { + "B": 0.00018174956494476646, + "S": 8.541200077161193e-05, + "I": 0.9101977348327637, + "C": 0.0014089392498135567, + "R": 0.0007992010214366019, + "M": 0.002015189966186881, + "O": 0.0002858174266293645, + "W": 2.8533442673506215e-05, + "N": 0.009774070233106613, + "Y": 0.009636233560740948, + "U": 2.322518184882938e-06, + "K": 1.719525971566327e-05, + "L": 0.00013737559493165463, + "G": 0.007992624305188656, + "F": 0.0001131518729380332, + "E": 0.015349483117461205, + "T": 0.0021196138113737106, + "P": 0.03594902157783508, + "-": 0.003906322177499533 + }, + "id": "tp_9401" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1175142, + "label": "I", + "classification": { + "B": 0.0008723569917492568, + "S": 0.0026909541338682175, + "I": 0.7869980931282043, + "C": 0.018655532971024513, + "R": 0.0038308794610202312, + "M": 0.0054586902260780334, + "O": 0.0022799521684646606, + "W": 0.0008968034526333213, + "N": 0.09255626797676086, + "Y": 0.01402166485786438, + "U": 3.0318160497699864e-05, + "K": 0.0013560247607529163, + "L": 0.0006231912993825972, + "G": 0.01995941996574402, + "F": 0.0006094939890317619, + "E": 0.03404717892408371, + "T": 0.0053720297291874886, + "P": 0.008491994813084602, + "-": 0.001249053399078548 + }, + "id": "tp_9402" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1175275, + "label": "I", + "classification": { + "B": 0.00017004553228616714, + "S": 0.0003436224942561239, + "I": 0.7902364730834961, + "C": 0.00747782364487648, + "R": 0.0017485233256593347, + "M": 0.006707861553877592, + "O": 0.0005695538129657507, + "W": 0.00010894866863964126, + "N": 0.02855563350021839, + "Y": 0.04653433337807655, + "U": 1.1132694453408476e-05, + "K": 0.0009231115109287202, + "L": 0.00012929426156915724, + "G": 0.01755126565694809, + "F": 0.0010906052775681019, + "E": 0.05416390672326088, + "T": 0.009965687990188599, + "P": 0.026415817439556122, + "-": 0.007296430412679911 + }, + "id": "tp_9403" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1175375, + "label": "I", + "classification": { + "B": 0.0005011219764128327, + "S": 0.0009658176568336785, + "I": 0.5764381289482117, + "C": 0.005257706623524427, + "R": 0.0007920269854366779, + "M": 0.005597605369985104, + "O": 0.0010545243276283145, + "W": 0.00028413592372089624, + "N": 0.06566711515188217, + "Y": 0.026533454656600952, + "U": 2.3598158804816194e-05, + "K": 0.0034110918641090393, + "L": 0.00030237648752518, + "G": 0.03582428768277168, + "F": 0.0036047433968633413, + "E": 0.19042010605335236, + "T": 0.011971449479460716, + "P": 0.06185236945748329, + "-": 0.009498294442892075 + }, + "id": "tp_9404" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1175509, + "label": "I", + "classification": { + "B": 0.0006039709551259875, + "S": 0.0011709684040397406, + "I": 0.4785241186618805, + "C": 0.19900283217430115, + "R": 0.034451860934495926, + "M": 0.025476589798927307, + "O": 0.006828879471868277, + "W": 0.0007298217969946563, + "N": 0.010100377723574638, + "Y": 0.04832092672586441, + "U": 2.702895289985463e-05, + "K": 0.00015610363334417343, + "L": 0.006510456558316946, + "G": 0.13615036010742188, + "F": 0.0016377216670662165, + "E": 0.0200138371437788, + "T": 0.01664488948881626, + "P": 0.005316439550369978, + "-": 0.00833276379853487 + }, + "id": "tp_9405" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1175642, + "label": "I", + "classification": { + "B": 0.00042606968781910837, + "S": 0.0010412087431177497, + "I": 0.786497950553894, + "C": 0.0025226238649338484, + "R": 0.0007713128579780459, + "M": 0.004281905479729176, + "O": 0.0006605323869735003, + "W": 0.00018652540165930986, + "N": 0.054731398820877075, + "Y": 0.04138496145606041, + "U": 1.2769120985467453e-05, + "K": 0.0012047839118167758, + "L": 0.0001618798414710909, + "G": 0.011861106380820274, + "F": 0.0011671243701130152, + "E": 0.05308767780661583, + "T": 0.008332157507538795, + "P": 0.0276442002505064, + "-": 0.004023770801723003 + }, + "id": "tp_9406" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1175776, + "label": "I", + "classification": { + "B": 0.000971035857219249, + "S": 0.004405880346894264, + "I": 0.6344727873802185, + "C": 0.021479761227965355, + "R": 0.005547764245420694, + "M": 0.0107808168977499, + "O": 0.0030000684782862663, + "W": 0.001213467214256525, + "N": 0.11280269920825958, + "Y": 0.02112007886171341, + "U": 9.798690734896809e-05, + "K": 0.00644195731729269, + "L": 0.0011409535072743893, + "G": 0.047670941799879074, + "F": 0.002366567263379693, + "E": 0.09647195786237717, + "T": 0.011399715207517147, + "P": 0.015741638839244843, + "-": 0.002874016761779785 + }, + "id": "tp_9407" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1175876, + "label": "I", + "classification": { + "B": 0.0023063793778419495, + "S": 0.004348495975136757, + "I": 0.1911255270242691, + "C": 0.12549996376037598, + "R": 0.022872772067785263, + "M": 0.026960022747516632, + "O": 0.010534720495343208, + "W": 0.003538444172590971, + "N": 0.04292990639805794, + "Y": 0.08423856645822525, + "U": 0.0007104215328581631, + "K": 0.011800672858953476, + "L": 0.005816435441374779, + "G": 0.1666865199804306, + "F": 0.036919474601745605, + "E": 0.13026398420333862, + "T": 0.025870677083730698, + "P": 0.06184757128357887, + "-": 0.045729462057352066 + }, + "id": "tp_9408" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1176009, + "label": "I", + "classification": { + "B": 7.960891707625706e-06, + "S": 2.837686588463839e-05, + "I": 0.9502990245819092, + "C": 0.003378929104655981, + "R": 0.00024169081007130444, + "M": 0.0001942560775205493, + "O": 1.4821475815551821e-05, + "W": 5.008160314901033e-06, + "N": 0.022841578349471092, + "Y": 0.00078945531276986, + "U": 5.825661730796128e-08, + "K": 4.3747673771576956e-05, + "L": 2.1575849586952245e-06, + "G": 0.0019810001831501722, + "F": 2.8632886824198067e-05, + "E": 0.014644701965153217, + "T": 0.0001617785164853558, + "P": 0.005299320910125971, + "-": 3.740056854439899e-05 + }, + "id": "tp_9409" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1176143, + "label": "G", + "classification": { + "B": 0.0013730550417676568, + "S": 0.008306321687996387, + "I": 0.039745159447193146, + "C": 0.033442139625549316, + "R": 0.008618662133812904, + "M": 0.04366905987262726, + "O": 0.01302799116820097, + "W": 0.001685433671809733, + "N": 0.012083964422345161, + "Y": 0.04563954845070839, + "U": 7.104640826582909e-05, + "K": 0.0029745246283710003, + "L": 0.012827502563595772, + "G": 0.5525681376457214, + "F": 0.04476719722151756, + "E": 0.1084088683128357, + "T": 0.02936425246298313, + "P": 0.021415065973997116, + "-": 0.02001205086708069 + }, + "id": "tp_9410" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1176276, + "label": "I", + "classification": { + "B": 0.0012044502655044198, + "S": 0.004396684002131224, + "I": 0.5328709483146667, + "C": 0.05900532007217407, + "R": 0.018360257148742676, + "M": 0.03415385261178017, + "O": 0.009815302677452564, + "W": 0.0016408758237957954, + "N": 0.04493109881877899, + "Y": 0.03943878784775734, + "U": 0.00013612007023766637, + "K": 0.0012172122951596975, + "L": 0.006602763663977385, + "G": 0.10583432018756866, + "F": 0.010423573665320873, + "E": 0.0455382838845253, + "T": 0.03273705020546913, + "P": 0.028867198154330254, + "-": 0.02282588742673397 + }, + "id": "tp_9411" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1176376, + "label": "I", + "classification": { + "B": 9.729353041620925e-05, + "S": 0.00019156177586410195, + "I": 0.8024846315383911, + "C": 0.00590705219656229, + "R": 0.0021380495745688677, + "M": 0.0050382306799292564, + "O": 0.0004210167389828712, + "W": 7.285858009709045e-05, + "N": 0.015645459294319153, + "Y": 0.038981787860393524, + "U": 1.562355646456126e-05, + "K": 0.0009839726844802499, + "L": 0.00013138604117557406, + "G": 0.014060570858418941, + "F": 0.001954511506482959, + "E": 0.026305150240659714, + "T": 0.009545275941491127, + "P": 0.05670600011944771, + "-": 0.019319646060466766 + }, + "id": "tp_9412" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1176510, + "label": "I", + "classification": { + "B": 0.0013776279520243406, + "S": 0.0011697827139869332, + "I": 0.5137814879417419, + "C": 0.044283658266067505, + "R": 0.0065442100167274475, + "M": 0.046216271817684174, + "O": 0.004506975878030062, + "W": 0.0004278485430404544, + "N": 0.026355259120464325, + "Y": 0.041669316589832306, + "U": 2.1816580556333065e-05, + "K": 0.00019541874644346535, + "L": 0.0024973065592348576, + "G": 0.11233193427324295, + "F": 0.0014321643393486738, + "E": 0.15149874985218048, + "T": 0.010204310528934002, + "P": 0.026661749929189682, + "-": 0.008824213407933712 + }, + "id": "tp_9413" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1176643, + "label": "I", + "classification": { + "B": 0.00025942103820852935, + "S": 0.0026874030008912086, + "I": 0.6275305151939392, + "C": 0.020219797268509865, + "R": 0.004938709083944559, + "M": 0.0058356295339763165, + "O": 0.0034536749590188265, + "W": 0.0010576274944469333, + "N": 0.14358077943325043, + "Y": 0.033909209072589874, + "U": 4.9516493163537234e-05, + "K": 0.011626893654465675, + "L": 0.00045279980986379087, + "G": 0.048915836960077286, + "F": 0.0048220655880868435, + "E": 0.04334746673703194, + "T": 0.01920737698674202, + "P": 0.02283771149814129, + "-": 0.005267470609396696 + }, + "id": "tp_9414" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1176777, + "label": "P", + "classification": { + "B": 0.0006532426923513412, + "S": 0.0008035865030251443, + "I": 0.21959516406059265, + "C": 0.009028838016092777, + "R": 0.0032123082783073187, + "M": 0.009601249359548092, + "O": 0.0023380271159112453, + "W": 0.0005364512908272445, + "N": 0.018577592447400093, + "Y": 0.0425485223531723, + "U": 0.0002636020944919437, + "K": 0.003404571209102869, + "L": 0.0007905412348918617, + "G": 0.029720230028033257, + "F": 0.028414767235517502, + "E": 0.0748554915189743, + "T": 0.018919795751571655, + "P": 0.3613162934780121, + "-": 0.17541974782943726 + }, + "id": "tp_9415" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1176877, + "label": "I", + "classification": { + "B": 0.00010022646893048659, + "S": 0.0005502859712578356, + "I": 0.43654534220695496, + "C": 0.0033879317343235016, + "R": 0.001296309637837112, + "M": 0.004721208941191435, + "O": 0.0012486197520047426, + "W": 0.00024064102035481483, + "N": 0.021267177537083626, + "Y": 0.06583669781684875, + "U": 3.697400461533107e-05, + "K": 0.0010804439662024379, + "L": 0.0001944704563356936, + "G": 0.010314444079995155, + "F": 0.009078413248062134, + "E": 0.01779806613922119, + "T": 0.029712792485952377, + "P": 0.24819520115852356, + "-": 0.14839480817317963 + }, + "id": "tp_9416" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1177010, + "label": "K", + "classification": { + "B": 3.442817978793755e-05, + "S": 0.006512807682156563, + "I": 0.07525172084569931, + "C": 0.0015379303367808461, + "R": 0.00016593371401540935, + "M": 0.0013714268570765853, + "O": 0.0017388219712302089, + "W": 0.0006184146623127162, + "N": 0.09660959243774414, + "Y": 0.05177019163966179, + "U": 1.0049684533441905e-06, + "K": 0.396519273519516, + "L": 4.420349796419032e-05, + "G": 0.15466134250164032, + "F": 0.04852687194943428, + "E": 0.12776866555213928, + "T": 0.012017161585390568, + "P": 0.02051340974867344, + "-": 0.004336819052696228 + }, + "id": "tp_9417" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1177144, + "label": "I", + "classification": { + "B": 0.0003291218017693609, + "S": 0.0003794163349084556, + "I": 0.40967434644699097, + "C": 0.012171663343906403, + "R": 0.0022297538816928864, + "M": 0.00430205138400197, + "O": 0.0006704608094878495, + "W": 0.0003870926739182323, + "N": 0.024771811440587044, + "Y": 0.047683365643024445, + "U": 9.940585005097091e-05, + "K": 0.004410531837493181, + "L": 0.00029248170903883874, + "G": 0.017039882019162178, + "F": 0.015804655849933624, + "E": 0.17642173171043396, + "T": 0.010059301741421223, + "P": 0.21057851612567902, + "-": 0.06269446760416031 + }, + "id": "tp_9418" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1177277, + "label": "-", + "classification": { + "B": 0.0004792023100890219, + "S": 0.0007825318025425076, + "I": 0.05151115357875824, + "C": 0.012555297464132309, + "R": 0.00493141682818532, + "M": 0.009697687812149525, + "O": 0.003390688681975007, + "W": 0.0005009853630326688, + "N": 0.003252685535699129, + "Y": 0.05777665600180626, + "U": 0.0001127582581830211, + "K": 0.0007154246559366584, + "L": 0.0018515808042138815, + "G": 0.04608951136469841, + "F": 0.08252570778131485, + "E": 0.017162170261144638, + "T": 0.01757768914103508, + "P": 0.2510506510734558, + "-": 0.4380362033843994 + }, + "id": "tp_9419" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1177377, + "label": "I", + "classification": { + "B": 2.313002732989844e-05, + "S": 0.00015615530719514936, + "I": 0.8716055154800415, + "C": 0.0011824556859210134, + "R": 0.0004731130611617118, + "M": 0.0006992378039285541, + "O": 0.00013878571917302907, + "W": 4.656184682971798e-05, + "N": 0.04887884855270386, + "Y": 0.007288817316293716, + "U": 3.4460531423974317e-06, + "K": 0.0015656008617952466, + "L": 1.8461769286659546e-05, + "G": 0.004651364870369434, + "F": 0.0005317727336660028, + "E": 0.01973624899983406, + "T": 0.003222269006073475, + "P": 0.03782138228416443, + "-": 0.001956766005605459 + }, + "id": "tp_9420" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1177511, + "label": "I", + "classification": { + "B": 9.680740913609043e-05, + "S": 0.0005380613729357719, + "I": 0.8018701076507568, + "C": 0.0015784977003932, + "R": 0.0002908174355980009, + "M": 0.0006370400660671294, + "O": 0.00018939064466394484, + "W": 8.549654739908874e-05, + "N": 0.09352606534957886, + "Y": 0.006084342487156391, + "U": 2.778491079880041e-06, + "K": 0.0008031737525016069, + "L": 2.30895839195e-05, + "G": 0.0037729949690401554, + "F": 0.0006556857842952013, + "E": 0.05338681861758232, + "T": 0.0012143810745328665, + "P": 0.03440181538462639, + "-": 0.0008426288841292262 + }, + "id": "tp_9421" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1177644, + "label": "I", + "classification": { + "B": 0.0002413443144178018, + "S": 0.0025572902522981167, + "I": 0.8127482533454895, + "C": 0.0004252471262589097, + "R": 0.0004051435680594295, + "M": 0.0014925528084859252, + "O": 0.0011124126613140106, + "W": 0.00021683207887690514, + "N": 0.09009726345539093, + "Y": 0.024842170998454094, + "U": 3.454385250734049e-06, + "K": 0.0015683621168136597, + "L": 6.611693243030459e-05, + "G": 0.006998314056545496, + "F": 0.0009786086156964302, + "E": 0.007665738463401794, + "T": 0.006944852881133556, + "P": 0.03793755918741226, + "-": 0.0036983692552894354 + }, + "id": "tp_9422" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1177778, + "label": "I", + "classification": { + "B": 0.00028732436476275325, + "S": 0.00025877979351207614, + "I": 0.8198270201683044, + "C": 0.00161929230671376, + "R": 0.0002740097406785935, + "M": 0.002218259032815695, + "O": 0.00019630722817964852, + "W": 5.619374132947996e-05, + "N": 0.040985140949487686, + "Y": 0.012138532474637032, + "U": 2.880635065594106e-06, + "K": 0.0003713172336574644, + "L": 4.076641926076263e-05, + "G": 0.006342718843370676, + "F": 0.00023547434830106795, + "E": 0.08876579254865646, + "T": 0.002029573079198599, + "P": 0.023337941616773605, + "-": 0.001012707012705505 + }, + "id": "tp_9423" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1177878, + "label": "I", + "classification": { + "B": 0.0002435518690617755, + "S": 0.0006410253699868917, + "I": 0.8167004585266113, + "C": 0.006427433807402849, + "R": 0.002283395966514945, + "M": 0.003928590100258589, + "O": 0.000725608435459435, + "W": 0.0002506657619960606, + "N": 0.036081187427043915, + "Y": 0.0296969935297966, + "U": 3.528239540173672e-05, + "K": 0.001140517182648182, + "L": 0.00020571317872963846, + "G": 0.00930484477430582, + "F": 0.0015380852855741978, + "E": 0.02100897952914238, + "T": 0.012465830892324448, + "P": 0.04909688979387283, + "-": 0.008224989287555218 + }, + "id": "tp_9424" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1178011, + "label": "I", + "classification": { + "B": 0.0009494143887422979, + "S": 0.000817931373603642, + "I": 0.4913240969181061, + "C": 0.011674094013869762, + "R": 0.0028510545380413532, + "M": 0.010502557270228863, + "O": 0.0013385696802288294, + "W": 0.0003834861854556948, + "N": 0.061764322221279144, + "Y": 0.03673061355948448, + "U": 6.150729313958436e-05, + "K": 0.0020545972511172295, + "L": 0.0005077309906482697, + "G": 0.041543103754520416, + "F": 0.004652274772524834, + "E": 0.22583062946796417, + "T": 0.01131383329629898, + "P": 0.08526229113340378, + "-": 0.010437928140163422 + }, + "id": "tp_9425" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1178145, + "label": "I", + "classification": { + "B": 0.0010257494868710637, + "S": 0.0020149163901805878, + "I": 0.5757218599319458, + "C": 0.03525486961007118, + "R": 0.013221061788499355, + "M": 0.016510318964719772, + "O": 0.004839467350393534, + "W": 0.0015382999554276466, + "N": 0.03996218740940094, + "Y": 0.08324310183525085, + "U": 0.0007173988851718605, + "K": 0.003406416391953826, + "L": 0.002709801308810711, + "G": 0.03141727298498154, + "F": 0.007769291289150715, + "E": 0.035463690757751465, + "T": 0.03254977613687515, + "P": 0.06543413549661636, + "-": 0.04720044508576393 + }, + "id": "tp_9426" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1178278, + "label": "I", + "classification": { + "B": 0.0006459563737735152, + "S": 0.002763253403827548, + "I": 0.7071905136108398, + "C": 0.009111686609685421, + "R": 0.0035254317335784435, + "M": 0.014709633775055408, + "O": 0.0034127123653888702, + "W": 0.0008640480227768421, + "N": 0.09174519777297974, + "Y": 0.03296739235520363, + "U": 7.271508366102353e-05, + "K": 0.003030855907127261, + "L": 0.0006367822643369436, + "G": 0.01930912956595421, + "F": 0.0025204496923834085, + "E": 0.04289117455482483, + "T": 0.020245546475052834, + "P": 0.034006379544734955, + "-": 0.010351222939789295 + }, + "id": "tp_9427" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1178378, + "label": "I", + "classification": { + "B": 0.0005251822294667363, + "S": 0.04333556443452835, + "I": 0.3538665771484375, + "C": 0.01437877956777811, + "R": 0.006402753759175539, + "M": 0.008202224969863892, + "O": 0.0161685012280941, + "W": 0.006612938828766346, + "N": 0.2839104235172272, + "Y": 0.049291569739580154, + "U": 4.455610178411007e-05, + "K": 0.06537726521492004, + "L": 0.001011993270367384, + "G": 0.06266643106937408, + "F": 0.010816583409905434, + "E": 0.01674644649028778, + "T": 0.04879450425505638, + "P": 0.008655819110572338, + "-": 0.0031918762251734734 + }, + "id": "tp_9428" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1178512, + "label": "I", + "classification": { + "B": 0.007163345348089933, + "S": 0.00232855137437582, + "I": 0.334166020154953, + "C": 0.013825980946421623, + "R": 0.003247641259804368, + "M": 0.05781252682209015, + "O": 0.0036230089608579874, + "W": 0.0005402338574640453, + "N": 0.010101458989083767, + "Y": 0.01548741478472948, + "U": 4.618673483491875e-05, + "K": 0.00014882553659845144, + "L": 0.006579538341611624, + "G": 0.07026711851358414, + "F": 0.015885354951024055, + "E": 0.2257014513015747, + "T": 0.00891766045242548, + "P": 0.15537609159946442, + "-": 0.06878162175416946 + }, + "id": "tp_9429" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1178645, + "label": "E", + "classification": { + "B": 0.0028007538057863712, + "S": 0.0018148728413507342, + "I": 0.17837749421596527, + "C": 0.01477421447634697, + "R": 0.003599117510020733, + "M": 0.01573634147644043, + "O": 0.0027119156438857317, + "W": 0.0010402211919426918, + "N": 0.01592286303639412, + "Y": 0.0420859269797802, + "U": 0.0005494882934726775, + "K": 0.007817564532160759, + "L": 0.0029125174041837454, + "G": 0.0727895125746727, + "F": 0.04869914799928665, + "E": 0.277882844209671, + "T": 0.0169258750975132, + "P": 0.16564452648162842, + "-": 0.12791484594345093 + }, + "id": "tp_9430" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1178779, + "label": "I", + "classification": { + "B": 0.00023350908304564655, + "S": 0.0002830660087056458, + "I": 0.7869025468826294, + "C": 0.004554231651127338, + "R": 0.0011491895420476794, + "M": 0.008194837719202042, + "O": 0.0006129597895778716, + "W": 7.960081711644307e-05, + "N": 0.013599801808595657, + "Y": 0.05632251128554344, + "U": 1.12679826997919e-05, + "K": 0.0001961762027349323, + "L": 0.00029528155573643744, + "G": 0.020730018615722656, + "F": 0.0013273396762087941, + "E": 0.03865019232034683, + "T": 0.014890456572175026, + "P": 0.033801887184381485, + "-": 0.018165109679102898 + }, + "id": "tp_9431" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1178879, + "label": "I", + "classification": { + "B": 0.0001096765699912794, + "S": 0.0017249742522835732, + "I": 0.5988366603851318, + "C": 0.020031088963150978, + "R": 0.0050934008322656155, + "M": 0.006383032072335482, + "O": 0.003025604411959648, + "W": 0.0006111640832386911, + "N": 0.05951683595776558, + "Y": 0.13637909293174744, + "U": 1.4015497072250582e-05, + "K": 0.006237914320081472, + "L": 0.0004514825122896582, + "G": 0.07628002017736435, + "F": 0.0038918203208595514, + "E": 0.028515486046671867, + "T": 0.04043489322066307, + "P": 0.007114318665117025, + "-": 0.005348615348339081 + }, + "id": "tp_9432" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1179012, + "label": "I", + "classification": { + "B": 0.041693706065416336, + "S": 0.006105966866016388, + "I": 0.3377094566822052, + "C": 0.01980777643620968, + "R": 0.007537116762250662, + "M": 0.17953889071941376, + "O": 0.00990044604986906, + "W": 0.0011109934421256185, + "N": 0.004496010486036539, + "Y": 0.029505446553230286, + "U": 1.8061738956021145e-05, + "K": 1.255032930203015e-05, + "L": 0.03376523032784462, + "G": 0.11848396062850952, + "F": 0.0015972830587998033, + "E": 0.15609075129032135, + "T": 0.006180558819323778, + "P": 0.027976499870419502, + "-": 0.018469354137778282 + }, + "id": "tp_9433" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1179146, + "label": "I", + "classification": { + "B": 0.00025037137675099075, + "S": 0.000553241407033056, + "I": 0.5253593325614929, + "C": 0.006268123164772987, + "R": 0.0021701245568692684, + "M": 0.003563328878954053, + "O": 0.0015743367839604616, + "W": 0.0002558901614975184, + "N": 0.026392405852675438, + "Y": 0.03882357105612755, + "U": 3.212069350411184e-05, + "K": 0.0008283277857117355, + "L": 0.00038366997614502907, + "G": 0.028670474886894226, + "F": 0.015897054225206375, + "E": 0.03213372454047203, + "T": 0.014539359137415886, + "P": 0.23219649493694305, + "-": 0.07010801881551743 + }, + "id": "tp_9434" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1179279, + "label": "I", + "classification": { + "B": 0.0003026422637049109, + "S": 0.0014363215304911137, + "I": 0.4599383771419525, + "C": 0.05586831271648407, + "R": 0.013261483982205391, + "M": 0.01761825755238533, + "O": 0.003974344581365585, + "W": 0.0006324463174678385, + "N": 0.02156856656074524, + "Y": 0.1485728770494461, + "U": 2.808885255944915e-05, + "K": 0.0022119367495179176, + "L": 0.0018008695915341377, + "G": 0.15137842297554016, + "F": 0.008982405066490173, + "E": 0.05120381712913513, + "T": 0.035657647997140884, + "P": 0.009992721490561962, + "-": 0.015570556744933128 + }, + "id": "tp_9435" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1179379, + "label": "G", + "classification": { + "B": 0.0030033434741199017, + "S": 0.010869606398046017, + "I": 0.06773614138364792, + "C": 0.2109922617673874, + "R": 0.0653972402215004, + "M": 0.03427548334002495, + "O": 0.019353298470377922, + "W": 0.007796512451022863, + "N": 0.0233028382062912, + "Y": 0.08258242160081863, + "U": 0.000739439157769084, + "K": 0.021100781857967377, + "L": 0.012156037613749504, + "G": 0.2682754397392273, + "F": 0.04010041430592537, + "E": 0.041506726294755936, + "T": 0.05497672036290169, + "P": 0.010470333509147167, + "-": 0.02536492608487606 + }, + "id": "tp_9436" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1179513, + "label": "I", + "classification": { + "B": 0.0008210652740672231, + "S": 0.0053848749957978725, + "I": 0.679536759853363, + "C": 0.013667561113834381, + "R": 0.007074823137372732, + "M": 0.005929071456193924, + "O": 0.0044123032130301, + "W": 0.0023475426714867353, + "N": 0.14274267852306366, + "Y": 0.02266809158027172, + "U": 0.00015585591609124094, + "K": 0.006374850869178772, + "L": 0.0006090676761232316, + "G": 0.014451458118855953, + "F": 0.003189017064869404, + "E": 0.03066985309123993, + "T": 0.011072875931859016, + "P": 0.04310869425535202, + "-": 0.005783640779554844 + }, + "id": "tp_9437" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1179646, + "label": "I", + "classification": { + "B": 9.944498015101999e-05, + "S": 0.004429879132658243, + "I": 0.4607813358306885, + "C": 0.07378276437520981, + "R": 0.006923377048224211, + "M": 0.015234879218041897, + "O": 0.004281147848814726, + "W": 0.0005023264093324542, + "N": 0.06159304827451706, + "Y": 0.025659173727035522, + "U": 6.799853053962579e-07, + "K": 0.0012507030041888356, + "L": 0.0009863745654001832, + "G": 0.2718578279018402, + "F": 0.0011859239311888814, + "E": 0.04913196340203285, + "T": 0.02050822600722313, + "P": 0.0013212348567321897, + "-": 0.0004696895193774253 + }, + "id": "tp_9438" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1179780, + "label": "I", + "classification": { + "B": 0.00014464688138104975, + "S": 0.0004794760898221284, + "I": 0.7900548577308655, + "C": 0.008425949141383171, + "R": 0.0015944598708301783, + "M": 0.0013851117109879851, + "O": 0.00044421153143048286, + "W": 0.00024815561482682824, + "N": 0.11035425961017609, + "Y": 0.009030207060277462, + "U": 2.211594801337924e-05, + "K": 0.0014244659105315804, + "L": 7.913110312074423e-05, + "G": 0.005685726180672646, + "F": 0.000499281391967088, + "E": 0.046605635434389114, + "T": 0.002451739041134715, + "P": 0.01980104297399521, + "-": 0.0012694817269220948 + }, + "id": "tp_9439" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1179880, + "label": "I", + "classification": { + "B": 0.000685869948938489, + "S": 0.0019314740784466267, + "I": 0.732642650604248, + "C": 0.01323210634291172, + "R": 0.008589120581746101, + "M": 0.011400171555578709, + "O": 0.0027161657344549894, + "W": 0.000789919460657984, + "N": 0.04707647114992142, + "Y": 0.02201083116233349, + "U": 0.0001963342074304819, + "K": 0.0010478044860064983, + "L": 0.0011989519698545337, + "G": 0.01600424014031887, + "F": 0.002977950731292367, + "E": 0.026306647807359695, + "T": 0.015164592303335667, + "P": 0.07795088738203049, + "-": 0.018077915534377098 + }, + "id": "tp_9440" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1180013, + "label": "I", + "classification": { + "B": 0.0004975313786417246, + "S": 0.00017181668954435736, + "I": 0.48199155926704407, + "C": 0.03705425560474396, + "R": 0.007697099354118109, + "M": 0.011600359342992306, + "O": 0.0008103249128907919, + "W": 0.00013396202120929956, + "N": 0.006978387013077736, + "Y": 0.05449042469263077, + "U": 0.00010844726784853265, + "K": 0.0004227481840644032, + "L": 0.0012991047697141767, + "G": 0.04840997979044914, + "F": 0.008016221225261688, + "E": 0.09263020008802414, + "T": 0.01099285390228033, + "P": 0.13792401552200317, + "-": 0.09877073019742966 + }, + "id": "tp_9441" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1180147, + "label": "I", + "classification": { + "B": 0.00027583440532907844, + "S": 0.00018203099898528308, + "I": 0.5711904764175415, + "C": 0.015201437287032604, + "R": 0.003046854631975293, + "M": 0.004557861480861902, + "O": 0.0006330275791697204, + "W": 0.0001525676343590021, + "N": 0.021452730521559715, + "Y": 0.03069457970559597, + "U": 6.168871186673641e-05, + "K": 0.0013087191618978977, + "L": 0.00046679351362399757, + "G": 0.045937761664390564, + "F": 0.007732057943940163, + "E": 0.15021036565303802, + "T": 0.008202253840863705, + "P": 0.11085285246372223, + "-": 0.02784002758562565 + }, + "id": "tp_9442" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1180280, + "label": "I", + "classification": { + "B": 0.0007535390323027968, + "S": 0.0018275576876476407, + "I": 0.459686815738678, + "C": 0.03273388743400574, + "R": 0.004227716941386461, + "M": 0.015817973762750626, + "O": 0.0018057491397485137, + "W": 0.0004750204680021852, + "N": 0.05606938526034355, + "Y": 0.0328647717833519, + "U": 2.3471158783650026e-05, + "K": 0.006539095193147659, + "L": 0.0008663947228342295, + "G": 0.129826620221138, + "F": 0.004233016166836023, + "E": 0.22142793238162994, + "T": 0.01081584021449089, + "P": 0.016688227653503418, + "-": 0.0033169856760650873 + }, + "id": "tp_9443" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1180380, + "label": "I", + "classification": { + "B": 0.00043016282143071294, + "S": 0.00027352108736522496, + "I": 0.7106390595436096, + "C": 0.008391601033508778, + "R": 0.003250067587941885, + "M": 0.014779414050281048, + "O": 0.0013416908914223313, + "W": 0.00016069511184468865, + "N": 0.01874922588467598, + "Y": 0.05452658236026764, + "U": 2.546081850596238e-05, + "K": 0.00027158725424669683, + "L": 0.0005023949779570103, + "G": 0.03526199609041214, + "F": 0.0012930311495438218, + "E": 0.06699975579977036, + "T": 0.012373285368084908, + "P": 0.0534120574593544, + "-": 0.017318429425358772 + }, + "id": "tp_9444" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1180514, + "label": "Y", + "classification": { + "B": 6.846486940048635e-05, + "S": 0.0064167724922299385, + "I": 0.017627405002713203, + "C": 0.0967191606760025, + "R": 0.025868453085422516, + "M": 0.02273462899029255, + "O": 0.01059735007584095, + "W": 0.0015538310399278998, + "N": 0.002650155918672681, + "Y": 0.3034592270851135, + "U": 7.7914482972119e-06, + "K": 0.0033951092045754194, + "L": 0.0039961570873856544, + "G": 0.2884083390235901, + "F": 0.032811131328344345, + "E": 0.002203421900048852, + "T": 0.17216674983501434, + "P": 0.0003906526544597, + "-": 0.008925199508666992 + }, + "id": "tp_9445" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1180647, + "label": "I", + "classification": { + "B": 0.0009605736122466624, + "S": 0.007471144665032625, + "I": 0.6139419078826904, + "C": 0.011956587433815002, + "R": 0.003951856400817633, + "M": 0.007156686391681433, + "O": 0.0035275171976536512, + "W": 0.00159825524315238, + "N": 0.15258798003196716, + "Y": 0.03287706524133682, + "U": 4.418174648890272e-05, + "K": 0.012727305293083191, + "L": 0.0008702143095433712, + "G": 0.055634286254644394, + "F": 0.005464796908199787, + "E": 0.053432997316122055, + "T": 0.016604026779532433, + "P": 0.016433710232377052, + "-": 0.002758908784016967 + }, + "id": "tp_9446" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1180781, + "label": "I", + "classification": { + "B": 0.009056570008397102, + "S": 0.014499890618026257, + "I": 0.2582043707370758, + "C": 0.09819388389587402, + "R": 0.03488047048449516, + "M": 0.057902805507183075, + "O": 0.020363425835967064, + "W": 0.0071420613676309586, + "N": 0.0730404183268547, + "Y": 0.06007736921310425, + "U": 0.002720567863434553, + "K": 0.008270950987935066, + "L": 0.018946588039398193, + "G": 0.0979003831744194, + "F": 0.014279784634709358, + "E": 0.10086516290903091, + "T": 0.054344259202480316, + "P": 0.041417673230171204, + "-": 0.027893397957086563 + }, + "id": "tp_9447" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1180881, + "label": "I", + "classification": { + "B": 0.0001106365307350643, + "S": 0.0006213567685335875, + "I": 0.86110520362854, + "C": 0.0005801306688226759, + "R": 0.0003054957778658718, + "M": 0.001139333937317133, + "O": 0.00026029942091554403, + "W": 0.00011571577488211915, + "N": 0.0636962279677391, + "Y": 0.005150573328137398, + "U": 5.78265553485835e-06, + "K": 0.0010318022686988115, + "L": 3.9711081626592204e-05, + "G": 0.0025346337351948023, + "F": 0.0004407186934258789, + "E": 0.015262827277183533, + "T": 0.0024735648185014725, + "P": 0.04369516670703888, + "-": 0.001430849195457995 + }, + "id": "tp_9448" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1181014, + "label": "I", + "classification": { + "B": 0.0001493073650635779, + "S": 0.003020648378878832, + "I": 0.7182905673980713, + "C": 0.0012154125142842531, + "R": 0.0011199136497452855, + "M": 0.0011045974679291248, + "O": 0.001769728260114789, + "W": 0.0006772022461518645, + "N": 0.12699967622756958, + "Y": 0.02188531495630741, + "U": 1.9673183487611823e-05, + "K": 0.002235644729807973, + "L": 9.073601540876552e-05, + "G": 0.004822815768420696, + "F": 0.002784523880109191, + "E": 0.0075956080108881, + "T": 0.007790076546370983, + "P": 0.09242119640111923, + "-": 0.006007373798638582 + }, + "id": "tp_9449" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1181148, + "label": "Y", + "classification": { + "B": 0.00041752541437745094, + "S": 0.0025090903509408236, + "I": 0.12040046602487564, + "C": 0.019749782979488373, + "R": 0.005311127752065659, + "M": 0.01804591715335846, + "O": 0.00421704538166523, + "W": 0.0013945852406322956, + "N": 0.015607042238116264, + "Y": 0.17749612033367157, + "U": 7.535082113463432e-05, + "K": 0.02884848043322563, + "L": 0.001175452140159905, + "G": 0.1615581065416336, + "F": 0.10821587592363358, + "E": 0.1512412577867508, + "T": 0.04620936140418053, + "P": 0.04437654837965965, + "-": 0.09315086156129837 + }, + "id": "tp_9450" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1181281, + "label": "I", + "classification": { + "B": 0.01556641049683094, + "S": 0.0022450790274888277, + "I": 0.3266167640686035, + "C": 0.019970623776316643, + "R": 0.005524435080587864, + "M": 0.03912508115172386, + "O": 0.007874684408307076, + "W": 0.00174425495788455, + "N": 0.01700948178768158, + "Y": 0.033066634088754654, + "U": 0.0004745972400996834, + "K": 0.00020222319290041924, + "L": 0.007753918878734112, + "G": 0.035535696893930435, + "F": 0.00531730055809021, + "E": 0.0805572047829628, + "T": 0.01872720941901207, + "P": 0.25658631324768066, + "-": 0.12610210478305817 + }, + "id": "tp_9451" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1181381, + "label": "P", + "classification": { + "B": 1.1975279221587698e-06, + "S": 4.786544650414726e-06, + "I": 0.00384281063452363, + "C": 9.800660336622968e-05, + "R": 4.214560249238275e-05, + "M": 0.0002027293958235532, + "O": 7.437655585817993e-05, + "W": 3.936575922125485e-06, + "N": 0.00021084080799482763, + "Y": 0.001539585879072547, + "U": 2.9461473332048627e-06, + "K": 1.4310836377262603e-05, + "L": 9.210078133037314e-06, + "G": 0.0004188717866782099, + "F": 0.004645751789212227, + "E": 0.0004905204987153411, + "T": 0.0013708980986848474, + "P": 0.5410974025726318, + "-": 0.4459296762943268 + }, + "id": "tp_9452" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1181515, + "label": "P", + "classification": { + "B": 9.608750417555711e-08, + "S": 2.0185636628866632e-07, + "I": 0.00041659374255687, + "C": 1.0005130661738804e-06, + "R": 2.2983068959092634e-07, + "M": 1.2380925909383222e-05, + "O": 4.3043291952926666e-06, + "W": 1.2139730642957147e-07, + "N": 1.3344972103368491e-05, + "Y": 8.238666487159207e-05, + "U": 5.9068252511451647e-08, + "K": 2.357818686959945e-07, + "L": 1.5340803827257332e-07, + "G": 1.0551195373409428e-05, + "F": 0.0003527601365931332, + "E": 7.63837160775438e-05, + "T": 0.00021234531595837325, + "P": 0.5367607474327087, + "-": 0.46205610036849976 + }, + "id": "tp_9453" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1181648, + "label": "P", + "classification": { + "B": 2.9615641324198805e-05, + "S": 8.798018598099588e-07, + "I": 0.0003064270713366568, + "C": 5.094532752991654e-06, + "R": 6.521604518638924e-07, + "M": 1.263291051145643e-05, + "O": 2.8660642783506773e-05, + "W": 1.3915862382418709e-06, + "N": 5.705905550712487e-06, + "Y": 2.270088589284569e-05, + "U": 2.720624650009995e-07, + "K": 1.2036089458433707e-08, + "L": 4.388228262541816e-06, + "G": 3.561819903552532e-05, + "F": 9.42579863476567e-05, + "E": 6.632586155319586e-05, + "T": 4.0239221561932936e-05, + "P": 0.7156219482421875, + "-": 0.2837231159210205 + }, + "id": "tp_9454" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1181782, + "label": "P", + "classification": { + "B": 2.233386364736134e-09, + "S": 6.413017339390592e-10, + "I": 4.4836546294391155e-05, + "C": 7.250336153674652e-08, + "R": 1.6418193027334382e-08, + "M": 2.155577192297642e-07, + "O": 7.28390716631111e-08, + "W": 3.4483391697648358e-09, + "N": 2.623395971568243e-07, + "Y": 3.8035213947296143e-06, + "U": 1.1688471301951608e-09, + "K": 2.0148196444580435e-09, + "L": 2.8850173361405496e-09, + "G": 9.924784762915806e-07, + "F": 2.0022622265969403e-05, + "E": 3.5790012589131948e-06, + "T": 3.4520494409662206e-06, + "P": 0.8594889640808105, + "-": 0.1404336839914322 + }, + "id": "tp_9455" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1181882, + "label": "P", + "classification": { + "B": 6.48581677253901e-09, + "S": 1.5386349971890922e-08, + "I": 4.40849871665705e-05, + "C": 3.4578783925098833e-07, + "R": 4.5207126930790764e-08, + "M": 2.0615507878574135e-07, + "O": 1.7231228355285566e-07, + "W": 1.743831035128096e-08, + "N": 1.4926749827282038e-06, + "Y": 8.028564479900524e-06, + "U": 9.385665578065527e-09, + "K": 2.6569119881969527e-07, + "L": 3.495920442020406e-09, + "G": 2.3110956135496963e-06, + "F": 0.0002854606427717954, + "E": 2.8077307433704846e-05, + "T": 3.795171323872637e-06, + "P": 0.8478080630302429, + "-": 0.15181758999824524 + }, + "id": "tp_9456" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1182015, + "label": "-", + "classification": { + "B": 6.286254006226955e-08, + "S": 2.3486734335165238e-07, + "I": 0.0005615834379568696, + "C": 3.2151201594388112e-06, + "R": 3.1029082947497955e-07, + "M": 5.324730864231242e-06, + "O": 2.4820769795041997e-06, + "W": 2.183272727052099e-07, + "N": 2.1630641640513204e-05, + "Y": 0.0001528456195956096, + "U": 1.8946870739000587e-07, + "K": 2.841433342837263e-06, + "L": 1.0548489370876268e-07, + "G": 1.1418946996855084e-05, + "F": 0.00030265655368566513, + "E": 0.0003012600645888597, + "T": 0.00016045954544097185, + "P": 0.4873887598514557, + "-": 0.5110843181610107 + }, + "id": "tp_9457" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1182149, + "label": "P", + "classification": { + "B": 1.6576798600453913e-07, + "S": 4.368410699839842e-08, + "I": 0.0002289766853209585, + "C": 5.555048119276762e-06, + "R": 9.389103752255323e-07, + "M": 2.5957938305509742e-06, + "O": 1.850119701884978e-06, + "W": 2.6962567289956496e-07, + "N": 4.026702754345024e-06, + "Y": 3.195481258444488e-05, + "U": 2.019304758960061e-07, + "K": 1.4736372122570174e-07, + "L": 3.172888227709336e-07, + "G": 1.087738655769499e-05, + "F": 0.00036519847344607115, + "E": 5.5533877457492054e-05, + "T": 4.151539542363025e-05, + "P": 0.6779773235321045, + "-": 0.32127246260643005 + }, + "id": "tp_9458" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1182282, + "label": "P", + "classification": { + "B": 3.738641340955695e-12, + "S": 1.5512088141766966e-11, + "I": 2.058917800695781e-07, + "C": 1.365237506378847e-10, + "R": 2.842489047957808e-12, + "M": 9.757717966962787e-10, + "O": 1.0290470697782439e-09, + "W": 3.5747791445744914e-12, + "N": 4.099995898343423e-09, + "Y": 2.2631416740637178e-08, + "U": 6.42062900242657e-13, + "K": 3.386090366430672e-11, + "L": 2.59612015045263e-12, + "G": 1.881381450630215e-08, + "F": 6.7972355282108765e-06, + "E": 2.815138486766955e-07, + "T": 5.871072161767188e-08, + "P": 0.8340782523155212, + "-": 0.16591431200504303 + }, + "id": "tp_9459" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1182382, + "label": "-", + "classification": { + "B": 2.455328285577707e-05, + "S": 4.671149144996889e-05, + "I": 0.0003919039445463568, + "C": 2.230290738225449e-05, + "R": 5.831103862874443e-06, + "M": 0.0002868558221962303, + "O": 0.00016200733080040663, + "W": 2.0980474801035598e-05, + "N": 9.011168003780767e-05, + "Y": 0.0005694467690773308, + "U": 6.109032710810425e-06, + "K": 4.765614721691236e-05, + "L": 1.916602377605159e-05, + "G": 0.0002319450577488169, + "F": 0.013543701730668545, + "E": 0.0012715888442471623, + "T": 0.0015220420900732279, + "P": 0.3399897515773773, + "-": 0.6417473554611206 + }, + "id": "tp_9460" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1182516, + "label": "-", + "classification": { + "B": 0.0003108220116700977, + "S": 0.0005103123257867992, + "I": 0.02331068180501461, + "C": 0.0010044639930129051, + "R": 0.00043252951581962407, + "M": 0.0029140303377062082, + "O": 0.0016104832757264376, + "W": 0.0002754410670604557, + "N": 0.0033917382825165987, + "Y": 0.05425936356186867, + "U": 9.640551434131339e-05, + "K": 0.0020548864267766476, + "L": 0.00019876006990671158, + "G": 0.01343956496566534, + "F": 0.024704772979021072, + "E": 0.009364885278046131, + "T": 0.022693529725074768, + "P": 0.2963818609714508, + "-": 0.5430454611778259 + }, + "id": "tp_9461" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1182649, + "label": "P", + "classification": { + "B": 5.976962924592044e-09, + "S": 8.827933939414834e-10, + "I": 6.648910130024888e-06, + "C": 7.2275474494176706e-09, + "R": 4.757719218595469e-10, + "M": 4.7162259875221935e-08, + "O": 3.8367517163351295e-08, + "W": 8.071894264105595e-10, + "N": 6.060930957119126e-08, + "Y": 5.302603653944971e-07, + "U": 1.3515114027917718e-10, + "K": 3.558286720828363e-10, + "L": 9.089090036162872e-10, + "G": 2.511735885946109e-07, + "F": 2.012079130508937e-05, + "E": 1.948579665622674e-06, + "T": 5.684437383024488e-07, + "P": 0.8365829586982727, + "-": 0.1633867770433426 + }, + "id": "tp_9462" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1182783, + "label": "P", + "classification": { + "B": 5.297471261656028e-07, + "S": 1.581420434604297e-07, + "I": 4.0827420889399946e-05, + "C": 1.1472450012206536e-07, + "R": 1.1225050222662958e-08, + "M": 3.217572611902142e-06, + "O": 1.32403135921777e-06, + "W": 9.729181016382427e-08, + "N": 2.7014746137865586e-06, + "Y": 2.187756308558164e-06, + "U": 5.951751980148856e-09, + "K": 2.3602666487931856e-08, + "L": 3.7659731333405944e-08, + "G": 2.714298943828908e-06, + "F": 0.00010783728794194758, + "E": 4.43563076260034e-05, + "T": 7.806553185218945e-06, + "P": 0.9281787872314453, + "-": 0.07160722464323044 + }, + "id": "tp_9463" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1182883, + "label": "P", + "classification": { + "B": 1.6121391999135426e-09, + "S": 5.965310911903998e-09, + "I": 3.248437860747799e-05, + "C": 1.8232634602100006e-07, + "R": 1.4000799630764504e-08, + "M": 1.27411937000943e-07, + "O": 1.3749503580129385e-07, + "W": 8.567843323703528e-09, + "N": 1.617024167899217e-06, + "Y": 5.479569608723978e-06, + "U": 3.357673916681847e-09, + "K": 5.386954171626712e-07, + "L": 4.0741440776592697e-10, + "G": 9.157820954897034e-07, + "F": 0.00010718499834183604, + "E": 4.733666355605237e-05, + "T": 2.8884942366858013e-06, + "P": 0.7747064232826233, + "-": 0.22509470582008362 + }, + "id": "tp_9464" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1183016, + "label": "P", + "classification": { + "B": 3.6820669180315235e-08, + "S": 2.8070680002656445e-08, + "I": 9.686999692348763e-05, + "C": 1.5048708235099184e-07, + "R": 7.995796025284108e-09, + "M": 6.714987534905958e-07, + "O": 2.0458102767406672e-07, + "W": 9.614648632805256e-09, + "N": 4.003789399575908e-06, + "Y": 3.301663582533365e-06, + "U": 8.582524024802751e-09, + "K": 1.3850832658590662e-07, + "L": 6.9574759287149845e-09, + "G": 2.1232110611890676e-06, + "F": 7.128211291274056e-05, + "E": 8.162275480572134e-05, + "T": 6.46565058559645e-06, + "P": 0.9276667833328247, + "-": 0.07206626236438751 + }, + "id": "tp_9465" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1183150, + "label": "P", + "classification": { + "B": 6.928058571276097e-09, + "S": 4.935523545412934e-09, + "I": 0.0009378712275065482, + "C": 9.408058332383007e-08, + "R": 1.0375818426666683e-08, + "M": 3.242616628540418e-07, + "O": 7.762673703837208e-08, + "W": 2.4942510279402086e-09, + "N": 6.32317278359551e-06, + "Y": 3.641079274530057e-06, + "U": 5.873733721628582e-10, + "K": 1.4755527910637056e-09, + "L": 2.646097119196611e-09, + "G": 4.2169699554506224e-07, + "F": 4.0919953789853025e-06, + "E": 1.3885061889595818e-05, + "T": 2.9109723982401192e-06, + "P": 0.9744932055473328, + "-": 0.024537254124879837 + }, + "id": "tp_9466" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1183283, + "label": "P", + "classification": { + "B": 5.60867010790389e-06, + "S": 5.584894324783818e-07, + "I": 0.004055434372276068, + "C": 5.330073327058926e-05, + "R": 8.133667506626807e-06, + "M": 0.0002775076718535274, + "O": 3.2694828405510634e-05, + "W": 1.2199611774121877e-06, + "N": 3.57799835910555e-05, + "Y": 0.0012127073714509606, + "U": 7.046474479466269e-07, + "K": 2.0162184455330134e-07, + "L": 8.290309779113159e-06, + "G": 0.0002810967562254518, + "F": 0.00021122345060575753, + "E": 0.0005661078612320125, + "T": 0.0005572729278355837, + "P": 0.5071113705635071, + "-": 0.48558077216148376 + }, + "id": "tp_9467" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1183383, + "label": "P", + "classification": { + "B": 4.0106809251483355e-07, + "S": 2.2006489075465652e-08, + "I": 0.00015686287952121347, + "C": 6.082004233576299e-07, + "R": 9.523859034743509e-08, + "M": 6.591893679797067e-07, + "O": 1.4557350596078322e-06, + "W": 1.8235114751519177e-08, + "N": 9.004604066831234e-07, + "Y": 1.980911974897026e-06, + "U": 2.0445733994733928e-09, + "K": 8.423556296932588e-11, + "L": 1.7014390607528185e-07, + "G": 7.838507372071035e-06, + "F": 2.3859645807533525e-05, + "E": 6.2955532484920695e-06, + "T": 5.347243586584227e-06, + "P": 0.8713666200637817, + "-": 0.12842683494091034 + }, + "id": "tp_9468" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1183517, + "label": "P", + "classification": { + "B": 4.008716132375412e-06, + "S": 3.842048954538768e-06, + "I": 0.02336825430393219, + "C": 7.74928557802923e-05, + "R": 6.235618457139935e-06, + "M": 0.00016221411351580173, + "O": 3.324269346194342e-05, + "W": 2.5318317966593895e-06, + "N": 0.000317975296638906, + "Y": 0.0010871213162317872, + "U": 1.2688885817624396e-06, + "K": 9.57754423325241e-07, + "L": 5.4002002798370086e-06, + "G": 0.00012706313282251358, + "F": 0.00019914029689971358, + "E": 0.0010990541195496917, + "T": 0.0016642531845718622, + "P": 0.670516312122345, + "-": 0.3013235926628113 + }, + "id": "tp_9469" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1183650, + "label": "P", + "classification": { + "B": 8.501661596937993e-10, + "S": 1.806339411380975e-09, + "I": 9.986611257772893e-05, + "C": 6.768768656684188e-08, + "R": 2.8023650067154904e-09, + "M": 3.2723468734729977e-07, + "O": 5.55274617397572e-08, + "W": 7.997257855940632e-10, + "N": 1.7792942799133016e-06, + "Y": 2.006973318202654e-06, + "U": 1.078550804223255e-09, + "K": 8.993261246814654e-09, + "L": 1.0176515186088864e-09, + "G": 3.370354306753143e-07, + "F": 1.1023562365153339e-05, + "E": 3.0756542400922626e-05, + "T": 8.66197206050856e-06, + "P": 0.8424059748649597, + "-": 0.15743911266326904 + }, + "id": "tp_9470" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1183750, + "label": "P", + "classification": { + "B": 5.0313531119172694e-08, + "S": 6.347954939478484e-10, + "I": 6.647539521509316e-06, + "C": 1.387266135299825e-10, + "R": 5.1808297235611533e-11, + "M": 6.548155795371713e-08, + "O": 7.180297245668044e-08, + "W": 2.5043792040158053e-10, + "N": 1.5908984352108746e-08, + "Y": 2.5918161838944798e-08, + "U": 6.440486707316728e-13, + "K": 2.2460371168725284e-14, + "L": 8.72425243159114e-10, + "G": 4.451236179647822e-08, + "F": 1.6095800958737527e-07, + "E": 3.496423630622303e-07, + "T": 9.613468421321159e-08, + "P": 0.9376524090766907, + "-": 0.06234010308980942 + }, + "id": "tp_9471" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1183884, + "label": "-", + "classification": { + "B": 0.00010619071690598503, + "S": 0.00012805956066586077, + "I": 0.0034110629931092262, + "C": 0.00010145001579076052, + "R": 4.3437514250399545e-05, + "M": 0.00044404910295270383, + "O": 0.0010277277324348688, + "W": 0.00011691043619066477, + "N": 0.0004481773648876697, + "Y": 0.0008495784131810069, + "U": 1.850698572525289e-05, + "K": 1.1701232324412558e-05, + "L": 0.00010401898907730356, + "G": 0.0005967466859146953, + "F": 0.003578281495720148, + "E": 0.0006285070558078587, + "T": 0.0021443997975438833, + "P": 0.465262770652771, + "-": 0.5209783911705017 + }, + "id": "tp_9472" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1184017, + "label": "-", + "classification": { + "B": 3.079587784782234e-08, + "S": 2.466159720881933e-08, + "I": 4.675281161325984e-05, + "C": 2.02145940875198e-07, + "R": 1.9772052439748222e-08, + "M": 4.264044946467038e-06, + "O": 2.1253788418107433e-06, + "W": 1.3358144812514183e-08, + "N": 2.598423520794313e-07, + "Y": 1.0990725058945827e-05, + "U": 1.8054677752843418e-09, + "K": 7.27797128119434e-11, + "L": 1.4135632397938025e-07, + "G": 3.4434833651175722e-06, + "F": 1.382620757794939e-05, + "E": 1.310281163569016e-06, + "T": 3.764515713555738e-05, + "P": 0.3725447952747345, + "-": 0.6273341178894043 + }, + "id": "tp_9473" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1184151, + "label": "P", + "classification": { + "B": 1.1770113815146033e-05, + "S": 2.8905421913805185e-06, + "I": 0.002615327714011073, + "C": 2.7656620659399778e-05, + "R": 8.049685675359797e-06, + "M": 0.00024597591254860163, + "O": 0.00011844053369713947, + "W": 2.240776893813745e-06, + "N": 5.666652214131318e-05, + "Y": 0.00032680470030754805, + "U": 7.260847496581846e-07, + "K": 3.8539035074336425e-08, + "L": 1.8030519640888087e-05, + "G": 0.0002532902581151575, + "F": 9.354097710456699e-05, + "E": 8.016579522518441e-05, + "T": 0.0010934791062027216, + "P": 0.693840742111206, + "-": 0.3012041747570038 + }, + "id": "tp_9474" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1184251, + "label": "-", + "classification": { + "B": 0.00015358523523900658, + "S": 0.0002415279595879838, + "I": 0.006234368775039911, + "C": 0.000470783154014498, + "R": 0.0003561403136700392, + "M": 0.0009670212166383862, + "O": 0.001277446048334241, + "W": 0.00020584701269399375, + "N": 0.000989275868050754, + "Y": 0.007950992323458195, + "U": 0.00010750768706202507, + "K": 0.00019249430624768138, + "L": 0.0002824250259436667, + "G": 0.0029437027405947447, + "F": 0.01554801780730486, + "E": 0.001994251273572445, + "T": 0.0066152005456388, + "P": 0.35993677377700806, + "-": 0.5935327410697937 + }, + "id": "tp_9475" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1184384, + "label": "P", + "classification": { + "B": 6.006646913192526e-07, + "S": 5.677806711901212e-06, + "I": 0.002659726655110717, + "C": 5.932159638177836e-06, + "R": 3.2806892704684287e-06, + "M": 1.7209627912961878e-05, + "O": 3.0022192731848918e-05, + "W": 2.7993223739031237e-06, + "N": 0.00020113041682634503, + "Y": 0.00012092760880477726, + "U": 7.909598025435116e-07, + "K": 7.750804797979072e-06, + "L": 1.0394918490419514e-06, + "G": 4.8520574637223035e-05, + "F": 0.0009975439170375466, + "E": 0.00012985113426111639, + "T": 0.00018241110956296325, + "P": 0.8456105589866638, + "-": 0.14997419714927673 + }, + "id": "tp_9476" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1184518, + "label": "P", + "classification": { + "B": 1.591763942876412e-10, + "S": 3.8440174654486015e-11, + "I": 1.145620558418159e-06, + "C": 4.518323562519022e-11, + "R": 1.801544850799086e-11, + "M": 5.801645275305134e-10, + "O": 1.8654036093579407e-09, + "W": 1.2713440543377086e-11, + "N": 5.1162953873529204e-09, + "Y": 2.686751443548019e-08, + "U": 1.2295588809260738e-12, + "K": 1.370693922947419e-12, + "L": 2.753679576028567e-11, + "G": 1.2440146690551046e-08, + "F": 9.339257758256281e-07, + "E": 3.192014830233347e-08, + "T": 4.19536796414377e-08, + "P": 0.955778956413269, + "-": 0.044218968600034714 + }, + "id": "tp_9477" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1184651, + "label": "P", + "classification": { + "B": 2.888950467738738e-10, + "S": 5.403686942351271e-10, + "I": 5.42975431017112e-06, + "C": 4.620980487146653e-09, + "R": 2.807815924210644e-10, + "M": 4.9727052697789986e-08, + "O": 2.1847929687623946e-08, + "W": 1.081789657852994e-09, + "N": 6.235053007230817e-08, + "Y": 8.015734351829451e-07, + "U": 2.235377577486375e-10, + "K": 1.0690988094808063e-09, + "L": 4.350050042400966e-10, + "G": 7.059421136546007e-08, + "F": 2.6682180759962648e-05, + "E": 2.5559925234119873e-06, + "T": 1.3460723948810482e-06, + "P": 0.7749234437942505, + "-": 0.2250394970178604 + }, + "id": "tp_9478" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1184751, + "label": "I", + "classification": { + "B": 6.086737266741693e-05, + "S": 0.0007024815422482789, + "I": 0.5872754454612732, + "C": 0.0023141789715737104, + "R": 0.001170592149719596, + "M": 0.0027339847292751074, + "O": 0.0013072231085970998, + "W": 0.00035483131068758667, + "N": 0.03898681327700615, + "Y": 0.06439336389303207, + "U": 3.296604336355813e-05, + "K": 0.002332167001441121, + "L": 7.773793186061084e-05, + "G": 0.004594449419528246, + "F": 0.004249391611665487, + "E": 0.007758085150271654, + "T": 0.015898656100034714, + "P": 0.20211617648601532, + "-": 0.06364066153764725 + }, + "id": "tp_9479" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1184885, + "label": "P", + "classification": { + "B": 3.7330378290789668e-06, + "S": 4.659778369386913e-06, + "I": 0.018623385578393936, + "C": 0.0005952244973741472, + "R": 6.985005893511698e-05, + "M": 0.00026725674979388714, + "O": 6.90078450134024e-05, + "W": 6.406614829757018e-06, + "N": 0.0008591360528953373, + "Y": 0.001353548839688301, + "U": 1.0183191989199258e-05, + "K": 7.754647958790883e-05, + "L": 9.133675121120177e-06, + "G": 0.0004395184514578432, + "F": 0.002635583281517029, + "E": 0.004833883140236139, + "T": 0.0010745839681476355, + "P": 0.5392835736274719, + "-": 0.42978379130363464 + }, + "id": "tp_9480" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1185018, + "label": "P", + "classification": { + "B": 3.427344665851706e-07, + "S": 4.486234672640421e-07, + "I": 0.0005335091263987124, + "C": 9.818631951930001e-07, + "R": 2.2764551488307916e-07, + "M": 7.12093424226623e-06, + "O": 3.273748234278173e-06, + "W": 3.574835716335656e-07, + "N": 1.8944625480799004e-05, + "Y": 4.024942245450802e-05, + "U": 7.095465548445645e-08, + "K": 9.641522638048627e-07, + "L": 1.3914815610860387e-07, + "G": 1.1212219760636799e-05, + "F": 0.00040951918344944715, + "E": 9.209416020894423e-05, + "T": 4.125994018977508e-05, + "P": 0.8391653299331665, + "-": 0.15967391431331635 + }, + "id": "tp_9481" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1185152, + "label": "-", + "classification": { + "B": 2.593887984403409e-05, + "S": 6.590955308638513e-06, + "I": 0.0007528941496275365, + "C": 6.493720866274089e-05, + "R": 1.1704442840709817e-05, + "M": 0.00039423597627319396, + "O": 8.543010335415602e-05, + "W": 8.487104423693381e-06, + "N": 5.068241443950683e-05, + "Y": 0.002751740859821439, + "U": 4.984783117834013e-06, + "K": 8.704218998900615e-06, + "L": 1.7468881196691655e-05, + "G": 0.0005855241906829178, + "F": 0.0023000198416411877, + "E": 0.0009326657745987177, + "T": 0.0016867954982444644, + "P": 0.3445904850959778, + "-": 0.6457206606864929 + }, + "id": "tp_9482" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1185252, + "label": "P", + "classification": { + "B": 0.001119631459005177, + "S": 0.00031561986543238163, + "I": 0.20998816192150116, + "C": 0.023384474217891693, + "R": 0.0065142004750669, + "M": 0.008477754890918732, + "O": 0.002209936035797, + "W": 0.0007406653021462262, + "N": 0.010362549684941769, + "Y": 0.024807879701256752, + "U": 0.0007051575230434537, + "K": 0.00047346821520477533, + "L": 0.001607641694135964, + "G": 0.015973836183547974, + "F": 0.00868702121078968, + "E": 0.04057521000504494, + "T": 0.012012493796646595, + "P": 0.418036550283432, + "-": 0.21400776505470276 + }, + "id": "tp_9483" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1185385, + "label": "P", + "classification": { + "B": 2.7189245884073898e-05, + "S": 2.8349356853141217e-06, + "I": 0.0645391121506691, + "C": 0.0004152027831878513, + "R": 5.294440779834986e-05, + "M": 0.0005240672035142779, + "O": 7.370116509264335e-05, + "W": 4.491364506975515e-06, + "N": 0.0005971306818537414, + "Y": 0.004944357089698315, + "U": 2.537626187404385e-06, + "K": 9.97463871499349e-07, + "L": 2.4524393666069955e-05, + "G": 0.0012050688965246081, + "F": 0.00018532783724367619, + "E": 0.0015613820869475603, + "T": 0.0015837333630770445, + "P": 0.7809364795684814, + "-": 0.14331895112991333 + }, + "id": "tp_9484" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1185519, + "label": "P", + "classification": { + "B": 1.7685271814116277e-05, + "S": 6.928727316335426e-07, + "I": 0.05426773428916931, + "C": 0.00017192061932291836, + "R": 1.0981453669955954e-05, + "M": 0.0005171924130991101, + "O": 2.136035982402973e-05, + "W": 8.368311910089687e-07, + "N": 0.00020912670879624784, + "Y": 0.0006254290929064155, + "U": 4.6702450617885916e-07, + "K": 1.241243410277093e-07, + "L": 1.8853830624721013e-05, + "G": 0.0009730611927807331, + "F": 0.00017132076027337462, + "E": 0.00448662880808115, + "T": 0.0004605094436556101, + "P": 0.8551082015037537, + "-": 0.08293796330690384 + }, + "id": "tp_9485" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1185652, + "label": "P", + "classification": { + "B": 1.205547869176371e-05, + "S": 2.1118421500432305e-06, + "I": 0.0020753720309585333, + "C": 4.548254219116643e-05, + "R": 4.147747858951334e-06, + "M": 0.00019079558842349797, + "O": 4.5028511522104964e-05, + "W": 1.1522396334839868e-06, + "N": 0.0001500063226558268, + "Y": 0.0004712186346296221, + "U": 1.0869639481825288e-06, + "K": 1.9808953766187187e-06, + "L": 5.081030849396484e-06, + "G": 0.0006530273240059614, + "F": 0.0004539929504971951, + "E": 0.0022839196026325226, + "T": 0.0005160051514394581, + "P": 0.7086939811706543, + "-": 0.2843934893608093 + }, + "id": "tp_9486" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1185752, + "label": "P", + "classification": { + "B": 2.3835571028030245e-07, + "S": 2.6265857400176174e-07, + "I": 0.004927117843180895, + "C": 5.933997726970119e-06, + "R": 7.843637490623223e-07, + "M": 1.913113555929158e-05, + "O": 2.8094343633711105e-06, + "W": 9.27065997302634e-08, + "N": 0.00015190491103567183, + "Y": 0.0002708088140934706, + "U": 1.927592307993109e-07, + "K": 3.3574667668290203e-06, + "L": 1.5645412076992216e-07, + "G": 5.233197589404881e-05, + "F": 0.00020465734996832907, + "E": 0.0012736357748508453, + "T": 8.628635987406597e-05, + "P": 0.9165378212928772, + "-": 0.07646247744560242 + }, + "id": "tp_9487" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1185886, + "label": "P", + "classification": { + "B": 3.605258098104969e-05, + "S": 6.3372290242114104e-06, + "I": 0.02252591773867607, + "C": 0.00047759292647242546, + "R": 4.612308111973107e-05, + "M": 0.00024012546055018902, + "O": 6.884434696985409e-05, + "W": 4.863697085966123e-06, + "N": 0.00044310325756669044, + "Y": 0.004579669795930386, + "U": 7.767572242300957e-06, + "K": 6.704449333483353e-06, + "L": 3.2671712688170373e-05, + "G": 0.0017510105390101671, + "F": 0.002250265097245574, + "E": 0.007470290642231703, + "T": 0.0011027036234736443, + "P": 0.5539581179618835, + "-": 0.4049917459487915 + }, + "id": "tp_9488" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1186019, + "label": "P", + "classification": { + "B": 3.740495326670645e-12, + "S": 2.5135405909426645e-12, + "I": 1.1903715630978695e-06, + "C": 7.193322326681795e-11, + "R": 4.360439093131774e-12, + "M": 1.8985644167912596e-09, + "O": 4.0948044954802754e-10, + "W": 7.385730482062369e-13, + "N": 1.6489319909496203e-09, + "Y": 6.622336456985067e-08, + "U": 2.0383271893270605e-13, + "K": 4.774137357145547e-13, + "L": 4.227725808325644e-12, + "G": 1.4695061167913082e-08, + "F": 8.443953447567765e-07, + "E": 1.4257641112180863e-07, + "T": 3.379031099370877e-08, + "P": 0.9416688084602356, + "-": 0.05832894518971443 + }, + "id": "tp_9489" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1186153, + "label": "P", + "classification": { + "B": 1.7384159889388684e-07, + "S": 3.483715360630413e-08, + "I": 0.00017458452202845365, + "C": 3.273394213465508e-06, + "R": 2.724675880472205e-07, + "M": 1.8567417328085867e-06, + "O": 9.875640216705506e-07, + "W": 6.424016874007066e-08, + "N": 2.095659510814585e-06, + "Y": 5.05504067405127e-05, + "U": 7.535533086411306e-08, + "K": 6.151883269467362e-08, + "L": 2.1036160546827887e-07, + "G": 1.6390134987886995e-05, + "F": 0.00024555562413297594, + "E": 5.427690484793857e-05, + "T": 2.799400499498006e-05, + "P": 0.6638892292976379, + "-": 0.3355323374271393 + }, + "id": "tp_9490" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1186253, + "label": "P", + "classification": { + "B": 1.0404024806121015e-06, + "S": 5.968822165414167e-07, + "I": 0.0002563372836448252, + "C": 3.9210326008287666e-07, + "R": 7.9541877084921e-08, + "M": 7.2502693910792004e-06, + "O": 2.264845306854113e-06, + "W": 9.845650339457279e-08, + "N": 1.1638167052296922e-05, + "Y": 8.390055882046e-06, + "U": 2.0281213153339195e-08, + "K": 2.686152988928825e-08, + "L": 1.704686951597978e-07, + "G": 7.923442353785504e-06, + "F": 0.00010179496894124895, + "E": 5.163541572983377e-05, + "T": 5.5388260079780594e-05, + "P": 0.9028207659721375, + "-": 0.09667409956455231 + }, + "id": "tp_9491" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1186386, + "label": "P", + "classification": { + "B": 4.6488382032805475e-09, + "S": 2.3153867712011333e-09, + "I": 6.315562495728955e-05, + "C": 6.14060340353717e-08, + "R": 4.881577364557188e-09, + "M": 9.802965195149227e-08, + "O": 3.23123252599089e-08, + "W": 8.415225183355801e-10, + "N": 1.1671575066429796e-06, + "Y": 5.037393293605419e-06, + "U": 1.1501635199806515e-09, + "K": 3.1177343373656186e-08, + "L": 1.4084250432588874e-09, + "G": 1.470557776883652e-06, + "F": 0.0001011909989756532, + "E": 2.1012730940128677e-05, + "T": 1.8773326928567258e-06, + "P": 0.9441236853599548, + "-": 0.05568104609847069 + }, + "id": "tp_9492" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1186520, + "label": "P", + "classification": { + "B": 2.0103954057049123e-07, + "S": 1.6522432133569964e-07, + "I": 0.06622479110956192, + "C": 6.250522710615769e-05, + "R": 1.426790277037071e-05, + "M": 2.8684358767350204e-05, + "O": 2.5452891350141726e-06, + "W": 1.1289412782389263e-07, + "N": 0.00029536179499700665, + "Y": 0.0007861448684707284, + "U": 2.153965823481485e-07, + "K": 3.254006287534139e-06, + "L": 5.794692015115288e-07, + "G": 0.0002876234648283571, + "F": 0.0003891543310601264, + "E": 0.001914717722684145, + "T": 0.00016931351274251938, + "P": 0.8263322114944458, + "-": 0.10348818451166153 + }, + "id": "tp_9493" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1186653, + "label": "P", + "classification": { + "B": 3.333917675263365e-07, + "S": 4.161348599041048e-09, + "I": 0.0005158411804586649, + "C": 4.574882837005134e-07, + "R": 3.3877887162248044e-09, + "M": 3.888034825649811e-06, + "O": 2.453370200328209e-07, + "W": 3.426003702955427e-09, + "N": 4.298715339245973e-06, + "Y": 1.1771612662414555e-05, + "U": 1.995776433005858e-09, + "K": 2.62943999906895e-09, + "L": 1.4726666108799691e-08, + "G": 6.110679350967985e-06, + "F": 2.4874925657059066e-06, + "E": 0.0004308146599214524, + "T": 7.360426479863236e-06, + "P": 0.9198012948036194, + "-": 0.07921510934829712 + }, + "id": "tp_9494" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1186753, + "label": "-", + "classification": { + "B": 2.2362921299645677e-05, + "S": 2.8785654649254866e-05, + "I": 0.028128977864980698, + "C": 0.0014163263840600848, + "R": 0.0002538352564442903, + "M": 0.0011272786650806665, + "O": 0.0003029252984561026, + "W": 2.26546198973665e-05, + "N": 0.001320459763519466, + "Y": 0.018926335498690605, + "U": 2.8872176699223928e-05, + "K": 0.00011738080502254888, + "L": 5.978780609439127e-05, + "G": 0.0032100288663059473, + "F": 0.007610125467181206, + "E": 0.004689340945333242, + "T": 0.004196628462523222, + "P": 0.4126645028591156, + "-": 0.5158733129501343 + }, + "id": "tp_9495" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1186887, + "label": "P", + "classification": { + "B": 7.236937562993262e-06, + "S": 1.6808309737825766e-05, + "I": 0.004442155361175537, + "C": 2.9361917768255807e-05, + "R": 1.0954850949929096e-05, + "M": 8.41518267407082e-05, + "O": 3.2836280297487974e-05, + "W": 9.070525265997276e-06, + "N": 0.0004485714016482234, + "Y": 0.0007540767546743155, + "U": 6.5679191720846575e-06, + "K": 8.100222476059571e-05, + "L": 4.351184998085955e-06, + "G": 0.0001962566893780604, + "F": 0.002313406439498067, + "E": 0.0016112542944028974, + "T": 0.00040244514821097255, + "P": 0.8864866495132446, + "-": 0.10306286066770554 + }, + "id": "tp_9496" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1187020, + "label": "P", + "classification": { + "B": 1.4060391322345822e-06, + "S": 1.4501619261864107e-05, + "I": 0.05115961283445358, + "C": 0.0006439500139094889, + "R": 0.00017391922301612794, + "M": 0.0007625767611898482, + "O": 0.0002053746720775962, + "W": 9.179331755149178e-06, + "N": 0.0009688092977739871, + "Y": 0.0035735955461859703, + "U": 3.7322597563616e-06, + "K": 1.6081079593277536e-05, + "L": 1.773352596501354e-05, + "G": 0.0007922816439531744, + "F": 0.0010120992083102465, + "E": 0.0013793982798233628, + "T": 0.005167636089026928, + "P": 0.515923798084259, + "-": 0.4181743562221527 + }, + "id": "tp_9497" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1187154, + "label": "P", + "classification": { + "B": 2.1285946616433904e-10, + "S": 8.138244744770873e-09, + "I": 1.3045630112173967e-05, + "C": 1.7780198424688365e-09, + "R": 1.6501734700913318e-10, + "M": 4.7917345646908416e-09, + "O": 8.047852162462732e-09, + "W": 1.1018497225734336e-09, + "N": 6.012079438733053e-07, + "Y": 1.5891822613411932e-07, + "U": 3.3432159818325147e-10, + "K": 1.5993833812899538e-08, + "L": 8.487450325889156e-11, + "G": 3.245573765298104e-08, + "F": 2.068553294520825e-05, + "E": 2.7381790914660087e-06, + "T": 4.1476246792626625e-07, + "P": 0.9682046175003052, + "-": 0.03175780549645424 + }, + "id": "tp_9498" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1187254, + "label": "P", + "classification": { + "B": 1.0000617294281255e-06, + "S": 8.87427518136974e-08, + "I": 0.00023376599710900337, + "C": 5.581147433986189e-06, + "R": 2.020387199763718e-07, + "M": 6.345256224449258e-06, + "O": 1.3193389349908102e-06, + "W": 8.218782454605389e-08, + "N": 4.224224539939314e-06, + "Y": 1.887341568362899e-05, + "U": 4.9825388259705505e-08, + "K": 2.2939870447657995e-08, + "L": 2.2114234354830842e-07, + "G": 1.3265764209791087e-05, + "F": 0.0001390357647323981, + "E": 0.0002742191427387297, + "T": 1.7291360563831404e-05, + "P": 0.8157201409339905, + "-": 0.18356433510780334 + }, + "id": "tp_9499" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1187387, + "label": "P", + "classification": { + "B": 1.1097922225644652e-07, + "S": 1.901551627270237e-08, + "I": 1.2385468835418578e-05, + "C": 7.276553137813835e-09, + "R": 1.8246478772354635e-09, + "M": 3.692987320391694e-07, + "O": 7.413493108288094e-07, + "W": 1.939611138368491e-08, + "N": 4.791740479959117e-07, + "Y": 2.1041355466877576e-06, + "U": 9.220553764954786e-10, + "K": 5.550342407900644e-09, + "L": 6.774038663337478e-09, + "G": 1.134214016929036e-06, + "F": 5.0769333029165864e-05, + "E": 1.83447846211493e-05, + "T": 1.308012201661768e-06, + "P": 0.8591786623001099, + "-": 0.1407335102558136 + }, + "id": "tp_9500" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1187521, + "label": "-", + "classification": { + "B": 4.956159571634089e-08, + "S": 2.2030443247444964e-08, + "I": 4.9627155931375455e-06, + "C": 1.0737604583255234e-07, + "R": 1.366769453170491e-08, + "M": 2.9077802992105717e-06, + "O": 2.9146963242965285e-06, + "W": 3.263560799382503e-08, + "N": 6.492148685310895e-08, + "Y": 7.2688094405748416e-06, + "U": 1.5258898589110004e-09, + "K": 1.2402866511607158e-09, + "L": 1.0202757039223798e-07, + "G": 4.919757884636056e-06, + "F": 0.00013603651314042509, + "E": 1.780994239197753e-06, + "T": 1.8536295101512223e-05, + "P": 0.10689040273427963, + "-": 0.8929299116134644 + }, + "id": "tp_9501" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1187654, + "label": "P", + "classification": { + "B": 3.312147214273864e-07, + "S": 1.1188890169933075e-07, + "I": 0.00041897527989931405, + "C": 1.2483342288760468e-06, + "R": 4.086754472609755e-07, + "M": 5.3260300774127245e-06, + "O": 4.422109213919612e-06, + "W": 8.687339914104086e-08, + "N": 5.633058663079282e-06, + "Y": 3.6786950659006834e-05, + "U": 3.1716520965119344e-08, + "K": 3.090872224831287e-09, + "L": 5.052150982010062e-07, + "G": 1.74620308825979e-05, + "F": 4.536837150226347e-05, + "E": 2.8072858185623772e-05, + "T": 9.051656525116414e-05, + "P": 0.7347311973571777, + "-": 0.2646135985851288 + }, + "id": "tp_9502" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1187754, + "label": "P", + "classification": { + "B": 2.261470655184894e-08, + "S": 3.586614685802125e-11, + "I": 3.7212619645288214e-05, + "C": 6.1613389945591734e-09, + "R": 1.0859111526650977e-10, + "M": 6.150751374889296e-08, + "O": 4.5310493135275465e-09, + "W": 3.660969791208224e-11, + "N": 6.633381843812458e-08, + "Y": 6.414204278826219e-08, + "U": 2.2375217997860908e-11, + "K": 7.717591214533026e-13, + "L": 5.50903545004644e-10, + "G": 1.52372720663152e-07, + "F": 1.9659582406461595e-08, + "E": 1.4364806020239484e-06, + "T": 2.0454012883419637e-07, + "P": 0.9961929321289062, + "-": 0.003767718793824315 + }, + "id": "tp_9503" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1187888, + "label": "P", + "classification": { + "B": 4.15961579847135e-07, + "S": 1.513276970399602e-08, + "I": 2.8233450848347275e-06, + "C": 1.5481169679532059e-09, + "R": 2.136031490573842e-10, + "M": 8.929761463605246e-08, + "O": 6.503932468149287e-07, + "W": 3.0883731128028558e-09, + "N": 3.4070431809141155e-08, + "Y": 1.105849811722237e-08, + "U": 1.6708304878543245e-11, + "K": 4.318837361306713e-14, + "L": 2.2402653954145535e-08, + "G": 1.6013609638321213e-07, + "F": 8.20199772988417e-07, + "E": 3.143182993881055e-07, + "T": 3.1786055387783563e-07, + "P": 0.8959888815879822, + "-": 0.10400548577308655 + }, + "id": "tp_9504" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1188021, + "label": "P", + "classification": { + "B": 2.004942416533595e-07, + "S": 7.247611222283012e-08, + "I": 0.00044449474080465734, + "C": 2.3993479203454626e-07, + "R": 6.527022833324736e-08, + "M": 4.197881480649812e-06, + "O": 1.0864063142435043e-06, + "W": 4.017371324493979e-08, + "N": 4.7300109144998714e-06, + "Y": 5.551586582441814e-06, + "U": 4.866119507340727e-09, + "K": 8.534053463904456e-09, + "L": 6.508871308597008e-08, + "G": 7.515703146054875e-06, + "F": 8.66513219079934e-05, + "E": 3.763597123906948e-05, + "T": 1.738099308568053e-05, + "P": 0.9224874377250671, + "-": 0.07690254598855972 + }, + "id": "tp_9505" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1188155, + "label": "P", + "classification": { + "B": 1.6335950192569726e-07, + "S": 1.3796162079415808e-07, + "I": 3.925123019143939e-05, + "C": 1.9403980644483454e-08, + "R": 3.754644151143793e-09, + "M": 5.109029643790564e-07, + "O": 9.932734883477679e-07, + "W": 3.367768641737712e-08, + "N": 9.392696256327326e-07, + "Y": 6.041815368007519e-07, + "U": 1.2007455030271785e-09, + "K": 1.7347777381271356e-10, + "L": 4.239520379201167e-08, + "G": 4.053135285175813e-07, + "F": 1.7853664758149534e-05, + "E": 7.199505034805043e-06, + "T": 2.761717723842594e-06, + "P": 0.9189109802246094, + "-": 0.08101816475391388 + }, + "id": "tp_9506" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1188255, + "label": "P", + "classification": { + "B": 4.803773663297761e-07, + "S": 7.043757932478911e-07, + "I": 0.0027300913352519274, + "C": 1.9891110980552185e-07, + "R": 3.74706523587065e-08, + "M": 2.26318684326543e-06, + "O": 8.365802273146983e-07, + "W": 7.37654133331489e-08, + "N": 4.129836452193558e-05, + "Y": 2.671027914402657e-06, + "U": 4.907885653437916e-09, + "K": 2.573715685016964e-09, + "L": 8.428839493035412e-08, + "G": 1.5809087017260026e-06, + "F": 8.444907507509924e-06, + "E": 0.00014709195238538086, + "T": 7.152153557399288e-06, + "P": 0.9892990589141846, + "-": 0.007757757790386677 + }, + "id": "tp_9507" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1188388, + "label": "P", + "classification": { + "B": 5.542741732256218e-08, + "S": 2.750456973288351e-09, + "I": 5.3914798627374694e-05, + "C": 1.0941219841242855e-07, + "R": 5.0977928545137274e-09, + "M": 1.2398280659908778e-06, + "O": 7.101061783032492e-08, + "W": 1.1109586584012732e-09, + "N": 4.853458790421428e-07, + "Y": 2.200297331000911e-06, + "U": 4.002049525109186e-10, + "K": 1.172052316311678e-10, + "L": 9.06897668073725e-09, + "G": 2.008392357311095e-06, + "F": 1.1684426681313198e-05, + "E": 4.466570680961013e-05, + "T": 1.5589133681714884e-06, + "P": 0.9753692746162415, + "-": 0.02451268956065178 + }, + "id": "tp_9508" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1188522, + "label": "P", + "classification": { + "B": 5.076153229310876e-06, + "S": 1.9097526546829613e-06, + "I": 0.0008435997297056019, + "C": 3.983528131357161e-06, + "R": 2.6514376827435626e-07, + "M": 4.636500671040267e-05, + "O": 1.1627334060904104e-05, + "W": 1.4355808843902196e-06, + "N": 3.9178721635835245e-05, + "Y": 0.00013250502524897456, + "U": 2.3313099006827542e-07, + "K": 3.573765297915088e-06, + "L": 1.3087327488392475e-06, + "G": 0.00011489904863992706, + "F": 0.001854649162851274, + "E": 0.0027755750343203545, + "T": 6.899313302710652e-05, + "P": 0.6930790543556213, + "-": 0.3010157346725464 + }, + "id": "tp_9509" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1188655, + "label": "P", + "classification": { + "B": 4.4947773858439177e-07, + "S": 2.6386128411104437e-06, + "I": 0.014016776345670223, + "C": 1.6604055417701602e-05, + "R": 1.064282150764484e-05, + "M": 5.2968851377954707e-05, + "O": 1.7784999727155082e-05, + "W": 2.3071263512974838e-06, + "N": 0.0005166872870177031, + "Y": 0.0008457564399577677, + "U": 1.0453582035552245e-06, + "K": 2.4277958800666966e-05, + "L": 7.824280032764364e-07, + "G": 6.278651562752202e-05, + "F": 0.0009470030781812966, + "E": 0.00036514573730528355, + "T": 0.0006510972743853927, + "P": 0.7982475757598877, + "-": 0.18421770632266998 + }, + "id": "tp_9510" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1188755, + "label": "-", + "classification": { + "B": 2.935715883722878e-06, + "S": 1.3533894161810167e-05, + "I": 0.002360669430345297, + "C": 0.00016036370652727783, + "R": 3.094567364314571e-05, + "M": 0.0002518415858503431, + "O": 6.120568286860362e-05, + "W": 9.97454935713904e-06, + "N": 0.00019526640244293958, + "Y": 0.0008327104151248932, + "U": 3.140463604722754e-06, + "K": 8.506080484949052e-05, + "L": 6.423203558370005e-06, + "G": 0.0002618688449729234, + "F": 0.023697225376963615, + "E": 0.0019492702558636665, + "T": 0.0003325894649606198, + "P": 0.47391605377197266, + "-": 0.4958289563655853 + }, + "id": "tp_9511" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1188889, + "label": "P", + "classification": { + "B": 1.0055466503899879e-07, + "S": 1.9789853311635852e-08, + "I": 0.0014462594408541918, + "C": 4.019458174298052e-06, + "R": 1.4271570591972704e-07, + "M": 9.460211003897712e-06, + "O": 4.483407849420473e-07, + "W": 1.7552748587945644e-08, + "N": 2.0234067051205784e-05, + "Y": 5.6744596804492176e-05, + "U": 4.826920729783524e-08, + "K": 1.1879303940531827e-07, + "L": 7.40258059295229e-08, + "G": 1.2185369996586815e-05, + "F": 8.539904229110107e-05, + "E": 0.0008194473339244723, + "T": 2.0211677110637538e-05, + "P": 0.9286383986473083, + "-": 0.06888652592897415 + }, + "id": "tp_9512" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1189022, + "label": "P", + "classification": { + "B": 7.05075646305342e-13, + "S": 4.5531940983398536e-14, + "I": 1.2251118164385844e-07, + "C": 1.4235538962903416e-11, + "R": 6.285643121446693e-14, + "M": 4.257177665945022e-10, + "O": 5.099722727441858e-11, + "W": 7.208160934454866e-14, + "N": 8.61013690900414e-11, + "Y": 6.646847516833532e-09, + "U": 6.418767562821684e-14, + "K": 1.9433750076980902e-15, + "L": 1.283037478344573e-12, + "G": 5.145814330198561e-10, + "F": 2.1887027301659145e-08, + "E": 9.492863384252814e-09, + "T": 5.5405216414783354e-08, + "P": 0.8355291485786438, + "-": 0.16447070240974426 + }, + "id": "tp_9513" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1189156, + "label": "P", + "classification": { + "B": 1.3044845759146995e-10, + "S": 5.8176928552367e-11, + "I": 1.0110320545209106e-05, + "C": 1.1389827747620984e-08, + "R": 4.006440179615822e-10, + "M": 4.132826347813534e-08, + "O": 5.634009259125605e-09, + "W": 5.895967047919726e-11, + "N": 4.9343029218107404e-08, + "Y": 1.6627177501504775e-06, + "U": 7.653137151786282e-11, + "K": 3.500296441583117e-10, + "L": 2.3354923550655826e-10, + "G": 1.818200985326257e-07, + "F": 1.8443517546984367e-05, + "E": 1.3429216778604314e-06, + "T": 2.2466338123194873e-06, + "P": 0.5275338292121887, + "-": 0.472432017326355 + }, + "id": "tp_9514" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1189256, + "label": "P", + "classification": { + "B": 3.51309497985397e-12, + "S": 1.941297123053687e-11, + "I": 5.725650680687977e-06, + "C": 1.2356762835175061e-10, + "R": 3.4938098421311015e-12, + "M": 4.192408087355659e-10, + "O": 9.244555815302036e-11, + "W": 5.4860608243723075e-12, + "N": 6.653167616832434e-08, + "Y": 2.1382249304480183e-09, + "U": 1.143693646732391e-12, + "K": 2.7468696761623335e-10, + "L": 5.165306116855506e-13, + "G": 1.2896615997348704e-09, + "F": 6.279830131461495e-07, + "E": 1.7496738564659609e-06, + "T": 8.423199027163264e-09, + "P": 0.9945706725120544, + "-": 0.005421136971563101 + }, + "id": "tp_9515" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1189389, + "label": "P", + "classification": { + "B": 2.819738054160581e-10, + "S": 2.900453210941123e-10, + "I": 9.304768354922999e-06, + "C": 5.829629223796928e-09, + "R": 5.756641691112563e-11, + "M": 2.6278764053699888e-08, + "O": 2.6110777984200695e-09, + "W": 1.0308346537479807e-10, + "N": 1.415755832567811e-07, + "Y": 1.2351408429367439e-07, + "U": 8.92225321402762e-11, + "K": 6.1513398819101894e-09, + "L": 7.035033666724644e-11, + "G": 7.426675807664651e-08, + "F": 3.230647052987479e-05, + "E": 3.2701133022783324e-05, + "T": 2.156971135036656e-07, + "P": 0.9207208752632141, + "-": 0.07920417934656143 + }, + "id": "tp_9516" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1189523, + "label": "P", + "classification": { + "B": 3.312595087123782e-09, + "S": 3.3791995868170943e-09, + "I": 0.00044052593875676394, + "C": 8.738923895634798e-08, + "R": 2.259684173111509e-08, + "M": 3.404868493817048e-07, + "O": 5.498728228303662e-08, + "W": 1.8187183981055455e-09, + "N": 4.793483640241902e-06, + "Y": 2.770080982372747e-06, + "U": 2.3915995850387617e-09, + "K": 5.279214398967724e-09, + "L": 6.4972609514768465e-09, + "G": 7.167595299506502e-07, + "F": 1.5577108570141718e-05, + "E": 1.1359919881215319e-05, + "T": 1.3614949239126872e-05, + "P": 0.9629035592079163, + "-": 0.036606527864933014 + }, + "id": "tp_9517" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1189656, + "label": "P", + "classification": { + "B": 3.96781674183444e-09, + "S": 1.0593227983690667e-07, + "I": 8.829994476400316e-05, + "C": 3.453928343333246e-08, + "R": 5.131348679299208e-09, + "M": 4.3016183326471946e-07, + "O": 1.613543929579464e-07, + "W": 3.214206145685239e-08, + "N": 4.194170742266579e-06, + "Y": 1.2363384485070128e-06, + "U": 4.209724568937645e-09, + "K": 1.1152989998208795e-07, + "L": 4.145470633432069e-09, + "G": 2.7759196541410347e-07, + "F": 0.00010095687321154401, + "E": 2.2303674995782785e-05, + "T": 6.7119303821527865e-06, + "P": 0.9449597597122192, + "-": 0.05481536686420441 + }, + "id": "tp_9518" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1189756, + "label": "P", + "classification": { + "B": 1.1564060820035138e-10, + "S": 1.1014816662935356e-11, + "I": 1.7258130355912726e-06, + "C": 5.257742505260232e-11, + "R": 1.3947681985065907e-12, + "M": 1.6761811938437177e-09, + "O": 1.7955920084133936e-10, + "W": 8.828987888009898e-12, + "N": 1.4677391746431567e-08, + "Y": 7.50006812211268e-09, + "U": 2.287915950444086e-12, + "K": 2.0816878776308556e-10, + "L": 1.6313460998729212e-12, + "G": 4.154376398446402e-09, + "F": 1.6031976883823518e-06, + "E": 1.1919176358787809e-05, + "T": 5.511659573187444e-09, + "P": 0.9916969537734985, + "-": 0.008287763223052025 + }, + "id": "tp_9519" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1189890, + "label": "P", + "classification": { + "B": 4.031392819570101e-08, + "S": 1.2173518859626142e-09, + "I": 0.0006866403273306787, + "C": 3.62043181212357e-07, + "R": 1.4966067496402502e-08, + "M": 1.419042860106856e-06, + "O": 1.1199125538041699e-07, + "W": 1.4869973030684491e-09, + "N": 1.6353891396647668e-06, + "Y": 1.3258438229968306e-05, + "U": 5.773486133620054e-10, + "K": 8.976938636884313e-11, + "L": 1.4635254785844154e-08, + "G": 4.336080564826261e-06, + "F": 2.55286727224302e-06, + "E": 3.1549250707030296e-05, + "T": 9.813954420678783e-06, + "P": 0.9536322355270386, + "-": 0.04561585187911987 + }, + "id": "tp_9520" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1190023, + "label": "P", + "classification": { + "B": 1.303100127802992e-10, + "S": 5.812319514575393e-10, + "I": 1.3280599887366407e-05, + "C": 2.9891606967424877e-09, + "R": 8.664692852100586e-10, + "M": 8.398704842704774e-09, + "O": 1.322078269083704e-08, + "W": 4.1945136253218607e-10, + "N": 3.5491649441610207e-07, + "Y": 1.520541559330013e-07, + "U": 1.788135473024255e-10, + "K": 5.123509616566935e-09, + "L": 9.72665351040014e-11, + "G": 8.634329162759968e-08, + "F": 8.046268703765236e-06, + "E": 1.513258553131891e-06, + "T": 5.483628910951666e-07, + "P": 0.956788957118988, + "-": 0.04318707808852196 + }, + "id": "tp_9521" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1190157, + "label": "-", + "classification": { + "B": 5.283170168013385e-08, + "S": 2.8023885434436124e-08, + "I": 0.0006506937788799405, + "C": 6.159222721180413e-06, + "R": 5.453004519040405e-07, + "M": 1.3786791896563955e-05, + "O": 1.5703568578828708e-06, + "W": 3.7306911337964266e-08, + "N": 4.137741598242428e-06, + "Y": 0.00026370168779976666, + "U": 7.593811091055613e-08, + "K": 5.677373238199834e-08, + "L": 3.225395630579442e-07, + "G": 3.586342427297495e-05, + "F": 0.00012955031706951559, + "E": 0.00010809386003529653, + "T": 0.00015459503629244864, + "P": 0.4728601276874542, + "-": 0.5257705450057983 + }, + "id": "tp_9522" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1190257, + "label": "P", + "classification": { + "B": 2.423181229005422e-07, + "S": 3.7907277317117405e-08, + "I": 0.0006427500047720969, + "C": 1.1095111176473438e-06, + "R": 6.404597030496006e-08, + "M": 5.698566837963881e-06, + "O": 4.166467704180832e-07, + "W": 3.151237137899443e-08, + "N": 8.945223271439318e-06, + "Y": 1.2102389518986456e-05, + "U": 2.3283590167011425e-08, + "K": 1.0399225658375144e-07, + "L": 4.995178670696987e-08, + "G": 4.15158820032957e-06, + "F": 4.0475366404280066e-05, + "E": 0.0002627391368150711, + "T": 2.2951564460527152e-05, + "P": 0.8554812669754028, + "-": 0.14351674914360046 + }, + "id": "tp_9523" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1190390, + "label": "P", + "classification": { + "B": 6.594095935952282e-09, + "S": 1.3915458785263013e-09, + "I": 2.2663058985017415e-07, + "C": 5.120966498073365e-11, + "R": 2.1340880451692357e-12, + "M": 6.332342650239298e-09, + "O": 6.882364456117784e-09, + "W": 8.865467387986214e-11, + "N": 5.340265563091862e-09, + "Y": 7.544985081153754e-09, + "U": 1.4214654843816565e-12, + "K": 3.8538013925892844e-12, + "L": 6.815253222880457e-11, + "G": 1.652023406961689e-08, + "F": 5.050147137808381e-06, + "E": 4.549885090909811e-07, + "T": 3.834920292433708e-08, + "P": 0.9362168908119202, + "-": 0.06377734988927841 + }, + "id": "tp_9524" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1190524, + "label": "P", + "classification": { + "B": 8.543870535504539e-06, + "S": 1.1419058864703402e-05, + "I": 0.003189493902027607, + "C": 6.478307477664202e-05, + "R": 1.5125861864362378e-05, + "M": 0.00013965507969260216, + "O": 6.047910210327245e-05, + "W": 8.256290129793342e-06, + "N": 0.00022973664454184473, + "Y": 0.001688607968389988, + "U": 1.0565546290308703e-05, + "K": 1.305832302023191e-05, + "L": 1.6088624761323445e-05, + "G": 0.0002484770375303924, + "F": 0.0027698331978172064, + "E": 0.0007344642071984708, + "T": 0.0016925878589972854, + "P": 0.6033111810684204, + "-": 0.3857875168323517 + }, + "id": "tp_9525" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1190657, + "label": "P", + "classification": { + "B": 1.4993542407637506e-08, + "S": 2.3887928080057463e-08, + "I": 0.0006848560879006982, + "C": 1.3854124745193985e-06, + "R": 1.9305031173644238e-07, + "M": 1.376753743898007e-06, + "O": 2.8054068934579846e-07, + "W": 7.979659599754996e-09, + "N": 6.5862714109243825e-06, + "Y": 1.7933896742761135e-05, + "U": 1.4424843541860355e-08, + "K": 1.2540173344177674e-08, + "L": 4.952417853587576e-08, + "G": 4.291915956855519e-06, + "F": 0.00014717277372255921, + "E": 2.072439565381501e-05, + "T": 1.8013928638538346e-05, + "P": 0.8921264410018921, + "-": 0.10697061568498611 + }, + "id": "tp_9526" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1190757, + "label": "P", + "classification": { + "B": 7.454435717590968e-07, + "S": 5.987853768374407e-09, + "I": 0.00034549940028227866, + "C": 7.092070518410765e-06, + "R": 3.393963083908602e-07, + "M": 3.5264602047391236e-06, + "O": 5.461239993564959e-07, + "W": 1.62652522561757e-08, + "N": 1.5802154393895762e-06, + "Y": 2.631917413964402e-05, + "U": 3.0779307991224414e-08, + "K": 2.085505323989878e-09, + "L": 2.18071690483157e-07, + "G": 1.4394263416761532e-05, + "F": 6.266725540626794e-05, + "E": 4.686394822783768e-05, + "T": 2.3032895114738494e-05, + "P": 0.7483769655227661, + "-": 0.25109022855758667 + }, + "id": "tp_9527" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1190891, + "label": "P", + "classification": { + "B": 1.5912977602283718e-09, + "S": 2.718789637867758e-09, + "I": 0.0002137713017873466, + "C": 4.4142375088540575e-08, + "R": 5.4081450429066535e-09, + "M": 4.096315819879237e-08, + "O": 1.3751803251693673e-08, + "W": 9.716839555196088e-10, + "N": 5.253231847746065e-06, + "Y": 2.0385509458265005e-07, + "U": 5.576484829461492e-10, + "K": 3.4278919258667884e-08, + "L": 4.3835834961925e-10, + "G": 2.9754517072433373e-07, + "F": 1.7601654690224677e-05, + "E": 3.602533251978457e-05, + "T": 4.7462370389439457e-07, + "P": 0.9885162115097046, + "-": 0.011209952645003796 + }, + "id": "tp_9528" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1191024, + "label": "P", + "classification": { + "B": 2.4669288833933933e-08, + "S": 9.626810992813262e-08, + "I": 0.0005732807330787182, + "C": 4.067988356837304e-06, + "R": 4.2335963712503144e-07, + "M": 2.3221577976073604e-06, + "O": 8.924347412175848e-07, + "W": 1.1819653877864766e-07, + "N": 1.6967096598818898e-05, + "Y": 6.249628495424986e-05, + "U": 7.30344424937357e-08, + "K": 3.1372924240713473e-06, + "L": 5.142707948380121e-08, + "G": 8.870766578183975e-06, + "F": 0.0009820879204198718, + "E": 0.00014134481898508966, + "T": 2.6975949367624708e-05, + "P": 0.6424749493598938, + "-": 0.3557017743587494 + }, + "id": "tp_9529" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1191158, + "label": "P", + "classification": { + "B": 2.0444147139642155e-06, + "S": 3.658971934328292e-07, + "I": 0.0019487700192257762, + "C": 5.8343601267552e-05, + "R": 9.059234798769467e-06, + "M": 3.320946780149825e-05, + "O": 8.85681583895348e-06, + "W": 8.313065791298868e-07, + "N": 5.6537559430580586e-05, + "Y": 0.0001651536294957623, + "U": 1.3772779539067415e-06, + "K": 2.976932591991499e-06, + "L": 1.936414037118084e-06, + "G": 9.258157660951838e-05, + "F": 0.0012316812062636018, + "E": 0.0005802861414849758, + "T": 0.00019015192810911685, + "P": 0.7333773374557495, + "-": 0.26223859190940857 + }, + "id": "tp_9530" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1191258, + "label": "P", + "classification": { + "B": 4.4929922893288676e-08, + "S": 1.77042860372012e-08, + "I": 0.0001962509995792061, + "C": 4.4300327317614574e-07, + "R": 6.437043253981756e-08, + "M": 1.507464844507922e-06, + "O": 5.105973173158418e-07, + "W": 1.5504282302458705e-08, + "N": 1.0798917173815425e-06, + "Y": 2.692838097573258e-05, + "U": 6.025406840137748e-09, + "K": 1.0700729191626124e-09, + "L": 7.230229925880849e-08, + "G": 4.049124981975183e-06, + "F": 4.453466317499988e-05, + "E": 1.3973977729619946e-05, + "T": 1.2894121937279124e-05, + "P": 0.8202944397926331, + "-": 0.17940311133861542 + }, + "id": "tp_9531" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1191391, + "label": "P", + "classification": { + "B": 7.737077822866922e-08, + "S": 1.3288969036295839e-08, + "I": 5.483470431499882e-06, + "C": 1.491095424910327e-08, + "R": 2.8348352554274925e-09, + "M": 2.947810173736798e-07, + "O": 4.2454985305084847e-07, + "W": 3.602021791948573e-09, + "N": 1.372667099985847e-07, + "Y": 2.98537679555011e-06, + "U": 3.342742471712512e-10, + "K": 3.073059584579596e-10, + "L": 8.547791807700378e-09, + "G": 2.7345788566890405e-06, + "F": 4.326501220930368e-05, + "E": 1.7403589254172402e-06, + "T": 3.6248641208658228e-06, + "P": 0.7937811613082886, + "-": 0.2061578780412674 + }, + "id": "tp_9532" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1191525, + "label": "-", + "classification": { + "B": 0.000544183305464685, + "S": 0.0024950290098786354, + "I": 0.0007283685845322907, + "C": 0.00033585939672775567, + "R": 0.0002781927469186485, + "M": 0.008992844261229038, + "O": 0.0049674902111291885, + "W": 0.00047312662354670465, + "N": 0.0001396910665789619, + "Y": 0.03381584957242012, + "U": 8.060705113166478e-06, + "K": 0.00019673389033414423, + "L": 0.0010258534457534552, + "G": 0.014263253659009933, + "F": 0.061583444476127625, + "E": 0.0023738876916468143, + "T": 0.017860598862171173, + "P": 0.022919047623872757, + "-": 0.8269984722137451 + }, + "id": "tp_9533" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1191658, + "label": "-", + "classification": { + "B": 3.993307018390624e-09, + "S": 1.9258663996879477e-08, + "I": 1.972878408196266e-06, + "C": 1.2749331972372602e-06, + "R": 4.3575192876232904e-07, + "M": 5.688257260771934e-06, + "O": 1.79625419605145e-06, + "W": 1.564595919489875e-08, + "N": 1.7845493971435644e-08, + "Y": 0.00019973661983385682, + "U": 3.765687761614345e-09, + "K": 1.5749796133945893e-08, + "L": 3.7167728805798106e-07, + "G": 1.931041151692625e-05, + "F": 0.0029382938519120216, + "E": 5.430794089988922e-07, + "T": 7.947807898744941e-05, + "P": 0.0038858100306242704, + "-": 0.9928652048110962 + }, + "id": "tp_9534" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1191758, + "label": "-", + "classification": { + "B": 4.2334934846621763e-07, + "S": 1.1481830370030366e-05, + "I": 4.11478094974882e-06, + "C": 2.4888777261367068e-05, + "R": 1.0398008271295112e-05, + "M": 0.0003528407833073288, + "O": 8.455605711787939e-05, + "W": 2.112147058142e-06, + "N": 3.3757822848201613e-07, + "Y": 0.005388765130192041, + "U": 3.149113325662256e-08, + "K": 1.8304326658835635e-05, + "L": 1.9216642613173462e-05, + "G": 0.002996342023834586, + "F": 0.15303218364715576, + "E": 3.418374399188906e-05, + "T": 0.00144468923099339, + "P": 0.0011715253349393606, + "-": 0.835403561592102 + }, + "id": "tp_9535" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1191892, + "label": "-", + "classification": { + "B": 1.3015169315622188e-06, + "S": 4.33070312055861e-07, + "I": 3.650332018878544e-07, + "C": 6.339237756947114e-08, + "R": 4.9228610521367955e-08, + "M": 2.0177647456876002e-05, + "O": 1.660016641835682e-05, + "W": 1.8743335772342107e-07, + "N": 9.627428632086321e-09, + "Y": 4.7735607950016856e-05, + "U": 1.909717939341249e-09, + "K": 2.6332678260132525e-09, + "L": 1.452746232644131e-06, + "G": 1.3011341252422426e-05, + "F": 0.0006118875462561846, + "E": 1.2106104350095848e-06, + "T": 4.891023854725063e-05, + "P": 0.002900633728131652, + "-": 0.9963359832763672 + }, + "id": "tp_9536" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1192025, + "label": "-", + "classification": { + "B": 1.6559255300307996e-06, + "S": 2.6375071229267633e-06, + "I": 2.7297664928482845e-06, + "C": 3.3631051792326616e-06, + "R": 9.051260576597997e-07, + "M": 2.729304469539784e-05, + "O": 3.353252759552561e-05, + "W": 8.239907174356631e-07, + "N": 2.8682487140940793e-07, + "Y": 0.0005074257496744394, + "U": 3.372068491103164e-08, + "K": 4.2612923607521225e-06, + "L": 4.352272753749276e-06, + "G": 0.0004010461561847478, + "F": 0.03541703522205353, + "E": 2.2344338503899053e-05, + "T": 0.00023500638781115413, + "P": 0.007454452104866505, + "-": 0.9558807611465454 + }, + "id": "tp_9537" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1192125, + "label": "-", + "classification": { + "B": 9.020807851811696e-07, + "S": 3.626742227424984e-06, + "I": 6.915121048223227e-05, + "C": 2.8618311262107454e-05, + "R": 1.7448253856855445e-05, + "M": 0.0002269728429382667, + "O": 6.738043884979561e-05, + "W": 3.956645741709508e-06, + "N": 3.488462652967428e-06, + "Y": 0.007483275141566992, + "U": 1.4884021766192745e-06, + "K": 2.2664331481792033e-05, + "L": 9.718938599689864e-06, + "G": 0.000423075893195346, + "F": 0.006521867588162422, + "E": 3.4187964047305286e-05, + "T": 0.002890032948926091, + "P": 0.007901573553681374, + "-": 0.9742906093597412 + }, + "id": "tp_9538" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1192259, + "label": "-", + "classification": { + "B": 1.4542651172178012e-07, + "S": 2.3931480086503143e-07, + "I": 5.424281880550552e-06, + "C": 4.4503059370981646e-07, + "R": 1.585085698252442e-07, + "M": 6.328086601570249e-05, + "O": 7.121365342754871e-06, + "W": 7.935983603601926e-08, + "N": 3.77338444934594e-08, + "Y": 0.0005126864998601377, + "U": 3.284492899879865e-09, + "K": 1.1198570959436438e-08, + "L": 7.757689672871493e-07, + "G": 4.4115400669397786e-05, + "F": 0.0005770089337602258, + "E": 2.9662610359082464e-06, + "T": 0.0002313861477887258, + "P": 0.004426406696438789, + "-": 0.994127631187439 + }, + "id": "tp_9539" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1192392, + "label": "-", + "classification": { + "B": 7.607618535132588e-09, + "S": 2.310293112373074e-08, + "I": 9.758584695873651e-08, + "C": 3.182330843287673e-09, + "R": 8.480337543304017e-10, + "M": 8.77049330938462e-08, + "O": 2.1410379247299716e-07, + "W": 5.588670415335173e-09, + "N": 4.940297948508032e-09, + "Y": 1.745518147799885e-06, + "U": 6.507482053219604e-11, + "K": 9.455994209872642e-09, + "L": 2.6568329758447362e-09, + "G": 4.836255129703204e-07, + "F": 0.0018402575515210629, + "E": 1.0568419384071603e-06, + "T": 2.604366272862535e-06, + "P": 0.03672785684466362, + "-": 0.9614255428314209 + }, + "id": "tp_9540" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1192526, + "label": "P", + "classification": { + "B": 0.00023032665194477886, + "S": 0.00020652463717851788, + "I": 0.0001788371882867068, + "C": 4.369077032606583e-06, + "R": 1.2940881788381375e-06, + "M": 0.00027324489201419055, + "O": 0.00024406165175605565, + "W": 2.2334064851747826e-05, + "N": 4.235278902342543e-05, + "Y": 0.0003017995913978666, + "U": 4.029504623304092e-07, + "K": 3.6161832213110756e-06, + "L": 2.3909115043352358e-05, + "G": 0.0005211079842410982, + "F": 0.01928805001080036, + "E": 0.0014249988598749042, + "T": 0.00037827444612048566, + "P": 0.5026833415031433, + "-": 0.47417116165161133 + }, + "id": "tp_9541" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1192626, + "label": "-", + "classification": { + "B": 4.00885874114465e-05, + "S": 5.387054261518642e-05, + "I": 0.002041578758507967, + "C": 0.00016387749928981066, + "R": 6.221963849384338e-05, + "M": 0.0043420507572591305, + "O": 0.0006125299842096865, + "W": 3.748631206690334e-05, + "N": 8.75777259352617e-05, + "Y": 0.004983568098396063, + "U": 5.804030479339417e-06, + "K": 9.087169928534422e-06, + "L": 0.0002005943824769929, + "G": 0.0017346881795674562, + "F": 0.015698617324233055, + "E": 0.0006094214040786028, + "T": 0.007771983742713928, + "P": 0.06562647223472595, + "-": 0.8959184288978577 + }, + "id": "tp_9542" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1192759, + "label": "-", + "classification": { + "B": 7.171764445956796e-05, + "S": 3.387610922800377e-05, + "I": 2.0482279069256037e-05, + "C": 5.571984047492151e-07, + "R": 7.140098432500963e-07, + "M": 0.0005507749738171697, + "O": 0.000490823294967413, + "W": 6.002696864015888e-06, + "N": 9.231764579453738e-07, + "Y": 0.000491386279463768, + "U": 2.2257497178657104e-08, + "K": 8.663139539066833e-09, + "L": 3.8883623346919194e-05, + "G": 0.000298769649816677, + "F": 0.001107314950786531, + "E": 1.1162199371028692e-05, + "T": 0.0011317922035232186, + "P": 0.016016118228435516, + "-": 0.9797285199165344 + }, + "id": "tp_9543" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1192893, + "label": "-", + "classification": { + "B": 5.139251243235776e-06, + "S": 1.1821038242487703e-05, + "I": 3.1120682251639664e-05, + "C": 5.735345780522039e-07, + "R": 2.937373437816859e-07, + "M": 2.2498934413306415e-05, + "O": 5.438559310277924e-05, + "W": 4.910857569484506e-06, + "N": 6.756055881851353e-06, + "Y": 9.302596299676225e-05, + "U": 1.321414799804188e-07, + "K": 1.4523163372359704e-05, + "L": 9.062030699169554e-07, + "G": 5.258298187982291e-05, + "F": 0.01088789664208889, + "E": 0.0003170254349242896, + "T": 7.469765841960907e-05, + "P": 0.18822802603244781, + "-": 0.8001937866210938 + }, + "id": "tp_9544" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1193026, + "label": "-", + "classification": { + "B": 1.0914971682041141e-07, + "S": 4.4728317050157784e-08, + "I": 0.0003925659984815866, + "C": 4.153521786065539e-06, + "R": 1.583723133080639e-06, + "M": 4.5853765186620876e-05, + "O": 4.871004875894869e-06, + "W": 1.1312148018305379e-07, + "N": 2.5545409698679578e-06, + "Y": 0.001308120903559029, + "U": 4.7829676219635076e-08, + "K": 1.967766394272985e-07, + "L": 2.2143316869005503e-07, + "G": 6.136461161077023e-05, + "F": 0.00012336343934293836, + "E": 2.4719602151890285e-05, + "T": 0.0007771480013616383, + "P": 0.07678438723087311, + "-": 0.9204685091972351 + }, + "id": "tp_9545" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1193126, + "label": "-", + "classification": { + "B": 1.4937449122953694e-05, + "S": 0.00015339406672865152, + "I": 0.0001553298789076507, + "C": 3.322670090710744e-05, + "R": 3.0813633202342317e-05, + "M": 0.012173664756119251, + "O": 0.0017031371826305985, + "W": 3.5104298149235547e-05, + "N": 1.1492196790641174e-05, + "Y": 0.014511097222566605, + "U": 7.482790920221305e-07, + "K": 4.819208243134199e-06, + "L": 0.0002957159886136651, + "G": 0.0027251506689935923, + "F": 0.01137174479663372, + "E": 0.00021662026119884104, + "T": 0.016259292140603065, + "P": 0.005279374774545431, + "-": 0.9350244402885437 + }, + "id": "tp_9546" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1193260, + "label": "-", + "classification": { + "B": 5.124484725449463e-10, + "S": 8.23472134925396e-09, + "I": 2.7094932875115774e-07, + "C": 3.5802334430456995e-09, + "R": 6.890226722511272e-10, + "M": 5.17096123076044e-06, + "O": 3.9914232274895767e-07, + "W": 2.7058029150595075e-09, + "N": 3.686013716475145e-09, + "Y": 4.962047387380153e-05, + "U": 2.507205033863702e-11, + "K": 1.3143846011587357e-08, + "L": 5.097066324566413e-09, + "G": 5.181490450922865e-06, + "F": 0.0010004506912082434, + "E": 1.6995115856843768e-06, + "T": 2.0696215869975276e-05, + "P": 0.003681020811200142, + "-": 0.9952353835105896 + }, + "id": "tp_9547" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1193393, + "label": "P", + "classification": { + "B": 0.0005419114022515714, + "S": 0.0007679959526285529, + "I": 0.03650718927383423, + "C": 0.0009887570049613714, + "R": 0.0005071299965493381, + "M": 0.002815996063873172, + "O": 0.0014233945403248072, + "W": 0.00041871934081427753, + "N": 0.00732849258929491, + "Y": 0.011330945417284966, + "U": 0.0002388996654190123, + "K": 0.0009653362794779241, + "L": 0.0002689327811822295, + "G": 0.0026175514794886112, + "F": 0.009290983900427818, + "E": 0.009080104529857635, + "T": 0.013619696721434593, + "P": 0.6209485530853271, + "-": 0.2803393006324768 + }, + "id": "tp_9548" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1193527, + "label": "-", + "classification": { + "B": 2.5560976946170655e-12, + "S": 4.249598069272498e-12, + "I": 1.9407100926294163e-10, + "C": 1.1771258880827196e-12, + "R": 9.377059946667071e-14, + "M": 3.043206242558938e-10, + "O": 5.453184570569647e-10, + "W": 1.6245560669272963e-12, + "N": 1.1842692625163576e-12, + "Y": 2.4590791625200836e-09, + "U": 2.663661544615283e-15, + "K": 4.5479272474738264e-14, + "L": 9.2798295089902e-13, + "G": 4.3262501914220763e-10, + "F": 6.587766620214097e-06, + "E": 7.712639416013189e-10, + "T": 1.1644089248363798e-08, + "P": 0.020315036177635193, + "-": 0.9796783924102783 + }, + "id": "tp_9549" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1193627, + "label": "-", + "classification": { + "B": 7.65911172493361e-05, + "S": 1.7030556591635104e-06, + "I": 0.00020216671691741794, + "C": 9.094374945561867e-06, + "R": 1.4561437637894414e-06, + "M": 3.3550029911566526e-05, + "O": 3.7728976167272776e-05, + "W": 2.7224903078604257e-06, + "N": 7.778222425258718e-06, + "Y": 0.0002053386124316603, + "U": 5.990135036881838e-07, + "K": 3.872453078201943e-07, + "L": 6.160966222523712e-06, + "G": 0.0001237772376043722, + "F": 0.001137514365836978, + "E": 0.000223129682126455, + "T": 0.00015382935816887766, + "P": 0.318877637386322, + "-": 0.6788989305496216 + }, + "id": "tp_9550" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1193760, + "label": "-", + "classification": { + "B": 1.3980071322805543e-08, + "S": 1.0627041469035703e-08, + "I": 5.757890903623775e-06, + "C": 8.225285341723065e-08, + "R": 1.05281836582094e-08, + "M": 1.6215819869103143e-06, + "O": 6.329751727207622e-07, + "W": 1.239718994128225e-08, + "N": 8.67628884293481e-08, + "Y": 3.0612827686127275e-05, + "U": 2.2151940282100213e-09, + "K": 2.0616131024553397e-08, + "L": 2.0766533381788577e-08, + "G": 5.610682364931563e-06, + "F": 0.0006084631313569844, + "E": 7.4795652835746296e-06, + "T": 1.1203630492673256e-05, + "P": 0.1047862246632576, + "-": 0.8945420980453491 + }, + "id": "tp_9551" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1193894, + "label": "-", + "classification": { + "B": 6.930607554522794e-08, + "S": 2.721377825309901e-07, + "I": 4.092749804840423e-06, + "C": 6.414134077203926e-07, + "R": 1.199730661483045e-07, + "M": 3.6222631933924276e-06, + "O": 3.747064056369709e-06, + "W": 1.2567518581363402e-07, + "N": 2.854398246654455e-07, + "Y": 9.080097515834495e-05, + "U": 1.5287026755572697e-08, + "K": 3.9330222989519825e-07, + "L": 2.069397027071318e-07, + "G": 2.6642888769856654e-05, + "F": 0.01003953441977501, + "E": 1.1263732631050516e-05, + "T": 4.757133865496144e-05, + "P": 0.06521788239479065, + "-": 0.9245527982711792 + }, + "id": "tp_9552" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1194027, + "label": "-", + "classification": { + "B": 2.2354443296457305e-10, + "S": 6.966796473051318e-09, + "I": 4.802676656368021e-08, + "C": 2.549294890741294e-07, + "R": 3.990438912637728e-08, + "M": 1.917189820233034e-06, + "O": 3.622625683874503e-07, + "W": 2.391444819949129e-09, + "N": 1.0522743787433342e-09, + "Y": 9.667082485975698e-05, + "U": 7.617854264063695e-11, + "K": 5.1754991403640815e-08, + "L": 2.4984867508237585e-08, + "G": 1.2781942132278346e-05, + "F": 0.008597495034337044, + "E": 4.4841007706963865e-07, + "T": 1.7863709217635915e-05, + "P": 0.0007504126406274736, + "-": 0.9905216693878174 + }, + "id": "tp_9553" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1194127, + "label": "-", + "classification": { + "B": 0.00013285594468470663, + "S": 5.924399374634959e-05, + "I": 0.004737357143312693, + "C": 0.0003306533326394856, + "R": 0.0001313448155997321, + "M": 0.002740065334364772, + "O": 0.0008421173552051187, + "W": 6.912084791110829e-05, + "N": 0.00030734456959180534, + "Y": 0.0031630804296582937, + "U": 1.9558219719328918e-05, + "K": 6.040444077370921e-06, + "L": 0.00017959660908672959, + "G": 0.000716697599273175, + "F": 0.0015844637528061867, + "E": 0.0008021764806471765, + "T": 0.00799559149891138, + "P": 0.2371729165315628, + "-": 0.7390099167823792 + }, + "id": "tp_9554" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1194261, + "label": "-", + "classification": { + "B": 3.46578190146829e-06, + "S": 2.256139396195067e-06, + "I": 3.0443668492807774e-06, + "C": 3.0779419830651022e-06, + "R": 3.379007466719486e-06, + "M": 8.833720494294539e-05, + "O": 9.64399368967861e-05, + "W": 1.4413619737752015e-06, + "N": 1.261909119421034e-07, + "Y": 0.0004180372052360326, + "U": 3.2094565227680505e-08, + "K": 4.175602086320396e-08, + "L": 1.6956684703473002e-05, + "G": 0.00016084003436844796, + "F": 0.003591181943193078, + "E": 2.53260918725573e-06, + "T": 0.00025890854885801673, + "P": 0.004234195686876774, + "-": 0.9911156892776489 + }, + "id": "tp_9555" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1194394, + "label": "-", + "classification": { + "B": 8.768255810309711e-08, + "S": 4.395452322114579e-07, + "I": 1.0755910579973715e-06, + "C": 1.4502352314593736e-05, + "R": 3.1861875413596863e-06, + "M": 9.883781604003161e-05, + "O": 1.73080825334182e-05, + "W": 1.1919938458504475e-07, + "N": 7.427370007917489e-08, + "Y": 0.0011325852246955037, + "U": 6.413424014084512e-09, + "K": 3.0854135957270046e-07, + "L": 3.1558197406411637e-06, + "G": 0.0002846326678991318, + "F": 0.0185347031801939, + "E": 7.162512247305131e-06, + "T": 0.00019191628962289542, + "P": 0.0032144389115273952, + "-": 0.9764953851699829 + }, + "id": "tp_9556" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1194528, + "label": "-", + "classification": { + "B": 4.8367631677592726e-08, + "S": 5.773325142399699e-07, + "I": 7.610618467879249e-06, + "C": 2.903608162796445e-07, + "R": 1.1501392549462253e-07, + "M": 9.24306641536532e-06, + "O": 5.550641162699321e-06, + "W": 1.191228236052666e-07, + "N": 6.141126505099237e-07, + "Y": 7.871897832956165e-05, + "U": 1.1063096216901158e-08, + "K": 7.24747962976835e-07, + "L": 1.2608664690105797e-07, + "G": 1.2563054042402655e-05, + "F": 0.0029565799050033092, + "E": 1.72458567249123e-05, + "T": 0.00011714215361280367, + "P": 0.08043741434812546, + "-": 0.916355311870575 + }, + "id": "tp_9557" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1194628, + "label": "P", + "classification": { + "B": 0.01026437059044838, + "S": 0.0005209290538914502, + "I": 0.00012191909627290443, + "C": 2.827826392604038e-06, + "R": 1.207928903568245e-06, + "M": 0.0005016737268306315, + "O": 0.0008920395048335195, + "W": 3.276963980169967e-05, + "N": 1.2874957064923365e-05, + "Y": 3.324840872664936e-05, + "U": 1.1657861165303984e-07, + "K": 9.38435640307489e-09, + "L": 0.00019254276412539184, + "G": 0.0004268176853656769, + "F": 0.002106734784319997, + "E": 0.0004020072228740901, + "T": 0.00013841209874954075, + "P": 0.5889520049095154, + "-": 0.39539745450019836 + }, + "id": "tp_9558" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1194761, + "label": "-", + "classification": { + "B": 1.3937856238044333e-06, + "S": 5.217502234700078e-07, + "I": 7.440533408953343e-06, + "C": 1.0899329026869964e-05, + "R": 1.3818104207530268e-06, + "M": 9.964765922632068e-05, + "O": 1.9534349121386185e-05, + "W": 2.9327662787181907e-07, + "N": 2.7597360485742684e-07, + "Y": 0.0011904905550181866, + "U": 9.620990226721915e-08, + "K": 2.6047322876365797e-07, + "L": 6.462204055424081e-06, + "G": 0.0004674486699514091, + "F": 0.003376168431714177, + "E": 2.7379752282286063e-05, + "T": 0.0004948819405399263, + "P": 0.004197706002742052, + "-": 0.9900977611541748 + }, + "id": "tp_9559" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1194895, + "label": "-", + "classification": { + "B": 0.00027296444750390947, + "S": 0.00014159454440232366, + "I": 0.000574444537051022, + "C": 0.0005659915041178465, + "R": 0.0004782632167916745, + "M": 0.004219839349389076, + "O": 0.0026620461139827967, + "W": 0.00011961609561694786, + "N": 2.784561183943879e-05, + "Y": 0.011715780012309551, + "U": 9.367985512653831e-06, + "K": 4.459438059711829e-06, + "L": 0.0012414873344823718, + "G": 0.006933992728590965, + "F": 0.014226922765374184, + "E": 0.00024212966673076153, + "T": 0.008172273635864258, + "P": 0.018914125859737396, + "-": 0.9294769167900085 + }, + "id": "tp_9560" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1195028, + "label": "-", + "classification": { + "B": 1.0129891052201856e-05, + "S": 2.8335571187199093e-05, + "I": 1.5102045836101752e-05, + "C": 1.6130493349919561e-06, + "R": 1.510198103460425e-06, + "M": 0.0008922172128222883, + "O": 0.00034079462056979537, + "W": 6.616031441808445e-06, + "N": 6.414811082322558e-07, + "Y": 0.000851375050842762, + "U": 4.704376266317922e-08, + "K": 1.9077705815107038e-07, + "L": 3.520743121043779e-05, + "G": 0.0002658566227182746, + "F": 0.006581737659871578, + "E": 1.1808351700892672e-05, + "T": 0.0016091407742351294, + "P": 0.0036703033838421106, + "-": 0.9856773614883423 + }, + "id": "tp_9561" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1195128, + "label": "-", + "classification": { + "B": 9.700845566840144e-07, + "S": 1.4610170637752162e-06, + "I": 1.339807766953527e-07, + "C": 9.750503977556946e-07, + "R": 3.448511449732905e-07, + "M": 0.00010271552309859544, + "O": 6.424997263820842e-05, + "W": 1.263053093225608e-07, + "N": 3.497593326073911e-09, + "Y": 0.00010845135693671182, + "U": 2.2465639071267418e-10, + "K": 3.5644534546186435e-10, + "L": 4.7042562073329464e-05, + "G": 0.00025077801547013223, + "F": 0.008569854311645031, + "E": 1.749881221257965e-06, + "T": 6.974520510993898e-05, + "P": 0.000816058018244803, + "-": 0.9899653196334839 + }, + "id": "tp_9562" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1195262, + "label": "-", + "classification": { + "B": 3.209449005225906e-06, + "S": 3.686857598950155e-05, + "I": 0.005822759587317705, + "C": 3.573278081603348e-05, + "R": 2.4044964447966777e-05, + "M": 0.0002907281741499901, + "O": 0.000183981959708035, + "W": 1.9044111468247138e-05, + "N": 0.0006447162013500929, + "Y": 0.006660827901214361, + "U": 4.310383246775018e-06, + "K": 0.0004262539150658995, + "L": 5.1926399464719e-06, + "G": 0.00048480925033800304, + "F": 0.007058721035718918, + "E": 0.0008800929062999785, + "T": 0.004808883182704449, + "P": 0.3535045385360718, + "-": 0.6191052794456482 + }, + "id": "tp_9563" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1195395, + "label": "-", + "classification": { + "B": 3.964770352304914e-12, + "S": 2.3880417088228967e-10, + "I": 1.1794762500016986e-08, + "C": 8.75218120199861e-08, + "R": 4.2263628152738875e-09, + "M": 6.81185099438153e-08, + "O": 2.676947730151369e-08, + "W": 2.9146665636581304e-10, + "N": 7.811813973468418e-10, + "Y": 3.3824002457549796e-05, + "U": 2.1866003799275724e-11, + "K": 2.114086782967206e-06, + "L": 5.780805834021407e-10, + "G": 8.560231435694732e-06, + "F": 0.016292748972773552, + "E": 9.16581029741792e-07, + "T": 2.9922009616711875e-06, + "P": 0.0011232199613004923, + "-": 0.9825353622436523 + }, + "id": "tp_9564" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1195529, + "label": "-", + "classification": { + "B": 1.7429114507194754e-07, + "S": 6.616295422645635e-07, + "I": 5.7493572967359796e-05, + "C": 1.2585601325554308e-06, + "R": 3.445985612415825e-07, + "M": 1.7189726349897683e-05, + "O": 7.241331786644878e-06, + "W": 3.662227356926451e-07, + "N": 2.9286379685800057e-06, + "Y": 0.0006010768702253699, + "U": 4.242838613777167e-08, + "K": 5.83327237109188e-05, + "L": 1.7054749434919358e-07, + "G": 0.00021266366820782423, + "F": 0.01099275704473257, + "E": 0.00033882653224281967, + "T": 0.00015626748790964484, + "P": 0.025809871032834053, + "-": 0.9617423415184021 + }, + "id": "tp_9565" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1195629, + "label": "-", + "classification": { + "B": 1.9717638632954504e-09, + "S": 9.296706515726783e-09, + "I": 7.971111699589528e-07, + "C": 1.6002422853489406e-07, + "R": 6.479315572960331e-08, + "M": 5.036735728936037e-06, + "O": 6.767743911950674e-07, + "W": 5.898288080175007e-09, + "N": 7.073883256936142e-09, + "Y": 0.00015693739987909794, + "U": 6.864365187375654e-10, + "K": 4.5126204994971886e-09, + "L": 3.9915160954251405e-08, + "G": 4.689630259235855e-06, + "F": 0.0004896402824670076, + "E": 5.200483315093152e-07, + "T": 8.221720054280013e-05, + "P": 0.0033278902992606163, + "-": 0.9959313273429871 + }, + "id": "tp_9566" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1195762, + "label": "-", + "classification": { + "B": 2.5540657588862814e-06, + "S": 3.9737824408803135e-06, + "I": 0.00011443728726590052, + "C": 5.321490334608825e-06, + "R": 2.7640933240036247e-06, + "M": 0.0001313140382990241, + "O": 4.4727781641995534e-05, + "W": 2.4623682293167803e-06, + "N": 4.716131115856115e-06, + "Y": 0.001070820726454258, + "U": 3.1563490665575955e-07, + "K": 2.9569250727945473e-06, + "L": 3.894403562298976e-06, + "G": 0.0001720422151265666, + "F": 0.006143722217530012, + "E": 0.00012136423902120441, + "T": 0.0006089569069445133, + "P": 0.08118809759616852, + "-": 0.9103755354881287 + }, + "id": "tp_9567" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1195896, + "label": "-", + "classification": { + "B": 3.786377783399075e-05, + "S": 9.383511496707797e-05, + "I": 0.00027976211276836693, + "C": 1.0449007277202327e-05, + "R": 1.2723301551886834e-05, + "M": 0.0007350133964791894, + "O": 0.0006335552898235619, + "W": 3.195850513293408e-05, + "N": 1.7812082660384476e-05, + "Y": 0.0019465064397081733, + "U": 1.089811917154293e-06, + "K": 3.5185096294299e-06, + "L": 5.1656508730957285e-05, + "G": 0.0004638209647964686, + "F": 0.007318337447941303, + "E": 0.00013603422848973423, + "T": 0.0022707979660481215, + "P": 0.036906179040670395, + "-": 0.9490492343902588 + }, + "id": "tp_9568" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1196029, + "label": "-", + "classification": { + "B": 6.633637781305879e-07, + "S": 3.3272343102908053e-07, + "I": 2.1483880118466914e-05, + "C": 3.3607079785724636e-06, + "R": 1.3210756151238456e-06, + "M": 3.725142596522346e-05, + "O": 2.291190867254045e-05, + "W": 3.5224735484007397e-07, + "N": 4.6269909148577426e-07, + "Y": 0.00019014041754417121, + "U": 4.868253000722689e-08, + "K": 4.734356906510584e-08, + "L": 1.7594019254829618e-06, + "G": 7.286516483873129e-05, + "F": 0.0007759822765365243, + "E": 9.07420599105535e-06, + "T": 0.00020198189304210246, + "P": 0.02955772541463375, + "-": 0.9691023230552673 + }, + "id": "tp_9569" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1196129, + "label": "-", + "classification": { + "B": 3.612147702369839e-05, + "S": 3.062495306949131e-05, + "I": 0.0001015046946122311, + "C": 0.00030656380113214254, + "R": 0.00026060297386720777, + "M": 0.0008537222747690976, + "O": 0.0014308219542726874, + "W": 2.1772313630208373e-05, + "N": 3.7685344977944624e-06, + "Y": 0.006196383852511644, + "U": 1.3763242350250948e-06, + "K": 4.834246851714852e-07, + "L": 0.0008972399518825114, + "G": 0.008289452642202377, + "F": 0.014715878292918205, + "E": 5.030825923313387e-05, + "T": 0.002377395983785391, + "P": 0.012608248740434647, + "-": 0.9518176913261414 + }, + "id": "tp_9570" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1196263, + "label": "-", + "classification": { + "B": 3.0219945301723783e-07, + "S": 5.357208454626061e-09, + "I": 4.000141780124977e-05, + "C": 8.070880994637264e-07, + "R": 1.0721930010504366e-07, + "M": 3.0405219149542972e-05, + "O": 4.4366570364218205e-06, + "W": 3.825297412163309e-08, + "N": 2.0474219297739182e-07, + "Y": 4.906089452560991e-05, + "U": 9.996334426887188e-09, + "K": 4.962256161533674e-10, + "L": 8.091582230917993e-07, + "G": 2.970309287775308e-05, + "F": 3.167772592860274e-05, + "E": 2.2454880308941938e-05, + "T": 0.00010447764361742884, + "P": 0.1272621750831604, + "-": 0.8724233508110046 + }, + "id": "tp_9571" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1196396, + "label": "-", + "classification": { + "B": 0.00011222541070310399, + "S": 0.00045254628639668226, + "I": 0.002977819414809346, + "C": 0.001597156748175621, + "R": 0.001091478276066482, + "M": 0.01494329608976841, + "O": 0.004086508881300688, + "W": 0.00014767912216484547, + "N": 0.00014237611321732402, + "Y": 0.2829192876815796, + "U": 5.131029411131749e-06, + "K": 0.00016919130575843155, + "L": 0.001030447892844677, + "G": 0.05885980278253555, + "F": 0.024303240701556206, + "E": 0.0012514976551756263, + "T": 0.06078576296567917, + "P": 0.0065711261704564095, + "-": 0.5385533571243286 + }, + "id": "tp_9572" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1196530, + "label": "-", + "classification": { + "B": 1.7506542882017584e-09, + "S": 4.158123179109907e-09, + "I": 8.016540675725992e-08, + "C": 8.220570002492877e-09, + "R": 6.631655224964561e-10, + "M": 2.954547895228643e-08, + "O": 6.553875664394582e-08, + "W": 1.605835131535116e-09, + "N": 7.42391836894285e-09, + "Y": 1.5297414392989594e-06, + "U": 1.2206015365112677e-10, + "K": 1.6125822455137495e-08, + "L": 5.152449022993721e-10, + "G": 3.104481152149674e-07, + "F": 0.0011879358207806945, + "E": 7.137443276405975e-07, + "T": 1.4729306485605775e-06, + "P": 0.09071465581655502, + "-": 0.9080930948257446 + }, + "id": "tp_9573" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1196630, + "label": "-", + "classification": { + "B": 8.434086566921906e-07, + "S": 5.165891252545407e-07, + "I": 2.0291490727686323e-06, + "C": 8.070500712165085e-08, + "R": 7.599974871652648e-09, + "M": 3.234422183595598e-05, + "O": 5.552183210966177e-06, + "W": 5.811566694546855e-08, + "N": 7.412139524376471e-08, + "Y": 9.016900730784982e-05, + "U": 1.2617963340844085e-09, + "K": 5.216312715106142e-09, + "L": 2.799543210585398e-07, + "G": 1.448841157980496e-05, + "F": 0.0008959214319474995, + "E": 1.8219756384496577e-05, + "T": 6.575123552465811e-05, + "P": 0.03349369391798973, + "-": 0.9653798937797546 + }, + "id": "tp_9574" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1196763, + "label": "-", + "classification": { + "B": 9.221940899806214e-07, + "S": 7.069595540087903e-07, + "I": 3.1504947401117533e-05, + "C": 2.1034959445387358e-06, + "R": 9.223867323271406e-07, + "M": 2.8464683055062778e-05, + "O": 7.75966873334255e-06, + "W": 2.2573813396320475e-07, + "N": 1.2094449175492628e-06, + "Y": 0.0012776271905750036, + "U": 4.1137031558946546e-08, + "K": 3.4734671316982713e-06, + "L": 5.507218929778901e-07, + "G": 0.0005505883018486202, + "F": 0.009819749742746353, + "E": 7.291456131497398e-05, + "T": 0.0007301263976842165, + "P": 0.031739793717861176, + "-": 0.9557312726974487 + }, + "id": "tp_9575" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1196897, + "label": "-", + "classification": { + "B": 3.9371284010769614e-10, + "S": 1.936909105326734e-10, + "I": 1.8576115223822853e-07, + "C": 7.981537208934242e-08, + "R": 4.154030897041139e-09, + "M": 3.9911418525662157e-07, + "O": 3.452746000220941e-08, + "W": 5.283713050419081e-11, + "N": 1.8024739478761376e-09, + "Y": 7.629500032635406e-06, + "U": 3.729964601073554e-11, + "K": 4.9736206264583416e-09, + "L": 2.7545639103010444e-09, + "G": 7.868720786063932e-06, + "F": 0.0008938062819652259, + "E": 3.431890263527748e-06, + "T": 4.952424205839634e-06, + "P": 0.009943606331944466, + "-": 0.9891379475593567 + }, + "id": "tp_9576" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1197030, + "label": "-", + "classification": { + "B": 6.53276188700147e-08, + "S": 7.704598203872592e-08, + "I": 3.168067451042589e-06, + "C": 1.5109881701391714e-07, + "R": 1.1883708239679436e-08, + "M": 3.0310277452372247e-06, + "O": 1.1705528777383734e-06, + "W": 1.728396803457599e-08, + "N": 2.539300965054281e-07, + "Y": 0.00010700669372454286, + "U": 5.041235429104063e-09, + "K": 7.476236305592465e-07, + "L": 3.736068521220659e-08, + "G": 3.196773832314648e-05, + "F": 0.0038202146533876657, + "E": 8.025413990253583e-05, + "T": 4.837154483539052e-05, + "P": 0.05103563144803047, + "-": 0.9448677897453308 + }, + "id": "tp_9577" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1197130, + "label": "-", + "classification": { + "B": 2.487854908395093e-05, + "S": 3.001475488417782e-05, + "I": 0.0002118485572282225, + "C": 5.6717490224400535e-05, + "R": 1.4074113096285146e-05, + "M": 0.000582622189540416, + "O": 0.00021299475338310003, + "W": 1.7372132788295858e-05, + "N": 2.3448703359463252e-05, + "Y": 0.0007360667223110795, + "U": 3.4504805626056623e-06, + "K": 3.927747911802726e-06, + "L": 3.713676051120274e-05, + "G": 0.00017882003157865256, + "F": 0.0035622285213321447, + "E": 0.00019966611580457538, + "T": 0.0022804804611951113, + "P": 0.19370825588703156, + "-": 0.7981159687042236 + }, + "id": "tp_9578" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1197264, + "label": "-", + "classification": { + "B": 8.222904398280662e-06, + "S": 1.8496384655009024e-05, + "I": 0.0004391932161524892, + "C": 9.290270099882036e-05, + "R": 1.898077425721567e-05, + "M": 0.0003594178706407547, + "O": 0.00010975642362609506, + "W": 6.622884484386304e-06, + "N": 3.3157273719552904e-05, + "Y": 0.007741523440927267, + "U": 6.591646410925023e-07, + "K": 0.00018127038492821157, + "L": 1.0038917935162317e-05, + "G": 0.0029479654040187597, + "F": 0.021799588575959206, + "E": 0.0022055082954466343, + "T": 0.0026736222207546234, + "P": 0.0483466312289238, + "-": 0.9130064249038696 + }, + "id": "tp_9579" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1197397, + "label": "-", + "classification": { + "B": 4.166280632489361e-06, + "S": 7.558641357263696e-08, + "I": 9.141866939899046e-06, + "C": 3.1562069580104435e-06, + "R": 4.279494021375285e-07, + "M": 0.00011885308049386367, + "O": 1.2108534974686336e-05, + "W": 5.7492144378556986e-08, + "N": 6.653247908161575e-08, + "Y": 0.00018951525271404535, + "U": 1.864247956007148e-08, + "K": 1.2080505484846071e-09, + "L": 9.602383215678856e-06, + "G": 0.0002048157766694203, + "F": 0.0003354691725689918, + "E": 8.64789581100922e-06, + "T": 0.0002789449936244637, + "P": 0.009413348510861397, + "-": 0.9894115328788757 + }, + "id": "tp_9580" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1197531, + "label": "-", + "classification": { + "B": 1.6443777894892264e-07, + "S": 1.1315906931486097e-06, + "I": 1.4618545947087114e-06, + "C": 3.2575113095845154e-07, + "R": 1.9780050308781938e-07, + "M": 2.3522816263721325e-05, + "O": 2.0819521523662843e-05, + "W": 4.5201142029327457e-07, + "N": 3.5820306720779627e-08, + "Y": 0.00013702423893846571, + "U": 4.999584746201435e-09, + "K": 9.556631930252024e-09, + "L": 2.100712663377635e-06, + "G": 2.4152655896614306e-05, + "F": 0.0018331072060391307, + "E": 8.330603691319993e-07, + "T": 0.00016391757526434958, + "P": 0.004592264071106911, + "-": 0.9931984543800354 + }, + "id": "tp_9581" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1197631, + "label": "-", + "classification": { + "B": 0.00017038127407431602, + "S": 4.0299564716406167e-05, + "I": 0.00038492950261570513, + "C": 8.65184028953081e-06, + "R": 5.132008936925558e-06, + "M": 0.0012251585721969604, + "O": 0.0005028194282203913, + "W": 9.050394510268234e-06, + "N": 1.7751273844623938e-05, + "Y": 0.0016660471446812153, + "U": 6.64469212097174e-07, + "K": 3.4836304507734894e-07, + "L": 7.378384907497093e-05, + "G": 0.0014077698579058051, + "F": 0.0027349148876965046, + "E": 0.00020353615400381386, + "T": 0.003642703639343381, + "P": 0.08054465055465698, + "-": 0.9073613882064819 + }, + "id": "tp_9582" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1197764, + "label": "-", + "classification": { + "B": 3.9040322008077055e-05, + "S": 1.6128078641486354e-05, + "I": 0.00020607451733667403, + "C": 4.638306563720107e-05, + "R": 3.193512020516209e-05, + "M": 0.0005727366078644991, + "O": 0.00023911059543024749, + "W": 1.2299868103582412e-05, + "N": 4.355517830845201e-06, + "Y": 0.0028904927894473076, + "U": 5.92610035710095e-07, + "K": 4.90010734210955e-07, + "L": 7.541599188698456e-05, + "G": 0.0008814328466542065, + "F": 0.004249290097504854, + "E": 0.00012167340173618868, + "T": 0.0009212878649123013, + "P": 0.034758731722831726, + "-": 0.954932689666748 + }, + "id": "tp_9583" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1197898, + "label": "-", + "classification": { + "B": 5.7572946410289205e-09, + "S": 4.8876716007839605e-09, + "I": 1.3756243788520806e-06, + "C": 2.9994620831530483e-07, + "R": 8.921686855956068e-08, + "M": 9.197162398777436e-06, + "O": 5.776577154392726e-07, + "W": 5.034538563819524e-09, + "N": 8.976799747983932e-09, + "Y": 0.0005351795698516071, + "U": 3.1587528148691035e-09, + "K": 2.180186164935094e-08, + "L": 1.1081448292316054e-07, + "G": 4.1993200284196064e-05, + "F": 0.0015461482107639313, + "E": 1.2364802159936517e-06, + "T": 0.00011590449867071584, + "P": 0.0031033882405608892, + "-": 0.9946444034576416 + }, + "id": "tp_9584" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1198031, + "label": "-", + "classification": { + "B": 7.357797926488274e-08, + "S": 1.462807517782494e-06, + "I": 4.5947484750286094e-07, + "C": 7.164333482023721e-08, + "R": 2.334843784979057e-08, + "M": 9.14223346626386e-06, + "O": 5.214351403992623e-06, + "W": 1.2685642047927104e-07, + "N": 2.5875635856209556e-08, + "Y": 0.00014775616000406444, + "U": 3.520072566765009e-10, + "K": 2.3300746221366353e-08, + "L": 1.855166686937082e-07, + "G": 2.9486624043784104e-05, + "F": 0.012269069440662861, + "E": 3.302220648038201e-06, + "T": 6.954252603463829e-05, + "P": 0.009339720010757446, + "-": 0.9781242609024048 + }, + "id": "tp_9585" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1198131, + "label": "-", + "classification": { + "B": 9.835122716239653e-10, + "S": 4.1106025250314815e-09, + "I": 9.414575785626766e-09, + "C": 2.3602356180596473e-10, + "R": 2.6253039672741174e-11, + "M": 4.464266822878926e-08, + "O": 3.546984572722067e-08, + "W": 1.0186571586245918e-09, + "N": 7.210146368841208e-10, + "Y": 1.3338411690710927e-06, + "U": 7.652641541289196e-12, + "K": 3.1099276043278223e-08, + "L": 2.3063921605892546e-10, + "G": 4.3702465291062254e-07, + "F": 0.0030749202705919743, + "E": 1.970345920199179e-06, + "T": 8.980257462098962e-07, + "P": 0.023321792483329773, + "-": 0.9735984802246094 + }, + "id": "tp_9586" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1198265, + "label": "-", + "classification": { + "B": 9.900722602873557e-11, + "S": 1.6108949729698452e-09, + "I": 1.4445375562388563e-08, + "C": 5.925416823870933e-10, + "R": 8.692741665372594e-11, + "M": 1.5546247311704064e-07, + "O": 3.87223266784531e-08, + "W": 1.793917930870137e-10, + "N": 3.088936051387492e-10, + "Y": 4.036935933982022e-06, + "U": 2.8283263318190643e-12, + "K": 2.1912317793582048e-10, + "L": 3.134953407979424e-10, + "G": 1.7900397608627827e-07, + "F": 0.0004033126460853964, + "E": 6.367244509419834e-08, + "T": 2.664678959263256e-06, + "P": 0.0077772545628249645, + "-": 0.9918123483657837 + }, + "id": "tp_9587" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1198398, + "label": "-", + "classification": { + "B": 0.003842357313260436, + "S": 0.00517893536016345, + "I": 0.013456227257847786, + "C": 0.002580866916105151, + "R": 0.0017706797225400805, + "M": 0.00918014906346798, + "O": 0.010960142128169537, + "W": 0.0028749604243785143, + "N": 0.005703531671315432, + "Y": 0.018593864515423775, + "U": 0.0010531432926654816, + "K": 0.002493675798177719, + "L": 0.002778090303763747, + "G": 0.011655271984636784, + "F": 0.04968418553471565, + "E": 0.011034316383302212, + "T": 0.022909557446837425, + "P": 0.2711004614830017, + "-": 0.5531496405601501 + }, + "id": "tp_9588" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1198532, + "label": "-", + "classification": { + "B": 4.325441740893332e-11, + "S": 1.674287236630434e-10, + "I": 1.720101572288968e-08, + "C": 1.609833932825211e-09, + "R": 2.85928197785168e-10, + "M": 4.4230429097069646e-08, + "O": 8.770451032091842e-09, + "W": 9.745822898699075e-11, + "N": 1.7000145735579508e-10, + "Y": 8.12028520158492e-06, + "U": 2.650338932694285e-12, + "K": 8.73855743321883e-09, + "L": 7.663223527965002e-11, + "G": 4.3276824612803466e-07, + "F": 0.0005112328217364848, + "E": 3.1756169960317493e-07, + "T": 1.383663629894727e-06, + "P": 0.0015283217653632164, + "-": 0.9979501366615295 + }, + "id": "tp_9589" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1198632, + "label": "-", + "classification": { + "B": 1.072861000039893e-08, + "S": 1.7218498626903056e-08, + "I": 3.272307083079795e-07, + "C": 6.105357552854684e-09, + "R": 1.960507312048776e-09, + "M": 2.735563612077385e-06, + "O": 4.4620452399612986e-07, + "W": 3.187380803737483e-09, + "N": 3.99450206245433e-09, + "Y": 4.9351310735801235e-05, + "U": 6.210895686642459e-11, + "K": 1.4884032895068344e-09, + "L": 1.3679585464387856e-08, + "G": 4.898731276625767e-06, + "F": 0.0004726206825580448, + "E": 8.280732686216652e-07, + "T": 3.565277802408673e-05, + "P": 0.01334144826978445, + "-": 0.9860915541648865 + }, + "id": "tp_9590" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1198765, + "label": "-", + "classification": { + "B": 1.4863750038784929e-05, + "S": 9.195424354402348e-05, + "I": 0.00026796769816428423, + "C": 0.0002905354485847056, + "R": 0.00034386280458420515, + "M": 0.012023884803056717, + "O": 0.0020220656879246235, + "W": 5.0168699090136215e-05, + "N": 9.996070730267093e-06, + "Y": 0.0453617125749588, + "U": 1.6937427744778688e-06, + "K": 1.0425615073472727e-06, + "L": 0.0010023448849096894, + "G": 0.004999456461519003, + "F": 0.010160244069993496, + "E": 5.986190808471292e-05, + "T": 0.03006749041378498, + "P": 0.002321226755157113, + "-": 0.8909096121788025 + }, + "id": "tp_9591" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1198899, + "label": "-", + "classification": { + "B": 8.126801276375772e-07, + "S": 7.819303959877288e-08, + "I": 9.642011718824506e-05, + "C": 8.22104175313143e-06, + "R": 9.460659384785686e-07, + "M": 3.391880090930499e-05, + "O": 1.228307701239828e-05, + "W": 2.0392708677263727e-07, + "N": 2.1078212739666924e-06, + "Y": 0.0001873335859272629, + "U": 1.1605241212464534e-07, + "K": 9.527511224405316e-08, + "L": 1.1746682275770581e-06, + "G": 0.0001160644314950332, + "F": 0.00030830554896965623, + "E": 3.5384789953241125e-05, + "T": 0.00014645188639406115, + "P": 0.19778108596801758, + "-": 0.801268994808197 + }, + "id": "tp_9592" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1199032, + "label": "-", + "classification": { + "B": 2.3223559253437998e-07, + "S": 2.7595100959842966e-07, + "I": 8.387818525079638e-06, + "C": 2.568996251284261e-07, + "R": 3.4013471150728947e-08, + "M": 4.642655039788224e-05, + "O": 4.439871190697886e-06, + "W": 7.296906545661841e-08, + "N": 2.2017252376826946e-07, + "Y": 0.00010151066089747474, + "U": 5.709179351498506e-09, + "K": 6.505333516315659e-08, + "L": 2.5835166184151603e-07, + "G": 1.5829738913453184e-05, + "F": 0.0013936629984527826, + "E": 2.5336241378681734e-05, + "T": 0.00011017985525541008, + "P": 0.041477203369140625, + "-": 0.9568157196044922 + }, + "id": "tp_9593" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1199132, + "label": "-", + "classification": { + "B": 1.5893960153334774e-05, + "S": 8.363241067854688e-05, + "I": 0.00559573620557785, + "C": 0.00040451943641528487, + "R": 0.0001941778464242816, + "M": 0.002233539242297411, + "O": 0.0005289838300086558, + "W": 6.978925375733525e-05, + "N": 0.000293550081551075, + "Y": 0.07876099646091461, + "U": 2.1171614207560197e-05, + "K": 0.000356759293936193, + "L": 4.957277633366175e-05, + "G": 0.001943932380527258, + "F": 0.004836588632315397, + "E": 0.0006060409359633923, + "T": 0.041149478405714035, + "P": 0.04430455341935158, + "-": 0.8185510635375977 + }, + "id": "tp_9594" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1199266, + "label": "-", + "classification": { + "B": 0.0032000811770558357, + "S": 0.0005187037168070674, + "I": 0.00036439456744119525, + "C": 4.15241411246825e-05, + "R": 2.9810302294208668e-05, + "M": 0.0035115245264023542, + "O": 0.0028481376357376575, + "W": 0.00018198421457782388, + "N": 3.532490154611878e-05, + "Y": 0.0017332634888589382, + "U": 2.9151215130696073e-06, + "K": 2.9173409075156087e-06, + "L": 0.0003857263654936105, + "G": 0.002116610761731863, + "F": 0.010573183186352253, + "E": 0.001015548361465335, + "T": 0.0017769712721928954, + "P": 0.07932061702013016, + "-": 0.8923408389091492 + }, + "id": "tp_9595" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1199399, + "label": "-", + "classification": { + "B": 0.0002156174014089629, + "S": 4.016760431113653e-05, + "I": 0.0019147583516314626, + "C": 0.00037787450128234923, + "R": 0.00012687986600212753, + "M": 0.0013342129532247782, + "O": 0.000585546251386404, + "W": 3.8429945561802015e-05, + "N": 9.396298992214724e-05, + "Y": 0.007255729753524065, + "U": 2.920542101492174e-05, + "K": 3.729613672476262e-05, + "L": 0.0002704226062633097, + "G": 0.005953370593488216, + "F": 0.01072411797940731, + "E": 0.0009565341752022505, + "T": 0.00576662877574563, + "P": 0.10978826135396957, + "-": 0.8544909954071045 + }, + "id": "tp_9596" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1199533, + "label": "-", + "classification": { + "B": 1.4127489578186214e-07, + "S": 1.4156459826608625e-07, + "I": 8.166291536326753e-07, + "C": 1.3497517770133527e-08, + "R": 4.4454374403812835e-08, + "M": 4.326111138652777e-06, + "O": 1.132274883275386e-05, + "W": 8.087211966767427e-08, + "N": 1.3524061870384685e-08, + "Y": 3.1453218980459496e-05, + "U": 4.090929262012821e-10, + "K": 3.2057870247292897e-10, + "L": 2.994779322307295e-07, + "G": 3.75751164938265e-06, + "F": 0.00015308120055124164, + "E": 1.1137354505308394e-07, + "T": 7.40207833587192e-05, + "P": 0.005196537356823683, + "-": 0.9945237636566162 + }, + "id": "tp_9597" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1199633, + "label": "-", + "classification": { + "B": 6.296871220001776e-07, + "S": 3.950268023800163e-07, + "I": 2.3645447072340176e-05, + "C": 1.7736073232299532e-07, + "R": 2.734119597391782e-08, + "M": 6.937515991012333e-06, + "O": 2.948975634353701e-06, + "W": 1.4903797307397326e-07, + "N": 1.8091378706230898e-06, + "Y": 4.841077316086739e-05, + "U": 1.898563795066366e-08, + "K": 8.478070299133833e-07, + "L": 5.892056265111023e-08, + "G": 1.679313754721079e-05, + "F": 0.0011167774209752679, + "E": 0.00013895345909986645, + "T": 6.75177579978481e-05, + "P": 0.4184412658214569, + "-": 0.5801326632499695 + }, + "id": "tp_9598" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1199766, + "label": "-", + "classification": { + "B": 5.7206862038583495e-06, + "S": 0.0017780577763915062, + "I": 3.208559792255983e-05, + "C": 2.2083212058987556e-07, + "R": 8.420560675403976e-07, + "M": 0.00037505890941247344, + "O": 0.0008759293123148382, + "W": 6.117190787335858e-05, + "N": 1.0969046343234368e-05, + "Y": 0.0020118034444749355, + "U": 1.2428708728862148e-08, + "K": 4.979548612027429e-05, + "L": 8.894091479305644e-06, + "G": 0.0005813412717543542, + "F": 0.1620466411113739, + "E": 5.742767098126933e-05, + "T": 0.0034841413144022226, + "P": 0.013879431411623955, + "-": 0.8147404789924622 + }, + "id": "tp_9599" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1199900, + "label": "-", + "classification": { + "B": 8.116989302919819e-10, + "S": 4.491358840397197e-09, + "I": 5.362619049265049e-06, + "C": 3.5039452228602386e-08, + "R": 1.0500444069805326e-08, + "M": 1.1585681249925983e-06, + "O": 3.765731548810436e-07, + "W": 1.059396836922133e-08, + "N": 1.4839913831110607e-07, + "Y": 0.00012194956070743501, + "U": 1.4287828697945315e-09, + "K": 1.4752478136870195e-06, + "L": 2.876592075651274e-09, + "G": 7.374706001428422e-06, + "F": 0.0014989027986302972, + "E": 1.1001974598912057e-05, + "T": 3.2274088880512863e-05, + "P": 0.04709996283054352, + "-": 0.9512199759483337 + }, + "id": "tp_9600" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1200000, + "label": "-", + "classification": { + "B": 1.3180261930756387e-06, + "S": 8.682044949637202e-07, + "I": 4.476803951547481e-05, + "C": 2.8838762773375493e-06, + "R": 1.2315302910792525e-06, + "M": 0.0002525495656300336, + "O": 2.5860257665044628e-05, + "W": 3.8771634081058437e-07, + "N": 8.294703093270073e-07, + "Y": 0.0023520481772720814, + "U": 8.500833104108096e-08, + "K": 3.343796777244279e-07, + "L": 4.546043328446103e-06, + "G": 0.00028547312831506133, + "F": 0.0022169481962919235, + "E": 4.422681740834378e-05, + "T": 0.001257149619050324, + "P": 0.00696591567248106, + "-": 0.9865425825119019 + }, + "id": "tp_9601" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1200133, + "label": "-", + "classification": { + "B": 7.797124368380537e-08, + "S": 1.4326043640267017e-07, + "I": 6.400499387382297e-06, + "C": 1.0886577911151107e-05, + "R": 2.0796906028408557e-06, + "M": 3.0743409297429025e-05, + "O": 1.0500587450223975e-05, + "W": 2.0542707090953627e-07, + "N": 1.705789287598236e-07, + "Y": 0.000373240647604689, + "U": 1.2662067661040055e-07, + "K": 4.044302670536126e-07, + "L": 1.449240699002985e-06, + "G": 4.048393384437077e-05, + "F": 0.0007120675290934741, + "E": 2.674557663340238e-06, + "T": 0.000454544962849468, + "P": 0.004493260756134987, + "-": 0.9938606023788452 + }, + "id": "tp_9602" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1200267, + "label": "-", + "classification": { + "B": 3.7972347399772843e-07, + "S": 1.9772183179611602e-07, + "I": 6.62702223053202e-06, + "C": 2.870354478545778e-07, + "R": 4.1465977318466685e-08, + "M": 6.394468800863251e-05, + "O": 7.732928679615725e-06, + "W": 3.861966746399048e-08, + "N": 2.0912746379053715e-07, + "Y": 0.00019096348842140287, + "U": 7.746683294840295e-09, + "K": 1.428446783080517e-08, + "L": 4.4909040752827423e-07, + "G": 4.756286216434091e-05, + "F": 0.0005312466528266668, + "E": 1.8453427401254885e-05, + "T": 0.00029392793658189476, + "P": 0.03710557147860527, + "-": 0.9617323875427246 + }, + "id": "tp_9603" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1200400, + "label": "-", + "classification": { + "B": 5.623572008062183e-08, + "S": 1.0244865933373148e-07, + "I": 2.967115960927913e-06, + "C": 1.8583592691356898e-06, + "R": 7.138675641726877e-07, + "M": 3.0716739274794236e-05, + "O": 7.86168129707221e-06, + "W": 6.308573574642651e-08, + "N": 5.614655051999762e-08, + "Y": 0.00046757349628023803, + "U": 1.270975147349418e-08, + "K": 8.075466517709629e-09, + "L": 1.708476247586077e-06, + "G": 5.7902630942407995e-05, + "F": 0.0014793945010751486, + "E": 1.1217525752726942e-06, + "T": 0.0003455672995187342, + "P": 0.005533444695174694, + "-": 0.992068886756897 + }, + "id": "tp_9604" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1200501, + "label": "-", + "classification": { + "B": 0.000396749353967607, + "S": 4.738214920507744e-05, + "I": 0.0021149171516299248, + "C": 0.0006209578132256866, + "R": 0.00011462419934105128, + "M": 0.0018483756575733423, + "O": 0.0005923670250922441, + "W": 8.842582610668615e-05, + "N": 0.0002512045903131366, + "Y": 0.005584614351391792, + "U": 5.6153032346628606e-05, + "K": 0.0002712271234486252, + "L": 0.0001730151561787352, + "G": 0.005588575731962919, + "F": 0.015104210004210472, + "E": 0.009429188445210457, + "T": 0.0029100405517965555, + "P": 0.188493013381958, + "-": 0.7663149833679199 + }, + "id": "tp_9605" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1200634, + "label": "-", + "classification": { + "B": 3.416141771594994e-05, + "S": 1.527124368294608e-05, + "I": 3.9080514397937804e-05, + "C": 1.2362879715510644e-05, + "R": 6.127637789177243e-06, + "M": 0.00016183723346330225, + "O": 0.00041032422450371087, + "W": 1.9247234376962297e-05, + "N": 3.525793545122724e-06, + "Y": 0.000376211479306221, + "U": 6.329096891022346e-07, + "K": 3.083667081682506e-07, + "L": 3.67189095413778e-05, + "G": 0.00015889194037299603, + "F": 0.002585082780569792, + "E": 3.336300142109394e-05, + "T": 0.0004474861780181527, + "P": 0.02894301898777485, + "-": 0.9667164087295532 + }, + "id": "tp_9606" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1200767, + "label": "-", + "classification": { + "B": 5.0124331352208173e-08, + "S": 1.7200752822077447e-08, + "I": 4.838344480617707e-08, + "C": 4.842822320938467e-08, + "R": 6.830642718114177e-09, + "M": 6.746950589331391e-07, + "O": 5.693999582945253e-07, + "W": 7.93566368173515e-09, + "N": 2.0289863122968654e-09, + "Y": 7.715338142588735e-06, + "U": 1.1417386480694347e-10, + "K": 1.5076169646022208e-08, + "L": 1.9248357574497277e-08, + "G": 7.362792075582547e-06, + "F": 0.0025041289627552032, + "E": 1.3882238363294164e-06, + "T": 4.7451785576413386e-06, + "P": 0.006338679231703281, + "-": 0.991134524345398 + }, + "id": "tp_9607" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1200901, + "label": "-", + "classification": { + "B": 4.2888245843641926e-06, + "S": 1.171688472823007e-05, + "I": 0.0008079208782874048, + "C": 0.000366127525921911, + "R": 0.0002272424753755331, + "M": 0.0013756192056462169, + "O": 0.0002886614529415965, + "W": 9.326062354375608e-06, + "N": 2.2225432985578664e-05, + "Y": 0.03227357938885689, + "U": 7.087846825015731e-06, + "K": 7.976364031492267e-06, + "L": 0.00010082093649543822, + "G": 0.0033239927142858505, + "F": 0.0059705497696995735, + "E": 7.166634895838797e-05, + "T": 0.01414092630147934, + "P": 0.016286928206682205, + "-": 0.9247034192085266 + }, + "id": "tp_9608" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1201001, + "label": "-", + "classification": { + "B": 4.434772341022075e-11, + "S": 9.103693493495157e-11, + "I": 3.41810135751075e-07, + "C": 7.63485896726479e-09, + "R": 7.786775668705559e-10, + "M": 1.6258485402431688e-07, + "O": 4.602214431770335e-08, + "W": 1.3028679524129672e-10, + "N": 1.639933522312731e-09, + "Y": 3.664806172309909e-06, + "U": 4.36750011156839e-11, + "K": 1.0623926738340117e-10, + "L": 1.1620666651168676e-09, + "G": 3.7071163205837365e-07, + "F": 2.371817026869394e-05, + "E": 9.485642493700652e-08, + "T": 5.351053914637305e-06, + "P": 0.013929829932749271, + "-": 0.9860364198684692 + }, + "id": "tp_9609" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1201134, + "label": "-", + "classification": { + "B": 2.117039432647516e-09, + "S": 6.845197741967013e-09, + "I": 1.2016172377116163e-06, + "C": 3.268473562911822e-07, + "R": 5.458625906840098e-08, + "M": 6.673197731288383e-06, + "O": 9.42042788665276e-07, + "W": 7.99294674891371e-09, + "N": 1.4790860092261937e-08, + "Y": 4.343349428381771e-05, + "U": 1.3681806798615526e-09, + "K": 1.6195329521906388e-08, + "L": 5.543074976799289e-08, + "G": 1.2239127499924507e-05, + "F": 0.0004153167537879199, + "E": 1.7722578604661976e-06, + "T": 3.962384653277695e-05, + "P": 0.004331690724939108, + "-": 0.9951465725898743 + }, + "id": "tp_9610" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1201268, + "label": "-", + "classification": { + "B": 6.486322945420397e-07, + "S": 2.6028738275840624e-08, + "I": 6.320721149677411e-05, + "C": 5.288601641950663e-06, + "R": 1.6761640608820016e-06, + "M": 5.637641152134165e-05, + "O": 9.79951710178284e-06, + "W": 1.3825783184984175e-07, + "N": 3.308756788555911e-07, + "Y": 0.0003451750089880079, + "U": 7.484221953291126e-08, + "K": 2.4158095524029477e-09, + "L": 4.138879830861697e-06, + "G": 8.475507638650015e-05, + "F": 0.00017310494149569422, + "E": 5.684868483513128e-06, + "T": 0.0004080893995705992, + "P": 0.046650230884552, + "-": 0.9521912932395935 + }, + "id": "tp_9611" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1201401, + "label": "-", + "classification": { + "B": 4.842333645171948e-09, + "S": 7.967988935320136e-09, + "I": 4.4260403342377685e-07, + "C": 2.8303931642881253e-08, + "R": 4.426335298290951e-09, + "M": 8.724334179532889e-07, + "O": 2.5623043597988726e-07, + "W": 4.521840235582886e-09, + "N": 2.489057848720222e-08, + "Y": 0.0001001831769826822, + "U": 1.5250103402308923e-09, + "K": 3.0410114959522616e-06, + "L": 3.4807308146866944e-09, + "G": 1.6070864148787223e-05, + "F": 0.0009011453366838396, + "E": 1.1877383258251939e-05, + "T": 1.4535663467540871e-05, + "P": 0.006815802771598101, + "-": 0.992135763168335 + }, + "id": "tp_9612" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1201502, + "label": "-", + "classification": { + "B": 8.10431188824623e-08, + "S": 5.271748477753135e-07, + "I": 5.534361207537586e-06, + "C": 1.1291366774912603e-07, + "R": 1.171021040136111e-07, + "M": 6.043986286385916e-05, + "O": 2.4358298105653375e-05, + "W": 1.3970968382182036e-07, + "N": 5.869582508921667e-08, + "Y": 0.0002067929453914985, + "U": 2.9607072349335795e-09, + "K": 4.832770295060129e-10, + "L": 1.8616788111103233e-06, + "G": 1.6538821000722237e-05, + "F": 0.00011925009312108159, + "E": 3.9564426401739183e-07, + "T": 0.001015251618809998, + "P": 0.004970107227563858, + "-": 0.9935784339904785 + }, + "id": "tp_9613" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1201635, + "label": "-", + "classification": { + "B": 2.368365130678285e-05, + "S": 5.959145255474141e-06, + "I": 6.155722076073289e-05, + "C": 3.4797378134499013e-07, + "R": 2.096912794513628e-07, + "M": 3.7812023947481066e-05, + "O": 8.118047844618559e-05, + "W": 1.472992948947649e-06, + "N": 2.595202204247471e-06, + "Y": 1.406601040798705e-05, + "U": 1.6403284064381296e-08, + "K": 3.035761197978104e-09, + "L": 3.870031378028216e-06, + "G": 4.305718175601214e-05, + "F": 0.0002623146865516901, + "E": 1.769884693203494e-05, + "T": 7.408220699289814e-05, + "P": 0.44059890508651733, + "-": 0.5587711930274963 + }, + "id": "tp_9614" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1201768, + "label": "-", + "classification": { + "B": 4.4988926362066195e-08, + "S": 7.754493935863138e-08, + "I": 1.7008019312925171e-06, + "C": 9.96321247725973e-09, + "R": 5.205721187451218e-09, + "M": 6.302021120063728e-06, + "O": 3.408977363505983e-06, + "W": 1.6498875154979942e-08, + "N": 1.4966541783678622e-08, + "Y": 1.5854615412536077e-05, + "U": 2.3095390877525546e-10, + "K": 5.483253850968595e-10, + "L": 1.2163170026724401e-07, + "G": 6.497803951788228e-06, + "F": 0.0002834490151144564, + "E": 1.081555296877923e-06, + "T": 3.0029128538444638e-05, + "P": 0.010847644880414009, + "-": 0.9888038039207458 + }, + "id": "tp_9615" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1201902, + "label": "-", + "classification": { + "B": 7.000771802267991e-07, + "S": 2.2393730887415586e-06, + "I": 4.728446947410703e-05, + "C": 8.852535756886937e-06, + "R": 2.4777036742307246e-06, + "M": 3.0348124710144475e-05, + "O": 5.057888483861461e-05, + "W": 1.455784968129592e-06, + "N": 3.0863088795740623e-06, + "Y": 0.00015219977649394423, + "U": 2.0842252013153484e-07, + "K": 3.4388898484394304e-07, + "L": 3.7483669075299986e-06, + "G": 6.197704351507127e-05, + "F": 0.0034293499775230885, + "E": 2.351216971874237e-05, + "T": 0.00023794306616764516, + "P": 0.054668065160512924, + "-": 0.9412756562232971 + }, + "id": "tp_9616" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1202002, + "label": "-", + "classification": { + "B": 1.0432387398395804e-08, + "S": 1.2168227669917542e-07, + "I": 1.0034619663201738e-05, + "C": 9.29413701555859e-08, + "R": 1.5643673023646443e-08, + "M": 5.340081315807765e-06, + "O": 1.3737081872022827e-06, + "W": 5.3461093330042786e-08, + "N": 9.206225968227955e-07, + "Y": 0.00019384441839065403, + "U": 3.74135655789587e-09, + "K": 9.612338544684462e-06, + "L": 1.707090291347413e-08, + "G": 4.113970135222189e-05, + "F": 0.009176804684102535, + "E": 0.00014024169649928808, + "T": 0.00010485532402526587, + "P": 0.10206805914640427, + "-": 0.8882474303245544 + }, + "id": "tp_9617" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1202135, + "label": "-", + "classification": { + "B": 9.877112461254e-05, + "S": 0.00012102245091227815, + "I": 4.745996557176113e-05, + "C": 1.72158979694359e-05, + "R": 1.1551176612556446e-05, + "M": 0.00030778927612118423, + "O": 0.0006844025338068604, + "W": 5.707081436412409e-05, + "N": 6.597315859835362e-06, + "Y": 0.0007185043068602681, + "U": 1.100721419788897e-06, + "K": 7.288501365110278e-06, + "L": 8.012150647118688e-05, + "G": 0.0005524415755644441, + "F": 0.0258440263569355, + "E": 0.00010867487435461953, + "T": 0.0005610034568235278, + "P": 0.0356990322470665, + "-": 0.9350758790969849 + }, + "id": "tp_9618" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1202269, + "label": "-", + "classification": { + "B": 3.185481546097435e-06, + "S": 7.244785820148536e-07, + "I": 7.220534462248906e-05, + "C": 2.413678657831042e-06, + "R": 1.3927159443483106e-06, + "M": 0.00022025177895557135, + "O": 4.790338425664231e-05, + "W": 3.870144098527817e-07, + "N": 5.149354933564609e-07, + "Y": 0.00029967326554469764, + "U": 2.448744140792769e-08, + "K": 2.6157576105134694e-09, + "L": 1.0376899808761664e-05, + "G": 8.7812113633845e-05, + "F": 0.0005410527810454369, + "E": 8.80018706084229e-06, + "T": 0.00048670239630155265, + "P": 0.0237216055393219, + "-": 0.9744948744773865 + }, + "id": "tp_9619" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1202402, + "label": "P", + "classification": { + "B": 2.792040049826028e-06, + "S": 2.5330116386612644e-06, + "I": 0.000288035866105929, + "C": 1.3119160939822905e-05, + "R": 1.8764436617857427e-06, + "M": 2.8964024750166573e-05, + "O": 2.0906578356516548e-05, + "W": 1.793422029550129e-06, + "N": 4.3660111259669065e-05, + "Y": 0.0004590431344695389, + "U": 1.0825041272255476e-06, + "K": 2.304894405824598e-05, + "L": 2.266959427288384e-06, + "G": 0.00022965119569562376, + "F": 0.020593414083123207, + "E": 0.0014747526729479432, + "T": 0.0002174301043851301, + "P": 0.569182813167572, + "-": 0.40741294622421265 + }, + "id": "tp_9620" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1202503, + "label": "-", + "classification": { + "B": 1.753027584205924e-10, + "S": 8.187615169186202e-11, + "I": 1.6095657429104904e-07, + "C": 1.1171954472644074e-09, + "R": 9.59704538061601e-11, + "M": 1.3246456376236893e-07, + "O": 1.391396953209778e-08, + "W": 7.059067913539607e-11, + "N": 4.5377027135806713e-10, + "Y": 2.505276597730699e-06, + "U": 3.0253078688036172e-12, + "K": 4.6067857861764594e-11, + "L": 3.2265629057448564e-10, + "G": 1.8788482236686832e-07, + "F": 6.386381573975086e-05, + "E": 2.938994896339864e-07, + "T": 1.174618432742136e-06, + "P": 0.029102131724357605, + "-": 0.9708295464515686 + }, + "id": "tp_9621" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1202636, + "label": "-", + "classification": { + "B": 5.160907079471144e-08, + "S": 8.618056881459779e-07, + "I": 0.00012887155753560364, + "C": 1.7787393744583824e-06, + "R": 1.831695158216462e-06, + "M": 0.00011620322766248137, + "O": 3.200792343704961e-05, + "W": 3.5753450333686487e-07, + "N": 3.994819053332321e-06, + "Y": 0.00430422555655241, + "U": 7.069559160299832e-08, + "K": 2.2650708615401527e-06, + "L": 5.409608547779499e-07, + "G": 7.626871956745163e-05, + "F": 0.0007632314809598029, + "E": 9.672263331594877e-06, + "T": 0.005940377712249756, + "P": 0.013997743837535381, + "-": 0.9746196866035461 + }, + "id": "tp_9622" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1202769, + "label": "-", + "classification": { + "B": 2.792060342926561e-07, + "S": 8.189351774490206e-08, + "I": 7.838233614165802e-06, + "C": 1.7587024103704607e-06, + "R": 2.918217489877861e-07, + "M": 9.208133633364923e-06, + "O": 6.23683672529296e-06, + "W": 1.0178447240605237e-07, + "N": 2.0408106138347648e-07, + "Y": 0.00016525373212061822, + "U": 4.6984368395897036e-08, + "K": 4.724497415509177e-08, + "L": 4.492937932809582e-07, + "G": 3.064902557525784e-05, + "F": 0.00025582750095054507, + "E": 2.2413075839722296e-06, + "T": 0.00015892462397459894, + "P": 0.034395407885313034, + "-": 0.9649651646614075 + }, + "id": "tp_9623" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1202903, + "label": "-", + "classification": { + "B": 3.17801923666039e-10, + "S": 3.386999847254657e-10, + "I": 9.017416005008272e-07, + "C": 3.65092525100863e-08, + "R": 2.551202982203904e-08, + "M": 2.3732161480438663e-06, + "O": 1.5151350396536145e-07, + "W": 3.34620581243783e-10, + "N": 9.660671151934253e-10, + "Y": 0.00040362493018619716, + "U": 9.26097254438929e-11, + "K": 5.2429640490236906e-11, + "L": 1.6292949212015628e-08, + "G": 6.6427351157472e-06, + "F": 4.301999433664605e-05, + "E": 4.084305871288052e-08, + "T": 0.00015557461301796138, + "P": 0.0009105470380745828, + "-": 0.998477041721344 + }, + "id": "tp_9624" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1203003, + "label": "-", + "classification": { + "B": 3.312003116207052e-08, + "S": 9.018903845969817e-09, + "I": 3.959783327900368e-07, + "C": 1.4049304297714116e-07, + "R": 1.3668764786700649e-08, + "M": 2.2378335415851325e-06, + "O": 4.258030799064727e-07, + "W": 2.7435731464464652e-09, + "N": 5.497435839885156e-09, + "Y": 2.78639308817219e-05, + "U": 6.020189902145034e-10, + "K": 3.9186995870466035e-09, + "L": 2.388551223475588e-08, + "G": 5.525275355466874e-06, + "F": 0.00015762944531161338, + "E": 4.285292618533276e-07, + "T": 2.878057784982957e-05, + "P": 0.009088735096156597, + "-": 0.990687906742096 + }, + "id": "tp_9625" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1203136, + "label": "-", + "classification": { + "B": 0.0014518345706164837, + "S": 0.00020928989397361875, + "I": 0.0011472104815766215, + "C": 0.0013363681500777602, + "R": 0.0005278881872072816, + "M": 0.006715225521475077, + "O": 0.0019098907941952348, + "W": 0.00012038582644890994, + "N": 6.68520006001927e-05, + "Y": 0.012789292261004448, + "U": 3.331116386107169e-05, + "K": 2.5596102204872295e-05, + "L": 0.0015888685593381524, + "G": 0.01520930789411068, + "F": 0.02027452178299427, + "E": 0.0012273581232875586, + "T": 0.010727958753705025, + "P": 0.029826460406184196, + "-": 0.8948124647140503 + }, + "id": "tp_9626" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1203270, + "label": "-", + "classification": { + "B": 4.6597669722814317e-08, + "S": 4.3361731627555855e-07, + "I": 0.00015176604210864753, + "C": 5.832113401993411e-06, + "R": 1.1288128689557198e-06, + "M": 0.0001562655670568347, + "O": 1.4078997992328368e-05, + "W": 1.605221342515506e-07, + "N": 1.1802632116086897e-06, + "Y": 0.003042718628421426, + "U": 1.4654416347070764e-08, + "K": 6.002153440931579e-08, + "L": 5.973393513158953e-07, + "G": 5.9261736168991774e-05, + "F": 0.00028786950861103833, + "E": 1.0978367754432838e-05, + "T": 0.001793439849279821, + "P": 0.013298917561769485, + "-": 0.9811751246452332 + }, + "id": "tp_9627" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1203403, + "label": "-", + "classification": { + "B": 3.0672619999450035e-08, + "S": 2.120630071544838e-08, + "I": 8.302092737721978e-07, + "C": 1.5497509764372808e-07, + "R": 1.07313047337243e-08, + "M": 4.349657956481678e-06, + "O": 6.028369057275995e-07, + "W": 1.0458589549955377e-08, + "N": 2.25158967026573e-08, + "Y": 7.296296098502353e-05, + "U": 1.3523548947347308e-09, + "K": 1.5848569034915272e-07, + "L": 4.263754149747001e-08, + "G": 2.5903989808284678e-05, + "F": 0.003355766646564007, + "E": 1.632135536056012e-05, + "T": 1.6959826098172925e-05, + "P": 0.015865560621023178, + "-": 0.9806402921676636 + }, + "id": "tp_9628" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1203504, + "label": "-", + "classification": { + "B": 2.7310857575457703e-08, + "S": 6.637310256962792e-09, + "I": 4.929143528897839e-07, + "C": 6.231849880578011e-08, + "R": 2.0920159826687268e-08, + "M": 1.4362134606926702e-05, + "O": 3.498766545817489e-06, + "W": 6.4880851802229245e-09, + "N": 2.633737006263459e-09, + "Y": 2.3850016077631153e-05, + "U": 1.839306901230131e-10, + "K": 4.983981977124685e-12, + "L": 2.9587570793410123e-07, + "G": 3.673280161820003e-06, + "F": 1.44855075632222e-05, + "E": 7.815671665412083e-08, + "T": 0.00017238316650036722, + "P": 0.0036313997115939856, + "-": 0.9961353540420532 + }, + "id": "tp_9629" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1203637, + "label": "-", + "classification": { + "B": 2.4454758218439565e-09, + "S": 6.157383936056249e-09, + "I": 2.3561203761346405e-06, + "C": 6.400248935278796e-07, + "R": 5.607744313351759e-08, + "M": 1.5412073480547406e-05, + "O": 1.3185114084990346e-06, + "W": 5.082771092901339e-09, + "N": 3.953239513521112e-08, + "Y": 0.00012313695333432406, + "U": 3.0513602755632974e-09, + "K": 9.221280627969008e-09, + "L": 6.331263335823678e-08, + "G": 9.483518624620046e-06, + "F": 0.00020158273400738835, + "E": 1.6567295233471668e-06, + "T": 0.00012662902008742094, + "P": 0.005045873112976551, + "-": 0.9944716691970825 + }, + "id": "tp_9630" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1203770, + "label": "-", + "classification": { + "B": 3.2972002372844145e-06, + "S": 4.034093308291631e-06, + "I": 1.6528507330804132e-05, + "C": 8.11645804787986e-07, + "R": 7.245364486152539e-07, + "M": 0.0003584761288948357, + "O": 0.00011242289474466816, + "W": 1.4646790305050672e-06, + "N": 6.761826512047264e-07, + "Y": 0.0014205704210326076, + "U": 5.6471176179684335e-08, + "K": 1.9001112150363042e-07, + "L": 9.517373655398842e-06, + "G": 0.000195280576008372, + "F": 0.0031561776995658875, + "E": 1.1640230695775244e-05, + "T": 0.0012017517583444715, + "P": 0.0060237254947423935, + "-": 0.9874825477600098 + }, + "id": "tp_9631" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1203904, + "label": "-", + "classification": { + "B": 1.4102969544182997e-05, + "S": 1.9307290131109767e-05, + "I": 0.001069453777745366, + "C": 0.0001725474139675498, + "R": 5.1471575716277584e-05, + "M": 0.00044471400906331837, + "O": 0.00026415582397021353, + "W": 3.865066901198588e-05, + "N": 0.00017076943186111748, + "Y": 0.0035743198823183775, + "U": 2.785759534162935e-05, + "K": 0.000984413200058043, + "L": 2.2767757400288247e-05, + "G": 0.001414089580066502, + "F": 0.01408082339912653, + "E": 0.002029729075729847, + "T": 0.0018403892172500491, + "P": 0.10343421995639801, + "-": 0.8703462481498718 + }, + "id": "tp_9632" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1204004, + "label": "-", + "classification": { + "B": 2.1516358472695174e-08, + "S": 4.179173629381694e-08, + "I": 2.0495704120548908e-06, + "C": 3.034825368786187e-08, + "R": 1.4859693919788697e-08, + "M": 4.702326350525254e-06, + "O": 1.1248683904341306e-06, + "W": 1.4841453399583315e-08, + "N": 2.775774987640034e-08, + "Y": 0.00015348846500273794, + "U": 1.4766899925078292e-09, + "K": 2.4181851188131986e-08, + "L": 4.581614732046546e-08, + "G": 6.138847311376594e-06, + "F": 0.0003859293938148767, + "E": 1.631546638236614e-06, + "T": 0.00010249264596495777, + "P": 0.011106803081929684, + "-": 0.988235592842102 + }, + "id": "tp_9633" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1204137, + "label": "-", + "classification": { + "B": 0.0005534543306566775, + "S": 5.493114804266952e-05, + "I": 0.000785465759690851, + "C": 0.00023925282584968954, + "R": 0.00010623232083162293, + "M": 0.0027970450464636087, + "O": 0.0018221038626506925, + "W": 5.292035348247737e-05, + "N": 2.9161583370296285e-05, + "Y": 0.001852598274126649, + "U": 7.379308954114094e-06, + "K": 1.1787958555942168e-06, + "L": 0.0008752765133976936, + "G": 0.005400525406002998, + "F": 0.0044619245454669, + "E": 0.00038469236460514367, + "T": 0.00255763647146523, + "P": 0.04460713267326355, + "-": 0.9334111213684082 + }, + "id": "tp_9634" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1204271, + "label": "-", + "classification": { + "B": 1.0721468868268857e-07, + "S": 4.0523822519844543e-08, + "I": 1.3628759006678592e-05, + "C": 3.1661531352256134e-07, + "R": 8.833558240439743e-08, + "M": 5.9335125115467235e-06, + "O": 3.914801709470339e-06, + "W": 3.1855961424298584e-08, + "N": 1.5609019499152055e-07, + "Y": 5.4218879085965455e-05, + "U": 2.8771269811045386e-09, + "K": 1.8001405921452829e-09, + "L": 1.7583282385658094e-07, + "G": 1.589047496963758e-05, + "F": 0.00017172389198094606, + "E": 7.068430022627581e-06, + "T": 4.244181764079258e-05, + "P": 0.09244874864816666, + "-": 0.9072355031967163 + }, + "id": "tp_9635" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1204404, + "label": "-", + "classification": { + "B": 2.581801794576677e-08, + "S": 3.349801547258835e-09, + "I": 3.135166934953304e-06, + "C": 1.8112933730662917e-06, + "R": 1.3162136269784241e-07, + "M": 8.657340913487133e-06, + "O": 6.306790396592987e-07, + "W": 4.57442883572412e-09, + "N": 1.8819674707515333e-08, + "Y": 0.00013698646216653287, + "U": 5.298409710974283e-09, + "K": 1.0740793143781957e-08, + "L": 1.550352237700281e-07, + "G": 3.601106800488196e-05, + "F": 0.0004375864809844643, + "E": 3.840949375444325e-06, + "T": 7.712547085247934e-05, + "P": 0.00967503059655428, + "-": 0.989618718624115 + }, + "id": "tp_9636" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1204505, + "label": "-", + "classification": { + "B": 3.7661418446077732e-06, + "S": 5.601921202469384e-06, + "I": 0.00016265017620753497, + "C": 3.650675716926344e-05, + "R": 6.0907063925697e-06, + "M": 0.0001374595594825223, + "O": 5.976573811494745e-05, + "W": 5.562569185713073e-06, + "N": 3.4984339436050504e-05, + "Y": 0.004198877606540918, + "U": 4.264758445060579e-06, + "K": 0.0010503383819013834, + "L": 3.852281679428415e-06, + "G": 0.0012201439822092652, + "F": 0.02004040591418743, + "E": 0.0017346118111163378, + "T": 0.0009635702590458095, + "P": 0.07110277563333511, + "-": 0.8992288112640381 + }, + "id": "tp_9637" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1204638, + "label": "-", + "classification": { + "B": 5.8605113736120984e-05, + "S": 0.00013890846457798034, + "I": 0.0004391704860609025, + "C": 0.0007938211201690137, + "R": 0.0003349298785906285, + "M": 0.006880177650600672, + "O": 0.0019933939911425114, + "W": 7.829377864254639e-05, + "N": 4.586673094308935e-05, + "Y": 0.01966303586959839, + "U": 1.629532744118478e-05, + "K": 3.592085704440251e-05, + "L": 0.0007761303568258882, + "G": 0.0070274146273732185, + "F": 0.01662519946694374, + "E": 0.0006034711259417236, + "T": 0.01201105210930109, + "P": 0.019314462319016457, + "-": 0.9131638407707214 + }, + "id": "tp_9638" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1204771, + "label": "-", + "classification": { + "B": 1.3788066155484557e-07, + "S": 1.352758545181132e-07, + "I": 4.0630329749546945e-05, + "C": 2.442647257794306e-07, + "R": 3.194438136233657e-07, + "M": 6.053849574527703e-05, + "O": 1.2481928024499211e-05, + "W": 3.436218065644425e-08, + "N": 1.4502727196941123e-07, + "Y": 0.0008706518565304577, + "U": 1.1718396253357355e-09, + "K": 1.2643351920971213e-09, + "L": 7.448236942764197e-07, + "G": 5.6369401136180386e-05, + "F": 0.00012927496572956443, + "E": 9.578850495017832e-07, + "T": 0.0011305416701361537, + "P": 0.006350221578031778, + "-": 0.9913464188575745 + }, + "id": "tp_9639" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1204905, + "label": "P", + "classification": { + "B": 1.0434998642949722e-08, + "S": 2.578409841191842e-08, + "I": 1.3396211215876974e-06, + "C": 5.2125934679736474e-09, + "R": 5.963169957823311e-10, + "M": 5.361346921972654e-08, + "O": 3.0024406783013546e-07, + "W": 7.699335391464501e-09, + "N": 4.607317549698564e-08, + "Y": 7.851110126466665e-07, + "U": 1.8715480554210018e-10, + "K": 1.3920963271019104e-09, + "L": 4.22753920759078e-09, + "G": 4.910916118205932e-07, + "F": 0.0003220327780582011, + "E": 7.741754188828054e-07, + "T": 1.2235439044161467e-06, + "P": 0.5302907824516296, + "-": 0.469382107257843 + }, + "id": "tp_9640" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1205005, + "label": "-", + "classification": { + "B": 1.3838379118169541e-06, + "S": 1.537482489766262e-06, + "I": 3.557662421371788e-05, + "C": 1.240213464370754e-06, + "R": 3.574459128685703e-07, + "M": 2.4623755962238647e-05, + "O": 2.1367961380747147e-05, + "W": 7.237647992042184e-07, + "N": 3.98821111957659e-06, + "Y": 0.00030226781382225454, + "U": 2.6185389856436814e-07, + "K": 7.363700547102781e-07, + "L": 7.753230875096051e-07, + "G": 2.1400386685854755e-05, + "F": 0.0003501478931866586, + "E": 3.4331107599427924e-05, + "T": 0.0004999388474971056, + "P": 0.07440579682588577, + "-": 0.9242936372756958 + }, + "id": "tp_9641" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1205138, + "label": "-", + "classification": { + "B": 3.218677591121377e-07, + "S": 6.117688826634549e-07, + "I": 6.001765768814948e-07, + "C": 2.2875354943607817e-07, + "R": 5.6496414657658534e-08, + "M": 7.045826350804418e-06, + "O": 5.362401225283975e-06, + "W": 1.2665311999171536e-07, + "N": 5.589426166352496e-08, + "Y": 6.762023258488625e-05, + "U": 3.119092539805024e-09, + "K": 1.207662592150882e-07, + "L": 2.1448641973620397e-07, + "G": 1.7762635252438486e-05, + "F": 0.007453749421983957, + "E": 3.914911758329254e-06, + "T": 4.083386738784611e-05, + "P": 0.017429377883672714, + "-": 0.9749719500541687 + }, + "id": "tp_9642" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1205272, + "label": "-", + "classification": { + "B": 9.415466774953529e-05, + "S": 0.00011165777686983347, + "I": 0.04107622057199478, + "C": 0.0007352415123023093, + "R": 0.0005718306638300419, + "M": 0.004377912264317274, + "O": 0.0009510001400485635, + "W": 0.00010247984755551443, + "N": 0.0016027410747483373, + "Y": 0.04604443535208702, + "U": 5.060846160631627e-05, + "K": 0.00010538177593844011, + "L": 0.0001863720390247181, + "G": 0.005699618719518185, + "F": 0.0060291350819170475, + "E": 0.0023456986527889967, + "T": 0.05277745798230171, + "P": 0.20704294741153717, + "-": 0.6300951242446899 + }, + "id": "tp_9643" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1205405, + "label": "-", + "classification": { + "B": 7.995074042810302e-07, + "S": 4.838376298721414e-06, + "I": 7.169425225583836e-05, + "C": 8.025574061321095e-06, + "R": 2.2248691493587103e-06, + "M": 1.9516182874212973e-05, + "O": 3.344722790643573e-05, + "W": 3.0410005820158403e-06, + "N": 1.3301546459842939e-05, + "Y": 0.0006973371491767466, + "U": 6.98098631346511e-07, + "K": 1.461162082705414e-05, + "L": 1.3538120811062981e-06, + "G": 6.867115735076368e-05, + "F": 0.012927494943141937, + "E": 8.000268280738965e-05, + "T": 0.00034885614877566695, + "P": 0.11630025506019592, + "-": 0.8694038391113281 + }, + "id": "tp_9644" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1205506, + "label": "-", + "classification": { + "B": 1.250128548235807e-06, + "S": 3.354103057517932e-07, + "I": 4.3983692421534215e-07, + "C": 1.5839867728573154e-07, + "R": 9.73926574943107e-08, + "M": 0.00016395140846725553, + "O": 1.3635314644488972e-05, + "W": 1.0048480447721886e-07, + "N": 4.69222172228001e-09, + "Y": 0.00013808620860800147, + "U": 4.120636609705741e-10, + "K": 1.2396802473446655e-09, + "L": 1.7237267684322433e-06, + "G": 4.669189002015628e-05, + "F": 0.0010518443305045366, + "E": 1.953815853994456e-06, + "T": 7.965983240865171e-05, + "P": 0.0019074978772550821, + "-": 0.9965925812721252 + }, + "id": "tp_9645" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1205639, + "label": "-", + "classification": { + "B": 1.404882343791769e-08, + "S": 1.4344757914841466e-07, + "I": 1.4212706673788489e-06, + "C": 6.110477102083678e-07, + "R": 4.3617501432891004e-07, + "M": 4.079484824615065e-06, + "O": 4.442464160092641e-06, + "W": 1.2399941340390797e-07, + "N": 6.025064180903428e-08, + "Y": 0.0002291703422088176, + "U": 6.568607879842148e-09, + "K": 2.9896739306423115e-08, + "L": 2.4432853251710185e-07, + "G": 7.316754363273503e-06, + "F": 0.002900943625718355, + "E": 6.704968882331741e-07, + "T": 0.00010190060856984928, + "P": 0.008195769041776657, + "-": 0.9885526895523071 + }, + "id": "tp_9646" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1205772, + "label": "-", + "classification": { + "B": 7.089170708240999e-07, + "S": 7.065274587603199e-08, + "I": 0.0002165342593798414, + "C": 2.173244320147205e-05, + "R": 5.768132268713089e-06, + "M": 5.1468196033965796e-05, + "O": 1.444688950869022e-05, + "W": 1.2392825965434895e-07, + "N": 7.892831490607932e-07, + "Y": 0.0004868315008934587, + "U": 4.4378527519484123e-08, + "K": 6.509006222898961e-09, + "L": 5.088213129056385e-06, + "G": 0.00020284924539737403, + "F": 0.0004896788741461933, + "E": 1.8438791812513955e-05, + "T": 0.0002298381587024778, + "P": 0.03832658752799034, + "-": 0.9599290490150452 + }, + "id": "tp_9647" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1205906, + "label": "-", + "classification": { + "B": 4.264149311428156e-10, + "S": 1.862028931043369e-08, + "I": 2.193380623793928e-06, + "C": 2.0513008180955694e-08, + "R": 3.220324273911501e-08, + "M": 2.782284582281136e-06, + "O": 9.888680096992175e-07, + "W": 5.723985285754907e-09, + "N": 2.0381383691869814e-08, + "Y": 0.0002828863216564059, + "U": 2.3190235842740492e-10, + "K": 5.727152529999557e-09, + "L": 2.3303456941903278e-08, + "G": 5.251901256997371e-06, + "F": 0.0009100506431423128, + "E": 4.885998237114109e-07, + "T": 0.00010004634532378986, + "P": 0.009833657182753086, + "-": 0.988861620426178 + }, + "id": "tp_9648" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1206006, + "label": "-", + "classification": { + "B": 1.5793306662459372e-09, + "S": 6.663983587174016e-09, + "I": 2.58118689089315e-07, + "C": 1.991863562977869e-08, + "R": 6.612679293027668e-09, + "M": 1.3045563719060738e-05, + "O": 4.3006758687624824e-07, + "W": 1.8332615425720178e-09, + "N": 3.026431105723759e-09, + "Y": 0.0004167227598372847, + "U": 8.552832053698722e-11, + "K": 6.795108031809605e-09, + "L": 1.7871133906055547e-08, + "G": 1.1311623893561773e-05, + "F": 0.0006775421788915992, + "E": 2.02883234123874e-06, + "T": 7.56889785407111e-05, + "P": 0.0017995015950873494, + "-": 0.9970034956932068 + }, + "id": "tp_9649" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1206139, + "label": "-", + "classification": { + "B": 1.0544790711719543e-06, + "S": 1.9766022774092562e-07, + "I": 0.0002529171761125326, + "C": 2.0429126379895024e-05, + "R": 1.9212529878132045e-06, + "M": 2.7350595701136626e-05, + "O": 8.023166628845502e-06, + "W": 4.1119469074146764e-07, + "N": 6.074795237509534e-06, + "Y": 0.00029190597706474364, + "U": 4.6803737063783046e-07, + "K": 1.0703575981096947e-06, + "L": 1.5931058214846416e-06, + "G": 8.849972073221579e-05, + "F": 0.0013506963150575757, + "E": 0.000130284926854074, + "T": 0.00012195689487271011, + "P": 0.28683337569236755, + "-": 0.7108617424964905 + }, + "id": "tp_9650" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1206273, + "label": "-", + "classification": { + "B": 0.0014432407915592194, + "S": 0.0007200320833362639, + "I": 9.679305367171764e-05, + "C": 1.939015055540949e-05, + "R": 1.1509317118907347e-05, + "M": 0.0019610710442066193, + "O": 0.001589047024026513, + "W": 7.4245166615583e-05, + "N": 1.3030798982072156e-05, + "Y": 0.001354394480586052, + "U": 6.531830081257795e-07, + "K": 2.6611885459715268e-06, + "L": 0.00035735152778215706, + "G": 0.0033844285644590855, + "F": 0.037094999104738235, + "E": 0.00047580551472492516, + "T": 0.0014418265782296658, + "P": 0.04386281594634056, + "-": 0.9060968160629272 + }, + "id": "tp_9651" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1206406, + "label": "-", + "classification": { + "B": 1.1790347365092657e-08, + "S": 7.54970841398972e-09, + "I": 2.986013569739043e-08, + "C": 2.8468387647251348e-09, + "R": 1.1983026793060958e-09, + "M": 2.734037934715161e-06, + "O": 6.37533617009467e-07, + "W": 1.8460537543063538e-09, + "N": 3.3421451717252637e-10, + "Y": 1.9601879102992825e-05, + "U": 1.945343192089055e-11, + "K": 2.9521100841645165e-11, + "L": 2.653430541954549e-08, + "G": 1.7709826352074742e-06, + "F": 0.00012169442197773606, + "E": 3.303028606183034e-08, + "T": 1.8371303667663597e-05, + "P": 0.0022291289642453194, + "-": 0.9976059198379517 + }, + "id": "tp_9652" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1206507, + "label": "-", + "classification": { + "B": 3.325464703607395e-08, + "S": 3.07731262694233e-08, + "I": 5.3027429203211796e-06, + "C": 7.191454898247684e-08, + "R": 1.9664208039671394e-08, + "M": 1.0188909982389305e-06, + "O": 1.5241416804201435e-06, + "W": 4.997000857542844e-08, + "N": 1.7336439839255036e-07, + "Y": 1.6284744560834952e-05, + "U": 2.870076620808959e-09, + "K": 6.537209742418781e-07, + "L": 1.1413094469503449e-08, + "G": 8.126768079819158e-06, + "F": 0.0040788245387375355, + "E": 3.4141368814744055e-05, + "T": 4.952032668370521e-06, + "P": 0.15297280251979828, + "-": 0.8428758978843689 + }, + "id": "tp_9653" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1206640, + "label": "-", + "classification": { + "B": 3.239207444494241e-06, + "S": 1.3337154996406753e-05, + "I": 3.699663284351118e-05, + "C": 3.557130912668072e-05, + "R": 8.666179382998962e-06, + "M": 0.0006649551214650273, + "O": 0.00016353721730411053, + "W": 7.657802598259877e-06, + "N": 4.427665771800093e-06, + "Y": 0.0023220728617161512, + "U": 1.2185374771433999e-06, + "K": 2.5574987375875935e-05, + "L": 2.484928882040549e-05, + "G": 0.0008999142446555197, + "F": 0.021581236273050308, + "E": 0.000157262766151689, + "T": 0.0015284257242456079, + "P": 0.021343860775232315, + "-": 0.9511772394180298 + }, + "id": "tp_9654" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1206773, + "label": "-", + "classification": { + "B": 1.877681370388018e-07, + "S": 9.224620356462765e-08, + "I": 1.4931833902664948e-06, + "C": 6.183394702929945e-07, + "R": 3.923454130472237e-07, + "M": 1.456767859053798e-05, + "O": 1.1607954547798727e-05, + "W": 9.565943059897108e-08, + "N": 3.432646522583127e-08, + "Y": 6.893984391354024e-05, + "U": 6.230078675173445e-09, + "K": 3.464738052016969e-09, + "L": 6.186803602759028e-07, + "G": 1.1298921890556812e-05, + "F": 9.786532609723508e-05, + "E": 6.98462088166707e-07, + "T": 0.00011617274867603555, + "P": 0.006569146178662777, + "-": 0.9931060671806335 + }, + "id": "tp_9655" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1206907, + "label": "P", + "classification": { + "B": 0.0005448762094601989, + "S": 0.00036038170219399035, + "I": 0.09781396389007568, + "C": 0.00011622246529441327, + "R": 5.461192995426245e-05, + "M": 0.005643345415592194, + "O": 0.0007556900382041931, + "W": 8.227420039474964e-05, + "N": 0.002240527654066682, + "Y": 0.016972286626696587, + "U": 1.8904225953519926e-06, + "K": 7.158346852520481e-05, + "L": 0.00011729889229172841, + "G": 0.009869685396552086, + "F": 0.011900147423148155, + "E": 0.028905659914016724, + "T": 0.003724236972630024, + "P": 0.5666727423667908, + "-": 0.2541525661945343 + }, + "id": "tp_9656" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1207007, + "label": "-", + "classification": { + "B": 6.718161785101984e-06, + "S": 3.183792841809918e-06, + "I": 0.0011036160867661238, + "C": 0.0001293133682338521, + "R": 1.0615832252369728e-05, + "M": 0.00010310330981155857, + "O": 3.103550261585042e-05, + "W": 5.434880222310312e-06, + "N": 0.000160326759214513, + "Y": 0.0027155131101608276, + "U": 3.758346792892553e-06, + "K": 0.0007935604080557823, + "L": 4.3885170271096285e-06, + "G": 0.0037331809289753437, + "F": 0.033294204622507095, + "E": 0.038407858461141586, + "T": 0.0005218533333390951, + "P": 0.4351215064525604, + "-": 0.48385071754455566 + }, + "id": "tp_9657" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1207140, + "label": "-", + "classification": { + "B": 4.263119535607984e-06, + "S": 2.6021011763077695e-06, + "I": 5.415089162852382e-06, + "C": 4.759252078656573e-06, + "R": 1.5936359432089375e-06, + "M": 0.0001835511502576992, + "O": 4.2333842429798096e-05, + "W": 1.0354688129154965e-06, + "N": 3.147622464894084e-07, + "Y": 0.0007803773623891175, + "U": 5.915075718121443e-08, + "K": 2.490893393769511e-07, + "L": 5.6202325140475295e-06, + "G": 0.0001739979925332591, + "F": 0.0026255478151142597, + "E": 1.5263440218404867e-05, + "T": 0.00047796565922908485, + "P": 0.009567521512508392, + "-": 0.986107587814331 + }, + "id": "tp_9658" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1207274, + "label": "-", + "classification": { + "B": 1.279841010948246e-09, + "S": 1.0906487268869114e-08, + "I": 1.1067101013395586e-06, + "C": 2.1784100567856512e-07, + "R": 4.571345613157973e-08, + "M": 1.8286979184267693e-06, + "O": 5.116065153742966e-07, + "W": 4.1743559719975565e-09, + "N": 2.5399636172096507e-08, + "Y": 0.0001334988046437502, + "U": 1.6544692282849383e-09, + "K": 4.013225805010734e-07, + "L": 1.6146529446814384e-08, + "G": 1.0562220268184319e-05, + "F": 0.0028373405802994967, + "E": 1.7696463601168944e-06, + "T": 3.854523674817756e-05, + "P": 0.005522242747247219, + "-": 0.9914518594741821 + }, + "id": "tp_9659" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1207407, + "label": "-", + "classification": { + "B": 3.223976818844676e-05, + "S": 6.374409713316709e-05, + "I": 0.0005752934375777841, + "C": 0.00014907517470419407, + "R": 3.371463026269339e-05, + "M": 0.0003338760870974511, + "O": 0.0002904519496951252, + "W": 3.685272895381786e-05, + "N": 0.0001101457019103691, + "Y": 0.001671844394877553, + "U": 1.1958922186749987e-05, + "K": 7.301108416868374e-05, + "L": 3.754823774215765e-05, + "G": 0.0005824379622936249, + "F": 0.009637412615120411, + "E": 0.0007142354734241962, + "T": 0.0019023776985704899, + "P": 0.16044171154499054, + "-": 0.8233020305633545 + }, + "id": "tp_9660" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1207508, + "label": "-", + "classification": { + "B": 0.00019444141071289778, + "S": 0.0003044484765268862, + "I": 0.00016595331544522196, + "C": 4.3728523451136425e-05, + "R": 1.1419109796406701e-05, + "M": 0.0007067195838317275, + "O": 0.0005459785461425781, + "W": 5.3090752771822736e-05, + "N": 4.996608186047524e-05, + "Y": 0.0012782785343006253, + "U": 4.118276137887733e-06, + "K": 4.9505946662975475e-05, + "L": 6.67731073917821e-05, + "G": 0.0012523195473477244, + "F": 0.05340256169438362, + "E": 0.0015309668378904462, + "T": 0.0009998229797929525, + "P": 0.15960417687892914, + "-": 0.7797356843948364 + }, + "id": "tp_9661" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1207641, + "label": "-", + "classification": { + "B": 1.0124773019981603e-08, + "S": 3.4468854437363916e-08, + "I": 2.047969474006095e-06, + "C": 1.085246452703359e-07, + "R": 1.0800442318270598e-08, + "M": 1.8395192000753013e-06, + "O": 5.359977990337939e-07, + "W": 3.7981028100375624e-08, + "N": 1.508826414919895e-07, + "Y": 0.00020858008065260947, + "U": 4.9615245245604456e-09, + "K": 7.048868155834498e-06, + "L": 9.959384428270823e-09, + "G": 2.463684904796537e-05, + "F": 0.004320515785366297, + "E": 8.21352077764459e-05, + "T": 3.756226215045899e-05, + "P": 0.042713165283203125, + "-": 0.9526016116142273 + }, + "id": "tp_9662" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1207774, + "label": "-", + "classification": { + "B": 2.043741005763877e-06, + "S": 1.036757657857379e-05, + "I": 4.1555399548087735e-06, + "C": 6.655562856394681e-07, + "R": 2.054732703982154e-07, + "M": 0.00010907874820986763, + "O": 2.471353036526125e-05, + "W": 1.29192846998194e-06, + "N": 5.301052397044259e-07, + "Y": 0.00046773822396062315, + "U": 1.7787257888812746e-08, + "K": 1.7781271708372515e-06, + "L": 1.2947443792654667e-06, + "G": 0.00011668029037537053, + "F": 0.02588319405913353, + "E": 5.320623313309625e-05, + "T": 0.00025893247220665216, + "P": 0.028357364237308502, + "-": 0.9447067975997925 + }, + "id": "tp_9663" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1207908, + "label": "-", + "classification": { + "B": 3.348716504092408e-08, + "S": 1.9212949098346144e-07, + "I": 1.3109417523082811e-05, + "C": 3.6864926755697525e-07, + "R": 2.2228061880014138e-07, + "M": 9.311221219832078e-06, + "O": 2.811829745041905e-06, + "W": 1.4843502071926196e-07, + "N": 4.313014017043315e-07, + "Y": 0.0016328920610249043, + "U": 2.5906208733772473e-08, + "K": 7.638849638169631e-06, + "L": 9.08582578063033e-08, + "G": 5.313579458743334e-05, + "F": 0.0032993019558489323, + "E": 1.0653653589542955e-05, + "T": 0.00037334856460802257, + "P": 0.01174231804907322, + "-": 0.9828540086746216 + }, + "id": "tp_9664" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1208008, + "label": "-", + "classification": { + "B": 4.651331892091548e-06, + "S": 1.1651058230199851e-05, + "I": 8.586442709201947e-05, + "C": 1.8761484170681797e-05, + "R": 1.0364138688601088e-05, + "M": 7.724737224634737e-05, + "O": 0.00011204857582924888, + "W": 7.873724825913087e-06, + "N": 9.823589607549366e-06, + "Y": 0.0007720763678662479, + "U": 1.276510829484323e-06, + "K": 3.7814916140632704e-06, + "L": 8.111408533295617e-06, + "G": 0.00013026577653363347, + "F": 0.0034252956975251436, + "E": 3.3870524930534884e-05, + "T": 0.0008242250187322497, + "P": 0.0598987340927124, + "-": 0.9345641136169434 + }, + "id": "tp_9665" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1208141, + "label": "-", + "classification": { + "B": 6.850261229374155e-07, + "S": 8.840308396429464e-08, + "I": 3.1970230338629335e-05, + "C": 1.7601175841264194e-06, + "R": 1.586386986218713e-07, + "M": 1.008542221825337e-05, + "O": 3.1737820336275036e-06, + "W": 8.652190786051506e-08, + "N": 1.1932379493373446e-06, + "Y": 0.00016620114911347628, + "U": 1.150182029618918e-07, + "K": 2.155756675392695e-07, + "L": 3.631203355780599e-07, + "G": 4.034295488963835e-05, + "F": 0.0006015010876581073, + "E": 6.122548074927181e-05, + "T": 0.00015304874978028238, + "P": 0.19669710099697113, + "-": 0.8022306561470032 + }, + "id": "tp_9666" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1208275, + "label": "-", + "classification": { + "B": 8.412317065165098e-09, + "S": 4.6969383049599855e-08, + "I": 4.1474237377769896e-07, + "C": 4.6277978782427454e-08, + "R": 1.1123957222025638e-07, + "M": 1.0483070582267828e-05, + "O": 5.805035925732227e-06, + "W": 1.5360761551619362e-08, + "N": 2.128419440694529e-09, + "Y": 0.00021269902936182916, + "U": 7.067139234928632e-11, + "K": 1.8694434888999467e-11, + "L": 5.089600563223939e-07, + "G": 1.4004052900418174e-05, + "F": 0.00039608299266546965, + "E": 4.920199359048638e-08, + "T": 0.00016199942911043763, + "P": 0.0006370400660671294, + "-": 0.9985608458518982 + }, + "id": "tp_9667" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1208375, + "label": "-", + "classification": { + "B": 2.4530400821731746e-08, + "S": 2.1096373075124575e-06, + "I": 1.5988807717803866e-06, + "C": 2.52570828251919e-07, + "R": 2.9736767714894086e-07, + "M": 0.0004185176803730428, + "O": 3.989345714217052e-05, + "W": 3.127742616015894e-07, + "N": 6.025394583275556e-08, + "Y": 0.0025486452504992485, + "U": 3.019079874988506e-09, + "K": 3.3837508794931637e-07, + "L": 2.2515730506711407e-06, + "G": 9.786913869902492e-05, + "F": 0.0035951861646026373, + "E": 2.447500037305872e-06, + "T": 0.002363277832046151, + "P": 0.0011237399885430932, + "-": 0.9898031949996948 + }, + "id": "tp_9668" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1208509, + "label": "-", + "classification": { + "B": 1.6585298681093263e-06, + "S": 1.189240902021993e-05, + "I": 3.693118196679279e-05, + "C": 1.023195272864541e-05, + "R": 3.900492629327346e-06, + "M": 0.00038457693881355226, + "O": 0.00015630705456715077, + "W": 2.9218017516541295e-06, + "N": 1.4632092870670022e-06, + "Y": 0.0010257551912218332, + "U": 1.8705870274970948e-07, + "K": 8.800186179769298e-08, + "L": 3.487561843940057e-05, + "G": 0.00019369165238458663, + "F": 0.004022533074021339, + "E": 2.8920683689648286e-05, + "T": 0.0011952940840274096, + "P": 0.013311998918652534, + "-": 0.9795767068862915 + }, + "id": "tp_9669" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1208642, + "label": "-", + "classification": { + "B": 5.13804770889692e-05, + "S": 1.744251130730845e-05, + "I": 0.0004702191799879074, + "C": 5.846575368195772e-05, + "R": 6.556791959155817e-06, + "M": 0.00048405464622192085, + "O": 8.567125769332051e-05, + "W": 8.94065397005761e-06, + "N": 5.50122422282584e-05, + "Y": 0.003695459570735693, + "U": 4.715385330200661e-06, + "K": 0.0001607648009667173, + "L": 2.015887548623141e-05, + "G": 0.002953863702714443, + "F": 0.01681615225970745, + "E": 0.009813055396080017, + "T": 0.0011688446393236518, + "P": 0.20133882761001587, + "-": 0.7627903819084167 + }, + "id": "tp_9670" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1208775, + "label": "-", + "classification": { + "B": 5.509945708581654e-07, + "S": 5.890717602596851e-07, + "I": 9.149139077635482e-05, + "C": 9.188382682623342e-05, + "R": 1.7626774933887646e-05, + "M": 0.00030826765578240156, + "O": 2.7187576051801443e-05, + "W": 8.812454552753479e-07, + "N": 2.5252379600715358e-06, + "Y": 0.00198647053912282, + "U": 1.5028020925456076e-06, + "K": 1.057045392371947e-05, + "L": 1.1158344022987876e-05, + "G": 0.000553450605366379, + "F": 0.004594931844621897, + "E": 6.379537080647424e-05, + "T": 0.0011118255788460374, + "P": 0.017150629311800003, + "-": 0.9739747643470764 + }, + "id": "tp_9671" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1208876, + "label": "-", + "classification": { + "B": 2.059505050056032e-06, + "S": 1.0260734597977716e-05, + "I": 7.149876182666048e-05, + "C": 1.8694234313443303e-05, + "R": 9.833072908804752e-06, + "M": 0.0001228924811584875, + "O": 0.00010498068149900064, + "W": 8.059497304202523e-06, + "N": 9.308025255450048e-06, + "Y": 0.001492711016908288, + "U": 2.331473524463945e-06, + "K": 6.809147453168407e-05, + "L": 4.888938747171778e-06, + "G": 0.00021506602934096009, + "F": 0.00839227344840765, + "E": 7.842850754968822e-05, + "T": 0.0007843584753572941, + "P": 0.043278224766254425, + "-": 0.9453259706497192 + }, + "id": "tp_9672" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1209009, + "label": "-", + "classification": { + "B": 1.725489528325852e-05, + "S": 2.6446721676620655e-05, + "I": 0.00013724782911594957, + "C": 1.187634279631311e-05, + "R": 2.9920927318016766e-06, + "M": 0.0003505625354591757, + "O": 0.00017481025133747607, + "W": 1.1785325114033185e-05, + "N": 1.3529168427339755e-05, + "Y": 0.0005507738096639514, + "U": 1.3171393220545724e-06, + "K": 2.3020156731945463e-06, + "L": 2.4832315830281004e-05, + "G": 0.00022078242909628898, + "F": 0.005357395391911268, + "E": 0.00012995974975638092, + "T": 0.0014525168808177114, + "P": 0.12204020470380783, + "-": 0.869473397731781 + }, + "id": "tp_9673" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1209142, + "label": "-", + "classification": { + "B": 3.4544882510090247e-09, + "S": 7.981377336818696e-09, + "I": 2.1758521597803337e-06, + "C": 2.0354093521746108e-07, + "R": 4.0798585843049295e-08, + "M": 4.869038548349636e-06, + "O": 4.404025162330072e-07, + "W": 3.4149063576904837e-09, + "N": 2.262090070814793e-08, + "Y": 0.00021638584439642727, + "U": 1.1639572639055018e-09, + "K": 8.871867862580984e-08, + "L": 3.024985417710013e-08, + "G": 2.4679358830326237e-05, + "F": 0.002139192307367921, + "E": 5.2788636821787804e-06, + "T": 4.198500755592249e-05, + "P": 0.005905223544687033, + "-": 0.9916593432426453 + }, + "id": "tp_9674" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1209276, + "label": "-", + "classification": { + "B": 1.4887432371324394e-05, + "S": 2.8385795303620398e-05, + "I": 0.0022106217220425606, + "C": 0.0006210766150616109, + "R": 0.00021233284496702254, + "M": 0.0018089826917275786, + "O": 0.0006549580721184611, + "W": 4.457372779143043e-05, + "N": 0.00021712679881602526, + "Y": 0.015231580473482609, + "U": 3.079874295508489e-05, + "K": 0.00013660883996635675, + "L": 0.00013969646533951163, + "G": 0.003059434937313199, + "F": 0.016266213729977608, + "E": 0.001970625016838312, + "T": 0.009880452416837215, + "P": 0.0703713446855545, + "-": 0.8771001696586609 + }, + "id": "tp_9675" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1209376, + "label": "-", + "classification": { + "B": 0.00024373606720473617, + "S": 3.0170049285516143e-05, + "I": 0.0009740298264659941, + "C": 8.286132651846856e-05, + "R": 4.206630910630338e-05, + "M": 0.0019231243059039116, + "O": 0.0005092874052934349, + "W": 2.220140777353663e-05, + "N": 3.933978587156162e-05, + "Y": 0.002868377836421132, + "U": 6.4096834648808e-06, + "K": 4.388508386909962e-06, + "L": 0.00020974106155335903, + "G": 0.002819455461576581, + "F": 0.007346674799919128, + "E": 0.001265020458959043, + "T": 0.0026103430427610874, + "P": 0.13932882249355316, + "-": 0.8396738767623901 + }, + "id": "tp_9676" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1209510, + "label": "-", + "classification": { + "B": 1.2303725043238956e-06, + "S": 9.137777851719875e-06, + "I": 0.0027490106876939535, + "C": 0.00012269685976207256, + "R": 4.310750955482945e-05, + "M": 0.00026942347176373005, + "O": 0.00011308798275422305, + "W": 1.354666892439127e-05, + "N": 0.0001678204716881737, + "Y": 0.0031845474150031805, + "U": 6.115857559052529e-06, + "K": 0.0001225913583766669, + "L": 8.427207831118722e-06, + "G": 0.00028458202723413706, + "F": 0.009816722944378853, + "E": 0.0007637579110451043, + "T": 0.0020682953763753176, + "P": 0.192619189620018, + "-": 0.7876367568969727 + }, + "id": "tp_9677" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1209643, + "label": "-", + "classification": { + "B": 5.108454843139043e-06, + "S": 4.7302787606895436e-06, + "I": 5.195435005589388e-05, + "C": 2.3030739612295292e-05, + "R": 6.572128313564463e-06, + "M": 0.00027457860414870083, + "O": 5.003133992431685e-05, + "W": 1.5748336181786726e-06, + "N": 1.6721448901080294e-06, + "Y": 0.003114416031166911, + "U": 2.411812829450355e-07, + "K": 3.5709456369659165e-06, + "L": 2.2980058929533698e-05, + "G": 0.0024708176497370005, + "F": 0.021256092935800552, + "E": 0.0001963880640687421, + "T": 0.0013691491913050413, + "P": 0.012196850962936878, + "-": 0.9589501023292542 + }, + "id": "tp_9678" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1209776, + "label": "-", + "classification": { + "B": 4.466793157575921e-09, + "S": 2.8613674984967474e-08, + "I": 9.517552257420903e-07, + "C": 2.9663643985600174e-08, + "R": 5.012025905415385e-09, + "M": 6.992603402977693e-07, + "O": 2.1651250392551447e-07, + "W": 9.031468906073314e-09, + "N": 3.7416054254890696e-08, + "Y": 0.00012271618470549583, + "U": 4.758194394050008e-10, + "K": 1.3149900723874453e-06, + "L": 5.945778536187163e-09, + "G": 2.0844972823397256e-05, + "F": 0.011591712944209576, + "E": 2.82828386843903e-05, + "T": 1.673901169851888e-05, + "P": 0.019905567169189453, + "-": 0.9683110117912292 + }, + "id": "tp_9679" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1209877, + "label": "-", + "classification": { + "B": 6.422977548936615e-06, + "S": 0.00012377987150102854, + "I": 0.00017680414021015167, + "C": 6.497964477603091e-06, + "R": 2.283934236402274e-06, + "M": 0.00016799419245216995, + "O": 0.0001231553324032575, + "W": 2.144425525330007e-05, + "N": 9.646083344705403e-05, + "Y": 0.006043910514563322, + "U": 6.670656489404792e-07, + "K": 0.0013727059122174978, + "L": 2.9766931675112573e-06, + "G": 0.0012847983743995428, + "F": 0.0896170511841774, + "E": 0.0020523660350590944, + "T": 0.004038256127387285, + "P": 0.10838158428668976, + "-": 0.786480724811554 + }, + "id": "tp_9680" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1210010, + "label": "-", + "classification": { + "B": 3.768398300962872e-06, + "S": 4.106419055460719e-06, + "I": 2.0504288841038942e-05, + "C": 8.041599812713685e-07, + "R": 5.421080118139798e-07, + "M": 0.00013941865472588688, + "O": 4.757638816954568e-05, + "W": 8.629895091871731e-07, + "N": 4.3826244677802606e-07, + "Y": 0.0007940275827422738, + "U": 1.7064751389739286e-08, + "K": 4.244401452524471e-08, + "L": 5.0996736717934255e-06, + "G": 7.905737584223971e-05, + "F": 0.0012325162533670664, + "E": 8.818709829938598e-06, + "T": 0.0006508867954835296, + "P": 0.009109755046665668, + "-": 0.9879016876220703 + }, + "id": "tp_9681" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1210143, + "label": "-", + "classification": { + "B": 7.485063124867963e-10, + "S": 4.921489882292462e-10, + "I": 9.557628573020338e-07, + "C": 4.1742520551224516e-09, + "R": 1.3364420681227784e-10, + "M": 2.9087416919537645e-07, + "O": 2.318974701154275e-08, + "W": 1.9891557845319596e-10, + "N": 8.935465700687928e-09, + "Y": 3.217591711290879e-06, + "U": 7.244812388895738e-11, + "K": 1.4527218317184065e-09, + "L": 9.737797235231938e-10, + "G": 1.0271504606862436e-06, + "F": 0.00012787411105819046, + "E": 9.932690772984643e-06, + "T": 4.063272626808612e-06, + "P": 0.1533043533563614, + "-": 0.8465483784675598 + }, + "id": "tp_9682" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1210277, + "label": "-", + "classification": { + "B": 1.0327239579055458e-05, + "S": 3.002186986122979e-06, + "I": 1.9385108771530213e-06, + "C": 2.5721871566020127e-07, + "R": 5.204676867265334e-08, + "M": 4.591388278640807e-05, + "O": 2.9492774046957493e-05, + "W": 3.4250999192408926e-07, + "N": 1.3874307569494704e-07, + "Y": 0.00017406338884029537, + "U": 2.1303019348550833e-09, + "K": 8.933837669644618e-09, + "L": 2.5135575469903415e-06, + "G": 0.0002098274271702394, + "F": 0.008252425119280815, + "E": 3.1207968277158216e-05, + "T": 0.00011416237975936383, + "P": 0.03764473274350166, + "-": 0.9534796476364136 + }, + "id": "tp_9683" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1210377, + "label": "-", + "classification": { + "B": 1.3445946933643427e-06, + "S": 1.2274157370484318e-06, + "I": 6.698491006318363e-07, + "C": 5.125555091467504e-08, + "R": 3.561986972044906e-08, + "M": 1.5012267795100342e-05, + "O": 2.203592157457024e-05, + "W": 2.94797274591474e-07, + "N": 2.439031909773348e-08, + "Y": 2.902498636103701e-05, + "U": 1.0985753418069066e-09, + "K": 7.026300874457547e-09, + "L": 6.511026526823116e-07, + "G": 1.6641106412862428e-05, + "F": 0.0023186819162219763, + "E": 1.1250452871536254e-06, + "T": 4.842956332140602e-05, + "P": 0.00983204785734415, + "-": 0.987712562084198 + }, + "id": "tp_9684" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1210511, + "label": "-", + "classification": { + "B": 0.0037665904965251684, + "S": 0.004368531983345747, + "I": 0.0010587208671495318, + "C": 0.0015759961679577827, + "R": 0.0012480830773711205, + "M": 0.015374108217656612, + "O": 0.012268412858247757, + "W": 0.0017025695415213704, + "N": 0.00018981403263751417, + "Y": 0.024050641804933548, + "U": 7.056150207063183e-05, + "K": 0.00016499288904014975, + "L": 0.005606880411505699, + "G": 0.01951078325510025, + "F": 0.07665389776229858, + "E": 0.0019418399315327406, + "T": 0.01304297149181366, + "P": 0.024765904992818832, + "-": 0.7926387786865234 + }, + "id": "tp_9685" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1210644, + "label": "-", + "classification": { + "B": 1.1827256507501716e-08, + "S": 1.2806961713351939e-08, + "I": 5.5682498611986375e-08, + "C": 1.4586003516114943e-08, + "R": 1.0884209089567776e-08, + "M": 5.8703706599771976e-05, + "O": 4.8508909458178096e-06, + "W": 3.970712647571872e-09, + "N": 1.6628994015110976e-10, + "Y": 1.8910548533312976e-05, + "U": 1.4053419886139729e-11, + "K": 1.060149797810217e-12, + "L": 7.622172120136383e-07, + "G": 5.2031991799594834e-06, + "F": 3.9142745663411915e-05, + "E": 2.6839334310579943e-08, + "T": 7.815095887053758e-05, + "P": 0.0002004921989282593, + "-": 0.9995937943458557 + }, + "id": "tp_9686" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1210777, + "label": "-", + "classification": { + "B": 2.980752697112621e-06, + "S": 1.7720670939525007e-06, + "I": 0.0004074788885191083, + "C": 9.557930752635002e-06, + "R": 2.3122781840356765e-06, + "M": 0.00010826873040059581, + "O": 3.7017452996224165e-05, + "W": 1.7559474372319528e-06, + "N": 2.0391185898915865e-05, + "Y": 0.0007237957324832678, + "U": 1.485700977355009e-06, + "K": 2.2425822407967644e-06, + "L": 3.5258569823781727e-06, + "G": 0.00015909282956272364, + "F": 0.0007162336260080338, + "E": 0.00019525577954482287, + "T": 0.0017237894935533404, + "P": 0.20507554709911346, + "-": 0.7908075451850891 + }, + "id": "tp_9687" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1210878, + "label": "-", + "classification": { + "B": 3.944137105804657e-08, + "S": 2.8419284703318226e-08, + "I": 3.5347904940863373e-06, + "C": 2.1419836571112683e-07, + "R": 4.422821930916143e-08, + "M": 1.002309909381438e-05, + "O": 1.444338863620942e-06, + "W": 1.0837495345583648e-08, + "N": 4.7516611090259175e-08, + "Y": 0.00013940632925368845, + "U": 2.5740523046380304e-09, + "K": 8.220047753582094e-09, + "L": 1.7393639950569195e-07, + "G": 2.681604200915899e-05, + "F": 0.0012515319976955652, + "E": 6.630931693507591e-06, + "T": 7.272871152963489e-05, + "P": 0.019272008910775185, + "-": 0.9792152643203735 + }, + "id": "tp_9688" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1211011, + "label": "-", + "classification": { + "B": 1.0009868489646578e-09, + "S": 2.2154484469183444e-08, + "I": 7.115543849067762e-05, + "C": 1.5747488077977323e-06, + "R": 7.619519806212338e-07, + "M": 3.3301603252766654e-05, + "O": 2.413356469332939e-06, + "W": 2.5131290826152508e-08, + "N": 1.4820415117355878e-07, + "Y": 0.004419325850903988, + "U": 1.7678050134861678e-09, + "K": 3.602852061135309e-08, + "L": 9.463488481742388e-08, + "G": 4.90872043883428e-05, + "F": 0.0002692450361791998, + "E": 6.086266694182996e-06, + "T": 0.0012827555183321238, + "P": 0.0034997607581317425, + "-": 0.990364134311676 + }, + "id": "tp_9689" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1211144, + "label": "-", + "classification": { + "B": 0.00018535823619458824, + "S": 0.0006297208601608872, + "I": 0.013178017921745777, + "C": 0.0004665686865337193, + "R": 0.00027585276984609663, + "M": 0.004289501812309027, + "O": 0.0013534181052818894, + "W": 0.0001331927633145824, + "N": 0.0012170515256002545, + "Y": 0.03856108337640762, + "U": 1.6799538570921868e-05, + "K": 0.00037084927316755056, + "L": 0.00024327627033926547, + "G": 0.011544090695679188, + "F": 0.048496246337890625, + "E": 0.004834150895476341, + "T": 0.03038662113249302, + "P": 0.1976463794708252, + "-": 0.6461718678474426 + }, + "id": "tp_9690" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1211278, + "label": "-", + "classification": { + "B": 8.699427667124837e-08, + "S": 2.630324935637418e-08, + "I": 5.402682177191309e-07, + "C": 8.556685315852519e-08, + "R": 3.231007639215022e-08, + "M": 4.9017235141946e-06, + "O": 2.838615955624846e-06, + "W": 2.449624325606692e-08, + "N": 9.927172861523559e-09, + "Y": 1.6832691471790895e-05, + "U": 6.732732149572485e-10, + "K": 6.849435463252007e-10, + "L": 1.7363092297273397e-07, + "G": 8.042871741054114e-06, + "F": 0.000529186800122261, + "E": 5.635081947730214e-07, + "T": 3.289394953753799e-05, + "P": 0.026109900325536728, + "-": 0.9732939004898071 + }, + "id": "tp_9691" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1211378, + "label": "-", + "classification": { + "B": 8.858596629579552e-06, + "S": 4.8086825700011104e-05, + "I": 0.0005143248126842082, + "C": 9.469399628869724e-06, + "R": 3.888472747348715e-06, + "M": 0.0005332728615030646, + "O": 0.0001055385364452377, + "W": 1.1252742297074292e-05, + "N": 9.719319496070966e-05, + "Y": 0.012959636747837067, + "U": 1.6043621826611343e-06, + "K": 0.0013545164838433266, + "L": 4.681134669226594e-06, + "G": 0.0019300937419757247, + "F": 0.038515854626894, + "E": 0.0033114412799477577, + "T": 0.0044165668077766895, + "P": 0.09791230410337448, + "-": 0.8382614254951477 + }, + "id": "tp_9692" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1211512, + "label": "-", + "classification": { + "B": 0.0015698035713285208, + "S": 0.00031615467742085457, + "I": 0.0005325937527231872, + "C": 8.807054837234318e-05, + "R": 0.00011212841491214931, + "M": 0.007445243652909994, + "O": 0.0037476224824786186, + "W": 0.000108983731479384, + "N": 1.669981429586187e-05, + "Y": 0.005470439326018095, + "U": 3.5513764942152193e-06, + "K": 2.8708936383736727e-07, + "L": 0.0029691248200833797, + "G": 0.006906207650899887, + "F": 0.007912336848676205, + "E": 0.0002709134132601321, + "T": 0.008523738943040371, + "P": 0.023044755682349205, + "-": 0.9309613704681396 + }, + "id": "tp_9693" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1211645, + "label": "-", + "classification": { + "B": 8.00486741354689e-05, + "S": 2.3985005100257695e-05, + "I": 0.00010764742182800546, + "C": 0.0001844519138103351, + "R": 7.473434379789978e-05, + "M": 0.0010122956009581685, + "O": 0.0006222531083039939, + "W": 2.0154722733423114e-05, + "N": 5.7545789786672685e-06, + "Y": 0.0015518469735980034, + "U": 1.6668466287228512e-06, + "K": 9.739510460349265e-07, + "L": 0.0001975292107090354, + "G": 0.0018897406989708543, + "F": 0.007363410666584969, + "E": 7.741103763692081e-05, + "T": 0.001508762827143073, + "P": 0.020358676090836525, + "-": 0.9649187326431274 + }, + "id": "tp_9694" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1211778, + "label": "-", + "classification": { + "B": 1.0812859585485057e-07, + "S": 4.511274021012923e-09, + "I": 3.068867590627633e-05, + "C": 1.7753478687154711e-06, + "R": 1.335504009603028e-07, + "M": 8.950320079748053e-06, + "O": 1.4323284176498419e-06, + "W": 4.971496103678419e-09, + "N": 1.2650063752062124e-07, + "Y": 9.786325972527266e-05, + "U": 3.6577056938824626e-09, + "K": 1.2311185404456637e-09, + "L": 2.951771023163019e-07, + "G": 8.274319407064468e-05, + "F": 0.00025943340733647346, + "E": 8.819259164738469e-06, + "T": 5.258514283923432e-05, + "P": 0.07232069224119186, + "-": 0.9271342754364014 + }, + "id": "tp_9695" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1211879, + "label": "-", + "classification": { + "B": 1.2727693501801696e-05, + "S": 2.9436865588650107e-05, + "I": 0.0012840989511460066, + "C": 0.00043995006126351655, + "R": 8.116393291857094e-05, + "M": 0.00019336187688168138, + "O": 0.0001968537544598803, + "W": 4.039255509269424e-05, + "N": 0.00028043685597367585, + "Y": 0.0038155983202159405, + "U": 3.187312904628925e-05, + "K": 0.001147259259596467, + "L": 1.8353328414377756e-05, + "G": 0.0016499237390235066, + "F": 0.02396555058658123, + "E": 0.0025329599156975746, + "T": 0.0014562859432771802, + "P": 0.20473696291446686, + "-": 0.7580868005752563 + }, + "id": "tp_9696" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1212012, + "label": "-", + "classification": { + "B": 1.1452611659024114e-07, + "S": 4.8738413305216e-09, + "I": 4.0001228626351804e-05, + "C": 3.593504061427666e-06, + "R": 4.4192611881044286e-07, + "M": 2.5521170755382627e-05, + "O": 1.2365977681838558e-06, + "W": 9.587525440224454e-09, + "N": 2.8676740271293966e-07, + "Y": 0.0008334456360898912, + "U": 3.122688596590706e-08, + "K": 1.2627931766928668e-07, + "L": 2.0405936140832637e-07, + "G": 0.00018866136088036, + "F": 0.0003481562016531825, + "E": 5.735674130846746e-05, + "T": 0.00017801915237214416, + "P": 0.04366478696465492, + "-": 0.954658031463623 + }, + "id": "tp_9697" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1212145, + "label": "-", + "classification": { + "B": 3.743342347206635e-07, + "S": 8.279720242754252e-10, + "I": 1.6479646092193434e-08, + "C": 6.485490477992073e-10, + "R": 1.5793384655626852e-10, + "M": 6.377397312462563e-06, + "O": 1.671993913987535e-06, + "W": 6.11200423605851e-10, + "N": 1.609203742480858e-11, + "Y": 6.627325319641386e-07, + "U": 1.372696119099348e-12, + "K": 9.326706251996703e-16, + "L": 7.011421416791563e-07, + "G": 2.066541810563649e-06, + "F": 2.272101482958533e-06, + "E": 1.157302786936043e-08, + "T": 6.355370260280324e-06, + "P": 0.0009070850210264325, + "-": 0.9990724325180054 + }, + "id": "tp_9698" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1212279, + "label": "-", + "classification": { + "B": 1.9581655741340853e-11, + "S": 3.302013662498382e-10, + "I": 2.3449711505918458e-08, + "C": 3.256584238386928e-11, + "R": 1.4876946896613674e-11, + "M": 1.1966042734457005e-07, + "O": 6.715139733159958e-08, + "W": 1.5345483217465983e-10, + "N": 2.543643906616211e-10, + "Y": 2.750668045337079e-06, + "U": 1.2018656469353628e-12, + "K": 4.617852281119106e-11, + "L": 1.866607701739298e-10, + "G": 4.246906826210761e-08, + "F": 1.5754711057525128e-05, + "E": 8.7888798461222e-09, + "T": 7.714440471318085e-06, + "P": 0.003133392659947276, + "-": 0.9968401193618774 + }, + "id": "tp_9699" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1212379, + "label": "-", + "classification": { + "B": 8.737931977975677e-08, + "S": 8.264989759254604e-08, + "I": 1.6784038962214254e-05, + "C": 1.7544111869938206e-06, + "R": 1.864941054918745e-06, + "M": 8.934280049288645e-05, + "O": 1.803219856810756e-05, + "W": 1.060387759821424e-07, + "N": 7.150256919885578e-08, + "Y": 0.0021351315081119537, + "U": 1.1421953161061538e-08, + "K": 2.4395674369515064e-09, + "L": 2.0216693883412518e-06, + "G": 9.055194823304191e-05, + "F": 0.00010450114496052265, + "E": 2.0572214509684272e-07, + "T": 0.0026032431051135063, + "P": 0.0011892112670466304, + "-": 0.9937469959259033 + }, + "id": "tp_9700" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1212513, + "label": "-", + "classification": { + "B": 5.266691971428372e-09, + "S": 3.3524749198932113e-08, + "I": 8.570027603127528e-06, + "C": 6.230408189367154e-07, + "R": 3.7350679349401616e-07, + "M": 5.097771918372018e-06, + "O": 1.359117391075415e-06, + "W": 3.7306232769651615e-08, + "N": 1.8169568249959411e-07, + "Y": 0.0006460491567850113, + "U": 9.421309066226513e-09, + "K": 5.653197945321153e-07, + "L": 4.601155012551317e-08, + "G": 2.3963095372891985e-05, + "F": 0.0006780041730962694, + "E": 5.5963728300412185e-06, + "T": 0.0002377771306782961, + "P": 0.015271129086613655, + "-": 0.9831205606460571 + }, + "id": "tp_9701" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1212646, + "label": "-", + "classification": { + "B": 2.3777302349259344e-10, + "S": 2.0050634486068475e-09, + "I": 2.3343954325127925e-08, + "C": 1.35651845312168e-08, + "R": 5.864500551844287e-10, + "M": 3.2290552098857006e-07, + "O": 1.547477808117037e-07, + "W": 7.036178861774545e-10, + "N": 1.08113484831307e-09, + "Y": 1.0008204299083445e-05, + "U": 7.269944195253952e-12, + "K": 3.137056836521879e-08, + "L": 1.3724870129294686e-09, + "G": 3.3825576792878564e-06, + "F": 0.004727661143988371, + "E": 1.5163496982495417e-06, + "T": 2.7115097509522457e-06, + "P": 0.005170898046344519, + "-": 0.9900832176208496 + }, + "id": "tp_9702" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1212779, + "label": "-", + "classification": { + "B": 0.00030238699400797486, + "S": 3.464859400992282e-05, + "I": 0.0002792558225337416, + "C": 1.4988833754614461e-05, + "R": 7.0282744673022535e-06, + "M": 0.0008163074962794781, + "O": 0.0006124691572040319, + "W": 1.5465884644072503e-05, + "N": 9.974950444302522e-06, + "Y": 0.0008350900607183576, + "U": 6.722149237248232e-07, + "K": 2.3890182276886662e-08, + "L": 0.00017299482715316117, + "G": 0.0005983021692372859, + "F": 0.0007945461547933519, + "E": 9.496635175310075e-05, + "T": 0.0016693369252607226, + "P": 0.12311598658561707, + "-": 0.8706254959106445 + }, + "id": "tp_9703" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1212880, + "label": "-", + "classification": { + "B": 1.7665723817117396e-06, + "S": 2.4867183583410224e-06, + "I": 0.00028750463388860226, + "C": 1.2286696801311336e-05, + "R": 6.7884398049500305e-06, + "M": 1.8565173377282917e-05, + "O": 6.656837649643421e-05, + "W": 3.152113094984088e-06, + "N": 2.3252769096870907e-05, + "Y": 0.0002678179880604148, + "U": 1.1523272860358702e-06, + "K": 2.2928809357836144e-06, + "L": 2.755903096840484e-06, + "G": 0.00011415707558626309, + "F": 0.002255602041259408, + "E": 3.522462793625891e-05, + "T": 0.0004364674387034029, + "P": 0.23449543118476868, + "-": 0.7619667053222656 + }, + "id": "tp_9704" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1213013, + "label": "-", + "classification": { + "B": 5.169660965975709e-08, + "S": 2.1388103732533637e-07, + "I": 1.4475746183961746e-06, + "C": 9.629922033127514e-07, + "R": 9.95832252215223e-08, + "M": 3.6995850678067654e-05, + "O": 7.19451736586052e-06, + "W": 1.6021853355141502e-07, + "N": 1.0757189272680989e-07, + "Y": 0.00057795929023996, + "U": 1.2817890748806349e-08, + "K": 3.083535602854681e-06, + "L": 3.1883837436907925e-07, + "G": 9.616211173124611e-05, + "F": 0.008416912518441677, + "E": 1.3538268831325695e-05, + "T": 0.00024086002667900175, + "P": 0.004724122118204832, + "-": 0.9858798384666443 + }, + "id": "tp_9705" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1213146, + "label": "-", + "classification": { + "B": 7.383754163647893e-10, + "S": 1.744009159310167e-09, + "I": 0.00012504024198278785, + "C": 5.046934461461206e-07, + "R": 3.308823792735893e-08, + "M": 3.5325185763213085e-06, + "O": 2.1132056815531541e-07, + "W": 3.2886942058496516e-09, + "N": 9.166600989374274e-07, + "Y": 3.3167205401696265e-05, + "U": 2.5116315693907154e-09, + "K": 6.502217075876615e-08, + "L": 5.672218694741105e-09, + "G": 6.668383321084548e-06, + "F": 0.00013989920262247324, + "E": 8.912596968002617e-05, + "T": 1.6403479094151407e-05, + "P": 0.3584025204181671, + "-": 0.6411818861961365 + }, + "id": "tp_9706" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1213280, + "label": "-", + "classification": { + "B": 2.450947249599267e-06, + "S": 1.2014528465442709e-06, + "I": 9.668632264947519e-05, + "C": 1.6181152204808313e-06, + "R": 3.640750492195366e-07, + "M": 1.0486312021384947e-05, + "O": 1.054216318152612e-05, + "W": 5.062327659288712e-07, + "N": 5.1844017434632406e-06, + "Y": 6.087430301704444e-05, + "U": 4.214401982949312e-08, + "K": 2.02970355189791e-07, + "L": 5.175467663320887e-07, + "G": 3.0724433599971235e-05, + "F": 0.0015663811936974525, + "E": 9.675550245447084e-05, + "T": 5.5650783906457946e-05, + "P": 0.4782262146472931, + "-": 0.5198336839675903 + }, + "id": "tp_9707" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1213380, + "label": "-", + "classification": { + "B": 0.00014416234625969082, + "S": 1.1171542610100005e-05, + "I": 6.489431598311057e-06, + "C": 2.653950730291399e-07, + "R": 8.70490381998934e-08, + "M": 0.00019065089873038232, + "O": 0.00013423831842374057, + "W": 2.0534455416054698e-06, + "N": 2.000428196424764e-07, + "Y": 3.95511815440841e-05, + "U": 7.631982157363382e-09, + "K": 1.2930271964251006e-08, + "L": 1.4219903277989943e-05, + "G": 0.0001819562749005854, + "F": 0.002844333415850997, + "E": 7.602518599014729e-05, + "T": 4.736727714771405e-05, + "P": 0.0238930806517601, + "-": 0.9724141955375671 + }, + "id": "tp_9708" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1213514, + "label": "-", + "classification": { + "B": 2.761584028121433e-07, + "S": 3.051179930935177e-07, + "I": 6.263356044655666e-05, + "C": 5.404576313594589e-06, + "R": 2.107791260641534e-06, + "M": 6.523980846395716e-05, + "O": 1.1838389582408126e-05, + "W": 3.2542115491196455e-07, + "N": 1.4594617141483468e-06, + "Y": 0.0019291327334940434, + "U": 1.5583648860229005e-07, + "K": 2.596561671452946e-06, + "L": 1.2147356756031513e-06, + "G": 0.00023469615553040057, + "F": 0.0025900090113282204, + "E": 4.061116851516999e-05, + "T": 0.0009638540796004236, + "P": 0.014869165606796741, + "-": 0.9792190194129944 + }, + "id": "tp_9709" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1213647, + "label": "-", + "classification": { + "B": 1.329825209950286e-07, + "S": 7.002620350249344e-07, + "I": 1.5119710951694287e-05, + "C": 1.8056144881484215e-06, + "R": 3.896296334460203e-07, + "M": 9.407594188814983e-05, + "O": 1.2406867426761892e-05, + "W": 2.7489448939377326e-07, + "N": 2.965933276755095e-07, + "Y": 0.000889695598743856, + "U": 2.2217635731180962e-08, + "K": 4.3161744400777025e-08, + "L": 1.221597813128028e-06, + "G": 2.5557314074831083e-05, + "F": 0.0006086835055612028, + "E": 6.26048540652846e-06, + "T": 0.0011209761723876, + "P": 0.009918458759784698, + "-": 0.9873037934303284 + }, + "id": "tp_9710" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1213780, + "label": "-", + "classification": { + "B": 3.1981592201191233e-06, + "S": 2.4622652290418046e-06, + "I": 3.28438873111736e-05, + "C": 3.635040047811344e-05, + "R": 9.868927918432746e-06, + "M": 0.0013083124067634344, + "O": 7.307236228371039e-05, + "W": 1.3782319001620635e-06, + "N": 1.0654559901013272e-06, + "Y": 0.010386241599917412, + "U": 3.6113945611759846e-07, + "K": 2.506675627955701e-06, + "L": 2.1221307179075666e-05, + "G": 0.0014158417470753193, + "F": 0.0033819864038378, + "E": 0.00010627070150803775, + "T": 0.003347765887156129, + "P": 0.0039058474358171225, + "-": 0.9759633541107178 + }, + "id": "tp_9711" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1213881, + "label": "-", + "classification": { + "B": 3.982262569479644e-06, + "S": 7.600941171403974e-05, + "I": 0.0036910520866513252, + "C": 0.00027181379846297204, + "R": 0.00015495481784455478, + "M": 0.004846788011491299, + "O": 0.0009245617548003793, + "W": 3.067597936023958e-05, + "N": 0.00014341286441776901, + "Y": 0.2732480764389038, + "U": 1.2151263035775628e-06, + "K": 5.917586895520799e-05, + "L": 7.89684199844487e-05, + "G": 0.01056633610278368, + "F": 0.015179681591689587, + "E": 0.0007473055156879127, + "T": 0.07992276549339294, + "P": 0.009294266812503338, + "-": 0.600758969783783 + }, + "id": "tp_9712" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1214014, + "label": "P", + "classification": { + "B": 5.386003977037035e-06, + "S": 8.881225949153304e-05, + "I": 0.0005910470499657094, + "C": 8.775399692240171e-06, + "R": 4.031688149552792e-06, + "M": 6.751526962034404e-05, + "O": 8.171593071892858e-05, + "W": 2.3169057385530323e-05, + "N": 0.00011714434367604554, + "Y": 0.00039922245196066797, + "U": 1.9970641460531624e-06, + "K": 9.009925270220265e-05, + "L": 4.754223937197821e-06, + "G": 9.26395587157458e-05, + "F": 0.01602892577648163, + "E": 0.0004364240448921919, + "T": 0.00048357242485508323, + "P": 0.51882004737854, + "-": 0.46265479922294617 + }, + "id": "tp_9713" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1214147, + "label": "-", + "classification": { + "B": 7.324069156311452e-05, + "S": 0.0013533961027860641, + "I": 0.006433994974941015, + "C": 0.007095753215253353, + "R": 0.003707971191033721, + "M": 0.014118115417659283, + "O": 0.006549488287419081, + "W": 0.0008036973304115236, + "N": 0.0006714661722071469, + "Y": 0.34833505749702454, + "U": 4.0521477785659954e-05, + "K": 0.0016991441370919347, + "L": 0.0008894760394468904, + "G": 0.038126204162836075, + "F": 0.04434197023510933, + "E": 0.0007557118660770357, + "T": 0.10828104615211487, + "P": 0.007348129525780678, + "-": 0.4093756377696991 + }, + "id": "tp_9714" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1214281, + "label": "-", + "classification": { + "B": 1.6141818992565504e-09, + "S": 1.4163151762502935e-09, + "I": 1.9018025341210887e-05, + "C": 6.63935452394071e-07, + "R": 1.3050425629046458e-08, + "M": 9.333758157481498e-07, + "O": 9.566640102320889e-08, + "W": 1.517459824462719e-09, + "N": 1.7712164890326676e-07, + "Y": 3.647369521786459e-05, + "U": 2.0281780699349383e-09, + "K": 3.5758969119115136e-08, + "L": 6.22218410128994e-09, + "G": 1.0039444532594644e-05, + "F": 0.0004473133885767311, + "E": 4.031579737784341e-05, + "T": 8.775008609518409e-06, + "P": 0.18351781368255615, + "-": 0.8159183263778687 + }, + "id": "tp_9715" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1214381, + "label": "-", + "classification": { + "B": 2.3980634367148923e-08, + "S": 6.785592887581515e-08, + "I": 1.9391728756090743e-07, + "C": 4.276847391793126e-07, + "R": 1.0834622088395918e-07, + "M": 1.0162212674913462e-05, + "O": 2.55959253081528e-06, + "W": 1.578064079410524e-08, + "N": 3.5407818899102494e-09, + "Y": 0.0004726953920908272, + "U": 7.654397116141354e-10, + "K": 4.594039815231099e-09, + "L": 4.1351469803885266e-07, + "G": 4.293333404348232e-05, + "F": 0.002312246011570096, + "E": 4.333373908593785e-07, + "T": 0.00012714140757452697, + "P": 0.0008613173849880695, + "-": 0.9961691498756409 + }, + "id": "tp_9716" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1214515, + "label": "-", + "classification": { + "B": 5.204364583732968e-07, + "S": 4.935301149089355e-06, + "I": 4.33858840551693e-05, + "C": 3.3778005104068143e-07, + "R": 6.307850242137647e-08, + "M": 3.5751578252529725e-05, + "O": 1.4859056136629079e-05, + "W": 1.1064696536777774e-06, + "N": 1.12678799268906e-05, + "Y": 0.0003076886641792953, + "U": 3.7507462025132554e-08, + "K": 7.296786498045549e-05, + "L": 1.895374310834086e-07, + "G": 0.0001317844435106963, + "F": 0.02335176058113575, + "E": 0.0007769760559312999, + "T": 0.0004261094145476818, + "P": 0.20314475893974304, + "-": 0.7716754674911499 + }, + "id": "tp_9717" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1214648, + "label": "-", + "classification": { + "B": 5.7901892432710156e-05, + "S": 7.921873475424945e-06, + "I": 5.672892802977003e-05, + "C": 2.2035046640667133e-05, + "R": 9.31345948629314e-06, + "M": 0.00015206719399429858, + "O": 0.0001451260905014351, + "W": 4.594269739754964e-06, + "N": 2.4703192593733547e-06, + "Y": 0.0007201064727269113, + "U": 7.054933917061135e-07, + "K": 1.5949373732837557e-07, + "L": 5.07953081978485e-05, + "G": 0.0006556297303177416, + "F": 0.004742094781249762, + "E": 3.6915906093781814e-05, + "T": 0.0007959017530083656, + "P": 0.06717093288898468, + "-": 0.92536860704422 + }, + "id": "tp_9718" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1214781, + "label": "-", + "classification": { + "B": 2.165702284173676e-08, + "S": 1.692580298140456e-08, + "I": 5.067772335110021e-08, + "C": 4.4077275163090235e-09, + "R": 1.6598735719242086e-09, + "M": 5.90516810916597e-06, + "O": 1.1906280406037695e-06, + "W": 3.323068487048886e-09, + "N": 7.32835458983061e-10, + "Y": 1.4549956176779233e-05, + "U": 3.0540493745068176e-11, + "K": 1.2965672979703413e-10, + "L": 2.6250519979953424e-08, + "G": 1.980354227271164e-06, + "F": 0.0001246587635250762, + "E": 1.2882127009561373e-07, + "T": 1.9419127056607977e-05, + "P": 0.002305060625076294, + "-": 0.9975270628929138 + }, + "id": "tp_9719" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1214882, + "label": "-", + "classification": { + "B": 4.9894874791789334e-06, + "S": 4.793147127202246e-06, + "I": 7.175360951805487e-05, + "C": 2.077144699796918e-06, + "R": 1.6938099633989623e-06, + "M": 0.0004655894881580025, + "O": 0.00027059135027229786, + "W": 3.697303554872633e-06, + "N": 3.2757388908066787e-06, + "Y": 0.0009063852485269308, + "U": 1.0951040252393796e-07, + "K": 5.448815443287458e-08, + "L": 1.0396823199698702e-05, + "G": 0.0001443543442292139, + "F": 0.0002363948879064992, + "E": 1.0293527338944841e-05, + "T": 0.0034874118864536285, + "P": 0.023060638457536697, + "-": 0.9713153839111328 + }, + "id": "tp_9720" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1215015, + "label": "-", + "classification": { + "B": 2.8533222007354198e-08, + "S": 4.1244639703563735e-08, + "I": 1.2228707419126295e-05, + "C": 6.707488751089841e-07, + "R": 9.092431696444692e-08, + "M": 1.5866220337557024e-06, + "O": 1.2617965694516897e-06, + "W": 3.558149330729066e-08, + "N": 5.117242380947573e-07, + "Y": 0.00010315656254533678, + "U": 3.9506101501274316e-08, + "K": 1.968692004084005e-06, + "L": 4.3617809808438324e-08, + "G": 1.3931728062743787e-05, + "F": 0.0022651804611086845, + "E": 1.502217219240265e-05, + "T": 3.5124576243106276e-05, + "P": 0.0516820065677166, + "-": 0.945867121219635 + }, + "id": "tp_9721" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1215148, + "label": "-", + "classification": { + "B": 5.204634362598881e-05, + "S": 8.541340321244206e-06, + "I": 0.0009644869132898748, + "C": 0.00011128311598440632, + "R": 1.7073567505576648e-05, + "M": 0.00021034230303484946, + "O": 0.0002098826371366158, + "W": 5.615459485852625e-06, + "N": 5.076956222183071e-05, + "Y": 0.00016197017976082861, + "U": 2.5970389287977014e-06, + "K": 5.036236530031601e-07, + "L": 3.6921872379025444e-05, + "G": 0.0005701307090930641, + "F": 0.0012639961205422878, + "E": 0.0002956194512080401, + "T": 0.0005665883072651923, + "P": 0.4272318184375763, + "-": 0.5682398676872253 + }, + "id": "tp_9722" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1215282, + "label": "-", + "classification": { + "B": 1.7784630657047273e-08, + "S": 8.801679385328498e-09, + "I": 1.6022540876292624e-05, + "C": 4.496577332702145e-07, + "R": 2.1993573184886372e-08, + "M": 1.3371696923059062e-06, + "O": 6.943982384655101e-07, + "W": 8.880157942314781e-09, + "N": 4.5339237431107904e-07, + "Y": 1.6349686120520346e-05, + "U": 8.438893139839365e-09, + "K": 3.150902827542268e-08, + "L": 2.7812347980216146e-08, + "G": 6.4125647440960165e-06, + "F": 0.00017157830006908625, + "E": 1.2635419807338621e-05, + "T": 2.8596221454790793e-05, + "P": 0.17053638398647308, + "-": 0.8292089104652405 + }, + "id": "tp_9723" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1215382, + "label": "-", + "classification": { + "B": 0.0008587398915551603, + "S": 0.00016978985513560474, + "I": 0.00046265736455097795, + "C": 0.00013536492770072073, + "R": 5.882398909307085e-05, + "M": 0.0020012271124869585, + "O": 0.0014125326415523887, + "W": 8.759785123402253e-05, + "N": 3.5191762435715646e-05, + "Y": 0.0022891389671713114, + "U": 4.994072241970571e-06, + "K": 6.699448931613006e-06, + "L": 0.00035082607064396143, + "G": 0.0018243115628138185, + "F": 0.018309088423848152, + "E": 0.0005302309291437268, + "T": 0.0015877260593697429, + "P": 0.050296884030103683, + "-": 0.9195782542228699 + }, + "id": "tp_9724" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1215516, + "label": "-", + "classification": { + "B": 5.48122436327958e-09, + "S": 7.216434738666067e-08, + "I": 1.1194539183634333e-05, + "C": 3.3337046261294745e-06, + "R": 1.2639748092624359e-06, + "M": 6.3447669162997045e-06, + "O": 7.219938652269775e-06, + "W": 7.859555495315362e-08, + "N": 3.441809610649216e-07, + "Y": 0.0002833134203683585, + "U": 4.3401445992685694e-08, + "K": 2.673213543857855e-07, + "L": 2.75969654239816e-07, + "G": 2.3269823941518553e-05, + "F": 0.0005508201429620385, + "E": 1.6736371435399633e-06, + "T": 0.00019882024207618088, + "P": 0.006064236164093018, + "-": 0.9928473830223083 + }, + "id": "tp_9725" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1215649, + "label": "-", + "classification": { + "B": 0.0010614548809826374, + "S": 0.0010276392567902803, + "I": 0.004370489623397589, + "C": 0.00042691431008279324, + "R": 0.0002428755979053676, + "M": 0.0037486630026251078, + "O": 0.002425787504762411, + "W": 0.00040423101745545864, + "N": 0.0007226571324281394, + "Y": 0.0039099459536373615, + "U": 6.20732971583493e-05, + "K": 0.0001308144856011495, + "L": 0.0006638349150307477, + "G": 0.003545199753716588, + "F": 0.038814522325992584, + "E": 0.002699562581256032, + "T": 0.00650774547830224, + "P": 0.21795375645160675, + "-": 0.7112817764282227 + }, + "id": "tp_9726" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1215782, + "label": "-", + "classification": { + "B": 8.341699140146375e-05, + "S": 9.157767635770142e-06, + "I": 3.6535423078021267e-06, + "C": 2.750443570675998e-07, + "R": 6.037458177843291e-08, + "M": 9.835224773269147e-05, + "O": 6.696507625747472e-05, + "W": 9.169893928628881e-07, + "N": 2.3170976248820807e-07, + "Y": 8.736991003388539e-05, + "U": 6.589581769134156e-09, + "K": 3.697804373814506e-08, + "L": 3.838652446574997e-06, + "G": 0.00012437062105163932, + "F": 0.002436753362417221, + "E": 3.615586319938302e-05, + "T": 8.082106796791777e-05, + "P": 0.028802119195461273, + "-": 0.9681655168533325 + }, + "id": "tp_9727" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1215883, + "label": "P", + "classification": { + "B": 6.544909183503478e-07, + "S": 1.5285870347270247e-07, + "I": 0.006332790944725275, + "C": 2.0598399714799598e-05, + "R": 1.6358146694983589e-06, + "M": 4.672046270570718e-05, + "O": 7.292887858056929e-06, + "W": 1.3952933386462973e-07, + "N": 3.938965164707042e-05, + "Y": 0.001415542676113546, + "U": 1.8970796133999102e-07, + "K": 1.75202060859192e-07, + "L": 9.37539994083636e-07, + "G": 0.00020105471776332706, + "F": 0.0001732655509840697, + "E": 0.00043787655886262655, + "T": 0.0010146858403459191, + "P": 0.5329399704933167, + "-": 0.45736703276634216 + }, + "id": "tp_9728" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1216016, + "label": "-", + "classification": { + "B": 1.2744147070975487e-08, + "S": 2.1483181456005696e-07, + "I": 2.6143284230784047e-06, + "C": 1.2324969134169805e-07, + "R": 2.6911981976240895e-08, + "M": 2.3320051241171313e-06, + "O": 1.8699431620916585e-06, + "W": 8.481230651113947e-08, + "N": 2.9226822562122834e-07, + "Y": 8.932036871556193e-05, + "U": 5.5343667426654974e-09, + "K": 2.7438300094217993e-06, + "L": 3.079024679664144e-08, + "G": 1.0299852874595672e-05, + "F": 0.008280914276838303, + "E": 1.4442631254496519e-05, + "T": 4.678609184338711e-05, + "P": 0.06594176590442657, + "-": 0.9256061911582947 + }, + "id": "tp_9729" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1216149, + "label": "-", + "classification": { + "B": 2.3486919076276536e-07, + "S": 1.3131472087479779e-06, + "I": 3.7960180634399876e-05, + "C": 9.316414093518688e-07, + "R": 1.7681274755432241e-07, + "M": 1.4083989299251698e-05, + "O": 5.8935875131282955e-06, + "W": 5.951063144493673e-07, + "N": 4.436087692738511e-06, + "Y": 0.00032025037216953933, + "U": 5.8308099681880776e-08, + "K": 8.209350926335901e-05, + "L": 2.100532441318137e-07, + "G": 0.00024688077974133193, + "F": 0.02411184459924698, + "E": 0.0008127300534397364, + "T": 0.0001582144759595394, + "P": 0.10041870176792145, + "-": 0.8737834692001343 + }, + "id": "tp_9730" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1216283, + "label": "-", + "classification": { + "B": 5.309485686666449e-07, + "S": 2.0643840059619833e-07, + "I": 2.8070027838111855e-05, + "C": 6.382158517226344e-07, + "R": 9.798741729127869e-08, + "M": 1.5702804375905544e-05, + "O": 9.732293619890697e-06, + "W": 8.924630634510322e-08, + "N": 6.956627203180688e-07, + "Y": 4.332599928602576e-05, + "U": 2.395553089229452e-08, + "K": 2.5899536737483686e-08, + "L": 8.254457952716621e-07, + "G": 5.9299138229107484e-05, + "F": 0.0012277350760996342, + "E": 3.355840817675926e-05, + "T": 0.00010007880337070674, + "P": 0.14414887130260468, + "-": 0.8543304204940796 + }, + "id": "tp_9731" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1216383, + "label": "-", + "classification": { + "B": 2.286928840744551e-10, + "S": 1.4825864980139158e-09, + "I": 8.719513857613492e-07, + "C": 1.4614180976479929e-08, + "R": 1.720864006848899e-09, + "M": 2.1497430680028629e-07, + "O": 5.943524428175806e-08, + "W": 1.0922840409932633e-09, + "N": 1.8171206761508074e-08, + "Y": 3.716446371981874e-05, + "U": 2.2796384224754718e-10, + "K": 2.9989326577606334e-08, + "L": 7.233602050682464e-10, + "G": 8.222822316383827e-07, + "F": 0.0002829795703291893, + "E": 1.945405756487162e-06, + "T": 7.425927833537571e-06, + "P": 0.04732203856110573, + "-": 0.9523462653160095 + }, + "id": "tp_9732" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1216517, + "label": "-", + "classification": { + "B": 3.772218769881874e-05, + "S": 0.00010319073044229299, + "I": 4.585769056575373e-05, + "C": 7.70115184423048e-06, + "R": 2.71144267571799e-06, + "M": 0.00035198574187234044, + "O": 0.0004078805504832417, + "W": 3.565241058822721e-05, + "N": 8.855377927829977e-06, + "Y": 0.00021413041395135224, + "U": 1.1523785587996827e-06, + "K": 6.377547833835706e-06, + "L": 2.9175758754718117e-05, + "G": 0.00010008391836890951, + "F": 0.005930624436587095, + "E": 0.00012031254300381988, + "T": 0.0007498638005927205, + "P": 0.0373782142996788, + "-": 0.9544684886932373 + }, + "id": "tp_9733" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1216650, + "label": "-", + "classification": { + "B": 3.715908467429377e-14, + "S": 5.71100241750222e-14, + "I": 5.959032378655138e-09, + "C": 2.9942196725502024e-12, + "R": 1.71149051419843e-13, + "M": 2.2577407998713994e-10, + "O": 5.147506032532334e-11, + "W": 4.707141997690144e-14, + "N": 6.343879414838494e-12, + "Y": 4.16578593842587e-08, + "U": 7.866603351255712e-15, + "K": 2.4123032469681484e-14, + "L": 2.250707487137099e-13, + "G": 5.258293245269385e-10, + "F": 4.0525301869820396e-07, + "E": 3.335631770795544e-09, + "T": 4.664773811668965e-08, + "P": 0.07496672123670578, + "-": 0.9250327944755554 + }, + "id": "tp_9734" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1216750, + "label": "-", + "classification": { + "B": 8.785377758613322e-07, + "S": 4.1041647591555375e-07, + "I": 5.293841695674928e-06, + "C": 1.8112629618372011e-07, + "R": 1.0651704229758252e-07, + "M": 9.48372053244384e-06, + "O": 1.1417404493840877e-05, + "W": 1.8879759977608046e-07, + "N": 1.0482165890834949e-07, + "Y": 0.00010502164514036849, + "U": 1.0812961193096271e-08, + "K": 4.719257873375682e-09, + "L": 6.59294641991437e-07, + "G": 1.6949601558735594e-05, + "F": 0.00021031216601841152, + "E": 1.1981762781942962e-06, + "T": 0.00018450371862854809, + "P": 0.03481471538543701, + "-": 0.9646385908126831 + }, + "id": "tp_9735" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1216884, + "label": "-", + "classification": { + "B": 3.6854532936558826e-07, + "S": 4.229747219142155e-07, + "I": 5.0227241445099935e-05, + "C": 2.2887517843628302e-05, + "R": 1.762502279234468e-06, + "M": 1.598417293280363e-05, + "O": 9.942428732756525e-06, + "W": 4.741109762562701e-07, + "N": 4.2160081648034975e-06, + "Y": 0.0003419037093408406, + "U": 2.741649893778231e-07, + "K": 7.009121873124968e-06, + "L": 7.602770324410812e-07, + "G": 0.00018294122128281742, + "F": 0.022267797961831093, + "E": 0.00017207826022058725, + "T": 0.00010004342766478658, + "P": 0.1335073858499527, + "-": 0.8433135747909546 + }, + "id": "tp_9736" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1217017, + "label": "P", + "classification": { + "B": 1.3798693299094111e-09, + "S": 2.6729956026372292e-09, + "I": 1.1931381777685601e-05, + "C": 8.114917022794543e-07, + "R": 4.856197577396415e-08, + "M": 1.1028085822317735e-07, + "O": 1.2780364500031283e-07, + "W": 1.0701602271012689e-08, + "N": 4.942477858094207e-07, + "Y": 8.725323823455255e-06, + "U": 6.8463217317571434e-09, + "K": 4.6503180328727467e-07, + "L": 1.4488403810020145e-09, + "G": 1.6195795069506858e-06, + "F": 0.0011153650702908635, + "E": 2.0342547941254452e-05, + "T": 2.9519599138438934e-06, + "P": 0.5149731636047363, + "-": 0.48386386036872864 + }, + "id": "tp_9737" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1217150, + "label": "P", + "classification": { + "B": 2.5990395897679264e-06, + "S": 7.183042498581926e-07, + "I": 0.0003213115851394832, + "C": 9.763651178218424e-06, + "R": 1.6637723092571832e-06, + "M": 2.7349795345799066e-05, + "O": 1.768985930539202e-05, + "W": 8.009923817553499e-07, + "N": 1.2074070582457352e-05, + "Y": 8.435713971266523e-05, + "U": 6.234566285456822e-07, + "K": 1.2925819703468733e-07, + "L": 3.382256409167894e-06, + "G": 8.316049934364855e-05, + "F": 0.0004001735942438245, + "E": 0.00010605547140585259, + "T": 0.0003048369544558227, + "P": 0.5798904895782471, + "-": 0.41873279213905334 + }, + "id": "tp_9738" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1217251, + "label": "-", + "classification": { + "B": 1.2399646038829815e-06, + "S": 1.0359107136537204e-06, + "I": 0.00036335879121907055, + "C": 1.8647984688868746e-05, + "R": 2.968807393699535e-06, + "M": 4.24316713178996e-05, + "O": 1.5817360690562055e-05, + "W": 1.2070020147803007e-06, + "N": 1.1785657989094034e-05, + "Y": 0.00043171123252250254, + "U": 6.182709171298484e-07, + "K": 1.7580434530373168e-07, + "L": 2.141057620974607e-06, + "G": 3.0340253942995332e-05, + "F": 0.0002984063175972551, + "E": 8.31601646495983e-05, + "T": 0.0007058014743961394, + "P": 0.4587673544883728, + "-": 0.5392218828201294 + }, + "id": "tp_9739" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1217384, + "label": "-", + "classification": { + "B": 4.488874827401901e-10, + "S": 2.1193503549343795e-11, + "I": 1.119431729534881e-07, + "C": 8.065574874649428e-09, + "R": 2.2650706310578528e-10, + "M": 2.0210670470532932e-08, + "O": 2.1680115480648965e-08, + "W": 5.144005360557813e-11, + "N": 4.6486781091203966e-10, + "Y": 3.487100741494942e-07, + "U": 7.435306710601441e-12, + "K": 3.3507797231324687e-12, + "L": 5.655172441443312e-10, + "G": 2.520872328659607e-07, + "F": 1.5633388102287427e-05, + "E": 5.5915325702926566e-08, + "T": 3.971906892275001e-07, + "P": 0.09403800219297409, + "-": 0.9059451222419739 + }, + "id": "tp_9740" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1217518, + "label": "-", + "classification": { + "B": 1.469310717538974e-07, + "S": 2.1661682580997876e-07, + "I": 0.0001599190291017294, + "C": 1.5045683312564506e-06, + "R": 5.207847380006569e-07, + "M": 7.958900823723525e-06, + "O": 9.344737009087112e-06, + "W": 3.14877581786277e-07, + "N": 5.3815961109648924e-06, + "Y": 9.418393165105954e-05, + "U": 9.97262077362393e-08, + "K": 3.204779943644098e-07, + "L": 3.813581486156181e-07, + "G": 2.642006438691169e-05, + "F": 0.0002501034177839756, + "E": 2.349504029552918e-05, + "T": 0.00017572597425896674, + "P": 0.32903817296028137, + "-": 0.6702057719230652 + }, + "id": "tp_9741" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1217651, + "label": "-", + "classification": { + "B": 0.0001694773236522451, + "S": 0.00021160414326004684, + "I": 0.00902295671403408, + "C": 0.0012658600462600589, + "R": 0.0004701260768342763, + "M": 0.007735166233032942, + "O": 0.0010258317925035954, + "W": 0.00014886735880281776, + "N": 0.0007118840585462749, + "Y": 0.03480157628655434, + "U": 7.368034857790917e-05, + "K": 0.000524094037245959, + "L": 0.0003113621787633747, + "G": 0.007513596676290035, + "F": 0.02167416550219059, + "E": 0.010486380197107792, + "T": 0.0222468338906765, + "P": 0.13350829482078552, + "-": 0.7480982542037964 + }, + "id": "tp_9742" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1217751, + "label": "-", + "classification": { + "B": 7.716535037616268e-06, + "S": 3.1740466965857195e-06, + "I": 0.0008440615492872894, + "C": 3.914861736120656e-05, + "R": 1.0419365025882144e-05, + "M": 0.000200165159185417, + "O": 0.00011187556083314121, + "W": 3.1869469694356667e-06, + "N": 2.4324346668436192e-05, + "Y": 0.0008178218267858028, + "U": 1.839993842622789e-06, + "K": 7.11740000269856e-08, + "L": 3.4168537240475416e-05, + "G": 0.0002613032120279968, + "F": 0.0007009251276031137, + "E": 0.00011336208990542218, + "T": 0.0016003496712073684, + "P": 0.28051117062568665, + "-": 0.7147149443626404 + }, + "id": "tp_9743" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1217885, + "label": "-", + "classification": { + "B": 0.0033351590391248465, + "S": 0.003112164093181491, + "I": 0.0256691612303257, + "C": 0.022738561034202576, + "R": 0.009212375618517399, + "M": 0.01927899569272995, + "O": 0.010665146633982658, + "W": 0.003267804393544793, + "N": 0.007643288001418114, + "Y": 0.040494002401828766, + "U": 0.004159627947956324, + "K": 0.004980782978236675, + "L": 0.006854003295302391, + "G": 0.025381650775671005, + "F": 0.043248556554317474, + "E": 0.01697605662047863, + "T": 0.045713186264038086, + "P": 0.19528883695602417, + "-": 0.5119807720184326 + }, + "id": "tp_9744" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1218018, + "label": "-", + "classification": { + "B": 3.129391188849695e-05, + "S": 1.0184479833696969e-05, + "I": 0.002524840645492077, + "C": 0.0001837458839872852, + "R": 6.306875729933381e-05, + "M": 0.0003260323719587177, + "O": 0.00015211699064821005, + "W": 4.764187451655744e-06, + "N": 7.924842066131532e-05, + "Y": 0.0029541398398578167, + "U": 9.43253417062806e-06, + "K": 5.718524334952235e-06, + "L": 7.817597361281514e-05, + "G": 0.002445872640237212, + "F": 0.005927185527980328, + "E": 0.001267818734049797, + "T": 0.002238878048956394, + "P": 0.2285630851984024, + "-": 0.7531343698501587 + }, + "id": "tp_9745" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1218151, + "label": "-", + "classification": { + "B": 3.847112850507983e-07, + "S": 7.060002644720953e-07, + "I": 6.329107418423519e-05, + "C": 1.4245284774005995e-06, + "R": 2.144081037158685e-07, + "M": 2.6420630092616193e-05, + "O": 1.949878605955746e-05, + "W": 2.3616493649569748e-07, + "N": 3.759121909752139e-06, + "Y": 0.00027337376377545297, + "U": 4.5027753969861806e-08, + "K": 2.724671865905748e-08, + "L": 1.010932237477391e-06, + "G": 2.845475682988763e-05, + "F": 0.0004616217047441751, + "E": 3.781683699344285e-05, + "T": 0.0002932121278718114, + "P": 0.16629692912101746, + "-": 0.8324915766716003 + }, + "id": "tp_9746" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1218252, + "label": "-", + "classification": { + "B": 1.2187513220851542e-08, + "S": 1.7492672199637127e-08, + "I": 1.1834843462565914e-05, + "C": 5.851005724366587e-08, + "R": 9.097730568896623e-09, + "M": 2.322604359505931e-06, + "O": 9.351926451017789e-07, + "W": 1.3555320421687611e-08, + "N": 1.4216350052720372e-07, + "Y": 1.3682491953659337e-05, + "U": 1.614483990941551e-09, + "K": 1.4746209808791377e-09, + "L": 4.131673492224763e-08, + "G": 2.1640548766299617e-06, + "F": 8.409132715314627e-05, + "E": 2.3940749542816775e-06, + "T": 3.831802314380184e-05, + "P": 0.20397767424583435, + "-": 0.7958662509918213 + }, + "id": "tp_9747" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1218385, + "label": "-", + "classification": { + "B": 0.0005753088044002652, + "S": 0.0006054528057575226, + "I": 0.00760622788220644, + "C": 0.002479401184245944, + "R": 0.0008712261915206909, + "M": 0.003245594445616007, + "O": 0.0016502597136422992, + "W": 0.0005698654567822814, + "N": 0.0020650606602430344, + "Y": 0.014605986885726452, + "U": 0.0004472459841053933, + "K": 0.003104992676526308, + "L": 0.00044726155465468764, + "G": 0.006387639790773392, + "F": 0.05048568919301033, + "E": 0.0121329789981246, + "T": 0.007600140292197466, + "P": 0.35053950548171997, + "-": 0.5345801711082458 + }, + "id": "tp_9748" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1218519, + "label": "-", + "classification": { + "B": 5.360384136565699e-09, + "S": 1.5073190695602534e-08, + "I": 2.9692599127884023e-05, + "C": 1.6764074644015636e-06, + "R": 1.9649598925752798e-07, + "M": 1.1264058912274777e-06, + "O": 7.860476785026549e-07, + "W": 3.02958618192406e-08, + "N": 1.2267526017240016e-06, + "Y": 3.366036980878562e-05, + "U": 3.144280213973616e-08, + "K": 1.0859940857699257e-06, + "L": 2.1053205401244668e-08, + "G": 4.6997542995086405e-06, + "F": 0.0007770559750497341, + "E": 2.2434429411077872e-05, + "T": 4.744750913232565e-05, + "P": 0.2723301947116852, + "-": 0.7267487049102783 + }, + "id": "tp_9749" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1218652, + "label": "P", + "classification": { + "B": 1.6781075373728527e-07, + "S": 4.084591580522101e-07, + "I": 0.0009815949015319347, + "C": 2.7582209440879524e-06, + "R": 5.694723199667351e-07, + "M": 1.482337847846793e-05, + "O": 4.8780793804326095e-06, + "W": 2.0001381528800266e-07, + "N": 3.443640889599919e-05, + "Y": 0.00019741899450309575, + "U": 1.6706617600448226e-07, + "K": 1.3587417697635829e-06, + "L": 2.061284760657145e-07, + "G": 2.4493379896739498e-05, + "F": 0.0004823628405574709, + "E": 0.00022551957226824015, + "T": 0.0001625909353606403, + "P": 0.7001324892044067, + "-": 0.2977335751056671 + }, + "id": "tp_9750" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1218752, + "label": "-", + "classification": { + "B": 0.0009120991453528404, + "S": 0.00031999373459257185, + "I": 0.0382012240588665, + "C": 0.0029541573021560907, + "R": 0.001492724404670298, + "M": 0.006188696250319481, + "O": 0.0018442707369104028, + "W": 0.00034282877459190786, + "N": 0.003815900534391403, + "Y": 0.026750188320875168, + "U": 0.00045438334927894175, + "K": 0.0009781686821952462, + "L": 0.0010463163489475846, + "G": 0.01724005490541458, + "F": 0.026659421622753143, + "E": 0.017782950773835182, + "T": 0.014755387790501118, + "P": 0.33666425943374634, + "-": 0.5015969276428223 + }, + "id": "tp_9751" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1218886, + "label": "P", + "classification": { + "B": 1.7207984228662099e-06, + "S": 1.2523165082711785e-07, + "I": 0.00018912364612333477, + "C": 1.3636687299367622e-06, + "R": 1.0646045467410659e-07, + "M": 9.691744708106853e-06, + "O": 4.23389246861916e-06, + "W": 7.592945650003458e-08, + "N": 4.949260983266868e-06, + "Y": 1.2040366527799051e-05, + "U": 2.2731203586090487e-08, + "K": 1.0848521192485805e-08, + "L": 3.608455187986692e-07, + "G": 1.684142989688553e-05, + "F": 0.0001573358749737963, + "E": 6.471291999332607e-05, + "T": 3.403383379918523e-05, + "P": 0.7679531574249268, + "-": 0.23155006766319275 + }, + "id": "tp_9752" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1219019, + "label": "-", + "classification": { + "B": 0.0007030208362266421, + "S": 0.0018021815922111273, + "I": 0.007818568497896194, + "C": 0.00022486313537228853, + "R": 0.0003249422588851303, + "M": 0.008775432594120502, + "O": 0.007360722869634628, + "W": 0.000723128323443234, + "N": 0.00044822576455771923, + "Y": 0.02116573229432106, + "U": 1.7285939975408837e-05, + "K": 2.28552489716094e-05, + "L": 0.0009353081695735455, + "G": 0.003522008191794157, + "F": 0.013230564072728157, + "E": 0.0007517519406974316, + "T": 0.01809099316596985, + "P": 0.06394905596971512, + "-": 0.8501334190368652 + }, + "id": "tp_9753" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1219152, + "label": "-", + "classification": { + "B": 3.935739414373529e-07, + "S": 7.000721211625205e-07, + "I": 0.0001896863686852157, + "C": 3.0702140065841377e-06, + "R": 4.937224389323092e-07, + "M": 4.170512056589359e-06, + "O": 1.0430800102767535e-05, + "W": 9.95946720649954e-07, + "N": 2.157086601073388e-05, + "Y": 4.8150093789445236e-05, + "U": 4.296835243167152e-07, + "K": 5.3354583542386536e-06, + "L": 3.3319656722596847e-07, + "G": 1.650637022976298e-05, + "F": 0.0018737537320703268, + "E": 0.00016649124154355377, + "T": 9.907148341881111e-05, + "P": 0.409473180770874, + "-": 0.5880852341651917 + }, + "id": "tp_9754" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1219253, + "label": "-", + "classification": { + "B": 3.5781101814791327e-06, + "S": 6.882828074594727e-06, + "I": 0.001248841523192823, + "C": 3.265980558353476e-05, + "R": 9.68973199633183e-06, + "M": 0.0004425619263201952, + "O": 9.055313421413302e-05, + "W": 4.953942152496893e-06, + "N": 4.5853739720769227e-05, + "Y": 0.0014977704267948866, + "U": 1.769386813066376e-06, + "K": 8.351032192877028e-06, + "L": 9.172672434942797e-06, + "G": 0.0002363194216741249, + "F": 0.0026420194189995527, + "E": 0.0003174356243107468, + "T": 0.0016412034165114164, + "P": 0.17597679793834686, + "-": 0.8157835006713867 + }, + "id": "tp_9755" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1219386, + "label": "-", + "classification": { + "B": 3.281395066778714e-08, + "S": 1.7318860789927726e-09, + "I": 1.2559371498355176e-05, + "C": 1.2837836038670503e-07, + "R": 1.3492580386298414e-08, + "M": 1.873963469734008e-06, + "O": 1.049601451086346e-06, + "W": 4.015925370026707e-09, + "N": 6.545941033664349e-08, + "Y": 4.01645638703485e-06, + "U": 1.1588410231411217e-09, + "K": 2.3592941836292347e-11, + "L": 1.0584192722262742e-07, + "G": 3.110545549134258e-06, + "F": 8.74841043696506e-06, + "E": 1.085637904907344e-06, + "T": 3.4556604077806696e-05, + "P": 0.22270609438419342, + "-": 0.7772265076637268 + }, + "id": "tp_9756" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1219520, + "label": "-", + "classification": { + "B": 2.6294659619452432e-05, + "S": 6.948502573322912e-07, + "I": 1.746364614518825e-05, + "C": 1.0825295930771972e-06, + "R": 1.3184123304199602e-07, + "M": 2.9295622880454175e-05, + "O": 2.055056938843336e-05, + "W": 2.737052682277863e-07, + "N": 3.238134240746149e-07, + "Y": 4.2940755520248786e-05, + "U": 9.143019674695552e-09, + "K": 4.692180866072704e-09, + "L": 3.364368467373424e-06, + "G": 0.00017292588017880917, + "F": 0.0019472298445180058, + "E": 3.357241803314537e-05, + "T": 3.354966247570701e-05, + "P": 0.14433425664901733, + "-": 0.8533359169960022 + }, + "id": "tp_9757" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1219653, + "label": "-", + "classification": { + "B": 3.0477727705147117e-05, + "S": 1.1424222066125367e-05, + "I": 0.0011025703279301524, + "C": 0.0001210385889862664, + "R": 5.2027226047357544e-05, + "M": 0.0004447224782779813, + "O": 0.00047150099999271333, + "W": 2.3385160602629185e-05, + "N": 5.859047087142244e-05, + "Y": 0.0013482769718393683, + "U": 7.1478211793873925e-06, + "K": 1.806657678571355e-06, + "L": 9.321569086750969e-05, + "G": 0.0008161289733834565, + "F": 0.0014991230564191937, + "E": 0.00028457838925532997, + "T": 0.0022379716392606497, + "P": 0.24016185104846954, + "-": 0.7512340545654297 + }, + "id": "tp_9758" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1219753, + "label": "-", + "classification": { + "B": 3.954908436298865e-07, + "S": 6.954338687137351e-07, + "I": 0.00028605389525182545, + "C": 8.525555131200235e-06, + "R": 9.348719345325662e-07, + "M": 5.533964576898143e-05, + "O": 1.3297927580424584e-05, + "W": 8.367233021999709e-07, + "N": 1.1813105629698839e-05, + "Y": 0.00020275323186069727, + "U": 2.885682306441595e-07, + "K": 1.945751591847511e-06, + "L": 9.783956329556531e-07, + "G": 4.549073491944e-05, + "F": 0.001114064478315413, + "E": 0.0002470667823217809, + "T": 0.0002751178981270641, + "P": 0.25651273131370544, + "-": 0.7412216663360596 + }, + "id": "tp_9759" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1219887, + "label": "P", + "classification": { + "B": 2.0488483642111532e-05, + "S": 5.423867150966544e-06, + "I": 0.0026244635228067636, + "C": 0.00011148816702188924, + "R": 5.628264261758886e-06, + "M": 0.0002104160957969725, + "O": 4.894640369457193e-05, + "W": 4.993361017113784e-06, + "N": 0.00023467109713237733, + "Y": 0.0009627770050428808, + "U": 5.453582161862869e-06, + "K": 6.821006536483765e-05, + "L": 6.0543570725712925e-06, + "G": 0.0006226416444405913, + "F": 0.005586009938269854, + "E": 0.009577174670994282, + "T": 0.0003504133492242545, + "P": 0.6037616729736328, + "-": 0.3757931590080261 + }, + "id": "tp_9760" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1220020, + "label": "P", + "classification": { + "B": 1.179433093057014e-05, + "S": 8.966139830590691e-07, + "I": 0.0002882965200114995, + "C": 5.843463895871537e-06, + "R": 5.140431085237651e-07, + "M": 8.060123946052045e-05, + "O": 1.9862745830323547e-05, + "W": 8.034007805690635e-07, + "N": 1.0422575542179402e-05, + "Y": 0.00015176412125583738, + "U": 2.1207959832736378e-07, + "K": 3.1456409033125965e-07, + "L": 2.6770501335704466e-06, + "G": 0.0001339105365332216, + "F": 0.0012209578417241573, + "E": 0.000719650590326637, + "T": 0.00010961684165522456, + "P": 0.5092074275016785, + "-": 0.4880344271659851 + }, + "id": "tp_9761" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1220153, + "label": "P", + "classification": { + "B": 0.00012069915101164952, + "S": 1.2311358659644611e-05, + "I": 0.0014322815695777535, + "C": 8.578254892199766e-06, + "R": 3.3116900794993853e-06, + "M": 9.478827269049361e-05, + "O": 7.950278086354956e-05, + "W": 4.9962559387495276e-06, + "N": 6.470060907304287e-05, + "Y": 0.0002134653041139245, + "U": 1.4658247664556256e-06, + "K": 3.36713952719947e-07, + "L": 2.0420611690497026e-05, + "G": 0.00019451776461210102, + "F": 0.000509382167365402, + "E": 0.00044624737347476184, + "T": 0.0004228467878419906, + "P": 0.7503005862236023, + "-": 0.24606958031654358 + }, + "id": "tp_9762" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1220254, + "label": "-", + "classification": { + "B": 1.711893737876835e-08, + "S": 1.519964065721524e-08, + "I": 5.458299347083084e-05, + "C": 1.6697696310075116e-06, + "R": 8.502195214532549e-08, + "M": 1.6156743640749482e-06, + "O": 5.07713252773101e-07, + "W": 1.0394435534522017e-08, + "N": 1.691141733317636e-06, + "Y": 9.269281872548163e-05, + "U": 4.0234059639487896e-08, + "K": 2.7254964152234606e-07, + "L": 3.158754324772417e-08, + "G": 1.2600855370692443e-05, + "F": 0.00030562462052330375, + "E": 1.9675586372613907e-05, + "T": 7.084545359248295e-05, + "P": 0.436065137386322, + "-": 0.5633729696273804 + }, + "id": "tp_9763" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1220387, + "label": "-", + "classification": { + "B": 2.548433464255595e-09, + "S": 2.0053488036797518e-10, + "I": 8.754136615607422e-06, + "C": 1.0085658885827797e-07, + "R": 5.6894511324401265e-09, + "M": 5.935120270805783e-07, + "O": 1.0987268694861996e-07, + "W": 6.732652768626224e-10, + "N": 4.233401185160801e-08, + "Y": 1.296567734243581e-05, + "U": 3.552686755892154e-10, + "K": 1.2919260106158958e-10, + "L": 4.9445327832131625e-09, + "G": 2.2729477677785326e-06, + "F": 1.7746131561580114e-05, + "E": 2.2204010292625753e-06, + "T": 8.954737495514564e-06, + "P": 0.2734524607658386, + "-": 0.7264938354492188 + }, + "id": "tp_9764" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1220521, + "label": "I", + "classification": { + "B": 7.946928963065147e-05, + "S": 8.324498048750684e-05, + "I": 0.6600222587585449, + "C": 0.006941735278815031, + "R": 0.0013805676717311144, + "M": 0.0021442994475364685, + "O": 0.00032286730129271746, + "W": 7.204899156931788e-05, + "N": 0.012621980160474777, + "Y": 0.008883560076355934, + "U": 2.4644181394251063e-05, + "K": 4.157787770964205e-05, + "L": 0.00012637155305128545, + "G": 0.003191847587004304, + "F": 0.0008418320794589818, + "E": 0.01572497934103012, + "T": 0.0029923059046268463, + "P": 0.26105332374572754, + "-": 0.02345110848546028 + }, + "id": "tp_9765" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1220654, + "label": "-", + "classification": { + "B": 6.33721356280148e-05, + "S": 1.8993718185811304e-05, + "I": 0.046385519206523895, + "C": 0.006397560704499483, + "R": 0.0010487186955288053, + "M": 0.0023816826287657022, + "O": 0.00035251546069048345, + "W": 4.7666209866292775e-05, + "N": 0.0014763459330424666, + "Y": 0.02425982430577278, + "U": 8.466391591355205e-05, + "K": 0.00020480580860748887, + "L": 0.00015339984383899719, + "G": 0.008536139503121376, + "F": 0.006751548033207655, + "E": 0.014483215287327766, + "T": 0.00542948255315423, + "P": 0.4236532151699066, + "-": 0.4582712650299072 + }, + "id": "tp_9766" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1220754, + "label": "-", + "classification": { + "B": 8.999117540042789e-08, + "S": 1.7964016763016843e-07, + "I": 6.443286110879853e-05, + "C": 4.7136290959315374e-06, + "R": 6.852755518593767e-07, + "M": 1.5632776921847835e-05, + "O": 5.4180841289053205e-06, + "W": 3.20451590596349e-07, + "N": 3.8259781831584405e-06, + "Y": 0.0007175133214332163, + "U": 2.465653778926935e-07, + "K": 3.9654637475905474e-06, + "L": 4.820835215468833e-07, + "G": 4.8985697503667325e-05, + "F": 0.003182870103046298, + "E": 0.0001241825520992279, + "T": 0.00014846670092083514, + "P": 0.07432732731103897, + "-": 0.9213507175445557 + }, + "id": "tp_9767" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1220888, + "label": "-", + "classification": { + "B": 3.3360524298586824e-07, + "S": 8.155167847689881e-07, + "I": 0.0005559526034630835, + "C": 1.4583964002667926e-05, + "R": 2.0386296455399133e-06, + "M": 2.808139834087342e-05, + "O": 9.759374734130688e-06, + "W": 7.162490192058613e-07, + "N": 4.074169555678964e-05, + "Y": 0.0003164615191053599, + "U": 7.036023248474521e-07, + "K": 1.2871801118308213e-05, + "L": 5.939255061093718e-07, + "G": 3.282669058535248e-05, + "F": 0.003226273227483034, + "E": 0.0004239169938955456, + "T": 0.0002588119823485613, + "P": 0.44992199540138245, + "-": 0.545152485370636 + }, + "id": "tp_9768" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1221021, + "label": "-", + "classification": { + "B": 9.239811333827674e-07, + "S": 3.067670490963792e-07, + "I": 1.7449265214963816e-05, + "C": 3.589442258089548e-06, + "R": 2.1877297058381373e-06, + "M": 0.00018073635874316096, + "O": 5.225958375376649e-05, + "W": 2.828502658758225e-07, + "N": 2.252534017088692e-07, + "Y": 0.00033627444645389915, + "U": 1.2676673932787708e-08, + "K": 8.41594016698366e-10, + "L": 8.289985089504626e-06, + "G": 0.00016475783195346594, + "F": 0.00032714675762690604, + "E": 6.510384991997853e-06, + "T": 0.000665608502458781, + "P": 0.027916302904486656, + "-": 0.9703171253204346 + }, + "id": "tp_9769" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1221154, + "label": "-", + "classification": { + "B": 2.9724065825575963e-05, + "S": 8.213528781197965e-05, + "I": 0.000651370151899755, + "C": 8.058107778197154e-05, + "R": 1.819272256398108e-05, + "M": 0.00029727991204708815, + "O": 0.00017561609274707735, + "W": 2.2397714928956702e-05, + "N": 0.0001577506773173809, + "Y": 0.0010825658682733774, + "U": 9.850545211520512e-06, + "K": 6.380034028552473e-05, + "L": 2.552056139393244e-05, + "G": 0.0005261942278593779, + "F": 0.016574030742049217, + "E": 0.0017878400394693017, + "T": 0.002027057344093919, + "P": 0.3961697518825531, + "-": 0.5802183747291565 + }, + "id": "tp_9770" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1221255, + "label": "-", + "classification": { + "B": 3.983656824857462e-06, + "S": 4.294906830182299e-06, + "I": 0.0016516927862539887, + "C": 0.00011456116772023961, + "R": 1.080170022760285e-05, + "M": 0.00016878148016985506, + "O": 3.41570375894662e-05, + "W": 4.1460034481133334e-06, + "N": 0.00012844284356106073, + "Y": 0.0020794738084077835, + "U": 3.5099269553029444e-06, + "K": 0.00017070068861357868, + "L": 2.6868769964494277e-06, + "G": 0.0008006083662621677, + "F": 0.006362379528582096, + "E": 0.003970526624470949, + "T": 0.00048757658805698156, + "P": 0.41485413908958435, + "-": 0.569147527217865 + }, + "id": "tp_9771" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1221388, + "label": "-", + "classification": { + "B": 8.770097338128835e-06, + "S": 9.143819283963239e-07, + "I": 0.000238854976487346, + "C": 1.1878547638843884e-06, + "R": 1.8382129951532988e-07, + "M": 8.711924601811916e-05, + "O": 2.2555490431841463e-05, + "W": 6.587899292753718e-07, + "N": 5.817564215249149e-06, + "Y": 0.00013951559958513826, + "U": 6.859696100036672e-08, + "K": 3.581472896030391e-08, + "L": 2.7546377623366425e-06, + "G": 6.06707289989572e-05, + "F": 0.0003135781444143504, + "E": 0.00016663152200635523, + "T": 0.00026229635113850236, + "P": 0.38342323899269104, + "-": 0.6152650713920593 + }, + "id": "tp_9772" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1221522, + "label": "-", + "classification": { + "B": 1.5475815189347486e-06, + "S": 7.318495818253723e-07, + "I": 0.0003677659260574728, + "C": 1.2279802831471898e-05, + "R": 7.987278536347731e-07, + "M": 6.704266706947237e-05, + "O": 1.2163226529082749e-05, + "W": 6.121910018919152e-07, + "N": 1.5126556718314532e-05, + "Y": 0.0003922211762983352, + "U": 5.023734388487355e-07, + "K": 5.817741566715995e-06, + "L": 1.4853028460493078e-06, + "G": 0.00020633850363083184, + "F": 0.0034398071002215147, + "E": 0.0008359651546925306, + "T": 0.00022523968073073775, + "P": 0.38387876749038696, + "-": 0.6105358600616455 + }, + "id": "tp_9773" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1221655, + "label": "-", + "classification": { + "B": 1.1596919193834765e-06, + "S": 2.4077880311779154e-07, + "I": 0.00021639220358338207, + "C": 3.3769711080822162e-06, + "R": 9.891861054711626e-07, + "M": 4.2009072785731405e-05, + "O": 2.0832800146308728e-05, + "W": 2.192759041008685e-07, + "N": 3.6363014714879682e-06, + "Y": 0.00018700108921620995, + "U": 1.2969039175914077e-07, + "K": 2.1804172689599e-08, + "L": 2.962362714242772e-06, + "G": 9.657918417360634e-05, + "F": 0.0002836638886947185, + "E": 4.406503649079241e-05, + "T": 0.00036965482286177576, + "P": 0.2464313805103302, + "-": 0.7522957921028137 + }, + "id": "tp_9774" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1221755, + "label": "-", + "classification": { + "B": 2.6585950763546862e-05, + "S": 9.773189049155917e-06, + "I": 5.662556941388175e-05, + "C": 2.4770940854068613e-06, + "R": 5.947123327132431e-07, + "M": 8.472808985970914e-05, + "O": 6.183930236147717e-05, + "W": 2.324845127077424e-06, + "N": 6.321549335552845e-06, + "Y": 6.589498661924154e-05, + "U": 1.0552290063969849e-07, + "K": 5.311416728659424e-08, + "L": 5.5983073252718896e-06, + "G": 7.31577820261009e-05, + "F": 0.0010690357303246856, + "E": 0.00017681044118944556, + "T": 0.0002919054531957954, + "P": 0.39452099800109863, + "-": 0.6035451889038086 + }, + "id": "tp_9775" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1221889, + "label": "-", + "classification": { + "B": 8.108862886713197e-11, + "S": 2.979866908781048e-10, + "I": 1.4721028946951265e-06, + "C": 3.0997682642919244e-08, + "R": 1.8948858038214667e-09, + "M": 2.3960956241353415e-07, + "O": 4.6056396030280666e-08, + "W": 6.489290216293853e-10, + "N": 2.3478749611172134e-08, + "Y": 1.1019785233656876e-05, + "U": 1.6189578844194585e-10, + "K": 2.1742227573895434e-08, + "L": 5.535824576519133e-10, + "G": 3.696310670875391e-07, + "F": 0.00014098183601163328, + "E": 4.341958174336469e-06, + "T": 4.6353789002751e-06, + "P": 0.06589151173830032, + "-": 0.9339452981948853 + }, + "id": "tp_9776" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1222022, + "label": "-", + "classification": { + "B": 4.08864434575662e-05, + "S": 9.56366511672968e-06, + "I": 0.0007363404147326946, + "C": 0.00022581870143767446, + "R": 2.3419042918249033e-05, + "M": 0.003177932696416974, + "O": 0.00014443162945099175, + "W": 4.808193352801027e-06, + "N": 3.497416400932707e-05, + "Y": 0.006654661148786545, + "U": 4.9869199756358285e-06, + "K": 2.341781510040164e-05, + "L": 8.571421494707465e-05, + "G": 0.0052139172330498695, + "F": 0.017255565151572227, + "E": 0.0030311683658510447, + "T": 0.003869818290695548, + "P": 0.08548980206251144, + "-": 0.8739728331565857 + }, + "id": "tp_9777" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1222155, + "label": "-", + "classification": { + "B": 6.0905490499862935e-06, + "S": 3.7920367503829766e-06, + "I": 0.000560886284802109, + "C": 0.00047884826199151576, + "R": 4.765862468047999e-05, + "M": 0.0006417041877284646, + "O": 0.00016287632752209902, + "W": 5.138744654686889e-06, + "N": 2.719949043239467e-05, + "Y": 0.0013406609650701284, + "U": 6.060432042431785e-06, + "K": 5.888375198992435e-06, + "L": 4.161944525549188e-05, + "G": 0.0008401127415709198, + "F": 0.006751442328095436, + "E": 0.0002992910158354789, + "T": 0.0018450104398652911, + "P": 0.09123740345239639, + "-": 0.8956982493400574 + }, + "id": "tp_9778" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1222256, + "label": "-", + "classification": { + "B": 0.0004676326352637261, + "S": 2.8080308766220696e-05, + "I": 0.0002056980156339705, + "C": 1.323310425505042e-05, + "R": 3.0750447876926046e-06, + "M": 0.001302432967349887, + "O": 0.00031440117163583636, + "W": 7.575435120088514e-06, + "N": 6.588742053281749e-06, + "Y": 0.00039749167626723647, + "U": 3.0692743280269497e-07, + "K": 7.304090843263111e-08, + "L": 0.0001378694869345054, + "G": 0.0008625295595265925, + "F": 0.00563241308555007, + "E": 0.0005517233512364328, + "T": 0.000559115840587765, + "P": 0.1602078080177307, + "-": 0.8293019533157349 + }, + "id": "tp_9779" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1222389, + "label": "-", + "classification": { + "B": 6.135119861028215e-07, + "S": 6.045663099030207e-07, + "I": 2.900157414842397e-05, + "C": 4.917435944662429e-06, + "R": 3.703783022501739e-07, + "M": 1.3705920537177008e-05, + "O": 1.1474934581201524e-05, + "W": 7.651892701687757e-07, + "N": 4.100920705241151e-06, + "Y": 0.0002378948702244088, + "U": 1.90613860695521e-07, + "K": 1.3410338397079613e-05, + "L": 6.459197834374208e-07, + "G": 9.94349829852581e-05, + "F": 0.01672651618719101, + "E": 0.00035396762541495264, + "T": 9.602843056200072e-05, + "P": 0.18514467775821686, + "-": 0.797261655330658 + }, + "id": "tp_9780" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1222523, + "label": "-", + "classification": { + "B": 1.2912828140088095e-07, + "S": 2.284090072635081e-07, + "I": 0.00017197562556248158, + "C": 4.785877990798326e-06, + "R": 2.4808596208458766e-06, + "M": 5.02548755321186e-06, + "O": 9.321229299530387e-06, + "W": 5.18467970778147e-07, + "N": 6.082296295062406e-06, + "Y": 0.0002650603128131479, + "U": 2.448980467306683e-07, + "K": 1.0320489991499926e-06, + "L": 3.819765197476954e-07, + "G": 3.106907752226107e-05, + "F": 0.001587707083672285, + "E": 2.3952794435899705e-05, + "T": 0.0002128887572325766, + "P": 0.20055381953716278, + "-": 0.7971233129501343 + }, + "id": "tp_9781" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1222656, + "label": "-", + "classification": { + "B": 3.7081633763591526e-08, + "S": 1.4162873540612964e-08, + "I": 3.717187064466998e-05, + "C": 1.1586424619736135e-07, + "R": 2.1752773804450953e-08, + "M": 2.07337529900542e-06, + "O": 9.459166676606401e-07, + "W": 1.7487348458189445e-08, + "N": 5.194181085244054e-07, + "Y": 1.503437124483753e-05, + "U": 5.2695257046764254e-09, + "K": 1.1460828730491812e-08, + "L": 4.039147327716819e-08, + "G": 3.397591171960812e-06, + "F": 7.497518527088687e-05, + "E": 1.5022776096884627e-05, + "T": 3.3467047614976764e-05, + "P": 0.24800245463848114, + "-": 0.7518147230148315 + }, + "id": "tp_9782" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1222756, + "label": "-", + "classification": { + "B": 7.343087075895038e-12, + "S": 3.2333042493393194e-11, + "I": 1.2986005231141462e-06, + "C": 9.304988779490486e-09, + "R": 3.544825544210539e-10, + "M": 6.319256584674804e-08, + "O": 7.080144914795028e-09, + "W": 7.677299768138468e-11, + "N": 1.5255398722047175e-08, + "Y": 1.7522222606203286e-06, + "U": 5.303374406295802e-11, + "K": 5.3955337975253315e-09, + "L": 5.88301143911174e-11, + "G": 9.490889141261505e-08, + "F": 3.755456054932438e-05, + "E": 1.503984208284237e-06, + "T": 3.5784967167273862e-06, + "P": 0.20008710026741028, + "-": 0.7998669743537903 + }, + "id": "tp_9783" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1222890, + "label": "-", + "classification": { + "B": 1.3000803766871627e-09, + "S": 7.572836802083316e-10, + "I": 6.816808006959718e-09, + "C": 1.0035771325078713e-08, + "R": 7.488851760939497e-10, + "M": 8.097603654277918e-08, + "O": 3.395627601321394e-08, + "W": 1.2195960907845915e-10, + "N": 7.157721637618408e-11, + "Y": 1.4240112022889662e-06, + "U": 1.4082666239742525e-12, + "K": 3.7932674362695096e-11, + "L": 9.305124448744095e-10, + "G": 4.3804257643387245e-07, + "F": 0.0004651852941606194, + "E": 5.059180807620578e-08, + "T": 2.684330127067369e-07, + "P": 0.003746100002899766, + "-": 0.9957864880561829 + }, + "id": "tp_9784" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1223023, + "label": "-", + "classification": { + "B": 1.401691775981817e-07, + "S": 9.274836543227138e-08, + "I": 8.685289503773674e-05, + "C": 1.1562106010387652e-06, + "R": 4.197018554918941e-08, + "M": 3.084038689848967e-05, + "O": 1.986833467526594e-06, + "W": 7.28317317566507e-08, + "N": 6.044294423190877e-06, + "Y": 0.00017582907457835972, + "U": 4.263331376819224e-08, + "K": 6.041516826371662e-06, + "L": 7.255276557316392e-08, + "G": 4.2562045564409345e-05, + "F": 0.002140995115041733, + "E": 0.0012109457748010755, + "T": 9.890979708870873e-05, + "P": 0.43580374121665955, + "-": 0.5603935122489929 + }, + "id": "tp_9785" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1223156, + "label": "-", + "classification": { + "B": 1.715426151349675e-05, + "S": 0.0002413945330772549, + "I": 0.0026420194189995527, + "C": 0.00023340064217336476, + "R": 0.00012968966620974243, + "M": 0.0006714864866808057, + "O": 0.0006031670491211116, + "W": 0.00019823196635115892, + "N": 0.0008302901405841112, + "Y": 0.005676322616636753, + "U": 6.918654980836436e-05, + "K": 0.001420189393684268, + "L": 5.9443165810080245e-05, + "G": 0.0006347979651764035, + "F": 0.03675283119082451, + "E": 0.0030359572265297174, + "T": 0.004604104440659285, + "P": 0.25993719696998596, + "-": 0.6822431087493896 + }, + "id": "tp_9786" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1223257, + "label": "-", + "classification": { + "B": 1.6197837515719016e-09, + "S": 7.61471952159809e-09, + "I": 1.9000082147613284e-06, + "C": 2.0395904698489176e-07, + "R": 6.276473385469217e-08, + "M": 1.0167320397158619e-05, + "O": 5.663708861902705e-07, + "W": 3.4027862749752558e-09, + "N": 9.56025747456124e-09, + "Y": 0.0006706730928272009, + "U": 3.6654604351760156e-10, + "K": 1.3613105309673301e-08, + "L": 2.186657965808081e-08, + "G": 1.8158600141759962e-05, + "F": 0.0006593414582312107, + "E": 7.682139653297781e-07, + "T": 0.00011562795407371596, + "P": 0.0024995501153171062, + "-": 0.9960228204727173 + }, + "id": "tp_9787" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1223390, + "label": "-", + "classification": { + "B": 9.00666385916793e-09, + "S": 4.267859310402855e-08, + "I": 5.370742201193934e-06, + "C": 1.7999505530497117e-07, + "R": 3.7038805800193586e-08, + "M": 1.336755303782411e-05, + "O": 1.1638084060905385e-06, + "W": 2.578869384706195e-08, + "N": 1.452241207289262e-07, + "Y": 0.00025084862136282027, + "U": 2.9773765675145114e-09, + "K": 2.1984075715408835e-07, + "L": 2.144042454688133e-08, + "G": 6.764294539607363e-06, + "F": 0.0005942200077697635, + "E": 9.958271220966708e-06, + "T": 8.99235819815658e-05, + "P": 0.023285742849111557, + "-": 0.9757418632507324 + }, + "id": "tp_9788" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1223524, + "label": "-", + "classification": { + "B": 2.2725285816704854e-05, + "S": 2.2109693986749335e-07, + "I": 4.614251884049736e-05, + "C": 3.617585520032662e-08, + "R": 1.264405646850264e-08, + "M": 6.502497853944078e-05, + "O": 2.491997838660609e-05, + "W": 7.516721467482057e-08, + "N": 9.28680847778196e-08, + "Y": 2.2263962819124572e-05, + "U": 3.442097995520754e-10, + "K": 2.607841243298936e-12, + "L": 3.6228232147550443e-06, + "G": 2.951854003185872e-05, + "F": 2.2469910618383437e-05, + "E": 6.180958280310733e-06, + "T": 1.5375348084489815e-05, + "P": 0.33637291193008423, + "-": 0.6633684039115906 + }, + "id": "tp_9789" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1223657, + "label": "-", + "classification": { + "B": 8.6862801396137e-09, + "S": 2.404725840676747e-08, + "I": 4.447171875199274e-07, + "C": 5.684607895517502e-09, + "R": 6.715332734330559e-10, + "M": 5.432997113530291e-06, + "O": 4.506232755829842e-07, + "W": 9.589506078100385e-09, + "N": 3.335436105089684e-08, + "Y": 3.025076148333028e-05, + "U": 4.898230154815053e-10, + "K": 3.890183677413006e-07, + "L": 5.075270426146972e-09, + "G": 2.3874897578934906e-06, + "F": 0.0012378167593851686, + "E": 2.2044112483854406e-05, + "T": 1.9560906366677955e-05, + "P": 0.02745809778571129, + "-": 0.9712230563163757 + }, + "id": "tp_9790" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1223757, + "label": "P", + "classification": { + "B": 9.790060721570626e-05, + "S": 0.00010905449016718194, + "I": 0.0020536051597446203, + "C": 7.68522295402363e-05, + "R": 3.254044349887408e-05, + "M": 0.00018004617595579475, + "O": 0.00039478615508414805, + "W": 4.833627463085577e-05, + "N": 0.0002613746910355985, + "Y": 0.0009124970529228449, + "U": 4.666947461373638e-06, + "K": 1.1756224921555258e-05, + "L": 3.120687324553728e-05, + "G": 0.0006188107654452324, + "F": 0.004964111372828484, + "E": 0.0012257274938747287, + "T": 0.0006441843579523265, + "P": 0.5254995822906494, + "-": 0.4628329873085022 + }, + "id": "tp_9791" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1223891, + "label": "-", + "classification": { + "B": 3.7959077872073976e-06, + "S": 2.9898643333581276e-05, + "I": 0.0004398654564283788, + "C": 3.9098962588468567e-05, + "R": 3.103572453255765e-05, + "M": 0.003174109850078821, + "O": 0.0003144812071695924, + "W": 1.1468280717963353e-05, + "N": 1.6268437320832163e-05, + "Y": 0.022945478558540344, + "U": 1.4851215155431419e-06, + "K": 2.320067687833216e-05, + "L": 3.5410834243521094e-05, + "G": 0.0012464470928534865, + "F": 0.007550414651632309, + "E": 0.00014286620717030019, + "T": 0.015944376587867737, + "P": 0.0088867899030447, + "-": 0.9391635656356812 + }, + "id": "tp_9792" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1224024, + "label": "-", + "classification": { + "B": 2.2979399633138442e-11, + "S": 1.5103177389286238e-11, + "I": 1.6720773032830039e-07, + "C": 1.2238055013824578e-09, + "R": 1.414789119191795e-10, + "M": 4.626160787779554e-08, + "O": 1.303478036618344e-08, + "W": 5.5325900111258264e-11, + "N": 7.465749685131584e-10, + "Y": 9.57703377935104e-07, + "U": 8.79369060208246e-12, + "K": 2.5136613276965925e-11, + "L": 1.465172011494431e-10, + "G": 3.736125009368152e-08, + "F": 7.027121682767756e-06, + "E": 1.3132328113840686e-08, + "T": 4.5316710384213366e-06, + "P": 0.024830613285303116, + "-": 0.9751566052436829 + }, + "id": "tp_9793" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1224157, + "label": "-", + "classification": { + "B": 1.3860165381629486e-05, + "S": 1.193411026179092e-05, + "I": 1.348816294921562e-05, + "C": 1.9343126496096374e-06, + "R": 9.138309451373061e-07, + "M": 5.679134847014211e-05, + "O": 7.544540130766109e-05, + "W": 5.639850314764772e-06, + "N": 8.712030421520467e-07, + "Y": 0.00021480878058355302, + "U": 9.483674290322597e-08, + "K": 5.57200507955713e-07, + "L": 6.937339549040189e-06, + "G": 8.595116378273815e-05, + "F": 0.006775173358619213, + "E": 3.394958912394941e-05, + "T": 0.00013781549932900816, + "P": 0.02790140174329281, + "-": 0.9646624326705933 + }, + "id": "tp_9794" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1224258, + "label": "-", + "classification": { + "B": 5.387870487538748e-07, + "S": 2.2288652701263345e-08, + "I": 0.00031523092184215784, + "C": 2.7460873752715997e-05, + "R": 1.6912629234866472e-06, + "M": 1.5922187230899e-05, + "O": 2.3816626253392315e-06, + "W": 4.509367101945827e-08, + "N": 2.066108891085605e-06, + "Y": 0.0002816096821334213, + "U": 9.472546480537858e-08, + "K": 8.057359934809938e-08, + "L": 6.903708822392218e-07, + "G": 0.00011784351954702288, + "F": 0.0008088889298960567, + "E": 0.00013286944886203855, + "T": 6.674262112937868e-05, + "P": 0.19118410348892212, + "-": 0.807041585445404 + }, + "id": "tp_9795" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1224391, + "label": "-", + "classification": { + "B": 4.203863035456834e-09, + "S": 1.7529398377291727e-08, + "I": 7.047770509416296e-07, + "C": 2.0690796631583908e-08, + "R": 2.7228252985622703e-09, + "M": 1.7706370272208005e-06, + "O": 3.562081190011668e-07, + "W": 2.317426028852765e-09, + "N": 1.0049481247165204e-08, + "Y": 2.6499455998418853e-05, + "U": 1.9259971395513276e-10, + "K": 4.661619978918452e-09, + "L": 1.6437846639405507e-08, + "G": 3.336815552756889e-06, + "F": 0.0011292770504951477, + "E": 8.71871861818363e-07, + "T": 2.4115628548315726e-05, + "P": 0.006568543612957001, + "-": 0.9922444224357605 + }, + "id": "tp_9796" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1224525, + "label": "-", + "classification": { + "B": 5.249735757217877e-09, + "S": 9.69706945852522e-08, + "I": 8.568422344978899e-06, + "C": 3.0104753022897057e-05, + "R": 5.870206223335117e-06, + "M": 6.01754363742657e-05, + "O": 1.1353361514920834e-05, + "W": 1.2297422813389858e-07, + "N": 1.8135526147489145e-07, + "Y": 0.0024162987247109413, + "U": 6.372789584929706e-08, + "K": 9.004854746308411e-07, + "L": 2.068478352157399e-06, + "G": 0.00023644087195862085, + "F": 0.002652193885296583, + "E": 5.145018803887069e-06, + "T": 0.0005510755581781268, + "P": 0.002849046140909195, + "-": 0.9911701679229736 + }, + "id": "tp_9797" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1224658, + "label": "-", + "classification": { + "B": 0.0005432405741885304, + "S": 0.0005714304861612618, + "I": 0.00017874588957056403, + "C": 0.0010064227972179651, + "R": 0.0005779449711553752, + "M": 0.003748492104932666, + "O": 0.005482217762619257, + "W": 0.0003208157722838223, + "N": 2.926259367086459e-05, + "Y": 0.008448638021945953, + "U": 1.035829154716339e-05, + "K": 6.86099156155251e-05, + "L": 0.002744984580203891, + "G": 0.017849091440439224, + "F": 0.08901701122522354, + "E": 0.0005783648230135441, + "T": 0.004330690484493971, + "P": 0.011744312942028046, + "-": 0.8527494668960571 + }, + "id": "tp_9798" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1224758, + "label": "-", + "classification": { + "B": 4.04930824515759e-06, + "S": 2.152309207303915e-06, + "I": 4.422512631663267e-07, + "C": 8.865967959792442e-10, + "R": 2.064846515992258e-09, + "M": 5.801350653200643e-06, + "O": 2.2458589228335768e-05, + "W": 1.4206824516804772e-07, + "N": 9.801876643678042e-09, + "Y": 1.3778496850136435e-06, + "U": 3.582760824127895e-11, + "K": 2.840019712457842e-11, + "L": 3.198161095951946e-07, + "G": 1.8276011815032689e-06, + "F": 0.00011237694707233459, + "E": 9.809269840843626e-08, + "T": 1.1801033906522207e-05, + "P": 0.0277035441249609, + "-": 0.9721335172653198 + }, + "id": "tp_9799" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1224892, + "label": "-", + "classification": { + "B": 5.906933253641e-08, + "S": 6.225604010978714e-06, + "I": 2.7988446049675986e-07, + "C": 1.7951314248421113e-06, + "R": 2.2825189205377683e-07, + "M": 5.631796011584811e-05, + "O": 3.127516538370401e-05, + "W": 4.868663268098317e-07, + "N": 6.685980480369835e-08, + "Y": 0.0014413362368941307, + "U": 1.132521187940938e-09, + "K": 4.9366070015821606e-05, + "L": 1.8880000425269827e-06, + "G": 0.002030253177508712, + "F": 0.17786182463169098, + "E": 4.9275855417363346e-05, + "T": 0.00037658316432498395, + "P": 0.0009226122056134045, + "-": 0.8171701431274414 + }, + "id": "tp_9800" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1225025, + "label": "-", + "classification": { + "B": 9.235587299372128e-07, + "S": 1.1115486131529906e-06, + "I": 1.527086533315014e-05, + "C": 9.26435041037621e-06, + "R": 1.0050714536191663e-06, + "M": 5.9758378483820707e-05, + "O": 1.63972672453383e-05, + "W": 5.412669565885153e-07, + "N": 1.631174200156238e-06, + "Y": 0.00042905937880277634, + "U": 1.568509020444253e-07, + "K": 6.505875717266463e-06, + "L": 1.4131991292742896e-06, + "G": 0.00013529849820770323, + "F": 0.013036259450018406, + "E": 0.00013046918320469558, + "T": 0.0002747656253632158, + "P": 0.039911843836307526, + "-": 0.9459682703018188 + }, + "id": "tp_9801" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1225125, + "label": "-", + "classification": { + "B": 3.8610295405305806e-07, + "S": 1.2141821059685753e-07, + "I": 6.337374088616343e-06, + "C": 1.1515066944411956e-05, + "R": 5.053390395914903e-06, + "M": 8.350831194547936e-05, + "O": 1.891860483738128e-05, + "W": 1.817280974591995e-07, + "N": 7.379706090659965e-08, + "Y": 0.0007020891061984003, + "U": 3.5057162506291206e-08, + "K": 8.210980340095375e-09, + "L": 5.316929218679434e-06, + "G": 0.00013061733625363559, + "F": 0.0005128135671839118, + "E": 2.745911615420482e-06, + "T": 0.0003993375285062939, + "P": 0.004781459458172321, + "-": 0.993339478969574 + }, + "id": "tp_9802" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1225259, + "label": "-", + "classification": { + "B": 2.869884052625338e-10, + "S": 6.472630875720142e-09, + "I": 9.139235856991945e-08, + "C": 1.1376598552104156e-09, + "R": 9.794374339344714e-11, + "M": 1.034272685274118e-07, + "O": 7.029677817627089e-08, + "W": 1.7967266563445605e-09, + "N": 4.859885827102062e-09, + "Y": 1.736613739922177e-06, + "U": 4.301544537232971e-11, + "K": 3.849719831805487e-08, + "L": 2.364149154221451e-10, + "G": 1.3427030864932021e-07, + "F": 0.001611360814422369, + "E": 1.0723421155489632e-06, + "T": 1.8575933609099593e-06, + "P": 0.042549215257167816, + "-": 0.9558343887329102 + }, + "id": "tp_9803" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1225392, + "label": "-", + "classification": { + "B": 1.5609982639830378e-08, + "S": 1.988046527401366e-08, + "I": 2.1400825289674685e-07, + "C": 8.345009661070435e-08, + "R": 1.5459757918279138e-08, + "M": 1.3155068927517277e-06, + "O": 7.043819323371281e-07, + "W": 6.93151358532873e-09, + "N": 5.32608313008609e-09, + "Y": 1.7820249922806397e-05, + "U": 2.619962580219237e-10, + "K": 7.405402069338152e-09, + "L": 2.98807378840138e-08, + "G": 4.062036623508902e-06, + "F": 0.000994831440038979, + "E": 5.768405912931485e-07, + "T": 1.2835983397962991e-05, + "P": 0.006664396263659, + "-": 0.9923030138015747 + }, + "id": "tp_9804" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1225526, + "label": "-", + "classification": { + "B": 2.7186285223024242e-08, + "S": 2.3772994950377324e-07, + "I": 3.912992724508513e-06, + "C": 2.845331073331181e-05, + "R": 2.145112375728786e-06, + "M": 0.0005539471749216318, + "O": 1.2864245036325883e-05, + "W": 3.998347608558106e-08, + "N": 3.5716414714670464e-08, + "Y": 0.020144706591963768, + "U": 2.1940571581779977e-09, + "K": 1.3190491188197484e-07, + "L": 8.588129276176915e-06, + "G": 0.003014691174030304, + "F": 0.00956763420253992, + "E": 2.103852057189215e-05, + "T": 0.002298596315085888, + "P": 0.0005333182634785771, + "-": 0.9638096690177917 + }, + "id": "tp_9805" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1225626, + "label": "-", + "classification": { + "B": 8.920849359128624e-05, + "S": 6.98444782756269e-05, + "I": 0.007612838875502348, + "C": 0.000818382715806365, + "R": 0.0002912316413130611, + "M": 0.006275180261582136, + "O": 0.0011414180044084787, + "W": 4.6714434574823827e-05, + "N": 0.00038326680078171194, + "Y": 0.04364745691418648, + "U": 1.7014279364957474e-05, + "K": 2.0086090444237925e-05, + "L": 0.00022035013535059988, + "G": 0.007194464560598135, + "F": 0.007537221536040306, + "E": 0.0022295373491942883, + "T": 0.02659585513174534, + "P": 0.11226711422204971, + "-": 0.7835426926612854 + }, + "id": "tp_9806" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1225759, + "label": "-", + "classification": { + "B": 1.5887609094988875e-07, + "S": 8.268990541182575e-07, + "I": 1.3699580449610949e-05, + "C": 4.022874691145262e-06, + "R": 6.922982720425352e-07, + "M": 3.6707006074720994e-05, + "O": 6.0279103308857884e-06, + "W": 2.223900992248673e-07, + "N": 9.855037887973594e-07, + "Y": 0.005470071453601122, + "U": 4.0181848959264244e-08, + "K": 1.5356474250438623e-05, + "L": 3.5312027080180997e-07, + "G": 0.0004399852768983692, + "F": 0.009608298540115356, + "E": 0.00013778057473246008, + "T": 0.001140149892307818, + "P": 0.00918479822576046, + "-": 0.973939836025238 + }, + "id": "tp_9807" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1225893, + "label": "-", + "classification": { + "B": 2.4049027160799596e-06, + "S": 1.3924218364991248e-06, + "I": 5.629193037748337e-05, + "C": 2.0054325432283804e-05, + "R": 2.6960126433550613e-06, + "M": 5.111093196319416e-05, + "O": 2.4730390578042716e-05, + "W": 1.4787519830861129e-06, + "N": 5.079471975477645e-06, + "Y": 0.0006075222627259791, + "U": 1.28536737520335e-06, + "K": 3.923579060938209e-05, + "L": 2.4313835638167802e-06, + "G": 0.00030149458325468004, + "F": 0.0041262139566242695, + "E": 9.99259646050632e-05, + "T": 0.0005550074274651706, + "P": 0.07395728677511215, + "-": 0.9201443195343018 + }, + "id": "tp_9808" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1226026, + "label": "-", + "classification": { + "B": 4.190181712715457e-08, + "S": 4.4638039042865785e-08, + "I": 2.2715087197866524e-06, + "C": 1.0619672252687451e-07, + "R": 3.7930590224277694e-08, + "M": 2.835589384631021e-06, + "O": 1.6949154542089673e-06, + "W": 2.8984930011688448e-08, + "N": 1.9120523830906677e-08, + "Y": 2.1054083845228888e-05, + "U": 6.475036617992203e-10, + "K": 1.1025967916467039e-09, + "L": 1.0989573695496802e-07, + "G": 3.221000952180475e-06, + "F": 0.000358673685695976, + "E": 4.00844925252386e-07, + "T": 2.1188394384807907e-05, + "P": 0.027526667341589928, + "-": 0.9720615148544312 + }, + "id": "tp_9809" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1226126, + "label": "-", + "classification": { + "B": 7.013125014054822e-07, + "S": 1.953747243987891e-07, + "I": 1.1099718477680653e-07, + "C": 6.992261774030339e-07, + "R": 2.0532699807063182e-07, + "M": 2.7470628992887214e-05, + "O": 1.0549289072514512e-05, + "W": 4.8846708011751616e-08, + "N": 1.7696697440783282e-09, + "Y": 7.695076055824757e-05, + "U": 2.698855305904857e-10, + "K": 4.334033409936211e-10, + "L": 4.166211510892026e-06, + "G": 8.1992446212098e-05, + "F": 0.005336367525160313, + "E": 8.160006359503313e-07, + "T": 2.8759061024175026e-05, + "P": 0.0010536304907873273, + "-": 0.9933773875236511 + }, + "id": "tp_9810" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1226260, + "label": "-", + "classification": { + "B": 4.027955128549365e-06, + "S": 3.771071078517707e-06, + "I": 0.0006849156925454736, + "C": 0.00025901439948938787, + "R": 6.971450784476474e-05, + "M": 0.0003321523545309901, + "O": 0.00014303793432191014, + "W": 1.0852582818188239e-05, + "N": 2.3959815734997392e-05, + "Y": 0.002367634093388915, + "U": 5.902017164771678e-06, + "K": 1.099063956644386e-05, + "L": 2.353433592361398e-05, + "G": 0.0007080985233187675, + "F": 0.003716795239597559, + "E": 0.0001946388219948858, + "T": 0.001422637840732932, + "P": 0.0646631196141243, + "-": 0.9253552556037903 + }, + "id": "tp_9811" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1226393, + "label": "-", + "classification": { + "B": 2.553656258896808e-06, + "S": 8.401391824008897e-06, + "I": 0.00042249547550454736, + "C": 0.00010484413360245526, + "R": 5.556379255722277e-05, + "M": 0.0003342974523548037, + "O": 0.00017413859313819557, + "W": 2.1007133909733966e-05, + "N": 4.015352897113189e-05, + "Y": 0.0038231967482715845, + "U": 5.331410648068413e-06, + "K": 0.00018027272017206997, + "L": 1.3862997548130807e-05, + "G": 0.0004693440569099039, + "F": 0.01621777005493641, + "E": 0.00033390967291779816, + "T": 0.002151138847693801, + "P": 0.0472097285091877, + "-": 0.9284319281578064 + }, + "id": "tp_9812" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1226527, + "label": "-", + "classification": { + "B": 5.834640930124646e-12, + "S": 7.477808303124611e-12, + "I": 3.056296975501027e-07, + "C": 2.8395596984864824e-09, + "R": 1.550010675366309e-10, + "M": 1.7622259207428215e-08, + "O": 6.501999383345947e-09, + "W": 1.898311369208372e-11, + "N": 7.807918200875008e-10, + "Y": 6.686499887109676e-07, + "U": 9.636261406875679e-12, + "K": 3.7436925087730444e-11, + "L": 6.949458369875927e-11, + "G": 6.170690625140196e-08, + "F": 4.766380698129069e-06, + "E": 4.1301976949625896e-08, + "T": 1.0435139756737044e-06, + "P": 0.03180737793445587, + "-": 0.9681857228279114 + }, + "id": "tp_9813" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1226627, + "label": "-", + "classification": { + "B": 1.7894039672228246e-07, + "S": 2.4468937454003026e-07, + "I": 1.4907179320289288e-05, + "C": 5.568594588112319e-06, + "R": 8.778597475611605e-07, + "M": 2.004687485168688e-05, + "O": 4.71055773232365e-06, + "W": 1.6429501670245372e-07, + "N": 3.998371767011122e-07, + "Y": 0.00045640638563781977, + "U": 7.666959334073908e-08, + "K": 1.186436634270649e-06, + "L": 5.912886535952566e-07, + "G": 8.112304931273684e-05, + "F": 0.002673516981303692, + "E": 1.95206594071351e-05, + "T": 0.00019857539155054837, + "P": 0.02331908605992794, + "-": 0.9732028841972351 + }, + "id": "tp_9814" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1226760, + "label": "-", + "classification": { + "B": 9.729845623951405e-05, + "S": 6.399538688128814e-05, + "I": 0.00033152801916003227, + "C": 0.0003826592583209276, + "R": 9.680346556706354e-05, + "M": 0.0019825974013656378, + "O": 0.0003522997722029686, + "W": 1.7516736988909543e-05, + "N": 2.794445572362747e-05, + "Y": 0.006092078052461147, + "U": 4.793460448127007e-06, + "K": 9.09601294551976e-05, + "L": 0.00030645541846752167, + "G": 0.014992536045610905, + "F": 0.06976782530546188, + "E": 0.0032066002022475004, + "T": 0.003649595193564892, + "P": 0.039281025528907776, + "-": 0.8592555522918701 + }, + "id": "tp_9815" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1226894, + "label": "-", + "classification": { + "B": 4.069113856530748e-06, + "S": 0.0002392295718891546, + "I": 4.4730106310453266e-05, + "C": 8.865802556101698e-06, + "R": 6.109739388193702e-06, + "M": 0.0021638518664985895, + "O": 0.000426231708843261, + "W": 1.867270839284174e-05, + "N": 6.999101515248185e-06, + "Y": 0.07296179980039597, + "U": 8.13341287653202e-08, + "K": 0.00017560258856974542, + "L": 2.4382572519243695e-05, + "G": 0.006338376086205244, + "F": 0.05634719133377075, + "E": 0.0005096779204905033, + "T": 0.024405503645539284, + "P": 0.00197119964286685, + "-": 0.8343474268913269 + }, + "id": "tp_9816" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1227027, + "label": "-", + "classification": { + "B": 1.4493332400888903e-07, + "S": 4.5652706148757716e-07, + "I": 4.200950570520945e-05, + "C": 3.3944466849789023e-05, + "R": 2.605673444122658e-06, + "M": 0.00011188963981112465, + "O": 2.0533201677608304e-05, + "W": 4.5123374547983985e-07, + "N": 2.8925280730618397e-06, + "Y": 0.00040116842137649655, + "U": 4.810330551663355e-07, + "K": 1.4686667782370932e-05, + "L": 1.6524833199582645e-06, + "G": 0.00011443547555245459, + "F": 0.0050560468807816505, + "E": 6.544858479173854e-05, + "T": 0.0004273505765013397, + "P": 0.023674288764595985, + "-": 0.9700295329093933 + }, + "id": "tp_9817" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1227127, + "label": "-", + "classification": { + "B": 3.0202097605069866e-06, + "S": 1.9456001609796658e-05, + "I": 0.0001073763269232586, + "C": 0.00011895546049345285, + "R": 4.726476254290901e-05, + "M": 0.0006650963914580643, + "O": 0.00013027960085310042, + "W": 7.448718406521948e-06, + "N": 5.729542408516863e-06, + "Y": 0.005598158109933138, + "U": 1.2406034102241392e-06, + "K": 7.84676376497373e-06, + "L": 8.049159805523232e-05, + "G": 0.0018659761408343911, + "F": 0.06609327346086502, + "E": 0.0001573508488945663, + "T": 0.004283299669623375, + "P": 0.0179585013538599, + "-": 0.9028492569923401 + }, + "id": "tp_9818" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1227261, + "label": "-", + "classification": { + "B": 6.620887919948221e-14, + "S": 2.837112801092577e-14, + "I": 1.572832974972016e-10, + "C": 4.385117702981889e-12, + "R": 2.0510799818556497e-13, + "M": 1.169024183012013e-10, + "O": 4.733900077491526e-11, + "W": 3.114330760509501e-14, + "N": 2.1757059045016125e-13, + "Y": 9.828721836413479e-09, + "U": 1.1955983341151145e-15, + "K": 1.5619150328031843e-14, + "L": 3.2297078965230763e-13, + "G": 1.3825252054289194e-09, + "F": 9.010731446323916e-06, + "E": 3.2979455277803993e-10, + "T": 1.038773422834538e-08, + "P": 0.011700953356921673, + "-": 0.9882900714874268 + }, + "id": "tp_9819" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1227394, + "label": "-", + "classification": { + "B": 1.5426053323608357e-08, + "S": 5.501052502410175e-09, + "I": 1.7052595921995817e-06, + "C": 3.27067766647815e-07, + "R": 2.597013271099513e-08, + "M": 2.8677316095127026e-06, + "O": 1.3665320466316189e-06, + "W": 7.128837076209038e-09, + "N": 2.6113731621535408e-08, + "Y": 1.1377307600923814e-05, + "U": 4.5014106331286996e-10, + "K": 2.5940909420540947e-09, + "L": 3.082300636947366e-08, + "G": 1.1522975000843871e-05, + "F": 0.00019205635180696845, + "E": 2.3507122932642233e-06, + "T": 9.171780220640358e-06, + "P": 0.0254241731017828, + "-": 0.9743428826332092 + }, + "id": "tp_9820" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1227528, + "label": "-", + "classification": { + "B": 3.205113330295717e-08, + "S": 4.3730418042287056e-07, + "I": 1.4494811466647661e-06, + "C": 1.5384097196147195e-06, + "R": 3.1478049322686275e-07, + "M": 2.2404497940442525e-05, + "O": 4.750173047796125e-06, + "W": 1.391341726275641e-07, + "N": 1.1872798921785943e-07, + "Y": 0.0010322954040020704, + "U": 4.51925075140025e-09, + "K": 5.3363037295639515e-06, + "L": 3.1782624887455313e-07, + "G": 0.00021122474572621286, + "F": 0.02160605601966381, + "E": 3.803646541200578e-05, + "T": 0.0001593643391970545, + "P": 0.005339200608432293, + "-": 0.9715769290924072 + }, + "id": "tp_9821" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1227628, + "label": "-", + "classification": { + "B": 1.48594461180096e-08, + "S": 5.133732727813367e-08, + "I": 1.581284413987305e-05, + "C": 1.8172453337683692e-06, + "R": 2.3640565416371828e-07, + "M": 1.3687330465472769e-05, + "O": 1.8899460201282636e-06, + "W": 4.18895957920995e-08, + "N": 2.132663468046303e-07, + "Y": 0.0002742166689131409, + "U": 9.36664257267239e-09, + "K": 8.15586247426836e-08, + "L": 1.939578311294099e-07, + "G": 2.77440976788057e-05, + "F": 0.0016636152286082506, + "E": 1.813819835660979e-05, + "T": 6.784290599171072e-05, + "P": 0.02566727250814438, + "-": 0.9722470641136169 + }, + "id": "tp_9822" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1227761, + "label": "-", + "classification": { + "B": 2.9799302865285426e-05, + "S": 1.8925120457424782e-05, + "I": 6.946706707822159e-05, + "C": 8.96732381079346e-05, + "R": 1.7165191820822656e-05, + "M": 0.0015671136789023876, + "O": 0.0001116281418944709, + "W": 6.273830422287574e-06, + "N": 4.293160145607544e-06, + "Y": 0.007907748222351074, + "U": 1.0120825209014583e-06, + "K": 1.5757674191263504e-05, + "L": 5.376862463890575e-05, + "G": 0.003549812827259302, + "F": 0.022086989134550095, + "E": 0.0005031354376114905, + "T": 0.00275785312987864, + "P": 0.016623180359601974, + "-": 0.9445863962173462 + }, + "id": "tp_9823" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1227895, + "label": "-", + "classification": { + "B": 3.3789777376114216e-07, + "S": 3.6048785290176966e-08, + "I": 2.541382855270058e-06, + "C": 2.1648940673912875e-05, + "R": 7.153060778364306e-06, + "M": 0.00014595450193155557, + "O": 8.937872735259589e-06, + "W": 4.439695189262238e-08, + "N": 1.109211744676486e-08, + "Y": 0.0015678693307563663, + "U": 7.944571223106323e-09, + "K": 7.374778565605311e-09, + "L": 4.981511665391736e-06, + "G": 0.00038761700852774084, + "F": 0.0006565995863638818, + "E": 1.2535892892628908e-06, + "T": 0.0004226799064781517, + "P": 0.0004727305204141885, + "-": 0.996299684047699 + }, + "id": "tp_9824" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1228028, + "label": "-", + "classification": { + "B": 1.7346116010230617e-07, + "S": 8.302510678959152e-08, + "I": 1.2241913282196037e-05, + "C": 7.973143283379613e-07, + "R": 3.498549290270603e-07, + "M": 6.744942220393568e-05, + "O": 7.627354534633923e-06, + "W": 3.583385321803689e-08, + "N": 2.1938652139397163e-07, + "Y": 0.0011785824317485094, + "U": 1.4026262817878887e-08, + "K": 6.344022551729722e-08, + "L": 6.624090929108206e-07, + "G": 0.00018445125897414982, + "F": 0.0004878363397438079, + "E": 1.1684066521411296e-05, + "T": 0.0007365655619651079, + "P": 0.009980687871575356, + "-": 0.987330436706543 + }, + "id": "tp_9825" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1228128, + "label": "-", + "classification": { + "B": 1.2484449598559877e-06, + "S": 1.863650595623767e-06, + "I": 0.0001160089741460979, + "C": 1.7447449863539077e-05, + "R": 5.797860012535239e-06, + "M": 0.0003353394567966461, + "O": 5.419427543529309e-05, + "W": 1.059038368111942e-06, + "N": 4.416074261825997e-06, + "Y": 0.003792381612583995, + "U": 7.53151709886879e-07, + "K": 3.141157947084139e-07, + "L": 1.1724035175575409e-05, + "G": 0.00033652479760348797, + "F": 0.0009239449864253402, + "E": 3.288049265393056e-05, + "T": 0.004413180518895388, + "P": 0.03935479000210762, + "-": 0.9505961537361145 + }, + "id": "tp_9826" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1228262, + "label": "-", + "classification": { + "B": 8.34949087646919e-09, + "S": 1.359474310902442e-07, + "I": 8.739658596823574e-07, + "C": 4.264450126356678e-07, + "R": 2.386575204127439e-07, + "M": 0.00017851973825599998, + "O": 1.1015985364792868e-05, + "W": 1.1068832961314001e-08, + "N": 3.188334707360241e-09, + "Y": 0.0009537352016195655, + "U": 1.3032462609086082e-10, + "K": 2.680133337484847e-10, + "L": 5.123407390783541e-06, + "G": 0.000285855436231941, + "F": 0.0016152074094861746, + "E": 3.257929677147331e-07, + "T": 0.0006080362945795059, + "P": 0.00026065538986586034, + "-": 0.9960798621177673 + }, + "id": "tp_9827" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1228395, + "label": "-", + "classification": { + "B": 5.492989657795988e-06, + "S": 1.627331403142307e-05, + "I": 1.702756890153978e-05, + "C": 1.9861022337863687e-06, + "R": 1.1490895985843963e-06, + "M": 0.0003700974921230227, + "O": 8.92653115442954e-05, + "W": 1.796043420654314e-06, + "N": 5.106651315145427e-07, + "Y": 0.0027477906551212072, + "U": 1.5250325446913848e-08, + "K": 2.8351104219837e-07, + "L": 1.0131870112672914e-05, + "G": 0.0004274507227819413, + "F": 0.01014725025743246, + "E": 2.1106361600686796e-05, + "T": 0.0021335147321224213, + "P": 0.005672852974385023, + "-": 0.9783358573913574 + }, + "id": "tp_9828" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1228529, + "label": "-", + "classification": { + "B": 2.0898828267945646e-07, + "S": 4.570205874188105e-06, + "I": 0.0004150972526986152, + "C": 1.0399593520560302e-05, + "R": 1.0381280844740104e-05, + "M": 0.00047659510164521635, + "O": 7.184038986451924e-05, + "W": 1.6683663943695137e-06, + "N": 9.242772648576647e-06, + "Y": 0.03214886412024498, + "U": 9.207458617765951e-08, + "K": 6.168698291730834e-06, + "L": 3.1219763059198158e-06, + "G": 0.0005261935875751078, + "F": 0.007162244524806738, + "E": 4.892113429377787e-05, + "T": 0.011701753363013268, + "P": 0.011820194311439991, + "-": 0.9355824589729309 + }, + "id": "tp_9829" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1228629, + "label": "-", + "classification": { + "B": 4.036607151647331e-06, + "S": 7.460719643859193e-06, + "I": 0.000619530794210732, + "C": 0.00020288531959522516, + "R": 9.506740025244653e-05, + "M": 0.0018166631925851107, + "O": 0.00019156403141096234, + "W": 4.616025762516074e-06, + "N": 5.394545496528735e-06, + "Y": 0.029351603239774704, + "U": 6.218573957994522e-07, + "K": 3.3710330171743408e-06, + "L": 4.891830758424476e-05, + "G": 0.003040454350411892, + "F": 0.005563258659094572, + "E": 8.719167817616835e-05, + "T": 0.012361947447061539, + "P": 0.00477197440341115, + "-": 0.9418233633041382 + }, + "id": "tp_9830" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1228762, + "label": "-", + "classification": { + "B": 5.864090780960396e-05, + "S": 0.0002560651919338852, + "I": 0.000595616758801043, + "C": 0.003583702025935054, + "R": 0.0011244026245549321, + "M": 0.009117786772549152, + "O": 0.0024505029432475567, + "W": 9.366895392304286e-05, + "N": 3.437843042775057e-05, + "Y": 0.1138477772474289, + "U": 6.233704880287405e-06, + "K": 0.0003425994946155697, + "L": 0.0010711151408031583, + "G": 0.06743884831666946, + "F": 0.02573864534497261, + "E": 0.0015525193884968758, + "T": 0.023518119007349014, + "P": 0.0039482805877923965, + "-": 0.7452210783958435 + }, + "id": "tp_9831" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1228896, + "label": "-", + "classification": { + "B": 5.2854606025221074e-08, + "S": 3.2084348511318694e-09, + "I": 2.0441136427962192e-07, + "C": 3.0881668777738014e-08, + "R": 2.975466983912156e-09, + "M": 6.431022484321147e-06, + "O": 7.423258239214192e-07, + "W": 1.0806128214468913e-09, + "N": 1.0804830363753126e-09, + "Y": 1.4849220860924106e-05, + "U": 7.628462445063988e-11, + "K": 6.310457018043891e-11, + "L": 9.793772193233963e-08, + "G": 1.305016667174641e-05, + "F": 0.00014566963363904506, + "E": 5.609277309304161e-07, + "T": 1.6991287338896655e-05, + "P": 0.004450817592442036, + "-": 0.9953503608703613 + }, + "id": "tp_9832" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1229029, + "label": "-", + "classification": { + "B": 8.242136573244352e-06, + "S": 3.408219697575987e-07, + "I": 1.1630887684077607e-06, + "C": 1.5780186046754352e-08, + "R": 1.2726061093815133e-08, + "M": 2.5973411538871005e-05, + "O": 2.9734819690929726e-05, + "W": 9.214974738824822e-08, + "N": 1.1096671137522662e-08, + "Y": 7.585796083731111e-06, + "U": 3.2664887461564263e-10, + "K": 6.92507926003394e-11, + "L": 2.2967110453464556e-06, + "G": 2.342779225728009e-05, + "F": 0.00015413832443300635, + "E": 1.3440566135614063e-06, + "T": 3.75717063434422e-05, + "P": 0.008982847444713116, + "-": 0.9907251000404358 + }, + "id": "tp_9833" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1229129, + "label": "-", + "classification": { + "B": 5.0042818777740194e-09, + "S": 9.582941551400381e-09, + "I": 1.0852161722141318e-05, + "C": 1.4797808489674935e-07, + "R": 1.8255951417245342e-08, + "M": 4.175299181952141e-06, + "O": 4.223164751238073e-07, + "W": 7.927569711796423e-09, + "N": 2.2725413373336778e-07, + "Y": 9.264866093872115e-05, + "U": 3.2568454599868346e-09, + "K": 1.7493242410182575e-07, + "L": 7.564654680436433e-09, + "G": 6.608914191019721e-06, + "F": 0.00025834570988081396, + "E": 2.9450464353431016e-05, + "T": 3.348010068293661e-05, + "P": 0.10017862915992737, + "-": 0.8993847370147705 + }, + "id": "tp_9834" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1229263, + "label": "-", + "classification": { + "B": 3.062868358938431e-07, + "S": 4.1676622686281917e-07, + "I": 2.616247343212308e-07, + "C": 2.2834269941540697e-07, + "R": 9.26014251945162e-08, + "M": 1.6733494703657925e-05, + "O": 1.0636456863721833e-05, + "W": 1.0195505950605366e-07, + "N": 7.818190539410352e-09, + "Y": 4.53259635833092e-05, + "U": 6.97334967547647e-10, + "K": 3.102627266216018e-09, + "L": 5.834784246872005e-07, + "G": 1.2027170669171028e-05, + "F": 0.0007565754931420088, + "E": 4.059808702550072e-07, + "T": 5.76714301132597e-05, + "P": 0.0018907299963757396, + "-": 0.9972079396247864 + }, + "id": "tp_9835" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1229396, + "label": "-", + "classification": { + "B": 2.1402870515885297e-06, + "S": 6.242430572456215e-08, + "I": 8.161886398738716e-06, + "C": 1.2852405234298203e-05, + "R": 6.54238874631119e-07, + "M": 4.6386427129618824e-05, + "O": 6.735530860169092e-06, + "W": 2.875303906080262e-08, + "N": 1.5389740326554602e-07, + "Y": 0.0003290681925136596, + "U": 4.1584744536748985e-08, + "K": 3.154658401172128e-08, + "L": 4.29594865636318e-06, + "G": 0.0005853248294442892, + "F": 0.0011342257494106889, + "E": 3.78532859031111e-05, + "T": 0.0001656964304856956, + "P": 0.012340928427875042, + "-": 0.9853253960609436 + }, + "id": "tp_9836" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1229530, + "label": "-", + "classification": { + "B": 2.2766694200981874e-06, + "S": 1.457169787499879e-06, + "I": 1.2223030125824152e-06, + "C": 1.5805886732778163e-07, + "R": 1.673452629802341e-07, + "M": 2.4387009034398943e-05, + "O": 1.7015316188917495e-05, + "W": 2.7035460448132653e-07, + "N": 1.5556169685737586e-08, + "Y": 5.2324263378977776e-05, + "U": 7.785157518647168e-10, + "K": 7.794859757659367e-10, + "L": 3.104614279436646e-06, + "G": 1.843391146394424e-05, + "F": 0.002075325697660446, + "E": 6.228046345313487e-07, + "T": 5.1928065659012645e-05, + "P": 0.0058313822373747826, + "-": 0.9919198751449585 + }, + "id": "tp_9837" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1229630, + "label": "-", + "classification": { + "B": 1.823020284064114e-05, + "S": 0.00035701601882465184, + "I": 4.956475459039211e-05, + "C": 5.716081795981154e-05, + "R": 3.3288455597357824e-05, + "M": 0.0017181352013722062, + "O": 0.0009845478925853968, + "W": 7.161221583373845e-05, + "N": 1.4718226339027751e-05, + "Y": 0.03046366013586521, + "U": 2.2847420666494145e-07, + "K": 0.0005819706711918116, + "L": 7.25993377272971e-05, + "G": 0.011917675845324993, + "F": 0.3723776936531067, + "E": 0.0007675717934034765, + "T": 0.005305059254169464, + "P": 0.004051766823977232, + "-": 0.5711575746536255 + }, + "id": "tp_9838" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1229763, + "label": "-", + "classification": { + "B": 8.07015965165192e-09, + "S": 3.098472811657871e-09, + "I": 2.044060032346806e-08, + "C": 4.1044355469921356e-08, + "R": 8.985706401176685e-09, + "M": 2.926856041085557e-06, + "O": 4.3612081412902626e-07, + "W": 7.304195581703254e-10, + "N": 1.3510578766862125e-10, + "Y": 2.5050643671420403e-05, + "U": 7.995212131239882e-12, + "K": 2.4656221508934095e-11, + "L": 6.189143419987886e-08, + "G": 1.0653013305272907e-05, + "F": 0.0005947843310423195, + "E": 7.147110636651632e-08, + "T": 1.441800850443542e-05, + "P": 0.0009151595295406878, + "-": 0.9984363913536072 + }, + "id": "tp_9839" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1229897, + "label": "-", + "classification": { + "B": 5.6507960977114635e-08, + "S": 1.1653250808763005e-08, + "I": 2.842362482624594e-05, + "C": 1.3733098285229062e-06, + "R": 1.3354716088542773e-07, + "M": 3.8051466617616825e-06, + "O": 9.474721878177661e-07, + "W": 1.7916685024488288e-08, + "N": 5.042315365244576e-07, + "Y": 4.603926936397329e-05, + "U": 1.773647717584481e-08, + "K": 6.124493268089282e-08, + "L": 5.654257151377351e-08, + "G": 1.932484701683279e-05, + "F": 0.00036754237953573465, + "E": 3.2217034458881244e-05, + "T": 3.945898060919717e-05, + "P": 0.2304615080356598, + "-": 0.7689985036849976 + }, + "id": "tp_9840" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1230030, + "label": "-", + "classification": { + "B": 7.09161867007424e-08, + "S": 7.251335887303867e-08, + "I": 1.0416571967652999e-05, + "C": 3.000692174737196e-07, + "R": 9.549808055453468e-08, + "M": 2.7663345463224687e-05, + "O": 1.787784754014865e-06, + "W": 1.3745763638439712e-08, + "N": 1.7131606000475585e-07, + "Y": 0.0008478141389787197, + "U": 5.383370194067538e-09, + "K": 5.32095668859256e-07, + "L": 1.0010995765696862e-07, + "G": 7.383825141005218e-05, + "F": 0.0011184505419805646, + "E": 1.0992936040565837e-05, + "T": 0.000372186565073207, + "P": 0.009973385371267796, + "-": 0.9875620603561401 + }, + "id": "tp_9841" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1230130, + "label": "-", + "classification": { + "B": 9.590454510544077e-07, + "S": 2.6335760594520252e-06, + "I": 0.0004786436911672354, + "C": 3.269826947871479e-06, + "R": 3.994266535300994e-06, + "M": 9.133506682701409e-05, + "O": 7.834917050786316e-05, + "W": 1.6393780697399052e-06, + "N": 6.694549028907204e-06, + "Y": 0.0006236954359337687, + "U": 1.3798806719478307e-07, + "K": 2.349490024755596e-08, + "L": 1.1661290955089498e-05, + "G": 7.969616126501933e-05, + "F": 0.0008708146051503718, + "E": 9.6744297479745e-06, + "T": 0.001133366720750928, + "P": 0.14182719588279724, + "-": 0.8547762036323547 + }, + "id": "tp_9842" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1230264, + "label": "-", + "classification": { + "B": 0.0018529478693380952, + "S": 0.0008153449161909521, + "I": 0.001517534488812089, + "C": 0.0006392868235707283, + "R": 0.00022958501358516514, + "M": 0.010329957120120525, + "O": 0.005136341322213411, + "W": 0.0003898819559253752, + "N": 0.0001632662897463888, + "Y": 0.004769324790686369, + "U": 2.286610470036976e-05, + "K": 1.4765521882509347e-05, + "L": 0.0014055641368031502, + "G": 0.004577017389237881, + "F": 0.008705035783350468, + "E": 0.0017885701963678002, + "T": 0.006984454579651356, + "P": 0.07527035474777222, + "-": 0.875387966632843 + }, + "id": "tp_9843" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1230397, + "label": "-", + "classification": { + "B": 3.276819370512385e-06, + "S": 0.00010781799210235476, + "I": 4.445899776328588e-06, + "C": 6.149825640022755e-05, + "R": 7.746447408862878e-06, + "M": 0.0005531613714993, + "O": 0.0002292401040904224, + "W": 8.652738870296162e-06, + "N": 1.7469720887675066e-06, + "Y": 0.0032467117998749018, + "U": 7.416347358457642e-08, + "K": 0.00010615168866934255, + "L": 6.837771070422605e-05, + "G": 0.007586092222481966, + "F": 0.4624122977256775, + "E": 0.00046305678552016616, + "T": 0.0012675824109464884, + "P": 0.0037339520640671253, + "-": 0.5201382040977478 + }, + "id": "tp_9844" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1230531, + "label": "-", + "classification": { + "B": 0.00020118776592426002, + "S": 1.8831085981219076e-05, + "I": 0.0001210900882142596, + "C": 1.2715857337752823e-05, + "R": 4.66719438918517e-06, + "M": 0.0011036461219191551, + "O": 0.00027976304409094155, + "W": 4.17462661062018e-06, + "N": 3.16237901643035e-06, + "Y": 0.0009546375367790461, + "U": 2.3341002020060841e-07, + "K": 1.496025276992441e-07, + "L": 9.304118430009112e-05, + "G": 0.0015734023181721568, + "F": 0.006639414932578802, + "E": 0.0003464510082267225, + "T": 0.0008653535041958094, + "P": 0.04365823417901993, + "-": 0.9441197514533997 + }, + "id": "tp_9845" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1230631, + "label": "P", + "classification": { + "B": 1.011327526612149e-06, + "S": 4.070838599545823e-07, + "I": 2.533870610932354e-05, + "C": 1.3888987950849696e-06, + "R": 1.1752986495139339e-07, + "M": 2.502792085579131e-06, + "O": 1.91860613085737e-06, + "W": 1.2506002633472235e-07, + "N": 1.699777726571483e-06, + "Y": 3.816125899902545e-05, + "U": 2.6053850632479225e-08, + "K": 1.121126018688301e-07, + "L": 1.7645679406541603e-07, + "G": 2.4733282771194354e-05, + "F": 0.0017961821286007762, + "E": 6.525687058456242e-05, + "T": 2.6046511266031303e-05, + "P": 0.5607962608337402, + "-": 0.43721863627433777 + }, + "id": "tp_9846" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1230764, + "label": "-", + "classification": { + "B": 9.791613742038408e-09, + "S": 4.178651202835226e-09, + "I": 9.188787544189836e-07, + "C": 5.218930354544682e-08, + "R": 9.39590627524467e-09, + "M": 6.6237930695933755e-06, + "O": 6.141581820884312e-07, + "W": 1.8840011772880416e-09, + "N": 3.396293024593433e-09, + "Y": 9.116315050050616e-05, + "U": 1.4722563446145642e-10, + "K": 2.3184165698353354e-10, + "L": 6.658710560714098e-08, + "G": 1.3877931451133918e-05, + "F": 0.00021055502293165773, + "E": 1.935206000780454e-06, + "T": 2.3836571926949546e-05, + "P": 0.004036606289446354, + "-": 0.995613694190979 + }, + "id": "tp_9847" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1230898, + "label": "-", + "classification": { + "B": 6.4725353965400245e-09, + "S": 2.056635111102878e-07, + "I": 5.652425443258835e-06, + "C": 8.956939154813881e-07, + "R": 2.0139961520726501e-07, + "M": 1.2580810107465368e-05, + "O": 5.40019073014264e-06, + "W": 1.0714936848899015e-07, + "N": 4.3253155013189826e-07, + "Y": 0.00020679707813542336, + "U": 2.4312564406159254e-08, + "K": 1.6689283484083717e-06, + "L": 1.208090623094904e-07, + "G": 1.809231616789475e-05, + "F": 0.001968224300071597, + "E": 6.292112175287912e-06, + "T": 0.00018271460430696607, + "P": 0.018211033195257187, + "-": 0.979379415512085 + }, + "id": "tp_9848" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1231031, + "label": "-", + "classification": { + "B": 3.7181091983029546e-08, + "S": 7.663683021519319e-09, + "I": 3.6407879377975405e-08, + "C": 1.1896189588966877e-09, + "R": 5.43775302563887e-10, + "M": 9.768616109795403e-06, + "O": 1.6939925444603432e-06, + "W": 1.9369916781641905e-09, + "N": 8.088543723694386e-11, + "Y": 5.878632691747043e-06, + "U": 1.752742807663299e-12, + "K": 1.7832356956088563e-13, + "L": 1.0653419479922377e-07, + "G": 1.9755582343350397e-06, + "F": 3.615803871070966e-05, + "E": 5.480125508938727e-08, + "T": 4.2685896914917976e-06, + "P": 0.001140670501627028, + "-": 0.9987993240356445 + }, + "id": "tp_9849" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1231131, + "label": "-", + "classification": { + "B": 6.137907604397697e-08, + "S": 1.3793910902393236e-08, + "I": 1.106075274037721e-06, + "C": 1.2069722288288176e-07, + "R": 3.039643914348744e-08, + "M": 2.336408897463116e-06, + "O": 1.4222945310393698e-06, + "W": 2.1084254342440545e-08, + "N": 1.2234697699398112e-08, + "Y": 3.508771624183282e-05, + "U": 2.033794910261122e-09, + "K": 6.279339270776063e-09, + "L": 6.846781985814232e-08, + "G": 6.066427886253223e-06, + "F": 0.00027655353187583387, + "E": 1.2620073448488256e-06, + "T": 2.3800343114999123e-05, + "P": 0.011821981519460678, + "-": 0.9878299832344055 + }, + "id": "tp_9850" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1231265, + "label": "-", + "classification": { + "B": 6.682172148941845e-09, + "S": 2.9192805950373213e-09, + "I": 1.9532444639480673e-06, + "C": 7.662979442102369e-06, + "R": 1.5453542800969444e-06, + "M": 1.614863685972523e-05, + "O": 1.3290341485117096e-06, + "W": 4.2327927829433065e-09, + "N": 8.879259993932465e-09, + "Y": 0.00047155824722722173, + "U": 2.2171047220354012e-09, + "K": 1.175220254445719e-09, + "L": 5.17694502377708e-07, + "G": 8.148587949108332e-05, + "F": 0.0004371234099380672, + "E": 7.246301265695365e-07, + "T": 0.0001626892335480079, + "P": 0.002271873876452446, + "-": 0.9965453743934631 + }, + "id": "tp_9851" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1231398, + "label": "-", + "classification": { + "B": 7.511018338846043e-06, + "S": 2.5156970878015272e-05, + "I": 0.00015972371329553425, + "C": 0.00013533591118175536, + "R": 5.0564871344249696e-05, + "M": 0.0005095929373055696, + "O": 0.0001947514247149229, + "W": 1.3920266610512044e-05, + "N": 1.7866239431896247e-05, + "Y": 0.004712187219411135, + "U": 3.887144885084126e-06, + "K": 1.4260831449064426e-05, + "L": 2.647150722623337e-05, + "G": 0.0004824986681342125, + "F": 0.00817692931741476, + "E": 0.00015602490748278797, + "T": 0.002563291462138295, + "P": 0.04042953997850418, + "-": 0.9423206448554993 + }, + "id": "tp_9852" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1231532, + "label": "-", + "classification": { + "B": 3.6550420645653503e-06, + "S": 1.0243406904919539e-06, + "I": 4.839459870709106e-05, + "C": 9.175609739031643e-05, + "R": 8.924890607886482e-06, + "M": 0.0006333752535283566, + "O": 5.5628366681048647e-05, + "W": 5.837569574396184e-07, + "N": 7.985016736711259e-07, + "Y": 0.000635484408121556, + "U": 2.497241666787886e-07, + "K": 1.2056342768573813e-07, + "L": 3.389343692106195e-05, + "G": 0.0010139798978343606, + "F": 0.0024451659992337227, + "E": 5.540747952181846e-05, + "T": 0.0005490666371770203, + "P": 0.016311651095747948, + "-": 0.9781107902526855 + }, + "id": "tp_9853" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1231632, + "label": "-", + "classification": { + "B": 2.9449847716023214e-06, + "S": 1.0008932349592214e-07, + "I": 3.20411090797279e-05, + "C": 2.74823747759001e-07, + "R": 9.129033173849166e-08, + "M": 5.2792562200920656e-05, + "O": 1.534141665615607e-05, + "W": 4.469412218099933e-08, + "N": 1.4366929690368124e-07, + "Y": 7.323833415284753e-05, + "U": 2.609520821650335e-09, + "K": 8.632340675607253e-11, + "L": 2.1408450265880674e-06, + "G": 6.75565970595926e-05, + "F": 3.6121145967626944e-05, + "E": 4.885539055976551e-06, + "T": 0.00017794650921132416, + "P": 0.04127504304051399, + "-": 0.9582592248916626 + }, + "id": "tp_9854" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1231765, + "label": "-", + "classification": { + "B": 3.1026798907873854e-09, + "S": 4.6750208149148875e-09, + "I": 7.582648322568275e-06, + "C": 2.6677573714550817e-06, + "R": 1.4637654999205552e-07, + "M": 6.110695949246292e-07, + "O": 5.082897018837684e-07, + "W": 9.54932932728525e-09, + "N": 3.117744995506655e-07, + "Y": 7.020562043180689e-05, + "U": 1.7694940623869115e-08, + "K": 3.5200343972974224e-07, + "L": 2.56479140148258e-08, + "G": 1.0480062883289065e-05, + "F": 0.0011928509920835495, + "E": 6.962404313526349e-06, + "T": 2.024157947744243e-05, + "P": 0.06967097520828247, + "-": 0.9290159344673157 + }, + "id": "tp_9855" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1231899, + "label": "-", + "classification": { + "B": 1.1549961527634878e-05, + "S": 1.0352978279115632e-06, + "I": 1.1466174782981398e-06, + "C": 7.207812302567618e-08, + "R": 1.1799934895861952e-07, + "M": 0.0003321887634228915, + "O": 9.322253754362464e-05, + "W": 4.112655176413682e-07, + "N": 5.6445612628408526e-09, + "Y": 9.691013110568747e-05, + "U": 2.3156121464751322e-10, + "K": 5.679480843956419e-11, + "L": 7.366310455836356e-06, + "G": 7.983006798895076e-05, + "F": 0.0002144172613043338, + "E": 1.244437385139463e-06, + "T": 6.657760968664661e-05, + "P": 0.0009313736809417605, + "-": 0.9981624484062195 + }, + "id": "tp_9856" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1232032, + "label": "-", + "classification": { + "B": 1.6343723473255523e-05, + "S": 1.861346208897885e-05, + "I": 2.6386251192889176e-05, + "C": 0.0017170581268146634, + "R": 0.0001789666130207479, + "M": 0.0016040620394051075, + "O": 0.00033370571327395737, + "W": 8.26151608634973e-06, + "N": 3.913324235327309e-06, + "Y": 0.01583566889166832, + "U": 2.018976374529302e-06, + "K": 2.9732511393376626e-05, + "L": 0.0005091389757581055, + "G": 0.026239892467856407, + "F": 0.08513343334197998, + "E": 0.00023857082123868167, + "T": 0.008197026327252388, + "P": 0.0030180623289197683, + "-": 0.8568891286849976 + }, + "id": "tp_9857" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1232132, + "label": "-", + "classification": { + "B": 1.785617487204405e-10, + "S": 1.2897309609183338e-10, + "I": 1.353054841501944e-07, + "C": 9.710077186753097e-09, + "R": 3.188305730539298e-10, + "M": 9.296010148318601e-07, + "O": 3.761484990150166e-08, + "W": 3.859680630657891e-11, + "N": 3.88015092278593e-10, + "Y": 4.171239652350778e-06, + "U": 4.607041310944471e-12, + "K": 3.0310628139351703e-12, + "L": 2.9550644153886196e-09, + "G": 5.768127948613255e-07, + "F": 0.00012631546996999532, + "E": 3.0320850896714546e-07, + "T": 2.2465740130428458e-06, + "P": 0.005443589296191931, + "-": 0.994421660900116 + }, + "id": "tp_9858" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1232266, + "label": "-", + "classification": { + "B": 3.785297630898299e-10, + "S": 2.889589678645166e-10, + "I": 2.1485459456016542e-07, + "C": 2.1390593740733266e-09, + "R": 1.8215551289557652e-10, + "M": 2.4822188038342574e-07, + "O": 2.733787418662814e-08, + "W": 1.388896359033609e-10, + "N": 1.236739377574736e-09, + "Y": 1.225168216478778e-05, + "U": 1.2256143148980936e-11, + "K": 5.334460650985307e-10, + "L": 5.932073166015073e-10, + "G": 1.063745799001481e-06, + "F": 0.00017814678722061217, + "E": 1.0129629117727745e-06, + "T": 2.7487149054650217e-06, + "P": 0.015388157218694687, + "-": 0.9844161868095398 + }, + "id": "tp_9859" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1232399, + "label": "-", + "classification": { + "B": 6.925451430106477e-07, + "S": 7.838155511308287e-07, + "I": 3.006146835105028e-05, + "C": 7.152778380259406e-06, + "R": 9.461510899200221e-07, + "M": 0.00017608726921025664, + "O": 1.9728540792129934e-05, + "W": 2.852496265859372e-07, + "N": 7.45980116789724e-07, + "Y": 0.0015073992544785142, + "U": 5.896381338743595e-08, + "K": 2.884887919663015e-07, + "L": 2.3476118258258794e-06, + "G": 0.00012759897799696773, + "F": 0.0007026335224509239, + "E": 3.040973206225317e-05, + "T": 0.0010630309116095304, + "P": 0.00920141488313675, + "-": 0.9871282577514648 + }, + "id": "tp_9860" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1232533, + "label": "-", + "classification": { + "B": 9.968286196482268e-10, + "S": 1.5228094341068754e-08, + "I": 0.00023733163834549487, + "C": 1.2174346011306625e-06, + "R": 7.61719547881512e-07, + "M": 4.4183350837556645e-05, + "O": 2.6603033802530263e-06, + "W": 2.0567563652207355e-08, + "N": 4.3613371758510766e-07, + "Y": 0.011835914105176926, + "U": 1.923134984593844e-09, + "K": 2.0538202250008908e-08, + "L": 5.270828040693232e-08, + "G": 3.662820381578058e-05, + "F": 6.778635724913329e-05, + "E": 1.5582618289045058e-06, + "T": 0.004062171559780836, + "P": 0.004441618453711271, + "-": 0.9792677164077759 + }, + "id": "tp_9861" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1232633, + "label": "-", + "classification": { + "B": 7.1166759880725294e-06, + "S": 2.7462492653285153e-06, + "I": 0.0005390760488808155, + "C": 3.701547393575311e-05, + "R": 6.858035249024397e-06, + "M": 0.00017408610437996686, + "O": 4.112938404432498e-05, + "W": 2.3620925730938325e-06, + "N": 1.0542750715103466e-05, + "Y": 0.0017194639658555388, + "U": 7.206599548226222e-07, + "K": 7.74450427343254e-07, + "L": 1.121875084209023e-05, + "G": 0.0003040551673620939, + "F": 0.0015361710684373975, + "E": 0.00027509097708389163, + "T": 0.0007724394090473652, + "P": 0.18823958933353424, + "-": 0.8063194155693054 + }, + "id": "tp_9862" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1232766, + "label": "-", + "classification": { + "B": 3.3065182947211724e-07, + "S": 8.074368196275827e-08, + "I": 2.971211688418407e-05, + "C": 1.5638397599104792e-05, + "R": 5.233373485680204e-06, + "M": 0.00018174617434851825, + "O": 2.695355397008825e-05, + "W": 1.134098255306526e-07, + "N": 8.279462804239301e-08, + "Y": 0.0017368467524647713, + "U": 2.0183437143828087e-08, + "K": 7.852283268050542e-10, + "L": 1.3753864550380968e-05, + "G": 0.0003518503508530557, + "F": 0.0002369700523559004, + "E": 1.7887708736452623e-06, + "T": 0.0009555373108014464, + "P": 0.0026767069939523935, + "-": 0.9937665462493896 + }, + "id": "tp_9863" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1232900, + "label": "-", + "classification": { + "B": 1.352088996320333e-09, + "S": 1.78415515694752e-09, + "I": 0.00013692730863112956, + "C": 1.2047430573147722e-06, + "R": 1.8290711523150094e-07, + "M": 2.2549891127709998e-06, + "O": 6.05899572292401e-07, + "W": 5.470162101062215e-09, + "N": 3.3872785820676654e-07, + "Y": 0.00020170937932562083, + "U": 3.4162455087027865e-09, + "K": 3.96298993621258e-09, + "L": 1.9402103035304208e-08, + "G": 4.488941613089992e-06, + "F": 1.267560128326295e-05, + "E": 1.8063288962366641e-06, + "T": 0.0003609904961194843, + "P": 0.05978059396147728, + "-": 0.9394960403442383 + }, + "id": "tp_9864" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1233033, + "label": "-", + "classification": { + "B": 8.062469714786857e-05, + "S": 5.944648728473112e-05, + "I": 3.255134652135894e-05, + "C": 9.707070421427488e-05, + "R": 9.99425319605507e-05, + "M": 0.005709579214453697, + "O": 0.0018788983579725027, + "W": 2.1295885744621046e-05, + "N": 1.4214089105735184e-06, + "Y": 0.011773812584578991, + "U": 5.025943323744286e-07, + "K": 4.536302640190115e-07, + "L": 0.0012049461947754025, + "G": 0.008468624204397202, + "F": 0.013924535363912582, + "E": 5.358555790735409e-05, + "T": 0.004321700893342495, + "P": 0.0019118950003758073, + "-": 0.9503591060638428 + }, + "id": "tp_9865" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1233133, + "label": "-", + "classification": { + "B": 0.000354916846845299, + "S": 0.0027005672454833984, + "I": 0.000746397185139358, + "C": 0.059256959706544876, + "R": 0.02401524968445301, + "M": 0.02855341136455536, + "O": 0.016810474917292595, + "W": 0.002400551224127412, + "N": 0.00026255022385157645, + "Y": 0.06191189959645271, + "U": 0.00010591253521852195, + "K": 0.001971655059605837, + "L": 0.014056558720767498, + "G": 0.08133695274591446, + "F": 0.2350369244813919, + "E": 0.002119748154655099, + "T": 0.03578074276447296, + "P": 0.005574479699134827, + "-": 0.42700403928756714 + }, + "id": "tp_9866" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1233267, + "label": "Y", + "classification": { + "B": 1.4847164493403398e-06, + "S": 0.0002446931612212211, + "I": 0.0006249858997762203, + "C": 1.2844795492128469e-05, + "R": 1.4083172573009506e-05, + "M": 0.008163874968886375, + "O": 0.0013319052523002028, + "W": 1.5603302017552778e-05, + "N": 2.387458698649425e-05, + "Y": 0.6597073674201965, + "U": 4.4507095786627815e-09, + "K": 2.275820770591963e-05, + "L": 1.928368328663055e-05, + "G": 0.017641227692365646, + "F": 0.009046303108334541, + "E": 0.00019304612942505628, + "T": 0.08901938050985336, + "P": 0.00039906470919959247, + "-": 0.21351821720600128 + }, + "id": "tp_9867" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1233400, + "label": "Y", + "classification": { + "B": 0.003325210651382804, + "S": 0.009662607684731483, + "I": 0.008796842768788338, + "C": 0.06957691162824631, + "R": 0.047392066568136215, + "M": 0.06270002573728561, + "O": 0.052940599620342255, + "W": 0.0030717896297574043, + "N": 0.0007790453382767737, + "Y": 0.28355005383491516, + "U": 1.7334006770397536e-05, + "K": 7.167930743889883e-05, + "L": 0.04240301996469498, + "G": 0.2398597002029419, + "F": 0.02103537879884243, + "E": 0.0010736235417425632, + "T": 0.08044806867837906, + "P": 0.0018626645905897021, + "-": 0.07143346965312958 + }, + "id": "tp_9868" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1233500, + "label": "-", + "classification": { + "B": 2.6329309548600577e-05, + "S": 6.642575499427039e-06, + "I": 4.008834821433993e-06, + "C": 9.61770365393022e-06, + "R": 9.614237569621764e-06, + "M": 0.002173631452023983, + "O": 0.0011741650523617864, + "W": 5.164606591279153e-06, + "N": 5.768687927343308e-08, + "Y": 0.0004996205680072308, + "U": 1.797345383636184e-08, + "K": 1.1097199825726989e-09, + "L": 0.0005801102961413562, + "G": 0.0010261893039569259, + "F": 0.000910633709281683, + "E": 2.159854602723499e-06, + "T": 0.0009284615516662598, + "P": 0.0005924199940636754, + "-": 0.9920510649681091 + }, + "id": "tp_9869" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1233634, + "label": "-", + "classification": { + "B": 3.3319061003567185e-06, + "S": 1.485849224991398e-06, + "I": 0.00015111952961888164, + "C": 1.9443799828877673e-05, + "R": 4.399055796966422e-06, + "M": 0.00019852242257911712, + "O": 1.9529192286427133e-05, + "W": 8.345476771864924e-07, + "N": 4.641704890673282e-06, + "Y": 0.007071174215525389, + "U": 7.614100923092337e-07, + "K": 2.2667702069156803e-05, + "L": 8.61841363075655e-06, + "G": 0.0015444665914401412, + "F": 0.014922410249710083, + "E": 0.0002900010731536895, + "T": 0.0022172180470079184, + "P": 0.02048669010400772, + "-": 0.9530326724052429 + }, + "id": "tp_9870" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1233767, + "label": "-", + "classification": { + "B": 2.9696811907342635e-06, + "S": 2.1275140170473605e-05, + "I": 0.00032091635512188077, + "C": 0.0003613970766309649, + "R": 0.00013687703176401556, + "M": 0.006200791336596012, + "O": 0.0006515469867736101, + "W": 1.0225199730484746e-05, + "N": 7.687722245464101e-06, + "Y": 0.03197525814175606, + "U": 9.089325772038137e-07, + "K": 9.920091770254658e-07, + "L": 0.000274913472821936, + "G": 0.003748444840312004, + "F": 0.007418644614517689, + "E": 0.00016556579794269055, + "T": 0.014732638373970985, + "P": 0.0042203073389828205, + "-": 0.92974853515625 + }, + "id": "tp_9871" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1233901, + "label": "-", + "classification": { + "B": 1.966262486163828e-09, + "S": 2.275708510524055e-08, + "I": 2.7335652248439146e-06, + "C": 4.0734528283792315e-07, + "R": 6.181216605227746e-08, + "M": 1.3629051863972563e-05, + "O": 2.063263764284784e-06, + "W": 2.67696851352639e-08, + "N": 7.255052025811892e-08, + "Y": 7.747443305561319e-05, + "U": 4.265023001437385e-09, + "K": 1.146077721614347e-07, + "L": 5.780569978242056e-08, + "G": 5.613069788523717e-06, + "F": 0.0004523595271166414, + "E": 1.772947484823817e-06, + "T": 0.00011464205454103649, + "P": 0.005767064169049263, + "-": 0.993561863899231 + }, + "id": "tp_9872" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1234001, + "label": "Y", + "classification": { + "B": 1.2468386501041095e-07, + "S": 2.7475564365886385e-06, + "I": 0.0022595664486289024, + "C": 7.008858665358275e-05, + "R": 5.1423641707515344e-05, + "M": 0.0023060813546180725, + "O": 0.00020708654483314604, + "W": 8.785604563854577e-07, + "N": 3.358065214342787e-06, + "Y": 0.48988834023475647, + "U": 6.265215901635202e-09, + "K": 2.29958146746867e-07, + "L": 9.373823559144512e-06, + "G": 0.004228910896927118, + "F": 0.00026764790527522564, + "E": 6.7241703618492465e-06, + "T": 0.11668438464403152, + "P": 0.00017545296577736735, + "-": 0.38383761048316956 + }, + "id": "tp_9873" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1234134, + "label": "Y", + "classification": { + "B": 2.6537834401096916e-06, + "S": 5.3901563660474494e-05, + "I": 0.008079740218818188, + "C": 0.0016402679029852152, + "R": 0.0016221989644691348, + "M": 0.014514818787574768, + "O": 0.0009715888882055879, + "W": 1.59335759235546e-05, + "N": 5.939042239333503e-05, + "Y": 0.6557603478431702, + "U": 3.1276471190722077e-07, + "K": 1.9741501091630198e-05, + "L": 0.0002552900114096701, + "G": 0.0370456725358963, + "F": 0.0038392103742808104, + "E": 0.0002008703741012141, + "T": 0.16560843586921692, + "P": 0.0004222637799102813, + "-": 0.10988727957010269 + }, + "id": "tp_9874" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1234268, + "label": "Y", + "classification": { + "B": 0.0012968523660674691, + "S": 0.002456412883475423, + "I": 0.030887534841895103, + "C": 0.012593835592269897, + "R": 0.004787172190845013, + "M": 0.0914439931511879, + "O": 0.010205332189798355, + "W": 0.0010078175691887736, + "N": 0.002252297243103385, + "Y": 0.29860153794288635, + "U": 0.00010701385326683521, + "K": 0.0005201346939429641, + "L": 0.0063246386125683784, + "G": 0.1291309893131256, + "F": 0.03297669067978859, + "E": 0.023814968764781952, + "T": 0.10804682970046997, + "P": 0.0172323826700449, + "-": 0.2263135015964508 + }, + "id": "tp_9875" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1234401, + "label": "-", + "classification": { + "B": 1.7895563919623214e-09, + "S": 6.320938883419558e-09, + "I": 1.641042672417825e-06, + "C": 7.344728487623797e-07, + "R": 1.6226502452809655e-07, + "M": 9.144842806563247e-06, + "O": 1.2618432947419933e-06, + "W": 6.573638522411329e-09, + "N": 1.4534103698338185e-08, + "Y": 0.00023792110732756555, + "U": 2.657023712160367e-09, + "K": 2.508721053118279e-08, + "L": 1.7291233689320507e-07, + "G": 3.5028995625907555e-05, + "F": 0.0015166884986683726, + "E": 1.1384876188458293e-06, + "T": 9.09144728211686e-05, + "P": 0.0038751978427171707, + "-": 0.9942300319671631 + }, + "id": "tp_9876" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1234501, + "label": "-", + "classification": { + "B": 6.279764056671411e-05, + "S": 9.070551459444687e-05, + "I": 0.0015007866313681006, + "C": 0.0011829558061435819, + "R": 0.0004531090671662241, + "M": 0.022354593500494957, + "O": 0.0019983837846666574, + "W": 5.402808528742753e-05, + "N": 5.0304082833463326e-05, + "Y": 0.14717532694339752, + "U": 8.645589332445525e-06, + "K": 1.4396000551641919e-05, + "L": 0.0009591202833689749, + "G": 0.031361185014247894, + "F": 0.012670949101448059, + "E": 0.0002975361712742597, + "T": 0.09608501940965652, + "P": 0.004005795810371637, + "-": 0.6796743869781494 + }, + "id": "tp_9877" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1234635, + "label": "-", + "classification": { + "B": 0.00013382354518398643, + "S": 0.00010141482925973833, + "I": 5.0518712669145316e-05, + "C": 3.0943363071855856e-06, + "R": 1.0644006351867574e-06, + "M": 0.0015972978435456753, + "O": 0.0002999359567184001, + "W": 7.644121978955809e-06, + "N": 3.1177460186881945e-06, + "Y": 0.001243976759724319, + "U": 1.3379909091781883e-07, + "K": 4.7555025162182574e-07, + "L": 8.067156159086153e-05, + "G": 0.0010270000202581286, + "F": 0.019485915079712868, + "E": 0.0005287254462018609, + "T": 0.0010612565092742443, + "P": 0.021735819056630135, + "-": 0.9526379704475403 + }, + "id": "tp_9878" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1234768, + "label": "-", + "classification": { + "B": 8.138079010677757e-07, + "S": 0.00023102297564037144, + "I": 6.0887668951181695e-05, + "C": 6.3727597989782225e-06, + "R": 1.7813381418818608e-06, + "M": 0.00015441329742316157, + "O": 0.0002783882664516568, + "W": 1.1412556887080427e-05, + "N": 2.2114916646387428e-05, + "Y": 0.019011827185750008, + "U": 1.3996136472016474e-09, + "K": 0.0005601649172604084, + "L": 2.1626979105349164e-06, + "G": 0.0077172527089715, + "F": 0.3559175729751587, + "E": 0.0013616046635434031, + "T": 0.004742325283586979, + "P": 0.007241935469210148, + "-": 0.6026779413223267 + }, + "id": "tp_9879" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1234902, + "label": "-", + "classification": { + "B": 0.010568618774414062, + "S": 0.004670416936278343, + "I": 0.004787190817296505, + "C": 0.0015512509271502495, + "R": 0.00051871471805498, + "M": 0.03468872979283333, + "O": 0.006338855717331171, + "W": 0.0010186191648244858, + "N": 0.0008082795538939536, + "Y": 0.02289188839495182, + "U": 0.0001224072912009433, + "K": 0.0004560003580991179, + "L": 0.004775877110660076, + "G": 0.03439677879214287, + "F": 0.11717686057090759, + "E": 0.01675822027027607, + "T": 0.015549793839454651, + "P": 0.1074787899851799, + "-": 0.61544269323349 + }, + "id": "tp_9880" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1235002, + "label": "Y", + "classification": { + "B": 0.00015704924589954317, + "S": 0.0011333012953400612, + "I": 0.017257606610655785, + "C": 0.0017323551001027226, + "R": 0.0012219261843711138, + "M": 0.026883473619818687, + "O": 0.005708477925509214, + "W": 0.0003424891910981387, + "N": 0.0008411461603827775, + "Y": 0.46999669075012207, + "U": 7.481953616661485e-06, + "K": 0.0003647293196991086, + "L": 0.001085673924535513, + "G": 0.08626741170883179, + "F": 0.009013833478093147, + "E": 0.006077651400119066, + "T": 0.16103358566761017, + "P": 0.005699602421373129, + "-": 0.20517560839653015 + }, + "id": "tp_9881" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1235135, + "label": "-", + "classification": { + "B": 0.0029506669379770756, + "S": 0.010886356234550476, + "I": 0.023590167984366417, + "C": 0.034354377537965775, + "R": 0.026803696528077126, + "M": 0.050356462597846985, + "O": 0.03131493180990219, + "W": 0.011667437851428986, + "N": 0.007338825147598982, + "Y": 0.14256572723388672, + "U": 0.002309190109372139, + "K": 0.006112830713391304, + "L": 0.014614084735512733, + "G": 0.04457983747124672, + "F": 0.0968325063586235, + "E": 0.010643046349287033, + "T": 0.07726162672042847, + "P": 0.0504673533141613, + "-": 0.35535097122192383 + }, + "id": "tp_9882" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1235269, + "label": "-", + "classification": { + "B": 2.517775646992959e-05, + "S": 0.0008871233440004289, + "I": 0.0003356618108227849, + "C": 0.006097686942666769, + "R": 0.0030646296218037605, + "M": 0.03842257708311081, + "O": 0.011995152570307255, + "W": 0.0002476772933732718, + "N": 3.762778942473233e-05, + "Y": 0.22695451974868774, + "U": 2.491537770765717e-06, + "K": 0.00041080202208831906, + "L": 0.006562735885381699, + "G": 0.20329445600509644, + "F": 0.08475741744041443, + "E": 0.00040944834472611547, + "T": 0.10918810218572617, + "P": 0.0004472736327443272, + "-": 0.30685940384864807 + }, + "id": "tp_9883" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1235402, + "label": "-", + "classification": { + "B": 4.0790457123129897e-10, + "S": 1.135597642587527e-07, + "I": 9.463019523536786e-07, + "C": 1.8958962755277753e-06, + "R": 1.7526893714148173e-07, + "M": 9.50568119151285e-06, + "O": 2.8533418117149267e-06, + "W": 5.624232457535072e-08, + "N": 7.972298732283889e-08, + "Y": 0.005751107819378376, + "U": 6.534828234094903e-10, + "K": 5.195915946387686e-05, + "L": 8.019791408742094e-08, + "G": 0.000716571172233671, + "F": 0.0449291430413723, + "E": 3.835124880424701e-05, + "T": 0.0003993941063527018, + "P": 0.0015627265674993396, + "-": 0.946535050868988 + }, + "id": "tp_9884" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1235502, + "label": "-", + "classification": { + "B": 1.5807137970114127e-05, + "S": 0.0012208247790113091, + "I": 8.682168845552951e-05, + "C": 0.004999487195163965, + "R": 0.0012656737817451358, + "M": 0.015380805358290672, + "O": 0.004774678964167833, + "W": 0.00021080787701066583, + "N": 2.8686074074357748e-05, + "Y": 0.025309517979621887, + "U": 5.257854354567826e-06, + "K": 0.00023443935788236558, + "L": 0.00497395358979702, + "G": 0.0635736808180809, + "F": 0.34718480706214905, + "E": 0.0007180634420365095, + "T": 0.03022638149559498, + "P": 0.0030423877760767937, + "-": 0.49674785137176514 + }, + "id": "tp_9885" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1235636, + "label": "-", + "classification": { + "B": 8.424511179327965e-05, + "S": 0.00023760284238960594, + "I": 0.00446798000484705, + "C": 0.0005119535489939153, + "R": 0.00043961353367194533, + "M": 0.011434336192905903, + "O": 0.001222420483827591, + "W": 6.309853779384866e-05, + "N": 0.0001785664353519678, + "Y": 0.09285718947649002, + "U": 1.4417821148526855e-05, + "K": 8.96937635843642e-05, + "L": 0.0006847110344097018, + "G": 0.015282136388123035, + "F": 0.035001106560230255, + "E": 0.0012800274416804314, + "T": 0.07336688786745071, + "P": 0.021763423457741737, + "-": 0.7410206198692322 + }, + "id": "tp_9886" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1235769, + "label": "-", + "classification": { + "B": 0.0001422241621185094, + "S": 0.00013347197091206908, + "I": 0.0003903434262610972, + "C": 0.00026307383086532354, + "R": 0.00017553397628944367, + "M": 0.0012291537132114172, + "O": 0.0012381196720525622, + "W": 8.830208389554173e-05, + "N": 4.5181393943494186e-05, + "Y": 0.0047863684594631195, + "U": 9.879762728814967e-06, + "K": 4.1695122490637004e-05, + "L": 0.0003806987078860402, + "G": 0.004181927070021629, + "F": 0.051634665578603745, + "E": 0.0008611097000539303, + "T": 0.002981739118695259, + "P": 0.057587090879678726, + "-": 0.8738294243812561 + }, + "id": "tp_9887" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1235903, + "label": "-", + "classification": { + "B": 5.730532393499743e-06, + "S": 0.00021127400395926088, + "I": 9.941215830622241e-05, + "C": 0.00011301718041067943, + "R": 3.645746983238496e-05, + "M": 0.009890614077448845, + "O": 0.0017506455769762397, + "W": 5.239042729954235e-05, + "N": 1.7411166481906548e-05, + "Y": 0.06013435497879982, + "U": 3.966878523442574e-07, + "K": 0.0002858196385204792, + "L": 0.00023496961512137204, + "G": 0.023211801424622536, + "F": 0.12265563011169434, + "E": 0.001895265537314117, + "T": 0.016125952824950218, + "P": 0.003478879341855645, + "-": 0.7597998976707458 + }, + "id": "tp_9888" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1236003, + "label": "-", + "classification": { + "B": 0.004111475311219692, + "S": 0.010676175355911255, + "I": 0.0013439790345728397, + "C": 0.0011159853311255574, + "R": 0.0006501720054075122, + "M": 0.0305922981351614, + "O": 0.020432595163583755, + "W": 0.0023342103231698275, + "N": 0.0005025553400628269, + "Y": 0.0180752482265234, + "U": 8.342754881596193e-05, + "K": 0.0015394488582387567, + "L": 0.007671700790524483, + "G": 0.030898770317435265, + "F": 0.13655216991901398, + "E": 0.006199365481734276, + "T": 0.02361489087343216, + "P": 0.031994570046663284, + "-": 0.6716108918190002 + }, + "id": "tp_9889" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1236136, + "label": "-", + "classification": { + "B": 0.0037152543663978577, + "S": 0.016456417739391327, + "I": 0.0037034694105386734, + "C": 0.0027175345458090305, + "R": 0.0011930873151868582, + "M": 0.11695267260074615, + "O": 0.030071716755628586, + "W": 0.001669270102865994, + "N": 0.0009434011299163103, + "Y": 0.11177359521389008, + "U": 3.773212301894091e-05, + "K": 0.0005205962806940079, + "L": 0.016021715477108955, + "G": 0.16715605556964874, + "F": 0.11355292797088623, + "E": 0.01018828060477972, + "T": 0.07814539968967438, + "P": 0.011966072022914886, + "-": 0.31321480870246887 + }, + "id": "tp_9890" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1236270, + "label": "-", + "classification": { + "B": 4.426372834132053e-05, + "S": 0.0002719805925153196, + "I": 0.003314367262646556, + "C": 0.0005028094165027142, + "R": 0.000492810329888016, + "M": 0.009398175403475761, + "O": 0.0053824204951524734, + "W": 0.00018029699276667088, + "N": 0.00016472654533572495, + "Y": 0.03592757508158684, + "U": 6.939758350199554e-06, + "K": 1.4989149349275976e-05, + "L": 0.0006373159703798592, + "G": 0.004501943476498127, + "F": 0.008026167750358582, + "E": 0.000191535335034132, + "T": 0.034620143473148346, + "P": 0.013109114021062851, + "-": 0.8832124471664429 + }, + "id": "tp_9891" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1236403, + "label": "-", + "classification": { + "B": 2.0726307411678135e-05, + "S": 0.0006598711479455233, + "I": 0.00023557248641736805, + "C": 0.001643483992666006, + "R": 0.0007766619091853499, + "M": 0.033442240208387375, + "O": 0.005180554464459419, + "W": 0.0001223362487507984, + "N": 3.170827039866708e-05, + "Y": 0.21188923716545105, + "U": 1.7758327430783538e-06, + "K": 7.130925951059908e-05, + "L": 0.002684010425582528, + "G": 0.11680017411708832, + "F": 0.1265585720539093, + "E": 0.0007859133183956146, + "T": 0.09920006990432739, + "P": 0.0012571309925988317, + "-": 0.398638516664505 + }, + "id": "tp_9892" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1236503, + "label": "T", + "classification": { + "B": 2.2266924133873545e-05, + "S": 0.001826615771278739, + "I": 0.00044130178866907954, + "C": 0.0029201293364167213, + "R": 0.0032839630730450153, + "M": 0.13529659807682037, + "O": 0.03405873849987984, + "W": 0.0001890280400402844, + "N": 2.757010588538833e-05, + "Y": 0.20447638630867004, + "U": 2.8208330604684306e-07, + "K": 3.490834387775976e-06, + "L": 0.025494011119008064, + "G": 0.24095836281776428, + "F": 0.008843188174068928, + "E": 8.133872324833646e-05, + "T": 0.28564128279685974, + "P": 8.555196836823598e-05, + "-": 0.05634984374046326 + }, + "id": "tp_9893" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1236637, + "label": "-", + "classification": { + "B": 1.1135979915977146e-09, + "S": 7.3542032623663545e-06, + "I": 3.839882083411794e-07, + "C": 2.2648739104624838e-05, + "R": 6.8399044721445534e-06, + "M": 0.0024336574133485556, + "O": 0.0004562450631055981, + "W": 8.410237342104665e-07, + "N": 9.465148664844492e-09, + "Y": 0.062219928950071335, + "U": 2.3000991736243925e-11, + "K": 1.273945429147716e-07, + "L": 2.246684925921727e-05, + "G": 0.0076350001618266106, + "F": 0.041597168892621994, + "E": 4.536550193279254e-07, + "T": 0.020839206874370575, + "P": 9.993496860261075e-06, + "-": 0.8647477030754089 + }, + "id": "tp_9894" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1236770, + "label": "-", + "classification": { + "B": 6.473625489888946e-06, + "S": 2.8958609163964866e-06, + "I": 5.683319250238128e-05, + "C": 5.045002581027802e-06, + "R": 3.3614942367421463e-06, + "M": 0.00023264193441718817, + "O": 9.124936332227662e-05, + "W": 1.5290809187717969e-06, + "N": 1.1203019312233664e-06, + "Y": 0.002433787565678358, + "U": 8.087163649861395e-08, + "K": 2.8081755587550106e-08, + "L": 1.519355737400474e-05, + "G": 0.00022770163195673376, + "F": 0.0007724255556240678, + "E": 2.2096883185440674e-05, + "T": 0.001922996249049902, + "P": 0.01675860956311226, + "-": 0.9774460196495056 + }, + "id": "tp_9895" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1236904, + "label": "-", + "classification": { + "B": 0.00014632059901487082, + "S": 0.009282968007028103, + "I": 9.749981836648658e-05, + "C": 3.3923348382813856e-05, + "R": 0.0001356589636998251, + "M": 0.0635654479265213, + "O": 0.05545962229371071, + "W": 0.0003505052882246673, + "N": 3.921886218449799e-06, + "Y": 0.1595413237810135, + "U": 6.603272595384624e-09, + "K": 1.742239646773669e-06, + "L": 0.005817704368382692, + "G": 0.06761819869279861, + "F": 0.0515943206846714, + "E": 5.942495772615075e-05, + "T": 0.06115324795246124, + "P": 0.00020130340999457985, + "-": 0.524936854839325 + }, + "id": "tp_9896" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1237004, + "label": "-", + "classification": { + "B": 3.4958668493345613e-07, + "S": 1.0913734513451345e-05, + "I": 7.03625992173329e-05, + "C": 3.420348002691753e-05, + "R": 8.933983917813748e-05, + "M": 0.022790012881159782, + "O": 0.0026507924776524305, + "W": 4.008801624877378e-06, + "N": 2.5050280783034395e-07, + "Y": 0.3226358890533447, + "U": 3.959326644320527e-09, + "K": 4.079776516618949e-09, + "L": 0.0007620228570885956, + "G": 0.015968648716807365, + "F": 0.00183771806769073, + "E": 3.235487838537665e-06, + "T": 0.058394789695739746, + "P": 5.798631900688633e-05, + "-": 0.5746893882751465 + }, + "id": "tp_9897" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1237137, + "label": "Y", + "classification": { + "B": 3.994147846242413e-06, + "S": 8.902363333618268e-05, + "I": 0.011917207390069962, + "C": 0.0005248638917692006, + "R": 0.0005117416149005294, + "M": 0.0029550527688115835, + "O": 0.0014074023347347975, + "W": 4.423376958584413e-05, + "N": 0.0003797423269134015, + "Y": 0.7013797163963318, + "U": 7.371053811766615e-07, + "K": 8.195440022973344e-05, + "L": 7.149376324377954e-05, + "G": 0.016145946457982063, + "F": 0.0012645571259781718, + "E": 0.00015423179138451815, + "T": 0.19238212704658508, + "P": 0.0006881578592583537, + "-": 0.06999784708023071 + }, + "id": "tp_9898" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1237271, + "label": "-", + "classification": { + "B": 0.0012478582793846726, + "S": 0.0004456792667042464, + "I": 0.005170793738216162, + "C": 0.000354218267602846, + "R": 0.00025049634859897196, + "M": 0.008496996015310287, + "O": 0.004123699851334095, + "W": 0.00023801918723620474, + "N": 0.00023365668312180787, + "Y": 0.006862664129585028, + "U": 1.104505190596683e-05, + "K": 8.299671208078507e-06, + "L": 0.0012901433510705829, + "G": 0.007258960977196693, + "F": 0.012706468813121319, + "E": 0.0023368822876363993, + "T": 0.006147110369056463, + "P": 0.11530578881502151, + "-": 0.8275112509727478 + }, + "id": "tp_9899" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1237404, + "label": "Y", + "classification": { + "B": 6.255136395338923e-05, + "S": 0.0013135765912011266, + "I": 0.01338423416018486, + "C": 0.0025776762049645185, + "R": 0.002913470147177577, + "M": 0.036159515380859375, + "O": 0.00850004330277443, + "W": 0.00033031217753887177, + "N": 0.0007533056195825338, + "Y": 0.5088791251182556, + "U": 9.119166861637495e-06, + "K": 0.00011243601329624653, + "L": 0.0016793314134702086, + "G": 0.06692599505186081, + "F": 0.013329597190022469, + "E": 0.0010138043435290456, + "T": 0.22710420191287994, + "P": 0.002527254167944193, + "-": 0.11242450028657913 + }, + "id": "tp_9900" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1237504, + "label": "-", + "classification": { + "B": 1.406723435654067e-11, + "S": 5.2851154008770607e-11, + "I": 4.795941421775751e-08, + "C": 4.6408530351982336e-09, + "R": 2.059248105368283e-09, + "M": 3.3602478310967854e-07, + "O": 3.7351611581470934e-08, + "W": 7.061482648618167e-11, + "N": 2.2896361195900994e-10, + "Y": 4.91200880787801e-05, + "U": 1.8338665655481812e-11, + "K": 1.272467825552681e-10, + "L": 8.285734320878646e-10, + "G": 3.121673159967031e-07, + "F": 1.5210048331937287e-05, + "E": 7.969608972757669e-09, + "T": 3.1389550713356584e-05, + "P": 0.0005725204828195274, + "-": 0.999330997467041 + }, + "id": "tp_9901" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1237638, + "label": "Y", + "classification": { + "B": 1.6225230865529738e-06, + "S": 1.1746727977879345e-05, + "I": 0.0015012980438768864, + "C": 0.00036903866566717625, + "R": 0.00021876861865166575, + "M": 0.00504378043115139, + "O": 0.0005897839437238872, + "W": 9.319565833720844e-06, + "N": 2.1190055122133344e-05, + "Y": 0.6048523783683777, + "U": 2.0439819081730093e-07, + "K": 2.8279649995965883e-05, + "L": 7.60657130740583e-05, + "G": 0.02984183095395565, + "F": 0.004085055086761713, + "E": 0.00023147363390307873, + "T": 0.08223015069961548, + "P": 0.0004611153563018888, + "-": 0.2704268991947174 + }, + "id": "tp_9902" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1237771, + "label": "Y", + "classification": { + "B": 2.034224417002406e-05, + "S": 0.0002320740168215707, + "I": 0.04015451669692993, + "C": 0.0002429717715131119, + "R": 0.0004899447085335851, + "M": 0.005399264860898256, + "O": 0.002797499066218734, + "W": 0.00013868045061826706, + "N": 0.0016679605469107628, + "Y": 0.3595747947692871, + "U": 5.277269792713923e-06, + "K": 0.00031994280288927257, + "L": 7.582549005746841e-05, + "G": 0.01131303422152996, + "F": 0.003411685349419713, + "E": 0.000636224343907088, + "T": 0.19861702620983124, + "P": 0.01607574336230755, + "-": 0.35882723331451416 + }, + "id": "tp_9903" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1237905, + "label": "Y", + "classification": { + "B": 3.71635178453289e-05, + "S": 0.0008944390574470162, + "I": 0.23284639418125153, + "C": 0.0058691115118563175, + "R": 0.0021059990394860506, + "M": 0.004766560159623623, + "O": 0.0027587588410824537, + "W": 0.0003338680835440755, + "N": 0.024304702877998352, + "Y": 0.5146758556365967, + "U": 8.219535629905295e-06, + "K": 0.008650078438222408, + "L": 0.00010197862866334617, + "G": 0.039086561650037766, + "F": 0.0058866627514362335, + "E": 0.005647438112646341, + "T": 0.12435965240001678, + "P": 0.005684421863406897, + "-": 0.021982109174132347 + }, + "id": "tp_9904" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1238005, + "label": "-", + "classification": { + "B": 3.112007561867358e-06, + "S": 2.638602745719254e-05, + "I": 0.0005972545477561653, + "C": 0.0003287019790150225, + "R": 3.8689708162564784e-05, + "M": 0.0011793733574450016, + "O": 0.00022015959257259965, + "W": 1.021163825498661e-05, + "N": 6.424943421734497e-05, + "Y": 0.12203685939311981, + "U": 6.449111538131547e-07, + "K": 0.0013954128371551633, + "L": 1.296374284720514e-05, + "G": 0.021645324304699898, + "F": 0.060577768832445145, + "E": 0.004203398711979389, + "T": 0.01717497408390045, + "P": 0.017086166888475418, + "-": 0.7533983588218689 + }, + "id": "tp_9905" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1238138, + "label": "-", + "classification": { + "B": 3.7441855056385975e-06, + "S": 1.5421872376464307e-05, + "I": 9.576795127941296e-05, + "C": 4.3560103222262114e-05, + "R": 4.485861791181378e-05, + "M": 0.0356413759291172, + "O": 0.001563793863169849, + "W": 2.5154417926387396e-06, + "N": 2.779634939997777e-07, + "Y": 0.18059730529785156, + "U": 3.656880798175166e-09, + "K": 4.221522242886522e-09, + "L": 0.0006570216501131654, + "G": 0.022797420620918274, + "F": 0.0017578359693288803, + "E": 1.1970794730586931e-05, + "T": 0.04650847613811493, + "P": 0.0001620338298380375, + "-": 0.7100965976715088 + }, + "id": "tp_9906" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1238272, + "label": "-", + "classification": { + "B": 2.0398849756020354e-06, + "S": 2.3809117919881828e-05, + "I": 0.0008071072516031563, + "C": 6.053639299352653e-05, + "R": 5.752618744736537e-05, + "M": 0.0018800862599164248, + "O": 0.0004775917623192072, + "W": 1.176434670924209e-05, + "N": 1.2347721167316195e-05, + "Y": 0.06559322029352188, + "U": 2.3341171129231952e-07, + "K": 1.9442807115410687e-06, + "L": 2.801159644150175e-05, + "G": 0.0013541810913011432, + "F": 0.0025603952817618847, + "E": 1.8680133507587016e-05, + "T": 0.04405185580253601, + "P": 0.0031055507715791464, + "-": 0.8799530863761902 + }, + "id": "tp_9907" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1238405, + "label": "-", + "classification": { + "B": 1.2968808732694015e-05, + "S": 1.2119899110984989e-05, + "I": 1.5874056771281175e-05, + "C": 1.1121064744656906e-06, + "R": 2.0754307570314268e-06, + "M": 0.0008199479198083282, + "O": 0.0006034111720509827, + "W": 3.6480009839578997e-06, + "N": 1.9486596158913017e-07, + "Y": 0.0016055982559919357, + "U": 6.921688999739217e-09, + "K": 1.2900099877199978e-09, + "L": 5.2227627747925e-05, + "G": 0.00030590937240049243, + "F": 0.0004714983806479722, + "E": 1.8966126162922592e-06, + "T": 0.0026152420323342085, + "P": 0.0011139593552798033, + "-": 0.992362380027771 + }, + "id": "tp_9908" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1238505, + "label": "-", + "classification": { + "B": 7.015549635980278e-05, + "S": 2.812780257954728e-05, + "I": 0.0003573648864403367, + "C": 9.941406460711733e-05, + "R": 0.00012410912313498557, + "M": 0.004730986896902323, + "O": 0.0008789729326963425, + "W": 1.0045799172075931e-05, + "N": 4.297040959500009e-06, + "Y": 0.010193309746682644, + "U": 6.392837690327724e-07, + "K": 5.409784975540788e-08, + "L": 0.000818394822999835, + "G": 0.009406497702002525, + "F": 0.005357614252716303, + "E": 0.00012395429075695574, + "T": 0.009662444703280926, + "P": 0.015092278830707073, + "-": 0.9430413246154785 + }, + "id": "tp_9909" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1238639, + "label": "-", + "classification": { + "B": 8.338836778420955e-06, + "S": 8.148387678375002e-06, + "I": 0.000802895869128406, + "C": 0.00019335946126375347, + "R": 0.00011837988131446764, + "M": 0.0011213638354092836, + "O": 0.00026570676709525287, + "W": 9.601879355614074e-06, + "N": 1.9613797121564858e-05, + "Y": 0.009783288463950157, + "U": 3.1993399716157e-06, + "K": 9.963201591745019e-06, + "L": 6.256579217733815e-05, + "G": 0.0021003696601837873, + "F": 0.0036029533948749304, + "E": 0.0003043419274035841, + "T": 0.006332320161163807, + "P": 0.021219003945589066, + "-": 0.9540346264839172 + }, + "id": "tp_9910" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1238772, + "label": "-", + "classification": { + "B": 1.5281081289231224e-07, + "S": 1.4114136774878716e-06, + "I": 1.9605522538768128e-06, + "C": 6.367258174577728e-05, + "R": 4.380950122140348e-05, + "M": 0.0007771558011882007, + "O": 0.00017530619516037405, + "W": 1.0637443210725905e-06, + "N": 5.8872483776895024e-08, + "Y": 0.0028030434623360634, + "U": 3.6848838647074444e-08, + "K": 2.7657470980102516e-08, + "L": 0.00010848706733668223, + "G": 0.000598725862801075, + "F": 0.0034146448597311974, + "E": 1.51061999531521e-06, + "T": 0.002413125243037939, + "P": 0.0006238892674446106, + "-": 0.9889718890190125 + }, + "id": "tp_9911" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1238906, + "label": "-", + "classification": { + "B": 1.674302829712815e-08, + "S": 5.636805155972979e-08, + "I": 5.4899692258914e-06, + "C": 2.022723265326931e-06, + "R": 9.772727480594767e-07, + "M": 2.0354493244667538e-05, + "O": 6.36397089692764e-06, + "W": 1.1737125049648967e-07, + "N": 1.76815063923641e-07, + "Y": 0.001073231571353972, + "U": 3.0422729224710565e-08, + "K": 1.4961381111788796e-06, + "L": 2.7692010462487815e-07, + "G": 6.881693843752146e-05, + "F": 0.000930685200728476, + "E": 8.522791176801547e-06, + "T": 0.00022783705207984895, + "P": 0.003889034502208233, + "-": 0.9937644004821777 + }, + "id": "tp_9912" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1239006, + "label": "-", + "classification": { + "B": 2.754180172814813e-08, + "S": 3.0392942562684766e-07, + "I": 2.2457676095655188e-05, + "C": 9.3680529289486e-07, + "R": 3.640175521013589e-07, + "M": 3.6085908504901454e-05, + "O": 7.262335657287622e-06, + "W": 1.9542441975772817e-07, + "N": 1.0162458465856616e-06, + "Y": 0.0007369690574705601, + "U": 2.992110026411865e-08, + "K": 3.0166663123054605e-07, + "L": 4.4237836505089945e-07, + "G": 2.5268031095038168e-05, + "F": 0.0038859013002365828, + "E": 1.121172226703493e-05, + "T": 0.0006799874827265739, + "P": 0.03443540260195732, + "-": 0.9601559638977051 + }, + "id": "tp_9913" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1239139, + "label": "-", + "classification": { + "B": 9.635443376510011e-08, + "S": 3.9528569573121786e-07, + "I": 0.00012152583803981543, + "C": 3.7753420656372327e-06, + "R": 4.7123978674790123e-07, + "M": 6.141286576166749e-05, + "O": 1.0664579349395353e-05, + "W": 2.3995966103029787e-07, + "N": 6.269986897677882e-06, + "Y": 0.000490821257699281, + "U": 5.632978883340911e-08, + "K": 1.1130575785500696e-06, + "L": 2.0723608429307205e-07, + "G": 3.3321204682579264e-05, + "F": 0.0007371705723926425, + "E": 7.34035056666471e-05, + "T": 0.0003504780470393598, + "P": 0.12928441166877747, + "-": 0.8688241839408875 + }, + "id": "tp_9914" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1239273, + "label": "-", + "classification": { + "B": 1.0250600013250732e-07, + "S": 1.159465554678718e-07, + "I": 6.036545983079122e-07, + "C": 5.928768942453644e-08, + "R": 2.3067402210585897e-08, + "M": 2.653635965543799e-05, + "O": 5.9771668929897714e-06, + "W": 3.9043225541490756e-08, + "N": 1.385387804475613e-08, + "Y": 7.443321374012157e-05, + "U": 4.923402241452379e-10, + "K": 4.770898787143096e-09, + "L": 3.4440893159626285e-07, + "G": 2.015392055909615e-05, + "F": 0.0018944218754768372, + "E": 3.287691242803703e-06, + "T": 5.840290759806521e-05, + "P": 0.005298897158354521, + "-": 0.992616593837738 + }, + "id": "tp_9915" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1239406, + "label": "-", + "classification": { + "B": 3.899140210705809e-06, + "S": 1.0764024409581907e-05, + "I": 2.218772169726435e-05, + "C": 9.367401798954234e-05, + "R": 3.771437695831992e-05, + "M": 0.00038111861795186996, + "O": 0.00014666802599094808, + "W": 3.8483040043502115e-06, + "N": 1.4376278159033973e-06, + "Y": 0.007758431602269411, + "U": 4.5007391236140393e-07, + "K": 2.8308179480518447e-06, + "L": 6.218458293005824e-05, + "G": 0.0024518065620213747, + "F": 0.016526605933904648, + "E": 2.723761645029299e-05, + "T": 0.003471178701147437, + "P": 0.003993083722889423, + "-": 0.9650048017501831 + }, + "id": "tp_9916" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1239506, + "label": "-", + "classification": { + "B": 1.3663260745033767e-07, + "S": 1.0312641052223626e-06, + "I": 0.000605587032623589, + "C": 2.9987122616148554e-05, + "R": 6.235264208953595e-06, + "M": 3.4115913877030835e-05, + "O": 1.5454135791515e-05, + "W": 1.5453612149940454e-06, + "N": 2.6191228243988007e-05, + "Y": 0.005235925782471895, + "U": 1.0611209972921642e-06, + "K": 0.00010239650873700157, + "L": 5.384129622143519e-07, + "G": 0.00016531751316506416, + "F": 0.0028557484038174152, + "E": 0.00021727924467995763, + "T": 0.0015244069509208202, + "P": 0.05686035007238388, + "-": 0.9323167204856873 + }, + "id": "tp_9917" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1239640, + "label": "-", + "classification": { + "B": 9.41869942039375e-08, + "S": 6.298729999798525e-07, + "I": 2.560695429565385e-05, + "C": 1.150914886238752e-05, + "R": 6.0816973928012885e-06, + "M": 0.00018529336375650018, + "O": 4.7560370148858055e-05, + "W": 8.267965085906326e-07, + "N": 1.3080018561595352e-06, + "Y": 0.002952920040115714, + "U": 1.952491572865256e-07, + "K": 2.033898681474966e-06, + "L": 3.6108956464886433e-06, + "G": 0.0001702838490018621, + "F": 0.0033032384235411882, + "E": 1.4094406651565805e-05, + "T": 0.0017122573917731643, + "P": 0.00877087190747261, + "-": 0.9827914834022522 + }, + "id": "tp_9918" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1239773, + "label": "-", + "classification": { + "B": 2.383252351023657e-08, + "S": 9.913470222500109e-08, + "I": 1.3152284594752928e-08, + "C": 1.3858446834547067e-08, + "R": 3.6136753589488535e-09, + "M": 1.1403166354284622e-05, + "O": 3.359376933076419e-06, + "W": 1.1225032459094564e-08, + "N": 2.4463886472148033e-10, + "Y": 1.2440731552487705e-05, + "U": 8.310596134875059e-12, + "K": 1.0934021743569389e-10, + "L": 2.789799680158467e-07, + "G": 6.72308988214354e-06, + "F": 0.0013679683906957507, + "E": 9.696670844050459e-08, + "T": 1.4830523468845058e-05, + "P": 0.00025121564976871014, + "-": 0.9983314871788025 + }, + "id": "tp_9919" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1239907, + "label": "-", + "classification": { + "B": 4.3846373642963954e-08, + "S": 8.489772085340519e-08, + "I": 0.00011733379506040365, + "C": 2.4521978048142046e-06, + "R": 2.3243956093210727e-07, + "M": 9.792153832677286e-06, + "O": 3.102139544353122e-06, + "W": 1.2061174459176982e-07, + "N": 3.9158776417025365e-06, + "Y": 9.132049308391288e-05, + "U": 1.056399909771244e-07, + "K": 1.0662424756446853e-06, + "L": 1.5079848481036606e-07, + "G": 1.4966065464250278e-05, + "F": 0.0004759336879942566, + "E": 6.7277935158927e-05, + "T": 0.00012986552610527724, + "P": 0.14228715002536774, + "-": 0.856795072555542 + }, + "id": "tp_9920" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1240007, + "label": "-", + "classification": { + "B": 0.00018497882410883904, + "S": 0.00010279787238687277, + "I": 0.0001495012838859111, + "C": 0.0002259297325508669, + "R": 0.00011119065311504528, + "M": 0.007165526505559683, + "O": 0.001676986925303936, + "W": 3.114892388111912e-05, + "N": 4.655758402805077e-06, + "Y": 0.018788937479257584, + "U": 9.195102848025272e-07, + "K": 2.033898880426932e-07, + "L": 0.0015389667823910713, + "G": 0.007372117135673761, + "F": 0.00616330374032259, + "E": 9.201060311170295e-05, + "T": 0.014053369872272015, + "P": 0.005383840762078762, + "-": 0.9369534850120544 + }, + "id": "tp_9921" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1240140, + "label": "-", + "classification": { + "B": 3.954644944847985e-10, + "S": 7.930320844451444e-10, + "I": 6.637257143893294e-08, + "C": 2.1507165826051278e-08, + "R": 1.5004859577061325e-08, + "M": 2.599529807412182e-06, + "O": 1.923842773976503e-07, + "W": 2.401080723135607e-10, + "N": 1.5274340126048003e-10, + "Y": 0.0002073611249215901, + "U": 2.0776401432609504e-11, + "K": 4.909069678538103e-11, + "L": 1.487452294668401e-08, + "G": 5.279429387883283e-06, + "F": 7.469116826541722e-05, + "E": 9.99508564802909e-09, + "T": 9.638397750677541e-05, + "P": 0.0002397683128947392, + "-": 0.9993734955787659 + }, + "id": "tp_9922" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1240274, + "label": "-", + "classification": { + "B": 3.059708042485454e-10, + "S": 1.458149490041194e-09, + "I": 3.855807229058428e-09, + "C": 1.495120116601356e-08, + "R": 1.400931370909575e-08, + "M": 3.202467041774071e-06, + "O": 6.146385658212239e-07, + "W": 5.036443484485176e-10, + "N": 5.7500931099907504e-12, + "Y": 1.3743900126428343e-05, + "U": 9.020024310801844e-13, + "K": 9.022743489850438e-13, + "L": 9.5445471970379e-08, + "G": 2.595723344711587e-06, + "F": 0.0002557386760599911, + "E": 1.6812385927877926e-09, + "T": 8.278350833279546e-06, + "P": 1.6775918993516825e-05, + "-": 0.9996989965438843 + }, + "id": "tp_9923" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1240407, + "label": "-", + "classification": { + "B": 6.932444375706837e-05, + "S": 9.980748291127384e-05, + "I": 0.00027859368128702044, + "C": 1.980551314773038e-05, + "R": 7.70491169532761e-06, + "M": 0.0011446139542385936, + "O": 0.0004130207817070186, + "W": 1.8058148270938545e-05, + "N": 1.9468337995931506e-05, + "Y": 0.0015671068103983998, + "U": 1.5864526403674972e-06, + "K": 5.532022896659328e-06, + "L": 7.343862671405077e-05, + "G": 0.0010357272112742066, + "F": 0.012017836794257164, + "E": 0.0009241866646334529, + "T": 0.0014897326473146677, + "P": 0.06252431124448776, + "-": 0.9182902574539185 + }, + "id": "tp_9924" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1240507, + "label": "-", + "classification": { + "B": 6.150405170046724e-06, + "S": 4.323722532717511e-05, + "I": 0.002458737464621663, + "C": 1.554826485516969e-05, + "R": 1.7251441022381186e-05, + "M": 0.0020334855653345585, + "O": 0.00020314288849476725, + "W": 9.85674159892369e-06, + "N": 7.378575537586585e-05, + "Y": 0.07396349310874939, + "U": 6.08830930559634e-07, + "K": 8.120715210679919e-05, + "L": 1.3817918443237431e-05, + "G": 0.0033826376311481, + "F": 0.016868295148015022, + "E": 0.0005586587358266115, + "T": 0.029348410665988922, + "P": 0.038109298795461655, + "-": 0.8328124284744263 + }, + "id": "tp_9925" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1240641, + "label": "-", + "classification": { + "B": 7.480042363283701e-09, + "S": 2.43699460611424e-08, + "I": 4.7519997679046355e-06, + "C": 7.488386017939774e-07, + "R": 1.4972502526688913e-07, + "M": 2.4991311875055544e-05, + "O": 1.567251047163154e-06, + "W": 1.418260975327712e-08, + "N": 1.3249110963897692e-07, + "Y": 0.004646487068384886, + "U": 4.36262848069191e-09, + "K": 5.690966986549029e-07, + "L": 4.3457717424644215e-08, + "G": 6.758248491678387e-05, + "F": 0.0004289992793928832, + "E": 8.753979273024015e-06, + "T": 0.0007453403668478131, + "P": 0.002894426928833127, + "-": 0.9911754131317139 + }, + "id": "tp_9926" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1240774, + "label": "-", + "classification": { + "B": 4.860282842855668e-09, + "S": 2.839501966889202e-09, + "I": 3.99269993067719e-06, + "C": 2.7731906016015273e-07, + "R": 1.003137768407214e-07, + "M": 2.9534065106417984e-05, + "O": 7.675193387512991e-07, + "W": 9.529643740791016e-10, + "N": 8.258210115741349e-09, + "Y": 0.0010186095023527741, + "U": 3.633494616295252e-10, + "K": 2.099723034332257e-10, + "L": 2.429880794352357e-07, + "G": 0.00010723182640504092, + "F": 0.00023375527234748006, + "E": 2.6468396754353307e-06, + "T": 0.00031568415579386055, + "P": 0.003957986831665039, + "-": 0.9943291544914246 + }, + "id": "tp_9927" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1240908, + "label": "-", + "classification": { + "B": 1.9939152551273764e-09, + "S": 1.6288401738506764e-08, + "I": 5.402420697464549e-07, + "C": 5.209289497543068e-07, + "R": 9.339171924693801e-08, + "M": 1.8689454009290785e-05, + "O": 1.2528200841188664e-06, + "W": 6.536249763655633e-09, + "N": 5.773988398516394e-09, + "Y": 0.00027419329853728414, + "U": 6.617104086892311e-10, + "K": 1.2311745400950258e-08, + "L": 1.0200378852687209e-07, + "G": 1.2619124390766956e-05, + "F": 0.0007474680314771831, + "E": 1.2575363825817476e-06, + "T": 0.00010445067891851068, + "P": 0.0009391717030666769, + "-": 0.9978995323181152 + }, + "id": "tp_9928" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1241008, + "label": "-", + "classification": { + "B": 5.017570947529748e-05, + "S": 0.0002998871495947242, + "I": 0.0003091342223342508, + "C": 0.0009190068813040853, + "R": 0.0003522006154526025, + "M": 0.012095795944333076, + "O": 0.0015906835906207561, + "W": 6.552264676429331e-05, + "N": 2.4350965759367682e-05, + "Y": 0.05315425246953964, + "U": 5.075455192127265e-06, + "K": 7.8773227869533e-05, + "L": 0.0012040057918056846, + "G": 0.038771189749240875, + "F": 0.09744460880756378, + "E": 0.0006082774489186704, + "T": 0.0312521867454052, + "P": 0.004027825314551592, + "-": 0.7577470541000366 + }, + "id": "tp_9929" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1241141, + "label": "-", + "classification": { + "B": 1.542518646147073e-08, + "S": 4.160550588494516e-07, + "I": 1.1281837032584008e-05, + "C": 4.2095557546417695e-06, + "R": 2.5022604859259445e-06, + "M": 9.434066305402666e-05, + "O": 3.985111470683478e-05, + "W": 2.1573271169472719e-07, + "N": 2.1378457404352957e-07, + "Y": 0.0009796092053875327, + "U": 2.0574514536519928e-08, + "K": 2.0502797326571454e-07, + "L": 3.0751366466574837e-06, + "G": 0.00011384703975636512, + "F": 0.0010834757704287767, + "E": 2.620201712488779e-06, + "T": 0.0005014269845560193, + "P": 0.0018604421056807041, + "-": 0.9953022003173828 + }, + "id": "tp_9930" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1241275, + "label": "-", + "classification": { + "B": 1.1321121817786661e-10, + "S": 1.7372442373542185e-10, + "I": 2.6357088955819563e-08, + "C": 3.977092544182881e-10, + "R": 5.26346535800748e-11, + "M": 1.2256909087682288e-07, + "O": 6.203448776886944e-08, + "W": 1.08708368695698e-10, + "N": 2.0688761814824375e-10, + "Y": 1.1302137181701255e-06, + "U": 2.948235622649009e-12, + "K": 9.421388148800336e-12, + "L": 2.764251605391621e-10, + "G": 5.174561934495614e-08, + "F": 3.783690090131131e-06, + "E": 1.42123468549471e-08, + "T": 2.093369630529196e-06, + "P": 0.0024711850564926863, + "-": 0.9975215792655945 + }, + "id": "tp_9931" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1241408, + "label": "-", + "classification": { + "B": 1.503155644400067e-08, + "S": 1.9229807435294788e-07, + "I": 1.0820301667990861e-06, + "C": 8.661641572871304e-07, + "R": 5.215885607867676e-07, + "M": 4.3484786147018895e-05, + "O": 8.505082405463327e-06, + "W": 1.1346117645416598e-07, + "N": 5.3508752984043895e-08, + "Y": 0.0007658451795578003, + "U": 8.815621121982531e-09, + "K": 3.927492571165203e-07, + "L": 6.45218108275003e-07, + "G": 5.9511865401873365e-05, + "F": 0.0017092798370867968, + "E": 5.666940978699131e-06, + "T": 0.0003233871830161661, + "P": 0.002428593346849084, + "-": 0.9946517944335938 + }, + "id": "tp_9932" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1241508, + "label": "-", + "classification": { + "B": 4.2666523647483245e-09, + "S": 1.558921169930727e-08, + "I": 2.933670657512266e-06, + "C": 6.776063088409501e-08, + "R": 3.230409362231512e-08, + "M": 2.3885013433755375e-06, + "O": 9.005727292787924e-07, + "W": 9.413228418964081e-09, + "N": 7.21529787028885e-08, + "Y": 0.00014904001727700233, + "U": 1.8175705385203855e-09, + "K": 6.194662205416535e-08, + "L": 1.3315733404795083e-08, + "G": 3.913043656211812e-06, + "F": 0.0005506800371222198, + "E": 4.363913376437267e-06, + "T": 4.453632573131472e-05, + "P": 0.02165132574737072, + "-": 0.9775896668434143 + }, + "id": "tp_9933" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1241642, + "label": "-", + "classification": { + "B": 5.570925942777194e-09, + "S": 5.8010204639913354e-08, + "I": 9.830085190287718e-09, + "C": 1.511403695531044e-07, + "R": 9.913270204719993e-09, + "M": 6.057050086383242e-06, + "O": 1.34363529014081e-06, + "W": 3.15018877650175e-09, + "N": 5.375508926874772e-10, + "Y": 0.00014694832498207688, + "U": 1.985827301209664e-11, + "K": 1.0093552660350724e-08, + "L": 2.041780078343436e-07, + "G": 0.0001383723138133064, + "F": 0.008802389726042747, + "E": 1.2796186865671189e-06, + "T": 6.466894410550594e-05, + "P": 0.0002558616397436708, + "-": 0.9905825853347778 + }, + "id": "tp_9934" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1241775, + "label": "-", + "classification": { + "B": 5.8377702671919e-10, + "S": 3.6362508559761864e-09, + "I": 9.74174963630503e-06, + "C": 2.003539378847563e-07, + "R": 3.811763349403918e-08, + "M": 2.9345815164560918e-06, + "O": 5.635648676616256e-07, + "W": 6.82234180260366e-09, + "N": 2.1636854796724947e-07, + "Y": 0.0010132386814802885, + "U": 2.133193843789627e-09, + "K": 7.369939112322754e-07, + "L": 3.0776932113951716e-09, + "G": 1.1995099157502409e-05, + "F": 9.864514140645042e-05, + "E": 3.6154779081698507e-06, + "T": 0.00020551493798848242, + "P": 0.00932273454964161, + "-": 0.9893297553062439 + }, + "id": "tp_9935" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1241875, + "label": "-", + "classification": { + "B": 1.2672110756561938e-11, + "S": 2.37134860359145e-11, + "I": 7.895787135225873e-09, + "C": 1.0500837532845253e-08, + "R": 2.528154352532397e-09, + "M": 8.181755219993647e-06, + "O": 3.8019202008854336e-08, + "W": 5.084116287690232e-12, + "N": 1.6067450104781389e-12, + "Y": 0.0013673659414052963, + "U": 8.531597059683801e-14, + "K": 1.082720610216803e-12, + "L": 7.180616545809926e-09, + "G": 1.9318096747156233e-05, + "F": 2.0034512999700382e-05, + "E": 2.377474217496456e-09, + "T": 0.00010799057054100558, + "P": 5.530173893930623e-06, + "-": 0.9984715580940247 + }, + "id": "tp_9936" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1242009, + "label": "-", + "classification": { + "B": 3.1325495086775845e-08, + "S": 8.320850497511856e-08, + "I": 2.4207324713643175e-06, + "C": 4.6327706115789624e-08, + "R": 2.131597653942663e-08, + "M": 1.84741602424765e-05, + "O": 1.4982409766162164e-06, + "W": 1.1906497121572102e-08, + "N": 4.196197878059138e-08, + "Y": 0.00038678490091115236, + "U": 8.812766072452405e-10, + "K": 2.0144794277143774e-08, + "L": 1.0188951193867979e-07, + "G": 3.835835377685726e-05, + "F": 0.0010511822765693069, + "E": 9.774334102985449e-06, + "T": 0.00017607658810447901, + "P": 0.011184347793459892, + "-": 0.9871305823326111 + }, + "id": "tp_9937" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1242142, + "label": "-", + "classification": { + "B": 1.9042432908289442e-10, + "S": 2.258343023697762e-08, + "I": 2.1798723537358455e-06, + "C": 2.154268713638885e-06, + "R": 7.074762038428162e-07, + "M": 9.75420516624581e-06, + "O": 3.749823008547537e-06, + "W": 3.122984182368782e-08, + "N": 1.854458275829529e-08, + "Y": 0.01612464338541031, + "U": 1.391288750873798e-10, + "K": 2.372109122461552e-07, + "L": 5.321938800761927e-08, + "G": 0.00018916586122941226, + "F": 0.00045081699499860406, + "E": 8.895574978851073e-07, + "T": 0.0017593775410205126, + "P": 0.00013828826195094734, + "-": 0.981317937374115 + }, + "id": "tp_9938" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1242276, + "label": "-", + "classification": { + "B": 6.527269280631742e-10, + "S": 5.855371187912795e-10, + "I": 1.786965526662243e-07, + "C": 3.278042868259945e-07, + "R": 3.1381414800080165e-08, + "M": 4.553988219413441e-06, + "O": 3.157096273298521e-07, + "W": 6.054552414980208e-10, + "N": 1.4441934315101435e-09, + "Y": 6.678227509837598e-05, + "U": 5.209553899376829e-10, + "K": 3.734830666957123e-09, + "L": 2.0233905217992287e-08, + "G": 4.203773187327897e-06, + "F": 5.114801024319604e-05, + "E": 6.818641651307189e-08, + "T": 5.2862040320178494e-05, + "P": 0.0004468121624086052, + "-": 0.999372661113739 + }, + "id": "tp_9939" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1242376, + "label": "-", + "classification": { + "B": 1.2580311903320762e-08, + "S": 2.5166119144159893e-07, + "I": 4.978664378540998e-07, + "C": 2.3715516306310747e-07, + "R": 9.07447699205477e-08, + "M": 5.36989864485804e-05, + "O": 6.387012490449706e-06, + "W": 8.768852666207749e-08, + "N": 1.583598852050727e-08, + "Y": 0.0011306841624900699, + "U": 1.6973785710305833e-09, + "K": 1.9500708958730684e-07, + "L": 4.4325690851110267e-07, + "G": 5.689561658073217e-05, + "F": 0.0028735597152262926, + "E": 1.544333940728393e-06, + "T": 0.0005131331272423267, + "P": 0.0009478818974457681, + "-": 0.9944144487380981 + }, + "id": "tp_9940" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1242509, + "label": "-", + "classification": { + "B": 2.7370012958272127e-06, + "S": 1.745757003845938e-06, + "I": 7.708773637205013e-07, + "C": 2.3984687231859425e-06, + "R": 9.63978209256311e-07, + "M": 2.004870111704804e-05, + "O": 2.182755088142585e-05, + "W": 1.766251216395176e-06, + "N": 1.760833043817911e-07, + "Y": 0.00024398989626206458, + "U": 7.010773117599456e-08, + "K": 6.254957042983733e-06, + "L": 1.2129742117394926e-06, + "G": 7.81820053816773e-05, + "F": 0.00930581334978342, + "E": 1.0697342986532021e-05, + "T": 0.0001463595253881067, + "P": 0.010964436456561089, + "-": 0.9791905283927917 + }, + "id": "tp_9941" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1242643, + "label": "-", + "classification": { + "B": 1.3502899491868448e-06, + "S": 1.9335546141974191e-07, + "I": 4.601457135322562e-07, + "C": 1.6129452262703126e-07, + "R": 2.4896127825968506e-08, + "M": 9.640552889322862e-06, + "O": 8.020863788260613e-06, + "W": 1.6810857061955176e-07, + "N": 4.9536609481037885e-08, + "Y": 3.151837518089451e-05, + "U": 6.332949720189163e-09, + "K": 1.1323815840569296e-07, + "L": 2.773712139969575e-07, + "G": 7.847930646676105e-06, + "F": 0.0020149610936641693, + "E": 9.188892363454215e-06, + "T": 1.9649423848022707e-05, + "P": 0.020549926906824112, + "-": 0.9773464798927307 + }, + "id": "tp_9942" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1242776, + "label": "-", + "classification": { + "B": 2.9616914616781287e-05, + "S": 3.679926066979533e-06, + "I": 0.010626707226037979, + "C": 0.00021315882622729987, + "R": 6.768732419004664e-05, + "M": 0.0013882116181775928, + "O": 0.0003102842019870877, + "W": 7.461140739906114e-06, + "N": 5.4126885515870526e-05, + "Y": 0.007435438688844442, + "U": 1.5511361652897904e-06, + "K": 2.5766217959244386e-07, + "L": 9.695576591184363e-05, + "G": 0.0026278537698090076, + "F": 0.000694256101269275, + "E": 0.0007324006292037666, + "T": 0.005080586764961481, + "P": 0.11537811905145645, + "-": 0.8552516102790833 + }, + "id": "tp_9943" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1242876, + "label": "-", + "classification": { + "B": 1.3558649758493857e-09, + "S": 4.643931106329546e-08, + "I": 5.984551165738594e-08, + "C": 7.40436098567443e-06, + "R": 1.1125491710117785e-06, + "M": 3.9560884033562616e-05, + "O": 4.59970033261925e-06, + "W": 2.941240140330592e-08, + "N": 3.2974882824277074e-09, + "Y": 0.0008428121800534427, + "U": 1.2215015665617557e-09, + "K": 5.4969937934856716e-08, + "L": 1.3709745871892665e-06, + "G": 7.199685933301225e-05, + "F": 0.004974821582436562, + "E": 4.031042237784277e-07, + "T": 0.00038934944313950837, + "P": 0.00022795243421569467, + "-": 0.9934383034706116 + }, + "id": "tp_9944" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1243010, + "label": "-", + "classification": { + "B": 1.9649476712402247e-07, + "S": 8.868821055330045e-07, + "I": 3.172887954860926e-05, + "C": 9.558589226799086e-06, + "R": 3.2596976780041587e-06, + "M": 9.849074558587745e-05, + "O": 2.6903333491645753e-05, + "W": 8.751154609853984e-07, + "N": 1.4672334600618342e-06, + "Y": 0.0017106493469327688, + "U": 2.703372956602834e-07, + "K": 2.3225909444590798e-06, + "L": 2.3680272533965763e-06, + "G": 9.763969865161926e-05, + "F": 0.0024415443185716867, + "E": 2.81176562566543e-05, + "T": 0.0009892730740830302, + "P": 0.01388788502663374, + "-": 0.98066645860672 + }, + "id": "tp_9945" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1243143, + "label": "-", + "classification": { + "B": 9.717076032700334e-10, + "S": 4.2588896853601454e-09, + "I": 3.62114711549566e-08, + "C": 6.195253199337003e-09, + "R": 2.0866561811772044e-09, + "M": 1.9885146684828214e-07, + "O": 2.1065729072233808e-07, + "W": 1.7470948021625077e-09, + "N": 1.2052154829689243e-09, + "Y": 9.071930435311515e-06, + "U": 1.1226255342000613e-10, + "K": 5.028699678888415e-09, + "L": 3.114901447887064e-09, + "G": 5.888864507141989e-07, + "F": 0.00023719908494967967, + "E": 4.6845578083321016e-08, + "T": 1.1621979865594767e-05, + "P": 0.0025083483196794987, + "-": 0.9972327351570129 + }, + "id": "tp_9946" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1243277, + "label": "-", + "classification": { + "B": 3.281946590050211e-07, + "S": 1.271973701477691e-06, + "I": 3.9485581510234624e-05, + "C": 1.5079183413035935e-06, + "R": 2.7211733595322585e-06, + "M": 0.00019708550826180726, + "O": 8.221366442739964e-05, + "W": 1.0708396303016343e-06, + "N": 5.042533643973002e-07, + "Y": 0.004791392013430595, + "U": 1.4357869559944447e-08, + "K": 4.4368391627358506e-08, + "L": 2.3017823878035415e-06, + "G": 5.608014180324972e-05, + "F": 0.00022371788509190083, + "E": 2.407771944490378e-06, + "T": 0.004289613571017981, + "P": 0.0024806803558021784, + "-": 0.9878275394439697 + }, + "id": "tp_9947" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1243377, + "label": "-", + "classification": { + "B": 9.958356486095e-07, + "S": 1.7778968413040275e-06, + "I": 3.132878555334173e-05, + "C": 4.03794547310099e-06, + "R": 1.9570693439163733e-06, + "M": 0.0005497962119989097, + "O": 3.5011871659662575e-05, + "W": 6.098578069213545e-07, + "N": 5.388442332332488e-07, + "Y": 0.0031410162337124348, + "U": 3.60976635249699e-08, + "K": 3.293464487796882e-07, + "L": 4.752352651848923e-06, + "G": 0.0004944363608956337, + "F": 0.0035372392740100622, + "E": 8.065792644629255e-05, + "T": 0.001244054757989943, + "P": 0.009558738209307194, + "-": 0.98131263256073 + }, + "id": "tp_9948" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1243510, + "label": "-", + "classification": { + "B": 2.4225848392234184e-05, + "S": 8.788332706899382e-06, + "I": 7.203312179626664e-06, + "C": 1.1427639492467279e-06, + "R": 6.428471124308999e-07, + "M": 0.0005490403855219483, + "O": 0.00020764720102306455, + "W": 1.7404507843821193e-06, + "N": 1.8520563571655657e-07, + "Y": 0.00038405542727559805, + "U": 1.5619477267136972e-08, + "K": 7.046227601392729e-09, + "L": 3.933458719984628e-05, + "G": 0.00031474855495616794, + "F": 0.002399042248725891, + "E": 2.4432440113741904e-05, + "T": 0.0003720606036949903, + "P": 0.006884664297103882, + "-": 0.9887809753417969 + }, + "id": "tp_9949" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1243644, + "label": "-", + "classification": { + "B": 5.356547717383364e-06, + "S": 3.2541403925279155e-05, + "I": 4.096397606190294e-05, + "C": 2.360373400733806e-06, + "R": 3.98670817958191e-06, + "M": 0.0017418584320694208, + "O": 0.0003896533453371376, + "W": 1.590236570336856e-05, + "N": 1.4470288078882731e-06, + "Y": 0.007980355061590672, + "U": 3.5079651183878013e-08, + "K": 1.9735006162591162e-07, + "L": 1.5088944564922713e-05, + "G": 0.00017226127965841442, + "F": 0.0010837400332093239, + "E": 5.113876795803662e-06, + "T": 0.011428757570683956, + "P": 0.0015382859855890274, + "-": 0.9755419492721558 + }, + "id": "tp_9950" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1243777, + "label": "-", + "classification": { + "B": 7.634885719198792e-07, + "S": 1.0124236723640934e-05, + "I": 1.5397565221064724e-05, + "C": 3.7006720958743244e-05, + "R": 3.112491685897112e-05, + "M": 0.0017537922831252217, + "O": 0.0003798397956416011, + "W": 3.2387779356213287e-06, + "N": 2.478556950791244e-07, + "Y": 0.003831355832517147, + "U": 5.8565248650666035e-08, + "K": 6.584215839211538e-08, + "L": 0.00014968111645430326, + "G": 0.001332043786533177, + "F": 0.00877247005701065, + "E": 9.727084034238942e-06, + "T": 0.001574160996824503, + "P": 0.0018263182137161493, + "-": 0.9802725911140442 + }, + "id": "tp_9951" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1243877, + "label": "-", + "classification": { + "B": 3.170192997004051e-10, + "S": 7.666780543758023e-10, + "I": 3.273469317832678e-08, + "C": 1.0900148339487714e-08, + "R": 5.2476849532467895e-09, + "M": 3.4701923141255975e-05, + "O": 2.634701274928375e-07, + "W": 1.2395891257899194e-10, + "N": 4.970317560304416e-11, + "Y": 0.0001791050162864849, + "U": 4.753856596567685e-12, + "K": 8.237367385421912e-12, + "L": 5.955875792551524e-08, + "G": 1.1832976269943174e-05, + "F": 7.279813871718943e-05, + "E": 3.122255876064628e-08, + "T": 0.00017323829524684697, + "P": 0.00011672850087052211, + "-": 0.9994112253189087 + }, + "id": "tp_9952" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1244011, + "label": "-", + "classification": { + "B": 2.9869900686207984e-07, + "S": 3.3776207146729575e-06, + "I": 7.290100620593876e-05, + "C": 3.1275518267648295e-05, + "R": 9.947403668775223e-06, + "M": 0.00015626251115463674, + "O": 5.7143817684846e-05, + "W": 3.980781457357807e-06, + "N": 9.762569789018016e-06, + "Y": 0.00604692567139864, + "U": 3.739243084055488e-07, + "K": 0.0002787633566185832, + "L": 1.9939825506298803e-06, + "G": 0.0008134832023642957, + "F": 0.042151447385549545, + "E": 0.00039903048309497535, + "T": 0.000874257821124047, + "P": 0.03174779936671257, + "-": 0.9173409938812256 + }, + "id": "tp_9953" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1244144, + "label": "-", + "classification": { + "B": 2.173511925995797e-10, + "S": 4.767810451999921e-11, + "I": 1.7574171806700178e-07, + "C": 2.1351446832795773e-08, + "R": 1.6927530488430875e-09, + "M": 1.024675498229044e-06, + "O": 4.5045492669260057e-08, + "W": 7.3789675758551e-11, + "N": 2.5434107597810396e-10, + "Y": 1.7281492546317168e-05, + "U": 1.3099693205176344e-11, + "K": 4.385030186182526e-11, + "L": 6.266075658345471e-09, + "G": 4.309797077439725e-06, + "F": 0.00010367610229877755, + "E": 9.719227023197163e-08, + "T": 5.428655185824027e-06, + "P": 0.0021186545491218567, + "-": 0.9977492690086365 + }, + "id": "tp_9954" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1244278, + "label": "-", + "classification": { + "B": 3.401397350444313e-07, + "S": 6.39704330751556e-06, + "I": 0.00034832899109460413, + "C": 6.762270913895918e-06, + "R": 4.609823918144684e-06, + "M": 0.000126891492982395, + "O": 6.456621485995129e-05, + "W": 3.388487129996065e-06, + "N": 9.773442798177712e-06, + "Y": 0.006144682411104441, + "U": 9.882935358973555e-08, + "K": 1.3111717635183595e-05, + "L": 1.3905952300774516e-06, + "G": 0.0001881742791738361, + "F": 0.006457939278334379, + "E": 4.291559525881894e-05, + "T": 0.0038599076215177774, + "P": 0.021226081997156143, + "-": 0.961494505405426 + }, + "id": "tp_9955" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1244378, + "label": "-", + "classification": { + "B": 8.688053867444978e-07, + "S": 1.503912358202797e-06, + "I": 9.203008630720433e-06, + "C": 1.0271172357079195e-07, + "R": 1.4995063679634768e-07, + "M": 0.0002746637328527868, + "O": 2.0538829630822875e-05, + "W": 1.6706822236756125e-07, + "N": 1.3478572213898588e-07, + "Y": 0.0016796510899439454, + "U": 3.095626421867337e-09, + "K": 2.5124064606529828e-08, + "L": 1.2437634495654493e-06, + "G": 0.0001222396967932582, + "F": 0.0007596702198497951, + "E": 4.133651600568555e-06, + "T": 0.001741695567034185, + "P": 0.006840595975518227, + "-": 0.9885433912277222 + }, + "id": "tp_9956" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1244511, + "label": "-", + "classification": { + "B": 1.1585787262902159e-07, + "S": 3.749029531263659e-07, + "I": 8.199910439543601e-07, + "C": 1.4025348882285016e-08, + "R": 1.4540447956790103e-08, + "M": 1.9790450096479617e-05, + "O": 2.6969187274517026e-06, + "W": 4.411128173842371e-08, + "N": 1.57037511883118e-08, + "Y": 0.0004723896272480488, + "U": 2.1725182763887574e-10, + "K": 3.850537311222979e-08, + "L": 7.883433994493316e-08, + "G": 2.938488614745438e-05, + "F": 0.0018309357110410929, + "E": 1.4482918686553603e-06, + "T": 0.0002384186809649691, + "P": 0.0033765980042517185, + "-": 0.994026780128479 + }, + "id": "tp_9957" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1244645, + "label": "-", + "classification": { + "B": 9.421890717931092e-05, + "S": 1.4258256669563707e-05, + "I": 0.002347848378121853, + "C": 0.00021970320085529238, + "R": 5.687067823600955e-05, + "M": 0.0012366848532110453, + "O": 0.0004058742197230458, + "W": 2.3451373635907657e-05, + "N": 9.495877020526677e-05, + "Y": 0.002253454178571701, + "U": 9.884773135127034e-06, + "K": 1.8223504412162583e-06, + "L": 0.00014397747872862965, + "G": 0.001336607150733471, + "F": 0.002401991980150342, + "E": 0.0010124299442395568, + "T": 0.0023026622366160154, + "P": 0.28277063369750977, + "-": 0.7032726407051086 + }, + "id": "tp_9958" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1244778, + "label": "-", + "classification": { + "B": 1.754473686332858e-07, + "S": 9.903544651024276e-08, + "I": 3.65384153155901e-07, + "C": 2.586838547813386e-07, + "R": 1.7853075462426204e-07, + "M": 0.00012995456927455962, + "O": 1.3655010661750566e-05, + "W": 3.8206188435196964e-08, + "N": 6.50928255740979e-10, + "Y": 0.00029005017131567, + "U": 8.833567904931172e-11, + "K": 1.5305211958915876e-11, + "L": 4.881107997789513e-06, + "G": 6.66614796500653e-05, + "F": 0.0001774226693669334, + "E": 2.0251358989753498e-07, + "T": 0.00011049958266085014, + "P": 0.00022870358952786773, + "-": 0.9989768266677856 + }, + "id": "tp_9959" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1244878, + "label": "-", + "classification": { + "B": 2.9117398270273043e-08, + "S": 7.497664711308971e-08, + "I": 8.427878128713928e-07, + "C": 2.220069063696428e-06, + "R": 7.510199111493421e-07, + "M": 0.00017382334044668823, + "O": 1.0851254046428949e-05, + "W": 2.5148544580133603e-08, + "N": 5.4940234583966685e-09, + "Y": 0.0015890112845227122, + "U": 1.171290064938546e-09, + "K": 3.5937669506935777e-10, + "L": 1.0366808055550791e-05, + "G": 0.0003525291394907981, + "F": 0.002275443635880947, + "E": 7.5684960165745e-07, + "T": 0.0004165425489190966, + "P": 0.0011866691056638956, + "-": 0.9939801692962646 + }, + "id": "tp_9960" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1245012, + "label": "-", + "classification": { + "B": 3.658575167264644e-07, + "S": 6.217276791176118e-07, + "I": 0.00041620302363298833, + "C": 3.602310971473344e-05, + "R": 2.6437186534167267e-05, + "M": 0.00010155104246223345, + "O": 5.2179708291077986e-05, + "W": 2.4458829557261197e-06, + "N": 2.0851501176366583e-05, + "Y": 0.001975974766537547, + "U": 1.1409787248339853e-06, + "K": 1.6816969946376048e-05, + "L": 3.1215015496854903e-06, + "G": 0.0002459069655742496, + "F": 0.004994917195290327, + "E": 0.0002899712126236409, + "T": 0.0006327802548184991, + "P": 0.07548400014638901, + "-": 0.9156987071037292 + }, + "id": "tp_9961" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1245145, + "label": "-", + "classification": { + "B": 5.12828046339564e-05, + "S": 1.572709334141109e-05, + "I": 0.0002173295506509021, + "C": 1.2116433026676532e-05, + "R": 4.534862000582507e-06, + "M": 0.0006113927229307592, + "O": 0.00025133107556030154, + "W": 6.518770533148199e-06, + "N": 5.012109795643482e-06, + "Y": 0.0005637981812469661, + "U": 2.735413886512106e-07, + "K": 5.066893038474518e-08, + "L": 5.938751564826816e-05, + "G": 0.000375033647287637, + "F": 0.0014817119808867574, + "E": 5.840365702169947e-05, + "T": 0.0011891636531800032, + "P": 0.05656535550951958, + "-": 0.9385316371917725 + }, + "id": "tp_9962" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1245279, + "label": "-", + "classification": { + "B": 1.0273269346328107e-08, + "S": 1.9550080310182238e-07, + "I": 4.2121183696508524e-07, + "C": 5.96979703004763e-07, + "R": 1.391775299453002e-07, + "M": 4.2984036554116756e-05, + "O": 5.437597337731859e-06, + "W": 7.641222765641942e-08, + "N": 2.0254178778600362e-08, + "Y": 0.0021468126215040684, + "U": 6.406052910357118e-10, + "K": 2.113579427032164e-07, + "L": 3.3292266721218766e-07, + "G": 0.00014352163998410106, + "F": 0.007809862960129976, + "E": 7.98576365923509e-06, + "T": 0.000521634123288095, + "P": 0.0010020486079156399, + "-": 0.9883176684379578 + }, + "id": "tp_9963" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1245379, + "label": "-", + "classification": { + "B": 2.286735023560027e-09, + "S": 1.0222241542123811e-07, + "I": 2.8401627716334588e-08, + "C": 3.510614874357998e-07, + "R": 1.7688206810362317e-07, + "M": 9.478128049522638e-05, + "O": 1.8513037502998486e-05, + "W": 1.6110695000293163e-08, + "N": 1.623784023907504e-10, + "Y": 0.0028454484418034554, + "U": 3.172790372443779e-12, + "K": 6.140077890570694e-10, + "L": 2.5424869818380103e-06, + "G": 0.0003724579291883856, + "F": 0.005027678795158863, + "E": 1.2826478723582113e-07, + "T": 0.00019472278654575348, + "P": 1.5591993360430934e-05, + "-": 0.9914274215698242 + }, + "id": "tp_9964" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1245512, + "label": "-", + "classification": { + "B": 0.0022152147721499205, + "S": 8.886033901944757e-05, + "I": 4.672099294111831e-06, + "C": 1.3767572454526089e-05, + "R": 1.3290038623381406e-05, + "M": 0.0028994069434702396, + "O": 0.0030906517058610916, + "W": 2.229350502602756e-05, + "N": 1.0179616793948298e-07, + "Y": 0.0010525535326451063, + "U": 2.5565539019112293e-08, + "K": 1.2549653538584948e-09, + "L": 0.0034314333461225033, + "G": 0.0048299310728907585, + "F": 0.0030034445226192474, + "E": 8.719079232832883e-06, + "T": 0.000901083170901984, + "P": 0.0009401289280503988, + "-": 0.977484405040741 + }, + "id": "tp_9965" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1245646, + "label": "-", + "classification": { + "B": 9.289127689271481e-08, + "S": 4.494964684909064e-07, + "I": 0.0008866310236044228, + "C": 3.0128509024507366e-05, + "R": 9.838719051913358e-06, + "M": 0.0003496416611596942, + "O": 2.4945367840700783e-05, + "W": 3.636326937339618e-07, + "N": 6.909634066687431e-06, + "Y": 0.018786795437335968, + "U": 1.148976593867701e-07, + "K": 3.152576709908317e-06, + "L": 1.4897399296387448e-06, + "G": 0.0008458347874693573, + "F": 0.0009981197072193027, + "E": 4.643390275305137e-05, + "T": 0.009878918528556824, + "P": 0.013729443773627281, + "-": 0.9544007182121277 + }, + "id": "tp_9966" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1245779, + "label": "-", + "classification": { + "B": 2.3860815545617697e-08, + "S": 7.43085379895092e-08, + "I": 2.4772336928435834e-06, + "C": 1.5782312345891114e-07, + "R": 3.540404236446193e-08, + "M": 6.465696060331538e-05, + "O": 1.9082938251813175e-06, + "W": 1.7023634057977688e-08, + "N": 4.7111196721516535e-08, + "Y": 0.00036041770363226533, + "U": 2.6819848564230142e-09, + "K": 2.736464921326842e-08, + "L": 2.3236582080699009e-07, + "G": 2.3480442905565724e-05, + "F": 0.0010937508195638657, + "E": 8.165283361449838e-06, + "T": 0.0004124856204725802, + "P": 0.009234531782567501, + "-": 0.9887974858283997 + }, + "id": "tp_9967" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1245879, + "label": "-", + "classification": { + "B": 4.39224732973198e-11, + "S": 8.652535909980941e-10, + "I": 2.8824962328144466e-07, + "C": 4.558498911677589e-09, + "R": 3.040230955875245e-09, + "M": 8.798492672212888e-07, + "O": 9.02217536236094e-08, + "W": 3.048033214714252e-10, + "N": 2.9292821501769595e-09, + "Y": 0.0001834218273870647, + "U": 2.8484027636554998e-11, + "K": 8.036998622173996e-09, + "L": 6.076172343050246e-10, + "G": 1.3240476164355641e-06, + "F": 0.00014295127766672522, + "E": 8.611876722852685e-08, + "T": 7.190975884441286e-05, + "P": 0.0026693292893469334, + "-": 0.9969297051429749 + }, + "id": "tp_9968" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1246013, + "label": "-", + "classification": { + "B": 1.387073123026994e-09, + "S": 1.5083382320923988e-09, + "I": 1.3315376463651774e-06, + "C": 1.7537642804654752e-07, + "R": 6.863619450570013e-09, + "M": 9.87376779448823e-07, + "O": 8.760775926930364e-08, + "W": 9.254061961172511e-10, + "N": 1.7023559450990433e-08, + "Y": 2.8807948183384724e-05, + "U": 3.176257590276066e-10, + "K": 1.5347358939266087e-08, + "L": 6.916316852567661e-09, + "G": 9.202490218740422e-06, + "F": 0.00203139940276742, + "E": 1.1047717634937726e-05, + "T": 1.0591294994810596e-05, + "P": 0.04971535503864288, + "-": 0.9481910467147827 + }, + "id": "tp_9969" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1246146, + "label": "-", + "classification": { + "B": 5.039594839217898e-07, + "S": 8.058969314106434e-08, + "I": 7.469000706805673e-07, + "C": 1.3233388074240793e-07, + "R": 4.3861678733492226e-08, + "M": 0.00011221294698771089, + "O": 7.927597835077904e-06, + "W": 2.9657924116577306e-08, + "N": 5.795273594344508e-09, + "Y": 5.4385262046707794e-05, + "U": 4.500390060613313e-10, + "K": 1.6684681414247393e-10, + "L": 1.788920030776353e-06, + "G": 2.76713544735685e-05, + "F": 0.00020650144142564386, + "E": 2.55105896940222e-06, + "T": 8.366815018234774e-05, + "P": 0.0028401657473295927, + "-": 0.9966616630554199 + }, + "id": "tp_9970" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1246280, + "label": "-", + "classification": { + "B": 1.289012820093749e-11, + "S": 6.415763059708368e-11, + "I": 6.093210913604707e-08, + "C": 1.6378859379884148e-09, + "R": 6.6989597202749e-10, + "M": 2.8853210665147344e-07, + "O": 3.216738519995488e-08, + "W": 6.653191886307752e-11, + "N": 2.1874767275331664e-10, + "Y": 5.5922479077707976e-05, + "U": 4.3329307156114716e-12, + "K": 2.4917190533102485e-10, + "L": 5.536478497880637e-10, + "G": 1.2237211421961547e-06, + "F": 0.0002533115039113909, + "E": 6.43118553966815e-08, + "T": 1.7686934370431118e-05, + "P": 0.001482705119997263, + "-": 0.9981885552406311 + }, + "id": "tp_9971" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1246380, + "label": "-", + "classification": { + "B": 5.439921402228265e-09, + "S": 3.2010868267207115e-07, + "I": 1.1083559002145194e-05, + "C": 3.371532386609033e-07, + "R": 1.270716722956422e-07, + "M": 1.3265156667330302e-05, + "O": 1.984078153327573e-06, + "W": 5.3628436802455326e-08, + "N": 2.745921392488526e-07, + "Y": 0.018045615404844284, + "U": 7.351665387567152e-10, + "K": 1.679464003245812e-05, + "L": 1.899262613846986e-08, + "G": 0.00017351398128084838, + "F": 0.003905768506228924, + "E": 1.1868830370076466e-05, + "T": 0.003526125568896532, + "P": 0.001628122408874333, + "-": 0.9726646542549133 + }, + "id": "tp_9972" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1246513, + "label": "-", + "classification": { + "B": 1.293661289203385e-10, + "S": 7.98562496129307e-08, + "I": 3.4515062452555867e-07, + "C": 1.221806542162085e-06, + "R": 3.69064281358078e-07, + "M": 0.00025693426141515374, + "O": 1.6516331015736796e-05, + "W": 1.0768191671672867e-08, + "N": 3.729815123421076e-09, + "Y": 0.11292489618062973, + "U": 2.4577100771194793e-11, + "K": 2.964348233547298e-08, + "L": 1.3192546930440585e-06, + "G": 0.001997177954763174, + "F": 0.00569048011675477, + "E": 3.960108472256252e-07, + "T": 0.005269428249448538, + "P": 2.7623666028375737e-05, + "-": 0.8738131523132324 + }, + "id": "tp_9973" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1246647, + "label": "-", + "classification": { + "B": 3.4505657822592184e-05, + "S": 7.903934601927176e-06, + "I": 2.848412623279728e-05, + "C": 5.460288230096921e-05, + "R": 1.3725847566092853e-05, + "M": 0.00025630902382545173, + "O": 0.00012183114449726418, + "W": 3.254464900237508e-06, + "N": 9.831405805016402e-07, + "Y": 0.0020183261949568987, + "U": 1.5885842685747775e-07, + "K": 2.8600925361388363e-07, + "L": 5.78367144044023e-05, + "G": 0.0015183185460045934, + "F": 0.01872125267982483, + "E": 4.980380617780611e-05, + "T": 0.0006232607993297279, + "P": 0.009198801591992378, + "-": 0.967290461063385 + }, + "id": "tp_9974" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1246780, + "label": "-", + "classification": { + "B": 5.216507048544372e-08, + "S": 4.1252665283764145e-08, + "I": 4.968214125256054e-05, + "C": 6.179205342959904e-07, + "R": 7.053021278125016e-08, + "M": 4.304547928768443e-06, + "O": 1.5108324760149117e-06, + "W": 7.83230831302717e-08, + "N": 2.0150764612481e-06, + "Y": 5.632173269987106e-05, + "U": 6.247832118333463e-08, + "K": 5.24046618011198e-06, + "L": 2.7571552152494405e-08, + "G": 1.3571361705544405e-05, + "F": 0.0010600833920761943, + "E": 0.00012203735241200775, + "T": 3.0728137062396854e-05, + "P": 0.3994559645652771, + "-": 0.5991976857185364 + }, + "id": "tp_9975" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1246880, + "label": "-", + "classification": { + "B": 2.1495467628085407e-09, + "S": 5.822897719554021e-07, + "I": 1.7426988279112265e-06, + "C": 4.6518298546516235e-08, + "R": 6.237862493208013e-08, + "M": 0.00016907286772038788, + "O": 1.2654214515350759e-05, + "W": 5.7385815210864166e-08, + "N": 1.5661829166901953e-08, + "Y": 0.01115319225937128, + "U": 7.926823780701753e-11, + "K": 3.183000174544759e-08, + "L": 2.2433968638324586e-07, + "G": 4.596751750796102e-05, + "F": 0.0012197423493489623, + "E": 4.384109502097999e-07, + "T": 0.003116581356152892, + "P": 0.00019344466272741556, + "-": 0.9840861558914185 + }, + "id": "tp_9976" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1247014, + "label": "-", + "classification": { + "B": 1.6517522904990756e-09, + "S": 3.9694505460374785e-09, + "I": 4.34308930152838e-07, + "C": 3.087635391807453e-08, + "R": 4.147201249082855e-09, + "M": 8.181411885743728e-07, + "O": 2.3437009133431275e-07, + "W": 2.7058615348352077e-09, + "N": 9.168944714588179e-09, + "Y": 1.5211882782750763e-05, + "U": 6.057155332861441e-10, + "K": 2.2480191930185356e-08, + "L": 4.762549909997915e-09, + "G": 1.389209387525625e-06, + "F": 0.0006531776743941009, + "E": 7.598270599373791e-07, + "T": 1.1662520591926295e-05, + "P": 0.023387635126709938, + "-": 0.9759287238121033 + }, + "id": "tp_9977" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1247147, + "label": "-", + "classification": { + "B": 0.00011574639938771725, + "S": 0.0002391172747593373, + "I": 0.00013916882744524628, + "C": 4.1274270188296214e-05, + "R": 2.4323759134858847e-05, + "M": 0.0018372124759480357, + "O": 0.0005466527072712779, + "W": 3.675602056318894e-05, + "N": 9.442184818908572e-06, + "Y": 0.006959104910492897, + "U": 6.928863740540692e-07, + "K": 1.4845125406282023e-05, + "L": 0.00017255869170185179, + "G": 0.0052415658719837666, + "F": 0.09436464309692383, + "E": 0.0005542084109038115, + "T": 0.003229541704058647, + "P": 0.013542944565415382, + "-": 0.8729302287101746 + }, + "id": "tp_9978" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1247281, + "label": "-", + "classification": { + "B": 5.686185033937363e-08, + "S": 7.799413559439472e-09, + "I": 2.093826651616837e-06, + "C": 9.001924468066136e-07, + "R": 7.09564247358685e-08, + "M": 1.0025478331954218e-05, + "O": 1.2483103546401253e-06, + "W": 4.308124523788592e-09, + "N": 1.6261887836321876e-08, + "Y": 3.486284913378768e-05, + "U": 1.8456633998908956e-09, + "K": 1.1459482252007547e-09, + "L": 3.273827928751416e-07, + "G": 4.3871164962183684e-05, + "F": 0.0008445834391750395, + "E": 3.444651383688324e-06, + "T": 6.070767994970083e-05, + "P": 0.01800752617418766, + "-": 0.9809901714324951 + }, + "id": "tp_9979" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1247381, + "label": "-", + "classification": { + "B": 5.9104507954543806e-09, + "S": 1.4331753561691585e-08, + "I": 1.5538535080850124e-05, + "C": 1.0813261724251788e-05, + "R": 1.6464016425743466e-06, + "M": 8.052879820752423e-06, + "O": 5.061147476226324e-06, + "W": 4.459717217741854e-08, + "N": 3.2207370281867043e-07, + "Y": 0.0001436817110516131, + "U": 5.435875038983795e-08, + "K": 1.2021099848880112e-07, + "L": 4.029904516755778e-07, + "G": 4.587143848766573e-05, + "F": 0.0012762484839186072, + "E": 2.4796113393676933e-06, + "T": 9.151222184300423e-05, + "P": 0.016531862318515778, + "-": 0.9818663001060486 + }, + "id": "tp_9980" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1247514, + "label": "-", + "classification": { + "B": 2.241981746919919e-06, + "S": 1.937612381652798e-08, + "I": 7.698903914388211e-08, + "C": 1.2882317435014556e-08, + "R": 1.0721569188021363e-09, + "M": 7.5067659963679034e-06, + "O": 9.377951073474833e-07, + "W": 6.156142706714718e-09, + "N": 1.3661822784172273e-09, + "Y": 2.514385778340511e-05, + "U": 1.4768142264642847e-10, + "K": 9.759401065068118e-10, + "L": 7.857178019321509e-08, + "G": 3.343512071296573e-05, + "F": 0.00032540076063014567, + "E": 3.7458075894392096e-06, + "T": 1.003220950224204e-05, + "P": 0.005105713382363319, + "-": 0.9944855570793152 + }, + "id": "tp_9981" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1247648, + "label": "-", + "classification": { + "B": 8.61306307342602e-06, + "S": 1.142649423968578e-07, + "I": 6.8581166488002054e-06, + "C": 8.571305443183519e-06, + "R": 5.184294877835782e-07, + "M": 2.459042298141867e-05, + "O": 4.867634288530098e-06, + "W": 1.1084109274861476e-07, + "N": 1.6756692389208183e-07, + "Y": 6.302530528046191e-05, + "U": 1.1490864260110811e-08, + "K": 4.636580541728108e-08, + "L": 1.1329665312587167e-06, + "G": 0.0001442205539206043, + "F": 0.0023034908808767796, + "E": 8.181906014215201e-05, + "T": 2.1487045160029083e-05, + "P": 0.05625495687127113, + "-": 0.9410754442214966 + }, + "id": "tp_9982" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1247781, + "label": "-", + "classification": { + "B": 6.328669996946701e-07, + "S": 5.719191520370259e-08, + "I": 4.620077106665121e-06, + "C": 5.242077804723522e-06, + "R": 1.713664346425503e-06, + "M": 0.00014460548118222505, + "O": 1.4113227734924294e-05, + "W": 3.6067046238486e-08, + "N": 1.0854645182689637e-08, + "Y": 0.000652990594971925, + "U": 6.610299863041291e-09, + "K": 6.422922749216298e-10, + "L": 1.4040171663509682e-05, + "G": 0.0006928471266292036, + "F": 0.0012145525543019176, + "E": 1.4040807627679897e-06, + "T": 0.00031845641206018627, + "P": 0.0013917697360739112, + "-": 0.9955428242683411 + }, + "id": "tp_9983" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1247881, + "label": "-", + "classification": { + "B": 3.127610881392684e-08, + "S": 4.5781513335896307e-07, + "I": 1.749066541378852e-06, + "C": 3.655336229257955e-07, + "R": 3.372640833276819e-07, + "M": 2.4617065719212405e-05, + "O": 3.69078702533443e-06, + "W": 6.909048266834361e-08, + "N": 4.1741007095197347e-08, + "Y": 0.0025332265067845583, + "U": 2.1890109724864715e-09, + "K": 1.2422300699199695e-07, + "L": 2.5328347419417696e-07, + "G": 3.119798930129036e-05, + "F": 0.0024896368850022554, + "E": 1.1375695976312272e-06, + "T": 0.0004988085711374879, + "P": 0.001413057092577219, + "-": 0.9930012226104736 + }, + "id": "tp_9984" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1248015, + "label": "-", + "classification": { + "B": 1.6831127140903845e-05, + "S": 2.121273791999556e-05, + "I": 0.00022086143144406378, + "C": 0.0001911868603201583, + "R": 0.00014494077186100185, + "M": 0.0024730036966502666, + "O": 0.00046972636482678354, + "W": 1.1882337275892496e-05, + "N": 5.101238912175177e-06, + "Y": 0.006034487392753363, + "U": 1.1515663800309994e-06, + "K": 1.1637403076747432e-06, + "L": 0.00019664365390781313, + "G": 0.0020870347507297993, + "F": 0.006056340876966715, + "E": 8.009743032744154e-05, + "T": 0.007034002803266048, + "P": 0.009766370058059692, + "-": 0.9651879668235779 + }, + "id": "tp_9985" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1248148, + "label": "-", + "classification": { + "B": 1.1679291311850193e-08, + "S": 3.2143287143071575e-08, + "I": 9.914152542478405e-06, + "C": 9.986327142996743e-08, + "R": 1.1098200047854334e-07, + "M": 0.0002590366348158568, + "O": 4.434885340742767e-06, + "W": 3.99847133181197e-09, + "N": 1.3113859331781441e-08, + "Y": 0.03013935498893261, + "U": 3.6543375964148694e-11, + "K": 4.2571038361138847e-10, + "L": 3.0684813623338414e-07, + "G": 0.0004688577610068023, + "F": 0.00016592469182796776, + "E": 1.1973569371548365e-06, + "T": 0.004676694516092539, + "P": 0.00044492128654383123, + "-": 0.9638290405273438 + }, + "id": "tp_9986" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1248282, + "label": "-", + "classification": { + "B": 3.4403939697114083e-09, + "S": 6.32886354434703e-10, + "I": 1.7654717794357566e-06, + "C": 8.079604754129832e-07, + "R": 4.179881685217879e-08, + "M": 4.492333118832903e-06, + "O": 2.2220841344733344e-07, + "W": 5.382189138813942e-10, + "N": 4.9698209991788644e-09, + "Y": 6.945460336282849e-05, + "U": 2.1921708892591596e-10, + "K": 1.6259518176298116e-09, + "L": 4.11476470674188e-08, + "G": 5.052048800280318e-05, + "F": 0.00043414306128397584, + "E": 1.8696065353651647e-06, + "T": 2.0652871171478182e-05, + "P": 0.0029548234306275845, + "-": 0.9964610934257507 + }, + "id": "tp_9987" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1248382, + "label": "-", + "classification": { + "B": 8.42884503526875e-07, + "S": 4.556729891191935e-06, + "I": 8.836589404381812e-05, + "C": 4.835960135096684e-05, + "R": 2.5290710254921578e-05, + "M": 0.001459936029277742, + "O": 0.00020457683422137052, + "W": 1.96425980902859e-06, + "N": 2.032542397500947e-06, + "Y": 0.005340168252587318, + "U": 2.844942628144054e-07, + "K": 5.442798283183947e-07, + "L": 5.103069270262495e-05, + "G": 0.0014559407718479633, + "F": 0.007576552219688892, + "E": 5.768792107119225e-05, + "T": 0.003358423011377454, + "P": 0.007008217740803957, + "-": 0.9733153581619263 + }, + "id": "tp_9988" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1248515, + "label": "-", + "classification": { + "B": 1.5198702740804038e-08, + "S": 3.6864566936856136e-06, + "I": 7.733584425295703e-06, + "C": 6.340718528008438e-07, + "R": 1.7143590014256915e-07, + "M": 0.0005226822686381638, + "O": 6.585932715097442e-05, + "W": 1.323536622521715e-07, + "N": 1.7401443130893313e-07, + "Y": 0.14558552205562592, + "U": 9.664669758935318e-11, + "K": 2.1780429904083576e-07, + "L": 1.0865701369766612e-06, + "G": 0.0022612931206822395, + "F": 0.0048518553376197815, + "E": 5.584035534411669e-06, + "T": 0.023017296567559242, + "P": 0.00027557514840736985, + "-": 0.8234003782272339 + }, + "id": "tp_9989" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1248649, + "label": "-", + "classification": { + "B": 2.756754111032933e-05, + "S": 0.00018106143397744745, + "I": 0.0004893775912933052, + "C": 0.00012225948739796877, + "R": 3.543748243828304e-05, + "M": 0.002602477790787816, + "O": 0.0005068234750069678, + "W": 4.3129530240548775e-05, + "N": 6.213832966750488e-05, + "Y": 0.008871123194694519, + "U": 5.057607722847024e-06, + "K": 0.00024815756478346884, + "L": 9.306095307692885e-05, + "G": 0.004745497368276119, + "F": 0.08581846207380295, + "E": 0.002470253501087427, + "T": 0.0047480277717113495, + "P": 0.044093746691942215, + "-": 0.844836413860321 + }, + "id": "tp_9990" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1248782, + "label": "-", + "classification": { + "B": 0.00012020680151181296, + "S": 4.248016557539813e-05, + "I": 0.00025716659729368985, + "C": 1.0911347999353893e-05, + "R": 4.696731593867298e-06, + "M": 0.0022869021631777287, + "O": 0.0003378141555003822, + "W": 1.1391544830985367e-05, + "N": 1.0969756658596452e-05, + "Y": 0.0008468012674711645, + "U": 3.8022508874746563e-07, + "K": 2.7245417300036934e-07, + "L": 0.00011249646922806278, + "G": 0.0008213907713070512, + "F": 0.0058130379766225815, + "E": 0.0008223133045248687, + "T": 0.001374384039081633, + "P": 0.1084255576133728, + "-": 0.8787007331848145 + }, + "id": "tp_9991" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1248882, + "label": "-", + "classification": { + "B": 1.8273608759500348e-07, + "S": 2.7457309315082057e-08, + "I": 1.4099086911301129e-05, + "C": 1.032249770105409e-06, + "R": 2.3981706931408553e-07, + "M": 0.0001230854686582461, + "O": 2.9628101856360445e-06, + "W": 1.572152008577632e-08, + "N": 3.0915099813455527e-08, + "Y": 0.0006945544155314565, + "U": 3.476751553321833e-09, + "K": 3.500466361217036e-09, + "L": 1.7810621102398727e-06, + "G": 0.00040462191100232303, + "F": 0.0014976558741182089, + "E": 1.9222159608034417e-05, + "T": 0.00018553034169599414, + "P": 0.008484993129968643, + "-": 0.9885699152946472 + }, + "id": "tp_9992" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1249016, + "label": "-", + "classification": { + "B": 7.765436748741195e-06, + "S": 1.5269855794031173e-05, + "I": 0.0008123774314299226, + "C": 7.042350625852123e-05, + "R": 3.73875918739941e-05, + "M": 0.0014693948905915022, + "O": 0.00037850861554034054, + "W": 1.8232538423035294e-05, + "N": 4.267390977474861e-05, + "Y": 0.016726309433579445, + "U": 4.164958681940334e-06, + "K": 3.222298983018845e-05, + "L": 3.170260970364325e-05, + "G": 0.0011499513639137149, + "F": 0.0036028032191097736, + "E": 0.0003328540187794715, + "T": 0.01021606381982565, + "P": 0.01624871790409088, + "-": 0.948803186416626 + }, + "id": "tp_9993" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1249149, + "label": "-", + "classification": { + "B": 1.865612730966859e-08, + "S": 9.41340871918328e-08, + "I": 3.5676152947416995e-06, + "C": 3.779419159855024e-07, + "R": 2.581248566002614e-07, + "M": 4.041654847242171e-06, + "O": 3.6975895909563405e-06, + "W": 5.313865614198221e-08, + "N": 6.5520559644483e-08, + "Y": 3.701020614244044e-05, + "U": 3.087370803456224e-09, + "K": 5.238188993672566e-09, + "L": 1.910675280214491e-07, + "G": 6.0461943576228805e-06, + "F": 0.00038519795634783804, + "E": 2.4348065608137404e-07, + "T": 9.610517008695751e-05, + "P": 0.02026502601802349, + "-": 0.9791978597640991 + }, + "id": "tp_9994" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1249283, + "label": "-", + "classification": { + "B": 6.449035971911599e-09, + "S": 3.582775676136407e-08, + "I": 1.0374301382398698e-06, + "C": 1.0045958021009938e-07, + "R": 3.4210174248983094e-08, + "M": 1.1125367564090993e-05, + "O": 2.155897391276085e-06, + "W": 7.047896044554136e-09, + "N": 3.934999170951414e-08, + "Y": 0.00040022231405600905, + "U": 1.1474452499271592e-09, + "K": 3.664172609774141e-08, + "L": 9.989000915311408e-08, + "G": 2.866372415155638e-05, + "F": 0.0008043158450163901, + "E": 2.570248852862278e-06, + "T": 0.00036957900738343596, + "P": 0.005893578752875328, + "-": 0.9924864768981934 + }, + "id": "tp_9995" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1249383, + "label": "-", + "classification": { + "B": 7.652769085098043e-09, + "S": 1.716587973987771e-07, + "I": 3.615149921643024e-07, + "C": 1.6774005473507714e-07, + "R": 3.6118745327939905e-08, + "M": 1.317811620538123e-05, + "O": 1.8338809013584978e-06, + "W": 2.9905535825491825e-08, + "N": 1.3630622852645047e-08, + "Y": 0.00032751692924648523, + "U": 1.2159006024248242e-09, + "K": 2.4206418203220892e-08, + "L": 1.7528365958696668e-07, + "G": 1.1117073881905526e-05, + "F": 0.0032698246650397778, + "E": 7.493315479223384e-07, + "T": 0.0003354369255248457, + "P": 0.0016276666428893805, + "-": 0.9944116473197937 + }, + "id": "tp_9996" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1249516, + "label": "-", + "classification": { + "B": 4.891747948931879e-07, + "S": 2.6274833544448484e-06, + "I": 0.00010521671356400475, + "C": 1.9177585272700526e-05, + "R": 4.54813471151283e-06, + "M": 0.0005581062287092209, + "O": 4.321158485254273e-05, + "W": 7.34441300664912e-07, + "N": 1.8558989722805563e-06, + "Y": 0.043937332928180695, + "U": 2.9494517050920876e-08, + "K": 2.261580675622099e-06, + "L": 4.0969980545924045e-06, + "G": 0.0026109248865395784, + "F": 0.005181699991226196, + "E": 0.0001281231816392392, + "T": 0.007489912677556276, + "P": 0.002599285449832678, + "-": 0.9373103380203247 + }, + "id": "tp_9997" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1249650, + "label": "-", + "classification": { + "B": 1.3104906884109369e-06, + "S": 6.532122824864928e-07, + "I": 3.944496711483225e-05, + "C": 3.0246963433455676e-05, + "R": 9.424084964848589e-06, + "M": 0.00021165554062463343, + "O": 3.422847657930106e-05, + "W": 4.2635372210497735e-07, + "N": 9.584042572896578e-07, + "Y": 0.0018657057080417871, + "U": 2.9555002356573823e-07, + "K": 2.816653079662501e-07, + "L": 1.4306552657217253e-05, + "G": 0.0005269942339509726, + "F": 0.0024605905637145042, + "E": 4.2135237890761346e-05, + "T": 0.0008427819702774286, + "P": 0.014876923523843288, + "-": 0.9790415167808533 + }, + "id": "tp_9998" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1249783, + "label": "-", + "classification": { + "B": 1.8290064645043458e-06, + "S": 7.415466825477779e-05, + "I": 0.002593264216557145, + "C": 0.00014347810065373778, + "R": 0.00013214495265856385, + "M": 0.002233786042779684, + "O": 0.0006508283549919724, + "W": 4.6661622036481276e-05, + "N": 0.000118053394544404, + "Y": 0.3772922158241272, + "U": 6.995985586399911e-07, + "K": 0.005572856403887272, + "L": 1.8126256691175513e-05, + "G": 0.021306917071342468, + "F": 0.029886238276958466, + "E": 0.0006818018155172467, + "T": 0.07544628530740738, + "P": 0.0019397210562601686, + "-": 0.4818609356880188 + }, + "id": "tp_9999" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1249883, + "label": "-", + "classification": { + "B": 7.1720251071383245e-06, + "S": 1.3246256003185408e-06, + "I": 7.263469797180733e-06, + "C": 1.810243702493608e-05, + "R": 1.8342715293329093e-06, + "M": 0.00014139414997771382, + "O": 4.034997255075723e-05, + "W": 1.1742964716177084e-06, + "N": 6.768455023120623e-07, + "Y": 0.0004532883467618376, + "U": 2.337367277505109e-07, + "K": 1.9766491732298164e-06, + "L": 5.291659817885375e-06, + "G": 0.0002507396275177598, + "F": 0.006778668612241745, + "E": 3.149206531816162e-05, + "T": 0.00030870363116264343, + "P": 0.016940249130129814, + "-": 0.9750100374221802 + }, + "id": "tp_10000" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1250017, + "label": "-", + "classification": { + "B": 5.518289981409907e-06, + "S": 3.9761252992320806e-05, + "I": 0.004111388698220253, + "C": 0.00011746978998417035, + "R": 4.5554690586868674e-05, + "M": 0.002014322206377983, + "O": 0.00028492326964624226, + "W": 1.9798861103481613e-05, + "N": 0.00014409111463464797, + "Y": 0.0160683486610651, + "U": 1.274805072171148e-06, + "K": 3.494778138701804e-05, + "L": 1.79931812454015e-05, + "G": 0.0008914179634302855, + "F": 0.007956325076520443, + "E": 0.0009668220882304013, + "T": 0.004709284286946058, + "P": 0.09257297962903976, + "-": 0.8699976801872253 + }, + "id": "tp_10001" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1250150, + "label": "-", + "classification": { + "B": 0.00017147604376077652, + "S": 0.00020796623721253127, + "I": 6.005568502587266e-05, + "C": 4.69331607746426e-05, + "R": 0.00011288180394330993, + "M": 0.00513845682144165, + "O": 0.003187374444678426, + "W": 5.015356873627752e-05, + "N": 2.712807372518e-06, + "Y": 0.01790306530892849, + "U": 2.651927957231237e-07, + "K": 1.4076201182433579e-07, + "L": 0.0014011500170454383, + "G": 0.008214359171688557, + "F": 0.022515375167131424, + "E": 2.812804996210616e-05, + "T": 0.01496130134910345, + "P": 0.0018005995079874992, + "-": 0.9241974949836731 + }, + "id": "tp_10002" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1250250, + "label": "-", + "classification": { + "B": 1.0724400453909766e-05, + "S": 0.00014446522982325405, + "I": 0.0011160230496898293, + "C": 0.0006364483269862831, + "R": 0.00031919663888402283, + "M": 0.006703972350805998, + "O": 0.002169751562178135, + "W": 7.811812974978238e-05, + "N": 8.36157996673137e-05, + "Y": 0.34494081139564514, + "U": 9.583096698406735e-07, + "K": 0.0007185435970313847, + "L": 0.00019537749176379293, + "G": 0.08475267142057419, + "F": 0.01786791905760765, + "E": 0.0016542886151000857, + "T": 0.07696948200464249, + "P": 0.0021374179050326347, + "-": 0.45950010418891907 + }, + "id": "tp_10003" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1250384, + "label": "-", + "classification": { + "B": 2.5436185069338535e-07, + "S": 6.263101113290759e-07, + "I": 3.5287681384943426e-05, + "C": 1.623157231733785e-06, + "R": 3.4942715387842327e-07, + "M": 9.322706318926066e-05, + "O": 8.750412234803662e-06, + "W": 3.7874437452956045e-07, + "N": 1.0180996241615503e-06, + "Y": 0.000670544512104243, + "U": 4.416075682911469e-08, + "K": 6.434983106373693e-07, + "L": 6.571909807462362e-07, + "G": 4.856023588217795e-05, + "F": 0.0021463094744831324, + "E": 0.00013042273349128664, + "T": 0.00021236388420220464, + "P": 0.048997748643159866, + "-": 0.9476511478424072 + }, + "id": "tp_10004" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1250517, + "label": "-", + "classification": { + "B": 4.056751947700832e-07, + "S": 9.882301128527615e-07, + "I": 4.022062785224989e-05, + "C": 1.2361639164737426e-05, + "R": 6.21842536929762e-06, + "M": 0.0004174312052782625, + "O": 4.472665750654414e-05, + "W": 5.126063911120582e-07, + "N": 4.0993765537677973e-07, + "Y": 0.0034564656671136618, + "U": 7.304009130848499e-08, + "K": 2.1917703918461484e-07, + "L": 1.572852852405049e-05, + "G": 0.0007881447090767324, + "F": 0.0038191743660718203, + "E": 3.592044595279731e-05, + "T": 0.0010948108974844217, + "P": 0.0057909064926207066, + "-": 0.9844751954078674 + }, + "id": "tp_10005" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1250651, + "label": "-", + "classification": { + "B": 1.2213709510433546e-07, + "S": 5.144635828457922e-09, + "I": 5.190155434320332e-07, + "C": 4.806309306104595e-08, + "R": 1.154095130573296e-08, + "M": 1.0341490451537538e-05, + "O": 1.1821366570075043e-06, + "W": 5.003930159119818e-09, + "N": 2.0576707004948958e-09, + "Y": 4.2897736420854926e-05, + "U": 1.6871971875165315e-10, + "K": 2.0894594388032317e-10, + "L": 1.5393761998439004e-07, + "G": 1.252171477972297e-05, + "F": 0.00026284190244041383, + "E": 1.3939206837676466e-06, + "T": 1.5275047189788893e-05, + "P": 0.003393076127395034, + "-": 0.9962596893310547 + }, + "id": "tp_10006" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1250751, + "label": "-", + "classification": { + "B": 1.4774690360042086e-09, + "S": 6.691261233982004e-08, + "I": 1.644003532419447e-05, + "C": 5.674533554156369e-08, + "R": 1.0170312947366256e-07, + "M": 7.666657620575279e-05, + "O": 2.135586100848741e-06, + "W": 1.3376779683937912e-08, + "N": 9.292057967513756e-08, + "Y": 0.004422727972269058, + "U": 8.267246331961076e-10, + "K": 2.150292210956195e-08, + "L": 1.1791537701810739e-07, + "G": 3.337342059239745e-05, + "F": 0.0010282669682055712, + "E": 1.4250798585635494e-06, + "T": 0.002415955066680908, + "P": 0.00476455595344305, + "-": 0.9872380495071411 + }, + "id": "tp_10007" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1250884, + "label": "-", + "classification": { + "B": 5.919134764553746e-07, + "S": 6.309966806838929e-07, + "I": 3.886638069161563e-07, + "C": 6.737823099456364e-08, + "R": 1.7872466173685098e-08, + "M": 9.272070019505918e-05, + "O": 1.1994516171398573e-05, + "W": 6.975412958354354e-08, + "N": 6.963246423907776e-09, + "Y": 9.898422285914421e-05, + "U": 4.323855995469472e-10, + "K": 3.342243148907187e-10, + "L": 2.4103028408717364e-06, + "G": 2.9973698474350385e-05, + "F": 0.0012304970296099782, + "E": 8.731403227102419e-07, + "T": 0.00019910818082280457, + "P": 0.0015371785266324878, + "-": 0.9967945218086243 + }, + "id": "tp_10008" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1251018, + "label": "-", + "classification": { + "B": 1.2569478258228628e-07, + "S": 4.302288289181888e-06, + "I": 9.918471732817125e-06, + "C": 1.0725651918619405e-05, + "R": 3.01529712487536e-06, + "M": 0.0004782188043463975, + "O": 8.621505548944697e-05, + "W": 8.713238912605448e-07, + "N": 5.811269261357666e-07, + "Y": 0.006997416727244854, + "U": 2.162814638495547e-08, + "K": 1.2730779417324811e-06, + "L": 8.485701073368546e-06, + "G": 0.0008780104690231383, + "F": 0.008070746436715126, + "E": 2.2754547899239697e-05, + "T": 0.006217215675860643, + "P": 0.00213707541115582, + "-": 0.9750729203224182 + }, + "id": "tp_10009" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1251151, + "label": "-", + "classification": { + "B": 3.55759226522423e-08, + "S": 1.3746323190844123e-07, + "I": 6.116371514508501e-05, + "C": 1.85312046596664e-06, + "R": 1.1190820714546135e-06, + "M": 1.2588270692504011e-05, + "O": 1.0725309948611539e-05, + "W": 2.2298850410606974e-07, + "N": 1.9720871478057234e-06, + "Y": 0.0004439160693436861, + "U": 9.608559281559792e-08, + "K": 7.695191470702412e-07, + "L": 2.944240122815245e-07, + "G": 3.040798765141517e-05, + "F": 0.0008107772446237504, + "E": 9.067181053978857e-06, + "T": 0.0006737347575835884, + "P": 0.043922536075115204, + "-": 0.9540185928344727 + }, + "id": "tp_10010" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1251251, + "label": "-", + "classification": { + "B": 7.050805947983463e-07, + "S": 3.8695333159921574e-07, + "I": 4.458557305042632e-05, + "C": 7.481036391254747e-06, + "R": 3.067732222916675e-06, + "M": 0.0003999787732027471, + "O": 2.6550211259745993e-05, + "W": 2.3294057882594643e-07, + "N": 5.555244229071832e-07, + "Y": 0.0029184366576373577, + "U": 1.091347883175331e-07, + "K": 8.016853314529726e-08, + "L": 8.10659821581794e-06, + "G": 0.0004809949896298349, + "F": 0.001874694018624723, + "E": 2.4859380573616363e-05, + "T": 0.0021668763365596533, + "P": 0.0101156085729599, + "-": 0.9819267392158508 + }, + "id": "tp_10011" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1251385, + "label": "-", + "classification": { + "B": 1.502566293609675e-09, + "S": 4.756973925879038e-09, + "I": 1.1622693136814632e-06, + "C": 3.092142719651747e-08, + "R": 2.902499129930902e-09, + "M": 5.984567224004422e-07, + "O": 2.3743409371945745e-07, + "W": 2.3231665480238917e-09, + "N": 1.8816207258964823e-08, + "Y": 5.153307938599028e-06, + "U": 1.8093590514745017e-10, + "K": 2.5128560343645745e-10, + "L": 4.02595690118801e-09, + "G": 6.127872893557651e-07, + "F": 9.142022463493049e-05, + "E": 4.970814870830509e-07, + "T": 1.3441484043141827e-05, + "P": 0.09095701575279236, + "-": 0.9089298248291016 + }, + "id": "tp_10012" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1251518, + "label": "-", + "classification": { + "B": 5.987360509607242e-06, + "S": 0.00010680859122658148, + "I": 3.531618131091818e-05, + "C": 8.772438491178036e-07, + "R": 6.597688752663089e-06, + "M": 0.026240406557917595, + "O": 0.002627386013045907, + "W": 6.3767770370759536e-06, + "N": 2.239470120457554e-07, + "Y": 0.0744355097413063, + "U": 8.113593130687491e-10, + "K": 1.0162414909586914e-08, + "L": 0.00017135519010480493, + "G": 0.003592700930312276, + "F": 0.002294194186106324, + "E": 3.2892833132791566e-06, + "T": 0.03300943970680237, + "P": 0.00013691351341549307, + "-": 0.8573265075683594 + }, + "id": "tp_10013" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1251652, + "label": "-", + "classification": { + "B": 8.543486984535775e-08, + "S": 1.286292786062404e-06, + "I": 5.179191475690459e-07, + "C": 2.2271274247032125e-06, + "R": 5.383966481531388e-07, + "M": 0.00016683165449649096, + "O": 2.026391121034976e-05, + "W": 8.487420188885153e-08, + "N": 1.252990955435962e-08, + "Y": 0.0033897741232067347, + "U": 2.1082074974643206e-10, + "K": 5.880633580090944e-08, + "L": 3.61949673788331e-06, + "G": 0.0009103611228056252, + "F": 0.02196396142244339, + "E": 4.1290286389994435e-06, + "T": 0.0009437953121960163, + "P": 0.0002547596232034266, + "-": 0.9723376631736755 + }, + "id": "tp_10014" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1251752, + "label": "-", + "classification": { + "B": 2.792812665575184e-05, + "S": 0.0005692357080988586, + "I": 0.0008186116465367377, + "C": 1.610425897524692e-05, + "R": 5.3690750064561144e-05, + "M": 0.020952580496668816, + "O": 0.006209234241396189, + "W": 6.160408520372584e-05, + "N": 1.5965075363055803e-05, + "Y": 0.14467748999595642, + "U": 5.284103110625438e-08, + "K": 9.188728995468409e-07, + "L": 0.00028237979859113693, + "G": 0.0054239570163190365, + "F": 0.004430835135281086, + "E": 8.903707566787489e-06, + "T": 0.17307735979557037, + "P": 0.0005276892334222794, + "-": 0.6428455114364624 + }, + "id": "tp_10015" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1251885, + "label": "-", + "classification": { + "B": 0.00043243926484137774, + "S": 0.0008175871917046607, + "I": 0.00171069020871073, + "C": 0.00026643602177500725, + "R": 0.0001460720377508551, + "M": 0.010062403976917267, + "O": 0.00335512007586658, + "W": 0.00030866204178892076, + "N": 0.00015264921239577234, + "Y": 0.00938468612730503, + "U": 1.2576829249155708e-05, + "K": 1.280357173527591e-05, + "L": 0.0007898267358541489, + "G": 0.002601827494800091, + "F": 0.015986070036888123, + "E": 0.0009167752577923238, + "T": 0.013003859668970108, + "P": 0.0510038286447525, + "-": 0.8890357613563538 + }, + "id": "tp_10016" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1252019, + "label": "-", + "classification": { + "B": 6.089392741159827e-07, + "S": 1.0903186193900183e-05, + "I": 9.395428787684068e-05, + "C": 1.2601251000887714e-05, + "R": 8.721201083972119e-06, + "M": 0.0011045184219256043, + "O": 0.00033372867619618773, + "W": 2.9471173093043035e-06, + "N": 2.0020997908432037e-06, + "Y": 0.14992883801460266, + "U": 1.3290224032402875e-08, + "K": 5.079994593870651e-07, + "L": 1.2204772247059736e-05, + "G": 0.0030245932284742594, + "F": 0.00544001953676343, + "E": 1.8363727576797828e-05, + "T": 0.015901274979114532, + "P": 0.0009466300834901631, + "-": 0.8231574892997742 + }, + "id": "tp_10017" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1252152, + "label": "-", + "classification": { + "B": 7.310756586775824e-07, + "S": 9.023422080645105e-07, + "I": 5.0901402573799714e-05, + "C": 3.350028691784246e-06, + "R": 3.0717912977706874e-06, + "M": 0.0001754662807798013, + "O": 2.879554631363135e-05, + "W": 2.7526075996320287e-07, + "N": 6.472006930380303e-07, + "Y": 0.0016106752445921302, + "U": 5.214813469933688e-08, + "K": 1.5734057967620174e-07, + "L": 3.4038616831821855e-06, + "G": 0.0003130370459984988, + "F": 0.0015222301008179784, + "E": 6.668017249467084e-06, + "T": 0.0019233040511608124, + "P": 0.00914323702454567, + "-": 0.9852131009101868 + }, + "id": "tp_10018" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1252252, + "label": "-", + "classification": { + "B": 6.298375154756286e-08, + "S": 2.1403377559181536e-07, + "I": 1.7841235603555106e-05, + "C": 3.4595967690620455e-07, + "R": 2.0786688992302516e-07, + "M": 0.0004234813095536083, + "O": 3.67043940059375e-05, + "W": 1.6568446170595053e-08, + "N": 8.661723782665831e-09, + "Y": 0.194827601313591, + "U": 7.094295637055659e-12, + "K": 5.6941344001026906e-12, + "L": 1.6085267589005525e-06, + "G": 0.0012709267903119326, + "F": 5.607811181107536e-05, + "E": 5.5229786966037864e-08, + "T": 0.04381071776151657, + "P": 1.941048503795173e-05, + "-": 0.7595347166061401 + }, + "id": "tp_10019" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1252386, + "label": "-", + "classification": { + "B": 2.3811119831407268e-07, + "S": 6.819691407145001e-06, + "I": 9.566241351421922e-05, + "C": 3.0178231099853292e-05, + "R": 1.6649733879603446e-05, + "M": 0.0010095903417095542, + "O": 0.00012701524246949703, + "W": 1.385158270750253e-06, + "N": 1.7273658841077122e-06, + "Y": 0.037338774651288986, + "U": 1.6970487237699672e-08, + "K": 1.9643632640509168e-06, + "L": 6.288229087658692e-06, + "G": 0.0017519121756777167, + "F": 0.0029615326784551144, + "E": 6.114522693678737e-05, + "T": 0.010207310318946838, + "P": 0.0015812632627785206, + "-": 0.9448005557060242 + }, + "id": "tp_10020" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1252519, + "label": "-", + "classification": { + "B": 6.765172867436234e-14, + "S": 1.0196307687060369e-10, + "I": 3.389442199130954e-11, + "C": 1.7438496868749098e-08, + "R": 9.647347809504936e-09, + "M": 2.665856845851522e-05, + "O": 6.070017093406932e-07, + "W": 5.923190323636751e-12, + "N": 7.305940385006829e-15, + "Y": 0.004747928585857153, + "U": 6.824024986603215e-17, + "K": 1.2302113825925958e-15, + "L": 3.5867344649886945e-07, + "G": 0.00010687240865081549, + "F": 0.00019712900393642485, + "E": 1.0366001459982677e-11, + "T": 0.0002256199368275702, + "P": 1.9544424745276956e-08, + "-": 0.9946947693824768 + }, + "id": "tp_10021" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1252653, + "label": "-", + "classification": { + "B": 2.5054030174942454e-06, + "S": 2.058511427094345e-06, + "I": 0.0002910585899371654, + "C": 1.4012475730851293e-05, + "R": 1.9243602764618117e-06, + "M": 0.00020027230493724346, + "O": 4.049875133205205e-05, + "W": 2.0857698928011814e-06, + "N": 1.2799720934708603e-05, + "Y": 0.0007223254651762545, + "U": 5.600912800218794e-07, + "K": 6.474651286225708e-07, + "L": 5.974819941911846e-06, + "G": 0.00012049324141116813, + "F": 0.001332006766460836, + "E": 0.00047989250742830336, + "T": 0.0006506982608698308, + "P": 0.1569831818342209, + "-": 0.8391369581222534 + }, + "id": "tp_10022" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1252753, + "label": "-", + "classification": { + "B": 7.177305150207758e-08, + "S": 6.651892476838839e-07, + "I": 1.2133633617850137e-06, + "C": 1.0802859833347611e-05, + "R": 3.391521886442206e-06, + "M": 5.4242256737779826e-05, + "O": 2.241735091956798e-05, + "W": 3.2869576216398855e-07, + "N": 1.0754905588328256e-07, + "Y": 0.0010386250214651227, + "U": 2.5619502963536434e-08, + "K": 4.798379791282059e-07, + "L": 3.2594959975540405e-06, + "G": 0.00012620256165973842, + "F": 0.004753989167511463, + "E": 5.470312316901982e-06, + "T": 0.00043326031300239265, + "P": 0.0033147274516522884, + "-": 0.9902307391166687 + }, + "id": "tp_10023" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1252886, + "label": "-", + "classification": { + "B": 1.7367327700412716e-06, + "S": 7.360686140600592e-07, + "I": 7.308436033781618e-05, + "C": 1.4185910004016478e-05, + "R": 2.3502184376411606e-06, + "M": 0.00038848252734169364, + "O": 2.9346356313908473e-05, + "W": 4.193161089460773e-07, + "N": 8.007952487787406e-07, + "Y": 0.003614067565649748, + "U": 5.568197281036191e-08, + "K": 2.84062963373799e-07, + "L": 4.050455572723877e-06, + "G": 0.0004539082001429051, + "F": 0.0006511019309982657, + "E": 5.760123167419806e-05, + "T": 0.0017020609229803085, + "P": 0.007333011832088232, + "-": 0.9856727123260498 + }, + "id": "tp_10024" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1253020, + "label": "-", + "classification": { + "B": 6.756946731911739e-06, + "S": 1.7399352145730518e-05, + "I": 1.5588111637043767e-05, + "C": 2.9993950647622114e-06, + "R": 4.233376330375904e-06, + "M": 0.002324872650206089, + "O": 0.0006917556165717542, + "W": 3.380959924470517e-06, + "N": 1.936299156568566e-07, + "Y": 0.0048213861882686615, + "U": 6.720587641950715e-09, + "K": 7.218063480252113e-09, + "L": 7.631105836480856e-05, + "G": 0.0007887889514677227, + "F": 0.0006699627847410738, + "E": 2.419449856461142e-06, + "T": 0.005826460663229227, + "P": 0.0004967095446772873, + "-": 0.9842506647109985 + }, + "id": "tp_10025" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1253153, + "label": "-", + "classification": { + "B": 4.5520984204294734e-10, + "S": 1.299532287335481e-10, + "I": 2.117915016697225e-07, + "C": 2.7934945023844193e-07, + "R": 2.0259294686297835e-08, + "M": 4.923354481434217e-06, + "O": 1.111516709784155e-07, + "W": 1.639829383393021e-10, + "N": 7.963151804624147e-10, + "Y": 5.658934242092073e-05, + "U": 1.18560966599901e-10, + "K": 1.7172387123398636e-10, + "L": 2.2465151516826154e-08, + "G": 7.067009391903412e-06, + "F": 8.71968295541592e-05, + "E": 6.26054827534972e-07, + "T": 2.593538556538988e-05, + "P": 0.001790164620615542, + "-": 0.9980267882347107 + }, + "id": "tp_10026" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1253253, + "label": "-", + "classification": { + "B": 9.301844329456799e-06, + "S": 5.1516180974431336e-05, + "I": 0.0003473485994618386, + "C": 0.0017206075135618448, + "R": 0.0006325494614429772, + "M": 0.006825277116149664, + "O": 0.0007702151197008789, + "W": 3.558905518730171e-05, + "N": 9.397473149874713e-06, + "Y": 0.04462414234876633, + "U": 2.7551425318961265e-06, + "K": 8.93482138053514e-06, + "L": 0.0005408664001151919, + "G": 0.010264873504638672, + "F": 0.03072521649301052, + "E": 0.00012147387315053493, + "T": 0.023502402007579803, + "P": 0.0026348577812314034, + "-": 0.8771727085113525 + }, + "id": "tp_10027" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1253387, + "label": "-", + "classification": { + "B": 5.725614982132754e-10, + "S": 1.875295696507351e-09, + "I": 2.7668463076224725e-07, + "C": 8.537352158555223e-08, + "R": 2.189071857117142e-08, + "M": 2.6743637704385037e-07, + "O": 1.4760988165107847e-07, + "W": 1.3172074542211476e-09, + "N": 5.753819198872634e-09, + "Y": 6.356441008392721e-05, + "U": 1.275984984339118e-09, + "K": 6.145812392333028e-08, + "L": 7.189236761462325e-09, + "G": 2.802953986247303e-06, + "F": 0.0007991440361365676, + "E": 1.1356565465803214e-07, + "T": 2.1765972633147612e-05, + "P": 0.0036162622272968292, + "-": 0.9954955577850342 + }, + "id": "tp_10028" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1253520, + "label": "-", + "classification": { + "B": 6.1562741571208335e-09, + "S": 2.799191101132692e-09, + "I": 7.209460363810649e-06, + "C": 4.7165364946977206e-08, + "R": 1.1424473811416647e-08, + "M": 2.1735738755523926e-06, + "O": 3.2953073514363496e-07, + "W": 4.005482612257083e-09, + "N": 4.727641922386283e-08, + "Y": 7.911834836704656e-05, + "U": 1.0552875240321669e-09, + "K": 5.976285244457813e-09, + "L": 1.7380417105528068e-08, + "G": 5.152025096322177e-06, + "F": 0.00012973211414646357, + "E": 3.7626793982781237e-06, + "T": 4.2057243263116106e-05, + "P": 0.04938500002026558, + "-": 0.9503452181816101 + }, + "id": "tp_10029" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1253654, + "label": "-", + "classification": { + "B": 2.9744196439196458e-08, + "S": 1.2637981399166165e-06, + "I": 6.32755381957395e-06, + "C": 2.224805484729586e-06, + "R": 9.11781739887374e-07, + "M": 0.0010732674272730947, + "O": 4.371678369352594e-05, + "W": 1.289746478505549e-07, + "N": 1.3010701138682634e-07, + "Y": 0.06755141913890839, + "U": 9.501354147900543e-10, + "K": 1.3778652885321208e-07, + "L": 3.959274181397632e-06, + "G": 0.0013119458453729749, + "F": 0.006756445858627558, + "E": 1.6190380847547203e-05, + "T": 0.010935922153294086, + "P": 0.00045844627311453223, + "-": 0.911837637424469 + }, + "id": "tp_10030" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1253754, + "label": "-", + "classification": { + "B": 7.285177161975298e-06, + "S": 1.5648703993065283e-05, + "I": 0.00039771394222043455, + "C": 5.592836532741785e-05, + "R": 3.9524882595287636e-05, + "M": 0.0034900072496384382, + "O": 0.0004531163431238383, + "W": 1.3281060091685504e-05, + "N": 9.908710126182996e-06, + "Y": 0.006704514380544424, + "U": 9.681256187832332e-07, + "K": 1.410778850186034e-06, + "L": 9.05771303223446e-05, + "G": 0.0010519102215766907, + "F": 0.003464033594354987, + "E": 7.551060116384178e-05, + "T": 0.010874725878238678, + "P": 0.01259167492389679, + "-": 0.960662305355072 + }, + "id": "tp_10031" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1253887, + "label": "-", + "classification": { + "B": 5.376833911441281e-08, + "S": 6.665172236353101e-08, + "I": 2.7660075829771813e-06, + "C": 6.764199156350514e-07, + "R": 4.3998193177685607e-07, + "M": 2.4024993763305247e-05, + "O": 4.192037977190921e-06, + "W": 2.7711058336876704e-08, + "N": 3.16612087658541e-08, + "Y": 0.0004072602023370564, + "U": 4.507436202061399e-09, + "K": 3.6342548970225153e-09, + "L": 7.716637355770217e-07, + "G": 5.8198820624966174e-05, + "F": 0.0006462694727815688, + "E": 1.0738100399976247e-06, + "T": 0.00037538984906859696, + "P": 0.010323567315936089, + "-": 0.9881551265716553 + }, + "id": "tp_10032" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1254021, + "label": "-", + "classification": { + "B": 1.9970904929778044e-08, + "S": 1.0161062391489395e-06, + "I": 0.0005266065709292889, + "C": 5.363805826164025e-07, + "R": 5.023733820053167e-07, + "M": 0.000622666731942445, + "O": 2.727663013502024e-05, + "W": 2.0650794851917453e-07, + "N": 3.981333065894432e-06, + "Y": 0.022450702264904976, + "U": 2.104359797527877e-09, + "K": 4.926711767438974e-07, + "L": 1.6394947977005359e-07, + "G": 0.00011424575495766476, + "F": 0.0001980931410798803, + "E": 2.7983060135738924e-05, + "T": 0.01176983118057251, + "P": 0.003931290004402399, + "-": 0.9603243470191956 + }, + "id": "tp_10033" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1254154, + "label": "-", + "classification": { + "B": 8.022851147870824e-07, + "S": 8.04577302915277e-06, + "I": 2.9556109438999556e-05, + "C": 3.3579167393327225e-06, + "R": 4.592534878611332e-06, + "M": 0.00018755151540972292, + "O": 0.00014634216495323926, + "W": 2.877895212805015e-06, + "N": 7.536246471318009e-07, + "Y": 0.006595495156943798, + "U": 2.4038214974098082e-08, + "K": 1.653389745115419e-06, + "L": 7.251800070662284e-06, + "G": 0.0005752149736508727, + "F": 0.006396622397005558, + "E": 8.205838639696594e-06, + "T": 0.0021851947531104088, + "P": 0.0021532007958739996, + "-": 0.9816932678222656 + }, + "id": "tp_10034" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1254254, + "label": "-", + "classification": { + "B": 7.716672371316236e-06, + "S": 2.2156626073410735e-05, + "I": 0.002883727429434657, + "C": 0.00014991630450822413, + "R": 4.336530400905758e-05, + "M": 0.0009190636337734759, + "O": 0.0002821313391905278, + "W": 1.2080920896551106e-05, + "N": 9.486850467510521e-05, + "Y": 0.024394556879997253, + "U": 1.4138574897515355e-06, + "K": 3.263429243816063e-05, + "L": 2.1100686353747733e-05, + "G": 0.0022273457143455744, + "F": 0.00620987406000495, + "E": 0.0004947530687786639, + "T": 0.008418265730142593, + "P": 0.0653485432267189, + "-": 0.8884366154670715 + }, + "id": "tp_10035" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1254388, + "label": "-", + "classification": { + "B": 8.705524123797659e-08, + "S": 3.469371279152256e-07, + "I": 2.9194842454671743e-07, + "C": 7.228967291439403e-08, + "R": 4.373264417267819e-08, + "M": 0.00017555990780238062, + "O": 2.6632171284290962e-05, + "W": 3.7881179082432936e-08, + "N": 1.023315654435919e-09, + "Y": 0.0002480740658938885, + "U": 2.7479027733812167e-11, + "K": 7.600325924173035e-11, + "L": 2.629195478220936e-06, + "G": 5.8269171859137714e-05, + "F": 0.00025098799960687757, + "E": 2.866827628622559e-07, + "T": 0.0002085085870930925, + "P": 0.0002173255488742143, + "-": 0.998810887336731 + }, + "id": "tp_10036" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1254521, + "label": "-", + "classification": { + "B": 4.592298452621435e-08, + "S": 1.7058480850096203e-08, + "I": 1.1512668862678765e-07, + "C": 6.448532019476261e-08, + "R": 1.070820498938474e-08, + "M": 5.116205102240201e-06, + "O": 5.885574410058325e-07, + "W": 4.407523679361702e-09, + "N": 1.8071544261033523e-09, + "Y": 7.175169594120234e-05, + "U": 1.1566222979375596e-10, + "K": 3.828739103539647e-09, + "L": 5.937301494896019e-08, + "G": 2.5253044441342354e-05, + "F": 0.0021873456425964832, + "E": 1.1998444051641854e-06, + "T": 2.14180054172175e-05, + "P": 0.0029323589988052845, + "-": 0.9947545528411865 + }, + "id": "tp_10037" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1254655, + "label": "-", + "classification": { + "B": 0.0004008695250377059, + "S": 0.003315126756206155, + "I": 0.01562408171594143, + "C": 0.0013685583835467696, + "R": 0.0007527193520218134, + "M": 0.007283620536327362, + "O": 0.006910559721291065, + "W": 0.0017281919717788696, + "N": 0.005637166555970907, + "Y": 0.18816670775413513, + "U": 0.00011016046482836828, + "K": 0.0750238373875618, + "L": 0.00034345805761404335, + "G": 0.037723880261182785, + "F": 0.06769309937953949, + "E": 0.014966828748583794, + "T": 0.06165746971964836, + "P": 0.047760628163814545, + "-": 0.4635331332683563 + }, + "id": "tp_10038" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1254755, + "label": "-", + "classification": { + "B": 4.259476042989263e-07, + "S": 3.616899491021286e-08, + "I": 7.234148142742924e-06, + "C": 9.507639333605766e-06, + "R": 2.6303296181140468e-06, + "M": 6.0025122365914285e-05, + "O": 1.679148044786416e-05, + "W": 8.436614251650099e-08, + "N": 3.9765794213053596e-08, + "Y": 0.00034408801002427936, + "U": 1.0260496452474399e-08, + "K": 6.979612443558381e-10, + "L": 3.904342975147301e-06, + "G": 9.094086271943524e-05, + "F": 0.00015129768871702254, + "E": 1.3062031030131038e-06, + "T": 0.0001317553105764091, + "P": 0.005134470760822296, + "-": 0.9940454959869385 + }, + "id": "tp_10039" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1254888, + "label": "-", + "classification": { + "B": 9.416267765516295e-11, + "S": 2.623318007266562e-09, + "I": 3.6547000092923554e-08, + "C": 4.244615325887935e-08, + "R": 1.2253577708065677e-08, + "M": 5.931052510277368e-05, + "O": 1.1558595360838808e-06, + "W": 3.652953772803613e-10, + "N": 7.577665578351045e-11, + "Y": 0.006022195797413588, + "U": 1.4213556547015838e-12, + "K": 2.342205075722692e-11, + "L": 1.0273032557961415e-07, + "G": 5.808380956295878e-05, + "F": 0.00021894714154768735, + "E": 3.962782813005106e-08, + "T": 0.0006885851616971195, + "P": 1.6761001461418346e-05, + "-": 0.9929348826408386 + }, + "id": "tp_10040" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1255022, + "label": "-", + "classification": { + "B": 1.5535532327248802e-07, + "S": 7.408647775264399e-07, + "I": 2.7472729016153608e-06, + "C": 9.612235771783162e-06, + "R": 5.958795100013958e-06, + "M": 0.00020075685461051762, + "O": 5.931956911808811e-05, + "W": 2.8903485826958786e-07, + "N": 1.7203458213543854e-08, + "Y": 0.0025898802559822798, + "U": 1.721910836138818e-09, + "K": 6.2163283409688574e-09, + "L": 1.5560932297375984e-05, + "G": 0.0004962017992511392, + "F": 0.0019382257014513016, + "E": 7.653050602129952e-07, + "T": 0.0006388957262970507, + "P": 0.00021558062871918082, + "-": 0.9938253164291382 + }, + "id": "tp_10041" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1255155, + "label": "-", + "classification": { + "B": 8.394472388317809e-07, + "S": 1.5857170865274384e-06, + "I": 0.00012974253331776708, + "C": 1.588771010574419e-05, + "R": 1.5098850781214423e-05, + "M": 0.0020313377026468515, + "O": 7.751108205411583e-05, + "W": 8.393159305342124e-07, + "N": 1.7595208419152186e-06, + "Y": 0.017848210409283638, + "U": 1.450705156003096e-07, + "K": 5.391730724113586e-07, + "L": 1.929009704326745e-05, + "G": 0.001199612277559936, + "F": 0.0030430934857577085, + "E": 5.695258732885122e-05, + "T": 0.011037464253604412, + "P": 0.004218650050461292, + "-": 0.960301399230957 + }, + "id": "tp_10042" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1255255, + "label": "-", + "classification": { + "B": 2.6709975031735667e-07, + "S": 5.4808108274073675e-08, + "I": 2.1709796271807136e-07, + "C": 7.443480853908113e-08, + "R": 9.566317515918854e-08, + "M": 0.0001580136304255575, + "O": 1.5369218090199865e-05, + "W": 4.966375310999638e-09, + "N": 1.179308734000628e-10, + "Y": 0.0008858856162987649, + "U": 2.2148613238598402e-12, + "K": 5.18790400721135e-14, + "L": 9.62693229666911e-06, + "G": 0.00016069173580035567, + "F": 7.268283661687747e-05, + "E": 8.674680529452417e-09, + "T": 0.0006781563279218972, + "P": 2.2032780179870315e-05, + "-": 0.9979967474937439 + }, + "id": "tp_10043" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1255389, + "label": "-", + "classification": { + "B": 4.938232223139494e-08, + "S": 1.0151571672167847e-07, + "I": 5.145790782989934e-05, + "C": 4.049342351208907e-06, + "R": 1.9335943761689123e-06, + "M": 0.00013370199303608388, + "O": 9.950922503776383e-06, + "W": 7.988405315018099e-08, + "N": 6.457739800680429e-07, + "Y": 0.013268992304801941, + "U": 9.855839699923763e-09, + "K": 1.4406347759177152e-07, + "L": 6.142638540040934e-07, + "G": 0.0003098772431258112, + "F": 0.0008037193911150098, + "E": 3.122148700640537e-05, + "T": 0.0024356862995773554, + "P": 0.006684625055640936, + "-": 0.9762631058692932 + }, + "id": "tp_10044" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1255522, + "label": "-", + "classification": { + "B": 3.8049240203008594e-08, + "S": 7.555745895615473e-08, + "I": 2.654505351529224e-06, + "C": 4.35428091805079e-07, + "R": 8.424511577231897e-08, + "M": 2.6060901291202754e-05, + "O": 2.589035602795775e-06, + "W": 1.5403339048702946e-08, + "N": 8.644780535860264e-08, + "Y": 0.0004536042979452759, + "U": 2.1012456219438036e-09, + "K": 8.955914410080368e-08, + "L": 1.4547049431712367e-07, + "G": 5.440469612949528e-05, + "F": 0.0014989306218922138, + "E": 2.3528597012045793e-05, + "T": 0.00011120372073492035, + "P": 0.008295191451907158, + "-": 0.9895306825637817 + }, + "id": "tp_10045" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1255656, + "label": "-", + "classification": { + "B": 6.904121718775968e-10, + "S": 9.999067351884605e-09, + "I": 1.9011160929949256e-06, + "C": 5.566567438108905e-07, + "R": 2.208847007523218e-07, + "M": 3.427438787184656e-05, + "O": 1.7315092009084765e-06, + "W": 6.061480206653869e-09, + "N": 9.576565318525354e-09, + "Y": 0.0013192875776439905, + "U": 1.1059216875608513e-09, + "K": 3.3234068830267915e-09, + "L": 3.974465414557926e-07, + "G": 6.753743946319446e-05, + "F": 0.0017082751728594303, + "E": 7.485293167519558e-07, + "T": 0.0002912109193857759, + "P": 0.0018560986500233412, + "-": 0.9947177767753601 + }, + "id": "tp_10046" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1255756, + "label": "-", + "classification": { + "B": 1.863343470631662e-07, + "S": 1.5071731240823283e-06, + "I": 7.319844007724896e-05, + "C": 2.3495551431551576e-05, + "R": 2.9678876671823673e-05, + "M": 0.0009931252570822835, + "O": 7.373554399237037e-05, + "W": 1.7954538407138898e-06, + "N": 1.0010967343987431e-06, + "Y": 0.03162148967385292, + "U": 4.1645884607532935e-07, + "K": 6.92917865308118e-07, + "L": 1.478866943216417e-05, + "G": 0.0004755259433295578, + "F": 0.0012512428220361471, + "E": 3.833301889244467e-06, + "T": 0.014717907644808292, + "P": 0.001321897143498063, + "-": 0.9493945240974426 + }, + "id": "tp_10047" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1255889, + "label": "-", + "classification": { + "B": 1.2752184375131037e-06, + "S": 5.487489943334367e-06, + "I": 5.169932592252735e-06, + "C": 2.464342969688005e-06, + "R": 2.6175118819082854e-06, + "M": 0.0014329779660329223, + "O": 0.000277878250926733, + "W": 1.2482657893997384e-06, + "N": 5.337743047562071e-08, + "Y": 0.007076981011778116, + "U": 2.2126458443239017e-09, + "K": 1.2258171366852366e-08, + "L": 4.271239595254883e-05, + "G": 0.0008105206652544439, + "F": 0.0015544574707746506, + "E": 1.950984596987837e-06, + "T": 0.0033743525855243206, + "P": 0.00025561044458299875, + "-": 0.9851542115211487 + }, + "id": "tp_10048" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1256023, + "label": "-", + "classification": { + "B": 3.4298640316787754e-11, + "S": 1.2171375018965591e-08, + "I": 1.6468160879412608e-07, + "C": 2.379999530788268e-09, + "R": 9.094520692087826e-10, + "M": 4.1628842950558465e-07, + "O": 1.3267035114949977e-07, + "W": 3.453486385751603e-09, + "N": 6.1075460244808255e-09, + "Y": 0.0003107489028479904, + "U": 2.6830678304112787e-11, + "K": 9.416933153261198e-07, + "L": 5.673322922561397e-10, + "G": 2.7848257104778895e-06, + "F": 0.004790745209902525, + "E": 8.968475526671682e-07, + "T": 7.539922808064148e-05, + "P": 0.0013183705741539598, + "-": 0.9934993982315063 + }, + "id": "tp_10049" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1256156, + "label": "-", + "classification": { + "B": 1.4100664884608705e-06, + "S": 0.0002715082955546677, + "I": 0.00012422188592609018, + "C": 1.0091812328028027e-06, + "R": 2.758736400210182e-06, + "M": 0.0013755062827840447, + "O": 0.0012167259119451046, + "W": 1.120438173529692e-05, + "N": 2.219604766651173e-06, + "Y": 0.014578741043806076, + "U": 7.594410655897832e-10, + "K": 1.6685628168033872e-07, + "L": 3.249180372222327e-05, + "G": 0.001506482600234449, + "F": 0.0299440398812294, + "E": 1.112352947529871e-05, + "T": 0.008573371917009354, + "P": 0.00261729140765965, + "-": 0.9397298097610474 + }, + "id": "tp_10050" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1256256, + "label": "-", + "classification": { + "B": 1.689904706836387e-06, + "S": 3.91752109862864e-06, + "I": 0.00028777270927093923, + "C": 9.594427865522448e-06, + "R": 3.3986225389526226e-06, + "M": 0.0005649565136991441, + "O": 4.952539165969938e-05, + "W": 1.93535788639565e-06, + "N": 8.551921382604633e-06, + "Y": 0.025825658813118935, + "U": 1.1366184793359935e-07, + "K": 3.350991755723953e-05, + "L": 2.8194278911541915e-06, + "G": 0.0017303964123129845, + "F": 0.01226376835256815, + "E": 0.0007922883960418403, + "T": 0.00522843049839139, + "P": 0.01438787579536438, + "-": 0.9388039112091064 + }, + "id": "tp_10051" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1256390, + "label": "-", + "classification": { + "B": 5.6617579957674025e-08, + "S": 9.426769054243778e-08, + "I": 1.1517845450725872e-05, + "C": 7.791368261678144e-07, + "R": 2.4154562083822384e-07, + "M": 1.6266714737867005e-05, + "O": 4.14696614825516e-06, + "W": 4.873651704428994e-08, + "N": 3.8760154552619497e-07, + "Y": 0.0003623915836215019, + "U": 1.3216705951890617e-08, + "K": 5.6963219918770847e-08, + "L": 2.0676773715422314e-07, + "G": 3.563856807886623e-05, + "F": 0.0007531472947448492, + "E": 9.742596375872381e-06, + "T": 0.00021161368931643665, + "P": 0.05255238711833954, + "-": 0.9460413455963135 + }, + "id": "tp_10052" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1256523, + "label": "-", + "classification": { + "B": 4.279407221474685e-06, + "S": 5.014407634007512e-06, + "I": 6.46801054244861e-05, + "C": 0.0002908128662966192, + "R": 4.302891466068104e-05, + "M": 0.0014112272765487432, + "O": 0.000207304852665402, + "W": 1.6506675137861748e-06, + "N": 2.1520386326301377e-06, + "Y": 0.005810328293591738, + "U": 6.835666681581642e-07, + "K": 2.8273112206989026e-07, + "L": 0.00018412753706797957, + "G": 0.0043106358498334885, + "F": 0.005077569745481014, + "E": 8.154402894433588e-05, + "T": 0.0036146212369203568, + "P": 0.0062341042794287205, + "-": 0.9726558327674866 + }, + "id": "tp_10053" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1256657, + "label": "-", + "classification": { + "B": 4.061735836558e-09, + "S": 3.2140675898517657e-08, + "I": 8.834456366457744e-07, + "C": 2.2003399990921935e-08, + "R": 4.870133629708562e-09, + "M": 6.766265414626105e-07, + "O": 2.49382196670922e-07, + "W": 5.767629929209761e-09, + "N": 4.050682278489148e-08, + "Y": 6.636551552219316e-05, + "U": 5.988409768065139e-10, + "K": 2.926755655607849e-07, + "L": 2.931440201692226e-09, + "G": 6.430106623156462e-06, + "F": 0.0023156534880399704, + "E": 3.7122442790860077e-06, + "T": 2.641820174176246e-05, + "P": 0.029519328847527504, + "-": 0.9680598974227905 + }, + "id": "tp_10054" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1256757, + "label": "-", + "classification": { + "B": 8.610870281700045e-06, + "S": 1.94282711163396e-06, + "I": 0.000135927606606856, + "C": 5.777628030045889e-05, + "R": 1.5286999769159593e-05, + "M": 0.0004573141923174262, + "O": 6.566388037754223e-05, + "W": 2.292408225912368e-06, + "N": 2.9560935672634514e-06, + "Y": 0.0016496385214850307, + "U": 5.936435627518222e-07, + "K": 2.310680883965688e-06, + "L": 1.68019141710829e-05, + "G": 0.0007359667797572911, + "F": 0.003437394741922617, + "E": 0.0001723577152006328, + "T": 0.0008534885128028691, + "P": 0.0310077965259552, + "-": 0.9613759517669678 + }, + "id": "tp_10055" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1256890, + "label": "-", + "classification": { + "B": 2.8744718747475417e-06, + "S": 1.1523265897039892e-07, + "I": 2.069783840852324e-05, + "C": 1.425121445208788e-05, + "R": 9.758460919329082e-07, + "M": 5.94281627854798e-05, + "O": 5.963296644040383e-06, + "W": 1.510992575504133e-07, + "N": 3.4497560363888624e-07, + "Y": 0.00048311110003851354, + "U": 1.6362346855203214e-07, + "K": 1.6166907812475984e-07, + "L": 4.64378172182478e-06, + "G": 0.00029233464738354087, + "F": 0.0036254404112696648, + "E": 7.840246689738706e-05, + "T": 0.00014735538570676, + "P": 0.05803557112812996, + "-": 0.9372279047966003 + }, + "id": "tp_10056" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1257024, + "label": "-", + "classification": { + "B": 1.8556731902208412e-06, + "S": 1.1355409696989227e-06, + "I": 0.001104538794606924, + "C": 0.0001450556010240689, + "R": 1.4953368918213528e-05, + "M": 0.0004556283529382199, + "O": 6.668514106422663e-05, + "W": 1.847231601459498e-06, + "N": 4.865825394517742e-05, + "Y": 0.0021768033038824797, + "U": 2.2935626020625932e-06, + "K": 8.462676305498462e-06, + "L": 8.877101208781824e-06, + "G": 0.0008090529008768499, + "F": 0.0019138550851494074, + "E": 0.0013331605587154627, + "T": 0.0014101159758865833, + "P": 0.10268820822238922, + "-": 0.8878089189529419 + }, + "id": "tp_10057" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1257157, + "label": "-", + "classification": { + "B": 6.64851104374975e-05, + "S": 1.7975612536247354e-06, + "I": 9.433754166821018e-05, + "C": 2.9592151804536115e-06, + "R": 1.9556309780455194e-06, + "M": 0.00023920366948004812, + "O": 0.00010598605877021328, + "W": 1.494860953243915e-06, + "N": 1.2615764717338607e-06, + "Y": 0.0002754490706138313, + "U": 1.5135850617298274e-07, + "K": 1.900542390131932e-09, + "L": 4.742236706078984e-05, + "G": 0.00020563576254062355, + "F": 0.00021084096806589514, + "E": 1.754237928253133e-05, + "T": 0.0012762834085151553, + "P": 0.10874444246292114, + "-": 0.8887066841125488 + }, + "id": "tp_10058" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1257257, + "label": "-", + "classification": { + "B": 6.244220429607594e-08, + "S": 1.6226238130911952e-07, + "I": 6.580416538781719e-06, + "C": 7.229889433801873e-06, + "R": 2.5008621378219686e-06, + "M": 0.0003230198344681412, + "O": 3.65025298378896e-05, + "W": 1.1213206363436257e-07, + "N": 3.458305997128264e-08, + "Y": 0.0020924501586705446, + "U": 3.4940208504252723e-09, + "K": 1.2706190544164997e-09, + "L": 8.863916264090221e-06, + "G": 0.00023486459394916892, + "F": 0.00041931215673685074, + "E": 1.2058644642820582e-06, + "T": 0.0016780190635472536, + "P": 0.0008746265084482729, + "-": 0.9943143725395203 + }, + "id": "tp_10059" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1257391, + "label": "-", + "classification": { + "B": 7.778234430588782e-05, + "S": 1.7565027519594878e-05, + "I": 0.00353108998388052, + "C": 0.00025400664890185, + "R": 9.146105730906129e-05, + "M": 0.001581483636982739, + "O": 0.00029728308436460793, + "W": 1.464455999666825e-05, + "N": 7.542547973571345e-05, + "Y": 0.00731236394494772, + "U": 9.945169040292967e-06, + "K": 1.333343220721872e-06, + "L": 0.00019189031445421278, + "G": 0.004019191022962332, + "F": 0.0026680997107177973, + "E": 0.0010065155802294612, + "T": 0.008586684241890907, + "P": 0.23226405680179596, + "-": 0.7379992008209229 + }, + "id": "tp_10060" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1257524, + "label": "-", + "classification": { + "B": 0.002258175052702427, + "S": 0.0005700849578715861, + "I": 0.030613655224442482, + "C": 0.0013671950437128544, + "R": 0.0006286551360972226, + "M": 0.02601202204823494, + "O": 0.00421876972541213, + "W": 0.00024467273033224046, + "N": 0.0013304281746968627, + "Y": 0.0367891862988472, + "U": 4.80797971249558e-05, + "K": 9.153260180028155e-05, + "L": 0.0015967795625329018, + "G": 0.0395258404314518, + "F": 0.012744780629873276, + "E": 0.011953494511544704, + "T": 0.032612334936857224, + "P": 0.16852478682994843, + "-": 0.6288695335388184 + }, + "id": "tp_10061" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1257658, + "label": "-", + "classification": { + "B": 4.675695436162641e-06, + "S": 4.854101007367717e-06, + "I": 0.0015324746491387486, + "C": 0.0016899392940104008, + "R": 0.00015588781388942152, + "M": 0.00014219095464795828, + "O": 0.0001030869607347995, + "W": 7.039402589725796e-06, + "N": 0.00012729782611131668, + "Y": 0.003538538934662938, + "U": 1.4097015991865192e-05, + "K": 5.280805635266006e-05, + "L": 1.7365657186019234e-05, + "G": 0.0018115469720214605, + "F": 0.0065845889039337635, + "E": 0.0007313687819987535, + "T": 0.0012080700835213065, + "P": 0.21055066585540771, + "-": 0.7717235684394836 + }, + "id": "tp_10062" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1257758, + "label": "-", + "classification": { + "B": 0.00023739723837934434, + "S": 1.1274260032223538e-05, + "I": 0.006059842184185982, + "C": 0.0007038277108222246, + "R": 0.00014921808906365186, + "M": 0.0026952093467116356, + "O": 0.0003958895104005933, + "W": 1.9477480236673728e-05, + "N": 7.740971341263503e-05, + "Y": 0.00895362813025713, + "U": 6.718327313137706e-06, + "K": 4.6914303197809204e-07, + "L": 0.00032817243481986225, + "G": 0.004064241889864206, + "F": 0.0014042844995856285, + "E": 0.001637384993955493, + "T": 0.006042854860424995, + "P": 0.18817585706710815, + "-": 0.7790369391441345 + }, + "id": "tp_10063" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1257891, + "label": "-", + "classification": { + "B": 1.5641717254766263e-05, + "S": 1.6126854461617768e-05, + "I": 0.0007360780728049576, + "C": 0.0005125927273184061, + "R": 0.00011441636161180213, + "M": 0.002168256090953946, + "O": 0.0003512211551424116, + "W": 1.4407874914468266e-05, + "N": 4.6920209570089355e-05, + "Y": 0.01120492722839117, + "U": 4.867067218583543e-06, + "K": 9.27683686313685e-06, + "L": 9.303669503424317e-05, + "G": 0.0036923259031027555, + "F": 0.013139336369931698, + "E": 0.0010742294834926724, + "T": 0.0052907755598425865, + "P": 0.09367106109857559, + "-": 0.8678444623947144 + }, + "id": "tp_10064" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1258025, + "label": "-", + "classification": { + "B": 2.5615287668756537e-08, + "S": 8.199068507463991e-11, + "I": 4.625677618719237e-08, + "C": 3.1950857515283815e-09, + "R": 4.728129554543159e-10, + "M": 2.109501110680867e-06, + "O": 2.0477725115597423e-07, + "W": 8.822629432581053e-11, + "N": 4.669078318420006e-11, + "Y": 1.0099348628500593e-06, + "U": 9.095494539826388e-13, + "K": 5.0369278382532065e-14, + "L": 2.582574509801816e-08, + "G": 3.3036105833161855e-06, + "F": 3.994968210463412e-06, + "E": 1.8346611341257812e-07, + "T": 1.2032018048557802e-06, + "P": 0.006854285020381212, + "-": 0.9931336641311646 + }, + "id": "tp_10065" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1258158, + "label": "P", + "classification": { + "B": 0.00038060633232817054, + "S": 0.00017521687550470233, + "I": 0.012746686115860939, + "C": 0.0006990251713432372, + "R": 0.00019350361253600568, + "M": 0.0016682861605659127, + "O": 0.000866515445522964, + "W": 0.00018594569701235741, + "N": 0.002404984086751938, + "Y": 0.0030063448939472437, + "U": 0.00015418586554005742, + "K": 0.0011420598020777106, + "L": 0.00016743005835451186, + "G": 0.005132174585014582, + "F": 0.01388803031295538, + "E": 0.02033575251698494, + "T": 0.00393261294811964, + "P": 0.5728664398193359, + "-": 0.36005422472953796 + }, + "id": "tp_10066" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1258258, + "label": "-", + "classification": { + "B": 3.211078691833791e-08, + "S": 8.243041094146975e-08, + "I": 2.128573032678105e-05, + "C": 8.703837920620572e-06, + "R": 1.0986383358613239e-06, + "M": 2.251038131362293e-05, + "O": 4.03450349040213e-06, + "W": 9.90048221183315e-08, + "N": 7.175265182013391e-07, + "Y": 0.0013987842248752713, + "U": 5.074323894405097e-08, + "K": 1.2837035683332942e-06, + "L": 2.4344981852664205e-07, + "G": 7.982412353157997e-05, + "F": 0.0016469740075990558, + "E": 4.813654595636763e-05, + "T": 0.0003131831472273916, + "P": 0.01890755444765091, + "-": 0.977545440196991 + }, + "id": "tp_10067" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1258392, + "label": "-", + "classification": { + "B": 5.247938261732088e-08, + "S": 3.740728171663932e-09, + "I": 1.429740950698033e-05, + "C": 2.3280577465811803e-07, + "R": 4.651446516845681e-08, + "M": 1.2479928045650013e-05, + "O": 4.702958733560081e-07, + "W": 3.245968382969977e-09, + "N": 3.604919029953635e-08, + "Y": 8.652210817672312e-05, + "U": 6.819873554775313e-10, + "K": 4.78557771188548e-09, + "L": 9.128654454571006e-08, + "G": 8.995279495138675e-05, + "F": 0.0006490577943623066, + "E": 4.092100425623357e-05, + "T": 3.77134456357453e-05, + "P": 0.048722442239522934, + "-": 0.9503456354141235 + }, + "id": "tp_10068" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1258525, + "label": "-", + "classification": { + "B": 6.615279630750592e-07, + "S": 1.1421063561556366e-07, + "I": 5.88034936299664e-06, + "C": 2.0820359623030527e-06, + "R": 9.512167480352218e-07, + "M": 0.00028290937189012766, + "O": 2.0419303837115876e-05, + "W": 6.258811424686428e-08, + "N": 1.5911920669964275e-08, + "Y": 0.0005304616061039269, + "U": 2.7708475514032216e-09, + "K": 8.961745928681708e-11, + "L": 1.5184384210442659e-05, + "G": 0.00023862352827563882, + "F": 0.00029266669298522174, + "E": 2.224661329819355e-06, + "T": 0.0003894684778060764, + "P": 0.0023691472597420216, + "-": 0.9958491325378418 + }, + "id": "tp_10069" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1258625, + "label": "-", + "classification": { + "B": 3.4122360375477e-05, + "S": 2.2445938157034107e-05, + "I": 0.0004682598519138992, + "C": 0.00010212433699052781, + "R": 3.0604973289882764e-05, + "M": 0.000604025146458298, + "O": 0.0001842091733124107, + "W": 8.837589120958e-06, + "N": 3.0186341973603703e-05, + "Y": 0.0034645285923033953, + "U": 2.9562634153990075e-06, + "K": 8.66244863573229e-06, + "L": 4.513951716944575e-05, + "G": 0.0010552696185186505, + "F": 0.01221050787717104, + "E": 0.0006617776234634221, + "T": 0.001779151614755392, + "P": 0.06872976571321487, + "-": 0.9105573296546936 + }, + "id": "tp_10070" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1258759, + "label": "-", + "classification": { + "B": 4.457449076511466e-09, + "S": 4.071377457393055e-09, + "I": 3.073575726375566e-06, + "C": 1.0530752660997678e-06, + "R": 5.775361344717567e-08, + "M": 1.5744129996164702e-05, + "O": 6.088747568355757e-07, + "W": 3.240924639769105e-09, + "N": 2.164802381798836e-08, + "Y": 0.00012801615230273455, + "U": 9.75008296322244e-10, + "K": 1.1303736835444056e-09, + "L": 9.56464560886161e-08, + "G": 2.1693833332392387e-05, + "F": 0.00022937054745852947, + "E": 6.75831142871175e-06, + "T": 9.235821198672056e-05, + "P": 0.01639142818748951, + "-": 0.983109712600708 + }, + "id": "tp_10071" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1258892, + "label": "-", + "classification": { + "B": 2.462220891175093e-06, + "S": 4.0333097786060534e-06, + "I": 0.008516166359186172, + "C": 0.00019368446373846382, + "R": 3.055341221624985e-05, + "M": 0.000371207861462608, + "O": 6.956215656828135e-05, + "W": 2.2187107333593303e-06, + "N": 0.000233670391025953, + "Y": 0.023986920714378357, + "U": 1.305846126342658e-06, + "K": 3.369337719050236e-05, + "L": 3.5989780826639617e-06, + "G": 0.0019872868433594704, + "F": 0.0015959636075422168, + "E": 0.0024180826731026173, + "T": 0.006085620261728764, + "P": 0.17380568385124207, + "-": 0.7806583046913147 + }, + "id": "tp_10072" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1259026, + "label": "-", + "classification": { + "B": 1.4327123608381953e-05, + "S": 1.1806189377239207e-06, + "I": 7.282272417796776e-05, + "C": 1.189276827062713e-05, + "R": 1.8875686009778292e-06, + "M": 0.0001231135247508064, + "O": 2.1478084818227217e-05, + "W": 3.84568693334586e-07, + "N": 1.0679173101380002e-06, + "Y": 0.0009246543049812317, + "U": 7.478653429870974e-08, + "K": 1.8917664590389904e-07, + "L": 9.422284165339079e-06, + "G": 0.0006733174086548388, + "F": 0.010204922407865524, + "E": 0.0001728783390717581, + "T": 0.00022489367984235287, + "P": 0.04878711700439453, + "-": 0.9387543797492981 + }, + "id": "tp_10073" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1259126, + "label": "-", + "classification": { + "B": 4.915985482512042e-05, + "S": 2.082736864394974e-05, + "I": 0.04148763418197632, + "C": 0.0033049911726266146, + "R": 0.001059909351170063, + "M": 0.0029914940241724253, + "O": 0.000540310749784112, + "W": 6.623192166443914e-05, + "N": 0.0010988573776558042, + "Y": 0.021279338747262955, + "U": 7.190209726104513e-05, + "K": 8.106180030154064e-05, + "L": 0.0002146624610759318, + "G": 0.008363856934010983, + "F": 0.006292611826211214, + "E": 0.008330835960805416, + "T": 0.008638564497232437, + "P": 0.33897432684898376, + "-": 0.5571333765983582 + }, + "id": "tp_10074" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1259259, + "label": "-", + "classification": { + "B": 7.604408658323791e-09, + "S": 1.5178830636841667e-08, + "I": 3.0498460546368733e-05, + "C": 2.6249065285810502e-06, + "R": 4.3132658333888685e-07, + "M": 2.6914988211501623e-06, + "O": 9.011815791382105e-07, + "W": 3.67817953872418e-08, + "N": 7.097321486071451e-07, + "Y": 0.0007612180197611451, + "U": 4.131632991288825e-08, + "K": 2.9771981644444168e-06, + "L": 4.106578543883188e-08, + "G": 4.0903989429352805e-05, + "F": 0.002074932912364602, + "E": 3.3973621611949056e-05, + "T": 0.00010563337127678096, + "P": 0.035632941871881485, + "-": 0.961309552192688 + }, + "id": "tp_10075" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1259393, + "label": "-", + "classification": { + "B": 1.2013064987215216e-09, + "S": 3.1773705888582526e-10, + "I": 2.6394541237095837e-06, + "C": 2.449382634495123e-07, + "R": 5.171315109464558e-08, + "M": 4.1045657894756005e-07, + "O": 1.619611822434308e-07, + "W": 6.483270587054335e-10, + "N": 1.5736073777361526e-08, + "Y": 2.523324656067416e-05, + "U": 4.1175915455049505e-10, + "K": 7.246196975785324e-10, + "L": 8.780756566295622e-09, + "G": 9.979575224861037e-06, + "F": 0.0001345686468994245, + "E": 8.980144343695429e-07, + "T": 1.484230779169593e-05, + "P": 0.08693064004182816, + "-": 0.9128803610801697 + }, + "id": "tp_10076" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1259526, + "label": "-", + "classification": { + "B": 1.8159242998194713e-09, + "S": 1.4732971787001503e-10, + "I": 3.803782874456374e-06, + "C": 1.1890341511389124e-07, + "R": 1.2504439261817879e-08, + "M": 8.207802579818235e-07, + "O": 1.14700092979092e-07, + "W": 2.569360835202872e-10, + "N": 7.617510178192788e-09, + "Y": 1.0433966053824406e-05, + "U": 9.044059251506198e-11, + "K": 5.774402830893699e-11, + "L": 1.8633123488598358e-08, + "G": 1.0222742275800556e-05, + "F": 9.873184899333864e-05, + "E": 4.668521341955056e-06, + "T": 7.394324711640365e-06, + "P": 0.061997804790735245, + "-": 0.9378658533096313 + }, + "id": "tp_10077" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1259626, + "label": "-", + "classification": { + "B": 1.4735999684489798e-05, + "S": 2.216115899500437e-05, + "I": 0.0006023995811119676, + "C": 0.00016866855730768293, + "R": 7.01129756635055e-05, + "M": 0.0004025092057418078, + "O": 0.00016648789460305125, + "W": 2.6645304387784563e-05, + "N": 4.752671884489246e-05, + "Y": 0.010066397488117218, + "U": 8.74841043696506e-06, + "K": 0.00014309609832707793, + "L": 2.671716174518224e-05, + "G": 0.0010982020758092403, + "F": 0.024713125079870224, + "E": 0.0005686357035301626, + "T": 0.0020066022407263517, + "P": 0.07025545090436935, + "-": 0.8895917534828186 + }, + "id": "tp_10078" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1259760, + "label": "-", + "classification": { + "B": 6.974428833927959e-05, + "S": 4.786467798112426e-06, + "I": 0.0001900042116176337, + "C": 2.591336851764936e-06, + "R": 3.1491575214204204e-07, + "M": 0.00035109606687910855, + "O": 6.0836806369479746e-05, + "W": 9.146484103439434e-07, + "N": 5.462221906782361e-06, + "Y": 0.00028551233117468655, + "U": 5.5641091734059955e-08, + "K": 3.1496544039555374e-08, + "L": 1.2209113265271299e-05, + "G": 0.0002521259884815663, + "F": 0.0010180367389693856, + "E": 0.0008615946862846613, + "T": 0.00026435835752636194, + "P": 0.2337607890367508, + "-": 0.7628594636917114 + }, + "id": "tp_10079" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1259893, + "label": "-", + "classification": { + "B": 4.250634333402559e-08, + "S": 2.0960811752956943e-08, + "I": 1.81869363586884e-05, + "C": 1.5094901755219325e-06, + "R": 3.940450454820166e-08, + "M": 4.289310163585469e-05, + "O": 1.5762817611175706e-06, + "W": 9.953541102447616e-09, + "N": 4.6549450871680165e-07, + "Y": 0.00021690088033210486, + "U": 7.546979041705981e-09, + "K": 8.709949383955973e-08, + "L": 8.58399644698693e-08, + "G": 3.205512257409282e-05, + "F": 0.00033689438714645803, + "E": 9.179371409118176e-05, + "T": 0.00014456237840931863, + "P": 0.04463554173707962, + "-": 0.9544773101806641 + }, + "id": "tp_10080" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1260027, + "label": "-", + "classification": { + "B": 1.2775532853837035e-09, + "S": 1.0641993952731355e-09, + "I": 2.718425457715057e-05, + "C": 3.884998989178712e-07, + "R": 5.667946467724505e-08, + "M": 5.145028353581438e-06, + "O": 2.3469137033771403e-07, + "W": 1.3319007008405492e-09, + "N": 6.564970789213476e-08, + "Y": 0.00040664232801645994, + "U": 9.246718390976127e-10, + "K": 8.792423678016803e-09, + "L": 2.0597125782728654e-08, + "G": 2.6582985810819082e-05, + "F": 0.00023550918558612466, + "E": 6.476499493146548e-06, + "T": 0.00012356243678368628, + "P": 0.04048272222280502, + "-": 0.9586853384971619 + }, + "id": "tp_10081" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1260127, + "label": "-", + "classification": { + "B": 2.144813379345578e-06, + "S": 5.336269623512635e-06, + "I": 0.0003565828374121338, + "C": 0.0001573829649714753, + "R": 3.0333654649439268e-05, + "M": 0.00017932982882484794, + "O": 0.00013195138308219612, + "W": 8.756161150813568e-06, + "N": 3.565449151210487e-05, + "Y": 0.001815903466194868, + "U": 5.810990387544734e-06, + "K": 1.9836366845993325e-05, + "L": 1.4699232451675925e-05, + "G": 0.0003000526921823621, + "F": 0.004409740678966045, + "E": 0.00024076804402284324, + "T": 0.0016111290315166116, + "P": 0.058133065700531006, + "-": 0.9325416088104248 + }, + "id": "tp_10082" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1260260, + "label": "-", + "classification": { + "B": 1.0802991710079368e-05, + "S": 4.1239536585635506e-06, + "I": 0.00015247007831931114, + "C": 3.4323649742873386e-05, + "R": 1.3893478353566024e-05, + "M": 0.0030631455592811108, + "O": 0.0001659974077483639, + "W": 1.527624590380583e-06, + "N": 1.2304508345550857e-06, + "Y": 0.005182749126106501, + "U": 1.5239177741932508e-07, + "K": 4.580966361800165e-08, + "L": 8.780253119766712e-05, + "G": 0.0022067346144467592, + "F": 0.0016384872142225504, + "E": 0.00011344593804096803, + "T": 0.004004618152976036, + "P": 0.009847466833889484, + "-": 0.9734708666801453 + }, + "id": "tp_10083" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1260394, + "label": "-", + "classification": { + "B": 1.285421973307166e-07, + "S": 1.8600162832171918e-07, + "I": 6.870530341984704e-05, + "C": 1.6991366464935709e-06, + "R": 5.311883910508186e-07, + "M": 3.5520050005288795e-05, + "O": 1.0096535334014334e-05, + "W": 1.902362924965928e-07, + "N": 2.0877444057987304e-06, + "Y": 0.0004430903645697981, + "U": 9.034038583877191e-08, + "K": 4.572810894387658e-07, + "L": 6.660307576566993e-07, + "G": 8.084745786618441e-05, + "F": 0.0011926229344680905, + "E": 5.7536854001227766e-05, + "T": 0.00031080201733857393, + "P": 0.1838015466928482, + "-": 0.8139931559562683 + }, + "id": "tp_10084" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1260527, + "label": "-", + "classification": { + "B": 4.3745944366957445e-11, + "S": 5.675969069751652e-11, + "I": 3.5342221963219345e-05, + "C": 1.0180917797697475e-07, + "R": 5.02332397900318e-09, + "M": 3.2258824944619846e-07, + "O": 2.4416220156808777e-08, + "W": 1.1194743049225409e-10, + "N": 1.0861702293141207e-07, + "Y": 1.239866924152011e-05, + "U": 2.6355978510750333e-10, + "K": 6.874243396737256e-10, + "L": 5.921877432868428e-10, + "G": 7.26538303297275e-07, + "F": 6.081212177377893e-06, + "E": 3.72175122720364e-06, + "T": 1.575573878653813e-05, + "P": 0.4407287538051605, + "-": 0.5591965913772583 + }, + "id": "tp_10085" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1260627, + "label": "-", + "classification": { + "B": 2.148035349591737e-07, + "S": 7.960543513263474e-08, + "I": 0.00011564251326490194, + "C": 3.5771445254795253e-06, + "R": 3.2197033306147205e-07, + "M": 9.927064820658416e-05, + "O": 4.834778792428551e-06, + "W": 1.216663605418944e-07, + "N": 2.7028420390706742e-06, + "Y": 0.00029249649378471076, + "U": 5.804927383223912e-08, + "K": 3.9888104197416396e-07, + "L": 3.1734643357594905e-07, + "G": 5.12030856043566e-05, + "F": 0.0005758779007010162, + "E": 0.00045359935029409826, + "T": 0.00018696632469072938, + "P": 0.25429239869117737, + "-": 0.7439199686050415 + }, + "id": "tp_10086" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1260761, + "label": "-", + "classification": { + "B": 1.0720231330196839e-05, + "S": 3.025652176802396e-06, + "I": 0.00031226855935528874, + "C": 7.618129893671721e-05, + "R": 7.468036073987605e-06, + "M": 0.0007886291132308543, + "O": 8.019650704227388e-05, + "W": 1.8218910327050253e-06, + "N": 1.0189805834670551e-05, + "Y": 0.0004646956513170153, + "U": 3.9352713088192104e-07, + "K": 4.126544297378132e-07, + "L": 2.8194934202474542e-05, + "G": 0.0006716353236697614, + "F": 0.003859988646581769, + "E": 0.001024747733026743, + "T": 0.0005755014717578888, + "P": 0.08722549676895142, + "-": 0.9048583507537842 + }, + "id": "tp_10087" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1260894, + "label": "-", + "classification": { + "B": 3.9751233998686075e-05, + "S": 1.4088782336330041e-05, + "I": 0.029814239591360092, + "C": 0.0010025490773841739, + "R": 0.0004782957548741251, + "M": 0.002455210080370307, + "O": 0.00031123566441237926, + "W": 1.3114242392475717e-05, + "N": 0.0004539443471003324, + "Y": 0.011637070216238499, + "U": 1.3288368791108951e-05, + "K": 1.2699709259322844e-05, + "L": 0.00014348181139212102, + "G": 0.011267295107245445, + "F": 0.0048213256523013115, + "E": 0.0031130718998610973, + "T": 0.009354942478239536, + "P": 0.4287411868572235, + "-": 0.4963131844997406 + }, + "id": "tp_10088" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1261028, + "label": "P", + "classification": { + "B": 1.2285848782767061e-08, + "S": 6.972176169739441e-09, + "I": 7.590070163132623e-05, + "C": 2.015525979004451e-06, + "R": 1.836807257404871e-07, + "M": 2.6744753540697275e-06, + "O": 5.135413516654808e-07, + "W": 2.222919626149178e-08, + "N": 2.302180291735567e-06, + "Y": 8.21822541183792e-05, + "U": 2.9719977590048074e-08, + "K": 8.181354473890678e-07, + "L": 4.62748701579585e-08, + "G": 1.8638160327100195e-05, + "F": 0.0018814640352502465, + "E": 0.0001954110193764791, + "T": 2.9179589546401985e-05, + "P": 0.5407396554946899, + "-": 0.45696893334388733 + }, + "id": "tp_10089" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1261128, + "label": "-", + "classification": { + "B": 2.033147268321045e-07, + "S": 8.200677825698222e-08, + "I": 1.1138306035718415e-05, + "C": 8.512076874467311e-07, + "R": 1.1993739690296934e-07, + "M": 2.916726953117177e-05, + "O": 6.028427378623746e-06, + "W": 5.3390312615420044e-08, + "N": 1.4228689337869582e-07, + "Y": 4.917057594866492e-05, + "U": 4.577352274992563e-09, + "K": 1.6015512249722974e-09, + "L": 7.716268441981811e-07, + "G": 3.082520197494887e-05, + "F": 0.0007116092601791024, + "E": 1.650476588110905e-05, + "T": 5.623312245006673e-05, + "P": 0.07055169343948364, + "-": 0.9285354018211365 + }, + "id": "tp_10090" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1261261, + "label": "-", + "classification": { + "B": 1.0641114300824484e-07, + "S": 3.792751712694553e-08, + "I": 0.00022165928385220468, + "C": 1.8926795746665448e-05, + "R": 4.207039637549315e-06, + "M": 2.1868640033062547e-05, + "O": 6.199235031090211e-06, + "W": 1.0246097303934221e-07, + "N": 2.29435613618989e-06, + "Y": 0.0003384866286069155, + "U": 1.2227003765019617e-07, + "K": 8.289696040719718e-08, + "L": 9.942338010660023e-07, + "G": 0.00010368166113039479, + "F": 0.00037485171924345195, + "E": 4.565341805573553e-05, + "T": 0.0002870365569833666, + "P": 0.1460312008857727, + "-": 0.8525425791740417 + }, + "id": "tp_10091" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1261395, + "label": "-", + "classification": { + "B": 4.171606633462943e-06, + "S": 1.332752276539395e-06, + "I": 0.00018742411339189857, + "C": 7.495645695598796e-05, + "R": 8.535859706171323e-06, + "M": 0.00014699784514959902, + "O": 2.947927532659378e-05, + "W": 1.9192877971363487e-06, + "N": 8.038966370804701e-06, + "Y": 0.0013566002016887069, + "U": 1.3862223795513273e-06, + "K": 1.261897250515176e-05, + "L": 6.831182417954551e-06, + "G": 0.00044332773541100323, + "F": 0.007434275932610035, + "E": 0.00034771085483953357, + "T": 0.00035874597961083055, + "P": 0.0663776695728302, + "-": 0.9231979846954346 + }, + "id": "tp_10092" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1261528, + "label": "P", + "classification": { + "B": 1.751865420374088e-05, + "S": 5.9354915720177814e-06, + "I": 0.0025258653331547976, + "C": 0.0002107454783981666, + "R": 2.8246548026800156e-05, + "M": 0.0005543102161027491, + "O": 7.753668614896014e-05, + "W": 7.969706530275289e-06, + "N": 0.00013392322580330074, + "Y": 0.00206177425570786, + "U": 7.572613867523614e-06, + "K": 2.5969035050366074e-05, + "L": 1.994712874875404e-05, + "G": 0.001116359606385231, + "F": 0.005579648073762655, + "E": 0.004395223222672939, + "T": 0.0008892970508895814, + "P": 0.49896490573883057, + "-": 0.48337727785110474 + }, + "id": "tp_10093" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1261628, + "label": "-", + "classification": { + "B": 4.42409364040941e-05, + "S": 4.472345153772039e-06, + "I": 0.0002311965945409611, + "C": 1.9526838514138944e-05, + "R": 1.1619757060543634e-05, + "M": 0.0005095374654047191, + "O": 0.0001276456459891051, + "W": 3.724652060554945e-06, + "N": 5.865677394467639e-06, + "Y": 0.0008756152237765491, + "U": 7.084421440595179e-07, + "K": 1.7677405139693292e-07, + "L": 6.509164086310193e-05, + "G": 0.0009750366443768144, + "F": 0.004109616857022047, + "E": 0.0002667245571501553, + "T": 0.0015624765073880553, + "P": 0.12627138197422028, + "-": 0.8649153113365173 + }, + "id": "tp_10094" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1261762, + "label": "-", + "classification": { + "B": 1.4410305993806105e-05, + "S": 1.0540351468080189e-05, + "I": 0.0001706465845927596, + "C": 0.00013340763689484447, + "R": 6.228384881978855e-05, + "M": 0.0014381990768015385, + "O": 0.000233881946769543, + "W": 6.456154096667888e-06, + "N": 5.936433353781467e-06, + "Y": 0.0041548628360033035, + "U": 2.214351752627408e-06, + "K": 1.9203737338102655e-06, + "L": 0.00011033565533580258, + "G": 0.0017469236627221107, + "F": 0.00875803641974926, + "E": 0.00012785715807694942, + "T": 0.003328675404191017, + "P": 0.021544983610510826, + "-": 0.9581485986709595 + }, + "id": "tp_10095" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1261895, + "label": "-", + "classification": { + "B": 6.353420030791312e-05, + "S": 9.276542186853476e-06, + "I": 0.00026182091096416116, + "C": 1.2409526789269876e-05, + "R": 4.3680138333002105e-06, + "M": 9.225104440702125e-05, + "O": 0.0002452935150358826, + "W": 1.6883604985196143e-05, + "N": 2.0816958567593247e-05, + "Y": 0.00016889635298866779, + "U": 1.6592065321674454e-06, + "K": 3.8395671708713053e-07, + "L": 2.2236339646042325e-05, + "G": 0.00015051235095597804, + "F": 0.0007148660952225327, + "E": 0.00014224615006241947, + "T": 0.0004673885414376855, + "P": 0.3127913475036621, + "-": 0.684813916683197 + }, + "id": "tp_10096" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1262029, + "label": "-", + "classification": { + "B": 9.660426769642072e-08, + "S": 4.2128988297918113e-07, + "I": 2.8606744308490306e-05, + "C": 1.9188660189684015e-06, + "R": 3.966607380334608e-07, + "M": 6.931966345291585e-05, + "O": 1.2411985153448768e-05, + "W": 2.0418265478383546e-07, + "N": 2.067149580398109e-06, + "Y": 0.0002422782126814127, + "U": 6.371769245561154e-08, + "K": 7.090771987350308e-07, + "L": 5.587809255303e-07, + "G": 3.411904617678374e-05, + "F": 0.0016393010737374425, + "E": 8.19874185253866e-05, + "T": 0.0005373621243052185, + "P": 0.07253621518611908, + "-": 0.9248120188713074 + }, + "id": "tp_10097" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1262129, + "label": "-", + "classification": { + "B": 1.9496535514917923e-06, + "S": 5.219790182309225e-07, + "I": 6.817792018409818e-05, + "C": 1.7139174133262713e-06, + "R": 2.545349389038165e-07, + "M": 0.00048541801515966654, + "O": 2.4134189516189508e-05, + "W": 3.180070109465305e-07, + "N": 1.0631263194227358e-06, + "Y": 0.0009258138597942889, + "U": 2.8105679561463148e-08, + "K": 6.977909805527815e-08, + "L": 3.2056643703981536e-06, + "G": 0.00019189438899047673, + "F": 0.0007253547664731741, + "E": 0.00034276244696229696, + "T": 0.0004462428914848715, + "P": 0.04557565599679947, + "-": 0.9512053728103638 + }, + "id": "tp_10098" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1262262, + "label": "-", + "classification": { + "B": 9.341331860923674e-06, + "S": 3.9967449083633255e-06, + "I": 0.004740688018500805, + "C": 0.001458225306123495, + "R": 0.00021386648586485535, + "M": 0.002211705781519413, + "O": 0.00014185327745508403, + "W": 4.8598071771266405e-06, + "N": 5.4579424613621086e-05, + "Y": 0.04102472588419914, + "U": 3.6543799524224596e-06, + "K": 2.1528685465455055e-06, + "L": 0.00013825151836499572, + "G": 0.006642027758061886, + "F": 0.007518196478486061, + "E": 0.002389504574239254, + "T": 0.006408547051250935, + "P": 0.08898833394050598, + "-": 0.8380454778671265 + }, + "id": "tp_10099" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1262396, + "label": "-", + "classification": { + "B": 4.678078937558894e-07, + "S": 8.901685077944421e-08, + "I": 7.538198406109586e-05, + "C": 1.8733662727754563e-05, + "R": 2.3759037048876053e-06, + "M": 3.511356408125721e-05, + "O": 5.970657184661832e-06, + "W": 2.2816843170403445e-07, + "N": 1.911073923110962e-06, + "Y": 0.0012646840186789632, + "U": 2.0118670818192186e-07, + "K": 4.496460860536899e-06, + "L": 7.54059954033437e-07, + "G": 0.0002540539135225117, + "F": 0.0034008121583610773, + "E": 0.0001559410447953269, + "T": 0.0002444168203510344, + "P": 0.05940674617886543, + "-": 0.9351276159286499 + }, + "id": "tp_10100" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1262529, + "label": "-", + "classification": { + "B": 1.4758869126829666e-10, + "S": 8.67341198862448e-11, + "I": 2.589748646641965e-06, + "C": 1.1901816066028914e-07, + "R": 1.5189090873946043e-08, + "M": 9.212886880050064e-07, + "O": 1.3282526367675018e-07, + "W": 8.077114532767382e-10, + "N": 7.57902895998086e-09, + "Y": 1.0684562766982708e-05, + "U": 7.175279814752855e-10, + "K": 1.4961358818510462e-09, + "L": 6.407332886482209e-09, + "G": 1.6004629515009583e-06, + "F": 2.9138926038285717e-05, + "E": 2.6523170504333393e-07, + "T": 1.6860376490512863e-05, + "P": 0.01687014102935791, + "-": 0.9830675721168518 + }, + "id": "tp_10101" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1262629, + "label": "-", + "classification": { + "B": 0.0006677269702777267, + "S": 2.999354364874307e-05, + "I": 0.0014278489397838712, + "C": 0.0031179431825876236, + "R": 0.0006502114119939506, + "M": 0.0033716862089931965, + "O": 0.001375450985506177, + "W": 6.74612820148468e-05, + "N": 3.156267121084966e-05, + "Y": 0.005937233101576567, + "U": 2.366316766710952e-05, + "K": 2.112922175001586e-06, + "L": 0.0016523248050361872, + "G": 0.008557792752981186, + "F": 0.005022185854613781, + "E": 0.0004268370976205915, + "T": 0.005393962375819683, + "P": 0.04845985397696495, + "-": 0.9137841463088989 + }, + "id": "tp_10102" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1262763, + "label": "-", + "classification": { + "B": 0.00010924974048975855, + "S": 3.396990359760821e-05, + "I": 0.00030758799402974546, + "C": 0.00024449260672554374, + "R": 4.266721589374356e-05, + "M": 0.0005994152743369341, + "O": 0.00030641918419860303, + "W": 2.810274963849224e-05, + "N": 4.074561729794368e-05, + "Y": 0.002074959920719266, + "U": 7.083012860675808e-06, + "K": 1.210264326800825e-05, + "L": 7.656681555090472e-05, + "G": 0.0009013967937789857, + "F": 0.011643190868198872, + "E": 0.001065220683813095, + "T": 0.0016587076243013144, + "P": 0.10472798347473145, + "-": 0.8761201500892639 + }, + "id": "tp_10103" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1262896, + "label": "-", + "classification": { + "B": 1.418555257259868e-06, + "S": 9.438263077754527e-06, + "I": 0.00012693772441707551, + "C": 7.270366040756926e-06, + "R": 6.868810942251002e-07, + "M": 3.7782803701702505e-05, + "O": 2.1389265384641476e-05, + "W": 2.2430522221839055e-06, + "N": 4.013651414425112e-05, + "Y": 0.000276551756542176, + "U": 1.110200742004963e-06, + "K": 6.798005779273808e-05, + "L": 1.3605941830974189e-06, + "G": 5.86994101468008e-05, + "F": 0.012184960767626762, + "E": 0.0009698056383058429, + "T": 0.0004980058292858303, + "P": 0.3926020860671997, + "-": 0.5930922031402588 + }, + "id": "tp_10104" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1263030, + "label": "-", + "classification": { + "B": 3.445071342866868e-05, + "S": 3.2261066280625528e-06, + "I": 3.5163644497515634e-05, + "C": 5.4337251640390605e-06, + "R": 7.244897801683692e-07, + "M": 2.6845085812965408e-05, + "O": 4.0287832234753296e-05, + "W": 3.700838078657398e-06, + "N": 4.629596332961228e-06, + "Y": 7.522108353441581e-05, + "U": 4.658172656490933e-07, + "K": 6.385403708009108e-07, + "L": 3.1551660413242644e-06, + "G": 7.03344339854084e-05, + "F": 0.0021238168701529503, + "E": 0.0001168414019048214, + "T": 0.00011235669808229432, + "P": 0.40383702516555786, + "-": 0.5935057401657104 + }, + "id": "tp_10105" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1263130, + "label": "-", + "classification": { + "B": 3.9321523217950016e-05, + "S": 1.065611286321655e-05, + "I": 0.002579073654487729, + "C": 0.00043672838364727795, + "R": 9.394498192705214e-05, + "M": 0.0007478049374185503, + "O": 0.0001459019840694964, + "W": 1.7973679860006087e-05, + "N": 0.00014385109534487128, + "Y": 0.006773884408175945, + "U": 2.302194661751855e-05, + "K": 9.580986079527065e-05, + "L": 5.602269447990693e-05, + "G": 0.002998912241309881, + "F": 0.017650827765464783, + "E": 0.003859638934955001, + "T": 0.0023277567233890295, + "P": 0.22950682044029236, + "-": 0.7324919700622559 + }, + "id": "tp_10106" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1263263, + "label": "P", + "classification": { + "B": 9.544321954990664e-08, + "S": 1.1342022787630412e-07, + "I": 0.00019742206495720893, + "C": 1.9245110252086306e-06, + "R": 1.6153613557889912e-07, + "M": 7.579853900097078e-06, + "O": 1.6860310552146984e-06, + "W": 1.4589066665848804e-07, + "N": 7.428306616930058e-06, + "Y": 6.664112879661843e-05, + "U": 1.0707088904382545e-07, + "K": 2.3753686946292873e-06, + "L": 8.570712850541895e-08, + "G": 1.4337934771901928e-05, + "F": 0.0006967323133721948, + "E": 0.0004537227505352348, + "T": 5.524085645447485e-05, + "P": 0.5275470018386841, + "-": 0.4709472060203552 + }, + "id": "tp_10107" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1263397, + "label": "-", + "classification": { + "B": 1.725873698887881e-05, + "S": 0.00018010758503805846, + "I": 0.003207993460819125, + "C": 0.0008306142990477383, + "R": 0.0006224054959602654, + "M": 0.012908083386719227, + "O": 0.004038994200527668, + "W": 9.718466753838584e-05, + "N": 7.797420403221622e-05, + "Y": 0.0975339263677597, + "U": 1.7742876252668793e-06, + "K": 5.5411314860975835e-06, + "L": 0.000622882042080164, + "G": 0.010464182123541832, + "F": 0.00860136840492487, + "E": 0.00020099602988921106, + "T": 0.04935327172279358, + "P": 0.006426081992685795, + "-": 0.8048092126846313 + }, + "id": "tp_10108" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1263530, + "label": "-", + "classification": { + "B": 3.999315989489105e-09, + "S": 2.165462920089567e-09, + "I": 0.000115886730782222, + "C": 2.5675801680336008e-06, + "R": 1.9684186725044128e-07, + "M": 2.1115040453878464e-06, + "O": 2.9355376796047494e-07, + "W": 4.612746629106823e-09, + "N": 1.1904653547389898e-06, + "Y": 0.00011420775990700349, + "U": 1.1305148817086774e-08, + "K": 1.1634300989271651e-07, + "L": 2.0631929942283023e-08, + "G": 1.6298452464980073e-05, + "F": 0.0003133087884634733, + "E": 4.806045035365969e-05, + "T": 4.2671312257880345e-05, + "P": 0.3338671624660492, + "-": 0.6654759049415588 + }, + "id": "tp_10109" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1263630, + "label": "-", + "classification": { + "B": 2.975834856311366e-11, + "S": 1.6400989941156574e-11, + "I": 1.7630465265483508e-07, + "C": 3.403636261722909e-10, + "R": 2.053706683879941e-11, + "M": 1.627505596957235e-08, + "O": 9.123509059349999e-09, + "W": 1.8701994813907774e-11, + "N": 1.0579132014854054e-09, + "Y": 4.2169241964984394e-07, + "U": 2.806221184245561e-12, + "K": 9.397516619047419e-12, + "L": 5.845056383346758e-11, + "G": 8.315375765732824e-08, + "F": 4.802914645551937e-06, + "E": 8.61151718822839e-08, + "T": 1.0630301403580233e-06, + "P": 0.18355268239974976, + "-": 0.8164407014846802 + }, + "id": "tp_10110" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1263764, + "label": "P", + "classification": { + "B": 1.5388659235782143e-09, + "S": 2.3806287496874745e-10, + "I": 3.523702616803348e-05, + "C": 1.6352494469629164e-08, + "R": 2.5533891667706143e-10, + "M": 4.146113496972248e-08, + "O": 1.056876275384866e-08, + "W": 3.7451330925364346e-10, + "N": 5.32127103269886e-07, + "Y": 4.943281624036899e-07, + "U": 5.564841365490736e-10, + "K": 1.3725124370367325e-09, + "L": 4.4760326001203055e-10, + "G": 1.704235614852223e-07, + "F": 3.463467692199629e-06, + "E": 1.6089128621388227e-05, + "T": 1.0334607623008196e-06, + "P": 0.9609434604644775, + "-": 0.03899942710995674 + }, + "id": "tp_10111" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1263897, + "label": "P", + "classification": { + "B": 4.5686556759960695e-09, + "S": 7.372476851230658e-09, + "I": 0.00014702080807182938, + "C": 6.593883199457196e-07, + "R": 5.647332201874633e-08, + "M": 1.4244377553040977e-06, + "O": 4.139377267620148e-07, + "W": 1.4675435089372968e-08, + "N": 5.300914381223265e-06, + "Y": 4.493349842960015e-05, + "U": 6.276686281836419e-09, + "K": 3.482116710529226e-07, + "L": 4.1687520102584585e-09, + "G": 6.763801593479002e-06, + "F": 0.0001283248420804739, + "E": 0.00015031479415483773, + "T": 1.7631755326874554e-05, + "P": 0.6552292704582214, + "-": 0.34426751732826233 + }, + "id": "tp_10112" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1264031, + "label": "P", + "classification": { + "B": 2.1003920824824718e-11, + "S": 5.206597653018008e-11, + "I": 2.3012605652183993e-06, + "C": 5.609962147601344e-11, + "R": 2.687624862246496e-12, + "M": 1.2976411056797588e-09, + "O": 6.971055954707595e-10, + "W": 8.687582771227387e-12, + "N": 5.6865452791043936e-08, + "Y": 8.528797224016671e-09, + "U": 1.6605417128140454e-12, + "K": 1.9239727866438017e-10, + "L": 1.572334168246925e-12, + "G": 3.899885303582096e-09, + "F": 4.651639073927072e-07, + "E": 8.191698839254968e-07, + "T": 4.8682387898679735e-08, + "P": 0.9799153208732605, + "-": 0.020080972462892532 + }, + "id": "tp_10113" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1264131, + "label": "P", + "classification": { + "B": 8.500010295620086e-08, + "S": 4.127543888898799e-07, + "I": 0.000905377441085875, + "C": 2.157705239369534e-06, + "R": 5.749972160629113e-07, + "M": 1.7481239410699345e-05, + "O": 5.01190834256704e-06, + "W": 2.9270955792526365e-07, + "N": 5.991342550260015e-05, + "Y": 0.0004061057697981596, + "U": 1.2512343516846158e-07, + "K": 3.9369097066810355e-06, + "L": 1.5227686844809796e-07, + "G": 3.830175774055533e-05, + "F": 0.0009539569145999849, + "E": 0.00024774562916718423, + "T": 0.00035337379085831344, + "P": 0.7136227488517761, + "-": 0.28338226675987244 + }, + "id": "tp_10114" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1264264, + "label": "P", + "classification": { + "B": 8.919067151502702e-10, + "S": 2.9270275092585507e-09, + "I": 4.700628323917044e-06, + "C": 1.618295470962039e-07, + "R": 3.847578700089116e-09, + "M": 3.123917124980835e-08, + "O": 9.359466446312581e-08, + "W": 4.438675205165055e-09, + "N": 6.591838541680772e-07, + "Y": 4.90699176225462e-06, + "U": 2.256109743470347e-09, + "K": 7.419175744871609e-07, + "L": 9.836906844640225e-10, + "G": 3.2789614579087356e-06, + "F": 0.0011823376407846808, + "E": 4.050384814036079e-05, + "T": 3.906867277692072e-06, + "P": 0.6015846729278564, + "-": 0.39717409014701843 + }, + "id": "tp_10115" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1264398, + "label": "P", + "classification": { + "B": 8.295283904224959e-11, + "S": 1.3638050758157938e-11, + "I": 9.115954924254766e-08, + "C": 1.9807994220549796e-12, + "R": 9.552643777995667e-14, + "M": 4.189916469332644e-11, + "O": 3.4574959562050367e-10, + "W": 4.4106428578882806e-12, + "N": 2.4295050415901187e-09, + "Y": 2.529254028438288e-10, + "U": 1.4054808207021596e-13, + "K": 2.8810498908446447e-13, + "L": 8.883555783351094e-13, + "G": 1.943386007674519e-10, + "F": 4.7343490905404906e-08, + "E": 2.295253587192292e-08, + "T": 2.2883150929686735e-09, + "P": 0.9954106211662292, + "-": 0.0045891813933849335 + }, + "id": "tp_10116" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1264531, + "label": "P", + "classification": { + "B": 5.217136731516803e-06, + "S": 1.3482018630384118e-06, + "I": 0.0018418204272165895, + "C": 1.4855402241664706e-06, + "R": 1.7786702244393382e-07, + "M": 1.5738982256152667e-05, + "O": 1.2937578048877185e-06, + "W": 8.013307706278283e-07, + "N": 0.00019513767620082945, + "Y": 2.529664197936654e-05, + "U": 1.6939719671427156e-07, + "K": 1.8874839952331968e-05, + "L": 9.476077877934586e-08, + "G": 1.1027890650439076e-05, + "F": 0.0001376507425447926, + "E": 0.009501516819000244, + "T": 1.1798165360232815e-05, + "P": 0.9766440987586975, + "-": 0.01158648170530796 + }, + "id": "tp_10117" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1264631, + "label": "P", + "classification": { + "B": 9.166388537096282e-08, + "S": 2.293020351373798e-08, + "I": 0.00020585223683156073, + "C": 1.3185829175199615e-06, + "R": 2.2275163757967675e-07, + "M": 2.0049674276378937e-06, + "O": 8.233849371208635e-07, + "W": 4.3792137915943385e-08, + "N": 2.4944943106675055e-06, + "Y": 0.00020959373796358705, + "U": 6.470540370173694e-08, + "K": 1.8062112872030411e-07, + "L": 4.4254544917521343e-08, + "G": 3.299536547274329e-05, + "F": 6.273882900131866e-05, + "E": 2.5853965780697763e-05, + "T": 0.0001163589913630858, + "P": 0.5648884177207947, + "-": 0.43445077538490295 + }, + "id": "tp_10118" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1264765, + "label": "P", + "classification": { + "B": 2.9827433856155494e-09, + "S": 1.4261385405944793e-09, + "I": 0.0001248242042493075, + "C": 4.847657351092494e-07, + "R": 1.711037533880244e-08, + "M": 8.150534824835631e-08, + "O": 7.638310250968061e-08, + "W": 3.5770262307721623e-09, + "N": 4.283919679437531e-06, + "Y": 1.177578042188543e-06, + "U": 4.002482345555336e-09, + "K": 1.6467170382838958e-07, + "L": 1.7530696894141329e-09, + "G": 1.883254526546807e-06, + "F": 8.938325481722131e-05, + "E": 6.014710015733726e-05, + "T": 1.5490903706449899e-06, + "P": 0.9076651930809021, + "-": 0.0920506939291954 + }, + "id": "tp_10119" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1264898, + "label": "P", + "classification": { + "B": 6.837756472144463e-10, + "S": 2.0589833657491674e-11, + "I": 2.154089270334225e-05, + "C": 3.841165252538303e-08, + "R": 1.6628944887742136e-09, + "M": 3.2104601643823116e-08, + "O": 4.646336648761462e-09, + "W": 1.003535865518046e-10, + "N": 8.862328826353405e-08, + "Y": 6.664128250122303e-06, + "U": 4.4141645894058e-10, + "K": 9.69386793059357e-09, + "L": 7.409523689050346e-11, + "G": 1.3330595720617566e-06, + "F": 1.2719385267701e-05, + "E": 9.747512194735464e-06, + "T": 1.251275307367905e-06, + "P": 0.7853915095329285, + "-": 0.2145550400018692 + }, + "id": "tp_10120" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1265032, + "label": "P", + "classification": { + "B": 3.4860283903981326e-07, + "S": 4.898267320641025e-07, + "I": 0.0001627442252356559, + "C": 1.2152428325862275e-06, + "R": 7.755787834184957e-08, + "M": 2.4176520128094126e-06, + "O": 2.777366034933948e-06, + "W": 1.976690811034132e-07, + "N": 1.6411131582572125e-05, + "Y": 3.092856422881596e-05, + "U": 1.8082448605127865e-07, + "K": 2.8343224585114513e-06, + "L": 7.95996939473298e-08, + "G": 9.796020094654523e-06, + "F": 0.0006401703576557338, + "E": 0.00034581415820866823, + "T": 4.4196149246999994e-05, + "P": 0.7719421982765198, + "-": 0.2267971932888031 + }, + "id": "tp_10121" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1265132, + "label": "-", + "classification": { + "B": 5.747502029862517e-08, + "S": 1.551996575699377e-08, + "I": 6.877741543576121e-05, + "C": 1.2875229913333897e-06, + "R": 5.524220014763159e-08, + "M": 3.44120962836314e-06, + "O": 1.0224541711068014e-06, + "W": 2.8779622240904246e-08, + "N": 1.653923504818522e-06, + "Y": 3.3299776987405494e-05, + "U": 2.6150969389959755e-08, + "K": 1.5089082694430545e-07, + "L": 4.21051602472744e-08, + "G": 8.983256520878058e-06, + "F": 0.0002397652860963717, + "E": 0.00017727249360177666, + "T": 2.868283263524063e-05, + "P": 0.36867496371269226, + "-": 0.6307604312896729 + }, + "id": "tp_10122" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1265265, + "label": "P", + "classification": { + "B": 1.252980358357192e-10, + "S": 1.3247538482863419e-11, + "I": 7.323920726776123e-05, + "C": 7.1415211522207755e-09, + "R": 9.956550167666833e-11, + "M": 3.999138442623007e-08, + "O": 7.978906979566602e-10, + "W": 1.3831285942955684e-11, + "N": 1.2489648497648886e-06, + "Y": 1.0464087552009005e-07, + "U": 9.805567816045802e-12, + "K": 1.0465533994974408e-09, + "L": 5.475899247930904e-12, + "G": 6.888508607971744e-08, + "F": 2.1757551849077572e-07, + "E": 6.719198427163064e-05, + "T": 8.97550478384801e-08, + "P": 0.9978635907173157, + "-": 0.0019942382350564003 + }, + "id": "tp_10123" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1265399, + "label": "P", + "classification": { + "B": 3.145703142415357e-10, + "S": 2.112532371256748e-11, + "I": 1.9119208616302785e-07, + "C": 1.401628701991342e-09, + "R": 1.2440891199172466e-11, + "M": 4.332110226101804e-09, + "O": 1.9453860744533813e-09, + "W": 1.5920946852543416e-11, + "N": 2.2641850616622605e-09, + "Y": 1.3909878759932326e-07, + "U": 2.4822860780759903e-12, + "K": 1.330087515821754e-11, + "L": 2.0716407755916322e-11, + "G": 7.830539772157863e-08, + "F": 8.910509677662048e-06, + "E": 5.443191071208275e-07, + "T": 7.122774547951849e-08, + "P": 0.7891532182693481, + "-": 0.21083687245845795 + }, + "id": "tp_10124" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1265532, + "label": "P", + "classification": { + "B": 3.537051762592114e-09, + "S": 7.695856452105687e-11, + "I": 2.0249797216820298e-06, + "C": 2.496674533780663e-10, + "R": 8.943348665801931e-12, + "M": 4.1010117968198756e-08, + "O": 6.519894402146065e-09, + "W": 4.8033670790870175e-11, + "N": 7.3847825632356034e-09, + "Y": 1.9895311709205998e-07, + "U": 7.361258304305895e-12, + "K": 4.24463415804599e-12, + "L": 1.9110310556236243e-10, + "G": 6.538353858331902e-08, + "F": 1.0316174439140013e-06, + "E": 1.2819551784559735e-06, + "T": 5.149390176484303e-07, + "P": 0.8202792406082153, + "-": 0.17971554398536682 + }, + "id": "tp_10125" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1265632, + "label": "P", + "classification": { + "B": 3.085945388114908e-10, + "S": 1.8433197676581692e-11, + "I": 3.798953684963635e-06, + "C": 2.3561654849402203e-09, + "R": 5.4967166235320164e-11, + "M": 9.737334494275274e-09, + "O": 1.6797757629305465e-09, + "W": 4.0848439214480337e-11, + "N": 1.813153005514323e-08, + "Y": 4.75410473654847e-07, + "U": 5.73054798058692e-11, + "K": 4.2651926435155474e-10, + "L": 3.770664336322227e-11, + "G": 4.4151082789767315e-08, + "F": 3.0181561214703834e-06, + "E": 1.6243408254013048e-06, + "T": 3.545571019003546e-07, + "P": 0.8772019147872925, + "-": 0.12278857082128525 + }, + "id": "tp_10126" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1265766, + "label": "P", + "classification": { + "B": 3.7059164625929952e-09, + "S": 4.330771741223316e-09, + "I": 0.0010970969451591372, + "C": 4.042289845074265e-07, + "R": 4.071148751449982e-08, + "M": 6.762411999261531e-07, + "O": 8.83723885181098e-08, + "W": 5.471622710473412e-09, + "N": 7.839596037229057e-06, + "Y": 3.567651947378181e-05, + "U": 7.808819368904096e-09, + "K": 8.322221134449137e-08, + "L": 3.338617160508761e-09, + "G": 8.361134291590133e-07, + "F": 3.949817983084358e-05, + "E": 3.417790503590368e-05, + "T": 1.1012794857379049e-05, + "P": 0.8612211346626282, + "-": 0.13755129277706146 + }, + "id": "tp_10127" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1265899, + "label": "P", + "classification": { + "B": 1.3945305354923221e-08, + "S": 4.213917748074891e-08, + "I": 0.00016244180733337998, + "C": 3.030417587979173e-07, + "R": 2.0761527608215147e-08, + "M": 3.883025954110053e-07, + "O": 2.9437012472044444e-07, + "W": 2.5948173387746465e-08, + "N": 6.423092600016389e-06, + "Y": 6.988557288423181e-06, + "U": 2.2309583513901998e-08, + "K": 5.738439199376444e-07, + "L": 6.493685145159134e-09, + "G": 9.62545982474694e-07, + "F": 9.784613212104887e-05, + "E": 5.9503032389329746e-05, + "T": 1.7133263099822216e-05, + "P": 0.7649287581443787, + "-": 0.23471833765506744 + }, + "id": "tp_10128" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1266033, + "label": "P", + "classification": { + "B": 4.213985497353301e-12, + "S": 6.001033003855127e-13, + "I": 1.4007011372996203e-07, + "C": 5.7311703993701e-11, + "R": 1.1063851657749924e-12, + "M": 8.689265973416127e-10, + "O": 2.908208673879642e-10, + "W": 1.6621737623442878e-12, + "N": 4.325885483158487e-10, + "Y": 2.2725638260112646e-08, + "U": 3.72342618976812e-13, + "K": 1.8640726982821487e-12, + "L": 9.397006827185916e-13, + "G": 1.9269155160372975e-09, + "F": 2.4544860366404464e-07, + "E": 4.634774697365174e-08, + "T": 6.816700448553092e-08, + "P": 0.6856836080551147, + "-": 0.31431588530540466 + }, + "id": "tp_10129" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1266133, + "label": "P", + "classification": { + "B": 2.1169570263435133e-10, + "S": 4.1334322076203023e-10, + "I": 8.508457540301606e-06, + "C": 1.3572980961384928e-08, + "R": 2.2743104621802956e-10, + "M": 1.9994320865635018e-08, + "O": 7.849193295328405e-09, + "W": 3.529420922188109e-10, + "N": 7.917155357972661e-07, + "Y": 4.879832999904465e-07, + "U": 1.8624088382601656e-10, + "K": 7.381645161785855e-08, + "L": 5.488693874400319e-11, + "G": 5.041134727434837e-07, + "F": 5.484106077346951e-05, + "E": 0.00037315773079171777, + "T": 1.7236192206837586e-07, + "P": 0.9791219830513, + "-": 0.0204395093023777 + }, + "id": "tp_10130" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1266266, + "label": "P", + "classification": { + "B": 5.574828598753356e-09, + "S": 1.180851944004857e-10, + "I": 2.313841469003819e-05, + "C": 1.1770221419737936e-07, + "R": 4.342790571598698e-09, + "M": 4.211381394725322e-07, + "O": 3.910043844257416e-08, + "W": 4.898828565025326e-10, + "N": 1.751322429299762e-07, + "Y": 2.169742583646439e-05, + "U": 1.4766471378990786e-09, + "K": 7.511014921135484e-09, + "L": 2.506443941285852e-09, + "G": 7.111283139238367e-06, + "F": 4.00218996219337e-05, + "E": 3.188019400113262e-05, + "T": 5.598508323600981e-06, + "P": 0.686893880367279, + "-": 0.3129758834838867 + }, + "id": "tp_10131" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1266400, + "label": "P", + "classification": { + "B": 1.0204059890384087e-06, + "S": 9.060056527232518e-08, + "I": 5.3413237765198573e-05, + "C": 3.732220932306518e-07, + "R": 4.169683265331514e-08, + "M": 2.7301675800117664e-06, + "O": 2.2529220586875454e-06, + "W": 1.2972375884601206e-07, + "N": 9.324508596364467e-07, + "Y": 2.0233319446560927e-05, + "U": 2.0876537831782116e-08, + "K": 4.821016919009935e-09, + "L": 2.8425455411706935e-07, + "G": 5.791467174276477e-06, + "F": 7.13650879333727e-05, + "E": 3.463479515630752e-05, + "T": 2.3382499421131797e-05, + "P": 0.6168952584266663, + "-": 0.38288813829421997 + }, + "id": "tp_10132" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1266533, + "label": "-", + "classification": { + "B": 6.79982505857879e-08, + "S": 5.534210956170682e-08, + "I": 0.0010543816024437547, + "C": 2.35316274483921e-05, + "R": 1.0854288348127739e-06, + "M": 5.9758429415524006e-05, + "O": 3.886417744070059e-06, + "W": 8.710995302863012e-08, + "N": 1.034225533658173e-05, + "Y": 0.0007231449126265943, + "U": 5.984799145153374e-08, + "K": 1.1340172534346493e-07, + "L": 2.6067635872095707e-07, + "G": 4.487144906306639e-05, + "F": 0.00012009057536488399, + "E": 0.000390077504562214, + "T": 0.0004756834532599896, + "P": 0.3275655508041382, + "-": 0.669526994228363 + }, + "id": "tp_10133" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1266633, + "label": "P", + "classification": { + "B": 6.35423824668635e-10, + "S": 1.4936250847252808e-10, + "I": 1.6682874047546647e-05, + "C": 1.2027957296822933e-08, + "R": 1.4760771771538117e-10, + "M": 9.518069532532536e-08, + "O": 5.497638344564848e-09, + "W": 1.2778161861959347e-10, + "N": 7.572453597504136e-08, + "Y": 2.259103894175496e-06, + "U": 6.469867003255914e-11, + "K": 2.7940696978312474e-10, + "L": 1.315949016422735e-10, + "G": 7.686804082140952e-08, + "F": 4.356061253929511e-06, + "E": 2.4566079446231015e-05, + "T": 9.817822501645423e-07, + "P": 0.6339631676673889, + "-": 0.3659878075122833 + }, + "id": "tp_10134" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1266767, + "label": "P", + "classification": { + "B": 3.0173702078584164e-12, + "S": 2.062621585032301e-13, + "I": 4.437754625996604e-07, + "C": 1.8433332638068123e-10, + "R": 2.0543540826811757e-12, + "M": 3.1106206499487143e-10, + "O": 8.427137460076395e-11, + "W": 7.502824316690804e-13, + "N": 4.097702455130303e-10, + "Y": 3.3385301634325515e-08, + "U": 3.213056719558044e-13, + "K": 1.0877568648332697e-13, + "L": 6.551086170931975e-13, + "G": 1.084790146599346e-09, + "F": 4.155969435259976e-08, + "E": 5.111734679985602e-08, + "T": 2.400569876215286e-08, + "P": 0.851559579372406, + "-": 0.14843979477882385 + }, + "id": "tp_10135" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1266900, + "label": "P", + "classification": { + "B": 2.365960483086127e-10, + "S": 9.911375054016958e-10, + "I": 2.7925210815737955e-05, + "C": 1.2195787491009469e-08, + "R": 8.678955332186433e-10, + "M": 7.510142552291654e-08, + "O": 2.063676873831355e-08, + "W": 3.6324887542349416e-10, + "N": 6.073283316254674e-07, + "Y": 6.290961209742818e-07, + "U": 1.7959843334747205e-10, + "K": 1.3897588857503251e-08, + "L": 1.6217631404469302e-10, + "G": 2.1901259117385052e-07, + "F": 1.957792483153753e-05, + "E": 9.384412805957254e-06, + "T": 1.1716490462276852e-06, + "P": 0.909887433052063, + "-": 0.09005282819271088 + }, + "id": "tp_10136" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1267000, + "label": "P", + "classification": { + "B": 5.243001588439711e-10, + "S": 2.986322300557731e-11, + "I": 1.5306801515180268e-06, + "C": 1.3043031099613245e-09, + "R": 5.621846738135261e-12, + "M": 7.590691808445627e-08, + "O": 3.335963505435302e-09, + "W": 2.7900222063226288e-11, + "N": 1.0234278313703271e-08, + "Y": 1.632034241083602e-07, + "U": 5.695236816871674e-12, + "K": 1.5544703024783502e-10, + "L": 4.82368762988461e-11, + "G": 1.100072495319182e-07, + "F": 9.965747267415281e-06, + "E": 2.8621876481338404e-05, + "T": 1.0542080275399712e-07, + "P": 0.7961547374725342, + "-": 0.203804612159729 + }, + "id": "tp_10137" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1267134, + "label": "P", + "classification": { + "B": 4.193476232927651e-09, + "S": 9.75941016889692e-09, + "I": 0.00047847212408669293, + "C": 5.365175752558571e-07, + "R": 1.212026177199732e-07, + "M": 6.495671414086246e-07, + "O": 2.5470913556091546e-07, + "W": 1.3865151693437383e-08, + "N": 7.4785725701076444e-06, + "Y": 5.1330920541659e-05, + "U": 1.4349877730523986e-08, + "K": 4.6106123363642837e-07, + "L": 6.739006686018456e-09, + "G": 3.2433322303404566e-06, + "F": 0.00016084089293144643, + "E": 2.897930062317755e-05, + "T": 1.9180415620212443e-05, + "P": 0.8201055526733398, + "-": 0.1791428029537201 + }, + "id": "tp_10138" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1267267, + "label": "I", + "classification": { + "B": 0.0005371790030039847, + "S": 0.0012945464113727212, + "I": 0.6154980659484863, + "C": 0.015828559175133705, + "R": 0.002397332340478897, + "M": 0.00393013097345829, + "O": 0.0011843082029372454, + "W": 0.0003941191534977406, + "N": 0.10113732516765594, + "Y": 0.03171060234308243, + "U": 1.83532993105473e-05, + "K": 0.002995145507156849, + "L": 0.00025817821733653545, + "G": 0.032136932015419006, + "F": 0.001733587123453617, + "E": 0.15471434593200684, + "T": 0.00466670747846365, + "P": 0.02705017849802971, + "-": 0.0025143660604953766 + }, + "id": "tp_10139" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1267401, + "label": "-", + "classification": { + "B": 3.684098555822857e-05, + "S": 4.026086753583513e-05, + "I": 0.0028752777725458145, + "C": 0.0010884599760174751, + "R": 0.00021372895571403205, + "M": 0.0010805315105244517, + "O": 0.00038425708771683276, + "W": 8.328168041771278e-05, + "N": 0.0006833960651420057, + "Y": 0.010027875192463398, + "U": 8.282023918582126e-05, + "K": 0.0061472631059587, + "L": 6.185781967360526e-05, + "G": 0.004028466530144215, + "F": 0.05160227045416832, + "E": 0.021119393408298492, + "T": 0.0022067702375352383, + "P": 0.21837179362773895, + "-": 0.6798653602600098 + }, + "id": "tp_10140" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1267501, + "label": "I", + "classification": { + "B": 4.939900463796221e-06, + "S": 5.6076241889968514e-05, + "I": 0.9247403144836426, + "C": 0.001126471790485084, + "R": 0.00016116577899083495, + "M": 0.00029622603324241936, + "O": 6.679508078377694e-05, + "W": 1.585593599884305e-05, + "N": 0.05050443112850189, + "Y": 0.004360802937299013, + "U": 5.632530246657552e-07, + "K": 0.0002008651936193928, + "L": 3.834099970845273e-06, + "G": 0.0012842407450079918, + "F": 4.8901285481406376e-05, + "E": 0.008513757959008217, + "T": 0.0009460362489335239, + "P": 0.007383458316326141, + "-": 0.0002852067118510604 + }, + "id": "tp_10141" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1267634, + "label": "I", + "classification": { + "B": 4.516171611612663e-05, + "S": 4.908175833406858e-05, + "I": 0.8359590172767639, + "C": 0.040692005306482315, + "R": 0.0032733376137912273, + "M": 0.0019378464203327894, + "O": 0.0003180399362463504, + "W": 9.755172504810616e-05, + "N": 0.025334976613521576, + "Y": 0.013176620937883854, + "U": 2.4370448954869062e-05, + "K": 0.00017516143270768225, + "L": 6.921399472048506e-05, + "G": 0.005156946834176779, + "F": 0.00023535573564004153, + "E": 0.032550737261772156, + "T": 0.0022701441776007414, + "P": 0.033660225570201874, + "-": 0.0049741086550056934 + }, + "id": "tp_10142" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1267768, + "label": "I", + "classification": { + "B": 1.2715489901893307e-05, + "S": 0.00024251212016679347, + "I": 0.8947391510009766, + "C": 0.0002476995578035712, + "R": 7.546366396127269e-05, + "M": 0.00014157226542010903, + "O": 5.2894625696353614e-05, + "W": 2.053378921118565e-05, + "N": 0.08797899633646011, + "Y": 0.00516101811081171, + "U": 1.5888102211647492e-07, + "K": 0.0005228007794357836, + "L": 3.0314590730995405e-06, + "G": 0.0012256510090082884, + "F": 5.631274689221755e-05, + "E": 0.006240697577595711, + "T": 0.0010360004380345345, + "P": 0.0021818410605192184, + "-": 6.10337701800745e-05 + }, + "id": "tp_10143" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1267901, + "label": "I", + "classification": { + "B": 5.98499946136144e-06, + "S": 0.00011911024193977937, + "I": 0.876988410949707, + "C": 0.0023854351602494717, + "R": 0.00024500556173734367, + "M": 0.00016973887977655977, + "O": 5.345351019059308e-05, + "W": 1.4076243132876698e-05, + "N": 0.07097863405942917, + "Y": 0.006821328308433294, + "U": 9.733743411288742e-08, + "K": 0.0009312350302934647, + "L": 4.597943643602775e-06, + "G": 0.008402636274695396, + "F": 7.940765499370173e-05, + "E": 0.030364371836185455, + "T": 0.0009801816195249557, + "P": 0.001400268403813243, + "-": 5.601164230029099e-05 + }, + "id": "tp_10144" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1268001, + "label": "I", + "classification": { + "B": 2.3826485630706884e-05, + "S": 0.00021512393141165376, + "I": 0.9607836604118347, + "C": 0.0004827486991416663, + "R": 0.00017417663184460253, + "M": 0.00018100746092386544, + "O": 9.208553819917142e-05, + "W": 1.3795985978504177e-05, + "N": 0.028858687728643417, + "Y": 0.00518727907910943, + "U": 5.138146619287909e-08, + "K": 8.902093213691842e-06, + "L": 7.531950359407347e-06, + "G": 0.0009248360875062644, + "F": 9.825979759625625e-06, + "E": 0.001215048716403544, + "T": 0.0010301251895725727, + "P": 0.0007538023055531085, + "-": 3.746655784198083e-05 + }, + "id": "tp_10145" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1268135, + "label": "Y", + "classification": { + "B": 2.6176934625254944e-05, + "S": 0.0022713439539074898, + "I": 0.291493684053421, + "C": 0.010418256744742393, + "R": 0.001494879019446671, + "M": 0.0015082998434081674, + "O": 0.001882967073470354, + "W": 0.0004843244096264243, + "N": 0.07408486306667328, + "Y": 0.3919907212257385, + "U": 2.104269697156269e-06, + "K": 0.0436817929148674, + "L": 6.019710053806193e-05, + "G": 0.10297377407550812, + "F": 0.006692283786833286, + "E": 0.018054328858852386, + "T": 0.04709065705537796, + "P": 0.0029730324167758226, + "-": 0.0028162887319922447 + }, + "id": "tp_10146" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1268268, + "label": "I", + "classification": { + "B": 0.00021672969160135835, + "S": 0.0005264495266601443, + "I": 0.6792046427726746, + "C": 0.007188321556895971, + "R": 0.0017520867986604571, + "M": 0.002777121728286147, + "O": 0.0006501490715891123, + "W": 0.00023346756643150002, + "N": 0.0642433688044548, + "Y": 0.04902074858546257, + "U": 1.704558053461369e-05, + "K": 0.0017355256713926792, + "L": 0.00015966614591889083, + "G": 0.027264315634965897, + "F": 0.0012821175623685122, + "E": 0.12420859932899475, + "T": 0.0068220701068639755, + "P": 0.03027975559234619, + "-": 0.0024177597369998693 + }, + "id": "tp_10147" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1268402, + "label": "I", + "classification": { + "B": 6.730277164024301e-06, + "S": 8.082177373580635e-05, + "I": 0.8936545252799988, + "C": 0.0001554495102027431, + "R": 1.856551352830138e-05, + "M": 0.00021262693917378783, + "O": 2.2497373720398173e-05, + "W": 6.810891136410646e-06, + "N": 0.07876686751842499, + "Y": 0.000670551264192909, + "U": 7.097628440533299e-08, + "K": 0.00017495719657745212, + "L": 6.386555924109416e-07, + "G": 0.00038761922041885555, + "F": 2.344055610592477e-05, + "E": 0.012259435839951038, + "T": 0.0002564829192124307, + "P": 0.013236932456493378, + "-": 6.502521864604205e-05 + }, + "id": "tp_10148" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1268502, + "label": "Y", + "classification": { + "B": 0.00034178196801804006, + "S": 0.016074152663350105, + "I": 0.14024057984352112, + "C": 0.026811150833964348, + "R": 0.008357487618923187, + "M": 0.022384095937013626, + "O": 0.011176369152963161, + "W": 0.00429560337215662, + "N": 0.04679221659898758, + "Y": 0.25487345457077026, + "U": 9.017065895022824e-05, + "K": 0.09056732803583145, + "L": 0.001175456796772778, + "G": 0.13862654566764832, + "F": 0.039843324571847916, + "E": 0.037687767297029495, + "T": 0.12315163016319275, + "P": 0.012441499158740044, + "-": 0.02506944164633751 + }, + "id": "tp_10149" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1268635, + "label": "I", + "classification": { + "B": 3.202049629180692e-05, + "S": 0.0005145313334651291, + "I": 0.741989016532898, + "C": 0.0018373626517131925, + "R": 0.0003598681651055813, + "M": 0.00034194663749076426, + "O": 0.00027132133254781365, + "W": 8.240064926212654e-05, + "N": 0.1814374178647995, + "Y": 0.009810356423258781, + "U": 1.2820405572711024e-06, + "K": 0.0028892832342535257, + "L": 2.1233801817288622e-05, + "G": 0.011294004507362843, + "F": 0.00043352143256925046, + "E": 0.03466006740927696, + "T": 0.0025141278747469187, + "P": 0.011147091165184975, + "-": 0.000363098515663296 + }, + "id": "tp_10150" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1268769, + "label": "I", + "classification": { + "B": 0.00012659348431043327, + "S": 0.0013802475295960903, + "I": 0.6326533555984497, + "C": 0.013186640106141567, + "R": 0.0028836815617978573, + "M": 0.0022203074768185616, + "O": 0.0013612080365419388, + "W": 0.00041013609734363854, + "N": 0.09766215085983276, + "Y": 0.0945407897233963, + "U": 1.359329507977236e-05, + "K": 0.021931800991296768, + "L": 0.00015327880100812763, + "G": 0.04951731488108635, + "F": 0.004289999138563871, + "E": 0.03795197978615761, + "T": 0.02300218492746353, + "P": 0.011886031366884708, + "-": 0.004828677512705326 + }, + "id": "tp_10151" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1268902, + "label": "I", + "classification": { + "B": 1.0140762896071465e-08, + "S": 4.277396783436416e-06, + "I": 0.9752576947212219, + "C": 4.175887079327367e-05, + "R": 9.568149152983096e-07, + "M": 5.5497189350717235e-06, + "O": 6.336826459119038e-07, + "W": 3.839440410047246e-08, + "N": 0.02371826209127903, + "Y": 7.198275125119835e-05, + "U": 9.100928561114885e-13, + "K": 7.383700335594767e-07, + "L": 5.047501083765837e-09, + "G": 0.00025169079890474677, + "F": 5.530565871936233e-08, + "E": 0.0006189272971823812, + "T": 1.4614633073506411e-05, + "P": 1.2755841453326866e-05, + "-": 1.6509417832821782e-08 + }, + "id": "tp_10152" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1269002, + "label": "I", + "classification": { + "B": 0.00017467649013269693, + "S": 0.015232352539896965, + "I": 0.6730655431747437, + "C": 0.01711367815732956, + "R": 0.009485668502748013, + "M": 0.019884753972291946, + "O": 0.008579976856708527, + "W": 0.0011398530332371593, + "N": 0.06366778165102005, + "Y": 0.0350288450717926, + "U": 7.1994259087659884e-06, + "K": 0.001931931241415441, + "L": 0.0018476374680176377, + "G": 0.06615797430276871, + "F": 0.004191843792796135, + "E": 0.009189017117023468, + "T": 0.062160737812519073, + "P": 0.006866469047963619, + "-": 0.00427405396476388 + }, + "id": "tp_10153" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1269136, + "label": "I", + "classification": { + "B": 4.438764153746888e-05, + "S": 0.00016437524755019695, + "I": 0.9267339706420898, + "C": 0.004219799302518368, + "R": 0.0011600585421547294, + "M": 0.0008520911796949804, + "O": 0.0002220097667304799, + "W": 4.730504588223994e-05, + "N": 0.04250631853938103, + "Y": 0.0024739548098295927, + "U": 1.719691226753639e-06, + "K": 5.5651009461143985e-05, + "L": 4.6199704229366034e-05, + "G": 0.003441015025600791, + "F": 6.011257573845796e-05, + "E": 0.01045256294310093, + "T": 0.0011594502720981836, + "P": 0.006127232685685158, + "-": 0.00023171473003458232 + }, + "id": "tp_10154" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1269269, + "label": "I", + "classification": { + "B": 0.00026023710961453617, + "S": 0.001103863469325006, + "I": 0.2654683291912079, + "C": 0.005423407070338726, + "R": 0.0016258872346952558, + "M": 0.010776054114103317, + "O": 0.0014866903657093644, + "W": 0.0006008364143781364, + "N": 0.04570318013429642, + "Y": 0.11362002789974213, + "U": 6.978520832490176e-05, + "K": 0.06190872937440872, + "L": 0.00017374093295075, + "G": 0.059154871851205826, + "F": 0.01535466592758894, + "E": 0.25876253843307495, + "T": 0.0318739153444767, + "P": 0.08093293011188507, + "-": 0.045700352638959885 + }, + "id": "tp_10155" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1269403, + "label": "I", + "classification": { + "B": 1.6270628577785828e-07, + "S": 2.2062508833187167e-06, + "I": 0.987902820110321, + "C": 0.00010095233301399276, + "R": 1.4249674677557778e-05, + "M": 1.7731097614159808e-05, + "O": 2.9719171834585723e-06, + "W": 4.1204378931070096e-07, + "N": 0.010203450918197632, + "Y": 0.00024131352256517857, + "U": 4.006460052607963e-09, + "K": 4.625572103122977e-07, + "L": 1.2930243542541575e-07, + "G": 9.121892799157649e-05, + "F": 3.6070849773750524e-07, + "E": 0.0006374341319315135, + "T": 5.5449039791710675e-05, + "P": 0.0007242026040330529, + "-": 4.4442713260650635e-06 + }, + "id": "tp_10156" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1269503, + "label": "I", + "classification": { + "B": 0.00014231810928322375, + "S": 0.0009929400403052568, + "I": 0.7567258477210999, + "C": 0.018573148176074028, + "R": 0.004955289885401726, + "M": 0.0030701321084052324, + "O": 0.0016850531101226807, + "W": 0.0006960349855944514, + "N": 0.11655112355947495, + "Y": 0.027769453823566437, + "U": 3.229943467886187e-05, + "K": 0.0017694927519187331, + "L": 0.00027158911689184606, + "G": 0.018073469400405884, + "F": 0.0006229847203940153, + "E": 0.024538449943065643, + "T": 0.012900125235319138, + "P": 0.008856818079948425, + "-": 0.0017733884742483497 + }, + "id": "tp_10157" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1269636, + "label": "I", + "classification": { + "B": 0.0001525839907117188, + "S": 0.0011295805452391505, + "I": 0.7067471146583557, + "C": 0.016705552116036415, + "R": 0.0017328255344182253, + "M": 0.00153515231795609, + "O": 0.0006889654323458672, + "W": 0.00022150232689455152, + "N": 0.1541110724210739, + "Y": 0.01936636120080948, + "U": 5.106224762130296e-06, + "K": 0.0015487935161218047, + "L": 0.00014782376820221543, + "G": 0.028042061254382133, + "F": 0.00034484610660001636, + "E": 0.057233329862356186, + "T": 0.005814008414745331, + "P": 0.004195106215775013, + "-": 0.0002781253424473107 + }, + "id": "tp_10158" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1269770, + "label": "I", + "classification": { + "B": 2.3287706426344812e-05, + "S": 0.00016912924183998257, + "I": 0.8708544373512268, + "C": 0.00269498722627759, + "R": 0.0011706568766385317, + "M": 0.0017589846393093467, + "O": 0.000521299138199538, + "W": 4.847256059292704e-05, + "N": 0.030609196051955223, + "Y": 0.043855372816324234, + "U": 2.087356278934749e-06, + "K": 0.0003745939175132662, + "L": 4.411616828292608e-05, + "G": 0.009993807412683964, + "F": 0.0005445030983537436, + "E": 0.004194038920104504, + "T": 0.014655283652245998, + "P": 0.014416109770536423, + "-": 0.004069671966135502 + }, + "id": "tp_10159" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1269903, + "label": "I", + "classification": { + "B": 0.0001382421178277582, + "S": 0.000487569224787876, + "I": 0.4030635356903076, + "C": 0.009563935920596123, + "R": 0.001905359560623765, + "M": 0.006220406387001276, + "O": 0.0010348201030865312, + "W": 0.00035897534689866006, + "N": 0.028909556567668915, + "Y": 0.10994485020637512, + "U": 3.587492756196298e-05, + "K": 0.007539466023445129, + "L": 0.000157414106070064, + "G": 0.03174836188554764, + "F": 0.016873793676495552, + "E": 0.14213445782661438, + "T": 0.02455710805952549, + "P": 0.15142230689525604, + "-": 0.06390394270420074 + }, + "id": "tp_10160" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1270003, + "label": "I", + "classification": { + "B": 0.0008363498491235077, + "S": 0.004304519854485989, + "I": 0.5594065189361572, + "C": 0.03142281994223595, + "R": 0.007524166721850634, + "M": 0.005731532350182533, + "O": 0.004073137417435646, + "W": 0.001963089220225811, + "N": 0.20085762441158295, + "Y": 0.023160703480243683, + "U": 0.00014650278899352998, + "K": 0.010026995092630386, + "L": 0.000546200608368963, + "G": 0.035013485699892044, + "F": 0.0028791052754968405, + "E": 0.066046804189682, + "T": 0.011289326474070549, + "P": 0.03156041353940964, + "-": 0.003210756229236722 + }, + "id": "tp_10161" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1270137, + "label": "I", + "classification": { + "B": 2.7667643735185266e-05, + "S": 0.0002401035453658551, + "I": 0.8777193427085876, + "C": 0.0004668071342166513, + "R": 0.00014049475430510938, + "M": 0.0009302073158323765, + "O": 0.00012238111230544746, + "W": 3.227695560781285e-05, + "N": 0.08298510313034058, + "Y": 0.006779520772397518, + "U": 5.61552212730021e-07, + "K": 0.000496288703288883, + "L": 1.118710952141555e-05, + "G": 0.002364960964769125, + "F": 8.802138472674415e-05, + "E": 0.018620822578668594, + "T": 0.0024787355214357376, + "P": 0.006222662050276995, + "-": 0.00027284439420327544 + }, + "id": "tp_10162" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1270270, + "label": "I", + "classification": { + "B": 0.00038704313919879496, + "S": 0.0008897387306205928, + "I": 0.6783668398857117, + "C": 0.04061010852456093, + "R": 0.009547938592731953, + "M": 0.010024655610322952, + "O": 0.0017460755771026015, + "W": 0.00032166048185899854, + "N": 0.06286771595478058, + "Y": 0.03309295326471329, + "U": 2.5024188289535232e-05, + "K": 0.0005753444856964052, + "L": 0.0007316774572245777, + "G": 0.05188605189323425, + "F": 0.000603827356826514, + "E": 0.08070188760757446, + "T": 0.012162510305643082, + "P": 0.01366393268108368, + "-": 0.0017950861947610974 + }, + "id": "tp_10163" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1270404, + "label": "I", + "classification": { + "B": 2.8101550924475305e-05, + "S": 0.00012209784472361207, + "I": 0.8859035968780518, + "C": 0.0038299309089779854, + "R": 0.0006645492976531386, + "M": 0.0005875173956155777, + "O": 0.00012390688061714172, + "W": 1.8462855223333463e-05, + "N": 0.05589936301112175, + "Y": 0.00202302448451519, + "U": 5.923960770815029e-07, + "K": 9.16476856218651e-05, + "L": 3.3845131838461384e-05, + "G": 0.008126717060804367, + "F": 8.470619650324807e-05, + "E": 0.03197502717375755, + "T": 0.0005184226902201772, + "P": 0.009862875565886497, + "-": 0.00010559907968854532 + }, + "id": "tp_10164" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1270504, + "label": "I", + "classification": { + "B": 2.930893242591992e-05, + "S": 0.001637267996557057, + "I": 0.6528183221817017, + "C": 0.003858747659251094, + "R": 0.0004532230377662927, + "M": 0.000548199110198766, + "O": 0.0005006527062505484, + "W": 0.00016534891619812697, + "N": 0.2625619173049927, + "Y": 0.013356075622141361, + "U": 1.537883917990257e-06, + "K": 0.007404246833175421, + "L": 2.5543089577695355e-05, + "G": 0.016291847452521324, + "F": 0.0007605936843901873, + "E": 0.027301378548145294, + "T": 0.005082457326352596, + "P": 0.006849643774330616, + "-": 0.00035363505594432354 + }, + "id": "tp_10165" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1270637, + "label": "I", + "classification": { + "B": 0.0001408914104104042, + "S": 0.0006963498308323324, + "I": 0.716494083404541, + "C": 0.002856525359675288, + "R": 0.0012533722911030054, + "M": 0.0019066024105995893, + "O": 0.0005316471215337515, + "W": 0.0002742749056778848, + "N": 0.08290158212184906, + "Y": 0.015084299258887768, + "U": 2.033786768151913e-05, + "K": 0.00411661621183157, + "L": 0.00010084796667797491, + "G": 0.009675723500549793, + "F": 0.0024915828835219145, + "E": 0.061262983828783035, + "T": 0.005229095462709665, + "P": 0.08915067464113235, + "-": 0.005812439136207104 + }, + "id": "tp_10166" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1270771, + "label": "I", + "classification": { + "B": 4.028899274999276e-05, + "S": 0.0013408862287178636, + "I": 0.7799232602119446, + "C": 0.04362142086029053, + "R": 0.0015196999302133918, + "M": 0.0013960606884211302, + "O": 0.0003796059172600508, + "W": 8.315646118717268e-05, + "N": 0.08480984717607498, + "Y": 0.004503014497458935, + "U": 1.2111216562971094e-07, + "K": 0.00013644156570080668, + "L": 0.00010322769230697304, + "G": 0.05621737986803055, + "F": 5.843901089974679e-05, + "E": 0.021887468174099922, + "T": 0.0033598553854972124, + "P": 0.0005939159891568124, + "-": 2.5989369532908313e-05 + }, + "id": "tp_10167" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1270904, + "label": "I", + "classification": { + "B": 9.555742508382536e-07, + "S": 3.162195207551122e-05, + "I": 0.8929718732833862, + "C": 0.018014153465628624, + "R": 0.00023137220705393702, + "M": 0.00022038310999050736, + "O": 2.3723328922642395e-05, + "W": 2.8066128834325355e-06, + "N": 0.038318656384944916, + "Y": 0.00044626626186072826, + "U": 1.8428917281099189e-09, + "K": 2.7654823497869074e-05, + "L": 5.602484634437133e-06, + "G": 0.028533373028039932, + "F": 5.244563453743467e-06, + "E": 0.020752087235450745, + "T": 0.0002826883574016392, + "P": 0.0001299277355428785, + "-": 1.7381807992933318e-06 + }, + "id": "tp_10168" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1271004, + "label": "I", + "classification": { + "B": 0.0002523189759813249, + "S": 0.0014348349068313837, + "I": 0.8272215723991394, + "C": 0.0010800928575918078, + "R": 0.0008925492875277996, + "M": 0.0013764625182375312, + "O": 0.0008624466718174517, + "W": 0.000298687577014789, + "N": 0.09576474130153656, + "Y": 0.011114398948848248, + "U": 1.438263279851526e-05, + "K": 0.00299430382438004, + "L": 6.14811506238766e-05, + "G": 0.0036382703110575676, + "F": 0.0007029324187897146, + "E": 0.008809898048639297, + "T": 0.004404135979712009, + "P": 0.036391377449035645, + "-": 0.0026851058937609196 + }, + "id": "tp_10169" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1271138, + "label": "I", + "classification": { + "B": 0.00010007438686443493, + "S": 0.0007850850815884769, + "I": 0.6503927707672119, + "C": 0.007732386235147715, + "R": 0.0021395927760750055, + "M": 0.00224521616473794, + "O": 0.0009119113674387336, + "W": 0.0002626101777423173, + "N": 0.08062925934791565, + "Y": 0.08389202505350113, + "U": 9.139189387497026e-06, + "K": 0.01913783885538578, + "L": 8.393925963900983e-05, + "G": 0.05031752586364746, + "F": 0.003648501355201006, + "E": 0.0667690858244896, + "T": 0.009442712180316448, + "P": 0.01807563006877899, + "-": 0.003424618626013398 + }, + "id": "tp_10170" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1271271, + "label": "I", + "classification": { + "B": 7.689475023653358e-05, + "S": 0.002515616128221154, + "I": 0.838821530342102, + "C": 0.0005069007747806609, + "R": 0.00031953430152498186, + "M": 0.0007280905265361071, + "O": 0.0006260400987230241, + "W": 0.0001953713654074818, + "N": 0.12565945088863373, + "Y": 0.009364348836243153, + "U": 9.01552596133115e-07, + "K": 0.0010080320062115788, + "L": 3.1344792660092935e-05, + "G": 0.004416612908244133, + "F": 0.00036498368717730045, + "E": 0.005203418433666229, + "T": 0.004323375411331654, + "P": 0.005524981766939163, + "-": 0.00031245709396898746 + }, + "id": "tp_10171" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1271405, + "label": "I", + "classification": { + "B": 4.215314402244985e-05, + "S": 0.0004219378752168268, + "I": 0.7699868679046631, + "C": 0.0013936557807028294, + "R": 0.00020257255528122187, + "M": 0.0007562931277789176, + "O": 0.0002802810340654105, + "W": 0.00011830544099211693, + "N": 0.10716577619314194, + "Y": 0.016496846452355385, + "U": 6.338535740724183e-07, + "K": 0.00374085851944983, + "L": 1.3903189937991556e-05, + "G": 0.010829772800207138, + "F": 0.0004239008412696421, + "E": 0.07679509371519089, + "T": 0.0014521166449412704, + "P": 0.00955051276832819, + "-": 0.00032849336275830865 + }, + "id": "tp_10172" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1271505, + "label": "P", + "classification": { + "B": 2.562408618622669e-10, + "S": 1.2398475579544765e-09, + "I": 1.9805181636911584e-06, + "C": 3.54901441568245e-09, + "R": 3.7299185962069714e-10, + "M": 1.543949146309842e-08, + "O": 2.4825986599807948e-08, + "W": 7.976069804627173e-10, + "N": 7.944883151367321e-08, + "Y": 8.363223287233268e-07, + "U": 9.604873146829007e-11, + "K": 8.886775759719967e-09, + "L": 9.985735155426667e-11, + "G": 1.1939668809191062e-07, + "F": 9.719011723063886e-05, + "E": 1.8620919490786036e-06, + "T": 8.193302392101032e-07, + "P": 0.6950490474700928, + "-": 0.30484798550605774 + }, + "id": "tp_10173" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1271638, + "label": "P", + "classification": { + "B": 1.341101523166799e-07, + "S": 7.351685837875266e-08, + "I": 0.0001178877500933595, + "C": 1.217622696003673e-07, + "R": 1.6551322090663234e-08, + "M": 9.086006684810854e-07, + "O": 3.63460884500455e-07, + "W": 5.7754473203885937e-08, + "N": 9.429998499399517e-06, + "Y": 2.9430184440570883e-06, + "U": 1.6876672503940426e-08, + "K": 9.225148573932529e-07, + "L": 8.114770189138198e-09, + "G": 3.400625473659602e-06, + "F": 9.262571256840602e-05, + "E": 0.00030320562655106187, + "T": 4.719716343970504e-06, + "P": 0.9553080797195435, + "-": 0.044155094772577286 + }, + "id": "tp_10174" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1271772, + "label": "P", + "classification": { + "B": 1.3470148330085863e-09, + "S": 2.339689830765934e-10, + "I": 4.492979860515334e-05, + "C": 7.086615738671753e-08, + "R": 1.871436561273754e-09, + "M": 1.0581980802726321e-07, + "O": 2.8474904212316687e-08, + "W": 5.984232553934987e-10, + "N": 3.0033260145501117e-07, + "Y": 4.215725311951246e-06, + "U": 7.650621802746116e-10, + "K": 2.3695470030560273e-09, + "L": 6.256010154359615e-10, + "G": 5.446324280455883e-07, + "F": 1.1098814866272733e-05, + "E": 6.444922291848343e-06, + "T": 2.9834984616172733e-06, + "P": 0.7665175795555115, + "-": 0.2334117591381073 + }, + "id": "tp_10175" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1271905, + "label": "P", + "classification": { + "B": 6.97908717484097e-08, + "S": 5.40919176117427e-09, + "I": 0.00010481453500688076, + "C": 2.545846768953197e-07, + "R": 1.4855253027690196e-08, + "M": 6.930447398190154e-07, + "O": 1.8429614101478364e-07, + "W": 1.3054869185680218e-08, + "N": 2.478917622283916e-06, + "Y": 4.0361210267292336e-06, + "U": 4.2702335001365554e-09, + "K": 4.471329262401014e-08, + "L": 7.173262428494809e-09, + "G": 2.522735712773283e-06, + "F": 2.0680425222963095e-05, + "E": 7.55333894630894e-05, + "T": 5.116138254379621e-06, + "P": 0.9127129912376404, + "-": 0.08707054704427719 + }, + "id": "tp_10176" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1272005, + "label": "-", + "classification": { + "B": 4.1387759885935793e-10, + "S": 1.4068811671208437e-09, + "I": 0.00016827644139993936, + "C": 3.024286456820846e-07, + "R": 2.8294421028363104e-08, + "M": 7.936203019198729e-07, + "O": 9.799889255646121e-08, + "W": 3.224495115361492e-09, + "N": 1.2973702041563229e-06, + "Y": 5.9664551372407004e-05, + "U": 3.891345912165889e-09, + "K": 1.632974573340107e-07, + "L": 2.172542146183787e-09, + "G": 1.7623011672185385e-06, + "F": 6.89964581397362e-05, + "E": 1.8554635971668176e-05, + "T": 2.8220520107424818e-05, + "P": 0.4617176949977875, + "-": 0.5379341244697571 + }, + "id": "tp_10177" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1272139, + "label": "P", + "classification": { + "B": 4.586712398779724e-10, + "S": 2.841616941751113e-10, + "I": 7.982747774804011e-06, + "C": 3.116208180387048e-09, + "R": 6.068388153090964e-11, + "M": 2.108669683309472e-08, + "O": 6.024237109159003e-09, + "W": 1.4658922686816567e-10, + "N": 1.3931482101270376e-07, + "Y": 3.65641703581332e-08, + "U": 5.019264170957882e-11, + "K": 8.665818063136044e-10, + "L": 6.183758366473668e-11, + "G": 4.731592895268477e-08, + "F": 3.955238298658514e-06, + "E": 4.334262939664768e-06, + "T": 2.510952583634207e-07, + "P": 0.9540374279022217, + "-": 0.04594580829143524 + }, + "id": "tp_10178" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1272272, + "label": "P", + "classification": { + "B": 7.739209446910866e-12, + "S": 4.2544993136134357e-13, + "I": 4.498055261592526e-07, + "C": 6.038167882360668e-11, + "R": 5.826569153370709e-13, + "M": 7.040941163438674e-10, + "O": 1.0838487746189784e-10, + "W": 4.2871562962003285e-13, + "N": 1.3831822354148926e-09, + "Y": 3.214990584865518e-08, + "U": 3.08100441860637e-13, + "K": 1.547384291013254e-12, + "L": 5.183681717375876e-13, + "G": 1.5699658240109216e-09, + "F": 1.3651134622705285e-07, + "E": 4.052052702263609e-07, + "T": 4.453172763874136e-08, + "P": 0.8225893378257751, + "-": 0.17740964889526367 + }, + "id": "tp_10179" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1272406, + "label": "P", + "classification": { + "B": 1.2187736930791004e-10, + "S": 1.466377574921296e-10, + "I": 7.544196250819368e-06, + "C": 1.3447307156688737e-10, + "R": 2.874433113406183e-12, + "M": 8.07095990040807e-09, + "O": 7.911996058318493e-10, + "W": 4.054267338515771e-11, + "N": 7.503675902853502e-08, + "Y": 5.564505300981182e-09, + "U": 4.153989218574905e-12, + "K": 5.164895941489611e-11, + "L": 7.64277443415784e-12, + "G": 4.975182044120174e-09, + "F": 4.983007784176152e-07, + "E": 2.1706862298742635e-06, + "T": 4.333990233362783e-08, + "P": 0.9921716451644897, + "-": 0.007818049751222134 + }, + "id": "tp_10180" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1272506, + "label": "P", + "classification": { + "B": 3.05929240274061e-11, + "S": 9.563576319759903e-11, + "I": 0.00012674153549596667, + "C": 2.692096678913458e-08, + "R": 5.827663351887225e-10, + "M": 3.07511562880336e-08, + "O": 4.808386577792589e-09, + "W": 9.306041354184558e-11, + "N": 3.6320818708190927e-07, + "Y": 5.145790055394173e-06, + "U": 6.230430060760739e-11, + "K": 5.0512327653962075e-09, + "L": 6.778422961817299e-11, + "G": 1.3387817432430893e-07, + "F": 5.8765367612068076e-06, + "E": 2.4802377083688043e-05, + "T": 2.2950384845898952e-06, + "P": 0.7952998876571655, + "-": 0.20453467965126038 + }, + "id": "tp_10181" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1272639, + "label": "P", + "classification": { + "B": 2.5364661482285555e-08, + "S": 2.5655011448577625e-10, + "I": 2.2167275801621145e-06, + "C": 6.60917987005405e-11, + "R": 2.270128529602289e-12, + "M": 7.0289241094201316e-09, + "O": 9.601387462865318e-10, + "W": 5.3038226588419946e-11, + "N": 4.254673768855355e-08, + "Y": 5.218394161232709e-09, + "U": 3.1094207070259117e-12, + "K": 4.988240289577339e-12, + "L": 1.7545985497857686e-11, + "G": 5.45320588685172e-09, + "F": 6.033204869027031e-08, + "E": 3.0259047889558133e-06, + "T": 2.066833815206337e-08, + "P": 0.9983565211296082, + "-": 0.0016380642773583531 + }, + "id": "tp_10182" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1272773, + "label": "P", + "classification": { + "B": 6.792075235573236e-10, + "S": 9.944595841249182e-11, + "I": 9.105646086027264e-07, + "C": 8.742732093836025e-10, + "R": 1.540813310274558e-10, + "M": 2.3006985205853425e-09, + "O": 7.67561658676641e-09, + "W": 2.7548083258999156e-10, + "N": 1.730456133941516e-08, + "Y": 2.891788710712717e-07, + "U": 3.81964078421948e-11, + "K": 9.163579894888585e-10, + "L": 4.8790069206994247e-11, + "G": 8.91211584530538e-08, + "F": 1.4130288946034852e-05, + "E": 8.566216251892911e-07, + "T": 2.2429598800499662e-07, + "P": 0.8286446928977966, + "-": 0.1713387370109558 + }, + "id": "tp_10183" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1272906, + "label": "-", + "classification": { + "B": 6.70184741036195e-11, + "S": 6.68236646572673e-12, + "I": 3.362850975463516e-07, + "C": 3.0379694315740835e-09, + "R": 5.250416421076487e-11, + "M": 6.895391813088736e-09, + "O": 3.445820517811171e-09, + "W": 1.2950509588327552e-11, + "N": 2.6264919128493602e-09, + "Y": 3.293573627161095e-07, + "U": 8.471375510799017e-12, + "K": 3.467033604653835e-10, + "L": 2.651910115114564e-11, + "G": 1.292722799917101e-07, + "F": 3.166939859511331e-05, + "E": 9.237892868441122e-07, + "T": 2.5788642687984975e-07, + "P": 0.2191103845834732, + "-": 0.7808558344841003 + }, + "id": "tp_10184" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1273006, + "label": "P", + "classification": { + "B": 4.6832919486927693e-11, + "S": 7.64242488737743e-11, + "I": 5.1861252359231e-06, + "C": 4.558711630409107e-09, + "R": 3.0259256211806473e-10, + "M": 1.5211719661678558e-09, + "O": 2.3315218644626157e-09, + "W": 4.7471363645579245e-11, + "N": 8.576233057056015e-08, + "Y": 7.332982221441853e-08, + "U": 5.411420270218237e-11, + "K": 5.949500336832614e-10, + "L": 2.3381281286094513e-11, + "G": 2.8945406072011792e-08, + "F": 7.2018287937680725e-06, + "E": 7.296836201931001e-07, + "T": 1.7804038066060457e-07, + "P": 0.9429554343223572, + "-": 0.057031016796827316 + }, + "id": "tp_10185" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1273140, + "label": "P", + "classification": { + "B": 4.932083186304226e-08, + "S": 1.140213168326909e-08, + "I": 5.1288516260683537e-05, + "C": 1.0116890081235397e-07, + "R": 5.199398689370582e-09, + "M": 8.170190426426416e-07, + "O": 2.6763601113088953e-07, + "W": 6.286798637233915e-09, + "N": 6.582379228348145e-07, + "Y": 2.21405525735463e-06, + "U": 1.2075499489228037e-09, + "K": 3.34138938740125e-10, + "L": 2.2182524261893377e-08, + "G": 1.7382214991812361e-06, + "F": 2.070149639621377e-05, + "E": 2.8111133360653184e-05, + "T": 3.1260217383533018e-06, + "P": 0.9001630544662476, + "-": 0.09972775727510452 + }, + "id": "tp_10186" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1273273, + "label": "P", + "classification": { + "B": 1.6082949416684755e-09, + "S": 1.949986616622823e-09, + "I": 1.9129856809740886e-05, + "C": 7.847257954551878e-09, + "R": 1.4184357022273275e-09, + "M": 7.267088619755668e-08, + "O": 9.000225276167839e-08, + "W": 1.5173626799480644e-09, + "N": 7.490448865610233e-07, + "Y": 1.3037313237873605e-06, + "U": 6.874916191890179e-10, + "K": 1.66532529988217e-08, + "L": 6.874981695048632e-10, + "G": 7.528534524681163e-07, + "F": 1.7173013475257903e-05, + "E": 5.9556377891567536e-06, + "T": 4.09455378758139e-06, + "P": 0.8845827579498291, + "-": 0.11536787450313568 + }, + "id": "tp_10187" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1273407, + "label": "P", + "classification": { + "B": 1.633631472941488e-05, + "S": 6.443446523007879e-07, + "I": 0.0005360570503398776, + "C": 8.987869932752801e-07, + "R": 5.114415202456257e-08, + "M": 2.6464691472938284e-05, + "O": 2.7261617105978075e-06, + "W": 2.5061450514840544e-07, + "N": 2.6804320441442542e-05, + "Y": 7.88548932177946e-05, + "U": 8.556445152407832e-08, + "K": 1.4106460639595753e-06, + "L": 2.766662703379552e-07, + "G": 6.847863551229239e-05, + "F": 0.0001770222734194249, + "E": 0.01096179150044918, + "T": 5.7066565204877406e-05, + "P": 0.9114925265312195, + "-": 0.07655217498540878 + }, + "id": "tp_10188" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1273507, + "label": "-", + "classification": { + "B": 5.835711688190193e-13, + "S": 7.147159383422141e-13, + "I": 9.99145228774978e-08, + "C": 2.44074116473314e-09, + "R": 1.5506854481039944e-11, + "M": 2.8823471387440236e-10, + "O": 1.429671242503261e-10, + "W": 1.5345316163595246e-12, + "N": 6.998405188696211e-10, + "Y": 4.377604909677757e-07, + "U": 1.7670471206057692e-12, + "K": 1.0672799310995629e-09, + "L": 3.2658356813146383e-13, + "G": 9.865781080975466e-09, + "F": 8.22720721771475e-06, + "E": 1.262939122170792e-07, + "T": 4.073302406482071e-08, + "P": 0.12192919105291367, + "-": 0.8780618906021118 + }, + "id": "tp_10189" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1273640, + "label": "P", + "classification": { + "B": 6.430374810406647e-07, + "S": 3.28000709259868e-07, + "I": 0.0013454193249344826, + "C": 2.424101012366009e-06, + "R": 6.094081754781655e-07, + "M": 2.9984297725604847e-05, + "O": 7.712672413617838e-06, + "W": 1.707191330524438e-07, + "N": 1.5300902305170894e-05, + "Y": 0.0001275541726499796, + "U": 2.4777156326649674e-08, + "K": 6.295141741219368e-09, + "L": 5.767075776930142e-07, + "G": 2.4638547984068282e-05, + "F": 4.739196447189897e-05, + "E": 3.6535995604936033e-05, + "T": 0.00034794749808497727, + "P": 0.7028194069862366, + "-": 0.2951933741569519 + }, + "id": "tp_10190" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1273774, + "label": "-", + "classification": { + "B": 5.2862276334053604e-08, + "S": 1.7632533655387306e-08, + "I": 0.0002470694307703525, + "C": 8.091187737591099e-06, + "R": 6.422267802008719e-07, + "M": 4.401844853418879e-05, + "O": 3.0994647204352077e-06, + "W": 5.355746779400761e-08, + "N": 3.308487748654443e-06, + "Y": 0.00019953296578023583, + "U": 6.099469374021282e-08, + "K": 5.888221110694758e-08, + "L": 4.937803055327095e-07, + "G": 5.7889861636795104e-05, + "F": 0.00033244065707549453, + "E": 0.00016075227176770568, + "T": 0.00023604278976563364, + "P": 0.3885687589645386, + "-": 0.6101375818252563 + }, + "id": "tp_10191" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1273907, + "label": "-", + "classification": { + "B": 7.312983996143885e-09, + "S": 4.420740995492167e-10, + "I": 3.227583511034027e-05, + "C": 9.728891825488972e-08, + "R": 1.1777860464690093e-08, + "M": 6.645587404818798e-07, + "O": 1.9742714130188688e-07, + "W": 4.316170976181866e-09, + "N": 1.3219725758517598e-07, + "Y": 5.8179471125185955e-06, + "U": 2.1501220803799015e-09, + "K": 7.732792184356185e-09, + "L": 7.0217032188679696e-09, + "G": 3.395770590941538e-06, + "F": 3.796869350480847e-05, + "E": 2.6436528060003184e-06, + "T": 1.0063408808491658e-05, + "P": 0.3790426254272461, + "-": 0.6208640933036804 + }, + "id": "tp_10192" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1274007, + "label": "-", + "classification": { + "B": 6.211533900568611e-07, + "S": 2.979000512937091e-08, + "I": 5.774605233455077e-05, + "C": 2.766254283415037e-06, + "R": 1.16923374093858e-07, + "M": 1.0615529390634038e-05, + "O": 2.665893362063798e-06, + "W": 4.227525707278801e-08, + "N": 9.88208284979919e-07, + "Y": 2.3203900127555244e-05, + "U": 1.2544734140362834e-08, + "K": 7.489831865825636e-09, + "L": 2.523505600038334e-07, + "G": 3.2782063499325886e-05, + "F": 0.00011913770867977291, + "E": 7.601332617923617e-05, + "T": 2.8039741664542817e-05, + "P": 0.464260458946228, + "-": 0.5353845357894897 + }, + "id": "tp_10193" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1274141, + "label": "P", + "classification": { + "B": 1.4247357633945246e-12, + "S": 1.2455479356243693e-12, + "I": 8.43830821395386e-06, + "C": 3.04656820604432e-11, + "R": 9.693124124535157e-13, + "M": 1.6562996807412134e-10, + "O": 2.911133833993773e-11, + "W": 6.399399239687131e-13, + "N": 3.774305312731485e-08, + "Y": 2.2328165982798964e-09, + "U": 1.114102408418527e-12, + "K": 7.394819999395619e-12, + "L": 3.4783441860315734e-13, + "G": 7.297114024140683e-10, + "F": 5.7685138443730466e-08, + "E": 2.1929510296558874e-07, + "T": 1.0323494947783729e-08, + "P": 0.9974588751792908, + "-": 0.0025323631707578897 + }, + "id": "tp_10194" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1274274, + "label": "P", + "classification": { + "B": 3.5204110460096416e-11, + "S": 1.8308862759219835e-10, + "I": 5.934089858783409e-05, + "C": 2.471858273622729e-08, + "R": 5.483758447333287e-10, + "M": 6.277852904190695e-09, + "O": 1.0896815672012394e-09, + "W": 5.087359700173266e-11, + "N": 6.447871214732004e-07, + "Y": 3.4526334502515965e-07, + "U": 3.715409924165414e-11, + "K": 7.3253443311216415e-09, + "L": 2.37391495350181e-11, + "G": 1.3674750221071008e-07, + "F": 8.179697033483535e-06, + "E": 1.9244951545260847e-05, + "T": 8.113448757285369e-08, + "P": 0.9872176051139832, + "-": 0.012694367207586765 + }, + "id": "tp_10195" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1274408, + "label": "P", + "classification": { + "B": 2.564204351074295e-07, + "S": 7.267352231110635e-08, + "I": 0.00022299442207440734, + "C": 8.874762613686471e-08, + "R": 1.577044272949024e-08, + "M": 4.336518486525165e-06, + "O": 1.3292360563355032e-06, + "W": 3.974963647124241e-08, + "N": 1.826159518714121e-06, + "Y": 2.5968418412958272e-05, + "U": 2.212120930877859e-09, + "K": 1.0662229321667382e-08, + "L": 5.197190944272734e-08, + "G": 5.5287632676481735e-06, + "F": 0.00010047599789686501, + "E": 5.511293784365989e-05, + "T": 1.2157649507571477e-05, + "P": 0.7604679465293884, + "-": 0.2391018271446228 + }, + "id": "tp_10196" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1274508, + "label": "P", + "classification": { + "B": 9.166551073747087e-09, + "S": 3.268358361729895e-10, + "I": 9.891953959595412e-05, + "C": 9.769033226803003e-08, + "R": 5.224558119465428e-09, + "M": 6.838012041043839e-07, + "O": 7.98849058014639e-08, + "W": 7.245390398757934e-10, + "N": 2.349668193346588e-07, + "Y": 1.736782451189356e-06, + "U": 3.1874750061611223e-10, + "K": 4.0103902837484995e-11, + "L": 3.1444762349508437e-09, + "G": 4.3719640530071047e-07, + "F": 8.848522838889039e-07, + "E": 4.1615476220613346e-06, + "T": 6.768496859876905e-06, + "P": 0.8722729682922363, + "-": 0.12761302292346954 + }, + "id": "tp_10197" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1274641, + "label": "-", + "classification": { + "B": 1.1916158060287785e-09, + "S": 2.73774614090172e-10, + "I": 9.632135515857954e-06, + "C": 7.426729098369833e-08, + "R": 1.5218232007896404e-08, + "M": 4.777431286129286e-07, + "O": 1.8463184403572086e-07, + "W": 2.6692215104873185e-09, + "N": 7.863229001259242e-08, + "Y": 1.2294758562347852e-05, + "U": 1.3187620995225302e-09, + "K": 3.5598017866789178e-09, + "L": 6.44402575744607e-09, + "G": 2.671170932444511e-06, + "F": 4.4646985770668834e-05, + "E": 1.871430299615895e-06, + "T": 2.582547858764883e-05, + "P": 0.21745140850543976, + "-": 0.782450795173645 + }, + "id": "tp_10198" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1274775, + "label": "P", + "classification": { + "B": 2.1428425700520393e-09, + "S": 2.8497990425813136e-11, + "I": 1.9314511519041844e-05, + "C": 1.597783771956074e-08, + "R": 1.0770409009097648e-09, + "M": 7.177288807724835e-08, + "O": 1.1666048571612464e-08, + "W": 5.214081250093372e-11, + "N": 1.627055112862763e-08, + "Y": 4.14148735217168e-06, + "U": 4.4083101752301346e-11, + "K": 1.0744709809384911e-11, + "L": 3.972139839270028e-10, + "G": 6.101387270973646e-07, + "F": 1.1870461094076745e-06, + "E": 3.9568112697452307e-07, + "T": 2.3145503291743807e-06, + "P": 0.6636120080947876, + "-": 0.3363599479198456 + }, + "id": "tp_10199" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1274908, + "label": "P", + "classification": { + "B": 1.180894059871207e-06, + "S": 4.0535670109420607e-07, + "I": 1.4677505532745272e-05, + "C": 2.136572732069908e-07, + "R": 3.040354812355872e-08, + "M": 1.0931555152637884e-05, + "O": 4.314388661441626e-06, + "W": 1.351429261831072e-07, + "N": 9.060327101906296e-07, + "Y": 2.6029394575743936e-05, + "U": 5.9743912039778024e-09, + "K": 3.815380367200305e-08, + "L": 9.711596504757836e-08, + "G": 1.5614396033925004e-05, + "F": 0.0004578124498948455, + "E": 5.773997327196412e-05, + "T": 2.0011326341773383e-05, + "P": 0.6067052483558655, + "-": 0.3926844596862793 + }, + "id": "tp_10200" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1275008, + "label": "P", + "classification": { + "B": 1.3053465426626776e-11, + "S": 1.1592615973068932e-12, + "I": 3.384883939361316e-06, + "C": 8.963408348883206e-10, + "R": 3.048341787326159e-11, + "M": 7.637215304612255e-09, + "O": 3.347222776728387e-10, + "W": 2.489568447228141e-12, + "N": 2.008218702442832e-09, + "Y": 3.2046625619841507e-07, + "U": 2.0956751958789432e-12, + "K": 7.29005571187269e-12, + "L": 7.88285148961565e-12, + "G": 1.9740669543466538e-08, + "F": 1.422295667907747e-06, + "E": 5.603141062238137e-07, + "T": 8.731282008511698e-08, + "P": 0.7939086556434631, + "-": 0.20608560740947723 + }, + "id": "tp_10201" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1275142, + "label": "P", + "classification": { + "B": 3.1548970103045804e-09, + "S": 1.2219454614825764e-10, + "I": 2.5057538550754543e-06, + "C": 4.104805828575309e-09, + "R": 2.6872201686067854e-10, + "M": 5.1124739997021607e-08, + "O": 2.5865157127213934e-08, + "W": 1.9459336919602777e-10, + "N": 1.6500111499340164e-08, + "Y": 1.3734988613123278e-07, + "U": 2.864613407593808e-11, + "K": 6.865113078707852e-12, + "L": 5.711154327237011e-10, + "G": 1.3659160913448432e-07, + "F": 2.877281076507643e-06, + "E": 4.456591966572887e-07, + "T": 9.02525755464012e-07, + "P": 0.8111683130264282, + "-": 0.1888246238231659 + }, + "id": "tp_10202" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1275275, + "label": "P", + "classification": { + "B": 1.5311067301168602e-12, + "S": 3.4371470513522295e-12, + "I": 0.00010392059630248696, + "C": 7.217233477518903e-10, + "R": 1.3720361652369562e-11, + "M": 3.5162586731196654e-10, + "O": 1.4107214528491507e-11, + "W": 6.54724755314029e-13, + "N": 4.6422297828030423e-07, + "Y": 2.1309141118308617e-09, + "U": 5.058828789900049e-13, + "K": 7.38246547227206e-11, + "L": 2.733836919864563e-13, + "G": 1.8178799576773486e-09, + "F": 4.497247374501967e-08, + "E": 3.145119990222156e-06, + "T": 3.956379668323962e-09, + "P": 0.9996206760406494, + "-": 0.00027182145277038217 + }, + "id": "tp_10203" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1275375, + "label": "P", + "classification": { + "B": 8.382432133657858e-05, + "S": 1.8398654901830014e-06, + "I": 0.008454617112874985, + "C": 2.6785630325321108e-05, + "R": 5.379734375310363e-06, + "M": 0.0002862615801859647, + "O": 4.28258535976056e-05, + "W": 2.562298050179379e-06, + "N": 6.013831443851814e-05, + "Y": 0.0002720875490922481, + "U": 2.568079935372225e-07, + "K": 4.1719744103829726e-08, + "L": 1.3516179933503736e-05, + "G": 0.00043231775634922087, + "F": 0.0001893667649710551, + "E": 0.00103574653621763, + "T": 0.00010258311522193253, + "P": 0.8899369239807129, + "-": 0.09905299544334412 + }, + "id": "tp_10204" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1275509, + "label": "-", + "classification": { + "B": 0.000207302495255135, + "S": 1.0897389074671082e-05, + "I": 0.0008978646947070956, + "C": 5.39365028089378e-05, + "R": 2.8487422241596505e-05, + "M": 0.0005571710644289851, + "O": 0.000773063104134053, + "W": 2.349200804019347e-05, + "N": 5.7039622333832085e-05, + "Y": 0.0009044947801157832, + "U": 3.087882078034454e-06, + "K": 3.0721599841854186e-07, + "L": 0.00011837925558211282, + "G": 0.0009326339932158589, + "F": 0.000502140901517123, + "E": 0.0002331302675884217, + "T": 0.0023140849079936743, + "P": 0.28798002004623413, + "-": 0.704402506351471 + }, + "id": "tp_10205" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1275642, + "label": "P", + "classification": { + "B": 5.44751003417332e-07, + "S": 1.8879235952340423e-09, + "I": 0.00014748674584552646, + "C": 1.0974561064358568e-06, + "R": 5.1674870604756507e-08, + "M": 4.553889993985649e-06, + "O": 4.4872643911730847e-07, + "W": 6.208046521294364e-09, + "N": 4.2666633248700236e-07, + "Y": 3.6234538129065186e-05, + "U": 5.750732778864176e-09, + "K": 4.2325004612209227e-10, + "L": 9.524917032877056e-08, + "G": 3.0335839255712926e-05, + "F": 1.0624222340993583e-05, + "E": 3.023080171260517e-05, + "T": 2.241103538835887e-05, + "P": 0.6288275122642517, + "-": 0.37088796496391296 + }, + "id": "tp_10206" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1275776, + "label": "P", + "classification": { + "B": 7.432002746554645e-08, + "S": 3.9254786921016915e-11, + "I": 2.196856257796753e-06, + "C": 4.701763867132058e-09, + "R": 6.573475791471495e-11, + "M": 1.9588452460084227e-07, + "O": 7.399806101204831e-09, + "W": 3.724956454398409e-11, + "N": 5.881023223963666e-09, + "Y": 1.830150466730629e-07, + "U": 8.880109321485197e-12, + "K": 1.667873060799338e-13, + "L": 1.8330132967037116e-09, + "G": 2.8931611950611114e-07, + "F": 5.377224283620308e-07, + "E": 5.762367891293252e-06, + "T": 5.944409053881827e-07, + "P": 0.9033843874931335, + "-": 0.09660565853118896 + }, + "id": "tp_10207" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1275876, + "label": "P", + "classification": { + "B": 5.608411068891428e-09, + "S": 7.800704082683296e-09, + "I": 0.0001706071343505755, + "C": 9.221015773164254e-08, + "R": 1.6951035020085214e-09, + "M": 3.595728514937946e-07, + "O": 2.665141352053979e-08, + "W": 2.2455617365579883e-09, + "N": 3.839092187263304e-06, + "Y": 3.6219280445948243e-06, + "U": 1.5546246512343487e-09, + "K": 1.3969822632020623e-08, + "L": 1.3194079162559547e-09, + "G": 2.2486456430215185e-07, + "F": 9.438525012228638e-06, + "E": 0.0001285410107811913, + "T": 2.2507795165438438e-06, + "P": 0.9671615362167358, + "-": 0.03251940384507179 + }, + "id": "tp_10208" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1276009, + "label": "P", + "classification": { + "B": 3.415871674405935e-08, + "S": 4.1604529599226225e-08, + "I": 8.763345249462873e-05, + "C": 1.6618388087863423e-07, + "R": 1.6578331596406315e-08, + "M": 9.232195452568703e-07, + "O": 2.818204620780307e-07, + "W": 2.8370958915502342e-08, + "N": 7.342050139413914e-06, + "Y": 2.975245251946035e-06, + "U": 7.676214330842868e-09, + "K": 2.8961900966351095e-07, + "L": 8.988159549971897e-09, + "G": 3.117729875157238e-06, + "F": 6.803630822105333e-05, + "E": 0.00015946633357089013, + "T": 6.686881533823907e-06, + "P": 0.9646422266960144, + "-": 0.03502073884010315 + }, + "id": "tp_10209" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1276143, + "label": "P", + "classification": { + "B": 1.0010328677090286e-10, + "S": 6.3287472484852e-11, + "I": 6.436284820665605e-06, + "C": 7.2145098783948924e-09, + "R": 1.5825300792027264e-10, + "M": 2.3840680540843096e-08, + "O": 1.8848840266372235e-09, + "W": 1.1422172929709262e-10, + "N": 4.57189415214998e-08, + "Y": 1.0841661151061999e-06, + "U": 9.28152069090693e-11, + "K": 2.5593407393387224e-09, + "L": 4.613848192391856e-11, + "G": 4.515821316886104e-08, + "F": 3.3397296647308394e-05, + "E": 1.2032948689011391e-05, + "T": 3.222116333745362e-07, + "P": 0.8521340489387512, + "-": 0.14781244099140167 + }, + "id": "tp_10210" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1276276, + "label": "P", + "classification": { + "B": 2.8313055432062015e-14, + "S": 4.3033090112165606e-13, + "I": 4.3654532078107877e-07, + "C": 5.232045265785024e-12, + "R": 1.7712494340162144e-13, + "M": 1.0695222485423983e-10, + "O": 2.0704549186234544e-11, + "W": 9.623414397178301e-14, + "N": 3.4771496792984635e-10, + "Y": 2.820613520526649e-09, + "U": 2.3885041622491443e-14, + "K": 3.860320469859478e-15, + "L": 2.875706942538636e-13, + "G": 1.328710891312923e-10, + "F": 1.7633189131061044e-08, + "E": 6.016831921584753e-09, + "T": 3.2304296126994814e-08, + "P": 0.9648510217666626, + "-": 0.03514844924211502 + }, + "id": "tp_10211" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1276376, + "label": "-", + "classification": { + "B": 4.238352169227966e-10, + "S": 7.761173648201947e-11, + "I": 3.114384526270442e-05, + "C": 1.4195126141203218e-07, + "R": 5.206279407587999e-09, + "M": 1.5136319575503876e-07, + "O": 2.56982062296629e-08, + "W": 1.7927290207886415e-10, + "N": 9.302114278852969e-08, + "Y": 9.499396583123598e-06, + "U": 8.742018775542704e-10, + "K": 1.456300968705193e-09, + "L": 1.345238254124581e-09, + "G": 1.5755105096104671e-06, + "F": 2.441395918140188e-05, + "E": 3.5621274037112016e-06, + "T": 8.02564863988664e-06, + "P": 0.28579995036125183, + "-": 0.7141214609146118 + }, + "id": "tp_10212" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1276510, + "label": "P", + "classification": { + "B": 3.3873828741981526e-10, + "S": 4.5846065832577665e-10, + "I": 2.3020393200567923e-05, + "C": 2.0462469052517918e-08, + "R": 1.8992483141744287e-09, + "M": 1.1736279503793412e-07, + "O": 3.986858132520865e-08, + "W": 1.7586261336077769e-09, + "N": 6.936043916994095e-08, + "Y": 5.381516984925838e-06, + "U": 3.280541394090619e-10, + "K": 7.363865073273246e-10, + "L": 1.3064862525169474e-09, + "G": 3.272824642408523e-07, + "F": 2.8227750590303913e-05, + "E": 3.3324920423183357e-06, + "T": 3.1136328288994264e-06, + "P": 0.5667611956596375, + "-": 0.43317511677742004 + }, + "id": "tp_10213" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1276643, + "label": "P", + "classification": { + "B": 3.371935406448756e-07, + "S": 1.6435482308452265e-08, + "I": 6.726057472405955e-05, + "C": 1.9336251000368065e-07, + "R": 3.033818885000983e-08, + "M": 4.606421953212703e-06, + "O": 1.1674270581352175e-06, + "W": 7.492489295657379e-09, + "N": 8.29081216124905e-07, + "Y": 1.9621227693278342e-05, + "U": 1.840166352629069e-09, + "K": 1.701615098825826e-10, + "L": 1.1249515807776334e-07, + "G": 1.4263805496739224e-05, + "F": 4.9422313168179244e-05, + "E": 1.6820435121189803e-05, + "T": 2.97582500934368e-05, + "P": 0.7199111580848694, + "-": 0.27988436818122864 + }, + "id": "tp_10214" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1276777, + "label": "P", + "classification": { + "B": 1.0615181054163259e-06, + "S": 6.042956801621813e-09, + "I": 0.00012350932229310274, + "C": 1.713593889007825e-07, + "R": 3.9346730318357e-09, + "M": 3.3103533496614546e-06, + "O": 1.214260009874124e-06, + "W": 6.182415912547867e-09, + "N": 3.9298691945077735e-07, + "Y": 1.2030888683511876e-05, + "U": 2.268712329112077e-09, + "K": 2.654030294146903e-11, + "L": 1.2869720933395001e-07, + "G": 7.160004770412343e-06, + "F": 1.0519091802052571e-06, + "E": 1.4715705219714437e-05, + "T": 3.815140371443704e-05, + "P": 0.6392504572868347, + "-": 0.36054670810699463 + }, + "id": "tp_10215" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1276877, + "label": "P", + "classification": { + "B": 0.00014220656885299832, + "S": 2.2307860490400344e-05, + "I": 0.00201791082508862, + "C": 3.7112757127033547e-05, + "R": 9.335642971564084e-06, + "M": 0.00011399201321182773, + "O": 0.00026038644136860967, + "W": 1.537212847324554e-05, + "N": 0.00024410727201029658, + "Y": 0.0001506750995758921, + "U": 4.889407136943191e-06, + "K": 3.2128082239069045e-06, + "L": 2.123416015820112e-05, + "G": 0.0005113052320666611, + "F": 0.0010327911004424095, + "E": 0.0011178407585248351, + "T": 0.0004117692296858877, + "P": 0.7904043793678284, + "-": 0.20347923040390015 + }, + "id": "tp_10216" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1277010, + "label": "P", + "classification": { + "B": 4.557806132510223e-09, + "S": 4.583232959820549e-10, + "I": 4.824919597012922e-05, + "C": 3.969822159888281e-08, + "R": 2.0843728965047603e-09, + "M": 8.891984037973089e-08, + "O": 2.3876824073454372e-08, + "W": 1.0247922510586704e-09, + "N": 4.5279605842551973e-07, + "Y": 4.940241069562035e-06, + "U": 3.2447851072703315e-09, + "K": 7.251628630911e-08, + "L": 7.787573919060264e-10, + "G": 5.161284093446739e-07, + "F": 1.3726033103012014e-05, + "E": 2.3524133212049492e-05, + "T": 3.0686035188409733e-06, + "P": 0.7999460697174072, + "-": 0.19995924830436707 + }, + "id": "tp_10217" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1277144, + "label": "P", + "classification": { + "B": 7.614780334064264e-12, + "S": 2.3961643216482975e-13, + "I": 2.411720015516039e-05, + "C": 2.1339273459375363e-08, + "R": 9.253820487664655e-10, + "M": 3.887497435073328e-09, + "O": 4.516606255666744e-10, + "W": 3.4779186908889814e-12, + "N": 1.606017718813746e-08, + "Y": 1.5728232938272413e-06, + "U": 2.654870594198666e-11, + "K": 2.5725033214740733e-10, + "L": 8.775665090443585e-12, + "G": 6.805903041140482e-08, + "F": 2.721643568293075e-06, + "E": 7.63939908665634e-07, + "T": 3.8034858107494074e-07, + "P": 0.6842620372772217, + "-": 0.3157082796096802 + }, + "id": "tp_10218" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1277277, + "label": "P", + "classification": { + "B": 2.3709381480330194e-07, + "S": 1.538121381372548e-07, + "I": 0.0010173267219215631, + "C": 1.0831809049705043e-06, + "R": 1.1553046164181069e-07, + "M": 2.7041005523642525e-06, + "O": 1.569856522110058e-06, + "W": 1.199730803591592e-07, + "N": 3.9476748497691005e-05, + "Y": 7.2985931183211505e-06, + "U": 4.844901013711933e-08, + "K": 2.0205347084356617e-07, + "L": 6.351228165613065e-08, + "G": 4.575757429847727e-06, + "F": 3.683478644234128e-05, + "E": 9.075890557141975e-05, + "T": 1.5381800039904192e-05, + "P": 0.9656575322151184, + "-": 0.03312451392412186 + }, + "id": "tp_10219" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1277377, + "label": "-", + "classification": { + "B": 5.656619578076061e-06, + "S": 9.844887244980782e-06, + "I": 0.0025136133190244436, + "C": 0.00012323661940172315, + "R": 2.2767237169318832e-05, + "M": 0.00020054448395967484, + "O": 8.044896821957082e-05, + "W": 1.2628999684238806e-05, + "N": 0.000231957106734626, + "Y": 0.0006982175982557237, + "U": 6.5258473114226945e-06, + "K": 6.910996307851747e-05, + "L": 6.934105840628035e-06, + "G": 0.0002318575861863792, + "F": 0.004843513481318951, + "E": 0.0017943934071809053, + "T": 0.0008574253879487514, + "P": 0.44463008642196655, + "-": 0.5436612367630005 + }, + "id": "tp_10220" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1277511, + "label": "P", + "classification": { + "B": 1.155798200203062e-11, + "S": 3.310904068271059e-13, + "I": 3.649455038612359e-06, + "C": 1.2856791187232375e-09, + "R": 4.29974328711169e-12, + "M": 3.605508114290501e-09, + "O": 1.1039064107265517e-10, + "W": 6.5174216934763e-13, + "N": 1.4985689134050517e-08, + "Y": 7.006578428558896e-09, + "U": 1.0296694052946975e-12, + "K": 2.820259867655772e-12, + "L": 2.2560850757025186e-12, + "G": 1.0483950596551495e-08, + "F": 4.249901408570622e-08, + "E": 1.966477839232539e-06, + "T": 2.009771549182915e-08, + "P": 0.9922486543655396, + "-": 0.007745605427771807 + }, + "id": "tp_10221" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1277644, + "label": "P", + "classification": { + "B": 1.1827911983175454e-09, + "S": 1.7519807826715805e-09, + "I": 0.0003653239400591701, + "C": 9.374266696227096e-09, + "R": 1.6665145929906089e-09, + "M": 4.775833417625108e-08, + "O": 1.1955546774800041e-08, + "W": 4.084624305455975e-10, + "N": 2.767905016298755e-06, + "Y": 3.113453601599758e-07, + "U": 1.213734668326083e-10, + "K": 1.6882926168193535e-09, + "L": 2.997400105897441e-10, + "G": 8.442321330903724e-08, + "F": 2.241620222775964e-06, + "E": 7.27477981854463e-06, + "T": 5.644584462061175e-07, + "P": 0.9934949278831482, + "-": 0.006126380059868097 + }, + "id": "tp_10222" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1277778, + "label": "P", + "classification": { + "B": 5.164203439878001e-11, + "S": 2.1714673115180716e-10, + "I": 1.6050405974965543e-05, + "C": 1.470073951459483e-09, + "R": 1.440182834100412e-10, + "M": 5.792018420436307e-09, + "O": 3.253461722252382e-09, + "W": 6.412433084523883e-11, + "N": 4.2182583115391026e-07, + "Y": 2.0483587093167444e-07, + "U": 4.773175257821727e-11, + "K": 3.719419883196906e-09, + "L": 2.889356288948708e-11, + "G": 5.380613288252789e-08, + "F": 3.3198066375916824e-06, + "E": 3.42319344781572e-06, + "T": 3.123859642073512e-07, + "P": 0.9803351163864136, + "-": 0.01964101381599903 + }, + "id": "tp_10223" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1277878, + "label": "-", + "classification": { + "B": 1.0800099009555808e-10, + "S": 4.105086548467085e-10, + "I": 7.278029556800902e-07, + "C": 2.5256441382737194e-09, + "R": 1.2356446421613043e-10, + "M": 3.666480230535285e-09, + "O": 1.0331830502252615e-08, + "W": 3.829354611184499e-10, + "N": 2.553356104328941e-08, + "Y": 1.8194501194557233e-07, + "U": 7.010313857191974e-11, + "K": 4.160669586639187e-09, + "L": 3.190201922076419e-11, + "G": 2.2215022710270205e-08, + "F": 2.9714528864133172e-05, + "E": 3.6262159142097516e-07, + "T": 7.659521088498877e-07, + "P": 0.49395662546157837, + "-": 0.5060115456581116 + }, + "id": "tp_10224" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1278011, + "label": "-", + "classification": { + "B": 2.4384330998827863e-08, + "S": 5.933750824027584e-09, + "I": 8.086845809884835e-06, + "C": 4.333185898985903e-08, + "R": 1.8264683099289414e-09, + "M": 7.120005420802045e-07, + "O": 1.3236869733646017e-07, + "W": 6.548886322121916e-09, + "N": 2.1729125876390754e-07, + "Y": 2.8898393793497235e-05, + "U": 1.894523204981624e-09, + "K": 7.956086278682051e-07, + "L": 2.3155493078519385e-09, + "G": 9.584711733623408e-06, + "F": 0.0012889967765659094, + "E": 0.0002881790860556066, + "T": 5.210983090364607e-06, + "P": 0.3943077623844147, + "-": 0.6040614247322083 + }, + "id": "tp_10225" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1278145, + "label": "P", + "classification": { + "B": 9.186269522842849e-08, + "S": 3.009120419505962e-08, + "I": 0.0018466704059392214, + "C": 7.11343409420806e-06, + "R": 4.2973238123522606e-07, + "M": 2.1301850665622624e-06, + "O": 4.7228658672793244e-07, + "W": 7.565706283685358e-08, + "N": 4.6677498175995424e-05, + "Y": 1.709659227344673e-05, + "U": 1.1680351974518999e-07, + "K": 5.864759259566199e-06, + "L": 2.9522304600959615e-08, + "G": 1.4055120118428022e-05, + "F": 0.0001699287531664595, + "E": 0.0012453108793124557, + "T": 6.556602784257848e-06, + "P": 0.9236092567443848, + "-": 0.07302801311016083 + }, + "id": "tp_10226" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1278278, + "label": "P", + "classification": { + "B": 1.1802419066953007e-05, + "S": 7.577086194032745e-07, + "I": 0.0001857518800534308, + "C": 3.679306246340275e-07, + "R": 9.075432672034367e-08, + "M": 2.8684955395874567e-05, + "O": 1.9900948245776817e-05, + "W": 3.0295760211629386e-07, + "N": 3.9864953578216955e-06, + "Y": 1.1319521945551969e-05, + "U": 6.2568905612181425e-09, + "K": 3.966801054300362e-10, + "L": 1.2001281675111386e-06, + "G": 1.9342116502230056e-05, + "F": 1.4101889064477291e-05, + "E": 5.922210402786732e-05, + "T": 3.1594761821907014e-05, + "P": 0.84482342004776, + "-": 0.15478816628456116 + }, + "id": "tp_10227" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1278378, + "label": "-", + "classification": { + "B": 5.124443536175249e-09, + "S": 2.4292404199321993e-10, + "I": 3.195731187588535e-05, + "C": 2.803733138989628e-07, + "R": 1.2544398408920188e-08, + "M": 8.682483212396619e-07, + "O": 1.4734996511833742e-07, + "W": 9.5914454156798e-10, + "N": 2.484180754436238e-07, + "Y": 2.4027682229643688e-05, + "U": 1.984418407374733e-09, + "K": 2.6777744466244258e-08, + "L": 4.456110591632978e-09, + "G": 1.815462928789202e-05, + "F": 8.315993181895465e-05, + "E": 4.5964232413098216e-05, + "T": 6.5299409470753744e-06, + "P": 0.41780009865760803, + "-": 0.581988513469696 + }, + "id": "tp_10228" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1278512, + "label": "P", + "classification": { + "B": 2.0080783702525196e-09, + "S": 3.9552269792686445e-10, + "I": 3.137470412184484e-05, + "C": 9.612164397765355e-09, + "R": 3.2310881747932285e-10, + "M": 5.2739000722112905e-08, + "O": 1.793317494502844e-08, + "W": 3.8069489227687825e-10, + "N": 2.2050747361390677e-07, + "Y": 6.947763040443533e-07, + "U": 3.133799331145326e-10, + "K": 1.1095706298203112e-10, + "L": 8.202027390602495e-10, + "G": 1.2819397454677528e-07, + "F": 8.87931832949107e-07, + "E": 6.229488008102635e-06, + "T": 1.6221434862018214e-06, + "P": 0.9113314151763916, + "-": 0.0886274203658104 + }, + "id": "tp_10229" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1278645, + "label": "P", + "classification": { + "B": 1.645705655084484e-10, + "S": 2.986911759594868e-11, + "I": 6.853570994280744e-06, + "C": 5.537382552489589e-09, + "R": 1.0095114327812738e-10, + "M": 4.925475494133025e-08, + "O": 1.9268535655925234e-09, + "W": 2.5873983511282006e-11, + "N": 1.5220768645463068e-08, + "Y": 4.6962139776951517e-07, + "U": 2.920330990918707e-11, + "K": 2.1219870478816905e-12, + "L": 2.4393637110264876e-10, + "G": 4.8354067416767066e-08, + "F": 6.092620878916932e-07, + "E": 2.434883072055527e-06, + "T": 1.3643862075696234e-06, + "P": 0.9185320734977722, + "-": 0.08145612478256226 + }, + "id": "tp_10230" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1278779, + "label": "P", + "classification": { + "B": 1.0706296266205229e-10, + "S": 2.219007616544033e-10, + "I": 1.0702301551646087e-05, + "C": 7.023104875436559e-10, + "R": 1.933702677148208e-11, + "M": 7.248921463087754e-09, + "O": 2.8492090908827095e-09, + "W": 2.59108689365517e-11, + "N": 2.437799366816762e-07, + "Y": 4.0006565171779584e-08, + "U": 1.1442746056244957e-11, + "K": 9.793928168466692e-11, + "L": 2.7296432475454324e-11, + "G": 1.533438087619743e-08, + "F": 1.3039489203947596e-06, + "E": 1.1969656270593987e-06, + "T": 1.707256842564675e-07, + "P": 0.9866162538528442, + "-": 0.013370206579566002 + }, + "id": "tp_10231" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1278879, + "label": "P", + "classification": { + "B": 4.830002175992831e-09, + "S": 2.5764444799847297e-08, + "I": 0.00123700313270092, + "C": 4.81063068491494e-07, + "R": 1.0643459802395228e-07, + "M": 1.129870497607044e-06, + "O": 4.7170226480375277e-07, + "W": 8.941019480346313e-09, + "N": 2.537793989176862e-05, + "Y": 1.1247708243899979e-05, + "U": 8.470195211884857e-09, + "K": 8.069365975416076e-08, + "L": 1.1434648783392731e-08, + "G": 4.008275936939754e-06, + "F": 1.7353087969240732e-05, + "E": 5.1049646572209895e-05, + "T": 2.3093527488526888e-05, + "P": 0.9321340322494507, + "-": 0.06649445742368698 + }, + "id": "tp_10232" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1279012, + "label": "P", + "classification": { + "B": 5.192525076580523e-09, + "S": 5.769502209318489e-09, + "I": 6.229877908481285e-05, + "C": 4.140493672366574e-07, + "R": 4.664283181909923e-08, + "M": 3.1193786753647146e-07, + "O": 2.2924187703665666e-07, + "W": 1.171623154050394e-08, + "N": 2.037752210526378e-06, + "Y": 2.9452707167365588e-05, + "U": 1.3908380225302608e-08, + "K": 1.5927404319882044e-06, + "L": 5.095249999698126e-09, + "G": 3.714065542226308e-06, + "F": 0.000708966632373631, + "E": 7.456081220880151e-05, + "T": 1.115723807743052e-05, + "P": 0.6128475666046143, + "-": 0.3862576186656952 + }, + "id": "tp_10233" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1279146, + "label": "P", + "classification": { + "B": 1.3935315575086538e-11, + "S": 2.3155958053799885e-11, + "I": 1.858544783317484e-05, + "C": 3.307523499529452e-08, + "R": 2.428624634731591e-09, + "M": 1.888513878611775e-08, + "O": 4.614507442823879e-09, + "W": 1.23982810129597e-10, + "N": 9.728159255928404e-08, + "Y": 7.2540860855951905e-06, + "U": 3.9948316876703416e-10, + "K": 4.810206633010239e-08, + "L": 6.836436972079696e-11, + "G": 6.377921408784459e-07, + "F": 1.7823151210905053e-05, + "E": 4.78247875435045e-06, + "T": 1.4434612012337311e-06, + "P": 0.607976496219635, + "-": 0.39197278022766113 + }, + "id": "tp_10234" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1279279, + "label": "P", + "classification": { + "B": 1.5448295016540214e-05, + "S": 2.1814205410919385e-06, + "I": 0.0076979901641607285, + "C": 0.00014121955609880388, + "R": 2.9322896807570942e-05, + "M": 0.00012014410458505154, + "O": 4.157414150540717e-05, + "W": 3.6297644783189753e-06, + "N": 0.0003463689354248345, + "Y": 0.0001117539286497049, + "U": 3.5328480407770257e-06, + "K": 4.581919256452238e-06, + "L": 6.795535682613263e-06, + "G": 0.0004204469150863588, + "F": 0.0005542000290006399, + "E": 0.0013378671137616038, + "T": 0.00043520884355530143, + "P": 0.7701236605644226, + "-": 0.2186042070388794 + }, + "id": "tp_10235" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1279379, + "label": "P", + "classification": { + "B": 9.426877056739613e-10, + "S": 2.772197194023107e-10, + "I": 0.0005649111117236316, + "C": 4.200383152408449e-09, + "R": 9.389600902354189e-11, + "M": 2.2355315820732358e-08, + "O": 1.1094301033409693e-09, + "W": 3.636151449382119e-11, + "N": 1.577726038703986e-06, + "Y": 3.8819717929072795e-07, + "U": 1.2701337377685196e-11, + "K": 7.981769689635598e-10, + "L": 1.3860312203517466e-11, + "G": 7.481215646976125e-08, + "F": 2.199640078970333e-07, + "E": 3.871645458275452e-05, + "T": 3.0541164619535266e-07, + "P": 0.9970210194587708, + "-": 0.0023726841900497675 + }, + "id": "tp_10236" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1279513, + "label": "P", + "classification": { + "B": 2.985872183183802e-13, + "S": 6.879065459625133e-13, + "I": 1.3318775927473325e-05, + "C": 9.285242574819108e-10, + "R": 1.1527811691336431e-11, + "M": 1.2094034662624153e-09, + "O": 1.9503432202583326e-10, + "W": 1.3103390985105823e-12, + "N": 3.410463023101329e-08, + "Y": 4.529167085820518e-07, + "U": 7.776172826316763e-13, + "K": 4.416662591211207e-10, + "L": 2.8154193386364934e-13, + "G": 1.050439912830825e-08, + "F": 5.196961865294725e-07, + "E": 2.736104306677589e-06, + "T": 1.0651301352027076e-07, + "P": 0.8806470632553101, + "-": 0.11933582276105881 + }, + "id": "tp_10237" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1279646, + "label": "P", + "classification": { + "B": 7.208620367293861e-09, + "S": 1.3905763207588961e-09, + "I": 7.996508793439716e-05, + "C": 3.056956643376907e-07, + "R": 3.102313073100049e-08, + "M": 3.659239098396938e-07, + "O": 2.218376380369591e-07, + "W": 3.236938272976886e-09, + "N": 6.458925554397865e-07, + "Y": 1.0639999345585238e-05, + "U": 2.224522122062922e-09, + "K": 1.507850511117681e-09, + "L": 1.27000951977152e-08, + "G": 3.115266054010135e-06, + "F": 2.251023215649184e-05, + "E": 9.937841241480783e-06, + "T": 1.0448592547618318e-05, + "P": 0.696370005607605, + "-": 0.30349186062812805 + }, + "id": "tp_10238" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1279780, + "label": "P", + "classification": { + "B": 6.488878323551717e-09, + "S": 2.4735893888738758e-11, + "I": 3.760058291391033e-07, + "C": 1.3424612810286618e-10, + "R": 1.6652337061356937e-12, + "M": 1.560813700507424e-08, + "O": 7.150289249580055e-09, + "W": 1.6253073539806984e-11, + "N": 5.176283845997887e-10, + "Y": 1.6769984512166047e-08, + "U": 4.69072209460103e-13, + "K": 6.129365034458507e-15, + "L": 2.8679653096830293e-10, + "G": 1.4212265142532488e-08, + "F": 3.2475705324941373e-07, + "E": 2.527963829379587e-07, + "T": 4.364737904438698e-08, + "P": 0.7868335843086243, + "-": 0.21316541731357574 + }, + "id": "tp_10239" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1279880, + "label": "P", + "classification": { + "B": 3.7212852799228813e-09, + "S": 8.032308707051072e-10, + "I": 1.1175184226885904e-06, + "C": 2.0885139451198853e-10, + "R": 1.451601599339325e-11, + "M": 1.7563829279865217e-09, + "O": 7.284880254587733e-09, + "W": 1.2745249300394335e-10, + "N": 5.688090354283304e-08, + "Y": 3.596646536152548e-09, + "U": 1.9043858504042e-11, + "K": 5.735329225431407e-11, + "L": 7.99229640802146e-11, + "G": 1.532862903275145e-08, + "F": 1.0512541166463052e-06, + "E": 1.6017761481634807e-06, + "T": 5.045995621344446e-08, + "P": 0.9870423078536987, + "-": 0.01295381598174572 + }, + "id": "tp_10240" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1280013, + "label": "P", + "classification": { + "B": 4.291326405336804e-08, + "S": 1.113906078487048e-09, + "I": 2.5731784262461588e-05, + "C": 2.2402129040699492e-09, + "R": 2.0754246932153109e-10, + "M": 1.334509391881511e-07, + "O": 5.468772457106752e-08, + "W": 6.824630860435832e-10, + "N": 2.1480647660609975e-07, + "Y": 8.143553031914053e-08, + "U": 5.077149464738362e-11, + "K": 3.492480263322939e-11, + "L": 1.5026372368609486e-09, + "G": 2.5536235170875443e-07, + "F": 9.060248089554079e-07, + "E": 2.8790086616936605e-06, + "T": 3.5811444831779227e-07, + "P": 0.9765292406082153, + "-": 0.023440109565854073 + }, + "id": "tp_10241" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1280147, + "label": "P", + "classification": { + "B": 3.1989186854985974e-09, + "S": 1.875031685472095e-09, + "I": 8.937755774240941e-05, + "C": 5.820036790282757e-07, + "R": 4.0730672168365345e-08, + "M": 8.960534501056827e-07, + "O": 1.8632935905316117e-07, + "W": 4.408983844683689e-09, + "N": 3.4280060390301514e-06, + "Y": 2.0744462744914927e-05, + "U": 1.0088049506862262e-08, + "K": 2.6507341317483224e-06, + "L": 3.126980230305776e-09, + "G": 5.92549258726649e-06, + "F": 0.0005668392986990511, + "E": 0.00018984726921189576, + "T": 1.081626851373585e-05, + "P": 0.7195153832435608, + "-": 0.279593288898468 + }, + "id": "tp_10242" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1280280, + "label": "P", + "classification": { + "B": 1.3778830521005148e-08, + "S": 1.0748963941153988e-09, + "I": 1.1771880963351578e-05, + "C": 7.790037059862698e-09, + "R": 7.917781430499815e-10, + "M": 8.140212059970509e-08, + "O": 3.2710570252447724e-08, + "W": 1.213879663453099e-09, + "N": 2.9310928084669285e-07, + "Y": 6.410049877558777e-07, + "U": 2.70419575620906e-10, + "K": 2.3257320513891955e-09, + "L": 4.020710708818598e-10, + "G": 2.434034058751422e-07, + "F": 9.13395888346713e-06, + "E": 9.320757271780167e-06, + "T": 8.349539939445094e-07, + "P": 0.9582021832466125, + "-": 0.041765306144952774 + }, + "id": "tp_10243" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1280380, + "label": "-", + "classification": { + "B": 4.640819284418285e-09, + "S": 2.304147761478248e-09, + "I": 1.0226925951428711e-05, + "C": 1.9246387239491014e-07, + "R": 3.8031114257819354e-08, + "M": 2.2251782638704753e-07, + "O": 3.092510780788871e-07, + "W": 1.2683623040743441e-08, + "N": 1.40727820507891e-07, + "Y": 2.021772706939373e-05, + "U": 4.417047616556147e-09, + "K": 6.337781854881541e-09, + "L": 7.0053896017441275e-09, + "G": 1.4234208265406778e-06, + "F": 3.8756166759412736e-05, + "E": 2.198787569795968e-06, + "T": 1.902040276036132e-05, + "P": 0.2622816562652588, + "-": 0.7376256585121155 + }, + "id": "tp_10244" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1280514, + "label": "P", + "classification": { + "B": 1.623694532775985e-13, + "S": 3.464590065034058e-14, + "I": 2.805388703563949e-07, + "C": 4.367729442011914e-11, + "R": 3.0633053602416305e-13, + "M": 2.2873896787095616e-12, + "O": 1.603169420133499e-12, + "W": 6.607321840264996e-14, + "N": 5.467433727979198e-10, + "Y": 1.4995311659049548e-09, + "U": 1.1545098373404866e-13, + "K": 6.214283861799563e-12, + "L": 2.7716374930829984e-14, + "G": 3.0918320681472267e-10, + "F": 6.417092777155631e-07, + "E": 7.416078062760789e-08, + "T": 5.809826508773597e-10, + "P": 0.9845133423805237, + "-": 0.015485599637031555 + }, + "id": "tp_10245" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1280647, + "label": "P", + "classification": { + "B": 2.032737356216785e-08, + "S": 5.993385232549997e-10, + "I": 2.4061750082182698e-05, + "C": 6.015024212047138e-08, + "R": 1.7496832871444212e-09, + "M": 1.8686466773942811e-07, + "O": 4.749236026668768e-08, + "W": 7.353606612525709e-10, + "N": 2.609627358651778e-07, + "Y": 2.242035179733648e-06, + "U": 7.762898657226458e-10, + "K": 1.3206974402990568e-09, + "L": 3.1057310057036602e-09, + "G": 1.829215079851565e-06, + "F": 1.976798193936702e-05, + "E": 2.1746771381003782e-05, + "T": 2.1482253487192793e-06, + "P": 0.8642951250076294, + "-": 0.13563241064548492 + }, + "id": "tp_10246" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1280781, + "label": "P", + "classification": { + "B": 7.460361217681566e-10, + "S": 3.101433346253124e-11, + "I": 3.2841970096342266e-05, + "C": 1.188165388299467e-08, + "R": 4.901347661068201e-10, + "M": 2.202817306340421e-08, + "O": 2.9126188128003605e-09, + "W": 1.1710067637782373e-10, + "N": 6.759514548093648e-08, + "Y": 2.0558644564516726e-07, + "U": 3.4746067134605596e-11, + "K": 4.5862973141463925e-11, + "L": 7.711693089662575e-11, + "G": 6.367574911791962e-08, + "F": 8.077055326793925e-07, + "E": 4.078007805219386e-06, + "T": 2.401825724973605e-07, + "P": 0.9709500074386597, + "-": 0.029011685401201248 + }, + "id": "tp_10247" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1280881, + "label": "P", + "classification": { + "B": 2.8840982380096136e-10, + "S": 3.155151487299612e-11, + "I": 8.168640306394082e-06, + "C": 4.0721051530745456e-10, + "R": 9.713616196116437e-12, + "M": 2.1445241138451365e-09, + "O": 1.5573033140814374e-10, + "W": 5.924871704365842e-12, + "N": 7.939599555584209e-08, + "Y": 1.6393105539691533e-08, + "U": 5.7520320971560235e-12, + "K": 2.5746094492462568e-11, + "L": 5.976024362863708e-12, + "G": 6.188731749290355e-09, + "F": 1.1825343904092733e-07, + "E": 2.265860985062318e-06, + "T": 3.3583003045123405e-08, + "P": 0.9982752799987793, + "-": 0.001714106765575707 + }, + "id": "tp_10248" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1281014, + "label": "P", + "classification": { + "B": 2.0967732439203246e-08, + "S": 1.7895654957911233e-09, + "I": 2.1882557120989077e-05, + "C": 4.332620306968238e-08, + "R": 8.519299710130213e-10, + "M": 1.1897640206370852e-06, + "O": 1.51490922917219e-07, + "W": 2.192759529506816e-09, + "N": 1.920471106586774e-07, + "Y": 2.146431370420032e-06, + "U": 5.022846027991079e-10, + "K": 3.8341382846418526e-10, + "L": 4.902967809528036e-09, + "G": 5.76338891278283e-07, + "F": 5.19286595590529e-06, + "E": 1.730079202388879e-05, + "T": 7.80707341618836e-06, + "P": 0.5073834657669067, + "-": 0.4925600588321686 + }, + "id": "tp_10249" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1281148, + "label": "P", + "classification": { + "B": 1.6125832223365388e-12, + "S": 3.997854022656788e-13, + "I": 3.6440112580748973e-06, + "C": 1.6767909283288418e-10, + "R": 3.74663754881821e-12, + "M": 5.367184474636133e-10, + "O": 5.416348966558182e-11, + "W": 3.088536100048084e-13, + "N": 4.37349934045983e-09, + "Y": 8.398640716222872e-08, + "U": 5.327999326454336e-13, + "K": 2.813788785305249e-11, + "L": 4.49332194715768e-13, + "G": 1.196689147775487e-08, + "F": 7.172234290919732e-07, + "E": 9.143931265498395e-07, + "T": 1.8357258824153178e-08, + "P": 0.9708718061447144, + "-": 0.029122749343514442 + }, + "id": "tp_10250" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1281281, + "label": "P", + "classification": { + "B": 8.539560525377965e-08, + "S": 1.8894472475494695e-07, + "I": 0.0017811354482546449, + "C": 3.829463821602985e-06, + "R": 1.3150795439287322e-06, + "M": 2.729257903411053e-05, + "O": 3.425746626817272e-06, + "W": 1.9046714783144125e-07, + "N": 2.873764060495887e-05, + "Y": 0.0007534767501056194, + "U": 9.212497076305226e-08, + "K": 8.858968385538901e-07, + "L": 2.423247167371301e-07, + "G": 8.546294702682644e-05, + "F": 0.00027976001729257405, + "E": 0.0001438804465578869, + "T": 0.00021721053053624928, + "P": 0.8153338432312012, + "-": 0.18133896589279175 + }, + "id": "tp_10251" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1281381, + "label": "-", + "classification": { + "B": 1.622760095187914e-07, + "S": 3.5645180140875254e-09, + "I": 7.1337703957397025e-06, + "C": 4.510420836822959e-08, + "R": 6.369548444240536e-09, + "M": 3.433435722399736e-06, + "O": 7.818653102731332e-07, + "W": 2.383397035288226e-09, + "N": 1.7496615711820596e-08, + "Y": 1.786836401151959e-05, + "U": 2.965590273351637e-10, + "K": 9.77924945883002e-12, + "L": 9.731143535418596e-08, + "G": 9.597203643352259e-06, + "F": 5.502161457116017e-06, + "E": 1.601585267962946e-06, + "T": 8.095212251646444e-05, + "P": 0.1387760490179062, + "-": 0.8610967993736267 + }, + "id": "tp_10252" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1281515, + "label": "P", + "classification": { + "B": 1.1628841001254386e-08, + "S": 2.451904013156536e-09, + "I": 4.867895768256858e-05, + "C": 6.021685816648414e-09, + "R": 2.4442403656621536e-10, + "M": 1.480525355646023e-07, + "O": 1.2267940441290648e-08, + "W": 3.4965144668497317e-10, + "N": 1.3104267964081373e-06, + "Y": 2.356983941353974e-07, + "U": 1.534645466261253e-10, + "K": 2.357949113740432e-10, + "L": 5.647608491976541e-10, + "G": 2.411212847164279e-07, + "F": 4.748822277633735e-07, + "E": 1.6432539268862456e-05, + "T": 1.2413865988492034e-06, + "P": 0.9969583749771118, + "-": 0.002972885500639677 + }, + "id": "tp_10253" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1281648, + "label": "P", + "classification": { + "B": 7.14210500518675e-07, + "S": 3.4938909720949596e-07, + "I": 9.499990119365975e-05, + "C": 3.356029480983125e-07, + "R": 3.211243537748487e-08, + "M": 4.0176164475269616e-06, + "O": 3.31981823364913e-06, + "W": 2.1517070081245038e-07, + "N": 6.84254973748466e-06, + "Y": 1.8658909539226443e-05, + "U": 2.7193653551194075e-08, + "K": 2.600880293357477e-07, + "L": 1.1224000928677924e-07, + "G": 1.9097604308626615e-05, + "F": 0.0005656658322550356, + "E": 0.0003995800216216594, + "T": 7.935885150800459e-06, + "P": 0.9286121129989624, + "-": 0.07026571780443192 + }, + "id": "tp_10254" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1281782, + "label": "P", + "classification": { + "B": 0.00016618579684291035, + "S": 2.3512819097959436e-05, + "I": 0.01775122620165348, + "C": 0.00060927530284971, + "R": 4.042607542942278e-05, + "M": 0.0017808793345466256, + "O": 9.808132017496973e-05, + "W": 2.197990397689864e-05, + "N": 0.0004598143568728119, + "Y": 0.0013152103638276458, + "U": 9.227037480741274e-06, + "K": 9.178049367619678e-06, + "L": 5.879059972357936e-05, + "G": 0.0009795065270736814, + "F": 0.0032957582734525204, + "E": 0.012354633770883083, + "T": 0.00099024863447994, + "P": 0.8011764287948608, + "-": 0.15885964035987854 + }, + "id": "tp_10255" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1281882, + "label": "P", + "classification": { + "B": 0.0013688059989362955, + "S": 0.0005677255685441196, + "I": 0.10737993568181992, + "C": 0.0030032952781766653, + "R": 0.0005605738260783255, + "M": 0.0034145384561270475, + "O": 0.001253505819477141, + "W": 0.00035963099799118936, + "N": 0.008514958433806896, + "Y": 0.010621587745845318, + "U": 9.433202649233863e-05, + "K": 0.00016882446652743965, + "L": 0.00047232944052666426, + "G": 0.006281123962253332, + "F": 0.0039953021332621574, + "E": 0.03317315876483917, + "T": 0.005725131835788488, + "P": 0.6637707948684692, + "-": 0.14927442371845245 + }, + "id": "tp_10256" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1282015, + "label": "-", + "classification": { + "B": 1.8516854716210673e-10, + "S": 1.4391395193602552e-11, + "I": 2.664109160832595e-06, + "C": 8.885835711680556e-08, + "R": 3.1304909775542455e-09, + "M": 9.727885696975136e-08, + "O": 1.9144676954852002e-08, + "W": 1.0492968299802286e-10, + "N": 4.9985713346245575e-09, + "Y": 5.784970653621713e-06, + "U": 1.3285522681982798e-10, + "K": 7.651632105698525e-11, + "L": 1.3910294027752457e-09, + "G": 9.654488621890778e-07, + "F": 8.344860361830797e-06, + "E": 4.991954938304843e-07, + "T": 4.378747235023184e-06, + "P": 0.11946327984333038, + "-": 0.8805138468742371 + }, + "id": "tp_10257" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1282149, + "label": "P", + "classification": { + "B": 2.745973688433878e-07, + "S": 4.632902772527814e-08, + "I": 3.665139593067579e-05, + "C": 2.7582254347180424e-07, + "R": 2.2636100993622676e-08, + "M": 1.792475813999772e-06, + "O": 9.751983043315704e-07, + "W": 3.3906225382906996e-08, + "N": 3.76247749045433e-06, + "Y": 1.1273829841229599e-05, + "U": 1.5733462532807607e-08, + "K": 1.0164416863744918e-07, + "L": 2.1235221581150654e-08, + "G": 2.9633758913405472e-06, + "F": 0.00030658688046969473, + "E": 5.798133497592062e-05, + "T": 2.577046507212799e-05, + "P": 0.8148865699768066, + "-": 0.1846648007631302 + }, + "id": "tp_10258" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1282282, + "label": "P", + "classification": { + "B": 2.685754119334643e-18, + "S": 1.0363638361197252e-17, + "I": 9.454943494802137e-09, + "C": 2.300766213171498e-16, + "R": 1.5074108315272083e-18, + "M": 2.1719762829095803e-14, + "O": 2.855637909280885e-16, + "W": 1.8847972001510778e-18, + "N": 9.002996265161656e-12, + "Y": 6.777223096957052e-14, + "U": 1.8005445896125185e-19, + "K": 1.9854662718388633e-16, + "L": 1.2371881928014212e-19, + "G": 2.0910973419410034e-14, + "F": 5.9212280911769e-11, + "E": 1.3887989647187737e-09, + "T": 7.718651022156631e-13, + "P": 0.9999412298202515, + "-": 5.8798250393010676e-05 + }, + "id": "tp_10259" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1282382, + "label": "-", + "classification": { + "B": 7.174221772210387e-10, + "S": 5.009290551805101e-11, + "I": 3.5526241845218465e-05, + "C": 9.721016880348543e-08, + "R": 4.154705468550901e-09, + "M": 1.4669278698420385e-06, + "O": 3.7495230031936444e-08, + "W": 1.9673027096267504e-10, + "N": 4.075234727451971e-08, + "Y": 1.0145411579287611e-05, + "U": 4.0631226161380596e-10, + "K": 9.557139107885249e-11, + "L": 3.2439499975112085e-09, + "G": 1.4533676448991173e-06, + "F": 4.271856141713215e-06, + "E": 5.262356353341602e-06, + "T": 1.909868478833232e-05, + "P": 0.36627623438835144, + "-": 0.6336464285850525 + }, + "id": "tp_10260" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1282516, + "label": "P", + "classification": { + "B": 2.0027340178504875e-14, + "S": 1.526522248146108e-15, + "I": 8.88690237843548e-07, + "C": 6.057534248510299e-12, + "R": 2.0871782899006472e-14, + "M": 9.631041103519422e-11, + "O": 3.467795983095462e-13, + "W": 1.9453591823770334e-15, + "N": 2.9512242649687437e-10, + "Y": 5.063304442387562e-09, + "U": 3.1270986810465282e-15, + "K": 4.501109364786829e-14, + "L": 4.1089254869115625e-15, + "G": 8.77657529985143e-11, + "F": 6.490025850069969e-09, + "E": 4.23124788540008e-07, + "T": 1.2307960206570101e-09, + "P": 0.9916724562644958, + "-": 0.008326202630996704 + }, + "id": "tp_10261" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1282649, + "label": "P", + "classification": { + "B": 3.0097063730138984e-11, + "S": 1.3121500413992848e-11, + "I": 2.8664521778409835e-06, + "C": 3.8944797386974983e-10, + "R": 4.748115962904809e-12, + "M": 2.6065535840835707e-10, + "O": 1.4063018805021699e-10, + "W": 1.0524857027571777e-11, + "N": 3.750457011619801e-08, + "Y": 1.5047055157424438e-08, + "U": 1.4995775454718085e-11, + "K": 2.982216418256911e-10, + "L": 2.9636427860413317e-12, + "G": 4.649310714199828e-09, + "F": 1.4090018112256075e-06, + "E": 3.831287813227391e-06, + "T": 1.0941192840618896e-08, + "P": 0.994187593460083, + "-": 0.005804245360195637 + }, + "id": "tp_10262" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1282783, + "label": "P", + "classification": { + "B": 3.548515214307768e-12, + "S": 1.5731851585321088e-12, + "I": 1.0660970701792394e-06, + "C": 6.200084196050781e-11, + "R": 3.557765844083849e-12, + "M": 7.504781796008331e-10, + "O": 2.935570120321529e-10, + "W": 1.0678256239307626e-12, + "N": 6.260671536750806e-09, + "Y": 3.732078823759366e-08, + "U": 6.892086727716684e-13, + "K": 7.353556999434296e-12, + "L": 1.476366229789805e-12, + "G": 6.376291050713689e-09, + "F": 3.255101148624817e-07, + "E": 9.534579703540658e-08, + "T": 1.1380434727925604e-07, + "P": 0.9422866702079773, + "-": 0.05771176144480705 + }, + "id": "tp_10263" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1282883, + "label": "P", + "classification": { + "B": 9.410437984413988e-10, + "S": 7.552871522653604e-12, + "I": 7.09479718352668e-05, + "C": 1.7530283002997749e-07, + "R": 3.1326836680278802e-09, + "M": 8.649242744240837e-08, + "O": 7.22517912166154e-09, + "W": 5.61849698710315e-11, + "N": 8.677531582179654e-08, + "Y": 3.3356775475112954e-06, + "U": 1.9626272829142977e-10, + "K": 4.146646220837269e-11, + "L": 4.630987537890263e-10, + "G": 5.191946570448636e-07, + "F": 8.218124207814981e-07, + "E": 7.012664809735725e-06, + "T": 2.1050598206784343e-06, + "P": 0.7872174382209778, + "-": 0.21269743144512177 + }, + "id": "tp_10264" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1283016, + "label": "P", + "classification": { + "B": 5.072428033159326e-10, + "S": 2.4418111629898043e-11, + "I": 3.0024601073819213e-05, + "C": 5.456318952212769e-09, + "R": 3.00532598807024e-10, + "M": 2.9559096503817273e-08, + "O": 2.4233473006063377e-09, + "W": 2.8384131850467398e-11, + "N": 1.3801643206079461e-07, + "Y": 1.8690226966100454e-07, + "U": 3.143431348551218e-11, + "K": 2.384165642688174e-10, + "L": 9.539558032400919e-11, + "G": 2.1484518697434396e-07, + "F": 3.785366970987525e-06, + "E": 7.600600838486571e-06, + "T": 3.310943270662392e-07, + "P": 0.9705130457878113, + "-": 0.029444564133882523 + }, + "id": "tp_10265" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1283150, + "label": "P", + "classification": { + "B": 1.7923129994046327e-11, + "S": 3.761968601218024e-12, + "I": 2.2977856133366004e-05, + "C": 5.240966771680178e-09, + "R": 6.515680356367071e-11, + "M": 2.913668950554893e-08, + "O": 9.60283297324338e-10, + "W": 7.796786653802013e-12, + "N": 5.8131426783347706e-08, + "Y": 5.659292128257221e-07, + "U": 1.1293803565959326e-11, + "K": 7.820964015303744e-11, + "L": 1.4341662406269773e-11, + "G": 4.0568806980445515e-08, + "F": 1.61620619110181e-06, + "E": 4.939486643706914e-06, + "T": 3.3699811297083215e-07, + "P": 0.8909339308738708, + "-": 0.1090354323387146 + }, + "id": "tp_10266" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1283283, + "label": "P", + "classification": { + "B": 1.5035154774523107e-06, + "S": 7.742520438114298e-07, + "I": 0.00035792196285910904, + "C": 6.378816692631517e-07, + "R": 4.876098458339584e-08, + "M": 4.798632289748639e-05, + "O": 3.9326478145085275e-06, + "W": 1.7948816832813463e-07, + "N": 1.623406569706276e-05, + "Y": 0.00018589821411296725, + "U": 5.914072787049918e-08, + "K": 1.181406560135656e-06, + "L": 2.792841655718803e-07, + "G": 5.0695114623522386e-05, + "F": 0.0006935031269676983, + "E": 0.004981681238859892, + "T": 0.00013729737838730216, + "P": 0.7221484780311584, + "-": 0.27137187123298645 + }, + "id": "tp_10267" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1283383, + "label": "P", + "classification": { + "B": 9.33492714239037e-08, + "S": 6.500798566122512e-09, + "I": 6.777157977921888e-05, + "C": 4.2393585886202345e-07, + "R": 7.182920924719838e-09, + "M": 1.207357172461343e-06, + "O": 2.1748012102307257e-07, + "W": 6.694375276339315e-09, + "N": 1.186856025015004e-06, + "Y": 1.365502839689725e-06, + "U": 2.5612516552087072e-09, + "K": 3.7026570698373007e-10, + "L": 2.340264160238803e-08, + "G": 1.613947006262606e-06, + "F": 7.278685643541394e-06, + "E": 4.418682146933861e-05, + "T": 6.141098765510833e-06, + "P": 0.924108624458313, + "-": 0.07575980573892593 + }, + "id": "tp_10268" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1283517, + "label": "P", + "classification": { + "B": 3.495434844347223e-11, + "S": 8.310481643125645e-12, + "I": 5.38250787940342e-06, + "C": 1.6981521744341421e-09, + "R": 1.2728266357564522e-11, + "M": 2.310462710042316e-09, + "O": 1.41845069023816e-09, + "W": 1.5681050208327107e-11, + "N": 2.7150594661407013e-08, + "Y": 2.098327378519116e-08, + "U": 6.2540615047845804e-12, + "K": 2.3556616726705393e-11, + "L": 1.049738074243578e-11, + "G": 5.819236648108017e-09, + "F": 4.754530777972832e-07, + "E": 2.3188679278973723e-06, + "T": 3.613220656006888e-08, + "P": 0.9290925860404968, + "-": 0.07089918851852417 + }, + "id": "tp_10269" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1283650, + "label": "P", + "classification": { + "B": 2.659786974001932e-11, + "S": 4.773822830095309e-12, + "I": 1.011811292528364e-07, + "C": 3.3897620821399244e-11, + "R": 1.0671482144133937e-12, + "M": 2.0457469052104216e-10, + "O": 3.827765604480504e-10, + "W": 5.237541303437787e-12, + "N": 4.867648506490241e-10, + "Y": 7.885575747934581e-09, + "U": 5.202571771827091e-13, + "K": 2.9042848855020953e-13, + "L": 3.0266750477431215e-12, + "G": 5.811651160314568e-10, + "F": 1.589941916790849e-06, + "E": 1.4923292823709744e-08, + "T": 2.2139195365866726e-08, + "P": 0.7970089316368103, + "-": 0.20298941433429718 + }, + "id": "tp_10270" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1283750, + "label": "P", + "classification": { + "B": 5.0457799716241425e-08, + "S": 5.064221486605902e-09, + "I": 6.861295696580783e-05, + "C": 2.0494944408255833e-08, + "R": 7.62170859758271e-09, + "M": 4.518780656326271e-07, + "O": 3.3366873708473577e-07, + "W": 8.561638509263503e-09, + "N": 7.774457913001243e-07, + "Y": 3.6531696423480753e-06, + "U": 1.2959888717745116e-09, + "K": 1.8203833995755758e-09, + "L": 4.367272765648522e-09, + "G": 9.973505257221404e-07, + "F": 4.494118002185132e-06, + "E": 1.966297304534237e-06, + "T": 1.6796249838080257e-05, + "P": 0.868516206741333, + "-": 0.1313856989145279 + }, + "id": "tp_10271" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1283884, + "label": "P", + "classification": { + "B": 5.329766281647608e-07, + "S": 1.6747328857036337e-07, + "I": 0.0015102345496416092, + "C": 8.508004043505935e-07, + "R": 2.413195545614144e-07, + "M": 5.061348929302767e-06, + "O": 2.728872686930117e-06, + "W": 1.1882566042231701e-07, + "N": 2.3360627892543562e-05, + "Y": 2.339310958632268e-05, + "U": 2.1556074258910485e-08, + "K": 9.64043600504283e-09, + "L": 1.8631590137374587e-07, + "G": 8.682112820679322e-06, + "F": 2.3209071514429525e-05, + "E": 3.9313705201493576e-05, + "T": 4.571913450490683e-05, + "P": 0.9397452473640442, + "-": 0.05857083201408386 + }, + "id": "tp_10272" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1284017, + "label": "-", + "classification": { + "B": 3.024720385269575e-08, + "S": 5.716330075955511e-09, + "I": 6.834356099716388e-06, + "C": 1.489264036536042e-07, + "R": 2.4643012963565525e-08, + "M": 1.0651143611539737e-06, + "O": 6.112449000283959e-07, + "W": 1.2776290247984434e-08, + "N": 1.6111707168420253e-07, + "Y": 3.2963311241474e-05, + "U": 3.4275597915467415e-09, + "K": 1.0253943472093852e-08, + "L": 1.457760046008616e-08, + "G": 3.7705731301684864e-06, + "F": 6.286375719355419e-05, + "E": 3.4998840874322923e-06, + "T": 2.4728555217734538e-05, + "P": 0.24226318299770355, + "-": 0.7576000690460205 + }, + "id": "tp_10273" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1284151, + "label": "P", + "classification": { + "B": 2.4317520219696576e-10, + "S": 1.0179856957392985e-09, + "I": 4.3202282540732995e-05, + "C": 7.207005658926846e-09, + "R": 5.687001980447803e-10, + "M": 3.359699007887684e-08, + "O": 1.8009259861173632e-08, + "W": 6.530584406583273e-10, + "N": 1.7886467276184703e-06, + "Y": 4.970726195097086e-07, + "U": 3.5055053304589023e-10, + "K": 4.624024896315859e-08, + "L": 4.352961047171533e-11, + "G": 1.2848887820382515e-07, + "F": 1.0705824024626054e-05, + "E": 2.6952247935696505e-05, + "T": 6.878127578602289e-07, + "P": 0.9604317545890808, + "-": 0.03948426619172096 + }, + "id": "tp_10274" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1284251, + "label": "P", + "classification": { + "B": 2.836550785922931e-11, + "S": 3.957299331974751e-12, + "I": 1.754631011863239e-05, + "C": 1.0850190967914841e-08, + "R": 1.2976258956243214e-10, + "M": 2.1557488238954647e-08, + "O": 8.039032772799715e-10, + "W": 1.3633354861708469e-11, + "N": 6.888048886821707e-08, + "Y": 7.768456384837918e-07, + "U": 2.6322020951763392e-11, + "K": 2.8614413061234245e-09, + "L": 6.725061046236602e-12, + "G": 9.655150989829053e-08, + "F": 1.4846076510366402e-06, + "E": 1.2438021258276422e-05, + "T": 2.581226965503447e-07, + "P": 0.924379289150238, + "-": 0.07558798789978027 + }, + "id": "tp_10275" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1284384, + "label": "P", + "classification": { + "B": 1.2252118976763694e-14, + "S": 1.434181820612196e-13, + "I": 2.6656074680886377e-08, + "C": 1.527334790758783e-12, + "R": 1.1334579006979945e-14, + "M": 1.2453184317084975e-10, + "O": 7.637591080411621e-12, + "W": 1.521364177486332e-14, + "N": 1.3588918879037237e-10, + "Y": 9.646552001640885e-09, + "U": 5.344536069268194e-15, + "K": 7.459468156015281e-13, + "L": 1.4688808302283293e-14, + "G": 1.36547051443614e-10, + "F": 5.772543545390363e-07, + "E": 5.9180273126457905e-08, + "T": 1.0785692339254638e-08, + "P": 0.8531813025474548, + "-": 0.14681804180145264 + }, + "id": "tp_10276" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1284518, + "label": "P", + "classification": { + "B": 3.776029711133333e-09, + "S": 4.7877143222185836e-11, + "I": 1.3086775652482174e-05, + "C": 8.233725168338424e-08, + "R": 2.205128080134955e-09, + "M": 4.225611007768748e-07, + "O": 2.690441647246189e-08, + "W": 1.3328702030968032e-10, + "N": 8.441342735920898e-09, + "Y": 1.8751135257843998e-06, + "U": 9.574921411292792e-11, + "K": 1.091355060793206e-13, + "L": 7.735845741763114e-09, + "G": 4.163043740845751e-07, + "F": 3.495999294500507e-07, + "E": 9.007134735838918e-07, + "T": 3.836834821413504e-06, + "P": 0.6590094566345215, + "-": 0.34096941351890564 + }, + "id": "tp_10277" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1284651, + "label": "P", + "classification": { + "B": 5.513330902928715e-10, + "S": 2.9429918502188457e-09, + "I": 0.0010495709720999002, + "C": 2.202124171901687e-08, + "R": 2.933744580602138e-09, + "M": 1.4955050176013174e-07, + "O": 3.1477203066287984e-08, + "W": 7.681061342523776e-10, + "N": 6.8702461248904e-06, + "Y": 9.936786682374077e-07, + "U": 8.570375659155971e-11, + "K": 6.499290550188164e-10, + "L": 6.070520197631879e-10, + "G": 1.781640719400457e-07, + "F": 1.678788976278156e-06, + "E": 3.821887730737217e-06, + "T": 3.222261966584483e-06, + "P": 0.9902495741844177, + "-": 0.008683857508003712 + }, + "id": "tp_10278" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1284751, + "label": "P", + "classification": { + "B": 2.11614850642583e-10, + "S": 1.5779751116884455e-10, + "I": 4.990616162103834e-06, + "C": 5.056855489904422e-10, + "R": 1.576473326880823e-11, + "M": 1.8115970945586923e-08, + "O": 2.652879471654046e-09, + "W": 3.2201238203688476e-11, + "N": 6.191837087499152e-08, + "Y": 7.64003829090143e-08, + "U": 4.074111707719208e-12, + "K": 7.812780283833476e-11, + "L": 3.686866090202301e-11, + "G": 2.6220838833523885e-08, + "F": 2.9313514460227452e-06, + "E": 4.4389198592398316e-06, + "T": 1.4617057786381338e-07, + "P": 0.9541006088256836, + "-": 0.04588675498962402 + }, + "id": "tp_10279" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1284885, + "label": "P", + "classification": { + "B": 8.494247839829772e-12, + "S": 1.3727585691444832e-12, + "I": 8.555530075682327e-05, + "C": 2.2371875463278457e-09, + "R": 1.7896441273368424e-11, + "M": 2.095472240171148e-08, + "O": 5.4933051163441604e-11, + "W": 9.538393295691061e-13, + "N": 1.433862024668997e-07, + "Y": 4.1010213891468084e-08, + "U": 8.604491359871791e-13, + "K": 9.23349504494686e-12, + "L": 4.203570651284405e-12, + "G": 1.0997800892198484e-08, + "F": 1.564642673201888e-07, + "E": 2.0661105736508034e-05, + "T": 1.950223982305488e-08, + "P": 0.9981788396835327, + "-": 0.0017146016471087933 + }, + "id": "tp_10280" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1285018, + "label": "-", + "classification": { + "B": 6.227071636111248e-10, + "S": 3.1999376481905983e-09, + "I": 4.151052507950226e-06, + "C": 4.996550018177004e-08, + "R": 5.512908884952594e-08, + "M": 6.722355465171859e-06, + "O": 7.805803079463658e-07, + "W": 2.473635518640549e-09, + "N": 2.796930864690239e-08, + "Y": 0.0012899680295959115, + "U": 3.1512753517759506e-10, + "K": 1.632474955215457e-08, + "L": 1.4117333968499679e-08, + "G": 1.858811992860865e-05, + "F": 0.00023334180878009647, + "E": 9.220159427059116e-07, + "T": 0.00045295918243937194, + "P": 0.0024377175141125917, + "-": 0.9955547451972961 + }, + "id": "tp_10281" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1285152, + "label": "-", + "classification": { + "B": 4.109373094252078e-06, + "S": 7.589550818920543e-07, + "I": 7.143965376599226e-06, + "C": 2.8359877433103975e-06, + "R": 1.5661588577131624e-06, + "M": 0.0006527482764795423, + "O": 0.00010103986278409138, + "W": 3.293700672202249e-07, + "N": 2.51880027946072e-08, + "Y": 0.0006618771585635841, + "U": 3.088010736007618e-09, + "K": 1.9061392741992478e-10, + "L": 3.77561264031101e-05, + "G": 0.0005568469641730189, + "F": 0.0002761458745226264, + "E": 2.897565309467609e-06, + "T": 0.0007125604897737503, + "P": 0.0014188765781000257, + "-": 0.9955625534057617 + }, + "id": "tp_10282" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1285252, + "label": "-", + "classification": { + "B": 2.5182542273682884e-08, + "S": 1.1274190001131501e-05, + "I": 1.9048697197376896e-07, + "C": 1.6227804167101567e-07, + "R": 3.38182424286515e-08, + "M": 0.0009848347399383783, + "O": 9.137106826528907e-05, + "W": 1.975257930553198e-07, + "N": 2.4526105590894076e-08, + "Y": 0.06275255233049393, + "U": 7.236284054606967e-12, + "K": 5.212132805354486e-07, + "L": 2.4460844088025624e-06, + "G": 0.004469695966690779, + "F": 0.09736545383930206, + "E": 1.4840517906122841e-05, + "T": 0.015485692769289017, + "P": 6.456154369516298e-05, + "-": 0.8187561631202698 + }, + "id": "tp_10283" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1285385, + "label": "-", + "classification": { + "B": 4.519275176306792e-09, + "S": 1.534249527423981e-08, + "I": 0.00015620664635207504, + "C": 2.0898291950288694e-06, + "R": 2.060980023088632e-06, + "M": 7.044325320748612e-05, + "O": 6.308060619630851e-06, + "W": 3.4200009935148046e-08, + "N": 5.581694040301954e-07, + "Y": 0.012522850185632706, + "U": 6.912515893020554e-09, + "K": 9.211081675175592e-08, + "L": 1.1392992860237428e-07, + "G": 9.657206828705966e-05, + "F": 7.758466381346807e-05, + "E": 3.7898691971349763e-06, + "T": 0.002515380037948489, + "P": 0.003373014973476529, + "-": 0.9811728596687317 + }, + "id": "tp_10284" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1285519, + "label": "-", + "classification": { + "B": 2.9425750031064624e-11, + "S": 3.024355210712315e-10, + "I": 1.1450567605209017e-08, + "C": 7.358426368231363e-11, + "R": 2.7254573597979004e-11, + "M": 9.314023259321402e-07, + "O": 3.7580498712941335e-08, + "W": 3.154261574156436e-11, + "N": 6.124576540367244e-11, + "Y": 4.1468047129455954e-05, + "U": 1.5345091462694999e-13, + "K": 2.0811210393878454e-11, + "L": 1.4356517363811605e-10, + "G": 2.2750866435217176e-07, + "F": 3.049918268516194e-05, + "E": 8.443167054394962e-09, + "T": 1.9506021999404766e-05, + "P": 0.0004199697286821902, + "-": 0.9994872808456421 + }, + "id": "tp_10285" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1285652, + "label": "-", + "classification": { + "B": 1.8343983754220972e-07, + "S": 4.2026414348583785e-07, + "I": 3.616617323132232e-05, + "C": 7.468929197784746e-06, + "R": 2.761383257166017e-06, + "M": 0.001502131693996489, + "O": 5.673725900123827e-05, + "W": 1.824189297394696e-07, + "N": 3.4430809137120377e-07, + "Y": 0.0036017498932778835, + "U": 1.8161928849735887e-08, + "K": 7.792498024628003e-08, + "L": 1.0596887477731798e-05, + "G": 0.0005856897914782166, + "F": 0.001112855039536953, + "E": 1.5658451957278885e-05, + "T": 0.004834914114326239, + "P": 0.0018314348999410868, + "-": 0.9864006042480469 + }, + "id": "tp_10286" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1285752, + "label": "-", + "classification": { + "B": 2.1511222314529732e-07, + "S": 2.5639212708483683e-06, + "I": 8.317239803545817e-07, + "C": 1.3335868516151095e-06, + "R": 4.606428376519034e-07, + "M": 0.0002702625351957977, + "O": 4.240465204929933e-05, + "W": 4.17660658058594e-07, + "N": 6.412930275701001e-08, + "Y": 0.0022364710457623005, + "U": 1.9265273820678885e-09, + "K": 6.14130749454489e-06, + "L": 3.1253589440893847e-06, + "G": 0.0012365097645670176, + "F": 0.011607098393142223, + "E": 2.2084863303462043e-05, + "T": 0.0011677817674353719, + "P": 0.00042167652281932533, + "-": 0.982980489730835 + }, + "id": "tp_10287" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1285886, + "label": "-", + "classification": { + "B": 2.470688684752531e-07, + "S": 3.609163741202792e-06, + "I": 1.66198024089681e-05, + "C": 5.970591132609115e-07, + "R": 2.2341767191846884e-07, + "M": 5.520562262972817e-05, + "O": 1.884837001853157e-05, + "W": 1.6362563428629073e-06, + "N": 2.1313999241101556e-06, + "Y": 0.0006909813964739442, + "U": 3.519030755683161e-08, + "K": 2.5559278583386913e-05, + "L": 2.351960262103603e-07, + "G": 3.742705666809343e-05, + "F": 0.00758406613022089, + "E": 7.337015267694369e-05, + "T": 0.00022368578356690705, + "P": 0.05741949751973152, + "-": 0.9338459372520447 + }, + "id": "tp_10288" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1286019, + "label": "-", + "classification": { + "B": 2.081689444821677e-06, + "S": 3.1959307307261042e-06, + "I": 4.994715823158913e-07, + "C": 2.4661101605261138e-08, + "R": 2.218373040818733e-09, + "M": 8.744107617530972e-05, + "O": 7.905841812316794e-06, + "W": 8.64531415345482e-08, + "N": 3.293411054983153e-08, + "Y": 0.00019624753622338176, + "U": 4.811433473861371e-10, + "K": 9.4817673712555e-09, + "L": 4.40486303432408e-07, + "G": 5.979626439511776e-05, + "F": 0.006449438631534576, + "E": 1.2515009075286798e-05, + "T": 0.0001908627018565312, + "P": 0.010488098487257957, + "-": 0.9825014472007751 + }, + "id": "tp_10289" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1286153, + "label": "-", + "classification": { + "B": 3.4124511785194045e-06, + "S": 1.687690928520169e-05, + "I": 5.501768464455381e-05, + "C": 1.6392305042245425e-06, + "R": 8.603246328675596e-07, + "M": 0.0001618846581550315, + "O": 7.68490499467589e-05, + "W": 5.102203886053758e-06, + "N": 5.9361323110351805e-06, + "Y": 0.0011217326391488314, + "U": 2.551732052324951e-07, + "K": 3.208183261449449e-05, + "L": 2.559478616603883e-06, + "G": 0.0001632894272916019, + "F": 0.012790538370609283, + "E": 0.00018108826770912856, + "T": 0.000783595722168684, + "P": 0.03813435509800911, + "-": 0.9464629292488098 + }, + "id": "tp_10290" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1286253, + "label": "-", + "classification": { + "B": 2.369773255850305e-06, + "S": 1.1044978975860431e-07, + "I": 1.1436455338298401e-07, + "C": 2.6978324019211186e-09, + "R": 1.4191599007062905e-09, + "M": 6.781027877877932e-06, + "O": 3.014123421962722e-06, + "W": 7.452278794062295e-09, + "N": 5.937122460331068e-10, + "Y": 4.079166956216795e-06, + "U": 7.492387786578458e-12, + "K": 2.7997718726746612e-11, + "L": 2.2006324229550955e-07, + "G": 2.166043850593269e-05, + "F": 0.00048054734361357987, + "E": 6.500719678115274e-07, + "T": 1.09809134301031e-05, + "P": 0.002939897822216153, + "-": 0.9965295195579529 + }, + "id": "tp_10291" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1286386, + "label": "-", + "classification": { + "B": 2.2432207202882637e-08, + "S": 2.6011651166335525e-11, + "I": 1.0487181123508549e-09, + "C": 9.952336697816033e-12, + "R": 1.3676093677666978e-12, + "M": 5.347812361833348e-07, + "O": 1.2786271952336392e-07, + "W": 5.877576637197679e-12, + "N": 3.1959653565109825e-13, + "Y": 2.322972569857029e-08, + "U": 2.153108200493017e-15, + "K": 1.9241790623195743e-18, + "L": 7.4140809047662515e-09, + "G": 1.9299643838621705e-07, + "F": 6.920273563082446e-07, + "E": 2.9010376323412856e-09, + "T": 7.68841488252292e-08, + "P": 0.0017228593351319432, + "-": 0.9982753992080688 + }, + "id": "tp_10292" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1286520, + "label": "-", + "classification": { + "B": 2.415959932111633e-10, + "S": 1.2242888924873796e-09, + "I": 1.3953505018093892e-08, + "C": 1.0180688236882673e-10, + "R": 1.1288135357001572e-11, + "M": 7.199591323114873e-08, + "O": 3.6087790533656516e-08, + "W": 1.3739231974341237e-10, + "N": 5.160918914448587e-10, + "Y": 1.1472391179268016e-06, + "U": 3.404395688966222e-12, + "K": 6.96927127119551e-10, + "L": 1.157184348343776e-10, + "G": 2.062834596472385e-07, + "F": 7.110460137482733e-05, + "E": 1.4843381279661116e-07, + "T": 2.619113274704432e-06, + "P": 0.017743896692991257, + "-": 0.9821808338165283 + }, + "id": "tp_10293" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1286653, + "label": "-", + "classification": { + "B": 3.964309769344254e-07, + "S": 1.6398254842897586e-07, + "I": 1.1343963706167415e-05, + "C": 1.2035277904942632e-05, + "R": 2.407985448371619e-06, + "M": 0.0004937737248837948, + "O": 5.3480609494727105e-05, + "W": 2.430388406082784e-07, + "N": 2.1236589020645624e-07, + "Y": 0.00041890633292496204, + "U": 4.536492070883469e-08, + "K": 1.2925082337744698e-08, + "L": 1.0111367373610847e-05, + "G": 0.00021028798073530197, + "F": 0.00037824103492312133, + "E": 8.717365744814742e-06, + "T": 0.0007603857666254044, + "P": 0.003315794514492154, + "-": 0.9943234920501709 + }, + "id": "tp_10294" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1286753, + "label": "-", + "classification": { + "B": 6.4346035166806814e-09, + "S": 9.832486824734588e-09, + "I": 1.458231135842425e-08, + "C": 1.122513371143441e-08, + "R": 2.006587784819658e-09, + "M": 1.4947062481951434e-05, + "O": 8.142273486555496e-07, + "W": 1.36478206513857e-09, + "N": 9.05402558482038e-11, + "Y": 1.665337367739994e-05, + "U": 5.57440421947164e-12, + "K": 4.2688158563564116e-11, + "L": 8.328079559305479e-08, + "G": 7.969637408677954e-06, + "F": 0.0007057056063786149, + "E": 9.127731459557253e-08, + "T": 1.1242903383390512e-05, + "P": 0.0003801142447628081, + "-": 0.9988623857498169 + }, + "id": "tp_10295" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1286887, + "label": "-", + "classification": { + "B": 7.439223992378174e-08, + "S": 3.2800787863607184e-08, + "I": 4.1815101781139674e-07, + "C": 3.9931805417836586e-07, + "R": 9.61978443569933e-08, + "M": 8.167487976606935e-05, + "O": 5.49082051293226e-06, + "W": 1.1114955178470609e-08, + "N": 3.1193820859698462e-09, + "Y": 0.0009163328213617206, + "U": 8.976557830386866e-10, + "K": 7.152751169137161e-10, + "L": 2.598604396553128e-06, + "G": 0.00015077093848958611, + "F": 0.0006899377913214266, + "E": 7.952134524202847e-07, + "T": 0.00020568263425957412, + "P": 0.0007268673507496715, + "-": 0.9972187280654907 + }, + "id": "tp_10296" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1287020, + "label": "-", + "classification": { + "B": 1.029909253702499e-05, + "S": 3.3173481028825336e-07, + "I": 9.034654794959351e-06, + "C": 4.213156898913439e-06, + "R": 1.4377876595972339e-06, + "M": 0.0003631010768003762, + "O": 5.525526648852974e-05, + "W": 3.6367771372169955e-07, + "N": 5.923505952409869e-08, + "Y": 0.0005320766940712929, + "U": 1.2028571916289366e-08, + "K": 1.2939792570776376e-09, + "L": 1.4074292266741395e-05, + "G": 0.0002618529833853245, + "F": 0.00024312944151461124, + "E": 4.441013970790664e-06, + "T": 0.00035199293051846325, + "P": 0.00148833601269871, + "-": 0.9966601133346558 + }, + "id": "tp_10297" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1287154, + "label": "-", + "classification": { + "B": 1.0048196230627582e-07, + "S": 7.631855964973511e-07, + "I": 4.576457286020741e-05, + "C": 5.303209491103189e-06, + "R": 1.0337350886402419e-06, + "M": 3.654694955912419e-05, + "O": 1.3167205906938761e-05, + "W": 5.196741881263733e-07, + "N": 2.347972213101457e-06, + "Y": 0.0011014164192602038, + "U": 4.7071941366993997e-07, + "K": 2.4142386791936588e-06, + "L": 1.1952910199397593e-06, + "G": 5.418138607637957e-05, + "F": 0.0016463397769257426, + "E": 1.4880370144965127e-05, + "T": 0.0011011208407580853, + "P": 0.025609616190195084, + "-": 0.9703628420829773 + }, + "id": "tp_10298" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1287254, + "label": "-", + "classification": { + "B": 5.83605661574893e-08, + "S": 3.669750867629773e-07, + "I": 4.609105963027105e-05, + "C": 5.4485233704326674e-05, + "R": 1.8259162970934995e-05, + "M": 0.00018404048751108348, + "O": 3.4590768336784095e-05, + "W": 7.851172085793223e-07, + "N": 9.126952136284672e-07, + "Y": 0.004309314768761396, + "U": 1.3140585508608638e-07, + "K": 2.1255677893350367e-06, + "L": 3.144460833937046e-06, + "G": 0.00020597525872290134, + "F": 0.0020675824489444494, + "E": 2.453164051985368e-05, + "T": 0.0011258010054007173, + "P": 0.0052536590956151485, + "-": 0.9866679906845093 + }, + "id": "tp_10299" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1287387, + "label": "Y", + "classification": { + "B": 6.862159125375911e-07, + "S": 5.6727985793258995e-06, + "I": 0.0019151348387822509, + "C": 0.0017360005294904113, + "R": 0.0006280398811213672, + "M": 0.004283017013221979, + "O": 0.0008799707284197211, + "W": 1.0375210877100471e-05, + "N": 1.7918826415552758e-05, + "Y": 0.5533417463302612, + "U": 1.7231987214927358e-07, + "K": 6.230970757314935e-05, + "L": 5.5942982726264745e-05, + "G": 0.02520192414522171, + "F": 0.0019023717613890767, + "E": 0.00019135154434479773, + "T": 0.06067737936973572, + "P": 0.0005777632468380034, + "-": 0.3485121428966522 + }, + "id": "tp_10300" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1287521, + "label": "-", + "classification": { + "B": 3.538245607614954e-07, + "S": 3.303255979858477e-08, + "I": 1.063472154783085e-08, + "C": 8.26040533752348e-08, + "R": 2.4217158056671906e-08, + "M": 5.41940207767766e-05, + "O": 2.2094939140515635e-06, + "W": 1.5766874472689096e-09, + "N": 2.472049127899556e-11, + "Y": 0.00015781281399540603, + "U": 1.5847350558553797e-12, + "K": 2.8018811229491014e-12, + "L": 4.576452738547232e-06, + "G": 0.00024254557501990348, + "F": 0.00108513911254704, + "E": 1.3327620251857297e-07, + "T": 5.480779873323627e-05, + "P": 2.486944322299678e-05, + "-": 0.99837327003479 + }, + "id": "tp_10301" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1287654, + "label": "-", + "classification": { + "B": 1.5579949552702033e-09, + "S": 9.631268227394685e-09, + "I": 8.761311676153127e-09, + "C": 4.242976636703588e-09, + "R": 1.04777742038209e-09, + "M": 4.947000434185611e-06, + "O": 4.097964563243295e-07, + "W": 6.960690912549694e-10, + "N": 9.152863189587634e-11, + "Y": 3.607086182455532e-05, + "U": 2.9283713041255988e-12, + "K": 1.2023142481609739e-09, + "L": 1.7792530115912086e-08, + "G": 7.746758456050884e-06, + "F": 0.0007525369874201715, + "E": 2.2431406421219435e-07, + "T": 1.1179262401128653e-05, + "P": 0.00017528583703096956, + "-": 0.9990116357803345 + }, + "id": "tp_10302" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1287754, + "label": "-", + "classification": { + "B": 2.9929069569334388e-06, + "S": 9.658017006586306e-06, + "I": 4.944486863678321e-05, + "C": 0.0001086164265871048, + "R": 2.1307305360096507e-05, + "M": 0.00022985614486970007, + "O": 0.00013922067591920495, + "W": 1.09109414552222e-05, + "N": 1.139281357609434e-05, + "Y": 0.0031890003010630608, + "U": 1.8042887859337498e-06, + "K": 0.000143133380333893, + "L": 1.1269537935731933e-05, + "G": 0.0005392293678596616, + "F": 0.017372166737914085, + "E": 0.00045943286386318505, + "T": 0.0017564946319907904, + "P": 0.024191612377762794, + "-": 0.9517524242401123 + }, + "id": "tp_10303" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1287888, + "label": "-", + "classification": { + "B": 3.4136269277951214e-06, + "S": 5.145400791661814e-06, + "I": 1.8154066765418975e-06, + "C": 4.108363100385759e-06, + "R": 3.742482306279271e-07, + "M": 0.0002463007695041597, + "O": 3.971951446146704e-05, + "W": 4.615323234702373e-07, + "N": 2.3209341293295438e-07, + "Y": 0.0013226240407675505, + "U": 1.2736329324525286e-08, + "K": 7.6199521572561935e-06, + "L": 9.067178325494751e-06, + "G": 0.00271760206669569, + "F": 0.059522684663534164, + "E": 0.00017315876903012395, + "T": 0.0005531157366931438, + "P": 0.0032873740419745445, + "-": 0.9321051239967346 + }, + "id": "tp_10304" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1288021, + "label": "-", + "classification": { + "B": 3.8740336094633676e-07, + "S": 6.45176143621029e-08, + "I": 1.817364569944857e-08, + "C": 1.0480449397221037e-08, + "R": 3.2144411576950915e-09, + "M": 6.929051596671343e-05, + "O": 5.030002739658812e-06, + "W": 6.386610795772185e-09, + "N": 8.892530461990233e-11, + "Y": 1.866421735030599e-05, + "U": 3.1660681021339343e-12, + "K": 4.098845828720554e-12, + "L": 7.486719368898775e-07, + "G": 2.0227711502229795e-05, + "F": 0.0005916886148042977, + "E": 5.580300808105676e-07, + "T": 1.1348611224093474e-05, + "P": 0.000427353719715029, + "-": 0.9988546371459961 + }, + "id": "tp_10305" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1288155, + "label": "-", + "classification": { + "B": 2.6793162133387227e-10, + "S": 3.51168907286592e-08, + "I": 4.389312024954961e-09, + "C": 4.043068599912658e-07, + "R": 3.6175343609556876e-08, + "M": 1.7981452401727438e-05, + "O": 1.2653637213588809e-06, + "W": 3.0760858305001193e-09, + "N": 2.455871339623883e-10, + "Y": 0.0020823499653488398, + "U": 1.3407533763776236e-11, + "K": 8.805081961327232e-07, + "L": 1.9184814448180987e-07, + "G": 0.0010418753372505307, + "F": 0.021972734481096268, + "E": 1.0542856898609898e-06, + "T": 0.00016062743088696152, + "P": 3.1860377930570394e-05, + "-": 0.9746887683868408 + }, + "id": "tp_10306" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1288255, + "label": "-", + "classification": { + "B": 1.0803089026012458e-05, + "S": 0.00016218509699683636, + "I": 1.1280359103693627e-05, + "C": 8.066300324571785e-06, + "R": 1.3960296882942203e-06, + "M": 0.0018846007296815515, + "O": 0.0002848544390872121, + "W": 4.579527285386575e-06, + "N": 1.459926807001466e-06, + "Y": 0.010693773627281189, + "U": 1.3400758724912976e-08, + "K": 4.03817102778703e-06, + "L": 7.998282671906054e-05, + "G": 0.016327710822224617, + "F": 0.21758373081684113, + "E": 0.0007377314032055438, + "T": 0.004054524935781956, + "P": 0.002758061746135354, + "-": 0.7453911900520325 + }, + "id": "tp_10307" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1288388, + "label": "-", + "classification": { + "B": 7.484882189601194e-07, + "S": 1.1768777767429128e-05, + "I": 4.055938552482985e-05, + "C": 5.344289093045518e-05, + "R": 1.2301422430027742e-05, + "M": 0.0018496594857424498, + "O": 0.00018062866001855582, + "W": 1.66374502441613e-06, + "N": 1.2187365427962504e-06, + "Y": 0.04727482423186302, + "U": 4.075159054650612e-08, + "K": 2.951257329186774e-06, + "L": 3.020836811629124e-05, + "G": 0.004207834601402283, + "F": 0.014274759218096733, + "E": 2.6843139494303614e-05, + "T": 0.020270876586437225, + "P": 0.0006960767786949873, + "-": 0.9110636115074158 + }, + "id": "tp_10308" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1288522, + "label": "-", + "classification": { + "B": 4.27245566925194e-07, + "S": 4.515729585818917e-07, + "I": 1.1977743270108476e-05, + "C": 1.876636702036194e-06, + "R": 8.613388331468741e-07, + "M": 0.00027242660871706903, + "O": 1.3941705219622236e-05, + "W": 1.6291670590362628e-07, + "N": 2.1747109713032842e-07, + "Y": 0.0012458113487809896, + "U": 1.9787442795404786e-08, + "K": 2.8936437956872396e-07, + "L": 2.7126593522552866e-06, + "G": 0.00025743094738572836, + "F": 0.0026103591080754995, + "E": 1.2526616956165526e-05, + "T": 0.0016102168010547757, + "P": 0.0033230732660740614, + "-": 0.9906352162361145 + }, + "id": "tp_10309" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1288655, + "label": "-", + "classification": { + "B": 4.182769242078166e-09, + "S": 1.3159884293401092e-09, + "I": 1.7467884561028768e-07, + "C": 4.4521841768840886e-10, + "R": 2.0725401950194566e-10, + "M": 7.2705602178757545e-06, + "O": 1.4474397858066368e-07, + "W": 1.0479089818105081e-10, + "N": 1.118595494009611e-10, + "Y": 0.00023653045354876667, + "U": 3.6253430270825893e-13, + "K": 1.7501021248519932e-12, + "L": 5.3726059157099826e-09, + "G": 6.036682407284388e-06, + "F": 1.37915349114337e-05, + "E": 1.295893810038251e-07, + "T": 0.00014561659190803766, + "P": 0.000380277750082314, + "-": 0.999210000038147 + }, + "id": "tp_10310" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1288755, + "label": "-", + "classification": { + "B": 9.104645073421125e-07, + "S": 8.466919609873003e-08, + "I": 2.1309169540018047e-07, + "C": 7.912960882094922e-07, + "R": 1.6330051266777446e-07, + "M": 3.519800884532742e-05, + "O": 1.7239091903320514e-05, + "W": 1.877253019699765e-08, + "N": 1.9922807847905233e-09, + "Y": 1.2986727597308345e-05, + "U": 1.2874465382672895e-10, + "K": 1.4743503293224158e-11, + "L": 7.914158231869806e-06, + "G": 9.780965046957135e-05, + "F": 0.0005853266920894384, + "E": 1.0457109738126746e-06, + "T": 4.910426287096925e-05, + "P": 0.001991621218621731, + "-": 0.997199535369873 + }, + "id": "tp_10311" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1288889, + "label": "-", + "classification": { + "B": 5.435202297121577e-07, + "S": 1.2318328117544297e-06, + "I": 8.498248007526854e-07, + "C": 3.806072257361848e-08, + "R": 7.222325137945518e-08, + "M": 0.0003404421731829643, + "O": 3.1199775548884645e-05, + "W": 8.757836411632525e-08, + "N": 5.403421710070688e-09, + "Y": 0.0011368622072041035, + "U": 1.2897927170740786e-10, + "K": 7.653850886413238e-10, + "L": 2.0980617136956425e-06, + "G": 0.00010573205508990213, + "F": 0.0006079610320739448, + "E": 3.740393594853231e-07, + "T": 0.000933607283513993, + "P": 0.0003380245470907539, + "-": 0.9965009689331055 + }, + "id": "tp_10312" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1289022, + "label": "-", + "classification": { + "B": 6.5427275330876e-07, + "S": 1.7830396359386214e-07, + "I": 7.107579449439072e-07, + "C": 3.2838747188179696e-07, + "R": 6.999004398267061e-08, + "M": 4.765340781887062e-05, + "O": 3.1253732686309377e-06, + "W": 3.13476071767127e-08, + "N": 1.329124810212079e-08, + "Y": 0.00017993302026297897, + "U": 8.886698044108243e-10, + "K": 3.3132415921954816e-08, + "L": 7.000783739385952e-07, + "G": 0.00016544935351703316, + "F": 0.0035253760870546103, + "E": 2.6653498935047537e-05, + "T": 9.239272912964225e-05, + "P": 0.0030554893892258406, + "-": 0.9929012060165405 + }, + "id": "tp_10313" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1289156, + "label": "-", + "classification": { + "B": 2.102761527567054e-06, + "S": 4.9945538194151595e-05, + "I": 4.143170372117311e-05, + "C": 1.2532618711702526e-06, + "R": 2.3799816517566796e-06, + "M": 0.0009227601694874465, + "O": 0.00039432081393897533, + "W": 5.570161647483474e-06, + "N": 6.116467829997418e-07, + "Y": 0.00243010395206511, + "U": 3.2988596299077244e-09, + "K": 1.1122970988708403e-07, + "L": 1.950502883119043e-05, + "G": 0.00033019069815054536, + "F": 0.009862403385341167, + "E": 8.204560799640603e-06, + "T": 0.0026737975422292948, + "P": 0.0022707791067659855, + "-": 0.9809845685958862 + }, + "id": "tp_10314" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1289256, + "label": "-", + "classification": { + "B": 3.5406262099968444e-07, + "S": 5.291066713652981e-07, + "I": 9.86721374829358e-07, + "C": 2.6890980734606273e-05, + "R": 9.500873602519277e-06, + "M": 0.0002542479778639972, + "O": 6.230418512132019e-05, + "W": 3.128706680399773e-07, + "N": 1.1268634914074482e-08, + "Y": 0.00499751465395093, + "U": 3.5332490266881678e-09, + "K": 3.437344275880605e-08, + "L": 3.35841832566075e-05, + "G": 0.0011748169781640172, + "F": 0.00335792382247746, + "E": 1.392479703099525e-06, + "T": 0.0006644762470386922, + "P": 0.0002072692586807534, + "-": 0.989207923412323 + }, + "id": "tp_10315" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1289389, + "label": "-", + "classification": { + "B": 8.486829294884757e-11, + "S": 2.5972049511047146e-10, + "I": 4.691235133691407e-08, + "C": 2.609403964015655e-07, + "R": 3.6588584606533914e-08, + "M": 4.8701645027904306e-06, + "O": 9.442148751759305e-08, + "W": 5.658538915209732e-11, + "N": 1.607804028802562e-10, + "Y": 0.00014982068387325853, + "U": 1.1169005824374079e-11, + "K": 1.8910012444806057e-10, + "L": 3.7370625705079874e-08, + "G": 3.161859785905108e-05, + "F": 0.000453504006145522, + "E": 2.690656799586577e-07, + "T": 4.040861313114874e-05, + "P": 0.0004115170449949801, + "-": 0.9989075660705566 + }, + "id": "tp_10316" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1289523, + "label": "-", + "classification": { + "B": 6.356639914883999e-06, + "S": 9.88233477983158e-06, + "I": 0.001278119394555688, + "C": 0.00034949788823723793, + "R": 0.00019152557069901377, + "M": 0.0031147764530032873, + "O": 0.0003709480806719512, + "W": 7.125749107217416e-06, + "N": 1.8248163542011753e-05, + "Y": 0.12796783447265625, + "U": 1.404712406838371e-06, + "K": 3.738105760930921e-06, + "L": 7.754503894830123e-05, + "G": 0.004915377125144005, + "F": 0.0017463599797338247, + "E": 8.858954242896289e-05, + "T": 0.0441383421421051, + "P": 0.00380063708871603, + "-": 0.8119137287139893 + }, + "id": "tp_10317" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1289656, + "label": "-", + "classification": { + "B": 1.3337316886463668e-05, + "S": 3.9701294554106425e-06, + "I": 8.25315437396057e-05, + "C": 1.0006923730543349e-05, + "R": 1.4410760513783316e-06, + "M": 0.0007947824196889997, + "O": 4.894558514934033e-05, + "W": 1.3404893479673774e-06, + "N": 2.3326326754613547e-06, + "Y": 0.007474350742995739, + "U": 5.490672450036982e-08, + "K": 1.0678933904273435e-05, + "L": 8.565205462218728e-06, + "G": 0.00923236459493637, + "F": 0.018018031492829323, + "E": 0.002796617802232504, + "T": 0.0011900834506377578, + "P": 0.013738693669438362, + "-": 0.9465718865394592 + }, + "id": "tp_10318" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1289756, + "label": "-", + "classification": { + "B": 8.181347266322803e-10, + "S": 2.7477840003342635e-09, + "I": 2.0274441340006888e-05, + "C": 8.398778845730703e-07, + "R": 1.2381525493765366e-07, + "M": 3.44886598213634e-06, + "O": 5.188850877857476e-07, + "W": 5.195802899038426e-09, + "N": 2.1653981718827708e-07, + "Y": 0.028454778715968132, + "U": 4.870782110977245e-10, + "K": 6.30089880360174e-06, + "L": 2.5133841674573887e-09, + "G": 0.0002566812909208238, + "F": 0.0004626455483958125, + "E": 3.093951818300411e-05, + "T": 0.00045268304529599845, + "P": 0.003121687564998865, + "-": 0.9671888947486877 + }, + "id": "tp_10319" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1289890, + "label": "-", + "classification": { + "B": 4.7652460466451885e-07, + "S": 5.561565785683342e-07, + "I": 3.2689631552784704e-06, + "C": 1.2576962944876868e-05, + "R": 2.114493554472574e-06, + "M": 0.0005041197873651981, + "O": 2.1568122974713333e-05, + "W": 1.1029067792378555e-07, + "N": 5.609883402257765e-08, + "Y": 0.004548391792923212, + "U": 6.302824928638984e-09, + "K": 6.708390998255709e-08, + "L": 1.3369798580242787e-05, + "G": 0.0031195685733109713, + "F": 0.01528219971805811, + "E": 2.656603101058863e-05, + "T": 0.001128973439335823, + "P": 0.0017812446458265185, + "-": 0.9735548496246338 + }, + "id": "tp_10320" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1290023, + "label": "-", + "classification": { + "B": 2.4295964067277964e-06, + "S": 5.848510227224324e-06, + "I": 6.051358013792196e-06, + "C": 1.2122128282499034e-05, + "R": 1.101594534702599e-05, + "M": 0.0005350692663341761, + "O": 0.00012687881826423109, + "W": 1.4185367263053195e-06, + "N": 1.2235099688950868e-07, + "Y": 0.011212649755179882, + "U": 1.3165581513874258e-08, + "K": 5.395885338543849e-08, + "L": 5.360355135053396e-05, + "G": 0.0017517335945740342, + "F": 0.015797719359397888, + "E": 9.247199159290176e-06, + "T": 0.0022634530905634165, + "P": 0.0006908502546139061, + "-": 0.9675196409225464 + }, + "id": "tp_10321" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1290157, + "label": "-", + "classification": { + "B": 2.6103011805389542e-06, + "S": 2.4945609311544104e-06, + "I": 9.914949623635039e-05, + "C": 0.0002783775853458792, + "R": 5.561045327340253e-05, + "M": 0.0003470076189842075, + "O": 8.663037442602217e-05, + "W": 2.401692199782701e-06, + "N": 3.507101610011887e-06, + "Y": 0.002943875500932336, + "U": 4.31293443625691e-07, + "K": 2.1783732790936483e-06, + "L": 1.3931666217104066e-05, + "G": 0.0009074102272279561, + "F": 0.007552678696811199, + "E": 0.00013240796397440135, + "T": 0.0015543276676908135, + "P": 0.01083325408399105, + "-": 0.9751817584037781 + }, + "id": "tp_10322" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1290257, + "label": "-", + "classification": { + "B": 2.103370633221857e-08, + "S": 2.8330126156106417e-07, + "I": 9.407272955286317e-06, + "C": 7.475727761629969e-05, + "R": 6.713662969559664e-06, + "M": 6.144166400190443e-05, + "O": 8.513648936059326e-06, + "W": 2.5647648271842627e-07, + "N": 6.370881919792737e-07, + "Y": 0.005839610937982798, + "U": 4.2809432443391415e-08, + "K": 0.00027467761537991464, + "L": 9.60305214903201e-07, + "G": 0.002557708416134119, + "F": 0.031932275742292404, + "E": 0.00023638326092623174, + "T": 0.0004446508828550577, + "P": 0.004086956847459078, + "-": 0.9544647932052612 + }, + "id": "tp_10323" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1290390, + "label": "-", + "classification": { + "B": 8.402418301065029e-13, + "S": 1.818754175042514e-11, + "I": 4.287863900748201e-12, + "C": 4.160399455499508e-11, + "R": 7.283003193581106e-12, + "M": 1.4544693272000586e-07, + "O": 6.04080252486483e-09, + "W": 3.0444022953643457e-13, + "N": 5.355882075596665e-15, + "Y": 9.594433322490659e-06, + "U": 8.177835099221803e-17, + "K": 1.065729654455309e-14, + "L": 1.8392299905301002e-09, + "G": 3.563015525287483e-06, + "F": 0.00030465656891465187, + "E": 1.8667893619817022e-10, + "T": 1.4340361076392583e-06, + "P": 1.4236079550755676e-06, + "-": 0.9996790885925293 + }, + "id": "tp_10324" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1290524, + "label": "-", + "classification": { + "B": 3.677749077501957e-12, + "S": 8.821775254741482e-11, + "I": 1.9781078164360366e-10, + "C": 2.637572826813539e-09, + "R": 2.1872784139453927e-10, + "M": 1.164326818070549e-06, + "O": 6.443408295808695e-08, + "W": 1.048890835297911e-11, + "N": 1.0306827006451025e-12, + "Y": 6.337040395010263e-05, + "U": 3.811440570165685e-14, + "K": 3.067445603077701e-12, + "L": 1.0902366121001705e-08, + "G": 5.866969786438858e-06, + "F": 0.0006377037498168647, + "E": 3.884053079161731e-09, + "T": 1.1321850251988508e-05, + "P": 2.4296145056723617e-05, + "-": 0.9992561936378479 + }, + "id": "tp_10325" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1290657, + "label": "-", + "classification": { + "B": 0.0028451448306441307, + "S": 0.00018685554096009582, + "I": 0.0013401570031419396, + "C": 0.0015258851926773787, + "R": 0.0004289121716283262, + "M": 0.02498316764831543, + "O": 0.0031132050789892673, + "W": 9.347050217911601e-05, + "N": 5.393369428929873e-05, + "Y": 0.02866777963936329, + "U": 2.0606072212103754e-05, + "K": 5.8798132158699445e-06, + "L": 0.0036194217391312122, + "G": 0.031626030802726746, + "F": 0.011687942780554295, + "E": 0.0027196696028113365, + "T": 0.017217665910720825, + "P": 0.017180774360895157, + "-": 0.8526835441589355 + }, + "id": "tp_10326" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1290757, + "label": "-", + "classification": { + "B": 1.3813225905323634e-06, + "S": 4.90870377234387e-07, + "I": 2.4104249405354494e-06, + "C": 2.4071655388979707e-06, + "R": 8.699504405740299e-07, + "M": 0.0003646336845122278, + "O": 3.057324647670612e-05, + "W": 1.37357659468762e-07, + "N": 2.5950456006285094e-08, + "Y": 0.0010635482612997293, + "U": 7.639619603594383e-09, + "K": 6.544501607308462e-10, + "L": 1.559442353027407e-05, + "G": 0.00023408205015584826, + "F": 0.0014964679721742868, + "E": 2.4886699065973517e-06, + "T": 0.0007916991016827524, + "P": 0.001430882839486003, + "-": 0.9945623278617859 + }, + "id": "tp_10327" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1290891, + "label": "-", + "classification": { + "B": 5.513264568435261e-06, + "S": 1.0287764780514408e-05, + "I": 8.902515560293978e-07, + "C": 7.092913278938795e-07, + "R": 8.221953748943633e-07, + "M": 0.002466692589223385, + "O": 0.00027654125005938113, + "W": 1.2774479500876623e-06, + "N": 1.7327636214758968e-08, + "Y": 0.0012248937273398042, + "U": 1.352690515155075e-09, + "K": 1.122532622410688e-09, + "L": 8.763233199715614e-05, + "G": 0.0004737930721603334, + "F": 0.003388769691810012, + "E": 1.41489215366164e-06, + "T": 0.002100212499499321, + "P": 0.0002913257631007582, + "-": 0.989669144153595 + }, + "id": "tp_10328" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1291024, + "label": "-", + "classification": { + "B": 1.729748078105331e-08, + "S": 3.6091211086386465e-07, + "I": 1.260319777429686e-06, + "C": 2.6911013719654875e-06, + "R": 6.413407049876696e-07, + "M": 8.485784201184288e-05, + "O": 9.10908875084715e-06, + "W": 2.3706671470336005e-07, + "N": 9.163282754798274e-08, + "Y": 0.0012423351872712374, + "U": 6.314975653509691e-09, + "K": 1.1474396160338074e-05, + "L": 8.477387609673315e-07, + "G": 0.0004407866217661649, + "F": 0.02024131640791893, + "E": 3.249964356655255e-05, + "T": 0.00048723514191806316, + "P": 0.001433773199096322, + "-": 0.9760105013847351 + }, + "id": "tp_10329" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1291158, + "label": "-", + "classification": { + "B": 1.2401645044235465e-08, + "S": 7.221904638754495e-07, + "I": 9.605726347672316e-08, + "C": 2.528622280806303e-05, + "R": 1.7933958815774531e-06, + "M": 0.0003277077339589596, + "O": 2.9371469281613827e-05, + "W": 8.096302650528742e-08, + "N": 4.186595070621024e-09, + "Y": 0.0029042698442935944, + "U": 1.6258785984213375e-10, + "K": 6.318346095213201e-07, + "L": 8.444958439213224e-06, + "G": 0.004547164775431156, + "F": 0.022521210834383965, + "E": 8.462734513159376e-06, + "T": 0.0011121403658762574, + "P": 4.806322976946831e-05, + "-": 0.9684644937515259 + }, + "id": "tp_10330" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1291258, + "label": "-", + "classification": { + "B": 7.07952438006032e-07, + "S": 2.290273187099956e-06, + "I": 1.1255704521317966e-05, + "C": 5.1886323490180075e-05, + "R": 9.488790055911522e-06, + "M": 0.0008220754098147154, + "O": 6.876732368255034e-05, + "W": 8.149182235683838e-07, + "N": 6.291569434324629e-07, + "Y": 0.014530233107507229, + "U": 1.0339419276306216e-07, + "K": 1.1316182281007059e-05, + "L": 3.2467927667312324e-05, + "G": 0.008758937008678913, + "F": 0.016479192301630974, + "E": 0.00015027400513645262, + "T": 0.005386327859014273, + "P": 0.0030609022360295057, + "-": 0.9506223201751709 + }, + "id": "tp_10331" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1291391, + "label": "-", + "classification": { + "B": 4.725576218334027e-06, + "S": 6.20080936641898e-06, + "I": 0.00010616979125188664, + "C": 1.1722222552634776e-05, + "R": 3.274047685408732e-06, + "M": 0.00042374845361337066, + "O": 5.526842505787499e-05, + "W": 3.1505162496614503e-06, + "N": 8.902416084310971e-06, + "Y": 0.00460016680881381, + "U": 7.717999892520311e-07, + "K": 0.0001155416903202422, + "L": 6.04951310378965e-06, + "G": 0.0014560555573552847, + "F": 0.0047378032468259335, + "E": 0.0015024669701233506, + "T": 0.001553859910927713, + "P": 0.023268867284059525, + "-": 0.9621352553367615 + }, + "id": "tp_10332" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1291525, + "label": "-", + "classification": { + "B": 7.183146522038442e-07, + "S": 7.850076144677587e-06, + "I": 0.00015903121675364673, + "C": 4.185497346043121e-06, + "R": 2.4777400540187955e-06, + "M": 0.0002094321243930608, + "O": 5.880296521354467e-05, + "W": 2.834916358551709e-06, + "N": 9.24166124605108e-06, + "Y": 0.019523506984114647, + "U": 1.3001584875382832e-07, + "K": 0.00023123905702959746, + "L": 1.36842811571114e-06, + "G": 0.0011948380852118134, + "F": 0.01374769676476717, + "E": 8.124612213578075e-05, + "T": 0.008840070106089115, + "P": 0.008144883438944817, + "-": 0.9477804899215698 + }, + "id": "tp_10333" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1291658, + "label": "-", + "classification": { + "B": 2.35969559980731e-06, + "S": 2.1189725885051303e-06, + "I": 6.549192221427802e-06, + "C": 1.5924420040391851e-06, + "R": 9.067086352843035e-07, + "M": 0.0009234089520759881, + "O": 4.981586243957281e-05, + "W": 3.6847725937150244e-07, + "N": 8.259389261411343e-08, + "Y": 0.0008398674544878304, + "U": 6.14482287275564e-09, + "K": 7.522119815916994e-09, + "L": 1.200021961267339e-05, + "G": 0.00019236990192439407, + "F": 0.0014469673624262214, + "E": 1.1365947102603968e-05, + "T": 0.0011606878833845258, + "P": 0.0028591433074325323, + "-": 0.9924903512001038 + }, + "id": "tp_10334" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1291758, + "label": "-", + "classification": { + "B": 1.2289365258766338e-06, + "S": 1.5798754304796603e-08, + "I": 1.8161950947614969e-06, + "C": 1.1751940292015206e-06, + "R": 1.7563583298851881e-07, + "M": 0.0005350552964955568, + "O": 1.2946734386787284e-05, + "W": 9.350424434728666e-09, + "N": 4.393980290728905e-09, + "Y": 0.0002611515228636563, + "U": 9.4918528592558e-10, + "K": 1.2988271916314353e-11, + "L": 1.0976355042657815e-05, + "G": 0.00024074403336271644, + "F": 4.237910980009474e-05, + "E": 1.9322310436109547e-06, + "T": 0.00035486233537085354, + "P": 0.0010004270588979125, + "-": 0.997535228729248 + }, + "id": "tp_10335" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1291892, + "label": "-", + "classification": { + "B": 2.6259178866894217e-06, + "S": 8.121184691844974e-06, + "I": 1.2106000212952495e-05, + "C": 0.00014812813606113195, + "R": 5.9586567658698186e-05, + "M": 0.0007277940167114139, + "O": 0.00030891899950802326, + "W": 3.2513080441276543e-06, + "N": 3.806465542766091e-07, + "Y": 0.006334654986858368, + "U": 1.0277373974076909e-07, + "K": 5.28563134594151e-07, + "L": 0.0003176482568960637, + "G": 0.0062628695741295815, + "F": 0.06242339313030243, + "E": 3.6816909414483234e-05, + "T": 0.0012768730521202087, + "P": 0.003270142013207078, + "-": 0.9188061356544495 + }, + "id": "tp_10336" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1292025, + "label": "-", + "classification": { + "B": 1.8683889493331662e-06, + "S": 1.166679567177198e-06, + "I": 9.926295206241775e-06, + "C": 2.7936266633332707e-07, + "R": 1.4039308382507443e-07, + "M": 0.0001566623104736209, + "O": 1.3214192222221754e-05, + "W": 8.040405674591966e-08, + "N": 1.5568994626846688e-07, + "Y": 0.005499659106135368, + "U": 8.071651125263202e-10, + "K": 1.6774967193100565e-08, + "L": 1.0627722986100707e-06, + "G": 0.0007281393627636135, + "F": 0.001637884764932096, + "E": 3.697962165460922e-05, + "T": 0.0036272625438869, + "P": 0.003120782785117626, + "-": 0.9851646423339844 + }, + "id": "tp_10337" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1292125, + "label": "-", + "classification": { + "B": 9.6212510181104e-11, + "S": 3.7660466745137455e-08, + "I": 4.526223396084106e-09, + "C": 1.5029122835130693e-08, + "R": 5.047547269043662e-09, + "M": 1.8620032278704457e-05, + "O": 1.351694663753733e-06, + "W": 3.570410189723816e-09, + "N": 1.8496555675984183e-10, + "Y": 0.00020121778652537614, + "U": 2.9139906633501855e-12, + "K": 9.392327804391698e-09, + "L": 5.250373646958906e-08, + "G": 2.1158179151825607e-05, + "F": 0.013839161954820156, + "E": 1.2907673863082891e-07, + "T": 0.0001523666433058679, + "P": 6.778880924684927e-05, + "-": 0.9856980443000793 + }, + "id": "tp_10338" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1292259, + "label": "-", + "classification": { + "B": 1.5144529186272848e-08, + "S": 1.1999537491647061e-05, + "I": 5.701970735572104e-07, + "C": 7.47783178667305e-06, + "R": 1.4712680922457366e-06, + "M": 0.0003754865610972047, + "O": 0.0001247718173544854, + "W": 1.3644233831655583e-06, + "N": 9.061120920250687e-08, + "Y": 0.00566861592233181, + "U": 8.097702508536031e-10, + "K": 1.2259708455530927e-05, + "L": 8.777508810453583e-06, + "G": 0.0024216652382165194, + "F": 0.1641615927219391, + "E": 1.6684001820976846e-05, + "T": 0.002243983093649149, + "P": 0.0003657307825051248, + "-": 0.8245774507522583 + }, + "id": "tp_10339" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1292392, + "label": "-", + "classification": { + "B": 2.3693561161053367e-05, + "S": 5.955964661552571e-05, + "I": 2.1606341761071235e-05, + "C": 0.00025757570983842015, + "R": 2.104974919348024e-05, + "M": 0.0015681928489357233, + "O": 0.0002540054265409708, + "W": 1.616111876501236e-05, + "N": 9.369363397127017e-06, + "Y": 0.007872145622968674, + "U": 1.304266106672003e-06, + "K": 0.0017514103092253208, + "L": 9.617854084353894e-05, + "G": 0.02523677796125412, + "F": 0.2384934276342392, + "E": 0.0027213268913328648, + "T": 0.0035145203582942486, + "P": 0.00907997414469719, + "-": 0.7090017199516296 + }, + "id": "tp_10340" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1292526, + "label": "-", + "classification": { + "B": 6.643890628765803e-07, + "S": 3.112344870714878e-08, + "I": 5.455985956359655e-07, + "C": 4.0340928819659894e-08, + "R": 1.1015120371382636e-08, + "M": 9.981210496334825e-06, + "O": 4.9411469262850005e-06, + "W": 2.3100104939999255e-08, + "N": 1.1221346518652808e-08, + "Y": 1.32044688143651e-05, + "U": 7.393435308422625e-10, + "K": 1.4242841628320235e-10, + "L": 3.1295556368604593e-07, + "G": 6.4527298491157126e-06, + "F": 7.292538066394627e-05, + "E": 1.5370021628768882e-06, + "T": 6.250268052099273e-05, + "P": 0.017432527616620064, + "-": 0.982394278049469 + }, + "id": "tp_10341" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1292626, + "label": "-", + "classification": { + "B": 8.576744175980977e-11, + "S": 6.661181606304467e-10, + "I": 5.984406858949853e-10, + "C": 4.922862117950899e-11, + "R": 5.0554414821046834e-11, + "M": 5.590929958998458e-07, + "O": 1.059959231497487e-07, + "W": 5.2847046183579494e-11, + "N": 1.0150179308165974e-12, + "Y": 1.3180282394387177e-06, + "U": 1.2348648545498688e-14, + "K": 3.79570879664292e-14, + "L": 2.672425170047177e-09, + "G": 1.308765007479451e-07, + "F": 5.644041812047362e-05, + "E": 4.867683478515517e-10, + "T": 1.8297300812264439e-06, + "P": 6.869934441056103e-05, + "-": 0.999871015548706 + }, + "id": "tp_10342" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1292759, + "label": "-", + "classification": { + "B": 6.037769395561554e-09, + "S": 3.2656746640213896e-08, + "I": 8.460234539597877e-07, + "C": 3.922404179235173e-09, + "R": 1.0716427745194324e-09, + "M": 3.38436002493836e-05, + "O": 8.957298405221081e-07, + "W": 2.626525663629309e-09, + "N": 3.237627721475178e-09, + "Y": 0.00019933792646043003, + "U": 2.0982767606758657e-11, + "K": 2.5339766396292873e-10, + "L": 2.0406194067845718e-08, + "G": 4.1645239434728865e-06, + "F": 9.06987115740776e-05, + "E": 7.902293077677314e-07, + "T": 0.00014317448949441314, + "P": 0.001200596452690661, + "-": 0.998325526714325 + }, + "id": "tp_10343" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1292893, + "label": "-", + "classification": { + "B": 8.034919951604991e-10, + "S": 1.0056754035758786e-05, + "I": 9.732055161748576e-09, + "C": 1.3016819622180265e-08, + "R": 9.095943553916186e-09, + "M": 0.00019087833061348647, + "O": 3.518523953971453e-05, + "W": 9.437008685608816e-08, + "N": 8.477054058708688e-10, + "Y": 0.0064453305676579475, + "U": 7.611536184323753e-13, + "K": 6.614841367991176e-07, + "L": 8.914307159102464e-07, + "G": 0.001941242953762412, + "F": 0.10929165780544281, + "E": 1.1369151025064639e-06, + "T": 0.0032052388414740562, + "P": 1.1547588655957952e-05, + "-": 0.8788660168647766 + }, + "id": "tp_10344" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1293026, + "label": "-", + "classification": { + "B": 1.5417156440378221e-09, + "S": 9.072691931066856e-09, + "I": 2.7476364721223945e-06, + "C": 5.630768669107056e-07, + "R": 5.2428280383765014e-08, + "M": 2.8649533305724617e-06, + "O": 6.392660338860878e-07, + "W": 8.869863066252037e-09, + "N": 5.940109204516375e-08, + "Y": 0.00016839461750350893, + "U": 9.493850150477101e-10, + "K": 9.237481179980023e-08, + "L": 1.3507704288429068e-08, + "G": 1.0305351679562591e-05, + "F": 0.001089641940779984, + "E": 8.037420229811687e-06, + "T": 3.500824823277071e-05, + "P": 0.015692858025431633, + "-": 0.9829887747764587 + }, + "id": "tp_10345" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1293126, + "label": "-", + "classification": { + "B": 1.4721025763719808e-05, + "S": 1.919277201523073e-05, + "I": 6.628234132222133e-06, + "C": 6.644297172897495e-06, + "R": 2.4374658096348867e-06, + "M": 0.0011954604415223002, + "O": 0.0002434401831123978, + "W": 2.6150987650908064e-06, + "N": 2.7846570560541295e-07, + "Y": 0.002133999252691865, + "U": 1.9092608383175502e-08, + "K": 1.5558558175143844e-07, + "L": 8.712620183359832e-05, + "G": 0.0015502559253945947, + "F": 0.015157104469835758, + "E": 2.1538220607908443e-05, + "T": 0.002216335851699114, + "P": 0.0009025908657349646, + "-": 0.9764394760131836 + }, + "id": "tp_10346" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1293260, + "label": "Y", + "classification": { + "B": 6.314559986009272e-09, + "S": 1.0958958682749653e-06, + "I": 0.00029835288296453655, + "C": 0.0001241780846612528, + "R": 2.298260005773045e-05, + "M": 0.00020864908583462238, + "O": 9.783541463548318e-05, + "W": 8.60107206790417e-07, + "N": 7.988761353772134e-06, + "Y": 0.5365378856658936, + "U": 6.214504466584003e-09, + "K": 1.1597668162721675e-05, + "L": 8.443717547379492e-07, + "G": 0.005008953623473644, + "F": 0.003574197879061103, + "E": 2.161017619073391e-05, + "T": 0.028645414859056473, + "P": 0.0009194727754220366, + "-": 0.42451798915863037 + }, + "id": "tp_10347" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1293393, + "label": "-", + "classification": { + "B": 7.867310358733448e-09, + "S": 9.3670893264175e-09, + "I": 4.137855336150409e-10, + "C": 8.816488161755842e-08, + "R": 6.568335919610035e-08, + "M": 6.371331255650148e-05, + "O": 3.21993138641119e-05, + "W": 1.5898428129546005e-09, + "N": 8.213069981055643e-13, + "Y": 0.00022556126350536942, + "U": 1.4551448696172031e-13, + "K": 2.863951548246098e-14, + "L": 3.420219582039863e-05, + "G": 0.0005238617304712534, + "F": 0.000386511703254655, + "E": 1.8402441792630952e-09, + "T": 2.5779969291761518e-05, + "P": 2.7145213152834913e-06, + "-": 0.998705267906189 + }, + "id": "tp_10348" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1293527, + "label": "-", + "classification": { + "B": 4.876800074882226e-10, + "S": 8.705202114711597e-10, + "I": 4.566352629353787e-09, + "C": 6.755058290508487e-09, + "R": 2.468630411200934e-09, + "M": 2.905889687099261e-06, + "O": 1.5831014366085583e-07, + "W": 1.5931253538603585e-10, + "N": 1.7181811529098923e-11, + "Y": 7.306705083465204e-05, + "U": 3.9032410116546234e-12, + "K": 2.6449023526886606e-11, + "L": 2.1432303043411594e-08, + "G": 3.855519935314078e-06, + "F": 0.00011877384531544521, + "E": 9.647682652769163e-09, + "T": 2.13663988688495e-05, + "P": 0.00019862006593029946, + "-": 0.9995811581611633 + }, + "id": "tp_10349" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1293627, + "label": "-", + "classification": { + "B": 4.977196432776054e-11, + "S": 1.5719047397055874e-08, + "I": 2.4677701659925333e-08, + "C": 2.4762382366816382e-08, + "R": 1.599992804912631e-09, + "M": 4.1118406102214067e-07, + "O": 3.7419459886223194e-07, + "W": 8.206816559663821e-09, + "N": 9.250203270028123e-09, + "Y": 0.0002162808523280546, + "U": 6.559469634126458e-11, + "K": 0.00021645748347509652, + "L": 2.52533172151459e-09, + "G": 7.685396121814847e-05, + "F": 0.07554561644792557, + "E": 2.9995007935212925e-05, + "T": 1.763088584993966e-05, + "P": 0.004357149358838797, + "-": 0.9195391535758972 + }, + "id": "tp_10350" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1293760, + "label": "-", + "classification": { + "B": 1.492797565560977e-07, + "S": 2.2399599401978776e-06, + "I": 8.412091119680554e-05, + "C": 0.00019845929637085646, + "R": 4.623604763764888e-05, + "M": 0.0013512790901586413, + "O": 0.000137840659590438, + "W": 1.5661618135709432e-06, + "N": 1.3448010349748074e-06, + "Y": 0.07205446809530258, + "U": 4.8091475690625884e-08, + "K": 2.2020005872036563e-06, + "L": 1.4421618288906757e-05, + "G": 0.0022520676720887423, + "F": 0.0029023364186286926, + "E": 4.6199729695217684e-05, + "T": 0.010863075032830238, + "P": 0.0008854251354932785, + "-": 0.9091565012931824 + }, + "id": "tp_10351" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1293894, + "label": "-", + "classification": { + "B": 1.9179692571924534e-06, + "S": 0.00021429720800369978, + "I": 1.3252634971649968e-06, + "C": 0.00045546385808847845, + "R": 0.00015595494187436998, + "M": 0.005649135913699865, + "O": 0.0038710201624780893, + "W": 4.3887874198844656e-05, + "N": 1.7618873471292318e-07, + "Y": 0.05756480246782303, + "U": 1.4823646310446748e-08, + "K": 1.8718135834205896e-05, + "L": 0.0018019640119746327, + "G": 0.08707879483699799, + "F": 0.16957569122314453, + "E": 1.6443331332993694e-05, + "T": 0.018223395571112633, + "P": 4.605120193446055e-05, + "-": 0.6552809476852417 + }, + "id": "tp_10352" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1294027, + "label": "-", + "classification": { + "B": 1.697303133596506e-07, + "S": 1.8920244428954902e-06, + "I": 0.00012449354107957333, + "C": 5.22342702424794e-07, + "R": 8.481078452859947e-07, + "M": 0.0005821480299346149, + "O": 3.915125853382051e-05, + "W": 3.800888634941657e-07, + "N": 2.437325520077138e-06, + "Y": 0.014231501147150993, + "U": 1.491071266457311e-08, + "K": 5.268634026833752e-07, + "L": 1.5336466958615347e-06, + "G": 0.00026050821179524064, + "F": 0.0023587613832205534, + "E": 2.2708225515088998e-05, + "T": 0.015387003310024738, + "P": 0.006212443113327026, + "-": 0.9607729911804199 + }, + "id": "tp_10353" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1294127, + "label": "-", + "classification": { + "B": 4.916561010759324e-06, + "S": 0.0001766350178513676, + "I": 1.6292627833536244e-06, + "C": 2.230021891591605e-06, + "R": 2.3403304112434853e-06, + "M": 0.004721254110336304, + "O": 0.001946919597685337, + "W": 2.745334541032207e-06, + "N": 2.803266774265012e-08, + "Y": 0.04388341307640076, + "U": 1.962158040214046e-11, + "K": 1.8042163318909843e-09, + "L": 0.00020865077385678887, + "G": 0.012095265090465546, + "F": 0.020608050748705864, + "E": 2.7154756025993265e-06, + "T": 0.01868843100965023, + "P": 4.142195757594891e-05, + "-": 0.8976133465766907 + }, + "id": "tp_10354" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1294261, + "label": "-", + "classification": { + "B": 4.3086228629363177e-07, + "S": 1.4270478914113482e-06, + "I": 9.379390576214064e-06, + "C": 1.6090501731014228e-06, + "R": 4.889554929832229e-07, + "M": 0.0007182631525211036, + "O": 3.078350346186198e-05, + "W": 2.0357055063868756e-07, + "N": 1.3935483877958177e-07, + "Y": 0.001831384957768023, + "U": 6.273668251566278e-09, + "K": 9.315598248349488e-08, + "L": 8.347669790964574e-06, + "G": 0.0008479604730382562, + "F": 0.007985304109752178, + "E": 4.29083920607809e-05, + "T": 0.0008646243368275464, + "P": 0.0026484073605388403, + "-": 0.9850083589553833 + }, + "id": "tp_10355" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1294394, + "label": "-", + "classification": { + "B": 1.0808636261572246e-06, + "S": 4.666668758090964e-07, + "I": 5.337130005500512e-06, + "C": 1.364306535833748e-05, + "R": 2.064164164039539e-06, + "M": 0.00011344078666297719, + "O": 2.371868868067395e-05, + "W": 2.1798332738853787e-07, + "N": 1.1077155903649327e-07, + "Y": 0.0006418533739633858, + "U": 1.7298411592037155e-08, + "K": 2.930242715137865e-08, + "L": 3.972467766288901e-06, + "G": 0.00021624378859996796, + "F": 0.001545184524729848, + "E": 7.893967449490447e-06, + "T": 0.0001900032948469743, + "P": 0.003091433085501194, + "-": 0.9941434264183044 + }, + "id": "tp_10356" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1294528, + "label": "-", + "classification": { + "B": 8.159973141630417e-09, + "S": 3.1829923585746656e-08, + "I": 4.14615033150767e-06, + "C": 6.338197522381961e-07, + "R": 7.135308521810657e-08, + "M": 1.5377567024188465e-06, + "O": 1.5872528820182197e-06, + "W": 2.6096374838857628e-08, + "N": 1.9296446396310785e-07, + "Y": 1.9876995793310925e-05, + "U": 5.782800460707449e-09, + "K": 2.4221995076345593e-08, + "L": 3.214332622292204e-08, + "G": 5.738080744777108e-06, + "F": 0.0004978575161658227, + "E": 2.129323092958657e-06, + "T": 4.214932778268121e-05, + "P": 0.13829831779003143, + "-": 0.861125648021698 + }, + "id": "tp_10357" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1294628, + "label": "-", + "classification": { + "B": 1.2283313708394417e-06, + "S": 1.1534698529658272e-07, + "I": 4.927179588776198e-07, + "C": 6.320436227724713e-07, + "R": 6.211750473994471e-07, + "M": 0.00020394603780005127, + "O": 2.3456512280972674e-05, + "W": 2.9068875306847985e-08, + "N": 2.7874424990415037e-09, + "Y": 0.0016296758549287915, + "U": 1.3104011209463806e-09, + "K": 8.049867994408544e-10, + "L": 1.3004962966078892e-05, + "G": 0.00047722403542138636, + "F": 0.0006512017571367323, + "E": 1.393017754480752e-07, + "T": 0.0012012012302875519, + "P": 0.00011570456263143569, + "-": 0.9956814050674438 + }, + "id": "tp_10358" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1294761, + "label": "-", + "classification": { + "B": 1.2016323491792491e-09, + "S": 4.804249775780534e-10, + "I": 8.722283451056967e-10, + "C": 2.4783042285037027e-10, + "R": 9.697018882315334e-11, + "M": 1.4482061487797182e-05, + "O": 2.0191282601444982e-07, + "W": 8.274547713682523e-11, + "N": 8.213812117442709e-13, + "Y": 1.4084922668189392e-06, + "U": 4.821957652503643e-14, + "K": 5.369933420455372e-14, + "L": 1.5482365611774185e-08, + "G": 5.198728558752919e-07, + "F": 1.954311301233247e-05, + "E": 1.0891018087377802e-09, + "T": 7.018940323177958e-06, + "P": 2.9050917873973958e-05, + "-": 0.9999277591705322 + }, + "id": "tp_10359" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1294895, + "label": "-", + "classification": { + "B": 8.163925535598082e-09, + "S": 8.495274483877324e-10, + "I": 3.1557227941902966e-08, + "C": 2.708751889457517e-09, + "R": 4.0915232313309957e-10, + "M": 1.1788843039539643e-05, + "O": 3.2444850717183726e-07, + "W": 1.5743628622999495e-10, + "N": 6.032959548596395e-11, + "Y": 4.318998981034383e-05, + "U": 2.99348761924334e-12, + "K": 1.5955487799035328e-13, + "L": 9.465249917184337e-08, + "G": 4.707550033344887e-06, + "F": 1.6639272871543653e-05, + "E": 8.678366469894172e-08, + "T": 2.8646383725572377e-05, + "P": 0.0003348608152009547, + "-": 0.9995597004890442 + }, + "id": "tp_10360" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1295028, + "label": "-", + "classification": { + "B": 4.354627325398042e-09, + "S": 7.86970488775296e-09, + "I": 8.107758731057402e-08, + "C": 6.420135534312976e-10, + "R": 4.5236908663426334e-10, + "M": 2.0664989278884605e-05, + "O": 1.171390181298193e-06, + "W": 1.336711519250855e-09, + "N": 4.244518903018246e-10, + "Y": 3.6263758374843746e-05, + "U": 8.54452446297227e-12, + "K": 7.529913498283136e-11, + "L": 1.9965904485275132e-08, + "G": 2.8548961381602567e-06, + "F": 3.783174543059431e-05, + "E": 7.868778340025528e-08, + "T": 5.744124428019859e-05, + "P": 0.0005618392606265843, + "-": 0.9992818236351013 + }, + "id": "tp_10361" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1295128, + "label": "-", + "classification": { + "B": 1.2585910091900132e-08, + "S": 1.2161511797614821e-08, + "I": 1.109457681280901e-08, + "C": 7.998718132284921e-09, + "R": 4.5916483948360565e-09, + "M": 8.625091140856966e-06, + "O": 1.2566073337438866e-06, + "W": 1.1173827418886617e-09, + "N": 4.8660495771679635e-11, + "Y": 6.289658631430939e-05, + "U": 4.953557963122135e-12, + "K": 5.115081969098156e-12, + "L": 3.5146115351381013e-07, + "G": 2.506976670701988e-05, + "F": 0.0012005559401586652, + "E": 2.022308898119718e-08, + "T": 3.66667918569874e-05, + "P": 0.0001575491187395528, + "-": 0.9985069632530212 + }, + "id": "tp_10362" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1295262, + "label": "-", + "classification": { + "B": 9.20397802417483e-09, + "S": 2.9677334367761432e-08, + "I": 3.126187948510051e-07, + "C": 4.588042834541284e-09, + "R": 4.835044808970679e-09, + "M": 2.3142486043070676e-06, + "O": 2.9906759664299898e-06, + "W": 2.194166448532542e-08, + "N": 3.8994771855982435e-09, + "Y": 1.4052653568796813e-05, + "U": 1.0616358486759125e-10, + "K": 5.264149116612771e-10, + "L": 3.22575424149818e-08, + "G": 6.530638643198472e-07, + "F": 9.980844333767891e-05, + "E": 7.022725867500412e-08, + "T": 3.163916335324757e-05, + "P": 0.002562523353844881, + "-": 0.9972853660583496 + }, + "id": "tp_10363" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1295395, + "label": "-", + "classification": { + "B": 2.9940515844373294e-08, + "S": 1.6467936347908108e-08, + "I": 1.555555854793056e-06, + "C": 8.033661202944131e-08, + "R": 1.982906994157929e-08, + "M": 2.847585710696876e-05, + "O": 1.661245732975658e-06, + "W": 6.070846492178816e-09, + "N": 1.6455942386528477e-08, + "Y": 8.547602192265913e-05, + "U": 6.78513412122328e-10, + "K": 1.8706292070902464e-09, + "L": 8.82909247934549e-08, + "G": 1.325523953710217e-05, + "F": 6.252587627386674e-05, + "E": 5.439884489533142e-07, + "T": 0.00029821519274264574, + "P": 0.0037394720129668713, + "-": 0.9957685470581055 + }, + "id": "tp_10364" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1295529, + "label": "-", + "classification": { + "B": 1.5357876748112176e-07, + "S": 1.5309151990550163e-07, + "I": 1.8349794572714018e-07, + "C": 1.4230579381546704e-08, + "R": 1.5472034320396233e-08, + "M": 0.00016210056492127478, + "O": 1.4719411410624161e-05, + "W": 1.0707929654074633e-08, + "N": 4.0678449497733027e-10, + "Y": 0.0007085685501806438, + "U": 4.297520672658095e-12, + "K": 2.2782205809368516e-12, + "L": 2.037530748566496e-06, + "G": 4.6139521145960316e-05, + "F": 0.00012153873103670776, + "E": 7.699158288687613e-08, + "T": 0.0006485339836217463, + "P": 6.955295248189941e-05, + "-": 0.9982261061668396 + }, + "id": "tp_10365" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1295629, + "label": "-", + "classification": { + "B": 1.3313060875930205e-08, + "S": 4.4477181404545263e-07, + "I": 4.805430580745451e-05, + "C": 2.203874828410335e-05, + "R": 9.039734322868753e-06, + "M": 0.00040512214764021337, + "O": 3.0236191378207877e-05, + "W": 3.346336825416074e-07, + "N": 3.4890101119344763e-07, + "Y": 0.10955566167831421, + "U": 2.5726631491806984e-08, + "K": 1.255637744179694e-05, + "L": 4.130100023758132e-06, + "G": 0.004716504830867052, + "F": 0.0026493414770811796, + "E": 1.2443832019926049e-05, + "T": 0.01521673146635294, + "P": 0.000469019083539024, + "-": 0.8668480515480042 + }, + "id": "tp_10366" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1295762, + "label": "-", + "classification": { + "B": 4.9939625768047335e-09, + "S": 2.137610088936981e-09, + "I": 2.3435917739789147e-07, + "C": 2.70145683600731e-08, + "R": 8.178401955660775e-09, + "M": 8.21982575871516e-06, + "O": 4.890039235760923e-07, + "W": 8.274328999746672e-10, + "N": 3.6208105957946657e-10, + "Y": 6.221539661055431e-05, + "U": 1.4246629917447073e-11, + "K": 7.858646892955345e-12, + "L": 7.232686982661107e-08, + "G": 5.834011972183362e-06, + "F": 3.229198046028614e-05, + "E": 1.3757754402377032e-07, + "T": 6.338195089483634e-05, + "P": 0.0007880909834057093, + "-": 0.9990390539169312 + }, + "id": "tp_10367" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1295896, + "label": "-", + "classification": { + "B": 3.810360915679212e-10, + "S": 1.5371323769386436e-08, + "I": 4.587985991122423e-09, + "C": 1.147365757958596e-08, + "R": 5.4870690213704165e-09, + "M": 1.9480763512547128e-05, + "O": 1.370162522107421e-06, + "W": 3.3321978509803785e-09, + "N": 1.1093267970885279e-10, + "Y": 0.00023628250346519053, + "U": 1.0979654685439044e-11, + "K": 1.3707982526867113e-09, + "L": 1.1007103495330739e-07, + "G": 1.1455481399025302e-05, + "F": 0.004759474657475948, + "E": 2.086100359122156e-08, + "T": 0.00011066283332183957, + "P": 5.218878868618049e-05, + "-": 0.9948089122772217 + }, + "id": "tp_10368" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1296029, + "label": "-", + "classification": { + "B": 1.634045432297171e-08, + "S": 1.0048268450191244e-05, + "I": 8.953621545515489e-06, + "C": 9.76504961727187e-05, + "R": 5.1906074077123776e-05, + "M": 0.002522895112633705, + "O": 0.0005809576832689345, + "W": 4.874633759754943e-06, + "N": 3.394383725208172e-07, + "Y": 0.2835317850112915, + "U": 7.332406681825887e-09, + "K": 7.772533763272804e-07, + "L": 8.659212471684441e-05, + "G": 0.007043550256639719, + "F": 0.020776666700839996, + "E": 6.68028087602579e-06, + "T": 0.036823369562625885, + "P": 0.00013844827481079847, + "-": 0.6483144760131836 + }, + "id": "tp_10369" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1296129, + "label": "-", + "classification": { + "B": 6.311748013132501e-09, + "S": 2.005730692644647e-09, + "I": 5.973626571176283e-07, + "C": 3.52204914122467e-08, + "R": 8.290245823161513e-09, + "M": 1.3611856047646143e-05, + "O": 6.447226610362122e-07, + "W": 6.227273696701729e-10, + "N": 1.3674529286689108e-09, + "Y": 2.336309444217477e-05, + "U": 5.258711174849218e-11, + "K": 6.429367455096369e-12, + "L": 6.379018202551379e-08, + "G": 7.78393768996466e-06, + "F": 2.7479612981551327e-05, + "E": 1.8887703845393844e-07, + "T": 8.938941755332053e-05, + "P": 0.005384654272347689, + "-": 0.994452178478241 + }, + "id": "tp_10370" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1296263, + "label": "-", + "classification": { + "B": 4.5456300057367116e-08, + "S": 7.832736770296833e-08, + "I": 7.356659637025587e-08, + "C": 2.1823434170897826e-09, + "R": 1.6439042349603028e-09, + "M": 5.103700823383406e-05, + "O": 4.510720373218646e-06, + "W": 6.606297286992913e-09, + "N": 5.524778967647137e-10, + "Y": 8.603092283010483e-05, + "U": 1.5421195570519686e-11, + "K": 3.3312547165209594e-11, + "L": 1.9787655958225514e-07, + "G": 6.476373982877703e-06, + "F": 0.00012690147559624165, + "E": 1.701321821201418e-07, + "T": 7.275547977769747e-05, + "P": 0.0004021111235488206, + "-": 0.9992495179176331 + }, + "id": "tp_10371" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1296396, + "label": "-", + "classification": { + "B": 9.820269042393193e-08, + "S": 3.380888756510103e-06, + "I": 1.7673576166998828e-06, + "C": 0.0002245560463052243, + "R": 1.216942928294884e-05, + "M": 6.734934140695259e-05, + "O": 3.579066469683312e-05, + "W": 1.579274226060079e-06, + "N": 5.535764557862421e-07, + "Y": 0.010122273117303848, + "U": 1.6702026428561112e-08, + "K": 0.00046813173685222864, + "L": 2.7088410661235685e-06, + "G": 0.01168605126440525, + "F": 0.17342115938663483, + "E": 0.00028273838688619435, + "T": 0.001137761864811182, + "P": 0.0017738613532856107, + "-": 0.8007580041885376 + }, + "id": "tp_10372" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1296530, + "label": "-", + "classification": { + "B": 0.001197144971229136, + "S": 0.005505732726305723, + "I": 0.0005594406393356621, + "C": 0.0008949969778768718, + "R": 0.00047215362428687513, + "M": 0.01851571537554264, + "O": 0.011065606959164143, + "W": 0.0012281418312340975, + "N": 0.00018989911768585443, + "Y": 0.04880768060684204, + "U": 1.80190345417941e-05, + "K": 0.0010144091211259365, + "L": 0.0031423927284777164, + "G": 0.03230709955096245, + "F": 0.21699509024620056, + "E": 0.0025636518839746714, + "T": 0.025499898940324783, + "P": 0.011805507354438305, + "-": 0.6182173490524292 + }, + "id": "tp_10373" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1296630, + "label": "-", + "classification": { + "B": 4.03261537940125e-07, + "S": 4.015974627691321e-05, + "I": 2.4278256205434445e-06, + "C": 3.234980977140367e-05, + "R": 2.5619519874453545e-05, + "M": 0.003615529043599963, + "O": 0.0006665925029665232, + "W": 3.588415211197571e-06, + "N": 1.302712178130605e-07, + "Y": 0.2574080228805542, + "U": 8.097298387355067e-10, + "K": 2.740941681622644e-06, + "L": 0.00010658494284143671, + "G": 0.020791778340935707, + "F": 0.029151976108551025, + "E": 1.5519490261795e-05, + "T": 0.04043646529316902, + "P": 3.6320012441137806e-05, + "-": 0.6476638913154602 + }, + "id": "tp_10374" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1296763, + "label": "-", + "classification": { + "B": 1.0300584829536774e-09, + "S": 1.5445796464064188e-07, + "I": 5.3815063516537975e-09, + "C": 8.644436277904788e-09, + "R": 8.10072453560906e-09, + "M": 0.0004658927791751921, + "O": 2.8855585696874186e-05, + "W": 3.4678084848138724e-09, + "N": 2.1361837646005633e-11, + "Y": 0.0025601729284971952, + "U": 2.417155288859246e-13, + "K": 5.3970508617773305e-12, + "L": 5.996429536025971e-06, + "G": 0.000553661200683564, + "F": 0.0035664632450789213, + "E": 1.098243984642977e-08, + "T": 0.000648455519694835, + "P": 4.433447884366615e-06, + "-": 0.9921659231185913 + }, + "id": "tp_10375" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1296897, + "label": "-", + "classification": { + "B": 2.0649646614856465e-07, + "S": 2.4688324629096314e-06, + "I": 2.7098987629869953e-05, + "C": 8.302176865981892e-06, + "R": 4.665906089940108e-06, + "M": 0.0013628735905513167, + "O": 5.734361911891028e-05, + "W": 4.0281179281009827e-07, + "N": 2.9684886726499826e-07, + "Y": 0.042823806405067444, + "U": 9.147957946709084e-09, + "K": 2.880095166801766e-07, + "L": 9.051867891685106e-06, + "G": 0.0015350983012467623, + "F": 0.004134217277169228, + "E": 1.6577258065808564e-05, + "T": 0.009626130573451519, + "P": 0.0009190181153826416, + "-": 0.9394721388816833 + }, + "id": "tp_10376" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1297030, + "label": "-", + "classification": { + "B": 0.00013608907465822995, + "S": 3.935845961677842e-05, + "I": 0.000594495446421206, + "C": 8.637159044155851e-05, + "R": 6.999095057835802e-05, + "M": 0.0008443531114608049, + "O": 0.00032732629915699363, + "W": 2.1385849322541617e-05, + "N": 1.168238122772891e-05, + "Y": 0.010231830179691315, + "U": 4.4615777028411685e-07, + "K": 9.730165402288549e-06, + "L": 4.410149995237589e-05, + "G": 0.0016819003503769636, + "F": 0.007040316704660654, + "E": 0.0004100436344742775, + "T": 0.002071652328595519, + "P": 0.019345369189977646, + "-": 0.9570334553718567 + }, + "id": "tp_10377" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1297130, + "label": "-", + "classification": { + "B": 7.863084072745608e-10, + "S": 1.906307716126321e-07, + "I": 9.665499334232663e-08, + "C": 1.6292348448132543e-07, + "R": 3.2664097204815334e-08, + "M": 3.296527438578778e-06, + "O": 2.1805242340633413e-06, + "W": 3.3572074897847415e-08, + "N": 6.1597424938497625e-09, + "Y": 0.00041816866723820567, + "U": 7.083825193099358e-11, + "K": 2.111494495693478e-06, + "L": 3.004391757599478e-08, + "G": 4.4053958845324814e-05, + "F": 0.016296694055199623, + "E": 1.6859253264556173e-06, + "T": 0.00013523905363399535, + "P": 0.00042619655141606927, + "-": 0.9826698303222656 + }, + "id": "tp_10378" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1297264, + "label": "-", + "classification": { + "B": 3.3715574776493895e-10, + "S": 2.4944021959072415e-08, + "I": 7.191219424385054e-07, + "C": 1.9652932792268984e-07, + "R": 5.8674746838960345e-08, + "M": 1.1615873518167064e-05, + "O": 1.5346813597716391e-06, + "W": 1.3475656146511028e-08, + "N": 1.5046117241013235e-08, + "Y": 0.0025614688638597727, + "U": 2.3241847335597754e-10, + "K": 2.455496996844886e-07, + "L": 3.54814879699461e-08, + "G": 4.957516648573801e-05, + "F": 0.0015200877096503973, + "E": 1.1059094049414853e-06, + "T": 0.0005824019317515194, + "P": 0.0006102762999944389, + "-": 0.9946605563163757 + }, + "id": "tp_10379" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1297397, + "label": "-", + "classification": { + "B": 1.7954447173451626e-07, + "S": 5.348894774215296e-06, + "I": 1.4862207819987816e-07, + "C": 1.5163651312377624e-07, + "R": 1.2210899740239256e-06, + "M": 0.0023582682479172945, + "O": 0.0005624493933282793, + "W": 7.409569207084132e-07, + "N": 1.1663954246898811e-09, + "Y": 0.01120184175670147, + "U": 1.3604472583195193e-11, + "K": 3.7281164266822486e-10, + "L": 3.8940750528126955e-05, + "G": 0.0007567685679532588, + "F": 0.003197530983015895, + "E": 2.219065642350415e-08, + "T": 0.0037517999298870564, + "P": 8.873563274391927e-06, + "-": 0.9781156182289124 + }, + "id": "tp_10380" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1297531, + "label": "-", + "classification": { + "B": 1.9156030361955345e-07, + "S": 2.652151806614711e-06, + "I": 2.3702797989244573e-05, + "C": 5.6108642638719175e-06, + "R": 2.4872879293980077e-06, + "M": 0.00021175554138608277, + "O": 7.4044379289262e-05, + "W": 5.946081387264712e-07, + "N": 4.6380699814108084e-07, + "Y": 0.01281523797661066, + "U": 1.4957615590560636e-08, + "K": 9.790322792468942e-07, + "L": 3.068497790081892e-06, + "G": 0.001233767019584775, + "F": 0.0012504120822995901, + "E": 8.092544703686144e-06, + "T": 0.004417763091623783, + "P": 0.001082993228919804, + "-": 0.9788662791252136 + }, + "id": "tp_10381" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1297631, + "label": "-", + "classification": { + "B": 1.9396205971133895e-05, + "S": 6.271564052440226e-05, + "I": 0.00010361383465351537, + "C": 0.00025931873824447393, + "R": 7.160781387938187e-05, + "M": 0.00827173050493002, + "O": 0.0006954025593586266, + "W": 1.0516891052247956e-05, + "N": 4.128907221456757e-06, + "Y": 0.04198155179619789, + "U": 2.675443511179765e-07, + "K": 4.4029766286257654e-06, + "L": 0.0005845766281709075, + "G": 0.027432309463620186, + "F": 0.046960845589637756, + "E": 0.0003922289761248976, + "T": 0.015097890049219131, + "P": 0.002624454442411661, + "-": 0.855423092842102 + }, + "id": "tp_10382" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1297764, + "label": "-", + "classification": { + "B": 6.796400953135162e-08, + "S": 1.3947117622592486e-05, + "I": 3.602592914830893e-05, + "C": 2.223148385382956e-06, + "R": 1.0377262924521347e-06, + "M": 0.0004686018801294267, + "O": 0.00024041291908361018, + "W": 1.6203699715333642e-06, + "N": 4.113209342904156e-06, + "Y": 0.05755840614438057, + "U": 4.41703740250432e-09, + "K": 3.438595376792364e-05, + "L": 1.8716215208769427e-06, + "G": 0.002326948568224907, + "F": 0.005536425393074751, + "E": 5.123560185893439e-05, + "T": 0.035676952451467514, + "P": 0.0028747001197189093, + "-": 0.8951709866523743 + }, + "id": "tp_10383" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1297898, + "label": "-", + "classification": { + "B": 8.237753590378816e-09, + "S": 9.209078655203484e-08, + "I": 2.3748612875351682e-05, + "C": 7.057778930175118e-07, + "R": 1.1902847774081238e-07, + "M": 2.151559056073893e-05, + "O": 3.28050259668089e-06, + "W": 4.801660580255884e-08, + "N": 9.200690556099289e-07, + "Y": 0.0011453438783064485, + "U": 7.800478485364692e-09, + "K": 2.8585651534740464e-07, + "L": 5.475056852333182e-08, + "G": 1.6775258700363338e-05, + "F": 0.0004855452280025929, + "E": 2.1902065782342106e-05, + "T": 0.0004690144560299814, + "P": 0.029746899381279945, + "-": 0.9680637121200562 + }, + "id": "tp_10384" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1298031, + "label": "-", + "classification": { + "B": 9.696211195064919e-11, + "S": 2.206949645255918e-08, + "I": 8.315131339031723e-08, + "C": 5.045053708130354e-09, + "R": 6.833160703934027e-09, + "M": 1.4654233382316306e-05, + "O": 1.1515315918586566e-06, + "W": 2.529178644294916e-09, + "N": 7.072624708115427e-10, + "Y": 0.001979273743927479, + "U": 7.984496744328773e-12, + "K": 2.761578521415231e-09, + "L": 2.3245299018981314e-08, + "G": 8.018899279704783e-06, + "F": 0.0007328983047045767, + "E": 3.20302468992395e-08, + "T": 0.0003923918993677944, + "P": 0.00014579745766241103, + "-": 0.9967255592346191 + }, + "id": "tp_10385" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1298131, + "label": "-", + "classification": { + "B": 2.155257243430242e-05, + "S": 2.52584031841252e-05, + "I": 0.00017048584413714707, + "C": 1.049054026225349e-05, + "R": 2.598831633804366e-05, + "M": 0.00957423634827137, + "O": 0.0020602759905159473, + "W": 1.083909137378214e-05, + "N": 1.1795702903327765e-06, + "Y": 0.039780162274837494, + "U": 2.2807412847214437e-08, + "K": 1.7021370979364292e-08, + "L": 0.0002009877935051918, + "G": 0.002045998116955161, + "F": 0.0003318680974189192, + "E": 5.947897079749964e-06, + "T": 0.05061127990484238, + "P": 0.000510829733684659, + "-": 0.8946124911308289 + }, + "id": "tp_10386" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1298265, + "label": "-", + "classification": { + "B": 1.9967393427577917e-07, + "S": 4.565012659440981e-06, + "I": 1.4480749996437225e-05, + "C": 6.369923085003393e-06, + "R": 5.004904778616037e-06, + "M": 0.003299033036455512, + "O": 0.00017077381198760122, + "W": 7.618221502525557e-07, + "N": 2.0022635283112322e-07, + "Y": 0.02283894270658493, + "U": 6.0419886871443396e-09, + "K": 3.666413590508455e-07, + "L": 2.8798438506782986e-05, + "G": 0.002240177243947983, + "F": 0.005916567053645849, + "E": 1.2200842320453376e-05, + "T": 0.006442054640501738, + "P": 0.0005104141309857368, + "-": 0.958509087562561 + }, + "id": "tp_10387" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1298398, + "label": "-", + "classification": { + "B": 1.2455262599075922e-08, + "S": 6.560740075656213e-07, + "I": 2.974658563914545e-08, + "C": 3.651793090142519e-09, + "R": 4.029988343035029e-09, + "M": 2.8229102099430747e-05, + "O": 1.2306193639233243e-05, + "W": 4.3890800327517354e-08, + "N": 7.514013300458089e-10, + "Y": 0.0001638842950342223, + "U": 1.9219221700228495e-11, + "K": 8.205646162551261e-10, + "L": 4.637015251773846e-07, + "G": 1.2064027941960376e-05, + "F": 0.002836403204128146, + "E": 1.1811072653244992e-07, + "T": 3.950074460590258e-05, + "P": 0.00025793808163143694, + "-": 0.996648371219635 + }, + "id": "tp_10388" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1298532, + "label": "-", + "classification": { + "B": 6.81731754381687e-11, + "S": 1.4431607020526371e-09, + "I": 2.0470617201340247e-08, + "C": 2.4689688515877606e-08, + "R": 6.990356293812283e-09, + "M": 3.5930484045820776e-06, + "O": 2.3946859073475935e-07, + "W": 6.687451148401635e-10, + "N": 3.1482577655950195e-10, + "Y": 0.0006813902873545885, + "U": 1.542788986841348e-11, + "K": 2.9176360882843255e-08, + "L": 7.2142491980287105e-09, + "G": 1.4747253771929536e-05, + "F": 0.001679149572737515, + "E": 7.062124041112838e-08, + "T": 0.00011265506327617913, + "P": 0.00013301217404659837, + "-": 0.9973750114440918 + }, + "id": "tp_10389" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1298632, + "label": "-", + "classification": { + "B": 2.825269879158654e-11, + "S": 1.3765919515407177e-09, + "I": 4.695854816105793e-10, + "C": 2.6262736696480715e-07, + "R": 1.8832880144259434e-08, + "M": 6.574942381121218e-05, + "O": 9.763328989720321e-07, + "W": 8.678342766632596e-11, + "N": 7.981966324878409e-13, + "Y": 5.121175854583271e-05, + "U": 1.0768555508021069e-13, + "K": 1.3982786283006643e-12, + "L": 4.066457393037126e-07, + "G": 7.338243449339643e-05, + "F": 6.781615957152098e-05, + "E": 5.095729616044764e-09, + "T": 3.319101233500987e-05, + "P": 3.559705874067731e-06, + "-": 0.9997034668922424 + }, + "id": "tp_10390" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1298765, + "label": "-", + "classification": { + "B": 1.9026798192545158e-10, + "S": 3.928278591303069e-09, + "I": 5.583319051538638e-08, + "C": 1.2173759222910974e-10, + "R": 1.0295265334692161e-10, + "M": 4.625117924206279e-07, + "O": 1.301199716863266e-07, + "W": 4.195945813023627e-10, + "N": 4.78351913635322e-10, + "Y": 2.9145172447897494e-05, + "U": 2.8910346339117154e-12, + "K": 3.7588959722612e-11, + "L": 7.820853409334916e-10, + "G": 1.8009806979080167e-07, + "F": 3.3102020097430795e-05, + "E": 1.172906038959809e-08, + "T": 2.1802365154144354e-05, + "P": 0.001363826566375792, + "-": 0.9985513091087341 + }, + "id": "tp_10391" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1298899, + "label": "-", + "classification": { + "B": 2.1080914791582472e-11, + "S": 4.9269779367477895e-09, + "I": 2.330120318916329e-09, + "C": 2.8443403188305183e-09, + "R": 1.1146099598846604e-09, + "M": 1.209671040669491e-06, + "O": 1.681079453419443e-07, + "W": 7.386397604669526e-10, + "N": 5.719881859822529e-11, + "Y": 0.00013985257828608155, + "U": 1.0840265317335618e-12, + "K": 8.676870777435397e-09, + "L": 3.1250828591566915e-09, + "G": 5.005610091757262e-06, + "F": 0.004534651525318623, + "E": 3.343115650977779e-08, + "T": 7.905680104158819e-05, + "P": 8.441435784334317e-05, + "-": 0.9951556921005249 + }, + "id": "tp_10392" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1299032, + "label": "-", + "classification": { + "B": 1.5184379975607953e-08, + "S": 5.983429218758829e-07, + "I": 4.932051979267271e-06, + "C": 6.986383596085943e-07, + "R": 1.7955046871520608e-07, + "M": 0.0002562854206189513, + "O": 1.8848984836949967e-05, + "W": 1.6002250902147352e-07, + "N": 1.0991254129066874e-07, + "Y": 0.008266646414995193, + "U": 1.6707970562634955e-09, + "K": 1.045226198925775e-07, + "L": 9.514556040812749e-07, + "G": 0.00019322300795465708, + "F": 0.0019438611343502998, + "E": 3.0235553367674584e-06, + "T": 0.005292106885462999, + "P": 0.0007492877193726599, + "-": 0.9832688570022583 + }, + "id": "tp_10393" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1299132, + "label": "-", + "classification": { + "B": 3.8349867281795014e-08, + "S": 2.364366309848265e-06, + "I": 6.012892868056952e-07, + "C": 7.018101655376086e-07, + "R": 4.947938805344165e-07, + "M": 0.0005911241169087589, + "O": 5.183096800465137e-05, + "W": 4.5701989392910036e-07, + "N": 3.020819150378884e-08, + "Y": 0.008387093432247639, + "U": 1.378898328852074e-09, + "K": 1.1306195801807917e-06, + "L": 4.404132141644368e-06, + "G": 0.0006706472486257553, + "F": 0.01778419315814972, + "E": 3.347887059135246e-06, + "T": 0.005132296122610569, + "P": 0.00024457299150526524, + "-": 0.9671247601509094 + }, + "id": "tp_10394" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1299266, + "label": "-", + "classification": { + "B": 1.0730160510119546e-10, + "S": 7.64356578031311e-09, + "I": 5.807852971884131e-07, + "C": 2.9477033081093396e-07, + "R": 5.768788824411786e-08, + "M": 2.0331524865468964e-05, + "O": 8.107093094622542e-07, + "W": 2.0193569039150816e-09, + "N": 4.319335999980467e-09, + "Y": 0.0023159862030297518, + "U": 2.2424900478212884e-11, + "K": 9.80970416009086e-09, + "L": 4.06720417345241e-08, + "G": 7.435210864059627e-05, + "F": 0.004152829293161631, + "E": 5.810085212942795e-07, + "T": 0.0007334969704970717, + "P": 0.0004467374528758228, + "-": 0.9922539591789246 + }, + "id": "tp_10395" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1299399, + "label": "-", + "classification": { + "B": 3.9652447991755935e-11, + "S": 7.051902395360798e-10, + "I": 1.4730683339791995e-09, + "C": 8.889429747860333e-10, + "R": 1.2989168074462043e-10, + "M": 3.5162437939106894e-07, + "O": 3.680353799495606e-08, + "W": 4.077241322342218e-11, + "N": 1.2878250549297476e-11, + "Y": 0.0001130655946326442, + "U": 1.2686561328377477e-13, + "K": 3.217794641852123e-10, + "L": 1.0511012060732128e-09, + "G": 1.4412315977097023e-05, + "F": 0.0002794221509248018, + "E": 9.112977750191931e-08, + "T": 2.863195913960226e-05, + "P": 4.447271930985153e-05, + "-": 0.9995195865631104 + }, + "id": "tp_10396" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1299533, + "label": "-", + "classification": { + "B": 8.56243150337832e-06, + "S": 7.156069841585122e-06, + "I": 3.445494076004252e-05, + "C": 1.3419384231383447e-05, + "R": 8.013585102162324e-06, + "M": 0.020870162174105644, + "O": 0.0009529009694233537, + "W": 1.0971948540827725e-06, + "N": 1.223123149429739e-07, + "Y": 0.029713761061429977, + "U": 2.9371569620906257e-09, + "K": 2.029254098090405e-09, + "L": 0.00023591912759002298, + "G": 0.009584509767591953, + "F": 0.0006996155134402215, + "E": 6.954969649086706e-06, + "T": 0.01754998043179512, + "P": 0.00015480957517866045, + "-": 0.9201585650444031 + }, + "id": "tp_10397" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1299633, + "label": "-", + "classification": { + "B": 0.0004125700506847352, + "S": 2.1172319975448772e-05, + "I": 0.00015597821038682014, + "C": 9.115985449170694e-05, + "R": 4.6915767597965896e-05, + "M": 0.0008607780910097063, + "O": 0.0003613302542362362, + "W": 1.4240054952097125e-05, + "N": 7.20571097190259e-06, + "Y": 0.0014391089789569378, + "U": 1.5214848190225894e-06, + "K": 2.028092239925172e-06, + "L": 0.00013806890638079494, + "G": 0.0022012435365468264, + "F": 0.010365315712988377, + "E": 0.00033388231531716883, + "T": 0.0013991742162033916, + "P": 0.0336623452603817, + "-": 0.9484859704971313 + }, + "id": "tp_10398" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1299766, + "label": "-", + "classification": { + "B": 2.2932679755172103e-08, + "S": 7.227886271721218e-07, + "I": 9.832760383687855e-08, + "C": 5.3435173867910635e-06, + "R": 1.9993142359453486e-06, + "M": 0.00010290734644513577, + "O": 2.9562424970208667e-05, + "W": 1.9523157845924288e-07, + "N": 5.93521454206325e-09, + "Y": 0.003778293030336499, + "U": 4.214567583815665e-10, + "K": 3.047591690119589e-07, + "L": 4.265094048605533e-06, + "G": 0.0006745817372575402, + "F": 0.0403481088578701, + "E": 7.592544193357753e-07, + "T": 0.0004952935269102454, + "P": 0.0001695804385235533, + "-": 0.954387903213501 + }, + "id": "tp_10399" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1299900, + "label": "-", + "classification": { + "B": 2.8964214360271967e-10, + "S": 6.980428735037236e-11, + "I": 6.128473839517312e-10, + "C": 1.5514431406238316e-10, + "R": 1.7012768971369496e-10, + "M": 5.518852503882954e-07, + "O": 5.0023206910054796e-08, + "W": 2.111255614778429e-11, + "N": 3.1972111048071683e-13, + "Y": 6.046243015589425e-06, + "U": 2.2978048906966905e-14, + "K": 3.563030540098058e-15, + "L": 5.042676942679236e-09, + "G": 3.854643182421569e-07, + "F": 1.1193138561793603e-05, + "E": 7.326210194058547e-10, + "T": 1.925835249494412e-06, + "P": 4.025199086754583e-05, + "-": 0.9999396800994873 + }, + "id": "tp_10400" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1300000, + "label": "-", + "classification": { + "B": 1.9159024366999233e-10, + "S": 4.8795929102896096e-11, + "I": 4.8023554910514576e-08, + "C": 7.979749305775385e-09, + "R": 8.068528067894931e-10, + "M": 7.1400017986889e-06, + "O": 5.161007621268254e-08, + "W": 1.1022197911325637e-11, + "N": 1.1882020541087446e-11, + "Y": 3.0867187888361514e-05, + "U": 4.886014010919981e-13, + "K": 3.724519065557985e-14, + "L": 1.6514835721181953e-08, + "G": 5.7940837905334774e-06, + "F": 1.9481285562505946e-05, + "E": 4.2376917974706885e-08, + "T": 1.1183747119503096e-05, + "P": 0.0002803723036777228, + "-": 0.9996449947357178 + }, + "id": "tp_10401" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1300133, + "label": "-", + "classification": { + "B": 1.660642823253511e-08, + "S": 1.986027626799114e-07, + "I": 1.0329522410756908e-06, + "C": 1.3848917035375052e-07, + "R": 1.0507844194762583e-07, + "M": 6.637041224166751e-05, + "O": 8.142244041664526e-06, + "W": 2.8058929402163812e-08, + "N": 1.1086916273939096e-08, + "Y": 0.001959846820682287, + "U": 7.884032315885747e-11, + "K": 1.2607411115084233e-08, + "L": 3.0670241812913446e-07, + "G": 0.0001803042396204546, + "F": 0.0026381209027022123, + "E": 7.665195767003752e-07, + "T": 0.0006542445626109838, + "P": 0.0007961118826642632, + "-": 0.9936942458152771 + }, + "id": "tp_10402" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1300267, + "label": "-", + "classification": { + "B": 1.5635342265341023e-07, + "S": 1.2923297276756784e-07, + "I": 2.61731855744074e-07, + "C": 1.7497613358230524e-09, + "R": 8.019674369030838e-10, + "M": 1.4341230780701153e-05, + "O": 1.133159571509168e-06, + "W": 6.0220171071989625e-09, + "N": 2.4475999005346694e-09, + "Y": 2.2950072889216244e-05, + "U": 1.5862004418276676e-11, + "K": 1.4254650237965905e-10, + "L": 6.064495039481699e-08, + "G": 7.048039606161183e-06, + "F": 0.0019028402166441083, + "E": 1.303261456087057e-06, + "T": 2.6438960048835725e-05, + "P": 0.011849047616124153, + "-": 0.9861742258071899 + }, + "id": "tp_10403" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1300400, + "label": "-", + "classification": { + "B": 7.530482314110909e-12, + "S": 1.459785348156828e-10, + "I": 3.0546893903249384e-09, + "C": 9.138488854532056e-10, + "R": 9.079175189441457e-10, + "M": 1.7341359637157439e-07, + "O": 3.832062134279113e-08, + "W": 9.547794499464857e-11, + "N": 1.8348503272314076e-11, + "Y": 7.123459909053054e-06, + "U": 2.610036102176916e-12, + "K": 2.7096647842173027e-11, + "L": 1.8356186570755995e-09, + "G": 1.3816443811265344e-07, + "F": 0.00030834568315185606, + "E": 4.266728304003209e-09, + "T": 3.424679562158417e-06, + "P": 0.0006810539052821696, + "-": 0.9989996552467346 + }, + "id": "tp_10404" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1300501, + "label": "-", + "classification": { + "B": 3.716064123082674e-09, + "S": 9.249949251000089e-09, + "I": 1.7986712919082493e-06, + "C": 4.456567239685683e-06, + "R": 4.556279122880369e-07, + "M": 1.864839214249514e-05, + "O": 1.202639168695896e-06, + "W": 1.423654705234867e-08, + "N": 4.253637442275249e-08, + "Y": 0.005357942543923855, + "U": 4.0796632738704375e-09, + "K": 4.778604306920897e-06, + "L": 9.958982616353751e-08, + "G": 0.00026270165108144283, + "F": 0.0012607014505192637, + "E": 3.779385588131845e-05, + "T": 0.0004675377858802676, + "P": 0.001103604445233941, + "-": 0.9914781451225281 + }, + "id": "tp_10405" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1300634, + "label": "-", + "classification": { + "B": 2.3636705464014085e-06, + "S": 1.2423275620676577e-05, + "I": 1.366567516924988e-06, + "C": 2.3564118691865588e-06, + "R": 7.374736696874606e-07, + "M": 0.000754903070628643, + "O": 0.00012333199265412986, + "W": 9.786556347535225e-07, + "N": 1.2548265715395246e-07, + "Y": 0.00336419022642076, + "U": 5.20603915532547e-09, + "K": 1.960226200026227e-06, + "L": 2.3462551325792447e-05, + "G": 0.001765640452504158, + "F": 0.0360359363257885, + "E": 4.187265585642308e-05, + "T": 0.0011346560204401612, + "P": 0.0007694094092585146, + "-": 0.9559643268585205 + }, + "id": "tp_10406" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1300767, + "label": "-", + "classification": { + "B": 2.026257703846568e-07, + "S": 3.1128422506299103e-06, + "I": 4.2051897253259085e-06, + "C": 1.7519224684292567e-06, + "R": 2.566852344898507e-06, + "M": 0.0015094036934897304, + "O": 0.0001535568735562265, + "W": 3.047173322556773e-07, + "N": 9.753539309542703e-09, + "Y": 0.029164517298340797, + "U": 6.372981309343828e-11, + "K": 3.8538177093982995e-09, + "L": 1.8537222786108032e-05, + "G": 0.0019793668761849403, + "F": 0.0017184315947815776, + "E": 3.978252323122433e-07, + "T": 0.015138337388634682, + "P": 2.7935941034229472e-05, + "-": 0.9502773880958557 + }, + "id": "tp_10407" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1300901, + "label": "-", + "classification": { + "B": 7.660991286684293e-06, + "S": 3.720950417118729e-06, + "I": 6.510587991215289e-05, + "C": 8.025185707083438e-07, + "R": 1.1982342584815342e-06, + "M": 0.000490571022965014, + "O": 7.8208016930148e-05, + "W": 9.071119961845397e-07, + "N": 1.945739711572969e-07, + "Y": 0.0033517745323479176, + "U": 1.3359869877049846e-09, + "K": 4.645378304246606e-09, + "L": 6.5665813053783495e-06, + "G": 0.000289172021439299, + "F": 0.0009590561967343092, + "E": 6.8742338044103235e-06, + "T": 0.0008305850205942988, + "P": 0.0023100031539797783, + "-": 0.991597592830658 + }, + "id": "tp_10408" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1301001, + "label": "-", + "classification": { + "B": 1.0432443104946287e-06, + "S": 3.035546342289308e-06, + "I": 0.0012471831869333982, + "C": 0.00012487238564062864, + "R": 0.00010646587907103822, + "M": 0.005453127436339855, + "O": 0.00023092847550287843, + "W": 1.6491046608280158e-06, + "N": 6.544928965013241e-06, + "Y": 0.047187689691782, + "U": 1.0265625149941116e-07, + "K": 9.725830523166223e-07, + "L": 3.506197754177265e-05, + "G": 0.0025713308714330196, + "F": 0.0013869410613551736, + "E": 0.0001091458325390704, + "T": 0.02566651441156864, + "P": 0.0029041024390608072, + "-": 0.9129632115364075 + }, + "id": "tp_10409" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1301134, + "label": "-", + "classification": { + "B": 3.852761665257276e-07, + "S": 4.116363470529905e-06, + "I": 6.484560231001524e-07, + "C": 1.9667936612677295e-06, + "R": 1.564267790854501e-06, + "M": 0.0006910227821208537, + "O": 0.0002607589412946254, + "W": 6.255033326851844e-07, + "N": 8.426119357807238e-09, + "Y": 0.0007508553680963814, + "U": 5.723948537372792e-10, + "K": 1.3517179597855034e-09, + "L": 0.00010272023791912943, + "G": 0.0006994234281592071, + "F": 0.00521745765581727, + "E": 9.394163384968124e-07, + "T": 0.0006022432935424149, + "P": 0.0001673852384556085, + "-": 0.9914979338645935 + }, + "id": "tp_10410" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1301268, + "label": "-", + "classification": { + "B": 3.361557032732776e-09, + "S": 7.666202783696008e-09, + "I": 1.6702334448837064e-07, + "C": 9.459322996008268e-07, + "R": 1.764168473528116e-07, + "M": 5.6048909755190834e-05, + "O": 9.90653688859311e-07, + "W": 2.113252239865915e-09, + "N": 6.38276209663502e-10, + "Y": 0.0013408537488430738, + "U": 1.292982804157461e-10, + "K": 6.793663409609962e-10, + "L": 8.47661340230843e-07, + "G": 0.00016280570707749575, + "F": 0.0018672451842576265, + "E": 2.303381592128062e-07, + "T": 0.00047653730143792927, + "P": 0.0001298291317652911, + "-": 0.995963454246521 + }, + "id": "tp_10411" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1301401, + "label": "Y", + "classification": { + "B": 4.298557087167865e-06, + "S": 0.0003287524450570345, + "I": 0.0006844213348813355, + "C": 0.004645730368793011, + "R": 0.0016745782922953367, + "M": 0.01017087884247303, + "O": 0.00317758833989501, + "W": 0.00012833494110964239, + "N": 4.449528205441311e-05, + "Y": 0.4213307797908783, + "U": 2.426723540338571e-06, + "K": 0.00017145718447864056, + "L": 0.0012041915906593204, + "G": 0.04954053834080696, + "F": 0.04228824004530907, + "E": 0.00022837195137981325, + "T": 0.10541751235723495, + "P": 0.001260849996469915, + "-": 0.357696533203125 + }, + "id": "tp_10412" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1301502, + "label": "-", + "classification": { + "B": 6.967408594515945e-11, + "S": 6.057111479051969e-10, + "I": 4.0760145481044674e-08, + "C": 3.012309734984342e-09, + "R": 1.1508615171962333e-09, + "M": 6.941189440112794e-06, + "O": 7.871557983207822e-08, + "W": 7.776680688298399e-11, + "N": 6.245890610268034e-11, + "Y": 0.0012093926779925823, + "U": 8.563824562685118e-13, + "K": 1.4536345738225265e-10, + "L": 4.063732017556276e-09, + "G": 1.314057044510264e-05, + "F": 0.00011152348452014849, + "E": 5.128445934587944e-08, + "T": 0.0002525464224163443, + "P": 6.715059134876356e-05, + "-": 0.9983391761779785 + }, + "id": "tp_10413" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1301635, + "label": "-", + "classification": { + "B": 2.941212133870594e-14, + "S": 1.6331173913197716e-10, + "I": 1.223609391587388e-08, + "C": 3.579885499149782e-09, + "R": 1.7495955795254758e-09, + "M": 2.585189804449328e-07, + "O": 7.683225078380929e-08, + "W": 1.3338043169941471e-10, + "N": 6.211088587892988e-11, + "Y": 0.0038001067005097866, + "U": 9.914093743006169e-14, + "K": 1.4991117680551724e-08, + "L": 1.3849647817476551e-10, + "G": 1.489687178946042e-06, + "F": 0.00019764588796533644, + "E": 3.5327973879617502e-09, + "T": 0.000133511537569575, + "P": 2.182248681492638e-05, + "-": 0.9958450198173523 + }, + "id": "tp_10414" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1301768, + "label": "-", + "classification": { + "B": 1.0634003899667732e-08, + "S": 2.2983286385169777e-07, + "I": 2.7310475161357317e-06, + "C": 1.2907440577691887e-05, + "R": 2.2483543489215663e-06, + "M": 0.0006605166126973927, + "O": 3.2674186513759196e-05, + "W": 5.439759220848828e-08, + "N": 1.790933090717317e-08, + "Y": 0.016148455440998077, + "U": 4.726825597600737e-10, + "K": 5.105797029614223e-08, + "L": 8.410213013121393e-06, + "G": 0.0046302517876029015, + "F": 0.010480479337275028, + "E": 3.7416384657262824e-06, + "T": 0.0034040468744933605, + "P": 0.00013957514602225274, + "-": 0.9644735455513 + }, + "id": "tp_10415" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1301902, + "label": "-", + "classification": { + "B": 3.256150557517934e-11, + "S": 1.7367941529400355e-09, + "I": 6.476373326513851e-10, + "C": 4.820971954977438e-10, + "R": 3.690426783609091e-11, + "M": 6.667445404673344e-07, + "O": 4.0971169568138066e-08, + "W": 5.550965936906849e-11, + "N": 1.3098124147792323e-11, + "Y": 8.055734724621288e-06, + "U": 1.449956013544959e-13, + "K": 6.257630524864055e-10, + "L": 9.92016357947989e-10, + "G": 1.2337399084572098e-06, + "F": 0.0022494285367429256, + "E": 6.494774140719528e-08, + "T": 3.141680281260051e-06, + "P": 0.00016469605907332152, + "-": 0.9975727200508118 + }, + "id": "tp_10416" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1302002, + "label": "-", + "classification": { + "B": 1.5145489840051596e-07, + "S": 7.451345140907506e-07, + "I": 1.9932363670704945e-07, + "C": 3.822313576762326e-09, + "R": 7.000471757834248e-09, + "M": 3.6486031603999436e-05, + "O": 2.4385988581343554e-05, + "W": 9.014301838305983e-08, + "N": 2.4806745546612774e-09, + "Y": 0.0001222494465764612, + "U": 1.0614924911278578e-10, + "K": 9.176435306068598e-11, + "L": 1.4826063079453888e-06, + "G": 1.593739216332324e-05, + "F": 0.0005528972251340747, + "E": 5.936955460583704e-08, + "T": 0.0001412172132404521, + "P": 0.0005696119624190032, + "-": 0.9985344409942627 + }, + "id": "tp_10417" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1302135, + "label": "-", + "classification": { + "B": 3.887530020119101e-10, + "S": 5.149271586901705e-08, + "I": 3.628630906860053e-07, + "C": 7.125481147340906e-07, + "R": 1.0547175577357848e-07, + "M": 3.047813879675232e-05, + "O": 2.409877879472333e-06, + "W": 8.21931589456426e-09, + "N": 6.817874709241778e-09, + "Y": 0.0038595704827457666, + "U": 6.793385992631684e-11, + "K": 3.549686766746163e-08, + "L": 9.900352893055242e-08, + "G": 6.560571637237445e-05, + "F": 0.0012150898110121489, + "E": 1.0013048949986114e-06, + "T": 0.0014146191533654928, + "P": 0.0002105465973727405, + "-": 0.9931992888450623 + }, + "id": "tp_10418" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1302269, + "label": "-", + "classification": { + "B": 1.3734761106221072e-09, + "S": 1.3905463447372313e-09, + "I": 2.2686674583383137e-06, + "C": 8.459392830673096e-08, + "R": 1.7188527934308695e-08, + "M": 6.148391548776999e-06, + "O": 3.111266835276183e-07, + "W": 1.254171100306678e-09, + "N": 1.95454816775964e-08, + "Y": 0.0006571027333848178, + "U": 3.6094849331647083e-10, + "K": 1.945339356268505e-08, + "L": 8.805839613046373e-09, + "G": 2.129453423549421e-05, + "F": 0.0001307813945459202, + "E": 1.2380156476865523e-05, + "T": 8.097280078800395e-05, + "P": 0.006233614403754473, + "-": 0.99285489320755 + }, + "id": "tp_10419" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1302402, + "label": "-", + "classification": { + "B": 1.5350933608715422e-06, + "S": 5.1437287766020745e-05, + "I": 2.370916263316758e-05, + "C": 3.9585444255862967e-07, + "R": 7.086657092258974e-07, + "M": 0.004308726638555527, + "O": 0.0006840273854322731, + "W": 2.1300772914401023e-06, + "N": 3.383568980552809e-07, + "Y": 0.04263073578476906, + "U": 7.43333117281253e-10, + "K": 2.018220968125206e-08, + "L": 1.934092870214954e-05, + "G": 0.0015384856378659606, + "F": 0.0026035846676677465, + "E": 4.897536200587638e-06, + "T": 0.01894979737699032, + "P": 0.00041603040881454945, + "-": 0.9287640452384949 + }, + "id": "tp_10420" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1302503, + "label": "-", + "classification": { + "B": 2.6131980135346566e-08, + "S": 1.232025852004881e-06, + "I": 2.5905964040617846e-09, + "C": 2.508397528799833e-06, + "R": 1.4400558256966178e-06, + "M": 7.651245687156916e-05, + "O": 3.562614438124001e-05, + "W": 4.593299962607489e-08, + "N": 3.641565868295338e-11, + "Y": 0.0006933309487067163, + "U": 3.2056737906543953e-12, + "K": 2.551239497439184e-10, + "L": 7.69231264712289e-05, + "G": 0.003218084806576371, + "F": 0.20543894171714783, + "E": 5.6555588656692635e-08, + "T": 0.0001302726595895365, + "P": 4.97455766890198e-06, + "-": 0.7903200387954712 + }, + "id": "tp_10421" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1302636, + "label": "-", + "classification": { + "B": 2.3112579583539627e-05, + "S": 1.377351327391807e-05, + "I": 6.799607945140451e-05, + "C": 2.477805992384674e-06, + "R": 2.2351598545355955e-06, + "M": 0.0003854588430840522, + "O": 0.00010175550414714962, + "W": 1.8896554365710472e-06, + "N": 1.6139850913532428e-06, + "Y": 0.013710771687328815, + "U": 7.055589890114788e-08, + "K": 4.583571637795103e-07, + "L": 1.8577218725113198e-05, + "G": 0.0016962154768407345, + "F": 0.008582576178014278, + "E": 2.1922947780694813e-05, + "T": 0.007537832949310541, + "P": 0.006984781939536333, + "-": 0.960846483707428 + }, + "id": "tp_10422" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1302769, + "label": "-", + "classification": { + "B": 3.8407868552248203e-10, + "S": 2.928436160232195e-08, + "I": 7.73078028259988e-08, + "C": 3.7358111626417667e-07, + "R": 8.850646082692037e-08, + "M": 9.127108205575496e-05, + "O": 2.3878303636593046e-06, + "W": 3.1587683579914483e-09, + "N": 4.62006016777039e-10, + "Y": 0.01661434769630432, + "U": 1.1225263774061744e-11, + "K": 1.873387844852914e-08, + "L": 7.054981097098789e-07, + "G": 0.0013883004430681467, + "F": 0.005035219248384237, + "E": 1.0285054941050475e-06, + "T": 0.0013823775807395577, + "P": 2.8107426260248758e-05, + "-": 0.9754555821418762 + }, + "id": "tp_10423" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1302903, + "label": "-", + "classification": { + "B": 2.4974149415157854e-09, + "S": 4.64036098435372e-08, + "I": 8.228531669374206e-07, + "C": 7.412091349578986e-07, + "R": 1.6010704939617426e-07, + "M": 1.0264181582897436e-05, + "O": 2.6501400043343892e-06, + "W": 3.7863337354338e-08, + "N": 4.575037237941615e-08, + "Y": 0.0026273473631590605, + "U": 1.5447820800318368e-09, + "K": 1.0117647661900264e-06, + "L": 1.1978970348991425e-07, + "G": 0.00017731287516653538, + "F": 0.016772884875535965, + "E": 1.9561091903597116e-05, + "T": 0.0001840162876760587, + "P": 0.0028718551620841026, + "-": 0.9773312211036682 + }, + "id": "tp_10424" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1303003, + "label": "-", + "classification": { + "B": 2.698615775287294e-09, + "S": 1.0998765231917673e-09, + "I": 2.468055981807993e-06, + "C": 1.4410704807232833e-07, + "R": 1.1579652792192974e-08, + "M": 8.304854418383911e-06, + "O": 3.8723669604223687e-07, + "W": 6.562829168998974e-10, + "N": 3.901290401842061e-09, + "Y": 0.0004503754316829145, + "U": 4.825060143098803e-11, + "K": 6.069995062141231e-10, + "L": 1.3695816036829456e-08, + "G": 5.640567178488709e-05, + "F": 2.673341441550292e-05, + "E": 4.2002029658760875e-06, + "T": 6.249889702303335e-05, + "P": 0.0031093142461031675, + "-": 0.9962790608406067 + }, + "id": "tp_10425" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1303136, + "label": "-", + "classification": { + "B": 1.394079390593106e-05, + "S": 3.4621138183865696e-05, + "I": 0.00017124075384344906, + "C": 0.00038923477404750884, + "R": 0.00019617578072939068, + "M": 0.0026572050992399454, + "O": 0.0006108582019805908, + "W": 2.245110590592958e-05, + "N": 1.2874401363660581e-05, + "Y": 0.015232974663376808, + "U": 6.206884791026823e-06, + "K": 4.779680966748856e-05, + "L": 0.00024570056120865047, + "G": 0.005581896286457777, + "F": 0.030344700440764427, + "E": 0.00028828822541981936, + "T": 0.005517836194485426, + "P": 0.014350714161992073, + "-": 0.924275279045105 + }, + "id": "tp_10426" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1303270, + "label": "-", + "classification": { + "B": 2.1357513535491535e-09, + "S": 4.4580747426969936e-10, + "I": 2.9687567959513217e-09, + "C": 5.403961167438354e-10, + "R": 5.972371486251404e-10, + "M": 1.8811803101925761e-06, + "O": 2.03501969053832e-07, + "W": 1.7476729785581568e-10, + "N": 3.998422253015388e-12, + "Y": 1.6708563634892926e-05, + "U": 1.5034111108813697e-13, + "K": 2.35975106642472e-12, + "L": 6.199114999105859e-09, + "G": 1.3507160474546254e-06, + "F": 3.908652070094831e-05, + "E": 4.501577333115847e-09, + "T": 7.359943992923945e-06, + "P": 3.461695450823754e-05, + "-": 0.9998986721038818 + }, + "id": "tp_10427" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1303403, + "label": "-", + "classification": { + "B": 4.1318210246450715e-13, + "S": 2.3236131768689106e-11, + "I": 1.1666012600386466e-09, + "C": 2.191650940591705e-12, + "R": 5.419454381788702e-12, + "M": 1.3153091060758015e-07, + "O": 2.5587478802435726e-09, + "W": 3.2210111314268097e-12, + "N": 1.0491614087920764e-12, + "Y": 0.00024877925170585513, + "U": 1.5026284016161299e-15, + "K": 7.037871587595168e-12, + "L": 1.1673903163589294e-11, + "G": 2.259767484247277e-07, + "F": 3.222057785023935e-05, + "E": 7.397555901178521e-10, + "T": 3.5904602555092424e-05, + "P": 1.011551375995623e-05, + "-": 0.9996727705001831 + }, + "id": "tp_10428" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1303504, + "label": "-", + "classification": { + "B": 3.0931890382390748e-09, + "S": 1.5360757998905683e-08, + "I": 4.5836241042707115e-06, + "C": 2.972326171857276e-07, + "R": 9.565645342490825e-08, + "M": 0.00025027242372743785, + "O": 2.7294033770886017e-06, + "W": 4.099272032931367e-09, + "N": 5.581685780242651e-09, + "Y": 0.00876600667834282, + "U": 1.1983741776688817e-10, + "K": 5.19820742006516e-10, + "L": 2.812998900481034e-07, + "G": 7.832642586436123e-05, + "F": 0.00010311920050298795, + "E": 6.637961860178621e-07, + "T": 0.003111322643235326, + "P": 0.00026943578268401325, + "-": 0.9874128103256226 + }, + "id": "tp_10429" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1303637, + "label": "Y", + "classification": { + "B": 1.5763936289658886e-07, + "S": 1.2500490811362397e-06, + "I": 0.010902217589318752, + "C": 9.569849680701736e-06, + "R": 8.352617442142218e-06, + "M": 0.0006065345369279385, + "O": 4.884793088422157e-05, + "W": 4.758499017043505e-07, + "N": 3.6658893804997206e-05, + "Y": 0.6566635966300964, + "U": 5.335703878728282e-09, + "K": 8.41440305521246e-06, + "L": 4.898115548712667e-07, + "G": 0.007623971439898014, + "F": 0.0004097025957889855, + "E": 0.00017605602624826133, + "T": 0.05952838063240051, + "P": 0.0019970641005784273, + "-": 0.2619782090187073 + }, + "id": "tp_10430" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1303770, + "label": "-", + "classification": { + "B": 1.7619916192757046e-08, + "S": 1.3361891433305573e-05, + "I": 9.428079647477716e-05, + "C": 5.2908020734321326e-05, + "R": 1.8310698578716256e-05, + "M": 0.0020200335420668125, + "O": 0.0005717151216231287, + "W": 4.6903578549972735e-06, + "N": 1.991528279177146e-06, + "Y": 0.32701289653778076, + "U": 1.7234114135789014e-09, + "K": 1.1652359717118088e-05, + "L": 5.2875307119393256e-06, + "G": 0.009773815982043743, + "F": 0.008237822912633419, + "E": 8.912320481613278e-06, + "T": 0.07155812531709671, + "P": 9.821169805945829e-05, + "-": 0.5805160403251648 + }, + "id": "tp_10431" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1303904, + "label": "-", + "classification": { + "B": 7.624867066624574e-07, + "S": 0.0006686461856588721, + "I": 1.1993299722234951e-06, + "C": 6.611394951505645e-07, + "R": 4.475755304156337e-07, + "M": 0.000613186159171164, + "O": 0.0007500249776057899, + "W": 1.0383796507085208e-05, + "N": 1.8281239988482412e-07, + "Y": 0.0013141266535967588, + "U": 1.2543894811756218e-09, + "K": 1.637914465391077e-06, + "L": 7.760911830700934e-05, + "G": 0.003935854882001877, + "F": 0.2520904541015625, + "E": 5.2984916692366824e-05, + "T": 0.0010113496100530028, + "P": 0.0014345747185871005, + "-": 0.7380358576774597 + }, + "id": "tp_10432" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1304004, + "label": "-", + "classification": { + "B": 4.8837499377896165e-08, + "S": 1.8590692434372613e-06, + "I": 0.00037795823300257325, + "C": 4.254968644090695e-06, + "R": 3.25185214933299e-06, + "M": 5.940497067058459e-05, + "O": 3.627376281656325e-05, + "W": 1.714980612632644e-06, + "N": 1.5236640138027724e-05, + "Y": 0.04334194213151932, + "U": 2.446493674312933e-08, + "K": 0.0004117278731428087, + "L": 1.509071410055185e-07, + "G": 0.0006506282370537519, + "F": 0.004868699703365564, + "E": 0.0001211529815918766, + "T": 0.006557296495884657, + "P": 0.00956404022872448, + "-": 0.9339843988418579 + }, + "id": "tp_10433" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1304137, + "label": "-", + "classification": { + "B": 1.2771137107847608e-06, + "S": 3.8454453488157014e-07, + "I": 3.228939931432251e-06, + "C": 8.479300817043622e-08, + "R": 1.0643542935895312e-07, + "M": 8.958323451224715e-05, + "O": 2.8457234293455258e-05, + "W": 1.089906476181568e-07, + "N": 1.4450644236774224e-08, + "Y": 0.00017108733300119638, + "U": 7.218028397204534e-10, + "K": 5.801118266313132e-11, + "L": 5.939886705164099e-06, + "G": 5.285854422254488e-05, + "F": 0.00028388426289893687, + "E": 1.4560914678440895e-06, + "T": 0.0002149871434085071, + "P": 0.0021920616272836924, + "-": 0.9969544410705566 + }, + "id": "tp_10434" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1304271, + "label": "-", + "classification": { + "B": 8.942807383505169e-09, + "S": 4.4387467035278405e-09, + "I": 4.706376057583839e-05, + "C": 6.500114864138595e-07, + "R": 2.126204918795338e-07, + "M": 4.536731921689352e-06, + "O": 4.97196197102312e-07, + "W": 5.247507761652059e-09, + "N": 3.0178799192981387e-07, + "Y": 0.0006850300705991685, + "U": 4.471648828996422e-09, + "K": 5.5515084795843e-07, + "L": 2.7305162575430586e-08, + "G": 0.00011889560119016096, + "F": 0.0005654611741192639, + "E": 4.748425635625608e-05, + "T": 0.00015057946438901126, + "P": 0.024771763011813164, + "-": 0.9736069440841675 + }, + "id": "tp_10435" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1304404, + "label": "-", + "classification": { + "B": 5.447087460197508e-06, + "S": 0.00021596338774543256, + "I": 7.119048677850515e-05, + "C": 1.8699174688663334e-05, + "R": 1.0599346751405392e-05, + "M": 0.000695962633471936, + "O": 0.0003176367317792028, + "W": 2.02797309611924e-05, + "N": 9.52372829488013e-06, + "Y": 0.028253473341464996, + "U": 6.247778827628281e-08, + "K": 6.694312469335273e-05, + "L": 2.448298255330883e-05, + "G": 0.0059487721882760525, + "F": 0.2532142102718353, + "E": 0.0006657125777564943, + "T": 0.007209412287920713, + "P": 0.005298552103340626, + "-": 0.6979530453681946 + }, + "id": "tp_10436" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1304505, + "label": "-", + "classification": { + "B": 2.4570340206864216e-10, + "S": 2.962808132167538e-08, + "I": 1.4135980563878547e-07, + "C": 8.357179126505798e-08, + "R": 5.783761025668355e-08, + "M": 7.785318302921951e-05, + "O": 6.260689133341657e-06, + "W": 3.444515339623422e-09, + "N": 3.651081936784095e-10, + "Y": 0.0006631330470554531, + "U": 2.4162553468459746e-12, + "K": 3.7401019781224676e-11, + "L": 3.175534288857307e-07, + "G": 1.3189132005209103e-05, + "F": 0.000165820267284289, + "E": 6.78470399861908e-08, + "T": 0.00039673535502515733, + "P": 4.111390808247961e-05, + "-": 0.9986352324485779 + }, + "id": "tp_10437" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1304638, + "label": "-", + "classification": { + "B": 1.3450915048451861e-07, + "S": 5.8853522055812846e-09, + "I": 1.100332092107692e-08, + "C": 9.911818033003783e-09, + "R": 1.1048277848146881e-09, + "M": 6.613506229768973e-06, + "O": 4.047698780595965e-07, + "W": 8.225649605897445e-10, + "N": 5.2306530634593784e-11, + "Y": 9.915520422509871e-06, + "U": 4.076339526343231e-12, + "K": 6.945178807060692e-12, + "L": 6.88751882194083e-08, + "G": 4.632142918126192e-06, + "F": 0.0002074801886919886, + "E": 1.7287598552684358e-07, + "T": 6.964382009755354e-06, + "P": 0.00045694794971495867, + "-": 0.9993066787719727 + }, + "id": "tp_10438" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1304771, + "label": "-", + "classification": { + "B": 7.723713975251595e-14, + "S": 6.114236894561031e-11, + "I": 1.2667036308755542e-08, + "C": 1.5610087875095324e-11, + "R": 2.0882948148504e-11, + "M": 4.6520790419890545e-07, + "O": 8.417683439176926e-09, + "W": 4.810902978075182e-12, + "N": 8.662705969220141e-12, + "Y": 0.0006516510038636625, + "U": 1.3382691967946635e-14, + "K": 1.5850225645874794e-11, + "L": 2.0841483053257726e-11, + "G": 1.1610659811367441e-07, + "F": 1.54184308485128e-05, + "E": 2.372025076358142e-10, + "T": 0.0001776244753273204, + "P": 3.3134670957224444e-05, + "-": 0.9991216063499451 + }, + "id": "tp_10439" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1304905, + "label": "-", + "classification": { + "B": 1.6466779015900102e-06, + "S": 2.6612592591845896e-06, + "I": 0.0008480475516989827, + "C": 1.789110501704272e-05, + "R": 6.8973522502346896e-06, + "M": 0.000871756230480969, + "O": 0.00010657120583346114, + "W": 1.947152668435592e-06, + "N": 2.0045401470270008e-05, + "Y": 0.02021065354347229, + "U": 3.2399847782471625e-07, + "K": 7.77190871303901e-06, + "L": 4.884098871116294e-06, + "G": 0.000800812675151974, + "F": 0.0018148836679756641, + "E": 0.0001402961788699031, + "T": 0.011266274377703667, + "P": 0.01656203344464302, + "-": 0.9473145604133606 + }, + "id": "tp_10440" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1305005, + "label": "-", + "classification": { + "B": 4.8264944124687403e-11, + "S": 2.1313828479918584e-09, + "I": 3.2026318308453483e-07, + "C": 2.2352642758960428e-07, + "R": 9.289725966254991e-08, + "M": 3.888384071615292e-06, + "O": 6.393969442797243e-07, + "W": 5.540092828937304e-09, + "N": 5.8082827436578555e-09, + "Y": 0.004312852397561073, + "U": 2.731184445270429e-10, + "K": 1.7304927268924075e-06, + "L": 8.158295372595603e-09, + "G": 6.39254940324463e-05, + "F": 0.0012069859076291323, + "E": 9.496326924818277e-07, + "T": 0.00021760686649940908, + "P": 0.0002730445412453264, + "-": 0.99391770362854 + }, + "id": "tp_10441" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1305138, + "label": "-", + "classification": { + "B": 9.411798451708364e-09, + "S": 8.693540110016329e-09, + "I": 2.241380570922047e-06, + "C": 7.874066341173602e-07, + "R": 3.452643966284086e-07, + "M": 3.301187825854868e-05, + "O": 2.9787036055495264e-06, + "W": 9.261269973137587e-09, + "N": 6.484860648470203e-09, + "Y": 0.0012517941650003195, + "U": 8.670434925583947e-10, + "K": 1.3002936505301932e-09, + "L": 5.291229854265111e-07, + "G": 4.523059033090249e-05, + "F": 0.00016618383233435452, + "E": 1.1510493322930415e-06, + "T": 0.0002878354862332344, + "P": 0.0009177819592878222, + "-": 0.9972900152206421 + }, + "id": "tp_10442" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1305272, + "label": "-", + "classification": { + "B": 1.851615749615121e-08, + "S": 1.2875292441094643e-06, + "I": 1.958971370186191e-05, + "C": 4.8291283746948466e-05, + "R": 2.4339022274944e-05, + "M": 0.0004604889254551381, + "O": 5.395873813540675e-05, + "W": 7.115635298760026e-07, + "N": 3.4558593142719474e-07, + "Y": 0.13378123939037323, + "U": 7.113144739889776e-09, + "K": 3.473147899057949e-06, + "L": 5.6617641348566394e-06, + "G": 0.0029428896959871054, + "F": 0.018166029825806618, + "E": 7.759043910482433e-06, + "T": 0.01691117323935032, + "P": 0.0002963919541798532, + "-": 0.8272762894630432 + }, + "id": "tp_10443" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1305405, + "label": "-", + "classification": { + "B": 0.00969544518738985, + "S": 0.001875140005722642, + "I": 0.00013494235463440418, + "C": 7.634069334017113e-06, + "R": 1.9769266145885922e-05, + "M": 0.005684797652065754, + "O": 0.01325099729001522, + "W": 0.00029394819284789264, + "N": 6.200017651281087e-06, + "Y": 0.0018849940970540047, + "U": 5.189443754716194e-07, + "K": 6.101654292933745e-08, + "L": 0.004669711925089359, + "G": 0.0049472167156636715, + "F": 0.006828474346548319, + "E": 6.941509491298348e-05, + "T": 0.0052022784948349, + "P": 0.010832899250090122, + "-": 0.93459552526474 + }, + "id": "tp_10444" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1305506, + "label": "-", + "classification": { + "B": 4.74926764582051e-10, + "S": 8.780806410868536e-07, + "I": 1.035332616083906e-06, + "C": 1.6746128039812902e-07, + "R": 1.0121186733158538e-07, + "M": 0.0007026022067293525, + "O": 2.249680255772546e-05, + "W": 1.0354066048989807e-08, + "N": 1.8275211344231934e-09, + "Y": 0.17934659123420715, + "U": 2.4414056388512295e-13, + "K": 1.0665693883638028e-09, + "L": 4.3222436829637445e-07, + "G": 0.0017399318749085069, + "F": 0.002255574334412813, + "E": 3.421601135755736e-08, + "T": 0.07624144852161407, + "P": 3.212660658391542e-06, + "-": 0.7396854758262634 + }, + "id": "tp_10445" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1305639, + "label": "-", + "classification": { + "B": 2.0409955947542358e-09, + "S": 1.997544213372393e-10, + "I": 1.0788698823205323e-09, + "C": 5.848264095220657e-10, + "R": 1.8637670573529164e-10, + "M": 5.826864708069479e-06, + "O": 1.2179081920749013e-07, + "W": 9.457996885675612e-12, + "N": 3.744889869126272e-13, + "Y": 5.824786967423279e-06, + "U": 9.445578644056134e-15, + "K": 8.274418692776964e-16, + "L": 8.046765032077019e-08, + "G": 5.501161012944067e-06, + "F": 3.883237513946369e-05, + "E": 3.617915078635292e-09, + "T": 2.98502800433198e-06, + "P": 3.377517714397982e-05, + "-": 0.9999070167541504 + }, + "id": "tp_10446" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1305772, + "label": "-", + "classification": { + "B": 1.1182850130353472e-06, + "S": 3.1803851925360505e-06, + "I": 0.0017325493972748518, + "C": 4.284293027012609e-05, + "R": 2.7368319933884777e-05, + "M": 0.00057647202629596, + "O": 0.00010766684863483533, + "W": 5.138614596944535e-06, + "N": 4.474277375265956e-05, + "Y": 0.01016956940293312, + "U": 1.3393158724284149e-06, + "K": 1.3324269275472034e-05, + "L": 5.163742116565118e-06, + "G": 0.0007892268477007747, + "F": 0.001309731975197792, + "E": 0.0002733971632551402, + "T": 0.008059000596404076, + "P": 0.07071945071220398, + "-": 0.906118631362915 + }, + "id": "tp_10447" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1305906, + "label": "-", + "classification": { + "B": 1.2229331325386283e-08, + "S": 7.50856798958921e-08, + "I": 1.39184485306032e-05, + "C": 6.842966513431747e-07, + "R": 1.3994046810239524e-07, + "M": 8.971821807790548e-05, + "O": 2.235070951428497e-06, + "W": 1.4726424524269532e-08, + "N": 7.528328893613434e-08, + "Y": 0.027294021099805832, + "U": 1.6476510433793834e-10, + "K": 6.089389898988884e-07, + "L": 8.86338540340148e-08, + "G": 0.0012359695974737406, + "F": 0.0020082115661352873, + "E": 4.959504076396115e-05, + "T": 0.00241948408074677, + "P": 0.0006675110780633986, + "-": 0.9662176370620728 + }, + "id": "tp_10448" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1306006, + "label": "-", + "classification": { + "B": 3.5359327910100546e-08, + "S": 1.155981181000243e-06, + "I": 4.777462891070172e-05, + "C": 4.551100118987961e-08, + "R": 1.3778158347577119e-07, + "M": 0.00011327493848511949, + "O": 1.1496436854940839e-05, + "W": 1.1916407771650483e-07, + "N": 3.171611240304628e-07, + "Y": 0.018541233614087105, + "U": 3.730876441121467e-10, + "K": 2.974518622522737e-07, + "L": 1.2697597639999003e-07, + "G": 0.00012884949683211744, + "F": 0.001695733517408371, + "E": 3.096523869317025e-06, + "T": 0.007538390811532736, + "P": 0.0014973118668422103, + "-": 0.9704205989837646 + }, + "id": "tp_10449" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1306139, + "label": "-", + "classification": { + "B": 2.0273981249374629e-07, + "S": 6.864043484711146e-07, + "I": 1.591634463693481e-05, + "C": 0.00012534846609923989, + "R": 2.70868531515589e-05, + "M": 0.0015139073366299272, + "O": 0.00010227532038697973, + "W": 4.976226932740246e-07, + "N": 2.3074345278928377e-07, + "Y": 0.07993799448013306, + "U": 1.9775411530531528e-08, + "K": 8.429691433775588e-07, + "L": 4.1779618186410517e-05, + "G": 0.009474441409111023, + "F": 0.004483932163566351, + "E": 2.6445562980370596e-05, + "T": 0.00910000130534172, + "P": 0.000439949071733281, + "-": 0.894708514213562 + }, + "id": "tp_10450" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1306273, + "label": "-", + "classification": { + "B": 5.094158428420315e-10, + "S": 6.415165731965544e-09, + "I": 1.0982639686574203e-08, + "C": 3.318491792470013e-08, + "R": 6.107201411253982e-09, + "M": 4.205136974633206e-06, + "O": 3.313266461191233e-07, + "W": 6.632158711106229e-10, + "N": 1.5061175917541192e-10, + "Y": 0.0001335603155894205, + "U": 1.0414336060193818e-11, + "K": 1.5661093533125836e-09, + "L": 2.164980372754144e-08, + "G": 1.0483623555046506e-05, + "F": 0.002777923597022891, + "E": 5.511278189374025e-08, + "T": 1.9854542188113555e-05, + "P": 0.00020902580581605434, + "-": 0.9968446493148804 + }, + "id": "tp_10451" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1306406, + "label": "-", + "classification": { + "B": 1.7556894817971624e-06, + "S": 2.433185500194668e-06, + "I": 3.9882590499473736e-05, + "C": 3.5021234907617327e-06, + "R": 4.337754944572225e-06, + "M": 0.0015337526565417647, + "O": 8.444087143288925e-05, + "W": 6.709785793646006e-07, + "N": 4.2155437540714047e-07, + "Y": 0.04787345975637436, + "U": 1.2537884508390107e-08, + "K": 1.7000984087189863e-07, + "L": 1.3101395779813174e-05, + "G": 0.002528121927753091, + "F": 0.0027057670522481203, + "E": 3.9545175241073593e-05, + "T": 0.010424629785120487, + "P": 0.001276546623557806, + "-": 0.933467447757721 + }, + "id": "tp_10452" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1306507, + "label": "-", + "classification": { + "B": 1.5536404589511221e-06, + "S": 1.4298148926172871e-05, + "I": 0.00020305250654928386, + "C": 0.00021474658569786698, + "R": 9.598723408998922e-05, + "M": 0.005055177491158247, + "O": 0.0004900008207187057, + "W": 4.29735928264563e-06, + "N": 2.675058340173564e-06, + "Y": 0.2584960162639618, + "U": 4.9607749019742187e-08, + "K": 9.910084372677375e-06, + "L": 6.0823458625236526e-05, + "G": 0.024368908256292343, + "F": 0.008316622115671635, + "E": 5.779776620329358e-05, + "T": 0.049626827239990234, + "P": 0.0002888943417929113, + "-": 0.6526923775672913 + }, + "id": "tp_10453" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1306640, + "label": "-", + "classification": { + "B": 3.635893530695711e-10, + "S": 6.082725434453096e-08, + "I": 3.019625182787422e-06, + "C": 3.50107924873555e-08, + "R": 3.156958783279151e-08, + "M": 9.40495592658408e-05, + "O": 7.295366685866611e-06, + "W": 5.227168031751717e-09, + "N": 4.2813135259223145e-09, + "Y": 0.048232775181531906, + "U": 1.6750273043597552e-12, + "K": 8.702031872864779e-10, + "L": 3.9046486932647895e-08, + "G": 7.367329089902341e-05, + "F": 9.851469803834334e-05, + "E": 4.733790248678815e-08, + "T": 0.010856546461582184, + "P": 3.67494321835693e-05, + "-": 0.9405971169471741 + }, + "id": "tp_10454" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1306773, + "label": "-", + "classification": { + "B": 3.896275666193105e-05, + "S": 0.0005491761839948595, + "I": 0.0007133845938369632, + "C": 8.773947774898261e-05, + "R": 3.713996920851059e-05, + "M": 0.000654762436170131, + "O": 0.0005378694040700793, + "W": 0.00024169156677089632, + "N": 0.00044417078606784344, + "Y": 0.010935195721685886, + "U": 2.18201384996064e-05, + "K": 0.008921216242015362, + "L": 2.6033278118120506e-05, + "G": 0.0022976610343903303, + "F": 0.1471387892961502, + "E": 0.004280360881239176, + "T": 0.004430277273058891, + "P": 0.18747618794441223, + "-": 0.6311675906181335 + }, + "id": "tp_10455" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1306907, + "label": "-", + "classification": { + "B": 7.75592141621928e-08, + "S": 2.142797256965423e-06, + "I": 6.782554464734858e-06, + "C": 1.1922341400349978e-05, + "R": 3.4806619169103215e-06, + "M": 0.0004886556416749954, + "O": 8.933164644986391e-05, + "W": 7.458117465830583e-07, + "N": 4.0983147187034774e-07, + "Y": 0.09960364550352097, + "U": 6.548500852687766e-09, + "K": 1.4359257875184994e-05, + "L": 3.793986934397253e-06, + "G": 0.0045807515271008015, + "F": 0.008852120488882065, + "E": 3.429724893067032e-05, + "T": 0.010717038996517658, + "P": 0.0003262907557655126, + "-": 0.8752641677856445 + }, + "id": "tp_10456" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1307007, + "label": "-", + "classification": { + "B": 1.2323377995143714e-12, + "S": 1.0856163190631207e-10, + "I": 1.0427916308231033e-09, + "C": 2.1311459263984034e-08, + "R": 4.807759523828281e-09, + "M": 8.742044883547351e-07, + "O": 1.2677715233166964e-07, + "W": 6.034394511855723e-11, + "N": 1.0869728728213346e-11, + "Y": 5.498799146153033e-05, + "U": 3.8498219369353937e-13, + "K": 1.2339668176153396e-10, + "L": 5.120469825925511e-09, + "G": 2.061122586383135e-06, + "F": 0.0007986469427123666, + "E": 6.428857002305222e-09, + "T": 1.1282926607236732e-05, + "P": 6.269963341765106e-05, + "-": 0.9990692734718323 + }, + "id": "tp_10457" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1307140, + "label": "-", + "classification": { + "B": 1.5059026736707892e-07, + "S": 4.496275505516678e-05, + "I": 2.5151261979772244e-06, + "C": 2.461407166265417e-05, + "R": 6.4391401792818215e-06, + "M": 0.0032697829883545637, + "O": 0.00019030105613637716, + "W": 2.1735424979851814e-06, + "N": 2.2835874347038043e-07, + "Y": 0.032466448843479156, + "U": 7.376161348382482e-10, + "K": 7.51424886402674e-05, + "L": 1.6131038137245923e-05, + "G": 0.0364404022693634, + "F": 0.2811955511569977, + "E": 6.375071097863838e-05, + "T": 0.018527021631598473, + "P": 8.188305946532637e-05, + "-": 0.6275924444198608 + }, + "id": "tp_10458" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1307274, + "label": "-", + "classification": { + "B": 8.92695197762805e-07, + "S": 5.653231710311957e-06, + "I": 1.9060216800426133e-05, + "C": 1.6371160427297582e-06, + "R": 2.9880350211897166e-06, + "M": 0.0025515411980450153, + "O": 0.0001696656981948763, + "W": 9.663719993113773e-07, + "N": 3.0015280572115444e-07, + "Y": 0.034716617316007614, + "U": 7.289697734336187e-09, + "K": 7.2012291241208e-08, + "L": 1.48232602441567e-05, + "G": 0.0010651033371686935, + "F": 0.002400563331320882, + "E": 3.985659532190766e-06, + "T": 0.017647886648774147, + "P": 0.0004453488509170711, + "-": 0.9409527778625488 + }, + "id": "tp_10459" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1307407, + "label": "F", + "classification": { + "B": 4.106157192040882e-09, + "S": 6.254017353057861e-05, + "I": 2.264710474264575e-06, + "C": 3.186480898875743e-05, + "R": 5.966415756120114e-06, + "M": 0.00023269424855243415, + "O": 0.00025229400489479303, + "W": 6.187191956996685e-06, + "N": 1.1786163440774544e-06, + "Y": 0.32918524742126465, + "U": 3.846201412915917e-10, + "K": 0.008694494143128395, + "L": 4.882401754002785e-06, + "G": 0.10934814065694809, + "F": 0.47834569215774536, + "E": 8.972856448963284e-05, + "T": 0.018747305497527122, + "P": 2.1044046661700122e-05, + "-": 0.05496850609779358 + }, + "id": "tp_10460" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1307508, + "label": "-", + "classification": { + "B": 6.643659844485228e-08, + "S": 6.446522456826642e-05, + "I": 1.2586818911586306e-06, + "C": 3.487562025838997e-07, + "R": 1.287662740878659e-07, + "M": 0.0015067699132487178, + "O": 9.484037582296878e-05, + "W": 5.791717399006302e-07, + "N": 9.236942588586317e-08, + "Y": 0.23621073365211487, + "U": 1.7290713999473795e-11, + "K": 9.294653864344582e-06, + "L": 9.099302928916586e-07, + "G": 0.008705749176442623, + "F": 0.05047464370727539, + "E": 1.018744569591945e-05, + "T": 0.06537336111068726, + "P": 3.3235068258363754e-05, + "-": 0.637513279914856 + }, + "id": "tp_10461" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1307641, + "label": "-", + "classification": { + "B": 3.371624401893314e-08, + "S": 1.9038709524465958e-06, + "I": 4.421331141202245e-07, + "C": 2.3316671615702944e-07, + "R": 4.255236518702077e-08, + "M": 0.00012898611021228135, + "O": 2.588070674391929e-05, + "W": 7.579545524549758e-08, + "N": 9.716298876583096e-09, + "Y": 0.006856342311948538, + "U": 2.494121749407885e-11, + "K": 5.482758425046086e-08, + "L": 3.993540076407953e-07, + "G": 0.000515581457875669, + "F": 0.0016548479907214642, + "E": 2.156446953449631e-06, + "T": 0.0010687527246773243, + "P": 0.00010251170169794932, + "-": 0.9896417260169983 + }, + "id": "tp_10462" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1307774, + "label": "-", + "classification": { + "B": 8.480939186483738e-07, + "S": 5.6599154049763456e-05, + "I": 0.00017922450206242502, + "C": 1.5023672403913224e-06, + "R": 4.3524210013856646e-06, + "M": 0.0019887613598257303, + "O": 0.00055328180314973, + "W": 2.0380505247885594e-06, + "N": 9.350187610834837e-07, + "Y": 0.2639763355255127, + "U": 8.339092610887278e-11, + "K": 3.379510715717515e-08, + "L": 9.307266736868769e-06, + "G": 0.0014189701760187745, + "F": 0.001408414333127439, + "E": 1.8610909364724648e-06, + "T": 0.08194539695978165, + "P": 0.00021992734400555491, + "-": 0.6482322216033936 + }, + "id": "tp_10463" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1307908, + "label": "-", + "classification": { + "B": 9.340826778725386e-08, + "S": 1.3102971934131347e-06, + "I": 1.8038963389699347e-05, + "C": 0.0001375639985781163, + "R": 5.0596543587744236e-05, + "M": 0.00196438143029809, + "O": 0.00015571239055134356, + "W": 4.153187376232381e-07, + "N": 1.2957129058577266e-07, + "Y": 0.17733106017112732, + "U": 4.6940034081899285e-09, + "K": 5.736940167366811e-08, + "L": 9.052779932972044e-05, + "G": 0.012601534835994244, + "F": 0.008515662513673306, + "E": 4.138315489399247e-06, + "T": 0.01358178723603487, + "P": 0.00018955844279844314, + "-": 0.7853574752807617 + }, + "id": "tp_10464" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1308008, + "label": "-", + "classification": { + "B": 7.567671787001018e-07, + "S": 9.924036703523598e-07, + "I": 4.8163368774112314e-05, + "C": 6.803404539823532e-05, + "R": 3.393159568076953e-05, + "M": 0.00116780458483845, + "O": 0.0001677233085501939, + "W": 6.246530688258645e-07, + "N": 1.775114100155406e-07, + "Y": 0.122270368039608, + "U": 3.5629117434154978e-09, + "K": 2.9307837934311465e-08, + "L": 1.3135100743966177e-05, + "G": 0.0021642339415848255, + "F": 0.00023818791669327766, + "E": 1.1886207857969566e-06, + "T": 0.023768702521920204, + "P": 9.339910320704803e-05, + "-": 0.8499626517295837 + }, + "id": "tp_10465" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1308141, + "label": "Y", + "classification": { + "B": 1.7224562887108164e-09, + "S": 8.648018479107122e-07, + "I": 1.646384407649748e-05, + "C": 5.392850198404631e-06, + "R": 1.9457281723589404e-06, + "M": 0.00037380808498710394, + "O": 3.2657037081662565e-05, + "W": 1.8221989250832848e-07, + "N": 1.490461301045798e-07, + "Y": 0.8557952642440796, + "U": 4.4996485704107414e-11, + "K": 4.438657015271019e-06, + "L": 1.0761616522358963e-06, + "G": 0.02035202831029892, + "F": 0.005041952710598707, + "E": 1.9901923224097118e-05, + "T": 0.02618815004825592, + "P": 5.636275545839453e-06, + "-": 0.09216020256280899 + }, + "id": "tp_10466" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1308275, + "label": "-", + "classification": { + "B": 1.080322142854584e-08, + "S": 2.7982595796061105e-08, + "I": 7.72044245422876e-07, + "C": 1.4505810952414322e-07, + "R": 4.007717890885942e-08, + "M": 2.5895831640809774e-05, + "O": 2.232318593087257e-06, + "W": 2.309300839442585e-08, + "N": 2.0017836277475e-08, + "Y": 0.000606858404353261, + "U": 2.0819375112779426e-09, + "K": 9.953652124750079e-08, + "L": 1.1341785466356669e-07, + "G": 2.6595955205266364e-05, + "F": 0.0006277086213231087, + "E": 2.0273223526601214e-06, + "T": 0.0003751441545318812, + "P": 0.0023481585085392, + "-": 0.9959840774536133 + }, + "id": "tp_10467" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1308375, + "label": "-", + "classification": { + "B": 8.383851309190504e-06, + "S": 2.6032168989331694e-06, + "I": 1.1908539818250574e-05, + "C": 1.3860751550964778e-06, + "R": 1.4610245671065059e-06, + "M": 0.001231374335475266, + "O": 0.0002149917563656345, + "W": 8.282862609121366e-07, + "N": 3.3447999925328986e-08, + "Y": 0.001996915554627776, + "U": 1.6260626178876691e-09, + "K": 1.9437780551800898e-10, + "L": 3.842283695121296e-05, + "G": 0.0003016949340235442, + "F": 0.00011116129462607205, + "E": 1.5763761211928795e-06, + "T": 0.0023274868726730347, + "P": 0.0005412931204773486, + "-": 0.9932083487510681 + }, + "id": "tp_10468" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1308509, + "label": "-", + "classification": { + "B": 0.00012537903967313468, + "S": 2.4694038074812852e-05, + "I": 0.0003059237787965685, + "C": 9.704872354632244e-05, + "R": 3.1185954867396504e-05, + "M": 0.006262120325118303, + "O": 0.00032738022855482996, + "W": 3.885630576405674e-06, + "N": 2.5742895104485797e-06, + "Y": 0.020592182874679565, + "U": 1.0197925348620629e-07, + "K": 2.0750465523633466e-07, + "L": 0.00034158251946792006, + "G": 0.02440010756254196, + "F": 0.033911146223545074, + "E": 0.0004530248697847128, + "T": 0.004420056473463774, + "P": 0.006561228074133396, + "-": 0.9021401405334473 + }, + "id": "tp_10469" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1308642, + "label": "-", + "classification": { + "B": 1.723267015196761e-11, + "S": 5.819400072937242e-09, + "I": 1.9613477775237698e-07, + "C": 7.244363775527063e-09, + "R": 3.2811358074980035e-09, + "M": 3.247734809974645e-07, + "O": 1.5874270786753186e-07, + "W": 2.1639960934294322e-09, + "N": 5.186979734617125e-09, + "Y": 0.0006613393779844046, + "U": 6.406289561333711e-12, + "K": 6.807923682572437e-07, + "L": 5.179167095192838e-10, + "G": 7.980699592735618e-06, + "F": 0.004050510935485363, + "E": 5.10727488745033e-07, + "T": 5.680177855538204e-05, + "P": 0.0015678995987400413, + "-": 0.993653416633606 + }, + "id": "tp_10470" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1308775, + "label": "-", + "classification": { + "B": 1.8122282341437312e-08, + "S": 3.9903369497551466e-07, + "I": 4.6536410991393495e-07, + "C": 2.5213138243884714e-08, + "R": 2.349289296432744e-08, + "M": 0.0002613182587083429, + "O": 3.2729753002058715e-05, + "W": 2.27084182569115e-08, + "N": 2.5987589857834337e-09, + "Y": 0.004910008050501347, + "U": 9.490941019207888e-12, + "K": 4.0080119778629353e-10, + "L": 1.4447613239099155e-06, + "G": 0.0004098380741197616, + "F": 0.0016666451701894403, + "E": 7.875658525335894e-07, + "T": 0.0008393519674427807, + "P": 9.178033360512927e-05, + "-": 0.9917851686477661 + }, + "id": "tp_10471" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1308876, + "label": "-", + "classification": { + "B": 6.203016572614573e-11, + "S": 1.9669326167814916e-09, + "I": 2.2969319957155676e-07, + "C": 9.280205631512217e-06, + "R": 7.308105409720156e-07, + "M": 9.379744369653054e-06, + "O": 1.5171409586400841e-06, + "W": 2.7718785045038885e-09, + "N": 3.17489079471045e-09, + "Y": 0.0016184927662834525, + "U": 1.504676799823912e-10, + "K": 5.5919983310559473e-08, + "L": 1.1601606075828386e-07, + "G": 0.0001311513187829405, + "F": 0.0010595362400636077, + "E": 1.130391183323809e-06, + "T": 0.00011583836021600291, + "P": 0.0003139325708616525, + "-": 0.996738612651825 + }, + "id": "tp_10472" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1309009, + "label": "-", + "classification": { + "B": 1.6909675881748853e-09, + "S": 6.637463343395211e-07, + "I": 2.86498135437796e-07, + "C": 4.676024036598392e-05, + "R": 5.529808277060511e-06, + "M": 0.0003272702742833644, + "O": 2.6132664061151445e-05, + "W": 1.056126919252165e-07, + "N": 8.401179307782058e-09, + "Y": 0.04338966682553291, + "U": 1.2938930482597755e-10, + "K": 4.7292618887695426e-07, + "L": 7.290108896995662e-06, + "G": 0.004261640831828117, + "F": 0.07892601937055588, + "E": 3.889555955538526e-06, + "T": 0.0035287763457745314, + "P": 4.6397584810620174e-05, + "-": 0.8694290518760681 + }, + "id": "tp_10473" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1309142, + "label": "-", + "classification": { + "B": 6.052948142709624e-10, + "S": 2.345379535029224e-08, + "I": 1.2383303271690238e-08, + "C": 6.14279144883767e-07, + "R": 8.736609657944427e-08, + "M": 0.00012171965499874204, + "O": 2.0957249944331124e-06, + "W": 1.2166827545456727e-09, + "N": 9.9069440151478e-11, + "Y": 0.005364960990846157, + "U": 2.2914333191320635e-12, + "K": 3.7939207331305624e-09, + "L": 8.977398238130263e-07, + "G": 0.0016391905955970287, + "F": 0.012530799955129623, + "E": 3.5778856499746325e-07, + "T": 0.00035787749220617115, + "P": 2.6069719751831144e-05, + "-": 0.97995525598526 + }, + "id": "tp_10474" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1309276, + "label": "-", + "classification": { + "B": 2.860039316487928e-08, + "S": 5.226377197686816e-07, + "I": 3.175903839292005e-05, + "C": 6.631229553022422e-06, + "R": 2.134501073669526e-06, + "M": 0.000267599563812837, + "O": 1.752056778059341e-05, + "W": 1.1446487491184598e-07, + "N": 3.352782300680701e-07, + "Y": 0.017495514824986458, + "U": 1.3363328221771553e-08, + "K": 1.6582967532485782e-07, + "L": 1.5161464261836954e-06, + "G": 0.00028639647644013166, + "F": 0.0018605256918817759, + "E": 3.679595693029114e-06, + "T": 0.004795339424163103, + "P": 0.001415273523889482, + "-": 0.9738149046897888 + }, + "id": "tp_10475" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1309376, + "label": "-", + "classification": { + "B": 3.3813108757385635e-07, + "S": 4.816043315258867e-07, + "I": 9.469303768128157e-05, + "C": 2.718827317949035e-06, + "R": 1.7777479115466122e-06, + "M": 3.129770630039275e-05, + "O": 1.0571274287940469e-05, + "W": 5.140036023476569e-07, + "N": 2.5962783638533438e-06, + "Y": 0.0021186096128076315, + "U": 1.197359154048172e-07, + "K": 1.0950293471978512e-05, + "L": 5.721506113331998e-07, + "G": 0.00036787736462429166, + "F": 0.0011306781088933349, + "E": 0.00013058868353255093, + "T": 0.0005755387246608734, + "P": 0.036718036979436874, + "-": 0.9588019251823425 + }, + "id": "tp_10476" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1309510, + "label": "-", + "classification": { + "B": 2.656715381021968e-08, + "S": 5.062399832667097e-09, + "I": 4.884669806415332e-07, + "C": 5.414377923784741e-08, + "R": 4.816131937701584e-09, + "M": 4.1581192817830015e-06, + "O": 2.79915639112005e-07, + "W": 1.7871920610090797e-09, + "N": 5.105881939471146e-09, + "Y": 0.00016165050328709185, + "U": 2.586438285767656e-10, + "K": 7.154012937604648e-09, + "L": 3.0251886329324407e-08, + "G": 2.1910884242970496e-05, + "F": 0.001305992598645389, + "E": 4.474316938285483e-06, + "T": 2.0593815861502662e-05, + "P": 0.006618025712668896, + "-": 0.9918621778488159 + }, + "id": "tp_10477" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1309643, + "label": "-", + "classification": { + "B": 2.8303157595388484e-09, + "S": 6.075082659151576e-09, + "I": 8.158931450452656e-06, + "C": 3.248871678351861e-07, + "R": 1.3991858338613383e-08, + "M": 4.455781436263351e-06, + "O": 6.007129513818654e-07, + "W": 3.781455149010071e-09, + "N": 1.9103485726645886e-07, + "Y": 5.766212416347116e-05, + "U": 4.45358638856419e-09, + "K": 2.1815626638499452e-08, + "L": 2.358894590770433e-08, + "G": 9.30372789298417e-06, + "F": 0.00013083955855108798, + "E": 1.540462108096108e-05, + "T": 7.321921293623745e-05, + "P": 0.09351640194654465, + "-": 0.9061833620071411 + }, + "id": "tp_10478" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1309776, + "label": "-", + "classification": { + "B": 1.4952884157537483e-05, + "S": 2.1484758860879083e-08, + "I": 2.699851211218629e-05, + "C": 2.5946539494725585e-07, + "R": 3.754731281446766e-08, + "M": 2.0915544155286625e-05, + "O": 6.099659003666602e-06, + "W": 2.6025979593669035e-08, + "N": 1.1436903690764666e-07, + "Y": 2.4079086870187894e-05, + "U": 2.732626791512871e-09, + "K": 7.203021512580676e-11, + "L": 9.628666930439067e-07, + "G": 3.846495383186266e-05, + "F": 2.253487764392048e-05, + "E": 1.1279689715593122e-05, + "T": 2.4883891455829144e-05, + "P": 0.19568797945976257, + "-": 0.8041203618049622 + }, + "id": "tp_10479" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1309877, + "label": "-", + "classification": { + "B": 2.996424655066221e-07, + "S": 2.6897689053839713e-07, + "I": 0.00027432217029854655, + "C": 4.108926987100858e-06, + "R": 5.021834681429027e-07, + "M": 1.7943257262231782e-05, + "O": 4.755369445774704e-06, + "W": 1.7421196218947443e-07, + "N": 1.0913286132563371e-05, + "Y": 0.00044706082553602755, + "U": 1.0193830490834443e-07, + "K": 2.2779115624871338e-06, + "L": 1.5827302490833972e-07, + "G": 5.435452840174548e-05, + "F": 0.0006466824561357498, + "E": 0.00046739421668462455, + "T": 0.0001944310060935095, + "P": 0.3424379229545593, + "-": 0.6554363965988159 + }, + "id": "tp_10480" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1310010, + "label": "-", + "classification": { + "B": 1.5507055195485009e-06, + "S": 5.912435767641e-07, + "I": 0.00022839591838419437, + "C": 0.00010044327791547403, + "R": 1.7931148249772377e-05, + "M": 0.00010608155571389943, + "O": 3.720592940226197e-05, + "W": 1.0053095138573553e-06, + "N": 8.515835361322388e-06, + "Y": 0.0015695206820964813, + "U": 1.0819115914273425e-06, + "K": 1.5766224805702223e-06, + "L": 4.6138602556311525e-06, + "G": 0.00032342420308850706, + "F": 0.0016511938301846385, + "E": 0.00010376499994890764, + "T": 0.0006661508232355118, + "P": 0.05456789955496788, + "-": 0.9406089186668396 + }, + "id": "tp_10481" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1310143, + "label": "-", + "classification": { + "B": 6.250799060580903e-07, + "S": 2.197971937789589e-08, + "I": 1.907949354063021e-06, + "C": 1.4079044596826407e-08, + "R": 3.843846130280326e-09, + "M": 2.7387745831219945e-06, + "O": 3.82909684049082e-06, + "W": 8.819283969785374e-09, + "N": 2.649470687288158e-08, + "Y": 7.874994480516762e-06, + "U": 2.373418961365559e-10, + "K": 6.527528084027123e-12, + "L": 1.8847724447823566e-07, + "G": 5.245201919024112e-06, + "F": 2.3937698642839678e-05, + "E": 1.5387063285743352e-06, + "T": 2.402029713266529e-05, + "P": 0.12118969857692719, + "-": 0.8787384033203125 + }, + "id": "tp_10482" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1310277, + "label": "-", + "classification": { + "B": 8.996775591185724e-07, + "S": 1.6102956124086631e-07, + "I": 0.0001251453795703128, + "C": 2.9132795589248417e-06, + "R": 2.1132586880412418e-07, + "M": 3.418436972424388e-05, + "O": 4.625985638995189e-06, + "W": 1.7367034388371394e-07, + "N": 1.5610892205586424e-06, + "Y": 9.317903459304944e-05, + "U": 8.405665141708596e-08, + "K": 8.26069346260283e-09, + "L": 1.3758366321781068e-06, + "G": 2.5701207050587982e-05, + "F": 0.000263475434621796, + "E": 4.2331066651968285e-05, + "T": 0.00019402832549531013, + "P": 0.3823411464691162, + "-": 0.6168687343597412 + }, + "id": "tp_10483" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1310377, + "label": "-", + "classification": { + "B": 0.0018660413334146142, + "S": 0.0006366751622408628, + "I": 0.007646746467798948, + "C": 0.0031334992963820696, + "R": 0.0011432725004851818, + "M": 0.009349411353468895, + "O": 0.005673636216670275, + "W": 0.0005387866985984147, + "N": 0.00046248279977589846, + "Y": 0.043434206396341324, + "U": 0.00010505806130822748, + "K": 3.4524284274084494e-05, + "L": 0.002681067679077387, + "G": 0.01594657637178898, + "F": 0.011741358786821365, + "E": 0.003132840385660529, + "T": 0.018098652362823486, + "P": 0.05333365127444267, + "-": 0.821041464805603 + }, + "id": "tp_10484" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1310511, + "label": "-", + "classification": { + "B": 1.5955579968363054e-08, + "S": 1.1917348219370183e-09, + "I": 1.2867566510976758e-05, + "C": 3.955227327878674e-07, + "R": 4.0170053949850626e-08, + "M": 4.184277258900693e-06, + "O": 6.510876460197323e-07, + "W": 2.571480139934579e-09, + "N": 6.564642518469554e-08, + "Y": 4.7920828365022317e-05, + "U": 1.0161534946817596e-09, + "K": 4.578345758066149e-10, + "L": 3.044579344191334e-08, + "G": 1.4830208783678245e-05, + "F": 2.3863914975663647e-05, + "E": 4.359632384876022e-06, + "T": 3.7670924939448014e-05, + "P": 0.07321067899465561, + "-": 0.9266424775123596 + }, + "id": "tp_10485" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1310644, + "label": "-", + "classification": { + "B": 1.5304711098451662e-07, + "S": 7.30151370476051e-08, + "I": 1.741692904033698e-05, + "C": 8.339692385561648e-07, + "R": 6.798092044846271e-08, + "M": 1.891383362817578e-05, + "O": 2.619298811623594e-06, + "W": 3.964414574397779e-08, + "N": 4.872764520769124e-07, + "Y": 0.00020963707356713712, + "U": 2.3343183386259625e-08, + "K": 1.9928295102999982e-07, + "L": 2.0591340899045463e-07, + "G": 5.436547507997602e-05, + "F": 0.0012888252967968583, + "E": 4.464873927645385e-05, + "T": 0.00011506120063131675, + "P": 0.09808190912008286, + "-": 0.9001644253730774 + }, + "id": "tp_10486" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1310777, + "label": "-", + "classification": { + "B": 7.525889356152504e-10, + "S": 1.3150003308481928e-09, + "I": 1.046949478222814e-06, + "C": 3.2662320847975934e-08, + "R": 2.6862305713137857e-09, + "M": 6.925697562110145e-07, + "O": 7.376631572242331e-08, + "W": 6.059772683641995e-10, + "N": 1.4640630929818599e-08, + "Y": 7.43154960218817e-05, + "U": 4.0324771299893314e-10, + "K": 7.857098971442156e-09, + "L": 1.470928268076932e-09, + "G": 3.889633717335528e-06, + "F": 3.461024971329607e-05, + "E": 2.3443255940946983e-06, + "T": 1.78805275936611e-05, + "P": 0.06040571630001068, + "-": 0.9394593238830566 + }, + "id": "tp_10487" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1310878, + "label": "-", + "classification": { + "B": 2.072314657652896e-07, + "S": 6.376047849698807e-07, + "I": 3.2347991236747475e-06, + "C": 2.9043683298368705e-06, + "R": 4.4890029471389425e-07, + "M": 0.0001296851842198521, + "O": 1.0184917300648522e-05, + "W": 2.0197411743083649e-07, + "N": 2.2687932244025433e-07, + "Y": 0.0032979976385831833, + "U": 1.2791601555761645e-08, + "K": 1.769905452420062e-06, + "L": 8.435314953203488e-07, + "G": 0.00030503483139909804, + "F": 0.010352162644267082, + "E": 7.209611794678494e-05, + "T": 0.000602198124397546, + "P": 0.007863606326282024, + "-": 0.977356493473053 + }, + "id": "tp_10488" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1311011, + "label": "-", + "classification": { + "B": 6.840334663138492e-07, + "S": 3.238425847484905e-07, + "I": 0.00012075953418388963, + "C": 2.4457909603370354e-05, + "R": 1.1113176697108429e-05, + "M": 0.00041250453796237707, + "O": 3.378292603883892e-05, + "W": 3.837848510102049e-07, + "N": 8.15295493339363e-07, + "Y": 0.0065406933426856995, + "U": 2.0998010086259455e-07, + "K": 1.8763243758712633e-07, + "L": 1.2678411621891428e-05, + "G": 0.0008054440259002149, + "F": 0.0006320224492810667, + "E": 9.793875506147742e-06, + "T": 0.00474585872143507, + "P": 0.006530511658638716, + "-": 0.980117917060852 + }, + "id": "tp_10489" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1311144, + "label": "-", + "classification": { + "B": 1.6023371927076369e-06, + "S": 3.851296241919044e-06, + "I": 0.00017908414884004742, + "C": 5.0411461415933445e-05, + "R": 6.061603926355019e-06, + "M": 9.883516759146005e-05, + "O": 7.333369285333902e-05, + "W": 2.958094455607352e-06, + "N": 3.2058145734481514e-05, + "Y": 0.0013962339144200087, + "U": 1.6368007891287562e-06, + "K": 1.4287769772636238e-05, + "L": 3.6387434647622285e-06, + "G": 0.00029936543432995677, + "F": 0.0035871013533324003, + "E": 0.00017704485799185932, + "T": 0.000768297933973372, + "P": 0.11418215930461884, + "-": 0.8791220188140869 + }, + "id": "tp_10490" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1311278, + "label": "-", + "classification": { + "B": 3.309438761789352e-05, + "S": 1.7819105551097891e-06, + "I": 0.0007181575638242066, + "C": 0.00022014426940586418, + "R": 2.870908792829141e-05, + "M": 0.0009490159573033452, + "O": 7.270659261848778e-05, + "W": 3.0117423648334807e-06, + "N": 1.8906797777162865e-05, + "Y": 0.006429007276892662, + "U": 3.788224830714171e-06, + "K": 6.102255156292813e-06, + "L": 3.605022357078269e-05, + "G": 0.002311266493052244, + "F": 0.0034213776234537363, + "E": 0.002075222786515951, + "T": 0.0016858495073392987, + "P": 0.09101128578186035, + "-": 0.8909745216369629 + }, + "id": "tp_10491" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1311378, + "label": "-", + "classification": { + "B": 9.296852732099126e-10, + "S": 6.243162875563257e-09, + "I": 3.1209387998387683e-06, + "C": 1.4031344974796411e-08, + "R": 1.3161425282959271e-09, + "M": 1.363437718282512e-07, + "O": 1.0388941262817752e-07, + "W": 1.8188331951662917e-09, + "N": 1.271307468186933e-07, + "Y": 5.982754828437464e-06, + "U": 3.0149666097045724e-10, + "K": 1.577426900212231e-08, + "L": 1.183803832738306e-09, + "G": 4.389682430883113e-07, + "F": 0.0004589176387526095, + "E": 3.3930268727999646e-06, + "T": 6.592394129256718e-06, + "P": 0.2121095210313797, + "-": 0.787411630153656 + }, + "id": "tp_10492" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1311512, + "label": "-", + "classification": { + "B": 2.6677557940502084e-08, + "S": 4.5391914227366215e-08, + "I": 4.591791821439983e-06, + "C": 3.676301787436387e-07, + "R": 2.862417325388833e-08, + "M": 3.2525392725801794e-06, + "O": 8.849386858855723e-07, + "W": 1.765129731268189e-08, + "N": 1.3255807118639495e-07, + "Y": 6.112541450420395e-05, + "U": 2.2877082450634134e-09, + "K": 2.836559360730462e-07, + "L": 3.345196475379453e-08, + "G": 2.901299376389943e-05, + "F": 0.004250828176736832, + "E": 2.9259150323923677e-05, + "T": 1.9160732335876673e-05, + "P": 0.04712958261370659, + "-": 0.9484713673591614 + }, + "id": "tp_10493" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1311645, + "label": "-", + "classification": { + "B": 9.755930818755587e-08, + "S": 3.7230321936476685e-08, + "I": 2.639217200339772e-06, + "C": 6.490442956419429e-07, + "R": 2.296958570013885e-07, + "M": 3.364270378369838e-05, + "O": 8.31061970529845e-06, + "W": 2.3508833990604217e-08, + "N": 2.7303721950033832e-08, + "Y": 0.00016589283768553287, + "U": 2.6203184066986296e-09, + "K": 8.653494032451192e-10, + "L": 9.29431166696304e-07, + "G": 8.51481527206488e-05, + "F": 0.0003682577225845307, + "E": 1.7746127696227632e-06, + "T": 0.00014659551379736513, + "P": 0.009740402922034264, + "-": 0.9894452691078186 + }, + "id": "tp_10494" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1311778, + "label": "-", + "classification": { + "B": 2.910762987085036e-06, + "S": 2.3575673822051613e-06, + "I": 0.001272800611332059, + "C": 1.3469530131260399e-05, + "R": 2.7076857804786414e-06, + "M": 0.0003672572784125805, + "O": 3.0438524845521897e-05, + "W": 2.204362317570485e-06, + "N": 4.1986819269368425e-05, + "Y": 0.005864514037966728, + "U": 4.44414126832271e-07, + "K": 4.973247541784076e-06, + "L": 2.0218760710122297e-06, + "G": 0.0006395918899215758, + "F": 0.0018871037755161524, + "E": 0.0015074574621394277, + "T": 0.001842652796767652, + "P": 0.2905046343803406, + "-": 0.6960103511810303 + }, + "id": "tp_10495" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1311879, + "label": "-", + "classification": { + "B": 1.4594210284712972e-08, + "S": 2.581908020715673e-10, + "I": 2.3098243673302932e-07, + "C": 2.5791935698293855e-08, + "R": 3.880298304892449e-09, + "M": 2.0669382649884938e-07, + "O": 2.67426315758712e-07, + "W": 4.990997060083657e-10, + "N": 1.544129712982567e-09, + "Y": 3.1054337341629434e-06, + "U": 6.305347216573054e-11, + "K": 1.2260856392665165e-11, + "L": 1.2052291609165877e-08, + "G": 2.405783789072302e-06, + "F": 1.7704245692584664e-05, + "E": 1.2235044266617479e-07, + "T": 3.6636902223108336e-06, + "P": 0.035583630204200745, + "-": 0.9643886089324951 + }, + "id": "tp_10496" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1312012, + "label": "-", + "classification": { + "B": 7.883754733484238e-05, + "S": 3.087741060880944e-05, + "I": 0.0003026328340638429, + "C": 1.2345787581580225e-05, + "R": 8.025456736504566e-06, + "M": 0.010372251272201538, + "O": 0.0007712417864240706, + "W": 7.401141829177504e-06, + "N": 3.279154498159187e-06, + "Y": 0.011062911711633205, + "U": 8.57293258604841e-08, + "K": 6.940638996866255e-08, + "L": 0.00011785271635744721, + "G": 0.003466803813353181, + "F": 0.0006141687044873834, + "E": 0.00013977043272461742, + "T": 0.008712098933756351, + "P": 0.0049547674134373665, + "-": 0.9593446254730225 + }, + "id": "tp_10497" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1312145, + "label": "-", + "classification": { + "B": 3.1630306693841703e-06, + "S": 8.33405977118673e-07, + "I": 0.0001889494014903903, + "C": 7.635552719875704e-06, + "R": 2.4854011826391798e-06, + "M": 6.246508564800024e-05, + "O": 3.369851037859917e-05, + "W": 4.1690549323902815e-07, + "N": 3.3725143566698534e-06, + "Y": 0.0005172017263248563, + "U": 1.067497379381166e-07, + "K": 4.028811986245273e-07, + "L": 2.3744673853798304e-06, + "G": 0.0002797320776153356, + "F": 0.0010918468469753861, + "E": 0.00010425168875372037, + "T": 0.0002680681645870209, + "P": 0.05829166993498802, + "-": 0.9391412734985352 + }, + "id": "tp_10498" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1312279, + "label": "-", + "classification": { + "B": 3.975833635649906e-07, + "S": 1.8071978358236152e-09, + "I": 1.3723280289923423e-06, + "C": 2.5696891725601745e-08, + "R": 2.0407542322686822e-09, + "M": 2.9765085400867974e-06, + "O": 1.1051569117626059e-06, + "W": 3.4990406128088125e-09, + "N": 1.0422999352499573e-08, + "Y": 4.391763468447607e-06, + "U": 3.062809172948988e-10, + "K": 1.2424344886241556e-10, + "L": 7.446726613125065e-08, + "G": 1.088849785446655e-05, + "F": 4.9523911002324894e-05, + "E": 4.639618055080064e-06, + "T": 1.0167651453230064e-05, + "P": 0.0858067199587822, + "-": 0.9141075611114502 + }, + "id": "tp_10499" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1312379, + "label": "-", + "classification": { + "B": 0.0001248611806659028, + "S": 5.113794031785801e-06, + "I": 7.715103129157797e-05, + "C": 4.398616874823347e-05, + "R": 8.381764018849935e-06, + "M": 0.0005197213613428175, + "O": 0.00011602989980019629, + "W": 3.734188112503034e-06, + "N": 1.940040874615079e-06, + "Y": 0.0015453710220754147, + "U": 4.6716388624190586e-07, + "K": 1.7881895075788634e-07, + "L": 6.646776455454528e-05, + "G": 0.0008903344278223813, + "F": 0.004288950935006142, + "E": 0.0001988450821954757, + "T": 0.00042175911949016154, + "P": 0.04370412975549698, + "-": 0.9479826092720032 + }, + "id": "tp_10500" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1312513, + "label": "-", + "classification": { + "B": 2.7257424335402902e-06, + "S": 1.010121650324436e-06, + "I": 6.674507403658936e-06, + "C": 3.0354382829500537e-07, + "R": 4.9894488540758175e-08, + "M": 6.602767098229378e-05, + "O": 2.3963910280144773e-05, + "W": 3.259933691879269e-07, + "N": 4.5973706619406585e-07, + "Y": 4.818279194296338e-05, + "U": 9.646766940818452e-09, + "K": 1.9811785989531927e-08, + "L": 5.82768848289561e-07, + "G": 1.0692760042729788e-05, + "F": 8.774407615419477e-05, + "E": 1.3973453860671725e-05, + "T": 0.00021363262203522027, + "P": 0.045226678252220154, + "-": 0.9542969465255737 + }, + "id": "tp_10501" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1312646, + "label": "-", + "classification": { + "B": 6.43615438722378e-10, + "S": 5.607517783445815e-10, + "I": 3.716289256772143e-06, + "C": 1.0475423550815322e-07, + "R": 1.2420295902870748e-08, + "M": 2.1538556893574423e-07, + "O": 6.644052064075368e-08, + "W": 2.738318904960124e-09, + "N": 4.984020662845978e-08, + "Y": 2.7229652914684266e-05, + "U": 2.5051085650318328e-09, + "K": 3.5651629559652065e-07, + "L": 1.5519189267010347e-09, + "G": 2.1815458239871077e-06, + "F": 0.0004736696428153664, + "E": 8.841717317409348e-06, + "T": 5.535823675018037e-06, + "P": 0.1465781182050705, + "-": 0.8528998494148254 + }, + "id": "tp_10502" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1312779, + "label": "-", + "classification": { + "B": 3.326455271235318e-06, + "S": 1.0283843465686004e-07, + "I": 3.065316150241415e-06, + "C": 3.6875974274153123e-07, + "R": 6.923631445943101e-08, + "M": 2.4061009753495455e-05, + "O": 9.206684808304999e-06, + "W": 7.136969060184128e-08, + "N": 3.463577513684868e-08, + "Y": 8.193941903300583e-05, + "U": 2.8666333751203865e-09, + "K": 1.1215597200964211e-10, + "L": 2.244747292934335e-06, + "G": 2.323255830560811e-05, + "F": 8.469386375509202e-05, + "E": 2.110672312483075e-06, + "T": 8.670902025187388e-05, + "P": 0.035063229501247406, + "-": 0.964615523815155 + }, + "id": "tp_10503" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1312880, + "label": "-", + "classification": { + "B": 0.0006977871526032686, + "S": 0.00034905216307379305, + "I": 0.008149607107043266, + "C": 0.0029846946708858013, + "R": 0.0009184060036204755, + "M": 0.005982551258057356, + "O": 0.0017035146011039615, + "W": 0.0002948265173472464, + "N": 0.0012628691038116813, + "Y": 0.02581709250807762, + "U": 0.0002000698441406712, + "K": 0.0014841813826933503, + "L": 0.0005185886984691024, + "G": 0.011323045007884502, + "F": 0.03508005291223526, + "E": 0.014053541235625744, + "T": 0.007584050763398409, + "P": 0.15346093475818634, + "-": 0.7281351685523987 + }, + "id": "tp_10504" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1313013, + "label": "-", + "classification": { + "B": 2.4847844670716768e-08, + "S": 2.985311720049566e-10, + "I": 2.7737636628444307e-05, + "C": 4.865132154918683e-07, + "R": 2.650397412651273e-08, + "M": 1.6254251704594935e-06, + "O": 2.5853310603451973e-07, + "W": 7.70792984994273e-10, + "N": 9.768775299789922e-08, + "Y": 9.700605914986227e-06, + "U": 2.9901001674659256e-09, + "K": 2.542770438651587e-10, + "L": 2.9318762528873776e-08, + "G": 8.215330126404297e-06, + "F": 1.310871903115185e-05, + "E": 7.76714750827523e-06, + "T": 2.7895559469470754e-05, + "P": 0.31362417340278625, + "-": 0.6862788796424866 + }, + "id": "tp_10505" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1313146, + "label": "-", + "classification": { + "B": 6.87783322064206e-05, + "S": 6.9912853177811485e-06, + "I": 1.0801374628499616e-05, + "C": 2.5518158963677706e-06, + "R": 7.998874025361147e-07, + "M": 0.0003218981437385082, + "O": 0.00010682832362363115, + "W": 1.4568220194632886e-06, + "N": 5.85819861953496e-07, + "Y": 0.00021910866780672222, + "U": 4.145459442383981e-08, + "K": 8.05389888114405e-08, + "L": 1.4066947187529877e-05, + "G": 0.000345506559824571, + "F": 0.004771979991346598, + "E": 7.002699567237869e-05, + "T": 0.0001993728947127238, + "P": 0.04139666631817818, + "-": 0.9524625539779663 + }, + "id": "tp_10506" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1313280, + "label": "-", + "classification": { + "B": 1.9579908894229447e-06, + "S": 6.348778356368712e-07, + "I": 0.00031699679675512016, + "C": 1.395023355144076e-05, + "R": 2.7111366307508433e-06, + "M": 0.0001108544020098634, + "O": 2.1594245481537655e-05, + "W": 5.494242145687167e-07, + "N": 9.028568456415087e-06, + "Y": 0.0014130499912425876, + "U": 5.806153922094381e-07, + "K": 2.131387418558006e-06, + "L": 2.2080369035393232e-06, + "G": 0.00035815685987472534, + "F": 0.0008285641670227051, + "E": 9.842984582064673e-05, + "T": 0.0014584425371140242, + "P": 0.1560872495174408, + "-": 0.8392729759216309 + }, + "id": "tp_10507" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1313380, + "label": "-", + "classification": { + "B": 3.2018615456763655e-06, + "S": 5.172462920199905e-07, + "I": 2.1247798940748908e-05, + "C": 9.346949525479431e-08, + "R": 4.9854534722726385e-08, + "M": 4.140621513215592e-06, + "O": 7.082927368173841e-06, + "W": 1.4193730635270185e-07, + "N": 5.015212423131743e-07, + "Y": 1.9967923435615376e-05, + "U": 4.768678341093846e-09, + "K": 6.535949559349774e-09, + "L": 5.531020406124298e-07, + "G": 3.1147199479164556e-05, + "F": 0.0007754165562801063, + "E": 3.387209289940074e-05, + "T": 2.8803679015254602e-05, + "P": 0.33616358041763306, + "-": 0.6629096865653992 + }, + "id": "tp_10508" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1313514, + "label": "-", + "classification": { + "B": 0.00017205077165272087, + "S": 1.646625423745718e-05, + "I": 7.244778680615127e-05, + "C": 5.394441814132733e-06, + "R": 4.62105117549072e-06, + "M": 0.000577010097913444, + "O": 0.00021441878925543278, + "W": 4.0031777643889654e-06, + "N": 1.596374318069138e-06, + "Y": 0.0011769355041906238, + "U": 1.4803573833432893e-07, + "K": 4.6835506140041616e-08, + "L": 8.561440336052328e-05, + "G": 0.0014135966775938869, + "F": 0.002964296145364642, + "E": 3.4515425795689225e-05, + "T": 0.0015784479910507798, + "P": 0.02997603639960289, + "-": 0.9617024064064026 + }, + "id": "tp_10509" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1313647, + "label": "-", + "classification": { + "B": 1.0548962592338285e-07, + "S": 7.522467981857517e-09, + "I": 3.2277424907078966e-05, + "C": 1.8203758145318716e-06, + "R": 1.72716539736939e-07, + "M": 5.034844889451051e-06, + "O": 1.202331191052508e-06, + "W": 3.5039366963474095e-08, + "N": 3.4533047710283427e-07, + "Y": 0.00010232068598270416, + "U": 4.4051599701333544e-08, + "K": 9.765336983491579e-08, + "L": 1.5717100154688524e-07, + "G": 2.3657363271922804e-05, + "F": 0.0001563018886372447, + "E": 2.14850024349289e-05, + "T": 5.247199078439735e-05, + "P": 0.10070481896400452, + "-": 0.8988975286483765 + }, + "id": "tp_10510" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1313780, + "label": "-", + "classification": { + "B": 6.663166232101503e-07, + "S": 1.1565184365736059e-07, + "I": 4.146807441429701e-06, + "C": 7.144158189476002e-07, + "R": 3.377433586138068e-07, + "M": 5.040747782913968e-05, + "O": 9.97389270196436e-06, + "W": 4.148646581825233e-08, + "N": 3.7256238982763534e-08, + "Y": 0.00015618525503668934, + "U": 2.7946549518986785e-09, + "K": 7.627814491151241e-10, + "L": 2.0887441678496543e-06, + "G": 9.043982572620735e-05, + "F": 0.0011476300423964858, + "E": 6.551095339091262e-06, + "T": 0.00011763010843424127, + "P": 0.011710081249475479, + "-": 0.9867029190063477 + }, + "id": "tp_10511" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1313881, + "label": "-", + "classification": { + "B": 1.7246397874259856e-06, + "S": 1.0367544689415809e-07, + "I": 4.234542757330928e-06, + "C": 4.051771327340248e-07, + "R": 5.938688474316223e-08, + "M": 2.1249563360470347e-05, + "O": 5.475742455018917e-06, + "W": 4.4036308821659986e-08, + "N": 9.206708995179724e-08, + "Y": 7.370711682597175e-05, + "U": 5.495970345492651e-09, + "K": 6.671263985680298e-09, + "L": 5.60276021133177e-07, + "G": 5.5307100410573184e-05, + "F": 0.000770090613514185, + "E": 1.2395624253258575e-05, + "T": 7.418332825182006e-05, + "P": 0.06748739629983902, + "-": 0.9314930438995361 + }, + "id": "tp_10512" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1314014, + "label": "-", + "classification": { + "B": 4.988079922441102e-07, + "S": 2.3354103007022786e-07, + "I": 0.00015738370711915195, + "C": 2.4719915927562397e-06, + "R": 2.9327267725420825e-07, + "M": 5.930839688517153e-05, + "O": 8.101569619611837e-06, + "W": 3.294794339581131e-07, + "N": 4.846173851547064e-06, + "Y": 0.0001684403687249869, + "U": 8.908794768558437e-08, + "K": 1.9485830762278056e-06, + "L": 3.9512164562438556e-07, + "G": 5.75384619878605e-05, + "F": 0.0008400648948736489, + "E": 0.0005000055534765124, + "T": 0.00018759134400170296, + "P": 0.12237377464771271, + "-": 0.875636637210846 + }, + "id": "tp_10513" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1314147, + "label": "-", + "classification": { + "B": 1.907583646243438e-05, + "S": 5.105467153043719e-06, + "I": 0.00031784482416696846, + "C": 4.1167317249346524e-05, + "R": 1.2648257325054146e-05, + "M": 0.00016874977154657245, + "O": 9.816249075811356e-05, + "W": 3.7214933854556875e-06, + "N": 1.57118101924425e-05, + "Y": 0.0010372491087764502, + "U": 7.461813424924912e-07, + "K": 6.20044261268049e-07, + "L": 1.6949208657024428e-05, + "G": 0.0006637649494223297, + "F": 0.003538913791999221, + "E": 0.0003627502010203898, + "T": 0.0007795257261022925, + "P": 0.17371059954166412, + "-": 0.819206714630127 + }, + "id": "tp_10514" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1314281, + "label": "-", + "classification": { + "B": 5.458806526803528e-07, + "S": 7.865079254543161e-08, + "I": 2.2739464839105494e-05, + "C": 1.0106226909556426e-05, + "R": 1.7517344303996651e-06, + "M": 8.048473682720214e-05, + "O": 1.1974711014772765e-05, + "W": 9.577712489772239e-08, + "N": 2.01111305386803e-07, + "Y": 0.0007067691185511649, + "U": 6.724074808062142e-08, + "K": 4.911335338420031e-09, + "L": 5.1417050599411596e-06, + "G": 0.00016725563909858465, + "F": 0.00013629464956466109, + "E": 6.39218524156604e-06, + "T": 0.0009182752692140639, + "P": 0.013554105535149574, + "-": 0.9843777418136597 + }, + "id": "tp_10515" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1314381, + "label": "-", + "classification": { + "B": 1.3624049444160846e-08, + "S": 4.004713005656413e-08, + "I": 2.11848509934498e-05, + "C": 4.150213612774678e-07, + "R": 7.302189430902217e-08, + "M": 2.980523504447774e-06, + "O": 1.3003904086872353e-06, + "W": 4.295815259069968e-08, + "N": 8.091721497294202e-07, + "Y": 0.000125289530842565, + "U": 1.786783876411846e-08, + "K": 5.176746071811067e-07, + "L": 2.9023118131021874e-08, + "G": 1.2592913662956562e-05, + "F": 0.0007681892020627856, + "E": 2.4546561689930968e-05, + "T": 7.25995414541103e-05, + "P": 0.14706598222255707, + "-": 0.8519033789634705 + }, + "id": "tp_10516" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1314515, + "label": "-", + "classification": { + "B": 1.7038097155364085e-07, + "S": 2.4760939254520054e-07, + "I": 5.018135561840609e-05, + "C": 3.7385267205536366e-05, + "R": 1.2436212273314595e-05, + "M": 0.00016838626470416784, + "O": 1.4385208487510681e-05, + "W": 2.9048914029772277e-07, + "N": 5.63130583941529e-07, + "Y": 0.0034011509269475937, + "U": 1.807603950965131e-07, + "K": 3.2261661431221e-07, + "L": 5.1443166739773005e-06, + "G": 0.00039012296474538743, + "F": 0.0020550705958157778, + "E": 2.822617898345925e-05, + "T": 0.0013195034116506577, + "P": 0.015419447794556618, + "-": 0.9770968556404114 + }, + "id": "tp_10517" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1314648, + "label": "-", + "classification": { + "B": 4.797556130142766e-08, + "S": 2.3112073677111766e-07, + "I": 1.903445809148252e-05, + "C": 6.669054982921807e-06, + "R": 1.8002386923399172e-06, + "M": 5.031438922742382e-05, + "O": 6.115685664553894e-06, + "W": 1.627938814863228e-07, + "N": 6.301486337179085e-07, + "Y": 0.004025516100227833, + "U": 2.9447159377582466e-08, + "K": 3.924365501006832e-06, + "L": 2.267741194827977e-07, + "G": 6.87623760313727e-05, + "F": 0.0008536907262168825, + "E": 2.4781500542303547e-05, + "T": 0.0009516436257399619, + "P": 0.004180991090834141, + "-": 0.9898053407669067 + }, + "id": "tp_10518" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1314781, + "label": "-", + "classification": { + "B": 3.82784019166138e-05, + "S": 1.572037263031234e-06, + "I": 8.776774484431371e-05, + "C": 1.198289555759402e-05, + "R": 2.8376227874105098e-06, + "M": 0.0003089032834395766, + "O": 7.813851698301733e-05, + "W": 2.5747094696271233e-06, + "N": 1.920396016430459e-06, + "Y": 0.0005975664244033396, + "U": 2.612790694911382e-07, + "K": 1.86158416681792e-07, + "L": 2.2529809939442202e-05, + "G": 0.0006746836006641388, + "F": 0.0014556623063981533, + "E": 0.00012666586553677917, + "T": 0.00042064845911227167, + "P": 0.053027547895908356, + "-": 0.9431402087211609 + }, + "id": "tp_10519" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1314882, + "label": "-", + "classification": { + "B": 2.690995302145893e-07, + "S": 1.068705657303326e-07, + "I": 0.0001302053133258596, + "C": 6.013764050294412e-06, + "R": 1.1003154440913931e-06, + "M": 8.228177648561541e-06, + "O": 7.722936970822047e-06, + "W": 2.797674767407443e-07, + "N": 3.322243628645083e-06, + "Y": 0.00012238869385328144, + "U": 9.643834886219338e-08, + "K": 2.613297489517663e-08, + "L": 6.332986117740802e-07, + "G": 2.5088314941967838e-05, + "F": 0.0002547242911532521, + "E": 2.0916939320159145e-05, + "T": 0.00018164783250540495, + "P": 0.32142549753189087, + "-": 0.6778117418289185 + }, + "id": "tp_10520" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1315015, + "label": "-", + "classification": { + "B": 9.41244070418179e-05, + "S": 1.3308977031556424e-05, + "I": 0.0006081323954276741, + "C": 0.00015711350715719163, + "R": 2.494933687557932e-05, + "M": 0.0017510763136669993, + "O": 0.0002630852395668626, + "W": 1.0797588402056135e-05, + "N": 2.6406845790916122e-05, + "Y": 0.0020756633020937443, + "U": 3.3486105621705065e-06, + "K": 4.529555098997662e-06, + "L": 8.288764365715906e-05, + "G": 0.002109305700287223, + "F": 0.004325480200350285, + "E": 0.0012668675044551492, + "T": 0.0013796729035675526, + "P": 0.08184603601694107, + "-": 0.9039573073387146 + }, + "id": "tp_10521" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1315148, + "label": "-", + "classification": { + "B": 5.971915015834384e-06, + "S": 7.570996331196511e-06, + "I": 0.0013206993462517858, + "C": 3.749425377463922e-05, + "R": 2.1525966076296754e-05, + "M": 0.0007214752840809524, + "O": 0.00016974764002952725, + "W": 7.685192940698471e-06, + "N": 6.468289939220995e-05, + "Y": 0.006904468405991793, + "U": 3.312744638606091e-06, + "K": 3.2906766136875376e-05, + "L": 1.1797213119280059e-05, + "G": 0.0008044417481869459, + "F": 0.002295000711455941, + "E": 0.00030923617305234075, + "T": 0.006726117338985205, + "P": 0.07906809449195862, + "-": 0.9014877676963806 + }, + "id": "tp_10522" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1315282, + "label": "-", + "classification": { + "B": 0.00011553742660908028, + "S": 7.934964378364384e-05, + "I": 0.0009107634541578591, + "C": 0.00010863957868423313, + "R": 5.5514610721729696e-05, + "M": 0.0011185442563146353, + "O": 0.0006276795174926519, + "W": 5.8539902966003865e-05, + "N": 8.619461004855111e-05, + "Y": 0.005753309931606054, + "U": 7.873825779824983e-06, + "K": 4.37786802649498e-05, + "L": 0.0001126188799389638, + "G": 0.002226461423560977, + "F": 0.015760326758027077, + "E": 0.0015832288190722466, + "T": 0.0027417405508458614, + "P": 0.1028452217578888, + "-": 0.8657646775245667 + }, + "id": "tp_10523" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1315382, + "label": "-", + "classification": { + "B": 0.0038485126569867134, + "S": 0.000840856577269733, + "I": 0.01393658947199583, + "C": 0.0016282842261716723, + "R": 0.0005272181006148458, + "M": 0.012284360826015472, + "O": 0.003619434544816613, + "W": 0.00038354870048351586, + "N": 0.0011580715654417872, + "Y": 0.04966962710022926, + "U": 0.00012391545169521123, + "K": 0.00013802111789118499, + "L": 0.0017646681517362595, + "G": 0.01727381721138954, + "F": 0.014586374163627625, + "E": 0.011820454150438309, + "T": 0.02682243473827839, + "P": 0.15508966147899628, + "-": 0.6844841837882996 + }, + "id": "tp_10524" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1315516, + "label": "-", + "classification": { + "B": 4.825825499210623e-07, + "S": 1.1639138364216706e-07, + "I": 4.9169117119163275e-05, + "C": 4.032745891890954e-06, + "R": 8.914310569707595e-07, + "M": 3.181033753207885e-05, + "O": 4.916993475490017e-06, + "W": 1.0735840305642341e-07, + "N": 9.546237151880632e-07, + "Y": 0.0005442961701191962, + "U": 7.346034891497766e-08, + "K": 3.049769929930335e-07, + "L": 6.01723456838954e-07, + "G": 0.00013577594654634595, + "F": 0.0008876137435436249, + "E": 4.738085772260092e-05, + "T": 0.00033444230211898685, + "P": 0.1101730540394783, + "-": 0.8877840042114258 + }, + "id": "tp_10525" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1315649, + "label": "-", + "classification": { + "B": 3.173377081111539e-07, + "S": 3.611556920191106e-08, + "I": 3.6186900160828372e-06, + "C": 3.1328875138569856e-07, + "R": 1.2311544139720354e-07, + "M": 6.10453134868294e-05, + "O": 6.1616196944669355e-06, + "W": 1.1699921032004568e-08, + "N": 2.3732875220616734e-08, + "Y": 0.0002571123477537185, + "U": 1.2014068628829477e-09, + "K": 1.4916202717429883e-09, + "L": 6.424915568459255e-07, + "G": 0.00010181133984588087, + "F": 0.00019870034884661436, + "E": 3.5251207464170875e-06, + "T": 0.00016798055730760098, + "P": 0.0043469760566949844, + "-": 0.9948515295982361 + }, + "id": "tp_10526" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1315782, + "label": "-", + "classification": { + "B": 1.3395996312226544e-08, + "S": 7.980191440992712e-08, + "I": 5.233333013165975e-06, + "C": 8.699305453774286e-08, + "R": 9.663470912357752e-09, + "M": 9.052777386386879e-06, + "O": 1.343767166872567e-06, + "W": 2.919610331275635e-08, + "N": 1.0861840138431944e-07, + "Y": 7.306032784981653e-05, + "U": 2.5155739713511593e-09, + "K": 1.252000032536671e-07, + "L": 5.457422602717088e-08, + "G": 1.2090802556485869e-05, + "F": 0.001595314941368997, + "E": 1.0899757398874499e-05, + "T": 6.956821016501635e-05, + "P": 0.03831974416971207, + "-": 0.9599031209945679 + }, + "id": "tp_10527" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1315883, + "label": "-", + "classification": { + "B": 1.6027073002078396e-08, + "S": 6.695669019229911e-10, + "I": 8.256614819401875e-06, + "C": 1.1625906637391381e-07, + "R": 8.013059549227819e-09, + "M": 1.3760540014118305e-06, + "O": 3.5093506767225335e-07, + "W": 8.760007719210705e-10, + "N": 2.0107707499050775e-08, + "Y": 2.5422368707950227e-05, + "U": 3.750353638753978e-10, + "K": 1.5234395342456075e-11, + "L": 4.7025395133459824e-08, + "G": 7.613462457811693e-06, + "F": 8.873138540366199e-06, + "E": 1.2924685961479554e-06, + "T": 2.8701440896838903e-05, + "P": 0.04205917567014694, + "-": 0.9578587412834167 + }, + "id": "tp_10528" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1316016, + "label": "-", + "classification": { + "B": 1.6254846002539125e-07, + "S": 1.3143844057594833e-07, + "I": 8.652657925267704e-06, + "C": 4.2430078792676795e-06, + "R": 1.0847601288332953e-06, + "M": 6.913981633260846e-05, + "O": 7.570330581074813e-06, + "W": 5.51617915789393e-08, + "N": 1.2390542281082162e-07, + "Y": 0.0016706119058653712, + "U": 2.5382883350744123e-08, + "K": 1.0478635914523693e-07, + "L": 1.7011758473017835e-06, + "G": 0.00020924622367601842, + "F": 0.0014018609654158354, + "E": 9.897612471831962e-06, + "T": 0.0005488730384968221, + "P": 0.0039031002670526505, + "-": 0.9921633005142212 + }, + "id": "tp_10529" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1316149, + "label": "-", + "classification": { + "B": 5.729156593581308e-10, + "S": 5.994801322017906e-10, + "I": 9.91260549199069e-06, + "C": 4.883989390691568e-08, + "R": 3.991306840589459e-09, + "M": 2.470513891239534e-07, + "O": 6.684145148483367e-08, + "W": 1.1340928196545974e-09, + "N": 8.800131467978645e-08, + "Y": 1.2363972928142175e-05, + "U": 5.063200414490154e-10, + "K": 3.1509099773785465e-09, + "L": 9.122465560729154e-10, + "G": 3.7268304708959477e-07, + "F": 3.068260048166849e-05, + "E": 2.4391540591750527e-06, + "T": 8.31653960631229e-06, + "P": 0.35705041885375977, + "-": 0.6428850889205933 + }, + "id": "tp_10530" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1316283, + "label": "P", + "classification": { + "B": 8.538127076462843e-06, + "S": 2.1189584003877826e-05, + "I": 0.009188023395836353, + "C": 0.00010406360524939373, + "R": 3.0347031497512944e-05, + "M": 5.8043871831614524e-05, + "O": 4.179913958068937e-05, + "W": 1.2567877092806157e-05, + "N": 0.0005921812844462693, + "Y": 0.0006909650401212275, + "U": 6.967081844777567e-06, + "K": 4.2071329517057166e-05, + "L": 9.079225492314436e-06, + "G": 0.0002816263004206121, + "F": 0.004146359860897064, + "E": 0.0013913847506046295, + "T": 0.0004347536014392972, + "P": 0.8501958847045898, + "-": 0.1327442079782486 + }, + "id": "tp_10531" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1316383, + "label": "-", + "classification": { + "B": 1.0976598796563763e-10, + "S": 2.411414679048818e-10, + "I": 1.8360788089921698e-05, + "C": 1.673331837537262e-07, + "R": 2.7832642857106293e-08, + "M": 5.670312930305954e-07, + "O": 1.1649443365513434e-07, + "W": 1.2156344819658216e-09, + "N": 4.0971499970510195e-08, + "Y": 1.2359774700598791e-05, + "U": 1.316240672011304e-09, + "K": 2.3782091851387577e-09, + "L": 3.0960360941634235e-09, + "G": 4.676342371112696e-07, + "F": 5.64139372727368e-06, + "E": 4.020738799681567e-07, + "T": 4.529679426923394e-05, + "P": 0.045764271169900894, + "-": 0.9541522860527039 + }, + "id": "tp_10532" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1316517, + "label": "-", + "classification": { + "B": 3.928556964183372e-07, + "S": 1.9225979031034512e-07, + "I": 2.6535633423918625e-06, + "C": 4.554233896669757e-07, + "R": 8.469840651059712e-08, + "M": 0.00016608760051894933, + "O": 7.434023245878052e-06, + "W": 6.367486093949992e-08, + "N": 5.6078832244566e-08, + "Y": 0.0004647820314858109, + "U": 4.968913280833931e-09, + "K": 3.77343809532249e-08, + "L": 9.46347540775605e-07, + "G": 0.00010133423347724602, + "F": 0.0012555848807096481, + "E": 2.6702764444053173e-05, + "T": 0.0002393461618339643, + "P": 0.005812006536871195, + "-": 0.9919219017028809 + }, + "id": "tp_10533" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1316650, + "label": "-", + "classification": { + "B": 9.985493534259149e-07, + "S": 2.9473451377270976e-06, + "I": 5.921012780163437e-05, + "C": 3.630778883234598e-05, + "R": 7.296731837413972e-06, + "M": 0.0005312607972882688, + "O": 9.262106323149055e-05, + "W": 1.4874483440507902e-06, + "N": 3.5424613997747656e-06, + "Y": 0.004032421857118607, + "U": 3.0076222401476116e-07, + "K": 2.202225687142345e-06, + "L": 8.99455881153699e-06, + "G": 0.0005719427135773003, + "F": 0.002734414767473936, + "E": 0.00010536539775785059, + "T": 0.0022488939575850964, + "P": 0.013381394557654858, + "-": 0.9761784672737122 + }, + "id": "tp_10534" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1316750, + "label": "-", + "classification": { + "B": 5.381981509344769e-07, + "S": 3.228114309195007e-08, + "I": 0.0002593342214822769, + "C": 1.984719347092323e-06, + "R": 1.3887394345601933e-07, + "M": 3.63131366611924e-05, + "O": 1.9261744910181733e-06, + "W": 3.342932330951953e-08, + "N": 1.7369372926623328e-06, + "Y": 0.00012561488256324083, + "U": 1.5156583543785018e-08, + "K": 4.490098515219643e-09, + "L": 5.611290703200211e-07, + "G": 4.5831489842385054e-05, + "F": 0.00014158149133436382, + "E": 9.633717127144337e-05, + "T": 0.00010719816054916009, + "P": 0.4576829671859741, + "-": 0.5414978265762329 + }, + "id": "tp_10535" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1316884, + "label": "-", + "classification": { + "B": 2.0332251438048843e-08, + "S": 2.2491890376841184e-06, + "I": 2.398296601313632e-06, + "C": 2.1930914954282343e-05, + "R": 4.950564743921859e-06, + "M": 0.001070616883225739, + "O": 0.00010758772259578109, + "W": 2.9418850999718416e-07, + "N": 3.7222527282665396e-08, + "Y": 0.31239354610443115, + "U": 8.613774277188568e-11, + "K": 1.013058295029623e-06, + "L": 9.610502274881583e-06, + "G": 0.04114563763141632, + "F": 0.03035692125558853, + "E": 2.8177124477224424e-05, + "T": 0.010457542724907398, + "P": 4.589708987623453e-05, + "-": 0.6043516993522644 + }, + "id": "tp_10536" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1317017, + "label": "-", + "classification": { + "B": 1.208000227626016e-10, + "S": 2.188223630072983e-10, + "I": 4.254252132795955e-07, + "C": 2.390682311670389e-06, + "R": 6.477247893599269e-07, + "M": 1.152800177806057e-05, + "O": 9.180049005408364e-07, + "W": 1.0231209213173997e-09, + "N": 7.541934299304387e-10, + "Y": 0.0014971691416576505, + "U": 2.6280580489590477e-10, + "K": 3.4406227866767836e-10, + "L": 1.932429967155258e-07, + "G": 8.680189057486132e-05, + "F": 7.179801468737423e-05, + "E": 1.3037485757649847e-07, + "T": 0.0001327955542365089, + "P": 0.0003493755357339978, + "-": 0.9978458881378174 + }, + "id": "tp_10537" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1317150, + "label": "-", + "classification": { + "B": 3.452414034654794e-07, + "S": 6.568118351424346e-06, + "I": 4.911708373356305e-08, + "C": 2.953335922484257e-07, + "R": 4.684436873958475e-07, + "M": 0.00013484495866578072, + "O": 5.359298302209936e-05, + "W": 2.687137907741999e-07, + "N": 7.827127834758585e-10, + "Y": 0.00012686480476986617, + "U": 3.509250182109902e-11, + "K": 4.0753014851624414e-10, + "L": 1.0317385203961749e-05, + "G": 0.00011735370935639367, + "F": 0.004676119424402714, + "E": 7.035750826389631e-08, + "T": 0.00023552212223876268, + "P": 8.455185889033601e-05, + "-": 0.9945529103279114 + }, + "id": "tp_10538" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1317251, + "label": "-", + "classification": { + "B": 9.922900972014759e-07, + "S": 4.45622717961669e-05, + "I": 4.298018211557064e-06, + "C": 6.543069321196526e-05, + "R": 7.65910135669401e-06, + "M": 0.001685147755779326, + "O": 0.00032880762591958046, + "W": 5.839559435116826e-06, + "N": 4.442352121714066e-07, + "Y": 0.07791835069656372, + "U": 3.2722440312937806e-09, + "K": 5.0609593017725274e-05, + "L": 2.358064921281766e-05, + "G": 0.01684090867638588, + "F": 0.12209595739841461, + "E": 0.00017956439114641398, + "T": 0.008605174720287323, + "P": 0.0003096139116678387, + "-": 0.771833062171936 + }, + "id": "tp_10539" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1317384, + "label": "-", + "classification": { + "B": 4.920960972043531e-09, + "S": 5.292297799996959e-08, + "I": 3.739896214938199e-08, + "C": 2.853295882232487e-06, + "R": 1.0648544730429421e-06, + "M": 0.00019105731917079538, + "O": 2.1363241103244945e-05, + "W": 1.3338520510330909e-08, + "N": 3.235409717916582e-10, + "Y": 0.0024386271834373474, + "U": 6.032226107510752e-11, + "K": 5.556969329134631e-10, + "L": 2.187809513998218e-05, + "G": 0.000993157154880464, + "F": 0.004431381821632385, + "E": 1.421408484247877e-07, + "T": 0.0005801863735541701, + "P": 2.652675539138727e-05, + "-": 0.9912917017936707 + }, + "id": "tp_10540" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1317518, + "label": "-", + "classification": { + "B": 8.17714251866164e-08, + "S": 1.354143197573876e-08, + "I": 1.1088809515058529e-06, + "C": 1.6502757205216767e-07, + "R": 2.435693957636431e-08, + "M": 3.2035579351941124e-05, + "O": 6.634128908444836e-07, + "W": 2.5594140140583477e-09, + "N": 6.029317489719688e-09, + "Y": 0.0006034881225787103, + "U": 8.432473608266378e-10, + "K": 2.0250883192574065e-09, + "L": 1.789586718814462e-07, + "G": 7.505997928092256e-05, + "F": 0.0004279030836187303, + "E": 2.622727834022953e-06, + "T": 0.000319936138112098, + "P": 0.00517141493037343, + "-": 0.9933653473854065 + }, + "id": "tp_10541" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1317651, + "label": "-", + "classification": { + "B": 2.6072850232594647e-05, + "S": 1.2858467925980221e-05, + "I": 0.0004469136183615774, + "C": 0.00012136207078583539, + "R": 5.658303416566923e-05, + "M": 0.005188468378037214, + "O": 0.0003667554701678455, + "W": 3.7948998397041578e-06, + "N": 2.3641896405024454e-06, + "Y": 0.05779367685317993, + "U": 5.3109054931610444e-08, + "K": 3.722094277236465e-07, + "L": 0.00013106408005114645, + "G": 0.014469013549387455, + "F": 0.002605368848890066, + "E": 0.00024938074056990445, + "T": 0.011616082862019539, + "P": 0.0028603055980056524, + "-": 0.9040495753288269 + }, + "id": "tp_10542" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1317751, + "label": "-", + "classification": { + "B": 3.285118399531939e-09, + "S": 2.665461806827807e-07, + "I": 1.0753398782981094e-05, + "C": 6.819831924076425e-06, + "R": 4.634931883629179e-06, + "M": 0.00026876962510868907, + "O": 1.7057443983503617e-05, + "W": 1.1147597689387112e-07, + "N": 1.0690890661635422e-07, + "Y": 0.09104212373495102, + "U": 2.6750393011809592e-09, + "K": 1.7103385516747949e-06, + "L": 1.713363758426567e-06, + "G": 0.0015675878385081887, + "F": 0.008665979839861393, + "E": 3.4982365377800306e-06, + "T": 0.009099312126636505, + "P": 0.0002237191511085257, + "-": 0.8890858888626099 + }, + "id": "tp_10543" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1317885, + "label": "-", + "classification": { + "B": 3.2483436370966956e-05, + "S": 0.0002741914358921349, + "I": 0.0016137603670358658, + "C": 0.0015188519610092044, + "R": 0.001157300779595971, + "M": 0.011787301860749722, + "O": 0.0027686082758009434, + "W": 0.00016915134619921446, + "N": 0.00012005567259620875, + "Y": 0.11444234848022461, + "U": 2.0399373170221224e-05, + "K": 0.0010238138493150473, + "L": 0.0008556536049582064, + "G": 0.02568739466369152, + "F": 0.039241742342710495, + "E": 0.0010671309428289533, + "T": 0.05150100961327553, + "P": 0.005557672120630741, + "-": 0.7411611676216125 + }, + "id": "tp_10544" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1318018, + "label": "-", + "classification": { + "B": 1.2514759646364837e-06, + "S": 2.3109700123313814e-05, + "I": 0.00042026775190606713, + "C": 1.1323110811645165e-05, + "R": 4.96896609547548e-06, + "M": 0.000868467497639358, + "O": 0.00014836523041594774, + "W": 2.3147097181208665e-06, + "N": 1.083740426111035e-05, + "Y": 0.05730385705828667, + "U": 1.2467239685065579e-08, + "K": 1.4730767361470498e-06, + "L": 2.3033799152472056e-06, + "G": 0.0013304759049788117, + "F": 0.0038282934110611677, + "E": 0.00015886964683886617, + "T": 0.013818732462823391, + "P": 0.007559075485914946, + "-": 0.9145060777664185 + }, + "id": "tp_10545" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1318151, + "label": "Y", + "classification": { + "B": 3.6815654880228976e-07, + "S": 6.444966129492968e-05, + "I": 0.00027020249399356544, + "C": 3.5156925150658935e-05, + "R": 1.2674864592554513e-05, + "M": 0.0011076363734900951, + "O": 0.0004592353943735361, + "W": 1.3347475942282472e-05, + "N": 5.70493248233106e-05, + "Y": 0.6182685494422913, + "U": 1.2647243252672524e-08, + "K": 0.00493515282869339, + "L": 7.014025413809577e-06, + "G": 0.10307947546243668, + "F": 0.12639176845550537, + "E": 0.0015668530249968171, + "T": 0.034059617668390274, + "P": 0.0006563397473655641, + "-": 0.10901505500078201 + }, + "id": "tp_10546" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1318252, + "label": "-", + "classification": { + "B": 8.141396445893179e-10, + "S": 3.393609304680467e-08, + "I": 3.915902713202968e-09, + "C": 8.963316311394465e-09, + "R": 1.748589606442863e-09, + "M": 1.3430782928480767e-05, + "O": 2.275063479828532e-06, + "W": 3.3769811391692883e-09, + "N": 2.5994528751738244e-10, + "Y": 0.00033098558196797967, + "U": 1.070387788820737e-11, + "K": 1.4544597526366942e-08, + "L": 1.938240643539757e-07, + "G": 5.668657831847668e-05, + "F": 0.022167865186929703, + "E": 3.6040600548403745e-07, + "T": 7.290489884326234e-05, + "P": 0.00025637645740062, + "-": 0.9770987629890442 + }, + "id": "tp_10547" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1318385, + "label": "-", + "classification": { + "B": 0.000857953738886863, + "S": 0.004115311894565821, + "I": 0.0012424985179677606, + "C": 0.0006673309253528714, + "R": 0.0014536131639033556, + "M": 0.08544951677322388, + "O": 0.044491082429885864, + "W": 0.0004960558726452291, + "N": 4.440799602889456e-05, + "Y": 0.09599447250366211, + "U": 1.402906946168514e-06, + "K": 2.3695499749010196e-06, + "L": 0.026303574442863464, + "G": 0.09819567948579788, + "F": 0.020222380757331848, + "E": 0.00031242918339557946, + "T": 0.0663139671087265, + "P": 0.002491873223334551, + "-": 0.551344096660614 + }, + "id": "tp_10548" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1318519, + "label": "-", + "classification": { + "B": 5.158437677010852e-09, + "S": 1.8708370408404562e-09, + "I": 3.510672641482415e-08, + "C": 3.888343813596151e-10, + "R": 1.9892508473784432e-10, + "M": 5.08732966864045e-07, + "O": 6.694979219901143e-07, + "W": 1.3080215799377015e-09, + "N": 1.7259192686136515e-10, + "Y": 2.9598343189718435e-06, + "U": 3.4451079142239216e-12, + "K": 2.5552292486769046e-13, + "L": 1.2389587134009616e-08, + "G": 3.0109657700450043e-07, + "F": 1.3914672308601439e-05, + "E": 1.4117139457425765e-08, + "T": 3.5238181226304732e-06, + "P": 0.0042755454778671265, + "-": 0.9957024455070496 + }, + "id": "tp_10549" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1318652, + "label": "-", + "classification": { + "B": 1.3155887472748873e-06, + "S": 6.265070737754286e-07, + "I": 1.1518845894897822e-06, + "C": 1.1523355425424597e-07, + "R": 1.5454610036158556e-07, + "M": 9.30502064875327e-05, + "O": 7.697318505961448e-05, + "W": 4.137643259127799e-07, + "N": 1.3237413831745926e-08, + "Y": 8.515248919138685e-05, + "U": 1.831693907661247e-09, + "K": 1.0780831782852829e-10, + "L": 8.624695510661695e-06, + "G": 3.366688542882912e-05, + "F": 0.0001930674334289506, + "E": 3.3572266033843334e-07, + "T": 0.0001551964960526675, + "P": 0.001991968136280775, + "-": 0.9973581433296204 + }, + "id": "tp_10550" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1318752, + "label": "-", + "classification": { + "B": 9.185752247731216e-08, + "S": 7.416266356585766e-08, + "I": 1.3190806384955067e-06, + "C": 1.27317480291822e-06, + "R": 5.60138403216115e-07, + "M": 0.00012277338828425854, + "O": 1.0517635928408708e-05, + "W": 3.9757562575459815e-08, + "N": 1.208335298485963e-08, + "Y": 0.001999949337914586, + "U": 2.8283018149721784e-09, + "K": 3.3807772581440076e-08, + "L": 1.9937365323130507e-06, + "G": 0.00027507738559506834, + "F": 0.0012357369996607304, + "E": 2.2571748559130356e-06, + "T": 0.0003257693024352193, + "P": 0.0009270175942219794, + "-": 0.9950954914093018 + }, + "id": "tp_10551" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1318886, + "label": "-", + "classification": { + "B": 6.357052484418091e-08, + "S": 1.0124645122289166e-08, + "I": 1.7043566913343966e-07, + "C": 1.8148959668451425e-07, + "R": 5.050268114814571e-08, + "M": 2.3745613361825235e-05, + "O": 1.6178800024135853e-06, + "W": 3.0370836956450376e-09, + "N": 5.829827176562219e-10, + "Y": 8.775808237260208e-05, + "U": 4.073919326885722e-11, + "K": 7.329370443898142e-11, + "L": 3.292396968390676e-07, + "G": 2.1719286451116204e-05, + "F": 0.0002489115868229419, + "E": 3.682210660826968e-07, + "T": 4.7651123168179765e-05, + "P": 0.0004392702248878777, + "-": 0.9991282820701599 + }, + "id": "tp_10552" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1319019, + "label": "-", + "classification": { + "B": 2.3636448701069845e-11, + "S": 1.1670477917391509e-09, + "I": 1.1636602792464146e-09, + "C": 2.3580162128444826e-11, + "R": 1.0237203446061827e-11, + "M": 2.6472881131667236e-07, + "O": 1.9359321257184092e-08, + "W": 4.9376315536253657e-11, + "N": 1.2984304603724794e-11, + "Y": 1.5155587789195124e-05, + "U": 8.598624470865929e-14, + "K": 1.3004833321339504e-10, + "L": 1.1549212280970167e-10, + "G": 2.890485575335333e-07, + "F": 0.0003382228605914861, + "E": 1.4592989039385884e-08, + "T": 4.311859811423346e-06, + "P": 0.0003453220415394753, + "-": 0.9992964267730713 + }, + "id": "tp_10553" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1319152, + "label": "Y", + "classification": { + "B": 2.1789473976241425e-06, + "S": 0.0022975096944719553, + "I": 0.00106882955878973, + "C": 0.0007866393425501883, + "R": 0.0003595123125705868, + "M": 0.004083261825144291, + "O": 0.0024601761251688004, + "W": 0.00031097387545742095, + "N": 0.00018808117602020502, + "Y": 0.5152987241744995, + "U": 1.6698119509328535e-07, + "K": 0.0007371308747678995, + "L": 4.07932311645709e-05, + "G": 0.01429393608123064, + "F": 0.017788488417863846, + "E": 8.075989171629772e-05, + "T": 0.3267241418361664, + "P": 0.0004613524943124503, + "-": 0.11301732063293457 + }, + "id": "tp_10554" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1319253, + "label": "-", + "classification": { + "B": 1.0571007402759847e-09, + "S": 3.8359553400368895e-06, + "I": 1.6764473143027203e-10, + "C": 9.282484780825939e-10, + "R": 3.0557184560464634e-10, + "M": 8.553161023883149e-05, + "O": 9.841299288382288e-06, + "W": 5.759958732198811e-09, + "N": 7.854678713004049e-12, + "Y": 0.0025010902900248766, + "U": 1.3183322435019601e-15, + "K": 8.466803924633837e-10, + "L": 2.8810248409172345e-07, + "G": 0.001288441475480795, + "F": 0.18520702421665192, + "E": 2.8794904238793606e-08, + "T": 0.0008958239341154695, + "P": 9.594307357474463e-07, + "-": 0.8100071549415588 + }, + "id": "tp_10555" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1319386, + "label": "-", + "classification": { + "B": 1.022711426656997e-08, + "S": 9.203903061916208e-08, + "I": 8.161663345163106e-07, + "C": 9.329360182164237e-07, + "R": 5.203899036132498e-07, + "M": 0.0005564006860367954, + "O": 1.4206237210601103e-05, + "W": 1.5836741695807177e-08, + "N": 2.4578614699066748e-09, + "Y": 0.010603559203445911, + "U": 5.564666089030723e-11, + "K": 2.134033505463151e-10, + "L": 4.297071427572519e-06, + "G": 0.00041648943442851305, + "F": 0.0012274153996258974, + "E": 6.81712720052019e-07, + "T": 0.0017984143923968077, + "P": 0.00015781998808961362, + "-": 0.9852182269096375 + }, + "id": "tp_10556" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1319520, + "label": "-", + "classification": { + "B": 2.568813961545402e-08, + "S": 5.675839531704696e-08, + "I": 1.0158456689168816e-06, + "C": 2.9625423849211074e-05, + "R": 5.336608410289045e-06, + "M": 7.78443063609302e-05, + "O": 8.531576895620674e-06, + "W": 3.4777272617247945e-08, + "N": 8.195402578792255e-09, + "Y": 0.0030581613536924124, + "U": 4.149300458777816e-09, + "K": 8.047415889222975e-08, + "L": 8.415703632635996e-06, + "G": 0.0012448158813640475, + "F": 0.00309350760653615, + "E": 2.11083124668221e-06, + "T": 0.00041327247163280845, + "P": 0.0003676629567053169, + "-": 0.9916894435882568 + }, + "id": "tp_10557" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1319653, + "label": "-", + "classification": { + "B": 1.129467630534009e-10, + "S": 5.361480148735609e-09, + "I": 7.629453335766812e-08, + "C": 2.9049971317363088e-08, + "R": 6.5797567394554335e-09, + "M": 1.432407202628383e-06, + "O": 1.866450816123688e-07, + "W": 2.657965181285249e-09, + "N": 1.4577203888421764e-09, + "Y": 0.00013817244325764477, + "U": 3.906761719685292e-11, + "K": 7.073329015838681e-07, + "L": 2.003293753105595e-09, + "G": 3.7159838939260226e-06, + "F": 0.0011454462073743343, + "E": 4.6790563601462054e-07, + "T": 3.316454603918828e-05, + "P": 0.00040719128446653485, + "-": 0.9982693195343018 + }, + "id": "tp_10558" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1319753, + "label": "-", + "classification": { + "B": 2.002970767023271e-08, + "S": 1.3357934221858159e-05, + "I": 8.666700159665197e-05, + "C": 3.0858118407195434e-06, + "R": 2.8737156299030175e-06, + "M": 0.0007996136555448174, + "O": 9.769113967195153e-05, + "W": 1.440776145500422e-06, + "N": 1.5796026673342567e-06, + "Y": 0.3587181568145752, + "U": 3.119170033372143e-09, + "K": 2.0297407900216058e-05, + "L": 2.1081814338685945e-06, + "G": 0.0025550657883286476, + "F": 0.006181107833981514, + "E": 1.276094735658262e-05, + "T": 0.10436689853668213, + "P": 0.00029792767600156367, + "-": 0.5268394351005554 + }, + "id": "tp_10559" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1319887, + "label": "-", + "classification": { + "B": 1.8890765687840094e-11, + "S": 6.651991846240435e-09, + "I": 1.0435268205100101e-09, + "C": 6.715547562485824e-11, + "R": 9.229168124180731e-11, + "M": 6.0173597375978716e-06, + "O": 4.1864780087053077e-07, + "W": 1.717120473587741e-10, + "N": 5.265625175471245e-12, + "Y": 0.0002845852286554873, + "U": 1.1109698535747507e-14, + "K": 2.424364355102515e-11, + "L": 5.093764965380387e-09, + "G": 4.7960302254068665e-06, + "F": 0.0004083483654540032, + "E": 1.1253898923868633e-09, + "T": 0.0001356543361907825, + "P": 6.051860964362277e-06, + "-": 0.9991540908813477 + }, + "id": "tp_10560" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1320020, + "label": "-", + "classification": { + "B": 6.332041141421385e-11, + "S": 4.50782486893786e-08, + "I": 1.3708870483242208e-07, + "C": 4.291122763788735e-07, + "R": 2.46814494175851e-07, + "M": 0.00012505870836321265, + "O": 4.564251412375597e-06, + "W": 6.79595224539753e-09, + "N": 5.987094153780959e-10, + "Y": 0.07384247332811356, + "U": 3.318685604103422e-12, + "K": 1.1142463840485561e-08, + "L": 2.422781051336642e-07, + "G": 0.0006404614541679621, + "F": 0.0073637268505990505, + "E": 5.338247177633093e-08, + "T": 0.006042728666216135, + "P": 8.358068043889944e-06, + "-": 0.9119715690612793 + }, + "id": "tp_10561" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1320153, + "label": "-", + "classification": { + "B": 1.1709604450516053e-06, + "S": 1.1100315532530658e-05, + "I": 1.7656062482274137e-05, + "C": 2.315144200792929e-07, + "R": 1.376476319592257e-07, + "M": 0.0009966851212084293, + "O": 9.49747918639332e-05, + "W": 8.772354931352311e-07, + "N": 3.022208261427295e-07, + "Y": 0.0011150980135425925, + "U": 5.053167217994314e-09, + "K": 3.7128852881096464e-08, + "L": 5.8132573030889034e-06, + "G": 0.00012298002548050135, + "F": 0.0015815837541595101, + "E": 1.5041904589452315e-05, + "T": 0.002599705010652542, + "P": 0.003951534163206816, + "-": 0.9894850850105286 + }, + "id": "tp_10562" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1320254, + "label": "-", + "classification": { + "B": 2.496139073215886e-09, + "S": 5.496748940458929e-07, + "I": 4.3207741384776455e-08, + "C": 4.242451723257545e-06, + "R": 3.8546428982044745e-07, + "M": 6.367383321048692e-05, + "O": 8.184858415916096e-06, + "W": 5.462762331376325e-08, + "N": 3.2047884346297906e-09, + "Y": 0.002830956596881151, + "U": 9.299142011975903e-11, + "K": 3.1164970550889848e-06, + "L": 1.7941617898031836e-06, + "G": 0.0040490697138011456, + "F": 0.20539875328540802, + "E": 8.547647667001002e-06, + "T": 0.0004887290415354073, + "P": 7.966877456055954e-05, + "-": 0.7870622873306274 + }, + "id": "tp_10563" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1320387, + "label": "-", + "classification": { + "B": 1.8550854186116794e-09, + "S": 1.7527829854202537e-08, + "I": 1.2572245466913046e-08, + "C": 1.3986344526983885e-07, + "R": 3.421364525024728e-08, + "M": 3.955946158384904e-05, + "O": 1.3920308674642001e-06, + "W": 2.481848282442911e-09, + "N": 1.796576637458358e-10, + "Y": 0.0002487282908987254, + "U": 3.34304736671065e-11, + "K": 1.1665183263787071e-09, + "L": 3.1782067821950477e-07, + "G": 3.8567995943594724e-05, + "F": 0.0014048111625015736, + "E": 3.2166641972253274e-07, + "T": 0.00011641463061096147, + "P": 0.00021312327589839697, + "-": 0.9979366064071655 + }, + "id": "tp_10564" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1320521, + "label": "-", + "classification": { + "B": 1.1060533466888955e-07, + "S": 4.624586154022836e-07, + "I": 0.0001279987336602062, + "C": 2.6756833904073574e-05, + "R": 6.316320650512353e-06, + "M": 0.0001754223194438964, + "O": 1.6209582099691033e-05, + "W": 3.9227396086971567e-07, + "N": 2.0856882656516973e-06, + "Y": 0.007363630458712578, + "U": 4.3276511263456996e-08, + "K": 3.6950127650925424e-06, + "L": 1.0806598993440275e-06, + "G": 0.0004757602873723954, + "F": 0.0034896263387054205, + "E": 8.679786697030067e-05, + "T": 0.0015402312856167555, + "P": 0.006759770680218935, + "-": 0.979923665523529 + }, + "id": "tp_10565" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1320654, + "label": "-", + "classification": { + "B": 7.80449178048627e-14, + "S": 1.1102506934645984e-11, + "I": 3.096748413256023e-10, + "C": 6.535927354889282e-10, + "R": 8.767261222564215e-11, + "M": 9.862051086884094e-08, + "O": 1.5672217301698765e-08, + "W": 7.372469822131134e-12, + "N": 7.171065390804143e-12, + "Y": 4.9784859584178776e-05, + "U": 1.2822108283981615e-13, + "K": 4.778103468439099e-10, + "L": 8.531755857354995e-11, + "G": 4.1608547007854213e-07, + "F": 0.00012698322825599462, + "E": 3.281818150568938e-09, + "T": 5.3575035963149276e-06, + "P": 6.711876631015912e-05, + "-": 0.9997501969337463 + }, + "id": "tp_10566" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1320754, + "label": "-", + "classification": { + "B": 6.899113031977322e-06, + "S": 2.990127768498496e-06, + "I": 0.00026855862233787775, + "C": 1.1502432244014926e-05, + "R": 3.866739007207798e-06, + "M": 0.0004701978759840131, + "O": 6.253660103539005e-05, + "W": 8.133154665301845e-07, + "N": 5.209542450756999e-06, + "Y": 0.017441455274820328, + "U": 1.5634775252237887e-07, + "K": 5.479298579302849e-07, + "L": 8.87786882231012e-06, + "G": 0.0025780254509299994, + "F": 0.001158678438514471, + "E": 0.00039432389894500375, + "T": 0.004516875371336937, + "P": 0.030464785173535347, + "-": 0.9426037669181824 + }, + "id": "tp_10567" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1320888, + "label": "-", + "classification": { + "B": 6.417865544561252e-11, + "S": 1.5053311375190503e-10, + "I": 6.156035965432238e-07, + "C": 3.98248232613696e-07, + "R": 1.6542063008273544e-07, + "M": 7.0111677814566065e-06, + "O": 1.2896185808131122e-07, + "W": 2.333192805625828e-10, + "N": 5.190493590490064e-10, + "Y": 0.001772759365849197, + "U": 1.2847739538912606e-10, + "K": 3.341751098062673e-09, + "L": 1.9831960074156996e-08, + "G": 4.3436601117718965e-05, + "F": 9.52597547438927e-05, + "E": 1.9974176268533483e-07, + "T": 7.184942660387605e-05, + "P": 0.00021212223509792238, + "-": 0.9977960586547852 + }, + "id": "tp_10568" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1321021, + "label": "-", + "classification": { + "B": 6.238635705813067e-07, + "S": 1.1122414434794337e-05, + "I": 6.400766778824618e-06, + "C": 4.2198396840831265e-05, + "R": 4.030133277410641e-05, + "M": 0.0012911396333947778, + "O": 0.0004731089575216174, + "W": 3.1748254514241125e-06, + "N": 9.678289103476345e-08, + "Y": 0.010707049630582333, + "U": 1.0123136995332516e-08, + "K": 6.018402132212941e-08, + "L": 0.00015496063861064613, + "G": 0.0017258874140679836, + "F": 0.003556373529136181, + "E": 1.854199012996105e-06, + "T": 0.00424319738522172, + "P": 0.0002780346549116075, + "-": 0.9774643778800964 + }, + "id": "tp_10569" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1321154, + "label": "Y", + "classification": { + "B": 2.4180221203096153e-07, + "S": 3.456525882938877e-05, + "I": 1.7212929378729314e-05, + "C": 7.587583968415856e-05, + "R": 2.7942938686464913e-05, + "M": 0.0037721244152635336, + "O": 0.0004261112189851701, + "W": 9.104349373956211e-06, + "N": 1.846805275818042e-06, + "Y": 0.5563576221466064, + "U": 1.4088730182493236e-08, + "K": 0.0005482528358697891, + "L": 3.668331919470802e-05, + "G": 0.056001294404268265, + "F": 0.04979478195309639, + "E": 0.00023129823966883123, + "T": 0.07272662222385406, + "P": 6.720361125189811e-05, + "-": 0.2598711848258972 + }, + "id": "tp_10570" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1321255, + "label": "-", + "classification": { + "B": 8.263190238722018e-07, + "S": 9.495901736045198e-07, + "I": 2.846531515388051e-06, + "C": 5.090476406621747e-06, + "R": 2.572338189565926e-06, + "M": 8.778354822425172e-05, + "O": 2.5794979592319578e-05, + "W": 4.138490226068825e-07, + "N": 7.513119015811753e-08, + "Y": 0.0004663334402721375, + "U": 1.3272324572710659e-08, + "K": 1.4673984694013598e-08, + "L": 6.999165179877309e-06, + "G": 9.081001917365938e-05, + "F": 0.001608107122592628, + "E": 2.4859257337084273e-06, + "T": 0.0006251601735129952, + "P": 0.002817562548443675, + "-": 0.9942561984062195 + }, + "id": "tp_10571" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1321388, + "label": "-", + "classification": { + "B": 9.308649961958793e-10, + "S": 1.9637749204548527e-09, + "I": 1.6792197357062832e-06, + "C": 1.4359770830196794e-06, + "R": 1.594643208591151e-07, + "M": 2.2594313122681342e-05, + "O": 4.767931329752173e-07, + "W": 9.335444639546608e-10, + "N": 5.1016755264754465e-09, + "Y": 0.000605300534516573, + "U": 2.2767925045297233e-10, + "K": 2.108044627746608e-09, + "L": 5.165833272258169e-08, + "G": 3.9823200495447963e-05, + "F": 0.00031285310979001224, + "E": 8.582579198446183e-07, + "T": 0.0001034098313539289, + "P": 0.000451582542154938, + "-": 0.9984598159790039 + }, + "id": "tp_10572" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1321522, + "label": "-", + "classification": { + "B": 5.696040528135882e-09, + "S": 2.258905146268475e-10, + "I": 2.2939221355766648e-10, + "C": 5.890218091053612e-09, + "R": 9.65567292787739e-10, + "M": 8.965254892245866e-06, + "O": 1.1990590564892045e-07, + "W": 2.6475183156904336e-11, + "N": 8.622847986854143e-13, + "Y": 1.3514093552657869e-05, + "U": 2.127362820408471e-13, + "K": 5.35934090075546e-13, + "L": 3.6293165806000616e-08, + "G": 2.970660261780722e-06, + "F": 3.0300156140583567e-05, + "E": 2.9857856187476273e-09, + "T": 1.5576091755065136e-05, + "P": 5.530048383661779e-06, + "-": 0.9999229907989502 + }, + "id": "tp_10573" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1321655, + "label": "-", + "classification": { + "B": 1.2025312798868981e-06, + "S": 1.654748120927252e-05, + "I": 1.3140626720087312e-07, + "C": 3.3826999867869745e-08, + "R": 5.2564338659522036e-08, + "M": 0.0008490658947266638, + "O": 0.00017137049871962517, + "W": 3.947848767893447e-07, + "N": 1.7021184461896155e-09, + "Y": 0.00027363470871932805, + "U": 2.4268025089480005e-11, + "K": 9.452845450841352e-11, + "L": 2.7382329790270887e-05, + "G": 0.0001499417267041281, + "F": 0.005025109276175499, + "E": 5.120940045344469e-07, + "T": 0.00032020226353779435, + "P": 0.00019797215645667166, + "-": 0.9929664134979248 + }, + "id": "tp_10574" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1321755, + "label": "-", + "classification": { + "B": 7.683446240358549e-11, + "S": 5.5341207172432405e-09, + "I": 1.403008980105369e-07, + "C": 3.380002624453482e-07, + "R": 6.256694717876599e-08, + "M": 2.391752968833316e-05, + "O": 6.509982881652832e-07, + "W": 1.260241244693816e-09, + "N": 5.078624187859759e-10, + "Y": 0.004252756014466286, + "U": 5.881488872316876e-12, + "K": 2.7882187669803216e-09, + "L": 4.059406322198811e-08, + "G": 4.3019826989620924e-05, + "F": 0.0013020687038078904, + "E": 6.017211262587807e-08, + "T": 0.000833569560199976, + "P": 3.0390114261535928e-05, + "-": 0.9935130476951599 + }, + "id": "tp_10575" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1321889, + "label": "-", + "classification": { + "B": 2.4727823983994313e-06, + "S": 4.883063979832514e-07, + "I": 2.2727314785697672e-07, + "C": 4.835024469684868e-07, + "R": 4.916980742564192e-07, + "M": 8.635070116724819e-05, + "O": 6.556090374942869e-05, + "W": 1.6644507638829964e-07, + "N": 1.7628739579222952e-09, + "Y": 5.153551319381222e-05, + "U": 3.345638488472247e-10, + "K": 1.4486152555281961e-10, + "L": 1.021264324663207e-05, + "G": 5.1850234740413725e-05, + "F": 0.00035505337291397154, + "E": 1.0431016050915787e-07, + "T": 5.7600576838012785e-05, + "P": 0.00014854753680992872, + "-": 0.999168872833252 + }, + "id": "tp_10576" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1322022, + "label": "-", + "classification": { + "B": 7.04959590702714e-10, + "S": 3.9700416891719215e-06, + "I": 5.685023438672943e-07, + "C": 4.187500962871127e-06, + "R": 1.3299558077051188e-06, + "M": 0.0009614944574423134, + "O": 0.00013144176045898348, + "W": 2.9920195743216027e-07, + "N": 1.9279969620811244e-08, + "Y": 0.3540993332862854, + "U": 1.8084488767611262e-11, + "K": 3.4942993352160556e-06, + "L": 6.360537554428447e-06, + "G": 0.02109900489449501, + "F": 0.09515392035245895, + "E": 2.1638761609210633e-06, + "T": 0.03607375547289848, + "P": 1.1002544852090068e-05, + "-": 0.4924476146697998 + }, + "id": "tp_10577" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1322155, + "label": "-", + "classification": { + "B": 7.461882489678828e-08, + "S": 1.2299151421757415e-05, + "I": 2.2269759369919484e-07, + "C": 2.235484316770453e-06, + "R": 2.7126602617499884e-06, + "M": 0.009517468512058258, + "O": 0.0009407895267941058, + "W": 5.054987468611216e-07, + "N": 1.3984026159263863e-09, + "Y": 0.0529789924621582, + "U": 6.794042758939689e-12, + "K": 8.088395508920598e-10, + "L": 0.00020979094551876187, + "G": 0.008406340144574642, + "F": 0.008260384202003479, + "E": 2.4548748456254543e-07, + "T": 0.014957686886191368, + "P": 3.900167030224111e-06, + "-": 0.9047062993049622 + }, + "id": "tp_10578" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1322256, + "label": "-", + "classification": { + "B": 0.00021141552133485675, + "S": 0.00035212590591982007, + "I": 0.00034424636396579444, + "C": 9.106240759138018e-05, + "R": 3.918484435416758e-05, + "M": 0.005376121960580349, + "O": 0.00047868755063973367, + "W": 4.103889659745619e-05, + "N": 3.971235855715349e-05, + "Y": 0.029315073043107986, + "U": 1.978331511054421e-06, + "K": 0.00016695978411007673, + "L": 0.00011565395107027143, + "G": 0.010176598094403744, + "F": 0.11672263592481613, + "E": 0.003523852676153183, + "T": 0.008680096827447414, + "P": 0.019088730216026306, + "-": 0.8052348494529724 + }, + "id": "tp_10579" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1322389, + "label": "-", + "classification": { + "B": 9.83988446279227e-09, + "S": 1.194265735193767e-07, + "I": 9.924473488354124e-06, + "C": 1.9051798005875753e-07, + "R": 8.527108263933769e-08, + "M": 3.37778365064878e-05, + "O": 5.208939001022372e-06, + "W": 3.8895162646213066e-08, + "N": 1.0806675021513001e-07, + "Y": 0.000819268636405468, + "U": 1.5948260490006305e-09, + "K": 3.136534942882463e-08, + "L": 8.545212892840937e-08, + "G": 1.6271827917080373e-05, + "F": 0.00015408583567477763, + "E": 1.216458372255147e-06, + "T": 0.0013873770367354155, + "P": 0.0025976779870688915, + "-": 0.9949744939804077 + }, + "id": "tp_10580" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1322523, + "label": "-", + "classification": { + "B": 3.617625310425865e-08, + "S": 7.898324270172452e-07, + "I": 2.3276893443835434e-06, + "C": 2.185931043641176e-05, + "R": 6.8328790803207085e-06, + "M": 0.001367121352814138, + "O": 0.00013645636499859393, + "W": 9.639092013458139e-08, + "N": 1.1927637544317804e-08, + "Y": 0.08237794786691666, + "U": 1.2077573663393792e-10, + "K": 9.079053953087168e-09, + "L": 2.0758760001626797e-05, + "G": 0.013647519052028656, + "F": 0.004119235090911388, + "E": 1.5928030450140795e-07, + "T": 0.018550164997577667, + "P": 2.1433426809380762e-05, + "-": 0.879727303981781 + }, + "id": "tp_10581" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1322656, + "label": "-", + "classification": { + "B": 1.2574458141401124e-09, + "S": 6.424708542951407e-10, + "I": 1.7713094990767786e-08, + "C": 7.040798610802312e-09, + "R": 4.914207929473946e-10, + "M": 1.268096383455486e-07, + "O": 2.7110818479059162e-08, + "W": 1.6023445070789677e-10, + "N": 2.2388695064545772e-10, + "Y": 5.077470177639043e-06, + "U": 6.889426095585405e-12, + "K": 1.9711290377699697e-09, + "L": 6.50582365757657e-10, + "G": 1.6785703564892174e-06, + "F": 0.0007690577185712755, + "E": 2.040345208342842e-07, + "T": 1.0113864163940889e-06, + "P": 0.007232587318867445, + "-": 0.9919901490211487 + }, + "id": "tp_10582" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1322756, + "label": "-", + "classification": { + "B": 1.9067960010943352e-07, + "S": 1.0729339550152872e-07, + "I": 6.552502600243315e-05, + "C": 4.567280939227203e-06, + "R": 7.577650649182033e-07, + "M": 3.341215415275656e-05, + "O": 6.720732471876545e-06, + "W": 1.4490183275484014e-07, + "N": 1.668353206696338e-06, + "Y": 0.000533903599716723, + "U": 7.982178118481897e-08, + "K": 1.1077824524363677e-07, + "L": 8.928901706894976e-07, + "G": 6.649040733464062e-05, + "F": 0.001227114931680262, + "E": 6.243855023058131e-05, + "T": 0.0002343989472137764, + "P": 0.13006918132305145, + "-": 0.8676924109458923 + }, + "id": "tp_10583" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1322890, + "label": "-", + "classification": { + "B": 6.603044084840803e-07, + "S": 5.342982589695566e-08, + "I": 0.00011947951861657202, + "C": 2.0055017557751853e-06, + "R": 3.051782755392196e-07, + "M": 8.496940426994115e-05, + "O": 2.9632356017827988e-06, + "W": 5.674788638998507e-08, + "N": 4.583164923133154e-07, + "Y": 0.0022252274211496115, + "U": 1.2316230701969744e-08, + "K": 2.8036678756393485e-08, + "L": 3.826158092579135e-07, + "G": 0.0001439988991478458, + "F": 0.0001708381314529106, + "E": 5.177334969630465e-05, + "T": 0.0003200192004442215, + "P": 0.052522383630275726, + "-": 0.9443544745445251 + }, + "id": "tp_10584" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1323023, + "label": "-", + "classification": { + "B": 1.8088240238967046e-08, + "S": 1.5095631411554677e-08, + "I": 5.842771315656137e-06, + "C": 2.2893509310506488e-07, + "R": 9.08843666991288e-09, + "M": 7.87029364346381e-07, + "O": 4.0893829122978786e-07, + "W": 1.2878698107954278e-08, + "N": 3.355459625709045e-07, + "Y": 4.777719368576072e-05, + "U": 1.2913329960895226e-08, + "K": 7.118406983863679e-07, + "L": 1.3980441693206558e-08, + "G": 1.0253112122882158e-05, + "F": 0.0007542347884736955, + "E": 6.078491423977539e-05, + "T": 1.735905789246317e-05, + "P": 0.17598749697208405, + "-": 0.8231135606765747 + }, + "id": "tp_10585" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1323156, + "label": "-", + "classification": { + "B": 1.9262551553822505e-09, + "S": 2.7482136566447934e-09, + "I": 1.5524840364378178e-06, + "C": 1.9904682346805203e-07, + "R": 6.9843992811513544e-09, + "M": 1.9203373540221946e-06, + "O": 2.2539606447935512e-07, + "W": 1.722907261303419e-09, + "N": 4.1523612992477865e-08, + "Y": 3.527282751747407e-05, + "U": 2.4102473350495757e-09, + "K": 2.519730735173198e-08, + "L": 6.741563751688773e-09, + "G": 4.183926648693159e-06, + "F": 0.00011450171587057412, + "E": 5.530246653506765e-06, + "T": 4.113387331017293e-05, + "P": 0.05097543075680733, + "-": 0.9488200545310974 + }, + "id": "tp_10586" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1323257, + "label": "-", + "classification": { + "B": 1.6381155987232887e-08, + "S": 5.153929727441664e-09, + "I": 2.022203989326954e-05, + "C": 1.7567913346283603e-06, + "R": 1.1861412474445387e-07, + "M": 4.206392986816354e-06, + "O": 1.3343479849936557e-06, + "W": 1.1844563552187992e-08, + "N": 4.104093989099056e-07, + "Y": 6.771794141968712e-05, + "U": 1.359924706179072e-08, + "K": 2.359931556839001e-07, + "L": 3.987400987170986e-08, + "G": 2.9921513487352058e-05, + "F": 0.00041305358172394335, + "E": 2.372849303355906e-05, + "T": 4.1019611671799794e-05, + "P": 0.06592430919408798, + "-": 0.9334717988967896 + }, + "id": "tp_10587" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1323390, + "label": "-", + "classification": { + "B": 5.361235253076302e-06, + "S": 1.5755973663544864e-06, + "I": 0.00043533981079235673, + "C": 1.542452628200408e-05, + "R": 1.2946896958965226e-06, + "M": 0.00024316852795891464, + "O": 2.3792525098542683e-05, + "W": 1.1187095196873997e-06, + "N": 3.05301982734818e-05, + "Y": 0.0006605557282455266, + "U": 1.068154233507812e-06, + "K": 8.337286999449134e-06, + "L": 2.7313342343404656e-06, + "G": 0.00025488121900707483, + "F": 0.0019448306411504745, + "E": 0.0016623369883745909, + "T": 0.0006233317544683814, + "P": 0.30866965651512146, + "-": 0.6854146718978882 + }, + "id": "tp_10588" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1323524, + "label": "-", + "classification": { + "B": 0.0002321790816495195, + "S": 8.972662726591807e-06, + "I": 0.0008464570273645222, + "C": 0.00015366441220976412, + "R": 1.9176250134478323e-05, + "M": 0.0004055790777783841, + "O": 0.00039819255471229553, + "W": 2.129100903403014e-05, + "N": 0.0001137047802330926, + "Y": 0.0008024272392503917, + "U": 1.2108826922485605e-05, + "K": 2.294501246069558e-05, + "L": 4.6289591409731656e-05, + "G": 0.001628222642466426, + "F": 0.001716384431347251, + "E": 0.0023418148048222065, + "T": 0.0010928622214123607, + "P": 0.23150110244750977, + "-": 0.7586365938186646 + }, + "id": "tp_10589" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1323657, + "label": "-", + "classification": { + "B": 1.3949828847614754e-08, + "S": 1.920025027857264e-08, + "I": 1.9927503672079183e-05, + "C": 5.96454128753976e-07, + "R": 6.471691449405625e-08, + "M": 2.5060518964892253e-05, + "O": 1.6975264998109196e-06, + "W": 3.3633149598699674e-08, + "N": 1.0359185864672327e-07, + "Y": 0.00020042748656123877, + "U": 6.979195887879541e-09, + "K": 1.414191252990804e-08, + "L": 1.877395447991148e-07, + "G": 2.3975941076059826e-05, + "F": 0.0002558475243858993, + "E": 5.104022420709953e-06, + "T": 0.0001414244034094736, + "P": 0.03465646877884865, + "-": 0.9646689891815186 + }, + "id": "tp_10590" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1323757, + "label": "-", + "classification": { + "B": 1.5893830251911822e-08, + "S": 1.1644176289848929e-08, + "I": 5.3465661039808765e-05, + "C": 7.519706286984729e-06, + "R": 5.143753014635877e-07, + "M": 1.3203978596720845e-05, + "O": 1.0395859817435849e-06, + "W": 1.9261452877117335e-08, + "N": 6.250917863326322e-07, + "Y": 0.0009953445987775922, + "U": 4.246616569503203e-08, + "K": 4.076227014593314e-06, + "L": 9.063466421821431e-08, + "G": 0.00019081331265624613, + "F": 0.0010173618793487549, + "E": 0.00016666349256411195, + "T": 0.00014452190953306854, + "P": 0.024955302476882935, + "-": 0.9724493622779846 + }, + "id": "tp_10591" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1323891, + "label": "P", + "classification": { + "B": 4.067037934873952e-06, + "S": 2.5734580049174838e-06, + "I": 0.0015568094095215201, + "C": 8.76417980180122e-05, + "R": 2.5735573217389174e-05, + "M": 8.684356726007536e-05, + "O": 5.084590520709753e-05, + "W": 4.786519184563076e-06, + "N": 9.22234685276635e-05, + "Y": 0.0009559140889905393, + "U": 2.6610143777361372e-06, + "K": 3.911805106326938e-05, + "L": 3.2987211397994542e-06, + "G": 0.00037275903741829097, + "F": 0.008140471763908863, + "E": 0.0006739817908965051, + "T": 0.0002662228944245726, + "P": 0.5110434293746948, + "-": 0.47659066319465637 + }, + "id": "tp_10592" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1324024, + "label": "-", + "classification": { + "B": 1.4067999245526153e-06, + "S": 1.510644693780705e-07, + "I": 1.0356026905355975e-05, + "C": 3.088832443154388e-07, + "R": 2.4666359621505762e-08, + "M": 1.00176202977309e-05, + "O": 2.1084035779495025e-06, + "W": 2.1934612348673e-08, + "N": 2.5071349796235154e-07, + "Y": 2.0721645341836847e-05, + "U": 3.862292707879078e-09, + "K": 6.807648222917351e-09, + "L": 1.8883994812313176e-07, + "G": 2.8281565391807817e-05, + "F": 0.00027107575442641973, + "E": 2.8957490940229036e-05, + "T": 4.3651343730743974e-05, + "P": 0.22678157687187195, + "-": 0.7728009819984436 + }, + "id": "tp_10593" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1324157, + "label": "-", + "classification": { + "B": 4.6070653070273693e-07, + "S": 2.905182441281795e-07, + "I": 0.0021762114483863115, + "C": 3.3759930374799296e-05, + "R": 5.223564585321583e-06, + "M": 6.6749045799952e-05, + "O": 1.2060478184139356e-05, + "W": 7.767178544781927e-07, + "N": 3.7450750824064016e-05, + "Y": 0.0014666569186374545, + "U": 5.749514002673095e-07, + "K": 2.6640504984243307e-06, + "L": 9.097559541260125e-07, + "G": 0.00012815638910979033, + "F": 0.0011910509783774614, + "E": 0.000414746260503307, + "T": 0.0003158997278660536, + "P": 0.3482280373573303, + "-": 0.6459183096885681 + }, + "id": "tp_10594" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1324258, + "label": "-", + "classification": { + "B": 9.947947354760345e-09, + "S": 8.770107973177232e-10, + "I": 2.757297443167772e-05, + "C": 9.355050565318379e-07, + "R": 7.011939828771574e-08, + "M": 6.393169314833358e-06, + "O": 3.142251614463021e-07, + "W": 1.9955144203720465e-09, + "N": 1.1558617529772164e-07, + "Y": 0.0001861503260442987, + "U": 4.780393414449691e-09, + "K": 3.798054759585057e-09, + "L": 6.761862891835335e-08, + "G": 3.120508335996419e-05, + "F": 0.00013006273366045207, + "E": 2.0107265299884602e-05, + "T": 7.943670789245516e-05, + "P": 0.06052914261817932, + "-": 0.938988447189331 + }, + "id": "tp_10595" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1324391, + "label": "-", + "classification": { + "B": 9.359900445815583e-07, + "S": 2.6330809532737476e-07, + "I": 2.437456714687869e-06, + "C": 1.7133255596490926e-06, + "R": 1.211632536524121e-07, + "M": 8.874657214619219e-05, + "O": 3.4061717997246888e-06, + "W": 4.0744382090451836e-08, + "N": 1.336780144356453e-07, + "Y": 0.00043594386079348624, + "U": 1.060762233606738e-08, + "K": 1.353851502017278e-07, + "L": 6.701594088553975e-07, + "G": 0.0001276346592931077, + "F": 0.0028614827897399664, + "E": 0.0001199618200189434, + "T": 0.0001698093255981803, + "P": 0.02631203830242157, + "-": 0.9698744416236877 + }, + "id": "tp_10596" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1324525, + "label": "P", + "classification": { + "B": 1.8877874026657082e-05, + "S": 1.756002916408761e-06, + "I": 0.00012640249042306095, + "C": 5.848992827850452e-07, + "R": 4.076014761267288e-07, + "M": 2.2694446670357138e-05, + "O": 2.639955528138671e-05, + "W": 1.9490971681079827e-06, + "N": 2.9604796054627514e-06, + "Y": 8.596856787335128e-05, + "U": 4.9483567465813394e-08, + "K": 3.955700123015049e-08, + "L": 1.6919619838517974e-06, + "G": 3.966306030633859e-05, + "F": 0.00025315373204648495, + "E": 6.787610618630424e-05, + "T": 5.1813822210533544e-05, + "P": 0.521328330039978, + "-": 0.47796931862831116 + }, + "id": "tp_10597" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1324658, + "label": "-", + "classification": { + "B": 8.463889145104986e-09, + "S": 2.1595609744906596e-09, + "I": 2.6462348614586517e-05, + "C": 4.840600240640924e-07, + "R": 2.320878955686112e-08, + "M": 5.156763904778927e-07, + "O": 2.0380551291054871e-07, + "W": 3.598192410692036e-09, + "N": 3.6354757071421773e-07, + "Y": 1.858279028965626e-05, + "U": 5.305787809106732e-09, + "K": 2.754999002263503e-07, + "L": 4.99678654009017e-09, + "G": 1.037927268043859e-05, + "F": 0.0004517186607699841, + "E": 6.121876504039392e-05, + "T": 5.8769137467606924e-06, + "P": 0.2670469284057617, + "-": 0.7323769927024841 + }, + "id": "tp_10598" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1324758, + "label": "-", + "classification": { + "B": 1.3949397725809831e-06, + "S": 4.076222470672519e-09, + "I": 6.82373356539756e-05, + "C": 3.5587897855293704e-06, + "R": 3.4403464610477386e-07, + "M": 1.3039341865805909e-05, + "O": 1.975817895072396e-06, + "W": 1.5822921639596643e-08, + "N": 6.71603430646428e-08, + "Y": 9.679824142949656e-05, + "U": 2.189273207164888e-09, + "K": 4.171484546677817e-10, + "L": 5.910356435379072e-07, + "G": 6.386097811628133e-05, + "F": 6.409686466213316e-05, + "E": 1.7608677808311768e-05, + "T": 1.7573463992448524e-05, + "P": 0.06032644212245941, + "-": 0.9393244385719299 + }, + "id": "tp_10599" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1324892, + "label": "-", + "classification": { + "B": 1.3894208450437873e-07, + "S": 5.3884581241447904e-09, + "I": 5.626974598271772e-06, + "C": 1.5431406552579574e-07, + "R": 2.482636851652842e-08, + "M": 8.305485607706942e-06, + "O": 6.917222776792187e-07, + "W": 5.804019043154085e-09, + "N": 2.503994345204319e-08, + "Y": 8.434801566181704e-05, + "U": 1.09787667845751e-09, + "K": 6.091197324309405e-09, + "L": 1.0651006476791736e-07, + "G": 5.6035598390735686e-05, + "F": 0.00014305424701888114, + "E": 1.3104973731969949e-05, + "T": 5.118469562148675e-05, + "P": 0.018063215538859367, + "-": 0.9815739989280701 + }, + "id": "tp_10600" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1325025, + "label": "-", + "classification": { + "B": 2.7127196489118433e-08, + "S": 6.656077911060265e-09, + "I": 8.591536584390269e-07, + "C": 8.63754650026749e-08, + "R": 1.309156072437645e-08, + "M": 5.182570475881221e-06, + "O": 6.951185014258954e-07, + "W": 5.440329520212117e-09, + "N": 8.056558975511052e-09, + "Y": 4.8983081796905026e-05, + "U": 1.7924767226062954e-10, + "K": 4.762592542562061e-10, + "L": 2.7633968002760412e-08, + "G": 3.784298087339266e-06, + "F": 5.659611997543834e-05, + "E": 1.2905445601063548e-06, + "T": 2.2556803742190823e-05, + "P": 0.016680365428328514, + "-": 0.9831795692443848 + }, + "id": "tp_10601" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1325125, + "label": "-", + "classification": { + "B": 4.3255099058114865e-08, + "S": 5.930295898792792e-08, + "I": 3.2104237561725313e-06, + "C": 1.0570182894298341e-05, + "R": 7.605684118061617e-07, + "M": 3.2692336390027776e-05, + "O": 2.2825140604254557e-06, + "W": 3.073060383940174e-08, + "N": 1.1752517536933738e-07, + "Y": 0.0007242547580972314, + "U": 1.6850517425837097e-08, + "K": 3.5560813671509095e-07, + "L": 5.555868369810923e-07, + "G": 0.00016389643133152276, + "F": 0.007004547864198685, + "E": 2.5725492378114723e-05, + "T": 0.00016383484762627631, + "P": 0.008456038311123848, + "-": 0.9834110140800476 + }, + "id": "tp_10602" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1325259, + "label": "-", + "classification": { + "B": 2.1066862245788798e-06, + "S": 4.915857971354853e-06, + "I": 4.388929664855823e-05, + "C": 7.047385224723257e-06, + "R": 1.2066639101249166e-06, + "M": 0.0002583098830655217, + "O": 6.180193304317072e-05, + "W": 2.519272584322607e-06, + "N": 4.67065228804131e-06, + "Y": 0.0014336953172460198, + "U": 5.663464435201604e-07, + "K": 1.7865405652628397e-06, + "L": 5.8844593695539515e-06, + "G": 0.0001968045689864084, + "F": 0.002403583377599716, + "E": 0.00015131883264984936, + "T": 0.0011527647729963064, + "P": 0.055249955505132675, + "-": 0.9390172362327576 + }, + "id": "tp_10603" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1325392, + "label": "-", + "classification": { + "B": 2.242985353007043e-08, + "S": 7.42711669943219e-09, + "I": 5.092538799544855e-07, + "C": 3.6394422409102845e-07, + "R": 4.57543691823048e-08, + "M": 2.1989017113810405e-06, + "O": 8.644032618576603e-07, + "W": 8.125507378053953e-09, + "N": 6.364368587696845e-09, + "Y": 2.3298494852497242e-05, + "U": 7.275267610573621e-10, + "K": 1.5045592549611797e-09, + "L": 9.108840970384335e-08, + "G": 7.083285254338989e-06, + "F": 0.00048163055907934904, + "E": 4.424689734605636e-07, + "T": 2.070678056043107e-05, + "P": 0.007687422446906567, + "-": 0.9917752742767334 + }, + "id": "tp_10604" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1325526, + "label": "-", + "classification": { + "B": 9.264656910090707e-06, + "S": 1.207711051165461e-07, + "I": 2.9900777008151636e-05, + "C": 7.661569725314621e-06, + "R": 2.9050572720734635e-06, + "M": 0.0002766695397440344, + "O": 3.7510733818635345e-05, + "W": 5.306023922457825e-07, + "N": 2.8915673055962543e-07, + "Y": 0.0014980296837165952, + "U": 1.8178612037900166e-07, + "K": 3.671618387102171e-08, + "L": 8.826859811961185e-06, + "G": 0.0004063342057634145, + "F": 0.00013018414028920233, + "E": 1.6037965906434692e-05, + "T": 0.000954452611040324, + "P": 0.012786976993083954, + "-": 0.9838340878486633 + }, + "id": "tp_10605" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1325626, + "label": "-", + "classification": { + "B": 1.1837477842391309e-07, + "S": 3.459750885781432e-08, + "I": 4.051895302836783e-05, + "C": 4.5290080379345454e-06, + "R": 1.0605882607706008e-06, + "M": 1.1607425221882295e-05, + "O": 2.9091354463162133e-06, + "W": 3.251462388220716e-08, + "N": 5.434479817267857e-07, + "Y": 0.0004270129429642111, + "U": 2.8004988550378584e-08, + "K": 2.096194009482133e-07, + "L": 1.9816522467408504e-07, + "G": 9.898665302898735e-05, + "F": 0.0009023550082929432, + "E": 1.9701501514646225e-05, + "T": 0.00013608629524242133, + "P": 0.06682632863521576, + "-": 0.9315277934074402 + }, + "id": "tp_10606" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1325759, + "label": "-", + "classification": { + "B": 4.590345048516298e-10, + "S": 4.705471012833584e-10, + "I": 2.693588612601161e-06, + "C": 3.2838636343512917e-07, + "R": 4.209442394653706e-08, + "M": 9.40408028782258e-07, + "O": 1.3015402089422423e-07, + "W": 1.03404185214373e-09, + "N": 8.923358940648995e-09, + "Y": 0.00011738007015082985, + "U": 6.269951224879833e-10, + "K": 2.066889992491383e-09, + "L": 9.843480697213636e-09, + "G": 9.45483952818904e-06, + "F": 0.0001895850436994806, + "E": 8.514396654391021e-07, + "T": 2.6206098482361995e-05, + "P": 0.012901690788567066, + "-": 0.9867506623268127 + }, + "id": "tp_10607" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1325893, + "label": "-", + "classification": { + "B": 8.106112545647193e-06, + "S": 4.0500154341316374e-07, + "I": 3.6856999940937385e-05, + "C": 5.273249371384736e-06, + "R": 3.448545840001316e-06, + "M": 0.0003792596107814461, + "O": 0.00013772828970104456, + "W": 1.293493369303178e-06, + "N": 5.223370180829079e-07, + "Y": 0.0007042988436296582, + "U": 1.075844267006687e-07, + "K": 1.1910684882820988e-08, + "L": 2.46005965891527e-05, + "G": 0.0002811367157846689, + "F": 0.00020798573677893728, + "E": 9.499826774117537e-06, + "T": 0.0010551358573138714, + "P": 0.010188129730522633, + "-": 0.9869562387466431 + }, + "id": "tp_10608" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1326026, + "label": "-", + "classification": { + "B": 6.972504706936888e-08, + "S": 1.5203221792603472e-08, + "I": 1.8508895891500288e-06, + "C": 3.868618847491234e-08, + "R": 1.1477521155711656e-09, + "M": 4.060724677401595e-06, + "O": 2.604526798677398e-07, + "W": 7.457935602417365e-09, + "N": 1.0398190397609142e-07, + "Y": 1.3604364539787639e-05, + "U": 1.4526113645274563e-09, + "K": 1.6021176918457058e-07, + "L": 1.1261263921369391e-08, + "G": 6.818650035711471e-06, + "F": 0.0009367431630380452, + "E": 0.0001430204720236361, + "T": 9.746236173668876e-06, + "P": 0.32482317090034485, + "-": 0.6740602850914001 + }, + "id": "tp_10609" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1326126, + "label": "-", + "classification": { + "B": 1.675440008952478e-09, + "S": 6.591547307976953e-10, + "I": 2.7915294964486748e-08, + "C": 7.856389427907118e-10, + "R": 2.5489560115388166e-11, + "M": 1.3971124701583904e-07, + "O": 3.9837679821630445e-08, + "W": 2.2269960875398453e-10, + "N": 3.6934910685459954e-10, + "Y": 2.0801346636289963e-06, + "U": 8.943274940054202e-12, + "K": 5.433374306029748e-10, + "L": 6.288199405624084e-10, + "G": 7.671129651498632e-07, + "F": 5.894311107113026e-05, + "E": 3.303908897578367e-07, + "T": 1.7239084399989224e-06, + "P": 0.008219795301556587, + "-": 0.9917160868644714 + }, + "id": "tp_10610" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1326260, + "label": "-", + "classification": { + "B": 1.1370649977138214e-09, + "S": 4.0949550417224145e-09, + "I": 3.4865886391344247e-06, + "C": 2.0340989337341853e-08, + "R": 1.0399703320729259e-09, + "M": 1.1092889735664357e-06, + "O": 1.3570964085829473e-07, + "W": 1.2818719419271929e-09, + "N": 1.0828511420868381e-07, + "Y": 8.801671356195584e-06, + "U": 2.3582080732609256e-10, + "K": 4.845676304654489e-09, + "L": 1.4868415387780942e-09, + "G": 9.212639042743831e-07, + "F": 0.00013237247185315937, + "E": 8.901533874450251e-06, + "T": 1.4726860172231682e-05, + "P": 0.35455960035324097, + "-": 0.6452698111534119 + }, + "id": "tp_10611" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1326393, + "label": "-", + "classification": { + "B": 4.5060472020352904e-10, + "S": 5.32380317608272e-09, + "I": 1.635129956412129e-05, + "C": 3.9419617792191275e-07, + "R": 7.865824613872974e-08, + "M": 5.767504376308352e-07, + "O": 3.529177092786995e-07, + "W": 2.2056200421616268e-08, + "N": 7.30224769540655e-07, + "Y": 0.000116948620416224, + "U": 5.564398275481608e-09, + "K": 9.295850759372115e-06, + "L": 2.3158550632729202e-09, + "G": 8.339138730661944e-06, + "F": 0.0011359164491295815, + "E": 5.79725528950803e-05, + "T": 1.6819871234474704e-05, + "P": 0.09779860824346542, + "-": 0.9008376002311707 + }, + "id": "tp_10612" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1326527, + "label": "-", + "classification": { + "B": 5.666699998130298e-09, + "S": 3.345633770024392e-09, + "I": 1.4175259366311366e-06, + "C": 1.7317849199116608e-07, + "R": 1.510477432020707e-08, + "M": 1.5791474652360193e-06, + "O": 1.1273733235839245e-07, + "W": 2.1705441888286714e-09, + "N": 1.0598951938334267e-08, + "Y": 0.00010834656131919473, + "U": 3.730713515892603e-10, + "K": 3.587029695495403e-08, + "L": 6.554756737386924e-09, + "G": 1.2291889106563758e-05, + "F": 0.0007375256391242146, + "E": 6.437642696255352e-06, + "T": 1.4105788977758493e-05, + "P": 0.014951911754906178, + "-": 0.9841660261154175 + }, + "id": "tp_10613" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1326627, + "label": "-", + "classification": { + "B": 4.938095571560552e-06, + "S": 1.5805003386049066e-06, + "I": 1.209549191116821e-05, + "C": 2.0823765680688666e-06, + "R": 1.0261635452479823e-06, + "M": 6.0134178056614473e-05, + "O": 7.675779488636181e-05, + "W": 1.4348220247484278e-06, + "N": 5.9256836948407e-07, + "Y": 0.00012468684872146696, + "U": 1.1320771164946564e-07, + "K": 5.511518352818712e-08, + "L": 8.443370461463928e-06, + "G": 7.320007716771215e-05, + "F": 0.0010463650105521083, + "E": 7.111020750016905e-06, + "T": 0.0003373435465618968, + "P": 0.03566517308354378, + "-": 0.9625768661499023 + }, + "id": "tp_10614" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1326760, + "label": "-", + "classification": { + "B": 3.394848135940265e-06, + "S": 1.6457764786537155e-06, + "I": 0.003070690669119358, + "C": 8.82646691025002e-06, + "R": 2.510909780539805e-06, + "M": 0.00025245084543712437, + "O": 3.364215444889851e-05, + "W": 7.853233796595305e-07, + "N": 3.261042002122849e-05, + "Y": 0.0014444150729104877, + "U": 2.0402427480803453e-07, + "K": 1.3660597630860138e-07, + "L": 5.278068783809431e-06, + "G": 0.0001954391336767003, + "F": 0.00026365567464381456, + "E": 0.00022684677969664335, + "T": 0.0015983590856194496, + "P": 0.323689341545105, + "-": 0.6691697239875793 + }, + "id": "tp_10615" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1326894, + "label": "-", + "classification": { + "B": 3.002221404813099e-08, + "S": 1.2136862348466337e-10, + "I": 2.4022525394684635e-05, + "C": 4.067201473390014e-07, + "R": 5.5659398867646814e-08, + "M": 1.8708502693698392e-06, + "O": 4.592220363974775e-07, + "W": 1.2664305160114964e-09, + "N": 5.064145014443966e-08, + "Y": 1.0634951649990398e-05, + "U": 8.828184849818399e-10, + "K": 6.058759743909903e-11, + "L": 4.816781640215595e-08, + "G": 5.496396624948829e-06, + "F": 5.307391347741941e-06, + "E": 3.041317995666759e-06, + "T": 1.5075625015015248e-05, + "P": 0.140454962849617, + "-": 0.8594786524772644 + }, + "id": "tp_10616" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1327027, + "label": "-", + "classification": { + "B": 1.2553032391338093e-08, + "S": 1.2638006197107643e-08, + "I": 1.067952598532429e-05, + "C": 1.6425274225184694e-06, + "R": 3.634948200215149e-07, + "M": 3.3892706596816424e-06, + "O": 1.772939299371501e-06, + "W": 4.1185490573525385e-08, + "N": 1.8189453498962393e-07, + "Y": 0.00011039572564186528, + "U": 1.941791083481803e-08, + "K": 2.6026407340395963e-07, + "L": 7.795564016532808e-08, + "G": 1.700390384939965e-05, + "F": 0.0006681244703941047, + "E": 3.7539498407568317e-06, + "T": 6.550424586748704e-05, + "P": 0.03232934698462486, + "-": 0.9667873382568359 + }, + "id": "tp_10617" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1327127, + "label": "-", + "classification": { + "B": 2.508597560790804e-07, + "S": 6.097953928474453e-07, + "I": 3.937452220270643e-06, + "C": 1.2636446626856923e-06, + "R": 2.8425429832168447e-07, + "M": 8.505051482643466e-06, + "O": 8.86744965100661e-06, + "W": 2.550307272031205e-07, + "N": 4.778494258061983e-07, + "Y": 0.00010483028745511547, + "U": 8.348844282579648e-09, + "K": 3.5296218925395806e-07, + "L": 3.1872397698862187e-07, + "G": 3.778175596380606e-05, + "F": 0.009146077558398247, + "E": 4.572307807393372e-05, + "T": 6.726499850628898e-05, + "P": 0.05015968903899193, + "-": 0.9404135346412659 + }, + "id": "tp_10618" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1327261, + "label": "-", + "classification": { + "B": 1.4010596016689192e-09, + "S": 3.6633429623122993e-09, + "I": 3.280560179064196e-07, + "C": 2.6401993480362762e-08, + "R": 3.4581117969167963e-09, + "M": 4.93292077408114e-07, + "O": 2.4251744434877764e-07, + "W": 2.613443239596336e-09, + "N": 2.464684811798179e-08, + "Y": 2.0475003111641854e-05, + "U": 2.1023201235426114e-10, + "K": 8.290189157378336e-08, + "L": 1.79468473415767e-09, + "G": 1.117414853979426e-06, + "F": 0.0013995467452332377, + "E": 2.996938064825372e-06, + "T": 8.582543159718625e-06, + "P": 0.018608147278428078, + "-": 0.9799578785896301 + }, + "id": "tp_10619" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1327394, + "label": "-", + "classification": { + "B": 2.886575430238736e-06, + "S": 3.8673533708788455e-06, + "I": 0.00046440030564554036, + "C": 1.038891241478268e-05, + "R": 3.2235568596661324e-06, + "M": 0.00032187250326387584, + "O": 3.9268750697374344e-05, + "W": 3.7166942092881072e-06, + "N": 2.7033222067984752e-05, + "Y": 0.005359052214771509, + "U": 1.0357587143516866e-06, + "K": 0.00012242361844982952, + "L": 4.4977064135309774e-06, + "G": 0.0011704759672284126, + "F": 0.01248814444988966, + "E": 0.0014944099821150303, + "T": 0.0017830429133027792, + "P": 0.08648913353681564, + "-": 0.8902110457420349 + }, + "id": "tp_10620" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1327528, + "label": "-", + "classification": { + "B": 1.2147652883598425e-09, + "S": 3.392925274070535e-09, + "I": 2.646617076607072e-07, + "C": 6.338338209843641e-08, + "R": 8.93684948266582e-09, + "M": 1.3976872423882014e-06, + "O": 1.7860902801203338e-07, + "W": 1.2300507279405792e-09, + "N": 3.1330746885771532e-09, + "Y": 0.00011059663665946573, + "U": 2.1346721612580666e-10, + "K": 4.456276680997462e-09, + "L": 9.10769060169514e-09, + "G": 8.154211172950454e-06, + "F": 0.0004741143202409148, + "E": 6.164048045320669e-07, + "T": 3.6698835174320266e-05, + "P": 0.0068715764209628105, + "-": 0.9924963712692261 + }, + "id": "tp_10621" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1327628, + "label": "-", + "classification": { + "B": 5.362795718610869e-08, + "S": 1.0712240872123857e-08, + "I": 4.641799023374915e-06, + "C": 1.9669136008815258e-07, + "R": 5.72179068569767e-08, + "M": 3.654215561255114e-06, + "O": 1.0190593684455962e-06, + "W": 9.95675986104061e-09, + "N": 9.135394662962426e-08, + "Y": 9.313713962910697e-05, + "U": 3.3094900153685103e-09, + "K": 4.027764433089942e-08, + "L": 6.992657120008516e-08, + "G": 2.969648085127119e-05, + "F": 0.000444086326751858, + "E": 6.7814144131261855e-06, + "T": 7.483857916668057e-05, + "P": 0.07271446287631989, + "-": 0.9266272187232971 + }, + "id": "tp_10622" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1327761, + "label": "-", + "classification": { + "B": 4.079096925124759e-06, + "S": 3.1015696322356234e-07, + "I": 0.0001701083965599537, + "C": 3.437396662775427e-05, + "R": 1.0903286238317378e-05, + "M": 4.1988856537500396e-05, + "O": 2.2985690520727076e-05, + "W": 1.2832301763410214e-06, + "N": 4.005552000307944e-06, + "Y": 0.0006370171322487295, + "U": 7.457675792466034e-07, + "K": 1.1074855592596577e-06, + "L": 4.122160589759005e-06, + "G": 0.00039309595013037324, + "F": 0.001529330387711525, + "E": 0.00011484037531772628, + "T": 0.00027297940687276423, + "P": 0.1437048465013504, + "-": 0.8530518412590027 + }, + "id": "tp_10623" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1327895, + "label": "-", + "classification": { + "B": 1.5789494278023453e-12, + "S": 1.655321387773745e-12, + "I": 2.9060000628078342e-08, + "C": 2.1178618858641585e-09, + "R": 1.96590979606448e-10, + "M": 1.6256255008784137e-08, + "O": 1.3694093636829052e-09, + "W": 3.884898912981383e-12, + "N": 6.987428691207498e-11, + "Y": 6.848265911685303e-06, + "U": 2.5946319745506763e-12, + "K": 8.067650436593965e-10, + "L": 2.338291192616193e-11, + "G": 2.4476565840814146e-07, + "F": 2.2160318621899933e-05, + "E": 7.254833178649278e-08, + "T": 1.045979502123373e-06, + "P": 0.001288924366235733, + "-": 0.9986806511878967 + }, + "id": "tp_10624" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1328028, + "label": "-", + "classification": { + "B": 5.658723125634424e-07, + "S": 4.0494850139793925e-08, + "I": 1.5556942116745631e-06, + "C": 2.0017136392880275e-08, + "R": 1.3818833854983836e-09, + "M": 4.151604571234202e-06, + "O": 1.3237387292974745e-06, + "W": 1.0271405948003576e-08, + "N": 6.176188094286772e-08, + "Y": 8.43858015286969e-06, + "U": 1.929011533841063e-10, + "K": 7.695594161916119e-10, + "L": 2.618231853546149e-08, + "G": 4.314644229452824e-06, + "F": 0.0003348846803419292, + "E": 1.3784679140371736e-05, + "T": 7.173514859459829e-06, + "P": 0.17859801650047302, + "-": 0.8210256695747375 + }, + "id": "tp_10625" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1328128, + "label": "-", + "classification": { + "B": 1.5435986711054284e-08, + "S": 2.3353712208518118e-07, + "I": 3.745983121916652e-05, + "C": 2.0293074953769974e-07, + "R": 1.2107419422591192e-07, + "M": 4.545991032500751e-05, + "O": 4.100399110029684e-06, + "W": 5.269009406561054e-08, + "N": 5.622802063953714e-07, + "Y": 0.0020254349801689386, + "U": 4.281508036996229e-09, + "K": 1.1874598726535623e-07, + "L": 1.1436408442477841e-07, + "G": 2.2862295736558735e-05, + "F": 0.0003770502225961536, + "E": 1.1003596227965318e-05, + "T": 0.0019814816769212484, + "P": 0.012445560656487942, + "-": 0.9830482006072998 + }, + "id": "tp_10626" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1328262, + "label": "-", + "classification": { + "B": 2.0753545868501533e-06, + "S": 2.400234279775759e-06, + "I": 8.759951015235856e-05, + "C": 0.00029665976762771606, + "R": 4.317837374401279e-05, + "M": 0.001423641573637724, + "O": 0.00010791573004098609, + "W": 2.1124099021108123e-06, + "N": 4.8275119297613855e-06, + "Y": 0.04080052673816681, + "U": 5.940690925854142e-07, + "K": 0.00011567139881663024, + "L": 4.536336564342491e-05, + "G": 0.021097097545862198, + "F": 0.026041384786367416, + "E": 0.0008341606589965522, + "T": 0.004118929151445627, + "P": 0.007475607562810183, + "-": 0.8975003361701965 + }, + "id": "tp_10627" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1328395, + "label": "-", + "classification": { + "B": 1.0743698375392796e-08, + "S": 5.704038352760676e-10, + "I": 7.277010354300728e-06, + "C": 2.5975043627113337e-07, + "R": 1.2380386493759943e-08, + "M": 1.247536403070626e-07, + "O": 8.694767927863722e-08, + "W": 3.028243877878367e-09, + "N": 9.592809391278934e-08, + "Y": 5.748250259784982e-06, + "U": 2.3672859228440757e-09, + "K": 6.8982188849986414e-09, + "L": 3.186734875981756e-09, + "G": 1.3311598650034284e-06, + "F": 7.170482422225177e-05, + "E": 3.124199793091975e-06, + "T": 5.91818752582185e-06, + "P": 0.47080373764038086, + "-": 0.5291006565093994 + }, + "id": "tp_10628" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1328529, + "label": "-", + "classification": { + "B": 2.3622193111805245e-05, + "S": 3.0042290745768696e-05, + "I": 0.0003162616631016135, + "C": 1.789756424841471e-05, + "R": 8.140956197166815e-06, + "M": 0.0006793398642912507, + "O": 0.0001492342125857249, + "W": 7.118500434444286e-06, + "N": 1.074821557267569e-05, + "Y": 0.010126108303666115, + "U": 7.991566235432401e-07, + "K": 7.702774951212632e-07, + "L": 3.9530536014353856e-05, + "G": 0.0011703378986567259, + "F": 0.004004918970167637, + "E": 0.00019480822084005922, + "T": 0.004620394669473171, + "P": 0.04975918307900429, + "-": 0.9288407564163208 + }, + "id": "tp_10629" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1328629, + "label": "-", + "classification": { + "B": 0.00033652345882728696, + "S": 0.00013007466623093933, + "I": 0.004284558817744255, + "C": 0.0011603484163060784, + "R": 0.0005271877162158489, + "M": 0.01275197695940733, + "O": 0.0017231906531378627, + "W": 0.0001749573420966044, + "N": 0.00020284763013478369, + "Y": 0.025031350553035736, + "U": 6.021355511620641e-05, + "K": 2.8904805731144734e-05, + "L": 0.0013205837458372116, + "G": 0.009559232741594315, + "F": 0.009639440104365349, + "E": 0.0034952431451529264, + "T": 0.01862744241952896, + "P": 0.05747289955615997, + "-": 0.8534730076789856 + }, + "id": "tp_10630" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1328762, + "label": "-", + "classification": { + "B": 4.3339156263755285e-07, + "S": 1.6355636844878063e-08, + "I": 4.236318090988789e-06, + "C": 1.3489065509020293e-07, + "R": 1.1186044091004987e-08, + "M": 1.2847527614212595e-05, + "O": 2.2915548925084295e-06, + "W": 8.13194489523994e-09, + "N": 1.7135329599682336e-08, + "Y": 1.542059180792421e-05, + "U": 6.243257577587258e-10, + "K": 2.565651024966087e-10, + "L": 5.000862302040332e-07, + "G": 6.0507845773827285e-05, + "F": 0.00037426434573717415, + "E": 1.243352653546026e-05, + "T": 1.096415871870704e-05, + "P": 0.05676629766821861, + "-": 0.9427396059036255 + }, + "id": "tp_10631" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1328896, + "label": "-", + "classification": { + "B": 1.8871231688422085e-08, + "S": 1.0524559002078604e-08, + "I": 3.4814253012882546e-05, + "C": 1.9059923772601906e-07, + "R": 1.3212391181127714e-08, + "M": 1.752641082930495e-06, + "O": 5.739406674365455e-07, + "W": 1.0085602575315988e-08, + "N": 7.514092885685386e-07, + "Y": 1.1591913789743558e-05, + "U": 3.535831183398841e-09, + "K": 1.8804652057724525e-08, + "L": 1.599098986559966e-08, + "G": 2.6546292701823404e-06, + "F": 9.86740124062635e-05, + "E": 2.488795689714607e-05, + "T": 2.097797732858453e-05, + "P": 0.3198351263999939, + "-": 0.6799679398536682 + }, + "id": "tp_10632" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1329029, + "label": "-", + "classification": { + "B": 0.00015305048145819455, + "S": 1.8996164726559073e-05, + "I": 0.00225257221609354, + "C": 0.0003817883844021708, + "R": 0.0001306453486904502, + "M": 0.011204521171748638, + "O": 0.0010849556419998407, + "W": 2.0689813027274795e-05, + "N": 4.8135636461665854e-05, + "Y": 0.0238240547478199, + "U": 4.4997291297477204e-06, + "K": 2.672523123692372e-06, + "L": 0.000312716729240492, + "G": 0.008433871902525425, + "F": 0.0014190815854817629, + "E": 0.0009921242017298937, + "T": 0.019401097670197487, + "P": 0.023693326860666275, + "-": 0.9066212177276611 + }, + "id": "tp_10633" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1329129, + "label": "-", + "classification": { + "B": 2.736618154308701e-10, + "S": 4.2260427796092515e-11, + "I": 1.3203067510403343e-06, + "C": 7.696002057855367e-09, + "R": 3.475321697088418e-10, + "M": 4.2767516106323455e-07, + "O": 9.008184420622456e-09, + "W": 1.3692137701415419e-11, + "N": 2.4007291710148593e-09, + "Y": 2.573603342170827e-05, + "U": 2.2128092760920204e-11, + "K": 6.373634953149576e-11, + "L": 8.164393605625264e-10, + "G": 1.673952965575154e-06, + "F": 3.2737720175646245e-05, + "E": 1.1034795761588612e-06, + "T": 1.5847375834709965e-05, + "P": 0.04212694987654686, + "-": 0.9577941298484802 + }, + "id": "tp_10634" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1329263, + "label": "-", + "classification": { + "B": 0.0002538861008360982, + "S": 2.079882142425049e-05, + "I": 0.0017970637418329716, + "C": 0.00022791976516600698, + "R": 3.508695226628333e-05, + "M": 0.003163854591548443, + "O": 0.00025026287767104805, + "W": 1.1947962775593624e-05, + "N": 5.916885129408911e-05, + "Y": 0.005987830925732851, + "U": 3.671619651868241e-06, + "K": 8.431748938164674e-06, + "L": 0.00020932374172843993, + "G": 0.009176819585263729, + "F": 0.01850097067654133, + "E": 0.010122211650013924, + "T": 0.0017104657599702477, + "P": 0.14958660304546356, + "-": 0.7988736629486084 + }, + "id": "tp_10635" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1329396, + "label": "P", + "classification": { + "B": 1.4035963431524578e-06, + "S": 1.9356423308636295e-06, + "I": 0.013566745445132256, + "C": 4.146677383687347e-05, + "R": 5.847509328305023e-06, + "M": 1.6533052985323593e-05, + "O": 5.49734613741748e-06, + "W": 2.787261564662913e-06, + "N": 0.0008089300245046616, + "Y": 0.00047254469245672226, + "U": 7.714057801422314e-07, + "K": 0.00012582080671563745, + "L": 3.308785494482436e-07, + "G": 0.00011530868505360559, + "F": 0.0008090303163044155, + "E": 0.008582922630012035, + "T": 0.0001412508572684601, + "P": 0.9325915575027466, + "-": 0.042709268629550934 + }, + "id": "tp_10636" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1329530, + "label": "-", + "classification": { + "B": 1.2899781154374068e-07, + "S": 6.049797995899553e-09, + "I": 7.080338036757894e-06, + "C": 7.220941711238993e-08, + "R": 1.0984353870924224e-08, + "M": 5.586564384429948e-07, + "O": 8.558736794839206e-07, + "W": 1.2018432471450069e-08, + "N": 1.6976393624190678e-07, + "Y": 7.351245130848838e-06, + "U": 3.7183109924399105e-09, + "K": 8.754049929393659e-09, + "L": 2.767002094117288e-08, + "G": 5.1353008529986255e-06, + "F": 0.00015170978440437466, + "E": 1.049189995683264e-05, + "T": 1.505466025264468e-05, + "P": 0.3049250841140747, + "-": 0.6948761940002441 + }, + "id": "tp_10637" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1329630, + "label": "-", + "classification": { + "B": 3.4122060696972767e-06, + "S": 1.537671050755307e-05, + "I": 0.0002519963018130511, + "C": 6.452325760619715e-05, + "R": 1.7552785720909014e-05, + "M": 4.7618363169021904e-05, + "O": 9.470457735005766e-05, + "W": 9.326197869086172e-06, + "N": 5.883123230887577e-05, + "Y": 0.0014024267438799143, + "U": 7.150602414185414e-06, + "K": 9.710079029900953e-05, + "L": 5.941267772868741e-06, + "G": 0.00024874592781998217, + "F": 0.0102930199354887, + "E": 0.00023596450046170503, + "T": 0.0008785139652900398, + "P": 0.11633648723363876, + "-": 0.8699313402175903 + }, + "id": "tp_10638" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1329763, + "label": "-", + "classification": { + "B": 1.1640294360404368e-05, + "S": 2.655417119967751e-06, + "I": 3.5402354114921764e-05, + "C": 6.551244496222353e-06, + "R": 4.660291324398713e-06, + "M": 9.203256922774017e-05, + "O": 2.20782749238424e-05, + "W": 1.080562128663587e-06, + "N": 1.028682163450867e-06, + "Y": 0.0025421481113880873, + "U": 1.8868364293211926e-07, + "K": 2.8473962174757617e-06, + "L": 4.673888724937569e-06, + "G": 0.0005956852692179382, + "F": 0.005503679625689983, + "E": 5.8259225625079125e-05, + "T": 0.0008634531986899674, + "P": 0.017191538587212563, + "-": 0.9730604290962219 + }, + "id": "tp_10639" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1329897, + "label": "P", + "classification": { + "B": 6.487182346859299e-09, + "S": 8.915394644759544e-09, + "I": 1.0990701412083581e-05, + "C": 5.3304560765354836e-08, + "R": 1.0488443891176757e-08, + "M": 2.7474146691019996e-07, + "O": 3.389729101854755e-07, + "W": 1.024852913644736e-08, + "N": 3.880251426835457e-07, + "Y": 9.073008186533116e-06, + "U": 3.048634011904028e-09, + "K": 7.274232416421e-08, + "L": 5.033293781764314e-09, + "G": 1.7561909544383525e-06, + "F": 0.00032239945721812546, + "E": 3.3824392176029505e-06, + "T": 1.3092783774482086e-05, + "P": 0.5285281538963318, + "-": 0.47110995650291443 + }, + "id": "tp_10640" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1330030, + "label": "-", + "classification": { + "B": 1.4154855989545467e-06, + "S": 2.737466076041528e-08, + "I": 3.7703362067986745e-06, + "C": 1.638553612792748e-06, + "R": 1.9214148494484107e-07, + "M": 9.618635522201657e-05, + "O": 4.938589427183615e-06, + "W": 2.9655520705773597e-08, + "N": 1.6677555336741534e-08, + "Y": 0.0001207584427902475, + "U": 4.987674273593257e-09, + "K": 7.495945197888432e-09, + "L": 1.7318611753580626e-06, + "G": 0.00020373081497382373, + "F": 0.0006191685679368675, + "E": 1.547324427519925e-05, + "T": 7.481734064640477e-05, + "P": 0.007541708182543516, + "-": 0.9913143515586853 + }, + "id": "tp_10641" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1330130, + "label": "-", + "classification": { + "B": 2.70287205950126e-08, + "S": 1.1876362115970096e-09, + "I": 6.323036245703406e-07, + "C": 6.240017569325573e-08, + "R": 4.737437997448524e-09, + "M": 2.6810977260538493e-07, + "O": 2.6619287041285133e-07, + "W": 3.735753484335191e-09, + "N": 1.2652603409435415e-08, + "Y": 1.8747592548606917e-05, + "U": 8.76322792109363e-10, + "K": 5.099541677822117e-09, + "L": 9.041683846078286e-09, + "G": 4.892453944194131e-06, + "F": 0.00013457432214636356, + "E": 8.983924431049672e-07, + "T": 6.5836798057716805e-06, + "P": 0.0346665233373642, + "-": 0.965166449546814 + }, + "id": "tp_10642" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1330264, + "label": "-", + "classification": { + "B": 7.853269039514998e-07, + "S": 3.1356580620922614e-07, + "I": 1.224051447934471e-05, + "C": 3.5754937925958075e-06, + "R": 9.956114581655129e-07, + "M": 3.4842723835026845e-05, + "O": 2.9279468435561284e-05, + "W": 4.4854459702037275e-07, + "N": 4.094238761354063e-07, + "Y": 0.0002147620834875852, + "U": 1.3464899950577092e-07, + "K": 9.588293892193178e-08, + "L": 3.3890019039972685e-06, + "G": 5.2871331718051806e-05, + "F": 0.0005471385084092617, + "E": 3.0030362268007593e-06, + "T": 0.0005499891121871769, + "P": 0.011997256428003311, + "-": 0.9865484833717346 + }, + "id": "tp_10643" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1330397, + "label": "-", + "classification": { + "B": 3.066653775363193e-08, + "S": 6.7767391698225765e-09, + "I": 3.01487889373675e-05, + "C": 5.149108801560942e-07, + "R": 8.586645350305844e-08, + "M": 5.589659394900082e-06, + "O": 7.616220045747468e-07, + "W": 9.62592228148651e-09, + "N": 1.544692906918499e-07, + "Y": 0.00036900691338814795, + "U": 4.812830134426349e-09, + "K": 1.0821038642916392e-07, + "L": 4.644524409513906e-08, + "G": 5.0109279982279986e-05, + "F": 0.0002810796722769737, + "E": 1.2873104424215853e-05, + "T": 0.00014095896040089428, + "P": 0.049250029027462006, + "-": 0.9498584866523743 + }, + "id": "tp_10644" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1330531, + "label": "-", + "classification": { + "B": 1.2193510957880793e-11, + "S": 5.3915934217219075e-12, + "I": 7.229999710034463e-08, + "C": 1.1487886197869557e-08, + "R": 4.6503936812491986e-10, + "M": 9.043198190283874e-08, + "O": 5.0452140243351096e-09, + "W": 1.1582519665598312e-11, + "N": 3.668904902109915e-10, + "Y": 1.7657748685451224e-05, + "U": 1.8622233963205836e-11, + "K": 4.455308122430779e-09, + "L": 7.6282521965787e-11, + "G": 7.388770200122963e-07, + "F": 4.37132730439771e-05, + "E": 2.2196921634076716e-07, + "T": 2.8910665150760906e-06, + "P": 0.0024964420590549707, + "-": 0.9974380731582642 + }, + "id": "tp_10645" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1330631, + "label": "-", + "classification": { + "B": 5.231638455782672e-10, + "S": 1.5489194649109805e-10, + "I": 4.065874747993803e-09, + "C": 5.814358994271629e-10, + "R": 4.333159525637953e-11, + "M": 3.310713054816006e-07, + "O": 5.440359629460545e-08, + "W": 5.81910457320145e-11, + "N": 1.2449828494520698e-11, + "Y": 1.0340942253606045e-06, + "U": 2.9662261687678215e-13, + "K": 1.8384375781704126e-13, + "L": 1.7545173092159416e-09, + "G": 2.1370453850977356e-07, + "F": 6.7830205807695165e-06, + "E": 5.048994555778563e-09, + "T": 1.544739006931195e-06, + "P": 0.0010597743093967438, + "-": 0.9989302754402161 + }, + "id": "tp_10646" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1330764, + "label": "-", + "classification": { + "B": 5.979629349894822e-06, + "S": 1.5971177163009997e-06, + "I": 1.2937054634676315e-05, + "C": 2.7571309146878775e-06, + "R": 1.1352489082128159e-06, + "M": 6.25321627012454e-05, + "O": 2.079196747217793e-05, + "W": 7.121626026673766e-07, + "N": 5.181394726605504e-07, + "Y": 0.0005581771256402135, + "U": 4.5847535545817664e-08, + "K": 1.0593819297355367e-06, + "L": 4.3340610318409745e-06, + "G": 0.0007944979588501155, + "F": 0.009791061282157898, + "E": 7.598288357257843e-05, + "T": 0.0002429667511023581, + "P": 0.025119567289948463, + "-": 0.9633034467697144 + }, + "id": "tp_10647" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1330898, + "label": "-", + "classification": { + "B": 1.4608951381944735e-08, + "S": 9.174830895020136e-10, + "I": 3.652814228871648e-08, + "C": 1.3599771309102948e-09, + "R": 2.761738893131138e-10, + "M": 2.8409255037331604e-07, + "O": 3.645720028089272e-07, + "W": 3.077007537655163e-10, + "N": 1.2699462315080012e-10, + "Y": 4.844010845772573e-07, + "U": 4.701743768625866e-12, + "K": 7.099380219983964e-14, + "L": 5.1023032909824906e-08, + "G": 1.2377298617138877e-06, + "F": 1.5190174963208847e-05, + "E": 1.362714652231034e-08, + "T": 4.538347184279701e-06, + "P": 0.008236316032707691, + "-": 0.991741418838501 + }, + "id": "tp_10648" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1331031, + "label": "-", + "classification": { + "B": 1.474577260296428e-07, + "S": 3.525070368937122e-08, + "I": 1.2681924090429675e-05, + "C": 2.5909457690431736e-06, + "R": 3.205601331046637e-07, + "M": 1.3224809663370252e-05, + "O": 2.726570301092579e-06, + "W": 4.390896890527074e-08, + "N": 2.2983387282238255e-07, + "Y": 0.0002701886696740985, + "U": 2.6767393634941072e-08, + "K": 1.108458107523802e-07, + "L": 3.1291912705455616e-07, + "G": 6.937523721717298e-05, + "F": 0.0004850112018175423, + "E": 1.8324724806006998e-05, + "T": 0.00011344302038196474, + "P": 0.02751111052930355, + "-": 0.9715000987052917 + }, + "id": "tp_10649" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1331131, + "label": "-", + "classification": { + "B": 8.695065112362954e-09, + "S": 3.1731650640409725e-09, + "I": 3.143455251120031e-05, + "C": 6.344971552607603e-07, + "R": 2.3817106509227415e-08, + "M": 3.1828059832150757e-07, + "O": 1.7741257352099638e-07, + "W": 5.9820353115469516e-09, + "N": 6.468048923125025e-07, + "Y": 1.7822572772274725e-05, + "U": 1.0361749680498633e-08, + "K": 3.426335482004106e-08, + "L": 6.638670058123353e-09, + "G": 3.31618366544717e-06, + "F": 5.4515330702997744e-05, + "E": 1.72359050338855e-05, + "T": 1.443583005311666e-05, + "P": 0.41319355368614197, + "-": 0.5866658091545105 + }, + "id": "tp_10650" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1331265, + "label": "-", + "classification": { + "B": 1.8797829397954047e-05, + "S": 4.032342985738069e-05, + "I": 0.0008159956196323037, + "C": 0.0011723372153937817, + "R": 0.0002421247772872448, + "M": 0.0019260088447481394, + "O": 0.0006091612158343196, + "W": 2.3387607143376954e-05, + "N": 0.00011230098607484251, + "Y": 0.008579816669225693, + "U": 2.3236030756379478e-05, + "K": 5.179290383239277e-05, + "L": 0.00014690554235130548, + "G": 0.003514170413836837, + "F": 0.019279034808278084, + "E": 0.0006442731828428805, + "T": 0.006507201585918665, + "P": 0.0597398541867733, + "-": 0.8965532779693604 + }, + "id": "tp_10651" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1331398, + "label": "-", + "classification": { + "B": 2.501627527351502e-08, + "S": 3.1624967089527445e-09, + "I": 3.6972505768062547e-06, + "C": 3.646992183803377e-07, + "R": 3.909464041385036e-08, + "M": 4.984070073987823e-06, + "O": 6.211670324773877e-07, + "W": 3.982518759215736e-09, + "N": 4.166940215100112e-08, + "Y": 0.00010669988114386797, + "U": 4.6511101636781405e-09, + "K": 1.7522707196349074e-07, + "L": 1.8342626972867038e-08, + "G": 2.5909137548296712e-05, + "F": 7.58675450924784e-05, + "E": 9.640418284107e-06, + "T": 4.72190477012191e-05, + "P": 0.007204870227724314, + "-": 0.9925199747085571 + }, + "id": "tp_10652" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1331532, + "label": "-", + "classification": { + "B": 1.7893267312274475e-08, + "S": 5.588149054602809e-09, + "I": 3.2691566502762726e-06, + "C": 1.7745693412507535e-06, + "R": 6.981520073168213e-08, + "M": 5.016601789975539e-06, + "O": 5.001904810342239e-07, + "W": 1.9080989233088985e-08, + "N": 1.3303267110131856e-07, + "Y": 0.0002009734744206071, + "U": 1.5816011611491376e-08, + "K": 4.234518655721331e-06, + "L": 9.921071075780219e-09, + "G": 1.071700535248965e-05, + "F": 0.00034005395718850195, + "E": 5.6254881201311946e-05, + "T": 2.053917523880955e-05, + "P": 0.020911015570163727, + "-": 0.978445291519165 + }, + "id": "tp_10653" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1331632, + "label": "-", + "classification": { + "B": 1.121153309213696e-05, + "S": 5.289666091812251e-07, + "I": 1.2399103979987558e-05, + "C": 4.1956332097470295e-06, + "R": 1.2108027931390097e-06, + "M": 4.661640923586674e-05, + "O": 7.739721331745386e-05, + "W": 4.2009318690361397e-07, + "N": 4.2231050656482694e-07, + "Y": 7.978166831890121e-05, + "U": 5.8095974253546956e-08, + "K": 1.882003353159689e-08, + "L": 1.2450565918697976e-05, + "G": 0.0002699802862480283, + "F": 0.001625542645342648, + "E": 1.0030515113612637e-05, + "T": 0.00022059076582081616, + "P": 0.024472884833812714, + "-": 0.9731543660163879 + }, + "id": "tp_10654" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1331765, + "label": "-", + "classification": { + "B": 9.810413592603595e-11, + "S": 9.355427890711532e-12, + "I": 1.7567327859069337e-07, + "C": 1.2269381954865821e-08, + "R": 4.3870806987200694e-10, + "M": 1.4624627731052442e-08, + "O": 1.2998360610083637e-08, + "W": 3.8382901024203164e-11, + "N": 1.048410913639941e-09, + "Y": 4.17330880964073e-07, + "U": 3.9204493818001396e-11, + "K": 6.362315535524132e-11, + "L": 3.1889826890285633e-10, + "G": 3.499539502627158e-07, + "F": 2.5072149583138525e-05, + "E": 5.887478238264521e-08, + "T": 7.89632792930206e-07, + "P": 0.10650715976953506, + "-": 0.8934658765792847 + }, + "id": "tp_10655" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1331899, + "label": "-", + "classification": { + "B": 1.7555461226947955e-06, + "S": 2.1660773086296103e-07, + "I": 2.8553555239341222e-05, + "C": 9.822002766668447e-07, + "R": 3.3386177733518707e-07, + "M": 1.2618565961020067e-05, + "O": 8.059216270339675e-06, + "W": 1.8528837131270848e-07, + "N": 8.260928439085546e-07, + "Y": 0.0002363972889725119, + "U": 7.448390704212215e-08, + "K": 2.4708094770176103e-07, + "L": 7.452813974850869e-07, + "G": 0.00012119132588850334, + "F": 0.0010748036438599229, + "E": 4.5085638703312725e-05, + "T": 0.00019676527881529182, + "P": 0.11172641813755035, + "-": 0.8865448832511902 + }, + "id": "tp_10656" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1332032, + "label": "-", + "classification": { + "B": 1.4272290904671081e-08, + "S": 4.877623638321893e-09, + "I": 3.697133433888666e-05, + "C": 5.951437742623966e-07, + "R": 9.537713907548095e-08, + "M": 7.779898623994086e-06, + "O": 7.790445124555845e-07, + "W": 1.782714775799832e-08, + "N": 3.014514788901579e-07, + "Y": 0.00010954546451102942, + "U": 8.134091622480355e-09, + "K": 2.5144720083858374e-08, + "L": 4.723132107642414e-08, + "G": 4.855206043430371e-06, + "F": 6.69300279696472e-05, + "E": 1.5256654478434939e-05, + "T": 9.031233639689162e-05, + "P": 0.08002497255802155, + "-": 0.9196414351463318 + }, + "id": "tp_10657" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1332132, + "label": "-", + "classification": { + "B": 1.7142210708698258e-05, + "S": 1.6711251191736665e-06, + "I": 0.0010274145752191544, + "C": 0.0006231964798644185, + "R": 0.00015740488015580922, + "M": 0.0005765554960817099, + "O": 0.00012304783740546554, + "W": 1.2235456779308151e-05, + "N": 3.492208634270355e-05, + "Y": 0.0063269296661019325, + "U": 2.8433913030312397e-05, + "K": 0.0001023147051455453, + "L": 3.617620313889347e-05, + "G": 0.0016837221337482333, + "F": 0.0018132836557924747, + "E": 0.0008699868922121823, + "T": 0.002445678925141692, + "P": 0.03964029625058174, + "-": 0.9444794654846191 + }, + "id": "tp_10658" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1332266, + "label": "-", + "classification": { + "B": 1.561017114182217e-11, + "S": 3.619408245336686e-11, + "I": 2.814924471294944e-07, + "C": 3.1284288493083068e-09, + "R": 2.029244272616637e-10, + "M": 2.1102673386508286e-08, + "O": 9.374834242237284e-09, + "W": 9.664152117450087e-11, + "N": 3.952743909962919e-09, + "Y": 3.5303646654938348e-06, + "U": 4.411509699209226e-11, + "K": 6.1945910623251166e-09, + "L": 4.53496892816041e-11, + "G": 1.1812779376896287e-07, + "F": 3.327830563648604e-05, + "E": 5.589380975834501e-07, + "T": 1.8032868638329091e-06, + "P": 0.03360294550657272, + "-": 0.9663574695587158 + }, + "id": "tp_10659" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1332399, + "label": "-", + "classification": { + "B": 0.00018530657689552754, + "S": 5.4527125030290335e-05, + "I": 0.0006660468643531203, + "C": 0.00018472255032975227, + "R": 5.576433250098489e-05, + "M": 0.0009716220665723085, + "O": 0.0005107001634314656, + "W": 3.922709947801195e-05, + "N": 4.6394819946726784e-05, + "Y": 0.0015045239124447107, + "U": 8.965802408056334e-06, + "K": 1.4655936411145376e-06, + "L": 0.00022381803137250245, + "G": 0.0011593187227845192, + "F": 0.003700627014040947, + "E": 0.0004499968490563333, + "T": 0.0032131040934473276, + "P": 0.1956944465637207, + "-": 0.7913293838500977 + }, + "id": "tp_10660" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1332533, + "label": "-", + "classification": { + "B": 1.1433489532919339e-07, + "S": 6.107420063017344e-07, + "I": 3.9281821955228224e-06, + "C": 2.0471503376029432e-05, + "R": 4.8157567107409704e-06, + "M": 0.0006937464931979775, + "O": 3.4714870707830414e-05, + "W": 1.6092558041691518e-07, + "N": 3.182653429689708e-08, + "Y": 0.009854800067842007, + "U": 4.103296813440238e-09, + "K": 2.1825899310101704e-08, + "L": 2.3011483790469356e-05, + "G": 0.0012708676513284445, + "F": 0.0034717258531600237, + "E": 5.8705172705231234e-06, + "T": 0.0028918785974383354, + "P": 0.0003141089982818812, + "-": 0.9814091920852661 + }, + "id": "tp_10661" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1332633, + "label": "-", + "classification": { + "B": 0.000196868073544465, + "S": 2.426970240776427e-06, + "I": 6.847604254289763e-06, + "C": 3.0395233352464857e-07, + "R": 4.5140174620428297e-07, + "M": 0.0016930208075791597, + "O": 0.0004079522332176566, + "W": 1.1908662145287963e-06, + "N": 2.819630928740935e-08, + "Y": 0.0002572805969975889, + "U": 1.8052891403996796e-09, + "K": 2.9870793338826473e-11, + "L": 9.79873220785521e-05, + "G": 0.0003791190392803401, + "F": 7.4899842729792e-05, + "E": 3.7757938571303384e-06, + "T": 0.0005536447279155254, + "P": 0.0016215895302593708, + "-": 0.9947025179862976 + }, + "id": "tp_10662" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1332766, + "label": "-", + "classification": { + "B": 2.634057416628366e-09, + "S": 7.903996390723478e-08, + "I": 1.0826668983554555e-07, + "C": 5.777459399780582e-09, + "R": 7.303138094272299e-10, + "M": 1.526334926893469e-05, + "O": 5.269132543617161e-07, + "W": 4.345992010712507e-09, + "N": 3.3887832540102636e-09, + "Y": 0.0003949555684812367, + "U": 6.269306254691465e-12, + "K": 1.0441776510106138e-07, + "L": 5.7788036578187985e-09, + "G": 1.4914580788172316e-05, + "F": 0.002279439475387335, + "E": 4.651477411243832e-06, + "T": 0.0001800821046344936, + "P": 0.0010337198618799448, + "-": 0.9960760474205017 + }, + "id": "tp_10663" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1332900, + "label": "-", + "classification": { + "B": 8.866887259151301e-12, + "S": 4.4456327508157756e-09, + "I": 1.0278067748004105e-06, + "C": 2.3472908061705766e-09, + "R": 5.837154648524745e-10, + "M": 3.8857848494444625e-08, + "O": 4.8596824342439504e-08, + "W": 2.480936345250484e-09, + "N": 8.706771126298918e-08, + "Y": 7.525564433308318e-05, + "U": 3.2124657101118004e-11, + "K": 4.27896884502843e-06, + "L": 4.586511725968023e-11, + "G": 6.471282745224016e-07, + "F": 0.008101685903966427, + "E": 6.496533842437202e-06, + "T": 1.581539800099563e-05, + "P": 0.046480029821395874, + "-": 0.9453145861625671 + }, + "id": "tp_10664" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1333033, + "label": "-", + "classification": { + "B": 7.803668822248255e-10, + "S": 4.916275031519035e-08, + "I": 2.044144139290438e-06, + "C": 0.0002159098075935617, + "R": 2.864622001652606e-05, + "M": 3.0148541554808617e-05, + "O": 1.9878187231370248e-05, + "W": 6.38208987879807e-08, + "N": 2.3963623974054826e-08, + "Y": 0.002445306396111846, + "U": 8.347291746702012e-09, + "K": 3.282935267634457e-06, + "L": 2.6941663691104623e-06, + "G": 0.0003370479680597782, + "F": 0.0036708395928144455, + "E": 1.368524522149528e-06, + "T": 0.0001702443405520171, + "P": 0.00017753550491761416, + "-": 0.9928949475288391 + }, + "id": "tp_10665" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1333133, + "label": "-", + "classification": { + "B": 2.1142669481832854e-07, + "S": 6.999343895586208e-05, + "I": 4.700773104104883e-07, + "C": 3.6415617614693474e-06, + "R": 3.121641384495888e-06, + "M": 0.0036905964370816946, + "O": 0.0008940220577642322, + "W": 2.1928331079834606e-06, + "N": 2.3261849335654006e-08, + "Y": 0.1146143302321434, + "U": 7.200255669470579e-11, + "K": 1.5201764824723796e-07, + "L": 7.691903010709211e-05, + "G": 0.022903980687260628, + "F": 0.09214387089014053, + "E": 1.6507143527633161e-06, + "T": 0.013006984256207943, + "P": 2.0336645320639946e-05, + "-": 0.7525675892829895 + }, + "id": "tp_10666" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1333267, + "label": "-", + "classification": { + "B": 3.129457866180019e-07, + "S": 1.5317800716729835e-06, + "I": 8.738984433875885e-06, + "C": 4.961959348293021e-06, + "R": 1.0871428912651027e-06, + "M": 1.4323796676762868e-05, + "O": 1.9331804651301354e-05, + "W": 1.1744900803023484e-06, + "N": 1.043358565766539e-06, + "Y": 0.0008414898184128106, + "U": 2.113002750547821e-07, + "K": 2.38179272855632e-05, + "L": 1.291855369345285e-06, + "G": 0.00011944690049858764, + "F": 0.04001340642571449, + "E": 2.6832722141989507e-05, + "T": 0.000157163551193662, + "P": 0.020482560619711876, + "-": 0.9382812976837158 + }, + "id": "tp_10667" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1333400, + "label": "-", + "classification": { + "B": 1.2450969961719238e-06, + "S": 0.00011892974725924432, + "I": 7.131726306397468e-05, + "C": 2.05498727154918e-05, + "R": 1.643134055484552e-05, + "M": 0.001828439300879836, + "O": 0.00043638463830575347, + "W": 1.2253172826603986e-05, + "N": 6.2649432948092e-06, + "Y": 0.2038830667734146, + "U": 2.313243463447634e-08, + "K": 5.898464223719202e-05, + "L": 2.0043744370923378e-05, + "G": 0.008366324938833714, + "F": 0.06247967109084129, + "E": 0.00012214107846375555, + "T": 0.029532797634601593, + "P": 0.0009229984716512263, + "-": 0.6921020746231079 + }, + "id": "tp_10668" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1333500, + "label": "-", + "classification": { + "B": 3.152960204033661e-08, + "S": 7.368840306298807e-05, + "I": 3.4528099490671593e-07, + "C": 3.434292921156157e-06, + "R": 4.269720193406101e-06, + "M": 0.005724444519728422, + "O": 0.001541626756079495, + "W": 1.3922482366979239e-06, + "N": 7.053492012687457e-09, + "Y": 0.27818959951400757, + "U": 4.787403112826993e-12, + "K": 4.086020055638073e-08, + "L": 0.00017604109598323703, + "G": 0.0666191503405571, + "F": 0.11634644120931625, + "E": 3.671713102448848e-07, + "T": 0.05581254884600639, + "P": 1.53341989062028e-06, + "-": 0.4755050539970398 + }, + "id": "tp_10669" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1333634, + "label": "-", + "classification": { + "B": 1.3844776887428356e-11, + "S": 3.592010910935528e-09, + "I": 1.8679921609532357e-08, + "C": 1.2074197641709361e-08, + "R": 3.830610495469955e-09, + "M": 9.79302240011748e-06, + "O": 3.007962732226588e-07, + "W": 4.679870935220265e-10, + "N": 2.93793711581003e-10, + "Y": 0.0009035394759848714, + "U": 2.6276866967045454e-12, + "K": 2.3553671013587518e-08, + "L": 2.4369051221384552e-09, + "G": 7.931614163680933e-06, + "F": 0.0002819830842781812, + "E": 9.115233723377969e-08, + "T": 0.00020087855227757245, + "P": 6.70476074446924e-05, + "-": 0.9985283613204956 + }, + "id": "tp_10670" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1333767, + "label": "-", + "classification": { + "B": 5.180263542570174e-07, + "S": 7.193664714577608e-06, + "I": 4.525958956946852e-06, + "C": 1.6860932419149322e-06, + "R": 1.5376641613329411e-06, + "M": 0.002312364988029003, + "O": 0.0003765429719351232, + "W": 3.1867901384430297e-07, + "N": 1.5909851214246373e-08, + "Y": 0.022891392931342125, + "U": 1.546309955080538e-11, + "K": 1.9929664585305318e-09, + "L": 1.4692215700051747e-05, + "G": 0.002638009376823902, + "F": 0.0014804054517298937, + "E": 1.1454247896836023e-06, + "T": 0.007640230935066938, + "P": 3.9450016629416496e-05, + "-": 0.9625899791717529 + }, + "id": "tp_10671" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1333901, + "label": "-", + "classification": { + "B": 3.905358028077899e-07, + "S": 1.36020871650544e-05, + "I": 8.760761005532913e-08, + "C": 1.1332489435744719e-07, + "R": 3.649099085123453e-07, + "M": 0.0002614443947095424, + "O": 0.0002264518989250064, + "W": 3.308737177576404e-07, + "N": 7.792018696939351e-10, + "Y": 0.0006518251611851156, + "U": 5.182180205787201e-12, + "K": 9.949747969972833e-11, + "L": 5.27252814208623e-05, + "G": 0.0007765836198814213, + "F": 0.01206426601856947, + "E": 2.2362620200055972e-07, + "T": 0.00021119476878084242, + "P": 6.524888158310205e-05, + "-": 0.9856751561164856 + }, + "id": "tp_10672" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1334001, + "label": "-", + "classification": { + "B": 6.66520918457536e-07, + "S": 2.497416608093772e-05, + "I": 6.429521590689546e-07, + "C": 2.5809386627884123e-08, + "R": 4.005572051823947e-08, + "M": 9.548263915348798e-05, + "O": 8.60228028614074e-05, + "W": 4.097014141279942e-07, + "N": 6.695962007086109e-09, + "Y": 0.0016595672350376844, + "U": 8.819694106987352e-12, + "K": 1.2308731811572216e-09, + "L": 2.392525402683532e-06, + "G": 0.0002836738131009042, + "F": 0.004893825855106115, + "E": 1.0636803153829533e-06, + "T": 0.0007837629527784884, + "P": 0.00021930460934527218, + "-": 0.9919482469558716 + }, + "id": "tp_10673" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1334134, + "label": "-", + "classification": { + "B": 6.853479372556648e-13, + "S": 1.3265186475305835e-13, + "I": 7.777872923497853e-08, + "C": 8.164260933973821e-11, + "R": 1.3916241423106435e-11, + "M": 2.5901678668560635e-07, + "O": 4.885213900074348e-10, + "W": 1.3103340840755345e-13, + "N": 1.4524245521563284e-11, + "Y": 3.0402219636016525e-05, + "U": 2.4692120025623758e-14, + "K": 5.141811022096876e-12, + "L": 7.856492366398182e-12, + "G": 4.124815973227669e-07, + "F": 2.3191394120658515e-06, + "E": 8.002957230246466e-08, + "T": 4.550742687570164e-06, + "P": 0.0006689557922072709, + "-": 0.9992929697036743 + }, + "id": "tp_10674" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1334268, + "label": "-", + "classification": { + "B": 8.164867115745267e-10, + "S": 2.4186121549973905e-07, + "I": 1.928485289681703e-06, + "C": 2.547925078033586e-06, + "R": 1.364122113045596e-06, + "M": 9.716343629406765e-05, + "O": 3.916065543307923e-05, + "W": 4.460502722736237e-08, + "N": 1.387990966605912e-08, + "Y": 0.026024017482995987, + "U": 9.447068127776959e-11, + "K": 5.347654408183189e-08, + "L": 2.7229946226725588e-06, + "G": 0.001396968960762024, + "F": 0.00781676359474659, + "E": 1.2840137060265988e-06, + "T": 0.0012972335098311305, + "P": 0.0001246939500560984, + "-": 0.9631937146186829 + }, + "id": "tp_10675" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1334401, + "label": "-", + "classification": { + "B": 2.9380353794294933e-07, + "S": 3.7920664908597246e-05, + "I": 1.676187639532145e-05, + "C": 6.874033147141745e-07, + "R": 6.101170697547786e-07, + "M": 0.006365781184285879, + "O": 0.0004914410528726876, + "W": 6.999644597271981e-07, + "N": 7.882376706902505e-08, + "Y": 0.09301933646202087, + "U": 1.202930116628309e-11, + "K": 6.0747940011651735e-09, + "L": 1.0307152479072101e-05, + "G": 0.00201983330771327, + "F": 0.0036560017615556717, + "E": 3.309364956294303e-06, + "T": 0.02471768856048584, + "P": 7.222402200568467e-05, + "-": 0.8695869445800781 + }, + "id": "tp_10676" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1334501, + "label": "Y", + "classification": { + "B": 6.762293651263462e-06, + "S": 0.0002558843116275966, + "I": 4.3871576053788885e-05, + "C": 0.00025843127514235675, + "R": 0.00012435895041562617, + "M": 0.013998954556882381, + "O": 0.0035255267284810543, + "W": 3.5466575354803354e-05, + "N": 3.4938345834234497e-06, + "Y": 0.333143025636673, + "U": 9.988143290229345e-08, + "K": 6.497986760223284e-05, + "L": 0.0010891928104683757, + "G": 0.29007434844970703, + "F": 0.0675896555185318, + "E": 0.00026227376656606793, + "T": 0.034950289875268936, + "P": 0.0003440042200963944, + "-": 0.2542293965816498 + }, + "id": "tp_10677" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1334635, + "label": "-", + "classification": { + "B": 1.013127637339295e-10, + "S": 4.969100686480488e-10, + "I": 4.209048387604497e-10, + "C": 2.4380355373443408e-11, + "R": 5.656913739521263e-12, + "M": 1.6475036090923822e-07, + "O": 2.2705441082848665e-08, + "W": 4.4900021201055296e-11, + "N": 8.246316823834476e-12, + "Y": 5.220945240580477e-06, + "U": 1.4468802675068893e-13, + "K": 7.117238742804233e-11, + "L": 1.696507656578916e-10, + "G": 2.330462649524634e-07, + "F": 0.0003460580774117261, + "E": 1.8022189962607627e-08, + "T": 1.821916043809324e-06, + "P": 0.00045766463153995574, + "-": 0.9991888403892517 + }, + "id": "tp_10678" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1334768, + "label": "-", + "classification": { + "B": 2.1921440218619637e-09, + "S": 1.4064646336464648e-07, + "I": 1.9769415757764364e-06, + "C": 0.00030856794910505414, + "R": 2.261171721329447e-05, + "M": 6.15131066297181e-05, + "O": 1.1677661859721411e-05, + "W": 1.6026096716359461e-07, + "N": 7.474879737401352e-08, + "Y": 0.1023985892534256, + "U": 5.919206458315784e-09, + "K": 0.0003832434013020247, + "L": 2.4007426873140503e-06, + "G": 0.0089053213596344, + "F": 0.04801907390356064, + "E": 6.167822721181437e-05, + "T": 0.0018828881438821554, + "P": 0.0001306423218920827, + "-": 0.8378094434738159 + }, + "id": "tp_10679" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1334902, + "label": "-", + "classification": { + "B": 8.33440955139153e-11, + "S": 8.483975189044202e-10, + "I": 4.3589668763388545e-08, + "C": 1.5212368253969544e-08, + "R": 4.053256841274333e-09, + "M": 7.107777946657734e-06, + "O": 1.2224091960888472e-07, + "W": 1.4652752622357212e-10, + "N": 1.685621225933076e-10, + "Y": 0.0018824131693691015, + "U": 1.8392889208213026e-12, + "K": 9.583707161198163e-10, + "L": 4.421751409466879e-09, + "G": 1.5076842828420922e-05, + "F": 0.0001598220260348171, + "E": 9.598296202284473e-08, + "T": 0.0004833086277358234, + "P": 7.449971599271521e-05, + "-": 0.9973776340484619 + }, + "id": "tp_10680" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1335002, + "label": "-", + "classification": { + "B": 1.0346154488694026e-10, + "S": 5.5823512923325325e-08, + "I": 8.744558854800744e-09, + "C": 3.254198190916213e-06, + "R": 8.358604191016639e-07, + "M": 9.566066728439182e-05, + "O": 7.447470125043765e-06, + "W": 1.2965023721278612e-08, + "N": 1.9363810555006467e-10, + "Y": 0.013991162180900574, + "U": 1.754767338379981e-11, + "K": 6.8844940415147e-08, + "L": 3.1231097636919003e-06, + "G": 0.0009797277161851525, + "F": 0.03387890011072159, + "E": 1.0217951995628027e-07, + "T": 0.0010781760793179274, + "P": 9.405690434505232e-06, + "-": 0.9499520659446716 + }, + "id": "tp_10681" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1335135, + "label": "-", + "classification": { + "B": 4.035390759327129e-07, + "S": 7.831628863641527e-06, + "I": 0.00018844747683033347, + "C": 3.4342701837886125e-05, + "R": 1.7345824744552374e-05, + "M": 0.0002811053127516061, + "O": 0.00013113416207488626, + "W": 8.140515092236456e-06, + "N": 1.9363347746548243e-05, + "Y": 0.015444951131939888, + "U": 2.96129400112477e-07, + "K": 0.0007672187057323754, + "L": 5.595064976660069e-06, + "G": 0.004657885991036892, + "F": 0.08689303696155548, + "E": 0.0006839593988843262, + "T": 0.002741647884249687, + "P": 0.013268822804093361, + "-": 0.8748483657836914 + }, + "id": "tp_10682" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1335269, + "label": "-", + "classification": { + "B": 1.6538351133021933e-08, + "S": 3.460347954842291e-07, + "I": 4.137816478344547e-10, + "C": 5.105541944772085e-08, + "R": 1.9157397446178948e-08, + "M": 0.0003290468594059348, + "O": 4.811223334399983e-05, + "W": 4.337421977140821e-09, + "N": 2.812865608839421e-12, + "Y": 0.0003174157172907144, + "U": 7.055180685543519e-14, + "K": 1.9408782307023253e-12, + "L": 4.218939284328371e-05, + "G": 0.0014326955424621701, + "F": 0.016752295196056366, + "E": 2.6410875264559763e-08, + "T": 6.579305772902444e-05, + "P": 2.377129703745595e-06, + "-": 0.9810096025466919 + }, + "id": "tp_10683" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1335402, + "label": "-", + "classification": { + "B": 2.204304294650683e-08, + "S": 6.683145414854152e-08, + "I": 9.313375848307714e-09, + "C": 1.559927326200139e-10, + "R": 1.1305535674299705e-10, + "M": 7.00055079505546e-06, + "O": 1.324983259110013e-06, + "W": 3.839430995355997e-09, + "N": 1.4696706351902122e-10, + "Y": 1.8811751942848787e-05, + "U": 8.654517532312445e-13, + "K": 1.6993677298682286e-10, + "L": 1.3639329665693367e-08, + "G": 2.476133659001789e-06, + "F": 0.0006237318739295006, + "E": 5.77051260108874e-08, + "T": 2.390593544987496e-05, + "P": 0.0002650480892043561, + "-": 0.9990575909614563 + }, + "id": "tp_10684" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1335502, + "label": "-", + "classification": { + "B": 0.00039561171433888376, + "S": 0.001334430300630629, + "I": 1.65042524713499e-06, + "C": 0.00033691030694171786, + "R": 0.0004510207218118012, + "M": 0.011976215057075024, + "O": 0.014601917006075382, + "W": 0.000201352420845069, + "N": 1.8665268441964145e-07, + "Y": 0.012738840654492378, + "U": 2.718025449155448e-08, + "K": 4.901064585283166e-07, + "L": 0.017591509968042374, + "G": 0.09866813570261002, + "F": 0.248379647731781, + "E": 2.460096584400162e-05, + "T": 0.0051662735641002655, + "P": 0.00011272991105215624, + "-": 0.5880184769630432 + }, + "id": "tp_10685" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1335636, + "label": "-", + "classification": { + "B": 2.0250077170658187e-07, + "S": 1.7676333300187252e-05, + "I": 0.00011684128548949957, + "C": 8.130768037517555e-06, + "R": 3.907850441464689e-06, + "M": 0.0014934911159798503, + "O": 0.00016085332026705146, + "W": 3.058975607928005e-06, + "N": 3.871006811095867e-06, + "Y": 0.16850389540195465, + "U": 1.793119075443883e-08, + "K": 7.790091331116855e-06, + "L": 2.794807642203523e-06, + "G": 0.00148428650572896, + "F": 0.0016537407645955682, + "E": 2.4455555831082165e-05, + "T": 0.072325199842453, + "P": 0.000881071959156543, + "-": 0.7533086538314819 + }, + "id": "tp_10686" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1335769, + "label": "-", + "classification": { + "B": 4.312081941515444e-12, + "S": 1.0002941808195942e-09, + "I": 1.1852500847453484e-07, + "C": 2.728170329646673e-07, + "R": 2.67248392304964e-08, + "M": 1.3464372386806644e-05, + "O": 3.8383615219572675e-07, + "W": 3.9321046418905325e-10, + "N": 5.936752200952355e-10, + "Y": 0.05312526226043701, + "U": 6.77624948340616e-13, + "K": 4.924000904793502e-07, + "L": 7.484848296712698e-09, + "G": 0.0011271554976701736, + "F": 0.002241466660052538, + "E": 1.2295214446567115e-06, + "T": 0.0015203102957457304, + "P": 7.95347114035394e-06, + "-": 0.941961944103241 + }, + "id": "tp_10687" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1335903, + "label": "-", + "classification": { + "B": 6.997394666541368e-05, + "S": 0.0005880510434508324, + "I": 0.0005029996391385794, + "C": 0.00013883583596907556, + "R": 9.112877887673676e-05, + "M": 0.007227797526866198, + "O": 0.0022674035280942917, + "W": 0.0001045435419655405, + "N": 4.964707841281779e-05, + "Y": 0.06215870380401611, + "U": 7.65227525789669e-07, + "K": 0.0001520257064839825, + "L": 0.000371941743651405, + "G": 0.02494065836071968, + "F": 0.16804970800876617, + "E": 0.002614466240629554, + "T": 0.014713991433382034, + "P": 0.011803561821579933, + "-": 0.7041537761688232 + }, + "id": "tp_10688" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1336003, + "label": "-", + "classification": { + "B": 4.386071950079895e-08, + "S": 4.705462970377994e-07, + "I": 1.3050142797510489e-06, + "C": 1.0315560530216317e-06, + "R": 3.273746358445351e-07, + "M": 3.970450779888779e-05, + "O": 9.115347893384751e-06, + "W": 1.0768708591513132e-07, + "N": 6.382195749665698e-08, + "Y": 0.0011887663276866078, + "U": 3.305649309837122e-09, + "K": 6.751484988853917e-07, + "L": 2.528669824641838e-07, + "G": 6.55887633911334e-05, + "F": 0.0011295671574771404, + "E": 2.1533619474212173e-06, + "T": 0.0009158480679616332, + "P": 0.0012570839608088136, + "-": 0.9953879714012146 + }, + "id": "tp_10689" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1336136, + "label": "-", + "classification": { + "B": 5.555074178431596e-09, + "S": 5.13424879500235e-07, + "I": 1.4130588255056864e-08, + "C": 1.1040160643460695e-06, + "R": 2.284810705077689e-07, + "M": 5.6936583860078827e-05, + "O": 1.4474028830591124e-05, + "W": 5.0318980981955974e-08, + "N": 9.410141554866414e-10, + "Y": 0.0007817649166099727, + "U": 3.0954135088467893e-11, + "K": 4.251466023674766e-08, + "L": 3.983008355135098e-06, + "G": 0.0007464755908586085, + "F": 0.11302925646305084, + "E": 1.5302709925890667e-06, + "T": 0.00023118242097552866, + "P": 0.00011846418783534318, + "-": 0.8850139379501343 + }, + "id": "tp_10690" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1336270, + "label": "-", + "classification": { + "B": 3.111523199095245e-07, + "S": 0.0004095572221558541, + "I": 3.901739546563476e-06, + "C": 1.0055682651000097e-05, + "R": 4.567311862047063e-06, + "M": 0.004208770580589771, + "O": 0.0012449488276615739, + "W": 8.152509508363437e-06, + "N": 1.8360279341322894e-07, + "Y": 0.00491952383890748, + "U": 5.592785679020551e-10, + "K": 6.645230996582541e-07, + "L": 0.00013065055827610195, + "G": 0.00938625168055296, + "F": 0.073784738779068, + "E": 1.6122139641083777e-05, + "T": 0.013816962949931622, + "P": 0.00013956546899862587, + "-": 0.8919150233268738 + }, + "id": "tp_10691" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1336403, + "label": "-", + "classification": { + "B": 1.4178496712702326e-05, + "S": 2.8769387427018955e-05, + "I": 0.00010045573435490951, + "C": 3.861211735056713e-05, + "R": 2.4468568881275132e-05, + "M": 0.0004193682980258018, + "O": 0.0002532835060264915, + "W": 1.4105196896707639e-05, + "N": 4.946349235979142e-06, + "Y": 0.0024481990840286016, + "U": 8.352339477823989e-07, + "K": 1.956616642928566e-06, + "L": 4.0127819374902174e-05, + "G": 0.0005063730641268194, + "F": 0.005454500671476126, + "E": 5.018814772483893e-05, + "T": 0.002070070942863822, + "P": 0.020178768783807755, + "-": 0.968350887298584 + }, + "id": "tp_10692" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1336503, + "label": "-", + "classification": { + "B": 7.335274858633056e-07, + "S": 1.7464686834500753e-06, + "I": 5.821867489430588e-06, + "C": 2.8740856805598014e-07, + "R": 7.010063427514979e-07, + "M": 0.0009387272293679416, + "O": 5.530296402866952e-05, + "W": 3.8690657788720273e-07, + "N": 7.973843452191431e-08, + "Y": 0.011809898540377617, + "U": 4.772680917142225e-09, + "K": 6.38502086758308e-08, + "L": 4.006346898677293e-06, + "G": 0.0003314306668471545, + "F": 0.0014711609110236168, + "E": 3.012623892573174e-06, + "T": 0.004144258797168732, + "P": 0.0007193432538770139, + "-": 0.9805130958557129 + }, + "id": "tp_10693" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1336637, + "label": "Y", + "classification": { + "B": 1.4495660138891253e-07, + "S": 1.3414416571322363e-05, + "I": 1.1444320989539847e-05, + "C": 5.315266207617242e-06, + "R": 3.544960918588913e-06, + "M": 0.004559896886348724, + "O": 0.00034727633465081453, + "W": 1.1404287079130881e-06, + "N": 2.828207357197243e-07, + "Y": 0.46444064378738403, + "U": 3.609015586381048e-10, + "K": 1.3192906180847785e-06, + "L": 1.5187745702860411e-05, + "G": 0.029083069413900375, + "F": 0.01081683486700058, + "E": 3.836039104498923e-05, + "T": 0.0563829131424427, + "P": 6.118636520113796e-05, + "-": 0.43421804904937744 + }, + "id": "tp_10694" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1336770, + "label": "-", + "classification": { + "B": 1.7638928095919937e-09, + "S": 2.1088215618192407e-09, + "I": 8.309471999368157e-10, + "C": 8.168024834276366e-08, + "R": 5.030312522080749e-08, + "M": 3.0026931199245155e-05, + "O": 5.137942935107276e-06, + "W": 7.281153457938672e-10, + "N": 1.1329341327928621e-12, + "Y": 3.369726982782595e-05, + "U": 4.958209949383618e-13, + "K": 2.2807959608960558e-14, + "L": 6.066923106118338e-06, + "G": 2.9861528673791327e-05, + "F": 9.261921513825655e-05, + "E": 6.425472931503862e-10, + "T": 3.123715578112751e-05, + "P": 3.888240371452412e-06, + "-": 0.9997673630714417 + }, + "id": "tp_10695" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1336904, + "label": "-", + "classification": { + "B": 5.215307894747279e-13, + "S": 5.4051617348616077e-11, + "I": 1.0926810151135058e-10, + "C": 1.306401792300349e-10, + "R": 1.0917138720811792e-11, + "M": 5.079149545395012e-08, + "O": 4.3739327715286436e-09, + "W": 4.688869518348904e-12, + "N": 1.0395962519657576e-12, + "Y": 1.4115398698777426e-05, + "U": 8.068965451585395e-15, + "K": 2.600056801804751e-11, + "L": 5.4820138012390274e-11, + "G": 4.2464463945179887e-07, + "F": 0.00023172004148364067, + "E": 1.7846869537763155e-09, + "T": 4.139978045714088e-06, + "P": 3.073566040256992e-05, + "-": 0.9997188448905945 + }, + "id": "tp_10696" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1337004, + "label": "-", + "classification": { + "B": 4.957612418365898e-07, + "S": 3.0612966384069296e-06, + "I": 2.7697067707777023e-05, + "C": 1.4167448171065189e-05, + "R": 3.802346554948599e-06, + "M": 0.0006018865969963372, + "O": 5.7237000874010846e-05, + "W": 1.5938941260174033e-06, + "N": 1.1013850098606781e-06, + "Y": 0.0043466235511004925, + "U": 2.2263803245436975e-08, + "K": 4.676091975852614e-06, + "L": 3.810117732427898e-06, + "G": 0.0008793518645688891, + "F": 0.008432476781308651, + "E": 0.00016093961312435567, + "T": 0.0016567319398745894, + "P": 0.004199941176921129, + "-": 0.9796043634414673 + }, + "id": "tp_10697" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1337137, + "label": "-", + "classification": { + "B": 1.2283544492674991e-05, + "S": 1.910285027406644e-05, + "I": 9.136868902714923e-05, + "C": 2.00109752768185e-06, + "R": 9.746918294695206e-07, + "M": 0.0007859047618694603, + "O": 9.550559479976073e-05, + "W": 1.1883414572366746e-06, + "N": 9.042391297953145e-07, + "Y": 0.0019185584969818592, + "U": 5.317334128562834e-09, + "K": 3.195509989950551e-08, + "L": 1.2658838386414573e-05, + "G": 0.0005596162518486381, + "F": 0.004659467842429876, + "E": 8.715610601939261e-05, + "T": 0.0016381614841520786, + "P": 0.008242088370025158, + "-": 0.9818729758262634 + }, + "id": "tp_10698" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1337271, + "label": "-", + "classification": { + "B": 2.2900980667373005e-08, + "S": 4.327471359033552e-08, + "I": 1.2909239899272507e-08, + "C": 1.3057562000540202e-06, + "R": 4.0329413764084165e-07, + "M": 0.00013190167373977602, + "O": 1.8313248801860027e-05, + "W": 6.379381911614246e-09, + "N": 6.625888032685268e-11, + "Y": 0.0007710647769272327, + "U": 1.953065313642366e-11, + "K": 1.631218597697437e-11, + "L": 1.8054155589197762e-05, + "G": 0.0007384276832453907, + "F": 0.002696521347388625, + "E": 2.3676884453038838e-08, + "T": 0.00019195441564079374, + "P": 1.9321149011375383e-05, + "-": 0.9954126477241516 + }, + "id": "tp_10699" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1337404, + "label": "-", + "classification": { + "B": 1.4642137102782726e-07, + "S": 0.00016420820611529052, + "I": 2.2582686142413877e-05, + "C": 1.566892933624331e-06, + "R": 1.450261606805725e-06, + "M": 0.0007240522536449134, + "O": 0.0003533121198415756, + "W": 7.583509159303503e-06, + "N": 2.50934522227908e-06, + "Y": 0.013607023283839226, + "U": 6.381464245919233e-09, + "K": 3.0442395654972643e-05, + "L": 1.0980866136378609e-05, + "G": 0.0015317955985665321, + "F": 0.12414975464344025, + "E": 5.172710007173009e-05, + "T": 0.008347387425601482, + "P": 0.002157926559448242, + "-": 0.8488355278968811 + }, + "id": "tp_10700" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1337504, + "label": "-", + "classification": { + "B": 1.4069895422352818e-12, + "S": 8.886890529025138e-11, + "I": 1.911024867240485e-07, + "C": 1.8860479844562406e-09, + "R": 6.712839173417251e-10, + "M": 2.2338478800065786e-07, + "O": 2.7619861953098734e-08, + "W": 1.7983403655108532e-10, + "N": 1.645476532807777e-09, + "Y": 0.00016431660333182663, + "U": 1.866232342273566e-11, + "K": 1.0980645726021976e-07, + "L": 1.4036512230308773e-10, + "G": 1.4634663330070907e-06, + "F": 0.0002714890579227358, + "E": 1.5023843502603995e-07, + "T": 2.7666592359310016e-05, + "P": 0.0007342445314861834, + "-": 0.9988001585006714 + }, + "id": "tp_10701" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1337638, + "label": "-", + "classification": { + "B": 2.5893248656316814e-10, + "S": 2.2140777389267896e-07, + "I": 1.3542106103159313e-07, + "C": 7.317341754742301e-08, + "R": 1.587283549042695e-08, + "M": 4.813134182768408e-06, + "O": 1.3690222431250731e-06, + "W": 3.8830986426319214e-08, + "N": 2.2760954010436762e-08, + "Y": 0.012047093361616135, + "U": 2.4608075993581835e-11, + "K": 0.00012702678213827312, + "L": 9.224716102096409e-09, + "G": 0.00046230998123064637, + "F": 0.10510051995515823, + "E": 1.8345741409575567e-05, + "T": 0.0007824997301213443, + "P": 0.0003365067532286048, + "-": 0.8811190724372864 + }, + "id": "tp_10702" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1337771, + "label": "-", + "classification": { + "B": 0.0008764949161559343, + "S": 5.851340392837301e-05, + "I": 1.9585408153943717e-05, + "C": 1.2789554602932185e-05, + "R": 7.469000593118835e-06, + "M": 0.001995623577386141, + "O": 0.0008116490789689124, + "W": 7.688812729611527e-06, + "N": 3.0582100407627877e-07, + "Y": 0.0012248565908521414, + "U": 1.1275316325054519e-07, + "K": 7.280609892745815e-09, + "L": 0.0010976779740303755, + "G": 0.0043490068055689335, + "F": 0.008233703672885895, + "E": 2.902297637774609e-05, + "T": 0.0011199901346117258, + "P": 0.005349971354007721, + "-": 0.9748055338859558 + }, + "id": "tp_10703" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1337905, + "label": "-", + "classification": { + "B": 1.140713745684252e-09, + "S": 1.9853946042758253e-08, + "I": 5.403193448216825e-09, + "C": 1.1019441444659606e-05, + "R": 2.048582018687739e-06, + "M": 0.000752127030864358, + "O": 2.9067654395475984e-05, + "W": 2.2617971939808967e-09, + "N": 1.3869998899407321e-11, + "Y": 0.003966304939240217, + "U": 1.347845663204894e-12, + "K": 1.3594077252765402e-11, + "L": 6.162485078675672e-05, + "G": 0.002753480104729533, + "F": 0.0016728038899600506, + "E": 1.4100081102697004e-08, + "T": 0.0005112937651574612, + "P": 1.5012680023573921e-06, + "-": 0.9902386665344238 + }, + "id": "tp_10704" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1338005, + "label": "-", + "classification": { + "B": 5.327987082637264e-07, + "S": 2.4783845219644718e-05, + "I": 7.477075268980116e-05, + "C": 6.92118119332008e-05, + "R": 5.342585063772276e-05, + "M": 0.005049662198871374, + "O": 0.0004219621478114277, + "W": 3.97635585613898e-06, + "N": 1.7178790585603565e-06, + "Y": 0.3683922290802002, + "U": 3.261991921021945e-08, + "K": 2.240721369162202e-05, + "L": 7.909499981906265e-05, + "G": 0.03214973211288452, + "F": 0.02872888185083866, + "E": 3.301430479041301e-05, + "T": 0.05038939416408539, + "P": 0.0002597774437163025, + "-": 0.5142453908920288 + }, + "id": "tp_10705" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1338138, + "label": "-", + "classification": { + "B": 0.0002755030000116676, + "S": 0.00010461583588039503, + "I": 5.305435479385778e-05, + "C": 3.249270957894623e-05, + "R": 6.132009730208665e-05, + "M": 0.003681151894852519, + "O": 0.0016262276330962777, + "W": 3.0135937777231447e-05, + "N": 1.8721905234997394e-06, + "Y": 0.003839641809463501, + "U": 3.3523627962495084e-07, + "K": 4.924147134488521e-08, + "L": 0.0008816348854452372, + "G": 0.0023609809577465057, + "F": 0.007501743733882904, + "E": 1.879318369901739e-05, + "T": 0.006572267971932888, + "P": 0.00563391949981451, + "-": 0.9673243761062622 + }, + "id": "tp_10706" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1338272, + "label": "-", + "classification": { + "B": 9.522951586404815e-06, + "S": 8.679862730787136e-06, + "I": 2.9186576284701005e-06, + "C": 2.006252179853618e-05, + "R": 8.896417057258077e-06, + "M": 0.0013431524857878685, + "O": 0.0002988581545650959, + "W": 2.383250148341176e-06, + "N": 8.619077362936878e-08, + "Y": 0.0009504741756245494, + "U": 1.5409415965450535e-08, + "K": 1.725239684446933e-08, + "L": 0.0001064375537680462, + "G": 0.0007357952417805791, + "F": 0.0026882898528128862, + "E": 5.099544068798423e-06, + "T": 0.0015768330777063966, + "P": 0.0004768478684127331, + "-": 0.9917656779289246 + }, + "id": "tp_10707" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1338405, + "label": "-", + "classification": { + "B": 7.960430536968488e-09, + "S": 3.030193429509609e-09, + "I": 3.000223841809202e-06, + "C": 3.325254965602653e-06, + "R": 6.624796924370457e-07, + "M": 5.352224980015308e-05, + "O": 1.6751267821746296e-06, + "W": 4.80098005795071e-09, + "N": 1.9720365340702983e-09, + "Y": 0.0007175358477979898, + "U": 3.491183453441238e-10, + "K": 3.774925164123921e-11, + "L": 1.0433923307573423e-06, + "G": 5.4786374676041305e-05, + "F": 9.360306285088882e-05, + "E": 2.712424702622229e-07, + "T": 0.0002595591067802161, + "P": 0.0004290957294870168, + "-": 0.9983818531036377 + }, + "id": "tp_10708" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1338505, + "label": "-", + "classification": { + "B": 5.418885848484933e-06, + "S": 3.2160871796804713e-06, + "I": 0.0001649874757276848, + "C": 0.0001032814834616147, + "R": 3.988639946328476e-05, + "M": 0.0008435656782239676, + "O": 7.756560808047652e-05, + "W": 3.5185580600227695e-06, + "N": 6.353458957164548e-06, + "Y": 0.010560145601630211, + "U": 3.3199432891706238e-06, + "K": 1.3542041415348649e-05, + "L": 2.5722896680235863e-05, + "G": 0.001294891582801938, + "F": 0.005960999522358179, + "E": 0.000172493964782916, + "T": 0.00261537148617208, + "P": 0.02078571915626526, + "-": 0.9573198556900024 + }, + "id": "tp_10709" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1338639, + "label": "-", + "classification": { + "B": 1.0447342901898082e-05, + "S": 6.10937422607094e-05, + "I": 0.0006899953004904091, + "C": 0.0005042921984568238, + "R": 0.0003002542653121054, + "M": 0.0020386839751154184, + "O": 0.0006297394284047186, + "W": 3.664881660370156e-05, + "N": 8.100817649392411e-05, + "Y": 0.07757055014371872, + "U": 4.732134584628511e-06, + "K": 0.0001884540542960167, + "L": 9.64461505645886e-05, + "G": 0.008859099820256233, + "F": 0.04420335218310356, + "E": 0.0005139415734447539, + "T": 0.019973184913396835, + "P": 0.02570379711687565, + "-": 0.8185341954231262 + }, + "id": "tp_10710" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1338772, + "label": "-", + "classification": { + "B": 3.775743243750185e-05, + "S": 8.25487295514904e-05, + "I": 0.0008563816663809121, + "C": 2.8841133826063015e-05, + "R": 1.566956052556634e-05, + "M": 0.003976862877607346, + "O": 0.0003812714421655983, + "W": 2.2521988285006955e-05, + "N": 3.758154343813658e-05, + "Y": 0.03710336610674858, + "U": 1.808456204344111e-06, + "K": 1.206697470479412e-05, + "L": 6.956665311008692e-05, + "G": 0.002569313859567046, + "F": 0.009034878574311733, + "E": 0.0008802738739177585, + "T": 0.018193695694208145, + "P": 0.03194737434387207, + "-": 0.8947482109069824 + }, + "id": "tp_10711" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1338906, + "label": "-", + "classification": { + "B": 1.8183978681918234e-05, + "S": 2.8346079488983378e-05, + "I": 1.7169008060591295e-05, + "C": 9.271760063711554e-06, + "R": 1.4625206858909223e-05, + "M": 0.010099808685481548, + "O": 0.0003634583845268935, + "W": 2.428420430078404e-06, + "N": 1.4868402331558173e-07, + "Y": 0.02428979054093361, + "U": 7.3064332362093865e-09, + "K": 4.265141129167205e-08, + "L": 0.00016825299826450646, + "G": 0.0043364581651985645, + "F": 0.008844130672514439, + "E": 6.6399866227584425e-06, + "T": 0.025997016578912735, + "P": 0.0002020288084167987, + "-": 0.9256021976470947 + }, + "id": "tp_10712" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1339006, + "label": "-", + "classification": { + "B": 1.1769253106808097e-11, + "S": 2.7350505540923997e-11, + "I": 5.230983979309656e-10, + "C": 6.027826238153011e-09, + "R": 9.035519554778659e-10, + "M": 1.4786701285629533e-06, + "O": 2.2369921026665907e-08, + "W": 4.477007306546987e-12, + "N": 5.163371358078706e-13, + "Y": 3.256513809901662e-05, + "U": 2.9271994984175764e-14, + "K": 9.519018602868745e-13, + "L": 3.50094309098381e-09, + "G": 1.866469233391399e-06, + "F": 4.888909461442381e-05, + "E": 2.6630113669767752e-09, + "T": 7.230526080093114e-06, + "P": 8.51493859954644e-06, + "-": 0.9998993873596191 + }, + "id": "tp_10713" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1339139, + "label": "-", + "classification": { + "B": 4.598192937521617e-10, + "S": 3.611506205203341e-09, + "I": 1.0777853276522364e-08, + "C": 2.7968143356815744e-09, + "R": 1.310483055405598e-09, + "M": 4.0617922536512197e-07, + "O": 1.0000110961527753e-07, + "W": 4.349497706446215e-10, + "N": 1.2889600498056097e-10, + "Y": 2.9569930120487697e-05, + "U": 1.027506421960589e-12, + "K": 6.066616653477297e-10, + "L": 2.2056914072976497e-09, + "G": 3.828274202533066e-06, + "F": 0.0036871160846203566, + "E": 1.7351763403894438e-07, + "T": 3.1209219741867855e-06, + "P": 0.0011889756424352527, + "-": 0.9950867295265198 + }, + "id": "tp_10714" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1339273, + "label": "-", + "classification": { + "B": 2.9826328906690236e-11, + "S": 5.485175424979616e-09, + "I": 2.176531621600475e-09, + "C": 4.046022891723844e-11, + "R": 3.8006549296643044e-11, + "M": 3.899118837580318e-06, + "O": 1.8352109520947124e-07, + "W": 5.958196436228747e-11, + "N": 8.405620817442117e-12, + "Y": 0.000645077379886061, + "U": 7.887397163077858e-15, + "K": 1.1190679459482933e-11, + "L": 7.504326937635142e-09, + "G": 1.8030734281637706e-05, + "F": 0.0025509605184197426, + "E": 2.0312334925165487e-08, + "T": 7.72629864513874e-05, + "P": 2.871636206691619e-05, + "-": 0.9966758489608765 + }, + "id": "tp_10715" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1339406, + "label": "-", + "classification": { + "B": 8.673509501767873e-13, + "S": 3.403396731105346e-10, + "I": 5.019964999242177e-10, + "C": 5.686174309182945e-10, + "R": 2.5555628793694218e-11, + "M": 3.3654418984951917e-07, + "O": 3.738930232088933e-08, + "W": 1.014532277632263e-10, + "N": 4.162774638882816e-11, + "Y": 8.326063107233495e-05, + "U": 2.374912603814866e-13, + "K": 1.4816718021393172e-06, + "L": 1.8384126165837955e-10, + "G": 1.9896371668437496e-05, + "F": 0.00729474239051342, + "E": 1.1783841955548269e-06, + "T": 1.001075634121662e-05, + "P": 0.00015358552627731115, + "-": 0.9924355149269104 + }, + "id": "tp_10716" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1339506, + "label": "-", + "classification": { + "B": 4.2359200591590707e-08, + "S": 2.6469123781680537e-07, + "I": 7.786476885485172e-07, + "C": 5.276556748867733e-06, + "R": 3.477859308986808e-06, + "M": 0.00012015723041258752, + "O": 1.8874246961786412e-05, + "W": 8.601334400282212e-08, + "N": 1.0236037795152697e-08, + "Y": 0.007570716552436352, + "U": 2.789461772678692e-09, + "K": 3.2167253305459553e-09, + "L": 1.0400492101325653e-05, + "G": 0.00037323072319850326, + "F": 0.005872500129044056, + "E": 5.756619430030696e-07, + "T": 0.0010651402408257127, + "P": 0.00048722955398261547, + "-": 0.9844712018966675 + }, + "id": "tp_10717" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1339640, + "label": "-", + "classification": { + "B": 3.388751679267443e-08, + "S": 1.947751115949359e-06, + "I": 3.3674793940008385e-06, + "C": 6.163608759379713e-06, + "R": 2.0232478163961787e-06, + "M": 5.868439984624274e-05, + "O": 2.6087449441547506e-05, + "W": 8.535687356925337e-07, + "N": 6.25289942490781e-07, + "Y": 0.0029318269807845354, + "U": 2.5009688542354525e-08, + "K": 3.7382164009613916e-05, + "L": 1.9108761080133263e-06, + "G": 0.0006372154457494617, + "F": 0.0753258541226387, + "E": 5.800827784696594e-05, + "T": 0.0005524730659089983, + "P": 0.006529984995722771, + "-": 0.9138255715370178 + }, + "id": "tp_10718" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1339773, + "label": "-", + "classification": { + "B": 6.0187002048905924e-09, + "S": 8.144962926337485e-09, + "I": 7.041557381626262e-08, + "C": 3.536274828519481e-09, + "R": 8.721713351533822e-10, + "M": 8.254227168436046e-07, + "O": 3.96612477970848e-07, + "W": 3.520332025885864e-09, + "N": 1.2417493699956594e-09, + "Y": 6.925728030182654e-06, + "U": 3.1203137296209604e-11, + "K": 2.517653641120887e-09, + "L": 6.308265021459647e-09, + "G": 7.578796044072078e-07, + "F": 0.0004907261463813484, + "E": 4.1030077113646257e-07, + "T": 3.631458184827352e-06, + "P": 0.005327241495251656, + "-": 0.9941688776016235 + }, + "id": "tp_10719" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1339907, + "label": "-", + "classification": { + "B": 4.91758259005097e-14, + "S": 7.556296083635616e-13, + "I": 1.2255112835646287e-07, + "C": 6.153636489258929e-10, + "R": 2.5594504293735554e-10, + "M": 1.0670166261661507e-07, + "O": 3.5096772155185363e-09, + "W": 1.2407264885633262e-12, + "N": 3.7718425605071104e-11, + "Y": 0.0005928546306677163, + "U": 7.757898869750063e-14, + "K": 8.762435221854048e-12, + "L": 1.3794425671176391e-11, + "G": 6.913677452757838e-07, + "F": 6.754737114533782e-06, + "E": 2.592097425591078e-09, + "T": 4.5518510887632146e-05, + "P": 0.00014589751663152128, + "-": 0.9992080330848694 + }, + "id": "tp_10720" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1340007, + "label": "-", + "classification": { + "B": 1.0114499460200932e-08, + "S": 1.3205388782466798e-08, + "I": 3.156214916089084e-07, + "C": 2.60735877333218e-08, + "R": 3.272144866173221e-08, + "M": 1.1992089639534242e-05, + "O": 1.6140528487085248e-06, + "W": 2.619070516018951e-09, + "N": 4.3526632298451773e-10, + "Y": 0.002294790232554078, + "U": 1.8882870961300924e-11, + "K": 9.427651020965655e-11, + "L": 1.013830015494932e-07, + "G": 2.7380385290598497e-05, + "F": 7.434056169586256e-05, + "E": 2.398902587685825e-08, + "T": 0.0004387501103337854, + "P": 9.287679858971387e-05, + "-": 0.9970576763153076 + }, + "id": "tp_10721" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1340140, + "label": "-", + "classification": { + "B": 1.7627235138206743e-07, + "S": 3.7005258946010144e-06, + "I": 2.4258701159851626e-05, + "C": 6.82879135638359e-06, + "R": 3.489242544674198e-06, + "M": 8.220156450988725e-05, + "O": 5.052400229033083e-05, + "W": 1.6900816035558819e-06, + "N": 1.1882888202308095e-06, + "Y": 0.02100423350930214, + "U": 1.63302331657178e-08, + "K": 4.4630924094235525e-05, + "L": 2.093300963679212e-06, + "G": 0.001521005411632359, + "F": 0.025481177493929863, + "E": 7.437178282998502e-05, + "T": 0.0022777665872126818, + "P": 0.0021514908876270056, + "-": 0.9472692012786865 + }, + "id": "tp_10722" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1340274, + "label": "-", + "classification": { + "B": 2.946512189794248e-08, + "S": 1.8638280607774504e-06, + "I": 1.3347696494747652e-06, + "C": 4.6924671437409415e-07, + "R": 1.4860476937883504e-07, + "M": 2.7260986826149747e-05, + "O": 1.292328852287028e-05, + "W": 2.0713072501621355e-07, + "N": 4.563960587233851e-08, + "Y": 0.0001990820310311392, + "U": 6.425955323408061e-10, + "K": 6.817943898340673e-08, + "L": 7.370060757239116e-07, + "G": 2.67904488282511e-05, + "F": 0.018093232065439224, + "E": 2.6732041078503244e-06, + "T": 0.00019934723968617618, + "P": 0.0039028788451105356, + "-": 0.9775308966636658 + }, + "id": "tp_10723" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1340407, + "label": "-", + "classification": { + "B": 3.284970443928614e-05, + "S": 0.00017668209329713136, + "I": 0.0008152659866027534, + "C": 4.27746053901501e-05, + "R": 3.427233241382055e-05, + "M": 0.014603796415030956, + "O": 0.0008941507549025118, + "W": 2.4938026399468072e-05, + "N": 3.010275395354256e-05, + "Y": 0.09174225479364395, + "U": 3.4315107200200146e-07, + "K": 3.5192813811590895e-05, + "L": 0.00013847847003489733, + "G": 0.012526396661996841, + "F": 0.02240467257797718, + "E": 0.0015812410274520516, + "T": 0.04169316962361336, + "P": 0.0068508293479681015, + "-": 0.8063725233078003 + }, + "id": "tp_10724" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1340507, + "label": "-", + "classification": { + "B": 3.3113417563512826e-10, + "S": 1.6679311265477281e-09, + "I": 9.586521088067457e-08, + "C": 2.7676192004832956e-08, + "R": 2.195270187854703e-09, + "M": 2.6267118755640695e-06, + "O": 7.574195137749484e-08, + "W": 3.8168818106143476e-10, + "N": 9.996707905912672e-10, + "Y": 0.00022389109653886408, + "U": 8.492315184405186e-11, + "K": 7.488423392487675e-08, + "L": 5.097180455493344e-09, + "G": 2.5447447114856914e-05, + "F": 0.0008321661734953523, + "E": 1.4506979368889006e-06, + "T": 6.268982542678714e-05, + "P": 0.0009058886207640171, + "-": 0.9979454874992371 + }, + "id": "tp_10725" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1340641, + "label": "Y", + "classification": { + "B": 3.823261351953988e-08, + "S": 1.710999640636146e-05, + "I": 2.6289664674550295e-05, + "C": 1.3820986168866511e-06, + "R": 1.87134571660863e-06, + "M": 0.0022290258202701807, + "O": 0.0005888493033125997, + "W": 8.735327696740569e-07, + "N": 2.39855467043526e-07, + "Y": 0.8132606744766235, + "U": 3.267479342650148e-11, + "K": 3.408310078611976e-08, + "L": 8.003203220141586e-06, + "G": 0.007152542006224394, + "F": 0.0008225289057008922, + "E": 5.780684659839608e-07, + "T": 0.08960087597370148, + "P": 4.877004357695114e-06, + "-": 0.08628422766923904 + }, + "id": "tp_10726" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1340774, + "label": "-", + "classification": { + "B": 1.6997226737203164e-08, + "S": 4.8208640635039046e-08, + "I": 1.786092866495892e-06, + "C": 1.8811829249898437e-06, + "R": 2.565769250395533e-07, + "M": 1.8029699276667088e-05, + "O": 2.382241973464261e-06, + "W": 2.2322414139352986e-08, + "N": 4.248672880180493e-08, + "Y": 0.0010667024180293083, + "U": 4.080096704939251e-09, + "K": 2.6991648383045685e-07, + "L": 2.3016039563117374e-07, + "G": 0.00013428308011498302, + "F": 0.005454060155898333, + "E": 7.105125405360013e-06, + "T": 0.00019721606804523617, + "P": 0.00343688135035336, + "-": 0.9896788597106934 + }, + "id": "tp_10727" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1340908, + "label": "-", + "classification": { + "B": 6.853666945971781e-06, + "S": 1.8159256796934642e-05, + "I": 1.0996136552421376e-05, + "C": 4.401133537612623e-06, + "R": 2.5030526558111887e-06, + "M": 0.0005865666316822171, + "O": 0.000261493434663862, + "W": 3.18331422022311e-06, + "N": 4.62807633994089e-07, + "Y": 0.001960647525265813, + "U": 1.9497568004567256e-08, + "K": 1.0162143126990486e-07, + "L": 4.770599844050594e-05, + "G": 0.000741551979444921, + "F": 0.01367458887398243, + "E": 2.056812991213519e-05, + "T": 0.0012154204305261374, + "P": 0.0023889129515737295, + "-": 0.9790559411048889 + }, + "id": "tp_10728" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1341008, + "label": "-", + "classification": { + "B": 1.5287306496247766e-06, + "S": 0.0003060937742702663, + "I": 6.601028417207999e-06, + "C": 1.944113682839088e-05, + "R": 1.4269552593759727e-05, + "M": 0.005334401037544012, + "O": 0.003101976355537772, + "W": 1.2091739336028695e-05, + "N": 1.8415117608583387e-07, + "Y": 0.03310079500079155, + "U": 9.581950788373206e-10, + "K": 4.1796602090471424e-07, + "L": 0.0004386364307720214, + "G": 0.02315858006477356, + "F": 0.05933988094329834, + "E": 1.5265404726960696e-05, + "T": 0.010170998983085155, + "P": 0.00016605186101514846, + "-": 0.8648127913475037 + }, + "id": "tp_10729" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1341141, + "label": "-", + "classification": { + "B": 3.3378917123627616e-06, + "S": 1.9088574845227413e-05, + "I": 0.0004119463264942169, + "C": 2.928607864305377e-05, + "R": 1.1096814887423534e-05, + "M": 0.0002680074831005186, + "O": 9.375460649607703e-05, + "W": 1.620327566342894e-05, + "N": 8.816784247756004e-05, + "Y": 0.020568717271089554, + "U": 2.9153841296647443e-06, + "K": 0.0024385806173086166, + "L": 3.871844910463551e-06, + "G": 0.0015836504753679037, + "F": 0.017782684415578842, + "E": 0.0026780525222420692, + "T": 0.005336015019565821, + "P": 0.05291035771369934, + "-": 0.8957542777061462 + }, + "id": "tp_10730" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1341275, + "label": "-", + "classification": { + "B": 2.8979194155454024e-08, + "S": 7.747180461592507e-07, + "I": 2.0403047074069036e-06, + "C": 5.563294394050899e-07, + "R": 2.747194400853914e-07, + "M": 0.00026265502674505115, + "O": 1.8233835362480022e-05, + "W": 1.4483021004707552e-07, + "N": 1.130053419728938e-07, + "Y": 0.021991116926074028, + "U": 1.9728414457631516e-09, + "K": 6.228885922610061e-06, + "L": 1.4110851225268561e-06, + "G": 0.0020295341964811087, + "F": 0.009794742800295353, + "E": 3.703526090248488e-05, + "T": 0.001757166814059019, + "P": 0.0007607861189171672, + "-": 0.9633371829986572 + }, + "id": "tp_10731" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1341408, + "label": "-", + "classification": { + "B": 5.48721346138592e-10, + "S": 6.217809556119391e-08, + "I": 9.9080841664545e-07, + "C": 4.397421804469559e-08, + "R": 8.76296191165693e-09, + "M": 3.0407636586460285e-06, + "O": 9.40014786010579e-07, + "W": 1.7543156261012882e-08, + "N": 7.692262471437061e-08, + "Y": 0.0006068963557481766, + "U": 3.5499811423811423e-10, + "K": 1.8064013147522928e-06, + "L": 5.7867528546751146e-09, + "G": 1.6656060324748978e-05, + "F": 0.0018451460637152195, + "E": 5.715799034078373e-06, + "T": 0.00019437665469013155, + "P": 0.004872809164226055, + "-": 0.9924513697624207 + }, + "id": "tp_10732" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1341508, + "label": "-", + "classification": { + "B": 1.2827032946916006e-07, + "S": 1.1246623188299054e-07, + "I": 7.926862963358872e-06, + "C": 4.82730392832309e-05, + "R": 1.6043826690292917e-05, + "M": 5.313145084073767e-05, + "O": 1.2240294381626882e-05, + "W": 1.6377855160953914e-07, + "N": 1.3075981541987858e-07, + "Y": 0.001179989194497466, + "U": 8.365515924424471e-08, + "K": 1.357388583755892e-07, + "L": 4.121904567000456e-06, + "G": 0.0001669211487751454, + "F": 0.001315820263698697, + "E": 1.2923235772177577e-05, + "T": 0.00027429251349531114, + "P": 0.004597411956638098, + "-": 0.9923101663589478 + }, + "id": "tp_10733" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1341642, + "label": "-", + "classification": { + "B": 2.744202198812218e-09, + "S": 6.864670637485304e-11, + "I": 7.201904850262508e-09, + "C": 4.034319989187907e-09, + "R": 2.244481128732545e-10, + "M": 1.0660589850886026e-06, + "O": 2.1125266869148618e-08, + "W": 8.430939973935736e-12, + "N": 1.056386055020564e-11, + "Y": 3.0314272407849785e-06, + "U": 3.8426710815067655e-13, + "K": 6.209565739205558e-13, + "L": 4.973668588093005e-09, + "G": 3.6278875086281914e-06, + "F": 0.00010454974108142778, + "E": 6.95275801376738e-08, + "T": 2.866790509870043e-06, + "P": 0.0013616656651720405, + "-": 0.9985230565071106 + }, + "id": "tp_10734" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1341775, + "label": "-", + "classification": { + "B": 8.253324494944536e-07, + "S": 2.444460506012547e-06, + "I": 0.00030878253164701164, + "C": 1.0330393706681207e-05, + "R": 6.990621386648854e-06, + "M": 0.00014304311480373144, + "O": 4.2972806113539264e-05, + "W": 1.4581361256205128e-06, + "N": 9.029340617416892e-06, + "Y": 0.012844466604292393, + "U": 2.778247392143385e-07, + "K": 1.4729265785717871e-05, + "L": 2.7804462661151774e-06, + "G": 0.0008783097146078944, + "F": 0.00550506915897131, + "E": 8.944411820266396e-05, + "T": 0.004166702274233103, + "P": 0.019647493958473206, + "-": 0.9563248157501221 + }, + "id": "tp_10735" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1341875, + "label": "-", + "classification": { + "B": 1.5928229568640262e-10, + "S": 2.752521588433865e-08, + "I": 3.80845825986853e-08, + "C": 1.1627843150563422e-06, + "R": 1.5619369264641136e-07, + "M": 8.643453475087881e-05, + "O": 5.425671588454861e-06, + "W": 6.182065082072086e-09, + "N": 4.797068853257258e-10, + "Y": 0.003173678182065487, + "U": 9.858492494574378e-12, + "K": 6.192308443786487e-09, + "L": 3.4285116612409183e-07, + "G": 0.00020941640832461417, + "F": 0.0005778252962045372, + "E": 2.903771871842764e-07, + "T": 0.0012767784064635634, + "P": 1.9681116100400686e-05, + "-": 0.9946487545967102 + }, + "id": "tp_10736" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1342009, + "label": "-", + "classification": { + "B": 3.181252372641552e-09, + "S": 7.620330144675336e-09, + "I": 1.4409620234800968e-06, + "C": 2.386206858773221e-07, + "R": 1.8478998242699163e-07, + "M": 2.1320069208741188e-05, + "O": 3.332790811327868e-06, + "W": 9.742572970594665e-09, + "N": 1.553990003344552e-08, + "Y": 0.0010345352347940207, + "U": 3.6195544339534536e-09, + "K": 1.7456478484945137e-09, + "L": 2.802486278596916e-07, + "G": 2.0127057723584585e-05, + "F": 8.755109593039379e-05, + "E": 4.206422232755358e-08, + "T": 0.0016040945192798972, + "P": 0.0011620930163189769, + "-": 0.9960648417472839 + }, + "id": "tp_10737" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1342142, + "label": "-", + "classification": { + "B": 9.508926979151511e-08, + "S": 2.9370662346650533e-08, + "I": 1.6887519450392574e-05, + "C": 1.6014899983929354e-06, + "R": 8.493379937135614e-07, + "M": 5.9921549109276384e-05, + "O": 1.301722204516409e-05, + "W": 4.253612573279497e-08, + "N": 1.3288719458159903e-07, + "Y": 0.0005879701348021626, + "U": 7.627471099169725e-09, + "K": 3.4825791139780904e-09, + "L": 7.371249353127496e-07, + "G": 8.689846436027437e-05, + "F": 0.00014996390382293612, + "E": 2.449738758514286e-06, + "T": 0.0008483314304612577, + "P": 0.01160875428467989, + "-": 0.9866222739219666 + }, + "id": "tp_10738" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1342276, + "label": "-", + "classification": { + "B": 1.0921203177916006e-12, + "S": 1.1285771206459572e-09, + "I": 7.763279463723904e-10, + "C": 1.3215067061478347e-11, + "R": 2.5691990201970327e-11, + "M": 1.4720446017690847e-07, + "O": 6.562854792946382e-08, + "W": 5.083091239588278e-11, + "N": 1.589686607177121e-12, + "Y": 0.00017776912136469036, + "U": 3.03373399797939e-16, + "K": 3.9649399215246905e-12, + "L": 1.1997856874668145e-10, + "G": 3.715405796356208e-07, + "F": 9.316313662566245e-05, + "E": 2.3695592710204494e-10, + "T": 4.96262036904227e-05, + "P": 3.1184338240564102e-06, + "-": 0.9996758699417114 + }, + "id": "tp_10739" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1342376, + "label": "-", + "classification": { + "B": 3.1150713120098317e-09, + "S": 2.844376956190331e-09, + "I": 5.9164181038795505e-06, + "C": 1.6925557702052174e-06, + "R": 5.673527425642533e-07, + "M": 5.4231739341048524e-05, + "O": 8.379581686313031e-07, + "W": 2.197151127703023e-09, + "N": 2.099210050232614e-08, + "Y": 0.0034964391961693764, + "U": 4.350994231572258e-09, + "K": 1.843611698859604e-07, + "L": 2.0879225814951496e-07, + "G": 0.00019718751718755811, + "F": 0.000565302325412631, + "E": 3.468767999947886e-06, + "T": 0.0008121951832436025, + "P": 0.0007006489904597402, + "-": 0.994161069393158 + }, + "id": "tp_10740" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1342509, + "label": "-", + "classification": { + "B": 1.8318430106134542e-10, + "S": 3.09796241992899e-08, + "I": 1.0534629382163985e-06, + "C": 0.00011022124817827716, + "R": 1.746258385537658e-05, + "M": 6.113658309914172e-05, + "O": 9.337665687780827e-06, + "W": 2.2998928983497535e-08, + "N": 6.526836848763651e-09, + "Y": 0.11679817736148834, + "U": 6.960428761138004e-11, + "K": 3.904923460140708e-07, + "L": 3.4668499893086846e-07, + "G": 0.0013101829681545496, + "F": 0.00330250128172338, + "E": 4.600676675181603e-07, + "T": 0.003133938414976001, + "P": 2.9646922484971583e-05, + "-": 0.8752251863479614 + }, + "id": "tp_10741" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1342643, + "label": "-", + "classification": { + "B": 3.0164935083121236e-07, + "S": 6.616998689423781e-06, + "I": 1.2189770131953992e-05, + "C": 8.547546713089105e-06, + "R": 3.0616818094131304e-06, + "M": 0.0002881727123167366, + "O": 5.2985666116001084e-05, + "W": 1.7631812170293415e-06, + "N": 1.073459543476929e-06, + "Y": 0.01739485375583172, + "U": 2.53778011938266e-08, + "K": 4.977129356120713e-05, + "L": 3.0732719551451737e-06, + "G": 0.001267191837541759, + "F": 0.029292002320289612, + "E": 0.00011384291428839788, + "T": 0.005580016877502203, + "P": 0.0018337867222726345, + "-": 0.9440907835960388 + }, + "id": "tp_10742" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1342776, + "label": "-", + "classification": { + "B": 9.444704573979834e-09, + "S": 3.3521749820408786e-09, + "I": 8.914955742511665e-07, + "C": 1.1246899589423265e-07, + "R": 1.0774942715841007e-08, + "M": 1.3138178474036977e-05, + "O": 6.541987431774032e-07, + "W": 1.3397815079585484e-09, + "N": 1.3914235319489876e-09, + "Y": 0.00012542391777969897, + "U": 6.097151256101441e-11, + "K": 7.698000570321994e-11, + "L": 6.196780333311835e-08, + "G": 1.530399822513573e-05, + "F": 8.696299482835457e-05, + "E": 1.0088152748721768e-06, + "T": 2.7742396923713386e-05, + "P": 0.0017140352865681052, + "-": 0.9980146884918213 + }, + "id": "tp_10743" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1342876, + "label": "-", + "classification": { + "B": 1.7050361122983304e-08, + "S": 2.858945968853277e-08, + "I": 3.952125916839577e-05, + "C": 3.940962756132649e-07, + "R": 1.107606948380635e-07, + "M": 3.286200444563292e-05, + "O": 2.0978407064831117e-06, + "W": 1.2229653734152635e-08, + "N": 2.5723815610945167e-07, + "Y": 0.0011307664681226015, + "U": 2.203401239242453e-09, + "K": 2.4039040980028403e-08, + "L": 9.426639024923134e-08, + "G": 4.843192800763063e-05, + "F": 0.0001723475579638034, + "E": 1.2240663636475801e-05, + "T": 0.0009912182576954365, + "P": 0.021903837099671364, + "-": 0.9756657481193542 + }, + "id": "tp_10744" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1343010, + "label": "-", + "classification": { + "B": 7.939350439301052e-07, + "S": 4.595410700858338e-06, + "I": 0.00031346557079814374, + "C": 5.439511005533859e-05, + "R": 2.1888254195800982e-05, + "M": 0.0004228543839417398, + "O": 8.07192554930225e-05, + "W": 2.40509530158306e-06, + "N": 9.331963156000711e-06, + "Y": 0.05727258697152138, + "U": 2.4504728912688734e-07, + "K": 9.181237692246214e-05, + "L": 3.582191084205988e-06, + "G": 0.0029150210320949554, + "F": 0.004921575542539358, + "E": 0.00028699537506327033, + "T": 0.008511189371347427, + "P": 0.004819415509700775, + "-": 0.9202671647071838 + }, + "id": "tp_10745" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1343143, + "label": "-", + "classification": { + "B": 4.6576276169219e-10, + "S": 1.5128295283162174e-09, + "I": 9.602833017652301e-08, + "C": 3.8908760657818675e-09, + "R": 4.052224944484095e-10, + "M": 4.32760344892813e-07, + "O": 4.522312835320008e-08, + "W": 2.4701349299327546e-10, + "N": 2.199370463529249e-09, + "Y": 0.0001270977227250114, + "U": 2.6104545608474083e-11, + "K": 4.493714556019768e-08, + "L": 1.6087899901151559e-09, + "G": 4.0318929677596316e-05, + "F": 0.0013117946218699217, + "E": 3.6583326163963648e-06, + "T": 5.357956251828e-05, + "P": 0.006916480604559183, + "-": 0.9915464520454407 + }, + "id": "tp_10746" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1343277, + "label": "-", + "classification": { + "B": 4.285657340119542e-08, + "S": 8.175788366315828e-07, + "I": 1.3375888840982952e-07, + "C": 7.724980264356418e-07, + "R": 8.527703130312148e-07, + "M": 0.004724062513560057, + "O": 0.00027738852077163756, + "W": 5.5048666069978935e-08, + "N": 4.923882968022042e-10, + "Y": 0.031150689348578453, + "U": 4.900753847875139e-12, + "K": 9.422594648977878e-11, + "L": 6.500341987702996e-05, + "G": 0.005171733908355236, + "F": 0.00164994434453547, + "E": 5.3846338943230876e-08, + "T": 0.008289027027785778, + "P": 3.248101165809203e-06, + "-": 0.9486660361289978 + }, + "id": "tp_10747" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1343377, + "label": "-", + "classification": { + "B": 8.934202355703746e-07, + "S": 2.5571739570295904e-07, + "I": 5.0777909876842386e-08, + "C": 5.809702940950956e-08, + "R": 4.62405154166845e-08, + "M": 3.33015232172329e-05, + "O": 2.0392839360283688e-05, + "W": 8.604840928683188e-08, + "N": 3.945241633385166e-10, + "Y": 7.481726061087102e-05, + "U": 6.346073666563257e-11, + "K": 9.380838467132335e-11, + "L": 5.081763902126113e-06, + "G": 8.309846452903003e-05, + "F": 0.0014221732271835208, + "E": 8.998329548148831e-08, + "T": 5.328444603946991e-05, + "P": 0.00018670533609110862, + "-": 0.9981197714805603 + }, + "id": "tp_10748" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1343510, + "label": "-", + "classification": { + "B": 7.990576705196872e-06, + "S": 3.8053749449318275e-05, + "I": 5.648974911309779e-05, + "C": 3.2832253964443225e-06, + "R": 2.245341420348268e-06, + "M": 0.0011776344617828727, + "O": 0.0002107212203554809, + "W": 5.493414846569067e-06, + "N": 2.023743491008645e-06, + "Y": 0.007205967791378498, + "U": 9.852799109921762e-08, + "K": 3.5706773360288935e-06, + "L": 1.9496157619869336e-05, + "G": 0.0010210595792159438, + "F": 0.005397501867264509, + "E": 7.724635361228138e-05, + "T": 0.003927893936634064, + "P": 0.005553435999900103, + "-": 0.9752897024154663 + }, + "id": "tp_10749" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1343644, + "label": "-", + "classification": { + "B": 1.7525250592094824e-14, + "S": 1.6694036832163445e-13, + "I": 2.58212429216087e-09, + "C": 1.1760399598603755e-10, + "R": 1.708964740554375e-11, + "M": 5.866813146404581e-10, + "O": 1.436616936523194e-10, + "W": 6.06481228085376e-13, + "N": 7.0251985652414195e-12, + "Y": 7.036441047603148e-07, + "U": 2.067983506876328e-13, + "K": 1.6402487701405732e-10, + "L": 3.7077909102387063e-13, + "G": 3.6885772214390045e-09, + "F": 2.8189861041028053e-05, + "E": 2.4320789826504097e-09, + "T": 1.2078351119271247e-07, + "P": 0.0038630610797554255, + "-": 0.9961079955101013 + }, + "id": "tp_10750" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1343777, + "label": "-", + "classification": { + "B": 7.46613992852474e-10, + "S": 3.5870232295565074e-07, + "I": 2.321098158120094e-08, + "C": 2.0479303657339187e-06, + "R": 1.138020138569118e-06, + "M": 0.0005231464165262878, + "O": 2.6148465622100048e-05, + "W": 2.9669294576706307e-08, + "N": 4.4341175176043635e-10, + "Y": 0.011051423847675323, + "U": 2.1876231728890083e-11, + "K": 7.51798712173013e-09, + "L": 1.2556572983157821e-05, + "G": 0.001813714625313878, + "F": 0.040786441415548325, + "E": 1.2394659165693156e-07, + "T": 0.0020948019810020924, + "P": 1.2059380424034316e-05, + "-": 0.9436760544776917 + }, + "id": "tp_10751" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1343877, + "label": "-", + "classification": { + "B": 2.1586408216478503e-09, + "S": 6.862632684345726e-09, + "I": 1.5632498616469093e-05, + "C": 1.269237941414758e-07, + "R": 4.725071178768303e-08, + "M": 8.953831274993718e-05, + "O": 7.884662522883445e-07, + "W": 1.3544237953411198e-09, + "N": 9.850556814683387e-09, + "Y": 0.008485976606607437, + "U": 6.439711958128314e-11, + "K": 8.213617008756557e-10, + "L": 4.04664319830772e-08, + "G": 8.523475844413042e-05, + "F": 3.467182978056371e-05, + "E": 3.728143269654538e-07, + "T": 0.003680997062474489, + "P": 0.0003970331745222211, + "-": 0.9872095584869385 + }, + "id": "tp_10752" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1344011, + "label": "-", + "classification": { + "B": 2.2423899181944762e-08, + "S": 6.407857426893315e-07, + "I": 5.712774964194978e-06, + "C": 7.144736173358979e-06, + "R": 1.9540016182872932e-06, + "M": 0.00016392306133639067, + "O": 2.619184488139581e-05, + "W": 2.676258645806229e-07, + "N": 1.7038075839082012e-07, + "Y": 0.007838808931410313, + "U": 4.8504706917640306e-09, + "K": 1.222462401528901e-06, + "L": 3.086835022259038e-06, + "G": 0.0008519222028553486, + "F": 0.01808539219200611, + "E": 1.2296281965973321e-05, + "T": 0.0024531532544642687, + "P": 0.0013317716075107455, + "-": 0.9692163467407227 + }, + "id": "tp_10753" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1344144, + "label": "-", + "classification": { + "B": 3.2133451455251816e-09, + "S": 1.9036779264069992e-08, + "I": 3.0700698516739067e-07, + "C": 2.069367383228382e-06, + "R": 7.992841801751638e-07, + "M": 1.899509697977919e-05, + "O": 4.961489139532205e-06, + "W": 1.3423534284129346e-08, + "N": 2.565266221665752e-09, + "Y": 0.0005362981464713812, + "U": 3.1781552389809065e-10, + "K": 4.730239755446064e-09, + "L": 6.064371973479865e-07, + "G": 7.888716936577111e-05, + "F": 0.0010762703604996204, + "E": 2.785000390304049e-07, + "T": 0.00011446565622463822, + "P": 0.0003087886143475771, + "-": 0.9978571534156799 + }, + "id": "tp_10754" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1344278, + "label": "-", + "classification": { + "B": 4.15826395538943e-09, + "S": 2.5115118873486608e-08, + "I": 8.03660338277723e-09, + "C": 2.5332141717626655e-08, + "R": 1.6811492642432313e-08, + "M": 2.1218802430666983e-05, + "O": 4.03190233555506e-06, + "W": 5.4368838320328905e-09, + "N": 1.8113545385833874e-10, + "Y": 0.00016816225252114236, + "U": 2.4636920975540377e-11, + "K": 1.0059501842629714e-10, + "L": 8.310784664899984e-07, + "G": 1.9647441149572842e-05, + "F": 0.0024076085537672043, + "E": 2.2987967085441596e-08, + "T": 0.00010312298400094733, + "P": 0.00013791972014587373, + "-": 0.9971374273300171 + }, + "id": "tp_10755" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1344378, + "label": "-", + "classification": { + "B": 1.301236096651337e-07, + "S": 5.811992309645575e-07, + "I": 6.601070253964281e-06, + "C": 2.0457169114251883e-07, + "R": 1.646278775524479e-07, + "M": 0.00015049593639560044, + "O": 1.721896114759147e-05, + "W": 5.588397655742483e-08, + "N": 5.756968235459681e-08, + "Y": 0.0008454839116893709, + "U": 4.1631312286405375e-10, + "K": 7.624103015579919e-10, + "L": 7.596013915645017e-07, + "G": 7.5276278948877e-05, + "F": 0.000772547849919647, + "E": 3.392144208191894e-06, + "T": 0.0006196225876919925, + "P": 0.0034148620907217264, + "-": 0.9940925240516663 + }, + "id": "tp_10756" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1344511, + "label": "-", + "classification": { + "B": 1.2853283715141828e-10, + "S": 2.9196303152900782e-09, + "I": 3.313170964247547e-07, + "C": 2.494371926786698e-07, + "R": 1.077754561151778e-07, + "M": 5.602671080850996e-06, + "O": 5.802763780593523e-07, + "W": 4.465962710753502e-09, + "N": 3.1938416356069865e-09, + "Y": 0.0019749277271330357, + "U": 1.7142183506013708e-10, + "K": 1.0742656542106488e-07, + "L": 1.1655700404844538e-08, + "G": 1.6412543118349276e-05, + "F": 0.0004971774178557098, + "E": 2.828567176038632e-07, + "T": 0.00021258812921587378, + "P": 0.0003111603728029877, + "-": 0.9969803690910339 + }, + "id": "tp_10757" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1344645, + "label": "-", + "classification": { + "B": 1.2969113901296209e-13, + "S": 7.290356686395771e-12, + "I": 4.613679577269991e-11, + "C": 2.5997567987268155e-10, + "R": 4.7185335499966286e-11, + "M": 4.322203750461995e-08, + "O": 4.2430676749916074e-09, + "W": 1.4796064764024952e-12, + "N": 1.446875388597113e-13, + "Y": 3.136523446300998e-05, + "U": 8.941487314288472e-15, + "K": 1.2338765426056497e-11, + "L": 2.3485860478622556e-10, + "G": 1.1957757806158043e-06, + "F": 0.00016867952945176512, + "E": 5.967565330777802e-10, + "T": 2.75236652669264e-06, + "P": 8.194846486730967e-06, + "-": 0.9997878670692444 + }, + "id": "tp_10758" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1344778, + "label": "-", + "classification": { + "B": 3.394199643569351e-10, + "S": 2.5397127956239274e-08, + "I": 9.8244875346154e-08, + "C": 9.468539730050907e-08, + "R": 1.5846742584813e-08, + "M": 3.370072226971388e-05, + "O": 1.7880345239973394e-06, + "W": 5.08229369700075e-09, + "N": 2.335451609880579e-09, + "Y": 0.0007534507312811911, + "U": 7.658841616464684e-11, + "K": 1.5092858518528374e-08, + "L": 7.639857102503811e-08, + "G": 2.742869037319906e-05, + "F": 0.0003599932824727148, + "E": 5.38545236850041e-07, + "T": 0.00046061628381721675, + "P": 0.00039278939948417246, + "-": 0.9979693293571472 + }, + "id": "tp_10759" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1344878, + "label": "-", + "classification": { + "B": 2.907558496190177e-07, + "S": 1.0912493735304452e-06, + "I": 4.691165941039799e-06, + "C": 2.4565797502873465e-05, + "R": 1.4431650470214663e-06, + "M": 0.00029075908241793513, + "O": 1.822974081733264e-05, + "W": 2.0309609283231111e-07, + "N": 4.718578452411748e-07, + "Y": 0.003317564493045211, + "U": 6.914766093046865e-09, + "K": 1.600029099790845e-05, + "L": 2.715494247240713e-06, + "G": 0.005332449451088905, + "F": 0.029436694458127022, + "E": 0.0008654841803945601, + "T": 0.000644332030788064, + "P": 0.008005664683878422, + "-": 0.9520372748374939 + }, + "id": "tp_10760" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1345012, + "label": "-", + "classification": { + "B": 6.820651266004063e-10, + "S": 4.3479562350512424e-07, + "I": 2.3904693779996933e-09, + "C": 1.668100679808049e-07, + "R": 2.539609944562926e-08, + "M": 2.8234604542376474e-05, + "O": 4.548584911390208e-06, + "W": 1.6630345101020794e-08, + "N": 3.259744973949097e-10, + "Y": 0.001220746897161007, + "U": 9.020164823403398e-12, + "K": 1.3948233856808656e-07, + "L": 7.529816343776474e-07, + "G": 0.000551898090634495, + "F": 0.17188166081905365, + "E": 4.1390242699890223e-07, + "T": 0.0002758658956736326, + "P": 3.951549297198653e-05, + "-": 0.8259955644607544 + }, + "id": "tp_10761" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1345145, + "label": "-", + "classification": { + "B": 8.675869480612164e-07, + "S": 8.556934858461318e-07, + "I": 0.00029953839839436114, + "C": 0.000173827531398274, + "R": 5.6527529523009434e-05, + "M": 0.0005130057688802481, + "O": 5.002099715056829e-05, + "W": 1.6942876754910685e-06, + "N": 4.666689164878335e-06, + "Y": 0.003115651197731495, + "U": 1.4314980489871232e-06, + "K": 5.833761861140374e-06, + "L": 1.6151127056218684e-05, + "G": 0.0008444872801192105, + "F": 0.0033125663176178932, + "E": 0.00016895939188543707, + "T": 0.0020924685522913933, + "P": 0.028835076838731766, + "-": 0.9605063199996948 + }, + "id": "tp_10762" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1345279, + "label": "-", + "classification": { + "B": 3.428470396471539e-09, + "S": 1.8305525983919324e-08, + "I": 6.30864747108717e-07, + "C": 1.8686066027839843e-07, + "R": 4.0681353397076236e-08, + "M": 7.329393611144042e-06, + "O": 6.463033059844747e-07, + "W": 4.788251128928778e-09, + "N": 7.491781417456878e-09, + "Y": 0.00036852399352937937, + "U": 5.22314524964429e-10, + "K": 1.5403250230860976e-08, + "L": 3.133871118166098e-08, + "G": 1.4396573533304036e-05, + "F": 0.0014281868934631348, + "E": 9.89956106423051e-07, + "T": 9.120224422076717e-05, + "P": 0.0022503510117530823, + "-": 0.9958374500274658 + }, + "id": "tp_10763" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1345379, + "label": "-", + "classification": { + "B": 5.197206064622151e-06, + "S": 0.00027643845533020794, + "I": 9.135157597484067e-05, + "C": 0.00026314359274692833, + "R": 0.00010555564222158864, + "M": 0.013855847530066967, + "O": 0.0013088822597637773, + "W": 2.0659212168538943e-05, + "N": 2.831571691785939e-06, + "Y": 0.027586182579398155, + "U": 5.0455017941430924e-08, + "K": 1.4075164926907746e-06, + "L": 0.0005921843694522977, + "G": 0.0170087069272995, + "F": 0.08298072218894958, + "E": 0.00011297046876279637, + "T": 0.03276795521378517, + "P": 0.0008066074224188924, + "-": 0.8222132921218872 + }, + "id": "tp_10764" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1345512, + "label": "-", + "classification": { + "B": 2.824159537340165e-06, + "S": 2.306302576471353e-06, + "I": 9.841565770329908e-05, + "C": 7.703229698563518e-07, + "R": 7.403772883662896e-07, + "M": 0.000252866477239877, + "O": 5.680103276972659e-05, + "W": 1.1560830444068415e-06, + "N": 2.4290279725391883e-06, + "Y": 0.0018474499229341745, + "U": 4.3925240333919646e-08, + "K": 2.1848433107152232e-07, + "L": 3.16767818731023e-06, + "G": 0.00017884330009110272, + "F": 0.0016162656247615814, + "E": 4.046202957397327e-05, + "T": 0.003017706098034978, + "P": 0.016344165429472923, + "-": 0.9765333533287048 + }, + "id": "tp_10765" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1345646, + "label": "-", + "classification": { + "B": 6.349413888528943e-05, + "S": 4.411636837176047e-05, + "I": 9.412828512722626e-05, + "C": 0.0005159888532944024, + "R": 0.00015111132233869284, + "M": 0.003503447398543358, + "O": 0.0008435565396212041, + "W": 3.305389327579178e-05, + "N": 6.882400157337543e-06, + "Y": 0.008102403953671455, + "U": 5.058619990450097e-06, + "K": 1.0388962436991278e-05, + "L": 0.0005350438295863569, + "G": 0.004021938890218735, + "F": 0.023096857592463493, + "E": 0.00015261417138390243, + "T": 0.004713055212050676, + "P": 0.009822724387049675, + "-": 0.944284200668335 + }, + "id": "tp_10766" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1345779, + "label": "-", + "classification": { + "B": 1.2900525803161145e-07, + "S": 2.551240413595224e-06, + "I": 3.970448233303614e-05, + "C": 3.634333552327007e-05, + "R": 1.2450584108592011e-05, + "M": 0.0006845344323664904, + "O": 8.80331572261639e-05, + "W": 9.340333804175316e-07, + "N": 1.6524093098269077e-06, + "Y": 0.05510849505662918, + "U": 7.044825167668023e-08, + "K": 4.1316361603094265e-06, + "L": 8.609936230641324e-06, + "G": 0.0030572509858757257, + "F": 0.009775112383067608, + "E": 2.385942207183689e-05, + "T": 0.01110768411308527, + "P": 0.0024124409537762403, + "-": 0.917635977268219 + }, + "id": "tp_10767" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1345879, + "label": "-", + "classification": { + "B": 2.217764513701148e-11, + "S": 2.9547134183793844e-10, + "I": 3.5159612252755323e-06, + "C": 1.2132887583504726e-08, + "R": 7.688207404044078e-09, + "M": 2.819649807861424e-06, + "O": 9.027534986216779e-08, + "W": 2.9749980257065545e-10, + "N": 6.165935317881122e-09, + "Y": 0.0031254151836037636, + "U": 1.8051941885754985e-11, + "K": 8.002266405071623e-09, + "L": 6.164133092845248e-10, + "G": 7.254734555317555e-06, + "F": 5.8790570619748905e-05, + "E": 4.6145990495460865e-07, + "T": 0.0002738808107096702, + "P": 0.0004809935635421425, + "-": 0.9960466027259827 + }, + "id": "tp_10768" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1346013, + "label": "-", + "classification": { + "B": 2.0979308956725617e-08, + "S": 6.194240853574229e-08, + "I": 1.3721394225285621e-06, + "C": 6.232674110151493e-08, + "R": 4.044338552944282e-08, + "M": 4.27114573540166e-05, + "O": 3.1338749977294356e-06, + "W": 9.479736995388066e-09, + "N": 6.069218461135506e-09, + "Y": 0.000492818362545222, + "U": 2.5465393682644333e-10, + "K": 1.184517928187745e-09, + "L": 1.843226442588275e-07, + "G": 1.561031058372464e-05, + "F": 0.00012005966709693894, + "E": 4.88601415327139e-07, + "T": 0.00041262898594141006, + "P": 0.0017540829721838236, + "-": 0.9971567392349243 + }, + "id": "tp_10769" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1346146, + "label": "-", + "classification": { + "B": 2.42827161373374e-13, + "S": 5.900877703135521e-11, + "I": 2.1495646929103884e-10, + "C": 2.1923583781724432e-10, + "R": 2.085798200823774e-11, + "M": 3.9211929703242276e-08, + "O": 3.9839131993346655e-09, + "W": 7.72162889184358e-12, + "N": 5.094892389923e-12, + "Y": 1.849794716690667e-05, + "U": 6.962158172023336e-14, + "K": 1.0292814517365301e-10, + "L": 7.282942304787099e-11, + "G": 2.58754340620726e-07, + "F": 0.0038835369050502777, + "E": 4.459644209475755e-09, + "T": 2.3934460386954015e-06, + "P": 0.00030722314841113985, + "-": 0.9957881569862366 + }, + "id": "tp_10770" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1346280, + "label": "-", + "classification": { + "B": 2.3706449781002448e-07, + "S": 4.7144285986178147e-07, + "I": 5.031674390920671e-06, + "C": 1.4614749488828238e-05, + "R": 3.014089543285081e-06, + "M": 0.0005988896591588855, + "O": 2.2209726012079045e-05, + "W": 1.3023058897942974e-07, + "N": 7.188340589436848e-08, + "Y": 0.011064339429140091, + "U": 1.4462213648869238e-08, + "K": 1.8363476783633814e-07, + "L": 1.9313671145937406e-05, + "G": 0.0037978668697178364, + "F": 0.009433774277567863, + "E": 4.566902498481795e-05, + "T": 0.0022306626196950674, + "P": 0.001736467587761581, + "-": 0.9710270166397095 + }, + "id": "tp_10771" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1346380, + "label": "-", + "classification": { + "B": 2.006622779049394e-08, + "S": 1.1434123052822542e-06, + "I": 2.2974350599724858e-07, + "C": 6.479879033349789e-08, + "R": 1.0187225285562818e-07, + "M": 0.00018992202240042388, + "O": 2.739159026532434e-05, + "W": 1.044104891434472e-07, + "N": 5.8173932337979295e-09, + "Y": 0.0013848207890987396, + "U": 1.443617447804968e-10, + "K": 1.4760504818411846e-08, + "L": 1.614134475858009e-06, + "G": 6.73691974952817e-05, + "F": 0.0030376019421964884, + "E": 8.257820809376426e-07, + "T": 0.0006703296676278114, + "P": 0.000251791556365788, + "-": 0.9943665862083435 + }, + "id": "tp_10772" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1346513, + "label": "-", + "classification": { + "B": 1.476836875013987e-09, + "S": 8.977918497521387e-08, + "I": 4.866388625401896e-09, + "C": 3.7906974781343195e-10, + "R": 1.7455167866664567e-10, + "M": 3.358593176017166e-06, + "O": 8.466874419355008e-07, + "W": 1.647989522624016e-09, + "N": 1.5328895097699302e-10, + "Y": 6.7207045503892e-05, + "U": 5.868338584166799e-13, + "K": 1.4388996660841258e-09, + "L": 2.0186940119515384e-08, + "G": 1.3629545719595626e-05, + "F": 0.013107226230204105, + "E": 5.21835488598299e-07, + "T": 1.6803394828457385e-05, + "P": 0.0004751824017148465, + "-": 0.986315131187439 + }, + "id": "tp_10773" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1346647, + "label": "-", + "classification": { + "B": 6.543889735644015e-11, + "S": 1.2348857048039008e-08, + "I": 4.063881675619996e-08, + "C": 3.224323847916821e-07, + "R": 7.969573090349513e-08, + "M": 7.017001917120069e-05, + "O": 3.237584451198927e-06, + "W": 1.9497778946941935e-09, + "N": 2.2501239760330805e-10, + "Y": 0.028301481157541275, + "U": 2.0663091463563044e-12, + "K": 4.587218160878592e-09, + "L": 3.157475987336511e-07, + "G": 0.0008171341614797711, + "F": 0.003341024275869131, + "E": 1.211467974826519e-07, + "T": 0.0018245887476950884, + "P": 9.091164429264609e-06, + "-": 0.9656323790550232 + }, + "id": "tp_10774" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1346780, + "label": "-", + "classification": { + "B": 9.745070028710501e-11, + "S": 2.155007283732857e-09, + "I": 2.101629803519245e-08, + "C": 9.04534314116745e-09, + "R": 2.1529615867876828e-09, + "M": 2.116089945047861e-06, + "O": 1.7649469441494148e-07, + "W": 3.6066719055760643e-10, + "N": 2.470199322868183e-10, + "Y": 9.411071368958801e-05, + "U": 1.695869833451269e-11, + "K": 9.703745446065781e-11, + "L": 1.2867627852131136e-08, + "G": 1.9561825865821447e-06, + "F": 0.00035251709050498903, + "E": 1.512168523731816e-08, + "T": 4.7577781515428796e-05, + "P": 0.00029528464074246585, + "-": 0.9992062449455261 + }, + "id": "tp_10775" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1346880, + "label": "-", + "classification": { + "B": 2.4703638246137416e-07, + "S": 7.25127465557307e-05, + "I": 0.0007706930628046393, + "C": 5.4857541726960335e-06, + "R": 4.538811481324956e-06, + "M": 0.001850818982347846, + "O": 0.0002914921205956489, + "W": 7.81218295742292e-06, + "N": 3.97845906263683e-05, + "Y": 0.1678001880645752, + "U": 8.05739741593925e-09, + "K": 0.0002145130274584517, + "L": 8.369655120077368e-07, + "G": 0.0015585680957883596, + "F": 0.017939889803528786, + "E": 6.930540985194966e-05, + "T": 0.07056530565023422, + "P": 0.0031711121555417776, + "-": 0.7356368899345398 + }, + "id": "tp_10776" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1347014, + "label": "-", + "classification": { + "B": 7.288971914931608e-07, + "S": 4.566815550788306e-05, + "I": 0.0003196768811903894, + "C": 2.30741943596513e-06, + "R": 2.4137564196280437e-06, + "M": 0.0020309127867221832, + "O": 0.00022236991208046675, + "W": 4.11324708693428e-06, + "N": 9.005887477542274e-06, + "Y": 0.017108893021941185, + "U": 2.3658490277966848e-08, + "K": 4.761025138577679e-07, + "L": 3.3236760828003753e-06, + "G": 0.00019426678773015738, + "F": 0.0008282303460873663, + "E": 2.978234442707617e-05, + "T": 0.0313357338309288, + "P": 0.007179698906838894, + "-": 0.9406823515892029 + }, + "id": "tp_10777" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1347147, + "label": "-", + "classification": { + "B": 8.739882595421022e-09, + "S": 1.2450864339541567e-08, + "I": 3.7181038248235154e-09, + "C": 5.3726774140727684e-09, + "R": 2.6475057701702553e-09, + "M": 3.4003651308012195e-06, + "O": 1.4822022649241262e-06, + "W": 3.0659108585240347e-09, + "N": 3.520212940588685e-11, + "Y": 2.032104202953633e-05, + "U": 3.3347257247240414e-12, + "K": 2.31823137075704e-11, + "L": 6.673362662468207e-08, + "G": 2.38783059103298e-06, + "F": 0.00018366595031693578, + "E": 7.804387358589793e-09, + "T": 1.2955108104506508e-05, + "P": 0.00011383607488824055, + "-": 0.9996618032455444 + }, + "id": "tp_10778" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1347281, + "label": "-", + "classification": { + "B": 2.1842311292985528e-10, + "S": 1.512061942321452e-07, + "I": 7.2643575599329324e-09, + "C": 3.6106008849401405e-08, + "R": 7.812419156039141e-09, + "M": 3.81482568627689e-05, + "O": 4.392217306303792e-06, + "W": 2.403917243043452e-08, + "N": 1.032744667561758e-09, + "Y": 0.005399380810558796, + "U": 4.4162629282695764e-12, + "K": 7.909634405223187e-06, + "L": 4.7456012453039875e-08, + "G": 0.0003648153506219387, + "F": 0.05490430071949959, + "E": 1.8975880493599107e-06, + "T": 0.0006551332189701498, + "P": 2.9265498596942052e-05, + "-": 0.9385944604873657 + }, + "id": "tp_10779" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1347381, + "label": "-", + "classification": { + "B": 9.147098634088024e-10, + "S": 1.697985224646814e-10, + "I": 2.2515675368595112e-07, + "C": 5.7996132341031625e-08, + "R": 2.7910408206821558e-08, + "M": 9.223673487213091e-07, + "O": 1.3434930679068202e-07, + "W": 7.497308884829579e-10, + "N": 1.0891035850946196e-09, + "Y": 0.00015090160013642162, + "U": 5.149253246017338e-10, + "K": 1.4976309969938484e-08, + "L": 9.601049733021227e-09, + "G": 1.2689332834270317e-05, + "F": 9.497913561062887e-05, + "E": 6.214216909938841e-07, + "T": 1.4945216207706835e-05, + "P": 0.0013006269000470638, + "-": 0.9984238147735596 + }, + "id": "tp_10780" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1347514, + "label": "-", + "classification": { + "B": 4.884392803411464e-12, + "S": 5.2443705628180126e-11, + "I": 1.3000859278022858e-09, + "C": 1.4984519181027167e-09, + "R": 1.4159368122435012e-10, + "M": 5.065549544269743e-07, + "O": 1.996309251239836e-08, + "W": 3.8749576464214286e-12, + "N": 1.6547964170818275e-12, + "Y": 0.0002758819318842143, + "U": 7.115418958246814e-15, + "K": 5.181064778592148e-12, + "L": 6.196566038063622e-10, + "G": 1.1667564649542328e-05, + "F": 0.0005644633201882243, + "E": 4.498124095420053e-09, + "T": 1.2790077562385704e-05, + "P": 8.836256711219903e-06, + "-": 0.9991258978843689 + }, + "id": "tp_10781" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1347648, + "label": "-", + "classification": { + "B": 1.5034919087497656e-08, + "S": 2.345740846010358e-08, + "I": 1.3329726243682671e-05, + "C": 1.5860432256431523e-07, + "R": 4.679570864141169e-08, + "M": 1.2014907042612322e-05, + "O": 2.0162335658824304e-06, + "W": 1.6345142128670886e-08, + "N": 3.049159715828864e-07, + "Y": 0.00011743630602722988, + "U": 5.681643155952543e-09, + "K": 1.0100304592697285e-08, + "L": 8.885822211368577e-08, + "G": 8.517090464010835e-06, + "F": 0.00012578749738167971, + "E": 9.413877705810592e-06, + "T": 0.000255295482929796, + "P": 0.05681395158171654, + "-": 0.94264155626297 + }, + "id": "tp_10782" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1347781, + "label": "-", + "classification": { + "B": 3.2275474382004177e-07, + "S": 8.272072449244661e-08, + "I": 2.2807473214925267e-05, + "C": 8.304500624944922e-07, + "R": 1.812623793284729e-07, + "M": 7.717037078691646e-05, + "O": 3.932396339223487e-06, + "W": 3.7728977275719444e-08, + "N": 1.2319276265770895e-07, + "Y": 0.0011514164507389069, + "U": 5.962103255541251e-09, + "K": 3.15644115289615e-08, + "L": 6.892115607115556e-07, + "G": 0.00025467449449934065, + "F": 0.0005498396931216121, + "E": 5.590632645180449e-05, + "T": 0.00048407260328531265, + "P": 0.018025033175945282, + "-": 0.979373037815094 + }, + "id": "tp_10783" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1347881, + "label": "-", + "classification": { + "B": 1.5251110198732931e-05, + "S": 2.1110363377374597e-06, + "I": 3.1059636967256665e-05, + "C": 2.386062806181144e-05, + "R": 5.177761977392947e-06, + "M": 0.00013776567357126623, + "O": 2.826901436492335e-05, + "W": 1.8647695014806231e-06, + "N": 2.3685274754825514e-06, + "Y": 0.0019519688794389367, + "U": 1.8224312725578784e-07, + "K": 2.3779166440363042e-05, + "L": 3.614229399317992e-06, + "G": 0.001759522594511509, + "F": 0.009052245877683163, + "E": 0.0005807116976939142, + "T": 0.0005597585695795715, + "P": 0.013488490134477615, + "-": 0.9723320603370667 + }, + "id": "tp_10784" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1348015, + "label": "-", + "classification": { + "B": 1.0690547242120374e-05, + "S": 7.527135949203512e-06, + "I": 2.7535665140021592e-05, + "C": 2.03517288355215e-06, + "R": 1.4353396409205743e-06, + "M": 0.00037391047226265073, + "O": 0.0001079176872735843, + "W": 2.6619759410095867e-06, + "N": 7.443284175678855e-07, + "Y": 0.0007084833341650665, + "U": 8.787188932046774e-08, + "K": 1.342214090982452e-07, + "L": 2.8302059945417568e-05, + "G": 0.0003106294316239655, + "F": 0.010963570326566696, + "E": 2.5928022296284325e-05, + "T": 0.0007770114461891353, + "P": 0.010469152592122555, + "-": 0.9761823415756226 + }, + "id": "tp_10785" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1348148, + "label": "-", + "classification": { + "B": 5.457339113945636e-08, + "S": 1.2002124094578903e-07, + "I": 4.0701306716073304e-06, + "C": 1.2093903478671564e-07, + "R": 7.402802282285847e-08, + "M": 2.8247619411558844e-05, + "O": 3.2185166674025822e-06, + "W": 1.755059564345629e-08, + "N": 3.9984819011351647e-08, + "Y": 0.0008288173703476787, + "U": 1.971959928681599e-09, + "K": 1.4471470421995036e-07, + "L": 1.4684204074910667e-07, + "G": 6.37558987364173e-05, + "F": 0.0007003207574598491, + "E": 4.904904926661402e-06, + "T": 0.00028624333208426833, + "P": 0.0032437245827168226, + "-": 0.9948360919952393 + }, + "id": "tp_10786" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1348282, + "label": "-", + "classification": { + "B": 2.2480067585206598e-08, + "S": 3.904327172676858e-07, + "I": 1.371286373341718e-07, + "C": 1.6882883357993705e-07, + "R": 2.513819019611674e-08, + "M": 3.046446363441646e-05, + "O": 6.97726591170067e-06, + "W": 6.656058104681506e-08, + "N": 2.0531283340119444e-08, + "Y": 0.00043276604264974594, + "U": 5.546106907061699e-10, + "K": 1.7411853150406387e-06, + "L": 3.2454897791467374e-07, + "G": 0.00013491058780346066, + "F": 0.049891866743564606, + "E": 5.151660843694117e-06, + "T": 0.000230767487664707, + "P": 0.0010837584268301725, + "-": 0.9481804966926575 + }, + "id": "tp_10787" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1348382, + "label": "-", + "classification": { + "B": 1.3595759067175361e-11, + "S": 3.5389302599497796e-11, + "I": 6.8442154166348246e-09, + "C": 5.518163703754908e-09, + "R": 4.5574546914117775e-10, + "M": 2.1081901024899707e-07, + "O": 7.169817628494002e-09, + "W": 1.379211935631508e-11, + "N": 2.811623329990187e-11, + "Y": 1.4582006770069711e-05, + "U": 2.7470094341591755e-12, + "K": 2.8529872908578113e-11, + "L": 7.155974146577648e-10, + "G": 2.7857396389663336e-07, + "F": 0.00013666368613485247, + "E": 2.2612239192199013e-08, + "T": 9.723414223117288e-06, + "P": 0.0006241013761609793, + "-": 0.9992144107818604 + }, + "id": "tp_10788" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1348515, + "label": "-", + "classification": { + "B": 2.428443446333972e-09, + "S": 4.7173189798854764e-09, + "I": 8.923956684725454e-09, + "C": 2.2269068367108957e-08, + "R": 4.594439051430754e-09, + "M": 1.5181386515905615e-05, + "O": 3.8886480524524814e-07, + "W": 2.6763302685139934e-10, + "N": 2.035205164119258e-11, + "Y": 0.0001382462214678526, + "U": 9.43975258203833e-13, + "K": 2.3034288018641824e-11, + "L": 9.911556020369972e-08, + "G": 3.124706199741922e-05, + "F": 0.00029714120319113135, + "E": 3.621313382495828e-08, + "T": 6.925273919478059e-05, + "P": 2.3928792870719917e-05, + "-": 0.9994245767593384 + }, + "id": "tp_10789" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1348649, + "label": "-", + "classification": { + "B": 1.2731733889381758e-08, + "S": 4.240379894326907e-06, + "I": 8.168130989361089e-06, + "C": 2.7634048365143826e-06, + "R": 1.7808802112995181e-06, + "M": 0.00025468217791058123, + "O": 6.038770516170189e-05, + "W": 8.320439519593492e-07, + "N": 3.623526652063447e-07, + "Y": 0.1320379078388214, + "U": 8.987136590477007e-10, + "K": 1.1626960258581676e-05, + "L": 9.559548743709456e-07, + "G": 0.0014174598036333919, + "F": 0.02237703464925289, + "E": 5.448916454042774e-06, + "T": 0.015676403418183327, + "P": 0.00028604938415810466, + "-": 0.8278539180755615 + }, + "id": "tp_10790" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1348782, + "label": "-", + "classification": { + "B": 1.070274947778671e-06, + "S": 1.2660502761718817e-05, + "I": 1.5284098481060937e-05, + "C": 2.7396959012548905e-07, + "R": 1.6861046958638326e-07, + "M": 0.00024012938956730068, + "O": 3.254198600188829e-05, + "W": 1.1619674751273124e-06, + "N": 1.0812645996338688e-06, + "Y": 0.0027926263865083456, + "U": 9.377495224782706e-09, + "K": 1.1709178124874597e-06, + "L": 8.953506949183065e-07, + "G": 0.00013668688188772649, + "F": 0.014301049523055553, + "E": 3.5409932024776936e-05, + "T": 0.002327021211385727, + "P": 0.01272368710488081, + "-": 0.9673769474029541 + }, + "id": "tp_10791" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1348882, + "label": "-", + "classification": { + "B": 1.2973349328149197e-07, + "S": 1.0251920201653775e-08, + "I": 1.8362653975145804e-07, + "C": 3.555882699401991e-07, + "R": 1.3718069169499358e-07, + "M": 2.1505473341676407e-05, + "O": 4.953773895977065e-06, + "W": 1.5774402228885265e-08, + "N": 1.8348420560698742e-09, + "Y": 2.985386163345538e-05, + "U": 3.5717970248150266e-10, + "K": 1.373962610351498e-10, + "L": 3.821758696176403e-07, + "G": 8.946435627876781e-06, + "F": 4.121821257285774e-05, + "E": 1.4807399395522225e-07, + "T": 7.094773172866553e-05, + "P": 0.0009412964573130012, + "-": 0.9988798499107361 + }, + "id": "tp_10792" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1349016, + "label": "-", + "classification": { + "B": 1.747770873340715e-12, + "S": 1.2046257047426678e-10, + "I": 8.306473286978644e-10, + "C": 1.077920114278541e-10, + "R": 1.760455149713014e-11, + "M": 1.8695341452712455e-07, + "O": 1.368516855393409e-08, + "W": 2.408134802678319e-11, + "N": 1.2219531810020445e-11, + "Y": 2.2098016415839083e-05, + "U": 1.9614157845647406e-13, + "K": 5.872167196940836e-10, + "L": 8.244594590367527e-11, + "G": 2.413802917544672e-07, + "F": 0.00012950187374372035, + "E": 1.2467763710333202e-08, + "T": 3.3933197300939355e-06, + "P": 0.00012914964463561773, + "-": 0.9997153878211975 + }, + "id": "tp_10793" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1349149, + "label": "-", + "classification": { + "B": 2.514866991987219e-06, + "S": 4.18765148424427e-06, + "I": 5.3706653488916345e-06, + "C": 8.088165486697108e-05, + "R": 1.825617982831318e-05, + "M": 0.0011306952219456434, + "O": 0.000132224740809761, + "W": 1.6209369277930818e-06, + "N": 4.7331926111837674e-07, + "Y": 0.016201844438910484, + "U": 5.8092005872367736e-08, + "K": 8.597101441409905e-06, + "L": 2.9117476515239105e-05, + "G": 0.008040453307330608, + "F": 0.040563128888607025, + "E": 0.00011690803512465209, + "T": 0.002788189332932234, + "P": 0.001705384231172502, + "-": 0.9291700720787048 + }, + "id": "tp_10794" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1349283, + "label": "F", + "classification": { + "B": 7.777031463263029e-09, + "S": 0.00021510932128876448, + "I": 2.8331012913440645e-07, + "C": 0.0002174949477193877, + "R": 4.4423435610951856e-05, + "M": 0.0018939562141895294, + "O": 0.001024923985823989, + "W": 7.028721029200824e-06, + "N": 4.566601674582671e-08, + "Y": 0.02496684156358242, + "U": 1.0636060920887758e-09, + "K": 2.3360686100204475e-05, + "L": 0.0005363517557270825, + "G": 0.11647211015224457, + "F": 0.6363515853881836, + "E": 7.496926627936773e-06, + "T": 0.00914517231285572, + "P": 1.3907182619732339e-05, + "-": 0.2090798020362854 + }, + "id": "tp_10795" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1349383, + "label": "-", + "classification": { + "B": 1.5072826897721825e-07, + "S": 1.546145881548e-06, + "I": 6.33633608231321e-05, + "C": 6.0912097978871316e-06, + "R": 2.9473148970282637e-06, + "M": 2.586268055893015e-05, + "O": 1.9342414816492237e-05, + "W": 1.905017597891856e-06, + "N": 9.497975042904727e-06, + "Y": 0.0004679691046476364, + "U": 4.937450057695969e-07, + "K": 0.00013050872075837106, + "L": 5.747295404034958e-07, + "G": 3.323802593513392e-05, + "F": 0.015563315711915493, + "E": 7.561055826954544e-05, + "T": 0.00034198781941086054, + "P": 0.10199038684368134, + "-": 0.8812650442123413 + }, + "id": "tp_10796" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1349516, + "label": "-", + "classification": { + "B": 1.9376523996417205e-10, + "S": 1.4788398283727133e-09, + "I": 1.0546485782469972e-06, + "C": 8.037699217311456e-08, + "R": 3.319993524542042e-08, + "M": 1.1764417649828829e-05, + "O": 4.58988040463737e-07, + "W": 6.382674389016074e-10, + "N": 2.2562565149542024e-09, + "Y": 0.0002390503796050325, + "U": 9.125628724904189e-11, + "K": 9.246667875828507e-10, + "L": 1.664821880353884e-08, + "G": 4.382278802950168e-06, + "F": 4.1143699490930885e-05, + "E": 1.0565617714064501e-07, + "T": 0.0002289477561134845, + "P": 0.0003933921689167619, + "-": 0.9990795850753784 + }, + "id": "tp_10797" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1349650, + "label": "-", + "classification": { + "B": 1.1279007589015677e-10, + "S": 4.834991518265497e-09, + "I": 9.648487342417411e-09, + "C": 1.720185438536248e-09, + "R": 3.152987593235679e-10, + "M": 1.385809241583047e-06, + "O": 1.347763998182927e-07, + "W": 2.66229788215e-10, + "N": 1.770485008600886e-10, + "Y": 0.00011173448001500219, + "U": 1.2439026588276225e-12, + "K": 2.19699725079181e-09, + "L": 4.070849435322543e-09, + "G": 4.248121058481047e-06, + "F": 0.003349867882207036, + "E": 1.3155779754470132e-07, + "T": 4.1051695006899536e-05, + "P": 0.00020939848036505282, + "-": 0.9962819218635559 + }, + "id": "tp_10798" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1349783, + "label": "-", + "classification": { + "B": 3.531631706369699e-14, + "S": 4.852568433882931e-12, + "I": 9.408439582969663e-10, + "C": 3.759223765609221e-10, + "R": 4.504652206804849e-11, + "M": 1.378018765763045e-08, + "O": 1.906965918507808e-09, + "W": 5.04552649660539e-12, + "N": 8.796977903069436e-12, + "Y": 0.00010060594649985433, + "U": 5.227114178779288e-14, + "K": 2.8918869077187992e-08, + "L": 7.997268645920652e-12, + "G": 1.7254336626137956e-06, + "F": 0.00026085367426276207, + "E": 3.7211687953231376e-08, + "T": 4.2762962948472705e-06, + "P": 0.00013515357568394393, + "-": 0.9994972944259644 + }, + "id": "tp_10799" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1349883, + "label": "-", + "classification": { + "B": 3.3233471530280667e-10, + "S": 1.6641768851854977e-08, + "I": 1.858320644032574e-07, + "C": 1.245972498509218e-06, + "R": 2.8927502171427477e-07, + "M": 3.650469079730101e-05, + "O": 2.712408786464948e-06, + "W": 9.221607477627458e-09, + "N": 1.204289334921782e-09, + "Y": 0.002961306367069483, + "U": 4.7993376633970186e-11, + "K": 3.2309943609476477e-09, + "L": 3.296854629297741e-07, + "G": 5.7183890021406114e-05, + "F": 0.001981518929824233, + "E": 1.290054996161416e-07, + "T": 0.0004705086175817996, + "P": 6.838972331024706e-05, + "-": 0.9944196343421936 + }, + "id": "tp_10800" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1350017, + "label": "-", + "classification": { + "B": 0.00023239014262799174, + "S": 1.7021713574649766e-05, + "I": 2.6930075947007026e-08, + "C": 4.4543346788827876e-09, + "R": 2.364651940922613e-08, + "M": 0.0015598618192598224, + "O": 0.0009500121232122183, + "W": 5.164990284356463e-07, + "N": 6.699597127068913e-11, + "Y": 8.512764179613441e-05, + "U": 4.2051822093935876e-13, + "K": 8.838479806979466e-14, + "L": 8.990558853838593e-05, + "G": 0.0001981834357138723, + "F": 0.0001172282500192523, + "E": 3.198324449726897e-08, + "T": 0.00017480438691563904, + "P": 1.25196784210857e-05, + "-": 0.9965623021125793 + }, + "id": "tp_10801" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1350150, + "label": "-", + "classification": { + "B": 5.159789817632543e-10, + "S": 1.729311662757027e-07, + "I": 1.5626092135789804e-06, + "C": 3.5170294722775e-05, + "R": 7.748762982373592e-06, + "M": 0.00014880590606480837, + "O": 1.3057054275122937e-05, + "W": 6.735368884847048e-08, + "N": 3.6103788403352155e-08, + "Y": 0.29465681314468384, + "U": 3.535819970146292e-10, + "K": 6.402656435966492e-05, + "L": 6.9267326807676e-07, + "G": 0.012093901634216309, + "F": 0.012275422923266888, + "E": 5.13891973241698e-06, + "T": 0.013204858638346195, + "P": 3.6672390706371516e-05, + "-": 0.6674557328224182 + }, + "id": "tp_10802" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1350250, + "label": "-", + "classification": { + "B": 1.3045104196862667e-07, + "S": 3.0264522138168104e-05, + "I": 2.684229002625216e-06, + "C": 0.0003118651802651584, + "R": 3.5931920137954876e-05, + "M": 0.0009339049574919045, + "O": 0.00026971258921548724, + "W": 5.7845027185976505e-06, + "N": 7.278640055119467e-07, + "Y": 0.014175294898450375, + "U": 1.2777419122755873e-08, + "K": 0.00014267624646890908, + "L": 3.790110713453032e-05, + "G": 0.02617962844669819, + "F": 0.43201103806495667, + "E": 9.688176214694977e-05, + "T": 0.0052858153358101845, + "P": 0.0003884329926222563, + "-": 0.5200912356376648 + }, + "id": "tp_10803" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1350384, + "label": "-", + "classification": { + "B": 1.2119980574709643e-08, + "S": 7.596742079840624e-08, + "I": 2.095717491101823e-06, + "C": 9.707318895380013e-07, + "R": 4.665789106184093e-07, + "M": 2.436781142023392e-05, + "O": 5.544882242247695e-06, + "W": 4.4753168282340994e-08, + "N": 1.9771150050473807e-08, + "Y": 0.0010011615231633186, + "U": 1.3773708840147947e-09, + "K": 4.195135261397809e-08, + "L": 5.044458930569817e-07, + "G": 8.154854003805667e-05, + "F": 0.0032489553559571505, + "E": 2.005519036174519e-06, + "T": 0.0001604074059287086, + "P": 0.0017194070387631655, + "-": 0.9937523007392883 + }, + "id": "tp_10804" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1350517, + "label": "-", + "classification": { + "B": 8.444947889074683e-05, + "S": 0.00012747150321956724, + "I": 0.00015414803056046367, + "C": 0.00040181653457693756, + "R": 0.0003473164979368448, + "M": 0.010044939815998077, + "O": 0.0032087417785078287, + "W": 6.441147706937045e-05, + "N": 5.023587618779857e-06, + "Y": 0.008741042576730251, + "U": 1.066694721885142e-06, + "K": 2.8503288262982096e-07, + "L": 0.0025062260683625937, + "G": 0.0070778848603367805, + "F": 0.0070856790989637375, + "E": 9.945542842615396e-05, + "T": 0.010724389925599098, + "P": 0.004072844982147217, + "-": 0.9452528953552246 + }, + "id": "tp_10805" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1350651, + "label": "-", + "classification": { + "B": 4.531826107267989e-06, + "S": 8.54499448905699e-05, + "I": 1.1290547263342887e-05, + "C": 1.0922799447143916e-05, + "R": 6.11249788562418e-06, + "M": 0.0009501199820078909, + "O": 0.0003803906438406557, + "W": 8.335502570844255e-06, + "N": 9.803892453419394e-07, + "Y": 0.0038586650043725967, + "U": 2.1147345208305524e-08, + "K": 3.839891178358812e-06, + "L": 5.892529952689074e-05, + "G": 0.0025331967044621706, + "F": 0.09590707719326019, + "E": 9.843494626693428e-05, + "T": 0.0032394423615187407, + "P": 0.0021050444338470697, + "-": 0.8907371759414673 + }, + "id": "tp_10806" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1350751, + "label": "-", + "classification": { + "B": 7.784902930629833e-12, + "S": 1.45139074370082e-11, + "I": 1.7943918573237738e-09, + "C": 8.217734132065502e-11, + "R": 2.33438771785055e-11, + "M": 8.970082632231424e-08, + "O": 3.982786989098486e-09, + "W": 4.009457696407814e-12, + "N": 2.513648143798175e-12, + "Y": 5.281627454678528e-05, + "U": 7.859522494629845e-14, + "K": 6.179099593106585e-11, + "L": 5.229749966417785e-11, + "G": 1.1253338243477629e-06, + "F": 2.720912016229704e-05, + "E": 5.242579259601143e-09, + "T": 3.809337613347452e-06, + "P": 5.2488481742329895e-05, + "-": 0.9998624324798584 + }, + "id": "tp_10807" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1350884, + "label": "-", + "classification": { + "B": 7.28563662732995e-08, + "S": 1.2169304852704954e-07, + "I": 1.530057124909945e-05, + "C": 6.880146656840225e-07, + "R": 2.8021435127811856e-07, + "M": 7.519069913541898e-05, + "O": 7.220947281894041e-06, + "W": 8.35085742778574e-08, + "N": 2.489088046786492e-07, + "Y": 0.003299233503639698, + "U": 5.731148444709788e-09, + "K": 1.0636777005856857e-06, + "L": 3.355390276738035e-07, + "G": 0.00029190265922807157, + "F": 0.002248975448310375, + "E": 3.0151937608025037e-05, + "T": 0.0005157304112799466, + "P": 0.004663628526031971, + "-": 0.9888496994972229 + }, + "id": "tp_10808" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1351018, + "label": "-", + "classification": { + "B": 5.467131192204988e-09, + "S": 1.487588718873667e-07, + "I": 9.372432714371826e-07, + "C": 4.643572708573629e-07, + "R": 5.395448354761356e-08, + "M": 3.323998043924803e-06, + "O": 4.0818940760800615e-06, + "W": 5.11563982286134e-08, + "N": 8.564405362676553e-08, + "Y": 0.00016188739391509444, + "U": 1.471452737433765e-09, + "K": 5.349941147869686e-07, + "L": 7.279837888063412e-08, + "G": 4.71546190965455e-05, + "F": 0.016330529004335403, + "E": 6.7038477027381305e-06, + "T": 4.11140063079074e-05, + "P": 0.014208934269845486, + "-": 0.9691939353942871 + }, + "id": "tp_10809" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1351151, + "label": "-", + "classification": { + "B": 1.4115174053586088e-05, + "S": 2.6132704078918323e-05, + "I": 0.002153579844161868, + "C": 0.0003009093925356865, + "R": 6.76087656756863e-05, + "M": 0.0008119077538140118, + "O": 0.00023208078346215189, + "W": 2.800933361868374e-05, + "N": 0.0002646889188326895, + "Y": 0.023912014439702034, + "U": 2.392589158262126e-05, + "K": 0.001012429827824235, + "L": 4.088331843377091e-05, + "G": 0.004585990682244301, + "F": 0.027884837239980698, + "E": 0.005538132041692734, + "T": 0.0061264364048838615, + "P": 0.06991999596357346, + "-": 0.8570562601089478 + }, + "id": "tp_10810" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1351251, + "label": "-", + "classification": { + "B": 8.093817882581789e-07, + "S": 4.5161925754655385e-07, + "I": 5.371250040298037e-07, + "C": 4.6737935122109775e-07, + "R": 1.755807659264974e-07, + "M": 3.133653081022203e-05, + "O": 1.0416784789413214e-05, + "W": 1.2940834892560815e-07, + "N": 1.3733413517513782e-08, + "Y": 0.0001561583048896864, + "U": 2.323227166201036e-09, + "K": 2.9784550381606323e-09, + "L": 2.1787134301121114e-06, + "G": 4.800878377864137e-05, + "F": 0.003738614497706294, + "E": 1.315258032263955e-06, + "T": 0.00010726464097388089, + "P": 0.0047002690844237804, + "-": 0.9912017583847046 + }, + "id": "tp_10811" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1351385, + "label": "-", + "classification": { + "B": 5.412996273435056e-09, + "S": 1.2768434309862187e-08, + "I": 8.225317742471816e-07, + "C": 1.2937248072830698e-07, + "R": 3.4875430543479524e-08, + "M": 5.3527706768363714e-05, + "O": 6.903804887770093e-07, + "W": 2.3479045374585894e-09, + "N": 3.995329844741491e-09, + "Y": 0.004145862068980932, + "U": 8.996189210241923e-11, + "K": 1.850380471069002e-08, + "L": 6.04582766072781e-08, + "G": 0.00010172343900194392, + "F": 0.0005216972203925252, + "E": 4.4682269617624115e-06, + "T": 0.0005500853876583278, + "P": 0.00033911404898390174, + "-": 0.9942817687988281 + }, + "id": "tp_10812" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1351518, + "label": "-", + "classification": { + "B": 4.4585929572349414e-05, + "S": 5.749754927819595e-05, + "I": 0.00010981152445310727, + "C": 3.9780166844138876e-05, + "R": 2.292431418027263e-05, + "M": 0.0009371768101118505, + "O": 0.0010192126501351595, + "W": 4.2799390939762816e-05, + "N": 1.1227318282180931e-05, + "Y": 0.0007019474287517369, + "U": 1.5213271353786695e-06, + "K": 5.451576612358622e-07, + "L": 0.00013494996528606862, + "G": 0.000383545906515792, + "F": 0.0035064686089754105, + "E": 7.262814324349165e-05, + "T": 0.0017863190732896328, + "P": 0.05269278585910797, + "-": 0.9384343028068542 + }, + "id": "tp_10813" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1351652, + "label": "-", + "classification": { + "B": 9.13996061058242e-08, + "S": 9.69182067933616e-08, + "I": 3.5561952245188877e-06, + "C": 1.2200329990719183e-07, + "R": 1.7371084481965227e-07, + "M": 2.2697016902384348e-05, + "O": 7.1170484261529054e-06, + "W": 8.012488450503952e-08, + "N": 3.0762716818344416e-08, + "Y": 0.0004007771494798362, + "U": 1.4088757938068852e-09, + "K": 2.6536422836898055e-08, + "L": 2.6306082645533024e-07, + "G": 3.218107303837314e-05, + "F": 0.0004712593217846006, + "E": 3.055786237382563e-06, + "T": 0.00012923426402267069, + "P": 0.002880739513784647, + "-": 0.9960485100746155 + }, + "id": "tp_10814" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1351752, + "label": "-", + "classification": { + "B": 1.673597793683257e-08, + "S": 1.7407484165232745e-07, + "I": 4.273588274372742e-06, + "C": 2.7085201281806803e-07, + "R": 4.798956609874949e-08, + "M": 9.151731501333416e-05, + "O": 3.92721130992868e-06, + "W": 4.48988153323171e-08, + "N": 1.2089914491753007e-07, + "Y": 0.001395192462950945, + "U": 1.904226554216848e-09, + "K": 5.404400553743471e-07, + "L": 2.491001964699535e-07, + "G": 0.00018861971329897642, + "F": 0.003387946868315339, + "E": 3.3274882298428565e-05, + "T": 0.0008858429500833154, + "P": 0.0018814129289239645, + "-": 0.99212646484375 + }, + "id": "tp_10815" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1351885, + "label": "-", + "classification": { + "B": 0.00011586058826651424, + "S": 0.0002655329881235957, + "I": 0.00025678359088487923, + "C": 5.1052636990789324e-05, + "R": 1.0536091394897085e-05, + "M": 0.0006665676482953131, + "O": 0.0002759339986369014, + "W": 8.301214984385297e-05, + "N": 0.00011097473907284439, + "Y": 0.00508361728861928, + "U": 4.592897312249988e-06, + "K": 0.0038247820921242237, + "L": 4.2564886825857684e-05, + "G": 0.009501805528998375, + "F": 0.26754072308540344, + "E": 0.05298326909542084, + "T": 0.0014487720327451825, + "P": 0.1063510850071907, + "-": 0.5513824820518494 + }, + "id": "tp_10816" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1352019, + "label": "-", + "classification": { + "B": 1.5167840317076298e-09, + "S": 6.470547209147526e-09, + "I": 6.59662589441723e-07, + "C": 4.507928252905913e-08, + "R": 1.4461037700641555e-08, + "M": 1.0058557791126077e-06, + "O": 5.657873884956643e-07, + "W": 4.944702869380535e-09, + "N": 1.9874581980161565e-08, + "Y": 6.270261656027287e-05, + "U": 1.0983570719602653e-09, + "K": 3.75258002449641e-09, + "L": 2.1121989490779924e-08, + "G": 2.219494945165934e-06, + "F": 0.0005822960520163178, + "E": 3.561617631930858e-07, + "T": 6.546983058797196e-05, + "P": 0.021553412079811096, + "-": 0.9777311682701111 + }, + "id": "tp_10817" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1352152, + "label": "-", + "classification": { + "B": 2.5493761768302647e-08, + "S": 6.097736218180216e-07, + "I": 0.00017015499179251492, + "C": 7.33429169486044e-06, + "R": 2.912726131398813e-06, + "M": 3.10854084091261e-05, + "O": 1.3388462321017869e-05, + "W": 3.679326141536876e-07, + "N": 3.4724823763099266e-06, + "Y": 0.015627387911081314, + "U": 2.3014040451130313e-08, + "K": 0.00010365252092014998, + "L": 2.0109254705857893e-07, + "G": 0.00038139542448334396, + "F": 0.0032175348605960608, + "E": 5.806555418530479e-05, + "T": 0.002590364310890436, + "P": 0.008330692537128925, + "-": 0.9694613218307495 + }, + "id": "tp_10818" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1352252, + "label": "-", + "classification": { + "B": 4.5940080894979474e-07, + "S": 1.8597430653244373e-06, + "I": 0.00028347611078061163, + "C": 1.7956730516743846e-05, + "R": 6.574525286850985e-06, + "M": 0.00023011548910290003, + "O": 4.508719575824216e-05, + "W": 1.1480350394776906e-06, + "N": 4.675282525568036e-06, + "Y": 0.011437011882662773, + "U": 2.867154762498103e-07, + "K": 5.8475984587857965e-06, + "L": 2.6307168354833266e-06, + "G": 0.0003422413719817996, + "F": 0.0014583650045096874, + "E": 2.955337185994722e-05, + "T": 0.005402941256761551, + "P": 0.006921467836946249, + "-": 0.9738083481788635 + }, + "id": "tp_10819" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1352386, + "label": "-", + "classification": { + "B": 7.429880355402929e-08, + "S": 1.082619718317801e-07, + "I": 4.350287781562656e-06, + "C": 1.343839471701358e-06, + "R": 2.1238693648228946e-07, + "M": 1.2571814295370132e-05, + "O": 3.2587433906883234e-06, + "W": 9.037694326252677e-08, + "N": 2.1402310323992424e-07, + "Y": 0.0007795598939992487, + "U": 3.597573439151347e-08, + "K": 2.989070935655036e-06, + "L": 2.2456589476860245e-07, + "G": 7.836244913050905e-05, + "F": 0.004549882840365171, + "E": 8.796332622296177e-06, + "T": 0.00023249555670190603, + "P": 0.010415133088827133, + "-": 0.9839104413986206 + }, + "id": "tp_10820" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1352519, + "label": "-", + "classification": { + "B": 8.410511509282514e-05, + "S": 0.00020504576968960464, + "I": 3.054275566682918e-06, + "C": 4.429026375873946e-06, + "R": 5.478278580994811e-06, + "M": 0.0028880054596811533, + "O": 0.002370303962379694, + "W": 1.5982181139406748e-05, + "N": 7.802601231787776e-08, + "Y": 0.0031507406383752823, + "U": 9.718988946971763e-10, + "K": 1.6209055431204433e-08, + "L": 0.00041141026304103434, + "G": 0.004846735391765833, + "F": 0.01688476838171482, + "E": 1.3701373973162845e-05, + "T": 0.001881274743936956, + "P": 0.00032549607567489147, + "-": 0.9669092893600464 + }, + "id": "tp_10821" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1352653, + "label": "-", + "classification": { + "B": 6.063931579092241e-09, + "S": 3.3261306953136227e-07, + "I": 1.0404478416603524e-06, + "C": 1.8801199530571466e-06, + "R": 1.4158389376461855e-06, + "M": 0.00013805137132294476, + "O": 1.6427238733740523e-05, + "W": 1.8545961211202666e-07, + "N": 5.886835552360026e-08, + "Y": 0.0062274085357785225, + "U": 2.0644161935479133e-09, + "K": 2.217487008238095e-06, + "L": 7.318495818253723e-07, + "G": 0.0003258528304286301, + "F": 0.008690067566931248, + "E": 4.240605903760297e-06, + "T": 0.0007595527567900717, + "P": 0.0005965446471236646, + "-": 0.9832339286804199 + }, + "id": "tp_10822" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1352753, + "label": "C", + "classification": { + "B": 1.3973830391478259e-05, + "S": 0.004003562498837709, + "I": 0.01165014784783125, + "C": 0.4288509786128998, + "R": 0.03298545628786087, + "M": 0.0061639416962862015, + "O": 0.004195351153612137, + "W": 0.0006508467486128211, + "N": 0.004981371108442545, + "Y": 0.043087344616651535, + "U": 8.161500204550975e-07, + "K": 0.0021765807177871466, + "L": 0.000912056362722069, + "G": 0.373055636882782, + "F": 0.007806385401636362, + "E": 0.001996220089495182, + "T": 0.07644809782505035, + "P": 0.00015089796215761453, + "-": 0.0008703035418875515 + }, + "id": "tp_10823" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1352886, + "label": "Y", + "classification": { + "B": 0.00012227159459143877, + "S": 0.007596632000058889, + "I": 0.043177325278520584, + "C": 0.058372192084789276, + "R": 0.012458003126084805, + "M": 0.009436139836907387, + "O": 0.010483743622899055, + "W": 0.004091945011168718, + "N": 0.018179919570684433, + "Y": 0.2814542353153229, + "U": 3.152630597469397e-05, + "K": 0.11453089863061905, + "L": 0.0009141612099483609, + "G": 0.25329309701919556, + "F": 0.05048879608511925, + "E": 0.019550802186131477, + "T": 0.09733889251947403, + "P": 0.0026126320008188486, + "-": 0.01586686447262764 + }, + "id": "tp_10824" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1353020, + "label": "E", + "classification": { + "B": 3.338804890518077e-05, + "S": 0.00026143385912291706, + "I": 0.20582835376262665, + "C": 0.01578764244914055, + "R": 0.0008501923293806612, + "M": 0.0036494340747594833, + "O": 0.000480907823657617, + "W": 0.00011049766908399761, + "N": 0.03060232102870941, + "Y": 0.12882685661315918, + "U": 1.6999483705149032e-06, + "K": 0.03937286511063576, + "L": 3.272041431046091e-05, + "G": 0.17772935330867767, + "F": 0.0024580927565693855, + "E": 0.36860793828964233, + "T": 0.017133766785264015, + "P": 0.004740129224956036, + "-": 0.00349231343716383 + }, + "id": "tp_10825" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1353153, + "label": "I", + "classification": { + "B": 0.0005150712095201015, + "S": 0.0012546915095299482, + "I": 0.3718673586845398, + "C": 0.14269816875457764, + "R": 0.02054995857179165, + "M": 0.021664906293153763, + "O": 0.0039561898447573185, + "W": 0.0010605285642668605, + "N": 0.027327438816428185, + "Y": 0.15191327035427094, + "U": 0.0001357381115667522, + "K": 0.002304772613570094, + "L": 0.002367367036640644, + "G": 0.10097105801105499, + "F": 0.0036010046023875475, + "E": 0.0865839496254921, + "T": 0.041021671146154404, + "P": 0.008184277452528477, + "-": 0.012022464536130428 + }, + "id": "tp_10826" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1353253, + "label": "Y", + "classification": { + "B": 3.3829583117039874e-05, + "S": 0.006464795209467411, + "I": 0.07217998802661896, + "C": 0.012243503704667091, + "R": 0.0046806326135993, + "M": 0.010152113623917103, + "O": 0.014569529332220554, + "W": 0.0014767131069675088, + "N": 0.016604973003268242, + "Y": 0.3718086779117584, + "U": 3.821721747954143e-06, + "K": 0.007488081697374582, + "L": 0.000827930576633662, + "G": 0.23267483711242676, + "F": 0.030328569933772087, + "E": 0.007439046166837215, + "T": 0.1803964525461197, + "P": 0.002562969457358122, + "-": 0.028063571080565453 + }, + "id": "tp_10827" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1353387, + "label": "I", + "classification": { + "B": 0.00012474741379264742, + "S": 0.000254297920037061, + "I": 0.646925687789917, + "C": 0.022382250055670738, + "R": 0.0038150784093886614, + "M": 0.005659766960889101, + "O": 0.0010237988317385316, + "W": 0.0001968614524230361, + "N": 0.023453963920474052, + "Y": 0.1915300190448761, + "U": 1.2632826837943867e-05, + "K": 0.00038402414065785706, + "L": 0.00024003330327104777, + "G": 0.027494849637150764, + "F": 0.0009470387594774365, + "E": 0.03399413824081421, + "T": 0.018675927072763443, + "P": 0.013722769916057587, + "-": 0.00916206557303667 + }, + "id": "tp_10828" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1353520, + "label": "G", + "classification": { + "B": 1.8079061192111112e-05, + "S": 0.0024240657221525908, + "I": 0.0521775558590889, + "C": 0.03975992649793625, + "R": 0.002961741527542472, + "M": 0.00452627707272768, + "O": 0.0021479902788996696, + "W": 0.0005048259044997394, + "N": 0.02165447361767292, + "Y": 0.08028754591941833, + "U": 6.622416890422755e-07, + "K": 0.04158667102456093, + "L": 0.0002628737420309335, + "G": 0.6390992403030396, + "F": 0.007416724693030119, + "E": 0.048157885670661926, + "T": 0.055371254682540894, + "P": 0.000575310259591788, + "-": 0.0010668467730283737 + }, + "id": "tp_10829" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1353654, + "label": "I", + "classification": { + "B": 1.5687026461819187e-05, + "S": 4.7887118853395805e-05, + "I": 0.6176686882972717, + "C": 0.05741585046052933, + "R": 0.004505946766585112, + "M": 0.0023306880611926317, + "O": 0.0002399973018327728, + "W": 4.63226497231517e-05, + "N": 0.009592268615961075, + "Y": 0.18551504611968994, + "U": 9.031961667460564e-07, + "K": 0.0010602485854178667, + "L": 6.200074858497828e-05, + "G": 0.05780215933918953, + "F": 0.000640543585177511, + "E": 0.050698649138212204, + "T": 0.008395403623580933, + "P": 0.002037158003076911, + "-": 0.0019245193107053638 + }, + "id": "tp_10830" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1353754, + "label": "Y", + "classification": { + "B": 0.009107360616326332, + "S": 0.01122212316840887, + "I": 0.1721375435590744, + "C": 0.059083033353090286, + "R": 0.021203838288784027, + "M": 0.06340974569320679, + "O": 0.024716947227716446, + "W": 0.0056886519305408, + "N": 0.019161241129040718, + "Y": 0.21919047832489014, + "U": 0.00023057426733430475, + "K": 0.0027736942283809185, + "L": 0.016338404268026352, + "G": 0.1963171362876892, + "F": 0.019857607781887054, + "E": 0.054602816700935364, + "T": 0.04877630993723869, + "P": 0.01402243785560131, + "-": 0.042160049080848694 + }, + "id": "tp_10831" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1353887, + "label": "Y", + "classification": { + "B": 8.441727004537825e-06, + "S": 9.310067252954468e-05, + "I": 0.10296877473592758, + "C": 0.07786688953638077, + "R": 0.005951151251792908, + "M": 0.006654754281044006, + "O": 0.0007274864474311471, + "W": 9.327975567430258e-05, + "N": 0.0017227806383743882, + "Y": 0.6094191074371338, + "U": 9.007496259982872e-07, + "K": 0.001537189120426774, + "L": 9.690110891824588e-05, + "G": 0.09608256816864014, + "F": 0.005318010691553354, + "E": 0.016767598688602448, + "T": 0.04945830628275871, + "P": 0.001129200216382742, + "-": 0.024103624746203423 + }, + "id": "tp_10832" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1354021, + "label": "I", + "classification": { + "B": 1.686929681454785e-05, + "S": 0.0019120066426694393, + "I": 0.48232099413871765, + "C": 0.06164071708917618, + "R": 0.003664343850687146, + "M": 0.0020935568027198315, + "O": 0.0016246252926066518, + "W": 0.0002832776808645576, + "N": 0.12566113471984863, + "Y": 0.10594640672206879, + "U": 4.184601891665807e-07, + "K": 0.004362775012850761, + "L": 0.00010771938832476735, + "G": 0.14119665324687958, + "F": 0.0006195619353093207, + "E": 0.021264834329485893, + "T": 0.04668763652443886, + "P": 0.00040848078788258135, + "-": 0.00018803245620802045 + }, + "id": "tp_10833" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1354154, + "label": "G", + "classification": { + "B": 7.693194675084669e-06, + "S": 0.0014923420967534184, + "I": 0.09207480400800705, + "C": 0.24054595828056335, + "R": 0.011029339395463467, + "M": 0.009979293681681156, + "O": 0.0021763371769338846, + "W": 0.000142376302392222, + "N": 0.004623538814485073, + "Y": 0.07290016114711761, + "U": 1.5824076271542253e-08, + "K": 0.00017232858226634562, + "L": 0.0004488624690566212, + "G": 0.5157610774040222, + "F": 0.0008836375782266259, + "E": 0.004537228029221296, + "T": 0.04279250651597977, + "P": 6.088833470130339e-05, + "-": 0.00037170667201280594 + }, + "id": "tp_10834" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1354254, + "label": "C", + "classification": { + "B": 4.273392187315039e-05, + "S": 0.0003823065781034529, + "I": 0.29486408829689026, + "C": 0.3527602255344391, + "R": 0.013244281522929668, + "M": 0.02169731631875038, + "O": 0.0005674565327353776, + "W": 4.3985070078633726e-05, + "N": 0.014235861599445343, + "Y": 0.004732330329716206, + "U": 8.209282782445371e-07, + "K": 2.9891893063904718e-05, + "L": 0.0008602308225817978, + "G": 0.20947125554084778, + "F": 0.0001950375153683126, + "E": 0.07647351175546646, + "T": 0.008077969774603844, + "P": 0.002031483920291066, + "-": 0.0002891980984713882 + }, + "id": "tp_10835" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1354388, + "label": "G", + "classification": { + "B": 3.766669578908477e-06, + "S": 0.000873811892233789, + "I": 0.12024491280317307, + "C": 0.02904602512717247, + "R": 0.0015613827854394913, + "M": 0.0014682941837236285, + "O": 0.0008960274863056839, + "W": 0.00023269116354640573, + "N": 0.05744116008281708, + "Y": 0.09187619388103485, + "U": 3.7940526453894563e-07, + "K": 0.19432266056537628, + "L": 2.8867296350654215e-05, + "G": 0.36029863357543945, + "F": 0.00822695903480053, + "E": 0.09368610382080078, + "T": 0.03612307459115982, + "P": 0.001783983432687819, + "-": 0.001885126461274922 + }, + "id": "tp_10836" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1354521, + "label": "I", + "classification": { + "B": 4.481148789636791e-05, + "S": 0.003337470581755042, + "I": 0.5126538276672363, + "C": 0.07690177112817764, + "R": 0.005791148636490107, + "M": 0.0124538978561759, + "O": 0.0016916720196604729, + "W": 0.000235088707995601, + "N": 0.06932064145803452, + "Y": 0.0644402727484703, + "U": 8.457214448753803e-07, + "K": 0.0004941605147905648, + "L": 0.00040467942017130554, + "G": 0.1372617930173874, + "F": 0.0007615218055434525, + "E": 0.03810024634003639, + "T": 0.07371669262647629, + "P": 0.001734578050673008, + "-": 0.0006549088866449893 + }, + "id": "tp_10837" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1354655, + "label": "I", + "classification": { + "B": 8.403977517446037e-06, + "S": 4.329986040829681e-05, + "I": 0.8585131168365479, + "C": 0.008137545548379421, + "R": 0.0005775658064521849, + "M": 0.0004182536213193089, + "O": 6.557360757142305e-05, + "W": 2.0492163457674906e-05, + "N": 0.019360562786459923, + "Y": 0.07696140557527542, + "U": 3.6223784150024585e-07, + "K": 0.00025388889480382204, + "L": 7.157588242989732e-06, + "G": 0.0068431394174695015, + "F": 6.706324347760528e-05, + "E": 0.023038525134325027, + "T": 0.004180943127721548, + "P": 0.0011416596826165915, + "-": 0.00036091823130846024 + }, + "id": "tp_10838" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1354755, + "label": "C", + "classification": { + "B": 5.9798545407829806e-05, + "S": 0.0006231531733646989, + "I": 0.001238520140759647, + "C": 0.48613467812538147, + "R": 0.06679078191518784, + "M": 0.03558473289012909, + "O": 0.002854075515642762, + "W": 0.00012394576333463192, + "N": 5.101886563352309e-05, + "Y": 0.005838706158101559, + "U": 7.065834211061883e-07, + "K": 1.2530427738965955e-05, + "L": 0.013597482815384865, + "G": 0.3709401786327362, + "F": 0.00414151418954134, + "E": 0.0010264960583299398, + "T": 0.007847697474062443, + "P": 0.00010140267113456503, + "-": 0.0030324910767376423 + }, + "id": "tp_10839" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1354888, + "label": "I", + "classification": { + "B": 0.0005814312025904655, + "S": 0.00042692123679444194, + "I": 0.3398531377315521, + "C": 0.04798583686351776, + "R": 0.010233206674456596, + "M": 0.027590105310082436, + "O": 0.004382772836834192, + "W": 0.0005701167974621058, + "N": 0.008823571726679802, + "Y": 0.26095473766326904, + "U": 0.00015292099851649255, + "K": 0.0006195876048877835, + "L": 0.0017000443767756224, + "G": 0.06651526689529419, + "F": 0.004129227250814438, + "E": 0.03309716284275055, + "T": 0.06409391015768051, + "P": 0.025661766529083252, + "-": 0.10262828320264816 + }, + "id": "tp_10840" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1355022, + "label": "C", + "classification": { + "B": 0.0003429157077334821, + "S": 0.0007975675398483872, + "I": 0.2734276354312897, + "C": 0.3662300109863281, + "R": 0.028770137578248978, + "M": 0.0765017718076706, + "O": 0.0018886165926232934, + "W": 0.00020576688984874636, + "N": 0.005468579474836588, + "Y": 0.017192276194691658, + "U": 9.422360562894028e-06, + "K": 3.209965143469162e-05, + "L": 0.004449178930372, + "G": 0.13787847757339478, + "F": 0.0004147632571402937, + "E": 0.07086974382400513, + "T": 0.009719030931591988, + "P": 0.003728331532329321, + "-": 0.0020737668965011835 + }, + "id": "tp_10841" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1355155, + "label": "C", + "classification": { + "B": 3.140978151350282e-05, + "S": 0.0006175007438287139, + "I": 0.15709951519966125, + "C": 0.5014092922210693, + "R": 0.05468624457716942, + "M": 0.03044935315847397, + "O": 0.0028676893562078476, + "W": 0.00018388373428024352, + "N": 0.004642352927476168, + "Y": 0.009786136448383331, + "U": 3.4943152513733367e-06, + "K": 3.0503417292493396e-05, + "L": 0.005374567117542028, + "G": 0.21027953922748566, + "F": 0.00043877193820662796, + "E": 0.004545747768133879, + "T": 0.015900427475571632, + "P": 0.0006933388649486005, + "-": 0.0009601970668882132 + }, + "id": "tp_10842" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1355255, + "label": "I", + "classification": { + "B": 7.017018106125761e-06, + "S": 9.03152467799373e-05, + "I": 0.8147484660148621, + "C": 0.009684664197266102, + "R": 0.0017699975287541747, + "M": 0.0016701346030458808, + "O": 0.00027549677179194987, + "W": 4.342536340118386e-05, + "N": 0.014339284971356392, + "Y": 0.10959243029356003, + "U": 7.048483894322999e-07, + "K": 0.00046572423889301717, + "L": 3.2488442229805514e-05, + "G": 0.02071557193994522, + "F": 0.0003414845559746027, + "E": 0.007926827296614647, + "T": 0.015323743224143982, + "P": 0.0015996909933164716, + "-": 0.0013724415330216289 + }, + "id": "tp_10843" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1355389, + "label": "I", + "classification": { + "B": 8.960234367805242e-07, + "S": 6.476834641944151e-06, + "I": 0.9653149247169495, + "C": 0.01191508024930954, + "R": 0.0004708482592832297, + "M": 0.0003398196422494948, + "O": 1.6583715478191152e-05, + "W": 1.1686804555210983e-06, + "N": 0.005333237815648317, + "Y": 0.005535494536161423, + "U": 7.795350143169344e-09, + "K": 1.2204153563288855e-06, + "L": 4.969609562976984e-06, + "G": 0.00458746962249279, + "F": 1.8620295350046945e-06, + "E": 0.0055429404601454735, + "T": 0.0007470698328688741, + "P": 0.00016576341295149177, + "-": 1.4191055925039109e-05 + }, + "id": "tp_10844" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1355522, + "label": "C", + "classification": { + "B": 1.4547075807058718e-05, + "S": 0.00016451903502456844, + "I": 0.2195046991109848, + "C": 0.691333532333374, + "R": 0.026531923562288284, + "M": 0.008511409163475037, + "O": 0.0002811215817928314, + "W": 5.021649849368259e-05, + "N": 0.003573446301743388, + "Y": 0.005251721944659948, + "U": 5.149208277543948e-07, + "K": 7.289395398402121e-06, + "L": 0.00020162812143098563, + "G": 0.032348379492759705, + "F": 3.736178041435778e-05, + "E": 0.004784746095538139, + "T": 0.006933929398655891, + "P": 0.00032126973383128643, + "-": 0.00014777843898627907 + }, + "id": "tp_10845" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1355656, + "label": "G", + "classification": { + "B": 7.681785064050928e-05, + "S": 0.0006296855863183737, + "I": 0.153434157371521, + "C": 0.24523502588272095, + "R": 0.016130546107888222, + "M": 0.035454992204904556, + "O": 0.0021511446684598923, + "W": 0.00023706555657554418, + "N": 0.004909415263682604, + "Y": 0.12183938175439835, + "U": 1.264144657397992e-06, + "K": 0.0002940696431323886, + "L": 0.0016583600081503391, + "G": 0.3348446190357208, + "F": 0.0013118943898007274, + "E": 0.05045131593942642, + "T": 0.02855200693011284, + "P": 0.0007846277439966798, + "-": 0.0020035579800605774 + }, + "id": "tp_10846" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1355756, + "label": "I", + "classification": { + "B": 0.00018489079957362264, + "S": 0.0001052327424986288, + "I": 0.7519454956054688, + "C": 0.006899844389408827, + "R": 0.0015571883413940668, + "M": 0.009512441232800484, + "O": 0.0006221457733772695, + "W": 6.481914897449315e-05, + "N": 0.009128822013735771, + "Y": 0.10093856602907181, + "U": 1.3357461284613237e-05, + "K": 8.514663204550743e-05, + "L": 0.0002723543730098754, + "G": 0.014852913096547127, + "F": 0.0005653187399730086, + "E": 0.019755881279706955, + "T": 0.01744391769170761, + "P": 0.043502043932676315, + "-": 0.02254963107407093 + }, + "id": "tp_10847" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1355889, + "label": "C", + "classification": { + "B": 0.00017822050722315907, + "S": 0.0020197255071252584, + "I": 0.12859196960926056, + "C": 0.2972323000431061, + "R": 0.05501816049218178, + "M": 0.03263728693127632, + "O": 0.012303492054343224, + "W": 0.0016178048681467772, + "N": 0.012037036009132862, + "Y": 0.09497671574354172, + "U": 9.200834756484255e-05, + "K": 0.0010023437207564712, + "L": 0.00692415377125144, + "G": 0.23828911781311035, + "F": 0.004614086821675301, + "E": 0.01697418838739395, + "T": 0.08126142621040344, + "P": 0.0031791655346751213, + "-": 0.011050783097743988 + }, + "id": "tp_10848" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1356023, + "label": "I", + "classification": { + "B": 0.00039003274287097156, + "S": 0.0011554172961041331, + "I": 0.4117353856563568, + "C": 0.048571549355983734, + "R": 0.011831183917820454, + "M": 0.027070695534348488, + "O": 0.0054063196294009686, + "W": 0.0011341532226651907, + "N": 0.017941856756806374, + "Y": 0.31630563735961914, + "U": 3.853991802316159e-05, + "K": 0.0012809853069484234, + "L": 0.0009073312394320965, + "G": 0.05125434324145317, + "F": 0.002353661460801959, + "E": 0.020655283704400063, + "T": 0.05389126390218735, + "P": 0.006985756568610668, + "-": 0.021090621128678322 + }, + "id": "tp_10849" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1356156, + "label": "C", + "classification": { + "B": 8.343695662915707e-05, + "S": 0.0013378552393987775, + "I": 0.04083740711212158, + "C": 0.31379738450050354, + "R": 0.04666678607463837, + "M": 0.02653522416949272, + "O": 0.008233501575887203, + "W": 0.0005086890305392444, + "N": 0.002200651913881302, + "Y": 0.20384609699249268, + "U": 7.26743382983841e-06, + "K": 0.0002647141518536955, + "L": 0.005382111761718988, + "G": 0.2558606266975403, + "F": 0.004862483590841293, + "E": 0.005390554200857878, + "T": 0.07428254932165146, + "P": 0.0005485234432853758, + "-": 0.00935409963130951 + }, + "id": "tp_10850" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1356256, + "label": "I", + "classification": { + "B": 0.001868927269242704, + "S": 0.0020236524287611246, + "I": 0.2751122713088989, + "C": 0.1980265974998474, + "R": 0.048504747450351715, + "M": 0.06341084837913513, + "O": 0.01703524775803089, + "W": 0.0016275848029181361, + "N": 0.008721813559532166, + "Y": 0.12405180931091309, + "U": 0.0001660322304815054, + "K": 9.720369416754693e-05, + "L": 0.014135733246803284, + "G": 0.13309720158576965, + "F": 0.0025332842487841845, + "E": 0.013356978073716164, + "T": 0.04590889811515808, + "P": 0.012910728342831135, + "-": 0.03741044923663139 + }, + "id": "tp_10851" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1356390, + "label": "M", + "classification": { + "B": 0.000297911319648847, + "S": 0.05532444268465042, + "I": 0.004628239199519157, + "C": 0.034521009773015976, + "R": 0.01113935001194477, + "M": 0.32199597358703613, + "O": 0.026092788204550743, + "W": 0.0009288272703997791, + "N": 0.0012283623218536377, + "Y": 0.01340433582663536, + "U": 1.6860233245097334e-06, + "K": 7.068392733344808e-05, + "L": 0.034991078078746796, + "G": 0.30745992064476013, + "F": 0.003901090705767274, + "E": 0.003917048219591379, + "T": 0.176997572183609, + "P": 0.0003555450530257076, + "-": 0.0027441803831607103 + }, + "id": "tp_10852" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1356523, + "label": "C", + "classification": { + "B": 0.0016791479429230094, + "S": 0.007557095494121313, + "I": 0.029255954548716545, + "C": 0.3475932478904724, + "R": 0.08160793781280518, + "M": 0.04575961455702782, + "O": 0.021591031923890114, + "W": 0.005405282601714134, + "N": 0.007956626825034618, + "Y": 0.08762652426958084, + "U": 0.0005827209097333252, + "K": 0.003386141499504447, + "L": 0.02187023125588894, + "G": 0.20402966439723969, + "F": 0.023511327803134918, + "E": 0.019728701561689377, + "T": 0.058345090597867966, + "P": 0.004548297729343176, + "-": 0.02796534262597561 + }, + "id": "tp_10853" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1356657, + "label": "I", + "classification": { + "B": 0.0005878536030650139, + "S": 0.005142416339367628, + "I": 0.3156461715698242, + "C": 0.2182985246181488, + "R": 0.037263888865709305, + "M": 0.03698847442865372, + "O": 0.01138466876000166, + "W": 0.002223645569756627, + "N": 0.04710100218653679, + "Y": 0.05643609166145325, + "U": 9.4619594165124e-05, + "K": 0.001834550523199141, + "L": 0.0040680053643882275, + "G": 0.1698426902294159, + "F": 0.004546106327325106, + "E": 0.03181909769773483, + "T": 0.037951789796352386, + "P": 0.012122259475290775, + "-": 0.0066481395624578 + }, + "id": "tp_10854" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1356757, + "label": "G", + "classification": { + "B": 0.0012061279267072678, + "S": 0.005963791161775589, + "I": 0.1681317538022995, + "C": 0.10424886643886566, + "R": 0.01600261777639389, + "M": 0.015772506594657898, + "O": 0.0073865074664354324, + "W": 0.0032569009345024824, + "N": 0.06855407357215881, + "Y": 0.09973721206188202, + "U": 0.00018031166109722108, + "K": 0.044165145605802536, + "L": 0.0024798791855573654, + "G": 0.2240595817565918, + "F": 0.021242007613182068, + "E": 0.1453613042831421, + "T": 0.03637729212641716, + "P": 0.02107580378651619, + "-": 0.01479838602244854 + }, + "id": "tp_10855" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1356890, + "label": "I", + "classification": { + "B": 0.0005097833345644176, + "S": 0.0004771174571942538, + "I": 0.36616790294647217, + "C": 0.017044078558683395, + "R": 0.003052062587812543, + "M": 0.00879037193953991, + "O": 0.0013280839193612337, + "W": 0.00046713746269233525, + "N": 0.01925334520637989, + "Y": 0.2940084934234619, + "U": 6.93598558427766e-05, + "K": 0.005904090125113726, + "L": 0.0002764511154964566, + "G": 0.03927864134311676, + "F": 0.008614170365035534, + "E": 0.09093324840068817, + "T": 0.024010201916098595, + "P": 0.05290030688047409, + "-": 0.06691507250070572 + }, + "id": "tp_10856" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1357024, + "label": "I", + "classification": { + "B": 8.940660336520523e-05, + "S": 0.00014386781549546868, + "I": 0.4514921307563782, + "C": 0.05579346790909767, + "R": 0.014190854504704475, + "M": 0.010035722516477108, + "O": 0.0014734761789441109, + "W": 0.0003170047712046653, + "N": 0.008412514813244343, + "Y": 0.31853893399238586, + "U": 3.664312316686846e-05, + "K": 0.00187297270167619, + "L": 0.0003019770374521613, + "G": 0.04089964181184769, + "F": 0.0025756468530744314, + "E": 0.018710710108280182, + "T": 0.03214788809418678, + "P": 0.010236978530883789, + "-": 0.03273019567131996 + }, + "id": "tp_10857" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1357157, + "label": "I", + "classification": { + "B": 0.0002657707082107663, + "S": 0.0008023403352126479, + "I": 0.7338330149650574, + "C": 0.05659451708197594, + "R": 0.007849420420825481, + "M": 0.008517089299857616, + "O": 0.001347688608802855, + "W": 0.00032878355705179274, + "N": 0.03561924397945404, + "Y": 0.046900585293769836, + "U": 2.1310344891389832e-05, + "K": 0.0005274539580568671, + "L": 0.0007710192003287375, + "G": 0.039906349033117294, + "F": 0.0007116294582374394, + "E": 0.043940167874097824, + "T": 0.013864640146493912, + "P": 0.006199175491929054, + "-": 0.0019997379276901484 + }, + "id": "tp_10858" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1357257, + "label": "Y", + "classification": { + "B": 1.6481253624078818e-05, + "S": 0.00048409809824079275, + "I": 0.13047625124454498, + "C": 0.005564065650105476, + "R": 0.0006131306290626526, + "M": 0.0013632812770083547, + "O": 0.0009627348626963794, + "W": 0.0002573349920567125, + "N": 0.027000663802027702, + "Y": 0.5121682286262512, + "U": 1.7757331534085097e-06, + "K": 0.07968501001596451, + "L": 2.097094511555042e-05, + "G": 0.11555933952331543, + "F": 0.00817417073994875, + "E": 0.060444436967372894, + "T": 0.04498191550374031, + "P": 0.003457264043390751, + "-": 0.008768861182034016 + }, + "id": "tp_10859" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1357391, + "label": "Y", + "classification": { + "B": 2.5667375666671433e-05, + "S": 0.00013886574015486985, + "I": 0.2503878176212311, + "C": 0.11605063080787659, + "R": 0.009350419044494629, + "M": 0.007151922211050987, + "O": 0.0007095457403920591, + "W": 6.235813634702936e-05, + "N": 0.0029900551307946444, + "Y": 0.4428611099720001, + "U": 1.6279203691738076e-06, + "K": 0.00021896895486861467, + "L": 0.0002976455434691161, + "G": 0.10441441088914871, + "F": 0.0015187300741672516, + "E": 0.017062608152627945, + "T": 0.03442474454641342, + "P": 0.0019713768269866705, + "-": 0.010361507534980774 + }, + "id": "tp_10860" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1357524, + "label": "C", + "classification": { + "B": 3.177763937856071e-05, + "S": 0.00014575834211427718, + "I": 0.3606779873371124, + "C": 0.38445597887039185, + "R": 0.016603048890829086, + "M": 0.005952691193670034, + "O": 0.0005576035473495722, + "W": 8.119875565171242e-05, + "N": 0.011754533275961876, + "Y": 0.02712542936205864, + "U": 1.0720331147240358e-06, + "K": 0.00010296633263351396, + "L": 0.0003385810414329171, + "G": 0.128676176071167, + "F": 0.00029256916604936123, + "E": 0.054488204419612885, + "T": 0.007032161578536034, + "P": 0.0011804568348452449, + "-": 0.0005017448565922678 + }, + "id": "tp_10861" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1357658, + "label": "I", + "classification": { + "B": 7.075172106851824e-06, + "S": 0.00012951940880157053, + "I": 0.5249327421188354, + "C": 0.32440608739852905, + "R": 0.006452873814851046, + "M": 0.0037116941530257463, + "O": 0.00022398516011890024, + "W": 1.733333738229703e-05, + "N": 0.007109176367521286, + "Y": 0.01734001375734806, + "U": 2.4637625273271624e-08, + "K": 9.080535164684989e-06, + "L": 0.00019543404050637037, + "G": 0.09431911259889603, + "F": 2.8669508537859656e-05, + "E": 0.016569558531045914, + "T": 0.004388198256492615, + "P": 0.00012299837544560432, + "-": 3.650688813650049e-05 + }, + "id": "tp_10862" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1357758, + "label": "I", + "classification": { + "B": 0.0005495264776982367, + "S": 0.0021508154459297657, + "I": 0.4228435158729553, + "C": 0.034632012248039246, + "R": 0.012502621859312057, + "M": 0.010364295914769173, + "O": 0.004548864439129829, + "W": 0.0010520057985559106, + "N": 0.04827036336064339, + "Y": 0.07065988332033157, + "U": 5.855062045156956e-05, + "K": 0.011276764795184135, + "L": 0.001782751176506281, + "G": 0.17143960297107697, + "F": 0.017652414739131927, + "E": 0.10950008034706116, + "T": 0.020877595990896225, + "P": 0.03952702507376671, + "-": 0.02031129039824009 + }, + "id": "tp_10863" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1357891, + "label": "C", + "classification": { + "B": 0.0005270193796604872, + "S": 0.0008515202789567411, + "I": 0.061974383890628815, + "C": 0.6184219717979431, + "R": 0.08872856944799423, + "M": 0.052528806030750275, + "O": 0.0032151457853615284, + "W": 0.00052706862334162, + "N": 0.0020814065355807543, + "Y": 0.006561565678566694, + "U": 6.353645585477352e-05, + "K": 5.3798026783624664e-05, + "L": 0.015742294490337372, + "G": 0.11296625435352325, + "F": 0.0015194067964330316, + "E": 0.018744075670838356, + "T": 0.006265808828175068, + "P": 0.0036281237844377756, + "-": 0.005599180702120066 + }, + "id": "tp_10864" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1358025, + "label": "I", + "classification": { + "B": 9.824247536016628e-05, + "S": 0.00025779238785617054, + "I": 0.7550536394119263, + "C": 0.0240069180727005, + "R": 0.0035823883954435587, + "M": 0.0037198138888925314, + "O": 0.0008911867626011372, + "W": 0.00016626116121187806, + "N": 0.026362480595707893, + "Y": 0.11975283920764923, + "U": 1.3653274436364882e-05, + "K": 0.00045253729331307113, + "L": 0.0001310808875132352, + "G": 0.017310401424765587, + "F": 0.0006096021388657391, + "E": 0.014357338659465313, + "T": 0.017006736248731613, + "P": 0.009478761814534664, + "-": 0.006748264189809561 + }, + "id": "tp_10865" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1358158, + "label": "-", + "classification": { + "B": 1.7448503752959255e-09, + "S": 1.5052104007651224e-10, + "I": 1.502109535067575e-05, + "C": 3.0783376132603735e-06, + "R": 1.1146008205287217e-07, + "M": 1.1436916338425362e-06, + "O": 1.1340809180637734e-07, + "W": 8.964741726735781e-10, + "N": 5.4021146667082576e-08, + "Y": 4.975174306309782e-05, + "U": 3.9533025741889105e-09, + "K": 1.1457297333095084e-08, + "L": 9.104148546157376e-09, + "G": 1.0210248547082301e-05, + "F": 5.880093885934912e-05, + "E": 3.899277544405777e-06, + "T": 2.6610894565237686e-05, + "P": 0.0610860176384449, + "-": 0.9387452602386475 + }, + "id": "tp_10866" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1358258, + "label": "-", + "classification": { + "B": 1.822130224482521e-09, + "S": 2.2077655259522544e-09, + "I": 1.2559929928102065e-05, + "C": 1.1265532862125838e-07, + "R": 9.10695074907153e-09, + "M": 8.347234938810288e-07, + "O": 3.228954597034317e-07, + "W": 4.159235178491372e-09, + "N": 2.106947931679315e-07, + "Y": 6.652772299275966e-06, + "U": 1.892201950681738e-09, + "K": 1.4979180562590955e-08, + "L": 3.1733602412487016e-09, + "G": 1.5262257875292562e-06, + "F": 4.1938885260606185e-05, + "E": 8.241403520514723e-06, + "T": 1.596483343746513e-05, + "P": 0.257819265127182, + "-": 0.7420922517776489 + }, + "id": "tp_10867" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1358392, + "label": "-", + "classification": { + "B": 6.573542486876249e-05, + "S": 1.528308894194197e-05, + "I": 0.0022559454664587975, + "C": 0.00019590022566262633, + "R": 4.148186417296529e-05, + "M": 0.0005633810069411993, + "O": 0.00023476447677239776, + "W": 1.1703723430400714e-05, + "N": 0.00017430275329388678, + "Y": 0.0028507080860435963, + "U": 1.1967770660703536e-05, + "K": 4.557178181130439e-05, + "L": 7.180244574556127e-05, + "G": 0.0025972595904022455, + "F": 0.011902880854904652, + "E": 0.003720523091033101, + "T": 0.0015278151258826256, + "P": 0.329812228679657, + "-": 0.6439007520675659 + }, + "id": "tp_10868" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1358525, + "label": "-", + "classification": { + "B": 4.005870323453564e-06, + "S": 4.1220539515052224e-07, + "I": 0.0009736457141116261, + "C": 0.0003332101332489401, + "R": 4.900058047496714e-05, + "M": 0.0002985211613122374, + "O": 3.459237268543802e-05, + "W": 1.0781407127069542e-06, + "N": 1.0199996722803917e-05, + "Y": 0.003136757994070649, + "U": 9.249721415471868e-07, + "K": 8.384973284591979e-07, + "L": 1.4049308447283693e-05, + "G": 0.0015841410495340824, + "F": 0.002938393736258149, + "E": 0.0007356230053119361, + "T": 0.0005776823963969946, + "P": 0.14858421683311462, + "-": 0.8407226800918579 + }, + "id": "tp_10869" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1358625, + "label": "-", + "classification": { + "B": 1.1586389092599347e-07, + "S": 4.0107661902766267e-07, + "I": 1.1691290637827478e-05, + "C": 7.635676979589334e-07, + "R": 1.0965295160758615e-07, + "M": 3.114549826932489e-06, + "O": 3.1125694022193784e-06, + "W": 1.8856096062336292e-07, + "N": 1.0123156926056254e-06, + "Y": 4.440017801243812e-05, + "U": 1.901090129763361e-08, + "K": 2.9544330004682706e-07, + "L": 8.32161575203827e-08, + "G": 7.915417882031761e-06, + "F": 0.0012766456929966807, + "E": 2.2538219127454795e-05, + "T": 4.148402877035551e-05, + "P": 0.24665038287639618, + "-": 0.7519356608390808 + }, + "id": "tp_10870" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1358759, + "label": "-", + "classification": { + "B": 6.24773233148801e-10, + "S": 1.791229742309497e-08, + "I": 7.281843136297539e-05, + "C": 1.7218238781424589e-06, + "R": 2.5374748702233774e-07, + "M": 5.996259346829902e-07, + "O": 8.093093128991313e-07, + "W": 2.5072894871414064e-08, + "N": 1.2622085705515929e-06, + "Y": 2.0643756215577014e-05, + "U": 9.245238352662e-09, + "K": 2.9072270990582183e-07, + "L": 9.797454403326356e-09, + "G": 2.1487583126145182e-06, + "F": 0.00038822146598249674, + "E": 4.320964308135444e-06, + "T": 2.133357702405192e-05, + "P": 0.17571642994880676, + "-": 0.8237690329551697 + }, + "id": "tp_10871" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1358892, + "label": "-", + "classification": { + "B": 7.626729347975925e-05, + "S": 8.245414937846363e-05, + "I": 0.00027649581898003817, + "C": 3.977408414357342e-05, + "R": 1.8018428818322718e-05, + "M": 0.0006436375551857054, + "O": 0.0007697726250626147, + "W": 5.779792627436109e-05, + "N": 3.3999105653492734e-05, + "Y": 0.0010720354039222002, + "U": 3.1532874800177524e-06, + "K": 3.630692390288459e-06, + "L": 7.876868767198175e-05, + "G": 0.0005936871748417616, + "F": 0.006265041884034872, + "E": 0.00021535917767323554, + "T": 0.0016999213257804513, + "P": 0.09637424349784851, + "-": 0.8916959166526794 + }, + "id": "tp_10872" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1359026, + "label": "-", + "classification": { + "B": 2.8745274605057602e-08, + "S": 2.2455822090705624e-08, + "I": 0.00021184606885071844, + "C": 1.7235459381481633e-05, + "R": 1.2437739087545197e-06, + "M": 4.4184926082380116e-05, + "O": 3.365246129760635e-06, + "W": 6.659998064151296e-08, + "N": 1.6360158952011261e-06, + "Y": 0.000608854170423001, + "U": 9.069810147366297e-08, + "K": 6.072875180507253e-08, + "L": 7.993961048669007e-07, + "G": 6.132778798928484e-05, + "F": 0.0002666829968802631, + "E": 5.1424129196675494e-05, + "T": 0.00027602334739640355, + "P": 0.11447110027074814, + "-": 0.8839839100837708 + }, + "id": "tp_10873" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1359126, + "label": "-", + "classification": { + "B": 3.783735547102651e-10, + "S": 2.569134661956074e-11, + "I": 1.4650996718046372e-06, + "C": 2.0692134228283976e-08, + "R": 2.403801158123997e-09, + "M": 8.428477116240174e-08, + "O": 3.041735396891454e-08, + "W": 1.5184103974164032e-10, + "N": 1.7202900215451677e-09, + "Y": 1.8380270603302051e-06, + "U": 3.1916608245197153e-11, + "K": 4.148030009754056e-12, + "L": 9.056857486200443e-10, + "G": 1.3482676308740338e-07, + "F": 1.108813080463733e-06, + "E": 8.618451374786673e-08, + "T": 2.066634124275879e-06, + "P": 0.09397842735052109, + "-": 0.9060146808624268 + }, + "id": "tp_10874" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1359259, + "label": "-", + "classification": { + "B": 1.1698433809215203e-05, + "S": 6.819479040132137e-06, + "I": 0.00142136390786618, + "C": 0.0003540045872796327, + "R": 4.5821579988114536e-05, + "M": 0.00018445328169036657, + "O": 8.09782650321722e-05, + "W": 8.607114978076424e-06, + "N": 8.670821989653632e-05, + "Y": 0.001718877232633531, + "U": 1.342118684988236e-05, + "K": 2.3213407985167578e-05, + "L": 2.621983367134817e-05, + "G": 0.0005802602390758693, + "F": 0.004363815300166607, + "E": 0.0011170434299856424, + "T": 0.0012629725970327854, + "P": 0.22604389488697052, + "-": 0.7626497745513916 + }, + "id": "tp_10875" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1359393, + "label": "-", + "classification": { + "B": 9.357860335512669e-07, + "S": 7.203187806226197e-07, + "I": 0.00016034816508181393, + "C": 6.542175469803624e-06, + "R": 1.0363108913225005e-06, + "M": 8.060559048317373e-05, + "O": 1.768442234606482e-05, + "W": 1.087338773686497e-06, + "N": 8.727032763999887e-06, + "Y": 0.0003278088115621358, + "U": 5.965271725472121e-07, + "K": 5.297909410728607e-06, + "L": 1.5325118738473975e-06, + "G": 0.00011513692152220756, + "F": 0.0024991175159811974, + "E": 0.00032046702108345926, + "T": 0.0004926336696371436, + "P": 0.22879073023796082, + "-": 0.7671689987182617 + }, + "id": "tp_10876" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1359526, + "label": "-", + "classification": { + "B": 1.904847835021428e-09, + "S": 1.4168964612704116e-10, + "I": 2.8436135224296777e-08, + "C": 4.9231987375719655e-09, + "R": 3.544050886095107e-10, + "M": 1.760322732025088e-07, + "O": 4.4160593404285464e-08, + "W": 8.556440278528754e-11, + "N": 3.4801725390387617e-10, + "Y": 7.155330422392581e-06, + "U": 3.472545515026404e-11, + "K": 3.36454003546649e-10, + "L": 1.4055597796769348e-09, + "G": 1.6823416899569565e-06, + "F": 4.30951222369913e-05, + "E": 1.2955109696122236e-07, + "T": 3.225636874049087e-06, + "P": 0.011042925529181957, + "-": 0.9889016151428223 + }, + "id": "tp_10877" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1359626, + "label": "-", + "classification": { + "B": 3.385893023732933e-07, + "S": 1.5976844736087514e-07, + "I": 0.0003017943527083844, + "C": 3.1224157282849774e-05, + "R": 2.475501560184057e-06, + "M": 6.623468652833253e-05, + "O": 9.560201760905329e-06, + "W": 3.732393736299855e-07, + "N": 1.0734317584137898e-05, + "Y": 0.0003556523297447711, + "U": 4.7079444698283623e-07, + "K": 3.825074600172229e-06, + "L": 7.596262889819627e-07, + "G": 6.772061169613153e-05, + "F": 0.000776992121245712, + "E": 0.0003316793008707464, + "T": 0.00036214766441844404, + "P": 0.10972602665424347, + "-": 0.8879518508911133 + }, + "id": "tp_10878" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1359760, + "label": "-", + "classification": { + "B": 6.374684335952452e-09, + "S": 1.4475095788668568e-08, + "I": 7.964660653669853e-06, + "C": 6.79470701925311e-07, + "R": 7.152777925512055e-08, + "M": 1.6210055946430657e-06, + "O": 7.448526844200387e-07, + "W": 1.5452805257609725e-08, + "N": 4.0943990597952507e-07, + "Y": 0.00015449582133442163, + "U": 8.899801784423289e-09, + "K": 6.979508384574729e-07, + "L": 1.2844982855142462e-08, + "G": 1.1699959031830076e-05, + "F": 0.0008002523682080209, + "E": 1.706719740468543e-05, + "T": 3.4079799661412835e-05, + "P": 0.09790106117725372, + "-": 0.9010691046714783 + }, + "id": "tp_10879" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1359893, + "label": "-", + "classification": { + "B": 9.101845499515093e-09, + "S": 1.8870165874318445e-08, + "I": 5.1882620027754456e-05, + "C": 4.581296252581524e-06, + "R": 6.997193509050703e-07, + "M": 1.1858993502755766e-06, + "O": 1.3039693840255495e-06, + "W": 6.45135926902185e-08, + "N": 2.2494418772112112e-06, + "Y": 0.000341864419169724, + "U": 9.459102301434541e-08, + "K": 1.0954966455756221e-05, + "L": 2.7568646032705146e-08, + "G": 2.3157450414146297e-05, + "F": 0.0012042800663039088, + "E": 2.8147038392489776e-05, + "T": 5.604180842055939e-05, + "P": 0.08992183208465576, + "-": 0.9083516001701355 + }, + "id": "tp_10880" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1360027, + "label": "-", + "classification": { + "B": 6.540108188346494e-06, + "S": 4.292076312140125e-07, + "I": 0.0034997982438653708, + "C": 0.00029891927260905504, + "R": 1.6952008081716485e-05, + "M": 0.0005165832699276507, + "O": 1.6317566405632533e-05, + "W": 9.019398703458137e-07, + "N": 3.4537140891188756e-05, + "Y": 0.002963304053992033, + "U": 2.9407033252937254e-06, + "K": 2.723420038819313e-06, + "L": 9.252614290744532e-06, + "G": 0.0009514422854408622, + "F": 0.000913250376470387, + "E": 0.0016658710082992911, + "T": 0.0014025639975443482, + "P": 0.4445509910583496, + "-": 0.5431466102600098 + }, + "id": "tp_10881" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1360127, + "label": "-", + "classification": { + "B": 2.1327647981017606e-10, + "S": 1.2557238582289187e-10, + "I": 1.528621851321077e-06, + "C": 9.204655704309062e-09, + "R": 2.6313697887303533e-09, + "M": 7.91302880998046e-08, + "O": 5.8412599202029014e-08, + "W": 2.798663245595634e-10, + "N": 4.487882510062491e-09, + "Y": 4.896257451036945e-06, + "U": 5.273377567949211e-11, + "K": 8.534919992975176e-11, + "L": 1.3505969675975393e-09, + "G": 9.645467571317567e-07, + "F": 1.5340612662839703e-05, + "E": 2.1310195563728485e-07, + "T": 5.166607934370404e-06, + "P": 0.06341862678527832, + "-": 0.9365531206130981 + }, + "id": "tp_10882" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1360260, + "label": "-", + "classification": { + "B": 7.909989818699614e-08, + "S": 1.816514938468572e-08, + "I": 2.691509507712908e-05, + "C": 3.600224317779066e-06, + "R": 2.520938835459674e-07, + "M": 4.942153282172512e-06, + "O": 1.5172673784036306e-06, + "W": 2.395993980996991e-08, + "N": 3.5388163155403163e-07, + "Y": 0.00019729917403310537, + "U": 1.887234546416039e-08, + "K": 1.4372556478292609e-08, + "L": 2.3481918276502256e-07, + "G": 3.7173515011090785e-05, + "F": 0.0005356530309654772, + "E": 8.99702081369469e-06, + "T": 6.629999552387744e-05, + "P": 0.10124730318784714, + "-": 0.8978692293167114 + }, + "id": "tp_10883" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1360394, + "label": "-", + "classification": { + "B": 1.1982831438217545e-07, + "S": 1.2360665380128921e-08, + "I": 7.540921797044575e-05, + "C": 1.8963136199090513e-06, + "R": 3.9209223245961766e-07, + "M": 1.9855455320794135e-05, + "O": 4.046329650009284e-06, + "W": 7.588741368635965e-08, + "N": 4.0393410927208606e-07, + "Y": 0.0001392315316479653, + "U": 2.027430134887709e-08, + "K": 2.835887968899442e-09, + "L": 5.851491664543573e-07, + "G": 2.6875140974880196e-05, + "F": 4.7481549700023606e-05, + "E": 1.1236117643420584e-05, + "T": 0.00015011493815109134, + "P": 0.08851387351751328, + "-": 0.911008358001709 + }, + "id": "tp_10884" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1360527, + "label": "-", + "classification": { + "B": 5.186382434629877e-09, + "S": 1.3063133685875528e-08, + "I": 1.2772282389050815e-05, + "C": 2.0045216331254778e-07, + "R": 2.6020005705618132e-08, + "M": 2.536746478654095e-06, + "O": 4.784764655596518e-07, + "W": 8.925068684106918e-09, + "N": 1.98528184114366e-07, + "Y": 7.550685404567048e-05, + "U": 2.0609238760016524e-09, + "K": 1.0006742989787654e-08, + "L": 1.4117801150348441e-08, + "G": 6.76593481330201e-06, + "F": 0.00012852124928031117, + "E": 6.380944796546828e-06, + "T": 0.00011326072126394138, + "P": 0.1784215122461319, + "-": 0.8212318420410156 + }, + "id": "tp_10885" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1360627, + "label": "-", + "classification": { + "B": 4.142039813359588e-07, + "S": 1.2044381492160028e-07, + "I": 3.997933163191192e-05, + "C": 6.663831754849525e-06, + "R": 3.3402355370526493e-07, + "M": 8.224277735280339e-06, + "O": 5.42251609658706e-06, + "W": 2.026088594675457e-07, + "N": 1.711687787064875e-06, + "Y": 7.1364724135492e-05, + "U": 8.831317188651155e-08, + "K": 3.554780789727374e-07, + "L": 2.656969400050002e-07, + "G": 2.3630067516933195e-05, + "F": 0.0005034198984503746, + "E": 3.921107418136671e-05, + "T": 7.287025800906122e-05, + "P": 0.11750815063714981, + "-": 0.8817176818847656 + }, + "id": "tp_10886" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1360761, + "label": "-", + "classification": { + "B": 1.5146091325579647e-10, + "S": 2.583635215491764e-11, + "I": 3.4676583027248853e-07, + "C": 9.1746407804294e-08, + "R": 2.024971523795216e-09, + "M": 6.62973718590365e-07, + "O": 3.1070388928355896e-08, + "W": 1.1089998364077758e-10, + "N": 1.7013083164485465e-09, + "Y": 4.9572604439163115e-06, + "U": 1.1598876720197993e-10, + "K": 5.083595211452518e-10, + "L": 1.9136972007061104e-09, + "G": 9.30702867663058e-07, + "F": 0.00012091399548808113, + "E": 8.924638450480415e-07, + "T": 6.096011020417791e-06, + "P": 0.016950823366642, + "-": 0.9829142689704895 + }, + "id": "tp_10887" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1360894, + "label": "-", + "classification": { + "B": 3.7031853139524173e-08, + "S": 7.901478227267944e-08, + "I": 7.283334980456857e-06, + "C": 5.480007416736044e-07, + "R": 2.8369058213684184e-08, + "M": 3.3998971957771573e-06, + "O": 1.0805454166984418e-06, + "W": 5.652696799529622e-08, + "N": 6.620825274694653e-07, + "Y": 6.178743933560327e-05, + "U": 1.5520845053629273e-08, + "K": 5.285397719489993e-07, + "L": 4.122370711456824e-08, + "G": 5.465969934448367e-06, + "F": 0.0031153145246207714, + "E": 6.1789971368853e-05, + "T": 3.2401341741206124e-05, + "P": 0.21795544028282166, + "-": 0.7787540555000305 + }, + "id": "tp_10888" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1361028, + "label": "-", + "classification": { + "B": 1.2088555711997628e-09, + "S": 1.5281423904056624e-09, + "I": 4.330802767071873e-06, + "C": 3.349258861362614e-07, + "R": 3.051959751587674e-08, + "M": 2.441766753236152e-07, + "O": 1.8544335489423247e-07, + "W": 3.5284217769770976e-09, + "N": 1.4787681834604882e-07, + "Y": 3.9821446989662945e-05, + "U": 5.827945237513177e-09, + "K": 2.8866139700767235e-07, + "L": 4.128708486206278e-09, + "G": 2.412202320556389e-06, + "F": 0.0006234072498045862, + "E": 7.6212058957025874e-06, + "T": 1.2598661669471767e-05, + "P": 0.06582845002412796, + "-": 0.9334800243377686 + }, + "id": "tp_10889" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1361128, + "label": "-", + "classification": { + "B": 3.146540450416069e-08, + "S": 1.5528510033391285e-08, + "I": 1.0157643373531755e-05, + "C": 5.179436470825749e-07, + "R": 3.5518411323209875e-08, + "M": 4.284324006675888e-07, + "O": 5.302425165609748e-07, + "W": 1.5171192302432246e-08, + "N": 4.5107958612788934e-07, + "Y": 6.460153963416815e-05, + "U": 2.282771660588878e-08, + "K": 8.910744213608268e-07, + "L": 1.3223669270701066e-08, + "G": 1.1909648492292035e-05, + "F": 0.0005562888691201806, + "E": 1.9921049897675402e-05, + "T": 1.5355994037236087e-05, + "P": 0.17738677561283112, + "-": 0.8219320178031921 + }, + "id": "tp_10890" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1361261, + "label": "-", + "classification": { + "B": 6.984382707742043e-06, + "S": 9.029132343130186e-06, + "I": 0.0014582639560103416, + "C": 0.0004313074750825763, + "R": 5.858832082594745e-05, + "M": 0.0002842671237885952, + "O": 0.00010947691043838859, + "W": 1.2046853044012096e-05, + "N": 0.0001533823524368927, + "Y": 0.002494705142453313, + "U": 1.0530555300647393e-05, + "K": 7.94451916590333e-05, + "L": 1.3230476724856999e-05, + "G": 0.0007174695492722094, + "F": 0.00704701105132699, + "E": 0.0013826923677697778, + "T": 0.0014336423482745886, + "P": 0.2271837294101715, + "-": 0.7571141123771667 + }, + "id": "tp_10891" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1361395, + "label": "-", + "classification": { + "B": 1.7010101105441322e-09, + "S": 3.0458959798806973e-09, + "I": 2.5795259261940373e-06, + "C": 5.6579960272529206e-08, + "R": 3.2432303509466465e-09, + "M": 4.924104146653008e-08, + "O": 1.0116274751226229e-07, + "W": 4.256353491882692e-09, + "N": 1.1255188070435906e-07, + "Y": 3.577330062398687e-06, + "U": 1.5572353406767547e-09, + "K": 1.2424270323663222e-07, + "L": 7.817437253088144e-10, + "G": 6.195209039105976e-07, + "F": 0.0001991503668250516, + "E": 7.715825631748885e-06, + "T": 1.649996079322591e-06, + "P": 0.31629666686058044, + "-": 0.6834875345230103 + }, + "id": "tp_10892" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1361528, + "label": "-", + "classification": { + "B": 1.293959667236777e-05, + "S": 3.942832790926332e-06, + "I": 0.000761828210670501, + "C": 0.0002375526528339833, + "R": 1.9702323697856627e-05, + "M": 0.00026091845938935876, + "O": 8.556553075322881e-05, + "W": 5.243758550932398e-06, + "N": 4.609689494827762e-05, + "Y": 0.0016492968425154686, + "U": 8.400522347074002e-06, + "K": 4.0695653297007084e-05, + "L": 1.3992454114486463e-05, + "G": 0.0009257983765564859, + "F": 0.004152275621891022, + "E": 0.0009744280250743032, + "T": 0.0008548360201530159, + "P": 0.1599966436624527, + "-": 0.8299499750137329 + }, + "id": "tp_10893" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1361628, + "label": "-", + "classification": { + "B": 1.2830219553450206e-08, + "S": 1.4301027917440479e-08, + "I": 1.4688032024423592e-05, + "C": 4.568715212371899e-06, + "R": 4.661787329496292e-07, + "M": 9.781866538105533e-06, + "O": 1.4660944316347013e-06, + "W": 2.9222380959481598e-08, + "N": 1.841884227360424e-07, + "Y": 0.0002391180896665901, + "U": 5.49338601274485e-08, + "K": 3.9447787258950484e-08, + "L": 3.7918064776931715e-07, + "G": 2.3217146008391865e-05, + "F": 0.00040417214040644467, + "E": 9.50952380662784e-06, + "T": 0.00022984121460467577, + "P": 0.04749433323740959, + "-": 0.9515681266784668 + }, + "id": "tp_10894" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1361762, + "label": "-", + "classification": { + "B": 8.660118844261433e-09, + "S": 2.0045748172492495e-08, + "I": 2.51317978836596e-05, + "C": 9.10965809453046e-07, + "R": 2.1746478751083487e-07, + "M": 3.0734047413716326e-06, + "O": 1.8424422023599618e-06, + "W": 5.343871478658002e-08, + "N": 6.534015142278804e-07, + "Y": 0.0002252467820653692, + "U": 4.80757869070203e-08, + "K": 4.6007716036911006e-07, + "L": 6.685683473506288e-08, + "G": 1.3288146874401718e-05, + "F": 0.00035968597512692213, + "E": 1.082992457668297e-05, + "T": 9.913018584484234e-05, + "P": 0.06265917420387268, + "-": 0.9366002082824707 + }, + "id": "tp_10895" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1361895, + "label": "-", + "classification": { + "B": 2.0693625629064627e-05, + "S": 2.824305192916654e-05, + "I": 0.00032962762634269893, + "C": 0.00012070398952346295, + "R": 4.6043889597058296e-05, + "M": 0.0023507769219577312, + "O": 0.0003381974238436669, + "W": 1.2286950550333131e-05, + "N": 1.659899135120213e-05, + "Y": 0.01377413235604763, + "U": 3.676469077618094e-06, + "K": 9.340619726572186e-06, + "L": 0.00013512636360246688, + "G": 0.00438956031575799, + "F": 0.01649635285139084, + "E": 0.0004422636120580137, + "T": 0.009430840611457825, + "P": 0.022080792114138603, + "-": 0.9299747943878174 + }, + "id": "tp_10896" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1362029, + "label": "-", + "classification": { + "B": 8.237342363770495e-09, + "S": 1.1416099177097294e-09, + "I": 2.2483591237687506e-05, + "C": 2.102921598634566e-06, + "R": 1.3465557913150406e-07, + "M": 3.8023831621103454e-06, + "O": 2.7280202630208805e-07, + "W": 2.692627454337071e-09, + "N": 1.0332301059179372e-07, + "Y": 0.00024041325377766043, + "U": 2.3624564526869563e-09, + "K": 2.0558260871439415e-08, + "L": 1.690366957518563e-08, + "G": 2.560597931733355e-05, + "F": 0.00018217312754131854, + "E": 2.9535949579440057e-05, + "T": 2.8539776394609362e-05, + "P": 0.05721509829163551, + "-": 0.9422498345375061 + }, + "id": "tp_10897" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1362129, + "label": "-", + "classification": { + "B": 1.0952219042792422e-07, + "S": 1.805487492845259e-08, + "I": 1.4086740520724561e-05, + "C": 2.149077715785097e-07, + "R": 5.6519095181783996e-08, + "M": 6.906391718075611e-06, + "O": 1.4483501900031115e-06, + "W": 4.2638447439458105e-08, + "N": 1.642652733835348e-07, + "Y": 0.00012675444304477423, + "U": 6.88566492712539e-09, + "K": 4.264251529662033e-08, + "L": 1.211756881502879e-07, + "G": 1.928312485688366e-05, + "F": 0.00041413167491555214, + "E": 1.5187795725069009e-05, + "T": 4.0144892409443855e-05, + "P": 0.06626340746879578, + "-": 0.933097779750824 + }, + "id": "tp_10898" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1362262, + "label": "-", + "classification": { + "B": 2.92607933969648e-15, + "S": 5.1107098289699185e-14, + "I": 3.3400089360924312e-09, + "C": 5.2469847910963097e-11, + "R": 3.0973938691669645e-12, + "M": 4.062652991798643e-11, + "O": 4.9386095907211214e-11, + "W": 2.8700560808156417e-13, + "N": 1.7327490137164503e-11, + "Y": 2.734913095991942e-07, + "U": 1.2509322733483125e-13, + "K": 7.017175174262036e-10, + "L": 4.429873893922742e-14, + "G": 1.7761099257995738e-09, + "F": 5.6425666116410866e-05, + "E": 2.582583924493065e-09, + "T": 1.832392904077551e-08, + "P": 0.014690171927213669, + "-": 0.9852531552314758 + }, + "id": "tp_10899" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1362396, + "label": "-", + "classification": { + "B": 1.1834983659753107e-08, + "S": 1.6185238038701755e-08, + "I": 3.554101340341731e-06, + "C": 3.9050195255185827e-07, + "R": 8.170648868599528e-08, + "M": 1.4537509969159146e-06, + "O": 6.43081477846863e-07, + "W": 3.269526516191945e-08, + "N": 9.769460262987195e-08, + "Y": 0.0001873816072475165, + "U": 1.0875067069093802e-08, + "K": 8.349988434019906e-07, + "L": 3.243445689804503e-08, + "G": 1.4475772331934422e-05, + "F": 0.0031157564371824265, + "E": 4.209007784083951e-06, + "T": 3.944575655623339e-05, + "P": 0.028212424367666245, + "-": 0.968419075012207 + }, + "id": "tp_10900" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1362529, + "label": "-", + "classification": { + "B": 9.012473469738325e-07, + "S": 1.791117597349512e-06, + "I": 0.00014422509411815554, + "C": 8.685854118084535e-05, + "R": 1.750581941450946e-05, + "M": 0.00037474220152944326, + "O": 7.46652513043955e-05, + "W": 2.4933933673310094e-06, + "N": 7.432562142639654e-06, + "Y": 0.00228045298717916, + "U": 1.2285764796615695e-06, + "K": 5.907113063585712e-06, + "L": 1.1398480637581088e-05, + "G": 0.0003601781791076064, + "F": 0.0061646029353141785, + "E": 0.00012389765470288694, + "T": 0.0015905839391052723, + "P": 0.028628423810005188, + "-": 0.9601226449012756 + }, + "id": "tp_10901" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1362629, + "label": "-", + "classification": { + "B": 4.484501914703287e-06, + "S": 5.999278528179275e-06, + "I": 0.0006873183883726597, + "C": 2.4069197024800815e-05, + "R": 5.02138846059097e-06, + "M": 0.00011552454088814557, + "O": 5.341695941751823e-05, + "W": 4.882907887804322e-06, + "N": 5.775761746917851e-05, + "Y": 0.0007265423773787916, + "U": 2.7306282390782144e-06, + "K": 6.14789951214334e-06, + "L": 7.0217179199971724e-06, + "G": 0.0001363540068268776, + "F": 0.0023815694730728865, + "E": 0.0007607878069393337, + "T": 0.0008041872060857713, + "P": 0.33744820952415466, + "-": 0.6567680239677429 + }, + "id": "tp_10902" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1362763, + "label": "-", + "classification": { + "B": 1.1345543953211745e-06, + "S": 5.3997000577510335e-06, + "I": 0.0024386753793805838, + "C": 7.419594476232305e-05, + "R": 1.6818419680930674e-05, + "M": 4.209967300994322e-05, + "O": 4.015754529973492e-05, + "W": 4.998837994207861e-06, + "N": 0.00019545959366951138, + "Y": 0.0007294564857147634, + "U": 3.989718152297428e-06, + "K": 1.1054715287173167e-05, + "L": 2.9983716558490414e-06, + "G": 0.0001234568189829588, + "F": 0.0015746855642646551, + "E": 0.00048142336891032755, + "T": 0.0007360373856499791, + "P": 0.4871593713760376, + "-": 0.5063586235046387 + }, + "id": "tp_10903" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1362896, + "label": "-", + "classification": { + "B": 3.124245750996124e-08, + "S": 2.6721955759256844e-09, + "I": 0.00017287160153500736, + "C": 5.009163578506559e-05, + "R": 3.124296654277714e-06, + "M": 1.3191265679779463e-05, + "O": 1.4721654224558733e-06, + "W": 2.286601663570309e-08, + "N": 7.568770001853409e-07, + "Y": 0.0008904084097594023, + "U": 6.346688508074294e-08, + "K": 2.182786573712292e-07, + "L": 3.254778278005688e-07, + "G": 0.00020940917602274567, + "F": 0.0005602412857115269, + "E": 7.713341619819403e-05, + "T": 0.00011082948913099244, + "P": 0.07750044763088226, + "-": 0.9204094409942627 + }, + "id": "tp_10904" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1363030, + "label": "-", + "classification": { + "B": 5.969197900412837e-06, + "S": 3.1699662486062152e-06, + "I": 0.0007941609947010875, + "C": 1.632288876862731e-05, + "R": 5.5162267926789355e-06, + "M": 0.0005796485929749906, + "O": 9.08486035768874e-05, + "W": 3.046823394470266e-06, + "N": 1.2056559171469416e-05, + "Y": 0.004732881207019091, + "U": 5.540587721952761e-07, + "K": 2.906089378029719e-07, + "L": 1.8254442693432793e-05, + "G": 0.00041418784530833364, + "F": 0.0006206013495102525, + "E": 0.00018991460092365742, + "T": 0.0047660889104008675, + "P": 0.06861093640327454, + "-": 0.9191355109214783 + }, + "id": "tp_10905" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1363130, + "label": "-", + "classification": { + "B": 8.328353978681591e-11, + "S": 3.5462929814933375e-10, + "I": 3.286867922724923e-06, + "C": 2.3536848914318398e-08, + "R": 2.6013924347978445e-09, + "M": 2.536766032790183e-07, + "O": 4.178000878596322e-08, + "W": 4.972635081479382e-10, + "N": 2.7753136677688417e-08, + "Y": 2.3955899450811557e-05, + "U": 2.371794427524776e-10, + "K": 1.443819841462357e-09, + "L": 1.1338098238056205e-09, + "G": 6.647584882557567e-07, + "F": 7.586960418848321e-05, + "E": 2.3568163669551723e-06, + "T": 1.3583290638052858e-05, + "P": 0.20042935013771057, + "-": 0.7994505763053894 + }, + "id": "tp_10906" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1363263, + "label": "-", + "classification": { + "B": 1.3825300904102278e-09, + "S": 1.411558425701287e-08, + "I": 6.75268393024453e-06, + "C": 6.318170875374562e-08, + "R": 6.233813021339074e-09, + "M": 6.281004516495159e-07, + "O": 3.4122666647817823e-07, + "W": 1.1021991319637436e-08, + "N": 2.671102379281365e-07, + "Y": 1.5539268133579753e-05, + "U": 9.528914324263837e-10, + "K": 9.206475226619659e-08, + "L": 1.8801062928730516e-09, + "G": 1.2280697774258442e-06, + "F": 0.00016487737593706697, + "E": 4.600040938385064e-06, + "T": 1.5937564967316575e-05, + "P": 0.20700672268867493, + "-": 0.7927829027175903 + }, + "id": "tp_10907" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1363397, + "label": "-", + "classification": { + "B": 4.008390774856707e-08, + "S": 4.546470222521748e-08, + "I": 0.00014592873048968613, + "C": 1.8433490822644671e-06, + "R": 1.8263554579789343e-07, + "M": 1.4864657714497298e-05, + "O": 3.219282007194124e-06, + "W": 4.2629235252888975e-08, + "N": 1.998554580495693e-06, + "Y": 0.00019425302161835134, + "U": 1.2706649066274167e-08, + "K": 1.680486505506451e-08, + "L": 1.9912972959446051e-07, + "G": 2.296237653354183e-05, + "F": 0.0004363865009509027, + "E": 4.0050686948234215e-05, + "T": 7.095739420037717e-05, + "P": 0.34859752655029297, + "-": 0.6504695415496826 + }, + "id": "tp_10908" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1363530, + "label": "-", + "classification": { + "B": 6.317100087471772e-07, + "S": 1.0094566960106022e-07, + "I": 3.161417771480046e-05, + "C": 7.495391969314369e-07, + "R": 1.5807863462669047e-07, + "M": 8.030119715840556e-06, + "O": 5.209247774473624e-06, + "W": 2.924929276559851e-07, + "N": 9.247685852642462e-07, + "Y": 4.295469989301637e-05, + "U": 3.3346527317235086e-08, + "K": 3.320868131595489e-07, + "L": 2.233466744883117e-07, + "G": 2.3192818844108842e-05, + "F": 0.0015104917110875249, + "E": 7.315417315112427e-05, + "T": 3.4977321774931625e-05, + "P": 0.30178216099739075, + "-": 0.6964847445487976 + }, + "id": "tp_10909" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1363630, + "label": "-", + "classification": { + "B": 2.5106899670390703e-07, + "S": 1.0154325025268918e-07, + "I": 1.354840787826106e-05, + "C": 2.2622958795182058e-07, + "R": 2.104282970094573e-08, + "M": 1.0522388038225472e-05, + "O": 2.7090407002106076e-06, + "W": 3.9093492887332104e-08, + "N": 3.275187907547661e-07, + "Y": 4.799934322363697e-05, + "U": 6.851153422360312e-09, + "K": 2.3779701763260164e-08, + "L": 1.3619592209579423e-07, + "G": 1.7999118426814675e-05, + "F": 0.0005224101478233933, + "E": 3.5588600439950824e-05, + "T": 7.619929237989709e-05, + "P": 0.19525082409381866, + "-": 0.8040210604667664 + }, + "id": "tp_10910" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1363764, + "label": "-", + "classification": { + "B": 1.3650014807353728e-07, + "S": 1.5945171849551798e-09, + "I": 6.470188964158297e-06, + "C": 2.945618007288431e-07, + "R": 2.39346782393568e-08, + "M": 5.842870905325981e-06, + "O": 1.448436933060293e-06, + "W": 6.895895854341916e-09, + "N": 1.684236572430109e-08, + "Y": 5.004091690352652e-06, + "U": 7.073764907161717e-10, + "K": 4.004089837472691e-10, + "L": 2.1265633165512554e-07, + "G": 1.0945494068437256e-05, + "F": 4.494149470701814e-05, + "E": 6.375700195349054e-06, + "T": 8.073995559243485e-06, + "P": 0.025787997990846634, + "-": 0.9741222262382507 + }, + "id": "tp_10911" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1363897, + "label": "P", + "classification": { + "B": 1.0569103778834688e-06, + "S": 1.0536289352103267e-07, + "I": 0.0010824056807905436, + "C": 2.6278814402758144e-05, + "R": 1.5215618986985646e-06, + "M": 9.143661372945644e-06, + "O": 2.484010565240169e-06, + "W": 2.2585777514905203e-07, + "N": 4.435000300873071e-05, + "Y": 8.149935456458479e-05, + "U": 5.836535024172917e-07, + "K": 5.678548859577859e-06, + "L": 3.073995458180434e-07, + "G": 8.605290349805728e-05, + "F": 0.0016045666998252273, + "E": 0.0014507669257000089, + "T": 5.073437569080852e-05, + "P": 0.7717044353485107, + "-": 0.22384782135486603 + }, + "id": "tp_10912" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1364031, + "label": "P", + "classification": { + "B": 2.983671976153346e-09, + "S": 1.7389385070787355e-11, + "I": 5.025211748943548e-07, + "C": 4.158470512383161e-10, + "R": 1.5692511526332886e-11, + "M": 3.752593613626232e-08, + "O": 1.272556904297062e-08, + "W": 4.9243456534675545e-11, + "N": 9.866016892345897e-10, + "Y": 1.0510787262774102e-07, + "U": 1.8093752407813413e-12, + "K": 6.271615578213804e-14, + "L": 3.2233615776533497e-10, + "G": 7.900028009544258e-08, + "F": 2.1982999953706894e-07, + "E": 2.9655478783752187e-07, + "T": 3.0752707402825763e-07, + "P": 0.6010905504226685, + "-": 0.3989078998565674 + }, + "id": "tp_10913" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1364131, + "label": "P", + "classification": { + "B": 8.165327926690225e-06, + "S": 7.043371624604333e-06, + "I": 0.0018871317151933908, + "C": 0.00012864517339039594, + "R": 1.1070247637690045e-05, + "M": 0.00016016779409255832, + "O": 5.599232827080414e-05, + "W": 8.124098712869454e-06, + "N": 0.00013025088992435485, + "Y": 0.0009515560232102871, + "U": 4.9935883907892276e-06, + "K": 1.503655130363768e-05, + "L": 6.2614162743557245e-06, + "G": 0.0002573918318375945, + "F": 0.002452805871143937, + "E": 0.001606264617294073, + "T": 0.0004694296221714467, + "P": 0.5879401564598083, + "-": 0.4038994610309601 + }, + "id": "tp_10914" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1364264, + "label": "-", + "classification": { + "B": 2.9825014280504547e-05, + "S": 2.2601980163017288e-06, + "I": 0.0001927250559674576, + "C": 1.4184718565957155e-05, + "R": 1.776523276930675e-06, + "M": 0.00010784493497340009, + "O": 4.3092226405860856e-05, + "W": 1.6773170727901743e-06, + "N": 8.12677444628207e-06, + "Y": 0.0001831198896979913, + "U": 2.829767993262067e-07, + "K": 2.6275336040271213e-07, + "L": 6.513756943604676e-06, + "G": 0.0002985218889079988, + "F": 0.0012145296204835176, + "E": 0.0002652171824593097, + "T": 0.0002533753286115825, + "P": 0.31875818967819214, + "-": 0.6786184310913086 + }, + "id": "tp_10915" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1364398, + "label": "-", + "classification": { + "B": 0.00024315841437783092, + "S": 6.668340938631445e-05, + "I": 0.037876542657613754, + "C": 0.009814735502004623, + "R": 0.0008285412914119661, + "M": 0.009015895426273346, + "O": 0.0009617546456865966, + "W": 8.236571011366323e-05, + "N": 0.0013256438542157412, + "Y": 0.14441068470478058, + "U": 2.619043880258687e-05, + "K": 0.0002636629214975983, + "L": 0.00019231239275541157, + "G": 0.01876031793653965, + "F": 0.008563744835555553, + "E": 0.02637016773223877, + "T": 0.012097606435418129, + "P": 0.1206265315413475, + "-": 0.6084734797477722 + }, + "id": "tp_10916" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1364531, + "label": "-", + "classification": { + "B": 0.00011886256834259257, + "S": 4.231931234244257e-05, + "I": 0.0006289794109761715, + "C": 1.4567839571100194e-05, + "R": 8.291754056699574e-06, + "M": 0.00018961806199513376, + "O": 0.0004799187881872058, + "W": 2.3589202100993134e-05, + "N": 5.365859760786407e-05, + "Y": 0.00020522768318187445, + "U": 1.0708006357162958e-06, + "K": 1.4668059122868726e-07, + "L": 4.457103932509199e-05, + "G": 0.00014528083556797355, + "F": 0.0006311166216619313, + "E": 0.0001053294981829822, + "T": 0.0007456024177372456, + "P": 0.45713233947753906, + "-": 0.5394295454025269 + }, + "id": "tp_10917" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1364631, + "label": "P", + "classification": { + "B": 1.8356766107174849e-09, + "S": 1.0742372325012184e-08, + "I": 0.000446837191702798, + "C": 1.1792463965321076e-06, + "R": 9.329989580919573e-08, + "M": 2.5454987735429313e-06, + "O": 3.3052489811780106e-07, + "W": 6.81022704895895e-09, + "N": 2.837105284925201e-06, + "Y": 7.954260217957199e-05, + "U": 3.779589974328701e-09, + "K": 2.556755873683869e-08, + "L": 9.066141615221568e-09, + "G": 2.030070163527853e-06, + "F": 8.852047903928906e-05, + "E": 1.626265475351829e-05, + "T": 5.2407100156415254e-05, + "P": 0.5632003545761108, + "-": 0.43610700964927673 + }, + "id": "tp_10918" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1364765, + "label": "-", + "classification": { + "B": 1.6691446091954276e-07, + "S": 5.055161622635751e-08, + "I": 2.500890559531399e-06, + "C": 9.857754434960952e-08, + "R": 4.103065975868958e-08, + "M": 6.775239398848498e-06, + "O": 4.406887001096038e-06, + "W": 4.188151336848023e-08, + "N": 6.075167391372815e-08, + "Y": 0.00010001592454500496, + "U": 4.07850109240826e-09, + "K": 1.2047941311266186e-08, + "L": 1.9352781066572788e-07, + "G": 2.1685564206563868e-05, + "F": 0.0015785146970301867, + "E": 1.9407646050240146e-06, + "T": 5.8532208640826866e-05, + "P": 0.026990104466676712, + "-": 0.9712347388267517 + }, + "id": "tp_10919" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1364898, + "label": "-", + "classification": { + "B": 1.1852659131950105e-10, + "S": 5.233412370131418e-09, + "I": 1.7241005480173044e-05, + "C": 2.9735457474089344e-07, + "R": 1.142090777506155e-08, + "M": 9.621369372325717e-07, + "O": 2.0474570305850648e-07, + "W": 2.3592618969559e-09, + "N": 2.4092128114716616e-07, + "Y": 1.3070899512968026e-05, + "U": 8.339788304390083e-10, + "K": 1.034757168838496e-08, + "L": 3.938740444908717e-09, + "G": 1.0379426385043189e-06, + "F": 0.0001197198944282718, + "E": 4.9590585149417166e-06, + "T": 1.6355945263057947e-05, + "P": 0.21058370172977448, + "-": 0.7892420887947083 + }, + "id": "tp_10920" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1365032, + "label": "-", + "classification": { + "B": 4.535826974461088e-06, + "S": 6.400598806521884e-08, + "I": 9.034745016833767e-05, + "C": 4.883861947746482e-06, + "R": 8.828106388136803e-07, + "M": 0.0004911255673505366, + "O": 2.252753074571956e-05, + "W": 8.574444620990107e-08, + "N": 1.5964359079134738e-07, + "Y": 0.0012748908484354615, + "U": 1.4497165246041277e-08, + "K": 7.887498987280139e-11, + "L": 2.739416595431976e-05, + "G": 0.000372228940250352, + "F": 5.401455928222276e-05, + "E": 1.800965219445061e-05, + "T": 0.000964019971434027, + "P": 0.01683194749057293, + "-": 0.9798429608345032 + }, + "id": "tp_10921" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1365132, + "label": "-", + "classification": { + "B": 6.20662077288614e-10, + "S": 3.1880403872364127e-10, + "I": 4.672928753279848e-06, + "C": 2.1786885895380692e-07, + "R": 2.4074578774957445e-08, + "M": 9.515322290098993e-07, + "O": 1.8102417698173667e-07, + "W": 1.3724497094358412e-09, + "N": 2.924085151789768e-08, + "Y": 3.471995296422392e-05, + "U": 9.338591011598396e-10, + "K": 6.169889044116417e-10, + "L": 9.324481631267645e-09, + "G": 2.413966512904153e-06, + "F": 3.0010500267962925e-05, + "E": 7.152104330998554e-07, + "T": 2.4505632609361783e-05, + "P": 0.028826173394918442, + "-": 0.9710754156112671 + }, + "id": "tp_10922" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1365265, + "label": "-", + "classification": { + "B": 2.5223532702511875e-06, + "S": 3.5633354400488315e-06, + "I": 0.0005326819373294711, + "C": 5.8848476328421384e-05, + "R": 5.274156865198165e-05, + "M": 0.0002343062951695174, + "O": 0.00016600865637883544, + "W": 6.33092940915958e-06, + "N": 1.4781311620026827e-05, + "Y": 0.002943627769127488, + "U": 2.0127836251049303e-06, + "K": 8.823508323985152e-07, + "L": 1.729030191199854e-05, + "G": 0.00024488905910402536, + "F": 0.0006262512179091573, + "E": 2.4474931706208736e-05, + "T": 0.006305017974227667, + "P": 0.042946912348270416, + "-": 0.9458168148994446 + }, + "id": "tp_10923" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1365399, + "label": "-", + "classification": { + "B": 3.439569127294817e-07, + "S": 1.5948231180118455e-07, + "I": 0.019282905384898186, + "C": 4.926302426611073e-05, + "R": 7.1872732405608986e-06, + "M": 0.0007311246008612216, + "O": 2.5544306481606327e-05, + "W": 2.699295293950854e-07, + "N": 2.3714643248240463e-05, + "Y": 0.011677895672619343, + "U": 3.166816853195087e-08, + "K": 1.3125107223288524e-08, + "L": 2.134289388777688e-06, + "G": 0.00035971839679405093, + "F": 5.647074431180954e-05, + "E": 0.0001947936980286613, + "T": 0.004000427201390266, + "P": 0.17512869834899902, + "-": 0.7884591817855835 + }, + "id": "tp_10924" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1365532, + "label": "P", + "classification": { + "B": 1.642187008599194e-08, + "S": 1.724914433509639e-08, + "I": 0.00017635730910114944, + "C": 2.57890604871136e-07, + "R": 2.014130728866803e-08, + "M": 1.7041408000295633e-06, + "O": 3.4490000189180137e-07, + "W": 1.2134391269569278e-08, + "N": 4.54120436188532e-06, + "Y": 1.6620431779301725e-05, + "U": 5.869375652167719e-09, + "K": 6.052262335742853e-08, + "L": 1.6103658850852298e-08, + "G": 5.092741503176512e-06, + "F": 0.00016159027290996164, + "E": 7.815754361217842e-05, + "T": 1.065245578502072e-05, + "P": 0.907204806804657, + "-": 0.09233970940113068 + }, + "id": "tp_10925" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1365632, + "label": "-", + "classification": { + "B": 3.1105381026463874e-07, + "S": 1.1848263881120147e-07, + "I": 8.910078031476587e-05, + "C": 1.5160903785726987e-06, + "R": 2.442176310069044e-07, + "M": 5.000963938073255e-06, + "O": 3.601904381866916e-06, + "W": 1.459518585988917e-07, + "N": 3.3027445169864222e-06, + "Y": 4.831614205613732e-05, + "U": 6.878417480038479e-08, + "K": 1.0238320413691326e-07, + "L": 2.622290082854306e-07, + "G": 3.4645108826225623e-05, + "F": 0.00012639100896194577, + "E": 3.4334283554926515e-05, + "T": 0.00014522744459100068, + "P": 0.34730613231658936, + "-": 0.6522011756896973 + }, + "id": "tp_10926" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1365766, + "label": "-", + "classification": { + "B": 3.849989298032597e-05, + "S": 5.7506181292410474e-06, + "I": 0.004689900670200586, + "C": 0.0002803009992931038, + "R": 8.132112270686775e-05, + "M": 0.0013565728440880775, + "O": 0.00019839956075884402, + "W": 1.2377654456940945e-05, + "N": 6.784216384403408e-05, + "Y": 0.0020293244160711765, + "U": 5.572999725700356e-06, + "K": 1.7105979850384756e-06, + "L": 0.0001205894150189124, + "G": 0.0013855714350938797, + "F": 0.003599237184971571, + "E": 0.0018214806914329529, + "T": 0.0020144416484981775, + "P": 0.3270009458065033, + "-": 0.6552901864051819 + }, + "id": "tp_10927" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1365899, + "label": "-", + "classification": { + "B": 3.922146447621344e-07, + "S": 3.645276080987969e-09, + "I": 4.633848220692016e-06, + "C": 1.7465507085034915e-07, + "R": 1.8079058250464186e-08, + "M": 1.574539396642649e-06, + "O": 1.1447394854258164e-06, + "W": 5.467491792643386e-09, + "N": 2.8276831542939362e-08, + "Y": 5.82101210966357e-06, + "U": 2.9291047365376244e-10, + "K": 1.3291144573823743e-10, + "L": 6.552414077987123e-08, + "G": 2.2103542505647056e-05, + "F": 8.496895316056907e-05, + "E": 3.7408597108878894e-06, + "T": 4.382380211609416e-06, + "P": 0.19526663422584534, + "-": 0.8046042919158936 + }, + "id": "tp_10928" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1366033, + "label": "-", + "classification": { + "B": 9.052212135429727e-08, + "S": 1.2953323391684535e-07, + "I": 9.809993935050443e-05, + "C": 4.3919931158598047e-07, + "R": 2.7579689643175698e-08, + "M": 6.568176104337908e-06, + "O": 1.976680778170703e-06, + "W": 7.309859739734748e-08, + "N": 3.587771516322391e-06, + "Y": 2.5246894438168965e-05, + "U": 1.3783999719407802e-08, + "K": 1.4956590632664302e-07, + "L": 3.559572903100161e-08, + "G": 3.0842077194392914e-06, + "F": 0.0001514236064394936, + "E": 0.0001766135828802362, + "T": 3.278933945694007e-05, + "P": 0.4765782356262207, + "-": 0.5229213833808899 + }, + "id": "tp_10929" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1366133, + "label": "-", + "classification": { + "B": 1.5284902474377304e-05, + "S": 4.107648408080422e-07, + "I": 0.0003847725165542215, + "C": 2.878194209188223e-06, + "R": 6.275996042859333e-07, + "M": 8.188674837583676e-05, + "O": 2.2765319954487495e-05, + "W": 3.768804219816957e-07, + "N": 2.135820523108123e-06, + "Y": 7.839244790375233e-05, + "U": 5.67337039569793e-08, + "K": 4.567126954402312e-10, + "L": 1.0697766811063047e-05, + "G": 4.481336145545356e-05, + "F": 0.00010328311327612028, + "E": 7.436508167302236e-05, + "T": 0.00011314368020975962, + "P": 0.39064887166023254, + "-": 0.6084152460098267 + }, + "id": "tp_10930" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1366266, + "label": "I", + "classification": { + "B": 0.0015998490853235126, + "S": 0.000718809082172811, + "I": 0.3501310646533966, + "C": 0.04773034155368805, + "R": 0.00958377867937088, + "M": 0.03293696045875549, + "O": 0.004841972608119249, + "W": 0.000972326030023396, + "N": 0.010315272025763988, + "Y": 0.09642121940851212, + "U": 0.0004454338049981743, + "K": 0.0001666643947828561, + "L": 0.00410047173500061, + "G": 0.02121760882437229, + "F": 0.005006564315408468, + "E": 0.028553523123264313, + "T": 0.0360313355922699, + "P": 0.14283491671085358, + "-": 0.20639191567897797 + }, + "id": "tp_10931" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1366400, + "label": "P", + "classification": { + "B": 1.942806306942657e-07, + "S": 2.2646634079137584e-07, + "I": 0.0013572012539952993, + "C": 6.015153758198721e-06, + "R": 1.2072545132468804e-06, + "M": 2.715678965614643e-05, + "O": 3.971692422055639e-06, + "W": 2.522492650314234e-07, + "N": 2.880659121728968e-05, + "Y": 0.00018203411309514195, + "U": 2.0115285792599025e-07, + "K": 1.1664677685985225e-06, + "L": 3.253656757351564e-07, + "G": 2.3145754312281497e-05, + "F": 0.0004432662099134177, + "E": 0.0004259543784428388, + "T": 0.00010067527909995988, + "P": 0.7423507571220398, + "-": 0.25504744052886963 + }, + "id": "tp_10932" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1366533, + "label": "-", + "classification": { + "B": 1.647945246929794e-08, + "S": 1.2396378146206644e-08, + "I": 0.0005126488395035267, + "C": 1.535204546598834e-06, + "R": 2.1000943206672673e-07, + "M": 2.9515886126318946e-06, + "O": 1.3102079492455232e-06, + "W": 5.339770225987195e-08, + "N": 3.476381834843778e-06, + "Y": 8.447745494777337e-05, + "U": 2.5978238227253314e-08, + "K": 1.0515759640838951e-07, + "L": 4.292107291803404e-08, + "G": 1.0224740435660351e-05, + "F": 0.0001218588586198166, + "E": 2.9280003218445927e-05, + "T": 2.9941589673398994e-05, + "P": 0.4852275550365448, + "-": 0.5139742493629456 + }, + "id": "tp_10933" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1366633, + "label": "-", + "classification": { + "B": 2.2694335655160103e-07, + "S": 3.8679209524161706e-07, + "I": 0.0002821985399350524, + "C": 2.891435542551335e-05, + "R": 4.981382062396733e-06, + "M": 2.3731055989628658e-05, + "O": 1.1959291441598907e-05, + "W": 7.995433293217502e-07, + "N": 9.991142178478185e-06, + "Y": 0.0005419471999630332, + "U": 8.67010896854481e-07, + "K": 3.3807639283622848e-06, + "L": 9.633614581616712e-07, + "G": 5.8684592659119517e-05, + "F": 0.0013895605225116014, + "E": 0.00011279466707492247, + "T": 0.00047848618123680353, + "P": 0.14683698117733002, + "-": 0.8502131700515747 + }, + "id": "tp_10934" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1366767, + "label": "-", + "classification": { + "B": 3.10391300217816e-07, + "S": 1.0813313799928892e-08, + "I": 2.4553153707529418e-05, + "C": 4.20178110971392e-07, + "R": 9.97467708430122e-09, + "M": 5.484153007273562e-06, + "O": 5.66687617720163e-07, + "W": 1.1647884434751177e-08, + "N": 2.908884937369294e-07, + "Y": 2.6165027520619333e-05, + "U": 3.741195797601904e-09, + "K": 4.012930787666846e-08, + "L": 4.336439829444316e-08, + "G": 2.1399389879661612e-05, + "F": 0.0004416900628712028, + "E": 0.00017641624435782433, + "T": 9.794075594982132e-06, + "P": 0.3772445619106293, + "-": 0.6220482587814331 + }, + "id": "tp_10935" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1366900, + "label": "-", + "classification": { + "B": 9.380429588645711e-08, + "S": 6.935797358664786e-08, + "I": 3.132181882392615e-05, + "C": 8.105545930447988e-06, + "R": 1.6041933577071177e-06, + "M": 1.87221903615864e-05, + "O": 3.1288188893086044e-06, + "W": 1.3225611894540634e-07, + "N": 2.96432830282356e-07, + "Y": 0.0004190026083961129, + "U": 6.778788019801141e-08, + "K": 7.802248092048103e-08, + "L": 1.0799182064147317e-06, + "G": 7.345149060711265e-05, + "F": 0.0016409027157351375, + "E": 9.241774932888802e-06, + "T": 0.00019731653446797282, + "P": 0.0724489688873291, + "-": 0.9251463413238525 + }, + "id": "tp_10936" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1367000, + "label": "P", + "classification": { + "B": 5.452100548808403e-09, + "S": 4.500124006767692e-08, + "I": 2.207285251643043e-05, + "C": 2.4870291781553533e-07, + "R": 1.002295579866086e-08, + "M": 4.4473378579823475e-07, + "O": 3.8217399378481787e-07, + "W": 2.6621394866310766e-08, + "N": 1.839415631366137e-06, + "Y": 1.0219916475762147e-05, + "U": 1.0792554405725241e-08, + "K": 4.234466075558885e-07, + "L": 5.182039242157543e-09, + "G": 7.526044214500871e-07, + "F": 0.0004972597816959023, + "E": 1.847589919634629e-05, + "T": 1.7164633391075768e-05, + "P": 0.5134912133216858, + "-": 0.4859393835067749 + }, + "id": "tp_10937" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1367134, + "label": "-", + "classification": { + "B": 3.632880236636993e-07, + "S": 2.5357167032780126e-07, + "I": 0.0004182927659712732, + "C": 1.3117843082000036e-05, + "R": 1.0113301414094167e-06, + "M": 1.577811417519115e-05, + "O": 5.896834409213625e-06, + "W": 6.326961852209934e-07, + "N": 1.5619907571817748e-05, + "Y": 7.98753317212686e-05, + "U": 4.5231121248434647e-07, + "K": 2.383006858508452e-06, + "L": 4.004844242899708e-07, + "G": 1.750655246723909e-05, + "F": 0.0006638173363171518, + "E": 0.00030761532252654433, + "T": 0.00010208799358224496, + "P": 0.380927711725235, + "-": 0.6174272298812866 + }, + "id": "tp_10938" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1367267, + "label": "-", + "classification": { + "B": 9.003527957907043e-12, + "S": 8.376638271911929e-11, + "I": 1.32095215121808e-06, + "C": 2.9235125431625875e-09, + "R": 1.6949441850044877e-10, + "M": 3.531257064537385e-08, + "O": 8.233702608606563e-09, + "W": 7.0577398092464e-11, + "N": 2.233819351715738e-08, + "Y": 1.1532905546118855e-06, + "U": 3.696324843427412e-11, + "K": 2.4201016746161486e-09, + "L": 3.756037841862181e-11, + "G": 4.514660290055872e-08, + "F": 1.2583768693730235e-05, + "E": 1.6821953749968088e-06, + "T": 3.5228749766247347e-06, + "P": 0.22344069182872772, + "-": 0.7765389680862427 + }, + "id": "tp_10939" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1367401, + "label": "P", + "classification": { + "B": 1.2453786268906697e-07, + "S": 6.137871650935267e-07, + "I": 0.00013110871077515185, + "C": 8.128955073516408e-07, + "R": 2.966852434838074e-07, + "M": 2.9662544420716586e-06, + "O": 6.106632099545095e-06, + "W": 4.1328428324050037e-07, + "N": 1.7185209799208678e-05, + "Y": 7.383746560662985e-05, + "U": 8.121048011844323e-08, + "K": 5.848317414347548e-06, + "L": 4.55299726809244e-08, + "G": 1.1819503924925812e-05, + "F": 0.0012315437197685242, + "E": 7.701935828663409e-05, + "T": 8.472517947666347e-05, + "P": 0.5693878531455994, + "-": 0.42896750569343567 + }, + "id": "tp_10940" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1367501, + "label": "-", + "classification": { + "B": 1.9442600307506552e-11, + "S": 1.5656612117886937e-10, + "I": 1.8000169177412317e-07, + "C": 1.9638550785572306e-09, + "R": 1.3902508311236517e-10, + "M": 9.874931095055217e-08, + "O": 2.8691516718026833e-08, + "W": 1.1224246532215432e-10, + "N": 1.8056407480315784e-09, + "Y": 4.7066248498595087e-07, + "U": 8.636690321250917e-12, + "K": 1.3382771280046057e-10, + "L": 1.5125149743777655e-10, + "G": 5.158502602853332e-08, + "F": 1.4467655091721099e-05, + "E": 1.0552749785119886e-07, + "T": 3.1221104563883273e-06, + "P": 0.04222407191991806, + "-": 0.9577573537826538 + }, + "id": "tp_10941" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1367634, + "label": "-", + "classification": { + "B": 5.960959242656827e-06, + "S": 1.9149032596033067e-05, + "I": 0.0003234084870200604, + "C": 3.590041387724341e-06, + "R": 1.6323108411597786e-06, + "M": 0.00022043523495085537, + "O": 8.0174817412626e-05, + "W": 4.290681317797862e-06, + "N": 2.704028520383872e-05, + "Y": 0.0007103524985723197, + "U": 1.9240778215134924e-07, + "K": 2.4402374947385397e-06, + "L": 2.570881861174712e-06, + "G": 0.00011461731628514826, + "F": 0.0030087886843830347, + "E": 0.00014971029304433614, + "T": 0.0009348473977297544, + "P": 0.26047593355178833, + "-": 0.7339147329330444 + }, + "id": "tp_10942" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1367768, + "label": "-", + "classification": { + "B": 1.709763921553531e-07, + "S": 2.2578292657726706e-07, + "I": 6.052992102922872e-05, + "C": 3.1201800538838143e-06, + "R": 3.275527546975354e-07, + "M": 7.346677648456534e-06, + "O": 3.876252321788343e-06, + "W": 1.8021630410203215e-07, + "N": 2.393723889326793e-06, + "Y": 0.0001408729876857251, + "U": 1.2405425309225393e-07, + "K": 1.8762115416848246e-07, + "L": 2.708767397052725e-07, + "G": 1.9382647224119864e-05, + "F": 0.00029944017296656966, + "E": 1.6348449207725935e-05, + "T": 0.00028540767380036414, + "P": 0.2182348668575287, + "-": 0.780924916267395 + }, + "id": "tp_10943" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1367901, + "label": "-", + "classification": { + "B": 8.221602287861174e-10, + "S": 4.827361843595668e-10, + "I": 6.929737992322771e-06, + "C": 2.333179338620539e-07, + "R": 5.0345484225999826e-08, + "M": 3.48646562997601e-06, + "O": 1.899973511854114e-07, + "W": 1.8516326250050952e-09, + "N": 1.893531020868977e-08, + "Y": 9.028438216773793e-05, + "U": 6.087349513350659e-10, + "K": 1.8749497510128776e-09, + "L": 1.3189888292686192e-08, + "G": 5.547561158891767e-06, + "F": 5.5548960517626256e-05, + "E": 2.0715590380859794e-06, + "T": 4.2976193071808666e-05, + "P": 0.020105978474020958, + "-": 0.9796867370605469 + }, + "id": "tp_10944" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1368001, + "label": "-", + "classification": { + "B": 3.6608278799858673e-13, + "S": 1.909970012009543e-12, + "I": 1.711260111392221e-08, + "C": 3.834538242486474e-10, + "R": 1.7134392862883097e-11, + "M": 7.239314481211068e-09, + "O": 1.5294230326645675e-09, + "W": 5.456712338924863e-12, + "N": 6.369903909897445e-11, + "Y": 4.1678117668197956e-07, + "U": 1.0338082386679437e-12, + "K": 4.250018392770727e-11, + "L": 6.4281804705579315e-12, + "G": 1.318870790356641e-08, + "F": 2.0428777133929543e-05, + "E": 1.1052372350661699e-08, + "T": 5.388989166021929e-07, + "P": 0.013787906616926193, + "-": 0.9861905574798584 + }, + "id": "tp_10945" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1368135, + "label": "-", + "classification": { + "B": 2.0581605042480078e-07, + "S": 7.067583140951683e-08, + "I": 0.00027382225380279124, + "C": 1.0343250323785469e-05, + "R": 1.5285347672033822e-06, + "M": 1.8861454009311274e-05, + "O": 3.3248497857130133e-06, + "W": 9.745528473104059e-08, + "N": 6.4644295889593195e-06, + "Y": 0.0008636462152935565, + "U": 1.758320422595716e-07, + "K": 7.267017281264998e-06, + "L": 3.868089493153093e-07, + "G": 0.00032616674434393644, + "F": 0.004968625493347645, + "E": 0.00042691981070674956, + "T": 0.0002599949366413057, + "P": 0.26336079835891724, + "-": 0.7294712662696838 + }, + "id": "tp_10946" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1368268, + "label": "-", + "classification": { + "B": 1.0323066845785434e-07, + "S": 2.38774564564892e-08, + "I": 1.2855310842496692e-06, + "C": 5.748798059812543e-08, + "R": 4.604816083997321e-09, + "M": 4.957938926963834e-06, + "O": 6.470174866990419e-07, + "W": 9.63436352918734e-09, + "N": 4.478534876284357e-08, + "Y": 2.3018890715320595e-05, + "U": 1.0568041997061073e-09, + "K": 8.216397340277126e-09, + "L": 1.977763197658078e-08, + "G": 1.603689725016011e-06, + "F": 0.00012768706073984504, + "E": 1.0857727829716168e-05, + "T": 2.2625821657129563e-05, + "P": 0.07216862589120865, + "-": 0.9276384115219116 + }, + "id": "tp_10947" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1368402, + "label": "-", + "classification": { + "B": 2.4180832269848906e-07, + "S": 5.694487548169036e-09, + "I": 3.44947402481921e-05, + "C": 1.797075810827664e-06, + "R": 1.3941520649041195e-07, + "M": 2.532952930778265e-05, + "O": 1.947862983797677e-06, + "W": 1.8936550105763672e-08, + "N": 2.114783512752183e-07, + "Y": 8.858690853230655e-05, + "U": 1.568458429801467e-08, + "K": 1.781164904457455e-08, + "L": 2.1699530350360874e-07, + "G": 7.458357140421867e-05, + "F": 0.00011256586003582925, + "E": 1.5699963114457205e-05, + "T": 0.00013255949306767434, + "P": 0.07004240900278091, + "-": 0.9294690489768982 + }, + "id": "tp_10948" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1368502, + "label": "-", + "classification": { + "B": 8.715450583451911e-09, + "S": 1.4724114372199892e-08, + "I": 3.708184158313088e-05, + "C": 4.143614660279127e-06, + "R": 7.111708555385121e-07, + "M": 1.844205144152511e-05, + "O": 2.2500187242258107e-06, + "W": 4.446836143756627e-08, + "N": 5.820493811370397e-07, + "Y": 0.0005379836075007915, + "U": 3.060871378579577e-08, + "K": 8.054219051700784e-07, + "L": 5.9458503898213166e-08, + "G": 2.49729237111751e-05, + "F": 0.0002333387965336442, + "E": 2.9447051929309964e-05, + "T": 0.00015929662913549691, + "P": 0.02610803209245205, + "-": 0.9728428721427917 + }, + "id": "tp_10949" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1368635, + "label": "-", + "classification": { + "B": 2.720053959848201e-09, + "S": 1.0735679012441324e-08, + "I": 4.081731822225265e-05, + "C": 4.123582129977876e-06, + "R": 3.658257696770306e-07, + "M": 1.5376538158307085e-06, + "O": 9.104260811909626e-07, + "W": 2.6604936920193722e-08, + "N": 1.336055333922559e-06, + "Y": 0.00014296935114543885, + "U": 2.7674573743752262e-08, + "K": 8.509538020007312e-06, + "L": 5.492501564674512e-09, + "G": 8.997837539936882e-06, + "F": 0.00034657548530958593, + "E": 2.616524216136895e-05, + "T": 2.1112367903697304e-05, + "P": 0.03146372735500336, + "-": 0.9679328203201294 + }, + "id": "tp_10950" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1368769, + "label": "-", + "classification": { + "B": 1.3686316836791779e-11, + "S": 3.579728527491888e-11, + "I": 3.38657628162764e-07, + "C": 1.1465415283851144e-08, + "R": 1.1604051053382136e-10, + "M": 1.0789039883718488e-08, + "O": 2.7098290278360082e-09, + "W": 3.0922882310324695e-11, + "N": 3.0458828792490067e-09, + "Y": 8.920031859815936e-07, + "U": 2.1881729067585454e-11, + "K": 1.2533868387620828e-09, + "L": 4.524070007505543e-11, + "G": 1.235359832207905e-07, + "F": 6.602143548661843e-05, + "E": 8.988149602373596e-07, + "T": 4.3469447064126143e-07, + "P": 0.2100834846496582, + "-": 0.789847731590271 + }, + "id": "tp_10951" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1368902, + "label": "-", + "classification": { + "B": 1.8984862890647491e-06, + "S": 2.858385528270446e-07, + "I": 0.00038071488961577415, + "C": 1.1337573596392758e-05, + "R": 1.7995156440520077e-06, + "M": 4.010260818176903e-05, + "O": 9.194941412715707e-06, + "W": 4.774557851305872e-07, + "N": 7.161990652093664e-06, + "Y": 0.0002882203261833638, + "U": 3.499586398447718e-07, + "K": 1.5334171621361747e-06, + "L": 1.2192167559987865e-06, + "G": 8.968190377345309e-05, + "F": 0.0011651229579001665, + "E": 0.0004637746897060424, + "T": 0.0002297416067449376, + "P": 0.3118639290332794, + "-": 0.6854434013366699 + }, + "id": "tp_10952" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1369002, + "label": "-", + "classification": { + "B": 4.356388305648551e-10, + "S": 1.5019309407282577e-10, + "I": 1.1373513189028017e-06, + "C": 3.560470318575426e-08, + "R": 2.993175707288742e-09, + "M": 8.573053378313489e-07, + "O": 8.471537427112708e-08, + "W": 2.834707468757358e-10, + "N": 2.9252722466566183e-09, + "Y": 1.7417813069187105e-05, + "U": 1.2706573293552736e-10, + "K": 2.202359301872736e-11, + "L": 6.363294779987427e-09, + "G": 9.439419841328345e-07, + "F": 1.1444044503150508e-05, + "E": 2.7120555046167283e-07, + "T": 1.8104839909938164e-05, + "P": 0.03384381905198097, + "-": 0.9661059379577637 + }, + "id": "tp_10953" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1369136, + "label": "-", + "classification": { + "B": 2.4972553802626862e-08, + "S": 2.8676700125629395e-08, + "I": 1.427652023267001e-06, + "C": 2.58678994669026e-07, + "R": 1.5768657490866644e-08, + "M": 3.215736114725587e-06, + "O": 1.1242484561080346e-06, + "W": 2.4139728438399288e-08, + "N": 5.502343825014577e-08, + "Y": 3.806504173553549e-05, + "U": 3.51539775067522e-09, + "K": 3.7528305796286077e-08, + "L": 3.655527791579516e-08, + "G": 3.6744474982697284e-06, + "F": 0.00022394223196897656, + "E": 3.1460103855351917e-06, + "T": 3.0241690183174796e-05, + "P": 0.021042464300990105, + "-": 0.97865229845047 + }, + "id": "tp_10954" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1369269, + "label": "P", + "classification": { + "B": 2.2560407708649421e-10, + "S": 2.778217239596259e-11, + "I": 5.092316314403433e-06, + "C": 9.099326625516824e-09, + "R": 3.39539840688019e-10, + "M": 4.7826063109823735e-08, + "O": 5.090007082486636e-09, + "W": 1.3153472755433882e-10, + "N": 1.800194837642266e-08, + "Y": 3.5473253774398472e-06, + "U": 9.600937406206711e-11, + "K": 1.7765251492107836e-09, + "L": 1.3690053257686685e-10, + "G": 3.454578063610825e-07, + "F": 3.788066896959208e-05, + "E": 5.773713837697869e-06, + "T": 4.906495405521127e-07, + "P": 0.6243764162063599, + "-": 0.3755703866481781 + }, + "id": "tp_10955" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1369403, + "label": "-", + "classification": { + "B": 2.2725581416693785e-09, + "S": 6.089698745270766e-10, + "I": 9.310760106018279e-06, + "C": 1.6890940912617225e-07, + "R": 8.836835263537068e-09, + "M": 1.439315582274503e-07, + "O": 1.0195905275622863e-07, + "W": 1.3287230204994671e-09, + "N": 1.1975426161825453e-07, + "Y": 1.4268310223997105e-05, + "U": 2.094557194354252e-09, + "K": 9.348163354516714e-10, + "L": 4.421602195492369e-09, + "G": 6.93322192546475e-07, + "F": 2.5918654500856064e-05, + "E": 3.0473756851279177e-06, + "T": 1.3075232345727272e-05, + "P": 0.2708853483200073, + "-": 0.7290478348731995 + }, + "id": "tp_10956" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1369503, + "label": "-", + "classification": { + "B": 3.8540531477337936e-07, + "S": 4.05948519244248e-08, + "I": 9.316586329077836e-06, + "C": 8.190397693397244e-08, + "R": 8.526316541690449e-09, + "M": 1.6620415408397093e-05, + "O": 3.7349475405790145e-06, + "W": 2.4886425364911702e-08, + "N": 8.72816627861539e-08, + "Y": 3.4841224987758324e-05, + "U": 1.424689366480436e-09, + "K": 4.794719621337151e-10, + "L": 2.445884490498429e-07, + "G": 1.4927270967746153e-05, + "F": 0.0001491118746344, + "E": 9.853019037109334e-06, + "T": 2.46573326876387e-05, + "P": 0.1555882692337036, + "-": 0.844147801399231 + }, + "id": "tp_10957" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1369636, + "label": "-", + "classification": { + "B": 6.493188653422521e-09, + "S": 1.7175891819931621e-09, + "I": 1.1218502038445877e-07, + "C": 5.075034836821146e-10, + "R": 1.6814205583415287e-10, + "M": 2.7035741823056014e-06, + "O": 3.395570615793986e-07, + "W": 5.788369783488179e-10, + "N": 3.6979699857830894e-10, + "Y": 1.217408680531662e-05, + "U": 1.2227560977629004e-11, + "K": 7.800468604379773e-12, + "L": 1.433929153193958e-08, + "G": 1.0267708603350911e-06, + "F": 7.84506028139731e-06, + "E": 8.604789769606214e-08, + "T": 3.609106715884991e-05, + "P": 0.0018999784952029586, + "-": 0.9980395436286926 + }, + "id": "tp_10958" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1369770, + "label": "-", + "classification": { + "B": 4.373954757413978e-12, + "S": 3.715669265325072e-12, + "I": 8.243349114422927e-09, + "C": 1.9689314068038755e-10, + "R": 8.778434576472982e-12, + "M": 5.7383657825482715e-09, + "O": 5.1262083466951935e-09, + "W": 6.202395368137825e-12, + "N": 3.677099250087856e-11, + "Y": 5.988668760892324e-08, + "U": 2.598772163176638e-13, + "K": 4.144881595065375e-13, + "L": 3.8058105278349075e-11, + "G": 1.4985999996497412e-08, + "F": 2.078372972391662e-06, + "E": 3.1230926733627484e-09, + "T": 3.153034526803822e-07, + "P": 0.021448612213134766, + "-": 0.9785488247871399 + }, + "id": "tp_10959" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1369903, + "label": "-", + "classification": { + "B": 1.1005710787159728e-09, + "S": 8.699129749878409e-10, + "I": 3.6133087633061223e-06, + "C": 1.3017852324992418e-06, + "R": 2.7675072900024134e-08, + "M": 4.775532715939335e-07, + "O": 1.8476117702448391e-07, + "W": 2.0861044003339657e-09, + "N": 1.0928118143738175e-07, + "Y": 2.938245415862184e-05, + "U": 3.638893630864004e-09, + "K": 9.347346576760174e-07, + "L": 3.488021205200198e-09, + "G": 7.851114787627012e-06, + "F": 0.0007294673705473542, + "E": 1.1442079085099977e-05, + "T": 7.061910309857922e-06, + "P": 0.05434199795126915, + "-": 0.9448660612106323 + }, + "id": "tp_10960" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1370003, + "label": "-", + "classification": { + "B": 1.875666839623591e-07, + "S": 1.1653657594479228e-07, + "I": 7.91749989730306e-05, + "C": 5.963367584627122e-06, + "R": 3.4346243182881153e-07, + "M": 4.026501756015932e-06, + "O": 5.007866548112361e-06, + "W": 2.455415994973009e-07, + "N": 2.6227171474602073e-06, + "Y": 3.0057030016905628e-05, + "U": 1.5431376709784672e-07, + "K": 6.804903023294173e-07, + "L": 2.5917128709807e-07, + "G": 1.3743902854912449e-05, + "F": 0.0004001106135547161, + "E": 4.757125861942768e-05, + "T": 4.595343125401996e-05, + "P": 0.1676512211561203, + "-": 0.831712543964386 + }, + "id": "tp_10961" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1370137, + "label": "-", + "classification": { + "B": 4.190108704449358e-09, + "S": 3.4588600872353936e-09, + "I": 3.532744131007348e-06, + "C": 1.1274025268903642e-08, + "R": 6.67687127808847e-10, + "M": 2.7595615392783657e-07, + "O": 9.765034292286146e-08, + "W": 2.4081605598524902e-09, + "N": 6.340560787521099e-08, + "Y": 4.884200734522892e-06, + "U": 3.159120465223708e-10, + "K": 7.774427501772152e-08, + "L": 1.9208796775416204e-09, + "G": 3.2870748327695765e-06, + "F": 0.00032787068630568683, + "E": 2.3281294488697313e-05, + "T": 3.2924053812166676e-06, + "P": 0.2120491862297058, + "-": 0.787584125995636 + }, + "id": "tp_10962" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1370270, + "label": "-", + "classification": { + "B": 4.2571379906507223e-13, + "S": 2.1377672310314566e-13, + "I": 2.0588151627976004e-08, + "C": 2.1564820762431935e-10, + "R": 2.3472526006207417e-12, + "M": 8.11648526166664e-09, + "O": 1.7044313183056659e-10, + "W": 3.09755639107262e-13, + "N": 2.6918736337200322e-11, + "Y": 1.1306601663818583e-06, + "U": 8.792241972454748e-14, + "K": 1.710184598102682e-11, + "L": 2.086320049013435e-12, + "G": 6.478278891108857e-08, + "F": 1.1236457794439048e-05, + "E": 2.476930092143448e-07, + "T": 1.1471600913637303e-07, + "P": 0.018789095804095268, + "-": 0.9811981320381165 + }, + "id": "tp_10963" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1370404, + "label": "-", + "classification": { + "B": 4.8963169518856375e-08, + "S": 5.8162590299559724e-09, + "I": 5.5050491937436163e-05, + "C": 2.9498301046260167e-06, + "R": 1.189143148394578e-07, + "M": 9.061436685442459e-06, + "O": 7.730072866252158e-07, + "W": 1.953774386720397e-08, + "N": 3.8801584878456197e-07, + "Y": 8.70540679898113e-05, + "U": 2.8341220925653943e-08, + "K": 3.242520918433911e-08, + "L": 1.234164130892168e-07, + "G": 2.134222631866578e-05, + "F": 0.00010288826888427138, + "E": 6.01076171733439e-05, + "T": 4.8010806494858116e-05, + "P": 0.16572555899620056, + "-": 0.833886444568634 + }, + "id": "tp_10964" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1370504, + "label": "-", + "classification": { + "B": 1.829271834648174e-15, + "S": 4.258330663862433e-15, + "I": 6.230834181941702e-10, + "C": 1.7957315322225664e-12, + "R": 6.406523955679007e-15, + "M": 2.8794808204501976e-10, + "O": 9.918092389038513e-12, + "W": 5.530316229105953e-15, + "N": 9.31011127566772e-13, + "Y": 8.040864862834951e-09, + "U": 8.833607080543796e-16, + "K": 1.2203546550029754e-13, + "L": 1.6087639168960513e-14, + "G": 3.3370214924666186e-10, + "F": 1.3992730885092897e-07, + "E": 3.982134177960006e-09, + "T": 1.7366561522180746e-08, + "P": 0.01114684995263815, + "-": 0.9888529777526855 + }, + "id": "tp_10965" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1370637, + "label": "-", + "classification": { + "B": 1.6669995462140208e-12, + "S": 2.1923040639804103e-12, + "I": 1.0557971563684987e-07, + "C": 3.1080855666942853e-09, + "R": 1.1321006632147856e-10, + "M": 3.142432314362509e-09, + "O": 9.680587442773003e-10, + "W": 1.1904837358966969e-11, + "N": 4.365754979751557e-10, + "Y": 1.4294604397946387e-06, + "U": 1.4356005099969149e-11, + "K": 1.943473604271162e-09, + "L": 8.768472059550447e-12, + "G": 3.3654352193934756e-08, + "F": 2.453777051414363e-05, + "E": 5.425487970001086e-08, + "T": 5.158178737474373e-07, + "P": 0.03262082114815712, + "-": 0.9673525094985962 + }, + "id": "tp_10966" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1370771, + "label": "-", + "classification": { + "B": 1.2839774399253656e-07, + "S": 2.754999002263503e-07, + "I": 0.0007922179065644741, + "C": 1.7241560271941125e-05, + "R": 1.9381759557290934e-06, + "M": 3.515721982694231e-05, + "O": 6.7106084316037595e-06, + "W": 4.530163835170242e-07, + "N": 3.2069590815808624e-05, + "Y": 0.00044714592513628304, + "U": 5.134827461006353e-07, + "K": 1.4192668459145352e-05, + "L": 4.840313181375677e-07, + "G": 5.628007056657225e-05, + "F": 0.002389345085248351, + "E": 0.0005269091343507171, + "T": 0.00019417336443439126, + "P": 0.3412177562713623, + "-": 0.6542670726776123 + }, + "id": "tp_10967" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1370904, + "label": "-", + "classification": { + "B": 3.528581160594513e-08, + "S": 4.004663196610636e-07, + "I": 9.558090096106753e-05, + "C": 7.272059519891627e-06, + "R": 7.598392244290153e-07, + "M": 7.190656106104143e-06, + "O": 4.8745860112831e-06, + "W": 1.565900902278372e-07, + "N": 5.929375674895709e-06, + "Y": 0.00012480112491175532, + "U": 1.1950591272125166e-07, + "K": 6.812505830566806e-07, + "L": 1.5050693491502898e-07, + "G": 1.708452691673301e-05, + "F": 0.0006768922321498394, + "E": 2.77954477496678e-05, + "T": 0.0002024567365879193, + "P": 0.19900758564472198, + "-": 0.7998203039169312 + }, + "id": "tp_10968" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1371004, + "label": "-", + "classification": { + "B": 5.475675735056029e-08, + "S": 7.31706890633177e-08, + "I": 3.171371281496249e-05, + "C": 4.875813829130493e-06, + "R": 8.278498171421234e-07, + "M": 5.534125375561416e-05, + "O": 8.518236427335069e-06, + "W": 1.8171247972986748e-07, + "N": 6.577021167686325e-07, + "Y": 0.00023937891819514334, + "U": 9.631965980361201e-08, + "K": 3.528263903262996e-07, + "L": 9.627176495996537e-07, + "G": 5.562842125073075e-05, + "F": 0.0015252926386892796, + "E": 2.6014819013653323e-05, + "T": 0.00036527510383166373, + "P": 0.030402982607483864, + "-": 0.9672816395759583 + }, + "id": "tp_10969" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1371138, + "label": "P", + "classification": { + "B": 7.010047403666064e-11, + "S": 1.282856876283489e-10, + "I": 2.174827386625111e-06, + "C": 5.8277569436882e-09, + "R": 1.6359426313616865e-10, + "M": 1.7897626491958363e-08, + "O": 1.6252641898972797e-08, + "W": 8.040478699511411e-11, + "N": 3.045150975822253e-08, + "Y": 4.186166790987045e-07, + "U": 4.562934405316632e-11, + "K": 2.3957597017343346e-10, + "L": 1.5589386725967103e-10, + "G": 1.269673504111779e-07, + "F": 1.0033662874775473e-05, + "E": 3.3510355024191085e-07, + "T": 1.6252937484750873e-06, + "P": 0.7087671756744385, + "-": 0.29121801257133484 + }, + "id": "tp_10970" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1371271, + "label": "-", + "classification": { + "B": 3.1316149760179934e-12, + "S": 8.578674229320349e-12, + "I": 1.0466136473041843e-06, + "C": 3.4043501351277428e-09, + "R": 6.846909705870985e-10, + "M": 3.7714521283760405e-08, + "O": 8.333244316816035e-09, + "W": 3.676577098321587e-11, + "N": 2.875298443782981e-09, + "Y": 4.977135631634155e-06, + "U": 2.4375475596305485e-11, + "K": 8.796806061361906e-10, + "L": 9.857457211603915e-11, + "G": 1.945628298472002e-07, + "F": 1.3574672266258858e-05, + "E": 3.4062503573295544e-07, + "T": 2.0222603325237287e-06, + "P": 0.04169179126620293, + "-": 0.958285927772522 + }, + "id": "tp_10971" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1371405, + "label": "-", + "classification": { + "B": 3.7793612640488194e-13, + "S": 5.575049428184486e-13, + "I": 9.637748377144817e-09, + "C": 1.6114929390909083e-09, + "R": 4.8316965012284996e-11, + "M": 3.8319114548102107e-10, + "O": 3.5438443846125267e-10, + "W": 1.4521274807610673e-12, + "N": 4.293500277530171e-11, + "Y": 2.9003458621446043e-06, + "U": 3.2253438201484963e-12, + "K": 1.8619689123866578e-10, + "L": 4.725885047879297e-12, + "G": 4.7753765386460145e-08, + "F": 7.686896424274892e-05, + "E": 6.218504822186333e-09, + "T": 1.0362544600184265e-07, + "P": 0.015216718427836895, + "-": 0.9847033619880676 + }, + "id": "tp_10972" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1371505, + "label": "-", + "classification": { + "B": 7.1918998401088174e-06, + "S": 9.268051144317724e-07, + "I": 0.0003349162871018052, + "C": 4.548022479866631e-05, + "R": 4.923711003357312e-06, + "M": 0.00013798811414744705, + "O": 5.422596586868167e-05, + "W": 1.6648575638100738e-06, + "N": 9.459021384827793e-06, + "Y": 0.000670318549964577, + "U": 7.835587894078344e-07, + "K": 3.1593066296409233e-07, + "L": 7.444351467711385e-06, + "G": 0.00041556969517841935, + "F": 0.0007879444165155292, + "E": 7.300409197341651e-05, + "T": 0.0008204577607102692, + "P": 0.16004446148872375, + "-": 0.8365828394889832 + }, + "id": "tp_10973" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1371638, + "label": "-", + "classification": { + "B": 1.151017769984719e-08, + "S": 1.0341860007256898e-10, + "I": 4.079253358213464e-06, + "C": 1.8023844461367844e-07, + "R": 3.961547090369777e-09, + "M": 6.7919604589405935e-06, + "O": 2.0517417453902453e-07, + "W": 4.016691701469455e-10, + "N": 7.313007532872007e-09, + "Y": 1.0924115485977381e-05, + "U": 9.006749512874279e-11, + "K": 1.4503046333325109e-11, + "L": 2.322336278837156e-08, + "G": 8.272538252640516e-06, + "F": 7.097077286744025e-06, + "E": 6.236762146727415e-06, + "T": 1.2775105460605118e-05, + "P": 0.06292204558849335, + "-": 0.9370212554931641 + }, + "id": "tp_10974" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1371772, + "label": "P", + "classification": { + "B": 1.699924183640178e-07, + "S": 2.890223393947622e-09, + "I": 9.354734174849e-06, + "C": 1.8559011039087636e-07, + "R": 1.3624700478942486e-08, + "M": 9.915310101860086e-07, + "O": 4.2570448499645863e-07, + "W": 9.882457518983756e-09, + "N": 8.259264205889849e-08, + "Y": 4.565790732158348e-06, + "U": 1.0490961432907397e-09, + "K": 6.829229404203829e-10, + "L": 2.4800794307111573e-08, + "G": 4.6959853534644935e-06, + "F": 5.133327067596838e-05, + "E": 1.1222126886423212e-05, + "T": 2.492083467586781e-06, + "P": 0.6044092178344727, + "-": 0.39550521969795227 + }, + "id": "tp_10975" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1371905, + "label": "-", + "classification": { + "B": 1.6376370126636175e-07, + "S": 5.979436679126593e-08, + "I": 1.5707903003203683e-05, + "C": 1.553213337501802e-06, + "R": 1.5723728097327694e-07, + "M": 5.877428066014545e-06, + "O": 3.797768613367225e-06, + "W": 3.984774110676881e-08, + "N": 9.633172339817975e-07, + "Y": 0.00017370613932143897, + "U": 2.058954962080861e-08, + "K": 3.7903166116848297e-07, + "L": 1.4493502931145485e-07, + "G": 6.757440860383213e-05, + "F": 0.0008250045939348638, + "E": 6.465661863330752e-05, + "T": 9.703276009531692e-05, + "P": 0.06794790178537369, + "-": 0.9307952523231506 + }, + "id": "tp_10976" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1372005, + "label": "-", + "classification": { + "B": 8.091556082945317e-07, + "S": 6.268035576795228e-06, + "I": 0.00031004284392111003, + "C": 1.7340500562568195e-05, + "R": 2.7045289243687876e-06, + "M": 6.84819751768373e-05, + "O": 2.9664246540050954e-05, + "W": 1.7922874349096674e-06, + "N": 4.3827207264257595e-05, + "Y": 0.0014307962264865637, + "U": 3.009688498423202e-06, + "K": 1.2380152838886715e-05, + "L": 3.8493290048791096e-06, + "G": 9.61321493377909e-05, + "F": 0.002111192559823394, + "E": 0.00037501484621316195, + "T": 0.0018323283875361085, + "P": 0.17536167800426483, + "-": 0.8182926774024963 + }, + "id": "tp_10977" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1372139, + "label": "-", + "classification": { + "B": 6.790792372868282e-10, + "S": 8.76507144642602e-10, + "I": 1.9260397721154732e-07, + "C": 1.5402380482143485e-09, + "R": 6.223017656736829e-10, + "M": 1.2973619334388786e-07, + "O": 6.850446254702547e-08, + "W": 1.0430660779547907e-09, + "N": 2.5593693830927577e-09, + "Y": 6.516102985187899e-06, + "U": 9.646890231085337e-11, + "K": 1.0050186460830446e-08, + "L": 9.424360181142788e-10, + "G": 2.3770172674630885e-07, + "F": 0.0002269138494739309, + "E": 3.25016259239419e-07, + "T": 5.247813533060253e-06, + "P": 0.013051590882241726, + "-": 0.9867086410522461 + }, + "id": "tp_10978" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1372272, + "label": "-", + "classification": { + "B": 4.78472061971047e-09, + "S": 1.3880631088980522e-09, + "I": 0.00010262299474561587, + "C": 2.233724671896198e-06, + "R": 2.1319216614301695e-07, + "M": 6.083694188419031e-06, + "O": 4.632065326859447e-07, + "W": 6.4780505404371524e-09, + "N": 3.2563838203714113e-07, + "Y": 0.00020173710072413087, + "U": 6.124877494073644e-09, + "K": 5.457763307958885e-08, + "L": 4.561358579735497e-08, + "G": 4.5918477553641424e-05, + "F": 0.00037033826811239123, + "E": 4.056579200550914e-05, + "T": 4.301170338294469e-05, + "P": 0.06566701084375381, + "-": 0.9335193634033203 + }, + "id": "tp_10979" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1372406, + "label": "-", + "classification": { + "B": 1.1912233048860799e-06, + "S": 2.4127944016072433e-06, + "I": 0.00033224260550923645, + "C": 1.5756129869259894e-05, + "R": 3.7634072214132175e-06, + "M": 2.6855323085328564e-05, + "O": 1.956279629666824e-05, + "W": 5.609412710327888e-06, + "N": 3.526502405293286e-05, + "Y": 0.0006072154501453042, + "U": 2.571440518295276e-06, + "K": 0.00033637078013271093, + "L": 9.02180261164176e-07, + "G": 0.00010877691966015846, + "F": 0.011985997669398785, + "E": 0.001029171864502132, + "T": 0.00019555290054995567, + "P": 0.3098200559616089, + "-": 0.6754706501960754 + }, + "id": "tp_10980" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1372506, + "label": "-", + "classification": { + "B": 4.7600241259715403e-07, + "S": 6.116318331805815e-07, + "I": 0.0008133122464641929, + "C": 4.355539567768574e-05, + "R": 7.346952770603821e-06, + "M": 2.6308141968911514e-05, + "O": 1.0860453585337382e-05, + "W": 1.0990836472046794e-06, + "N": 3.825129897450097e-05, + "Y": 0.0019004223868250847, + "U": 1.7206559732585447e-06, + "K": 4.442444696906023e-05, + "L": 1.0429699841552065e-06, + "G": 0.00018453662050887942, + "F": 0.0033725907560437918, + "E": 0.0005201632739044726, + "T": 0.0004264852905180305, + "P": 0.2473582625389099, + "-": 0.7452484965324402 + }, + "id": "tp_10981" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1372639, + "label": "-", + "classification": { + "B": 3.2069413097302046e-11, + "S": 9.174206533346663e-12, + "I": 1.592949416817646e-08, + "C": 1.3928007358554595e-10, + "R": 2.0131465938710846e-12, + "M": 6.822384879257015e-09, + "O": 1.2673742055824277e-09, + "W": 4.805709649668977e-12, + "N": 9.891158725405802e-11, + "Y": 9.720994142980999e-08, + "U": 4.844637061310331e-13, + "K": 6.9817385379977726e-12, + "L": 1.131530893289101e-11, + "G": 1.5169128175784863e-08, + "F": 1.6788606444606557e-05, + "E": 1.1239873742852069e-07, + "T": 1.0007862982774895e-07, + "P": 0.10278821736574173, + "-": 0.8971946835517883 + }, + "id": "tp_10982" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1372773, + "label": "-", + "classification": { + "B": 5.773740860415266e-12, + "S": 1.0562306237971164e-11, + "I": 7.088114983844207e-08, + "C": 2.314673785974719e-09, + "R": 1.0984910203681864e-10, + "M": 4.821979970870416e-08, + "O": 3.778192425585303e-09, + "W": 4.510270976143538e-11, + "N": 9.730759531478839e-10, + "Y": 6.781566298741382e-06, + "U": 3.840769022267487e-11, + "K": 1.1367149710395097e-07, + "L": 1.9595712205666693e-11, + "G": 1.4747197951692215e-07, + "F": 8.806093683233485e-05, + "E": 9.137015695159789e-07, + "T": 2.5721076326590264e-06, + "P": 0.014347017742693424, + "-": 0.9855540990829468 + }, + "id": "tp_10983" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1372906, + "label": "-", + "classification": { + "B": 4.575688450358939e-08, + "S": 4.939971987028002e-09, + "I": 1.041675750457216e-05, + "C": 1.5764393879180716e-07, + "R": 1.9826918773446778e-08, + "M": 1.4604097486881074e-06, + "O": 7.866734677008935e-07, + "W": 9.162415715024963e-09, + "N": 8.233247683619993e-08, + "Y": 1.1597616321523674e-05, + "U": 1.929612247764112e-09, + "K": 4.698528233149091e-10, + "L": 4.328078517801259e-08, + "G": 2.773853566395701e-06, + "F": 6.054076220607385e-05, + "E": 2.1063017356937053e-06, + "T": 2.1171899788896553e-05, + "P": 0.2274155467748642, + "-": 0.7724732160568237 + }, + "id": "tp_10984" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1373006, + "label": "-", + "classification": { + "B": 1.6549014603128853e-08, + "S": 9.365194841848279e-09, + "I": 0.00018628059478942305, + "C": 1.4963369494580547e-06, + "R": 1.2877335109351407e-07, + "M": 8.47267892822856e-06, + "O": 1.4735923059561173e-06, + "W": 1.5216208737456327e-08, + "N": 1.0489261512702797e-06, + "Y": 0.0001200949409394525, + "U": 1.2756807166169892e-08, + "K": 1.930524407001144e-09, + "L": 1.8719194372351922e-07, + "G": 1.7346932509099133e-05, + "F": 4.562169124255888e-05, + "E": 1.085909843823174e-05, + "T": 0.00011261816689511761, + "P": 0.24803660809993744, + "-": 0.7514576315879822 + }, + "id": "tp_10985" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1373140, + "label": "-", + "classification": { + "B": 3.4103988522105055e-09, + "S": 1.7847414213179036e-08, + "I": 9.383027645526454e-06, + "C": 7.746683650111663e-07, + "R": 7.879786068087924e-08, + "M": 2.021291493292665e-06, + "O": 7.130341259653505e-07, + "W": 1.864842857912663e-08, + "N": 3.1691220669927134e-07, + "Y": 4.819043169845827e-05, + "U": 2.043372759885642e-08, + "K": 3.7035070477031695e-07, + "L": 2.8379162131386693e-08, + "G": 2.3532923023594776e-06, + "F": 0.00032743049087002873, + "E": 6.887648851261474e-06, + "T": 8.199618605431169e-05, + "P": 0.07143628597259521, + "-": 0.928083062171936 + }, + "id": "tp_10986" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1373273, + "label": "-", + "classification": { + "B": 5.313531232786772e-07, + "S": 2.476893712355377e-07, + "I": 0.00012971562682650983, + "C": 1.995614184124861e-06, + "R": 3.8497569221362937e-07, + "M": 4.956727025273722e-06, + "O": 3.6962092053727247e-06, + "W": 2.874236599836877e-07, + "N": 4.170425654592691e-06, + "Y": 9.757137013366446e-05, + "U": 1.5063635316892032e-07, + "K": 4.7202996711348533e-07, + "L": 2.818245832258981e-07, + "G": 1.8245260434923694e-05, + "F": 0.0008795088506303728, + "E": 5.564647290157154e-05, + "T": 7.623610144946724e-05, + "P": 0.4922565221786499, + "-": 0.5064693689346313 + }, + "id": "tp_10987" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1373407, + "label": "-", + "classification": { + "B": 4.2839980096687214e-07, + "S": 3.522778513342928e-07, + "I": 6.790909537812695e-05, + "C": 5.829635938425781e-06, + "R": 5.399690508056665e-07, + "M": 2.8788654162781313e-05, + "O": 4.2384776861581486e-06, + "W": 1.5905382610981178e-07, + "N": 3.0135527140373597e-06, + "Y": 0.0008930161129683256, + "U": 9.849089366298358e-08, + "K": 4.346076366346097e-06, + "L": 2.8165001708657655e-07, + "G": 0.00014267349615693092, + "F": 0.005460308864712715, + "E": 0.000226253381697461, + "T": 0.00018029806960839778, + "P": 0.12766170501708984, + "-": 0.8653197884559631 + }, + "id": "tp_10988" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1373507, + "label": "-", + "classification": { + "B": 2.4196484446292743e-05, + "S": 3.292727706138976e-05, + "I": 0.0007385516655631363, + "C": 9.847195906331763e-05, + "R": 2.5226627258234657e-05, + "M": 0.00034958418109454215, + "O": 0.0004024642694275826, + "W": 3.383485818631016e-05, + "N": 0.00013588715228252113, + "Y": 0.0018731513991951942, + "U": 1.3430330909613986e-05, + "K": 5.8341698604635894e-05, + "L": 2.99441071547335e-05, + "G": 0.000595782941672951, + "F": 0.004158263560384512, + "E": 0.0005657554720528424, + "T": 0.0030318601056933403, + "P": 0.15539830923080444, + "-": 0.8324339985847473 + }, + "id": "tp_10989" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1373640, + "label": "-", + "classification": { + "B": 3.049412811151342e-08, + "S": 1.9766990533298667e-07, + "I": 0.00010444599320180714, + "C": 1.0414242979095434e-06, + "R": 2.5543769766045443e-07, + "M": 3.597252543841023e-06, + "O": 2.8561394174175803e-06, + "W": 3.5759924799094733e-07, + "N": 5.709661309083458e-06, + "Y": 0.000115849899884779, + "U": 1.4865017305965011e-07, + "K": 4.9947379920922685e-06, + "L": 5.4296066309689195e-08, + "G": 6.3028232943906914e-06, + "F": 0.0007160076056607068, + "E": 6.45290274405852e-05, + "T": 0.00012666804832406342, + "P": 0.2969459295272827, + "-": 0.7019010782241821 + }, + "id": "tp_10990" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1373774, + "label": "-", + "classification": { + "B": 2.203480471507646e-05, + "S": 9.960444003809243e-06, + "I": 0.0016547844279557467, + "C": 7.89573896327056e-05, + "R": 1.7775828382582404e-05, + "M": 0.00043582028592936695, + "O": 0.00016892487474251539, + "W": 1.6486175809404813e-05, + "N": 8.881305257091299e-05, + "Y": 0.0008792076841928065, + "U": 4.5547299123427365e-06, + "K": 4.636292487703031e-06, + "L": 2.161654811061453e-05, + "G": 0.00029057232313789427, + "F": 0.00133411621209234, + "E": 0.0005146867479197681, + "T": 0.0012871690560132265, + "P": 0.3393317759037018, + "-": 0.653838038444519 + }, + "id": "tp_10991" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1373907, + "label": "-", + "classification": { + "B": 4.6394056880672e-06, + "S": 1.0482906276365611e-07, + "I": 3.2326954624295468e-06, + "C": 5.906456124193937e-08, + "R": 8.990990174595481e-09, + "M": 2.3761629563523456e-05, + "O": 1.845422048063483e-05, + "W": 6.325593204792312e-08, + "N": 6.808359387378005e-08, + "Y": 1.1793322300945874e-05, + "U": 2.144637800682858e-09, + "K": 6.483598380402356e-11, + "L": 1.3693643268197775e-06, + "G": 1.4086062037677038e-05, + "F": 3.798571560764685e-05, + "E": 5.713040991395246e-06, + "T": 6.412422226276249e-05, + "P": 0.049527671188116074, + "-": 0.9502867460250854 + }, + "id": "tp_10992" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1374007, + "label": "-", + "classification": { + "B": 3.697416332215653e-06, + "S": 5.073161901236745e-06, + "I": 0.0033085811883211136, + "C": 0.00016270643391180784, + "R": 1.4240414202504326e-05, + "M": 0.00017821547226049006, + "O": 4.78880901937373e-05, + "W": 5.199405222811038e-06, + "N": 0.00020756575395353138, + "Y": 0.0014384688111022115, + "U": 7.72912972024642e-06, + "K": 2.6836640245164745e-05, + "L": 8.003437869774643e-06, + "G": 0.00021000827837269753, + "F": 0.004781920462846756, + "E": 0.0025494189467281103, + "T": 0.0007742781890556216, + "P": 0.478193461894989, + "-": 0.5080766677856445 + }, + "id": "tp_10993" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1374141, + "label": "-", + "classification": { + "B": 3.095703249300641e-08, + "S": 1.239625846416459e-09, + "I": 2.8521768058453745e-07, + "C": 2.212740213280995e-09, + "R": 1.2505588231626064e-10, + "M": 2.8784356800315436e-06, + "O": 2.9416233360279875e-07, + "W": 4.061590785919833e-10, + "N": 1.043706343573092e-09, + "Y": 2.626625473567401e-06, + "U": 1.7943374217010977e-11, + "K": 1.3503039832107877e-12, + "L": 1.9533853645725685e-08, + "G": 1.2404839253576938e-06, + "F": 7.246496807056246e-06, + "E": 4.348440825197031e-07, + "T": 9.907818821375258e-06, + "P": 0.04260648041963577, + "-": 0.9573686718940735 + }, + "id": "tp_10994" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1374274, + "label": "-", + "classification": { + "B": 8.606706978753209e-05, + "S": 9.550380491418764e-05, + "I": 0.006735725793987513, + "C": 0.002924678847193718, + "R": 0.0008768013794906437, + "M": 0.0031666657887399197, + "O": 0.0013980134390294552, + "W": 0.00020603675511665642, + "N": 0.0006665774853900075, + "Y": 0.011604570783674717, + "U": 0.00015739639638923109, + "K": 0.00039767491398379207, + "L": 0.0003667884739115834, + "G": 0.006254151463508606, + "F": 0.018192769959568977, + "E": 0.004557789769023657, + "T": 0.006933210417628288, + "P": 0.1375766545534134, + "-": 0.7978029251098633 + }, + "id": "tp_10995" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1374408, + "label": "-", + "classification": { + "B": 2.4738171580662716e-11, + "S": 6.97078794686945e-09, + "I": 6.271098982324474e-07, + "C": 9.476176288103488e-09, + "R": 2.423085732061736e-09, + "M": 1.4902802831784356e-06, + "O": 2.4663077624609286e-07, + "W": 3.1714950665673314e-09, + "N": 3.0833092523607775e-08, + "Y": 5.027784936828539e-05, + "U": 2.0023199764906963e-10, + "K": 3.3944701272048405e-07, + "L": 7.680759361861078e-10, + "G": 4.633548940091714e-07, + "F": 0.0003595878661144525, + "E": 9.081206258088059e-07, + "T": 5.0913462473545223e-05, + "P": 0.007485115434974432, + "-": 0.9920499920845032 + }, + "id": "tp_10996" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1374508, + "label": "-", + "classification": { + "B": 4.418610899392661e-08, + "S": 1.1032783220343845e-07, + "I": 0.00029530090978369117, + "C": 1.5058714780025184e-05, + "R": 2.1848800315638073e-06, + "M": 9.794734978640918e-06, + "O": 5.628716280625667e-06, + "W": 3.4599173659444205e-07, + "N": 1.8764123524306342e-05, + "Y": 0.0008977159741334617, + "U": 5.614184601654415e-07, + "K": 5.418131695478223e-05, + "L": 1.0928014404498754e-07, + "G": 0.0001224217558046803, + "F": 0.0032753313425928354, + "E": 0.0002013076446019113, + "T": 0.00014569742779713124, + "P": 0.19648438692092896, + "-": 0.7984710931777954 + }, + "id": "tp_10997" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1374641, + "label": "-", + "classification": { + "B": 3.3572575830476126e-06, + "S": 4.9728373596735764e-06, + "I": 0.00011897796503035352, + "C": 1.8221882783109322e-05, + "R": 4.479219114728039e-06, + "M": 0.00010274162923451513, + "O": 4.795568747795187e-05, + "W": 2.251270643682801e-06, + "N": 9.633102308725938e-06, + "Y": 0.0011999033158645034, + "U": 7.659183438590844e-07, + "K": 7.262840426847106e-06, + "L": 2.8076738090021536e-06, + "G": 0.00020095586660318077, + "F": 0.0020147457253187895, + "E": 0.00012732714822050184, + "T": 0.0009968302911147475, + "P": 0.05868345871567726, + "-": 0.9364534020423889 + }, + "id": "tp_10998" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1374775, + "label": "-", + "classification": { + "B": 1.9746888568761278e-08, + "S": 1.1274575051345437e-08, + "I": 5.499848339240998e-05, + "C": 1.2516134120232891e-06, + "R": 4.5221256073091354e-08, + "M": 6.093954652897082e-06, + "O": 7.04866295109241e-07, + "W": 2.177558755533937e-08, + "N": 7.975307880769833e-07, + "Y": 4.7500678192591295e-05, + "U": 1.089420731403834e-08, + "K": 8.43884464529765e-08, + "L": 2.9453882888219596e-08, + "G": 4.45642217528075e-06, + "F": 6.861665315227583e-05, + "E": 4.49781036877539e-05, + "T": 5.4684474889654666e-05, + "P": 0.18371790647506714, + "-": 0.8159977793693542 + }, + "id": "tp_10999" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1374908, + "label": "-", + "classification": { + "B": 5.961048876734765e-10, + "S": 3.7275268982561727e-10, + "I": 2.947656639662455e-06, + "C": 2.796587850184551e-08, + "R": 1.0995585553175147e-09, + "M": 1.7532148888221855e-07, + "O": 4.545184140170022e-08, + "W": 6.838666299913143e-10, + "N": 4.3549000849907316e-08, + "Y": 3.2790620025480166e-05, + "U": 5.362982280487927e-10, + "K": 1.5763982119665343e-08, + "L": 7.240975596900512e-10, + "G": 1.4696856851514895e-06, + "F": 2.7099607905256562e-05, + "E": 5.242857696430292e-06, + "T": 7.849630492273718e-06, + "P": 0.05616859719157219, + "-": 0.943753719329834 + }, + "id": "tp_11000" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1375008, + "label": "P", + "classification": { + "B": 2.2521906214989507e-12, + "S": 6.57563196601596e-14, + "I": 1.0218708013098876e-07, + "C": 6.911538008580465e-11, + "R": 8.628651178982372e-13, + "M": 1.0987539350582054e-10, + "O": 4.8009426295569924e-11, + "W": 1.452398721039569e-13, + "N": 2.508566687708935e-10, + "Y": 8.92219009784867e-09, + "U": 1.227007455058618e-13, + "K": 4.1119931353146566e-13, + "L": 6.160764715219813e-13, + "G": 3.263799008834667e-09, + "F": 1.4302723911896464e-06, + "E": 5.113870571449297e-08, + "T": 9.050221905226863e-09, + "P": 0.8760609030723572, + "-": 0.12393752485513687 + }, + "id": "tp_11001" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1375142, + "label": "P", + "classification": { + "B": 1.2650076541831368e-09, + "S": 2.830193301939232e-10, + "I": 2.8051032131770626e-05, + "C": 1.8201090767888672e-07, + "R": 6.0370752841265585e-09, + "M": 1.643220173264126e-07, + "O": 3.484562327571439e-08, + "W": 5.499596333891077e-10, + "N": 1.132999898345588e-07, + "Y": 1.3813226360070985e-05, + "U": 1.1686562828572278e-09, + "K": 1.7568521082367283e-09, + "L": 3.0651940985393367e-09, + "G": 2.071145445370348e-06, + "F": 8.22322690510191e-05, + "E": 6.620848580496386e-06, + "T": 3.058923311982653e-06, + "P": 0.545332670211792, + "-": 0.4545310139656067 + }, + "id": "tp_11002" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1375275, + "label": "-", + "classification": { + "B": 4.0970811824081466e-05, + "S": 2.8792235298169544e-06, + "I": 0.001065037096850574, + "C": 0.00036762846866622567, + "R": 7.211258343886584e-05, + "M": 0.0006156392046250403, + "O": 0.00014693271077703685, + "W": 5.2528930609696545e-06, + "N": 3.780452971113846e-05, + "Y": 0.0031747701577842236, + "U": 7.479043233615812e-06, + "K": 3.221985934942495e-06, + "L": 6.928071525180712e-05, + "G": 0.003338405629619956, + "F": 0.004187462385743856, + "E": 0.0006267640856094658, + "T": 0.0030236386228352785, + "P": 0.16756226122379303, + "-": 0.8156525492668152 + }, + "id": "tp_11003" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1375375, + "label": "-", + "classification": { + "B": 4.6454939450768507e-08, + "S": 1.5117683105358992e-08, + "I": 2.0439843865460716e-05, + "C": 6.6136226450908e-07, + "R": 3.0677384188493306e-08, + "M": 5.550540663534775e-06, + "O": 8.330778769050085e-07, + "W": 1.9488689773083934e-08, + "N": 3.544367928043357e-07, + "Y": 3.1722283893032e-05, + "U": 6.6814869192910464e-09, + "K": 4.074019699373821e-08, + "L": 2.990216785292432e-08, + "G": 7.486848062399076e-06, + "F": 0.0001827412488637492, + "E": 5.1496142987161875e-05, + "T": 2.164532634196803e-05, + "P": 0.16078127920627594, + "-": 0.8388956189155579 + }, + "id": "tp_11004" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1375509, + "label": "-", + "classification": { + "B": 2.6073623757838504e-06, + "S": 2.7439548944130365e-07, + "I": 0.0009856586111709476, + "C": 2.474728535162285e-05, + "R": 5.592078650806798e-06, + "M": 7.855668809497729e-05, + "O": 1.925248398038093e-05, + "W": 1.0907835985562997e-06, + "N": 1.7836109691415913e-05, + "Y": 0.0007898370968177915, + "U": 1.2316789934629924e-06, + "K": 1.4765651030756999e-06, + "L": 3.997110979980789e-06, + "G": 0.00031956296879798174, + "F": 0.0005874522030353546, + "E": 0.0005532060749828815, + "T": 0.0006486971396952868, + "P": 0.30674082040786743, + "-": 0.6892181038856506 + }, + "id": "tp_11005" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1375642, + "label": "P", + "classification": { + "B": 6.665821729257004e-06, + "S": 2.9935270049463725e-06, + "I": 0.0006011587684042752, + "C": 4.197252565063536e-05, + "R": 4.697659278463107e-06, + "M": 8.976813842309639e-05, + "O": 4.154885755269788e-05, + "W": 3.290933364041848e-06, + "N": 7.977734640007839e-05, + "Y": 0.00047384717618115246, + "U": 3.044579443667317e-06, + "K": 2.638609475980047e-05, + "L": 4.100541445950512e-06, + "G": 0.00037271040491759777, + "F": 0.0042874799109995365, + "E": 0.0020798842888325453, + "T": 0.0003455097321420908, + "P": 0.645693302154541, + "-": 0.3458418846130371 + }, + "id": "tp_11006" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1375776, + "label": "-", + "classification": { + "B": 4.277932175167365e-11, + "S": 8.051753153104357e-10, + "I": 1.4823225455984357e-06, + "C": 5.561103932905098e-08, + "R": 2.1206423284070297e-09, + "M": 1.0809460349037181e-07, + "O": 5.5017480349306425e-08, + "W": 6.514019323944353e-10, + "N": 3.822319882829106e-08, + "Y": 1.0462640602781903e-05, + "U": 2.1182078313586317e-10, + "K": 1.5682074305800597e-08, + "L": 6.07110861583493e-10, + "G": 8.622053542239883e-07, + "F": 0.00044877015170641243, + "E": 3.3587343750696164e-06, + "T": 3.6624455788114574e-06, + "P": 0.1154780387878418, + "-": 0.8840530514717102 + }, + "id": "tp_11007" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1375876, + "label": "-", + "classification": { + "B": 1.910133732963004e-06, + "S": 1.8734641571427346e-07, + "I": 2.2205174445844023e-06, + "C": 5.975087447041005e-08, + "R": 1.0640836656250485e-08, + "M": 7.795979399816133e-06, + "O": 5.7013767218450084e-06, + "W": 1.7421803022443783e-07, + "N": 5.710425554639187e-08, + "Y": 7.847314918763004e-06, + "U": 1.625897194657e-09, + "K": 6.315474809781563e-09, + "L": 2.32400054755999e-07, + "G": 9.111929102800786e-06, + "F": 0.00031431872048415244, + "E": 2.132144982169848e-05, + "T": 1.187097677757265e-05, + "P": 0.05672921985387802, + "-": 0.9428879022598267 + }, + "id": "tp_11008" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1376009, + "label": "-", + "classification": { + "B": 2.0540281975289787e-10, + "S": 2.9763386200087893e-11, + "I": 6.728367338837415e-07, + "C": 1.1599949445439961e-08, + "R": 2.751803784839524e-10, + "M": 8.854183874973387e-08, + "O": 1.1564205593117549e-08, + "W": 8.867048761906915e-11, + "N": 3.4097509260533343e-09, + "Y": 1.1457630535005592e-05, + "U": 2.0201094963478994e-10, + "K": 1.6393023605232315e-09, + "L": 3.1184221871427553e-10, + "G": 4.680474035012594e-07, + "F": 1.0082148037326988e-05, + "E": 6.699190180370351e-07, + "T": 5.151372988621006e-06, + "P": 0.05815661698579788, + "-": 0.9418147206306458 + }, + "id": "tp_11009" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1376143, + "label": "-", + "classification": { + "B": 1.3662564924743492e-05, + "S": 2.7398714337323327e-06, + "I": 0.0007966587436385453, + "C": 5.992421938572079e-05, + "R": 7.032221674307948e-06, + "M": 0.00019244506256654859, + "O": 0.00012158814206486568, + "W": 5.151604909769958e-06, + "N": 2.4613756977487355e-05, + "Y": 0.00020632661471609026, + "U": 1.0516987458686344e-06, + "K": 4.559513655522096e-08, + "L": 3.053146065212786e-05, + "G": 0.000243806149228476, + "F": 0.0002536898828111589, + "E": 0.00017265196947846562, + "T": 0.0005576239782385528, + "P": 0.47791117429733276, + "-": 0.5193993449211121 + }, + "id": "tp_11010" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1376276, + "label": "P", + "classification": { + "B": 2.7793163098976947e-05, + "S": 1.7058946468750946e-05, + "I": 0.013899002224206924, + "C": 0.0005752381402999163, + "R": 4.9655092880129814e-05, + "M": 0.0005134890670888126, + "O": 0.00011060804536100477, + "W": 1.3709182894672267e-05, + "N": 0.000970247492659837, + "Y": 0.0016416988801211119, + "U": 1.7013488104566932e-05, + "K": 4.558528235065751e-05, + "L": 2.3013277314021252e-05, + "G": 0.0008998748962767422, + "F": 0.00362558476626873, + "E": 0.011361807584762573, + "T": 0.00107893580570817, + "P": 0.6446384787559509, + "-": 0.3204911947250366 + }, + "id": "tp_11011" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1376376, + "label": "-", + "classification": { + "B": 2.474699201115982e-08, + "S": 7.256161227431335e-10, + "I": 5.311109634931199e-05, + "C": 5.338893060979899e-07, + "R": 2.5768455813590663e-08, + "M": 3.341067156270583e-07, + "O": 1.5213390724966303e-07, + "W": 5.7681734944026175e-09, + "N": 6.622805699407763e-07, + "Y": 7.993669896677602e-06, + "U": 1.583019226814031e-08, + "K": 2.2245313857638394e-07, + "L": 5.129302316220219e-09, + "G": 4.910200914309826e-06, + "F": 9.020150901051238e-05, + "E": 6.37541088508442e-05, + "T": 5.069358849141281e-06, + "P": 0.4872591495513916, + "-": 0.5125137567520142 + }, + "id": "tp_11012" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1376510, + "label": "P", + "classification": { + "B": 3.877463313983753e-06, + "S": 3.839528872617848e-08, + "I": 8.226555655710399e-05, + "C": 9.453558504901594e-07, + "R": 5.245192014058375e-08, + "M": 1.7800985006033443e-05, + "O": 4.393355993670411e-06, + "W": 6.20118711935902e-08, + "N": 1.6024981732698507e-06, + "Y": 3.0453591534751467e-05, + "U": 1.8353274455762403e-08, + "K": 8.225252479121536e-09, + "L": 2.955628986001102e-07, + "G": 5.523980871657841e-05, + "F": 6.636949547100812e-05, + "E": 0.00012642420188058168, + "T": 4.307454582885839e-05, + "P": 0.5930115580558777, + "-": 0.40655553340911865 + }, + "id": "tp_11013" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1376643, + "label": "P", + "classification": { + "B": 2.6994907642574617e-08, + "S": 4.802537256765049e-10, + "I": 1.1260168321314268e-05, + "C": 1.5740406311692823e-08, + "R": 7.172635263508198e-10, + "M": 3.697648196521186e-07, + "O": 1.3631145634462882e-07, + "W": 4.4832071388611894e-10, + "N": 3.9499585824387395e-08, + "Y": 3.413041156363761e-07, + "U": 7.79559611308045e-11, + "K": 1.0720851290058064e-11, + "L": 1.010648009724946e-08, + "G": 3.6623168853111565e-06, + "F": 9.131154001806863e-06, + "E": 5.804917236673646e-06, + "T": 1.8576185993879335e-06, + "P": 0.66285240650177, + "-": 0.33711495995521545 + }, + "id": "tp_11014" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1376777, + "label": "P", + "classification": { + "B": 5.673820302476429e-10, + "S": 2.080002170501416e-09, + "I": 1.4672040379082318e-05, + "C": 1.4089067690292723e-07, + "R": 2.0442307846479935e-09, + "M": 3.043105039068905e-07, + "O": 1.1631549057256052e-07, + "W": 1.8264001422352294e-09, + "N": 4.2925466914311983e-07, + "Y": 2.303851942997426e-06, + "U": 8.850342125832356e-10, + "K": 1.9588705768569525e-08, + "L": 1.160596285743054e-09, + "G": 9.446129638490675e-07, + "F": 3.3364871342200786e-05, + "E": 1.7855029000202194e-05, + "T": 6.5033809732995e-06, + "P": 0.670038640499115, + "-": 0.3298846185207367 + }, + "id": "tp_11015" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1376877, + "label": "P", + "classification": { + "B": 2.5201234166161157e-06, + "S": 2.810165142363985e-06, + "I": 0.04091984033584595, + "C": 7.739703869447112e-05, + "R": 4.2093772208318114e-05, + "M": 0.00019390186935197562, + "O": 4.07044353778474e-05, + "W": 3.2432155876449542e-06, + "N": 0.0010414355201646686, + "Y": 0.0043088216334581375, + "U": 1.916879909913405e-06, + "K": 0.0001682651200098917, + "L": 1.7618416450204677e-06, + "G": 0.0011930732289329171, + "F": 0.0016917494358494878, + "E": 0.003974673803895712, + "T": 0.0015152182895690203, + "P": 0.6713172197341919, + "-": 0.2735033929347992 + }, + "id": "tp_11016" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1377010, + "label": "-", + "classification": { + "B": 2.4131184162001773e-08, + "S": 1.7689673725840294e-08, + "I": 0.000709942658431828, + "C": 2.265373223053757e-05, + "R": 4.1887710722221527e-07, + "M": 6.725974799337564e-06, + "O": 4.840642304770881e-07, + "W": 2.934691956113511e-08, + "N": 7.222843578347238e-06, + "Y": 0.00033377253566868603, + "U": 9.146076962451843e-08, + "K": 1.9272795270808274e-06, + "L": 2.6869960478848043e-08, + "G": 2.2141479348647408e-05, + "F": 0.00010808223305502906, + "E": 0.0002043235144810751, + "T": 0.00010364797344664112, + "P": 0.31585344672203064, + "-": 0.6826251149177551 + }, + "id": "tp_11017" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1377144, + "label": "-", + "classification": { + "B": 3.5959313748890054e-08, + "S": 2.171487167856867e-08, + "I": 5.9630488976836205e-05, + "C": 3.689819152441487e-07, + "R": 1.481866007679855e-07, + "M": 3.4808485906978603e-06, + "O": 1.4408747119887266e-06, + "W": 2.075979743665357e-08, + "N": 7.52715948237892e-07, + "Y": 8.333299774676561e-05, + "U": 6.761350146433642e-09, + "K": 1.2406032645628784e-08, + "L": 4.9643681165889575e-08, + "G": 1.4054640814720187e-05, + "F": 7.463833026122302e-05, + "E": 3.081146132899448e-05, + "T": 0.0001345488999504596, + "P": 0.27210894227027893, + "-": 0.7274876832962036 + }, + "id": "tp_11018" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1377277, + "label": "P", + "classification": { + "B": 2.286906521931087e-07, + "S": 1.6557008208906154e-08, + "I": 0.00028664382989518344, + "C": 3.5166133329767035e-06, + "R": 2.1413154627225595e-07, + "M": 5.268811491987435e-06, + "O": 9.621397794035147e-07, + "W": 5.379645529046684e-08, + "N": 6.297329491644632e-06, + "Y": 4.00749959226232e-05, + "U": 6.791163542629874e-08, + "K": 6.186058385537763e-07, + "L": 6.39456985140896e-08, + "G": 2.7334532205713913e-05, + "F": 0.0003096138534601778, + "E": 0.00021521896997001022, + "T": 3.292985275038518e-05, + "P": 0.7154695987701416, + "-": 0.283601313829422 + }, + "id": "tp_11019" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1377377, + "label": "P", + "classification": { + "B": 2.503296831976587e-12, + "S": 2.327124604128983e-12, + "I": 3.2860612009244505e-07, + "C": 3.34173744231947e-10, + "R": 7.171549378653941e-12, + "M": 1.0034161279648401e-09, + "O": 2.949427646559144e-10, + "W": 2.6214117682110682e-12, + "N": 3.857088426428845e-09, + "Y": 2.801986909162224e-07, + "U": 2.586694096765041e-12, + "K": 6.670781149686889e-10, + "L": 5.661139417488525e-13, + "G": 2.6374207706680863e-08, + "F": 1.2253495697223116e-05, + "E": 1.3367709925660165e-06, + "T": 8.558112796208661e-08, + "P": 0.7719157338142395, + "-": 0.22806993126869202 + }, + "id": "tp_11020" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1377511, + "label": "P", + "classification": { + "B": 3.306090290422503e-09, + "S": 1.9041398666153064e-11, + "I": 4.07401385018602e-05, + "C": 1.1178788383858773e-07, + "R": 7.261537149361175e-09, + "M": 2.46715046614554e-07, + "O": 2.119287501045619e-08, + "W": 1.8865894957365015e-10, + "N": 5.733996033541189e-08, + "Y": 1.1460258065199014e-05, + "U": 7.005173663365838e-10, + "K": 3.3028049739591836e-10, + "L": 1.3343220972572567e-09, + "G": 2.521850774428458e-06, + "F": 2.296981620020233e-06, + "E": 5.499289727595169e-06, + "T": 9.324012353317812e-06, + "P": 0.5169000625610352, + "-": 0.4830276370048523 + }, + "id": "tp_11021" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1377644, + "label": "-", + "classification": { + "B": 2.880066131183412e-05, + "S": 2.1320816813386045e-05, + "I": 0.005728195887058973, + "C": 0.00018704033573158085, + "R": 3.523108898662031e-05, + "M": 0.0007389948586933315, + "O": 0.00016790076915640384, + "W": 2.5217621441697702e-05, + "N": 0.0006763972342014313, + "Y": 0.0024493441451340914, + "U": 2.2083539079176262e-05, + "K": 0.00037206991692073643, + "L": 1.520416117273271e-05, + "G": 0.0010425583459436893, + "F": 0.005581320729106665, + "E": 0.006119994912296534, + "T": 0.0022529743146151304, + "P": 0.415158748626709, + "-": 0.55937659740448 + }, + "id": "tp_11022" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1377778, + "label": "P", + "classification": { + "B": 2.479972067703784e-07, + "S": 8.030451681406703e-07, + "I": 4.816537330043502e-05, + "C": 4.10015582019696e-06, + "R": 3.8605048757744953e-07, + "M": 5.008613698009867e-06, + "O": 4.78196079711779e-06, + "W": 1.067469838744728e-06, + "N": 1.1715419532265514e-05, + "Y": 0.00015770707977935672, + "U": 3.2072142630568123e-07, + "K": 3.854034366668202e-05, + "L": 1.6207322062200546e-07, + "G": 3.7228153814794496e-05, + "F": 0.019848497584462166, + "E": 0.0006263841059990227, + "T": 6.420932186301798e-05, + "P": 0.5063009858131409, + "-": 0.4728497564792633 + }, + "id": "tp_11023" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1377878, + "label": "-", + "classification": { + "B": 2.673897014915383e-08, + "S": 1.399372564492296e-07, + "I": 0.00014842762902844697, + "C": 3.6354110761749325e-06, + "R": 1.1593901945161633e-06, + "M": 4.918715148960473e-06, + "O": 2.4786761514405953e-06, + "W": 2.5921130486494803e-07, + "N": 7.613294656039216e-06, + "Y": 0.00031105909147299826, + "U": 2.635839848608157e-07, + "K": 5.265748404781334e-05, + "L": 6.263630325520353e-08, + "G": 1.9446606529527344e-05, + "F": 0.0020812926813960075, + "E": 0.00010689230111893266, + "T": 9.393371874466538e-05, + "P": 0.23772703111171722, + "-": 0.7594387531280518 + }, + "id": "tp_11024" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1378011, + "label": "-", + "classification": { + "B": 5.958593973787174e-08, + "S": 1.8949451430216868e-07, + "I": 0.00010317924170522019, + "C": 2.2742888177162968e-06, + "R": 2.5907056055984867e-07, + "M": 1.3246284652268514e-05, + "O": 5.157481155038113e-06, + "W": 2.395542537669826e-07, + "N": 8.656807040097192e-06, + "Y": 0.000148250866914168, + "U": 1.236706879126359e-07, + "K": 1.382149821438361e-05, + "L": 7.689022396561995e-08, + "G": 1.1802439985331148e-05, + "F": 0.0007959087961353362, + "E": 0.00028750253841280937, + "T": 0.00016341271111741662, + "P": 0.17066095769405365, + "-": 0.8277847766876221 + }, + "id": "tp_11025" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1378145, + "label": "-", + "classification": { + "B": 9.024758469422522e-07, + "S": 6.520580200231052e-07, + "I": 0.00017356587341055274, + "C": 8.356401849596296e-06, + "R": 1.89360821423179e-06, + "M": 3.1012466934043914e-05, + "O": 1.0539069990045391e-05, + "W": 5.708478170163289e-07, + "N": 1.3243523426353931e-05, + "Y": 0.0004403587954584509, + "U": 6.377779300237307e-07, + "K": 2.349580427107867e-06, + "L": 9.335170716440189e-07, + "G": 8.199679723475128e-05, + "F": 0.001311293337494135, + "E": 0.00019012617121916264, + "T": 0.0006491985404863954, + "P": 0.44164326786994934, + "-": 0.5554391741752625 + }, + "id": "tp_11026" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1378278, + "label": "P", + "classification": { + "B": 1.3919516277383082e-06, + "S": 6.419527665002533e-08, + "I": 0.0003248916764277965, + "C": 4.023514520667959e-06, + "R": 2.1001621064442588e-07, + "M": 2.6528821763349697e-05, + "O": 3.921915777027607e-06, + "W": 9.696906033695996e-08, + "N": 5.057911948824767e-06, + "Y": 0.0001264547900063917, + "U": 7.150199365923982e-08, + "K": 1.988987996526248e-08, + "L": 3.376454174031096e-07, + "G": 4.056477700942196e-05, + "F": 2.331594987481367e-05, + "E": 0.00019136689661536366, + "T": 0.00012216345930937678, + "P": 0.6472689509391785, + "-": 0.35186052322387695 + }, + "id": "tp_11027" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1378378, + "label": "P", + "classification": { + "B": 3.9281087538256543e-07, + "S": 5.963602234260179e-07, + "I": 0.00015955317940097302, + "C": 3.227239858460962e-06, + "R": 3.3409639854653506e-07, + "M": 4.8959191190078855e-06, + "O": 3.593553856262588e-06, + "W": 8.818223022899474e-07, + "N": 2.4617465896881185e-05, + "Y": 0.00018971675308421254, + "U": 4.5495210088120075e-07, + "K": 8.740500925341621e-05, + "L": 4.513063700528619e-08, + "G": 3.632865264080465e-05, + "F": 0.0022668703459203243, + "E": 0.001662088674493134, + "T": 4.8025354772107676e-05, + "P": 0.607232928276062, + "-": 0.388278067111969 + }, + "id": "tp_11028" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1378512, + "label": "-", + "classification": { + "B": 0.00016289814084302634, + "S": 9.053901885636151e-05, + "I": 0.006338177714496851, + "C": 0.0005596255068667233, + "R": 0.00017284594650845975, + "M": 0.0018600065959617496, + "O": 0.0007484822417609394, + "W": 0.00011507128510857001, + "N": 0.0010064728558063507, + "Y": 0.008743565529584885, + "U": 0.00012087495997548103, + "K": 0.0005578865529969335, + "L": 0.000160766183398664, + "G": 0.0038476844783872366, + "F": 0.01204068586230278, + "E": 0.0069001829251646996, + "T": 0.0066053010523319244, + "P": 0.4186009168624878, + "-": 0.5313680171966553 + }, + "id": "tp_11029" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1378645, + "label": "P", + "classification": { + "B": 9.72724478742748e-07, + "S": 8.585470112620897e-08, + "I": 0.0018096177373081446, + "C": 2.6822395739145577e-05, + "R": 3.1177983146335464e-06, + "M": 3.1462954211747274e-05, + "O": 4.186726982879918e-06, + "W": 2.543570190027822e-07, + "N": 2.4998098524520174e-05, + "Y": 0.0008378726779483259, + "U": 5.855505378349335e-07, + "K": 2.9726868433499476e-06, + "L": 6.885799166411743e-07, + "G": 0.0001985292910831049, + "F": 0.0006654088501818478, + "E": 0.0005470404285006225, + "T": 0.00022542316582985222, + "P": 0.6670612096786499, + "-": 0.3285587728023529 + }, + "id": "tp_11030" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1378779, + "label": "-", + "classification": { + "B": 1.6699225113825378e-07, + "S": 1.6566671590112492e-08, + "I": 1.1440863090683706e-05, + "C": 3.461757671630039e-07, + "R": 3.651739177712443e-08, + "M": 1.0644066605891567e-06, + "O": 6.23043831637915e-07, + "W": 3.616817068063938e-08, + "N": 2.6394349106340087e-07, + "Y": 1.697336665529292e-05, + "U": 3.1468193384398546e-08, + "K": 3.6923118784670805e-08, + "L": 4.597725222765803e-08, + "G": 4.444855676410953e-06, + "F": 7.761230517644435e-05, + "E": 7.763462235743646e-06, + "T": 3.475499033811502e-05, + "P": 0.4863830506801605, + "-": 0.5134613513946533 + }, + "id": "tp_11031" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1378879, + "label": "P", + "classification": { + "B": 1.2396068314046715e-06, + "S": 2.3840577796363505e-06, + "I": 0.0009178841137327254, + "C": 3.3124913443316473e-06, + "R": 5.944511372035777e-07, + "M": 5.237310324446298e-05, + "O": 2.073889845632948e-05, + "W": 1.3659805517818313e-06, + "N": 7.247926259879023e-05, + "Y": 0.00011436577187851071, + "U": 2.617018424189155e-07, + "K": 3.866030056087766e-06, + "L": 4.7453477236558683e-07, + "G": 5.043160854256712e-05, + "F": 0.0004498200723901391, + "E": 0.0005962831783108413, + "T": 0.00034704466816037893, + "P": 0.6900643110275269, + "-": 0.3073008358478546 + }, + "id": "tp_11032" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1379012, + "label": "-", + "classification": { + "B": 1.9669739614869286e-08, + "S": 1.9581026577952798e-08, + "I": 4.611725307768211e-05, + "C": 1.051760591508355e-06, + "R": 4.037986300886587e-08, + "M": 4.44353099737782e-06, + "O": 1.1899633136636112e-06, + "W": 3.9294654641253146e-08, + "N": 9.311206667916849e-07, + "Y": 3.564161670510657e-05, + "U": 3.79538498407328e-08, + "K": 7.065413143436672e-08, + "L": 9.529266264962644e-08, + "G": 8.61762418935541e-06, + "F": 0.00014819986245129257, + "E": 4.4735097617376596e-05, + "T": 7.307781197596341e-05, + "P": 0.29894447326660156, + "-": 0.7006912231445312 + }, + "id": "tp_11033" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1379146, + "label": "P", + "classification": { + "B": 3.82566760492864e-08, + "S": 3.7847481593189514e-08, + "I": 4.2453255446162075e-05, + "C": 2.755836590040417e-07, + "R": 2.2318412007393817e-08, + "M": 8.761539334045665e-07, + "O": 4.946800800098572e-07, + "W": 5.8869520813686904e-08, + "N": 4.50565403298242e-06, + "Y": 1.568258994666394e-05, + "U": 3.131627934749304e-08, + "K": 3.2849147828528658e-06, + "L": 8.886850366707222e-09, + "G": 6.05699233346968e-06, + "F": 0.0009341908153146505, + "E": 0.0004764368641190231, + "T": 1.2570360013341997e-05, + "P": 0.8487240076065063, + "-": 0.14977890253067017 + }, + "id": "tp_11034" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1379279, + "label": "-", + "classification": { + "B": 1.9143217566686133e-10, + "S": 7.364871212889312e-11, + "I": 2.0367291142520116e-07, + "C": 7.763058529342004e-10, + "R": 1.2098602675258974e-10, + "M": 5.6569955830809704e-08, + "O": 2.841538915276942e-08, + "W": 2.778249297286095e-10, + "N": 4.566376610171119e-09, + "Y": 1.9009197558261803e-06, + "U": 4.655982890899857e-11, + "K": 4.773989203954443e-09, + "L": 1.4897098832289402e-10, + "G": 2.892639940910158e-07, + "F": 6.481836317107081e-05, + "E": 9.102950571104884e-07, + "T": 3.2127570648299297e-06, + "P": 0.17826972901821136, + "-": 0.8216588497161865 + }, + "id": "tp_11035" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1379379, + "label": "P", + "classification": { + "B": 8.885602255759295e-06, + "S": 4.9793015932664275e-06, + "I": 0.0031312913633883, + "C": 0.00030302026425488293, + "R": 3.8818638131488115e-05, + "M": 0.0001404281210852787, + "O": 7.140017987694591e-05, + "W": 2.025862158916425e-05, + "N": 0.0004218482063151896, + "Y": 0.002162638120353222, + "U": 1.507231172581669e-05, + "K": 0.0010161118116229773, + "L": 5.254288225842174e-06, + "G": 0.0011837085476145148, + "F": 0.009208885952830315, + "E": 0.01679062843322754, + "T": 0.0008880134555511177, + "P": 0.5497629642486572, + "-": 0.41482576727867126 + }, + "id": "tp_11036" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1379513, + "label": "-", + "classification": { + "B": 1.422472905687755e-05, + "S": 8.581901965953875e-06, + "I": 0.00044821735355071723, + "C": 2.495701119187288e-05, + "R": 2.8179458695376525e-06, + "M": 0.00014123758592177182, + "O": 9.842958388617262e-05, + "W": 7.381064733635867e-06, + "N": 6.06964276812505e-05, + "Y": 0.0002794958127196878, + "U": 3.4733857319224626e-06, + "K": 6.095639037084766e-06, + "L": 9.537288860883564e-06, + "G": 0.00014404194371309131, + "F": 0.0011049862951040268, + "E": 0.0006561969057656825, + "T": 0.001224122941493988, + "P": 0.3623062074184418, + "-": 0.633459210395813 + }, + "id": "tp_11037" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1379646, + "label": "P", + "classification": { + "B": 4.189136859622522e-08, + "S": 1.552030255425052e-07, + "I": 0.00024110970844049007, + "C": 4.659624153191544e-07, + "R": 7.353707331958503e-08, + "M": 2.784370508379652e-06, + "O": 6.840398327767616e-07, + "W": 9.393450994821251e-08, + "N": 1.640598384256009e-05, + "Y": 4.587383955367841e-05, + "U": 2.8218243741662263e-08, + "K": 2.9576049200841226e-06, + "L": 1.4125460801039935e-08, + "G": 6.468017090810463e-06, + "F": 0.0004124011902604252, + "E": 0.0002993367670569569, + "T": 1.3783376743958797e-05, + "P": 0.9141924381256104, + "-": 0.08476490527391434 + }, + "id": "tp_11038" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1379780, + "label": "P", + "classification": { + "B": 9.042132660397328e-06, + "S": 1.2407868780428544e-05, + "I": 0.0037333802320063114, + "C": 4.775739580509253e-05, + "R": 4.5562755985884e-06, + "M": 4.7644080041209236e-05, + "O": 2.4702529117348604e-05, + "W": 4.144174454268068e-06, + "N": 0.0004103786195628345, + "Y": 0.0004639748949557543, + "U": 2.682501872186549e-06, + "K": 0.00020015949849039316, + "L": 1.4067688880459173e-06, + "G": 0.0005513044307008386, + "F": 0.00195945892482996, + "E": 0.00929467473179102, + "T": 0.00035756599390879273, + "P": 0.787154495716095, + "-": 0.19572021067142487 + }, + "id": "tp_11039" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1379880, + "label": "Y", + "classification": { + "B": 0.0020950378384441137, + "S": 0.00929939653724432, + "I": 0.09846165031194687, + "C": 0.013970519416034222, + "R": 0.009367328137159348, + "M": 0.015173465944826603, + "O": 0.015170224942266941, + "W": 0.007248807232826948, + "N": 0.04676581919193268, + "Y": 0.32044512033462524, + "U": 0.0003340870898682624, + "K": 0.12236806005239487, + "L": 0.0017561588902026415, + "G": 0.1209246814250946, + "F": 0.02967679314315319, + "E": 0.03817308321595192, + "T": 0.09292992949485779, + "P": 0.014596960507333279, + "-": 0.04124290496110916 + }, + "id": "tp_11040" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1380013, + "label": "P", + "classification": { + "B": 4.022021585114999e-06, + "S": 2.1976785546939936e-07, + "I": 2.0350593331386335e-05, + "C": 1.619007505837544e-08, + "R": 3.9099208315462874e-09, + "M": 3.670457431326213e-07, + "O": 6.579616069757321e-07, + "W": 3.636408152374315e-08, + "N": 1.0888998076552525e-06, + "Y": 1.0554859386502358e-07, + "U": 3.977085327733221e-10, + "K": 8.739619028474976e-10, + "L": 2.2847261860192702e-08, + "G": 1.5637641581633943e-06, + "F": 2.5817113055381924e-05, + "E": 2.115531788149383e-05, + "T": 4.636875985397637e-07, + "P": 0.9803404808044434, + "-": 0.019583571702241898 + }, + "id": "tp_11041" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1380147, + "label": "-", + "classification": { + "B": 1.1601587175391614e-06, + "S": 4.816161549570097e-07, + "I": 0.0015187743119895458, + "C": 3.7481237086467445e-05, + "R": 4.025871021440253e-06, + "M": 0.00017037543875630945, + "O": 1.3313234376255423e-05, + "W": 9.700767122922116e-07, + "N": 3.59588630090002e-05, + "Y": 0.0013082580408081412, + "U": 8.942230351749458e-07, + "K": 3.776225639740005e-06, + "L": 2.0835948362218915e-06, + "G": 0.0002578138082753867, + "F": 0.0013558438513427973, + "E": 0.001870101084932685, + "T": 0.0004583953123074025, + "P": 0.44415706396102905, + "-": 0.5488032102584839 + }, + "id": "tp_11042" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1380280, + "label": "-", + "classification": { + "B": 1.790623258557389e-07, + "S": 1.4184941221628833e-08, + "I": 0.0002193280670326203, + "C": 2.530831125113764e-06, + "R": 4.3665562543537817e-07, + "M": 1.703597081359476e-05, + "O": 4.120468929613708e-06, + "W": 6.249147332937355e-08, + "N": 1.6946904679571162e-06, + "Y": 6.083137122914195e-05, + "U": 3.731728526190636e-08, + "K": 5.503701050457721e-09, + "L": 3.260661287640687e-07, + "G": 3.138332249363884e-05, + "F": 3.405350798857398e-05, + "E": 1.0264471711707301e-05, + "T": 0.00038728181971237063, + "P": 0.30357426404953003, + "-": 0.6956562399864197 + }, + "id": "tp_11043" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1380380, + "label": "P", + "classification": { + "B": 3.947564763961964e-08, + "S": 7.374653332448133e-09, + "I": 0.002373378025367856, + "C": 1.8186390661867335e-05, + "R": 1.2785238823198597e-06, + "M": 1.405812508892268e-05, + "O": 1.5343633776865317e-06, + "W": 2.8285034758823713e-08, + "N": 1.8469841961632483e-05, + "Y": 0.0004907430266030133, + "U": 5.1795627342698936e-08, + "K": 8.337269008507064e-08, + "L": 1.1096313556890891e-07, + "G": 5.751728895120323e-05, + "F": 3.588816980482079e-05, + "E": 0.000316790712531656, + "T": 0.00013030593981966376, + "P": 0.7708667516708374, + "-": 0.2256748527288437 + }, + "id": "tp_11044" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1380514, + "label": "-", + "classification": { + "B": 9.732665517958594e-08, + "S": 6.58637134165474e-07, + "I": 0.0003007360501214862, + "C": 2.5998774617619347e-06, + "R": 1.0228486644336954e-06, + "M": 8.939568942878395e-05, + "O": 1.3057162504992448e-05, + "W": 4.94689970764739e-07, + "N": 1.308675837208284e-05, + "Y": 0.0015226913383230567, + "U": 1.7532252627461276e-07, + "K": 1.6831749235279858e-05, + "L": 4.225206282626459e-07, + "G": 9.239936480298638e-05, + "F": 0.0019027605885639787, + "E": 0.0003060650487896055, + "T": 0.0012565965298563242, + "P": 0.1053626537322998, + "-": 0.8891183137893677 + }, + "id": "tp_11045" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1380647, + "label": "P", + "classification": { + "B": 1.002230973767837e-07, + "S": 6.324917478650605e-08, + "I": 0.000860530068166554, + "C": 3.390114216017537e-06, + "R": 3.5862154845744953e-07, + "M": 4.800349415745586e-06, + "O": 1.229081021847378e-06, + "W": 1.0176876941159207e-07, + "N": 2.0540768673527054e-05, + "Y": 5.7017983635887504e-05, + "U": 1.1445379044516812e-07, + "K": 1.5572700249322224e-06, + "L": 8.505929116608968e-08, + "G": 9.578160643286537e-06, + "F": 0.0003557919117156416, + "E": 0.0001567297149449587, + "T": 3.768730675801635e-05, + "P": 0.8042888641357422, + "-": 0.1942015439271927 + }, + "id": "tp_11046" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1380781, + "label": "P", + "classification": { + "B": 5.8886089391307905e-06, + "S": 9.994508900490473e-07, + "I": 0.007650102488696575, + "C": 5.334106754162349e-05, + "R": 7.996197382453829e-06, + "M": 5.0324273615842685e-05, + "O": 1.250359582627425e-05, + "W": 1.7505781215731986e-06, + "N": 0.00031938430038280785, + "Y": 0.00014290487160906196, + "U": 2.38168763644353e-06, + "K": 9.82757774181664e-06, + "L": 2.2364283722708933e-06, + "G": 0.0001919411588460207, + "F": 0.0008396418998017907, + "E": 0.0032105050049722195, + "T": 0.00011477188672870398, + "P": 0.9132856130599976, + "-": 0.07409786432981491 + }, + "id": "tp_11047" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1380881, + "label": "P", + "classification": { + "B": 1.2479884903271454e-09, + "S": 1.3669210208178129e-10, + "I": 4.755651389132254e-06, + "C": 2.3710591268155667e-09, + "R": 4.820701615670941e-10, + "M": 1.9346753532545335e-08, + "O": 3.9813052410409e-08, + "W": 9.571976544719973e-11, + "N": 4.3849272657325855e-08, + "Y": 3.290408301381831e-07, + "U": 2.555287752226132e-11, + "K": 1.6948928371895988e-11, + "L": 5.771870204007712e-10, + "G": 1.453387170613496e-07, + "F": 2.573136043793056e-06, + "E": 3.083233082179504e-07, + "T": 1.9824408354907064e-06, + "P": 0.6792322397232056, + "-": 0.32075756788253784 + }, + "id": "tp_11048" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1381014, + "label": "-", + "classification": { + "B": 2.1332305713550603e-11, + "S": 5.1467168200869384e-12, + "I": 7.537488727393793e-06, + "C": 4.488907467958825e-09, + "R": 1.796786053276378e-10, + "M": 1.342040150120738e-07, + "O": 4.266003550412734e-09, + "W": 7.82243020358564e-12, + "N": 5.748709064334889e-09, + "Y": 7.397666195174679e-06, + "U": 3.925488406553157e-12, + "K": 1.6240148332027915e-12, + "L": 1.1306150460299591e-10, + "G": 2.2515919795296213e-07, + "F": 7.847062875043775e-07, + "E": 3.556807257609762e-07, + "T": 8.028666343307123e-06, + "P": 0.35123705863952637, + "-": 0.6487385034561157 + }, + "id": "tp_11049" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1381148, + "label": "P", + "classification": { + "B": 1.1867887783623132e-09, + "S": 4.868490610654419e-10, + "I": 3.959597961511463e-05, + "C": 7.237039056917638e-08, + "R": 4.5405061932513036e-09, + "M": 9.255784760853203e-08, + "O": 2.0542445966498235e-08, + "W": 6.669356178434782e-10, + "N": 9.57370957621606e-07, + "Y": 1.8078404764310108e-06, + "U": 3.4844074847661943e-10, + "K": 8.361745784668528e-08, + "L": 5.114391687932596e-10, + "G": 1.8203140825789887e-06, + "F": 0.00033701228676363826, + "E": 0.00018560112221166492, + "T": 3.8018919212845503e-07, + "P": 0.9474771022796631, + "-": 0.05195534974336624 + }, + "id": "tp_11050" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1381281, + "label": "P", + "classification": { + "B": 1.5258507346516126e-06, + "S": 1.5679029274906497e-07, + "I": 0.0003561358607839793, + "C": 1.4282787788033602e-06, + "R": 5.7880054527004177e-08, + "M": 1.1524059118528385e-05, + "O": 1.5397464494526503e-06, + "W": 1.3692940115106467e-07, + "N": 1.8197430108557455e-05, + "Y": 4.0694070776226e-05, + "U": 8.851345967286761e-08, + "K": 1.1795247019108501e-06, + "L": 8.215908309239239e-08, + "G": 1.4898471818014514e-05, + "F": 0.00025566964177414775, + "E": 0.0012909037759527564, + "T": 2.6235404220642522e-05, + "P": 0.8992618918418884, + "-": 0.09871769696474075 + }, + "id": "tp_11051" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1381381, + "label": "P", + "classification": { + "B": 3.395848224840847e-08, + "S": 2.5006196224808264e-08, + "I": 0.0012953401310369372, + "C": 5.893625143471581e-07, + "R": 2.6230637217850017e-07, + "M": 3.452744749665726e-06, + "O": 1.979728949663695e-06, + "W": 7.268898372103649e-08, + "N": 1.5214740415103734e-05, + "Y": 0.00015453122614417225, + "U": 2.5716948570675413e-08, + "K": 1.4332248099435674e-07, + "L": 3.6205612730100256e-08, + "G": 1.2020386748190504e-05, + "F": 3.144100264762528e-05, + "E": 2.009407035075128e-05, + "T": 0.00017313477292191237, + "P": 0.7613380551338196, + "-": 0.23695354163646698 + }, + "id": "tp_11052" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1381515, + "label": "P", + "classification": { + "B": 1.1421243506504197e-08, + "S": 2.907134977192527e-09, + "I": 5.085751399747096e-05, + "C": 2.1509056580271135e-07, + "R": 4.228888350610305e-09, + "M": 4.4266116105973197e-07, + "O": 1.1301361269033805e-07, + "W": 4.1157948160730484e-09, + "N": 1.5272328255377943e-06, + "Y": 1.825893923523836e-05, + "U": 3.0181483978708457e-09, + "K": 7.637900694135169e-07, + "L": 1.470395138980507e-09, + "G": 3.4713625609583687e-06, + "F": 0.0004439546901267022, + "E": 0.0003075108106713742, + "T": 2.2731171611667378e-06, + "P": 0.7245745062828064, + "-": 0.27459603548049927 + }, + "id": "tp_11053" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1381648, + "label": "P", + "classification": { + "B": 5.390404567151563e-07, + "S": 4.6408578668888367e-07, + "I": 0.0003855439426843077, + "C": 2.1696672774851322e-05, + "R": 1.8697683117352426e-06, + "M": 1.7681004464975558e-05, + "O": 1.1882086255354807e-05, + "W": 6.954936679903767e-07, + "N": 2.160689291486051e-05, + "Y": 0.0001368076918879524, + "U": 6.404224563993921e-07, + "K": 2.306366695847828e-06, + "L": 9.678495871412451e-07, + "G": 0.00012054874241584912, + "F": 0.002097130985930562, + "E": 0.00022851178073324263, + "T": 0.0001375686115352437, + "P": 0.5942052602767944, + "-": 0.4026082754135132 + }, + "id": "tp_11054" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1381782, + "label": "P", + "classification": { + "B": 1.686417090240866e-05, + "S": 6.5101303334813565e-06, + "I": 0.008240190334618092, + "C": 0.00011021440877811983, + "R": 2.1866608221898787e-05, + "M": 0.00016099096683319658, + "O": 5.127249823999591e-05, + "W": 1.0923814443231095e-05, + "N": 0.00035941318492405117, + "Y": 0.0005137991975061595, + "U": 7.34952254788368e-06, + "K": 9.633578883949667e-06, + "L": 9.9619091997738e-06, + "G": 0.00013878539903089404, + "F": 0.001368453842587769, + "E": 0.0018642875365912914, + "T": 0.0007295295363292098, + "P": 0.7542991638183594, + "-": 0.2320808470249176 + }, + "id": "tp_11055" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1381882, + "label": "-", + "classification": { + "B": 1.5814681120218665e-08, + "S": 2.9550786706522558e-08, + "I": 4.633550634025596e-05, + "C": 1.2583134321175748e-06, + "R": 8.222380643019278e-08, + "M": 2.338043259442202e-06, + "O": 5.552058155444684e-07, + "W": 3.610672649756452e-08, + "N": 2.1213525087659946e-06, + "Y": 5.5463639000663534e-05, + "U": 2.8831577125743024e-08, + "K": 5.04846912008361e-06, + "L": 1.1754019091370083e-08, + "G": 9.936205970006995e-06, + "F": 0.0009033026290126145, + "E": 0.00012809674080926925, + "T": 2.9671922675333917e-05, + "P": 0.4166262745857239, + "-": 0.5821893811225891 + }, + "id": "tp_11056" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1382015, + "label": "P", + "classification": { + "B": 3.532636867475958e-07, + "S": 4.4522529663026944e-08, + "I": 0.0002750298590399325, + "C": 5.413218786998186e-06, + "R": 2.365251390301637e-07, + "M": 1.668960612732917e-05, + "O": 1.6372895288441214e-06, + "W": 5.676245606878183e-08, + "N": 7.691490282013547e-06, + "Y": 0.0001160210813395679, + "U": 1.4486937516267062e-07, + "K": 2.54814892741706e-07, + "L": 2.7487158149597235e-07, + "G": 2.5561275833752006e-05, + "F": 0.000526638061273843, + "E": 0.0005462078843265772, + "T": 9.099028829950839e-05, + "P": 0.6108951568603516, + "-": 0.3874915838241577 + }, + "id": "tp_11057" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1382149, + "label": "P", + "classification": { + "B": 6.292136276897509e-06, + "S": 1.6003326663849293e-06, + "I": 0.011888581328094006, + "C": 3.014726098626852e-05, + "R": 4.854388407693477e-06, + "M": 5.391316881286912e-05, + "O": 9.670266081229784e-06, + "W": 1.1118456768599572e-06, + "N": 0.0002563220914453268, + "Y": 0.00023440600489266217, + "U": 6.925479851815908e-07, + "K": 9.263542892767873e-07, + "L": 1.8963702359542367e-06, + "G": 0.0001295408292207867, + "F": 0.00014550435298588127, + "E": 0.0009084756020456553, + "T": 0.00018632471619639546, + "P": 0.9504817724227905, + "-": 0.03565797582268715 + }, + "id": "tp_11058" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1382282, + "label": "-", + "classification": { + "B": 3.759681455051123e-09, + "S": 1.1773551022997708e-08, + "I": 1.8422405219098437e-06, + "C": 5.0310093868688455e-09, + "R": 1.500283230981836e-09, + "M": 1.022816149998107e-06, + "O": 5.61516287689301e-07, + "W": 3.269160053775977e-09, + "N": 3.0712808296584626e-08, + "Y": 9.217116712534335e-06, + "U": 1.2844472707662646e-10, + "K": 1.8289493253220712e-09, + "L": 6.585294531902264e-09, + "G": 2.127645529981237e-06, + "F": 0.00029629041091538966, + "E": 1.952852471731603e-06, + "T": 1.2191578207421117e-05, + "P": 0.08547710627317429, + "-": 0.9141976237297058 + }, + "id": "tp_11059" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1382382, + "label": "-", + "classification": { + "B": 1.2550152916901425e-08, + "S": 1.1288229018191487e-08, + "I": 0.0004046802350785583, + "C": 1.2971279375051381e-06, + "R": 2.653533783814055e-07, + "M": 7.502937933168141e-06, + "O": 1.468199343435117e-06, + "W": 4.989080792938694e-08, + "N": 3.857098363369005e-06, + "Y": 0.0003480101586319506, + "U": 4.4744869143187316e-08, + "K": 7.971179343257973e-07, + "L": 5.316504569918834e-08, + "G": 5.914375287829898e-05, + "F": 0.00013112821034155786, + "E": 0.00013635892537422478, + "T": 0.0002611292293295264, + "P": 0.16411800682544708, + "-": 0.8345261812210083 + }, + "id": "tp_11060" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1382516, + "label": "-", + "classification": { + "B": 1.5863811375638193e-09, + "S": 2.1855758522426605e-11, + "I": 1.0507867500564316e-06, + "C": 3.42898576199957e-09, + "R": 7.350638153713618e-11, + "M": 9.121587254412589e-07, + "O": 1.1201343852462742e-08, + "W": 2.7952397341213242e-11, + "N": 1.8817445379681885e-09, + "Y": 1.1533472843439085e-06, + "U": 1.8357100561861017e-11, + "K": 6.346622012654013e-12, + "L": 1.8932577727781563e-09, + "G": 4.421971766532806e-07, + "F": 1.2901801710540894e-05, + "E": 5.380343736760551e-06, + "T": 5.038358722231351e-06, + "P": 0.27678728103637695, + "-": 0.7231857180595398 + }, + "id": "tp_11061" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1382649, + "label": "P", + "classification": { + "B": 2.063198735413607e-06, + "S": 1.0641504104569321e-06, + "I": 0.0005396800697781146, + "C": 1.1732976417988539e-05, + "R": 8.971904890131555e-07, + "M": 4.728195563075133e-05, + "O": 1.0241630661766976e-05, + "W": 1.0412536539661232e-06, + "N": 9.826579480431974e-05, + "Y": 0.0002971550275105983, + "U": 6.423964009627525e-07, + "K": 4.751334199681878e-05, + "L": 5.244161798145797e-07, + "G": 0.00018984830239787698, + "F": 0.0051366486586630344, + "E": 0.009441095404326916, + "T": 0.00011502161214593798, + "P": 0.793008029460907, + "-": 0.19105124473571777 + }, + "id": "tp_11062" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1382783, + "label": "P", + "classification": { + "B": 3.929980252337373e-08, + "S": 1.0494859425946856e-09, + "I": 7.862510392442346e-05, + "C": 4.171118632712023e-07, + "R": 1.575919483798316e-08, + "M": 2.2213177999219624e-06, + "O": 2.6730774038696836e-07, + "W": 8.076136204238082e-09, + "N": 6.897702178321197e-07, + "Y": 1.3315444448380731e-05, + "U": 7.779301647303782e-09, + "K": 6.139013208894539e-08, + "L": 1.3124223485760922e-08, + "G": 1.1382886441424489e-05, + "F": 5.1240458560641855e-05, + "E": 0.00024244360974989831, + "T": 1.1732463462976739e-05, + "P": 0.5359098315238953, + "-": 0.46367764472961426 + }, + "id": "tp_11063" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1382883, + "label": "P", + "classification": { + "B": 3.136023224215023e-05, + "S": 6.4038572418212425e-06, + "I": 0.0021535668056458235, + "C": 5.501016858033836e-05, + "R": 4.938791335007409e-06, + "M": 0.0003556538140401244, + "O": 8.05291929282248e-05, + "W": 3.4770182537613437e-06, + "N": 0.00014114320219960064, + "Y": 0.00035414687590673566, + "U": 1.9260294266132405e-06, + "K": 4.787776106240926e-06, + "L": 1.7170868886751123e-05, + "G": 0.000893579563125968, + "F": 0.003674278035759926, + "E": 0.0071846554055809975, + "T": 0.0004314566613174975, + "P": 0.5727249383926392, + "-": 0.41188108921051025 + }, + "id": "tp_11064" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1383016, + "label": "-", + "classification": { + "B": 9.414680789632257e-06, + "S": 2.9174889277783222e-06, + "I": 9.829791815718636e-05, + "C": 1.1393914974178188e-05, + "R": 2.031203393926262e-06, + "M": 2.4876631869119592e-05, + "O": 3.466297494014725e-05, + "W": 4.3890981942240614e-06, + "N": 1.0860222573683131e-05, + "Y": 0.0002288956893607974, + "U": 7.31796205855062e-07, + "K": 2.6970952603733167e-05, + "L": 1.9442081793386023e-06, + "G": 0.00024035442038439214, + "F": 0.012431973591446877, + "E": 0.0006687893182970583, + "T": 0.00010503250814508647, + "P": 0.2321619689464569, + "-": 0.7539345026016235 + }, + "id": "tp_11065" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1383150, + "label": "-", + "classification": { + "B": 1.9739285761488645e-08, + "S": 6.440144417751981e-09, + "I": 6.613586447201669e-05, + "C": 2.042682126557338e-06, + "R": 7.110504895990744e-08, + "M": 6.652850856880832e-07, + "O": 4.2025283164548455e-07, + "W": 2.247899644203244e-08, + "N": 2.6285549665772123e-06, + "Y": 2.8280226615606807e-05, + "U": 2.794090292468354e-08, + "K": 9.00262932646001e-07, + "L": 1.2421898176739887e-08, + "G": 7.339170679188101e-06, + "F": 0.00048701625200919807, + "E": 8.649994560983032e-05, + "T": 1.604158569534775e-05, + "P": 0.45876559615135193, + "-": 0.5405363440513611 + }, + "id": "tp_11066" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1383283, + "label": "P", + "classification": { + "B": 6.565305284311762e-06, + "S": 7.593462669319706e-06, + "I": 0.0012526586651802063, + "C": 2.453079832775984e-05, + "R": 2.738894409048953e-06, + "M": 0.00024458885309286416, + "O": 4.012213321402669e-05, + "W": 4.50886545877438e-06, + "N": 0.00018230933346785605, + "Y": 0.0004611212352756411, + "U": 2.8334513899608282e-06, + "K": 5.3396146540762857e-05, + "L": 3.751115173145081e-06, + "G": 0.00037018719012849033, + "F": 0.003972940146923065, + "E": 0.008270678110420704, + "T": 0.0006280657253228128, + "P": 0.7148998379707336, + "-": 0.26957160234451294 + }, + "id": "tp_11067" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1383383, + "label": "-", + "classification": { + "B": 8.474756185705701e-08, + "S": 1.8424508141379192e-08, + "I": 0.00027901274734176695, + "C": 3.4550107557151932e-06, + "R": 3.542643867149309e-07, + "M": 4.966928372596158e-06, + "O": 1.494843786531419e-06, + "W": 5.609757991464903e-08, + "N": 3.8093876355560496e-06, + "Y": 8.433537732344121e-05, + "U": 1.0382439086242812e-07, + "K": 1.789229457926922e-07, + "L": 1.6519821599558782e-07, + "G": 2.2317535695037805e-05, + "F": 0.0002435491478536278, + "E": 0.00011213109974050894, + "T": 7.985329284565523e-05, + "P": 0.48036816716194153, + "-": 0.518795907497406 + }, + "id": "tp_11068" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1383517, + "label": "P", + "classification": { + "B": 2.3836600249182993e-08, + "S": 1.9480337343225074e-08, + "I": 0.0005340380594134331, + "C": 4.11420660384465e-06, + "R": 3.3516963071633654e-07, + "M": 3.6161538901069434e-06, + "O": 9.189013780996902e-07, + "W": 3.186430319601641e-08, + "N": 6.68841175865964e-06, + "Y": 0.0001395726576447487, + "U": 9.36856636712946e-08, + "K": 1.1758257301153208e-07, + "L": 9.320550020675e-08, + "G": 1.8061502487398684e-05, + "F": 0.00014439539518207312, + "E": 3.200731225661002e-05, + "T": 0.00013176232459954917, + "P": 0.5329694151878357, + "-": 0.46601471304893494 + }, + "id": "tp_11069" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1383650, + "label": "P", + "classification": { + "B": 3.320988980703987e-06, + "S": 1.0886003565246938e-06, + "I": 0.0004086573317181319, + "C": 1.3215658327681012e-05, + "R": 9.79611854745599e-07, + "M": 4.2448540625628084e-05, + "O": 1.5071826965140644e-05, + "W": 8.728317197892466e-07, + "N": 3.0940365832066163e-05, + "Y": 0.0001787182700354606, + "U": 6.855378842374193e-07, + "K": 3.0368717034434667e-06, + "L": 1.0319860166418948e-06, + "G": 0.00010293038212694228, + "F": 0.0006798635586164892, + "E": 0.00038565226714126766, + "T": 0.00026616439572535455, + "P": 0.5697576999664307, + "-": 0.4281075894832611 + }, + "id": "tp_11070" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1383750, + "label": "-", + "classification": { + "B": 5.937785317655653e-06, + "S": 2.491735813237028e-06, + "I": 0.0005361851071938872, + "C": 4.1063267417484894e-05, + "R": 8.732366950425785e-06, + "M": 0.00012006334873149171, + "O": 4.0958530007628724e-05, + "W": 2.99927887681406e-06, + "N": 3.5708246286958456e-05, + "Y": 0.001953316852450371, + "U": 4.0883464862417895e-06, + "K": 1.7722828488331288e-05, + "L": 6.008511263644323e-06, + "G": 0.00032646130421198905, + "F": 0.0023335732985287905, + "E": 0.0005447810399346054, + "T": 0.0011308349203318357, + "P": 0.20563989877700806, + "-": 0.7872491478919983 + }, + "id": "tp_11071" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1383884, + "label": "P", + "classification": { + "B": 0.0003566115628927946, + "S": 0.0003143927315250039, + "I": 0.20846453309059143, + "C": 0.005476966034621, + "R": 0.002206017728894949, + "M": 0.004732965026050806, + "O": 0.0020461527165025473, + "W": 0.0004526668053586036, + "N": 0.008405735716223717, + "Y": 0.04156539589166641, + "U": 0.00019962627266068012, + "K": 0.0003731035685632378, + "L": 0.00043864682083949447, + "G": 0.008060574531555176, + "F": 0.004695425275713205, + "E": 0.011525134555995464, + "T": 0.029542697593569756, + "P": 0.3385654091835022, + "-": 0.33257797360420227 + }, + "id": "tp_11072" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1384017, + "label": "P", + "classification": { + "B": 2.6993815183118386e-08, + "S": 6.577829481102526e-08, + "I": 0.0001420893386239186, + "C": 6.77177240504534e-07, + "R": 1.9467321976662788e-07, + "M": 1.0127847644980648e-06, + "O": 1.315441863880551e-06, + "W": 7.492842257761367e-08, + "N": 9.019159733725246e-06, + "Y": 5.7793538871919736e-05, + "U": 6.843892919050631e-08, + "K": 1.666807065703324e-06, + "L": 2.2101829699749942e-08, + "G": 9.594620678399224e-06, + "F": 0.0006785435834899545, + "E": 3.659879803308286e-05, + "T": 4.1717852582223713e-05, + "P": 0.7386994957923889, + "-": 0.26032009720802307 + }, + "id": "tp_11073" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1384151, + "label": "-", + "classification": { + "B": 2.0409671730448053e-09, + "S": 3.5673550224935013e-10, + "I": 1.7025840861606412e-06, + "C": 5.152422488663433e-08, + "R": 9.611066387194e-10, + "M": 3.351663053763332e-07, + "O": 6.702641996980674e-08, + "W": 7.968158355353694e-10, + "N": 2.3656870240529315e-08, + "Y": 1.964212515304098e-06, + "U": 2.0584534077272565e-10, + "K": 3.1677029888044217e-09, + "L": 1.1735074023633274e-09, + "G": 1.0241906238661613e-06, + "F": 5.5107706430135295e-05, + "E": 7.857434866309632e-06, + "T": 1.4533643479808234e-06, + "P": 0.25776517391204834, + "-": 0.7421651482582092 + }, + "id": "tp_11074" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1384251, + "label": "-", + "classification": { + "B": 1.7309150779354354e-09, + "S": 1.0197693800506613e-09, + "I": 2.489486723789014e-05, + "C": 2.3023922324227897e-07, + "R": 1.4864189878949219e-08, + "M": 6.692248462059069e-07, + "O": 6.601410262874197e-08, + "W": 3.7881657810601155e-09, + "N": 3.0395287353712774e-07, + "Y": 4.197258749627508e-05, + "U": 2.5944741910421953e-09, + "K": 3.6989666796216625e-07, + "L": 2.103222485061451e-09, + "G": 3.4244237667735433e-06, + "F": 0.0007432826096192002, + "E": 0.000136980161187239, + "T": 7.49117953091627e-06, + "P": 0.3570534288883209, + "-": 0.6419868469238281 + }, + "id": "tp_11075" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1384384, + "label": "P", + "classification": { + "B": 6.291914360190276e-06, + "S": 4.905384685116587e-06, + "I": 0.0011951371561735868, + "C": 5.675679858541116e-06, + "R": 8.834144296088198e-07, + "M": 4.766968049807474e-05, + "O": 1.478517606301466e-05, + "W": 8.705265486241842e-07, + "N": 0.0001538776996312663, + "Y": 5.057019370724447e-05, + "U": 5.185901272852789e-07, + "K": 1.997735353143071e-06, + "L": 1.6398794286942575e-06, + "G": 4.656172313843854e-05, + "F": 0.000648943823762238, + "E": 0.00044286358752287924, + "T": 0.00017376717005390674, + "P": 0.9255553483963013, + "-": 0.07164766639471054 + }, + "id": "tp_11076" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1384518, + "label": "-", + "classification": { + "B": 2.9651383570694634e-08, + "S": 8.94778295901233e-09, + "I": 0.00020305922953411937, + "C": 3.247653921789606e-06, + "R": 3.1790926868779934e-07, + "M": 2.487302481313236e-06, + "O": 9.900544455376803e-07, + "W": 2.612202187890489e-08, + "N": 2.4154062430170598e-06, + "Y": 3.6035005905432627e-05, + "U": 2.958579337075662e-08, + "K": 7.596235462870027e-08, + "L": 9.385539101458562e-08, + "G": 1.435314607078908e-05, + "F": 0.00022584330872632563, + "E": 0.00015840244304854423, + "T": 5.162357410881668e-05, + "P": 0.40558046102523804, + "-": 0.5937204360961914 + }, + "id": "tp_11077" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1384651, + "label": "P", + "classification": { + "B": 1.2043473134326632e-06, + "S": 6.897068374200899e-07, + "I": 8.752977737458423e-05, + "C": 2.3361851617664797e-06, + "R": 1.524107631212246e-07, + "M": 1.5444577002199367e-05, + "O": 5.0761141210386995e-06, + "W": 3.075248855566315e-07, + "N": 1.1236661521252245e-05, + "Y": 0.00020163947192486376, + "U": 1.2721480402433372e-07, + "K": 9.441917427466251e-06, + "L": 2.46850220264605e-07, + "G": 0.00013970982399769127, + "F": 0.0053618415258824825, + "E": 0.0017824905226007104, + "T": 0.00013345004117581993, + "P": 0.4974803924560547, + "-": 0.4947667121887207 + }, + "id": "tp_11078" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1384751, + "label": "-", + "classification": { + "B": 4.738086317956913e-06, + "S": 2.9259231268952135e-06, + "I": 0.0007781573804095387, + "C": 1.3343137652555015e-05, + "R": 7.267535693245009e-06, + "M": 0.00025054128491319716, + "O": 6.411287176888436e-05, + "W": 3.137578914902406e-06, + "N": 2.5808934879023582e-05, + "Y": 0.0013242886634543538, + "U": 7.86483781212155e-07, + "K": 1.0628508562149364e-06, + "L": 9.298529221268836e-06, + "G": 0.00036210170947015285, + "F": 0.002056470140814781, + "E": 0.00048531030188314617, + "T": 0.0009311161702498794, + "P": 0.371998131275177, + "-": 0.6216813921928406 + }, + "id": "tp_11079" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1384885, + "label": "-", + "classification": { + "B": 1.2830819962061923e-08, + "S": 2.02028918039332e-08, + "I": 3.4549499105196446e-05, + "C": 6.938991532479122e-07, + "R": 1.1744789674139611e-07, + "M": 7.520949907302565e-07, + "O": 1.0155659992960864e-06, + "W": 5.128057267711483e-08, + "N": 1.0096395044456585e-06, + "Y": 3.111672413069755e-05, + "U": 3.426456629540553e-08, + "K": 1.2890532730125415e-07, + "L": 4.261025665641682e-08, + "G": 6.115768883319106e-06, + "F": 0.00029791047563776374, + "E": 1.4053724953555502e-05, + "T": 5.802751184091903e-05, + "P": 0.4326520562171936, + "-": 0.5669023394584656 + }, + "id": "tp_11080" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1385018, + "label": "-", + "classification": { + "B": 1.0142153996639536e-06, + "S": 7.498122727156442e-07, + "I": 6.811737694079056e-05, + "C": 6.179916454129852e-07, + "R": 2.8940689844603185e-07, + "M": 0.00030258155311457813, + "O": 1.0190227840212174e-05, + "W": 2.6169033162659616e-07, + "N": 8.260553840955254e-07, + "Y": 0.04098496958613396, + "U": 5.029111349585946e-09, + "K": 4.705731953436043e-06, + "L": 4.863488243245229e-07, + "G": 0.002286585746333003, + "F": 0.005692239850759506, + "E": 0.0003688675060402602, + "T": 0.004235698375850916, + "P": 0.0033888479229062796, + "-": 0.9426529407501221 + }, + "id": "tp_11081" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1385152, + "label": "-", + "classification": { + "B": 6.099280653870665e-07, + "S": 3.0027122193132527e-06, + "I": 3.1731433409731835e-05, + "C": 5.506185698322952e-05, + "R": 1.0066332833957858e-05, + "M": 0.00046154329902492464, + "O": 5.463169509312138e-05, + "W": 1.4141505744191818e-06, + "N": 1.1784566140704555e-06, + "Y": 0.03929414227604866, + "U": 1.0405154426962326e-07, + "K": 8.058363891905174e-05, + "L": 6.877800842630677e-06, + "G": 0.006069091614335775, + "F": 0.007889127358794212, + "E": 9.679087088443339e-05, + "T": 0.009290365502238274, + "P": 0.001107176416553557, + "-": 0.9355465173721313 + }, + "id": "tp_11082" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1385252, + "label": "Y", + "classification": { + "B": 4.343675755080767e-06, + "S": 8.93955584615469e-05, + "I": 0.00010774005204439163, + "C": 0.004683854524046183, + "R": 0.000697655719704926, + "M": 0.004803425632417202, + "O": 0.0013580351369455457, + "W": 3.431279037613422e-05, + "N": 1.7633947209105827e-05, + "Y": 0.5635210871696472, + "U": 6.005764703331806e-07, + "K": 0.0006768740131519735, + "L": 0.000657281547319144, + "G": 0.265705406665802, + "F": 0.04242895171046257, + "E": 0.00033275067107751966, + "T": 0.05302847921848297, + "P": 0.0001411822740919888, + "-": 0.06171095371246338 + }, + "id": "tp_11083" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1385385, + "label": "-", + "classification": { + "B": 9.441191752002087e-12, + "S": 4.967061050659138e-12, + "I": 1.7620740422330528e-08, + "C": 6.278747299859333e-09, + "R": 1.2211485156399249e-09, + "M": 7.231906693050405e-06, + "O": 3.7431252764008605e-08, + "W": 4.001649272361574e-12, + "N": 8.402696941023358e-12, + "Y": 0.00023458579380530864, + "U": 2.1693276515410975e-12, + "K": 1.332030406114848e-12, + "L": 3.9646876892618366e-09, + "G": 3.9438505154976156e-06, + "F": 3.4400254662614316e-06, + "E": 2.7695985505005183e-09, + "T": 0.00016224289720412344, + "P": 4.444365913514048e-05, + "-": 0.9995439648628235 + }, + "id": "tp_11084" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1385519, + "label": "Y", + "classification": { + "B": 1.087948575673181e-07, + "S": 7.526095942012034e-06, + "I": 6.689594738418236e-05, + "C": 6.18737431068439e-06, + "R": 3.0081523618719075e-06, + "M": 0.0018707271665334702, + "O": 0.00012510723900049925, + "W": 8.902611625671852e-07, + "N": 9.232459206032217e-07, + "Y": 0.5377799868583679, + "U": 7.20326243097702e-10, + "K": 4.2098481571883895e-06, + "L": 3.4433064683980774e-06, + "G": 0.013153483159840107, + "F": 0.0026250702794641256, + "E": 5.0361199100734666e-05, + "T": 0.063960961997509, + "P": 0.00013043679064139724, + "-": 0.38021063804626465 + }, + "id": "tp_11085" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1385652, + "label": "-", + "classification": { + "B": 2.0698241343097834e-08, + "S": 2.9033219107077457e-05, + "I": 5.536322078114608e-06, + "C": 1.766921400303545e-06, + "R": 4.4226695194993226e-07, + "M": 0.00023830078134778887, + "O": 8.461360266664997e-05, + "W": 2.0185264020256e-06, + "N": 6.663997282885248e-07, + "Y": 0.22629369795322418, + "U": 1.6424656079649935e-10, + "K": 0.0001672082144068554, + "L": 6.245194867915416e-07, + "G": 0.0059279329143464565, + "F": 0.10502896457910538, + "E": 3.897791975759901e-05, + "T": 0.02774500660598278, + "P": 0.00022479519248008728, + "-": 0.6342104077339172 + }, + "id": "tp_11086" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1385752, + "label": "-", + "classification": { + "B": 0.00013484236842487007, + "S": 0.0001415331644238904, + "I": 0.0007502707885578275, + "C": 0.00029823140357621014, + "R": 0.00023727335792500526, + "M": 0.0033455402590334415, + "O": 0.0016251381020992994, + "W": 8.244761556852609e-05, + "N": 4.796091889147647e-05, + "Y": 0.06308913975954056, + "U": 7.231423296616413e-06, + "K": 3.386975367902778e-05, + "L": 0.0002801691589411348, + "G": 0.006279460154473782, + "F": 0.005836901720613241, + "E": 0.00018366056610830128, + "T": 0.026476269587874413, + "P": 0.010096545331180096, + "-": 0.8810535073280334 + }, + "id": "tp_11087" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1385886, + "label": "-", + "classification": { + "B": 1.6816734387248289e-06, + "S": 1.865320427896222e-06, + "I": 0.0003409477067179978, + "C": 7.205401198007166e-05, + "R": 2.354688331251964e-05, + "M": 0.000597117468714714, + "O": 0.00014307691890280694, + "W": 1.0301218935637735e-06, + "N": 3.4601396237121662e-06, + "Y": 0.00476308586075902, + "U": 2.720258294175437e-07, + "K": 6.480087932914103e-08, + "L": 3.860913056996651e-05, + "G": 0.0009521738975308836, + "F": 0.0006529430393129587, + "E": 1.9126071492792107e-05, + "T": 0.006120441947132349, + "P": 0.00730536924675107, + "-": 0.9789631366729736 + }, + "id": "tp_11088" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1386019, + "label": "G", + "classification": { + "B": 9.099545081880933e-07, + "S": 0.0003058347792830318, + "I": 7.760417020108434e-07, + "C": 0.001901081413961947, + "R": 0.0005155823891982436, + "M": 0.023686636239290237, + "O": 0.006360129453241825, + "W": 1.1175486179126892e-05, + "N": 5.3347424255889564e-08, + "Y": 0.045273471623659134, + "U": 3.101071344158157e-10, + "K": 2.012734938716676e-07, + "L": 0.008973207324743271, + "G": 0.853590726852417, + "F": 0.03336605429649353, + "E": 2.9110294690326555e-06, + "T": 0.015441288240253925, + "P": 3.878552945479896e-07, + "-": 0.010569639503955841 + }, + "id": "tp_11089" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1386153, + "label": "-", + "classification": { + "B": 2.1584222054116253e-07, + "S": 6.463627642006031e-07, + "I": 3.5009918519790517e-06, + "C": 3.105540145043051e-06, + "R": 1.2342375157459173e-06, + "M": 0.0006994239520281553, + "O": 1.7697104340186343e-05, + "W": 1.0359107704971393e-07, + "N": 7.360348774909653e-08, + "Y": 0.005870407912880182, + "U": 3.837165252207342e-09, + "K": 6.69048603185729e-08, + "L": 4.8539709496253636e-06, + "G": 0.0007475396269001067, + "F": 0.006771757733076811, + "E": 1.072798295354005e-05, + "T": 0.0021709264256060123, + "P": 0.00127162947319448, + "-": 0.9824260473251343 + }, + "id": "tp_11090" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1386253, + "label": "-", + "classification": { + "B": 2.853257967672107e-07, + "S": 3.81994004783337e-06, + "I": 4.7859561163932085e-05, + "C": 0.0006835037493146956, + "R": 0.00015230407007038593, + "M": 0.003566004801541567, + "O": 0.0003695865743793547, + "W": 1.6125020465551643e-06, + "N": 7.700490982642805e-07, + "Y": 0.11496082693338394, + "U": 5.44561089554918e-08, + "K": 2.2219964534997416e-07, + "L": 0.0002656136348377913, + "G": 0.016351299360394478, + "F": 0.012281199917197227, + "E": 1.5036001059343107e-05, + "T": 0.03492732718586922, + "P": 0.0006451676017604768, + "-": 0.8157274127006531 + }, + "id": "tp_11091" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1386386, + "label": "-", + "classification": { + "B": 5.483844844889063e-08, + "S": 4.59787479201168e-08, + "I": 2.4251185504198247e-09, + "C": 1.1074453354353864e-08, + "R": 3.2030680330308314e-09, + "M": 4.001570232503582e-06, + "O": 1.6790945664979517e-06, + "W": 2.992086578501585e-09, + "N": 5.463009211670311e-11, + "Y": 2.3679200239712372e-05, + "U": 2.3308716068370927e-12, + "K": 1.752205464056189e-10, + "L": 3.847213463359367e-07, + "G": 2.1443540390464477e-05, + "F": 0.009888352826237679, + "E": 9.632748287913273e-08, + "T": 6.858246251795208e-06, + "P": 0.00017400547221768647, + "-": 0.9898793697357178 + }, + "id": "tp_11092" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1386520, + "label": "-", + "classification": { + "B": 4.2216433371322637e-07, + "S": 9.989079990191385e-05, + "I": 0.00013896479504182935, + "C": 9.714248881209642e-05, + "R": 4.226876262691803e-05, + "M": 0.0028342397417873144, + "O": 0.00042954410309903324, + "W": 8.292994607472792e-06, + "N": 5.7653655858302955e-06, + "Y": 0.22523316740989685, + "U": 1.4080626442591893e-08, + "K": 7.21125115887844e-06, + "L": 3.7317568057915196e-05, + "G": 0.027144640684127808, + "F": 0.061429213732481, + "E": 0.00010030624980572611, + "T": 0.06559529900550842, + "P": 0.0006645736866630614, + "-": 0.6161317825317383 + }, + "id": "tp_11093" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1386653, + "label": "-", + "classification": { + "B": 1.386822816584754e-07, + "S": 5.016547106606595e-07, + "I": 1.120972683565924e-06, + "C": 6.63354221615009e-05, + "R": 1.8488899513613433e-05, + "M": 4.0490405808668584e-05, + "O": 5.43079586350359e-05, + "W": 6.3806737671257e-07, + "N": 4.1280003415522515e-08, + "Y": 0.0003414630482438952, + "U": 2.3981932883998525e-08, + "K": 9.817684798463233e-08, + "L": 8.886997420631815e-06, + "G": 0.00018964000628329813, + "F": 0.003112564794719219, + "E": 3.7632051430591673e-07, + "T": 0.00018623452342581004, + "P": 0.0013503534719347954, + "-": 0.9946282505989075 + }, + "id": "tp_11094" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1386753, + "label": "-", + "classification": { + "B": 7.717315497757227e-08, + "S": 5.438150374459383e-09, + "I": 6.780540928730261e-08, + "C": 9.114661452258588e-07, + "R": 3.646481729902007e-07, + "M": 0.00018905587785411626, + "O": 2.0512068658717908e-05, + "W": 8.298818521268458e-09, + "N": 7.303518206880355e-11, + "Y": 0.0001243981532752514, + "U": 2.2089540266390095e-11, + "K": 2.741507921285441e-13, + "L": 1.1461336725915316e-05, + "G": 8.907936717150733e-05, + "F": 1.556351526232902e-05, + "E": 2.393103493147919e-08, + "T": 0.00014087033923715353, + "P": 7.270619971677661e-05, + "-": 0.9993348717689514 + }, + "id": "tp_11095" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1386887, + "label": "-", + "classification": { + "B": 6.534271233249456e-05, + "S": 0.0005045303842052817, + "I": 0.01073215901851654, + "C": 6.714877235936001e-05, + "R": 5.609060826827772e-05, + "M": 0.019204923883080482, + "O": 0.0013692418579012156, + "W": 3.237220516894013e-05, + "N": 0.00015541932953055948, + "Y": 0.1931288242340088, + "U": 1.54331416979403e-07, + "K": 1.4083081623539329e-05, + "L": 0.0001242159924004227, + "G": 0.018651753664016724, + "F": 0.0202811136841774, + "E": 0.0014607738703489304, + "T": 0.06052664667367935, + "P": 0.023961013182997704, + "-": 0.6496642827987671 + }, + "id": "tp_11096" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1387020, + "label": "-", + "classification": { + "B": 3.2278063555324366e-10, + "S": 7.919337408068827e-10, + "I": 3.08319485498032e-08, + "C": 7.536716389866527e-11, + "R": 3.608907617191903e-11, + "M": 2.5961248866224196e-06, + "O": 5.173859563001315e-08, + "W": 4.9452358874546576e-11, + "N": 4.853704244078827e-11, + "Y": 0.00024902913719415665, + "U": 2.247192232643358e-13, + "K": 7.501751303484738e-11, + "L": 1.4829540928573692e-09, + "G": 1.7225258488906547e-05, + "F": 0.00019336951663717628, + "E": 1.7286986064846133e-07, + "T": 3.9059461414581165e-05, + "P": 0.00015278039791155607, + "-": 0.999345600605011 + }, + "id": "tp_11097" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1387154, + "label": "-", + "classification": { + "B": 8.009750196436016e-09, + "S": 1.292347473480504e-08, + "I": 1.9530100416886853e-06, + "C": 8.348146138814627e-07, + "R": 2.2230948104606796e-07, + "M": 3.988489424955333e-06, + "O": 1.5932100723148324e-06, + "W": 1.2178656305650293e-08, + "N": 7.36711811555324e-08, + "Y": 0.0009418196859769523, + "U": 3.30201221920845e-09, + "K": 4.3877545863324485e-07, + "L": 2.511541374872195e-08, + "G": 3.4778189728967845e-05, + "F": 0.0007626611622981727, + "E": 9.04393436940154e-06, + "T": 6.007453703205101e-05, + "P": 0.009932274930179119, + "-": 0.9882501363754272 + }, + "id": "tp_11098" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1387254, + "label": "-", + "classification": { + "B": 8.72190710765608e-08, + "S": 3.658371667825122e-07, + "I": 3.1345982279162854e-05, + "C": 6.255388598219724e-06, + "R": 1.1478924761831877e-06, + "M": 1.5497125787078403e-05, + "O": 6.422127626137808e-06, + "W": 3.337863461183588e-07, + "N": 1.7141841226475663e-06, + "Y": 0.0008212511311285198, + "U": 1.3627771977553493e-07, + "K": 4.862947662331862e-06, + "L": 5.173705517336202e-07, + "G": 9.017184493131936e-05, + "F": 0.011025182902812958, + "E": 3.145759546896443e-05, + "T": 0.00013497388863470405, + "P": 0.050393108278512955, + "-": 0.9374350905418396 + }, + "id": "tp_11099" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1387387, + "label": "-", + "classification": { + "B": 9.056836530740853e-11, + "S": 8.337210033459996e-09, + "I": 2.429725975972019e-09, + "C": 6.47996429847808e-08, + "R": 1.2366166757260544e-08, + "M": 1.089227316697361e-05, + "O": 6.823458988947095e-07, + "W": 7.105706023580183e-10, + "N": 5.851907153298086e-11, + "Y": 0.0013882280327379704, + "U": 1.874384328304224e-12, + "K": 1.2762259027354617e-09, + "L": 1.5072750159106363e-07, + "G": 0.00022118659398984164, + "F": 0.031174186617136, + "E": 1.97262920664798e-07, + "T": 0.00017657250282354653, + "P": 3.9898441173136234e-05, + "-": 0.9669878482818604 + }, + "id": "tp_11100" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1387521, + "label": "-", + "classification": { + "B": 1.794541251709525e-11, + "S": 2.2610128880273805e-08, + "I": 3.6735189890002573e-10, + "C": 6.25499012585351e-08, + "R": 7.195711582141939e-09, + "M": 3.851218025374692e-06, + "O": 6.654476578660251e-07, + "W": 1.0194950439412764e-09, + "N": 1.3040619799287168e-11, + "Y": 0.00011432137398514897, + "U": 1.239844544306118e-13, + "K": 1.0537648531538935e-09, + "L": 1.3331018067219702e-07, + "G": 0.00013268899056129158, + "F": 0.1528436541557312, + "E": 7.572408122769048e-08, + "T": 2.8364258469082415e-05, + "P": 2.5694420401123352e-05, + "-": 0.8468505144119263 + }, + "id": "tp_11101" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1387654, + "label": "-", + "classification": { + "B": 4.809640685721206e-09, + "S": 2.4640630158501153e-07, + "I": 8.935098776419181e-07, + "C": 6.133061833679676e-05, + "R": 7.730519428150728e-06, + "M": 0.00020978300017304718, + "O": 2.648456757015083e-05, + "W": 1.3018151889809815e-07, + "N": 3.0959416363884884e-08, + "Y": 0.007787143345922232, + "U": 4.550654519874797e-09, + "K": 7.831671950953023e-07, + "L": 7.814069249434397e-06, + "G": 0.0012505570193752646, + "F": 0.01644957810640335, + "E": 4.124213774048258e-06, + "T": 0.0017612166702747345, + "P": 0.00037023003096692264, + "-": 0.9720618724822998 + }, + "id": "tp_11102" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1387754, + "label": "-", + "classification": { + "B": 3.376635637764025e-09, + "S": 1.4776809109662281e-08, + "I": 1.2959284276803373e-06, + "C": 2.2327716919789964e-07, + "R": 3.47518245291667e-08, + "M": 2.5678502879600273e-06, + "O": 7.724030979261443e-07, + "W": 1.6009478187584136e-08, + "N": 3.883173960161912e-08, + "Y": 0.00010530339204706252, + "U": 2.606476368072208e-09, + "K": 4.2753080720103753e-07, + "L": 3.415202343148849e-08, + "G": 2.137907904398162e-05, + "F": 0.0034086445812135935, + "E": 8.44684927869821e-06, + "T": 3.2035241019912064e-05, + "P": 0.017231745645403862, + "-": 0.9791871309280396 + }, + "id": "tp_11103" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1387888, + "label": "-", + "classification": { + "B": 9.199777828428068e-09, + "S": 1.0355610129408888e-06, + "I": 8.724045841290717e-08, + "C": 3.1899793384582154e-07, + "R": 5.8925230916884175e-08, + "M": 6.130537076387554e-05, + "O": 5.794770913780667e-06, + "W": 4.35350102634402e-08, + "N": 5.562159621774754e-09, + "Y": 0.0007352614775300026, + "U": 7.553707659369024e-11, + "K": 4.501696793113297e-08, + "L": 7.608510941281565e-07, + "G": 8.967959001893178e-05, + "F": 0.06378742307424545, + "E": 5.5015625548549e-06, + "T": 0.00018438386905472726, + "P": 0.0006555283325724304, + "-": 0.9344726800918579 + }, + "id": "tp_11104" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1388021, + "label": "-", + "classification": { + "B": 1.0187520826931973e-09, + "S": 1.6991721807357862e-08, + "I": 2.0603962980203505e-07, + "C": 4.2266955802006123e-07, + "R": 1.3270202714465995e-07, + "M": 2.3002171474217903e-06, + "O": 1.0921107786998618e-06, + "W": 1.0721001864055779e-08, + "N": 3.82245035623896e-09, + "Y": 6.246520206332207e-05, + "U": 6.248065398395397e-10, + "K": 1.980899710929407e-08, + "L": 5.241751210860457e-08, + "G": 3.4564709494588897e-06, + "F": 0.0009586468222551048, + "E": 6.250181172617886e-08, + "T": 5.6862631026888266e-05, + "P": 0.0008068979368545115, + "-": 0.9981074333190918 + }, + "id": "tp_11105" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1388155, + "label": "Y", + "classification": { + "B": 0.00031023731571622193, + "S": 0.009565906599164009, + "I": 0.002392170252278447, + "C": 0.0014855078188702464, + "R": 0.000895716599188745, + "M": 0.048702459782361984, + "O": 0.020770270377397537, + "W": 0.0009144986979663372, + "N": 0.000599939317908138, + "Y": 0.3675366938114166, + "U": 5.562781552725937e-06, + "K": 0.0008707726956345141, + "L": 0.004165004473179579, + "G": 0.24149498343467712, + "F": 0.06371376663446426, + "E": 0.004060724750161171, + "T": 0.12106377631425858, + "P": 0.00229843333363533, + "-": 0.10915358364582062 + }, + "id": "tp_11106" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1388255, + "label": "-", + "classification": { + "B": 4.222300731271389e-08, + "S": 9.28378369735583e-07, + "I": 7.598453521495685e-06, + "C": 2.7322739697410725e-05, + "R": 1.4338986147777177e-05, + "M": 0.0004488405538722873, + "O": 5.067063102615066e-05, + "W": 2.611939748931036e-07, + "N": 8.260794714942676e-08, + "Y": 0.146907776594162, + "U": 7.984607974798053e-10, + "K": 3.37252799909038e-07, + "L": 6.012229732732521e-06, + "G": 0.005041733384132385, + "F": 0.009458823129534721, + "E": 6.9163334046606906e-06, + "T": 0.012162478640675545, + "P": 0.00015042147424537688, + "-": 0.8257154226303101 + }, + "id": "tp_11107" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1388388, + "label": "-", + "classification": { + "B": 2.185048106184695e-05, + "S": 4.007055849797325e-06, + "I": 3.2645730243530124e-05, + "C": 2.9668710340047255e-05, + "R": 9.376450179843232e-06, + "M": 0.00023017152852844447, + "O": 9.401571151101962e-05, + "W": 3.0820419851806946e-06, + "N": 1.0317602345821797e-06, + "Y": 0.0009032513480633497, + "U": 4.7563077032464207e-07, + "K": 5.623627998829761e-07, + "L": 2.7348733055987395e-05, + "G": 0.0003703612310346216, + "F": 0.005601746495813131, + "E": 4.522178278421052e-05, + "T": 0.000592579657677561, + "P": 0.017558855935931206, + "-": 0.9744738340377808 + }, + "id": "tp_11108" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1388522, + "label": "-", + "classification": { + "B": 6.240693291997834e-12, + "S": 1.095096721637212e-10, + "I": 5.174881323455338e-08, + "C": 8.458205247308115e-10, + "R": 6.191779311492951e-10, + "M": 2.9120374165358953e-06, + "O": 5.188144669432404e-08, + "W": 1.6247350687059736e-11, + "N": 2.1232009206340052e-11, + "Y": 0.00021755663328804076, + "U": 1.782461168681887e-13, + "K": 1.8566623932736448e-12, + "L": 2.174357804918259e-09, + "G": 9.40334132337739e-07, + "F": 6.871444838907337e-06, + "E": 1.2377354696724296e-09, + "T": 0.00042534733074717224, + "P": 2.0508947272901423e-05, + "-": 0.9993257522583008 + }, + "id": "tp_11109" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1388655, + "label": "-", + "classification": { + "B": 3.659899494579122e-09, + "S": 3.343945564893147e-09, + "I": 1.2835173947678413e-05, + "C": 7.676877089579648e-07, + "R": 1.4775082490814384e-07, + "M": 2.626562263685628e-06, + "O": 3.287998708856321e-07, + "W": 5.3005386746463046e-09, + "N": 1.0163223151948841e-07, + "Y": 0.0003898463328368962, + "U": 4.417461063610517e-09, + "K": 3.396480451556272e-06, + "L": 1.4124959868411224e-08, + "G": 6.8698100221809e-05, + "F": 0.0020483459811657667, + "E": 2.945533378806431e-05, + "T": 3.1764571758685634e-05, + "P": 0.008472949266433716, + "-": 0.9889386892318726 + }, + "id": "tp_11110" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1388755, + "label": "-", + "classification": { + "B": 8.581375054994567e-10, + "S": 4.168208178612076e-08, + "I": 2.8347790248517413e-07, + "C": 1.8440489668591908e-07, + "R": 9.74797345065781e-08, + "M": 2.7039024644182064e-05, + "O": 3.1159961508819833e-06, + "W": 1.3339633397890793e-08, + "N": 5.616749287895573e-09, + "Y": 0.000731690670363605, + "U": 5.364733102197761e-10, + "K": 1.873388697504197e-07, + "L": 1.343830433597759e-07, + "G": 3.514081618050113e-05, + "F": 0.0009284872212447226, + "E": 4.026336739570979e-07, + "T": 0.00042462628334760666, + "P": 0.00035160777042619884, + "-": 0.997497022151947 + }, + "id": "tp_11111" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1388889, + "label": "-", + "classification": { + "B": 3.0741578029847005e-06, + "S": 2.168621176679153e-05, + "I": 2.8396316338330507e-05, + "C": 2.5066066882573068e-05, + "R": 2.0794335796381347e-05, + "M": 0.0011806358816102147, + "O": 0.00032340773032046854, + "W": 4.4219855226401705e-06, + "N": 1.339799382549245e-06, + "Y": 0.0021979298908263445, + "U": 1.0826330765212333e-07, + "K": 1.1564560509214061e-06, + "L": 7.043218647595495e-05, + "G": 0.00099287333432585, + "F": 0.015605892986059189, + "E": 4.524676478467882e-05, + "T": 0.0018309691222384572, + "P": 0.005433813668787479, + "-": 0.9722127914428711 + }, + "id": "tp_11112" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1389022, + "label": "-", + "classification": { + "B": 0.0008356613107025623, + "S": 0.00097110983915627, + "I": 0.0027530197985470295, + "C": 0.001948978053405881, + "R": 0.0010573656763881445, + "M": 0.00909202080219984, + "O": 0.005071716848760843, + "W": 0.0006861391011625528, + "N": 0.0004731913504656404, + "Y": 0.027247510850429535, + "U": 0.00015333802730310708, + "K": 0.0006149010150693357, + "L": 0.001736549544148147, + "G": 0.016672339290380478, + "F": 0.03703287988901138, + "E": 0.0034476867876946926, + "T": 0.020503835752606392, + "P": 0.05004674196243286, + "-": 0.8196550011634827 + }, + "id": "tp_11113" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1389156, + "label": "-", + "classification": { + "B": 2.8605809347936884e-06, + "S": 2.545553070376627e-05, + "I": 0.00014795221795793623, + "C": 9.125805081566796e-05, + "R": 0.00011208297655684873, + "M": 0.018661508336663246, + "O": 0.0012968090595677495, + "W": 1.2869220881839283e-05, + "N": 1.8287684042661567e-06, + "Y": 0.07673744112253189, + "U": 2.2467490623512276e-07, + "K": 3.4328360243307543e-07, + "L": 0.0008025242714211345, + "G": 0.007758673280477524, + "F": 0.00749877979978919, + "E": 4.6178927732398733e-05, + "T": 0.03193233534693718, + "P": 0.001022268901579082, + "-": 0.8538485765457153 + }, + "id": "tp_11114" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1389256, + "label": "-", + "classification": { + "B": 1.937605631496808e-09, + "S": 1.2946107119660155e-07, + "I": 8.288542119316844e-08, + "C": 1.1342153527493792e-07, + "R": 4.316004620363856e-08, + "M": 1.545318627904635e-05, + "O": 4.062546395289246e-06, + "W": 1.3253815822622528e-08, + "N": 1.941160565621658e-09, + "Y": 0.0004988597356714308, + "U": 4.018788080095703e-11, + "K": 7.0618688674528585e-09, + "L": 6.098177323110576e-07, + "G": 0.00017855808255262673, + "F": 0.01479686051607132, + "E": 1.17651984510303e-06, + "T": 9.676552144810557e-05, + "P": 0.0009424320887774229, + "-": 0.9834647178649902 + }, + "id": "tp_11115" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1389389, + "label": "-", + "classification": { + "B": 1.9782539311563596e-05, + "S": 7.154890226956923e-07, + "I": 8.710740075912327e-06, + "C": 7.028812092357839e-07, + "R": 3.5342077353561763e-07, + "M": 0.0001668681506998837, + "O": 0.00010579266381682828, + "W": 6.577855060641014e-07, + "N": 4.9712781446942245e-08, + "Y": 7.543757237726822e-05, + "U": 3.77438080789716e-09, + "K": 1.7540675856242416e-10, + "L": 1.0952569027722348e-05, + "G": 6.148444663267583e-05, + "F": 4.993580296286382e-05, + "E": 1.327133418271842e-06, + "T": 9.84104408416897e-05, + "P": 0.0028362120501697063, + "-": 0.996562659740448 + }, + "id": "tp_11116" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1389523, + "label": "-", + "classification": { + "B": 4.633359029782014e-09, + "S": 1.9076542230322957e-06, + "I": 2.006353660988225e-08, + "C": 7.508408543799305e-07, + "R": 7.414686251649982e-07, + "M": 0.00038592942291870713, + "O": 0.00015034938405733556, + "W": 1.79396238308982e-07, + "N": 3.363770928466181e-10, + "Y": 0.00023829155543353409, + "U": 1.8918115338162345e-11, + "K": 7.172328841953401e-10, + "L": 4.921313302475028e-05, + "G": 0.00033429378527216613, + "F": 0.009088919498026371, + "E": 5.7951442755665994e-08, + "T": 0.000472138897748664, + "P": 1.8929975340142846e-05, + "-": 0.989258348941803 + }, + "id": "tp_11117" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1389656, + "label": "-", + "classification": { + "B": 7.705092684773263e-06, + "S": 9.25071526580723e-06, + "I": 0.0004970739246346056, + "C": 5.1401173550402746e-05, + "R": 1.641608469071798e-05, + "M": 9.404753654962406e-05, + "O": 7.03241748851724e-05, + "W": 5.647955731546972e-06, + "N": 3.991249104728922e-05, + "Y": 0.001296027796342969, + "U": 1.7338815041512134e-06, + "K": 1.0075764294015244e-05, + "L": 9.529312592349015e-06, + "G": 0.00029562076088041067, + "F": 0.016073741018772125, + "E": 0.0003527266962919384, + "T": 0.000607016496360302, + "P": 0.2566850185394287, + "-": 0.7238766551017761 + }, + "id": "tp_11118" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1389756, + "label": "-", + "classification": { + "B": 7.253469647139354e-08, + "S": 5.87624924719421e-07, + "I": 3.3228636766580166e-06, + "C": 4.4106198515692085e-07, + "R": 1.1025739610204255e-07, + "M": 6.452972593251616e-05, + "O": 8.70232906891033e-06, + "W": 1.3526461373203347e-07, + "N": 1.318154261298332e-07, + "Y": 0.0010437837336212397, + "U": 7.453984984806539e-09, + "K": 1.1248458520185523e-07, + "L": 7.339513103943318e-07, + "G": 5.833801697008312e-05, + "F": 0.003664859104901552, + "E": 1.890608655230608e-05, + "T": 0.0004566060961224139, + "P": 0.007861818186938763, + "-": 0.9868168234825134 + }, + "id": "tp_11119" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1389890, + "label": "-", + "classification": { + "B": 1.3769713405054063e-06, + "S": 9.42586557357572e-05, + "I": 0.0001525379775557667, + "C": 4.476314643397927e-05, + "R": 2.4040438802330755e-05, + "M": 0.0019688657484948635, + "O": 0.00046365769230760634, + "W": 1.6359310393454507e-05, + "N": 1.0652385753928684e-05, + "Y": 0.0634566992521286, + "U": 1.7120342477028316e-07, + "K": 1.3074511116428766e-05, + "L": 2.7511734515428543e-05, + "G": 0.0021940837614238262, + "F": 0.016875136643648148, + "E": 4.526290649664588e-05, + "T": 0.03729500621557236, + "P": 0.0034637979697436094, + "-": 0.8738527297973633 + }, + "id": "tp_11120" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1390023, + "label": "Y", + "classification": { + "B": 5.839527830175939e-07, + "S": 6.66173582430929e-05, + "I": 0.00011415024346206337, + "C": 6.423891318263486e-05, + "R": 4.771759995492175e-05, + "M": 0.005133575759828091, + "O": 0.0007383436313830316, + "W": 1.1226198694203049e-05, + "N": 3.158119625368272e-06, + "Y": 0.6533597111701965, + "U": 3.088265865258677e-09, + "K": 4.364423148217611e-06, + "L": 2.793018938973546e-05, + "G": 0.015324930660426617, + "F": 0.007889971137046814, + "E": 3.42132116202265e-05, + "T": 0.095248743891716, + "P": 7.049386476865038e-05, + "-": 0.22186006605625153 + }, + "id": "tp_11121" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1390157, + "label": "Y", + "classification": { + "B": 3.3739533389365306e-09, + "S": 1.5542471373919398e-05, + "I": 3.943802653338935e-07, + "C": 0.00014444856788031757, + "R": 4.369753150967881e-05, + "M": 0.0021948341745883226, + "O": 0.0006802842835895717, + "W": 6.403103043339797e-07, + "N": 9.488004160118635e-09, + "Y": 0.6536122560501099, + "U": 6.698056605886071e-12, + "K": 1.405816050237263e-07, + "L": 0.00013101317745167762, + "G": 0.21954047679901123, + "F": 0.033988114446401596, + "E": 2.0814611900732416e-07, + "T": 0.05163045600056648, + "P": 1.8657884481854126e-07, + "-": 0.03801734000444412 + }, + "id": "tp_11122" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1390257, + "label": "Y", + "classification": { + "B": 7.42157890698536e-10, + "S": 1.099448127206415e-05, + "I": 3.015637872749721e-08, + "C": 1.0562142961134668e-05, + "R": 2.2637150323134847e-06, + "M": 0.0011485167779028416, + "O": 0.0001366714423056692, + "W": 3.389352514204802e-07, + "N": 3.0732851818982e-09, + "Y": 0.37227070331573486, + "U": 2.0823909003403474e-12, + "K": 1.437983701180201e-05, + "L": 6.758951712981798e-06, + "G": 0.20987509191036224, + "F": 0.26359254121780396, + "E": 8.449661663689767e-07, + "T": 0.04000421613454819, + "P": 2.5220506927325914e-07, + "-": 0.11292582005262375 + }, + "id": "tp_11123" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1390390, + "label": "-", + "classification": { + "B": 1.018961803822549e-08, + "S": 4.266010478204407e-07, + "I": 2.033301456094705e-07, + "C": 8.086696112741265e-08, + "R": 4.1698182684513085e-08, + "M": 1.9512510334607214e-05, + "O": 4.9275731726083905e-06, + "W": 4.505012540789721e-08, + "N": 1.1218569184734406e-08, + "Y": 0.0001112362660933286, + "U": 8.637818238454997e-11, + "K": 5.0988145261499085e-08, + "L": 8.576957100103755e-08, + "G": 1.3666443010151852e-05, + "F": 0.002028190763667226, + "E": 7.973499691615871e-07, + "T": 0.00017616043624002486, + "P": 0.0004928834969177842, + "-": 0.9971516728401184 + }, + "id": "tp_11124" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1390524, + "label": "-", + "classification": { + "B": 2.6435947802383453e-05, + "S": 3.404382732696831e-05, + "I": 0.003515009768307209, + "C": 0.00019748082559090108, + "R": 0.00011778428597608581, + "M": 0.0033553510438650846, + "O": 0.00044203433208167553, + "W": 2.3292916011996567e-05, + "N": 0.0002217291621491313, + "Y": 0.017672033980488777, + "U": 1.5258627172443084e-05, + "K": 6.727314030285925e-05, + "L": 8.797070040600374e-05, + "G": 0.006134431809186935, + "F": 0.008100172504782677, + "E": 0.003958351910114288, + "T": 0.01018308661878109, + "P": 0.1500411331653595, + "-": 0.7958071827888489 + }, + "id": "tp_11125" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1390657, + "label": "-", + "classification": { + "B": 5.229539965512231e-07, + "S": 5.436100764200091e-06, + "I": 3.610246494645253e-05, + "C": 2.8001615646644495e-05, + "R": 1.550087472423911e-05, + "M": 0.00027812033658847213, + "O": 0.00010527675476623699, + "W": 2.7610733468463877e-06, + "N": 7.582495413771539e-07, + "Y": 0.005933587905019522, + "U": 6.62720438526776e-08, + "K": 4.6471853920593276e-08, + "L": 1.23104291560594e-05, + "G": 0.00016288438928313553, + "F": 0.0010608144802972674, + "E": 3.334529765197658e-06, + "T": 0.005339228082448244, + "P": 0.003332090098410845, + "-": 0.983683168888092 + }, + "id": "tp_11126" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1390757, + "label": "-", + "classification": { + "B": 8.026262366911396e-05, + "S": 0.00010923379886662588, + "I": 0.00016630451136734337, + "C": 4.099346915609203e-05, + "R": 5.066915036877617e-05, + "M": 0.000693703128490597, + "O": 0.0008325211820192635, + "W": 7.490278949262574e-05, + "N": 1.0905283488682471e-05, + "Y": 0.001503721228800714, + "U": 1.7817842490330804e-06, + "K": 8.604818503954448e-06, + "L": 9.499207226326689e-05, + "G": 0.0005603749305009842, + "F": 0.01048926543444395, + "E": 9.344526915811002e-05, + "T": 0.001741311396472156, + "P": 0.017614251002669334, + "-": 0.9658327698707581 + }, + "id": "tp_11127" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1390891, + "label": "-", + "classification": { + "B": 3.1788863452675287e-06, + "S": 4.04275742766913e-05, + "I": 4.084860847797245e-05, + "C": 7.189029565779492e-05, + "R": 2.377117743890267e-05, + "M": 0.0003671837330330163, + "O": 0.0001890657003968954, + "W": 1.47283062688075e-05, + "N": 8.593829988967627e-06, + "Y": 0.012419682927429676, + "U": 2.113313712470699e-06, + "K": 4.750738662551157e-05, + "L": 3.833041409961879e-05, + "G": 0.0014908728189766407, + "F": 0.04686789587140083, + "E": 0.0001130578966694884, + "T": 0.0039837053045630455, + "P": 0.02284874953329563, + "-": 0.9114284515380859 + }, + "id": "tp_11128" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1391024, + "label": "-", + "classification": { + "B": 3.639896749518812e-05, + "S": 1.669456651143264e-05, + "I": 3.2999811082845554e-05, + "C": 9.622060588299064e-07, + "R": 4.831695719076379e-07, + "M": 0.0009202986839227378, + "O": 0.00017546361777931452, + "W": 2.1993191694491543e-06, + "N": 4.898188876722998e-07, + "Y": 0.0024591973051428795, + "U": 1.2905611690428032e-08, + "K": 6.349975212316394e-09, + "L": 3.891421511070803e-05, + "G": 0.00043573419679887593, + "F": 0.001791785005480051, + "E": 1.9614453776739538e-05, + "T": 0.0017284275963902473, + "P": 0.01197757851332426, + "-": 0.9803628325462341 + }, + "id": "tp_11129" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1391158, + "label": "-", + "classification": { + "B": 1.2109957481243327e-07, + "S": 3.2078128242574167e-06, + "I": 0.00043931492837145925, + "C": 6.479935564129846e-06, + "R": 8.457693184027448e-06, + "M": 0.0005230279639363289, + "O": 5.4823813115945086e-05, + "W": 1.0297645758328144e-06, + "N": 3.7678973967558704e-06, + "Y": 0.15999408066272736, + "U": 2.2837459923152892e-08, + "K": 2.364787633268861e-06, + "L": 1.8765654203889426e-06, + "G": 0.0008959349361248314, + "F": 0.0026458189822733402, + "E": 2.0188143025734462e-05, + "T": 0.02575208805501461, + "P": 0.002170111518353224, + "-": 0.8074773550033569 + }, + "id": "tp_11130" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1391258, + "label": "-", + "classification": { + "B": 8.193715075321961e-06, + "S": 1.5971621905919164e-05, + "I": 4.3969095713691786e-05, + "C": 0.00030600253376178443, + "R": 0.00014970741176512092, + "M": 0.0021191698033362627, + "O": 0.0007258150144480169, + "W": 1.048034209816251e-05, + "N": 1.3981559732201276e-06, + "Y": 0.0055347322486341, + "U": 3.789490676808782e-07, + "K": 1.2787464243046998e-07, + "L": 0.0003536278964020312, + "G": 0.002310083946213126, + "F": 0.0066584874875843525, + "E": 1.6664816939737648e-05, + "T": 0.0030251205898821354, + "P": 0.0027399470563977957, + "-": 0.9759800434112549 + }, + "id": "tp_11131" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1391391, + "label": "-", + "classification": { + "B": 3.601888343141013e-09, + "S": 1.5182953347903094e-06, + "I": 3.6457680607782095e-07, + "C": 1.4351165873449645e-06, + "R": 1.0620769899105653e-06, + "M": 0.0011361225042492151, + "O": 9.107335790758952e-05, + "W": 7.412410241158796e-08, + "N": 1.7892167747390886e-09, + "Y": 0.07763071358203888, + "U": 1.647673317228815e-11, + "K": 2.0545500856172794e-09, + "L": 1.5550353055004962e-05, + "G": 0.004565974697470665, + "F": 0.00493726646527648, + "E": 1.0442770559393466e-07, + "T": 0.01991979219019413, + "P": 8.647847607790027e-06, + "-": 0.8916904330253601 + }, + "id": "tp_11132" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1391525, + "label": "-", + "classification": { + "B": 1.27211047251663e-10, + "S": 3.696022377042141e-10, + "I": 1.9694501585121316e-09, + "C": 4.791975150020278e-10, + "R": 3.0670863071513566e-10, + "M": 1.6100966604426503e-06, + "O": 9.882008100703388e-08, + "W": 4.243744591847509e-11, + "N": 2.192932467559583e-12, + "Y": 1.7066588043235242e-05, + "U": 5.327572963950006e-14, + "K": 7.042692031769202e-14, + "L": 8.188079547721827e-09, + "G": 1.3002166951991967e-06, + "F": 6.619025225518271e-05, + "E": 2.0178470006015914e-09, + "T": 7.601950528624002e-06, + "P": 5.6951485021272674e-05, + "-": 0.9998492002487183 + }, + "id": "tp_11133" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1391658, + "label": "-", + "classification": { + "B": 2.6390980565338396e-06, + "S": 3.6550800359691493e-06, + "I": 6.239919002837269e-06, + "C": 1.0612090591166634e-05, + "R": 6.613384357478935e-06, + "M": 0.00101592973805964, + "O": 0.00016117998166009784, + "W": 1.7815204955695663e-06, + "N": 1.5329300140365376e-07, + "Y": 0.005225272849202156, + "U": 7.245977151626448e-09, + "K": 5.875424449186539e-07, + "L": 2.1735964764957316e-05, + "G": 0.0015698348870500922, + "F": 0.004667172208428383, + "E": 4.353443000582047e-05, + "T": 0.0016467598034068942, + "P": 0.000756037887185812, + "-": 0.9848602414131165 + }, + "id": "tp_11134" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1391758, + "label": "-", + "classification": { + "B": 1.1975963332133688e-08, + "S": 3.748232391131978e-09, + "I": 2.4194480374717386e-07, + "C": 1.0006373685200742e-07, + "R": 2.2404108790397004e-08, + "M": 2.0332013264123816e-06, + "O": 4.595326572598424e-07, + "W": 3.0986462284943173e-09, + "N": 1.1992117299186589e-09, + "Y": 0.00010099296923726797, + "U": 5.608833952841508e-10, + "K": 1.8656226563606992e-10, + "L": 1.143089676247655e-07, + "G": 9.37042113946518e-06, + "F": 0.00027014416991733015, + "E": 8.941505313941889e-08, + "T": 4.944780812365934e-05, + "P": 0.002766364486888051, + "-": 0.9968006610870361 + }, + "id": "tp_11135" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1391892, + "label": "-", + "classification": { + "B": 2.825805677275639e-05, + "S": 0.00011866628483403474, + "I": 1.1643927791737951e-05, + "C": 4.2063926230184734e-05, + "R": 1.3423504242382478e-05, + "M": 0.004699025768786669, + "O": 0.0005361721268855035, + "W": 3.70668203686364e-06, + "N": 1.7518071615540975e-07, + "Y": 0.001142267370596528, + "U": 6.022104148684093e-09, + "K": 7.0701586807331296e-09, + "L": 0.0007580781239084899, + "G": 0.008055470883846283, + "F": 0.0729449912905693, + "E": 4.08300656999927e-05, + "T": 0.0016968268901109695, + "P": 0.001686965231783688, + "-": 0.908221423625946 + }, + "id": "tp_11136" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1392025, + "label": "-", + "classification": { + "B": 1.7182197552756406e-05, + "S": 1.309450908593135e-05, + "I": 3.771551200770773e-05, + "C": 6.460139502451057e-06, + "R": 2.9662010092579294e-06, + "M": 0.00010450706031406298, + "O": 6.666780245723203e-05, + "W": 4.909551080345409e-06, + "N": 2.1165694761293707e-06, + "Y": 0.001116685918532312, + "U": 3.4713127661234466e-07, + "K": 3.1783260965312365e-06, + "L": 1.291219268750865e-05, + "G": 0.0005276714800857008, + "F": 0.01946188323199749, + "E": 8.811100997263566e-05, + "T": 0.0006954010459594429, + "P": 0.03895808756351471, + "-": 0.9388801455497742 + }, + "id": "tp_11137" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1392125, + "label": "-", + "classification": { + "B": 4.481868869088412e-12, + "S": 3.943835924502537e-09, + "I": 3.749565991029158e-08, + "C": 7.862539064262819e-07, + "R": 1.1847101433204443e-07, + "M": 6.203120392456185e-06, + "O": 4.4255730813347327e-07, + "W": 9.665117595147876e-10, + "N": 2.024296424929517e-10, + "Y": 0.002657318487763405, + "U": 6.589698405001787e-12, + "K": 5.27072607781065e-09, + "L": 6.24152463046812e-08, + "G": 5.861484169145115e-05, + "F": 0.0024299765937030315, + "E": 2.6926667118232217e-08, + "T": 0.00031488423701375723, + "P": 1.688759402895812e-05, + "-": 0.9945147037506104 + }, + "id": "tp_11138" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1392259, + "label": "-", + "classification": { + "B": 4.290007836971199e-06, + "S": 5.6347409554291517e-05, + "I": 9.492511890130118e-05, + "C": 0.0004597882798407227, + "R": 0.00019113508460577577, + "M": 0.0031191029120236635, + "O": 0.0007299428689293563, + "W": 2.5833693143795244e-05, + "N": 1.0104490684170742e-05, + "Y": 0.17684198915958405, + "U": 3.405864674732584e-07, + "K": 0.00013709165796171874, + "L": 0.00015572937263641506, + "G": 0.02716815285384655, + "F": 0.09244878590106964, + "E": 0.0003906296333298087, + "T": 0.029506996273994446, + "P": 0.0016961535438895226, + "-": 0.6669626235961914 + }, + "id": "tp_11139" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1392392, + "label": "-", + "classification": { + "B": 0.00027666339883580804, + "S": 0.0008160657016560435, + "I": 0.0016492715803906322, + "C": 0.0002843212860170752, + "R": 0.000203212010092102, + "M": 0.031657230108976364, + "O": 0.0029031524900346994, + "W": 0.0001592108455952257, + "N": 0.00016761882579885423, + "Y": 0.05176488310098648, + "U": 1.2509713087638374e-05, + "K": 0.00014936034858692437, + "L": 0.001026221551001072, + "G": 0.021942472085356712, + "F": 0.049603573977947235, + "E": 0.003724017646163702, + "T": 0.050706662237644196, + "P": 0.026492441073060036, + "-": 0.7564610838890076 + }, + "id": "tp_11140" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1392526, + "label": "-", + "classification": { + "B": 1.341104005625482e-09, + "S": 3.027370798491802e-09, + "I": 1.9945306121371686e-05, + "C": 6.8096170480203e-07, + "R": 2.7902032684323785e-07, + "M": 6.74645125400275e-05, + "O": 2.2845094918011455e-06, + "W": 2.136890220327814e-09, + "N": 2.2528137577637608e-08, + "Y": 0.0024581472389400005, + "U": 3.949322535667932e-10, + "K": 9.232250380852847e-11, + "L": 2.2427396118018805e-07, + "G": 5.9905036323470995e-05, + "F": 2.2887848899699748e-05, + "E": 2.690769065338827e-07, + "T": 0.0030704624950885773, + "P": 0.0010393512202426791, + "-": 0.9932581186294556 + }, + "id": "tp_11141" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1392626, + "label": "-", + "classification": { + "B": 5.333035790755503e-09, + "S": 6.517186079690873e-08, + "I": 4.0086863606347833e-08, + "C": 1.435201681942999e-07, + "R": 5.570798577991809e-08, + "M": 1.0723771083576139e-05, + "O": 2.530125811972539e-06, + "W": 1.57483537321923e-08, + "N": 1.1399563515368527e-09, + "Y": 0.0012169647961854935, + "U": 8.477478441459851e-11, + "K": 1.1872600680362666e-07, + "L": 1.9634362047327159e-07, + "G": 0.000227777476538904, + "F": 0.0034299874678254128, + "E": 5.856250027136412e-07, + "T": 0.000200271446374245, + "P": 0.00014408581773750484, + "-": 0.9947664737701416 + }, + "id": "tp_11142" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1392759, + "label": "-", + "classification": { + "B": 7.996571298463095e-07, + "S": 6.095448497944744e-06, + "I": 0.00012560447794385254, + "C": 1.2378252904454712e-05, + "R": 2.962762209790526e-06, + "M": 0.0003859011339955032, + "O": 5.161738954484463e-05, + "W": 1.3437330608212505e-06, + "N": 7.89015757618472e-06, + "Y": 0.015770884230732918, + "U": 3.761135047852804e-08, + "K": 2.719897383940406e-05, + "L": 4.430749868333805e-06, + "G": 0.01063609216362238, + "F": 0.09027871489524841, + "E": 0.0011191642843186855, + "T": 0.003668160643428564, + "P": 0.02612827904522419, + "-": 0.8517723679542542 + }, + "id": "tp_11143" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1392893, + "label": "-", + "classification": { + "B": 9.028926228893397e-08, + "S": 7.480143615623547e-09, + "I": 4.962208977055127e-10, + "C": 3.1515878795573826e-09, + "R": 1.040711627986468e-09, + "M": 2.5799483410082757e-05, + "O": 2.7164307994098635e-06, + "W": 3.3642014174439794e-10, + "N": 3.53198129380769e-13, + "Y": 7.711677426414099e-06, + "U": 2.8018597980476213e-14, + "K": 1.106751248332598e-15, + "L": 3.4119700558221666e-06, + "G": 3.588937397580594e-05, + "F": 0.00022158520005177706, + "E": 9.43384570462058e-09, + "T": 3.036840553249931e-06, + "P": 2.7841515475302003e-05, + "-": 0.9996719360351562 + }, + "id": "tp_11144" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1393026, + "label": "P", + "classification": { + "B": 2.8810995811312523e-09, + "S": 2.186221870204008e-09, + "I": 0.00043960573384538293, + "C": 1.0028721817434416e-06, + "R": 2.0455519234019448e-07, + "M": 7.366104455286404e-07, + "O": 1.6529544666354923e-07, + "W": 1.4343508603076316e-08, + "N": 7.014338734734338e-06, + "Y": 3.822377766482532e-05, + "U": 2.544251032077227e-08, + "K": 4.139837983530015e-06, + "L": 5.2273163575478065e-09, + "G": 4.993135462427745e-06, + "F": 0.00030730824801139534, + "E": 0.0001491608563810587, + "T": 8.708448149263859e-06, + "P": 0.8571144938468933, + "-": 0.14192421734333038 + }, + "id": "tp_11145" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1393126, + "label": "P", + "classification": { + "B": 9.060814676331574e-08, + "S": 6.748786862686984e-09, + "I": 0.000244160823058337, + "C": 1.4337098264149972e-06, + "R": 1.3419473532394477e-07, + "M": 1.4063923572393833e-06, + "O": 3.71614220284755e-07, + "W": 2.1435495156651996e-08, + "N": 3.552725502231624e-06, + "Y": 1.2519722986326087e-05, + "U": 4.1721083476886633e-08, + "K": 7.784659317167097e-08, + "L": 6.016126974373037e-08, + "G": 1.06254110505688e-05, + "F": 6.485326593974605e-05, + "E": 0.00010434471187181771, + "T": 1.5531717508565634e-05, + "P": 0.9008512496948242, + "-": 0.0986894741654396 + }, + "id": "tp_11146" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1393260, + "label": "P", + "classification": { + "B": 2.3091899947758066e-06, + "S": 8.576122212389237e-08, + "I": 0.0007758951396681368, + "C": 4.572427314997185e-06, + "R": 6.424606908694841e-07, + "M": 9.663991477282252e-06, + "O": 3.739687372217304e-06, + "W": 1.7517143646728073e-07, + "N": 1.0595028470561374e-05, + "Y": 0.0001331473613390699, + "U": 1.8806490231781936e-07, + "K": 9.952576363048138e-08, + "L": 5.153148094905191e-07, + "G": 4.685533349402249e-05, + "F": 6.671206938335672e-05, + "E": 7.828554225852713e-05, + "T": 7.367717626038939e-05, + "P": 0.7762463688850403, + "-": 0.2225465178489685 + }, + "id": "tp_11147" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1393393, + "label": "P", + "classification": { + "B": 3.5352563827473205e-06, + "S": 2.161598786187824e-06, + "I": 0.0004773672844748944, + "C": 1.476950910728192e-05, + "R": 2.2314386569632916e-06, + "M": 2.2216509023564868e-05, + "O": 2.0383107766974717e-05, + "W": 1.8824497374225757e-06, + "N": 5.765349487774074e-05, + "Y": 8.448571315966547e-05, + "U": 1.4248461184251937e-06, + "K": 6.74123430144391e-06, + "L": 9.192526135848311e-07, + "G": 8.105408778646961e-05, + "F": 0.0019037679303437471, + "E": 0.0007903366931714118, + "T": 0.00011611868831096217, + "P": 0.7500655055046082, + "-": 0.24634745717048645 + }, + "id": "tp_11148" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1393527, + "label": "-", + "classification": { + "B": 4.232681760640844e-07, + "S": 5.438552079795045e-07, + "I": 0.0005561811267398298, + "C": 1.6748428606661037e-05, + "R": 2.415305743852514e-06, + "M": 2.401310484856367e-05, + "O": 1.0775632290460635e-05, + "W": 1.6272510947601404e-06, + "N": 3.657115303212777e-05, + "Y": 0.00033224665094166994, + "U": 1.2235493613843573e-06, + "K": 4.4276930566411465e-05, + "L": 3.4503338497415825e-07, + "G": 6.184683297760785e-05, + "F": 0.0008208038634620607, + "E": 0.0005119035486131907, + "T": 0.0003157561004627496, + "P": 0.31993335485458374, + "-": 0.6773289442062378 + }, + "id": "tp_11149" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1393627, + "label": "P", + "classification": { + "B": 9.205093354225369e-10, + "S": 1.4185084218354405e-09, + "I": 0.00010499607742531225, + "C": 3.9622531033955966e-08, + "R": 4.812014786637064e-09, + "M": 7.636045040726458e-08, + "O": 2.074333593782285e-08, + "W": 1.6317872608695438e-09, + "N": 2.5627014110796154e-06, + "Y": 9.396388804816524e-07, + "U": 1.4743600784683508e-09, + "K": 1.4106100820754364e-07, + "L": 5.13157238923867e-10, + "G": 4.1601848010941467e-07, + "F": 1.518766839581076e-05, + "E": 6.211096479091793e-05, + "T": 1.432468025086564e-06, + "P": 0.972102165222168, + "-": 0.027709836140275 + }, + "id": "tp_11150" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1393760, + "label": "P", + "classification": { + "B": 4.83469102618983e-06, + "S": 4.0700163594920014e-07, + "I": 0.0013988602440804243, + "C": 4.789766990143107e-06, + "R": 3.056784692034853e-07, + "M": 8.650938252685592e-05, + "O": 5.224836058914661e-06, + "W": 3.4794339853760903e-07, + "N": 2.12236845982261e-05, + "Y": 7.427013042615727e-05, + "U": 1.3713065527554136e-07, + "K": 1.025191096459821e-07, + "L": 1.4673671557829948e-06, + "G": 5.712333950214088e-05, + "F": 0.0002020849788095802, + "E": 0.0031826284248381853, + "T": 5.880536627955735e-05, + "P": 0.8257988691329956, + "-": 0.16910189390182495 + }, + "id": "tp_11151" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1393894, + "label": "P", + "classification": { + "B": 7.028691584309854e-08, + "S": 4.410750520378315e-08, + "I": 0.0003628444392234087, + "C": 2.9483967409760226e-06, + "R": 1.6889408982478926e-07, + "M": 1.4495960385829676e-05, + "O": 2.6718669232650427e-06, + "W": 5.57517907395777e-08, + "N": 9.798051905818284e-06, + "Y": 0.00021002328139729798, + "U": 5.824912108209901e-08, + "K": 1.963927189763126e-07, + "L": 1.5777769135638664e-07, + "G": 3.238688441342674e-05, + "F": 0.0003076325519941747, + "E": 0.0001250724890269339, + "T": 0.00014097715029492974, + "P": 0.6288087368011475, + "-": 0.36998170614242554 + }, + "id": "tp_11152" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1394027, + "label": "-", + "classification": { + "B": 0.00011800427455455065, + "S": 2.054733340628445e-05, + "I": 0.003443846246227622, + "C": 0.0002611581876408309, + "R": 6.0586262407014146e-05, + "M": 0.00021697125339414924, + "O": 0.00016555553884245455, + "W": 7.389491656795144e-05, + "N": 0.0002934421645477414, + "Y": 0.0012905036564916372, + "U": 4.592013647197746e-05, + "K": 0.00025695632211863995, + "L": 3.177623511874117e-05, + "G": 0.0008037720690481365, + "F": 0.005556745454668999, + "E": 0.003739343723282218, + "T": 0.0008199462899938226, + "P": 0.4847731292247772, + "-": 0.4980279207229614 + }, + "id": "tp_11153" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1394127, + "label": "-", + "classification": { + "B": 2.332220446987776e-06, + "S": 9.688991667644586e-06, + "I": 0.0017797056352719665, + "C": 7.971950253704563e-05, + "R": 2.103236511175055e-05, + "M": 0.00013355737610254437, + "O": 7.678579277126119e-05, + "W": 1.1228873518120963e-05, + "N": 0.00026819563936442137, + "Y": 0.00169975939206779, + "U": 1.0806233149196487e-05, + "K": 0.0006969996029511094, + "L": 4.281934252503561e-06, + "G": 0.00039445559377782047, + "F": 0.0073690288700163364, + "E": 0.001491655595600605, + "T": 0.0009767223382368684, + "P": 0.415066659450531, + "-": 0.5699073672294617 + }, + "id": "tp_11154" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1394261, + "label": "P", + "classification": { + "B": 3.630727718473281e-08, + "S": 2.177351454690779e-08, + "I": 8.489963511237875e-05, + "C": 7.132335895221331e-07, + "R": 2.51183465138638e-08, + "M": 5.526263748834026e-07, + "O": 5.947458134869521e-07, + "W": 2.129612575174633e-08, + "N": 2.634444854265894e-06, + "Y": 2.0285781374695944e-06, + "U": 7.491973263995533e-09, + "K": 1.5787676943546103e-08, + "L": 1.6606962915943768e-08, + "G": 1.732216674099618e-06, + "F": 2.7617314117378555e-05, + "E": 1.4587707482860424e-05, + "T": 9.387827958562411e-06, + "P": 0.7816646695137024, + "-": 0.21819031238555908 + }, + "id": "tp_11155" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1394394, + "label": "P", + "classification": { + "B": 1.2643699847103562e-05, + "S": 1.9176677596988156e-06, + "I": 0.0015214822487905622, + "C": 5.3467836551135406e-05, + "R": 1.0478795957169496e-05, + "M": 0.00014006122364662588, + "O": 4.953169627697207e-05, + "W": 2.7836626941279974e-06, + "N": 6.0665857745334506e-05, + "Y": 0.0005651129758916795, + "U": 1.8635944343259325e-06, + "K": 7.068895229167538e-07, + "L": 1.0879839464905672e-05, + "G": 0.00026535766664892435, + "F": 0.001245821244083345, + "E": 0.0006741322576999664, + "T": 0.0005791637231595814, + "P": 0.550335168838501, + "-": 0.4444687068462372 + }, + "id": "tp_11156" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1394528, + "label": "-", + "classification": { + "B": 3.1959453394847515e-07, + "S": 4.219967593144247e-07, + "I": 0.0003203309897799045, + "C": 7.023044872767059e-06, + "R": 7.320099939533975e-07, + "M": 2.0509913156274706e-05, + "O": 7.894526788732037e-06, + "W": 5.36921504590282e-07, + "N": 1.759216502250638e-05, + "Y": 0.00028074049623683095, + "U": 3.2706023489481595e-07, + "K": 3.838400061795255e-06, + "L": 4.834185460822482e-07, + "G": 5.134880120749585e-05, + "F": 0.0022672461345791817, + "E": 0.0004922776133753359, + "T": 0.0001513179886387661, + "P": 0.36938029527664185, + "-": 0.6269968152046204 + }, + "id": "tp_11157" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1394628, + "label": "P", + "classification": { + "B": 5.185833742871182e-06, + "S": 5.846109729645832e-07, + "I": 0.001712182303890586, + "C": 1.5762272596475668e-05, + "R": 3.8091188798716757e-06, + "M": 1.9153243556502275e-05, + "O": 1.909384263854008e-05, + "W": 1.5173956171565806e-06, + "N": 4.89749618282076e-05, + "Y": 7.638148963451385e-05, + "U": 1.487206645833794e-06, + "K": 3.529583239014755e-07, + "L": 3.619397830334492e-06, + "G": 4.67011341243051e-05, + "F": 0.00013963860692456365, + "E": 0.00023335831065196544, + "T": 0.00028340599965304136, + "P": 0.7200316190719604, + "-": 0.27735719084739685 + }, + "id": "tp_11158" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1394761, + "label": "P", + "classification": { + "B": 5.233857223174709e-07, + "S": 1.10370841355234e-07, + "I": 0.0026104857679456472, + "C": 1.2209986380185e-05, + "R": 9.474499620409915e-07, + "M": 2.772841980913654e-05, + "O": 2.3782549760653637e-06, + "W": 1.3120944686306757e-07, + "N": 3.7757035897811875e-05, + "Y": 0.00043975512380711734, + "U": 2.3078277422428073e-07, + "K": 5.698421773558948e-06, + "L": 2.615610128486878e-07, + "G": 0.0001499208592576906, + "F": 0.0009065042249858379, + "E": 0.00190663558896631, + "T": 5.876498107681982e-05, + "P": 0.7343395948410034, + "-": 0.25950032472610474 + }, + "id": "tp_11159" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1394895, + "label": "P", + "classification": { + "B": 1.299712266700226e-07, + "S": 5.23570292898512e-07, + "I": 0.00035302279866300523, + "C": 5.577697265835013e-06, + "R": 6.00981422849145e-07, + "M": 1.5153137610468548e-05, + "O": 4.7241510401363485e-06, + "W": 5.429430416370451e-07, + "N": 3.271417517680675e-05, + "Y": 0.0001572910841787234, + "U": 1.9246202498379716e-07, + "K": 2.516453059797641e-05, + "L": 1.2451168629468157e-07, + "G": 7.889031985541806e-05, + "F": 0.003492661751806736, + "E": 0.0011028717271983624, + "T": 5.704757131752558e-05, + "P": 0.7560849189758301, + "-": 0.23858784139156342 + }, + "id": "tp_11160" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1395028, + "label": "P", + "classification": { + "B": 1.5986631506439974e-12, + "S": 9.065087547797945e-14, + "I": 1.0711204367908067e-07, + "C": 2.8060073795771467e-13, + "R": 1.7371287107338304e-14, + "M": 2.4237164358842378e-11, + "O": 1.4409155292549602e-11, + "W": 2.18678716221209e-14, + "N": 6.070949298830897e-11, + "Y": 1.0010410556038352e-10, + "U": 1.0865548064965033e-15, + "K": 6.754629165421446e-17, + "L": 1.4005243904706421e-13, + "G": 7.413227670616251e-11, + "F": 3.617293575786107e-09, + "E": 1.079748845889128e-09, + "T": 1.0861064270173415e-09, + "P": 0.9878826141357422, + "-": 0.012117314152419567 + }, + "id": "tp_11161" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1395128, + "label": "-", + "classification": { + "B": 1.3999242582940497e-06, + "S": 9.654403584136162e-06, + "I": 0.0014926731819286942, + "C": 0.0002016546786762774, + "R": 4.8152473027585074e-05, + "M": 0.00035253434907644987, + "O": 0.00015133443230297416, + "W": 1.0406038200017065e-05, + "N": 0.00025516594178043306, + "Y": 0.0022742885630577803, + "U": 7.542269486293662e-06, + "K": 0.0001732860109768808, + "L": 7.2548514253867324e-06, + "G": 0.0005513547221198678, + "F": 0.007682440336793661, + "E": 0.001362582203000784, + "T": 0.0018091920064762235, + "P": 0.2287844568490982, + "-": 0.7548246383666992 + }, + "id": "tp_11162" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1395262, + "label": "P", + "classification": { + "B": 2.728667569673604e-10, + "S": 2.246021597873682e-11, + "I": 1.038696495925251e-06, + "C": 3.9501263371377604e-10, + "R": 2.2701746732467498e-11, + "M": 3.240201662535469e-09, + "O": 1.9700929776433895e-09, + "W": 1.8991695369119377e-11, + "N": 1.3354041428215169e-08, + "Y": 2.1628585145094803e-08, + "U": 6.6056782439816164e-12, + "K": 3.056246922206185e-11, + "L": 2.1400397079429645e-11, + "G": 3.684610305754177e-08, + "F": 2.593916178739164e-06, + "E": 1.0566526498223539e-06, + "T": 6.293632281995087e-08, + "P": 0.9671612977981567, + "-": 0.03283395245671272 + }, + "id": "tp_11163" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1395395, + "label": "P", + "classification": { + "B": 6.809409569541458e-07, + "S": 5.807967227156041e-07, + "I": 0.0037550090346485376, + "C": 3.84261420549592e-06, + "R": 6.921934527781559e-07, + "M": 6.868483524158364e-06, + "O": 2.3735465219942853e-06, + "W": 4.835317781726189e-07, + "N": 0.00020413321908563375, + "Y": 4.025237649329938e-05, + "U": 2.491884458777349e-07, + "K": 2.920079850809998e-06, + "L": 3.1390132448905206e-07, + "G": 2.612800381029956e-05, + "F": 0.00019407364015933126, + "E": 0.0017610035138204694, + "T": 5.344603778212331e-05, + "P": 0.9709269404411316, + "-": 0.023020006716251373 + }, + "id": "tp_11164" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1395529, + "label": "P", + "classification": { + "B": 2.2656807630028197e-07, + "S": 5.013605459680548e-07, + "I": 0.002547768410295248, + "C": 1.5787058146088384e-05, + "R": 1.1533816177689005e-06, + "M": 8.918740059016272e-05, + "O": 5.9680305639631115e-06, + "W": 4.906857498099271e-07, + "N": 8.244506170740351e-05, + "Y": 0.000882520864252001, + "U": 1.6184387163775682e-07, + "K": 1.4593583728128579e-05, + "L": 2.088242609943336e-07, + "G": 7.492597796954215e-05, + "F": 0.0009734337218105793, + "E": 0.0045498935505747795, + "T": 0.00026865105610340834, + "P": 0.6331382989883423, + "-": 0.35735371708869934 + }, + "id": "tp_11165" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1395629, + "label": "P", + "classification": { + "B": 1.6031615359679563e-06, + "S": 9.418444051334518e-07, + "I": 0.0070371669717133045, + "C": 2.4149958335328847e-05, + "R": 3.8097005017334595e-06, + "M": 4.534703475655988e-05, + "O": 7.852398994145915e-06, + "W": 6.677906299046299e-07, + "N": 0.0002377927885390818, + "Y": 0.0007180956890806556, + "U": 5.79015818402695e-07, + "K": 1.611806874279864e-05, + "L": 8.715182389096299e-07, + "G": 0.00020936146029271185, + "F": 0.0017326667439192533, + "E": 0.0037376468535512686, + "T": 0.00015836382226552814, + "P": 0.89079749584198, + "-": 0.09526937454938889 + }, + "id": "tp_11166" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1395762, + "label": "-", + "classification": { + "B": 9.58891206437329e-08, + "S": 8.481037205854136e-09, + "I": 2.7326391318638343e-06, + "C": 1.6144981884735898e-07, + "R": 1.0331226540927219e-08, + "M": 4.441312455583102e-07, + "O": 1.2087461982446257e-06, + "W": 1.4388862545899883e-08, + "N": 9.668368505799663e-08, + "Y": 3.034904011656181e-06, + "U": 1.6223744569998644e-09, + "K": 2.3494595158268794e-09, + "L": 3.292437611435162e-08, + "G": 4.241158421791624e-06, + "F": 0.000216205240576528, + "E": 6.3322299865831155e-06, + "T": 6.139415290817851e-06, + "P": 0.3147647976875305, + "-": 0.6849944591522217 + }, + "id": "tp_11167" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1395896, + "label": "P", + "classification": { + "B": 5.1777352183535186e-08, + "S": 1.9779544402354077e-07, + "I": 0.001414416590705514, + "C": 5.945807970419992e-07, + "R": 1.005417260557806e-07, + "M": 6.1698183344560675e-06, + "O": 1.5992725366231753e-06, + "W": 9.571606796043852e-08, + "N": 4.8282316129188985e-05, + "Y": 1.3681214113603346e-05, + "U": 2.977324164987749e-08, + "K": 8.541989586774434e-07, + "L": 4.933087183189855e-08, + "G": 6.018462954671122e-06, + "F": 9.431624494027346e-05, + "E": 0.00022670063481200486, + "T": 4.97540931974072e-05, + "P": 0.9077869057655334, + "-": 0.09035016596317291 + }, + "id": "tp_11168" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1396029, + "label": "P", + "classification": { + "B": 1.926193817780586e-07, + "S": 2.4307422563651926e-07, + "I": 0.002257199492305517, + "C": 2.1448831830639392e-05, + "R": 6.951280738576315e-06, + "M": 2.3534883439424448e-05, + "O": 8.284646355605219e-06, + "W": 6.742930622749554e-07, + "N": 0.00010472260328242555, + "Y": 0.0005208732327446342, + "U": 5.66993492157053e-07, + "K": 2.3200387659016997e-05, + "L": 4.1593762034608517e-07, + "G": 0.00010607553122099489, + "F": 0.0015341959660872817, + "E": 0.0006370893097482622, + "T": 0.0001954961335286498, + "P": 0.7390034794807434, + "-": 0.2555554211139679 + }, + "id": "tp_11169" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1396129, + "label": "P", + "classification": { + "B": 1.3545803589920524e-08, + "S": 1.0184755261377632e-08, + "I": 0.0015728125581517816, + "C": 9.24507276067743e-06, + "R": 6.09234007242776e-07, + "M": 1.9023564163944684e-06, + "O": 4.6223337335504766e-07, + "W": 2.449013614125306e-08, + "N": 1.0815174391609617e-05, + "Y": 9.945060446625575e-05, + "U": 2.204849103293327e-08, + "K": 3.259774317143638e-08, + "L": 4.668752140446486e-08, + "G": 1.4106776689004619e-05, + "F": 8.14317463664338e-05, + "E": 0.0001830164110288024, + "T": 3.119218672509305e-05, + "P": 0.8379366993904114, + "-": 0.16005805134773254 + }, + "id": "tp_11170" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1396263, + "label": "-", + "classification": { + "B": 1.1386244125333178e-07, + "S": 1.589972953297547e-08, + "I": 0.0015530036762356758, + "C": 3.0951759981689975e-05, + "R": 1.7138881958089769e-06, + "M": 4.023311339551583e-05, + "O": 2.8834408567490755e-06, + "W": 6.170552779849459e-08, + "N": 3.944362561014714e-06, + "Y": 0.00046084841596893966, + "U": 8.272245821672186e-08, + "K": 8.188554723176367e-09, + "L": 6.358858399835299e-07, + "G": 6.626357208006084e-05, + "F": 2.139698881364893e-05, + "E": 3.528752858983353e-05, + "T": 0.0003083160554524511, + "P": 0.3931959867477417, + "-": 0.6042782664299011 + }, + "id": "tp_11171" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1396396, + "label": "P", + "classification": { + "B": 3.965604378208809e-08, + "S": 1.1844245761949423e-07, + "I": 0.0002688205859158188, + "C": 1.0984505394162625e-07, + "R": 7.150696035296278e-09, + "M": 1.115685336117167e-06, + "O": 4.6054864810685103e-07, + "W": 5.274425873835753e-08, + "N": 1.0668796676327474e-05, + "Y": 6.042996574251447e-06, + "U": 1.3513587582281161e-08, + "K": 4.692970279052133e-08, + "L": 1.6239612321555796e-08, + "G": 8.456579507765127e-07, + "F": 3.414698949200101e-05, + "E": 9.112466068472713e-05, + "T": 9.401066563441418e-06, + "P": 0.9579355120658875, + "-": 0.04164142534136772 + }, + "id": "tp_11172" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1396530, + "label": "-", + "classification": { + "B": 5.086559085043518e-08, + "S": 1.4498545475305491e-08, + "I": 0.0008322218782268465, + "C": 2.462662996549625e-05, + "R": 2.946984295704169e-06, + "M": 5.200164741836488e-05, + "O": 2.827246589731658e-06, + "W": 3.733627806923323e-08, + "N": 4.566991265164688e-06, + "Y": 0.0008307022508233786, + "U": 1.0883911016890124e-07, + "K": 3.320911048376729e-07, + "L": 4.7012017034830933e-07, + "G": 0.0003280519158579409, + "F": 0.0002740700729191303, + "E": 0.0002575475082267076, + "T": 0.0006091961404308677, + "P": 0.22341233491897583, + "-": 0.7733680009841919 + }, + "id": "tp_11173" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1396630, + "label": "P", + "classification": { + "B": 2.2642032490693964e-05, + "S": 5.4021752475819085e-06, + "I": 0.0016250148182734847, + "C": 5.3909068810753524e-05, + "R": 4.403555067256093e-06, + "M": 0.00012498699652496725, + "O": 2.8068285246263258e-05, + "W": 3.4223760394525016e-06, + "N": 0.00013749985373578966, + "Y": 0.0009332315530627966, + "U": 4.0024683585215826e-06, + "K": 1.1273971722403076e-05, + "L": 5.536500339076156e-06, + "G": 0.00030813959892839193, + "F": 0.0019321946892887354, + "E": 0.003163860412314534, + "T": 0.0005350756109692156, + "P": 0.7072468996047974, + "-": 0.28385448455810547 + }, + "id": "tp_11174" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1396763, + "label": "P", + "classification": { + "B": 8.017197501430928e-07, + "S": 1.3056299508207303e-07, + "I": 0.0001903119555208832, + "C": 1.6304289829349727e-07, + "R": 3.068897669322723e-08, + "M": 2.450118881824892e-05, + "O": 3.5005793961317977e-06, + "W": 6.636897609268999e-08, + "N": 4.18889794673305e-06, + "Y": 9.090326784644276e-05, + "U": 1.2911050895070275e-08, + "K": 1.5835706079769807e-08, + "L": 1.4702823136758525e-07, + "G": 1.871672247943934e-05, + "F": 5.7036770158447325e-05, + "E": 7.768356590531766e-05, + "T": 0.00023638558923266828, + "P": 0.6772199869155884, + "-": 0.3220754563808441 + }, + "id": "tp_11175" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1396897, + "label": "P", + "classification": { + "B": 2.25214646931704e-09, + "S": 4.037770118259232e-09, + "I": 0.00042916418169625103, + "C": 1.1365256114004296e-06, + "R": 1.6037861882978177e-07, + "M": 1.42022474847181e-06, + "O": 2.5443372919653484e-07, + "W": 6.549011999368304e-09, + "N": 3.1708318601886276e-06, + "Y": 7.608719897689298e-05, + "U": 1.3395450970676848e-08, + "K": 5.950982284730344e-08, + "L": 1.2589552511599322e-08, + "G": 5.386883458413649e-06, + "F": 4.065684333909303e-05, + "E": 1.9744185919989832e-05, + "T": 4.851146150031127e-05, + "P": 0.6982873678207397, + "-": 0.30108675360679626 + }, + "id": "tp_11176" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1397030, + "label": "P", + "classification": { + "B": 7.562893188151065e-06, + "S": 2.2583085979022144e-07, + "I": 4.910226198262535e-05, + "C": 2.782249111987767e-06, + "R": 1.7056802903425705e-07, + "M": 3.1169158773991512e-06, + "O": 2.4545861379010603e-06, + "W": 2.4028935285969055e-07, + "N": 2.4886769551812904e-06, + "Y": 2.993145608343184e-05, + "U": 9.693467717397652e-08, + "K": 9.425052382994181e-08, + "L": 3.760770823646453e-07, + "G": 3.1152118026511744e-05, + "F": 0.00015865013119764626, + "E": 0.0001545968116261065, + "T": 2.718976429605391e-05, + "P": 0.7230455875396729, + "-": 0.27648410201072693 + }, + "id": "tp_11177" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1397130, + "label": "P", + "classification": { + "B": 1.2501399915265665e-08, + "S": 2.6114148621303457e-09, + "I": 0.00047276634722948074, + "C": 1.527766244180384e-06, + "R": 3.2535076854856015e-08, + "M": 1.1122837122456986e-06, + "O": 8.00943524836839e-08, + "W": 5.76413716757429e-09, + "N": 1.5517149222432636e-05, + "Y": 9.267523637390696e-06, + "U": 1.174863850650354e-08, + "K": 1.1599267963902093e-06, + "L": 2.878567828545897e-09, + "G": 4.8774140850582626e-06, + "F": 8.034961501834914e-05, + "E": 0.001959104323759675, + "T": 3.0349433473020326e-06, + "P": 0.9492841958999634, + "-": 0.048166919499635696 + }, + "id": "tp_11178" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1397264, + "label": "-", + "classification": { + "B": 1.919657904858596e-10, + "S": 4.583199098018298e-11, + "I": 3.033219854842173e-06, + "C": 1.9948096507960145e-08, + "R": 1.2594113529829087e-09, + "M": 2.129500131786699e-07, + "O": 1.8313224714461285e-08, + "W": 1.706145363877809e-10, + "N": 7.002707747005843e-09, + "Y": 1.612052074051462e-05, + "U": 2.2157461976313186e-10, + "K": 3.009178461965689e-10, + "L": 7.60385809872588e-10, + "G": 5.664550144501845e-07, + "F": 8.299383807752747e-06, + "E": 1.7498550732852891e-06, + "T": 9.169214536086656e-06, + "P": 0.12167781591415405, + "-": 0.8782829642295837 + }, + "id": "tp_11179" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1397397, + "label": "P", + "classification": { + "B": 3.545453864717274e-06, + "S": 8.184148327927687e-07, + "I": 0.0009754998027347028, + "C": 1.9723299828910967e-06, + "R": 7.852198109503661e-07, + "M": 1.1152484148624353e-05, + "O": 6.594854312425014e-06, + "W": 3.799690091454977e-07, + "N": 7.054632442304865e-05, + "Y": 2.9430837457766756e-05, + "U": 2.5904819267452694e-07, + "K": 9.734584409670788e-07, + "L": 4.166410860761971e-07, + "G": 4.2081650462932885e-05, + "F": 0.00017927862063515931, + "E": 0.0002946314634755254, + "T": 6.960969767533243e-05, + "P": 0.9399277567863464, + "-": 0.05838431790471077 + }, + "id": "tp_11180" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1397531, + "label": "P", + "classification": { + "B": 1.015878714483165e-09, + "S": 1.5852008594663403e-10, + "I": 6.905841291882098e-05, + "C": 3.776314372316847e-08, + "R": 1.5558018207073587e-09, + "M": 1.0001127748182626e-07, + "O": 1.80585768561059e-08, + "W": 5.569327776733246e-10, + "N": 1.18806724458409e-06, + "Y": 1.3731704484598595e-06, + "U": 6.977964872589837e-10, + "K": 4.5669789727753596e-08, + "L": 1.9462299827299745e-10, + "G": 8.365333314941381e-07, + "F": 8.70515577844344e-06, + "E": 0.00010883214417845011, + "T": 7.124382932488516e-07, + "P": 0.9719045162200928, + "-": 0.027904558926820755 + }, + "id": "tp_11181" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1397631, + "label": "-", + "classification": { + "B": 1.8040892391102403e-10, + "S": 6.528957235962807e-11, + "I": 6.16497709415853e-06, + "C": 3.6498597921763576e-08, + "R": 4.710024370524479e-09, + "M": 5.412601211673973e-08, + "O": 3.190119812757075e-08, + "W": 3.3395042287054366e-10, + "N": 4.825337285296882e-08, + "Y": 2.746493692029617e-06, + "U": 4.3829692653041263e-10, + "K": 3.5066145542828053e-09, + "L": 4.712079615387665e-10, + "G": 5.354373797672451e-07, + "F": 1.2122593943786342e-05, + "E": 1.3031002481511678e-06, + "T": 6.367186415445758e-06, + "P": 0.383807510137558, + "-": 0.6161630749702454 + }, + "id": "tp_11182" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1397764, + "label": "P", + "classification": { + "B": 3.419787617531256e-07, + "S": 7.820132452707185e-08, + "I": 0.0008842744864523411, + "C": 6.386670747815515e-07, + "R": 1.4297238237759302e-07, + "M": 4.275662377040135e-06, + "O": 1.0825732488228823e-06, + "W": 5.341978592809937e-08, + "N": 1.6902944480534643e-05, + "Y": 4.165639620623551e-05, + "U": 4.032598255321318e-08, + "K": 4.071704324815073e-07, + "L": 7.331609452876364e-08, + "G": 2.2032440028851852e-05, + "F": 0.00016666149895172566, + "E": 0.0004289861535653472, + "T": 4.860354238189757e-05, + "P": 0.8658456802368164, + "-": 0.1325380653142929 + }, + "id": "tp_11183" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1397898, + "label": "P", + "classification": { + "B": 2.3957525627338327e-05, + "S": 3.2626151096337708e-06, + "I": 0.00312910252250731, + "C": 6.267608841881156e-05, + "R": 1.5500716472161002e-05, + "M": 0.0002701477496884763, + "O": 9.821582352742553e-05, + "W": 5.257011252979282e-06, + "N": 0.00010458649921929464, + "Y": 0.0006001964211463928, + "U": 3.339839167892933e-06, + "K": 8.577915764362842e-07, + "L": 2.4399496396654285e-05, + "G": 0.00033153974800370634, + "F": 0.0005248786183074117, + "E": 0.00042119811405427754, + "T": 0.0011667422950267792, + "P": 0.6438167095184326, + "-": 0.3493973910808563 + }, + "id": "tp_11184" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1398031, + "label": "-", + "classification": { + "B": 1.8880931540454782e-10, + "S": 2.790239983507803e-10, + "I": 4.100929800188169e-06, + "C": 4.899884942233257e-09, + "R": 5.716688789014768e-10, + "M": 1.9753780122755416e-07, + "O": 2.8551422559530693e-08, + "W": 3.0881133761262447e-10, + "N": 4.661373864678353e-08, + "Y": 8.47691080707591e-06, + "U": 1.1448544195991062e-10, + "K": 2.6032227484762416e-09, + "L": 3.8684450087700384e-10, + "G": 6.985653158153582e-07, + "F": 6.21426515863277e-05, + "E": 3.5273624234832823e-06, + "T": 5.719711225538049e-06, + "P": 0.44309863448143005, + "-": 0.5568163990974426 + }, + "id": "tp_11185" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1398131, + "label": "P", + "classification": { + "B": 1.8067041764879832e-06, + "S": 1.928050778587931e-06, + "I": 0.00023459992371499538, + "C": 9.304290870204568e-06, + "R": 7.774236223667685e-07, + "M": 2.0756233425345272e-05, + "O": 1.4892536455590744e-05, + "W": 2.2724038899468724e-06, + "N": 3.505229324218817e-05, + "Y": 0.0003028401406481862, + "U": 1.0536000445426907e-06, + "K": 2.558185951784253e-05, + "L": 5.116359602652665e-07, + "G": 8.881209214450791e-05, + "F": 0.00388925289735198, + "E": 0.0007028687978163362, + "T": 0.00023315162979997694, + "P": 0.5008026361465454, + "-": 0.49363189935684204 + }, + "id": "tp_11186" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1398265, + "label": "P", + "classification": { + "B": 1.3686090824194252e-05, + "S": 5.327696612766886e-07, + "I": 0.0017959342803806067, + "C": 5.372059240471572e-05, + "R": 2.8421579827409005e-06, + "M": 0.00036059319972991943, + "O": 2.116176074196119e-05, + "W": 7.183057846305019e-07, + "N": 2.8515232770587318e-05, + "Y": 0.0005598767311312258, + "U": 4.511633733272902e-07, + "K": 1.7914439354171918e-07, + "L": 7.344579444179544e-06, + "G": 0.0006311559700407088, + "F": 0.0004499008064158261, + "E": 0.0030502246227115393, + "T": 0.0004526202392298728, + "P": 0.6726464629173279, + "-": 0.319923996925354 + }, + "id": "tp_11187" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1398398, + "label": "P", + "classification": { + "B": 7.030837245736166e-09, + "S": 1.4307114604150684e-08, + "I": 0.00022609690495301038, + "C": 2.9100187148856094e-08, + "R": 3.725910691088075e-09, + "M": 5.448493425319612e-07, + "O": 4.58637856581845e-08, + "W": 8.920776117804508e-09, + "N": 9.128682904702146e-06, + "Y": 4.666923814511392e-06, + "U": 2.714411362347846e-09, + "K": 6.935882765901624e-07, + "L": 8.709951648810943e-10, + "G": 5.521384309759014e-07, + "F": 3.6620331229642034e-05, + "E": 0.00024478096747770905, + "T": 2.577971372375032e-06, + "P": 0.9848802089691162, + "-": 0.014594003558158875 + }, + "id": "tp_11188" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1398532, + "label": "P", + "classification": { + "B": 2.6822726795217022e-06, + "S": 9.379907169204671e-06, + "I": 0.0022600824013352394, + "C": 1.3401557225733995e-05, + "R": 4.983869075658731e-06, + "M": 4.97395740239881e-05, + "O": 3.846608888125047e-05, + "W": 4.497293957683723e-06, + "N": 0.00025646272115409374, + "Y": 0.00022068530961405486, + "U": 1.908155127239297e-06, + "K": 1.6622961993562058e-05, + "L": 2.8737749744323082e-06, + "G": 0.00013908336404711008, + "F": 0.002183503471314907, + "E": 0.0007054676534608006, + "T": 0.00021066154295112938, + "P": 0.9000191688537598, + "-": 0.09386033564805984 + }, + "id": "tp_11189" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1398632, + "label": "-", + "classification": { + "B": 1.216636610479327e-05, + "S": 1.6582881698923302e-06, + "I": 0.00315033458173275, + "C": 0.00034705339930951595, + "R": 5.9666788729373366e-05, + "M": 0.00023840100038796663, + "O": 7.085059041855857e-05, + "W": 5.739650077885017e-06, + "N": 0.00013434121501632035, + "Y": 0.0030042300932109356, + "U": 8.415838237851858e-06, + "K": 1.2398507351463195e-05, + "L": 1.3809602933179121e-05, + "G": 0.0009335160721093416, + "F": 0.00225893035531044, + "E": 0.0016449958784505725, + "T": 0.0011610678629949689, + "P": 0.40047982335090637, + "-": 0.5864625573158264 + }, + "id": "tp_11190" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1398765, + "label": "P", + "classification": { + "B": 4.0809956658449664e-07, + "S": 2.6799835950441775e-07, + "I": 0.0013156296918168664, + "C": 1.6269237676169723e-05, + "R": 2.095067657137406e-06, + "M": 6.49621460979688e-06, + "O": 3.521131020534085e-06, + "W": 4.459924412003602e-07, + "N": 0.00010003672650782391, + "Y": 4.6613324229838327e-05, + "U": 6.967436547711259e-07, + "K": 1.129265183408279e-05, + "L": 2.692967768780363e-07, + "G": 5.19811874255538e-05, + "F": 0.0006166502716951072, + "E": 0.0010916756000369787, + "T": 6.200838834047318e-05, + "P": 0.8484843373298645, + "-": 0.14818942546844482 + }, + "id": "tp_11191" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1398899, + "label": "P", + "classification": { + "B": 1.8186643728768104e-06, + "S": 6.250347155400959e-07, + "I": 0.00013430890976451337, + "C": 1.5041065353216254e-06, + "R": 1.5705423095369042e-07, + "M": 1.139650157711003e-05, + "O": 5.152884568815352e-06, + "W": 7.772009666950908e-07, + "N": 1.5452249499503523e-05, + "Y": 0.00010440066398587078, + "U": 4.2238679043293814e-07, + "K": 1.342403356829891e-05, + "L": 1.7618721415146865e-07, + "G": 3.9099653804441914e-05, + "F": 0.0006134797586128116, + "E": 0.0005981847643852234, + "T": 0.00010382666368968785, + "P": 0.5328040719032288, + "-": 0.4655517041683197 + }, + "id": "tp_11192" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1399032, + "label": "-", + "classification": { + "B": 2.202328488465355e-07, + "S": 1.485816341073587e-07, + "I": 2.034237331827171e-05, + "C": 6.115747623880452e-07, + "R": 5.691315507760919e-08, + "M": 5.004872491554124e-06, + "O": 1.6363781014661072e-06, + "W": 1.4492287903067336e-07, + "N": 2.1935343283985276e-06, + "Y": 0.0001057615882018581, + "U": 5.122605983842732e-08, + "K": 1.2285670891287737e-05, + "L": 4.713786339038961e-08, + "G": 3.3137323043774813e-05, + "F": 0.007156061474233866, + "E": 0.0005899987882003188, + "T": 3.7985424569342285e-05, + "P": 0.33603790402412415, + "-": 0.6559964418411255 + }, + "id": "tp_11193" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1399132, + "label": "-", + "classification": { + "B": 3.9660804418417683e-07, + "S": 2.734045381203032e-07, + "I": 0.003905652090907097, + "C": 2.736255009949673e-05, + "R": 3.2895566164370393e-06, + "M": 3.434311656747013e-05, + "O": 6.383299933077069e-06, + "W": 7.732227800261171e-07, + "N": 4.199151590000838e-05, + "Y": 0.002555705141276121, + "U": 4.768455710291164e-07, + "K": 2.925128228525864e-06, + "L": 5.541410246223677e-07, + "G": 8.748762047616765e-05, + "F": 0.00045086618047207594, + "E": 0.0008147095213644207, + "T": 0.0005225821514613926, + "P": 0.48998039960861206, + "-": 0.5015638470649719 + }, + "id": "tp_11194" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1399266, + "label": "-", + "classification": { + "B": 6.799312668448465e-09, + "S": 2.833498158327785e-10, + "I": 5.964475349173881e-05, + "C": 1.3002872947254218e-06, + "R": 3.4050493979975727e-08, + "M": 3.136522309432621e-06, + "O": 1.8835167736597214e-07, + "W": 9.148946600312513e-10, + "N": 2.915576260420494e-07, + "Y": 3.143348658340983e-05, + "U": 3.526098080186557e-09, + "K": 1.4066439124604813e-09, + "L": 1.2354306910822288e-08, + "G": 7.7304021033342e-06, + "F": 1.9238887034589425e-05, + "E": 1.5413996152346954e-05, + "T": 3.780852784984745e-05, + "P": 0.36814576387405396, + "-": 0.6316779851913452 + }, + "id": "tp_11195" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1399399, + "label": "P", + "classification": { + "B": 1.5346069304200682e-08, + "S": 1.2618148748089197e-09, + "I": 0.0007950988365337253, + "C": 1.393496177115594e-06, + "R": 4.850216939189522e-08, + "M": 6.70148756398703e-06, + "O": 1.6937899260938138e-07, + "W": 2.0273420719973956e-09, + "N": 2.2226993223739555e-06, + "Y": 2.902502819779329e-05, + "U": 3.1586904203351196e-09, + "K": 9.91099646796556e-10, + "L": 4.080795790173397e-08, + "G": 8.008676559256855e-06, + "F": 1.866701313701924e-05, + "E": 7.615200593136251e-05, + "T": 2.6547195375314914e-05, + "P": 0.8540577292442322, + "-": 0.14497818052768707 + }, + "id": "tp_11196" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1399533, + "label": "P", + "classification": { + "B": 4.4714172986459744e-07, + "S": 2.2305059133032046e-08, + "I": 0.00022961231297813356, + "C": 2.142556240869453e-06, + "R": 1.5396582853099972e-07, + "M": 9.734504828884383e-07, + "O": 1.0838889465958346e-06, + "W": 8.6923115816262e-08, + "N": 8.784471901890356e-06, + "Y": 6.861595920781838e-06, + "U": 5.9377800454285534e-08, + "K": 6.749414183104818e-08, + "L": 7.365947141124707e-08, + "G": 8.931354386731982e-06, + "F": 5.91857242397964e-05, + "E": 7.609344174852595e-05, + "T": 9.420390597369988e-06, + "P": 0.9374707341194153, + "-": 0.06212524324655533 + }, + "id": "tp_11197" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1399633, + "label": "-", + "classification": { + "B": 2.6900327156909043e-06, + "S": 3.185683681294904e-07, + "I": 0.0005280218902043998, + "C": 2.570748438301962e-05, + "R": 3.2865152661543107e-06, + "M": 7.112266757758334e-05, + "O": 1.4189779903972521e-05, + "W": 4.442261456460983e-07, + "N": 1.4912060578353703e-05, + "Y": 0.000533157610334456, + "U": 7.289613108696358e-07, + "K": 2.602248741823132e-06, + "L": 2.1325886336853728e-06, + "G": 0.0003436241822782904, + "F": 0.000965078070294112, + "E": 0.0007174512138590217, + "T": 0.0006454386166296899, + "P": 0.30020079016685486, + "-": 0.6959282755851746 + }, + "id": "tp_11198" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1399766, + "label": "-", + "classification": { + "B": 5.895721187698655e-06, + "S": 1.129107204178581e-06, + "I": 0.0011994345113635063, + "C": 8.965726738097146e-05, + "R": 7.258883670147043e-06, + "M": 0.0001296088012168184, + "O": 3.476208803476766e-05, + "W": 2.0137342744419584e-06, + "N": 6.015172039042227e-05, + "Y": 0.0007997690117917955, + "U": 3.517280902087805e-06, + "K": 8.801948752079625e-06, + "L": 4.455343059817096e-06, + "G": 0.0004231871571391821, + "F": 0.0006500501185655594, + "E": 0.0008527005556970835, + "T": 0.0007383415359072387, + "P": 0.3168819844722748, + "-": 0.6781072616577148 + }, + "id": "tp_11199" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1399900, + "label": "P", + "classification": { + "B": 5.21157971888897e-06, + "S": 5.067702204542002e-07, + "I": 0.0006895013502798975, + "C": 6.885691618663259e-06, + "R": 1.0017920430982485e-06, + "M": 0.0001180208200821653, + "O": 1.4606246622861363e-05, + "W": 7.318133157241391e-07, + "N": 1.2927416719321627e-05, + "Y": 0.0001772780524333939, + "U": 2.3819052330509294e-07, + "K": 8.150226449288311e-08, + "L": 2.869838681363035e-06, + "G": 6.1025468312436715e-05, + "F": 0.00017380625649821013, + "E": 0.0004106608685106039, + "T": 0.00022780186554882675, + "P": 0.6247491836547852, + "-": 0.373347669839859 + }, + "id": "tp_11200" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1400000, + "label": "P", + "classification": { + "B": 3.9658084460825194e-07, + "S": 1.9439423226685904e-07, + "I": 0.0006776971858926117, + "C": 1.0803069017129019e-05, + "R": 1.637604555071448e-06, + "M": 1.3698634575121105e-05, + "O": 5.581776349572465e-06, + "W": 3.6032523098583624e-07, + "N": 2.204994780186098e-05, + "Y": 0.00018309456936549395, + "U": 3.7283473375282483e-07, + "K": 6.685269227091339e-07, + "L": 5.690719149242796e-07, + "G": 3.3198801247635856e-05, + "F": 0.000405743601731956, + "E": 0.00014835667388979346, + "T": 0.00020155795209575444, + "P": 0.6418184041976929, + "-": 0.35647550225257874 + }, + "id": "tp_11201" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1400133, + "label": "P", + "classification": { + "B": 1.1552816658877418e-06, + "S": 3.5522421057976317e-06, + "I": 0.00015105900820344687, + "C": 1.322574235018692e-06, + "R": 2.3955337269399024e-07, + "M": 3.0209752367227338e-05, + "O": 1.3500333807314746e-05, + "W": 1.1218013469260768e-06, + "N": 3.0456103559117764e-05, + "Y": 0.0001921392831718549, + "U": 2.3116983527415869e-07, + "K": 5.980302375974134e-06, + "L": 3.270071715633094e-07, + "G": 4.1588318708818406e-05, + "F": 0.0021841228008270264, + "E": 0.0004007072711829096, + "T": 0.00025365385226905346, + "P": 0.6720556616783142, + "-": 0.32463300228118896 + }, + "id": "tp_11202" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1400267, + "label": "-", + "classification": { + "B": 4.036096346027307e-09, + "S": 6.180202127836765e-09, + "I": 0.0003316249931231141, + "C": 7.288013534889615e-07, + "R": 6.327633883529415e-08, + "M": 2.4362632302654674e-06, + "O": 3.34603214469098e-07, + "W": 8.651881877597134e-09, + "N": 1.7136840142484289e-06, + "Y": 8.329707634402439e-05, + "U": 8.968983777890571e-09, + "K": 1.6648684209030762e-08, + "L": 2.4644190688150047e-08, + "G": 5.737125775340246e-06, + "F": 9.3128124717623e-05, + "E": 2.3025560949463397e-05, + "T": 7.431558333337307e-05, + "P": 0.41705480217933655, + "-": 0.582328736782074 + }, + "id": "tp_11203" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1400400, + "label": "-", + "classification": { + "B": 1.8333091489353137e-08, + "S": 2.4979437185379538e-08, + "I": 2.1136960640433244e-05, + "C": 6.954277296244982e-07, + "R": 6.269429064786891e-08, + "M": 3.903227025148226e-06, + "O": 1.6581486761424458e-06, + "W": 6.501058891217326e-08, + "N": 9.034865229295974e-07, + "Y": 7.497971091652289e-05, + "U": 2.6371770545097206e-08, + "K": 1.0239551784252399e-06, + "L": 4.101605455275603e-08, + "G": 1.3476315871230327e-05, + "F": 0.0006700881640426815, + "E": 3.7828474887646735e-05, + "T": 6.4475680119358e-05, + "P": 0.15007582306861877, + "-": 0.849033772945404 + }, + "id": "tp_11204" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1400501, + "label": "P", + "classification": { + "B": 0.002649499336257577, + "S": 0.0001265511818928644, + "I": 0.0044168406166136265, + "C": 0.00020831250003539026, + "R": 5.591189255937934e-05, + "M": 0.004255753476172686, + "O": 0.001169041614048183, + "W": 6.920769374119118e-05, + "N": 0.0002843812690116465, + "Y": 0.002250495133921504, + "U": 2.612495154608041e-05, + "K": 9.83516770247661e-07, + "L": 0.0009621480130590498, + "G": 0.0034476094879209995, + "F": 0.0017163940938189626, + "E": 0.004007868468761444, + "T": 0.00412161136046052, + "P": 0.577434241771698, + "-": 0.3927970230579376 + }, + "id": "tp_11205" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1400634, + "label": "P", + "classification": { + "B": 2.605240183584101e-07, + "S": 1.8756288966415013e-07, + "I": 0.000221620561205782, + "C": 1.2229796766405343e-06, + "R": 6.089066317827019e-08, + "M": 7.550921054644277e-06, + "O": 1.6316218989231857e-06, + "W": 8.353333669219865e-08, + "N": 1.8063794414047152e-05, + "Y": 1.5061978047015145e-05, + "U": 4.545675835743168e-08, + "K": 1.0940785841739853e-06, + "L": 6.185356227206285e-08, + "G": 2.7404341381043196e-05, + "F": 0.0003673082683235407, + "E": 0.0005714126746170223, + "T": 2.76331884379033e-05, + "P": 0.8946172595024109, + "-": 0.10412195324897766 + }, + "id": "tp_11206" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1400767, + "label": "P", + "classification": { + "B": 1.8450320438123669e-10, + "S": 2.4079469529425523e-09, + "I": 1.950080149981659e-05, + "C": 2.3180066754946438e-09, + "R": 1.052720799421536e-09, + "M": 1.3066434689790185e-07, + "O": 5.9162832855008674e-08, + "W": 9.291947766776332e-10, + "N": 2.8528208417810674e-07, + "Y": 2.3350257833953947e-06, + "U": 2.2144987232852742e-10, + "K": 5.697232463575119e-09, + "L": 4.0422218350322225e-10, + "G": 3.159954076181748e-07, + "F": 2.9367565730353817e-05, + "E": 2.8220501917530783e-06, + "T": 5.758458883065032e-06, + "P": 0.8393188714981079, + "-": 0.16062062978744507 + }, + "id": "tp_11207" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1400901, + "label": "P", + "classification": { + "B": 3.871524256737757e-07, + "S": 6.758457971045573e-08, + "I": 0.010063642635941505, + "C": 3.974504579673521e-05, + "R": 3.2892612580326386e-06, + "M": 3.5322846088092774e-05, + "O": 3.621915993790026e-06, + "W": 1.6329076402143983e-07, + "N": 5.91239586356096e-05, + "Y": 0.0010676372330635786, + "U": 1.9085817370978475e-07, + "K": 1.6645049072394613e-06, + "L": 3.2147954698302783e-07, + "G": 0.00019082080689258873, + "F": 0.0002394370676483959, + "E": 0.0013453252613544464, + "T": 0.0002114424860337749, + "P": 0.6914546489715576, + "-": 0.29528310894966125 + }, + "id": "tp_11208" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1401001, + "label": "-", + "classification": { + "B": 4.902250605454128e-09, + "S": 3.4433793594246254e-09, + "I": 4.1166491428157315e-05, + "C": 5.649026846299421e-08, + "R": 1.9693052522029575e-08, + "M": 1.5006723970145686e-06, + "O": 3.8454322748293635e-07, + "W": 3.5179170687626993e-09, + "N": 3.7294105936780397e-07, + "Y": 4.126278872718103e-05, + "U": 9.320592075923173e-10, + "K": 2.7373903144223277e-09, + "L": 5.166020056179832e-09, + "G": 2.468319735271507e-06, + "F": 3.005584039783571e-05, + "E": 3.136738769171643e-06, + "T": 4.621499829227105e-05, + "P": 0.47011417150497437, + "-": 0.5297191739082336 + }, + "id": "tp_11209" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1401134, + "label": "P", + "classification": { + "B": 6.71497524251663e-09, + "S": 1.475791489014e-08, + "I": 2.373509960307274e-05, + "C": 4.385400487194602e-08, + "R": 5.484493303953286e-09, + "M": 1.3371739271406113e-07, + "O": 1.6072458208782336e-07, + "W": 1.1881840400462806e-08, + "N": 2.1211549210420344e-06, + "Y": 1.2387570222927025e-06, + "U": 2.591234782300944e-09, + "K": 1.0208991341187357e-07, + "L": 1.64760738385894e-09, + "G": 8.233914741140325e-07, + "F": 0.00017384116654284298, + "E": 4.060010542161763e-05, + "T": 2.0049872091476573e-06, + "P": 0.9508512020111084, + "-": 0.0489039346575737 + }, + "id": "tp_11210" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1401268, + "label": "P", + "classification": { + "B": 3.8895746001799125e-07, + "S": 1.0191055110908565e-07, + "I": 0.002562856301665306, + "C": 1.6028410755097866e-05, + "R": 3.633722599261091e-06, + "M": 2.6499263185542077e-05, + "O": 5.232610419625416e-06, + "W": 4.149419794430287e-07, + "N": 3.9902679418446496e-05, + "Y": 0.00024789906456135213, + "U": 5.512543452823593e-07, + "K": 1.7547521338201477e-06, + "L": 4.973646809958154e-07, + "G": 4.965291736880317e-05, + "F": 0.00021932854724582285, + "E": 0.0004737984563689679, + "T": 0.00019215382053516805, + "P": 0.6977546811103821, + "-": 0.2984044849872589 + }, + "id": "tp_11211" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1401401, + "label": "P", + "classification": { + "B": 2.4291054501190956e-07, + "S": 5.393468427428161e-07, + "I": 0.0010507962433621287, + "C": 1.916864130180329e-05, + "R": 2.4572716483817203e-06, + "M": 2.0987323296139948e-05, + "O": 7.409767476929119e-06, + "W": 7.684365641580371e-07, + "N": 0.00010365820344304666, + "Y": 0.0004550025914795697, + "U": 9.17089039376151e-07, + "K": 7.448461838066578e-05, + "L": 2.806716281611443e-07, + "G": 0.0001103899921872653, + "F": 0.0022149872966110706, + "E": 0.0021502345334738493, + "T": 0.00020557547395583242, + "P": 0.6057128310203552, + "-": 0.3878692090511322 + }, + "id": "tp_11212" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1401502, + "label": "P", + "classification": { + "B": 1.1524750220814894e-07, + "S": 2.47190250490803e-08, + "I": 0.0006276580388657749, + "C": 1.2378204701235518e-06, + "R": 5.8714878292676076e-08, + "M": 2.1179369014134863e-06, + "O": 2.224633846026336e-07, + "W": 2.0766174557707018e-08, + "N": 2.0559222321026027e-05, + "Y": 8.701131264388096e-06, + "U": 3.2775133718132565e-08, + "K": 6.310048661362089e-07, + "L": 1.8804884760470486e-08, + "G": 7.913823537819553e-06, + "F": 8.540019916836172e-05, + "E": 0.0007168079609982669, + "T": 4.6711643335584085e-06, + "P": 0.9760873317718506, + "-": 0.02243644744157791 + }, + "id": "tp_11213" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1401635, + "label": "-", + "classification": { + "B": 5.984405415659921e-09, + "S": 6.674491515035186e-10, + "I": 3.0118757422314957e-05, + "C": 1.5931476582409232e-07, + "R": 1.1992879578315296e-08, + "M": 4.3051431930507533e-07, + "O": 7.720360173379959e-08, + "W": 1.0992105003992947e-09, + "N": 1.6738260910642566e-07, + "Y": 4.872396311839111e-05, + "U": 1.9382142557589077e-09, + "K": 1.6546463754707474e-08, + "L": 4.9902872945040144e-09, + "G": 9.150291589321569e-06, + "F": 0.00015816764789633453, + "E": 2.1170731997699477e-05, + "T": 1.0740239304141141e-05, + "P": 0.3114506006240845, + "-": 0.6882704496383667 + }, + "id": "tp_11214" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1401768, + "label": "P", + "classification": { + "B": 4.586184587651587e-08, + "S": 1.1679216704862938e-08, + "I": 0.0008737596217542887, + "C": 5.370508461055579e-06, + "R": 6.414182394109957e-07, + "M": 5.289188266033307e-06, + "O": 9.067228461390187e-07, + "W": 4.1540737072409684e-08, + "N": 1.5743427866254933e-05, + "Y": 0.00024054366804193705, + "U": 1.1139152888972603e-07, + "K": 3.5006673897441942e-06, + "L": 5.571055794462154e-08, + "G": 6.540154572576284e-05, + "F": 0.0003677855129353702, + "E": 0.00044378230813890696, + "T": 5.656497523887083e-05, + "P": 0.7040834426879883, + "-": 0.2938369810581207 + }, + "id": "tp_11215" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1401902, + "label": "-", + "classification": { + "B": 8.04513344832003e-09, + "S": 3.0872426837191824e-10, + "I": 3.6815836210735142e-06, + "C": 1.1413419542805059e-07, + "R": 7.039436589195702e-09, + "M": 8.45527154069714e-07, + "O": 1.2192724341275607e-07, + "W": 6.841983091199211e-10, + "N": 1.6499956956295136e-08, + "Y": 2.6267354769515805e-05, + "U": 1.449088959937228e-09, + "K": 7.935931356506387e-10, + "L": 1.2462709975125108e-08, + "G": 3.7853842513868585e-06, + "F": 2.5351113436045125e-05, + "E": 1.8784816120387404e-06, + "T": 3.229790672776289e-05, + "P": 0.11760538071393967, + "-": 0.8823003172874451 + }, + "id": "tp_11216" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1402002, + "label": "-", + "classification": { + "B": 1.6580599549342878e-05, + "S": 2.050776129181031e-05, + "I": 0.0008239555754698813, + "C": 0.00014190777437761426, + "R": 3.1751322239870206e-05, + "M": 0.0024449529591947794, + "O": 0.00027887485339306295, + "W": 1.1992215149803087e-05, + "N": 4.77081339340657e-05, + "Y": 0.01341243740171194, + "U": 4.029147021356039e-06, + "K": 3.632358857430518e-05, + "L": 8.13413062132895e-05, + "G": 0.004114173352718353, + "F": 0.016220517456531525, + "E": 0.0013597672805190086, + "T": 0.006722358521074057, + "P": 0.03590485826134682, + "-": 0.9183259010314941 + }, + "id": "tp_11217" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1402135, + "label": "-", + "classification": { + "B": 1.6704252630006522e-06, + "S": 3.32542725800522e-07, + "I": 3.667518285510596e-06, + "C": 1.7615717524677166e-06, + "R": 5.103568128106417e-07, + "M": 0.00017748292884789407, + "O": 2.9881375667173415e-05, + "W": 2.2192296000866918e-07, + "N": 4.018342636413763e-08, + "Y": 0.00013865610526409, + "U": 5.271320713262639e-09, + "K": 3.207111909375726e-09, + "L": 5.559737473959103e-06, + "G": 0.00011028629523934796, + "F": 0.000647428329102695, + "E": 8.416019227297511e-06, + "T": 0.0001704127062112093, + "P": 0.005195430479943752, + "-": 0.9935082197189331 + }, + "id": "tp_11218" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1402269, + "label": "-", + "classification": { + "B": 8.890923481885693e-07, + "S": 7.910816890444039e-08, + "I": 0.0002752334112301469, + "C": 2.4635096451675054e-06, + "R": 4.901650640931621e-07, + "M": 3.4429514926159754e-05, + "O": 6.627200491493568e-06, + "W": 1.2510339786331315e-07, + "N": 1.2899075727546006e-06, + "Y": 0.0001902229996630922, + "U": 2.7961180038005296e-08, + "K": 6.926807127882739e-09, + "L": 1.7743553826221614e-06, + "G": 0.00010226063750451431, + "F": 0.00016330531798303127, + "E": 7.99705958343111e-05, + "T": 8.010700548766181e-05, + "P": 0.2498525232076645, + "-": 0.7492080926895142 + }, + "id": "tp_11219" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1402402, + "label": "-", + "classification": { + "B": 2.015790641962667e-06, + "S": 7.611037631249928e-07, + "I": 5.557939948630519e-05, + "C": 5.011805569665739e-06, + "R": 7.543602009718597e-07, + "M": 0.0002805427648127079, + "O": 2.62186185864266e-05, + "W": 2.8912413085890876e-07, + "N": 1.3406026937445858e-06, + "Y": 0.00033499428536742926, + "U": 6.755050918627603e-08, + "K": 2.519339403761478e-08, + "L": 3.853609996440355e-06, + "G": 0.00011174929386470467, + "F": 0.0006889853393658996, + "E": 7.161892426665872e-05, + "T": 0.00045939013944007456, + "P": 0.1253044158220291, + "-": 0.8726523518562317 + }, + "id": "tp_11220" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1402503, + "label": "-", + "classification": { + "B": 8.745225272832613e-07, + "S": 3.3817784697021125e-06, + "I": 0.00031750259222462773, + "C": 0.00015507929492741823, + "R": 5.0232782086823136e-05, + "M": 0.0012074800906702876, + "O": 5.7578985433792695e-05, + "W": 2.8862370982096763e-06, + "N": 8.451718713331502e-06, + "Y": 0.06642965972423553, + "U": 2.1591274901311408e-07, + "K": 0.00011553909280337393, + "L": 6.046873295417754e-06, + "G": 0.004044820088893175, + "F": 0.026967203244566917, + "E": 0.0005667007062584162, + "T": 0.006110612768679857, + "P": 0.012136179022490978, + "-": 0.8818197250366211 + }, + "id": "tp_11221" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1402636, + "label": "-", + "classification": { + "B": 9.778983667274588e-07, + "S": 4.5190226956037804e-06, + "I": 0.00023636510013602674, + "C": 5.3390220273286104e-05, + "R": 8.982455256045796e-06, + "M": 0.00014617994020227343, + "O": 6.267120625125244e-05, + "W": 2.6340230760979466e-06, + "N": 2.361403312534094e-05, + "Y": 0.0024155175779014826, + "U": 1.3788314845442073e-06, + "K": 1.029725626722211e-05, + "L": 4.849262495554285e-06, + "G": 0.0002319778286619112, + "F": 0.0046176244504749775, + "E": 0.000432319357059896, + "T": 0.001254958682693541, + "P": 0.07175785303115845, + "-": 0.9187338948249817 + }, + "id": "tp_11222" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1402769, + "label": "-", + "classification": { + "B": 2.192679858126212e-05, + "S": 5.143037924426608e-06, + "I": 0.0008531703497283161, + "C": 0.00011308708053547889, + "R": 1.72967957041692e-05, + "M": 0.0007804716587997973, + "O": 8.171764056896791e-05, + "W": 4.377111508802045e-06, + "N": 3.382500653970055e-05, + "Y": 0.004797783680260181, + "U": 4.254005034454167e-06, + "K": 1.690099816187285e-05, + "L": 2.473331187502481e-05, + "G": 0.0014365499373525381, + "F": 0.003897077636793256, + "E": 0.002339843427762389, + "T": 0.0028854054398834705, + "P": 0.13562165200710297, + "-": 0.8470647931098938 + }, + "id": "tp_11223" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1402903, + "label": "-", + "classification": { + "B": 1.4789021918204526e-07, + "S": 1.221642786930488e-08, + "I": 3.517439108691178e-05, + "C": 5.605346359516261e-06, + "R": 4.798731083610619e-07, + "M": 1.4930799352441682e-06, + "O": 1.1468908951428602e-06, + "W": 2.79293548288706e-08, + "N": 3.4720230246421124e-07, + "Y": 3.039054172404576e-05, + "U": 3.256868907897115e-08, + "K": 9.85205783621268e-09, + "L": 4.177611856448493e-07, + "G": 2.4027558538364246e-05, + "F": 0.00039903237484395504, + "E": 8.962052561400924e-06, + "T": 3.592428402043879e-05, + "P": 0.19242341816425323, + "-": 0.807033360004425 + }, + "id": "tp_11224" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1403003, + "label": "P", + "classification": { + "B": 5.620381216431269e-06, + "S": 9.717530957686904e-08, + "I": 6.810435934312409e-06, + "C": 1.898836110569846e-08, + "R": 4.7599870711678705e-09, + "M": 1.3027506611251738e-06, + "O": 3.9141955312516075e-06, + "W": 4.5015994487584976e-08, + "N": 1.026700857664764e-07, + "Y": 7.423040528919955e-07, + "U": 6.889492309980483e-10, + "K": 2.225272743849871e-11, + "L": 2.801021139475779e-07, + "G": 3.7740005609521177e-06, + "F": 2.8910213586641476e-05, + "E": 1.8584316876513185e-06, + "T": 7.929274033813272e-06, + "P": 0.5418583154678345, + "-": 0.4580802619457245 + }, + "id": "tp_11225" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1403136, + "label": "-", + "classification": { + "B": 7.658925577080922e-11, + "S": 1.1861628346210296e-10, + "I": 1.0478358944965294e-06, + "C": 1.2688801120930293e-07, + "R": 4.087819416298544e-09, + "M": 1.4240833934309194e-07, + "O": 5.524422164171483e-08, + "W": 3.6718517115730265e-10, + "N": 8.961717590239004e-09, + "Y": 3.84616396331694e-06, + "U": 1.750285472112978e-10, + "K": 8.321129341126721e-10, + "L": 1.1892262730128778e-09, + "G": 1.1247805105085718e-06, + "F": 0.00015082709433045238, + "E": 9.937803042703308e-07, + "T": 4.6597610889875796e-06, + "P": 0.1711748093366623, + "-": 0.8286623954772949 + }, + "id": "tp_11226" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1403270, + "label": "-", + "classification": { + "B": 1.8556272607384017e-06, + "S": 7.212645982690447e-07, + "I": 6.692227179883048e-05, + "C": 6.012438916513929e-06, + "R": 7.248108886415139e-07, + "M": 7.368972728727385e-05, + "O": 1.2872808838437777e-05, + "W": 3.352452324634214e-07, + "N": 3.143253707094118e-06, + "Y": 0.0002647920628078282, + "U": 1.2614232502983214e-07, + "K": 1.3293112033352372e-06, + "L": 1.6671421008140896e-06, + "G": 0.0002555905666667968, + "F": 0.003768336493521929, + "E": 0.0004078833444509655, + "T": 0.00020965920703019947, + "P": 0.11290044337511063, + "-": 0.8820238709449768 + }, + "id": "tp_11227" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1403403, + "label": "-", + "classification": { + "B": 1.1759339031414129e-06, + "S": 2.6967138637701282e-06, + "I": 0.0009054634138010442, + "C": 0.00012812427303288132, + "R": 2.3306765797315165e-05, + "M": 4.061125946464017e-05, + "O": 4.762494427268393e-05, + "W": 6.735676834068727e-06, + "N": 8.521902782376856e-05, + "Y": 0.0009531194809824228, + "U": 7.835347787477076e-06, + "K": 0.00019542992231436074, + "L": 2.7888572731171735e-06, + "G": 0.0003426272887736559, + "F": 0.006139546167105436, + "E": 0.0005713115679100156, + "T": 0.00036065035965293646, + "P": 0.3140006363391876, + "-": 0.6761850118637085 + }, + "id": "tp_11228" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1403504, + "label": "-", + "classification": { + "B": 2.2852542315376922e-05, + "S": 8.810947633719479e-07, + "I": 0.00011451241880422458, + "C": 5.044226418249309e-05, + "R": 8.915756552596577e-06, + "M": 0.0001499451755080372, + "O": 8.500293188262731e-05, + "W": 2.667232820385834e-06, + "N": 3.5684813610714627e-06, + "Y": 0.0002556361723691225, + "U": 4.668515884986846e-07, + "K": 4.2451048898328736e-07, + "L": 1.4270020074036438e-05, + "G": 0.00047654047375544906, + "F": 0.001812789705581963, + "E": 0.0002185773482779041, + "T": 0.00017746332741808146, + "P": 0.09902959316968918, + "-": 0.8975754380226135 + }, + "id": "tp_11229" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1403637, + "label": "-", + "classification": { + "B": 1.451952300612902e-07, + "S": 8.030166043226927e-08, + "I": 5.622458775178529e-05, + "C": 2.0855341062997468e-05, + "R": 1.9607341528171673e-06, + "M": 0.00012484347098506987, + "O": 6.733840109518496e-06, + "W": 8.266618323204966e-08, + "N": 6.771838911845407e-07, + "Y": 0.000563836598303169, + "U": 3.223280842234999e-08, + "K": 4.379127460651944e-08, + "L": 9.754219263413688e-07, + "G": 8.868360600899905e-05, + "F": 0.0013003593776375055, + "E": 5.253858762443997e-05, + "T": 0.000445239944383502, + "P": 0.054499316960573196, + "-": 0.9428373575210571 + }, + "id": "tp_11230" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1403770, + "label": "-", + "classification": { + "B": 1.4937569403628004e-08, + "S": 2.4523778563434462e-08, + "I": 0.00017640031001064926, + "C": 2.810196292557521e-06, + "R": 8.866868483892176e-07, + "M": 2.2507325411424972e-05, + "O": 4.165168320469093e-06, + "W": 3.205374454751109e-08, + "N": 4.888057674179436e-07, + "Y": 0.0010421533370390534, + "U": 9.08991815151694e-09, + "K": 1.4818998250731852e-09, + "L": 3.4111778290935035e-07, + "G": 3.871015360346064e-05, + "F": 4.92043727717828e-05, + "E": 2.041604830083088e-06, + "T": 0.001326336874626577, + "P": 0.04668784141540527, + "-": 0.9506460428237915 + }, + "id": "tp_11231" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1403904, + "label": "-", + "classification": { + "B": 7.69829966884572e-06, + "S": 3.1490321816818323e-07, + "I": 6.4442469920322765e-06, + "C": 1.8023499706032453e-06, + "R": 4.514145928169455e-07, + "M": 0.0001703471498331055, + "O": 2.640146340127103e-05, + "W": 1.808406153713804e-07, + "N": 7.188241113453842e-08, + "Y": 0.00032282029860652983, + "U": 1.0101004477292008e-08, + "K": 1.6174851458217177e-09, + "L": 8.150868779921439e-06, + "G": 0.00020866174600087106, + "F": 0.00026069339946843684, + "E": 6.63336277284543e-06, + "T": 0.00036937868571840227, + "P": 0.008263624273240566, + "-": 0.990346372127533 + }, + "id": "tp_11232" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1404004, + "label": "-", + "classification": { + "B": 4.803086994797923e-08, + "S": 3.4985230268347323e-09, + "I": 0.00012617954052984715, + "C": 2.4678756744833663e-06, + "R": 1.590805851492405e-07, + "M": 5.0640202971408144e-05, + "O": 8.875857702150824e-07, + "W": 1.1511105846295777e-08, + "N": 5.902674615754222e-07, + "Y": 0.0007187824230641127, + "U": 1.8061287576642826e-08, + "K": 8.275785745581743e-08, + "L": 1.231052095818086e-07, + "G": 6.690763257211074e-05, + "F": 0.00011502306733746082, + "E": 0.00016672530910000205, + "T": 0.00012254095054231584, + "P": 0.10683274269104004, + "-": 0.8917961120605469 + }, + "id": "tp_11233" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1404137, + "label": "-", + "classification": { + "B": 3.841788930003531e-05, + "S": 5.14416751684621e-05, + "I": 0.006470366381108761, + "C": 0.00054921954870224, + "R": 0.00010161632962990552, + "M": 0.0003367752942722291, + "O": 0.00028532047872431576, + "W": 4.7143719712039456e-05, + "N": 0.0007878904580138624, + "Y": 0.002212344901636243, + "U": 5.255090582068078e-05, + "K": 8.803734817774966e-05, + "L": 5.304424848873168e-05, + "G": 0.0008425506530329585, + "F": 0.004496713634580374, + "E": 0.0029697821009904146, + "T": 0.0023097614757716656, + "P": 0.47812068462371826, + "-": 0.5001862645149231 + }, + "id": "tp_11234" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1404271, + "label": "P", + "classification": { + "B": 9.630539210547795e-08, + "S": 1.1720555193051041e-08, + "I": 0.001379427034407854, + "C": 7.740385626675561e-06, + "R": 1.5014661869372503e-07, + "M": 4.338759481470333e-06, + "O": 4.612051043295651e-07, + "W": 1.0732393640466853e-08, + "N": 1.0440193364047445e-05, + "Y": 2.3127218810259365e-05, + "U": 3.613436660998559e-08, + "K": 1.1994060855613498e-08, + "L": 1.278533403592519e-07, + "G": 2.3521302864537574e-05, + "F": 4.658351099351421e-05, + "E": 0.0002455498615745455, + "T": 2.5309243937954307e-05, + "P": 0.9241674542427063, + "-": 0.07406560331583023 + }, + "id": "tp_11235" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1404404, + "label": "-", + "classification": { + "B": 4.413955593918217e-06, + "S": 2.350063141420833e-06, + "I": 0.0038711128290742636, + "C": 0.00032897316850721836, + "R": 0.0001018070979625918, + "M": 0.0004946225672028959, + "O": 0.00013582315295934677, + "W": 1.0327052223146893e-05, + "N": 0.00012706035340670496, + "Y": 0.004398591350764036, + "U": 9.947732905857265e-06, + "K": 3.094656494795345e-05, + "L": 2.100174970109947e-05, + "G": 0.0018407425377517939, + "F": 0.002649365458637476, + "E": 0.0010045274393633008, + "T": 0.0020612881053239107, + "P": 0.32892048358917236, + "-": 0.6539865136146545 + }, + "id": "tp_11236" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1404505, + "label": "-", + "classification": { + "B": 4.761149739351822e-06, + "S": 2.432840801702696e-06, + "I": 0.00028916390147060156, + "C": 8.618660649517551e-05, + "R": 2.233137820439879e-05, + "M": 0.0001791154791135341, + "O": 9.86740633379668e-05, + "W": 4.723080110125011e-06, + "N": 1.0537676644162275e-05, + "Y": 0.0007254270603880286, + "U": 3.1718091122456826e-06, + "K": 9.631476132199168e-07, + "L": 3.632034713518806e-05, + "G": 0.0004082660307176411, + "F": 0.0020240619778633118, + "E": 9.13718031370081e-05, + "T": 0.0015551125397905707, + "P": 0.12009096890687943, + "-": 0.8743664622306824 + }, + "id": "tp_11237" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1404638, + "label": "-", + "classification": { + "B": 2.158046630285071e-09, + "S": 7.041076610647679e-10, + "I": 1.9794069885392673e-06, + "C": 7.997459192665701e-07, + "R": 3.922183466897877e-08, + "M": 1.0377748367318418e-06, + "O": 2.8058144607712165e-07, + "W": 1.5288575960781259e-09, + "N": 2.087231898428854e-08, + "Y": 1.1335272574797273e-05, + "U": 6.492373305633237e-10, + "K": 5.534230851367283e-10, + "L": 1.7307622002249445e-08, + "G": 5.838789093104424e-06, + "F": 9.153799328487366e-05, + "E": 1.0141621942238999e-06, + "T": 1.37489050757722e-05, + "P": 0.07985388487577438, + "-": 0.9200184941291809 + }, + "id": "tp_11238" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1404771, + "label": "-", + "classification": { + "B": 2.6211408044041207e-10, + "S": 3.7374325856376345e-11, + "I": 6.042928362148814e-07, + "C": 3.684073135445942e-08, + "R": 2.0464545613663176e-09, + "M": 4.876038133261318e-07, + "O": 1.688916206887825e-08, + "W": 1.920812120470572e-10, + "N": 1.5339285397431013e-09, + "Y": 1.5687959603383206e-05, + "U": 1.0408692657781771e-10, + "K": 6.554236597899887e-10, + "L": 1.0508839354272936e-09, + "G": 6.437892352550989e-07, + "F": 3.2187977922149e-05, + "E": 6.771283551643137e-07, + "T": 5.1981564865855034e-06, + "P": 0.034442659467458725, + "-": 0.9655017852783203 + }, + "id": "tp_11239" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1404905, + "label": "-", + "classification": { + "B": 3.3725380490068346e-05, + "S": 2.3781383333698614e-06, + "I": 0.0002120292920153588, + "C": 7.482491582777584e-06, + "R": 1.7039119484252296e-06, + "M": 4.112576789339073e-05, + "O": 7.101885421434417e-05, + "W": 4.885932867182419e-06, + "N": 2.1377645680331625e-05, + "Y": 7.102548988768831e-05, + "U": 7.424569616887311e-07, + "K": 1.207243258249946e-06, + "L": 3.6446306239668047e-06, + "G": 0.00010158497025258839, + "F": 0.0006365782464854419, + "E": 0.00014600236318074167, + "T": 0.0002714052388910204, + "P": 0.4752548038959503, + "-": 0.523117184638977 + }, + "id": "tp_11240" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1405005, + "label": "-", + "classification": { + "B": 0.0007724183378741145, + "S": 0.0006231682491488755, + "I": 0.01611943729221821, + "C": 0.00355335115455091, + "R": 0.001381907262839377, + "M": 0.012798380106687546, + "O": 0.003562901634722948, + "W": 0.0004146552237216383, + "N": 0.0015173193532973528, + "Y": 0.03924553468823433, + "U": 0.00013419640890788287, + "K": 0.00035836940514855087, + "L": 0.000875672500114888, + "G": 0.013667105697095394, + "F": 0.01845262572169304, + "E": 0.011269616894423962, + "T": 0.021439384669065475, + "P": 0.13080370426177979, + "-": 0.723010241985321 + }, + "id": "tp_11241" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1405138, + "label": "-", + "classification": { + "B": 3.5666307147269594e-12, + "S": 3.9694780123479545e-13, + "I": 1.8819022216121084e-06, + "C": 7.369280297098157e-08, + "R": 3.4831648676458826e-09, + "M": 1.1002852851049738e-08, + "O": 2.546807209569124e-09, + "W": 1.0321255135281593e-11, + "N": 1.8245177590969774e-09, + "Y": 3.722149813256692e-06, + "U": 4.041023418666079e-11, + "K": 1.073878069801637e-10, + "L": 9.547936052900496e-11, + "G": 2.1751031908934237e-07, + "F": 1.648338366067037e-05, + "E": 1.8756803399355704e-07, + "T": 8.304906486955588e-07, + "P": 0.04206088185310364, + "-": 0.9579158425331116 + }, + "id": "tp_11242" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1405272, + "label": "-", + "classification": { + "B": 5.352925995794067e-07, + "S": 4.903300521164056e-08, + "I": 1.329723272647243e-05, + "C": 2.4393273633904755e-05, + "R": 2.7598855467658723e-06, + "M": 3.7070716643938795e-05, + "O": 3.7279903608578024e-06, + "W": 6.51118696737285e-08, + "N": 1.364895183542103e-07, + "Y": 0.0005988270859234035, + "U": 9.028601510863155e-08, + "K": 4.5849336771652816e-08, + "L": 1.8458905515217339e-06, + "G": 0.00010155695781577379, + "F": 0.0004918639315292239, + "E": 1.2480293662520126e-05, + "T": 0.0003447061753831804, + "P": 0.013227435760200024, + "-": 0.9851390719413757 + }, + "id": "tp_11243" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1405405, + "label": "-", + "classification": { + "B": 3.361255949130282e-06, + "S": 2.0005295482405927e-06, + "I": 5.160058935871348e-05, + "C": 4.602254193741828e-05, + "R": 8.510951374773867e-06, + "M": 0.0001412328565493226, + "O": 4.631114279618487e-05, + "W": 1.21259711249877e-06, + "N": 1.651963657423039e-06, + "Y": 0.0005271872505545616, + "U": 2.138781667326839e-07, + "K": 6.433964472307707e-07, + "L": 1.8427310351398773e-05, + "G": 0.0007811876130290329, + "F": 0.01079531293362379, + "E": 6.148244574433193e-05, + "T": 0.0004459898336790502, + "P": 0.01932394877076149, + "-": 0.9677437543869019 + }, + "id": "tp_11244" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1405506, + "label": "-", + "classification": { + "B": 1.9184624022727803e-07, + "S": 7.812909785798183e-08, + "I": 4.2993433453375474e-05, + "C": 7.804384040355217e-06, + "R": 4.849094921155483e-07, + "M": 1.754406184772961e-05, + "O": 4.40300982518238e-06, + "W": 2.0223694718879415e-07, + "N": 1.529735072836047e-06, + "Y": 0.0001524134713690728, + "U": 1.8938725077077834e-07, + "K": 4.668072222102637e-07, + "L": 4.4223489226169477e-07, + "G": 2.2199590603122488e-05, + "F": 0.0004358121950645, + "E": 5.2703788242070004e-05, + "T": 0.0002579999854788184, + "P": 0.09559916704893112, + "-": 0.9034033417701721 + }, + "id": "tp_11245" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1405639, + "label": "-", + "classification": { + "B": 1.7680167330169638e-09, + "S": 1.1928321663745578e-09, + "I": 2.7166943254997022e-06, + "C": 1.3459172123475582e-06, + "R": 6.795833940032026e-08, + "M": 2.3021482320473297e-06, + "O": 4.5077464960741054e-07, + "W": 2.685761835152789e-09, + "N": 4.963296973414799e-08, + "Y": 9.630016575101763e-05, + "U": 2.076069094414379e-09, + "K": 3.269251891424574e-08, + "L": 1.1504008412543953e-08, + "G": 7.554711828561267e-06, + "F": 0.00038612514617852867, + "E": 3.92036827179254e-06, + "T": 2.417053656245116e-05, + "P": 0.014188909903168678, + "-": 0.9852860569953918 + }, + "id": "tp_11246" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1405772, + "label": "-", + "classification": { + "B": 1.1480625339288508e-09, + "S": 7.865507689608364e-10, + "I": 1.011156427921378e-06, + "C": 8.506991093781835e-07, + "R": 1.5929742858133977e-07, + "M": 2.1933133211859968e-06, + "O": 2.1707776909352106e-07, + "W": 1.279442773949313e-09, + "N": 4.355437344116808e-09, + "Y": 0.00035316264256834984, + "U": 7.666220436242099e-10, + "K": 7.2378991688992755e-09, + "L": 2.071164040273743e-08, + "G": 1.680324385233689e-05, + "F": 0.00033356566564179957, + "E": 4.792265144715202e-07, + "T": 2.4959588699857704e-05, + "P": 0.0028574573807418346, + "-": 0.996408998966217 + }, + "id": "tp_11247" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1405906, + "label": "-", + "classification": { + "B": 0.0009355828515253961, + "S": 0.0001365576608804986, + "I": 0.0019195741042494774, + "C": 0.0006191697320900857, + "R": 0.00028903907514177263, + "M": 0.003763017011806369, + "O": 0.0013413714477792382, + "W": 6.364575529005378e-05, + "N": 0.00011171348887728527, + "Y": 0.00801325123757124, + "U": 1.4672821635031141e-05, + "K": 5.43812620890094e-06, + "L": 0.0008291638805530965, + "G": 0.00867424625903368, + "F": 0.010722659528255463, + "E": 0.0020387880504131317, + "T": 0.007480773609131575, + "P": 0.08915387094020844, + "-": 0.8638875484466553 + }, + "id": "tp_11248" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1406006, + "label": "-", + "classification": { + "B": 4.1256081884100126e-10, + "S": 1.7581269773359054e-10, + "I": 3.371656566741876e-05, + "C": 2.846067275186215e-07, + "R": 6.804966368179066e-09, + "M": 1.7025206489051925e-07, + "O": 3.440785434349891e-08, + "W": 5.472510777870809e-10, + "N": 9.236549658453441e-08, + "Y": 7.1963972914090846e-06, + "U": 6.014689302169529e-10, + "K": 2.2495925955379192e-10, + "L": 1.929375770259867e-09, + "G": 4.2169344283138344e-07, + "F": 5.21380616191891e-06, + "E": 8.019858796615154e-06, + "T": 4.8484598664799705e-06, + "P": 0.28514307737350464, + "-": 0.7147968411445618 + }, + "id": "tp_11249" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1406139, + "label": "-", + "classification": { + "B": 2.443601658796979e-07, + "S": 1.1719648362884527e-08, + "I": 2.0441758863398718e-07, + "C": 2.1740536038095115e-09, + "R": 3.472728216102894e-10, + "M": 6.288395070441766e-06, + "O": 1.0254553899358143e-06, + "W": 1.1099616781251598e-09, + "N": 6.970263255468012e-10, + "Y": 6.72511077937088e-06, + "U": 3.596387077031693e-12, + "K": 3.2214004684269493e-13, + "L": 5.575051886808069e-08, + "G": 5.137668722454691e-06, + "F": 1.4870704944769386e-05, + "E": 1.6815894809951715e-07, + "T": 1.0104728062287904e-05, + "P": 0.016909081488847733, + "-": 0.9830460548400879 + }, + "id": "tp_11250" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1406273, + "label": "-", + "classification": { + "B": 3.4030556435027393e-06, + "S": 2.6333452751714503e-07, + "I": 0.00043350228224880993, + "C": 2.1819836547365412e-05, + "R": 5.500312454387313e-06, + "M": 0.00011519589315867051, + "O": 3.072214167332277e-05, + "W": 6.365009994624415e-07, + "N": 3.7551824334514095e-06, + "Y": 0.0005081786657683551, + "U": 4.533488890956505e-07, + "K": 2.115902830723826e-08, + "L": 1.1379795978427865e-05, + "G": 0.00021614271099679172, + "F": 0.0002307289541931823, + "E": 0.00017201219452545047, + "T": 0.0004647262394428253, + "P": 0.1698690801858902, + "-": 0.8279125094413757 + }, + "id": "tp_11251" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1406406, + "label": "-", + "classification": { + "B": 8.370515388378408e-06, + "S": 7.098360583768226e-07, + "I": 0.0004596541402861476, + "C": 6.02973232162185e-05, + "R": 8.048741619859356e-06, + "M": 0.000360797654138878, + "O": 4.3746622395701706e-05, + "W": 5.329681016519316e-07, + "N": 7.144948085624492e-06, + "Y": 0.0004940239014104009, + "U": 5.387345254348475e-07, + "K": 1.0143142503693525e-07, + "L": 2.5699735488160513e-05, + "G": 0.000821063993498683, + "F": 0.0014499352546408772, + "E": 0.0004090674046892673, + "T": 0.0008997956174425781, + "P": 0.17262019217014313, + "-": 0.8223304152488708 + }, + "id": "tp_11252" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1406507, + "label": "-", + "classification": { + "B": 1.3181079339119606e-07, + "S": 2.4426300981872373e-08, + "I": 6.799577931815293e-07, + "C": 9.07879567080272e-08, + "R": 3.783001467638769e-09, + "M": 1.4989653891461785e-06, + "O": 1.0719081728893798e-06, + "W": 1.1562798718500744e-08, + "N": 3.6443985607093055e-08, + "Y": 1.0633530109771527e-05, + "U": 8.547557106552972e-10, + "K": 1.5655539087333636e-08, + "L": 3.164666395605309e-08, + "G": 4.943107796862023e-06, + "F": 0.000553976627998054, + "E": 6.5235840338573325e-06, + "T": 9.57974225457292e-06, + "P": 0.02774377353489399, + "-": 0.9716669917106628 + }, + "id": "tp_11253" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1406640, + "label": "-", + "classification": { + "B": 1.8065710039039118e-09, + "S": 4.9087094389221875e-09, + "I": 4.077518042322481e-06, + "C": 7.014463676568994e-07, + "R": 6.475866598520952e-08, + "M": 5.878077331544773e-07, + "O": 5.927739721300895e-07, + "W": 1.1711633440825153e-08, + "N": 1.3271912280288234e-07, + "Y": 4.619880564860068e-05, + "U": 1.224406087629859e-08, + "K": 6.294612262536248e-07, + "L": 8.378711946477324e-09, + "G": 3.09996858049999e-06, + "F": 0.0005387907149270177, + "E": 1.2461881624403759e-06, + "T": 1.644127223698888e-05, + "P": 0.014090056531131268, + "-": 0.9852973818778992 + }, + "id": "tp_11254" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1406773, + "label": "-", + "classification": { + "B": 9.105859954949835e-10, + "S": 5.738055586235191e-10, + "I": 5.683247309207218e-06, + "C": 1.8782361621560995e-07, + "R": 3.1653428322897526e-08, + "M": 2.363675321248593e-06, + "O": 2.6409435349705745e-07, + "W": 1.4702554729240092e-09, + "N": 2.896620898695801e-08, + "Y": 9.049534128280357e-05, + "U": 5.54945589481548e-10, + "K": 5.794443258544391e-10, + "L": 1.4745558551965132e-08, + "G": 4.995151812181575e-06, + "F": 7.877937605371699e-05, + "E": 1.7225287365363329e-06, + "T": 3.474237018963322e-05, + "P": 0.021276826038956642, + "-": 0.9785038828849792 + }, + "id": "tp_11255" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1406907, + "label": "-", + "classification": { + "B": 3.6376031857798807e-06, + "S": 8.952812891038775e-07, + "I": 2.431389657431282e-05, + "C": 3.1288734589907108e-06, + "R": 4.73141710699565e-07, + "M": 5.209028677199967e-05, + "O": 2.9305845600902103e-05, + "W": 5.980843411634851e-07, + "N": 1.2510464557635714e-06, + "Y": 0.00013445124204736203, + "U": 7.157057524409538e-08, + "K": 1.8162795356602146e-07, + "L": 2.3121131107473047e-06, + "G": 0.00015051147784106433, + "F": 0.002349291928112507, + "E": 4.533700484898873e-05, + "T": 0.00014904055569786578, + "P": 0.13272248208522797, + "-": 0.864330530166626 + }, + "id": "tp_11256" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1407007, + "label": "-", + "classification": { + "B": 3.72111753677018e-06, + "S": 1.1097550896010944e-06, + "I": 0.00036638497840613127, + "C": 3.171997013851069e-05, + "R": 4.928494945488637e-06, + "M": 0.00010764088801806793, + "O": 1.978636282728985e-05, + "W": 7.926321359263966e-07, + "N": 1.1029239431081805e-05, + "Y": 0.0011550941271707416, + "U": 4.82351538266812e-07, + "K": 6.374817758114659e-07, + "L": 5.276637693896191e-06, + "G": 0.00042963819578289986, + "F": 0.0025790759827941656, + "E": 0.0005170476506464183, + "T": 0.0008135228999890387, + "P": 0.23091565072536469, + "-": 0.7630364894866943 + }, + "id": "tp_11257" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1407140, + "label": "-", + "classification": { + "B": 9.94479819382832e-07, + "S": 2.2234563079592817e-09, + "I": 1.0674605164240347e-06, + "C": 3.402029165044951e-07, + "R": 3.6171112327565424e-08, + "M": 7.616173661517678e-06, + "O": 1.991019871638855e-06, + "W": 2.6517703588524455e-09, + "N": 2.386225661510366e-09, + "Y": 7.611243745486718e-06, + "U": 1.2982885599921445e-10, + "K": 1.1926371348836007e-12, + "L": 4.6014531562832417e-07, + "G": 1.9095670722890645e-05, + "F": 1.4991679563536309e-05, + "E": 1.352633148599125e-06, + "T": 1.0468314940226264e-05, + "P": 0.02221084013581276, + "-": 0.9777231216430664 + }, + "id": "tp_11258" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1407274, + "label": "-", + "classification": { + "B": 2.8519354600575753e-05, + "S": 3.057081266888417e-05, + "I": 0.004156181588768959, + "C": 0.0005392252351157367, + "R": 7.822770567145199e-05, + "M": 0.0007341870223172009, + "O": 0.00024293360183946788, + "W": 4.6747809392400086e-05, + "N": 0.0004807047371286899, + "Y": 0.0033052205108106136, + "U": 4.389762398204766e-05, + "K": 0.0003481529711280018, + "L": 3.6874174838885665e-05, + "G": 0.0010481043718755245, + "F": 0.009511752985417843, + "E": 0.005406567361205816, + "T": 0.002559266285970807, + "P": 0.4267480671405792, + "-": 0.5446548461914062 + }, + "id": "tp_11259" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1407407, + "label": "-", + "classification": { + "B": 8.386156196138472e-07, + "S": 3.8283394587779185e-07, + "I": 5.148585842107423e-06, + "C": 2.115421011694707e-06, + "R": 5.014034627492947e-07, + "M": 8.28429838293232e-05, + "O": 2.701105404412374e-05, + "W": 2.887074401769496e-07, + "N": 1.4964439287723508e-07, + "Y": 6.0938367823837325e-05, + "U": 1.3582883262586165e-08, + "K": 5.6795377290086435e-09, + "L": 2.440535126879695e-06, + "G": 3.314931382192299e-05, + "F": 0.0007221453124657273, + "E": 5.287521616992308e-06, + "T": 0.00012538860028143972, + "P": 0.03280548006296158, + "-": 0.9661258459091187 + }, + "id": "tp_11260" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1407508, + "label": "-", + "classification": { + "B": 8.853205031300604e-07, + "S": 4.5924540614805665e-08, + "I": 8.098530088318512e-05, + "C": 4.239932422933634e-06, + "R": 3.480905945707491e-07, + "M": 7.031657878542319e-05, + "O": 5.2852878980047535e-06, + "W": 1.3194652126458095e-07, + "N": 5.750548552896362e-07, + "Y": 0.00016822380712255836, + "U": 3.8532963486659355e-08, + "K": 1.0412073869758842e-08, + "L": 1.0519438546907622e-06, + "G": 3.30538532580249e-05, + "F": 0.00011074689973611385, + "E": 3.1212373869493604e-05, + "T": 0.00018056559201795608, + "P": 0.12744198739528656, + "-": 0.871870219707489 + }, + "id": "tp_11261" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1407641, + "label": "P", + "classification": { + "B": 5.292054993333295e-06, + "S": 2.9151667035876017e-07, + "I": 0.00023929694725666195, + "C": 8.020999302971177e-06, + "R": 9.439314112569264e-07, + "M": 1.7837704945122823e-05, + "O": 4.114830971957417e-06, + "W": 5.460972261062125e-07, + "N": 6.437719093810301e-06, + "Y": 6.129399844212458e-05, + "U": 2.2258676324327098e-07, + "K": 3.5482057114677445e-07, + "L": 7.370509251813928e-07, + "G": 4.025236557936296e-05, + "F": 0.0006793299689888954, + "E": 0.0001967117568710819, + "T": 6.293979822658002e-05, + "P": 0.7153513431549072, + "-": 0.28332412242889404 + }, + "id": "tp_11262" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1407774, + "label": "-", + "classification": { + "B": 1.541082929179538e-05, + "S": 4.61734198324848e-05, + "I": 0.010201296769082546, + "C": 0.00013259581464808434, + "R": 6.941804895177484e-05, + "M": 0.0006760051473975182, + "O": 0.00023477943614125252, + "W": 5.252161281532608e-05, + "N": 0.0007863459177315235, + "Y": 0.0047876713797450066, + "U": 1.5200292182271369e-05, + "K": 0.00014345710224006325, + "L": 1.8195629309047945e-05, + "G": 0.0006674143369309604, + "F": 0.005011542234569788, + "E": 0.0013313310919329524, + "T": 0.0061701578088104725, + "P": 0.48222434520721436, + "-": 0.4874161183834076 + }, + "id": "tp_11263" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1407908, + "label": "P", + "classification": { + "B": 3.384013425034027e-08, + "S": 1.8867085671558925e-08, + "I": 0.0001636773522477597, + "C": 1.4340544112201314e-06, + "R": 1.990088378533983e-07, + "M": 5.06569540448254e-06, + "O": 1.1052878789996612e-06, + "W": 2.0537139988618947e-08, + "N": 2.4861890324245906e-06, + "Y": 0.00022076844470575452, + "U": 2.149397992923241e-08, + "K": 1.1729021309747623e-07, + "L": 4.000459696840153e-08, + "G": 2.7450496418168768e-05, + "F": 0.00012764650455210358, + "E": 3.489494702080265e-05, + "T": 0.00011835696204798296, + "P": 0.5077970027923584, + "-": 0.4914996922016144 + }, + "id": "tp_11264" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1408008, + "label": "P", + "classification": { + "B": 0.0017670404631644487, + "S": 0.0030177899170666933, + "I": 0.16057473421096802, + "C": 0.0017753593856468797, + "R": 0.0008696378790773451, + "M": 0.004049185663461685, + "O": 0.0022362805902957916, + "W": 0.0008315404993481934, + "N": 0.04521724209189415, + "Y": 0.019450822845101357, + "U": 0.00022111936414148659, + "K": 0.004666436929255724, + "L": 0.000510198762640357, + "G": 0.016115019097924232, + "F": 0.023731354624032974, + "E": 0.07325299829244614, + "T": 0.010748756118118763, + "P": 0.5561738014221191, + "-": 0.07479064911603928 + }, + "id": "tp_11265" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1408141, + "label": "-", + "classification": { + "B": 1.8406209392196615e-06, + "S": 7.63850138696398e-08, + "I": 0.00036937615368515253, + "C": 7.191773875092622e-06, + "R": 6.444865903176833e-07, + "M": 4.720361903309822e-05, + "O": 4.743821591546293e-06, + "W": 1.4121313540726987e-07, + "N": 2.4539306195947574e-06, + "Y": 0.00034152340958826244, + "U": 6.033062760479879e-08, + "K": 1.1940146293909493e-07, + "L": 1.167914092548017e-06, + "G": 0.00014360289787873626, + "F": 0.0011532308999449015, + "E": 0.0005062398267909884, + "T": 5.2779305406147614e-05, + "P": 0.28124624490737915, + "-": 0.7161213159561157 + }, + "id": "tp_11266" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1408275, + "label": "P", + "classification": { + "B": 0.0001793468982214108, + "S": 0.00019414637063164264, + "I": 0.04322190582752228, + "C": 0.0006012656376697123, + "R": 0.0002554087550379336, + "M": 0.0009415288805030286, + "O": 0.0005740107735618949, + "W": 0.00016595421766396612, + "N": 0.004754976369440556, + "Y": 0.005839324556291103, + "U": 0.00011599910067161545, + "K": 0.00033913017250597477, + "L": 0.00012338881788309664, + "G": 0.0017653674585744739, + "F": 0.0043878210708498955, + "E": 0.007143414579331875, + "T": 0.006643067114055157, + "P": 0.7165073752403259, + "-": 0.20624659955501556 + }, + "id": "tp_11267" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1408375, + "label": "P", + "classification": { + "B": 7.437470048898831e-05, + "S": 4.265460302121937e-05, + "I": 0.0378851480782032, + "C": 0.0008621863089501858, + "R": 0.00022309410269372165, + "M": 0.0022118662018328905, + "O": 0.000397590862121433, + "W": 4.246954995323904e-05, + "N": 0.00216534617356956, + "Y": 0.01092114020138979, + "U": 3.5324559576110914e-05, + "K": 4.1776605939958245e-05, + "L": 8.687558874953538e-05, + "G": 0.002442902885377407, + "F": 0.0037141561042517424, + "E": 0.005381015129387379, + "T": 0.00809220690280199, + "P": 0.5985073447227478, + "-": 0.3268725574016571 + }, + "id": "tp_11268" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1408509, + "label": "P", + "classification": { + "B": 2.1112624381203204e-05, + "S": 3.899341754731722e-05, + "I": 0.0006224383832886815, + "C": 3.032729546248447e-05, + "R": 5.288844022288686e-06, + "M": 0.00018899363931268454, + "O": 0.000109591826912947, + "W": 1.879135743365623e-05, + "N": 0.00017024576663970947, + "Y": 0.0006076651043258607, + "U": 3.5271500564704183e-06, + "K": 7.418579480145127e-05, + "L": 8.552265171601903e-06, + "G": 0.0004660087579395622, + "F": 0.016559476032853127, + "E": 0.0034444485791027546, + "T": 0.00059413758572191, + "P": 0.6206696033477783, + "-": 0.3563665449619293 + }, + "id": "tp_11269" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1408642, + "label": "-", + "classification": { + "B": 1.6319609130732715e-05, + "S": 6.462256351369433e-06, + "I": 0.0037428203504532576, + "C": 0.0001538071082904935, + "R": 2.994510214193724e-05, + "M": 0.002303470391780138, + "O": 0.0002653063856996596, + "W": 8.863159564498346e-06, + "N": 8.597767009632662e-05, + "Y": 0.005420734640210867, + "U": 4.230843387631467e-06, + "K": 1.888062001853541e-06, + "L": 5.529461850528605e-05, + "G": 0.001241195946931839, + "F": 0.001068076933734119, + "E": 0.0006441619480028749, + "T": 0.011827395297586918, + "P": 0.16736024618148804, + "-": 0.8057637214660645 + }, + "id": "tp_11270" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1408775, + "label": "P", + "classification": { + "B": 8.30616681923857e-06, + "S": 4.078949586983072e-06, + "I": 0.005173567216843367, + "C": 7.803989865351468e-05, + "R": 1.257776420970913e-05, + "M": 8.354242163477466e-05, + "O": 4.729208012577146e-05, + "W": 7.972300409164745e-06, + "N": 0.0003365868760738522, + "Y": 0.00040338054532185197, + "U": 7.069630555633921e-06, + "K": 1.5055120456963778e-05, + "L": 7.734450264251791e-06, + "G": 0.0002841740206349641, + "F": 0.001667777425609529, + "E": 0.001269990112632513, + "T": 0.00043904775520786643, + "P": 0.8145532011985779, + "-": 0.17560051381587982 + }, + "id": "tp_11271" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1408876, + "label": "P", + "classification": { + "B": 0.00017030561866704375, + "S": 0.0001369979727314785, + "I": 0.002296365797519684, + "C": 0.00018515823467168957, + "R": 3.548923632479273e-05, + "M": 0.0005139984423294663, + "O": 0.00029351672856137156, + "W": 6.548612873302773e-05, + "N": 0.0007022846257314086, + "Y": 0.0025855684652924538, + "U": 4.0158465708373114e-05, + "K": 0.00031778489938005805, + "L": 4.68374855699949e-05, + "G": 0.0021637501195073128, + "F": 0.011156005784869194, + "E": 0.0053581963293254375, + "T": 0.0026686955243349075, + "P": 0.5685992240905762, + "-": 0.40266427397727966 + }, + "id": "tp_11272" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1409009, + "label": "-", + "classification": { + "B": 1.5243591406033374e-05, + "S": 0.00015612748393323272, + "I": 0.04859432205557823, + "C": 0.00027991863316856325, + "R": 6.627768743783236e-05, + "M": 0.0006504508783109486, + "O": 0.0006971926777623594, + "W": 0.00014951305638533086, + "N": 0.011177301406860352, + "Y": 0.06360296159982681, + "U": 7.296231615327997e-06, + "K": 0.06368180364370346, + "L": 7.727316187811084e-06, + "G": 0.012357228435575962, + "F": 0.03562016040086746, + "E": 0.04494054988026619, + "T": 0.0149614829570055, + "P": 0.26314878463745117, + "-": 0.4398857057094574 + }, + "id": "tp_11273" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1409142, + "label": "P", + "classification": { + "B": 1.2249636711203493e-05, + "S": 1.1896988326043356e-05, + "I": 0.004271083511412144, + "C": 0.00016923782823141664, + "R": 3.725526767084375e-05, + "M": 8.848771540215239e-05, + "O": 5.442562178359367e-05, + "W": 2.2106260075815953e-05, + "N": 0.0005939849652349949, + "Y": 0.0010296476539224386, + "U": 1.9898565369658172e-05, + "K": 0.0007115054759196937, + "L": 7.849523171898909e-06, + "G": 0.0006709176232106984, + "F": 0.008494947105646133, + "E": 0.00699809892103076, + "T": 0.0006640767096541822, + "P": 0.7276400327682495, + "-": 0.24850235879421234 + }, + "id": "tp_11274" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1409276, + "label": "P", + "classification": { + "B": 1.795713251340203e-05, + "S": 3.2018615456763655e-05, + "I": 0.0008162540616467595, + "C": 5.956612221780233e-05, + "R": 9.296512871515006e-06, + "M": 0.0001471052528358996, + "O": 0.00010514501627767459, + "W": 1.731475640553981e-05, + "N": 0.00016153918113559484, + "Y": 0.0003581154451239854, + "U": 3.624672444857424e-06, + "K": 2.7072475859313272e-05, + "L": 7.774879122735001e-06, + "G": 0.0002413772017462179, + "F": 0.006599118933081627, + "E": 0.0013278002152219415, + "T": 0.0004406651423778385, + "P": 0.6781529784202576, + "-": 0.31147530674934387 + }, + "id": "tp_11275" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1409376, + "label": "P", + "classification": { + "B": 1.255053234672232e-06, + "S": 1.287596774091071e-06, + "I": 0.001120542990975082, + "C": 3.3923901355592534e-05, + "R": 3.448292545726872e-06, + "M": 0.00010699971608119085, + "O": 1.3764182767772581e-05, + "W": 1.1271564517301158e-06, + "N": 4.555144187179394e-05, + "Y": 0.0010051847202703357, + "U": 8.900050829652173e-07, + "K": 6.103539362811716e-06, + "L": 2.147277200492681e-06, + "G": 0.00017239368753507733, + "F": 0.004544470924884081, + "E": 0.0022846413776278496, + "T": 0.00034789193887263536, + "P": 0.5133159160614014, + "-": 0.4769923985004425 + }, + "id": "tp_11276" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1409510, + "label": "P", + "classification": { + "B": 3.189041763107525e-06, + "S": 9.817372301768046e-07, + "I": 0.00044188607716932893, + "C": 2.5520143935864326e-06, + "R": 9.465011316933669e-07, + "M": 9.01916155271465e-06, + "O": 9.334871720056981e-06, + "W": 8.572873753109889e-07, + "N": 3.653868770925328e-05, + "Y": 4.2480023694224656e-05, + "U": 6.03037221935665e-07, + "K": 2.7866879008797696e-06, + "L": 7.191871418399387e-07, + "G": 4.88194746139925e-05, + "F": 0.00045138128916732967, + "E": 0.00016842132026795298, + "T": 0.0001651717902859673, + "P": 0.8228853344917297, + "-": 0.17572900652885437 + }, + "id": "tp_11277" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1409643, + "label": "P", + "classification": { + "B": 1.079543653759174e-05, + "S": 2.5015760911628604e-05, + "I": 0.054798755794763565, + "C": 0.000519152672495693, + "R": 3.583793295547366e-05, + "M": 0.0008442364633083344, + "O": 0.00013720631250180304, + "W": 1.4463314073509537e-05, + "N": 0.002523227594792843, + "Y": 0.006721440237015486, + "U": 5.120435616845498e-06, + "K": 5.085190787212923e-05, + "L": 8.462896403216291e-06, + "G": 0.0006708238506689668, + "F": 0.0011581548023968935, + "E": 0.007085643243044615, + "T": 0.003377435728907585, + "P": 0.6269488334655762, + "-": 0.2950645983219147 + }, + "id": "tp_11278" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1409776, + "label": "-", + "classification": { + "B": 4.817964872927405e-05, + "S": 1.4407638445845805e-05, + "I": 0.004846375435590744, + "C": 0.0003972543927375227, + "R": 0.00011693511623889208, + "M": 0.001289290958084166, + "O": 0.00024726378615014255, + "W": 3.135330916848034e-05, + "N": 0.00023267346841748804, + "Y": 0.008790900930762291, + "U": 3.3427153539378196e-05, + "K": 0.00013123505050316453, + "L": 9.369496547151357e-05, + "G": 0.004502293188124895, + "F": 0.010051777586340904, + "E": 0.006816125940531492, + "T": 0.0044045583344995975, + "P": 0.2173023819923401, + "-": 0.7406498193740845 + }, + "id": "tp_11279" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1409877, + "label": "-", + "classification": { + "B": 1.935742801606466e-07, + "S": 1.9765234071655868e-07, + "I": 0.00016385916387662292, + "C": 1.9099368728348054e-05, + "R": 2.4286223379021976e-06, + "M": 1.6505922758369707e-05, + "O": 7.99374083726434e-06, + "W": 5.823264928039862e-07, + "N": 1.010545929602813e-05, + "Y": 0.0014686966314911842, + "U": 6.439014441639301e-07, + "K": 2.7087437047157437e-05, + "L": 3.709312466071424e-07, + "G": 0.00015693514433223754, + "F": 0.0021637664176523685, + "E": 0.0002879143867176026, + "T": 0.00024663732619956136, + "P": 0.13850679993629456, + "-": 0.8569202423095703 + }, + "id": "tp_11280" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1410010, + "label": "-", + "classification": { + "B": 0.003962903283536434, + "S": 0.002320227213203907, + "I": 0.005361700896173716, + "C": 0.001055541797541082, + "R": 0.00047561252722516656, + "M": 0.013994886539876461, + "O": 0.005477606318891048, + "W": 0.0010607002768665552, + "N": 0.001234999974258244, + "Y": 0.03240128234028816, + "U": 0.0001400000910507515, + "K": 0.0016354460967704654, + "L": 0.002545492723584175, + "G": 0.044639281928539276, + "F": 0.12802161276340485, + "E": 0.037444233894348145, + "T": 0.01783362589776516, + "P": 0.1114080473780632, + "-": 0.5889866948127747 + }, + "id": "tp_11281" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1410143, + "label": "-", + "classification": { + "B": 9.570130714564584e-07, + "S": 2.381745389357093e-06, + "I": 0.00015846625319682062, + "C": 1.0962351552734617e-05, + "R": 1.7572929209563881e-06, + "M": 3.530156027409248e-05, + "O": 1.8921924493042752e-05, + "W": 2.498577032383764e-06, + "N": 2.041693005594425e-05, + "Y": 0.000998671050183475, + "U": 9.414663395546086e-07, + "K": 0.00016580645751673728, + "L": 8.142663432408881e-07, + "G": 0.00022304228332359344, + "F": 0.02350165694952011, + "E": 0.0012691471492871642, + "T": 0.00021159877360332757, + "P": 0.22666732966899872, + "-": 0.7467092871665955 + }, + "id": "tp_11282" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1410277, + "label": "P", + "classification": { + "B": 6.489549946309126e-07, + "S": 4.4459244463723735e-07, + "I": 0.0014874121407046914, + "C": 2.3284296730707865e-06, + "R": 7.336258249779348e-07, + "M": 3.7523993796639843e-06, + "O": 2.1934192773187533e-06, + "W": 4.659244723370648e-07, + "N": 5.331666397978552e-05, + "Y": 5.7373563322471455e-05, + "U": 3.227164313557296e-07, + "K": 2.9314435323612997e-06, + "L": 1.6911785394313483e-07, + "G": 1.881474963738583e-05, + "F": 0.0002394368639215827, + "E": 0.00016243220306932926, + "T": 3.9169164665509015e-05, + "P": 0.9300312995910645, + "-": 0.06789656728506088 + }, + "id": "tp_11283" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1410377, + "label": "-", + "classification": { + "B": 1.5508383512496948e-05, + "S": 8.498752322338987e-06, + "I": 0.0034348974004387856, + "C": 0.00047006556997075677, + "R": 0.00010885698429774493, + "M": 0.0007298376876860857, + "O": 0.00017679294978734106, + "W": 1.801302823878359e-05, + "N": 0.000176015222677961, + "Y": 0.0046926517970860004, + "U": 2.253793900308665e-05, + "K": 5.727864845539443e-05, + "L": 5.58897118025925e-05, + "G": 0.0025719814002513885, + "F": 0.013935236260294914, + "E": 0.0020099373068660498, + "T": 0.002902996726334095, + "P": 0.24405933916568756, + "-": 0.7245535850524902 + }, + "id": "tp_11284" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1410511, + "label": "P", + "classification": { + "B": 1.1746064046747051e-05, + "S": 0.00027315173065289855, + "I": 0.06097528710961342, + "C": 0.0003434871032368392, + "R": 0.0001828028034651652, + "M": 0.0005954703083261847, + "O": 0.00046967685921117663, + "W": 0.0001408531388733536, + "N": 0.0049401237629354, + "Y": 0.013909325003623962, + "U": 1.7561373169883154e-05, + "K": 0.0004052106523886323, + "L": 1.7621197912376374e-05, + "G": 0.0007417185115627944, + "F": 0.0042624399065971375, + "E": 0.002688393462449312, + "T": 0.010357605293393135, + "P": 0.5149657130241394, + "-": 0.38470184803009033 + }, + "id": "tp_11285" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1410644, + "label": "P", + "classification": { + "B": 4.4438857571549306e-07, + "S": 5.772021438588126e-08, + "I": 5.476602746057324e-05, + "C": 3.510866406486457e-07, + "R": 2.8475264812755086e-08, + "M": 3.5845414458890446e-06, + "O": 1.7926954569702502e-06, + "W": 6.3296106134203e-08, + "N": 1.5421802572745946e-06, + "Y": 1.3742786904913373e-05, + "U": 2.7709569749845286e-08, + "K": 2.9712838411910525e-08, + "L": 1.2310368902035407e-07, + "G": 9.879790923150722e-06, + "F": 0.00014604342868551612, + "E": 4.3457192077767104e-05, + "T": 4.4756012357538566e-05, + "P": 0.6241326928138733, + "-": 0.3755466341972351 + }, + "id": "tp_11286" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1410777, + "label": "P", + "classification": { + "B": 0.00012121201143600047, + "S": 7.883851503720507e-05, + "I": 0.046967972069978714, + "C": 0.0003725984424818307, + "R": 0.00021761172683909535, + "M": 0.0014470258029177785, + "O": 0.0005838971119374037, + "W": 6.048575960448943e-05, + "N": 0.0016029347898438573, + "Y": 0.005708449054509401, + "U": 1.8490618458599783e-05, + "K": 1.0543436474108603e-05, + "L": 0.00017362504149787128, + "G": 0.0014445555862039328, + "F": 0.002772182459011674, + "E": 0.0020138639956712723, + "T": 0.004566343035548925, + "P": 0.6123319864273071, + "-": 0.3195074200630188 + }, + "id": "tp_11287" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1410878, + "label": "-", + "classification": { + "B": 7.351001113420352e-05, + "S": 8.087520836852491e-05, + "I": 0.07473817467689514, + "C": 0.001649361103773117, + "R": 0.0009934230474755168, + "M": 0.0019265834707766771, + "O": 0.0007599294767715037, + "W": 0.00013652279449161142, + "N": 0.003334890818223357, + "Y": 0.02308237925171852, + "U": 0.00010272549116052687, + "K": 0.0005602182354778051, + "L": 0.00011374102177796885, + "G": 0.004375799559056759, + "F": 0.005277753807604313, + "E": 0.0033315354958176613, + "T": 0.010081320069730282, + "P": 0.40017977356910706, + "-": 0.4692014753818512 + }, + "id": "tp_11288" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1411011, + "label": "-", + "classification": { + "B": 7.215630466816947e-05, + "S": 5.893023626413196e-05, + "I": 0.026866065338253975, + "C": 0.0013368806103244424, + "R": 0.0005223958287388086, + "M": 0.0014173990348353982, + "O": 0.0006089318194426596, + "W": 0.00010482433572178707, + "N": 0.0015077748103067279, + "Y": 0.013558762148022652, + "U": 8.648473885841668e-05, + "K": 0.00012830711784772575, + "L": 0.00012981213512830436, + "G": 0.0026777535676956177, + "F": 0.004495637491345406, + "E": 0.003385654417797923, + "T": 0.009740813635289669, + "P": 0.45104989409446716, + "-": 0.48225152492523193 + }, + "id": "tp_11289" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1411144, + "label": "I", + "classification": { + "B": 0.004510683007538319, + "S": 0.009492544457316399, + "I": 0.19090811908245087, + "C": 0.020757969468832016, + "R": 0.01048368401825428, + "M": 0.013831992633640766, + "O": 0.01060314942151308, + "W": 0.007771042641252279, + "N": 0.11960266530513763, + "Y": 0.03867194429039955, + "U": 0.002704198705032468, + "K": 0.08235067129135132, + "L": 0.0028399713337421417, + "G": 0.05908477306365967, + "F": 0.03495308756828308, + "E": 0.16069816052913666, + "T": 0.021170644089579582, + "P": 0.16797468066215515, + "-": 0.04159010574221611 + }, + "id": "tp_11290" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1411278, + "label": "P", + "classification": { + "B": 0.00038058680365793407, + "S": 0.00010315920371795073, + "I": 0.0032255458645522594, + "C": 7.424512295983732e-05, + "R": 5.1192437240388244e-05, + "M": 0.00012243239325471222, + "O": 0.00035270772059448063, + "W": 5.864094055141322e-05, + "N": 0.0005207837675698102, + "Y": 0.0003088756639044732, + "U": 1.4321614798973314e-05, + "K": 1.4568486221833155e-05, + "L": 5.3157338697928935e-05, + "G": 0.0007662464631721377, + "F": 0.002519171917811036, + "E": 0.0009970262181013823, + "T": 0.0006388155743479729, + "P": 0.8245774507522583, + "-": 0.16522103548049927 + }, + "id": "tp_11291" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1411378, + "label": "P", + "classification": { + "B": 3.2591429771855474e-05, + "S": 7.137248030630872e-05, + "I": 0.006285710725933313, + "C": 0.0001127922223531641, + "R": 0.00015380170952994376, + "M": 0.0003140464541502297, + "O": 0.00038753310218453407, + "W": 8.548932237317786e-05, + "N": 0.0007546269916929305, + "Y": 0.003230211092159152, + "U": 3.2786741940071806e-05, + "K": 0.00041288856300525367, + "L": 4.220646223984659e-05, + "G": 0.001401412533596158, + "F": 0.01252097450196743, + "E": 0.0015080454759299755, + "T": 0.003101989161223173, + "P": 0.5083929896354675, + "-": 0.4611586034297943 + }, + "id": "tp_11292" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1411512, + "label": "P", + "classification": { + "B": 4.451865970622748e-05, + "S": 2.4724427930777892e-05, + "I": 0.0021604555658996105, + "C": 2.9978737074998207e-05, + "R": 1.1880539204867091e-05, + "M": 0.00016982491069938987, + "O": 0.0001657312095630914, + "W": 1.807051921787206e-05, + "N": 0.000281364715192467, + "Y": 0.0004644424479920417, + "U": 4.6831123654555995e-06, + "K": 1.3098851013637614e-05, + "L": 1.5108164006960578e-05, + "G": 0.0003033357788808644, + "F": 0.0025494664441794157, + "E": 0.0008653210825286806, + "T": 0.0006536176078952849, + "P": 0.7329604625701904, + "-": 0.25926393270492554 + }, + "id": "tp_11293" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1411645, + "label": "-", + "classification": { + "B": 3.018604274984682e-06, + "S": 6.524154287035344e-06, + "I": 0.012168087996542454, + "C": 3.536381700541824e-05, + "R": 1.1500730579427909e-05, + "M": 0.00022727179748471826, + "O": 7.338413706747815e-05, + "W": 3.732249069798854e-06, + "N": 0.0002284081856487319, + "Y": 0.004150163847953081, + "U": 9.77417585090734e-07, + "K": 1.4754962194274412e-06, + "L": 6.870681772852549e-06, + "G": 0.0002954340889118612, + "F": 0.0005299784825183451, + "E": 0.0005513597861863673, + "T": 0.005138535518199205, + "P": 0.45147842168807983, + "-": 0.52508944272995 + }, + "id": "tp_11294" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1411778, + "label": "-", + "classification": { + "B": 0.0001634669170016423, + "S": 0.0005636608111672103, + "I": 0.010191972367465496, + "C": 0.0009803572902455926, + "R": 0.00035170390037819743, + "M": 0.0015608940739184618, + "O": 0.0013520526699721813, + "W": 0.0004201261617708951, + "N": 0.0030888819601386786, + "Y": 0.00650235777720809, + "U": 0.00025290195480920374, + "K": 0.0017106810119003057, + "L": 0.00025157243362627923, + "G": 0.003369673155248165, + "F": 0.0363629125058651, + "E": 0.009338163770735264, + "T": 0.00662350794300437, + "P": 0.442383348941803, + "-": 0.4745316803455353 + }, + "id": "tp_11295" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1411879, + "label": "P", + "classification": { + "B": 2.6048219297081232e-05, + "S": 1.6638807210256346e-05, + "I": 0.0013709865743294358, + "C": 7.047131657600403e-05, + "R": 1.9606932255555876e-05, + "M": 0.00010749252396635711, + "O": 0.00013743351155426353, + "W": 2.7689999114954844e-05, + "N": 0.0001904519449453801, + "Y": 0.0012106253998354077, + "U": 1.0526590813242365e-05, + "K": 0.0002978764823637903, + "L": 9.66706829785835e-06, + "G": 0.0008817173657007515, + "F": 0.011365417391061783, + "E": 0.002195376204326749, + "T": 0.0006246626144275069, + "P": 0.5442118644714355, + "-": 0.4372254014015198 + }, + "id": "tp_11296" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1412012, + "label": "P", + "classification": { + "B": 2.370080619584769e-05, + "S": 6.867349293315783e-05, + "I": 0.050548065453767776, + "C": 0.0006621952634304762, + "R": 0.00029041271773166955, + "M": 0.000766621669754386, + "O": 0.00042109357309527695, + "W": 6.518750888062641e-05, + "N": 0.006198083516210318, + "Y": 0.006981567945331335, + "U": 5.584074096987024e-05, + "K": 0.0013785621849820018, + "L": 3.1561874493490905e-05, + "G": 0.0017901622923091054, + "F": 0.007156594190746546, + "E": 0.009496072307229042, + "T": 0.0028511984273791313, + "P": 0.6708588004112244, + "-": 0.24035561084747314 + }, + "id": "tp_11297" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1412145, + "label": "P", + "classification": { + "B": 6.107856442838511e-09, + "S": 1.2857291231682666e-08, + "I": 0.0006696813507005572, + "C": 4.924505674352986e-07, + "R": 5.6412556403984127e-08, + "M": 4.6664496267112554e-07, + "O": 1.8491179787361034e-07, + "W": 9.293565028656303e-09, + "N": 1.275574595638318e-05, + "Y": 3.312958506285213e-05, + "U": 7.264169266107956e-09, + "K": 2.1656555304616631e-07, + "L": 5.474942721406251e-09, + "G": 3.3843034543679096e-06, + "F": 9.77963354671374e-05, + "E": 8.537630492355675e-05, + "T": 4.929498118144693e-06, + "P": 0.940817654132843, + "-": 0.05827375128865242 + }, + "id": "tp_11298" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1412279, + "label": "P", + "classification": { + "B": 0.00036804890260100365, + "S": 0.00027780860546045005, + "I": 0.1105925515294075, + "C": 0.004863813519477844, + "R": 0.0013277664547786117, + "M": 0.004794484470039606, + "O": 0.0013337756972759962, + "W": 0.00036191943218000233, + "N": 0.007386467885226011, + "Y": 0.05481277033686638, + "U": 0.00025095880846492946, + "K": 0.0011428621364757419, + "L": 0.0003479383303783834, + "G": 0.012391929514706135, + "F": 0.010111259296536446, + "E": 0.03038647212088108, + "T": 0.017838312312960625, + "P": 0.4020911157131195, + "-": 0.33931973576545715 + }, + "id": "tp_11299" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1412379, + "label": "-", + "classification": { + "B": 4.398697910801275e-06, + "S": 1.3864188986190129e-05, + "I": 0.002704133978113532, + "C": 0.00015316293865907937, + "R": 6.404405576176941e-05, + "M": 0.000411123939557001, + "O": 0.00015879212878644466, + "W": 2.0822699298150837e-05, + "N": 0.0001887835533125326, + "Y": 0.012719973921775818, + "U": 1.2384263754938729e-05, + "K": 0.00021264792303554714, + "L": 1.9514496671035886e-05, + "G": 0.0011283349012956023, + "F": 0.013053635135293007, + "E": 0.001021142234094441, + "T": 0.006784830242395401, + "P": 0.15158267319202423, + "-": 0.809745728969574 + }, + "id": "tp_11300" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1412513, + "label": "-", + "classification": { + "B": 1.748637572518419e-07, + "S": 2.7450267836570674e-08, + "I": 6.444984319387004e-05, + "C": 1.2538115470306366e-06, + "R": 1.2810178873223776e-07, + "M": 1.047111891239183e-05, + "O": 2.9054849619569723e-06, + "W": 7.833931192635646e-08, + "N": 1.1769778893722105e-06, + "Y": 0.00012566367513500154, + "U": 8.003113549648333e-08, + "K": 6.775358940558363e-08, + "L": 3.3718086456246965e-07, + "G": 3.583324360079132e-05, + "F": 0.0001571946922922507, + "E": 5.736362436437048e-05, + "T": 0.00016369076911360025, + "P": 0.2958819568157196, + "-": 0.7034971117973328 + }, + "id": "tp_11301" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1412646, + "label": "P", + "classification": { + "B": 0.0021176175214350224, + "S": 0.00077159667853266, + "I": 0.05083624646067619, + "C": 0.0034227347932755947, + "R": 0.0013543933164328337, + "M": 0.005957270972430706, + "O": 0.003442425513640046, + "W": 0.0005380990915000439, + "N": 0.005554479081183672, + "Y": 0.007697644177824259, + "U": 0.00022865459322929382, + "K": 0.0001568598672747612, + "L": 0.0019292025826871395, + "G": 0.01435951516032219, + "F": 0.01807294227182865, + "E": 0.01972677931189537, + "T": 0.006379560101777315, + "P": 0.5891290307044983, + "-": 0.26832500100135803 + }, + "id": "tp_11302" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1412779, + "label": "P", + "classification": { + "B": 0.00013650183973368257, + "S": 0.00015822188288439065, + "I": 0.006754329428076744, + "C": 0.00022333426750265062, + "R": 0.00013154825137462467, + "M": 0.0005027657607570291, + "O": 0.0005393169121816754, + "W": 0.0002141109580406919, + "N": 0.0012579895555973053, + "Y": 0.0030948652420192957, + "U": 7.586872379761189e-05, + "K": 0.0007241981802508235, + "L": 7.61331248213537e-05, + "G": 0.0013953681336715817, + "F": 0.01568838581442833, + "E": 0.004440355114638805, + "T": 0.0019787990022450686, + "P": 0.6365275979042053, + "-": 0.3260803818702698 + }, + "id": "tp_11303" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1412880, + "label": "-", + "classification": { + "B": 8.269102181657217e-06, + "S": 5.686018994310871e-06, + "I": 0.0018359344685450196, + "C": 0.0006423232262022793, + "R": 6.189106352394447e-05, + "M": 0.0003568435204215348, + "O": 9.031577064888552e-05, + "W": 1.2084772606613114e-05, + "N": 0.0001904372766148299, + "Y": 0.005194331053644419, + "U": 1.9368200810276903e-05, + "K": 0.0018865548772737384, + "L": 8.217053618864156e-06, + "G": 0.002357825869694352, + "F": 0.015589703805744648, + "E": 0.005534181836992502, + "T": 0.0010754424147307873, + "P": 0.1486397385597229, + "-": 0.816490888595581 + }, + "id": "tp_11304" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1413013, + "label": "P", + "classification": { + "B": 9.69244574662298e-05, + "S": 0.00016891912673600018, + "I": 0.03287297114729881, + "C": 0.002095972653478384, + "R": 0.0006784458528272808, + "M": 0.0018525528721511364, + "O": 0.0009806122398003936, + "W": 0.0002721527707763016, + "N": 0.006348065100610256, + "Y": 0.04206797480583191, + "U": 0.00011703436030074954, + "K": 0.012379162944853306, + "L": 8.137438271660358e-05, + "G": 0.01262866985052824, + "F": 0.03362240269780159, + "E": 0.03697659447789192, + "T": 0.005983168259263039, + "P": 0.4542827904224396, + "-": 0.35649412870407104 + }, + "id": "tp_11305" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1413146, + "label": "-", + "classification": { + "B": 2.4877809323697875e-07, + "S": 4.805071185387533e-08, + "I": 1.801949110813439e-05, + "C": 6.523125648527639e-07, + "R": 8.448343891132026e-08, + "M": 6.580644367204513e-06, + "O": 3.4406907616357785e-06, + "W": 6.288655640673824e-08, + "N": 4.888335638497665e-07, + "Y": 4.5958815462654456e-05, + "U": 1.817018180361174e-08, + "K": 1.9980340937308938e-08, + "L": 1.1349705886232186e-07, + "G": 1.0211681910732295e-05, + "F": 6.993388524278998e-05, + "E": 5.0475041462050285e-06, + "T": 0.00012632716970983893, + "P": 0.10528550297021866, + "-": 0.8944271802902222 + }, + "id": "tp_11306" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1413280, + "label": "-", + "classification": { + "B": 2.788575947931804e-08, + "S": 5.123449220434395e-09, + "I": 9.064502592082135e-06, + "C": 1.3345638194550702e-07, + "R": 1.9632697245697273e-08, + "M": 4.957435066899052e-06, + "O": 1.1815717471108655e-06, + "W": 4.92928764472822e-09, + "N": 1.7057548973298253e-07, + "Y": 4.686897955252789e-05, + "U": 1.5131776942567399e-09, + "K": 1.6020492710211442e-09, + "L": 3.421747152287935e-08, + "G": 1.3762973139819223e-05, + "F": 5.729209806304425e-05, + "E": 5.8450750657357275e-06, + "T": 0.00010181027028011158, + "P": 0.1842600405216217, + "-": 0.8154988884925842 + }, + "id": "tp_11307" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1413380, + "label": "-", + "classification": { + "B": 7.031588324935001e-07, + "S": 7.498090326407691e-07, + "I": 0.0002075416996376589, + "C": 6.219992428668775e-06, + "R": 7.213662911453866e-07, + "M": 8.207220162148587e-06, + "O": 8.661288120492827e-06, + "W": 7.332175187002576e-07, + "N": 1.5378180250991136e-05, + "Y": 9.574276191415265e-05, + "U": 4.0788262367641437e-07, + "K": 3.2056668715085834e-06, + "L": 4.155852195708576e-07, + "G": 2.0478864826145582e-05, + "F": 0.0009102907497435808, + "E": 0.00011336590978316963, + "T": 0.00012121453619329259, + "P": 0.4299279749393463, + "-": 0.5685580372810364 + }, + "id": "tp_11308" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1413514, + "label": "P", + "classification": { + "B": 4.715976956504164e-06, + "S": 9.260330813276596e-08, + "I": 0.0018532916437834501, + "C": 3.4394626709399745e-05, + "R": 1.7271635215365677e-06, + "M": 9.46196450968273e-05, + "O": 5.409230652730912e-06, + "W": 3.268395687427983e-07, + "N": 1.9155142581439577e-05, + "Y": 0.00042039481922984123, + "U": 6.651142143709876e-07, + "K": 3.671295303320221e-07, + "L": 2.73431692221493e-06, + "G": 0.00037474167766049504, + "F": 0.00023309828247874975, + "E": 0.002147601917386055, + "T": 0.00029402566724456847, + "P": 0.7138214707374573, + "-": 0.2806912064552307 + }, + "id": "tp_11309" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1413647, + "label": "-", + "classification": { + "B": 7.606548933836166e-06, + "S": 1.2305223208386451e-05, + "I": 0.0012787107843905687, + "C": 0.00020475054043345153, + "R": 2.4847540771588683e-05, + "M": 0.00016062472423072904, + "O": 0.00010682682477636263, + "W": 1.871940003184136e-05, + "N": 0.0001616629888303578, + "Y": 0.0015098185976967216, + "U": 1.3725125427299645e-05, + "K": 8.348493429366499e-05, + "L": 1.0071438737213612e-05, + "G": 0.00041428214171901345, + "F": 0.003994784317910671, + "E": 0.0012801322154700756, + "T": 0.0013738949783146381, + "P": 0.37427183985710144, + "-": 0.6150717735290527 + }, + "id": "tp_11310" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1413780, + "label": "-", + "classification": { + "B": 6.09843209531391e-06, + "S": 1.1830758921860252e-05, + "I": 0.0013619153760373592, + "C": 0.00012242932280059904, + "R": 1.9576045815483667e-05, + "M": 0.00018122824258171022, + "O": 9.938020230038092e-05, + "W": 1.672844882705249e-05, + "N": 0.00020196322293486446, + "Y": 0.0018334930064156651, + "U": 5.3855133046454284e-06, + "K": 0.0002980154240503907, + "L": 8.518019967596047e-06, + "G": 0.001104984083212912, + "F": 0.030344052240252495, + "E": 0.004315414000302553, + "T": 0.0008684214553795755, + "P": 0.4145052134990692, + "-": 0.544695258140564 + }, + "id": "tp_11311" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1413881, + "label": "-", + "classification": { + "B": 8.787584988567687e-07, + "S": 8.620691573923978e-07, + "I": 0.000816230836790055, + "C": 2.3489754312322475e-05, + "R": 3.3416713449696545e-06, + "M": 2.545347342675086e-05, + "O": 9.164824405161198e-06, + "W": 1.4850427305646008e-06, + "N": 6.337112426990643e-05, + "Y": 0.0008569355704821646, + "U": 1.987286395888077e-06, + "K": 0.00010238106915494427, + "L": 6.68227130518062e-07, + "G": 0.00010854334686882794, + "F": 0.004839872010052204, + "E": 0.0012187870452180505, + "T": 0.0002762910444289446, + "P": 0.4417765736579895, + "-": 0.5498737692832947 + }, + "id": "tp_11312" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1414014, + "label": "P", + "classification": { + "B": 4.979246170933038e-08, + "S": 1.4558284533450205e-07, + "I": 0.00019787649216596037, + "C": 1.4249802688937052e-06, + "R": 2.6482547355044517e-07, + "M": 2.1890421066927956e-06, + "O": 3.5131738513882738e-06, + "W": 2.953274247374793e-07, + "N": 1.5964784324751236e-05, + "Y": 5.310689812176861e-05, + "U": 7.480624475419972e-08, + "K": 8.083826287474949e-06, + "L": 2.9719567251618173e-08, + "G": 1.9029586837859824e-05, + "F": 0.0007808516384102404, + "E": 0.000168288781424053, + "T": 3.1653777114115655e-05, + "P": 0.6246194243431091, + "-": 0.37409764528274536 + }, + "id": "tp_11313" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1414147, + "label": "P", + "classification": { + "B": 2.482678382875747e-06, + "S": 2.9896523301431444e-07, + "I": 0.0036144780460745096, + "C": 3.617776383180171e-05, + "R": 5.727041752834339e-06, + "M": 6.167017272673547e-05, + "O": 8.633204743091483e-06, + "W": 7.111080435606709e-07, + "N": 7.370381354121491e-05, + "Y": 0.0007842004997655749, + "U": 1.7488393950770842e-06, + "K": 3.799304067797493e-06, + "L": 3.2229424959950848e-06, + "G": 0.00036172333057038486, + "F": 0.0014029910089448094, + "E": 0.0022037180606275797, + "T": 0.00027529089129529893, + "P": 0.6933612823486328, + "-": 0.29779815673828125 + }, + "id": "tp_11314" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1414281, + "label": "P", + "classification": { + "B": 0.0014340191846713424, + "S": 0.00032319914316758513, + "I": 0.19582276046276093, + "C": 0.0029837503097951412, + "R": 0.0003940709284506738, + "M": 0.009480510838329792, + "O": 0.0007880692719481885, + "W": 0.0001237747201230377, + "N": 0.00834660418331623, + "Y": 0.02082814835011959, + "U": 2.8504997317213565e-05, + "K": 0.00021888715855311602, + "L": 0.0005013581831008196, + "G": 0.02949761040508747, + "F": 0.008897547610104084, + "E": 0.2574458122253418, + "T": 0.005843100603669882, + "P": 0.360717236995697, + "-": 0.09632498770952225 + }, + "id": "tp_11315" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1414381, + "label": "-", + "classification": { + "B": 5.870904715266079e-05, + "S": 4.715133036370389e-05, + "I": 0.0025618444196879864, + "C": 0.00033540226286277175, + "R": 7.30977626517415e-05, + "M": 0.0016354568069800735, + "O": 0.0006147139356471598, + "W": 5.1015282224398106e-05, + "N": 0.00036679545883089304, + "Y": 0.002309192903339863, + "U": 3.1618314096704125e-05, + "K": 0.0001172298434539698, + "L": 0.00013203767593950033, + "G": 0.0020648317877203226, + "F": 0.013084527105093002, + "E": 0.004320297855883837, + "T": 0.00430713314563036, + "P": 0.23432034254074097, + "-": 0.7335686087608337 + }, + "id": "tp_11316" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1414515, + "label": "-", + "classification": { + "B": 4.044100205646828e-05, + "S": 3.820912752416916e-06, + "I": 0.0030279180500656366, + "C": 0.00012246309779584408, + "R": 2.5527551770210266e-05, + "M": 0.0008250424871221185, + "O": 0.00012551089457701892, + "W": 7.323711997742066e-06, + "N": 0.00010341933375457302, + "Y": 0.0029956356156617403, + "U": 4.46427111455705e-06, + "K": 4.911490123049589e-06, + "L": 2.289322583237663e-05, + "G": 0.0016914046136662364, + "F": 0.002432254608720541, + "E": 0.0020854792091995478, + "T": 0.0015559757594019175, + "P": 0.4215563237667084, + "-": 0.5633692145347595 + }, + "id": "tp_11317" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1414648, + "label": "-", + "classification": { + "B": 7.091688075888669e-06, + "S": 8.08377535577165e-06, + "I": 0.0015201842179521918, + "C": 8.181861630873755e-05, + "R": 1.958292705239728e-05, + "M": 7.054134039208293e-05, + "O": 5.777272235718556e-05, + "W": 1.779602280294057e-05, + "N": 0.0002229188830824569, + "Y": 0.0016227873275056481, + "U": 1.2077849532943219e-05, + "K": 0.0009959496092051268, + "L": 5.285133738652803e-06, + "G": 0.0011150154750794172, + "F": 0.01835976168513298, + "E": 0.004408140666782856, + "T": 0.0006364330765791237, + "P": 0.432338684797287, + "-": 0.5385000109672546 + }, + "id": "tp_11318" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1414781, + "label": "P", + "classification": { + "B": 3.4692197914409917e-06, + "S": 3.1409305734086956e-07, + "I": 0.0009064797777682543, + "C": 1.71575702552218e-05, + "R": 2.6513271222938783e-06, + "M": 1.9285385860712267e-05, + "O": 8.630774573248345e-06, + "W": 8.845484558150929e-07, + "N": 2.3044016415951774e-05, + "Y": 0.00018330018792767078, + "U": 5.200220698498015e-07, + "K": 4.2053551396747935e-07, + "L": 1.054878566719708e-06, + "G": 8.03617513156496e-05, + "F": 0.00024024535377975553, + "E": 0.00021724692487623543, + "T": 0.0001390796824125573, + "P": 0.7768128514289856, + "-": 0.22134298086166382 + }, + "id": "tp_11319" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1414882, + "label": "-", + "classification": { + "B": 1.3130696174812329e-07, + "S": 1.2964457596353895e-07, + "I": 0.00028389651561155915, + "C": 4.400426405481994e-06, + "R": 2.290782049385598e-06, + "M": 3.996294617536478e-05, + "O": 8.503239769197535e-06, + "W": 4.156566717483656e-07, + "N": 6.874971859360812e-06, + "Y": 0.0022146126721054316, + "U": 1.0095641300722491e-07, + "K": 4.516019544098526e-06, + "L": 2.6100585159838374e-07, + "G": 0.00014563347212970257, + "F": 0.0015405347803607583, + "E": 0.0002759426715783775, + "T": 0.0004471002612262964, + "P": 0.10411659628152847, + "-": 0.8909081220626831 + }, + "id": "tp_11320" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1415015, + "label": "-", + "classification": { + "B": 7.510701107094064e-05, + "S": 6.169066909933463e-05, + "I": 0.006167182233184576, + "C": 0.0007962255040183663, + "R": 0.00030306325061246753, + "M": 0.0009361300035379827, + "O": 0.0004813828272745013, + "W": 7.600017124786973e-05, + "N": 0.0008650548988953233, + "Y": 0.012081393972039223, + "U": 0.00011227427603444085, + "K": 0.0008351707947440445, + "L": 7.624714635312557e-05, + "G": 0.0036085830070078373, + "F": 0.013777822256088257, + "E": 0.0036040020640939474, + "T": 0.004230002406984568, + "P": 0.39405426383018494, + "-": 0.5578584671020508 + }, + "id": "tp_11321" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1415148, + "label": "P", + "classification": { + "B": 5.344237706594868e-06, + "S": 4.905404011879e-07, + "I": 0.000886580441147089, + "C": 2.559623317210935e-05, + "R": 3.8893986129551195e-06, + "M": 2.4041284632403404e-05, + "O": 1.3932166439190041e-05, + "W": 1.5421097714352072e-06, + "N": 3.6276444006944075e-05, + "Y": 0.00020233607210684568, + "U": 1.0206214255958912e-06, + "K": 1.0879658702833694e-06, + "L": 1.5767133163535618e-06, + "G": 0.00012039687862852588, + "F": 0.000490891223307699, + "E": 0.00036528240889310837, + "T": 0.00016850890824571252, + "P": 0.748539388179779, + "-": 0.24911178648471832 + }, + "id": "tp_11322" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1415282, + "label": "-", + "classification": { + "B": 2.800170477712527e-07, + "S": 1.3832783452016884e-07, + "I": 0.00175286375451833, + "C": 2.2111031285021454e-05, + "R": 4.274686489225132e-06, + "M": 4.887842806056142e-05, + "O": 7.576806183351437e-06, + "W": 7.499328944504668e-07, + "N": 2.669697641977109e-05, + "Y": 0.0012239342322573066, + "U": 7.028110076134908e-07, + "K": 1.9544111637515016e-05, + "L": 3.974390665462124e-07, + "G": 0.0001069917852873914, + "F": 0.0009635268361307681, + "E": 0.00021858338732272387, + "T": 0.0003543627099134028, + "P": 0.3101527988910675, + "-": 0.6850956082344055 + }, + "id": "tp_11323" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1415382, + "label": "-", + "classification": { + "B": 1.3539201759726893e-08, + "S": 3.035995632671984e-08, + "I": 7.454666047124192e-05, + "C": 9.372735121360165e-07, + "R": 9.485356144978141e-08, + "M": 3.0555793273379095e-06, + "O": 1.370388304167136e-06, + "W": 5.0345992264055894e-08, + "N": 2.198805532316328e-06, + "Y": 3.8052749005146325e-05, + "U": 2.636255125310072e-08, + "K": 8.977938819043629e-07, + "L": 3.137660442575907e-08, + "G": 1.2433950359991286e-05, + "F": 0.0006955454591661692, + "E": 6.40185025986284e-05, + "T": 2.8693766580545343e-05, + "P": 0.3513626754283905, + "-": 0.6477153301239014 + }, + "id": "tp_11324" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1415516, + "label": "P", + "classification": { + "B": 0.0001416370942024514, + "S": 0.00013200996909290552, + "I": 0.08059938997030258, + "C": 0.0034362783189862967, + "R": 0.0012395342346280813, + "M": 0.003726581810042262, + "O": 0.0010467171669006348, + "W": 0.0001370026293443516, + "N": 0.00596629036590457, + "Y": 0.031617384403944016, + "U": 0.00010562368697719648, + "K": 0.0009303642436861992, + "L": 0.00021795298380311579, + "G": 0.014556655660271645, + "F": 0.01276151929050684, + "E": 0.023623181506991386, + "T": 0.013539763167500496, + "P": 0.45687609910964966, + "-": 0.34934601187705994 + }, + "id": "tp_11325" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1415649, + "label": "P", + "classification": { + "B": 6.96675488143228e-06, + "S": 6.797213814024872e-07, + "I": 0.0017201651353389025, + "C": 1.5655627066735178e-05, + "R": 3.4971294553542975e-06, + "M": 8.106799941742793e-05, + "O": 2.2103255105321296e-05, + "W": 1.246963620360475e-06, + "N": 3.1063340429682285e-05, + "Y": 0.0002864848356693983, + "U": 5.452268965200346e-07, + "K": 9.355952101941512e-07, + "L": 2.892836619139416e-06, + "G": 0.0001841643825173378, + "F": 0.0005045214202255011, + "E": 0.0005960672860965133, + "T": 0.00022610454470850527, + "P": 0.5701263546943665, + "-": 0.4261893928050995 + }, + "id": "tp_11326" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1415782, + "label": "-", + "classification": { + "B": 0.00016000322648324072, + "S": 0.00011406662088120356, + "I": 0.024211660027503967, + "C": 0.0018699183128774166, + "R": 0.0007144014816731215, + "M": 0.005972572602331638, + "O": 0.001463148626498878, + "W": 0.00014593740343116224, + "N": 0.0023414494935423136, + "Y": 0.020386677235364914, + "U": 0.0001673723163548857, + "K": 0.00035262349410913885, + "L": 0.0003030122898053378, + "G": 0.008720168843865395, + "F": 0.005078504793345928, + "E": 0.007963680662214756, + "T": 0.02848418988287449, + "P": 0.30098956823349, + "-": 0.5905611515045166 + }, + "id": "tp_11327" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1415883, + "label": "-", + "classification": { + "B": 0.00022514427837450057, + "S": 3.26693661918398e-05, + "I": 0.0018514919793233275, + "C": 0.0001093868850148283, + "R": 2.6205525500699878e-05, + "M": 0.0012424520682543516, + "O": 0.00042037066305056214, + "W": 3.151291821268387e-05, + "N": 6.938348815310746e-05, + "Y": 0.0010418333113193512, + "U": 4.948539753968362e-06, + "K": 1.184302846013452e-06, + "L": 0.00019700844131875783, + "G": 0.0019229018362239003, + "F": 0.003032407956197858, + "E": 0.0028862159233540297, + "T": 0.0013387231156229973, + "P": 0.41337358951568604, + "-": 0.5721925497055054 + }, + "id": "tp_11328" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1416016, + "label": "P", + "classification": { + "B": 7.322830697376048e-06, + "S": 2.6255079319525976e-06, + "I": 0.00029699524748139083, + "C": 8.51360982778715e-06, + "R": 1.484842982790724e-06, + "M": 6.29473288427107e-05, + "O": 2.6794130462803878e-05, + "W": 3.349264488861081e-06, + "N": 4.1400184272788465e-05, + "Y": 0.000508236582390964, + "U": 1.3086984154142556e-06, + "K": 2.0422621673787944e-05, + "L": 1.9106807940261206e-06, + "G": 0.0001746220514178276, + "F": 0.0043047345243394375, + "E": 0.002007758244872093, + "T": 0.0003422749286983162, + "P": 0.5331933498382568, + "-": 0.45899397134780884 + }, + "id": "tp_11329" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1416149, + "label": "P", + "classification": { + "B": 1.531583251335178e-07, + "S": 1.4994343544572075e-08, + "I": 0.00019029740360565484, + "C": 2.077690623991657e-06, + "R": 7.272762303500713e-08, + "M": 1.2084474292350933e-06, + "O": 4.064401650794025e-07, + "W": 4.3768000779209615e-08, + "N": 6.254135769268032e-06, + "Y": 2.3934162527439184e-05, + "U": 7.82233868790172e-08, + "K": 1.175541001430247e-06, + "L": 2.167491608418004e-08, + "G": 7.622771136084339e-06, + "F": 0.0002299675834365189, + "E": 0.00022998293570708483, + "T": 1.3583525287685916e-05, + "P": 0.8140616416931152, + "-": 0.18523141741752625 + }, + "id": "tp_11330" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1416283, + "label": "P", + "classification": { + "B": 0.0005130028584972024, + "S": 0.0005449322634376585, + "I": 0.033471569418907166, + "C": 0.0007249708869494498, + "R": 0.00018278045172337443, + "M": 0.0025908853858709335, + "O": 0.0004824684001505375, + "W": 0.00023758334282319993, + "N": 0.007677656132727861, + "Y": 0.006300271954387426, + "U": 0.00020447728456929326, + "K": 0.0017648785142228007, + "L": 0.0001656964304856956, + "G": 0.003654903033748269, + "F": 0.009497825056314468, + "E": 0.040973298251628876, + "T": 0.004434188362210989, + "P": 0.7721143960952759, + "-": 0.11446429789066315 + }, + "id": "tp_11331" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1416383, + "label": "-", + "classification": { + "B": 0.00016767295892350376, + "S": 0.000279988074908033, + "I": 0.022147277370095253, + "C": 0.0003679380752146244, + "R": 0.0002477669913787395, + "M": 0.0018425681628286839, + "O": 0.0008656870923005044, + "W": 0.00015771167818456888, + "N": 0.0018334882333874702, + "Y": 0.01964995637536049, + "U": 3.8740981835871935e-05, + "K": 0.0005249956739135087, + "L": 9.93279754766263e-05, + "G": 0.0032719832379370928, + "F": 0.012619772925972939, + "E": 0.0035287945065647364, + "T": 0.009409965947270393, + "P": 0.4060680568218231, + "-": 0.5168783664703369 + }, + "id": "tp_11332" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1416517, + "label": "-", + "classification": { + "B": 0.003400638001039624, + "S": 0.0039594462141394615, + "I": 0.04103444516658783, + "C": 0.017053857445716858, + "R": 0.007268116809427738, + "M": 0.014346846379339695, + "O": 0.007856682874262333, + "W": 0.006129765417426825, + "N": 0.021660158410668373, + "Y": 0.05886842682957649, + "U": 0.0037411318626254797, + "K": 0.11755942553281784, + "L": 0.0028551083523780107, + "G": 0.04249337688088417, + "F": 0.11503751575946808, + "E": 0.11958716809749603, + "T": 0.028194794431328773, + "P": 0.13625584542751312, + "-": 0.2526973485946655 + }, + "id": "tp_11333" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1416650, + "label": "-", + "classification": { + "B": 6.327783921733499e-05, + "S": 7.986978016560897e-05, + "I": 0.01346520520746708, + "C": 0.0011094369692727923, + "R": 0.00017082066915463656, + "M": 0.0008729210239835083, + "O": 0.0005198750295676291, + "W": 0.00017102556012105197, + "N": 0.002340224338695407, + "Y": 0.013245146721601486, + "U": 9.091106767300516e-05, + "K": 0.0020538410171866417, + "L": 6.25655593466945e-05, + "G": 0.002857136307284236, + "F": 0.013288134709000587, + "E": 0.029181376099586487, + "T": 0.0049765445291996, + "P": 0.40371835231781006, + "-": 0.5117334127426147 + }, + "id": "tp_11334" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1416750, + "label": "P", + "classification": { + "B": 1.066482354872278e-06, + "S": 3.071695005019137e-07, + "I": 0.0011613121023401618, + "C": 1.4363638911163434e-05, + "R": 1.2642890396818984e-06, + "M": 3.826437023235485e-05, + "O": 4.661176717490889e-06, + "W": 2.0535813405331282e-07, + "N": 3.3799024095060304e-05, + "Y": 0.0003246057312935591, + "U": 5.285818360789563e-07, + "K": 4.89574972561968e-07, + "L": 1.2877048902737442e-06, + "G": 0.00012119165330659598, + "F": 0.0003447406634222716, + "E": 0.0006008752388879657, + "T": 0.0002204105694545433, + "P": 0.8444049954414368, + "-": 0.15272563695907593 + }, + "id": "tp_11335" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1416884, + "label": "-", + "classification": { + "B": 6.202315327996644e-10, + "S": 1.4411466464636646e-09, + "I": 2.3101774786482565e-06, + "C": 1.0439223707692236e-08, + "R": 6.972679100769597e-10, + "M": 5.152901394467335e-08, + "O": 6.794653018005192e-08, + "W": 2.915730767938385e-09, + "N": 1.0715138643035971e-07, + "Y": 2.6388568130641943e-06, + "U": 6.075812630790267e-10, + "K": 2.88013239924112e-07, + "L": 2.324320735880292e-10, + "G": 5.878720799046278e-07, + "F": 0.0004886382957920432, + "E": 1.1269568858551793e-05, + "T": 1.682853621787217e-06, + "P": 0.4126894474029541, + "-": 0.5868028998374939 + }, + "id": "tp_11336" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1417017, + "label": "-", + "classification": { + "B": 4.398774251512805e-07, + "S": 1.1205994354668292e-07, + "I": 4.951989831170067e-05, + "C": 2.1815180843987036e-06, + "R": 2.536006036280014e-07, + "M": 3.391068503333372e-06, + "O": 1.81124505616026e-06, + "W": 1.346749627373356e-07, + "N": 2.780842578431475e-06, + "Y": 0.0002602621098048985, + "U": 9.97517659584446e-08, + "K": 4.857388375967275e-06, + "L": 1.4242102963635261e-07, + "G": 8.12804646557197e-05, + "F": 0.0041736760176718235, + "E": 0.00031917827436700463, + "T": 8.244926721090451e-05, + "P": 0.2799675166606903, + "-": 0.7150499224662781 + }, + "id": "tp_11337" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1417150, + "label": "-", + "classification": { + "B": 1.1302361713205755e-08, + "S": 2.6896049831748314e-09, + "I": 0.00017407954146619886, + "C": 4.41944075646461e-06, + "R": 1.890272329774234e-07, + "M": 3.2486066174897132e-06, + "O": 3.4061065434798365e-07, + "W": 1.0704454211918346e-08, + "N": 1.3267872418509796e-06, + "Y": 5.484408757183701e-05, + "U": 1.8253992095651483e-08, + "K": 1.9449062449439225e-07, + "L": 1.675662097966324e-08, + "G": 1.281487311644014e-05, + "F": 0.0002609231451060623, + "E": 5.6299850257346407e-05, + "T": 1.977647298190277e-05, + "P": 0.32246655225753784, + "-": 0.67694491147995 + }, + "id": "tp_11338" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1417251, + "label": "-", + "classification": { + "B": 8.210790980456295e-08, + "S": 1.2929710635489755e-07, + "I": 0.00014617321721743792, + "C": 1.3259818842925597e-05, + "R": 2.487082838342758e-06, + "M": 1.0604760063870344e-05, + "O": 6.402478902600706e-06, + "W": 2.507250371763803e-07, + "N": 5.09787014379981e-06, + "Y": 0.000593853706959635, + "U": 3.988135119925573e-07, + "K": 5.5347313718812075e-06, + "L": 4.1171736597789277e-07, + "G": 7.53929271013476e-05, + "F": 0.001214661868289113, + "E": 4.380452446639538e-05, + "T": 0.0003224978281650692, + "P": 0.11168929934501648, + "-": 0.8858696222305298 + }, + "id": "tp_11339" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1417384, + "label": "P", + "classification": { + "B": 9.297601621938156e-08, + "S": 3.239262014176347e-08, + "I": 0.0001609000173630193, + "C": 1.3605282447315403e-06, + "R": 1.6465052965486393e-07, + "M": 7.440678473358275e-06, + "O": 1.1119312830487615e-06, + "W": 6.09069346069191e-08, + "N": 4.486257239477709e-06, + "Y": 7.872271817177534e-05, + "U": 2.154071765403387e-08, + "K": 6.776569421163003e-07, + "L": 3.512057134003044e-08, + "G": 1.6129570212797262e-05, + "F": 0.00046265305718407035, + "E": 0.0001477249461458996, + "T": 5.5111984693212435e-05, + "P": 0.6106464862823486, + "-": 0.38841676712036133 + }, + "id": "tp_11340" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1417518, + "label": "-", + "classification": { + "B": 4.401244098062307e-07, + "S": 3.832693096228468e-08, + "I": 7.4644294727477245e-06, + "C": 1.0562708894212847e-06, + "R": 8.341645951759347e-08, + "M": 4.93123570777243e-06, + "O": 2.5410395210201386e-06, + "W": 4.651990792581273e-08, + "N": 1.377313054717888e-07, + "Y": 4.4486168917501345e-05, + "U": 5.342154274501354e-09, + "K": 2.3717980468518363e-08, + "L": 2.1314021125817817e-07, + "G": 3.6441175325307995e-05, + "F": 0.002125838305801153, + "E": 1.8645747331902385e-05, + "T": 1.7878914150060154e-05, + "P": 0.07792820036411285, + "-": 0.919811487197876 + }, + "id": "tp_11341" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1417651, + "label": "-", + "classification": { + "B": 3.5633468087326037e-06, + "S": 4.042443833895959e-06, + "I": 0.0018273129826411605, + "C": 9.839799895416945e-05, + "R": 2.037276681221556e-05, + "M": 0.00011857502249768004, + "O": 6.516271241707727e-05, + "W": 5.439293090603314e-06, + "N": 0.0001306665944866836, + "Y": 0.0008248717058449984, + "U": 6.512620529974811e-06, + "K": 1.750476803863421e-05, + "L": 7.447767984558595e-06, + "G": 0.0002500347909517586, + "F": 0.0018151383846998215, + "E": 0.0005487336893565953, + "T": 0.0017347141401842237, + "P": 0.40824344754219055, + "-": 0.5842780470848083 + }, + "id": "tp_11342" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1417751, + "label": "-", + "classification": { + "B": 2.6502573469144863e-09, + "S": 4.056574187671913e-09, + "I": 1.1238535080337897e-06, + "C": 3.6005896930646486e-08, + "R": 2.8550168895691286e-09, + "M": 2.8132842544437153e-06, + "O": 5.425227413979883e-07, + "W": 5.133274694202328e-09, + "N": 2.7559382331787674e-08, + "Y": 5.0340345296717715e-06, + "U": 6.449923373175181e-10, + "K": 1.7512364891558718e-08, + "L": 7.555960301885989e-09, + "G": 7.695251724726404e-07, + "F": 0.0001463741937186569, + "E": 2.4022642719501164e-06, + "T": 2.245502582809422e-05, + "P": 0.028988024219870567, + "-": 0.9708304405212402 + }, + "id": "tp_11343" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1417885, + "label": "-", + "classification": { + "B": 1.0432993803988211e-05, + "S": 2.928073809016496e-05, + "I": 0.021987609565258026, + "C": 0.00033271234133280814, + "R": 0.00016586596029810607, + "M": 0.0019184171687811613, + "O": 0.00037097986205480993, + "W": 2.788235360640101e-05, + "N": 0.0010008827084675431, + "Y": 0.02133176103234291, + "U": 1.4975516933191102e-05, + "K": 0.0002114660746883601, + "L": 4.7389195970026776e-05, + "G": 0.00284973019734025, + "F": 0.006388862617313862, + "E": 0.004219517577439547, + "T": 0.012273943983018398, + "P": 0.28315621614456177, + "-": 0.6436620354652405 + }, + "id": "tp_11344" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1418018, + "label": "-", + "classification": { + "B": 1.001262504018996e-07, + "S": 2.1048467147011252e-07, + "I": 0.00022238559904508293, + "C": 3.991649009549292e-06, + "R": 9.983720019590692e-07, + "M": 1.8796803487930447e-05, + "O": 5.094133030070225e-06, + "W": 3.394082739305304e-07, + "N": 7.804841516190208e-06, + "Y": 0.0006020403234288096, + "U": 2.477496536812396e-07, + "K": 1.3715878139919369e-06, + "L": 3.400728019187227e-07, + "G": 2.635254895722028e-05, + "F": 0.0015116604045033455, + "E": 7.578153599752113e-05, + "T": 0.0004448910476639867, + "P": 0.27198514342308044, + "-": 0.7250924110412598 + }, + "id": "tp_11345" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1418151, + "label": "P", + "classification": { + "B": 4.829733057931662e-08, + "S": 1.0147385864911485e-07, + "I": 7.035082671791315e-05, + "C": 5.62265256576211e-07, + "R": 1.0013567930400313e-07, + "M": 1.2525182455647155e-06, + "O": 2.200880999225774e-06, + "W": 1.482037816913362e-07, + "N": 5.275894181977492e-06, + "Y": 1.991922181332484e-05, + "U": 5.798753477392893e-08, + "K": 4.259043180354638e-06, + "L": 1.95032416883123e-08, + "G": 4.5413999032462016e-06, + "F": 0.00045373960165306926, + "E": 4.174855712335557e-05, + "T": 3.285208367742598e-05, + "P": 0.554479718208313, + "-": 0.4448831379413605 + }, + "id": "tp_11346" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1418252, + "label": "-", + "classification": { + "B": 6.976941246961132e-10, + "S": 6.040386246741747e-11, + "I": 0.0002772436127997935, + "C": 8.65772472025128e-06, + "R": 5.407848675531568e-07, + "M": 1.240527922163892e-06, + "O": 1.194021024275571e-07, + "W": 1.0573507625011302e-09, + "N": 4.779232654072985e-07, + "Y": 0.0001558730291435495, + "U": 6.110032924055986e-09, + "K": 6.8592203028572385e-09, + "L": 1.3660429232231763e-08, + "G": 1.2773512935382314e-05, + "F": 3.669610669021495e-05, + "E": 1.9821416572085582e-05, + "T": 3.2873856980586424e-05, + "P": 0.19988447427749634, + "-": 0.7995691895484924 + }, + "id": "tp_11347" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1418385, + "label": "P", + "classification": { + "B": 1.6004227632038237e-07, + "S": 4.72710617316352e-08, + "I": 0.0007917259354144335, + "C": 8.547668585379142e-06, + "R": 5.111179461891879e-07, + "M": 2.276653867738787e-05, + "O": 2.443689481879119e-06, + "W": 1.087271215283181e-07, + "N": 1.7251359167858027e-05, + "Y": 0.0002821274392772466, + "U": 2.0567637193380506e-07, + "K": 2.2431313482229598e-06, + "L": 1.9104092530142225e-07, + "G": 4.963236642652191e-05, + "F": 0.0003486111818347126, + "E": 0.0007028335239738226, + "T": 9.178451000479981e-05, + "P": 0.6143110394477844, + "-": 0.38336777687072754 + }, + "id": "tp_11348" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1418519, + "label": "-", + "classification": { + "B": 9.998083472240182e-10, + "S": 9.699457209633167e-11, + "I": 2.0102593225601595e-06, + "C": 1.5293815991412885e-08, + "R": 1.190992082733544e-09, + "M": 4.5736845777355484e-07, + "O": 3.431166106793171e-08, + "W": 1.1272682093332875e-10, + "N": 5.568735250705004e-09, + "Y": 1.5724515833426267e-05, + "U": 9.377844334412799e-11, + "K": 8.104513171680594e-10, + "L": 1.4174896811880444e-09, + "G": 2.972215042973403e-06, + "F": 4.6754266804782674e-05, + "E": 3.2311245377059095e-06, + "T": 8.884775525075383e-06, + "P": 0.04650468751788139, + "-": 0.9534151554107666 + }, + "id": "tp_11349" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1418652, + "label": "-", + "classification": { + "B": 1.4568176887053141e-08, + "S": 4.5459089825783394e-09, + "I": 8.806925507087726e-06, + "C": 3.8854025774526235e-08, + "R": 2.9606530560499777e-09, + "M": 7.342986236835713e-07, + "O": 1.2156257866990927e-07, + "W": 5.313387951844106e-09, + "N": 2.77848215546328e-07, + "Y": 6.795227818656713e-05, + "U": 2.3113464475699175e-09, + "K": 1.645866518629191e-07, + "L": 2.166878232401359e-09, + "G": 6.181117896630894e-06, + "F": 0.00012962223263457417, + "E": 4.497269037528895e-05, + "T": 1.4144187844067346e-05, + "P": 0.4859912395477295, + "-": 0.5137355923652649 + }, + "id": "tp_11350" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1418752, + "label": "-", + "classification": { + "B": 1.0265174665846644e-07, + "S": 5.555496045417385e-07, + "I": 0.0003685125266201794, + "C": 2.263129317725543e-06, + "R": 4.101408705992071e-07, + "M": 1.328260259469971e-05, + "O": 6.0267402659519576e-06, + "W": 5.343810016711359e-07, + "N": 1.2160263395344373e-05, + "Y": 0.00015876538236625493, + "U": 1.8999976703071297e-07, + "K": 6.792806743760593e-07, + "L": 2.58135855801811e-07, + "G": 8.32559908303665e-06, + "F": 0.000363669270882383, + "E": 5.226775829214603e-05, + "T": 0.00037571683060377836, + "P": 0.3897172808647156, + "-": 0.608919084072113 + }, + "id": "tp_11351" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1418886, + "label": "P", + "classification": { + "B": 1.0953491624832168e-07, + "S": 8.319299240611144e-07, + "I": 0.0004853377758990973, + "C": 1.303847511735512e-06, + "R": 5.172092301108933e-07, + "M": 6.001829660817748e-06, + "O": 5.932913154538255e-06, + "W": 6.431434371734213e-07, + "N": 6.410290370695293e-05, + "Y": 0.0001603886776138097, + "U": 2.4206687498917745e-07, + "K": 3.367281533428468e-05, + "L": 6.918921968690483e-08, + "G": 1.2834220797230955e-05, + "F": 0.0008341174689121544, + "E": 0.00011024583363905549, + "T": 0.0003437928971834481, + "P": 0.5755098462104797, + "-": 0.42242997884750366 + }, + "id": "tp_11352" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1419019, + "label": "-", + "classification": { + "B": 4.209701387480891e-08, + "S": 2.24603926568534e-08, + "I": 2.4282036974909715e-05, + "C": 7.118024427654746e-07, + "R": 1.9069241830038663e-07, + "M": 6.3507945924357045e-06, + "O": 2.594573288661195e-06, + "W": 4.026897570952315e-08, + "N": 4.921294589621539e-07, + "Y": 0.00015375579823739827, + "U": 1.993652887222197e-08, + "K": 9.032670078568117e-08, + "L": 9.153396973715644e-08, + "G": 2.2454063582699746e-05, + "F": 0.0003164210938848555, + "E": 1.5916213669697754e-05, + "T": 0.00011912165064131841, + "P": 0.07894188910722733, + "-": 0.9203954935073853 + }, + "id": "tp_11353" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1419152, + "label": "-", + "classification": { + "B": 4.864965319484327e-09, + "S": 4.653473995031021e-10, + "I": 1.3450277265292243e-06, + "C": 1.285170583287254e-07, + "R": 5.306374450952944e-09, + "M": 3.279154441315768e-07, + "O": 1.1063870175576085e-07, + "W": 7.131601975629565e-10, + "N": 1.8352800168486283e-08, + "Y": 7.773471224936657e-06, + "U": 2.6344207371131745e-10, + "K": 6.368435223613744e-10, + "L": 4.1836916153670245e-09, + "G": 2.897040076277335e-06, + "F": 0.0001117881402024068, + "E": 1.4875766964905779e-06, + "T": 7.3578721639933065e-06, + "P": 0.14094892144203186, + "-": 0.8589178919792175 + }, + "id": "tp_11354" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1419253, + "label": "-", + "classification": { + "B": 0.0003301373217254877, + "S": 4.116698619327508e-06, + "I": 0.0002530800411477685, + "C": 7.3167611844837666e-06, + "R": 8.241441946665873e-07, + "M": 0.00020922248950228095, + "O": 9.691456216387451e-05, + "W": 2.4837445380399004e-06, + "N": 5.711176982003963e-06, + "Y": 0.00017366869724355638, + "U": 1.8988353644999734e-07, + "K": 9.29069656763204e-08, + "L": 1.9659761164803058e-05, + "G": 0.000338271347573027, + "F": 0.0006709047011099756, + "E": 0.0007685327436774969, + "T": 0.0001691301877144724, + "P": 0.2095167189836502, + "-": 0.7874329090118408 + }, + "id": "tp_11355" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1419386, + "label": "P", + "classification": { + "B": 2.4060543779569343e-08, + "S": 1.2264850468568511e-08, + "I": 2.8964837838429958e-05, + "C": 2.9810922796968953e-07, + "R": 4.622962634925898e-08, + "M": 4.686755801230902e-07, + "O": 1.0056027122118394e-06, + "W": 2.1756674684070276e-08, + "N": 6.697518415421655e-07, + "Y": 5.533959210879402e-06, + "U": 8.657130123879142e-09, + "K": 7.6088273459618e-09, + "L": 4.269234210596551e-08, + "G": 3.427460569582763e-06, + "F": 9.88474566838704e-05, + "E": 1.0664137334970292e-05, + "T": 1.7018199287122115e-05, + "P": 0.5537341833114624, + "-": 0.4460986852645874 + }, + "id": "tp_11356" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1419520, + "label": "P", + "classification": { + "B": 6.422653964222036e-09, + "S": 1.2035267005217065e-08, + "I": 3.143272260786034e-05, + "C": 3.327102504613322e-08, + "R": 3.3626490480997973e-09, + "M": 2.5166758632622077e-07, + "O": 1.1788429077341789e-07, + "W": 7.596775652984888e-09, + "N": 7.133461963348964e-07, + "Y": 3.4068991681124317e-06, + "U": 3.5350395943822832e-09, + "K": 5.0830664122258895e-08, + "L": 2.3240733781904055e-09, + "G": 3.263225210048404e-07, + "F": 6.342188862618059e-05, + "E": 1.1744004950742237e-05, + "T": 8.367143891518936e-06, + "P": 0.7633670568466187, + "-": 0.23651301860809326 + }, + "id": "tp_11357" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1419653, + "label": "P", + "classification": { + "B": 1.8345372154726647e-06, + "S": 1.5708202454334241e-06, + "I": 0.0011249055387452245, + "C": 1.9513625375111587e-05, + "R": 4.542268470686395e-06, + "M": 9.183571091853082e-05, + "O": 1.9620587409008294e-05, + "W": 1.914292397486861e-06, + "N": 8.436959615210071e-05, + "Y": 0.0009733481565490365, + "U": 1.4570850908057764e-06, + "K": 2.098816003126558e-05, + "L": 1.6903579762583831e-06, + "G": 0.0001685004826867953, + "F": 0.0030776604544371367, + "E": 0.000676028779707849, + "T": 0.000648637069389224, + "P": 0.6039044857025146, + "-": 0.3891770839691162 + }, + "id": "tp_11358" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1419753, + "label": "P", + "classification": { + "B": 6.653758100050311e-11, + "S": 8.105248243406304e-12, + "I": 6.260071359065478e-07, + "C": 1.0620397894456346e-09, + "R": 2.126871595509172e-11, + "M": 1.5478309745020624e-09, + "O": 1.032636420816857e-09, + "W": 1.1587091529319249e-11, + "N": 6.312250722118051e-09, + "Y": 1.5629939298378304e-07, + "U": 1.0314287618440332e-11, + "K": 1.617514733265324e-10, + "L": 8.05992425578772e-12, + "G": 3.4257002567983363e-08, + "F": 3.385111540410435e-06, + "E": 6.106292289587145e-07, + "T": 8.666570749937819e-08, + "P": 0.8768359422683716, + "-": 0.12315921485424042 + }, + "id": "tp_11359" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1419887, + "label": "P", + "classification": { + "B": 2.4247759355944254e-08, + "S": 9.735399153498747e-09, + "I": 0.000295675708912313, + "C": 2.343262622162001e-06, + "R": 4.188462554566286e-08, + "M": 8.99757014849456e-06, + "O": 7.493339921893494e-07, + "W": 1.1907169472635815e-08, + "N": 3.381698206794681e-06, + "Y": 4.6906036004656926e-05, + "U": 8.30023427766946e-09, + "K": 3.494469069664774e-08, + "L": 3.2414675388281466e-08, + "G": 1.4969667972764e-05, + "F": 7.19311210559681e-05, + "E": 0.0004721514997072518, + "T": 4.033777804579586e-05, + "P": 0.5768166184425354, + "-": 0.42222583293914795 + }, + "id": "tp_11360" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1420020, + "label": "-", + "classification": { + "B": 1.0694242519093677e-05, + "S": 7.703574738116004e-06, + "I": 0.002264052163809538, + "C": 3.5439079510979354e-05, + "R": 1.7651997040957212e-05, + "M": 0.00032096929498948157, + "O": 0.00011736006126739085, + "W": 1.6121695807669312e-05, + "N": 9.097417205339298e-05, + "Y": 0.006581912748515606, + "U": 4.6703071348019876e-06, + "K": 3.8481819501612335e-05, + "L": 1.1305770385661162e-05, + "G": 0.0007518278434872627, + "F": 0.0024301749654114246, + "E": 0.0005076474626548588, + "T": 0.0044969432055950165, + "P": 0.21557195484638214, + "-": 0.7667240500450134 + }, + "id": "tp_11361" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1420153, + "label": "-", + "classification": { + "B": 1.886139034468215e-05, + "S": 1.2125818216190964e-07, + "I": 4.955727490596473e-05, + "C": 3.3872029234771617e-06, + "R": 2.0834038139128097e-07, + "M": 2.1875319362152368e-05, + "O": 7.011456546024419e-06, + "W": 2.2862452908611886e-07, + "N": 1.0479984666744713e-06, + "Y": 4.693814116762951e-05, + "U": 9.254531363467322e-08, + "K": 5.544112013922131e-08, + "L": 1.967821390280733e-06, + "G": 0.0001305609184782952, + "F": 0.0010650641052052379, + "E": 0.0002323545777471736, + "T": 5.141271685715765e-05, + "P": 0.35812950134277344, + "-": 0.6402396559715271 + }, + "id": "tp_11362" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1420254, + "label": "-", + "classification": { + "B": 3.1378719067554073e-10, + "S": 3.888837030174841e-10, + "I": 8.715314834262244e-06, + "C": 2.0659150834489992e-08, + "R": 5.568177918746642e-09, + "M": 6.579367095582711e-08, + "O": 7.886090003239588e-08, + "W": 8.136025186900042e-10, + "N": 9.447852278299251e-08, + "Y": 8.953043106885161e-06, + "U": 5.315470841260606e-10, + "K": 3.6053055652018884e-08, + "L": 6.354993753454607e-10, + "G": 7.803396329109091e-07, + "F": 8.682616316946223e-05, + "E": 1.7815196997617022e-06, + "T": 3.903700417140499e-06, + "P": 0.22052408754825592, + "-": 0.7793647050857544 + }, + "id": "tp_11363" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1420387, + "label": "-", + "classification": { + "B": 2.237000273908052e-08, + "S": 8.779387883350864e-09, + "I": 2.0076175132999197e-05, + "C": 4.486926172830863e-07, + "R": 2.0874812989291058e-08, + "M": 5.9050589698017575e-06, + "O": 1.0763740192487603e-06, + "W": 8.173446808257268e-09, + "N": 5.017356556891173e-07, + "Y": 2.5930696210707538e-05, + "U": 1.1068379990319954e-08, + "K": 1.7857898271245176e-08, + "L": 4.286150812049527e-08, + "G": 7.227988135127816e-06, + "F": 0.0001250229252036661, + "E": 1.6209676687140018e-05, + "T": 0.00013155702617950737, + "P": 0.1542193740606308, + "-": 0.8454466462135315 + }, + "id": "tp_11364" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1420521, + "label": "-", + "classification": { + "B": 9.270602341349132e-11, + "S": 1.1199935943950745e-11, + "I": 5.116355623613345e-07, + "C": 8.598156142625157e-08, + "R": 2.7359483567579446e-09, + "M": 2.9343164342776618e-08, + "O": 1.6265497393419537e-08, + "W": 1.4498556522024586e-10, + "N": 3.539236681504576e-09, + "Y": 6.860312623757636e-06, + "U": 8.898059511430745e-10, + "K": 2.2731626359018264e-08, + "L": 7.65131902280558e-10, + "G": 1.4397011227629264e-06, + "F": 6.052937533240765e-05, + "E": 6.071315965527901e-07, + "T": 1.649319415264472e-06, + "P": 0.04063621163368225, + "-": 0.9592921733856201 + }, + "id": "tp_11365" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1420654, + "label": "-", + "classification": { + "B": 2.744233711382549e-07, + "S": 7.099110632680095e-08, + "I": 0.00037434633122757077, + "C": 2.4567996661062352e-05, + "R": 1.6607240240773535e-06, + "M": 1.406897990818834e-05, + "O": 5.2031305131095e-06, + "W": 2.1703790764604491e-07, + "N": 5.985027200949844e-06, + "Y": 0.00014717986050527543, + "U": 1.75855873862929e-07, + "K": 4.189096500795131e-07, + "L": 4.825374162464868e-07, + "G": 6.116656732046977e-05, + "F": 0.000946889806073159, + "E": 9.564333595335484e-05, + "T": 8.479196549160406e-05, + "P": 0.3270381689071655, + "-": 0.6711987257003784 + }, + "id": "tp_11366" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1420754, + "label": "-", + "classification": { + "B": 2.7115312217773635e-09, + "S": 7.458638151547348e-10, + "I": 2.9382044886006042e-05, + "C": 2.824282887559093e-07, + "R": 1.1535481014846027e-08, + "M": 6.182806941978924e-07, + "O": 1.208690747489527e-07, + "W": 1.396112114804282e-09, + "N": 1.7460692447457404e-07, + "Y": 1.8943032046081498e-05, + "U": 3.3930782628033285e-09, + "K": 2.4949893262515843e-09, + "L": 9.318386950951663e-09, + "G": 2.2833505681774113e-06, + "F": 4.83824587718118e-05, + "E": 8.908359632187057e-06, + "T": 2.2694424842484295e-05, + "P": 0.3062434792518616, + "-": 0.69362473487854 + }, + "id": "tp_11367" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1420888, + "label": "-", + "classification": { + "B": 5.603331487691321e-07, + "S": 1.777561351445911e-07, + "I": 3.679881774587557e-05, + "C": 1.2126915862609167e-06, + "R": 1.5798278241163644e-07, + "M": 4.527987584879156e-06, + "O": 5.563319518842036e-06, + "W": 4.303136904582061e-07, + "N": 1.2198366903248825e-06, + "Y": 3.420609573367983e-05, + "U": 6.380719241860788e-08, + "K": 1.5791724194968992e-07, + "L": 3.5268828924017726e-07, + "G": 1.624497235752642e-05, + "F": 0.0016344593605026603, + "E": 3.9537357224617153e-05, + "T": 3.3361684472765774e-05, + "P": 0.34516966342926025, + "-": 0.6530213356018066 + }, + "id": "tp_11368" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1421021, + "label": "P", + "classification": { + "B": 1.6927125443544355e-06, + "S": 5.9244110161671415e-05, + "I": 0.003064988413825631, + "C": 6.909405783517286e-06, + "R": 3.173954155499814e-06, + "M": 0.00012120424798922613, + "O": 0.00011561906285351142, + "W": 1.1485137292766012e-05, + "N": 0.0009001751313917339, + "Y": 0.0006969341193325818, + "U": 2.40747294810717e-06, + "K": 0.0003848705382551998, + "L": 2.2745809928892413e-06, + "G": 0.0001345232012681663, + "F": 0.004326879512518644, + "E": 0.0009218908962793648, + "T": 0.001320389099419117, + "P": 0.6152604818344116, + "-": 0.3726648986339569 + }, + "id": "tp_11369" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1421154, + "label": "P", + "classification": { + "B": 7.174107419238851e-10, + "S": 6.930011425820837e-11, + "I": 1.03805605249363e-05, + "C": 7.834230331127401e-08, + "R": 1.9370238746319046e-09, + "M": 8.510377114134826e-08, + "O": 9.690977798015865e-09, + "W": 5.471302300108505e-10, + "N": 4.919569818184755e-08, + "Y": 6.1525192904809956e-06, + "U": 9.471827766560637e-10, + "K": 2.0047931315048118e-08, + "L": 6.463415358481939e-10, + "G": 1.3841696500094258e-06, + "F": 0.0001224572042701766, + "E": 3.379222471266985e-05, + "T": 1.1847076848425786e-06, + "P": 0.5864349007606506, + "-": 0.41338950395584106 + }, + "id": "tp_11370" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1421255, + "label": "-", + "classification": { + "B": 1.458412498323014e-06, + "S": 1.5011485174909467e-06, + "I": 0.00011942729179281741, + "C": 2.9672090022359043e-05, + "R": 5.2634873100032564e-06, + "M": 0.0004302692541386932, + "O": 3.7613634049193934e-05, + "W": 7.903649930085521e-07, + "N": 3.2099933378049172e-06, + "Y": 0.0035219346173107624, + "U": 3.622711801654077e-07, + "K": 9.26685629565327e-07, + "L": 9.573076567903627e-06, + "G": 0.0008837557397782803, + "F": 0.00181086384691298, + "E": 0.000138432951644063, + "T": 0.0021912374068051577, + "P": 0.029890671372413635, + "-": 0.9609230160713196 + }, + "id": "tp_11371" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1421388, + "label": "P", + "classification": { + "B": 4.550016613480423e-11, + "S": 2.937655327328592e-11, + "I": 1.5946653775245068e-06, + "C": 1.226748924665344e-09, + "R": 4.665047514951226e-11, + "M": 5.597614372021553e-09, + "O": 3.143794558013724e-09, + "W": 9.737158301881266e-11, + "N": 1.7411366570740938e-08, + "Y": 1.9515910310019535e-07, + "U": 4.401665490427753e-11, + "K": 2.5490272115291646e-09, + "L": 1.5570792918917498e-11, + "G": 3.022010020004018e-08, + "F": 1.284136942558689e-05, + "E": 1.3195802921472932e-06, + "T": 3.155828096623736e-07, + "P": 0.7343136072158813, + "-": 0.26567015051841736 + }, + "id": "tp_11372" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1421522, + "label": "-", + "classification": { + "B": 1.727267999740434e-07, + "S": 8.244347071695302e-08, + "I": 3.098447268712334e-05, + "C": 1.1712804734997917e-06, + "R": 9.379545673482426e-08, + "M": 5.90679428569274e-06, + "O": 2.2338456346915336e-06, + "W": 7.021017012220909e-08, + "N": 1.3215270655564382e-06, + "Y": 9.570321708451957e-05, + "U": 6.040316691269254e-08, + "K": 3.457995205735642e-07, + "L": 1.3476335425366415e-07, + "G": 1.7500702597317286e-05, + "F": 0.0006324857240542769, + "E": 5.855690687894821e-05, + "T": 0.00010115168697666377, + "P": 0.19685983657836914, + "-": 0.802192211151123 + }, + "id": "tp_11373" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1421655, + "label": "P", + "classification": { + "B": 2.041921964845983e-09, + "S": 3.413956339848312e-10, + "I": 5.353012966224924e-05, + "C": 5.986682793945874e-08, + "R": 8.709271526186058e-09, + "M": 5.3594618520946824e-08, + "O": 4.694324573506492e-08, + "W": 1.257214332639478e-09, + "N": 4.691471815476689e-07, + "Y": 2.4767971353867324e-06, + "U": 2.921087816076806e-09, + "K": 2.3435916318703676e-08, + "L": 1.0769555247591711e-09, + "G": 8.912108455660928e-07, + "F": 2.9495882699848153e-05, + "E": 7.929931598482653e-06, + "T": 4.183840701443842e-06, + "P": 0.7083371877670288, + "-": 0.29156363010406494 + }, + "id": "tp_11374" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1421755, + "label": "-", + "classification": { + "B": 3.0076820621616207e-05, + "S": 1.829652683227323e-05, + "I": 0.0004605964059010148, + "C": 9.709060577733908e-06, + "R": 2.28020007853047e-06, + "M": 0.0002886085130739957, + "O": 0.00011112882202723995, + "W": 1.071397855412215e-05, + "N": 1.8869364794227295e-05, + "Y": 0.0008256476139649749, + "U": 6.675806503153581e-07, + "K": 1.5742107279947959e-06, + "L": 1.4698139239044394e-05, + "G": 0.00020322806085459888, + "F": 0.0025793863460421562, + "E": 0.0008616960840299726, + "T": 0.0004351109964773059, + "P": 0.2624375820159912, + "-": 0.7316901683807373 + }, + "id": "tp_11375" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1421889, + "label": "-", + "classification": { + "B": 0.00028641652897931635, + "S": 0.00043801357969641685, + "I": 0.01818193681538105, + "C": 0.0008389637223444879, + "R": 0.0005101095885038376, + "M": 0.002929494483396411, + "O": 0.0017677308060228825, + "W": 0.000517135311383754, + "N": 0.0031629835721105337, + "Y": 0.03350614383816719, + "U": 0.00021114428818691522, + "K": 0.0042029498144984245, + "L": 0.0002340673963772133, + "G": 0.0072549330070614815, + "F": 0.036440543830394745, + "E": 0.012226272374391556, + "T": 0.01717555895447731, + "P": 0.2726951241493225, + "-": 0.5874204635620117 + }, + "id": "tp_11376" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1422022, + "label": "P", + "classification": { + "B": 1.033364540603543e-07, + "S": 3.5490772543056437e-09, + "I": 9.172406862489879e-06, + "C": 2.6178152978673097e-08, + "R": 2.181474334506106e-09, + "M": 4.575399827899673e-07, + "O": 2.2774329977437446e-07, + "W": 3.17158743712298e-09, + "N": 1.5903775363312889e-07, + "Y": 1.6073231563495938e-06, + "U": 5.749631326601445e-10, + "K": 5.846728101666088e-10, + "L": 1.0689449325695932e-08, + "G": 1.4746643728358322e-06, + "F": 7.382100011454895e-05, + "E": 1.3066740393696819e-05, + "T": 3.800923423114e-06, + "P": 0.7367233037948608, + "-": 0.2631727457046509 + }, + "id": "tp_11377" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1422155, + "label": "P", + "classification": { + "B": 0.0002082370046991855, + "S": 4.446282036951743e-05, + "I": 0.0032170529011636972, + "C": 2.1381320038926788e-05, + "R": 4.408801942190621e-06, + "M": 0.0005832545575685799, + "O": 0.00011756418098229915, + "W": 1.6873962522367947e-05, + "N": 0.00035554965143091977, + "Y": 0.0007799685699865222, + "U": 2.811045305861626e-06, + "K": 2.5352375814691186e-05, + "L": 1.4577150068362243e-05, + "G": 0.0006389638292603195, + "F": 0.002869489137083292, + "E": 0.006471971515566111, + "T": 0.0011917356168851256, + "P": 0.7273855209350586, + "-": 0.25605079531669617 + }, + "id": "tp_11378" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1422256, + "label": "-", + "classification": { + "B": 2.946005395187967e-07, + "S": 4.96312054565351e-07, + "I": 0.0005311655113473535, + "C": 9.237153790309094e-06, + "R": 1.5011301002232358e-06, + "M": 2.0023544493597e-05, + "O": 9.105017852562014e-06, + "W": 7.692964345551445e-07, + "N": 3.7343674193834886e-05, + "Y": 0.0004272750811651349, + "U": 5.563570084632374e-07, + "K": 6.60910300211981e-05, + "L": 2.854881699931866e-07, + "G": 0.0001053474989021197, + "F": 0.0040812441147863865, + "E": 0.0008857884677127004, + "T": 0.00018482573796063662, + "P": 0.4748682975769043, + "-": 0.5187703371047974 + }, + "id": "tp_11379" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1422389, + "label": "P", + "classification": { + "B": 2.7086610288051816e-08, + "S": 1.8243630606207262e-08, + "I": 5.6090924772433937e-05, + "C": 2.770940454865922e-07, + "R": 1.061168042326699e-08, + "M": 4.3903335722461634e-07, + "O": 2.0887051732643158e-07, + "W": 2.588421210703018e-08, + "N": 3.550929022821947e-06, + "Y": 9.061261152965017e-06, + "U": 1.4383121360594942e-08, + "K": 2.8562601528392406e-06, + "L": 6.049029721566512e-09, + "G": 6.181530807225499e-06, + "F": 0.0009236539481207728, + "E": 0.0006415719399228692, + "T": 8.394615178985987e-06, + "P": 0.7800142168998718, + "-": 0.2183334231376648 + }, + "id": "tp_11380" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1422523, + "label": "-", + "classification": { + "B": 9.223922825185582e-05, + "S": 0.0002251668192911893, + "I": 0.0025272234342992306, + "C": 0.0011499612592160702, + "R": 0.00037490209797397256, + "M": 0.0010352153331041336, + "O": 0.0008398200734518468, + "W": 0.0002460766118019819, + "N": 0.0005788636044599116, + "Y": 0.010531353764235973, + "U": 8.383161184610799e-05, + "K": 0.001822803751565516, + "L": 8.588315540691838e-05, + "G": 0.0034968536347150803, + "F": 0.025211969390511513, + "E": 0.0025477418676018715, + "T": 0.004731269553303719, + "P": 0.2294175922870636, + "-": 0.7150012850761414 + }, + "id": "tp_11381" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1422656, + "label": "-", + "classification": { + "B": 0.0003751018375623971, + "S": 7.224366709124297e-05, + "I": 0.011276137083768845, + "C": 0.001463450724259019, + "R": 0.00026270534726791084, + "M": 0.007607800420373678, + "O": 0.000832010933663696, + "W": 8.096124656731263e-05, + "N": 0.0006036515696905553, + "Y": 0.021917443722486496, + "U": 8.072586206253618e-05, + "K": 5.317473187460564e-05, + "L": 0.0004692712100222707, + "G": 0.01007974985986948, + "F": 0.005436040926724672, + "E": 0.010788971558213234, + "T": 0.01312438677996397, + "P": 0.32476434111595154, + "-": 0.5907118320465088 + }, + "id": "tp_11382" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1422756, + "label": "-", + "classification": { + "B": 1.9762264855671674e-05, + "S": 1.4829978681518696e-05, + "I": 0.01218081172555685, + "C": 0.0009360557305626571, + "R": 0.00041448918636888266, + "M": 0.0009536583675071597, + "O": 0.00032684908364899457, + "W": 4.1435672756051645e-05, + "N": 0.0006671992014162242, + "Y": 0.008184649050235748, + "U": 4.216625529807061e-05, + "K": 7.962712697917596e-05, + "L": 7.837931480025873e-05, + "G": 0.0017721675103530288, + "F": 0.011317629367113113, + "E": 0.0018646677490323782, + "T": 0.00487069645896554, + "P": 0.33908823132514954, + "-": 0.6171467304229736 + }, + "id": "tp_11383" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1422890, + "label": "-", + "classification": { + "B": 4.18757954321336e-05, + "S": 3.0727547709830105e-05, + "I": 0.00228521297685802, + "C": 0.0006747198640368879, + "R": 0.00021832286438439041, + "M": 0.0008406920242123306, + "O": 0.00038297128048725426, + "W": 5.61718552489765e-05, + "N": 0.00022039788018446416, + "Y": 0.005520140752196312, + "U": 6.250749720493332e-05, + "K": 0.0003149073454551399, + "L": 0.00011426722630858421, + "G": 0.002790524624288082, + "F": 0.01892969198524952, + "E": 0.001835985342040658, + "T": 0.0029481742531061172, + "P": 0.23713771998882294, + "-": 0.7255949974060059 + }, + "id": "tp_11384" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1423023, + "label": "-", + "classification": { + "B": 2.7923971401833114e-07, + "S": 1.5150425269894185e-07, + "I": 2.1046402252977714e-05, + "C": 7.502032417505688e-07, + "R": 9.060901362545337e-08, + "M": 4.09512322221417e-05, + "O": 6.977998054935597e-06, + "W": 5.8890726961635664e-08, + "N": 8.502189530190662e-07, + "Y": 0.00011202093446627259, + "U": 2.223775297238717e-08, + "K": 1.7937788143740363e-08, + "L": 4.4872106741422613e-07, + "G": 2.8997043045819737e-05, + "F": 0.00019449775572866201, + "E": 2.641900755406823e-05, + "T": 0.0004072346491739154, + "P": 0.11630474776029587, + "-": 0.8828545212745667 + }, + "id": "tp_11385" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1423156, + "label": "-", + "classification": { + "B": 5.708544904337032e-06, + "S": 1.6658917729728273e-06, + "I": 0.0018486904446035624, + "C": 1.0424083484394941e-05, + "R": 4.800845999852754e-06, + "M": 0.00022809271467849612, + "O": 8.00306661403738e-05, + "W": 2.7127705379825784e-06, + "N": 2.3987298845895566e-05, + "Y": 0.0008511915802955627, + "U": 2.82108658211655e-07, + "K": 4.5571248108444706e-08, + "L": 1.0044332157121971e-05, + "G": 0.0001341043971478939, + "F": 0.00018925733456853777, + "E": 9.093101834878325e-05, + "T": 0.0013900012709200382, + "P": 0.3407408893108368, + "-": 0.6543872356414795 + }, + "id": "tp_11386" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1423257, + "label": "-", + "classification": { + "B": 2.9578579585631815e-08, + "S": 1.561782525527633e-08, + "I": 8.815118235361297e-06, + "C": 4.448520769528841e-07, + "R": 2.767384366109127e-08, + "M": 7.963328698679106e-07, + "O": 4.0397577549811103e-07, + "W": 1.4242774959427607e-08, + "N": 3.481994212961581e-07, + "Y": 6.14522650721483e-05, + "U": 1.3028290446470692e-08, + "K": 3.929741069441661e-06, + "L": 1.226189194625249e-08, + "G": 2.4784509150777012e-05, + "F": 0.0028281565755605698, + "E": 0.00011450189049355686, + "T": 1.6662652342347428e-05, + "P": 0.08581380546092987, + "-": 0.9111258387565613 + }, + "id": "tp_11387" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1423390, + "label": "-", + "classification": { + "B": 2.6509665985940956e-05, + "S": 9.855337339104153e-06, + "I": 0.003847339656203985, + "C": 0.00020076558575965464, + "R": 5.837560456711799e-05, + "M": 0.00038557048537768424, + "O": 0.00011283570347586647, + "W": 2.184984623454511e-05, + "N": 0.00026436441112309694, + "Y": 0.0064853099174797535, + "U": 3.329274113639258e-05, + "K": 0.0005618525319732726, + "L": 2.055449476756621e-05, + "G": 0.002679097931832075, + "F": 0.009840941056609154, + "E": 0.005150985438376665, + "T": 0.002286336850374937, + "P": 0.3040928542613983, + "-": 0.6639212369918823 + }, + "id": "tp_11388" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1423524, + "label": "-", + "classification": { + "B": 0.00014738428581040353, + "S": 8.304159564431757e-05, + "I": 0.002765241777524352, + "C": 0.0006843970622867346, + "R": 0.00023497674555983394, + "M": 0.005076538771390915, + "O": 0.0007402955670841038, + "W": 3.7596131733153015e-05, + "N": 0.0002029700408456847, + "Y": 0.02072831243276596, + "U": 2.434139241813682e-05, + "K": 0.00010879880574066192, + "L": 0.00024412588390987366, + "G": 0.010363982059061527, + "F": 0.01740548573434353, + "E": 0.003265533596277237, + "T": 0.011641326360404491, + "P": 0.07899720966815948, + "-": 0.8472484946250916 + }, + "id": "tp_11389" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1423657, + "label": "-", + "classification": { + "B": 4.3876610789084225e-07, + "S": 5.276418164612551e-07, + "I": 0.000336415134370327, + "C": 1.1675233508867677e-05, + "R": 1.8944186876979074e-06, + "M": 4.2981537262676284e-05, + "O": 1.4913652194081806e-05, + "W": 5.365052970773831e-07, + "N": 1.5674631868023425e-05, + "Y": 0.0006974969292059541, + "U": 7.308303224817791e-07, + "K": 3.2432212719868403e-06, + "L": 1.1115683946627541e-06, + "G": 0.00010240130359306931, + "F": 0.000488526769913733, + "E": 0.0001862331118900329, + "T": 0.0007745757466182113, + "P": 0.1686353236436844, + "-": 0.8286853432655334 + }, + "id": "tp_11390" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1423757, + "label": "-", + "classification": { + "B": 2.0941078204828045e-08, + "S": 6.65589823256596e-08, + "I": 0.0001614510838408023, + "C": 2.461797521391418e-06, + "R": 8.836881306706346e-07, + "M": 2.1746316633652896e-05, + "O": 4.678987352235708e-06, + "W": 9.071197126786501e-08, + "N": 1.1950475027333596e-06, + "Y": 0.0024382201954722404, + "U": 2.5124260005782162e-08, + "K": 2.865683086383797e-07, + "L": 2.395071589944564e-07, + "G": 7.786823698552325e-05, + "F": 0.000486583448946476, + "E": 3.6474011722020805e-05, + "T": 0.0006233205203898251, + "P": 0.02983904629945755, + "-": 0.9663053750991821 + }, + "id": "tp_11391" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1423891, + "label": "-", + "classification": { + "B": 5.40811151950038e-06, + "S": 1.0148659157493967e-06, + "I": 0.0006882219458930194, + "C": 5.856651478097774e-05, + "R": 6.819283498771256e-06, + "M": 0.0006853227969259024, + "O": 4.7061763325473294e-05, + "W": 7.587278219034488e-07, + "N": 1.8572814951767214e-05, + "Y": 0.001782430917955935, + "U": 1.2383252396830358e-06, + "K": 1.7610424265512847e-06, + "L": 1.6460158803965896e-05, + "G": 0.0012753457995131612, + "F": 0.0026827468536794186, + "E": 0.0011865353444591165, + "T": 0.0018238893244415522, + "P": 0.12342412024736404, + "-": 0.866293728351593 + }, + "id": "tp_11392" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1424024, + "label": "-", + "classification": { + "B": 8.239927410613745e-06, + "S": 1.8779722950057476e-06, + "I": 0.0010148717556148767, + "C": 3.551135887391865e-05, + "R": 4.58886097476352e-06, + "M": 0.0002965291787404567, + "O": 5.9505058743525296e-05, + "W": 2.1049547740403796e-06, + "N": 3.178494444000535e-05, + "Y": 0.0008782012155279517, + "U": 1.075125283023226e-06, + "K": 1.3412075077212648e-06, + "L": 1.2163615792815108e-05, + "G": 0.00038695044349879026, + "F": 0.0027361572720110416, + "E": 0.000744883029256016, + "T": 0.0005645424243994057, + "P": 0.2952609360218048, + "-": 0.697958767414093 + }, + "id": "tp_11393" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1424157, + "label": "-", + "classification": { + "B": 6.256631604628637e-05, + "S": 4.542373426374979e-05, + "I": 0.0008741737110540271, + "C": 0.0001353959523839876, + "R": 3.4433352993801236e-05, + "M": 0.0008040703251026571, + "O": 0.00026920950040221214, + "W": 2.1534160623559728e-05, + "N": 8.796656038612127e-05, + "Y": 0.0033992379903793335, + "U": 8.96539495442994e-06, + "K": 5.5479074944742024e-05, + "L": 8.206589700421318e-05, + "G": 0.0031478179153054953, + "F": 0.04442877694964409, + "E": 0.003338087582960725, + "T": 0.002285153605043888, + "P": 0.21583910286426544, + "-": 0.7250805497169495 + }, + "id": "tp_11394" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1424258, + "label": "-", + "classification": { + "B": 2.389873316133162e-06, + "S": 2.1705970993934898e-06, + "I": 0.00010925611422862858, + "C": 6.797942660341505e-06, + "R": 2.3314748887059977e-06, + "M": 0.00018815092334989458, + "O": 2.62165667663794e-05, + "W": 2.3831091766624013e-06, + "N": 8.445319508609828e-06, + "Y": 0.006262125913053751, + "U": 6.714237770211184e-07, + "K": 7.064526289468631e-05, + "L": 2.263996748297359e-06, + "G": 0.0004837466112803668, + "F": 0.008779662661254406, + "E": 0.0008892927435226738, + "T": 0.0014529688050970435, + "P": 0.06115853786468506, + "-": 0.9205519556999207 + }, + "id": "tp_11395" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1424391, + "label": "-", + "classification": { + "B": 0.000361700018402189, + "S": 0.0008209737134166062, + "I": 0.0022833452094346285, + "C": 0.0014121418353170156, + "R": 0.000234081395319663, + "M": 0.002423466881737113, + "O": 0.0012809524778276682, + "W": 0.0005605905898846686, + "N": 0.001031976193189621, + "Y": 0.009582122787833214, + "U": 0.00031051330734044313, + "K": 0.0020232752431184053, + "L": 0.0003000364813487977, + "G": 0.002866059308871627, + "F": 0.03860459476709366, + "E": 0.00425167428329587, + "T": 0.010513384826481342, + "P": 0.25719431042671204, + "-": 0.6639447808265686 + }, + "id": "tp_11396" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1424525, + "label": "-", + "classification": { + "B": 0.00035201539867557585, + "S": 0.00018408765026833862, + "I": 0.005105257499963045, + "C": 0.0014505169820040464, + "R": 0.00030194356804713607, + "M": 0.003980093169957399, + "O": 0.001703541842289269, + "W": 0.00022513735166285187, + "N": 0.0007767057395540178, + "Y": 0.00953975971788168, + "U": 0.0001654154621064663, + "K": 0.00021629888215102255, + "L": 0.0005013665067963302, + "G": 0.0056532337330281734, + "F": 0.011531023308634758, + "E": 0.006303021684288979, + "T": 0.008638063445687294, + "P": 0.20025192201137543, + "-": 0.7431206107139587 + }, + "id": "tp_11397" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1424658, + "label": "P", + "classification": { + "B": 1.9482006052840006e-07, + "S": 3.496372471545328e-07, + "I": 0.00048398037324659526, + "C": 5.444506314233877e-06, + "R": 1.8882760741689708e-06, + "M": 5.082636107545113e-06, + "O": 6.254587788134813e-06, + "W": 4.6217832050388097e-07, + "N": 3.09037059196271e-05, + "Y": 9.010373469209298e-05, + "U": 2.912899219609244e-07, + "K": 2.6023367354355287e-06, + "L": 2.244699430775654e-07, + "G": 3.396588363102637e-05, + "F": 0.0007007114472799003, + "E": 6.762509292457253e-05, + "T": 9.46646832744591e-05, + "P": 0.7410643696784973, + "-": 0.25741085410118103 + }, + "id": "tp_11398" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1424758, + "label": "-", + "classification": { + "B": 0.0007921393262222409, + "S": 0.0010840052273124456, + "I": 0.03631775081157684, + "C": 0.008445832878351212, + "R": 0.004784383811056614, + "M": 0.012233199551701546, + "O": 0.0050483932718634605, + "W": 0.0012634862214326859, + "N": 0.006224950775504112, + "Y": 0.04498256370425224, + "U": 0.001293943147175014, + "K": 0.0027072401717305183, + "L": 0.001789429341442883, + "G": 0.015351352281868458, + "F": 0.023228587582707405, + "E": 0.010392654687166214, + "T": 0.03724288567900658, + "P": 0.26443731784820557, + "-": 0.5223799347877502 + }, + "id": "tp_11399" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1424892, + "label": "-", + "classification": { + "B": 7.568081272779636e-09, + "S": 8.818965002710399e-10, + "I": 1.4945618204365019e-05, + "C": 2.188058800811632e-07, + "R": 7.711829397294423e-09, + "M": 9.625127859180793e-07, + "O": 1.3257800901556038e-07, + "W": 3.813491744608655e-09, + "N": 1.345044609024626e-07, + "Y": 1.846912709879689e-05, + "U": 3.170590234802262e-09, + "K": 6.020720633159726e-08, + "L": 4.557331845234103e-09, + "G": 6.066837158869021e-06, + "F": 7.380298484349623e-05, + "E": 3.730378739419393e-05, + "T": 1.4646050658484455e-05, + "P": 0.21333631873130798, + "-": 0.7864969372749329 + }, + "id": "tp_11400" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1425025, + "label": "-", + "classification": { + "B": 1.8873458351720274e-10, + "S": 5.649476406688336e-07, + "I": 1.3611920621769968e-06, + "C": 1.5098098629096057e-05, + "R": 2.8429099074855912e-06, + "M": 5.992836304358207e-05, + "O": 4.463076766114682e-05, + "W": 4.13189695791516e-07, + "N": 4.7484945753240027e-08, + "Y": 0.09585388749837875, + "U": 9.684308910351547e-11, + "K": 1.4914538724042359e-06, + "L": 3.2774832448012603e-07, + "G": 0.0009906855411827564, + "F": 0.008483797311782837, + "E": 7.060787652335421e-07, + "T": 0.007806704845279455, + "P": 7.07715007592924e-05, + "-": 0.8866667747497559 + }, + "id": "tp_11401" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1425125, + "label": "-", + "classification": { + "B": 3.7685793477819016e-14, + "S": 1.4226194007538329e-12, + "I": 6.170911004410584e-11, + "C": 5.223992679409539e-12, + "R": 2.311685185722029e-13, + "M": 8.152492569912795e-10, + "O": 1.4614580379213038e-10, + "W": 3.015293364386912e-13, + "N": 9.298498386198228e-13, + "Y": 1.9424062713824242e-07, + "U": 4.83849698723832e-15, + "K": 1.0427370772392308e-10, + "L": 1.337007896973566e-13, + "G": 3.0459064159771287e-09, + "F": 0.0002923489373642951, + "E": 2.2600097349112502e-09, + "T": 2.1080609258206096e-08, + "P": 0.0010786023922264576, + "-": 0.9986288547515869 + }, + "id": "tp_11402" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1425259, + "label": "-", + "classification": { + "B": 1.414742367700228e-08, + "S": 5.205571440569656e-08, + "I": 3.928187652491033e-06, + "C": 3.32223777377294e-08, + "R": 2.7502370159027123e-08, + "M": 1.157981387223117e-05, + "O": 1.8635834067026735e-06, + "W": 9.338737783082252e-09, + "N": 1.1328358695550378e-08, + "Y": 0.00039191311225295067, + "U": 1.942727229087282e-10, + "K": 9.472888029549154e-10, + "L": 8.300222020807269e-08, + "G": 1.3355564078665338e-05, + "F": 0.00025059303152374923, + "E": 7.294084980458138e-07, + "T": 0.000206028635147959, + "P": 0.002544222166761756, + "-": 0.9965755343437195 + }, + "id": "tp_11403" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1425392, + "label": "-", + "classification": { + "B": 1.124589532608411e-09, + "S": 5.211962528228753e-10, + "I": 1.8174759475186875e-08, + "C": 1.7162872012477237e-08, + "R": 7.466663731747758e-09, + "M": 4.056586533351947e-07, + "O": 5.089050887363555e-07, + "W": 1.2664495008252175e-09, + "N": 8.649602561972003e-11, + "Y": 6.777588168915827e-06, + "U": 3.367482681593259e-11, + "K": 2.4420323402329913e-11, + "L": 3.1445424042431114e-08, + "G": 8.76440822139557e-07, + "F": 4.876281673205085e-05, + "E": 6.970336752232242e-09, + "T": 4.447585979505675e-06, + "P": 0.0004237205139361322, + "-": 0.9995143413543701 + }, + "id": "tp_11404" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1425526, + "label": "-", + "classification": { + "B": 7.743035379537133e-11, + "S": 7.73147323940293e-09, + "I": 9.924151278539739e-09, + "C": 2.5311101126135327e-06, + "R": 5.884931510991009e-07, + "M": 3.631348954513669e-05, + "O": 2.6084319415531354e-06, + "W": 2.1169350716832014e-09, + "N": 9.3947342960643e-11, + "Y": 0.011074915528297424, + "U": 7.55195905810524e-12, + "K": 5.093007349188383e-09, + "L": 6.527351388285751e-07, + "G": 0.0007839335594326258, + "F": 0.002461749594658613, + "E": 4.224783367590135e-08, + "T": 0.000732327695004642, + "P": 8.96024994290201e-06, + "-": 0.9848952293395996 + }, + "id": "tp_11405" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1425626, + "label": "-", + "classification": { + "B": 4.9483088737645176e-09, + "S": 2.710161872698791e-09, + "I": 2.5367507987539284e-06, + "C": 2.395492231244134e-07, + "R": 3.1701947733608904e-08, + "M": 7.283876129804412e-06, + "O": 5.306599177856697e-07, + "W": 2.602487558789335e-09, + "N": 1.6667813795834263e-08, + "Y": 8.144001913024113e-05, + "U": 1.0033731623337871e-09, + "K": 9.432599146208531e-10, + "L": 5.896553290085649e-08, + "G": 1.691153556748759e-05, + "F": 0.00026021740632131696, + "E": 1.77450465344009e-06, + "T": 6.998902972554788e-05, + "P": 0.02682170830667019, + "-": 0.9727371335029602 + }, + "id": "tp_11406" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1425759, + "label": "-", + "classification": { + "B": 4.18112085753819e-06, + "S": 2.8784188543795608e-05, + "I": 2.9193452064646408e-05, + "C": 0.00030388726736418903, + "R": 8.492089546052739e-05, + "M": 0.007633072789758444, + "O": 0.0007953593740239739, + "W": 7.256083335960284e-06, + "N": 1.0454466519149719e-06, + "Y": 0.01741049624979496, + "U": 2.3992356545932125e-07, + "K": 1.8642025452209054e-06, + "L": 0.00048708307440392673, + "G": 0.006973142269998789, + "F": 0.014102209359407425, + "E": 7.626210572198033e-05, + "T": 0.006757879164069891, + "P": 0.001278873416595161, + "-": 0.9440241456031799 + }, + "id": "tp_11407" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1425893, + "label": "-", + "classification": { + "B": 5.579358344220964e-07, + "S": 5.866006631549681e-07, + "I": 0.00016905278607737273, + "C": 1.6487188986502588e-05, + "R": 3.215074457330047e-06, + "M": 0.00013288517948240042, + "O": 1.994874037336558e-05, + "W": 8.641874842396646e-07, + "N": 9.20491038414184e-06, + "Y": 0.002499843016266823, + "U": 4.2700941094153677e-07, + "K": 4.6540084440493956e-05, + "L": 1.974537553905975e-06, + "G": 0.0009227521368302405, + "F": 0.012243497185409069, + "E": 0.0010262809228152037, + "T": 0.0006490295054391026, + "P": 0.05514088273048401, + "-": 0.9271159172058105 + }, + "id": "tp_11408" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1426026, + "label": "-", + "classification": { + "B": 3.339487875564373e-06, + "S": 5.789089755126042e-06, + "I": 0.00016372368554584682, + "C": 8.868997247191146e-05, + "R": 4.1770701500354335e-05, + "M": 0.0054115476086735725, + "O": 0.0003190880233887583, + "W": 2.196423110945034e-06, + "N": 1.1216990287721273e-06, + "Y": 0.04277414828538895, + "U": 9.309411552749225e-08, + "K": 1.3691969336093734e-08, + "L": 0.00016100655193440616, + "G": 0.0029508003499358892, + "F": 0.001451950753107667, + "E": 1.7657990611041896e-05, + "T": 0.025602474808692932, + "P": 0.0009128247038461268, + "-": 0.9200916290283203 + }, + "id": "tp_11409" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1426126, + "label": "-", + "classification": { + "B": 9.462670647053528e-08, + "S": 2.8325393941486254e-07, + "I": 1.4219341210264247e-05, + "C": 1.265157038687903e-06, + "R": 9.82848291641858e-07, + "M": 2.971118374262005e-05, + "O": 8.300051376863848e-06, + "W": 3.2422954632238543e-07, + "N": 3.229285425732087e-07, + "Y": 0.0011579531710594893, + "U": 2.976936563925392e-08, + "K": 1.7886908381115063e-06, + "L": 6.551666160703462e-07, + "G": 0.0001420678454451263, + "F": 0.00484969699755311, + "E": 2.477133966749534e-05, + "T": 0.0002662070619408041, + "P": 0.006245971191674471, + "-": 0.987255334854126 + }, + "id": "tp_11410" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1426260, + "label": "-", + "classification": { + "B": 2.007701823458774e-06, + "S": 7.344277719312231e-07, + "I": 3.4792087717505638e-06, + "C": 1.86735596798826e-05, + "R": 1.0079626008518972e-05, + "M": 0.0006043195025995374, + "O": 0.00014582014409825206, + "W": 7.013634899522003e-07, + "N": 4.675500164808e-08, + "Y": 0.004658812191337347, + "U": 5.4046946473818025e-08, + "K": 1.532498750123068e-08, + "L": 0.00016873926506377757, + "G": 0.0019705554004758596, + "F": 0.004463562276214361, + "E": 1.6867056729097385e-06, + "T": 0.0015757499495521188, + "P": 0.0009514001430943608, + "-": 0.9854235053062439 + }, + "id": "tp_11411" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1426393, + "label": "-", + "classification": { + "B": 3.0426067221256403e-10, + "S": 8.770558501680625e-09, + "I": 2.8562075371496576e-08, + "C": 7.240867461177913e-08, + "R": 2.2206693373050257e-08, + "M": 7.614194146299269e-06, + "O": 5.63041567147593e-07, + "W": 2.000299259563576e-09, + "N": 9.802080258580759e-10, + "Y": 0.0007583692204207182, + "U": 3.2575404179668865e-11, + "K": 9.86708599270969e-08, + "L": 1.605913801938641e-08, + "G": 1.944534233189188e-05, + "F": 0.0016748703783378005, + "E": 2.3780256697136792e-07, + "T": 0.00012810925545636564, + "P": 0.00021498111891560256, + "-": 0.9971956014633179 + }, + "id": "tp_11412" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1426527, + "label": "-", + "classification": { + "B": 0.0003892043314408511, + "S": 0.0030254817102104425, + "I": 0.0034352585207670927, + "C": 0.0027819983661174774, + "R": 0.001682167872786522, + "M": 0.022850334644317627, + "O": 0.005968212615698576, + "W": 0.0006971577531658113, + "N": 0.00077679572859779, + "Y": 0.10481550544500351, + "U": 0.00010182232654187828, + "K": 0.0011222476605325937, + "L": 0.002369576832279563, + "G": 0.03396075963973999, + "F": 0.13328920304775238, + "E": 0.0062430123798549175, + "T": 0.058531731367111206, + "P": 0.03136974945664406, + "-": 0.5865897536277771 + }, + "id": "tp_11413" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1426627, + "label": "-", + "classification": { + "B": 2.671601428971826e-08, + "S": 9.601366400602274e-06, + "I": 1.1445983545854688e-05, + "C": 0.00021229656704235822, + "R": 2.3400185455102473e-05, + "M": 0.0001817679440136999, + "O": 0.00012429553316906095, + "W": 1.0287243640050292e-05, + "N": 2.9098500817781314e-06, + "Y": 0.06417815387248993, + "U": 2.019675449105307e-08, + "K": 0.01531212031841278, + "L": 1.952951379280421e-06, + "G": 0.010817144997417927, + "F": 0.2271580696105957, + "E": 0.00040011361124925315, + "T": 0.0038654212839901447, + "P": 0.0010979068465530872, + "-": 0.6765931248664856 + }, + "id": "tp_11414" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1426760, + "label": "-", + "classification": { + "B": 1.3412140731361433e-07, + "S": 1.646490886741958e-06, + "I": 1.5568879462080076e-05, + "C": 3.107854354311712e-06, + "R": 2.853723117368645e-06, + "M": 0.0003346378216519952, + "O": 5.061095725977793e-05, + "W": 4.7470064146182267e-07, + "N": 1.7748385516824783e-07, + "Y": 0.00391755998134613, + "U": 2.3365959833654415e-08, + "K": 6.952515718694485e-08, + "L": 1.290376894758083e-05, + "G": 0.0004116922209504992, + "F": 0.005254677962511778, + "E": 3.7186036934144795e-06, + "T": 0.002709204563871026, + "P": 0.0014205508632585406, + "-": 0.9858603477478027 + }, + "id": "tp_11415" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1426894, + "label": "-", + "classification": { + "B": 3.715475038745808e-09, + "S": 4.5072175680616056e-07, + "I": 1.2151209602961899e-06, + "C": 1.2347426263659145e-06, + "R": 2.0381368415200996e-07, + "M": 2.955519266834017e-05, + "O": 6.302285328274593e-06, + "W": 8.064488810077819e-08, + "N": 9.630672082039382e-08, + "Y": 0.0235113687813282, + "U": 1.1909417896305285e-09, + "K": 5.459095973492367e-06, + "L": 1.4468413667145796e-07, + "G": 0.00048078614054247737, + "F": 0.005219645798206329, + "E": 7.846978405723348e-06, + "T": 0.0020025987178087234, + "P": 0.0010222505079582334, + "-": 0.9677107930183411 + }, + "id": "tp_11416" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1427027, + "label": "-", + "classification": { + "B": 9.251875212612504e-07, + "S": 3.0261007850640453e-06, + "I": 9.053761459654197e-06, + "C": 1.2196819625387434e-06, + "R": 5.084658027953992e-07, + "M": 0.00010374898556619883, + "O": 4.14724308939185e-05, + "W": 7.79843503551092e-07, + "N": 3.5331078152012196e-07, + "Y": 0.00026465908740647137, + "U": 1.6062381646975155e-08, + "K": 1.599039478605846e-08, + "L": 4.99460520586581e-06, + "G": 5.4269854445010424e-05, + "F": 0.003368520876392722, + "E": 1.2828973922296427e-05, + "T": 0.00031136232428252697, + "P": 0.025513488799333572, + "-": 0.9703089594841003 + }, + "id": "tp_11417" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1427127, + "label": "-", + "classification": { + "B": 5.172734240943555e-09, + "S": 5.709353558813746e-07, + "I": 3.6647423257818446e-05, + "C": 5.815276793441626e-08, + "R": 6.1810567331122e-08, + "M": 3.074208143516444e-05, + "O": 3.5738532915274845e-06, + "W": 8.071171464507643e-08, + "N": 6.90247077272943e-07, + "Y": 0.01179444883018732, + "U": 1.1503376029509127e-10, + "K": 1.0204864338447805e-05, + "L": 4.201635039891016e-09, + "G": 6.781409319955856e-05, + "F": 0.0032166140154004097, + "E": 9.24806863622507e-06, + "T": 0.0032961820252239704, + "P": 0.0023100681137293577, + "-": 0.9792228937149048 + }, + "id": "tp_11418" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1427261, + "label": "-", + "classification": { + "B": 3.763894751429575e-11, + "S": 1.1716991266119692e-10, + "I": 5.8537438007988385e-08, + "C": 7.335558827037403e-09, + "R": 1.4693436467538845e-09, + "M": 4.000689273198077e-07, + "O": 4.761756855486965e-08, + "W": 1.571127949961948e-10, + "N": 4.0523304156714346e-10, + "Y": 4.7588902816642076e-05, + "U": 2.5961177652078504e-11, + "K": 1.1333890492792875e-09, + "L": 7.962851489295986e-10, + "G": 8.611025350546697e-07, + "F": 0.0001741554879117757, + "E": 5.413394177367081e-08, + "T": 1.3890826267015655e-05, + "P": 0.000985397957265377, + "-": 0.9987775683403015 + }, + "id": "tp_11419" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1427394, + "label": "-", + "classification": { + "B": 1.6180700868062559e-06, + "S": 9.078205039259046e-05, + "I": 1.2119970051571727e-05, + "C": 0.00026950010214932263, + "R": 7.61178380344063e-05, + "M": 0.0032332439441233873, + "O": 0.0008256326545961201, + "W": 1.1426515811763238e-05, + "N": 1.4019639138496132e-06, + "Y": 0.03890133649110794, + "U": 4.199601022492061e-08, + "K": 7.2153466135205235e-06, + "L": 0.0003850591310765594, + "G": 0.02316753938794136, + "F": 0.2307853251695633, + "E": 0.00014464602281805128, + "T": 0.009185479022562504, + "P": 0.0007685811724513769, + "-": 0.6921328902244568 + }, + "id": "tp_11420" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1427528, + "label": "-", + "classification": { + "B": 1.9365826275929976e-08, + "S": 2.4721353497625387e-07, + "I": 1.969004070900837e-09, + "C": 2.919017383362643e-08, + "R": 8.480352420292547e-09, + "M": 2.8846896384493448e-05, + "O": 5.5202999647008255e-06, + "W": 2.1503378633269676e-08, + "N": 1.3917814123409755e-10, + "Y": 0.0005448858137242496, + "U": 1.3957682232224045e-11, + "K": 1.0649656267958107e-08, + "L": 7.692358394706389e-07, + "G": 0.0001082133749150671, + "F": 0.011638146825134754, + "E": 2.0637092745801056e-07, + "T": 0.00016971005243249238, + "P": 6.174815644044429e-05, + "-": 0.9874416589736938 + }, + "id": "tp_11421" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1427628, + "label": "-", + "classification": { + "B": 6.874164881764955e-08, + "S": 4.807836617715111e-08, + "I": 2.314731091246358e-07, + "C": 5.288325723995513e-07, + "R": 1.5260953034612612e-07, + "M": 4.605094090948114e-06, + "O": 2.0850388864346314e-06, + "W": 3.168217688198638e-08, + "N": 1.1865936677679656e-08, + "Y": 0.00023800974304322153, + "U": 7.466529616806383e-09, + "K": 2.1904422453644656e-07, + "L": 1.8582808536393713e-07, + "G": 1.7423122699256055e-05, + "F": 0.0006964335334487259, + "E": 5.859300244992482e-07, + "T": 0.00012399835395626724, + "P": 0.001686808536760509, + "-": 0.9972284436225891 + }, + "id": "tp_11422" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1427761, + "label": "-", + "classification": { + "B": 1.6546095604752509e-09, + "S": 1.7946243602295908e-08, + "I": 1.6806771441224555e-07, + "C": 4.2683197420956276e-08, + "R": 1.1974583991047894e-08, + "M": 2.5170016670017503e-05, + "O": 7.76192166540568e-07, + "W": 2.174341817706704e-09, + "N": 3.5178127077983845e-09, + "Y": 0.0003734022902790457, + "U": 1.3012786681532162e-10, + "K": 1.282946726632872e-08, + "L": 7.218100961381424e-08, + "G": 2.9380800697254017e-05, + "F": 0.004133338574320078, + "E": 8.719725315131654e-07, + "T": 0.00020201440202072263, + "P": 0.0007705959724262357, + "-": 0.994464099407196 + }, + "id": "tp_11423" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1427895, + "label": "-", + "classification": { + "B": 6.0907823923317395e-12, + "S": 1.0957922069732007e-11, + "I": 2.0235555098224722e-07, + "C": 1.890441581053892e-09, + "R": 7.560774784032276e-10, + "M": 1.9071130736847408e-06, + "O": 8.75052208471061e-09, + "W": 9.0709826802704e-12, + "N": 5.397043228994036e-11, + "Y": 0.00047473973245359957, + "U": 7.694974215113892e-13, + "K": 1.3041707991323648e-10, + "L": 1.5132975428322482e-10, + "G": 2.4978724013635656e-06, + "F": 2.7491435048432322e-06, + "E": 4.024763811116827e-08, + "T": 4.156547583988868e-05, + "P": 0.00010071079304907471, + "-": 0.9993755221366882 + }, + "id": "tp_11424" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1428028, + "label": "-", + "classification": { + "B": 9.23072366276756e-06, + "S": 1.2701279047178105e-05, + "I": 0.00021709379507228732, + "C": 7.703086885157973e-05, + "R": 3.4954828151967376e-05, + "M": 0.0023821440991014242, + "O": 0.0002229140663985163, + "W": 6.013562142470619e-06, + "N": 1.2147323104727548e-05, + "Y": 0.014603867195546627, + "U": 2.2160561456985306e-06, + "K": 1.678584703768138e-05, + "L": 3.8562902773264796e-05, + "G": 0.0018738926155492663, + "F": 0.006645864807069302, + "E": 0.00016478683392051607, + "T": 0.01026169303804636, + "P": 0.013203815557062626, + "-": 0.9502143263816833 + }, + "id": "tp_11425" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1428128, + "label": "-", + "classification": { + "B": 1.5525858998444164e-07, + "S": 3.39034158969298e-05, + "I": 4.84328347738483e-06, + "C": 3.027245656994637e-05, + "R": 1.176000660052523e-05, + "M": 0.0011718585155904293, + "O": 0.00029215551330707967, + "W": 2.7679750473907916e-06, + "N": 1.7575460731222847e-07, + "Y": 0.005630738567560911, + "U": 2.377648966600532e-09, + "K": 8.648371476738248e-07, + "L": 2.06636013899697e-05, + "G": 0.001568927546031773, + "F": 0.02312808856368065, + "E": 4.65774019176024e-06, + "T": 0.0037832274101674557, + "P": 0.00026516412617638707, + "-": 0.9640498161315918 + }, + "id": "tp_11426" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1428262, + "label": "-", + "classification": { + "B": 5.857301449418983e-11, + "S": 1.9873105383538814e-09, + "I": 1.0734557776004294e-07, + "C": 8.508514071081663e-08, + "R": 3.812573012851317e-08, + "M": 7.634606049577997e-07, + "O": 1.6620808196421422e-07, + "W": 1.4921787139243747e-09, + "N": 9.708626125259912e-10, + "Y": 0.00021863618167117238, + "U": 1.1295715057757505e-10, + "K": 7.473003904578945e-08, + "L": 6.0916467425897736e-09, + "G": 6.98738222126849e-06, + "F": 0.003226271364837885, + "E": 1.1037096925292644e-07, + "T": 2.349896931264084e-05, + "P": 0.0007010617409832776, + "-": 0.9958221912384033 + }, + "id": "tp_11427" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1428395, + "label": "Y", + "classification": { + "B": 8.311135633876088e-12, + "S": 2.7787204999185633e-06, + "I": 3.63581775797428e-10, + "C": 4.101034846826224e-06, + "R": 1.3457135992211988e-06, + "M": 0.0015887178014963865, + "O": 0.0004155560745857656, + "W": 3.604397846856955e-08, + "N": 7.250608533709846e-12, + "Y": 0.5260315537452698, + "U": 5.493135717886226e-16, + "K": 4.520011476216723e-09, + "L": 2.3782406060490757e-05, + "G": 0.3245433270931244, + "F": 0.06721439957618713, + "E": 4.008298581936742e-09, + "T": 0.0175962895154953, + "P": 1.0026300900634055e-09, + "-": 0.06257812678813934 + }, + "id": "tp_11428" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1428529, + "label": "-", + "classification": { + "B": 8.932187256505131e-07, + "S": 2.499043694115244e-05, + "I": 0.0003030418010894209, + "C": 1.952600541699212e-05, + "R": 9.127031262323726e-06, + "M": 0.00011195056868018582, + "O": 7.075490429997444e-05, + "W": 9.002290425996762e-06, + "N": 3.762548294616863e-05, + "Y": 0.002105139661580324, + "U": 3.5106407381135796e-07, + "K": 0.00011637720308499411, + "L": 1.4024668644196936e-06, + "G": 9.737590153235942e-05, + "F": 0.011071703396737576, + "E": 0.00011417340283514932, + "T": 0.001265921862795949, + "P": 0.08597134053707123, + "-": 0.8986693024635315 + }, + "id": "tp_11429" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1428629, + "label": "-", + "classification": { + "B": 5.51303060092323e-07, + "S": 1.6921062524488661e-06, + "I": 8.350021971637034e-07, + "C": 3.927777356693696e-07, + "R": 3.8262558632595756e-07, + "M": 5.121688809595071e-05, + "O": 8.678336598677561e-05, + "W": 4.766973233927274e-07, + "N": 1.7863223789049698e-08, + "Y": 0.0002667933003976941, + "U": 9.726409677668357e-10, + "K": 1.4303591644448943e-09, + "L": 5.860355031472864e-06, + "G": 9.415044769411907e-05, + "F": 0.0010386812500655651, + "E": 3.3015891176546575e-07, + "T": 0.0002222561015514657, + "P": 0.001100916531868279, + "-": 0.9971287846565247 + }, + "id": "tp_11430" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1428762, + "label": "-", + "classification": { + "B": 3.0136404802760808e-06, + "S": 8.141421130858362e-05, + "I": 2.473256245139055e-05, + "C": 3.1005496566649526e-05, + "R": 3.062119139940478e-05, + "M": 0.0026522416155785322, + "O": 0.0006565284566022456, + "W": 1.618660280655604e-05, + "N": 1.2951238659297815e-06, + "Y": 0.04346544295549393, + "U": 8.52769801440445e-08, + "K": 1.4240766859074938e-06, + "L": 0.00013982396922074258, + "G": 0.0034745410084724426, + "F": 0.01788121834397316, + "E": 1.2173672075732611e-05, + "T": 0.028369996696710587, + "P": 0.0010613525519147515, + "-": 0.9020968079566956 + }, + "id": "tp_11431" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1428896, + "label": "-", + "classification": { + "B": 7.967571602485179e-10, + "S": 5.304807473294204e-07, + "I": 2.722866270232771e-07, + "C": 1.0010595907772313e-08, + "R": 1.0089956425929358e-08, + "M": 2.076382406812627e-05, + "O": 4.671198894357076e-06, + "W": 2.4878179516463206e-08, + "N": 4.868475400598982e-09, + "Y": 0.006881245877593756, + "U": 1.463425908232452e-11, + "K": 2.0081907337043958e-07, + "L": 5.1986045690455285e-08, + "G": 7.867980457376689e-05, + "F": 0.003484695916995406, + "E": 1.924271941788902e-07, + "T": 0.0027268060948699713, + "P": 0.0001335016859229654, + "-": 0.9866683483123779 + }, + "id": "tp_11432" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1429029, + "label": "-", + "classification": { + "B": 7.637085218448192e-05, + "S": 0.0027193264104425907, + "I": 9.256569683202542e-06, + "C": 6.863223916298011e-06, + "R": 1.1015503332600929e-05, + "M": 0.007142663933336735, + "O": 0.0035492433235049248, + "W": 0.0001107311254600063, + "N": 1.3904709703638218e-06, + "Y": 0.019578712061047554, + "U": 1.2858392572923094e-08, + "K": 4.220385562803131e-06, + "L": 0.000404274498578161, + "G": 0.010619300417602062, + "F": 0.24062806367874146, + "E": 7.154959166655317e-05, + "T": 0.009471326135098934, + "P": 0.0008349752170033753, + "-": 0.704760730266571 + }, + "id": "tp_11433" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1429129, + "label": "-", + "classification": { + "B": 1.446048713660275e-06, + "S": 2.592836381154484e-06, + "I": 1.915699613164179e-06, + "C": 2.223101728304755e-05, + "R": 8.434474693785887e-06, + "M": 0.00013944802049081773, + "O": 9.331096225650981e-05, + "W": 1.1010121170329512e-06, + "N": 7.606211482880099e-08, + "Y": 0.0028711131308227777, + "U": 2.1923110438137883e-08, + "K": 1.7978088351355836e-07, + "L": 5.070984843769111e-05, + "G": 0.0015314266784116626, + "F": 0.028159892186522484, + "E": 4.414056093082763e-06, + "T": 0.0004983970429748297, + "P": 0.0010938284685835242, + "-": 0.9655194878578186 + }, + "id": "tp_11434" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1429263, + "label": "-", + "classification": { + "B": 1.5392784291634598e-07, + "S": 3.341281626489945e-05, + "I": 8.348210940312129e-06, + "C": 1.9437142327660695e-05, + "R": 1.1442426512076054e-05, + "M": 0.0034724620636552572, + "O": 0.00039982469752430916, + "W": 3.593487235775683e-06, + "N": 4.922675884699856e-07, + "Y": 0.10737105458974838, + "U": 9.329515826550505e-09, + "K": 2.5033968995558098e-05, + "L": 6.969762034714222e-05, + "G": 0.013732255436480045, + "F": 0.07683275640010834, + "E": 3.5385026421863586e-05, + "T": 0.030460530892014503, + "P": 0.00019987346604466438, + "-": 0.7673242092132568 + }, + "id": "tp_11435" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1429396, + "label": "-", + "classification": { + "B": 2.3101706574379932e-06, + "S": 2.279257842019433e-06, + "I": 5.338199116522446e-05, + "C": 1.2895116924482863e-05, + "R": 9.388261787535157e-06, + "M": 0.0003481236635707319, + "O": 7.294978422578424e-05, + "W": 1.6557966091568233e-06, + "N": 7.519047926507483e-07, + "Y": 0.006435076240450144, + "U": 1.2615925015779794e-07, + "K": 1.2415513594987715e-07, + "L": 1.7211576050613075e-05, + "G": 0.00042554864194244146, + "F": 0.0031661964021623135, + "E": 1.360495025437558e-05, + "T": 0.0016670908080413938, + "P": 0.005422171205282211, + "-": 0.9823490977287292 + }, + "id": "tp_11436" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1429530, + "label": "-", + "classification": { + "B": 1.5205940144369379e-05, + "S": 9.554540883982554e-05, + "I": 4.872687441093149e-06, + "C": 1.6926630905800266e-06, + "R": 1.8162568267143797e-06, + "M": 0.006306366994976997, + "O": 0.0009136642911471426, + "W": 6.207604201335926e-06, + "N": 1.6940737168624764e-07, + "Y": 0.004979325924068689, + "U": 4.553216914615632e-09, + "K": 4.789413310390955e-08, + "L": 0.00023915905330795795, + "G": 0.0026966198347508907, + "F": 0.0179462730884552, + "E": 4.69260303361807e-05, + "T": 0.0026139961555600166, + "P": 0.0011933743953704834, + "-": 0.9629387259483337 + }, + "id": "tp_11437" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1429630, + "label": "-", + "classification": { + "B": 7.273304181154572e-09, + "S": 9.290307190212843e-08, + "I": 1.5427667676704004e-05, + "C": 8.867693850334035e-07, + "R": 8.161600817402359e-07, + "M": 7.994152838364244e-05, + "O": 6.075500095903408e-06, + "W": 6.44679261085912e-08, + "N": 1.1485200701599751e-07, + "Y": 0.013856924138963223, + "U": 3.692672390087637e-09, + "K": 4.5754495658911765e-07, + "L": 2.039254383134903e-07, + "G": 0.00012108938972232863, + "F": 0.0004914849414490163, + "E": 4.024282588943606e-06, + "T": 0.004092246759682894, + "P": 0.0010137211065739393, + "-": 0.9803164601325989 + }, + "id": "tp_11438" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1429763, + "label": "-", + "classification": { + "B": 9.059732838068157e-05, + "S": 0.0007052061264403164, + "I": 2.618261169118341e-05, + "C": 4.808099220099393e-06, + "R": 9.380114533996675e-06, + "M": 0.006837468594312668, + "O": 0.0037780532147735357, + "W": 2.9496550268959254e-05, + "N": 4.540871714198147e-07, + "Y": 0.03351099416613579, + "U": 1.637322388781115e-09, + "K": 4.387507956948866e-08, + "L": 0.00028990342980250716, + "G": 0.004895378369837999, + "F": 0.0059510935097932816, + "E": 9.234046956407838e-06, + "T": 0.012104236520826817, + "P": 0.0004137262294534594, + "-": 0.931343674659729 + }, + "id": "tp_11439" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1429897, + "label": "-", + "classification": { + "B": 3.629028189067185e-09, + "S": 9.594609551299982e-09, + "I": 3.407298976298989e-08, + "C": 9.777821219358884e-09, + "R": 3.1366809150057406e-09, + "M": 2.1247167296678526e-06, + "O": 1.2815398804377764e-06, + "W": 2.906272555946998e-09, + "N": 7.889282005457687e-10, + "Y": 6.537645731441444e-06, + "U": 4.444898268896047e-11, + "K": 8.693973492512885e-12, + "L": 4.883002446831597e-08, + "G": 6.451913350247196e-07, + "F": 1.930370126501657e-05, + "E": 8.798616946137372e-09, + "T": 5.2619376219809055e-05, + "P": 0.0013426441000774503, + "-": 0.9985747337341309 + }, + "id": "tp_11440" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1430030, + "label": "-", + "classification": { + "B": 1.1118135578858102e-10, + "S": 2.142052091258506e-09, + "I": 2.1330835764388212e-08, + "C": 1.362131030191449e-07, + "R": 3.529783398903419e-08, + "M": 5.228538384471904e-07, + "O": 2.102791825109307e-07, + "W": 1.554669393222241e-09, + "N": 3.7536915242775137e-10, + "Y": 0.0006887527997605503, + "U": 4.2782388742779176e-11, + "K": 1.2324125009399722e-07, + "L": 1.5811840725632464e-08, + "G": 6.302834663074464e-05, + "F": 0.005869204644113779, + "E": 3.2182796871893515e-07, + "T": 2.8167383788968436e-05, + "P": 0.00019565132970456034, + "-": 0.9931538105010986 + }, + "id": "tp_11441" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1430130, + "label": "-", + "classification": { + "B": 6.702115307177792e-09, + "S": 5.507445166585967e-07, + "I": 1.0148301754497879e-07, + "C": 4.2035389924421906e-07, + "R": 1.9125781136608566e-07, + "M": 3.3930806239368394e-05, + "O": 1.5601197446812876e-05, + "W": 6.578583366945168e-08, + "N": 4.948696563644717e-09, + "Y": 0.002169790444895625, + "U": 2.2281275435798165e-10, + "K": 4.981126267011859e-07, + "L": 8.954986583376012e-07, + "G": 0.0004957598866894841, + "F": 0.01151884626597166, + "E": 3.4991461461686413e-07, + "T": 0.0006723453407175839, + "P": 9.081697498913854e-05, + "-": 0.9849998950958252 + }, + "id": "tp_11442" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1430264, + "label": "-", + "classification": { + "B": 2.177379804235713e-11, + "S": 1.2520262604454047e-09, + "I": 1.8652451672096504e-07, + "C": 2.1555980111997997e-08, + "R": 1.0255610582987629e-08, + "M": 2.2661541152046993e-05, + "O": 3.832643926671153e-07, + "W": 3.583955909824965e-10, + "N": 3.8598513274479274e-10, + "Y": 0.036767445504665375, + "U": 1.5176566600660912e-12, + "K": 1.502767510430658e-08, + "L": 5.68147351387438e-09, + "G": 0.00017342717910651118, + "F": 0.0008376396144740283, + "E": 6.16581985468656e-08, + "T": 0.002571837743744254, + "P": 1.879333285614848e-05, + "-": 0.9596074223518372 + }, + "id": "tp_11443" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1430397, + "label": "-", + "classification": { + "B": 1.2479443967094994e-06, + "S": 6.071300504117971e-06, + "I": 1.8112559985183907e-07, + "C": 1.0175114084631787e-08, + "R": 6.772737037863408e-09, + "M": 0.00011685301433317363, + "O": 2.1934161850367673e-05, + "W": 3.921221605196479e-07, + "N": 1.6255226498174125e-08, + "Y": 0.0002795883046928793, + "U": 2.3415050454111963e-10, + "K": 4.545753995444102e-08, + "L": 6.553059961333929e-07, + "G": 5.9101832448504865e-05, + "F": 0.0037779677659273148, + "E": 6.441323421313427e-06, + "T": 0.0003364266303833574, + "P": 0.0012888889759778976, + "-": 0.9941040873527527 + }, + "id": "tp_11444" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1430531, + "label": "-", + "classification": { + "B": 2.7983035888468066e-09, + "S": 5.918316947628455e-09, + "I": 4.777750817197557e-08, + "C": 4.4944407306957146e-08, + "R": 7.3079227114192236e-09, + "M": 5.5592092394363135e-05, + "O": 7.140562274798867e-07, + "W": 8.594425171537523e-10, + "N": 2.10922571075578e-10, + "Y": 0.0001091807716875337, + "U": 1.9101034989810195e-11, + "K": 7.624287486074355e-12, + "L": 1.8404779211778077e-07, + "G": 7.889991138654295e-06, + "F": 0.00023851321020629257, + "E": 1.636514781466758e-07, + "T": 8.436007919954136e-05, + "P": 0.000460685056168586, + "-": 0.9990425705909729 + }, + "id": "tp_11445" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1430631, + "label": "-", + "classification": { + "B": 1.0302356745484076e-09, + "S": 4.189510605101532e-08, + "I": 2.645326979688889e-08, + "C": 6.706995847594044e-09, + "R": 2.7012532211045936e-09, + "M": 1.919428086694097e-06, + "O": 5.571681072069623e-07, + "W": 3.6710110506987803e-09, + "N": 7.012450620180743e-10, + "Y": 7.892493158578873e-05, + "U": 1.286940085748478e-11, + "K": 1.4703191997256226e-09, + "L": 1.5992505097983667e-08, + "G": 3.6772150906472234e-06, + "F": 0.0024070192594081163, + "E": 6.089589277280538e-08, + "T": 6.806298188166693e-05, + "P": 0.0006091190734878182, + "-": 0.9968306422233582 + }, + "id": "tp_11446" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1430764, + "label": "-", + "classification": { + "B": 0.0001158241429948248, + "S": 3.66248787031509e-05, + "I": 1.8359520254307427e-05, + "C": 1.863777833932545e-05, + "R": 1.7141735952463932e-05, + "M": 0.001858701347373426, + "O": 0.0005189402727410197, + "W": 4.697717940871371e-06, + "N": 3.217221831164352e-07, + "Y": 0.004835542291402817, + "U": 2.1206787437222374e-08, + "K": 2.581780478294604e-08, + "L": 0.00032198079861700535, + "G": 0.006502597592771053, + "F": 0.016714589670300484, + "E": 5.07793556607794e-05, + "T": 0.0013459734618663788, + "P": 0.003034297376871109, + "-": 0.9646049737930298 + }, + "id": "tp_11447" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1430898, + "label": "-", + "classification": { + "B": 5.91342863565103e-10, + "S": 1.0542275497016362e-08, + "I": 6.871113669149054e-07, + "C": 2.374248197156703e-06, + "R": 4.362425727322261e-07, + "M": 8.010208148334641e-06, + "O": 1.9334133867232595e-06, + "W": 1.6019589210714003e-08, + "N": 1.6438407968166757e-08, + "Y": 0.001800963538698852, + "U": 9.922529464745367e-10, + "K": 1.6376695839426247e-06, + "L": 4.092306227221343e-08, + "G": 4.293224264984019e-05, + "F": 0.0011178908171132207, + "E": 1.5343339327955619e-06, + "T": 0.00018476562399882823, + "P": 0.0009996368316933513, + "-": 0.9958370923995972 + }, + "id": "tp_11448" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1431031, + "label": "-", + "classification": { + "B": 8.808995893838656e-11, + "S": 6.495306337228612e-08, + "I": 1.7297319345743745e-06, + "C": 1.4361789624217636e-07, + "R": 1.4581277696379402e-07, + "M": 6.782946002203971e-05, + "O": 8.416252057941165e-06, + "W": 6.866507362701668e-09, + "N": 6.745150216147522e-09, + "Y": 0.16215133666992188, + "U": 1.1824679690269901e-12, + "K": 9.825936508889299e-09, + "L": 4.535380071502004e-08, + "G": 0.0003387274337001145, + "F": 0.0009963028132915497, + "E": 5.2119329296829164e-08, + "T": 0.015975497663021088, + "P": 3.52442693838384e-05, + "-": 0.8204243779182434 + }, + "id": "tp_11449" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1431131, + "label": "-", + "classification": { + "B": 8.210504631733784e-08, + "S": 3.312693252155441e-06, + "I": 1.8146540696761804e-06, + "C": 1.852036439231597e-05, + "R": 4.339446149970172e-06, + "M": 0.0005106889293529093, + "O": 6.935476994840428e-05, + "W": 4.412819123444933e-07, + "N": 8.30906188298286e-08, + "Y": 0.012735375203192234, + "U": 1.7292667298107745e-09, + "K": 1.3324498127076367e-07, + "L": 1.7331964045297354e-05, + "G": 0.0036249307449907064, + "F": 0.06449799984693527, + "E": 1.871706626843661e-05, + "T": 0.0022945101372897625, + "P": 0.0008186743943952024, + "-": 0.9153835773468018 + }, + "id": "tp_11450" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1431265, + "label": "-", + "classification": { + "B": 0.00011996937246294692, + "S": 7.716577965766191e-05, + "I": 0.000775642751250416, + "C": 0.0001743873581290245, + "R": 6.917293649166822e-05, + "M": 0.004518312402069569, + "O": 0.0008033140911720693, + "W": 4.5825196139048785e-05, + "N": 2.284599577251356e-05, + "Y": 0.00921413954347372, + "U": 4.272810201655375e-06, + "K": 1.7597059240870294e-06, + "L": 0.0003397919936105609, + "G": 0.0023311851546168327, + "F": 0.004812262486666441, + "E": 0.00015291813178919256, + "T": 0.009857270866632462, + "P": 0.02824941836297512, + "-": 0.9384303092956543 + }, + "id": "tp_11451" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1431398, + "label": "-", + "classification": { + "B": 9.378034807050462e-12, + "S": 3.33493233029003e-11, + "I": 1.1974220504029631e-09, + "C": 1.9649604859894865e-11, + "R": 3.852579279900459e-12, + "M": 3.365012801737066e-08, + "O": 5.807080594166791e-09, + "W": 1.025523849867982e-11, + "N": 6.0811989124887056e-12, + "Y": 2.61113518718048e-06, + "U": 9.022664749667661e-14, + "K": 1.0012194198716351e-11, + "L": 6.28253837842152e-11, + "G": 1.417345032450612e-07, + "F": 0.0004309848591219634, + "E": 2.003699606234477e-08, + "T": 6.953745810278633e-07, + "P": 0.0015587995294481516, + "-": 0.9980066418647766 + }, + "id": "tp_11452" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1431532, + "label": "-", + "classification": { + "B": 6.88290526795754e-07, + "S": 1.0982824960592552e-06, + "I": 5.104622232465772e-06, + "C": 1.9601788153522648e-05, + "R": 4.262554284650832e-06, + "M": 0.00034812625381164253, + "O": 6.075191413401626e-05, + "W": 5.132282581143954e-07, + "N": 3.050835459816881e-07, + "Y": 0.002314358251169324, + "U": 7.933966372775103e-08, + "K": 8.900751424789632e-08, + "L": 2.121579927916173e-05, + "G": 0.0004280615539755672, + "F": 0.0035903058014810085, + "E": 1.2034874998789746e-05, + "T": 0.001233092974871397, + "P": 0.0040802182629704475, + "-": 0.9878800511360168 + }, + "id": "tp_11453" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1431632, + "label": "F", + "classification": { + "B": 7.251646394479394e-08, + "S": 0.0015738036017864943, + "I": 1.143948566095787e-06, + "C": 2.3807899651728803e-06, + "R": 2.837046395143261e-06, + "M": 0.003828309243544936, + "O": 0.0018795373616740108, + "W": 6.337400463962695e-06, + "N": 9.024475389196596e-08, + "Y": 0.07098344713449478, + "U": 1.4823803642927125e-11, + "K": 2.566250714153284e-07, + "L": 0.00011711079423548654, + "G": 0.04297776520252228, + "F": 0.48911038041114807, + "E": 3.5926477721659467e-06, + "T": 0.04420417174696922, + "P": 2.6765274014906026e-05, + "-": 0.34528204798698425 + }, + "id": "tp_11454" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1431765, + "label": "-", + "classification": { + "B": 6.241562378050958e-09, + "S": 2.79055598184641e-07, + "I": 6.228594315871305e-07, + "C": 6.089777571105515e-07, + "R": 4.1757147073440137e-07, + "M": 0.0023977903183549643, + "O": 4.631855699699372e-05, + "W": 1.4783763546688533e-08, + "N": 3.2877678357579043e-09, + "Y": 0.36732739210128784, + "U": 3.593093270831682e-12, + "K": 2.8216438074935013e-09, + "L": 4.3044938138336875e-06, + "G": 0.017762456089258194, + "F": 0.005072997882962227, + "E": 7.76004299041233e-07, + "T": 0.02267714962363243, + "P": 6.550625585077796e-06, + "-": 0.5847023725509644 + }, + "id": "tp_11455" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1431899, + "label": "-", + "classification": { + "B": 0.00015503053145948797, + "S": 0.00041654237429611385, + "I": 0.0005607045604847372, + "C": 6.625860987696797e-05, + "R": 4.2209903767798096e-05, + "M": 0.004774657543748617, + "O": 0.0029991166666150093, + "W": 0.00011120372073492035, + "N": 7.038618059596047e-05, + "Y": 0.10230294615030289, + "U": 8.48105685236078e-07, + "K": 8.357354090549052e-05, + "L": 0.0002129790373146534, + "G": 0.02431829646229744, + "F": 0.07178457826375961, + "E": 0.00047068955609574914, + "T": 0.027311397716403008, + "P": 0.007841444574296474, + "-": 0.7564771175384521 + }, + "id": "tp_11456" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1432032, + "label": "-", + "classification": { + "B": 3.199614184712374e-11, + "S": 7.257710876729107e-08, + "I": 2.2045455239094736e-07, + "C": 2.185854697245304e-07, + "R": 9.377586707159935e-08, + "M": 3.914436820195988e-05, + "O": 6.843479241069872e-06, + "W": 2.8709550292660424e-08, + "N": 8.639181814373842e-09, + "Y": 0.012089175172150135, + "U": 4.970806058435251e-11, + "K": 3.638339762801479e-07, + "L": 1.0090892743619406e-07, + "G": 0.00014141078281681985, + "F": 0.006213310640305281, + "E": 5.070336328572012e-07, + "T": 0.002180025912821293, + "P": 0.00013221245899330825, + "-": 0.9791961312294006 + }, + "id": "tp_11457" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1432132, + "label": "-", + "classification": { + "B": 3.668415260449365e-08, + "S": 1.2331240668572718e-06, + "I": 0.0006662726518698037, + "C": 1.6074851373559795e-05, + "R": 4.372971943666926e-06, + "M": 4.793223342858255e-05, + "O": 2.704769212868996e-05, + "W": 1.4776561556573142e-06, + "N": 6.26201945124194e-05, + "Y": 0.011372619308531284, + "U": 1.3234985374310781e-07, + "K": 0.001068344572558999, + "L": 2.494429622856842e-07, + "G": 0.0011963926954194903, + "F": 0.008183391764760017, + "E": 0.0011608952190726995, + "T": 0.0036732591688632965, + "P": 0.0477631501853466, + "-": 0.9247546195983887 + }, + "id": "tp_11458" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1432266, + "label": "-", + "classification": { + "B": 2.908041141225226e-09, + "S": 6.606500591033182e-08, + "I": 1.2674491927100462e-06, + "C": 1.605867367970859e-07, + "R": 4.692195076927419e-08, + "M": 1.236418029293418e-06, + "O": 1.462444060962298e-06, + "W": 8.980941856862046e-08, + "N": 8.597900347240284e-08, + "Y": 0.00011820665531558916, + "U": 3.3814262501152825e-09, + "K": 4.416367119119968e-06, + "L": 1.9953983354525917e-08, + "G": 8.432591130258515e-06, + "F": 0.003653369378298521, + "E": 5.1153665481251664e-06, + "T": 3.832601578324102e-05, + "P": 0.015660637989640236, + "-": 0.9805071353912354 + }, + "id": "tp_11459" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1432399, + "label": "-", + "classification": { + "B": 2.8029782939142933e-09, + "S": 6.499232263479371e-09, + "I": 5.5106241347857576e-08, + "C": 1.1678022993066861e-09, + "R": 3.872326348464128e-10, + "M": 2.0193151613057125e-06, + "O": 5.584157065641193e-07, + "W": 1.4178924701013784e-09, + "N": 1.8748291807924033e-10, + "Y": 3.89520573662594e-06, + "U": 3.1460630541685353e-12, + "K": 1.4168062339656173e-12, + "L": 2.4330979897513316e-08, + "G": 5.785815346825984e-07, + "F": 8.756957686273381e-05, + "E": 4.441647760700107e-08, + "T": 4.096206794201862e-06, + "P": 0.0036993587855249643, + "-": 0.9962018132209778 + }, + "id": "tp_11460" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1432533, + "label": "-", + "classification": { + "B": 7.0001675567255e-08, + "S": 8.296498776871886e-07, + "I": 3.861076038447209e-05, + "C": 0.00021628629474435002, + "R": 0.00012796209193766117, + "M": 0.0003829960187431425, + "O": 0.0001341064489679411, + "W": 2.039258333752514e-06, + "N": 7.950197300488071e-07, + "Y": 0.006110379938036203, + "U": 4.754039082399686e-07, + "K": 3.7732851865257544e-07, + "L": 4.101130980416201e-05, + "G": 0.000610572227742523, + "F": 0.0025647697038948536, + "E": 4.789692411577562e-06, + "T": 0.002874108962714672, + "P": 0.0020760090555995703, + "-": 0.9848138689994812 + }, + "id": "tp_11461" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1432633, + "label": "-", + "classification": { + "B": 4.2889404028301215e-08, + "S": 2.6648686457519943e-07, + "I": 9.66908464761218e-06, + "C": 2.2161088963912334e-06, + "R": 7.655169156350894e-07, + "M": 5.407330172602087e-05, + "O": 9.982210031012073e-06, + "W": 1.941506866387499e-07, + "N": 4.936721893500362e-07, + "Y": 0.00552751962095499, + "U": 5.3755055517967776e-08, + "K": 5.276297542877728e-06, + "L": 5.409532377598225e-07, + "G": 0.00019374681869521737, + "F": 0.002942540217190981, + "E": 1.4113937140791677e-05, + "T": 0.0011913883499801159, + "P": 0.0038040822837501764, + "-": 0.986242949962616 + }, + "id": "tp_11462" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1432766, + "label": "-", + "classification": { + "B": 2.2378376929310662e-10, + "S": 2.2819064415813273e-09, + "I": 1.873824999165663e-06, + "C": 9.338127426872234e-08, + "R": 5.1965876934900734e-08, + "M": 1.1988963706244249e-05, + "O": 6.719637895002961e-07, + "W": 1.5233863059904706e-09, + "N": 3.5089897654216884e-09, + "Y": 0.0026794669684022665, + "U": 1.043183248117252e-10, + "K": 2.1153028217923975e-09, + "L": 1.8855216055158053e-08, + "G": 8.859290574037004e-06, + "F": 5.0737435230985284e-05, + "E": 1.424475613021059e-07, + "T": 0.0006540124304592609, + "P": 0.00048323426744900644, + "-": 0.9961088299751282 + }, + "id": "tp_11463" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1432900, + "label": "Y", + "classification": { + "B": 0.00010171016037929803, + "S": 0.007837816141545773, + "I": 0.0032288318034261465, + "C": 0.00023197292466647923, + "R": 0.00028799319989047945, + "M": 0.022146150469779968, + "O": 0.012143857777118683, + "W": 0.0004710737557616085, + "N": 0.0004150959721300751, + "Y": 0.4301881194114685, + "U": 1.5443813481397228e-06, + "K": 0.00027364178095012903, + "L": 0.001235837466083467, + "G": 0.06463590264320374, + "F": 0.061512187123298645, + "E": 0.0008817080524750054, + "T": 0.17344406247138977, + "P": 0.0026318510062992573, + "-": 0.21833062171936035 + }, + "id": "tp_11464" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1433033, + "label": "-", + "classification": { + "B": 0.000901922641787678, + "S": 0.002800197573378682, + "I": 0.007938910275697708, + "C": 0.004504951648414135, + "R": 0.0014183890307322145, + "M": 0.009459440596401691, + "O": 0.007554559037089348, + "W": 0.001184077002108097, + "N": 0.001904271193780005, + "Y": 0.07215035706758499, + "U": 8.65030669956468e-05, + "K": 0.0026843633968383074, + "L": 0.0013520534848794341, + "G": 0.0336267426609993, + "F": 0.08042801916599274, + "E": 0.011618229560554028, + "T": 0.033443864434957504, + "P": 0.0665135532617569, + "-": 0.6604295969009399 + }, + "id": "tp_11465" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1433133, + "label": "-", + "classification": { + "B": 6.337097602227004e-08, + "S": 2.1382260229074745e-07, + "I": 4.166862197507726e-07, + "C": 3.4422953376633814e-07, + "R": 2.94828510050138e-07, + "M": 0.00010032121645053849, + "O": 7.138096862036036e-06, + "W": 1.9164366094059915e-08, + "N": 1.6820382864324301e-09, + "Y": 0.0016072962898761034, + "U": 4.447418822106641e-11, + "K": 1.9055364230968763e-10, + "L": 2.561117526056478e-06, + "G": 0.0002903513377532363, + "F": 0.002512290608137846, + "E": 3.3502121254969097e-07, + "T": 0.0005393804749473929, + "P": 0.00019235485524404794, + "-": 0.9947466254234314 + }, + "id": "tp_11466" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1433267, + "label": "-", + "classification": { + "B": 8.926467103265168e-07, + "S": 3.0235672966227867e-05, + "I": 1.2301014976401348e-05, + "C": 0.0009688568534329534, + "R": 0.00034068553941324353, + "M": 0.002611927455291152, + "O": 0.0009856141405180097, + "W": 1.2427169167494867e-05, + "N": 5.541496648220345e-07, + "Y": 0.05587087199091911, + "U": 1.6524576551546488e-07, + "K": 1.277657338505378e-05, + "L": 0.0006709088338539004, + "G": 0.030024291947484016, + "F": 0.07465963810682297, + "E": 1.3065260645817034e-05, + "T": 0.013657685369253159, + "P": 0.0001840194163378328, + "-": 0.8199430704116821 + }, + "id": "tp_11467" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1433400, + "label": "P", + "classification": { + "B": 3.954204075284906e-08, + "S": 6.158049070670302e-10, + "I": 9.058047112375789e-07, + "C": 7.914912281137276e-09, + "R": 3.5743261128651227e-10, + "M": 4.921893648202058e-08, + "O": 6.738500957226279e-08, + "W": 7.396413481686182e-10, + "N": 1.7001630325808037e-08, + "Y": 6.320750571831013e-07, + "U": 1.4210962961946905e-10, + "K": 1.5605060646461943e-11, + "L": 2.864475989738935e-09, + "G": 4.180458859082137e-07, + "F": 6.254506388359005e-06, + "E": 7.236486112560669e-07, + "T": 1.9941114715038566e-06, + "P": 0.7313316464424133, + "-": 0.26865729689598083 + }, + "id": "tp_11468" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1433500, + "label": "P", + "classification": { + "B": 3.2697387268854072e-06, + "S": 1.0985580729538924e-06, + "I": 0.05345168709754944, + "C": 0.00010694637603592128, + "R": 2.2636606445303187e-05, + "M": 0.00012160011101514101, + "O": 2.0315488654887304e-05, + "W": 1.704351234366186e-06, + "N": 0.0006544447387568653, + "Y": 0.011971910484135151, + "U": 1.282382527278969e-06, + "K": 2.3171562133939005e-05, + "L": 1.5670763104935759e-06, + "G": 0.0007767729694023728, + "F": 0.0008243996417149901, + "E": 0.002420412376523018, + "T": 0.0022083919029682875, + "P": 0.6400730609893799, + "-": 0.287315309047699 + }, + "id": "tp_11469" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1433634, + "label": "-", + "classification": { + "B": 0.0004717671836260706, + "S": 8.198514115065336e-05, + "I": 0.020948847755789757, + "C": 0.002051723189651966, + "R": 0.0003733644261956215, + "M": 0.0024425990413874388, + "O": 0.0009593864087946713, + "W": 6.924737681401893e-05, + "N": 0.001938413130119443, + "Y": 0.033030759543180466, + "U": 4.0318973333342e-05, + "K": 0.00044548435835167766, + "L": 0.00015417640679515898, + "G": 0.02507401816546917, + "F": 0.011265208013355732, + "E": 0.01390452217310667, + "T": 0.006805955898016691, + "P": 0.3754654824733734, + "-": 0.50447678565979 + }, + "id": "tp_11470" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1433767, + "label": "P", + "classification": { + "B": 6.249103171285242e-05, + "S": 8.253203304775525e-06, + "I": 0.00030800746753811836, + "C": 4.375132903078338e-06, + "R": 1.3126236808602698e-06, + "M": 5.127676558913663e-05, + "O": 0.0001199202670250088, + "W": 7.2086018008121755e-06, + "N": 2.3799266273272224e-05, + "Y": 0.00011401129449950531, + "U": 6.386610493791522e-07, + "K": 4.5901026624051156e-07, + "L": 9.380938536196481e-06, + "G": 0.00013829339877702296, + "F": 0.0008780438802205026, + "E": 0.00023994279035832733, + "T": 0.0001385575596941635, + "P": 0.6285251975059509, + "-": 0.3693688213825226 + }, + "id": "tp_11471" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1433901, + "label": "-", + "classification": { + "B": 2.4126751441144734e-07, + "S": 1.2963384143915846e-08, + "I": 3.378833753231447e-06, + "C": 2.4722099922769303e-08, + "R": 6.885444658877304e-09, + "M": 3.5057262266491307e-06, + "O": 2.5545839434926165e-06, + "W": 3.456170460935937e-08, + "N": 2.0585840587727944e-08, + "Y": 1.184731718240073e-05, + "U": 7.182416883466658e-10, + "K": 6.208917407990455e-11, + "L": 1.562377605068832e-07, + "G": 3.4884571959992172e-06, + "F": 2.4107455828925595e-05, + "E": 1.6534487485841964e-06, + "T": 2.663730447238777e-05, + "P": 0.06248224154114723, + "-": 0.9374401569366455 + }, + "id": "tp_11472" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1434001, + "label": "-", + "classification": { + "B": 6.1441764955816325e-06, + "S": 7.429970878547465e-07, + "I": 0.0002755069581326097, + "C": 8.256412911578082e-06, + "R": 1.5812057654329692e-06, + "M": 2.3186177713796496e-05, + "O": 2.2456380975199863e-05, + "W": 2.4807770842016907e-06, + "N": 1.599259667273145e-05, + "Y": 0.00011596428521443158, + "U": 1.3753773373537115e-06, + "K": 3.259365485064336e-06, + "L": 2.0414004211488646e-06, + "G": 7.334618567256257e-05, + "F": 0.0012040601577609777, + "E": 0.0002081597049254924, + "T": 0.00031032910919748247, + "P": 0.45351895689964294, + "-": 0.5442061424255371 + }, + "id": "tp_11473" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1434134, + "label": "P", + "classification": { + "B": 1.4933418242435437e-05, + "S": 3.109243777998927e-07, + "I": 0.0004703637969214469, + "C": 1.609391915735614e-06, + "R": 8.987319688458228e-08, + "M": 2.2715674276696518e-05, + "O": 2.8759163797076326e-06, + "W": 1.2075010147327703e-07, + "N": 1.6430301911896095e-05, + "Y": 4.7922982048476115e-05, + "U": 9.24440612948274e-08, + "K": 9.367409603555643e-08, + "L": 3.776492008000787e-07, + "G": 6.367414607666433e-05, + "F": 5.097873508930206e-05, + "E": 0.0008397677447646856, + "T": 5.2527848311001435e-05, + "P": 0.9173390865325928, + "-": 0.08107603341341019 + }, + "id": "tp_11474" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1434268, + "label": "P", + "classification": { + "B": 5.442511996633925e-10, + "S": 1.0992206034288188e-09, + "I": 5.6535111070843413e-05, + "C": 3.2617741396734345e-08, + "R": 2.004688415269129e-09, + "M": 9.761251362760959e-08, + "O": 3.349074972902599e-08, + "W": 1.0540255335200754e-09, + "N": 1.3155867009118083e-06, + "Y": 1.0992453098879196e-06, + "U": 8.827887310047799e-10, + "K": 1.1250437026433247e-08, + "L": 6.140061237225325e-10, + "G": 5.622985099762445e-07, + "F": 2.565982867963612e-05, + "E": 2.0242187019903213e-05, + "T": 1.029042323352769e-06, + "P": 0.9720783233642578, + "-": 0.027815166860818863 + }, + "id": "tp_11475" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1434401, + "label": "-", + "classification": { + "B": 1.2547285876962633e-08, + "S": 2.598645920670606e-08, + "I": 2.7093883545603603e-05, + "C": 2.6278908649146615e-07, + "R": 9.007600709765029e-08, + "M": 3.541265414241934e-07, + "O": 7.783295359331532e-07, + "W": 6.65990356196744e-08, + "N": 1.5052668231874122e-06, + "Y": 0.00012122007319703698, + "U": 9.408230994267797e-08, + "K": 1.2067316674801987e-05, + "L": 1.5415361431792007e-08, + "G": 1.0726498658186756e-05, + "F": 0.0007598596275784075, + "E": 1.9973740563727915e-05, + "T": 5.212551695876755e-05, + "P": 0.24387872219085693, + "-": 0.7551149725914001 + }, + "id": "tp_11476" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1434501, + "label": "-", + "classification": { + "B": 0.00025091387215070426, + "S": 0.00013910244160797447, + "I": 0.021090006455779076, + "C": 0.004088403657078743, + "R": 0.0014027695870026946, + "M": 0.0037683090195059776, + "O": 0.002009323798120022, + "W": 0.0001842913479777053, + "N": 0.0010526517871767282, + "Y": 0.05500365421175957, + "U": 0.0001265097234863788, + "K": 0.0001329960214206949, + "L": 0.0005870338063687086, + "G": 0.008820993825793266, + "F": 0.011118680238723755, + "E": 0.0019573236349970102, + "T": 0.025378771126270294, + "P": 0.10149209201335907, + "-": 0.7613961696624756 + }, + "id": "tp_11477" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1434635, + "label": "P", + "classification": { + "B": 5.698508175555617e-06, + "S": 8.468073247058783e-07, + "I": 0.00012231517757754773, + "C": 4.738322445518861e-07, + "R": 1.5208038917080557e-07, + "M": 2.619396946101915e-05, + "O": 3.96946634282358e-05, + "W": 4.4984193436903297e-07, + "N": 2.339405909879133e-06, + "Y": 2.259888242406305e-05, + "U": 1.1085307782821019e-08, + "K": 8.42555136770784e-10, + "L": 2.2618103230342967e-06, + "G": 2.2156749764690176e-05, + "F": 7.273972732946277e-05, + "E": 2.6606414394336753e-05, + "T": 4.403871207614429e-05, + "P": 0.6169527769088745, + "-": 0.38265863060951233 + }, + "id": "tp_11478" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1434768, + "label": "P", + "classification": { + "B": 5.65692171221599e-05, + "S": 3.577899042284116e-05, + "I": 0.003693842329084873, + "C": 8.465725841233507e-05, + "R": 2.2592979803448543e-05, + "M": 0.0003117901214864105, + "O": 0.00015433199587278068, + "W": 4.4484168029157445e-05, + "N": 0.0006810102495364845, + "Y": 0.0016479766927659512, + "U": 3.397201726329513e-05, + "K": 0.00042863417183980346, + "L": 1.607975355000235e-05, + "G": 0.0007157132495194674, + "F": 0.006480978801846504, + "E": 0.008427925407886505, + "T": 0.0011160331778228283, + "P": 0.6861097812652588, + "-": 0.2899378538131714 + }, + "id": "tp_11479" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1434902, + "label": "-", + "classification": { + "B": 3.446828600317531e-08, + "S": 4.956262600330774e-08, + "I": 3.7982921639923006e-05, + "C": 1.242728330907994e-06, + "R": 9.573108883387249e-08, + "M": 1.8006236359724426e-06, + "O": 1.543807911730255e-06, + "W": 8.554951591577264e-08, + "N": 1.8261993091073236e-06, + "Y": 3.63187791663222e-05, + "U": 5.410958081597528e-08, + "K": 1.7024825638145558e-06, + "L": 2.839450807812227e-08, + "G": 7.370758794422727e-06, + "F": 0.0006841821596026421, + "E": 2.453753950248938e-05, + "T": 4.1712020902195945e-05, + "P": 0.2902739942073822, + "-": 0.7088853716850281 + }, + "id": "tp_11480" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1435002, + "label": "P", + "classification": { + "B": 3.133574182356824e-06, + "S": 7.406143254229391e-07, + "I": 0.000383943464839831, + "C": 7.240354079840472e-06, + "R": 5.743971200899978e-07, + "M": 1.90255213965429e-05, + "O": 9.94902347883908e-06, + "W": 6.638962872784759e-07, + "N": 1.9965174942626618e-05, + "Y": 0.00027991359820589423, + "U": 6.842432753728644e-07, + "K": 5.327012218003802e-07, + "L": 1.7871670934255235e-06, + "G": 6.624486559303477e-05, + "F": 0.0006467810599133372, + "E": 0.00016708028852008283, + "T": 0.00023856443294789642, + "P": 0.6694244742393494, + "-": 0.32872873544692993 + }, + "id": "tp_11481" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1435135, + "label": "P", + "classification": { + "B": 5.180439529794967e-06, + "S": 7.228132744785398e-06, + "I": 0.0030678166076540947, + "C": 4.608560630003922e-05, + "R": 4.557522061077179e-06, + "M": 0.00014793878654018044, + "O": 3.7117551983101293e-05, + "W": 4.509264726948459e-06, + "N": 0.0003637101035565138, + "Y": 0.0015180798945948482, + "U": 5.19968853041064e-06, + "K": 7.013029244262725e-05, + "L": 4.120115590922069e-06, + "G": 0.00027298048371449113, + "F": 0.002173821208998561, + "E": 0.002793496008962393, + "T": 0.0007954515167512, + "P": 0.6508100032806396, + "-": 0.3378726840019226 + }, + "id": "tp_11482" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1435269, + "label": "-", + "classification": { + "B": 0.00044469189015217125, + "S": 1.8282727296536905e-06, + "I": 4.740743315778673e-05, + "C": 3.244279469072353e-06, + "R": 1.070987991624861e-06, + "M": 0.00019743115990422666, + "O": 7.325694605242461e-05, + "W": 1.0310145626135636e-06, + "N": 6.656406981164764e-07, + "Y": 0.00017755007138475776, + "U": 3.0911696313751236e-08, + "K": 1.8381767219466383e-08, + "L": 2.103407314280048e-05, + "G": 0.001621725270524621, + "F": 0.002371536334976554, + "E": 0.00020176760153844953, + "T": 8.576038817409426e-05, + "P": 0.11563298106193542, + "-": 0.879116952419281 + }, + "id": "tp_11483" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1435402, + "label": "-", + "classification": { + "B": 2.38214161072392e-05, + "S": 6.604737336601829e-06, + "I": 0.00014857422502245754, + "C": 6.2980366237752605e-06, + "R": 1.0252945230604382e-06, + "M": 0.00030064035672694445, + "O": 0.00010866585216717795, + "W": 3.564426378943608e-06, + "N": 1.1369260391802527e-05, + "Y": 0.0003957879962399602, + "U": 3.8921359646337805e-07, + "K": 1.382919890602352e-06, + "L": 9.340886208519805e-06, + "G": 0.000333469855831936, + "F": 0.003214837983250618, + "E": 0.0008400169899687171, + "T": 0.0004042421351186931, + "P": 0.1546279340982437, + "-": 0.839562177658081 + }, + "id": "tp_11484" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1435502, + "label": "P", + "classification": { + "B": 2.051378658052272e-07, + "S": 2.5014868398898216e-08, + "I": 6.942114123376086e-05, + "C": 9.55287418946682e-07, + "R": 6.571147537215438e-08, + "M": 4.506517143454403e-06, + "O": 1.7162458334496478e-06, + "W": 1.0370739289555786e-07, + "N": 2.6243101274303626e-06, + "Y": 4.8215842980425805e-05, + "U": 5.361015453786422e-08, + "K": 6.528052836074494e-07, + "L": 4.971822420429817e-08, + "G": 2.9847755286027677e-05, + "F": 0.00036157091381028295, + "E": 0.0002236064028693363, + "T": 2.7572037652134895e-05, + "P": 0.558990478515625, + "-": 0.4402382969856262 + }, + "id": "tp_11485" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1435636, + "label": "P", + "classification": { + "B": 8.239425142164691e-08, + "S": 3.2632076596428305e-08, + "I": 0.0006787583115510643, + "C": 1.8845317981686094e-06, + "R": 1.818093409156063e-07, + "M": 4.783476015290944e-06, + "O": 1.1606744010350667e-06, + "W": 4.227497996112106e-08, + "N": 1.3540901818487328e-05, + "Y": 5.992244041408412e-05, + "U": 5.362641530837209e-08, + "K": 2.677314512311568e-07, + "L": 6.367990579292382e-08, + "G": 1.7995169400819577e-05, + "F": 0.00016182484978344291, + "E": 0.00015247279952745885, + "T": 4.8232304834527895e-05, + "P": 0.7587704062461853, + "-": 0.2400882989168167 + }, + "id": "tp_11486" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1435769, + "label": "-", + "classification": { + "B": 3.653739986475557e-05, + "S": 1.2180202020317665e-06, + "I": 0.0004095994809176773, + "C": 1.4966089111112524e-05, + "R": 2.304832378285937e-06, + "M": 0.00019594594778027385, + "O": 6.616434984607622e-05, + "W": 1.9476181023492245e-06, + "N": 1.9460576368146576e-05, + "Y": 0.0003225212567485869, + "U": 1.0544887345531606e-06, + "K": 3.8209992681004223e-07, + "L": 8.867926226230338e-06, + "G": 0.00022933672880753875, + "F": 0.0003638937196228653, + "E": 0.0005671974504366517, + "T": 0.0008048407617025077, + "P": 0.3570560812950134, + "-": 0.6398977041244507 + }, + "id": "tp_11487" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1435903, + "label": "P", + "classification": { + "B": 4.6285404096124694e-05, + "S": 3.0524865906045306e-06, + "I": 0.0009018466807901859, + "C": 1.1754682418541051e-05, + "R": 1.1001524171661003e-06, + "M": 0.00012296401837375015, + "O": 3.670475780381821e-05, + "W": 2.8679260140052065e-06, + "N": 5.150825745658949e-05, + "Y": 0.00011115919915027916, + "U": 1.0814096640388016e-06, + "K": 5.607519142358797e-07, + "L": 8.643092769489158e-06, + "G": 0.0001974255428649485, + "F": 0.0006186301470734179, + "E": 0.0007788752554915845, + "T": 0.0002454707573633641, + "P": 0.7660077214241028, + "-": 0.23085226118564606 + }, + "id": "tp_11488" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1436003, + "label": "P", + "classification": { + "B": 9.481810891998066e-09, + "S": 4.44965273516118e-08, + "I": 2.3179389245342463e-05, + "C": 1.8758926501050155e-07, + "R": 8.544562390966348e-09, + "M": 1.8681953406485263e-06, + "O": 3.260815617522894e-07, + "W": 8.936334339182395e-09, + "N": 1.1015837344530155e-06, + "Y": 2.42902369791409e-05, + "U": 5.1708286541440884e-09, + "K": 1.0616173540256568e-07, + "L": 7.670831969619485e-09, + "G": 5.695378604286816e-06, + "F": 0.00011066190199926496, + "E": 3.6028290196554735e-05, + "T": 3.275689232395962e-05, + "P": 0.6633882522583008, + "-": 0.33637547492980957 + }, + "id": "tp_11489" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1436136, + "label": "P", + "classification": { + "B": 9.74593058344908e-06, + "S": 1.8781626067720936e-06, + "I": 0.00042906455928459764, + "C": 2.239774403278716e-05, + "R": 1.8841903965949314e-06, + "M": 5.956372115178965e-05, + "O": 2.2017778974259272e-05, + "W": 2.3998409233172424e-06, + "N": 3.3759162761271e-05, + "Y": 0.0002775407047010958, + "U": 1.7510172938273172e-06, + "K": 7.541974810010288e-06, + "L": 3.379055215191329e-06, + "G": 0.00022775627439841628, + "F": 0.002695405622944236, + "E": 0.0013037144672125578, + "T": 0.00019944831728935242, + "P": 0.5767094492912292, + "-": 0.4179913103580475 + }, + "id": "tp_11490" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1436270, + "label": "-", + "classification": { + "B": 4.968538025451608e-09, + "S": 1.1381207087879375e-09, + "I": 1.9503168005030602e-05, + "C": 2.644055712153204e-07, + "R": 6.098574090174225e-09, + "M": 3.742621288438386e-07, + "O": 6.377919703481894e-08, + "W": 4.53758497442891e-09, + "N": 4.2820735757231887e-07, + "Y": 2.977700933115557e-05, + "U": 8.392476935625837e-09, + "K": 3.150438715238124e-06, + "L": 1.1831083890356808e-09, + "G": 6.833060524513712e-06, + "F": 0.0001022787910187617, + "E": 0.00015246895782183856, + "T": 6.592443241970614e-06, + "P": 0.28220927715301514, + "-": 0.7174689173698425 + }, + "id": "tp_11491" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1436403, + "label": "-", + "classification": { + "B": 0.0011711390689015388, + "S": 0.00016736122779548168, + "I": 0.025921057909727097, + "C": 0.0016467520035803318, + "R": 0.000659839017316699, + "M": 0.005592238157987595, + "O": 0.002653841394931078, + "W": 0.00010526058031246066, + "N": 0.000795067404396832, + "Y": 0.01367550902068615, + "U": 2.992665395140648e-05, + "K": 6.0890670283697546e-06, + "L": 0.0019317107507959008, + "G": 0.02381206676363945, + "F": 0.01234476175159216, + "E": 0.006287614814937115, + "T": 0.006459809839725494, + "P": 0.3637217879295349, + "-": 0.5330182313919067 + }, + "id": "tp_11492" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1436503, + "label": "P", + "classification": { + "B": 9.29110868241878e-08, + "S": 1.9730928002559267e-08, + "I": 6.686920096399263e-05, + "C": 3.441315499230768e-08, + "R": 1.4830294770007413e-09, + "M": 2.5607889142520435e-07, + "O": 6.161203458532327e-08, + "W": 5.041523198912046e-09, + "N": 3.929982085537631e-06, + "Y": 2.97190183573548e-07, + "U": 1.202121291399294e-09, + "K": 6.03452354752676e-09, + "L": 1.841974350824671e-09, + "G": 7.161501116570435e-07, + "F": 4.616544629243435e-06, + "E": 7.302602898562327e-05, + "T": 1.1435438409534981e-06, + "P": 0.9931086301803589, + "-": 0.006740233860909939 + }, + "id": "tp_11493" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1436637, + "label": "-", + "classification": { + "B": 6.022994369914159e-08, + "S": 4.74486512302974e-08, + "I": 9.593574941391125e-05, + "C": 8.818254855214036e-07, + "R": 2.737677959885332e-07, + "M": 1.550748129375279e-05, + "O": 1.5816331142559648e-06, + "W": 5.5329802961523455e-08, + "N": 5.354207246455189e-07, + "Y": 0.0016006258083507419, + "U": 1.6553366677385384e-08, + "K": 1.4414611371194042e-07, + "L": 1.593316767412034e-07, + "G": 5.23518756381236e-05, + "F": 0.0004471407155506313, + "E": 2.4912178560043685e-05, + "T": 0.00035927307908423245, + "P": 0.0714581310749054, + "-": 0.9259424209594727 + }, + "id": "tp_11494" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1436770, + "label": "-", + "classification": { + "B": 1.9085168787569273e-06, + "S": 2.622185490963602e-07, + "I": 0.002065500942990184, + "C": 3.569323234842159e-05, + "R": 7.613063189637614e-06, + "M": 0.0001614393841009587, + "O": 1.7238635336980224e-05, + "W": 8.625138434581459e-07, + "N": 2.2944886950426735e-05, + "Y": 0.0017064972780644894, + "U": 6.898788456055627e-07, + "K": 7.68994027566805e-07, + "L": 2.54455676440557e-06, + "G": 0.00040005435585044324, + "F": 0.00032418619957752526, + "E": 0.0005440907552838326, + "T": 0.0006686322158202529, + "P": 0.3122676610946655, + "-": 0.6817713975906372 + }, + "id": "tp_11495" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1436904, + "label": "P", + "classification": { + "B": 2.2577280489599616e-08, + "S": 2.4216989302772163e-08, + "I": 0.0015029890928417444, + "C": 1.4818549516348867e-06, + "R": 3.117140181529976e-07, + "M": 2.662215592863504e-06, + "O": 8.873430488165468e-07, + "W": 3.002337933821764e-08, + "N": 1.8756169083644636e-05, + "Y": 3.641009607235901e-05, + "U": 2.191364245618388e-08, + "K": 5.288245574774919e-08, + "L": 5.731037333589484e-08, + "G": 9.412360668648034e-06, + "F": 4.4078326027374715e-05, + "E": 3.0053159207454883e-05, + "T": 6.727060826960951e-05, + "P": 0.8735220432281494, + "-": 0.1247633546590805 + }, + "id": "tp_11496" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1437004, + "label": "P", + "classification": { + "B": 3.1224881240632385e-06, + "S": 1.1411347031753394e-06, + "I": 5.217699072090909e-05, + "C": 1.5875355074967956e-07, + "R": 1.691537399040044e-08, + "M": 1.839288984228915e-06, + "O": 1.686146788415499e-06, + "W": 1.835091865132199e-07, + "N": 5.096702352602733e-06, + "Y": 4.2920050873362925e-06, + "U": 1.9832018693932696e-08, + "K": 3.7890895754344456e-08, + "L": 1.4238395351640065e-07, + "G": 3.3373166843375657e-06, + "F": 0.00016434784629382193, + "E": 5.6540877267252654e-05, + "T": 9.576744560035877e-06, + "P": 0.932511031627655, + "-": 0.067185178399086 + }, + "id": "tp_11497" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1437137, + "label": "P", + "classification": { + "B": 5.529370241674769e-07, + "S": 1.647511851388117e-07, + "I": 0.00017295335419476032, + "C": 2.791236283883336e-06, + "R": 5.77985076688492e-07, + "M": 1.4309805919765495e-05, + "O": 5.914379926252877e-06, + "W": 3.5012732269024127e-07, + "N": 5.973355200694641e-06, + "Y": 0.00022369640646502376, + "U": 1.5682692833252077e-07, + "K": 5.614410838461481e-07, + "L": 5.509147626980848e-07, + "G": 7.306953193619847e-05, + "F": 0.0012008949415758252, + "E": 0.00019664419232867658, + "T": 0.00012404051085468382, + "P": 0.5166288018226624, + "-": 0.48134803771972656 + }, + "id": "tp_11498" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1437271, + "label": "-", + "classification": { + "B": 2.37980998463172e-06, + "S": 1.87762438486061e-07, + "I": 0.014106913469731808, + "C": 0.00026498944498598576, + "R": 3.166592796333134e-05, + "M": 0.00017744039359968156, + "O": 2.7223875804338604e-05, + "W": 1.050087007570255e-06, + "N": 0.00011224222544115037, + "Y": 0.0030349541921168566, + "U": 1.3303618970894604e-06, + "K": 3.029323806913453e-06, + "L": 3.526078216964379e-06, + "G": 0.0013703275471925735, + "F": 0.00042906764429062605, + "E": 0.0014849479775875807, + "T": 0.0008343366207554936, + "P": 0.4435954988002777, + "-": 0.534518837928772 + }, + "id": "tp_11499" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1437404, + "label": "-", + "classification": { + "B": 4.645150097903894e-10, + "S": 1.1963478818710627e-10, + "I": 2.899400612932368e-07, + "C": 3.5045464308325336e-09, + "R": 1.1229541602153503e-10, + "M": 4.279504750570595e-08, + "O": 2.379446684130926e-08, + "W": 2.13659270831279e-10, + "N": 3.367545797772209e-09, + "Y": 5.604379680335114e-07, + "U": 4.030481851047263e-11, + "K": 2.990726000184907e-10, + "L": 4.0847353277584375e-10, + "G": 1.8110725363840174e-07, + "F": 3.880611984641291e-05, + "E": 4.2427956259416533e-07, + "T": 1.33721141537535e-06, + "P": 0.143142431974411, + "-": 0.8568158745765686 + }, + "id": "tp_11500" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1437504, + "label": "P", + "classification": { + "B": 1.5931768757582176e-06, + "S": 1.0070603906342512e-08, + "I": 6.313582616712665e-06, + "C": 2.80298850796612e-09, + "R": 2.2813391453713194e-10, + "M": 1.3361353978780244e-07, + "O": 2.7926282086809806e-07, + "W": 7.981911132048936e-09, + "N": 1.247978644869363e-07, + "Y": 9.366200970362115e-08, + "U": 3.10830444716359e-10, + "K": 2.536429226374093e-11, + "L": 1.6308677075471678e-08, + "G": 3.6264063396629354e-07, + "F": 2.2120907487988006e-06, + "E": 4.043467924930155e-06, + "T": 9.953743074220256e-07, + "P": 0.9445043802261353, + "-": 0.05547947436571121 + }, + "id": "tp_11501" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1437638, + "label": "P", + "classification": { + "B": 1.0798990842886269e-05, + "S": 5.637308504446992e-07, + "I": 0.0003889079380314797, + "C": 4.682243798015406e-06, + "R": 1.4465585991274565e-06, + "M": 3.490520975901745e-05, + "O": 2.4584940547356382e-05, + "W": 7.38763617391669e-07, + "N": 5.6203807616839185e-06, + "Y": 8.792643347987905e-05, + "U": 1.308003163558169e-07, + "K": 2.353215844408396e-09, + "L": 5.474551926454296e-06, + "G": 6.567154196090996e-05, + "F": 9.5640956715215e-05, + "E": 3.64127590728458e-05, + "T": 0.00019934998999815434, + "P": 0.577675998210907, + "-": 0.4213610291481018 + }, + "id": "tp_11502" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1437771, + "label": "-", + "classification": { + "B": 3.2648208616592456e-06, + "S": 2.449934299875167e-06, + "I": 0.006595928687602282, + "C": 0.00014109663607086986, + "R": 3.39729776897002e-05, + "M": 0.0002716713643167168, + "O": 5.3773695981362835e-05, + "W": 6.699073765048524e-06, + "N": 0.00010891048441408202, + "Y": 0.004095298238098621, + "U": 3.842525075015146e-06, + "K": 6.176421265990939e-06, + "L": 7.521110546804266e-06, + "G": 0.0004171960463281721, + "F": 0.0005521228304132819, + "E": 0.0009529079543426633, + "T": 0.0023258798755705357, + "P": 0.2945496439933777, + "-": 0.6898716688156128 + }, + "id": "tp_11503" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1437905, + "label": "P", + "classification": { + "B": 3.1053124871505133e-07, + "S": 6.78037181955915e-08, + "I": 0.00013997347559779882, + "C": 2.9160541998862755e-06, + "R": 6.69937136876797e-08, + "M": 1.013928613247117e-05, + "O": 2.14103351936501e-06, + "W": 6.047854128610197e-08, + "N": 4.888583589490736e-06, + "Y": 4.5654975110664964e-05, + "U": 4.610865644849582e-08, + "K": 8.604378365362209e-08, + "L": 1.3254803832296602e-07, + "G": 1.713224446575623e-05, + "F": 0.00012938112195115536, + "E": 0.00017602024308871478, + "T": 4.3406565964687616e-05, + "P": 0.5815541744232178, + "-": 0.4178735017776489 + }, + "id": "tp_11504" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1438005, + "label": "P", + "classification": { + "B": 2.2216914974393376e-09, + "S": 3.7030026267537153e-10, + "I": 0.0008692926494404674, + "C": 1.772464770510851e-07, + "R": 1.3037882773403453e-08, + "M": 4.567649227738002e-07, + "O": 3.814734483853499e-08, + "W": 1.1126454202425862e-09, + "N": 3.5726134228752926e-06, + "Y": 1.4632370948675089e-05, + "U": 1.523703718753211e-09, + "K": 1.4140993265243651e-08, + "L": 1.5005731102135655e-09, + "G": 1.797903678379953e-06, + "F": 2.311952630407177e-05, + "E": 0.00010318410932086408, + "T": 5.97221060161246e-06, + "P": 0.9045026302337646, + "-": 0.09447505325078964 + }, + "id": "tp_11505" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1438138, + "label": "-", + "classification": { + "B": 0.00012338455417193472, + "S": 6.03734497417463e-06, + "I": 0.00034527690149843693, + "C": 5.058358146925457e-05, + "R": 9.520993444311898e-06, + "M": 0.00019799722940661013, + "O": 0.00022781560255680233, + "W": 6.940536422916921e-06, + "N": 1.55522702698363e-05, + "Y": 0.0004940840299241245, + "U": 1.8791195088851964e-06, + "K": 1.0867395161540117e-07, + "L": 6.133146962383762e-05, + "G": 0.0008387165144085884, + "F": 0.00040535329026170075, + "E": 0.00015519830049015582, + "T": 0.0009854999370872974, + "P": 0.25878390669822693, + "-": 0.7372907400131226 + }, + "id": "tp_11506" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1438272, + "label": "P", + "classification": { + "B": 4.031156493056187e-07, + "S": 5.585349640568893e-07, + "I": 0.0007710414938628674, + "C": 1.98756168856562e-07, + "R": 1.9586198618526396e-07, + "M": 3.813499006355414e-06, + "O": 4.066636392963119e-06, + "W": 8.489390523891416e-08, + "N": 1.5062658349052072e-05, + "Y": 8.707676897756755e-06, + "U": 6.182671707932741e-09, + "K": 8.060890288597022e-10, + "L": 2.4705406076463987e-07, + "G": 5.145148861629423e-06, + "F": 1.483991218265146e-05, + "E": 6.262449005589588e-06, + "T": 4.843527858611196e-05, + "P": 0.9548298716545105, + "-": 0.044291023164987564 + }, + "id": "tp_11507" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1438405, + "label": "P", + "classification": { + "B": 1.1765511231942583e-07, + "S": 1.1959323309440606e-08, + "I": 0.0006603965885005891, + "C": 3.6316494060883997e-06, + "R": 2.914528351993795e-07, + "M": 8.898182386474218e-06, + "O": 1.169901224784553e-06, + "W": 3.4792019931728646e-08, + "N": 9.171189958578907e-06, + "Y": 0.00013676095113623887, + "U": 6.802481777867797e-08, + "K": 4.76004061056301e-07, + "L": 1.224527323984148e-07, + "G": 6.0071070038247854e-05, + "F": 0.00043216164340265095, + "E": 0.0005444755079224706, + "T": 5.614414476440288e-05, + "P": 0.5876465439796448, + "-": 0.41043946146965027 + }, + "id": "tp_11508" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1438505, + "label": "-", + "classification": { + "B": 0.0001083238676073961, + "S": 8.225710189435631e-06, + "I": 0.011624181643128395, + "C": 0.00025180206284858286, + "R": 5.993415470584296e-05, + "M": 0.001321815070696175, + "O": 0.0003989853139501065, + "W": 1.6690704796928912e-05, + "N": 0.00011824599641840905, + "Y": 0.0025122256483882666, + "U": 6.223408945515985e-06, + "K": 1.8559653369720763e-07, + "L": 0.00021847366588190198, + "G": 0.0013613003538921475, + "F": 0.00047650752821937203, + "E": 0.0016847096849232912, + "T": 0.003443748690187931, + "P": 0.33368173241615295, + "-": 0.6427066922187805 + }, + "id": "tp_11509" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1438639, + "label": "-", + "classification": { + "B": 1.762620740919374e-06, + "S": 2.327724587303237e-06, + "I": 0.0004343558684922755, + "C": 8.22073852759786e-05, + "R": 2.2712902136845514e-05, + "M": 0.00022084089869167656, + "O": 7.902920333435759e-05, + "W": 4.7508865463896655e-06, + "N": 1.6530544598936103e-05, + "Y": 0.0021683296654373407, + "U": 4.573800197249511e-06, + "K": 3.462962013145443e-06, + "L": 1.3862023479305208e-05, + "G": 0.00028301472775638103, + "F": 0.001314437366090715, + "E": 7.131657184800133e-05, + "T": 0.004258973989635706, + "P": 0.07963842898607254, + "-": 0.9113790392875671 + }, + "id": "tp_11510" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1438772, + "label": "-", + "classification": { + "B": 1.8377390631485468e-07, + "S": 4.720228332644183e-07, + "I": 0.003939981572329998, + "C": 1.2740359125018585e-05, + "R": 4.901205556961941e-06, + "M": 0.00011504846042953432, + "O": 1.4935840226826258e-05, + "W": 5.359815418159997e-07, + "N": 0.0001025947422022, + "Y": 0.0030952992383390665, + "U": 3.627850446719094e-07, + "K": 8.389873073610943e-06, + "L": 6.583399567716697e-07, + "G": 0.00013492166181094944, + "F": 0.0010678949765861034, + "E": 0.0003036448615603149, + "T": 0.003135331440716982, + "P": 0.40517598390579224, + "-": 0.5828860998153687 + }, + "id": "tp_11511" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1438906, + "label": "-", + "classification": { + "B": 1.942830563095299e-09, + "S": 9.229720987491419e-09, + "I": 1.3038200449955184e-05, + "C": 3.838420070678694e-07, + "R": 2.7063572716201634e-08, + "M": 7.136785029615567e-08, + "O": 2.0729643779304752e-07, + "W": 9.557968638773673e-09, + "N": 8.833229685478727e-07, + "Y": 8.94471668289043e-06, + "U": 8.123882011545902e-09, + "K": 3.418102494379127e-07, + "L": 1.3253401709434343e-09, + "G": 9.757903853824246e-07, + "F": 0.0003089501988142729, + "E": 5.600285021500895e-06, + "T": 7.4238719207642134e-06, + "P": 0.4576283395290375, + "-": 0.5420247316360474 + }, + "id": "tp_11512" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1439006, + "label": "P", + "classification": { + "B": 8.040173270273954e-06, + "S": 2.079055093417992e-06, + "I": 0.0032204415183514357, + "C": 2.7033840524381958e-05, + "R": 7.288414508366259e-06, + "M": 9.125758515438065e-05, + "O": 2.8878270313725807e-05, + "W": 2.009834361160756e-06, + "N": 8.307583630084991e-05, + "Y": 0.000165404737344943, + "U": 1.0457674761710223e-06, + "K": 6.367127980411169e-08, + "L": 7.072410880937241e-06, + "G": 7.177372754085809e-05, + "F": 0.00014883482072036713, + "E": 0.000332662311848253, + "T": 0.0005258773453533649, + "P": 0.8534061908721924, + "-": 0.14187102019786835 + }, + "id": "tp_11513" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1439139, + "label": "-", + "classification": { + "B": 6.482227763626724e-05, + "S": 8.466937288176268e-06, + "I": 0.005629102699458599, + "C": 6.229944847291335e-05, + "R": 2.7796670110546984e-05, + "M": 0.0027648683171719313, + "O": 0.0002678989549167454, + "W": 1.4568462574970908e-05, + "N": 0.00010113674943568185, + "Y": 0.026058929041028023, + "U": 1.746028601701255e-06, + "K": 4.5455735744326375e-06, + "L": 3.879096038872376e-05, + "G": 0.002314013661816716, + "F": 0.0010004282230511308, + "E": 0.001201958511956036, + "T": 0.01290872786194086, + "P": 0.1321047842502594, + "-": 0.8154250979423523 + }, + "id": "tp_11514" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1439273, + "label": "-", + "classification": { + "B": 2.677880317492054e-08, + "S": 5.707262218379583e-08, + "I": 0.00017396725888829678, + "C": 1.9521730791893788e-05, + "R": 1.9136580249323742e-06, + "M": 6.446270617743721e-06, + "O": 2.726208549574949e-06, + "W": 3.051708006296394e-07, + "N": 8.819397407933138e-06, + "Y": 0.000610714836511761, + "U": 2.9860825634386856e-07, + "K": 0.0002531078353058547, + "L": 5.073172459901798e-08, + "G": 6.749725434929132e-05, + "F": 0.0019447850063443184, + "E": 0.0005669292295351624, + "T": 0.00010763834870886058, + "P": 0.101896733045578, + "-": 0.8943384289741516 + }, + "id": "tp_11515" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1439406, + "label": "-", + "classification": { + "B": 1.7137384702436975e-06, + "S": 2.90082510900902e-07, + "I": 0.0002721368509810418, + "C": 2.7032270736526698e-05, + "R": 2.759730023171869e-06, + "M": 4.565719427773729e-05, + "O": 9.73692749539623e-06, + "W": 4.982295536137826e-07, + "N": 1.324991444562329e-05, + "Y": 0.000716040434781462, + "U": 9.245242722499825e-07, + "K": 9.979483365896158e-06, + "L": 1.007885316539614e-06, + "G": 0.00025814713444560766, + "F": 0.0016523652011528611, + "E": 0.0007508631097152829, + "T": 0.00034092666464857757, + "P": 0.39946654438972473, + "-": 0.5964301824569702 + }, + "id": "tp_11516" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1439506, + "label": "-", + "classification": { + "B": 6.849819556009606e-07, + "S": 1.7652628514497337e-07, + "I": 0.00032655999530106783, + "C": 5.5892207456054166e-05, + "R": 5.718483862438006e-06, + "M": 1.774390875652898e-05, + "O": 6.730417226208374e-06, + "W": 4.917533829029708e-07, + "N": 8.542044270143379e-06, + "Y": 0.0004954715841449797, + "U": 5.391822242017952e-07, + "K": 3.413438435018179e-06, + "L": 5.090946046948375e-07, + "G": 9.280134690925479e-05, + "F": 0.0006721991812810302, + "E": 0.00018254693713970482, + "T": 0.00016725827299524099, + "P": 0.25281959772109985, + "-": 0.7451431751251221 + }, + "id": "tp_11517" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1439640, + "label": "P", + "classification": { + "B": 0.001652288599871099, + "S": 0.00178257015068084, + "I": 0.023450518026947975, + "C": 0.003942938055843115, + "R": 0.0012554237619042397, + "M": 0.006891259457916021, + "O": 0.004864776041358709, + "W": 0.0014545278390869498, + "N": 0.011195667088031769, + "Y": 0.009422018192708492, + "U": 0.0010965289548039436, + "K": 0.005817329045385122, + "L": 0.0012403976870700717, + "G": 0.013743647374212742, + "F": 0.03400834649801254, + "E": 0.0369853600859642, + "T": 0.016223639249801636, + "P": 0.49380311369895935, + "-": 0.33116960525512695 + }, + "id": "tp_11518" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1439773, + "label": "-", + "classification": { + "B": 1.8557815565145575e-05, + "S": 1.1612808521022089e-05, + "I": 0.0009954450652003288, + "C": 3.590859705582261e-05, + "R": 2.0875264453934506e-05, + "M": 0.00021981501777190715, + "O": 0.00017850154836196452, + "W": 1.6560548829147592e-05, + "N": 8.017018990358338e-05, + "Y": 0.001940528629347682, + "U": 6.219398983375868e-06, + "K": 1.4014722182764672e-05, + "L": 1.7125896192737855e-05, + "G": 0.000426711980253458, + "F": 0.0017674360424280167, + "E": 0.0004514567262958735, + "T": 0.003057299880310893, + "P": 0.2644779086112976, + "-": 0.7262638807296753 + }, + "id": "tp_11519" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1439907, + "label": "-", + "classification": { + "B": 1.924644887907334e-09, + "S": 6.358464421651888e-09, + "I": 7.71930081100436e-06, + "C": 1.1916478115381324e-07, + "R": 3.896055034147139e-09, + "M": 1.6087713561319106e-07, + "O": 1.52390683183512e-07, + "W": 1.0402905203932278e-08, + "N": 6.01896601892804e-07, + "Y": 3.09137103613466e-05, + "U": 1.247736758358542e-08, + "K": 8.478422387270257e-06, + "L": 8.621904856731533e-10, + "G": 4.5787019189447165e-06, + "F": 0.0003610790881793946, + "E": 2.820572626660578e-05, + "T": 1.668651202635374e-05, + "P": 0.3343302607536316, + "-": 0.665211021900177 + }, + "id": "tp_11520" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1440007, + "label": "-", + "classification": { + "B": 6.923034590045063e-08, + "S": 7.34599723273277e-08, + "I": 0.00019287470786366612, + "C": 7.603183803439606e-06, + "R": 4.7187566565298766e-07, + "M": 4.114585863135289e-06, + "O": 2.0114121070946567e-06, + "W": 8.984209642903807e-08, + "N": 8.249243364844006e-06, + "Y": 8.085411536740139e-05, + "U": 1.5165316824550246e-07, + "K": 2.408357886451995e-06, + "L": 6.971080779294425e-08, + "G": 2.5334255042253062e-05, + "F": 0.0008592901285737753, + "E": 0.00011735149018932134, + "T": 6.111325637903064e-05, + "P": 0.38058438897132874, + "-": 0.6180534958839417 + }, + "id": "tp_11521" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1440140, + "label": "-", + "classification": { + "B": 6.924790341145126e-08, + "S": 2.2784675479670113e-08, + "I": 1.5289717794075841e-06, + "C": 5.6687095018048694e-09, + "R": 2.377627650318459e-09, + "M": 2.8318586373643484e-06, + "O": 1.06586651327234e-06, + "W": 5.8679843206732585e-09, + "N": 1.2957009687397658e-08, + "Y": 1.6184383639483713e-05, + "U": 5.833140220845578e-11, + "K": 2.5972543560293104e-10, + "L": 2.6305807310222917e-08, + "G": 3.303016683275928e-06, + "F": 9.90029438980855e-05, + "E": 1.0853464118554257e-06, + "T": 2.3175189198809676e-05, + "P": 0.04952119290828705, + "-": 0.9503304958343506 + }, + "id": "tp_11522" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1440274, + "label": "-", + "classification": { + "B": 1.890063714427015e-07, + "S": 9.655475423642201e-07, + "I": 1.57847571244929e-05, + "C": 9.932679176927195e-07, + "R": 7.121993803593796e-07, + "M": 1.4959178770368453e-05, + "O": 1.1916334187844768e-05, + "W": 5.385630288401444e-07, + "N": 8.387679031329753e-07, + "Y": 0.0007231662748381495, + "U": 4.653481866512266e-08, + "K": 6.53132133265899e-07, + "L": 4.915246449854749e-07, + "G": 3.314739660709165e-05, + "F": 0.0014661620371043682, + "E": 4.545706360659096e-06, + "T": 0.0004723517340607941, + "P": 0.03153722733259201, + "-": 0.9657153487205505 + }, + "id": "tp_11523" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1440407, + "label": "-", + "classification": { + "B": 2.0422447050805204e-05, + "S": 0.0001545386330690235, + "I": 0.0001624627911951393, + "C": 0.00012901279842481017, + "R": 7.133765757316723e-05, + "M": 0.0026036673225462437, + "O": 0.000758138601668179, + "W": 8.80579900695011e-05, + "N": 2.9024267860222608e-05, + "Y": 0.03752585127949715, + "U": 5.969309768261155e-06, + "K": 0.0026253145188093185, + "L": 0.00010742007725639269, + "G": 0.015606345608830452, + "F": 0.06808218359947205, + "E": 0.0007254033116623759, + "T": 0.01725875213742256, + "P": 0.005386338569223881, + "-": 0.8486597537994385 + }, + "id": "tp_11524" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1440507, + "label": "-", + "classification": { + "B": 1.0906417628575582e-05, + "S": 2.0548844986478798e-05, + "I": 0.00010641164408298209, + "C": 2.191254861827474e-05, + "R": 1.3902054888603743e-05, + "M": 0.0005879552336409688, + "O": 0.00022880265896674246, + "W": 1.4784962331759743e-05, + "N": 9.173672879114747e-06, + "Y": 0.005141610279679298, + "U": 1.9579449599405052e-06, + "K": 3.968334567616694e-05, + "L": 2.193939872086048e-05, + "G": 0.0010109939612448215, + "F": 0.005414667073637247, + "E": 0.00014038020162843168, + "T": 0.0046237860806286335, + "P": 0.02302744798362255, + "-": 0.9595630764961243 + }, + "id": "tp_11525" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1440641, + "label": "-", + "classification": { + "B": 2.404485996976291e-07, + "S": 1.9920015859042906e-07, + "I": 4.359982631285675e-05, + "C": 6.292140369623667e-06, + "R": 1.946559450516361e-06, + "M": 0.00017203034076374024, + "O": 1.542487007100135e-05, + "W": 2.1658718196704285e-07, + "N": 4.038813301576738e-07, + "Y": 0.0009806477464735508, + "U": 5.538482383826704e-08, + "K": 4.6294204025798535e-08, + "L": 4.8459082790941466e-06, + "G": 0.0002244982897536829, + "F": 0.0019713174551725388, + "E": 2.4586634026491083e-05, + "T": 0.0006591855781152844, + "P": 0.012892099097371101, + "-": 0.983002245426178 + }, + "id": "tp_11526" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1440774, + "label": "-", + "classification": { + "B": 3.0662533623271315e-10, + "S": 1.610892219616744e-08, + "I": 1.4320032271086802e-08, + "C": 9.117866461849644e-09, + "R": 9.414693913356587e-09, + "M": 8.029765922401566e-06, + "O": 9.211024121213995e-07, + "W": 1.9357151437304765e-09, + "N": 2.290367201451815e-10, + "Y": 0.00018801244732458144, + "U": 3.66819725636236e-12, + "K": 1.091056911484145e-09, + "L": 1.990385811723172e-08, + "G": 4.389680270833196e-06, + "F": 0.000487364741275087, + "E": 1.2956727246660193e-08, + "T": 0.00017115446098614484, + "P": 7.333185931202024e-05, + "-": 0.9990667700767517 + }, + "id": "tp_11527" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1440908, + "label": "-", + "classification": { + "B": 2.2241648878207343e-07, + "S": 3.549244866007939e-06, + "I": 2.994414171553217e-05, + "C": 1.7343954823445529e-06, + "R": 7.738985345895344e-07, + "M": 0.0004889981937594712, + "O": 2.9972883567097597e-05, + "W": 5.699419602933631e-07, + "N": 1.1832987638626946e-06, + "Y": 0.015340805985033512, + "U": 3.878847465443869e-08, + "K": 3.4360261906840606e-06, + "L": 1.5510412367802928e-06, + "G": 0.0004971513408236206, + "F": 0.0037122482899576426, + "E": 3.15854194923304e-05, + "T": 0.0062019918113946915, + "P": 0.004582668654620647, + "-": 0.9690714478492737 + }, + "id": "tp_11528" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1441008, + "label": "-", + "classification": { + "B": 1.6469033914390252e-09, + "S": 4.3158543405752425e-08, + "I": 6.718161785101984e-06, + "C": 1.579533943640854e-07, + "R": 6.261256402240178e-08, + "M": 1.3706042409467045e-05, + "O": 1.125011181102309e-06, + "W": 2.765399109705413e-08, + "N": 1.6799688751234498e-07, + "Y": 0.002396254800260067, + "U": 1.4935398473525652e-09, + "K": 2.8103038403060054e-06, + "L": 2.085824846176365e-08, + "G": 3.7824545870535076e-05, + "F": 0.002281283028423786, + "E": 1.5448109479621053e-05, + "T": 0.000697609968483448, + "P": 0.004117498639971018, + "-": 0.9904292821884155 + }, + "id": "tp_11529" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1441141, + "label": "-", + "classification": { + "B": 1.401345684826083e-06, + "S": 4.928263297188096e-05, + "I": 0.0005694741266779602, + "C": 0.00031414919067174196, + "R": 0.00014437790377996862, + "M": 0.004687000531703234, + "O": 0.000643555773422122, + "W": 2.12126560654724e-05, + "N": 2.822828719217796e-05, + "Y": 0.1947302520275116, + "U": 5.68677648971061e-07, + "K": 0.00018002561409957707, + "L": 0.00010123293759534135, + "G": 0.03126063570380211, + "F": 0.05772996321320534, + "E": 0.0006784150609746575, + "T": 0.037299711257219315, + "P": 0.003558480180799961, + "-": 0.6680020689964294 + }, + "id": "tp_11530" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1441275, + "label": "-", + "classification": { + "B": 7.871814489135431e-08, + "S": 1.4947883641980297e-07, + "I": 1.0054028507511248e-06, + "C": 3.1820295731677106e-08, + "R": 1.4098427314479522e-08, + "M": 6.2632707340526395e-06, + "O": 3.5664857023220975e-06, + "W": 7.091355769262009e-08, + "N": 3.882460575255209e-08, + "Y": 0.00020408115233294666, + "U": 2.622982275823915e-09, + "K": 2.536799925678679e-08, + "L": 9.000137168868605e-08, + "G": 9.0956227722927e-06, + "F": 0.0004264325834810734, + "E": 1.2922710084239952e-06, + "T": 0.00024121005844790488, + "P": 0.008118581026792526, + "-": 0.9909878373146057 + }, + "id": "tp_11531" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1441408, + "label": "-", + "classification": { + "B": 3.955717531312075e-09, + "S": 1.0248326987039036e-07, + "I": 1.8582240102205105e-07, + "C": 1.6550100554013625e-05, + "R": 1.5685519656472025e-06, + "M": 4.134797563892789e-05, + "O": 5.12140104547143e-06, + "W": 3.310805851697296e-08, + "N": 1.0918961734773802e-08, + "Y": 0.0014787883264943957, + "U": 1.083078182695374e-09, + "K": 2.0781940293090884e-06, + "L": 1.6567272496104124e-06, + "G": 0.001287151244468987, + "F": 0.037992700934410095, + "E": 1.3174344530852977e-05, + "T": 0.0002087083994410932, + "P": 0.0005629027727991343, + "-": 0.9583878517150879 + }, + "id": "tp_11532" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1441508, + "label": "-", + "classification": { + "B": 7.763641747260408e-07, + "S": 6.419201235985383e-05, + "I": 0.00027633123681880534, + "C": 9.09838781808503e-05, + "R": 5.114998566568829e-05, + "M": 0.0010240847477689385, + "O": 0.00036176477442495525, + "W": 3.6642995837610215e-05, + "N": 3.6192370316712186e-05, + "Y": 0.11106840521097183, + "U": 5.387835244619055e-07, + "K": 0.0014150352217257023, + "L": 1.7267557268496603e-05, + "G": 0.005618201103061438, + "F": 0.05998352915048599, + "E": 0.0010595188941806555, + "T": 0.015225101262331009, + "P": 0.006700811441987753, + "-": 0.7969695329666138 + }, + "id": "tp_11533" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1441642, + "label": "-", + "classification": { + "B": 4.0018111047146476e-10, + "S": 4.017864652094971e-10, + "I": 9.217047391985034e-08, + "C": 6.87375347752095e-08, + "R": 1.2228428047933448e-08, + "M": 1.0098012353410013e-05, + "O": 3.1719659432383196e-07, + "W": 2.5036533957134566e-10, + "N": 4.757937377419807e-10, + "Y": 0.00022446204093284905, + "U": 4.772085157589423e-11, + "K": 2.1757345924910965e-10, + "L": 3.8481335451479026e-08, + "G": 1.5110603271750733e-05, + "F": 0.00014001510862726718, + "E": 9.391312261186613e-08, + "T": 8.481087570544332e-05, + "P": 0.00040845759212970734, + "-": 0.9991163611412048 + }, + "id": "tp_11534" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1441775, + "label": "-", + "classification": { + "B": 8.953987773452354e-09, + "S": 5.412492782852496e-07, + "I": 1.3522311519409413e-06, + "C": 5.910691669441803e-08, + "R": 5.860590590600623e-08, + "M": 0.00012751198664773256, + "O": 1.0546236808295362e-05, + "W": 2.9491951991644783e-08, + "N": 1.0143700990283833e-08, + "Y": 0.027513619512319565, + "U": 1.3269486204281478e-11, + "K": 6.471832136867306e-08, + "L": 1.0233662806058419e-07, + "G": 0.0003643789095804095, + "F": 0.0023738755844533443, + "E": 4.5170395424065646e-07, + "T": 0.006825963966548443, + "P": 8.204943151213229e-05, + "-": 0.9626992344856262 + }, + "id": "tp_11535" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1441875, + "label": "-", + "classification": { + "B": 3.1625221885711596e-10, + "S": 3.705316231616962e-08, + "I": 7.133766022349164e-09, + "C": 2.1032393604514255e-08, + "R": 5.160357030575824e-09, + "M": 2.120455974363722e-05, + "O": 1.6097438901852001e-06, + "W": 1.4080964172435984e-09, + "N": 7.077419900136661e-11, + "Y": 0.00014589472266379744, + "U": 6.972566512879197e-13, + "K": 1.3723482072958149e-10, + "L": 2.9270469781295105e-07, + "G": 6.59190773149021e-05, + "F": 0.008608618751168251, + "E": 1.2303722485285107e-07, + "T": 4.446445018402301e-05, + "P": 7.394705608021468e-05, + "-": 0.9910378456115723 + }, + "id": "tp_11536" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1442009, + "label": "-", + "classification": { + "B": 3.5116482877128874e-07, + "S": 3.901399850292364e-06, + "I": 1.1730408914445434e-05, + "C": 5.2276395763328765e-06, + "R": 5.045508714829339e-06, + "M": 0.0010058906627818942, + "O": 9.679341746959835e-05, + "W": 8.165714575625316e-07, + "N": 2.386883579674759e-07, + "Y": 0.009612452238798141, + "U": 9.876180762091735e-09, + "K": 5.884724600946356e-07, + "L": 1.7536913219373673e-05, + "G": 0.0014687294606119394, + "F": 0.014423010870814323, + "E": 1.3106025107845198e-05, + "T": 0.004194538574665785, + "P": 0.0008789920248091221, + "-": 0.968261182308197 + }, + "id": "tp_11537" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1442142, + "label": "-", + "classification": { + "B": 5.309555035637459e-07, + "S": 6.446788574976381e-06, + "I": 0.00010109935101354495, + "C": 5.677669832948595e-05, + "R": 1.431913460692158e-05, + "M": 0.0009438601555302739, + "O": 0.00016057568427640945, + "W": 3.503370635371539e-06, + "N": 6.364387900248403e-06, + "Y": 0.04350881651043892, + "U": 2.0249970589247823e-07, + "K": 4.048092887387611e-05, + "L": 2.502787538105622e-05, + "G": 0.011660914868116379, + "F": 0.030359460040926933, + "E": 0.0005091381608508527, + "T": 0.009410613216459751, + "P": 0.006071057170629501, + "-": 0.8971208930015564 + }, + "id": "tp_11538" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1442276, + "label": "-", + "classification": { + "B": 2.661821781657636e-06, + "S": 8.074246579781175e-06, + "I": 6.885293987579644e-05, + "C": 4.896974587609293e-06, + "R": 3.2583136544417357e-06, + "M": 0.00022147946583572775, + "O": 0.00010668190225260332, + "W": 6.025398306519492e-06, + "N": 4.918405466014519e-06, + "Y": 0.0014410170260816813, + "U": 4.98294753015216e-07, + "K": 5.95243500356446e-06, + "L": 4.948380137648201e-06, + "G": 0.0001413488935213536, + "F": 0.005838560406118631, + "E": 4.6816534450044855e-05, + "T": 0.0009501746972091496, + "P": 0.0365772545337677, + "-": 0.9545665979385376 + }, + "id": "tp_11539" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1442376, + "label": "-", + "classification": { + "B": 8.152682795525834e-08, + "S": 1.0056496648758184e-06, + "I": 4.465470283321338e-06, + "C": 9.014172519528074e-07, + "R": 7.852873977753916e-07, + "M": 4.019747575512156e-05, + "O": 2.110601417371072e-05, + "W": 8.943400757743802e-07, + "N": 4.7154892968137574e-07, + "Y": 0.0007453862344846129, + "U": 4.7146055948132926e-08, + "K": 3.368727675479022e-06, + "L": 7.351612225647841e-07, + "G": 4.5952161599416286e-05, + "F": 0.0018686790717765689, + "E": 6.313347512332257e-06, + "T": 0.0005268584354780614, + "P": 0.0046239751391112804, + "-": 0.9921087622642517 + }, + "id": "tp_11540" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1442509, + "label": "-", + "classification": { + "B": 2.6797496843755653e-07, + "S": 1.3711043322928163e-07, + "I": 4.5429342208080925e-06, + "C": 2.4112560481626133e-07, + "R": 2.0811161505207565e-07, + "M": 8.81392988958396e-05, + "O": 1.548619184177369e-05, + "W": 3.884995436465033e-08, + "N": 8.644803983770544e-09, + "Y": 0.0023882188834249973, + "U": 1.9250379068580514e-10, + "K": 6.65113186748556e-10, + "L": 9.453972893425089e-07, + "G": 0.0001446789683541283, + "F": 0.0003333414497319609, + "E": 3.321164285807754e-07, + "T": 0.0009642100776545703, + "P": 0.00039315238245762885, + "-": 0.9956660270690918 + }, + "id": "tp_11541" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1442643, + "label": "-", + "classification": { + "B": 7.087469384714495e-07, + "S": 2.1570238459389657e-05, + "I": 0.00025719974655658007, + "C": 1.5578098100377247e-06, + "R": 1.3085812042845646e-06, + "M": 0.0004914270248264074, + "O": 0.00017930915055330843, + "W": 2.244166125819902e-06, + "N": 9.026489351526834e-06, + "Y": 0.010891957208514214, + "U": 1.2925613468439678e-08, + "K": 2.6966515633830568e-06, + "L": 2.9730115329584805e-06, + "G": 0.0008507636957801878, + "F": 0.003532275091856718, + "E": 7.692840154049918e-05, + "T": 0.016318144276738167, + "P": 0.014786391519010067, + "-": 0.9525735974311829 + }, + "id": "tp_11542" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1442776, + "label": "F", + "classification": { + "B": 1.05204001954462e-07, + "S": 0.0014622578164562583, + "I": 3.53016980625398e-06, + "C": 0.00022904972138348967, + "R": 4.1110590245807543e-05, + "M": 0.0012771006440743804, + "O": 0.001074326573871076, + "W": 5.298050746205263e-05, + "N": 2.8081396976631368e-06, + "Y": 0.33038899302482605, + "U": 1.0602780875501594e-09, + "K": 0.004177384544163942, + "L": 1.8015656678471714e-05, + "G": 0.1641540229320526, + "F": 0.3958354890346527, + "E": 5.521545608644374e-05, + "T": 0.06314552575349808, + "P": 1.7369444321957417e-05, + "-": 0.03806474804878235 + }, + "id": "tp_11543" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1442876, + "label": "-", + "classification": { + "B": 1.7047337153019981e-10, + "S": 1.304760605114197e-10, + "I": 2.7266247570878477e-07, + "C": 2.3173709617907434e-09, + "R": 4.2445447157035687e-10, + "M": 8.801971489447169e-07, + "O": 3.750949062464315e-08, + "W": 1.1144851014277535e-10, + "N": 2.3216624178701295e-09, + "Y": 4.795398854184896e-05, + "U": 5.303457673022649e-11, + "K": 2.3260195991525734e-09, + "L": 5.562730276409411e-10, + "G": 8.077227562353073e-07, + "F": 3.796654345933348e-05, + "E": 4.2331635086156894e-07, + "T": 2.1201689378358424e-05, + "P": 0.010194806382060051, + "-": 0.98969566822052 + }, + "id": "tp_11544" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1443010, + "label": "-", + "classification": { + "B": 4.5474880607798696e-05, + "S": 0.0004898049519397318, + "I": 0.00041953130858018994, + "C": 0.00013703599688597023, + "R": 0.00010987507994286716, + "M": 0.003418713342398405, + "O": 0.0010032247519120574, + "W": 7.574640767415985e-05, + "N": 3.4468015655875206e-05, + "Y": 0.012279493734240532, + "U": 1.2394511941238306e-06, + "K": 0.00011158865527249873, + "L": 0.00018857730901800096, + "G": 0.007387198973447084, + "F": 0.10712359845638275, + "E": 0.000616809877101332, + "T": 0.008558373898267746, + "P": 0.014848004095256329, + "-": 0.8431512713432312 + }, + "id": "tp_11545" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1443143, + "label": "-", + "classification": { + "B": 5.0952009098155764e-15, + "S": 2.6699096492693863e-13, + "I": 1.6079727549467293e-09, + "C": 1.0383030372984603e-11, + "R": 9.359876589065674e-12, + "M": 5.936803759709619e-08, + "O": 7.266941493000445e-10, + "W": 1.0809282885004129e-13, + "N": 5.306661685598735e-13, + "Y": 9.96170929283835e-05, + "U": 3.4063410915590375e-15, + "K": 2.7088943067854476e-13, + "L": 1.5090796450997757e-12, + "G": 1.4204669440687212e-08, + "F": 5.826216238347115e-07, + "E": 2.1231414196187792e-11, + "T": 1.969194272533059e-05, + "P": 6.473703706433298e-06, + "-": 0.9998735189437866 + }, + "id": "tp_11546" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1443277, + "label": "Y", + "classification": { + "B": 4.412649090568266e-08, + "S": 5.291930210660212e-05, + "I": 1.5947900465107523e-05, + "C": 0.0017756379675120115, + "R": 0.00041856529423967004, + "M": 0.001913346815854311, + "O": 0.0010425434447824955, + "W": 2.4544369807699695e-05, + "N": 1.9239857920183567e-06, + "Y": 0.36197996139526367, + "U": 3.7865280688720304e-08, + "K": 0.0006336085498332977, + "L": 0.00016654713544994593, + "G": 0.10184299200773239, + "F": 0.21949908137321472, + "E": 7.938652561279014e-05, + "T": 0.034988000988960266, + "P": 8.509778854204342e-05, + "-": 0.27547985315322876 + }, + "id": "tp_11547" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1443377, + "label": "-", + "classification": { + "B": 3.112249089554098e-07, + "S": 1.0430129805172328e-05, + "I": 3.260294033680111e-05, + "C": 5.3448547987500206e-05, + "R": 2.3778029571985826e-05, + "M": 0.0005669125239364803, + "O": 0.0004220312985125929, + "W": 5.0086323426512536e-06, + "N": 1.9832236830552574e-06, + "Y": 0.004487528465688229, + "U": 8.382369998116701e-08, + "K": 2.1857766796529177e-07, + "L": 4.010937482235022e-05, + "G": 0.0004309161158744246, + "F": 0.0028240110259503126, + "E": 4.664571406465257e-06, + "T": 0.007269702851772308, + "P": 0.003515837714076042, + "-": 0.9803103804588318 + }, + "id": "tp_11548" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1443510, + "label": "-", + "classification": { + "B": 1.0735933669847597e-10, + "S": 2.538789845019096e-09, + "I": 7.897462239725428e-08, + "C": 5.078657938639708e-09, + "R": 1.940752225593201e-09, + "M": 2.1975904019200243e-05, + "O": 2.8888655378978e-07, + "W": 3.3928843068409265e-10, + "N": 2.8576402355540154e-10, + "Y": 0.0024901845026761293, + "U": 2.305866435292625e-12, + "K": 4.054452773516459e-09, + "L": 5.7912759032774375e-09, + "G": 3.384322553756647e-05, + "F": 0.00040595242171548307, + "E": 5.08852124880832e-08, + "T": 0.0010903858346864581, + "P": 4.0109916881192476e-05, + "-": 0.9959171414375305 + }, + "id": "tp_11549" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1443644, + "label": "F", + "classification": { + "B": 7.23574112271308e-06, + "S": 0.0018499224679544568, + "I": 0.0004372825787868351, + "C": 3.906952042598277e-05, + "R": 5.0936290790559724e-05, + "M": 0.0009287200518883765, + "O": 0.0013583711115643382, + "W": 0.00011228872608626261, + "N": 0.00016887186211533844, + "Y": 0.022418977692723274, + "U": 1.8544865554304124e-07, + "K": 0.0022544267121702433, + "L": 4.747109778691083e-05, + "G": 0.014080330729484558, + "F": 0.5098932385444641, + "E": 0.0008847704739309847, + "T": 0.013845933601260185, + "P": 0.015804069116711617, + "-": 0.41581788659095764 + }, + "id": "tp_11550" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1443777, + "label": "-", + "classification": { + "B": 8.36439176055137e-06, + "S": 1.2411916031851433e-05, + "I": 2.1300962544046342e-05, + "C": 3.2450136586703593e-06, + "R": 2.7295541258354206e-06, + "M": 0.0007582351681776345, + "O": 0.0001531808520667255, + "W": 3.849266249744687e-06, + "N": 1.0888752512983046e-06, + "Y": 0.0024248408153653145, + "U": 9.004681089663791e-08, + "K": 3.149087035581033e-07, + "L": 1.1179416105733253e-05, + "G": 0.00017370731802657247, + "F": 0.0008832415333017707, + "E": 2.1501344235730357e-05, + "T": 0.0034627742134034634, + "P": 0.0059824781492352486, + "-": 0.9860754609107971 + }, + "id": "tp_11551" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1443877, + "label": "-", + "classification": { + "B": 1.0063903346235747e-06, + "S": 1.0820004717970733e-05, + "I": 1.5569592505926266e-05, + "C": 0.00016937768668867648, + "R": 4.702174919657409e-05, + "M": 0.00021698388445656747, + "O": 0.000168648170074448, + "W": 1.884819175757002e-05, + "N": 5.576682269747835e-06, + "Y": 0.003168042516335845, + "U": 1.368955736325006e-06, + "K": 0.0018644840456545353, + "L": 7.75649823481217e-06, + "G": 0.0011195240076631308, + "F": 0.04688476398587227, + "E": 0.0001881135394796729, + "T": 0.0008958114194683731, + "P": 0.007502304390072823, + "-": 0.9377138614654541 + }, + "id": "tp_11552" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1444011, + "label": "P", + "classification": { + "B": 5.171229531697463e-06, + "S": 2.780094746412942e-06, + "I": 0.0013569713337346911, + "C": 3.319352617836557e-05, + "R": 3.5016228139284067e-06, + "M": 3.48824578395579e-05, + "O": 1.4771458154427819e-05, + "W": 2.2914891815162264e-06, + "N": 0.00011932400229852647, + "Y": 0.0004975105985067785, + "U": 3.1228246371028945e-06, + "K": 5.6381650210823864e-05, + "L": 1.2864783229815657e-06, + "G": 0.00012691185111179948, + "F": 0.0021145923528820276, + "E": 0.0018950366647914052, + "T": 0.000195489774341695, + "P": 0.6973342895507812, + "-": 0.2962024509906769 + }, + "id": "tp_11553" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1444144, + "label": "P", + "classification": { + "B": 1.5293436655960946e-11, + "S": 3.9858781965100565e-13, + "I": 5.685738869942725e-06, + "C": 4.37331448832623e-10, + "R": 5.0183685332272354e-12, + "M": 5.491185284256517e-10, + "O": 2.795963807700197e-11, + "W": 1.7192853857175144e-13, + "N": 1.5595810864965642e-08, + "Y": 2.915792052249344e-09, + "U": 6.559480606252444e-13, + "K": 2.348162246243457e-12, + "L": 1.6204057410110217e-12, + "G": 8.19224688086706e-09, + "F": 1.7226568616024451e-07, + "E": 1.554028472128266e-06, + "T": 6.528701135266601e-09, + "P": 0.995658278465271, + "-": 0.004334337543696165 + }, + "id": "tp_11554" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1444278, + "label": "P", + "classification": { + "B": 1.97919880484676e-09, + "S": 5.59927312848707e-11, + "I": 9.862924343906343e-07, + "C": 3.222921374224086e-10, + "R": 6.667547590433198e-12, + "M": 2.6861315949311404e-10, + "O": 5.763929888935593e-10, + "W": 2.9661325479102274e-11, + "N": 1.2208204225316877e-08, + "Y": 8.407742058125223e-09, + "U": 8.004186723142848e-12, + "K": 3.954077516798993e-12, + "L": 1.5879802681140198e-11, + "G": 3.0347211410486352e-09, + "F": 4.303499565594393e-07, + "E": 2.420935629743326e-07, + "T": 1.1024335222487025e-08, + "P": 0.9894695281982422, + "-": 0.010528810322284698 + }, + "id": "tp_11555" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1444378, + "label": "P", + "classification": { + "B": 6.955640761713983e-14, + "S": 1.5787196582569413e-14, + "I": 1.743096390782739e-06, + "C": 1.6524910606552368e-10, + "R": 7.924043908015543e-13, + "M": 2.081983474511162e-10, + "O": 8.475325476153817e-12, + "W": 2.1032690359864582e-14, + "N": 1.6490064869145726e-09, + "Y": 2.1357575263891704e-08, + "U": 5.032975243708139e-14, + "K": 7.873483766004941e-13, + "L": 4.9338496883963995e-14, + "G": 6.590570866826795e-10, + "F": 1.0986008902591493e-07, + "E": 3.4674818039093225e-07, + "T": 5.77340975027596e-09, + "P": 0.9585884809494019, + "-": 0.04140926152467728 + }, + "id": "tp_11556" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1444511, + "label": "P", + "classification": { + "B": 1.3067613499259927e-14, + "S": 7.097214526144424e-13, + "I": 5.518473926713341e-07, + "C": 1.517560599753609e-12, + "R": 1.397604498494867e-13, + "M": 4.214294885285241e-11, + "O": 1.0785040395477896e-11, + "W": 1.9022632048119187e-13, + "N": 6.559355281154922e-10, + "Y": 5.134730862721426e-09, + "U": 3.682967694923836e-14, + "K": 2.9979363718075913e-13, + "L": 6.105612028331833e-14, + "G": 7.435214249840172e-11, + "F": 7.118558187357849e-08, + "E": 5.3249147313749745e-09, + "T": 2.7300547600361824e-08, + "P": 0.9677922129631042, + "-": 0.03220711275935173 + }, + "id": "tp_11557" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1444645, + "label": "P", + "classification": { + "B": 7.451546324421798e-12, + "S": 2.573890579837812e-11, + "I": 5.88444845561753e-06, + "C": 1.0406566580689613e-10, + "R": 6.065880436834092e-12, + "M": 2.41466180384009e-10, + "O": 1.8441111138134403e-10, + "W": 1.9899427591840713e-11, + "N": 8.115993210822126e-08, + "Y": 1.4736550646432534e-08, + "U": 7.32103613843016e-12, + "K": 1.0245193582392176e-09, + "L": 6.224857326646294e-13, + "G": 1.9541075424456267e-09, + "F": 6.283362381509505e-07, + "E": 1.1924033742616302e-06, + "T": 4.3994457854523716e-08, + "P": 0.9874311685562134, + "-": 0.012560981325805187 + }, + "id": "tp_11558" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1444778, + "label": "P", + "classification": { + "B": 1.6078438580535703e-09, + "S": 2.2087874931853158e-11, + "I": 2.1240306523395702e-05, + "C": 1.7880442015894005e-08, + "R": 4.349887394727858e-10, + "M": 5.425705040806861e-08, + "O": 9.752164409349007e-09, + "W": 6.184037310008605e-11, + "N": 6.271028496485087e-08, + "Y": 6.031632437952794e-07, + "U": 4.159145597371072e-11, + "K": 5.410980691289424e-11, + "L": 3.2351216150416917e-10, + "G": 5.299000918057573e-07, + "F": 2.3445015813194914e-06, + "E": 4.950073616782902e-06, + "T": 5.18241336067149e-07, + "P": 0.8913878798484802, + "-": 0.1085817739367485 + }, + "id": "tp_11559" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1444878, + "label": "P", + "classification": { + "B": 3.932533587658327e-08, + "S": 7.862701778549308e-08, + "I": 0.00013015884906053543, + "C": 9.521566113335211e-08, + "R": 2.867778370330143e-08, + "M": 5.678751335835841e-07, + "O": 6.059336215002986e-07, + "W": 5.9347051717395516e-08, + "N": 9.85418682830641e-06, + "Y": 1.5131261534406804e-05, + "U": 3.074359966603879e-08, + "K": 9.5002377520359e-07, + "L": 1.086867751354248e-08, + "G": 3.107901420662529e-06, + "F": 0.00013352138921618462, + "E": 5.403180330176838e-05, + "T": 2.694821341719944e-05, + "P": 0.9027482271194458, + "-": 0.09687665104866028 + }, + "id": "tp_11560" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1445012, + "label": "P", + "classification": { + "B": 8.187284095129144e-08, + "S": 1.7416379449741726e-08, + "I": 0.0006163764628581703, + "C": 1.0254724429614726e-06, + "R": 1.3828808675953042e-07, + "M": 6.477206170529826e-06, + "O": 1.2112218428228516e-06, + "W": 1.6707051742059775e-08, + "N": 1.1879675184900407e-05, + "Y": 9.971785766538233e-05, + "U": 2.4981142487945363e-08, + "K": 1.866033869646344e-07, + "L": 4.8785850026433764e-08, + "G": 4.170216197962873e-05, + "F": 9.205005335388705e-05, + "E": 0.00040932363481260836, + "T": 6.661775114480406e-05, + "P": 0.6635069847106934, + "-": 0.33514609932899475 + }, + "id": "tp_11561" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1445145, + "label": "-", + "classification": { + "B": 4.3487904249905895e-11, + "S": 1.2060226949051067e-11, + "I": 6.404577106877696e-06, + "C": 2.3817309013907106e-08, + "R": 2.1428914198651228e-09, + "M": 3.147886928900334e-08, + "O": 1.7250249229050496e-08, + "W": 4.422113022983787e-11, + "N": 7.456450568099626e-09, + "Y": 1.8859075225918787e-06, + "U": 7.174485311400858e-11, + "K": 1.2103889938941403e-12, + "L": 1.2110281666366518e-09, + "G": 1.4609892673433933e-07, + "F": 7.997430202522082e-07, + "E": 1.1014903122941178e-07, + "T": 9.26729990169406e-06, + "P": 0.2922780513763428, + "-": 0.7077032327651978 + }, + "id": "tp_11562" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1445279, + "label": "P", + "classification": { + "B": 4.5762280076466766e-10, + "S": 3.588089825257157e-09, + "I": 0.0020172831136733294, + "C": 2.820229383360129e-07, + "R": 3.286011462932947e-08, + "M": 7.782463740113599e-07, + "O": 8.558175323969408e-08, + "W": 1.0555073481910426e-09, + "N": 1.5062511920405086e-05, + "Y": 1.4603459021600429e-05, + "U": 1.12081632863692e-09, + "K": 7.605757801343316e-09, + "L": 3.499060374778651e-09, + "G": 1.4696389598611859e-06, + "F": 7.1060012487578206e-06, + "E": 2.1268464479362592e-05, + "T": 2.8489734177128412e-05, + "P": 0.9598932862281799, + "-": 0.03800022974610329 + }, + "id": "tp_11563" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1445379, + "label": "P", + "classification": { + "B": 8.22944912215462e-09, + "S": 9.730839467536612e-10, + "I": 2.6790927222464234e-05, + "C": 8.092546077698159e-10, + "R": 2.8346767641518333e-11, + "M": 6.526070706058817e-08, + "O": 1.793504367242349e-08, + "W": 1.2657555559236755e-10, + "N": 3.600910929435486e-07, + "Y": 1.691197049069615e-08, + "U": 2.439516904456651e-12, + "K": 1.0932691384135662e-12, + "L": 1.6028231519804592e-10, + "G": 3.407409820965768e-08, + "F": 5.82760364409296e-08, + "E": 1.7824111182562774e-06, + "T": 2.114045827283917e-07, + "P": 0.9960467219352722, + "-": 0.003923917654901743 + }, + "id": "tp_11564" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1445512, + "label": "P", + "classification": { + "B": 4.827565014409174e-10, + "S": 5.228750765695622e-10, + "I": 2.7090123694506474e-05, + "C": 5.281020065694975e-10, + "R": 4.4177349278751166e-11, + "M": 1.0527014815409075e-08, + "O": 1.278005146154726e-09, + "W": 5.966181021443973e-11, + "N": 1.8374865362602577e-07, + "Y": 3.495328115832308e-08, + "U": 1.1687270942695172e-11, + "K": 7.873312245221253e-12, + "L": 1.2108883340467003e-10, + "G": 1.6486813692040414e-08, + "F": 1.3498875262030197e-07, + "E": 2.348096359128249e-06, + "T": 1.1412488021278477e-07, + "P": 0.9984056353569031, + "-": 0.0015645223902538419 + }, + "id": "tp_11565" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1445646, + "label": "P", + "classification": { + "B": 1.252241332849735e-07, + "S": 5.348559373175021e-10, + "I": 5.9838886954821646e-05, + "C": 9.498123176854278e-09, + "R": 5.69395752769708e-10, + "M": 3.195711784087507e-08, + "O": 2.184996361620506e-08, + "W": 2.7325117168963686e-10, + "N": 1.4398948167126946e-07, + "Y": 1.2794737358490238e-07, + "U": 5.398871627537716e-11, + "K": 8.756390794742441e-13, + "L": 3.06681369188766e-09, + "G": 4.272220053280762e-07, + "F": 1.5271834286068042e-07, + "E": 1.8920987940873601e-06, + "T": 1.9381317883926386e-07, + "P": 0.9962497353553772, + "-": 0.003687254386022687 + }, + "id": "tp_11566" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1445779, + "label": "P", + "classification": { + "B": 1.2809778411615458e-11, + "S": 5.441285009372132e-12, + "I": 2.0754012439283542e-05, + "C": 2.422871347995681e-10, + "R": 1.6001552513578154e-11, + "M": 5.732426533455737e-09, + "O": 4.771164574535192e-10, + "W": 1.819000896088885e-12, + "N": 7.568909943245217e-09, + "Y": 4.658814489744145e-08, + "U": 6.01172283070002e-14, + "K": 2.3940899210198128e-15, + "L": 1.34207436830458e-11, + "G": 3.1693714319658284e-09, + "F": 9.912000997758241e-09, + "E": 2.4829338585163896e-08, + "T": 1.829079252502197e-07, + "P": 0.9880161881446838, + "-": 0.011962831020355225 + }, + "id": "tp_11567" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1445879, + "label": "P", + "classification": { + "B": 1.939859828326007e-07, + "S": 3.040305429635737e-08, + "I": 0.00032839764025993645, + "C": 4.0696451719668403e-07, + "R": 1.6331666685687196e-08, + "M": 3.1762131129653426e-06, + "O": 1.5046821033593005e-07, + "W": 1.3167842816130815e-08, + "N": 2.0247112843208015e-05, + "Y": 8.562830771552399e-06, + "U": 2.0687455304368996e-08, + "K": 2.653204091984662e-07, + "L": 9.511851750687583e-09, + "G": 3.3205581075890223e-06, + "F": 3.5608336474979296e-05, + "E": 0.0006522184703499079, + "T": 1.0927645234914962e-05, + "P": 0.9874835014343262, + "-": 0.011453013867139816 + }, + "id": "tp_11568" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1446013, + "label": "P", + "classification": { + "B": 2.8691829356830567e-07, + "S": 7.084439062055026e-07, + "I": 0.008669188246130943, + "C": 3.947390723624267e-06, + "R": 3.05897486896356e-07, + "M": 4.818424713448621e-06, + "O": 1.2611048987309914e-06, + "W": 2.1592867938124982e-07, + "N": 0.0006029255455359817, + "Y": 1.0990770533680916e-05, + "U": 5.7642761674969734e-08, + "K": 2.088162318614195e-06, + "L": 6.286370535235619e-08, + "G": 1.4145090062811505e-05, + "F": 5.90939489484299e-05, + "E": 0.0019398265285417438, + "T": 1.3039820260019042e-05, + "P": 0.9835950136184692, + "-": 0.005081962328404188 + }, + "id": "tp_11569" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1446146, + "label": "-", + "classification": { + "B": 1.3511360918982973e-08, + "S": 3.9873608415064155e-08, + "I": 0.00017359061166644096, + "C": 1.2670701607930823e-06, + "R": 1.5061695535223407e-07, + "M": 9.964111995941494e-06, + "O": 1.1880408692377387e-06, + "W": 6.950918418624497e-08, + "N": 2.6681357212510193e-06, + "Y": 0.00013573742762673646, + "U": 3.6404355086006035e-08, + "K": 2.837079478013038e-07, + "L": 6.585894141153403e-08, + "G": 5.815109034301713e-06, + "F": 0.00019955857715103775, + "E": 5.2319312089821324e-05, + "T": 0.0002057966630673036, + "P": 0.3374767601490021, + "-": 0.6617346405982971 + }, + "id": "tp_11570" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1446280, + "label": "P", + "classification": { + "B": 1.1933762311677754e-10, + "S": 6.045040579216732e-10, + "I": 0.00013324938481673598, + "C": 1.4883412724486789e-08, + "R": 6.212567682517545e-10, + "M": 5.6845284035489385e-08, + "O": 4.6170458567473815e-09, + "W": 2.1118741477810232e-10, + "N": 1.997527078856365e-06, + "Y": 2.755163848178199e-07, + "U": 2.0562508640242783e-10, + "K": 1.4429184957975849e-08, + "L": 7.585820860356307e-11, + "G": 6.601253232929594e-08, + "F": 3.5292373468109872e-06, + "E": 5.9013520512962714e-05, + "T": 2.5442102469241945e-07, + "P": 0.988307535648346, + "-": 0.011494070291519165 + }, + "id": "tp_11571" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1446380, + "label": "P", + "classification": { + "B": 3.3715579661475203e-07, + "S": 1.655871351147198e-08, + "I": 0.0010431107366457582, + "C": 9.704292097012512e-06, + "R": 6.491656563412107e-07, + "M": 2.1637833924614824e-05, + "O": 1.3949062349638552e-06, + "W": 3.049577657066038e-08, + "N": 7.5291432040103246e-06, + "Y": 0.00026260752929374576, + "U": 9.053722749285953e-08, + "K": 2.7789395673494255e-08, + "L": 3.9057118783603073e-07, + "G": 5.095758388051763e-05, + "F": 0.00017475515778642148, + "E": 0.000260852713836357, + "T": 0.00011026085121557117, + "P": 0.6332751512527466, + "-": 0.36478039622306824 + }, + "id": "tp_11572" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1446513, + "label": "P", + "classification": { + "B": 3.1856942084296236e-10, + "S": 1.2704576973776582e-11, + "I": 1.6749361748225056e-05, + "C": 5.1786326338287836e-09, + "R": 1.181158920671166e-10, + "M": 2.5451389884523223e-09, + "O": 5.282129178496575e-10, + "W": 1.5340085104953438e-11, + "N": 7.472811347497554e-08, + "Y": 5.41973577128374e-08, + "U": 5.512031109322635e-11, + "K": 9.860465916000649e-11, + "L": 2.032921227190787e-11, + "G": 3.595849307203025e-08, + "F": 2.407934402981482e-07, + "E": 1.2975784784430289e-06, + "T": 1.1011916711822778e-07, + "P": 0.9865595102310181, + "-": 0.013422006741166115 + }, + "id": "tp_11573" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1446647, + "label": "P", + "classification": { + "B": 4.617619620006508e-09, + "S": 4.169929290753771e-09, + "I": 2.852559555321932e-05, + "C": 1.4578857587821403e-07, + "R": 1.1113810316487616e-08, + "M": 1.0491827140413079e-07, + "O": 1.8427714110202942e-07, + "W": 7.1074275354021665e-09, + "N": 8.801823696558131e-07, + "Y": 1.2769162367476383e-06, + "U": 4.513259987959373e-09, + "K": 1.3761285444502391e-08, + "L": 5.591211049704725e-09, + "G": 5.526351287699072e-07, + "F": 3.087848745053634e-05, + "E": 7.402777100651292e-06, + "T": 5.1628135224746075e-06, + "P": 0.7743257880210876, + "-": 0.2255990356206894 + }, + "id": "tp_11574" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1446780, + "label": "P", + "classification": { + "B": 2.3308183508263802e-11, + "S": 7.276882568740817e-11, + "I": 3.6487221223069355e-05, + "C": 1.0206110401256296e-09, + "R": 1.6540821490274027e-10, + "M": 6.7137913006831695e-09, + "O": 6.323066958913159e-09, + "W": 9.977479953349189e-11, + "N": 5.640848144139454e-07, + "Y": 1.5202826375571021e-07, + "U": 8.046421168250717e-11, + "K": 2.016491862377734e-09, + "L": 2.506863987228325e-11, + "G": 5.8105158018406655e-08, + "F": 2.0293666693760315e-06, + "E": 2.138087438652292e-06, + "T": 2.89072374926036e-07, + "P": 0.9798741936683655, + "-": 0.020084114745259285 + }, + "id": "tp_11575" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1446880, + "label": "P", + "classification": { + "B": 1.3426963541007808e-08, + "S": 7.105101840210182e-09, + "I": 0.000300263287499547, + "C": 2.6344209800299723e-06, + "R": 7.337780516536441e-08, + "M": 1.3242444083516602e-06, + "O": 2.775600194127037e-07, + "W": 1.1457472304243765e-08, + "N": 4.977264779881807e-06, + "Y": 1.177178000943968e-05, + "U": 1.4634609968311452e-08, + "K": 8.084038682909522e-08, + "L": 1.594570342433599e-08, + "G": 5.145348950463813e-06, + "F": 8.266971417469904e-05, + "E": 0.00012196708121336997, + "T": 1.1549113878572825e-05, + "P": 0.8109982013702393, + "-": 0.1884589046239853 + }, + "id": "tp_11576" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1447014, + "label": "P", + "classification": { + "B": 4.234693325166905e-12, + "S": 4.305303075852196e-12, + "I": 3.0316016363940435e-06, + "C": 3.795972702835826e-10, + "R": 8.885482627452035e-12, + "M": 2.6361524074758336e-10, + "O": 3.378905488737871e-11, + "W": 3.4572711447161675e-12, + "N": 2.980974045385665e-08, + "Y": 9.042877557874363e-09, + "U": 3.2020486522704728e-12, + "K": 2.9457811190347627e-10, + "L": 2.4976694974407354e-13, + "G": 2.798634435308145e-09, + "F": 9.104481364374806e-07, + "E": 2.714759148148005e-06, + "T": 4.7863495389322e-09, + "P": 0.9966216087341309, + "-": 0.003371683182194829 + }, + "id": "tp_11577" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1447147, + "label": "P", + "classification": { + "B": 4.660927199751086e-09, + "S": 1.1036838998279563e-08, + "I": 0.004549555014818907, + "C": 1.1327090760460123e-05, + "R": 2.2215501758182654e-06, + "M": 9.508114999334794e-06, + "O": 1.7620645849092398e-06, + "W": 2.219201888919997e-08, + "N": 1.6661420886521228e-05, + "Y": 0.0006727503496222198, + "U": 2.2348716655073986e-08, + "K": 1.729925536153587e-08, + "L": 1.1312937431284809e-07, + "G": 4.3338481191312894e-05, + "F": 2.7539837901713327e-05, + "E": 5.1112128858221695e-05, + "T": 0.0003261785604991019, + "P": 0.6039091348648071, + "-": 0.3903786838054657 + }, + "id": "tp_11578" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1447281, + "label": "P", + "classification": { + "B": 1.0699682920266643e-13, + "S": 2.944047873123059e-15, + "I": 1.1273229461039591e-07, + "C": 3.950774169619864e-12, + "R": 3.4223298972296465e-14, + "M": 4.252216634359485e-11, + "O": 1.859150637259499e-12, + "W": 4.114422730739243e-15, + "N": 4.098671402275045e-11, + "Y": 1.5475520864782766e-09, + "U": 4.047683734275656e-15, + "K": 1.0380689465297726e-15, + "L": 3.810856795058437e-14, + "G": 6.844921851545394e-11, + "F": 8.876870793983471e-09, + "E": 6.812561625935132e-09, + "T": 3.790648239743177e-09, + "P": 0.9603462219238281, + "-": 0.03965364769101143 + }, + "id": "tp_11579" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1447381, + "label": "P", + "classification": { + "B": 1.3096736195539194e-10, + "S": 3.337688458948662e-11, + "I": 4.7656503738835454e-05, + "C": 2.4759705397059406e-09, + "R": 6.947362823916947e-11, + "M": 2.684479749603952e-09, + "O": 9.723950533668813e-10, + "W": 2.4743583917907763e-11, + "N": 3.617475101691525e-07, + "Y": 2.267261400845655e-08, + "U": 1.0728700046425121e-11, + "K": 2.5341970188996754e-10, + "L": 9.868163577952949e-12, + "G": 3.46582282872987e-08, + "F": 2.476294582720584e-07, + "E": 3.870547971018823e-06, + "T": 5.73412322069089e-08, + "P": 0.9905727505683899, + "-": 0.0093750124797225 + }, + "id": "tp_11580" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1447514, + "label": "P", + "classification": { + "B": 4.717678331322972e-11, + "S": 2.4023266015360534e-11, + "I": 0.00016132746532093734, + "C": 3.431817718890784e-09, + "R": 4.231144601352099e-10, + "M": 3.092818445793455e-08, + "O": 1.3774119622667058e-09, + "W": 2.5449383919684543e-11, + "N": 3.734768370122765e-07, + "Y": 5.758911356679164e-05, + "U": 2.1329722710294874e-11, + "K": 7.3516810417117995e-09, + "L": 5.088934915825627e-12, + "G": 4.037739245177363e-07, + "F": 1.5857506241445662e-06, + "E": 5.964760475762887e-06, + "T": 4.339401584729785e-06, + "P": 0.9268879890441895, + "-": 0.07288035750389099 + }, + "id": "tp_11581" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1447648, + "label": "P", + "classification": { + "B": 2.8669936216751957e-11, + "S": 4.320083353548387e-12, + "I": 1.0809387276822235e-05, + "C": 3.8151629078164717e-10, + "R": 4.3039575375880545e-11, + "M": 1.4798142711214268e-09, + "O": 3.5921646213132874e-10, + "W": 6.005866810820937e-12, + "N": 2.330643766867979e-08, + "Y": 2.363745643663151e-08, + "U": 3.423625966059163e-12, + "K": 6.358431576397594e-12, + "L": 9.743873242984424e-12, + "G": 1.1488861417774388e-08, + "F": 2.792118323213799e-07, + "E": 3.184499348662939e-07, + "T": 6.840207333880244e-08, + "P": 0.981069028377533, + "-": 0.018919510766863823 + }, + "id": "tp_11582" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1447781, + "label": "P", + "classification": { + "B": 2.952006417089592e-10, + "S": 2.1919358689226343e-12, + "I": 9.278742254537065e-06, + "C": 2.316924874179449e-09, + "R": 8.111772364927106e-11, + "M": 9.969728154146651e-09, + "O": 1.0788007154260981e-09, + "W": 9.475752647813973e-12, + "N": 1.2696507845078031e-08, + "Y": 9.909219045312057e-08, + "U": 8.946616017468934e-12, + "K": 3.245030763196488e-12, + "L": 5.172487785309876e-11, + "G": 7.244597810540654e-08, + "F": 2.826674858624756e-07, + "E": 7.254806178025319e-07, + "T": 2.0528169386579975e-07, + "P": 0.960349977016449, + "-": 0.03963928297162056 + }, + "id": "tp_11583" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1447881, + "label": "P", + "classification": { + "B": 5.418898396669647e-08, + "S": 2.1919576909112948e-07, + "I": 0.010598570108413696, + "C": 5.990422323520761e-06, + "R": 1.8953276139654918e-06, + "M": 2.2361762148648268e-06, + "O": 8.01799330929498e-07, + "W": 7.27646138898308e-08, + "N": 0.0001801560865715146, + "Y": 0.000154749839566648, + "U": 1.2020952055991074e-07, + "K": 5.188269824429881e-06, + "L": 1.0661477034545896e-07, + "G": 6.7960012529511e-05, + "F": 0.0004411886620800942, + "E": 0.0007712977239862084, + "T": 5.765194873674773e-05, + "P": 0.9260270595550537, + "-": 0.06168458238244057 + }, + "id": "tp_11584" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1448015, + "label": "P", + "classification": { + "B": 2.9747974750193862e-08, + "S": 2.4786419583477937e-09, + "I": 2.2192509277374484e-05, + "C": 4.721949053987373e-08, + "R": 1.4755436872349037e-09, + "M": 1.763244767971628e-07, + "O": 1.0354900581432958e-07, + "W": 1.7113732653228908e-09, + "N": 1.0512075050428393e-06, + "Y": 6.140235768725688e-07, + "U": 1.3965291145723313e-09, + "K": 4.244229412364575e-09, + "L": 3.2542752936848274e-09, + "G": 2.751041392912157e-06, + "F": 1.5059239558468107e-05, + "E": 6.625099194934592e-05, + "T": 1.937028628162807e-06, + "P": 0.9311257600784302, + "-": 0.06876400858163834 + }, + "id": "tp_11585" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1448148, + "label": "P", + "classification": { + "B": 8.64206189249428e-12, + "S": 6.648860715469107e-12, + "I": 8.432351023657247e-06, + "C": 5.7683156029497695e-09, + "R": 4.782936199876353e-11, + "M": 6.973408073207565e-09, + "O": 1.3443820501279902e-09, + "W": 1.6488890114407795e-11, + "N": 4.2438667691158116e-08, + "Y": 2.634731401940371e-07, + "U": 3.6885858950563843e-11, + "K": 1.5818016896318454e-09, + "L": 1.0059923380434377e-11, + "G": 3.202564968773913e-08, + "F": 2.853194700946915e-06, + "E": 4.521836217463715e-06, + "T": 2.9937476142549713e-07, + "P": 0.7026441097259521, + "-": 0.297339528799057 + }, + "id": "tp_11586" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1448282, + "label": "P", + "classification": { + "B": 1.4386046132131014e-07, + "S": 6.213589642811712e-09, + "I": 0.0002069100009975955, + "C": 1.5926461855997331e-06, + "R": 6.947912112309496e-08, + "M": 5.056295321992366e-06, + "O": 8.721040103409905e-07, + "W": 4.181231361144455e-08, + "N": 3.2082168672786793e-06, + "Y": 3.4580010833451524e-05, + "U": 2.691647082997406e-08, + "K": 1.0915037051972831e-07, + "L": 4.463173652879959e-08, + "G": 9.563206731399987e-06, + "F": 0.0002589985087979585, + "E": 9.574582509230822e-05, + "T": 3.210045542800799e-05, + "P": 0.6793956160545349, + "-": 0.31995517015457153 + }, + "id": "tp_11587" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1448382, + "label": "P", + "classification": { + "B": 2.4749343199848006e-12, + "S": 4.4943565470807745e-13, + "I": 3.2382385484197584e-07, + "C": 2.5017318078246475e-11, + "R": 2.6327102390505397e-12, + "M": 3.148241389805406e-10, + "O": 3.421662397862235e-10, + "W": 8.154138171970193e-13, + "N": 8.706727561147432e-10, + "Y": 2.0473674311460854e-08, + "U": 1.4540724581433434e-13, + "K": 1.7227338262523761e-13, + "L": 1.0370231149497977e-12, + "G": 3.02410385621954e-09, + "F": 3.0107358384157124e-08, + "E": 9.74501634942726e-09, + "T": 9.788014665446099e-08, + "P": 0.8941593766212463, + "-": 0.10584015399217606 + }, + "id": "tp_11588" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1448515, + "label": "P", + "classification": { + "B": 3.4834281726486838e-12, + "S": 2.2012237952534486e-12, + "I": 1.153728135250276e-06, + "C": 4.695466931936565e-11, + "R": 6.90219539509207e-12, + "M": 3.6482036835927545e-10, + "O": 3.3542479904724587e-10, + "W": 3.1214230419157607e-12, + "N": 2.8701911958251003e-09, + "Y": 6.51220677383435e-09, + "U": 4.5289862355205046e-13, + "K": 2.289722664944316e-12, + "L": 1.5534642799561182e-12, + "G": 2.5922846091930296e-09, + "F": 5.558734414989885e-07, + "E": 2.037458024517491e-08, + "T": 6.442776623316604e-08, + "P": 0.9242448210716248, + "-": 0.07575341314077377 + }, + "id": "tp_11589" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1448649, + "label": "P", + "classification": { + "B": 4.389359986589625e-10, + "S": 1.0192513499873712e-09, + "I": 1.676292231422849e-05, + "C": 7.163500015394675e-09, + "R": 2.8235869198312e-10, + "M": 2.831160905714114e-08, + "O": 1.522570336476292e-08, + "W": 1.7528437035174704e-10, + "N": 4.540306974831765e-07, + "Y": 1.3590232583737816e-07, + "U": 4.156695820878298e-11, + "K": 1.1130622812327573e-10, + "L": 1.7121412621001753e-10, + "G": 9.04357264630562e-08, + "F": 1.7689401374809677e-06, + "E": 1.5720320334366988e-06, + "T": 5.708430990125635e-07, + "P": 0.9734625220298767, + "-": 0.02651604264974594 + }, + "id": "tp_11590" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1448782, + "label": "P", + "classification": { + "B": 3.8904406807205305e-08, + "S": 4.746707915614934e-08, + "I": 0.0001485227548982948, + "C": 1.9371192649941804e-07, + "R": 6.69910038553212e-09, + "M": 8.223105396609753e-06, + "O": 4.4577012658919557e-07, + "W": 2.030729362445527e-08, + "N": 4.832768354390282e-06, + "Y": 3.418281630729325e-05, + "U": 6.5519838443606204e-09, + "K": 1.549844625969854e-07, + "L": 1.1120264709063576e-08, + "G": 2.32545107792248e-06, + "F": 8.254971180576831e-05, + "E": 0.0002068311150651425, + "T": 4.665793676394969e-05, + "P": 0.7574675679206848, + "-": 0.24199730157852173 + }, + "id": "tp_11591" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1448882, + "label": "P", + "classification": { + "B": 5.442287260848389e-07, + "S": 3.681535190480645e-06, + "I": 0.007600851356983185, + "C": 2.4799002858344465e-05, + "R": 7.169614946178626e-06, + "M": 3.031100641237572e-05, + "O": 1.7122616554843262e-05, + "W": 3.3545386486366624e-06, + "N": 0.0006279628141783178, + "Y": 0.0002528950572013855, + "U": 1.9861965938616777e-06, + "K": 0.00011492944759083912, + "L": 5.301251917444461e-07, + "G": 4.961913145962171e-05, + "F": 0.0015415786765515804, + "E": 0.0011211310047656298, + "T": 0.00014581468713004142, + "P": 0.827784538269043, + "-": 0.1606711894273758 + }, + "id": "tp_11592" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1449016, + "label": "P", + "classification": { + "B": 5.259705296084202e-14, + "S": 1.9996677924627448e-13, + "I": 2.5171486413455568e-05, + "C": 1.2261992810014277e-10, + "R": 6.393337465340765e-13, + "M": 1.5557359567264228e-10, + "O": 9.030770055373782e-12, + "W": 1.1023390452400209e-13, + "N": 8.478901492026125e-08, + "Y": 6.250133743890274e-09, + "U": 4.417498403750178e-14, + "K": 2.8330546242294474e-11, + "L": 1.2622473121522322e-14, + "G": 3.407346627071206e-10, + "F": 3.2098416369308325e-08, + "E": 2.141989398296573e-06, + "T": 3.5938696463233555e-09, + "P": 0.9968903660774231, + "-": 0.0030822167173027992 + }, + "id": "tp_11593" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1449149, + "label": "P", + "classification": { + "B": 8.259315974201709e-12, + "S": 7.614712194126128e-10, + "I": 2.933962969109416e-05, + "C": 4.6148422860881055e-09, + "R": 5.362669197594983e-10, + "M": 1.3893962425015616e-08, + "O": 8.086473712864972e-09, + "W": 1.6051611428924417e-10, + "N": 7.824378371878993e-07, + "Y": 5.554048243539e-07, + "U": 5.888119158914407e-11, + "K": 9.12492748028626e-09, + "L": 3.6565046129810597e-11, + "G": 3.891332767125277e-08, + "F": 6.558135737577686e-06, + "E": 2.7768230665969895e-06, + "T": 1.691902525635669e-06, + "P": 0.9475584626197815, + "-": 0.05239978805184364 + }, + "id": "tp_11594" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1449283, + "label": "P", + "classification": { + "B": 3.0425833293795668e-12, + "S": 8.264958162307323e-11, + "I": 6.70213921694085e-06, + "C": 7.361655035564851e-11, + "R": 2.297951759433481e-11, + "M": 1.6426833504556981e-10, + "O": 4.851173907027828e-10, + "W": 1.841050922823939e-11, + "N": 1.1658066512154619e-07, + "Y": 3.600547415771871e-08, + "U": 3.5272579128331483e-12, + "K": 4.5700687678618124e-10, + "L": 9.25852927310955e-13, + "G": 1.1078510331330449e-09, + "F": 1.6189273992495146e-06, + "E": 5.9409433816881574e-08, + "T": 4.222380667329162e-08, + "P": 0.9901706576347351, + "-": 0.009820724837481976 + }, + "id": "tp_11595" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1449383, + "label": "P", + "classification": { + "B": 1.651932930724076e-12, + "S": 1.7523195351351606e-12, + "I": 9.636876711738296e-06, + "C": 1.4748370580353054e-10, + "R": 7.278667252252902e-12, + "M": 2.1034554653631687e-10, + "O": 9.096404185449103e-11, + "W": 1.2115433439471857e-12, + "N": 3.061873243836999e-08, + "Y": 1.0453225840478808e-08, + "U": 1.8856240353859466e-12, + "K": 1.5062876293492344e-11, + "L": 1.0561023626801114e-12, + "G": 6.473392377692733e-10, + "F": 1.0331230981819317e-07, + "E": 1.6406049496708874e-07, + "T": 4.4270716870187243e-08, + "P": 0.9829756617546082, + "-": 0.01701444946229458 + }, + "id": "tp_11596" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1449516, + "label": "P", + "classification": { + "B": 5.001098059981279e-12, + "S": 3.5661020577476554e-12, + "I": 5.122250968270237e-06, + "C": 5.498297372952266e-10, + "R": 4.607227360037269e-12, + "M": 1.425652151887391e-09, + "O": 1.94410154641389e-10, + "W": 2.1090447097082965e-12, + "N": 1.6344941400348034e-08, + "Y": 4.903236927589205e-08, + "U": 2.2528905824215073e-12, + "K": 2.908382562560874e-11, + "L": 1.4238210220215985e-12, + "G": 2.2710056057917427e-09, + "F": 2.2748423589291633e-07, + "E": 1.0245322528135148e-06, + "T": 8.89671980530693e-08, + "P": 0.9091833233833313, + "-": 0.09081023186445236 + }, + "id": "tp_11597" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1449650, + "label": "P", + "classification": { + "B": 4.1074413835440193e-13, + "S": 5.696008443557832e-13, + "I": 3.264319275331218e-06, + "C": 4.076396338537069e-12, + "R": 9.573590563968087e-14, + "M": 1.508626418234016e-10, + "O": 4.5108001535398845e-12, + "W": 3.9978298313958147e-14, + "N": 8.165258691406052e-09, + "Y": 1.3392228992437083e-10, + "U": 1.4929455444795924e-14, + "K": 2.4023367184975754e-14, + "L": 7.09900820311353e-14, + "G": 6.724575757344198e-11, + "F": 4.037111089871814e-09, + "E": 6.223734771992895e-08, + "T": 1.7455078493711085e-09, + "P": 0.9995417594909668, + "-": 0.0004548894357867539 + }, + "id": "tp_11598" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1449783, + "label": "P", + "classification": { + "B": 8.869159984215003e-08, + "S": 7.565645887552819e-08, + "I": 0.0009222652879543602, + "C": 1.7905536253692844e-07, + "R": 5.1582105697889347e-08, + "M": 1.3722112726100022e-06, + "O": 8.638975259600556e-07, + "W": 3.21035322770058e-08, + "N": 1.512493963673478e-05, + "Y": 1.1069124411733355e-05, + "U": 4.822177324115273e-09, + "K": 6.635333171800539e-09, + "L": 3.7579606981807956e-08, + "G": 2.474934262863826e-06, + "F": 1.3542736269300804e-05, + "E": 1.5426636309712194e-05, + "T": 4.274396997061558e-05, + "P": 0.9452826976776123, + "-": 0.05369190499186516 + }, + "id": "tp_11599" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1449883, + "label": "P", + "classification": { + "B": 1.6792522927744358e-10, + "S": 1.674173716326166e-10, + "I": 0.00011256928701186553, + "C": 2.5672951764477148e-08, + "R": 8.407094465034959e-10, + "M": 5.1936616785042133e-08, + "O": 3.914021107220833e-09, + "W": 7.273481816838512e-11, + "N": 1.0738342552940594e-06, + "Y": 4.2464631633265526e-07, + "U": 1.1337579486347948e-10, + "K": 7.955928138514423e-10, + "L": 1.4463695519051356e-10, + "G": 1.2122633563649288e-07, + "F": 2.4753119305387372e-06, + "E": 1.0131661838386208e-05, + "T": 1.024514176606317e-06, + "P": 0.972831130027771, + "-": 0.02704092487692833 + }, + "id": "tp_11600" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1450017, + "label": "P", + "classification": { + "B": 7.831748487577284e-13, + "S": 9.446310649929152e-14, + "I": 1.7657050648267614e-06, + "C": 8.84910408838202e-11, + "R": 1.808247995782608e-12, + "M": 3.3036129387653546e-10, + "O": 3.410885462962199e-11, + "W": 7.777559520895372e-14, + "N": 2.1084376466973254e-09, + "Y": 5.159813909472177e-08, + "U": 4.132255789716238e-13, + "K": 2.2031857675047783e-12, + "L": 3.1571625739093556e-13, + "G": 9.318704918825915e-09, + "F": 9.723712679488017e-08, + "E": 4.678996390339307e-07, + "T": 6.090273529935075e-08, + "P": 0.8830855488777161, + "-": 0.11691213399171829 + }, + "id": "tp_11601" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1450150, + "label": "P", + "classification": { + "B": 5.219473742101854e-10, + "S": 5.6068781562057524e-11, + "I": 1.5058457165650907e-06, + "C": 1.3854623004405653e-10, + "R": 5.412037137886294e-12, + "M": 2.0325618965699732e-09, + "O": 1.0377431136632254e-09, + "W": 1.670548248344783e-11, + "N": 3.115123803354436e-08, + "Y": 1.482505895822328e-09, + "U": 1.7538637642894317e-12, + "K": 2.921184778445496e-12, + "L": 1.069752619820008e-11, + "G": 3.3734324222933765e-09, + "F": 8.987146316030703e-08, + "E": 3.126790204532881e-07, + "T": 3.326376685208743e-08, + "P": 0.994238018989563, + "-": 0.005759934429079294 + }, + "id": "tp_11602" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1450250, + "label": "P", + "classification": { + "B": 8.359819780867639e-11, + "S": 3.865398019026189e-12, + "I": 1.6894689906621352e-05, + "C": 5.2548109863437276e-08, + "R": 1.1886647222070224e-09, + "M": 5.362215205195753e-08, + "O": 8.170395915385598e-09, + "W": 2.5599609237980658e-11, + "N": 1.8392579903547812e-08, + "Y": 1.2820818255931954e-06, + "U": 3.8306913197061476e-11, + "K": 2.2913478840008716e-12, + "L": 4.1748984824785396e-10, + "G": 2.894890940297046e-07, + "F": 6.700491326228075e-07, + "E": 1.6671057210260187e-06, + "T": 1.7194349766214145e-06, + "P": 0.5741656422615051, + "-": 0.4258117377758026 + }, + "id": "tp_11603" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1450384, + "label": "P", + "classification": { + "B": 2.1474327524528825e-11, + "S": 1.883198458285662e-10, + "I": 3.4807630981958937e-06, + "C": 1.5066500269611538e-09, + "R": 5.242176137620902e-11, + "M": 1.0416134621493711e-09, + "O": 2.0940478240305538e-09, + "W": 5.6210095605857546e-11, + "N": 3.820326099912563e-08, + "Y": 2.9671408441345193e-08, + "U": 2.062473455910485e-11, + "K": 3.332664005872843e-11, + "L": 3.329982470323678e-11, + "G": 5.28654275910867e-09, + "F": 1.5190630620054435e-06, + "E": 1.6646319522806152e-07, + "T": 3.1534082722828316e-07, + "P": 0.9021919965744019, + "-": 0.09780242294073105 + }, + "id": "tp_11604" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1450517, + "label": "P", + "classification": { + "B": 1.8288559555657002e-10, + "S": 1.9795252936827268e-10, + "I": 2.1113830371177755e-05, + "C": 1.9098671533157585e-09, + "R": 5.433026251111528e-11, + "M": 1.698639628955334e-08, + "O": 1.6081221909658439e-09, + "W": 7.77144390506912e-11, + "N": 4.3015396045120724e-07, + "Y": 1.0681503681553295e-07, + "U": 3.576041893160742e-11, + "K": 2.0754120644284058e-09, + "L": 1.9592478681107472e-11, + "G": 3.542794857480658e-08, + "F": 1.6074944824140402e-06, + "E": 2.9382334105321206e-05, + "T": 2.119891320262468e-07, + "P": 0.986723005771637, + "-": 0.013224100694060326 + }, + "id": "tp_11605" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1450651, + "label": "P", + "classification": { + "B": 1.125323185330318e-11, + "S": 3.881900356716983e-11, + "I": 0.0001019568953779526, + "C": 1.3016000499632696e-09, + "R": 1.1856533810306047e-10, + "M": 5.827884397291427e-09, + "O": 1.7952576092383765e-09, + "W": 1.341799674842159e-11, + "N": 6.259537030928186e-07, + "Y": 6.81674350744288e-07, + "U": 4.8001103959693925e-12, + "K": 9.338412682025066e-11, + "L": 8.759279759851246e-12, + "G": 3.9009666608080806e-08, + "F": 2.764320754522487e-07, + "E": 2.6900722787104314e-06, + "T": 5.796340474262252e-07, + "P": 0.9929520487785339, + "-": 0.006941096857190132 + }, + "id": "tp_11606" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1450751, + "label": "P", + "classification": { + "B": 1.2742148447486557e-09, + "S": 2.753981931391536e-09, + "I": 3.386138268979266e-05, + "C": 2.1826216389797537e-09, + "R": 3.0960409236335806e-10, + "M": 2.1601600508347474e-07, + "O": 4.075794279856382e-08, + "W": 2.047779446012754e-10, + "N": 2.5253794433410803e-07, + "Y": 3.2325579013559036e-07, + "U": 2.0047683998991594e-11, + "K": 3.095277506526273e-11, + "L": 1.155746498504584e-09, + "G": 1.5079658055583423e-07, + "F": 2.150371074094437e-06, + "E": 2.073570840366301e-06, + "T": 1.1662222050290438e-06, + "P": 0.9658067226409912, + "-": 0.03415299206972122 + }, + "id": "tp_11607" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1450884, + "label": "P", + "classification": { + "B": 3.7893418181056404e-08, + "S": 3.943265436401333e-10, + "I": 5.5732481996528804e-05, + "C": 4.982884327375814e-09, + "R": 2.01659064447135e-10, + "M": 1.6104542055472848e-07, + "O": 1.8463056861151017e-08, + "W": 1.248528502806323e-10, + "N": 9.873542694549542e-08, + "Y": 8.55863930837586e-08, + "U": 1.277721504988616e-11, + "K": 1.1247129529795563e-12, + "L": 2.162826806539897e-09, + "G": 6.592096042368212e-07, + "F": 1.380971525577479e-06, + "E": 1.5032644114398863e-05, + "T": 2.0063214378751582e-07, + "P": 0.9697151184082031, + "-": 0.030211418867111206 + }, + "id": "tp_11608" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1451018, + "label": "P", + "classification": { + "B": 1.4774270273831667e-16, + "S": 3.59471750002436e-17, + "I": 1.1982349834571693e-10, + "C": 1.7678497434038407e-17, + "R": 1.3357454703174073e-19, + "M": 1.1852370035878262e-15, + "O": 6.30534396430535e-16, + "W": 6.333277340739286e-18, + "N": 1.1526268221123681e-12, + "Y": 4.2347625650281454e-14, + "U": 1.7822648545026798e-18, + "K": 5.251275055092866e-17, + "L": 6.4685420504070195e-19, + "G": 4.8858544299127185e-14, + "F": 6.700471427700805e-11, + "E": 8.866381517869115e-10, + "T": 4.638435360630744e-13, + "P": 0.9999674558639526, + "-": 3.251037924201228e-05 + }, + "id": "tp_11609" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1451151, + "label": "P", + "classification": { + "B": 8.079604151521591e-13, + "S": 2.5485821786297436e-11, + "I": 1.6621445411146851e-06, + "C": 1.0231681474293097e-10, + "R": 3.2873630033403156e-12, + "M": 4.1325798338931463e-10, + "O": 1.8083197439455745e-10, + "W": 2.7166992613847363e-12, + "N": 3.3553863687529883e-08, + "Y": 7.605143181876883e-09, + "U": 1.0060543977757908e-12, + "K": 2.0172918890892788e-10, + "L": 6.86251402925997e-13, + "G": 2.788990149937831e-09, + "F": 7.696779675825383e-07, + "E": 3.2489299428561935e-07, + "T": 3.4814917171388515e-08, + "P": 0.9864246845245361, + "-": 0.013572409749031067 + }, + "id": "tp_11610" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1451251, + "label": "P", + "classification": { + "B": 7.842224048967839e-15, + "S": 1.0843239334716722e-16, + "I": 6.162123895592231e-07, + "C": 3.306765625210595e-11, + "R": 1.8917450884860937e-13, + "M": 2.0515537185739063e-11, + "O": 3.319584190863978e-13, + "W": 1.1283495296963986e-15, + "N": 4.144236689929137e-11, + "Y": 9.198728445625193e-10, + "U": 6.066176376593336e-15, + "K": 2.3471475668412163e-15, + "L": 1.4278109131213995e-14, + "G": 1.1856694792644618e-10, + "F": 3.9228726933515645e-09, + "E": 1.3372721596738302e-08, + "T": 1.669675953053229e-09, + "P": 0.9753808379173279, + "-": 0.024618474766612053 + }, + "id": "tp_11611" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1451385, + "label": "P", + "classification": { + "B": 1.0723744808815994e-10, + "S": 3.401256706836442e-11, + "I": 4.897712642559782e-05, + "C": 1.1716076997458913e-09, + "R": 1.107419711487978e-11, + "M": 3.20699666822577e-09, + "O": 1.26006649558974e-10, + "W": 5.879644861261912e-12, + "N": 3.254143052799918e-07, + "Y": 8.515497640360081e-09, + "U": 1.0193119785728566e-11, + "K": 4.077384263556638e-11, + "L": 1.0338502623441492e-11, + "G": 7.6402786319818e-09, + "F": 1.1971597757565178e-07, + "E": 3.6099950193602126e-06, + "T": 1.4334952780359345e-08, + "P": 0.9993354678153992, + "-": 0.0006115249707363546 + }, + "id": "tp_11612" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1451518, + "label": "P", + "classification": { + "B": 3.555713501413038e-09, + "S": 3.5447231816476688e-09, + "I": 0.00014250376261770725, + "C": 3.742995691169426e-09, + "R": 1.3875345317160281e-10, + "M": 1.0216545831553958e-07, + "O": 7.101806698273094e-09, + "W": 7.281222291766198e-10, + "N": 5.168579264136497e-06, + "Y": 6.885726833161243e-08, + "U": 1.965497764544466e-10, + "K": 1.0610035516833705e-08, + "L": 1.0975884090491661e-10, + "G": 6.054303725022692e-08, + "F": 1.0950968771794578e-06, + "E": 7.160197128541768e-05, + "T": 4.711885139840888e-07, + "P": 0.9972456693649292, + "-": 0.002533262362703681 + }, + "id": "tp_11613" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1451652, + "label": "P", + "classification": { + "B": 7.628082054900176e-10, + "S": 5.227750454750435e-10, + "I": 3.3175412681885064e-05, + "C": 3.293082073696496e-08, + "R": 1.96704075250409e-09, + "M": 2.7723338291707478e-08, + "O": 1.019083395448206e-08, + "W": 3.3635286222910565e-10, + "N": 3.0643934678664664e-07, + "Y": 3.1169548719844897e-07, + "U": 1.2919022795987445e-10, + "K": 4.667025446658535e-11, + "L": 7.999239604039587e-10, + "G": 1.1598217497521546e-07, + "F": 2.5267845558119006e-06, + "E": 4.654112217394868e-06, + "T": 7.186317816376686e-07, + "P": 0.9796470403671265, + "-": 0.02031107246875763 + }, + "id": "tp_11614" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1451752, + "label": "P", + "classification": { + "B": 1.3247915831016144e-06, + "S": 1.3379825531956158e-06, + "I": 0.01163781713694334, + "C": 6.015724466124084e-06, + "R": 7.112629418770666e-07, + "M": 4.532839739113115e-05, + "O": 7.61801629778347e-06, + "W": 5.769614404016465e-07, + "N": 0.00027324247639626265, + "Y": 0.00018808159802574664, + "U": 1.0836134123337615e-07, + "K": 1.4311208360595629e-06, + "L": 4.7369346134473744e-07, + "G": 7.32617118046619e-05, + "F": 0.00014437077334150672, + "E": 0.0007846160442568362, + "T": 9.727515862323344e-05, + "P": 0.9554811716079712, + "-": 0.03125526383519173 + }, + "id": "tp_11615" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1451885, + "label": "P", + "classification": { + "B": 3.96741961594671e-05, + "S": 1.2292526889723376e-06, + "I": 9.031454101204872e-05, + "C": 1.475158626362827e-07, + "R": 1.938803251277932e-08, + "M": 3.944223863072693e-06, + "O": 5.678886282112217e-06, + "W": 5.210426365920284e-07, + "N": 6.401448445103597e-06, + "Y": 4.042514945012954e-07, + "U": 2.0707773273898056e-08, + "K": 8.462866851743911e-09, + "L": 3.349793757934094e-07, + "G": 4.15440945289447e-06, + "F": 3.6051183997187763e-05, + "E": 0.0001457823091186583, + "T": 6.094171112636104e-06, + "P": 0.9527535438537598, + "-": 0.046905700117349625 + }, + "id": "tp_11616" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1452019, + "label": "-", + "classification": { + "B": 9.592827920901215e-11, + "S": 1.3397098708178845e-10, + "I": 1.1753889339161105e-05, + "C": 3.904916567876171e-08, + "R": 5.298402827591531e-10, + "M": 1.1745664352247331e-07, + "O": 2.2069658101031564e-08, + "W": 2.8588625911041277e-10, + "N": 1.4358104749589984e-07, + "Y": 1.8356112150286208e-06, + "U": 2.2832524759763828e-10, + "K": 1.2182050035391967e-08, + "L": 1.5154402732697747e-10, + "G": 3.5361094319341646e-07, + "F": 1.5374485883512534e-05, + "E": 1.1921066288778093e-05, + "T": 2.548525344536756e-06, + "P": 0.4618832468986511, + "-": 0.5380725860595703 + }, + "id": "tp_11617" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1452152, + "label": "P", + "classification": { + "B": 7.170051011251566e-12, + "S": 3.985341570644785e-12, + "I": 7.92609789641574e-05, + "C": 1.1270219424375227e-08, + "R": 1.1902032137633967e-10, + "M": 3.465926212697923e-09, + "O": 1.5995847701955057e-10, + "W": 2.745694080083516e-12, + "N": 1.156616775688235e-07, + "Y": 4.9052619743861214e-08, + "U": 3.3282200780082594e-12, + "K": 5.602037930763082e-12, + "L": 6.297483368111756e-12, + "G": 1.2465481091794572e-08, + "F": 5.8400836167038506e-08, + "E": 4.752666427521035e-06, + "T": 3.4615410982041794e-08, + "P": 0.9929521679878235, + "-": 0.006963667459785938 + }, + "id": "tp_11618" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1452252, + "label": "P", + "classification": { + "B": 1.1741510541618538e-12, + "S": 1.6831426634999276e-15, + "I": 4.876852131019405e-07, + "C": 1.0045349968512696e-11, + "R": 3.037211459980607e-14, + "M": 4.791911312196362e-11, + "O": 4.309619935222164e-12, + "W": 6.705536326938669e-15, + "N": 1.8716148075803574e-10, + "Y": 1.4172005236012808e-10, + "U": 6.077181452160537e-15, + "K": 3.4692825746222877e-16, + "L": 1.085278039853789e-13, + "G": 3.5559236111204484e-10, + "F": 7.021370707072094e-10, + "E": 1.7941577112878804e-08, + "T": 8.630159920031133e-10, + "P": 0.9951693415641785, + "-": 0.004830094985663891 + }, + "id": "tp_11619" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1452386, + "label": "P", + "classification": { + "B": 2.6481286607982213e-10, + "S": 4.343651660576597e-09, + "I": 0.00013410125393420458, + "C": 3.963034789222775e-09, + "R": 1.0976209940949389e-09, + "M": 2.377040786427642e-08, + "O": 7.55829532295138e-09, + "W": 4.00612404360956e-10, + "N": 1.0607386684569065e-05, + "Y": 5.42708775697065e-08, + "U": 5.88428958336884e-11, + "K": 6.715528133582893e-09, + "L": 5.1083925284300946e-11, + "G": 8.243136306873566e-08, + "F": 2.1765224573755404e-06, + "E": 8.819162758300081e-06, + "T": 2.1840732244982064e-07, + "P": 0.9991082549095154, + "-": 0.0007356679416261613 + }, + "id": "tp_11620" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1452519, + "label": "P", + "classification": { + "B": 2.0094558905725535e-08, + "S": 2.6165181132853377e-09, + "I": 0.0012087303912267089, + "C": 2.432370820315555e-07, + "R": 1.997849707890964e-08, + "M": 8.349701374754659e-07, + "O": 1.07817285766032e-07, + "W": 1.8803523182953086e-09, + "N": 8.832185812934767e-06, + "Y": 2.1055848264950328e-06, + "U": 1.2198030363563817e-09, + "K": 1.7819804520868843e-09, + "L": 6.567294263959411e-09, + "G": 3.169187948515173e-06, + "F": 2.9599523259093985e-06, + "E": 3.2097381335916e-05, + "T": 3.734016218004399e-06, + "P": 0.9899625182151794, + "-": 0.008774538524448872 + }, + "id": "tp_11621" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1452653, + "label": "P", + "classification": { + "B": 6.496357229934802e-08, + "S": 2.7799826440855213e-08, + "I": 6.190912972670048e-05, + "C": 1.7423992915155395e-07, + "R": 1.946512817596613e-08, + "M": 1.668768504714535e-06, + "O": 1.0566316177573754e-06, + "W": 3.565322259646564e-08, + "N": 1.264361912944878e-06, + "Y": 1.4874111002427526e-05, + "U": 1.4704458983771929e-08, + "K": 7.803985013765669e-09, + "L": 5.5525493536379145e-08, + "G": 2.352553337914287e-06, + "F": 2.7759731892729178e-05, + "E": 2.0219184079905972e-05, + "T": 5.122500442666933e-05, + "P": 0.5489889979362488, + "-": 0.4508282542228699 + }, + "id": "tp_11622" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1452753, + "label": "P", + "classification": { + "B": 5.270709979576793e-10, + "S": 1.271730276641847e-09, + "I": 4.454762893146835e-05, + "C": 8.390058425788993e-09, + "R": 1.511658020980633e-09, + "M": 6.69462618674288e-09, + "O": 1.267894500500688e-08, + "W": 5.006262071560741e-10, + "N": 1.164350123872282e-06, + "Y": 1.0149435638595605e-06, + "U": 4.049179325171792e-10, + "K": 2.149237943172011e-08, + "L": 1.5304391087767044e-10, + "G": 2.2231847651710268e-07, + "F": 1.3325750842341222e-05, + "E": 3.913939508493058e-06, + "T": 6.295405228229356e-07, + "P": 0.9704946279525757, + "-": 0.02944052405655384 + }, + "id": "tp_11623" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1452886, + "label": "-", + "classification": { + "B": 1.7659965156902047e-10, + "S": 6.649440553729846e-09, + "I": 2.3705491969394643e-07, + "C": 2.2578385028282355e-07, + "R": 3.7534082508727806e-08, + "M": 1.905460339912679e-05, + "O": 1.336850800726097e-06, + "W": 3.787067992533366e-09, + "N": 2.7905879829148716e-09, + "Y": 0.00014221506717149168, + "U": 1.3173000190658257e-10, + "K": 1.9782165239234928e-08, + "L": 1.0775752201652722e-07, + "G": 4.855717997997999e-05, + "F": 0.00173996202647686, + "E": 9.295043810197967e-07, + "T": 0.00011057545634685084, + "P": 0.0011945116566494107, + "-": 0.9967421889305115 + }, + "id": "tp_11624" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1453020, + "label": "-", + "classification": { + "B": 1.1754051065793192e-08, + "S": 1.1523673570934534e-08, + "I": 8.067158052682544e-10, + "C": 2.0940347233988632e-09, + "R": 4.3126084925404484e-09, + "M": 1.3208241398388054e-06, + "O": 7.697130968153942e-07, + "W": 1.1057710302964097e-09, + "N": 2.8247367552663993e-12, + "Y": 3.306383950985037e-05, + "U": 2.910874395255919e-13, + "K": 4.619469412027455e-13, + "L": 2.450321119340515e-07, + "G": 6.949499493202893e-06, + "F": 0.0006541438633576035, + "E": 1.997136012121814e-09, + "T": 7.796330464771017e-06, + "P": 2.807954660966061e-05, + "-": 0.9992675185203552 + }, + "id": "tp_11625" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1453153, + "label": "-", + "classification": { + "B": 5.364562412069063e-07, + "S": 7.519982773374068e-06, + "I": 0.00015071812958922237, + "C": 0.0002879275125451386, + "R": 5.658622831106186e-05, + "M": 0.0012347334995865822, + "O": 0.00027665289235301316, + "W": 6.351384854497155e-06, + "N": 1.5801972040208057e-05, + "Y": 0.14702993631362915, + "U": 1.2399146953612217e-07, + "K": 0.00200789887458086, + "L": 8.34750335343415e-06, + "G": 0.018882393836975098, + "F": 0.04017581790685654, + "E": 0.0005139600252732635, + "T": 0.008270849473774433, + "P": 0.003036213107407093, + "-": 0.7780377864837646 + }, + "id": "tp_11626" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1453253, + "label": "-", + "classification": { + "B": 1.010813684843015e-05, + "S": 6.391196075128391e-05, + "I": 2.4257182303699665e-05, + "C": 1.3431521438178606e-05, + "R": 2.690355131562683e-06, + "M": 0.0003728344745468348, + "O": 0.0001071631268132478, + "W": 5.632096872432157e-06, + "N": 4.634405286196852e-06, + "Y": 0.0019552463199943304, + "U": 1.5714080348061543e-07, + "K": 5.535491254704539e-06, + "L": 2.6157124011660926e-05, + "G": 0.0015769884921610355, + "F": 0.18148180842399597, + "E": 0.00039294216549023986, + "T": 0.00112125463783741, + "P": 0.04867619648575783, + "-": 0.764159083366394 + }, + "id": "tp_11627" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1453387, + "label": "-", + "classification": { + "B": 4.838095257753139e-09, + "S": 7.761580604892515e-07, + "I": 2.3094132473033824e-07, + "C": 4.7271257130887534e-07, + "R": 7.49126684240764e-07, + "M": 0.0004981361562386155, + "O": 3.3885047741932794e-05, + "W": 4.2316230519645615e-08, + "N": 1.0329269661824014e-09, + "Y": 0.058506619185209274, + "U": 6.599298798398712e-12, + "K": 2.4340465198946504e-09, + "L": 4.657436875277199e-06, + "G": 0.0022132722660899162, + "F": 0.010617063380777836, + "E": 2.8929372319908e-07, + "T": 0.0076364013366401196, + "P": 1.0851371371245477e-05, + "-": 0.920476496219635 + }, + "id": "tp_11628" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1453520, + "label": "-", + "classification": { + "B": 1.25883747870148e-11, + "S": 1.7453362088915014e-09, + "I": 1.2628188494900883e-09, + "C": 2.7243077127536708e-08, + "R": 3.980237028855527e-09, + "M": 3.589001607906539e-06, + "O": 1.8868776407998666e-07, + "W": 9.687534802127473e-11, + "N": 6.719270105592923e-12, + "Y": 0.00019318256818223745, + "U": 1.2415200432384227e-13, + "K": 3.9977476190555805e-11, + "L": 4.120472496538241e-08, + "G": 3.986722367699258e-05, + "F": 0.006782445590943098, + "E": 1.993857345894412e-08, + "T": 2.6096364308614284e-05, + "P": 2.647101973707322e-05, + "-": 0.9929280877113342 + }, + "id": "tp_11629" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1453654, + "label": "-", + "classification": { + "B": 1.834256977417681e-07, + "S": 8.313557373185176e-06, + "I": 4.3490977986948565e-05, + "C": 1.711067852738779e-05, + "R": 1.083328970707953e-05, + "M": 0.0003313924535177648, + "O": 0.00011506825831020251, + "W": 3.942146122426493e-06, + "N": 2.935762950073695e-06, + "Y": 0.018430069088935852, + "U": 1.4383346069735126e-07, + "K": 2.007916191359982e-05, + "L": 8.04925093689235e-06, + "G": 0.0008663083426654339, + "F": 0.01663718931376934, + "E": 4.3921001633862033e-05, + "T": 0.00517498143017292, + "P": 0.004620300140231848, + "-": 0.9536656737327576 + }, + "id": "tp_11630" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1453754, + "label": "-", + "classification": { + "B": 8.179539889852094e-08, + "S": 4.00297096803115e-07, + "I": 3.8010469438631844e-08, + "C": 6.598811097546786e-08, + "R": 9.596672612133261e-08, + "M": 3.321160329505801e-05, + "O": 2.6399071430205368e-05, + "W": 8.892958902606551e-08, + "N": 7.165147919430126e-10, + "Y": 0.000968138687312603, + "U": 6.838372229589496e-11, + "K": 1.0448513582117513e-10, + "L": 1.8265526477989624e-06, + "G": 4.224760050419718e-05, + "F": 0.000530398334376514, + "E": 1.645961056340184e-08, + "T": 0.00034559855703264475, + "P": 0.00013645914441440254, + "-": 0.9979148507118225 + }, + "id": "tp_11631" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1453887, + "label": "-", + "classification": { + "B": 2.2377781405680253e-08, + "S": 2.5065464370754853e-08, + "I": 2.2914826331543736e-05, + "C": 4.164542133366922e-07, + "R": 1.6558517756948277e-07, + "M": 4.751833330374211e-06, + "O": 1.089463580683514e-06, + "W": 2.499003848299708e-08, + "N": 2.4286811139972997e-07, + "Y": 0.00046847661724314094, + "U": 1.8347721120193228e-09, + "K": 6.682265620838734e-07, + "L": 5.2573373210407226e-08, + "G": 0.0001284138998016715, + "F": 0.004658060614019632, + "E": 5.147518095327541e-05, + "T": 0.00011300315236439928, + "P": 0.01728380285203457, + "-": 0.9772663116455078 + }, + "id": "tp_11632" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1454021, + "label": "-", + "classification": { + "B": 7.75905300542945e-06, + "S": 7.730075594736263e-05, + "I": 8.59041335843358e-08, + "C": 6.911095169925829e-06, + "R": 2.816180494846776e-05, + "M": 0.005677681881934404, + "O": 0.007326977793127298, + "W": 8.968099791673012e-06, + "N": 1.380285774565948e-09, + "Y": 0.00166800688020885, + "U": 9.905951059430151e-11, + "K": 1.858569895207829e-11, + "L": 0.006866032723337412, + "G": 0.005000237841159105, + "F": 0.009913362562656403, + "E": 2.023185032840047e-07, + "T": 0.0011327187530696392, + "P": 1.802046062948648e-05, + "-": 0.9622675776481628 + }, + "id": "tp_11633" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1454154, + "label": "-", + "classification": { + "B": 1.083125256151618e-09, + "S": 7.94579513296867e-09, + "I": 7.458513664460042e-07, + "C": 9.262303137802519e-07, + "R": 2.739618878422334e-07, + "M": 1.2143776075390633e-05, + "O": 2.0209786271152552e-06, + "W": 6.723639867090014e-09, + "N": 1.115787018335368e-08, + "Y": 0.0009933263063430786, + "U": 1.569806062917678e-09, + "K": 7.2784791527169546e-09, + "L": 2.0425687807801296e-07, + "G": 3.0230079573811963e-05, + "F": 0.0006167212268337607, + "E": 3.9603250456821115e-07, + "T": 0.00025486655067652464, + "P": 0.0016843106132000685, + "-": 0.9964038133621216 + }, + "id": "tp_11634" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1454254, + "label": "-", + "classification": { + "B": 8.165924825220827e-09, + "S": 8.861077844812826e-07, + "I": 5.124570816406049e-05, + "C": 2.1062296582385898e-06, + "R": 2.6627724309946643e-06, + "M": 0.00048603303730487823, + "O": 2.842466528818477e-05, + "W": 2.1795131033286452e-07, + "N": 3.5010813803637575e-07, + "Y": 0.1236814484000206, + "U": 2.7010200742694224e-09, + "K": 1.8234886738355272e-06, + "L": 1.014994040815509e-06, + "G": 0.0008052695775404572, + "F": 0.00332849333062768, + "E": 5.6749336181383114e-06, + "T": 0.021071581169962883, + "P": 0.0002859364321921021, + "-": 0.8502467274665833 + }, + "id": "tp_11635" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1454388, + "label": "-", + "classification": { + "B": 9.033366943356214e-09, + "S": 5.978018080554648e-09, + "I": 4.635644401673744e-08, + "C": 1.0202906297607228e-09, + "R": 7.24731941126322e-10, + "M": 2.971405137941474e-06, + "O": 4.803495698979532e-07, + "W": 7.001402790862699e-10, + "N": 1.584140318922067e-10, + "Y": 7.769865078444127e-06, + "U": 2.838499400803496e-12, + "K": 1.931594641180201e-12, + "L": 3.709572737875533e-08, + "G": 1.3496015753844404e-06, + "F": 9.408789628650993e-05, + "E": 5.492650601013338e-08, + "T": 1.2551550753414631e-05, + "P": 0.0008565857424400747, + "-": 0.9990240335464478 + }, + "id": "tp_11636" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1454521, + "label": "-", + "classification": { + "B": 4.2455272364350094e-07, + "S": 7.480037993445876e-07, + "I": 6.227014091564342e-05, + "C": 4.576929768518312e-06, + "R": 3.904955519828945e-06, + "M": 0.0003511716495268047, + "O": 5.4064203141024336e-05, + "W": 4.834033120459935e-07, + "N": 6.408996000573097e-07, + "Y": 0.005360865034162998, + "U": 4.446667389856884e-08, + "K": 8.716969546185283e-08, + "L": 5.241699000180233e-06, + "G": 0.0003167212998960167, + "F": 0.0007066852413117886, + "E": 5.0983676374016795e-06, + "T": 0.006431473884731531, + "P": 0.003049315884709358, + "-": 0.9836462736129761 + }, + "id": "tp_11637" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1454655, + "label": "-", + "classification": { + "B": 6.633639859643381e-09, + "S": 7.540427304775221e-07, + "I": 4.4842777242593e-06, + "C": 2.0649936516292655e-07, + "R": 1.3264838116811006e-07, + "M": 3.594873123802245e-05, + "O": 1.1530969459272455e-05, + "W": 1.0060952604362683e-07, + "N": 1.6179549788830627e-07, + "Y": 0.0025529833510518074, + "U": 4.336692394080188e-10, + "K": 4.0539686096963123e-07, + "L": 6.382457939935193e-08, + "G": 3.614219167502597e-05, + "F": 0.0006889151409268379, + "E": 1.175945726572536e-06, + "T": 0.0022602782119065523, + "P": 0.001522633247077465, + "-": 0.9928840398788452 + }, + "id": "tp_11638" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1454755, + "label": "-", + "classification": { + "B": 4.062354491907172e-06, + "S": 6.743316589563619e-06, + "I": 0.0003611348511185497, + "C": 3.4368520118732704e-06, + "R": 1.998006382564199e-06, + "M": 0.00025334605015814304, + "O": 6.315851351246238e-05, + "W": 2.068270987365395e-06, + "N": 1.084926952898968e-05, + "Y": 0.0029612588696181774, + "U": 1.9044583154936845e-07, + "K": 5.348627496459812e-07, + "L": 4.818615252588643e-06, + "G": 0.00036880673724226654, + "F": 0.00172305793967098, + "E": 9.950975800165907e-05, + "T": 0.0027981342282146215, + "P": 0.10734997689723969, + "-": 0.8839868903160095 + }, + "id": "tp_11639" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1454888, + "label": "-", + "classification": { + "B": 3.684719018792748e-08, + "S": 4.5990412900209776e-07, + "I": 4.361460469226586e-06, + "C": 1.3598488294519484e-05, + "R": 3.5002028653252637e-06, + "M": 0.0017338742036372423, + "O": 7.61820629122667e-05, + "W": 7.971808457796214e-08, + "N": 1.8950023772390523e-08, + "Y": 0.049302827566862106, + "U": 1.03680375396209e-09, + "K": 5.706109362790812e-09, + "L": 4.796497159986757e-05, + "G": 0.005924296099692583, + "F": 0.0032721874304115772, + "E": 2.476955387464841e-06, + "T": 0.009071661159396172, + "P": 0.00017829597345553339, + "-": 0.930368185043335 + }, + "id": "tp_11640" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1455022, + "label": "-", + "classification": { + "B": 1.1807405053687603e-09, + "S": 1.2251500436377682e-07, + "I": 9.714077577882563e-07, + "C": 2.8054208200956054e-07, + "R": 1.3333216486444144e-07, + "M": 5.1259648898849264e-05, + "O": 3.6613307656807592e-06, + "W": 1.2593304177244136e-08, + "N": 1.4393751079921913e-08, + "Y": 0.013368788175284863, + "U": 1.7137348484741466e-10, + "K": 4.9621821318623915e-08, + "L": 1.8542894508755126e-07, + "G": 0.00022530856949742883, + "F": 0.005492544267326593, + "E": 5.086277496957337e-07, + "T": 0.0028599537909030914, + "P": 0.0003997460298705846, + "-": 0.9775965213775635 + }, + "id": "tp_11641" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1455155, + "label": "Y", + "classification": { + "B": 1.510097860091264e-07, + "S": 0.000496741384267807, + "I": 0.0002173592511098832, + "C": 1.9789085854426958e-06, + "R": 3.2983273285935866e-06, + "M": 0.0028064886573702097, + "O": 0.0007605138816870749, + "W": 2.0440142179722898e-05, + "N": 1.8648857803782448e-05, + "Y": 0.4299289584159851, + "U": 2.550900379816312e-09, + "K": 5.651777610182762e-05, + "L": 4.7066514525795355e-06, + "G": 0.0029747069347649813, + "F": 0.022384649142622948, + "E": 2.7781230528489687e-05, + "T": 0.24288779497146606, + "P": 0.0004510872531682253, + "-": 0.29695823788642883 + }, + "id": "tp_11642" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1455255, + "label": "-", + "classification": { + "B": 1.1242228481478378e-07, + "S": 4.852881261285802e-07, + "I": 5.846229669259628e-06, + "C": 6.989347980379534e-07, + "R": 6.45876014004898e-07, + "M": 0.0005705845542252064, + "O": 3.142796049360186e-05, + "W": 7.989751082959629e-08, + "N": 3.149235894284175e-08, + "Y": 0.03021659329533577, + "U": 1.0603320443891562e-09, + "K": 2.1932855531758833e-08, + "L": 2.906781674028025e-06, + "G": 0.000863719847984612, + "F": 0.0007503619999624789, + "E": 1.436301545254537e-06, + "T": 0.004734767135232687, + "P": 0.0003510778769850731, + "-": 0.9624691605567932 + }, + "id": "tp_11643" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1455389, + "label": "-", + "classification": { + "B": 5.712588180273315e-10, + "S": 5.479888987025561e-09, + "I": 1.9619064062226244e-07, + "C": 2.7913313260796713e-07, + "R": 4.843919896302396e-07, + "M": 8.844055264489725e-05, + "O": 1.1631728739303071e-05, + "W": 5.12491515891611e-09, + "N": 4.107965356769938e-10, + "Y": 0.0004996688803657889, + "U": 3.35160718623051e-11, + "K": 2.0431874508258785e-12, + "L": 4.882770099357003e-06, + "G": 4.8874830099521205e-05, + "F": 0.00016903025971259922, + "E": 3.3367058449584874e-08, + "T": 0.00046137708704918623, + "P": 0.00012771892943419516, + "-": 0.9985872507095337 + }, + "id": "tp_11644" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1455522, + "label": "-", + "classification": { + "B": 3.729526756868218e-11, + "S": 1.584047754077389e-10, + "I": 3.4924678704584267e-09, + "C": 8.385867694693516e-11, + "R": 5.805528367069934e-12, + "M": 3.475027199328906e-08, + "O": 8.102377435648123e-09, + "W": 3.957080496608256e-11, + "N": 1.3969578271932903e-10, + "Y": 5.301215423969552e-06, + "U": 1.1752741791923316e-12, + "K": 6.560112453257716e-10, + "L": 4.639028744479745e-11, + "G": 1.7191571544117323e-07, + "F": 0.0001430118572898209, + "E": 1.7945396280083514e-07, + "T": 4.316558261052705e-06, + "P": 0.005013067275285721, + "-": 0.9948339462280273 + }, + "id": "tp_11645" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1455656, + "label": "-", + "classification": { + "B": 2.4151705635411247e-10, + "S": 3.691132122174423e-11, + "I": 1.1470402796476264e-06, + "C": 2.941406229695076e-08, + "R": 2.4432962320020124e-09, + "M": 5.574555075327225e-07, + "O": 1.5046202506141526e-08, + "W": 3.140675913781976e-11, + "N": 1.168364183179449e-09, + "Y": 4.920884020975791e-05, + "U": 4.373682319092076e-11, + "K": 2.510086860585403e-10, + "L": 1.5324090885115993e-09, + "G": 6.03533408138901e-06, + "F": 3.615682362578809e-05, + "E": 1.101278485293733e-06, + "T": 9.816523743211292e-06, + "P": 0.009776393882930279, + "-": 0.9901195764541626 + }, + "id": "tp_11646" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1455756, + "label": "-", + "classification": { + "B": 1.2665189785820985e-07, + "S": 2.0484662854869384e-06, + "I": 1.5569272363791242e-05, + "C": 3.5910070437239483e-06, + "R": 7.353410182986408e-07, + "M": 8.324190275743604e-05, + "O": 9.126736586040352e-06, + "W": 1.7955669306957134e-07, + "N": 5.381630217016209e-07, + "Y": 0.02094595693051815, + "U": 1.397320925633494e-09, + "K": 2.226511014669086e-06, + "L": 3.075999472912372e-07, + "G": 0.0005851549212820828, + "F": 0.028406700119376183, + "E": 4.625612928066403e-05, + "T": 0.0021751064341515303, + "P": 0.0032966609578579664, + "-": 0.944426417350769 + }, + "id": "tp_11647" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1455889, + "label": "-", + "classification": { + "B": 0.00014540343545377254, + "S": 0.00018967366486322135, + "I": 0.0016380680026486516, + "C": 0.0007654725923202932, + "R": 0.00027412796043790877, + "M": 0.008713464252650738, + "O": 0.0018507740460336208, + "W": 0.0001313861139351502, + "N": 7.934065070003271e-05, + "Y": 0.009170331992208958, + "U": 2.175547524529975e-05, + "K": 7.1988674790191e-06, + "L": 0.0007965571130625904, + "G": 0.0035172116477042437, + "F": 0.008278646506369114, + "E": 0.0006921096355654299, + "T": 0.011777902953326702, + "P": 0.0377352312207222, + "-": 0.9142153859138489 + }, + "id": "tp_11648" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1456023, + "label": "-", + "classification": { + "B": 6.213956282863364e-08, + "S": 1.579728170497674e-08, + "I": 1.3508879419532605e-05, + "C": 5.006559717912751e-07, + "R": 5.5613430305356815e-08, + "M": 4.602019998856122e-06, + "O": 1.1232000360905658e-06, + "W": 1.3434880763441015e-08, + "N": 8.64926903432206e-08, + "Y": 6.438312266254798e-05, + "U": 2.5758708499523664e-09, + "K": 4.798950570261695e-09, + "L": 9.679740031742767e-08, + "G": 6.380606919265119e-06, + "F": 0.0003676870546769351, + "E": 3.51817880073213e-06, + "T": 2.0226209016982466e-05, + "P": 0.04185726121068001, + "-": 0.9576604962348938 + }, + "id": "tp_11649" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1456156, + "label": "-", + "classification": { + "B": 7.396714863716625e-06, + "S": 3.024118450412061e-05, + "I": 0.0001361766626359895, + "C": 0.0001623700954951346, + "R": 8.019847882678732e-05, + "M": 0.0011482513509690762, + "O": 0.0004844876239076257, + "W": 2.0255316485418007e-05, + "N": 8.95190351002384e-06, + "Y": 0.007518278434872627, + "U": 2.0134184524067678e-06, + "K": 7.781242857163306e-06, + "L": 9.0563073172234e-05, + "G": 0.0015921652084216475, + "F": 0.011927212588489056, + "E": 0.00012166921806056052, + "T": 0.0038433184381574392, + "P": 0.017956996336579323, + "-": 0.954861581325531 + }, + "id": "tp_11650" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1456256, + "label": "Y", + "classification": { + "B": 3.532158743269065e-08, + "S": 9.121332368522417e-06, + "I": 0.002819288754835725, + "C": 5.630788109556306e-06, + "R": 5.611987035081256e-06, + "M": 8.539555710740387e-05, + "O": 4.8926754971034825e-05, + "W": 2.8282991024752846e-06, + "N": 0.00013354553084354848, + "Y": 0.8529423475265503, + "U": 4.227163952208457e-09, + "K": 0.003018576418980956, + "L": 7.321281003669355e-08, + "G": 0.003992809914052486, + "F": 0.003624497912824154, + "E": 0.00026765570510178804, + "T": 0.033125657588243484, + "P": 0.0013151527382433414, + "-": 0.09860274940729141 + }, + "id": "tp_11651" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1456390, + "label": "-", + "classification": { + "B": 2.1119822122273035e-06, + "S": 4.926602196064778e-05, + "I": 1.9041714040213265e-05, + "C": 2.3995393348741345e-05, + "R": 6.516651410493068e-06, + "M": 0.0005087205790914595, + "O": 0.00021201047638896853, + "W": 1.70180883287685e-05, + "N": 6.513477273983881e-06, + "Y": 0.009747037664055824, + "U": 2.1374633263349097e-07, + "K": 0.0013371786335483193, + "L": 1.367951790598454e-05, + "G": 0.004772854503244162, + "F": 0.1956774890422821, + "E": 0.0009726446587592363, + "T": 0.0035101149696856737, + "P": 0.005252982955425978, + "-": 0.7778705954551697 + }, + "id": "tp_11652" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1456523, + "label": "-", + "classification": { + "B": 1.5372857831152942e-07, + "S": 6.624353545703343e-07, + "I": 4.507078301685397e-06, + "C": 1.1023339538951404e-06, + "R": 4.4500916374090593e-07, + "M": 0.00010304193710908294, + "O": 1.3478434084390756e-05, + "W": 1.762305288366406e-07, + "N": 1.0643483250305508e-07, + "Y": 0.0004304723988752812, + "U": 9.194082828400951e-09, + "K": 3.743754106722008e-08, + "L": 2.409788521617884e-06, + "G": 7.977536733960733e-05, + "F": 0.005043336655944586, + "E": 9.763647540239617e-06, + "T": 0.00032503323745913804, + "P": 0.006290093995630741, + "-": 0.9876954555511475 + }, + "id": "tp_11653" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1456657, + "label": "-", + "classification": { + "B": 1.5578822676332038e-09, + "S": 3.4909454882381397e-08, + "I": 5.101201168145053e-07, + "C": 1.7543133026265423e-06, + "R": 5.525495794245217e-07, + "M": 2.2747612092643976e-05, + "O": 1.0789673979161307e-05, + "W": 1.7947170860566075e-08, + "N": 3.120250058330498e-09, + "Y": 0.0011101008858531713, + "U": 7.055444423142987e-11, + "K": 1.7326970969122613e-09, + "L": 5.227873316471232e-07, + "G": 8.610860095359385e-05, + "F": 0.000494041305501014, + "E": 1.0738931166542898e-07, + "T": 0.000324452092172578, + "P": 0.00022577964409720153, + "-": 0.9977225661277771 + }, + "id": "tp_11654" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1456757, + "label": "-", + "classification": { + "B": 4.4407750046659977e-13, + "S": 1.7500338201151266e-12, + "I": 4.292638422498385e-08, + "C": 1.2196642584783035e-09, + "R": 2.9294724979145315e-10, + "M": 7.136207358371394e-08, + "O": 5.090626142845167e-09, + "W": 3.645950728825564e-12, + "N": 1.383763069406907e-11, + "Y": 2.060738779618987e-06, + "U": 5.015040574658791e-13, + "K": 1.7425652392398516e-13, + "L": 1.2250585268436254e-10, + "G": 9.497477293507472e-08, + "F": 4.818649358639959e-06, + "E": 1.4712772111735717e-09, + "T": 2.511515049263835e-06, + "P": 0.0012652325676754117, + "-": 0.9987251162528992 + }, + "id": "tp_11655" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1456890, + "label": "-", + "classification": { + "B": 4.116701802558964e-06, + "S": 0.000200826718355529, + "I": 5.135853643878363e-05, + "C": 5.894299647479784e-06, + "R": 8.529889782948885e-06, + "M": 0.0006918125436641276, + "O": 0.0008841382805258036, + "W": 2.3682889150222763e-05, + "N": 6.006680905557005e-06, + "Y": 0.017870856449007988, + "U": 3.7238997663280315e-08, + "K": 1.3887165550841019e-05, + "L": 2.551071156631224e-05, + "G": 0.0023479994852095842, + "F": 0.02082245424389839, + "E": 3.8083671825006604e-05, + "T": 0.014449123293161392, + "P": 0.005156220402568579, + "-": 0.9373995065689087 + }, + "id": "tp_11656" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1457024, + "label": "F", + "classification": { + "B": 4.0769023712528e-09, + "S": 3.1561634386889637e-05, + "I": 1.541561402973457e-07, + "C": 3.857900992443319e-06, + "R": 1.6956328181549907e-06, + "M": 0.002109189983457327, + "O": 0.0006725123967044055, + "W": 9.61727209869423e-07, + "N": 2.522597064569254e-08, + "Y": 0.22801423072814941, + "U": 3.907970821948048e-11, + "K": 1.0447830391058233e-05, + "L": 5.491946649271995e-05, + "G": 0.09801111370325089, + "F": 0.3786157965660095, + "E": 3.591185304685496e-06, + "T": 0.03370494768023491, + "P": 6.177149771247059e-06, + "-": 0.2587587833404541 + }, + "id": "tp_11657" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1457157, + "label": "-", + "classification": { + "B": 2.0394593036598962e-07, + "S": 1.077756110134942e-06, + "I": 6.184257017594064e-06, + "C": 1.0436251614009961e-06, + "R": 5.784006589237833e-07, + "M": 0.0003508391382638365, + "O": 2.4630578991491348e-05, + "W": 1.203074475597532e-07, + "N": 4.798602049049805e-08, + "Y": 0.0013036505552008748, + "U": 2.321903336266473e-09, + "K": 1.9815642460230265e-09, + "L": 9.318031516158953e-06, + "G": 0.0002774322347249836, + "F": 0.0026495284400880337, + "E": 3.878433290083194e-06, + "T": 0.0011163972085341811, + "P": 0.0018706461414694786, + "-": 0.9923843741416931 + }, + "id": "tp_11658" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1457257, + "label": "-", + "classification": { + "B": 1.4643092072219588e-06, + "S": 4.333425749791786e-05, + "I": 0.0005308723193593323, + "C": 4.966520646121353e-05, + "R": 4.2558716813800856e-05, + "M": 0.0011716780718415976, + "O": 0.0003980916226282716, + "W": 1.6930529454839416e-05, + "N": 3.0204017093637958e-05, + "Y": 0.03637104481458664, + "U": 7.587294703625957e-07, + "K": 1.5430454368470237e-05, + "L": 1.2469273315218743e-05, + "G": 0.0006002969457767904, + "F": 0.00203298544511199, + "E": 5.811148730572313e-05, + "T": 0.025671212002635002, + "P": 0.010362066328525543, + "-": 0.9225909113883972 + }, + "id": "tp_11659" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1457391, + "label": "-", + "classification": { + "B": 1.2921174352698017e-08, + "S": 1.7343911167699844e-05, + "I": 1.497263042438135e-07, + "C": 1.7821428173192544e-06, + "R": 5.566679419644061e-07, + "M": 0.0006938547012396157, + "O": 0.00012073875404894352, + "W": 1.915390299700448e-07, + "N": 2.7695301607622014e-09, + "Y": 0.03380743786692619, + "U": 1.1295118486354117e-12, + "K": 8.100899506757742e-09, + "L": 9.458072781853843e-06, + "G": 0.009400387294590473, + "F": 0.13856241106987, + "E": 9.822517768043326e-07, + "T": 0.006683534476906061, + "P": 1.4283007658377755e-05, + "-": 0.8106868267059326 + }, + "id": "tp_11660" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1457524, + "label": "-", + "classification": { + "B": 2.4501983775238045e-11, + "S": 5.394656249491092e-11, + "I": 1.3397951761362492e-06, + "C": 1.133978102529909e-07, + "R": 3.728990893847595e-09, + "M": 8.471149470778983e-08, + "O": 1.6946952285934458e-08, + "W": 1.4579414064908036e-10, + "N": 9.921015120539778e-09, + "Y": 1.0375329111411702e-05, + "U": 3.027393891130714e-10, + "K": 1.0548483864170066e-08, + "L": 3.2296587626490236e-10, + "G": 5.73051408991887e-07, + "F": 7.795580313540995e-05, + "E": 1.29597719933372e-06, + "T": 3.1545494039164623e-06, + "P": 0.04087842255830765, + "-": 0.9590265154838562 + }, + "id": "tp_11661" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1457658, + "label": "-", + "classification": { + "B": 4.49463257723437e-08, + "S": 6.352075160975801e-06, + "I": 0.00021832346101291478, + "C": 2.129919084836729e-05, + "R": 8.235317181970458e-06, + "M": 0.00019445258658379316, + "O": 9.523284825263545e-05, + "W": 2.589909627204179e-06, + "N": 1.907412843138445e-05, + "Y": 0.08569284528493881, + "U": 1.1513733255696934e-07, + "K": 0.00011363127850927413, + "L": 8.7565427975278e-07, + "G": 0.000997473718598485, + "F": 0.007677185349166393, + "E": 4.897242251900025e-05, + "T": 0.012677090242505074, + "P": 0.0070741428062319756, + "-": 0.8851521611213684 + }, + "id": "tp_11662" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1457758, + "label": "-", + "classification": { + "B": 8.681429186641054e-11, + "S": 1.9537706563710344e-08, + "I": 1.3053154113151777e-08, + "C": 1.1533527022322687e-08, + "R": 2.541061583372084e-09, + "M": 3.605986194088473e-06, + "O": 3.7139881214898196e-07, + "W": 1.099197843856814e-09, + "N": 1.3686073108143404e-10, + "Y": 0.00039808001019991934, + "U": 1.0920034407974066e-12, + "K": 9.471665673999041e-10, + "L": 9.942104028937138e-09, + "G": 8.067414455581456e-06, + "F": 0.0016332893865182996, + "E": 8.398773587714459e-08, + "T": 8.769861597102135e-05, + "P": 7.534692122135311e-05, + "-": 0.9977935552597046 + }, + "id": "tp_11663" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1457891, + "label": "-", + "classification": { + "B": 1.208261778629094e-06, + "S": 1.251242224498128e-06, + "I": 7.086147888912819e-06, + "C": 7.626566457474837e-06, + "R": 6.649593160545919e-06, + "M": 0.00016013329150155187, + "O": 0.00010903782094828784, + "W": 1.5247751434799284e-06, + "N": 8.260082040578709e-08, + "Y": 0.0003172221186105162, + "U": 3.988467511817362e-08, + "K": 1.0243036641099934e-08, + "L": 1.7060809113900177e-05, + "G": 8.124428859446198e-05, + "F": 0.0006932917749509215, + "E": 1.0946886277451995e-06, + "T": 0.0003101695911027491, + "P": 0.001743184868246317, + "-": 0.9965420365333557 + }, + "id": "tp_11664" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1458025, + "label": "-", + "classification": { + "B": 2.1620611967421155e-09, + "S": 8.247138794104103e-07, + "I": 1.1234954655492402e-07, + "C": 9.119771129917353e-05, + "R": 1.6405689166276716e-05, + "M": 0.0007250219350680709, + "O": 0.0001006375314318575, + "W": 2.328369674842179e-07, + "N": 3.668003234480466e-09, + "Y": 0.012216813862323761, + "U": 3.229463918508202e-10, + "K": 3.5553745192373754e-07, + "L": 3.881476732203737e-05, + "G": 0.0075821965001523495, + "F": 0.031308144330978394, + "E": 1.63438403433247e-06, + "T": 0.0035484598483890295, + "P": 2.65650396613637e-05, + "-": 0.9443425536155701 + }, + "id": "tp_11665" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1458158, + "label": "Y", + "classification": { + "B": 4.6589104840677464e-07, + "S": 1.2242604498169385e-05, + "I": 0.0011042143451049924, + "C": 1.29946047309204e-05, + "R": 1.5887286281213164e-05, + "M": 0.0022012293338775635, + "O": 0.00021121442841831595, + "W": 2.2781796360504813e-06, + "N": 1.0904259397648275e-05, + "Y": 0.7862787246704102, + "U": 7.151068182054132e-09, + "K": 2.048961050604703e-06, + "L": 4.608382369042374e-06, + "G": 0.005025214981287718, + "F": 0.0004450660781003535, + "E": 1.6065305317169987e-05, + "T": 0.1380806565284729, + "P": 8.345598325831816e-05, + "-": 0.06649279594421387 + }, + "id": "tp_11666" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1458258, + "label": "-", + "classification": { + "B": 4.968579787600902e-07, + "S": 0.00010703226871555671, + "I": 0.0006426920299418271, + "C": 0.00046912991092540324, + "R": 0.00031757724354974926, + "M": 0.0016496980097144842, + "O": 0.00146473350469023, + "W": 5.390632577473298e-05, + "N": 4.566218194668181e-05, + "Y": 0.3199367821216583, + "U": 3.4451352348696673e-07, + "K": 0.0001311624509980902, + "L": 4.854149301536381e-05, + "G": 0.008597095496952534, + "F": 0.019084088504314423, + "E": 4.575529237627052e-05, + "T": 0.07008493691682816, + "P": 0.0022765323519706726, + "-": 0.5750439167022705 + }, + "id": "tp_11667" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1458392, + "label": "-", + "classification": { + "B": 4.49756917078048e-05, + "S": 0.0006814804510213435, + "I": 0.00437054131180048, + "C": 0.0022468939423561096, + "R": 0.001320486655458808, + "M": 0.009771294891834259, + "O": 0.0037437789142131805, + "W": 0.00034605772816576064, + "N": 0.0004064866516273469, + "Y": 0.2172594964504242, + "U": 1.9806853742920794e-05, + "K": 0.0009456651168875396, + "L": 0.0003858526761177927, + "G": 0.021871089935302734, + "F": 0.03641274943947792, + "E": 0.0008302000351250172, + "T": 0.08085209131240845, + "P": 0.010048789903521538, + "-": 0.6084422469139099 + }, + "id": "tp_11668" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1458525, + "label": "-", + "classification": { + "B": 3.573528886136046e-07, + "S": 6.556617222486238e-07, + "I": 3.9594957343069836e-05, + "C": 8.345285095856525e-06, + "R": 2.6567674922262086e-06, + "M": 4.8388690629508346e-05, + "O": 1.9543227608664893e-05, + "W": 7.557603680652392e-07, + "N": 2.359514610361657e-06, + "Y": 0.0008512219646945596, + "U": 3.213393995338265e-07, + "K": 5.034068180975737e-06, + "L": 1.5941632227622904e-06, + "G": 0.00012397526006679982, + "F": 0.004474104382097721, + "E": 8.036645886022598e-05, + "T": 0.0004378319135867059, + "P": 0.043645184487104416, + "-": 0.9502577185630798 + }, + "id": "tp_11669" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1458625, + "label": "-", + "classification": { + "B": 3.148453275869656e-09, + "S": 4.896897110029386e-09, + "I": 3.1481201290262106e-07, + "C": 5.456562348626903e-07, + "R": 1.283034691823559e-07, + "M": 1.8840282791643403e-05, + "O": 9.284315751756367e-07, + "W": 4.000155318095722e-09, + "N": 2.561305390003099e-09, + "Y": 0.00044970348244532943, + "U": 5.266613811727439e-10, + "K": 2.8740972268792575e-08, + "L": 8.79093846606338e-08, + "G": 3.412058140384033e-05, + "F": 0.0005968891782686114, + "E": 9.402908176525671e-07, + "T": 7.40347895771265e-05, + "P": 0.0007018580217845738, + "-": 0.9981215596199036 + }, + "id": "tp_11670" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1458759, + "label": "-", + "classification": { + "B": 1.3746694212633803e-13, + "S": 6.051219855057743e-12, + "I": 1.437911161666916e-11, + "C": 1.4828517580500744e-10, + "R": 7.865338241819231e-11, + "M": 2.0320476323831826e-06, + "O": 2.7095788723840997e-08, + "W": 7.895737557696292e-13, + "N": 7.165078805878439e-15, + "Y": 2.205460987170227e-05, + "U": 5.460870644738533e-16, + "K": 2.592783098138464e-15, + "L": 6.401608132478032e-09, + "G": 7.605165137647418e-07, + "F": 2.8863063562312163e-05, + "E": 1.7981931915711513e-11, + "T": 6.890862550790189e-06, + "P": 6.322014769466477e-07, + "-": 0.9999387264251709 + }, + "id": "tp_11671" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1458892, + "label": "-", + "classification": { + "B": 5.711108315153979e-07, + "S": 6.081484116293723e-07, + "I": 2.3873852228462056e-07, + "C": 2.8681497497018427e-06, + "R": 1.7897826865009847e-06, + "M": 0.00025807402562350035, + "O": 6.633106386289e-05, + "W": 2.517184611861012e-07, + "N": 2.2357511397785856e-09, + "Y": 0.0003771897463593632, + "U": 4.691567689896203e-10, + "K": 1.5877839321110088e-10, + "L": 3.23570056934841e-05, + "G": 0.00022379221627488732, + "F": 0.0011378919007256627, + "E": 2.5074857035178866e-07, + "T": 0.00020749354735016823, + "P": 0.0001294714747928083, + "-": 0.9975608587265015 + }, + "id": "tp_11672" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1459026, + "label": "-", + "classification": { + "B": 3.0860207971272757e-06, + "S": 3.585513331927359e-05, + "I": 2.531361133151222e-05, + "C": 5.766818139818497e-05, + "R": 6.10100214544218e-05, + "M": 0.01116183027625084, + "O": 0.0018883628072217107, + "W": 4.5010106077825185e-06, + "N": 2.1241761771761958e-07, + "Y": 0.04438741132616997, + "U": 6.344909042610425e-09, + "K": 1.0791428195489061e-08, + "L": 0.0012732241302728653, + "G": 0.011864343658089638, + "F": 0.005581934470683336, + "E": 8.92011394171277e-06, + "T": 0.01688329689204693, + "P": 0.00024244943051598966, + "-": 0.9065206050872803 + }, + "id": "tp_11673" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1459126, + "label": "-", + "classification": { + "B": 5.979127308819443e-05, + "S": 0.016117367893457413, + "I": 0.00047064386308193207, + "C": 5.030874672229402e-05, + "R": 9.492766548646614e-05, + "M": 0.0226184893399477, + "O": 0.016710760071873665, + "W": 0.0003277921350672841, + "N": 4.8876041546463966e-05, + "Y": 0.10620385408401489, + "U": 6.354076731440728e-08, + "K": 0.00012270161823835224, + "L": 0.001875214627943933, + "G": 0.11691835522651672, + "F": 0.2688950002193451, + "E": 0.0005067748134024441, + "T": 0.05318083614110947, + "P": 0.002260171342641115, + "-": 0.3935380280017853 + }, + "id": "tp_11674" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1459259, + "label": "-", + "classification": { + "B": 2.6975030209541728e-08, + "S": 6.009726121192216e-07, + "I": 1.2571987099363469e-05, + "C": 5.086847522761673e-06, + "R": 1.756941742314666e-06, + "M": 7.000151526881382e-05, + "O": 1.4979177649365738e-05, + "W": 3.1149187407208956e-07, + "N": 4.430005446920404e-07, + "Y": 0.004822457674890757, + "U": 2.7487029541362062e-08, + "K": 1.3817275430483278e-06, + "L": 1.4778772765566828e-06, + "G": 0.00026816900935955346, + "F": 0.008283289149403572, + "E": 1.2579267604451161e-05, + "T": 0.0010624771239235997, + "P": 0.00531704630702734, + "-": 0.980125367641449 + }, + "id": "tp_11675" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1459393, + "label": "-", + "classification": { + "B": 3.124044425928396e-11, + "S": 6.076451342096334e-08, + "I": 1.6526676915873395e-07, + "C": 1.1275949063360713e-08, + "R": 3.512302271246881e-08, + "M": 9.30292226257734e-05, + "O": 4.962724233337212e-06, + "W": 4.199233405444147e-09, + "N": 2.609362170780116e-10, + "Y": 0.00628487067297101, + "U": 1.652162347903774e-12, + "K": 2.6092475402528237e-10, + "L": 1.533171598566696e-07, + "G": 3.1894123821984977e-05, + "F": 0.00031927740201354027, + "E": 4.9313997330102666e-09, + "T": 0.0023283716291189194, + "P": 1.6065892850747332e-05, + "-": 0.990921139717102 + }, + "id": "tp_11676" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1459526, + "label": "-", + "classification": { + "B": 1.3004331549382186e-06, + "S": 1.5935063402139349e-06, + "I": 3.473026299616322e-05, + "C": 3.962454684369732e-06, + "R": 1.3068657835901831e-06, + "M": 0.00021609338000416756, + "O": 1.8857699615182355e-05, + "W": 4.688686203735415e-07, + "N": 1.463378794142045e-06, + "Y": 0.006031377241015434, + "U": 5.405635405963949e-08, + "K": 3.5012919852306368e-06, + "L": 3.6095457289775368e-06, + "G": 0.0016218377277255058, + "F": 0.009972233325242996, + "E": 0.0002758862392511219, + "T": 0.0014699037419632077, + "P": 0.010698700323700905, + "-": 0.9696431756019592 + }, + "id": "tp_11677" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1459626, + "label": "-", + "classification": { + "B": 2.0926062271886536e-10, + "S": 2.705812391923246e-07, + "I": 2.0333723682597338e-07, + "C": 2.951491353542224e-07, + "R": 2.334757169819568e-07, + "M": 0.00013043696526437998, + "O": 5.8017858464154415e-06, + "W": 1.4273996207236905e-08, + "N": 1.7148761299878856e-09, + "Y": 0.023797940462827682, + "U": 7.35458135364686e-12, + "K": 1.0782323300873031e-07, + "L": 5.269083658276941e-07, + "G": 0.0007573908078484237, + "F": 0.03347530588507652, + "E": 3.6705114325741306e-07, + "T": 0.0030485601164400578, + "P": 1.905644421640318e-05, + "-": 0.938763439655304 + }, + "id": "tp_11678" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1459760, + "label": "-", + "classification": { + "B": 8.617170310643019e-10, + "S": 1.0121666171869492e-08, + "I": 8.492708758467415e-09, + "C": 2.730809001150192e-07, + "R": 8.087404523848818e-08, + "M": 2.2716574221703922e-06, + "O": 3.801414152349025e-07, + "W": 1.1687172341012797e-09, + "N": 2.090452533298759e-10, + "Y": 0.00021368412126321346, + "U": 1.4849132340399862e-11, + "K": 3.7121361540215503e-09, + "L": 1.1041085912211202e-07, + "G": 0.00010987039422616363, + "F": 0.012646723538637161, + "E": 1.8208100982519682e-07, + "T": 6.033730096532963e-05, + "P": 0.0002429500309517607, + "-": 0.9867231249809265 + }, + "id": "tp_11679" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1459893, + "label": "-", + "classification": { + "B": 3.6653102597483667e-06, + "S": 2.6201800210401416e-05, + "I": 0.0006108940578997135, + "C": 0.0009591132402420044, + "R": 0.00035840386408381164, + "M": 0.0026877878699451685, + "O": 0.0002858641091734171, + "W": 1.2900477486255113e-05, + "N": 1.5109409105207305e-05, + "Y": 0.07069821655750275, + "U": 4.316995273256907e-06, + "K": 3.473254037089646e-05, + "L": 0.00017698558804113418, + "G": 0.007919695228338242, + "F": 0.018739476799964905, + "E": 0.00021330158051569015, + "T": 0.01882285811007023, + "P": 0.006984645035117865, + "-": 0.8714457154273987 + }, + "id": "tp_11680" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1460027, + "label": "-", + "classification": { + "B": 1.1915859658984118e-06, + "S": 9.32117472984828e-05, + "I": 0.0001368716184515506, + "C": 0.00027895724633708596, + "R": 7.614363130414858e-05, + "M": 0.000981510034762323, + "O": 0.0006135636940598488, + "W": 5.829538713442162e-05, + "N": 6.292374746408314e-05, + "Y": 0.030914200469851494, + "U": 3.1005874916445464e-06, + "K": 0.005278788972645998, + "L": 6.78357610013336e-05, + "G": 0.015858817845582962, + "F": 0.2889384329319, + "E": 0.0034432217944413424, + "T": 0.006434024777263403, + "P": 0.019458351656794548, + "-": 0.627300500869751 + }, + "id": "tp_11681" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1460127, + "label": "-", + "classification": { + "B": 6.951265163479547e-07, + "S": 5.933270585956052e-07, + "I": 7.126134005375206e-05, + "C": 3.434408426983282e-05, + "R": 9.118980415223632e-06, + "M": 0.00035658408887684345, + "O": 3.9466329326387495e-05, + "W": 3.8702756910424796e-07, + "N": 4.771173962581088e-07, + "Y": 0.008352655917406082, + "U": 1.9087035241227568e-07, + "K": 6.426427034966764e-08, + "L": 3.422771260375157e-05, + "G": 0.0020422120578587055, + "F": 0.002575778169557452, + "E": 1.928326310007833e-05, + "T": 0.0022704829461872578, + "P": 0.005635333713144064, + "-": 0.9785568118095398 + }, + "id": "tp_11682" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1460260, + "label": "-", + "classification": { + "B": 2.219980865802995e-09, + "S": 1.2286866990507406e-07, + "I": 9.378125469083898e-06, + "C": 5.649366698889935e-07, + "R": 3.041252227831137e-07, + "M": 4.9483318434795365e-05, + "O": 3.669578973131138e-06, + "W": 2.7195637741783685e-08, + "N": 7.641941834890531e-08, + "Y": 0.056786227971315384, + "U": 4.571352185678279e-10, + "K": 2.7768027166530374e-07, + "L": 4.694863875442934e-08, + "G": 0.00013681415293831378, + "F": 0.0007815783028490841, + "E": 1.618704231987067e-06, + "T": 0.004794290754944086, + "P": 0.00038944813422858715, + "-": 0.9370461106300354 + }, + "id": "tp_11683" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1460394, + "label": "-", + "classification": { + "B": 3.2069703593151644e-05, + "S": 0.0001267738116439432, + "I": 0.0001226691820193082, + "C": 0.0015030388021841645, + "R": 0.00038039032369852066, + "M": 0.020875506103038788, + "O": 0.003153488039970398, + "W": 2.2185686248121783e-05, + "N": 2.276207624163362e-06, + "Y": 0.04214659333229065, + "U": 3.329176365696185e-07, + "K": 3.242604407205363e-07, + "L": 0.004624990280717611, + "G": 0.04460180923342705, + "F": 0.024307705461978912, + "E": 9.46938234847039e-05, + "T": 0.014565473422408104, + "P": 0.001271614572033286, + "-": 0.8421681523323059 + }, + "id": "tp_11684" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1460527, + "label": "-", + "classification": { + "B": 3.647754169833206e-07, + "S": 6.492364832411113e-07, + "I": 8.313902071677148e-05, + "C": 5.073694410384633e-06, + "R": 1.0481379604243557e-06, + "M": 0.0009716483764350414, + "O": 5.0552225729916245e-05, + "W": 1.214773561741822e-07, + "N": 6.245159056561533e-07, + "Y": 0.08472924679517746, + "U": 1.385504710960106e-09, + "K": 6.689115252811462e-07, + "L": 8.22256765786733e-07, + "G": 0.004920295439660549, + "F": 0.0007817550213076174, + "E": 5.758558472734876e-05, + "T": 0.008660178631544113, + "P": 0.0006123058847151697, + "-": 0.8991238474845886 + }, + "id": "tp_11685" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1460627, + "label": "-", + "classification": { + "B": 0.00018953467952087522, + "S": 0.0005402660463005304, + "I": 2.9430590075207874e-05, + "C": 0.0004818590823560953, + "R": 0.0001907954429043457, + "M": 0.0029747707303613424, + "O": 0.0016635493375360966, + "W": 9.931565000442788e-05, + "N": 8.495577276335098e-06, + "Y": 0.01312550064176321, + "U": 1.1705000133588328e-06, + "K": 5.900283940718509e-05, + "L": 0.0009373787906952202, + "G": 0.023814374580979347, + "F": 0.424547404050827, + "E": 0.00039005730650387704, + "T": 0.004709754604846239, + "P": 0.0035390041302889585, + "-": 0.5226983428001404 + }, + "id": "tp_11686" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1460761, + "label": "Y", + "classification": { + "B": 1.3708413570956424e-10, + "S": 5.20689980021416e-07, + "I": 6.006620969856158e-05, + "C": 2.473171207384439e-06, + "R": 1.8543310034146998e-06, + "M": 4.144036574871279e-05, + "O": 1.9478506146697327e-05, + "W": 1.8422539938001137e-07, + "N": 6.938399224054592e-07, + "Y": 0.7700417637825012, + "U": 8.447521848697903e-11, + "K": 7.147382802941138e-06, + "L": 5.748436393560041e-08, + "G": 0.0013720246497541666, + "F": 0.002042948268353939, + "E": 1.811418655961461e-06, + "T": 0.025693614035844803, + "P": 4.5570537622552365e-05, + "-": 0.2006683200597763 + }, + "id": "tp_11687" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1460894, + "label": "-", + "classification": { + "B": 3.146450922031363e-08, + "S": 3.541141779805912e-07, + "I": 3.508944928398705e-06, + "C": 1.8235043626191327e-06, + "R": 1.167272102975403e-06, + "M": 0.0002228460944024846, + "O": 2.4005967134144157e-05, + "W": 5.687757820282968e-08, + "N": 1.5501671057904787e-08, + "Y": 0.01139330118894577, + "U": 3.5331013115147414e-10, + "K": 1.845034347525143e-08, + "L": 2.3476709429814946e-06, + "G": 0.0004616434744093567, + "F": 0.00234981463290751, + "E": 1.6512445881744497e-06, + "T": 0.001133924350142479, + "P": 0.00018976189312525094, + "-": 0.9842137098312378 + }, + "id": "tp_11688" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1461028, + "label": "-", + "classification": { + "B": 1.0647059980328777e-06, + "S": 2.2827529392088763e-05, + "I": 0.0002399642689852044, + "C": 0.002123825717717409, + "R": 0.0005937658133916557, + "M": 0.004325726069509983, + "O": 0.001872815191745758, + "W": 1.6030338883865625e-05, + "N": 7.53314225221402e-06, + "Y": 0.19861744344234467, + "U": 2.6663101948543044e-07, + "K": 1.5555475329165347e-05, + "L": 0.0002558436244726181, + "G": 0.04420403018593788, + "F": 0.007401380222290754, + "E": 0.0001096108098863624, + "T": 0.029158763587474823, + "P": 0.0010973952012136579, + "-": 0.7099361419677734 + }, + "id": "tp_11689" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1461128, + "label": "-", + "classification": { + "B": 4.920614173897775e-07, + "S": 3.7451934531418374e-06, + "I": 0.0009094855631701648, + "C": 1.2235128451720811e-05, + "R": 5.192035587242572e-06, + "M": 0.001553236274048686, + "O": 0.00012171950220363215, + "W": 1.0443998235132312e-06, + "N": 1.4290978469944093e-05, + "Y": 0.030314018949866295, + "U": 6.983682965255866e-08, + "K": 2.295083504577633e-06, + "L": 9.091229912883136e-06, + "G": 0.003516564844176173, + "F": 0.002325403969734907, + "E": 0.0004192710330244154, + "T": 0.020882461220026016, + "P": 0.01589834690093994, + "-": 0.9240111112594604 + }, + "id": "tp_11690" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1461261, + "label": "-", + "classification": { + "B": 3.253342413245264e-07, + "S": 1.4657831570730195e-06, + "I": 8.139924716488167e-07, + "C": 1.7078041310014669e-06, + "R": 7.765763143652293e-07, + "M": 0.0004595079517457634, + "O": 3.256999480072409e-05, + "W": 2.143969908274812e-07, + "N": 3.3736245796944786e-08, + "Y": 0.0020052180625498295, + "U": 3.208779908447923e-09, + "K": 4.666639696893071e-08, + "L": 5.8136174629908055e-06, + "G": 0.0002589975774753839, + "F": 0.0038006857503205538, + "E": 5.8980776884709485e-06, + "T": 0.0008591204532422125, + "P": 0.0009203178924508393, + "-": 0.9916464686393738 + }, + "id": "tp_11691" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1461395, + "label": "-", + "classification": { + "B": 9.275006362940985e-08, + "S": 3.1394629118608464e-09, + "I": 1.1115703024699997e-08, + "C": 3.20200621573008e-09, + "R": 1.013912065417344e-09, + "M": 1.8511425878386945e-05, + "O": 9.350270602226374e-07, + "W": 8.958004893422356e-10, + "N": 1.539817232054652e-11, + "Y": 1.1508385796332732e-05, + "U": 1.193000234191166e-12, + "K": 8.328674664000169e-13, + "L": 1.2675859295541159e-07, + "G": 8.759920092415996e-06, + "F": 3.321520489407703e-05, + "E": 3.156805661319595e-08, + "T": 8.166241968865506e-06, + "P": 0.00010363703040638939, + "-": 0.999815046787262 + }, + "id": "tp_11692" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1461528, + "label": "-", + "classification": { + "B": 2.3376219360216055e-06, + "S": 8.759589036344551e-07, + "I": 2.9585036827484146e-05, + "C": 7.852228918636683e-06, + "R": 1.8980948652824736e-06, + "M": 0.0001977910433197394, + "O": 3.5616871173260733e-05, + "W": 5.639662390422018e-07, + "N": 6.071045390854124e-07, + "Y": 0.0002994266978930682, + "U": 8.505980986228678e-08, + "K": 2.854352132430904e-08, + "L": 6.448271506087622e-06, + "G": 0.0001408452953910455, + "F": 0.00044303471804596484, + "E": 1.640714253881015e-05, + "T": 0.0009394478402100503, + "P": 0.023675011470913887, + "-": 0.9742020964622498 + }, + "id": "tp_11693" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1461628, + "label": "-", + "classification": { + "B": 0.0005937300156801939, + "S": 0.0006920820451341569, + "I": 0.005294248461723328, + "C": 0.0011037485674023628, + "R": 0.0011322888312861323, + "M": 0.013762244023382664, + "O": 0.0064860456623137, + "W": 0.0003492941032163799, + "N": 0.00020612096705008298, + "Y": 0.052044376730918884, + "U": 1.934519241331145e-05, + "K": 1.1389915925974492e-05, + "L": 0.002575624268501997, + "G": 0.016476429998874664, + "F": 0.02986118569970131, + "E": 0.0007720397552475333, + "T": 0.021736282855272293, + "P": 0.02694149874150753, + "-": 0.8199419379234314 + }, + "id": "tp_11694" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1461762, + "label": "-", + "classification": { + "B": 1.609706373528752e-06, + "S": 1.617503039597068e-05, + "I": 5.904765203013085e-05, + "C": 0.0003423547022975981, + "R": 5.505893568624742e-05, + "M": 0.0011940478580072522, + "O": 0.0003342693962622434, + "W": 9.089304512599483e-06, + "N": 5.254630195850041e-06, + "Y": 0.03271220996975899, + "U": 2.575566782070382e-07, + "K": 3.5390818084124476e-05, + "L": 2.9505234124371782e-05, + "G": 0.0037675886414945126, + "F": 0.015217767097055912, + "E": 0.00014935473154764622, + "T": 0.009935550391674042, + "P": 0.003014054847881198, + "-": 0.9331214427947998 + }, + "id": "tp_11695" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1461895, + "label": "-", + "classification": { + "B": 9.945555490276092e-09, + "S": 1.8710516087594442e-06, + "I": 1.935654836415779e-08, + "C": 8.531767292652148e-08, + "R": 4.081174864722925e-08, + "M": 0.0003685243718791753, + "O": 3.533170456648804e-05, + "W": 3.3050678638346653e-08, + "N": 2.2842784608290145e-10, + "Y": 0.003968169912695885, + "U": 5.357523777914375e-13, + "K": 1.2635741064581651e-10, + "L": 3.838522388832644e-06, + "G": 0.0005973822553642094, + "F": 0.009220128878951073, + "E": 9.572545422997791e-08, + "T": 0.0009257843485102057, + "P": 8.868259101291187e-06, + "-": 0.9848699569702148 + }, + "id": "tp_11696" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1462029, + "label": "-", + "classification": { + "B": 6.297881327554933e-07, + "S": 1.775001834403156e-07, + "I": 2.3544283976661973e-05, + "C": 3.258713832110516e-06, + "R": 1.1211661785637261e-06, + "M": 3.879335054080002e-05, + "O": 8.325671842612792e-06, + "W": 1.198943664348917e-07, + "N": 3.453396857366897e-07, + "Y": 0.0008469806052744389, + "U": 3.152744554313358e-08, + "K": 2.562834708896844e-07, + "L": 5.790387831439148e-07, + "G": 0.00023582430731039494, + "F": 0.0007587235886603594, + "E": 1.981206332857255e-05, + "T": 0.00022221248946152627, + "P": 0.021100947633385658, + "-": 0.9767383337020874 + }, + "id": "tp_11697" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1462129, + "label": "-", + "classification": { + "B": 1.1970205382461074e-10, + "S": 6.242758900043555e-06, + "I": 7.074468157952651e-07, + "C": 3.9937218389241025e-05, + "R": 2.668930756044574e-05, + "M": 0.000362612830940634, + "O": 0.0003254055336583406, + "W": 1.0850999387912452e-06, + "N": 3.832354522614878e-08, + "Y": 0.24251048266887665, + "U": 9.547721641078866e-11, + "K": 7.573445145681035e-06, + "L": 6.534990461659618e-06, + "G": 0.020583951845765114, + "F": 0.08268260210752487, + "E": 3.931838250537112e-07, + "T": 0.03193523734807968, + "P": 2.1303749235812575e-05, + "-": 0.6214891076087952 + }, + "id": "tp_11698" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1462262, + "label": "Y", + "classification": { + "B": 1.5389370844332007e-07, + "S": 2.7782411052612588e-05, + "I": 8.077801612671465e-05, + "C": 4.3948744860244915e-05, + "R": 5.3538311476586387e-05, + "M": 0.0012352060293778777, + "O": 0.0002972602378576994, + "W": 3.661813934741076e-06, + "N": 8.180349482245219e-07, + "Y": 0.5105082392692566, + "U": 5.350546117277588e-10, + "K": 8.181910402527137e-07, + "L": 8.94718414201634e-06, + "G": 0.006443930324167013, + "F": 0.01982484571635723, + "E": 1.6981224462142563e-06, + "T": 0.054450273513793945, + "P": 0.00010912881407421082, + "-": 0.4069088399410248 + }, + "id": "tp_11699" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1462396, + "label": "Y", + "classification": { + "B": 2.2599083138175047e-07, + "S": 3.375972255525994e-06, + "I": 8.130609057843685e-05, + "C": 8.472148329019547e-05, + "R": 2.7577558284974657e-05, + "M": 0.002990694949403405, + "O": 0.0002858682128135115, + "W": 1.0457824828336015e-06, + "N": 7.243232857945259e-07, + "Y": 0.8177213072776794, + "U": 3.3351630346345473e-09, + "K": 5.74556281662808e-07, + "L": 4.858441025135107e-05, + "G": 0.04480752348899841, + "F": 0.0017654754919931293, + "E": 1.875115412985906e-05, + "T": 0.048669300973415375, + "P": 2.6471170713193715e-05, + "-": 0.08346637338399887 + }, + "id": "tp_11700" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1462529, + "label": "-", + "classification": { + "B": 1.866321639454327e-07, + "S": 2.0988964024581946e-05, + "I": 8.818973640245531e-08, + "C": 8.285363037430216e-06, + "R": 3.229831463613664e-06, + "M": 0.00027990821399725974, + "O": 0.00015686050755903125, + "W": 2.0390077679621754e-06, + "N": 7.8924520252599e-09, + "Y": 0.0038251951336860657, + "U": 2.2601547022826907e-10, + "K": 3.8847360883664805e-07, + "L": 4.544407784123905e-05, + "G": 0.005602063145488501, + "F": 0.19062833487987518, + "E": 5.042022621637443e-06, + "T": 0.0009174257866106927, + "P": 6.845151074230671e-05, + "-": 0.7984360456466675 + }, + "id": "tp_11701" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1462629, + "label": "-", + "classification": { + "B": 1.984289642320558e-11, + "S": 4.5037942264514186e-09, + "I": 3.7681552100821136e-08, + "C": 9.969450154301285e-09, + "R": 9.507233889038957e-10, + "M": 3.705663971231843e-07, + "O": 8.652102678752271e-08, + "W": 1.3294615408554478e-09, + "N": 4.326615954397539e-09, + "Y": 8.481038821628317e-05, + "U": 4.152236540710952e-11, + "K": 5.109082508170104e-07, + "L": 3.56694063174956e-10, + "G": 1.766799641700345e-06, + "F": 0.0014899017987772822, + "E": 6.712451749990578e-07, + "T": 2.9755607101833448e-05, + "P": 0.0037714506033807993, + "-": 0.9946205615997314 + }, + "id": "tp_11702" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1462763, + "label": "-", + "classification": { + "B": 1.6477425646144184e-08, + "S": 1.3801504827881672e-08, + "I": 1.420085482095601e-06, + "C": 2.2702682400677077e-08, + "R": 8.789166727751763e-09, + "M": 2.9657092454726808e-05, + "O": 1.827374035201501e-06, + "W": 2.1853026055396185e-09, + "N": 8.153246078279608e-09, + "Y": 0.00016602338291704655, + "U": 1.5080658943844583e-10, + "K": 4.8511316491639533e-11, + "L": 9.898776909267326e-08, + "G": 1.9171427993569523e-05, + "F": 3.8482594391098246e-05, + "E": 5.377441425480356e-07, + "T": 0.00027315804618410766, + "P": 0.008955782279372215, + "-": 0.9905139207839966 + }, + "id": "tp_11703" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1462896, + "label": "-", + "classification": { + "B": 8.794922255750404e-12, + "S": 3.724393238258017e-09, + "I": 6.500610538751062e-08, + "C": 1.1786895015575283e-08, + "R": 2.8467599388903864e-09, + "M": 2.4739956643315963e-06, + "O": 2.631635425132117e-07, + "W": 1.0254974647239123e-09, + "N": 9.015972413095596e-10, + "Y": 0.0016622578259557486, + "U": 2.4805702197178148e-12, + "K": 4.0545614865550306e-08, + "L": 1.2153300588124694e-09, + "G": 9.271350791095756e-06, + "F": 0.0015531715471297503, + "E": 1.1582492476236439e-07, + "T": 0.00027020953712053597, + "P": 0.00014453084440901875, + "-": 0.9963575005531311 + }, + "id": "tp_11704" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1463030, + "label": "-", + "classification": { + "B": 5.119294428368448e-07, + "S": 1.1149973033752758e-06, + "I": 0.00012350783799774945, + "C": 8.967520989244804e-05, + "R": 3.381540591362864e-05, + "M": 0.0003362006100360304, + "O": 9.741042595123872e-05, + "W": 2.2614069621340604e-06, + "N": 4.6894765546312556e-06, + "Y": 0.005548212677240372, + "U": 1.1204473366888124e-06, + "K": 5.363478067010874e-06, + "L": 1.1676587746478617e-05, + "G": 0.0010340065928176045, + "F": 0.004390280228108168, + "E": 0.0001243183942278847, + "T": 0.0012466756161302328, + "P": 0.02207934856414795, + "-": 0.9648697972297668 + }, + "id": "tp_11705" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1463130, + "label": "-", + "classification": { + "B": 2.773331342353913e-09, + "S": 2.368857821011261e-07, + "I": 5.141852170709171e-07, + "C": 1.673013230174547e-06, + "R": 4.5368460632744245e-07, + "M": 6.70594527036883e-05, + "O": 9.682071322458796e-06, + "W": 5.2772353598129484e-08, + "N": 1.831299734078584e-08, + "Y": 0.017793986946344376, + "U": 6.970116706028762e-10, + "K": 8.702822924533393e-06, + "L": 8.508785640515271e-07, + "G": 0.0020095326472073793, + "F": 0.006049085408449173, + "E": 7.510764135076897e-06, + "T": 0.0029204220045357943, + "P": 0.00023363764921668917, + "-": 0.9708966016769409 + }, + "id": "tp_11706" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1463263, + "label": "-", + "classification": { + "B": 3.945485005374394e-08, + "S": 1.9246306237619137e-07, + "I": 1.3074458365736064e-05, + "C": 1.273584757655044e-06, + "R": 4.443092223027634e-07, + "M": 0.00014545863086823374, + "O": 7.688394362048712e-06, + "W": 5.749347309347286e-08, + "N": 1.9574912357711582e-07, + "Y": 0.008245120756328106, + "U": 2.6410926778908106e-09, + "K": 7.047476060506597e-07, + "L": 6.813004347350216e-07, + "G": 0.0010003653587773442, + "F": 0.004594780970364809, + "E": 4.7954268666217104e-05, + "T": 0.0009826322784647346, + "P": 0.0030113370157778263, + "-": 0.9819480180740356 + }, + "id": "tp_11707" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1463397, + "label": "-", + "classification": { + "B": 1.120240824548091e-07, + "S": 9.857936902335496e-07, + "I": 4.478983100852929e-06, + "C": 5.642352221002511e-07, + "R": 1.0916149051354296e-07, + "M": 1.2972003787581343e-05, + "O": 6.0393172134354245e-06, + "W": 1.487927079324436e-07, + "N": 5.455087261907465e-07, + "Y": 0.00022396039275918156, + "U": 1.9544454943343226e-08, + "K": 2.1791412052607484e-07, + "L": 2.434255748084979e-07, + "G": 1.5009405615273863e-05, + "F": 0.002652960829436779, + "E": 8.99555379874073e-06, + "T": 0.00027260356000624597, + "P": 0.04535946622490883, + "-": 0.9514405727386475 + }, + "id": "tp_11708" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1463530, + "label": "-", + "classification": { + "B": 9.079090887098573e-06, + "S": 1.9203433112124912e-05, + "I": 3.0196606530807912e-05, + "C": 1.6170811250049155e-06, + "R": 2.966081183330971e-06, + "M": 0.0014794328017160296, + "O": 0.0005764344241470098, + "W": 2.0342386051197536e-06, + "N": 3.9385187733387284e-07, + "Y": 0.007806549780070782, + "U": 4.198577041591989e-09, + "K": 3.5894682781645315e-08, + "L": 4.800384340342134e-05, + "G": 0.0024283137172460556, + "F": 0.004778244066983461, + "E": 1.0976128578477073e-05, + "T": 0.0029330565594136715, + "P": 0.0011728779645636678, + "-": 0.978700578212738 + }, + "id": "tp_11709" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1463630, + "label": "-", + "classification": { + "B": 3.666709017124958e-05, + "S": 0.0004321570449974388, + "I": 5.465021968120709e-05, + "C": 3.623071461333893e-05, + "R": 2.1494750399142504e-05, + "M": 0.008027706295251846, + "O": 0.0027012985665351152, + "W": 3.8264013710431755e-05, + "N": 5.498933205672074e-06, + "Y": 0.02542285993695259, + "U": 4.2829390167753445e-07, + "K": 8.143130685311917e-07, + "L": 0.000776500441133976, + "G": 0.010722304694354534, + "F": 0.04583415761590004, + "E": 9.435861284146085e-05, + "T": 0.014029511250555515, + "P": 0.004227768629789352, + "-": 0.8875371813774109 + }, + "id": "tp_11710" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1463764, + "label": "-", + "classification": { + "B": 7.338542673096526e-06, + "S": 1.082888866221765e-05, + "I": 0.00012770840839948505, + "C": 4.775542765855789e-05, + "R": 4.241335409460589e-05, + "M": 0.004022887442260981, + "O": 0.00041434585000388324, + "W": 4.805216576642124e-06, + "N": 4.401120804686798e-06, + "Y": 0.09216687083244324, + "U": 6.854839966763393e-07, + "K": 5.293835783959366e-06, + "L": 8.675392746226862e-05, + "G": 0.007536550518125296, + "F": 0.008473801426589489, + "E": 5.7974008086603135e-05, + "T": 0.02057761698961258, + "P": 0.003865210572257638, + "-": 0.8625466823577881 + }, + "id": "tp_11711" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1463897, + "label": "-", + "classification": { + "B": 2.8783820812949834e-11, + "S": 5.072742670364505e-09, + "I": 1.4275378212857959e-08, + "C": 5.367634869912763e-08, + "R": 1.007229943894572e-08, + "M": 7.570019533886807e-06, + "O": 3.362590916822228e-07, + "W": 7.237470067700258e-10, + "N": 2.3353427525130144e-10, + "Y": 0.00029098399681970477, + "U": 5.1101328030211945e-12, + "K": 3.229213785260754e-09, + "L": 2.099715956660475e-08, + "G": 1.671052996243816e-05, + "F": 0.0074722785502672195, + "E": 6.24780085445309e-08, + "T": 8.772583532845601e-05, + "P": 7.842265767976642e-05, + "-": 0.9920458793640137 + }, + "id": "tp_11712" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1464031, + "label": "-", + "classification": { + "B": 2.669632067409111e-06, + "S": 2.160548774554627e-06, + "I": 0.0002967640175484121, + "C": 1.0651767297531478e-05, + "R": 5.919579052715562e-06, + "M": 0.000638611672911793, + "O": 7.41706244298257e-05, + "W": 8.516031471117458e-07, + "N": 6.9966004048183095e-06, + "Y": 0.015356600284576416, + "U": 1.6286786319597013e-07, + "K": 5.066817152510339e-07, + "L": 8.255387001554482e-06, + "G": 0.0012129571987316012, + "F": 0.0009567352244630456, + "E": 0.00016879296163097024, + "T": 0.01398826576769352, + "P": 0.017613740637898445, + "-": 0.949655294418335 + }, + "id": "tp_11713" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1464131, + "label": "-", + "classification": { + "B": 1.0792873261777913e-09, + "S": 1.3563354883672218e-08, + "I": 7.471877694342766e-08, + "C": 5.5708180290992004e-09, + "R": 1.0632889235751009e-08, + "M": 0.00013608795416075736, + "O": 2.2408089535019826e-06, + "W": 1.8405963420065063e-09, + "N": 1.0690019702774833e-10, + "Y": 0.00021441085846163332, + "U": 1.2289138890536622e-12, + "K": 2.669867148544225e-12, + "L": 1.8550447578036255e-07, + "G": 6.224855951586505e-06, + "F": 0.00010547570127528161, + "E": 1.4329009090374711e-08, + "T": 0.000489934638608247, + "P": 3.076046778005548e-05, + "-": 0.9990144968032837 + }, + "id": "tp_11714" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1464264, + "label": "-", + "classification": { + "B": 1.50988898894866e-06, + "S": 3.5753524230131006e-07, + "I": 0.000458606518805027, + "C": 2.856490209524054e-05, + "R": 2.280878834426403e-05, + "M": 0.00011859350343002006, + "O": 5.6921813666122034e-05, + "W": 1.1794360261774273e-06, + "N": 3.7490660815819865e-06, + "Y": 0.0006314677302725613, + "U": 3.9337504631475895e-07, + "K": 4.184435553611365e-08, + "L": 2.4861963538569398e-05, + "G": 0.0004278977867215872, + "F": 0.00164497597143054, + "E": 5.45477305422537e-05, + "T": 0.0006275454652495682, + "P": 0.12769006192684174, + "-": 0.8682057857513428 + }, + "id": "tp_11715" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1464398, + "label": "-", + "classification": { + "B": 8.494151302329556e-07, + "S": 4.152333985985024e-06, + "I": 0.00010187967563979328, + "C": 1.7953201677300967e-05, + "R": 1.368289849779103e-05, + "M": 0.0006038261344656348, + "O": 0.00022704208095092326, + "W": 1.6409138652306865e-06, + "N": 8.470368584312382e-07, + "Y": 0.021167408674955368, + "U": 1.7067604218823362e-08, + "K": 1.2217978451189992e-07, + "L": 1.2551584404718596e-05, + "G": 0.0008501984411850572, + "F": 0.0011663965415209532, + "E": 6.226885489013512e-06, + "T": 0.0052247801795601845, + "P": 0.001799793797545135, + "-": 0.9688007235527039 + }, + "id": "tp_11716" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1464531, + "label": "Y", + "classification": { + "B": 5.93600889260415e-05, + "S": 0.00012660145875997841, + "I": 0.0068815010599792, + "C": 0.04608035087585449, + "R": 0.016349615529179573, + "M": 0.017996789887547493, + "O": 0.006516813766211271, + "W": 0.00025975704193115234, + "N": 0.00032971365726552904, + "Y": 0.37370631098747253, + "U": 7.106322300387546e-05, + "K": 0.00020536368538159877, + "L": 0.0028008518274873495, + "G": 0.0864531621336937, + "F": 0.01311512477695942, + "E": 0.0006285801064223051, + "T": 0.08991420269012451, + "P": 0.004593274090439081, + "-": 0.3339115381240845 + }, + "id": "tp_11717" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1464631, + "label": "-", + "classification": { + "B": 2.906082556819456e-07, + "S": 4.166469079791568e-05, + "I": 0.00022719043772667646, + "C": 0.00020109750039409846, + "R": 6.85449194861576e-05, + "M": 0.001455193036235869, + "O": 0.0004457787435967475, + "W": 1.3069132364762481e-05, + "N": 1.1091966371168382e-05, + "Y": 0.14785543084144592, + "U": 6.371409000394124e-08, + "K": 5.1907612942159176e-05, + "L": 2.307130489498377e-05, + "G": 0.008068585768342018, + "F": 0.02055627852678299, + "E": 7.726124022156e-05, + "T": 0.0548064187169075, + "P": 0.001484427833929658, + "-": 0.76461261510849 + }, + "id": "tp_11718" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1464765, + "label": "-", + "classification": { + "B": 1.7353689596433242e-09, + "S": 1.0201854649949382e-07, + "I": 5.419401372108723e-09, + "C": 6.354199655334014e-08, + "R": 2.113628205790974e-08, + "M": 5.002958278055303e-05, + "O": 6.807991667301394e-06, + "W": 8.63459703737135e-09, + "N": 1.0796046695515926e-10, + "Y": 0.00379678956232965, + "U": 2.1755121575733893e-12, + "K": 2.0767634723029005e-08, + "L": 8.401557920478808e-07, + "G": 0.0015101541066542268, + "F": 0.015249812975525856, + "E": 3.332927178689715e-07, + "T": 0.000369150162441656, + "P": 1.2566064469865523e-05, + "-": 0.9790032505989075 + }, + "id": "tp_11719" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1464898, + "label": "-", + "classification": { + "B": 1.749683775642552e-07, + "S": 1.5721532520274195e-07, + "I": 6.101529503865777e-09, + "C": 3.827001771039562e-10, + "R": 9.212613311104789e-11, + "M": 7.658107392671809e-07, + "O": 1.3770259101875126e-06, + "W": 1.0204194822449608e-08, + "N": 1.671905947020491e-10, + "Y": 4.622931442099798e-07, + "U": 2.359130685941624e-12, + "K": 7.427345197208446e-12, + "L": 3.614204402424548e-08, + "G": 3.981272698183602e-07, + "F": 0.0003508295048959553, + "E": 3.473022758271327e-08, + "T": 1.4938325421098853e-06, + "P": 0.0034023835323750973, + "-": 0.9962419271469116 + }, + "id": "tp_11720" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1465032, + "label": "-", + "classification": { + "B": 6.028695320736688e-09, + "S": 1.0324397337058144e-08, + "I": 7.131804036220046e-09, + "C": 2.0205157547081853e-09, + "R": 3.4322683584164793e-10, + "M": 7.660344635951333e-06, + "O": 1.5054114044232847e-07, + "W": 4.767269357053294e-10, + "N": 7.946297092553678e-11, + "Y": 0.00014580856077373028, + "U": 2.169737046281428e-12, + "K": 4.993330748881419e-10, + "L": 8.443130639079754e-09, + "G": 1.2242457160027698e-05, + "F": 0.000550611992366612, + "E": 3.77886550495532e-07, + "T": 3.766022200579755e-05, + "P": 0.00015331154281739146, + "-": 0.9990922212600708 + }, + "id": "tp_11721" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1465132, + "label": "-", + "classification": { + "B": 1.1505475683293298e-08, + "S": 4.0508950860385085e-07, + "I": 5.502438580151647e-05, + "C": 0.00023238467110786587, + "R": 4.7833331336732954e-05, + "M": 9.854887321125716e-05, + "O": 8.558049012208357e-05, + "W": 1.7096856481657596e-06, + "N": 2.489813596184831e-06, + "Y": 0.021253539249300957, + "U": 3.7048646817083863e-08, + "K": 0.0005987794720567763, + "L": 1.1990243820036994e-06, + "G": 0.001775955781340599, + "F": 0.010581718757748604, + "E": 6.308138108579442e-05, + "T": 0.0012496840208768845, + "P": 0.001323268050327897, + "-": 0.9626287817955017 + }, + "id": "tp_11722" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1465265, + "label": "-", + "classification": { + "B": 2.9343505957513116e-05, + "S": 4.801856630365364e-05, + "I": 1.4820899195910897e-05, + "C": 7.232200005091727e-06, + "R": 1.3338586541067343e-05, + "M": 0.002359535777941346, + "O": 0.0010804198682308197, + "W": 1.0016125997935887e-05, + "N": 4.0268287193612196e-07, + "Y": 0.0039808545261621475, + "U": 2.1673189465332143e-08, + "K": 2.7259192236783747e-08, + "L": 0.00024369731545448303, + "G": 0.00167545594740659, + "F": 0.005539401900023222, + "E": 2.3490816602134146e-05, + "T": 0.001576411770656705, + "P": 0.0021871693897992373, + "-": 0.9812104105949402 + }, + "id": "tp_11723" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1465399, + "label": "-", + "classification": { + "B": 6.324891166364921e-10, + "S": 4.168922096425831e-09, + "I": 1.2354081491139368e-07, + "C": 1.0433552910527055e-09, + "R": 1.6224783738749693e-09, + "M": 6.415393158931693e-07, + "O": 2.7927308110520244e-07, + "W": 9.959564284400813e-10, + "N": 4.915768347935057e-10, + "Y": 2.981605939567089e-05, + "U": 3.8419770836961575e-12, + "K": 8.478628216179729e-11, + "L": 3.7984611012120695e-09, + "G": 1.047042928803421e-06, + "F": 0.00025097548495978117, + "E": 1.854760967034963e-08, + "T": 2.009563468163833e-05, + "P": 0.0008367645787075162, + "-": 0.998860239982605 + }, + "id": "tp_11724" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1465532, + "label": "-", + "classification": { + "B": 4.610894305256963e-11, + "S": 5.696988991665819e-10, + "I": 7.106708039827936e-07, + "C": 2.7599949703471793e-07, + "R": 6.503393024104298e-08, + "M": 4.791822448169114e-06, + "O": 2.615508947201306e-07, + "W": 3.4105265833694887e-10, + "N": 1.2129710569297458e-09, + "Y": 0.0057109021581709385, + "U": 1.9486773306098826e-11, + "K": 1.0967773356185262e-09, + "L": 1.1514760700492843e-08, + "G": 2.7343670808477327e-05, + "F": 0.00017053293413482606, + "E": 1.1593684234867396e-07, + "T": 0.0004274733364582062, + "P": 0.0002881331311073154, + "-": 0.9933695197105408 + }, + "id": "tp_11725" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1465632, + "label": "-", + "classification": { + "B": 8.745035806612123e-10, + "S": 1.297708829284261e-09, + "I": 2.6737654934549937e-06, + "C": 8.626363268149362e-08, + "R": 3.353921584903219e-08, + "M": 3.1480601592193125e-06, + "O": 3.0243964488363417e-07, + "W": 1.3010446053840496e-09, + "N": 3.881373000780286e-09, + "Y": 0.0004005843657068908, + "U": 1.4645228085807815e-10, + "K": 5.029414662516274e-10, + "L": 1.587971354410911e-08, + "G": 7.888534128142055e-06, + "F": 5.443094050860964e-05, + "E": 3.7303490785234317e-07, + "T": 9.034624235937372e-05, + "P": 0.001789278001524508, + "-": 0.9976509213447571 + }, + "id": "tp_11726" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1465766, + "label": "-", + "classification": { + "B": 2.534537998144515e-06, + "S": 3.563577365639503e-06, + "I": 0.0005644800839945674, + "C": 2.7625506845652126e-05, + "R": 7.130815447453642e-06, + "M": 0.0002077233075397089, + "O": 6.249207945074886e-05, + "W": 2.9366856324486434e-06, + "N": 2.985380524478387e-05, + "Y": 0.0009864288149401546, + "U": 1.2172147307865089e-06, + "K": 6.420932550099678e-06, + "L": 4.211231498629786e-06, + "G": 0.00019840103050228208, + "F": 0.0030532244127243757, + "E": 0.0004801321483682841, + "T": 0.0007641116390004754, + "P": 0.22409987449645996, + "-": 0.7694975733757019 + }, + "id": "tp_11727" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1465899, + "label": "-", + "classification": { + "B": 7.950941238732412e-09, + "S": 3.810890802924405e-08, + "I": 3.4585536923259497e-06, + "C": 2.9441025617416017e-05, + "R": 3.5490090795065043e-06, + "M": 6.784573633922264e-05, + "O": 8.059820174821652e-06, + "W": 2.9798137290981686e-08, + "N": 3.6869693076369003e-08, + "Y": 0.0042983596213161945, + "U": 5.232267508148425e-09, + "K": 5.9079873437895e-08, + "L": 3.989649030700093e-06, + "G": 0.0005348245031200349, + "F": 0.0028967026155442, + "E": 4.50435618404299e-06, + "T": 0.0010094732278957963, + "P": 0.0010850485414266586, + "-": 0.9900546073913574 + }, + "id": "tp_11728" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1466033, + "label": "-", + "classification": { + "B": 2.4372661755478475e-07, + "S": 8.806382538750768e-06, + "I": 1.0865281865335419e-06, + "C": 1.9013070229334517e-08, + "R": 3.3200041826830784e-08, + "M": 0.00022690418700221926, + "O": 8.695120050106198e-05, + "W": 9.273010732613329e-07, + "N": 7.278632807583563e-08, + "Y": 0.0007061896030791104, + "U": 8.726523947899523e-10, + "K": 8.122891159700885e-08, + "L": 1.2563589280034648e-06, + "G": 5.361635339795612e-05, + "F": 0.00493902200832963, + "E": 2.2947990601096535e-06, + "T": 0.0006450049695558846, + "P": 0.0015164840733632445, + "-": 0.9918110370635986 + }, + "id": "tp_11729" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1466133, + "label": "-", + "classification": { + "B": 2.799837602651678e-05, + "S": 0.00010042978101409972, + "I": 2.417573159618769e-05, + "C": 9.454712198930793e-06, + "R": 1.0962021406157874e-05, + "M": 0.0063922833651304245, + "O": 0.0017148795304819942, + "W": 1.62755350174848e-05, + "N": 5.248914476396749e-07, + "Y": 0.0017051404574885964, + "U": 3.146829641309523e-08, + "K": 5.320730522839767e-08, + "L": 0.0004687272012233734, + "G": 0.0021796603687107563, + "F": 0.007713106460869312, + "E": 1.917302688525524e-05, + "T": 0.0025426235515624285, + "P": 0.0013464351650327444, + "-": 0.9757280349731445 + }, + "id": "tp_11730" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1466266, + "label": "-", + "classification": { + "B": 3.078247573284898e-06, + "S": 4.5845921704312786e-05, + "I": 0.0020454602781683207, + "C": 1.6004965800675564e-05, + "R": 7.914664820418693e-06, + "M": 0.0017871841555461287, + "O": 0.0005131413927301764, + "W": 1.8629369151312858e-05, + "N": 0.0001666107273194939, + "Y": 0.13055837154388428, + "U": 4.031818150451727e-07, + "K": 0.00034821240114979446, + "L": 7.324365924432641e-06, + "G": 0.007180559914559126, + "F": 0.004538924433290958, + "E": 0.0011532013304531574, + "T": 0.057839684188365936, + "P": 0.026275720447301865, + "-": 0.767493724822998 + }, + "id": "tp_11731" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1466400, + "label": "-", + "classification": { + "B": 8.139206215673767e-07, + "S": 5.382069957704516e-06, + "I": 7.883892976678908e-05, + "C": 6.878886779304594e-05, + "R": 3.17398807965219e-05, + "M": 0.0019004622008651495, + "O": 0.00024580946774221957, + "W": 1.6087697076727636e-06, + "N": 1.7568080465935054e-06, + "Y": 0.13075190782546997, + "U": 4.721312407696132e-08, + "K": 1.2969403542228974e-06, + "L": 4.4465054088504985e-05, + "G": 0.005523209925740957, + "F": 0.0033471877686679363, + "E": 2.6042540412163362e-05, + "T": 0.044816385954618454, + "P": 0.0009525843197479844, + "-": 0.8122016787528992 + }, + "id": "tp_11732" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1466533, + "label": "-", + "classification": { + "B": 2.570326387285604e-06, + "S": 4.3667923819157295e-06, + "I": 0.0016977330669760704, + "C": 0.0002015704958466813, + "R": 0.00011048281157854944, + "M": 0.0009122815681621432, + "O": 0.00018769362941384315, + "W": 5.7074257711065e-06, + "N": 2.8836861019954085e-05, + "Y": 0.05156300216913223, + "U": 1.2565860743052326e-06, + "K": 2.2531150534632616e-05, + "L": 2.0735024008899927e-05, + "G": 0.003229138208553195, + "F": 0.005575968883931637, + "E": 0.00028575758915394545, + "T": 0.006478831171989441, + "P": 0.0187100600451231, + "-": 0.9109615087509155 + }, + "id": "tp_11733" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1466633, + "label": "-", + "classification": { + "B": 6.294991550248596e-08, + "S": 5.079701850263518e-07, + "I": 1.5673135749239009e-06, + "C": 5.145746939660967e-08, + "R": 8.72623395764549e-09, + "M": 1.5886987966950983e-05, + "O": 6.92340199748287e-06, + "W": 8.57026449807563e-08, + "N": 5.976028205623152e-08, + "Y": 0.00018377059313934296, + "U": 8.275264917756431e-10, + "K": 3.1629792118792466e-08, + "L": 6.66695711970533e-08, + "G": 3.8104124087112723e-06, + "F": 0.000339324411470443, + "E": 1.665725676502916e-06, + "T": 0.0003292785258963704, + "P": 0.008091992698609829, + "-": 0.9910249710083008 + }, + "id": "tp_11734" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1466767, + "label": "-", + "classification": { + "B": 1.2557866968521125e-09, + "S": 3.787987257197756e-09, + "I": 5.716906343877781e-06, + "C": 5.293398785966019e-08, + "R": 2.1515205617106403e-08, + "M": 2.710008402573294e-06, + "O": 4.197084422230546e-07, + "W": 5.9141829211739605e-09, + "N": 1.370141262668767e-07, + "Y": 0.0007490562275052071, + "U": 2.6373991879324876e-09, + "K": 1.6386726429118426e-06, + "L": 2.8131788010199443e-09, + "G": 1.374568910250673e-05, + "F": 0.00014772568829357624, + "E": 9.556621080264449e-06, + "T": 0.00020663425675593317, + "P": 0.008075548335909843, + "-": 0.9907870888710022 + }, + "id": "tp_11735" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1466900, + "label": "-", + "classification": { + "B": 2.467608737788396e-06, + "S": 4.0537378254157375e-07, + "I": 7.084891961994799e-08, + "C": 4.794938135432858e-08, + "R": 4.699712263800393e-08, + "M": 0.00029674317920580506, + "O": 5.5349617468891665e-05, + "W": 4.411241860680093e-08, + "N": 1.2838657914571172e-10, + "Y": 5.153368692845106e-05, + "U": 6.3558598488444584e-12, + "K": 9.554091458946479e-13, + "L": 2.597100319690071e-05, + "G": 0.00012662369408644736, + "F": 0.00017938457312993705, + "E": 1.820603472424409e-07, + "T": 7.143589755287394e-05, + "P": 0.00010572915925877169, + "-": 0.9990838766098022 + }, + "id": "tp_11736" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1467000, + "label": "-", + "classification": { + "B": 8.812729213047987e-09, + "S": 3.8666684076815727e-07, + "I": 4.803458432434127e-05, + "C": 5.606147533399053e-05, + "R": 3.451963857514784e-05, + "M": 0.001035203691571951, + "O": 3.732530240085907e-05, + "W": 1.7369552551826928e-07, + "N": 9.606063855471803e-08, + "Y": 0.05650725215673447, + "U": 5.869151831205954e-10, + "K": 1.9250641969392746e-08, + "L": 4.160772732575424e-06, + "G": 0.0006612551514990628, + "F": 0.001527078333310783, + "E": 2.9391599127848167e-06, + "T": 0.009187315590679646, + "P": 0.00018061209993902594, + "-": 0.9307175874710083 + }, + "id": "tp_11737" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1467134, + "label": "-", + "classification": { + "B": 5.8123429624856726e-08, + "S": 4.619901574187679e-06, + "I": 7.783930050209165e-05, + "C": 6.584671609743964e-06, + "R": 3.803163735938142e-06, + "M": 0.0007263621664606035, + "O": 0.0001346567296423018, + "W": 1.0105184173880843e-06, + "N": 3.370255399204325e-06, + "Y": 0.04412901774048805, + "U": 2.3090859002650177e-08, + "K": 4.2084543565579224e-06, + "L": 4.403093043947592e-06, + "G": 0.0012310858583077788, + "F": 0.004773852415382862, + "E": 3.4881777537520975e-05, + "T": 0.0219819787889719, + "P": 0.003967336844652891, + "-": 0.9229148030281067 + }, + "id": "tp_11738" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1467267, + "label": "-", + "classification": { + "B": 4.2752785134325677e-07, + "S": 9.154034160019364e-06, + "I": 8.809635619400069e-05, + "C": 1.3558079444919713e-05, + "R": 1.5360856195911765e-05, + "M": 0.0013457664754241705, + "O": 0.00015067649655975401, + "W": 2.8689823921013158e-06, + "N": 1.9020536683456157e-06, + "Y": 0.018218794837594032, + "U": 8.206492196904946e-08, + "K": 9.248500987268926e-07, + "L": 1.3560031220549718e-05, + "G": 0.0005624847253784537, + "F": 0.0030944228637963533, + "E": 1.0778704563563224e-05, + "T": 0.016653582453727722, + "P": 0.002312293043360114, + "-": 0.9575052857398987 + }, + "id": "tp_11739" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1467401, + "label": "-", + "classification": { + "B": 1.1592646131930451e-07, + "S": 1.4606482181989122e-05, + "I": 4.891823550678964e-07, + "C": 4.441307737579336e-06, + "R": 5.153663551027421e-06, + "M": 0.0007036273600533605, + "O": 0.00029926441493444145, + "W": 1.6192382190638455e-06, + "N": 9.224882191460892e-09, + "Y": 0.026938609778881073, + "U": 4.426471689189526e-11, + "K": 1.317336639772293e-08, + "L": 3.981164627475664e-05, + "G": 0.003285903949290514, + "F": 0.04281073063611984, + "E": 4.7337908881672774e-07, + "T": 0.006718424614518881, + "P": 3.066744829993695e-05, + "-": 0.9191461801528931 + }, + "id": "tp_11740" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1467501, + "label": "-", + "classification": { + "B": 1.052658808475826e-05, + "S": 0.004441286437213421, + "I": 0.00023917335784062743, + "C": 6.984358333284035e-05, + "R": 7.844880747143179e-05, + "M": 0.0074649108573794365, + "O": 0.006787409074604511, + "W": 0.00016872990818228573, + "N": 2.3158307158155367e-05, + "Y": 0.13436979055404663, + "U": 7.006824631616837e-08, + "K": 9.193772712023929e-06, + "L": 0.000489630619995296, + "G": 0.020156558603048325, + "F": 0.08943817019462585, + "E": 5.5232547310879454e-05, + "T": 0.0657467469573021, + "P": 0.002404776168987155, + "-": 0.6680462956428528 + }, + "id": "tp_11741" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1467634, + "label": "-", + "classification": { + "B": 2.4260312869728295e-08, + "S": 5.554030394705478e-06, + "I": 4.758349405165063e-06, + "C": 9.389989281771705e-05, + "R": 2.2609854568145238e-05, + "M": 0.0014400194631889462, + "O": 0.00016728421906009316, + "W": 3.195620763563056e-07, + "N": 5.394214852572077e-08, + "Y": 0.08584148436784744, + "U": 7.83073439425408e-10, + "K": 5.611848905573424e-07, + "L": 8.773843728704378e-05, + "G": 0.023008329793810844, + "F": 0.0512903556227684, + "E": 9.84300368145341e-06, + "T": 0.006934330333024263, + "P": 7.230373012134805e-05, + "-": 0.8310205340385437 + }, + "id": "tp_11742" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1467768, + "label": "-", + "classification": { + "B": 5.566321124206297e-05, + "S": 3.335703877382912e-05, + "I": 0.0001212350616697222, + "C": 9.648866398492828e-05, + "R": 3.455749174463563e-05, + "M": 0.0007408869569189847, + "O": 0.000589145696721971, + "W": 3.495994315017015e-05, + "N": 1.4336891581478994e-05, + "Y": 0.0028065452352166176, + "U": 5.9598514781100675e-06, + "K": 5.363306172512239e-06, + "L": 0.00011691809049807489, + "G": 0.0010074952151626348, + "F": 0.005681927315890789, + "E": 0.0001168089802376926, + "T": 0.003196702804416418, + "P": 0.03350057452917099, + "-": 0.9518409967422485 + }, + "id": "tp_11743" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1467901, + "label": "-", + "classification": { + "B": 1.1080276696162628e-09, + "S": 9.43378708484488e-09, + "I": 4.0841658233148337e-07, + "C": 1.7487478771727183e-06, + "R": 1.6706644601072185e-07, + "M": 6.918741291883634e-06, + "O": 1.3506062259693863e-06, + "W": 5.3288955470520705e-09, + "N": 7.568096371812771e-09, + "Y": 0.0005168303614482284, + "U": 1.0014816753667333e-09, + "K": 1.2763578638441686e-07, + "L": 2.464015267378272e-07, + "G": 0.00014507933519780636, + "F": 0.006866356357932091, + "E": 9.005140100271092e-07, + "T": 8.604425238445401e-05, + "P": 0.002064282540231943, + "-": 0.9903096556663513 + }, + "id": "tp_11744" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1468001, + "label": "-", + "classification": { + "B": 1.3627316164388503e-08, + "S": 1.5977845180259465e-07, + "I": 2.3909649826237e-05, + "C": 1.5573989458061988e-06, + "R": 9.699314205136034e-07, + "M": 4.401593469083309e-05, + "O": 8.091427844192367e-06, + "W": 1.1352615558735124e-07, + "N": 3.343682806189463e-07, + "Y": 0.0039006746374070644, + "U": 1.225582124675384e-08, + "K": 2.4171725954147405e-07, + "L": 2.4375876250815054e-07, + "G": 5.899871757719666e-05, + "F": 0.00039543159073218703, + "E": 3.5252612633485114e-06, + "T": 0.0013532615266740322, + "P": 0.003868598025292158, + "-": 0.9903398156166077 + }, + "id": "tp_11745" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1468135, + "label": "-", + "classification": { + "B": 3.15008876459761e-14, + "S": 1.0943486117298562e-09, + "I": 1.30616559235186e-10, + "C": 8.938527695789844e-10, + "R": 6.805289110012325e-10, + "M": 1.3058413969702087e-05, + "O": 9.847231012827251e-07, + "W": 2.6413657719381867e-11, + "N": 1.534607808667196e-13, + "Y": 0.060594592243433, + "U": 2.4981269743768937e-17, + "K": 9.672472241553653e-13, + "L": 1.3883431293493231e-08, + "G": 0.0004203415592201054, + "F": 0.003298222552984953, + "E": 5.863804580785725e-11, + "T": 0.0013740550493821502, + "P": 5.4352256029233104e-08, + "-": 0.9342986345291138 + }, + "id": "tp_11746" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1468268, + "label": "-", + "classification": { + "B": 5.119280103826895e-06, + "S": 1.126891038438771e-05, + "I": 0.00015631590213160962, + "C": 0.00010128217400051653, + "R": 1.7539328837301582e-05, + "M": 6.501815369119868e-05, + "O": 6.977997691137716e-05, + "W": 1.3003046660742257e-05, + "N": 3.087403456447646e-05, + "Y": 0.0015156243462115526, + "U": 4.175979938736418e-06, + "K": 0.00015241492656059563, + "L": 6.415250027203001e-06, + "G": 0.00024890131317079067, + "F": 0.026639651507139206, + "E": 0.0004692013608291745, + "T": 0.000877709942869842, + "P": 0.09622637182474136, + "-": 0.8733893632888794 + }, + "id": "tp_11747" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1468402, + "label": "-", + "classification": { + "B": 1.0247148338748957e-06, + "S": 5.2744428103324026e-05, + "I": 7.300838478840888e-05, + "C": 1.2460025118343765e-06, + "R": 2.486918674549088e-06, + "M": 0.0017584537854418159, + "O": 0.0005514161312021315, + "W": 3.818171080638422e-06, + "N": 1.223134972860862e-06, + "Y": 0.019067568704485893, + "U": 4.127377994933568e-09, + "K": 7.983881573636609e-07, + "L": 2.4339806259376928e-05, + "G": 0.002235130639746785, + "F": 0.012364335358142853, + "E": 2.297854189237114e-05, + "T": 0.008703861385583878, + "P": 0.0014871143503114581, + "-": 0.9536485075950623 + }, + "id": "tp_11748" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1468502, + "label": "-", + "classification": { + "B": 2.6638424105440706e-11, + "S": 2.5465696218418543e-10, + "I": 2.429279355453673e-08, + "C": 4.176731849270254e-09, + "R": 2.739172888510666e-09, + "M": 2.4465924752803403e-07, + "O": 3.735846831887102e-08, + "W": 9.488142216351747e-11, + "N": 3.283038077506184e-11, + "Y": 4.080904909642413e-05, + "U": 7.113962197102808e-12, + "K": 1.6411457262610618e-11, + "L": 4.297037392575476e-09, + "G": 9.817376849241555e-07, + "F": 0.000222515212954022, + "E": 2.2391042353575585e-09, + "T": 1.3305699212651234e-05, + "P": 0.00035447991103865206, + "-": 0.9993676543235779 + }, + "id": "tp_11749" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1468635, + "label": "-", + "classification": { + "B": 2.971560497666559e-10, + "S": 3.835398110219046e-10, + "I": 2.0062243422103165e-08, + "C": 5.250055501448969e-09, + "R": 2.3754072042692087e-09, + "M": 1.7544971342431381e-06, + "O": 1.327177727716844e-07, + "W": 3.4237304658013556e-10, + "N": 3.541044193977605e-11, + "Y": 4.290638389647938e-05, + "U": 9.974761468189985e-12, + "K": 6.210192950162341e-13, + "L": 2.3421252492994427e-08, + "G": 5.641448979076813e-07, + "F": 1.2583106581587344e-05, + "E": 2.841634483274902e-09, + "T": 4.830447505810298e-05, + "P": 0.0006144048529677093, + "-": 0.9992793202400208 + }, + "id": "tp_11750" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1468769, + "label": "-", + "classification": { + "B": 7.518455191757312e-08, + "S": 8.148145411723817e-07, + "I": 0.00027784964186139405, + "C": 1.8317530248168623e-06, + "R": 1.0624023616401246e-06, + "M": 2.9848129997844808e-05, + "O": 2.1762700271210633e-05, + "W": 6.047154670341115e-07, + "N": 1.1428396646806505e-05, + "Y": 0.00247164792381227, + "U": 2.5043517482004063e-08, + "K": 2.4926988771767356e-05, + "L": 4.4705546997647616e-07, + "G": 0.000501789094414562, + "F": 0.005438349209725857, + "E": 0.0003831616195384413, + "T": 0.0010787316132336855, + "P": 0.06928322464227676, + "-": 0.9204724431037903 + }, + "id": "tp_11751" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1468902, + "label": "-", + "classification": { + "B": 8.324591362907086e-06, + "S": 0.00023921221145428717, + "I": 4.2725376260932535e-05, + "C": 1.711615732347127e-05, + "R": 1.0360822670918424e-05, + "M": 0.00935517717152834, + "O": 0.0018029584316536784, + "W": 1.8370261386735365e-05, + "N": 2.2514959709951654e-06, + "Y": 0.20999327301979065, + "U": 1.4410822757326969e-08, + "K": 3.363022187841125e-06, + "L": 0.00012275950575713068, + "G": 0.022695433348417282, + "F": 0.016951872035861015, + "E": 6.712004687869921e-05, + "T": 0.053803082555532455, + "P": 0.0003232299641240388, + "-": 0.684543251991272 + }, + "id": "tp_11752" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1469002, + "label": "-", + "classification": { + "B": 3.125713576856981e-10, + "S": 2.9180415861418396e-09, + "I": 1.192640430858205e-09, + "C": 1.4259744773870153e-10, + "R": 4.350693416643736e-11, + "M": 7.457755145878764e-06, + "O": 1.2378872327190038e-07, + "W": 3.932128928019196e-11, + "N": 3.899324873407606e-12, + "Y": 0.00012933634570799768, + "U": 2.4164282974212768e-14, + "K": 3.772988432099167e-12, + "L": 1.3257502651242703e-08, + "G": 1.4538713912770618e-05, + "F": 0.002753754612058401, + "E": 1.627301493556388e-08, + "T": 4.6575110900448635e-05, + "P": 3.4281471016583964e-05, + "-": 0.9970139265060425 + }, + "id": "tp_11753" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1469136, + "label": "-", + "classification": { + "B": 6.334969437915561e-09, + "S": 1.6387272694373678e-07, + "I": 5.1093543333990965e-06, + "C": 4.2716251869023836e-07, + "R": 2.2486560169454606e-07, + "M": 6.297773506958038e-05, + "O": 8.152213013090659e-06, + "W": 7.682032077127587e-08, + "N": 8.534919970770716e-08, + "Y": 0.004586933180689812, + "U": 2.1853767684376635e-09, + "K": 5.649127388096531e-07, + "L": 1.9001701900833723e-07, + "G": 6.336921796901152e-05, + "F": 0.0011172485537827015, + "E": 2.3869038159318734e-06, + "T": 0.0018438048427924514, + "P": 0.0012429237831383944, + "-": 0.9910653233528137 + }, + "id": "tp_11754" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1469269, + "label": "-", + "classification": { + "B": 7.635945209472084e-09, + "S": 2.5022980025823927e-06, + "I": 0.0003397254622541368, + "C": 1.2289480082472437e-06, + "R": 3.4205979773105355e-06, + "M": 0.0002842176181729883, + "O": 4.2332932935096323e-05, + "W": 4.620084723683249e-07, + "N": 2.7127680368721485e-06, + "Y": 0.14834064245224, + "U": 2.647033259250975e-09, + "K": 1.2271626474102959e-05, + "L": 4.782825158144988e-07, + "G": 0.0005954692605882883, + "F": 0.002442199271172285, + "E": 1.3681048585567623e-05, + "T": 0.03123578242957592, + "P": 0.0015442611183971167, + "-": 0.8151386380195618 + }, + "id": "tp_11755" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1469403, + "label": "-", + "classification": { + "B": 3.3930982468177717e-09, + "S": 2.2764668301533675e-06, + "I": 1.421734509676753e-06, + "C": 1.561409590067342e-05, + "R": 1.4784101040277164e-05, + "M": 0.004127676133066416, + "O": 0.00025144804385490716, + "W": 2.4410059040747e-07, + "N": 1.3841813917281343e-08, + "Y": 0.15648086369037628, + "U": 9.908243669976002e-11, + "K": 1.6213428821743037e-08, + "L": 5.199341103434563e-05, + "G": 0.007380221039056778, + "F": 0.013741645030677319, + "E": 8.042274544095562e-07, + "T": 0.021793227642774582, + "P": 2.18769255297957e-05, + "-": 0.7961158752441406 + }, + "id": "tp_11756" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1469503, + "label": "-", + "classification": { + "B": 4.903481176654623e-09, + "S": 7.060157258820254e-07, + "I": 3.098897423114977e-06, + "C": 1.1388481269136719e-08, + "R": 1.633778268228525e-08, + "M": 0.00010100023791892454, + "O": 1.473098382120952e-05, + "W": 3.053155950283326e-08, + "N": 4.206140147289261e-08, + "Y": 0.002910416340455413, + "U": 5.127519589476215e-11, + "K": 2.4052126956775055e-09, + "L": 1.4323322261589055e-07, + "G": 4.0018912841333076e-05, + "F": 0.0010660617845132947, + "E": 5.396242386268568e-07, + "T": 0.0014674756675958633, + "P": 0.0014173397794365883, + "-": 0.9929783940315247 + }, + "id": "tp_11757" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1469636, + "label": "-", + "classification": { + "B": 1.2250455760920431e-08, + "S": 1.3720004972128663e-06, + "I": 4.268459179002093e-06, + "C": 1.0437664059281815e-05, + "R": 2.6167126634391025e-06, + "M": 2.8001850296277553e-05, + "O": 2.7838972528115846e-05, + "W": 9.417983051207557e-07, + "N": 4.574204695018125e-07, + "Y": 0.006800937000662088, + "U": 1.3422402744822648e-08, + "K": 1.58400071086362e-05, + "L": 7.544300615336397e-07, + "G": 0.00033318650093860924, + "F": 0.008468077518045902, + "E": 4.889371666649822e-06, + "T": 0.0030613632407039404, + "P": 0.0015995019348338246, + "-": 0.9796395301818848 + }, + "id": "tp_11758" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1469770, + "label": "-", + "classification": { + "B": 0.0002615086850710213, + "S": 0.0001627700839890167, + "I": 2.8394945275067585e-06, + "C": 1.9962778878834797e-06, + "R": 2.0510826743702637e-06, + "M": 0.0025690055917948484, + "O": 0.0012356536462903023, + "W": 8.516375601175241e-06, + "N": 4.145549681311422e-08, + "Y": 0.00045417292858473957, + "U": 2.1162764873849937e-09, + "K": 4.0567341152986103e-10, + "L": 0.0012584119103848934, + "G": 0.001972601981833577, + "F": 0.017431767657399178, + "E": 1.0014904546551406e-05, + "T": 0.0005119988927617669, + "P": 0.0012342303525656462, + "-": 0.9728823304176331 + }, + "id": "tp_11759" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1469903, + "label": "-", + "classification": { + "B": 1.5142900267051118e-08, + "S": 1.2370500144243124e-06, + "I": 1.5241165840507165e-07, + "C": 8.117048366784729e-08, + "R": 6.749025516228357e-08, + "M": 0.0003360424598213285, + "O": 2.0327535821706988e-05, + "W": 1.9321131361493826e-08, + "N": 1.8198419438064661e-09, + "Y": 0.004078295081853867, + "U": 1.830981546935284e-11, + "K": 2.6596835844827638e-09, + "L": 5.480293566506589e-06, + "G": 0.0011079581454396248, + "F": 0.029714543372392654, + "E": 9.082937140192371e-07, + "T": 0.0012262148084118962, + "P": 0.00011858694051625207, + "-": 0.963390052318573 + }, + "id": "tp_11760" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1470003, + "label": "-", + "classification": { + "B": 2.2136299904218504e-08, + "S": 6.227245421541738e-07, + "I": 4.564637038129149e-06, + "C": 3.242869865971443e-07, + "R": 1.1084016193763091e-07, + "M": 3.928107616957277e-05, + "O": 5.775439149147132e-06, + "W": 6.788484085973323e-08, + "N": 1.7929403384187026e-07, + "Y": 0.0021393466740846634, + "U": 7.46330997003497e-10, + "K": 9.6792518888833e-07, + "L": 1.1149651868436194e-07, + "G": 0.00014656731218565255, + "F": 0.007051832973957062, + "E": 1.2360998880467378e-05, + "T": 0.0010606087744235992, + "P": 0.0022143409587442875, + "-": 0.9873228669166565 + }, + "id": "tp_11761" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1470137, + "label": "-", + "classification": { + "B": 3.399798515602015e-06, + "S": 8.808202437649015e-06, + "I": 4.128305590711534e-06, + "C": 5.411833967627899e-07, + "R": 5.186237217458256e-07, + "M": 0.0006135623552836478, + "O": 0.00012065207556588575, + "W": 9.961654541257303e-07, + "N": 7.838085736011635e-08, + "Y": 0.0006662481464445591, + "U": 2.8741840019108622e-09, + "K": 5.45806155827222e-09, + "L": 2.3201986550702713e-05, + "G": 0.0002675389696378261, + "F": 0.0070679145865142345, + "E": 9.086877980735153e-06, + "T": 0.00044837326277047396, + "P": 0.0023412001319229603, + "-": 0.988423764705658 + }, + "id": "tp_11762" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1470270, + "label": "F", + "classification": { + "B": 1.1681696321375057e-07, + "S": 2.0056464563822374e-05, + "I": 4.072155945777922e-07, + "C": 2.023010529228486e-05, + "R": 2.565049271652242e-06, + "M": 0.0025535000022500753, + "O": 0.00010197001392953098, + "W": 5.970368306407181e-07, + "N": 3.287052052769468e-08, + "Y": 0.027873046696186066, + "U": 1.4148399118951716e-10, + "K": 2.7468906864669407e-06, + "L": 6.437722186092287e-05, + "G": 0.09678146243095398, + "F": 0.5583991408348083, + "E": 8.158339915098622e-05, + "T": 0.005309984553605318, + "P": 4.632673517335206e-05, + "-": 0.30874189734458923 + }, + "id": "tp_11763" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1470404, + "label": "-", + "classification": { + "B": 7.971324521349743e-06, + "S": 3.480808743461239e-07, + "I": 6.722967782479827e-07, + "C": 2.986595193377184e-09, + "R": 3.964905737063873e-09, + "M": 4.74901135021355e-05, + "O": 1.561372118885629e-05, + "W": 2.32962218404964e-08, + "N": 4.106721185337392e-09, + "Y": 3.103030758211389e-05, + "U": 5.189238275193908e-11, + "K": 9.033261118285285e-12, + "L": 1.3157559806131758e-06, + "G": 6.463559111580253e-05, + "F": 0.00031252141343429685, + "E": 2.5595779789000517e-06, + "T": 3.413105878280476e-05, + "P": 0.013880856335163116, + "-": 0.9856006503105164 + }, + "id": "tp_11764" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1470504, + "label": "-", + "classification": { + "B": 4.211060149827972e-05, + "S": 0.0037543654907494783, + "I": 0.0012284629046916962, + "C": 0.0012270309962332249, + "R": 0.001472252537496388, + "M": 0.02097838744521141, + "O": 0.01908290386199951, + "W": 0.0009079644223675132, + "N": 0.00024005262821447104, + "Y": 0.2590191662311554, + "U": 5.066389803687343e-06, + "K": 0.0033498054835945368, + "L": 0.001492912764661014, + "G": 0.05247996747493744, + "F": 0.05687616392970085, + "E": 0.0006941881729289889, + "T": 0.08688165992498398, + "P": 0.0035889805294573307, + "-": 0.4866785705089569 + }, + "id": "tp_11765" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1470637, + "label": "-", + "classification": { + "B": 4.393218841869384e-05, + "S": 7.181140244938433e-05, + "I": 0.00014145609748084098, + "C": 0.00023326236987486482, + "R": 0.00015813771460670978, + "M": 0.02132429927587509, + "O": 0.0036724612582474947, + "W": 3.1486157240578905e-05, + "N": 3.2773266411822988e-06, + "Y": 0.050114016979932785, + "U": 7.536406769759196e-07, + "K": 1.322490703614676e-07, + "L": 0.004002248868346214, + "G": 0.025197306647896767, + "F": 0.010437238961458206, + "E": 4.1999541281256825e-05, + "T": 0.028197254985570908, + "P": 0.0013307739282026887, + "-": 0.8549982309341431 + }, + "id": "tp_11766" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1470771, + "label": "-", + "classification": { + "B": 3.6265865865914293e-09, + "S": 1.402316797793901e-06, + "I": 1.965465799003141e-06, + "C": 1.0136497621715534e-05, + "R": 2.2192857613845263e-06, + "M": 0.000369968474842608, + "O": 6.25297543592751e-05, + "W": 6.267142111937574e-07, + "N": 9.674923973079785e-08, + "Y": 0.08636372536420822, + "U": 6.610995639810824e-10, + "K": 9.349335414299276e-06, + "L": 1.6788385437394027e-06, + "G": 0.0026461733505129814, + "F": 0.010344229638576508, + "E": 6.913057859492255e-06, + "T": 0.01097075641155243, + "P": 0.00012327838339842856, + "-": 0.8890848755836487 + }, + "id": "tp_11767" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1470904, + "label": "-", + "classification": { + "B": 1.0900481584030786e-06, + "S": 2.059529651887715e-05, + "I": 0.00013053847942501307, + "C": 1.909182628878625e-06, + "R": 1.7634234836805263e-06, + "M": 0.00035065284464508295, + "O": 0.00011271057155681774, + "W": 2.9316977361304453e-06, + "N": 7.453689704561839e-06, + "Y": 0.0413338728249073, + "U": 3.12761656573457e-08, + "K": 9.33663613977842e-06, + "L": 1.6048530824264162e-06, + "G": 0.0009622651850804687, + "F": 0.0056961593218147755, + "E": 5.165189577382989e-05, + "T": 0.008417278528213501, + "P": 0.005069976206868887, + "-": 0.9378281235694885 + }, + "id": "tp_11768" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1471004, + "label": "-", + "classification": { + "B": 3.831783601526695e-07, + "S": 3.819845346697548e-07, + "I": 0.00017255883722100407, + "C": 3.1764586765348213e-06, + "R": 1.7776717413653387e-06, + "M": 0.0001592715416336432, + "O": 2.0923900592606515e-05, + "W": 1.5923545504392678e-07, + "N": 3.798972556978697e-06, + "Y": 0.0007696064421907067, + "U": 6.002927221970822e-08, + "K": 2.272138743819596e-07, + "L": 1.4001653880768572e-06, + "G": 0.0002912506752181798, + "F": 0.00153012340888381, + "E": 6.681226659566164e-05, + "T": 0.0016405921196565032, + "P": 0.05864774063229561, + "-": 0.9366896748542786 + }, + "id": "tp_11769" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1471138, + "label": "-", + "classification": { + "B": 2.4078517526504584e-05, + "S": 0.00010668094182619825, + "I": 0.0006939746672287583, + "C": 7.950303552206606e-05, + "R": 0.00010985301196342334, + "M": 0.008336675353348255, + "O": 0.0017373068258166313, + "W": 3.2428946724394336e-05, + "N": 1.853771391324699e-05, + "Y": 0.0220166128128767, + "U": 7.42628117222921e-07, + "K": 4.622206233761972e-06, + "L": 0.00034726125886663795, + "G": 0.0038533287588506937, + "F": 0.0059382240287959576, + "E": 0.0001733944081934169, + "T": 0.027263961732387543, + "P": 0.004598227329552174, + "-": 0.9246644973754883 + }, + "id": "tp_11770" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1471271, + "label": "-", + "classification": { + "B": 1.2733005760878768e-08, + "S": 1.98357970049301e-08, + "I": 1.870329100484014e-07, + "C": 8.648824767476526e-09, + "R": 1.4474990095436624e-09, + "M": 3.864747213810915e-06, + "O": 1.2453998579076142e-06, + "W": 7.387128686531241e-09, + "N": 7.457943596023142e-09, + "Y": 2.324795968888793e-05, + "U": 2.5017299343232935e-10, + "K": 8.150553121311077e-09, + "L": 2.1545973893921655e-08, + "G": 1.8960547549795592e-06, + "F": 0.0006851908401586115, + "E": 7.602275218232535e-07, + "T": 1.941660048032645e-05, + "P": 0.004055995959788561, + "-": 0.9952080845832825 + }, + "id": "tp_11771" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1471405, + "label": "-", + "classification": { + "B": 9.994711655525457e-12, + "S": 3.1503941122501544e-10, + "I": 1.3516443075900497e-08, + "C": 2.147929301088425e-08, + "R": 5.876862996245791e-09, + "M": 1.4547846376444795e-06, + "O": 8.577987387070607e-08, + "W": 8.07152122916932e-11, + "N": 3.996820929774714e-11, + "Y": 0.0012144631473347545, + "U": 1.561077330770877e-12, + "K": 3.0241734116920327e-10, + "L": 8.186246347463566e-09, + "G": 2.447867882438004e-05, + "F": 0.000583190587349236, + "E": 1.1936322152905632e-08, + "T": 6.146812665974721e-05, + "P": 5.9256457461742684e-05, + "-": 0.9980555772781372 + }, + "id": "tp_11772" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1471505, + "label": "-", + "classification": { + "B": 0.00015344478015322238, + "S": 4.4550379243446514e-05, + "I": 9.857232726062648e-06, + "C": 3.518046287354082e-05, + "R": 1.1803571396740153e-05, + "M": 0.0025146505795419216, + "O": 0.0006400038837455213, + "W": 9.019136996357702e-06, + "N": 5.588567546510603e-07, + "Y": 0.0011876815697178245, + "U": 6.560466658811492e-08, + "K": 4.468630621090597e-08, + "L": 0.00018669232667889446, + "G": 0.0006975753931328654, + "F": 0.0019036289304494858, + "E": 3.482063766568899e-05, + "T": 0.0025645068380981684, + "P": 0.002511275000870228, + "-": 0.9874946475028992 + }, + "id": "tp_11773" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1471638, + "label": "-", + "classification": { + "B": 8.874620834831148e-05, + "S": 3.714357808348723e-05, + "I": 7.78111134422943e-05, + "C": 1.1628309039224405e-05, + "R": 1.3924870472692419e-05, + "M": 0.010487379506230354, + "O": 0.0012382155982777476, + "W": 5.167506515135756e-06, + "N": 6.378940611284634e-07, + "Y": 0.03356313705444336, + "U": 1.3079726635112365e-08, + "K": 2.7209063446775872e-08, + "L": 0.00026469369186088443, + "G": 0.011010103859007359, + "F": 0.0031214484479278326, + "E": 1.707416413410101e-05, + "T": 0.020601216703653336, + "P": 0.000622378836851567, + "-": 0.9188392162322998 + }, + "id": "tp_11774" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1471772, + "label": "-", + "classification": { + "B": 1.4940102118998766e-05, + "S": 9.317016520071775e-05, + "I": 0.0013712646905332804, + "C": 0.0037913285195827484, + "R": 0.00148071872536093, + "M": 0.006361350882798433, + "O": 0.00138972164131701, + "W": 3.581508281058632e-05, + "N": 4.369551606941968e-05, + "Y": 0.3855867087841034, + "U": 2.2741439806850394e-06, + "K": 3.189544804627076e-05, + "L": 0.0005020790849812329, + "G": 0.05129709094762802, + "F": 0.0292365662753582, + "E": 0.00014209546498022974, + "T": 0.08217612653970718, + "P": 0.002266472205519676, + "-": 0.4341766834259033 + }, + "id": "tp_11775" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1471905, + "label": "-", + "classification": { + "B": 1.4629472389060538e-06, + "S": 1.4323901496027247e-06, + "I": 1.53824712469941e-05, + "C": 4.5483964640880004e-05, + "R": 1.540737139293924e-05, + "M": 0.00036419148091226816, + "O": 9.107092046178877e-05, + "W": 9.749140872372664e-07, + "N": 6.713579523420776e-07, + "Y": 0.003995484206825495, + "U": 2.9332392159631127e-07, + "K": 1.2580262875871995e-07, + "L": 3.536489384714514e-05, + "G": 0.0005373550811782479, + "F": 0.001368071069009602, + "E": 7.108906629582634e-06, + "T": 0.0040455954149365425, + "P": 0.0037819610442966223, + "-": 0.9856925010681152 + }, + "id": "tp_11776" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1472005, + "label": "-", + "classification": { + "B": 7.624036584275018e-07, + "S": 7.938377166283317e-06, + "I": 0.00014731258852407336, + "C": 0.0001520778314443305, + "R": 6.563142960658297e-05, + "M": 0.0012142874766141176, + "O": 0.0003021906013600528, + "W": 9.112372936215252e-06, + "N": 7.849447683838662e-06, + "Y": 0.042916957288980484, + "U": 1.208206185765448e-06, + "K": 8.865423296811059e-06, + "L": 4.380684913485311e-05, + "G": 0.0015712789027020335, + "F": 0.005410549230873585, + "E": 8.014045306481421e-05, + "T": 0.015250636264681816, + "P": 0.005020131357014179, + "-": 0.9277892112731934 + }, + "id": "tp_11777" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1472139, + "label": "-", + "classification": { + "B": 6.1251030274434015e-06, + "S": 5.3544754337053746e-05, + "I": 0.00015696429181843996, + "C": 0.00014166322944220155, + "R": 5.424815390142612e-05, + "M": 0.006408050190657377, + "O": 0.0005303287180140615, + "W": 9.35233310883632e-06, + "N": 4.731858098239172e-06, + "Y": 0.09588516503572464, + "U": 2.637555382989376e-07, + "K": 3.146668677800335e-05, + "L": 0.00014933010970707983, + "G": 0.025654388591647148, + "F": 0.03389964997768402, + "E": 0.00017282266344409436, + "T": 0.0319095104932785, + "P": 0.0013433968415483832, + "-": 0.8035890460014343 + }, + "id": "tp_11778" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1472272, + "label": "-", + "classification": { + "B": 6.147647280130286e-09, + "S": 3.304021234384891e-08, + "I": 5.626741312880768e-07, + "C": 5.4106184421698345e-08, + "R": 2.6512779527365637e-08, + "M": 5.098749625176424e-06, + "O": 1.1893228020198876e-06, + "W": 6.576933664348417e-09, + "N": 8.651813487858817e-09, + "Y": 0.00015460432041436434, + "U": 2.1546206485645314e-10, + "K": 6.0481939456735745e-09, + "L": 7.471617635701477e-08, + "G": 2.090475391014479e-05, + "F": 0.004139875527471304, + "E": 9.580787718732608e-07, + "T": 6.303923146333545e-05, + "P": 0.004536407999694347, + "-": 0.9910770654678345 + }, + "id": "tp_11779" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1472406, + "label": "-", + "classification": { + "B": 1.783132756827399e-05, + "S": 2.476733925504959e-06, + "I": 0.0001904525706777349, + "C": 1.3549894902098458e-05, + "R": 6.017995474394411e-06, + "M": 0.003724002977833152, + "O": 0.0001581749675096944, + "W": 8.359443199879024e-07, + "N": 6.772008305233612e-07, + "Y": 0.03559499979019165, + "U": 4.4019905942604964e-08, + "K": 1.238726543562052e-08, + "L": 5.963404328213073e-05, + "G": 0.0030031369533389807, + "F": 0.0004627203743439168, + "E": 2.9918237487436272e-05, + "T": 0.02013518288731575, + "P": 0.001465748529881239, + "-": 0.9351345896720886 + }, + "id": "tp_11780" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1472506, + "label": "-", + "classification": { + "B": 4.336698999907185e-09, + "S": 1.4469250118054333e-06, + "I": 4.966234996572894e-07, + "C": 5.956368909210141e-07, + "R": 4.957707915309584e-07, + "M": 0.00021578949235845357, + "O": 4.265135066816583e-05, + "W": 1.7424200393634237e-07, + "N": 2.3726114406485976e-08, + "Y": 0.011970551684498787, + "U": 2.3548593630629e-10, + "K": 1.1842281821827783e-07, + "L": 2.098790446325438e-06, + "G": 0.0004165417922195047, + "F": 0.020339874550700188, + "E": 1.2111933074265835e-06, + "T": 0.0019980326760560274, + "P": 0.0003921730094589293, + "-": 0.9646177291870117 + }, + "id": "tp_11781" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1472639, + "label": "-", + "classification": { + "B": 3.204169161108439e-07, + "S": 1.4460631518886657e-06, + "I": 5.3667670727008954e-05, + "C": 6.698770448565483e-06, + "R": 8.471382898278534e-06, + "M": 0.00043125159572809935, + "O": 9.449235949432477e-05, + "W": 1.2260868516023038e-06, + "N": 6.716255711580743e-07, + "Y": 0.00872307363897562, + "U": 4.7282863846476175e-08, + "K": 1.789307049193667e-07, + "L": 1.0305872820026707e-05, + "G": 0.0006232797750271857, + "F": 0.001085317344404757, + "E": 1.1208672731299885e-05, + "T": 0.003914233762770891, + "P": 0.0033981145825237036, + "-": 0.9816360473632812 + }, + "id": "tp_11782" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1472773, + "label": "-", + "classification": { + "B": 9.576941462086097e-10, + "S": 3.9106314630998895e-08, + "I": 4.114315743208863e-06, + "C": 1.1984262471287366e-08, + "R": 3.8206248831329503e-08, + "M": 1.9105567844235338e-05, + "O": 2.9506811642932007e-06, + "W": 7.956272973785872e-09, + "N": 2.249884190064222e-08, + "Y": 0.0045998794957995415, + "U": 9.345563906082432e-11, + "K": 1.8355095221522788e-09, + "L": 2.1277150707987857e-08, + "G": 9.946855243470054e-06, + "F": 4.278576670913026e-05, + "E": 2.8703713184086155e-08, + "T": 0.008841674774885178, + "P": 0.0005789994029328227, + "-": 0.985900342464447 + }, + "id": "tp_11783" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1472906, + "label": "-", + "classification": { + "B": 3.0471293939626776e-05, + "S": 1.542994323244784e-05, + "I": 1.7664257256910787e-06, + "C": 1.7907181018017582e-06, + "R": 9.537199048281764e-07, + "M": 0.0001612020714674145, + "O": 0.00014122165157459676, + "W": 3.173295908709406e-06, + "N": 7.37055856347979e-08, + "Y": 0.00012908776989206672, + "U": 6.850315426021325e-09, + "K": 1.3605458093479683e-08, + "L": 4.102723687537946e-05, + "G": 0.00027321733068674803, + "F": 0.01779097318649292, + "E": 4.667153007176239e-06, + "T": 0.00016533771122340113, + "P": 0.004538642708212137, + "-": 0.9767009615898132 + }, + "id": "tp_11784" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1473006, + "label": "-", + "classification": { + "B": 1.8614721284393454e-06, + "S": 1.1599226127145812e-05, + "I": 0.00016731048526708037, + "C": 3.24623761116527e-05, + "R": 2.1347430447349325e-05, + "M": 0.0018049743957817554, + "O": 0.0001595696376170963, + "W": 4.861321940552443e-06, + "N": 4.048089522257214e-06, + "Y": 0.05442946404218674, + "U": 4.148375580825814e-07, + "K": 1.9264207367086783e-06, + "L": 2.9206707040430047e-05, + "G": 0.0017115470254793763, + "F": 0.0060914610512554646, + "E": 3.0268334739957936e-05, + "T": 0.02867606095969677, + "P": 0.0034620806109160185, + "-": 0.903359591960907 + }, + "id": "tp_11785" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1473140, + "label": "-", + "classification": { + "B": 2.359489492675948e-09, + "S": 5.329385377450535e-09, + "I": 1.9229494796491053e-07, + "C": 4.704391187715373e-07, + "R": 5.638594302581623e-08, + "M": 6.072073574614478e-06, + "O": 5.56084387426381e-07, + "W": 3.2158626872558216e-09, + "N": 3.664359926602856e-09, + "Y": 0.00010556140478001907, + "U": 2.9756833108685043e-10, + "K": 2.180141756014109e-08, + "L": 9.147630208872215e-08, + "G": 2.4242428480647504e-05, + "F": 0.004273696336895227, + "E": 1.5981869410097715e-06, + "T": 5.6769014918245375e-05, + "P": 0.002311144955456257, + "-": 0.9932194352149963 + }, + "id": "tp_11786" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1473273, + "label": "-", + "classification": { + "B": 1.2547966221632123e-08, + "S": 3.3644401042920435e-08, + "I": 5.96552126808092e-06, + "C": 5.565923402173212e-07, + "R": 1.0876943434823261e-07, + "M": 3.5679759093909524e-06, + "O": 1.293267132496112e-06, + "W": 1.8247924060688092e-08, + "N": 7.720591099769081e-08, + "Y": 0.0003020626027137041, + "U": 6.900601423609487e-09, + "K": 9.971458325708227e-09, + "L": 1.2704919072348275e-07, + "G": 1.4888799341861159e-05, + "F": 0.0005451415781863034, + "E": 9.251276082977711e-07, + "T": 0.00017289826064370573, + "P": 0.016272475942969322, + "-": 0.9826797246932983 + }, + "id": "tp_11787" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1473407, + "label": "-", + "classification": { + "B": 2.1005494943437952e-07, + "S": 5.308076538312889e-07, + "I": 9.92690274870256e-06, + "C": 1.1445114296293468e-06, + "R": 7.083306741151318e-07, + "M": 3.6998575524194166e-05, + "O": 1.0400508472230285e-05, + "W": 1.4640498591234063e-07, + "N": 1.3190864933676494e-07, + "Y": 0.0019291250500828028, + "U": 1.908168512088082e-09, + "K": 2.781713170918465e-08, + "L": 4.5809650828232407e-07, + "G": 7.151884346967563e-05, + "F": 0.0008591949590481818, + "E": 2.3823704395908862e-06, + "T": 0.0007749291253276169, + "P": 0.0048788548447191715, + "-": 0.9914231896400452 + }, + "id": "tp_11788" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1473507, + "label": "-", + "classification": { + "B": 1.263610300838991e-07, + "S": 1.2166174201411195e-06, + "I": 2.399940228769992e-07, + "C": 7.303269740077667e-06, + "R": 2.021755108216894e-06, + "M": 0.0003909846709575504, + "O": 3.9146372728282586e-05, + "W": 2.848428835022787e-07, + "N": 1.4316689167515051e-08, + "Y": 0.0008151210495270789, + "U": 2.6579967116191483e-09, + "K": 8.739244350408626e-08, + "L": 1.3099980606057215e-05, + "G": 0.0007633088971488178, + "F": 0.00939395185559988, + "E": 2.4016173938434804e-06, + "T": 0.0009595656883902848, + "P": 0.0003465787449385971, + "-": 0.9872645139694214 + }, + "id": "tp_11789" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1473640, + "label": "Y", + "classification": { + "B": 6.490590009899933e-11, + "S": 3.976683444761875e-07, + "I": 9.700519285615883e-07, + "C": 8.192963832698297e-06, + "R": 2.4807291083561722e-06, + "M": 0.0002579798747319728, + "O": 6.558588211191818e-05, + "W": 8.591696598614362e-08, + "N": 1.1429502677628989e-08, + "Y": 0.7673217058181763, + "U": 8.325975325851331e-12, + "K": 1.3056600209893077e-06, + "L": 1.5092083458512207e-06, + "G": 0.02012927271425724, + "F": 0.004451352171599865, + "E": 5.12472524860641e-07, + "T": 0.037521474063396454, + "P": 1.7893976291816216e-06, + "-": 0.17023541033267975 + }, + "id": "tp_11790" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1473774, + "label": "-", + "classification": { + "B": 1.5502793075938825e-06, + "S": 9.940971722244285e-06, + "I": 4.246663593221456e-05, + "C": 2.287399365741294e-05, + "R": 6.250987098610494e-06, + "M": 0.005482859909534454, + "O": 0.00023176857212092727, + "W": 1.158353825303493e-06, + "N": 7.409152544823883e-07, + "Y": 0.11316977441310883, + "U": 1.0524554561186505e-08, + "K": 2.8684010544566263e-07, + "L": 2.7672967917169444e-05, + "G": 0.006606197450309992, + "F": 0.0038232700899243355, + "E": 4.809668826055713e-05, + "T": 0.03095421940088272, + "P": 0.0006400690181180835, + "-": 0.8389308452606201 + }, + "id": "tp_11791" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1473907, + "label": "-", + "classification": { + "B": 3.4559102246589646e-09, + "S": 1.3653792052537028e-07, + "I": 1.30557907596085e-07, + "C": 3.963119610261856e-09, + "R": 1.343673172726767e-08, + "M": 2.044854591076728e-05, + "O": 9.601632882549893e-06, + "W": 1.6407293301767822e-08, + "N": 3.151535699075225e-10, + "Y": 0.0003691342135425657, + "U": 3.3890355799481853e-12, + "K": 3.6213703476922765e-12, + "L": 3.12557773440858e-07, + "G": 5.893518391530961e-06, + "F": 0.0001023631266434677, + "E": 4.777254147825261e-09, + "T": 0.0004916554316878319, + "P": 4.7796467697480693e-05, + "-": 0.9989525079727173 + }, + "id": "tp_11792" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1474007, + "label": "-", + "classification": { + "B": 5.555219617647822e-10, + "S": 2.662950304710421e-09, + "I": 3.892410234129784e-07, + "C": 5.261401270217902e-07, + "R": 7.587403416664529e-08, + "M": 1.1562615327420644e-05, + "O": 8.613465638518392e-07, + "W": 1.3325237580019689e-09, + "N": 2.0805481781849267e-09, + "Y": 0.001399177243001759, + "U": 7.549743469281722e-11, + "K": 2.569192858459246e-09, + "L": 3.83032308093334e-08, + "G": 3.896406997228041e-05, + "F": 0.00030176580185070634, + "E": 3.541444471011346e-07, + "T": 0.00014620677393395454, + "P": 0.0008195717819035053, + "-": 0.997280478477478 + }, + "id": "tp_11793" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1474141, + "label": "-", + "classification": { + "B": 4.184697445452912e-06, + "S": 5.88326338402112e-06, + "I": 9.763263369677588e-05, + "C": 0.00019880068430211395, + "R": 6.250443402677774e-05, + "M": 0.00046962828491814435, + "O": 0.00013308666530065238, + "W": 7.5167749855609145e-06, + "N": 8.820310540613718e-06, + "Y": 0.01324649341404438, + "U": 4.085591626790119e-06, + "K": 9.269201109418646e-05, + "L": 3.0787727155257016e-05, + "G": 0.0022266714368015528, + "F": 0.018229462206363678, + "E": 0.00016627489821985364, + "T": 0.004060541745275259, + "P": 0.013878777623176575, + "-": 0.9470762014389038 + }, + "id": "tp_11794" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1474274, + "label": "F", + "classification": { + "B": 4.15686542964977e-08, + "S": 0.00022079476912040263, + "I": 6.357169013426756e-08, + "C": 2.475314431649167e-05, + "R": 1.2530413187050726e-05, + "M": 0.009965277276933193, + "O": 0.002704395679756999, + "W": 2.491006853233557e-06, + "N": 6.184441847523203e-09, + "Y": 0.0689058005809784, + "U": 2.7906820951328903e-11, + "K": 3.4965634654327005e-07, + "L": 0.001318379770964384, + "G": 0.28997430205345154, + "F": 0.43866148591041565, + "E": 6.933873351044895e-07, + "T": 0.017527317628264427, + "P": 9.90460080174671e-07, + "-": 0.17068028450012207 + }, + "id": "tp_11795" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1474408, + "label": "-", + "classification": { + "B": 1.2966918649937043e-09, + "S": 4.279028189557721e-07, + "I": 3.2775236036286515e-07, + "C": 1.155957079390646e-06, + "R": 2.5057255470528617e-07, + "M": 7.61683113523759e-05, + "O": 1.860407428466715e-05, + "W": 1.9203508827558835e-07, + "N": 8.389248051798859e-08, + "Y": 0.003976889885962009, + "U": 6.983822409267759e-10, + "K": 2.026438778557349e-05, + "L": 2.427004517358e-07, + "G": 0.00044545234413817525, + "F": 0.03580259531736374, + "E": 1.0037896572612226e-05, + "T": 0.001169091439805925, + "P": 0.0006483602337539196, + "-": 0.9578297734260559 + }, + "id": "tp_11796" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1474508, + "label": "-", + "classification": { + "B": 6.597717372436307e-10, + "S": 1.2776197877428785e-09, + "I": 4.5773333567922236e-08, + "C": 3.2952931494634186e-09, + "R": 6.660634266353327e-10, + "M": 5.118722583574709e-07, + "O": 6.193285173594631e-08, + "W": 1.191001325340224e-10, + "N": 4.0837125347970016e-10, + "Y": 6.908559589646757e-05, + "U": 4.0404914657121704e-12, + "K": 1.1406359190502258e-09, + "L": 2.911393792714989e-09, + "G": 1.5576260921079665e-05, + "F": 0.0014054563362151384, + "E": 8.496132863911043e-07, + "T": 2.0569332264130935e-05, + "P": 0.0015629620756953955, + "-": 0.9969249367713928 + }, + "id": "tp_11797" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1474641, + "label": "-", + "classification": { + "B": 7.531206214217434e-10, + "S": 7.90454564025822e-08, + "I": 2.0481569151797885e-07, + "C": 2.0531427225023435e-08, + "R": 5.651771939341188e-09, + "M": 5.5676509873592295e-06, + "O": 1.5277653346856823e-06, + "W": 1.2958818018660168e-08, + "N": 1.1524799781170714e-08, + "Y": 0.00016386060451623052, + "U": 1.7369132521150021e-10, + "K": 1.3709166069020284e-07, + "L": 2.0893807572974765e-08, + "G": 7.668285434192512e-06, + "F": 0.0031963689252734184, + "E": 8.146107575157657e-07, + "T": 0.00010860768816201016, + "P": 0.0017976798117160797, + "-": 0.9947174191474915 + }, + "id": "tp_11798" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1474775, + "label": "-", + "classification": { + "B": 3.37748980259317e-13, + "S": 3.365755374060142e-12, + "I": 3.39539028004765e-08, + "C": 2.4512233909312897e-10, + "R": 1.36388983440483e-10, + "M": 4.8004391572931127e-08, + "O": 5.062376740028185e-09, + "W": 1.998313407108876e-12, + "N": 5.129416683069543e-11, + "Y": 7.512624870287254e-05, + "U": 1.093507662891513e-12, + "K": 9.785071190815398e-12, + "L": 3.910002877027807e-11, + "G": 3.378041526502784e-07, + "F": 4.763477136293659e-06, + "E": 2.8577427091391883e-09, + "T": 1.9797236745944247e-05, + "P": 0.0011359535856172442, + "-": 0.9987640380859375 + }, + "id": "tp_11799" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1474908, + "label": "-", + "classification": { + "B": 1.1247882412135368e-06, + "S": 4.302393335819943e-06, + "I": 6.066207333788043e-06, + "C": 2.4030969143495895e-05, + "R": 1.8293969333171844e-05, + "M": 0.0005657123983837664, + "O": 0.000284970534266904, + "W": 2.065123908323585e-06, + "N": 1.2002021776424954e-07, + "Y": 0.0035096900537610054, + "U": 1.8693548042847397e-08, + "K": 6.183604739362636e-08, + "L": 8.102706487989053e-05, + "G": 0.0007685485179536045, + "F": 0.004762763157486916, + "E": 4.707573225459782e-06, + "T": 0.001037318492308259, + "P": 0.0006752403569407761, + "-": 0.9882538318634033 + }, + "id": "tp_11800" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1475008, + "label": "-", + "classification": { + "B": 5.6271161952281545e-08, + "S": 1.4554873928318557e-07, + "I": 3.695747000165284e-05, + "C": 8.578486813348718e-06, + "R": 2.730753294599708e-06, + "M": 0.0003795320226345211, + "O": 1.595705543877557e-05, + "W": 5.7388451324413836e-08, + "N": 2.852141847142775e-07, + "Y": 0.016629617661237717, + "U": 9.164156544727575e-09, + "K": 1.2919620928641962e-07, + "L": 2.598352921268088e-06, + "G": 0.001400155946612358, + "F": 0.0007170691387727857, + "E": 4.670632188208401e-05, + "T": 0.002321020932868123, + "P": 0.004404271487146616, + "-": 0.9740341305732727 + }, + "id": "tp_11801" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1475142, + "label": "-", + "classification": { + "B": 8.40718694661291e-09, + "S": 7.207777485973565e-08, + "I": 4.346925197751261e-05, + "C": 4.317224409078335e-07, + "R": 3.710243845489458e-07, + "M": 5.362317824619822e-05, + "O": 7.144262781366706e-06, + "W": 2.6242023665190573e-08, + "N": 5.585177405009745e-07, + "Y": 0.005481561180204153, + "U": 4.54318138665144e-09, + "K": 3.077532895190416e-08, + "L": 1.4490157695945527e-07, + "G": 6.282693357206881e-05, + "F": 0.0001558984658913687, + "E": 2.57384590440779e-06, + "T": 0.004664410836994648, + "P": 0.005715304519981146, + "-": 0.9838115572929382 + }, + "id": "tp_11802" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1475275, + "label": "-", + "classification": { + "B": 5.462532044475665e-07, + "S": 7.543480023741722e-05, + "I": 2.6087027436005883e-05, + "C": 1.0498429219296668e-05, + "R": 9.825194865697995e-06, + "M": 0.008519667200744152, + "O": 0.0009380199480801821, + "W": 6.612757260882063e-06, + "N": 5.892587751077372e-07, + "Y": 0.16565077006816864, + "U": 3.914602864085737e-09, + "K": 2.56669750342553e-06, + "L": 7.49895116314292e-05, + "G": 0.009796696715056896, + "F": 0.018631063401699066, + "E": 1.6394273188780062e-05, + "T": 0.052753426134586334, + "P": 0.00010112184099853039, + "-": 0.7433856725692749 + }, + "id": "tp_11803" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1475375, + "label": "-", + "classification": { + "B": 4.858064298063347e-11, + "S": 8.310019339319297e-10, + "I": 1.2588472486640967e-07, + "C": 8.970876486102952e-09, + "R": 1.2389831383075034e-09, + "M": 7.728911555204832e-07, + "O": 7.235303201014176e-08, + "W": 3.254629066251624e-10, + "N": 3.165121720272168e-09, + "Y": 2.5758750780369155e-05, + "U": 7.616526853659877e-11, + "K": 4.542795029038871e-09, + "L": 6.19774898069636e-10, + "G": 3.225422062769212e-07, + "F": 0.00012168032117187977, + "E": 1.7480745384546026e-07, + "T": 2.522661270631943e-05, + "P": 0.007048380561172962, + "-": 0.9927774667739868 + }, + "id": "tp_11804" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1475509, + "label": "-", + "classification": { + "B": 1.2686514310189523e-06, + "S": 3.311722878152068e-07, + "I": 3.190378038198105e-06, + "C": 4.866949893767014e-06, + "R": 1.4211379948392278e-06, + "M": 0.00011487672600196674, + "O": 1.9527336917235516e-05, + "W": 1.1261307264476272e-07, + "N": 4.083767279894346e-08, + "Y": 0.0021737690549343824, + "U": 1.8975640614371514e-08, + "K": 1.2197429732907494e-08, + "L": 1.5964189515216276e-05, + "G": 0.0005953494692221284, + "F": 0.002220091177150607, + "E": 5.124297786096577e-06, + "T": 0.0005787299596704543, + "P": 0.0018642520299181342, + "-": 0.992401123046875 + }, + "id": "tp_11805" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1475642, + "label": "-", + "classification": { + "B": 8.526260899088811e-06, + "S": 0.00018524819461163133, + "I": 6.868966011097655e-05, + "C": 6.147725798655301e-05, + "R": 6.426964682759717e-05, + "M": 0.004601896274834871, + "O": 0.0018134588608518243, + "W": 3.0352752219187096e-05, + "N": 3.9123610804381315e-06, + "Y": 0.013994741253554821, + "U": 2.4383189156651497e-07, + "K": 1.7034918755598483e-06, + "L": 0.0004392737173475325, + "G": 0.00322666740976274, + "F": 0.017128197476267815, + "E": 4.681333666667342e-05, + "T": 0.010933579877018929, + "P": 0.0035105084534734488, + "-": 0.943880558013916 + }, + "id": "tp_11806" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1475776, + "label": "-", + "classification": { + "B": 8.663534390507266e-05, + "S": 0.00011250454554101452, + "I": 0.000604800705332309, + "C": 0.0002276849845657125, + "R": 0.00021129092783667147, + "M": 0.011212319135665894, + "O": 0.0026950694154947996, + "W": 4.277482730685733e-05, + "N": 1.3031472008151468e-05, + "Y": 0.03910046070814133, + "U": 1.8292575987288728e-06, + "K": 1.8377188553131418e-06, + "L": 0.0010088791605085135, + "G": 0.013834324665367603, + "F": 0.00965723767876625, + "E": 9.843019506661221e-05, + "T": 0.026786817237734795, + "P": 0.003864608472213149, + "-": 0.8904393911361694 + }, + "id": "tp_11807" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1475876, + "label": "-", + "classification": { + "B": 3.3758446038589796e-10, + "S": 1.2071207367014836e-09, + "I": 7.89253817856661e-09, + "C": 1.3035169610375874e-09, + "R": 1.3746366267497478e-09, + "M": 1.7708569430396892e-05, + "O": 2.5517681478959275e-07, + "W": 2.0450474647049077e-10, + "N": 9.025297870168814e-12, + "Y": 0.0001813812123145908, + "U": 7.039423839845516e-13, + "K": 1.3271529708536178e-11, + "L": 5.286113236024903e-08, + "G": 1.839030664996244e-05, + "F": 0.00020152363867964596, + "E": 1.2345247490941347e-08, + "T": 4.8739984777057543e-05, + "P": 4.0322145650861785e-05, + "-": 0.9994914531707764 + }, + "id": "tp_11808" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1476009, + "label": "-", + "classification": { + "B": 1.8737907794275088e-06, + "S": 2.485125332896132e-05, + "I": 7.770421507302672e-05, + "C": 7.085799006745219e-05, + "R": 3.117940650554374e-05, + "M": 0.0014607759658247232, + "O": 0.00031695261714048684, + "W": 5.895697540836409e-06, + "N": 3.049033921342925e-06, + "Y": 0.028891414403915405, + "U": 1.3754682015587605e-07, + "K": 8.4533594417735e-06, + "L": 6.956213474040851e-05, + "G": 0.0063211084343492985, + "F": 0.0298484954982996, + "E": 0.00013682014832738787, + "T": 0.006301624700427055, + "P": 0.0032921028323471546, + "-": 0.9231372475624084 + }, + "id": "tp_11809" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1476143, + "label": "-", + "classification": { + "B": 3.6141457826488477e-07, + "S": 5.232780040387297e-06, + "I": 7.35680150683038e-05, + "C": 2.6210791475023143e-06, + "R": 4.25361167799565e-06, + "M": 0.00036826025461778045, + "O": 7.822249608580023e-05, + "W": 2.0136219518462894e-06, + "N": 3.46578190146829e-06, + "Y": 0.007329336367547512, + "U": 2.2645019726041937e-07, + "K": 6.343849236145616e-06, + "L": 5.0998819460801315e-06, + "G": 0.00033781019737944007, + "F": 0.005477352999150753, + "E": 1.7619198843021877e-05, + "T": 0.004831854719668627, + "P": 0.014486685395240784, + "-": 0.9669697880744934 + }, + "id": "tp_11810" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1476276, + "label": "-", + "classification": { + "B": 1.8714699123734135e-08, + "S": 3.4531169035290077e-07, + "I": 3.9686878494649136e-07, + "C": 7.589786150674627e-07, + "R": 2.194379931097501e-07, + "M": 0.0004514692700468004, + "O": 1.3979903997096699e-05, + "W": 1.8039333582464678e-08, + "N": 3.649023527785289e-09, + "Y": 0.0025101907085627317, + "U": 1.7811646602083897e-10, + "K": 3.8615541875230974e-09, + "L": 1.0404360182292294e-05, + "G": 0.0012044560862705112, + "F": 0.02033867873251438, + "E": 1.4437084701057756e-06, + "T": 0.0008749160333536565, + "P": 0.0002399660152150318, + "-": 0.9743528366088867 + }, + "id": "tp_11811" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1476376, + "label": "Y", + "classification": { + "B": 8.587004884930138e-08, + "S": 1.5666048057028092e-05, + "I": 0.00015613196592312306, + "C": 1.73583557625534e-05, + "R": 9.043591489898972e-06, + "M": 0.00028794645913876593, + "O": 0.0001826012012315914, + "W": 3.6135802474746015e-06, + "N": 6.875043709442252e-06, + "Y": 0.49994003772735596, + "U": 3.531095194020395e-09, + "K": 0.00010192075569648296, + "L": 9.614701639293344e-07, + "G": 0.004451953340321779, + "F": 0.005596796050667763, + "E": 2.1356927391025238e-05, + "T": 0.04282882437109947, + "P": 0.0004110537702217698, + "-": 0.4459677040576935 + }, + "id": "tp_11812" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1476510, + "label": "-", + "classification": { + "B": 6.331241820589639e-06, + "S": 5.408165088738315e-05, + "I": 0.0007422365597449243, + "C": 1.0384250344941393e-05, + "R": 2.092034264933318e-05, + "M": 0.0012347466545179486, + "O": 0.000565366935916245, + "W": 7.685118362132926e-06, + "N": 1.7127918908954598e-05, + "Y": 0.028396906331181526, + "U": 2.891002282012778e-07, + "K": 9.2852371835761e-07, + "L": 3.961889888159931e-05, + "G": 0.0018831202760338783, + "F": 0.0033922132570296526, + "E": 2.6662311938707717e-05, + "T": 0.03329192474484444, + "P": 0.010109918192029, + "-": 0.9201995134353638 + }, + "id": "tp_11813" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1476643, + "label": "-", + "classification": { + "B": 2.3353734945885662e-07, + "S": 1.1035964320171843e-07, + "I": 1.1642131312328274e-06, + "C": 1.0403862233943073e-06, + "R": 1.3963850165055192e-07, + "M": 2.786009463306982e-05, + "O": 3.565585075193667e-06, + "W": 2.260940235032649e-08, + "N": 1.4257450331456312e-08, + "Y": 0.00043180794455111027, + "U": 1.1193911353402086e-09, + "K": 2.6569447086899345e-08, + "L": 8.964285598267452e-07, + "G": 0.0003043609031010419, + "F": 0.008282656781375408, + "E": 9.219865205523092e-06, + "T": 0.00011080748663516715, + "P": 0.0036817332729697227, + "-": 0.9871442914009094 + }, + "id": "tp_11814" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1476777, + "label": "-", + "classification": { + "B": 8.753211295697838e-05, + "S": 8.832286403048784e-05, + "I": 0.003169524949043989, + "C": 0.00017066666623577476, + "R": 2.6466475901543163e-05, + "M": 0.0008851423044689, + "O": 0.00028095609741285443, + "W": 2.6946252546622418e-05, + "N": 0.0005520073464140296, + "Y": 0.005232180934399366, + "U": 1.3781580491922796e-05, + "K": 0.0001511130394646898, + "L": 4.8165056796278805e-05, + "G": 0.0031095442827790976, + "F": 0.019192906096577644, + "E": 0.01251999381929636, + "T": 0.003325284691527486, + "P": 0.3733822703361511, + "-": 0.5777371525764465 + }, + "id": "tp_11815" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1476877, + "label": "-", + "classification": { + "B": 9.714189218357205e-06, + "S": 6.933294116606703e-06, + "I": 0.00016823307669255883, + "C": 2.255919207527768e-05, + "R": 4.576216269924771e-06, + "M": 0.0002869516029022634, + "O": 6.570007099071518e-05, + "W": 4.103427727386588e-06, + "N": 2.2542375518241897e-05, + "Y": 0.004237657878547907, + "U": 1.8563704315965879e-06, + "K": 7.318685675272718e-05, + "L": 8.902609806682449e-06, + "G": 0.0016550833825021982, + "F": 0.013229124248027802, + "E": 0.002062529558315873, + "T": 0.001698032021522522, + "P": 0.11311674863100052, + "-": 0.8633254766464233 + }, + "id": "tp_11816" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1477010, + "label": "-", + "classification": { + "B": 9.099434805648343e-08, + "S": 4.5416172156365064e-08, + "I": 2.570794094935991e-05, + "C": 9.587373824615497e-06, + "R": 9.140438805843587e-07, + "M": 2.105424937326461e-05, + "O": 2.4082401068881154e-06, + "W": 6.836017973910202e-08, + "N": 5.762097998740501e-07, + "Y": 0.0007004222134128213, + "U": 6.263422136498775e-08, + "K": 9.57319912231469e-07, + "L": 2.872233437756222e-07, + "G": 8.119316044030711e-05, + "F": 0.0013512966688722372, + "E": 7.29312960174866e-05, + "T": 0.00015580547915305942, + "P": 0.0505204014480114, + "-": 0.9470561146736145 + }, + "id": "tp_11817" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1477144, + "label": "-", + "classification": { + "B": 1.58981163167482e-06, + "S": 2.5643619210313773e-06, + "I": 0.00023146563034970313, + "C": 1.9412158508202992e-05, + "R": 7.123308932932559e-06, + "M": 2.4022352590691298e-05, + "O": 2.9393333534244448e-05, + "W": 4.94796449856949e-06, + "N": 3.075334461755119e-05, + "Y": 0.0009069179650396109, + "U": 2.2456529222836252e-06, + "K": 0.0001258911652257666, + "L": 1.452324340789346e-06, + "G": 0.00026038329815492034, + "F": 0.0076058777049183846, + "E": 0.0003999067994300276, + "T": 0.0004249978519510478, + "P": 0.26983946561813354, + "-": 0.7200815677642822 + }, + "id": "tp_11818" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1477277, + "label": "P", + "classification": { + "B": 4.295045437174849e-05, + "S": 0.0001153309567598626, + "I": 0.0059863426722586155, + "C": 5.2797728130826727e-05, + "R": 2.3081023755366914e-05, + "M": 0.0003186457324773073, + "O": 0.0002123469312209636, + "W": 3.6957448173779994e-05, + "N": 0.002313755452632904, + "Y": 0.0036693462170660496, + "U": 9.324526217824314e-06, + "K": 0.0011202438035979867, + "L": 1.0316941370547283e-05, + "G": 0.0023913292679935694, + "F": 0.012174967676401138, + "E": 0.014040995389223099, + "T": 0.0027576752472668886, + "P": 0.7580140829086304, + "-": 0.1967095285654068 + }, + "id": "tp_11819" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1477377, + "label": "-", + "classification": { + "B": 1.510402285020973e-06, + "S": 2.460174641782942e-07, + "I": 1.0185279279539827e-05, + "C": 6.91577156430867e-07, + "R": 8.851225175021682e-08, + "M": 1.9946983229601756e-05, + "O": 6.4492492128920276e-06, + "W": 1.7707253618937102e-07, + "N": 4.264976496415329e-07, + "Y": 7.258138793986291e-05, + "U": 1.3006667742843092e-08, + "K": 1.4953724303268245e-07, + "L": 3.0162962616486766e-07, + "G": 6.336206570267677e-05, + "F": 0.0007741276640444994, + "E": 4.748478750116192e-05, + "T": 6.78888100082986e-05, + "P": 0.11550872027873993, + "-": 0.8834255337715149 + }, + "id": "tp_11820" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1477511, + "label": "-", + "classification": { + "B": 1.3489195225702133e-05, + "S": 2.206688122896594e-06, + "I": 0.00019324306049384177, + "C": 9.640771168051288e-06, + "R": 3.801508910328266e-06, + "M": 0.00013645006401930004, + "O": 0.0001227524335263297, + "W": 3.059157734242035e-06, + "N": 5.021103334001964e-06, + "Y": 0.0005688692908734083, + "U": 5.69507051295659e-07, + "K": 7.827903658608193e-08, + "L": 2.0772395146195777e-05, + "G": 0.00024396223307121545, + "F": 0.0004876197490375489, + "E": 4.642134081223048e-05, + "T": 0.0008337418548762798, + "P": 0.1047276183962822, + "-": 0.8925806879997253 + }, + "id": "tp_11821" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1477644, + "label": "-", + "classification": { + "B": 1.6578862869209843e-06, + "S": 8.617931257504097e-07, + "I": 0.0005175682599656284, + "C": 1.771940333128441e-05, + "R": 5.468753442983143e-06, + "M": 5.607693310594186e-05, + "O": 2.4076654881355353e-05, + "W": 3.015924448845908e-06, + "N": 2.515765663702041e-05, + "Y": 0.0016529553104192019, + "U": 2.395669525867561e-06, + "K": 6.341859261738136e-05, + "L": 1.6688364894434926e-06, + "G": 0.00030816326034255326, + "F": 0.0027408686000853777, + "E": 0.000413144618505612, + "T": 0.0005529519403353333, + "P": 0.1712494194507599, + "-": 0.8223633766174316 + }, + "id": "tp_11822" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1477778, + "label": "-", + "classification": { + "B": 4.0254487743141e-08, + "S": 1.038332264613473e-08, + "I": 1.0302987902832683e-05, + "C": 1.0787299231651559e-07, + "R": 1.2747198852025576e-08, + "M": 2.5238900889235083e-06, + "O": 1.1349375199642964e-06, + "W": 1.3637118101428314e-08, + "N": 1.0446537856978466e-07, + "Y": 1.8800470570567995e-05, + "U": 2.138987653665936e-09, + "K": 8.322345590450198e-10, + "L": 3.700828443697901e-08, + "G": 2.3154268546932144e-06, + "F": 2.489817052264698e-05, + "E": 3.695725126817706e-06, + "T": 2.8385076802805997e-05, + "P": 0.15932254493236542, + "-": 0.8405851125717163 + }, + "id": "tp_11823" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1477878, + "label": "-", + "classification": { + "B": 5.929485791256184e-09, + "S": 1.4331638098497024e-08, + "I": 2.196628429373959e-06, + "C": 4.0119570599017607e-07, + "R": 1.1485420259305101e-07, + "M": 4.800326223630691e-06, + "O": 1.5853062222959124e-06, + "W": 7.906112209354887e-09, + "N": 3.1135851230601475e-08, + "Y": 8.97521895240061e-05, + "U": 1.3128587106336909e-09, + "K": 2.4287865052485813e-09, + "L": 1.0494439095509733e-07, + "G": 1.3694629160454497e-05, + "F": 0.0005019284435547888, + "E": 1.2446841992641566e-06, + "T": 8.094820805126801e-05, + "P": 0.012092748656868935, + "-": 0.9872102737426758 + }, + "id": "tp_11824" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1478011, + "label": "-", + "classification": { + "B": 2.094906470517799e-09, + "S": 3.554310179509912e-09, + "I": 1.2500092907430371e-06, + "C": 5.185479778901936e-08, + "R": 1.1634767815849045e-08, + "M": 5.858530585101107e-07, + "O": 1.9886090285581304e-07, + "W": 5.548051795756237e-09, + "N": 2.0178255510927556e-08, + "Y": 4.1764986235648394e-05, + "U": 7.59964535745894e-10, + "K": 1.7228467186214402e-07, + "L": 4.698253786017403e-09, + "G": 3.0152259569149464e-06, + "F": 0.0028198722284287214, + "E": 4.023102974315407e-06, + "T": 5.0733547141135205e-06, + "P": 0.02723603881895542, + "-": 0.969887912273407 + }, + "id": "tp_11825" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1478145, + "label": "-", + "classification": { + "B": 7.67070559959393e-06, + "S": 1.334533294539142e-06, + "I": 0.0004796624416485429, + "C": 3.191872383467853e-05, + "R": 4.311880275054136e-06, + "M": 0.00014444188855122775, + "O": 4.49208018835634e-05, + "W": 2.5046806513273623e-06, + "N": 2.6307281586923636e-05, + "Y": 0.0009717491921037436, + "U": 1.6857746913956362e-06, + "K": 1.4113512406765949e-05, + "L": 4.309948508307571e-06, + "G": 0.0006134820869192481, + "F": 0.003174331272020936, + "E": 0.0007406739168800414, + "T": 0.00045113693340681493, + "P": 0.23680056631565094, + "-": 0.756484866142273 + }, + "id": "tp_11826" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1478278, + "label": "-", + "classification": { + "B": 1.652903236504244e-08, + "S": 4.345626081203591e-08, + "I": 3.921241295756772e-05, + "C": 7.808424697941518e-07, + "R": 2.2332928040214028e-07, + "M": 5.930105999141233e-06, + "O": 1.5731928897366743e-06, + "W": 1.2868600407500708e-08, + "N": 7.338807108681067e-07, + "Y": 0.00018081128655467182, + "U": 4.107352236104589e-09, + "K": 5.7439013545490525e-08, + "L": 5.5236036189398874e-08, + "G": 4.481333962758072e-05, + "F": 0.0011994701344519854, + "E": 2.9156899472582154e-05, + "T": 7.260394340846688e-05, + "P": 0.09198920428752899, + "-": 0.9064353704452515 + }, + "id": "tp_11827" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1478378, + "label": "-", + "classification": { + "B": 9.391755156684667e-05, + "S": 0.00011585927131818607, + "I": 0.005532565992325544, + "C": 0.00040579307824373245, + "R": 0.00023482331016566604, + "M": 0.002455604262650013, + "O": 0.001005177735351026, + "W": 0.00010924768139375374, + "N": 0.0007981876260600984, + "Y": 0.033754657953977585, + "U": 4.4734959374181926e-05, + "K": 0.0012389670591801405, + "L": 0.00010449120600242168, + "G": 0.007854780182242393, + "F": 0.016965489834547043, + "E": 0.004564306233078241, + "T": 0.013790341094136238, + "P": 0.09668063372373581, + "-": 0.8142504096031189 + }, + "id": "tp_11828" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1478512, + "label": "-", + "classification": { + "B": 8.718990862632836e-09, + "S": 2.2021287904294695e-08, + "I": 2.996679540956393e-05, + "C": 1.897225274660741e-07, + "R": 3.55048328515295e-08, + "M": 4.067129793838831e-06, + "O": 1.1983835292994627e-06, + "W": 2.885415995024232e-08, + "N": 9.260143087885808e-07, + "Y": 0.0001518336939625442, + "U": 1.3825615319262852e-08, + "K": 3.3142040933853423e-07, + "L": 2.3471155685683698e-08, + "G": 7.4578169915184844e-06, + "F": 0.0002632618707139045, + "E": 2.1833140635862947e-05, + "T": 0.00014715382712893188, + "P": 0.15433642268180847, + "-": 0.8450351357460022 + }, + "id": "tp_11829" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1478645, + "label": "-", + "classification": { + "B": 3.8852252970400514e-08, + "S": 1.912575555707008e-07, + "I": 0.00283536477945745, + "C": 3.752792690647766e-05, + "R": 6.220467639650451e-06, + "M": 3.982137786806561e-05, + "O": 8.35697846923722e-06, + "W": 5.129566602590785e-07, + "N": 3.436888800933957e-05, + "Y": 0.005076465662568808, + "U": 1.5105467809917172e-07, + "K": 1.240667643287452e-05, + "L": 3.5007738574677205e-07, + "G": 0.00021105444466229528, + "F": 0.0013785276096314192, + "E": 0.00031813184614293277, + "T": 0.000825252674985677, + "P": 0.24891938269138336, + "-": 0.740295946598053 + }, + "id": "tp_11830" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1478779, + "label": "-", + "classification": { + "B": 0.0012388542527332902, + "S": 0.0009772783378139138, + "I": 0.006733074318617582, + "C": 0.0011877930955961347, + "R": 0.00027734521427191794, + "M": 0.00570253748446703, + "O": 0.0019897730089724064, + "W": 0.0005809802678413689, + "N": 0.0023241115268319845, + "Y": 0.016938699409365654, + "U": 0.0003551628615241498, + "K": 0.004078081343322992, + "L": 0.0005038486560806632, + "G": 0.011876455508172512, + "F": 0.051416587084531784, + "E": 0.04058791324496269, + "T": 0.009540614672005177, + "P": 0.27608102560043335, + "-": 0.5676098465919495 + }, + "id": "tp_11831" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1478879, + "label": "-", + "classification": { + "B": 5.780097490060143e-05, + "S": 7.785963680362329e-05, + "I": 0.03002174012362957, + "C": 0.0011878593359142542, + "R": 0.0005277524469420314, + "M": 0.002927473746240139, + "O": 0.0006089355447329581, + "W": 7.762224413454533e-05, + "N": 0.001432232093065977, + "Y": 0.07412005215883255, + "U": 4.0863422327674925e-05, + "K": 0.00105128507129848, + "L": 9.8835036624223e-05, + "G": 0.013929447159171104, + "F": 0.012278523296117783, + "E": 0.007680848240852356, + "T": 0.026823177933692932, + "P": 0.1900348961353302, + "-": 0.637022852897644 + }, + "id": "tp_11832" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1479012, + "label": "-", + "classification": { + "B": 2.0850286091445014e-05, + "S": 9.866398613667116e-06, + "I": 0.0003490024828352034, + "C": 2.522673094063066e-05, + "R": 3.7673003134841565e-06, + "M": 7.18136434443295e-05, + "O": 7.414908759528771e-05, + "W": 1.2284177500987425e-05, + "N": 8.277413144242018e-05, + "Y": 0.0005254041170701385, + "U": 8.162481208273675e-06, + "K": 0.00015852270007599145, + "L": 4.275641458661994e-06, + "G": 0.0004142223042435944, + "F": 0.006612206343561411, + "E": 0.002720178570598364, + "T": 0.0003951419494114816, + "P": 0.47935590147972107, + "-": 0.509156346321106 + }, + "id": "tp_11833" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1479146, + "label": "-", + "classification": { + "B": 7.94282243532507e-07, + "S": 6.917206718526359e-08, + "I": 0.00018764146079774946, + "C": 7.28416762285633e-06, + "R": 1.1115745337519911e-06, + "M": 0.00012080524174962193, + "O": 5.944898020970868e-06, + "W": 4.216154891878432e-08, + "N": 1.193734419757675e-06, + "Y": 0.0018070723162963986, + "U": 3.6542171955034064e-08, + "K": 1.9925849414903496e-08, + "L": 1.6926339867495699e-06, + "G": 0.0004536009219009429, + "F": 0.00035857161856256425, + "E": 7.220010593300685e-05, + "T": 0.0014823856763541698, + "P": 0.0641409233212471, + "-": 0.9313586950302124 + }, + "id": "tp_11834" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1479279, + "label": "-", + "classification": { + "B": 5.9552512539085e-06, + "S": 1.9051979052164825e-06, + "I": 2.251066325698048e-05, + "C": 3.3306935165455798e-06, + "R": 4.000611625087913e-06, + "M": 0.00016611491446383297, + "O": 7.037397881504148e-05, + "W": 1.3589605032393592e-06, + "N": 6.146357236502809e-07, + "Y": 0.0013318011770024896, + "U": 6.958212139807074e-08, + "K": 2.141406696409831e-07, + "L": 9.493377547187265e-06, + "G": 0.00042020759428851306, + "F": 0.001896928995847702, + "E": 1.91854724107543e-05, + "T": 0.0005937461974099278, + "P": 0.012988630682229996, + "-": 0.9824634790420532 + }, + "id": "tp_11835" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1479379, + "label": "-", + "classification": { + "B": 0.007458489388227463, + "S": 0.00013278859842102975, + "I": 0.00023441431403625757, + "C": 6.361284613376483e-05, + "R": 2.3979357138159685e-05, + "M": 0.0017796679167076945, + "O": 0.0015053859679028392, + "W": 3.621275754994713e-05, + "N": 1.5744413758511655e-05, + "Y": 0.0012061966117471457, + "U": 1.0224056268270942e-06, + "K": 4.710676648755907e-07, + "L": 0.0005669405800290406, + "G": 0.006158969830721617, + "F": 0.011937840841710567, + "E": 0.0009464850882068276, + "T": 0.0010650268523022532, + "P": 0.08482933789491653, + "-": 0.8820374011993408 + }, + "id": "tp_11836" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1479513, + "label": "-", + "classification": { + "B": 9.277871868107468e-05, + "S": 0.00021127628860995173, + "I": 0.0016025184886530042, + "C": 0.0008145574247464538, + "R": 0.00021481142903212458, + "M": 0.0022017364390194416, + "O": 0.0011527568567544222, + "W": 0.00014351743448060006, + "N": 0.00022940343478694558, + "Y": 0.022068636491894722, + "U": 1.9234566934756003e-05, + "K": 0.0008565483731217682, + "L": 0.0001538229116704315, + "G": 0.007082784082740545, + "F": 0.031676676124334335, + "E": 0.0061120158061385155, + "T": 0.0064934901893138885, + "P": 0.053023502230644226, + "-": 0.8658499717712402 + }, + "id": "tp_11837" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1479646, + "label": "-", + "classification": { + "B": 3.762212145375088e-06, + "S": 3.387956212463905e-06, + "I": 6.749920430593193e-05, + "C": 2.510895910745603e-06, + "R": 6.651740136476292e-07, + "M": 4.934642493026331e-05, + "O": 3.112118429271504e-05, + "W": 2.4689618385309586e-06, + "N": 4.5307901928026695e-06, + "Y": 0.00039331542211584747, + "U": 2.2497899010431865e-07, + "K": 1.989523980228114e-06, + "L": 3.184831030011992e-06, + "G": 0.0001376788131892681, + "F": 0.006755511276423931, + "E": 0.0001253864320460707, + "T": 0.0002294195001013577, + "P": 0.1858021765947342, + "-": 0.8063858151435852 + }, + "id": "tp_11838" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1479780, + "label": "-", + "classification": { + "B": 2.40794997807825e-06, + "S": 4.214821274217684e-06, + "I": 0.0002105160237988457, + "C": 6.373225915012881e-05, + "R": 1.5719784641987644e-05, + "M": 0.0001594108180142939, + "O": 5.6540324294473976e-05, + "W": 4.0423215068585705e-06, + "N": 1.0923734407697339e-05, + "Y": 0.0032160640694200993, + "U": 3.2728476071497425e-06, + "K": 3.442148954491131e-05, + "L": 7.625676062161801e-06, + "G": 0.0004912252770736814, + "F": 0.005331712309271097, + "E": 0.0001026836471282877, + "T": 0.0016727865440770984, + "P": 0.032609596848487854, + "-": 0.9560031294822693 + }, + "id": "tp_11839" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1479880, + "label": "-", + "classification": { + "B": 3.716778351758876e-08, + "S": 8.02716257908287e-08, + "I": 9.709436562843621e-05, + "C": 1.9634946511359885e-05, + "R": 1.915085022119456e-06, + "M": 2.659624624357093e-05, + "O": 5.047776085120859e-06, + "W": 1.5925721186249575e-07, + "N": 5.565064839174738e-06, + "Y": 0.0006118128658272326, + "U": 2.3630792611584184e-07, + "K": 6.394711817847565e-06, + "L": 3.294694295163936e-07, + "G": 8.525412704329938e-05, + "F": 0.0024372595362365246, + "E": 0.00018972571706399322, + "T": 0.00029631389770656824, + "P": 0.09330780804157257, + "-": 0.9029087424278259 + }, + "id": "tp_11840" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1480013, + "label": "-", + "classification": { + "B": 7.494903684346355e-07, + "S": 3.6694905247713905e-07, + "I": 0.00034023684565909207, + "C": 7.630783511558548e-05, + "R": 1.6547090126550756e-05, + "M": 7.015294977463782e-05, + "O": 2.479607610439416e-05, + "W": 9.8240559509577e-07, + "N": 8.107173925964162e-06, + "Y": 0.0006788413156755269, + "U": 1.548798763906234e-06, + "K": 4.233771051076474e-06, + "L": 6.552329068654217e-06, + "G": 0.00039266032399609685, + "F": 0.004975324496626854, + "E": 0.00011931789777008817, + "T": 0.00038634362863376737, + "P": 0.13580414652824402, + "-": 0.8570926785469055 + }, + "id": "tp_11841" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1480147, + "label": "-", + "classification": { + "B": 2.8873093469883315e-05, + "S": 8.684053682372905e-06, + "I": 0.0011644898913800716, + "C": 0.00011920952965738252, + "R": 2.7777789000538178e-05, + "M": 0.00025976196047849953, + "O": 0.0001330893428530544, + "W": 1.1096147318312433e-05, + "N": 9.176523599307984e-05, + "Y": 0.0010964422253891826, + "U": 1.0149086847377475e-05, + "K": 1.0905786439252552e-05, + "L": 2.3975611838977784e-05, + "G": 0.0007419942994602025, + "F": 0.002449050545692444, + "E": 0.0007645852747373283, + "T": 0.0016290716594085097, + "P": 0.38804376125335693, + "-": 0.6033852696418762 + }, + "id": "tp_11842" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1480280, + "label": "-", + "classification": { + "B": 0.0005218756850808859, + "S": 0.0001471865689381957, + "I": 0.00042531112558208406, + "C": 9.901430166792125e-05, + "R": 4.217621608404443e-05, + "M": 0.001396557199768722, + "O": 0.0007067536353133619, + "W": 7.185618596849963e-05, + "N": 5.832080205436796e-05, + "Y": 0.007002916652709246, + "U": 8.003604307305068e-06, + "K": 3.4957807656610385e-05, + "L": 0.00015276880003511906, + "G": 0.003916181158274412, + "F": 0.024939699098467827, + "E": 0.0016817741561681032, + "T": 0.003226158907637, + "P": 0.08935295045375824, + "-": 0.8662156462669373 + }, + "id": "tp_11843" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1480380, + "label": "-", + "classification": { + "B": 6.974010466365144e-05, + "S": 9.595984920451883e-06, + "I": 0.001376225263811648, + "C": 0.00011602502490859479, + "R": 3.838280463241972e-05, + "M": 0.0005144415190443397, + "O": 0.00028869486413896084, + "W": 2.9681494197575375e-05, + "N": 0.0001039532944560051, + "Y": 0.0010865450603887439, + "U": 1.0594087143545039e-05, + "K": 1.3775336810795125e-05, + "L": 4.220200207782909e-05, + "G": 0.000877546495757997, + "F": 0.0022745418827980757, + "E": 0.0014008189318701625, + "T": 0.0012329028686508536, + "P": 0.3283199667930603, + "-": 0.6621943712234497 + }, + "id": "tp_11844" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1480514, + "label": "P", + "classification": { + "B": 2.5417804749849893e-07, + "S": 1.824420081675271e-08, + "I": 0.0003728051669895649, + "C": 7.591261237394065e-06, + "R": 4.904374577563431e-07, + "M": 8.816193258098792e-06, + "O": 1.1544582321221242e-06, + "W": 6.751459835641072e-08, + "N": 5.781299023510655e-06, + "Y": 0.0001577848888700828, + "U": 2.5204468556694337e-07, + "K": 1.8009189943768433e-06, + "L": 1.6037002126267907e-07, + "G": 6.696859782095999e-05, + "F": 0.0006007667980156839, + "E": 0.0002986041654367, + "T": 6.736117938999087e-05, + "P": 0.5686511993408203, + "-": 0.4297581911087036 + }, + "id": "tp_11845" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1480647, + "label": "P", + "classification": { + "B": 1.1024292689398862e-05, + "S": 1.2699826584139373e-05, + "I": 0.014739193953573704, + "C": 0.00014957512030377984, + "R": 4.299776264815591e-05, + "M": 0.00019868940580636263, + "O": 9.687542478786781e-05, + "W": 1.1735969565052073e-05, + "N": 0.0007837639423087239, + "Y": 0.0010607597650960088, + "U": 8.094757504295558e-06, + "K": 2.0414810933289118e-05, + "L": 1.3373187357501592e-05, + "G": 0.0003171977587044239, + "F": 0.0016070905840024352, + "E": 0.0016919922782108188, + "T": 0.0007884689839556813, + "P": 0.7513589859008789, + "-": 0.2270870953798294 + }, + "id": "tp_11846" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1480781, + "label": "-", + "classification": { + "B": 1.08765198092442e-06, + "S": 3.507129804347642e-07, + "I": 4.29818537668325e-05, + "C": 2.255318577226717e-06, + "R": 1.0284991276421351e-06, + "M": 0.00011957032984355465, + "O": 1.3405148820311297e-05, + "W": 1.8617419073052588e-07, + "N": 4.0662203559804766e-07, + "Y": 0.0019322183215990663, + "U": 2.63241020093119e-08, + "K": 3.401632966415491e-07, + "L": 1.3151945950085064e-06, + "G": 0.00027350898017175496, + "F": 0.0015802524285390973, + "E": 5.521501589100808e-05, + "T": 0.00045577026321552694, + "P": 0.013827938586473465, + "-": 0.9816920757293701 + }, + "id": "tp_11847" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1480881, + "label": "-", + "classification": { + "B": 3.7622706372530956e-07, + "S": 6.671207586350647e-08, + "I": 4.7032201109686866e-05, + "C": 4.240133876010077e-06, + "R": 7.252257319123601e-07, + "M": 1.9691760826390237e-05, + "O": 3.5950424717157148e-06, + "W": 7.913798327763288e-08, + "N": 7.064235205689329e-07, + "Y": 0.0006460483418777585, + "U": 5.733154040399313e-08, + "K": 3.2461022669849626e-07, + "L": 6.731862072228978e-07, + "G": 0.00014269372331909835, + "F": 0.002913163974881172, + "E": 6.059800216462463e-05, + "T": 0.00015111472748685628, + "P": 0.06596216559410095, + "-": 0.9300466775894165 + }, + "id": "tp_11848" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1481014, + "label": "-", + "classification": { + "B": 4.49922617917764e-06, + "S": 5.296668859955389e-06, + "I": 0.00041604493162594736, + "C": 2.3665916160098277e-05, + "R": 1.2842049727623817e-05, + "M": 0.00011864960106322542, + "O": 0.0001132288743974641, + "W": 9.87850762612652e-06, + "N": 2.7006066375179216e-05, + "Y": 0.0011368932900950313, + "U": 3.2736966204538476e-06, + "K": 7.059817562549142e-06, + "L": 1.1232152246520855e-05, + "G": 0.00023841716756578535, + "F": 0.0023602559231221676, + "E": 9.647119441069663e-05, + "T": 0.001823071506805718, + "P": 0.127790167927742, + "-": 0.8658020496368408 + }, + "id": "tp_11849" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1481148, + "label": "P", + "classification": { + "B": 6.056985057512065e-06, + "S": 1.5983184766810155e-06, + "I": 9.98019240796566e-05, + "C": 1.2024376019326155e-06, + "R": 8.464583345357823e-08, + "M": 1.2333010090515018e-05, + "O": 1.2651743418246042e-05, + "W": 1.3272809837872046e-06, + "N": 1.23703985082102e-05, + "Y": 1.447416070732288e-05, + "U": 1.821918544919754e-07, + "K": 3.1064081440490554e-07, + "L": 7.183027719293023e-07, + "G": 9.281980055675376e-06, + "F": 0.0003098379820585251, + "E": 0.0001605535508133471, + "T": 7.610537431901321e-05, + "P": 0.7336187958717346, + "-": 0.26566240191459656 + }, + "id": "tp_11850" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1481281, + "label": "-", + "classification": { + "B": 1.6286827531075687e-07, + "S": 1.872114374634748e-08, + "I": 1.489308851887472e-05, + "C": 1.1397369235055521e-06, + "R": 2.0737492434363958e-07, + "M": 7.796297722961754e-06, + "O": 3.6666597225121222e-06, + "W": 3.40818537836185e-08, + "N": 1.548176982169025e-07, + "Y": 0.00012022510054521263, + "U": 5.314308992865335e-09, + "K": 1.748269862211771e-09, + "L": 2.893889927690907e-07, + "G": 4.660595004679635e-05, + "F": 9.962971671484411e-05, + "E": 6.907979695824906e-06, + "T": 6.464446050813422e-05, + "P": 0.10521260648965836, + "-": 0.8944209814071655 + }, + "id": "tp_11851" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1481381, + "label": "-", + "classification": { + "B": 4.3521811932123455e-08, + "S": 5.7738692049724705e-08, + "I": 0.0001602248230483383, + "C": 2.371976734139025e-06, + "R": 3.9181625766104844e-07, + "M": 1.7988852050621063e-05, + "O": 4.693617029261077e-06, + "W": 9.115628074596316e-08, + "N": 3.726649765667389e-06, + "Y": 7.973781612236053e-05, + "U": 8.411215901560354e-08, + "K": 1.6826112414491945e-07, + "L": 3.8461251961052767e-07, + "G": 3.9899816329125315e-05, + "F": 0.0003403706068638712, + "E": 8.990927744889632e-05, + "T": 0.00019247984164394438, + "P": 0.2919539511203766, + "-": 0.7071133852005005 + }, + "id": "tp_11852" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1481515, + "label": "-", + "classification": { + "B": 6.76878002536796e-08, + "S": 1.4945353399298256e-08, + "I": 3.93126902054064e-06, + "C": 1.4910423828951025e-07, + "R": 2.091952922000928e-08, + "M": 5.20240348578227e-07, + "O": 9.584996405465063e-07, + "W": 3.4723541375569766e-08, + "N": 1.107659741705902e-07, + "Y": 8.719787729205564e-06, + "U": 7.0293717513436604e-09, + "K": 2.0526298882828087e-08, + "L": 2.845866831080457e-08, + "G": 2.136700913979439e-06, + "F": 0.0002909610921051353, + "E": 2.5811116302065784e-06, + "T": 1.4897363143973053e-05, + "P": 0.18763042986392975, + "-": 0.8120443224906921 + }, + "id": "tp_11853" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1481648, + "label": "-", + "classification": { + "B": 9.274168405681849e-06, + "S": 7.063362659209815e-07, + "I": 0.00010495202877791598, + "C": 7.553065643151058e-06, + "R": 2.112828951794654e-06, + "M": 0.00014003703836351633, + "O": 4.7149613237706944e-05, + "W": 5.944278882452636e-07, + "N": 2.15614113585616e-06, + "Y": 0.0006348887109197676, + "U": 1.6047187045842293e-07, + "K": 7.076088337498732e-08, + "L": 7.566562999272719e-06, + "G": 0.0007084526005201042, + "F": 0.0009740150417201221, + "E": 0.00015408158651553094, + "T": 0.0004378796147648245, + "P": 0.07935549318790436, + "-": 0.9174128770828247 + }, + "id": "tp_11854" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1481782, + "label": "-", + "classification": { + "B": 7.869493856560439e-06, + "S": 6.010656306898454e-06, + "I": 0.0012992587871849537, + "C": 2.534783743612934e-05, + "R": 4.599125531967729e-06, + "M": 0.0001642947900108993, + "O": 4.999090378987603e-05, + "W": 5.66194921702845e-06, + "N": 0.00014054634084459394, + "Y": 0.0010210551554337144, + "U": 3.5223865779698826e-06, + "K": 2.1115383788128383e-05, + "L": 4.473595708986977e-06, + "G": 0.00017172440129797906, + "F": 0.0016207374865189195, + "E": 0.0026196297258138657, + "T": 0.0013498639455065131, + "P": 0.4658816456794739, + "-": 0.5256027579307556 + }, + "id": "tp_11855" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1481882, + "label": "-", + "classification": { + "B": 3.6794872357859276e-06, + "S": 2.4028774987527868e-06, + "I": 0.0012593516148626804, + "C": 0.0001416151790181175, + "R": 5.764068919233978e-05, + "M": 0.00030887353932484984, + "O": 0.0001677046820987016, + "W": 4.078060101164738e-06, + "N": 3.285454658907838e-05, + "Y": 0.01996517740190029, + "U": 1.977774900296936e-06, + "K": 5.530732778424863e-06, + "L": 1.4489229215541855e-05, + "G": 0.002764032455161214, + "F": 0.0017648456851020455, + "E": 0.00013626871805172414, + "T": 0.005563675891608, + "P": 0.04141213372349739, + "-": 0.9263936877250671 + }, + "id": "tp_11856" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1482015, + "label": "-", + "classification": { + "B": 0.0007777928258292377, + "S": 0.00010371836833655834, + "I": 0.00583646260201931, + "C": 0.0003296112408861518, + "R": 0.00016121738008223474, + "M": 0.0019060714403167367, + "O": 0.0013954676687717438, + "W": 0.00016579079965595156, + "N": 0.0005729147815145552, + "Y": 0.008071230724453926, + "U": 5.257870361674577e-05, + "K": 6.988842505961657e-05, + "L": 0.0002242580521851778, + "G": 0.005200330633670092, + "F": 0.004091582261025906, + "E": 0.0023253702092915773, + "T": 0.0075731463730335236, + "P": 0.3453114926815033, + "-": 0.6158310770988464 + }, + "id": "tp_11857" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1482149, + "label": "-", + "classification": { + "B": 2.533977931307163e-05, + "S": 1.1144639756821562e-05, + "I": 0.001108681783080101, + "C": 0.00019749975763261318, + "R": 8.044076821533963e-05, + "M": 0.0008708992972970009, + "O": 0.00020098814275115728, + "W": 1.2761342077283189e-05, + "N": 9.387077443534508e-05, + "Y": 0.013019039295613766, + "U": 8.454027010884602e-06, + "K": 0.00010938201012322679, + "L": 3.732600453076884e-05, + "G": 0.005883197765797377, + "F": 0.01681453362107277, + "E": 0.0023094555363059044, + "T": 0.0053893630392849445, + "P": 0.13875402510166168, + "-": 0.8150736689567566 + }, + "id": "tp_11858" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1482282, + "label": "-", + "classification": { + "B": 0.00011938447278225794, + "S": 6.3213797147909645e-06, + "I": 0.002964373677968979, + "C": 0.0007608761079609394, + "R": 0.00025014765560626984, + "M": 0.001380886766128242, + "O": 0.00038993408088572323, + "W": 2.247300471935887e-05, + "N": 9.554775897413492e-05, + "Y": 0.004234006628394127, + "U": 2.8286909582675435e-05, + "K": 8.003969014680479e-06, + "L": 0.00020878367649856955, + "G": 0.0031497161835432053, + "F": 0.0027946936897933483, + "E": 0.0010331111261621118, + "T": 0.0032424037344753742, + "P": 0.19028186798095703, + "-": 0.7890291213989258 + }, + "id": "tp_11859" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1482382, + "label": "-", + "classification": { + "B": 2.4126115022227168e-05, + "S": 1.0922511137323454e-05, + "I": 0.0004530876758508384, + "C": 6.240954098757356e-05, + "R": 1.0258185284328647e-05, + "M": 0.0004618608218152076, + "O": 0.00014994360390119255, + "W": 9.061558557732496e-06, + "N": 6.545536598423496e-05, + "Y": 0.0018022978911176324, + "U": 5.389706075220602e-06, + "K": 3.6570079828379676e-05, + "L": 1.4366984942171257e-05, + "G": 0.0007185746799223125, + "F": 0.006943032145500183, + "E": 0.0010007485980167985, + "T": 0.0013265145244076848, + "P": 0.20429567992687225, + "-": 0.7826097011566162 + }, + "id": "tp_11860" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1482516, + "label": "-", + "classification": { + "B": 4.985522537026554e-07, + "S": 1.1307653124958961e-07, + "I": 0.00014944086433388293, + "C": 2.1260206267470494e-05, + "R": 2.2683889255858958e-06, + "M": 3.811572605627589e-05, + "O": 8.85389727045549e-06, + "W": 1.5833165889489464e-07, + "N": 3.851394922094187e-06, + "Y": 0.000521842681337148, + "U": 2.9378870181062666e-07, + "K": 6.718377107972628e-07, + "L": 1.3148751349945087e-06, + "G": 0.00019151785818394274, + "F": 0.0012236551847308874, + "E": 9.536972356727347e-05, + "T": 0.00037207501009106636, + "P": 0.09315436333417892, + "-": 0.9042144417762756 + }, + "id": "tp_11861" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1482649, + "label": "P", + "classification": { + "B": 4.2936210320476675e-07, + "S": 3.45732019013667e-07, + "I": 0.000538972148206085, + "C": 1.9682438505697064e-06, + "R": 7.134586894608219e-07, + "M": 7.026967523415806e-06, + "O": 4.5513652366935275e-06, + "W": 1.6706124483789608e-07, + "N": 3.6036708479514346e-05, + "Y": 9.590964327799156e-05, + "U": 1.6160059601588728e-07, + "K": 7.74144950810296e-07, + "L": 3.161428310249903e-07, + "G": 4.423338396009058e-05, + "F": 0.0003323018318042159, + "E": 0.00010289857891621068, + "T": 0.00015273920143954456, + "P": 0.8613141179084778, + "-": 0.1373664289712906 + }, + "id": "tp_11862" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1482783, + "label": "P", + "classification": { + "B": 1.9093302228156972e-07, + "S": 3.216697734842455e-07, + "I": 0.01061964500695467, + "C": 3.1420422601513565e-05, + "R": 5.080142273072852e-06, + "M": 5.334904199116863e-05, + "O": 8.262880328402389e-06, + "W": 4.893953473583679e-07, + "N": 0.00011400302173569798, + "Y": 0.0014386257389560342, + "U": 2.9198059792179265e-07, + "K": 2.668706429176382e-06, + "L": 5.933363240728795e-07, + "G": 6.923158071003854e-05, + "F": 0.0003266141575295478, + "E": 0.0006929324008524418, + "T": 0.0005834258045069873, + "P": 0.6506224274635315, + "-": 0.3354305028915405 + }, + "id": "tp_11863" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1482883, + "label": "-", + "classification": { + "B": 6.580391982424771e-06, + "S": 8.989775778900366e-06, + "I": 0.0007730350480414927, + "C": 4.183706914773211e-05, + "R": 2.3695365598541684e-05, + "M": 0.0005053533823229373, + "O": 0.00016051116108428687, + "W": 1.0449626643094234e-05, + "N": 2.156162736355327e-05, + "Y": 0.006637779995799065, + "U": 2.162044665965368e-06, + "K": 1.1105423254775815e-05, + "L": 1.9500183043419383e-05, + "G": 0.0009329915046691895, + "F": 0.004670593421906233, + "E": 0.0002914720098488033, + "T": 0.004291092045605183, + "P": 0.04381062835454941, + "-": 0.9377806186676025 + }, + "id": "tp_11864" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1483016, + "label": "P", + "classification": { + "B": 1.7921821608979371e-06, + "S": 1.0335444358133827e-06, + "I": 0.0023891478776931763, + "C": 4.001275738119148e-05, + "R": 6.052521712263115e-06, + "M": 2.7214811780140735e-05, + "O": 1.5622368664480746e-05, + "W": 1.0976829116771114e-06, + "N": 7.255082164192572e-05, + "Y": 0.0001826463412726298, + "U": 8.812478426989401e-07, + "K": 1.1431341135903494e-06, + "L": 2.4525234039174393e-06, + "G": 0.00011585286847548559, + "F": 0.0005599365686066449, + "E": 0.0005392807652242482, + "T": 0.00015000341227278113, + "P": 0.6852943897247314, + "-": 0.3105989396572113 + }, + "id": "tp_11865" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1483150, + "label": "-", + "classification": { + "B": 1.3782556607111474e-06, + "S": 1.262359205611574e-06, + "I": 0.0009042486199177802, + "C": 3.188248592778109e-05, + "R": 4.819221885554725e-06, + "M": 0.00026146118761971593, + "O": 3.912587635568343e-05, + "W": 7.284886578418082e-07, + "N": 2.5094730517594144e-05, + "Y": 0.004636572673916817, + "U": 6.20097353021265e-07, + "K": 3.874362846545409e-06, + "L": 4.398383680381812e-06, + "G": 0.0010417802259325981, + "F": 0.0022477037273347378, + "E": 0.0005453036283142865, + "T": 0.002209269441664219, + "P": 0.13016846776008606, + "-": 0.8578720092773438 + }, + "id": "tp_11866" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1483283, + "label": "-", + "classification": { + "B": 1.37220888518641e-06, + "S": 2.4536120690754615e-06, + "I": 0.00014777734759263694, + "C": 6.510052116937004e-06, + "R": 2.277428393426817e-06, + "M": 7.690526399528608e-05, + "O": 4.40305084339343e-05, + "W": 1.9529188648448326e-06, + "N": 9.540008250041865e-06, + "Y": 0.0009613786241970956, + "U": 6.133076908554358e-07, + "K": 2.049112026725197e-06, + "L": 3.512036755637382e-06, + "G": 0.00011883998377015814, + "F": 0.0014940862311050296, + "E": 9.257323836209252e-05, + "T": 0.0011669093510136008, + "P": 0.10991253703832626, + "-": 0.8859546184539795 + }, + "id": "tp_11867" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1483383, + "label": "P", + "classification": { + "B": 0.00012609927216544747, + "S": 0.00019755883840844035, + "I": 0.009485796093940735, + "C": 0.00023824009986128658, + "R": 9.507621871307492e-05, + "M": 0.0005136053077876568, + "O": 0.0003788019821513444, + "W": 7.926555554149672e-05, + "N": 0.00203683995641768, + "Y": 0.0035945645067840815, + "U": 7.236039527924731e-05, + "K": 0.00040227544377557933, + "L": 6.474175461335108e-05, + "G": 0.0012916544219478965, + "F": 0.006815874483436346, + "E": 0.005299932789057493, + "T": 0.004039375577121973, + "P": 0.6832832098007202, + "-": 0.28198471665382385 + }, + "id": "tp_11868" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1483517, + "label": "-", + "classification": { + "B": 4.9237016355618834e-05, + "S": 5.819686066388385e-07, + "I": 6.0428774304455146e-05, + "C": 3.462986569502391e-06, + "R": 4.342388137956732e-07, + "M": 3.0358702133526094e-05, + "O": 4.556016210699454e-05, + "W": 9.582869324731291e-07, + "N": 3.3214912491530413e-06, + "Y": 1.671891732257791e-05, + "U": 1.0180894349787195e-07, + "K": 1.4341399179329528e-08, + "L": 2.7069204406870995e-06, + "G": 3.7588877603411674e-05, + "F": 9.924131154548377e-05, + "E": 8.066245209192857e-05, + "T": 8.85288100107573e-05, + "P": 0.47253409028053284, + "-": 0.5269460678100586 + }, + "id": "tp_11869" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1483650, + "label": "-", + "classification": { + "B": 1.17740473797312e-05, + "S": 9.392067113367375e-06, + "I": 0.0006895614205859601, + "C": 0.0004551990714389831, + "R": 6.761315307812765e-05, + "M": 0.00024098361609503627, + "O": 0.00018781234393827617, + "W": 2.285438313265331e-05, + "N": 0.00010667182505130768, + "Y": 0.004751935601234436, + "U": 1.8278276911587454e-05, + "K": 0.000535382074303925, + "L": 1.4674295016448013e-05, + "G": 0.0017662596656009555, + "F": 0.017388561740517616, + "E": 0.0018482134910300374, + "T": 0.0007550727459602058, + "P": 0.10970000922679901, + "-": 0.8614296317100525 + }, + "id": "tp_11870" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1483750, + "label": "-", + "classification": { + "B": 6.606547913179384e-07, + "S": 7.99279931129604e-08, + "I": 2.9383600121946074e-06, + "C": 2.067436781771903e-07, + "R": 4.377103834940499e-08, + "M": 1.5324822015827522e-06, + "O": 6.3576408138033e-06, + "W": 1.0363533675672443e-07, + "N": 1.0509162251537418e-07, + "Y": 5.164389222045429e-06, + "U": 3.442717444457344e-09, + "K": 3.790501246214717e-09, + "L": 1.947132517443606e-07, + "G": 5.930218321736902e-06, + "F": 0.00028063575155101717, + "E": 2.5164663384202868e-06, + "T": 1.7145850506494753e-05, + "P": 0.08943469822406769, + "-": 0.9102416634559631 + }, + "id": "tp_11871" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1483884, + "label": "P", + "classification": { + "B": 4.321304459153907e-06, + "S": 3.913536659183592e-07, + "I": 0.0006324747810140252, + "C": 1.629600956221111e-05, + "R": 2.531845439079916e-06, + "M": 2.4850462068570778e-05, + "O": 1.6131227312143892e-05, + "W": 9.351074368169066e-07, + "N": 1.5006217836344149e-05, + "Y": 9.986020450014621e-05, + "U": 7.506365022891259e-07, + "K": 5.12845161892983e-08, + "L": 4.352792529971339e-06, + "G": 5.7678033044794574e-05, + "F": 0.00017185372416861355, + "E": 9.463296737521887e-05, + "T": 0.00023143251019064337, + "P": 0.6851586103439331, + "-": 0.31346791982650757 + }, + "id": "tp_11872" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1484017, + "label": "-", + "classification": { + "B": 0.00014750397531315684, + "S": 2.1101006495882757e-05, + "I": 0.0032735271379351616, + "C": 0.0001164693312603049, + "R": 1.6824969861772843e-05, + "M": 0.0011234332341700792, + "O": 0.00012342401896603405, + "W": 7.2042280407913495e-06, + "N": 8.863266702974215e-05, + "Y": 0.007233273703604937, + "U": 3.0993276141089154e-06, + "K": 2.479484464856796e-05, + "L": 7.410990656353533e-05, + "G": 0.006092035211622715, + "F": 0.02093871682882309, + "E": 0.012533546425402164, + "T": 0.002522137248888612, + "P": 0.20128287374973297, + "-": 0.7443773150444031 + }, + "id": "tp_11873" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1484151, + "label": "-", + "classification": { + "B": 0.00015925972547847778, + "S": 3.599225010475493e-06, + "I": 6.246390694286674e-05, + "C": 1.4874957741994876e-05, + "R": 1.869462721515447e-06, + "M": 0.0006362259737215936, + "O": 0.00018154378631152213, + "W": 3.9110673242248595e-06, + "N": 2.8229203508089995e-06, + "Y": 0.0003828506451100111, + "U": 3.108066835011414e-07, + "K": 5.974555250531921e-08, + "L": 4.420075492816977e-05, + "G": 0.0005258774617686868, + "F": 0.0007760951993986964, + "E": 0.00011695565626723692, + "T": 0.0005242355982773006, + "P": 0.06247779726982117, + "-": 0.9340850710868835 + }, + "id": "tp_11874" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1484251, + "label": "-", + "classification": { + "B": 1.0516820339034894e-06, + "S": 3.0364058147824835e-06, + "I": 0.00046395661775022745, + "C": 4.9102782213594764e-05, + "R": 5.61586739422637e-06, + "M": 0.00025338662089779973, + "O": 5.9652717027347535e-05, + "W": 2.404162614766392e-06, + "N": 2.7575233616516925e-05, + "Y": 0.014136970974504948, + "U": 3.830669470517023e-07, + "K": 8.861880633048713e-05, + "L": 3.3351127513014944e-06, + "G": 0.002401576843112707, + "F": 0.0065171741880476475, + "E": 0.0017455287743359804, + "T": 0.0032225328031927347, + "P": 0.05745501443743706, + "-": 0.9135631322860718 + }, + "id": "tp_11875" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1484384, + "label": "-", + "classification": { + "B": 7.014240566149965e-08, + "S": 1.0168368369534164e-08, + "I": 1.8302305761608295e-05, + "C": 2.7631332955024845e-07, + "R": 1.742495925327603e-08, + "M": 2.5313593141618185e-06, + "O": 1.311591177000082e-06, + "W": 1.640874813801929e-08, + "N": 3.5095291650577565e-07, + "Y": 1.0813210792548489e-05, + "U": 5.843391548410182e-09, + "K": 3.7256384644024365e-09, + "L": 6.58310099765913e-08, + "G": 4.828211331187049e-06, + "F": 0.00010115087206941098, + "E": 1.4441770872508641e-05, + "T": 4.096596603631042e-05, + "P": 0.29494091868400574, + "-": 0.7048639059066772 + }, + "id": "tp_11876" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1484518, + "label": "-", + "classification": { + "B": 3.05328399008431e-07, + "S": 1.5773478878600145e-07, + "I": 1.8444794477545656e-05, + "C": 1.751863578647317e-06, + "R": 5.618661589323892e-07, + "M": 2.2857271687826142e-05, + "O": 8.80769221112132e-06, + "W": 1.5348456372521468e-07, + "N": 4.275369462902745e-07, + "Y": 0.0004040724888909608, + "U": 4.9292971482373105e-08, + "K": 3.141133788631123e-07, + "L": 5.95037420225708e-07, + "G": 9.544021304463968e-05, + "F": 0.0013984808465465903, + "E": 1.84473810804775e-05, + "T": 0.00017403968377038836, + "P": 0.027215108275413513, + "-": 0.9706400632858276 + }, + "id": "tp_11877" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1484651, + "label": "-", + "classification": { + "B": 1.0774742804642301e-05, + "S": 1.201562463393202e-05, + "I": 0.0006700687808915973, + "C": 3.955866486649029e-05, + "R": 6.880627552163787e-06, + "M": 0.000185153738129884, + "O": 7.995346823008731e-05, + "W": 6.785688583477167e-06, + "N": 5.14303901582025e-05, + "Y": 0.0014744929503649473, + "U": 2.0088705241505522e-06, + "K": 6.360269708238775e-06, + "L": 8.66458776727086e-06, + "G": 0.00028154102619737387, + "F": 0.0025747662875801325, + "E": 0.00078649225179106, + "T": 0.0008295055013149977, + "P": 0.2796288728713989, + "-": 0.7133447527885437 + }, + "id": "tp_11878" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1484751, + "label": "-", + "classification": { + "B": 4.1802999476203695e-05, + "S": 5.532267095986754e-06, + "I": 7.539206853834912e-05, + "C": 2.818856773956213e-05, + "R": 9.242018677468877e-06, + "M": 0.00030855112709105015, + "O": 0.00012691759911831468, + "W": 4.304140020394698e-06, + "N": 2.764339114946779e-06, + "Y": 0.0011462310794740915, + "U": 6.50240792765544e-07, + "K": 2.58800895380773e-07, + "L": 4.205342702334747e-05, + "G": 0.0007749972282908857, + "F": 0.0015859564300626516, + "E": 8.537543180864304e-05, + "T": 0.0009338671225123107, + "P": 0.05156450346112251, + "-": 0.9432633519172668 + }, + "id": "tp_11879" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1484885, + "label": "-", + "classification": { + "B": 2.0006154954899102e-06, + "S": 2.8694248612737283e-06, + "I": 0.00021207629470154643, + "C": 7.727622869424522e-05, + "R": 4.520713901001727e-06, + "M": 0.00026857858756557107, + "O": 4.384838757687248e-05, + "W": 2.131993142029387e-06, + "N": 1.6793159375083633e-05, + "Y": 0.0023722646292299032, + "U": 2.4227542780863587e-06, + "K": 2.525832132960204e-05, + "L": 6.321763066807762e-06, + "G": 0.0006897849380038679, + "F": 0.0033900283742696047, + "E": 0.0006450507207773626, + "T": 0.001239898381754756, + "P": 0.10080798715353012, + "-": 0.8901908993721008 + }, + "id": "tp_11880" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1485018, + "label": "-", + "classification": { + "B": 7.615859794896096e-05, + "S": 0.00019838596927002072, + "I": 0.0045323907397687435, + "C": 0.00035787103115580976, + "R": 0.00028605255647562444, + "M": 0.003951467107981443, + "O": 0.001041359268128872, + "W": 0.00011285047366982326, + "N": 0.0007000856567174196, + "Y": 0.036834217607975006, + "U": 5.113207225804217e-05, + "K": 0.0009263251558877528, + "L": 0.00014828001440037042, + "G": 0.006564423907548189, + "F": 0.03223918005824089, + "E": 0.0038722900208085775, + "T": 0.020727824419736862, + "P": 0.15631787478923798, + "-": 0.7310619354248047 + }, + "id": "tp_11881" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1485152, + "label": "-", + "classification": { + "B": 4.658828038373031e-05, + "S": 3.775229288294213e-06, + "I": 0.00017124306759797037, + "C": 7.679288501094561e-06, + "R": 3.4682523164519807e-06, + "M": 0.0005388716235756874, + "O": 0.00024423832655884326, + "W": 4.636195171769941e-06, + "N": 5.8585369515640195e-06, + "Y": 0.0006853715167380869, + "U": 4.270934539363225e-07, + "K": 2.4935589593155782e-08, + "L": 4.305323091102764e-05, + "G": 0.0003646603145170957, + "F": 0.0004342897154856473, + "E": 7.756953709758818e-05, + "T": 0.001645888783968985, + "P": 0.11570334434509277, + "-": 0.8800190091133118 + }, + "id": "tp_11882" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1485252, + "label": "-", + "classification": { + "B": 3.66006531749008e-08, + "S": 9.275419898813198e-08, + "I": 0.0006260921363718808, + "C": 1.666894036134181e-06, + "R": 3.000645278916636e-07, + "M": 6.472397672041552e-06, + "O": 2.2912845452083275e-06, + "W": 1.3005445964608953e-07, + "N": 1.5002990949142259e-05, + "Y": 0.0002883319975808263, + "U": 1.0536672334637842e-07, + "K": 2.284139327457524e-06, + "L": 5.0036039311862623e-08, + "G": 1.3110449799569324e-05, + "F": 0.0002167047350667417, + "E": 7.570417074020952e-05, + "T": 0.00018597854068502784, + "P": 0.3650283217430115, + "-": 0.6335372924804688 + }, + "id": "tp_11883" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1485385, + "label": "-", + "classification": { + "B": 1.2044999664340139e-08, + "S": 5.542557524051972e-09, + "I": 0.0002326158428331837, + "C": 1.1448796612967271e-06, + "R": 2.7179328299098415e-07, + "M": 1.6162792235263623e-05, + "O": 1.2685069350482081e-06, + "W": 1.6269831704107673e-08, + "N": 1.148869614553405e-06, + "Y": 0.00043450528755784035, + "U": 8.737063517116894e-09, + "K": 6.871416768916561e-09, + "L": 8.225362790881263e-08, + "G": 1.7345819287584163e-05, + "F": 8.55986654642038e-05, + "E": 2.3589816919411533e-05, + "T": 0.0003624848905019462, + "P": 0.2563166916370392, + "-": 0.7425071597099304 + }, + "id": "tp_11884" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1485519, + "label": "-", + "classification": { + "B": 8.480367341689998e-07, + "S": 1.2130693903600331e-05, + "I": 0.0007861105841584504, + "C": 2.4413377104792744e-05, + "R": 1.782601793820504e-05, + "M": 0.00021940901933703572, + "O": 0.00010041733185062185, + "W": 8.696842087374534e-06, + "N": 7.945831748656929e-05, + "Y": 0.011792929843068123, + "U": 2.465708121235366e-06, + "K": 0.0003513954288791865, + "L": 2.6282846192771103e-06, + "G": 0.0006446662591770291, + "F": 0.010393536649644375, + "E": 0.00026808158145286143, + "T": 0.003432568395510316, + "P": 0.09021754562854767, + "-": 0.8816448450088501 + }, + "id": "tp_11885" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1485652, + "label": "P", + "classification": { + "B": 2.9411648672095225e-09, + "S": 6.411878139545024e-09, + "I": 1.413876725564478e-05, + "C": 1.1114739351114622e-07, + "R": 1.0097136460274214e-08, + "M": 1.2313388708662387e-07, + "O": 1.4597152642181754e-07, + "W": 5.107063660858557e-09, + "N": 5.747537556999305e-07, + "Y": 9.075602065422572e-06, + "U": 4.2281991241566175e-09, + "K": 2.3529725012849667e-07, + "L": 2.3825366124441416e-09, + "G": 1.3112942269799532e-06, + "F": 0.0004617662343662232, + "E": 1.709588832454756e-05, + "T": 8.244664059020579e-06, + "P": 0.5325844287872314, + "-": 0.4669027626514435 + }, + "id": "tp_11886" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1485752, + "label": "-", + "classification": { + "B": 2.1407433337117254e-07, + "S": 1.3806422316520184e-07, + "I": 1.6746464098105207e-05, + "C": 1.2076114217052236e-05, + "R": 2.4820994894980686e-06, + "M": 2.472190317348577e-05, + "O": 1.010771120490972e-05, + "W": 2.0880044360183092e-07, + "N": 5.083840619590774e-07, + "Y": 0.0002507590688765049, + "U": 8.852219934851746e-08, + "K": 1.0269948802488216e-07, + "L": 1.3188945331421564e-06, + "G": 5.7053344789892435e-05, + "F": 0.0010178679367527366, + "E": 1.1764061127905734e-05, + "T": 0.0002024862915277481, + "P": 0.033525366336107254, + "-": 0.964866042137146 + }, + "id": "tp_11887" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1485886, + "label": "-", + "classification": { + "B": 3.118662425549701e-05, + "S": 1.8175684090238065e-05, + "I": 4.0346363675780594e-05, + "C": 5.351566414901754e-06, + "R": 7.43860198326729e-07, + "M": 0.00019271961355116218, + "O": 8.209420775528997e-05, + "W": 2.82027622233727e-06, + "N": 3.923988060705597e-06, + "Y": 0.0004559313238132745, + "U": 1.1466517690905675e-07, + "K": 9.87673274721601e-07, + "L": 1.1482374247862026e-05, + "G": 0.00043979138717986643, + "F": 0.017371824011206627, + "E": 0.0005625138292089105, + "T": 0.0002489526232238859, + "P": 0.0576898418366909, + "-": 0.9228411912918091 + }, + "id": "tp_11888" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1486019, + "label": "-", + "classification": { + "B": 2.135374188583228e-06, + "S": 4.291822733648587e-06, + "I": 0.0004986327840015292, + "C": 5.238976882537827e-05, + "R": 1.7620870494283736e-05, + "M": 5.668689118465409e-05, + "O": 5.0628492317628115e-05, + "W": 6.871878213132732e-06, + "N": 4.594292840920389e-05, + "Y": 0.002262701978906989, + "U": 3.6844057831331156e-06, + "K": 0.00011825564433820546, + "L": 2.958801360364305e-06, + "G": 0.000409420405048877, + "F": 0.013179318979382515, + "E": 0.0003494367119856179, + "T": 0.0006706095300614834, + "P": 0.20230521261692047, + "-": 0.7799631953239441 + }, + "id": "tp_11889" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1486153, + "label": "P", + "classification": { + "B": 1.1743309187295381e-05, + "S": 5.645579221891239e-05, + "I": 0.012455307878553867, + "C": 0.00022243725834414363, + "R": 5.4584204917773604e-05, + "M": 0.0004863464564550668, + "O": 0.0002060821425402537, + "W": 2.511432467144914e-05, + "N": 0.0015158397145569324, + "Y": 0.002758004702627659, + "U": 9.969155144062825e-06, + "K": 0.0002099542471114546, + "L": 1.551323657622561e-05, + "G": 0.0005854829796589911, + "F": 0.006629916839301586, + "E": 0.004045785404741764, + "T": 0.0016327023040503263, + "P": 0.6523747444152832, + "-": 0.31670403480529785 + }, + "id": "tp_11890" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1486253, + "label": "-", + "classification": { + "B": 7.021226906545053e-07, + "S": 2.5198914954671636e-07, + "I": 1.9555325707187876e-05, + "C": 3.456608510532533e-06, + "R": 9.309725896855525e-07, + "M": 7.687511970289052e-05, + "O": 1.4409652976610232e-05, + "W": 2.2944639965771785e-07, + "N": 2.2445897229772527e-07, + "Y": 0.00041147228330373764, + "U": 2.0283854595959383e-08, + "K": 5.261593116756558e-08, + "L": 2.2929600618226686e-06, + "G": 0.00018574112618807703, + "F": 0.0021136756986379623, + "E": 3.7398614949779585e-05, + "T": 0.0001294798857998103, + "P": 0.024340983480215073, + "-": 0.9726623892784119 + }, + "id": "tp_11891" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1486386, + "label": "-", + "classification": { + "B": 0.0003367265744600445, + "S": 0.0001972184400074184, + "I": 0.002318193204700947, + "C": 7.26600774214603e-05, + "R": 6.227357516763732e-05, + "M": 0.0058504207991063595, + "O": 0.0011179707944393158, + "W": 7.732035737717524e-05, + "N": 0.00012060206063324586, + "Y": 0.014780419878661633, + "U": 1.0230001862510107e-05, + "K": 4.233401341480203e-05, + "L": 0.000244490074692294, + "G": 0.005706179421395063, + "F": 0.015513786114752293, + "E": 0.001865143422037363, + "T": 0.006911273114383221, + "P": 0.13532119989395142, + "-": 0.8094516396522522 + }, + "id": "tp_11892" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1486520, + "label": "-", + "classification": { + "B": 8.06847708645364e-08, + "S": 6.620471282303697e-09, + "I": 0.0001351133978459984, + "C": 1.0860855581995565e-05, + "R": 1.8829417740562349e-06, + "M": 2.7412097551859915e-05, + "O": 4.268861630407628e-06, + "W": 3.610594134784151e-08, + "N": 1.1902628784810076e-06, + "Y": 0.0001407310483045876, + "U": 1.103270861335659e-07, + "K": 3.365476075600782e-08, + "L": 4.1951847151722177e-07, + "G": 5.9146641433471814e-05, + "F": 4.445007652975619e-05, + "E": 4.15127506130375e-05, + "T": 0.0002422633406240493, + "P": 0.09178309887647629, + "-": 0.9075074791908264 + }, + "id": "tp_11893" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1486653, + "label": "-", + "classification": { + "B": 3.134595942810847e-07, + "S": 5.816435688643651e-08, + "I": 0.0002098881232086569, + "C": 3.5740831663133577e-05, + "R": 4.7430958147742786e-06, + "M": 0.00048155704280361533, + "O": 1.3078347365080845e-05, + "W": 1.3426875966615626e-07, + "N": 7.593781674586353e-07, + "Y": 0.0012314070481806993, + "U": 9.195871086831175e-08, + "K": 3.4242452784383204e-07, + "L": 3.969306362705538e-06, + "G": 0.0008726747473701835, + "F": 0.0005523661966435611, + "E": 0.00020368717378005385, + "T": 0.000495094689540565, + "P": 0.015199251472949982, + "-": 0.9806947708129883 + }, + "id": "tp_11894" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1486753, + "label": "-", + "classification": { + "B": 1.637505704366049e-07, + "S": 1.3776903529105766e-07, + "I": 8.341269858647138e-05, + "C": 8.586960575485136e-06, + "R": 1.0033368198492099e-06, + "M": 8.360633728443645e-06, + "O": 6.9443231041077524e-06, + "W": 1.6668002444930607e-07, + "N": 4.410764177009696e-06, + "Y": 0.00018330321472603828, + "U": 9.846866078078165e-08, + "K": 3.328040065753157e-07, + "L": 3.1822045798435283e-07, + "G": 5.3953011956764385e-05, + "F": 0.0013127685524523258, + "E": 4.5889042667113245e-05, + "T": 9.257111378246918e-05, + "P": 0.3036588728427887, + "-": 0.6945387125015259 + }, + "id": "tp_11895" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1486887, + "label": "-", + "classification": { + "B": 2.5167970818529284e-08, + "S": 1.6196162633264066e-08, + "I": 1.2677374797931407e-05, + "C": 2.2488623585559253e-07, + "R": 2.0010924473012892e-08, + "M": 1.8805104673447204e-06, + "O": 4.0579632809567556e-07, + "W": 2.0486641716388476e-08, + "N": 6.116621875662531e-07, + "Y": 0.00014800751523580402, + "U": 6.461475354768709e-09, + "K": 3.9331407606368884e-06, + "L": 6.1240461590728046e-09, + "G": 1.975538907572627e-05, + "F": 0.0014867334393784404, + "E": 0.0001186877561849542, + "T": 4.078210986335762e-05, + "P": 0.11829604208469391, + "-": 0.8798702359199524 + }, + "id": "tp_11896" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1487020, + "label": "-", + "classification": { + "B": 5.8865548879794005e-08, + "S": 1.308551844658723e-08, + "I": 4.715358227258548e-05, + "C": 2.2826623080618447e-06, + "R": 2.6848525180867e-07, + "M": 9.678650712885428e-06, + "O": 1.8439449149809661e-06, + "W": 1.9650661542414127e-08, + "N": 6.962071665839176e-07, + "Y": 0.00028146125259809196, + "U": 3.099500744951911e-08, + "K": 6.245038264296454e-08, + "L": 1.8882228403072077e-07, + "G": 6.32001829217188e-05, + "F": 0.000529174751136452, + "E": 2.911738192779012e-05, + "T": 0.00014030376041773707, + "P": 0.07633557915687561, + "-": 0.9225588440895081 + }, + "id": "tp_11897" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1487154, + "label": "-", + "classification": { + "B": 0.00044521252857521176, + "S": 0.0001636655506445095, + "I": 0.005631487816572189, + "C": 0.0006065379711799324, + "R": 0.00017555151134729385, + "M": 0.003425727365538478, + "O": 0.0008299789042212069, + "W": 0.00017829955322667956, + "N": 0.0010187445441260934, + "Y": 0.011459690518677235, + "U": 0.00010631878103595227, + "K": 0.0011509739561006427, + "L": 0.00015365662693511695, + "G": 0.0054299915209412575, + "F": 0.03673504665493965, + "E": 0.014004165306687355, + "T": 0.0048706564120948315, + "P": 0.38630425930023193, + "-": 0.5273099541664124 + }, + "id": "tp_11898" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1487254, + "label": "-", + "classification": { + "B": 1.266284783696392e-07, + "S": 4.0756265917707424e-08, + "I": 3.6290607567934785e-06, + "C": 1.0088503898941781e-07, + "R": 1.88593389793823e-08, + "M": 6.150035005703103e-06, + "O": 2.2092394829087425e-06, + "W": 4.611046122704465e-08, + "N": 1.0745385736754542e-07, + "Y": 5.328478437149897e-05, + "U": 8.150381702876075e-09, + "K": 1.433020013763553e-08, + "L": 1.1608165095822187e-07, + "G": 7.207515864138259e-06, + "F": 0.00017611276416573673, + "E": 7.184375135693699e-06, + "T": 9.029234934132546e-05, + "P": 0.09525166451931, + "-": 0.9044016003608704 + }, + "id": "tp_11899" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1487387, + "label": "-", + "classification": { + "B": 1.3262805964586732e-08, + "S": 6.361788873476826e-10, + "I": 4.565107519738376e-05, + "C": 1.1058275504183257e-06, + "R": 4.8762505144850365e-08, + "M": 4.039367013319861e-06, + "O": 4.4369119223119924e-07, + "W": 5.431594729543576e-09, + "N": 3.1477992479267414e-07, + "Y": 2.5902279958245344e-05, + "U": 4.803387465557307e-09, + "K": 8.008505858470016e-09, + "L": 1.9992825173176243e-08, + "G": 1.56303485709941e-05, + "F": 4.394108327687718e-05, + "E": 3.455602563917637e-05, + "T": 2.3664862965233624e-05, + "P": 0.273420125246048, + "-": 0.7263844609260559 + }, + "id": "tp_11900" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1487521, + "label": "-", + "classification": { + "B": 2.1304435549041045e-08, + "S": 1.9588989630392462e-07, + "I": 3.7974503356963396e-05, + "C": 1.0387063866801327e-06, + "R": 1.3613666283163184e-07, + "M": 1.7330703485640697e-05, + "O": 5.533760941034416e-06, + "W": 1.3117418973251915e-07, + "N": 3.5914176805817988e-06, + "Y": 0.00048186114872805774, + "U": 2.6531555619158098e-08, + "K": 2.232270844615414e-06, + "L": 1.059201579778346e-07, + "G": 3.280282180639915e-05, + "F": 0.0029334239661693573, + "E": 0.00010253507934976369, + "T": 0.00017902244871947914, + "P": 0.14446277916431427, + "-": 0.8517392873764038 + }, + "id": "tp_11901" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1487654, + "label": "-", + "classification": { + "B": 2.031497842835961e-06, + "S": 1.114097130994196e-06, + "I": 0.0003902152238879353, + "C": 1.3407976439339109e-05, + "R": 2.214039341197349e-06, + "M": 4.448802792467177e-05, + "O": 1.2691741176240612e-05, + "W": 1.1500030723254895e-06, + "N": 1.8225249732495286e-05, + "Y": 0.0009415597305633128, + "U": 1.7286440652242163e-06, + "K": 1.0832036423380487e-05, + "L": 1.5848186194489244e-06, + "G": 0.00015949942462611943, + "F": 0.0019405545899644494, + "E": 0.0002952104841824621, + "T": 0.0005749259144067764, + "P": 0.33454829454421997, + "-": 0.6610403060913086 + }, + "id": "tp_11902" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1487754, + "label": "-", + "classification": { + "B": 4.236845143168466e-06, + "S": 2.215251925008488e-06, + "I": 2.7854295694851317e-05, + "C": 4.013520538137527e-07, + "R": 9.093157871120638e-08, + "M": 5.7726778322830796e-05, + "O": 2.169127037632279e-05, + "W": 6.771579705855402e-07, + "N": 2.368992454648833e-06, + "Y": 0.0001240358833456412, + "U": 3.6866310892946785e-08, + "K": 2.48454341544857e-07, + "L": 6.275290047597082e-07, + "G": 3.7173766031628475e-05, + "F": 0.0004313614626880735, + "E": 4.8637022700859234e-05, + "T": 0.0007184645510278642, + "P": 0.13489724695682526, + "-": 0.8636248111724854 + }, + "id": "tp_11903" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1487888, + "label": "-", + "classification": { + "B": 1.2372185942410852e-08, + "S": 4.096603234415852e-08, + "I": 4.844780505663948e-06, + "C": 2.998472723447776e-07, + "R": 5.1122491129262926e-08, + "M": 4.592850928020198e-06, + "O": 9.585938869349775e-07, + "W": 2.0506655928898e-08, + "N": 1.0504510328246397e-07, + "Y": 0.00017426942940801382, + "U": 4.996298486048545e-09, + "K": 1.0744473399881826e-07, + "L": 3.8957868042643895e-08, + "G": 7.3567262006690726e-06, + "F": 0.0006101931212469935, + "E": 8.860840353008825e-06, + "T": 7.011624984443188e-05, + "P": 0.03630952909588814, + "-": 0.9628085494041443 + }, + "id": "tp_11904" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1488021, + "label": "-", + "classification": { + "B": 6.876973202452064e-05, + "S": 2.455139474477619e-05, + "I": 0.010356638580560684, + "C": 0.0004638272803276777, + "R": 9.274864714825526e-05, + "M": 0.002507035620510578, + "O": 0.0003396647807676345, + "W": 1.537327807454858e-05, + "N": 0.00013303190644364804, + "Y": 0.028706982731819153, + "U": 4.703673766925931e-06, + "K": 3.8977013900876045e-06, + "L": 0.000137833776534535, + "G": 0.006058764178305864, + "F": 0.0031038508750498295, + "E": 0.0030464043375104666, + "T": 0.009938826784491539, + "P": 0.13222254812717438, + "-": 0.8027745485305786 + }, + "id": "tp_11905" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1488155, + "label": "-", + "classification": { + "B": 5.994191809577387e-08, + "S": 1.8665511802851142e-08, + "I": 0.00020412073354236782, + "C": 8.319579137605615e-06, + "R": 7.818484846211504e-07, + "M": 4.74807256978238e-06, + "O": 1.912567313411273e-06, + "W": 1.0027244456978224e-07, + "N": 5.059017439634772e-06, + "Y": 0.00016530042921658605, + "U": 1.8712931648678932e-07, + "K": 1.6370635194107308e-06, + "L": 1.2646272296024108e-07, + "G": 4.233678919263184e-05, + "F": 0.0009093345142900944, + "E": 8.136825636029243e-05, + "T": 7.71159102441743e-05, + "P": 0.2330329716205597, + "-": 0.7654645442962646 + }, + "id": "tp_11906" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1488255, + "label": "-", + "classification": { + "B": 0.00012545516074169427, + "S": 0.00012140504986746237, + "I": 0.0027265725657343864, + "C": 0.0007255696691572666, + "R": 0.00012695117038674653, + "M": 0.002345756394788623, + "O": 0.0006267836433835328, + "W": 0.00010894153092522174, + "N": 0.00042020913679152727, + "Y": 0.02235245518386364, + "U": 5.2451930969255045e-05, + "K": 0.0009481284068897367, + "L": 0.00012257891648914665, + "G": 0.007053273729979992, + "F": 0.02774253487586975, + "E": 0.010002706199884415, + "T": 0.009841582737863064, + "P": 0.12490544468164444, + "-": 0.7896513342857361 + }, + "id": "tp_11907" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1488388, + "label": "-", + "classification": { + "B": 1.825512845243793e-05, + "S": 3.356527668074705e-05, + "I": 0.0008257112349383533, + "C": 2.248279815830756e-05, + "R": 7.212105174403405e-06, + "M": 0.000528631848283112, + "O": 0.00012003874871879816, + "W": 2.334243072255049e-05, + "N": 0.00014646691852249205, + "Y": 0.0071992515586316586, + "U": 6.8953058871557005e-06, + "K": 0.000570070871617645, + "L": 8.666385838296264e-06, + "G": 0.000920722377486527, + "F": 0.01783214882016182, + "E": 0.004268953576683998, + "T": 0.002203878713771701, + "P": 0.17019718885421753, + "-": 0.7950665354728699 + }, + "id": "tp_11908" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1488522, + "label": "-", + "classification": { + "B": 8.487455488648266e-06, + "S": 1.821577279770281e-05, + "I": 0.0003599461051635444, + "C": 2.9936194550828077e-05, + "R": 9.228637281921692e-06, + "M": 0.0005512668867595494, + "O": 0.00018085233750753105, + "W": 1.6332438462995924e-05, + "N": 4.8113517550518736e-05, + "Y": 0.003674154169857502, + "U": 4.389662080939161e-06, + "K": 0.00014029293379280716, + "L": 9.63573529588757e-06, + "G": 0.00043578617624007165, + "F": 0.008308983407914639, + "E": 0.0010641574626788497, + "T": 0.00280044530518353, + "P": 0.08297901600599289, + "-": 0.8993608951568604 + }, + "id": "tp_11909" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1488655, + "label": "Y", + "classification": { + "B": 1.8104872651747428e-05, + "S": 0.0002884795540012419, + "I": 0.09984519332647324, + "C": 0.01953152008354664, + "R": 0.006189375184476376, + "M": 0.0030333984177559614, + "O": 0.0032107008155435324, + "W": 0.00028845289489254355, + "N": 0.0041765933856368065, + "Y": 0.6818875670433044, + "U": 4.860621629632078e-06, + "K": 0.00032880803337320685, + "L": 0.0003615770838223398, + "G": 0.038615185767412186, + "F": 0.0014323336072266102, + "E": 0.000505597738083452, + "T": 0.1281099170446396, + "P": 0.0006948303780518472, + "-": 0.011477502062916756 + }, + "id": "tp_11910" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1488755, + "label": "P", + "classification": { + "B": 0.00012781091209035367, + "S": 0.00020632208907045424, + "I": 0.012789999134838581, + "C": 0.0002483292482793331, + "R": 9.260247315978631e-05, + "M": 0.0005640241433866322, + "O": 0.00042246884549967945, + "W": 0.00014424222172237933, + "N": 0.0027432574424892664, + "Y": 0.003595203161239624, + "U": 0.00010554455366218463, + "K": 0.0006829260382801294, + "L": 6.632374424953014e-05, + "G": 0.0013524811947718263, + "F": 0.0065520331263542175, + "E": 0.005480543244630098, + "T": 0.003182612359523773, + "P": 0.7469413876533508, + "-": 0.21470192074775696 + }, + "id": "tp_11911" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1488889, + "label": "I", + "classification": { + "B": 1.2608624274434987e-05, + "S": 0.00016275953385047615, + "I": 0.7388216257095337, + "C": 0.0011028299340978265, + "R": 0.00012192148278700188, + "M": 0.00034103417419828475, + "O": 0.00016170930757652968, + "W": 6.62842794554308e-05, + "N": 0.0804440826177597, + "Y": 0.09561752527952194, + "U": 8.510232873959467e-07, + "K": 0.009917493909597397, + "L": 2.701715857256204e-06, + "G": 0.006712199188768864, + "F": 0.0006600555498152971, + "E": 0.0397719070315361, + "T": 0.004331496078521013, + "P": 0.019260348752141, + "-": 0.002490539103746414 + }, + "id": "tp_11912" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1489022, + "label": "Y", + "classification": { + "B": 0.002744638128206134, + "S": 0.0031166872940957546, + "I": 0.07888985425233841, + "C": 0.028770769014954567, + "R": 0.010595498606562614, + "M": 0.02149328589439392, + "O": 0.009431391954421997, + "W": 0.003987146075814962, + "N": 0.020457549020648003, + "Y": 0.2419922798871994, + "U": 0.0014496651710942388, + "K": 0.032040197402238846, + "L": 0.002501277020201087, + "G": 0.0884803980588913, + "F": 0.03405938670039177, + "E": 0.07878415286540985, + "T": 0.06986033171415329, + "P": 0.06537432223558426, + "-": 0.20597125589847565 + }, + "id": "tp_11913" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1489156, + "label": "-", + "classification": { + "B": 6.94172122166492e-05, + "S": 0.0002395420306129381, + "I": 0.0006038343417458236, + "C": 0.002418700372800231, + "R": 0.000879550410900265, + "M": 0.005062438547611237, + "O": 0.0018760513048619032, + "W": 0.00018509737856220454, + "N": 0.00010595788626233116, + "Y": 0.04064572602510452, + "U": 3.9563976315548643e-05, + "K": 0.0017086128937080503, + "L": 0.0006609398988075554, + "G": 0.01914081536233425, + "F": 0.07330552488565445, + "E": 0.0017722410848364234, + "T": 0.012686663307249546, + "P": 0.014765063300728798, + "-": 0.8238343000411987 + }, + "id": "tp_11914" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1489256, + "label": "Y", + "classification": { + "B": 0.0011599940480664372, + "S": 0.0179138146340847, + "I": 0.019619371742010117, + "C": 0.016736898571252823, + "R": 0.012682964093983173, + "M": 0.036610666662454605, + "O": 0.0395667590200901, + "W": 0.006078029982745647, + "N": 0.005407242104411125, + "Y": 0.24574823677539825, + "U": 0.00016411635442636907, + "K": 0.004915126133710146, + "L": 0.012286714278161526, + "G": 0.1626856029033661, + "F": 0.08013038337230682, + "E": 0.006752307526767254, + "T": 0.13754086196422577, + "P": 0.01053560059517622, + "-": 0.18346527218818665 + }, + "id": "tp_11915" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1489389, + "label": "-", + "classification": { + "B": 8.428475848631933e-05, + "S": 5.7440498494543135e-05, + "I": 0.0037683751434087753, + "C": 0.0023438918869942427, + "R": 0.00027954127290286124, + "M": 0.004413033835589886, + "O": 0.0005283613572828472, + "W": 4.528041972662322e-05, + "N": 0.0003242888778913766, + "Y": 0.03610130026936531, + "U": 2.5919711333699524e-05, + "K": 0.0003841508587356657, + "L": 0.00010710563219618052, + "G": 0.009602965787053108, + "F": 0.012179816141724586, + "E": 0.01101085264235735, + "T": 0.007444985210895538, + "P": 0.09940596669912338, + "-": 0.8118925094604492 + }, + "id": "tp_11916" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1489523, + "label": "Y", + "classification": { + "B": 6.565885996678844e-05, + "S": 0.0018603750504553318, + "I": 0.0069684176705777645, + "C": 0.04150767996907234, + "R": 0.015271843411028385, + "M": 0.03236798569560051, + "O": 0.015448636375367641, + "W": 0.0010001297341659665, + "N": 0.0008715054718777537, + "Y": 0.4390607178211212, + "U": 1.442299435439054e-05, + "K": 0.0014474357012659311, + "L": 0.004455916583538055, + "G": 0.16543959081172943, + "F": 0.02831346169114113, + "E": 0.0012525932397693396, + "T": 0.1756548285484314, + "P": 0.00085159030277282, + "-": 0.0681472197175026 + }, + "id": "tp_11917" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1489656, + "label": "Y", + "classification": { + "B": 0.0001949401048477739, + "S": 0.0018341977847740054, + "I": 0.10791382193565369, + "C": 0.011256657540798187, + "R": 0.005308075342327356, + "M": 0.007422927767038345, + "O": 0.006217787973582745, + "W": 0.0018448112532496452, + "N": 0.026667209342122078, + "Y": 0.4716649353504181, + "U": 8.096619421849027e-05, + "K": 0.03366319462656975, + "L": 0.0004841279878746718, + "G": 0.10325196385383606, + "F": 0.029524721205234528, + "E": 0.023894421756267548, + "T": 0.09572246670722961, + "P": 0.018834691494703293, + "-": 0.05421808734536171 + }, + "id": "tp_11918" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1489756, + "label": "-", + "classification": { + "B": 0.00037498565507121384, + "S": 0.0016713275108486414, + "I": 0.02869565784931183, + "C": 0.0068034459836781025, + "R": 0.0031526992097496986, + "M": 0.016714423894882202, + "O": 0.006267341785132885, + "W": 0.0008379374630749226, + "N": 0.004630044102668762, + "Y": 0.050981439650058746, + "U": 0.00033524943864904344, + "K": 0.0018104048212990165, + "L": 0.001979758031666279, + "G": 0.021922985091805458, + "F": 0.06036646291613579, + "E": 0.011574824340641499, + "T": 0.04761853069067001, + "P": 0.13194206357002258, + "-": 0.6023204326629639 + }, + "id": "tp_11919" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1489890, + "label": "Y", + "classification": { + "B": 0.001348572550341487, + "S": 0.005453330930322409, + "I": 0.019786309450864792, + "C": 0.09039100259542465, + "R": 0.03714015707373619, + "M": 0.03433648496866226, + "O": 0.02235492318868637, + "W": 0.005366245750337839, + "N": 0.005373581312596798, + "Y": 0.261993944644928, + "U": 0.001014241250231862, + "K": 0.009487714618444443, + "L": 0.015421134419739246, + "G": 0.1658399999141693, + "F": 0.08296272903680801, + "E": 0.011980494484305382, + "T": 0.08415082097053528, + "P": 0.011655101552605629, + "-": 0.13394320011138916 + }, + "id": "tp_11920" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1490023, + "label": "Y", + "classification": { + "B": 0.004014192149043083, + "S": 0.003804221749305725, + "I": 0.08619798719882965, + "C": 0.03645668923854828, + "R": 0.01909220963716507, + "M": 0.05667238309979439, + "O": 0.017439737915992737, + "W": 0.003526156535372138, + "N": 0.008376410230994225, + "Y": 0.29328393936157227, + "U": 0.0004480040806811303, + "K": 0.005438299849629402, + "L": 0.010491808876395226, + "G": 0.16997230052947998, + "F": 0.018084309995174408, + "E": 0.02750908024609089, + "T": 0.11085673421621323, + "P": 0.013883841224014759, + "-": 0.11445169150829315 + }, + "id": "tp_11921" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1490157, + "label": "Y", + "classification": { + "B": 2.4737823878240306e-06, + "S": 1.842691926867701e-05, + "I": 0.0030817801598459482, + "C": 0.00041419966146349907, + "R": 0.0001245724270120263, + "M": 0.00577903538942337, + "O": 0.0003871055378112942, + "W": 7.88605393609032e-06, + "N": 6.0671925893984735e-05, + "Y": 0.7687350511550903, + "U": 6.264237129016692e-08, + "K": 3.8181427953531966e-05, + "L": 3.351964187459089e-05, + "G": 0.041473980993032455, + "F": 0.0025258800014853477, + "E": 0.0016628628363832831, + "T": 0.07440318912267685, + "P": 0.0005591940134763718, + "-": 0.10069199651479721 + }, + "id": "tp_11922" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1490257, + "label": "Y", + "classification": { + "B": 0.003932868130505085, + "S": 0.010210457257926464, + "I": 0.0828074961900711, + "C": 0.026734979823231697, + "R": 0.009832194074988365, + "M": 0.029663726687431335, + "O": 0.0184673722833395, + "W": 0.007606008090078831, + "N": 0.022787736728787422, + "Y": 0.25894489884376526, + "U": 0.001440919586457312, + "K": 0.015676224604249, + "L": 0.005904926918447018, + "G": 0.07953573763370514, + "F": 0.04561503231525421, + "E": 0.0486748069524765, + "T": 0.09498894214630127, + "P": 0.04580056667327881, + "-": 0.19137504696846008 + }, + "id": "tp_11923" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1490390, + "label": "Y", + "classification": { + "B": 0.0008607673225924373, + "S": 0.0022116403561085463, + "I": 0.02642413042485714, + "C": 0.09752248972654343, + "R": 0.04045170173048973, + "M": 0.031618982553482056, + "O": 0.015798013657331467, + "W": 0.0027299150824546814, + "N": 0.004419256001710892, + "Y": 0.3194654583930969, + "U": 0.0005236105644144118, + "K": 0.005778893828392029, + "L": 0.015292864292860031, + "G": 0.21206651628017426, + "F": 0.0254201740026474, + "E": 0.014506048522889614, + "T": 0.09731593728065491, + "P": 0.006197112612426281, + "-": 0.08139654994010925 + }, + "id": "tp_11924" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1490524, + "label": "Y", + "classification": { + "B": 0.0007795552373863757, + "S": 0.002424567937850952, + "I": 0.04525049775838852, + "C": 0.009705131873488426, + "R": 0.0053266198374331, + "M": 0.031740933656692505, + "O": 0.00784205924719572, + "W": 0.0013437821762636304, + "N": 0.006696688011288643, + "Y": 0.3141440153121948, + "U": 0.00040002205059863627, + "K": 0.005856757517904043, + "L": 0.002342273946851492, + "G": 0.07190310209989548, + "F": 0.03477868065237999, + "E": 0.013407931663095951, + "T": 0.12717758119106293, + "P": 0.034392375499010086, + "-": 0.2844874858856201 + }, + "id": "tp_11925" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1490657, + "label": "-", + "classification": { + "B": 5.060795956524089e-05, + "S": 0.0005321393837220967, + "I": 0.10643793642520905, + "C": 0.0010701048886403441, + "R": 0.0004955493495799601, + "M": 0.002924563828855753, + "O": 0.0014341595815494657, + "W": 0.0005132688675075769, + "N": 0.01777004823088646, + "Y": 0.24637041985988617, + "U": 5.5835978855611756e-05, + "K": 0.08501351624727249, + "L": 3.9616676076548174e-05, + "G": 0.02058589830994606, + "F": 0.02261648327112198, + "E": 0.03596638888120651, + "T": 0.06058084964752197, + "P": 0.10384424030780792, + "-": 0.29369837045669556 + }, + "id": "tp_11926" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1490757, + "label": "I", + "classification": { + "B": 4.873541183769703e-05, + "S": 0.004995391704142094, + "I": 0.5728318691253662, + "C": 0.052700474858284, + "R": 0.009951292537152767, + "M": 0.012886007316410542, + "O": 0.005146140698343515, + "W": 0.0005176558042876422, + "N": 0.04765111580491066, + "Y": 0.05569390207529068, + "U": 1.196619564325374e-06, + "K": 0.0009187427349388599, + "L": 0.0011801098007708788, + "G": 0.15817396342754364, + "F": 0.0012044825125485659, + "E": 0.008130796253681183, + "T": 0.06585828214883804, + "P": 0.0010207142913714051, + "-": 0.0010891435667872429 + }, + "id": "tp_11927" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1490891, + "label": "-", + "classification": { + "B": 0.000992385670542717, + "S": 0.0009176810854114592, + "I": 0.07901442050933838, + "C": 0.00898498110473156, + "R": 0.005033405497670174, + "M": 0.015675287693738937, + "O": 0.005103124771267176, + "W": 0.0008625100599601865, + "N": 0.005504671949893236, + "Y": 0.14582973718643188, + "U": 0.0006139297620393336, + "K": 0.001037469832226634, + "L": 0.001994737423956394, + "G": 0.034409474581480026, + "F": 0.013840670697391033, + "E": 0.009414630942046642, + "T": 0.07210462540388107, + "P": 0.12859775125980377, + "-": 0.4700685441493988 + }, + "id": "tp_11928" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1491024, + "label": "Y", + "classification": { + "B": 0.0002989275089930743, + "S": 0.003542891936376691, + "I": 0.11300308257341385, + "C": 0.08064764738082886, + "R": 0.016637124121189117, + "M": 0.007754167076200247, + "O": 0.0068962122313678265, + "W": 0.0026742296759039164, + "N": 0.037027765065431595, + "Y": 0.3407065272331238, + "U": 4.240168709657155e-05, + "K": 0.029442772269248962, + "L": 0.0013815342681482434, + "G": 0.23885224759578705, + "F": 0.009530211798846722, + "E": 0.03259331360459328, + "T": 0.07149133086204529, + "P": 0.0024115133564919233, + "-": 0.00506609445437789 + }, + "id": "tp_11929" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1491158, + "label": "Y", + "classification": { + "B": 0.00035298254806548357, + "S": 0.012351183220744133, + "I": 0.21273545920848846, + "C": 0.02880273014307022, + "R": 0.01073178369551897, + "M": 0.00869015697389841, + "O": 0.008434531278908253, + "W": 0.004155235830694437, + "N": 0.06465523689985275, + "Y": 0.29927244782447815, + "U": 9.714826592244208e-05, + "K": 0.08358783274888992, + "L": 0.0006961829494684935, + "G": 0.06309100240468979, + "F": 0.042456503957509995, + "E": 0.03579701483249664, + "T": 0.06552890688180923, + "P": 0.0231867004185915, + "-": 0.03537697345018387 + }, + "id": "tp_11930" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1491258, + "label": "-", + "classification": { + "B": 0.0005695815198123455, + "S": 0.0003656789194792509, + "I": 0.012549473904073238, + "C": 0.0033733348827809095, + "R": 0.0015112075489014387, + "M": 0.008195442147552967, + "O": 0.002964049344882369, + "W": 0.000495050277095288, + "N": 0.001534298644401133, + "Y": 0.03260593116283417, + "U": 0.0002784502867143601, + "K": 0.0019441130571067333, + "L": 0.0010102647356688976, + "G": 0.02486606501042843, + "F": 0.03490579500794411, + "E": 0.021409375593066216, + "T": 0.016033703461289406, + "P": 0.15448126196861267, + "-": 0.6809068918228149 + }, + "id": "tp_11931" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1491391, + "label": "Y", + "classification": { + "B": 0.00024564022896811366, + "S": 0.0015915916301310062, + "I": 0.18385881185531616, + "C": 0.029728112742304802, + "R": 0.010422763414680958, + "M": 0.02166644297540188, + "O": 0.009133605286478996, + "W": 0.0010429086396470666, + "N": 0.011778396554291248, + "Y": 0.41337311267852783, + "U": 6.666869740001857e-05, + "K": 0.0008323925430886447, + "L": 0.002526193158701062, + "G": 0.11409741640090942, + "F": 0.005053674802184105, + "E": 0.020532330498099327, + "T": 0.10939056426286697, + "P": 0.010964330285787582, + "-": 0.053695037961006165 + }, + "id": "tp_11932" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1491525, + "label": "-", + "classification": { + "B": 0.0017788048135116696, + "S": 0.0016961247893050313, + "I": 0.042900826781988144, + "C": 0.006895053666085005, + "R": 0.0031814035028219223, + "M": 0.026718052104115486, + "O": 0.009083491750061512, + "W": 0.0009980550967156887, + "N": 0.004040094092488289, + "Y": 0.14423780143260956, + "U": 0.0002113116206601262, + "K": 0.0006251753075048327, + "L": 0.002745871664956212, + "G": 0.04161042347550392, + "F": 0.028676068410277367, + "E": 0.015488053672015667, + "T": 0.04705623909831047, + "P": 0.08904049545526505, + "-": 0.5330166220664978 + }, + "id": "tp_11933" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1491658, + "label": "Y", + "classification": { + "B": 0.0019333821255713701, + "S": 0.004346230998635292, + "I": 0.10539176315069199, + "C": 0.028222981840372086, + "R": 0.014196892268955708, + "M": 0.035507723689079285, + "O": 0.015419541858136654, + "W": 0.003217298537492752, + "N": 0.018157128244638443, + "Y": 0.3281145393848419, + "U": 0.0007018906762823462, + "K": 0.007378037087619305, + "L": 0.005406782031059265, + "G": 0.11569494009017944, + "F": 0.030836790800094604, + "E": 0.02119317464530468, + "T": 0.11845900863409042, + "P": 0.028010835871100426, + "-": 0.11781098693609238 + }, + "id": "tp_11934" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1491758, + "label": "-", + "classification": { + "B": 3.132303390884772e-05, + "S": 4.4322190660750493e-05, + "I": 0.000521044887136668, + "C": 4.0206723497249186e-05, + "R": 1.5202023860183544e-05, + "M": 0.0006904843030497432, + "O": 0.0001839431788539514, + "W": 1.3791345736535732e-05, + "N": 4.258953049429692e-05, + "Y": 0.009167691692709923, + "U": 2.4095108983601676e-06, + "K": 3.23458225466311e-05, + "L": 3.1111125281313434e-05, + "G": 0.0017959297401830554, + "F": 0.01417047344148159, + "E": 0.0017775415908545256, + "T": 0.003135440405458212, + "P": 0.07764317840337753, + "-": 0.8906609416007996 + }, + "id": "tp_11935" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1491892, + "label": "-", + "classification": { + "B": 4.8378424253314734e-05, + "S": 0.0001623125426704064, + "I": 0.019365869462490082, + "C": 0.001859962590970099, + "R": 0.0004406979714985937, + "M": 0.0017519568791612983, + "O": 0.000561495078727603, + "W": 0.00013351318193599582, + "N": 0.0020640359725803137, + "Y": 0.33569031953811646, + "U": 1.437842092855135e-05, + "K": 0.05373982712626457, + "L": 2.8229653253220022e-05, + "G": 0.057195115834474564, + "F": 0.046092040836811066, + "E": 0.031851377338171005, + "T": 0.024768443778157234, + "P": 0.03881237283349037, + "-": 0.38541969656944275 + }, + "id": "tp_11936" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1492025, + "label": "Y", + "classification": { + "B": 0.0037274721544235945, + "S": 0.002672395436093211, + "I": 0.2616860270500183, + "C": 0.021254077553749084, + "R": 0.00807411503046751, + "M": 0.026604868471622467, + "O": 0.012250062078237534, + "W": 0.0025494960136711597, + "N": 0.022308746352791786, + "Y": 0.38021358847618103, + "U": 0.00022217193327378482, + "K": 0.0017331877024844289, + "L": 0.0031641118694096804, + "G": 0.08658940345048904, + "F": 0.006130244117230177, + "E": 0.02136729098856449, + "T": 0.0636509358882904, + "P": 0.02554759941995144, + "-": 0.05025419220328331 + }, + "id": "tp_11937" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1492125, + "label": "Y", + "classification": { + "B": 1.3914365808886942e-05, + "S": 0.00034177800989709795, + "I": 0.01200123317539692, + "C": 0.04363122582435608, + "R": 0.009649812243878841, + "M": 0.008703507483005524, + "O": 0.006286539137363434, + "W": 0.0005655230488628149, + "N": 0.0017214508261531591, + "Y": 0.5215736627578735, + "U": 1.8575283320387825e-05, + "K": 0.002966796513646841, + "L": 0.0011129481717944145, + "G": 0.17897441983222961, + "F": 0.02443086728453636, + "E": 0.005358481779694557, + "T": 0.10567533224821091, + "P": 0.0020401678048074245, + "-": 0.07493375241756439 + }, + "id": "tp_11938" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1492259, + "label": "-", + "classification": { + "B": 0.008561961352825165, + "S": 0.005056305788457394, + "I": 0.07559672743082047, + "C": 0.013093158602714539, + "R": 0.004940088372677565, + "M": 0.0222035963088274, + "O": 0.009041626937687397, + "W": 0.004396636970341206, + "N": 0.024495698511600494, + "Y": 0.07598622888326645, + "U": 0.0023024617694318295, + "K": 0.02903277985751629, + "L": 0.0034501650370657444, + "G": 0.056654538959264755, + "F": 0.0522095188498497, + "E": 0.16213202476501465, + "T": 0.0259763952344656, + "P": 0.21241053938865662, + "-": 0.2124595195055008 + }, + "id": "tp_11939" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1492392, + "label": "Y", + "classification": { + "B": 1.4667903087683953e-06, + "S": 0.000354524003341794, + "I": 0.0072448221035301685, + "C": 0.0017442164244130254, + "R": 0.00043633882887661457, + "M": 0.0006289415177889168, + "O": 0.0008952199714258313, + "W": 0.00013916897296439856, + "N": 0.00201874109916389, + "Y": 0.7873891592025757, + "U": 1.5456996038665238e-07, + "K": 0.03698178380727768, + "L": 1.778634759830311e-05, + "G": 0.0762389525771141, + "F": 0.009136701002717018, + "E": 0.002237429842352867, + "T": 0.06947999447584152, + "P": 0.00021008176554460078, + "-": 0.004844497889280319 + }, + "id": "tp_11940" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1492526, + "label": "I", + "classification": { + "B": 0.0005962061695754528, + "S": 0.006086553446948528, + "I": 0.22186844050884247, + "C": 0.006698459852486849, + "R": 0.005685543641448021, + "M": 0.014839475974440575, + "O": 0.007574451621621847, + "W": 0.002778957597911358, + "N": 0.04328589513897896, + "Y": 0.14285755157470703, + "U": 0.00040383709711022675, + "K": 0.030109303072094917, + "L": 0.0009686910780146718, + "G": 0.02239115908741951, + "F": 0.04018208384513855, + "E": 0.026445845142006874, + "T": 0.07865966111421585, + "P": 0.14382435381412506, + "-": 0.20474345982074738 + }, + "id": "tp_11941" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1492626, + "label": "-", + "classification": { + "B": 0.0010303513845428824, + "S": 0.00045139234862290323, + "I": 0.06839913874864578, + "C": 0.010091163218021393, + "R": 0.00460878387093544, + "M": 0.030362261459231377, + "O": 0.009486495517194271, + "W": 0.0005689552635885775, + "N": 0.0019074369920417666, + "Y": 0.1413835883140564, + "U": 9.044279431691393e-05, + "K": 7.585356797790155e-05, + "L": 0.003894074121490121, + "G": 0.05500318482518196, + "F": 0.007416832260787487, + "E": 0.005375818815082312, + "T": 0.045987021178007126, + "P": 0.06160733848810196, + "-": 0.5522598028182983 + }, + "id": "tp_11942" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1492759, + "label": "Y", + "classification": { + "B": 0.00010114913311554119, + "S": 0.005296791438013315, + "I": 0.002181501593440771, + "C": 0.0006686541601084173, + "R": 0.0005259077879600227, + "M": 0.016050882637500763, + "O": 0.00807556789368391, + "W": 0.001247536507435143, + "N": 0.0009875698015093803, + "Y": 0.3720877468585968, + "U": 6.465261321864091e-06, + "K": 0.038440730422735214, + "L": 0.0007997066131792963, + "G": 0.13175038993358612, + "F": 0.16342635452747345, + "E": 0.0174945630133152, + "T": 0.08545514196157455, + "P": 0.003502962412312627, + "-": 0.1519003063440323 + }, + "id": "tp_11943" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1492893, + "label": "Y", + "classification": { + "B": 0.00014120974810793996, + "S": 0.001024630619212985, + "I": 0.10650374740362167, + "C": 0.002978755859658122, + "R": 0.0018336528446525335, + "M": 0.009363814257085323, + "O": 0.0024438772816210985, + "W": 0.0005058628157712519, + "N": 0.007460327818989754, + "Y": 0.49308183789253235, + "U": 4.343363252701238e-05, + "K": 0.0075853122398257256, + "L": 0.00024859741097316146, + "G": 0.03441468998789787, + "F": 0.011779921129345894, + "E": 0.018077857792377472, + "T": 0.11880309134721756, + "P": 0.020051565021276474, + "-": 0.1636577993631363 + }, + "id": "tp_11944" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1493026, + "label": "Y", + "classification": { + "B": 0.0014981786953285336, + "S": 0.00184672512114048, + "I": 0.1149052083492279, + "C": 0.01342532318085432, + "R": 0.006396192591637373, + "M": 0.024551954120397568, + "O": 0.008310958743095398, + "W": 0.0016375359846279025, + "N": 0.014279044233262539, + "Y": 0.28853583335876465, + "U": 0.00026676178094930947, + "K": 0.010777118615806103, + "L": 0.002214936539530754, + "G": 0.13612276315689087, + "F": 0.030562758445739746, + "E": 0.05221644043922424, + "T": 0.06614859402179718, + "P": 0.05665462091565132, + "-": 0.16964904963970184 + }, + "id": "tp_11945" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1493126, + "label": "-", + "classification": { + "B": 3.672319871839136e-05, + "S": 7.635065412614495e-05, + "I": 0.001455008634366095, + "C": 0.0006203086231835186, + "R": 0.00026474817423149943, + "M": 0.0026249894872307777, + "O": 0.001003691228106618, + "W": 6.05684363108594e-05, + "N": 0.00011253824777668342, + "Y": 0.0204627588391304, + "U": 2.451533146086149e-05, + "K": 0.0001228001492563635, + "L": 0.00024868606124073267, + "G": 0.006254769861698151, + "F": 0.013108054175972939, + "E": 0.0008304189541377127, + "T": 0.010507404804229736, + "P": 0.03311637416481972, + "-": 0.9090692400932312 + }, + "id": "tp_11946" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1493260, + "label": "-", + "classification": { + "B": 1.0538600690779276e-05, + "S": 8.324206646648236e-06, + "I": 0.0007451001438312232, + "C": 0.00015337705553974956, + "R": 4.966301275999285e-05, + "M": 0.00042326515540480614, + "O": 0.00014855283370707184, + "W": 1.337763842457207e-05, + "N": 4.8029807658167556e-05, + "Y": 0.0014922481495887041, + "U": 5.8869827626040205e-06, + "K": 1.674197665124666e-05, + "L": 2.2466892914962955e-05, + "G": 0.000861177162732929, + "F": 0.005839803256094456, + "E": 0.0006673339521512389, + "T": 0.0014007857535034418, + "P": 0.16684074699878693, + "-": 0.8212525844573975 + }, + "id": "tp_11947" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1493393, + "label": "-", + "classification": { + "B": 2.21509974807077e-08, + "S": 3.082955046807001e-08, + "I": 1.0504003284950159e-06, + "C": 5.970078831296632e-08, + "R": 2.4080419880334603e-09, + "M": 5.312494408826751e-07, + "O": 5.880372100364184e-07, + "W": 1.1114812181745037e-08, + "N": 1.465522814214637e-07, + "Y": 6.270907761063427e-06, + "U": 1.915999137125368e-09, + "K": 3.253449776252637e-08, + "L": 1.0207348744017963e-08, + "G": 1.2842273235946777e-06, + "F": 0.0014307511737570167, + "E": 6.52140261081513e-06, + "T": 1.1696887668222189e-05, + "P": 0.21461349725723267, + "-": 0.7839275598526001 + }, + "id": "tp_11948" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1493527, + "label": "-", + "classification": { + "B": 1.1442725735832937e-05, + "S": 1.3208558812038973e-05, + "I": 0.00014275791181717068, + "C": 3.5333578125573695e-05, + "R": 1.6387040886911564e-05, + "M": 0.0013975214678794146, + "O": 0.00015335800708271563, + "W": 4.292381163395476e-06, + "N": 5.194127879804e-06, + "Y": 0.017488030716776848, + "U": 8.647251092952501e-07, + "K": 6.791536634409567e-06, + "L": 3.283284968347289e-05, + "G": 0.0014543168945237994, + "F": 0.004822589922696352, + "E": 0.00014380048378370702, + "T": 0.007798574864864349, + "P": 0.00864243321120739, + "-": 0.9578301906585693 + }, + "id": "tp_11949" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1493627, + "label": "-", + "classification": { + "B": 0.0001330557861365378, + "S": 0.00026290520327165723, + "I": 0.05832244083285332, + "C": 0.0017316517187282443, + "R": 0.0010904930531978607, + "M": 0.0023433691821992397, + "O": 0.0021033920347690582, + "W": 0.0002481232222635299, + "N": 0.005873939488083124, + "Y": 0.06282518804073334, + "U": 6.599093467229977e-05, + "K": 0.0031179615762084723, + "L": 0.0001239242119481787, + "G": 0.011349141597747803, + "F": 0.01809074729681015, + "E": 0.00446521770209074, + "T": 0.018373697996139526, + "P": 0.27580320835113525, + "-": 0.5336755514144897 + }, + "id": "tp_11950" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1493760, + "label": "-", + "classification": { + "B": 8.463991252938285e-05, + "S": 2.7991674869554117e-05, + "I": 0.0032828461844474077, + "C": 0.0005221592728048563, + "R": 0.00011723551870090887, + "M": 0.0018338457448408008, + "O": 0.0004318792780395597, + "W": 2.6817095204023644e-05, + "N": 0.0001477398327551782, + "Y": 0.005069044418632984, + "U": 1.6518413758603856e-05, + "K": 4.4022031033819076e-06, + "L": 0.00018771631584968418, + "G": 0.0024266422260552645, + "F": 0.0034822323359549046, + "E": 0.0012130902614444494, + "T": 0.004543408751487732, + "P": 0.30589497089385986, + "-": 0.6706867814064026 + }, + "id": "tp_11951" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1493894, + "label": "-", + "classification": { + "B": 5.988771931697556e-07, + "S": 7.193903570623661e-07, + "I": 0.0020095710642635822, + "C": 9.549744572723284e-05, + "R": 3.5402426874497905e-05, + "M": 0.0003652437590062618, + "O": 6.0550963098648936e-05, + "W": 1.367936420137994e-06, + "N": 2.623038562887814e-05, + "Y": 0.008636560291051865, + "U": 1.2370833246677648e-06, + "K": 1.797055460883712e-06, + "L": 9.928699000738561e-06, + "G": 0.0007887121173553169, + "F": 0.0006779715185984969, + "E": 0.00030461535789072514, + "T": 0.008688141591846943, + "P": 0.06157011166214943, + "-": 0.916725754737854 + }, + "id": "tp_11952" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1494027, + "label": "-", + "classification": { + "B": 1.5493187675019726e-05, + "S": 1.6917035736696562e-06, + "I": 0.00013117918570060283, + "C": 7.311633908102522e-06, + "R": 1.9528181383066112e-06, + "M": 5.104788942844607e-05, + "O": 7.834560528863221e-05, + "W": 2.297568016729201e-06, + "N": 1.0850972103071399e-05, + "Y": 0.00023306001094169915, + "U": 6.61970318560634e-07, + "K": 3.528236049987754e-07, + "L": 6.0265124375291634e-06, + "G": 0.00020394711464177817, + "F": 0.0006746783619746566, + "E": 6.477881834143773e-05, + "T": 0.0005657061701640487, + "P": 0.29470935463905334, + "-": 0.7032412886619568 + }, + "id": "tp_11953" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1494127, + "label": "-", + "classification": { + "B": 0.00013353658141568303, + "S": 0.00021977817232254893, + "I": 0.013929156586527824, + "C": 0.0024236429017037153, + "R": 0.002287978772073984, + "M": 0.008079025894403458, + "O": 0.002873508259654045, + "W": 0.00014082486450206488, + "N": 0.0004747507337015122, + "Y": 0.07550928741693497, + "U": 7.446321251336485e-05, + "K": 0.00010063674562843516, + "L": 0.0009145084186457098, + "G": 0.022260433062911034, + "F": 0.010212917812168598, + "E": 0.0008948305039666593, + "T": 0.05885874480009079, + "P": 0.03593897446990013, + "-": 0.7646730542182922 + }, + "id": "tp_11954" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1494261, + "label": "-", + "classification": { + "B": 3.5315363788868126e-07, + "S": 4.5915143687125237e-07, + "I": 2.4670232960488647e-05, + "C": 1.9000902966581634e-06, + "R": 3.0267386819105013e-07, + "M": 2.756586945906747e-05, + "O": 4.640388397092465e-06, + "W": 2.0945063283761556e-07, + "N": 7.615782919856429e-07, + "Y": 0.0008710401598364115, + "U": 1.0971994157671361e-07, + "K": 1.1114968856418272e-06, + "L": 7.098223591128772e-07, + "G": 8.760665514273569e-05, + "F": 0.00322783668525517, + "E": 4.4625183363677934e-05, + "T": 0.00035122124245390296, + "P": 0.0597081184387207, + "-": 0.9356468319892883 + }, + "id": "tp_11955" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1494394, + "label": "-", + "classification": { + "B": 0.0011710573453456163, + "S": 0.0005060528637841344, + "I": 0.018895866349339485, + "C": 0.004877310246229172, + "R": 0.00148786511272192, + "M": 0.010214675217866898, + "O": 0.0028275030199438334, + "W": 0.0005857624346390367, + "N": 0.0027258621994405985, + "Y": 0.05579127371311188, + "U": 0.0006095486460253596, + "K": 0.002983309794217348, + "L": 0.001343811396509409, + "G": 0.028859872370958328, + "F": 0.04017772153019905, + "E": 0.025260938331484795, + "T": 0.02706627920269966, + "P": 0.2022099643945694, + "-": 0.5724053382873535 + }, + "id": "tp_11956" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1494528, + "label": "P", + "classification": { + "B": 1.345975306321634e-06, + "S": 1.009628249448724e-06, + "I": 0.0003953757986892015, + "C": 1.0992662282660604e-05, + "R": 2.3153993424784858e-06, + "M": 5.03202791151125e-05, + "O": 1.615427026990801e-05, + "W": 6.26023791028274e-07, + "N": 2.5480290787527338e-05, + "Y": 0.0005622521857731044, + "U": 5.784943937214848e-07, + "K": 1.984504478969029e-06, + "L": 1.7341341163046309e-06, + "G": 0.00012525857891887426, + "F": 0.0019880051258951426, + "E": 0.0004457502509467304, + "T": 0.0004136579518672079, + "P": 0.5593001246452332, + "-": 0.4366570711135864 + }, + "id": "tp_11957" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1494628, + "label": "-", + "classification": { + "B": 1.120581849534119e-09, + "S": 2.201184373662457e-10, + "I": 6.758190011169063e-06, + "C": 3.6108853684879705e-09, + "R": 3.314790941733037e-10, + "M": 3.513670776555955e-08, + "O": 3.238297452412553e-08, + "W": 3.755104283076349e-10, + "N": 3.010094573596689e-08, + "Y": 2.128868118234095e-06, + "U": 1.519594450272166e-10, + "K": 3.2092335733313604e-11, + "L": 6.583767420131892e-10, + "G": 1.2096300849862018e-07, + "F": 1.3053631846560165e-06, + "E": 4.18627280396322e-07, + "T": 6.618448878725758e-06, + "P": 0.4985794425010681, + "-": 0.5014032125473022 + }, + "id": "tp_11958" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1494761, + "label": "-", + "classification": { + "B": 3.303856601633015e-07, + "S": 2.1381392656394382e-08, + "I": 8.638530744065065e-06, + "C": 5.717048523479207e-08, + "R": 1.292910134509384e-08, + "M": 1.542732661619084e-06, + "O": 2.1294765701895813e-06, + "W": 2.4262234887828527e-08, + "N": 2.135957686277834e-07, + "Y": 1.2314907507970929e-05, + "U": 1.8235172261071853e-09, + "K": 2.951370481341087e-09, + "L": 5.353232168658906e-08, + "G": 4.309068117436254e-06, + "F": 7.346946222241968e-05, + "E": 6.756286893505603e-06, + "T": 8.778962182987016e-06, + "P": 0.35132065415382385, + "-": 0.648560643196106 + }, + "id": "tp_11959" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1494895, + "label": "-", + "classification": { + "B": 1.7552203246395948e-07, + "S": 2.053467085261218e-08, + "I": 4.47211459686514e-06, + "C": 9.619932228588368e-08, + "R": 5.575110595401611e-09, + "M": 2.1708283384214155e-06, + "O": 1.1430933000156074e-06, + "W": 1.5508780037976067e-08, + "N": 2.293073606551843e-07, + "Y": 2.0493167539825663e-05, + "U": 4.328818636878395e-09, + "K": 5.509373224299452e-08, + "L": 2.663843901018481e-08, + "G": 9.08907168195583e-06, + "F": 0.0003611151478253305, + "E": 3.635524262790568e-05, + "T": 2.4590299290139228e-05, + "P": 0.1987699717283249, + "-": 0.8007699251174927 + }, + "id": "tp_11960" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1495028, + "label": "-", + "classification": { + "B": 4.756370799441356e-06, + "S": 1.153983612312004e-05, + "I": 0.0020397433545440435, + "C": 2.865615169866942e-05, + "R": 7.779196494084317e-06, + "M": 0.00025823095347732306, + "O": 6.132300768513232e-05, + "W": 8.570616955694277e-06, + "N": 0.00022930224076844752, + "Y": 0.0016898926114663482, + "U": 2.176890120608732e-06, + "K": 3.70781563105993e-05, + "L": 4.065337634528987e-06, + "G": 0.0002558791602496058, + "F": 0.003937328699976206, + "E": 0.0012319276574999094, + "T": 0.0012012355728074908, + "P": 0.4861217737197876, + "-": 0.5028688311576843 + }, + "id": "tp_11961" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1495128, + "label": "-", + "classification": { + "B": 3.485363038180367e-07, + "S": 4.591352080751676e-07, + "I": 7.114128675311804e-05, + "C": 1.3368103282118682e-06, + "R": 4.030872275961883e-07, + "M": 1.1972267202509101e-05, + "O": 8.353385055670515e-06, + "W": 4.3621045620056975e-07, + "N": 4.0581367102277e-06, + "Y": 0.00026807558606378734, + "U": 1.1686356771178907e-07, + "K": 1.5038651781651424e-06, + "L": 3.774474919282511e-07, + "G": 5.523022264242172e-05, + "F": 0.0019002653425559402, + "E": 8.6245643615257e-05, + "T": 0.00019444913777988404, + "P": 0.24406839907169342, + "-": 0.753326952457428 + }, + "id": "tp_11962" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1495262, + "label": "-", + "classification": { + "B": 3.574242768422664e-08, + "S": 1.877699986607695e-07, + "I": 6.0253900301177055e-05, + "C": 3.210240492990124e-06, + "R": 3.876780567679816e-07, + "M": 1.0697608558984939e-05, + "O": 5.536767275771126e-06, + "W": 1.3371295892739e-07, + "N": 5.490526746143587e-06, + "Y": 0.00022106185497250408, + "U": 1.285521165073078e-07, + "K": 6.483664492407115e-06, + "L": 1.179535686901545e-07, + "G": 3.289647793280892e-05, + "F": 0.0017186778131872416, + "E": 0.0001138409788836725, + "T": 0.00020589241466950625, + "P": 0.12556788325309753, + "-": 0.8720470666885376 + }, + "id": "tp_11963" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1495395, + "label": "-", + "classification": { + "B": 3.450557869655313e-06, + "S": 1.4583338270313106e-06, + "I": 0.0002322171494597569, + "C": 5.610883454210125e-05, + "R": 1.1730089681805111e-05, + "M": 0.0002449193561915308, + "O": 2.987056359415874e-05, + "W": 6.310290814326436e-07, + "N": 4.627138423529686e-06, + "Y": 0.0060869562439620495, + "U": 3.613548926750809e-07, + "K": 5.55800170332077e-06, + "L": 1.121653440350201e-05, + "G": 0.0037940579932183027, + "F": 0.012898461893200874, + "E": 0.0003912273677997291, + "T": 0.0011541158892214298, + "P": 0.02711823396384716, + "-": 0.9479548335075378 + }, + "id": "tp_11964" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1495529, + "label": "-", + "classification": { + "B": 2.0118363863730337e-06, + "S": 5.383062671171501e-07, + "I": 0.0004170890897512436, + "C": 2.997357296408154e-05, + "R": 7.766349767734937e-07, + "M": 5.033852357883006e-05, + "O": 1.5741865354357287e-05, + "W": 7.511720809816325e-07, + "N": 2.711214983719401e-05, + "Y": 0.00016810614033602178, + "U": 4.969184033143392e-07, + "K": 1.2583916486619273e-06, + "L": 1.6976764527498744e-06, + "G": 0.00011844799882965162, + "F": 0.0015148553065955639, + "E": 0.0006579704349860549, + "T": 0.00013328317436389625, + "P": 0.4658440053462982, + "-": 0.5310155153274536 + }, + "id": "tp_11965" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1495629, + "label": "-", + "classification": { + "B": 1.0344745078327833e-06, + "S": 4.317512036777771e-07, + "I": 0.0005010516033507884, + "C": 8.426246495218948e-06, + "R": 2.4435050818283344e-06, + "M": 6.224906246643513e-05, + "O": 2.106902320520021e-05, + "W": 8.976465437626757e-07, + "N": 1.756597703206353e-05, + "Y": 0.0003606895625125617, + "U": 6.580174272130535e-07, + "K": 2.2869826352689415e-06, + "L": 1.3225251223047962e-06, + "G": 0.00013928582484368235, + "F": 0.0007264481973834336, + "E": 0.000222580463741906, + "T": 0.0005852336180396378, + "P": 0.26127469539642334, + "-": 0.7360716462135315 + }, + "id": "tp_11966" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1495762, + "label": "-", + "classification": { + "B": 9.723413677420467e-05, + "S": 1.7375028619426303e-05, + "I": 0.00034050882095471025, + "C": 0.00010262071009492502, + "R": 2.7132124159834348e-05, + "M": 0.002251026453450322, + "O": 0.0003097021544817835, + "W": 7.671323146496434e-06, + "N": 1.4038825611351058e-05, + "Y": 0.006655780132859945, + "U": 1.8737669051915873e-06, + "K": 1.780535171747033e-06, + "L": 0.00012051725934725255, + "G": 0.0042134677059948444, + "F": 0.006606450304389, + "E": 0.0006034152465872467, + "T": 0.0034700168762356043, + "P": 0.037733595818281174, + "-": 0.9374256730079651 + }, + "id": "tp_11967" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1495896, + "label": "-", + "classification": { + "B": 2.4163790001037466e-13, + "S": 1.188912857053026e-10, + "I": 9.828434954783916e-09, + "C": 1.5017691257224186e-10, + "R": 2.310637237101787e-10, + "M": 3.461807182247867e-06, + "O": 1.5758027416268305e-07, + "W": 2.6681785253446222e-11, + "N": 1.3552292968399549e-11, + "Y": 0.0011086740996688604, + "U": 3.460660848598335e-14, + "K": 5.849684452108317e-12, + "L": 2.380776686905506e-10, + "G": 6.589914960386523e-07, + "F": 8.938754945120309e-06, + "E": 5.4012506273126704e-11, + "T": 0.00044062003144063056, + "P": 9.651143955125008e-06, + "-": 0.9984278678894043 + }, + "id": "tp_11968" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1496029, + "label": "-", + "classification": { + "B": 3.4374914026358283e-10, + "S": 1.1629105456378852e-09, + "I": 3.6967267647014523e-07, + "C": 2.0895082997185455e-08, + "R": 2.6741522329842837e-09, + "M": 5.754283805003979e-08, + "O": 5.5507754836980894e-08, + "W": 8.136204487918519e-10, + "N": 2.2485796336013664e-08, + "Y": 2.0816471078433096e-05, + "U": 4.185244095733509e-10, + "K": 2.991879739511205e-07, + "L": 2.682211674986945e-10, + "G": 8.629108378954697e-07, + "F": 0.0003640982322394848, + "E": 2.3698196400800953e-06, + "T": 3.416946356082917e-06, + "P": 0.04786013066768646, + "-": 0.951747477054596 + }, + "id": "tp_11969" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1496129, + "label": "-", + "classification": { + "B": 0.0007000879268161952, + "S": 0.0006985500222072005, + "I": 0.0028974576853215694, + "C": 0.005727263167500496, + "R": 0.0022278516553342342, + "M": 0.02901875413954258, + "O": 0.0066198185086250305, + "W": 0.0005305459490045905, + "N": 0.0004267551121301949, + "Y": 0.0619528703391552, + "U": 0.0001967894349945709, + "K": 0.00033707989496178925, + "L": 0.0045474073849618435, + "G": 0.033847566694021225, + "F": 0.04109906032681465, + "E": 0.0035605160519480705, + "T": 0.032943252474069595, + "P": 0.026012495160102844, + "-": 0.7466558218002319 + }, + "id": "tp_11970" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1496263, + "label": "-", + "classification": { + "B": 2.6740347674851506e-13, + "S": 5.537570749170051e-11, + "I": 2.9453477878860213e-08, + "C": 6.59353318610556e-08, + "R": 2.9736561657500715e-08, + "M": 1.0955993275274523e-05, + "O": 1.2599163312643213e-07, + "W": 2.1477358086441356e-11, + "N": 6.776195490137971e-12, + "Y": 0.0028569393325597048, + "U": 8.082209489342074e-14, + "K": 3.3763937826170043e-12, + "L": 5.893111776344995e-09, + "G": 8.7844427980599e-06, + "F": 2.5854049454210326e-05, + "E": 1.3220655681323024e-09, + "T": 0.00022688868921250105, + "P": 2.623807176860282e-06, + "-": 0.9968675971031189 + }, + "id": "tp_11971" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1496396, + "label": "-", + "classification": { + "B": 1.7728942111716606e-05, + "S": 0.00036072570946998894, + "I": 3.7625688946718583e-06, + "C": 1.3318592209543567e-05, + "R": 9.950091225618962e-06, + "M": 0.010718035511672497, + "O": 0.002113223308697343, + "W": 3.0600833270000294e-05, + "N": 4.173007823737862e-07, + "Y": 0.003311875509098172, + "U": 1.4084263533220565e-08, + "K": 4.931397938889859e-07, + "L": 0.0005385171389207244, + "G": 0.003925695084035397, + "F": 0.07305918633937836, + "E": 5.898858580621891e-05, + "T": 0.0031554827000945807, + "P": 0.0009089016239158809, + "-": 0.9017730951309204 + }, + "id": "tp_11972" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1496530, + "label": "-", + "classification": { + "B": 1.8776836441247724e-06, + "S": 9.890169394566328e-07, + "I": 5.449406671687029e-06, + "C": 1.185240080303629e-06, + "R": 7.689436642976943e-07, + "M": 7.80058981035836e-05, + "O": 2.5300138077000156e-05, + "W": 3.730153252945456e-07, + "N": 4.749074022925015e-08, + "Y": 0.001095842570066452, + "U": 5.0751465252574235e-09, + "K": 1.1911136521547405e-09, + "L": 6.0741872403013986e-06, + "G": 6.819802365498617e-05, + "F": 0.00031235170899890363, + "E": 7.744957883915049e-07, + "T": 0.001039949245750904, + "P": 0.002187288599088788, + "-": 0.9951754808425903 + }, + "id": "tp_11973" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1496630, + "label": "-", + "classification": { + "B": 2.5839784711934044e-07, + "S": 4.008739324490307e-06, + "I": 3.8072382722020848e-06, + "C": 0.0003027976199518889, + "R": 7.351535896304995e-05, + "M": 0.002443636069074273, + "O": 0.0001807321677915752, + "W": 1.1863652389365598e-06, + "N": 1.244117839860337e-07, + "Y": 0.02802559733390808, + "U": 3.8121683587633015e-08, + "K": 3.2557812801314867e-07, + "L": 0.00038195925299078226, + "G": 0.012344108894467354, + "F": 0.06339485198259354, + "E": 5.469231837196276e-06, + "T": 0.010555475950241089, + "P": 0.0003147513198200613, + "-": 0.8819674253463745 + }, + "id": "tp_11974" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1496763, + "label": "-", + "classification": { + "B": 3.354724185555824e-06, + "S": 1.2636954124900512e-05, + "I": 1.0780484444694594e-05, + "C": 1.2678286111622583e-05, + "R": 1.674418308539316e-05, + "M": 0.0016548973508179188, + "O": 0.0002500803966540843, + "W": 3.3594690194149734e-06, + "N": 2.9269227752592997e-07, + "Y": 0.012941018678247929, + "U": 1.930927417959083e-08, + "K": 1.9090148839495669e-07, + "L": 7.581029785797e-05, + "G": 0.002077793702483177, + "F": 0.012956040911376476, + "E": 1.437430182704702e-05, + "T": 0.007136299274861813, + "P": 0.0009837241377681494, + "-": 0.9618499279022217 + }, + "id": "tp_11975" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1496897, + "label": "-", + "classification": { + "B": 5.217344334340623e-10, + "S": 3.8853760209178745e-09, + "I": 1.10511928141932e-06, + "C": 1.3590166325627706e-08, + "R": 1.627457812958255e-08, + "M": 2.2472609089163598e-06, + "O": 3.9549675534544804e-07, + "W": 1.1300448354845116e-09, + "N": 1.014886485961597e-08, + "Y": 0.0002224416093667969, + "U": 9.088563929227078e-11, + "K": 2.0324151250861178e-09, + "L": 4.686407706344653e-09, + "G": 4.51676032753312e-06, + "F": 0.0002268639364046976, + "E": 4.3428539697742963e-07, + "T": 8.787585829850286e-05, + "P": 0.005822598468512297, + "-": 0.9936315417289734 + }, + "id": "tp_11976" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1497030, + "label": "-", + "classification": { + "B": 9.7394638487458e-07, + "S": 4.468465704121627e-06, + "I": 2.3251917809830047e-05, + "C": 7.60999828344211e-05, + "R": 7.897754585428629e-06, + "M": 0.00018785020802170038, + "O": 6.427337939385325e-05, + "W": 4.323668690631166e-06, + "N": 4.906825779471546e-06, + "Y": 0.0011766229290515184, + "U": 7.837828661649837e-07, + "K": 0.00046606911928392947, + "L": 3.737647148227552e-06, + "G": 0.0010236876551061869, + "F": 0.023663721978664398, + "E": 0.00047377421287819743, + "T": 0.0008030726457946002, + "P": 0.01524377055466175, + "-": 0.956770658493042 + }, + "id": "tp_11977" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1497130, + "label": "-", + "classification": { + "B": 5.723711726801639e-09, + "S": 1.1452205850304154e-09, + "I": 6.920796380427419e-08, + "C": 1.0587828391805942e-08, + "R": 2.3360984258147255e-09, + "M": 9.822721949603874e-06, + "O": 4.7178383510981803e-07, + "W": 6.397656848733391e-10, + "N": 1.7967696774867647e-10, + "Y": 4.941858060192317e-05, + "U": 2.7705341493211577e-11, + "K": 3.1575245890147485e-12, + "L": 9.550981161510208e-08, + "G": 4.814944986719638e-06, + "F": 1.2049393262714148e-05, + "E": 3.074748278208972e-08, + "T": 0.00013247907918412238, + "P": 0.0005238844896666706, + "-": 0.9992668032646179 + }, + "id": "tp_11978" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1497264, + "label": "-", + "classification": { + "B": 2.2140427518024808e-06, + "S": 1.214422979955998e-07, + "I": 4.0341834392165765e-05, + "C": 5.102046785054881e-08, + "R": 1.0102944258960633e-08, + "M": 1.605778743396513e-05, + "O": 5.116611191624543e-06, + "W": 4.9166704485514856e-08, + "N": 3.979274652010645e-07, + "Y": 3.568458487279713e-05, + "U": 2.7506459332471422e-09, + "K": 1.3654344321878398e-09, + "L": 1.3321988490133663e-07, + "G": 1.1664633348118514e-05, + "F": 3.802699939114973e-05, + "E": 1.2363988389552105e-05, + "T": 7.876830932218581e-05, + "P": 0.2793874144554138, + "-": 0.7203716039657593 + }, + "id": "tp_11979" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1497397, + "label": "Y", + "classification": { + "B": 6.82016554343079e-10, + "S": 4.082984105480136e-06, + "I": 9.445746940173194e-08, + "C": 1.542245809105225e-05, + "R": 2.0558588857966242e-06, + "M": 0.002492474392056465, + "O": 7.633661880390719e-05, + "W": 1.1043248804298855e-07, + "N": 1.2878105248859129e-09, + "Y": 0.5077144503593445, + "U": 5.788907764606166e-13, + "K": 6.917028372299683e-07, + "L": 6.80659923091298e-06, + "G": 0.06314769387245178, + "F": 0.08423182368278503, + "E": 9.426133829038008e-07, + "T": 0.037905577570199966, + "P": 3.5315520108269993e-07, + "-": 0.30440112948417664 + }, + "id": "tp_11980" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1497531, + "label": "-", + "classification": { + "B": 8.475917638861574e-07, + "S": 1.1408336604290525e-06, + "I": 4.0015413105720654e-05, + "C": 6.893801128171617e-06, + "R": 3.5756281704379944e-06, + "M": 0.00045755752944387496, + "O": 5.332481669029221e-05, + "W": 2.6381411544207367e-07, + "N": 2.139153707503283e-07, + "Y": 0.0720016285777092, + "U": 6.5997669551620675e-09, + "K": 3.4867877474198394e-08, + "L": 6.552727882080944e-06, + "G": 0.002251062775030732, + "F": 0.0011057138908654451, + "E": 3.855038357869489e-06, + "T": 0.009366726502776146, + "P": 0.0007942719385027885, + "-": 0.9139063954353333 + }, + "id": "tp_11981" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1497631, + "label": "Y", + "classification": { + "B": 9.75112652668031e-06, + "S": 0.00045975748798809946, + "I": 0.011097138747572899, + "C": 0.002803080016747117, + "R": 0.0021148601081222296, + "M": 0.0050643812865018845, + "O": 0.005499525927007198, + "W": 0.00044232449727132916, + "N": 0.0011412497842684388, + "Y": 0.6636004447937012, + "U": 5.997985681460705e-06, + "K": 0.002901804866269231, + "L": 0.0002652490802574903, + "G": 0.042368508875370026, + "F": 0.010798626579344273, + "E": 0.0006667064153589308, + "T": 0.1427059918642044, + "P": 0.00192854437045753, + "-": 0.10612599551677704 + }, + "id": "tp_11982" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1497764, + "label": "-", + "classification": { + "B": 3.800266525078033e-12, + "S": 1.6891001930474658e-09, + "I": 8.159958753140018e-08, + "C": 1.3068329529630773e-08, + "R": 1.149584250015323e-08, + "M": 1.2796361261280254e-05, + "O": 1.0216533610218903e-06, + "W": 8.805912665721394e-10, + "N": 6.013971542984109e-10, + "Y": 0.00464441766962409, + "U": 3.1217719381748665e-12, + "K": 1.4224661448736242e-08, + "L": 5.090975196964109e-09, + "G": 2.071725066343788e-05, + "F": 0.00028954233857803047, + "E": 2.570457802164583e-08, + "T": 0.00075693050166592, + "P": 2.3636544938199222e-05, + "-": 0.9942507743835449 + }, + "id": "tp_11983" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1497898, + "label": "-", + "classification": { + "B": 2.730325832089875e-07, + "S": 4.6146831778060005e-07, + "I": 7.097850175341591e-05, + "C": 3.556759793355013e-07, + "R": 1.5836202749142103e-07, + "M": 1.1981323041254655e-05, + "O": 1.1069209904235322e-05, + "W": 5.207095341575041e-07, + "N": 3.6105063827562844e-06, + "Y": 0.00024349104205612093, + "U": 9.308904935778628e-08, + "K": 2.332225449208636e-06, + "L": 1.9846557108849083e-07, + "G": 2.1616871890728362e-05, + "F": 0.0007653333013877273, + "E": 5.798535130452365e-05, + "T": 0.000318938895361498, + "P": 0.11117379367351532, + "-": 0.8873168230056763 + }, + "id": "tp_11984" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1498031, + "label": "Y", + "classification": { + "B": 1.8432549040880986e-05, + "S": 0.0003084016789216548, + "I": 0.01378701999783516, + "C": 0.002393121365457773, + "R": 0.0010824899654835463, + "M": 0.012630551122128963, + "O": 0.003335347166284919, + "W": 5.68037576158531e-05, + "N": 0.00011204076145077124, + "Y": 0.5970062017440796, + "U": 3.942963644476549e-07, + "K": 2.443871608193149e-06, + "L": 0.00040819586138240993, + "G": 0.020722122862935066, + "F": 0.001606230391189456, + "E": 5.3629366448149085e-05, + "T": 0.20198588073253632, + "P": 0.0004741288721561432, + "-": 0.1440165936946869 + }, + "id": "tp_11985" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1498131, + "label": "-", + "classification": { + "B": 6.668519603181267e-08, + "S": 5.421811692940537e-07, + "I": 7.144203664211091e-07, + "C": 9.568843495344481e-08, + "R": 5.644708167551471e-08, + "M": 6.066816786187701e-05, + "O": 2.4843444407451898e-05, + "W": 1.0508777847917372e-07, + "N": 1.8252707789656597e-08, + "Y": 0.00030960081494413316, + "U": 7.411786739908166e-10, + "K": 7.33694549559516e-10, + "L": 1.542813947708055e-06, + "G": 2.4396968001383357e-05, + "F": 0.0007374916458502412, + "E": 4.560023114663636e-07, + "T": 0.00036848217132501304, + "P": 0.001666321069933474, + "-": 0.9968047142028809 + }, + "id": "tp_11986" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1498265, + "label": "-", + "classification": { + "B": 1.964191698178297e-09, + "S": 3.9979941579559863e-10, + "I": 1.770650328580814e-07, + "C": 1.0504450642656593e-07, + "R": 2.039377555718147e-08, + "M": 1.328621874563396e-05, + "O": 2.723013210470526e-07, + "W": 2.535542331649765e-10, + "N": 2.6544746956069787e-10, + "Y": 0.00024781987303867936, + "U": 9.129180050804209e-11, + "K": 2.2823885142964073e-11, + "L": 9.364456587945824e-08, + "G": 1.8896818801295012e-05, + "F": 3.546331208781339e-05, + "E": 5.1608825657467605e-08, + "T": 0.00020918020163662732, + "P": 0.0004181188705842942, + "-": 0.9990566372871399 + }, + "id": "tp_11987" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1498398, + "label": "-", + "classification": { + "B": 1.4836917472393907e-08, + "S": 3.079733232880244e-06, + "I": 8.156590070029779e-07, + "C": 8.4507946667145e-06, + "R": 4.162938694207696e-06, + "M": 0.0011699581518769264, + "O": 7.273582741618156e-05, + "W": 3.010008242654294e-07, + "N": 1.7640829241827305e-08, + "Y": 0.05471975728869438, + "U": 6.813710706765619e-10, + "K": 5.319669753589551e-07, + "L": 2.758558730420191e-05, + "G": 0.006042547058314085, + "F": 0.035123031586408615, + "E": 1.6733953316361294e-06, + "T": 0.01390349306166172, + "P": 4.2283845687052235e-05, + "-": 0.8888795375823975 + }, + "id": "tp_11988" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1498532, + "label": "-", + "classification": { + "B": 1.3172682145068393e-07, + "S": 1.1374155519661144e-06, + "I": 1.1105985464610058e-07, + "C": 8.194227518742991e-08, + "R": 4.245178075734657e-08, + "M": 6.355551886372268e-05, + "O": 4.125426130485721e-05, + "W": 9.878018403242095e-08, + "N": 2.0552226587255973e-09, + "Y": 0.00011838253703899682, + "U": 1.444876579492771e-10, + "K": 1.3169157431214273e-10, + "L": 1.0325148650736082e-05, + "G": 5.8291687309974805e-05, + "F": 0.0025487837847322226, + "E": 1.826240207947194e-07, + "T": 0.00014377101615536958, + "P": 0.00036669019027613103, + "-": 0.9966471791267395 + }, + "id": "tp_11989" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1498632, + "label": "-", + "classification": { + "B": 1.303119745443837e-07, + "S": 2.344769995943352e-07, + "I": 1.2965226233063731e-05, + "C": 2.1838515749550425e-05, + "R": 3.478930238998146e-06, + "M": 4.358334626886062e-05, + "O": 8.324058399011847e-06, + "W": 2.004291843604733e-07, + "N": 2.3103426372017566e-07, + "Y": 0.0010128539288416505, + "U": 4.713204049267006e-08, + "K": 4.4599789816857083e-07, + "L": 3.904995992343174e-06, + "G": 0.00037475471617653966, + "F": 0.022860735654830933, + "E": 2.1888306946493685e-05, + "T": 0.0004530365113168955, + "P": 0.006501676980406046, + "-": 0.968679666519165 + }, + "id": "tp_11990" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1498765, + "label": "-", + "classification": { + "B": 2.3169443252868405e-08, + "S": 1.5435723526024958e-06, + "I": 2.489744701961172e-06, + "C": 3.7440993310156045e-06, + "R": 3.2745122098276624e-06, + "M": 0.0003304822603240609, + "O": 3.269711305620149e-05, + "W": 2.2432632817981357e-07, + "N": 4.787054308508232e-08, + "Y": 0.03478306904435158, + "U": 1.4688392724337973e-09, + "K": 4.900452381662035e-07, + "L": 6.276707608776633e-06, + "G": 0.000970228633377701, + "F": 0.014969944022595882, + "E": 5.3657226999348495e-06, + "T": 0.004988594446331263, + "P": 0.0002741776988841593, + "-": 0.9436272978782654 + }, + "id": "tp_11991" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1498899, + "label": "-", + "classification": { + "B": 7.130756540796312e-10, + "S": 3.5959697441967364e-08, + "I": 1.1739154615497682e-05, + "C": 3.966529149579401e-08, + "R": 2.531601417388174e-08, + "M": 1.2192233953101095e-05, + "O": 9.372671456731041e-07, + "W": 4.635094086324898e-09, + "N": 8.927517569645715e-08, + "Y": 0.0049187494441866875, + "U": 1.0063053862419125e-10, + "K": 7.416023350970136e-08, + "L": 1.1762310236917983e-08, + "G": 5.004959530197084e-05, + "F": 0.0015634072478860617, + "E": 2.5239137357857544e-06, + "T": 0.0017024369444698095, + "P": 0.00438643665984273, + "-": 0.9873512387275696 + }, + "id": "tp_11992" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1499032, + "label": "-", + "classification": { + "B": 1.223819623419331e-07, + "S": 1.0559118663877598e-06, + "I": 9.399288387612614e-07, + "C": 9.65395656749024e-08, + "R": 9.980487902794266e-08, + "M": 0.00024724702234379947, + "O": 5.21330839546863e-05, + "W": 9.275039758449566e-08, + "N": 8.893467295933988e-09, + "Y": 0.0011345938546583056, + "U": 1.3994763681246525e-10, + "K": 3.93048732449941e-10, + "L": 4.225347765896004e-06, + "G": 0.000182025003596209, + "F": 0.0011207606876268983, + "E": 8.188164883904392e-07, + "T": 0.0005706075462512672, + "P": 0.0004909128765575588, + "-": 0.9961942434310913 + }, + "id": "tp_11993" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1499132, + "label": "-", + "classification": { + "B": 4.5896020317570674e-10, + "S": 5.607781190519745e-07, + "I": 1.9211935153862214e-08, + "C": 1.8436766424656525e-07, + "R": 9.862223748768884e-08, + "M": 0.00031664560083299875, + "O": 2.571656477812212e-05, + "W": 2.0668560196668295e-08, + "N": 1.4965251260434798e-10, + "Y": 0.04946601763367653, + "U": 2.712836736935148e-13, + "K": 9.045386661910015e-09, + "L": 2.2053770862839883e-06, + "G": 0.0035076576750725508, + "F": 0.037696290761232376, + "E": 1.2844010655044258e-07, + "T": 0.0037397316191345453, + "P": 1.6645568621243e-06, + "-": 0.9052430987358093 + }, + "id": "tp_11994" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1499266, + "label": "-", + "classification": { + "B": 3.7877867953284294e-07, + "S": 2.172983613490942e-06, + "I": 6.142653001006693e-05, + "C": 2.6370398700237274e-06, + "R": 1.5201586620605667e-06, + "M": 0.0006224936805665493, + "O": 3.533836206770502e-05, + "W": 5.921008892073587e-07, + "N": 1.2152063391113188e-06, + "Y": 0.031195517629384995, + "U": 1.0734492406072604e-08, + "K": 2.3794423213985283e-06, + "L": 2.5543813535477966e-06, + "G": 0.0021840198896825314, + "F": 0.01462765596807003, + "E": 0.00014295954315457493, + "T": 0.005395447835326195, + "P": 0.002539931796491146, + "-": 0.9431818127632141 + }, + "id": "tp_11995" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1499399, + "label": "Y", + "classification": { + "B": 3.915345416771743e-07, + "S": 7.97012253315188e-05, + "I": 0.0010477392934262753, + "C": 0.00024520762963220477, + "R": 0.00017960931290872395, + "M": 0.006525523029267788, + "O": 0.0025840357411652803, + "W": 3.104295683442615e-05, + "N": 3.167004979331978e-05, + "Y": 0.6207700967788696, + "U": 9.113948351568979e-08, + "K": 3.4218024666188285e-05, + "L": 6.597288302145898e-05, + "G": 0.015295480377972126, + "F": 0.0022649457678198814, + "E": 5.2787770982831717e-05, + "T": 0.13073313236236572, + "P": 0.00036758737405762076, + "-": 0.21969079971313477 + }, + "id": "tp_11996" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1499533, + "label": "-", + "classification": { + "B": 1.5949205844911774e-10, + "S": 9.90004309642245e-08, + "I": 1.363079746852236e-07, + "C": 7.393387013721053e-10, + "R": 5.864680407974276e-10, + "M": 1.0491180546523537e-05, + "O": 1.3519455706045846e-06, + "W": 7.070610763548757e-09, + "N": 5.127820390526949e-09, + "Y": 0.000925073865801096, + "U": 3.978149840794254e-12, + "K": 9.802187861396305e-08, + "L": 1.0484263235355229e-08, + "G": 3.0138035072013736e-05, + "F": 0.013678095303475857, + "E": 1.4303515172287007e-06, + "T": 0.00031966250389814377, + "P": 0.0007999440422281623, + "-": 0.9842333197593689 + }, + "id": "tp_11997" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1499633, + "label": "-", + "classification": { + "B": 8.489953629009506e-09, + "S": 1.9485409552544297e-07, + "I": 2.5451626584072073e-07, + "C": 1.4801724319113418e-05, + "R": 7.992309178916912e-07, + "M": 0.0001137354047386907, + "O": 1.2413469448802061e-05, + "W": 1.0826880014747076e-07, + "N": 8.829405118149225e-08, + "Y": 0.009767443872988224, + "U": 6.489143000720787e-09, + "K": 0.0003352143685333431, + "L": 1.9497147150104865e-06, + "G": 0.005396716296672821, + "F": 0.08643598854541779, + "E": 0.00017537138774059713, + "T": 0.0011315207229927182, + "P": 0.0007483989465981722, + "-": 0.8958649635314941 + }, + "id": "tp_11998" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1499766, + "label": "-", + "classification": { + "B": 1.6933377082750667e-06, + "S": 0.0001387430093018338, + "I": 9.428876182937529e-06, + "C": 1.5856461686780676e-05, + "R": 1.647746830713004e-05, + "M": 0.005147756077349186, + "O": 0.001824381877668202, + "W": 2.1447940525831655e-05, + "N": 9.247152661373548e-07, + "Y": 0.008472234942018986, + "U": 7.691448900004616e-08, + "K": 2.620962504806812e-06, + "L": 0.0003198392514605075, + "G": 0.002602847758680582, + "F": 0.03324778750538826, + "E": 1.9902459825971164e-05, + "T": 0.008343013003468513, + "P": 0.0014926526928320527, + "-": 0.9383223056793213 + }, + "id": "tp_11999" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1499900, + "label": "-", + "classification": { + "B": 2.745394567682524e-06, + "S": 1.4446890190811246e-06, + "I": 1.1872089089592919e-06, + "C": 1.1723634685267825e-07, + "R": 6.453607426237795e-08, + "M": 4.2212395783280954e-05, + "O": 1.8382424968876876e-05, + "W": 2.2680200117974891e-07, + "N": 2.0613358131527093e-08, + "Y": 5.5785392760299146e-05, + "U": 8.496310877070812e-10, + "K": 6.292402154883803e-10, + "L": 3.380521320650587e-06, + "G": 5.371811494114809e-05, + "F": 0.0024945985060185194, + "E": 2.718131554502179e-06, + "T": 8.443272236036137e-05, + "P": 0.010859050787985325, + "-": 0.9863799214363098 + }, + "id": "tp_12000" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1500000, + "label": "-", + "classification": { + "B": 1.1564629858185071e-05, + "S": 0.00024092383682727814, + "I": 0.00011990689381491393, + "C": 0.00011619601718848571, + "R": 8.82127569639124e-05, + "M": 0.003284565405920148, + "O": 0.0011277005542069674, + "W": 7.225303124869242e-05, + "N": 1.7044505511876196e-05, + "Y": 0.008857778273522854, + "U": 1.5363523289124714e-06, + "K": 4.7828852984821424e-05, + "L": 0.0002937717654276639, + "G": 0.004132318310439587, + "F": 0.14723758399486542, + "E": 0.00026643535238690674, + "T": 0.010102350264787674, + "P": 0.008634943515062332, + "-": 0.8153470754623413 + }, + "id": "tp_12001" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1500133, + "label": "-", + "classification": { + "B": 6.1982764236745425e-06, + "S": 0.002765825018286705, + "I": 0.0006559253088198602, + "C": 0.0002727328974287957, + "R": 0.00014331514830701053, + "M": 0.005564101506024599, + "O": 0.0043119583278894424, + "W": 0.00036927248584106565, + "N": 0.00022073538275435567, + "Y": 0.18365779519081116, + "U": 4.741507098060538e-07, + "K": 0.007742200046777725, + "L": 0.00016541015065740794, + "G": 0.05297960713505745, + "F": 0.312527060508728, + "E": 0.0012431704672053456, + "T": 0.09337634593248367, + "P": 0.0032167481258511543, + "-": 0.3307811915874481 + }, + "id": "tp_12002" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1500267, + "label": "-", + "classification": { + "B": 9.289905733567139e-08, + "S": 2.2496501514979172e-06, + "I": 2.548937118262984e-06, + "C": 0.0001058768029906787, + "R": 3.28718451783061e-05, + "M": 0.00871196761727333, + "O": 0.0003642098745331168, + "W": 4.962175239597855e-07, + "N": 4.101970318970416e-08, + "Y": 0.20673783123493195, + "U": 1.7988182055006519e-09, + "K": 8.47071248699649e-08, + "L": 0.00022181567328516394, + "G": 0.040658701211214066, + "F": 0.024436743929982185, + "E": 3.964010375057114e-06, + "T": 0.025710809975862503, + "P": 3.448871575528756e-05, + "-": 0.6929751634597778 + }, + "id": "tp_12003" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1500400, + "label": "-", + "classification": { + "B": 0.0008207328501157463, + "S": 0.0009554148418828845, + "I": 0.01351260021328926, + "C": 0.001538096577860415, + "R": 0.0006944844499230385, + "M": 0.018872752785682678, + "O": 0.005960453767329454, + "W": 0.00033074570819735527, + "N": 0.000802268972620368, + "Y": 0.21149389445781708, + "U": 2.8775984901585616e-05, + "K": 0.00012748100562021136, + "L": 0.0011142832227051258, + "G": 0.03615455701947212, + "F": 0.01019736286252737, + "E": 0.002520384732633829, + "T": 0.09977760910987854, + "P": 0.024387847632169724, + "-": 0.570710301399231 + }, + "id": "tp_12004" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1500501, + "label": "-", + "classification": { + "B": 3.4482971500438e-07, + "S": 1.4038132576388307e-05, + "I": 2.48281066888012e-05, + "C": 0.0001700955763226375, + "R": 7.520247163483873e-05, + "M": 0.0018414832884445786, + "O": 0.00031198246870189905, + "W": 3.6202748106006766e-06, + "N": 1.1017989436368225e-06, + "Y": 0.15103453397750854, + "U": 8.5918443915034e-08, + "K": 2.584720277809538e-05, + "L": 0.00011535351222846657, + "G": 0.025499245151877403, + "F": 0.04446886479854584, + "E": 5.311377390171401e-05, + "T": 0.016057109460234642, + "P": 0.0005261188489384949, + "-": 0.7597771286964417 + }, + "id": "tp_12005" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1500634, + "label": "-", + "classification": { + "B": 1.0449861420624984e-08, + "S": 3.837320946331602e-06, + "I": 1.864859768829774e-05, + "C": 4.2946351186401444e-07, + "R": 5.892781018701498e-07, + "M": 0.0004058236663695425, + "O": 5.5146734666777775e-05, + "W": 5.634622652905819e-07, + "N": 5.81539211452764e-07, + "Y": 0.03889527544379234, + "U": 6.933410512388605e-10, + "K": 2.694321210583439e-06, + "L": 2.919807400303398e-07, + "G": 0.00023835900356061757, + "F": 0.004750601481646299, + "E": 5.812118615722284e-06, + "T": 0.014596226625144482, + "P": 0.0007574271294288337, + "-": 0.9402676224708557 + }, + "id": "tp_12006" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1500767, + "label": "-", + "classification": { + "B": 2.7766225230152486e-07, + "S": 1.5213983317607926e-07, + "I": 2.3876660634414293e-05, + "C": 1.8608432583278045e-05, + "R": 9.14217707759235e-06, + "M": 0.0006499314913526177, + "O": 3.867426858050749e-05, + "W": 1.5868998559653846e-07, + "N": 5.8471716357644254e-08, + "Y": 0.004241972230374813, + "U": 1.4677339343904805e-08, + "K": 3.355971334162433e-10, + "L": 3.8644924643449485e-05, + "G": 0.00044902341323904693, + "F": 0.00034946773666888475, + "E": 1.7717746914058807e-06, + "T": 0.0036308395210653543, + "P": 0.001026892103254795, + "-": 0.9895205497741699 + }, + "id": "tp_12007" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1500901, + "label": "-", + "classification": { + "B": 3.0405561801671865e-07, + "S": 1.2242742286616703e-06, + "I": 5.7991142057289835e-06, + "C": 4.555954546958674e-06, + "R": 2.444963229208952e-06, + "M": 0.0010482689831405878, + "O": 4.466609607334249e-05, + "W": 2.0218728025156452e-07, + "N": 7.082403641334167e-08, + "Y": 0.0322071835398674, + "U": 3.611455579033418e-09, + "K": 3.8609894659202837e-07, + "L": 1.1390902727725916e-05, + "G": 0.0028230638708919287, + "F": 0.004416787531226873, + "E": 1.281489403481828e-05, + "T": 0.009532693773508072, + "P": 0.00028180188382975757, + "-": 0.9496064782142639 + }, + "id": "tp_12008" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1501001, + "label": "-", + "classification": { + "B": 3.324723962805365e-08, + "S": 2.624985427246429e-05, + "I": 3.773171499688033e-07, + "C": 1.7547580455357092e-07, + "R": 2.1426323826290172e-07, + "M": 0.0013903810176998377, + "O": 0.00018029451894108206, + "W": 5.157643272468704e-07, + "N": 8.988400246323636e-09, + "Y": 0.026165297254920006, + "U": 1.067124600490077e-11, + "K": 8.27968591465833e-08, + "L": 6.354185643431265e-06, + "G": 0.001562738441862166, + "F": 0.0343577116727829, + "E": 2.8173251394036924e-06, + "T": 0.004946646746248007, + "P": 5.961726856185123e-05, + "-": 0.9313005805015564 + }, + "id": "tp_12009" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1501134, + "label": "Y", + "classification": { + "B": 1.1630959528829976e-09, + "S": 0.00023930397583171725, + "I": 4.438391624717042e-05, + "C": 3.487694357318105e-06, + "R": 2.5803688004089054e-06, + "M": 0.0002599204599391669, + "O": 0.00044024098315276206, + "W": 9.225888788932934e-06, + "N": 4.0241857277578674e-06, + "Y": 0.5785256028175354, + "U": 2.3071241098127082e-11, + "K": 0.0013194149360060692, + "L": 1.5374742190488178e-07, + "G": 0.003165783593431115, + "F": 0.010729566216468811, + "E": 1.9719666397577384e-06, + "T": 0.19496658444404602, + "P": 6.772168853785843e-05, + "-": 0.21022002398967743 + }, + "id": "tp_12010" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1501268, + "label": "-", + "classification": { + "B": 1.032467666917114e-09, + "S": 3.846690560749266e-06, + "I": 3.176249308012302e-08, + "C": 1.5271419329110358e-07, + "R": 9.436502779180955e-08, + "M": 0.00017477115034125745, + "O": 3.078906956943683e-05, + "W": 1.662792072920638e-07, + "N": 4.209682824551919e-09, + "Y": 0.016693126410245895, + "U": 1.710144872935082e-11, + "K": 4.345697561802808e-06, + "L": 1.235310492120334e-06, + "G": 0.001833684160374105, + "F": 0.1750485599040985, + "E": 1.0479674301677733e-06, + "T": 0.0044968705624341965, + "P": 2.829375989676919e-05, + "-": 0.8016830086708069 + }, + "id": "tp_12011" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1501401, + "label": "-", + "classification": { + "B": 6.084579808884882e-07, + "S": 1.8575802869236213e-06, + "I": 0.00010787597420858219, + "C": 3.4111810236936435e-05, + "R": 2.2834045012132265e-05, + "M": 0.0004000313638243824, + "O": 0.0001363218470942229, + "W": 2.950927637357381e-06, + "N": 1.7134403833551914e-06, + "Y": 0.005021825898438692, + "U": 4.420972459229233e-07, + "K": 9.316812565884902e-08, + "L": 3.5638411645777524e-05, + "G": 0.00032570629264228046, + "F": 0.0009388159378431737, + "E": 5.8600917327567e-06, + "T": 0.006451858207583427, + "P": 0.006444300524890423, + "-": 0.9800671935081482 + }, + "id": "tp_12012" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1501502, + "label": "-", + "classification": { + "B": 5.178011797113413e-09, + "S": 2.231237203886849e-06, + "I": 5.257239990896778e-06, + "C": 5.21723814017605e-06, + "R": 2.8588106033566874e-06, + "M": 0.00021649664267897606, + "O": 3.537828888511285e-05, + "W": 3.723515931142174e-07, + "N": 1.0798972027714626e-07, + "Y": 0.2893194258213043, + "U": 4.692767285874311e-10, + "K": 7.3147107286786195e-06, + "L": 1.2492315590861836e-06, + "G": 0.0038426273968070745, + "F": 0.008715426549315453, + "E": 3.27206134898006e-06, + "T": 0.029796497896313667, + "P": 5.9436337323859334e-05, + "-": 0.6679868102073669 + }, + "id": "tp_12013" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1501635, + "label": "-", + "classification": { + "B": 3.3630014513619244e-05, + "S": 0.0009529825765639544, + "I": 0.00014302825729828328, + "C": 3.846816980512813e-06, + "R": 1.2767934094881639e-05, + "M": 0.0032793241553008556, + "O": 0.004114947747439146, + "W": 7.744258618913591e-05, + "N": 8.811156476440374e-06, + "Y": 0.1884991079568863, + "U": 2.0597705763236718e-09, + "K": 2.015294012380764e-05, + "L": 4.215177250443958e-05, + "G": 0.0241662859916687, + "F": 0.0340987965464592, + "E": 4.0692437323741615e-05, + "T": 0.09130357205867767, + "P": 0.00032808523974381387, + "-": 0.6528744101524353 + }, + "id": "tp_12014" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1501768, + "label": "-", + "classification": { + "B": 1.1019838552783767e-07, + "S": 8.706243903588984e-08, + "I": 3.388970242212963e-07, + "C": 8.933141337763573e-09, + "R": 2.138628163450562e-09, + "M": 7.310482033062726e-06, + "O": 2.4642108655825723e-06, + "W": 1.6226321619683404e-08, + "N": 6.206174241185636e-09, + "Y": 1.1491146324260626e-05, + "U": 7.168970278526032e-11, + "K": 2.5333976583219453e-10, + "L": 7.351849973247226e-08, + "G": 3.3526498555147555e-06, + "F": 0.00020213215611875057, + "E": 1.5477286297027604e-06, + "T": 1.291261287406087e-05, + "P": 0.01161286048591137, + "-": 0.9881452322006226 + }, + "id": "tp_12015" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1501902, + "label": "-", + "classification": { + "B": 2.734483195432347e-10, + "S": 1.6846101402734348e-08, + "I": 2.769011757663975e-07, + "C": 1.9864775822497904e-05, + "R": 1.0125534117833013e-06, + "M": 2.666804448381299e-06, + "O": 1.6018087762859068e-06, + "W": 1.730325394078136e-08, + "N": 1.7125787010741078e-08, + "Y": 0.0002036911464529112, + "U": 1.076992717230496e-09, + "K": 1.4219010608940152e-06, + "L": 2.0868475303359446e-07, + "G": 0.00016728400078136474, + "F": 0.04156014695763588, + "E": 2.4009746084630024e-06, + "T": 7.060953066684306e-05, + "P": 0.001484003965742886, + "-": 0.9564847946166992 + }, + "id": "tp_12016" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1502002, + "label": "-", + "classification": { + "B": 1.1712592140611378e-07, + "S": 5.9442041674628854e-05, + "I": 2.449173007335048e-05, + "C": 4.445147351361811e-05, + "R": 1.4943349924578797e-05, + "M": 0.0031543325167149305, + "O": 0.0007417515735141933, + "W": 1.4478840057563502e-05, + "N": 4.02034493163228e-06, + "Y": 0.0823972299695015, + "U": 3.408226945111892e-08, + "K": 0.00011743625509552658, + "L": 4.338020153227262e-05, + "G": 0.008787973783910275, + "F": 0.14032776653766632, + "E": 0.00013616049545817077, + "T": 0.026304906234145164, + "P": 0.001059587113559246, + "-": 0.7367675304412842 + }, + "id": "tp_12017" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1502135, + "label": "-", + "classification": { + "B": 9.302684338763356e-05, + "S": 7.487965922337025e-05, + "I": 0.0003205468237865716, + "C": 0.004481002222746611, + "R": 0.0015396528178825974, + "M": 0.01598743535578251, + "O": 0.004207479301840067, + "W": 6.46377811790444e-05, + "N": 1.1116163477709051e-05, + "Y": 0.1676730215549469, + "U": 1.5222427691696794e-06, + "K": 5.194782352191396e-05, + "L": 0.001837854739278555, + "G": 0.12278996407985687, + "F": 0.014390585944056511, + "E": 0.00024299739743582904, + "T": 0.05864260345697403, + "P": 0.0008474666974507272, + "-": 0.6067423224449158 + }, + "id": "tp_12018" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1502269, + "label": "-", + "classification": { + "B": 3.3169958446599423e-10, + "S": 8.064060352808156e-07, + "I": 8.748238542466424e-07, + "C": 3.306786311441101e-07, + "R": 2.849350551059615e-07, + "M": 0.0001014144072541967, + "O": 4.222653296892531e-05, + "W": 9.821244617569391e-08, + "N": 1.0357775970248895e-08, + "Y": 0.005876173265278339, + "U": 2.2684612868695275e-11, + "K": 3.513321189529961e-07, + "L": 8.90573687684082e-07, + "G": 0.0008325601811520755, + "F": 0.011595162563025951, + "E": 8.709314442967298e-07, + "T": 0.0012531173415482044, + "P": 9.266588313039392e-05, + "-": 0.9802022576332092 + }, + "id": "tp_12019" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1502402, + "label": "-", + "classification": { + "B": 2.0608609929695376e-08, + "S": 8.165677201077415e-08, + "I": 1.1405151667531754e-07, + "C": 1.0905577774167341e-08, + "R": 7.438120785963065e-09, + "M": 2.278054353155312e-06, + "O": 1.8478514220987563e-06, + "W": 5.933604274588333e-09, + "N": 7.051582651129706e-10, + "Y": 4.339251245255582e-05, + "U": 1.490710159479658e-11, + "K": 1.801724741623545e-10, + "L": 8.104727555746649e-08, + "G": 7.413770617858972e-06, + "F": 0.0004223607247695327, + "E": 2.910567786784668e-08, + "T": 4.665915548685007e-05, + "P": 0.00043587031541392207, + "-": 0.9990397095680237 + }, + "id": "tp_12020" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1502503, + "label": "Y", + "classification": { + "B": 1.7206644770340063e-05, + "S": 0.00019746874750126153, + "I": 0.0010372645920142531, + "C": 0.0005463598063215613, + "R": 0.00026898630312643945, + "M": 0.013098705559968948, + "O": 0.0019135723123326898, + "W": 4.2721334466477856e-05, + "N": 3.915655906894244e-05, + "Y": 0.46083134412765503, + "U": 2.3557730344236916e-07, + "K": 8.721520862309262e-05, + "L": 0.00033672034624032676, + "G": 0.09353890269994736, + "F": 0.03637215495109558, + "E": 0.0019487999379634857, + "T": 0.0517401359975338, + "P": 0.0014984420267865062, + "-": 0.3364845812320709 + }, + "id": "tp_12021" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1502636, + "label": "Y", + "classification": { + "B": 2.0455773963590218e-08, + "S": 2.084359948639758e-06, + "I": 1.678680200711824e-05, + "C": 1.3077191397314891e-05, + "R": 8.652600627101492e-06, + "M": 0.0021483367308974266, + "O": 0.0002870051539503038, + "W": 3.4376054713902704e-07, + "N": 1.219388536810584e-07, + "Y": 0.8604746460914612, + "U": 1.4104142853632595e-10, + "K": 4.5612392085558895e-08, + "L": 1.1765033377741929e-05, + "G": 0.010341132991015911, + "F": 0.0007456042803823948, + "E": 6.014732889525476e-07, + "T": 0.04707811772823334, + "P": 4.3831978473463096e-06, + "-": 0.07886729389429092 + }, + "id": "tp_12022" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1502769, + "label": "-", + "classification": { + "B": 3.7143713882414886e-08, + "S": 9.698379471956287e-06, + "I": 2.6631289074430242e-05, + "C": 0.0004554732295218855, + "R": 6.12952935625799e-05, + "M": 0.0003929078229703009, + "O": 0.00018700723012443632, + "W": 6.008156560710631e-06, + "N": 3.688859806061373e-06, + "Y": 0.03753088414669037, + "U": 7.962482584389363e-08, + "K": 0.0019244033610448241, + "L": 1.3056260286248289e-05, + "G": 0.01788928359746933, + "F": 0.15222379565238953, + "E": 0.00032156251836568117, + "T": 0.004441589117050171, + "P": 0.001658087596297264, + "-": 0.782854437828064 + }, + "id": "tp_12023" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1502903, + "label": "P", + "classification": { + "B": 5.024811855491862e-08, + "S": 7.123576750700522e-08, + "I": 0.0005749740521423519, + "C": 3.568488182281726e-06, + "R": 2.1493231372460286e-07, + "M": 5.201700332690962e-06, + "O": 1.0671346899471246e-06, + "W": 8.506427207066736e-08, + "N": 1.5145817087613977e-05, + "Y": 0.00012750888708978891, + "U": 6.792840423486268e-08, + "K": 8.15155726741068e-06, + "L": 2.9693163483557328e-08, + "G": 1.9216515283915214e-05, + "F": 0.000655762676615268, + "E": 0.000498248846270144, + "T": 4.079305654158816e-05, + "P": 0.6382706165313721, + "-": 0.3597792387008667 + }, + "id": "tp_12024" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1503003, + "label": "-", + "classification": { + "B": 2.0915390450682025e-06, + "S": 3.0813580451649614e-06, + "I": 0.0028898371383547783, + "C": 0.00036495254607871175, + "R": 7.935611938592046e-05, + "M": 0.0003357648092787713, + "O": 9.283574036089703e-05, + "W": 5.972229246253846e-06, + "N": 0.00012434339441824704, + "Y": 0.007446305826306343, + "U": 1.1054284186684527e-05, + "K": 9.320024400949478e-05, + "L": 1.3023887731833383e-05, + "G": 0.0011732896091416478, + "F": 0.003450381802394986, + "E": 0.0012090974487364292, + "T": 0.003241883823648095, + "P": 0.12979178130626678, + "-": 0.8496717810630798 + }, + "id": "tp_12025" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1503136, + "label": "P", + "classification": { + "B": 0.007014199160039425, + "S": 0.003916698507964611, + "I": 0.14832444489002228, + "C": 0.0001663118600845337, + "R": 0.0003465374174993485, + "M": 0.005240811966359615, + "O": 0.007673252839595079, + "W": 0.0006311421166174114, + "N": 0.006578627973794937, + "Y": 0.0032227288465946913, + "U": 1.4744528016308323e-05, + "K": 7.018496944510844e-06, + "L": 0.0014920723624527454, + "G": 0.0053123426623642445, + "F": 0.001428823685273528, + "E": 0.0024571262765675783, + "T": 0.01283864676952362, + "P": 0.6143999695777893, + "-": 0.17893444001674652 + }, + "id": "tp_12026" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1503270, + "label": "-", + "classification": { + "B": 1.47491846291814e-05, + "S": 7.709598321525846e-06, + "I": 0.00021046803158242255, + "C": 2.5717417884152383e-05, + "R": 4.207303391012829e-06, + "M": 0.0002325388923054561, + "O": 9.159265027847141e-05, + "W": 6.473066605394706e-06, + "N": 1.8548946172813885e-05, + "Y": 0.0006441906443797052, + "U": 1.5482351045648102e-06, + "K": 1.8114413933290052e-06, + "L": 1.2175652955193073e-05, + "G": 0.0002428254665574059, + "F": 0.0022127260453999043, + "E": 0.00025602514506317675, + "T": 0.0008641977910883725, + "P": 0.25144830346107483, + "-": 0.7437041997909546 + }, + "id": "tp_12027" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1503403, + "label": "-", + "classification": { + "B": 2.4098553014217927e-11, + "S": 1.1020739182354689e-10, + "I": 5.290674494062841e-07, + "C": 1.8981256566519278e-09, + "R": 7.4694327112379e-11, + "M": 2.4935083331456553e-08, + "O": 5.569481320577552e-09, + "W": 3.867531295220772e-10, + "N": 1.871127786046145e-08, + "Y": 2.46551262534922e-05, + "U": 1.3714041013912492e-10, + "K": 4.776419700647239e-06, + "L": 1.0961385445151794e-11, + "G": 6.243189432098006e-07, + "F": 0.00011841945524793118, + "E": 1.0414270946057513e-05, + "T": 1.843262566580961e-06, + "P": 0.047553543001413345, + "-": 0.9522852301597595 + }, + "id": "tp_12028" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1503504, + "label": "P", + "classification": { + "B": 3.2867362165234226e-08, + "S": 1.7909938421212246e-08, + "I": 0.000326813489664346, + "C": 2.8708777222163917e-07, + "R": 5.123579782662091e-08, + "M": 9.699382417238667e-07, + "O": 4.433456695096538e-07, + "W": 3.79454370147414e-08, + "N": 3.6777737477677874e-06, + "Y": 0.00011676370922941715, + "U": 1.6551638282180647e-08, + "K": 1.0810288131324342e-07, + "L": 1.3425954570323029e-08, + "G": 2.9660698146471987e-06, + "F": 6.012343874317594e-05, + "E": 2.8409212973201647e-05, + "T": 6.507419311674312e-05, + "P": 0.5776680111885071, + "-": 0.4217262268066406 + }, + "id": "tp_12029" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1503637, + "label": "-", + "classification": { + "B": 7.616506314533922e-10, + "S": 3.856487074127557e-10, + "I": 1.1568282616281067e-06, + "C": 4.020767718770912e-09, + "R": 2.412067212631541e-10, + "M": 1.892486167776042e-08, + "O": 2.681052357900171e-08, + "W": 4.4266229570766313e-10, + "N": 1.9575269405436302e-08, + "Y": 1.0376210184404044e-06, + "U": 1.7438439581241028e-10, + "K": 4.974129441670527e-10, + "L": 4.522315300015123e-10, + "G": 1.227269876835635e-07, + "F": 5.080672417534515e-05, + "E": 4.6626871608168585e-07, + "T": 2.098656523230602e-06, + "P": 0.4558926820755005, + "-": 0.544051468372345 + }, + "id": "tp_12030" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1503770, + "label": "-", + "classification": { + "B": 3.355361286594416e-07, + "S": 3.6320383145493906e-08, + "I": 6.564331124536693e-05, + "C": 5.260594662104268e-06, + "R": 4.165743234807451e-07, + "M": 6.705969099130016e-06, + "O": 1.666925072640879e-06, + "W": 5.579781614528656e-08, + "N": 1.5200529333014856e-06, + "Y": 0.00018248795822728425, + "U": 1.4548741944508947e-07, + "K": 6.457791528191592e-07, + "L": 1.2342377431195928e-07, + "G": 4.2633073462639004e-05, + "F": 0.00035546423168852925, + "E": 5.7164161262335256e-05, + "T": 0.00010328530333936214, + "P": 0.2864285111427307, + "-": 0.7127478718757629 + }, + "id": "tp_12031" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1503904, + "label": "-", + "classification": { + "B": 6.283449329202995e-05, + "S": 5.9132118622073904e-05, + "I": 0.012495116330683231, + "C": 0.000471487088361755, + "R": 0.00011892910697497427, + "M": 0.0021347873844206333, + "O": 0.0006364593864418566, + "W": 4.074619573657401e-05, + "N": 0.00064673280576244, + "Y": 0.005838544107973576, + "U": 1.3205286450101994e-05, + "K": 1.3124132237862796e-05, + "L": 0.00010677932004909962, + "G": 0.001459531718865037, + "F": 0.001511385547928512, + "E": 0.0019770103972405195, + "T": 0.009319745004177094, + "P": 0.3179958164691925, + "-": 0.6450986266136169 + }, + "id": "tp_12032" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1504004, + "label": "-", + "classification": { + "B": 1.9120309389109025e-06, + "S": 1.6031009408834507e-07, + "I": 0.00465259188786149, + "C": 3.0487120966427028e-05, + "R": 3.283559180999873e-06, + "M": 0.00021135612041689456, + "O": 2.054102333204355e-05, + "W": 2.803386962568766e-07, + "N": 1.0879395631491207e-05, + "Y": 0.0017653151880949736, + "U": 7.480871744292017e-08, + "K": 1.931469428839705e-09, + "L": 5.55717588213156e-06, + "G": 0.00022982632799539715, + "F": 3.656930130091496e-05, + "E": 9.987423254642636e-05, + "T": 0.002062666229903698, + "P": 0.3571121096611023, + "-": 0.6337565183639526 + }, + "id": "tp_12033" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1504137, + "label": "P", + "classification": { + "B": 9.559589670971036e-06, + "S": 8.730683475732803e-06, + "I": 0.0020707312505692244, + "C": 6.120445323176682e-05, + "R": 1.4700769497721922e-05, + "M": 0.00016253386274911463, + "O": 5.081639756099321e-05, + "W": 1.0211983862973284e-05, + "N": 0.00020542953279800713, + "Y": 0.0018784513231366873, + "U": 7.518894562963396e-06, + "K": 0.00029364496003836393, + "L": 5.07828963236534e-06, + "G": 0.0005617376300506294, + "F": 0.011613750830292702, + "E": 0.006356186233460903, + "T": 0.0005817085038870573, + "P": 0.5987846851348877, + "-": 0.37732332944869995 + }, + "id": "tp_12034" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1504271, + "label": "-", + "classification": { + "B": 5.9757618146250024e-05, + "S": 0.00019528700795490295, + "I": 0.0036995401605963707, + "C": 0.0005061660194769502, + "R": 8.73549870448187e-05, + "M": 0.003010641783475876, + "O": 0.0006896750419400632, + "W": 0.00011347348481649533, + "N": 0.0005973789957351983, + "Y": 0.007844727486371994, + "U": 4.660367631004192e-05, + "K": 0.00015993477427400649, + "L": 0.00016201012476813048, + "G": 0.001578449853695929, + "F": 0.020301122218370438, + "E": 0.0047004083171486855, + "T": 0.007447296753525734, + "P": 0.2481236606836319, + "-": 0.7006765007972717 + }, + "id": "tp_12035" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1504404, + "label": "-", + "classification": { + "B": 5.142950976733118e-05, + "S": 6.424172170227394e-05, + "I": 0.008014535531401634, + "C": 0.0006038396968506277, + "R": 0.0002604036417324096, + "M": 0.00140706030651927, + "O": 0.0005773578304797411, + "W": 0.00011099655966972932, + "N": 0.0005410435260273516, + "Y": 0.01148398220539093, + "U": 5.9225723816780373e-05, + "K": 0.0005876036593690515, + "L": 0.00012049182987539098, + "G": 0.0036582143511623144, + "F": 0.018077382817864418, + "E": 0.0053144353441894054, + "T": 0.0062248595058918, + "P": 0.18536166846752167, + "-": 0.7574811577796936 + }, + "id": "tp_12036" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1504505, + "label": "-", + "classification": { + "B": 1.0477175793610627e-09, + "S": 2.2785260345159486e-09, + "I": 4.154077487328323e-06, + "C": 1.2751938172073096e-08, + "R": 1.5922457796690992e-09, + "M": 3.2016589557315456e-07, + "O": 1.283530082218931e-07, + "W": 6.942433850021246e-10, + "N": 9.642642595508732e-08, + "Y": 1.5058736835271702e-06, + "U": 1.7899121074194113e-10, + "K": 1.2238363655825424e-09, + "L": 2.427093193091423e-09, + "G": 3.929141598746355e-07, + "F": 8.339010673807934e-05, + "E": 2.0872641925961943e-06, + "T": 1.2930679986311588e-05, + "P": 0.48526719212532043, + "-": 0.5146278738975525 + }, + "id": "tp_12037" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1504638, + "label": "-", + "classification": { + "B": 4.309785254008602e-06, + "S": 4.4291468839219306e-06, + "I": 0.00062761694425717, + "C": 2.989122731378302e-05, + "R": 6.10253073318745e-06, + "M": 9.537355799693614e-05, + "O": 4.258484113961458e-05, + "W": 3.5152604596078163e-06, + "N": 7.748434290988371e-05, + "Y": 0.001880043651908636, + "U": 3.024814532182063e-06, + "K": 8.761214121477678e-05, + "L": 3.338615215398022e-06, + "G": 0.0005865518469363451, + "F": 0.010979413986206055, + "E": 0.002135914983227849, + "T": 0.0010756225092336535, + "P": 0.317033588886261, + "-": 0.6653235554695129 + }, + "id": "tp_12038" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1504771, + "label": "-", + "classification": { + "B": 3.2025925520429155e-06, + "S": 1.2512436114775483e-05, + "I": 0.014658233150839806, + "C": 0.0007765482878312469, + "R": 0.00020947225857526064, + "M": 0.0006728401058353484, + "O": 0.00019860503380186856, + "W": 2.4395088985329494e-05, + "N": 0.0007375716813839972, + "Y": 0.01757085882127285, + "U": 1.0396339348517358e-05, + "K": 0.0003501671308185905, + "L": 1.3955662325315643e-05, + "G": 0.0011803599772974849, + "F": 0.010126867331564426, + "E": 0.0051768627017736435, + "T": 0.0030318056233227253, + "P": 0.2284073531627655, + "-": 0.716838002204895 + }, + "id": "tp_12039" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1504905, + "label": "P", + "classification": { + "B": 3.8883885281393304e-05, + "S": 0.0001329507358605042, + "I": 0.029151739552617073, + "C": 0.0006913729012012482, + "R": 0.0002715765149332583, + "M": 0.0010499876225367188, + "O": 0.0006756375078111887, + "W": 0.00013159067020751536, + "N": 0.00292599038220942, + "Y": 0.004649198614060879, + "U": 7.224905129987746e-05, + "K": 0.0003892349195666611, + "L": 9.917896386468783e-05, + "G": 0.002022902714088559, + "F": 0.005933145992457867, + "E": 0.005336835514754057, + "T": 0.005048991646617651, + "P": 0.5511777400970459, + "-": 0.39020073413848877 + }, + "id": "tp_12040" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1505005, + "label": "-", + "classification": { + "B": 1.1809736522039316e-10, + "S": 3.3180155845080606e-10, + "I": 3.55999134171725e-07, + "C": 1.2364752555171776e-09, + "R": 2.213826170993638e-11, + "M": 8.553102048836081e-08, + "O": 1.177564978860346e-08, + "W": 2.4931307018860593e-10, + "N": 8.704010845406174e-09, + "Y": 3.288956349933869e-06, + "U": 1.3524854847180023e-10, + "K": 5.670447222883013e-08, + "L": 4.497732047914482e-11, + "G": 1.4276304227678338e-07, + "F": 1.7325510270893574e-05, + "E": 1.3061346635367954e-06, + "T": 5.025626251153881e-06, + "P": 0.06479209661483765, + "-": 0.9351802468299866 + }, + "id": "tp_12041" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1505138, + "label": "P", + "classification": { + "B": 2.9826233003404923e-05, + "S": 0.00015876807447057217, + "I": 0.01072766911238432, + "C": 6.03584194323048e-05, + "R": 3.6084442399442196e-05, + "M": 0.0003493967233225703, + "O": 0.00038049794966354966, + "W": 4.299854481359944e-05, + "N": 0.0015103189507499337, + "Y": 0.0006490781670436263, + "U": 1.0397563528385945e-05, + "K": 3.0033168513909914e-05, + "L": 3.9046437450451776e-05, + "G": 0.00044006388634443283, + "F": 0.001929259393364191, + "E": 0.0017423247918486595, + "T": 0.0018405733862891793, + "P": 0.7773299813270569, + "-": 0.20269328355789185 + }, + "id": "tp_12042" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1505272, + "label": "-", + "classification": { + "B": 2.5565472242305987e-05, + "S": 6.687599670840427e-05, + "I": 0.030386120080947876, + "C": 0.0009663208038546145, + "R": 0.0007622221019119024, + "M": 0.0019188419682905078, + "O": 0.0008771724533289671, + "W": 0.00012011568469461054, + "N": 0.002378182951360941, + "Y": 0.04273448884487152, + "U": 7.082468073349446e-05, + "K": 0.0010188560700044036, + "L": 7.524422107962891e-05, + "G": 0.004663864616304636, + "F": 0.007644045166671276, + "E": 0.0039906264282763, + "T": 0.01792938821017742, + "P": 0.22591650485992432, + "-": 0.6584547162055969 + }, + "id": "tp_12043" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1505405, + "label": "-", + "classification": { + "B": 2.750696239672834e-07, + "S": 2.1787020898500487e-07, + "I": 0.0006378779653459787, + "C": 4.826025542570278e-05, + "R": 1.7029904483933933e-05, + "M": 2.9415385142783634e-05, + "O": 1.9147528291796334e-05, + "W": 6.31131001682661e-07, + "N": 1.6665324437781237e-05, + "Y": 0.0008422342361882329, + "U": 1.2679319070230122e-06, + "K": 1.1894205727003282e-06, + "L": 4.118533979635686e-06, + "G": 0.00019476965826470405, + "F": 0.001943201175890863, + "E": 0.00011011026799678802, + "T": 0.00098962162155658, + "P": 0.21331453323364258, + "-": 0.781829297542572 + }, + "id": "tp_12044" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1505506, + "label": "-", + "classification": { + "B": 5.1012252200166586e-09, + "S": 4.998248037679787e-09, + "I": 6.458955613197759e-05, + "C": 7.870963827372179e-07, + "R": 6.469820590382369e-08, + "M": 4.127068223169772e-06, + "O": 6.214568202267401e-07, + "W": 1.4544295545704244e-08, + "N": 1.1161340580656542e-06, + "Y": 7.586878928123042e-05, + "U": 1.5868048208744767e-08, + "K": 4.912622557640134e-07, + "L": 2.0721429905279365e-08, + "G": 1.4344360351969954e-05, + "F": 0.00018900666327681392, + "E": 8.106855966616422e-05, + "T": 4.5509830670198426e-05, + "P": 0.19484996795654297, + "-": 0.8046723008155823 + }, + "id": "tp_12045" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1505639, + "label": "P", + "classification": { + "B": 6.889868927828502e-06, + "S": 2.5205208658007905e-06, + "I": 0.00027161656180396676, + "C": 4.530671958491439e-06, + "R": 1.8497132714401232e-06, + "M": 2.858534389815759e-05, + "O": 3.185426976415329e-05, + "W": 1.7065857491616043e-06, + "N": 1.608763159310911e-05, + "Y": 0.00028566212859004736, + "U": 4.485698923417658e-07, + "K": 9.803658258533687e-07, + "L": 2.378478711762e-06, + "G": 0.00011593737144721672, + "F": 0.0009014576789923012, + "E": 9.048563515534624e-05, + "T": 0.00034649527515284717, + "P": 0.5161595940589905, + "-": 0.48173093795776367 + }, + "id": "tp_12046" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1505772, + "label": "-", + "classification": { + "B": 3.3755370720811584e-10, + "S": 8.914200107235093e-12, + "I": 2.408121417829534e-06, + "C": 3.239419843481528e-09, + "R": 1.0912937914442367e-10, + "M": 2.5187340213506104e-08, + "O": 5.844066564009154e-09, + "W": 4.3449258080308084e-11, + "N": 3.695133310444021e-09, + "Y": 6.162318868518923e-07, + "U": 1.653241953059048e-11, + "K": 3.4818294081251366e-11, + "L": 1.3129489162544417e-10, + "G": 1.253829395864159e-07, + "F": 2.9751988677162444e-06, + "E": 6.698850256725564e-07, + "T": 3.119351106306567e-07, + "P": 0.39572370052337646, + "-": 0.6042692065238953 + }, + "id": "tp_12047" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1505906, + "label": "P", + "classification": { + "B": 6.28199995844625e-05, + "S": 0.00040637541678734124, + "I": 0.018053242936730385, + "C": 0.00031720209517516196, + "R": 0.00021829814068041742, + "M": 0.0008448970620520413, + "O": 0.0008521130075678229, + "W": 0.00030189365497790277, + "N": 0.00494469003751874, + "Y": 0.0035581537522375584, + "U": 0.000125281119835563, + "K": 0.0034799198620021343, + "L": 5.146147304913029e-05, + "G": 0.0012856721878051758, + "F": 0.012512405402958393, + "E": 0.009201614186167717, + "T": 0.002527716336771846, + "P": 0.6964650750160217, + "-": 0.24479113519191742 + }, + "id": "tp_12048" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1506006, + "label": "P", + "classification": { + "B": 1.746849420669605e-07, + "S": 1.6831457116950332e-07, + "I": 0.0018611085833981633, + "C": 5.727969437430147e-06, + "R": 5.570913685915002e-07, + "M": 4.188152888673358e-05, + "O": 4.2814431253646035e-06, + "W": 1.0654493820538846e-07, + "N": 5.173098907107487e-05, + "Y": 0.00022404712217394263, + "U": 8.637427129087882e-08, + "K": 4.7113911705309874e-07, + "L": 2.3822968842068803e-07, + "G": 3.3045216696336865e-05, + "F": 0.00011429911683080718, + "E": 0.0008150968351401389, + "T": 0.00019643046834971756, + "P": 0.7673563957214355, + "-": 0.22929422557353973 + }, + "id": "tp_12049" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1506139, + "label": "-", + "classification": { + "B": 5.520117156265769e-06, + "S": 1.9379365767235868e-05, + "I": 0.010424661450088024, + "C": 0.00015090745000634342, + "R": 7.247983012348413e-05, + "M": 0.0007491382420994341, + "O": 0.00018109515076503158, + "W": 1.2442161278158892e-05, + "N": 0.0005215239361859858, + "Y": 0.01588396728038788, + "U": 6.728841071890201e-06, + "K": 5.133906961418688e-05, + "L": 1.823405546019785e-05, + "G": 0.0013615083880722523, + "F": 0.004648817703127861, + "E": 0.0013062249636277556, + "T": 0.01172396820038557, + "P": 0.3407672047615051, + "-": 0.6120948195457458 + }, + "id": "tp_12050" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1506273, + "label": "P", + "classification": { + "B": 7.109516447778574e-11, + "S": 2.0059366667712908e-10, + "I": 6.119713816588046e-06, + "C": 3.7013536680063908e-09, + "R": 1.1305485714263597e-10, + "M": 9.824240976286092e-09, + "O": 5.003768066558223e-09, + "W": 1.3438226920126084e-10, + "N": 1.1994771398349258e-07, + "Y": 1.775017153704539e-06, + "U": 1.7125872942003184e-10, + "K": 3.804933257356424e-08, + "L": 3.1132069144845786e-11, + "G": 8.434378173660662e-08, + "F": 3.829493289231323e-05, + "E": 6.957179266464664e-06, + "T": 6.501234679490153e-07, + "P": 0.6570810675621033, + "-": 0.3428649604320526 + }, + "id": "tp_12051" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1506406, + "label": "P", + "classification": { + "B": 1.818943218268032e-07, + "S": 4.484861548803565e-08, + "I": 0.0017823164816945791, + "C": 1.2249580549905659e-06, + "R": 1.1271393418610387e-07, + "M": 2.754680645011831e-05, + "O": 3.5233354083175072e-06, + "W": 6.203391222925347e-08, + "N": 8.177754352800548e-06, + "Y": 7.659783295821398e-05, + "U": 9.492437058611358e-09, + "K": 3.530076675417604e-09, + "L": 2.231333695590365e-07, + "G": 1.706929469946772e-05, + "F": 2.3821930881240405e-05, + "E": 9.955041605280712e-05, + "T": 0.00013335108815226704, + "P": 0.8001565933227539, + "-": 0.19766968488693237 + }, + "id": "tp_12052" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1506507, + "label": "-", + "classification": { + "B": 2.3357931695500156e-06, + "S": 1.45741424262269e-07, + "I": 0.0050139655359089375, + "C": 0.00011754362640203908, + "R": 1.0536567970120814e-05, + "M": 0.000515300955157727, + "O": 3.323574492242187e-05, + "W": 4.975050273969828e-07, + "N": 2.450273859722074e-05, + "Y": 0.001071665552444756, + "U": 7.487819289053732e-07, + "K": 6.826100218404463e-08, + "L": 1.0992331226589158e-05, + "G": 0.0006909322110004723, + "F": 0.00012749325833283365, + "E": 0.0005468919989652932, + "T": 0.001036659348756075, + "P": 0.3821263909339905, + "-": 0.608670175075531 + }, + "id": "tp_12053" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1506640, + "label": "P", + "classification": { + "B": 8.642131433589384e-06, + "S": 1.8256376961289789e-06, + "I": 0.007407373748719692, + "C": 8.36828476167284e-05, + "R": 7.730667675787117e-06, + "M": 0.00010816473513841629, + "O": 5.0723210733849555e-05, + "W": 2.629439677548362e-06, + "N": 0.0002104539016727358, + "Y": 0.0002404678671155125, + "U": 4.5009496716375e-06, + "K": 6.308711135716294e-07, + "L": 1.1359456038917415e-05, + "G": 0.00016380900342483073, + "F": 0.0002403261896688491, + "E": 0.0006453851819969714, + "T": 0.0004852378333453089, + "P": 0.808168888092041, + "-": 0.1821582317352295 + }, + "id": "tp_12054" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1506773, + "label": "P", + "classification": { + "B": 0.00013099570060148835, + "S": 1.6393032638006844e-05, + "I": 0.0014299514004960656, + "C": 6.9058037297509145e-06, + "R": 1.9057798681387794e-06, + "M": 9.831450006458908e-05, + "O": 6.425070023396984e-05, + "W": 1.3204521565057803e-05, + "N": 0.00012565361976157874, + "Y": 7.302734593395144e-05, + "U": 1.703566340438556e-06, + "K": 1.3077064977551345e-06, + "L": 1.0401936378912069e-05, + "G": 9.570771362632513e-05, + "F": 0.00037921423790976405, + "E": 0.0008723574574105442, + "T": 0.00021689929417334497, + "P": 0.9029111266136169, + "-": 0.09355059266090393 + }, + "id": "tp_12055" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1506907, + "label": "P", + "classification": { + "B": 2.562170720921131e-06, + "S": 3.0759056812712515e-07, + "I": 0.002487745601683855, + "C": 8.07723972684471e-06, + "R": 2.032763404713478e-06, + "M": 2.421768476779107e-05, + "O": 1.1496889783302322e-05, + "W": 3.471210163752403e-07, + "N": 4.680299025494605e-05, + "Y": 0.00012040797446388751, + "U": 1.750261446886725e-07, + "K": 7.317748895729892e-08, + "L": 1.3866764447811875e-06, + "G": 0.00011203205940546468, + "F": 3.879175346810371e-05, + "E": 0.0001745170447975397, + "T": 7.264137093443424e-05, + "P": 0.9235426187515259, + "-": 0.0733538269996643 + }, + "id": "tp_12056" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1507007, + "label": "-", + "classification": { + "B": 4.240195266902447e-05, + "S": 0.00010732212103903294, + "I": 0.010762505233287811, + "C": 0.0016582990065217018, + "R": 0.0003604115918278694, + "M": 0.002548657124862075, + "O": 0.0007885473314672709, + "W": 0.00016089554992504418, + "N": 0.0013777654385194182, + "Y": 0.04113220423460007, + "U": 7.715804531471804e-05, + "K": 0.003939513582736254, + "L": 9.390799823449925e-05, + "G": 0.009257275611162186, + "F": 0.027406174689531326, + "E": 0.014311080798506737, + "T": 0.012985891662538052, + "P": 0.16342559456825256, + "-": 0.7095643877983093 + }, + "id": "tp_12057" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1507140, + "label": "-", + "classification": { + "B": 1.3214991323451386e-09, + "S": 1.3230821993559516e-10, + "I": 1.7713514353090432e-06, + "C": 2.4394484654521875e-08, + "R": 1.2967128482088697e-09, + "M": 2.102009830196039e-06, + "O": 1.3123523956437566e-07, + "W": 3.836264916845522e-10, + "N": 5.781712442143316e-09, + "Y": 1.0045549061032943e-05, + "U": 1.359165696657172e-10, + "K": 2.3727712503140985e-11, + "L": 5.675228731405468e-09, + "G": 8.312234172080935e-07, + "F": 2.3812465315131703e-06, + "E": 4.5979615492797166e-07, + "T": 3.328521779621951e-05, + "P": 0.030910750851035118, + "-": 0.969038188457489 + }, + "id": "tp_12058" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1507274, + "label": "-", + "classification": { + "B": 7.414638503178139e-07, + "S": 1.1897950571437832e-06, + "I": 0.002288233255967498, + "C": 1.9146786144119687e-05, + "R": 7.429620382026769e-06, + "M": 7.56372173782438e-05, + "O": 2.8416372515494004e-05, + "W": 1.3238864084996749e-06, + "N": 9.316294745076448e-05, + "Y": 0.0011118650436401367, + "U": 1.4304525848274352e-06, + "K": 4.566800271277316e-06, + "L": 2.485797949702828e-06, + "G": 0.00015198088658507913, + "F": 0.0010099168866872787, + "E": 0.00028949283296242356, + "T": 0.0010411246912553906, + "P": 0.49504104256629944, + "-": 0.4988309144973755 + }, + "id": "tp_12059" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1507407, + "label": "P", + "classification": { + "B": 1.0201056284131482e-06, + "S": 1.1897314067255138e-07, + "I": 0.0068013109266757965, + "C": 1.578155206516385e-05, + "R": 9.858852081379155e-07, + "M": 2.2426300347433425e-05, + "O": 4.958370936947176e-06, + "W": 1.6381429190914787e-07, + "N": 3.371280399733223e-05, + "Y": 0.00031242554541677237, + "U": 7.776611710141879e-08, + "K": 5.981007245026149e-09, + "L": 9.991792921937304e-07, + "G": 5.789571878267452e-05, + "F": 1.2846287972934078e-05, + "E": 0.00033008301397785544, + "T": 0.00023404248349834234, + "P": 0.889101505279541, + "-": 0.10306958109140396 + }, + "id": "tp_12060" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1507508, + "label": "-", + "classification": { + "B": 1.5313537105043906e-08, + "S": 9.458593908107105e-09, + "I": 0.00017668319924268872, + "C": 1.7915756416186923e-06, + "R": 2.6206245706816844e-07, + "M": 5.135460014571436e-06, + "O": 9.188214562527719e-07, + "W": 1.698014884254917e-08, + "N": 1.4975771591707598e-06, + "Y": 0.00028248707531020045, + "U": 5.809118519550793e-08, + "K": 6.896026150116086e-08, + "L": 1.2748539290896588e-07, + "G": 2.5064337023650296e-05, + "F": 0.00016439090541098267, + "E": 1.0213781933998689e-05, + "T": 0.00028916815062984824, + "P": 0.21498656272888184, + "-": 0.7840554714202881 + }, + "id": "tp_12061" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1507641, + "label": "-", + "classification": { + "B": 1.1642773856124222e-08, + "S": 3.5562064404359717e-09, + "I": 1.933404382725712e-05, + "C": 1.3696864975543122e-08, + "R": 2.039067137360462e-09, + "M": 1.6465969565615524e-06, + "O": 1.268351610406171e-07, + "W": 1.582931674626309e-09, + "N": 1.904279258724273e-07, + "Y": 4.8204259655904025e-05, + "U": 7.223300846348479e-10, + "K": 5.2206669209908796e-08, + "L": 3.757750999255904e-09, + "G": 1.093897571990965e-05, + "F": 0.0004915915196761489, + "E": 5.2425322792259976e-05, + "T": 4.716360490419902e-05, + "P": 0.25188180804252625, + "-": 0.7474464774131775 + }, + "id": "tp_12062" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1507774, + "label": "-", + "classification": { + "B": 1.2652066288865171e-05, + "S": 1.3551439224102069e-05, + "I": 0.005129135679453611, + "C": 0.0006054412224330008, + "R": 0.00024110640515573323, + "M": 0.000546465627849102, + "O": 0.00023707123182248324, + "W": 6.153356662252918e-05, + "N": 0.0004182038828730583, + "Y": 0.00780270854011178, + "U": 5.154882819624618e-05, + "K": 0.0008360600331798196, + "L": 3.442042725509964e-05, + "G": 0.0019004300702363253, + "F": 0.012085659429430962, + "E": 0.0049009136855602264, + "T": 0.0030887704342603683, + "P": 0.2470659613609314, + "-": 0.7149683833122253 + }, + "id": "tp_12063" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1507908, + "label": "I", + "classification": { + "B": 9.593993127055e-06, + "S": 0.0010158666409552097, + "I": 0.5430797934532166, + "C": 0.005110674072057009, + "R": 0.0002937793906312436, + "M": 0.0007632064516656101, + "O": 0.0003641493385657668, + "W": 8.053493365878239e-05, + "N": 0.2094770222902298, + "Y": 0.017415406182408333, + "U": 1.0770092018219657e-07, + "K": 0.009996007196605206, + "L": 2.2537253244081512e-05, + "G": 0.10392976552248001, + "F": 0.0004616923979483545, + "E": 0.09860142320394516, + "T": 0.007835648953914642, + "P": 0.0014560751151293516, + "-": 8.662744221510366e-05 + }, + "id": "tp_12064" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1508008, + "label": "I", + "classification": { + "B": 9.43510967772454e-05, + "S": 0.0005064147408120334, + "I": 0.38972723484039307, + "C": 0.008985833264887333, + "R": 0.002190405037254095, + "M": 0.006255245301872492, + "O": 0.0027235900051891804, + "W": 0.00035104845301248133, + "N": 0.02382681332528591, + "Y": 0.09216279536485672, + "U": 5.649650847772136e-05, + "K": 0.0011854339390993118, + "L": 0.00019587765564210713, + "G": 0.012765015475451946, + "F": 0.005313696339726448, + "E": 0.014395618811249733, + "T": 0.03620637580752373, + "P": 0.19434505701065063, + "-": 0.20871271193027496 + }, + "id": "tp_12065" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1508141, + "label": "I", + "classification": { + "B": 6.719091470586136e-05, + "S": 0.00016093363228719682, + "I": 0.9166846871376038, + "C": 0.0010020371992141008, + "R": 0.0003993784775957465, + "M": 0.0017687588697299361, + "O": 0.0002030116447713226, + "W": 3.943513729609549e-05, + "N": 0.015671391040086746, + "Y": 0.04236448556184769, + "U": 9.815465773499454e-07, + "K": 9.470793884247541e-05, + "L": 2.183754986617714e-05, + "G": 0.002788500627502799, + "F": 6.88779036863707e-05, + "E": 0.007092925254255533, + "T": 0.004935086239129305, + "P": 0.005418026354163885, + "-": 0.001217832905240357 + }, + "id": "tp_12066" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1508275, + "label": "I", + "classification": { + "B": 2.922866042354144e-05, + "S": 0.0004227680037729442, + "I": 0.8961619138717651, + "C": 0.0036159472074359655, + "R": 0.0008381882216781378, + "M": 0.00046991760609671474, + "O": 0.00028374773683026433, + "W": 9.390808554599062e-05, + "N": 0.07147650420665741, + "Y": 0.010338597930967808, + "U": 1.5858092865528306e-06, + "K": 0.0004396925796754658, + "L": 2.0994830265408382e-05, + "G": 0.004120503086596727, + "F": 8.938777318689972e-05, + "E": 0.006945452652871609, + "T": 0.002379324520006776, + "P": 0.0021103834733366966, + "-": 0.00016195638454519212 + }, + "id": "tp_12067" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1508375, + "label": "I", + "classification": { + "B": 0.0002731775166466832, + "S": 0.0011025797575712204, + "I": 0.7803395986557007, + "C": 0.0019478233298286796, + "R": 0.0013317730044946074, + "M": 0.0042646354995667934, + "O": 0.0008518003742210567, + "W": 0.00023465047706849873, + "N": 0.0454779714345932, + "Y": 0.040493328124284744, + "U": 2.882252010749653e-05, + "K": 0.001738599268719554, + "L": 0.00021823907445650548, + "G": 0.011208312585949898, + "F": 0.002260033041238785, + "E": 0.01721421629190445, + "T": 0.019986651837825775, + "P": 0.060164835304021835, + "-": 0.010862894356250763 + }, + "id": "tp_12068" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1508509, + "label": "I", + "classification": { + "B": 0.002612330950796604, + "S": 0.012974835932254791, + "I": 0.21536785364151, + "C": 0.011693516746163368, + "R": 0.007470198441296816, + "M": 0.014323586598038673, + "O": 0.013114181347191334, + "W": 0.008569193072617054, + "N": 0.11449826508760452, + "Y": 0.1782645434141159, + "U": 0.0008588303462602198, + "K": 0.12127809971570969, + "L": 0.0015020566061139107, + "G": 0.052853867411613464, + "F": 0.027341371402144432, + "E": 0.06905819475650787, + "T": 0.05852361023426056, + "P": 0.04705177992582321, + "-": 0.04264366626739502 + }, + "id": "tp_12069" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1508642, + "label": "I", + "classification": { + "B": 0.00014943616406526417, + "S": 0.012073511257767677, + "I": 0.44645559787750244, + "C": 0.11096549034118652, + "R": 0.019960245117545128, + "M": 0.025047512724995613, + "O": 0.00862669013440609, + "W": 0.0009807504247874022, + "N": 0.07945336401462555, + "Y": 0.05138362571597099, + "U": 4.173292381892679e-06, + "K": 0.0008799955248832703, + "L": 0.0020761298947036266, + "G": 0.15302462875843048, + "F": 0.0014530080370604992, + "E": 0.016412600874900818, + "T": 0.06697868555784225, + "P": 0.0025314027443528175, + "-": 0.0015432153595611453 + }, + "id": "tp_12070" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1508775, + "label": "I", + "classification": { + "B": 0.00026733867707662284, + "S": 0.0018726297421380877, + "I": 0.6267803907394409, + "C": 0.005731160286813974, + "R": 0.0021451571956276894, + "M": 0.004814827814698219, + "O": 0.0027534067630767822, + "W": 0.0009959518210962415, + "N": 0.13396471738815308, + "Y": 0.048241302371025085, + "U": 5.587004488916136e-05, + "K": 0.021111957728862762, + "L": 0.00021660224592778832, + "G": 0.03228458762168884, + "F": 0.0037704715505242348, + "E": 0.06138530746102333, + "T": 0.019069163128733635, + "P": 0.026450885459780693, + "-": 0.008088314905762672 + }, + "id": "tp_12071" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1508876, + "label": "I", + "classification": { + "B": 2.3391397917293943e-05, + "S": 0.00013575142656918615, + "I": 0.8739356994628906, + "C": 0.01152165699750185, + "R": 0.0031678969971835613, + "M": 0.0029127076268196106, + "O": 0.0006713262409903109, + "W": 4.978186552762054e-05, + "N": 0.008625928312540054, + "Y": 0.06167368218302727, + "U": 7.831494599486177e-07, + "K": 3.985812872997485e-05, + "L": 0.00016810900706332177, + "G": 0.01755889132618904, + "F": 0.00010757406562333927, + "E": 0.0026663001626729965, + "T": 0.01411997526884079, + "P": 0.0011695704888552427, + "-": 0.0014511292101815343 + }, + "id": "tp_12072" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1509009, + "label": "I", + "classification": { + "B": 0.00014517380623146892, + "S": 0.0012562171323224902, + "I": 0.4055037498474121, + "C": 0.00896728876978159, + "R": 0.0013385158963501453, + "M": 0.004547374788671732, + "O": 0.0007914788438938558, + "W": 0.00025207537692040205, + "N": 0.062137532979249954, + "Y": 0.04374634847044945, + "U": 8.502405762556009e-06, + "K": 0.011703873053193092, + "L": 0.00029676296981051564, + "G": 0.12127584218978882, + "F": 0.004003668669611216, + "E": 0.3003982603549957, + "T": 0.008901864290237427, + "P": 0.022473128512501717, + "-": 0.0022522765211760998 + }, + "id": "tp_12073" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1509142, + "label": "I", + "classification": { + "B": 0.00031859552836976945, + "S": 0.0049918778240680695, + "I": 0.5182417035102844, + "C": 0.024011410772800446, + "R": 0.005902782082557678, + "M": 0.004227238707244396, + "O": 0.004200146067887545, + "W": 0.0017096399096772075, + "N": 0.22018860280513763, + "Y": 0.06405118107795715, + "U": 4.191756670479663e-05, + "K": 0.019813165068626404, + "L": 0.0003713288460858166, + "G": 0.055345628410577774, + "F": 0.0027641740161925554, + "E": 0.03366464003920555, + "T": 0.03209752216935158, + "P": 0.006212044972926378, + "-": 0.0018464743625372648 + }, + "id": "tp_12074" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1509276, + "label": "I", + "classification": { + "B": 4.433099093148485e-06, + "S": 0.00025361357256770134, + "I": 0.590510904788971, + "C": 0.0057912105694413185, + "R": 0.0015398799441754818, + "M": 0.0006090915412642062, + "O": 0.0006075542187318206, + "W": 0.00011877507495228201, + "N": 0.06458412855863571, + "Y": 0.24334752559661865, + "U": 6.162609338389302e-07, + "K": 0.009812813252210617, + "L": 1.691499892331194e-05, + "G": 0.04414616525173187, + "F": 0.0012523602927103639, + "E": 0.010521483607590199, + "T": 0.024355148896574974, + "P": 0.0014863843098282814, + "-": 0.0010410768445581198 + }, + "id": "tp_12075" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1509376, + "label": "I", + "classification": { + "B": 0.0001670962228672579, + "S": 0.0003084545605815947, + "I": 0.7387852072715759, + "C": 0.0014745283406227827, + "R": 0.00035646665492095053, + "M": 0.0027609847020357847, + "O": 0.00035863000084646046, + "W": 9.459881403017789e-05, + "N": 0.03887726739048958, + "Y": 0.04794889688491821, + "U": 3.0506798793794587e-06, + "K": 0.0038435610476881266, + "L": 5.5334981880150735e-05, + "G": 0.032057419419288635, + "F": 0.0011808370472863317, + "E": 0.10651886463165283, + "T": 0.006239771842956543, + "P": 0.015762748196721077, + "-": 0.0032062793616205454 + }, + "id": "tp_12076" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1509510, + "label": "I", + "classification": { + "B": 0.00046889230725355446, + "S": 0.007923973724246025, + "I": 0.37901419401168823, + "C": 0.047363199293613434, + "R": 0.008747877553105354, + "M": 0.006925005931407213, + "O": 0.005863426718860865, + "W": 0.0019749219063669443, + "N": 0.15409260988235474, + "Y": 0.08121177554130554, + "U": 4.508499841904268e-05, + "K": 0.039785515516996384, + "L": 0.0011605516774579883, + "G": 0.14547426998615265, + "F": 0.00858179572969675, + "E": 0.06331950426101685, + "T": 0.03584661707282066, + "P": 0.008990217000246048, + "-": 0.003210566472262144 + }, + "id": "tp_12077" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1509643, + "label": "I", + "classification": { + "B": 0.0010878053726628423, + "S": 0.013303408399224281, + "I": 0.4292108416557312, + "C": 0.0064139217138290405, + "R": 0.002925774548202753, + "M": 0.014452320523560047, + "O": 0.009465175680816174, + "W": 0.003155930433422327, + "N": 0.09890525788068771, + "Y": 0.11006122082471848, + "U": 0.00012973422417417169, + "K": 0.01757219061255455, + "L": 0.0013262858847156167, + "G": 0.05541229248046875, + "F": 0.017544295638799667, + "E": 0.05761588737368584, + "T": 0.0574529692530632, + "P": 0.06712587922811508, + "-": 0.03683885931968689 + }, + "id": "tp_12078" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1509776, + "label": "I", + "classification": { + "B": 0.0006012115045450628, + "S": 0.0015342608094215393, + "I": 0.7575466632843018, + "C": 0.01056026853621006, + "R": 0.003659142879769206, + "M": 0.006585031747817993, + "O": 0.0021982332691550255, + "W": 0.0006672882009297609, + "N": 0.07607636600732803, + "Y": 0.04732762649655342, + "U": 6.36406330158934e-05, + "K": 0.002834451152011752, + "L": 0.0004102042003069073, + "G": 0.016481006518006325, + "F": 0.0013651627814397216, + "E": 0.030689477920532227, + "T": 0.013816568069159985, + "P": 0.02141498029232025, + "-": 0.00616834731772542 + }, + "id": "tp_12079" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1509877, + "label": "I", + "classification": { + "B": 0.001708099851384759, + "S": 0.00745220435783267, + "I": 0.5094554424285889, + "C": 0.054759856313467026, + "R": 0.010175656527280807, + "M": 0.01640680432319641, + "O": 0.006273972801864147, + "W": 0.002739822957664728, + "N": 0.1487140655517578, + "Y": 0.04886142536997795, + "U": 0.00018712739984039217, + "K": 0.006447469349950552, + "L": 0.0017640762962400913, + "G": 0.05812585726380348, + "F": 0.003180829109624028, + "E": 0.07823637872934341, + "T": 0.021397270262241364, + "P": 0.020474033430218697, + "-": 0.0036396882496774197 + }, + "id": "tp_12080" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1510010, + "label": "I", + "classification": { + "B": 0.00012082562170689926, + "S": 0.0010505118407309055, + "I": 0.5602129101753235, + "C": 0.014122080989181995, + "R": 0.0031196915078908205, + "M": 0.005413363687694073, + "O": 0.0017308189999312162, + "W": 0.0005173234385438263, + "N": 0.10164333879947662, + "Y": 0.11308072507381439, + "U": 2.2481599444290623e-05, + "K": 0.01187971793115139, + "L": 0.0001790879905456677, + "G": 0.046602461487054825, + "F": 0.0035193846561014652, + "E": 0.07537554204463959, + "T": 0.03358807414770126, + "P": 0.019286910071969032, + "-": 0.008534779772162437 + }, + "id": "tp_12081" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1510143, + "label": "G", + "classification": { + "B": 0.00011544717563083395, + "S": 0.0374053530395031, + "I": 0.23414067924022675, + "C": 0.006819256581366062, + "R": 0.001859779004007578, + "M": 0.014418868348002434, + "O": 0.011430411599576473, + "W": 0.0014502661069855094, + "N": 0.21578924357891083, + "Y": 0.03790587559342384, + "U": 9.791867796593579e-07, + "K": 0.017968593165278435, + "L": 0.0008203847100958228, + "G": 0.3142646849155426, + "F": 0.009139863774180412, + "E": 0.0453028567135334, + "T": 0.04584284871816635, + "P": 0.004472385626286268, + "-": 0.0008522210991941392 + }, + "id": "tp_12082" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1510277, + "label": "I", + "classification": { + "B": 2.1301446395227686e-05, + "S": 0.000412599416449666, + "I": 0.6994068026542664, + "C": 0.0003368625766597688, + "R": 4.7125384298851714e-05, + "M": 0.00010962206579279155, + "O": 6.432197551475838e-05, + "W": 3.194784221705049e-05, + "N": 0.2289322316646576, + "Y": 0.002774216001853347, + "U": 3.7052970469630964e-07, + "K": 0.003979087807238102, + "L": 2.5355736852361588e-06, + "G": 0.0033589154481887817, + "F": 0.00020262201724108309, + "E": 0.04425633326172829, + "T": 0.0005741540226154029, + "P": 0.015365866012871265, + "-": 0.0001230787456734106 + }, + "id": "tp_12083" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1510377, + "label": "I", + "classification": { + "B": 0.0005369948339648545, + "S": 0.006680950988084078, + "I": 0.5825148224830627, + "C": 0.0032717871945351362, + "R": 0.0012528932420536876, + "M": 0.0038620915729552507, + "O": 0.003565338673070073, + "W": 0.0013448968529701233, + "N": 0.24090522527694702, + "Y": 0.04034063592553139, + "U": 1.3384008525463287e-05, + "K": 0.017085406929254532, + "L": 0.00020727292576339096, + "G": 0.029820432886481285, + "F": 0.002595159225165844, + "E": 0.036883700639009476, + "T": 0.011812999844551086, + "P": 0.015530201606452465, + "-": 0.0017759209731593728 + }, + "id": "tp_12084" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1510511, + "label": "G", + "classification": { + "B": 1.7953245333046652e-05, + "S": 0.02262411080300808, + "I": 0.01838252693414688, + "C": 0.024987637996673584, + "R": 0.006438361015170813, + "M": 0.02147834189236164, + "O": 0.019607696682214737, + "W": 0.0006496126297861338, + "N": 0.002729573752731085, + "Y": 0.09720242768526077, + "U": 1.19707745938058e-08, + "K": 0.00039980903966352344, + "L": 0.0015294358599931002, + "G": 0.646898090839386, + "F": 0.0037836250849068165, + "E": 0.0007826769142411649, + "T": 0.13175828754901886, + "P": 3.2540730899199843e-05, + "-": 0.0006972025730647147 + }, + "id": "tp_12085" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1510644, + "label": "I", + "classification": { + "B": 0.000264206639258191, + "S": 0.0011454574996605515, + "I": 0.5223096609115601, + "C": 0.008266507647931576, + "R": 0.0019082184880971909, + "M": 0.008820533752441406, + "O": 0.0015614035073667765, + "W": 0.0003815084637608379, + "N": 0.04750221222639084, + "Y": 0.1707533299922943, + "U": 1.6921741917030886e-05, + "K": 0.007757533807307482, + "L": 0.0002384955732850358, + "G": 0.059751205146312714, + "F": 0.0033712086733430624, + "E": 0.11628444492816925, + "T": 0.02689558081328869, + "P": 0.014886025339365005, + "-": 0.007885443978011608 + }, + "id": "tp_12086" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1510777, + "label": "I", + "classification": { + "B": 0.0026607688050717115, + "S": 0.009165043942630291, + "I": 0.3919926881790161, + "C": 0.008045553229749203, + "R": 0.0030504176393151283, + "M": 0.015419653616845608, + "O": 0.008039229549467564, + "W": 0.0027851262129843235, + "N": 0.08508463948965073, + "Y": 0.14851105213165283, + "U": 7.667417958145961e-05, + "K": 0.03058260679244995, + "L": 0.0013481741771101952, + "G": 0.10793573409318924, + "F": 0.010474505834281445, + "E": 0.11455289274454117, + "T": 0.0278704222291708, + "P": 0.02060486003756523, + "-": 0.011799998581409454 + }, + "id": "tp_12087" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1510878, + "label": "I", + "classification": { + "B": 0.0022191035095602274, + "S": 0.006699879188090563, + "I": 0.5320870876312256, + "C": 0.05488955229520798, + "R": 0.01633802242577076, + "M": 0.046882420778274536, + "O": 0.010793641209602356, + "W": 0.002419930649921298, + "N": 0.045051902532577515, + "Y": 0.05729729309678078, + "U": 5.4983705922495574e-05, + "K": 0.0013246728340163827, + "L": 0.005680855829268694, + "G": 0.11441820114850998, + "F": 0.0026148874312639236, + "E": 0.0624074712395668, + "T": 0.021887440234422684, + "P": 0.011684813536703587, + "-": 0.005247923545539379 + }, + "id": "tp_12088" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1511011, + "label": "I", + "classification": { + "B": 0.0004737662384286523, + "S": 0.0026947727892547846, + "I": 0.6774177551269531, + "C": 0.0051193260587751865, + "R": 0.001537549076601863, + "M": 0.0026912083849310875, + "O": 0.0010729789501056075, + "W": 0.000635889417026192, + "N": 0.16639526188373566, + "Y": 0.016010023653507233, + "U": 1.8740231098490767e-05, + "K": 0.017250144854187965, + "L": 0.0001685411698417738, + "G": 0.022343121469020844, + "F": 0.001362261245958507, + "E": 0.06540526449680328, + "T": 0.006601558532565832, + "P": 0.01185695081949234, + "-": 0.0009448344935663044 + }, + "id": "tp_12089" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1511144, + "label": "I", + "classification": { + "B": 5.348292688722722e-05, + "S": 0.0044348714873194695, + "I": 0.43866121768951416, + "C": 0.011149353347718716, + "R": 0.0034377709962427616, + "M": 0.006834558676928282, + "O": 0.0028799218125641346, + "W": 0.00045460875844582915, + "N": 0.06528327614068985, + "Y": 0.23193871974945068, + "U": 1.5261489352269564e-06, + "K": 0.006324689835309982, + "L": 0.00036964454920962453, + "G": 0.12801112234592438, + "F": 0.003172157099470496, + "E": 0.01939050853252411, + "T": 0.07465140521526337, + "P": 0.0017243118491023779, + "-": 0.0012268490390852094 + }, + "id": "tp_12090" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1511278, + "label": "G", + "classification": { + "B": 0.004724063444882631, + "S": 0.015308170579373837, + "I": 0.10460403561592102, + "C": 0.020371325314044952, + "R": 0.00791049376130104, + "M": 0.04568244889378548, + "O": 0.013680175878107548, + "W": 0.004890126176178455, + "N": 0.03535652533173561, + "Y": 0.09503638744354248, + "U": 0.0004119110817555338, + "K": 0.05203330144286156, + "L": 0.007668021600693464, + "G": 0.26162582635879517, + "F": 0.048573460429906845, + "E": 0.16679087281227112, + "T": 0.049350518733263016, + "P": 0.028551990166306496, + "-": 0.03743041306734085 + }, + "id": "tp_12091" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1511378, + "label": "I", + "classification": { + "B": 0.0014091695193201303, + "S": 0.0012303056428208947, + "I": 0.49235299229621887, + "C": 0.007483853492885828, + "R": 0.003939452581107616, + "M": 0.012653413228690624, + "O": 0.0035975754726678133, + "W": 0.0006924512563273311, + "N": 0.030194947496056557, + "Y": 0.13459083437919617, + "U": 0.00018437905237078667, + "K": 0.0026345988735556602, + "L": 0.0013111250009387732, + "G": 0.052340760827064514, + "F": 0.0074235000647604465, + "E": 0.06328286230564117, + "T": 0.030331389978528023, + "P": 0.09546619653701782, + "-": 0.05888022482395172 + }, + "id": "tp_12092" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1511512, + "label": "-", + "classification": { + "B": 2.6136181986657903e-05, + "S": 8.627749775769189e-05, + "I": 0.06803309917449951, + "C": 0.004719674587249756, + "R": 0.0007996454369276762, + "M": 0.00419683288782835, + "O": 0.001790437730960548, + "W": 0.00019721861463040113, + "N": 0.0035069065634161234, + "Y": 0.11869118362665176, + "U": 2.3892909666756168e-05, + "K": 0.0004285801842343062, + "L": 9.234411118086427e-05, + "G": 0.007444660644978285, + "F": 0.005392907187342644, + "E": 0.006825786083936691, + "T": 0.030599350109696388, + "P": 0.14818540215492249, + "-": 0.5989596843719482 + }, + "id": "tp_12093" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1511645, + "label": "I", + "classification": { + "B": 0.0009718793444335461, + "S": 0.009451552294194698, + "I": 0.6759769320487976, + "C": 0.036714550107717514, + "R": 0.02370394952595234, + "M": 0.021405549719929695, + "O": 0.011641738936305046, + "W": 0.001979036256670952, + "N": 0.03957109898328781, + "Y": 0.04363936558365822, + "U": 2.5326900868094526e-05, + "K": 0.0006265537231229246, + "L": 0.005006961524486542, + "G": 0.06990879029035568, + "F": 0.001732560689561069, + "E": 0.00928241852670908, + "T": 0.0402698777616024, + "P": 0.004386435728520155, + "-": 0.003705450100824237 + }, + "id": "tp_12094" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1511778, + "label": "I", + "classification": { + "B": 4.187502054264769e-05, + "S": 9.598927135812119e-05, + "I": 0.7503917217254639, + "C": 0.01116680633276701, + "R": 0.0032474580220878124, + "M": 0.005795558914542198, + "O": 0.0006717684445902705, + "W": 6.526520155603066e-05, + "N": 0.007966386154294014, + "Y": 0.1658191829919815, + "U": 3.265379746153485e-06, + "K": 0.00011214493861189112, + "L": 0.00010743206803454086, + "G": 0.014852804131805897, + "F": 0.00023296193103305995, + "E": 0.0063309138640761375, + "T": 0.024242371320724487, + "P": 0.003222149331122637, + "-": 0.005633984226733446 + }, + "id": "tp_12095" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1511879, + "label": "I", + "classification": { + "B": 1.722565502859652e-05, + "S": 0.00038920497172512114, + "I": 0.7494246363639832, + "C": 0.003312657354399562, + "R": 0.0006555222207680345, + "M": 0.0014508874155580997, + "O": 0.0006052653188817203, + "W": 7.309430657187477e-05, + "N": 0.057267431169748306, + "Y": 0.12511542439460754, + "U": 3.331001039441617e-07, + "K": 0.0012690686853602529, + "L": 2.816991400322877e-05, + "G": 0.025170890614390373, + "F": 0.00050349097000435, + "E": 0.012014700099825859, + "T": 0.019668105989694595, + "P": 0.0021446028258651495, + "-": 0.0008893049089238048 + }, + "id": "tp_12096" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1512012, + "label": "I", + "classification": { + "B": 0.0004052577423863113, + "S": 0.0004542715905699879, + "I": 0.5045903325080872, + "C": 0.022911058738827705, + "R": 0.004480392672121525, + "M": 0.0063446294516325, + "O": 0.0024032536894083023, + "W": 0.0006265021511353552, + "N": 0.037429384887218475, + "Y": 0.18422167003154755, + "U": 0.00010398384620202705, + "K": 0.0036835200153291225, + "L": 0.0003909517254214734, + "G": 0.057500872761011124, + "F": 0.004898029379546642, + "E": 0.056195829063653946, + "T": 0.025689279660582542, + "P": 0.05259551480412483, + "-": 0.03507529944181442 + }, + "id": "tp_12097" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1512145, + "label": "I", + "classification": { + "B": 5.3569998271996155e-05, + "S": 0.004201458301395178, + "I": 0.7507072687149048, + "C": 0.00208581006154418, + "R": 0.002785815391689539, + "M": 0.001514742150902748, + "O": 0.0026411591097712517, + "W": 0.0004934160388074815, + "N": 0.07184825837612152, + "Y": 0.10403706878423691, + "U": 6.032624355611915e-07, + "K": 0.002038360107690096, + "L": 0.00013234470679890364, + "G": 0.021094758063554764, + "F": 0.0009164492366835475, + "E": 0.0016497471369802952, + "T": 0.03234511986374855, + "P": 0.0007508411072194576, + "-": 0.0007031221757642925 + }, + "id": "tp_12098" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1512279, + "label": "Y", + "classification": { + "B": 1.2049294127791654e-05, + "S": 0.0008250339305959642, + "I": 0.3888392746448517, + "C": 0.0029741402249783278, + "R": 0.0004072212032042444, + "M": 0.0010558052454143763, + "O": 0.0006626774556934834, + "W": 0.0001462689251638949, + "N": 0.07143661379814148, + "Y": 0.3973998725414276, + "U": 3.959365528771741e-07, + "K": 0.009283467195928097, + "L": 1.7891588868224062e-05, + "G": 0.05535328388214111, + "F": 0.0010616807267069817, + "E": 0.024112768471240997, + "T": 0.04387851804494858, + "P": 0.0015023587038740516, + "-": 0.001030767452903092 + }, + "id": "tp_12099" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1512379, + "label": "I", + "classification": { + "B": 0.0002721112687140703, + "S": 0.003179594175890088, + "I": 0.5333590507507324, + "C": 0.010430470108985901, + "R": 0.0032670563086867332, + "M": 0.00937857385724783, + "O": 0.004135107155889273, + "W": 0.001123563852161169, + "N": 0.10653146356344223, + "Y": 0.11247748136520386, + "U": 3.1110848794924095e-05, + "K": 0.00937692727893591, + "L": 0.0006440624711103737, + "G": 0.0784212127327919, + "F": 0.0066260467283427715, + "E": 0.05643068999052048, + "T": 0.041490837931632996, + "P": 0.015859507024288177, + "-": 0.006965059321373701 + }, + "id": "tp_12100" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1512513, + "label": "I", + "classification": { + "B": 3.9098602428566664e-05, + "S": 0.0028648641891777515, + "I": 0.6338896751403809, + "C": 0.0174831822514534, + "R": 0.0022667718585580587, + "M": 0.0031818817369639874, + "O": 0.001986804185435176, + "W": 0.0004967356217093766, + "N": 0.1584390252828598, + "Y": 0.04563780128955841, + "U": 1.6605966948191053e-06, + "K": 0.01101512461900711, + "L": 0.00012580602196976542, + "G": 0.07077457010746002, + "F": 0.001512687187641859, + "E": 0.018895061686635017, + "T": 0.028930695727467537, + "P": 0.0019346059998497367, + "-": 0.0005239308811724186 + }, + "id": "tp_12101" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1512646, + "label": "I", + "classification": { + "B": 0.000766007462516427, + "S": 0.003515082411468029, + "I": 0.5249419212341309, + "C": 0.009028774686157703, + "R": 0.004192949738353491, + "M": 0.007911923341453075, + "O": 0.003905727295204997, + "W": 0.0014810478314757347, + "N": 0.1074782982468605, + "Y": 0.13077178597450256, + "U": 0.00011059996177209541, + "K": 0.011644446291029453, + "L": 0.0007686814060434699, + "G": 0.049897700548172, + "F": 0.006176490802317858, + "E": 0.06196841970086098, + "T": 0.03552313148975372, + "P": 0.028881670907139778, + "-": 0.011035280302166939 + }, + "id": "tp_12102" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1512779, + "label": "I", + "classification": { + "B": 0.0009214715682901442, + "S": 0.0054976195096969604, + "I": 0.4767954349517822, + "C": 0.015892868861556053, + "R": 0.010734977200627327, + "M": 0.012268204241991043, + "O": 0.010391165502369404, + "W": 0.0030482604634016752, + "N": 0.0870654284954071, + "Y": 0.2058747559785843, + "U": 0.00026887108106166124, + "K": 0.007327744271606207, + "L": 0.0013410223182290792, + "G": 0.03606613725423813, + "F": 0.005311585497111082, + "E": 0.017437536269426346, + "T": 0.05970396101474762, + "P": 0.022571304813027382, + "-": 0.021481700241565704 + }, + "id": "tp_12103" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1512880, + "label": "I", + "classification": { + "B": 5.235265052760951e-05, + "S": 0.0002355187461944297, + "I": 0.7838136553764343, + "C": 0.026322798803448677, + "R": 0.003020363859832287, + "M": 0.0042421710677444935, + "O": 0.0007635867223143578, + "W": 0.00010506344551686198, + "N": 0.029735226184129715, + "Y": 0.035725437104701996, + "U": 3.599365072659566e-06, + "K": 0.00028910295804962516, + "L": 0.0003002370067406446, + "G": 0.04885988309979439, + "F": 0.0003387306642252952, + "E": 0.0535396933555603, + "T": 0.006733207497745752, + "P": 0.004577796906232834, + "-": 0.001341580064035952 + }, + "id": "tp_12104" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1513013, + "label": "G", + "classification": { + "B": 0.0017701511969789863, + "S": 0.007488791830837727, + "I": 0.2177337259054184, + "C": 0.02974141389131546, + "R": 0.007679032627493143, + "M": 0.018779778853058815, + "O": 0.008318617939949036, + "W": 0.0027728735003620386, + "N": 0.055396854877471924, + "Y": 0.07766658067703247, + "U": 0.0001283450546907261, + "K": 0.023201536387205124, + "L": 0.004480829928070307, + "G": 0.27539488673210144, + "F": 0.02028973586857319, + "E": 0.19647926092147827, + "T": 0.021664747968316078, + "P": 0.019828204065561295, + "-": 0.01118456106632948 + }, + "id": "tp_12105" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1513146, + "label": "P", + "classification": { + "B": 0.0004446228267624974, + "S": 0.0001558438380016014, + "I": 0.01014033891260624, + "C": 0.000578940671402961, + "R": 0.00021168612875044346, + "M": 0.0021067752968519926, + "O": 0.0014083542628213763, + "W": 0.00035053532337769866, + "N": 0.001181724015623331, + "Y": 0.0034556942991912365, + "U": 0.00013863867206964642, + "K": 0.00012802871060557663, + "L": 0.0003866412444040179, + "G": 0.0026313101407140493, + "F": 0.00709575554355979, + "E": 0.005317316856235266, + "T": 0.00482574850320816, + "P": 0.5420002341270447, + "-": 0.41744181513786316 + }, + "id": "tp_12106" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1513280, + "label": "-", + "classification": { + "B": 0.0003131744742859155, + "S": 0.00041866968967951834, + "I": 0.12058532983064651, + "C": 0.0208407212048769, + "R": 0.005412831902503967, + "M": 0.009800190106034279, + "O": 0.0025822066236287355, + "W": 0.0005963460425846279, + "N": 0.007818266749382019, + "Y": 0.06040539592504501, + "U": 0.0005500195547938347, + "K": 0.001963322050869465, + "L": 0.0010346093913540244, + "G": 0.015042366459965706, + "F": 0.012863348238170147, + "E": 0.0314013734459877, + "T": 0.022941865026950836, + "P": 0.21835586428642273, + "-": 0.46707409620285034 + }, + "id": "tp_12107" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1513380, + "label": "P", + "classification": { + "B": 9.211355063598603e-06, + "S": 2.788331767078489e-05, + "I": 0.02100163884460926, + "C": 0.00027385723660700023, + "R": 7.13300469215028e-05, + "M": 0.00028338900301605463, + "O": 0.00010912919242400676, + "W": 1.5909998182905838e-05, + "N": 0.0015326221473515034, + "Y": 0.002317646751180291, + "U": 1.1403341886762064e-05, + "K": 0.0001286193437408656, + "L": 8.746305866225157e-06, + "G": 0.0006404160521924496, + "F": 0.0017831026343628764, + "E": 0.005161261651664972, + "T": 0.001001836033537984, + "P": 0.7947720289230347, + "-": 0.1708499640226364 + }, + "id": "tp_12108" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1513514, + "label": "-", + "classification": { + "B": 9.619267604676907e-10, + "S": 2.781939678619949e-10, + "I": 1.0427878578411764e-06, + "C": 5.644769984769482e-09, + "R": 1.3638104534585693e-10, + "M": 6.025516796626107e-08, + "O": 2.9666935574823583e-08, + "W": 2.2915583319793598e-10, + "N": 1.3537251319917232e-08, + "Y": 3.2463049137732014e-07, + "U": 5.3469149247087344e-11, + "K": 2.5149790236489444e-11, + "L": 5.229276456297782e-10, + "G": 8.424326125577863e-08, + "F": 2.515067080821609e-06, + "E": 5.431169256553403e-07, + "T": 3.078337385886698e-06, + "P": 0.4231949746608734, + "-": 0.5767974257469177 + }, + "id": "tp_12109" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1513647, + "label": "-", + "classification": { + "B": 3.278028543718392e-06, + "S": 1.0784480082293157e-06, + "I": 0.0014242317993193865, + "C": 4.164156780461781e-05, + "R": 9.842933650361374e-07, + "M": 9.344126738142222e-05, + "O": 1.3636469702760223e-05, + "W": 8.675528988533188e-07, + "N": 6.0238002333790064e-05, + "Y": 0.0008459756500087678, + "U": 8.2495290598672e-07, + "K": 2.9217376322776545e-06, + "L": 1.5623013496224303e-06, + "G": 7.07098952261731e-05, + "F": 0.0007392084808088839, + "E": 0.002722617471590638, + "T": 0.00033554190304130316, + "P": 0.4822796881198883, + "-": 0.5113615989685059 + }, + "id": "tp_12110" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1513780, + "label": "-", + "classification": { + "B": 5.111164114168787e-07, + "S": 5.47445495158172e-07, + "I": 0.0004739822761621326, + "C": 4.12600547861075e-06, + "R": 1.0339389291402767e-06, + "M": 4.635050208889879e-05, + "O": 2.1182713680900633e-05, + "W": 1.062821638697642e-06, + "N": 1.1279737009317614e-05, + "Y": 0.00022180766973178834, + "U": 1.6969165983482526e-07, + "K": 1.0570186077529797e-06, + "L": 8.481767963530729e-07, + "G": 5.628815415548161e-05, + "F": 0.001010793843306601, + "E": 0.00014975358499214053, + "T": 0.00015169275866355747, + "P": 0.32264071702957153, + "-": 0.6752067804336548 + }, + "id": "tp_12111" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1513881, + "label": "P", + "classification": { + "B": 0.0003327158046886325, + "S": 2.9343547794269398e-05, + "I": 0.02848144620656967, + "C": 6.676099292235449e-05, + "R": 8.8277392933378e-06, + "M": 0.0013652336783707142, + "O": 0.00032487924909219146, + "W": 7.102073595888214e-06, + "N": 0.00030880453414283693, + "Y": 0.009013022296130657, + "U": 9.35366585963493e-07, + "K": 6.010270681144902e-08, + "L": 6.414062954718247e-05, + "G": 0.0014434774639084935, + "F": 0.0002476047375239432, + "E": 0.001369386911392212, + "T": 0.004107003100216389, + "P": 0.6380265355110168, + "-": 0.31480270624160767 + }, + "id": "tp_12112" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1514014, + "label": "-", + "classification": { + "B": 3.2663162983226357e-06, + "S": 2.234475573459349e-07, + "I": 0.0011572911171242595, + "C": 7.896718307165429e-05, + "R": 1.086203246813966e-05, + "M": 0.00015266113041434437, + "O": 3.446328264544718e-05, + "W": 1.4928808695913176e-06, + "N": 1.7906379071064293e-05, + "Y": 0.0008176775299943984, + "U": 1.9889300801878562e-06, + "K": 1.027172743306437e-06, + "L": 8.282380804303102e-06, + "G": 0.0005262360791675746, + "F": 0.00047004196676425636, + "E": 0.0002367187407799065, + "T": 0.0010838527232408524, + "P": 0.22566546499729156, + "-": 0.7697316408157349 + }, + "id": "tp_12113" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1514147, + "label": "-", + "classification": { + "B": 4.234132211422548e-05, + "S": 0.00014546593592967838, + "I": 0.015603897161781788, + "C": 0.0027585518546402454, + "R": 0.0010013276478275657, + "M": 0.002498781308531761, + "O": 0.0011098252143710852, + "W": 0.00018057455599773675, + "N": 0.001807483145967126, + "Y": 0.033654648810625076, + "U": 0.00010001046030083671, + "K": 0.0009018259588629007, + "L": 0.0001987953728530556, + "G": 0.0075725954957306385, + "F": 0.026991698890924454, + "E": 0.009184906259179115, + "T": 0.014028585515916348, + "P": 0.21466144919395447, + "-": 0.6675572395324707 + }, + "id": "tp_12114" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1514281, + "label": "-", + "classification": { + "B": 6.825626996942447e-07, + "S": 4.621179527930508e-08, + "I": 0.0014436981873586774, + "C": 1.1821152838820126e-05, + "R": 1.8390251170785632e-06, + "M": 3.736217331606895e-05, + "O": 8.000704838195816e-06, + "W": 1.580523871780315e-07, + "N": 9.402595424035098e-06, + "Y": 0.00040141696808859706, + "U": 1.803217060114548e-07, + "K": 4.207053905247449e-08, + "L": 1.48247352171893e-06, + "G": 9.400950511917472e-05, + "F": 8.268671808764338e-05, + "E": 0.0001040382994688116, + "T": 0.000324496126268059, + "P": 0.4059009552001953, + "-": 0.5915776491165161 + }, + "id": "tp_12115" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1514381, + "label": "-", + "classification": { + "B": 9.683139268190644e-08, + "S": 2.3100558621536038e-07, + "I": 4.113864997634664e-05, + "C": 2.3785678422427736e-06, + "R": 6.730526820319938e-07, + "M": 1.2361950211925432e-05, + "O": 6.0523984757310245e-06, + "W": 2.485599566171004e-07, + "N": 2.2064507447794313e-06, + "Y": 0.0006842300062999129, + "U": 1.3698955569907412e-07, + "K": 3.938438567274716e-06, + "L": 3.5074342008556414e-07, + "G": 7.119104702724144e-05, + "F": 0.004603124689310789, + "E": 5.1597951824078336e-05, + "T": 0.0002155235706595704, + "P": 0.0967702567577362, + "-": 0.8975342512130737 + }, + "id": "tp_12116" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1514515, + "label": "-", + "classification": { + "B": 3.064810880459845e-05, + "S": 9.660503565100953e-05, + "I": 0.01118011586368084, + "C": 0.0006661413353867829, + "R": 0.00022827909560874104, + "M": 0.0009796033846214414, + "O": 0.0005866254796274006, + "W": 0.00015327738947235048, + "N": 0.0021005943417549133, + "Y": 0.007934280671179295, + "U": 6.129169196356088e-05, + "K": 0.0024388476740568876, + "L": 4.692844959208742e-05, + "G": 0.0022495524026453495, + "F": 0.01902667060494423, + "E": 0.01215621829032898, + "T": 0.003946966025978327, + "P": 0.4190119206905365, + "-": 0.5171053409576416 + }, + "id": "tp_12117" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1514648, + "label": "-", + "classification": { + "B": 4.9020591177395545e-06, + "S": 6.623383342230227e-06, + "I": 0.00234854849986732, + "C": 0.00023490098828915507, + "R": 3.220524376956746e-05, + "M": 0.00025614615879021585, + "O": 7.682618161197752e-05, + "W": 6.981771093705902e-06, + "N": 0.0001837869203882292, + "Y": 0.005385818425565958, + "U": 8.747904757910874e-06, + "K": 0.00025985875981859863, + "L": 5.751252956542885e-06, + "G": 0.0009325008722953498, + "F": 0.003775272984057665, + "E": 0.0027374655473977327, + "T": 0.0015133783454075456, + "P": 0.21566779911518097, + "-": 0.7665625810623169 + }, + "id": "tp_12118" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1514781, + "label": "P", + "classification": { + "B": 1.782088503432533e-07, + "S": 1.651518459766521e-07, + "I": 0.0009228661074303091, + "C": 4.105160314793466e-06, + "R": 1.5658781649108278e-07, + "M": 1.0677394129743334e-05, + "O": 1.8367380789641174e-06, + "W": 9.545293266910448e-08, + "N": 2.345862412767019e-05, + "Y": 9.586807573214173e-05, + "U": 7.387970413219591e-08, + "K": 4.681299401454453e-07, + "L": 1.2409107341682102e-07, + "G": 3.882118471665308e-05, + "F": 0.00016802697791717947, + "E": 0.00051002117106691, + "T": 4.241307033225894e-05, + "P": 0.8426774740219116, + "-": 0.15550310909748077 + }, + "id": "tp_12119" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1514882, + "label": "-", + "classification": { + "B": 2.595149453554768e-06, + "S": 1.4116885722614825e-05, + "I": 0.0014674318954348564, + "C": 3.484515764284879e-05, + "R": 1.6006981240934692e-05, + "M": 0.00016507624241057783, + "O": 0.0001099938599509187, + "W": 1.3318266610440332e-05, + "N": 0.0001912863808684051, + "Y": 0.0015336666256189346, + "U": 3.770378953049658e-06, + "K": 0.0001165553112514317, + "L": 4.7968396756914444e-06, + "G": 0.00021438846306409687, + "F": 0.011509216390550137, + "E": 0.0010108868591487408, + "T": 0.001029177918098867, + "P": 0.4326966404914856, + "-": 0.5498663187026978 + }, + "id": "tp_12120" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1515015, + "label": "-", + "classification": { + "B": 9.352957297537046e-10, + "S": 2.812485522252217e-10, + "I": 4.143664409639314e-05, + "C": 2.607376927699079e-07, + "R": 2.0504751674366162e-08, + "M": 1.0101050520461285e-06, + "O": 1.239694427113136e-07, + "W": 1.3713556956673756e-09, + "N": 8.965935194282793e-08, + "Y": 2.3670669179409742e-05, + "U": 2.4996129610599382e-09, + "K": 2.370320606459586e-10, + "L": 1.2689555184408619e-08, + "G": 1.519556576567993e-06, + "F": 4.822812570637325e-06, + "E": 2.4809687602100894e-06, + "T": 6.35423421044834e-05, + "P": 0.1634327471256256, + "-": 0.8364281058311462 + }, + "id": "tp_12121" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1515148, + "label": "-", + "classification": { + "B": 5.547878572542686e-06, + "S": 1.8255119584864588e-06, + "I": 0.0019479492912068963, + "C": 3.5047320125158876e-05, + "R": 9.883383427222725e-06, + "M": 0.0004631246265489608, + "O": 7.288456981768832e-05, + "W": 2.5724211809574626e-06, + "N": 2.061734994640574e-05, + "Y": 0.002921936335042119, + "U": 7.281564649019856e-07, + "K": 2.0556780100378091e-07, + "L": 1.517464352218667e-05, + "G": 0.000553993450012058, + "F": 0.0004134342016186565, + "E": 0.00014246947830542922, + "T": 0.004367039538919926, + "P": 0.18818551301956177, + "-": 0.8008401393890381 + }, + "id": "tp_12122" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1515282, + "label": "P", + "classification": { + "B": 2.9511161514506057e-08, + "S": 1.6562134419473296e-07, + "I": 0.001676789135672152, + "C": 4.676418939197902e-06, + "R": 1.5532955330854747e-06, + "M": 2.2262316633714363e-05, + "O": 8.458118827547878e-06, + "W": 4.0333378592549707e-07, + "N": 5.881526885787025e-05, + "Y": 0.0005642385222017765, + "U": 1.519757120149734e-07, + "K": 4.046470166940708e-06, + "L": 2.2864834647862153e-07, + "G": 6.111832044553012e-05, + "F": 0.0009273697505705059, + "E": 0.0001958757929969579, + "T": 0.0002875159552786499, + "P": 0.599236786365509, + "-": 0.39694955945014954 + }, + "id": "tp_12123" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1515382, + "label": "-", + "classification": { + "B": 1.5572114762107958e-06, + "S": 4.08399137086235e-06, + "I": 0.002377251163125038, + "C": 0.00011082130367867649, + "R": 3.6138659197604284e-05, + "M": 9.019215940497816e-05, + "O": 8.219996379921213e-05, + "W": 9.605085324437823e-06, + "N": 0.00031172283343039453, + "Y": 0.0011223622132092714, + "U": 8.152127520588692e-06, + "K": 0.0004747298371512443, + "L": 4.241538590576965e-06, + "G": 0.00043125677620992064, + "F": 0.00923125259578228, + "E": 0.0013968729181215167, + "T": 0.0010305495234206319, + "P": 0.3630777597427368, + "-": 0.6201992630958557 + }, + "id": "tp_12124" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1515516, + "label": "-", + "classification": { + "B": 1.6503912547705113e-07, + "S": 1.5625784044459579e-07, + "I": 0.00012446116306819022, + "C": 1.6066675243564532e-06, + "R": 9.851525106796544e-08, + "M": 9.787649105419405e-06, + "O": 1.8828684460459044e-06, + "W": 2.456363858982513e-07, + "N": 4.855414317717077e-06, + "Y": 0.00011032927432097495, + "U": 1.7322876999514847e-07, + "K": 4.482586973608704e-06, + "L": 1.220230814169554e-07, + "G": 1.6625250282231718e-05, + "F": 0.0006863092421554029, + "E": 0.00020098597451578826, + "T": 8.956260717241094e-05, + "P": 0.2958684265613556, + "-": 0.7028798460960388 + }, + "id": "tp_12125" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1515649, + "label": "P", + "classification": { + "B": 0.00012036086263833568, + "S": 1.3267483154777437e-05, + "I": 0.0040928078815341, + "C": 0.00011976055247941986, + "R": 3.202109655831009e-05, + "M": 0.0006134632276371121, + "O": 0.00029776961309835315, + "W": 1.6970630895229988e-05, + "N": 0.00015455672109965235, + "Y": 0.0015115680871531367, + "U": 7.662083589821123e-06, + "K": 1.6222153362832614e-06, + "L": 7.58111709728837e-05, + "G": 0.0013551313895732164, + "F": 0.0007894677692092955, + "E": 0.0007820861064828932, + "T": 0.0018791846232488751, + "P": 0.5196080207824707, + "-": 0.4685284197330475 + }, + "id": "tp_12126" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1515782, + "label": "-", + "classification": { + "B": 9.406228855368681e-06, + "S": 1.519257239124272e-06, + "I": 0.0006376070668920875, + "C": 7.723084854660556e-05, + "R": 1.78030659299111e-05, + "M": 7.350790110649541e-05, + "O": 5.10772479174193e-05, + "W": 2.5949927930923877e-06, + "N": 2.443259654683061e-05, + "Y": 0.001662365859374404, + "U": 1.6175463315448724e-06, + "K": 1.1622272495515062e-06, + "L": 1.0656377526174765e-05, + "G": 0.0003045532212127, + "F": 0.0014975082594901323, + "E": 0.00019473244901746511, + "T": 0.0006517686415463686, + "P": 0.2649681270122528, + "-": 0.7298123240470886 + }, + "id": "tp_12127" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1515883, + "label": "-", + "classification": { + "B": 2.099598350469023e-05, + "S": 1.8188888134318404e-05, + "I": 0.0027620557229965925, + "C": 0.00010496160393813625, + "R": 8.15625098766759e-05, + "M": 0.00052039505681023, + "O": 0.00022991847072262317, + "W": 1.8015527530224063e-05, + "N": 0.000152516076923348, + "Y": 0.008956885896623135, + "U": 1.3998551366967149e-05, + "K": 6.388887413777411e-05, + "L": 3.24542197631672e-05, + "G": 0.0021247805561870337, + "F": 0.005791883450001478, + "E": 0.0005763454246334732, + "T": 0.007284411229193211, + "P": 0.19214293360710144, + "-": 0.7791037559509277 + }, + "id": "tp_12128" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1516016, + "label": "-", + "classification": { + "B": 6.037377602297056e-07, + "S": 4.917519902392087e-08, + "I": 7.099821959855035e-05, + "C": 2.620774694150896e-06, + "R": 4.04885668103816e-07, + "M": 1.7773283616406843e-05, + "O": 5.212162250245456e-06, + "W": 8.779545623838203e-08, + "N": 7.237001113935548e-07, + "Y": 0.0003693108446896076, + "U": 4.496486383231968e-08, + "K": 1.2265728877025595e-08, + "L": 1.141355824074708e-06, + "G": 9.491301170783117e-05, + "F": 0.00019886890368070453, + "E": 2.0201692677801475e-05, + "T": 0.00018965385970659554, + "P": 0.11247760057449341, + "-": 0.8865498304367065 + }, + "id": "tp_12129" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1516149, + "label": "P", + "classification": { + "B": 8.448998833898713e-09, + "S": 1.3265838427756194e-10, + "I": 3.4425709145580186e-06, + "C": 6.340234559587543e-09, + "R": 1.3587267422288107e-10, + "M": 2.945152743905055e-07, + "O": 2.6986565870856793e-08, + "W": 1.9803399198270455e-10, + "N": 2.3058850828761024e-08, + "Y": 2.464700173732126e-06, + "U": 8.976885207401253e-11, + "K": 2.8707025645502426e-10, + "L": 6.672598029666688e-10, + "G": 4.6692926503055787e-07, + "F": 1.167326536233304e-05, + "E": 1.4013169675308745e-05, + "T": 1.2732133427562076e-06, + "P": 0.5502800941467285, + "-": 0.44968611001968384 + }, + "id": "tp_12130" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1516283, + "label": "-", + "classification": { + "B": 3.098519982813741e-07, + "S": 6.311616829179911e-08, + "I": 7.739377906545997e-05, + "C": 2.043317635980202e-06, + "R": 6.53320796573098e-07, + "M": 1.174527824332472e-05, + "O": 6.6856555349659175e-06, + "W": 2.6633992433744424e-07, + "N": 1.3714195574721089e-06, + "Y": 0.00017867366841528565, + "U": 9.932890776553904e-08, + "K": 1.8842862914425496e-07, + "L": 4.218043727632903e-07, + "G": 4.088748391950503e-05, + "F": 0.00017195123655255884, + "E": 1.398533186147688e-05, + "T": 0.0002418187796138227, + "P": 0.16569699347019196, + "-": 0.8335543870925903 + }, + "id": "tp_12131" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1516383, + "label": "-", + "classification": { + "B": 1.234864157595439e-07, + "S": 3.2518642001377884e-07, + "I": 0.00017995094822254032, + "C": 4.183058990747668e-06, + "R": 8.611846737949236e-07, + "M": 1.540566881885752e-05, + "O": 7.485795322281774e-06, + "W": 5.672800966749492e-07, + "N": 6.424862476706039e-06, + "Y": 0.00018420098058413714, + "U": 1.529283792933711e-07, + "K": 9.01294924915419e-07, + "L": 3.581747591852036e-07, + "G": 1.0915467100858223e-05, + "F": 0.0005975845851935446, + "E": 0.00016890613187570125, + "T": 0.00016983845853246748, + "P": 0.19039936363697052, + "-": 0.8082525134086609 + }, + "id": "tp_12132" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1516517, + "label": "-", + "classification": { + "B": 7.1309987106360495e-06, + "S": 1.7813365047913976e-05, + "I": 0.000228899996727705, + "C": 7.779663974361029e-06, + "R": 2.5527797333779745e-06, + "M": 0.0002861380635295063, + "O": 0.00013539053907152265, + "W": 1.3286260582390241e-05, + "N": 3.957936860388145e-05, + "Y": 0.0013772902311757207, + "U": 1.7740051134751411e-06, + "K": 3.975747313234024e-05, + "L": 6.526010565721663e-06, + "G": 0.00033059724955819547, + "F": 0.004926697816699743, + "E": 0.0006459247670136392, + "T": 0.0022440149914473295, + "P": 0.1787460446357727, + "-": 0.8109427094459534 + }, + "id": "tp_12133" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1516650, + "label": "-", + "classification": { + "B": 5.963296700883802e-08, + "S": 1.1448230807786786e-08, + "I": 6.410347850760445e-05, + "C": 6.192060936882626e-06, + "R": 4.2833411839637847e-07, + "M": 3.890366315317806e-06, + "O": 1.0306724789188593e-06, + "W": 8.604821744029323e-08, + "N": 1.77600009010348e-06, + "Y": 0.00011883587285410613, + "U": 1.3735473203269066e-07, + "K": 1.638708454265725e-05, + "L": 4.693814403822216e-08, + "G": 2.5169636501232162e-05, + "F": 0.000789451296441257, + "E": 0.0002063970168819651, + "T": 3.0338813303387724e-05, + "P": 0.12526124715805054, + "-": 0.8734742999076843 + }, + "id": "tp_12134" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1516750, + "label": "-", + "classification": { + "B": 2.9290386009961367e-06, + "S": 5.571327506004309e-07, + "I": 0.00023289081582333893, + "C": 2.03131276066415e-05, + "R": 2.4860064513632096e-06, + "M": 3.9206479414133355e-05, + "O": 1.467584206693573e-05, + "W": 8.143045420183626e-07, + "N": 9.774194950296078e-06, + "Y": 0.0009847065666690469, + "U": 1.091835088118387e-06, + "K": 2.02521073333628e-06, + "L": 3.3619951409491478e-06, + "G": 0.0001477912301197648, + "F": 0.002934093587100506, + "E": 0.00028952278080396354, + "T": 0.00032854414894245565, + "P": 0.2462683469057083, + "-": 0.7487167716026306 + }, + "id": "tp_12135" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1516884, + "label": "-", + "classification": { + "B": 1.5144170902203768e-05, + "S": 2.792258601402864e-05, + "I": 0.00873654242604971, + "C": 0.0008953349897637963, + "R": 0.00014870792801957577, + "M": 0.00047921083751134574, + "O": 0.00022734560479875654, + "W": 7.330143125727773e-05, + "N": 0.0007731409277766943, + "Y": 0.004793041385710239, + "U": 5.934653017902747e-05, + "K": 0.0005164597532711923, + "L": 2.685288927750662e-05, + "G": 0.0006014300161041319, + "F": 0.0064447615295648575, + "E": 0.004564675502479076, + "T": 0.0026541436091065407, + "P": 0.23473581671714783, + "-": 0.7342268228530884 + }, + "id": "tp_12136" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1517017, + "label": "-", + "classification": { + "B": 1.1778140240892299e-08, + "S": 6.678038122487351e-09, + "I": 7.233805081341416e-05, + "C": 2.0478037754401157e-07, + "R": 1.7445319855369235e-08, + "M": 2.6992563562089344e-06, + "O": 3.7192958757259476e-07, + "W": 1.1798420906927731e-08, + "N": 1.1323729722789722e-06, + "Y": 9.529146336717531e-05, + "U": 9.51150447292548e-09, + "K": 5.451335027828463e-07, + "L": 5.825377513701824e-09, + "G": 9.520184903522022e-06, + "F": 9.30770329432562e-05, + "E": 5.9028268879046664e-05, + "T": 5.745295129599981e-05, + "P": 0.22621160745620728, + "-": 0.7733965516090393 + }, + "id": "tp_12137" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1517150, + "label": "P", + "classification": { + "B": 5.536749085877091e-06, + "S": 4.221917151880916e-06, + "I": 0.001538629294373095, + "C": 9.67150044743903e-05, + "R": 4.006300514447503e-05, + "M": 0.00010282414586981758, + "O": 0.0001469676208216697, + "W": 1.0743129678303376e-05, + "N": 0.00011486429866636172, + "Y": 0.0008564818999730051, + "U": 5.752709057560423e-06, + "K": 1.2941472050442826e-05, + "L": 1.2475115909182932e-05, + "G": 0.0006030944059602916, + "F": 0.00267220102250576, + "E": 0.0002961452701129019, + "T": 0.0011291478294879198, + "P": 0.4971412420272827, + "-": 0.4952099323272705 + }, + "id": "tp_12138" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1517251, + "label": "-", + "classification": { + "B": 2.2802626631346357e-07, + "S": 3.214255528405374e-08, + "I": 0.00037656110362149775, + "C": 6.355262030410813e-06, + "R": 5.246532737146481e-07, + "M": 1.8909362552221864e-05, + "O": 2.9850298233213834e-06, + "W": 1.2727936393730488e-07, + "N": 6.028591997164767e-06, + "Y": 0.00017610687064006925, + "U": 2.9773832466162276e-07, + "K": 1.5257429595294525e-06, + "L": 2.628945026117435e-07, + "G": 7.830010144971311e-05, + "F": 0.0003332576889079064, + "E": 0.0003883564204443246, + "T": 0.00010407392983324826, + "P": 0.42478689551353455, + "-": 0.5737191438674927 + }, + "id": "tp_12139" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1517384, + "label": "-", + "classification": { + "B": 2.5402910068805795e-06, + "S": 1.5746302324259887e-06, + "I": 0.00281190755777061, + "C": 0.0001584908168297261, + "R": 2.1255440515233204e-05, + "M": 0.00015516851271968335, + "O": 7.051449938444421e-05, + "W": 4.3995637497573625e-06, + "N": 0.00017332599963992834, + "Y": 0.0007188015151768923, + "U": 9.028213753481396e-06, + "K": 3.2142143027158454e-05, + "L": 9.411110113433097e-06, + "G": 0.0005862257094122469, + "F": 0.003274788148701191, + "E": 0.0011507576564326882, + "T": 0.0009198978077620268, + "P": 0.42730581760406494, + "-": 0.5625939965248108 + }, + "id": "tp_12140" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1517518, + "label": "P", + "classification": { + "B": 4.595180598698789e-06, + "S": 2.2886984879733063e-05, + "I": 0.02716090902686119, + "C": 0.00020546140149235725, + "R": 7.055290188873187e-05, + "M": 0.0001828500971896574, + "O": 0.00012137596058892086, + "W": 1.8225773601443507e-05, + "N": 0.0012981572654098272, + "Y": 0.0017806731630116701, + "U": 1.645917654968798e-05, + "K": 3.668654971988872e-05, + "L": 2.0284751371946186e-05, + "G": 0.0003978694439865649, + "F": 0.0017326542874798179, + "E": 0.0013805461348965764, + "T": 0.002005254849791527, + "P": 0.6932269930839539, + "-": 0.27031758427619934 + }, + "id": "tp_12141" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1517651, + "label": "-", + "classification": { + "B": 3.071177616220666e-06, + "S": 2.972063839479233e-06, + "I": 0.0010842351475730538, + "C": 4.9954905989579856e-05, + "R": 4.522750259638997e-06, + "M": 0.00013590682647190988, + "O": 2.0310737454565242e-05, + "W": 2.3272821181308245e-06, + "N": 7.255098898895085e-05, + "Y": 0.0012267736019566655, + "U": 2.526081971154781e-06, + "K": 2.835326267813798e-05, + "L": 1.8896686242442229e-06, + "G": 0.00018486817134544253, + "F": 0.001585397170856595, + "E": 0.0012668627314269543, + "T": 0.0006833696970716119, + "P": 0.4335830807685852, + "-": 0.5600610375404358 + }, + "id": "tp_12142" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1517751, + "label": "-", + "classification": { + "B": 2.1808961303548813e-09, + "S": 1.4807121084814412e-09, + "I": 5.698583845514804e-05, + "C": 1.2009593319817213e-06, + "R": 1.332828531985797e-07, + "M": 1.085841631720541e-06, + "O": 3.210375609796756e-07, + "W": 5.310569317629188e-09, + "N": 5.833893510498456e-07, + "Y": 0.00011288373207207769, + "U": 9.326704741852154e-09, + "K": 6.712807731901194e-08, + "L": 1.1419779788468531e-08, + "G": 6.785041477996856e-06, + "F": 0.00017281153122894466, + "E": 1.4188049135555048e-05, + "T": 3.7876383430557325e-05, + "P": 0.15353477001190186, + "-": 0.8460602760314941 + }, + "id": "tp_12143" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1517885, + "label": "-", + "classification": { + "B": 3.904214054273325e-07, + "S": 4.3595460397227725e-07, + "I": 0.0003662346862256527, + "C": 2.6155645173275843e-05, + "R": 3.767819180211518e-06, + "M": 3.8567308365600184e-05, + "O": 1.3928247426520102e-05, + "W": 1.1215150834686938e-06, + "N": 1.630678707442712e-05, + "Y": 0.00043790810741484165, + "U": 8.197054057745845e-07, + "K": 1.7311054762103595e-05, + "L": 1.0248163562209811e-06, + "G": 8.47226328914985e-05, + "F": 0.0028393161483108997, + "E": 0.00046982427011244, + "T": 0.0002451224427204579, + "P": 0.18124201893806458, + "-": 0.814194917678833 + }, + "id": "tp_12144" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1518018, + "label": "P", + "classification": { + "B": 0.00045267812674865127, + "S": 0.0007233862415887415, + "I": 0.010142710991203785, + "C": 0.001173118595033884, + "R": 0.0004166052967775613, + "M": 0.000946990039665252, + "O": 0.0014533475041389465, + "W": 0.0007738075801171362, + "N": 0.004252438433468342, + "Y": 0.0023719193413853645, + "U": 0.00026440099463798106, + "K": 0.001952475169673562, + "L": 0.0002080993290292099, + "G": 0.0030381884425878525, + "F": 0.02635505422949791, + "E": 0.012787866406142712, + "T": 0.0026064019184559584, + "P": 0.7007293105125427, + "-": 0.22935113310813904 + }, + "id": "tp_12145" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1518151, + "label": "P", + "classification": { + "B": 0.00019854535639751703, + "S": 1.7688375010038726e-05, + "I": 0.0025337887927889824, + "C": 0.00010884639050345868, + "R": 3.0315184631035663e-05, + "M": 0.0005348657723516226, + "O": 0.0002802545786835253, + "W": 2.0736186343128793e-05, + "N": 0.00015344606072176248, + "Y": 0.001898125628940761, + "U": 7.204409939731704e-06, + "K": 2.3360203158517834e-06, + "L": 6.685200787615031e-05, + "G": 0.0011082665296271443, + "F": 0.0013555928599089384, + "E": 0.0014980995329096913, + "T": 0.0010705342283472419, + "P": 0.5609310865402222, + "-": 0.42818328738212585 + }, + "id": "tp_12146" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1518252, + "label": "-", + "classification": { + "B": 6.127814344836224e-08, + "S": 1.3672487853000348e-07, + "I": 0.0006709980661980808, + "C": 1.1613144124567043e-05, + "R": 2.1145092432561796e-06, + "M": 2.3409984351019375e-05, + "O": 6.1492351051128935e-06, + "W": 2.2879186190039036e-07, + "N": 1.9351853552507237e-05, + "Y": 0.000573128869291395, + "U": 1.878519100273479e-07, + "K": 2.2292492758424487e-06, + "L": 2.71487266445547e-07, + "G": 0.00014894681225996464, + "F": 0.0009842384606599808, + "E": 0.0001263005833607167, + "T": 0.0003820131823886186, + "P": 0.49382656812667847, + "-": 0.5032219886779785 + }, + "id": "tp_12147" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1518385, + "label": "P", + "classification": { + "B": 1.3991196112783655e-07, + "S": 2.5381191903761646e-07, + "I": 0.0006140609621070325, + "C": 1.3383095165409031e-06, + "R": 2.38836150856514e-07, + "M": 9.260440492653288e-06, + "O": 3.2865709727047943e-06, + "W": 1.8234443643905252e-07, + "N": 2.306463647983037e-05, + "Y": 5.4817523050587624e-05, + "U": 6.577916877859025e-08, + "K": 4.2655256038415246e-07, + "L": 1.5296214428417443e-07, + "G": 1.4603283489122987e-05, + "F": 0.000170101469848305, + "E": 0.0001268580526812002, + "T": 0.00013905312516726553, + "P": 0.6955233812332153, + "-": 0.30331864953041077 + }, + "id": "tp_12148" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1518519, + "label": "-", + "classification": { + "B": 4.194331637563664e-08, + "S": 2.213725736055494e-08, + "I": 0.0004676582175306976, + "C": 2.9995187560416525e-06, + "R": 3.5327411751495674e-07, + "M": 1.3245658919913694e-05, + "O": 1.410742925145314e-06, + "W": 1.9476011914321134e-08, + "N": 7.4361241786391474e-06, + "Y": 0.00035312006366439164, + "U": 2.3570201790334977e-08, + "K": 6.588989265310374e-08, + "L": 7.070443786005853e-08, + "G": 3.443193418206647e-05, + "F": 0.00014541178825311363, + "E": 8.760321361478418e-05, + "T": 0.00020960025722160935, + "P": 0.4807437062263489, + "-": 0.5179327130317688 + }, + "id": "tp_12149" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1518652, + "label": "P", + "classification": { + "B": 4.69218608412092e-10, + "S": 4.4429956241875956e-11, + "I": 0.00034236317151226103, + "C": 1.6569933336540998e-07, + "R": 1.3048098601586844e-08, + "M": 1.2635114217118826e-06, + "O": 2.378557972804174e-08, + "W": 4.090545402402057e-10, + "N": 5.287118938213098e-07, + "Y": 3.8410507841035724e-05, + "U": 7.396474543952536e-10, + "K": 7.199565832394228e-09, + "L": 8.637761061969229e-10, + "G": 2.3580255401611794e-06, + "F": 1.666103162278887e-05, + "E": 3.577467941795476e-05, + "T": 2.2858288502902724e-05, + "P": 0.5895661115646362, + "-": 0.4099733829498291 + }, + "id": "tp_12150" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1518752, + "label": "-", + "classification": { + "B": 2.3031887508295767e-07, + "S": 3.371761465587042e-07, + "I": 0.0001717617706162855, + "C": 7.4472709457040764e-06, + "R": 7.39909921776416e-07, + "M": 8.054424142756034e-06, + "O": 6.512484105769545e-06, + "W": 3.303630364825949e-07, + "N": 8.273952516901772e-06, + "Y": 8.380346116609871e-05, + "U": 1.9686827101850213e-07, + "K": 1.9418300212237227e-07, + "L": 4.600440206559142e-07, + "G": 1.796517608454451e-05, + "F": 0.0002859662054106593, + "E": 5.0745289627229795e-05, + "T": 0.00019565636466722935, + "P": 0.41932275891304016, + "-": 0.5798384547233582 + }, + "id": "tp_12151" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1518886, + "label": "P", + "classification": { + "B": 2.1755154193670023e-06, + "S": 1.1102918051619781e-06, + "I": 0.0008298941538669169, + "C": 5.50779031982529e-06, + "R": 1.0979071021210984e-06, + "M": 2.1404059225460514e-05, + "O": 1.6747864719945937e-05, + "W": 2.141131517419126e-06, + "N": 6.224657408893108e-05, + "Y": 0.00020420615328475833, + "U": 9.882431868390995e-07, + "K": 1.589398380019702e-05, + "L": 6.022607408340264e-07, + "G": 7.225805893540382e-05, + "F": 0.0009625329985283315, + "E": 0.0005329850828275084, + "T": 0.0001252905058208853, + "P": 0.7200245261192322, + "-": 0.2771184742450714 + }, + "id": "tp_12152" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1519019, + "label": "-", + "classification": { + "B": 5.107444394525373e-06, + "S": 1.3244765568742878e-06, + "I": 0.0006252672174014151, + "C": 0.00025150671717710793, + "R": 5.224519190960564e-05, + "M": 5.445343776955269e-05, + "O": 4.473305307328701e-05, + "W": 5.5404948398063425e-06, + "N": 4.176065340288915e-05, + "Y": 0.00267211114987731, + "U": 6.730077529937262e-06, + "K": 0.00012422968575265259, + "L": 5.9424965002108365e-06, + "G": 0.001807158114388585, + "F": 0.027054740116000175, + "E": 0.0011199528817087412, + "T": 0.0003902666794601828, + "P": 0.24009905755519867, + "-": 0.7256378531455994 + }, + "id": "tp_12153" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1519152, + "label": "-", + "classification": { + "B": 1.3502750334737357e-05, + "S": 3.3968951811402803e-06, + "I": 0.0031839138828217983, + "C": 0.00017207076598424464, + "R": 3.368884063092992e-05, + "M": 0.00029785241349600255, + "O": 0.0001280495780520141, + "W": 5.475171292346204e-06, + "N": 9.543282067170367e-05, + "Y": 0.0012231990694999695, + "U": 8.483200872433372e-06, + "K": 2.020112560785492e-06, + "L": 2.6767031158669852e-05, + "G": 0.0006580643239431083, + "F": 0.0004984794068150222, + "E": 0.0004632651398424059, + "T": 0.002131952438503504, + "P": 0.3575492203235626, + "-": 0.6335052847862244 + }, + "id": "tp_12154" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1519253, + "label": "P", + "classification": { + "B": 6.3664356275694445e-06, + "S": 2.909710588028247e-07, + "I": 0.0011165273608639836, + "C": 5.654630149365403e-05, + "R": 4.939034170092782e-06, + "M": 5.7473323977319524e-05, + "O": 1.391841760778334e-05, + "W": 7.852743237890536e-07, + "N": 2.5225312128895894e-05, + "Y": 0.0007998031214810908, + "U": 2.013811581491609e-06, + "K": 1.0403571195638506e-06, + "L": 3.6494643609330524e-06, + "G": 0.00032587943132966757, + "F": 0.0004577080544549972, + "E": 0.00045414938358590007, + "T": 0.00044099727529101074, + "P": 0.5912595391273499, + "-": 0.40497320890426636 + }, + "id": "tp_12155" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1519386, + "label": "-", + "classification": { + "B": 5.4281699704006314e-06, + "S": 5.969612288936332e-07, + "I": 0.001463534776121378, + "C": 5.7291941629955545e-05, + "R": 7.014258244453231e-06, + "M": 0.00013159069931134582, + "O": 4.7893136070342734e-05, + "W": 1.6873035519893165e-06, + "N": 3.308531813672744e-05, + "Y": 0.0004218009999021888, + "U": 1.2903158221888589e-06, + "K": 1.5301462497063767e-07, + "L": 7.094822194630979e-06, + "G": 0.00018762880063150078, + "F": 0.00010002998897107318, + "E": 0.0002327838446944952, + "T": 0.0009300189558416605, + "P": 0.49442610144615173, + "-": 0.5019450187683105 + }, + "id": "tp_12156" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1519520, + "label": "P", + "classification": { + "B": 0.0007137822103686631, + "S": 3.9360664231935516e-05, + "I": 0.006500260904431343, + "C": 0.00035577797098085284, + "R": 9.77689924184233e-05, + "M": 0.0008823221432976425, + "O": 0.0005064988508820534, + "W": 4.469084524316713e-05, + "N": 0.00021352482144720852, + "Y": 0.0018789791502058506, + "U": 1.578763658471871e-05, + "K": 7.512067554671376e-07, + "L": 0.0002716624003369361, + "G": 0.0012896760599687696, + "F": 0.0009303874685429037, + "E": 0.0011534944642335176, + "T": 0.0027619150932878256, + "P": 0.4924886226654053, + "-": 0.48985472321510315 + }, + "id": "tp_12157" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1519653, + "label": "-", + "classification": { + "B": 0.001136450911872089, + "S": 0.00028133022715337574, + "I": 0.0017531202174723148, + "C": 0.0004150258027948439, + "R": 0.00022058645845390856, + "M": 0.004308921750634909, + "O": 0.0030462145805358887, + "W": 0.0003712567558977753, + "N": 0.0001853830908657983, + "Y": 0.004520394839346409, + "U": 3.906157144228928e-05, + "K": 1.637330569792539e-05, + "L": 0.0007319167489185929, + "G": 0.002711519133299589, + "F": 0.007025473285466433, + "E": 0.0012605490628629923, + "T": 0.004826283548027277, + "P": 0.14681534469127655, + "-": 0.820334792137146 + }, + "id": "tp_12158" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1519753, + "label": "P", + "classification": { + "B": 0.0001746860652929172, + "S": 1.615865585335996e-05, + "I": 0.0028469967655837536, + "C": 4.948817513650283e-05, + "R": 2.9389755582087673e-05, + "M": 0.0007709315395914018, + "O": 0.00036766286939382553, + "W": 1.1512244782352354e-05, + "N": 7.392071711365134e-05, + "Y": 0.0009815794182941318, + "U": 2.150166437786538e-06, + "K": 1.5471324843474576e-07, + "L": 8.389073627768084e-05, + "G": 0.0008333548321388662, + "F": 0.0003896687994711101, + "E": 0.00024224547087214887, + "T": 0.0034567993134260178, + "P": 0.5039480328559875, + "-": 0.4857213497161865 + }, + "id": "tp_12159" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1519887, + "label": "-", + "classification": { + "B": 5.198978669795906e-06, + "S": 4.166563030594261e-06, + "I": 0.0006076208082959056, + "C": 0.00021235675376374274, + "R": 2.975734241772443e-05, + "M": 7.494862074963748e-05, + "O": 8.961043931776658e-05, + "W": 1.0871145605051424e-05, + "N": 0.00012697004422079772, + "Y": 0.0032230298966169357, + "U": 1.7854003090178594e-05, + "K": 0.0008564926101826131, + "L": 3.646767936515971e-06, + "G": 0.0007389837992377579, + "F": 0.011195768602192402, + "E": 0.0011407302226871252, + "T": 0.0007500693900510669, + "P": 0.15121908485889435, + "-": 0.8296927809715271 + }, + "id": "tp_12160" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1520020, + "label": "P", + "classification": { + "B": 2.444627352815587e-05, + "S": 3.7640489608747885e-05, + "I": 0.005617993883788586, + "C": 0.0005953602958470583, + "R": 0.00014275911962613463, + "M": 0.0003642020747065544, + "O": 0.0003764278662856668, + "W": 5.0911359721794724e-05, + "N": 0.0009325106511823833, + "Y": 0.0027346289716660976, + "U": 3.3464257285231724e-05, + "K": 0.0003342185518704355, + "L": 3.5502762329997495e-05, + "G": 0.0014125850284472108, + "F": 0.010081479325890541, + "E": 0.004009781405329704, + "T": 0.0017297229496762156, + "P": 0.48862746357917786, + "-": 0.4828590154647827 + }, + "id": "tp_12161" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1520153, + "label": "P", + "classification": { + "B": 2.3420254365191795e-05, + "S": 1.6178131772903726e-05, + "I": 0.030066456645727158, + "C": 0.00012118451559217647, + "R": 4.313876343076117e-05, + "M": 0.00037268109736032784, + "O": 0.00012902484741061926, + "W": 2.3548293029307388e-05, + "N": 0.0015936748823150992, + "Y": 0.0055857268162071705, + "U": 1.2373427125567105e-05, + "K": 0.00019874890858773142, + "L": 1.1391719453968108e-05, + "G": 0.0009204375674016774, + "F": 0.003041583579033613, + "E": 0.007066965103149414, + "T": 0.002206583507359028, + "P": 0.6971529722213745, + "-": 0.2514139413833618 + }, + "id": "tp_12162" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1520254, + "label": "P", + "classification": { + "B": 1.7894898292070138e-06, + "S": 1.2404492508721887e-06, + "I": 0.00044247088953852654, + "C": 6.759495136066107e-06, + "R": 4.44268323462893e-07, + "M": 4.3805768655147403e-05, + "O": 1.1626728337432723e-05, + "W": 1.1086765425716294e-06, + "N": 2.8044756618328393e-05, + "Y": 0.0001984066766453907, + "U": 8.752255666877318e-07, + "K": 5.5645750762778334e-06, + "L": 5.559431883739308e-07, + "G": 5.116926695336588e-05, + "F": 0.00043375883251428604, + "E": 0.0005030179163441062, + "T": 0.0003984289360232651, + "P": 0.5055558085441589, + "-": 0.4923151731491089 + }, + "id": "tp_12163" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1520387, + "label": "P", + "classification": { + "B": 1.4833574368822156e-06, + "S": 1.4028090845386032e-05, + "I": 0.0012590083060786128, + "C": 1.787569453881588e-05, + "R": 4.354781594884116e-06, + "M": 6.190245039761066e-05, + "O": 3.800182821578346e-05, + "W": 6.006687272019917e-06, + "N": 0.0002689945977181196, + "Y": 0.0008033452904783189, + "U": 3.7294910271157278e-06, + "K": 7.208310125861317e-05, + "L": 2.519356712582521e-06, + "G": 8.830905426293612e-05, + "F": 0.005737782455980778, + "E": 0.0010639663087204099, + "T": 0.0011544580338522792, + "P": 0.5838375687599182, + "-": 0.4055645763874054 + }, + "id": "tp_12164" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1520521, + "label": "-", + "classification": { + "B": 7.996858767000958e-05, + "S": 1.245648263648036e-06, + "I": 0.0006690358277410269, + "C": 2.2712478312314488e-05, + "R": 3.956160071538761e-06, + "M": 0.00011232972610741854, + "O": 8.49056668812409e-05, + "W": 4.615868874680018e-06, + "N": 7.722072041360661e-06, + "Y": 0.00022154500766191632, + "U": 4.798876602762903e-07, + "K": 1.7540473962185388e-08, + "L": 1.6797324860817753e-05, + "G": 0.00023684557527303696, + "F": 0.00015885417815297842, + "E": 9.848731860984117e-05, + "T": 0.00024577890872024, + "P": 0.4007978141307831, + "-": 0.5972368121147156 + }, + "id": "tp_12165" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1520654, + "label": "P", + "classification": { + "B": 0.0001402110792696476, + "S": 1.6388903532060795e-05, + "I": 0.00418136129155755, + "C": 0.00017374195158481598, + "R": 1.4499285498459358e-05, + "M": 0.0007312765810638666, + "O": 0.000159702860401012, + "W": 1.4958871361159254e-05, + "N": 0.000309615395963192, + "Y": 0.0012406326131895185, + "U": 1.696428626019042e-05, + "K": 5.724324637412792e-06, + "L": 6.900558219058439e-05, + "G": 0.0008769487612880766, + "F": 0.0021316909696906805, + "E": 0.004573068581521511, + "T": 0.0011221528984606266, + "P": 0.713519275188446, + "-": 0.2707028388977051 + }, + "id": "tp_12166" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1520754, + "label": "-", + "classification": { + "B": 5.2915002015652135e-05, + "S": 0.00014944026770535856, + "I": 0.00295343273319304, + "C": 0.00039852980989962816, + "R": 0.00017329820548184216, + "M": 0.00034310034243389964, + "O": 0.0007683511939831078, + "W": 0.00020657971617765725, + "N": 0.0008537870598956943, + "Y": 0.005286633037030697, + "U": 0.00011070362234022468, + "K": 0.0014357962645590305, + "L": 5.542060898733325e-05, + "G": 0.0010451114503666759, + "F": 0.02183966338634491, + "E": 0.0017342338105663657, + "T": 0.003512304276227951, + "P": 0.2255038470029831, + "-": 0.733576774597168 + }, + "id": "tp_12167" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1520888, + "label": "P", + "classification": { + "B": 3.620820532290736e-09, + "S": 3.727416153509466e-09, + "I": 3.5164153814548627e-05, + "C": 4.114779272867963e-08, + "R": 2.2119495124428568e-09, + "M": 5.694770379705005e-07, + "O": 1.527798332290331e-07, + "W": 3.5480525184539147e-09, + "N": 6.8416466092458e-07, + "Y": 4.2496089918131474e-06, + "U": 2.4245323526628226e-09, + "K": 5.0895025083264045e-08, + "L": 1.962506379626916e-09, + "G": 7.736035740890657e-07, + "F": 3.986916635767557e-05, + "E": 2.7203839636058547e-05, + "T": 9.97804818325676e-06, + "P": 0.5824944972991943, + "-": 0.41738682985305786 + }, + "id": "tp_12168" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1521021, + "label": "-", + "classification": { + "B": 1.9327798028712095e-08, + "S": 6.394136331522304e-09, + "I": 4.13004272559192e-05, + "C": 1.5759680138671683e-07, + "R": 9.539836476335495e-09, + "M": 3.9739388739690185e-06, + "O": 3.834618098608189e-07, + "W": 5.859503104943542e-09, + "N": 3.980984786267072e-07, + "Y": 5.346390389604494e-05, + "U": 5.300389016582585e-09, + "K": 7.139261981592426e-08, + "L": 1.391770609870946e-08, + "G": 9.609841072233394e-06, + "F": 9.084503835765645e-05, + "E": 5.4397271014750004e-05, + "T": 5.49862343177665e-05, + "P": 0.1465778946876526, + "-": 0.8531124591827393 + }, + "id": "tp_12169" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1521154, + "label": "P", + "classification": { + "B": 1.7324094159221204e-08, + "S": 9.668959854991499e-09, + "I": 2.195159686380066e-05, + "C": 2.8956685582670616e-07, + "R": 2.255849018695244e-08, + "M": 5.008350854041055e-07, + "O": 4.202462662306061e-07, + "W": 9.717250115670595e-09, + "N": 5.080418645775353e-07, + "Y": 1.539696313557215e-05, + "U": 3.425621564190351e-09, + "K": 3.784693447528298e-09, + "L": 1.4056691810537814e-08, + "G": 2.319752638868522e-06, + "F": 0.00011769081902457401, + "E": 7.538489171565743e-06, + "T": 1.0352016943215858e-05, + "P": 0.611077070236206, + "-": 0.38874590396881104 + }, + "id": "tp_12170" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1521255, + "label": "P", + "classification": { + "B": 6.694221497127728e-07, + "S": 2.405917030046112e-07, + "I": 0.0015154031571000814, + "C": 5.552915808948455e-06, + "R": 7.895908424870868e-07, + "M": 5.686662552761845e-05, + "O": 4.932534466206562e-06, + "W": 1.2494666634665919e-07, + "N": 2.304103327332996e-05, + "Y": 0.00013446017692331225, + "U": 3.908003165520313e-08, + "K": 1.5681285958635272e-07, + "L": 7.615612958034035e-07, + "G": 0.0001380329194944352, + "F": 0.0003461149171926081, + "E": 0.0007591593894176185, + "T": 4.7323999751824886e-05, + "P": 0.8994815349578857, + "-": 0.09748478978872299 + }, + "id": "tp_12171" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1521388, + "label": "-", + "classification": { + "B": 9.470835493630148e-07, + "S": 8.239445037361293e-07, + "I": 7.240236300276592e-05, + "C": 1.433687089047453e-06, + "R": 2.378737775643458e-07, + "M": 2.2579482902074233e-05, + "O": 1.6435289580840617e-05, + "W": 1.2066042245351127e-06, + "N": 4.278885171515867e-06, + "Y": 0.0001004815349006094, + "U": 1.5169486289323686e-07, + "K": 5.830943791806931e-06, + "L": 4.276434992789291e-07, + "G": 5.733471698476933e-05, + "F": 0.0015199448680505157, + "E": 0.00018484167230781168, + "T": 9.420022979611531e-05, + "P": 0.16780008375644684, + "-": 0.830116331577301 + }, + "id": "tp_12172" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1521522, + "label": "-", + "classification": { + "B": 9.309348456554289e-07, + "S": 4.504867092691711e-07, + "I": 0.0024537723511457443, + "C": 4.857076783082448e-05, + "R": 9.863713785307482e-06, + "M": 6.66980558889918e-05, + "O": 1.7302476408076473e-05, + "W": 1.0309394156138296e-06, + "N": 3.462510721874423e-05, + "Y": 0.0011229271767660975, + "U": 1.3338776625460014e-06, + "K": 2.0696811589004938e-06, + "L": 2.758687060122611e-06, + "G": 0.00021860671404283494, + "F": 0.0006261407979764044, + "E": 0.0002541700378060341, + "T": 0.0005401123780757189, + "P": 0.4104243516921997, + "-": 0.5841742753982544 + }, + "id": "tp_12173" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1521655, + "label": "P", + "classification": { + "B": 2.172924723709002e-05, + "S": 7.542054390796693e-06, + "I": 0.003218378871679306, + "C": 0.00012537777365650982, + "R": 3.598596595111303e-05, + "M": 0.0002865114074666053, + "O": 0.00011474628990981728, + "W": 9.525633686280344e-06, + "N": 0.0002682486374396831, + "Y": 0.0018713186727836728, + "U": 8.41118617245229e-06, + "K": 1.3941801626060624e-05, + "L": 1.7634125470067374e-05, + "G": 0.0006851363577879965, + "F": 0.0018414055230095983, + "E": 0.0018402046989649534, + "T": 0.0012133617419749498, + "P": 0.6798286437988281, + "-": 0.3085920512676239 + }, + "id": "tp_12174" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1521755, + "label": "-", + "classification": { + "B": 1.0023526328950538e-06, + "S": 4.846459660257096e-07, + "I": 0.0002471495245117694, + "C": 2.8150187063147314e-05, + "R": 2.9577722671092488e-06, + "M": 4.813162740902044e-05, + "O": 1.4716659279656596e-05, + "W": 7.651605073988321e-07, + "N": 1.4768665096198674e-05, + "Y": 0.0007098003989085555, + "U": 5.182264999348263e-07, + "K": 5.810621132695815e-06, + "L": 8.46580803681718e-07, + "G": 0.00019321498984936625, + "F": 0.003309856401756406, + "E": 0.00035390991251915693, + "T": 0.0002339578786632046, + "P": 0.28105485439300537, + "-": 0.7137790322303772 + }, + "id": "tp_12175" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1521889, + "label": "P", + "classification": { + "B": 8.966716791292129e-07, + "S": 1.1846592542497092e-06, + "I": 0.0002509055193513632, + "C": 2.81545908364933e-06, + "R": 5.047382387601829e-07, + "M": 9.61219393502688e-06, + "O": 1.123014408221934e-05, + "W": 5.991891498524637e-07, + "N": 2.8470269171521068e-05, + "Y": 0.00015549481031484902, + "U": 3.958246566071466e-07, + "K": 9.423410119779874e-06, + "L": 3.1661048183195817e-07, + "G": 5.237088043941185e-05, + "F": 0.0016310431528836489, + "E": 0.00030149304075166583, + "T": 0.0001418112515239045, + "P": 0.5191741585731506, + "-": 0.47822725772857666 + }, + "id": "tp_12176" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1522022, + "label": "P", + "classification": { + "B": 1.880653144326061e-05, + "S": 1.5316571079893038e-05, + "I": 0.0021306092385202646, + "C": 2.3753558707539923e-05, + "R": 1.4675036254629958e-05, + "M": 8.411455200985074e-05, + "O": 8.783023804426193e-05, + "W": 8.40930897538783e-06, + "N": 0.00012926594354212284, + "Y": 0.0014957449166104198, + "U": 4.294342033972498e-06, + "K": 4.069279384566471e-05, + "L": 1.0902524081757292e-05, + "G": 0.0005131165380589664, + "F": 0.008981391787528992, + "E": 0.0007652617059648037, + "T": 0.0005247772787697613, + "P": 0.5427421927452087, + "-": 0.44240880012512207 + }, + "id": "tp_12177" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1522155, + "label": "-", + "classification": { + "B": 1.5490698723752416e-09, + "S": 3.023061356799417e-09, + "I": 0.0003199871280230582, + "C": 1.543860207675607e-06, + "R": 3.544209903338924e-07, + "M": 4.765566700370982e-06, + "O": 6.968817842789576e-07, + "W": 9.670161560393353e-09, + "N": 8.678360359226645e-07, + "Y": 0.0003798393881879747, + "U": 1.057862419884259e-08, + "K": 1.890557932426873e-08, + "L": 2.9631330278334644e-08, + "G": 1.313230131927412e-05, + "F": 3.407400072319433e-05, + "E": 5.968769073660951e-06, + "T": 0.00037385569885373116, + "P": 0.11995691061019897, + "-": 0.8789079785346985 + }, + "id": "tp_12178" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1522256, + "label": "P", + "classification": { + "B": 8.390820260828491e-10, + "S": 5.129462188335765e-09, + "I": 0.0002326789399376139, + "C": 6.570804345074066e-08, + "R": 1.0364527014417035e-08, + "M": 2.2478762673472374e-07, + "O": 8.591761258003316e-08, + "W": 1.7247017147781207e-09, + "N": 1.8347268451179843e-06, + "Y": 2.0021197997266427e-06, + "U": 6.526120754912768e-10, + "K": 1.7085567405317192e-09, + "L": 1.92178450930669e-09, + "G": 4.4121259179519257e-07, + "F": 7.635690053575672e-06, + "E": 2.689797611310496e-06, + "T": 9.29998805077048e-06, + "P": 0.8771030902862549, + "-": 0.12264003604650497 + }, + "id": "tp_12179" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1522389, + "label": "P", + "classification": { + "B": 2.7915980638226756e-09, + "S": 1.7487443715324957e-09, + "I": 3.152976933051832e-05, + "C": 6.202856894788056e-08, + "R": 2.102752416632825e-09, + "M": 1.5073811709953588e-07, + "O": 6.623530168781144e-08, + "W": 2.1043491393868408e-09, + "N": 6.126234097791894e-07, + "Y": 3.3409639854653506e-06, + "U": 1.4968506434342999e-09, + "K": 4.721180246747281e-08, + "L": 9.226280850427315e-10, + "G": 7.336380463129899e-07, + "F": 4.685179374064319e-05, + "E": 1.8472555893822573e-05, + "T": 3.5631799164548283e-06, + "P": 0.6777161359786987, + "-": 0.3221784830093384 + }, + "id": "tp_12180" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1522523, + "label": "-", + "classification": { + "B": 2.680513411235097e-08, + "S": 2.1248198756040892e-09, + "I": 6.4313335315091535e-06, + "C": 2.4941707366110677e-08, + "R": 5.870935293472712e-09, + "M": 4.141254521528026e-07, + "O": 5.977202022222627e-07, + "W": 6.806469166065199e-09, + "N": 1.0961716156998591e-07, + "Y": 2.5851438749668887e-06, + "U": 9.401104339445965e-10, + "K": 2.1695804874877211e-10, + "L": 1.4259849301367922e-08, + "G": 1.045104340846592e-06, + "F": 1.2973141565453261e-05, + "E": 7.873933896007657e-07, + "T": 2.2346208425005898e-05, + "P": 0.3523487448692322, + "-": 0.6476039290428162 + }, + "id": "tp_12181" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1522656, + "label": "P", + "classification": { + "B": 9.010957728605717e-05, + "S": 5.030682586948387e-05, + "I": 0.01868501678109169, + "C": 0.00040274698403663933, + "R": 0.00019405268540140241, + "M": 0.001391535741277039, + "O": 0.0005983226583339274, + "W": 7.601836114190519e-05, + "N": 0.0009998965542763472, + "Y": 0.00569260073825717, + "U": 2.3752476408844814e-05, + "K": 1.9131099179503508e-05, + "L": 8.228297519963235e-05, + "G": 0.0009348916355520487, + "F": 0.0020682318136096, + "E": 0.0010037319734692574, + "T": 0.00691610760986805, + "P": 0.4825620651245117, + "-": 0.47820916771888733 + }, + "id": "tp_12182" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1522756, + "label": "P", + "classification": { + "B": 4.311372236998068e-08, + "S": 1.0865821309380408e-07, + "I": 0.0021663722582161427, + "C": 2.8009510515403235e-06, + "R": 7.562600217170257e-07, + "M": 5.259316367300926e-06, + "O": 1.9786302800639533e-06, + "W": 9.730552363862444e-08, + "N": 4.026718306704424e-05, + "Y": 6.0320533521007746e-05, + "U": 9.115727550579322e-08, + "K": 2.4385971642004733e-07, + "L": 1.7310657085545245e-07, + "G": 1.9811044694506563e-05, + "F": 0.00016632970073260367, + "E": 7.681225542910397e-05, + "T": 4.9770587793318555e-05, + "P": 0.9172337651252747, + "-": 0.08017504960298538 + }, + "id": "tp_12183" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1522890, + "label": "-", + "classification": { + "B": 2.4807641239021905e-05, + "S": 1.568907464388758e-05, + "I": 0.00048719553160481155, + "C": 7.509205170208588e-05, + "R": 1.9519764464348555e-05, + "M": 0.0002299068437423557, + "O": 0.0001612107880646363, + "W": 1.0261982424708549e-05, + "N": 4.4580188841791824e-05, + "Y": 0.0029827102553099394, + "U": 7.214659035525983e-06, + "K": 8.910528777050786e-06, + "L": 2.744049925240688e-05, + "G": 0.0007737454143352807, + "F": 0.0023900819942355156, + "E": 0.000451197091024369, + "T": 0.0025780240539461374, + "P": 0.16478124260902405, + "-": 0.8249310851097107 + }, + "id": "tp_12184" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1523023, + "label": "P", + "classification": { + "B": 1.10919754661154e-05, + "S": 9.281498932978138e-06, + "I": 0.005586389917880297, + "C": 2.2495978555525653e-06, + "R": 1.1692484349623555e-06, + "M": 5.1483031711541116e-05, + "O": 2.5526083845761605e-05, + "W": 8.687558192832512e-07, + "N": 0.0003473739780019969, + "Y": 5.214074190007523e-05, + "U": 1.6474325548188062e-07, + "K": 8.848081165524491e-07, + "L": 2.1460939478856744e-06, + "G": 0.00012091598910046741, + "F": 0.0003144680813420564, + "E": 0.0006377581739798188, + "T": 7.462458597728983e-05, + "P": 0.9674432873725891, + "-": 0.025318020954728127 + }, + "id": "tp_12185" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1523156, + "label": "-", + "classification": { + "B": 3.615852861571511e-08, + "S": 2.7245036449130566e-07, + "I": 7.933144843264017e-06, + "C": 6.232613486645278e-06, + "R": 3.7211132166703464e-06, + "M": 0.0001689739292487502, + "O": 2.4037197363213636e-05, + "W": 1.553538027110335e-07, + "N": 3.945913462644057e-08, + "Y": 0.014984672889113426, + "U": 3.7213916392886404e-09, + "K": 2.283675826220133e-08, + "L": 4.716811417893041e-06, + "G": 0.00048729649279266596, + "F": 0.0013311340007930994, + "E": 7.88051579547755e-07, + "T": 0.003326890990138054, + "P": 0.00025087472749873996, + "-": 0.9794021844863892 + }, + "id": "tp_12186" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1523257, + "label": "-", + "classification": { + "B": 6.439608455366397e-07, + "S": 0.00010239053517580032, + "I": 2.293105353601277e-06, + "C": 3.629053753684275e-05, + "R": 2.0809240595554e-05, + "M": 0.007861568592488766, + "O": 0.003090766491368413, + "W": 5.084561962576117e-06, + "N": 4.841729506210868e-08, + "Y": 0.0869760736823082, + "U": 4.130412956104834e-10, + "K": 6.167958588321198e-08, + "L": 0.00091041240375489, + "G": 0.06127861887216568, + "F": 0.02524811029434204, + "E": 3.962251867051236e-06, + "T": 0.026784788817167282, + "P": 3.541023761499673e-05, + "-": 0.787642776966095 + }, + "id": "tp_12187" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1523390, + "label": "-", + "classification": { + "B": 8.595879990025423e-07, + "S": 2.56807470577769e-06, + "I": 0.00030983041506260633, + "C": 8.943391731008887e-05, + "R": 5.3219031542539597e-05, + "M": 0.0005288932006806135, + "O": 6.345449946820736e-05, + "W": 1.9222072751290398e-06, + "N": 7.893776455603074e-06, + "Y": 0.008295400068163872, + "U": 6.609207048313692e-07, + "K": 9.707742719911039e-06, + "L": 1.197089659399353e-05, + "G": 0.0008391641895286739, + "F": 0.008460144512355328, + "E": 0.00013220665277913213, + "T": 0.0031424034386873245, + "P": 0.018870778381824493, + "-": 0.9591795206069946 + }, + "id": "tp_12188" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1523524, + "label": "-", + "classification": { + "B": 4.607928076438839e-06, + "S": 6.896734703332186e-06, + "I": 0.0003239820071030408, + "C": 0.0008958756225183606, + "R": 0.00038057559868320823, + "M": 0.0020470484159886837, + "O": 0.0003238111676182598, + "W": 1.0049121556221507e-05, + "N": 1.198271093016956e-05, + "Y": 0.016893474385142326, + "U": 2.7261730792815797e-06, + "K": 1.607308331585955e-05, + "L": 8.26975010568276e-05, + "G": 0.0028788018971681595, + "F": 0.008060489781200886, + "E": 0.00019520055502653122, + "T": 0.006130328867584467, + "P": 0.0073221297934651375, + "-": 0.954413115978241 + }, + "id": "tp_12189" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1523657, + "label": "F", + "classification": { + "B": 3.7568959214695496e-06, + "S": 0.0003286061401013285, + "I": 3.951494818466017e-06, + "C": 0.0012672212906181812, + "R": 0.00022355819237418473, + "M": 0.00251735164783895, + "O": 0.002555254613980651, + "W": 6.51566224405542e-05, + "N": 6.658552251792571e-07, + "Y": 0.07398959994316101, + "U": 1.846684227757578e-08, + "K": 0.0001340170856565237, + "L": 0.0007708010962232947, + "G": 0.11740007996559143, + "F": 0.5540281534194946, + "E": 3.4774500818457454e-05, + "T": 0.006929549854248762, + "P": 4.9956983275478706e-05, + "-": 0.23969751596450806 + }, + "id": "tp_12190" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1523757, + "label": "-", + "classification": { + "B": 4.415877941088553e-10, + "S": 1.2260731985236362e-08, + "I": 7.527880256930075e-07, + "C": 1.0726440677899518e-06, + "R": 3.2223729817815183e-07, + "M": 3.067502620979212e-05, + "O": 2.9431216717057396e-06, + "W": 1.207727962082572e-08, + "N": 6.781979866588017e-09, + "Y": 0.0008118562982417643, + "U": 7.794312972819739e-10, + "K": 1.1366260821432661e-08, + "L": 2.459059658121987e-07, + "G": 1.729399082250893e-05, + "F": 0.0005446993745863438, + "E": 2.3378581204269722e-07, + "T": 0.0004945877590216696, + "P": 0.0005476370570249856, + "-": 0.9975476861000061 + }, + "id": "tp_12191" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1523891, + "label": "-", + "classification": { + "B": 1.145958675174974e-11, + "S": 1.2392158410534648e-08, + "I": 1.7346858172118118e-08, + "C": 3.058827857671531e-08, + "R": 4.9322883555191765e-09, + "M": 1.2151974715379765e-06, + "O": 5.090885224490194e-07, + "W": 3.423613170738804e-09, + "N": 1.4138170634225844e-09, + "Y": 0.0018619493348523974, + "U": 8.590253508522494e-12, + "K": 3.1818246952752816e-06, + "L": 8.050268895942736e-09, + "G": 0.0001834650174714625, + "F": 0.04632555693387985, + "E": 9.466043024985993e-07, + "T": 0.0001383842172799632, + "P": 0.0004835120926145464, + "-": 0.9510011672973633 + }, + "id": "tp_12192" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1524024, + "label": "-", + "classification": { + "B": 1.8616315600183952e-08, + "S": 1.682002164216101e-07, + "I": 5.583539675058091e-08, + "C": 2.4149423438757367e-07, + "R": 5.1098563602636204e-08, + "M": 0.00010517307237023488, + "O": 4.124161023355555e-06, + "W": 1.837656427028378e-08, + "N": 1.6155443649523704e-09, + "Y": 0.001589328283444047, + "U": 6.271497210441623e-11, + "K": 1.179913411419875e-07, + "L": 4.887103841610951e-07, + "G": 0.0004119976656511426, + "F": 0.011746687814593315, + "E": 2.3725654045847477e-06, + "T": 0.000446690886747092, + "P": 0.00013147349818609655, + "-": 0.9855610728263855 + }, + "id": "tp_12193" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1524157, + "label": "-", + "classification": { + "B": 6.8114986788714305e-06, + "S": 7.969549187691882e-06, + "I": 1.830712062655948e-05, + "C": 8.611115845269524e-06, + "R": 2.66300367002259e-06, + "M": 0.0004338544968049973, + "O": 8.662268373882398e-05, + "W": 2.4582013793406077e-06, + "N": 7.631328458046482e-07, + "Y": 0.0015464897733181715, + "U": 7.861510908924174e-08, + "K": 1.74105900896393e-06, + "L": 1.307525144511601e-05, + "G": 0.0007147728465497494, + "F": 0.007789157796651125, + "E": 0.0001046214165398851, + "T": 0.0008731986163184047, + "P": 0.008611338213086128, + "-": 0.9797775149345398 + }, + "id": "tp_12194" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1524258, + "label": "-", + "classification": { + "B": 2.331171540526089e-11, + "S": 1.0048907483906078e-08, + "I": 6.058699000277556e-07, + "C": 2.971110468763527e-08, + "R": 1.1336066307876536e-08, + "M": 5.467174560180865e-06, + "O": 5.510881351256103e-07, + "W": 5.009924919363584e-09, + "N": 1.1336520167049002e-08, + "Y": 0.0018223177175968885, + "U": 5.6416860766406174e-11, + "K": 3.6477715070759587e-07, + "L": 1.9365298253859464e-09, + "G": 6.708398814225802e-06, + "F": 0.0009346362785436213, + "E": 3.0789260563324206e-07, + "T": 0.00041412501013837755, + "P": 0.00046818421105854213, + "-": 0.996346652507782 + }, + "id": "tp_12195" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1524391, + "label": "-", + "classification": { + "B": 4.1581726691219956e-05, + "S": 0.00013395943096838892, + "I": 0.00013628012675326318, + "C": 0.00025349491625092924, + "R": 0.00021923558961134404, + "M": 0.01300877332687378, + "O": 0.0033247526735067368, + "W": 3.750603355001658e-05, + "N": 5.530209818971343e-06, + "Y": 0.022867869585752487, + "U": 1.1650066653601243e-06, + "K": 1.2784605587512488e-06, + "L": 0.0015229269629344344, + "G": 0.011969629675149918, + "F": 0.009303697384893894, + "E": 8.758143667364493e-05, + "T": 0.016085468232631683, + "P": 0.0024275791365653276, + "-": 0.9185717105865479 + }, + "id": "tp_12196" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1524525, + "label": "-", + "classification": { + "B": 2.5735161557349784e-07, + "S": 1.2117487813156913e-06, + "I": 0.00043819969869218767, + "C": 8.771159627940506e-06, + "R": 3.1639262942917412e-06, + "M": 8.702557533979416e-05, + "O": 2.278967986057978e-05, + "W": 1.074740225703863e-06, + "N": 2.1116804418852553e-05, + "Y": 0.012160519137978554, + "U": 2.0355761876089673e-07, + "K": 1.9433500710874796e-05, + "L": 6.709971671625681e-07, + "G": 0.0006040423759259284, + "F": 0.002219585934653878, + "E": 0.0004034431476611644, + "T": 0.0024757375940680504, + "P": 0.09895714372396469, + "-": 0.8825755715370178 + }, + "id": "tp_12197" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1524658, + "label": "Y", + "classification": { + "B": 2.172486574636423e-06, + "S": 6.317583756754175e-05, + "I": 0.01764061115682125, + "C": 6.673779716948047e-05, + "R": 5.7711931731319055e-05, + "M": 0.0029586167074739933, + "O": 0.000785845797508955, + "W": 2.6663326934794895e-05, + "N": 0.0008744940860196948, + "Y": 0.49246931076049805, + "U": 2.697446177535312e-07, + "K": 0.0004065668035764247, + "L": 5.686014901584713e-06, + "G": 0.008706620894372463, + "F": 0.0035055470652878284, + "E": 0.0013042144710198045, + "T": 0.12075473368167877, + "P": 0.004840199835598469, + "-": 0.3455308973789215 + }, + "id": "tp_12198" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1524758, + "label": "-", + "classification": { + "B": 8.708652785571758e-07, + "S": 1.2807985285689938e-06, + "I": 0.00017422763630747795, + "C": 4.291713412385434e-05, + "R": 2.5596849809517153e-05, + "M": 0.0006848325137980282, + "O": 9.49141031014733e-05, + "W": 1.8304264131074888e-06, + "N": 3.846676008834038e-06, + "Y": 0.043202344328165054, + "U": 8.080560860435071e-07, + "K": 1.2046530173392966e-05, + "L": 1.0363141882407945e-05, + "G": 0.0019310713978484273, + "F": 0.0027482255827635527, + "E": 3.465516783762723e-05, + "T": 0.01138452347368002, + "P": 0.0043742903508245945, + "-": 0.9352712631225586 + }, + "id": "tp_12199" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1524892, + "label": "-", + "classification": { + "B": 8.4759312812821e-06, + "S": 0.00016908961697481573, + "I": 0.00014020428352523595, + "C": 0.006307475734502077, + "R": 0.002020501997321844, + "M": 0.011310665868222713, + "O": 0.004806822165846825, + "W": 0.00011065293074352667, + "N": 1.0521991498535499e-05, + "Y": 0.2444453239440918, + "U": 8.72712689670152e-07, + "K": 0.00016090912686195225, + "L": 0.0016511424910277128, + "G": 0.08232306689023972, + "F": 0.04644770920276642, + "E": 0.0003540929174050689, + "T": 0.03707273676991463, + "P": 0.0007126659038476646, + "-": 0.5619471073150635 + }, + "id": "tp_12200" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1525025, + "label": "-", + "classification": { + "B": 2.654131549206795e-06, + "S": 4.863799404120073e-06, + "I": 4.54860673926305e-05, + "C": 6.895934347994626e-05, + "R": 1.787004293873906e-05, + "M": 0.0006861863657832146, + "O": 9.867800690699369e-05, + "W": 2.28138515012688e-06, + "N": 2.8301760721660685e-06, + "Y": 0.005421874579042196, + "U": 1.5052912658575224e-06, + "K": 4.6237214519351255e-06, + "L": 3.638181078713387e-05, + "G": 0.0011490500764921308, + "F": 0.02565661631524563, + "E": 6.422962178476155e-05, + "T": 0.002288154326379299, + "P": 0.010736474767327309, + "-": 0.9537113904953003 + }, + "id": "tp_12201" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1525125, + "label": "-", + "classification": { + "B": 4.7506574674116564e-07, + "S": 6.039466825313866e-06, + "I": 3.0823625252196507e-07, + "C": 8.827955184642633e-07, + "R": 7.773425068080542e-07, + "M": 0.0004657792451325804, + "O": 0.00022688883473165333, + "W": 6.45676720978372e-07, + "N": 4.512504148124208e-09, + "Y": 0.0034435943234711885, + "U": 9.028705560965022e-11, + "K": 3.840509688046723e-09, + "L": 3.004225254699122e-05, + "G": 0.0009780634427443147, + "F": 0.007417992688715458, + "E": 5.793513082608115e-07, + "T": 0.00113809818867594, + "P": 8.881858229869977e-05, + "-": 0.9862009882926941 + }, + "id": "tp_12202" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1525259, + "label": "-", + "classification": { + "B": 1.5314906249841442e-06, + "S": 3.428503987379372e-06, + "I": 0.0006037998246029019, + "C": 5.268231325317174e-05, + "R": 3.8751149986637756e-05, + "M": 0.0002720775955822319, + "O": 8.917631203075871e-05, + "W": 3.1198194392345613e-06, + "N": 1.1448789337009657e-05, + "Y": 0.0059927101247012615, + "U": 7.690484835620737e-07, + "K": 1.2276475445105461e-06, + "L": 1.5266354239429347e-05, + "G": 0.000569183670450002, + "F": 0.002436642302200198, + "E": 6.247140845516697e-05, + "T": 0.0023643788881599903, + "P": 0.057218998670578, + "-": 0.9302623271942139 + }, + "id": "tp_12203" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1525392, + "label": "F", + "classification": { + "B": 5.583818278864783e-07, + "S": 0.0006814274820499122, + "I": 2.268135631311452e-06, + "C": 3.2021318475017324e-05, + "R": 1.6071691788965836e-05, + "M": 0.005163156893104315, + "O": 0.0027861257549375296, + "W": 3.981820191256702e-05, + "N": 1.1498254934849683e-06, + "Y": 0.09618066251277924, + "U": 1.6911753775161742e-08, + "K": 0.00044789587263949215, + "L": 0.0003992849960923195, + "G": 0.10908377915620804, + "F": 0.5300673246383667, + "E": 6.676904013147578e-05, + "T": 0.02424880489706993, + "P": 0.00011486166476970538, + "-": 0.23066800832748413 + }, + "id": "tp_12204" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1525526, + "label": "-", + "classification": { + "B": 3.4631930027721747e-13, + "S": 3.084851818435652e-11, + "I": 1.7676556884893557e-09, + "C": 6.782135270055889e-11, + "R": 6.093060778145087e-11, + "M": 6.379432448966327e-08, + "O": 4.037770118259232e-09, + "W": 6.1161349422522715e-12, + "N": 5.30641676432797e-12, + "Y": 0.0001095114421332255, + "U": 4.2581809931406533e-14, + "K": 1.0261298061253754e-10, + "L": 2.7895000545563597e-11, + "G": 2.4827443212416256e-07, + "F": 1.2899387002107687e-05, + "E": 1.9818753305145265e-09, + "T": 3.069331432925537e-05, + "P": 7.105090480763465e-05, + "-": 0.9997754693031311 + }, + "id": "tp_12205" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1525626, + "label": "-", + "classification": { + "B": 0.00010885279334615916, + "S": 0.0003871367662213743, + "I": 0.0007593343034386635, + "C": 0.00023026560666039586, + "R": 0.00021988026855979115, + "M": 0.005481676664203405, + "O": 0.002537820255383849, + "W": 0.0001578864175826311, + "N": 8.209620864363387e-05, + "Y": 0.00741396751254797, + "U": 1.0972081327054184e-05, + "K": 4.2031813791254535e-05, + "L": 0.0006086881621740758, + "G": 0.004062097053974867, + "F": 0.04595141112804413, + "E": 0.0005825694533996284, + "T": 0.006728866137564182, + "P": 0.03882130607962608, + "-": 0.8858130574226379 + }, + "id": "tp_12206" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1525759, + "label": "-", + "classification": { + "B": 2.6732705009635538e-06, + "S": 6.074850170989521e-05, + "I": 0.0001160592000815086, + "C": 5.11058715346735e-07, + "R": 4.0152266933546343e-07, + "M": 0.0001014414374367334, + "O": 6.573724385816604e-05, + "W": 5.692755621566903e-06, + "N": 1.5268902643583715e-05, + "Y": 0.0009614802547730505, + "U": 3.680040094877768e-08, + "K": 7.384167838608846e-05, + "L": 1.2136330269640894e-06, + "G": 0.00032085520797409117, + "F": 0.056092094630002975, + "E": 0.0006175895687192678, + "T": 0.0007774948608130217, + "P": 0.061786849051713943, + "-": 0.8790000081062317 + }, + "id": "tp_12207" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1525893, + "label": "-", + "classification": { + "B": 2.5134841052931733e-05, + "S": 2.389242399658542e-05, + "I": 0.0013444797368720174, + "C": 0.0004907138645648956, + "R": 0.0002606338239274919, + "M": 0.0013602494727820158, + "O": 0.0003834440722130239, + "W": 2.9918070140411146e-05, + "N": 8.093532233033329e-05, + "Y": 0.016696810722351074, + "U": 3.2031475711846724e-05, + "K": 5.053580753155984e-05, + "L": 0.00011625679326243699, + "G": 0.0028942746575921774, + "F": 0.011188728734850883, + "E": 0.0005406446289271116, + "T": 0.008948000147938728, + "P": 0.06996122747659683, + "-": 0.885572075843811 + }, + "id": "tp_12208" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1526026, + "label": "-", + "classification": { + "B": 3.722312840181985e-07, + "S": 2.440476237097755e-06, + "I": 0.00014216099225450307, + "C": 3.7932738905510632e-06, + "R": 1.7377973335896968e-06, + "M": 0.00016152900934685022, + "O": 3.095314241363667e-05, + "W": 1.8423298797642929e-06, + "N": 8.087395144684706e-06, + "Y": 0.005164971575140953, + "U": 1.2721230291390384e-07, + "K": 2.761443829513155e-05, + "L": 1.1117670055682538e-06, + "G": 0.0003264759434387088, + "F": 0.007208234164863825, + "E": 0.0002818556095007807, + "T": 0.001369050471112132, + "P": 0.03200368583202362, + "-": 0.9532639980316162 + }, + "id": "tp_12209" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1526126, + "label": "-", + "classification": { + "B": 9.501499334874097e-06, + "S": 2.9718039513682015e-05, + "I": 1.6332962331944145e-05, + "C": 8.006583811948076e-06, + "R": 3.250668669352308e-06, + "M": 0.00024959255824796855, + "O": 7.320777513086796e-05, + "W": 6.7034111452812795e-06, + "N": 3.217887524442631e-06, + "Y": 0.003783191554248333, + "U": 5.371453539737558e-07, + "K": 0.00013767638301942497, + "L": 8.756473107496276e-06, + "G": 0.0006255320040509105, + "F": 0.04783293232321739, + "E": 0.0001987353607546538, + "T": 0.0014414532342925668, + "P": 0.011254783719778061, + "-": 0.9343169927597046 + }, + "id": "tp_12210" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1526260, + "label": "-", + "classification": { + "B": 8.379696737392806e-06, + "S": 1.929976133396849e-05, + "I": 2.8197562642162666e-05, + "C": 9.623133337299805e-06, + "R": 1.4259730050980579e-05, + "M": 0.0004176012589596212, + "O": 0.0008640121668577194, + "W": 2.6264626285410486e-05, + "N": 1.1132215149700642e-06, + "Y": 0.0006532855913974345, + "U": 2.170749979768516e-07, + "K": 2.271035555168055e-07, + "L": 4.9486468924442306e-05, + "G": 0.00024757490609772503, + "F": 0.0021944164764136076, + "E": 5.6934818530862685e-06, + "T": 0.0005138366250321269, + "P": 0.008387465961277485, + "-": 0.9865589141845703 + }, + "id": "tp_12211" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1526393, + "label": "-", + "classification": { + "B": 0.00032283159089274704, + "S": 0.0020907840225845575, + "I": 0.002500443020835519, + "C": 0.011232685297727585, + "R": 0.013272150419652462, + "M": 0.043628990650177, + "O": 0.01841496117413044, + "W": 0.001005115918815136, + "N": 0.00019086858083028346, + "Y": 0.09787817299365997, + "U": 5.076703382655978e-05, + "K": 9.721847163746133e-05, + "L": 0.0170839074999094, + "G": 0.051815684884786606, + "F": 0.045588184148073196, + "E": 0.0007876134477555752, + "T": 0.05995218828320503, + "P": 0.00687047652900219, + "-": 0.6272169947624207 + }, + "id": "tp_12212" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1526527, + "label": "-", + "classification": { + "B": 6.193020908540348e-06, + "S": 1.792462899175007e-05, + "I": 1.5245766917360015e-05, + "C": 2.8071706765331328e-05, + "R": 1.162716216640547e-05, + "M": 0.00016876323206815869, + "O": 0.00018373472266830504, + "W": 7.616238690388855e-06, + "N": 1.673237875365885e-06, + "Y": 0.0011529943440109491, + "U": 2.939637511190085e-07, + "K": 5.5306418289546855e-06, + "L": 3.129562173853628e-05, + "G": 0.0007982937386259437, + "F": 0.02772209607064724, + "E": 7.914203160908073e-05, + "T": 0.0006722243269905448, + "P": 0.01863897778093815, + "-": 0.950458288192749 + }, + "id": "tp_12213" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1526627, + "label": "-", + "classification": { + "B": 8.255324956962795e-08, + "S": 9.571491546012112e-07, + "I": 3.7004172099841526e-06, + "C": 7.675387081462759e-08, + "R": 5.619076048901661e-08, + "M": 3.569787077140063e-05, + "O": 8.841861017572228e-06, + "W": 2.3795534787041106e-07, + "N": 2.2351470363446424e-07, + "Y": 0.001192424795590341, + "U": 6.367572247256703e-09, + "K": 2.9762210829176183e-07, + "L": 3.015111360582523e-07, + "G": 2.1160476535442285e-05, + "F": 0.0058097136206924915, + "E": 6.48875084152678e-06, + "T": 0.0005158156855031848, + "P": 0.006609166041016579, + "-": 0.9857946634292603 + }, + "id": "tp_12214" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1526760, + "label": "-", + "classification": { + "B": 1.3699896252161725e-12, + "S": 6.986111134033024e-10, + "I": 3.0447844245884426e-10, + "C": 6.164915800077608e-10, + "R": 5.376557879466226e-11, + "M": 2.1825771909789182e-06, + "O": 1.1973705227319442e-07, + "W": 2.233371126925121e-11, + "N": 2.0832153276723053e-12, + "Y": 2.6772613637149334e-05, + "U": 1.1207738364227456e-14, + "K": 8.35081656602732e-12, + "L": 5.492906574033896e-09, + "G": 5.713383870897815e-06, + "F": 0.0018506492488086224, + "E": 1.0140531081503923e-08, + "T": 8.716756383364554e-06, + "P": 2.5301262212451547e-05, + "-": 0.9980806112289429 + }, + "id": "tp_12215" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1526894, + "label": "-", + "classification": { + "B": 2.1596736843321196e-08, + "S": 3.266168846494111e-07, + "I": 2.3275459170690738e-05, + "C": 6.06191576935089e-07, + "R": 2.5343965148749703e-07, + "M": 7.87623503128998e-06, + "O": 5.47877061762847e-06, + "W": 3.0894256042302004e-07, + "N": 2.12327131521306e-06, + "Y": 0.0005892072804272175, + "U": 7.256903700181283e-08, + "K": 9.634495654609054e-06, + "L": 7.879127394971874e-08, + "G": 1.2299718946451321e-05, + "F": 0.002051830990239978, + "E": 2.020493229792919e-05, + "T": 0.00028753955848515034, + "P": 0.03756187483668327, + "-": 0.9594268798828125 + }, + "id": "tp_12216" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1527027, + "label": "-", + "classification": { + "B": 9.577765922585968e-07, + "S": 1.526404230389744e-05, + "I": 5.271862846711883e-06, + "C": 3.939188536605798e-05, + "R": 4.487310070544481e-05, + "M": 0.012604153715074062, + "O": 0.001374908722937107, + "W": 4.068328962603118e-06, + "N": 6.464983215437314e-08, + "Y": 0.10711752623319626, + "U": 3.009197113712503e-09, + "K": 1.5533822761426563e-07, + "L": 0.0004034563899040222, + "G": 0.01659432239830494, + "F": 0.0072784158401191235, + "E": 2.4064729586825706e-06, + "T": 0.025872603058815002, + "P": 3.9196198486024514e-05, + "-": 0.8286030292510986 + }, + "id": "tp_12217" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1527127, + "label": "-", + "classification": { + "B": 1.1496046781189762e-08, + "S": 1.177064312685161e-08, + "I": 5.443108079816739e-07, + "C": 5.152602966518316e-08, + "R": 1.6516839451696796e-08, + "M": 2.6642417651601136e-05, + "O": 1.1199912250958732e-06, + "W": 2.3859934028536145e-09, + "N": 1.4191788855200116e-09, + "Y": 0.00010564146214164793, + "U": 1.0792606391918369e-10, + "K": 3.261797776321629e-11, + "L": 2.0389943244936148e-07, + "G": 1.703287853160873e-05, + "F": 0.00014300529437605292, + "E": 3.5809432574751554e-07, + "T": 0.00010654731886461377, + "P": 0.0034377039410173893, + "-": 0.9961609840393066 + }, + "id": "tp_12218" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1527261, + "label": "-", + "classification": { + "B": 8.114174306683708e-06, + "S": 0.00025230241590179503, + "I": 0.000893962278496474, + "C": 0.0009746513096615672, + "R": 0.000660090590827167, + "M": 0.006806126795709133, + "O": 0.002182168420404196, + "W": 0.00012400333071127534, + "N": 5.0613383791642264e-05, + "Y": 0.17601224780082703, + "U": 3.552377165760845e-06, + "K": 3.506405118969269e-05, + "L": 0.0004921866930089891, + "G": 0.014019188471138477, + "F": 0.026004254817962646, + "E": 0.00013310012582223862, + "T": 0.08042892068624496, + "P": 0.003379167290404439, + "-": 0.6875403523445129 + }, + "id": "tp_12219" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1527394, + "label": "-", + "classification": { + "B": 3.273671111969634e-08, + "S": 1.2069159538441454e-06, + "I": 4.921477284369757e-06, + "C": 1.002273535277709e-07, + "R": 8.389240946371501e-08, + "M": 0.00010242425196338445, + "O": 1.3749428944720421e-05, + "W": 1.3268511622754886e-07, + "N": 4.134315645387687e-08, + "Y": 0.003955312538892031, + "U": 2.989521963314701e-10, + "K": 2.0106087461613242e-08, + "L": 4.7350400222967437e-07, + "G": 0.00011291172268101946, + "F": 0.0022749402560293674, + "E": 1.199931148221367e-06, + "T": 0.002318333135917783, + "P": 0.0008177297422662377, + "-": 0.99039626121521 + }, + "id": "tp_12220" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1527528, + "label": "-", + "classification": { + "B": 1.757842255756259e-06, + "S": 1.9010170944966376e-05, + "I": 0.00021240784553810954, + "C": 0.00037665688432753086, + "R": 0.00019693754438776523, + "M": 0.004512575920671225, + "O": 0.0004566998977679759, + "W": 6.7323253460926935e-06, + "N": 4.582788278639782e-06, + "Y": 0.048557646572589874, + "U": 2.9762483677586715e-07, + "K": 4.725867711385945e-06, + "L": 0.00023054718622006476, + "G": 0.01026834174990654, + "F": 0.015974214300513268, + "E": 0.00016793601389508694, + "T": 0.027466369792819023, + "P": 0.002510575344786048, + "-": 0.8890320062637329 + }, + "id": "tp_12221" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1527628, + "label": "-", + "classification": { + "B": 2.254260834888555e-06, + "S": 1.75864306584117e-06, + "I": 3.790655318880454e-05, + "C": 0.0005371593288145959, + "R": 0.00019126100232824683, + "M": 0.0009258396457880735, + "O": 0.0002785172837320715, + "W": 1.7680367818684317e-06, + "N": 5.675851184605563e-07, + "Y": 0.00416968110948801, + "U": 5.297598590914276e-07, + "K": 1.573585706182712e-07, + "L": 0.0002621090388856828, + "G": 0.004214366432279348, + "F": 0.004037131555378437, + "E": 9.831259376369417e-06, + "T": 0.0023629420902580023, + "P": 0.0032569330651313066, + "-": 0.9797093868255615 + }, + "id": "tp_12222" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1527761, + "label": "-", + "classification": { + "B": 3.8999903040348727e-07, + "S": 1.4140592838884913e-06, + "I": 2.925209264503792e-05, + "C": 2.625314664328471e-06, + "R": 2.8896808998979395e-06, + "M": 0.00014269111852627248, + "O": 2.03808413061779e-05, + "W": 2.405839722996461e-07, + "N": 4.1003508499670716e-07, + "Y": 0.002972056856378913, + "U": 1.6879052822105223e-08, + "K": 2.3017449279905122e-07, + "L": 2.4759169718890917e-06, + "G": 0.00043971932609565556, + "F": 0.0041596414521336555, + "E": 1.4042805560166016e-05, + "T": 0.0012447829358279705, + "P": 0.008140567690134048, + "-": 0.9828261733055115 + }, + "id": "tp_12223" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1527895, + "label": "-", + "classification": { + "B": 2.4587393454567064e-07, + "S": 3.067127408939996e-06, + "I": 0.0006163063808344305, + "C": 0.0010105501860380173, + "R": 0.0003382716386113316, + "M": 0.00047504054964520037, + "O": 0.0002077278622891754, + "W": 6.128574113972718e-06, + "N": 1.1829595678136684e-05, + "Y": 0.02426506020128727, + "U": 3.8703369682480115e-06, + "K": 2.666183718247339e-05, + "L": 4.658144462155178e-05, + "G": 0.0015772967599332333, + "F": 0.006467943079769611, + "E": 4.5087788748787716e-05, + "T": 0.007130479905754328, + "P": 0.006521526258438826, + "-": 0.9512462615966797 + }, + "id": "tp_12224" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1528028, + "label": "-", + "classification": { + "B": 3.5033178580334834e-09, + "S": 1.141978422936063e-08, + "I": 2.205247028541635e-06, + "C": 6.396969070010528e-07, + "R": 8.270631042250898e-07, + "M": 0.00010025766823673621, + "O": 1.1011891729140189e-05, + "W": 7.540706725706059e-09, + "N": 1.7465870971733466e-09, + "Y": 0.002319605788215995, + "U": 6.070167979377317e-11, + "K": 5.0177299815157284e-11, + "L": 7.556234891126223e-07, + "G": 0.00010675701923901215, + "F": 6.777843373129144e-05, + "E": 4.551194265900449e-08, + "T": 0.0006176492897793651, + "P": 8.987707406049594e-05, + "-": 0.9966824650764465 + }, + "id": "tp_12225" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1528128, + "label": "-", + "classification": { + "B": 1.3345335947434478e-09, + "S": 8.144058938341914e-08, + "I": 3.674638264783425e-07, + "C": 1.3766457414021716e-05, + "R": 2.9203197300375905e-06, + "M": 7.684320007683709e-05, + "O": 6.3999277699622326e-06, + "W": 4.6115282259506785e-08, + "N": 1.3472477355946921e-08, + "Y": 0.0025625787675380707, + "U": 6.549072950612356e-10, + "K": 8.791780601313803e-06, + "L": 1.150013872575073e-06, + "G": 0.0008954853401519358, + "F": 0.07147160172462463, + "E": 6.785421646782197e-06, + "T": 0.00044916875776834786, + "P": 0.00029110160539858043, + "-": 0.9242129921913147 + }, + "id": "tp_12226" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1528262, + "label": "-", + "classification": { + "B": 4.706472989113308e-09, + "S": 1.458819411936929e-07, + "I": 6.475067948485957e-07, + "C": 2.2562351205124287e-06, + "R": 7.004744588812173e-07, + "M": 0.0005494727520272136, + "O": 1.584813253430184e-05, + "W": 2.126503417798631e-08, + "N": 5.624976484597255e-09, + "Y": 0.0027233369182795286, + "U": 4.866291258842637e-10, + "K": 1.6122498891490977e-09, + "L": 4.639172857423546e-06, + "G": 0.00021914213721174747, + "F": 0.0011522583663463593, + "E": 6.285147264861735e-07, + "T": 0.0015245630638673902, + "P": 0.0001823634811444208, + "-": 0.9936239719390869 + }, + "id": "tp_12227" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1528395, + "label": "-", + "classification": { + "B": 0.00044868685654364526, + "S": 0.00015212305879686028, + "I": 2.5240404283977114e-05, + "C": 3.7402624002425e-06, + "R": 4.464791800273815e-06, + "M": 0.0006616534665226936, + "O": 0.0007319223950617015, + "W": 2.0292978661018424e-05, + "N": 1.734348074933223e-06, + "Y": 0.0010372011456638575, + "U": 5.185322748957333e-08, + "K": 4.2100932517996625e-08, + "L": 0.0001228272303706035, + "G": 0.00041282063466496766, + "F": 0.0029962235130369663, + "E": 1.9405901184654795e-05, + "T": 0.002419255208224058, + "P": 0.007676658220589161, + "-": 0.9832656383514404 + }, + "id": "tp_12228" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1528529, + "label": "-", + "classification": { + "B": 6.315584323601797e-05, + "S": 1.9006183720193803e-05, + "I": 0.0006034395191818476, + "C": 0.00020326694357208908, + "R": 0.0001726811024127528, + "M": 0.003784069325774908, + "O": 0.0012477244017645717, + "W": 1.6647132724756375e-05, + "N": 8.533815162081737e-06, + "Y": 0.011184423230588436, + "U": 4.0973014847622835e-07, + "K": 1.6396499802340259e-07, + "L": 0.0002899217652156949, + "G": 0.0028732686769217253, + "F": 0.0011387739796191454, + "E": 5.931357736699283e-05, + "T": 0.010042489506304264, + "P": 0.008511212654411793, + "-": 0.9597815871238708 + }, + "id": "tp_12229" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1528629, + "label": "-", + "classification": { + "B": 1.648043035373803e-09, + "S": 1.051648279570827e-08, + "I": 3.0448020424955757e-06, + "C": 5.629972932297278e-08, + "R": 3.584981911330942e-08, + "M": 9.391865751240402e-05, + "O": 6.980610123719089e-06, + "W": 4.266861974855374e-09, + "N": 5.7329248015491885e-09, + "Y": 0.0020597202237695456, + "U": 4.046836130089382e-11, + "K": 1.0563232927252031e-10, + "L": 1.5141621645398118e-07, + "G": 2.2550862922798842e-05, + "F": 1.6617897927062586e-05, + "E": 1.1637495589411628e-07, + "T": 0.002896825550124049, + "P": 0.0002173682296415791, + "-": 0.9946824908256531 + }, + "id": "tp_12230" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1528762, + "label": "-", + "classification": { + "B": 2.825086298230417e-08, + "S": 1.651866659813095e-05, + "I": 7.932003427413292e-06, + "C": 0.00017725703946780413, + "R": 3.752909105969593e-05, + "M": 0.0014395484467968345, + "O": 0.00027075113030150533, + "W": 3.9984593058761675e-06, + "N": 9.129466889135074e-07, + "Y": 0.029079629108309746, + "U": 2.2229533769291265e-08, + "K": 7.78516405262053e-05, + "L": 2.850494820449967e-05, + "G": 0.006977565120905638, + "F": 0.09604504704475403, + "E": 5.5905704357428476e-05, + "T": 0.00958617776632309, + "P": 0.0011192619567736983, + "-": 0.8550755381584167 + }, + "id": "tp_12231" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1528896, + "label": "F", + "classification": { + "B": 1.807119787144984e-08, + "S": 5.929780672886409e-05, + "I": 6.613066716454341e-07, + "C": 4.311095835873857e-05, + "R": 1.3362999197852332e-05, + "M": 0.0009963768534362316, + "O": 0.0004257870023138821, + "W": 2.426454557280522e-06, + "N": 1.503687911963425e-07, + "Y": 0.13561978936195374, + "U": 1.4622768274019649e-10, + "K": 1.5104545127542224e-05, + "L": 5.149500793777406e-05, + "G": 0.08471358567476273, + "F": 0.6748903393745422, + "E": 1.3112599845044315e-05, + "T": 0.01112413126975298, + "P": 1.7180436771013774e-05, + "-": 0.09201404452323914 + }, + "id": "tp_12232" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1529029, + "label": "-", + "classification": { + "B": 1.204583986691432e-05, + "S": 0.000568910560104996, + "I": 7.409646786982194e-05, + "C": 0.0005441797547973692, + "R": 0.00032518498483113945, + "M": 0.010894229635596275, + "O": 0.004129698034375906, + "W": 0.00017878797370940447, + "N": 1.5663403246435337e-05, + "Y": 0.05148683860898018, + "U": 8.92575542366103e-07, + "K": 0.00011979880946455523, + "L": 0.0005758695770055056, + "G": 0.017552200704813004, + "F": 0.11891866475343704, + "E": 9.49552922975272e-05, + "T": 0.03714466094970703, + "P": 0.0015205864328891039, + "-": 0.7558428049087524 + }, + "id": "tp_12233" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1529129, + "label": "Y", + "classification": { + "B": 0.0003188481496181339, + "S": 0.014699597842991352, + "I": 0.003602141048759222, + "C": 0.00028278245008550584, + "R": 0.00020819675410166383, + "M": 0.025942491367459297, + "O": 0.019927717745304108, + "W": 0.0008929973701015115, + "N": 0.0013425390934571624, + "Y": 0.3948535919189453, + "U": 3.0626913485320983e-06, + "K": 0.0018747682916000485, + "L": 0.001145121525041759, + "G": 0.08156485855579376, + "F": 0.0369182713329792, + "E": 0.002494224812835455, + "T": 0.2353203147649765, + "P": 0.0035087198484688997, + "-": 0.175099715590477 + }, + "id": "tp_12234" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1529263, + "label": "-", + "classification": { + "B": 2.0183665936507333e-12, + "S": 9.607917760001694e-12, + "I": 8.431247366935679e-10, + "C": 1.5904846883962875e-10, + "R": 1.662913383382314e-11, + "M": 7.448238648066763e-08, + "O": 4.46143566534829e-09, + "W": 1.6670282775715917e-12, + "N": 1.2967138213887397e-12, + "Y": 1.6616889979559346e-06, + "U": 2.5775766544495864e-14, + "K": 3.408677691236345e-13, + "L": 5.278140077780158e-11, + "G": 4.3693834328450976e-08, + "F": 8.71853444550652e-06, + "E": 1.2657839221219547e-09, + "T": 7.263973316185002e-07, + "P": 0.00011719026952050626, + "-": 0.9998716115951538 + }, + "id": "tp_12235" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1529396, + "label": "-", + "classification": { + "B": 5.707563754953071e-09, + "S": 1.4024131189671607e-07, + "I": 6.957703817533911e-07, + "C": 2.0104193865222442e-08, + "R": 5.645204836923767e-08, + "M": 2.7055100872530602e-05, + "O": 1.6910382328205742e-05, + "W": 2.6354033622055795e-08, + "N": 3.0527378402922523e-09, + "Y": 0.0012891232036054134, + "U": 2.241708034478318e-11, + "K": 2.350568351072724e-10, + "L": 2.582455351785029e-07, + "G": 2.2431970137404278e-05, + "F": 0.00012138977035647258, + "E": 1.5598976332853454e-08, + "T": 0.0010129963047802448, + "P": 0.00012006504402961582, + "-": 0.9973887801170349 + }, + "id": "tp_12236" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1529530, + "label": "-", + "classification": { + "B": 9.87994468459874e-08, + "S": 1.0805167960370454e-07, + "I": 5.6978777251970314e-08, + "C": 1.0069487643704633e-07, + "R": 1.1567647817400939e-07, + "M": 0.00012496361159719527, + "O": 2.8599013603525236e-05, + "W": 5.9253753903476536e-08, + "N": 5.322510765459754e-10, + "Y": 0.0003022126038558781, + "U": 6.256739570886793e-11, + "K": 1.1980234859709782e-10, + "L": 3.879428277286934e-06, + "G": 4.7184188588289544e-05, + "F": 0.00031559987110085785, + "E": 3.4761338696398525e-08, + "T": 0.0002893537166528404, + "P": 6.105779175413772e-05, + "-": 0.9988265633583069 + }, + "id": "tp_12237" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1529630, + "label": "-", + "classification": { + "B": 9.870695549807351e-08, + "S": 3.322547854622826e-06, + "I": 2.918637846960337e-06, + "C": 3.889440904458752e-06, + "R": 6.819300892857427e-07, + "M": 0.00019441486801952124, + "O": 3.9180911699077114e-05, + "W": 4.3935597204836085e-07, + "N": 3.84374089890116e-07, + "Y": 0.0023966121952980757, + "U": 9.557900249035356e-09, + "K": 4.817355602426687e-06, + "L": 3.281090130258235e-06, + "G": 0.0006026167538948357, + "F": 0.032334838062524796, + "E": 4.577245272230357e-05, + "T": 0.0021544755436480045, + "P": 0.004695829935371876, + "-": 0.9575164318084717 + }, + "id": "tp_12238" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1529763, + "label": "-", + "classification": { + "B": 3.2809848171666545e-09, + "S": 1.131636437889938e-07, + "I": 2.0657006416513468e-07, + "C": 7.828086836525472e-07, + "R": 1.0231754288270167e-07, + "M": 4.299184729461558e-05, + "O": 1.958729171747109e-06, + "W": 1.0061196320521049e-08, + "N": 4.9370512122948185e-09, + "Y": 0.0023426474072039127, + "U": 2.608250004865198e-10, + "K": 2.2223703410872986e-07, + "L": 3.3408628041797783e-07, + "G": 0.00038503683754242957, + "F": 0.019049732014536858, + "E": 2.80650237982627e-06, + "T": 0.0006244927062653005, + "P": 0.0002610841183923185, + "-": 0.9772875308990479 + }, + "id": "tp_12239" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1529897, + "label": "-", + "classification": { + "B": 1.7987647482620162e-10, + "S": 4.3219110068548616e-08, + "I": 1.1300493873989126e-08, + "C": 1.9067629253299856e-08, + "R": 1.0303081054985341e-08, + "M": 5.623752440442331e-05, + "O": 2.378167891947669e-06, + "W": 3.2238176572718658e-09, + "N": 1.7631392179584537e-10, + "Y": 0.0006035348051227629, + "U": 2.1513637225856197e-12, + "K": 1.1017635692667227e-09, + "L": 1.0361696212157767e-07, + "G": 2.8201005989103578e-05, + "F": 0.004962158855050802, + "E": 3.111744462103161e-08, + "T": 0.00026380064082331955, + "P": 3.899291550624184e-05, + "-": 0.9940444827079773 + }, + "id": "tp_12240" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1530030, + "label": "-", + "classification": { + "B": 2.6555224685864687e-09, + "S": 1.2396249360335787e-08, + "I": 1.1923243619094137e-06, + "C": 1.17994023440815e-08, + "R": 2.719336755774293e-09, + "M": 1.135887941927649e-05, + "O": 5.36230913894542e-07, + "W": 1.27468302579814e-09, + "N": 9.421507130014106e-09, + "Y": 0.0002622164902277291, + "U": 1.7683277064861613e-10, + "K": 9.32802279862699e-10, + "L": 2.3079339328546666e-08, + "G": 9.046024388226215e-06, + "F": 9.520874300505966e-05, + "E": 6.531411713694979e-07, + "T": 0.0002742930955719203, + "P": 0.006169755943119526, + "-": 0.9931756854057312 + }, + "id": "tp_12241" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1530130, + "label": "-", + "classification": { + "B": 2.101016605138284e-08, + "S": 2.3515745795066323e-07, + "I": 1.1040291525432622e-07, + "C": 3.7655561300198315e-06, + "R": 2.2333001652441453e-06, + "M": 0.000789743266068399, + "O": 9.480235894443467e-05, + "W": 6.30729175554734e-08, + "N": 2.903519924490894e-10, + "Y": 0.0009803303983062506, + "U": 4.163265218681822e-11, + "K": 2.2144782535482577e-11, + "L": 6.284635310294107e-05, + "G": 0.0003686648851726204, + "F": 0.00045756177860312164, + "E": 4.588586932641192e-08, + "T": 0.0008849931764416397, + "P": 1.6206371583393775e-05, + "-": 0.9963383674621582 + }, + "id": "tp_12242" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1530264, + "label": "G", + "classification": { + "B": 0.0005950056365691125, + "S": 0.08697973936796188, + "I": 0.007321525365114212, + "C": 0.0026247522328048944, + "R": 0.005148131866008043, + "M": 0.08205623924732208, + "O": 0.13917560875415802, + "W": 0.004504171200096607, + "N": 0.0015963315963745117, + "Y": 0.17805519700050354, + "U": 1.5416096630360698e-06, + "K": 0.00017900807142723352, + "L": 0.02214936912059784, + "G": 0.2066277712583542, + "F": 0.032349806278944016, + "E": 0.0002772558946162462, + "T": 0.19561128318309784, + "P": 0.0006597613100893795, + "-": 0.034087587147951126 + }, + "id": "tp_12243" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1530397, + "label": "-", + "classification": { + "B": 1.8192304607200782e-10, + "S": 3.6734366659629814e-08, + "I": 8.005726499504817e-07, + "C": 6.234628381207585e-05, + "R": 1.1746850759664085e-05, + "M": 0.00012633235019166023, + "O": 9.113963642448653e-06, + "W": 1.879933364534736e-08, + "N": 4.470491088426343e-09, + "Y": 0.2347692847251892, + "U": 2.9831991044115824e-11, + "K": 7.627905915796873e-07, + "L": 5.939571678936773e-07, + "G": 0.0031236072536557913, + "F": 0.008626735769212246, + "E": 8.594043947596219e-07, + "T": 0.005080502014607191, + "P": 1.3118989954818971e-05, + "-": 0.7481740713119507 + }, + "id": "tp_12244" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1530531, + "label": "-", + "classification": { + "B": 1.9188264559488744e-06, + "S": 2.730381311266683e-05, + "I": 0.0002967430918943137, + "C": 0.00011833594180643559, + "R": 2.8332211513770744e-05, + "M": 0.0013342797756195068, + "O": 0.0004071532457601279, + "W": 1.1342198376951274e-05, + "N": 2.8866641514468938e-05, + "Y": 0.004046643618494272, + "U": 1.9044008467972162e-06, + "K": 1.1747502867365256e-05, + "L": 5.597433482762426e-05, + "G": 0.0008817591588012874, + "F": 0.006080887280404568, + "E": 0.000456138513982296, + "T": 0.003829491790384054, + "P": 0.02508312277495861, + "-": 0.9572980999946594 + }, + "id": "tp_12245" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1530631, + "label": "-", + "classification": { + "B": 4.509579820677345e-09, + "S": 5.078362619315158e-07, + "I": 1.3255088333608e-06, + "C": 1.5844885581373092e-07, + "R": 1.211619462537783e-07, + "M": 2.543380469433032e-05, + "O": 6.048587238183245e-06, + "W": 1.5319913870825985e-07, + "N": 6.827140452969616e-08, + "Y": 0.008579744026064873, + "U": 6.248044304157929e-10, + "K": 5.342778877093224e-06, + "L": 4.460352087676256e-08, + "G": 0.00010096930782310665, + "F": 0.004277972970157862, + "E": 2.223178171334439e-06, + "T": 0.0012626382522284985, + "P": 0.001013597589917481, + "-": 0.9847238063812256 + }, + "id": "tp_12246" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1530764, + "label": "-", + "classification": { + "B": 3.383104194654152e-05, + "S": 0.00016454294382128865, + "I": 0.0011264508357271552, + "C": 0.008086164481937885, + "R": 0.002071686089038849, + "M": 0.004031545016914606, + "O": 0.0011968117905780673, + "W": 0.00012089485244359821, + "N": 0.00012354811769910157, + "Y": 0.29982009530067444, + "U": 2.735282942012418e-05, + "K": 0.003974503837525845, + "L": 0.00035229293280281126, + "G": 0.05609693378210068, + "F": 0.05723116174340248, + "E": 0.0014977212995290756, + "T": 0.039670247584581375, + "P": 0.005556066520512104, + "-": 0.5188181400299072 + }, + "id": "tp_12247" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1530898, + "label": "-", + "classification": { + "B": 5.09275309923396e-07, + "S": 2.115556981152622e-06, + "I": 1.9307966795167886e-05, + "C": 1.7002861568471417e-05, + "R": 4.568831627693726e-06, + "M": 0.0003116724838037044, + "O": 5.876578143215738e-05, + "W": 8.412022793891083e-07, + "N": 7.593710620312777e-07, + "Y": 0.0023638037964701653, + "U": 1.4728465203006635e-07, + "K": 9.676355148258153e-07, + "L": 1.6233314454439096e-05, + "G": 0.0004979640361852944, + "F": 0.012502792291343212, + "E": 3.71013447875157e-05, + "T": 0.0012555377325043082, + "P": 0.008431528694927692, + "-": 0.9744783639907837 + }, + "id": "tp_12248" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1531031, + "label": "-", + "classification": { + "B": 6.735600891261129e-06, + "S": 3.5486049455357715e-05, + "I": 0.0022045352961868048, + "C": 0.00014016666682437062, + "R": 0.00012004158634226769, + "M": 0.008272578939795494, + "O": 0.000496329681482166, + "W": 1.480410537624266e-05, + "N": 3.445151378400624e-05, + "Y": 0.06298828125, + "U": 2.124143293258385e-06, + "K": 5.770045845565619e-06, + "L": 0.0001948352000908926, + "G": 0.004402530379593372, + "F": 0.006165934260934591, + "E": 0.0002408134168945253, + "T": 0.05046776682138443, + "P": 0.007501887623220682, + "-": 0.8567049503326416 + }, + "id": "tp_12249" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1531131, + "label": "-", + "classification": { + "B": 1.2713594514934812e-06, + "S": 9.255288205167744e-06, + "I": 2.2324429949094338e-07, + "C": 1.2921054803882726e-05, + "R": 1.1164636816829443e-05, + "M": 0.006523383315652609, + "O": 0.0012109221424907446, + "W": 5.549350703404343e-07, + "N": 1.1241904074310582e-09, + "Y": 0.00313176610507071, + "U": 5.314187631610956e-11, + "K": 7.217754866006842e-11, + "L": 0.0010084265377372503, + "G": 0.007566510234028101, + "F": 0.0019412068650126457, + "E": 1.5504939199217915e-07, + "T": 0.003604504745453596, + "P": 9.169445547740906e-06, + "-": 0.974968433380127 + }, + "id": "tp_12250" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1531265, + "label": "-", + "classification": { + "B": 1.6736938945882684e-08, + "S": 2.8833413878714964e-08, + "I": 8.89966429440392e-08, + "C": 2.9601354256669765e-08, + "R": 4.2226662166910955e-09, + "M": 3.864115114993183e-06, + "O": 6.981993578847323e-07, + "W": 4.116729179770573e-09, + "N": 2.605481830286749e-09, + "Y": 1.8119804735761136e-05, + "U": 6.196093638166644e-11, + "K": 1.0768809177719163e-09, + "L": 2.542051191767314e-08, + "G": 3.710477130880463e-06, + "F": 0.0012472898233681917, + "E": 5.240869427325379e-07, + "T": 1.9551394871086814e-05, + "P": 0.006170294247567654, + "-": 0.9925355911254883 + }, + "id": "tp_12251" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1531398, + "label": "-", + "classification": { + "B": 2.5036213628482074e-05, + "S": 0.00018509457004256546, + "I": 4.8487840103916824e-05, + "C": 3.169951378367841e-05, + "R": 2.8460310204536654e-05, + "M": 0.00013942693476565182, + "O": 0.0003144135989714414, + "W": 6.571494304807857e-05, + "N": 6.483821834990522e-06, + "Y": 0.001656040782108903, + "U": 4.446486627784907e-07, + "K": 1.6921620044740848e-05, + "L": 2.623277214297559e-05, + "G": 0.0004779562586918473, + "F": 0.02326430194079876, + "E": 3.321523399790749e-05, + "T": 0.0016195796197280288, + "P": 0.015394656918942928, + "-": 0.9566658735275269 + }, + "id": "tp_12252" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1531532, + "label": "-", + "classification": { + "B": 4.5577183982459246e-07, + "S": 2.737309614531114e-07, + "I": 5.7313282013637945e-05, + "C": 1.1917331903532613e-05, + "R": 4.6981044761196245e-06, + "M": 0.00025798322167247534, + "O": 2.1779220332973637e-05, + "W": 3.3134398336187587e-07, + "N": 5.46831302017381e-07, + "Y": 0.0022625846322625875, + "U": 5.452411855344508e-08, + "K": 1.442094799131155e-07, + "L": 4.695483767136466e-06, + "G": 0.0004203346907161176, + "F": 0.0012567336671054363, + "E": 3.984019349445589e-05, + "T": 0.0007177995285019279, + "P": 0.0118552315980196, + "-": 0.9830873012542725 + }, + "id": "tp_12253" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1531632, + "label": "-", + "classification": { + "B": 1.3550986721622138e-10, + "S": 3.048108609959854e-08, + "I": 2.4397175835133567e-08, + "C": 1.4576056805992721e-08, + "R": 5.071351782959255e-09, + "M": 8.113351213978603e-06, + "O": 9.279333994527406e-07, + "W": 2.97610691646355e-09, + "N": 6.368521265898153e-10, + "Y": 0.0002567519259173423, + "U": 1.1836204759363422e-11, + "K": 1.216518663582633e-09, + "L": 3.556273853178027e-08, + "G": 6.005973318679025e-06, + "F": 0.0020409943535923958, + "E": 6.726916268462446e-08, + "T": 0.00013760251749772578, + "P": 0.00031262935954146087, + "-": 0.9972368478775024 + }, + "id": "tp_12254" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1531765, + "label": "-", + "classification": { + "B": 4.143710796711275e-08, + "S": 5.893681986890442e-08, + "I": 2.7793639674200676e-05, + "C": 2.540962213970488e-06, + "R": 1.6389296888519311e-06, + "M": 7.853583520045504e-05, + "O": 9.026346560858656e-06, + "W": 5.591617835420948e-08, + "N": 1.0264256644632042e-07, + "Y": 0.003585668047890067, + "U": 5.874824182683369e-09, + "K": 6.571451383052818e-09, + "L": 6.652072670476628e-07, + "G": 6.018428393872455e-05, + "F": 9.9523167591542e-05, + "E": 1.3120030644131475e-06, + "T": 0.0029087387956678867, + "P": 0.002816443331539631, + "-": 0.9904077649116516 + }, + "id": "tp_12255" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1531899, + "label": "-", + "classification": { + "B": 4.17410772612925e-09, + "S": 3.104845491819219e-09, + "I": 1.2297981299980165e-07, + "C": 1.2792278347717456e-09, + "R": 8.305238718975261e-10, + "M": 1.3641415534948464e-06, + "O": 2.6699007094066474e-07, + "W": 1.461456511364645e-09, + "N": 3.0696609143454623e-10, + "Y": 1.2265361874597147e-05, + "U": 1.215646507068957e-11, + "K": 6.217355796866997e-11, + "L": 1.1429591495470959e-08, + "G": 1.1182792150066234e-06, + "F": 0.0001187465459224768, + "E": 5.039760608838151e-08, + "T": 1.0872001439565793e-05, + "P": 0.0019361505983397365, + "-": 0.9979190230369568 + }, + "id": "tp_12256" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1532032, + "label": "-", + "classification": { + "B": 1.90464728433426e-08, + "S": 1.8006899438205437e-07, + "I": 8.019233064260334e-06, + "C": 2.9672435175598366e-08, + "R": 4.6980076717773045e-08, + "M": 0.00013451754057314247, + "O": 7.797698344802484e-06, + "W": 3.0925267680004254e-08, + "N": 4.292369126801532e-08, + "Y": 0.0030285578686743975, + "U": 2.819246502916428e-10, + "K": 3.7511100892118066e-09, + "L": 1.2732616028188204e-07, + "G": 2.3761835109326057e-05, + "F": 8.610805525677279e-05, + "E": 3.0205961820684024e-07, + "T": 0.003529846202582121, + "P": 0.0008504811557941139, + "-": 0.9923301339149475 + }, + "id": "tp_12257" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1532132, + "label": "-", + "classification": { + "B": 4.0534114953416633e-10, + "S": 4.435862877016916e-08, + "I": 1.6510437035321957e-06, + "C": 1.146154637865493e-08, + "R": 1.0708878228626872e-08, + "M": 7.077681857481366e-06, + "O": 7.876744803070324e-07, + "W": 8.982742549790146e-09, + "N": 1.4553979355014235e-08, + "Y": 0.0005500931874848902, + "U": 8.259701950175113e-11, + "K": 1.1139912103885763e-08, + "L": 7.673080837378166e-09, + "G": 2.6110540147783468e-06, + "F": 0.0003172609431203455, + "E": 1.8090909748025297e-07, + "T": 0.0003311862819828093, + "P": 0.0021809767931699753, + "-": 0.9966080188751221 + }, + "id": "tp_12258" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1532266, + "label": "-", + "classification": { + "B": 3.2519576507183956e-06, + "S": 5.501523264683783e-05, + "I": 3.8829282857477665e-05, + "C": 1.8247928892378695e-05, + "R": 9.541058716422413e-06, + "M": 0.006926680915057659, + "O": 0.0007070930441841483, + "W": 5.434849299490452e-06, + "N": 1.1647700830508256e-06, + "Y": 0.27001750469207764, + "U": 2.009931598934145e-08, + "K": 1.367035110888537e-05, + "L": 0.00012960794265381992, + "G": 0.06725884974002838, + "F": 0.026460343971848488, + "E": 0.00018783465202432126, + "T": 0.032986804842948914, + "P": 0.0004693056980613619, + "-": 0.5947107672691345 + }, + "id": "tp_12259" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1532399, + "label": "-", + "classification": { + "B": 4.000240778623265e-07, + "S": 3.2799362088553607e-06, + "I": 2.3859485736466013e-05, + "C": 5.616504950012313e-06, + "R": 2.7093781227449654e-06, + "M": 0.00024081143783405423, + "O": 6.281839887378737e-05, + "W": 1.2025761861877982e-06, + "N": 8.775701871854835e-07, + "Y": 0.0037735244259238243, + "U": 3.1576274039935015e-08, + "K": 1.8522398477216484e-06, + "L": 4.597910901793512e-06, + "G": 0.0005664974451065063, + "F": 0.011386295780539513, + "E": 2.687810228962917e-05, + "T": 0.001962225418537855, + "P": 0.0048063090071082115, + "-": 0.9771302938461304 + }, + "id": "tp_12260" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1532533, + "label": "-", + "classification": { + "B": 6.206489544524629e-09, + "S": 1.1253558085400073e-08, + "I": 1.3470969406625954e-06, + "C": 1.4294290195948633e-08, + "R": 4.2936112443214824e-09, + "M": 5.514329131983686e-06, + "O": 1.391885120938241e-06, + "W": 9.070870277128051e-09, + "N": 1.9870730838533746e-08, + "Y": 2.0447363567654975e-05, + "U": 4.041049161962462e-10, + "K": 1.9964317699017187e-10, + "L": 4.4360962903056134e-08, + "G": 1.6900957007237594e-06, + "F": 7.106661360012367e-05, + "E": 6.085580821491021e-07, + "T": 9.4320421339944e-05, + "P": 0.02809866890311241, + "-": 0.9717046618461609 + }, + "id": "tp_12261" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1532633, + "label": "-", + "classification": { + "B": 2.8499053428276966e-07, + "S": 4.142742545809597e-05, + "I": 0.00021957112767267972, + "C": 4.995621566195041e-06, + "R": 2.527898914195248e-06, + "M": 0.0002950420312117785, + "O": 0.00018660191562958062, + "W": 8.734173206903506e-06, + "N": 4.160892422078177e-05, + "Y": 0.01986638829112053, + "U": 4.1496399205698253e-08, + "K": 0.0005864084814675152, + "L": 2.361347014812054e-06, + "G": 0.0019483102951198816, + "F": 0.10571131855249405, + "E": 0.000858527550008148, + "T": 0.005683896131813526, + "P": 0.034092891961336136, + "-": 0.830449104309082 + }, + "id": "tp_12262" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1532766, + "label": "-", + "classification": { + "B": 2.971098069792788e-07, + "S": 9.064155165106058e-06, + "I": 4.52353669970762e-05, + "C": 3.6325043765828013e-05, + "R": 2.408731779723894e-05, + "M": 0.0019238382810726762, + "O": 0.0005334407323971391, + "W": 1.5649832221242832e-06, + "N": 4.279862366729503e-07, + "Y": 0.188796266913414, + "U": 2.5019819549498834e-09, + "K": 2.8192877721266996e-07, + "L": 3.248240682296455e-05, + "G": 0.007455505430698395, + "F": 0.004007274284958839, + "E": 4.526870270638028e-06, + "T": 0.0217564906924963, + "P": 0.00019671436166390777, + "-": 0.7751760482788086 + }, + "id": "tp_12263" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1532900, + "label": "-", + "classification": { + "B": 1.7979386939259712e-06, + "S": 1.774500901774445e-06, + "I": 4.739079031423898e-06, + "C": 5.305042094505552e-08, + "R": 7.042920913136186e-08, + "M": 0.0002830227604135871, + "O": 4.8051388148451224e-05, + "W": 1.6344949926860863e-07, + "N": 2.1736124011795255e-08, + "Y": 0.00046126055531203747, + "U": 1.7305254451649432e-10, + "K": 1.1575049807532878e-09, + "L": 2.267008085254929e-06, + "G": 8.717502350918949e-05, + "F": 0.0004235526721458882, + "E": 7.206409122773039e-07, + "T": 0.000808146724011749, + "P": 0.0009045671322382987, + "-": 0.9969725608825684 + }, + "id": "tp_12264" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1533033, + "label": "-", + "classification": { + "B": 1.9022710375793395e-06, + "S": 2.9836062822141685e-05, + "I": 0.00017398766067344695, + "C": 0.00011790953431045637, + "R": 9.781860717339441e-05, + "M": 0.0008325360249727964, + "O": 0.00037314771907404065, + "W": 1.8890532373916358e-05, + "N": 9.394423614139669e-06, + "Y": 0.010069720447063446, + "U": 1.510293714090949e-06, + "K": 1.627951678528916e-05, + "L": 4.714238457381725e-05, + "G": 0.0007348040235228837, + "F": 0.014922074042260647, + "E": 3.475829726085067e-05, + "T": 0.006416297517716885, + "P": 0.008875350467860699, + "-": 0.9572266340255737 + }, + "id": "tp_12265" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1533133, + "label": "-", + "classification": { + "B": 3.835902475657349e-07, + "S": 2.9788791380269686e-06, + "I": 7.248945166793419e-06, + "C": 1.1271533367107622e-05, + "R": 4.9560585466679186e-06, + "M": 0.00020716058497782797, + "O": 8.303133654408157e-05, + "W": 1.2328549701123848e-06, + "N": 2.9164229431444255e-07, + "Y": 0.017341217026114464, + "U": 1.8516699284987226e-08, + "K": 3.7151548326619377e-07, + "L": 4.253124643582851e-06, + "G": 0.0005075539229437709, + "F": 0.002042535925284028, + "E": 1.66909808285709e-06, + "T": 0.004898448009043932, + "P": 0.0010311976075172424, + "-": 0.973854124546051 + }, + "id": "tp_12266" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1533267, + "label": "-", + "classification": { + "B": 1.0952424731036636e-11, + "S": 2.9768656872875e-07, + "I": 2.8768665227829615e-09, + "C": 7.516054552070273e-07, + "R": 2.9579476290564344e-07, + "M": 0.0002732962020672858, + "O": 7.864477811381221e-05, + "W": 2.6580403655884766e-08, + "N": 9.832817893240531e-11, + "Y": 0.24589309096336365, + "U": 2.8926465172815496e-13, + "K": 3.374868526861974e-07, + "L": 4.556146450340748e-06, + "G": 0.035520829260349274, + "F": 0.0753590390086174, + "E": 5.829940263879507e-08, + "T": 0.00850682146847248, + "P": 5.259947215563443e-07, + "-": 0.6343613862991333 + }, + "id": "tp_12267" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1533400, + "label": "-", + "classification": { + "B": 1.939522178417974e-07, + "S": 2.1836079611148307e-07, + "I": 1.92868392332457e-05, + "C": 7.760404514556285e-07, + "R": 1.9545288409972272e-07, + "M": 2.080644844681956e-05, + "O": 8.561577487853356e-06, + "W": 1.7757027137577097e-07, + "N": 8.703433422851958e-07, + "Y": 9.498884901404381e-05, + "U": 4.559268163006891e-08, + "K": 6.83555754221743e-08, + "L": 4.87284353312134e-07, + "G": 2.1830375771969557e-05, + "F": 0.0008650803938508034, + "E": 2.4757613573456183e-05, + "T": 0.00018913374515250325, + "P": 0.1686030626296997, + "-": 0.8301494717597961 + }, + "id": "tp_12268" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1533500, + "label": "-", + "classification": { + "B": 7.030636197669082e-07, + "S": 3.88196058338508e-05, + "I": 1.3799011867376976e-05, + "C": 0.0001985863345908001, + "R": 3.804477819357999e-05, + "M": 0.0013982997043058276, + "O": 0.00035003063385374844, + "W": 8.80402876646258e-06, + "N": 1.6996179965644842e-06, + "Y": 0.02384232170879841, + "U": 5.619953924451693e-08, + "K": 8.976025128504261e-05, + "L": 3.510348324198276e-05, + "G": 0.007656663656234741, + "F": 0.05481506884098053, + "E": 0.00011034730414394289, + "T": 0.009545189328491688, + "P": 0.001130265649408102, + "-": 0.9007264971733093 + }, + "id": "tp_12269" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1533634, + "label": "-", + "classification": { + "B": 7.888740327643973e-08, + "S": 3.4957588468387257e-07, + "I": 1.7529015167383477e-05, + "C": 6.298231483015115e-07, + "R": 9.506173341833346e-07, + "M": 0.0001878349285107106, + "O": 3.300630487501621e-05, + "W": 1.0890314428024794e-07, + "N": 4.358338401289075e-08, + "Y": 0.0031550198327749968, + "U": 6.173740962900354e-10, + "K": 1.2221571532577968e-09, + "L": 1.256942027794139e-06, + "G": 0.0001096955020329915, + "F": 0.00014917421503923833, + "E": 3.8313439176818065e-07, + "T": 0.0025419529993087053, + "P": 0.00044466927647590637, + "-": 0.9933573603630066 + }, + "id": "tp_12270" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1533767, + "label": "-", + "classification": { + "B": 7.173866833909415e-07, + "S": 2.028130620601587e-05, + "I": 0.00011553873628145084, + "C": 5.98266015003901e-05, + "R": 2.016774124058429e-05, + "M": 0.00043914432171732187, + "O": 0.0003052089596167207, + "W": 1.1065816579503007e-05, + "N": 1.1567451110749971e-05, + "Y": 0.011927615851163864, + "U": 9.907809328524309e-08, + "K": 0.00018958283180836588, + "L": 2.1082867533550598e-05, + "G": 0.0059702214784920216, + "F": 0.15453773736953735, + "E": 0.0007372699910774827, + "T": 0.002546010771766305, + "P": 0.009181858971714973, + "-": 0.8139049410820007 + }, + "id": "tp_12271" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1533901, + "label": "-", + "classification": { + "B": 7.356917564038667e-08, + "S": 1.800926042960782e-06, + "I": 1.2657527292958548e-07, + "C": 2.755479613369971e-07, + "R": 2.9652392186108045e-07, + "M": 0.00013636771473102272, + "O": 4.581925895763561e-05, + "W": 1.1230151386598664e-07, + "N": 1.7688918108049734e-09, + "Y": 0.00033828028244897723, + "U": 3.219338337578925e-11, + "K": 1.4200871589764574e-09, + "L": 5.260686521069147e-06, + "G": 0.00027256368775852025, + "F": 0.014328785240650177, + "E": 2.2654526787846407e-07, + "T": 0.00018134195124730468, + "P": 0.00015511132369283587, + "-": 0.9845335483551025 + }, + "id": "tp_12272" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1534001, + "label": "-", + "classification": { + "B": 2.7137499273521826e-05, + "S": 0.00011768403055611998, + "I": 0.00017956447845790535, + "C": 0.0005422132671810687, + "R": 0.000668722961563617, + "M": 0.003674085484817624, + "O": 0.0025944593362510204, + "W": 7.190368341980502e-05, + "N": 1.0691096576920245e-05, + "Y": 0.018550418317317963, + "U": 1.9975263967353385e-06, + "K": 8.895561222743709e-06, + "L": 0.0010551064042374492, + "G": 0.013493325561285019, + "F": 0.05613965541124344, + "E": 7.911834836704656e-05, + "T": 0.009654025547206402, + "P": 0.005061104893684387, + "-": 0.8880699276924133 + }, + "id": "tp_12273" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1534134, + "label": "-", + "classification": { + "B": 1.9435721696936525e-05, + "S": 4.54219407401979e-05, + "I": 0.002401845995336771, + "C": 0.00027726570260711014, + "R": 0.00021506294433493167, + "M": 0.0019241246627643704, + "O": 0.0007536471821367741, + "W": 3.9097762055462226e-05, + "N": 0.0001242430880665779, + "Y": 0.017177781090140343, + "U": 5.547659384319559e-06, + "K": 1.926008189911954e-05, + "L": 8.866847929311916e-05, + "G": 0.002716544782742858, + "F": 0.012515533715486526, + "E": 0.0005365645629353821, + "T": 0.010512971319258213, + "P": 0.0888720229268074, + "-": 0.8617549538612366 + }, + "id": "tp_12274" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1534268, + "label": "-", + "classification": { + "B": 9.019967137646745e-07, + "S": 2.0605730242095888e-05, + "I": 7.337771239690483e-05, + "C": 0.00023294026323128492, + "R": 5.6497970945201814e-05, + "M": 0.0011009334120899439, + "O": 0.00030837272061035037, + "W": 6.304982889560051e-06, + "N": 4.189139417576371e-06, + "Y": 0.14576224982738495, + "U": 5.079088083448369e-08, + "K": 3.137512976536527e-05, + "L": 2.7960017177974805e-05, + "G": 0.012588604353368282, + "F": 0.02628498338162899, + "E": 8.590422658016905e-05, + "T": 0.02558829076588154, + "P": 0.0012251079315319657, + "-": 0.7866013646125793 + }, + "id": "tp_12275" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1534401, + "label": "-", + "classification": { + "B": 5.920175016882467e-09, + "S": 4.8478966618858976e-08, + "I": 3.303350240457803e-06, + "C": 3.3581522984604817e-06, + "R": 7.099679351085797e-07, + "M": 3.3075037208618596e-05, + "O": 3.1452414077648427e-06, + "W": 4.5140158277945375e-08, + "N": 5.029797378597323e-08, + "Y": 0.0016540949000045657, + "U": 1.2210453981253977e-08, + "K": 7.402488222396642e-08, + "L": 3.5881834037354565e-07, + "G": 3.936291977879591e-05, + "F": 0.000936044380068779, + "E": 1.5631715086783515e-06, + "T": 0.0005819235811941326, + "P": 0.001905404613353312, + "-": 0.9948374629020691 + }, + "id": "tp_12276" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1534501, + "label": "-", + "classification": { + "B": 6.361510145325155e-07, + "S": 0.0038955246564000845, + "I": 4.723642064163869e-07, + "C": 5.185329428059049e-05, + "R": 0.0001820359902922064, + "M": 0.008371268399059772, + "O": 0.034927088767290115, + "W": 4.168333543930203e-05, + "N": 3.608246856856567e-08, + "Y": 0.0016185606364160776, + "U": 7.385168171447631e-11, + "K": 4.965639899268126e-09, + "L": 0.004022600594907999, + "G": 0.023681530728936195, + "F": 0.09197663515806198, + "E": 3.546620916949905e-07, + "T": 0.006803106516599655, + "P": 6.785025470890105e-05, + "-": 0.8243587017059326 + }, + "id": "tp_12277" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1534635, + "label": "-", + "classification": { + "B": 8.866707503329962e-06, + "S": 0.0006641861982643604, + "I": 6.14995151408948e-05, + "C": 0.0005080173723399639, + "R": 0.0002034385543083772, + "M": 0.010823984630405903, + "O": 0.004205054137855768, + "W": 9.970262908609584e-05, + "N": 6.60297291688039e-06, + "Y": 0.13351041078567505, + "U": 1.2994023279588873e-07, + "K": 0.0001313585671596229, + "L": 0.0011765287490561604, + "G": 0.0824226513504982, + "F": 0.25429221987724304, + "E": 0.00023040971427690238, + "T": 0.04152087867259979, + "P": 0.000397135823732242, + "-": 0.4697369337081909 + }, + "id": "tp_12278" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1534768, + "label": "-", + "classification": { + "B": 4.226757482683752e-06, + "S": 2.7963322281721048e-05, + "I": 0.00025380129227414727, + "C": 3.68830151273869e-05, + "R": 1.9540208086255006e-05, + "M": 0.0003671841695904732, + "O": 0.0002081180427921936, + "W": 1.3614048839372117e-05, + "N": 2.15511263377266e-05, + "Y": 0.002342160092666745, + "U": 1.7004007304421975e-06, + "K": 1.6729061826481484e-05, + "L": 1.1671363608911633e-05, + "G": 0.0004092991875950247, + "F": 0.007266208995133638, + "E": 9.598701581126079e-05, + "T": 0.0023919357918202877, + "P": 0.042137838900089264, + "-": 0.944373607635498 + }, + "id": "tp_12279" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1534902, + "label": "-", + "classification": { + "B": 1.1959519952142728e-07, + "S": 2.6767165763885714e-06, + "I": 3.6782872484764084e-05, + "C": 1.052594939210394e-06, + "R": 3.093363432071783e-07, + "M": 7.576252392027527e-05, + "O": 1.4332372302305885e-05, + "W": 6.215186658664607e-07, + "N": 2.7428338853496825e-06, + "Y": 0.010862172581255436, + "U": 1.3361933781652624e-08, + "K": 3.175584424752742e-05, + "L": 2.6809971132024657e-07, + "G": 0.0005183839239180088, + "F": 0.01087326742708683, + "E": 0.00016237136151175946, + "T": 0.003088697325438261, + "P": 0.014681522734463215, + "-": 0.9596471786499023 + }, + "id": "tp_12280" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1535002, + "label": "-", + "classification": { + "B": 2.87829465150935e-07, + "S": 9.913680514728185e-06, + "I": 3.177416147082113e-05, + "C": 5.522332230611937e-06, + "R": 2.453798970236676e-06, + "M": 0.0009325724677182734, + "O": 0.00015279783110599965, + "W": 1.5542650544375647e-06, + "N": 2.5598312731744954e-06, + "Y": 0.04788408800959587, + "U": 1.4102716328068254e-08, + "K": 3.532363552949391e-05, + "L": 9.095926543523092e-06, + "G": 0.0076582347974181175, + "F": 0.04366767033934593, + "E": 0.00022769001952838153, + "T": 0.009699943475425243, + "P": 0.004781291354447603, + "-": 0.8848972320556641 + }, + "id": "tp_12281" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1535135, + "label": "-", + "classification": { + "B": 3.646016821789999e-08, + "S": 1.0535585488469223e-06, + "I": 6.206458783708513e-05, + "C": 4.788247315445915e-05, + "R": 1.2445503671187907e-05, + "M": 0.0005984550225548446, + "O": 7.461144559783861e-05, + "W": 6.102677616581786e-07, + "N": 1.3027018894717912e-06, + "Y": 0.09647420793771744, + "U": 2.161866952121727e-08, + "K": 5.440067070594523e-06, + "L": 5.326798600435723e-06, + "G": 0.003805519314482808, + "F": 0.006133625749498606, + "E": 5.4016330977901816e-05, + "T": 0.008699796162545681, + "P": 0.0012513186084106565, + "-": 0.8827722668647766 + }, + "id": "tp_12282" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1535269, + "label": "-", + "classification": { + "B": 8.408926078118384e-06, + "S": 1.5287590940715745e-05, + "I": 4.210005499771796e-06, + "C": 0.00021703912352677435, + "R": 0.0002606879861559719, + "M": 0.003245693165808916, + "O": 0.0011626484338194132, + "W": 9.631653483666014e-06, + "N": 1.5507602313391544e-07, + "Y": 0.014025106094777584, + "U": 7.315233574445301e-08, + "K": 4.915894464829762e-07, + "L": 0.0006436374969780445, + "G": 0.007067900151014328, + "F": 0.007217179052531719, + "E": 4.2122910599573515e-06, + "T": 0.0056025381200015545, + "P": 0.0001869786501629278, + "-": 0.960328221321106 + }, + "id": "tp_12283" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1535402, + "label": "-", + "classification": { + "B": 2.9610601970375683e-08, + "S": 5.849456385931262e-08, + "I": 8.355323899422729e-08, + "C": 5.421287369244965e-06, + "R": 6.738236493220029e-07, + "M": 5.752662764280103e-05, + "O": 5.65653181183734e-06, + "W": 1.6708415984112435e-08, + "N": 9.805108946991936e-10, + "Y": 0.00015202673966996372, + "U": 2.70251904188612e-10, + "K": 4.596536928858086e-09, + "L": 2.7893333935935516e-06, + "G": 0.0003342606360092759, + "F": 0.0038796127773821354, + "E": 4.0615435636937036e-07, + "T": 8.311411511385813e-05, + "P": 0.00030823471024632454, + "-": 0.9951700568199158 + }, + "id": "tp_12284" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1535502, + "label": "-", + "classification": { + "B": 3.063773590383789e-08, + "S": 4.947142429045925e-07, + "I": 1.4468523090727103e-07, + "C": 1.1462978477538854e-07, + "R": 4.8725691925710635e-08, + "M": 6.789637700421736e-05, + "O": 1.0223415301879868e-05, + "W": 4.0071334694857796e-08, + "N": 2.4448427726753152e-09, + "Y": 0.00032982067205011845, + "U": 1.244503944342057e-10, + "K": 3.5674016518605356e-10, + "L": 1.989337761187926e-06, + "G": 3.898630166077055e-05, + "F": 0.003524274565279484, + "E": 3.768903411582869e-07, + "T": 0.00016412326658610255, + "P": 0.00042889901669695973, + "-": 0.9954324960708618 + }, + "id": "tp_12285" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1535636, + "label": "-", + "classification": { + "B": 5.241400091726689e-10, + "S": 3.0553681540368416e-07, + "I": 1.0820271199918352e-05, + "C": 6.024283266015118e-06, + "R": 1.558329131512437e-06, + "M": 5.3841220506001264e-05, + "O": 2.891909571189899e-05, + "W": 8.789261585206987e-08, + "N": 2.2598464965994935e-07, + "Y": 0.0655083954334259, + "U": 1.2403034155283876e-10, + "K": 1.2438475778253633e-06, + "L": 2.3980305741133634e-07, + "G": 0.0014445614069700241, + "F": 0.013254587538540363, + "E": 1.7631915625315742e-06, + "T": 0.0049641914665699005, + "P": 0.00033499073470011353, + "-": 0.9143882393836975 + }, + "id": "tp_12286" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1535769, + "label": "-", + "classification": { + "B": 1.0693727290345123e-06, + "S": 1.3910223060520366e-05, + "I": 2.723107536439784e-05, + "C": 6.375451562234957e-07, + "R": 6.869906883366639e-07, + "M": 0.002204194664955139, + "O": 0.00035142956767231226, + "W": 8.425714668192086e-07, + "N": 1.510525038384003e-07, + "Y": 0.028295505791902542, + "U": 3.264932491031658e-10, + "K": 2.7508872957326957e-09, + "L": 1.0324863978894427e-05, + "G": 0.0006549075478687882, + "F": 0.0002935450174845755, + "E": 7.279452916009177e-07, + "T": 0.024707220494747162, + "P": 0.00017548075993545353, + "-": 0.9432621002197266 + }, + "id": "tp_12287" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1535903, + "label": "-", + "classification": { + "B": 5.699034772987943e-07, + "S": 3.3770932077459292e-06, + "I": 3.69497047358891e-06, + "C": 7.539968009950826e-06, + "R": 1.7430767229598132e-06, + "M": 0.0007592028705403209, + "O": 0.00010357955034123734, + "W": 4.5067088194628013e-07, + "N": 5.438095840304413e-08, + "Y": 0.0009169046534225345, + "U": 3.799138781346301e-09, + "K": 8.890308933473534e-09, + "L": 0.00010510348511161283, + "G": 0.001728653791360557, + "F": 0.034194860607385635, + "E": 7.513524451496778e-06, + "T": 0.0007064151577651501, + "P": 0.0013154905755072832, + "-": 0.9601448774337769 + }, + "id": "tp_12288" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1536003, + "label": "-", + "classification": { + "B": 1.1577888159308714e-07, + "S": 8.20227114672889e-07, + "I": 3.075230051763356e-05, + "C": 2.1767780253867386e-06, + "R": 1.7289947891185875e-06, + "M": 0.00044862154754810035, + "O": 4.020031337859109e-05, + "W": 3.357110074375669e-07, + "N": 3.7240670280880295e-07, + "Y": 0.003977898042649031, + "U": 3.175631491103559e-08, + "K": 4.671166919933967e-08, + "L": 4.0208692553278524e-06, + "G": 0.0001706223119981587, + "F": 0.0005962040740996599, + "E": 3.5628156638267683e-06, + "T": 0.004042468033730984, + "P": 0.0019302326254546642, + "-": 0.9887499809265137 + }, + "id": "tp_12289" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1536136, + "label": "-", + "classification": { + "B": 1.562064397830909e-07, + "S": 2.433399004075909e-06, + "I": 2.277954808960203e-05, + "C": 6.196051981532946e-05, + "R": 2.417804171273019e-05, + "M": 0.0004415305738802999, + "O": 8.319240441778675e-05, + "W": 1.77727099526237e-06, + "N": 1.0129260772373527e-06, + "Y": 0.0011700973846018314, + "U": 2.4793956754365354e-07, + "K": 4.614479962583573e-07, + "L": 1.6730846255086362e-05, + "G": 0.00018061819719150662, + "F": 0.0022262688726186752, + "E": 1.261129273188999e-05, + "T": 0.002174460794776678, + "P": 0.0034899127203971148, + "-": 0.9900895357131958 + }, + "id": "tp_12290" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1536270, + "label": "-", + "classification": { + "B": 1.8342050680075772e-05, + "S": 0.000124545389553532, + "I": 0.00010159476369153708, + "C": 5.495988443726674e-05, + "R": 4.600955799105577e-05, + "M": 0.05227566882967949, + "O": 0.008683109655976295, + "W": 1.1524975889187772e-05, + "N": 9.307819368586934e-07, + "Y": 0.17905646562576294, + "U": 5.3601962868299324e-09, + "K": 5.73287977090331e-08, + "L": 0.001603454351425171, + "G": 0.06174119934439659, + "F": 0.0034658072981983423, + "E": 2.2501842977362685e-05, + "T": 0.03204652667045593, + "P": 0.0001388564269291237, + "-": 0.6606083512306213 + }, + "id": "tp_12291" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1536403, + "label": "Y", + "classification": { + "B": 1.4646527233708184e-05, + "S": 0.0011641449527814984, + "I": 0.00026075870846398175, + "C": 0.004259760025888681, + "R": 0.002438661176711321, + "M": 0.05242088437080383, + "O": 0.015106717124581337, + "W": 0.00012205154780531302, + "N": 1.4365909919433761e-05, + "Y": 0.3288505971431732, + "U": 1.4574767703834368e-07, + "K": 2.106519059452694e-05, + "L": 0.0056824591010808945, + "G": 0.22820644080638885, + "F": 0.040455371141433716, + "E": 0.00015438321861438453, + "T": 0.12141953408718109, + "P": 0.00014303838543128222, + "-": 0.19926492869853973 + }, + "id": "tp_12292" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1536503, + "label": "-", + "classification": { + "B": 1.2852921504880044e-10, + "S": 3.7030363220225126e-09, + "I": 1.786665260183895e-10, + "C": 3.58511526021843e-10, + "R": 3.511381463372487e-11, + "M": 1.232345994139905e-06, + "O": 7.85883855769498e-08, + "W": 7.363123305514918e-11, + "N": 2.47845082131104e-12, + "Y": 2.1267691408866085e-05, + "U": 1.9587862216019665e-14, + "K": 4.0903079534526654e-11, + "L": 7.057820994305075e-09, + "G": 1.1957442438870203e-05, + "F": 0.009868208318948746, + "E": 6.165638666288942e-08, + "T": 4.592080131260445e-06, + "P": 6.054332698113285e-05, + "-": 0.9900319576263428 + }, + "id": "tp_12293" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1536637, + "label": "-", + "classification": { + "B": 6.834467967564706e-06, + "S": 1.018046350509394e-05, + "I": 0.0009730129968374968, + "C": 0.00042714655864983797, + "R": 0.0001895880704978481, + "M": 0.003041285090148449, + "O": 0.0003152115677949041, + "W": 9.297739779867698e-06, + "N": 1.6276651876978576e-05, + "Y": 0.03417345508933067, + "U": 1.9400370092625963e-06, + "K": 1.2225926184328273e-05, + "L": 7.787129288772121e-05, + "G": 0.004509465768933296, + "F": 0.0043317959643900394, + "E": 0.0004622494743671268, + "T": 0.013091099448502064, + "P": 0.012305534444749355, + "-": 0.9260454773902893 + }, + "id": "tp_12294" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1536770, + "label": "-", + "classification": { + "B": 1.3116034836002655e-07, + "S": 5.199134193389909e-06, + "I": 0.0004150177992414683, + "C": 0.00023134538787417114, + "R": 0.00018359538807999343, + "M": 0.002446690108627081, + "O": 0.0002399484656052664, + "W": 2.1286450646584854e-06, + "N": 4.4253179112274665e-06, + "Y": 0.2905927896499634, + "U": 4.6555555854865815e-08, + "K": 4.5271772250998765e-06, + "L": 2.8241965992492624e-05, + "G": 0.007687215693295002, + "F": 0.005274382419884205, + "E": 4.384990097605623e-05, + "T": 0.06278597563505173, + "P": 0.0010092187440022826, + "-": 0.6290452480316162 + }, + "id": "tp_12295" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1536904, + "label": "-", + "classification": { + "B": 1.8795400080762192e-07, + "S": 1.7484639101894572e-05, + "I": 5.042113843956031e-05, + "C": 2.428690777378506e-06, + "R": 1.6335654891008744e-06, + "M": 0.0019286610186100006, + "O": 0.0003750835021492094, + "W": 2.496697334208875e-06, + "N": 2.089939698635135e-06, + "Y": 0.1154676303267479, + "U": 2.4380300001070054e-09, + "K": 7.005220140854362e-06, + "L": 7.641052434337325e-06, + "G": 0.011579573154449463, + "F": 0.021029051393270493, + "E": 0.00010649376054061577, + "T": 0.01700330339372158, + "P": 0.0010465142549946904, + "-": 0.8313723206520081 + }, + "id": "tp_12296" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1537004, + "label": "-", + "classification": { + "B": 6.967210356378928e-05, + "S": 0.00011194662511115894, + "I": 4.235106098349206e-05, + "C": 1.953028913703747e-05, + "R": 2.4729555661906488e-05, + "M": 0.0032193311490118504, + "O": 0.0015824410365894437, + "W": 1.982812500500586e-05, + "N": 1.4415757050301181e-06, + "Y": 0.017170380800962448, + "U": 6.150033726726178e-08, + "K": 2.877421536595648e-07, + "L": 0.0003106285003013909, + "G": 0.005471349228173494, + "F": 0.012402534484863281, + "E": 4.079540303791873e-05, + "T": 0.007305178325623274, + "P": 0.0025543770752847195, + "-": 0.9496530294418335 + }, + "id": "tp_12297" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1537137, + "label": "-", + "classification": { + "B": 2.8415969577366695e-10, + "S": 6.3463345689740436e-09, + "I": 7.150379133236129e-08, + "C": 3.9408046270672514e-10, + "R": 5.738771680086074e-10, + "M": 1.9600336145231267e-06, + "O": 3.9611802549188724e-07, + "W": 1.1892723472683997e-09, + "N": 3.695644623658012e-10, + "Y": 2.595566911622882e-05, + "U": 1.3488931109237323e-12, + "K": 1.2212002242772968e-10, + "L": 2.348293781651023e-09, + "G": 5.303284638102923e-07, + "F": 0.00020718140876851976, + "E": 1.9272386353463844e-08, + "T": 3.122734779026359e-05, + "P": 0.00051169004291296, + "-": 0.9992208480834961 + }, + "id": "tp_12298" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1537271, + "label": "-", + "classification": { + "B": 4.675358468375634e-06, + "S": 1.003773468255531e-05, + "I": 2.1792527604702627e-06, + "C": 1.9801149164777598e-08, + "R": 8.702946985295057e-08, + "M": 0.00017377134645357728, + "O": 0.00030545677873305976, + "W": 1.7215369325640495e-06, + "N": 3.136262449743299e-08, + "Y": 5.245591819402762e-05, + "U": 4.926825614148811e-10, + "K": 2.5754851029624604e-10, + "L": 1.0816242138389498e-05, + "G": 2.316357131348923e-05, + "F": 0.00031496852170675993, + "E": 2.3081383915268816e-07, + "T": 0.0001599268289282918, + "P": 0.003621626878157258, + "-": 0.9953189492225647 + }, + "id": "tp_12299" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1537404, + "label": "-", + "classification": { + "B": 3.2361822377424687e-07, + "S": 0.0003218290221411735, + "I": 0.0001126942370319739, + "C": 1.0868112440221012e-05, + "R": 5.235290700511541e-06, + "M": 0.0017087149899452925, + "O": 0.0014159937854856253, + "W": 9.39558867685264e-06, + "N": 9.30080386751797e-06, + "Y": 0.05661372095346451, + "U": 1.1240156583269822e-09, + "K": 9.837538527790457e-06, + "L": 1.4264014680520631e-05, + "G": 0.008458346128463745, + "F": 0.05418302118778229, + "E": 3.1798845157027245e-05, + "T": 0.042056381702423096, + "P": 0.001791168935596943, + "-": 0.8332470655441284 + }, + "id": "tp_12300" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1537504, + "label": "-", + "classification": { + "B": 4.231574166624341e-06, + "S": 6.186754148984619e-07, + "I": 1.4904334420862142e-05, + "C": 3.476524852885632e-06, + "R": 1.9574838461267063e-06, + "M": 0.00012800341937690973, + "O": 6.96809875080362e-05, + "W": 9.282937298848992e-07, + "N": 2.4389956365666876e-07, + "Y": 0.00025411476963199675, + "U": 4.271417353152174e-08, + "K": 2.640156004929395e-08, + "L": 7.737423402431887e-06, + "G": 9.627776307752356e-05, + "F": 0.0005409765872173011, + "E": 5.666804554493865e-06, + "T": 0.0003403896698728204, + "P": 0.007478068117052317, + "-": 0.9910525679588318 + }, + "id": "tp_12301" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1537638, + "label": "-", + "classification": { + "B": 9.910913201238714e-10, + "S": 1.5533258235223002e-08, + "I": 4.3620661926979665e-07, + "C": 1.7702637933325605e-07, + "R": 3.1837178227078766e-08, + "M": 1.4884549273119774e-06, + "O": 1.0789507314257207e-06, + "W": 1.1112538444990605e-08, + "N": 1.8238079491084136e-08, + "Y": 0.00027454819064587355, + "U": 7.289917558495063e-10, + "K": 7.460793938207644e-08, + "L": 1.4438050754961296e-08, + "G": 1.2053273167111911e-05, + "F": 0.0008630022057332098, + "E": 6.019146212565829e-07, + "T": 6.0383092204574496e-05, + "P": 0.0043652234598994255, + "-": 0.9944208264350891 + }, + "id": "tp_12302" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1537771, + "label": "-", + "classification": { + "B": 6.596388768542738e-09, + "S": 2.6933150820696028e-08, + "I": 1.5427819732849457e-07, + "C": 8.490894174428831e-07, + "R": 1.718027675678968e-07, + "M": 2.9198699849075638e-05, + "O": 2.3819457055651583e-06, + "W": 8.14888689859572e-09, + "N": 4.074760084904483e-09, + "Y": 0.001247488777153194, + "U": 5.688012283400212e-10, + "K": 7.269898105732864e-08, + "L": 6.005593604641035e-07, + "G": 0.0002882745466195047, + "F": 0.007690155878663063, + "E": 1.6719188806746388e-06, + "T": 0.00027628024690784514, + "P": 0.0005312232533469796, + "-": 0.9899314641952515 + }, + "id": "tp_12303" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1537905, + "label": "-", + "classification": { + "B": 1.8059331523545552e-06, + "S": 3.372463879713905e-06, + "I": 2.0218656572978944e-05, + "C": 0.00014759431360289454, + "R": 8.289268589578569e-05, + "M": 0.00039137984276749194, + "O": 0.0002305288362549618, + "W": 3.6676449326478178e-06, + "N": 6.003623980177508e-07, + "Y": 0.0015063803875818849, + "U": 1.7538937413519307e-07, + "K": 1.3440454438296e-07, + "L": 0.00010451940033817664, + "G": 0.0008539302507415414, + "F": 0.006220884621143341, + "E": 1.2468512068153359e-05, + "T": 0.0011265393113717437, + "P": 0.005469626747071743, + "-": 0.9838233590126038 + }, + "id": "tp_12304" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1538005, + "label": "-", + "classification": { + "B": 3.4538692261776305e-07, + "S": 1.5520631677645724e-06, + "I": 6.80975936120376e-05, + "C": 2.6553378120297566e-05, + "R": 1.1951687156397384e-05, + "M": 0.000592768017668277, + "O": 4.293972597224638e-05, + "W": 7.475583743143943e-07, + "N": 1.1270531103946269e-06, + "Y": 0.017145255580544472, + "U": 4.530602737418121e-08, + "K": 9.641446467867354e-07, + "L": 5.943739324720809e-06, + "G": 0.0008283403003588319, + "F": 0.004149102605879307, + "E": 4.61511081084609e-05, + "T": 0.005225841887295246, + "P": 0.00402430584654212, + "-": 0.9678279161453247 + }, + "id": "tp_12305" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1538138, + "label": "-", + "classification": { + "B": 6.229709015315166e-07, + "S": 1.4876012528475258e-06, + "I": 5.089760452392511e-05, + "C": 2.475707333360333e-06, + "R": 1.1372402468623477e-06, + "M": 0.0006324874120764434, + "O": 5.697152664652094e-05, + "W": 4.841842269343033e-07, + "N": 9.084491807698214e-07, + "Y": 0.0022726007737219334, + "U": 2.481590755110119e-08, + "K": 2.880180147712963e-07, + "L": 4.02935302190599e-06, + "G": 0.0004454425070434809, + "F": 0.0014449064619839191, + "E": 5.972119470243342e-05, + "T": 0.001632878091186285, + "P": 0.011723045259714127, + "-": 0.981669545173645 + }, + "id": "tp_12306" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1538272, + "label": "-", + "classification": { + "B": 8.707283782882769e-09, + "S": 8.954873287336795e-09, + "I": 4.312980195209093e-07, + "C": 1.9161197428729793e-07, + "R": 1.116708148174439e-07, + "M": 1.329092810919974e-05, + "O": 2.438599722154322e-06, + "W": 4.547024978762693e-09, + "N": 1.7084516024112872e-09, + "Y": 0.00016513551236130297, + "U": 1.4096258882378976e-10, + "K": 1.7632006965584424e-10, + "L": 1.553269726173312e-07, + "G": 1.63020049512852e-05, + "F": 0.00011398627248127013, + "E": 1.2590714959515026e-07, + "T": 0.00011070931941503659, + "P": 0.0006455779075622559, + "-": 0.9989314675331116 + }, + "id": "tp_12307" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1538405, + "label": "-", + "classification": { + "B": 1.9601591816353903e-07, + "S": 1.7670048691798e-05, + "I": 0.00024002371355891228, + "C": 0.00010901042696787044, + "R": 2.7364749257685617e-05, + "M": 0.0005771751748397946, + "O": 0.0001822951453505084, + "W": 4.2356500671303365e-06, + "N": 1.084571431420045e-05, + "Y": 0.3729746341705322, + "U": 1.3731222381352381e-08, + "K": 8.849258301779628e-05, + "L": 6.2415779211733025e-06, + "G": 0.018414655700325966, + "F": 0.047561485320329666, + "E": 0.0002898475213441998, + "T": 0.025204049423336983, + "P": 0.0009643987868912518, + "-": 0.5333273410797119 + }, + "id": "tp_12308" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1538505, + "label": "-", + "classification": { + "B": 2.0480606508499477e-06, + "S": 2.088364453811664e-05, + "I": 0.0009576465236023068, + "C": 0.0020441242959350348, + "R": 0.0008836251799948514, + "M": 0.0013244054280221462, + "O": 0.00042034543002955616, + "W": 3.6423185520106927e-05, + "N": 9.068449435289949e-05, + "Y": 0.023604413494467735, + "U": 1.6615646018180996e-05, + "K": 0.00027430662885308266, + "L": 9.198975749313831e-05, + "G": 0.0024059335701167583, + "F": 0.04131070151925087, + "E": 0.0008938160026445985, + "T": 0.006110122427344322, + "P": 0.04080384224653244, + "-": 0.878708004951477 + }, + "id": "tp_12309" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1538639, + "label": "-", + "classification": { + "B": 5.478987077367492e-07, + "S": 6.563752208421647e-07, + "I": 3.5618211313703796e-06, + "C": 2.9612726848426973e-07, + "R": 5.895071808481589e-07, + "M": 0.00020768432295881212, + "O": 2.8579466743394732e-05, + "W": 1.5332831537762104e-07, + "N": 1.1611334116423677e-08, + "Y": 0.006006935611367226, + "U": 3.64427071852802e-10, + "K": 1.7533735574559728e-09, + "L": 4.4838639041699935e-06, + "G": 0.0003821985446847975, + "F": 0.0016756262630224228, + "E": 4.2776534314725723e-07, + "T": 0.0022331075742840767, + "P": 0.0002983484009746462, + "-": 0.9891567230224609 + }, + "id": "tp_12310" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1538772, + "label": "-", + "classification": { + "B": 1.0202717959373331e-07, + "S": 1.8598178996853676e-07, + "I": 2.282786759622013e-08, + "C": 7.232557663883199e-09, + "R": 4.514233431507364e-09, + "M": 7.141983587644063e-06, + "O": 4.651367817132268e-06, + "W": 2.293654155494096e-08, + "N": 4.0237341236704083e-10, + "Y": 9.757512998476159e-06, + "U": 1.0369338200588718e-11, + "K": 1.4996415220736026e-10, + "L": 1.962275320011031e-07, + "G": 4.754053406941239e-06, + "F": 0.0019211751641705632, + "E": 2.653829369592131e-07, + "T": 9.789473551791161e-06, + "P": 0.0007812646217644215, + "-": 0.9972606897354126 + }, + "id": "tp_12311" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1538906, + "label": "-", + "classification": { + "B": 2.6570357931632316e-06, + "S": 8.095934390439652e-06, + "I": 0.00033613297273404896, + "C": 1.1070644177380018e-05, + "R": 1.4499280950985849e-05, + "M": 0.004555319435894489, + "O": 0.00035548864980228245, + "W": 1.994011654460337e-06, + "N": 1.5177395198406884e-06, + "Y": 0.09805802255868912, + "U": 1.3508816287810532e-08, + "K": 2.6509522399464913e-07, + "L": 4.5306733227334917e-05, + "G": 0.007133669685572386, + "F": 0.002179892500862479, + "E": 1.891639840323478e-05, + "T": 0.03880726546049118, + "P": 0.0006906926864758134, + "-": 0.8477791547775269 + }, + "id": "tp_12312" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1539006, + "label": "-", + "classification": { + "B": 1.812770733522484e-08, + "S": 9.494068535786937e-07, + "I": 9.668096936366055e-06, + "C": 7.504920631618006e-07, + "R": 3.3846751534838404e-07, + "M": 3.795666998485103e-05, + "O": 1.2454589523258619e-05, + "W": 3.0664051564599504e-07, + "N": 6.533066994052206e-07, + "Y": 0.0022163158282637596, + "U": 9.599021133510632e-09, + "K": 1.589907242305344e-06, + "L": 2.280087159078903e-07, + "G": 3.351412306074053e-05, + "F": 0.0033338095527142286, + "E": 4.030104719277006e-06, + "T": 0.0018188933609053493, + "P": 0.006859347224235535, + "-": 0.9856692552566528 + }, + "id": "tp_12313" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1539139, + "label": "-", + "classification": { + "B": 1.2880202460152645e-10, + "S": 7.791973732906854e-10, + "I": 5.06576225234312e-06, + "C": 1.9989414568044594e-08, + "R": 6.89286272503864e-09, + "M": 5.081230938230874e-06, + "O": 2.1940692818134266e-07, + "W": 9.234103481858824e-10, + "N": 1.2201839538761305e-08, + "Y": 0.0007502431981265545, + "U": 6.533572294298295e-11, + "K": 7.0672325769294275e-09, + "L": 1.8762482678624792e-09, + "G": 3.345506684127031e-06, + "F": 4.831482146983035e-05, + "E": 5.320071636560897e-07, + "T": 0.00028142964583821595, + "P": 0.002475062618032098, + "-": 0.9964306950569153 + }, + "id": "tp_12314" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1539273, + "label": "-", + "classification": { + "B": 4.7913911060959435e-08, + "S": 1.962075373285188e-07, + "I": 7.358250149991363e-05, + "C": 2.7295134259475162e-06, + "R": 2.5764261408767197e-06, + "M": 0.00015095859998837113, + "O": 1.5146873010962736e-05, + "W": 1.575663901576263e-07, + "N": 5.432576131170208e-07, + "Y": 0.007117653265595436, + "U": 2.2917413744494297e-08, + "K": 6.44167357677361e-07, + "L": 1.0702392501116265e-06, + "G": 0.00025213079061359167, + "F": 0.0015552886761724949, + "E": 6.873287475173129e-06, + "T": 0.001937720226123929, + "P": 0.005781569518148899, + "-": 0.9831011891365051 + }, + "id": "tp_12315" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1539406, + "label": "P", + "classification": { + "B": 7.619496500410605e-07, + "S": 2.7392883339416585e-07, + "I": 0.0006504972698166966, + "C": 4.051277755934279e-06, + "R": 5.237523055257043e-07, + "M": 1.6457101082778536e-05, + "O": 4.6104996727081016e-06, + "W": 3.255431124671304e-07, + "N": 2.1955098418402486e-05, + "Y": 0.00013903390208724886, + "U": 3.385932814126136e-07, + "K": 8.741913006815594e-07, + "L": 4.1859644284159003e-07, + "G": 3.031355663551949e-05, + "F": 0.00026596002862788737, + "E": 0.00029870541766285896, + "T": 0.00012299150694161654, + "P": 0.7651297450065613, + "-": 0.2333122193813324 + }, + "id": "tp_12316" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1539506, + "label": "-", + "classification": { + "B": 4.347392845716058e-08, + "S": 3.788386493397411e-08, + "I": 0.0005933238426223397, + "C": 3.718107791428338e-06, + "R": 5.09494213929429e-07, + "M": 2.6525669454713352e-05, + "O": 3.822088274318958e-06, + "W": 6.981638023262349e-08, + "N": 5.344127202988602e-06, + "Y": 0.0008207244682125747, + "U": 3.864004582965208e-08, + "K": 2.1611693767908946e-08, + "L": 2.8527179551929294e-07, + "G": 4.073330637766048e-05, + "F": 5.619046714855358e-05, + "E": 5.459500243887305e-05, + "T": 0.0007004513754509389, + "P": 0.3142470419406891, + "-": 0.6834465265274048 + }, + "id": "tp_12317" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1539640, + "label": "-", + "classification": { + "B": 1.7527177988085896e-05, + "S": 4.660745162254898e-06, + "I": 0.005424788687378168, + "C": 0.0005737557075917721, + "R": 9.516597492620349e-05, + "M": 0.0004892783472314477, + "O": 0.00012832277570851147, + "W": 1.1574155905691441e-05, + "N": 0.0001752800599206239, + "Y": 0.002487068297341466, + "U": 2.2522346625919454e-05, + "K": 1.0361814929638058e-05, + "L": 5.0149134040111676e-05, + "G": 0.0008438577642664313, + "F": 0.001771980314515531, + "E": 0.0011763202492147684, + "T": 0.0030195165891200304, + "P": 0.3807397782802582, + "-": 0.6029581427574158 + }, + "id": "tp_12318" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1539773, + "label": "-", + "classification": { + "B": 0.0005740314954891801, + "S": 6.610862328670919e-05, + "I": 0.014987705275416374, + "C": 0.002937057288363576, + "R": 0.0006349527393467724, + "M": 0.003823566250503063, + "O": 0.00109825877007097, + "W": 0.00012766988947987556, + "N": 0.0006667946581728756, + "Y": 0.011874616146087646, + "U": 0.00011660261225188151, + "K": 2.9853837986593135e-05, + "L": 0.0007323750760406256, + "G": 0.006689153611660004, + "F": 0.00434105796739459, + "E": 0.004899044521152973, + "T": 0.008430336602032185, + "P": 0.350506454706192, + "-": 0.587464451789856 + }, + "id": "tp_12319" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1539907, + "label": "P", + "classification": { + "B": 1.1508389796688334e-09, + "S": 1.204055521952796e-09, + "I": 0.001090140431188047, + "C": 2.777231600248342e-07, + "R": 4.665236374989945e-08, + "M": 5.271224949865427e-07, + "O": 4.908841688688881e-08, + "W": 9.323263272520421e-10, + "N": 6.5338376771251205e-06, + "Y": 3.8146903534652665e-05, + "U": 4.513186713239747e-09, + "K": 3.2212213341153983e-07, + "L": 3.5980065593577137e-09, + "G": 7.024714705039514e-06, + "F": 5.503777720150538e-05, + "E": 0.0001620553230168298, + "T": 5.389699254010338e-06, + "P": 0.9261379241943359, + "-": 0.07249653339385986 + }, + "id": "tp_12320" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1540007, + "label": "-", + "classification": { + "B": 0.0006929752416908741, + "S": 9.155289444606751e-05, + "I": 0.007133167237043381, + "C": 0.0004222005372866988, + "R": 0.0003207050613127649, + "M": 0.0022956188768148422, + "O": 0.0020425827242434025, + "W": 0.00010720443242462352, + "N": 0.0002528230252210051, + "Y": 0.003724524984136224, + "U": 3.178076076437719e-05, + "K": 1.621855290068197e-06, + "L": 0.0009427456534467638, + "G": 0.003955218940973282, + "F": 0.002125578233972192, + "E": 0.0012989143142476678, + "T": 0.005840239115059376, + "P": 0.3297860324382782, + "-": 0.6389344930648804 + }, + "id": "tp_12321" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1540140, + "label": "P", + "classification": { + "B": 6.252362254599575e-06, + "S": 9.478073934587883e-07, + "I": 0.013354162685573101, + "C": 1.5689802239648998e-05, + "R": 8.185725164366886e-07, + "M": 0.00012221532233525068, + "O": 6.467686944233719e-06, + "W": 3.265806185481779e-07, + "N": 0.000271126365987584, + "Y": 0.000501599395647645, + "U": 3.3132198495877674e-07, + "K": 1.3947619663667865e-06, + "L": 8.115682703646598e-07, + "G": 0.00011188571806997061, + "F": 0.00010031130659626797, + "E": 0.00420211348682642, + "T": 0.0006093444535508752, + "P": 0.8898352980613708, + "-": 0.09085889160633087 + }, + "id": "tp_12322" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1540274, + "label": "-", + "classification": { + "B": 1.7139485862571746e-05, + "S": 7.113668289093766e-06, + "I": 0.014245633035898209, + "C": 0.00022746411559637636, + "R": 9.941018652170897e-05, + "M": 0.0007861867197789252, + "O": 0.000167424586834386, + "W": 2.060185397567693e-05, + "N": 0.0005688422243110836, + "Y": 0.011441625654697418, + "U": 2.123210288118571e-05, + "K": 0.00015859304403420538, + "L": 2.5620211090426892e-05, + "G": 0.0020068392623215914, + "F": 0.005314930342137814, + "E": 0.0020787601824849844, + "T": 0.005673583131283522, + "P": 0.3346150517463684, + "-": 0.6225240230560303 + }, + "id": "tp_12323" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1540407, + "label": "-", + "classification": { + "B": 4.441870260052383e-06, + "S": 2.4500996005372144e-06, + "I": 0.0018187178066000342, + "C": 0.00023423024686053395, + "R": 9.567316737957299e-05, + "M": 0.00033987665665335953, + "O": 0.00015167614037636667, + "W": 1.171046187664615e-05, + "N": 6.454355752794072e-05, + "Y": 0.007480110973119736, + "U": 1.483774212829303e-05, + "K": 2.2458401872427203e-05, + "L": 2.2607124265050516e-05, + "G": 0.0010168051812797785, + "F": 0.001342107425443828, + "E": 0.0004518974747043103, + "T": 0.00424910057336092, + "P": 0.09802336245775223, + "-": 0.8846533894538879 + }, + "id": "tp_12324" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1540507, + "label": "P", + "classification": { + "B": 4.220601113047451e-08, + "S": 4.1235225012314913e-08, + "I": 0.00014218641445040703, + "C": 1.1871850347233703e-06, + "R": 1.4453580376994069e-07, + "M": 4.454022473510122e-06, + "O": 6.422175147235976e-07, + "W": 2.9179314964267178e-08, + "N": 1.4065390132600442e-06, + "Y": 0.00019093307491857558, + "U": 4.341697135146205e-08, + "K": 4.369903194856306e-08, + "L": 1.0995767496524422e-07, + "G": 1.4445739907387178e-05, + "F": 0.0002141023287549615, + "E": 2.299039260833524e-05, + "T": 8.59760693856515e-05, + "P": 0.5229309797286987, + "-": 0.4763902425765991 + }, + "id": "tp_12325" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1540641, + "label": "P", + "classification": { + "B": 1.6186869800094428e-07, + "S": 5.814837678030926e-08, + "I": 8.481103577651083e-05, + "C": 8.543553917661484e-07, + "R": 6.976959809890104e-08, + "M": 5.668335234076949e-06, + "O": 8.569127203372773e-07, + "W": 6.149218023665526e-08, + "N": 2.8627734991459874e-06, + "Y": 0.00012492430687416345, + "U": 3.5660697506045835e-08, + "K": 8.80394338764745e-07, + "L": 2.6887626347615878e-08, + "G": 2.7679705453920178e-05, + "F": 0.0004984796978533268, + "E": 0.00024977989960461855, + "T": 3.6045341403223574e-05, + "P": 0.6135087609291077, + "-": 0.3854580223560333 + }, + "id": "tp_12326" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1540774, + "label": "-", + "classification": { + "B": 3.110745456069708e-05, + "S": 3.821411610260839e-06, + "I": 0.007843508385121822, + "C": 0.00046234152978286147, + "R": 8.781061478657648e-05, + "M": 0.0005209168302826583, + "O": 7.885425293352455e-05, + "W": 8.94581444299547e-06, + "N": 0.0002236253349110484, + "Y": 0.0062379599548876286, + "U": 2.215088352386374e-05, + "K": 3.464870678726584e-05, + "L": 4.3539526814129204e-05, + "G": 0.0027611898258328438, + "F": 0.005285239778459072, + "E": 0.0030003490392118692, + "T": 0.0017369649140164256, + "P": 0.45947498083114624, + "-": 0.5121421217918396 + }, + "id": "tp_12327" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1540908, + "label": "-", + "classification": { + "B": 4.1913099835255707e-07, + "S": 1.4947853799185395e-07, + "I": 0.0003320287505630404, + "C": 7.0987921390042175e-06, + "R": 1.4885270047670929e-06, + "M": 6.487278005806729e-05, + "O": 1.7306525478488766e-05, + "W": 3.0858367949804233e-07, + "N": 5.290761691867374e-06, + "Y": 0.00031347654294222593, + "U": 2.30035738013612e-07, + "K": 2.9342256624431684e-08, + "L": 2.077733142868965e-06, + "G": 9.887306077871472e-05, + "F": 0.00011234898556722328, + "E": 3.210127761121839e-05, + "T": 0.0012105812784284353, + "P": 0.27760449051856995, + "-": 0.7201968431472778 + }, + "id": "tp_12328" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1541008, + "label": "P", + "classification": { + "B": 0.0001769823138602078, + "S": 2.269449396408163e-05, + "I": 0.0013830714160576463, + "C": 1.4810480934102088e-05, + "R": 4.243888724886347e-06, + "M": 0.00042266162927262485, + "O": 0.00015964382328093052, + "W": 1.6410505850217305e-05, + "N": 0.00014686767826788127, + "Y": 0.00048202695325016975, + "U": 2.8639774427574594e-06, + "K": 1.978416730707977e-05, + "L": 1.7552205463289283e-05, + "G": 0.0005399346700869501, + "F": 0.0046928352676332, + "E": 0.0039006799925118685, + "T": 0.0003299418604001403, + "P": 0.7216390371322632, + "-": 0.26602789759635925 + }, + "id": "tp_12329" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1541141, + "label": "-", + "classification": { + "B": 5.7049939641729e-05, + "S": 1.3050276720605325e-05, + "I": 0.0009385793237015605, + "C": 1.854890797403641e-05, + "R": 5.382202743930975e-06, + "M": 0.0013478104956448078, + "O": 0.0002485511649865657, + "W": 8.373823220608756e-06, + "N": 3.546651714714244e-05, + "Y": 0.0008155170944519341, + "U": 1.0337839739804622e-06, + "K": 4.2140348455177445e-07, + "L": 3.678559005493298e-05, + "G": 0.0005263873026706278, + "F": 0.0008491167682223022, + "E": 0.0008811206789687276, + "T": 0.0022708659525960684, + "P": 0.2112644612789154, + "-": 0.7806814312934875 + }, + "id": "tp_12330" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1541275, + "label": "P", + "classification": { + "B": 0.00013802708417642862, + "S": 7.130861195037141e-05, + "I": 0.00877613015472889, + "C": 7.902861398179084e-05, + "R": 1.8873939552577212e-05, + "M": 0.0004446548700798303, + "O": 0.00016151598538272083, + "W": 3.2246192859020084e-05, + "N": 0.0011145776370540261, + "Y": 0.0006811259663663805, + "U": 1.0612542610033415e-05, + "K": 1.0379107152402867e-05, + "L": 3.248425855417736e-05, + "G": 0.00033246801467612386, + "F": 0.0012073724064975977, + "E": 0.0031148316338658333, + "T": 0.0010852380655705929, + "P": 0.8847283124923706, + "-": 0.09796085208654404 + }, + "id": "tp_12331" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1541408, + "label": "P", + "classification": { + "B": 6.381453567883e-05, + "S": 3.887643742928049e-06, + "I": 0.005284866783767939, + "C": 0.00012209262058604509, + "R": 1.3001395927858539e-05, + "M": 0.0004770937957800925, + "O": 5.520165359484963e-05, + "W": 6.4011619542725384e-06, + "N": 0.00011202063615201041, + "Y": 0.0015102509642019868, + "U": 4.4449843699112535e-06, + "K": 5.17534726895974e-06, + "L": 2.0723593479488045e-05, + "G": 0.0008987263427115977, + "F": 0.001170036499388516, + "E": 0.004145507700741291, + "T": 0.0005561007419601083, + "P": 0.6912135481834412, + "-": 0.29433712363243103 + }, + "id": "tp_12332" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1541508, + "label": "-", + "classification": { + "B": 6.007586428324885e-09, + "S": 3.21671966840853e-10, + "I": 4.880499545834027e-06, + "C": 1.642326274975403e-09, + "R": 1.7345123948242502e-10, + "M": 1.4521087905450258e-06, + "O": 3.457465140854765e-07, + "W": 2.8438662535990034e-10, + "N": 8.32005220274823e-09, + "Y": 1.0420935723232105e-06, + "U": 1.3827017655843044e-11, + "K": 8.744416459373697e-14, + "L": 1.0692433605186125e-08, + "G": 5.425973768069525e-07, + "F": 2.7549285164241155e-07, + "E": 1.5663583496916544e-07, + "T": 2.071741982945241e-05, + "P": 0.287127286195755, + "-": 0.7128433585166931 + }, + "id": "tp_12333" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1541642, + "label": "-", + "classification": { + "B": 2.7905912247661036e-07, + "S": 4.062831351347995e-07, + "I": 0.0007789009832777083, + "C": 2.938824036391452e-05, + "R": 4.809009624295868e-06, + "M": 2.2727799660060555e-05, + "O": 1.4550952982972376e-05, + "W": 6.99484246524662e-07, + "N": 4.7071054723346606e-05, + "Y": 0.0006579672335647047, + "U": 7.303164579752774e-07, + "K": 4.032602737424895e-05, + "L": 4.680416907376639e-07, + "G": 0.00020422371744643897, + "F": 0.0027597302105277777, + "E": 0.0006213649176061153, + "T": 0.00018850697961170226, + "P": 0.3760496973991394, + "-": 0.6185780763626099 + }, + "id": "tp_12334" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1541775, + "label": "-", + "classification": { + "B": 1.6164589169420651e-06, + "S": 1.1947288385272259e-06, + "I": 0.0008202056051231921, + "C": 3.267138890805654e-05, + "R": 5.779026196250925e-06, + "M": 5.9396657889010385e-05, + "O": 3.9866154111223295e-05, + "W": 2.726002321651322e-06, + "N": 4.9617541662883013e-05, + "Y": 0.000715001136995852, + "U": 3.0398516628338257e-06, + "K": 1.1500827895360999e-05, + "L": 3.0607000098825665e-06, + "G": 0.00020669837249442935, + "F": 0.0009707679273560643, + "E": 0.0002549743221607059, + "T": 0.0010592896724119782, + "P": 0.33544111251831055, + "-": 0.6603214740753174 + }, + "id": "tp_12335" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1541875, + "label": "P", + "classification": { + "B": 1.7340002500532137e-07, + "S": 1.1166719104949152e-08, + "I": 0.00045138527639210224, + "C": 2.0613229025912005e-06, + "R": 1.4894526145781128e-07, + "M": 5.481344942381838e-06, + "O": 6.567399850609945e-07, + "W": 7.181753147733616e-08, + "N": 4.1839334699034225e-06, + "Y": 8.725053339730948e-05, + "U": 1.0281462436978472e-07, + "K": 7.47967703773611e-07, + "L": 7.110630662054973e-08, + "G": 1.7056509022950195e-05, + "F": 0.00012339268869254738, + "E": 0.0004949588910676539, + "T": 3.242416642024182e-05, + "P": 0.7581449151039124, + "-": 0.240634948015213 + }, + "id": "tp_12336" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1542009, + "label": "-", + "classification": { + "B": 2.499516767784371e-06, + "S": 8.190322660084348e-07, + "I": 0.00026944695855490863, + "C": 5.57899329578504e-06, + "R": 3.8883015918145247e-07, + "M": 0.00022649213497061282, + "O": 1.7692032997729257e-05, + "W": 8.180338681995636e-07, + "N": 1.4988580005592667e-05, + "Y": 0.0013900581980124116, + "U": 2.7184563577975496e-07, + "K": 4.777917638421059e-06, + "L": 1.4818641602687421e-06, + "G": 0.00022847131185699254, + "F": 0.0009010047069750726, + "E": 0.0024447485338896513, + "T": 0.0007272493676282465, + "P": 0.2558445334434509, + "-": 0.7379186749458313 + }, + "id": "tp_12337" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1542142, + "label": "-", + "classification": { + "B": 1.032559339364525e-06, + "S": 5.554627477977192e-07, + "I": 0.0007518042693845928, + "C": 1.590976899024099e-05, + "R": 2.931828475993825e-06, + "M": 1.7509193639853038e-05, + "O": 1.2595016414707061e-05, + "W": 1.0600955420159153e-06, + "N": 2.5581728550605476e-05, + "Y": 0.0004365330096334219, + "U": 8.163683560269419e-07, + "K": 4.30974296250497e-06, + "L": 7.593506552439067e-07, + "G": 8.15091043477878e-05, + "F": 0.0007108445279300213, + "E": 0.00025026523508131504, + "T": 0.00033868072205223143, + "P": 0.3301311433315277, + "-": 0.6672162413597107 + }, + "id": "tp_12338" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1542276, + "label": "P", + "classification": { + "B": 5.835318575009296e-07, + "S": 1.3672720342583489e-06, + "I": 0.00636358093470335, + "C": 0.0002104189625242725, + "R": 4.978087599738501e-05, + "M": 4.8629091907059774e-05, + "O": 3.204704626114108e-05, + "W": 4.2563738134049345e-06, + "N": 0.0005135418614372611, + "Y": 0.00382201187312603, + "U": 4.44545958089293e-06, + "K": 0.0006353893550112844, + "L": 1.4661708291896502e-06, + "G": 0.0012815060326829553, + "F": 0.004458362236618996, + "E": 0.0045166113413870335, + "T": 0.0007367855287156999, + "P": 0.5213152170181274, + "-": 0.45600393414497375 + }, + "id": "tp_12339" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1542376, + "label": "-", + "classification": { + "B": 4.3318539866277206e-08, + "S": 4.337624659456196e-08, + "I": 0.00027152113034389913, + "C": 3.0637486361229094e-06, + "R": 4.745839987663203e-07, + "M": 8.888769116310868e-06, + "O": 2.455020421621157e-06, + "W": 8.286056640827155e-08, + "N": 3.1085667160368757e-06, + "Y": 0.0003927322686649859, + "U": 6.686528308819106e-08, + "K": 7.563415493905268e-08, + "L": 1.3993427216973942e-07, + "G": 2.251967271149624e-05, + "F": 0.00011833204189315438, + "E": 9.379810762766283e-06, + "T": 0.0006731508183293045, + "P": 0.2219121754169464, + "-": 0.7765817642211914 + }, + "id": "tp_12340" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1542509, + "label": "-", + "classification": { + "B": 0.0005505805020220578, + "S": 0.002010879572480917, + "I": 0.03993648663163185, + "C": 0.006369351875036955, + "R": 0.002428353065624833, + "M": 0.005259576253592968, + "O": 0.009580872021615505, + "W": 0.0019261888228356838, + "N": 0.018245797604322433, + "Y": 0.16497790813446045, + "U": 0.0002558486594352871, + "K": 0.02027934044599533, + "L": 0.00048460555262863636, + "G": 0.04289535805583, + "F": 0.026699978858232498, + "E": 0.020692333579063416, + "T": 0.052230846136808395, + "P": 0.1427401751279831, + "-": 0.44243553280830383 + }, + "id": "tp_12341" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1542643, + "label": "-", + "classification": { + "B": 0.00025416514836251736, + "S": 9.843936277320608e-05, + "I": 0.004045545589178801, + "C": 0.00037540830089710653, + "R": 0.0001468376867705956, + "M": 0.001808219007216394, + "O": 0.0010232306085526943, + "W": 9.271576709579676e-05, + "N": 0.0004775269189849496, + "Y": 0.007141977082937956, + "U": 5.488101305672899e-05, + "K": 0.00010437882883707061, + "L": 0.00023671792587265372, + "G": 0.00528216827660799, + "F": 0.01406471524387598, + "E": 0.002584409900009632, + "T": 0.006355574820190668, + "P": 0.2825171947479248, + "-": 0.6733358502388 + }, + "id": "tp_12342" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1542776, + "label": "-", + "classification": { + "B": 2.633811391206109e-06, + "S": 1.430339125363389e-06, + "I": 0.0007166662253439426, + "C": 3.1481602491112426e-05, + "R": 5.162972229300067e-06, + "M": 3.4399879950797185e-05, + "O": 2.3644042812520638e-05, + "W": 3.118893801001832e-06, + "N": 2.771437902993057e-05, + "Y": 0.0007873306167311966, + "U": 1.6782190641606576e-06, + "K": 4.31182570537203e-06, + "L": 2.4257860786747187e-06, + "G": 0.00012012521619908512, + "F": 0.0011861711973324418, + "E": 0.00017891914467327297, + "T": 0.0003793404612224549, + "P": 0.3637326657772064, + "-": 0.632760763168335 + }, + "id": "tp_12343" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1542876, + "label": "P", + "classification": { + "B": 2.456324409649824e-06, + "S": 2.1390387701103464e-06, + "I": 0.002692712005227804, + "C": 1.7672249668976292e-05, + "R": 4.205256573186489e-06, + "M": 8.616074046585709e-05, + "O": 2.3856298867031e-05, + "W": 2.537970431149006e-06, + "N": 0.0001414638536516577, + "Y": 0.0008272771956399083, + "U": 2.393846898485208e-06, + "K": 1.4338404980662744e-05, + "L": 2.2777139747631736e-06, + "G": 0.00017268265946768224, + "F": 0.0011285986984148622, + "E": 0.0008579238783568144, + "T": 0.0007473370642401278, + "P": 0.6343741416931152, + "-": 0.3588997423648834 + }, + "id": "tp_12344" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1543010, + "label": "-", + "classification": { + "B": 1.121488480748667e-06, + "S": 8.251415124505002e-07, + "I": 0.003252057358622551, + "C": 5.540536221815273e-05, + "R": 2.07390621653758e-05, + "M": 8.317075844388455e-05, + "O": 3.120397377642803e-05, + "W": 2.320927478649537e-06, + "N": 0.00014962929708417505, + "Y": 0.0015976197319105268, + "U": 3.789639777096454e-06, + "K": 7.392460247501731e-05, + "L": 2.6707753022492398e-06, + "G": 0.0006211960571818054, + "F": 0.004318747203797102, + "E": 0.0012943324400112033, + "T": 0.0010674216318875551, + "P": 0.4016050100326538, + "-": 0.5858188271522522 + }, + "id": "tp_12345" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1543143, + "label": "P", + "classification": { + "B": 0.0017207303317263722, + "S": 0.002763682045042515, + "I": 0.06481125950813293, + "C": 0.008853195235133171, + "R": 0.0035878869239240885, + "M": 0.007925014942884445, + "O": 0.004828568547964096, + "W": 0.0026924721896648407, + "N": 0.01983834058046341, + "Y": 0.03421453759074211, + "U": 0.002469220431521535, + "K": 0.01602574624121189, + "L": 0.0012536332942545414, + "G": 0.013203676789999008, + "F": 0.03489955887198448, + "E": 0.0360121876001358, + "T": 0.02088172361254692, + "P": 0.36405637860298157, + "-": 0.35996222496032715 + }, + "id": "tp_12346" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1543277, + "label": "-", + "classification": { + "B": 4.325987106312823e-07, + "S": 3.4493972123073036e-08, + "I": 7.679052941966802e-06, + "C": 3.357794753355847e-07, + "R": 2.273060317747877e-08, + "M": 4.784134034707677e-06, + "O": 1.799454707906989e-06, + "W": 3.087528810397089e-08, + "N": 2.3604722798609146e-07, + "Y": 2.456287074892316e-05, + "U": 1.7630098270160488e-08, + "K": 6.149906539576477e-08, + "L": 1.199285719621912e-07, + "G": 1.4509478205582127e-05, + "F": 0.00032898547942750156, + "E": 2.4990164092741907e-05, + "T": 5.173195677343756e-05, + "P": 0.19773893058300018, + "-": 0.8018006086349487 + }, + "id": "tp_12347" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1543377, + "label": "-", + "classification": { + "B": 0.0006539340829476714, + "S": 0.00017293519340455532, + "I": 0.005464428104460239, + "C": 0.0008497521048411727, + "R": 0.00023402037913911045, + "M": 0.0017583167646080256, + "O": 0.0009388484759256244, + "W": 0.0002445847203489393, + "N": 0.0011384214740246534, + "Y": 0.007562913466244936, + "U": 0.00017523489077575505, + "K": 0.0006788528990000486, + "L": 0.00018347617879044265, + "G": 0.005417835898697376, + "F": 0.016024162992835045, + "E": 0.01046014204621315, + "T": 0.004315127618610859, + "P": 0.46451008319854736, + "-": 0.4792170524597168 + }, + "id": "tp_12348" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1543510, + "label": "P", + "classification": { + "B": 5.178610873457501e-09, + "S": 6.229056714879277e-10, + "I": 3.141391061944887e-05, + "C": 9.215568042009181e-08, + "R": 4.19626333680867e-09, + "M": 1.360540181849501e-06, + "O": 1.2452858300093794e-07, + "W": 1.0741781908407688e-09, + "N": 1.341237094720782e-07, + "Y": 9.16012140805833e-06, + "U": 1.0424249241580696e-09, + "K": 2.814255772864982e-10, + "L": 7.732770868074113e-09, + "G": 2.138516265404178e-06, + "F": 8.703409548616037e-06, + "E": 5.9844082898052875e-06, + "T": 2.2466037989943288e-05, + "P": 0.5386312007904053, + "-": 0.4612872302532196 + }, + "id": "tp_12349" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1543644, + "label": "-", + "classification": { + "B": 5.786666701368404e-09, + "S": 9.381372123584697e-09, + "I": 1.0969922641379526e-06, + "C": 1.8042207727830828e-08, + "R": 1.8425370118535511e-09, + "M": 4.554942449885857e-07, + "O": 2.9584140293081873e-07, + "W": 1.0089555857462074e-08, + "N": 3.352294797309696e-08, + "Y": 1.3842158296029083e-05, + "U": 4.833481948018914e-10, + "K": 9.933397215888817e-09, + "L": 2.958901790250934e-09, + "G": 9.505962452749372e-07, + "F": 0.00010250273044221103, + "E": 1.3473548960973858e-06, + "T": 7.340501724684145e-06, + "P": 0.1078551858663559, + "-": 0.8920170068740845 + }, + "id": "tp_12350" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1543777, + "label": "P", + "classification": { + "B": 3.176678001182154e-05, + "S": 8.455503120785579e-06, + "I": 0.001393887447193265, + "C": 4.200499824946746e-05, + "R": 1.3586204659077339e-05, + "M": 0.0003004621248692274, + "O": 0.00016283889999613166, + "W": 6.3852762650640216e-06, + "N": 7.433669088641182e-05, + "Y": 0.000609629089012742, + "U": 2.5623603505664505e-06, + "K": 4.457273234947934e-07, + "L": 2.748726910795085e-05, + "G": 0.0003938205190934241, + "F": 0.00042674437281675637, + "E": 0.0002900133840739727, + "T": 0.002182838972657919, + "P": 0.5136435031890869, + "-": 0.480389267206192 + }, + "id": "tp_12351" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1543877, + "label": "-", + "classification": { + "B": 7.353579576374614e-07, + "S": 7.697230444136949e-07, + "I": 0.0009526396170258522, + "C": 1.6529287677258253e-05, + "R": 2.394443527009571e-06, + "M": 8.377230551559478e-05, + "O": 1.7078444216167554e-05, + "W": 9.919322110363282e-07, + "N": 3.1232186302077025e-05, + "Y": 0.0006349867908284068, + "U": 1.1268055004620692e-06, + "K": 1.3989593981023063e-06, + "L": 1.936621401910088e-06, + "G": 8.49342395667918e-05, + "F": 0.0004083462408743799, + "E": 0.0003403480804990977, + "T": 0.0009808341274037957, + "P": 0.38052278757095337, + "-": 0.6159171462059021 + }, + "id": "tp_12352" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1544011, + "label": "-", + "classification": { + "B": 1.3929368378740037e-06, + "S": 1.5307685998777742e-06, + "I": 0.0004891191492788494, + "C": 3.422874942771159e-05, + "R": 9.957002475857735e-06, + "M": 6.127113738330081e-05, + "O": 3.230862785130739e-05, + "W": 3.96268478652928e-06, + "N": 2.2494394215755165e-05, + "Y": 0.001794483163394034, + "U": 4.19739308199496e-06, + "K": 3.953453779104166e-05, + "L": 2.434620000713039e-06, + "G": 0.00018848144100047648, + "F": 0.002830787096172571, + "E": 0.0001896671747090295, + "T": 0.0006007939809933305, + "P": 0.15601085126399994, + "-": 0.8376825451850891 + }, + "id": "tp_12353" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1544144, + "label": "P", + "classification": { + "B": 7.176769486250123e-06, + "S": 1.110005200644082e-06, + "I": 0.0010356283746659756, + "C": 4.314455509302206e-05, + "R": 4.21645063397591e-06, + "M": 0.00010512876906432211, + "O": 1.4369775271916296e-05, + "W": 1.3013911939196987e-06, + "N": 2.8948183171451092e-05, + "Y": 0.0005367924459278584, + "U": 8.338248562722583e-07, + "K": 3.113163757006987e-06, + "L": 6.415703865059186e-06, + "G": 0.0009121046168729663, + "F": 0.009422263130545616, + "E": 0.0027648075483739376, + "T": 0.00016789487563073635, + "P": 0.6241994500160217, + "-": 0.36074528098106384 + }, + "id": "tp_12354" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1544278, + "label": "P", + "classification": { + "B": 3.29374103102964e-07, + "S": 7.848530003684573e-07, + "I": 0.00034858399885706604, + "C": 4.505783635977423e-06, + "R": 3.7965648402860097e-07, + "M": 6.292098987614736e-06, + "O": 5.174318175704684e-06, + "W": 9.138119025919877e-07, + "N": 3.8387541280826554e-05, + "Y": 0.00014645907504018396, + "U": 8.203990660149429e-07, + "K": 2.2788266505813226e-05, + "L": 1.3410974020189315e-07, + "G": 2.0235294869053178e-05, + "F": 0.0015736693749204278, + "E": 0.0007955505861900747, + "T": 5.052495907875709e-05, + "P": 0.729607880115509, + "-": 0.2673766016960144 + }, + "id": "tp_12355" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1544378, + "label": "-", + "classification": { + "B": 9.283375457247445e-11, + "S": 2.8805233198703206e-10, + "I": 5.6103486713254824e-05, + "C": 1.6433129701454163e-07, + "R": 9.004547329993784e-09, + "M": 1.068727215169929e-06, + "O": 4.9428475534796235e-08, + "W": 5.049924922673199e-10, + "N": 1.4644501789007336e-07, + "Y": 3.24360080412589e-05, + "U": 5.720110496376662e-10, + "K": 2.0892068075539783e-09, + "L": 1.8621743036462135e-09, + "G": 9.878503988147713e-07, + "F": 2.0163537556072697e-05, + "E": 3.553805299816304e-06, + "T": 2.928731555584818e-05, + "P": 0.23031549155712128, + "-": 0.7695406079292297 + }, + "id": "tp_12356" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1544511, + "label": "P", + "classification": { + "B": 2.2473500393971335e-06, + "S": 1.2695578561761067e-06, + "I": 0.0011685944627970457, + "C": 4.232239007251337e-06, + "R": 1.063132344825135e-06, + "M": 2.108929220412392e-05, + "O": 7.17895318302908e-06, + "W": 1.0622850368235959e-06, + "N": 4.501916191657074e-05, + "Y": 0.0001220612321048975, + "U": 5.400552822720783e-07, + "K": 1.2311057844272e-06, + "L": 8.438460099569056e-07, + "G": 2.8602387828868814e-05, + "F": 0.0003045383491553366, + "E": 0.00022759327839594334, + "T": 0.00012672536831814796, + "P": 0.8443300127983093, + "-": 0.15360607206821442 + }, + "id": "tp_12357" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1544645, + "label": "P", + "classification": { + "B": 0.0003138133033644408, + "S": 1.6411106116720475e-05, + "I": 0.003189629875123501, + "C": 2.3274533305084333e-05, + "R": 4.346511559560895e-06, + "M": 0.0003131430421490222, + "O": 0.0001789572706911713, + "W": 1.691873330855742e-05, + "N": 6.874537939438596e-05, + "Y": 0.00025699715479277074, + "U": 2.256609832329559e-06, + "K": 3.021614816134388e-07, + "L": 4.4776064896723256e-05, + "G": 0.0003794775402639061, + "F": 0.0004489416314754635, + "E": 0.0010761870071291924, + "T": 0.0003288057923782617, + "P": 0.701756477355957, + "-": 0.29158055782318115 + }, + "id": "tp_12358" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1544778, + "label": "-", + "classification": { + "B": 8.30901899462333e-06, + "S": 6.957922323636012e-06, + "I": 0.00458861980587244, + "C": 0.00022198999067768455, + "R": 3.427328556426801e-05, + "M": 0.00041971271275542676, + "O": 9.480094013269991e-05, + "W": 1.2979822713532485e-05, + "N": 0.0002204499178333208, + "Y": 0.008359665982425213, + "U": 9.96368453343166e-06, + "K": 0.00010633272177074105, + "L": 1.0880955414904747e-05, + "G": 0.001215602969750762, + "F": 0.003177525708451867, + "E": 0.004836962558329105, + "T": 0.001838506548665464, + "P": 0.2828250527381897, + "-": 0.6920114159584045 + }, + "id": "tp_12359" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1544878, + "label": "-", + "classification": { + "B": 2.952436261693947e-06, + "S": 5.2299407116152e-07, + "I": 0.005320159252732992, + "C": 9.128374949796125e-05, + "R": 3.1440587918041274e-05, + "M": 6.494375702459365e-05, + "O": 3.476228448562324e-05, + "W": 2.310425088580814e-06, + "N": 6.254890467971563e-05, + "Y": 0.00254697073251009, + "U": 2.677743395906873e-06, + "K": 1.996459559450159e-06, + "L": 4.6183986341929995e-06, + "G": 0.0005209787632338703, + "F": 0.00043280626414343715, + "E": 0.0002486994198989123, + "T": 0.00129634328186512, + "P": 0.3797752559185028, + "-": 0.609558641910553 + }, + "id": "tp_12360" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1545012, + "label": "-", + "classification": { + "B": 3.0512945503602396e-09, + "S": 1.209875666319249e-08, + "I": 0.00015732152678538114, + "C": 1.9358594727236778e-06, + "R": 1.183306679308771e-07, + "M": 4.398897999635665e-06, + "O": 5.305792001308873e-07, + "W": 9.63060209357991e-09, + "N": 2.660639211171656e-06, + "Y": 9.496143320575356e-05, + "U": 1.2271225813265119e-08, + "K": 2.0612097273442487e-07, + "L": 1.3258973474705726e-08, + "G": 1.619226713955868e-05, + "F": 8.570521458750591e-05, + "E": 0.00012006780889350921, + "T": 4.336570418672636e-05, + "P": 0.4602123498916626, + "-": 0.53926020860672 + }, + "id": "tp_12361" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1545145, + "label": "P", + "classification": { + "B": 0.0003427037154324353, + "S": 4.2813400796148926e-05, + "I": 0.002084111561998725, + "C": 7.523192471126094e-05, + "R": 1.0080685569846537e-05, + "M": 0.0008622932364232838, + "O": 0.00047615065705031157, + "W": 2.0647250494221225e-05, + "N": 0.00019900142797268927, + "Y": 0.0003724365960806608, + "U": 4.672368049796205e-06, + "K": 1.2033783605147619e-06, + "L": 7.615678623551503e-05, + "G": 0.0006099955644458532, + "F": 0.0006602959474548697, + "E": 0.002096569864079356, + "T": 0.001206614077091217, + "P": 0.5594186782836914, + "-": 0.4314403235912323 + }, + "id": "tp_12362" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1545279, + "label": "-", + "classification": { + "B": 2.531130682825733e-08, + "S": 2.7120076850906116e-08, + "I": 5.4521457059308887e-05, + "C": 6.409944148799696e-07, + "R": 2.7223626020145275e-08, + "M": 2.372789140281384e-06, + "O": 1.0935382306342945e-06, + "W": 2.7980854966358493e-08, + "N": 1.1604175824686536e-06, + "Y": 1.5968766092555597e-05, + "U": 1.802463422961864e-08, + "K": 5.6199304765414126e-08, + "L": 3.778076518301532e-08, + "G": 8.491639164276421e-06, + "F": 0.0001129572992795147, + "E": 2.172131098632235e-05, + "T": 5.367546691559255e-05, + "P": 0.3219144940376282, + "-": 0.6778126955032349 + }, + "id": "tp_12363" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1545379, + "label": "-", + "classification": { + "B": 2.9785368838020077e-08, + "S": 5.822603839078511e-07, + "I": 0.000299818319035694, + "C": 7.407097655232064e-07, + "R": 5.058524266132736e-07, + "M": 1.67214784596581e-05, + "O": 7.811694558768068e-06, + "W": 3.75416050246713e-07, + "N": 9.398047950526234e-06, + "Y": 0.00037261235411278903, + "U": 8.774852489068508e-08, + "K": 5.772527629233082e-07, + "L": 2.2124741860807262e-07, + "G": 1.7280943211517297e-05, + "F": 0.00034997015609405935, + "E": 1.651284947001841e-05, + "T": 0.0009622289799153805, + "P": 0.3286258280277252, + "-": 0.6693186163902283 + }, + "id": "tp_12364" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1545512, + "label": "-", + "classification": { + "B": 1.7299189636332812e-08, + "S": 1.479037692320162e-08, + "I": 8.743525540921837e-05, + "C": 2.426275159450597e-06, + "R": 1.6166569594133762e-07, + "M": 6.392420345946448e-06, + "O": 1.1678157534333877e-06, + "W": 2.889382066939561e-08, + "N": 1.1096269645349821e-06, + "Y": 0.0001956784981302917, + "U": 3.630337630511349e-08, + "K": 1.4807433501573541e-07, + "L": 4.4448867697610694e-08, + "G": 1.8295015252078883e-05, + "F": 6.397973629646003e-05, + "E": 2.5542945877532475e-05, + "T": 0.00011380673822714016, + "P": 0.1475817710161209, + "-": 0.8519018888473511 + }, + "id": "tp_12365" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1545646, + "label": "P", + "classification": { + "B": 7.283759623533115e-05, + "S": 2.799821686494397e-06, + "I": 0.0022036307491362095, + "C": 0.0001017483591567725, + "R": 1.9205428543500602e-05, + "M": 0.0003977893793489784, + "O": 0.00015411985805258155, + "W": 8.553877705708146e-06, + "N": 4.678021286963485e-05, + "Y": 0.0003739646926987916, + "U": 3.8127861898828996e-06, + "K": 1.6615221909432876e-07, + "L": 6.397836114047095e-05, + "G": 0.00046354637015610933, + "F": 0.0004654418444260955, + "E": 0.0004986559506505728, + "T": 0.0008277129963971674, + "P": 0.50229412317276, + "-": 0.49200117588043213 + }, + "id": "tp_12366" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1545779, + "label": "-", + "classification": { + "B": 1.5744899428682402e-05, + "S": 1.3457774002745282e-05, + "I": 0.0015682782977819443, + "C": 0.00042339295032434165, + "R": 0.00017934784409590065, + "M": 0.001241512829437852, + "O": 0.0003787849855143577, + "W": 3.334091525175609e-05, + "N": 7.406267104670405e-05, + "Y": 0.007435261271893978, + "U": 3.603788718464784e-05, + "K": 3.091775579378009e-05, + "L": 0.00016266314196400344, + "G": 0.0024662718642503023, + "F": 0.00809845607727766, + "E": 0.0006504205521196127, + "T": 0.00564864045009017, + "P": 0.11585848033428192, + "-": 0.8556848764419556 + }, + "id": "tp_12367" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1545879, + "label": "P", + "classification": { + "B": 2.7810534675154486e-07, + "S": 1.5451122692411445e-07, + "I": 0.000792518665548414, + "C": 1.6491684391439776e-06, + "R": 3.3404739951947704e-07, + "M": 1.2411265743139666e-05, + "O": 2.866394879674772e-06, + "W": 7.878156793594826e-08, + "N": 3.8479069189634174e-05, + "Y": 6.229457358131185e-05, + "U": 4.532119746158969e-08, + "K": 1.0595941546398535e-07, + "L": 1.8933603485038475e-07, + "G": 3.224737520213239e-05, + "F": 8.14354934846051e-05, + "E": 0.00015518662985414267, + "T": 9.430605132365599e-05, + "P": 0.9296855926513672, + "-": 0.06903979182243347 + }, + "id": "tp_12368" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1546013, + "label": "P", + "classification": { + "B": 9.845213753578719e-06, + "S": 4.8806505219545215e-06, + "I": 0.0008899662061594427, + "C": 1.313878055952955e-05, + "R": 9.017788897835999e-07, + "M": 0.0001111493183998391, + "O": 3.471287345746532e-05, + "W": 3.8805505937489215e-06, + "N": 0.00013743787712883204, + "Y": 0.00012072741083102301, + "U": 2.4298692551383283e-06, + "K": 1.8760940292850137e-05, + "L": 1.385278324050887e-06, + "G": 0.00010776270210044459, + "F": 0.0005857490468770266, + "E": 0.0016321673756465316, + "T": 0.000521377834957093, + "P": 0.76176917552948, + "-": 0.23403465747833252 + }, + "id": "tp_12369" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1546146, + "label": "-", + "classification": { + "B": 8.049428901202305e-10, + "S": 5.735203978396441e-10, + "I": 1.9892722775693983e-05, + "C": 3.0380749649339123e-07, + "R": 5.470801056617347e-08, + "M": 2.998762624883966e-07, + "O": 1.4455973484928109e-07, + "W": 1.6494791088561556e-09, + "N": 1.0471946865209247e-07, + "Y": 0.0001003605211735703, + "U": 1.764210222354734e-09, + "K": 9.180545212927882e-09, + "L": 5.657523782787166e-09, + "G": 6.783829121559393e-06, + "F": 9.963184857042506e-05, + "E": 2.6461577817826765e-06, + "T": 2.2452200937550515e-05, + "P": 0.08223161101341248, + "-": 0.9175156354904175 + }, + "id": "tp_12370" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1546280, + "label": "-", + "classification": { + "B": 0.0008267146768048406, + "S": 0.00015652563888579607, + "I": 0.0023890184238553047, + "C": 5.574268288910389e-05, + "R": 2.687982669158373e-05, + "M": 0.001043261494487524, + "O": 0.0009054819820448756, + "W": 0.00010581926471786574, + "N": 0.0002867296279873699, + "Y": 0.001438549836166203, + "U": 2.016063081100583e-05, + "K": 1.9457360394881107e-05, + "L": 0.00015669963613618165, + "G": 0.0016909338301047683, + "F": 0.003944324795156717, + "E": 0.0017059140373021364, + "T": 0.003974818624556065, + "P": 0.45427942276000977, + "-": 0.5269736051559448 + }, + "id": "tp_12371" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1546380, + "label": "-", + "classification": { + "B": 8.087758018859859e-09, + "S": 2.5687083016201484e-10, + "I": 8.880187124304939e-06, + "C": 1.6303268068895704e-07, + "R": 1.3451300517886011e-08, + "M": 8.810186500340933e-07, + "O": 1.289591295972059e-07, + "W": 9.13316311468293e-10, + "N": 3.508066015456279e-08, + "Y": 2.8524635126814246e-05, + "U": 1.5476939729808237e-09, + "K": 8.48155268240447e-10, + "L": 5.1590935967738005e-09, + "G": 3.046753590751905e-06, + "F": 2.9761529276584042e-06, + "E": 1.9748199520108756e-06, + "T": 4.402529157232493e-05, + "P": 0.1471986025571823, + "-": 0.8527107238769531 + }, + "id": "tp_12372" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1546513, + "label": "-", + "classification": { + "B": 4.6205087755879504e-07, + "S": 3.245977211463469e-07, + "I": 0.0003093233099207282, + "C": 8.663616426929366e-06, + "R": 7.56950441882509e-07, + "M": 9.630643035052344e-06, + "O": 4.148460448050173e-06, + "W": 7.008416105236392e-07, + "N": 1.8323968106415123e-05, + "Y": 0.0003304463461972773, + "U": 1.2143747198933852e-06, + "K": 2.7281212169327773e-05, + "L": 2.7867451990459813e-07, + "G": 5.895822323509492e-05, + "F": 0.0013189403107389808, + "E": 0.00052064802730456, + "T": 0.00012764157145284116, + "P": 0.4331358075141907, + "-": 0.5641263723373413 + }, + "id": "tp_12373" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1546647, + "label": "-", + "classification": { + "B": 0.0005284729995764792, + "S": 0.00013245407899376005, + "I": 0.021279307082295418, + "C": 0.00014534809452015907, + "R": 0.00010533645399846137, + "M": 0.0033231298439204693, + "O": 0.0024624241050332785, + "W": 0.0002172329550376162, + "N": 0.0008742944337427616, + "Y": 0.010144793428480625, + "U": 1.0914733138633892e-05, + "K": 7.901191565906629e-06, + "L": 0.0001972863683477044, + "G": 0.0037211966700851917, + "F": 0.0015692339511588216, + "E": 0.0017597086261957884, + "T": 0.0134804118424654, + "P": 0.3080448806285858, + "-": 0.6319956183433533 + }, + "id": "tp_12374" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1546780, + "label": "-", + "classification": { + "B": 3.460394566445757e-07, + "S": 2.408622492566792e-07, + "I": 0.0024451897479593754, + "C": 3.517144432407804e-05, + "R": 1.1098144568677526e-05, + "M": 8.543096191715449e-05, + "O": 1.8682123481994495e-05, + "W": 7.847499432500626e-07, + "N": 4.422465281095356e-05, + "Y": 0.0012429889757186174, + "U": 1.0708853324103984e-06, + "K": 1.8293026187166106e-06, + "L": 1.4527737448588596e-06, + "G": 0.00010913196456385776, + "F": 0.0005601815646514297, + "E": 0.00010069377458421513, + "T": 0.002274003578349948, + "P": 0.2937783896923065, + "-": 0.699289083480835 + }, + "id": "tp_12375" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1546880, + "label": "P", + "classification": { + "B": 1.2881496047612018e-07, + "S": 5.672354674857161e-08, + "I": 0.00017321150517091155, + "C": 1.9599115148594137e-06, + "R": 2.85286063217427e-07, + "M": 7.5218695201328956e-06, + "O": 3.5637831388157792e-06, + "W": 8.748225610588634e-08, + "N": 3.0698533919348847e-06, + "Y": 6.149064574856311e-05, + "U": 5.651662959849091e-08, + "K": 1.6111448175593068e-08, + "L": 2.9354842467910203e-07, + "G": 2.1742887838627212e-05, + "F": 6.334596400847659e-05, + "E": 2.0535808289423585e-05, + "T": 0.00020577057148329914, + "P": 0.5288243293762207, + "-": 0.47061261534690857 + }, + "id": "tp_12376" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1547014, + "label": "-", + "classification": { + "B": 2.426864057269995e-06, + "S": 1.5177119166764896e-05, + "I": 0.004612799268215895, + "C": 0.0002699648612178862, + "R": 0.00015044547035358846, + "M": 0.0006412502843886614, + "O": 0.000264438713202253, + "W": 2.0971525373170152e-05, + "N": 0.0003926325007341802, + "Y": 0.006423397921025753, + "U": 1.4063097296457272e-05, + "K": 7.933440792839974e-05, + "L": 2.4967679564724676e-05, + "G": 0.0011402651434764266, + "F": 0.005250242073088884, + "E": 0.0004747678467538208, + "T": 0.008451340720057487, + "P": 0.21613621711730957, + "-": 0.7556352019309998 + }, + "id": "tp_12377" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1547147, + "label": "-", + "classification": { + "B": 2.66787969849247e-06, + "S": 4.994583377992967e-07, + "I": 0.00127717899158597, + "C": 4.238872497808188e-05, + "R": 8.613861609774176e-06, + "M": 9.25541389733553e-05, + "O": 2.940417834906839e-05, + "W": 9.257620376956766e-07, + "N": 3.465095142018981e-05, + "Y": 0.0006088853697292507, + "U": 1.5115757605599356e-06, + "K": 1.0181829566136003e-06, + "L": 5.450676326290704e-06, + "G": 0.0002439709787722677, + "F": 0.0004597022198140621, + "E": 0.0004661899583879858, + "T": 0.0007486397516913712, + "P": 0.4449816048145294, + "-": 0.5509941577911377 + }, + "id": "tp_12378" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1547281, + "label": "P", + "classification": { + "B": 1.6372005120501854e-05, + "S": 8.995531243272126e-05, + "I": 0.030635453760623932, + "C": 0.00017471768660470843, + "R": 3.8505837437696755e-05, + "M": 0.00021121372992638499, + "O": 0.00011541538697201759, + "W": 3.7992973375367e-05, + "N": 0.003145452355965972, + "Y": 0.0024459667038172483, + "U": 1.9139772120979615e-05, + "K": 0.0002726494276430458, + "L": 1.6333235180354677e-05, + "G": 0.00044962603715248406, + "F": 0.004045280162245035, + "E": 0.006138533819466829, + "T": 0.001606908394023776, + "P": 0.8037684559822083, + "-": 0.14677207171916962 + }, + "id": "tp_12379" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1547381, + "label": "-", + "classification": { + "B": 8.215297242486486e-08, + "S": 6.100039229295362e-08, + "I": 0.0006127387750893831, + "C": 4.808668563782703e-06, + "R": 1.0956969163089525e-06, + "M": 2.493216743459925e-05, + "O": 4.646098659577547e-06, + "W": 1.1354952533793039e-07, + "N": 9.258013960788958e-06, + "Y": 0.00040581851499155164, + "U": 1.011011576679266e-07, + "K": 4.488418881010148e-07, + "L": 3.4376543567304907e-07, + "G": 0.0001198317768285051, + "F": 0.00038620669511146843, + "E": 0.0001923464733408764, + "T": 0.0002547947224229574, + "P": 0.36729195713996887, + "-": 0.6306903958320618 + }, + "id": "tp_12380" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1547514, + "label": "-", + "classification": { + "B": 5.975977728667203e-06, + "S": 1.1459429742899374e-06, + "I": 0.00031769476481713355, + "C": 7.090306462487206e-05, + "R": 5.276267074805219e-06, + "M": 8.834680920699611e-05, + "O": 2.1160831238375977e-05, + "W": 5.979856609883427e-07, + "N": 2.086447784677148e-05, + "Y": 0.0010733135277405381, + "U": 1.3087005754641723e-06, + "K": 3.616837375375326e-06, + "L": 8.174052709364332e-06, + "G": 0.0009873057715594769, + "F": 0.011874970048666, + "E": 0.0010408473899587989, + "T": 0.000494052714202553, + "P": 0.3662027418613434, + "-": 0.6177815794944763 + }, + "id": "tp_12381" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1547648, + "label": "-", + "classification": { + "B": 6.86206913087517e-05, + "S": 6.46317785140127e-05, + "I": 0.004090635571628809, + "C": 0.0003420742868911475, + "R": 0.0001203578503918834, + "M": 0.001093191676773131, + "O": 0.0006876009283587337, + "W": 6.432689406210557e-05, + "N": 0.0002833130129147321, + "Y": 0.0034500702749937773, + "U": 2.996446710312739e-05, + "K": 2.2221072867978364e-05, + "L": 0.0001415699953213334, + "G": 0.0009445212781429291, + "F": 0.00482385978102684, + "E": 0.0009386861347593367, + "T": 0.0055456641130149364, + "P": 0.2464258372783661, + "-": 0.7308627963066101 + }, + "id": "tp_12382" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1547781, + "label": "-", + "classification": { + "B": 1.763289765221998e-05, + "S": 3.7677034470107174e-06, + "I": 0.0005934839718975127, + "C": 4.349193113739602e-05, + "R": 5.659035650751321e-06, + "M": 0.00014327427197713405, + "O": 7.081108196871355e-05, + "W": 5.710865480068605e-06, + "N": 5.004406193620525e-05, + "Y": 0.0005894393543712795, + "U": 4.107502263650531e-06, + "K": 3.188097616657615e-05, + "L": 8.431938113062643e-06, + "G": 0.00040355772944167256, + "F": 0.002360195154324174, + "E": 0.0011791306314989924, + "T": 0.0005901126423850656, + "P": 0.26672205328941345, + "-": 0.7271771430969238 + }, + "id": "tp_12383" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1547881, + "label": "P", + "classification": { + "B": 0.00018413143698126078, + "S": 0.0001471558935008943, + "I": 0.016992419958114624, + "C": 0.0003482059109956026, + "R": 0.0001416598097421229, + "M": 0.0005002185935154557, + "O": 0.0005123864975757897, + "W": 0.0001777025609044358, + "N": 0.0014921290567144752, + "Y": 0.0025407641660422087, + "U": 5.0173290219390765e-05, + "K": 0.00014973778161220253, + "L": 6.24915846856311e-05, + "G": 0.0013674466172233224, + "F": 0.003835740964859724, + "E": 0.003567733569070697, + "T": 0.002247442491352558, + "P": 0.6934044361114502, + "-": 0.2722780406475067 + }, + "id": "tp_12384" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1548015, + "label": "P", + "classification": { + "B": 2.634849124660832e-06, + "S": 2.2061246909288457e-06, + "I": 0.0016260026022791862, + "C": 4.910722782369703e-05, + "R": 4.689713932748418e-06, + "M": 3.162773646181449e-05, + "O": 2.0000812583020888e-05, + "W": 5.876354407519102e-06, + "N": 0.0002097609976772219, + "Y": 0.00049050577217713, + "U": 5.388014869822655e-06, + "K": 0.0005598354618996382, + "L": 9.586135547579033e-07, + "G": 0.00034283273271285, + "F": 0.005449468735605478, + "E": 0.0058012972585856915, + "T": 0.00019125202379655093, + "P": 0.6478323936462402, + "-": 0.33737412095069885 + }, + "id": "tp_12385" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1548148, + "label": "P", + "classification": { + "B": 8.55442340252921e-06, + "S": 3.420762823225232e-06, + "I": 0.005070995539426804, + "C": 5.768426490249112e-05, + "R": 1.5141799849516246e-05, + "M": 9.052431414602324e-05, + "O": 3.985849616583437e-05, + "W": 3.953581199311884e-06, + "N": 0.000155697634909302, + "Y": 0.0012823917204514146, + "U": 2.25410940402071e-06, + "K": 2.412653657302144e-06, + "L": 6.0484571804408915e-06, + "G": 0.00017710216343402863, + "F": 0.001083382056094706, + "E": 0.0008596456027589738, + "T": 0.0006413814844563603, + "P": 0.6379978656768799, + "-": 0.3525017499923706 + }, + "id": "tp_12386" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1548282, + "label": "P", + "classification": { + "B": 3.2867490517674014e-05, + "S": 5.359440820029704e-06, + "I": 0.0013684181030839682, + "C": 7.289690984180197e-05, + "R": 9.40722384257242e-06, + "M": 4.961759259458631e-05, + "O": 4.0926530346041545e-05, + "W": 1.1351109606039245e-05, + "N": 0.00010822863987414166, + "Y": 0.0005319995689205825, + "U": 1.1064542377425823e-05, + "K": 2.2093185179983266e-05, + "L": 9.297360520577058e-06, + "G": 0.0003309363382868469, + "F": 0.002818380482494831, + "E": 0.0008799072820693254, + "T": 0.0003928171645384282, + "P": 0.7372462749481201, + "-": 0.25605812668800354 + }, + "id": "tp_12387" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1548382, + "label": "-", + "classification": { + "B": 6.920315627212403e-07, + "S": 1.1336233001202345e-06, + "I": 0.0007678522961214185, + "C": 9.047942148754373e-05, + "R": 2.198532638431061e-05, + "M": 0.00014044699491932988, + "O": 8.031688776100054e-05, + "W": 3.1529232273896923e-06, + "N": 2.9649001589859836e-05, + "Y": 0.0023061749525368214, + "U": 4.664030711865053e-06, + "K": 6.1558398556371685e-06, + "L": 1.0701016435632482e-05, + "G": 0.0005028132582083344, + "F": 0.0011150130303576589, + "E": 0.00011123874719487503, + "T": 0.0020569213666021824, + "P": 0.08922470360994339, + "-": 0.9035259485244751 + }, + "id": "tp_12388" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1548515, + "label": "-", + "classification": { + "B": 0.0018962315516546369, + "S": 0.0005167581839486957, + "I": 0.10290994495153427, + "C": 0.008722399361431599, + "R": 0.005193878896534443, + "M": 0.010371750220656395, + "O": 0.004010381177067757, + "W": 0.000644179992377758, + "N": 0.005216385703533888, + "Y": 0.0617668591439724, + "U": 0.0004490344726946205, + "K": 0.0003024284087587148, + "L": 0.0018904425669461489, + "G": 0.021900640800595284, + "F": 0.0075078560039401054, + "E": 0.012750447727739811, + "T": 0.03700761869549751, + "P": 0.29025161266326904, + "-": 0.4266912043094635 + }, + "id": "tp_12389" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1548649, + "label": "P", + "classification": { + "B": 8.410154239690826e-10, + "S": 3.8068243002342683e-10, + "I": 1.3889441106584854e-05, + "C": 1.3890148586881423e-08, + "R": 1.7985662958963644e-10, + "M": 1.0402948191767791e-07, + "O": 9.476450735235176e-09, + "W": 1.8529780487774872e-10, + "N": 1.8855278938190168e-07, + "Y": 1.5926380001474172e-06, + "U": 1.7165935339846783e-10, + "K": 1.2252210357388549e-09, + "L": 3.1377217490913267e-10, + "G": 2.1803072058901307e-07, + "F": 4.875893864664249e-06, + "E": 6.800418759667082e-06, + "T": 2.4280150228150887e-06, + "P": 0.8594900965690613, + "-": 0.1404796838760376 + }, + "id": "tp_12390" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1548782, + "label": "P", + "classification": { + "B": 1.1438075944170123e-06, + "S": 6.2840463215252385e-06, + "I": 0.007472353521734476, + "C": 0.00013605167623609304, + "R": 2.418284748273436e-05, + "M": 0.00015575184079352766, + "O": 6.262960232561454e-05, + "W": 5.341732048691483e-06, + "N": 0.00040127846295945346, + "Y": 0.0009757885127328336, + "U": 4.098859790246934e-06, + "K": 3.186642788932659e-05, + "L": 5.210889867157675e-06, + "G": 0.00025693810312077403, + "F": 0.002610753057524562, + "E": 0.0010962816886603832, + "T": 0.0010185502469539642, + "P": 0.5274288654327393, + "-": 0.45830655097961426 + }, + "id": "tp_12391" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1548882, + "label": "P", + "classification": { + "B": 2.0743303252857004e-07, + "S": 1.5091376326381578e-07, + "I": 0.0005096362438052893, + "C": 5.727428742829943e-06, + "R": 7.082828687998699e-07, + "M": 2.8668406230281107e-05, + "O": 5.43375563211157e-06, + "W": 1.433044900522873e-07, + "N": 1.0098561688209884e-05, + "Y": 0.00011823603563243523, + "U": 8.144168361923221e-08, + "K": 9.181709259564741e-08, + "L": 5.744685154240869e-07, + "G": 3.737913357326761e-05, + "F": 0.0002750988642219454, + "E": 0.00019975074974354357, + "T": 0.00017349845438729972, + "P": 0.6534156203269958, + "-": 0.34521886706352234 + }, + "id": "tp_12392" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1549016, + "label": "-", + "classification": { + "B": 1.1704117923727608e-06, + "S": 4.889072329206101e-07, + "I": 0.004332033917307854, + "C": 5.000891178497113e-05, + "R": 1.5076294403115753e-05, + "M": 5.989879718981683e-05, + "O": 3.115360232186504e-05, + "W": 1.2963000699528493e-06, + "N": 2.4013790607568808e-05, + "Y": 0.0006287777796387672, + "U": 9.655497024141368e-07, + "K": 7.119906797470321e-08, + "L": 6.029307314747712e-06, + "G": 8.790357242105529e-05, + "F": 0.00012513446563389152, + "E": 8.701113983988762e-05, + "T": 0.0008385506807826459, + "P": 0.42772918939590454, + "-": 0.5659812688827515 + }, + "id": "tp_12393" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1549149, + "label": "-", + "classification": { + "B": 1.4390200836489342e-11, + "S": 9.593558170095662e-10, + "I": 5.645891931749247e-08, + "C": 2.0327478367221374e-08, + "R": 7.347283670355864e-09, + "M": 2.9383488708845107e-07, + "O": 1.0542525075152298e-07, + "W": 5.770279809524936e-10, + "N": 4.5214110233615656e-10, + "Y": 0.00010567453864496201, + "U": 1.8887010011514604e-11, + "K": 1.5512150453034224e-09, + "L": 2.1225861068785434e-09, + "G": 1.2876439541287255e-06, + "F": 0.00046751266927458346, + "E": 2.135284837834206e-08, + "T": 3.2910083973547444e-05, + "P": 0.0005378531641326845, + "-": 0.998854398727417 + }, + "id": "tp_12394" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1549283, + "label": "-", + "classification": { + "B": 1.5769664685194584e-07, + "S": 9.819450497161597e-07, + "I": 0.00014381500659510493, + "C": 6.623197805311065e-06, + "R": 2.987012294397573e-06, + "M": 0.00013948496780358255, + "O": 3.679099972941913e-05, + "W": 6.281470632529818e-07, + "N": 1.969384584299405e-06, + "Y": 0.0073137651197612286, + "U": 7.72818609107162e-08, + "K": 3.400194543701218e-07, + "L": 2.49480444836081e-06, + "G": 0.00020063148986082524, + "F": 0.001189935253933072, + "E": 1.0949193892884068e-05, + "T": 0.00453173229470849, + "P": 0.007090738974511623, + "-": 0.9793257713317871 + }, + "id": "tp_12395" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1549383, + "label": "-", + "classification": { + "B": 1.134223479026808e-10, + "S": 3.0586616572847447e-10, + "I": 1.2964857205588487e-06, + "C": 3.369204932823777e-07, + "R": 1.6753907061684004e-07, + "M": 3.747358050532057e-06, + "O": 2.757998629476788e-07, + "W": 8.245260030292911e-10, + "N": 3.4124130188217805e-09, + "Y": 0.0004381293838378042, + "U": 5.28265597932176e-10, + "K": 4.084207416710228e-10, + "L": 4.9659057310691423e-08, + "G": 8.785568752500694e-06, + "F": 0.00014889112208038568, + "E": 2.8865616741313715e-07, + "T": 0.00011945256119361147, + "P": 0.0017155822133645415, + "-": 0.9975631237030029 + }, + "id": "tp_12396" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1549516, + "label": "-", + "classification": { + "B": 4.5805794798070565e-05, + "S": 4.5984634198248386e-05, + "I": 1.2469189414332504e-06, + "C": 2.8563184969243594e-05, + "R": 1.73980097315507e-05, + "M": 0.0009583985083736479, + "O": 0.0011058595264330506, + "W": 9.015241630550008e-06, + "N": 5.838305838778979e-08, + "Y": 0.0004211610066704452, + "U": 1.0800892624729386e-08, + "K": 8.010268892633121e-09, + "L": 0.0005566030740737915, + "G": 0.0016693618381395936, + "F": 0.012896477244794369, + "E": 1.9582657841965556e-06, + "T": 0.0005612106760963798, + "P": 0.0007584716659039259, + "-": 0.9809224009513855 + }, + "id": "tp_12397" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1549650, + "label": "-", + "classification": { + "B": 1.0712752906982814e-09, + "S": 3.922763426089659e-06, + "I": 3.9069444568440304e-08, + "C": 2.3529510144726373e-05, + "R": 2.922091880463995e-06, + "M": 4.660985723603517e-05, + "O": 5.1467384764691815e-05, + "W": 9.764324886418763e-07, + "N": 9.467365558180063e-09, + "Y": 0.0006693773902952671, + "U": 4.1677147843977025e-10, + "K": 4.854149210586911e-06, + "L": 4.041237843921408e-06, + "G": 0.0005861582467332482, + "F": 0.2687940299510956, + "E": 1.1940203421545448e-06, + "T": 0.0004967703716829419, + "P": 0.00016222965496126562, + "-": 0.7291519641876221 + }, + "id": "tp_12398" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1549783, + "label": "-", + "classification": { + "B": 5.245941565590329e-07, + "S": 6.748361101927003e-06, + "I": 0.003748382208868861, + "C": 8.728603279450908e-05, + "R": 3.843789818347432e-05, + "M": 0.00040039385203272104, + "O": 9.81851335382089e-05, + "W": 6.522572675748961e-06, + "N": 0.00011576353426789865, + "Y": 0.1269233077764511, + "U": 2.809407533277408e-07, + "K": 0.0003018628340214491, + "L": 1.8207990706287092e-06, + "G": 0.0030167060904204845, + "F": 0.00808690208941698, + "E": 0.0010037244064733386, + "T": 0.019460050389170647, + "P": 0.017965786159038544, + "-": 0.8187372088432312 + }, + "id": "tp_12399" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1549883, + "label": "-", + "classification": { + "B": 2.9813323635607958e-05, + "S": 4.906782487523742e-05, + "I": 7.970815931912512e-05, + "C": 1.0490983186173253e-05, + "R": 2.2772983356844634e-05, + "M": 0.0012250145664438605, + "O": 0.0008565513417124748, + "W": 1.5423231161548756e-05, + "N": 2.34504204854602e-06, + "Y": 0.007988166995346546, + "U": 1.4551582694366516e-07, + "K": 3.0229492153921456e-07, + "L": 7.809024100424722e-05, + "G": 0.0011821534717455506, + "F": 0.0029025364201515913, + "E": 1.1901317520823795e-05, + "T": 0.0063550653867423534, + "P": 0.002869515912607312, + "-": 0.9763209223747253 + }, + "id": "tp_12400" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1550017, + "label": "-", + "classification": { + "B": 4.605858094919313e-08, + "S": 3.761114086842099e-08, + "I": 1.435667673632679e-08, + "C": 7.440226568178332e-08, + "R": 2.5969919548174403e-08, + "M": 2.034589124377817e-05, + "O": 5.908565526624443e-06, + "W": 4.174733003736719e-09, + "N": 1.1978040781457366e-10, + "Y": 3.109644239884801e-05, + "U": 7.80021967156097e-12, + "K": 1.298861842732868e-12, + "L": 2.3648565274925204e-06, + "G": 3.246077903895639e-05, + "F": 0.00037767135654576123, + "E": 4.912964612913129e-08, + "T": 4.6541885240003467e-05, + "P": 0.0002376835618633777, + "-": 0.9992457628250122 + }, + "id": "tp_12401" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1550150, + "label": "-", + "classification": { + "B": 2.1946045308141038e-05, + "S": 0.000364692386938259, + "I": 0.0006878564017824829, + "C": 0.00014128904149401933, + "R": 8.721974154468626e-05, + "M": 0.027070453390479088, + "O": 0.0017887005815282464, + "W": 3.7940455513307825e-05, + "N": 2.433277404634282e-05, + "Y": 0.14049981534481049, + "U": 4.0891154640121385e-07, + "K": 1.6545534890610725e-05, + "L": 0.00047192565398290753, + "G": 0.02836243249475956, + "F": 0.04653989151120186, + "E": 0.0003867755294777453, + "T": 0.09275241941213608, + "P": 0.0023829820565879345, + "-": 0.6583623290061951 + }, + "id": "tp_12402" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1550250, + "label": "-", + "classification": { + "B": 7.016444578766823e-05, + "S": 0.0009454488754272461, + "I": 0.05007907375693321, + "C": 0.0005395578918978572, + "R": 0.0005831363960169256, + "M": 0.012884357012808323, + "O": 0.004985188599675894, + "W": 0.00014362175716087222, + "N": 0.0015830276533961296, + "Y": 0.29989808797836304, + "U": 3.934808319172589e-06, + "K": 3.5670505894813687e-05, + "L": 0.000355767086148262, + "G": 0.01622634008526802, + "F": 0.00501596461981535, + "E": 0.0002699813630897552, + "T": 0.21876832842826843, + "P": 0.020093513652682304, + "-": 0.3675188720226288 + }, + "id": "tp_12403" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1550384, + "label": "Y", + "classification": { + "B": 2.896037187838374e-09, + "S": 1.3233910976850893e-05, + "I": 2.5598260435799602e-06, + "C": 2.6658372007659636e-06, + "R": 1.475604108236439e-06, + "M": 0.0005612739478237927, + "O": 0.00012553758278954774, + "W": 8.940513112065673e-07, + "N": 8.366166781570428e-08, + "Y": 0.5398656129837036, + "U": 2.5831461969438863e-11, + "K": 1.9255107872595545e-06, + "L": 1.3207742313170456e-06, + "G": 0.004337472375482321, + "F": 0.03255123272538185, + "E": 1.0511779464650317e-06, + "T": 0.04413383826613426, + "P": 2.2687165255774744e-05, + "-": 0.3783770203590393 + }, + "id": "tp_12404" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1550517, + "label": "-", + "classification": { + "B": 4.6173670398275135e-07, + "S": 5.474896170198917e-06, + "I": 6.974137795623392e-05, + "C": 1.4535787158820312e-05, + "R": 1.0394740456831641e-05, + "M": 0.00029735028510913253, + "O": 9.485324699198827e-05, + "W": 5.246814907877706e-06, + "N": 6.429348104575183e-06, + "Y": 0.010801802389323711, + "U": 5.99398561007547e-07, + "K": 7.714588718954474e-05, + "L": 5.202584361541085e-06, + "G": 0.0006624764064326882, + "F": 0.012695497833192348, + "E": 7.364787597907707e-05, + "T": 0.003055394161492586, + "P": 0.011562463827431202, + "-": 0.9605614542961121 + }, + "id": "tp_12405" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1550651, + "label": "-", + "classification": { + "B": 6.400915026461007e-06, + "S": 1.132353372668149e-05, + "I": 0.00028515985468402505, + "C": 8.248128142440692e-05, + "R": 3.366417149663903e-05, + "M": 0.0008893765043467283, + "O": 0.00037997771869413555, + "W": 8.603036803833675e-06, + "N": 1.979335502255708e-05, + "Y": 0.029244832694530487, + "U": 1.4202249758454855e-06, + "K": 4.705238825408742e-05, + "L": 2.8415690394467674e-05, + "G": 0.003820672631263733, + "F": 0.004368472844362259, + "E": 0.0001939021167345345, + "T": 0.01411451306194067, + "P": 0.011453981511294842, + "-": 0.9350099563598633 + }, + "id": "tp_12406" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1550751, + "label": "-", + "classification": { + "B": 8.381706351201501e-08, + "S": 1.10560529265058e-06, + "I": 4.2102663428522646e-05, + "C": 7.773520565024228e-07, + "R": 6.288336749094015e-07, + "M": 4.056889520143159e-05, + "O": 1.1344418453518301e-05, + "W": 2.1865039911972417e-07, + "N": 1.0365697562519927e-06, + "Y": 0.0010975770419463515, + "U": 1.3742181614873061e-08, + "K": 6.226094484418354e-08, + "L": 6.999616175562551e-07, + "G": 3.157451646984555e-05, + "F": 0.0009721620008349419, + "E": 4.5846177272323985e-06, + "T": 0.0019224490970373154, + "P": 0.02240743115544319, + "-": 0.9734655618667603 + }, + "id": "tp_12407" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1550884, + "label": "-", + "classification": { + "B": 1.953374795249374e-09, + "S": 1.1720227348632761e-06, + "I": 1.072862960427301e-05, + "C": 5.241412964096526e-06, + "R": 7.87936414781143e-07, + "M": 0.00016918817709665745, + "O": 3.246892083552666e-05, + "W": 3.4452344266355794e-07, + "N": 3.497060276913544e-07, + "Y": 0.24714121222496033, + "U": 5.522824975123797e-10, + "K": 3.359096444910392e-05, + "L": 2.5733331199262466e-07, + "G": 0.0034489298705011606, + "F": 0.005157896783202887, + "E": 1.6579817383899353e-05, + "T": 0.015951532870531082, + "P": 0.00022634850756730884, + "-": 0.7278033494949341 + }, + "id": "tp_12408" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1551018, + "label": "-", + "classification": { + "B": 6.673411157009923e-09, + "S": 1.120817046285083e-06, + "I": 3.7515269468713086e-06, + "C": 6.6740958573063836e-06, + "R": 3.5291236599732656e-06, + "M": 0.0006432071095332503, + "O": 5.8002227888209745e-05, + "W": 3.466815030606085e-07, + "N": 6.755453796358779e-08, + "Y": 0.03512983396649361, + "U": 2.2348096706537035e-09, + "K": 2.417285998035368e-07, + "L": 3.892074801115086e-06, + "G": 0.0004457955656107515, + "F": 0.0028638241346925497, + "E": 1.6257292827503989e-06, + "T": 0.0060526118613779545, + "P": 0.0002807093842420727, + "-": 0.9545047879219055 + }, + "id": "tp_12409" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1551151, + "label": "Y", + "classification": { + "B": 1.823259253797005e-06, + "S": 5.1895582146244124e-05, + "I": 4.0273498598253354e-05, + "C": 0.0003265382838435471, + "R": 0.0001633718638913706, + "M": 0.011537252925336361, + "O": 0.0011531796772032976, + "W": 6.253235369513277e-06, + "N": 1.0433992656544433e-06, + "Y": 0.5844557285308838, + "U": 1.4348245258588577e-08, + "K": 6.652130196016515e-06, + "L": 0.0004081775259692222, + "G": 0.12528643012046814, + "F": 0.030760258436203003, + "E": 3.368659599800594e-05, + "T": 0.0596107542514801, + "P": 3.568408283172175e-05, + "-": 0.18612095713615417 + }, + "id": "tp_12410" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1551251, + "label": "-", + "classification": { + "B": 1.4419002450360985e-11, + "S": 1.4901233580388862e-09, + "I": 1.5367573880098462e-08, + "C": 1.5221074178839444e-08, + "R": 3.993957609083054e-09, + "M": 6.574498002009932e-06, + "O": 2.307233017972976e-07, + "W": 6.147813924606282e-10, + "N": 2.0567202108079385e-10, + "Y": 0.0006512096733786166, + "U": 7.321159303796954e-12, + "K": 1.2857029219048854e-07, + "L": 3.8524343715096165e-09, + "G": 1.7702845070743933e-05, + "F": 0.0007919891504570842, + "E": 1.924870218772412e-07, + "T": 7.30576430214569e-05, + "P": 9.908340871334076e-05, + "-": 0.998359739780426 + }, + "id": "tp_12411" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1551385, + "label": "-", + "classification": { + "B": 2.6604667358043343e-09, + "S": 1.4837038406767533e-06, + "I": 1.3898123143007979e-05, + "C": 1.0422623120120988e-07, + "R": 1.0778133230360254e-07, + "M": 7.067445403663442e-05, + "O": 7.662188181711826e-06, + "W": 1.998680261294794e-07, + "N": 3.8658174617012264e-07, + "Y": 0.013485684990882874, + "U": 1.083879430652246e-09, + "K": 5.334164143278031e-06, + "L": 3.6368518863127974e-08, + "G": 3.958912202506326e-05, + "F": 0.0025760976132005453, + "E": 1.935646196216112e-06, + "T": 0.007409074809402227, + "P": 0.0012967924121767282, + "-": 0.9750908613204956 + }, + "id": "tp_12412" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1551518, + "label": "Y", + "classification": { + "B": 4.410015753819607e-05, + "S": 0.002821083180606365, + "I": 0.000605373817961663, + "C": 0.000410823937272653, + "R": 0.0007180321263149381, + "M": 0.026613973081111908, + "O": 0.02185019478201866, + "W": 0.00032471600570715964, + "N": 4.860974149778485e-05, + "Y": 0.4003489017486572, + "U": 3.039205580535054e-07, + "K": 1.6739169950596988e-05, + "L": 0.004068091977387667, + "G": 0.08470316231250763, + "F": 0.039175745099782944, + "E": 0.00013414438581094146, + "T": 0.15915396809577942, + "P": 0.0005633392138406634, + "-": 0.2583986520767212 + }, + "id": "tp_12413" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1551652, + "label": "-", + "classification": { + "B": 1.2166914586941857e-08, + "S": 7.062255917844595e-07, + "I": 3.7409392916742945e-06, + "C": 2.892033762691426e-06, + "R": 2.0114505332458066e-06, + "M": 0.000361941842129454, + "O": 3.6624496715376154e-05, + "W": 1.636651205672024e-07, + "N": 3.507897972099272e-08, + "Y": 0.11178403347730637, + "U": 3.5745442716894615e-10, + "K": 9.587942173538977e-08, + "L": 2.0431496068340493e-06, + "G": 0.00106465769931674, + "F": 0.0038050164002925158, + "E": 8.238201303356618e-07, + "T": 0.011102535761892796, + "P": 9.520694584352896e-05, + "-": 0.8717373013496399 + }, + "id": "tp_12414" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1551752, + "label": "G", + "classification": { + "B": 9.2613699962385e-05, + "S": 0.004201493691653013, + "I": 0.0003061268071178347, + "C": 0.004739013966172934, + "R": 0.004863534588366747, + "M": 0.05711817741394043, + "O": 0.03906860947608948, + "W": 0.0006210781866684556, + "N": 2.4945829864009283e-05, + "Y": 0.20032645761966705, + "U": 1.5473442545044236e-06, + "K": 9.769774806045461e-06, + "L": 0.03649218752980232, + "G": 0.2543056905269623, + "F": 0.07741524279117584, + "E": 0.00015856028767302632, + "T": 0.09470652788877487, + "P": 0.00028214475605636835, + "-": 0.22526635229587555 + }, + "id": "tp_12415" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1551885, + "label": "-", + "classification": { + "B": 1.4432793022933765e-06, + "S": 6.65651896269992e-06, + "I": 0.003920937888324261, + "C": 0.0002829778823070228, + "R": 0.0001973553153220564, + "M": 0.0004872271092608571, + "O": 0.0002817663480527699, + "W": 1.0706027751439251e-05, + "N": 0.00010362234752392396, + "Y": 0.055128153413534164, + "U": 2.2694885046803392e-06, + "K": 1.686924406385515e-05, + "L": 1.271795372304041e-05, + "G": 0.0017497605876997113, + "F": 0.0027228049002587795, + "E": 9.581699850969017e-05, + "T": 0.029049163684248924, + "P": 0.018226223066449165, + "-": 0.8877035975456238 + }, + "id": "tp_12416" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1552019, + "label": "Y", + "classification": { + "B": 1.3222062023032777e-07, + "S": 0.00020138169929850847, + "I": 1.073993098543724e-05, + "C": 1.027814232656965e-05, + "R": 4.631613137462409e-06, + "M": 0.0020248692017048597, + "O": 0.00035940727684646845, + "W": 7.646725862286985e-06, + "N": 1.856673407019116e-06, + "Y": 0.4612137973308563, + "U": 6.812367892017335e-10, + "K": 0.0021932737436145544, + "L": 6.877201030874858e-06, + "G": 0.04563337191939354, + "F": 0.2635065019130707, + "E": 0.00010519920760998502, + "T": 0.05778873711824417, + "P": 5.288552711135708e-05, + "-": 0.16687840223312378 + }, + "id": "tp_12417" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1552152, + "label": "-", + "classification": { + "B": 9.320354266151298e-09, + "S": 1.6190372775781725e-07, + "I": 4.088601144758286e-06, + "C": 9.501981139692361e-07, + "R": 2.5408729698028765e-07, + "M": 3.0035031159059145e-05, + "O": 7.723571798123885e-06, + "W": 6.957471043733676e-08, + "N": 6.260258800239171e-08, + "Y": 0.0004613602941390127, + "U": 2.6376660855476075e-09, + "K": 4.974614498109986e-08, + "L": 8.484847739964607e-07, + "G": 9.534159471513703e-05, + "F": 0.006326859816908836, + "E": 4.942062787449686e-06, + "T": 0.00022410288511309773, + "P": 0.006071069277822971, + "-": 0.9867720007896423 + }, + "id": "tp_12418" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1552252, + "label": "-", + "classification": { + "B": 4.962150228493556e-07, + "S": 1.0892661066463916e-06, + "I": 0.00017444264085497707, + "C": 0.0001181461921078153, + "R": 5.175205660634674e-05, + "M": 0.0005960966809652746, + "O": 9.978295565815642e-05, + "W": 1.2078633062628796e-06, + "N": 1.066334107235889e-06, + "Y": 0.006631655618548393, + "U": 2.3791110947968264e-07, + "K": 1.4413911841870686e-08, + "L": 0.00010112578456755728, + "G": 0.00048785482067614794, + "F": 0.0019203373230993748, + "E": 1.3170075362722855e-05, + "T": 0.004455472808331251, + "P": 0.00552836200222373, + "-": 0.9798176884651184 + }, + "id": "tp_12419" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1552386, + "label": "-", + "classification": { + "B": 1.0270182571048281e-07, + "S": 5.90463969274424e-07, + "I": 6.52146409265697e-05, + "C": 0.00015188896213658154, + "R": 4.697252734331414e-05, + "M": 0.0008146853651851416, + "O": 0.00013507390394806862, + "W": 8.161304663190094e-07, + "N": 1.2144708989580977e-06, + "Y": 0.3093288242816925, + "U": 2.1935782967830164e-08, + "K": 2.039181481450214e-06, + "L": 4.991601599613205e-06, + "G": 0.00656481459736824, + "F": 0.0027741650119423866, + "E": 7.1285153353528585e-06, + "T": 0.014649380929768085, + "P": 0.0003453808312769979, + "-": 0.6651066541671753 + }, + "id": "tp_12420" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1552519, + "label": "-", + "classification": { + "B": 7.025597824394936e-06, + "S": 0.000247735035372898, + "I": 0.0034475899301469326, + "C": 0.0003201570943929255, + "R": 0.00019375713600311428, + "M": 0.001807935768738389, + "O": 0.0015118709998205304, + "W": 0.0001413657155353576, + "N": 0.000752869585994631, + "Y": 0.040994055569171906, + "U": 6.188053248479264e-06, + "K": 0.0005050597246736288, + "L": 3.565175211406313e-05, + "G": 0.002868090057745576, + "F": 0.02684713341295719, + "E": 0.001589984749443829, + "T": 0.02671406976878643, + "P": 0.08535011857748032, + "-": 0.8066592812538147 + }, + "id": "tp_12421" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1552653, + "label": "-", + "classification": { + "B": 1.8388109923606066e-09, + "S": 7.796920726832468e-07, + "I": 1.1154708090543863e-07, + "C": 6.893365167570664e-08, + "R": 9.42872944165174e-08, + "M": 0.00011191156227141619, + "O": 1.4071856639930047e-05, + "W": 1.0787825743818757e-07, + "N": 5.804759339866905e-09, + "Y": 0.008993072435259819, + "U": 7.641943328140499e-11, + "K": 4.0687675095796294e-07, + "L": 2.82412685237432e-07, + "G": 0.0001319164875894785, + "F": 0.01842324621975422, + "E": 2.1024951024628535e-07, + "T": 0.0019970524590462446, + "P": 0.0001201321865664795, + "-": 0.970206618309021 + }, + "id": "tp_12422" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1552753, + "label": "-", + "classification": { + "B": 2.9957878723507747e-05, + "S": 0.0002047452435363084, + "I": 0.011449040845036507, + "C": 0.0009922587778419256, + "R": 0.0005146786570549011, + "M": 0.007570522837340832, + "O": 0.0016915922751650214, + "W": 0.00016659074753988534, + "N": 0.0007136742351576686, + "Y": 0.19094078242778778, + "U": 7.406924396491377e-06, + "K": 0.0007893078727647662, + "L": 5.6260661949636415e-05, + "G": 0.009162858128547668, + "F": 0.010071750730276108, + "E": 0.0029241282027214766, + "T": 0.04740644618868828, + "P": 0.021147016435861588, + "-": 0.6941609382629395 + }, + "id": "tp_12423" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1552886, + "label": "-", + "classification": { + "B": 7.32439657440409e-05, + "S": 0.0012918172869831324, + "I": 6.139772449387237e-05, + "C": 3.8202269934117794e-05, + "R": 1.547029023640789e-05, + "M": 0.006445441395044327, + "O": 0.0027994171250611544, + "W": 6.234616739675403e-05, + "N": 6.958292033232283e-06, + "Y": 0.14980246126651764, + "U": 8.315544697268251e-09, + "K": 6.47877823212184e-05, + "L": 0.00018947591888718307, + "G": 0.1360265612602234, + "F": 0.18823416531085968, + "E": 0.0008568956982344389, + "T": 0.03139461949467659, + "P": 0.0005099104018881917, + "-": 0.4821268618106842 + }, + "id": "tp_12424" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1553020, + "label": "-", + "classification": { + "B": 6.892469741615059e-07, + "S": 1.627290839678608e-05, + "I": 1.6946405594353564e-05, + "C": 4.7107707359828055e-05, + "R": 1.759400220180396e-05, + "M": 0.0006815488450229168, + "O": 0.00015662187070120126, + "W": 4.316639660828514e-06, + "N": 1.6301822824971168e-06, + "Y": 0.022039074450731277, + "U": 2.1713439934956114e-08, + "K": 3.2372947316616774e-05, + "L": 7.302508493012283e-06, + "G": 0.003112741746008396, + "F": 0.0994272232055664, + "E": 6.532546103699133e-05, + "T": 0.004202644340693951, + "P": 0.0023808213882148266, + "-": 0.8677896857261658 + }, + "id": "tp_12425" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1553153, + "label": "-", + "classification": { + "B": 2.2247125031071846e-08, + "S": 1.2228517753953838e-08, + "I": 7.577098131150706e-07, + "C": 7.507657642236154e-07, + "R": 2.349362659970211e-07, + "M": 6.129664689069614e-05, + "O": 3.0058306492719566e-06, + "W": 7.872302809630582e-09, + "N": 4.216859750272306e-09, + "Y": 0.0005062092677690089, + "U": 4.887182325497008e-10, + "K": 3.051912278451141e-09, + "L": 3.8188875350897433e-07, + "G": 7.86348755354993e-05, + "F": 0.0004934849566780031, + "E": 5.871096959708666e-07, + "T": 0.00018294369510840625, + "P": 0.0004089477879460901, + "-": 0.9982627034187317 + }, + "id": "tp_12426" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1553253, + "label": "-", + "classification": { + "B": 9.391140338266268e-06, + "S": 0.000136832837597467, + "I": 0.0059187994338572025, + "C": 0.005792245268821716, + "R": 0.004107489716261625, + "M": 0.014839185401797295, + "O": 0.00719499122351408, + "W": 0.0001728439674479887, + "N": 0.00012325546413194388, + "Y": 0.1470753252506256, + "U": 1.0218924217042513e-05, + "K": 1.2976332982361782e-05, + "L": 0.0021082120947539806, + "G": 0.01782098226249218, + "F": 0.005805556662380695, + "E": 0.00010010559344664216, + "T": 0.12117527425289154, + "P": 0.0032083308324217796, + "-": 0.6643880009651184 + }, + "id": "tp_12427" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1553387, + "label": "-", + "classification": { + "B": 2.712542368499271e-07, + "S": 7.135060968721518e-07, + "I": 0.00017734801804181188, + "C": 1.4384993846761063e-05, + "R": 3.38339577865554e-06, + "M": 6.373961514327675e-05, + "O": 1.7571192074683495e-05, + "W": 1.529853534520953e-06, + "N": 1.2996428267797455e-05, + "Y": 0.0018875342793762684, + "U": 1.2294511861909996e-06, + "K": 0.000303772249026224, + "L": 7.512296065215196e-07, + "G": 0.0002515808737371117, + "F": 0.006671260576695204, + "E": 0.0004641607229132205, + "T": 0.0006242251838557422, + "P": 0.06334032118320465, + "-": 0.926163375377655 + }, + "id": "tp_12428" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1553520, + "label": "-", + "classification": { + "B": 1.999969981625327e-06, + "S": 6.216371730261017e-06, + "I": 7.805361383361742e-05, + "C": 5.319254341884516e-06, + "R": 4.338340659160167e-06, + "M": 0.0008255697903223336, + "O": 8.754362352192402e-05, + "W": 1.7313911939709214e-06, + "N": 2.016132839344209e-06, + "Y": 0.016533834859728813, + "U": 1.0125418725692725e-07, + "K": 2.178988779633073e-06, + "L": 1.0025957635662053e-05, + "G": 0.0007771592354401946, + "F": 0.0030923590529710054, + "E": 4.3842232116730884e-05, + "T": 0.0114663140848279, + "P": 0.005540444049984217, + "-": 0.9615209698677063 + }, + "id": "tp_12429" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1553654, + "label": "-", + "classification": { + "B": 7.899083698248432e-07, + "S": 4.9297646910417825e-05, + "I": 5.369999144022586e-06, + "C": 3.510399153583421e-07, + "R": 4.116058676117973e-07, + "M": 0.0014728932874277234, + "O": 0.00023819458147045225, + "W": 1.8558467900220421e-06, + "N": 1.668958020673017e-07, + "Y": 0.007314675487577915, + "U": 3.7388336870947114e-10, + "K": 5.128928748376893e-08, + "L": 5.510388291440904e-06, + "G": 0.00022671230544801801, + "F": 0.002892515156418085, + "E": 6.194704383233329e-06, + "T": 0.010242155753076077, + "P": 0.000497537141200155, + "-": 0.9770454168319702 + }, + "id": "tp_12430" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1553754, + "label": "-", + "classification": { + "B": 8.367050554625166e-07, + "S": 5.429485554486746e-07, + "I": 3.7620375223923475e-06, + "C": 1.622925810806919e-05, + "R": 1.2338599844952114e-05, + "M": 0.00045374574256129563, + "O": 5.130802310304716e-05, + "W": 3.139176385502651e-07, + "N": 6.265361207624665e-08, + "Y": 0.00674790283665061, + "U": 3.048849350761884e-08, + "K": 3.331420117547168e-08, + "L": 4.391881884657778e-05, + "G": 0.0009734774357639253, + "F": 0.004304375499486923, + "E": 4.5228998715174384e-06, + "T": 0.002562551526352763, + "P": 0.0007638573297299445, + "-": 0.9840601682662964 + }, + "id": "tp_12431" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1553887, + "label": "-", + "classification": { + "B": 0.00010275965905748308, + "S": 0.00042688928078860044, + "I": 0.00894513912498951, + "C": 0.0009565058862790465, + "R": 0.0009782436536625028, + "M": 0.01482066884636879, + "O": 0.0038464637473225594, + "W": 0.0003998539468739182, + "N": 0.000817138934507966, + "Y": 0.12740527093410492, + "U": 6.820799899287522e-05, + "K": 0.00026612947112880647, + "L": 0.000505715433973819, + "G": 0.00782321859151125, + "F": 0.011398407630622387, + "E": 0.0010695983655750751, + "T": 0.11220329999923706, + "P": 0.025486964732408524, + "-": 0.6824795603752136 + }, + "id": "tp_12432" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1554021, + "label": "-", + "classification": { + "B": 5.612566411627995e-08, + "S": 5.5837791279600424e-08, + "I": 5.741964059780003e-07, + "C": 2.487467156697676e-07, + "R": 1.4128059433460294e-07, + "M": 0.00013525538088288158, + "O": 1.327955487795407e-05, + "W": 3.387514979635853e-08, + "N": 4.246981433198016e-09, + "Y": 0.00037583624362014234, + "U": 6.465392110577284e-10, + "K": 1.6809972858133904e-10, + "L": 2.0032748579978943e-06, + "G": 3.782704516197555e-05, + "F": 0.0001690016797510907, + "E": 1.1853304471287629e-07, + "T": 0.0007539084181189537, + "P": 0.0004339771985542029, + "-": 0.9980776309967041 + }, + "id": "tp_12433" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1554154, + "label": "-", + "classification": { + "B": 3.416422487134696e-07, + "S": 1.3991376590638538e-06, + "I": 0.0001248727203346789, + "C": 1.0569043524810695e-06, + "R": 8.74153045060666e-07, + "M": 7.981000089785084e-05, + "O": 3.5677927371580154e-05, + "W": 5.921627348470793e-07, + "N": 4.664392690756358e-06, + "Y": 0.0007062876247800887, + "U": 8.591322142592617e-08, + "K": 6.103194323259231e-07, + "L": 1.3713799944525817e-06, + "G": 0.00010168591688852757, + "F": 0.002042703563347459, + "E": 3.610520070651546e-05, + "T": 0.0009649361600168049, + "P": 0.06829410046339035, + "-": 0.9276028871536255 + }, + "id": "tp_12434" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1554254, + "label": "-", + "classification": { + "B": 1.3487770900155738e-09, + "S": 9.981057473851251e-07, + "I": 2.5040512241503166e-07, + "C": 4.122278551221825e-05, + "R": 9.44811381486943e-06, + "M": 0.0002217414294136688, + "O": 0.00013169519661460072, + "W": 4.0895548636399326e-07, + "N": 1.981915254134492e-08, + "Y": 0.025433342903852463, + "U": 6.499757398970019e-10, + "K": 1.2874640560767148e-05, + "L": 1.4853497305011842e-05, + "G": 0.021559132263064384, + "F": 0.09655921906232834, + "E": 4.775316028826637e-06, + "T": 0.003141047665849328, + "P": 8.032259938772768e-05, + "-": 0.8527886271476746 + }, + "id": "tp_12435" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1554388, + "label": "-", + "classification": { + "B": 3.522981728565355e-08, + "S": 4.972364990862843e-07, + "I": 2.687507048904081e-06, + "C": 2.09937365980295e-06, + "R": 1.8114862996299053e-06, + "M": 0.001721878070384264, + "O": 6.471798405982554e-05, + "W": 8.150642116788731e-08, + "N": 1.1641428265818377e-08, + "Y": 0.09804558753967285, + "U": 1.5182718970940812e-10, + "K": 1.6068863573082126e-08, + "L": 7.885474587965291e-06, + "G": 0.002742866985499859, + "F": 0.0010225712321698666, + "E": 1.0931188398899394e-06, + "T": 0.019953634589910507, + "P": 2.457518712617457e-05, + "-": 0.8764079809188843 + }, + "id": "tp_12436" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1554521, + "label": "-", + "classification": { + "B": 8.85010109641371e-09, + "S": 3.030385187230422e-07, + "I": 6.402465805877e-05, + "C": 4.146238836710836e-07, + "R": 4.5971162876412563e-07, + "M": 5.3668907639803365e-05, + "O": 8.615308615844697e-06, + "W": 5.155028404146833e-08, + "N": 4.978168135494343e-07, + "Y": 0.005683756433427334, + "U": 7.924917944102106e-10, + "K": 5.285032500523812e-08, + "L": 1.0639630687592216e-07, + "G": 6.185712845763192e-05, + "F": 0.00041181081905961037, + "E": 1.342994551123411e-06, + "T": 0.004814108833670616, + "P": 0.0065592993050813675, + "-": 0.9823395609855652 + }, + "id": "tp_12437" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1554655, + "label": "-", + "classification": { + "B": 4.106761082312005e-07, + "S": 3.91182675230084e-06, + "I": 0.0001287791965296492, + "C": 2.4715633117011748e-05, + "R": 1.447843351343181e-05, + "M": 0.0017214379040524364, + "O": 0.00016559421783313155, + "W": 1.1082155424446682e-06, + "N": 1.1635928558462183e-06, + "Y": 0.04490174725651741, + "U": 5.990630569385758e-08, + "K": 2.8393745310495433e-07, + "L": 2.8318081604084e-05, + "G": 0.001927903271280229, + "F": 0.001938554341904819, + "E": 5.788797352579422e-06, + "T": 0.025928504765033722, + "P": 0.0006192831206135452, + "-": 0.9225879907608032 + }, + "id": "tp_12438" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1554755, + "label": "-", + "classification": { + "B": 8.693124442515909e-08, + "S": 3.049208771699341e-06, + "I": 0.00017180514987558126, + "C": 5.3601321269525215e-05, + "R": 1.4494229617412202e-05, + "M": 4.3377382098697126e-05, + "O": 3.534775532898493e-05, + "W": 2.622847887323587e-06, + "N": 1.8614526197779924e-05, + "Y": 0.00799206830561161, + "U": 1.2231902246639947e-06, + "K": 8.714220894034952e-05, + "L": 1.516055135653005e-06, + "G": 0.00025813942193053663, + "F": 0.0083992350846529, + "E": 8.97379286470823e-05, + "T": 0.0023216758854687214, + "P": 0.037993866950273514, + "-": 0.9425124526023865 + }, + "id": "tp_12439" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1554888, + "label": "-", + "classification": { + "B": 1.2606900245959451e-10, + "S": 1.2423627682167648e-09, + "I": 5.2417632734336195e-11, + "C": 7.201299452586074e-12, + "R": 3.2185094867021036e-11, + "M": 6.193754984451516e-07, + "O": 2.2455860460013355e-07, + "W": 2.6066770270061212e-11, + "N": 3.0269328845722657e-14, + "Y": 5.254717621028249e-07, + "U": 9.647265870885093e-17, + "K": 2.1357546990129283e-17, + "L": 6.027614407599913e-09, + "G": 5.296422500578046e-08, + "F": 3.3699777759466087e-06, + "E": 2.1228139038265148e-11, + "T": 1.3998527492731228e-06, + "P": 3.747014943655813e-06, + "-": 0.9999901056289673 + }, + "id": "tp_12440" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1555022, + "label": "-", + "classification": { + "B": 4.193016067688404e-08, + "S": 7.856288561924885e-07, + "I": 3.6764420656254515e-05, + "C": 2.2747812181478366e-05, + "R": 1.3536681763071101e-05, + "M": 0.0008250935352407396, + "O": 5.698682798538357e-05, + "W": 1.643745548562947e-07, + "N": 8.973963616654146e-08, + "Y": 0.16925205290317535, + "U": 2.6536917108188618e-09, + "K": 3.4493030653948153e-09, + "L": 1.8040776922134683e-05, + "G": 0.0032574268989264965, + "F": 0.0013712187064811587, + "E": 7.260559300448222e-07, + "T": 0.038435567170381546, + "P": 9.687751298770308e-05, + "-": 0.7866118550300598 + }, + "id": "tp_12441" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1555155, + "label": "Y", + "classification": { + "B": 4.384677652069513e-07, + "S": 0.00020616322581190616, + "I": 0.00033519905991852283, + "C": 5.9484364101081155e-06, + "R": 9.857216355158016e-06, + "M": 0.0025565712712705135, + "O": 0.0011490820907056332, + "W": 1.5176253327808809e-05, + "N": 2.3544409486930817e-05, + "Y": 0.8373027443885803, + "U": 3.702398831961773e-09, + "K": 6.22844381723553e-05, + "L": 1.4551817912433762e-05, + "G": 0.02267337217926979, + "F": 0.005667135119438171, + "E": 6.069684968679212e-05, + "T": 0.09098261594772339, + "P": 8.1245532783214e-05, + "-": 0.03885333985090256 + }, + "id": "tp_12442" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1555255, + "label": "Y", + "classification": { + "B": 3.7222216064947133e-07, + "S": 0.00022194281336851418, + "I": 0.00011225289199501276, + "C": 0.0002297378669027239, + "R": 0.0002451837935950607, + "M": 0.013595813885331154, + "O": 0.007859567180275917, + "W": 1.6783176761236973e-05, + "N": 1.1318758197376155e-06, + "Y": 0.46912920475006104, + "U": 2.101170570867339e-09, + "K": 1.5833583688618091e-07, + "L": 0.0014330081176012754, + "G": 0.0677143931388855, + "F": 0.010749585926532745, + "E": 1.6254554111583275e-06, + "T": 0.15969306230545044, + "P": 2.8893500712001696e-05, + "-": 0.2689672112464905 + }, + "id": "tp_12443" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1555389, + "label": "-", + "classification": { + "B": 1.0962681926685036e-06, + "S": 1.928070923895575e-05, + "I": 0.00022018745949026197, + "C": 4.036779955640668e-06, + "R": 2.310841637154226e-06, + "M": 0.000722268596291542, + "O": 0.00011304528743494302, + "W": 5.241087364993291e-06, + "N": 1.1548489965207409e-05, + "Y": 0.014769090339541435, + "U": 1.481429308114457e-07, + "K": 2.6074261768371798e-05, + "L": 3.110354100499535e-06, + "G": 0.0006823447765782475, + "F": 0.005650127772241831, + "E": 0.0001619207760086283, + "T": 0.007146150805056095, + "P": 0.011811723001301289, + "-": 0.9586502909660339 + }, + "id": "tp_12444" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1555522, + "label": "-", + "classification": { + "B": 3.358526967645048e-08, + "S": 3.5994526115246117e-07, + "I": 2.0169629806332523e-06, + "C": 4.777132289746078e-06, + "R": 5.667498612638155e-07, + "M": 0.00020733795827254653, + "O": 1.2703544598480221e-05, + "W": 5.39948992184236e-08, + "N": 7.37219423285751e-08, + "Y": 0.003928844351321459, + "U": 5.4443063390863244e-09, + "K": 4.2845744729902435e-08, + "L": 2.4029086489463225e-06, + "G": 0.00018478887795936316, + "F": 0.0012937390711158514, + "E": 3.92955053030164e-06, + "T": 0.0026550472248345613, + "P": 0.0008274838328361511, + "-": 0.9908758401870728 + }, + "id": "tp_12445" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1555656, + "label": "-", + "classification": { + "B": 1.1928691492357757e-06, + "S": 0.00018169544637203217, + "I": 2.3287775547942147e-05, + "C": 0.0002684759674593806, + "R": 0.00011263375199632719, + "M": 0.003441109787672758, + "O": 0.0014118279796093702, + "W": 3.188937989762053e-05, + "N": 3.5431557989795692e-06, + "Y": 0.025576740503311157, + "U": 2.684332969238312e-07, + "K": 2.4576744181104004e-05, + "L": 0.0005339289200492203, + "G": 0.019715068861842155, + "F": 0.2102271318435669, + "E": 9.33553819777444e-05, + "T": 0.013298955745995045, + "P": 0.001934979110956192, + "-": 0.72311931848526 + }, + "id": "tp_12446" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1555756, + "label": "-", + "classification": { + "B": 7.291280912369302e-10, + "S": 3.9982750443812165e-09, + "I": 2.9722212957494776e-07, + "C": 4.414047083400874e-08, + "R": 3.1652152898686836e-08, + "M": 3.2526342693017796e-05, + "O": 5.280658683659567e-07, + "W": 7.679535896087941e-10, + "N": 1.2049894415611107e-09, + "Y": 0.0005541622522287071, + "U": 9.887325680413284e-11, + "K": 1.0338736533554993e-09, + "L": 3.2484813061728346e-08, + "G": 1.1237222679483239e-05, + "F": 0.00010502745863050222, + "E": 1.0725158006152924e-07, + "T": 0.0003671703452710062, + "P": 0.00032075049239210784, + "-": 0.9986081719398499 + }, + "id": "tp_12447" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1555889, + "label": "-", + "classification": { + "B": 6.361719151470879e-09, + "S": 8.1558155784478e-08, + "I": 4.8541216528974473e-05, + "C": 4.245832485594292e-07, + "R": 1.7781674443995144e-07, + "M": 3.508861846057698e-05, + "O": 2.5417725737497676e-06, + "W": 4.7298854610744456e-08, + "N": 1.2323814644332742e-06, + "Y": 0.004815005697309971, + "U": 7.357657150208752e-09, + "K": 2.8603492410184117e-06, + "L": 2.160128254047322e-08, + "G": 3.1252875487552956e-05, + "F": 0.0006029871292412281, + "E": 1.7988602849072777e-05, + "T": 0.0009308721055276692, + "P": 0.01022341102361679, + "-": 0.9832874536514282 + }, + "id": "tp_12448" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1556023, + "label": "-", + "classification": { + "B": 4.417866083811922e-13, + "S": 2.118185488120261e-11, + "I": 5.41290674505035e-08, + "C": 2.967503576201125e-09, + "R": 1.118514614262267e-09, + "M": 5.980343757983064e-07, + "O": 2.2314488035135582e-08, + "W": 1.255694593443879e-11, + "N": 3.8612883723754265e-11, + "Y": 0.0006317635416053236, + "U": 3.0016126303239465e-13, + "K": 1.54277007835546e-11, + "L": 1.811957528463637e-10, + "G": 3.8739511865060194e-07, + "F": 6.760161340935156e-06, + "E": 2.2907264973781594e-09, + "T": 0.00010205062426393852, + "P": 6.017657506163232e-05, + "-": 0.9991982579231262 + }, + "id": "tp_12449" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1556156, + "label": "-", + "classification": { + "B": 3.4701837757500353e-12, + "S": 7.095805887313844e-11, + "I": 1.3047912084118707e-08, + "C": 3.760225117388494e-11, + "R": 9.701476601231551e-12, + "M": 8.87380764424961e-08, + "O": 7.084642650312389e-09, + "W": 1.878591726622858e-11, + "N": 1.1441237540710247e-10, + "Y": 1.0666365596989635e-05, + "U": 1.2155519646395163e-12, + "K": 3.4119135294830016e-10, + "L": 2.8393848036656344e-11, + "G": 6.125662821432343e-08, + "F": 8.633809557068162e-06, + "E": 1.3134405563164364e-08, + "T": 9.275074262404814e-06, + "P": 0.0015924129402264953, + "-": 0.9983787536621094 + }, + "id": "tp_12450" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1556256, + "label": "-", + "classification": { + "B": 1.1633460687832109e-11, + "S": 3.5279265619969635e-10, + "I": 2.473962297244725e-07, + "C": 3.1194309357829297e-09, + "R": 1.2337699750730735e-09, + "M": 6.457607469201321e-06, + "O": 1.2839643659390276e-07, + "W": 2.8537543855788883e-11, + "N": 1.412690103785863e-10, + "Y": 0.0037646889686584473, + "U": 1.1716218002288253e-13, + "K": 2.9741722973319895e-11, + "L": 9.401507350403904e-10, + "G": 6.2482104112859815e-06, + "F": 9.834221600613091e-06, + "E": 1.470791843871666e-08, + "T": 0.0006948309019207954, + "P": 2.7857317036250606e-05, + "-": 0.9954896569252014 + }, + "id": "tp_12451" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1556390, + "label": "-", + "classification": { + "B": 3.2921749094222408e-12, + "S": 5.277085990407215e-10, + "I": 7.0162538001738994e-09, + "C": 2.5180177942729642e-09, + "R": 8.935798767595315e-10, + "M": 7.41564690542873e-07, + "O": 1.1679323819180354e-07, + "W": 3.129720094197097e-10, + "N": 1.1148596629206864e-10, + "Y": 0.00014449734590016305, + "U": 2.514644959275558e-12, + "K": 2.6000006592141744e-09, + "L": 1.171112207210001e-09, + "G": 9.075976663552865e-07, + "F": 0.0005298632895573974, + "E": 1.4262088399163986e-08, + "T": 4.663308209273964e-05, + "P": 0.00023083608539309353, + "-": 0.999046266078949 + }, + "id": "tp_12452" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1556523, + "label": "-", + "classification": { + "B": 2.7580558707995806e-06, + "S": 1.2381502529024146e-05, + "I": 0.0003629371349234134, + "C": 0.0002241075853817165, + "R": 0.0001787372020771727, + "M": 0.006908588111400604, + "O": 0.000569961266592145, + "W": 7.515083780162968e-06, + "N": 7.176067356340354e-06, + "Y": 0.2991026043891907, + "U": 5.099643090034078e-07, + "K": 2.427291838102974e-05, + "L": 0.00012837472604587674, + "G": 0.020705446600914, + "F": 0.0061840214766561985, + "E": 0.00014734581054653972, + "T": 0.04393826797604561, + "P": 0.0013792365789413452, + "-": 0.6201157569885254 + }, + "id": "tp_12453" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1556657, + "label": "Y", + "classification": { + "B": 3.68886844626104e-07, + "S": 8.244692435255274e-05, + "I": 0.00036096983239986, + "C": 9.451594087295234e-05, + "R": 7.714483217569068e-05, + "M": 0.0020779839251190424, + "O": 0.000845682283397764, + "W": 2.3205286197480746e-05, + "N": 2.035227407759521e-05, + "Y": 0.45069435238838196, + "U": 5.154489812753127e-08, + "K": 0.00021000378183089197, + "L": 1.681293906585779e-05, + "G": 0.008769961073994637, + "F": 0.007448636926710606, + "E": 5.5746968428138644e-05, + "T": 0.09869824349880219, + "P": 0.0005781493964605033, + "-": 0.4299454689025879 + }, + "id": "tp_12454" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1556757, + "label": "-", + "classification": { + "B": 3.0998870670373435e-07, + "S": 7.699182788201142e-06, + "I": 0.00048082854482345283, + "C": 2.118563133990392e-05, + "R": 2.0767029127455316e-05, + "M": 0.0008769183186814189, + "O": 0.00017046762513928115, + "W": 1.7186737295560306e-06, + "N": 6.1989048845134676e-06, + "Y": 0.20528298616409302, + "U": 1.9530308037474242e-08, + "K": 4.3733174948101805e-07, + "L": 4.350735707703279e-06, + "G": 0.001658133347518742, + "F": 0.0021558490116149187, + "E": 5.9965245782223064e-06, + "T": 0.054039597511291504, + "P": 0.0020397615153342485, + "-": 0.7332267761230469 + }, + "id": "tp_12455" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1556890, + "label": "-", + "classification": { + "B": 1.3935706988377206e-07, + "S": 4.736993105325382e-06, + "I": 6.160590828585555e-07, + "C": 5.389767920860322e-06, + "R": 1.2319060260779224e-06, + "M": 0.0008630005759187043, + "O": 9.292550384998322e-05, + "W": 3.717287313520501e-07, + "N": 2.5022236727068048e-08, + "Y": 0.0032563291024416685, + "U": 1.6919616818711347e-09, + "K": 6.937369789739023e-08, + "L": 6.417857366614044e-05, + "G": 0.0015624872175976634, + "F": 0.043177343904972076, + "E": 4.102259481442161e-06, + "T": 0.0013589041773229837, + "P": 0.00033277488546445966, + "-": 0.9492753744125366 + }, + "id": "tp_12456" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1557024, + "label": "-", + "classification": { + "B": 3.373782647031476e-06, + "S": 2.692217458388768e-05, + "I": 0.0004442351928446442, + "C": 0.00017883557302411646, + "R": 0.00026113109197467566, + "M": 0.013430599123239517, + "O": 0.0015736892819404602, + "W": 1.3449121979647316e-05, + "N": 2.317751977898297e-06, + "Y": 0.16720302402973175, + "U": 9.718165472349938e-08, + "K": 7.662822554266313e-08, + "L": 0.0005110945785418153, + "G": 0.006914678029716015, + "F": 0.0012044430477544665, + "E": 7.4919621511071455e-06, + "T": 0.10602158308029175, + "P": 0.0002986558247357607, + "-": 0.7019042372703552 + }, + "id": "tp_12457" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1557157, + "label": "-", + "classification": { + "B": 4.3925865611527115e-08, + "S": 5.6687628813278934e-08, + "I": 1.9425542632234283e-05, + "C": 5.914562279940583e-07, + "R": 6.889731594128534e-07, + "M": 0.000152361870277673, + "O": 4.3232948883087374e-06, + "W": 1.8340317708975817e-08, + "N": 6.544560449128767e-08, + "Y": 0.014437511563301086, + "U": 2.5564264038990814e-09, + "K": 1.771735114175499e-08, + "L": 5.175260753276234e-07, + "G": 0.0002291991258971393, + "F": 0.0004920501378364861, + "E": 3.425520844757557e-06, + "T": 0.0037864793557673693, + "P": 0.0020135631784796715, + "-": 0.9788596630096436 + }, + "id": "tp_12458" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1557257, + "label": "-", + "classification": { + "B": 4.6147866084034206e-10, + "S": 3.917663971009233e-09, + "I": 4.564321898214985e-06, + "C": 1.588879143810118e-07, + "R": 8.306077603492668e-08, + "M": 5.0985063353437e-06, + "O": 5.094493644719478e-07, + "W": 4.553714738619874e-09, + "N": 2.8016831521426866e-08, + "Y": 0.0007469410775229335, + "U": 1.4416320359700308e-09, + "K": 2.428704704016127e-08, + "L": 1.997394072361658e-08, + "G": 8.557915862184018e-06, + "F": 0.00026142268325202167, + "E": 8.000498610272189e-07, + "T": 0.0002016037906287238, + "P": 0.00416611647233367, + "-": 0.9946040511131287 + }, + "id": "tp_12459" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1557391, + "label": "-", + "classification": { + "B": 1.8940757229302108e-07, + "S": 1.7663872142748005e-07, + "I": 8.007850169633457e-07, + "C": 4.763147742892215e-08, + "R": 2.123748821247773e-08, + "M": 2.6726931537268683e-05, + "O": 4.86707585878321e-06, + "W": 2.0099005126894554e-08, + "N": 9.508667631052958e-09, + "Y": 9.051318193087354e-05, + "U": 2.443536206708785e-10, + "K": 1.193129151033645e-09, + "L": 3.695738257647463e-07, + "G": 2.6427520424476825e-05, + "F": 0.0005774699384346604, + "E": 1.1882447097377735e-06, + "T": 0.00010164410923607647, + "P": 0.0020380904898047447, + "-": 0.99713134765625 + }, + "id": "tp_12460" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1557524, + "label": "-", + "classification": { + "B": 1.1653395404209732e-07, + "S": 1.7195433201777632e-06, + "I": 0.00010384162305854261, + "C": 9.934775334841106e-06, + "R": 7.040908258204581e-06, + "M": 0.00011563928273972124, + "O": 7.61957053327933e-05, + "W": 1.391225168845267e-06, + "N": 6.7897858571086545e-06, + "Y": 0.0024147597141563892, + "U": 2.956140292553755e-07, + "K": 5.1436836656648666e-06, + "L": 2.834879978763638e-06, + "G": 0.00018123431073036045, + "F": 0.003811779199168086, + "E": 2.7054291422246024e-05, + "T": 0.002409648150205612, + "P": 0.028582647442817688, + "-": 0.9622419476509094 + }, + "id": "tp_12461" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1557658, + "label": "-", + "classification": { + "B": 1.553489528305363e-05, + "S": 1.2663236702792346e-05, + "I": 0.0010173197370022535, + "C": 8.522983989678323e-05, + "R": 2.3063721528160386e-05, + "M": 0.00044473554589785635, + "O": 8.749381959205493e-05, + "W": 6.936525096534751e-06, + "N": 2.7848509489558637e-05, + "Y": 0.003125967690721154, + "U": 2.5125930278591113e-06, + "K": 3.562987785699079e-06, + "L": 3.7915600842097774e-05, + "G": 0.0009523349581286311, + "F": 0.012239214032888412, + "E": 0.0005406746058724821, + "T": 0.0016922795912250876, + "P": 0.14031970500946045, + "-": 0.8393650054931641 + }, + "id": "tp_12462" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1557758, + "label": "-", + "classification": { + "B": 1.98810357687762e-05, + "S": 1.528136635897681e-05, + "I": 0.0004860284097958356, + "C": 8.205719495890662e-05, + "R": 4.074012758792378e-05, + "M": 0.001263323938474059, + "O": 0.0002236966392956674, + "W": 5.980452442599926e-06, + "N": 1.961784619197715e-05, + "Y": 0.010507709346711636, + "U": 1.3476275171342422e-06, + "K": 1.3788306887363433e-06, + "L": 8.080844418145716e-05, + "G": 0.0022740287240594625, + "F": 0.007983424700796604, + "E": 0.0003393884398974478, + "T": 0.008396756835281849, + "P": 0.05304158478975296, + "-": 0.9152169823646545 + }, + "id": "tp_12463" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1557891, + "label": "-", + "classification": { + "B": 1.0466811545484234e-05, + "S": 9.130369107879233e-06, + "I": 0.0004381643084343523, + "C": 5.472618431667797e-05, + "R": 2.810107616824098e-05, + "M": 0.0011828659335151315, + "O": 0.00017498339002486318, + "W": 5.978153239993844e-06, + "N": 1.3015875993005466e-05, + "Y": 0.013009782880544662, + "U": 2.2523661300510867e-06, + "K": 4.6873060455254745e-06, + "L": 4.723260644823313e-05, + "G": 0.0026563263963907957, + "F": 0.004964363295584917, + "E": 0.00025915823061950505, + "T": 0.005997395142912865, + "P": 0.02643636055290699, + "-": 0.9447049498558044 + }, + "id": "tp_12464" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1558025, + "label": "-", + "classification": { + "B": 4.8692425480112433e-05, + "S": 9.209117706632242e-05, + "I": 3.104352072114125e-05, + "C": 6.202055374160409e-05, + "R": 2.490466613380704e-05, + "M": 0.004225985612720251, + "O": 0.0004896934842690825, + "W": 6.326367838482838e-06, + "N": 1.7061062180800945e-06, + "Y": 0.01366287749260664, + "U": 1.5934546127027716e-07, + "K": 2.580995442258427e-06, + "L": 0.00036638768506236374, + "G": 0.025382377207279205, + "F": 0.07599025219678879, + "E": 0.0003027477359864861, + "T": 0.007252204231917858, + "P": 0.00360502558760345, + "-": 0.8684529662132263 + }, + "id": "tp_12465" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1558158, + "label": "-", + "classification": { + "B": 0.0006394821684807539, + "S": 9.707844583317637e-05, + "I": 0.0002746240352280438, + "C": 8.482397970510647e-05, + "R": 3.99061682401225e-05, + "M": 0.001975270686671138, + "O": 0.0010940037900581956, + "W": 4.93278494104743e-05, + "N": 1.5588986570946872e-05, + "Y": 0.004595702514052391, + "U": 4.654249096347485e-06, + "K": 2.947595248770085e-06, + "L": 0.00040742699638940394, + "G": 0.004827817901968956, + "F": 0.007579659577459097, + "E": 0.0003474361728876829, + "T": 0.0034058995079249144, + "P": 0.028193438425660133, + "-": 0.9463648200035095 + }, + "id": "tp_12466" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1558258, + "label": "-", + "classification": { + "B": 1.7507843949715607e-05, + "S": 2.365701220696792e-06, + "I": 0.0006000493303872645, + "C": 8.092866482911631e-05, + "R": 2.0302424672991037e-05, + "M": 0.00015066999185364693, + "O": 9.330445027444512e-05, + "W": 3.561330004231422e-06, + "N": 3.334979192004539e-05, + "Y": 0.0015980482567101717, + "U": 3.75645231542876e-06, + "K": 2.7919895728700794e-06, + "L": 1.7141448552138172e-05, + "G": 0.0010037972824648023, + "F": 0.0018335051136091352, + "E": 0.0004283025045879185, + "T": 0.0014497642405331135, + "P": 0.29499346017837524, + "-": 0.6976674199104309 + }, + "id": "tp_12467" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1558392, + "label": "-", + "classification": { + "B": 1.677456748438999e-05, + "S": 1.064742355083581e-05, + "I": 0.0021750573068857193, + "C": 9.544739441480488e-05, + "R": 1.8970515156979673e-05, + "M": 0.0002356722397962585, + "O": 7.194544741651043e-05, + "W": 6.472218956332654e-06, + "N": 0.00016645653522573411, + "Y": 0.004923288710415363, + "U": 5.043694727646653e-06, + "K": 0.00011418350914027542, + "L": 1.963376416824758e-05, + "G": 0.0033022298011928797, + "F": 0.03259850665926933, + "E": 0.007179564796388149, + "T": 0.0015610853442922235, + "P": 0.3945651650428772, + "-": 0.5529337525367737 + }, + "id": "tp_12468" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1558525, + "label": "-", + "classification": { + "B": 0.00040350036579184234, + "S": 0.00010265740274917334, + "I": 0.00020787579705938697, + "C": 2.4345117708435282e-05, + "R": 6.097852747188881e-06, + "M": 0.0005205990164540708, + "O": 0.0003839026321657002, + "W": 2.0355040760478005e-05, + "N": 1.8066823031404056e-05, + "Y": 0.0006254490581341088, + "U": 7.686865615141869e-07, + "K": 5.669501206284622e-07, + "L": 8.005533891264349e-05, + "G": 0.0006867337506264448, + "F": 0.004991589114069939, + "E": 0.00038052586023695767, + "T": 0.0007117926725186408, + "P": 0.13159222900867462, + "-": 0.8592429161071777 + }, + "id": "tp_12469" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1558625, + "label": "-", + "classification": { + "B": 3.7634160889865598e-06, + "S": 1.5513287507928908e-06, + "I": 0.0006957163568586111, + "C": 3.4432309803378303e-06, + "R": 6.67116353270103e-07, + "M": 8.32935402286239e-05, + "O": 2.4080247385427356e-05, + "W": 2.2760364117857534e-06, + "N": 4.643439388019033e-05, + "Y": 0.0005762995569966733, + "U": 7.274468885043461e-07, + "K": 1.8297791029908694e-05, + "L": 7.40410598609742e-07, + "G": 0.00014373412705026567, + "F": 0.0006172563880681992, + "E": 0.0010998276993632317, + "T": 0.0007948395796120167, + "P": 0.28156179189682007, + "-": 0.7143252491950989 + }, + "id": "tp_12470" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1558759, + "label": "-", + "classification": { + "B": 1.349059948552167e-05, + "S": 1.5294988770619966e-05, + "I": 0.0036549351643770933, + "C": 0.0003220725920982659, + "R": 9.411299106432125e-05, + "M": 0.0003011986264027655, + "O": 0.0001901006035041064, + "W": 2.4658073016325943e-05, + "N": 0.0002614713739603758, + "Y": 0.002546267583966255, + "U": 1.961373709491454e-05, + "K": 1.7270709577132948e-05, + "L": 5.07389813719783e-05, + "G": 0.0009112866828218102, + "F": 0.006425218190997839, + "E": 0.001286225626245141, + "T": 0.002252770122140646, + "P": 0.42753615975379944, + "-": 0.5540770888328552 + }, + "id": "tp_12471" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1558892, + "label": "-", + "classification": { + "B": 9.623557161830831e-06, + "S": 3.6363267099659424e-06, + "I": 0.0025508098769932985, + "C": 0.00037428343784995377, + "R": 9.797135862754658e-05, + "M": 0.00039185647619888186, + "O": 0.00011872513277921826, + "W": 5.225041604717262e-06, + "N": 9.62421327130869e-05, + "Y": 0.004122843034565449, + "U": 1.2621921086974908e-05, + "K": 1.6200083337025717e-05, + "L": 3.345422010170296e-05, + "G": 0.0015508714132010937, + "F": 0.0029615827370435, + "E": 0.0009591223788447678, + "T": 0.003135994076728821, + "P": 0.16433702409267426, + "-": 0.8192218542098999 + }, + "id": "tp_12472" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1559026, + "label": "-", + "classification": { + "B": 2.9715116056650004e-07, + "S": 1.0787323390104575e-06, + "I": 0.0003205221437383443, + "C": 8.861541573423892e-06, + "R": 1.7309308759649866e-06, + "M": 2.123737067449838e-05, + "O": 1.5280998923117295e-05, + "W": 5.506442448677262e-07, + "N": 2.4020908313104883e-05, + "Y": 0.00023105704167392105, + "U": 2.719961003094795e-07, + "K": 1.4519889646180673e-06, + "L": 1.1421338967920747e-06, + "G": 0.00012426084140315652, + "F": 0.003021707758307457, + "E": 0.00015266338596120477, + "T": 0.00033525354228913784, + "P": 0.33039796352386475, + "-": 0.6653406023979187 + }, + "id": "tp_12473" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1559126, + "label": "-", + "classification": { + "B": 7.813991396687925e-05, + "S": 2.392085843894165e-05, + "I": 0.02198512852191925, + "C": 0.00046185479732230306, + "R": 0.00015852235083002597, + "M": 0.0006774836219847202, + "O": 0.0004080745275132358, + "W": 1.7663216567598283e-05, + "N": 0.0004780199669767171, + "Y": 0.006558658089488745, + "U": 4.1074608816416e-06, + "K": 2.368815557929338e-06, + "L": 8.801482908893377e-05, + "G": 0.00215133186429739, + "F": 0.001427726005204022, + "E": 0.0006562608759850264, + "T": 0.0041147503070533276, + "P": 0.47738173604011536, + "-": 0.4833262264728546 + }, + "id": "tp_12474" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1559259, + "label": "-", + "classification": { + "B": 2.9963950510136783e-05, + "S": 5.8062923926627263e-05, + "I": 0.0013748403871431947, + "C": 0.00011728015670087188, + "R": 2.2745858586858958e-05, + "M": 0.0007681220886297524, + "O": 0.00031532597495242953, + "W": 3.803174331551418e-05, + "N": 0.0002720201446209103, + "Y": 0.018141750246286392, + "U": 8.823131793178618e-06, + "K": 0.001526850275695324, + "L": 3.5035249311476946e-05, + "G": 0.006192189175635576, + "F": 0.035904575139284134, + "E": 0.008385565131902695, + "T": 0.0062241689302027225, + "P": 0.11553851515054703, + "-": 0.8050461411476135 + }, + "id": "tp_12475" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1559393, + "label": "-", + "classification": { + "B": 5.385474537433765e-07, + "S": 9.392920929940374e-08, + "I": 1.626709126867354e-05, + "C": 3.6253472899261396e-06, + "R": 8.110052363008435e-07, + "M": 3.295118222013116e-05, + "O": 6.601942459383281e-06, + "W": 1.1880233330430201e-07, + "N": 3.513014803502301e-07, + "Y": 0.0005076610832475126, + "U": 7.010353897385357e-08, + "K": 4.977682124263083e-07, + "L": 6.175371254357742e-07, + "G": 0.00010466861567692831, + "F": 0.0006427850457839668, + "E": 2.698049138416536e-05, + "T": 0.00016893020074348897, + "P": 0.03147199749946594, + "-": 0.9670143723487854 + }, + "id": "tp_12476" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1559526, + "label": "P", + "classification": { + "B": 1.8152427117001935e-07, + "S": 4.6528836605830293e-07, + "I": 0.00033573302789591253, + "C": 2.1183202534302836e-06, + "R": 2.2284044121079205e-07, + "M": 2.8933852718182607e-06, + "O": 1.7083922330130008e-06, + "W": 1.821690460701575e-07, + "N": 2.9866821932955645e-05, + "Y": 3.8809768739156425e-05, + "U": 1.2207249255880015e-07, + "K": 3.2788695989438565e-06, + "L": 1.1797735055552039e-07, + "G": 2.032366865023505e-05, + "F": 0.001143220579251647, + "E": 0.000355916447006166, + "T": 3.073348125326447e-05, + "P": 0.8763501048088074, + "-": 0.12168407440185547 + }, + "id": "tp_12477" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1559626, + "label": "P", + "classification": { + "B": 2.4124554443005763e-07, + "S": 2.26821743609662e-08, + "I": 0.00012047206109855324, + "C": 4.0065640405373415e-07, + "R": 7.340920404885765e-08, + "M": 5.312927441991633e-06, + "O": 1.6348441249647294e-06, + "W": 2.3088285061589886e-08, + "N": 1.3894723451812752e-06, + "Y": 3.7732781493104994e-05, + "U": 9.499227182629966e-09, + "K": 4.656688368243067e-09, + "L": 1.4716319185481552e-07, + "G": 1.8904311218648218e-05, + "F": 0.00010205715079791844, + "E": 2.9739974706899375e-05, + "T": 5.864702688995749e-05, + "P": 0.6235738396644592, + "-": 0.37604930996894836 + }, + "id": "tp_12478" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1559760, + "label": "-", + "classification": { + "B": 2.413272000012512e-07, + "S": 7.583228267549202e-09, + "I": 1.5624286220372596e-07, + "C": 4.921679988001415e-07, + "R": 6.579033140496904e-08, + "M": 7.411249043798307e-06, + "O": 1.6351259546354413e-06, + "W": 4.21071577605403e-09, + "N": 6.53000764572198e-10, + "Y": 3.445813126745634e-05, + "U": 3.8487862896730007e-10, + "K": 4.686237509154978e-11, + "L": 9.380885899190616e-07, + "G": 5.144755050423555e-05, + "F": 0.00020818025222979486, + "E": 1.9743096402180527e-07, + "T": 2.8253938580746762e-05, + "P": 0.0028050621040165424, + "-": 0.996861457824707 + }, + "id": "tp_12479" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1559893, + "label": "-", + "classification": { + "B": 2.6580407848086907e-06, + "S": 6.874828159197932e-06, + "I": 7.069890853017569e-05, + "C": 6.186545761011075e-06, + "R": 4.859292062064924e-07, + "M": 7.5785159424413e-05, + "O": 3.194713281118311e-05, + "W": 2.574647851361078e-06, + "N": 7.1408680923923384e-06, + "Y": 0.00017958981334231794, + "U": 4.3878443989342486e-07, + "K": 1.4076122170081362e-06, + "L": 3.370483227627119e-06, + "G": 4.341338717495091e-05, + "F": 0.0037285960279405117, + "E": 0.00018823596474248916, + "T": 0.0002471626503393054, + "P": 0.24863626062870026, + "-": 0.7467671632766724 + }, + "id": "tp_12480" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1560027, + "label": "-", + "classification": { + "B": 1.6191927798558936e-08, + "S": 6.27126084395968e-08, + "I": 0.00029594229999929667, + "C": 6.882570687594125e-06, + "R": 1.050704895533272e-06, + "M": 4.895261736237444e-05, + "O": 5.309969765221467e-06, + "W": 8.441559629090989e-08, + "N": 2.3433744900103193e-06, + "Y": 0.0028632767498493195, + "U": 1.6332935004470528e-08, + "K": 1.0349016292821034e-06, + "L": 1.6728147045341757e-07, + "G": 6.563478382304311e-05, + "F": 0.0012273663887754083, + "E": 2.826998388627544e-05, + "T": 0.0008663879125379026, + "P": 0.04098813235759735, + "-": 0.9535990953445435 + }, + "id": "tp_12481" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1560127, + "label": "-", + "classification": { + "B": 0.0020269660744816065, + "S": 0.0006198838236741722, + "I": 0.006477513816207647, + "C": 0.001720016123726964, + "R": 0.0006498454604297876, + "M": 0.01019869651645422, + "O": 0.0043360148556530476, + "W": 0.00035853427834808826, + "N": 0.00034609163412824273, + "Y": 0.025224002078175545, + "U": 6.290549208642915e-05, + "K": 3.655630280263722e-05, + "L": 0.002561939414590597, + "G": 0.01976330205798149, + "F": 0.015169241465628147, + "E": 0.002156301634386182, + "T": 0.01977333053946495, + "P": 0.09240066260099411, + "-": 0.7961181998252869 + }, + "id": "tp_12482" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1560260, + "label": "-", + "classification": { + "B": 5.348150079953484e-05, + "S": 3.8748097722418606e-05, + "I": 0.002523633884266019, + "C": 0.00023888896976131946, + "R": 2.2982636437518522e-05, + "M": 0.0026557324454188347, + "O": 0.00028940572519786656, + "W": 2.0369372577988543e-05, + "N": 0.0001892599102575332, + "Y": 0.020255424082279205, + "U": 1.0448461580381263e-05, + "K": 8.500215335516259e-05, + "L": 5.2549512474797666e-05, + "G": 0.004945593886077404, + "F": 0.00890928041189909, + "E": 0.005885654129087925, + "T": 0.00811726599931717, + "P": 0.16712291538715363, + "-": 0.7785834074020386 + }, + "id": "tp_12483" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1560394, + "label": "-", + "classification": { + "B": 2.1868096155230887e-05, + "S": 1.2850650819018483e-05, + "I": 0.0009089909144677222, + "C": 0.000568210962228477, + "R": 8.153462840709835e-05, + "M": 0.0010973813477903605, + "O": 0.00030491084908135235, + "W": 1.4998106962593738e-05, + "N": 6.839149136794731e-05, + "Y": 0.005385490600019693, + "U": 1.7219323126482777e-05, + "K": 3.288978768978268e-05, + "L": 9.993690036935732e-05, + "G": 0.0028767366893589497, + "F": 0.013554366305470467, + "E": 0.0007128790020942688, + "T": 0.003997297491878271, + "P": 0.0641658753156662, + "-": 0.9060782194137573 + }, + "id": "tp_12484" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1560527, + "label": "-", + "classification": { + "B": 5.4506194828718435e-06, + "S": 6.662849955318961e-06, + "I": 0.00048379978397861123, + "C": 0.0001701094734016806, + "R": 3.650009603006765e-05, + "M": 0.00040979127516038716, + "O": 9.533498814562336e-05, + "W": 6.236835815798258e-06, + "N": 2.279747604916338e-05, + "Y": 0.01404092088341713, + "U": 3.430428250794648e-06, + "K": 2.2223208361538127e-05, + "L": 1.5850828276597895e-05, + "G": 0.0011654022382572293, + "F": 0.0028439427260309458, + "E": 0.0004091051814612001, + "T": 0.003913128282874823, + "P": 0.03582712262868881, + "-": 0.9405221343040466 + }, + "id": "tp_12485" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1560627, + "label": "-", + "classification": { + "B": 1.701294786471408e-05, + "S": 9.542834050080273e-06, + "I": 0.00035188617766834795, + "C": 9.103131742449477e-05, + "R": 3.28441419696901e-05, + "M": 0.000605240638833493, + "O": 0.00022556546900887042, + "W": 1.3230302101874258e-05, + "N": 2.6368243197794072e-05, + "Y": 0.00305688614025712, + "U": 4.18846684624441e-06, + "K": 1.0795848538691644e-05, + "L": 3.441012813709676e-05, + "G": 0.0009725799900479615, + "F": 0.004094318021088839, + "E": 0.0003354907676111907, + "T": 0.0023105458822101355, + "P": 0.06332515925168991, + "-": 0.9244828820228577 + }, + "id": "tp_12486" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1560761, + "label": "-", + "classification": { + "B": 2.5950039344024844e-05, + "S": 8.430929301539436e-05, + "I": 0.0003865300095640123, + "C": 0.00016057559696491808, + "R": 5.967327888356522e-05, + "M": 0.0008449245360679924, + "O": 0.000409191008657217, + "W": 4.4133328628959134e-05, + "N": 6.96193819749169e-05, + "Y": 0.007873771712183952, + "U": 5.974841769784689e-06, + "K": 0.00013660443073604256, + "L": 5.0236234528711066e-05, + "G": 0.001872801105491817, + "F": 0.05476245656609535, + "E": 0.0010850048856809735, + "T": 0.003236370161175728, + "P": 0.07103845477104187, + "-": 0.8578534126281738 + }, + "id": "tp_12487" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1560894, + "label": "-", + "classification": { + "B": 1.7812573105402407e-07, + "S": 6.246971651080457e-08, + "I": 2.071065864583943e-06, + "C": 1.9887855273736932e-07, + "R": 1.0135349981510444e-07, + "M": 6.214069435372949e-05, + "O": 8.765686288825236e-06, + "W": 2.2956834655474267e-08, + "N": 8.826575026432693e-09, + "Y": 0.00010046359238913283, + "U": 1.082553935383146e-09, + "K": 7.706042748356623e-11, + "L": 3.733928451765678e-06, + "G": 7.256479875650257e-05, + "F": 0.00025540031492710114, + "E": 1.7354248029732844e-06, + "T": 0.00012647236871998757, + "P": 0.0045265136286616325, + "-": 0.9948397278785706 + }, + "id": "tp_12488" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1561028, + "label": "-", + "classification": { + "B": 2.0663706891355105e-05, + "S": 4.6493340050801635e-05, + "I": 0.0019249417819082737, + "C": 0.00018580070172902197, + "R": 4.8029622121248394e-05, + "M": 0.0004963514511473477, + "O": 0.00026214044191874564, + "W": 3.2116298825712875e-05, + "N": 0.000406619074055925, + "Y": 0.011826571077108383, + "U": 1.7658026990829967e-05, + "K": 0.001106401439756155, + "L": 2.5845476557151414e-05, + "G": 0.0055114468559622765, + "F": 0.033092234283685684, + "E": 0.005075818859040737, + "T": 0.003768622875213623, + "P": 0.22090861201286316, + "-": 0.7152436375617981 + }, + "id": "tp_12489" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1561128, + "label": "-", + "classification": { + "B": 1.6066761077127012e-07, + "S": 4.570250666802167e-07, + "I": 0.00016203487757593393, + "C": 3.187918628100306e-05, + "R": 9.149755896942224e-06, + "M": 4.167309089098126e-05, + "O": 1.1667099897749722e-05, + "W": 6.372952157107648e-07, + "N": 6.60039768263232e-06, + "Y": 0.005687455181032419, + "U": 5.54821269815875e-07, + "K": 7.909905980341136e-05, + "L": 9.590200988895958e-07, + "G": 0.000686274899635464, + "F": 0.006962118204683065, + "E": 0.0002941654238384217, + "T": 0.0008520563715137541, + "P": 0.036958735436201096, + "-": 0.9482144117355347 + }, + "id": "tp_12490" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1561261, + "label": "P", + "classification": { + "B": 4.807031018572161e-06, + "S": 4.811723556485958e-06, + "I": 0.0019951907452195883, + "C": 3.164786903653294e-05, + "R": 6.20064020040445e-06, + "M": 6.114521238487214e-05, + "O": 4.069410351803526e-05, + "W": 6.413511528080562e-06, + "N": 0.00011194576654816046, + "Y": 0.0005259590689092875, + "U": 2.8379315608617617e-06, + "K": 1.806137697712984e-05, + "L": 4.241915121383499e-06, + "G": 0.00013968476559966803, + "F": 0.0019299526466056705, + "E": 0.0008187749772332609, + "T": 0.0003602038195822388, + "P": 0.6180453300476074, + "-": 0.37589213252067566 + }, + "id": "tp_12491" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1561395, + "label": "-", + "classification": { + "B": 1.7025980923790485e-05, + "S": 1.025557594402926e-05, + "I": 0.002975309733301401, + "C": 0.0006623996305279434, + "R": 9.596108429832384e-05, + "M": 0.00026684091426432133, + "O": 0.00014647201169282198, + "W": 2.2994492610450834e-05, + "N": 0.00039037232636474073, + "Y": 0.004370720125734806, + "U": 4.2855270294239745e-05, + "K": 0.0007340011070482433, + "L": 2.80395797744859e-05, + "G": 0.0028486368246376514, + "F": 0.017636682838201523, + "E": 0.006063323002308607, + "T": 0.0013784714974462986, + "P": 0.3567280173301697, + "-": 0.6055816411972046 + }, + "id": "tp_12492" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1561528, + "label": "-", + "classification": { + "B": 9.954017514246516e-06, + "S": 8.127069122565445e-06, + "I": 0.0006683280225843191, + "C": 9.11001770873554e-05, + "R": 1.6008527381927706e-05, + "M": 0.0002948157489299774, + "O": 7.243722939165309e-05, + "W": 7.570552043034695e-06, + "N": 6.393848889274523e-05, + "Y": 0.005476004909723997, + "U": 3.9212927731568925e-06, + "K": 0.00039522667066194117, + "L": 8.97196696314495e-06, + "G": 0.002713021356612444, + "F": 0.03166953846812248, + "E": 0.004419051110744476, + "T": 0.0018725462723523378, + "P": 0.17629842460155487, + "-": 0.7759109735488892 + }, + "id": "tp_12493" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1561628, + "label": "-", + "classification": { + "B": 5.236868219071766e-06, + "S": 5.683745598616952e-07, + "I": 0.00040004472248256207, + "C": 1.2282705938559957e-05, + "R": 3.1639078770240303e-06, + "M": 0.00031373018282465637, + "O": 2.668265915417578e-05, + "W": 2.397993910108198e-07, + "N": 1.7266065697185695e-06, + "Y": 0.005864397156983614, + "U": 5.933226887577803e-08, + "K": 3.094328704378313e-08, + "L": 1.2450361282390077e-05, + "G": 0.0013951279688626528, + "F": 0.0011426935670897365, + "E": 0.00012012952356599271, + "T": 0.0015209891134873033, + "P": 0.03472869098186493, + "-": 0.9544517993927002 + }, + "id": "tp_12494" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1561762, + "label": "-", + "classification": { + "B": 9.137318670582317e-07, + "S": 2.495145508873975e-06, + "I": 0.00022271198395173997, + "C": 7.100186485331506e-05, + "R": 1.754430377332028e-05, + "M": 0.00018372084014117718, + "O": 6.248903082450852e-05, + "W": 2.6517104743106756e-06, + "N": 8.834467735141516e-06, + "Y": 0.005313001573085785, + "U": 1.0446864280311274e-06, + "K": 6.44533110971679e-06, + "L": 7.896051101852208e-06, + "G": 0.0006246734410524368, + "F": 0.005222419276833534, + "E": 0.000154435881995596, + "T": 0.0013769867364317179, + "P": 0.0376085489988327, + "-": 0.9491121172904968 + }, + "id": "tp_12495" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1561895, + "label": "-", + "classification": { + "B": 4.831731903465197e-09, + "S": 4.222806548881408e-10, + "I": 1.5148361853789538e-05, + "C": 4.2531814870017115e-07, + "R": 1.9758120473056806e-08, + "M": 5.501664759322011e-07, + "O": 8.584041921722019e-08, + "W": 2.578516733464653e-09, + "N": 1.5110761353298585e-07, + "Y": 5.386323027778417e-05, + "U": 1.3177771762684642e-08, + "K": 7.107065016498382e-07, + "L": 4.958895960527343e-09, + "G": 1.1285212167422287e-05, + "F": 0.00017254210251849145, + "E": 4.609961615642533e-05, + "T": 1.2857142792199738e-05, + "P": 0.17323137819766998, + "-": 0.8264548778533936 + }, + "id": "tp_12496" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1562029, + "label": "-", + "classification": { + "B": 2.767350451904349e-05, + "S": 4.399955287226476e-05, + "I": 0.0002152775414288044, + "C": 6.021156423230423e-06, + "R": 1.7704109041005722e-06, + "M": 0.00039255665615200996, + "O": 9.832221257966012e-05, + "W": 8.994154995889403e-06, + "N": 1.645829797780607e-05, + "Y": 0.0012701338855549693, + "U": 6.553976277245965e-07, + "K": 6.788574864913244e-06, + "L": 1.4046763681108132e-05, + "G": 0.00028363120509311557, + "F": 0.015086652711033821, + "E": 0.0008105435408651829, + "T": 0.000941299891564995, + "P": 0.1379161924123764, + "-": 0.8428589701652527 + }, + "id": "tp_12497" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1562129, + "label": "-", + "classification": { + "B": 5.091265364853825e-08, + "S": 2.1803519700824836e-07, + "I": 0.000634229218121618, + "C": 5.8609725783753674e-06, + "R": 1.5336179330915911e-06, + "M": 9.320441313320771e-05, + "O": 1.032626096275635e-05, + "W": 2.4094765649351757e-07, + "N": 1.9554077880457044e-05, + "Y": 0.0012191295390948653, + "U": 1.1700817736937097e-07, + "K": 1.626824086997658e-06, + "L": 5.492482273439236e-07, + "G": 0.00010583836410660297, + "F": 0.0014975876547396183, + "E": 0.00016814659466035664, + "T": 0.0009418659028597176, + "P": 0.2342022806406021, + "-": 0.7610976099967957 + }, + "id": "tp_12498" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1562262, + "label": "-", + "classification": { + "B": 0.0005567775806412101, + "S": 6.789643521187827e-05, + "I": 0.002786594443023205, + "C": 0.00038095552008599043, + "R": 0.00018081006419379264, + "M": 0.008707619272172451, + "O": 0.0017768623074516654, + "W": 4.17843293689657e-05, + "N": 5.666708966600709e-05, + "Y": 0.014685427770018578, + "U": 3.636590236055781e-06, + "K": 9.040197141985118e-07, + "L": 0.0010388789232820272, + "G": 0.014025240205228329, + "F": 0.005436058156192303, + "E": 0.0009989571990445256, + "T": 0.007891839370131493, + "P": 0.03931617736816406, + "-": 0.9020468592643738 + }, + "id": "tp_12499" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1562396, + "label": "-", + "classification": { + "B": 4.9960810429183766e-05, + "S": 2.079766636597924e-05, + "I": 0.00014872475003357977, + "C": 4.919740240438841e-05, + "R": 7.2592893047840334e-06, + "M": 0.00037788902409374714, + "O": 9.541942563373595e-05, + "W": 7.724732313363347e-06, + "N": 1.977182546397671e-05, + "Y": 0.002878835191950202, + "U": 2.3284317194338655e-06, + "K": 0.00011350285058142617, + "L": 2.0031347958138213e-05, + "G": 0.002889898605644703, + "F": 0.04095979779958725, + "E": 0.0023008640855550766, + "T": 0.0016216181684285402, + "P": 0.08399462699890137, + "-": 0.8644416928291321 + }, + "id": "tp_12500" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1562529, + "label": "P", + "classification": { + "B": 1.0254753712857223e-09, + "S": 2.9428832704070373e-09, + "I": 5.598236384685151e-05, + "C": 5.222395849102668e-09, + "R": 2.1235522229545722e-09, + "M": 2.8623478698364124e-08, + "O": 1.3350488714536368e-08, + "W": 6.392901208407409e-10, + "N": 1.6600968137936434e-06, + "Y": 9.168825272354297e-07, + "U": 3.313178897901281e-10, + "K": 2.0938349720722726e-08, + "L": 2.4488447381010303e-10, + "G": 3.177724750003108e-07, + "F": 3.3849908504635096e-05, + "E": 2.544394192227628e-05, + "T": 3.479911185877427e-07, + "P": 0.9900053143501282, + "-": 0.009876019321382046 + }, + "id": "tp_12501" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1562629, + "label": "-", + "classification": { + "B": 3.510233364067972e-05, + "S": 0.00013161599054001272, + "I": 0.0016038513276726007, + "C": 0.001863563316874206, + "R": 0.0006431329529732466, + "M": 0.0013898761244490743, + "O": 0.0009336884249933064, + "W": 0.0001585509889991954, + "N": 0.00028138470952399075, + "Y": 0.009064997546374798, + "U": 9.994288848247379e-05, + "K": 0.0004918226040899754, + "L": 0.0002582131128292531, + "G": 0.0027116781566292048, + "F": 0.06065359339118004, + "E": 0.0015605344669893384, + "T": 0.004830782301723957, + "P": 0.10525187849998474, + "-": 0.8080357909202576 + }, + "id": "tp_12502" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1562763, + "label": "P", + "classification": { + "B": 1.4909603123669513e-05, + "S": 1.0410783943370916e-05, + "I": 0.007197965867817402, + "C": 0.0001530822628410533, + "R": 1.9868997696903534e-05, + "M": 0.00021225516684353352, + "O": 8.453747432213277e-05, + "W": 9.609302651369944e-06, + "N": 0.0006615288439206779, + "Y": 0.0032982295379042625, + "U": 9.340197721030563e-06, + "K": 0.00014483187987934798, + "L": 5.6274020607816055e-06, + "G": 0.001041472190991044, + "F": 0.00247577135451138, + "E": 0.005124441348016262, + "T": 0.0010092075681313872, + "P": 0.7516195178031921, + "-": 0.22690743207931519 + }, + "id": "tp_12503" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1562896, + "label": "-", + "classification": { + "B": 0.00042496566311456263, + "S": 0.0008616633713245392, + "I": 0.005885994527488947, + "C": 0.0003744422865565866, + "R": 0.00016373975086025894, + "M": 0.0016301042633131146, + "O": 0.0013033212162554264, + "W": 0.00023460206284653395, + "N": 0.0015576904406771064, + "Y": 0.005033847410231829, + "U": 7.23620323697105e-05, + "K": 0.000292555516352877, + "L": 0.0002150023792637512, + "G": 0.002475487068295479, + "F": 0.03179098665714264, + "E": 0.005087003111839294, + "T": 0.004834761377424002, + "P": 0.45930054783821106, + "-": 0.4784609079360962 + }, + "id": "tp_12504" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1563030, + "label": "-", + "classification": { + "B": 2.6794592145051865e-07, + "S": 6.470343549835889e-08, + "I": 0.00015654321759939194, + "C": 1.5912331946310587e-05, + "R": 3.390465280972421e-06, + "M": 3.731153628905304e-05, + "O": 6.425154879252659e-06, + "W": 1.6006130465484603e-07, + "N": 2.0060501810803544e-06, + "Y": 0.0005568428314290941, + "U": 1.4857704400128569e-07, + "K": 5.123925461703038e-07, + "L": 1.1028632798115723e-06, + "G": 0.00023360957857221365, + "F": 0.0018434617668390274, + "E": 0.00012799723481293768, + "T": 0.00029687891947105527, + "P": 0.13112924993038177, + "-": 0.8655880093574524 + }, + "id": "tp_12505" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1563130, + "label": "-", + "classification": { + "B": 0.00024195536389015615, + "S": 0.0006785877631045878, + "I": 0.0018753623589873314, + "C": 0.001543619902804494, + "R": 0.0003786898450925946, + "M": 0.005192332435399294, + "O": 0.001966236624866724, + "W": 0.0001852293498814106, + "N": 0.00039263401413336396, + "Y": 0.03110681287944317, + "U": 2.8419768568710424e-05, + "K": 0.0008286359370686114, + "L": 0.0010077889310196042, + "G": 0.03445766866207123, + "F": 0.1708766222000122, + "E": 0.012504806742072105, + "T": 0.013679957017302513, + "P": 0.04960738867521286, + "-": 0.67344731092453 + }, + "id": "tp_12506" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1563263, + "label": "-", + "classification": { + "B": 2.9314733751562017e-08, + "S": 1.9425625552571546e-08, + "I": 3.542926424415782e-05, + "C": 3.68198101341477e-07, + "R": 5.4231790613812336e-08, + "M": 1.5810477407285362e-06, + "O": 1.409472929481126e-06, + "W": 3.039112073111028e-08, + "N": 4.776520654559135e-07, + "Y": 6.940842285985127e-05, + "U": 1.0255149618387804e-08, + "K": 4.465741998416206e-09, + "L": 6.200261282174324e-08, + "G": 5.21409310749732e-06, + "F": 8.474708738503978e-05, + "E": 1.9581400465540355e-06, + "T": 9.190607670461759e-05, + "P": 0.15036480128765106, + "-": 0.8493424654006958 + }, + "id": "tp_12507" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1563397, + "label": "-", + "classification": { + "B": 5.802812211186392e-06, + "S": 9.05465003597783e-06, + "I": 0.0008779190829955041, + "C": 5.4728996474295855e-05, + "R": 1.906530451378785e-05, + "M": 0.00039997213752940297, + "O": 7.133732287911698e-05, + "W": 3.435489361436339e-06, + "N": 4.36011869169306e-05, + "Y": 0.015255955047905445, + "U": 1.250938453267736e-06, + "K": 1.5857327525736764e-05, + "L": 1.0291809303453192e-05, + "G": 0.002370476257055998, + "F": 0.00892249122262001, + "E": 0.001066989148966968, + "T": 0.005392828490585089, + "P": 0.11618343740701675, + "-": 0.8492954969406128 + }, + "id": "tp_12508" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1563530, + "label": "-", + "classification": { + "B": 1.952989805431571e-05, + "S": 1.6300607967423275e-05, + "I": 0.007212871685624123, + "C": 0.0007381364703178406, + "R": 0.00018553764675743878, + "M": 0.0006837004912085831, + "O": 0.0002839664230123162, + "W": 2.382919774390757e-05, + "N": 0.00038926798151805997, + "Y": 0.014561813324689865, + "U": 2.363180828979239e-05, + "K": 7.300076686078683e-05, + "L": 4.853910650126636e-05, + "G": 0.001986160408705473, + "F": 0.005538790486752987, + "E": 0.001711646793410182, + "T": 0.005007097497582436, + "P": 0.21393300592899323, + "-": 0.7475631833076477 + }, + "id": "tp_12509" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1563630, + "label": "-", + "classification": { + "B": 0.00015209744742605835, + "S": 0.00016379478620365262, + "I": 0.005135358311235905, + "C": 0.00045542287989519536, + "R": 0.00033885607263073325, + "M": 0.0033364889677613974, + "O": 0.0016014054417610168, + "W": 0.00015648080443497747, + "N": 0.0004184481513220817, + "Y": 0.010554333217442036, + "U": 5.250470348983072e-05, + "K": 2.8292522983974777e-05, + "L": 0.0005042146076448262, + "G": 0.0051801386289298534, + "F": 0.012043511494994164, + "E": 0.0011162810260429978, + "T": 0.015418986789882183, + "P": 0.17196182906627655, + "-": 0.7713814973831177 + }, + "id": "tp_12510" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1563764, + "label": "-", + "classification": { + "B": 1.11188944629248e-06, + "S": 1.8682821689708362e-07, + "I": 0.0008811512379907072, + "C": 2.1338262740755454e-05, + "R": 4.227605586493155e-06, + "M": 1.4921332876838278e-05, + "O": 7.505221674364293e-06, + "W": 2.1754264878381946e-07, + "N": 1.396845436829608e-05, + "Y": 0.0004560912202578038, + "U": 3.556260139703227e-07, + "K": 2.875147231407027e-07, + "L": 1.9706296825461322e-06, + "G": 0.0002698659955058247, + "F": 0.001039970200508833, + "E": 0.00010847526573343202, + "T": 0.00020199491700623184, + "P": 0.46289077401161194, + "-": 0.5340855717658997 + }, + "id": "tp_12511" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1563897, + "label": "P", + "classification": { + "B": 9.035755965669523e-07, + "S": 1.0044770988315577e-06, + "I": 0.012057486921548843, + "C": 0.00010378136357758194, + "R": 1.2783251804648899e-05, + "M": 0.00011082459968747571, + "O": 1.679338311078027e-05, + "W": 8.403316655858362e-07, + "N": 9.642069926485419e-05, + "Y": 0.004838328342884779, + "U": 2.557551397330826e-07, + "K": 2.464131284796167e-06, + "L": 1.961607495104545e-06, + "G": 0.0005611485685221851, + "F": 0.0010770364897325635, + "E": 0.0010202063713222742, + "T": 0.0008072325144894421, + "P": 0.5496213436126709, + "-": 0.42966923117637634 + }, + "id": "tp_12512" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1564031, + "label": "-", + "classification": { + "B": 4.8440762512313995e-09, + "S": 8.41468139611834e-09, + "I": 1.2435849384928588e-05, + "C": 1.5223778859763115e-07, + "R": 5.022472393534372e-08, + "M": 2.984125785587821e-06, + "O": 9.13379722078389e-07, + "W": 8.80620554255529e-09, + "N": 2.430003007702908e-07, + "Y": 0.00014065772120375186, + "U": 4.9215134190205845e-09, + "K": 5.454244700331401e-08, + "L": 2.197711701512617e-08, + "G": 7.665700650250074e-06, + "F": 0.00016543462697882205, + "E": 3.238786803194671e-06, + "T": 0.00020839431090280414, + "P": 0.06059239059686661, + "-": 0.9388653635978699 + }, + "id": "tp_12513" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1564131, + "label": "-", + "classification": { + "B": 6.100360110394831e-07, + "S": 2.754000433924375e-06, + "I": 0.0001984864065889269, + "C": 5.630829946312588e-06, + "R": 1.134282229031669e-06, + "M": 1.329405768046854e-05, + "O": 1.2941124623466749e-05, + "W": 1.6672090623615077e-06, + "N": 4.4902721128892154e-05, + "Y": 0.0006041385349817574, + "U": 7.081617923176964e-07, + "K": 4.935296965413727e-05, + "L": 3.896270186487527e-07, + "G": 4.9598038458498195e-05, + "F": 0.009833045303821564, + "E": 0.0003355276712682098, + "T": 0.000311963347485289, + "P": 0.386361688375473, + "-": 0.6021721959114075 + }, + "id": "tp_12514" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1564264, + "label": "-", + "classification": { + "B": 3.329975015731179e-07, + "S": 4.73164163850015e-06, + "I": 0.0030914724338799715, + "C": 0.00013948835839983076, + "R": 9.529595990898088e-05, + "M": 0.0015102475881576538, + "O": 0.00025759002892300487, + "W": 2.170224206565763e-06, + "N": 1.0209056199528277e-05, + "Y": 0.430965393781662, + "U": 3.6191430297094485e-08, + "K": 1.1614422419370385e-06, + "L": 1.527226595499087e-05, + "G": 0.004578661639243364, + "F": 0.0007614513742737472, + "E": 3.1973493605619296e-05, + "T": 0.0513053759932518, + "P": 0.001256471499800682, + "-": 0.5059726238250732 + }, + "id": "tp_12515" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1564398, + "label": "-", + "classification": { + "B": 4.862762125412701e-06, + "S": 1.0834711247298401e-05, + "I": 0.0001320001028943807, + "C": 0.00010330339864594862, + "R": 3.935463973903097e-05, + "M": 0.0004061517829541117, + "O": 0.00016436954319942743, + "W": 3.263941380282631e-06, + "N": 5.786674137198133e-06, + "Y": 0.0027127121575176716, + "U": 1.2562678648464498e-06, + "K": 1.4314693999040173e-06, + "L": 4.9852409574668854e-05, + "G": 0.001187733025290072, + "F": 0.00625247647985816, + "E": 6.213824963197112e-05, + "T": 0.0026545084547251463, + "P": 0.022005800157785416, + "-": 0.9642021656036377 + }, + "id": "tp_12516" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1564531, + "label": "-", + "classification": { + "B": 1.5173849533312023e-05, + "S": 1.2378880455798935e-05, + "I": 0.010032030753791332, + "C": 0.00042576761916279793, + "R": 0.0004983653197996318, + "M": 0.000584183435421437, + "O": 0.0006158878095448017, + "W": 4.919709317618981e-05, + "N": 0.0005609123036265373, + "Y": 0.017023194581270218, + "U": 2.132729241566267e-05, + "K": 0.0001832795242080465, + "L": 3.6573321267496794e-05, + "G": 0.002852443605661392, + "F": 0.003893438493832946, + "E": 0.0005654162378050387, + "T": 0.008895679377019405, + "P": 0.13640190660953522, + "-": 0.8173327445983887 + }, + "id": "tp_12517" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1564631, + "label": "-", + "classification": { + "B": 1.033436269892718e-08, + "S": 2.1141737249763537e-08, + "I": 1.3557571946876124e-05, + "C": 7.584093282275717e-07, + "R": 7.557670755886647e-08, + "M": 3.941368049709126e-06, + "O": 1.2919999790028669e-06, + "W": 2.3943661275893646e-08, + "N": 4.2635147678993235e-07, + "Y": 4.9542846682015806e-05, + "U": 1.204964572565359e-08, + "K": 1.8286119995991612e-07, + "L": 3.9501127702123995e-08, + "G": 5.732961653848179e-06, + "F": 0.0004936596378684044, + "E": 1.0668102731870022e-05, + "T": 5.262248305371031e-05, + "P": 0.054178494960069656, + "-": 0.9451889991760254 + }, + "id": "tp_12518" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1564765, + "label": "-", + "classification": { + "B": 6.154094080557115e-06, + "S": 7.083751370373648e-06, + "I": 0.000575004902202636, + "C": 6.898094579810277e-05, + "R": 3.3446995075792074e-05, + "M": 0.0003378323162905872, + "O": 0.00013657420640811324, + "W": 7.772414392093197e-06, + "N": 2.0851439330726862e-05, + "Y": 0.0024450519122183323, + "U": 2.9521950182243017e-06, + "K": 4.193655058770673e-06, + "L": 2.6011284717242233e-05, + "G": 0.00035586796002462506, + "F": 0.0033501938451081514, + "E": 0.00019375377451069653, + "T": 0.0014715970028191805, + "P": 0.1294376701116562, + "-": 0.861518919467926 + }, + "id": "tp_12519" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1564898, + "label": "P", + "classification": { + "B": 4.6052285540554294e-08, + "S": 1.1994698567718842e-09, + "I": 0.0001330124941887334, + "C": 3.5055271041528613e-07, + "R": 9.375489717911023e-09, + "M": 5.612296831714048e-07, + "O": 4.860343949530943e-08, + "W": 1.629405388392513e-09, + "N": 9.062354138222872e-07, + "Y": 4.896918653685134e-06, + "U": 5.250663459577254e-09, + "K": 4.910079454134575e-09, + "L": 5.435812688858732e-09, + "G": 2.078801799143548e-06, + "F": 9.89154796116054e-06, + "E": 7.117371569620445e-05, + "T": 3.107536713287118e-06, + "P": 0.9079449772834778, + "-": 0.09182897210121155 + }, + "id": "tp_12520" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1565032, + "label": "P", + "classification": { + "B": 7.85812801495922e-08, + "S": 2.9244237254033578e-08, + "I": 2.2552285372512415e-05, + "C": 1.0404338581793127e-06, + "R": 4.366663830523976e-08, + "M": 1.5283779930541641e-06, + "O": 4.1353723645443097e-07, + "W": 2.153716316399823e-08, + "N": 1.7911662553160568e-06, + "Y": 5.1810857257805765e-05, + "U": 2.0131286859736974e-08, + "K": 8.310906878250535e-07, + "L": 1.301242047446749e-08, + "G": 8.639054613013286e-06, + "F": 0.0005521307466551661, + "E": 0.00013580535596702248, + "T": 2.933579162345268e-05, + "P": 0.5216858983039856, + "-": 0.477508008480072 + }, + "id": "tp_12521" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1565132, + "label": "-", + "classification": { + "B": 1.2945977800882247e-07, + "S": 2.2884155015390206e-08, + "I": 1.0740466677816585e-05, + "C": 9.955062552080562e-08, + "R": 6.6777312568433445e-09, + "M": 3.3536794035171624e-06, + "O": 1.4390457181434613e-06, + "W": 1.5589693092010748e-08, + "N": 5.645011924571008e-07, + "Y": 1.920704926305916e-05, + "U": 3.5395082420563995e-09, + "K": 4.748753212879819e-08, + "L": 1.9110510507402978e-08, + "G": 1.1711968909366988e-05, + "F": 7.133331382647157e-05, + "E": 3.229564754292369e-05, + "T": 2.246596159238834e-05, + "P": 0.28944915533065796, + "-": 0.7103773951530457 + }, + "id": "tp_12522" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1565265, + "label": "-", + "classification": { + "B": 6.43963574020745e-07, + "S": 1.0369631127105094e-05, + "I": 0.00046122027561068535, + "C": 4.140566488786135e-06, + "R": 1.7556907323523774e-06, + "M": 0.00017040561942849308, + "O": 4.7628345782868564e-05, + "W": 2.809071474985103e-06, + "N": 2.8092928914702497e-05, + "Y": 0.01255796942859888, + "U": 2.2946518640765134e-07, + "K": 6.822015711804852e-05, + "L": 1.0665877425708459e-06, + "G": 0.0004587715375237167, + "F": 0.004979365039616823, + "E": 0.0003497370344121009, + "T": 0.0033715886529535055, + "P": 0.0524049811065197, + "-": 0.9250809550285339 + }, + "id": "tp_12523" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1565399, + "label": "-", + "classification": { + "B": 2.9756072308373405e-06, + "S": 5.316282113199122e-06, + "I": 0.0007713903323747218, + "C": 0.00014080526307225227, + "R": 3.228366404073313e-05, + "M": 0.0008160690194927156, + "O": 0.00011118968541268259, + "W": 5.021837750973646e-06, + "N": 2.582065098977182e-05, + "Y": 0.003126095049083233, + "U": 2.365799673498259e-06, + "K": 1.8940932022815105e-06, + "L": 2.871374090318568e-05, + "G": 0.0003572980349417776, + "F": 0.0031526058446615934, + "E": 0.00021162143093533814, + "T": 0.002363158157095313, + "P": 0.07029654085636139, + "-": 0.9185489416122437 + }, + "id": "tp_12524" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1565532, + "label": "P", + "classification": { + "B": 2.453625711495988e-05, + "S": 2.0180819774395786e-05, + "I": 0.00030878643156029284, + "C": 8.551373866794165e-06, + "R": 2.2574745344172698e-06, + "M": 9.546887304168195e-05, + "O": 8.014642662601545e-05, + "W": 6.811588264099555e-06, + "N": 4.6961926273070276e-05, + "Y": 0.0001822589838411659, + "U": 5.84337442433025e-07, + "K": 6.876623956486583e-06, + "L": 3.972330887336284e-06, + "G": 0.00019532398437149823, + "F": 0.00451893825083971, + "E": 0.0008802086231298745, + "T": 0.00018598581664264202, + "P": 0.6436208486557007, + "-": 0.349811315536499 + }, + "id": "tp_12525" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1565632, + "label": "-", + "classification": { + "B": 2.3575084995286488e-08, + "S": 5.21573646494744e-08, + "I": 1.681959292909596e-05, + "C": 9.314928206549666e-08, + "R": 1.502430002631172e-08, + "M": 3.0063608846830903e-06, + "O": 1.204086061079579e-06, + "W": 3.925108060798266e-08, + "N": 6.476783482867177e-07, + "Y": 4.40021394751966e-05, + "U": 6.407538499786369e-09, + "K": 5.319117803992413e-07, + "L": 1.9951324148337335e-08, + "G": 9.136329936154652e-06, + "F": 0.0011496052611619234, + "E": 3.262071550125256e-05, + "T": 2.3713888367637992e-05, + "P": 0.20151694118976593, + "-": 0.7972015738487244 + }, + "id": "tp_12526" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1565766, + "label": "-", + "classification": { + "B": 5.523784238903318e-07, + "S": 4.2061665794790315e-07, + "I": 2.8683154596365057e-05, + "C": 2.2306297978502698e-05, + "R": 4.1312114262836985e-06, + "M": 7.039638876449317e-05, + "O": 1.764950320648495e-05, + "W": 4.89677063342242e-07, + "N": 7.98883888819546e-07, + "Y": 0.0006676342454738915, + "U": 1.207462503316492e-07, + "K": 3.512597572807863e-07, + "L": 2.865309397748206e-06, + "G": 0.00020559276163112372, + "F": 0.0025078437756747007, + "E": 3.295251735835336e-05, + "T": 0.00031157565535977483, + "P": 0.03653085231781006, + "-": 0.9595947861671448 + }, + "id": "tp_12527" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1565899, + "label": "-", + "classification": { + "B": 2.4714427127037197e-07, + "S": 8.827777975284334e-08, + "I": 0.0001319495786447078, + "C": 4.714011993200984e-06, + "R": 6.069346909498563e-07, + "M": 1.8443979570292868e-05, + "O": 4.872169483860489e-06, + "W": 1.7295459997512808e-07, + "N": 2.8608837965293787e-06, + "Y": 0.0002194465632783249, + "U": 1.073660982342517e-07, + "K": 7.715105994066107e-07, + "L": 4.0941728229881846e-07, + "G": 4.008606629213318e-05, + "F": 0.000710415537469089, + "E": 8.153992530424148e-05, + "T": 0.00010618627129588276, + "P": 0.18474145233631134, + "-": 0.8139356374740601 + }, + "id": "tp_12528" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1566033, + "label": "-", + "classification": { + "B": 6.449577631428838e-05, + "S": 6.201457290444523e-05, + "I": 0.0006665109540335834, + "C": 0.002230277517810464, + "R": 0.0003920970484614372, + "M": 0.00837686751037836, + "O": 0.0007700454443693161, + "W": 2.8757500331266783e-05, + "N": 5.1418948714854196e-05, + "Y": 0.037006545811891556, + "U": 1.2383601642795838e-05, + "K": 0.00019121808873023838, + "L": 0.0008374362951144576, + "G": 0.06906168162822723, + "F": 0.07608121633529663, + "E": 0.0039796228520572186, + "T": 0.015479267574846745, + "P": 0.022760596126317978, + "-": 0.761947512626648 + }, + "id": "tp_12529" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1566133, + "label": "-", + "classification": { + "B": 2.430661697871983e-05, + "S": 2.017819042521296e-06, + "I": 0.0003075514396186918, + "C": 1.8491728042135946e-05, + "R": 3.3568169328646036e-06, + "M": 0.00020202837185934186, + "O": 4.320401421864517e-05, + "W": 2.0413804122654255e-06, + "N": 1.3463465620588977e-05, + "Y": 0.0008920279215089977, + "U": 7.978532607921807e-07, + "K": 4.9395166570320725e-06, + "L": 7.553076102340128e-06, + "G": 0.0007215789519250393, + "F": 0.004926782101392746, + "E": 0.0010958729544654489, + "T": 0.00034498434979468584, + "P": 0.22570762038230896, + "-": 0.7656813859939575 + }, + "id": "tp_12530" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1566266, + "label": "-", + "classification": { + "B": 1.546206658531446e-05, + "S": 8.520465598849114e-06, + "I": 0.0037380752619355917, + "C": 0.00017603763262741268, + "R": 7.459691551048309e-05, + "M": 0.00038119801320135593, + "O": 0.00014474593626800925, + "W": 1.7764221411198378e-05, + "N": 0.00024645545636303723, + "Y": 0.0036867011804133654, + "U": 1.9302897271700203e-05, + "K": 9.501247404841706e-05, + "L": 2.3516829969594255e-05, + "G": 0.001418036175891757, + "F": 0.005527259781956673, + "E": 0.00276770512573421, + "T": 0.001959894085302949, + "P": 0.3902239501476288, + "-": 0.5894757509231567 + }, + "id": "tp_12531" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1566400, + "label": "-", + "classification": { + "B": 1.2341104593360797e-05, + "S": 3.1644640330341645e-07, + "I": 0.00046718245721422136, + "C": 1.1295323929516599e-05, + "R": 9.421135018783389e-07, + "M": 0.0002305055968463421, + "O": 2.0691049940069206e-05, + "W": 5.082330858385831e-07, + "N": 1.0949766874546185e-05, + "Y": 0.0005033567431382835, + "U": 6.084726464905543e-07, + "K": 2.4086855887617276e-07, + "L": 7.773171091685072e-06, + "G": 0.00038445345126092434, + "F": 0.000505153089761734, + "E": 0.00033701304346323013, + "T": 0.0007107273559086025, + "P": 0.4405118525028229, + "-": 0.5562840700149536 + }, + "id": "tp_12532" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1566533, + "label": "-", + "classification": { + "B": 0.00012614057050086558, + "S": 8.642186912766192e-06, + "I": 0.0036959375720471144, + "C": 0.0006097174482420087, + "R": 8.871104364516214e-05, + "M": 0.0006448021158576012, + "O": 0.00012103964400012046, + "W": 1.6062642316683196e-05, + "N": 0.0001556161296321079, + "Y": 0.003868892090395093, + "U": 1.9821536625386216e-05, + "K": 6.526735523948446e-05, + "L": 5.3647843742510304e-05, + "G": 0.002735261106863618, + "F": 0.010826218873262405, + "E": 0.005107748322188854, + "T": 0.0012674356112256646, + "P": 0.305789977312088, + "-": 0.664799153804779 + }, + "id": "tp_12533" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1566633, + "label": "-", + "classification": { + "B": 4.956314569426468e-06, + "S": 7.820862606422452e-07, + "I": 0.0002129134809365496, + "C": 6.173570909595583e-06, + "R": 1.407576746714767e-06, + "M": 0.0001639685215195641, + "O": 3.4025310014840215e-05, + "W": 5.093959316582186e-07, + "N": 3.2034754440246616e-06, + "Y": 0.0014422126114368439, + "U": 9.960118063645496e-08, + "K": 1.7166233590160118e-07, + "L": 5.485512247105362e-06, + "G": 0.0006698798970319331, + "F": 0.0009400219423696399, + "E": 0.00015421040006913245, + "T": 0.0006027140188962221, + "P": 0.07464980334043503, + "-": 0.9211074113845825 + }, + "id": "tp_12534" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1566767, + "label": "-", + "classification": { + "B": 3.6769448342965916e-05, + "S": 4.310037638788344e-06, + "I": 0.002507193246856332, + "C": 0.0004374747513793409, + "R": 0.00011011321475962177, + "M": 0.0005553516675718129, + "O": 0.00016736863472033292, + "W": 1.0528416169108823e-05, + "N": 9.141695772996172e-05, + "Y": 0.002911429386585951, + "U": 3.0060475182835944e-05, + "K": 1.8786731743603013e-05, + "L": 8.616196282673627e-05, + "G": 0.002658081240952015, + "F": 0.0025846753269433975, + "E": 0.0006155712762847543, + "T": 0.003515241900458932, + "P": 0.27696284651756287, + "-": 0.7066965699195862 + }, + "id": "tp_12535" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1566900, + "label": "P", + "classification": { + "B": 8.312414365718723e-07, + "S": 2.0011952983622905e-07, + "I": 0.00015252084995154291, + "C": 1.4179270237946184e-06, + "R": 1.6672778713200387e-07, + "M": 1.0657352049747715e-06, + "O": 1.687302074060426e-06, + "W": 9.582482363157396e-08, + "N": 7.94081006461056e-06, + "Y": 1.0475543604115956e-05, + "U": 4.302012968082636e-08, + "K": 5.107490252953539e-08, + "L": 1.4505468470815686e-07, + "G": 9.327010047854856e-06, + "F": 0.00017283980560023338, + "E": 2.6823658117791638e-05, + "T": 1.889931081677787e-05, + "P": 0.8654919862747192, + "-": 0.13410352170467377 + }, + "id": "tp_12536" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1567000, + "label": "-", + "classification": { + "B": 6.5903727772820275e-06, + "S": 2.20805322896922e-05, + "I": 0.0005263870116323233, + "C": 1.9045104636461474e-05, + "R": 2.3262591639650054e-06, + "M": 0.00044132143375463784, + "O": 7.512247248087078e-05, + "W": 5.830366717418656e-06, + "N": 6.509466766146943e-05, + "Y": 0.0012327247532084584, + "U": 1.2279959946681629e-06, + "K": 3.460014340816997e-05, + "L": 7.205400834209286e-06, + "G": 0.00023706411593593657, + "F": 0.014034880325198174, + "E": 0.0013954475289210677, + "T": 0.0007202732958830893, + "P": 0.25076770782470703, + "-": 0.7304050326347351 + }, + "id": "tp_12537" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1567134, + "label": "-", + "classification": { + "B": 5.838590055873283e-09, + "S": 7.134214108361903e-09, + "I": 3.4066251828335226e-06, + "C": 3.8918219047445746e-07, + "R": 3.9984087152333814e-08, + "M": 2.443835683152429e-06, + "O": 3.156415857574757e-07, + "W": 8.26072543702594e-09, + "N": 4.488334326424592e-08, + "Y": 0.0002019725798163563, + "U": 8.126684214460056e-09, + "K": 1.4563258332600526e-07, + "L": 2.7310290917625935e-08, + "G": 7.4355752985866275e-06, + "F": 0.0004123336111661047, + "E": 4.611705207935302e-06, + "T": 3.794840449700132e-05, + "P": 0.024881476536393166, + "-": 0.97444748878479 + }, + "id": "tp_12538" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1567267, + "label": "-", + "classification": { + "B": 9.654882887843996e-06, + "S": 2.1200439732638188e-05, + "I": 0.00014138311962597072, + "C": 4.5527805923484266e-05, + "R": 1.4437231584452093e-05, + "M": 0.0006291423342190683, + "O": 0.00023463023535441607, + "W": 1.3877861420041882e-05, + "N": 1.3398011105891783e-05, + "Y": 0.002025018911808729, + "U": 2.4244413907581475e-06, + "K": 5.802968189527746e-06, + "L": 4.459241245058365e-05, + "G": 0.0005829260335303843, + "F": 0.011468760669231415, + "E": 0.00025928017566911876, + "T": 0.001549271633848548, + "P": 0.051888611167669296, + "-": 0.9310500025749207 + }, + "id": "tp_12539" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1567401, + "label": "-", + "classification": { + "B": 5.821137528982945e-05, + "S": 1.0639444553817157e-05, + "I": 5.1136834372300655e-05, + "C": 8.881589565135073e-06, + "R": 3.455360911175376e-06, + "M": 0.00015910592628642917, + "O": 0.00017112179193645716, + "W": 8.107032954285387e-06, + "N": 3.655318323581014e-06, + "Y": 0.0004400731122586876, + "U": 9.170038310912787e-07, + "K": 1.5489389397771447e-06, + "L": 2.559604763519019e-05, + "G": 0.0003402179863769561, + "F": 0.0068032280541956425, + "E": 7.163632108131424e-05, + "T": 0.0005195052362978458, + "P": 0.0683995708823204, + "-": 0.9229234457015991 + }, + "id": "tp_12540" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1567501, + "label": "-", + "classification": { + "B": 1.2336526197032072e-05, + "S": 2.3170330678112805e-05, + "I": 0.00019335135584697127, + "C": 0.0002034707140410319, + "R": 6.33692106930539e-05, + "M": 0.0008851338061504066, + "O": 0.00027433165814727545, + "W": 1.5354842616943642e-05, + "N": 1.3976823538541794e-05, + "Y": 0.008483926765620708, + "U": 4.741481006931281e-06, + "K": 3.385949457879178e-05, + "L": 7.356707646977156e-05, + "G": 0.0020833711605519056, + "F": 0.025545917451381683, + "E": 0.00021653952717315406, + "T": 0.0036844771821051836, + "P": 0.022757885977625847, + "-": 0.9354312419891357 + }, + "id": "tp_12541" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1567634, + "label": "-", + "classification": { + "B": 3.2577390811638907e-06, + "S": 1.2852564395871013e-05, + "I": 0.00028827652567997575, + "C": 2.7865995434694923e-05, + "R": 6.442331141442992e-06, + "M": 9.961843170458451e-05, + "O": 8.471916225971654e-05, + "W": 6.978234978305409e-06, + "N": 3.817255492322147e-05, + "Y": 0.00039976733387447894, + "U": 1.1572890343813924e-06, + "K": 5.059981958766002e-06, + "L": 5.238877292867983e-06, + "G": 0.00010184280836256221, + "F": 0.003416432999074459, + "E": 9.609858534531668e-05, + "T": 0.0010359566658735275, + "P": 0.25567254424095154, + "-": 0.7386977076530457 + }, + "id": "tp_12542" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1567768, + "label": "P", + "classification": { + "B": 2.1358906451496296e-05, + "S": 6.7521395976655185e-06, + "I": 0.00047770654782652855, + "C": 6.405698513844982e-06, + "R": 9.166219570033718e-07, + "M": 8.773862646194175e-05, + "O": 4.6269055019365624e-05, + "W": 3.494115844659973e-06, + "N": 3.7264668208081275e-05, + "Y": 0.00036543869646266103, + "U": 8.707160645826661e-07, + "K": 8.080963880274794e-07, + "L": 5.6641151786607224e-06, + "G": 8.86156121850945e-05, + "F": 0.001128722564317286, + "E": 0.0005577827687375247, + "T": 0.0003146661911159754, + "P": 0.6369822025299072, + "-": 0.3598673343658447 + }, + "id": "tp_12543" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1567901, + "label": "-", + "classification": { + "B": 6.415441930585075e-06, + "S": 3.5414943795331055e-06, + "I": 5.709710967494175e-05, + "C": 1.7554983060108498e-05, + "R": 1.8365321921010036e-06, + "M": 3.087637378484942e-05, + "O": 3.6413468478713185e-05, + "W": 1.8730956981016789e-06, + "N": 5.862868874828564e-06, + "Y": 0.00016372838581446558, + "U": 4.5172180307417875e-07, + "K": 4.968542270944454e-07, + "L": 4.070291652169544e-06, + "G": 5.561904254136607e-05, + "F": 0.0017170251812785864, + "E": 9.095163113670424e-05, + "T": 0.00026908578001894057, + "P": 0.12267602980136871, + "-": 0.8748610615730286 + }, + "id": "tp_12544" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1568001, + "label": "-", + "classification": { + "B": 1.1106819783890387e-06, + "S": 6.24495714873774e-06, + "I": 0.0017891462193802, + "C": 6.716237749060383e-06, + "R": 1.8273984778716112e-06, + "M": 0.00010593928163871169, + "O": 2.5413621187908575e-05, + "W": 2.953962393803522e-06, + "N": 0.00012445908214431256, + "Y": 0.0013472998980432749, + "U": 8.020040809242346e-07, + "K": 5.699934627045877e-05, + "L": 9.088330443773884e-07, + "G": 0.00010907203250098974, + "F": 0.003910572733730078, + "E": 0.0011313334107398987, + "T": 0.0008595616673119366, + "P": 0.38244277238845825, + "-": 0.6080768704414368 + }, + "id": "tp_12545" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1568135, + "label": "-", + "classification": { + "B": 1.1149279998790007e-05, + "S": 3.664956921056728e-06, + "I": 0.0012760618701577187, + "C": 0.0003265017585363239, + "R": 6.725903222104535e-05, + "M": 0.0004962740931659937, + "O": 0.00011211212404305115, + "W": 5.64415859116707e-06, + "N": 4.62751486338675e-05, + "Y": 0.0028502484783530235, + "U": 5.909299034101423e-06, + "K": 8.927848284656648e-06, + "L": 4.679946505348198e-05, + "G": 0.0028188908472657204, + "F": 0.008296111598610878, + "E": 0.0006306890281848609, + "T": 0.002243069000542164, + "P": 0.16247782111167908, + "-": 0.8182766437530518 + }, + "id": "tp_12546" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1568268, + "label": "-", + "classification": { + "B": 0.0007361940806731582, + "S": 0.00010220812691841274, + "I": 0.0014289029641076922, + "C": 0.0018325119744986296, + "R": 0.0008430479210801423, + "M": 0.004588098265230656, + "O": 0.0019401736790314317, + "W": 0.00016298115951940417, + "N": 9.519379818812013e-05, + "Y": 0.01138533279299736, + "U": 0.00010720548743847758, + "K": 2.6522746338741854e-05, + "L": 0.0021035964600741863, + "G": 0.010740171186625957, + "F": 0.016854749992489815, + "E": 0.001059064525179565, + "T": 0.007890556938946247, + "P": 0.0731721743941307, + "-": 0.8649312853813171 + }, + "id": "tp_12547" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1568402, + "label": "-", + "classification": { + "B": 1.8458838894730434e-05, + "S": 4.506610821408685e-06, + "I": 0.0006144405342638493, + "C": 7.716721302131191e-05, + "R": 9.631593457015697e-06, + "M": 0.00012006407632725313, + "O": 5.270929977996275e-05, + "W": 5.244888143352e-06, + "N": 4.719526623375714e-05, + "Y": 0.0008253020932897925, + "U": 3.421210749365855e-06, + "K": 9.29371435631765e-06, + "L": 1.0347194802307058e-05, + "G": 0.0005125690368004143, + "F": 0.0052670640870928764, + "E": 0.001156891812570393, + "T": 0.00038936821511015296, + "P": 0.46132999658584595, + "-": 0.529546320438385 + }, + "id": "tp_12548" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1568502, + "label": "-", + "classification": { + "B": 4.709770109911915e-06, + "S": 4.768760845763609e-06, + "I": 0.0004649571201298386, + "C": 0.00012963755580130965, + "R": 1.6912270439206623e-05, + "M": 0.00015439420531038195, + "O": 7.219395774882287e-05, + "W": 4.93351853947388e-06, + "N": 3.1189807486953214e-05, + "Y": 0.001004676683805883, + "U": 4.33655168308178e-06, + "K": 7.247772373375483e-06, + "L": 1.4656408893642947e-05, + "G": 0.0002807465789373964, + "F": 0.003119174623861909, + "E": 0.0002959095290862024, + "T": 0.0011662986362352967, + "P": 0.14533564448356628, + "-": 0.8478876948356628 + }, + "id": "tp_12549" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1568635, + "label": "-", + "classification": { + "B": 1.1298096069367602e-05, + "S": 6.26010069026961e-06, + "I": 0.001150350202806294, + "C": 0.00015536416321992874, + "R": 4.8180179874179885e-05, + "M": 0.0002824879775289446, + "O": 0.0001737394486553967, + "W": 1.0433655916131102e-05, + "N": 7.15969581506215e-05, + "Y": 0.0035050492733716965, + "U": 1.3246657545096241e-05, + "K": 1.8939705114462413e-05, + "L": 3.164383088005707e-05, + "G": 0.0011719402391463518, + "F": 0.003919134382158518, + "E": 0.0003753085038624704, + "T": 0.0033977932762354612, + "P": 0.16452309489250183, + "-": 0.8211341500282288 + }, + "id": "tp_12550" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1568769, + "label": "-", + "classification": { + "B": 0.0004546620766632259, + "S": 4.471639476832934e-05, + "I": 0.007635277230292559, + "C": 0.0014249196974560618, + "R": 0.0003316268266644329, + "M": 0.004466450307518244, + "O": 0.0008292790153063834, + "W": 4.06055805797223e-05, + "N": 0.0002606723573990166, + "Y": 0.01640886254608631, + "U": 3.107728480244987e-05, + "K": 2.3547392629552633e-05, + "L": 0.0005988098564557731, + "G": 0.020537296310067177, + "F": 0.013212026096880436, + "E": 0.005695720203220844, + "T": 0.004286857787519693, + "P": 0.21965143084526062, + "-": 0.7040662169456482 + }, + "id": "tp_12551" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1568902, + "label": "-", + "classification": { + "B": 1.5430641724378802e-06, + "S": 1.478176159253053e-06, + "I": 0.00037712225457653403, + "C": 6.229342398000881e-05, + "R": 1.2362945199129172e-05, + "M": 0.00021725047554355115, + "O": 6.44203755655326e-05, + "W": 3.506861730784294e-06, + "N": 2.103463157254737e-05, + "Y": 0.001354927197098732, + "U": 1.7424615634809015e-06, + "K": 8.486481419822667e-06, + "L": 7.829857167962473e-06, + "G": 0.0003309849707875401, + "F": 0.004274103324860334, + "E": 0.0003786156012210995, + "T": 0.0009897267445921898, + "P": 0.1139419674873352, + "-": 0.8779506087303162 + }, + "id": "tp_12552" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1569002, + "label": "-", + "classification": { + "B": 4.557344709610334e-06, + "S": 1.5240652828651946e-06, + "I": 0.0013202038826420903, + "C": 9.619486809242517e-05, + "R": 1.89197944564512e-05, + "M": 0.00017258941079489887, + "O": 4.0481809264747426e-05, + "W": 1.3571357158070896e-06, + "N": 3.7261841498548165e-05, + "Y": 0.0020287393126636744, + "U": 2.3753323148412164e-06, + "K": 1.841609446273651e-06, + "L": 1.462794989492977e-05, + "G": 0.000932360184378922, + "F": 0.003778831334784627, + "E": 0.0006606322131119668, + "T": 0.0014334347797557712, + "P": 0.31436747312545776, + "-": 0.6750866174697876 + }, + "id": "tp_12553" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1569136, + "label": "-", + "classification": { + "B": 7.034202553768409e-06, + "S": 1.027390453600674e-06, + "I": 7.027356332400814e-06, + "C": 1.2341366755208583e-06, + "R": 2.797069100779481e-07, + "M": 9.236924597644247e-06, + "O": 1.8735221601673402e-05, + "W": 4.843024612455338e-07, + "N": 3.104612176230148e-07, + "Y": 7.420107431244105e-05, + "U": 3.916654023328192e-08, + "K": 6.295935861544422e-08, + "L": 2.5507238206046168e-06, + "G": 6.078113437979482e-05, + "F": 0.001993029611185193, + "E": 1.2470033652789425e-05, + "T": 7.246519817272201e-05, + "P": 0.04820208251476288, + "-": 0.949536919593811 + }, + "id": "tp_12554" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1569269, + "label": "-", + "classification": { + "B": 4.0724724385654554e-05, + "S": 0.00010043798829428852, + "I": 0.0015746051212772727, + "C": 0.00011075998918386176, + "R": 5.658944428432733e-05, + "M": 0.0006155005539767444, + "O": 0.00034240877721458673, + "W": 4.440854172571562e-05, + "N": 0.0002919327234849334, + "Y": 0.0042749252170324326, + "U": 1.3686369129572995e-05, + "K": 0.00017388140258844942, + "L": 3.9271213609026745e-05, + "G": 0.001250181463547051, + "F": 0.02444414049386978, + "E": 0.0023378506302833557, + "T": 0.003327792976051569, + "P": 0.22031183540821075, + "-": 0.7406491041183472 + }, + "id": "tp_12555" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1569403, + "label": "-", + "classification": { + "B": 0.00020274020789656788, + "S": 9.034183312905952e-05, + "I": 0.006474249996244907, + "C": 0.0023518623784184456, + "R": 0.0010892411228269339, + "M": 0.007619278505444527, + "O": 0.00172239460516721, + "W": 9.518204751657322e-05, + "N": 0.0003416241379454732, + "Y": 0.029559899121522903, + "U": 8.730665285838768e-05, + "K": 3.8875365135027096e-05, + "L": 0.001082313247025013, + "G": 0.01804555021226406, + "F": 0.012841707095503807, + "E": 0.0022536981850862503, + "T": 0.01919340156018734, + "P": 0.07976783812046051, + "-": 0.8171424865722656 + }, + "id": "tp_12556" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1569503, + "label": "-", + "classification": { + "B": 6.058283652521368e-09, + "S": 4.649745477536271e-09, + "I": 0.00014173414092510939, + "C": 2.276546638313448e-06, + "R": 3.312351282147574e-07, + "M": 1.6327708181052003e-06, + "O": 4.613486055404792e-07, + "W": 1.490378132018577e-08, + "N": 1.472420763093396e-06, + "Y": 0.00018778961384668946, + "U": 2.3314802533036527e-08, + "K": 2.42799899297097e-07, + "L": 3.773252288397089e-08, + "G": 1.8672533769859e-05, + "F": 0.0007396041182801127, + "E": 5.491702540894039e-05, + "T": 2.628542461025063e-05, + "P": 0.3539566099643707, + "-": 0.6448678970336914 + }, + "id": "tp_12557" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1569636, + "label": "-", + "classification": { + "B": 1.18738753371872e-05, + "S": 1.1034002227461315e-06, + "I": 0.0005043928977102041, + "C": 3.6841600376646966e-05, + "R": 1.2661523214774206e-05, + "M": 0.00016797125863377005, + "O": 4.246403477736749e-05, + "W": 1.2561666835608776e-06, + "N": 1.5158731002884451e-05, + "Y": 0.0031192621681839228, + "U": 9.537719733998529e-07, + "K": 5.659662747348193e-06, + "L": 1.383407197863562e-05, + "G": 0.0033369746524840593, + "F": 0.010303681716322899, + "E": 0.00106230063829571, + "T": 0.0011172472732141614, + "P": 0.10619619488716125, + "-": 0.8740502595901489 + }, + "id": "tp_12558" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1569770, + "label": "-", + "classification": { + "B": 1.656902713875752e-05, + "S": 7.128472589101875e-06, + "I": 0.0012924546608701348, + "C": 0.00021020625717937946, + "R": 4.6805853344267234e-05, + "M": 0.0006806757883168757, + "O": 0.00026677505229599774, + "W": 1.1457476830400992e-05, + "N": 4.252963844919577e-05, + "Y": 0.002300641965121031, + "U": 7.450368684658315e-06, + "K": 1.5890717577349278e-06, + "L": 9.173830039799213e-05, + "G": 0.0011207809438928962, + "F": 0.0015980466268956661, + "E": 0.00027940512518398464, + "T": 0.002857627347111702, + "P": 0.13755950331687927, + "-": 0.8516086935997009 + }, + "id": "tp_12559" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1569903, + "label": "-", + "classification": { + "B": 5.397392310868554e-09, + "S": 4.682864318539259e-09, + "I": 5.166885966900736e-05, + "C": 1.230598968504637e-06, + "R": 1.66980015592344e-07, + "M": 8.112331670417916e-06, + "O": 8.324505529344606e-07, + "W": 1.2888707878744299e-08, + "N": 4.895609890809283e-07, + "Y": 0.0002983082376886159, + "U": 1.5363779581889503e-08, + "K": 1.4591323349577578e-07, + "L": 3.5724170288631285e-08, + "G": 1.94275016838219e-05, + "F": 0.0001143057452281937, + "E": 3.0242752472986467e-05, + "T": 0.00012272436288185418, + "P": 0.08046776801347733, + "-": 0.9188843965530396 + }, + "id": "tp_12560" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1570003, + "label": "-", + "classification": { + "B": 1.2871345461462624e-05, + "S": 3.687211938085966e-05, + "I": 0.00015606079250574112, + "C": 2.336396573809907e-05, + "R": 1.1066266779380385e-05, + "M": 0.00044463263475336134, + "O": 0.0003343047865200788, + "W": 2.9591576094389893e-05, + "N": 3.3201918995473534e-05, + "Y": 0.004208248574286699, + "U": 9.092746040550992e-06, + "K": 8.771239663474262e-05, + "L": 2.7275858883513138e-05, + "G": 0.0007731720106676221, + "F": 0.006504859775304794, + "E": 0.0002497283567208797, + "T": 0.00497633870691061, + "P": 0.05335569009184837, + "-": 0.9287258982658386 + }, + "id": "tp_12561" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1570137, + "label": "-", + "classification": { + "B": 9.500296073383652e-06, + "S": 1.9526562482496956e-06, + "I": 0.0009909231448546052, + "C": 0.0002857251965906471, + "R": 2.1354822820285335e-05, + "M": 0.0001329982915194705, + "O": 4.5520777348428965e-05, + "W": 5.181384040042758e-06, + "N": 7.19954477972351e-05, + "Y": 0.001522876089438796, + "U": 8.175727998604998e-06, + "K": 6.518603913718835e-05, + "L": 5.22110576639534e-06, + "G": 0.00047596279182471335, + "F": 0.002310160081833601, + "E": 0.0008489009342156351, + "T": 0.0006863786838948727, + "P": 0.22141019999980927, + "-": 0.771101713180542 + }, + "id": "tp_12562" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1570270, + "label": "-", + "classification": { + "B": 1.7470165403210558e-05, + "S": 3.1797578685655026e-06, + "I": 0.0010855173459276557, + "C": 0.00017297445447184145, + "R": 5.79567022214178e-05, + "M": 0.0006921298336237669, + "O": 0.00013882991333957762, + "W": 3.7708343825215707e-06, + "N": 1.672065263846889e-05, + "Y": 0.005388605874031782, + "U": 2.3615309601154877e-06, + "K": 6.194474053700105e-07, + "L": 7.919794006738812e-05, + "G": 0.002704894868656993, + "F": 0.003241553669795394, + "E": 0.00046989836846478283, + "T": 0.002396264346316457, + "P": 0.1214270293712616, + "-": 0.8621009588241577 + }, + "id": "tp_12563" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1570404, + "label": "-", + "classification": { + "B": 4.271096258889884e-05, + "S": 2.45690989686409e-05, + "I": 0.0005819203797727823, + "C": 0.00022287787578534335, + "R": 7.65276636229828e-05, + "M": 0.0033221060875803232, + "O": 0.0006043297471478581, + "W": 2.4840273908921517e-05, + "N": 2.4185539587051608e-05, + "Y": 0.0053632487542927265, + "U": 3.0800263175478904e-06, + "K": 3.230130687370547e-06, + "L": 0.00019865560170728713, + "G": 0.0028965589590370655, + "F": 0.0060737244784832, + "E": 0.0006931645912118256, + "T": 0.002861205255612731, + "P": 0.043523676693439484, + "-": 0.9334593415260315 + }, + "id": "tp_12564" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1570504, + "label": "-", + "classification": { + "B": 0.00011761467612814158, + "S": 8.548224286641926e-05, + "I": 0.0019589634612202644, + "C": 0.0002852602628991008, + "R": 8.728168904781342e-05, + "M": 0.0005404169205576181, + "O": 0.0009299850789830089, + "W": 6.30780341452919e-05, + "N": 0.0002639736339915544, + "Y": 0.002576397964730859, + "U": 3.6066005122847855e-05, + "K": 2.1262816517264582e-05, + "L": 0.00017890364688355476, + "G": 0.001945028780028224, + "F": 0.006540732458233833, + "E": 0.0006358031532727182, + "T": 0.004347657784819603, + "P": 0.25619277358055115, + "-": 0.723193347454071 + }, + "id": "tp_12565" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1570637, + "label": "-", + "classification": { + "B": 3.817484321189113e-05, + "S": 1.1255421668465715e-05, + "I": 0.00048187162610702217, + "C": 0.0003049617516808212, + "R": 8.171748777385801e-05, + "M": 0.0030358503572642803, + "O": 0.00031207851134240627, + "W": 6.805320026614936e-06, + "N": 1.8400123735773377e-05, + "Y": 0.00894076470285654, + "U": 5.011950179323321e-06, + "K": 5.168197276361752e-06, + "L": 0.000195798376807943, + "G": 0.005037182010710239, + "F": 0.007003876846283674, + "E": 0.0007455769227817655, + "T": 0.005019960924983025, + "P": 0.03190276026725769, + "-": 0.9368528127670288 + }, + "id": "tp_12566" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1570771, + "label": "-", + "classification": { + "B": 1.0645462680258788e-06, + "S": 8.386278977923212e-07, + "I": 0.0005736953462474048, + "C": 8.50669457577169e-05, + "R": 3.1008825317258015e-05, + "M": 0.00029586724122054875, + "O": 4.487469414016232e-05, + "W": 1.2775700497513753e-06, + "N": 1.527519998489879e-05, + "Y": 0.009731396101415157, + "U": 9.80605022959935e-07, + "K": 6.2183949012251105e-06, + "L": 5.801977295050165e-06, + "G": 0.0010817348957061768, + "F": 0.002415112452581525, + "E": 0.00037014493136666715, + "T": 0.003529762616381049, + "P": 0.07327008247375488, + "-": 0.9085398316383362 + }, + "id": "tp_12567" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1570904, + "label": "-", + "classification": { + "B": 8.257093577412888e-05, + "S": 1.1832946256618015e-05, + "I": 0.004911128431558609, + "C": 0.0006286666030064225, + "R": 9.680994116934016e-05, + "M": 0.00032194744562730193, + "O": 0.00016423554916400462, + "W": 1.8548726075096056e-05, + "N": 0.0004029931442346424, + "Y": 0.0018350521568208933, + "U": 5.894255809835158e-05, + "K": 0.000408504216466099, + "L": 3.245696643716656e-05, + "G": 0.0014796045143157244, + "F": 0.006414680741727352, + "E": 0.004615717101842165, + "T": 0.0014148933114483953, + "P": 0.3470665514469147, + "-": 0.630034863948822 + }, + "id": "tp_12568" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1571004, + "label": "-", + "classification": { + "B": 0.0015165361110121012, + "S": 0.001246858504600823, + "I": 0.04084906727075577, + "C": 0.01891566812992096, + "R": 0.003571420209482312, + "M": 0.024368232116103172, + "O": 0.00543972896412015, + "W": 0.0006243231473490596, + "N": 0.003741772146895528, + "Y": 0.17190751433372498, + "U": 0.00019214100029785186, + "K": 0.0005692740669474006, + "L": 0.003655829932540655, + "G": 0.09886563569307327, + "F": 0.03894559666514397, + "E": 0.03932124376296997, + "T": 0.046406470239162445, + "P": 0.0910978838801384, + "-": 0.4087648391723633 + }, + "id": "tp_12569" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1571138, + "label": "-", + "classification": { + "B": 4.339694442023756e-06, + "S": 1.066089953383198e-05, + "I": 0.0006144415820017457, + "C": 6.775889050913975e-05, + "R": 1.315183089900529e-05, + "M": 0.00023561051057185978, + "O": 0.00011816233745776117, + "W": 8.195117516152095e-06, + "N": 0.00010230849147774279, + "Y": 0.0026243277825415134, + "U": 7.2015241130429786e-06, + "K": 0.00013480297639034688, + "L": 7.771659511490725e-06, + "G": 0.0006705936975777149, + "F": 0.005854938179254532, + "E": 0.0009384500444866717, + "T": 0.0021576890721917152, + "P": 0.1955341249704361, + "-": 0.7908955216407776 + }, + "id": "tp_12570" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1571271, + "label": "P", + "classification": { + "B": 8.317668834934011e-05, + "S": 4.6329645556397736e-05, + "I": 0.004438284318894148, + "C": 9.883318125503138e-05, + "R": 4.279976928955875e-05, + "M": 0.000533592130523175, + "O": 0.00035196548560634255, + "W": 4.218366666464135e-05, + "N": 0.0006902475724928081, + "Y": 0.0024214377626776695, + "U": 2.8237329388502985e-05, + "K": 7.864248618716374e-05, + "L": 5.828272333019413e-05, + "G": 0.0014278037706390023, + "F": 0.004564320668578148, + "E": 0.002470211125910282, + "T": 0.003169836476445198, + "P": 0.6721198558807373, + "-": 0.30733397603034973 + }, + "id": "tp_12571" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1571405, + "label": "-", + "classification": { + "B": 4.061794697918231e-06, + "S": 5.488992428581696e-06, + "I": 0.00012309344310779124, + "C": 5.998079359414987e-06, + "R": 4.560792604024755e-06, + "M": 0.00021076554548926651, + "O": 5.9193724155193195e-05, + "W": 1.803239115361066e-06, + "N": 3.0809815143584274e-06, + "Y": 0.0027701002545654774, + "U": 1.5838062950024323e-07, + "K": 2.2960709600283735e-07, + "L": 7.673153049836401e-06, + "G": 0.00025693143834359944, + "F": 0.0019221522379666567, + "E": 1.4650971024821047e-05, + "T": 0.0031668185256421566, + "P": 0.03724254295229912, + "-": 0.9542006850242615 + }, + "id": "tp_12572" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1571505, + "label": "P", + "classification": { + "B": 2.344422455280437e-06, + "S": 3.0604223866248503e-06, + "I": 0.001926289638504386, + "C": 3.8572772609768435e-05, + "R": 7.052575256238924e-06, + "M": 9.383698488818482e-05, + "O": 2.100576057273429e-05, + "W": 2.0415116068761563e-06, + "N": 0.00014372763689607382, + "Y": 0.0010066557442769408, + "U": 2.884789182644454e-06, + "K": 6.458818097598851e-05, + "L": 3.5722205211641267e-06, + "G": 0.0005945831071585417, + "F": 0.006946238689124584, + "E": 0.0037230674643069506, + "T": 0.0004289877542760223, + "P": 0.6456959247589111, + "-": 0.33929547667503357 + }, + "id": "tp_12573" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1571638, + "label": "-", + "classification": { + "B": 4.7807625378482044e-05, + "S": 4.074659227626398e-05, + "I": 0.008548147045075893, + "C": 0.0004719150310847908, + "R": 0.0002688266395125538, + "M": 0.0022809733636677265, + "O": 0.0005702952621504664, + "W": 6.38687051832676e-05, + "N": 0.00048081649583764374, + "Y": 0.019111238420009613, + "U": 3.392642975086346e-05, + "K": 0.0002994236710947007, + "L": 8.967025496531278e-05, + "G": 0.003474871162325144, + "F": 0.014988740906119347, + "E": 0.002394099021330476, + "T": 0.012803053483366966, + "P": 0.17423252761363983, + "-": 0.7597990036010742 + }, + "id": "tp_12574" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1571772, + "label": "-", + "classification": { + "B": 1.5323195157179725e-07, + "S": 5.645591727443389e-07, + "I": 2.287357892782893e-05, + "C": 1.4685450651086285e-06, + "R": 7.744694130451535e-08, + "M": 1.2752609109156765e-05, + "O": 4.307543349568732e-06, + "W": 1.1180473791227996e-07, + "N": 2.8979220587643795e-06, + "Y": 0.0001187448506243527, + "U": 4.236851580685652e-08, + "K": 3.222934992663795e-06, + "L": 1.3709136226225382e-07, + "G": 5.207117283134721e-05, + "F": 0.0035759371239691973, + "E": 0.00013600850070361048, + "T": 0.0001235389499925077, + "P": 0.16515763103961945, + "-": 0.8307875394821167 + }, + "id": "tp_12575" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1571905, + "label": "-", + "classification": { + "B": 5.79619336349424e-06, + "S": 3.876667506119702e-06, + "I": 0.0011211285600438714, + "C": 0.00026777604944072664, + "R": 4.765565972775221e-05, + "M": 0.0001461455540265888, + "O": 7.665410521440208e-05, + "W": 8.532048923370894e-06, + "N": 0.00010291414218954742, + "Y": 0.004784442018717527, + "U": 1.546400562801864e-05, + "K": 0.00020976313680876046, + "L": 1.0793885849125218e-05, + "G": 0.0016872246051207185, + "F": 0.00556077528744936, + "E": 0.0015800256514921784, + "T": 0.0008931842166930437, + "P": 0.15891925990581512, + "-": 0.824558675289154 + }, + "id": "tp_12576" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1572005, + "label": "P", + "classification": { + "B": 6.018437375132635e-07, + "S": 6.072609153306985e-07, + "I": 0.0006509729428216815, + "C": 2.251233581773704e-06, + "R": 2.095249840294855e-07, + "M": 5.194108598516323e-05, + "O": 8.733169124752749e-06, + "W": 5.029259000366437e-07, + "N": 4.203558637527749e-05, + "Y": 0.00018973142141476274, + "U": 3.068753073875996e-07, + "K": 1.630261067475658e-05, + "L": 4.3226523871453537e-07, + "G": 0.00017960213881451637, + "F": 0.0009080443996936083, + "E": 0.0018930956721305847, + "T": 0.00027209953987039626, + "P": 0.5628353357315063, + "-": 0.4329470992088318 + }, + "id": "tp_12577" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1572139, + "label": "-", + "classification": { + "B": 6.837461796749267e-07, + "S": 2.3311196173381177e-07, + "I": 0.0004469496780075133, + "C": 0.00017428596038371325, + "R": 1.7693020708975382e-05, + "M": 0.00016337851411662996, + "O": 2.5359968276461586e-05, + "W": 3.7766963600915915e-07, + "N": 4.389172318042256e-06, + "Y": 0.008356045931577682, + "U": 3.011688249898725e-07, + "K": 1.1631724419203238e-06, + "L": 4.5778488129144534e-06, + "G": 0.0008113905787467957, + "F": 0.0007849015528336167, + "E": 0.00019670277833938599, + "T": 0.0017055000644177198, + "P": 0.022135423496365547, + "-": 0.965170681476593 + }, + "id": "tp_12578" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1572272, + "label": "-", + "classification": { + "B": 7.193473720690235e-05, + "S": 3.484984699753113e-05, + "I": 0.0011791508877649903, + "C": 0.00021881863358430564, + "R": 3.448570714681409e-05, + "M": 0.000534895109012723, + "O": 0.00020706033683381975, + "W": 3.310261672595516e-05, + "N": 0.00013672246132045984, + "Y": 0.0031259243842214346, + "U": 2.115656025125645e-05, + "K": 0.00012421836436260492, + "L": 4.1380008042324334e-05, + "G": 0.0013156599598005414, + "F": 0.013504569418728352, + "E": 0.002307560294866562, + "T": 0.0017672121757641435, + "P": 0.284991055727005, + "-": 0.6903502941131592 + }, + "id": "tp_12579" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1572406, + "label": "P", + "classification": { + "B": 1.7195065993291792e-06, + "S": 1.9065648757532472e-06, + "I": 0.001592135988175869, + "C": 4.339762654126389e-06, + "R": 1.4589199963666033e-06, + "M": 1.4796895811741706e-05, + "O": 1.0883754839596804e-05, + "W": 1.2728835372399772e-06, + "N": 0.00011064594582421705, + "Y": 5.465198410092853e-05, + "U": 5.234784907770518e-07, + "K": 1.6151883528436883e-06, + "L": 8.10688163710438e-07, + "G": 3.179163468303159e-05, + "F": 0.000228913952014409, + "E": 0.0001772016694303602, + "T": 0.00015602806524839252, + "P": 0.9165641069412231, + "-": 0.0810452476143837 + }, + "id": "tp_12580" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1572506, + "label": "-", + "classification": { + "B": 1.0336932973586954e-05, + "S": 7.0618389145238325e-06, + "I": 0.0019275234080851078, + "C": 0.0002283803332829848, + "R": 4.685177555074915e-05, + "M": 0.0002762067597359419, + "O": 9.22175167943351e-05, + "W": 1.5844483641558327e-05, + "N": 0.00013834501442033798, + "Y": 0.002850322751328349, + "U": 1.4863819160382263e-05, + "K": 9.75838047452271e-05, + "L": 1.3616724572784733e-05, + "G": 0.00061908079078421, + "F": 0.004938360303640366, + "E": 0.0011662173783406615, + "T": 0.0017487090080976486, + "P": 0.2879467010498047, + "-": 0.6978618502616882 + }, + "id": "tp_12581" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1572639, + "label": "-", + "classification": { + "B": 2.4932076485129073e-05, + "S": 1.9575516489567235e-05, + "I": 0.002055107383057475, + "C": 0.0001137170402216725, + "R": 2.036362639046274e-05, + "M": 0.0005368258571252227, + "O": 0.00015903107123449445, + "W": 1.3543589375331067e-05, + "N": 0.00019382515165489167, + "Y": 0.0023866803385317326, + "U": 1.13506248453632e-05, + "K": 3.28223904944025e-05, + "L": 3.1760504498379305e-05, + "G": 0.0012919761938974261, + "F": 0.006898889783769846, + "E": 0.00387609307654202, + "T": 0.0019669842440634966, + "P": 0.45045873522758484, + "-": 0.529907763004303 + }, + "id": "tp_12582" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1572773, + "label": "-", + "classification": { + "B": 4.462516756120749e-08, + "S": 1.257007209432004e-08, + "I": 2.104985833284445e-05, + "C": 3.3638664831414644e-07, + "R": 6.734826030196928e-08, + "M": 1.1975412235187832e-05, + "O": 1.5221442026813747e-06, + "W": 7.559465942108545e-09, + "N": 2.225681754453035e-07, + "Y": 0.00019003012857865542, + "U": 6.2443352710772615e-09, + "K": 9.900634090342919e-09, + "L": 1.5919661677799013e-07, + "G": 5.9791578678414226e-05, + "F": 0.00028494378784671426, + "E": 1.985224662348628e-05, + "T": 0.00017618293350096792, + "P": 0.0616028867661953, + "-": 0.9376309514045715 + }, + "id": "tp_12583" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1572906, + "label": "-", + "classification": { + "B": 5.8702120441012084e-05, + "S": 4.1440644054091536e-06, + "I": 0.0008475897484458983, + "C": 4.2766492697410285e-05, + "R": 8.939210601965897e-06, + "M": 0.00035937930806539953, + "O": 6.290867167990655e-05, + "W": 6.286563802859746e-06, + "N": 4.3190382712055e-05, + "Y": 0.0016416123835369945, + "U": 3.342716127008316e-06, + "K": 2.207312354585156e-05, + "L": 1.0678528269636445e-05, + "G": 0.0016199011588469148, + "F": 0.005072339903563261, + "E": 0.0027565553318709135, + "T": 0.0009391502244397998, + "P": 0.37698492407798767, + "-": 0.6095155477523804 + }, + "id": "tp_12584" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1573006, + "label": "-", + "classification": { + "B": 1.49539161498069e-07, + "S": 8.250511740470756e-08, + "I": 2.493220335963997e-06, + "C": 1.7871091984034138e-07, + "R": 2.6040190448384237e-08, + "M": 4.543474005913595e-06, + "O": 2.3518107354902895e-06, + "W": 4.1419685459231914e-08, + "N": 2.1207637246334343e-07, + "Y": 3.64916049875319e-05, + "U": 5.1453894478470374e-09, + "K": 3.319733110629386e-08, + "L": 6.393243268121296e-08, + "G": 8.330962373293005e-06, + "F": 0.0007920862990431488, + "E": 7.136656222428428e-06, + "T": 4.995693961973302e-05, + "P": 0.19488461315631866, + "-": 0.8042111992835999 + }, + "id": "tp_12585" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1573140, + "label": "-", + "classification": { + "B": 8.58165276440559e-06, + "S": 1.4806498256803025e-05, + "I": 0.0012276085326448083, + "C": 0.00010138787183677778, + "R": 4.0726750739850104e-05, + "M": 0.0007438405300490558, + "O": 0.00025740466662682593, + "W": 2.1089987058076076e-05, + "N": 0.0001033236039802432, + "Y": 0.00996142067015171, + "U": 7.132047812774545e-06, + "K": 7.403821655316278e-05, + "L": 2.3775284716975875e-05, + "G": 0.0017256506253033876, + "F": 0.00907665304839611, + "E": 0.0011347514810040593, + "T": 0.0046943174675107, + "P": 0.12259940057992935, + "-": 0.8481840491294861 + }, + "id": "tp_12586" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1573273, + "label": "P", + "classification": { + "B": 5.166208794094018e-09, + "S": 1.749266687056661e-08, + "I": 0.00017076211224775761, + "C": 3.677967583826103e-07, + "R": 3.128055325873902e-08, + "M": 2.182462594646495e-06, + "O": 5.798955271529849e-07, + "W": 1.0674895634110726e-08, + "N": 4.5358729039435275e-06, + "Y": 3.2258540159091353e-05, + "U": 8.189802613856045e-09, + "K": 2.470747517691052e-07, + "L": 1.0239176617687917e-08, + "G": 2.824645207510912e-06, + "F": 8.360919309780002e-05, + "E": 6.728343578288332e-05, + "T": 3.754746285267174e-05, + "P": 0.5446394681930542, + "-": 0.4549582898616791 + }, + "id": "tp_12587" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1573407, + "label": "-", + "classification": { + "B": 1.0301136171619873e-05, + "S": 1.3333198012333014e-06, + "I": 0.0008576564723625779, + "C": 3.8718830182915553e-05, + "R": 5.959685495326994e-06, + "M": 4.4565440475707874e-05, + "O": 4.185114448773675e-05, + "W": 2.6159709705098066e-06, + "N": 3.01774143736111e-05, + "Y": 0.00040706034633331, + "U": 2.237618446088163e-06, + "K": 1.6830197182571283e-06, + "L": 6.410557034541853e-06, + "G": 0.00023720873286947608, + "F": 0.000713170156814158, + "E": 0.00036890440969727933, + "T": 0.00045739577035419643, + "P": 0.31724244356155396, + "-": 0.6795302629470825 + }, + "id": "tp_12588" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1573507, + "label": "-", + "classification": { + "B": 4.163012601310356e-09, + "S": 1.6705692384988424e-09, + "I": 7.081979219947243e-06, + "C": 2.2226673479508463e-07, + "R": 8.716438237854618e-09, + "M": 5.1575784709712025e-06, + "O": 9.015630553221854e-08, + "W": 5.536994751587088e-10, + "N": 4.6039520640306364e-08, + "Y": 9.4692237325944e-05, + "U": 5.706180528086691e-10, + "K": 1.5693224497681513e-08, + "L": 7.942675850358683e-09, + "G": 1.710525066300761e-05, + "F": 0.0005660387687385082, + "E": 2.9673785320483148e-05, + "T": 3.020159238076303e-05, + "P": 0.07678565382957458, + "-": 0.9224640727043152 + }, + "id": "tp_12589" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1573640, + "label": "-", + "classification": { + "B": 0.000633124029263854, + "S": 0.001550651853904128, + "I": 0.01445852406322956, + "C": 0.01688922569155693, + "R": 0.005544768646359444, + "M": 0.014526449143886566, + "O": 0.00507306819781661, + "W": 0.0010262846481055021, + "N": 0.0026460520457476377, + "Y": 0.15599022805690765, + "U": 0.0004420729528646916, + "K": 0.004920344799757004, + "L": 0.0029845531098544598, + "G": 0.07190932333469391, + "F": 0.12592832744121552, + "E": 0.02201107330620289, + "T": 0.04078903794288635, + "P": 0.05964116007089615, + "-": 0.45303577184677124 + }, + "id": "tp_12590" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1573774, + "label": "-", + "classification": { + "B": 4.237139705765003e-07, + "S": 1.560342866469e-06, + "I": 0.00013594025222118944, + "C": 6.930060408194549e-06, + "R": 1.6070571291493252e-06, + "M": 4.253541192156263e-05, + "O": 1.8116950741386972e-05, + "W": 9.807575906961574e-07, + "N": 1.0293256309523713e-05, + "Y": 0.0011388881830498576, + "U": 4.35855270097818e-07, + "K": 6.360873157973401e-06, + "L": 1.0506942089705262e-06, + "G": 8.787457045400515e-05, + "F": 0.004645110573619604, + "E": 0.00010814716370077804, + "T": 0.0007232264615595341, + "P": 0.08032876998186111, + "-": 0.9127416610717773 + }, + "id": "tp_12591" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1573907, + "label": "-", + "classification": { + "B": 9.283051554120902e-07, + "S": 4.035594429296907e-06, + "I": 0.0001670884230406955, + "C": 1.0203351848758757e-05, + "R": 4.198515398456948e-06, + "M": 0.00013273654622025788, + "O": 6.107852095738053e-05, + "W": 2.035818397416733e-06, + "N": 9.443760063732043e-06, + "Y": 0.0018838788382709026, + "U": 2.290999248089065e-07, + "K": 1.2740359807139612e-06, + "L": 2.9192890451668063e-06, + "G": 0.000138444040203467, + "F": 0.0018398028332740068, + "E": 5.3792784456163645e-05, + "T": 0.0010851927800104022, + "P": 0.06602106988430023, + "-": 0.9285816550254822 + }, + "id": "tp_12592" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1574007, + "label": "-", + "classification": { + "B": 3.0352248359122314e-05, + "S": 0.00013182706607040018, + "I": 0.01706255041062832, + "C": 0.0005404759431257844, + "R": 0.00022425629140343517, + "M": 0.003348402911797166, + "O": 0.0006554370047524571, + "W": 5.817145574837923e-05, + "N": 0.0006663636886514723, + "Y": 0.07131446897983551, + "U": 9.859055353445001e-06, + "K": 0.0002727697428781539, + "L": 0.0001493754971306771, + "G": 0.018105076625943184, + "F": 0.03696072846651077, + "E": 0.005907220300287008, + "T": 0.03042788803577423, + "P": 0.12044205516576767, + "-": 0.6936928033828735 + }, + "id": "tp_12593" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1574141, + "label": "-", + "classification": { + "B": 1.443006869550345e-08, + "S": 1.9437761977769696e-07, + "I": 3.8821341149741784e-05, + "C": 9.10844107693265e-07, + "R": 1.4809259596404445e-07, + "M": 2.40856820710178e-06, + "O": 2.5214390007022303e-06, + "W": 7.858016459749706e-08, + "N": 2.7494386358739575e-06, + "Y": 0.00011343263031449169, + "U": 4.574029333070939e-08, + "K": 7.584275181216071e-07, + "L": 4.987148116697426e-08, + "G": 8.554422493034508e-06, + "F": 0.0006511674146167934, + "E": 9.42419865168631e-06, + "T": 0.0001478241611039266, + "P": 0.14598622918128967, + "-": 0.8530346751213074 + }, + "id": "tp_12594" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1574274, + "label": "-", + "classification": { + "B": 0.00035963920527137816, + "S": 7.53302447265014e-05, + "I": 0.00037169072311371565, + "C": 3.154684600303881e-05, + "R": 6.314407528407173e-06, + "M": 0.0011590339709073305, + "O": 0.0002805472176987678, + "W": 1.104260991269257e-05, + "N": 4.7065939725143835e-05, + "Y": 0.0017181823495775461, + "U": 3.9153687794168945e-06, + "K": 6.686194410576718e-06, + "L": 5.2758525271201506e-05, + "G": 0.0017031693132594228, + "F": 0.00571261765435338, + "E": 0.0018736612983047962, + "T": 0.0031686152797192335, + "P": 0.2840552031993866, + "-": 0.6993630528450012 + }, + "id": "tp_12595" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1574408, + "label": "-", + "classification": { + "B": 5.248510070998691e-09, + "S": 2.0418315926917785e-08, + "I": 9.284771294915117e-06, + "C": 6.591452006432519e-08, + "R": 6.722966627847882e-09, + "M": 2.594568684344267e-07, + "O": 2.609716034385201e-07, + "W": 1.4019136962417633e-08, + "N": 6.193103558871371e-07, + "Y": 1.8147520677302964e-05, + "U": 6.271599684026796e-09, + "K": 3.279060081240459e-07, + "L": 3.266254378075928e-09, + "G": 7.947560902721307e-07, + "F": 0.0005208319635130465, + "E": 1.51066878970596e-05, + "T": 1.5734394764876924e-05, + "P": 0.42410045862197876, + "-": 0.5753180384635925 + }, + "id": "tp_12596" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1574508, + "label": "-", + "classification": { + "B": 0.00037800875725224614, + "S": 6.674083124380559e-05, + "I": 0.0013984011020511389, + "C": 0.0011627399362623692, + "R": 0.0004624036664608866, + "M": 0.003663550829514861, + "O": 0.0013961239019408822, + "W": 9.047774801729247e-05, + "N": 0.00012052815145580098, + "Y": 0.01614166796207428, + "U": 7.22098266123794e-05, + "K": 3.721643952303566e-05, + "L": 0.0009487242205068469, + "G": 0.009391694329679012, + "F": 0.012654838152229786, + "E": 0.0013206693110987544, + "T": 0.009255974553525448, + "P": 0.0764564573764801, + "-": 0.8649815320968628 + }, + "id": "tp_12597" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1574641, + "label": "-", + "classification": { + "B": 2.115489678544691e-06, + "S": 8.594432188147039e-07, + "I": 0.0008976660901680589, + "C": 5.34730133949779e-05, + "R": 1.3365016457100864e-05, + "M": 7.682927389396355e-05, + "O": 3.276654751971364e-05, + "W": 1.9069636891799746e-06, + "N": 2.784108801279217e-05, + "Y": 0.0009302577818743885, + "U": 2.9404382075881585e-06, + "K": 1.5744991515020956e-06, + "L": 5.8752229961100966e-06, + "G": 0.00017646676860749722, + "F": 0.0009890084620565176, + "E": 0.000138421353767626, + "T": 0.0011834409087896347, + "P": 0.2600021958351135, + "-": 0.7354630827903748 + }, + "id": "tp_12598" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1574775, + "label": "-", + "classification": { + "B": 1.3162588174964185e-07, + "S": 1.0065615896337476e-07, + "I": 3.472841126495041e-05, + "C": 6.571526228071889e-06, + "R": 8.263976383204863e-07, + "M": 9.844240594247822e-06, + "O": 2.820691179294954e-06, + "W": 1.3196952863836486e-07, + "N": 1.24089876862854e-06, + "Y": 0.00028843674226664007, + "U": 8.312996158110764e-08, + "K": 2.439812988086487e-06, + "L": 3.560378161182598e-07, + "G": 8.321701898239553e-05, + "F": 0.00893306266516447, + "E": 9.176029561785981e-05, + "T": 7.097722118487582e-05, + "P": 0.14658521115779877, + "-": 0.8438881039619446 + }, + "id": "tp_12599" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1574908, + "label": "-", + "classification": { + "B": 1.1492455769257504e-06, + "S": 2.9165271371311974e-06, + "I": 0.006246809381991625, + "C": 3.088212542934343e-05, + "R": 1.235224317497341e-05, + "M": 0.00026066353893838823, + "O": 4.203691423754208e-05, + "W": 1.5013524716778193e-06, + "N": 8.22297515696846e-05, + "Y": 0.014580999501049519, + "U": 2.1767239388736925e-07, + "K": 5.179929758014623e-06, + "L": 2.8631043278437573e-06, + "G": 0.0011387954000383615, + "F": 0.0025590015575289726, + "E": 0.0005710655823349953, + "T": 0.004273927770555019, + "P": 0.29989761114120483, + "-": 0.6702896952629089 + }, + "id": "tp_12600" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1575008, + "label": "-", + "classification": { + "B": 0.00010066327376989648, + "S": 3.501059109112248e-05, + "I": 0.0024458388797938824, + "C": 0.00029596954118460417, + "R": 0.00011799679487012327, + "M": 0.0018092065583914518, + "O": 0.0007294882670976222, + "W": 6.339749961625785e-05, + "N": 0.0001427418173989281, + "Y": 0.006924123037606478, + "U": 2.5532715881126933e-05, + "K": 3.3461830753367394e-05, + "L": 0.00014377002662513405, + "G": 0.0029534907080233097, + "F": 0.00475708581507206, + "E": 0.0008499542018398643, + "T": 0.007994664832949638, + "P": 0.11315938085317612, + "-": 0.8574182391166687 + }, + "id": "tp_12601" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1575142, + "label": "-", + "classification": { + "B": 5.2827115723630413e-05, + "S": 5.2556708396878093e-05, + "I": 0.0032765427604317665, + "C": 6.656545156147331e-05, + "R": 5.2213948947610334e-05, + "M": 0.0004652403004001826, + "O": 0.0004975103656761348, + "W": 3.573823778424412e-05, + "N": 0.00013004921493120492, + "Y": 0.0024704248644411564, + "U": 4.377130608190782e-06, + "K": 3.4233387395943282e-06, + "L": 8.027832518564537e-05, + "G": 0.0008524973527528346, + "F": 0.005103906150907278, + "E": 0.0005027406150475144, + "T": 0.0018467881018295884, + "P": 0.3028205335140228, + "-": 0.6816858053207397 + }, + "id": "tp_12602" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1575275, + "label": "-", + "classification": { + "B": 0.0005798988859169185, + "S": 0.0006239669746719301, + "I": 0.023044507950544357, + "C": 0.0036476405803114176, + "R": 0.0023862093221396208, + "M": 0.005136765073984861, + "O": 0.0032960036769509315, + "W": 0.0006662937812507153, + "N": 0.004070619121193886, + "Y": 0.03303096443414688, + "U": 0.0006012600497342646, + "K": 0.0026414478197693825, + "L": 0.001213857321999967, + "G": 0.01767074503004551, + "F": 0.049198489636182785, + "E": 0.014422341249883175, + "T": 0.014934730716049671, + "P": 0.3082295358181, + "-": 0.5146046876907349 + }, + "id": "tp_12603" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1575375, + "label": "-", + "classification": { + "B": 3.653477733678301e-06, + "S": 9.46185173233971e-06, + "I": 0.0016325456090271473, + "C": 4.309718497097492e-05, + "R": 1.3491808203980327e-05, + "M": 0.0001894255547085777, + "O": 7.556581840617582e-05, + "W": 1.47875562106492e-05, + "N": 0.00020634691463783383, + "Y": 0.0060775005258619785, + "U": 8.529910701327026e-06, + "K": 0.0018517140997573733, + "L": 4.413016540638637e-06, + "G": 0.0009635344613343477, + "F": 0.01177014410495758, + "E": 0.0034520949702709913, + "T": 0.0015800576657056808, + "P": 0.20438148081302643, + "-": 0.7677221298217773 + }, + "id": "tp_12604" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1575509, + "label": "-", + "classification": { + "B": 1.2777738447766751e-05, + "S": 5.280518053041305e-06, + "I": 0.0025223519187420607, + "C": 0.00020321141346357763, + "R": 5.236549986875616e-05, + "M": 0.00024642530479468405, + "O": 0.00017122598364949226, + "W": 1.5857660400797613e-05, + "N": 9.542748011881486e-05, + "Y": 0.00263206847012043, + "U": 2.1602581909974106e-05, + "K": 1.5245916074491106e-05, + "L": 2.933885480160825e-05, + "G": 0.000607997237239033, + "F": 0.001149265910498798, + "E": 0.0003978195309173316, + "T": 0.0024266825057566166, + "P": 0.16751615703105927, + "-": 0.8218789100646973 + }, + "id": "tp_12605" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1575642, + "label": "P", + "classification": { + "B": 3.5770726753980853e-06, + "S": 4.727959094452672e-06, + "I": 0.0010942794615402818, + "C": 1.0249018487229478e-05, + "R": 6.091052910051076e-06, + "M": 1.9203096599085256e-05, + "O": 2.9334050850593485e-05, + "W": 2.9746238396910485e-06, + "N": 0.0001349373924313113, + "Y": 0.00045441140537150204, + "U": 1.1891614803971606e-06, + "K": 3.809940972132608e-05, + "L": 1.7573577224538894e-06, + "G": 0.0003284692647866905, + "F": 0.005346123594790697, + "E": 0.0009767536539584398, + "T": 0.0002738276671152562, + "P": 0.7565088868141174, + "-": 0.23476511240005493 + }, + "id": "tp_12606" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1575776, + "label": "P", + "classification": { + "B": 1.703539993513914e-07, + "S": 2.2714450764738103e-08, + "I": 0.0005982244620099664, + "C": 7.408723377011484e-07, + "R": 1.0670428451931002e-07, + "M": 5.842581686010817e-06, + "O": 9.326180361313163e-07, + "W": 3.903555167994455e-08, + "N": 5.678090928995516e-06, + "Y": 0.0002237252629129216, + "U": 2.6701194144607143e-08, + "K": 2.2084817885570374e-07, + "L": 3.296302253374961e-08, + "G": 2.0239880541339517e-05, + "F": 7.474369340343401e-05, + "E": 0.00010951681906590238, + "T": 0.00012478190183173865, + "P": 0.6000197529792786, + "-": 0.39881518483161926 + }, + "id": "tp_12607" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1575876, + "label": "-", + "classification": { + "B": 1.0384113693362451e-06, + "S": 3.3370226901752176e-06, + "I": 0.0005032942863181233, + "C": 3.977670075983042e-06, + "R": 2.5120200461969944e-06, + "M": 9.485668124398217e-05, + "O": 3.192673102603294e-05, + "W": 2.543980599511997e-06, + "N": 3.5858793125953525e-05, + "Y": 0.004250080790370703, + "U": 6.854322123217571e-07, + "K": 6.115122232586145e-05, + "L": 7.927439469312958e-07, + "G": 0.00020727832452394068, + "F": 0.0029503675177693367, + "E": 0.0003373204672243446, + "T": 0.0018274891190230846, + "P": 0.13523034751415253, + "-": 0.8544551134109497 + }, + "id": "tp_12608" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1576009, + "label": "-", + "classification": { + "B": 4.669145255320473e-06, + "S": 1.09883512777742e-05, + "I": 0.00418782839551568, + "C": 2.0349865735624917e-05, + "R": 1.5100211385288276e-05, + "M": 0.00037907931255176663, + "O": 0.00018211214046459645, + "W": 5.912876076763496e-06, + "N": 9.072240209206939e-05, + "Y": 0.015423168428242207, + "U": 6.214777386048809e-07, + "K": 2.329029712200281e-06, + "L": 1.0172881047765259e-05, + "G": 0.000766642508096993, + "F": 0.000883573608007282, + "E": 0.00021869342890568078, + "T": 0.013433821499347687, + "P": 0.12412197142839432, + "-": 0.8402422666549683 + }, + "id": "tp_12609" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1576143, + "label": "-", + "classification": { + "B": 6.750644843123155e-08, + "S": 5.444964301659638e-08, + "I": 8.813082240521908e-05, + "C": 5.499478902493138e-06, + "R": 7.353955879807472e-07, + "M": 4.993448601453565e-05, + "O": 6.903453140694182e-06, + "W": 5.163464322777145e-08, + "N": 1.2836625273848767e-06, + "Y": 0.0006749152089469135, + "U": 2.6232978456164346e-08, + "K": 1.5808588216259523e-08, + "L": 4.264163067091431e-07, + "G": 4.747871935251169e-05, + "F": 0.00011059986718464643, + "E": 5.593575770035386e-05, + "T": 0.0006490570958703756, + "P": 0.052536193281412125, + "-": 0.9457727670669556 + }, + "id": "tp_12610" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1576276, + "label": "-", + "classification": { + "B": 2.436625266000192e-07, + "S": 5.057984822087747e-07, + "I": 0.0002237802546005696, + "C": 1.8502427337807603e-05, + "R": 5.428468284662813e-06, + "M": 3.37807068717666e-05, + "O": 1.1427259778429288e-05, + "W": 7.334514862122887e-07, + "N": 1.2551156032714061e-05, + "Y": 0.0017290508840233088, + "U": 6.338589173537912e-07, + "K": 7.012439891695976e-05, + "L": 7.958086598591763e-07, + "G": 0.0004077761259395629, + "F": 0.006984754931181669, + "E": 0.000382119178539142, + "T": 0.00057035475037992, + "P": 0.0942467749118805, + "-": 0.8953007459640503 + }, + "id": "tp_12611" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1576376, + "label": "-", + "classification": { + "B": 1.0312171070836484e-05, + "S": 3.0384530873561744e-06, + "I": 0.0005830662557855248, + "C": 0.0007974428590387106, + "R": 0.00012667401460930705, + "M": 0.00047015357995405793, + "O": 0.00013057324395049363, + "W": 6.093355295888614e-06, + "N": 2.5126715627266094e-05, + "Y": 0.004024776630103588, + "U": 1.1833079952339176e-05, + "K": 7.99916779214982e-06, + "L": 6.828039477113634e-05, + "G": 0.0027592615224421024, + "F": 0.007765716873109341, + "E": 0.00039836851647123694, + "T": 0.0017193853855133057, + "P": 0.1025412529706955, + "-": 0.87855064868927 + }, + "id": "tp_12612" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1576510, + "label": "-", + "classification": { + "B": 7.778699995242278e-08, + "S": 5.4713709118914267e-08, + "I": 0.0005165169131942093, + "C": 1.0942737389996182e-05, + "R": 1.0839613651114632e-06, + "M": 1.4863980140944477e-05, + "O": 5.086477813165402e-06, + "W": 1.7946746311281458e-07, + "N": 1.3206486983108334e-05, + "Y": 0.00015964671911206096, + "U": 2.8469915491768916e-07, + "K": 2.163209046557313e-06, + "L": 2.7855639928020537e-07, + "G": 6.689700967399403e-05, + "F": 0.000514319515787065, + "E": 0.0002986213658004999, + "T": 0.00014268583618104458, + "P": 0.2567516267299652, + "-": 0.7415014505386353 + }, + "id": "tp_12613" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1576643, + "label": "-", + "classification": { + "B": 0.0002492541680112481, + "S": 2.898824641306419e-05, + "I": 0.0016862518386915326, + "C": 0.00017061222752090544, + "R": 3.557300442480482e-05, + "M": 0.0010139591759070754, + "O": 0.00025418674340471625, + "W": 1.233553484780714e-05, + "N": 6.881750596221536e-05, + "Y": 0.006118894089013338, + "U": 6.073780696169706e-06, + "K": 5.4574043133470695e-06, + "L": 0.00014547201863024384, + "G": 0.006176013965159655, + "F": 0.007322181016206741, + "E": 0.0028936942107975483, + "T": 0.0023775130975991488, + "P": 0.21582099795341492, + "-": 0.7556136250495911 + }, + "id": "tp_12614" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1576777, + "label": "-", + "classification": { + "B": 2.3780346225521498e-07, + "S": 4.063973335632909e-07, + "I": 8.247032383223996e-05, + "C": 2.2835840354673564e-05, + "R": 3.032847416761797e-06, + "M": 6.840212154202163e-05, + "O": 1.5414765584864654e-05, + "W": 6.352199761749944e-07, + "N": 3.062151563426596e-06, + "Y": 0.0007748545031063259, + "U": 4.7452346052523353e-07, + "K": 3.827105501841288e-06, + "L": 1.4258605460781837e-06, + "G": 0.00010073963494505733, + "F": 0.0017758335452526808, + "E": 5.4597061534877867e-05, + "T": 0.0004177282680757344, + "P": 0.02873375080525875, + "-": 0.9679402709007263 + }, + "id": "tp_12615" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1576877, + "label": "-", + "classification": { + "B": 1.4962561181164347e-05, + "S": 1.6719050108804367e-06, + "I": 0.0007944169919937849, + "C": 3.0667881219414994e-05, + "R": 2.3932552721817046e-05, + "M": 0.0006879080319777131, + "O": 0.00019568970310501754, + "W": 3.89124579669442e-06, + "N": 1.856535345723387e-05, + "Y": 0.003181920852512121, + "U": 1.4350454193845508e-06, + "K": 6.203400175763818e-07, + "L": 3.6897818063152954e-05, + "G": 0.0009341506520286202, + "F": 0.0005467362352646887, + "E": 0.00015801421250216663, + "T": 0.005386470817029476, + "P": 0.0528155192732811, + "-": 0.9351664781570435 + }, + "id": "tp_12616" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1577010, + "label": "-", + "classification": { + "B": 0.0001842154742917046, + "S": 5.230894748819992e-05, + "I": 0.0003918777219951153, + "C": 0.00011736257147276774, + "R": 3.268269574618898e-05, + "M": 0.0006892073433846235, + "O": 0.0003781691484618932, + "W": 3.757638842216693e-05, + "N": 6.27417684881948e-05, + "Y": 0.003319249954074621, + "U": 1.0066435606859159e-05, + "K": 6.171451968839392e-05, + "L": 4.276520121493377e-05, + "G": 0.0016157551435753703, + "F": 0.00850150641053915, + "E": 0.001387231983244419, + "T": 0.0015926869818940759, + "P": 0.132827490568161, + "-": 0.8486953973770142 + }, + "id": "tp_12617" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1577144, + "label": "-", + "classification": { + "B": 9.204174489241268e-08, + "S": 4.519175789141627e-08, + "I": 0.00013721971481572837, + "C": 1.3947488923804485e-06, + "R": 2.728254173689493e-07, + "M": 9.403477633895818e-06, + "O": 2.2625713427260052e-06, + "W": 6.074051839277672e-08, + "N": 1.8368507426202996e-06, + "Y": 0.00020684672927018255, + "U": 2.3060218623527362e-08, + "K": 5.9066422863907064e-08, + "L": 1.0547295659080191e-07, + "G": 2.134667920472566e-05, + "F": 0.00015642211656086147, + "E": 3.1893636332824826e-05, + "T": 0.00020346244855318218, + "P": 0.27383488416671753, + "-": 0.7253924012184143 + }, + "id": "tp_12618" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1577277, + "label": "-", + "classification": { + "B": 9.637057519285008e-05, + "S": 4.462890137801878e-05, + "I": 0.002662868704646826, + "C": 0.0008589051431044936, + "R": 0.00014468013250734657, + "M": 0.0009207183611579239, + "O": 0.0003592381253838539, + "W": 4.3146141251781955e-05, + "N": 0.0003580512711778283, + "Y": 0.008850089274346828, + "U": 5.5732743931002915e-05, + "K": 0.0002072079514618963, + "L": 0.00011341809295117855, + "G": 0.002798739355057478, + "F": 0.013697256334125996, + "E": 0.0038796772714704275, + "T": 0.0066147008910775185, + "P": 0.24794501066207886, + "-": 0.7103496193885803 + }, + "id": "tp_12619" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1577377, + "label": "P", + "classification": { + "B": 3.915491106454283e-06, + "S": 3.204795120836934e-06, + "I": 0.0017534499056637287, + "C": 2.6381983843748458e-05, + "R": 5.211742973187938e-06, + "M": 7.562159589724615e-05, + "O": 2.7050946300732903e-05, + "W": 4.469934083317639e-06, + "N": 0.000215850755921565, + "Y": 0.00043283600825816393, + "U": 3.044041477551218e-06, + "K": 0.00014222509344108403, + "L": 2.0300751657487126e-06, + "G": 0.00023420414072461426, + "F": 0.0034371798392385244, + "E": 0.0043409145437181, + "T": 0.00027651365962810814, + "P": 0.736609697341919, + "-": 0.25240615010261536 + }, + "id": "tp_12620" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1577511, + "label": "P", + "classification": { + "B": 1.8390855416328122e-07, + "S": 1.5120195939744008e-06, + "I": 0.00024296627088915557, + "C": 5.964578804196208e-07, + "R": 9.928570676720483e-08, + "M": 8.15286512079183e-06, + "O": 5.39536358701298e-06, + "W": 3.497714544664632e-07, + "N": 4.036932659801096e-05, + "Y": 3.8972597394604236e-05, + "U": 1.1276464562115507e-07, + "K": 5.086551482236246e-06, + "L": 9.976712789239173e-08, + "G": 1.4177238881529775e-05, + "F": 0.0008830701117403805, + "E": 0.00018583142082206905, + "T": 0.00010593143088044599, + "P": 0.804827094078064, + "-": 0.19363997876644135 + }, + "id": "tp_12621" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1577644, + "label": "-", + "classification": { + "B": 3.9821148675400764e-05, + "S": 5.478795173985418e-06, + "I": 0.0014309573452919722, + "C": 0.0006276895292103291, + "R": 9.034027607413009e-05, + "M": 0.0008258727029897273, + "O": 0.00016470154514536262, + "W": 6.869288426969433e-06, + "N": 6.267524440772831e-05, + "Y": 0.009989392943680286, + "U": 6.870468041597633e-06, + "K": 2.3404578314512037e-05, + "L": 7.159888627938926e-05, + "G": 0.010020368732511997, + "F": 0.009589632973074913, + "E": 0.0027584279887378216, + "T": 0.0025277151726186275, + "P": 0.12293532490730286, + "-": 0.8388227820396423 + }, + "id": "tp_12622" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1577778, + "label": "-", + "classification": { + "B": 1.2012295655949856e-06, + "S": 5.6354247135459445e-06, + "I": 0.000245336617808789, + "C": 3.999014006694779e-05, + "R": 1.504793453932507e-05, + "M": 0.00021757975628133863, + "O": 4.0817940316628665e-05, + "W": 4.5613828660862055e-06, + "N": 2.017903716478031e-05, + "Y": 0.007669201120734215, + "U": 1.088816702576878e-06, + "K": 0.0002427967410767451, + "L": 3.1099164061743068e-06, + "G": 0.000983248115517199, + "F": 0.0113066416233778, + "E": 0.0007723010494373739, + "T": 0.0017695613205432892, + "P": 0.032505445182323456, + "-": 0.9441563487052917 + }, + "id": "tp_12623" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1577878, + "label": "P", + "classification": { + "B": 1.8323515860174666e-06, + "S": 1.1178658496646676e-06, + "I": 0.00165369245223701, + "C": 2.138194759027101e-06, + "R": 3.273884772170277e-07, + "M": 1.3218345884524751e-05, + "O": 1.724364778965537e-06, + "W": 2.704513235585182e-07, + "N": 0.00011241231550229713, + "Y": 2.374786708969623e-05, + "U": 2.559485494657565e-07, + "K": 1.0340639846617705e-06, + "L": 3.377248560809676e-07, + "G": 2.0484145352384076e-05, + "F": 0.0001682514266576618, + "E": 0.0006099480087868869, + "T": 5.2679006330436096e-05, + "P": 0.9743982553482056, + "-": 0.02293824777007103 + }, + "id": "tp_12624" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1578011, + "label": "-", + "classification": { + "B": 1.3839476764587744e-07, + "S": 7.701858351083501e-08, + "I": 9.230142313754186e-05, + "C": 5.3753033171233255e-06, + "R": 1.6974787513390766e-06, + "M": 1.2809156032744795e-05, + "O": 5.933734428253956e-06, + "W": 1.6241980915765453e-07, + "N": 2.2201988940651063e-06, + "Y": 0.0006512157851830125, + "U": 1.8673379997835582e-07, + "K": 3.779248629598442e-07, + "L": 6.015218900756736e-07, + "G": 9.38787852646783e-05, + "F": 0.0010727716144174337, + "E": 3.574959191610105e-05, + "T": 0.00031101872446015477, + "P": 0.12601354718208313, + "-": 0.8716999292373657 + }, + "id": "tp_12625" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1578145, + "label": "P", + "classification": { + "B": 2.0684682056071324e-07, + "S": 2.4823583544275607e-07, + "I": 0.00017419122741557658, + "C": 2.10624511964852e-06, + "R": 2.2125429666175478e-07, + "M": 3.6235942388884723e-06, + "O": 2.1852745248907013e-06, + "W": 3.960616936637962e-07, + "N": 1.4114260011410806e-05, + "Y": 4.250451092957519e-05, + "U": 2.7873838348568825e-07, + "K": 1.5983123375917785e-05, + "L": 5.7740205505751874e-08, + "G": 9.708946890896186e-06, + "F": 0.0008160765282809734, + "E": 0.00028893203125335276, + "T": 7.456374441972002e-05, + "P": 0.5959306359291077, + "-": 0.4026239514350891 + }, + "id": "tp_12626" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1578278, + "label": "-", + "classification": { + "B": 8.748987056605984e-06, + "S": 4.18939544033492e-06, + "I": 0.0005844671395607293, + "C": 1.896725188998971e-05, + "R": 2.7224152745475294e-06, + "M": 8.510395855410025e-05, + "O": 2.8111935534980148e-05, + "W": 5.499020971910795e-06, + "N": 5.603750832960941e-05, + "Y": 0.0007585565908811986, + "U": 4.2093070078408346e-06, + "K": 6.520543684018776e-05, + "L": 2.4837850105541293e-06, + "G": 0.00010246229794574901, + "F": 0.002047211630269885, + "E": 0.001342733041383326, + "T": 0.0005019253003410995, + "P": 0.40758636593818665, + "-": 0.5867950320243835 + }, + "id": "tp_12627" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1578378, + "label": "-", + "classification": { + "B": 5.5265318223973736e-05, + "S": 2.4245568056358024e-05, + "I": 0.003598133334890008, + "C": 0.00193942547775805, + "R": 0.0007553758332505822, + "M": 0.0022423488553613424, + "O": 0.0005332871223799884, + "W": 5.5118100135587156e-05, + "N": 0.00019878473540302366, + "Y": 0.027233757078647614, + "U": 9.880025027086958e-05, + "K": 0.00022600271040573716, + "L": 0.00023199721181299537, + "G": 0.008397520519793034, + "F": 0.01911998726427555, + "E": 0.0022829885128885508, + "T": 0.010511772707104683, + "P": 0.09575681388378143, + "-": 0.8267384767532349 + }, + "id": "tp_12628" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1578512, + "label": "-", + "classification": { + "B": 6.616009500248765e-07, + "S": 4.3680554995262355e-07, + "I": 0.0021550431847572327, + "C": 1.1096803973487113e-05, + "R": 4.4451962821767665e-06, + "M": 0.00010476023453520611, + "O": 1.587927181390114e-05, + "W": 5.621867558147642e-07, + "N": 4.6687666326761246e-05, + "Y": 0.00407038489356637, + "U": 5.275809371596552e-07, + "K": 1.308075570705114e-05, + "L": 1.1832232758024475e-06, + "G": 0.0005017267540097237, + "F": 0.0018815221264958382, + "E": 0.0007709065685048699, + "T": 0.0013030051486566663, + "P": 0.24512308835983276, + "-": 0.7439950108528137 + }, + "id": "tp_12629" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1578645, + "label": "-", + "classification": { + "B": 1.4015773430742229e-08, + "S": 2.8131880824844302e-08, + "I": 0.00018951699894387275, + "C": 8.273034836747684e-06, + "R": 2.946956556115765e-06, + "M": 4.4803668970416766e-06, + "O": 3.0294752377812983e-06, + "W": 9.516547549992538e-08, + "N": 4.41301290265983e-06, + "Y": 0.000566616712603718, + "U": 1.999924563733657e-07, + "K": 2.679644012459903e-06, + "L": 1.5259817587320867e-07, + "G": 5.912609412916936e-05, + "F": 0.0012739092344418168, + "E": 2.9238040951895528e-05, + "T": 0.00012905905896332115, + "P": 0.14473523199558258, + "-": 0.8529909253120422 + }, + "id": "tp_12630" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1578779, + "label": "-", + "classification": { + "B": 6.314104439297807e-08, + "S": 2.8640142701874538e-08, + "I": 1.751213858369738e-05, + "C": 4.0256966826746066e-07, + "R": 5.1132591494251756e-08, + "M": 2.2103387891547754e-05, + "O": 1.4218400110621587e-06, + "W": 2.7534552415886537e-08, + "N": 3.063984763684857e-07, + "Y": 0.00014757862663827837, + "U": 5.828050486655911e-09, + "K": 1.527378223897813e-08, + "L": 9.516435994783023e-08, + "G": 1.2290649465285242e-05, + "F": 0.0001927490229718387, + "E": 1.7450069208280183e-05, + "T": 0.00010398129234090447, + "P": 0.14324787259101868, + "-": 0.8562360405921936 + }, + "id": "tp_12631" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1578879, + "label": "P", + "classification": { + "B": 0.00010722823208197951, + "S": 4.1371677070856094e-05, + "I": 0.002138338750228286, + "C": 0.00023023293761070818, + "R": 2.378591125307139e-05, + "M": 0.0005597280687652528, + "O": 0.00023150874767452478, + "W": 3.458896389929578e-05, + "N": 0.0005572716472670436, + "Y": 0.002601616084575653, + "U": 3.264745100750588e-05, + "K": 0.00047808143426664174, + "L": 4.2149375076405704e-05, + "G": 0.0032607654575258493, + "F": 0.013531263917684555, + "E": 0.021242301911115646, + "T": 0.0019128136336803436, + "P": 0.5589895844459534, + "-": 0.39398473501205444 + }, + "id": "tp_12632" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1579012, + "label": "P", + "classification": { + "B": 9.90496906716487e-10, + "S": 6.200547297829928e-10, + "I": 1.4830956388323102e-05, + "C": 7.847161143104131e-09, + "R": 5.807392344792106e-10, + "M": 6.72646649491071e-08, + "O": 2.942490517909846e-08, + "W": 7.808085289440214e-10, + "N": 2.3891556111266254e-07, + "Y": 1.2442202432794147e-06, + "U": 2.823519196226698e-10, + "K": 4.516071516746933e-09, + "L": 4.611354631478548e-10, + "G": 2.658385653830919e-07, + "F": 2.3575455998070538e-05, + "E": 6.70358576826402e-06, + "T": 1.4621011814597296e-06, + "P": 0.885941207408905, + "-": 0.11401031166315079 + }, + "id": "tp_12633" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1579146, + "label": "-", + "classification": { + "B": 3.3513271091578645e-07, + "S": 2.8539696472762444e-07, + "I": 7.28168452042155e-05, + "C": 7.809900921529334e-07, + "R": 1.1593015614153046e-07, + "M": 1.1658840776362922e-05, + "O": 8.547111065126956e-06, + "W": 1.1304178570981094e-07, + "N": 2.6486652586754644e-06, + "Y": 6.668215792160481e-05, + "U": 3.768524692304709e-08, + "K": 1.6770904665008857e-07, + "L": 2.8215080760674027e-07, + "G": 3.800525882979855e-05, + "F": 0.0007897852919995785, + "E": 4.3018473661504686e-05, + "T": 0.00013045078958384693, + "P": 0.3095698952674866, + "-": 0.6892642378807068 + }, + "id": "tp_12634" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1579279, + "label": "P", + "classification": { + "B": 8.022518159123138e-05, + "S": 4.552473183139227e-05, + "I": 0.0057720281183719635, + "C": 8.677686855662614e-05, + "R": 1.1288974747003522e-05, + "M": 0.00023891593446023762, + "O": 0.0001202359126182273, + "W": 3.041086529265158e-05, + "N": 0.0010862672934308648, + "Y": 0.0004366547509562224, + "U": 1.56663591042161e-05, + "K": 0.00016134377801790833, + "L": 1.65826113516232e-05, + "G": 0.0004476152826100588, + "F": 0.003050372935831547, + "E": 0.008175929076969624, + "T": 0.0005927013116888702, + "P": 0.8325409889221191, + "-": 0.1470905989408493 + }, + "id": "tp_12635" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1579379, + "label": "-", + "classification": { + "B": 3.2770964253359125e-07, + "S": 1.241434574694722e-06, + "I": 0.00015468332276213914, + "C": 2.4554024093959015e-06, + "R": 8.63353818658652e-07, + "M": 0.00011138404806843027, + "O": 1.2242708180565387e-05, + "W": 4.5444207330547215e-07, + "N": 3.8619618862867355e-06, + "Y": 0.0027259376365691423, + "U": 8.582718180605298e-08, + "K": 2.43515387410298e-06, + "L": 1.0379906143498374e-06, + "G": 0.00022157277271617204, + "F": 0.004216184373944998, + "E": 0.00018298915529157966, + "T": 0.001645958749577403, + "P": 0.06066206842660904, + "-": 0.9300541877746582 + }, + "id": "tp_12636" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1579513, + "label": "-", + "classification": { + "B": 3.6823215054937464e-07, + "S": 8.937819870880048e-07, + "I": 3.1128551199799404e-05, + "C": 1.3335868516151095e-06, + "R": 3.293438055607112e-07, + "M": 8.531033381586894e-05, + "O": 1.825839171942789e-05, + "W": 7.67021958836267e-07, + "N": 3.7220218018774176e-06, + "Y": 0.0005671880790032446, + "U": 1.7238001248642831e-07, + "K": 2.120840326824691e-05, + "L": 4.942093596582708e-07, + "G": 7.037287286948413e-05, + "F": 0.006546250078827143, + "E": 0.0001424952206434682, + "T": 0.0004926161491312087, + "P": 0.05954372137784958, + "-": 0.9324733018875122 + }, + "id": "tp_12637" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1579646, + "label": "-", + "classification": { + "B": 2.213113248217269e-06, + "S": 9.030198270920664e-05, + "I": 0.05107247456908226, + "C": 6.446702172979712e-05, + "R": 3.9845628634793684e-05, + "M": 0.0002608781505841762, + "O": 0.0001881008065538481, + "W": 3.632012158050202e-05, + "N": 0.005106054246425629, + "Y": 0.11654805392026901, + "U": 1.5032019291538745e-06, + "K": 0.006242414470762014, + "L": 1.4695823438160005e-06, + "G": 0.001401581452228129, + "F": 0.011259164661169052, + "E": 0.0032367806416004896, + "T": 0.0237505491822958, + "P": 0.3454486131668091, + "-": 0.4352491796016693 + }, + "id": "tp_12638" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1579780, + "label": "-", + "classification": { + "B": 2.811896956700366e-05, + "S": 1.5480361980735324e-05, + "I": 0.001232465379871428, + "C": 0.0002389679430052638, + "R": 7.187748269643635e-05, + "M": 0.0019898589234799147, + "O": 0.00019480535411275923, + "W": 6.7333426159166265e-06, + "N": 4.225914381095208e-05, + "Y": 0.014073680154979229, + "U": 5.222208528721239e-06, + "K": 1.4847985767119098e-05, + "L": 7.543600804638118e-05, + "G": 0.004724612459540367, + "F": 0.011004955507814884, + "E": 0.0014634088147431612, + "T": 0.006374299060553312, + "P": 0.05919858068227768, + "-": 0.8992444276809692 + }, + "id": "tp_12639" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1579880, + "label": "-", + "classification": { + "B": 5.642472160616308e-07, + "S": 1.0698154540023097e-07, + "I": 2.1275955077726394e-06, + "C": 1.0638047598376943e-07, + "R": 3.593521569200675e-08, + "M": 1.4504907994705718e-05, + "O": 3.7423742469400167e-06, + "W": 2.818866562392941e-08, + "N": 2.648039654218337e-08, + "Y": 0.0001610146282473579, + "U": 1.6194421359472244e-09, + "K": 2.8462565637710213e-09, + "L": 5.734860337724967e-07, + "G": 6.701675738440827e-05, + "F": 0.0013628167798742652, + "E": 8.85053668753244e-06, + "T": 8.166597399394959e-05, + "P": 0.009977276436984539, + "-": 0.9883196353912354 + }, + "id": "tp_12640" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1580013, + "label": "-", + "classification": { + "B": 0.0010343871545046568, + "S": 0.005772764794528484, + "I": 0.060298848897218704, + "C": 0.0014528705505654216, + "R": 0.0008693434065207839, + "M": 0.006496592424809933, + "O": 0.005832071881741285, + "W": 0.0015367426676675677, + "N": 0.030237600207328796, + "Y": 0.05889684334397316, + "U": 0.0001337848516413942, + "K": 0.07505889236927032, + "L": 0.0002777814806904644, + "G": 0.038905899971723557, + "F": 0.04714762791991234, + "E": 0.029405983164906502, + "T": 0.06073317304253578, + "P": 0.2816765010356903, + "-": 0.2942322790622711 + }, + "id": "tp_12641" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1580147, + "label": "-", + "classification": { + "B": 1.701661676634103e-05, + "S": 0.0001112452955567278, + "I": 0.013823411427438259, + "C": 0.00014327632379718125, + "R": 6.690021837130189e-05, + "M": 0.0015143051277846098, + "O": 0.0004734090471174568, + "W": 6.506298814201728e-05, + "N": 0.0011092997156083584, + "Y": 0.038504645228385925, + "U": 7.787106369505636e-06, + "K": 0.0006653871387243271, + "L": 1.9999122741864994e-05, + "G": 0.001645977608859539, + "F": 0.010971243493258953, + "E": 0.005644884426146746, + "T": 0.009748444892466068, + "P": 0.24168118834495544, + "-": 0.6737865209579468 + }, + "id": "tp_12642" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1580280, + "label": "-", + "classification": { + "B": 1.344219299426186e-06, + "S": 5.199610768613638e-07, + "I": 6.905182817718014e-05, + "C": 5.289202363201184e-06, + "R": 4.374349771296693e-07, + "M": 4.335117046139203e-05, + "O": 1.2954993508174084e-05, + "W": 7.20277000709757e-07, + "N": 4.517562047112733e-06, + "Y": 0.0005690225516445935, + "U": 3.690541063861019e-07, + "K": 8.679474376549479e-06, + "L": 9.868274446489522e-07, + "G": 0.00017852701421361417, + "F": 0.0013032325077801943, + "E": 0.0002876890648622066, + "T": 0.00025637424550950527, + "P": 0.087065190076828, + "-": 0.9101917743682861 + }, + "id": "tp_12643" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1580380, + "label": "-", + "classification": { + "B": 1.537240132165607e-05, + "S": 8.947085734689608e-05, + "I": 0.0014685994246974587, + "C": 0.001064264914020896, + "R": 0.00031030960963107646, + "M": 0.002245108364149928, + "O": 0.0007490517455153167, + "W": 5.5618285841774195e-05, + "N": 0.00013733532978221774, + "Y": 0.05204188451170921, + "U": 8.913933925214224e-06, + "K": 0.00040806978358887136, + "L": 0.00017291841504629701, + "G": 0.029851051047444344, + "F": 0.0495845228433609, + "E": 0.0017690631793811917, + "T": 0.018489135429263115, + "P": 0.02981829084455967, + "-": 0.8117209672927856 + }, + "id": "tp_12644" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1580514, + "label": "-", + "classification": { + "B": 0.0004133179027121514, + "S": 0.00011431598250055686, + "I": 0.0017520477995276451, + "C": 0.00020085842697881162, + "R": 0.00010685298184398562, + "M": 0.0032141515985131264, + "O": 0.001150042749941349, + "W": 6.920864689163864e-05, + "N": 6.905753252794966e-05, + "Y": 0.008756259456276894, + "U": 9.604871593182907e-06, + "K": 5.1306546993146185e-06, + "L": 0.0003732595650944859, + "G": 0.0025405746418982744, + "F": 0.004064607433974743, + "E": 0.0006856133695691824, + "T": 0.00706755043938756, + "P": 0.058730851858854294, + "-": 0.9106767773628235 + }, + "id": "tp_12645" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1580647, + "label": "P", + "classification": { + "B": 0.0007332711829803884, + "S": 0.005421117413789034, + "I": 0.03651035949587822, + "C": 0.001231615082360804, + "R": 0.0006710514426231384, + "M": 0.0033496208488941193, + "O": 0.002821890404447913, + "W": 0.0012392729986459017, + "N": 0.016245825216174126, + "Y": 0.021476108580827713, + "U": 0.0002864654816221446, + "K": 0.00663797976449132, + "L": 0.0003564406360965222, + "G": 0.004511041101068258, + "F": 0.04549308493733406, + "E": 0.021076379343867302, + "T": 0.013129975646734238, + "P": 0.5599874258041382, + "-": 0.2588210701942444 + }, + "id": "tp_12646" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1580781, + "label": "Y", + "classification": { + "B": 9.74030263023451e-05, + "S": 0.00018912383529823273, + "I": 0.02679072879254818, + "C": 0.004992433357983828, + "R": 0.0022062002681195736, + "M": 0.010574063286185265, + "O": 0.0034119009505957365, + "W": 0.00017254112754017115, + "N": 0.0011554035590961576, + "Y": 0.3855593800544739, + "U": 2.9726677894359455e-05, + "K": 0.0001802074839361012, + "L": 0.0006373987998813391, + "G": 0.05462564155459404, + "F": 0.008430699817836285, + "E": 0.0039167567156255245, + "T": 0.09103647619485855, + "P": 0.020479897037148476, + "-": 0.38551396131515503 + }, + "id": "tp_12647" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1580881, + "label": "-", + "classification": { + "B": 6.905808550072834e-05, + "S": 3.0827246519038454e-05, + "I": 0.002359709469601512, + "C": 0.0004769895749632269, + "R": 0.00013883199426345527, + "M": 0.001058196066878736, + "O": 0.0005356507608667016, + "W": 5.290849367156625e-05, + "N": 0.0002335227036383003, + "Y": 0.006064869929105043, + "U": 4.207633901387453e-05, + "K": 9.598158794688061e-05, + "L": 0.00011879325029440224, + "G": 0.004052503500133753, + "F": 0.010155903175473213, + "E": 0.0025989054702222347, + "T": 0.003937763627618551, + "P": 0.22806097567081451, + "-": 0.7399164438247681 + }, + "id": "tp_12648" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1581014, + "label": "P", + "classification": { + "B": 1.2073646082910727e-08, + "S": 4.6274895026954255e-08, + "I": 1.5969004380167462e-05, + "C": 4.9112923505845174e-08, + "R": 4.886985482954742e-09, + "M": 9.475430715610855e-07, + "O": 1.7676293850854563e-07, + "W": 9.942617396063724e-09, + "N": 8.684644399181707e-07, + "Y": 5.8170899137621745e-06, + "U": 1.5084985482971547e-09, + "K": 1.337415795887864e-07, + "L": 3.1293949653843356e-09, + "G": 1.8357130784352194e-06, + "F": 0.0004655307566281408, + "E": 6.305144779616967e-05, + "T": 5.4541119425266515e-06, + "P": 0.8423429727554321, + "-": 0.15709710121154785 + }, + "id": "tp_12649" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1581148, + "label": "-", + "classification": { + "B": 0.00017446806305088103, + "S": 0.0001424348447471857, + "I": 0.004047336056828499, + "C": 0.000735294190235436, + "R": 0.0002786156546790153, + "M": 0.0049721430987119675, + "O": 0.0009588489192537963, + "W": 9.76342853391543e-05, + "N": 0.00039404764538630843, + "Y": 0.03563112020492554, + "U": 5.673728446708992e-05, + "K": 0.000498114328365773, + "L": 0.00031462707556784153, + "G": 0.018897438421845436, + "F": 0.03251572698354721, + "E": 0.0065833888947963715, + "T": 0.01668463461101055, + "P": 0.08178015798330307, + "-": 0.7952371835708618 + }, + "id": "tp_12650" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1581281, + "label": "-", + "classification": { + "B": 1.1951988287961512e-09, + "S": 9.021150049193238e-09, + "I": 4.950501988787437e-06, + "C": 8.269822160400508e-07, + "R": 8.325988432034137e-08, + "M": 3.835614734271076e-06, + "O": 6.610591185562953e-07, + "W": 6.933451590640516e-09, + "N": 1.1032435054403322e-07, + "Y": 0.0001235573727171868, + "U": 8.054120037570556e-09, + "K": 8.357618241916498e-08, + "L": 3.666638193067229e-08, + "G": 6.051171112630982e-06, + "F": 0.00026432282174937427, + "E": 1.6733658867451595e-06, + "T": 0.0001248217886313796, + "P": 0.014503863640129566, + "-": 0.9849650859832764 + }, + "id": "tp_12651" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1581381, + "label": "-", + "classification": { + "B": 7.104292308213189e-05, + "S": 6.793181819375604e-05, + "I": 0.003322530072182417, + "C": 0.002804171061143279, + "R": 0.000517713779117912, + "M": 0.0030186015646904707, + "O": 0.0008506411104463041, + "W": 0.00010502197255846113, + "N": 0.0003333344648126513, + "Y": 0.033570609986782074, + "U": 6.012447192915715e-05, + "K": 0.0012140515027567744, + "L": 0.00028370742802508175, + "G": 0.020006446167826653, + "F": 0.02961593121290207, + "E": 0.013302509672939777, + "T": 0.009443854913115501, + "P": 0.09592488408088684, + "-": 0.7854868769645691 + }, + "id": "tp_12652" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1581515, + "label": "P", + "classification": { + "B": 3.6540590997447e-08, + "S": 1.585420363880985e-07, + "I": 0.0009324474376626313, + "C": 8.421983693551738e-06, + "R": 2.204134943895042e-06, + "M": 5.867628260602942e-06, + "O": 3.5410109830991132e-06, + "W": 3.1400668376591057e-07, + "N": 2.9871942388126627e-05, + "Y": 0.0003230061265639961, + "U": 2.878336999856401e-07, + "K": 8.875957064446993e-06, + "L": 1.8343676799759123e-07, + "G": 4.550489757093601e-05, + "F": 0.0013406252255663276, + "E": 0.00017296163423452526, + "T": 0.0001197675010189414, + "P": 0.5746053457260132, + "-": 0.4224006235599518 + }, + "id": "tp_12653" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1581648, + "label": "-", + "classification": { + "B": 8.324216469191015e-05, + "S": 8.295180305140093e-05, + "I": 0.003146934323012829, + "C": 0.00043044393532909453, + "R": 0.00013767914788331836, + "M": 0.001588819781318307, + "O": 0.0005554314120672643, + "W": 7.690092752454802e-05, + "N": 0.000413793430197984, + "Y": 0.015313425101339817, + "U": 5.2960098400944844e-05, + "K": 0.0008061089902184904, + "L": 0.00011005176202161238, + "G": 0.0050729140639305115, + "F": 0.030975492671132088, + "E": 0.005304168444126844, + "T": 0.007260742597281933, + "P": 0.1308816373348236, + "-": 0.7977063059806824 + }, + "id": "tp_12654" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1581782, + "label": "-", + "classification": { + "B": 2.30912755796453e-05, + "S": 2.270251206937246e-05, + "I": 0.0006002624868415296, + "C": 2.2296129827736877e-05, + "R": 5.031700311519671e-06, + "M": 0.00017324188956990838, + "O": 0.00017708148516248912, + "W": 2.278463216498494e-05, + "N": 9.937928552972153e-05, + "Y": 0.000782830873504281, + "U": 5.547267392103095e-06, + "K": 2.7105328626930714e-05, + "L": 1.2834482731705066e-05, + "G": 0.0002914720098488033, + "F": 0.0033399108797311783, + "E": 0.0009126407676376402, + "T": 0.0011395440669730306, + "P": 0.31233274936676025, + "-": 0.6800094842910767 + }, + "id": "tp_12655" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1581882, + "label": "-", + "classification": { + "B": 1.7699400132187293e-06, + "S": 3.0550356314051896e-05, + "I": 5.342587974155322e-05, + "C": 2.76429345831275e-05, + "R": 1.0296207619830966e-05, + "M": 0.0005579680437222123, + "O": 0.00011540419654920697, + "W": 6.473949270002777e-06, + "N": 8.429477929894347e-06, + "Y": 0.017862040549516678, + "U": 3.416384402044059e-07, + "K": 7.435445149894804e-05, + "L": 1.508194054622436e-05, + "G": 0.00285371788777411, + "F": 0.07740595936775208, + "E": 0.00040861251181922853, + "T": 0.004144278354942799, + "P": 0.01747204177081585, + "-": 0.8789517283439636 + }, + "id": "tp_12656" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1582015, + "label": "-", + "classification": { + "B": 5.838310812578129e-07, + "S": 3.246995674999198e-06, + "I": 0.0005735128652304411, + "C": 2.465703983034473e-05, + "R": 9.713116014609113e-06, + "M": 6.74667680868879e-05, + "O": 3.733512858161703e-05, + "W": 4.3440900299174245e-06, + "N": 4.497732879826799e-05, + "Y": 0.0056522320955991745, + "U": 1.1916880566786858e-06, + "K": 0.0003202437947038561, + "L": 8.94950289875851e-07, + "G": 0.0003657522320281714, + "F": 0.004769418854266405, + "E": 0.0004611359036061913, + "T": 0.002023736946284771, + "P": 0.08533448725938797, + "-": 0.9003049731254578 + }, + "id": "tp_12657" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1582149, + "label": "P", + "classification": { + "B": 5.6375381973339245e-05, + "S": 0.00017160021525342017, + "I": 0.0030519680585712194, + "C": 0.00019540895300451666, + "R": 7.284524326678365e-05, + "M": 0.0006431047804653645, + "O": 0.0005616306443698704, + "W": 0.00015637070464435965, + "N": 0.0012636642204597592, + "Y": 0.00579737639054656, + "U": 4.698356133303605e-05, + "K": 0.0023432387970387936, + "L": 4.490918217925355e-05, + "G": 0.003003495978191495, + "F": 0.03695482760667801, + "E": 0.010911946184933186, + "T": 0.0032383000943809748, + "P": 0.48731356859207153, + "-": 0.44417229294776917 + }, + "id": "tp_12658" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1582282, + "label": "-", + "classification": { + "B": 3.1591966376254277e-07, + "S": 4.803338924830314e-06, + "I": 0.019786283373832703, + "C": 2.8373788154567592e-05, + "R": 1.221002730744658e-05, + "M": 0.00014022146933712065, + "O": 3.8544803828699514e-05, + "W": 1.6566920066907187e-06, + "N": 0.0003265542909502983, + "Y": 0.13647523522377014, + "U": 6.455682211026215e-08, + "K": 0.00017997188842855394, + "L": 6.305219812929863e-07, + "G": 0.004370519425719976, + "F": 0.011598363518714905, + "E": 0.0018951990641653538, + "T": 0.013413066044449806, + "P": 0.12046220153570175, + "-": 0.6912657618522644 + }, + "id": "tp_12659" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1582382, + "label": "-", + "classification": { + "B": 4.306153641664423e-05, + "S": 5.944980512140319e-05, + "I": 0.0023774434812366962, + "C": 0.00016440624312963337, + "R": 5.515549855772406e-05, + "M": 0.000694001791998744, + "O": 0.00034236296778544784, + "W": 8.078829705482349e-05, + "N": 0.0004314990364946425, + "Y": 0.0034803494345396757, + "U": 4.00095887016505e-05, + "K": 0.0007723705493845046, + "L": 4.1604220314184204e-05, + "G": 0.0010635486105456948, + "F": 0.021641723811626434, + "E": 0.0043610623106360435, + "T": 0.0028682639822363853, + "P": 0.3329768478870392, + "-": 0.6285058856010437 + }, + "id": "tp_12660" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1582516, + "label": "-", + "classification": { + "B": 0.0023120453115552664, + "S": 0.008615675382316113, + "I": 0.06411008536815643, + "C": 0.012199947610497475, + "R": 0.007315162103623152, + "M": 0.02555740624666214, + "O": 0.013907640241086483, + "W": 0.003952119033783674, + "N": 0.015260439366102219, + "Y": 0.232588991522789, + "U": 0.0010660591069608927, + "K": 0.019990412518382072, + "L": 0.003923359327018261, + "G": 0.09081528335809708, + "F": 0.05201714485883713, + "E": 0.023581253364682198, + "T": 0.11279613524675369, + "P": 0.06713496893644333, + "-": 0.24285584688186646 + }, + "id": "tp_12661" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1582649, + "label": "-", + "classification": { + "B": 0.00026276533026248217, + "S": 0.0007265395834110677, + "I": 0.0031693207565695047, + "C": 0.000578966224566102, + "R": 0.000276603561360389, + "M": 0.005355034954845905, + "O": 0.002653096802532673, + "W": 0.00038200203562155366, + "N": 0.000825821072794497, + "Y": 0.020581470802426338, + "U": 0.0001679639972280711, + "K": 0.0009196929750032723, + "L": 0.0006942471372894943, + "G": 0.006880739703774452, + "F": 0.06478956341743469, + "E": 0.003031384199857712, + "T": 0.018117118626832962, + "P": 0.11238014698028564, + "-": 0.7582075595855713 + }, + "id": "tp_12662" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1582783, + "label": "-", + "classification": { + "B": 2.968887145016197e-07, + "S": 2.300022856616124e-07, + "I": 0.00016498246986884624, + "C": 6.430614575947402e-06, + "R": 1.0953535820590332e-06, + "M": 5.437997606350109e-05, + "O": 8.798330782155972e-06, + "W": 2.423301452836313e-07, + "N": 2.830065568559803e-06, + "Y": 0.0003761219559237361, + "U": 1.9382731863970548e-07, + "K": 2.9768426657028613e-07, + "L": 1.4584081782231806e-06, + "G": 0.00012788554886355996, + "F": 0.001099150744266808, + "E": 0.00011330117558827624, + "T": 0.00034375660470686853, + "P": 0.1391638219356537, + "-": 0.8585347533226013 + }, + "id": "tp_12663" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1582883, + "label": "-", + "classification": { + "B": 2.4478113118675537e-05, + "S": 4.549380173557438e-05, + "I": 0.002070027170702815, + "C": 0.0003128892567474395, + "R": 0.00012837692338507622, + "M": 0.0005454372731037438, + "O": 0.00027874275110661983, + "W": 4.037206235807389e-05, + "N": 0.00027618344756774604, + "Y": 0.0073583489283919334, + "U": 3.974486025981605e-05, + "K": 0.00015703185636084527, + "L": 3.873615060001612e-05, + "G": 0.0009875755058601499, + "F": 0.012986430898308754, + "E": 0.001008908380754292, + "T": 0.005978069733828306, + "P": 0.20862294733524323, + "-": 0.7591001987457275 + }, + "id": "tp_12664" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1583016, + "label": "-", + "classification": { + "B": 0.0003008750209119171, + "S": 0.0002450485189910978, + "I": 0.03181246668100357, + "C": 0.0029057273641228676, + "R": 0.0010852760169655085, + "M": 0.0053614960052073, + "O": 0.0022912288550287485, + "W": 0.0003526944201439619, + "N": 0.003130716970190406, + "Y": 0.05034376680850983, + "U": 0.0001454500888939947, + "K": 0.001652793842367828, + "L": 0.0004783635667990893, + "G": 0.025040894746780396, + "F": 0.02818005532026291, + "E": 0.02039465121924877, + "T": 0.018660031259059906, + "P": 0.21335455775260925, + "-": 0.5942638516426086 + }, + "id": "tp_12665" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1583150, + "label": "-", + "classification": { + "B": 0.0002285459777340293, + "S": 2.391155248915311e-05, + "I": 0.002066373825073242, + "C": 0.0003216124896425754, + "R": 6.177839532028884e-05, + "M": 0.000500821101013571, + "O": 0.00028681414551101625, + "W": 2.2378962967195548e-05, + "N": 0.00010883304639719427, + "Y": 0.0031526549719274044, + "U": 1.2715216143988073e-05, + "K": 4.5594842958962545e-06, + "L": 0.00011673319386318326, + "G": 0.0019797112327069044, + "F": 0.0029288639780133963, + "E": 0.0008609998621977866, + "T": 0.0018184541258960962, + "P": 0.30083921551704407, + "-": 0.6846650838851929 + }, + "id": "tp_12666" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1583283, + "label": "-", + "classification": { + "B": 1.2678596021942212e-06, + "S": 1.20544223136676e-06, + "I": 0.00011963556607952341, + "C": 2.0154358935542405e-05, + "R": 4.124300630792277e-06, + "M": 9.999215399147943e-05, + "O": 3.5604236472863704e-05, + "W": 1.3560650131694274e-06, + "N": 7.475333859474631e-06, + "Y": 0.0021608835086226463, + "U": 1.043472934725287e-06, + "K": 8.73000499268528e-06, + "L": 5.354428139980882e-06, + "G": 0.0005323502118699253, + "F": 0.006324278190732002, + "E": 0.0001398532185703516, + "T": 0.0009659203351475298, + "P": 0.06225790083408356, + "-": 0.9273127913475037 + }, + "id": "tp_12667" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1583383, + "label": "P", + "classification": { + "B": 2.550383214838803e-06, + "S": 2.331701352886739e-06, + "I": 0.0027193750720471144, + "C": 7.815439857949968e-06, + "R": 4.354455541033531e-06, + "M": 4.5244316424941644e-05, + "O": 1.8239885321236216e-05, + "W": 1.4864992863294901e-06, + "N": 9.953811240848154e-05, + "Y": 0.0004566432035062462, + "U": 5.121140134178859e-07, + "K": 5.655725544784218e-06, + "L": 1.3996392453918816e-06, + "G": 0.00014505033323075622, + "F": 0.0014439234510064125, + "E": 0.0005155287217348814, + "T": 0.0002776937326416373, + "P": 0.8177014589309692, + "-": 0.17655117809772491 + }, + "id": "tp_12668" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1583517, + "label": "-", + "classification": { + "B": 0.00017310680414084345, + "S": 0.0001454336743336171, + "I": 0.005788365378975868, + "C": 0.0004129576263949275, + "R": 0.00020584228332154453, + "M": 0.0020946452859789133, + "O": 0.0008169534849002957, + "W": 0.0001015774832922034, + "N": 0.0006599175976589322, + "Y": 0.00805037934333086, + "U": 4.3301592086208984e-05, + "K": 0.0003584071237128228, + "L": 0.0001596403744770214, + "G": 0.006116420961916447, + "F": 0.028541481122374535, + "E": 0.0066359760239720345, + "T": 0.00479220412671566, + "P": 0.3335665762424469, + "-": 0.6013368368148804 + }, + "id": "tp_12669" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1583650, + "label": "-", + "classification": { + "B": 9.923212928697467e-05, + "S": 0.00027715283795259893, + "I": 0.04318210482597351, + "C": 0.0011608637869358063, + "R": 0.0005600838339887559, + "M": 0.0023590093478560448, + "O": 0.001089634490199387, + "W": 0.0001663430011831224, + "N": 0.003997609950602055, + "Y": 0.14901898801326752, + "U": 1.8477072444511577e-05, + "K": 0.006087131332606077, + "L": 5.318938929121941e-05, + "G": 0.026389464735984802, + "F": 0.04405976086854935, + "E": 0.015164091251790524, + "T": 0.029099183157086372, + "P": 0.17501042783260345, + "-": 0.5022072792053223 + }, + "id": "tp_12670" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1583750, + "label": "-", + "classification": { + "B": 3.427075716899708e-05, + "S": 2.1818914319737814e-05, + "I": 0.0001707329647615552, + "C": 2.8959113478777e-05, + "R": 5.5887990129122045e-06, + "M": 0.00023333626450039446, + "O": 0.00015729003644082695, + "W": 1.306718240812188e-05, + "N": 1.8503915271139704e-05, + "Y": 0.0006317367078736424, + "U": 1.3546813306675176e-06, + "K": 4.952308245265158e-06, + "L": 2.011705691984389e-05, + "G": 0.0003439554129727185, + "F": 0.005433403886854649, + "E": 0.0004142766119912267, + "T": 0.0005689883255399764, + "P": 0.13353896141052246, + "-": 0.8583585619926453 + }, + "id": "tp_12671" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1583884, + "label": "-", + "classification": { + "B": 0.00010403872147435322, + "S": 8.683869964443147e-05, + "I": 0.0020381181966513395, + "C": 9.655173926148564e-05, + "R": 4.753528264700435e-05, + "M": 0.0006629907875321805, + "O": 0.0003665880940388888, + "W": 3.9523871237179264e-05, + "N": 0.00021878350526094437, + "Y": 0.002745231846347451, + "U": 1.0803669283632189e-05, + "K": 3.10447794618085e-05, + "L": 5.729198164772242e-05, + "G": 0.0010568214347586036, + "F": 0.006661730352789164, + "E": 0.0011376445181667805, + "T": 0.0021789013408124447, + "P": 0.4391990005970001, + "-": 0.5432605743408203 + }, + "id": "tp_12672" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1584017, + "label": "-", + "classification": { + "B": 0.00021546507196035236, + "S": 0.00017011903400998563, + "I": 0.005902397911995649, + "C": 0.0006740932585671544, + "R": 0.00015226569666992873, + "M": 0.005278170108795166, + "O": 0.000764570024330169, + "W": 7.77599198045209e-05, + "N": 0.0006206479738466442, + "Y": 0.021560924127697945, + "U": 6.035860496922396e-05, + "K": 0.0006043979665264487, + "L": 0.000279599946225062, + "G": 0.013859842903912067, + "F": 0.03192133083939552, + "E": 0.016292372718453407, + "T": 0.010906703770160675, + "P": 0.1800992786884308, + "-": 0.7105596661567688 + }, + "id": "tp_12673" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1584151, + "label": "P", + "classification": { + "B": 2.0962939743185416e-05, + "S": 5.112973667564802e-05, + "I": 0.0018486997578293085, + "C": 4.854254439123906e-05, + "R": 2.0308447346906178e-05, + "M": 0.00019131795852445066, + "O": 0.00017641719023231417, + "W": 2.722455064940732e-05, + "N": 0.0003169065457768738, + "Y": 0.0007477005128748715, + "U": 7.880663360992912e-06, + "K": 9.487053466727957e-05, + "L": 2.3044967747409828e-05, + "G": 0.0009529145318083465, + "F": 0.019109614193439484, + "E": 0.002221298636868596, + "T": 0.001588916522450745, + "P": 0.5595905184745789, + "-": 0.41296160221099854 + }, + "id": "tp_12674" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1584251, + "label": "P", + "classification": { + "B": 1.2731562492263038e-05, + "S": 5.341167252481682e-06, + "I": 0.001188084133900702, + "C": 3.758276216103695e-05, + "R": 4.968009761796566e-06, + "M": 3.5671222576638684e-05, + "O": 2.9096125217620283e-05, + "W": 8.344731213583145e-06, + "N": 0.00014520992408506572, + "Y": 0.00017494942585472018, + "U": 6.281680271058576e-06, + "K": 3.6381468817126006e-05, + "L": 3.0335054361785296e-06, + "G": 0.00016291861538775265, + "F": 0.001928019686602056, + "E": 0.0016535785980522633, + "T": 0.0002026395231951028, + "P": 0.8083507418632507, + "-": 0.18601438403129578 + }, + "id": "tp_12675" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1584384, + "label": "-", + "classification": { + "B": 0.000137103081215173, + "S": 0.0009858434787020087, + "I": 0.03874824196100235, + "C": 0.0024622371420264244, + "R": 0.0008210685919038951, + "M": 0.0074324654415249825, + "O": 0.004117246717214584, + "W": 0.0006878504063934088, + "N": 0.0058098407462239265, + "Y": 0.348518431186676, + "U": 4.440060365595855e-05, + "K": 0.008200153708457947, + "L": 0.00020073208725079894, + "G": 0.04539506882429123, + "F": 0.02371266856789589, + "E": 0.013221951201558113, + "T": 0.07570618391036987, + "P": 0.0392276868224144, + "-": 0.3845708966255188 + }, + "id": "tp_12676" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1584518, + "label": "-", + "classification": { + "B": 0.000671124376822263, + "S": 5.7832719903672114e-05, + "I": 0.00035609747283160686, + "C": 0.0008657766738906503, + "R": 0.0004182193079032004, + "M": 0.0011084350990131497, + "O": 0.0013738847337663174, + "W": 0.00010922577348537743, + "N": 2.4532326278858818e-05, + "Y": 0.00739358551800251, + "U": 2.8149044737801887e-05, + "K": 4.262983566150069e-05, + "L": 0.000815730367321521, + "G": 0.009565036743879318, + "F": 0.03436010703444481, + "E": 0.0004282160953152925, + "T": 0.0028685887809842825, + "P": 0.03527636080980301, + "-": 0.904236376285553 + }, + "id": "tp_12677" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1584651, + "label": "-", + "classification": { + "B": 0.00013524570385925472, + "S": 0.00012434845848474652, + "I": 0.0011187291238456964, + "C": 0.00013964749814476818, + "R": 5.879028685740195e-05, + "M": 0.0027166418731212616, + "O": 0.0004978636861778796, + "W": 5.952164428890683e-05, + "N": 0.00011886445281561464, + "Y": 0.010826691053807735, + "U": 1.3632211448566522e-05, + "K": 7.168692536652088e-05, + "L": 0.00014049252786207944, + "G": 0.002571955556049943, + "F": 0.03438468277454376, + "E": 0.0035507292486727238, + "T": 0.004431479144841433, + "P": 0.12080901116132736, + "-": 0.8182300329208374 + }, + "id": "tp_12678" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1584751, + "label": "-", + "classification": { + "B": 0.00714212516322732, + "S": 0.004902018699795008, + "I": 0.021351687610149384, + "C": 0.009451743215322495, + "R": 0.007815323770046234, + "M": 0.04493814706802368, + "O": 0.014005914330482483, + "W": 0.0027884829323738813, + "N": 0.003282515099272132, + "Y": 0.08494522422552109, + "U": 0.0009111447725445032, + "K": 0.0016124817775562406, + "L": 0.010356578975915909, + "G": 0.06700339168310165, + "F": 0.08043915033340454, + "E": 0.020372582599520683, + "T": 0.04949114844202995, + "P": 0.0849977508187294, + "-": 0.48419249057769775 + }, + "id": "tp_12679" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1584885, + "label": "-", + "classification": { + "B": 3.8910934563318733e-07, + "S": 1.6411996739407186e-06, + "I": 5.463754860102199e-05, + "C": 1.0379465038568014e-06, + "R": 1.5829670019229525e-07, + "M": 1.216517648572335e-05, + "O": 2.0239776858943515e-05, + "W": 5.299345957610058e-07, + "N": 9.059465810423717e-06, + "Y": 0.00011202679161215201, + "U": 2.1799658611598716e-07, + "K": 8.387785896957212e-07, + "L": 6.373974770212953e-07, + "G": 3.0023740691831335e-05, + "F": 0.00035157293314114213, + "E": 2.538239823479671e-05, + "T": 0.0009535044664517045, + "P": 0.17933289706707, + "-": 0.8190929889678955 + }, + "id": "tp_12680" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1585018, + "label": "-", + "classification": { + "B": 7.631994230905548e-05, + "S": 0.0001721773878671229, + "I": 0.014713522978127003, + "C": 0.00041644362499937415, + "R": 0.00016622278781142086, + "M": 0.005071909632533789, + "O": 0.0011429795995354652, + "W": 0.00018587789963930845, + "N": 0.001580956974066794, + "Y": 0.029348351061344147, + "U": 4.75089909741655e-05, + "K": 0.0014127554604783654, + "L": 0.0001221060228999704, + "G": 0.006400784477591515, + "F": 0.013294829986989498, + "E": 0.016203874722123146, + "T": 0.015174414962530136, + "P": 0.15750941634178162, + "-": 0.7369595170021057 + }, + "id": "tp_12681" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1585152, + "label": "-", + "classification": { + "B": 4.504455773712834e-06, + "S": 6.921301974216476e-06, + "I": 0.0008739859913475811, + "C": 0.00022155170154292136, + "R": 8.784138481132686e-05, + "M": 0.00046002029557712376, + "O": 0.0002138446579920128, + "W": 7.848571840440854e-06, + "N": 3.660670336103067e-05, + "Y": 0.005935585126280785, + "U": 6.675699296465609e-06, + "K": 1.0246117199130822e-05, + "L": 4.8486013838555664e-05, + "G": 0.0019629572052508593, + "F": 0.01025531254708767, + "E": 0.00024447179748676717, + "T": 0.003252398455515504, + "P": 0.05105658620595932, + "-": 0.9253141283988953 + }, + "id": "tp_12682" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1585252, + "label": "-", + "classification": { + "B": 0.0004063632513862103, + "S": 0.000159191811690107, + "I": 0.007468460127711296, + "C": 0.0024394772481173277, + "R": 0.0010565214324742556, + "M": 0.011430030688643456, + "O": 0.002349183661863208, + "W": 0.0002462737029418349, + "N": 0.0007010615081526339, + "Y": 0.02215564250946045, + "U": 0.00019664221326820552, + "K": 0.0002556263643782586, + "L": 0.001200638827867806, + "G": 0.015989404171705246, + "F": 0.01914534531533718, + "E": 0.008228044025599957, + "T": 0.01761305332183838, + "P": 0.15160974860191345, + "-": 0.7373493313789368 + }, + "id": "tp_12683" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1585385, + "label": "-", + "classification": { + "B": 2.7576447791943792e-06, + "S": 2.21155985968835e-07, + "I": 3.3553606044733897e-06, + "C": 1.5255761809385149e-06, + "R": 5.573653538704093e-07, + "M": 0.00010249386832583696, + "O": 2.1848692995263264e-05, + "W": 1.3616660510251677e-07, + "N": 2.6323993651544697e-08, + "Y": 0.00014415998884942383, + "U": 8.312444954583498e-09, + "K": 5.209616071866208e-10, + "L": 9.466471965424716e-06, + "G": 0.00012119580060243607, + "F": 0.0002603339671622962, + "E": 2.296052571182372e-06, + "T": 0.0001832464331528172, + "P": 0.0066573903895914555, + "-": 0.9924890995025635 + }, + "id": "tp_12684" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1585519, + "label": "-", + "classification": { + "B": 1.205268290505046e-05, + "S": 1.3852260053681675e-05, + "I": 0.0014800798380747437, + "C": 5.333058288670145e-05, + "R": 2.366020271438174e-05, + "M": 0.00042897960520349443, + "O": 0.00015415962843690068, + "W": 1.166729907708941e-05, + "N": 0.00016320310533046722, + "Y": 0.006217330694198608, + "U": 6.315476639429107e-06, + "K": 0.00014832415035925806, + "L": 1.4950935110391583e-05, + "G": 0.0016323463059961796, + "F": 0.008357664570212364, + "E": 0.0027460900600999594, + "T": 0.0025830611120909452, + "P": 0.30535125732421875, + "-": 0.6706017255783081 + }, + "id": "tp_12685" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1585652, + "label": "-", + "classification": { + "B": 5.063107550995483e-07, + "S": 1.1347178769938182e-06, + "I": 0.0003148153191432357, + "C": 2.818531356751919e-06, + "R": 8.331888352586247e-07, + "M": 6.792525527998805e-05, + "O": 2.118861630151514e-05, + "W": 5.567983976106916e-07, + "N": 1.474894907005364e-05, + "Y": 0.00064357795054093, + "U": 2.0062299199707923e-07, + "K": 6.887532890686998e-07, + "L": 1.216759301314596e-06, + "G": 7.658622780581936e-05, + "F": 0.0008236520807258785, + "E": 0.00013655693328473717, + "T": 0.000777596898842603, + "P": 0.2166658490896225, + "-": 0.7804494500160217 + }, + "id": "tp_12686" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1585752, + "label": "-", + "classification": { + "B": 5.096375389257446e-05, + "S": 9.500620217295364e-05, + "I": 0.01044958271086216, + "C": 0.0005296378512866795, + "R": 0.0002552035148255527, + "M": 0.0027836880180984735, + "O": 0.0007391604594886303, + "W": 8.702891500433907e-05, + "N": 0.0007935019675642252, + "Y": 0.03550346940755844, + "U": 4.836807420360856e-05, + "K": 0.00024310826847795397, + "L": 0.00010693321382859722, + "G": 0.005337264388799667, + "F": 0.008828463964164257, + "E": 0.002073108684271574, + "T": 0.023269938305020332, + "P": 0.182250514626503, + "-": 0.7265549898147583 + }, + "id": "tp_12687" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1585886, + "label": "-", + "classification": { + "B": 4.1665873529161956e-10, + "S": 3.179788099494374e-10, + "I": 2.6054760837723734e-07, + "C": 6.121704032580055e-09, + "R": 2.9611083030012253e-10, + "M": 2.879548510748009e-08, + "O": 1.8581692629027202e-08, + "W": 4.0175135440634335e-10, + "N": 1.0943842276844862e-08, + "Y": 6.0865877458127216e-06, + "U": 2.1269767891407554e-10, + "K": 2.2884181660742797e-08, + "L": 9.633042974410699e-11, + "G": 5.178214337320242e-07, + "F": 8.982736471807584e-05, + "E": 1.8573722400105908e-06, + "T": 1.612260803085519e-06, + "P": 0.27244919538497925, + "-": 0.7274504899978638 + }, + "id": "tp_12688" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1586019, + "label": "-", + "classification": { + "B": 1.781029510539156e-07, + "S": 3.431472919146472e-07, + "I": 2.5596149498596787e-05, + "C": 5.758356564911082e-06, + "R": 3.7521598983403237e-07, + "M": 8.546728167857509e-06, + "O": 4.35089486927609e-06, + "W": 2.503492453342915e-07, + "N": 2.3053764834912727e-06, + "Y": 0.0005400218069553375, + "U": 1.3899222039981396e-07, + "K": 7.250789167301264e-06, + "L": 3.7159549037824036e-07, + "G": 0.0001452467986382544, + "F": 0.014474195428192616, + "E": 0.00013578600191976875, + "T": 0.00012894859537482262, + "P": 0.12031809985637665, + "-": 0.8642022609710693 + }, + "id": "tp_12689" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1586153, + "label": "-", + "classification": { + "B": 9.707219987831195e-07, + "S": 2.417089035589015e-06, + "I": 0.0006519000162370503, + "C": 5.383177995099686e-05, + "R": 1.1963685210503172e-05, + "M": 6.338640378089622e-05, + "O": 2.246648546133656e-05, + "W": 3.628037575253984e-06, + "N": 4.16969160141889e-05, + "Y": 0.0019859683234244585, + "U": 2.2478111532109324e-06, + "K": 0.00020472158212214708, + "L": 1.2358487992969458e-06, + "G": 0.00023319857427850366, + "F": 0.00782543420791626, + "E": 0.0004934566095471382, + "T": 0.0003586537786759436, + "P": 0.21724386513233185, + "-": 0.770798921585083 + }, + "id": "tp_12690" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1586253, + "label": "-", + "classification": { + "B": 3.376102242214074e-08, + "S": 6.595843871082252e-08, + "I": 8.276995686173905e-06, + "C": 4.956745414119723e-08, + "R": 2.9118037758735227e-08, + "M": 6.549078989337431e-06, + "O": 1.3092537756165257e-06, + "W": 1.7508041239011618e-08, + "N": 2.1093377711167705e-07, + "Y": 0.0006101307808421552, + "U": 2.371164598002906e-09, + "K": 4.7043609896491034e-08, + "L": 2.6603350633536138e-08, + "G": 1.3205427421780769e-05, + "F": 0.0005023027188144624, + "E": 8.39487347548129e-06, + "T": 0.0002607287897262722, + "P": 0.0402291975915432, + "-": 0.9583595395088196 + }, + "id": "tp_12691" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1586386, + "label": "-", + "classification": { + "B": 4.144365811953321e-05, + "S": 4.119473305763677e-05, + "I": 0.002851079450920224, + "C": 0.0005661254981532693, + "R": 0.0001348121149931103, + "M": 0.0009695921326056123, + "O": 0.000493524014018476, + "W": 5.4822248785058036e-05, + "N": 0.0003336721274536103, + "Y": 0.005091226659715176, + "U": 5.711663834517822e-05, + "K": 8.660191087983549e-05, + "L": 0.0001249835768248886, + "G": 0.002688339678570628, + "F": 0.01570753939449787, + "E": 0.001609021332114935, + "T": 0.005321342032402754, + "P": 0.31246307492256165, + "-": 0.6513645052909851 + }, + "id": "tp_12692" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1586520, + "label": "-", + "classification": { + "B": 1.3447392120724544e-05, + "S": 8.298179920984694e-08, + "I": 0.0006385330925695598, + "C": 7.899372576503083e-05, + "R": 6.245929398573935e-06, + "M": 0.00012051366502419114, + "O": 2.039605715253856e-05, + "W": 2.9123893341420626e-07, + "N": 4.306135451770388e-06, + "Y": 0.0004083389649167657, + "U": 5.061150432084105e-07, + "K": 1.728782450527433e-08, + "L": 1.0359458428865764e-05, + "G": 0.0004938829224556684, + "F": 0.00014171097427606583, + "E": 0.0001329611986875534, + "T": 0.00040243231342174113, + "P": 0.293580025434494, + "-": 0.7039469480514526 + }, + "id": "tp_12693" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1586653, + "label": "-", + "classification": { + "B": 4.424894359544851e-05, + "S": 3.857044066535309e-05, + "I": 0.0009792816126719117, + "C": 0.0015263622626662254, + "R": 0.00044836552115157247, + "M": 0.0050040739588439465, + "O": 0.000878693419508636, + "W": 3.171154094161466e-05, + "N": 6.73502727295272e-05, + "Y": 0.02588624134659767, + "U": 2.6150011763093062e-05, + "K": 4.384078783914447e-05, + "L": 0.0006603688816539943, + "G": 0.013812672346830368, + "F": 0.030271092429757118, + "E": 0.0007759997970424592, + "T": 0.011935640126466751, + "P": 0.039154719561338425, + "-": 0.868414580821991 + }, + "id": "tp_12694" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1586753, + "label": "-", + "classification": { + "B": 2.73527366516646e-05, + "S": 4.5102951844455674e-06, + "I": 0.004942864179611206, + "C": 0.0008392829913645983, + "R": 0.00015109399100765586, + "M": 0.00046452623791992664, + "O": 0.00010764280887087807, + "W": 1.0072418263007421e-05, + "N": 0.00016624857380520552, + "Y": 0.0066672442480921745, + "U": 1.4968365576351061e-05, + "K": 4.4385473302099854e-05, + "L": 2.7268844860373065e-05, + "G": 0.002984286518767476, + "F": 0.005103185772895813, + "E": 0.004295881371945143, + "T": 0.001825314830057323, + "P": 0.34379276633262634, + "-": 0.6285310387611389 + }, + "id": "tp_12695" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1586887, + "label": "-", + "classification": { + "B": 1.091264402930392e-05, + "S": 2.1643785657943226e-05, + "I": 0.010236416943371296, + "C": 0.0008905255817808211, + "R": 0.0003784970031119883, + "M": 0.0019867063965648413, + "O": 0.0005644520279020071, + "W": 5.1295886805746704e-05, + "N": 0.0004597912193275988, + "Y": 0.03178192302584648, + "U": 3.408840348129161e-05, + "K": 0.00015103985788300633, + "L": 9.393055370310321e-05, + "G": 0.004720598924905062, + "F": 0.004440150689333677, + "E": 0.002388283610343933, + "T": 0.016231730580329895, + "P": 0.10206753760576248, + "-": 0.8234905004501343 + }, + "id": "tp_12696" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1587020, + "label": "P", + "classification": { + "B": 3.0262905056588352e-05, + "S": 5.441959001473151e-05, + "I": 0.010901134461164474, + "C": 0.0005176030099391937, + "R": 0.00012068402429576963, + "M": 0.0006628348492085934, + "O": 0.0003301582473795861, + "W": 7.783494947943836e-05, + "N": 0.0023120685946196318, + "Y": 0.023915274068713188, + "U": 2.313470031367615e-05, + "K": 0.0026029678992927074, + "L": 2.0004084944957867e-05, + "G": 0.004612038377672434, + "F": 0.016893450170755386, + "E": 0.021862197667360306, + "T": 0.005600334145128727, + "P": 0.5066508054733276, + "-": 0.40281280875205994 + }, + "id": "tp_12697" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1587154, + "label": "-", + "classification": { + "B": 0.00045708994730375707, + "S": 0.00016395868442486972, + "I": 0.007671182509511709, + "C": 0.003917895723134279, + "R": 0.001020338386297226, + "M": 0.007249248679727316, + "O": 0.0016957316547632217, + "W": 0.0001578202936798334, + "N": 0.0007076745969243348, + "Y": 0.03188838064670563, + "U": 0.0001785866916179657, + "K": 0.00012094006524421275, + "L": 0.0011678586015477777, + "G": 0.016268838196992874, + "F": 0.01393651869148016, + "E": 0.005196468438953161, + "T": 0.020341837778687477, + "P": 0.15119561553001404, + "-": 0.7366639375686646 + }, + "id": "tp_12698" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1587254, + "label": "-", + "classification": { + "B": 3.0244415029301308e-05, + "S": 2.8561894396261778e-06, + "I": 6.615697202505544e-05, + "C": 6.280616071308032e-05, + "R": 1.1853330761368852e-05, + "M": 0.00023010966833680868, + "O": 8.703205094207078e-05, + "W": 3.32228069055418e-06, + "N": 3.2697691949579166e-06, + "Y": 0.0011906790314242244, + "U": 7.149270118134154e-07, + "K": 5.248856496109511e-07, + "L": 2.676186886674259e-05, + "G": 0.0008894794736988842, + "F": 0.004584218375384808, + "E": 0.00012543928460218012, + "T": 0.0006312167388387024, + "P": 0.06903759390115738, + "-": 0.9230156540870667 + }, + "id": "tp_12699" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1587387, + "label": "-", + "classification": { + "B": 8.358005487707487e-08, + "S": 2.565412842159276e-07, + "I": 1.8771952454699203e-05, + "C": 2.63764150076895e-06, + "R": 6.097659479564754e-07, + "M": 2.5510529667371884e-05, + "O": 6.847435543022584e-06, + "W": 1.8578127480850526e-07, + "N": 1.1136994544358458e-06, + "Y": 0.0006109546520747244, + "U": 7.761920528537303e-08, + "K": 1.7088674439946772e-06, + "L": 4.1329556665914424e-07, + "G": 4.6411605580942705e-05, + "F": 0.004849920514971018, + "E": 3.2534222555113956e-05, + "T": 0.000316047080559656, + "P": 0.044279322028160095, + "-": 0.9498065710067749 + }, + "id": "tp_12700" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1587521, + "label": "-", + "classification": { + "B": 1.1342978723405395e-05, + "S": 3.726419527083635e-05, + "I": 0.0023720902390778065, + "C": 0.0005150313954800367, + "R": 0.00018221154459752142, + "M": 0.0003370778576936573, + "O": 0.00026924547273665667, + "W": 5.4443338740384206e-05, + "N": 0.0003346785088069737, + "Y": 0.010917335748672485, + "U": 3.684003240778111e-05, + "K": 0.000772477884311229, + "L": 1.8791191905620508e-05, + "G": 0.0011698005255311728, + "F": 0.011702279560267925, + "E": 0.0008121663704514503, + "T": 0.004223664291203022, + "P": 0.11591453105211258, + "-": 0.8503187894821167 + }, + "id": "tp_12701" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1587654, + "label": "-", + "classification": { + "B": 0.00012317199434619397, + "S": 7.2552679739601444e-06, + "I": 0.0011980216950178146, + "C": 3.923878102796152e-05, + "R": 1.1166895092173945e-05, + "M": 0.00018281894153915346, + "O": 0.000255449500400573, + "W": 1.470088136557024e-05, + "N": 5.984443851048127e-05, + "Y": 0.0003240660880692303, + "U": 2.5554268177074846e-06, + "K": 1.0261405805067625e-06, + "L": 3.8905323890503496e-05, + "G": 0.00046370967174880207, + "F": 0.0008063170243985951, + "E": 0.00036553628160618246, + "T": 0.0005300237680785358, + "P": 0.4488275647163391, + "-": 0.546748697757721 + }, + "id": "tp_12702" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1587754, + "label": "-", + "classification": { + "B": 0.0001006088059511967, + "S": 4.1994539060397074e-05, + "I": 0.0021157274022698402, + "C": 0.0009011383517645299, + "R": 0.00019157746282871813, + "M": 0.0008383847307413816, + "O": 0.00040427432395517826, + "W": 4.1099741793004796e-05, + "N": 0.00023053644690662622, + "Y": 0.004765933379530907, + "U": 4.173013076069765e-05, + "K": 0.0003364509029779583, + "L": 7.490749703720212e-05, + "G": 0.0031242624390870333, + "F": 0.017535973340272903, + "E": 0.0024877882096916437, + "T": 0.0022570015862584114, + "P": 0.20635627210140228, + "-": 0.7581543326377869 + }, + "id": "tp_12703" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1587888, + "label": "-", + "classification": { + "B": 3.6156919236418616e-07, + "S": 2.0041808568294073e-07, + "I": 0.00014967731840442866, + "C": 2.947124266938772e-05, + "R": 7.33359411242418e-06, + "M": 5.034922287450172e-05, + "O": 1.625822187634185e-05, + "W": 6.115849942034401e-07, + "N": 2.5291201382060535e-06, + "Y": 0.0007900301716290414, + "U": 4.974569947080454e-07, + "K": 1.3305688639775326e-07, + "L": 2.6384225293440977e-06, + "G": 7.3857961979229e-05, + "F": 0.0002389918954577297, + "E": 1.2020849680993706e-05, + "T": 0.0008901242399588227, + "P": 0.05828521400690079, + "-": 0.9394497275352478 + }, + "id": "tp_12704" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1588021, + "label": "P", + "classification": { + "B": 1.9178200091118924e-05, + "S": 9.769764437805861e-05, + "I": 0.009313102811574936, + "C": 6.112196842877893e-06, + "R": 5.007400432077702e-06, + "M": 0.0001446661917725578, + "O": 0.00014468590961769223, + "W": 1.4645879673480522e-05, + "N": 0.0007546735578216612, + "Y": 0.0008553562802262604, + "U": 5.092130095363245e-07, + "K": 9.896033589029685e-06, + "L": 4.206419816910056e-06, + "G": 0.00016845548816490918, + "F": 0.0011088683968409896, + "E": 0.0004281722940504551, + "T": 0.0011532969074323773, + "P": 0.8351982235908508, + "-": 0.15057335793972015 + }, + "id": "tp_12705" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1588155, + "label": "-", + "classification": { + "B": 0.00015321698447223753, + "S": 0.0002993609814438969, + "I": 0.010564872063696384, + "C": 0.0004658608522731811, + "R": 8.281152986455709e-05, + "M": 0.0023269997909665108, + "O": 0.0003879816213157028, + "W": 0.0001036930552800186, + "N": 0.0016320552676916122, + "Y": 0.018310969695448875, + "U": 3.5933095205109566e-05, + "K": 0.0010094000026583672, + "L": 7.836162694729865e-05, + "G": 0.0067813522182404995, + "F": 0.02852807193994522, + "E": 0.025613507255911827, + "T": 0.0099522415548563, + "P": 0.4458239674568176, + "-": 0.4478493928909302 + }, + "id": "tp_12706" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1588255, + "label": "-", + "classification": { + "B": 0.000367776898201555, + "S": 2.1420273697003722e-05, + "I": 0.0012555689318105578, + "C": 0.00011974519293289632, + "R": 4.4971944589633495e-05, + "M": 0.0005413187318481505, + "O": 0.000388088432373479, + "W": 2.2771686417399906e-05, + "N": 6.580633635167032e-05, + "Y": 0.0024860929697752, + "U": 9.89651834970573e-06, + "K": 4.7105008889047895e-06, + "L": 0.00014738198660779744, + "G": 0.0024347128346562386, + "F": 0.002927749650552869, + "E": 0.0008355987374670804, + "T": 0.0017788871191442013, + "P": 0.3228652775287628, + "-": 0.6636821627616882 + }, + "id": "tp_12707" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1588388, + "label": "-", + "classification": { + "B": 0.0008933658245950937, + "S": 0.00010346442286390811, + "I": 0.005264139734208584, + "C": 0.0004083053208887577, + "R": 0.0001102706664823927, + "M": 0.001195341581478715, + "O": 0.001112762140110135, + "W": 0.00011174780956935138, + "N": 0.00028247307636775076, + "Y": 0.0037537086755037308, + "U": 2.485685945430305e-05, + "K": 6.141729500086512e-06, + "L": 0.00039479881525039673, + "G": 0.0023791256826370955, + "F": 0.0024745541159063578, + "E": 0.0015052412636578083, + "T": 0.0030165566131472588, + "P": 0.3359295725822449, + "-": 0.6410335898399353 + }, + "id": "tp_12708" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1588522, + "label": "-", + "classification": { + "B": 1.4141030533210142e-06, + "S": 2.538524995543412e-06, + "I": 0.000345047825248912, + "C": 0.00010076488251797855, + "R": 1.2094074918422848e-05, + "M": 0.00023905800480861217, + "O": 4.456076567294076e-05, + "W": 1.7449057168050786e-06, + "N": 3.199543061782606e-05, + "Y": 0.0021315605845302343, + "U": 1.6499336652486818e-06, + "K": 1.2719319784082472e-05, + "L": 4.9855857469083276e-06, + "G": 0.0005193787510506809, + "F": 0.006110012531280518, + "E": 0.0007351156673394144, + "T": 0.0007740643341094255, + "P": 0.1544671207666397, + "-": 0.8344641923904419 + }, + "id": "tp_12709" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1588655, + "label": "-", + "classification": { + "B": 4.758514478453435e-06, + "S": 1.2160862752352841e-06, + "I": 0.0018916742410510778, + "C": 0.00010236616799375042, + "R": 1.2267450074432418e-05, + "M": 0.00012584339128807187, + "O": 2.666169348231051e-05, + "W": 1.9442456959950505e-06, + "N": 9.266339475288987e-05, + "Y": 0.0012850777711719275, + "U": 6.251603736018296e-06, + "K": 0.0001191052288049832, + "L": 4.440519205672899e-06, + "G": 0.001018053968437016, + "F": 0.005787860136479139, + "E": 0.003977499902248383, + "T": 0.0005443638074211776, + "P": 0.38287031650543213, + "-": 0.6021276116371155 + }, + "id": "tp_12710" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1588755, + "label": "-", + "classification": { + "B": 7.289908808161272e-06, + "S": 2.5925683075911365e-06, + "I": 0.0005215212004259229, + "C": 7.812421245034784e-05, + "R": 3.0475826861220412e-05, + "M": 0.00013655271322932094, + "O": 7.050453132251278e-05, + "W": 5.6052526815619785e-06, + "N": 1.889122540887911e-05, + "Y": 0.0020227080676704645, + "U": 4.321109372540377e-06, + "K": 6.231453880900517e-06, + "L": 2.6785270165419206e-05, + "G": 0.0009691930026747286, + "F": 0.006584882270544767, + "E": 0.00021840882254764438, + "T": 0.0015131261898204684, + "P": 0.17391346395015717, + "-": 0.813869297504425 + }, + "id": "tp_12711" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1588889, + "label": "P", + "classification": { + "B": 3.9887063394417055e-06, + "S": 1.2518511027792556e-07, + "I": 0.0009635898750275373, + "C": 7.662640564376488e-05, + "R": 6.218929684109753e-06, + "M": 7.35311841708608e-05, + "O": 9.516309546597768e-06, + "W": 4.254517875779129e-07, + "N": 1.551477544126101e-05, + "Y": 0.0004390566027723253, + "U": 1.287347231482272e-06, + "K": 6.424216962841456e-07, + "L": 2.967353566418751e-06, + "G": 0.000353662675479427, + "F": 0.0003539857571013272, + "E": 0.0004929734859615564, + "T": 0.00029848486883565784, + "P": 0.5385889410972595, + "-": 0.45831844210624695 + }, + "id": "tp_12712" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1589022, + "label": "-", + "classification": { + "B": 5.119073648529593e-06, + "S": 6.797284299864259e-07, + "I": 0.00030074044479988515, + "C": 2.441679680487141e-05, + "R": 6.712256436003372e-06, + "M": 8.285879448521882e-05, + "O": 4.244972296874039e-05, + "W": 2.462448492224212e-06, + "N": 1.0846684745047241e-05, + "Y": 0.0008969306945800781, + "U": 1.3963758647150826e-06, + "K": 1.0352094932386535e-06, + "L": 5.9689800764317624e-06, + "G": 0.0002453112683724612, + "F": 0.0009965944336727262, + "E": 0.00015577921294607222, + "T": 0.0006444915779866278, + "P": 0.1559055745601654, + "-": 0.8406705856323242 + }, + "id": "tp_12713" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1589156, + "label": "-", + "classification": { + "B": 0.001523618120700121, + "S": 0.0004242397262714803, + "I": 0.002520754700526595, + "C": 0.0019187993602827191, + "R": 0.0006726924329996109, + "M": 0.009186893701553345, + "O": 0.003035886213183403, + "W": 0.00023901545500848442, + "N": 0.0002560442080721259, + "Y": 0.015852943062782288, + "U": 9.014333045342937e-05, + "K": 8.228820661315694e-05, + "L": 0.0025418312288820744, + "G": 0.021310485899448395, + "F": 0.03485708683729172, + "E": 0.00325955031439662, + "T": 0.012016836553812027, + "P": 0.08486385643482208, + "-": 0.8053470849990845 + }, + "id": "tp_12714" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1589256, + "label": "-", + "classification": { + "B": 0.00034930044785141945, + "S": 0.0001868073595687747, + "I": 0.021639641374349594, + "C": 0.0023313460405915976, + "R": 0.000850814045406878, + "M": 0.006383466999977827, + "O": 0.001618974027223885, + "W": 0.00018609965627547354, + "N": 0.001724306377582252, + "Y": 0.02938707359135151, + "U": 0.00013122484961058944, + "K": 0.00013826203939970583, + "L": 0.0007649020408280194, + "G": 0.009694281034171581, + "F": 0.015273838303983212, + "E": 0.010217308066785336, + "T": 0.01831737533211708, + "P": 0.279217392206192, + "-": 0.6015875935554504 + }, + "id": "tp_12715" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1589389, + "label": "-", + "classification": { + "B": 5.145120667293668e-05, + "S": 2.8100221243221313e-05, + "I": 0.0050383880734443665, + "C": 0.0007286540931090713, + "R": 0.00011901327525265515, + "M": 0.001284597790800035, + "O": 0.0002582473971415311, + "W": 4.3340231059119105e-05, + "N": 0.00026294399867765605, + "Y": 0.0034782951697707176, + "U": 2.337898695259355e-05, + "K": 3.909806764568202e-05, + "L": 8.2392267358955e-05, + "G": 0.0012332109035924077, + "F": 0.008091980591416359, + "E": 0.006386478431522846, + "T": 0.0015480975853279233, + "P": 0.2872841954231262, + "-": 0.6840181350708008 + }, + "id": "tp_12716" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1589523, + "label": "-", + "classification": { + "B": 4.800837814400438e-06, + "S": 2.3371546831185697e-06, + "I": 0.000984676880761981, + "C": 8.128694025799632e-05, + "R": 3.056973946513608e-05, + "M": 0.0004264793242327869, + "O": 5.5500539019703865e-05, + "W": 2.247885277029127e-06, + "N": 2.7389760361984372e-05, + "Y": 0.007870390079915524, + "U": 2.601512051114696e-06, + "K": 8.551272003387567e-06, + "L": 1.3921445315645542e-05, + "G": 0.0017778313485905528, + "F": 0.007056745234876871, + "E": 0.0003905509365722537, + "T": 0.003731891280040145, + "P": 0.08349509537220001, + "-": 0.8940371870994568 + }, + "id": "tp_12717" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1589656, + "label": "-", + "classification": { + "B": 1.5201463611447252e-05, + "S": 5.6495482567697763e-05, + "I": 0.00031119640334509313, + "C": 0.00013461556227412075, + "R": 5.907573358854279e-05, + "M": 0.0007790605304762721, + "O": 0.00043903058394789696, + "W": 4.1319814044982195e-05, + "N": 2.4498134735040367e-05, + "Y": 0.002947313943877816, + "U": 7.145618837967049e-06, + "K": 2.600635343696922e-05, + "L": 8.460845128865913e-05, + "G": 0.0006099839811213315, + "F": 0.010410537011921406, + "E": 0.00028578046476468444, + "T": 0.00238605635240674, + "P": 0.02835467830300331, + "-": 0.9530273675918579 + }, + "id": "tp_12718" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1589756, + "label": "-", + "classification": { + "B": 7.795547389832791e-06, + "S": 1.6540076103410684e-05, + "I": 0.002271795878186822, + "C": 0.00010861826740438119, + "R": 2.7259000489721075e-05, + "M": 0.0005408822325989604, + "O": 0.00020091391343157738, + "W": 1.7049203961505555e-05, + "N": 0.0003893952234648168, + "Y": 0.004224780481308699, + "U": 8.058851562964264e-06, + "K": 0.0004979016375727952, + "L": 6.790344286855543e-06, + "G": 0.0009923160541802645, + "F": 0.006062653381377459, + "E": 0.003645676886662841, + "T": 0.0015942640602588654, + "P": 0.2526552677154541, + "-": 0.726732075214386 + }, + "id": "tp_12719" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1589890, + "label": "-", + "classification": { + "B": 4.4560678702509904e-08, + "S": 2.935053942110244e-07, + "I": 1.2537449947558343e-05, + "C": 6.32085004781402e-07, + "R": 1.169228553976609e-07, + "M": 7.047475264698733e-06, + "O": 4.606929451256292e-06, + "W": 2.4943994958448457e-07, + "N": 1.8999343183168094e-06, + "Y": 0.0006894536199979484, + "U": 4.9490786580008717e-08, + "K": 1.8908214769908227e-05, + "L": 7.782816879853272e-08, + "G": 5.9263209550408646e-05, + "F": 0.007401027251034975, + "E": 0.00010455626033945009, + "T": 0.0001326011260971427, + "P": 0.0739741101861, + "-": 0.9175925254821777 + }, + "id": "tp_12720" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1590023, + "label": "-", + "classification": { + "B": 2.487402639417269e-07, + "S": 3.3321889247872605e-08, + "I": 9.057090937858447e-05, + "C": 1.1866021623063716e-06, + "R": 2.4136016918419045e-07, + "M": 5.381238679547096e-06, + "O": 3.0222565783333266e-06, + "W": 6.480564707089798e-08, + "N": 1.987573114092811e-06, + "Y": 0.0001310222432948649, + "U": 6.01661085397609e-08, + "K": 8.843448284778788e-08, + "L": 2.0723533111777215e-07, + "G": 2.557956031523645e-05, + "F": 0.00011259761959081516, + "E": 3.291969187557697e-05, + "T": 0.00014627422206103802, + "P": 0.3456239104270935, + "-": 0.6538246273994446 + }, + "id": "tp_12721" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1590157, + "label": "-", + "classification": { + "B": 3.2477146305609494e-05, + "S": 2.3156291717896238e-05, + "I": 0.0011108291801065207, + "C": 0.00045387179125100374, + "R": 0.00010875551379285753, + "M": 0.0015218271873891354, + "O": 0.0004413062415551394, + "W": 2.4940331059042364e-05, + "N": 9.819715342018753e-05, + "Y": 0.011346140876412392, + "U": 1.845173756009899e-05, + "K": 6.359766121022403e-05, + "L": 8.096588862827048e-05, + "G": 0.004198772832751274, + "F": 0.007703651674091816, + "E": 0.0016636730870231986, + "T": 0.004784236662089825, + "P": 0.07569260895252228, + "-": 0.8906325697898865 + }, + "id": "tp_12722" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1590257, + "label": "-", + "classification": { + "B": 1.868440449470654e-05, + "S": 3.126883166260086e-05, + "I": 0.018089404329657555, + "C": 0.0010813003173097968, + "R": 5.3255043894751e-05, + "M": 0.0003938127192668617, + "O": 0.00014971799100749195, + "W": 3.3142201573355123e-05, + "N": 0.0020492360927164555, + "Y": 0.04431219771504402, + "U": 5.781251729786163e-06, + "K": 0.004590760450810194, + "L": 8.163172424247023e-06, + "G": 0.00788226630538702, + "F": 0.025566915050148964, + "E": 0.06010207161307335, + "T": 0.0031061926856637, + "P": 0.37608852982521057, + "-": 0.456437349319458 + }, + "id": "tp_12723" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1590390, + "label": "-", + "classification": { + "B": 4.233108484186232e-06, + "S": 5.500098268385045e-06, + "I": 0.0003647230041678995, + "C": 3.8061316445237026e-06, + "R": 3.1475256037083454e-06, + "M": 0.00041355693247169256, + "O": 0.00010080783249577507, + "W": 1.9898961909348145e-06, + "N": 6.414825293177273e-06, + "Y": 0.003770991927012801, + "U": 1.109393394926883e-07, + "K": 3.348943948822125e-07, + "L": 6.5837039073812775e-06, + "G": 0.0004616758960764855, + "F": 0.0006879331194795668, + "E": 4.2790121369762346e-05, + "T": 0.00554956030100584, + "P": 0.03668510541319847, + "-": 0.9518907070159912 + }, + "id": "tp_12724" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1590524, + "label": "-", + "classification": { + "B": 3.0855404475005344e-05, + "S": 3.0816263461019844e-05, + "I": 0.0003046457713935524, + "C": 5.521977800526656e-05, + "R": 9.881947335088626e-06, + "M": 0.000319266808219254, + "O": 0.00016553924069739878, + "W": 1.6661742847645655e-05, + "N": 5.073446300229989e-05, + "Y": 0.0029761777259409428, + "U": 5.881639026483754e-06, + "K": 6.417015538318083e-05, + "L": 2.411651257716585e-05, + "G": 0.0011818974744528532, + "F": 0.026796415448188782, + "E": 0.0010750113287940621, + "T": 0.0012250388972461224, + "P": 0.1644434779882431, + "-": 0.8012241721153259 + }, + "id": "tp_12725" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1590657, + "label": "-", + "classification": { + "B": 7.034998930066649e-07, + "S": 4.598450686899014e-06, + "I": 0.00017339129408355802, + "C": 1.4022591130924411e-05, + "R": 4.275718765711645e-06, + "M": 0.000522746704518795, + "O": 5.731940109399147e-05, + "W": 2.323626176803373e-06, + "N": 1.1642899153230246e-05, + "Y": 0.004257242660969496, + "U": 3.0551950658264104e-07, + "K": 4.991885361960158e-06, + "L": 3.274164100730559e-06, + "G": 0.0002759735216386616, + "F": 0.002018081722781062, + "E": 0.00011891770554939285, + "T": 0.005173805635422468, + "P": 0.038733359426259995, + "-": 0.9486229419708252 + }, + "id": "tp_12726" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1590757, + "label": "-", + "classification": { + "B": 1.0355620361224283e-06, + "S": 2.393754527929559e-07, + "I": 0.0006516590365208685, + "C": 7.253202966239769e-06, + "R": 1.648654915697989e-06, + "M": 0.00027342530665919185, + "O": 1.806495856726542e-05, + "W": 5.314637405717804e-07, + "N": 7.719257155258674e-06, + "Y": 0.008105535991489887, + "U": 1.5776579687099002e-07, + "K": 7.940039722598158e-06, + "L": 6.768105436094629e-07, + "G": 0.0006499658920802176, + "F": 0.00038937118370085955, + "E": 0.0004910991410724819, + "T": 0.0027882251888513565, + "P": 0.029207568615674973, + "-": 0.9573978781700134 + }, + "id": "tp_12727" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1590891, + "label": "-", + "classification": { + "B": 8.872033504303545e-06, + "S": 2.6196084945695475e-06, + "I": 0.003169562201946974, + "C": 0.0003302844415884465, + "R": 6.739141826983541e-05, + "M": 0.001220806734636426, + "O": 0.0001490413269493729, + "W": 5.5516698012070265e-06, + "N": 7.317453128052875e-05, + "Y": 0.02084283158183098, + "U": 3.6066230677533895e-06, + "K": 1.2474210052459966e-05, + "L": 2.2042377167963423e-05, + "G": 0.003153600264340639, + "F": 0.002981724916025996, + "E": 0.0012694332981482148, + "T": 0.0054695336148142815, + "P": 0.08959228545427322, + "-": 0.8716251254081726 + }, + "id": "tp_12728" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1591024, + "label": "-", + "classification": { + "B": 4.11884393543005e-05, + "S": 0.00037288363091647625, + "I": 0.02146405167877674, + "C": 0.0005452147452160716, + "R": 0.0003412143269088119, + "M": 0.0008668944938108325, + "O": 0.0008451694156974554, + "W": 0.00023297448933590204, + "N": 0.003669549012556672, + "Y": 0.03842952847480774, + "U": 2.175063855247572e-05, + "K": 0.003354949876666069, + "L": 3.4248656447744e-05, + "G": 0.004880719818174839, + "F": 0.03280114009976387, + "E": 0.005262111779302359, + "T": 0.011025631800293922, + "P": 0.4268113374710083, + "-": 0.4489994943141937 + }, + "id": "tp_12729" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1591158, + "label": "-", + "classification": { + "B": 6.539978494402021e-05, + "S": 0.00011453439219621941, + "I": 0.00257438444532454, + "C": 0.0002534700615797192, + "R": 0.00012699583021458238, + "M": 0.0033046025782823563, + "O": 0.0008766656974330544, + "W": 8.256087312474847e-05, + "N": 0.0002352546143811196, + "Y": 0.026359887793660164, + "U": 2.7869413315784186e-05, + "K": 0.00010670485789887607, + "L": 0.00015449665079358965, + "G": 0.0035350206308066845, + "F": 0.012005683034658432, + "E": 0.0015577299054712057, + "T": 0.014602947048842907, + "P": 0.0972398892045021, + "-": 0.836776077747345 + }, + "id": "tp_12730" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1591258, + "label": "P", + "classification": { + "B": 1.6627716831862926e-05, + "S": 3.6457063288253266e-06, + "I": 0.0020432069431990385, + "C": 8.693576819496229e-05, + "R": 1.0925770766334608e-05, + "M": 0.00012302998220548034, + "O": 3.291368193458766e-05, + "W": 4.263356004230445e-06, + "N": 0.0001251860667252913, + "Y": 0.0006642352091148496, + "U": 4.117022399441339e-06, + "K": 2.379000034125056e-05, + "L": 5.095930646348279e-06, + "G": 0.0005293512949720025, + "F": 0.0025152808520942926, + "E": 0.0018898952985182405, + "T": 0.0004806796496268362, + "P": 0.7034662961959839, + "-": 0.2879745066165924 + }, + "id": "tp_12731" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1591391, + "label": "-", + "classification": { + "B": 2.1844695652362134e-07, + "S": 6.102025906784547e-08, + "I": 1.569348751218058e-05, + "C": 2.0586659843502275e-07, + "R": 2.6734358726798746e-08, + "M": 5.133734248374822e-06, + "O": 1.8997117194885504e-06, + "W": 4.622050298053182e-08, + "N": 4.861594788962975e-07, + "Y": 3.688245851662941e-05, + "U": 7.8842781192634e-09, + "K": 5.0559599173993774e-08, + "L": 7.092204157288506e-08, + "G": 9.591261004970875e-06, + "F": 0.0010121226077899337, + "E": 3.8938222132856026e-05, + "T": 2.4433446014882065e-05, + "P": 0.28500452637672424, + "-": 0.7138494849205017 + }, + "id": "tp_12732" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1591525, + "label": "P", + "classification": { + "B": 1.0498515479184789e-07, + "S": 2.361923812088662e-08, + "I": 0.0007882272475399077, + "C": 1.2701000741799362e-05, + "R": 7.086495088515221e-07, + "M": 1.0349975127610378e-05, + "O": 1.8224418454337865e-06, + "W": 4.2203616601454996e-08, + "N": 7.95987853052793e-06, + "Y": 0.0001956810156116262, + "U": 1.0158823471329015e-07, + "K": 5.9079951597595937e-08, + "L": 2.723344039168296e-07, + "G": 2.4349144950974733e-05, + "F": 0.00013363236212171614, + "E": 8.6055530118756e-05, + "T": 6.751838373020291e-05, + "P": 0.568166196346283, + "-": 0.4305042624473572 + }, + "id": "tp_12733" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1591658, + "label": "-", + "classification": { + "B": 6.294599734246731e-05, + "S": 0.00015106110367923975, + "I": 0.000984900281764567, + "C": 0.0020685375202447176, + "R": 0.00038631074130535126, + "M": 0.005171415861696005, + "O": 0.001045466517098248, + "W": 7.147151336539537e-05, + "N": 0.00015020564023870975, + "Y": 0.019883962348103523, + "U": 3.6227185773896053e-05, + "K": 0.0004215110675431788, + "L": 0.000413924572058022, + "G": 0.011221985332667828, + "F": 0.06220880523324013, + "E": 0.0019996347837150097, + "T": 0.009560052305459976, + "P": 0.0412113331258297, + "-": 0.8429502844810486 + }, + "id": "tp_12734" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1591758, + "label": "-", + "classification": { + "B": 0.0009034342947416008, + "S": 0.0014105289010331035, + "I": 0.016873132437467575, + "C": 0.021997978910803795, + "R": 0.005637662019580603, + "M": 0.008417912758886814, + "O": 0.008470026776194572, + "W": 0.0016164807602763176, + "N": 0.004495259374380112, + "Y": 0.25576892495155334, + "U": 0.00022166779672261328, + "K": 0.008351201191544533, + "L": 0.0024084793403744698, + "G": 0.11341322213411331, + "F": 0.112618088722229, + "E": 0.020400771871209145, + "T": 0.03753158450126648, + "P": 0.062211938202381134, + "-": 0.3172517716884613 + }, + "id": "tp_12735" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1591892, + "label": "-", + "classification": { + "B": 8.408951543970034e-06, + "S": 3.291306711616926e-06, + "I": 0.0004901326028630137, + "C": 2.267087074869778e-05, + "R": 1.0737390766735189e-05, + "M": 0.0007244143052957952, + "O": 9.312722249887884e-05, + "W": 2.8075839964003535e-06, + "N": 1.3090022548567504e-05, + "Y": 0.006489852908998728, + "U": 7.771666901135177e-07, + "K": 3.32133413394331e-06, + "L": 1.868960498541128e-05, + "G": 0.0014620603760704398, + "F": 0.003968372475355864, + "E": 0.00047036571777425706, + "T": 0.002443895908072591, + "P": 0.0622357614338398, + "-": 0.9215381741523743 + }, + "id": "tp_12736" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1592025, + "label": "-", + "classification": { + "B": 9.188659646497399e-07, + "S": 8.611169164396415e-07, + "I": 0.00022731050557922572, + "C": 1.0902935173362494e-05, + "R": 1.965520596058923e-06, + "M": 6.949484668439254e-05, + "O": 1.4327319149742834e-05, + "W": 9.950927051249892e-07, + "N": 9.093043445318472e-06, + "Y": 0.0012763196136802435, + "U": 6.231693987501785e-07, + "K": 1.724914909573272e-05, + "L": 1.4241925327951321e-06, + "G": 0.0002585136389825493, + "F": 0.003279587719589472, + "E": 0.0004778568400070071, + "T": 0.00033313463791273534, + "P": 0.10524473339319229, + "-": 0.8887747526168823 + }, + "id": "tp_12737" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1592125, + "label": "-", + "classification": { + "B": 7.410030229948461e-05, + "S": 0.0002522641443647444, + "I": 0.020200422033667564, + "C": 0.0010014594299718738, + "R": 0.0003003565070684999, + "M": 0.0033514921087771654, + "O": 0.0012186092790216208, + "W": 0.00021935856784693897, + "N": 0.003423582296818495, + "Y": 0.03271742910146713, + "U": 4.962992898072116e-05, + "K": 0.0038686422631144524, + "L": 0.00010161485261050984, + "G": 0.009127454832196236, + "F": 0.040397971868515015, + "E": 0.018072959035634995, + "T": 0.013413415290415287, + "P": 0.27795323729515076, + "-": 0.5742560029029846 + }, + "id": "tp_12738" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1592259, + "label": "P", + "classification": { + "B": 0.0002168537030229345, + "S": 3.6560086300596595e-05, + "I": 0.0038270459044724703, + "C": 0.00011579049896681681, + "R": 2.6710767997428775e-05, + "M": 0.0005179587751626968, + "O": 0.00032016198383644223, + "W": 2.1695639588870108e-05, + "N": 0.00019774906104430556, + "Y": 0.0008514791843481362, + "U": 8.331217031809501e-06, + "K": 6.07546155606542e-07, + "L": 9.576098818797618e-05, + "G": 0.0007109535508789122, + "F": 0.0005543326260522008, + "E": 0.000727321021258831, + "T": 0.0016588683938607574, + "P": 0.7057109475135803, + "-": 0.2844008505344391 + }, + "id": "tp_12739" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1592392, + "label": "-", + "classification": { + "B": 4.6534442077472704e-08, + "S": 2.14454320968116e-08, + "I": 2.5401868697372265e-05, + "C": 1.3516141734726261e-06, + "R": 2.5646011181379436e-07, + "M": 4.733636615128489e-06, + "O": 1.3876483535568696e-06, + "W": 2.4270377707580337e-08, + "N": 5.070642146165483e-07, + "Y": 0.00020167592447251081, + "U": 1.8051631300863846e-08, + "K": 1.3405582421910367e-07, + "L": 8.881105628688601e-08, + "G": 4.5204811613075435e-05, + "F": 0.000829419877845794, + "E": 1.7503543858765624e-05, + "T": 9.05656925169751e-05, + "P": 0.1470937877893448, + "-": 0.8516879081726074 + }, + "id": "tp_12740" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1592526, + "label": "P", + "classification": { + "B": 0.00021378183737397194, + "S": 1.0054326594399754e-05, + "I": 0.0007655876688659191, + "C": 2.6366678866907023e-05, + "R": 7.469917363778222e-06, + "M": 0.00021041426225565374, + "O": 0.000176058107172139, + "W": 8.546727258362807e-06, + "N": 5.3889478294877335e-05, + "Y": 0.0005287645035423338, + "U": 2.720944394241087e-06, + "K": 1.1238892057008343e-06, + "L": 3.5163804568583146e-05, + "G": 0.0007309570792131126, + "F": 0.001709303935058415, + "E": 0.0008448742446489632, + "T": 0.0008522363496012986, + "P": 0.5216248631477356, + "-": 0.4721978008747101 + }, + "id": "tp_12741" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1592626, + "label": "-", + "classification": { + "B": 1.7211092426805408e-06, + "S": 9.209205018123612e-06, + "I": 0.001562046818435192, + "C": 2.541477806516923e-05, + "R": 6.583141384908231e-06, + "M": 8.959576371125877e-05, + "O": 5.0315931730438024e-05, + "W": 5.582065568887629e-06, + "N": 0.0002108598273480311, + "Y": 0.004045388195663691, + "U": 1.5546078202532954e-06, + "K": 0.00026655662804841995, + "L": 1.4874318594593205e-06, + "G": 0.00037195481127128005, + "F": 0.007889083586633205, + "E": 0.0015733398031443357, + "T": 0.0011776569299399853, + "P": 0.3964044153690338, + "-": 0.5863072276115417 + }, + "id": "tp_12742" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1592759, + "label": "-", + "classification": { + "B": 0.0018759118393063545, + "S": 0.00017587402544450015, + "I": 0.00798722542822361, + "C": 0.0004308887291699648, + "R": 0.00020425475668162107, + "M": 0.002902415581047535, + "O": 0.0016004536300897598, + "W": 7.643063145224005e-05, + "N": 0.00015914964023977518, + "Y": 0.00604263273999095, + "U": 1.0085123903991189e-05, + "K": 4.07808443014801e-07, + "L": 0.0014116083038970828, + "G": 0.007058724761009216, + "F": 0.0032336574513465166, + "E": 0.0009730231831781566, + "T": 0.004700550809502602, + "P": 0.3163297474384308, + "-": 0.6448269486427307 + }, + "id": "tp_12743" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1592893, + "label": "-", + "classification": { + "B": 9.55992509261705e-05, + "S": 9.777266677701846e-05, + "I": 0.0011193417012691498, + "C": 0.00016298654372803867, + "R": 3.812643626588397e-05, + "M": 0.0015961818862706423, + "O": 0.0004564383707474917, + "W": 4.3731688492698595e-05, + "N": 0.00010949966963380575, + "Y": 0.002152014523744583, + "U": 8.135093594319187e-06, + "K": 1.9347795387147926e-05, + "L": 0.00013134571781847626, + "G": 0.0012821902055293322, + "F": 0.0316125713288784, + "E": 0.0024600964970886707, + "T": 0.0015662346268072724, + "P": 0.20981396734714508, + "-": 0.7472344636917114 + }, + "id": "tp_12744" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1593026, + "label": "-", + "classification": { + "B": 0.00021438320982269943, + "S": 5.144568785908632e-05, + "I": 0.004221691284328699, + "C": 0.0004926651017740369, + "R": 0.000114411988761276, + "M": 0.0010688022011891007, + "O": 0.0006070672534406185, + "W": 7.119736983440816e-05, + "N": 0.0003196744655724615, + "Y": 0.0033600032329559326, + "U": 3.585211743484251e-05, + "K": 2.4193879653466865e-05, + "L": 0.00020295330614317209, + "G": 0.0021706237457692623, + "F": 0.004647792782634497, + "E": 0.0023028766736388206, + "T": 0.002220924012362957, + "P": 0.3885623514652252, + "-": 0.5893110632896423 + }, + "id": "tp_12745" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1593126, + "label": "-", + "classification": { + "B": 7.331938832066953e-05, + "S": 9.743040573084727e-05, + "I": 0.0059197586961090565, + "C": 0.0001780542661435902, + "R": 4.823094786843285e-05, + "M": 0.0020609304774552584, + "O": 0.00039575202390551567, + "W": 2.2311902284855023e-05, + "N": 0.0004056780890095979, + "Y": 0.02924957685172558, + "U": 2.380714477112633e-06, + "K": 0.0002440146345179528, + "L": 6.152439891593531e-05, + "G": 0.024179531261324883, + "F": 0.05421019345521927, + "E": 0.012165010906755924, + "T": 0.008988152258098125, + "P": 0.24081429839134216, + "-": 0.6208837628364563 + }, + "id": "tp_12746" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1593260, + "label": "-", + "classification": { + "B": 7.544511754531413e-05, + "S": 2.3009954475128325e-06, + "I": 0.000845664762891829, + "C": 7.757018465781584e-05, + "R": 1.4686350368720014e-05, + "M": 0.0001717936247587204, + "O": 0.00011732973507605493, + "W": 5.313466317602433e-06, + "N": 2.8796299375244416e-05, + "Y": 0.0014967524912208319, + "U": 3.820589427050436e-06, + "K": 8.46382306463056e-07, + "L": 4.077550329384394e-05, + "G": 0.0012136570876464248, + "F": 0.001135168713517487, + "E": 0.00040268743759952486, + "T": 0.001261720317415893, + "P": 0.26677945256233215, + "-": 0.7263261675834656 + }, + "id": "tp_12747" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1593393, + "label": "-", + "classification": { + "B": 9.621171921025962e-05, + "S": 8.623046596767381e-05, + "I": 0.0018841743003576994, + "C": 0.0003017389390151948, + "R": 0.00011918623931705952, + "M": 0.006739018019288778, + "O": 0.0009058400173671544, + "W": 5.417450302047655e-05, + "N": 0.00011247056681895629, + "Y": 0.05190319940447807, + "U": 1.4714160897710826e-05, + "K": 0.0001793909614207223, + "L": 0.00025865083443932235, + "G": 0.013857441022992134, + "F": 0.014903397299349308, + "E": 0.003544968320056796, + "T": 0.019283615052700043, + "P": 0.02955733984708786, + "-": 0.8561983108520508 + }, + "id": "tp_12748" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1593527, + "label": "P", + "classification": { + "B": 1.448910916224122e-05, + "S": 3.908604412572458e-06, + "I": 0.0016352580860257149, + "C": 2.2344005628838204e-05, + "R": 3.0459032132057473e-06, + "M": 0.0002544596791267395, + "O": 3.85974817618262e-05, + "W": 3.57343537871202e-06, + "N": 8.683722262503579e-05, + "Y": 0.0008536628447473049, + "U": 3.200141236447962e-06, + "K": 6.96228153174161e-06, + "L": 6.316658982541412e-06, + "G": 0.00031124052475206554, + "F": 0.000800089561380446, + "E": 0.0017182737356051803, + "T": 0.0009382172720506787, + "P": 0.606887936592102, + "-": 0.38641148805618286 + }, + "id": "tp_12749" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1593627, + "label": "-", + "classification": { + "B": 1.0253304026264232e-05, + "S": 9.256570592697244e-06, + "I": 0.0008478929521515965, + "C": 5.4423398978542536e-05, + "R": 9.775274520507082e-06, + "M": 0.00026046959101222456, + "O": 5.567932748817839e-05, + "W": 5.8561859077599365e-06, + "N": 7.75474909460172e-05, + "Y": 0.0018956897547468543, + "U": 4.950684797222493e-06, + "K": 4.709759377874434e-05, + "L": 1.0306586773367599e-05, + "G": 0.0005839647492393851, + "F": 0.012020887807011604, + "E": 0.0019097370095551014, + "T": 0.0009354825597256422, + "P": 0.42162349820137024, + "-": 0.559637188911438 + }, + "id": "tp_12750" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1593760, + "label": "-", + "classification": { + "B": 3.835727329715155e-05, + "S": 1.4596788787457626e-05, + "I": 0.0004210764600429684, + "C": 3.158308390993625e-05, + "R": 2.5658700906205922e-05, + "M": 0.00013860304898116738, + "O": 0.0002829561708495021, + "W": 1.4351531717693433e-05, + "N": 2.759079507086426e-05, + "Y": 0.0010388520313426852, + "U": 2.7139253688801546e-06, + "K": 2.3874559929026873e-07, + "L": 5.2516450523398817e-05, + "G": 0.00042639789171516895, + "F": 0.001119197579100728, + "E": 6.237553316168487e-05, + "T": 0.002766095567494631, + "P": 0.21121850609779358, + "-": 0.7823183536529541 + }, + "id": "tp_12751" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1593894, + "label": "-", + "classification": { + "B": 2.2264932795224013e-06, + "S": 7.798780075063405e-07, + "I": 0.00019423173216637224, + "C": 3.195446697645821e-05, + "R": 9.434693311050069e-06, + "M": 0.00017401424702256918, + "O": 4.0056802390608937e-05, + "W": 1.0110945822816575e-06, + "N": 8.594565770181362e-06, + "Y": 0.002093795221298933, + "U": 1.0187321777266334e-06, + "K": 1.3806087508783094e-06, + "L": 6.2231611082097515e-06, + "G": 0.0005429959855973721, + "F": 0.002134930808097124, + "E": 0.00022547677508555353, + "T": 0.0011059136595577002, + "P": 0.13039089739322662, + "-": 0.8630349040031433 + }, + "id": "tp_12752" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1594027, + "label": "-", + "classification": { + "B": 6.899390427861363e-05, + "S": 1.7124761143350042e-05, + "I": 0.0013713096268475056, + "C": 9.543284977553412e-05, + "R": 3.5825458326144144e-05, + "M": 0.0012482005404308438, + "O": 0.0004659369878936559, + "W": 7.806064786564093e-06, + "N": 4.700808858615346e-05, + "Y": 0.004560751840472221, + "U": 2.0247650809324114e-06, + "K": 1.5502833150549122e-07, + "L": 0.00019912859715986997, + "G": 0.00235058949328959, + "F": 0.0017178208800032735, + "E": 0.00039170344825834036, + "T": 0.0053104073740541935, + "P": 0.15000496804714203, + "-": 0.8321048021316528 + }, + "id": "tp_12753" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1594127, + "label": "-", + "classification": { + "B": 2.622033207444474e-05, + "S": 6.787322945456253e-06, + "I": 8.245610661106184e-05, + "C": 3.6188046124152606e-06, + "R": 1.2421965038811322e-06, + "M": 6.567495438503101e-05, + "O": 5.7191769883502275e-05, + "W": 2.0228496850904776e-06, + "N": 3.0834746667096624e-06, + "Y": 0.00029124869615770876, + "U": 6.273303654324991e-08, + "K": 1.0575095643616805e-07, + "L": 8.844017429510131e-06, + "G": 0.00031373283127322793, + "F": 0.005263926461338997, + "E": 8.902155968826264e-05, + "T": 0.00019931358110625297, + "P": 0.1602667272090912, + "-": 0.8333187103271484 + }, + "id": "tp_12754" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1594261, + "label": "-", + "classification": { + "B": 4.216717206873e-05, + "S": 0.0002058507379842922, + "I": 0.0015010848874226213, + "C": 0.00018332453328184783, + "R": 6.0779242630815133e-05, + "M": 0.0024714022874832153, + "O": 0.0008855873020365834, + "W": 7.69546240917407e-05, + "N": 0.00019947646069340408, + "Y": 0.033034201711416245, + "U": 7.055711193970637e-06, + "K": 0.0004031866556033492, + "L": 0.00011186692427145317, + "G": 0.011432074010372162, + "F": 0.04343933239579201, + "E": 0.002626397181302309, + "T": 0.01255245041102171, + "P": 0.046175211668014526, + "-": 0.844591498374939 + }, + "id": "tp_12755" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1594394, + "label": "-", + "classification": { + "B": 4.8673511628294364e-05, + "S": 3.958309389417991e-05, + "I": 0.02002154290676117, + "C": 0.0014349535340443254, + "R": 0.0003480382147245109, + "M": 0.00430253567174077, + "O": 0.0006162465433590114, + "W": 4.730343061964959e-05, + "N": 0.0005847369902767241, + "Y": 0.051990531384944916, + "U": 2.0709532691398636e-05, + "K": 6.73125687171705e-05, + "L": 0.00012507016072049737, + "G": 0.006691322661936283, + "F": 0.005143497604876757, + "E": 0.004604247864335775, + "T": 0.021559063345193863, + "P": 0.15084826946258545, + "-": 0.7315064072608948 + }, + "id": "tp_12756" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1594528, + "label": "-", + "classification": { + "B": 0.001306687481701374, + "S": 0.00010171815665671602, + "I": 0.005366852972656488, + "C": 0.00028471992118284106, + "R": 0.00013163307448849082, + "M": 0.003013658570125699, + "O": 0.0024677696637809277, + "W": 0.00020561882411129773, + "N": 0.00018086330965161324, + "Y": 0.0035217783879488707, + "U": 3.75531853933353e-05, + "K": 2.11212409340078e-06, + "L": 0.0010116246994584799, + "G": 0.0031048301607370377, + "F": 0.0014594505773857236, + "E": 0.0008531308267265558, + "T": 0.005183165427297354, + "P": 0.2171458750963211, + "-": 0.7546209692955017 + }, + "id": "tp_12757" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1594628, + "label": "P", + "classification": { + "B": 3.946503056795336e-06, + "S": 8.454547923975042e-07, + "I": 0.00023594005324412137, + "C": 6.247095370781608e-06, + "R": 9.884763585432665e-07, + "M": 3.2082534744404256e-05, + "O": 1.0475283488631248e-05, + "W": 9.52788525410142e-07, + "N": 1.307566162722651e-05, + "Y": 0.0003700387023855001, + "U": 5.825690436722653e-07, + "K": 1.409320589118579e-06, + "L": 1.0669708672139677e-06, + "G": 6.75362316542305e-05, + "F": 0.0007547691348008811, + "E": 0.00018963594629894942, + "T": 0.00028009878587909043, + "P": 0.5061057806015015, + "-": 0.4919244945049286 + }, + "id": "tp_12758" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1594761, + "label": "-", + "classification": { + "B": 7.925276577225304e-07, + "S": 4.3673423988366267e-07, + "I": 4.279485801816918e-05, + "C": 7.720140274614096e-06, + "R": 2.3911477455840213e-06, + "M": 1.8778047888190486e-05, + "O": 1.5399862604681402e-05, + "W": 6.664287752755627e-07, + "N": 1.5843412484173314e-06, + "Y": 0.0003133018035441637, + "U": 1.2708576946351968e-07, + "K": 8.365165626855742e-07, + "L": 8.13097983609623e-07, + "G": 9.550130926072598e-05, + "F": 0.002113096648827195, + "E": 2.629183290991932e-05, + "T": 0.00014673751138616353, + "P": 0.10258384048938751, + "-": 0.8946289420127869 + }, + "id": "tp_12759" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1594895, + "label": "-", + "classification": { + "B": 2.8204540285514668e-05, + "S": 9.511803909845185e-06, + "I": 0.00018986851500812918, + "C": 5.090920967631973e-05, + "R": 8.180068107321858e-06, + "M": 0.0003134204016532749, + "O": 0.0001579712115926668, + "W": 6.407475666492246e-06, + "N": 1.748190879879985e-05, + "Y": 0.0008910453179851174, + "U": 1.7479850384916062e-06, + "K": 3.7018644434283487e-06, + "L": 2.1914285753155127e-05, + "G": 0.0006525532226078212, + "F": 0.004993375390768051, + "E": 0.0003722401161212474, + "T": 0.0007042831857688725, + "P": 0.11899086833000183, + "-": 0.8725864291191101 + }, + "id": "tp_12760" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1595028, + "label": "P", + "classification": { + "B": 0.0001833501155488193, + "S": 0.00010457212192704901, + "I": 0.025891242548823357, + "C": 0.0017046413850039244, + "R": 0.0007022906793281436, + "M": 0.0023165331222116947, + "O": 0.0007169058080762625, + "W": 0.00010018675675382838, + "N": 0.0026568910107016563, + "Y": 0.027346838265657425, + "U": 0.000151196145452559, + "K": 0.0009051202214322984, + "L": 0.0002105516177834943, + "G": 0.011420776136219501, + "F": 0.015010128729045391, + "E": 0.011217013001441956, + "T": 0.012138471938669682, + "P": 0.4619990885257721, + "-": 0.4252241253852844 + }, + "id": "tp_12761" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1595128, + "label": "-", + "classification": { + "B": 7.681942952331156e-05, + "S": 2.191931525885593e-05, + "I": 0.001507031498476863, + "C": 0.00028376863338053226, + "R": 5.958804831607267e-05, + "M": 0.0013597175711765885, + "O": 0.00026165787130594254, + "W": 2.011721153394319e-05, + "N": 0.0001405893126502633, + "Y": 0.00656338082626462, + "U": 2.6896475901594386e-05, + "K": 5.177257480681874e-05, + "L": 0.00010403803753433749, + "G": 0.004191891755908728, + "F": 0.006599001586437225, + "E": 0.0023058459628373384, + "T": 0.007123154122382402, + "P": 0.2635353207588196, + "-": 0.7057675719261169 + }, + "id": "tp_12762" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1595262, + "label": "-", + "classification": { + "B": 2.083700746879913e-05, + "S": 6.930811196070863e-06, + "I": 0.0016590649029240012, + "C": 0.000359818252036348, + "R": 6.036672129994258e-05, + "M": 0.00047486837138421834, + "O": 0.0001390103279845789, + "W": 9.628977750253398e-06, + "N": 0.00010845315409824252, + "Y": 0.0031288156751543283, + "U": 1.740225161483977e-05, + "K": 3.0520735890604556e-05, + "L": 3.7197383790044114e-05, + "G": 0.0011620769510045648, + "F": 0.006430191453546286, + "E": 0.0013621851103380322, + "T": 0.001947706681676209, + "P": 0.21859189867973328, + "-": 0.7644530534744263 + }, + "id": "tp_12763" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1595395, + "label": "-", + "classification": { + "B": 0.00012076980056008324, + "S": 6.264821422519162e-05, + "I": 0.004690792411565781, + "C": 0.0016189246671274304, + "R": 0.0007249150075949728, + "M": 0.0013712506042793393, + "O": 0.0008487680461257696, + "W": 7.767033093841746e-05, + "N": 0.0004677482065744698, + "Y": 0.009297898970544338, + "U": 0.0001077259294106625, + "K": 8.895534119801596e-05, + "L": 0.00027092575328424573, + "G": 0.004478931427001953, + "F": 0.0104212099686265, + "E": 0.0016267651226371527, + "T": 0.00719682639464736, + "P": 0.2960520386695862, + "-": 0.6604752540588379 + }, + "id": "tp_12764" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1595529, + "label": "-", + "classification": { + "B": 5.233867341303267e-06, + "S": 3.957589797209948e-06, + "I": 0.0007411965634673834, + "C": 0.0004944558604620397, + "R": 0.0001744187466101721, + "M": 0.00038050880539231, + "O": 0.00011752826685551554, + "W": 7.315301900234772e-06, + "N": 3.9729256968712434e-05, + "Y": 0.01675979234278202, + "U": 9.741655048856046e-06, + "K": 0.00020014645997434855, + "L": 1.9695920855156146e-05, + "G": 0.00450740335509181, + "F": 0.007788216695189476, + "E": 0.0005956644890829921, + "T": 0.0032692602835595608, + "P": 0.045293524861335754, + "-": 0.9195922613143921 + }, + "id": "tp_12765" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1595629, + "label": "-", + "classification": { + "B": 1.620662624191027e-05, + "S": 6.21037179371342e-05, + "I": 0.0010944027453660965, + "C": 0.00011283085768809542, + "R": 4.696865289588459e-05, + "M": 0.0005529301124624908, + "O": 0.00022531734430231154, + "W": 4.45505247625988e-05, + "N": 0.00013970806321594864, + "Y": 0.014567968435585499, + "U": 7.98093606135808e-06, + "K": 0.0007011773996055126, + "L": 1.9894987417501397e-05, + "G": 0.002123691840097308, + "F": 0.038225892931222916, + "E": 0.002228259341791272, + "T": 0.005221683997660875, + "P": 0.09080687165260315, + "-": 0.8438014984130859 + }, + "id": "tp_12766" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1595762, + "label": "-", + "classification": { + "B": 0.002862111898139119, + "S": 0.00030130945378914475, + "I": 0.0004994278424419463, + "C": 0.0008250148966908455, + "R": 0.0002705924562178552, + "M": 0.004331102594733238, + "O": 0.00354680884629488, + "W": 0.00022351008374243975, + "N": 7.664410077268258e-05, + "Y": 0.004878281615674496, + "U": 2.5580251531209797e-05, + "K": 2.252178637718316e-05, + "L": 0.0014177936827763915, + "G": 0.00796039029955864, + "F": 0.028537599369883537, + "E": 0.0011777608888223767, + "T": 0.0036288215778768063, + "P": 0.038028426468372345, + "-": 0.9013863801956177 + }, + "id": "tp_12767" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1595896, + "label": "-", + "classification": { + "B": 1.4062274900084049e-08, + "S": 3.564519346355155e-08, + "I": 7.472799916286021e-05, + "C": 1.447691261091677e-06, + "R": 4.868230121246597e-07, + "M": 2.8636131901293993e-05, + "O": 2.5194810859829886e-06, + "W": 2.4683449950657632e-08, + "N": 5.933521833867417e-07, + "Y": 0.0021825835574418306, + "U": 8.733296752438946e-09, + "K": 1.7288193987496925e-07, + "L": 1.6322881890573626e-07, + "G": 0.00011669493687804788, + "F": 0.0007225056760944426, + "E": 1.92876086657634e-05, + "T": 0.0006531027029268444, + "P": 0.022346874698996544, + "-": 0.9738500714302063 + }, + "id": "tp_12768" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1596029, + "label": "-", + "classification": { + "B": 1.3259081242722459e-05, + "S": 1.3464812582242303e-05, + "I": 0.000951977854128927, + "C": 4.5119777496438473e-05, + "R": 1.3767344171355944e-05, + "M": 0.00034598811180330813, + "O": 9.964655328076333e-05, + "W": 7.600120625284035e-06, + "N": 9.315900388173759e-05, + "Y": 0.0041423216462135315, + "U": 5.3400044635054655e-06, + "K": 2.5650335373939015e-05, + "L": 1.4880967682984192e-05, + "G": 0.0006090107490308583, + "F": 0.00993399042636156, + "E": 0.0017448901198804379, + "T": 0.0032899254001677036, + "P": 0.2789648473262787, + "-": 0.6996851563453674 + }, + "id": "tp_12769" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1596129, + "label": "-", + "classification": { + "B": 7.993616577550711e-07, + "S": 3.3587466532480903e-06, + "I": 0.000722932571079582, + "C": 5.7135217502946034e-05, + "R": 7.559934601886198e-06, + "M": 3.548482709447853e-05, + "O": 2.3228258214658126e-05, + "W": 6.017093710397603e-06, + "N": 6.745458085788414e-05, + "Y": 0.0006972769042477012, + "U": 3.0546991638402687e-06, + "K": 0.0001434570731362328, + "L": 1.4283538121162564e-06, + "G": 6.914759433129802e-05, + "F": 0.00768835935741663, + "E": 0.0007637109374627471, + "T": 0.00020987735479138792, + "P": 0.23477359116077423, + "-": 0.7547260522842407 + }, + "id": "tp_12770" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1596263, + "label": "-", + "classification": { + "B": 6.219901393933469e-08, + "S": 3.067539751100412e-07, + "I": 8.000324669410475e-06, + "C": 6.565607009179075e-07, + "R": 6.987703216054797e-08, + "M": 6.489465249615023e-06, + "O": 2.7657322334562195e-06, + "W": 1.0704034281161512e-07, + "N": 7.483399713237304e-07, + "Y": 0.0001309599174419418, + "U": 2.98986186919592e-08, + "K": 1.4118543276708806e-06, + "L": 8.348713720351952e-08, + "G": 1.064106254489161e-05, + "F": 0.0021157076116651297, + "E": 1.7381538782501593e-05, + "T": 9.754359780345112e-05, + "P": 0.0635618194937706, + "-": 0.9340452551841736 + }, + "id": "tp_12771" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1596396, + "label": "-", + "classification": { + "B": 0.0019293981604278088, + "S": 0.0002473064523655921, + "I": 0.005151437129825354, + "C": 0.0003297501243650913, + "R": 9.739994129631668e-05, + "M": 0.0050816610455513, + "O": 0.0016877652378752828, + "W": 8.46230104798451e-05, + "N": 0.00020008740830235183, + "Y": 0.012884901836514473, + "U": 6.922532520547975e-06, + "K": 8.071716365520842e-06, + "L": 0.0006303317495621741, + "G": 0.010839811526238918, + "F": 0.010414792224764824, + "E": 0.0043874806724488735, + "T": 0.006147332489490509, + "P": 0.1328311562538147, + "-": 0.807039737701416 + }, + "id": "tp_12772" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1596530, + "label": "-", + "classification": { + "B": 0.0007078877533785999, + "S": 0.0008881632820703089, + "I": 0.007267518434673548, + "C": 0.009295434691011906, + "R": 0.0064626168459653854, + "M": 0.01774771325290203, + "O": 0.00695148017257452, + "W": 0.0006505378987640142, + "N": 0.0006432820810005069, + "Y": 0.05993933975696564, + "U": 0.00024675638996995986, + "K": 0.0002752054715529084, + "L": 0.007250294554978609, + "G": 0.04446294903755188, + "F": 0.053166065365076065, + "E": 0.004911721218377352, + "T": 0.03329091519117355, + "P": 0.045844100415706635, + "-": 0.6999980807304382 + }, + "id": "tp_12773" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1596630, + "label": "-", + "classification": { + "B": 3.22182600598353e-08, + "S": 2.4207452042901423e-07, + "I": 4.369088128441945e-05, + "C": 9.846746706898557e-07, + "R": 9.637418685315424e-08, + "M": 1.00480401670211e-05, + "O": 3.833917617157567e-06, + "W": 1.5829887445306667e-07, + "N": 2.668719389475882e-06, + "Y": 0.00013112247688695788, + "U": 3.8686771119955665e-08, + "K": 9.969270422516274e-07, + "L": 6.675708874581687e-08, + "G": 1.0243288670608308e-05, + "F": 0.0007276933756656945, + "E": 6.398034020094201e-05, + "T": 0.00011482793343020603, + "P": 0.17675094306468964, + "-": 0.8221383690834045 + }, + "id": "tp_12774" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1596763, + "label": "-", + "classification": { + "B": 9.86957638815511e-06, + "S": 2.7124078769702464e-06, + "I": 0.0001012636857922189, + "C": 1.937036358867772e-06, + "R": 9.132720037996478e-07, + "M": 6.871062214486301e-05, + "O": 6.4271611336153e-05, + "W": 9.220752303917834e-07, + "N": 2.357104449401959e-06, + "Y": 0.0001454555313102901, + "U": 5.844112749286978e-08, + "K": 1.0395940996943409e-08, + "L": 9.055977898242418e-06, + "G": 9.879083518171683e-05, + "F": 0.0005040776450186968, + "E": 2.7364842026145197e-05, + "T": 0.00022490361880045384, + "P": 0.1664881557226181, + "-": 0.832249104976654 + }, + "id": "tp_12775" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1596897, + "label": "-", + "classification": { + "B": 3.2271489658342034e-07, + "S": 1.8497190978905564e-07, + "I": 4.581973189488053e-05, + "C": 8.211292765736289e-07, + "R": 1.5429372979269829e-07, + "M": 5.872497695236234e-06, + "O": 3.702643198266742e-06, + "W": 7.504100807409486e-08, + "N": 1.8175624063587748e-06, + "Y": 8.622572204330936e-05, + "U": 4.488764560051095e-08, + "K": 1.423994149263308e-07, + "L": 4.226795340400713e-07, + "G": 6.820202543167397e-05, + "F": 0.001141254440881312, + "E": 7.046207610983402e-05, + "T": 0.00012276868801563978, + "P": 0.36245012283325195, + "-": 0.6360015273094177 + }, + "id": "tp_12776" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1597030, + "label": "-", + "classification": { + "B": 5.4788294789887004e-08, + "S": 1.1274876499101083e-07, + "I": 0.0001474460877943784, + "C": 4.352120413386729e-06, + "R": 1.8137128563466831e-06, + "M": 5.064729703008197e-05, + "O": 1.1781673492805567e-05, + "W": 2.3831952944419754e-07, + "N": 3.0513742785842624e-06, + "Y": 0.0015867928741499782, + "U": 1.5814197240615613e-07, + "K": 1.2824406212530448e-06, + "L": 5.032173362451431e-07, + "G": 9.769264579517767e-05, + "F": 0.0003966870717704296, + "E": 3.5164357541361824e-05, + "T": 0.0009465766488574445, + "P": 0.039111919701099396, + "-": 0.9576036334037781 + }, + "id": "tp_12777" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1597130, + "label": "-", + "classification": { + "B": 0.00012289993173908442, + "S": 0.0003081501054111868, + "I": 0.07420369982719421, + "C": 0.0023281509056687355, + "R": 0.001597334397956729, + "M": 0.006670709233731031, + "O": 0.0027631407137960196, + "W": 0.00018665472452994436, + "N": 0.0041321017779409885, + "Y": 0.20912007987499237, + "U": 4.295906546758488e-05, + "K": 0.0005420391098596156, + "L": 0.0003158441686537117, + "G": 0.024104969576001167, + "F": 0.011852361261844635, + "E": 0.004725917242467403, + "T": 0.06550312042236328, + "P": 0.0925610363483429, + "-": 0.4989188611507416 + }, + "id": "tp_12778" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1597264, + "label": "P", + "classification": { + "B": 2.091316808616739e-08, + "S": 8.130446538245906e-09, + "I": 0.0002803783572744578, + "C": 9.608326081433916e-07, + "R": 1.0681753082053547e-07, + "M": 1.117229885494453e-06, + "O": 3.785587523452705e-07, + "W": 1.4029112982427705e-08, + "N": 3.318777316962951e-06, + "Y": 7.923397060949355e-05, + "U": 1.6516406020627983e-08, + "K": 1.2766328438829078e-07, + "L": 1.2037422614241677e-08, + "G": 1.0003124771174043e-05, + "F": 8.78923965501599e-05, + "E": 4.725522376247682e-05, + "T": 2.7530417355592363e-05, + "P": 0.6394845843315125, + "-": 0.3599770963191986 + }, + "id": "tp_12779" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1597397, + "label": "-", + "classification": { + "B": 1.758362166981442e-08, + "S": 1.7320358480787945e-08, + "I": 0.0003927650395780802, + "C": 4.593885478243465e-06, + "R": 1.3927178770245519e-06, + "M": 1.4342762369778939e-05, + "O": 5.264736046228791e-06, + "W": 8.336916579310127e-08, + "N": 2.724757905525621e-06, + "Y": 0.0014394669560715556, + "U": 3.481507349079038e-08, + "K": 2.6179949941251834e-07, + "L": 1.4410835547096212e-07, + "G": 9.060418960871175e-05, + "F": 0.00010389585804659873, + "E": 2.8271611881791614e-05, + "T": 0.0005951563944108784, + "P": 0.05137171596288681, + "-": 0.9459492564201355 + }, + "id": "tp_12780" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1597531, + "label": "-", + "classification": { + "B": 1.8832203068086528e-06, + "S": 2.9857192203053273e-06, + "I": 0.00019587829592637718, + "C": 2.751082547547412e-06, + "R": 1.695963078418572e-06, + "M": 9.496512939222157e-05, + "O": 3.75232266378589e-05, + "W": 2.2983392682363046e-06, + "N": 1.480444370827172e-05, + "Y": 0.0030325946863740683, + "U": 4.905884907202562e-07, + "K": 2.3686530767008662e-05, + "L": 1.6812604144433863e-06, + "G": 0.00021087750792503357, + "F": 0.004564793314784765, + "E": 0.00021338647638913244, + "T": 0.0011215016711503267, + "P": 0.09578826278448105, + "-": 0.894688069820404 + }, + "id": "tp_12781" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1597631, + "label": "-", + "classification": { + "B": 0.0016872687265276909, + "S": 0.00010617844964144751, + "I": 0.0007426801021210849, + "C": 0.00025148753775283694, + "R": 5.8972051192540675e-05, + "M": 0.0041969153098762035, + "O": 0.0009059117874130607, + "W": 3.503478001221083e-05, + "N": 3.914742774213664e-05, + "Y": 0.004119351971894503, + "U": 6.415745701815467e-06, + "K": 3.1087486149772303e-06, + "L": 0.000523070921190083, + "G": 0.010004051961004734, + "F": 0.009998819790780544, + "E": 0.0024835055228322744, + "T": 0.0035085335839539766, + "P": 0.08944233506917953, + "-": 0.8718872666358948 + }, + "id": "tp_12782" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1597764, + "label": "-", + "classification": { + "B": 4.3854249121011435e-09, + "S": 4.789331153887133e-09, + "I": 2.4555110940127634e-06, + "C": 3.4404828852530045e-07, + "R": 4.8987217837748176e-08, + "M": 4.2970800677721854e-06, + "O": 6.92279172653798e-07, + "W": 6.153624276805658e-09, + "N": 3.7014963538695156e-08, + "Y": 0.0001002340650302358, + "U": 1.7543917429918565e-09, + "K": 1.4975348960888368e-08, + "L": 5.3315783787866167e-08, + "G": 2.2674956198898144e-05, + "F": 0.0008729412220418453, + "E": 5.328690804162761e-06, + "T": 4.2922780266962945e-05, + "P": 0.0250368881970644, + "-": 0.9739111065864563 + }, + "id": "tp_12783" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1597898, + "label": "-", + "classification": { + "B": 3.6097953852731735e-06, + "S": 1.9953060927946353e-06, + "I": 7.851588452467695e-05, + "C": 4.215105491311988e-06, + "R": 6.488197072940238e-07, + "M": 6.566175579791889e-05, + "O": 1.6173258700291626e-05, + "W": 5.545311410060094e-07, + "N": 4.049597009725403e-06, + "Y": 0.00047618887037970126, + "U": 1.7949587061139027e-07, + "K": 9.77246486399963e-07, + "L": 2.7081430289399577e-06, + "G": 0.00013598529039882123, + "F": 0.007237614598125219, + "E": 0.00026427386910654604, + "T": 0.0002895263605751097, + "P": 0.1603354811668396, + "-": 0.8310816287994385 + }, + "id": "tp_12784" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1598031, + "label": "-", + "classification": { + "B": 7.776444590490428e-07, + "S": 1.8406412891636137e-06, + "I": 0.0004076530458405614, + "C": 4.535918833425967e-06, + "R": 1.4846184512862237e-06, + "M": 5.6404012866551057e-05, + "O": 1.9218245142837986e-05, + "W": 1.5642056041542673e-06, + "N": 2.446201688144356e-05, + "Y": 0.0011196431005373597, + "U": 5.069154553893895e-07, + "K": 1.813213930290658e-05, + "L": 7.833564836801088e-07, + "G": 0.00013336811389308423, + "F": 0.003230314003303647, + "E": 0.0006096966098994017, + "T": 0.0005605221958830953, + "P": 0.2249494045972824, + "-": 0.7688596844673157 + }, + "id": "tp_12785" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1598131, + "label": "-", + "classification": { + "B": 0.0004709223285317421, + "S": 0.0005969608318991959, + "I": 0.06874942034482956, + "C": 0.004038588143885136, + "R": 0.0008233441621996462, + "M": 0.006873654667288065, + "O": 0.0022842311300337315, + "W": 0.000438673363532871, + "N": 0.011322526261210442, + "Y": 0.10157319158315659, + "U": 9.393630170961842e-05, + "K": 0.016097454354166985, + "L": 0.000235747080296278, + "G": 0.06823986023664474, + "F": 0.03232460096478462, + "E": 0.11713425070047379, + "T": 0.02427610196173191, + "P": 0.21123795211315155, + "-": 0.33318865299224854 + }, + "id": "tp_12786" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1598265, + "label": "-", + "classification": { + "B": 5.533650551114988e-07, + "S": 1.9869448806275614e-06, + "I": 6.477389251813293e-05, + "C": 3.846140316454694e-06, + "R": 6.694568241982779e-07, + "M": 8.388834248762578e-05, + "O": 3.632834705058485e-05, + "W": 8.320527626892726e-07, + "N": 7.20295611245092e-06, + "Y": 0.0012615736341103911, + "U": 2.624171884235693e-07, + "K": 1.1908856549780467e-06, + "L": 1.8532554122430156e-06, + "G": 0.0001381683541694656, + "F": 0.0019250346813350916, + "E": 0.0001307887287111953, + "T": 0.0009730795864015818, + "P": 0.11271645873785019, + "-": 0.8826514482498169 + }, + "id": "tp_12787" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1598398, + "label": "-", + "classification": { + "B": 5.1769915444310755e-05, + "S": 2.0457078790059313e-05, + "I": 0.002634072443470359, + "C": 0.00047186744632199407, + "R": 0.00018657006148714572, + "M": 0.001053955522365868, + "O": 0.0004082206287421286, + "W": 3.0301263905130327e-05, + "N": 0.00018866112804971635, + "Y": 0.005963783245533705, + "U": 3.743769775610417e-05, + "K": 3.9812864997657016e-05, + "L": 0.00011946177983190864, + "G": 0.003108765697106719, + "F": 0.008108478039503098, + "E": 0.0015933174872770905, + "T": 0.0059617869555950165, + "P": 0.20541620254516602, + "-": 0.7646050453186035 + }, + "id": "tp_12788" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1598532, + "label": "-", + "classification": { + "B": 7.496697662645602e-08, + "S": 7.673945923158954e-09, + "I": 0.0002726934035308659, + "C": 5.1346360123716295e-05, + "R": 8.687394256412517e-06, + "M": 3.5491364542394876e-05, + "O": 4.560443812806625e-06, + "W": 7.049914785284273e-08, + "N": 1.137411231866281e-06, + "Y": 0.000821898749563843, + "U": 1.998799064040213e-07, + "K": 5.470492325798659e-08, + "L": 1.1112105084976065e-06, + "G": 0.00010292082151863724, + "F": 0.0001415212609572336, + "E": 1.6076524843811058e-05, + "T": 0.0004659469414036721, + "P": 0.020725518465042114, + "-": 0.9773507118225098 + }, + "id": "tp_12789" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1598632, + "label": "-", + "classification": { + "B": 0.004769027698785067, + "S": 0.00029004202224314213, + "I": 0.02010095864534378, + "C": 0.0022061350755393505, + "R": 0.0005883427802473307, + "M": 0.011816422455012798, + "O": 0.0037192211020737886, + "W": 0.00019666967273224145, + "N": 0.0016324521275237203, + "Y": 0.00955416914075613, + "U": 0.00010587287397356704, + "K": 1.3808759831590578e-05, + "L": 0.0027123556938022375, + "G": 0.019215058535337448, + "F": 0.006580652203410864, + "E": 0.012367922812700272, + "T": 0.01083158515393734, + "P": 0.40324667096138, + "-": 0.4900526702404022 + }, + "id": "tp_12790" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1598765, + "label": "-", + "classification": { + "B": 1.500321786807035e-07, + "S": 1.3019845255257678e-06, + "I": 4.005038135801442e-05, + "C": 2.0377423425088637e-05, + "R": 4.282384907128289e-06, + "M": 4.682413054979406e-05, + "O": 2.22957314690575e-05, + "W": 9.84262101155764e-07, + "N": 2.5169033506244887e-06, + "Y": 0.0007592805195599794, + "U": 4.89519834445673e-07, + "K": 4.035655365441926e-06, + "L": 1.5462806004507001e-06, + "G": 6.550074613187462e-05, + "F": 0.002606022637337446, + "E": 2.5614599508116953e-05, + "T": 0.00046717506484128535, + "P": 0.035815730690956116, + "-": 0.9601158499717712 + }, + "id": "tp_12791" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1598899, + "label": "-", + "classification": { + "B": 3.0300176149467006e-05, + "S": 3.5745088098337874e-05, + "I": 0.007985938340425491, + "C": 0.0008216933347284794, + "R": 0.00020097555534448475, + "M": 0.001406754134222865, + "O": 0.0004411570553202182, + "W": 4.135271592531353e-05, + "N": 0.000571476761251688, + "Y": 0.020266303792595863, + "U": 4.314765828894451e-05, + "K": 0.00035905136610381305, + "L": 0.00012735286145471036, + "G": 0.005501822102814913, + "F": 0.022602956742048264, + "E": 0.004927812609821558, + "T": 0.013866312801837921, + "P": 0.17789235711097717, + "-": 0.7428774833679199 + }, + "id": "tp_12792" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1599032, + "label": "-", + "classification": { + "B": 2.324627672578572e-07, + "S": 1.8688172076508636e-07, + "I": 0.00020901828247588128, + "C": 1.0680206287361216e-05, + "R": 1.07139271676715e-06, + "M": 3.290453605586663e-05, + "O": 6.179283900564769e-06, + "W": 2.609046703128115e-07, + "N": 7.609845852130093e-06, + "Y": 0.0005185120971873403, + "U": 2.610530316360382e-07, + "K": 2.344125960007659e-06, + "L": 4.866760718869045e-07, + "G": 8.87237983988598e-05, + "F": 0.0009801586857065558, + "E": 0.00034230417804792523, + "T": 0.00018497748533263803, + "P": 0.17732208967208862, + "-": 0.8202919363975525 + }, + "id": "tp_12793" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1599132, + "label": "P", + "classification": { + "B": 1.852480818342883e-05, + "S": 0.0007449492695741355, + "I": 0.23494085669517517, + "C": 0.0006194905727170408, + "R": 0.00019200678798370063, + "M": 0.000741786730941385, + "O": 0.0007001574849709868, + "W": 0.00018340357928536832, + "N": 0.03722967579960823, + "Y": 0.05766904726624489, + "U": 4.326559974288102e-06, + "K": 0.010095547884702682, + "L": 8.729944966034964e-06, + "G": 0.005444658920168877, + "F": 0.01652832143008709, + "E": 0.024415111169219017, + "T": 0.01841968484222889, + "P": 0.457128643989563, + "-": 0.13491502404212952 + }, + "id": "tp_12794" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1599266, + "label": "-", + "classification": { + "B": 3.850667781080119e-06, + "S": 1.8392473066342063e-05, + "I": 0.000659411191008985, + "C": 1.4863261640130077e-05, + "R": 5.872698238817975e-06, + "M": 0.00011548468319233507, + "O": 8.78537684911862e-05, + "W": 1.5536035789409652e-05, + "N": 0.00012496032286435366, + "Y": 0.0014014746993780136, + "U": 2.7742858037527185e-06, + "K": 0.0001453924924135208, + "L": 2.613283641039743e-06, + "G": 0.00013685975864063948, + "F": 0.008277450688183308, + "E": 0.001070102909579873, + "T": 0.0011636291164904833, + "P": 0.31363043189048767, + "-": 0.6731230616569519 + }, + "id": "tp_12795" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1599399, + "label": "-", + "classification": { + "B": 1.1874147958224057e-06, + "S": 7.288813321792986e-07, + "I": 0.0002891598269343376, + "C": 0.00035638432018458843, + "R": 3.50549235008657e-05, + "M": 0.00014633518003392965, + "O": 4.589795571519062e-05, + "W": 1.8326608142160694e-06, + "N": 9.581754966347944e-06, + "Y": 0.005397976376116276, + "U": 2.5176675535476534e-06, + "K": 6.4493056015635375e-06, + "L": 1.0785835002025124e-05, + "G": 0.000980494893155992, + "F": 0.0017869299044832587, + "E": 0.00027677288744598627, + "T": 0.0016040920745581388, + "P": 0.031984832137823105, + "-": 0.957062840461731 + }, + "id": "tp_12796" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1599533, + "label": "-", + "classification": { + "B": 8.671979230712168e-06, + "S": 2.3195548237708863e-06, + "I": 0.0030115866102278233, + "C": 6.426856270991266e-05, + "R": 1.2792175766662695e-05, + "M": 0.00035177732934243977, + "O": 6.43817475065589e-05, + "W": 1.5696778064011596e-06, + "N": 3.081005343119614e-05, + "Y": 0.0033501572906970978, + "U": 8.253780947597988e-07, + "K": 1.030739653629098e-07, + "L": 2.544469498388935e-05, + "G": 0.0009336068760603666, + "F": 0.0008100135601125658, + "E": 0.0003978053282480687, + "T": 0.0026566251181066036, + "P": 0.23692020773887634, + "-": 0.7513570785522461 + }, + "id": "tp_12797" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1599633, + "label": "-", + "classification": { + "B": 3.436264819356438e-07, + "S": 2.482539969150821e-07, + "I": 3.0741146474611014e-05, + "C": 1.939088861035998e-06, + "R": 1.555817021881012e-07, + "M": 6.6154902924608905e-06, + "O": 6.714621122227982e-06, + "W": 1.328291006075233e-07, + "N": 3.3783301205403404e-06, + "Y": 0.00010162594116991386, + "U": 1.0405987893591373e-07, + "K": 9.703338719191379e-07, + "L": 2.3711956487204588e-07, + "G": 6.494831177406013e-05, + "F": 0.0007622636621817946, + "E": 5.721569687011652e-05, + "T": 0.00015120850002858788, + "P": 0.27953270077705383, + "-": 0.7192785143852234 + }, + "id": "tp_12798" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1599766, + "label": "-", + "classification": { + "B": 0.0005807538400404155, + "S": 7.420594192808494e-05, + "I": 0.0028824899345636368, + "C": 0.0005411920137703419, + "R": 0.0002502871211618185, + "M": 0.0022648421581834555, + "O": 0.0011202050372958183, + "W": 0.00010279568959958851, + "N": 0.00018670358986128122, + "Y": 0.004661375656723976, + "U": 6.170103006297722e-05, + "K": 1.4337049833557103e-05, + "L": 0.0005803818348795176, + "G": 0.004323089495301247, + "F": 0.0064593590795993805, + "E": 0.002013350371271372, + "T": 0.005376914981752634, + "P": 0.25955477356910706, + "-": 0.7089511752128601 + }, + "id": "tp_12799" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1599900, + "label": "-", + "classification": { + "B": 6.454843241954222e-05, + "S": 2.496191518730484e-05, + "I": 0.0010159312514588237, + "C": 0.0005270654219202697, + "R": 0.0002235616702819243, + "M": 0.0030996964778751135, + "O": 0.000583284767344594, + "W": 2.8414167900336906e-05, + "N": 4.084263855475001e-05, + "Y": 0.017128976061940193, + "U": 8.13142196420813e-06, + "K": 3.1916391890263185e-05, + "L": 0.000191907151020132, + "G": 0.0060934335924685, + "F": 0.015824416652321815, + "E": 0.001290458021685481, + "T": 0.006125473417341709, + "P": 0.031296391040086746, + "-": 0.9164005517959595 + }, + "id": "tp_12800" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1600000, + "label": "-", + "classification": { + "B": 5.808067271573236e-07, + "S": 1.1085139703936875e-06, + "I": 3.644439493655227e-05, + "C": 1.1054382412112318e-05, + "R": 2.7616879378911108e-06, + "M": 4.021530912723392e-05, + "O": 1.840989170887042e-05, + "W": 7.61452042752353e-07, + "N": 2.644854021127685e-06, + "Y": 0.0008057765080593526, + "U": 3.6461597119341604e-07, + "K": 2.9383104447333608e-06, + "L": 1.7994055951930932e-06, + "G": 8.616015838924795e-05, + "F": 0.005283981095999479, + "E": 5.758127736044116e-05, + "T": 0.0004083815438207239, + "P": 0.04156903922557831, + "-": 0.9516700506210327 + }, + "id": "tp_12801" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1600133, + "label": "P", + "classification": { + "B": 2.756447088358982e-07, + "S": 4.7180571982607944e-07, + "I": 0.0030806763097643852, + "C": 6.416896667360561e-06, + "R": 1.930599410115974e-06, + "M": 4.440992415766232e-05, + "O": 1.0545908480708022e-05, + "W": 3.266339092533599e-07, + "N": 9.485753253102303e-05, + "Y": 0.0015142607735469937, + "U": 3.0454367561105755e-07, + "K": 8.365038411284331e-06, + "L": 5.180190782994032e-07, + "G": 0.00047240074491128325, + "F": 0.0010365373454988003, + "E": 0.0012795733055099845, + "T": 0.001525182044133544, + "P": 0.5713703632354736, + "-": 0.4195525348186493 + }, + "id": "tp_12802" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1600267, + "label": "-", + "classification": { + "B": 1.4290911167336162e-05, + "S": 6.356751327984966e-06, + "I": 0.0009072700631804764, + "C": 7.071084110066295e-05, + "R": 1.1355502465448808e-05, + "M": 0.00013164406118448824, + "O": 7.456447929143906e-05, + "W": 8.874824743543286e-06, + "N": 0.00011348535917932168, + "Y": 0.0016869220416992903, + "U": 7.759214895486366e-06, + "K": 0.00014090009790379554, + "L": 7.951617590151727e-06, + "G": 0.0008502068812958896, + "F": 0.008801286108791828, + "E": 0.0025729001499712467, + "T": 0.0007498910999856889, + "P": 0.3422224223613739, + "-": 0.6416211724281311 + }, + "id": "tp_12803" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1600400, + "label": "-", + "classification": { + "B": 1.0529434213424338e-08, + "S": 7.187685557852319e-09, + "I": 6.9019783950352576e-06, + "C": 8.729112721539423e-08, + "R": 2.356737915931717e-08, + "M": 2.8032661703036865e-06, + "O": 1.2544085166155128e-06, + "W": 1.543250505164906e-08, + "N": 7.053400707945912e-08, + "Y": 5.7678284065332264e-05, + "U": 1.0633995906061955e-09, + "K": 5.124125124211787e-09, + "L": 2.2218186401801177e-08, + "G": 5.639815753966104e-06, + "F": 0.00010405771899968386, + "E": 1.4074778391659493e-06, + "T": 4.724795144284144e-05, + "P": 0.03828776255249977, + "-": 0.9614850282669067 + }, + "id": "tp_12804" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1600501, + "label": "-", + "classification": { + "B": 4.175675712758675e-06, + "S": 1.35459788452863e-06, + "I": 0.0005061154952272773, + "C": 0.00011479431123007089, + "R": 2.5484834623057395e-05, + "M": 0.0001751878735376522, + "O": 0.00010361014574300498, + "W": 3.534470351951313e-06, + "N": 1.718352359603159e-05, + "Y": 0.0013921596109867096, + "U": 4.3439622459118254e-06, + "K": 1.4084125723456964e-06, + "L": 2.4938295609899797e-05, + "G": 0.0007897104369476438, + "F": 0.0015412167413160205, + "E": 0.00012540104216895998, + "T": 0.0015839944826439023, + "P": 0.1151827871799469, + "-": 0.8784026503562927 + }, + "id": "tp_12805" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1600634, + "label": "-", + "classification": { + "B": 2.7165575374965556e-05, + "S": 6.6820107349485625e-06, + "I": 0.0009816358797252178, + "C": 1.0523493074288126e-05, + "R": 3.4151521504099946e-06, + "M": 0.0003716553619597107, + "O": 6.75612609484233e-05, + "W": 2.116677251251531e-06, + "N": 4.043577064294368e-05, + "Y": 0.0034277457743883133, + "U": 5.697818323824322e-07, + "K": 2.8780580123566324e-06, + "L": 8.814410648483317e-06, + "G": 0.0011665732599794865, + "F": 0.001917265821248293, + "E": 0.0010178196243941784, + "T": 0.003982694819569588, + "P": 0.20737498998641968, + "-": 0.7795894742012024 + }, + "id": "tp_12806" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1600767, + "label": "-", + "classification": { + "B": 4.084337206222699e-07, + "S": 4.804088007404061e-07, + "I": 0.00012224061356391758, + "C": 3.514112904667854e-05, + "R": 1.6515708921360783e-05, + "M": 6.477653369074687e-05, + "O": 2.7679505365085788e-05, + "W": 9.591573189027258e-07, + "N": 3.320075848023407e-06, + "Y": 0.0020214475225657225, + "U": 7.988519428181462e-07, + "K": 1.3842828820997966e-06, + "L": 4.4597200030693784e-06, + "G": 0.000156786511070095, + "F": 0.0027474858798086643, + "E": 2.400238736299798e-05, + "T": 0.0007910479907877743, + "P": 0.0320451557636261, + "-": 0.9619358777999878 + }, + "id": "tp_12807" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1600901, + "label": "-", + "classification": { + "B": 4.739619896554359e-08, + "S": 8.835909781623741e-09, + "I": 7.960100629134104e-05, + "C": 2.697401214390993e-06, + "R": 2.71102152282765e-07, + "M": 3.7235818126646336e-06, + "O": 8.867244787325035e-07, + "W": 1.5178294177076168e-08, + "N": 7.633858558619977e-07, + "Y": 0.00015346069994848222, + "U": 2.8456316414349203e-08, + "K": 1.5289170818277853e-08, + "L": 9.946715096020853e-08, + "G": 1.562510078656487e-05, + "F": 0.0001595204957993701, + "E": 1.6785603293101303e-05, + "T": 9.148739627562463e-05, + "P": 0.21983933448791504, + "-": 0.7796356081962585 + }, + "id": "tp_12808" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1601001, + "label": "-", + "classification": { + "B": 0.00018735673802439123, + "S": 4.0053513657767326e-05, + "I": 0.0012561877956613898, + "C": 0.0003471023519523442, + "R": 0.00012304075062274933, + "M": 0.0032951286993920803, + "O": 0.0006892143865115941, + "W": 4.8453526687808335e-05, + "N": 4.938397978548892e-05, + "Y": 0.005149029660969973, + "U": 1.616361623746343e-05, + "K": 7.417540473397821e-06, + "L": 0.00044288020581007004, + "G": 0.004001518711447716, + "F": 0.011444426141679287, + "E": 0.0007383113843388855, + "T": 0.005136142950505018, + "P": 0.07909157872200012, + "-": 0.8879365921020508 + }, + "id": "tp_12809" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1601134, + "label": "-", + "classification": { + "B": 0.0008921038242988288, + "S": 0.0011536008678376675, + "I": 0.0018407594179734588, + "C": 0.000926647917367518, + "R": 0.00045786710688844323, + "M": 0.008865508250892162, + "O": 0.0032140847761183977, + "W": 0.00047683666343800724, + "N": 0.0004579963569995016, + "Y": 0.0216230321675539, + "U": 0.0001229708723258227, + "K": 0.000820887740701437, + "L": 0.0008794472669251263, + "G": 0.011793404817581177, + "F": 0.0449744313955307, + "E": 0.004136125091463327, + "T": 0.01519535668194294, + "P": 0.06808706372976303, + "-": 0.8140818476676941 + }, + "id": "tp_12810" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1601268, + "label": "-", + "classification": { + "B": 2.513060337605566e-07, + "S": 1.4340968164106016e-06, + "I": 0.0009220788488164544, + "C": 4.635406730812974e-05, + "R": 1.9830806195386685e-05, + "M": 0.00023779783805366606, + "O": 6.796285742893815e-05, + "W": 2.3666864308324875e-06, + "N": 1.7280315660173073e-05, + "Y": 0.011540410108864307, + "U": 4.106350957044924e-07, + "K": 3.2252717119263252e-06, + "L": 5.2607474572141655e-06, + "G": 0.0005186359630897641, + "F": 0.0046510049141943455, + "E": 0.0001271795335924253, + "T": 0.0033233370631933212, + "P": 0.03724248707294464, + "-": 0.9412727952003479 + }, + "id": "tp_12811" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1601401, + "label": "-", + "classification": { + "B": 1.1319068562443135e-06, + "S": 1.0377397074989858e-06, + "I": 0.00013651163317263126, + "C": 6.958511676202761e-06, + "R": 1.5153768799791578e-06, + "M": 2.5738554541021585e-05, + "O": 2.4363638658542186e-05, + "W": 1.4573166708942153e-06, + "N": 9.746789146447554e-06, + "Y": 0.0002640730526763946, + "U": 3.0569049158657435e-07, + "K": 3.56215991814679e-06, + "L": 1.3793334119327483e-06, + "G": 6.691932503599674e-05, + "F": 0.0020060210954397917, + "E": 0.00014577212277799845, + "T": 0.0001956487394636497, + "P": 0.1970173567533493, + "-": 0.800090491771698 + }, + "id": "tp_12812" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1601502, + "label": "P", + "classification": { + "B": 3.936951179639436e-05, + "S": 7.094035026966594e-06, + "I": 0.0005281254998408258, + "C": 1.2945350135851186e-05, + "R": 3.0162616440065904e-06, + "M": 0.00013801739260088652, + "O": 9.919208969222382e-05, + "W": 3.550718247424811e-06, + "N": 4.67768513772171e-05, + "Y": 0.00030170820537023246, + "U": 5.327268581822864e-07, + "K": 5.669950269293622e-07, + "L": 8.344152774952818e-06, + "G": 0.0002576112747192383, + "F": 0.0008760637138038874, + "E": 0.0005795477190986276, + "T": 0.0004227856989018619, + "P": 0.5386001467704773, + "-": 0.45807453989982605 + }, + "id": "tp_12813" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1601635, + "label": "-", + "classification": { + "B": 2.924414184235502e-05, + "S": 1.902460826386232e-05, + "I": 0.002681939397007227, + "C": 0.0002847765863407403, + "R": 2.5730034394655377e-05, + "M": 0.0004585753194987774, + "O": 0.00014570678467862308, + "W": 1.7376256437273696e-05, + "N": 0.00028381694573909044, + "Y": 0.0033227449748665094, + "U": 1.1801883374573663e-05, + "K": 7.602864934597164e-05, + "L": 1.9052533389185555e-05, + "G": 0.0007175414357334375, + "F": 0.010478257201611996, + "E": 0.0066069429740309715, + "T": 0.0014140066923573613, + "P": 0.4204633831977844, + "-": 0.5529441237449646 + }, + "id": "tp_12814" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1601768, + "label": "-", + "classification": { + "B": 0.00037349172635003924, + "S": 7.998745422810316e-05, + "I": 0.001965114613994956, + "C": 0.0012096920982003212, + "R": 0.0005581412697210908, + "M": 0.000883278320543468, + "O": 0.0010476222960278392, + "W": 0.00013497966574504972, + "N": 0.000292499375063926, + "Y": 0.004177122842520475, + "U": 8.184869511751458e-05, + "K": 9.741562098497525e-05, + "L": 0.00026441903901286423, + "G": 0.003904055105522275, + "F": 0.011124624870717525, + "E": 0.0015517992433160543, + "T": 0.003890891559422016, + "P": 0.2692667245864868, + "-": 0.6990963220596313 + }, + "id": "tp_12815" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1601902, + "label": "-", + "classification": { + "B": 3.944012496504001e-05, + "S": 4.0277849620906636e-05, + "I": 0.0006366479792632163, + "C": 0.0005398447974584997, + "R": 0.00028973654843866825, + "M": 0.0024285996332764626, + "O": 0.0009150924161076546, + "W": 3.789152469835244e-05, + "N": 2.231582584499847e-05, + "Y": 0.010664593428373337, + "U": 7.310252385650529e-06, + "K": 5.124364179209806e-06, + "L": 0.00042255513835698366, + "G": 0.003221428021788597, + "F": 0.010063938796520233, + "E": 0.0001980051165446639, + "T": 0.008503450080752373, + "P": 0.018406786024570465, + "-": 0.9435569047927856 + }, + "id": "tp_12816" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1602002, + "label": "-", + "classification": { + "B": 4.872603312833235e-05, + "S": 5.221852461545495e-06, + "I": 0.00033726810943335295, + "C": 7.945204561110586e-05, + "R": 3.065308919758536e-05, + "M": 0.0006987487431615591, + "O": 0.00018582848133519292, + "W": 4.015874765173066e-06, + "N": 7.06521313986741e-06, + "Y": 0.0018341338727623224, + "U": 4.21897397018256e-07, + "K": 2.8505979798865155e-07, + "L": 5.191996388020925e-05, + "G": 0.0019372066017240286, + "F": 0.0037118748296052217, + "E": 0.000279358820989728, + "T": 0.00111297145485878, + "P": 0.043910715728998184, + "-": 0.9457642436027527 + }, + "id": "tp_12817" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1602135, + "label": "-", + "classification": { + "B": 1.9345853274899127e-07, + "S": 7.536016966014358e-08, + "I": 1.2145923392381519e-05, + "C": 2.2385240299627185e-05, + "R": 2.4942085019574733e-06, + "M": 2.978087877636426e-06, + "O": 3.7192496620264137e-06, + "W": 2.0196662831040157e-07, + "N": 5.007492518416257e-07, + "Y": 0.0002104442537529394, + "U": 1.610097228876839e-07, + "K": 1.3528934914575075e-06, + "L": 3.072032086492982e-07, + "G": 5.0218874093843624e-05, + "F": 0.002821756061166525, + "E": 6.071557436371222e-06, + "T": 4.9290403694612905e-05, + "P": 0.05068941041827202, + "-": 0.9461263418197632 + }, + "id": "tp_12818" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1602269, + "label": "-", + "classification": { + "B": 0.0060342587530612946, + "S": 0.0009869957575574517, + "I": 0.006397111341357231, + "C": 0.00062773801619187, + "R": 0.0006151527632027864, + "M": 0.027299655601382256, + "O": 0.010507857427001, + "W": 0.0005189043004065752, + "N": 0.0002756647299975157, + "Y": 0.09255724400281906, + "U": 1.8431426724418998e-05, + "K": 1.3998482245369814e-05, + "L": 0.0037363015580922365, + "G": 0.03569020703434944, + "F": 0.010026811622083187, + "E": 0.0013031592825427651, + "T": 0.037853874266147614, + "P": 0.02581659145653248, + "-": 0.7397200465202332 + }, + "id": "tp_12819" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1602402, + "label": "-", + "classification": { + "B": 2.6505254879793938e-08, + "S": 3.659486935703171e-08, + "I": 0.00019141373923048377, + "C": 7.019561053311918e-06, + "R": 1.0719523970692535e-06, + "M": 9.782616871234495e-06, + "O": 2.2520582660945365e-06, + "W": 1.2960911988102453e-07, + "N": 2.2009598978911527e-06, + "Y": 0.0005377479828894138, + "U": 9.637548004093333e-08, + "K": 4.9525942813488655e-06, + "L": 8.996299527552765e-08, + "G": 2.765139470284339e-05, + "F": 0.000437702052295208, + "E": 4.741800148622133e-05, + "T": 0.00015596846060361713, + "P": 0.06502365320920944, + "-": 0.9335507750511169 + }, + "id": "tp_12820" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1602503, + "label": "-", + "classification": { + "B": 3.575583468773402e-05, + "S": 1.96064320334699e-05, + "I": 0.0024671507999300957, + "C": 0.0001743502216413617, + "R": 1.3411892723524943e-05, + "M": 0.0002540852001402527, + "O": 0.00010488259431440383, + "W": 2.234057137684431e-05, + "N": 0.0003649276914075017, + "Y": 0.008168486878275871, + "U": 6.576256964763161e-06, + "K": 0.000705887156073004, + "L": 5.344302735466044e-06, + "G": 0.0023597371764481068, + "F": 0.011723572388291359, + "E": 0.015596269629895687, + "T": 0.0018995307618752122, + "P": 0.435117244720459, + "-": 0.5209608674049377 + }, + "id": "tp_12821" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1602636, + "label": "P", + "classification": { + "B": 3.479756003343937e-07, + "S": 3.87356095643554e-07, + "I": 0.0001646265882300213, + "C": 1.887060648186889e-06, + "R": 4.926989163323015e-07, + "M": 6.267669050430413e-06, + "O": 6.966066393943038e-06, + "W": 2.3137967275488336e-07, + "N": 8.375191100640222e-06, + "Y": 9.750956814968958e-05, + "U": 7.648348088196144e-08, + "K": 2.4789488861642894e-07, + "L": 3.272278092936176e-07, + "G": 2.4123020921251737e-05, + "F": 0.0006988717941567302, + "E": 4.6578588808188215e-05, + "T": 7.943781383801252e-05, + "P": 0.6143907904624939, + "-": 0.38447242975234985 + }, + "id": "tp_12822" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1602769, + "label": "-", + "classification": { + "B": 0.0008135595708154142, + "S": 0.0009784115245565772, + "I": 0.021865244954824448, + "C": 0.0027714308816939592, + "R": 0.0010369877563789487, + "M": 0.005581569392234087, + "O": 0.004741676151752472, + "W": 0.0006744870916008949, + "N": 0.0022870085667818785, + "Y": 0.020791854709386826, + "U": 0.00030717370100319386, + "K": 0.0001040833885781467, + "L": 0.001993950456380844, + "G": 0.007024986203759909, + "F": 0.011734896339476109, + "E": 0.0032909438014030457, + "T": 0.020545966923236847, + "P": 0.27343714237213135, + "-": 0.6200185418128967 + }, + "id": "tp_12823" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1602903, + "label": "-", + "classification": { + "B": 7.14415477887087e-08, + "S": 3.7071092862106525e-08, + "I": 5.1076091040158644e-05, + "C": 1.2551141708172509e-06, + "R": 4.666092934257904e-07, + "M": 3.830288551398553e-05, + "O": 2.9802154131175485e-06, + "W": 4.162755473657853e-08, + "N": 1.963308164931732e-07, + "Y": 0.0013187555596232414, + "U": 7.141740088201232e-09, + "K": 3.9845584609565776e-08, + "L": 3.231365326428204e-07, + "G": 8.08338081697002e-05, + "F": 0.0003599161864258349, + "E": 1.3218062122177798e-05, + "T": 0.0004100951482541859, + "P": 0.015818074345588684, + "-": 0.9819043278694153 + }, + "id": "tp_12824" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1603003, + "label": "-", + "classification": { + "B": 4.82813391045056e-07, + "S": 2.423995965727954e-06, + "I": 0.001442809123545885, + "C": 8.044518835959025e-06, + "R": 2.19688035940635e-06, + "M": 5.408032302511856e-05, + "O": 1.926381628436502e-05, + "W": 2.4695762022020062e-06, + "N": 0.0001058425332303159, + "Y": 0.002620887476950884, + "U": 1.1095830814156216e-06, + "K": 0.0002585314796306193, + "L": 4.055519298162835e-07, + "G": 0.00020240095909684896, + "F": 0.0017178014386445284, + "E": 0.0006988666718825698, + "T": 0.001352451741695404, + "P": 0.2849563956260681, + "-": 0.7065536379814148 + }, + "id": "tp_12825" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1603136, + "label": "-", + "classification": { + "B": 2.1076114364859677e-07, + "S": 8.864951155374001e-07, + "I": 2.7970114388153888e-05, + "C": 4.734234153147554e-06, + "R": 1.2420359780662693e-06, + "M": 2.1237772671156563e-05, + "O": 1.6108841009554453e-05, + "W": 4.78778588330897e-07, + "N": 2.357226549065672e-06, + "Y": 0.00035695565748028457, + "U": 2.3194540688109555e-07, + "K": 8.560005539948179e-07, + "L": 7.295504360627092e-07, + "G": 4.313882163842209e-05, + "F": 0.0012152045965194702, + "E": 2.0695153580163606e-05, + "T": 0.0003839221899397671, + "P": 0.06493151932954788, + "-": 0.9329714775085449 + }, + "id": "tp_12826" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1603270, + "label": "-", + "classification": { + "B": 3.4176009648945183e-06, + "S": 5.741414952353807e-07, + "I": 0.00016269971092697233, + "C": 4.5696040615439415e-05, + "R": 7.665454177185893e-06, + "M": 0.00013274859520606697, + "O": 3.9404545532306656e-05, + "W": 1.239631160387944e-06, + "N": 5.323547156876884e-06, + "Y": 0.0017282558837905526, + "U": 1.9056238897974254e-06, + "K": 1.2026816875732038e-06, + "L": 7.345983249251731e-06, + "G": 0.0005216656136326492, + "F": 0.0007946524419821799, + "E": 4.3714800995076075e-05, + "T": 0.0013754555257037282, + "P": 0.06897294521331787, + "-": 0.9261541366577148 + }, + "id": "tp_12827" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1603403, + "label": "-", + "classification": { + "B": 2.6094516769603615e-08, + "S": 2.2395003185238238e-08, + "I": 2.845210474333726e-05, + "C": 6.790789939259412e-07, + "R": 1.746997071450096e-07, + "M": 2.236049567727605e-06, + "O": 1.41391365104937e-06, + "W": 4.445935886110419e-08, + "N": 5.929079520683445e-07, + "Y": 8.936682570492849e-05, + "U": 2.632271467462033e-08, + "K": 1.0929780103197118e-07, + "L": 8.144856877834172e-08, + "G": 1.668281402089633e-05, + "F": 0.0004947897396050394, + "E": 1.4823659512330778e-05, + "T": 5.206470814300701e-05, + "P": 0.2078457474708557, + "-": 0.7914526462554932 + }, + "id": "tp_12828" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1603504, + "label": "-", + "classification": { + "B": 1.8329848899156787e-05, + "S": 3.840298631985206e-06, + "I": 0.0001723818713799119, + "C": 0.00011956119851674885, + "R": 4.1372277337359264e-05, + "M": 0.0005111899226903915, + "O": 0.0001205198495881632, + "W": 3.8014843539713183e-06, + "N": 5.190218416828429e-06, + "Y": 0.003826795844361186, + "U": 2.0148445400991477e-06, + "K": 1.2525043757705134e-06, + "L": 5.206968489801511e-05, + "G": 0.0014676310820505023, + "F": 0.003757989965379238, + "E": 0.0001354724372504279, + "T": 0.0018749842420220375, + "P": 0.033330533653497696, + "-": 0.954555094242096 + }, + "id": "tp_12829" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1603637, + "label": "-", + "classification": { + "B": 1.3864945458408329e-06, + "S": 4.066957899340196e-06, + "I": 0.0002635094861034304, + "C": 1.5734891348984092e-05, + "R": 5.004605100111803e-06, + "M": 7.4664996645879e-05, + "O": 4.0628077840665355e-05, + "W": 4.540664122032467e-06, + "N": 3.565342558431439e-05, + "Y": 0.0032111271284520626, + "U": 2.2342035208566813e-06, + "K": 0.00025456465664319694, + "L": 2.037846115854336e-06, + "G": 0.000510123441927135, + "F": 0.009849955327808857, + "E": 0.0007656147936359048, + "T": 0.0008341975626535714, + "P": 0.11572612076997757, + "-": 0.8683987855911255 + }, + "id": "tp_12830" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1603770, + "label": "-", + "classification": { + "B": 1.2352910516710836e-07, + "S": 6.454828849200567e-08, + "I": 3.760843173949979e-05, + "C": 1.1922687690457678e-06, + "R": 1.285114450411129e-07, + "M": 3.2308039408235345e-06, + "O": 1.912972493300913e-06, + "W": 4.168122913483785e-08, + "N": 2.5220094812539173e-06, + "Y": 0.00018360544345341623, + "U": 2.1595251809003457e-08, + "K": 1.6325579963449854e-06, + "L": 3.768373346701992e-08, + "G": 9.919592412188649e-05, + "F": 0.002082915510982275, + "E": 0.00017235193809028715, + "T": 5.546690954361111e-05, + "P": 0.31808698177337646, + "-": 0.6792709231376648 + }, + "id": "tp_12831" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1603904, + "label": "-", + "classification": { + "B": 4.3947326844318013e-07, + "S": 7.237967452056182e-07, + "I": 0.00018013300723396242, + "C": 2.815462721628137e-05, + "R": 8.886705472832546e-06, + "M": 0.000986626255325973, + "O": 4.7388282837346196e-05, + "W": 3.9216672576003475e-07, + "N": 1.1705369615810923e-06, + "Y": 0.012646804563701153, + "U": 7.096087273339435e-08, + "K": 1.724879723496997e-07, + "L": 1.147022885561455e-05, + "G": 0.0011710930848494172, + "F": 0.001269201748073101, + "E": 5.446093564387411e-05, + "T": 0.00482961256057024, + "P": 0.005080431699752808, + "-": 0.9736826419830322 + }, + "id": "tp_12832" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1604004, + "label": "P", + "classification": { + "B": 4.1037197661353275e-05, + "S": 4.838832319364883e-05, + "I": 0.033282700926065445, + "C": 0.0003079498710576445, + "R": 6.464781472459435e-05, + "M": 0.0004678063851315528, + "O": 0.00015781502588652074, + "W": 2.3034803234622814e-05, + "N": 0.0021079082507640123, + "Y": 0.003909969702363014, + "U": 6.97836912877392e-06, + "K": 4.884244845015928e-05, + "L": 1.7596968973521143e-05, + "G": 0.0008900484535843134, + "F": 0.0017448553116992116, + "E": 0.004155678208917379, + "T": 0.002182808704674244, + "P": 0.8374080061912537, + "-": 0.11313393712043762 + }, + "id": "tp_12833" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1604137, + "label": "-", + "classification": { + "B": 3.5708108043763787e-06, + "S": 4.673978253322275e-07, + "I": 3.4812688681995496e-05, + "C": 3.860709057335043e-06, + "R": 8.910712949727895e-07, + "M": 0.00014457557699643075, + "O": 1.5875786630203947e-05, + "W": 2.956749654003943e-07, + "N": 5.450615958579874e-07, + "Y": 0.002098283963277936, + "U": 6.164801646946216e-08, + "K": 3.972333786350646e-07, + "L": 2.19415892388497e-06, + "G": 0.0005174890975467861, + "F": 0.0007501544896513224, + "E": 4.3523163185454905e-05, + "T": 0.0008808538550511003, + "P": 0.012665077112615108, + "-": 0.9828369617462158 + }, + "id": "tp_12834" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1604271, + "label": "-", + "classification": { + "B": 1.0841645636805453e-10, + "S": 2.423873775303509e-11, + "I": 8.421921826595735e-09, + "C": 4.666545969089775e-11, + "R": 8.404674525785971e-12, + "M": 1.4472473885973614e-08, + "O": 8.529050354866285e-09, + "W": 1.5040016107525922e-11, + "N": 6.037277622272796e-11, + "Y": 4.003674121122458e-07, + "U": 3.536182306175528e-13, + "K": 1.8837564158286774e-13, + "L": 7.161517906473236e-11, + "G": 3.122952207945673e-08, + "F": 5.431639237940544e-06, + "E": 4.693293753632588e-09, + "T": 7.892944040577277e-07, + "P": 0.061317767947912216, + "-": 0.9386755228042603 + }, + "id": "tp_12835" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1604404, + "label": "-", + "classification": { + "B": 3.130493132630363e-05, + "S": 7.896314855315723e-06, + "I": 0.000328889989759773, + "C": 1.977733518288005e-05, + "R": 9.565637810737826e-06, + "M": 0.0027729105204343796, + "O": 0.00022880700998939574, + "W": 3.261690835643094e-06, + "N": 6.085005225031637e-06, + "Y": 0.003844378748908639, + "U": 4.0961106151371496e-07, + "K": 3.5309165014041355e-07, + "L": 7.64357901061885e-05, + "G": 0.002227900782600045, + "F": 0.006265588570386171, + "E": 0.0002630249655339867, + "T": 0.004338480066508055, + "P": 0.029713863506913185, + "-": 0.9498609900474548 + }, + "id": "tp_12836" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1604505, + "label": "-", + "classification": { + "B": 4.462769354063312e-08, + "S": 7.432839899124133e-10, + "I": 1.0425176242279122e-06, + "C": 4.839026956915404e-08, + "R": 2.307938729018133e-09, + "M": 7.200100640147866e-07, + "O": 3.529575565153209e-07, + "W": 9.573674075724625e-10, + "N": 1.0364733071810406e-08, + "Y": 5.3591502364724874e-06, + "U": 1.4845562279486302e-10, + "K": 8.79817121934856e-11, + "L": 8.224065872752817e-09, + "G": 3.7088559565745527e-06, + "F": 2.8360991564113647e-05, + "E": 1.2786257457264583e-06, + "T": 4.6094464778434485e-06, + "P": 0.1463984102010727, + "-": 0.8535561561584473 + }, + "id": "tp_12837" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1604638, + "label": "-", + "classification": { + "B": 2.3092529772839043e-06, + "S": 7.879017402956379e-07, + "I": 0.000539787404704839, + "C": 2.97923124890076e-05, + "R": 4.522156359598739e-06, + "M": 0.00017869984731078148, + "O": 3.266243584221229e-05, + "W": 1.2364042731860536e-06, + "N": 1.5696376067353413e-05, + "Y": 0.000914708070922643, + "U": 8.258950856543379e-07, + "K": 9.95468440123659e-07, + "L": 5.2039322326891124e-06, + "G": 0.0007563727558590472, + "F": 0.0014697143342345953, + "E": 0.0003600700874812901, + "T": 0.0007920314674265683, + "P": 0.3199172019958496, + "-": 0.6749773025512695 + }, + "id": "tp_12838" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1604771, + "label": "-", + "classification": { + "B": 2.9628095532530097e-08, + "S": 1.1715808767576164e-08, + "I": 0.00016811437672004104, + "C": 4.800445367436623e-06, + "R": 2.3279068273041048e-07, + "M": 6.80118228046922e-06, + "O": 9.568432233209023e-07, + "W": 2.935852805308059e-08, + "N": 3.087726554440451e-06, + "Y": 0.00010614465281832963, + "U": 5.082461029815022e-08, + "K": 3.453552608334576e-07, + "L": 8.623759839565537e-08, + "G": 3.037475107703358e-05, + "F": 0.0005353604210540652, + "E": 0.0001899979542940855, + "T": 4.88768782815896e-05, + "P": 0.32461920380592346, + "-": 0.6742855310440063 + }, + "id": "tp_12839" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1604905, + "label": "-", + "classification": { + "B": 3.4717471862677485e-05, + "S": 4.8877369408728555e-05, + "I": 0.0006093692500144243, + "C": 0.0004637625825125724, + "R": 0.0001986125425901264, + "M": 0.0007843462517485023, + "O": 0.0006088106893002987, + "W": 4.4290380174061283e-05, + "N": 6.169851985760033e-05, + "Y": 0.00533275818452239, + "U": 2.561397741374094e-05, + "K": 1.831379449868109e-05, + "L": 0.00019856085418723524, + "G": 0.001793329487554729, + "F": 0.008241165429353714, + "E": 0.00041773493285290897, + "T": 0.0034069425892084837, + "P": 0.07493051141500473, + "-": 0.9027805328369141 + }, + "id": "tp_12840" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1605005, + "label": "-", + "classification": { + "B": 1.5332155953728943e-06, + "S": 3.542281206136977e-07, + "I": 0.00025905281654559076, + "C": 2.8290926366025815e-06, + "R": 1.43136048791348e-06, + "M": 2.2458229068433866e-05, + "O": 1.5002010513853747e-05, + "W": 4.3334097199476673e-07, + "N": 3.3393530429748353e-06, + "Y": 0.00015873026859480888, + "U": 7.991378225824519e-08, + "K": 6.530364515811016e-08, + "L": 1.4208379752744804e-06, + "G": 4.248155892128125e-05, + "F": 0.000522733957041055, + "E": 3.516572542139329e-05, + "T": 0.00012076010898454115, + "P": 0.32993239164352417, + "-": 0.6688797473907471 + }, + "id": "tp_12841" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1605138, + "label": "-", + "classification": { + "B": 0.0012179813347756863, + "S": 0.0003524639760144055, + "I": 0.0031176810152828693, + "C": 0.0005166901391930878, + "R": 0.00012869802594650537, + "M": 0.0019945777021348476, + "O": 0.0017359384801238775, + "W": 0.0002677291922736913, + "N": 0.0009216840844601393, + "Y": 0.0039091953076422215, + "U": 0.00010987767018377781, + "K": 0.00019079179037362337, + "L": 0.0003326208097860217, + "G": 0.0031608259305357933, + "F": 0.012361262924969196, + "E": 0.004220413509756327, + "T": 0.005814810283482075, + "P": 0.36086028814315796, + "-": 0.5987863540649414 + }, + "id": "tp_12842" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1605272, + "label": "-", + "classification": { + "B": 4.413651822687825e-06, + "S": 4.526613963662385e-07, + "I": 0.00021441176068037748, + "C": 3.7098136090207845e-05, + "R": 4.855544375459431e-06, + "M": 0.00011847369751194492, + "O": 2.5475881557213143e-05, + "W": 8.623221674497472e-07, + "N": 6.719381872244412e-06, + "Y": 0.0012613575672730803, + "U": 1.240356823473121e-06, + "K": 1.7300252466156962e-06, + "L": 5.4677179832651746e-06, + "G": 0.0004012781719211489, + "F": 0.0015960951568558812, + "E": 0.0003569018153939396, + "T": 0.0006384612061083317, + "P": 0.09556231647729874, + "-": 0.8997622728347778 + }, + "id": "tp_12843" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1605405, + "label": "-", + "classification": { + "B": 9.420436981599778e-06, + "S": 9.696162123873364e-06, + "I": 4.926277688355185e-05, + "C": 3.4583037631819025e-05, + "R": 1.1101045856776182e-05, + "M": 0.001236830255948007, + "O": 0.00019908831745851785, + "W": 2.553271997385309e-06, + "N": 1.636767365198466e-06, + "Y": 0.010174587368965149, + "U": 2.1006017902891472e-07, + "K": 8.108220299618552e-07, + "L": 5.7085144362645224e-05, + "G": 0.003721508663147688, + "F": 0.006769809406250715, + "E": 0.00011366613762220368, + "T": 0.004999322351068258, + "P": 0.006311625242233276, + "-": 0.9662972688674927 + }, + "id": "tp_12844" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1605506, + "label": "P", + "classification": { + "B": 1.6298875493703235e-07, + "S": 3.077505184023721e-08, + "I": 0.0005342733929865062, + "C": 3.6433218610909535e-06, + "R": 6.286722964432556e-07, + "M": 5.932969088462414e-06, + "O": 1.193022967527213e-06, + "W": 3.718316321510429e-08, + "N": 6.923594810359646e-06, + "Y": 0.00018465217726770788, + "U": 1.135488361114767e-07, + "K": 1.222142458345843e-07, + "L": 2.287287941271643e-07, + "G": 4.0891092794481665e-05, + "F": 0.0002628061920404434, + "E": 0.0001117395659093745, + "T": 8.638748113298789e-05, + "P": 0.6844118237495422, + "-": 0.31434834003448486 + }, + "id": "tp_12845" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1605639, + "label": "P", + "classification": { + "B": 3.740007414876345e-08, + "S": 3.421024175054299e-08, + "I": 8.131359209073707e-05, + "C": 2.733844439717359e-07, + "R": 2.1546396666849432e-08, + "M": 9.40054405873525e-07, + "O": 5.275369971968757e-07, + "W": 1.754357903394066e-08, + "N": 2.950362159026554e-06, + "Y": 3.772403215407394e-05, + "U": 1.9074454016276832e-08, + "K": 1.0294259311649512e-07, + "L": 3.094826084293345e-08, + "G": 8.728264219826087e-06, + "F": 0.00024092216335702688, + "E": 4.2094270611414686e-05, + "T": 2.920293263741769e-05, + "P": 0.738837480545044, + "-": 0.26071757078170776 + }, + "id": "tp_12846" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1605772, + "label": "-", + "classification": { + "B": 0.005914308596402407, + "S": 0.0004892738652415574, + "I": 0.0293912123888731, + "C": 0.02323685772716999, + "R": 0.007139476947486401, + "M": 0.04081806540489197, + "O": 0.008876769803464413, + "W": 0.000836957071442157, + "N": 0.0011725614313036203, + "Y": 0.08840537071228027, + "U": 0.00028775795362889767, + "K": 0.00013825000496581197, + "L": 0.008651204407215118, + "G": 0.07002781331539154, + "F": 0.010051827877759933, + "E": 0.01459798589348793, + "T": 0.03305073082447052, + "P": 0.06399513781070709, + "-": 0.5929184556007385 + }, + "id": "tp_12847" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1605906, + "label": "-", + "classification": { + "B": 8.517414551434399e-10, + "S": 2.0740707762367805e-10, + "I": 9.958883140370745e-08, + "C": 7.94739474230255e-09, + "R": 4.612308590612457e-10, + "M": 1.1079348638531883e-07, + "O": 6.035795507841613e-08, + "W": 2.04896904998364e-10, + "N": 1.6314888329205246e-09, + "Y": 5.775377189820574e-07, + "U": 2.6387869320187995e-11, + "K": 3.6348469373281844e-11, + "L": 8.113697491651806e-10, + "G": 2.3784501479440223e-07, + "F": 2.0994955775677226e-05, + "E": 9.773062004114763e-08, + "T": 4.055825684190495e-06, + "P": 0.0825081393122673, + "-": 0.9174655675888062 + }, + "id": "tp_12848" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1606006, + "label": "-", + "classification": { + "B": 1.423138542122615e-06, + "S": 3.594512349991419e-07, + "I": 3.339168324600905e-05, + "C": 7.379291673714761e-06, + "R": 3.258112201365293e-06, + "M": 6.692660099361092e-05, + "O": 2.087206121359486e-05, + "W": 5.642356200041831e-07, + "N": 1.0331625617254758e-06, + "Y": 0.0007841286715120077, + "U": 1.7577478672592406e-07, + "K": 1.8958284897507838e-07, + "L": 3.485757133603329e-06, + "G": 0.00016995565965771675, + "F": 0.0019112719455733895, + "E": 2.6886529667535797e-05, + "T": 0.0004977030912414193, + "P": 0.06641724705696106, + "-": 0.9300536513328552 + }, + "id": "tp_12849" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1606139, + "label": "-", + "classification": { + "B": 4.805370394933561e-07, + "S": 2.2987313386124697e-08, + "I": 0.00031675034551881254, + "C": 1.8560733224148862e-05, + "R": 7.261942869263294e-07, + "M": 8.26955965749221e-06, + "O": 3.1805616345081944e-06, + "W": 5.514096557135417e-08, + "N": 3.488233460302581e-06, + "Y": 0.0001376283325953409, + "U": 9.494144137534022e-08, + "K": 3.9188449818539084e-08, + "L": 2.7911548272641085e-07, + "G": 8.27555195428431e-05, + "F": 0.0001557718205731362, + "E": 5.096003587823361e-05, + "T": 5.7624918554211035e-05, + "P": 0.36909276247024536, + "-": 0.6300706267356873 + }, + "id": "tp_12850" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1606273, + "label": "-", + "classification": { + "B": 0.00012153164425399154, + "S": 0.00037367845652624965, + "I": 0.01407268550246954, + "C": 0.0008009172743186355, + "R": 0.0003958412853535265, + "M": 0.002863034140318632, + "O": 0.001377639826387167, + "W": 0.00019624794367700815, + "N": 0.0017462121322751045, + "Y": 0.04377647861838341, + "U": 5.906508886255324e-05, + "K": 0.0006711305468343198, + "L": 0.0002002537512453273, + "G": 0.006924097426235676, + "F": 0.0210723914206028, + "E": 0.0067454129457473755, + "T": 0.021805578842759132, + "P": 0.19412492215633392, + "-": 0.682672917842865 + }, + "id": "tp_12851" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1606406, + "label": "-", + "classification": { + "B": 1.9265804439783096e-05, + "S": 5.591381068370538e-06, + "I": 0.0013527737464755774, + "C": 0.00019844682537950575, + "R": 3.0332494134199806e-05, + "M": 0.0010423868661746383, + "O": 0.00018536641437094659, + "W": 1.037957099470077e-05, + "N": 5.055890869698487e-05, + "Y": 0.0023029008880257607, + "U": 6.576317446160829e-06, + "K": 1.4566327081411146e-05, + "L": 4.313638055464253e-05, + "G": 0.001115530845709145, + "F": 0.002167775994166732, + "E": 0.000999515876173973, + "T": 0.002174376742914319, + "P": 0.14354585111141205, + "-": 0.8447345495223999 + }, + "id": "tp_12852" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1606507, + "label": "-", + "classification": { + "B": 3.8400510675273836e-05, + "S": 1.8377771993982606e-05, + "I": 0.0009695061016827822, + "C": 7.890086271800101e-05, + "R": 3.102196933468804e-05, + "M": 0.0007108578574843705, + "O": 0.0002624609332997352, + "W": 1.7178210327983834e-05, + "N": 4.983604958397336e-05, + "Y": 0.0030254535377025604, + "U": 3.496691533655394e-06, + "K": 1.964151488209609e-05, + "L": 3.539962926879525e-05, + "G": 0.0015983064658939838, + "F": 0.007504379376769066, + "E": 0.0006844900781288743, + "T": 0.0019909541588276625, + "P": 0.14131146669387817, + "-": 0.8416498303413391 + }, + "id": "tp_12853" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1606640, + "label": "-", + "classification": { + "B": 1.1496275931222044e-07, + "S": 5.2157240304495645e-08, + "I": 9.596863492333796e-06, + "C": 1.890508656288148e-07, + "R": 1.3688649325160895e-08, + "M": 3.1993802167562535e-06, + "O": 1.2604202765942318e-06, + "W": 3.531667402967287e-08, + "N": 3.924250506770477e-07, + "Y": 2.217423934780527e-05, + "U": 5.157906990405081e-09, + "K": 2.3007048710610434e-08, + "L": 3.266519854605576e-08, + "G": 4.035222445963882e-06, + "F": 0.00016263147699646652, + "E": 1.4287357771536335e-05, + "T": 2.596679587441031e-05, + "P": 0.4328598976135254, + "-": 0.5668961405754089 + }, + "id": "tp_12854" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1606773, + "label": "-", + "classification": { + "B": 1.1057634765165858e-05, + "S": 2.0936458895448595e-06, + "I": 2.0031251551699825e-05, + "C": 8.874173431649979e-07, + "R": 1.585996187714045e-07, + "M": 3.374741936568171e-05, + "O": 4.215053195366636e-05, + "W": 1.2006595397906494e-06, + "N": 1.381890001539432e-06, + "Y": 3.777852180064656e-05, + "U": 3.791301494970867e-08, + "K": 7.672134927361185e-08, + "L": 1.3071174862488988e-06, + "G": 3.4991604479728267e-05, + "F": 0.0003005710896104574, + "E": 4.501988223637454e-05, + "T": 7.33615379431285e-05, + "P": 0.1301833540201187, + "-": 0.8692106604576111 + }, + "id": "tp_12855" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1606907, + "label": "-", + "classification": { + "B": 1.2583683428601944e-06, + "S": 6.742379241586605e-07, + "I": 0.0002842145040631294, + "C": 1.806235195545014e-05, + "R": 3.6408903270057635e-06, + "M": 0.00010442662460263819, + "O": 2.3062961190589704e-05, + "W": 8.083551392701338e-07, + "N": 1.018033526634099e-05, + "Y": 0.001437119790352881, + "U": 6.71535019591829e-07, + "K": 1.893406533781672e-06, + "L": 3.157368155370932e-06, + "G": 0.000343474792316556, + "F": 0.0021746079437434673, + "E": 0.0002787781704682857, + "T": 0.0007613408961333334, + "P": 0.1622409075498581, + "-": 0.8323116898536682 + }, + "id": "tp_12856" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1607007, + "label": "Y", + "classification": { + "B": 6.302356632659212e-05, + "S": 0.0005563754821196198, + "I": 0.07976920157670975, + "C": 0.002818464767187834, + "R": 0.0008182628080248833, + "M": 0.0023631451185792685, + "O": 0.0017023985274136066, + "W": 0.00044513176544569433, + "N": 0.011344329454004765, + "Y": 0.5915747880935669, + "U": 2.094622868753504e-05, + "K": 0.02713085152208805, + "L": 5.4294694564305246e-05, + "G": 0.046855516731739044, + "F": 0.01289407815784216, + "E": 0.0255004670470953, + "T": 0.06481962651014328, + "P": 0.01808350346982479, + "-": 0.11318566650152206 + }, + "id": "tp_12857" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1607140, + "label": "-", + "classification": { + "B": 0.0024557900615036488, + "S": 0.0010196479270234704, + "I": 0.021601038053631783, + "C": 0.002750393934547901, + "R": 0.0014142856234684587, + "M": 0.015940850600600243, + "O": 0.004335543606430292, + "W": 0.0008398553472943604, + "N": 0.0015196189051494002, + "Y": 0.05326375365257263, + "U": 0.0002192189422203228, + "K": 0.00038383909850381315, + "L": 0.0018727128626778722, + "G": 0.01567521132528782, + "F": 0.02369447983801365, + "E": 0.010265256278216839, + "T": 0.023100892081856728, + "P": 0.14017489552497864, + "-": 0.6794727444648743 + }, + "id": "tp_12858" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1607274, + "label": "-", + "classification": { + "B": 3.287197614554316e-05, + "S": 6.073103577364236e-05, + "I": 2.9438440833473578e-05, + "C": 0.00016540949582122266, + "R": 3.6304263630881906e-05, + "M": 0.0009368481114506721, + "O": 0.0006871992372907698, + "W": 2.1331532479962334e-05, + "N": 3.736511416718713e-06, + "Y": 0.002843582071363926, + "U": 6.467282105404593e-07, + "K": 1.599769530002959e-05, + "L": 0.00027369539020583034, + "G": 0.007956046611070633, + "F": 0.09397073090076447, + "E": 0.0003590328269638121, + "T": 0.0010600710520520806, + "P": 0.011194350197911263, + "-": 0.8803519010543823 + }, + "id": "tp_12859" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1607407, + "label": "-", + "classification": { + "B": 5.768193922506271e-09, + "S": 3.840701534585378e-09, + "I": 1.090465684683295e-05, + "C": 9.894329622284204e-08, + "R": 2.742874904981818e-08, + "M": 1.2012402521577314e-06, + "O": 5.299976351125224e-07, + "W": 5.310950346171239e-09, + "N": 1.4891755029111664e-07, + "Y": 7.06777791492641e-05, + "U": 2.4821045219169946e-09, + "K": 5.051553131352193e-08, + "L": 1.2467701537843823e-08, + "G": 1.362472539767623e-05, + "F": 0.00016064946248661727, + "E": 7.465057024091948e-06, + "T": 3.9103957533370703e-05, + "P": 0.08803616464138031, + "-": 0.9116593599319458 + }, + "id": "tp_12860" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1607508, + "label": "-", + "classification": { + "B": 7.118125608940318e-07, + "S": 1.59366925345239e-06, + "I": 1.9819268345599994e-05, + "C": 1.497894800195354e-06, + "R": 3.215061497030547e-07, + "M": 0.00011094454384874552, + "O": 1.649340811127331e-05, + "W": 6.71789848638582e-07, + "N": 2.48756873588718e-06, + "Y": 0.0033049085177481174, + "U": 6.582772016372473e-08, + "K": 1.5785377399879508e-05, + "L": 1.176523142021324e-06, + "G": 0.0005525092710740864, + "F": 0.025129253044724464, + "E": 0.0005813433090224862, + "T": 0.0009972926927730441, + "P": 0.03031078353524208, + "-": 0.9389522671699524 + }, + "id": "tp_12861" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1607641, + "label": "P", + "classification": { + "B": 2.881483107675109e-10, + "S": 1.0208507650322218e-11, + "I": 2.1297472585501964e-07, + "C": 4.685028476281161e-10, + "R": 6.719414087641429e-12, + "M": 4.23900337054306e-09, + "O": 3.004837045850195e-09, + "W": 1.3584701072377747e-11, + "N": 2.0988470961214034e-09, + "Y": 1.9130332873373845e-07, + "U": 4.5363010223176126e-12, + "K": 3.740632456561421e-11, + "L": 2.4472408474696117e-11, + "G": 9.515512289226535e-08, + "F": 1.012501979857916e-05, + "E": 5.513280711966217e-07, + "T": 1.291944187187255e-07, + "P": 0.6549513936042786, + "-": 0.34503740072250366 + }, + "id": "tp_12862" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1607774, + "label": "-", + "classification": { + "B": 3.6575172998709604e-05, + "S": 1.8834380171028897e-05, + "I": 0.002061151899397373, + "C": 0.0001237083924934268, + "R": 5.294629227137193e-05, + "M": 0.0008720020414330065, + "O": 0.0002238903398392722, + "W": 2.7636182494461536e-05, + "N": 0.00011683558113873005, + "Y": 0.011342299170792103, + "U": 1.3131060768500902e-05, + "K": 0.00019722821889445186, + "L": 2.7190109904040582e-05, + "G": 0.0018931417725980282, + "F": 0.005097504705190659, + "E": 0.0017499050591140985, + "T": 0.006330276373773813, + "P": 0.08503608405590057, + "-": 0.884779691696167 + }, + "id": "tp_12863" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1607908, + "label": "-", + "classification": { + "B": 3.3242628649787775e-09, + "S": 1.0411099538032431e-08, + "I": 6.714796199958073e-06, + "C": 6.696963055219385e-07, + "R": 7.575951599392283e-08, + "M": 1.5042021459521493e-06, + "O": 4.2506255226726353e-07, + "W": 2.0266941902491453e-08, + "N": 2.709133184453094e-07, + "Y": 0.00010383564222138375, + "U": 5.060249996802213e-09, + "K": 3.009962483702111e-07, + "L": 7.481175678947238e-09, + "G": 2.8221897991898004e-06, + "F": 0.0009451043442822993, + "E": 1.1496599654492456e-05, + "T": 2.3716804207651876e-05, + "P": 0.08361758291721344, + "-": 0.9152852892875671 + }, + "id": "tp_12864" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1608008, + "label": "-", + "classification": { + "B": 4.135166818741709e-06, + "S": 4.02243767894106e-06, + "I": 0.00016571811283938587, + "C": 2.5897565137711354e-05, + "R": 1.4788165572099388e-05, + "M": 0.0005744292284362018, + "O": 0.0001414615398971364, + "W": 3.003982556037954e-06, + "N": 5.487675480253529e-06, + "Y": 0.004934715572744608, + "U": 6.617193548663636e-07, + "K": 8.378464713132416e-07, + "L": 1.9979746866738424e-05, + "G": 0.0005710130790248513, + "F": 0.0014873715117573738, + "E": 4.436811286723241e-05, + "T": 0.004724961705505848, + "P": 0.022813085466623306, + "-": 0.9644641280174255 + }, + "id": "tp_12865" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1608141, + "label": "-", + "classification": { + "B": 0.0005265595391392708, + "S": 3.207959161954932e-05, + "I": 0.005795998498797417, + "C": 0.00019319145940244198, + "R": 7.759623258607462e-05, + "M": 0.007536232937127352, + "O": 0.0010982882231473923, + "W": 3.9420207031071186e-05, + "N": 0.00017176283290609717, + "Y": 0.007031075656414032, + "U": 1.2792279449058697e-05, + "K": 6.4167629716394e-06, + "L": 0.00037373186205513775, + "G": 0.0056871226988732815, + "F": 0.002669064560905099, + "E": 0.00298774684779346, + "T": 0.012042411603033543, + "P": 0.12250632047653198, + "-": 0.8312121629714966 + }, + "id": "tp_12866" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1608275, + "label": "-", + "classification": { + "B": 0.00035261796438135207, + "S": 1.1151389117003419e-05, + "I": 7.835846190573648e-05, + "C": 5.671782218996668e-06, + "R": 5.9086478358949535e-06, + "M": 0.0006008998025208712, + "O": 0.00042533542728051543, + "W": 1.3253114047984127e-05, + "N": 1.3285440445542918e-06, + "Y": 0.0005865062703378499, + "U": 1.4158476346892712e-07, + "K": 1.5330959612924744e-08, + "L": 9.82225319603458e-05, + "G": 0.0005794488824903965, + "F": 0.0006787467864342034, + "E": 2.8928805477335118e-05, + "T": 0.0011843460379168391, + "P": 0.031501494348049164, + "-": 0.9638477563858032 + }, + "id": "tp_12867" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1608375, + "label": "-", + "classification": { + "B": 2.0744739686051616e-06, + "S": 4.109233941562707e-06, + "I": 0.0013429465470835567, + "C": 1.1144688869535457e-05, + "R": 9.994970241677947e-06, + "M": 0.0007062305230647326, + "O": 6.20286155026406e-05, + "W": 1.6135941223183181e-06, + "N": 2.095836134685669e-05, + "Y": 0.018659761175513268, + "U": 2.968276930914726e-07, + "K": 5.358183443604503e-06, + "L": 6.427662356145447e-06, + "G": 0.0020002012606710196, + "F": 0.0028954497538506985, + "E": 0.0003278086078353226, + "T": 0.006554384250193834, + "P": 0.03577807918190956, + "-": 0.931611180305481 + }, + "id": "tp_12868" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1608509, + "label": "-", + "classification": { + "B": 1.4633044775891335e-11, + "S": 4.391391764113628e-12, + "I": 3.5465257042233134e-07, + "C": 4.031034617213436e-09, + "R": 7.442309268856917e-11, + "M": 2.276288171287888e-07, + "O": 7.012537661665874e-09, + "W": 6.2815056975362715e-12, + "N": 8.630600123460397e-10, + "Y": 2.0247493921488058e-06, + "U": 5.432997367965653e-12, + "K": 4.318216357407367e-12, + "L": 9.950764517929755e-11, + "G": 1.272619840619882e-07, + "F": 4.1024213714990765e-07, + "E": 1.5223088212223956e-07, + "T": 5.873323971172795e-06, + "P": 0.021432844921946526, + "-": 0.9785580039024353 + }, + "id": "tp_12869" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1608642, + "label": "-", + "classification": { + "B": 3.9994088183448184e-06, + "S": 8.029063280901028e-08, + "I": 9.899491487885825e-06, + "C": 1.0707398132581147e-06, + "R": 1.4056601571610372e-07, + "M": 2.3614647943759337e-05, + "O": 1.054178301274078e-05, + "W": 8.346771096512384e-08, + "N": 1.4827911343218148e-07, + "Y": 4.754348628921434e-05, + "U": 9.797786582055323e-09, + "K": 1.8375396759751084e-09, + "L": 2.329622020624811e-06, + "G": 0.00010442748316563666, + "F": 0.00022108078701421618, + "E": 1.321509807894472e-05, + "T": 8.624067413620651e-05, + "P": 0.061985522508621216, + "-": 0.9374899864196777 + }, + "id": "tp_12870" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1608775, + "label": "-", + "classification": { + "B": 2.0556276467686985e-06, + "S": 3.0509409043588676e-06, + "I": 0.0003200968203600496, + "C": 0.0002282041823491454, + "R": 3.5814886359730735e-05, + "M": 0.0004135094059165567, + "O": 7.153143815230578e-05, + "W": 2.678582632142934e-06, + "N": 1.4790966815780848e-05, + "Y": 0.009332919493317604, + "U": 1.7541178749524988e-06, + "K": 1.6904190488276072e-05, + "L": 1.0183332051383331e-05, + "G": 0.0009274908807128668, + "F": 0.006050873082131147, + "E": 0.00032463320530951023, + "T": 0.002305446658283472, + "P": 0.03726600855588913, + "-": 0.9426720142364502 + }, + "id": "tp_12871" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1608876, + "label": "-", + "classification": { + "B": 3.083282535953913e-06, + "S": 9.169246482088056e-07, + "I": 0.00017462096002418548, + "C": 1.2067591342201922e-05, + "R": 7.227580681501422e-06, + "M": 0.0003823421138804406, + "O": 4.3591047869995236e-05, + "W": 1.0012950042437296e-06, + "N": 4.195055680611404e-06, + "Y": 0.005369973834604025, + "U": 4.3567069951677695e-07, + "K": 2.9488414838851895e-06, + "L": 6.116817075962899e-06, + "G": 0.0012844641460105777, + "F": 0.0014574143569916487, + "E": 5.688815872417763e-05, + "T": 0.0042325290851294994, + "P": 0.030920594930648804, + "-": 0.9560396075248718 + }, + "id": "tp_12872" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1609009, + "label": "-", + "classification": { + "B": 4.954829819325823e-06, + "S": 5.0299690883548465e-06, + "I": 0.001412916579283774, + "C": 6.2027174863033e-06, + "R": 2.425671709715971e-06, + "M": 0.0003245738917030394, + "O": 4.85556956846267e-05, + "W": 2.740877107498818e-06, + "N": 2.4381157345487736e-05, + "Y": 0.0051325601525604725, + "U": 1.5213282722470467e-07, + "K": 4.201662250125082e-06, + "L": 3.1089530239114538e-06, + "G": 0.00036770536098629236, + "F": 0.004166027996689081, + "E": 0.000831357785500586, + "T": 0.0011045208666473627, + "P": 0.14785854518413544, + "-": 0.8387001156806946 + }, + "id": "tp_12873" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1609142, + "label": "-", + "classification": { + "B": 2.3362210868071998e-06, + "S": 8.945914942160016e-07, + "I": 0.00038073098403401673, + "C": 2.702229903661646e-05, + "R": 1.178811362478882e-05, + "M": 0.00015640688070561737, + "O": 5.581855293712579e-05, + "W": 1.7668743339527282e-06, + "N": 7.641072443220764e-06, + "Y": 0.0027291569858789444, + "U": 8.678901508574199e-07, + "K": 3.6914818224431656e-07, + "L": 6.408756235032342e-06, + "G": 0.00016849700477905571, + "F": 0.0002766450052149594, + "E": 3.0030892958166078e-05, + "T": 0.006250487640500069, + "P": 0.048776086419820786, + "-": 0.9411171078681946 + }, + "id": "tp_12874" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1609276, + "label": "-", + "classification": { + "B": 6.4076343733177055e-06, + "S": 9.000958016258664e-06, + "I": 0.00019815334235318005, + "C": 1.0104196007887367e-05, + "R": 2.592940973045188e-06, + "M": 0.00028991885483264923, + "O": 6.346081499941647e-05, + "W": 4.261738467903342e-06, + "N": 1.6699197658454068e-05, + "Y": 0.0017863897373899817, + "U": 7.318805614886514e-07, + "K": 1.624204196559731e-05, + "L": 5.324049652699614e-06, + "G": 0.00038048127316869795, + "F": 0.015354511328041553, + "E": 0.0005450700991787016, + "T": 0.0006408123881556094, + "P": 0.09727787971496582, + "-": 0.8833918571472168 + }, + "id": "tp_12875" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1609376, + "label": "-", + "classification": { + "B": 1.177057007417659e-09, + "S": 3.017258387583155e-10, + "I": 9.30354781303322e-06, + "C": 2.08015194402833e-07, + "R": 4.4810413157847506e-08, + "M": 1.0552323601586977e-06, + "O": 1.325398955032142e-07, + "W": 5.785745771369477e-10, + "N": 2.8534945073488416e-08, + "Y": 0.00015088373038452119, + "U": 1.170204821931975e-09, + "K": 6.097672144989019e-09, + "L": 9.11127528979705e-09, + "G": 2.0345580196590163e-05, + "F": 0.00010381664469605312, + "E": 3.4942447655339492e-06, + "T": 3.650265352916904e-05, + "P": 0.048107635229825974, + "-": 0.9515665173530579 + }, + "id": "tp_12876" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1609510, + "label": "-", + "classification": { + "B": 0.0001239981356775388, + "S": 1.5983159755705856e-05, + "I": 0.0006843166192993522, + "C": 0.0001498684287071228, + "R": 5.040077667217702e-05, + "M": 0.0015668541891500354, + "O": 0.0003795971570070833, + "W": 1.918028647196479e-05, + "N": 1.9769442587858066e-05, + "Y": 0.004862282890826464, + "U": 3.0405763027374633e-06, + "K": 4.719740445580101e-06, + "L": 8.454543421976268e-05, + "G": 0.0026685006450861692, + "F": 0.0016988790594041348, + "E": 0.0005238071316853166, + "T": 0.0034124329686164856, + "P": 0.0464511513710022, + "-": 0.9372805953025818 + }, + "id": "tp_12877" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1609643, + "label": "-", + "classification": { + "B": 0.00012767102452926338, + "S": 3.06649599224329e-05, + "I": 0.0019165290286764503, + "C": 0.0003608984698075801, + "R": 0.00018584176723379642, + "M": 0.002055978635326028, + "O": 0.0005562084843404591, + "W": 5.096140012028627e-05, + "N": 0.0001521278463769704, + "Y": 0.007641208358108997, + "U": 2.0930421669618227e-05, + "K": 9.876421972876415e-05, + "L": 0.0001253581722266972, + "G": 0.005366835277527571, + "F": 0.013269688002765179, + "E": 0.005417983513325453, + "T": 0.003832919057458639, + "P": 0.17610250413417816, + "-": 0.7826869487762451 + }, + "id": "tp_12878" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1609776, + "label": "-", + "classification": { + "B": 1.2713145451925811e-06, + "S": 1.7131193317254656e-06, + "I": 0.0007218929822556674, + "C": 4.443699071998708e-05, + "R": 2.0197043340886012e-05, + "M": 0.00010891358397202566, + "O": 4.2672287236200646e-05, + "W": 4.7115704546740744e-06, + "N": 2.1654484953614883e-05, + "Y": 0.006458001676946878, + "U": 2.6562199764157413e-06, + "K": 0.00010811095125973225, + "L": 3.2418395221611718e-06, + "G": 0.0006709187291562557, + "F": 0.002993060741573572, + "E": 0.0004383616033010185, + "T": 0.0015967038925737143, + "P": 0.04336191341280937, + "-": 0.9433995485305786 + }, + "id": "tp_12879" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1609877, + "label": "-", + "classification": { + "B": 9.1400375822559e-05, + "S": 0.00010105325054610148, + "I": 0.0063550774939358234, + "C": 0.002935986267402768, + "R": 0.0011259665479883552, + "M": 0.001661869348026812, + "O": 0.0009601715719327331, + "W": 0.0001217785757035017, + "N": 0.0008054362842813134, + "Y": 0.020366471260786057, + "U": 0.00012502555910032243, + "K": 0.0005225245840847492, + "L": 0.0001776071876520291, + "G": 0.0044433316215872765, + "F": 0.020224615931510925, + "E": 0.0027935164980590343, + "T": 0.008305944502353668, + "P": 0.1923835128545761, + "-": 0.7364988327026367 + }, + "id": "tp_12880" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1610010, + "label": "-", + "classification": { + "B": 8.926450391300023e-05, + "S": 3.5667985684995074e-06, + "I": 0.0010590251768007874, + "C": 0.00020702272013295442, + "R": 3.3998217986663803e-05, + "M": 0.0009454272803850472, + "O": 0.00030547534697689116, + "W": 7.220057796075707e-06, + "N": 2.2878084564581513e-05, + "Y": 0.0012626944808289409, + "U": 1.9819233330053976e-06, + "K": 9.715806470467214e-08, + "L": 0.0001236518146470189, + "G": 0.002314216922968626, + "F": 0.0010998748475685716, + "E": 0.00050519680371508, + "T": 0.0014915918000042439, + "P": 0.23532280325889587, + "-": 0.7552041411399841 + }, + "id": "tp_12881" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1610143, + "label": "-", + "classification": { + "B": 7.163936970755458e-06, + "S": 4.2233341446262784e-06, + "I": 0.0017488482408225536, + "C": 8.373051241505891e-05, + "R": 3.1051429687067866e-05, + "M": 0.0016677627572789788, + "O": 0.0001344984775641933, + "W": 2.2758554223401006e-06, + "N": 1.8492157323635183e-05, + "Y": 0.02012830600142479, + "U": 6.749934300387395e-07, + "K": 8.419083883381973e-07, + "L": 4.747568891616538e-05, + "G": 0.004091027658432722, + "F": 0.0032487884163856506, + "E": 0.0005478222738020122, + "T": 0.006947543937712908, + "P": 0.04478362575173378, + "-": 0.9165058135986328 + }, + "id": "tp_12882" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1610277, + "label": "-", + "classification": { + "B": 8.259517016995233e-06, + "S": 1.8892984599006013e-06, + "I": 0.0007240957347676158, + "C": 0.0003468839859124273, + "R": 9.663304808782414e-05, + "M": 0.0004306930932216346, + "O": 9.795655932975933e-05, + "W": 4.8123797569132876e-06, + "N": 3.470300362096168e-05, + "Y": 0.005474583245813847, + "U": 1.309416074946057e-05, + "K": 4.415693911141716e-05, + "L": 4.323709072195925e-05, + "G": 0.0022397323045879602, + "F": 0.008639032021164894, + "E": 0.0005557137192226946, + "T": 0.002466357545927167, + "P": 0.08511265367269516, + "-": 0.8936654329299927 + }, + "id": "tp_12883" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1610377, + "label": "-", + "classification": { + "B": 0.0013441130286082625, + "S": 0.0003411154029890895, + "I": 0.013557500205934048, + "C": 0.0024460323620587587, + "R": 0.00046829466009512544, + "M": 0.008446045219898224, + "O": 0.002071200404316187, + "W": 0.0001787896326277405, + "N": 0.0006226698751561344, + "Y": 0.01804107241332531, + "U": 6.888899952173233e-05, + "K": 2.6269011868862435e-05, + "L": 0.0014049054589122534, + "G": 0.013098930940032005, + "F": 0.009337839670479298, + "E": 0.008374565280973911, + "T": 0.010889625176787376, + "P": 0.23596493899822235, + "-": 0.6733171343803406 + }, + "id": "tp_12884" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1610511, + "label": "-", + "classification": { + "B": 4.09620588470716e-06, + "S": 1.3071601188130444e-06, + "I": 0.00036506980541162193, + "C": 4.6858753194101155e-05, + "R": 1.268140385946026e-05, + "M": 5.5719960073474795e-05, + "O": 4.726740735350177e-05, + "W": 3.431358663874562e-06, + "N": 1.7645888874540105e-05, + "Y": 0.0008611700613982975, + "U": 2.9747434382443316e-06, + "K": 1.4876115528750233e-05, + "L": 7.393478426820366e-06, + "G": 0.00048528745537623763, + "F": 0.003517025150358677, + "E": 0.00026905344566330314, + "T": 0.00042973915697075427, + "P": 0.1415937840938568, + "-": 0.8522646427154541 + }, + "id": "tp_12885" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1610644, + "label": "P", + "classification": { + "B": 1.2906197071060888e-06, + "S": 1.3647737659994164e-06, + "I": 0.0010873996652662754, + "C": 1.5673755115130916e-05, + "R": 2.58747604675591e-06, + "M": 5.333187436917797e-05, + "O": 1.8916853150585666e-05, + "W": 1.0185950714003411e-06, + "N": 3.769186878344044e-05, + "Y": 0.0002796269836835563, + "U": 3.6060072261534515e-07, + "K": 3.532674384132406e-07, + "L": 1.8323663653063704e-06, + "G": 4.3761170672951266e-05, + "F": 0.0007540556252934039, + "E": 0.000288215494947508, + "T": 0.0002337936602998525, + "P": 0.6645512580871582, + "-": 0.33262741565704346 + }, + "id": "tp_12886" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1610777, + "label": "-", + "classification": { + "B": 1.1488219797683996e-06, + "S": 1.198131826640747e-06, + "I": 0.00022011205146554857, + "C": 1.0188161468249746e-05, + "R": 4.183717919659102e-06, + "M": 2.6907331630354747e-05, + "O": 1.4199261386238504e-05, + "W": 8.157640536410327e-07, + "N": 1.238350523635745e-05, + "Y": 0.0014815652975812554, + "U": 8.947699825512245e-07, + "K": 3.4986238460987806e-05, + "L": 1.0888119277296937e-06, + "G": 0.00036128523061051965, + "F": 0.008015577681362629, + "E": 0.00023226503981277347, + "T": 0.0005869374726898968, + "P": 0.14517058432102203, + "-": 0.8438236713409424 + }, + "id": "tp_12887" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1610878, + "label": "-", + "classification": { + "B": 5.643597660309752e-07, + "S": 9.271706176150474e-07, + "I": 0.0004140926757827401, + "C": 4.491785875870846e-05, + "R": 9.790301191969775e-06, + "M": 0.00012363248970359564, + "O": 1.9504981537465937e-05, + "W": 8.51590812089853e-07, + "N": 1.4382949302671477e-05, + "Y": 0.01171194389462471, + "U": 3.536732435804879e-07, + "K": 2.7404186766943894e-05, + "L": 1.7217411141245975e-06, + "G": 0.0018821010598912835, + "F": 0.011153532192111015, + "E": 0.0006505608325824142, + "T": 0.001219312660396099, + "P": 0.05824895203113556, + "-": 0.9144753813743591 + }, + "id": "tp_12888" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1611011, + "label": "-", + "classification": { + "B": 0.00018163440108764917, + "S": 0.00019661062106024474, + "I": 0.0010326727060601115, + "C": 5.4208820074563846e-05, + "R": 3.529672903823666e-05, + "M": 0.005436610896140337, + "O": 0.0008261803886853158, + "W": 4.884382724412717e-05, + "N": 9.201755892718211e-05, + "Y": 0.014892606995999813, + "U": 5.5730379244778305e-06, + "K": 3.068271325901151e-05, + "L": 0.0001953166356543079, + "G": 0.005045535042881966, + "F": 0.02286871336400509, + "E": 0.0015941294841468334, + "T": 0.012334883213043213, + "P": 0.08413922041654587, + "-": 0.8509892821311951 + }, + "id": "tp_12889" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1611144, + "label": "-", + "classification": { + "B": 0.00022314797388389707, + "S": 5.13554414283135e-06, + "I": 3.652314990176819e-05, + "C": 4.567799805954564e-06, + "R": 2.4253617993963417e-06, + "M": 0.00048767385305836797, + "O": 0.00012054277613060549, + "W": 1.232115664606681e-06, + "N": 1.5697163746608567e-07, + "Y": 0.0003586192906368524, + "U": 2.4163876233274095e-08, + "K": 9.449016014073663e-10, + "L": 0.00010894567822106183, + "G": 0.0005073281354270875, + "F": 0.0011986768804490566, + "E": 2.209822559962049e-05, + "T": 0.0003603533550631255, + "P": 0.016035787761211395, + "-": 0.9805266857147217 + }, + "id": "tp_12890" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1611278, + "label": "P", + "classification": { + "B": 9.250113066627819e-07, + "S": 6.946042390154616e-07, + "I": 0.0011705848155543208, + "C": 3.6486615044850623e-06, + "R": 1.1937543149542762e-06, + "M": 1.669896846578922e-05, + "O": 6.738768206560053e-06, + "W": 4.995428071197239e-07, + "N": 4.5639138988917693e-05, + "Y": 0.00012214621528983116, + "U": 3.120988765203947e-07, + "K": 1.142078644988942e-06, + "L": 6.482559911091812e-07, + "G": 5.48795323993545e-05, + "F": 0.0005745863309130073, + "E": 0.00015135422290768474, + "T": 0.00016321138537023216, + "P": 0.8555463552474976, + "-": 0.1421387493610382 + }, + "id": "tp_12891" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1611378, + "label": "-", + "classification": { + "B": 6.013978008923004e-07, + "S": 1.2133726841057069e-06, + "I": 0.00013722603034693748, + "C": 8.247212463174947e-06, + "R": 3.484943135845242e-06, + "M": 4.924487438984215e-05, + "O": 2.5056535378098488e-05, + "W": 1.4399292922462337e-06, + "N": 6.176888291520299e-06, + "Y": 0.001263258745893836, + "U": 8.500453532178653e-07, + "K": 5.5816735766711645e-06, + "L": 1.8680118500924436e-06, + "G": 0.00013286698958836496, + "F": 0.002969136694446206, + "E": 7.586425635963678e-05, + "T": 0.0009411841747350991, + "P": 0.0809321478009224, + "-": 0.9134445786476135 + }, + "id": "tp_12892" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1611512, + "label": "-", + "classification": { + "B": 4.3113345782330725e-06, + "S": 2.011451215366833e-06, + "I": 6.909071089467034e-05, + "C": 5.411780875874683e-05, + "R": 2.0762467102031223e-05, + "M": 0.0006804505246691406, + "O": 9.950513776857406e-05, + "W": 1.9486005840008147e-06, + "N": 1.812732421058172e-06, + "Y": 0.0030265531968325377, + "U": 6.250969022403297e-07, + "K": 1.8806574644258944e-06, + "L": 3.500204911688343e-05, + "G": 0.0014777781907469034, + "F": 0.0032057780772447586, + "E": 0.00010875228326767683, + "T": 0.0013563325628638268, + "P": 0.010123119689524174, + "-": 0.9797302484512329 + }, + "id": "tp_12893" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1611645, + "label": "-", + "classification": { + "B": 0.00010063331137644127, + "S": 2.779959686449729e-05, + "I": 0.000529419572558254, + "C": 7.552542956545949e-05, + "R": 1.5226677533064503e-05, + "M": 0.00024748191935941577, + "O": 0.00021174034918658435, + "W": 2.872481127269566e-05, + "N": 7.835626456653699e-05, + "Y": 0.0008420915110036731, + "U": 1.0621664841892198e-05, + "K": 2.7591100661084056e-05, + "L": 2.658029734448064e-05, + "G": 0.0007975264452397823, + "F": 0.007582818623632193, + "E": 0.0009160802001133561, + "T": 0.0008310962584801018, + "P": 0.3922640383243561, + "-": 0.5953866839408875 + }, + "id": "tp_12894" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1611778, + "label": "-", + "classification": { + "B": 3.2269198868561944e-07, + "S": 2.8844161192864703e-07, + "I": 1.3210114957473706e-05, + "C": 2.850253167707706e-06, + "R": 1.320517185376957e-06, + "M": 4.7660094423918054e-05, + "O": 1.7215803381986916e-05, + "W": 2.4583971480751643e-07, + "N": 2.997045100983087e-07, + "Y": 0.00037838504067622125, + "U": 4.398215125434035e-08, + "K": 3.1688465185197856e-08, + "L": 1.962377609743271e-06, + "G": 7.967509009176865e-05, + "F": 0.0008997950935736299, + "E": 4.2900383050437085e-06, + "T": 0.0004186343867331743, + "P": 0.025261299684643745, + "-": 0.9728725552558899 + }, + "id": "tp_12895" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1611879, + "label": "-", + "classification": { + "B": 8.854321640683338e-05, + "S": 8.283946954179555e-06, + "I": 0.000611098250374198, + "C": 9.008444612845778e-05, + "R": 1.3737461813434493e-05, + "M": 0.0006884713657200336, + "O": 0.00029566101147793233, + "W": 1.3486371244653128e-05, + "N": 4.7047062253113836e-05, + "Y": 0.0007439781911671162, + "U": 5.455699465528596e-06, + "K": 3.072341996812611e-06, + "L": 4.890543641522527e-05, + "G": 0.0005578593700192869, + "F": 0.0013456951128318906, + "E": 0.0004419120668899268, + "T": 0.0023697619326412678, + "P": 0.15438280999660492, + "-": 0.8382440805435181 + }, + "id": "tp_12896" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1612012, + "label": "-", + "classification": { + "B": 1.5865754903643392e-05, + "S": 1.5425499441334978e-05, + "I": 0.00033384363632649183, + "C": 1.718133171380032e-05, + "R": 2.871502374546253e-06, + "M": 0.0002193042600993067, + "O": 5.1065169827779755e-05, + "W": 4.645442913897568e-06, + "N": 2.9691891541006044e-05, + "Y": 0.0026344258803874254, + "U": 8.708432801540766e-07, + "K": 1.582018558110576e-05, + "L": 5.2812388275924604e-06, + "G": 0.0007299378630705178, + "F": 0.009526905603706837, + "E": 0.0012240830110386014, + "T": 0.0006715354975312948, + "P": 0.34918251633644104, + "-": 0.6353188157081604 + }, + "id": "tp_12897" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1612145, + "label": "P", + "classification": { + "B": 0.00020683210459537804, + "S": 1.4384375390363857e-05, + "I": 0.001448452123440802, + "C": 0.00014322005154099315, + "R": 2.3293967387871817e-05, + "M": 0.000286314869299531, + "O": 0.00024783331900835037, + "W": 2.781257171591278e-05, + "N": 9.524975757813081e-05, + "Y": 0.00043687623110599816, + "U": 8.811930456431583e-06, + "K": 2.507370027160505e-06, + "L": 5.796494588139467e-05, + "G": 0.0006093272822909057, + "F": 0.0014518466778099537, + "E": 0.0007335044792853296, + "T": 0.0006517742294818163, + "P": 0.6268497705459595, + "-": 0.36670419573783875 + }, + "id": "tp_12898" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1612279, + "label": "-", + "classification": { + "B": 7.149469638534356e-07, + "S": 1.7098196849474334e-06, + "I": 9.655269968789071e-05, + "C": 1.1701581570378039e-05, + "R": 4.315907062846236e-06, + "M": 0.00018365499272476882, + "O": 5.25049508723896e-05, + "W": 1.3414988870863453e-06, + "N": 3.2536972867092118e-06, + "Y": 0.003025143640115857, + "U": 3.702095057178667e-07, + "K": 5.74928719743184e-07, + "L": 5.355412667995552e-06, + "G": 0.00014947273302823305, + "F": 0.0008126602042466402, + "E": 1.9795321350102313e-05, + "T": 0.0036236487794667482, + "P": 0.016249703243374825, + "-": 0.9757575392723083 + }, + "id": "tp_12899" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1612379, + "label": "-", + "classification": { + "B": 1.0427664420831206e-07, + "S": 1.306934649392133e-07, + "I": 0.000771461462136358, + "C": 3.08836729345785e-06, + "R": 1.2630796391022159e-06, + "M": 0.00012212090950924903, + "O": 1.221047841681866e-05, + "W": 1.9239423920680565e-07, + "N": 2.715255277507822e-06, + "Y": 0.00875796377658844, + "U": 3.7227177784870946e-08, + "K": 1.1997224191873102e-07, + "L": 5.001294312023674e-07, + "G": 7.693444058531895e-05, + "F": 7.763292524032295e-05, + "E": 2.8795466278097592e-05, + "T": 0.004583611153066158, + "P": 0.02385655790567398, + "-": 0.9617044925689697 + }, + "id": "tp_12900" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1612513, + "label": "-", + "classification": { + "B": 2.1460630250658141e-07, + "S": 2.4985172331071226e-07, + "I": 2.2872714907862246e-05, + "C": 2.155700940420502e-06, + "R": 3.0454413035840844e-07, + "M": 9.122316441789735e-06, + "O": 6.14386726738303e-06, + "W": 2.4819880195536825e-07, + "N": 1.826731704568374e-06, + "Y": 0.00044132419861853123, + "U": 1.179228164005508e-07, + "K": 1.986218194360845e-06, + "L": 2.8209359470565687e-07, + "G": 4.2762188968481496e-05, + "F": 0.0018959209555760026, + "E": 3.193918746546842e-05, + "T": 0.00017838983330875635, + "P": 0.11939345300197601, + "-": 0.8779706358909607 + }, + "id": "tp_12901" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1612646, + "label": "-", + "classification": { + "B": 8.137538998198579e-07, + "S": 2.1734008441853803e-06, + "I": 0.00012429288472048938, + "C": 5.9097810662933625e-06, + "R": 1.2851259043600294e-06, + "M": 1.9067147150053643e-05, + "O": 1.2598938155861106e-05, + "W": 9.189742513626697e-07, + "N": 1.10355977085419e-05, + "Y": 0.001329358434304595, + "U": 2.777711074486433e-07, + "K": 1.732851524138823e-05, + "L": 6.753279535587353e-07, + "G": 0.0001808593951864168, + "F": 0.012846579775214195, + "E": 0.00019755343964789063, + "T": 0.0003076282737310976, + "P": 0.15346066653728485, + "-": 0.8314809203147888 + }, + "id": "tp_12902" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1612779, + "label": "-", + "classification": { + "B": 2.8624308470170945e-05, + "S": 2.5422434646316105e-06, + "I": 0.002899892395362258, + "C": 0.0002533054503146559, + "R": 2.8357950213830918e-05, + "M": 0.0003671837621368468, + "O": 9.218132618116215e-05, + "W": 5.531364422495244e-06, + "N": 6.262752140173689e-05, + "Y": 0.0032823863439261913, + "U": 9.899496944854036e-06, + "K": 1.4799232985751587e-06, + "L": 3.901907621184364e-05, + "G": 0.0008161222795024514, + "F": 0.00042926720925606787, + "E": 0.001039353315718472, + "T": 0.0023926817812025547, + "P": 0.2981703579425812, + "-": 0.6900791525840759 + }, + "id": "tp_12903" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1612880, + "label": "-", + "classification": { + "B": 0.0001170870746136643, + "S": 2.8130283681093715e-05, + "I": 0.00013573531759902835, + "C": 0.00014600210124626756, + "R": 3.739173916983418e-05, + "M": 0.001123600173741579, + "O": 0.00039525594911538064, + "W": 3.703013135236688e-05, + "N": 3.0908453481970355e-05, + "Y": 0.005061022937297821, + "U": 1.2708123904303648e-05, + "K": 0.00028108604601584375, + "L": 4.724451355286874e-05, + "G": 0.0018625353695824742, + "F": 0.01277950219810009, + "E": 0.0008050550823099911, + "T": 0.0030320545192807913, + "P": 0.04656841605901718, + "-": 0.9274991154670715 + }, + "id": "tp_12904" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1613013, + "label": "-", + "classification": { + "B": 1.2144493666710332e-05, + "S": 8.847119715937879e-06, + "I": 4.3759657273767516e-05, + "C": 3.903057404386345e-06, + "R": 1.8151110907638213e-06, + "M": 0.00024257320910692215, + "O": 0.00010166374704567716, + "W": 3.160581400152296e-06, + "N": 2.704401822484215e-06, + "Y": 0.0024544827174395323, + "U": 1.714193871293901e-07, + "K": 9.32070520320849e-07, + "L": 9.436400432605296e-06, + "G": 0.0003651914594229311, + "F": 0.002675414551049471, + "E": 0.0001176341247628443, + "T": 0.0011485939612612128, + "P": 0.025686630979180336, + "-": 0.9671209454536438 + }, + "id": "tp_12905" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1613146, + "label": "-", + "classification": { + "B": 0.0008591315126977861, + "S": 0.00021416641538962722, + "I": 0.008310645818710327, + "C": 0.0016395929269492626, + "R": 0.0005332757136784494, + "M": 0.004086309112608433, + "O": 0.0016719596460461617, + "W": 0.00030859027174301445, + "N": 0.0009721569367684424, + "Y": 0.01403955090790987, + "U": 0.00022857087606098503, + "K": 0.0004048597766086459, + "L": 0.0007587711443193257, + "G": 0.012187711894512177, + "F": 0.025716334581375122, + "E": 0.007937045767903328, + "T": 0.007840990088880062, + "P": 0.24707750976085663, + "-": 0.665212869644165 + }, + "id": "tp_12906" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1613280, + "label": "-", + "classification": { + "B": 6.676559110019298e-07, + "S": 7.493825364690565e-07, + "I": 0.00010086650581797585, + "C": 2.3712878828519024e-05, + "R": 4.8968604460242204e-06, + "M": 5.260084071778692e-05, + "O": 1.3865131222701166e-05, + "W": 9.75737975750235e-07, + "N": 3.6835874652751954e-06, + "Y": 0.006296613719314337, + "U": 4.5191455910753575e-07, + "K": 7.234458462335169e-05, + "L": 2.190328814322129e-06, + "G": 0.002472525229677558, + "F": 0.010432438924908638, + "E": 0.00042254599975422025, + "T": 0.0012090431991964579, + "P": 0.028643513098359108, + "-": 0.9502463936805725 + }, + "id": "tp_12907" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1613380, + "label": "-", + "classification": { + "B": 4.4270882426644675e-07, + "S": 2.8121116883994546e-06, + "I": 0.0004569148877635598, + "C": 1.2164256986579858e-05, + "R": 4.325494046497624e-06, + "M": 6.637776823481545e-05, + "O": 3.077027213294059e-05, + "W": 1.6643566596030723e-06, + "N": 2.0627316189347766e-05, + "Y": 0.005568616557866335, + "U": 2.4533207465538e-07, + "K": 6.2175327911973e-05, + "L": 1.54027088683506e-06, + "G": 0.0007263249717652798, + "F": 0.013920950703322887, + "E": 0.0005412948084995151, + "T": 0.0020157191902399063, + "P": 0.08841976523399353, + "-": 0.8881472945213318 + }, + "id": "tp_12908" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1613514, + "label": "-", + "classification": { + "B": 7.827622539480217e-06, + "S": 1.629212056286633e-05, + "I": 0.0005369114223867655, + "C": 6.474865222116932e-05, + "R": 2.339746424695477e-05, + "M": 0.00016819847223814577, + "O": 0.00011901572725037113, + "W": 9.38762241275981e-06, + "N": 6.440230208681896e-05, + "Y": 0.0035255446564406157, + "U": 5.051488642493496e-06, + "K": 9.32050752453506e-05, + "L": 1.0372210454079323e-05, + "G": 0.0010582212125882506, + "F": 0.012835691682994366, + "E": 0.0012073509860783815, + "T": 0.0015488610370084643, + "P": 0.14905880391597748, + "-": 0.8296467661857605 + }, + "id": "tp_12909" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1613647, + "label": "-", + "classification": { + "B": 1.8225771327706752e-06, + "S": 1.882842070699553e-06, + "I": 0.0001347545621683821, + "C": 2.266298679387546e-06, + "R": 2.2259305296756793e-06, + "M": 0.00016600325761828572, + "O": 5.064580909674987e-05, + "W": 7.011799993961176e-07, + "N": 2.2802146304456983e-06, + "Y": 0.001091618207283318, + "U": 4.421487531658386e-08, + "K": 1.1367579588750232e-07, + "L": 6.840217338321963e-06, + "G": 0.00047960554365999997, + "F": 0.0035751673858612776, + "E": 5.27121483173687e-05, + "T": 0.0009620753116905689, + "P": 0.03661303594708443, + "-": 0.9568561911582947 + }, + "id": "tp_12910" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1613780, + "label": "-", + "classification": { + "B": 2.862753262888873e-06, + "S": 1.274814849239192e-06, + "I": 0.00026767878443934023, + "C": 8.29522468848154e-06, + "R": 5.274077921058051e-06, + "M": 0.0003748251183424145, + "O": 5.335542664397508e-05, + "W": 1.1970730611210456e-06, + "N": 6.219671377039049e-06, + "Y": 0.0025459693279117346, + "U": 3.6131604019828956e-07, + "K": 1.111953565668955e-06, + "L": 8.270169018942397e-06, + "G": 0.0006500030867755413, + "F": 0.003060445887967944, + "E": 0.00018689254648052156, + "T": 0.0016481715720146894, + "P": 0.08579492568969727, + "-": 0.9053829908370972 + }, + "id": "tp_12911" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1613881, + "label": "P", + "classification": { + "B": 1.6363918575734715e-06, + "S": 4.427098701853538e-06, + "I": 0.00329426396638155, + "C": 3.799067053478211e-05, + "R": 5.601871635008138e-06, + "M": 0.00012278143549337983, + "O": 3.363309951964766e-05, + "W": 4.116687250643736e-06, + "N": 0.00024030912027228624, + "Y": 0.0025370109360665083, + "U": 2.0253623915778007e-06, + "K": 4.633928620023653e-05, + "L": 2.1775745153718162e-06, + "G": 0.00023202081501949579, + "F": 0.0024507895577698946, + "E": 0.002647174522280693, + "T": 0.0017801244975998998, + "P": 0.49660924077033997, + "-": 0.4899483323097229 + }, + "id": "tp_12912" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1614014, + "label": "-", + "classification": { + "B": 0.00017905932327266783, + "S": 0.0001336652785539627, + "I": 0.0006754303467459977, + "C": 0.0006482820026576519, + "R": 0.00030075834365561604, + "M": 0.0036584632471203804, + "O": 0.0008845290867611766, + "W": 6.615932943532243e-05, + "N": 5.4544114391319454e-05, + "Y": 0.016032394021749496, + "U": 1.4943176211090758e-05, + "K": 2.887011578422971e-05, + "L": 0.0004561801324598491, + "G": 0.0063688065856695175, + "F": 0.03214437514543533, + "E": 0.0007977176574058831, + "T": 0.007662864401936531, + "P": 0.03162301331758499, + "-": 0.8982699513435364 + }, + "id": "tp_12913" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1614147, + "label": "P", + "classification": { + "B": 5.209441587794572e-05, + "S": 1.3858610145689454e-05, + "I": 0.026034854352474213, + "C": 0.0003917647700291127, + "R": 7.198455568868667e-05, + "M": 0.0007816510042175651, + "O": 0.0001290418003918603, + "W": 1.3249123185232747e-05, + "N": 0.0006743360427208245, + "Y": 0.008336994796991348, + "U": 1.0267286597809289e-05, + "K": 1.4801538782194257e-05, + "L": 3.97511430492159e-05, + "G": 0.0016115765320137143, + "F": 0.0012793532805517316, + "E": 0.003341146744787693, + "T": 0.004286506678909063, + "P": 0.6354917883872986, + "-": 0.317425012588501 + }, + "id": "tp_12914" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1614281, + "label": "P", + "classification": { + "B": 1.9327084373799153e-05, + "S": 6.32988303550519e-05, + "I": 0.0035275754053145647, + "C": 0.0001069807622116059, + "R": 3.900092269759625e-05, + "M": 0.00015412781795021147, + "O": 0.0001997417421080172, + "W": 5.755844176746905e-05, + "N": 0.0008417514036409557, + "Y": 0.0005164743051864207, + "U": 3.169615592923947e-05, + "K": 0.0024896140675991774, + "L": 1.2464575775084086e-05, + "G": 0.0006640708888880908, + "F": 0.010946318507194519, + "E": 0.004297790117561817, + "T": 0.0010198182426393032, + "P": 0.5379998087882996, + "-": 0.43701258301734924 + }, + "id": "tp_12915" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1614381, + "label": "-", + "classification": { + "B": 4.247280571689771e-08, + "S": 5.1384940746856955e-08, + "I": 1.6602226651230012e-06, + "C": 6.704225086195947e-08, + "R": 9.163532155298526e-09, + "M": 2.3783927645126823e-06, + "O": 1.005497097139596e-06, + "W": 2.0015033186382425e-08, + "N": 8.603635137660604e-08, + "Y": 4.046795584145002e-05, + "U": 1.9001997753065325e-09, + "K": 1.1622475426520396e-08, + "L": 2.620939199005079e-08, + "G": 3.160856522299582e-06, + "F": 0.0003121047921013087, + "E": 3.7649965634045657e-06, + "T": 3.6615401768358424e-05, + "P": 0.0862724632024765, + "-": 0.9133260250091553 + }, + "id": "tp_12916" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1614515, + "label": "-", + "classification": { + "B": 5.039884740654088e-07, + "S": 8.021689978932045e-08, + "I": 2.562245208537206e-05, + "C": 1.9348451587575255e-06, + "R": 6.431527026506956e-07, + "M": 3.980137989856303e-05, + "O": 1.2141779734520242e-05, + "W": 6.891638548722767e-08, + "N": 2.647664132382488e-07, + "Y": 0.00037686654832214117, + "U": 1.974039598451327e-08, + "K": 1.657893911044539e-08, + "L": 1.6373185189877404e-06, + "G": 0.00024078066053334624, + "F": 0.0006496963324025273, + "E": 2.1151903638383374e-05, + "T": 0.00018892099615186453, + "P": 0.029367521405220032, + "-": 0.9690723419189453 + }, + "id": "tp_12917" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1614648, + "label": "P", + "classification": { + "B": 0.00028874160489067435, + "S": 0.00010493052832316607, + "I": 0.008703930303454399, + "C": 5.796378536615521e-05, + "R": 1.8242122678202577e-05, + "M": 0.000507182558067143, + "O": 0.0003541679179761559, + "W": 4.1825027437880635e-05, + "N": 0.0006755952490493655, + "Y": 0.0016016352456063032, + "U": 6.589768418052699e-06, + "K": 1.5997178707038984e-05, + "L": 4.1199175029760227e-05, + "G": 0.0015346253057941794, + "F": 0.0014101987471804023, + "E": 0.001585736288689077, + "T": 0.002263370668515563, + "P": 0.7720229029655457, + "-": 0.2087651789188385 + }, + "id": "tp_12918" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1614781, + "label": "-", + "classification": { + "B": 2.5321534849354066e-05, + "S": 4.017551873403136e-06, + "I": 1.500900907558389e-05, + "C": 3.3807118597906083e-06, + "R": 1.975234226847533e-06, + "M": 0.0004685259482357651, + "O": 0.00012214166054036468, + "W": 1.4641727830166928e-06, + "N": 3.5178038615413243e-07, + "Y": 0.0010911286808550358, + "U": 4.677882969872371e-08, + "K": 3.910247770022579e-08, + "L": 2.3623973902431317e-05, + "G": 0.0006025196053087711, + "F": 0.001645709271542728, + "E": 2.3622869775863364e-05, + "T": 0.0005655915010720491, + "P": 0.00803257618099451, + "-": 0.9873729348182678 + }, + "id": "tp_12919" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1614882, + "label": "-", + "classification": { + "B": 3.945975493024889e-07, + "S": 1.1547693929969682e-06, + "I": 0.0002541061257943511, + "C": 1.4971079508541152e-05, + "R": 4.3043573896284215e-06, + "M": 3.0150833481457084e-05, + "O": 1.4080561413720716e-05, + "W": 1.0128600251846365e-06, + "N": 1.6292820873786695e-05, + "Y": 0.0009135387954302132, + "U": 7.487810194106714e-07, + "K": 1.0954277058772277e-05, + "L": 7.428320145663747e-07, + "G": 9.900721488520503e-05, + "F": 0.0020431235898286104, + "E": 0.0002020498359343037, + "T": 0.00043710286263376474, + "P": 0.22579404711723328, + "-": 0.7701621651649475 + }, + "id": "tp_12920" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1615015, + "label": "P", + "classification": { + "B": 1.5899793652351946e-05, + "S": 1.388440864502627e-06, + "I": 0.0005695751751773059, + "C": 4.189065657556057e-05, + "R": 4.161020569881657e-06, + "M": 8.57192644616589e-05, + "O": 3.073185871471651e-05, + "W": 1.6644487459416268e-06, + "N": 3.5987686715088785e-05, + "Y": 0.00041966329445131123, + "U": 1.632062435419357e-06, + "K": 2.8037864012731006e-06, + "L": 4.1571179281163495e-06, + "G": 0.0003790346090681851, + "F": 0.0014213507529348135, + "E": 0.0008971342467702925, + "T": 0.0003443218010943383, + "P": 0.5728636384010315, + "-": 0.422879159450531 + }, + "id": "tp_12921" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1615148, + "label": "P", + "classification": { + "B": 4.6657820348627865e-05, + "S": 1.2290816812310368e-05, + "I": 0.006086812820285559, + "C": 0.0001585778227308765, + "R": 3.2894757168833166e-05, + "M": 0.00044965423876419663, + "O": 7.209625618997961e-05, + "W": 5.0904654926853254e-06, + "N": 0.0002520069247111678, + "Y": 0.0020699831657111645, + "U": 3.782638486882206e-06, + "K": 5.8003356571134645e-06, + "L": 3.0242341381381266e-05, + "G": 0.002114770235493779, + "F": 0.0031678820960223675, + "E": 0.0029406535904854536, + "T": 0.0011391988955438137, + "P": 0.7584993243217468, + "-": 0.22291238605976105 + }, + "id": "tp_12922" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1615282, + "label": "-", + "classification": { + "B": 5.556303221965209e-07, + "S": 4.388879801808798e-07, + "I": 0.00015265394176822156, + "C": 4.507688936428167e-05, + "R": 1.1741449270630255e-05, + "M": 5.9608897572616115e-05, + "O": 2.4030003260122612e-05, + "W": 9.93367393675726e-07, + "N": 6.872778612887487e-06, + "Y": 0.0022019860334694386, + "U": 1.0234762157779187e-06, + "K": 8.57915983942803e-06, + "L": 2.2435292521549854e-06, + "G": 0.00030898849945515394, + "F": 0.004693994298577309, + "E": 0.0001023133663693443, + "T": 0.0004985181149095297, + "P": 0.05496068671345711, + "-": 0.9369197487831116 + }, + "id": "tp_12923" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1615382, + "label": "-", + "classification": { + "B": 3.353832767061249e-08, + "S": 7.616032249302407e-09, + "I": 2.1204499716986902e-05, + "C": 7.43144212833613e-08, + "R": 2.7279108749667103e-08, + "M": 2.096901516779326e-05, + "O": 1.4803570138610667e-06, + "W": 8.002936091600077e-09, + "N": 6.043217837259363e-08, + "Y": 9.624016092857346e-05, + "U": 5.207746456292739e-10, + "K": 1.935612919945484e-10, + "L": 1.0092303881492626e-07, + "G": 7.652119165868498e-06, + "F": 4.139751035836525e-05, + "E": 4.795392214873573e-06, + "T": 8.400165825150907e-05, + "P": 0.0526139959692955, + "-": 0.9471079707145691 + }, + "id": "tp_12924" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1615516, + "label": "-", + "classification": { + "B": 7.776647544233128e-05, + "S": 2.822963688231539e-05, + "I": 0.0015398600371554494, + "C": 8.936630911193788e-05, + "R": 1.317528494837461e-05, + "M": 0.000318561535095796, + "O": 0.00022646404977422208, + "W": 2.209064223279711e-05, + "N": 0.0001934020547196269, + "Y": 0.0005312041030265391, + "U": 9.798493920243345e-06, + "K": 1.136343962571118e-05, + "L": 3.0478342523565516e-05, + "G": 0.00034556962782517076, + "F": 0.002022438682615757, + "E": 0.0013097418705001473, + "T": 0.0011133268708363175, + "P": 0.4722960591316223, + "-": 0.519821047782898 + }, + "id": "tp_12925" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1615649, + "label": "-", + "classification": { + "B": 3.892109452863224e-05, + "S": 3.7868355775572127e-06, + "I": 3.140722037642263e-05, + "C": 3.6188862395647448e-06, + "R": 4.911278210784076e-07, + "M": 0.0002263179630972445, + "O": 5.463253546622582e-05, + "W": 8.726973987904785e-07, + "N": 7.672701940464322e-07, + "Y": 0.00022679589164908975, + "U": 5.3085830842292125e-08, + "K": 2.8379860239624577e-08, + "L": 1.5577326848870143e-05, + "G": 0.00043371570063754916, + "F": 0.0017146788304671645, + "E": 0.00012879932182841003, + "T": 0.00036334196920506656, + "P": 0.0695791020989418, + "-": 0.9271770119667053 + }, + "id": "tp_12926" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1615782, + "label": "-", + "classification": { + "B": 2.6349525796831585e-06, + "S": 6.167545052448986e-07, + "I": 0.0004372668918222189, + "C": 1.296349637414096e-05, + "R": 4.053747488796944e-06, + "M": 0.000247636460699141, + "O": 1.7361093341605738e-05, + "W": 4.2924102672259323e-07, + "N": 7.563595318060834e-06, + "Y": 0.004551090765744448, + "U": 4.183366399956867e-07, + "K": 9.949671039066743e-06, + "L": 2.7623284495348344e-06, + "G": 0.0010999527294188738, + "F": 0.0037494043353945017, + "E": 0.0004891654243692756, + "T": 0.0016161929816007614, + "P": 0.05773644149303436, + "-": 0.9300140738487244 + }, + "id": "tp_12927" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1615883, + "label": "-", + "classification": { + "B": 4.715617706096964e-06, + "S": 2.531022073526401e-05, + "I": 6.915150879649445e-05, + "C": 1.3955173926660791e-05, + "R": 1.514293330728833e-06, + "M": 0.00015728315338492393, + "O": 5.3143317927606404e-05, + "W": 6.465000296884682e-06, + "N": 2.0658268113038503e-05, + "Y": 0.00137499556876719, + "U": 1.7513987131678732e-06, + "K": 5.835877891513519e-05, + "L": 4.417964646563632e-06, + "G": 0.0002232506376458332, + "F": 0.013067260384559631, + "E": 0.0008000423549674451, + "T": 0.000998847302980721, + "P": 0.17161288857460022, + "-": 0.811505913734436 + }, + "id": "tp_12928" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1616016, + "label": "-", + "classification": { + "B": 0.001281547243706882, + "S": 0.0009443428716622293, + "I": 6.250598380574957e-05, + "C": 0.0007847969536669552, + "R": 0.00024489520001225173, + "M": 0.008660024031996727, + "O": 0.003435523482039571, + "W": 0.00016895907174330205, + "N": 9.267198947782163e-06, + "Y": 0.010175533592700958, + "U": 2.506207238184288e-06, + "K": 1.948355566128157e-05, + "L": 0.0042030541226267815, + "G": 0.03621521219611168, + "F": 0.19012793898582458, + "E": 0.0005177202983759344, + "T": 0.004881671629846096, + "P": 0.006110551301389933, + "-": 0.7321544289588928 + }, + "id": "tp_12929" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1616149, + "label": "-", + "classification": { + "B": 1.2260595667612506e-06, + "S": 1.9760556824621744e-05, + "I": 0.00020432857854757458, + "C": 5.228886038821656e-06, + "R": 1.1551270517884404e-06, + "M": 4.962277671438642e-05, + "O": 4.410284600453451e-05, + "W": 6.121196292951936e-06, + "N": 2.2400679881684482e-05, + "Y": 0.0002670851245056838, + "U": 4.303976481878635e-07, + "K": 1.1113786968053319e-05, + "L": 1.697227389740874e-06, + "G": 4.112032911507413e-05, + "F": 0.012481830082833767, + "E": 0.000360441132215783, + "T": 0.0001724486064631492, + "P": 0.2784484624862671, + "-": 0.7078614234924316 + }, + "id": "tp_12930" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1616283, + "label": "-", + "classification": { + "B": 5.80787946091732e-06, + "S": 3.246502274123486e-06, + "I": 4.433428330230527e-06, + "C": 1.6587877382789884e-07, + "R": 6.110386863156236e-08, + "M": 0.00037175320903770626, + "O": 5.603205499937758e-05, + "W": 3.8195562979126407e-07, + "N": 1.2027298623706884e-07, + "Y": 0.0006499137962237, + "U": 3.03144909175046e-09, + "K": 1.0415004414454643e-09, + "L": 6.510834282380529e-06, + "G": 9.595553274266422e-05, + "F": 0.0008755280287005007, + "E": 1.121410787163768e-05, + "T": 0.0007235851371660829, + "P": 0.0050014895386993885, + "-": 0.9921936988830566 + }, + "id": "tp_12931" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1616383, + "label": "-", + "classification": { + "B": 1.5693946409101045e-07, + "S": 1.3533782521335525e-06, + "I": 5.998545020702295e-07, + "C": 3.0635947041446343e-06, + "R": 1.359544967272086e-06, + "M": 0.00042098190169781446, + "O": 5.15115971211344e-05, + "W": 2.485643619820621e-07, + "N": 1.2920725822596069e-08, + "Y": 0.00040873009129427373, + "U": 1.2005385574553884e-09, + "K": 6.6666925313541014e-09, + "L": 1.1021029422408901e-05, + "G": 0.0002482174604665488, + "F": 0.003964074421674013, + "E": 9.836969638854498e-07, + "T": 0.0005000313394702971, + "P": 0.0004960383521392941, + "-": 0.993891716003418 + }, + "id": "tp_12932" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1616517, + "label": "-", + "classification": { + "B": 8.881450241915445e-09, + "S": 9.85737187875202e-07, + "I": 1.336233367510431e-06, + "C": 1.2688907702340657e-07, + "R": 1.3658791431225836e-07, + "M": 9.441172733204439e-05, + "O": 9.177742867905181e-06, + "W": 1.1429327884115992e-07, + "N": 4.704954648104831e-08, + "Y": 0.004699463956058025, + "U": 2.5836227601772066e-10, + "K": 2.8977788133488502e-06, + "L": 1.652833674370413e-07, + "G": 0.00021474335517268628, + "F": 0.024021772667765617, + "E": 4.63269589090487e-06, + "T": 0.0019079945050179958, + "P": 0.00036136567359790206, + "-": 0.9686805605888367 + }, + "id": "tp_12933" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1616650, + "label": "-", + "classification": { + "B": 1.3690669220522977e-07, + "S": 4.63406507833497e-07, + "I": 2.7018782020604704e-06, + "C": 1.1361096767359413e-05, + "R": 4.058820195496082e-06, + "M": 0.0041832090355455875, + "O": 9.240449435310438e-05, + "W": 3.0484219593063244e-08, + "N": 5.4133963978131305e-09, + "Y": 0.03501783311367035, + "U": 1.4690891558810648e-10, + "K": 3.4508537694044605e-10, + "L": 0.00015700630319770426, + "G": 0.022193579003214836, + "F": 0.0038094306364655495, + "E": 1.3363817288336577e-06, + "T": 0.007430817931890488, + "P": 4.244560841470957e-05, + "-": 0.9270532131195068 + }, + "id": "tp_12934" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1616750, + "label": "Y", + "classification": { + "B": 1.1565035492822062e-05, + "S": 0.0005105150048620999, + "I": 0.00026836010511033237, + "C": 0.025075985118746758, + "R": 0.0038254191167652607, + "M": 0.02457009069621563, + "O": 0.00939890556037426, + "W": 0.0001574161578901112, + "N": 3.6591121897799894e-05, + "Y": 0.39584216475486755, + "U": 1.5074654129421106e-06, + "K": 6.317508814390749e-05, + "L": 0.006185452453792095, + "G": 0.3385900557041168, + "F": 0.05486209690570831, + "E": 0.0002605064364615828, + "T": 0.06594878435134888, + "P": 0.00020462649990804493, + "-": 0.0741867646574974 + }, + "id": "tp_12935" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1616884, + "label": "-", + "classification": { + "B": 4.611082999872451e-07, + "S": 4.529927082330687e-06, + "I": 0.0001541250676382333, + "C": 1.7465265045757405e-05, + "R": 5.392509137891466e-06, + "M": 0.0005582301528193057, + "O": 5.853036418557167e-05, + "W": 1.6858117533047334e-06, + "N": 4.602544777299045e-06, + "Y": 0.06712619960308075, + "U": 8.582242116972338e-08, + "K": 2.090362431772519e-05, + "L": 3.653197154562804e-06, + "G": 0.0015919802244752645, + "F": 0.004972519353032112, + "E": 0.00017842897796072066, + "T": 0.01309394184499979, + "P": 0.0031657074578106403, + "-": 0.9090415239334106 + }, + "id": "tp_12936" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1617017, + "label": "-", + "classification": { + "B": 5.135734060246477e-10, + "S": 3.034716300476248e-08, + "I": 2.490739461791236e-06, + "C": 1.5908340174064506e-06, + "R": 4.741846453271137e-07, + "M": 1.5129179701034445e-05, + "O": 3.129302513116272e-06, + "W": 2.786183017633448e-08, + "N": 1.0829581498228436e-07, + "Y": 0.010873664170503616, + "U": 3.718167773669734e-09, + "K": 1.2031382539134938e-05, + "L": 6.666326868298711e-08, + "G": 0.00024843038409017026, + "F": 0.0030239627230912447, + "E": 7.336353064602008e-06, + "T": 0.001224108855240047, + "P": 0.001660274574533105, + "-": 0.9829272627830505 + }, + "id": "tp_12937" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1617150, + "label": "-", + "classification": { + "B": 1.7749525227372942e-07, + "S": 2.3576014029913495e-08, + "I": 3.6767087294720113e-06, + "C": 5.539777703233995e-07, + "R": 8.415098307068547e-08, + "M": 1.2748793778882828e-05, + "O": 1.7284627347180503e-06, + "W": 1.608241362305307e-08, + "N": 2.7027045490513046e-08, + "Y": 0.00023497904476244003, + "U": 1.2558264428363941e-09, + "K": 1.5862731572724442e-08, + "L": 1.4372096757142572e-07, + "G": 7.618248491780832e-05, + "F": 0.000625808082986623, + "E": 1.131299177359324e-05, + "T": 4.943974636262283e-05, + "P": 0.005941631738096476, + "-": 0.9930415153503418 + }, + "id": "tp_12938" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1617251, + "label": "-", + "classification": { + "B": 2.1411421968764444e-08, + "S": 4.680921961153217e-07, + "I": 2.071321887342492e-06, + "C": 1.8701024373513064e-06, + "R": 7.270940614034771e-07, + "M": 0.0002878783270716667, + "O": 9.537462574371602e-06, + "W": 8.743365498276034e-08, + "N": 2.34276082977658e-08, + "Y": 0.02729956805706024, + "U": 5.653108536840534e-10, + "K": 7.91542689171365e-08, + "L": 7.838059445930412e-07, + "G": 0.0002723293437156826, + "F": 0.00291784992441535, + "E": 4.735527909360826e-06, + "T": 0.00411119544878602, + "P": 0.0003480273298919201, + "-": 0.9647427201271057 + }, + "id": "tp_12939" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1617384, + "label": "-", + "classification": { + "B": 1.4364981325343251e-05, + "S": 8.956213423516601e-05, + "I": 0.00024023563310038298, + "C": 7.931784057291225e-05, + "R": 0.00012390931078698486, + "M": 0.008668238297104836, + "O": 0.0023636254481971264, + "W": 3.087413278990425e-05, + "N": 5.854632945556659e-06, + "Y": 0.34640756249427795, + "U": 1.3670567966528324e-07, + "K": 1.4046919204702135e-05, + "L": 0.00031959847547113895, + "G": 0.032793667167425156, + "F": 0.01144412625581026, + "E": 2.8160211513750255e-05, + "T": 0.09173762053251266, + "P": 0.00033882580464705825, + "-": 0.5053003430366516 + }, + "id": "tp_12940" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1617518, + "label": "-", + "classification": { + "B": 1.718756692525858e-07, + "S": 2.312384594915784e-06, + "I": 2.648990857778699e-06, + "C": 2.114574635925237e-05, + "R": 1.1670732419588603e-05, + "M": 0.002272580051794648, + "O": 0.00022801825252827257, + "W": 7.395760235340276e-07, + "N": 4.8340471181518296e-08, + "Y": 0.037012193351984024, + "U": 1.4068837206338003e-09, + "K": 4.6153729726938764e-08, + "L": 2.482299714756664e-05, + "G": 0.003289267420768738, + "F": 0.0036634306889027357, + "E": 1.2306645658100024e-06, + "T": 0.016922254115343094, + "P": 6.757907249266282e-05, + "-": 0.9364797472953796 + }, + "id": "tp_12941" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1617651, + "label": "-", + "classification": { + "B": 1.294514788696688e-07, + "S": 0.00023357936879619956, + "I": 0.00023639685241505504, + "C": 1.759509541443549e-05, + "R": 2.457942537148483e-05, + "M": 0.0022569207940250635, + "O": 0.0036480005364865065, + "W": 2.6687073841458187e-05, + "N": 1.1389015526219737e-05, + "Y": 0.38248664140701294, + "U": 2.024236778197519e-09, + "K": 9.863517334451899e-06, + "L": 1.7658199794823304e-05, + "G": 0.010659424588084221, + "F": 0.01816357858479023, + "E": 2.3133918148232624e-05, + "T": 0.047094546258449554, + "P": 0.0006542033515870571, + "-": 0.5344355702400208 + }, + "id": "tp_12942" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1617751, + "label": "-", + "classification": { + "B": 2.058114928482624e-10, + "S": 2.698592460603777e-08, + "I": 6.485899461949884e-07, + "C": 9.757993524317499e-08, + "R": 3.545379456681985e-08, + "M": 0.00029397557955235243, + "O": 6.071584721212275e-06, + "W": 2.0862087612982805e-09, + "N": 1.3635578222093159e-09, + "Y": 0.079792320728302, + "U": 2.608037917573025e-12, + "K": 2.608538107740088e-10, + "L": 2.777907184281503e-07, + "G": 0.000420436670538038, + "F": 0.0003325069847051054, + "E": 7.687061298611297e-08, + "T": 0.017645223066210747, + "P": 1.3515706996258814e-05, + "-": 0.9014946818351746 + }, + "id": "tp_12943" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1617885, + "label": "-", + "classification": { + "B": 1.0956028972941567e-06, + "S": 8.743259240873158e-05, + "I": 6.993669558141846e-06, + "C": 9.13995563678327e-07, + "R": 3.96502400690224e-06, + "M": 0.008980800397694111, + "O": 0.00230973563157022, + "W": 4.816383807337843e-06, + "N": 1.3304284607329464e-07, + "Y": 0.0976651981472969, + "U": 1.9475357437848118e-10, + "K": 4.614565440874685e-08, + "L": 8.152046211762354e-05, + "G": 0.009595794603228569, + "F": 0.009863719344139099, + "E": 1.0719966212491272e-06, + "T": 0.06478587538003922, + "P": 4.7042674850672483e-05, + "-": 0.8065637946128845 + }, + "id": "tp_12944" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1618018, + "label": "-", + "classification": { + "B": 1.3822933020435357e-08, + "S": 2.112238064455596e-07, + "I": 1.8374559658695944e-05, + "C": 1.4458789792115567e-06, + "R": 1.0176240721193608e-06, + "M": 4.909747440251522e-05, + "O": 1.732664713927079e-05, + "W": 1.194775336443854e-07, + "N": 2.535870464726031e-07, + "Y": 0.0054980432614684105, + "U": 9.043178650358641e-09, + "K": 1.8536153945092337e-08, + "L": 8.999173815027461e-07, + "G": 5.189759031054564e-05, + "F": 0.00033385868300683796, + "E": 7.010555691522313e-07, + "T": 0.005229470320045948, + "P": 0.002441621385514736, + "-": 0.986355721950531 + }, + "id": "tp_12945" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1618151, + "label": "-", + "classification": { + "B": 1.301631584738061e-07, + "S": 3.219339851057157e-05, + "I": 4.638573227566667e-05, + "C": 1.0873497558350209e-05, + "R": 7.940031537145842e-06, + "M": 0.000846429611556232, + "O": 0.00023008276184555143, + "W": 7.840839316486381e-06, + "N": 2.4852195110725006e-06, + "Y": 0.18929943442344666, + "U": 6.8860250834745784e-09, + "K": 0.00023104231513570994, + "L": 1.9796332253463333e-06, + "G": 0.003420824185013771, + "F": 0.011009800247848034, + "E": 2.5218596420018002e-05, + "T": 0.03606497496366501, + "P": 0.0004928554990328848, + "-": 0.7582695484161377 + }, + "id": "tp_12946" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1618252, + "label": "-", + "classification": { + "B": 4.0600483771413565e-05, + "S": 0.00015879186685197055, + "I": 0.004020531661808491, + "C": 5.798881102236919e-05, + "R": 8.082429849309847e-05, + "M": 0.004849732853472233, + "O": 0.001274008653126657, + "W": 8.359098137589172e-05, + "N": 0.0002455247740726918, + "Y": 0.06975874304771423, + "U": 5.359047008823836e-06, + "K": 0.00016885164950508624, + "L": 9.855184180196375e-05, + "G": 0.0068663605488836765, + "F": 0.008949130773544312, + "E": 0.002699943259358406, + "T": 0.030624505132436752, + "P": 0.045774538069963455, + "-": 0.824242353439331 + }, + "id": "tp_12947" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1618385, + "label": "-", + "classification": { + "B": 8.971390343504027e-06, + "S": 1.7602105799596757e-05, + "I": 0.00014018006913829595, + "C": 0.0003173112927470356, + "R": 0.00032616345561109483, + "M": 0.001025577774271369, + "O": 0.00039329900755546987, + "W": 1.393012371408986e-05, + "N": 2.35030029216432e-06, + "Y": 0.007498859893530607, + "U": 7.895196176832542e-07, + "K": 2.618320138481067e-07, + "L": 0.000208191922865808, + "G": 0.0007761241868138313, + "F": 0.004071252420544624, + "E": 1.7815267710830085e-05, + "T": 0.007158458232879639, + "P": 0.006484732497483492, + "-": 0.9715381264686584 + }, + "id": "tp_12948" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1618519, + "label": "Y", + "classification": { + "B": 1.1165794511214244e-08, + "S": 5.017148214392364e-05, + "I": 3.5654556995723397e-05, + "C": 0.0002740849449764937, + "R": 6.691626913379878e-05, + "M": 0.00015916312986519188, + "O": 0.00018920222646556795, + "W": 1.3170199963496998e-05, + "N": 1.06262314147898e-05, + "Y": 0.5703573226928711, + "U": 3.100871781569481e-09, + "K": 0.06788972020149231, + "L": 1.7669811995801865e-06, + "G": 0.054188214242458344, + "F": 0.20959554612636566, + "E": 0.00024825995205901563, + "T": 0.024538975208997726, + "P": 0.00011773472942877561, + "-": 0.07226340472698212 + }, + "id": "tp_12949" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1618652, + "label": "-", + "classification": { + "B": 4.335604444349883e-06, + "S": 0.00013720164133701473, + "I": 3.459713843767531e-05, + "C": 0.0021722919773310423, + "R": 0.0006638654740527272, + "M": 0.00322654633782804, + "O": 0.0011286163935437799, + "W": 8.361611980944872e-05, + "N": 1.1994561646133661e-05, + "Y": 0.04717515408992767, + "U": 1.4471811482508201e-06, + "K": 0.0017271445831283927, + "L": 0.00034945804509334266, + "G": 0.02788262441754341, + "F": 0.35602831840515137, + "E": 0.0004993482725694776, + "T": 0.00865430198609829, + "P": 0.0019478857284411788, + "-": 0.5482712388038635 + }, + "id": "tp_12950" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1618752, + "label": "-", + "classification": { + "B": 2.2501913526928874e-11, + "S": 3.829046235637179e-08, + "I": 7.359790998862081e-08, + "C": 6.631260930589633e-06, + "R": 8.968455063040892e-07, + "M": 1.454042376280995e-06, + "O": 1.1882450507982867e-06, + "W": 2.88654753433093e-08, + "N": 4.832395372744713e-09, + "Y": 0.004219505935907364, + "U": 1.4276302362503657e-10, + "K": 3.5686945921042934e-05, + "L": 1.5002314057710464e-08, + "G": 0.00012305712152738124, + "F": 0.011072548106312752, + "E": 3.8320328599183995e-07, + "T": 0.00027839248650707304, + "P": 0.00020006454724352807, + "-": 0.9840599298477173 + }, + "id": "tp_12951" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1618886, + "label": "Y", + "classification": { + "B": 2.8235519478059246e-10, + "S": 1.4276351976150181e-06, + "I": 6.289069915510481e-06, + "C": 3.446853895638924e-07, + "R": 2.061117498897147e-07, + "M": 3.461718006292358e-05, + "O": 1.0945625945169013e-05, + "W": 2.2096119778325374e-07, + "N": 3.9195435874717077e-07, + "Y": 0.7823222279548645, + "U": 1.2155479747755216e-11, + "K": 0.0017940925899893045, + "L": 2.743618310319107e-08, + "G": 0.009677987545728683, + "F": 0.03190121427178383, + "E": 7.209151226561517e-05, + "T": 0.02397177182137966, + "P": 2.4687555196578614e-05, + "-": 0.15018142759799957 + }, + "id": "tp_12952" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1619019, + "label": "-", + "classification": { + "B": 4.888345756626222e-06, + "S": 0.0001600118266651407, + "I": 0.029847094789147377, + "C": 0.00032560763065703213, + "R": 0.00023928136215545237, + "M": 0.004667244851589203, + "O": 0.0015480100410059094, + "W": 5.9149355365661904e-05, + "N": 0.0010592933977022767, + "Y": 0.28973084688186646, + "U": 1.2716961919068126e-06, + "K": 0.00029757031006738544, + "L": 5.757058897870593e-05, + "G": 0.013308992609381676, + "F": 0.007603678852319717, + "E": 0.0012805426958948374, + "T": 0.1402619332075119, + "P": 0.018876615911722183, + "-": 0.49067044258117676 + }, + "id": "tp_12953" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1619152, + "label": "-", + "classification": { + "B": 3.682921967396169e-09, + "S": 4.350360541138798e-06, + "I": 1.224467496285797e-06, + "C": 1.2319867437327048e-07, + "R": 4.135432263296934e-08, + "M": 3.913450564141385e-05, + "O": 2.2453861674875952e-05, + "W": 4.5506223500524356e-07, + "N": 5.369547011468967e-07, + "Y": 0.0064247180707752705, + "U": 1.469753985183786e-09, + "K": 0.0003252532333135605, + "L": 1.0083492441026465e-07, + "G": 0.00033215744770132005, + "F": 0.03692378103733063, + "E": 3.132884012302384e-05, + "T": 0.0017095376970246434, + "P": 0.0035983133129775524, + "-": 0.9505864381790161 + }, + "id": "tp_12954" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1619253, + "label": "-", + "classification": { + "B": 4.954565230308461e-11, + "S": 1.1698961088768556e-07, + "I": 1.3905829376881229e-08, + "C": 1.0549066473686253e-06, + "R": 6.618615202569345e-07, + "M": 3.9844024286139756e-05, + "O": 9.74525846686447e-06, + "W": 3.3371968299888977e-08, + "N": 7.309134408828299e-10, + "Y": 0.002208164893090725, + "U": 5.733643768102148e-11, + "K": 2.0200239703171974e-08, + "L": 1.0086361044159275e-06, + "G": 6.90464221406728e-05, + "F": 0.013918568380177021, + "E": 2.9349163099823272e-08, + "T": 0.0005949418991804123, + "P": 0.00010512319568078965, + "-": 0.9830515384674072 + }, + "id": "tp_12955" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1619386, + "label": "-", + "classification": { + "B": 1.0761678874426917e-11, + "S": 3.8218522790955944e-10, + "I": 8.860648326169951e-11, + "C": 1.3995028226576611e-11, + "R": 1.4323987308773045e-11, + "M": 4.954765699949348e-07, + "O": 3.790436764461447e-08, + "W": 1.7018431802684475e-11, + "N": 2.1991394436818995e-13, + "Y": 2.67172435997054e-06, + "U": 8.504650718170156e-16, + "K": 2.046276288605181e-13, + "L": 3.658024994024345e-10, + "G": 8.175194921022921e-08, + "F": 9.687157580628991e-05, + "E": 2.774187268794748e-10, + "T": 2.925627995864488e-06, + "P": 7.406107215501834e-06, + "-": 0.9998894929885864 + }, + "id": "tp_12956" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1619520, + "label": "Y", + "classification": { + "B": 2.7345359754349374e-08, + "S": 0.00010196361836278811, + "I": 9.83568315859884e-06, + "C": 5.016549380343349e-07, + "R": 4.4110873886893387e-07, + "M": 0.0014911775942891836, + "O": 0.00025248131714761257, + "W": 4.345556590124033e-06, + "N": 1.2197896239740658e-06, + "Y": 0.499764084815979, + "U": 2.639518881242253e-10, + "K": 0.00036101663135923445, + "L": 1.461121314605407e-06, + "G": 0.007189680822193623, + "F": 0.038501765578985214, + "E": 2.298010076628998e-05, + "T": 0.12501560151576996, + "P": 9.266511915484443e-05, + "-": 0.3271888196468353 + }, + "id": "tp_12957" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1619653, + "label": "-", + "classification": { + "B": 2.7462909724107476e-10, + "S": 3.566762174500582e-08, + "I": 1.2455731734917208e-07, + "C": 2.2699704516071506e-07, + "R": 1.685360047076756e-07, + "M": 0.0001264995662495494, + "O": 5.041265012550866e-06, + "W": 4.707540135484578e-09, + "N": 4.826772315169592e-10, + "Y": 0.0200561061501503, + "U": 5.050956181085198e-12, + "K": 1.2114639291738172e-09, + "L": 4.296155680094671e-07, + "G": 0.00030187118682079017, + "F": 0.0021075503900647163, + "E": 5.857580731571943e-08, + "T": 0.0018527721986174583, + "P": 1.5101837561815046e-05, + "-": 0.9755340814590454 + }, + "id": "tp_12958" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1619753, + "label": "-", + "classification": { + "B": 4.139855391827041e-08, + "S": 1.0605695024423767e-05, + "I": 6.339266747090733e-07, + "C": 1.6652287740726024e-05, + "R": 1.4347602700581774e-05, + "M": 0.00630666920915246, + "O": 0.00255793915130198, + "W": 1.8792678702084231e-06, + "N": 6.083479053842211e-09, + "Y": 0.1637524962425232, + "U": 1.2616270007870245e-11, + "K": 3.574601503686381e-09, + "L": 0.00011183460446773097, + "G": 0.019973136484622955, + "F": 0.003919901326298714, + "E": 5.286469217935519e-08, + "T": 0.06331267952919006, + "P": 2.2182944121595938e-06, + "-": 0.740018904209137 + }, + "id": "tp_12959" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1619887, + "label": "-", + "classification": { + "B": 5.807368363974774e-09, + "S": 4.952259473611775e-07, + "I": 9.878506261884468e-07, + "C": 1.0288782505085692e-05, + "R": 2.1886933154746657e-06, + "M": 7.152183388825506e-05, + "O": 1.4274849490902852e-05, + "W": 2.630930566738243e-07, + "N": 7.450783812146256e-08, + "Y": 0.003978072665631771, + "U": 5.729341445714908e-09, + "K": 2.3391768991132267e-05, + "L": 1.0476776424184209e-06, + "G": 0.00048625620547682047, + "F": 0.04057328402996063, + "E": 1.1168484888912644e-05, + "T": 0.0006698969518765807, + "P": 0.0009290612069889903, + "-": 0.953227698802948 + }, + "id": "tp_12960" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1620020, + "label": "-", + "classification": { + "B": 4.7859971346042585e-06, + "S": 6.00502680754289e-05, + "I": 0.0002493136271368712, + "C": 6.818997633217805e-08, + "R": 1.795288966377484e-07, + "M": 0.0027554503176361322, + "O": 0.00045234503340907395, + "W": 1.6114282743728836e-06, + "N": 1.04350272067677e-06, + "Y": 0.009836407378315926, + "U": 2.0890890406466411e-10, + "K": 2.423189471301157e-08, + "L": 3.945464413845912e-06, + "G": 0.00026401111972518265, + "F": 0.0004464104422368109, + "E": 7.812951480445918e-06, + "T": 0.014896910637617111, + "P": 0.001182938227429986, + "-": 0.9698367714881897 + }, + "id": "tp_12961" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1620153, + "label": "-", + "classification": { + "B": 7.153770553713912e-08, + "S": 5.1790819270536304e-05, + "I": 0.00011079106479883194, + "C": 1.9212926417822018e-05, + "R": 2.6874053219216876e-05, + "M": 0.0017912235343828797, + "O": 0.0007862529018893838, + "W": 6.426760137401288e-06, + "N": 1.4515442217089003e-06, + "Y": 0.1910894811153412, + "U": 2.1766839441994534e-09, + "K": 3.2253385029434867e-07, + "L": 2.5542403818690218e-05, + "G": 0.003838159376755357, + "F": 0.011292915791273117, + "E": 3.245147809138871e-06, + "T": 0.06061461940407753, + "P": 0.00035417318576946855, + "-": 0.7299875020980835 + }, + "id": "tp_12962" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1620254, + "label": "-", + "classification": { + "B": 1.557366596793841e-10, + "S": 1.769372759419241e-09, + "I": 7.469185270281287e-09, + "C": 8.123701888962387e-08, + "R": 1.522331061210025e-08, + "M": 7.352173997787759e-05, + "O": 5.482707479131932e-07, + "W": 6.637942279175135e-11, + "N": 8.231651471568568e-12, + "Y": 0.006054205354303122, + "U": 1.9819397316898912e-13, + "K": 5.390146228662074e-12, + "L": 3.4965626127814176e-07, + "G": 0.0003140539047308266, + "F": 0.000767315796110779, + "E": 2.143450927860613e-08, + "T": 0.000600104162003845, + "P": 5.363160653359955e-06, + "-": 0.9921844601631165 + }, + "id": "tp_12963" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1620387, + "label": "-", + "classification": { + "B": 6.948636865899971e-08, + "S": 6.899139748384187e-08, + "I": 1.540980036907058e-07, + "C": 4.2199044969493116e-07, + "R": 2.412403716789413e-07, + "M": 2.0664476323872805e-05, + "O": 1.390588568028761e-05, + "W": 1.0408204786926945e-07, + "N": 2.6022459742591764e-09, + "Y": 2.2752761651645415e-05, + "U": 8.271399121184686e-10, + "K": 1.2405282356908742e-10, + "L": 2.2276019535638625e-06, + "G": 6.590523753402522e-06, + "F": 0.0004504340759012848, + "E": 9.022613056686168e-08, + "T": 6.559331814059988e-05, + "P": 0.0010779342846944928, + "-": 0.9983386993408203 + }, + "id": "tp_12964" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1620521, + "label": "-", + "classification": { + "B": 6.234623839418418e-08, + "S": 2.9512145260923717e-07, + "I": 2.8209258744027466e-05, + "C": 3.944797299482161e-06, + "R": 1.4489901332126465e-06, + "M": 0.0001073731982614845, + "O": 9.440379471925553e-06, + "W": 2.8782838512597664e-07, + "N": 4.471752390600159e-07, + "Y": 0.0018003789009526372, + "U": 3.6619947962890365e-08, + "K": 2.4927664981078124e-06, + "L": 7.110389219633362e-07, + "G": 0.0001564772828714922, + "F": 0.004079782869666815, + "E": 2.7355381462257355e-05, + "T": 0.0009331864421255887, + "P": 0.005180274602025747, + "-": 0.9876677393913269 + }, + "id": "tp_12965" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1620654, + "label": "-", + "classification": { + "B": 3.881695647578454e-06, + "S": 4.958045792591292e-06, + "I": 1.620983675820753e-05, + "C": 1.1219083262403728e-07, + "R": 3.2206747846430517e-07, + "M": 0.0011395243927836418, + "O": 8.726002852199599e-05, + "W": 2.192876848994274e-07, + "N": 8.989204047793464e-08, + "Y": 0.017990875989198685, + "U": 4.882886872614733e-10, + "K": 1.4792519431594542e-09, + "L": 1.1709528735082131e-05, + "G": 0.0007264370797201991, + "F": 0.001292535336688161, + "E": 1.251639559995965e-06, + "T": 0.014294802211225033, + "P": 0.0005350325373001397, + "-": 0.9638948440551758 + }, + "id": "tp_12966" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1620754, + "label": "Y", + "classification": { + "B": 1.1954409018244405e-08, + "S": 2.334675627935212e-05, + "I": 0.00027503419551067054, + "C": 2.5460471078986302e-05, + "R": 1.539997902000323e-05, + "M": 0.00015605207590851933, + "O": 0.0001524696999695152, + "W": 9.474513717577793e-06, + "N": 3.161841959808953e-05, + "Y": 0.8742449283599854, + "U": 1.883922795542503e-09, + "K": 0.009221695363521576, + "L": 4.706002414422983e-07, + "G": 0.018671302124857903, + "F": 0.013861753977835178, + "E": 6.061171006876975e-05, + "T": 0.05382753536105156, + "P": 5.1828817959176376e-05, + "-": 0.029371162876486778 + }, + "id": "tp_12967" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1620888, + "label": "-", + "classification": { + "B": 2.951041411236588e-09, + "S": 8.789303507228396e-09, + "I": 1.272526424145326e-05, + "C": 3.6602529007723206e-07, + "R": 8.290798092502882e-08, + "M": 9.574172509019263e-06, + "O": 7.244979087772663e-07, + "W": 6.124627471848498e-09, + "N": 1.0808002315343401e-07, + "Y": 0.005680066999047995, + "U": 1.040235342308904e-09, + "K": 3.5873870274372166e-07, + "L": 1.9665083783593218e-08, + "G": 0.00012357396190054715, + "F": 0.0009633330046199262, + "E": 1.1634916518232785e-05, + "T": 0.0005147874471731484, + "P": 0.004945429507642984, + "-": 0.9877370595932007 + }, + "id": "tp_12968" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1621021, + "label": "-", + "classification": { + "B": 1.5683392362575432e-08, + "S": 2.828498963935999e-07, + "I": 3.972499200699531e-07, + "C": 1.3584521184384357e-05, + "R": 6.600607321161078e-06, + "M": 0.0006554436404258013, + "O": 4.7018744226079434e-05, + "W": 7.725557793492044e-08, + "N": 2.298066847927771e-09, + "Y": 0.019454285502433777, + "U": 2.7676855252067867e-10, + "K": 5.175988970762546e-09, + "L": 1.969525146705564e-05, + "G": 0.0017652926035225391, + "F": 0.003739696927368641, + "E": 1.3952086419521947e-07, + "T": 0.003648333717137575, + "P": 2.1286123228492215e-05, + "-": 0.9706277847290039 + }, + "id": "tp_12969" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1621154, + "label": "-", + "classification": { + "B": 2.0421130102477036e-06, + "S": 6.731525445502484e-06, + "I": 2.0003776626253966e-06, + "C": 2.2631145839113742e-05, + "R": 8.773161425779108e-06, + "M": 0.0012095405254513025, + "O": 9.795913501875475e-05, + "W": 8.759688512327557e-07, + "N": 7.963827641788157e-08, + "Y": 0.008938674814999104, + "U": 8.620806291048666e-09, + "K": 1.1427483315173959e-07, + "L": 9.473849058849737e-05, + "G": 0.0058990223333239555, + "F": 0.07907581329345703, + "E": 1.1797778824984562e-05, + "T": 0.002780708484351635, + "P": 0.000577817321754992, + "-": 0.9012705683708191 + }, + "id": "tp_12970" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1621255, + "label": "-", + "classification": { + "B": 1.0632663638432405e-09, + "S": 1.1758976370401797e-07, + "I": 7.84327340852542e-08, + "C": 2.1576386899369027e-08, + "R": 1.1552312884077764e-08, + "M": 8.28146658022888e-05, + "O": 5.993967533868272e-06, + "W": 8.911285043211592e-09, + "N": 1.521119452618791e-09, + "Y": 0.003824543207883835, + "U": 1.6832455568271953e-11, + "K": 3.448844054787514e-08, + "L": 1.6429180504928809e-07, + "G": 0.0002652304247021675, + "F": 0.0047622001729905605, + "E": 1.8883487484799844e-07, + "T": 0.0012209928827360272, + "P": 6.702750397380441e-05, + "-": 0.9897705316543579 + }, + "id": "tp_12971" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1621388, + "label": "-", + "classification": { + "B": 6.589783385635428e-09, + "S": 1.2365046131890267e-05, + "I": 1.8014675617905596e-07, + "C": 1.9081187929259613e-05, + "R": 1.8352438928559422e-05, + "M": 0.0007515277829952538, + "O": 0.0005700495676137507, + "W": 6.961573149055766e-07, + "N": 4.762512162415078e-09, + "Y": 0.010231802240014076, + "U": 9.30137425414479e-11, + "K": 6.89482391180718e-08, + "L": 0.00013951452274341136, + "G": 0.010455744341015816, + "F": 0.052722565829753876, + "E": 2.7749624109674187e-07, + "T": 0.0032540950924158096, + "P": 1.4221498531696852e-05, + "-": 0.9218094348907471 + }, + "id": "tp_12972" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1621522, + "label": "-", + "classification": { + "B": 8.687255359518531e-09, + "S": 1.2911880276078591e-06, + "I": 7.281609555320756e-07, + "C": 3.8470723666250706e-05, + "R": 6.814996140747098e-06, + "M": 0.0003787754103541374, + "O": 5.919127943343483e-05, + "W": 4.989641411157208e-07, + "N": 6.149225129092883e-08, + "Y": 0.04042931646108627, + "U": 3.243862511936868e-09, + "K": 3.172026845277287e-05, + "L": 6.400667643902125e-06, + "G": 0.004715051501989365, + "F": 0.031073300167918205, + "E": 1.7498326997156255e-05, + "T": 0.00401381216943264, + "P": 0.00014253519475460052, + "-": 0.9190845489501953 + }, + "id": "tp_12973" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1621655, + "label": "-", + "classification": { + "B": 8.878392691258341e-06, + "S": 4.759715739055537e-05, + "I": 0.005074716173112392, + "C": 0.0002865909191314131, + "R": 0.00026217912090942264, + "M": 0.0046263509429991245, + "O": 0.0022122387308627367, + "W": 1.7905178538057953e-05, + "N": 0.00010603333794279024, + "Y": 0.18449033796787262, + "U": 3.2483336553923436e-07, + "K": 4.436735252966173e-06, + "L": 5.382057497627102e-05, + "G": 0.006597131956368685, + "F": 0.0014596398686990142, + "E": 3.556261071935296e-05, + "T": 0.0923655554652214, + "P": 0.005178128369152546, + "-": 0.6971725821495056 + }, + "id": "tp_12974" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1621755, + "label": "-", + "classification": { + "B": 1.1307594400752907e-12, + "S": 3.856340136110248e-09, + "I": 3.0567505859835364e-08, + "C": 9.621226482181555e-09, + "R": 3.932122183414322e-09, + "M": 1.8704085960052907e-06, + "O": 6.729279107275943e-07, + "W": 1.125553761305298e-09, + "N": 3.876803322810929e-10, + "Y": 0.004927697125822306, + "U": 3.157518192221931e-13, + "K": 2.123023001843194e-08, + "L": 9.133250822301875e-10, + "G": 9.055765985976905e-06, + "F": 0.0006236402550712228, + "E": 3.5981739809898272e-09, + "T": 0.0018406847957521677, + "P": 2.3271897589438595e-05, + "-": 0.9925731420516968 + }, + "id": "tp_12975" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1621889, + "label": "-", + "classification": { + "B": 1.2002206339900567e-08, + "S": 7.285672722900927e-07, + "I": 1.8837283732864307e-06, + "C": 7.92423088569194e-06, + "R": 5.189962848817231e-06, + "M": 0.0001989298762055114, + "O": 3.874258618452586e-05, + "W": 2.2270346278219222e-07, + "N": 2.225804074384996e-08, + "Y": 0.005750949028879404, + "U": 1.7159270671029958e-09, + "K": 3.1018622337342094e-08, + "L": 5.554948074859567e-06, + "G": 0.00031191002926789224, + "F": 0.002608346054330468, + "E": 3.041668321657198e-07, + "T": 0.0018798288656398654, + "P": 0.0002183744654757902, + "-": 0.9889710545539856 + }, + "id": "tp_12976" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1622022, + "label": "-", + "classification": { + "B": 4.0236314280406305e-11, + "S": 1.886663048011883e-10, + "I": 7.007066482600521e-09, + "C": 1.2186150755155722e-08, + "R": 5.742863073976423e-09, + "M": 3.7038550999568542e-06, + "O": 7.398485735166105e-08, + "W": 1.9087995073441277e-11, + "N": 4.133370295339445e-12, + "Y": 0.00042904177098535, + "U": 2.923822479700827e-13, + "K": 4.501938752343726e-12, + "L": 2.877155047542601e-08, + "G": 6.583497452083975e-05, + "F": 0.000390405795769766, + "E": 1.4957519667291308e-08, + "T": 4.240721682435833e-05, + "P": 4.502851879806258e-05, + "-": 0.9990234375 + }, + "id": "tp_12977" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1622155, + "label": "-", + "classification": { + "B": 1.1020561174746035e-07, + "S": 1.6945088887609927e-08, + "I": 2.634672273416072e-05, + "C": 9.260290426027495e-06, + "R": 2.1559346805588575e-06, + "M": 7.213314529508352e-05, + "O": 5.0950470722455066e-06, + "W": 2.1825842466682843e-08, + "N": 1.1913114406070235e-07, + "Y": 0.002518910448998213, + "U": 2.1299884522818502e-08, + "K": 1.0028456287614063e-08, + "L": 1.3639598819281673e-06, + "G": 0.0001659192785155028, + "F": 9.774740465218201e-05, + "E": 4.78039601148339e-06, + "T": 0.0014145143795758486, + "P": 0.0029108135495334864, + "-": 0.9927706122398376 + }, + "id": "tp_12978" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1622256, + "label": "P", + "classification": { + "B": 2.99545916959687e-07, + "S": 7.915633659649757e-08, + "I": 0.0005198110593482852, + "C": 6.76506260788301e-06, + "R": 1.0587122005745186e-06, + "M": 8.517930837115273e-06, + "O": 3.7784789128636476e-06, + "W": 1.1720479164978315e-07, + "N": 8.185937076632399e-06, + "Y": 0.00011857117351610214, + "U": 2.0587273752425972e-07, + "K": 1.1776410957509142e-07, + "L": 4.89502269829245e-07, + "G": 5.03855844726786e-05, + "F": 0.0001657415268709883, + "E": 4.380732571007684e-05, + "T": 0.00016465965018142015, + "P": 0.6252256035804749, + "-": 0.3736817538738251 + }, + "id": "tp_12979" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1622389, + "label": "P", + "classification": { + "B": 4.507576250034617e-07, + "S": 1.8984511029884743e-07, + "I": 0.0009321865509264171, + "C": 4.2454039430595e-06, + "R": 7.810611464265094e-07, + "M": 1.5491530575673096e-05, + "O": 3.834762537735514e-06, + "W": 3.4215719324492966e-07, + "N": 2.5372730306116864e-05, + "Y": 0.0005605170736089349, + "U": 2.493442536888324e-07, + "K": 2.0184850654914044e-05, + "L": 1.8412126223665837e-07, + "G": 0.00010831785039044917, + "F": 0.0014479014789685607, + "E": 0.0010920582571998239, + "T": 0.000131920343847014, + "P": 0.520663321018219, + "-": 0.4749923348426819 + }, + "id": "tp_12980" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1622523, + "label": "-", + "classification": { + "B": 1.8820520697460097e-09, + "S": 3.326827036076452e-09, + "I": 1.7147462131106295e-05, + "C": 1.6490844245709013e-06, + "R": 1.3044865454503451e-07, + "M": 3.921297320630401e-06, + "O": 3.934158314677916e-07, + "W": 6.872714841676952e-09, + "N": 2.576963424871792e-07, + "Y": 0.0003422577283345163, + "U": 8.864282641241061e-09, + "K": 1.1953687817367609e-07, + "L": 1.223153134333188e-08, + "G": 6.2214189711085055e-06, + "F": 0.00010511459549888968, + "E": 5.319975571183022e-06, + "T": 8.58256607898511e-05, + "P": 0.02262909524142742, + "-": 0.9768025279045105 + }, + "id": "tp_12981" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1622656, + "label": "P", + "classification": { + "B": 1.1055947268800992e-08, + "S": 7.159691062241791e-09, + "I": 0.00017320862389169633, + "C": 2.312873590426534e-07, + "R": 4.789291629947456e-09, + "M": 1.722873776088818e-06, + "O": 1.5928256402730767e-07, + "W": 4.777267026412346e-09, + "N": 2.7866017262567766e-06, + "Y": 2.6643336241249926e-05, + "U": 5.546675563294912e-09, + "K": 1.4233593503831798e-07, + "L": 4.5819659177936956e-09, + "G": 2.7780261007137597e-06, + "F": 4.0315426304005086e-05, + "E": 0.0002155312104150653, + "T": 1.9930403141188435e-05, + "P": 0.6761873960494995, + "-": 0.32332906126976013 + }, + "id": "tp_12982" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1622756, + "label": "-", + "classification": { + "B": 1.6082636022929364e-07, + "S": 3.1940766120897024e-07, + "I": 1.4180131984176114e-05, + "C": 1.2160174946984625e-06, + "R": 1.2061879317570856e-07, + "M": 3.807480607065372e-05, + "O": 5.823078936373349e-06, + "W": 2.062492683307937e-07, + "N": 1.3477504126058193e-06, + "Y": 0.00013541652879212052, + "U": 6.800775764759237e-08, + "K": 2.308837338205194e-06, + "L": 2.2618655748374294e-07, + "G": 1.6615926142549142e-05, + "F": 0.0020961135160177946, + "E": 7.622681005159393e-05, + "T": 0.00020280620083212852, + "P": 0.07034968584775925, + "-": 0.9270590543746948 + }, + "id": "tp_12983" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1622890, + "label": "-", + "classification": { + "B": 2.7430529371486045e-05, + "S": 1.3334954928723164e-05, + "I": 0.008246682584285736, + "C": 0.0002636995923239738, + "R": 3.9607770304428414e-05, + "M": 0.0008241607574746013, + "O": 0.00017200777074322104, + "W": 1.9077266188105568e-05, + "N": 0.0004471394349820912, + "Y": 0.007085023447871208, + "U": 1.2883873750979546e-05, + "K": 0.00010240010306006297, + "L": 1.9662582417367958e-05, + "G": 0.0013288340996950865, + "F": 0.0031221022363752127, + "E": 0.006889638490974903, + "T": 0.0033604020718485117, + "P": 0.347732812166214, + "-": 0.620293140411377 + }, + "id": "tp_12984" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1623023, + "label": "P", + "classification": { + "B": 2.6179231227274613e-08, + "S": 2.0579024706535165e-08, + "I": 1.473844258725876e-05, + "C": 1.060628065374658e-07, + "R": 9.038124915150547e-09, + "M": 2.478040812547988e-07, + "O": 2.8211434255354106e-07, + "W": 2.293064582659099e-08, + "N": 5.904390150135441e-07, + "Y": 7.132070095394738e-06, + "U": 9.116745580683983e-09, + "K": 4.877350789911361e-08, + "L": 4.996670188717189e-09, + "G": 7.738123599665414e-07, + "F": 5.756713289883919e-05, + "E": 4.718953732663067e-06, + "T": 1.497906578151742e-05, + "P": 0.6846007704734802, + "-": 0.31529784202575684 + }, + "id": "tp_12985" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1623156, + "label": "-", + "classification": { + "B": 5.018118365285318e-09, + "S": 1.206478028592528e-08, + "I": 4.621898551704362e-05, + "C": 6.914056029927451e-07, + "R": 4.8774598582213e-08, + "M": 1.2019623909509392e-06, + "O": 6.254012419049104e-07, + "W": 1.9605270296096933e-08, + "N": 1.4785504163228325e-06, + "Y": 3.3262484066654e-05, + "U": 1.323846721135169e-08, + "K": 4.096360441963043e-07, + "L": 1.3846433333242203e-08, + "G": 6.3849838625174016e-06, + "F": 0.00027525267796590924, + "E": 4.9593345465837047e-05, + "T": 2.9893200917285867e-05, + "P": 0.3347899317741394, + "-": 0.664764940738678 + }, + "id": "tp_12986" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1623257, + "label": "P", + "classification": { + "B": 6.366361304799284e-08, + "S": 1.2980308383703232e-07, + "I": 0.0029432512819767, + "C": 3.09552615362918e-06, + "R": 4.751835831484641e-07, + "M": 1.2063422218488995e-05, + "O": 2.4775665679044323e-06, + "W": 1.5946770304253732e-07, + "N": 5.3142215620027855e-05, + "Y": 0.0001819981262087822, + "U": 8.707546328423632e-08, + "K": 5.803466933684831e-07, + "L": 1.1023505663843025e-07, + "G": 2.5458892196184024e-05, + "F": 0.00011230579548282549, + "E": 0.00018802015983965248, + "T": 0.00021652030409313738, + "P": 0.8082306385040283, + "-": 0.18802949786186218 + }, + "id": "tp_12987" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1623390, + "label": "-", + "classification": { + "B": 9.212654731527437e-06, + "S": 3.616968342612381e-07, + "I": 0.0009112560655921698, + "C": 4.093905954505317e-05, + "R": 3.098657316513709e-06, + "M": 0.0003556834999471903, + "O": 3.1097188184503466e-05, + "W": 8.579750669923669e-07, + "N": 1.4809875210630707e-05, + "Y": 0.00042902948916889727, + "U": 8.440807164333819e-07, + "K": 1.9417983310177078e-07, + "L": 8.794617315288633e-06, + "G": 0.00032046096748672426, + "F": 0.0003055963316000998, + "E": 0.0006089750677347183, + "T": 0.0007639445830136538, + "P": 0.3478313684463501, + "-": 0.648363471031189 + }, + "id": "tp_12988" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1623524, + "label": "-", + "classification": { + "B": 1.0010732687248947e-08, + "S": 3.8304673322109295e-10, + "I": 6.830413622083142e-05, + "C": 3.919186610801262e-07, + "R": 8.986443589265036e-09, + "M": 6.830993015682907e-07, + "O": 7.851068772879444e-08, + "W": 1.5373844419741545e-09, + "N": 4.0684668078938557e-07, + "Y": 2.577959094196558e-05, + "U": 5.74666314534511e-09, + "K": 2.9560544234641384e-08, + "L": 4.5724202202279685e-09, + "G": 9.40273002925096e-06, + "F": 3.894232213497162e-05, + "E": 4.248289405950345e-05, + "T": 1.2281905583222397e-05, + "P": 0.46666258573532104, + "-": 0.5331385731697083 + }, + "id": "tp_12989" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1623657, + "label": "-", + "classification": { + "B": 0.0002822519454639405, + "S": 6.312672485364601e-05, + "I": 0.006784937810152769, + "C": 0.0022619368974119425, + "R": 0.0007348772487603128, + "M": 0.0027791301254183054, + "O": 0.0006259892834350467, + "W": 6.09146045462694e-05, + "N": 0.0003983489004895091, + "Y": 0.02722536213696003, + "U": 7.933617598609999e-05, + "K": 0.00022235405049286783, + "L": 0.0002865007845684886, + "G": 0.017342623323202133, + "F": 0.018399015069007874, + "E": 0.008128456771373749, + "T": 0.006669892929494381, + "P": 0.15559549629688263, + "-": 0.7520595192909241 + }, + "id": "tp_12990" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1623757, + "label": "-", + "classification": { + "B": 2.60552824329352e-05, + "S": 1.2185550076537766e-05, + "I": 0.0015961875906214118, + "C": 4.569078009808436e-05, + "R": 1.58600651047891e-05, + "M": 0.0006060675368644297, + "O": 0.000169286533491686, + "W": 1.3274892808112781e-05, + "N": 8.880122913978994e-05, + "Y": 0.003633545245975256, + "U": 4.099854777450673e-06, + "K": 1.2446262189769186e-05, + "L": 2.0435523765627295e-05, + "G": 0.0006568791577592492, + "F": 0.0024392525665462017, + "E": 0.0008480478427372873, + "T": 0.002470859093591571, + "P": 0.24140223860740662, + "-": 0.7459388375282288 + }, + "id": "tp_12991" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1623891, + "label": "-", + "classification": { + "B": 6.6764391704055015e-06, + "S": 5.8345731304143555e-06, + "I": 0.001209484995342791, + "C": 5.9167094150325283e-05, + "R": 1.1633960639301222e-05, + "M": 0.00030686851823702455, + "O": 9.309285815106705e-05, + "W": 9.526036592433229e-06, + "N": 0.0001091262383852154, + "Y": 0.0026288165245205164, + "U": 6.74035163683584e-06, + "K": 0.00013364088954403996, + "L": 8.757369869272225e-06, + "G": 0.0011437548091635108, + "F": 0.005038454197347164, + "E": 0.0035505867563188076, + "T": 0.0010782340541481972, + "P": 0.3107067942619324, + "-": 0.6738928556442261 + }, + "id": "tp_12992" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1624024, + "label": "-", + "classification": { + "B": 4.4013064325554296e-05, + "S": 0.0002382906968705356, + "I": 0.017874088138341904, + "C": 0.001148365205153823, + "R": 0.00046437568380497396, + "M": 0.0013863637577742338, + "O": 0.000748193881008774, + "W": 0.00022953419829718769, + "N": 0.003144849557429552, + "Y": 0.024667134508490562, + "U": 0.0001035496752592735, + "K": 0.0015822898130863905, + "L": 7.733739766990766e-05, + "G": 0.00193882011808455, + "F": 0.012552270665764809, + "E": 0.007054522633552551, + "T": 0.012673919089138508, + "P": 0.3075183629989624, + "-": 0.6065537333488464 + }, + "id": "tp_12993" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1624157, + "label": "-", + "classification": { + "B": 2.515310200124077e-07, + "S": 2.4952649368970015e-07, + "I": 8.138274279190227e-05, + "C": 2.283467438246589e-06, + "R": 2.9158525194361573e-07, + "M": 8.532849460607395e-05, + "O": 8.965562301455066e-06, + "W": 1.8475380159088672e-07, + "N": 2.078066017929814e-06, + "Y": 0.00046035702689550817, + "U": 5.818150938807776e-08, + "K": 2.371353673424892e-07, + "L": 6.960709129089082e-07, + "G": 6.201548967510462e-05, + "F": 0.0005433523911051452, + "E": 0.00012473172682803124, + "T": 0.00039536968688480556, + "P": 0.09144443273544312, + "-": 0.9067878127098083 + }, + "id": "tp_12994" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1624258, + "label": "-", + "classification": { + "B": 5.371193941006158e-13, + "S": 5.652386978610702e-12, + "I": 3.6822243600909133e-06, + "C": 1.188674936258849e-09, + "R": 8.752806812672986e-11, + "M": 2.0259032229574814e-09, + "O": 1.1866452265252292e-09, + "W": 3.168647982887407e-11, + "N": 3.655767955024203e-08, + "Y": 1.0821178193509695e-06, + "U": 1.428564905259222e-11, + "K": 5.791156354462146e-08, + "L": 6.706345548335158e-13, + "G": 9.96347981896406e-09, + "F": 9.977425179386046e-06, + "E": 7.501467393922212e-07, + "T": 4.5534034143202007e-07, + "P": 0.26811158657073975, + "-": 0.7318723201751709 + }, + "id": "tp_12995" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1624391, + "label": "P", + "classification": { + "B": 0.00014522438868880272, + "S": 0.00012302932736929506, + "I": 0.04081224277615547, + "C": 0.00011633739632088691, + "R": 5.655062705045566e-05, + "M": 0.0004007415845990181, + "O": 0.000605677894782275, + "W": 8.229637023760006e-05, + "N": 0.002807056996971369, + "Y": 0.006749778985977173, + "U": 6.9297352638386656e-06, + "K": 5.7166176702594385e-05, + "L": 2.3943581254570745e-05, + "G": 0.001232893206179142, + "F": 0.0014768061228096485, + "E": 0.0015952449757605791, + "T": 0.004435851238667965, + "P": 0.7090739011764526, + "-": 0.2301982194185257 + }, + "id": "tp_12996" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1624525, + "label": "P", + "classification": { + "B": 6.46299349682522e-06, + "S": 1.4131871466815937e-05, + "I": 0.11230038851499557, + "C": 0.0016887623351067305, + "R": 0.0006003814633004367, + "M": 0.0009394215885549784, + "O": 0.0002851161698345095, + "W": 1.370395148114767e-05, + "N": 0.002586448797956109, + "Y": 0.02302177995443344, + "U": 5.060366220277501e-06, + "K": 2.5369703507749364e-05, + "L": 1.8434599041938782e-05, + "G": 0.002088105073198676, + "F": 0.001246925792656839, + "E": 0.0009522312902845442, + "T": 0.011485664173960686, + "P": 0.4644271731376648, + "-": 0.3782944083213806 + }, + "id": "tp_12997" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1624658, + "label": "-", + "classification": { + "B": 1.1091115084127523e-06, + "S": 4.0258947819893365e-07, + "I": 0.0023643227759748697, + "C": 0.00010984462278429419, + "R": 1.000189149635844e-05, + "M": 6.185729580465704e-05, + "O": 1.8536564311943948e-05, + "W": 8.750906204113562e-07, + "N": 6.900679727550596e-05, + "Y": 0.0007099028443917632, + "U": 1.545843247185985e-06, + "K": 1.976677140191896e-06, + "L": 1.8425781718178769e-06, + "G": 0.00017812105943448842, + "F": 0.00039615578134544194, + "E": 0.00045785665861330926, + "T": 0.00047308849752880633, + "P": 0.30756258964538574, + "-": 0.6875810027122498 + }, + "id": "tp_12998" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1624758, + "label": "-", + "classification": { + "B": 3.5296514397487044e-05, + "S": 3.798668331000954e-06, + "I": 0.0022881445474922657, + "C": 5.736685125157237e-05, + "R": 7.475182883354137e-06, + "M": 0.0020591120701283216, + "O": 0.00011666075442917645, + "W": 4.3025711420341395e-06, + "N": 6.352451600832865e-05, + "Y": 0.0045099505223333836, + "U": 2.567071305747959e-06, + "K": 2.8560020837176125e-06, + "L": 1.924196840263903e-05, + "G": 0.001687601674348116, + "F": 0.0008292347774840891, + "E": 0.002025906229391694, + "T": 0.003469922114163637, + "P": 0.2918640971183777, + "-": 0.6909529566764832 + }, + "id": "tp_12999" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1624892, + "label": "-", + "classification": { + "B": 4.674462150688896e-09, + "S": 2.2663830534508378e-10, + "I": 9.20095146739186e-07, + "C": 1.4106642520772539e-09, + "R": 1.859999515518851e-10, + "M": 5.965324589851662e-08, + "O": 5.053867724313932e-08, + "W": 3.718276797570752e-10, + "N": 5.455449869629092e-09, + "Y": 1.3985611531097675e-06, + "U": 9.392565197829938e-11, + "K": 3.792291480841925e-11, + "L": 1.2367489254927477e-09, + "G": 1.9650187255138007e-07, + "F": 6.1564046518469695e-06, + "E": 1.9502419945638394e-07, + "T": 3.7214667827356607e-06, + "P": 0.24396146833896637, + "-": 0.7560259103775024 + }, + "id": "tp_13000" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1625025, + "label": "-", + "classification": { + "B": 0.0010375528363510966, + "S": 8.96891942829825e-05, + "I": 0.012371190823614597, + "C": 0.0008944994187913835, + "R": 0.00029830256244167686, + "M": 0.004105474334210157, + "O": 0.0011518062092363834, + "W": 0.00014056019426789135, + "N": 0.0007539652287960052, + "Y": 0.0069013433530926704, + "U": 0.00011978002294199541, + "K": 5.5557306041009724e-05, + "L": 0.0007007456733845174, + "G": 0.006041375920176506, + "F": 0.005258044693619013, + "E": 0.009452334605157375, + "T": 0.007550261449068785, + "P": 0.36759984493255615, + "-": 0.575477659702301 + }, + "id": "tp_13001" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1625125, + "label": "-", + "classification": { + "B": 2.650087367328524e-07, + "S": 3.3719449454849837e-09, + "I": 1.069680911314208e-05, + "C": 1.3198646797718538e-07, + "R": 1.744172095641261e-08, + "M": 8.551026439818088e-06, + "O": 1.710663582343841e-06, + "W": 1.0513964809888421e-08, + "N": 4.0016896463157536e-08, + "Y": 5.964847150607966e-05, + "U": 1.0859011467800883e-09, + "K": 1.0613690482053073e-10, + "L": 1.0790619597855766e-07, + "G": 1.0321001354895998e-05, + "F": 3.065367991439416e-06, + "E": 1.0737778666225495e-06, + "T": 9.094507549889386e-05, + "P": 0.05659216642379761, + "-": 0.9432212710380554 + }, + "id": "tp_13002" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1625259, + "label": "-", + "classification": { + "B": 6.546182618194507e-08, + "S": 1.913105940332116e-08, + "I": 6.823849253123626e-05, + "C": 1.1945509186261916e-06, + "R": 1.421128104084346e-07, + "M": 3.5689547530637356e-06, + "O": 1.4702927728649229e-06, + "W": 2.9452371208549266e-08, + "N": 1.316831117037509e-06, + "Y": 8.763332152739167e-05, + "U": 4.4972164658929614e-08, + "K": 7.460896966904329e-08, + "L": 1.1209974104531284e-07, + "G": 2.5128352717729285e-05, + "F": 0.00012251260341145098, + "E": 1.9554105165298097e-05, + "T": 0.00010802371252793819, + "P": 0.35406699776649475, + "-": 0.6454939246177673 + }, + "id": "tp_13003" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1625392, + "label": "-", + "classification": { + "B": 1.130732218967978e-08, + "S": 2.9184542782445533e-08, + "I": 0.0006704739644192159, + "C": 1.3413054148259107e-05, + "R": 3.4890340430138167e-06, + "M": 3.6576936963683693e-06, + "O": 1.7070226476789685e-06, + "W": 1.3429371392703615e-07, + "N": 1.1024030754924752e-05, + "Y": 0.0004826312360819429, + "U": 1.9749407442759548e-07, + "K": 3.898930572177051e-06, + "L": 1.2663497273024404e-07, + "G": 5.8924979384755716e-05, + "F": 0.0011313434224575758, + "E": 0.00013835167919751257, + "T": 9.850926289800555e-05, + "P": 0.37875786423683167, + "-": 0.6186243295669556 + }, + "id": "tp_13004" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1625526, + "label": "P", + "classification": { + "B": 2.632484097375709e-07, + "S": 2.3753273126203567e-07, + "I": 0.00018257489136885852, + "C": 9.741432904775138e-07, + "R": 4.824002886039125e-08, + "M": 5.579555363510735e-06, + "O": 1.1032049087589257e-06, + "W": 9.40136288818394e-08, + "N": 1.0445934094605036e-05, + "Y": 1.5599585822201334e-05, + "U": 4.402646425205603e-08, + "K": 3.2139769245986827e-07, + "L": 6.173030442369054e-08, + "G": 3.61816296390316e-06, + "F": 0.00015944935148581862, + "E": 0.000231175625231117, + "T": 4.140894452575594e-05, + "P": 0.8192813396453857, + "-": 0.18006570637226105 + }, + "id": "tp_13005" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1625626, + "label": "P", + "classification": { + "B": 1.7262362234760076e-05, + "S": 4.3603317863016855e-06, + "I": 0.00534305814653635, + "C": 3.921507595805451e-05, + "R": 1.1423780961195007e-05, + "M": 7.782295870129019e-05, + "O": 7.38562666811049e-05, + "W": 7.840300895622931e-06, + "N": 0.0001428812392987311, + "Y": 0.0006787680904380977, + "U": 1.1590788062676438e-06, + "K": 1.1510343256304623e-06, + "L": 5.314806458045496e-06, + "G": 0.0001977902720682323, + "F": 0.00021815543004777282, + "E": 0.00036695238668471575, + "T": 0.0004363884509075433, + "P": 0.7238011956214905, + "-": 0.26857542991638184 + }, + "id": "tp_13006" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1625759, + "label": "P", + "classification": { + "B": 4.410849214764312e-06, + "S": 4.524275141193357e-07, + "I": 0.0012084419140592217, + "C": 1.2618657819984946e-05, + "R": 1.8810237634170335e-06, + "M": 2.8882854167022742e-05, + "O": 1.1994323358521797e-05, + "W": 9.67815708463604e-07, + "N": 3.655632826848887e-05, + "Y": 0.00024391173792537302, + "U": 7.502402468162472e-07, + "K": 4.63649712401093e-07, + "L": 2.0101879272260703e-06, + "G": 9.245034016203135e-05, + "F": 0.0002936319215223193, + "E": 0.0004670853086281568, + "T": 0.0001777329161996022, + "P": 0.7877229452133179, + "-": 0.20969286561012268 + }, + "id": "tp_13007" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1625893, + "label": "P", + "classification": { + "B": 3.574901711544953e-05, + "S": 5.284727376420051e-05, + "I": 0.005980057176202536, + "C": 0.00014051714970264584, + "R": 3.7075944419484586e-05, + "M": 0.00025342562003061175, + "O": 0.0001699345011729747, + "W": 4.680942220147699e-05, + "N": 0.001154788420535624, + "Y": 0.0012172372080385685, + "U": 3.7240013625705615e-05, + "K": 0.0005228800582699478, + "L": 1.942904418683611e-05, + "G": 0.000713635585270822, + "F": 0.008525682613253593, + "E": 0.005718031898140907, + "T": 0.0009546376531943679, + "P": 0.7401868104934692, + "-": 0.23423326015472412 + }, + "id": "tp_13008" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1626026, + "label": "P", + "classification": { + "B": 4.634071260056771e-08, + "S": 3.1041544890086925e-09, + "I": 1.9220189642510377e-05, + "C": 1.138754086582594e-07, + "R": 4.021106558838028e-09, + "M": 1.8534791479396517e-06, + "O": 2.7951662673331157e-07, + "W": 7.748609753832625e-09, + "N": 4.897213443655346e-07, + "Y": 1.3298208614287432e-05, + "U": 4.912237283605236e-09, + "K": 1.651764307553094e-07, + "L": 5.4185291809005776e-09, + "G": 5.840303856530227e-06, + "F": 0.00020704226335510612, + "E": 0.00015259934298228472, + "T": 1.021950265567284e-05, + "P": 0.5228931307792664, + "-": 0.4766956865787506 + }, + "id": "tp_13009" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1626126, + "label": "P", + "classification": { + "B": 2.4361723262700252e-05, + "S": 1.6613226989647956e-06, + "I": 0.0010715965181589127, + "C": 8.916592378227506e-06, + "R": 9.106875040743034e-07, + "M": 0.00010613531776471063, + "O": 2.5785271645872854e-05, + "W": 1.1779980013670865e-06, + "N": 5.026498911320232e-05, + "Y": 0.0004517746565397829, + "U": 6.94918128374411e-07, + "K": 2.967127841202455e-07, + "L": 4.2629144445527345e-06, + "G": 0.0002976519172079861, + "F": 0.00013093430607113987, + "E": 0.001171882962808013, + "T": 0.0005084867589175701, + "P": 0.7838566303253174, + "-": 0.21228651702404022 + }, + "id": "tp_13010" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1626260, + "label": "P", + "classification": { + "B": 4.635474851966137e-06, + "S": 4.457548129721545e-06, + "I": 0.003440498374402523, + "C": 5.614005931420252e-05, + "R": 5.906254500587238e-06, + "M": 0.0001080288493540138, + "O": 3.5863908124156296e-05, + "W": 5.807703928439878e-06, + "N": 0.00020270966342650354, + "Y": 0.0003392390499357134, + "U": 3.0905287076166132e-06, + "K": 1.905155659187585e-05, + "L": 2.870507159968838e-06, + "G": 0.00015684263780713081, + "F": 0.0013065709499642253, + "E": 0.0013114401372149587, + "T": 0.0003084877971559763, + "P": 0.700011670589447, + "-": 0.292676717042923 + }, + "id": "tp_13011" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1626393, + "label": "P", + "classification": { + "B": 5.845452619723801e-07, + "S": 2.6224197426927276e-06, + "I": 0.0010934240417554975, + "C": 3.5076595850114245e-06, + "R": 6.928881930434727e-07, + "M": 2.655480057001114e-05, + "O": 1.1816526239272207e-05, + "W": 7.039579941192642e-07, + "N": 0.00016333381063304842, + "Y": 5.0108457799069583e-05, + "U": 2.24709424401226e-07, + "K": 6.511618721560808e-06, + "L": 3.1503012110079e-07, + "G": 4.501276998780668e-05, + "F": 0.0002994517853949219, + "E": 0.0004956356715410948, + "T": 0.00013656685769092292, + "P": 0.9232226610183716, + "-": 0.07444027811288834 + }, + "id": "tp_13012" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1626527, + "label": "P", + "classification": { + "B": 9.367999155074358e-06, + "S": 3.4844699257519096e-05, + "I": 0.01867477409541607, + "C": 0.00012262504606042057, + "R": 4.55202316516079e-05, + "M": 0.00014410463336389512, + "O": 8.607507334090769e-05, + "W": 2.5286410163971595e-05, + "N": 0.002075524302199483, + "Y": 0.002170839114114642, + "U": 1.3511948054656386e-05, + "K": 0.00048740950296632946, + "L": 7.831638868083246e-06, + "G": 0.00042641250183805823, + "F": 0.004270418547093868, + "E": 0.003401972586289048, + "T": 0.0014268156373873353, + "P": 0.7431374788284302, + "-": 0.22343921661376953 + }, + "id": "tp_13013" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1626627, + "label": "-", + "classification": { + "B": 1.9543625384699226e-08, + "S": 3.8135816282647284e-08, + "I": 0.0002533628430683166, + "C": 2.6908878680842463e-06, + "R": 6.226029540812306e-07, + "M": 2.549857072153827e-06, + "O": 2.1538869532378158e-06, + "W": 1.4903405087807187e-07, + "N": 7.086105142661836e-06, + "Y": 0.00022476029698736966, + "U": 1.3712897839468496e-07, + "K": 5.151540335646132e-06, + "L": 5.2136417849624195e-08, + "G": 2.805694930430036e-05, + "F": 0.0007164360722526908, + "E": 4.521492883213796e-05, + "T": 0.00013937674521002918, + "P": 0.24443240463733673, + "-": 0.75413978099823 + }, + "id": "tp_13014" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1626760, + "label": "-", + "classification": { + "B": 7.224092257729353e-08, + "S": 5.3558689927513115e-08, + "I": 2.921366467489861e-05, + "C": 4.171061505076068e-07, + "R": 5.897234700569243e-08, + "M": 5.367706762626767e-06, + "O": 1.5395524997074972e-06, + "W": 8.599300116429731e-08, + "N": 1.5192324553936487e-06, + "Y": 0.00012299376248847693, + "U": 2.25736549452904e-08, + "K": 1.3183016562834382e-06, + "L": 4.2744957795548544e-08, + "G": 1.8696511688176543e-05, + "F": 0.0022664288990199566, + "E": 0.00010431240662001073, + "T": 5.41857625648845e-05, + "P": 0.2823597192764282, + "-": 0.7150339484214783 + }, + "id": "tp_13015" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1626894, + "label": "P", + "classification": { + "B": 1.81615056327189e-09, + "S": 1.8631169940164227e-09, + "I": 0.00017078373639378697, + "C": 1.0969353780865276e-07, + "R": 3.880115340137991e-09, + "M": 3.0132329698062676e-07, + "O": 4.744127934941389e-08, + "W": 1.9080457214215585e-09, + "N": 3.4376887469989015e-06, + "Y": 1.966980107681593e-06, + "U": 1.6433516769609469e-09, + "K": 1.9346959589938706e-08, + "L": 1.2401972782072335e-09, + "G": 6.471835263255343e-07, + "F": 1.3043211765761953e-05, + "E": 6.741347897332162e-05, + "T": 2.727903620325378e-06, + "P": 0.9313278794288635, + "-": 0.06841155886650085 + }, + "id": "tp_13016" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1627027, + "label": "P", + "classification": { + "B": 5.785150278825313e-07, + "S": 2.2553019789484097e-06, + "I": 0.0005858722142875195, + "C": 7.950407052703667e-06, + "R": 2.0431384655239526e-06, + "M": 3.2390009437222034e-05, + "O": 1.874911686172709e-05, + "W": 2.1231910523056285e-06, + "N": 6.795614172006026e-05, + "Y": 0.0004105650004930794, + "U": 9.211087217408931e-07, + "K": 3.3195861760759726e-05, + "L": 7.351104613917414e-07, + "G": 8.080111001618207e-05, + "F": 0.004734449554234743, + "E": 0.0006100889295339584, + "T": 0.00025508098769932985, + "P": 0.6044214367866516, + "-": 0.38873276114463806 + }, + "id": "tp_13017" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1627127, + "label": "P", + "classification": { + "B": 8.39905442262534e-06, + "S": 1.0489670785318594e-05, + "I": 0.17590957880020142, + "C": 0.00024560411111451685, + "R": 2.9779448595945723e-05, + "M": 0.0006496274727396667, + "O": 5.6460932682966813e-05, + "W": 1.0098974598804489e-05, + "N": 0.00363410753197968, + "Y": 0.03143880143761635, + "U": 1.9686008272401523e-06, + "K": 0.00038584673893637955, + "L": 3.0617152333434206e-06, + "G": 0.00118536117952317, + "F": 0.0014491451438516378, + "E": 0.025205686688423157, + "T": 0.0027720914222300053, + "P": 0.5557213425636292, + "-": 0.20128247141838074 + }, + "id": "tp_13018" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1627261, + "label": "-", + "classification": { + "B": 3.3189535315614194e-05, + "S": 7.043013283691835e-08, + "I": 3.4374323149677366e-05, + "C": 1.1313767345200176e-06, + "R": 8.82688553360822e-08, + "M": 7.466168426617514e-06, + "O": 5.265951131150359e-06, + "W": 9.146972956841637e-08, + "N": 3.8810344449302647e-07, + "Y": 1.6095180399133824e-05, + "U": 2.5686819782322345e-08, + "K": 1.2347064481943448e-09, + "L": 1.5340832533183857e-06, + "G": 4.760556112159975e-05, + "F": 7.065763202263042e-05, + "E": 4.5280430640559644e-05, + "T": 2.9016669941483997e-05, + "P": 0.41902849078178406, + "-": 0.5806792378425598 + }, + "id": "tp_13019" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1627394, + "label": "P", + "classification": { + "B": 5.024474725168204e-10, + "S": 8.701921960785342e-10, + "I": 0.0001523639657534659, + "C": 2.587712977231149e-08, + "R": 2.0645603004965096e-09, + "M": 1.9037423726331326e-07, + "O": 3.566017525713505e-08, + "W": 1.1185194992435754e-09, + "N": 1.4718536931468407e-06, + "Y": 1.6430783944088034e-05, + "U": 1.0580722964448341e-09, + "K": 8.872292056594233e-08, + "L": 2.207971999679259e-10, + "G": 4.2506377440076903e-07, + "F": 1.684384733380284e-05, + "E": 9.698045687400736e-06, + "T": 1.3466880773194134e-05, + "P": 0.6890268325805664, + "-": 0.3107621967792511 + }, + "id": "tp_13020" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1627528, + "label": "P", + "classification": { + "B": 9.895739822241012e-06, + "S": 2.2151869416120462e-05, + "I": 0.003980724141001701, + "C": 0.00018151605036109686, + "R": 2.6483658075449057e-05, + "M": 0.00024669119738973677, + "O": 0.00011864172847708687, + "W": 2.2653841369901784e-05, + "N": 0.00045368779683485627, + "Y": 0.0010988027788698673, + "U": 1.390149918734096e-05, + "K": 0.0001720105647109449, + "L": 1.1275269571342506e-05, + "G": 0.0003351283958181739, + "F": 0.004741993732750416, + "E": 0.0031607667915523052, + "T": 0.0008654221892356873, + "P": 0.562755823135376, + "-": 0.42178240418434143 + }, + "id": "tp_13021" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1627628, + "label": "-", + "classification": { + "B": 1.2249131486896658e-08, + "S": 4.6266854236698407e-10, + "I": 1.5832858480280265e-05, + "C": 1.2634809820610826e-07, + "R": 3.160825157166869e-09, + "M": 1.6274314020847669e-06, + "O": 1.149893620322473e-07, + "W": 1.1052428972035955e-09, + "N": 8.83849580191054e-08, + "Y": 1.3431112165562809e-05, + "U": 9.151712720978367e-10, + "K": 6.916288652902836e-10, + "L": 9.505486175953592e-09, + "G": 3.4997842703887727e-06, + "F": 2.0800291167688556e-05, + "E": 2.3396436517941765e-05, + "T": 1.1231343705730978e-05, + "P": 0.3830629885196686, + "-": 0.6168468594551086 + }, + "id": "tp_13022" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1627761, + "label": "P", + "classification": { + "B": 1.80157416762583e-10, + "S": 6.437964050753919e-11, + "I": 2.8866566935903393e-05, + "C": 2.0191555094584146e-08, + "R": 2.19314744143162e-09, + "M": 6.78222704664222e-08, + "O": 1.4600074926818252e-08, + "W": 2.3199657472883217e-10, + "N": 2.6717992795965984e-07, + "Y": 2.81406641988724e-06, + "U": 4.3942413596731456e-10, + "K": 1.0085399182457877e-08, + "L": 1.893031564836889e-10, + "G": 5.96075153680431e-07, + "F": 2.648235204105731e-05, + "E": 9.186554052575957e-06, + "T": 2.386464075243566e-06, + "P": 0.7384466528892517, + "-": 0.2614825367927551 + }, + "id": "tp_13023" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1627895, + "label": "P", + "classification": { + "B": 3.284020203864202e-05, + "S": 1.8992843251908198e-05, + "I": 0.03789840638637543, + "C": 0.00037984963273629546, + "R": 9.732263424666598e-05, + "M": 0.0005527622997760773, + "O": 0.00011040295066777617, + "W": 2.821331872837618e-05, + "N": 0.0018592861015349627, + "Y": 0.005017787218093872, + "U": 2.1609839677694254e-05, + "K": 0.00013488400145433843, + "L": 1.6814999980852008e-05, + "G": 0.0004009724361822009, + "F": 0.0023997165262699127, + "E": 0.004443720448762178, + "T": 0.002138916403055191, + "P": 0.7130605578422546, + "-": 0.2313869595527649 + }, + "id": "tp_13024" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1628028, + "label": "-", + "classification": { + "B": 9.117606168729253e-06, + "S": 1.8825807273969986e-05, + "I": 0.0032458247151225805, + "C": 0.0003737642546184361, + "R": 0.00016475115262437612, + "M": 0.0004713445669040084, + "O": 0.00018133761477656662, + "W": 2.3211568986880593e-05, + "N": 0.00029029991128481925, + "Y": 0.014100492000579834, + "U": 4.047408947371878e-05, + "K": 0.0005743861547671258, + "L": 3.138091051368974e-05, + "G": 0.002381971338763833, + "F": 0.014950467273592949, + "E": 0.0017836448969319463, + "T": 0.006425569299608469, + "P": 0.15058442950248718, + "-": 0.8043487071990967 + }, + "id": "tp_13025" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1628128, + "label": "-", + "classification": { + "B": 0.0009384609293192625, + "S": 2.9335142244235612e-05, + "I": 0.0013365424238145351, + "C": 6.929712981218472e-05, + "R": 1.2676868209382519e-05, + "M": 0.0036618472076952457, + "O": 0.00032336803269572556, + "W": 1.4567779544449877e-05, + "N": 3.1873409170657396e-05, + "Y": 0.0028927798848599195, + "U": 2.979924829560332e-06, + "K": 1.6730281231502886e-06, + "L": 0.0002582880260888487, + "G": 0.00518456008285284, + "F": 0.0032913892064243555, + "E": 0.0026660647708922625, + "T": 0.0037534574512392282, + "P": 0.15806040167808533, + "-": 0.817470371723175 + }, + "id": "tp_13026" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1628262, + "label": "-", + "classification": { + "B": 7.248080237332033e-06, + "S": 6.8269391704234295e-06, + "I": 0.00077275704825297, + "C": 3.222652230761014e-05, + "R": 5.2739610509888735e-06, + "M": 0.0001564456324558705, + "O": 5.160431464901194e-05, + "W": 8.646750757179689e-06, + "N": 0.00013127189595252275, + "Y": 0.0039582634344697, + "U": 6.703480721625965e-06, + "K": 0.00041733382386155427, + "L": 2.2850399545859545e-06, + "G": 0.00046830077189952135, + "F": 0.0034440369345247746, + "E": 0.0018892319640144706, + "T": 0.0014423681423068047, + "P": 0.2568632960319519, + "-": 0.7303358316421509 + }, + "id": "tp_13027" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1628395, + "label": "-", + "classification": { + "B": 1.9252477159170667e-06, + "S": 4.221767085255124e-06, + "I": 0.0011473847553133965, + "C": 4.988317596144043e-05, + "R": 8.896315193851478e-06, + "M": 0.00015368559979833663, + "O": 4.899104169453494e-05, + "W": 7.811655450495891e-06, + "N": 0.00014243798796087503, + "Y": 0.001222578575834632, + "U": 6.269184268603567e-06, + "K": 0.00023264306946657598, + "L": 3.472416437944048e-06, + "G": 0.0002719770709518343, + "F": 0.006042188964784145, + "E": 0.0015561905456706882, + "T": 0.0009119213791564107, + "P": 0.36940041184425354, + "-": 0.6187871098518372 + }, + "id": "tp_13028" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1628529, + "label": "-", + "classification": { + "B": 1.2059076652803924e-05, + "S": 7.189193183876341e-06, + "I": 0.022744469344615936, + "C": 0.00043492676923051476, + "R": 0.0002919900289271027, + "M": 0.0013666581362485886, + "O": 0.0001985625858651474, + "W": 4.466588507057168e-06, + "N": 0.0002349542046431452, + "Y": 0.10099833458662033, + "U": 5.116292413731571e-06, + "K": 7.628431831108173e-06, + "L": 5.229210000834428e-05, + "G": 0.008787555620074272, + "F": 0.0016192627372220159, + "E": 0.000609430018812418, + "T": 0.036562807857990265, + "P": 0.07432730495929718, + "-": 0.7517348527908325 + }, + "id": "tp_13029" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1628629, + "label": "-", + "classification": { + "B": 1.5287256246665493e-05, + "S": 1.1387212452973472e-06, + "I": 0.00017629361536819488, + "C": 1.150610751210479e-05, + "R": 2.4698722427274333e-06, + "M": 1.6228317690547556e-05, + "O": 3.5829849366564304e-05, + "W": 3.0025264550204156e-06, + "N": 1.0176013347518165e-05, + "Y": 0.00016796773707028478, + "U": 1.3413128954198328e-06, + "K": 6.960192990845826e-07, + "L": 6.02868567511905e-06, + "G": 9.415201930096373e-05, + "F": 0.000787372060585767, + "E": 7.46089790482074e-05, + "T": 0.0003405270690564066, + "P": 0.3141883611679077, + "-": 0.6840670704841614 + }, + "id": "tp_13030" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1628762, + "label": "-", + "classification": { + "B": 3.0000896913406905e-06, + "S": 2.1675697325918009e-07, + "I": 7.62061754358001e-05, + "C": 1.2122313819418196e-06, + "R": 1.8383457245363388e-07, + "M": 3.115658910246566e-05, + "O": 8.484375939588062e-06, + "W": 3.5924060171055316e-07, + "N": 2.0485972527239937e-06, + "Y": 0.00011962794815190136, + "U": 8.659788619524988e-08, + "K": 1.3545675869863771e-07, + "L": 1.2909084716739017e-06, + "G": 6.630088319070637e-05, + "F": 0.0006438220152631402, + "E": 0.00016227593005169183, + "T": 0.0001552388130221516, + "P": 0.4325103461742401, + "-": 0.5662180185317993 + }, + "id": "tp_13031" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1628896, + "label": "-", + "classification": { + "B": 2.0260717548126195e-08, + "S": 6.2332548012022926e-09, + "I": 1.7395797158314963e-06, + "C": 1.9943561468949156e-08, + "R": 5.542488135112933e-10, + "M": 1.832563185644176e-07, + "O": 2.049126806014101e-07, + "W": 2.730221826396928e-09, + "N": 6.841410993274621e-08, + "Y": 7.52645291868248e-07, + "U": 2.379624275405945e-10, + "K": 1.8548101943238748e-09, + "L": 3.975959117497041e-09, + "G": 1.5543353129032766e-06, + "F": 0.00012285490811336786, + "E": 4.327152964833658e-06, + "T": 1.9868671188305598e-06, + "P": 0.4794514775276184, + "-": 0.5204148292541504 + }, + "id": "tp_13032" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1629029, + "label": "-", + "classification": { + "B": 3.6564263155014487e-06, + "S": 9.777464526905533e-08, + "I": 0.0004241472342982888, + "C": 2.30208434004453e-06, + "R": 2.7726429152608034e-07, + "M": 2.8388572900439613e-05, + "O": 1.1560036909941118e-05, + "W": 2.0910651699068694e-07, + "N": 2.3582708763569826e-06, + "Y": 8.582578448113054e-05, + "U": 3.916485269428449e-08, + "K": 5.187881235713121e-10, + "L": 2.1271682726364816e-06, + "G": 1.900948518596124e-05, + "F": 1.0798099538078532e-05, + "E": 4.8505400627618656e-05, + "T": 0.00019530867575667799, + "P": 0.375579297542572, + "-": 0.6235860586166382 + }, + "id": "tp_13033" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1629129, + "label": "P", + "classification": { + "B": 3.557223408279242e-06, + "S": 1.2440148111636518e-06, + "I": 0.0009464399772696197, + "C": 2.0651252270909026e-05, + "R": 2.4805133307381766e-06, + "M": 2.6132105631404556e-05, + "O": 1.004374189506052e-05, + "W": 1.911904973894707e-06, + "N": 0.00010041410860139877, + "Y": 0.00024247400870081037, + "U": 1.7026434306899318e-06, + "K": 1.2921706911583897e-05, + "L": 8.190442031263956e-07, + "G": 8.837427594698966e-05, + "F": 0.001096043735742569, + "E": 0.0010518807685002685, + "T": 0.00019225683354306966, + "P": 0.8444869518280029, + "-": 0.15171372890472412 + }, + "id": "tp_13034" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1629263, + "label": "-", + "classification": { + "B": 4.698104930866975e-06, + "S": 4.6361137719941325e-06, + "I": 0.0034366140607744455, + "C": 6.695479532936588e-05, + "R": 1.2372900528134778e-05, + "M": 0.00029088620794937015, + "O": 8.40327629703097e-05, + "W": 5.980399691907223e-06, + "N": 0.0001453599106753245, + "Y": 0.001978761050850153, + "U": 3.2111188374983612e-06, + "K": 6.7755827330984175e-06, + "L": 1.139590676757507e-05, + "G": 0.0004027147952001542, + "F": 0.001236413256265223, + "E": 0.0010149480076506734, + "T": 0.0019265013979747891, + "P": 0.3590080142021179, + "-": 0.6303597092628479 + }, + "id": "tp_13035" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1629396, + "label": "-", + "classification": { + "B": 1.7851725653272865e-10, + "S": 1.2374895552724752e-10, + "I": 1.4369808923220262e-05, + "C": 6.742792102443218e-09, + "R": 4.318183588480906e-10, + "M": 5.020618800699594e-07, + "O": 2.0403630784926463e-08, + "W": 6.814320635539772e-11, + "N": 5.172444872414417e-08, + "Y": 3.0500246793963015e-05, + "U": 6.847923617048224e-11, + "K": 5.177397177646981e-09, + "L": 2.8434898879936554e-10, + "G": 4.3649047256622e-06, + "F": 2.7518830393091775e-05, + "E": 5.012894689571112e-06, + "T": 2.155504080292303e-05, + "P": 0.377561092376709, + "-": 0.6223350763320923 + }, + "id": "tp_13036" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1629530, + "label": "-", + "classification": { + "B": 5.52055588742828e-11, + "S": 1.3215506163358204e-12, + "I": 1.7517709238745738e-06, + "C": 5.117384294095473e-09, + "R": 7.756862513419449e-11, + "M": 1.8625661013516037e-08, + "O": 1.4042415008574949e-09, + "W": 5.3000390534685415e-12, + "N": 1.8250041478040657e-09, + "Y": 4.590782793911785e-07, + "U": 1.1585273539116425e-11, + "K": 1.4519884426744678e-11, + "L": 4.5375873197750494e-11, + "G": 6.749606029643473e-08, + "F": 1.4804551256020204e-06, + "E": 5.645768510476046e-07, + "T": 6.294412742136046e-07, + "P": 0.3581065833568573, + "-": 0.641888439655304 + }, + "id": "tp_13037" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1629630, + "label": "-", + "classification": { + "B": 1.075377622328233e-05, + "S": 5.777709884569049e-05, + "I": 0.002883751643821597, + "C": 0.00021644118533004075, + "R": 5.302783756633289e-05, + "M": 0.00038769145612604916, + "O": 0.00018618348985910416, + "W": 4.017946412204765e-05, + "N": 0.0003917390131391585, + "Y": 0.0025063802022486925, + "U": 1.4447718058363535e-05, + "K": 0.000543033005669713, + "L": 1.595475259819068e-05, + "G": 0.0005948937614448369, + "F": 0.02194044552743435, + "E": 0.0030978780705481768, + "T": 0.0014260426396504045, + "P": 0.333138108253479, + "-": 0.6324952840805054 + }, + "id": "tp_13038" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1629763, + "label": "-", + "classification": { + "B": 3.8209984154491394e-07, + "S": 7.910307431302499e-08, + "I": 0.00010706071770982817, + "C": 3.64850393452798e-06, + "R": 6.221042667675647e-07, + "M": 2.5981933504226618e-05, + "O": 3.485715751594398e-06, + "W": 6.364481208720463e-08, + "N": 1.973706957869581e-06, + "Y": 0.0006504800985567272, + "U": 3.219922106723061e-08, + "K": 4.850875257034204e-07, + "L": 2.143647463981324e-07, + "G": 0.00022180766973178834, + "F": 0.0012859954731538892, + "E": 0.0002484966826159507, + "T": 0.00018290923617314547, + "P": 0.14439062774181366, + "-": 0.8528757691383362 + }, + "id": "tp_13039" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1629897, + "label": "P", + "classification": { + "B": 5.182919835533539e-07, + "S": 3.007204213645309e-06, + "I": 0.005269195884466171, + "C": 7.113478204701096e-05, + "R": 1.1819074643426575e-05, + "M": 9.321296238340437e-05, + "O": 2.7369535018806346e-05, + "W": 4.307292329031043e-06, + "N": 0.00021928029309492558, + "Y": 0.0005406016134656966, + "U": 2.554872025939403e-06, + "K": 4.0655220800545067e-05, + "L": 1.4889807289364398e-06, + "G": 6.851019861642271e-05, + "F": 0.000673981849104166, + "E": 0.0009120064787566662, + "T": 0.001109640346840024, + "P": 0.5451935529708862, + "-": 0.4457572102546692 + }, + "id": "tp_13040" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1630030, + "label": "-", + "classification": { + "B": 9.488880792218879e-09, + "S": 5.03843011756544e-09, + "I": 0.00025781095610000193, + "C": 1.3894541552872397e-06, + "R": 2.673117762697075e-07, + "M": 2.668295110197505e-06, + "O": 5.670610221386596e-07, + "W": 3.505945755932771e-08, + "N": 2.7727890028472757e-06, + "Y": 0.00029802857898175716, + "U": 3.087595956685618e-08, + "K": 1.6140191974045592e-06, + "L": 1.541093652690506e-08, + "G": 1.9334320313646458e-05, + "F": 0.0003147984971292317, + "E": 0.00013366914936341345, + "T": 6.83999023749493e-05, + "P": 0.26520538330078125, + "-": 0.7336931228637695 + }, + "id": "tp_13041" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1630130, + "label": "-", + "classification": { + "B": 1.4814511928307184e-07, + "S": 2.0962542635061254e-07, + "I": 0.006281435489654541, + "C": 2.0230123482178897e-05, + "R": 7.717515472904779e-06, + "M": 8.936033555073664e-05, + "O": 1.3216069419286214e-05, + "W": 5.2650040061053e-07, + "N": 6.669650611001998e-05, + "Y": 0.01167159155011177, + "U": 1.6290665882934263e-07, + "K": 1.345053988188738e-05, + "L": 2.540733419209573e-07, + "G": 0.0004327578062657267, + "F": 0.00045224869973026216, + "E": 0.00029433012241497636, + "T": 0.004110014531761408, + "P": 0.11765417456626892, + "-": 0.8588915467262268 + }, + "id": "tp_13042" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1630264, + "label": "P", + "classification": { + "B": 2.5433510586481134e-07, + "S": 3.054625949516776e-06, + "I": 0.14194704592227936, + "C": 0.0002905588480643928, + "R": 3.812309660133906e-05, + "M": 0.00028798432322219014, + "O": 4.838709719479084e-05, + "W": 3.713183104991913e-06, + "N": 0.0019846779759973288, + "Y": 0.02332090400159359, + "U": 3.8620734699179593e-07, + "K": 0.00015774091298226267, + "L": 7.779039492561424e-07, + "G": 0.0005033869529142976, + "F": 0.0013336555566638708, + "E": 0.002963220002129674, + "T": 0.003335923422127962, + "P": 0.430127888917923, + "-": 0.3936523199081421 + }, + "id": "tp_13043" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1630397, + "label": "-", + "classification": { + "B": 0.00011109067418146878, + "S": 4.6069497329881415e-05, + "I": 0.001939521636813879, + "C": 0.0003122574125882238, + "R": 4.7080488002393395e-05, + "M": 0.0003729852323886007, + "O": 0.00024817828671075404, + "W": 3.445007678237744e-05, + "N": 0.00036264644586481154, + "Y": 0.003809348912909627, + "U": 3.5917786590289325e-05, + "K": 0.0004863610374741256, + "L": 3.840710633085109e-05, + "G": 0.0034558174666017294, + "F": 0.025390036404132843, + "E": 0.006460693199187517, + "T": 0.0022321767173707485, + "P": 0.3208053708076477, + "-": 0.6338116526603699 + }, + "id": "tp_13044" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1630531, + "label": "-", + "classification": { + "B": 3.791920111240188e-09, + "S": 3.1393355470754614e-08, + "I": 5.308973413775675e-05, + "C": 1.2309288877077051e-06, + "R": 1.0293700114516469e-07, + "M": 8.252201041614171e-06, + "O": 1.2422123063515755e-06, + "W": 3.7638841376974597e-08, + "N": 1.071907263394678e-06, + "Y": 0.001470297807827592, + "U": 5.123358182146376e-09, + "K": 4.214748059894191e-06, + "L": 6.655001438815589e-09, + "G": 1.9112414520350285e-05, + "F": 0.0003257404896430671, + "E": 2.6552552299108356e-05, + "T": 0.00024472197401337326, + "P": 0.03919108211994171, + "-": 0.9586531519889832 + }, + "id": "tp_13045" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1630631, + "label": "P", + "classification": { + "B": 1.2450038866518298e-07, + "S": 8.735383083546822e-09, + "I": 9.968974154617172e-06, + "C": 5.0783270921783696e-08, + "R": 4.576731438277193e-09, + "M": 1.1519076679178397e-06, + "O": 1.3762687558482867e-06, + "W": 1.392134585387339e-08, + "N": 6.959544407436624e-08, + "Y": 3.185704144925694e-06, + "U": 1.1710137304277168e-09, + "K": 9.026456665450766e-12, + "L": 8.359629077858699e-08, + "G": 1.6123391333167092e-06, + "F": 2.658982339198701e-06, + "E": 7.425638841596083e-07, + "T": 2.76789469353389e-05, + "P": 0.5614229440689087, + "-": 0.43852823972702026 + }, + "id": "tp_13046" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1630764, + "label": "-", + "classification": { + "B": 1.4964912642412287e-10, + "S": 5.423425163825213e-12, + "I": 1.230830093845725e-06, + "C": 3.3463249948795237e-09, + "R": 5.697411986638201e-11, + "M": 1.9681047902508908e-08, + "O": 2.5327073771563846e-09, + "W": 1.8881509203372282e-11, + "N": 3.5609692972116136e-09, + "Y": 1.1233618124606437e-06, + "U": 2.1049308129850175e-11, + "K": 1.0356564911218058e-10, + "L": 5.2533689204325995e-11, + "G": 2.1321535825791216e-07, + "F": 4.166931375948479e-06, + "E": 1.4512615962303244e-06, + "T": 6.068208335818781e-07, + "P": 0.46294695138931274, + "-": 0.5370442271232605 + }, + "id": "tp_13047" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1630898, + "label": "-", + "classification": { + "B": 2.7903645332116866e-06, + "S": 1.3055153431196231e-05, + "I": 0.0011781605426222086, + "C": 0.0003371407510712743, + "R": 9.248044079868123e-05, + "M": 0.00022266253654379398, + "O": 0.00011685997014865279, + "W": 1.0960638974211179e-05, + "N": 0.00016649368626531214, + "Y": 0.0035858529154211283, + "U": 1.589353814779315e-05, + "K": 0.000437993643572554, + "L": 1.2435639291652478e-05, + "G": 0.0008451530593447387, + "F": 0.010488105937838554, + "E": 0.0010356028797104955, + "T": 0.001896636444143951, + "P": 0.16782058775424957, + "-": 0.8117212057113647 + }, + "id": "tp_13048" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1631031, + "label": "-", + "classification": { + "B": 6.685627158731222e-05, + "S": 0.00012301148672122508, + "I": 0.03527822345495224, + "C": 0.001461481093429029, + "R": 0.00025764404563233256, + "M": 0.001322329742833972, + "O": 0.00046367041068151593, + "W": 0.00011075960355810821, + "N": 0.0020867795683443546, + "Y": 0.016945259645581245, + "U": 8.754163718549535e-05, + "K": 0.0003739524108823389, + "L": 9.701534145278856e-05, + "G": 0.002181821269914508, + "F": 0.005173248704522848, + "E": 0.010021684691309929, + "T": 0.008391140028834343, + "P": 0.3890395760536194, + "-": 0.5265179872512817 + }, + "id": "tp_13049" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1631131, + "label": "-", + "classification": { + "B": 0.000250310346018523, + "S": 7.189679308794439e-05, + "I": 0.004021373111754656, + "C": 0.0002691594127099961, + "R": 9.32360635488294e-05, + "M": 0.0012745250714942813, + "O": 0.0009881233563646674, + "W": 8.564368908992037e-05, + "N": 0.0004413319402374327, + "Y": 0.004309262149035931, + "U": 2.8563026717165485e-05, + "K": 4.9456324632046744e-05, + "L": 0.00018209822883363813, + "G": 0.0037250828463584185, + "F": 0.005381574388593435, + "E": 0.004074615892022848, + "T": 0.002712658140808344, + "P": 0.40499112010002136, + "-": 0.5670499205589294 + }, + "id": "tp_13050" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1631265, + "label": "-", + "classification": { + "B": 2.143382804575822e-09, + "S": 1.2126320780847522e-10, + "I": 1.1914095239262679e-06, + "C": 9.527276745302515e-09, + "R": 3.3713370983790014e-10, + "M": 2.5200570519245957e-08, + "O": 1.1725547643948175e-08, + "W": 2.004248017550836e-10, + "N": 1.2814851402254135e-08, + "Y": 4.90723277835059e-06, + "U": 1.3319276237488964e-10, + "K": 2.2070894001302577e-09, + "L": 2.847709013042987e-10, + "G": 9.997611414291896e-07, + "F": 0.00011482516129035503, + "E": 3.6456954148889054e-06, + "T": 1.3634485185320955e-06, + "P": 0.4319413900375366, + "-": 0.5679316520690918 + }, + "id": "tp_13051" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1631398, + "label": "-", + "classification": { + "B": 5.056110197187991e-08, + "S": 2.5101115852521616e-07, + "I": 0.0010827434016391635, + "C": 2.118551310559269e-05, + "R": 9.479510481469333e-06, + "M": 3.35629447363317e-05, + "O": 1.501608858234249e-05, + "W": 1.0136319588127662e-06, + "N": 3.8621172279817984e-05, + "Y": 0.0006572791025973856, + "U": 7.600104368066241e-07, + "K": 3.1207819120027125e-05, + "L": 5.544638952414971e-07, + "G": 0.00010124109394382685, + "F": 0.0017049465095624328, + "E": 0.0003716888604685664, + "T": 0.0004695013049058616, + "P": 0.2588859498500824, + "-": 0.7365748882293701 + }, + "id": "tp_13052" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1631532, + "label": "-", + "classification": { + "B": 9.989725668901883e-08, + "S": 8.165997655851243e-08, + "I": 0.00048144234460778534, + "C": 6.760243650205666e-06, + "R": 1.6111133618323947e-06, + "M": 7.38341077521909e-06, + "O": 3.7541619803960202e-06, + "W": 8.232681381059592e-08, + "N": 1.0391346222604625e-05, + "Y": 0.0003743629204109311, + "U": 9.671188649917895e-08, + "K": 3.0303695552902354e-07, + "L": 1.7546177843996702e-07, + "G": 4.38432653027121e-05, + "F": 0.0002485330624040216, + "E": 3.923396434402093e-05, + "T": 0.00022335074027068913, + "P": 0.4392760396003723, + "-": 0.5592824220657349 + }, + "id": "tp_13053" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1631632, + "label": "P", + "classification": { + "B": 6.581994966836646e-05, + "S": 1.2140995750087313e-05, + "I": 0.024214977398514748, + "C": 0.0004303176829125732, + "R": 8.529375918442383e-05, + "M": 0.0007533823372796178, + "O": 0.00014591950457543135, + "W": 1.607465310371481e-05, + "N": 0.0007604027632623911, + "Y": 0.008477943949401379, + "U": 1.7137705071945675e-05, + "K": 3.655607724795118e-05, + "L": 3.7718506064265966e-05, + "G": 0.0021462601143866777, + "F": 0.0014491325709968805, + "E": 0.010233660228550434, + "T": 0.0046358066610991955, + "P": 0.534642219543457, + "-": 0.41183918714523315 + }, + "id": "tp_13054" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1631765, + "label": "-", + "classification": { + "B": 3.3145695077507753e-09, + "S": 3.164351836115742e-10, + "I": 1.2915721526951529e-05, + "C": 2.1526334137433878e-07, + "R": 1.3551516353516035e-08, + "M": 6.097956202211208e-07, + "O": 9.645405185665368e-08, + "W": 1.0459199062395896e-09, + "N": 6.043232048114078e-08, + "Y": 4.354444536147639e-05, + "U": 2.6426154597913865e-09, + "K": 2.7066560104316295e-09, + "L": 8.459886124967397e-09, + "G": 4.309157247917028e-06, + "F": 3.372085120645352e-05, + "E": 6.799910806876142e-06, + "T": 2.3985296138562262e-05, + "P": 0.18121032416820526, + "-": 0.8186634182929993 + }, + "id": "tp_13055" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1631899, + "label": "-", + "classification": { + "B": 6.682765274490521e-07, + "S": 3.1300464442551856e-09, + "I": 1.5197745142359054e-06, + "C": 4.903001027400933e-08, + "R": 4.522457519584577e-09, + "M": 2.615861831145594e-06, + "O": 2.918895006587263e-06, + "W": 6.177081957048358e-09, + "N": 5.792945234617264e-09, + "Y": 2.1181733700359473e-06, + "U": 1.930513943149137e-10, + "K": 6.132413370510403e-13, + "L": 2.1309531916813285e-07, + "G": 4.47544925918919e-06, + "F": 1.7061410062524374e-06, + "E": 2.6107639428119e-07, + "T": 1.4843884855508804e-05, + "P": 0.07107474654912949, + "-": 0.9288938641548157 + }, + "id": "tp_13056" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1632032, + "label": "P", + "classification": { + "B": 9.029080842992698e-07, + "S": 8.096529313661449e-08, + "I": 0.00022600448573939502, + "C": 1.618605892872438e-05, + "R": 4.928230055156746e-07, + "M": 1.2413323020155076e-05, + "O": 7.91739239502931e-07, + "W": 7.289465742132961e-08, + "N": 4.195303972664988e-06, + "Y": 0.00043089184327982366, + "U": 1.9120096794722485e-07, + "K": 4.950236984768708e-07, + "L": 2.1891966639486782e-07, + "G": 4.8409820010419935e-05, + "F": 0.0003650692233350128, + "E": 0.0006008622003719211, + "T": 7.808096415828913e-05, + "P": 0.5693468451499939, + "-": 0.4288678765296936 + }, + "id": "tp_13057" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1632132, + "label": "P", + "classification": { + "B": 1.047751879923453e-06, + "S": 9.44910027556034e-07, + "I": 0.002458278089761734, + "C": 1.6952373698586598e-05, + "R": 4.635692675947212e-06, + "M": 0.00016468807007186115, + "O": 1.8836268282029778e-05, + "W": 8.064272947194695e-07, + "N": 4.965001062373631e-05, + "Y": 0.0005355176981538534, + "U": 3.399292154426803e-07, + "K": 6.324187324935338e-07, + "L": 2.6698062356445007e-06, + "G": 0.0001314571563852951, + "F": 0.0020699365995824337, + "E": 0.0003293808549642563, + "T": 0.00028517216560430825, + "P": 0.6039419174194336, + "-": 0.38998720049858093 + }, + "id": "tp_13058" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1632266, + "label": "-", + "classification": { + "B": 2.2613459805143066e-05, + "S": 3.5000684874830768e-06, + "I": 0.0016785227926447988, + "C": 0.0002816776977851987, + "R": 2.6990790502168238e-05, + "M": 0.00046749875764362514, + "O": 8.067141607170925e-05, + "W": 1.132337456510868e-05, + "N": 0.00010758933785837144, + "Y": 0.002494506537914276, + "U": 1.4482042388408445e-05, + "K": 4.629765680874698e-05, + "L": 1.40111460495973e-05, + "G": 0.0006248386926017702, + "F": 0.003874769899994135, + "E": 0.0010219598188996315, + "T": 0.001685568131506443, + "P": 0.333028107881546, + "-": 0.6545150876045227 + }, + "id": "tp_13059" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1632399, + "label": "-", + "classification": { + "B": 3.684765488287667e-07, + "S": 5.726878384848533e-07, + "I": 0.0004541104717645794, + "C": 4.516256012720987e-06, + "R": 1.0175409670409863e-06, + "M": 3.332167398184538e-05, + "O": 1.488224916101899e-05, + "W": 5.858948384229734e-07, + "N": 2.1877283870708197e-05, + "Y": 0.0004164867859799415, + "U": 2.7652890821627807e-07, + "K": 1.4660236047348008e-06, + "L": 5.065851951258082e-07, + "G": 6.115685391705483e-05, + "F": 0.00022012280533090234, + "E": 0.00012675608741119504, + "T": 0.000569764175452292, + "P": 0.36383122205734253, + "-": 0.634240984916687 + }, + "id": "tp_13060" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1632533, + "label": "-", + "classification": { + "B": 6.019444299454335e-06, + "S": 4.803985120815923e-07, + "I": 0.0009368647588416934, + "C": 0.00016104744281619787, + "R": 3.189623021171428e-05, + "M": 0.00026128391618840396, + "O": 4.471746433409862e-05, + "W": 1.3406880725597148e-06, + "N": 1.2869826605310664e-05, + "Y": 0.0031054464634507895, + "U": 3.1057068099471508e-06, + "K": 1.0207114655713667e-06, + "L": 1.7002563254209235e-05, + "G": 0.0010190604953095317, + "F": 0.0007918963092379272, + "E": 0.00026571666239760816, + "T": 0.002132599474862218, + "P": 0.09427574276924133, + "-": 0.8969319462776184 + }, + "id": "tp_13061" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1632633, + "label": "P", + "classification": { + "B": 8.555976091884077e-05, + "S": 1.7396067050867714e-05, + "I": 0.005659590009599924, + "C": 0.00023338361643254757, + "R": 4.6489873056998476e-05, + "M": 0.0007201972184702754, + "O": 0.0002438958763377741, + "W": 3.1396681151818484e-05, + "N": 0.00048696022713556886, + "Y": 0.0013533035526052117, + "U": 2.513428444217425e-05, + "K": 4.406301741255447e-05, + "L": 4.07493716920726e-05, + "G": 0.001335006090812385, + "F": 0.0033717260230332613, + "E": 0.0022752867080271244, + "T": 0.0018980605527758598, + "P": 0.6849691867828369, + "-": 0.29716259241104126 + }, + "id": "tp_13062" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1632766, + "label": "P", + "classification": { + "B": 8.327147327236162e-08, + "S": 9.141226655628998e-07, + "I": 0.001061839982867241, + "C": 1.7401746390532935e-06, + "R": 9.898851658363128e-07, + "M": 1.3649717402586248e-05, + "O": 6.893546469655121e-06, + "W": 6.958923108868476e-07, + "N": 8.243673073593527e-05, + "Y": 0.0009187710820697248, + "U": 1.723127809327707e-07, + "K": 3.284351623733528e-05, + "L": 7.247969335821836e-08, + "G": 3.185939203831367e-05, + "F": 0.001201077364385128, + "E": 0.00020341221534181386, + "T": 0.0006122933118604124, + "P": 0.5315221548080444, + "-": 0.4643080532550812 + }, + "id": "tp_13063" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1632900, + "label": "-", + "classification": { + "B": 6.491264912256156e-07, + "S": 9.773104103771857e-09, + "I": 6.303736154222861e-05, + "C": 1.048760168487206e-06, + "R": 5.723134322010992e-08, + "M": 4.829302997677587e-05, + "O": 2.978564452860155e-06, + "W": 1.5252981100388752e-08, + "N": 1.7433154653190286e-07, + "Y": 0.00015123463526833802, + "U": 1.3666167753001446e-08, + "K": 1.5120070473439995e-10, + "L": 1.3421715721051442e-06, + "G": 4.694650851888582e-05, + "F": 1.0297761946276296e-05, + "E": 1.9212662664358504e-05, + "T": 0.0003086384094785899, + "P": 0.13223087787628174, + "-": 0.8671152591705322 + }, + "id": "tp_13064" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1633033, + "label": "-", + "classification": { + "B": 5.162273097880643e-08, + "S": 5.4246577008143504e-08, + "I": 0.00015894077660050243, + "C": 2.083339722958044e-06, + "R": 2.3817719352337008e-07, + "M": 1.1001115126418881e-05, + "O": 2.4902324184949975e-06, + "W": 1.4510824541957845e-07, + "N": 4.344488388596801e-06, + "Y": 8.992134826257825e-05, + "U": 1.0721152676751444e-07, + "K": 2.2354809061653214e-06, + "L": 7.753762787388041e-08, + "G": 1.1901247489731759e-05, + "F": 0.0003497852885629982, + "E": 0.00016552575107198209, + "T": 0.000112183864985127, + "P": 0.2901376783847809, + "-": 0.7089512348175049 + }, + "id": "tp_13065" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1633133, + "label": "-", + "classification": { + "B": 0.00035723717883229256, + "S": 7.329348591156304e-05, + "I": 0.01006290502846241, + "C": 0.002651617396622896, + "R": 0.0003958420129492879, + "M": 0.0012953236000612378, + "O": 0.0005872402107343078, + "W": 0.00015451200306415558, + "N": 0.0011906168656423688, + "Y": 0.004890535958111286, + "U": 0.00024097692221403122, + "K": 0.0003821959253400564, + "L": 0.000212435785215348, + "G": 0.003603904275223613, + "F": 0.006491852458566427, + "E": 0.010088644921779633, + "T": 0.004261392634361982, + "P": 0.47570452094078064, + "-": 0.47735488414764404 + }, + "id": "tp_13066" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1633267, + "label": "-", + "classification": { + "B": 4.49252937073652e-08, + "S": 8.114155036764714e-08, + "I": 2.2687238015350886e-05, + "C": 2.2004873301284533e-07, + "R": 1.8439342497345024e-08, + "M": 1.0058960242531612e-06, + "O": 1.1003843383150524e-06, + "W": 5.025514582257529e-08, + "N": 1.2747893833875423e-06, + "Y": 7.83826362749096e-06, + "U": 2.792083009239832e-08, + "K": 2.6486983983886603e-07, + "L": 2.2706272417849505e-08, + "G": 1.5180278296611505e-06, + "F": 0.0001627677702344954, + "E": 2.34132803598186e-05, + "T": 3.4919266909128055e-05, + "P": 0.32905954122543335, + "-": 0.6706831455230713 + }, + "id": "tp_13067" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1633400, + "label": "P", + "classification": { + "B": 5.2885202421748545e-06, + "S": 7.4656231845438015e-06, + "I": 0.0016830767272040248, + "C": 6.557839515153319e-05, + "R": 1.0638330422807485e-05, + "M": 0.0001108901051338762, + "O": 4.108783832634799e-05, + "W": 5.378620244300691e-06, + "N": 0.00014927673328202218, + "Y": 0.0006609034026041627, + "U": 5.949985279585235e-06, + "K": 1.8707138224272057e-05, + "L": 4.736965365736978e-06, + "G": 0.00018173396529164165, + "F": 0.001177673228085041, + "E": 0.0010180148528888822, + "T": 0.0012263418175280094, + "P": 0.5604833364486694, + "-": 0.4331439137458801 + }, + "id": "tp_13068" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1633500, + "label": "-", + "classification": { + "B": 4.459936420175836e-08, + "S": 9.106459586405435e-09, + "I": 5.9324494941392913e-05, + "C": 3.258204969824874e-06, + "R": 1.1384535980596411e-07, + "M": 7.2460156843590084e-06, + "O": 7.759637128401664e-07, + "W": 2.3179545394214074e-08, + "N": 9.348508456241689e-07, + "Y": 2.883284651034046e-05, + "U": 2.6549789922114542e-08, + "K": 7.98123593881428e-08, + "L": 4.734483738388917e-08, + "G": 7.69810958445305e-06, + "F": 4.81071365356911e-05, + "E": 6.985908839851618e-05, + "T": 5.278277239995077e-05, + "P": 0.2829873561859131, + "-": 0.716733455657959 + }, + "id": "tp_13069" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1633634, + "label": "P", + "classification": { + "B": 0.00010099884093506262, + "S": 1.3905595551477745e-05, + "I": 0.012428165413439274, + "C": 0.0002715430746320635, + "R": 4.099100624443963e-05, + "M": 0.0005166695918887854, + "O": 0.00016569835133850574, + "W": 1.9008291928912513e-05, + "N": 0.0007978545618243515, + "Y": 0.0019993872847408056, + "U": 1.824865466915071e-05, + "K": 2.0126350136706606e-05, + "L": 4.364814594737254e-05, + "G": 0.0013021022314205766, + "F": 0.001091819372959435, + "E": 0.003308775369077921, + "T": 0.001393736805766821, + "P": 0.803896427154541, + "-": 0.17257079482078552 + }, + "id": "tp_13070" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1633767, + "label": "-", + "classification": { + "B": 8.953400651989796e-07, + "S": 8.430491504896054e-08, + "I": 0.000407305546104908, + "C": 3.1108083931030706e-05, + "R": 2.5888455184031045e-06, + "M": 5.783523738500662e-05, + "O": 7.72353814681992e-06, + "W": 2.0703465963833878e-07, + "N": 5.079959919385146e-06, + "Y": 0.000273368030320853, + "U": 2.591813483832084e-07, + "K": 2.633201177104638e-07, + "L": 2.52201084549597e-06, + "G": 0.00018815546354744583, + "F": 0.0015991185791790485, + "E": 0.00024743916583247483, + "T": 0.00018480925064068288, + "P": 0.25526246428489685, + "-": 0.7417288422584534 + }, + "id": "tp_13071" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1633901, + "label": "P", + "classification": { + "B": 5.482406049850397e-05, + "S": 0.0012492365203797817, + "I": 0.21350136399269104, + "C": 0.0018978517036885023, + "R": 0.0011445198906585574, + "M": 0.002304396126419306, + "O": 0.0026303844060748816, + "W": 0.00033854052890092134, + "N": 0.02077660895884037, + "Y": 0.04729742556810379, + "U": 2.7268768462818116e-05, + "K": 0.000988973188214004, + "L": 0.00010458730685058981, + "G": 0.005056571681052446, + "F": 0.007704992778599262, + "E": 0.004843090660870075, + "T": 0.028705714270472527, + "P": 0.364918053150177, + "-": 0.2964555323123932 + }, + "id": "tp_13072" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1634001, + "label": "-", + "classification": { + "B": 0.0007457237807102501, + "S": 0.00044169145985506475, + "I": 0.03828749060630798, + "C": 0.00682371249422431, + "R": 0.0021326665300875902, + "M": 0.010776452720165253, + "O": 0.004885077942162752, + "W": 0.0006970393005758524, + "N": 0.003588170511648059, + "Y": 0.06458792090415955, + "U": 0.00042045649024657905, + "K": 0.0008532081847079098, + "L": 0.0012561085168272257, + "G": 0.02091836929321289, + "F": 0.008986163884401321, + "E": 0.009428274817764759, + "T": 0.03869374841451645, + "P": 0.1290227174758911, + "-": 0.6574550271034241 + }, + "id": "tp_13073" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1634134, + "label": "-", + "classification": { + "B": 1.4828362509433646e-05, + "S": 3.266836472448631e-07, + "I": 0.0029322358313947916, + "C": 0.0001877141767181456, + "R": 2.3059057639329694e-05, + "M": 0.0006881127483211458, + "O": 5.8456229453440756e-05, + "W": 1.963709337360342e-06, + "N": 1.9041555788135156e-05, + "Y": 0.001389559474773705, + "U": 9.582802249497036e-07, + "K": 1.2260197479463386e-07, + "L": 1.8302658645552583e-05, + "G": 0.00037311454070732, + "F": 0.00022462224296759814, + "E": 0.0008253727573901415, + "T": 0.000688888190779835, + "P": 0.18498514592647552, + "-": 0.8075681924819946 + }, + "id": "tp_13074" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1634268, + "label": "-", + "classification": { + "B": 4.13986635976471e-05, + "S": 7.986177479324397e-06, + "I": 0.0015519170556217432, + "C": 5.6599732488393784e-05, + "R": 2.8288193789194338e-05, + "M": 0.00043198297498747706, + "O": 0.0002981133002322167, + "W": 1.7777279936126433e-05, + "N": 5.9255344240227714e-05, + "Y": 0.0026773125864565372, + "U": 5.075113222119398e-06, + "K": 1.6939829947659746e-06, + "L": 3.943821502616629e-05, + "G": 0.0009853040101006627, + "F": 0.000559246982447803, + "E": 0.0002876820508390665, + "T": 0.004118170123547316, + "P": 0.23868043720722198, + "-": 0.7501522898674011 + }, + "id": "tp_13075" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1634401, + "label": "-", + "classification": { + "B": 1.9537719708750956e-05, + "S": 1.0127725545316935e-05, + "I": 0.012934586964547634, + "C": 0.0009096990106627345, + "R": 0.00015662175428587943, + "M": 0.0010105179389938712, + "O": 0.00014814923633821309, + "W": 1.8513648683438078e-05, + "N": 0.0004925791872665286, + "Y": 0.007159951608628035, + "U": 4.484447345021181e-05, + "K": 0.000116520888695959, + "L": 4.9699650844559073e-05, + "G": 0.0019741931464523077, + "F": 0.005650551524013281, + "E": 0.0044045899994671345, + "T": 0.003001126693561673, + "P": 0.3677515387535095, + "-": 0.5941466689109802 + }, + "id": "tp_13076" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1634501, + "label": "-", + "classification": { + "B": 1.1033326700271573e-05, + "S": 3.6834265415564005e-07, + "I": 0.001682765083387494, + "C": 3.869851934723556e-05, + "R": 3.1856629902904388e-06, + "M": 0.0005684677744284272, + "O": 6.748491432517767e-05, + "W": 8.257982244685991e-07, + "N": 8.876880201569293e-06, + "Y": 0.0005282476195134223, + "U": 2.293180898504943e-07, + "K": 3.573665807721227e-09, + "L": 2.7701777071342804e-05, + "G": 0.00033000981784425676, + "F": 8.940503175836056e-05, + "E": 0.00021390531037468463, + "T": 0.0006507040816359222, + "P": 0.27944353222846985, + "-": 0.7163345813751221 + }, + "id": "tp_13077" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1634635, + "label": "-", + "classification": { + "B": 4.184177981869652e-08, + "S": 5.2632791458506745e-09, + "I": 5.789969236502657e-06, + "C": 1.8971924475863489e-07, + "R": 2.4194648062803026e-08, + "M": 1.769784148564213e-06, + "O": 1.6845400523379794e-06, + "W": 1.536334082175017e-08, + "N": 8.854255639789699e-08, + "Y": 2.1855741579202004e-05, + "U": 3.5963849676079462e-09, + "K": 1.3799025255778474e-09, + "L": 9.176778803521302e-08, + "G": 9.33943647396518e-06, + "F": 5.161015724297613e-05, + "E": 2.6360103220213205e-06, + "T": 3.910188752342947e-05, + "P": 0.16220124065876007, + "-": 0.8376645445823669 + }, + "id": "tp_13078" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1634768, + "label": "-", + "classification": { + "B": 8.59503143146867e-06, + "S": 2.696935780477361e-06, + "I": 0.001310765277594328, + "C": 5.662516559823416e-05, + "R": 1.184620941785397e-05, + "M": 0.0005819745128974319, + "O": 0.00010387921065557748, + "W": 4.239579084241996e-06, + "N": 6.240249058464542e-05, + "Y": 0.0013285555178299546, + "U": 6.467119874287164e-06, + "K": 4.409023858897854e-06, + "L": 2.207695069955662e-05, + "G": 0.0007312820525839925, + "F": 0.0011130246566608548, + "E": 0.0015247303526848555, + "T": 0.0033220842014998198, + "P": 0.27215367555618286, + "-": 0.7176506519317627 + }, + "id": "tp_13079" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1634902, + "label": "-", + "classification": { + "B": 6.915944595675683e-06, + "S": 6.368751655827509e-06, + "I": 0.001176338642835617, + "C": 5.9833997511304915e-05, + "R": 1.5409286788781174e-05, + "M": 0.000246167037403211, + "O": 0.00011391308362362906, + "W": 8.456711839244235e-06, + "N": 7.797649595886469e-05, + "Y": 0.0027008007746189833, + "U": 4.948512469127309e-06, + "K": 7.335560076171532e-05, + "L": 8.092493771982845e-06, + "G": 0.0008396156481467187, + "F": 0.004358260426670313, + "E": 0.0009079371229745448, + "T": 0.0018365565920248628, + "P": 0.14716629683971405, + "-": 0.8403928279876709 + }, + "id": "tp_13080" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1635002, + "label": "P", + "classification": { + "B": 1.6464754892808742e-08, + "S": 3.3362375084777796e-09, + "I": 0.0024369272869080305, + "C": 9.817656064114999e-06, + "R": 1.002935732685728e-06, + "M": 5.262515514914412e-06, + "O": 5.45085470093909e-07, + "W": 1.5737290581796515e-08, + "N": 9.107633559324313e-06, + "Y": 0.00017590778588782996, + "U": 5.904336219941797e-08, + "K": 1.0103561010055273e-07, + "L": 3.849418206414157e-08, + "G": 1.829506436479278e-05, + "F": 5.292918285704218e-05, + "E": 3.443727473495528e-05, + "T": 8.254386921180412e-05, + "P": 0.6275572180747986, + "-": 0.3696157932281494 + }, + "id": "tp_13081" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1635135, + "label": "P", + "classification": { + "B": 5.958597103017382e-05, + "S": 6.779109753551893e-06, + "I": 0.0023512328043580055, + "C": 3.964110146625899e-05, + "R": 9.44673411140684e-06, + "M": 0.0008704739739187062, + "O": 0.0002136366383638233, + "W": 4.39616133007803e-06, + "N": 0.00010448452667333186, + "Y": 0.0008614439284428954, + "U": 1.7746384628480882e-06, + "K": 2.8749170155606407e-07, + "L": 4.7995708882808685e-05, + "G": 0.000853947305586189, + "F": 0.0005986204487271607, + "E": 0.0013099967036396265, + "T": 0.0014585498720407486, + "P": 0.62908935546875, + "-": 0.3621184825897217 + }, + "id": "tp_13082" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1635269, + "label": "-", + "classification": { + "B": 5.893989055039128e-06, + "S": 9.999409485317301e-06, + "I": 0.0013194464845582843, + "C": 0.00021470646606758237, + "R": 2.8509937692433596e-05, + "M": 0.0009912109235301614, + "O": 0.00022147699201013893, + "W": 1.0413142263132613e-05, + "N": 0.0001196595185319893, + "Y": 0.0018561362521722913, + "U": 7.51952757127583e-06, + "K": 3.251732050557621e-05, + "L": 2.866104659915436e-05, + "G": 0.0007964036776684225, + "F": 0.004150347784161568, + "E": 0.0013161443639546633, + "T": 0.002800257643684745, + "P": 0.2064465582370758, + "-": 0.7796440720558167 + }, + "id": "tp_13083" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1635402, + "label": "-", + "classification": { + "B": 6.55321066508896e-13, + "S": 8.862042230693007e-14, + "I": 1.6966747296009999e-07, + "C": 3.3971409019173393e-10, + "R": 8.821206785858404e-12, + "M": 4.089254490580174e-10, + "O": 2.658519238085688e-10, + "W": 8.165159087053508e-13, + "N": 1.6610683661877346e-10, + "Y": 5.0327244593972864e-08, + "U": 3.5336750886516555e-13, + "K": 1.5704511259137521e-12, + "L": 1.3308685750668126e-12, + "G": 3.7599927615872275e-09, + "F": 5.827457698615035e-07, + "E": 2.2252812925671606e-08, + "T": 5.426685234510842e-08, + "P": 0.21450702846050262, + "-": 0.7854921221733093 + }, + "id": "tp_13084" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1635502, + "label": "P", + "classification": { + "B": 1.2116692005292862e-06, + "S": 1.620426360204874e-06, + "I": 0.0037820383440703154, + "C": 4.301030276110396e-05, + "R": 2.066113438559114e-06, + "M": 0.00017517228843644261, + "O": 1.334449461865006e-05, + "W": 1.4476411251962418e-06, + "N": 0.00019113968301098794, + "Y": 0.000408531806897372, + "U": 7.337834517784358e-07, + "K": 1.0183897757087834e-05, + "L": 1.0011044651037082e-06, + "G": 0.00011778379848692566, + "F": 0.0005194850382395089, + "E": 0.002722126431763172, + "T": 0.00046570581616833806, + "P": 0.8035306930541992, + "-": 0.18801265954971313 + }, + "id": "tp_13085" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1635636, + "label": "P", + "classification": { + "B": 1.389796295825363e-07, + "S": 2.299622270385271e-09, + "I": 8.35683022160083e-06, + "C": 9.996879768436884e-09, + "R": 1.882098477068439e-09, + "M": 8.550679240215686e-07, + "O": 4.932794581691269e-07, + "W": 1.1500606023062687e-09, + "N": 9.305591675001779e-08, + "Y": 1.0766212881208048e-06, + "U": 1.3021948797042882e-10, + "K": 1.8909051408000366e-11, + "L": 1.678325034504269e-08, + "G": 3.651566885309876e-06, + "F": 6.250578280742047e-06, + "E": 3.2417090096714674e-06, + "T": 9.148008757620119e-06, + "P": 0.7832483053207397, + "-": 0.2167183756828308 + }, + "id": "tp_13086" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1635769, + "label": "-", + "classification": { + "B": 1.9121605632221872e-08, + "S": 2.1555541351858665e-08, + "I": 2.9224212994449772e-05, + "C": 1.4527696521327016e-06, + "R": 1.1741006034071688e-07, + "M": 4.245159743732074e-06, + "O": 1.4456161352427443e-06, + "W": 7.311253114039573e-08, + "N": 7.098365699675924e-07, + "Y": 6.517195288324729e-05, + "U": 3.765571321423522e-08, + "K": 1.2889545359939802e-06, + "L": 4.293123367915541e-08, + "G": 1.3370011402003001e-05, + "F": 0.0007285966421477497, + "E": 2.588075221865438e-05, + "T": 5.168098141439259e-05, + "P": 0.10773004591464996, + "-": 0.8913465738296509 + }, + "id": "tp_13087" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1635903, + "label": "-", + "classification": { + "B": 1.226604240400775e-07, + "S": 4.104419559780581e-08, + "I": 0.000694420887157321, + "C": 2.060758924926631e-05, + "R": 7.123799150576815e-07, + "M": 9.757823136169463e-06, + "O": 1.8509281289880164e-06, + "W": 9.242098286676992e-08, + "N": 9.228201633959543e-06, + "Y": 0.00016528740525245667, + "U": 1.4590450803098065e-07, + "K": 1.1537006230355473e-06, + "L": 2.155473453058221e-07, + "G": 7.256479875650257e-05, + "F": 0.00124026695266366, + "E": 0.00038155470974743366, + "T": 4.2788782593561336e-05, + "P": 0.4951348304748535, + "-": 0.5022243857383728 + }, + "id": "tp_13088" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1636003, + "label": "-", + "classification": { + "B": 7.995880224598295e-08, + "S": 1.346130886759056e-07, + "I": 0.00016385021444875747, + "C": 6.620623480557697e-06, + "R": 7.648565656381834e-07, + "M": 5.4068095778347924e-05, + "O": 9.467972631682642e-06, + "W": 2.8575752253345854e-07, + "N": 3.857377123495098e-06, + "Y": 0.00038237235276028514, + "U": 1.618522702528935e-07, + "K": 5.739162816098542e-07, + "L": 6.458859047597798e-07, + "G": 6.820093403803185e-05, + "F": 0.00047554707271046937, + "E": 9.2363465228118e-05, + "T": 0.0004343224281910807, + "P": 0.1437811404466629, + "-": 0.854525625705719 + }, + "id": "tp_13089" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1636136, + "label": "-", + "classification": { + "B": 2.5093720523727825e-07, + "S": 5.3545957001688294e-08, + "I": 0.000177076188265346, + "C": 9.54438405642577e-07, + "R": 2.6472019953871495e-07, + "M": 1.500518192187883e-05, + "O": 5.831636826769682e-06, + "W": 8.25987740427081e-08, + "N": 1.6223797274506069e-06, + "Y": 0.00019776726549025625, + "U": 3.420534966380728e-08, + "K": 7.98832466841759e-09, + "L": 5.496718245012744e-07, + "G": 4.6280834794742987e-05, + "F": 4.390314279589802e-05, + "E": 1.4417068086913787e-05, + "T": 0.00022301459102891386, + "P": 0.340980589389801, + "-": 0.658292293548584 + }, + "id": "tp_13090" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1636270, + "label": "-", + "classification": { + "B": 1.85021889365089e-07, + "S": 1.5883428261531662e-07, + "I": 0.0003822168509941548, + "C": 1.5957341020111926e-05, + "R": 2.0947709344909526e-06, + "M": 1.3650727851199917e-05, + "O": 7.96085805632174e-06, + "W": 3.7325793300624355e-07, + "N": 3.6250276025384665e-05, + "Y": 0.0003781701670959592, + "U": 5.372310738493979e-07, + "K": 3.4525459341239184e-05, + "L": 2.1853153953088622e-07, + "G": 0.00013235743972472847, + "F": 0.0024898939300328493, + "E": 0.0005638801376335323, + "T": 0.000184940843610093, + "P": 0.34960636496543884, + "-": 0.6461503505706787 + }, + "id": "tp_13091" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1636403, + "label": "-", + "classification": { + "B": 8.502387345288298e-07, + "S": 1.2441836361176684e-07, + "I": 0.0008649448282085359, + "C": 2.5023256966960616e-05, + "R": 1.6930476931520388e-06, + "M": 2.986181789310649e-05, + "O": 4.911945325147826e-06, + "W": 1.3651788322022185e-07, + "N": 1.0525538527872413e-05, + "Y": 0.0006322108674794436, + "U": 2.694861223062617e-07, + "K": 6.218723456186126e-07, + "L": 1.4487163753074128e-06, + "G": 0.0002187855279771611, + "F": 0.0009426928590983152, + "E": 0.0007093199528753757, + "T": 0.0002298374311067164, + "P": 0.30402466654777527, + "-": 0.6923021078109741 + }, + "id": "tp_13092" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1636503, + "label": "P", + "classification": { + "B": 1.073616772373498e-06, + "S": 1.029049059297904e-07, + "I": 0.0009513256372883916, + "C": 2.0839406715822406e-05, + "R": 6.086117423365067e-07, + "M": 7.403743074974045e-05, + "O": 4.4872044782096054e-06, + "W": 2.649338455285033e-07, + "N": 1.8454698874847963e-05, + "Y": 0.00020658026915043592, + "U": 2.793936459966062e-07, + "K": 1.182459413939796e-06, + "L": 5.550792252506653e-07, + "G": 0.00010196965740760788, + "F": 0.0004427652165759355, + "E": 0.0016014337306842208, + "T": 0.00012183610670035705, + "P": 0.5662902593612671, + "-": 0.43016183376312256 + }, + "id": "tp_13093" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1636637, + "label": "-", + "classification": { + "B": 1.4300680049927905e-05, + "S": 1.9840654204017483e-05, + "I": 0.000995291629806161, + "C": 0.0002666944346856326, + "R": 7.925060344859958e-05, + "M": 0.0005294265574775636, + "O": 0.00029415334574878216, + "W": 2.3093018171493895e-05, + "N": 8.622546738479286e-05, + "Y": 0.004968891851603985, + "U": 1.8284761608811095e-05, + "K": 5.93884578847792e-05, + "L": 3.750916221179068e-05, + "G": 0.0012649563141167164, + "F": 0.007382359355688095, + "E": 0.0002800988149829209, + "T": 0.005366984289139509, + "P": 0.10635196417570114, + "-": 0.8719612956047058 + }, + "id": "tp_13094" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1636770, + "label": "P", + "classification": { + "B": 2.1248761186143383e-05, + "S": 2.848101757990662e-05, + "I": 0.002653171308338642, + "C": 0.00019995326874777675, + "R": 2.83171066257637e-05, + "M": 0.0003544592473190278, + "O": 0.0001342454634141177, + "W": 3.137917519779876e-05, + "N": 0.0003364355070516467, + "Y": 0.0012716386700049043, + "U": 1.819122553570196e-05, + "K": 0.000262130459304899, + "L": 1.804394560167566e-05, + "G": 0.0005657526780851185, + "F": 0.012380962260067463, + "E": 0.005548256449401379, + "T": 0.000981797929853201, + "P": 0.5107274055480957, + "-": 0.46443822979927063 + }, + "id": "tp_13095" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1636904, + "label": "P", + "classification": { + "B": 5.294008587952703e-05, + "S": 7.691385690122843e-06, + "I": 0.0017518354579806328, + "C": 6.0481277614599094e-05, + "R": 1.557084578962531e-05, + "M": 0.00033249257830902934, + "O": 0.00013433069398161024, + "W": 1.2456045624276157e-05, + "N": 0.00010630213364493102, + "Y": 0.0012208755360916257, + "U": 6.170260348881129e-06, + "K": 5.707162472390337e-06, + "L": 1.9413189875194803e-05, + "G": 0.0004380971658974886, + "F": 0.0012998438905924559, + "E": 0.0007998229702934623, + "T": 0.0018254388123750687, + "P": 0.5507240891456604, + "-": 0.44118639826774597 + }, + "id": "tp_13096" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1637004, + "label": "-", + "classification": { + "B": 0.002922692568972707, + "S": 0.0005443714326247573, + "I": 0.005875153932720423, + "C": 0.001349444268271327, + "R": 0.0011040519457310438, + "M": 0.005189207382500172, + "O": 0.00730894086882472, + "W": 0.0010002211201936007, + "N": 0.0005575534887611866, + "Y": 0.009644140489399433, + "U": 0.00017402507364749908, + "K": 7.561832171631977e-05, + "L": 0.0021539528388530016, + "G": 0.010316478088498116, + "F": 0.013708897866308689, + "E": 0.00318632903508842, + "T": 0.007552239578217268, + "P": 0.14354297518730164, + "-": 0.7837936282157898 + }, + "id": "tp_13097" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1637137, + "label": "-", + "classification": { + "B": 7.704425541987803e-09, + "S": 5.615891751631352e-09, + "I": 2.228674929938279e-05, + "C": 2.2136730137845007e-07, + "R": 1.7669444574153204e-08, + "M": 2.194383114328957e-06, + "O": 5.05720322507841e-07, + "W": 8.623677771879557e-09, + "N": 4.843820420319389e-07, + "Y": 8.281621558126062e-05, + "U": 8.685431041044467e-09, + "K": 2.8147147190793476e-07, + "L": 1.134733551566569e-08, + "G": 1.6281746866297908e-05, + "F": 0.0001910411665448919, + "E": 2.3296337531064637e-05, + "T": 6.549840327352285e-05, + "P": 0.20699240267276764, + "-": 0.7926025986671448 + }, + "id": "tp_13098" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1637271, + "label": "P", + "classification": { + "B": 1.4782918222877584e-09, + "S": 6.866544000061481e-10, + "I": 2.2332571461447515e-05, + "C": 1.0021041418895038e-07, + "R": 4.4182155711780524e-09, + "M": 1.865678598278464e-07, + "O": 6.151392994979688e-08, + "W": 1.997109588813828e-09, + "N": 2.700839729641302e-07, + "Y": 5.805251475976547e-06, + "U": 1.6843254568854604e-09, + "K": 4.31873559136875e-08, + "L": 9.657113997363354e-10, + "G": 7.265112458298972e-07, + "F": 3.887033017235808e-05, + "E": 1.1587002518353984e-05, + "T": 6.041395408828976e-06, + "P": 0.5212966203689575, + "-": 0.4786173701286316 + }, + "id": "tp_13099" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1637404, + "label": "-", + "classification": { + "B": 6.962211784866668e-08, + "S": 2.330626003299585e-08, + "I": 1.588114059813961e-06, + "C": 5.0608410795405234e-09, + "R": 2.299328505372955e-09, + "M": 2.152818524336908e-06, + "O": 1.464263391426357e-06, + "W": 1.3200891935127856e-08, + "N": 1.7672158847403807e-08, + "Y": 4.8505908125662245e-06, + "U": 1.5002729614188581e-10, + "K": 1.43554057530082e-10, + "L": 1.9362037306791535e-08, + "G": 1.4920786952643539e-06, + "F": 4.531917147687636e-05, + "E": 1.5235357295750873e-06, + "T": 1.4585513781639747e-05, + "P": 0.11035147309303284, + "-": 0.8895754218101501 + }, + "id": "tp_13100" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1637504, + "label": "-", + "classification": { + "B": 1.3038150115107783e-08, + "S": 9.512533871713913e-09, + "I": 0.00012231401342432946, + "C": 1.7046602351911133e-06, + "R": 2.956734590497945e-07, + "M": 8.588251148466952e-06, + "O": 1.2636684232347761e-06, + "W": 2.0880813522694552e-08, + "N": 1.4560056342816097e-06, + "Y": 0.0003003473102580756, + "U": 2.9944864365916146e-08, + "K": 3.570069395664177e-07, + "L": 5.671773095627941e-08, + "G": 2.99332314170897e-05, + "F": 0.0002157314884243533, + "E": 5.209789742366411e-05, + "T": 0.00011944506695726886, + "P": 0.1462400257587433, + "-": 0.8529064059257507 + }, + "id": "tp_13101" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1637638, + "label": "P", + "classification": { + "B": 2.090866590975793e-09, + "S": 5.949386761017195e-09, + "I": 4.0854967664927244e-05, + "C": 1.526143620367293e-07, + "R": 5.317222218081952e-09, + "M": 6.661136353613983e-07, + "O": 1.5078643400556757e-07, + "W": 3.3818441380617514e-09, + "N": 5.804120064567542e-07, + "Y": 5.549925481318496e-05, + "U": 1.132296256756149e-09, + "K": 4.2693983459685114e-08, + "L": 3.286660499313143e-09, + "G": 2.6628108571458142e-06, + "F": 0.00032310510869137943, + "E": 7.490545976907015e-05, + "T": 1.214081930811517e-05, + "P": 0.5100802183151245, + "-": 0.48940902948379517 + }, + "id": "tp_13102" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1637771, + "label": "-", + "classification": { + "B": 1.176769188759863e-07, + "S": 5.724087870362382e-08, + "I": 0.0002415933704469353, + "C": 8.348435585503466e-06, + "R": 1.1112801985291298e-06, + "M": 2.112141010002233e-05, + "O": 4.2986521293642e-06, + "W": 1.35720455318733e-07, + "N": 6.905121153977234e-06, + "Y": 0.00043733519851230085, + "U": 2.8796236506423156e-07, + "K": 2.833966846083058e-06, + "L": 3.2669987604094786e-07, + "G": 0.00012085920025128871, + "F": 0.0006891773082315922, + "E": 0.00021385664877016097, + "T": 0.0002388288121437654, + "P": 0.35957151651382446, + "-": 0.6384413242340088 + }, + "id": "tp_13103" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1637905, + "label": "-", + "classification": { + "B": 3.758379762075492e-06, + "S": 1.0613090125843883e-05, + "I": 0.0016638209344819188, + "C": 6.838424451416358e-05, + "R": 1.875328234746121e-05, + "M": 0.0002977254625875503, + "O": 0.00013212961493991315, + "W": 1.3556586964114103e-05, + "N": 0.0001850467815529555, + "Y": 0.001597960595972836, + "U": 6.249780199141242e-06, + "K": 0.00016047380631789565, + "L": 6.801439667469822e-06, + "G": 0.00038358295569196343, + "F": 0.003535427385941148, + "E": 0.0016726506873965263, + "T": 0.0010751726804301143, + "P": 0.2629270553588867, + "-": 0.7262408137321472 + }, + "id": "tp_13104" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1638005, + "label": "P", + "classification": { + "B": 0.0008089274633675814, + "S": 5.180145672056824e-05, + "I": 0.005140943918377161, + "C": 8.008810254978016e-05, + "R": 1.8562415789347142e-05, + "M": 0.0018717701314017177, + "O": 0.0007492254953831434, + "W": 3.400334026082419e-05, + "N": 0.00017472241597715765, + "Y": 0.0017803441733121872, + "U": 7.0799228524265345e-06, + "K": 4.1919341242646624e-07, + "L": 0.0003496123244985938, + "G": 0.002343189436942339, + "F": 0.0007460636552423239, + "E": 0.0016942147631198168, + "T": 0.0031813369132578373, + "P": 0.583685040473938, + "-": 0.39728260040283203 + }, + "id": "tp_13105" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1638138, + "label": "-", + "classification": { + "B": 6.758319598398899e-11, + "S": 9.21455445279662e-09, + "I": 1.3269655028125271e-06, + "C": 1.6807899072546206e-08, + "R": 2.160845058440941e-09, + "M": 1.9849973398322618e-07, + "O": 1.904374613559412e-07, + "W": 2.5713826623530167e-09, + "N": 1.0015061491230881e-07, + "Y": 1.3565350855060387e-05, + "U": 4.7607007225281e-10, + "K": 1.3710202750871758e-08, + "L": 1.5198425851181696e-09, + "G": 1.8216124431091885e-07, + "F": 0.0002068176108878106, + "E": 7.202493748081906e-07, + "T": 4.432320565683767e-05, + "P": 0.07809765636920929, + "-": 0.9216349720954895 + }, + "id": "tp_13106" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1638272, + "label": "-", + "classification": { + "B": 3.5462364849081496e-06, + "S": 1.5861831343499944e-05, + "I": 0.0005007087020203471, + "C": 7.867121894378215e-06, + "R": 1.7790271158446558e-06, + "M": 6.833877705503255e-05, + "O": 6.672682502539828e-05, + "W": 5.319963747751899e-06, + "N": 9.386274177813902e-05, + "Y": 0.0002990356006193906, + "U": 1.8763105344987707e-06, + "K": 1.9936085664085113e-05, + "L": 2.377701548539335e-06, + "G": 0.0001032809232128784, + "F": 0.0016803870676085353, + "E": 0.000364560226444155, + "T": 0.0007486331160180271, + "P": 0.4524441361427307, + "-": 0.5435717701911926 + }, + "id": "tp_13107" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1638405, + "label": "-", + "classification": { + "B": 4.1830752195437526e-08, + "S": 4.739563905786781e-07, + "I": 9.729054727358744e-05, + "C": 5.000506916985614e-06, + "R": 6.915670383023098e-07, + "M": 2.403241342108231e-05, + "O": 6.926525202288758e-06, + "W": 5.277723289509595e-07, + "N": 8.174371942004655e-06, + "Y": 0.00036159390583634377, + "U": 1.9514358484684635e-07, + "K": 2.1703901438741013e-05, + "L": 3.228718981063139e-07, + "G": 3.697056308737956e-05, + "F": 0.006101958453655243, + "E": 0.000166400452144444, + "T": 0.00018062719027511775, + "P": 0.23056712746620178, + "-": 0.7624198198318481 + }, + "id": "tp_13108" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1638505, + "label": "-", + "classification": { + "B": 3.78258535604914e-09, + "S": 1.3690141464905992e-08, + "I": 5.1299934966664296e-06, + "C": 2.7396646729016538e-08, + "R": 1.0209454615051072e-08, + "M": 5.243427381174115e-07, + "O": 2.998467323322984e-07, + "W": 1.398712878852848e-08, + "N": 2.1065589805857599e-07, + "Y": 0.0002539707929827273, + "U": 2.853214553510952e-09, + "K": 5.347990281734383e-06, + "L": 2.199597615160087e-09, + "G": 8.840652299113572e-06, + "F": 0.0028546536341309547, + "E": 9.702567695057951e-06, + "T": 2.8889324312331155e-05, + "P": 0.07069464027881622, + "-": 0.9261378049850464 + }, + "id": "tp_13109" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1638639, + "label": "-", + "classification": { + "B": 3.7948459066683426e-05, + "S": 1.4646558156528044e-05, + "I": 0.0036834932398051023, + "C": 0.0010387094225734472, + "R": 0.00021492480300366879, + "M": 0.0010498404735699296, + "O": 0.00027049778145737946, + "W": 2.7344563932274468e-05, + "N": 0.0002528369368519634, + "Y": 0.009720505215227604, + "U": 3.8810718251625076e-05, + "K": 0.00020927621517330408, + "L": 6.697626668028533e-05, + "G": 0.0031813017558306456, + "F": 0.013097064569592476, + "E": 0.0034777666442096233, + "T": 0.0031533176079392433, + "P": 0.17004923522472382, + "-": 0.7904154658317566 + }, + "id": "tp_13110" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1638772, + "label": "P", + "classification": { + "B": 2.4737991566325945e-07, + "S": 1.878366617802385e-07, + "I": 0.005377165973186493, + "C": 4.215852641209494e-06, + "R": 8.971738338914292e-07, + "M": 1.3419358765531797e-05, + "O": 2.373030383751029e-06, + "W": 2.665423437520076e-07, + "N": 0.0001670699566602707, + "Y": 0.00018956074200104922, + "U": 1.365748545367751e-07, + "K": 4.69959513793583e-06, + "L": 1.0019292773222332e-07, + "G": 3.0881998100085184e-05, + "F": 0.00033492551301606, + "E": 0.0007255810196511447, + "T": 6.325905997073278e-05, + "P": 0.935779869556427, + "-": 0.05730504170060158 + }, + "id": "tp_13111" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1638906, + "label": "-", + "classification": { + "B": 2.2293740187251387e-09, + "S": 6.132188645757708e-10, + "I": 2.2277451989793917e-06, + "C": 3.333575859798543e-09, + "R": 9.132838929559739e-10, + "M": 1.3215453691373114e-06, + "O": 1.6369244804081973e-07, + "W": 5.221452159531736e-10, + "N": 8.521177541354064e-09, + "Y": 2.40927365666721e-05, + "U": 7.157596043638748e-11, + "K": 2.8176325161943794e-10, + "L": 3.678407578533438e-09, + "G": 2.4906012185965665e-06, + "F": 2.036280420725234e-05, + "E": 6.055930725779035e-07, + "T": 4.420059121912345e-05, + "P": 0.04453405737876892, + "-": 0.9553704261779785 + }, + "id": "tp_13112" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1639006, + "label": "-", + "classification": { + "B": 6.658222991973162e-05, + "S": 5.466716174851172e-06, + "I": 0.0008147131302393973, + "C": 6.643913366133347e-05, + "R": 7.444105449394556e-06, + "M": 0.00041010871063917875, + "O": 0.000118952666525729, + "W": 6.526661309180781e-06, + "N": 4.123010512557812e-05, + "Y": 0.0006050053052604198, + "U": 2.7280336780677317e-06, + "K": 1.6093819112938945e-06, + "L": 1.9027143935090862e-05, + "G": 0.0004566209972836077, + "F": 0.000729327613953501, + "E": 0.0005494585493579507, + "T": 0.0008162012090906501, + "P": 0.3896973133087158, + "-": 0.6055852174758911 + }, + "id": "tp_13113" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1639139, + "label": "-", + "classification": { + "B": 4.200056835657051e-08, + "S": 1.7247556272081965e-08, + "I": 0.0006684811669401824, + "C": 3.1568984013574664e-06, + "R": 3.8339913999152486e-07, + "M": 1.006535876513226e-05, + "O": 1.2556220099213533e-06, + "W": 6.867781365826886e-08, + "N": 7.5130542427359615e-06, + "Y": 0.00017278411542065442, + "U": 1.2569272200835258e-07, + "K": 1.514486939413473e-06, + "L": 7.992061057393585e-08, + "G": 2.9706829081987962e-05, + "F": 0.00023904177942313254, + "E": 0.00027310586301609874, + "T": 0.00011405321856727824, + "P": 0.44434913992881775, + "-": 0.5541293621063232 + }, + "id": "tp_13114" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1639273, + "label": "-", + "classification": { + "B": 5.914765899284191e-10, + "S": 5.401699643137192e-10, + "I": 3.0612376576755196e-05, + "C": 6.419971043669648e-08, + "R": 4.369244965829466e-09, + "M": 2.962280802876194e-07, + "O": 4.566572897601873e-08, + "W": 1.7121863926661263e-09, + "N": 5.599659402832913e-07, + "Y": 4.72484425699804e-05, + "U": 8.951827612513341e-10, + "K": 5.769940116806538e-07, + "L": 2.7081423215058464e-10, + "G": 3.1423635391547577e-06, + "F": 8.575339597882703e-05, + "E": 9.45154097280465e-05, + "T": 4.555199211608851e-06, + "P": 0.43247267603874207, + "-": 0.5672599077224731 + }, + "id": "tp_13115" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1639406, + "label": "-", + "classification": { + "B": 6.039020394865702e-09, + "S": 3.6823438742672465e-10, + "I": 6.785464847780531e-07, + "C": 1.0529758398547528e-08, + "R": 9.319631733006872e-10, + "M": 3.0655593263873016e-07, + "O": 1.1124743792834124e-07, + "W": 3.9024233844386913e-10, + "N": 4.76416461836493e-09, + "Y": 4.893769983027596e-06, + "U": 7.369816562574627e-11, + "K": 3.245358426440248e-10, + "L": 3.3935785292982246e-09, + "G": 2.3404866169585148e-06, + "F": 9.29951056605205e-05, + "E": 1.7733748336468125e-06, + "T": 2.4592125100753037e-06, + "P": 0.08347766846418381, + "-": 0.9164167642593384 + }, + "id": "tp_13116" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1639506, + "label": "-", + "classification": { + "B": 4.247511355970346e-07, + "S": 3.2689570161892334e-08, + "I": 9.626860992284492e-05, + "C": 2.038457523667603e-06, + "R": 3.395265366634703e-07, + "M": 7.881076271587517e-06, + "O": 3.2919042496359907e-06, + "W": 9.090175012715918e-08, + "N": 8.830314186525356e-07, + "Y": 0.00013055822637397796, + "U": 4.249105245435203e-08, + "K": 2.041287849863238e-08, + "L": 4.2389081045257626e-07, + "G": 3.9370748709188774e-05, + "F": 0.00017326204397249967, + "E": 2.5213359549525194e-05, + "T": 5.832525130244903e-05, + "P": 0.31845664978027344, + "-": 0.6810049414634705 + }, + "id": "tp_13117" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1639640, + "label": "-", + "classification": { + "B": 0.00010490258864592761, + "S": 2.464945282554254e-05, + "I": 0.003968769684433937, + "C": 0.00048092787619680166, + "R": 8.312450518133119e-05, + "M": 0.0035588901955634356, + "O": 0.0005919508985243738, + "W": 4.215044100419618e-05, + "N": 0.0002234539424534887, + "Y": 0.004979540593922138, + "U": 2.199943264713511e-05, + "K": 1.4190903129929211e-05, + "L": 0.00014285130600910634, + "G": 0.002563533838838339, + "F": 0.0023834609892219305, + "E": 0.002283965004608035, + "T": 0.00756419263780117, + "P": 0.28559914231300354, + "-": 0.6853682994842529 + }, + "id": "tp_13118" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1639773, + "label": "-", + "classification": { + "B": 4.171722309820325e-07, + "S": 2.42957128193666e-07, + "I": 0.00021921485313214362, + "C": 1.1321390957164112e-05, + "R": 5.237139930613921e-07, + "M": 3.016763730556704e-05, + "O": 6.184636731632054e-06, + "W": 2.563017744705576e-07, + "N": 9.798566679819487e-06, + "Y": 0.00019702430290635675, + "U": 2.3865337084316707e-07, + "K": 4.264536983100697e-06, + "L": 5.021659603698936e-07, + "G": 0.00011097286915173754, + "F": 0.0012231050059199333, + "E": 0.0005018804222345352, + "T": 8.887299918569624e-05, + "P": 0.3839239180088043, + "-": 0.6136710047721863 + }, + "id": "tp_13119" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1639907, + "label": "P", + "classification": { + "B": 1.0041747373179533e-05, + "S": 4.1554794734111056e-06, + "I": 0.0009073844994418323, + "C": 9.531910109217279e-06, + "R": 1.634471459510678e-06, + "M": 3.142848436255008e-05, + "O": 3.349002145114355e-05, + "W": 3.221534370823065e-06, + "N": 0.00012948084622621536, + "Y": 8.840062946546823e-05, + "U": 1.584459027981211e-06, + "K": 6.254418167372933e-06, + "L": 1.8889326156568131e-06, + "G": 6.730529275955632e-05, + "F": 0.000997000839561224, + "E": 0.0004932975862175226, + "T": 0.00024213723372668028, + "P": 0.7849382162094116, + "-": 0.21203358471393585 + }, + "id": "tp_13120" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1640007, + "label": "P", + "classification": { + "B": 2.5958781407098286e-05, + "S": 7.144995493035822e-07, + "I": 0.008942009881138802, + "C": 0.00010806642239913344, + "R": 2.8531549105537124e-05, + "M": 0.00030271164723671973, + "O": 6.408478657249361e-05, + "W": 3.078922190979938e-06, + "N": 7.772827666485682e-05, + "Y": 0.0011572063667699695, + "U": 1.699609470051655e-06, + "K": 1.985161190987128e-07, + "L": 1.6046073142206296e-05, + "G": 0.0004813131527043879, + "F": 0.00015187069948296994, + "E": 0.0003670936275739223, + "T": 0.001581297256052494, + "P": 0.6258248090744019, + "-": 0.36086562275886536 + }, + "id": "tp_13121" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1640140, + "label": "-", + "classification": { + "B": 1.4599916831059545e-08, + "S": 1.6642515276998893e-07, + "I": 1.560645796416793e-05, + "C": 4.780224003297917e-07, + "R": 5.245071577064664e-08, + "M": 4.667255097956513e-07, + "O": 7.43479574794037e-07, + "W": 1.5099317351996433e-07, + "N": 2.4348039460164728e-06, + "Y": 3.862735320581123e-05, + "U": 4.6209791548790236e-08, + "K": 1.3398576811596286e-05, + "L": 1.3393804287886724e-08, + "G": 2.999982825713232e-06, + "F": 0.005062715150415897, + "E": 9.289082663599402e-05, + "T": 1.7789732737583108e-05, + "P": 0.4940589666366577, + "-": 0.5006924271583557 + }, + "id": "tp_13122" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1640274, + "label": "P", + "classification": { + "B": 0.00027121513267047703, + "S": 0.0003666301490738988, + "I": 0.028446752578020096, + "C": 0.0021320926025509834, + "R": 0.0004717367410194129, + "M": 0.004650203976780176, + "O": 0.0011596818221732974, + "W": 0.0002971874491777271, + "N": 0.0046709273010492325, + "Y": 0.026097996160387993, + "U": 0.00015892482770141214, + "K": 0.003150006989017129, + "L": 0.0002509480982553214, + "G": 0.007862785831093788, + "F": 0.0343182310461998, + "E": 0.03568797931075096, + "T": 0.010310591198503971, + "P": 0.4391930401325226, + "-": 0.4005030393600464 + }, + "id": "tp_13123" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1640407, + "label": "-", + "classification": { + "B": 1.40121247937941e-08, + "S": 2.432978485344961e-09, + "I": 1.3883314977647387e-06, + "C": 2.0244806719915687e-08, + "R": 2.0098975817006703e-09, + "M": 9.90491116681369e-07, + "O": 3.095999545621453e-07, + "W": 1.5018678523048834e-09, + "N": 1.14218883240369e-08, + "Y": 1.8485472537577152e-05, + "U": 2.973745139023265e-10, + "K": 2.9814237190173287e-10, + "L": 1.6444037242990817e-08, + "G": 4.85689815832302e-06, + "F": 4.127532884012908e-05, + "E": 1.2209675332996994e-06, + "T": 3.079767702729441e-05, + "P": 0.058896176517009735, + "-": 0.9410043954849243 + }, + "id": "tp_13124" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1640507, + "label": "-", + "classification": { + "B": 1.7765484017218114e-06, + "S": 1.949668785528047e-06, + "I": 0.004988173488527536, + "C": 5.9975300246151164e-05, + "R": 3.774011565838009e-05, + "M": 0.00041709671495482326, + "O": 0.0001049115599016659, + "W": 3.136848590656882e-06, + "N": 9.178902837447822e-05, + "Y": 0.007747636176645756, + "U": 2.2047513539291685e-06, + "K": 4.597296992869815e-06, + "L": 6.298753305600258e-06, + "G": 0.0005332278669811785, + "F": 0.0004938293714076281, + "E": 0.0003144174406770617, + "T": 0.006129779387265444, + "P": 0.13594621419906616, + "-": 0.8431152701377869 + }, + "id": "tp_13125" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1640641, + "label": "-", + "classification": { + "B": 2.6441284717293456e-06, + "S": 9.473318414165988e-07, + "I": 0.0007106243865564466, + "C": 1.1458022527222056e-05, + "R": 3.906658093910664e-06, + "M": 6.62445745547302e-05, + "O": 2.917900201282464e-05, + "W": 1.4568629467248684e-06, + "N": 1.2550450264825486e-05, + "Y": 0.00043943958007730544, + "U": 6.51594177725201e-07, + "K": 5.871278858649021e-07, + "L": 4.837725100514945e-06, + "G": 0.00022090025595389307, + "F": 0.0007237679092213511, + "E": 0.00013332042726688087, + "T": 0.0005984239978715777, + "P": 0.38190028071403503, + "-": 0.6151387691497803 + }, + "id": "tp_13126" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1640774, + "label": "-", + "classification": { + "B": 3.5847773688146845e-05, + "S": 8.092360803857446e-05, + "I": 0.007558670360594988, + "C": 0.0003980993351433426, + "R": 0.00012911051453556865, + "M": 0.0011769062839448452, + "O": 0.0004781640600413084, + "W": 9.033933747559786e-05, + "N": 0.0009756360668689013, + "Y": 0.00546695152297616, + "U": 6.38081255601719e-05, + "K": 0.0004232821811456233, + "L": 5.0617334636626765e-05, + "G": 0.0013450211845338345, + "F": 0.005347212310880423, + "E": 0.0032271025702357292, + "T": 0.0076766954734921455, + "P": 0.2739681303501129, + "-": 0.6915073990821838 + }, + "id": "tp_13127" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1640908, + "label": "P", + "classification": { + "B": 8.014375634957105e-05, + "S": 3.657467823359184e-05, + "I": 0.010479966178536415, + "C": 6.88628715579398e-05, + "R": 6.489818770205602e-05, + "M": 0.0007822357001714408, + "O": 0.0005924861179664731, + "W": 2.775241227936931e-05, + "N": 0.0005937016103416681, + "Y": 0.0011726482771337032, + "U": 3.3845069538074313e-06, + "K": 1.0853950698219705e-06, + "L": 6.993689748924226e-05, + "G": 0.0007108809659257531, + "F": 0.0004663951986003667, + "E": 0.0007565476698800921, + "T": 0.00282345712184906, + "P": 0.743715226650238, + "-": 0.2375539392232895 + }, + "id": "tp_13128" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1641008, + "label": "-", + "classification": { + "B": 2.8282274300295285e-08, + "S": 1.549078909590662e-08, + "I": 0.0002364955289522186, + "C": 3.2739221751398873e-06, + "R": 4.6008986487322545e-07, + "M": 6.483822653535753e-05, + "O": 2.399491449978086e-06, + "W": 5.0978105292642795e-08, + "N": 1.3995256722409977e-06, + "Y": 0.0010895978193730116, + "U": 2.1220579071723478e-08, + "K": 5.0422549691120366e-08, + "L": 3.4252428804393276e-07, + "G": 0.00011507848103065044, + "F": 0.00027967794449068606, + "E": 9.636547474656254e-05, + "T": 0.0004274746752344072, + "P": 0.12235336005687714, + "-": 0.8753291368484497 + }, + "id": "tp_13129" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1641141, + "label": "-", + "classification": { + "B": 0.00022526824614033103, + "S": 1.0319646207790356e-05, + "I": 0.00030225628870539367, + "C": 2.1871039280085824e-05, + "R": 3.841605121124303e-06, + "M": 0.00030252436408773065, + "O": 0.00017623999156057835, + "W": 1.1730909136531409e-05, + "N": 1.3363302969082724e-05, + "Y": 0.00034617059282027185, + "U": 8.414488092967076e-07, + "K": 1.29375024471301e-07, + "L": 3.544884384609759e-05, + "G": 0.00029474435723386705, + "F": 0.00039408367592841387, + "E": 0.00020206149201840162, + "T": 0.0007218255777843297, + "P": 0.30157336592674255, + "-": 0.6953639388084412 + }, + "id": "tp_13130" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1641275, + "label": "-", + "classification": { + "B": 8.244405762525275e-07, + "S": 7.058407618387719e-07, + "I": 0.0012083611218258739, + "C": 6.530749669764191e-05, + "R": 1.0739885510702152e-05, + "M": 9.202712681144476e-05, + "O": 1.9855835489579476e-05, + "W": 1.2623813745449297e-06, + "N": 5.414445331552997e-05, + "Y": 0.0008643536712042987, + "U": 1.5683286846979172e-06, + "K": 1.3308259440236725e-05, + "L": 1.925632659549592e-06, + "G": 0.00027563009643927217, + "F": 0.0015935695264488459, + "E": 0.0011630429653450847, + "T": 0.00040347944013774395, + "P": 0.38586902618408203, + "-": 0.6083608865737915 + }, + "id": "tp_13131" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1641408, + "label": "-", + "classification": { + "B": 5.662153038099582e-11, + "S": 1.2955458927876862e-10, + "I": 2.524897900002543e-05, + "C": 9.531813560670344e-08, + "R": 9.492356234375166e-09, + "M": 1.327984477939026e-07, + "O": 3.5653023644499626e-08, + "W": 6.944699815214506e-10, + "N": 1.8524269762565382e-07, + "Y": 1.4014079170010518e-05, + "U": 1.2510871227888742e-09, + "K": 9.606873874190569e-08, + "L": 3.970738460257195e-10, + "G": 1.0487680128790089e-06, + "F": 9.768101153895259e-05, + "E": 8.382494343095459e-06, + "T": 7.4444615165703e-06, + "P": 0.20266178250312805, + "-": 0.7971838712692261 + }, + "id": "tp_13132" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1641508, + "label": "-", + "classification": { + "B": 8.427281841250078e-07, + "S": 4.7824912030591804e-08, + "I": 0.00041009121923707426, + "C": 4.6846344048390165e-06, + "R": 4.474602803838934e-07, + "M": 4.009080657851882e-05, + "O": 5.691928890882991e-06, + "W": 1.1196881644082168e-07, + "N": 4.144949343753979e-06, + "Y": 0.00015009935304988176, + "U": 4.5358117262139785e-08, + "K": 6.890821424576643e-08, + "L": 5.902798534407339e-07, + "G": 9.096583380596712e-05, + "F": 0.00018795489449985325, + "E": 0.00042441970435902476, + "T": 0.00011910968169104308, + "P": 0.48539412021636963, + "-": 0.5131665468215942 + }, + "id": "tp_13133" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1641642, + "label": "-", + "classification": { + "B": 5.190280717215501e-06, + "S": 8.870839565133792e-07, + "I": 0.0026995425578206778, + "C": 0.00015145732322707772, + "R": 3.4214783227071166e-05, + "M": 0.00011261579493293539, + "O": 3.303609264548868e-05, + "W": 3.7322276966733625e-06, + "N": 9.656821930548176e-05, + "Y": 0.002790955826640129, + "U": 8.286486263386905e-06, + "K": 9.949499508365989e-05, + "L": 4.553968210530002e-06, + "G": 0.0006031906232237816, + "F": 0.004070580005645752, + "E": 0.0016619807574898005, + "T": 0.0009445076575502753, + "P": 0.30365973711013794, + "-": 0.6830194592475891 + }, + "id": "tp_13134" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1641775, + "label": "P", + "classification": { + "B": 1.7933440688011615e-07, + "S": 1.1038529379447937e-07, + "I": 0.00071857834700495, + "C": 2.841331843228545e-05, + "R": 4.391573838802287e-06, + "M": 2.7654088626150042e-05, + "O": 5.026476628700038e-06, + "W": 1.2014341166377562e-07, + "N": 1.100897861761041e-05, + "Y": 0.0013190273893997073, + "U": 1.4491176614228607e-07, + "K": 1.600262322654089e-07, + "L": 1.0089133866131306e-06, + "G": 0.00013891160779166967, + "F": 0.0007500472711399198, + "E": 0.00013383546320255846, + "T": 0.00022190340678207576, + "P": 0.5751286745071411, + "-": 0.4215109348297119 + }, + "id": "tp_13135" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1641875, + "label": "P", + "classification": { + "B": 1.3346219702725648e-06, + "S": 7.161273742894991e-07, + "I": 0.0023874843027442694, + "C": 4.303520836401731e-05, + "R": 4.798995178134646e-06, + "M": 3.3388725569238886e-05, + "O": 1.8410048141959123e-05, + "W": 2.0207596662658034e-06, + "N": 0.00011105793237220496, + "Y": 0.00022082020586822182, + "U": 2.2653027826891048e-06, + "K": 8.82719086803263e-06, + "L": 1.6829869764478644e-06, + "G": 0.00012396828969940543, + "F": 0.0011659356532618403, + "E": 0.0004789576632902026, + "T": 0.00019757889094762504, + "P": 0.7012450695037842, + "-": 0.29395267367362976 + }, + "id": "tp_13136" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1642009, + "label": "P", + "classification": { + "B": 1.7648642369749723e-07, + "S": 1.3589439618044707e-07, + "I": 0.002512239618226886, + "C": 4.722006451629568e-06, + "R": 4.0755432451078377e-07, + "M": 2.630884227983188e-05, + "O": 2.652324155860697e-06, + "W": 3.3499287610538886e-07, + "N": 5.084707299829461e-05, + "Y": 0.0007861980702728033, + "U": 9.751275342750887e-08, + "K": 6.546672011609189e-06, + "L": 6.144582442857427e-08, + "G": 3.829086199402809e-05, + "F": 0.00017333361029159278, + "E": 0.001352716819383204, + "T": 0.00015749564045108855, + "P": 0.6864614486694336, + "-": 0.30842605233192444 + }, + "id": "tp_13137" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1642142, + "label": "-", + "classification": { + "B": 8.905771675671303e-10, + "S": 1.8827994718861873e-10, + "I": 3.3135980629594997e-05, + "C": 8.04528852427211e-08, + "R": 5.7730455971238825e-09, + "M": 1.8059456579067046e-06, + "O": 6.235442384650014e-08, + "W": 3.9472192181477794e-10, + "N": 6.79738505482419e-08, + "Y": 8.360779611393809e-05, + "U": 4.5507667079114356e-10, + "K": 1.0989821275231293e-09, + "L": 2.454656033989977e-09, + "G": 4.047459242428886e-06, + "F": 7.044689937174553e-06, + "E": 6.445094186346978e-06, + "T": 7.368897058768198e-05, + "P": 0.1403399109840393, + "-": 0.859450101852417 + }, + "id": "tp_13138" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1642276, + "label": "-", + "classification": { + "B": 1.47222526720725e-05, + "S": 1.2663773304666393e-05, + "I": 0.003912157844752073, + "C": 0.0002636938006617129, + "R": 3.3940988942049444e-05, + "M": 0.0003989044053014368, + "O": 0.00010674197255866602, + "W": 8.094987606455106e-06, + "N": 0.00037048570811748505, + "Y": 0.0024462975561618805, + "U": 1.0461456440680195e-05, + "K": 4.060225182911381e-05, + "L": 1.0565610864432529e-05, + "G": 0.0007102872477844357, + "F": 0.002138637937605381, + "E": 0.002327374881133437, + "T": 0.0016131335869431496, + "P": 0.47061681747436523, + "-": 0.5149644017219543 + }, + "id": "tp_13139" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1642376, + "label": "P", + "classification": { + "B": 2.7793237677542493e-05, + "S": 3.232227390981279e-05, + "I": 0.0027664732187986374, + "C": 9.496257553109899e-05, + "R": 2.337683690711856e-05, + "M": 0.00138888752553612, + "O": 0.0004195987421553582, + "W": 2.3421265723300166e-05, + "N": 0.0001855521695688367, + "Y": 0.001277024857699871, + "U": 4.725284725282108e-06, + "K": 2.027378650382161e-05, + "L": 7.958307105582207e-05, + "G": 0.0017309589311480522, + "F": 0.009607721120119095, + "E": 0.006340330932289362, + "T": 0.001089428085833788, + "P": 0.5061339735984802, + "-": 0.4687536358833313 + }, + "id": "tp_13140" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1642509, + "label": "P", + "classification": { + "B": 2.0657418644987047e-05, + "S": 4.979484583600424e-05, + "I": 0.010272558778524399, + "C": 0.00014871482562739402, + "R": 2.9947781513328664e-05, + "M": 0.0002055837685475126, + "O": 0.00017206727352458984, + "W": 2.519733243389055e-05, + "N": 0.0017860752996057272, + "Y": 0.0005968100158497691, + "U": 1.6076570318546146e-05, + "K": 0.00017104798462241888, + "L": 1.5279019862646237e-05, + "G": 0.0004064412205480039, + "F": 0.003340362338349223, + "E": 0.0030241012573242188, + "T": 0.0009449992212466896, + "P": 0.7928516268730164, + "-": 0.18592271208763123 + }, + "id": "tp_13141" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1642643, + "label": "P", + "classification": { + "B": 1.549422989910454e-07, + "S": 7.47262447475805e-08, + "I": 0.0010409117676317692, + "C": 2.2224207896215376e-06, + "R": 3.7125363405721146e-07, + "M": 4.148569132667035e-06, + "O": 2.1639643819071352e-06, + "W": 8.427634412555562e-08, + "N": 1.8767124856822193e-05, + "Y": 1.7262429537368007e-05, + "U": 4.333460523753274e-08, + "K": 3.3808877475394183e-08, + "L": 1.6049020246100554e-07, + "G": 5.537614470085828e-06, + "F": 3.2599269616184756e-05, + "E": 6.982028571655974e-05, + "T": 4.16040638810955e-05, + "P": 0.9145334362983704, + "-": 0.08423056453466415 + }, + "id": "tp_13142" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1642776, + "label": "P", + "classification": { + "B": 3.557032357548451e-07, + "S": 9.067677098073545e-08, + "I": 0.0015132202534005046, + "C": 3.7017262002336793e-06, + "R": 4.7103566203077207e-07, + "M": 1.0346491762902588e-05, + "O": 2.6647510367183713e-06, + "W": 7.104253541001526e-08, + "N": 1.6343657989636995e-05, + "Y": 0.0003365411248523742, + "U": 4.274029308248828e-08, + "K": 7.954657377240437e-08, + "L": 1.5759071914089873e-07, + "G": 4.0606126276543364e-05, + "F": 7.252222712850198e-05, + "E": 0.0001188057940453291, + "T": 0.00012000269634881988, + "P": 0.843744158744812, + "-": 0.1540198177099228 + }, + "id": "tp_13143" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1642876, + "label": "-", + "classification": { + "B": 6.608937042074103e-07, + "S": 4.0357343777941423e-07, + "I": 5.885391874471679e-05, + "C": 3.732278628376662e-06, + "R": 4.114825742362882e-07, + "M": 1.3959859643364325e-05, + "O": 6.361522991937818e-06, + "W": 2.8392551598699356e-07, + "N": 6.022681645845296e-06, + "Y": 0.0001563006080687046, + "U": 1.554124224867337e-07, + "K": 2.8344359179754974e-06, + "L": 2.4514665142305603e-07, + "G": 6.962551560718566e-05, + "F": 0.002430099993944168, + "E": 0.00021504148025996983, + "T": 0.0001093754472094588, + "P": 0.45664864778518677, + "-": 0.5402769446372986 + }, + "id": "tp_13144" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1643010, + "label": "-", + "classification": { + "B": 1.6616313303075003e-07, + "S": 2.3301413420995232e-07, + "I": 0.0016686354065313935, + "C": 1.6791946109151468e-05, + "R": 1.336328523393604e-06, + "M": 5.136679101269692e-05, + "O": 6.266910986596486e-06, + "W": 3.0175675647114986e-07, + "N": 3.902379103237763e-05, + "Y": 0.0007017885218374431, + "U": 2.4008818400034215e-07, + "K": 5.61345086680376e-06, + "L": 2.915308243700565e-07, + "G": 0.00010083665256388485, + "F": 0.00045682498603127897, + "E": 0.0008189931977540255, + "T": 0.00048675696598365903, + "P": 0.41872933506965637, + "-": 0.5769153237342834 + }, + "id": "tp_13145" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1643143, + "label": "P", + "classification": { + "B": 3.82796315534506e-05, + "S": 0.00012122586485929787, + "I": 0.0037944589275866747, + "C": 5.2149436669424176e-05, + "R": 3.469064540695399e-05, + "M": 0.00019415652786847204, + "O": 0.00027787184808403254, + "W": 9.152275742962956e-05, + "N": 0.0012802061391994357, + "Y": 0.002893350087106228, + "U": 3.2524079870199785e-05, + "K": 0.0032624173909425735, + "L": 1.3847498848917894e-05, + "G": 0.000930352951399982, + "F": 0.0186809990555048, + "E": 0.006274333689361811, + "T": 0.002078793477267027, + "P": 0.5877814292907715, + "-": 0.37216728925704956 + }, + "id": "tp_13146" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1643277, + "label": "P", + "classification": { + "B": 8.714989962754771e-05, + "S": 3.5407992982072756e-05, + "I": 0.02473141811788082, + "C": 0.002186486730352044, + "R": 0.000549593532923609, + "M": 0.0010896656895056367, + "O": 0.0005915368674322963, + "W": 9.639220661483705e-05, + "N": 0.001888080732896924, + "Y": 0.005521057173609734, + "U": 0.00016839268209878355, + "K": 0.0002442765107844025, + "L": 0.0001627311430638656, + "G": 0.003139180364087224, + "F": 0.0057352506555616856, + "E": 0.0053549339063465595, + "T": 0.0041913194581866264, + "P": 0.48142707347869873, + "-": 0.4628000557422638 + }, + "id": "tp_13147" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1643377, + "label": "-", + "classification": { + "B": 1.739860454108566e-05, + "S": 1.0096016467286972e-06, + "I": 0.00021624106739182025, + "C": 1.0208388630417176e-05, + "R": 1.0964976127070258e-06, + "M": 8.443683327641338e-05, + "O": 2.8596514312084764e-05, + "W": 1.6508486169186654e-06, + "N": 1.1620305485848803e-05, + "Y": 0.0004016971797682345, + "U": 6.190504677761055e-07, + "K": 1.0771698271128116e-06, + "L": 4.282240752218058e-06, + "G": 0.00028813342214562, + "F": 0.0007481081411242485, + "E": 0.0006528486264869571, + "T": 0.0003157580504193902, + "P": 0.3538473844528198, + "-": 0.6433677077293396 + }, + "id": "tp_13148" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1643510, + "label": "-", + "classification": { + "B": 6.785222126381996e-07, + "S": 5.877969897483126e-07, + "I": 3.094576095463708e-05, + "C": 2.282571131217992e-06, + "R": 4.027152726848726e-07, + "M": 5.3828960517421365e-05, + "O": 1.761624480423052e-05, + "W": 3.7794708873661875e-07, + "N": 1.7402053344994783e-06, + "Y": 0.0003191755386069417, + "U": 8.750330948714691e-08, + "K": 4.92662366013974e-07, + "L": 8.895434575606487e-07, + "G": 7.798036676831543e-05, + "F": 0.0017901785904541612, + "E": 4.6310356992762536e-05, + "T": 0.00025537170586176217, + "P": 0.11804147809743881, + "-": 0.8793595433235168 + }, + "id": "tp_13149" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1643644, + "label": "-", + "classification": { + "B": 5.680043250322342e-05, + "S": 2.375040276092477e-05, + "I": 0.012468342669308186, + "C": 0.0008658455917611718, + "R": 0.00015927354979794472, + "M": 0.0010734021198004484, + "O": 0.0003736464714165777, + "W": 5.616905036731623e-05, + "N": 0.0005926549783907831, + "Y": 0.00793088786303997, + "U": 4.181237090961076e-05, + "K": 2.962849430332426e-05, + "L": 9.256984776584432e-05, + "G": 0.002225302392616868, + "F": 0.0028594029136002064, + "E": 0.00423052255064249, + "T": 0.004289558622986078, + "P": 0.41711416840553284, + "-": 0.5455161929130554 + }, + "id": "tp_13150" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1643777, + "label": "-", + "classification": { + "B": 3.0293547297333134e-06, + "S": 1.5048184422994382e-06, + "I": 4.0358398109674454e-05, + "C": 2.5913298031809973e-06, + "R": 4.0123111944012635e-07, + "M": 0.00012471398804336786, + "O": 2.4167226001736708e-05, + "W": 6.350102808028169e-07, + "N": 2.726906814132235e-06, + "Y": 0.0008385918335989118, + "U": 9.849484428059441e-08, + "K": 1.162496459983231e-06, + "L": 1.284788368138834e-06, + "G": 0.00016497386968694627, + "F": 0.0021356355864554644, + "E": 0.00014192926755640656, + "T": 0.0004772898682858795, + "P": 0.05959104374051094, + "-": 0.9364479184150696 + }, + "id": "tp_13151" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1643877, + "label": "P", + "classification": { + "B": 1.0976032172038686e-07, + "S": 4.4626808914927096e-08, + "I": 2.5510720661259256e-05, + "C": 5.072142528206314e-08, + "R": 1.1084511086778548e-08, + "M": 8.782136546869879e-07, + "O": 9.17762065455463e-07, + "W": 2.560185841105067e-08, + "N": 1.3853023119736463e-06, + "Y": 3.8103539736766834e-06, + "U": 5.257808854963741e-09, + "K": 1.3410647703437917e-08, + "L": 2.6044491008292425e-08, + "G": 2.5727274532982847e-06, + "F": 5.44980721315369e-05, + "E": 1.1031335816369392e-05, + "T": 2.396505806245841e-05, + "P": 0.8185782432556152, + "-": 0.18129689991474152 + }, + "id": "tp_13152" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1644011, + "label": "P", + "classification": { + "B": 3.444038298994201e-08, + "S": 8.029521492147751e-10, + "I": 4.576548235490918e-05, + "C": 8.713117267689086e-07, + "R": 1.9462360612010343e-08, + "M": 5.24613710695121e-07, + "O": 2.1199322475240479e-07, + "W": 4.8525916618302745e-09, + "N": 2.7659677925839787e-07, + "Y": 1.1389300198061392e-05, + "U": 1.5396171448855966e-08, + "K": 2.5289261795791163e-09, + "L": 3.2572749830706016e-08, + "G": 5.493819571711356e-06, + "F": 1.2882392184110358e-05, + "E": 1.0110357834491879e-05, + "T": 1.5187377357506193e-05, + "P": 0.5700894594192505, + "-": 0.4298076629638672 + }, + "id": "tp_13153" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1644144, + "label": "-", + "classification": { + "B": 4.337145659977226e-12, + "S": 6.511854315320587e-13, + "I": 6.364904834299523e-07, + "C": 2.547974053968005e-09, + "R": 1.7940840479901965e-10, + "M": 4.578179257919146e-08, + "O": 1.778385771977753e-09, + "W": 6.043541535272201e-12, + "N": 5.108315992430335e-10, + "Y": 2.603336724860128e-06, + "U": 9.614728284368379e-12, + "K": 3.658624098124008e-11, + "L": 4.494831937207344e-11, + "G": 1.2993848486075876e-07, + "F": 2.4409202978858957e-06, + "E": 9.969686942667977e-08, + "T": 3.591254653656506e-06, + "P": 0.039927102625370026, + "-": 0.9600634574890137 + }, + "id": "tp_13154" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1644278, + "label": "-", + "classification": { + "B": 4.187833837931976e-06, + "S": 3.4853746910812333e-06, + "I": 0.0015934132970869541, + "C": 9.332921035820618e-05, + "R": 1.5776515283505432e-05, + "M": 0.00010238387039862573, + "O": 7.10672393324785e-05, + "W": 3.03117417388421e-06, + "N": 0.0001181206971523352, + "Y": 0.000699021213222295, + "U": 4.024029749416513e-06, + "K": 9.337331903225277e-06, + "L": 6.518446298287017e-06, + "G": 0.00031271405168808997, + "F": 0.0010906864190474153, + "E": 0.0005694683059118688, + "T": 0.0010288236662745476, + "P": 0.3475651443004608, + "-": 0.6467094421386719 + }, + "id": "tp_13155" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1644378, + "label": "-", + "classification": { + "B": 1.0242587222819566e-06, + "S": 5.728593350795563e-07, + "I": 0.000542128283996135, + "C": 1.5645027815480717e-05, + "R": 1.399866164319974e-06, + "M": 0.0001490004942752421, + "O": 1.5792367776157334e-05, + "W": 1.064823891283595e-06, + "N": 1.705879003566224e-05, + "Y": 0.0006558076711371541, + "U": 4.828106057175319e-07, + "K": 8.71323481987929e-06, + "L": 1.34214633362717e-06, + "G": 0.0003223831008654088, + "F": 0.002083411207422614, + "E": 0.0023401344660669565, + "T": 0.0002755056193564087, + "P": 0.2484547644853592, + "-": 0.7451137900352478 + }, + "id": "tp_13156" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1644511, + "label": "-", + "classification": { + "B": 1.3758365639660042e-05, + "S": 4.648652520700125e-06, + "I": 0.003595110261812806, + "C": 0.0001821312034735456, + "R": 1.4915633983036969e-05, + "M": 0.00030828360468149185, + "O": 7.259701669681817e-05, + "W": 1.2764601706294343e-05, + "N": 0.0002191647217841819, + "Y": 0.0009182352805510163, + "U": 1.012064421956893e-05, + "K": 4.4683685700874776e-05, + "L": 6.9762450038979296e-06, + "G": 0.0004346030473243445, + "F": 0.001698494073934853, + "E": 0.005533196497708559, + "T": 0.0005943002179265022, + "P": 0.4871883988380432, + "-": 0.4991476237773895 + }, + "id": "tp_13157" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1644645, + "label": "P", + "classification": { + "B": 6.552667764481157e-05, + "S": 1.161599993793061e-05, + "I": 0.009768602438271046, + "C": 0.00020913216576445848, + "R": 5.396547931013629e-05, + "M": 0.00040514234569855034, + "O": 8.127519686240703e-05, + "W": 1.2116224752389826e-05, + "N": 0.0003951822582166642, + "Y": 0.0016836398281157017, + "U": 1.4362679394253064e-05, + "K": 1.2826362763007637e-05, + "L": 4.53060565632768e-05, + "G": 0.000846743059810251, + "F": 0.0020180789288133383, + "E": 0.004284091293811798, + "T": 0.0013411457184702158, + "P": 0.7676701545715332, + "-": 0.21108101308345795 + }, + "id": "tp_13158" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1644778, + "label": "-", + "classification": { + "B": 0.0026095486246049404, + "S": 0.002708550076931715, + "I": 0.027895528823137283, + "C": 0.031703583896160126, + "R": 0.01994754560291767, + "M": 0.044257357716560364, + "O": 0.041306011378765106, + "W": 0.003015123540535569, + "N": 0.002397832926362753, + "Y": 0.22034715116024017, + "U": 0.0001390063262078911, + "K": 0.000652986578643322, + "L": 0.01078264880925417, + "G": 0.12606804072856903, + "F": 0.013344996608793736, + "E": 0.003965993411839008, + "T": 0.09991901367902756, + "P": 0.012240314856171608, + "-": 0.33669883012771606 + }, + "id": "tp_13159" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1644878, + "label": "-", + "classification": { + "B": 5.1033784984610975e-05, + "S": 6.179765478009358e-05, + "I": 0.00457507511600852, + "C": 0.0002637918514665216, + "R": 0.00010382493928773329, + "M": 0.0010284690652042627, + "O": 0.0003609078121371567, + "W": 6.972271512495354e-05, + "N": 0.0005031001637689769, + "Y": 0.009361536242067814, + "U": 6.21885628788732e-05, + "K": 0.00018954966799356043, + "L": 9.070898522622883e-05, + "G": 0.002029258757829666, + "F": 0.00912356935441494, + "E": 0.0022914065048098564, + "T": 0.006681929808109999, + "P": 0.3933890461921692, + "-": 0.5697630047798157 + }, + "id": "tp_13160" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1645012, + "label": "-", + "classification": { + "B": 6.047021997801494e-06, + "S": 1.8840990378521383e-05, + "I": 0.0043035754933953285, + "C": 6.412583752535284e-05, + "R": 3.8760059396736324e-05, + "M": 0.0005283065838739276, + "O": 0.0002922834537457675, + "W": 1.6831840184750035e-05, + "N": 0.00035855144960805774, + "Y": 0.009420140646398067, + "U": 6.671679784631124e-06, + "K": 4.7834080760367215e-05, + "L": 1.4750798072782345e-05, + "G": 0.0008155244286172092, + "F": 0.003060665912926197, + "E": 0.0005101834540255368, + "T": 0.008137480355799198, + "P": 0.22642292082309723, + "-": 0.7459365129470825 + }, + "id": "tp_13161" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1645145, + "label": "P", + "classification": { + "B": 8.494466783304233e-06, + "S": 5.810369839309715e-05, + "I": 0.010820390656590462, + "C": 1.3834031960868742e-05, + "R": 4.539970632322365e-06, + "M": 9.82749043032527e-05, + "O": 0.00011909377644769847, + "W": 1.167814389191335e-05, + "N": 0.0005281270714476705, + "Y": 0.00017533001664560288, + "U": 9.381947734254936e-07, + "K": 2.467097885983094e-07, + "L": 8.68824736244278e-06, + "G": 3.3037260436685756e-05, + "F": 0.00015824347792658955, + "E": 0.00029391501448117197, + "T": 0.0014483659761026502, + "P": 0.8159881830215454, + "-": 0.17023050785064697 + }, + "id": "tp_13162" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1645279, + "label": "-", + "classification": { + "B": 4.0636251696923864e-08, + "S": 1.1858151793830984e-07, + "I": 0.0006843055016361177, + "C": 1.5780296962475404e-05, + "R": 2.2286822058958933e-06, + "M": 9.727152246341575e-06, + "O": 4.184948920737952e-06, + "W": 2.599585684492922e-07, + "N": 1.6615040294709615e-05, + "Y": 0.00043910223757848144, + "U": 3.315731476050132e-07, + "K": 3.5374719118408393e-06, + "L": 1.6102249844607286e-07, + "G": 3.0460252673947252e-05, + "F": 0.0002796852495521307, + "E": 0.00011209469084860757, + "T": 0.0003261124365963042, + "P": 0.20982439815998077, + "-": 0.7882508635520935 + }, + "id": "tp_13163" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1645379, + "label": "-", + "classification": { + "B": 7.786291462252848e-06, + "S": 1.5055662515806034e-05, + "I": 0.0057440996170043945, + "C": 0.00016493242583237588, + "R": 2.7262074581813067e-05, + "M": 0.00039188918890431523, + "O": 0.0001461301144445315, + "W": 2.0721803593914956e-05, + "N": 0.0005959561676718295, + "Y": 0.005817817989736795, + "U": 1.3441950613923836e-05, + "K": 0.0008550581405870616, + "L": 7.285130322998157e-06, + "G": 0.0011715525761246681, + "F": 0.004514442756772041, + "E": 0.0053893039003014565, + "T": 0.002433253452181816, + "P": 0.28477856516838074, + "-": 0.6879053711891174 + }, + "id": "tp_13164" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1645512, + "label": "P", + "classification": { + "B": 5.294493803376099e-07, + "S": 5.670587555073325e-09, + "I": 0.00032591348281130195, + "C": 2.857218078133883e-06, + "R": 1.8228850251489348e-07, + "M": 1.4915915016899817e-05, + "O": 1.4564893717761151e-06, + "W": 3.140755566732878e-08, + "N": 1.7896801409733598e-06, + "Y": 6.2500563217327e-05, + "U": 2.987946245980311e-08, + "K": 1.8392723788451804e-08, + "L": 2.404125325483619e-07, + "G": 4.637380698113702e-05, + "F": 9.340762335341424e-05, + "E": 0.00019787410565186292, + "T": 4.976079799234867e-05, + "P": 0.5666815638542175, + "-": 0.4325205087661743 + }, + "id": "tp_13165" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1645646, + "label": "P", + "classification": { + "B": 1.2581107284859172e-06, + "S": 6.205854674590228e-07, + "I": 4.5877695811213925e-05, + "C": 2.1854849308056146e-07, + "R": 9.409824741624107e-08, + "M": 3.5120826851198217e-06, + "O": 8.080760380835272e-06, + "W": 7.168731599449529e-07, + "N": 4.84573547510081e-06, + "Y": 1.8339573216508143e-05, + "U": 6.028528076740258e-08, + "K": 1.1509241204521459e-07, + "L": 2.2786016984355228e-07, + "G": 4.385069587442558e-06, + "F": 0.00020176234829705209, + "E": 1.2404100743879098e-05, + "T": 0.0002048851310973987, + "P": 0.624467670917511, + "-": 0.3750248849391937 + }, + "id": "tp_13166" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1645779, + "label": "-", + "classification": { + "B": 6.974048574193148e-07, + "S": 1.5727296158729587e-06, + "I": 0.0031444248743355274, + "C": 3.224369356757961e-05, + "R": 1.150184380094288e-05, + "M": 0.00019293576769996434, + "O": 4.782664473168552e-05, + "W": 2.5096653644141043e-06, + "N": 8.125940075842664e-05, + "Y": 0.0015924451872706413, + "U": 1.5894772786850808e-06, + "K": 3.399672777959495e-06, + "L": 4.195874225842999e-06, + "G": 0.00018198891484644264, + "F": 0.0009908073116093874, + "E": 0.00022174920013640076, + "T": 0.002195713110268116, + "P": 0.2763077914714813, + "-": 0.7149853110313416 + }, + "id": "tp_13167" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1645879, + "label": "P", + "classification": { + "B": 0.0005964070442132652, + "S": 0.0009987986413761973, + "I": 0.11108566075563431, + "C": 0.0012054815888404846, + "R": 0.0005689335521310568, + "M": 0.002599772298708558, + "O": 0.0012249405262991786, + "W": 0.0005858531221747398, + "N": 0.025394165888428688, + "Y": 0.004841295070946217, + "U": 0.00020686401694547385, + "K": 0.0037749195471405983, + "L": 0.0001747410569805652, + "G": 0.0037905583158135414, + "F": 0.007215782534331083, + "E": 0.025119511410593987, + "T": 0.005662393290549517, + "P": 0.7240056991577148, + "-": 0.08094820380210876 + }, + "id": "tp_13168" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1646013, + "label": "-", + "classification": { + "B": 1.104822240449721e-05, + "S": 2.5102950530708767e-05, + "I": 0.003955745603889227, + "C": 0.00018981828179676086, + "R": 4.2011837649624795e-05, + "M": 0.00013661566481459886, + "O": 0.0001364716445095837, + "W": 3.888069113600068e-05, + "N": 0.0005886791041120887, + "Y": 0.001002675504423678, + "U": 3.4738874091999605e-05, + "K": 0.0007351601379923522, + "L": 8.871706995705608e-06, + "G": 0.00032548478338867426, + "F": 0.005477206315845251, + "E": 0.002356866607442498, + "T": 0.0012388459872454405, + "P": 0.3974768817424774, + "-": 0.5862188935279846 + }, + "id": "tp_13169" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1646146, + "label": "P", + "classification": { + "B": 0.00020819317433051765, + "S": 0.0004864348447881639, + "I": 0.06525982916355133, + "C": 0.0006837075925432146, + "R": 0.00021842002752237022, + "M": 0.0012937861029058695, + "O": 0.0006135966978035867, + "W": 0.00023619832063559443, + "N": 0.011416158638894558, + "Y": 0.0025492627173662186, + "U": 0.00011292827548459172, + "K": 0.0010325192706659436, + "L": 0.00010548140562605113, + "G": 0.0014677031431347132, + "F": 0.005823592655360699, + "E": 0.022056439891457558, + "T": 0.0025317855179309845, + "P": 0.7684900164604187, + "-": 0.11541386693716049 + }, + "id": "tp_13170" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1646280, + "label": "-", + "classification": { + "B": 7.286370964720845e-05, + "S": 3.378093970241025e-05, + "I": 0.004225365351885557, + "C": 0.0003087082877755165, + "R": 7.443493086611852e-05, + "M": 0.003895672969520092, + "O": 0.0006160306511446834, + "W": 2.372847666265443e-05, + "N": 0.00023930106544867158, + "Y": 0.00587873812764883, + "U": 2.2740547137800604e-05, + "K": 2.6685334887588397e-05, + "L": 0.0001485427637817338, + "G": 0.007016663905233145, + "F": 0.004704722203314304, + "E": 0.003249273169785738, + "T": 0.00904431939125061, + "P": 0.2041187286376953, + "-": 0.7562997937202454 + }, + "id": "tp_13171" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1646380, + "label": "-", + "classification": { + "B": 1.8332769968765206e-06, + "S": 2.336860916329897e-06, + "I": 0.004079440608620644, + "C": 0.00022915635781828314, + "R": 6.083648986532353e-05, + "M": 0.000681496225297451, + "O": 8.463105041300878e-05, + "W": 3.657314891825081e-06, + "N": 7.748988718958572e-05, + "Y": 0.02830415405333042, + "U": 2.3078696358425077e-06, + "K": 5.365469041862525e-05, + "L": 7.632967026438564e-06, + "G": 0.0023449973668903112, + "F": 0.0031380204018205404, + "E": 0.0010695384116843343, + "T": 0.007689291145652533, + "P": 0.08123628795146942, + "-": 0.8709332942962646 + }, + "id": "tp_13172" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1646513, + "label": "-", + "classification": { + "B": 0.00041411336860619485, + "S": 6.502065662061796e-05, + "I": 0.00910118967294693, + "C": 0.0015002370346337557, + "R": 0.0005181659944355488, + "M": 0.0013096854090690613, + "O": 0.0019528347766026855, + "W": 0.00021872975048609078, + "N": 0.0006971003604121506, + "Y": 0.004257814027369022, + "U": 0.00010099296196131036, + "K": 7.397432636935264e-05, + "L": 0.00035020714858546853, + "G": 0.003203284228220582, + "F": 0.0033868856262415648, + "E": 0.0012168933171778917, + "T": 0.004061571322381496, + "P": 0.24996906518936157, + "-": 0.7176022529602051 + }, + "id": "tp_13173" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1646647, + "label": "-", + "classification": { + "B": 2.1904574168729596e-05, + "S": 1.2477232303353958e-05, + "I": 0.0004788925580214709, + "C": 1.3895099982619286e-05, + "R": 2.3804725515219616e-06, + "M": 0.000475653592729941, + "O": 6.976505392231047e-05, + "W": 4.922317202726845e-06, + "N": 4.620684194378555e-05, + "Y": 0.001796884462237358, + "U": 1.4785242683501565e-06, + "K": 8.57066479511559e-05, + "L": 7.390626706182957e-06, + "G": 0.0011497170198708773, + "F": 0.01322410348802805, + "E": 0.004799033980816603, + "T": 0.001119917957112193, + "P": 0.18910977244377136, + "-": 0.7875798940658569 + }, + "id": "tp_13174" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1646780, + "label": "-", + "classification": { + "B": 6.532514618129426e-08, + "S": 1.0003371642142156e-07, + "I": 0.00024027255130931735, + "C": 2.4958014819276286e-06, + "R": 2.540667765060789e-07, + "M": 1.585150857863482e-05, + "O": 2.3984819108591182e-06, + "W": 7.606246299474151e-08, + "N": 4.966193046129774e-06, + "Y": 0.0002405255363555625, + "U": 7.395873069526715e-08, + "K": 6.408312174244202e-07, + "L": 2.2222084794520924e-07, + "G": 3.187641777913086e-05, + "F": 0.0006554838037118316, + "E": 0.00016507682448718697, + "T": 0.0001502329541835934, + "P": 0.3465127646923065, + "-": 0.6519766449928284 + }, + "id": "tp_13175" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1646880, + "label": "P", + "classification": { + "B": 8.23002666017203e-10, + "S": 6.889954162758727e-10, + "I": 5.746759779867716e-05, + "C": 2.1585899290244015e-08, + "R": 1.892251910717846e-09, + "M": 1.5202830638827436e-07, + "O": 6.006024477756e-08, + "W": 5.512462153411946e-10, + "N": 7.585852586089459e-07, + "Y": 4.070093382324558e-06, + "U": 6.928539963979574e-10, + "K": 5.384091394944335e-09, + "L": 7.219659869939221e-10, + "G": 5.812576091557276e-07, + "F": 1.571469329064712e-05, + "E": 6.884299637022195e-06, + "T": 5.174737907509552e-06, + "P": 0.8022213578224182, + "-": 0.19768774509429932 + }, + "id": "tp_13176" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1647014, + "label": "-", + "classification": { + "B": 2.10932693534005e-08, + "S": 6.156572140980643e-09, + "I": 7.441000434482703e-06, + "C": 4.746227943996928e-07, + "R": 6.488280490657417e-08, + "M": 1.8369423742115032e-06, + "O": 3.1807164191377524e-07, + "W": 9.334515382874997e-09, + "N": 9.738575812434647e-08, + "Y": 7.177767838584259e-05, + "U": 1.245518088666131e-08, + "K": 2.461509893691982e-07, + "L": 3.8955882075697446e-08, + "G": 1.0495363312656991e-05, + "F": 0.0008577184635214508, + "E": 2.1446099708555266e-05, + "T": 4.066460678586736e-05, + "P": 0.046307504177093506, + "-": 0.9526798129081726 + }, + "id": "tp_13177" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1647147, + "label": "-", + "classification": { + "B": 1.7623710824032912e-10, + "S": 2.2428192636425592e-10, + "I": 8.356211765203625e-06, + "C": 1.0189214805222946e-08, + "R": 2.7700841620514893e-09, + "M": 1.6476363384754222e-07, + "O": 5.2800722016854706e-08, + "W": 2.434018819830186e-10, + "N": 2.419339573123125e-08, + "Y": 1.3727305486099795e-05, + "U": 1.130124743786709e-10, + "K": 2.4296389553035702e-11, + "L": 1.3082755989657358e-09, + "G": 2.284268560970304e-07, + "F": 5.504614364326699e-06, + "E": 4.138619260629639e-07, + "T": 1.4696047401230317e-05, + "P": 0.32764574885368347, + "-": 0.6723110675811768 + }, + "id": "tp_13178" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1647281, + "label": "P", + "classification": { + "B": 6.036988997948356e-05, + "S": 5.066875928605441e-06, + "I": 0.007546607404947281, + "C": 0.0007975402404554188, + "R": 3.2952386391116306e-05, + "M": 0.0006407398614101112, + "O": 0.0001356611173832789, + "W": 8.274986612377688e-06, + "N": 0.0004278117557987571, + "Y": 0.0012056148843839765, + "U": 8.080629413598217e-06, + "K": 7.640487638127524e-06, + "L": 2.646632128744386e-05, + "G": 0.0013152004685252905, + "F": 0.0013029926922172308, + "E": 0.007096812129020691, + "T": 0.0007867274107411504, + "P": 0.5342338681221008, + "-": 0.4443616271018982 + }, + "id": "tp_13179" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1647381, + "label": "-", + "classification": { + "B": 1.715193320706021e-09, + "S": 1.1536142874302158e-10, + "I": 1.244672603206709e-06, + "C": 4.355316551851729e-09, + "R": 5.087791299374089e-10, + "M": 1.3210043334765942e-06, + "O": 1.5538560660388612e-07, + "W": 1.275980154868961e-10, + "N": 1.8442976035260017e-09, + "Y": 4.340122814028291e-06, + "U": 1.9215686333784454e-11, + "K": 1.1955973049700835e-13, + "L": 1.0419343610124088e-08, + "G": 3.792809195601876e-07, + "F": 5.722046694245364e-07, + "E": 3.7268705455062445e-07, + "T": 1.6839479940244928e-05, + "P": 0.11582451313734055, + "-": 0.8841502666473389 + }, + "id": "tp_13180" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1647514, + "label": "-", + "classification": { + "B": 3.2214366285643337e-08, + "S": 1.2309233632379346e-08, + "I": 3.0066723866184475e-06, + "C": 3.706698237238015e-08, + "R": 3.57047214016859e-09, + "M": 1.5627579159627203e-06, + "O": 7.867436124797678e-07, + "W": 9.263149358673672e-09, + "N": 6.816439679369068e-08, + "Y": 3.1015699732961366e-06, + "U": 5.086348009442077e-10, + "K": 5.794373314493839e-10, + "L": 2.5873124087638644e-08, + "G": 1.2164144891357864e-06, + "F": 4.9882866733241826e-05, + "E": 6.330473752313992e-06, + "T": 7.25335758033907e-06, + "P": 0.2167394757270813, + "-": 0.7831871509552002 + }, + "id": "tp_13181" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1647648, + "label": "P", + "classification": { + "B": 1.7864642057330293e-11, + "S": 3.991554031745892e-10, + "I": 1.387053998769261e-05, + "C": 4.033187561702789e-09, + "R": 3.011557947463217e-10, + "M": 4.319700153132544e-08, + "O": 1.21300596234164e-08, + "W": 8.270018003742052e-11, + "N": 1.4354070287936338e-07, + "Y": 1.2913170621686731e-06, + "U": 4.52840716314018e-11, + "K": 3.289399030936835e-10, + "L": 1.199314259014983e-10, + "G": 4.800689623607468e-08, + "F": 5.300179054756882e-06, + "E": 4.994706159777706e-07, + "T": 5.818671070301207e-06, + "P": 0.631725013256073, + "-": 0.36824798583984375 + }, + "id": "tp_13182" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1647781, + "label": "-", + "classification": { + "B": 7.206832908224214e-10, + "S": 1.9004575690928505e-09, + "I": 7.900647688074969e-06, + "C": 2.4700947065525725e-08, + "R": 1.741614519268353e-09, + "M": 3.3561667578396737e-07, + "O": 8.436416010226822e-08, + "W": 1.221053258504412e-09, + "N": 2.2805515698109957e-07, + "Y": 9.503499313723296e-06, + "U": 1.351422862505558e-09, + "K": 4.027393885053243e-08, + "L": 7.298324167237524e-10, + "G": 5.861156751052476e-07, + "F": 3.4243854315718636e-05, + "E": 9.569042958901264e-06, + "T": 2.6810595954884775e-05, + "P": 0.3053072392940521, + "-": 0.6946033835411072 + }, + "id": "tp_13183" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1647881, + "label": "P", + "classification": { + "B": 6.5291833379887976e-06, + "S": 2.8440663299988955e-06, + "I": 0.1525864601135254, + "C": 0.0003443887981120497, + "R": 5.6039265473373234e-05, + "M": 0.0006898007704876363, + "O": 3.4015603887382895e-05, + "W": 2.4008895707083866e-06, + "N": 0.0008880180539563298, + "Y": 0.03284941613674164, + "U": 1.4931737268852885e-06, + "K": 2.5218198061338626e-05, + "L": 9.858791599981487e-06, + "G": 0.004751563537865877, + "F": 0.0017272003460675478, + "E": 0.015029365196824074, + "T": 0.0030309525318443775, + "P": 0.5119854807853699, + "-": 0.2759788930416107 + }, + "id": "tp_13184" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1648015, + "label": "P", + "classification": { + "B": 1.5857645058181546e-11, + "S": 1.3652640129535598e-10, + "I": 1.5925277239148272e-06, + "C": 1.0480294410086799e-09, + "R": 4.231206357507844e-11, + "M": 2.811749233444516e-08, + "O": 7.1729728823299865e-09, + "W": 3.376012316924637e-11, + "N": 3.0521832172780705e-08, + "Y": 1.5823528656255803e-06, + "U": 1.543020572425391e-11, + "K": 1.25639748604911e-10, + "L": 4.520370536220675e-11, + "G": 3.554783845061138e-08, + "F": 1.56052628881298e-05, + "E": 4.916010425404238e-07, + "T": 3.941589056921657e-06, + "P": 0.5818221569061279, + "-": 0.4181545674800873 + }, + "id": "tp_13185" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1648148, + "label": "-", + "classification": { + "B": 2.393728379956883e-07, + "S": 2.5694160399325483e-07, + "I": 0.00010373081750003621, + "C": 1.5785053619765677e-06, + "R": 3.556848469088436e-07, + "M": 1.420914941263618e-05, + "O": 5.58431838726392e-06, + "W": 2.3851464447943727e-07, + "N": 5.1546026043070015e-06, + "Y": 0.0005655721761286259, + "U": 1.423654794052709e-07, + "K": 8.117723155010026e-06, + "L": 1.964428122391837e-07, + "G": 0.00011341510253259912, + "F": 0.0013697111280635, + "E": 0.0001572050096001476, + "T": 0.00017713237321004272, + "P": 0.21890239417552948, + "-": 0.7785746455192566 + }, + "id": "tp_13186" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1648282, + "label": "-", + "classification": { + "B": 4.2705789837782504e-07, + "S": 1.1821103953479906e-06, + "I": 0.0001945245749084279, + "C": 2.7750231311074458e-05, + "R": 4.568867097987095e-06, + "M": 0.00020656264678109437, + "O": 5.670918835676275e-05, + "W": 9.077888307729154e-07, + "N": 8.967829671746586e-06, + "Y": 0.0018394275102764368, + "U": 3.4894628697657026e-07, + "K": 1.4291510979091981e-06, + "L": 3.808308065345045e-06, + "G": 0.00024881138233467937, + "F": 0.001090476056560874, + "E": 0.0001203250139951706, + "T": 0.0010885689407587051, + "P": 0.040378402918577194, + "-": 0.9547266960144043 + }, + "id": "tp_13187" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1648382, + "label": "-", + "classification": { + "B": 7.34673676561215e-07, + "S": 8.109536224765179e-07, + "I": 0.0001224438165081665, + "C": 1.1371628716005944e-05, + "R": 1.777307716110954e-06, + "M": 3.231786104151979e-05, + "O": 1.3996404049976263e-05, + "W": 1.24043071991764e-06, + "N": 5.97665848545148e-06, + "Y": 0.00021654820011463016, + "U": 5.075931426290481e-07, + "K": 1.978250111278612e-06, + "L": 1.3406997823040001e-06, + "G": 2.740483068919275e-05, + "F": 0.0013352616224437952, + "E": 9.729532030178234e-05, + "T": 0.00025081296917051077, + "P": 0.2081374078989029, + "-": 0.7897406816482544 + }, + "id": "tp_13188" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1648515, + "label": "-", + "classification": { + "B": 1.3666489051544772e-09, + "S": 1.7308613431410436e-09, + "I": 2.9062305202387506e-06, + "C": 3.2590492526907155e-09, + "R": 7.377313759882043e-10, + "M": 2.2444643832386646e-07, + "O": 1.2429282492121274e-07, + "W": 1.1076815020771846e-09, + "N": 6.358666126971002e-08, + "Y": 8.472147783322725e-06, + "U": 1.1097554125649722e-10, + "K": 6.100641103401472e-10, + "L": 8.050742295040436e-10, + "G": 3.8847088035254274e-07, + "F": 1.0603061127767432e-05, + "E": 8.46438240387215e-07, + "T": 2.2213218471733853e-05, + "P": 0.39554283022880554, + "-": 0.6044113636016846 + }, + "id": "tp_13189" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1648649, + "label": "-", + "classification": { + "B": 3.2918258396907873e-11, + "S": 3.676726284540521e-11, + "I": 7.560308290521789e-07, + "C": 7.087916920056614e-10, + "R": 4.4773733332004184e-11, + "M": 1.7229339732693916e-08, + "O": 7.686266734197034e-09, + "W": 7.658645245767204e-11, + "N": 1.2862406251201719e-08, + "Y": 3.1274298635253217e-06, + "U": 3.4915608598806713e-11, + "K": 5.797363922255272e-09, + "L": 1.446394219672964e-11, + "G": 1.6010019976420153e-07, + "F": 7.967845704115462e-06, + "E": 1.4258230294217356e-06, + "T": 2.401554638709058e-06, + "P": 0.3104313611984253, + "-": 0.6895527839660645 + }, + "id": "tp_13190" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1648782, + "label": "-", + "classification": { + "B": 8.547420549120943e-08, + "S": 1.1927643583931058e-07, + "I": 0.002578817307949066, + "C": 7.570075922558317e-06, + "R": 2.0868794763373444e-06, + "M": 3.8640810089418665e-05, + "O": 6.049808689567726e-06, + "W": 2.5939070269487274e-07, + "N": 4.057222759001888e-05, + "Y": 0.0010877839522436261, + "U": 1.777623879206658e-07, + "K": 3.852753252431285e-06, + "L": 3.404382198368694e-07, + "G": 0.0001318017311859876, + "F": 0.0007968695717863739, + "E": 0.00029853612068109214, + "T": 0.0005417740903794765, + "P": 0.3636932075023651, + "-": 0.6307714581489563 + }, + "id": "tp_13191" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1648882, + "label": "-", + "classification": { + "B": 1.512796998781596e-08, + "S": 2.278291111323938e-09, + "I": 3.1848594517214224e-06, + "C": 2.127826448372616e-08, + "R": 2.2066755089866774e-09, + "M": 4.678188361140201e-07, + "O": 7.563971138324632e-08, + "W": 9.775323883687292e-10, + "N": 2.1815463213670228e-08, + "Y": 2.318921178812161e-05, + "U": 1.6992343643273955e-10, + "K": 1.561183848863834e-09, + "L": 3.953674720946765e-09, + "G": 7.882346835685894e-06, + "F": 0.00027861775015480816, + "E": 5.174217676540138e-06, + "T": 9.463245987717528e-06, + "P": 0.27832019329071045, + "-": 0.7213516235351562 + }, + "id": "tp_13192" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1649016, + "label": "-", + "classification": { + "B": 0.0002025793946813792, + "S": 0.00010994478361681104, + "I": 0.005142142064869404, + "C": 0.0007130502490326762, + "R": 0.00017251406097784638, + "M": 0.0011693877167999744, + "O": 0.0012137562735006213, + "W": 0.00018696476763579994, + "N": 0.0007467262912541628, + "Y": 0.0026680936571210623, + "U": 0.00014331792772281915, + "K": 0.00022205538698472083, + "L": 0.00019767445337492973, + "G": 0.00172049505636096, + "F": 0.005971347447484732, + "E": 0.002419182099401951, + "T": 0.005642585922032595, + "P": 0.33575740456581116, + "-": 0.6356008648872375 + }, + "id": "tp_13193" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1649149, + "label": "-", + "classification": { + "B": 2.4468718038406223e-05, + "S": 3.2900799851631746e-05, + "I": 0.0073662614449858665, + "C": 0.00029266695491969585, + "R": 7.464698137482628e-05, + "M": 0.0013976613990962505, + "O": 0.00019439957395661622, + "W": 2.895165562222246e-05, + "N": 0.0004928509588353336, + "Y": 0.016925202682614326, + "U": 2.3137150492402725e-05, + "K": 0.00020845214021392167, + "L": 4.128149157622829e-05, + "G": 0.002201580908149481, + "F": 0.010941704735159874, + "E": 0.005205206573009491, + "T": 0.007536410819739103, + "P": 0.2788171172142029, + "-": 0.6681951284408569 + }, + "id": "tp_13194" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1649283, + "label": "-", + "classification": { + "B": 1.6013208892218245e-07, + "S": 1.3136930476775888e-07, + "I": 4.931259172735736e-05, + "C": 2.4151927391358186e-06, + "R": 1.1243740516420075e-07, + "M": 1.7126845705206506e-05, + "O": 3.093477289439761e-06, + "W": 1.3636115170356788e-07, + "N": 1.884926064121828e-06, + "Y": 9.694055916042998e-05, + "U": 4.901502492771215e-08, + "K": 2.686055267986376e-06, + "L": 1.3756964278854866e-07, + "G": 5.0154350901721045e-05, + "F": 0.0033918016124516726, + "E": 0.00023063411936163902, + "T": 5.7026689319172874e-05, + "P": 0.20226532220840454, + "-": 0.7938308119773865 + }, + "id": "tp_13195" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1649383, + "label": "P", + "classification": { + "B": 2.917032020377519e-07, + "S": 4.808620133189834e-07, + "I": 0.003948715515434742, + "C": 7.92138325778069e-06, + "R": 2.4793494048935827e-06, + "M": 3.1910938560031354e-05, + "O": 9.526858775643632e-06, + "W": 4.138495626193617e-07, + "N": 5.29515600646846e-05, + "Y": 0.0006421306170523167, + "U": 3.7191463775343436e-07, + "K": 7.448801966347673e-07, + "L": 7.251672400343523e-07, + "G": 5.947137105977163e-05, + "F": 0.00019989770953543484, + "E": 0.0001683264272287488, + "T": 0.0005632048705592752, + "P": 0.6539063453674316, + "-": 0.34040412306785583 + }, + "id": "tp_13196" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1649516, + "label": "-", + "classification": { + "B": 1.3679978110303637e-05, + "S": 7.302450626411883e-07, + "I": 0.0006035138503648341, + "C": 4.64795739389956e-05, + "R": 6.686203505523736e-06, + "M": 9.430474892724305e-05, + "O": 4.775164052261971e-05, + "W": 7.324093189708947e-07, + "N": 2.1908630515099503e-05, + "Y": 0.0004579754895530641, + "U": 7.965884378791088e-07, + "K": 2.943046411019168e-07, + "L": 8.050408723647706e-06, + "G": 0.0005982379079796374, + "F": 0.0006834688247181475, + "E": 0.0001786198263289407, + "T": 0.0004552725295070559, + "P": 0.3765905499458313, + "-": 0.6201909780502319 + }, + "id": "tp_13197" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1649650, + "label": "-", + "classification": { + "B": 1.0150937868047549e-07, + "S": 5.9512764494229486e-08, + "I": 0.0004058461054228246, + "C": 1.0072451914311387e-05, + "R": 1.46224886066193e-06, + "M": 2.2361582523444667e-06, + "O": 2.3155926101026125e-06, + "W": 3.0408310180973785e-07, + "N": 1.0842128176591359e-05, + "Y": 0.00014935356739442796, + "U": 3.8405664781748783e-07, + "K": 1.7140928321168758e-05, + "L": 1.0404939132513391e-07, + "G": 5.7973909861175343e-05, + "F": 0.0012674923054873943, + "E": 0.00023677907302044332, + "T": 3.904229015461169e-05, + "P": 0.48947596549987793, + "-": 0.508322536945343 + }, + "id": "tp_13198" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1649783, + "label": "-", + "classification": { + "B": 2.515859023333178e-07, + "S": 6.321911172335604e-08, + "I": 3.245124753448181e-05, + "C": 1.2279461998332408e-06, + "R": 1.5317354495891777e-07, + "M": 6.616081464017043e-06, + "O": 3.2175214528251672e-06, + "W": 9.223721519902028e-08, + "N": 8.861551918926125e-07, + "Y": 0.00011262563930358738, + "U": 5.5474249194276126e-08, + "K": 6.210972713915908e-08, + "L": 2.9690409064642154e-07, + "G": 3.8742397009627894e-05, + "F": 0.00021548272343352437, + "E": 2.1215157175902277e-05, + "T": 0.00013448437675833702, + "P": 0.3550207018852234, + "-": 0.6444114446640015 + }, + "id": "tp_13199" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1649883, + "label": "-", + "classification": { + "B": 3.1246345315594226e-05, + "S": 3.62590144504793e-05, + "I": 0.001249176450073719, + "C": 0.00014421663945540786, + "R": 3.436380211496726e-05, + "M": 0.0004700952267739922, + "O": 0.000352747505530715, + "W": 2.7329157092026435e-05, + "N": 0.00016593630425632, + "Y": 0.002910531824454665, + "U": 1.88581325346604e-05, + "K": 2.5358804123243317e-05, + "L": 4.5405580749502406e-05, + "G": 0.0010755104012787342, + "F": 0.0031562703661620617, + "E": 0.0006186526152305305, + "T": 0.0027517180424183607, + "P": 0.24330946803092957, + "-": 0.7435767650604248 + }, + "id": "tp_13200" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1650017, + "label": "-", + "classification": { + "B": 7.453830885850721e-10, + "S": 1.1081863204864817e-09, + "I": 6.957077857805416e-06, + "C": 6.406520469681709e-08, + "R": 7.260005485676402e-09, + "M": 1.3954878852473485e-07, + "O": 1.590023259723239e-07, + "W": 3.3375058272611113e-09, + "N": 7.956848691037521e-08, + "Y": 5.428651093097869e-06, + "U": 1.8408339297337761e-09, + "K": 3.0186375621354955e-09, + "L": 2.967929457753371e-09, + "G": 5.523895652004285e-07, + "F": 1.9985343897133134e-05, + "E": 4.52736117040331e-07, + "T": 1.867757600848563e-05, + "P": 0.18823188543319702, + "-": 0.8117155432701111 + }, + "id": "tp_13201" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1650150, + "label": "-", + "classification": { + "B": 1.3051809446551488e-06, + "S": 9.230291908579602e-08, + "I": 0.0008070095209404826, + "C": 2.3530243197456002e-05, + "R": 2.994446049342514e-06, + "M": 7.427873060805723e-05, + "O": 8.933900971896946e-06, + "W": 3.376857762305008e-07, + "N": 1.1716275366779882e-05, + "Y": 0.0006246017292141914, + "U": 3.0869745160089224e-07, + "K": 6.778380452487909e-07, + "L": 1.7912553857968305e-06, + "G": 0.000310776405967772, + "F": 0.0012293356703594327, + "E": 0.000600296538323164, + "T": 0.00025203515542671084, + "P": 0.3003164827823639, + "-": 0.6957335472106934 + }, + "id": "tp_13202" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1650250, + "label": "-", + "classification": { + "B": 6.0110614263919615e-09, + "S": 1.7324184753420013e-08, + "I": 1.850879743869882e-05, + "C": 2.7324659868099843e-07, + "R": 3.427262385002905e-08, + "M": 1.1574796872082516e-06, + "O": 1.8008892084253603e-06, + "W": 2.0073803952413982e-08, + "N": 4.5215432464829064e-07, + "Y": 2.776510336843785e-05, + "U": 1.7509817595851018e-08, + "K": 5.251517887217005e-09, + "L": 6.43859436877392e-08, + "G": 3.5031714560318505e-06, + "F": 3.066100543946959e-05, + "E": 1.8889796820076299e-06, + "T": 0.0001979305234272033, + "P": 0.16085034608840942, + "-": 0.8388655185699463 + }, + "id": "tp_13203" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1650384, + "label": "-", + "classification": { + "B": 2.548284101067111e-06, + "S": 1.7908263316712691e-06, + "I": 0.0017602164298295975, + "C": 8.454329508822411e-05, + "R": 1.0104461580340285e-05, + "M": 0.00020452815806493163, + "O": 4.729675856651738e-05, + "W": 2.7048613446822856e-06, + "N": 5.505834997165948e-05, + "Y": 0.001073351944796741, + "U": 1.7427544207748724e-06, + "K": 1.514935775048798e-06, + "L": 5.129386863700347e-06, + "G": 0.00015571275434922427, + "F": 0.00041517915087752044, + "E": 0.0002625361958052963, + "T": 0.002814030507579446, + "P": 0.24574671685695648, + "-": 0.7473553419113159 + }, + "id": "tp_13204" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1650517, + "label": "-", + "classification": { + "B": 2.2732489014742896e-05, + "S": 8.027406693145167e-06, + "I": 0.0006811317289248109, + "C": 0.000179898866917938, + "R": 2.9994642318342812e-05, + "M": 0.000638171040918678, + "O": 0.0001860415213741362, + "W": 1.3392460459726863e-05, + "N": 4.849065953749232e-05, + "Y": 0.0016797004500404, + "U": 9.42520910029998e-06, + "K": 2.6342449928051792e-05, + "L": 4.208050449960865e-05, + "G": 0.001098180073313415, + "F": 0.006388387642800808, + "E": 0.0008059448446147144, + "T": 0.0014749589608982205, + "P": 0.16644752025604248, + "-": 0.8202195763587952 + }, + "id": "tp_13205" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1650651, + "label": "-", + "classification": { + "B": 6.986147127463482e-08, + "S": 3.207251353387619e-08, + "I": 3.9373662730213255e-05, + "C": 1.981549075935618e-07, + "R": 1.2129224735701882e-08, + "M": 7.132855444069719e-06, + "O": 1.4924366951163393e-06, + "W": 2.618211425442496e-08, + "N": 1.0312205631635152e-06, + "Y": 3.6052620998816565e-05, + "U": 1.0189158849982505e-08, + "K": 2.5479202747646923e-08, + "L": 5.749257070419844e-08, + "G": 8.677759069541935e-06, + "F": 7.945829565869644e-05, + "E": 8.544490265194327e-05, + "T": 7.045907841529697e-05, + "P": 0.28667622804641724, + "-": 0.7129942774772644 + }, + "id": "tp_13206" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1650751, + "label": "-", + "classification": { + "B": 1.0855258551600855e-05, + "S": 2.1674272829841357e-06, + "I": 0.003984435927122831, + "C": 4.0906728827394545e-05, + "R": 1.242791950062383e-05, + "M": 0.00039817937067709863, + "O": 7.478480256395414e-05, + "W": 2.5474532776570413e-06, + "N": 7.278690463863313e-05, + "Y": 0.007016744464635849, + "U": 1.498069195804419e-06, + "K": 2.7982973733742256e-06, + "L": 8.878208973328583e-06, + "G": 0.001789902918972075, + "F": 0.0004845705989282578, + "E": 0.0007765461341477931, + "T": 0.0036439818795770407, + "P": 0.37263575196266174, + "-": 0.6090402007102966 + }, + "id": "tp_13207" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1650884, + "label": "-", + "classification": { + "B": 1.4390371916306322e-06, + "S": 6.004007673254819e-07, + "I": 0.00010603491682559252, + "C": 1.1868146430060733e-06, + "R": 2.407998067610606e-07, + "M": 0.00034926444641314447, + "O": 3.057634603464976e-05, + "W": 1.240595537410627e-07, + "N": 1.0846397344721481e-06, + "Y": 0.0009784360881894827, + "U": 8.722849997866433e-09, + "K": 5.098417243942777e-09, + "L": 2.297525270478218e-06, + "G": 0.00015423016157001257, + "F": 0.00021906044275965542, + "E": 3.808224937529303e-05, + "T": 0.0022977718617767096, + "P": 0.02579480968415737, + "-": 0.9700246453285217 + }, + "id": "tp_13208" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1651018, + "label": "-", + "classification": { + "B": 7.09150143052284e-08, + "S": 6.873698765730296e-08, + "I": 1.7266713712160708e-06, + "C": 1.3173954016565403e-07, + "R": 7.472476859504695e-09, + "M": 6.0714878600265365e-06, + "O": 6.351402817017515e-07, + "W": 1.6084051424058998e-08, + "N": 7.646024613450209e-08, + "Y": 0.00012237922055646777, + "U": 1.6594288165805438e-09, + "K": 4.643259501335706e-07, + "L": 2.675884580582988e-08, + "G": 7.279218698386103e-05, + "F": 0.004670967347919941, + "E": 3.327381637063809e-05, + "T": 5.5186839745147154e-05, + "P": 0.04462861642241478, + "-": 0.9504074454307556 + }, + "id": "tp_13209" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1651151, + "label": "P", + "classification": { + "B": 9.31697119455066e-09, + "S": 1.423833606573055e-09, + "I": 2.162905366276391e-05, + "C": 8.724505562440754e-08, + "R": 4.15044398849318e-09, + "M": 1.271486951281986e-07, + "O": 1.0853804610633233e-07, + "W": 3.4089084888222487e-09, + "N": 2.130656469034875e-07, + "Y": 6.839517027401598e-06, + "U": 1.2662678683383888e-09, + "K": 8.623888825276538e-10, + "L": 4.69515448742186e-09, + "G": 5.85507450523437e-07, + "F": 2.2848300432087854e-05, + "E": 3.2200885016209213e-06, + "T": 3.328161938043195e-06, + "P": 0.6731647849082947, + "-": 0.32677626609802246 + }, + "id": "tp_13210" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1651251, + "label": "-", + "classification": { + "B": 9.27044595755433e-07, + "S": 2.266934643557761e-06, + "I": 0.0028628772124648094, + "C": 1.821798286982812e-05, + "R": 1.061561761162011e-05, + "M": 0.00012038440763717517, + "O": 5.050151594332419e-05, + "W": 3.567977728380356e-06, + "N": 0.00014343294606078416, + "Y": 0.0019305623136460781, + "U": 1.467654556108755e-06, + "K": 1.2233121196913999e-05, + "L": 2.2891115349921165e-06, + "G": 0.00020124405273236334, + "F": 0.001343102310784161, + "E": 0.0002571048098616302, + "T": 0.002454546047374606, + "P": 0.418650358915329, + "-": 0.5719342231750488 + }, + "id": "tp_13211" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1651385, + "label": "P", + "classification": { + "B": 8.440159717792994e-07, + "S": 1.612779442439205e-06, + "I": 0.002515178406611085, + "C": 5.623693868983537e-05, + "R": 9.705197953735478e-06, + "M": 4.408559834701009e-05, + "O": 3.029199069715105e-05, + "W": 2.7736680294765392e-06, + "N": 0.00020268875232432038, + "Y": 0.0005482775741256773, + "U": 2.4335552097909385e-06, + "K": 4.799427551915869e-05, + "L": 1.9070358803219278e-06, + "G": 0.0001754528348101303, + "F": 0.00233085872605443, + "E": 0.0015311137540265918, + "T": 0.00030650527332909405, + "P": 0.6621518135070801, + "-": 0.3300403356552124 + }, + "id": "tp_13212" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1651518, + "label": "P", + "classification": { + "B": 1.0529296332606464e-06, + "S": 6.10381164278806e-07, + "I": 0.023705704137682915, + "C": 0.00033493194496259093, + "R": 3.764622670132667e-05, + "M": 0.00023430412693414837, + "O": 3.2991403713822365e-05, + "W": 1.7386084891768405e-06, + "N": 0.0003903568140231073, + "Y": 0.0024732749443501234, + "U": 1.2110029956602375e-06, + "K": 3.2688601550034946e-06, + "L": 3.181076408509398e-06, + "G": 0.00036174754495732486, + "F": 0.0005782010848633945, + "E": 0.0035214482340961695, + "T": 0.0007398379384540021, + "P": 0.6147726774215698, + "-": 0.35280585289001465 + }, + "id": "tp_13213" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1651652, + "label": "P", + "classification": { + "B": 5.901229371829686e-08, + "S": 1.1770243446562745e-08, + "I": 0.00016048130055423826, + "C": 5.247553644949221e-07, + "R": 2.391581332972237e-08, + "M": 7.790176255184633e-07, + "O": 2.305456803242123e-07, + "W": 1.235474655914004e-08, + "N": 2.6644192985258996e-06, + "Y": 1.3212613339419477e-05, + "U": 1.6637690336551714e-08, + "K": 7.381004962780935e-08, + "L": 1.865985943538817e-08, + "G": 4.847372565564001e-06, + "F": 8.703841012902558e-05, + "E": 9.466590563533828e-05, + "T": 4.8932192839856725e-06, + "P": 0.9005612134933472, + "-": 0.09906929731369019 + }, + "id": "tp_13214" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1651752, + "label": "-", + "classification": { + "B": 4.003465164714726e-06, + "S": 1.327959125774214e-05, + "I": 0.01860572211444378, + "C": 0.0011569561902433634, + "R": 0.00020129498443566263, + "M": 0.0011626192135736346, + "O": 0.0003089045058004558, + "W": 2.5867462682072073e-05, + "N": 0.0008944776491262019, + "Y": 0.015095304697751999, + "U": 1.2533250810520258e-05, + "K": 0.00040110936970449984, + "L": 2.438194496789947e-05, + "G": 0.0038979409728199244, + "F": 0.005904225632548332, + "E": 0.00843349564820528, + "T": 0.006746731698513031, + "P": 0.2615396976470947, + "-": 0.6755713820457458 + }, + "id": "tp_13215" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1651885, + "label": "P", + "classification": { + "B": 1.6104513633763418e-05, + "S": 8.399847865803167e-05, + "I": 0.09448818862438202, + "C": 0.0002989382192026824, + "R": 0.0001115243649110198, + "M": 0.0014239766169339418, + "O": 0.0005197294522076845, + "W": 4.062431980855763e-05, + "N": 0.0038231683429330587, + "Y": 0.019815094769001007, + "U": 1.0399125130788889e-05, + "K": 1.7246473362320103e-05, + "L": 5.198362850933336e-05, + "G": 0.0016279143746942282, + "F": 0.0009524571942165494, + "E": 0.002856457605957985, + "T": 0.018213968724012375, + "P": 0.6235252618789673, + "-": 0.2321229726076126 + }, + "id": "tp_13216" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1652019, + "label": "-", + "classification": { + "B": 5.63019113997143e-07, + "S": 4.979683581041172e-07, + "I": 0.003745622932910919, + "C": 3.948390076402575e-05, + "R": 8.072690434346441e-06, + "M": 3.294265843578614e-05, + "O": 1.332187184743816e-05, + "W": 8.329957950081734e-07, + "N": 5.84357330808416e-05, + "Y": 0.001874816487543285, + "U": 7.399088417514577e-07, + "K": 2.130097072949866e-06, + "L": 1.4409661162062548e-06, + "G": 0.00019676596275530756, + "F": 0.0008844729163683951, + "E": 0.0003268586006015539, + "T": 0.000612386385910213, + "P": 0.4682482182979584, + "-": 0.5239524841308594 + }, + "id": "tp_13217" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1652152, + "label": "P", + "classification": { + "B": 1.941493792401161e-05, + "S": 0.00012706758570857346, + "I": 0.2532876133918762, + "C": 0.00014879256195854396, + "R": 2.954597039206419e-05, + "M": 0.00046213201130740345, + "O": 0.00014689915406052023, + "W": 2.6794681616593152e-05, + "N": 0.017720408737659454, + "Y": 0.001880725147202611, + "U": 3.4879842587542953e-06, + "K": 0.0002930493210442364, + "L": 5.2649570534413215e-06, + "G": 0.0007651961059309542, + "F": 0.0007704654708504677, + "E": 0.00847955048084259, + "T": 0.0015942383324727416, + "P": 0.6830058097839355, + "-": 0.031233401969075203 + }, + "id": "tp_13218" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1652252, + "label": "P", + "classification": { + "B": 6.0550619309651665e-06, + "S": 1.1430103768361732e-05, + "I": 0.008343830704689026, + "C": 0.00011203900794498622, + "R": 2.346070141356904e-05, + "M": 0.00014478227240033448, + "O": 3.878106508636847e-05, + "W": 5.6529720495746005e-06, + "N": 0.0008073566714301705, + "Y": 0.0005705557996407151, + "U": 6.255158041312825e-06, + "K": 2.4400527763646096e-05, + "L": 7.5941775321552996e-06, + "G": 0.000302643864415586, + "F": 0.0011458973167464137, + "E": 0.002498675836250186, + "T": 0.0009302429389208555, + "P": 0.8614926338195801, + "-": 0.1235276311635971 + }, + "id": "tp_13219" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1652386, + "label": "P", + "classification": { + "B": 3.6078074572287733e-06, + "S": 7.610233865307237e-07, + "I": 0.0037126236129552126, + "C": 3.1880554161034524e-05, + "R": 4.8998799684341066e-06, + "M": 3.185147215845063e-05, + "O": 9.50807225308381e-06, + "W": 1.4896661468810635e-06, + "N": 9.500426676822826e-05, + "Y": 0.0003728140436578542, + "U": 1.5160181874307455e-06, + "K": 1.1387178346922155e-06, + "L": 2.6906336643151008e-06, + "G": 8.130168862408027e-05, + "F": 0.0003258695942349732, + "E": 0.0005381616647355258, + "T": 0.0002310540876351297, + "P": 0.843894362449646, + "-": 0.1506594568490982 + }, + "id": "tp_13220" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1652519, + "label": "P", + "classification": { + "B": 1.6338537989213364e-06, + "S": 4.460327181732282e-05, + "I": 0.002456058282405138, + "C": 2.6662166419555433e-05, + "R": 9.054931979335379e-06, + "M": 1.179864466394065e-05, + "O": 2.6075977075379342e-05, + "W": 1.136137234425405e-05, + "N": 0.0006431415677070618, + "Y": 0.0002838225627783686, + "U": 4.806781817023875e-06, + "K": 0.00012717078789137304, + "L": 1.142864334724436e-06, + "G": 4.5492408389691263e-05, + "F": 0.0028414742555469275, + "E": 0.0008923003333620727, + "T": 0.00017174173262901604, + "P": 0.8837254047393799, + "-": 0.10867612808942795 + }, + "id": "tp_13221" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1652653, + "label": "P", + "classification": { + "B": 4.412993632740836e-07, + "S": 4.169319822722173e-08, + "I": 0.0014248817460611463, + "C": 1.2825371413782705e-05, + "R": 2.9280283797561424e-07, + "M": 2.5114906748058274e-05, + "O": 6.732015549459902e-07, + "W": 5.445560802286309e-08, + "N": 7.45106899557868e-06, + "Y": 0.0009955144487321377, + "U": 6.202867552929092e-08, + "K": 2.9777254439977696e-07, + "L": 1.1240749842045261e-07, + "G": 7.984721742104739e-05, + "F": 0.00015643899678252637, + "E": 0.0015500664012506604, + "T": 0.00012896332191303372, + "P": 0.5493547916412354, + "-": 0.44626209139823914 + }, + "id": "tp_13222" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1652753, + "label": "P", + "classification": { + "B": 9.321583092969377e-06, + "S": 6.052367552911164e-06, + "I": 0.29272812604904175, + "C": 0.00041548829176463187, + "R": 4.150013774051331e-05, + "M": 0.0003200928622391075, + "O": 5.167421113583259e-05, + "W": 3.4719980703812325e-06, + "N": 0.006520668976008892, + "Y": 0.0011032313341274858, + "U": 2.625171646286617e-06, + "K": 9.608222171664238e-06, + "L": 6.725311322952621e-06, + "G": 0.000485232041683048, + "F": 0.0001560165692353621, + "E": 0.009513919241726398, + "T": 0.000833393947687, + "P": 0.6490968465805054, + "-": 0.03869590908288956 + }, + "id": "tp_13223" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1652886, + "label": "P", + "classification": { + "B": 1.865535296019516e-06, + "S": 8.998180760499963e-07, + "I": 0.0052227433770895, + "C": 9.51918900682358e-06, + "R": 2.185110133723356e-06, + "M": 5.385329859564081e-05, + "O": 1.2278610483917873e-05, + "W": 7.479764008166967e-07, + "N": 9.349118045065552e-05, + "Y": 0.0004243742732796818, + "U": 1.764671395676487e-07, + "K": 2.3621390710104606e-07, + "L": 1.3557155398302712e-06, + "G": 9.180950291920453e-05, + "F": 0.00013628920714836568, + "E": 0.00023926801804918796, + "T": 0.0007238855469040573, + "P": 0.8414066433906555, + "-": 0.1515784114599228 + }, + "id": "tp_13224" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1653020, + "label": "P", + "classification": { + "B": 2.054084973224235e-07, + "S": 1.405984395574933e-08, + "I": 0.00015829573385417461, + "C": 5.1861800187680274e-08, + "R": 1.9523959338130226e-08, + "M": 2.8351469154586084e-06, + "O": 1.0309825029253261e-06, + "W": 5.8567239946683e-09, + "N": 6.454469030359178e-07, + "Y": 5.419341505330522e-06, + "U": 1.193502408014524e-09, + "K": 9.982813881093122e-11, + "L": 9.538499767813846e-08, + "G": 7.4628314905567095e-06, + "F": 8.667551810503937e-06, + "E": 7.964404176163953e-06, + "T": 1.3665394362760708e-05, + "P": 0.8609247803688049, + "-": 0.13886891305446625 + }, + "id": "tp_13225" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1653153, + "label": "-", + "classification": { + "B": 4.2270236008334905e-05, + "S": 6.895160913700238e-05, + "I": 0.011317462660372257, + "C": 0.0004905551904812455, + "R": 0.0001316113193752244, + "M": 0.0021111639216542244, + "O": 0.00044970112503506243, + "W": 3.308536179247312e-05, + "N": 0.0007456673192791641, + "Y": 0.013565389439463615, + "U": 2.236053660453763e-05, + "K": 4.1664850868983194e-05, + "L": 9.334144851891324e-05, + "G": 0.0029439248610287905, + "F": 0.005102606490254402, + "E": 0.0034228756558150053, + "T": 0.01053143385797739, + "P": 0.3864116966724396, + "-": 0.562474250793457 + }, + "id": "tp_13226" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1653253, + "label": "P", + "classification": { + "B": 1.1318446874186705e-10, + "S": 7.963719961256999e-11, + "I": 4.0335376070288476e-06, + "C": 8.589862154906314e-09, + "R": 4.127043984336609e-10, + "M": 1.703914875861301e-08, + "O": 8.49103454214628e-09, + "W": 2.2649905562222017e-10, + "N": 3.684870364395465e-08, + "Y": 1.767979938449571e-06, + "U": 1.411500083481343e-10, + "K": 3.1013434043103416e-09, + "L": 7.838205084986782e-11, + "G": 9.398848277442085e-08, + "F": 2.091844544338528e-05, + "E": 9.080692962015746e-07, + "T": 1.5644264976799604e-06, + "P": 0.5022709369659424, + "-": 0.49769964814186096 + }, + "id": "tp_13227" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1653387, + "label": "P", + "classification": { + "B": 0.0001756649580784142, + "S": 3.0508732379530556e-05, + "I": 0.04776977375149727, + "C": 0.0008552017970941961, + "R": 0.00017202005255967379, + "M": 0.0026541976258158684, + "O": 0.0008530687773600221, + "W": 6.418681732611731e-05, + "N": 0.0012148147216066718, + "Y": 0.0032168009784072638, + "U": 1.978095679078251e-05, + "K": 3.1576901164953597e-06, + "L": 0.000233761704294011, + "G": 0.0018479230348020792, + "F": 0.0005388951976783574, + "E": 0.005150340497493744, + "T": 0.0039026683662086725, + "P": 0.6408639550209045, + "-": 0.29043325781822205 + }, + "id": "tp_13228" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1653520, + "label": "-", + "classification": { + "B": 5.578641903980497e-08, + "S": 2.251802015962312e-07, + "I": 0.00010224604920949787, + "C": 3.3750707189028617e-06, + "R": 3.5024515909753973e-07, + "M": 4.7238027036655694e-06, + "O": 2.7397215944802156e-06, + "W": 2.0039557568907185e-07, + "N": 1.017996055452386e-05, + "Y": 0.0003260667435824871, + "U": 1.9347521629242692e-07, + "K": 1.3915537238062825e-05, + "L": 1.006979815088016e-07, + "G": 3.276721326983534e-05, + "F": 0.003336400957778096, + "E": 0.00023718297597952187, + "T": 9.040598524734378e-05, + "P": 0.3668975830078125, + "-": 0.6289412975311279 + }, + "id": "tp_13229" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1653654, + "label": "P", + "classification": { + "B": 9.333114121545805e-07, + "S": 7.595231750201492e-07, + "I": 0.012731794267892838, + "C": 3.957705121138133e-05, + "R": 1.5020550563349389e-05, + "M": 3.116372681688517e-05, + "O": 1.0318896784156095e-05, + "W": 7.79587026045192e-07, + "N": 0.0001680841960478574, + "Y": 0.001611501444131136, + "U": 4.231913237617846e-07, + "K": 1.4540773918270133e-06, + "L": 1.0168245125896647e-06, + "G": 0.0001990388409467414, + "F": 0.00018313511100132018, + "E": 0.00019586540292948484, + "T": 0.0004663356230594218, + "P": 0.8640607595443726, + "-": 0.1202821135520935 + }, + "id": "tp_13230" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1653754, + "label": "P", + "classification": { + "B": 0.00011358282790752128, + "S": 0.00019735825480893254, + "I": 0.04663395509123802, + "C": 0.0003104858915321529, + "R": 0.00022688397439196706, + "M": 0.001340026967227459, + "O": 0.0006871538935229182, + "W": 0.00011775677558034658, + "N": 0.0028087191749364138, + "Y": 0.006962468381971121, + "U": 3.568531610653736e-05, + "K": 8.392181916860864e-05, + "L": 0.00012563027848955244, + "G": 0.0017116868402808905, + "F": 0.0038017064798623323, + "E": 0.002187754027545452, + "T": 0.007120631635189056, + "P": 0.6607611179351807, + "-": 0.264773428440094 + }, + "id": "tp_13231" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1653887, + "label": "P", + "classification": { + "B": 1.784115433167699e-08, + "S": 1.333444576978593e-09, + "I": 7.344690675381571e-05, + "C": 5.826949234233325e-08, + "R": 5.035091232841182e-10, + "M": 3.352170949710853e-07, + "O": 4.0336392004292065e-08, + "W": 7.928490086683837e-10, + "N": 7.944230446810252e-07, + "Y": 5.534818114938389e-07, + "U": 1.851649528150645e-10, + "K": 2.348588545864061e-10, + "L": 1.6750745235327713e-09, + "G": 6.604320219594229e-07, + "F": 2.6677873847802402e-06, + "E": 0.00017431192100048065, + "T": 6.319507974694716e-07, + "P": 0.9613721966743469, + "-": 0.03837414085865021 + }, + "id": "tp_13232" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1654021, + "label": "P", + "classification": { + "B": 1.1725161130016204e-05, + "S": 1.413520749338204e-05, + "I": 0.00837650801986456, + "C": 7.38266680855304e-05, + "R": 2.98746472253697e-05, + "M": 0.0002983537269756198, + "O": 7.975086919032037e-05, + "W": 8.293880455312319e-06, + "N": 0.00042764554382301867, + "Y": 0.0021689750719815493, + "U": 7.374352662736783e-06, + "K": 2.4777986254775897e-05, + "L": 1.5833988072699867e-05, + "G": 0.0005610414664261043, + "F": 0.002800026210024953, + "E": 0.0026013904716819525, + "T": 0.0010615696664899588, + "P": 0.7139692306518555, + "-": 0.26746973395347595 + }, + "id": "tp_13233" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1654154, + "label": "P", + "classification": { + "B": 3.4262717663047226e-10, + "S": 4.885256782438674e-11, + "I": 0.00019386466010473669, + "C": 2.754381434044717e-08, + "R": 2.4242022278464503e-10, + "M": 1.5215034920856851e-07, + "O": 3.1992528626290095e-09, + "W": 3.593920300248854e-11, + "N": 5.35742913143622e-07, + "Y": 1.2005560847683228e-06, + "U": 8.487088809516763e-11, + "K": 1.2505148305752556e-10, + "L": 1.8563371673163687e-10, + "G": 2.3759712064475025e-07, + "F": 5.759622467849113e-07, + "E": 3.4131699067074805e-05, + "T": 7.770439083287783e-07, + "P": 0.9838788509368896, + "-": 0.015889808535575867 + }, + "id": "tp_13234" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1654254, + "label": "P", + "classification": { + "B": 6.109405603638152e-08, + "S": 4.2907792874302686e-08, + "I": 0.00022193838958628476, + "C": 2.1425096292659873e-06, + "R": 1.9112232507723093e-07, + "M": 4.089622962055728e-06, + "O": 1.132630700340087e-06, + "W": 7.082804387437136e-08, + "N": 9.811627933231648e-06, + "Y": 6.256985943764448e-05, + "U": 8.121249805981279e-08, + "K": 2.4474786641803803e-06, + "L": 4.698452826801258e-08, + "G": 1.7443042452214286e-05, + "F": 0.0010733406525105238, + "E": 0.00035071157617494464, + "T": 3.486382047412917e-05, + "P": 0.707533597946167, + "-": 0.2906855344772339 + }, + "id": "tp_13235" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1654388, + "label": "P", + "classification": { + "B": 1.446127953386167e-06, + "S": 7.900950549810659e-06, + "I": 0.011573891155421734, + "C": 5.757228427683003e-05, + "R": 2.0248027794878e-05, + "M": 0.00022429876844398677, + "O": 4.90286729473155e-05, + "W": 4.505347533267923e-06, + "N": 0.0006059278966858983, + "Y": 0.0032965554855763912, + "U": 1.2641194189200178e-06, + "K": 5.02584116475191e-05, + "L": 2.81178608929622e-06, + "G": 0.0005162432207725942, + "F": 0.002421853831037879, + "E": 0.0020680048037320375, + "T": 0.001913903746753931, + "P": 0.76087886095047, + "-": 0.21630547940731049 + }, + "id": "tp_13236" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1654521, + "label": "-", + "classification": { + "B": 9.38010032314196e-07, + "S": 5.2721645715791965e-08, + "I": 0.0015159340109676123, + "C": 3.979211760452017e-05, + "R": 3.3470746529928874e-06, + "M": 0.00014280661707744002, + "O": 1.1385172001610044e-05, + "W": 2.37247746781577e-07, + "N": 8.406747838307638e-06, + "Y": 0.0016933324513956904, + "U": 2.877243048260425e-07, + "K": 8.186194833115223e-08, + "L": 3.049284714506939e-06, + "G": 0.0003614244342315942, + "F": 0.0001590778847457841, + "E": 0.00025573483435437083, + "T": 0.0007435731240548193, + "P": 0.32034438848495483, + "-": 0.6747161746025085 + }, + "id": "tp_13237" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1654655, + "label": "P", + "classification": { + "B": 4.9108773964690045e-05, + "S": 1.7608974303584546e-05, + "I": 0.025067226961255074, + "C": 0.0012021827278658748, + "R": 0.00022825627820566297, + "M": 0.0010155991185456514, + "O": 0.0001784741907613352, + "W": 2.4064986064331606e-05, + "N": 0.0009823585860431194, + "Y": 0.009998461231589317, + "U": 2.9963730412418954e-05, + "K": 3.5307184589328244e-05, + "L": 7.020486373221502e-05, + "G": 0.002494276501238346, + "F": 0.0021969780791550875, + "E": 0.009602495469152927, + "T": 0.0036887703463435173, + "P": 0.6396489143371582, + "-": 0.30346977710723877 + }, + "id": "tp_13238" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1654755, + "label": "P", + "classification": { + "B": 3.8811340252742355e-10, + "S": 4.335940773092517e-10, + "I": 5.905960642849095e-05, + "C": 3.8491499765314074e-08, + "R": 2.001288912367727e-09, + "M": 2.790781366002193e-07, + "O": 3.5514112539658527e-08, + "W": 3.5101463402575916e-10, + "N": 3.5788372088063625e-07, + "Y": 7.296613148355391e-06, + "U": 1.0295029412299428e-10, + "K": 7.880059382792126e-10, + "L": 7.154145054144578e-10, + "G": 5.650661591971584e-07, + "F": 2.2218328012968414e-05, + "E": 2.310426498297602e-05, + "T": 3.709661086759297e-06, + "P": 0.7448951005935669, + "-": 0.2549881637096405 + }, + "id": "tp_13239" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1654888, + "label": "P", + "classification": { + "B": 1.4717131307406817e-05, + "S": 1.5294663171516731e-06, + "I": 0.0003792445349972695, + "C": 2.026928768827929e-06, + "R": 3.318762082926696e-07, + "M": 3.616509638959542e-05, + "O": 3.64555926353205e-05, + "W": 8.174908998626051e-07, + "N": 9.968105587176979e-06, + "Y": 0.0001309733634116128, + "U": 4.227234384757139e-08, + "K": 7.779640043281688e-09, + "L": 3.028499349966296e-06, + "G": 8.198051364161074e-05, + "F": 0.00010400405881227925, + "E": 0.00011379271745681763, + "T": 0.00018928528879769146, + "P": 0.6684185862541199, + "-": 0.3304769694805145 + }, + "id": "tp_13240" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1655022, + "label": "P", + "classification": { + "B": 3.1752763334225165e-06, + "S": 7.995427949936129e-06, + "I": 0.010814663954079151, + "C": 3.2416151952929795e-05, + "R": 3.661766095319763e-05, + "M": 5.788240741821937e-05, + "O": 4.297203850001097e-05, + "W": 5.72947919863509e-06, + "N": 0.0005953683285042644, + "Y": 0.0005631069070659578, + "U": 4.794679171027383e-06, + "K": 8.425845408055466e-06, + "L": 5.680577942257514e-06, + "G": 0.00019852377590723336, + "F": 0.0007187720621004701, + "E": 0.0003286592836957425, + "T": 0.00119497359264642, + "P": 0.8992877006530762, + "-": 0.08609256148338318 + }, + "id": "tp_13241" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1655155, + "label": "P", + "classification": { + "B": 3.9565944121022767e-07, + "S": 3.149883198716452e-08, + "I": 0.07211221754550934, + "C": 0.00012000399874523282, + "R": 8.068162969721016e-06, + "M": 2.6376092137070373e-05, + "O": 2.2374222226062557e-06, + "W": 9.011980495188254e-08, + "N": 7.057868060655892e-05, + "Y": 0.00024014708469621837, + "U": 6.15098372236389e-08, + "K": 3.7134360031387814e-09, + "L": 1.0449061846884433e-06, + "G": 9.132270497502759e-05, + "F": 1.2185083505755756e-05, + "E": 0.0003520641184877604, + "T": 0.0002024477580562234, + "P": 0.857815682888031, + "-": 0.06894501298666 + }, + "id": "tp_13242" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1655255, + "label": "P", + "classification": { + "B": 1.0440917463938604e-08, + "S": 8.122981398628326e-08, + "I": 0.0005381455994211137, + "C": 1.1044419068184652e-07, + "R": 1.9456853905808202e-08, + "M": 1.3518963442038512e-06, + "O": 5.086968144496495e-07, + "W": 1.688732886861999e-08, + "N": 8.222958967962768e-06, + "Y": 2.346469227632042e-05, + "U": 3.232607292957823e-09, + "K": 7.122151313154745e-09, + "L": 1.64452718109942e-08, + "G": 1.4937579635443399e-06, + "F": 1.925819378811866e-05, + "E": 2.3074442651704885e-05, + "T": 4.834537685383111e-05, + "P": 0.9203505516052246, + "-": 0.07898518443107605 + }, + "id": "tp_13243" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1655389, + "label": "P", + "classification": { + "B": 2.625082595741901e-09, + "S": 7.528554668567722e-09, + "I": 8.557780529372394e-05, + "C": 1.4000481485254568e-07, + "R": 2.131277732075887e-08, + "M": 8.923149152906262e-07, + "O": 2.395564422386087e-07, + "W": 5.47263434569345e-09, + "N": 1.99760165742191e-06, + "Y": 2.3489881641580723e-05, + "U": 2.211119065620437e-09, + "K": 1.0674281014644293e-07, + "L": 3.70542840855137e-09, + "G": 2.053962134596077e-06, + "F": 8.769784471951425e-05, + "E": 3.395765452296473e-05, + "T": 1.786782559065614e-05, + "P": 0.7008638978004456, + "-": 0.2988821566104889 + }, + "id": "tp_13244" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1655522, + "label": "P", + "classification": { + "B": 0.00010342975292587653, + "S": 2.1918045604252256e-05, + "I": 0.002417356939986348, + "C": 0.00020993589714635164, + "R": 3.691835445351899e-05, + "M": 0.0003573139838408679, + "O": 0.00016558240167796612, + "W": 1.1376008842489682e-05, + "N": 0.00010170257155550644, + "Y": 0.0013569076545536518, + "U": 5.664799573423807e-06, + "K": 5.710285677196225e-06, + "L": 8.282345515908673e-05, + "G": 0.002690697554498911, + "F": 0.010271844454109669, + "E": 0.002517220564186573, + "T": 0.0010552580934017897, + "P": 0.5095078349113464, + "-": 0.4690805673599243 + }, + "id": "tp_13245" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1655656, + "label": "P", + "classification": { + "B": 4.544631337921601e-09, + "S": 2.2107655706093965e-09, + "I": 0.001221968443132937, + "C": 1.5942778190947138e-06, + "R": 1.1240761921271769e-07, + "M": 1.1548628435775754e-06, + "O": 1.6918696132961486e-07, + "W": 4.303582823439456e-09, + "N": 3.640623390310793e-06, + "Y": 2.195390516135376e-05, + "U": 1.0649479520452587e-08, + "K": 4.776487649849059e-09, + "L": 2.0207696849183776e-08, + "G": 3.1837560072744964e-06, + "F": 1.2972546755918302e-05, + "E": 4.37298949691467e-05, + "T": 1.8091799574904144e-05, + "P": 0.7929480075836182, + "-": 0.20572340488433838 + }, + "id": "tp_13246" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1655756, + "label": "P", + "classification": { + "B": 8.313943544635549e-05, + "S": 4.424100916367024e-05, + "I": 0.2983243465423584, + "C": 0.004889403935521841, + "R": 0.0007155751227401197, + "M": 0.0029776855371892452, + "O": 0.0005964752053841949, + "W": 3.091841426794417e-05, + "N": 0.008690926246345043, + "Y": 0.04125766456127167, + "U": 1.566819628351368e-05, + "K": 0.0001135781203629449, + "L": 8.626199996797368e-05, + "G": 0.017180994153022766, + "F": 0.001458456041291356, + "E": 0.014171533286571503, + "T": 0.011906234547495842, + "P": 0.44894787669181824, + "-": 0.14850899577140808 + }, + "id": "tp_13247" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1655889, + "label": "P", + "classification": { + "B": 9.39600977289956e-06, + "S": 2.731548420342733e-06, + "I": 0.0049825385212898254, + "C": 1.777185570972506e-05, + "R": 2.997079263877822e-06, + "M": 4.997481300961226e-05, + "O": 1.1694626664393581e-05, + "W": 9.375158356306201e-07, + "N": 0.00017414901230949908, + "Y": 0.0002046939916908741, + "U": 8.76859417076048e-07, + "K": 7.537936994594929e-07, + "L": 3.1889690035313834e-06, + "G": 0.0002500492846593261, + "F": 0.00013366073835641146, + "E": 0.0016258585965260863, + "T": 0.0001604031422175467, + "P": 0.9648547172546387, + "-": 0.027513675391674042 + }, + "id": "tp_13248" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1656023, + "label": "P", + "classification": { + "B": 2.7060787033406086e-07, + "S": 3.298398354445453e-08, + "I": 0.00045666107325814664, + "C": 2.8559584279719274e-06, + "R": 4.790962861989101e-07, + "M": 9.630177373765036e-06, + "O": 1.7038800024238299e-06, + "W": 5.5011199151522305e-08, + "N": 5.420328761829296e-06, + "Y": 5.6196953664766625e-05, + "U": 5.182363338462892e-08, + "K": 3.5643520135408835e-08, + "L": 2.923871136317757e-07, + "G": 2.1090405425638892e-05, + "F": 0.0002575049002189189, + "E": 7.84533767728135e-05, + "T": 8.512038766639307e-05, + "P": 0.655489444732666, + "-": 0.34353458881378174 + }, + "id": "tp_13249" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1656156, + "label": "P", + "classification": { + "B": 2.51079427471268e-07, + "S": 3.946812299204794e-08, + "I": 0.04937981069087982, + "C": 4.142587840760825e-06, + "R": 5.319885190147033e-07, + "M": 5.450290245789802e-06, + "O": 1.0128145504495478e-06, + "W": 2.85385421960882e-08, + "N": 8.799217903288081e-05, + "Y": 4.160025127930567e-05, + "U": 3.3397007381807953e-09, + "K": 1.2744973965084228e-09, + "L": 1.1043591996440227e-07, + "G": 1.336542482022196e-05, + "F": 2.7367909751774278e-06, + "E": 0.0001583326084073633, + "T": 2.4482129447278567e-05, + "P": 0.9381765723228455, + "-": 0.012103605084121227 + }, + "id": "tp_13250" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1656256, + "label": "P", + "classification": { + "B": 9.949094703642913e-08, + "S": 1.1918965583390673e-06, + "I": 0.019565768539905548, + "C": 8.774028174229898e-06, + "R": 7.499585990444757e-06, + "M": 1.3263644177641254e-05, + "O": 7.656879461137578e-06, + "W": 5.470552082442737e-07, + "N": 0.00022959208581596613, + "Y": 0.0020516098011285067, + "U": 1.7755979797584587e-07, + "K": 5.999977474857587e-06, + "L": 3.0786296179030614e-07, + "G": 0.0001371423713862896, + "F": 0.0006339134997688234, + "E": 0.0001402717607561499, + "T": 0.00039411854231730103, + "P": 0.7678888440132141, + "-": 0.20891326665878296 + }, + "id": "tp_13251" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1656390, + "label": "-", + "classification": { + "B": 7.732551239314489e-07, + "S": 1.1056241646656417e-06, + "I": 0.001085755997337401, + "C": 9.165339179162402e-06, + "R": 7.778455255902372e-06, + "M": 4.584715497912839e-05, + "O": 2.303893597854767e-05, + "W": 2.0270290406187996e-06, + "N": 4.629513205145486e-05, + "Y": 0.00314329587854445, + "U": 1.4415437590287183e-06, + "K": 2.4118773580994457e-05, + "L": 1.2288293191886623e-06, + "G": 0.00020666005730163306, + "F": 0.0019494353327900171, + "E": 0.0002656426513567567, + "T": 0.0014423917746171355, + "P": 0.25794774293899536, + "-": 0.7337962985038757 + }, + "id": "tp_13252" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1656523, + "label": "P", + "classification": { + "B": 7.34288860826382e-08, + "S": 3.291799259841355e-07, + "I": 0.0007115018088370562, + "C": 3.844765217309032e-07, + "R": 1.5303193379168079e-07, + "M": 2.16563921640045e-06, + "O": 1.17348156436492e-06, + "W": 7.158917725291758e-08, + "N": 2.0462046450120397e-05, + "Y": 7.14370034984313e-05, + "U": 1.2440049879103299e-08, + "K": 3.068951315299273e-08, + "L": 3.93679471244468e-08, + "G": 2.6165978397330036e-06, + "F": 4.052273652632721e-05, + "E": 1.0008151548390742e-05, + "T": 9.881196456262842e-05, + "P": 0.9124454259872437, + "-": 0.0865948498249054 + }, + "id": "tp_13253" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1656657, + "label": "-", + "classification": { + "B": 7.05016718711704e-05, + "S": 1.4733423085999675e-06, + "I": 0.0022743672598153353, + "C": 0.00011703748896252364, + "R": 1.6355144907720387e-05, + "M": 0.0005387507262639701, + "O": 0.00010392240801593289, + "W": 3.3953040201595286e-06, + "N": 3.473553078947589e-05, + "Y": 0.0015973522095009685, + "U": 2.3673537725699134e-06, + "K": 2.5264455416618148e-06, + "L": 2.0185010725981556e-05, + "G": 0.0020475718192756176, + "F": 0.0007999132503755391, + "E": 0.0012888744240626693, + "T": 0.0010236004600301385, + "P": 0.31384801864624023, + "-": 0.676209032535553 + }, + "id": "tp_13254" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1656757, + "label": "-", + "classification": { + "B": 1.4610327392361455e-09, + "S": 1.0564027430604028e-09, + "I": 6.301759276539087e-05, + "C": 4.115798901693779e-07, + "R": 5.255967394646177e-08, + "M": 2.2293554593488807e-06, + "O": 3.3328910831187386e-07, + "W": 3.6030993744162743e-09, + "N": 2.4797583364488673e-07, + "Y": 7.794766133883968e-05, + "U": 3.137426540789079e-09, + "K": 9.644821830079309e-09, + "L": 1.4145435045520571e-08, + "G": 6.1435716816049535e-06, + "F": 2.900505751313176e-05, + "E": 7.972162165970076e-06, + "T": 7.325047045014799e-05, + "P": 0.06033197045326233, + "-": 0.9394073486328125 + }, + "id": "tp_13255" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1656890, + "label": "-", + "classification": { + "B": 1.5458877896890044e-05, + "S": 1.553865149617195e-05, + "I": 0.0001723548921290785, + "C": 1.7473248590249568e-06, + "R": 9.409673680238484e-07, + "M": 0.00018470465147402138, + "O": 0.00021599455794785172, + "W": 8.081536179815885e-06, + "N": 1.2165259249741212e-05, + "Y": 0.0002677672018762678, + "U": 1.960548843271681e-07, + "K": 4.379190272629785e-07, + "L": 5.74206796954968e-06, + "G": 9.996372682508081e-05, + "F": 0.0013228444149717689, + "E": 4.245550007908605e-05, + "T": 0.000714216788765043, + "P": 0.15264083445072174, + "-": 0.8442786335945129 + }, + "id": "tp_13256" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1657024, + "label": "-", + "classification": { + "B": 1.0664295002627e-09, + "S": 3.85840692729289e-09, + "I": 5.287259045871906e-05, + "C": 1.3340068107936531e-06, + "R": 1.0098495550892039e-07, + "M": 3.310223746666452e-06, + "O": 4.6237656192715804e-07, + "W": 1.2477655353393402e-08, + "N": 7.014881475697621e-07, + "Y": 0.0006528784288093448, + "U": 6.817488795718418e-09, + "K": 2.2402343802241376e-06, + "L": 5.685587556314431e-09, + "G": 2.7364198103896342e-05, + "F": 0.00019732365035451949, + "E": 7.073798042256385e-05, + "T": 6.701253732899204e-05, + "P": 0.046370625495910645, + "-": 0.9525529742240906 + }, + "id": "tp_13257" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1657157, + "label": "-", + "classification": { + "B": 3.710002056322992e-05, + "S": 3.588345134630799e-05, + "I": 0.001643232419155538, + "C": 0.0002623731270432472, + "R": 5.366485129343346e-05, + "M": 0.0005256911390461028, + "O": 0.00024138188746292144, + "W": 2.638881778693758e-05, + "N": 0.00036293017910793424, + "Y": 0.005501593928784132, + "U": 3.744841887964867e-05, + "K": 0.000344239582773298, + "L": 2.8989963539061137e-05, + "G": 0.0014257963048294187, + "F": 0.004987178836017847, + "E": 0.002612566575407982, + "T": 0.0033542036544531584, + "P": 0.25660833716392517, + "-": 0.7219109535217285 + }, + "id": "tp_13258" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1657257, + "label": "-", + "classification": { + "B": 1.4945473594707437e-05, + "S": 5.578945547313197e-06, + "I": 0.00141402636654675, + "C": 3.009935244335793e-05, + "R": 8.102080755634233e-06, + "M": 0.0002669589011929929, + "O": 6.335537182167172e-05, + "W": 4.74847274745116e-06, + "N": 9.061815217137337e-05, + "Y": 0.002748752012848854, + "U": 2.307849172211718e-06, + "K": 1.6709587725927122e-05, + "L": 7.73068404669175e-06, + "G": 0.0005863989936187863, + "F": 0.0030749160796403885, + "E": 0.0014930508332327008, + "T": 0.0010974453762173653, + "P": 0.47021615505218506, + "-": 0.518858015537262 + }, + "id": "tp_13259" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1657391, + "label": "-", + "classification": { + "B": 1.2418007599990233e-06, + "S": 4.724484824691899e-06, + "I": 0.003874578047543764, + "C": 1.529176370240748e-05, + "R": 1.3707290236197878e-05, + "M": 0.000151715095853433, + "O": 5.4823565733386204e-05, + "W": 3.007246732522617e-06, + "N": 0.0002024758287006989, + "Y": 0.008404641412198544, + "U": 8.462742471238016e-07, + "K": 4.034079393022694e-05, + "L": 1.5630548659828492e-06, + "G": 0.0005365733522921801, + "F": 0.002673528855666518, + "E": 0.0006542479386553168, + "T": 0.003952627535909414, + "P": 0.32941028475761414, + "-": 0.6500037908554077 + }, + "id": "tp_13260" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1657524, + "label": "P", + "classification": { + "B": 6.519650810332678e-07, + "S": 2.0585115123594733e-07, + "I": 0.00021383445709943771, + "C": 3.9840034560256754e-07, + "R": 2.5915281298694026e-07, + "M": 3.2523357731406577e-06, + "O": 5.821329523314489e-06, + "W": 4.1574588749426766e-07, + "N": 4.842030193685787e-06, + "Y": 4.1612351196818054e-05, + "U": 6.626688531241598e-08, + "K": 8.358151148968318e-08, + "L": 2.563608632044634e-07, + "G": 1.4511821973428596e-05, + "F": 0.00019155962218064815, + "E": 2.3650023649679497e-05, + "T": 8.261221228167415e-05, + "P": 0.5827765464782715, + "-": 0.41663938760757446 + }, + "id": "tp_13261" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1657658, + "label": "-", + "classification": { + "B": 5.8193712959564436e-08, + "S": 3.398542247623482e-08, + "I": 0.001362146926112473, + "C": 6.505936198664131e-06, + "R": 9.980002459997195e-07, + "M": 1.1806270777015015e-05, + "O": 2.559604354246403e-06, + "W": 8.429678644006344e-08, + "N": 1.8776923752739094e-05, + "Y": 0.0009476699051447213, + "U": 8.99090579764561e-08, + "K": 9.523711241854471e-07, + "L": 8.474001589320324e-08, + "G": 4.3755604565376416e-05, + "F": 0.0001951056910911575, + "E": 0.00019138694915454835, + "T": 0.0003474700206425041, + "P": 0.420817494392395, + "-": 0.5760530829429626 + }, + "id": "tp_13262" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1657758, + "label": "-", + "classification": { + "B": 1.0904643659159774e-06, + "S": 1.554558730276767e-05, + "I": 0.00602911040186882, + "C": 9.148776734946296e-05, + "R": 3.7711615732405335e-05, + "M": 0.00016729714116081595, + "O": 0.00010545895929681137, + "W": 6.455777565861354e-06, + "N": 0.000631309871096164, + "Y": 0.003877987153828144, + "U": 4.8964197958412115e-06, + "K": 7.440995977958664e-05, + "L": 4.1490393414278515e-06, + "G": 0.00029835489112883806, + "F": 0.002638392150402069, + "E": 0.0006698234938085079, + "T": 0.003336579306051135, + "P": 0.3982221782207489, + "-": 0.583787739276886 + }, + "id": "tp_13263" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1657891, + "label": "P", + "classification": { + "B": 1.3177965740851505e-07, + "S": 7.541672175648273e-09, + "I": 5.29634089616593e-05, + "C": 5.045737339059997e-07, + "R": 5.5572677126747294e-08, + "M": 1.9419044292590115e-06, + "O": 9.466425012760737e-07, + "W": 4.18799430690342e-08, + "N": 6.389063287315366e-07, + "Y": 1.435556259821169e-05, + "U": 1.8070355878307964e-08, + "K": 2.0422103119699386e-08, + "L": 7.40481951311267e-08, + "G": 6.666648914688267e-06, + "F": 6.242703966563568e-05, + "E": 2.9109283786965534e-05, + "T": 1.4021050446899608e-05, + "P": 0.5067530274391174, + "-": 0.4930630922317505 + }, + "id": "tp_13264" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1658025, + "label": "-", + "classification": { + "B": 8.23145546746673e-06, + "S": 1.2092217502868152e-06, + "I": 0.000519756053108722, + "C": 3.374255902599543e-05, + "R": 1.0059838132292498e-05, + "M": 0.0002034952340181917, + "O": 7.659119728486985e-05, + "W": 4.374187028588494e-06, + "N": 1.3657549061463214e-05, + "Y": 0.002048454713076353, + "U": 2.1467792521434603e-06, + "K": 1.101633756661613e-06, + "L": 1.1876514690811746e-05, + "G": 0.00037838940625078976, + "F": 0.0003829976194538176, + "E": 0.0001483881496824324, + "T": 0.0014992690412327647, + "P": 0.10309048742055893, + "-": 0.8915656805038452 + }, + "id": "tp_13265" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1658158, + "label": "-", + "classification": { + "B": 1.1392391030540239e-07, + "S": 2.438774515667319e-07, + "I": 0.0001709666394162923, + "C": 9.93912271951558e-06, + "R": 9.215432328346651e-07, + "M": 3.14631724904757e-05, + "O": 8.449644155916758e-06, + "W": 4.246116702688596e-07, + "N": 5.09702886120067e-06, + "Y": 0.0006326798466034234, + "U": 1.9949128216012468e-07, + "K": 2.861094344552839e-06, + "L": 3.6052995255886344e-07, + "G": 5.646211502607912e-05, + "F": 0.0006196016329340637, + "E": 0.00016471301205456257, + "T": 0.0002902613196056336, + "P": 0.11915266513824463, + "-": 0.8788524270057678 + }, + "id": "tp_13266" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1658258, + "label": "-", + "classification": { + "B": 1.1954075063158598e-08, + "S": 6.726072143692363e-09, + "I": 0.0001376169384457171, + "C": 2.1043397282483056e-06, + "R": 5.101641136207036e-07, + "M": 1.904784767248202e-05, + "O": 2.4849982764862943e-06, + "W": 5.1031857850603046e-08, + "N": 8.341398824995849e-07, + "Y": 0.00013221928384155035, + "U": 3.9976594479185223e-08, + "K": 6.082787962213843e-08, + "L": 1.9364973979918432e-07, + "G": 2.5194092813762836e-05, + "F": 8.031690231291577e-05, + "E": 1.0589466910460033e-05, + "T": 0.00042414601193740964, + "P": 0.07615064829587936, + "-": 0.9230139255523682 + }, + "id": "tp_13267" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1658392, + "label": "-", + "classification": { + "B": 1.2543037883006036e-05, + "S": 9.486944691161625e-06, + "I": 0.004791283514350653, + "C": 0.00016892681014724076, + "R": 9.34054478420876e-05, + "M": 0.0006017105188220739, + "O": 0.00021641331841237843, + "W": 2.9120748877176084e-05, + "N": 0.00023190563661046326, + "Y": 0.004784503020346165, + "U": 1.9698316464200616e-05, + "K": 9.820027480600402e-05, + "L": 3.0878905818099156e-05, + "G": 0.0010607106378301978, + "F": 0.004572378471493721, + "E": 0.0018265937687829137, + "T": 0.003999401815235615, + "P": 0.20790766179561615, + "-": 0.7695452570915222 + }, + "id": "tp_13268" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1658525, + "label": "-", + "classification": { + "B": 5.7685671350782286e-08, + "S": 2.1407660710792698e-07, + "I": 0.0017067010048776865, + "C": 1.5667812476749532e-05, + "R": 6.522265266539762e-06, + "M": 1.6955264072748832e-05, + "O": 1.1106963938800618e-05, + "W": 3.8063035390223376e-07, + "N": 6.066588684916496e-05, + "Y": 0.0007465063827112317, + "U": 3.5720103142011794e-07, + "K": 4.716342118626926e-06, + "L": 2.9681257274205564e-07, + "G": 0.00014309123798739165, + "F": 0.000740556453820318, + "E": 7.283462036866695e-05, + "T": 0.0005835680640302598, + "P": 0.44169482588768005, + "-": 0.5541949272155762 + }, + "id": "tp_13269" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1658625, + "label": "I", + "classification": { + "B": 3.182340878993273e-05, + "S": 5.308099207468331e-05, + "I": 0.41439980268478394, + "C": 0.003225551685318351, + "R": 0.0011094276560470462, + "M": 0.004064117092639208, + "O": 0.0009098772425204515, + "W": 6.183507503010333e-05, + "N": 0.006338934879750013, + "Y": 0.23002788424491882, + "U": 1.1579528290894814e-05, + "K": 0.00018657567852642387, + "L": 6.78530486766249e-05, + "G": 0.012074615806341171, + "F": 0.0010882365750148892, + "E": 0.004068797454237938, + "T": 0.0647723600268364, + "P": 0.07305336743593216, + "-": 0.1844543069601059 + }, + "id": "tp_13270" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1658759, + "label": "P", + "classification": { + "B": 5.215763667365536e-05, + "S": 3.4205517295049503e-05, + "I": 0.04118596389889717, + "C": 0.00048257093294523656, + "R": 0.0001961881062015891, + "M": 0.0006840157439000905, + "O": 0.0002576189290266484, + "W": 3.4238939406350255e-05, + "N": 0.0023029407020658255, + "Y": 0.007337449584156275, + "U": 3.2145493605639786e-05, + "K": 7.168331649154425e-05, + "L": 5.382822928368114e-05, + "G": 0.0017264166381210089, + "F": 0.0029653410892933607, + "E": 0.004587861243635416, + "T": 0.003771353280171752, + "P": 0.6603090763092041, + "-": 0.2739149332046509 + }, + "id": "tp_13271" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1658892, + "label": "-", + "classification": { + "B": 5.805617888654524e-07, + "S": 3.3774014696064114e-07, + "I": 7.690218626521528e-05, + "C": 5.499713552126195e-06, + "R": 4.3641014713102777e-07, + "M": 1.984671143873129e-05, + "O": 5.6980720728461165e-06, + "W": 2.6685995635489235e-07, + "N": 4.228321813570801e-06, + "Y": 0.00016754106036387384, + "U": 1.6362868393571262e-07, + "K": 9.872147757050698e-07, + "L": 4.29571713311816e-07, + "G": 3.068392106797546e-05, + "F": 0.0008826134144328535, + "E": 0.00013835438585374504, + "T": 0.00014047941658645868, + "P": 0.25286757946014404, + "-": 0.7456574440002441 + }, + "id": "tp_13272" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1659026, + "label": "-", + "classification": { + "B": 1.6864430563146016e-07, + "S": 1.1379811581946342e-07, + "I": 0.00013534995377995074, + "C": 2.7898574899154482e-06, + "R": 9.320323783867934e-07, + "M": 2.3023483663564548e-05, + "O": 9.199567102768924e-06, + "W": 1.6387679124818533e-07, + "N": 2.8674960503849434e-06, + "Y": 0.00040958772297017276, + "U": 7.848734639992472e-08, + "K": 1.3021472966556757e-07, + "L": 3.2881757761060726e-07, + "G": 4.650769551517442e-05, + "F": 0.00017203115567099303, + "E": 1.441216591047123e-05, + "T": 0.0007415844011120498, + "P": 0.07817208021879196, + "-": 0.920268714427948 + }, + "id": "tp_13273" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1659126, + "label": "-", + "classification": { + "B": 1.287814029637957e-06, + "S": 1.982783004450539e-07, + "I": 0.00010764112084871158, + "C": 3.0232722565415315e-06, + "R": 5.560014528782631e-07, + "M": 0.0001662883150856942, + "O": 1.947401869983878e-05, + "W": 3.336824931921001e-07, + "N": 1.9287517716293223e-06, + "Y": 0.0005187718197703362, + "U": 1.4724270158694708e-07, + "K": 2.5541248760418966e-07, + "L": 2.43641329689126e-06, + "G": 0.000204837167984806, + "F": 0.00030998827423900366, + "E": 7.235116936499253e-05, + "T": 0.000945015053730458, + "P": 0.08198235929012299, + "-": 0.9156632423400879 + }, + "id": "tp_13274" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1659259, + "label": "P", + "classification": { + "B": 8.747863830649294e-06, + "S": 1.7937685470315046e-06, + "I": 0.0010241037234663963, + "C": 7.007253771007527e-06, + "R": 1.107635739572288e-06, + "M": 6.245907570701092e-05, + "O": 1.576853173901327e-05, + "W": 9.583064866092172e-07, + "N": 4.243498187861405e-05, + "Y": 7.679184636799619e-05, + "U": 3.9107629845602787e-07, + "K": 1.4196896813700732e-07, + "L": 3.372788569322438e-06, + "G": 7.561557868029922e-05, + "F": 0.00029896158957853913, + "E": 0.00031769409542903304, + "T": 0.00018449958588462323, + "P": 0.8666327595710754, + "-": 0.13124538958072662 + }, + "id": "tp_13275" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1659393, + "label": "-", + "classification": { + "B": 0.0010205446742475033, + "S": 0.0009366379235871136, + "I": 0.042742252349853516, + "C": 0.011333989910781384, + "R": 0.0024438847322016954, + "M": 0.018998654559254646, + "O": 0.004943425767123699, + "W": 0.001282714307308197, + "N": 0.005565656814724207, + "Y": 0.06694953888654709, + "U": 0.0005717414314858615, + "K": 0.0025313571095466614, + "L": 0.0019316740799695253, + "G": 0.02983016148209572, + "F": 0.035368409007787704, + "E": 0.05205298587679863, + "T": 0.024836212396621704, + "P": 0.20993714034557343, + "-": 0.48672306537628174 + }, + "id": "tp_13276" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1659526, + "label": "P", + "classification": { + "B": 4.543716158877942e-08, + "S": 4.071345571787788e-08, + "I": 0.0007673304644413292, + "C": 3.005886810569791e-06, + "R": 1.3128722287092387e-07, + "M": 1.7863380890048575e-06, + "O": 5.476800311043917e-07, + "W": 4.018520982640439e-08, + "N": 1.9261182387708686e-05, + "Y": 5.986120231682435e-05, + "U": 6.190277446194159e-08, + "K": 2.2140907276479993e-06, + "L": 1.738882460244895e-08, + "G": 6.859996119601419e-06, + "F": 0.00014246276987250894, + "E": 0.00042140419827774167, + "T": 2.7258789486950263e-05, + "P": 0.77353435754776, + "-": 0.22501325607299805 + }, + "id": "tp_13277" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1659626, + "label": "-", + "classification": { + "B": 1.1514403297496756e-07, + "S": 5.206674913438292e-08, + "I": 0.002028160262852907, + "C": 2.5560249923728406e-05, + "R": 7.175121936597861e-07, + "M": 5.3770916565554217e-05, + "O": 5.488054739544168e-06, + "W": 7.829559223182514e-08, + "N": 1.4804358215769753e-05, + "Y": 0.0003551106492523104, + "U": 8.989577793272474e-08, + "K": 1.654015164831435e-07, + "L": 2.424860952032759e-07, + "G": 6.932197720743716e-05, + "F": 4.509611244429834e-05, + "E": 0.00033484408049844205, + "T": 0.00028131267754361033, + "P": 0.2455396056175232, + "-": 0.7512454390525818 + }, + "id": "tp_13278" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1659760, + "label": "P", + "classification": { + "B": 1.7110928638430778e-06, + "S": 1.1895606348844012e-06, + "I": 0.0007210142211988568, + "C": 1.7025902707246132e-05, + "R": 1.7419215510017239e-06, + "M": 2.3715891074971296e-05, + "O": 2.6706535209086724e-05, + "W": 1.5984771835064748e-06, + "N": 5.8939604059560224e-05, + "Y": 7.054874004097655e-05, + "U": 7.273725941558951e-07, + "K": 3.5203961488150526e-06, + "L": 1.2837132317145006e-06, + "G": 7.732525409664959e-05, + "F": 0.0007151526515372097, + "E": 0.00044164739665575325, + "T": 0.0001193364878417924, + "P": 0.6459116339683533, + "-": 0.3518052399158478 + }, + "id": "tp_13279" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1659893, + "label": "-", + "classification": { + "B": 4.897529652225785e-05, + "S": 1.4191203945301822e-06, + "I": 0.0022750655189156532, + "C": 4.519964204519056e-05, + "R": 8.956817509897519e-06, + "M": 0.0007314375252462924, + "O": 4.9774640501709655e-05, + "W": 1.529816358925018e-06, + "N": 6.404564919648692e-05, + "Y": 0.0033102654851973057, + "U": 4.216021807224024e-06, + "K": 7.1270974331127945e-06, + "L": 1.3457461136567872e-05, + "G": 0.0024470179341733456, + "F": 0.0007684407755732536, + "E": 0.0025656400248408318, + "T": 0.0041160574182868, + "P": 0.4134570062160492, + "-": 0.5700843930244446 + }, + "id": "tp_13280" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1660027, + "label": "-", + "classification": { + "B": 1.538635530096144e-07, + "S": 1.2647662117615255e-07, + "I": 0.00036791813909076154, + "C": 2.3871729126767605e-07, + "R": 1.2248041514340002e-07, + "M": 2.344372114748694e-05, + "O": 5.443371264846064e-06, + "W": 7.711662419751519e-08, + "N": 5.3858216233493295e-06, + "Y": 0.0006091248360462487, + "U": 6.441648103816533e-09, + "K": 1.0122202809270675e-07, + "L": 7.79618360979839e-08, + "G": 3.643782838480547e-05, + "F": 0.00010163734259549528, + "E": 4.55963090644218e-05, + "T": 0.0002745813108049333, + "P": 0.43140214681625366, + "-": 0.5671274662017822 + }, + "id": "tp_13281" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1660127, + "label": "P", + "classification": { + "B": 3.814229785348289e-05, + "S": 1.3298262047101161e-06, + "I": 0.0036258064210414886, + "C": 0.0001237927790498361, + "R": 1.7446236597606912e-05, + "M": 0.00014002431998960674, + "O": 6.384776497725397e-05, + "W": 4.074949629284674e-06, + "N": 0.00018064228061120957, + "Y": 0.0003603860386647284, + "U": 5.576221155934036e-06, + "K": 3.5428163300821325e-06, + "L": 1.138214338425314e-05, + "G": 0.0006334044737741351, + "F": 0.0004962877719663084, + "E": 0.0014100349508225918, + "T": 0.0006608105031773448, + "P": 0.7703120112419128, + "-": 0.22191141545772552 + }, + "id": "tp_13282" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1660260, + "label": "-", + "classification": { + "B": 1.4252500477596186e-05, + "S": 9.965056051441934e-07, + "I": 0.0003165374218951911, + "C": 8.055250873439945e-06, + "R": 1.976150770133245e-06, + "M": 0.0001912916050059721, + "O": 4.835746585740708e-05, + "W": 6.968829211473349e-07, + "N": 5.697486358258175e-06, + "Y": 0.0006830886704847217, + "U": 3.1189605920189933e-07, + "K": 1.002074441203149e-07, + "L": 1.1379057468730025e-05, + "G": 0.0006587465177290142, + "F": 0.0003499323793221265, + "E": 0.00023251240781974047, + "T": 0.0010047127725556493, + "P": 0.15129683911800385, + "-": 0.8451744318008423 + }, + "id": "tp_13283" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1660394, + "label": "-", + "classification": { + "B": 2.644902963311324e-08, + "S": 7.217177078189252e-09, + "I": 0.00017244313494302332, + "C": 2.019724661295186e-06, + "R": 1.459241758539065e-07, + "M": 5.357495410862612e-06, + "O": 1.117241708925576e-06, + "W": 2.7430870019884424e-08, + "N": 1.2610698831849732e-06, + "Y": 8.661027095513418e-05, + "U": 2.992013037328434e-08, + "K": 1.5078082782338242e-08, + "L": 1.4430047201585694e-07, + "G": 2.213562220276799e-05, + "F": 8.734068978810683e-05, + "E": 5.3589286835631356e-05, + "T": 5.7605917390901595e-05, + "P": 0.428806334733963, + "-": 0.5707037448883057 + }, + "id": "tp_13284" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1660527, + "label": "-", + "classification": { + "B": 4.775210982188582e-07, + "S": 5.661657382916019e-07, + "I": 0.00020445132395252585, + "C": 0.0002630437375046313, + "R": 4.061420986545272e-05, + "M": 3.841108627966605e-05, + "O": 2.0154349840595387e-05, + "W": 1.5844294694034033e-06, + "N": 1.1875166819663718e-05, + "Y": 0.001229220419190824, + "U": 1.936587068485096e-06, + "K": 1.936661828949582e-05, + "L": 2.4485257199557964e-06, + "G": 0.00034402808523736894, + "F": 0.011954599991440773, + "E": 0.00030041238642297685, + "T": 0.00022869025997351855, + "P": 0.17026372253894806, + "-": 0.8150743842124939 + }, + "id": "tp_13285" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1660627, + "label": "-", + "classification": { + "B": 1.1915092272829497e-06, + "S": 2.5929277853720123e-06, + "I": 0.00020661350572481751, + "C": 1.1037586773454677e-05, + "R": 1.6752459259805619e-06, + "M": 5.597688505076803e-05, + "O": 1.5921037629595958e-05, + "W": 2.9652633202204015e-06, + "N": 3.6948604247299954e-05, + "Y": 0.001295442576520145, + "U": 5.880615958631097e-07, + "K": 0.0003709259908646345, + "L": 4.0833094772096956e-07, + "G": 0.00023680561571381986, + "F": 0.013144641183316708, + "E": 0.0031500710174441338, + "T": 0.0003962080809287727, + "P": 0.2933496832847595, + "-": 0.6877203583717346 + }, + "id": "tp_13286" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1660761, + "label": "P", + "classification": { + "B": 0.0004733913519885391, + "S": 0.0002268992247991264, + "I": 0.0057887425646185875, + "C": 0.00021489478240255266, + "R": 0.0001131634198827669, + "M": 0.0014309562975540757, + "O": 0.0011635873233899474, + "W": 0.0001771733514033258, + "N": 0.0007292627706192434, + "Y": 0.005308814812451601, + "U": 4.962089587934315e-05, + "K": 3.493184703984298e-05, + "L": 0.00024644151562824845, + "G": 0.0023369058035314083, + "F": 0.0036512690130621195, + "E": 0.0025003624614328146, + "T": 0.00545717217028141, + "P": 0.5219722986221313, + "-": 0.4481242299079895 + }, + "id": "tp_13287" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1660894, + "label": "P", + "classification": { + "B": 1.1066148317695479e-06, + "S": 1.1181941772520076e-06, + "I": 0.002550222212448716, + "C": 2.7686963221640326e-05, + "R": 4.655891189031536e-06, + "M": 2.929110087279696e-05, + "O": 2.0532472262857482e-05, + "W": 2.3757659164402867e-06, + "N": 0.00011951549822697416, + "Y": 0.0006554510327987373, + "U": 3.1648871754441643e-06, + "K": 1.7831913282861933e-05, + "L": 1.6935607618506765e-06, + "G": 0.00015248640556819737, + "F": 0.0007451817509718239, + "E": 0.0005118658300489187, + "T": 0.0006192118162289262, + "P": 0.642709493637085, + "-": 0.35182714462280273 + }, + "id": "tp_13288" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1661028, + "label": "-", + "classification": { + "B": 9.499005682300776e-05, + "S": 9.563232742948458e-05, + "I": 0.006347741466015577, + "C": 0.0016406519571319222, + "R": 0.00044925621477887034, + "M": 0.0024050965439528227, + "O": 0.000977810239419341, + "W": 0.00016846536891534925, + "N": 0.0010077775223180652, + "Y": 0.010658372193574905, + "U": 0.00016501736536156386, + "K": 0.00044811435509473085, + "L": 0.00021969176304992288, + "G": 0.002738953335210681, + "F": 0.010749156586825848, + "E": 0.004565285984426737, + "T": 0.009847672656178474, + "P": 0.19529731571674347, + "-": 0.7521229982376099 + }, + "id": "tp_13289" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1661128, + "label": "-", + "classification": { + "B": 3.3005542832142964e-07, + "S": 1.1002163091689e-06, + "I": 0.0002413698093732819, + "C": 2.879315161408158e-06, + "R": 5.087773047307564e-07, + "M": 0.00015213611186482012, + "O": 2.2864542188472115e-05, + "W": 6.94224695507728e-07, + "N": 1.3072664842184167e-05, + "Y": 0.0012999849859625101, + "U": 2.7181746986570943e-07, + "K": 2.1755631678388454e-06, + "L": 9.975027523978497e-07, + "G": 9.58465097937733e-05, + "F": 0.0005953178042545915, + "E": 0.00014374646707437932, + "T": 0.0035585430450737476, + "P": 0.1645929217338562, + "-": 0.8292753100395203 + }, + "id": "tp_13290" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1661261, + "label": "P", + "classification": { + "B": 3.510582973831333e-05, + "S": 1.105389583244687e-05, + "I": 0.001237778807990253, + "C": 6.643957476626383e-06, + "R": 1.4263466709962813e-06, + "M": 0.0001958942593773827, + "O": 9.211417636834085e-05, + "W": 4.631073807104258e-06, + "N": 0.00010479635966476053, + "Y": 0.0002518479013815522, + "U": 8.849092978380213e-07, + "K": 5.364953494790825e-07, + "L": 1.109775166696636e-05, + "G": 0.00021429016487672925, + "F": 0.00043048083898611367, + "E": 0.00048379285726696253, + "T": 0.0006195324240252376, + "P": 0.8008967041969299, + "-": 0.1954014152288437 + }, + "id": "tp_13291" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1661395, + "label": "-", + "classification": { + "B": 0.00011282852938165888, + "S": 3.7400928704300895e-05, + "I": 0.0005555161042138934, + "C": 2.935377779067494e-05, + "R": 6.2126391640049405e-06, + "M": 0.00035458593629300594, + "O": 0.00012524929479695857, + "W": 1.1274542885075789e-05, + "N": 6.67991116642952e-05, + "Y": 0.0027776286005973816, + "U": 4.202651780360611e-06, + "K": 2.089402187266387e-05, + "L": 1.4064165952731855e-05, + "G": 0.0008700991165824234, + "F": 0.004047276917845011, + "E": 0.0020371130667626858, + "T": 0.0018087115604430437, + "P": 0.27709680795669556, + "-": 0.7100239396095276 + }, + "id": "tp_13292" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1661528, + "label": "-", + "classification": { + "B": 4.246365925553164e-09, + "S": 2.0614660201090373e-08, + "I": 0.0002566948242019862, + "C": 3.6104390233049344e-07, + "R": 2.5727553065735265e-07, + "M": 1.455704386899015e-05, + "O": 2.0463173768803244e-06, + "W": 2.7326349183454113e-08, + "N": 2.698057187444647e-06, + "Y": 0.0013823442859575152, + "U": 9.55895451681954e-09, + "K": 7.284166940735304e-07, + "L": 2.299284140860891e-08, + "G": 2.932384450105019e-05, + "F": 0.0001437969331163913, + "E": 1.557793621032033e-05, + "T": 0.0007995959604158998, + "P": 0.08234090358018875, + "-": 0.9150110483169556 + }, + "id": "tp_13293" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1661628, + "label": "P", + "classification": { + "B": 2.1979711384290113e-09, + "S": 2.1810284689394166e-09, + "I": 2.3204469471238554e-05, + "C": 5.141706083122699e-08, + "R": 4.3132302174342385e-09, + "M": 2.2454922543602152e-07, + "O": 7.456258543925287e-08, + "W": 1.7721866196751535e-09, + "N": 3.8049282125030004e-07, + "Y": 1.2523878467618488e-05, + "U": 2.6491160376451717e-09, + "K": 2.7209857478283084e-08, + "L": 1.9798396255765738e-09, + "G": 7.512370530093904e-07, + "F": 5.0919501518364996e-05, + "E": 1.3863463209418114e-05, + "T": 1.2948962648806628e-05, + "P": 0.5524309277534485, + "-": 0.4474541246891022 + }, + "id": "tp_13294" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1661762, + "label": "-", + "classification": { + "B": 9.601670569736598e-08, + "S": 1.0926348181783396e-07, + "I": 9.517338912701234e-05, + "C": 2.6032271307485644e-06, + "R": 4.926500309920812e-07, + "M": 5.8131486184720416e-06, + "O": 4.602848548529437e-06, + "W": 9.979464721254772e-08, + "N": 2.5847846245596884e-06, + "Y": 8.738366886973381e-05, + "U": 7.504107202294108e-08, + "K": 5.542243997069818e-08, + "L": 4.871296823694138e-07, + "G": 2.3884604161139578e-05, + "F": 0.00043711045873351395, + "E": 1.7464202755945735e-05, + "T": 0.00021211087005212903, + "P": 0.2574758529663086, + "-": 0.7416340112686157 + }, + "id": "tp_13295" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1661895, + "label": "-", + "classification": { + "B": 2.6961387789015134e-08, + "S": 2.2277280020688295e-09, + "I": 0.00014601297152694315, + "C": 4.7524954993605206e-07, + "R": 2.7977769434528454e-08, + "M": 1.8550217646406963e-06, + "O": 2.0168445757917652e-07, + "W": 4.437072487206706e-09, + "N": 1.7946689467862598e-07, + "Y": 0.0002008297888096422, + "U": 3.322389918736235e-09, + "K": 3.5648439755675554e-10, + "L": 3.445461871365296e-08, + "G": 6.780031981179491e-06, + "F": 1.1407067177060526e-05, + "E": 1.2137827980041038e-05, + "T": 4.5178428990766406e-05, + "P": 0.4271277189254761, + "-": 0.5724470615386963 + }, + "id": "tp_13296" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1662029, + "label": "P", + "classification": { + "B": 1.5561365529492832e-08, + "S": 3.824081495906739e-09, + "I": 0.0002523835573811084, + "C": 8.204511345866194e-07, + "R": 4.751004212266707e-08, + "M": 5.221088940743357e-06, + "O": 1.9418520480485313e-07, + "W": 6.3704708175293945e-09, + "N": 2.473546146575245e-06, + "Y": 0.00013199243403505534, + "U": 1.4196106512542883e-08, + "K": 4.6730843195064153e-08, + "L": 1.791098824810433e-08, + "G": 4.129035914957058e-06, + "F": 9.198155748890713e-05, + "E": 0.00013536140613723546, + "T": 5.745759335695766e-05, + "P": 0.7423825263977051, + "-": 0.2569352984428406 + }, + "id": "tp_13297" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1662129, + "label": "-", + "classification": { + "B": 4.789564655993672e-08, + "S": 2.7239362765385522e-08, + "I": 0.0015784892020747066, + "C": 5.852123649674468e-06, + "R": 4.112336284833873e-07, + "M": 3.561097037163563e-05, + "O": 3.9124447539506946e-06, + "W": 1.784741527899314e-07, + "N": 1.955711377377156e-05, + "Y": 0.0005662436597049236, + "U": 9.996952599067299e-08, + "K": 4.521123173617525e-06, + "L": 6.4393987031508e-08, + "G": 7.584042032249272e-05, + "F": 9.093216067412868e-05, + "E": 0.0006902172463014722, + "T": 0.0005878402153030038, + "P": 0.170965775847435, + "-": 0.8253743648529053 + }, + "id": "tp_13298" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1662262, + "label": "P", + "classification": { + "B": 5.5551914556417614e-05, + "S": 2.147929262719117e-05, + "I": 0.008716274052858353, + "C": 0.0004701149300672114, + "R": 0.00010264126467518508, + "M": 0.0009818521793931723, + "O": 0.00023403100203722715, + "W": 3.4801381843863055e-05, + "N": 0.0004722097364719957, + "Y": 0.0037332589272409678, + "U": 2.7117563149658963e-05, + "K": 3.648482379503548e-05, + "L": 7.692213694099337e-05, + "G": 0.0017180623253807425, + "F": 0.004508076701313257, + "E": 0.004157532937824726, + "T": 0.0028598636854439974, + "P": 0.5157683491706848, + "-": 0.4560253322124481 + }, + "id": "tp_13299" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1662396, + "label": "-", + "classification": { + "B": 1.9844914277200587e-05, + "S": 1.9140845324727707e-05, + "I": 0.001910222228616476, + "C": 9.255823533749208e-05, + "R": 2.234323983429931e-05, + "M": 0.00013112642045598477, + "O": 7.103945245034993e-05, + "W": 2.2028896637493744e-05, + "N": 0.0002944337611552328, + "Y": 0.0041862428188323975, + "U": 2.4709222998353653e-05, + "K": 0.0013629731256514788, + "L": 5.9481681091710925e-06, + "G": 0.0009198407060466707, + "F": 0.008833679370582104, + "E": 0.004339427221566439, + "T": 0.0017033607000485063, + "P": 0.4355177581310272, + "-": 0.5405232310295105 + }, + "id": "tp_13300" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1662529, + "label": "-", + "classification": { + "B": 1.4816288285146584e-07, + "S": 1.1140361522166131e-07, + "I": 0.000129915977595374, + "C": 5.129798523739737e-07, + "R": 5.149401616222349e-08, + "M": 5.9624060668284073e-05, + "O": 5.523701020138105e-06, + "W": 1.2955462125319173e-07, + "N": 2.5149586235784227e-06, + "Y": 8.279939356725663e-05, + "U": 2.8033893428869305e-08, + "K": 6.204756886063478e-08, + "L": 2.1705857022880082e-07, + "G": 1.4363945410877932e-05, + "F": 0.00014681954053230584, + "E": 7.409310637740418e-05, + "T": 0.00028585767722688615, + "P": 0.24627085030078888, + "-": 0.7529264688491821 + }, + "id": "tp_13301" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1662629, + "label": "P", + "classification": { + "B": 1.3142285979483859e-06, + "S": 5.973524253022333e-07, + "I": 0.0017433972097933292, + "C": 6.493819455499761e-06, + "R": 8.844627927828697e-07, + "M": 4.128334694541991e-05, + "O": 1.0025111805589404e-05, + "W": 5.268410632197629e-07, + "N": 3.8433736335719004e-05, + "Y": 0.0001825614453991875, + "U": 9.561895808474219e-08, + "K": 8.035890886048946e-08, + "L": 6.848966904726694e-07, + "G": 3.238837962271646e-05, + "F": 8.404985419474542e-05, + "E": 0.00016809225780889392, + "T": 0.00024248882255051285, + "P": 0.8486036062240601, + "-": 0.14884299039840698 + }, + "id": "tp_13302" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1662763, + "label": "-", + "classification": { + "B": 7.415980007863254e-07, + "S": 1.6488591825236654e-07, + "I": 0.02380232885479927, + "C": 5.61982233193703e-05, + "R": 4.188568254903657e-06, + "M": 0.0006065791822038591, + "O": 2.432952715025749e-05, + "W": 2.451681382353854e-07, + "N": 6.467616913141683e-05, + "Y": 0.0061373962089419365, + "U": 8.415800323291478e-08, + "K": 1.2331232035478479e-08, + "L": 2.4058772396529093e-06, + "G": 0.0002654125273693353, + "F": 2.4179154934245162e-05, + "E": 0.00018226831161882728, + "T": 0.010729732923209667, + "P": 0.3704774081707001, + "-": 0.5876216292381287 + }, + "id": "tp_13303" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1662896, + "label": "-", + "classification": { + "B": 6.95471499057021e-06, + "S": 7.83347240940202e-06, + "I": 0.0011812589364126325, + "C": 3.743593697436154e-05, + "R": 1.7889218725031242e-05, + "M": 0.0003368370234966278, + "O": 9.645407408243045e-05, + "W": 6.2362587414099835e-06, + "N": 6.116820441093296e-05, + "Y": 0.004125451203435659, + "U": 3.417934294702718e-06, + "K": 6.127068900241284e-06, + "L": 1.0662822205631528e-05, + "G": 0.0005038550589233637, + "F": 0.00120367924682796, + "E": 0.00029597169486805797, + "T": 0.007548353634774685, + "P": 0.19373856484889984, + "-": 0.7908118367195129 + }, + "id": "tp_13304" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1663030, + "label": "-", + "classification": { + "B": 0.00020117824897170067, + "S": 0.00011809572606580332, + "I": 0.01840829849243164, + "C": 0.0011803059605881572, + "R": 0.00035507159191183746, + "M": 0.002301998669281602, + "O": 0.0007525318651460111, + "W": 0.00021646021923515946, + "N": 0.001805178471840918, + "Y": 0.01628844439983368, + "U": 0.00014199437282513827, + "K": 0.00037092543789185584, + "L": 0.00017785371164791286, + "G": 0.0028262378182262182, + "F": 0.010376930236816406, + "E": 0.006154364440590143, + "T": 0.010246777907013893, + "P": 0.3876689374446869, + "-": 0.5404084920883179 + }, + "id": "tp_13305" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1663130, + "label": "-", + "classification": { + "B": 2.945908228468852e-08, + "S": 8.812265583912904e-09, + "I": 4.1316012357128784e-05, + "C": 1.7073805338441161e-06, + "R": 1.363661112918635e-07, + "M": 1.059102487488417e-05, + "O": 1.153906168838148e-06, + "W": 1.7542941321835315e-08, + "N": 6.868833679618547e-07, + "Y": 0.00027810558094643056, + "U": 2.20850111531945e-08, + "K": 4.952297558702412e-07, + "L": 6.68808297632495e-08, + "G": 6.312635377980769e-05, + "F": 0.0007754414109513164, + "E": 0.0001283405435970053, + "T": 9.886245970847085e-05, + "P": 0.09545964747667313, + "-": 0.9031402468681335 + }, + "id": "tp_13306" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1663263, + "label": "P", + "classification": { + "B": 8.365892654182971e-07, + "S": 6.203216003086709e-07, + "I": 0.0009148265235126019, + "C": 1.0748847671493422e-05, + "R": 3.2467148685100256e-06, + "M": 1.0663369721441995e-05, + "O": 1.10042537926347e-05, + "W": 2.6446050469530746e-06, + "N": 3.904849290847778e-05, + "Y": 0.00030165966018103063, + "U": 2.0175639292574488e-06, + "K": 5.962244358670432e-06, + "L": 1.131954832089832e-06, + "G": 4.233446452417411e-05, + "F": 0.0011055434588342905, + "E": 0.00023717641306575388, + "T": 0.0003123834903817624, + "P": 0.585257351398468, + "-": 0.4117406904697418 + }, + "id": "tp_13307" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1663397, + "label": "P", + "classification": { + "B": 0.00019912657444365323, + "S": 0.00010041103814728558, + "I": 0.002451940905302763, + "C": 3.330714025651105e-05, + "R": 1.402405268891016e-05, + "M": 0.0014631423400714993, + "O": 0.0009969336679205298, + "W": 3.338887472636998e-05, + "N": 0.0002286769449710846, + "Y": 0.0004653279029298574, + "U": 3.3556893868080806e-06, + "K": 1.080662173080782e-06, + "L": 8.818181959213689e-05, + "G": 0.0007678379188291728, + "F": 0.001051198923960328, + "E": 0.0008374752360396087, + "T": 0.0018141389591619372, + "P": 0.5936644077301025, + "-": 0.3957860767841339 + }, + "id": "tp_13308" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1663530, + "label": "-", + "classification": { + "B": 4.368844770397118e-07, + "S": 1.6078928410934168e-06, + "I": 0.00028533992008306086, + "C": 4.410227120388299e-06, + "R": 7.041170988486556e-07, + "M": 2.4255787138827145e-05, + "O": 1.1181186891917605e-05, + "W": 1.8215797581433435e-06, + "N": 4.7438021283596754e-05, + "Y": 0.00025897056912072003, + "U": 1.067279072231031e-06, + "K": 8.512265048921108e-05, + "L": 2.757498975825001e-07, + "G": 2.920172846643254e-05, + "F": 0.0027696306351572275, + "E": 0.0005335747264325619, + "T": 0.0003404640010558069, + "P": 0.4021177887916565, + "-": 0.5934867858886719 + }, + "id": "tp_13309" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1663630, + "label": "-", + "classification": { + "B": 5.199295628699474e-06, + "S": 1.8564111087471247e-05, + "I": 0.00030912578222341835, + "C": 4.2654737626435235e-05, + "R": 7.3757837526500225e-06, + "M": 0.0006216339534148574, + "O": 0.000166714409715496, + "W": 1.4272458429331891e-05, + "N": 4.1766023059608415e-05, + "Y": 0.0031751757487654686, + "U": 3.02610055769037e-06, + "K": 7.007124804658815e-05, + "L": 1.4016628483659588e-05, + "G": 0.0008091711206361651, + "F": 0.009596351534128189, + "E": 0.0012881667353212833, + "T": 0.00297897239215672, + "P": 0.09412608295679092, + "-": 0.8867116570472717 + }, + "id": "tp_13310" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1663764, + "label": "P", + "classification": { + "B": 4.981822598892904e-07, + "S": 1.766492573551659e-06, + "I": 0.006303215399384499, + "C": 4.267055555828847e-05, + "R": 4.433201411302434e-06, + "M": 3.043475044250954e-05, + "O": 1.0209863830823451e-05, + "W": 8.067625572039105e-07, + "N": 0.000244025097345002, + "Y": 0.0010080571519210935, + "U": 6.633337079620105e-07, + "K": 7.601906418130966e-06, + "L": 6.806961891925312e-07, + "G": 9.635639435146004e-05, + "F": 0.0007138903019949794, + "E": 0.0007886957027949393, + "T": 0.00032465095864608884, + "P": 0.7546083927154541, + "-": 0.2358129918575287 + }, + "id": "tp_13311" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1663897, + "label": "-", + "classification": { + "B": 9.175296078467454e-09, + "S": 2.6699851218836557e-09, + "I": 2.4686289179953746e-05, + "C": 1.4513732082832576e-07, + "R": 1.8843945071012058e-08, + "M": 4.97871269544703e-07, + "O": 4.0322802874470653e-07, + "W": 1.4436777995285865e-08, + "N": 3.9431799336853146e-07, + "Y": 1.87167024705559e-05, + "U": 8.351255686989134e-09, + "K": 2.139199928308244e-08, + "L": 1.4761021738252111e-08, + "G": 2.3683417111897143e-06, + "F": 6.371412746375427e-05, + "E": 3.9982710404729005e-06, + "T": 4.184516001259908e-05, + "P": 0.4192793071269989, + "-": 0.5805637836456299 + }, + "id": "tp_13312" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1664031, + "label": "-", + "classification": { + "B": 1.088438875740394e-05, + "S": 4.405611434776802e-06, + "I": 0.0002979624841827899, + "C": 8.016003266675398e-05, + "R": 8.816993613436352e-06, + "M": 0.00035582081181928515, + "O": 9.04373373487033e-05, + "W": 4.761045147461118e-06, + "N": 2.5931001800927334e-05, + "Y": 0.0013601478422060609, + "U": 2.5606993858673377e-06, + "K": 1.54945082613267e-05, + "L": 1.4614440260629635e-05, + "G": 0.0006720024393871427, + "F": 0.007900409400463104, + "E": 0.0010735675459727645, + "T": 0.0008155409595929086, + "P": 0.20685182511806488, + "-": 0.7804146409034729 + }, + "id": "tp_13313" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1664131, + "label": "P", + "classification": { + "B": 7.059229119477095e-06, + "S": 5.602772489510244e-06, + "I": 0.005878078751266003, + "C": 0.00010126108827535063, + "R": 3.084780109929852e-05, + "M": 7.320474833250046e-05, + "O": 7.540623482782394e-05, + "W": 8.165968210960273e-06, + "N": 0.00040548419929109514, + "Y": 0.0007885171798989177, + "U": 1.1931556400668342e-05, + "K": 2.209349440818187e-05, + "L": 1.2058820175298024e-05, + "G": 0.0005298794130794704, + "F": 0.002310665789991617, + "E": 0.0015930543886497617, + "T": 0.0005710406694561243, + "P": 0.7806023955345154, + "-": 0.20697322487831116 + }, + "id": "tp_13314" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1664264, + "label": "-", + "classification": { + "B": 1.4226892744773068e-05, + "S": 2.256525704069645e-06, + "I": 0.0010118618374690413, + "C": 2.3425778636010364e-05, + "R": 8.058342245931271e-06, + "M": 4.480284405872226e-05, + "O": 5.675126885762438e-05, + "W": 3.0619987683166983e-06, + "N": 3.252552050980739e-05, + "Y": 0.0003590727865230292, + "U": 1.4069265716898371e-06, + "K": 1.887755729512719e-07, + "L": 1.1796601029345766e-05, + "G": 0.00014288428064901382, + "F": 0.0006246835109777749, + "E": 0.00012498925207182765, + "T": 0.0006411367794498801, + "P": 0.47124144434928894, + "-": 0.5256554484367371 + }, + "id": "tp_13315" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1664398, + "label": "-", + "classification": { + "B": 1.6603972641249243e-09, + "S": 1.8651442612593883e-09, + "I": 4.565514245769009e-06, + "C": 3.9307487043060974e-08, + "R": 5.521967327837274e-09, + "M": 3.143536275729275e-07, + "O": 1.9976252474407374e-07, + "W": 2.5376871715110383e-09, + "N": 9.916567478285288e-08, + "Y": 1.3613972441817168e-05, + "U": 1.1046378256551748e-09, + "K": 3.799099701495834e-09, + "L": 2.75278466688178e-09, + "G": 8.675890512677142e-07, + "F": 5.485112342284992e-05, + "E": 1.5954773289195145e-06, + "T": 1.978193540708162e-05, + "P": 0.208266481757164, + "-": 0.7916375398635864 + }, + "id": "tp_13316" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1664531, + "label": "-", + "classification": { + "B": 1.6639542081975378e-06, + "S": 2.473832410032628e-07, + "I": 0.0014831130392849445, + "C": 3.9850328903412446e-05, + "R": 5.584043265116634e-06, + "M": 6.439886055886745e-05, + "O": 9.226606380252633e-06, + "W": 9.162573064713797e-07, + "N": 1.975507620954886e-05, + "Y": 0.001769822440110147, + "U": 8.9438549366605e-07, + "K": 6.259377869355376e-07, + "L": 2.1313701381586725e-06, + "G": 0.00020062815747223794, + "F": 0.00040478751179762185, + "E": 0.0005617860588245094, + "T": 0.0005529487389139831, + "P": 0.4147030711174011, + "-": 0.5801784992218018 + }, + "id": "tp_13317" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1664631, + "label": "-", + "classification": { + "B": 1.4594853325888835e-07, + "S": 2.2729411242039532e-08, + "I": 6.788659084122628e-05, + "C": 4.243055116148753e-07, + "R": 4.773687578563113e-08, + "M": 8.222691576520447e-06, + "O": 1.1324432307446841e-06, + "W": 5.680042036715349e-08, + "N": 1.27804435123835e-06, + "Y": 0.00024330001906491816, + "U": 4.844202905474049e-08, + "K": 3.599388037400786e-06, + "L": 4.970273081994492e-08, + "G": 5.219097511144355e-05, + "F": 0.00042152489186264575, + "E": 0.00023700510791968554, + "T": 8.067407907219604e-05, + "P": 0.22856926918029785, + "-": 0.7703130841255188 + }, + "id": "tp_13318" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1664765, + "label": "P", + "classification": { + "B": 1.6498214563398506e-06, + "S": 2.15624891097832e-06, + "I": 0.024941259995102882, + "C": 0.00010781599848996848, + "R": 8.546213393856306e-06, + "M": 0.00036411924520507455, + "O": 2.9608994736918248e-05, + "W": 4.413766419020249e-06, + "N": 0.0010495363967493176, + "Y": 0.006201410200446844, + "U": 1.4871174016661826e-06, + "K": 0.0003863317833747715, + "L": 1.110268954107596e-06, + "G": 0.0006823281873948872, + "F": 0.0017459015361964703, + "E": 0.027227478101849556, + "T": 0.0009943759068846703, + "P": 0.6314411759376526, + "-": 0.30480921268463135 + }, + "id": "tp_13319" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1664898, + "label": "-", + "classification": { + "B": 4.5850824790250044e-06, + "S": 1.8695790231504361e-06, + "I": 0.0012551755644381046, + "C": 2.648468034749385e-05, + "R": 1.857992901932448e-05, + "M": 0.00024023919831961393, + "O": 0.00010729621135396883, + "W": 6.434206625272054e-06, + "N": 2.7841415430884808e-05, + "Y": 0.002264714566990733, + "U": 1.289943725168996e-06, + "K": 1.0642335155353067e-06, + "L": 9.483800567977596e-06, + "G": 0.0003794377844315022, + "F": 0.00042510824277997017, + "E": 9.636938921175897e-05, + "T": 0.004444128833711147, + "P": 0.11767704039812088, + "-": 0.873012900352478 + }, + "id": "tp_13320" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1665032, + "label": "-", + "classification": { + "B": 9.120629442804784e-07, + "S": 4.787395369021397e-07, + "I": 0.0006337226368486881, + "C": 8.536836503481027e-06, + "R": 9.73687065197737e-07, + "M": 0.0006314982892945409, + "O": 1.7498035958851688e-05, + "W": 2.6599229840940097e-07, + "N": 9.464379218115937e-06, + "Y": 0.003489813767373562, + "U": 1.5696404886966775e-07, + "K": 3.969039880757919e-06, + "L": 1.3069184205960482e-06, + "G": 0.0006384113803505898, + "F": 0.0007084569660946727, + "E": 0.0009327756706625223, + "T": 0.0025764538440853357, + "P": 0.09045080095529556, + "-": 0.8998945355415344 + }, + "id": "tp_13321" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1665132, + "label": "-", + "classification": { + "B": 2.0753382159455214e-06, + "S": 2.3309621610678732e-07, + "I": 0.001246902858838439, + "C": 6.372402276610956e-05, + "R": 5.063242042524507e-06, + "M": 2.3100583348423243e-05, + "O": 6.552509148605168e-06, + "W": 5.08247012476204e-07, + "N": 2.119901546393521e-05, + "Y": 0.0006748317973688245, + "U": 1.5336346450567362e-06, + "K": 3.7650042941095307e-06, + "L": 1.8014950455835788e-06, + "G": 0.00024987789220176637, + "F": 0.001566461636684835, + "E": 0.0004946820554323494, + "T": 0.00021761463722214103, + "P": 0.46101614832878113, + "-": 0.534403920173645 + }, + "id": "tp_13322" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1665265, + "label": "P", + "classification": { + "B": 5.619627927444526e-07, + "S": 2.0277743715269025e-06, + "I": 0.0038197278045117855, + "C": 2.5537103283568285e-05, + "R": 7.730111065029632e-06, + "M": 0.0001054007007041946, + "O": 3.1391737138619646e-05, + "W": 2.8064825983165065e-06, + "N": 0.00021757044305559248, + "Y": 0.001441135653294623, + "U": 1.057245526681072e-06, + "K": 1.64756529557053e-05, + "L": 1.1152797014801763e-06, + "G": 0.00015373548376373947, + "F": 0.0010213755303993821, + "E": 0.0005472655175253749, + "T": 0.0010163947008550167, + "P": 0.568743884563446, + "-": 0.42284485697746277 + }, + "id": "tp_13323" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1665399, + "label": "-", + "classification": { + "B": 4.834997291425225e-09, + "S": 6.000071994805012e-09, + "I": 6.397834658855572e-05, + "C": 4.944322881783592e-06, + "R": 8.529586921213195e-07, + "M": 5.02197872265242e-06, + "O": 1.1383172022760846e-06, + "W": 3.631193479236572e-08, + "N": 6.563479928445304e-07, + "Y": 0.00015894554962869734, + "U": 1.2097549983991485e-07, + "K": 2.0282298862639436e-07, + "L": 1.7372856575548212e-07, + "G": 1.143542704085121e-05, + "F": 0.00014311437553260475, + "E": 1.1404486031096894e-05, + "T": 0.0002636270655784756, + "P": 0.04873230680823326, + "-": 0.9506019949913025 + }, + "id": "tp_13324" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1665532, + "label": "-", + "classification": { + "B": 1.193277603306342e-05, + "S": 2.0030118321301416e-05, + "I": 0.040185537189245224, + "C": 0.00036672104033641517, + "R": 0.0001560364617034793, + "M": 0.0011163505259901285, + "O": 0.0003203829110134393, + "W": 2.6517354854149744e-05, + "N": 0.000901531137060374, + "Y": 0.026900572702288628, + "U": 1.1853969226649497e-05, + "K": 4.4526612327899784e-05, + "L": 2.796416447381489e-05, + "G": 0.0023381945211440325, + "F": 0.0015864945016801357, + "E": 0.002137840259820223, + "T": 0.012950841337442398, + "P": 0.30664193630218506, + "-": 0.6042547821998596 + }, + "id": "tp_13325" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1665632, + "label": "P", + "classification": { + "B": 1.9284711015643552e-05, + "S": 3.666927739232051e-07, + "I": 0.00021560449386015534, + "C": 9.584875442669727e-06, + "R": 6.724038144056976e-07, + "M": 6.480020238086581e-05, + "O": 7.265002750500571e-06, + "W": 1.9847540499995375e-07, + "N": 4.099777470401023e-06, + "Y": 0.00011032477050321177, + "U": 7.739951968233072e-08, + "K": 7.292261017255441e-08, + "L": 1.98140378415701e-06, + "G": 0.0004786874633282423, + "F": 0.0008972514187917113, + "E": 0.0007985305855982006, + "T": 7.956495392136276e-05, + "P": 0.6159830689430237, + "-": 0.3813285827636719 + }, + "id": "tp_13326" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1665766, + "label": "-", + "classification": { + "B": 1.491924308538728e-07, + "S": 4.1728242194949416e-07, + "I": 0.00030288324342109263, + "C": 8.883142982085701e-06, + "R": 8.544965339751798e-07, + "M": 3.205190660082735e-05, + "O": 1.1699231436068658e-05, + "W": 7.511678177252179e-07, + "N": 1.3787233910989016e-05, + "Y": 0.00014123498112894595, + "U": 4.5282703808879887e-07, + "K": 7.138976798160002e-06, + "L": 3.3634148621786153e-07, + "G": 3.7925106880720705e-05, + "F": 0.000783858762588352, + "E": 0.00021121339523233473, + "T": 0.0002675240393728018, + "P": 0.25677046179771423, + "-": 0.7414083480834961 + }, + "id": "tp_13327" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1665899, + "label": "-", + "classification": { + "B": 9.23027255339548e-06, + "S": 2.213029119957355e-06, + "I": 0.00020139447588007897, + "C": 9.68778294918593e-06, + "R": 1.3339624729269417e-06, + "M": 7.399815513053909e-05, + "O": 4.792963227373548e-05, + "W": 1.496269874223799e-06, + "N": 1.0792527064040769e-05, + "Y": 0.000139144467539154, + "U": 4.77672301713028e-07, + "K": 4.327286546867981e-07, + "L": 4.7205658120219596e-06, + "G": 0.00014819692296441644, + "F": 0.0008745066006667912, + "E": 0.00018418973195366561, + "T": 0.0003592902794480324, + "P": 0.35397210717201233, + "-": 0.6439589262008667 + }, + "id": "tp_13328" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1666033, + "label": "P", + "classification": { + "B": 1.1293990048732994e-11, + "S": 2.932456708015785e-11, + "I": 2.047961288553779e-06, + "C": 3.023573169613769e-09, + "R": 1.6994886400945042e-11, + "M": 7.1152470582092064e-09, + "O": 8.700187237309365e-10, + "W": 1.495291911124408e-11, + "N": 1.8276054447596835e-08, + "Y": 3.164929864851729e-07, + "U": 1.870971433337587e-11, + "K": 2.2569106583603116e-09, + "L": 8.70011181153263e-12, + "G": 2.798862652753087e-08, + "F": 8.634343430458102e-06, + "E": 3.5039111025980674e-06, + "T": 2.510699914637371e-07, + "P": 0.6905127763748169, + "-": 0.3094724118709564 + }, + "id": "tp_13329" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1666133, + "label": "P", + "classification": { + "B": 0.0001340675662504509, + "S": 9.145081276074052e-05, + "I": 0.009244286455214024, + "C": 0.0008778804913163185, + "R": 0.00011526372691150755, + "M": 0.0017154969973489642, + "O": 0.0004776974383275956, + "W": 7.851867121644318e-05, + "N": 0.0012296467320993543, + "Y": 0.0029257354326546192, + "U": 8.244049968197942e-05, + "K": 0.00027702644001692533, + "L": 0.00012496708950493485, + "G": 0.0025051957927644253, + "F": 0.008881608955562115, + "E": 0.012121706269681454, + "T": 0.003468995215371251, + "P": 0.5277047753334045, + "-": 0.4279431700706482 + }, + "id": "tp_13330" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1666266, + "label": "P", + "classification": { + "B": 5.282692200125894e-06, + "S": 3.828768058156129e-06, + "I": 0.008545329794287682, + "C": 0.0002344287931919098, + "R": 2.888269409595523e-05, + "M": 0.0001793358096620068, + "O": 4.44568031525705e-05, + "W": 6.247852070373483e-06, + "N": 0.000691444322001189, + "Y": 0.0018239817582070827, + "U": 8.657044418214355e-06, + "K": 0.00015476808766834438, + "L": 4.242670001985971e-06, + "G": 0.00040212011663243175, + "F": 0.0019169967854395509, + "E": 0.007004560902714729, + "T": 0.0005457878578454256, + "P": 0.7027682065963745, + "-": 0.2756313681602478 + }, + "id": "tp_13331" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1666400, + "label": "-", + "classification": { + "B": 5.15354408037183e-08, + "S": 3.4124214565167676e-09, + "I": 0.00010345515329390764, + "C": 1.2735046084344503e-06, + "R": 2.733469841587066e-07, + "M": 1.3269552255223971e-05, + "O": 1.8402587329546805e-06, + "W": 2.289791289911136e-08, + "N": 2.2195165172433917e-07, + "Y": 9.397025860380381e-05, + "U": 1.182069642169381e-08, + "K": 1.7693687626163523e-09, + "L": 1.5634145711374003e-07, + "G": 1.6068659533630125e-05, + "F": 1.9173248801962472e-05, + "E": 6.8979211391706485e-06, + "T": 0.00010506419494049624, + "P": 0.07994147390127182, + "-": 0.9196966290473938 + }, + "id": "tp_13332" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1666533, + "label": "P", + "classification": { + "B": 2.7058753403252922e-05, + "S": 7.688967161811888e-05, + "I": 0.0031035400461405516, + "C": 0.00011539414845174178, + "R": 3.940172973670997e-05, + "M": 0.00031118158949539065, + "O": 0.00021923537133261561, + "W": 4.0415550756733865e-05, + "N": 0.001071810838766396, + "Y": 0.0018125452334061265, + "U": 2.8518914405140094e-05, + "K": 0.0011224155314266682, + "L": 2.179729381168727e-05, + "G": 0.000958240358158946, + "F": 0.018117573112249374, + "E": 0.005760339088737965, + "T": 0.002053826116025448, + "P": 0.587999701499939, + "-": 0.37712007761001587 + }, + "id": "tp_13333" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1666633, + "label": "-", + "classification": { + "B": 6.267335947995889e-07, + "S": 7.614612940187726e-08, + "I": 9.066570055438206e-05, + "C": 8.014209811335604e-07, + "R": 1.057975040907877e-07, + "M": 9.713665349408984e-06, + "O": 4.009253188996809e-06, + "W": 1.559373004056397e-07, + "N": 3.7593545130221173e-06, + "Y": 7.542272214777768e-05, + "U": 8.867195333550626e-08, + "K": 3.1101725994631124e-07, + "L": 2.2586499426324735e-07, + "G": 2.6304198399884626e-05, + "F": 0.0002757500624284148, + "E": 0.00019074916781391948, + "T": 0.00010887544340221211, + "P": 0.4482302665710449, + "-": 0.5509820580482483 + }, + "id": "tp_13334" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1666767, + "label": "-", + "classification": { + "B": 7.53167987568304e-05, + "S": 3.502549952827394e-05, + "I": 0.009081522934138775, + "C": 0.001431227894499898, + "R": 0.0005066276644356549, + "M": 0.0018833574140444398, + "O": 0.0009858548874035478, + "W": 7.445360824931413e-05, + "N": 0.00025063042994588614, + "Y": 0.01063309796154499, + "U": 2.046455119852908e-05, + "K": 2.4909491003199946e-06, + "L": 0.0002462670672684908, + "G": 0.0015867877518758178, + "F": 0.0010572363389655948, + "E": 0.0004669151094276458, + "T": 0.009018730372190475, + "P": 0.17727112770080566, + "-": 0.7853728532791138 + }, + "id": "tp_13335" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1666900, + "label": "-", + "classification": { + "B": 0.005074759013950825, + "S": 5.089337719255127e-05, + "I": 0.012878846377134323, + "C": 0.0007118968642316759, + "R": 0.00010576422937447205, + "M": 0.01227322593331337, + "O": 0.0007536843768320978, + "W": 2.357790981477592e-05, + "N": 0.00011859274673042819, + "Y": 0.007192774210125208, + "U": 5.052653250459116e-06, + "K": 2.6375977313364274e-07, + "L": 0.0009979084134101868, + "G": 0.010903620161116123, + "F": 0.001319441245868802, + "E": 0.005810177884995937, + "T": 0.004020303953438997, + "P": 0.3105528950691223, + "-": 0.6272063851356506 + }, + "id": "tp_13336" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1667000, + "label": "P", + "classification": { + "B": 4.6755864957503945e-08, + "S": 1.6610947284334543e-08, + "I": 0.0005764427478425205, + "C": 2.1598229977826122e-06, + "R": 2.2475950345324236e-07, + "M": 1.0672651114873588e-05, + "O": 1.50754078731552e-06, + "W": 4.232492045730396e-08, + "N": 5.833485829498386e-06, + "Y": 0.00011797306797234342, + "U": 3.7043342615561414e-08, + "K": 8.459299039031976e-08, + "L": 7.09347389715731e-08, + "G": 1.4642462701885961e-05, + "F": 6.159541226224974e-05, + "E": 7.293961243703961e-05, + "T": 0.00012184697698103264, + "P": 0.5014802813529968, + "-": 0.4975335896015167 + }, + "id": "tp_13337" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1667134, + "label": "-", + "classification": { + "B": 1.1166313242938486e-06, + "S": 1.8295321524419705e-06, + "I": 0.0030034875962883234, + "C": 3.8702415622537956e-05, + "R": 1.361730755888857e-05, + "M": 5.354861787054688e-05, + "O": 2.9205983082647435e-05, + "W": 3.78452841687249e-06, + "N": 0.00012606658856384456, + "Y": 0.0014038599329069257, + "U": 3.57997350874939e-06, + "K": 3.8215639506233856e-05, + "L": 1.5874558130235528e-06, + "G": 0.00019181599782314152, + "F": 0.0014658048748970032, + "E": 0.0004932102165184915, + "T": 0.00154475262388587, + "P": 0.36136722564697266, + "-": 0.630218505859375 + }, + "id": "tp_13338" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1667267, + "label": "P", + "classification": { + "B": 1.7884171029436402e-05, + "S": 7.241376351885265e-07, + "I": 0.003281419165432453, + "C": 2.44510592892766e-05, + "R": 2.637834768393077e-06, + "M": 6.916211714269593e-05, + "O": 7.393787200271618e-06, + "W": 5.288504780764924e-07, + "N": 0.0001525421830592677, + "Y": 0.00012775215145666152, + "U": 8.801453645901347e-07, + "K": 2.3102411432773806e-06, + "L": 2.1868356725462945e-06, + "G": 0.00030202747439034283, + "F": 0.0003897642018273473, + "E": 0.0032332809641957283, + "T": 0.00011993126827292144, + "P": 0.9339714050292969, + "-": 0.058293770998716354 + }, + "id": "tp_13339" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1667401, + "label": "P", + "classification": { + "B": 1.738218270475045e-05, + "S": 1.3198103260947391e-05, + "I": 0.019830940291285515, + "C": 0.00020868318097200245, + "R": 2.518567089282442e-05, + "M": 0.00018610400729812682, + "O": 4.3671971070580184e-05, + "W": 9.51242236624239e-06, + "N": 0.001157567836344242, + "Y": 0.0007846297812648118, + "U": 4.1614398469391745e-06, + "K": 2.978942393383477e-05, + "L": 1.0123719221155625e-05, + "G": 0.0003787838504649699, + "F": 0.0027309434954077005, + "E": 0.009031460620462894, + "T": 0.0003298977098893374, + "P": 0.8484785556793213, + "-": 0.11672934889793396 + }, + "id": "tp_13340" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1667501, + "label": "-", + "classification": { + "B": 4.446969370519582e-08, + "S": 1.487551526402342e-09, + "I": 0.0002556060499045998, + "C": 1.9943947336287238e-05, + "R": 1.262022692571918e-06, + "M": 1.1868542060256004e-05, + "O": 6.247388455449254e-07, + "W": 7.933762979916992e-09, + "N": 5.164208687347127e-07, + "Y": 0.0008813225431367755, + "U": 3.881535448613249e-08, + "K": 1.5592446445111818e-08, + "L": 2.3467710263957997e-07, + "G": 0.00017449079314246774, + "F": 0.00012968156079296023, + "E": 4.390634785522707e-05, + "T": 0.00011901860852958634, + "P": 0.08118633180856705, + "-": 0.9171750545501709 + }, + "id": "tp_13341" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1667634, + "label": "I", + "classification": { + "B": 0.0008065344300121069, + "S": 0.001255302457138896, + "I": 0.5009869337081909, + "C": 0.0100711015984416, + "R": 0.0036492524668574333, + "M": 0.010955698788166046, + "O": 0.003694930113852024, + "W": 0.0012405506568029523, + "N": 0.03873531520366669, + "Y": 0.19927649199962616, + "U": 0.00018353287305217236, + "K": 0.004510176368057728, + "L": 0.000446093559730798, + "G": 0.027080100029706955, + "F": 0.0044408501125872135, + "E": 0.03747783228754997, + "T": 0.03856445476412773, + "P": 0.06595538556575775, + "-": 0.05066954717040062 + }, + "id": "tp_13342" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1667768, + "label": "-", + "classification": { + "B": 6.569079573637282e-07, + "S": 3.406167650155112e-07, + "I": 0.0036649121902883053, + "C": 2.9010368962190114e-05, + "R": 5.6487397159799e-06, + "M": 7.225333683891222e-05, + "O": 1.5124136552913114e-05, + "W": 5.98663064010907e-07, + "N": 0.00010968935384880751, + "Y": 0.0021724251564592123, + "U": 1.0030511248260154e-06, + "K": 2.7411539122113027e-05, + "L": 1.133700266109372e-06, + "G": 0.0008403868996538222, + "F": 0.0011084246216341853, + "E": 0.0014085171278566122, + "T": 0.0010704504093155265, + "P": 0.35843604803085327, + "-": 0.6310360431671143 + }, + "id": "tp_13343" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1667901, + "label": "-", + "classification": { + "B": 4.1122300009632795e-10, + "S": 2.792831521603034e-10, + "I": 5.838967263116501e-05, + "C": 6.195793389451865e-07, + "R": 7.999381068657385e-08, + "M": 1.1708427791745635e-06, + "O": 1.5971862410424364e-07, + "W": 3.729967001930845e-09, + "N": 2.1257211813008325e-07, + "Y": 2.5322919100290164e-05, + "U": 9.859389749067304e-09, + "K": 3.635754453057416e-08, + "L": 6.411736919176292e-09, + "G": 3.0280882583610946e-06, + "F": 3.449007999734022e-05, + "E": 1.1641196579148527e-05, + "T": 3.70289635611698e-05, + "P": 0.11158961057662964, + "-": 0.8882381319999695 + }, + "id": "tp_13344" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1668001, + "label": "P", + "classification": { + "B": 6.772372216801159e-06, + "S": 6.62231684600556e-07, + "I": 0.10422805696725845, + "C": 0.00019190144666936249, + "R": 1.4745643056812696e-05, + "M": 0.00041753763798624277, + "O": 3.242721868446097e-05, + "W": 8.038936698540056e-07, + "N": 0.00042513603693805635, + "Y": 0.01368791051208973, + "U": 5.562304750128533e-07, + "K": 9.448309583603987e-07, + "L": 4.462905508262338e-06, + "G": 0.0021733869798481464, + "F": 0.000136906499392353, + "E": 0.004615338519215584, + "T": 0.002518899505957961, + "P": 0.658789336681366, + "-": 0.21275413036346436 + }, + "id": "tp_13345" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1668135, + "label": "P", + "classification": { + "B": 1.1964154111865355e-07, + "S": 1.0299827124526928e-07, + "I": 0.0032957468647509813, + "C": 1.5761892200316652e-06, + "R": 5.205379238759633e-07, + "M": 9.922313438437413e-06, + "O": 2.0418754047568655e-06, + "W": 3.3381034825197275e-08, + "N": 6.0691640101140365e-05, + "Y": 0.00027499927091412246, + "U": 5.233265554238642e-08, + "K": 3.261729659698176e-07, + "L": 1.0708143349802413e-07, + "G": 5.006972060073167e-05, + "F": 9.688457066658884e-05, + "E": 0.0002375416806899011, + "T": 0.0001921625080285594, + "P": 0.8678716421127319, + "-": 0.12790539860725403 + }, + "id": "tp_13346" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1668268, + "label": "-", + "classification": { + "B": 0.0010331618832424283, + "S": 0.0005043680430389941, + "I": 0.011711379513144493, + "C": 0.0020182004664093256, + "R": 0.0004589195013977587, + "M": 0.005098067224025726, + "O": 0.001718058018013835, + "W": 0.000444554490968585, + "N": 0.002255246276035905, + "Y": 0.021332455798983574, + "U": 0.00028460632893256843, + "K": 0.0008044189889915287, + "L": 0.0004930126597173512, + "G": 0.01071813516318798, + "F": 0.011119943112134933, + "E": 0.023164186626672745, + "T": 0.011775781400501728, + "P": 0.36643585562705994, + "-": 0.5286296606063843 + }, + "id": "tp_13347" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1668402, + "label": "-", + "classification": { + "B": 7.006323698988126e-07, + "S": 1.6096343813387648e-07, + "I": 0.00020621168368961662, + "C": 1.3719660273636691e-05, + "R": 1.0517827604417107e-06, + "M": 6.711071182508022e-05, + "O": 1.0974262295349035e-05, + "W": 4.216302897930291e-07, + "N": 9.9660646810662e-06, + "Y": 0.0015171094564720988, + "U": 3.2765871083029197e-07, + "K": 6.9163456828391645e-06, + "L": 7.793870508976397e-07, + "G": 0.00026123994030058384, + "F": 0.0010596101637929678, + "E": 0.0010409951210021973, + "T": 0.00025306022143922746, + "P": 0.12460244446992874, + "-": 0.8709473013877869 + }, + "id": "tp_13348" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1668502, + "label": "-", + "classification": { + "B": 1.6477590634167427e-06, + "S": 4.058262220496545e-06, + "I": 0.00046565872617065907, + "C": 1.2398755643516779e-05, + "R": 1.2684319017353118e-06, + "M": 8.960830746218562e-05, + "O": 2.3679662263020873e-05, + "W": 1.61751052019099e-06, + "N": 4.979668665328063e-05, + "Y": 0.0009301502141170204, + "U": 1.8057510260405252e-06, + "K": 1.146891008829698e-05, + "L": 1.9640069695014972e-06, + "G": 0.00011659017036436126, + "F": 0.0007775499252602458, + "E": 0.0005317773902788758, + "T": 0.0013585668057203293, + "P": 0.3598973751068115, + "-": 0.6357229948043823 + }, + "id": "tp_13349" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1668635, + "label": "P", + "classification": { + "B": 8.32544028526172e-05, + "S": 0.00014635143452323973, + "I": 0.044222474098205566, + "C": 0.000593982171267271, + "R": 9.933354886015877e-05, + "M": 0.001983728026971221, + "O": 0.0004598461964633316, + "W": 8.207254722947255e-05, + "N": 0.005655636079609394, + "Y": 0.006151445209980011, + "U": 3.061864845221862e-05, + "K": 0.0003458716382738203, + "L": 5.1491613703547046e-05, + "G": 0.0025966190733015537, + "F": 0.0040625217370688915, + "E": 0.030503107234835625, + "T": 0.005823791027069092, + "P": 0.7172381281852722, + "-": 0.17986975610256195 + }, + "id": "tp_13350" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1668769, + "label": "P", + "classification": { + "B": 3.0043763672438217e-06, + "S": 2.4410760488535743e-06, + "I": 0.005390305072069168, + "C": 0.00019002382759936154, + "R": 5.461958153318847e-06, + "M": 0.0001822090125642717, + "O": 2.6219575374852866e-05, + "W": 1.73699481820222e-06, + "N": 0.00020708778174594045, + "Y": 0.0013361842138692737, + "U": 2.1422833924589213e-06, + "K": 7.2541183726571035e-06, + "L": 2.4461912744300207e-06, + "G": 0.0001711048826109618, + "F": 0.0004280801513232291, + "E": 0.0018593163695186377, + "T": 0.0006659306236542761, + "P": 0.5550525784492493, + "-": 0.4344664514064789 + }, + "id": "tp_13351" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1668902, + "label": "-", + "classification": { + "B": 2.542309402997489e-06, + "S": 1.9245459270678111e-07, + "I": 0.0003211034054402262, + "C": 2.394270632066764e-05, + "R": 1.9132630768581294e-06, + "M": 4.2788207792909816e-05, + "O": 6.430573648685822e-06, + "W": 3.172419553720829e-07, + "N": 1.0401204235677142e-05, + "Y": 0.0008492102497257292, + "U": 6.831037921983807e-07, + "K": 5.0969674703083e-06, + "L": 6.917256882843503e-07, + "G": 0.00043283423292450607, + "F": 0.0021590760443359613, + "E": 0.0008296538726426661, + "T": 0.0002325170353287831, + "P": 0.40279462933540344, + "-": 0.5922860503196716 + }, + "id": "tp_13352" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1669002, + "label": "-", + "classification": { + "B": 6.711824198646354e-07, + "S": 1.4269269854594313e-07, + "I": 0.002757731359452009, + "C": 3.0726947443326935e-05, + "R": 7.12836208549561e-06, + "M": 5.668116136803292e-05, + "O": 1.0127831956197042e-05, + "W": 6.51297682452423e-07, + "N": 2.3324144422076643e-05, + "Y": 0.0004650639311876148, + "U": 9.556862323734094e-07, + "K": 9.833860303842812e-07, + "L": 1.4506722436635755e-06, + "G": 0.00011696624278556556, + "F": 0.0003090334648732096, + "E": 0.0002896793885156512, + "T": 0.0003931669343728572, + "P": 0.4726715683937073, + "-": 0.522864043712616 + }, + "id": "tp_13353" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1669136, + "label": "-", + "classification": { + "B": 0.00023588813201058656, + "S": 2.7813239285023883e-05, + "I": 0.0022615576162934303, + "C": 5.552575385081582e-05, + "R": 1.0126505003427155e-05, + "M": 0.0016192059265449643, + "O": 0.0006151233683340251, + "W": 2.7830088583868928e-05, + "N": 7.492156873922795e-05, + "Y": 0.0013661535922437906, + "U": 5.244836302153999e-06, + "K": 8.533887552175656e-08, + "L": 0.0001887095277197659, + "G": 0.0005073845968581736, + "F": 0.00016254192451015115, + "E": 0.0006616741302423179, + "T": 0.004006522241979837, + "P": 0.3705500066280365, + "-": 0.6176236867904663 + }, + "id": "tp_13354" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1669269, + "label": "P", + "classification": { + "B": 3.305253293284238e-10, + "S": 1.678167604879377e-10, + "I": 1.8476595187166822e-06, + "C": 1.4349133437008277e-08, + "R": 2.457924141996415e-10, + "M": 8.365833359391672e-09, + "O": 1.0903634439785037e-08, + "W": 2.7646782085888333e-10, + "N": 4.7066766484249456e-08, + "Y": 3.3915682706719963e-07, + "U": 2.0788992749487534e-10, + "K": 6.514186079442652e-09, + "L": 9.678905593668574e-11, + "G": 1.0762794744323401e-07, + "F": 2.5491537599009462e-05, + "E": 2.8904421469633235e-06, + "T": 7.032662097117282e-07, + "P": 0.6215466856956482, + "-": 0.378421813249588 + }, + "id": "tp_13355" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1669403, + "label": "P", + "classification": { + "B": 0.00022472080308943987, + "S": 1.8173452190239914e-05, + "I": 0.07204178720712662, + "C": 0.0014463717816397548, + "R": 0.00016581286035943776, + "M": 0.0032117189839482307, + "O": 0.000384731829399243, + "W": 2.717247662076261e-05, + "N": 0.0008026713039726019, + "Y": 0.015391716733574867, + "U": 1.8691956938710064e-05, + "K": 4.924879249301739e-06, + "L": 0.0002401919919066131, + "G": 0.005892676301300526, + "F": 0.0007862230995669961, + "E": 0.013189091347157955, + "T": 0.00837510172277689, + "P": 0.4604209363460541, + "-": 0.41735732555389404 + }, + "id": "tp_13356" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1669503, + "label": "-", + "classification": { + "B": 3.8014809433661867e-07, + "S": 1.620287548576016e-07, + "I": 0.0004768794169649482, + "C": 4.046696176374098e-06, + "R": 5.871453367944923e-07, + "M": 7.41207622922957e-05, + "O": 7.866788109822664e-06, + "W": 2.8589400358214334e-07, + "N": 1.0387489055574406e-05, + "Y": 0.00044038949999958277, + "U": 2.1378620829182182e-07, + "K": 5.557792519539362e-07, + "L": 7.063929388095858e-07, + "G": 5.82671127631329e-05, + "F": 0.0003197814803570509, + "E": 0.0001825361978262663, + "T": 0.0006622684304602444, + "P": 0.33042383193969727, + "-": 0.6673367023468018 + }, + "id": "tp_13357" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1669636, + "label": "-", + "classification": { + "B": 1.712305852663576e-09, + "S": 1.4371204226648615e-09, + "I": 0.0002850878518074751, + "C": 2.14688355981707e-07, + "R": 3.5338565851361636e-08, + "M": 5.542824055737583e-06, + "O": 2.94139567813545e-07, + "W": 3.636530188089182e-09, + "N": 6.946216899450519e-07, + "Y": 0.00013419162132777274, + "U": 1.7685751751983503e-09, + "K": 2.3843671481671436e-09, + "L": 1.8919122268812316e-08, + "G": 6.619854502787348e-06, + "F": 2.4739361833781004e-05, + "E": 1.3086554645269644e-05, + "T": 0.00012530754611361772, + "P": 0.3211189806461334, + "-": 0.6782851219177246 + }, + "id": "tp_13358" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1669770, + "label": "-", + "classification": { + "B": 3.0764185794396326e-06, + "S": 2.5628144157963106e-06, + "I": 0.007964846678078175, + "C": 0.00022802210878580809, + "R": 7.119264773791656e-05, + "M": 0.0007218640530481935, + "O": 0.00014198075223248452, + "W": 1.1297599485260434e-05, + "N": 0.00022871205874253064, + "Y": 0.026401041075587273, + "U": 4.3576401367317885e-06, + "K": 0.0002029312599916011, + "L": 6.877368832647335e-06, + "G": 0.001455412246286869, + "F": 0.003074412699788809, + "E": 0.0025319738779217005, + "T": 0.0060226148925721645, + "P": 0.09022148698568344, + "-": 0.8607053160667419 + }, + "id": "tp_13359" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1669903, + "label": "-", + "classification": { + "B": 2.520393991289893e-06, + "S": 4.095486474398058e-07, + "I": 0.0006748170126229525, + "C": 4.3521085899556056e-05, + "R": 1.0220375770586543e-05, + "M": 4.0354658267460763e-05, + "O": 1.9273320503998548e-05, + "W": 1.5923161527098273e-06, + "N": 1.6793632312328555e-05, + "Y": 0.0004509433056227863, + "U": 1.26825136703701e-06, + "K": 1.0428303767184843e-06, + "L": 4.074016942468006e-06, + "G": 0.00022709122276864946, + "F": 0.0008836416527628899, + "E": 0.0001773580879671499, + "T": 0.0002719784970395267, + "P": 0.46737220883369446, + "-": 0.5298008918762207 + }, + "id": "tp_13360" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1670003, + "label": "P", + "classification": { + "B": 6.788295081605611e-07, + "S": 7.217929720582106e-08, + "I": 0.0006022094748914242, + "C": 1.0109664799529128e-05, + "R": 7.322369128814898e-07, + "M": 1.5705893019912764e-05, + "O": 3.9086557990231086e-06, + "W": 2.1663839788743644e-07, + "N": 1.081084155885037e-05, + "Y": 8.200672891689464e-05, + "U": 3.1733037531012087e-07, + "K": 5.567877110479458e-07, + "L": 3.917767514849402e-07, + "G": 3.735633799806237e-05, + "F": 0.0001871621934697032, + "E": 0.00016265617159660906, + "T": 0.00013143174874130636, + "P": 0.6289821863174438, + "-": 0.3697715401649475 + }, + "id": "tp_13361" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1670137, + "label": "-", + "classification": { + "B": 4.272136067129395e-08, + "S": 1.2162101548085502e-08, + "I": 3.145631490042433e-05, + "C": 3.310028944270016e-07, + "R": 2.662229725558518e-08, + "M": 1.0504915053388686e-06, + "O": 6.384934749803506e-07, + "W": 2.8722439537887112e-08, + "N": 4.150344636855152e-07, + "Y": 1.9491031707730144e-05, + "U": 1.22575372074607e-08, + "K": 9.241222009848116e-09, + "L": 3.5998468206344114e-08, + "G": 1.8312982774659758e-06, + "F": 3.5978478990728036e-05, + "E": 7.094656666595256e-06, + "T": 2.75999973382568e-05, + "P": 0.3352709710597992, + "-": 0.6646029949188232 + }, + "id": "tp_13362" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1670270, + "label": "P", + "classification": { + "B": 4.353548138169572e-05, + "S": 1.7270665466639912e-06, + "I": 0.0010759317083284259, + "C": 1.7209971701959148e-05, + "R": 1.825318690862332e-06, + "M": 0.0002420194068690762, + "O": 5.2807150495937094e-05, + "W": 2.6121213068108773e-06, + "N": 3.268212458351627e-05, + "Y": 0.00036792841274291277, + "U": 9.295915219809103e-07, + "K": 6.666072067673667e-07, + "L": 6.8774302235397045e-06, + "G": 0.00021757156355306506, + "F": 0.0003440940927248448, + "E": 0.0015406982274726033, + "T": 0.00030328676803037524, + "P": 0.5120857357978821, + "-": 0.4836618900299072 + }, + "id": "tp_13363" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1670404, + "label": "P", + "classification": { + "B": 6.001188435078575e-10, + "S": 6.32617153106807e-11, + "I": 2.133785528712906e-05, + "C": 9.302227255147955e-08, + "R": 7.728817030816515e-10, + "M": 5.152957882614828e-08, + "O": 8.008333551856595e-09, + "W": 1.1296392293802526e-10, + "N": 1.2942655303049833e-07, + "Y": 6.0542411119968165e-06, + "U": 2.4695717693035135e-10, + "K": 2.2130313137580515e-09, + "L": 1.714565156518688e-10, + "G": 3.575535174604738e-07, + "F": 1.552675894345157e-05, + "E": 1.927477387653198e-05, + "T": 9.733420256452519e-07, + "P": 0.6135637760162354, + "-": 0.3863724172115326 + }, + "id": "tp_13364" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1670504, + "label": "P", + "classification": { + "B": 4.455463567865081e-05, + "S": 1.3194689927331638e-05, + "I": 0.00885210745036602, + "C": 3.2959193049464375e-05, + "R": 7.760523658362217e-06, + "M": 0.0004122520622331649, + "O": 0.00010225127334706485, + "W": 9.303662409365643e-06, + "N": 0.0005364958778955042, + "Y": 0.0016762828454375267, + "U": 2.700264076338499e-06, + "K": 1.0751715308288112e-05, + "L": 1.5033941053843591e-05, + "G": 0.0006880507571622729, + "F": 0.0011834390461444855, + "E": 0.004639285150915384, + "T": 0.0013168466975912452, + "P": 0.8284597992897034, + "-": 0.15199695527553558 + }, + "id": "tp_13365" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1670637, + "label": "P", + "classification": { + "B": 2.1398163880803622e-05, + "S": 2.0527195374597795e-05, + "I": 0.151086688041687, + "C": 0.0005912362248636782, + "R": 0.00014683499466627836, + "M": 0.001374748069792986, + "O": 0.00012931575474794954, + "W": 1.2022424925817177e-05, + "N": 0.002033940516412258, + "Y": 0.02023245021700859, + "U": 7.823819942132104e-06, + "K": 7.751648809062317e-05, + "L": 3.396899046492763e-05, + "G": 0.0036354493349790573, + "F": 0.0023202337324619293, + "E": 0.00696835620328784, + "T": 0.006943145301192999, + "P": 0.6039317846298218, + "-": 0.20043253898620605 + }, + "id": "tp_13366" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1670771, + "label": "-", + "classification": { + "B": 5.785799062074659e-10, + "S": 2.4618937097264926e-11, + "I": 3.85873245249968e-05, + "C": 9.402759104659708e-08, + "R": 3.0415443497133765e-09, + "M": 5.399913334258599e-07, + "O": 2.1812743611349106e-08, + "W": 9.857996363660249e-11, + "N": 3.764306200082501e-08, + "Y": 1.92067618627334e-05, + "U": 1.5028553401741362e-10, + "K": 7.1489342223785e-11, + "L": 1.0828672403206951e-09, + "G": 1.4525501228490612e-06, + "F": 3.077140490859165e-06, + "E": 5.210778908804059e-06, + "T": 8.085619811026845e-06, + "P": 0.3480257987976074, + "-": 0.6518977880477905 + }, + "id": "tp_13367" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1670904, + "label": "P", + "classification": { + "B": 8.174050663001253e-07, + "S": 1.2864652489952277e-06, + "I": 0.012891261838376522, + "C": 5.397832865128294e-06, + "R": 2.333583324798383e-06, + "M": 1.401991266902769e-05, + "O": 4.305670699977782e-06, + "W": 3.2410633821200463e-07, + "N": 0.00039731175638735294, + "Y": 0.00011027263099094853, + "U": 1.5008858156306815e-07, + "K": 1.5472012364625698e-06, + "L": 2.4890795202736626e-07, + "G": 4.8503927246201783e-05, + "F": 0.00011808838462457061, + "E": 0.0004099890647921711, + "T": 0.00013805668277200311, + "P": 0.9552863240242004, + "-": 0.030569730326533318 + }, + "id": "tp_13368" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1671004, + "label": "-", + "classification": { + "B": 0.0012889973586425185, + "S": 0.0002330292627448216, + "I": 0.01549992710351944, + "C": 0.0014551292406395078, + "R": 0.000622243678662926, + "M": 0.006634892430156469, + "O": 0.001915158238261938, + "W": 0.00025492021813988686, + "N": 0.0011973883956670761, + "Y": 0.014076106250286102, + "U": 0.0001415677834302187, + "K": 0.00010821964679053053, + "L": 0.0011139640118926764, + "G": 0.01535146776586771, + "F": 0.014099308289587498, + "E": 0.013940432108938694, + "T": 0.011217707768082619, + "P": 0.3465414345264435, + "-": 0.5543081760406494 + }, + "id": "tp_13369" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1671138, + "label": "-", + "classification": { + "B": 1.0285027229883781e-07, + "S": 1.7071689839553983e-08, + "I": 0.005654430482536554, + "C": 3.065097189391963e-05, + "R": 2.878183067878126e-06, + "M": 4.7099452785914764e-05, + "O": 3.3720043575158343e-06, + "W": 1.0160259478197986e-07, + "N": 2.783384479698725e-05, + "Y": 0.001485210843384266, + "U": 9.776599796396113e-08, + "K": 1.4195428548191558e-06, + "L": 2.2494019447094615e-07, + "G": 0.00014252401888370514, + "F": 0.00025503593496978283, + "E": 0.0015706877456977963, + "T": 0.0002862671681214124, + "P": 0.4670017659664154, + "-": 0.5234902501106262 + }, + "id": "tp_13370" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1671271, + "label": "-", + "classification": { + "B": 2.250099441880593e-06, + "S": 4.932568117510527e-06, + "I": 0.002924526110291481, + "C": 6.141259655123577e-05, + "R": 7.85729025665205e-06, + "M": 0.00013204563583713025, + "O": 4.813402847503312e-05, + "W": 3.6767910387425218e-06, + "N": 0.0002013797202380374, + "Y": 0.001946805976331234, + "U": 3.1031745493237395e-06, + "K": 2.3462769604520872e-05, + "L": 3.122637053820654e-06, + "G": 0.00013006269000470638, + "F": 0.0013589548179879785, + "E": 0.0016773451352491975, + "T": 0.002054959535598755, + "P": 0.31109619140625, + "-": 0.6783198118209839 + }, + "id": "tp_13371" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1671405, + "label": "P", + "classification": { + "B": 1.32188972656877e-07, + "S": 3.995518582655677e-08, + "I": 0.00014838606875855476, + "C": 1.3029612091486342e-06, + "R": 7.593190076704559e-08, + "M": 5.517771569429897e-06, + "O": 1.286578253711923e-06, + "W": 6.772924621145648e-08, + "N": 2.8448705506889382e-06, + "Y": 3.5706107155419886e-05, + "U": 3.163827599905744e-08, + "K": 6.907693972380002e-08, + "L": 7.568435478333413e-08, + "G": 6.751340606570011e-06, + "F": 0.00012382700515445322, + "E": 8.168768545147032e-05, + "T": 3.636752808233723e-05, + "P": 0.7076900601387024, + "-": 0.2918657958507538 + }, + "id": "tp_13372" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1671505, + "label": "-", + "classification": { + "B": 2.686037170462896e-09, + "S": 1.9406385831644002e-08, + "I": 5.831165253766812e-06, + "C": 1.843099255438574e-07, + "R": 6.060312784939015e-08, + "M": 5.981808044452919e-06, + "O": 1.315956410508079e-06, + "W": 1.3034547663437479e-08, + "N": 1.4731568853676436e-07, + "Y": 0.00021954087424091995, + "U": 2.699513945714216e-09, + "K": 2.339580440491318e-08, + "L": 4.263588593289569e-08, + "G": 9.538985977997072e-06, + "F": 0.0005135726532898843, + "E": 3.107582870143233e-06, + "T": 0.00016421616601292044, + "P": 0.05334940552711487, + "-": 0.9457269906997681 + }, + "id": "tp_13373" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1671638, + "label": "P", + "classification": { + "B": 4.145117145526456e-06, + "S": 3.6867871244794514e-07, + "I": 0.00010698107507778332, + "C": 2.196298510170891e-06, + "R": 1.9121291927604034e-07, + "M": 3.917135109077208e-05, + "O": 1.181255174742546e-05, + "W": 2.5734584596648347e-07, + "N": 7.822846782801207e-06, + "Y": 0.0001081840309780091, + "U": 7.861564199629356e-08, + "K": 2.7284764314572385e-07, + "L": 4.459243143628555e-07, + "G": 6.72868627589196e-05, + "F": 0.0004531510057859123, + "E": 0.00025474728317931294, + "T": 0.0001131998942582868, + "P": 0.6036723852157593, + "-": 0.3951573669910431 + }, + "id": "tp_13374" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1671772, + "label": "-", + "classification": { + "B": 1.2894000064989086e-05, + "S": 3.7760282793897204e-06, + "I": 0.0013343344908207655, + "C": 8.633122342871502e-05, + "R": 8.761654498812277e-06, + "M": 0.00026946968864649534, + "O": 9.862145816441625e-05, + "W": 5.442409474198939e-06, + "N": 0.00011598405399126932, + "Y": 0.0017286997754126787, + "U": 2.970698233184521e-06, + "K": 1.1259880011493806e-05, + "L": 8.534882908861618e-06, + "G": 0.00040441122837364674, + "F": 0.0016552666202187538, + "E": 0.001016335329040885, + "T": 0.0010686108144000173, + "P": 0.2339249700307846, + "-": 0.7582433223724365 + }, + "id": "tp_13375" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1671905, + "label": "-", + "classification": { + "B": 3.385537752365053e-07, + "S": 1.4152740845929657e-07, + "I": 0.0017371620051562786, + "C": 0.0001487225090386346, + "R": 1.7356167518300936e-05, + "M": 6.939541344763711e-05, + "O": 1.324238928646082e-05, + "W": 1.0085049098051968e-06, + "N": 3.945161370211281e-05, + "Y": 0.0008946575107984245, + "U": 2.0615823359548813e-06, + "K": 2.051684532489162e-05, + "L": 1.325310790889489e-06, + "G": 0.00021218397887423635, + "F": 0.001121284207329154, + "E": 0.0008023088448680937, + "T": 0.00042201142059639096, + "P": 0.21238957345485687, + "-": 0.7821073532104492 + }, + "id": "tp_13376" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1672005, + "label": "-", + "classification": { + "B": 7.229290872601268e-07, + "S": 6.606966280742199e-07, + "I": 0.0002878107479773462, + "C": 2.533170345486724e-06, + "R": 5.1027706149398e-07, + "M": 2.6676540073822252e-05, + "O": 9.815454177442007e-06, + "W": 5.225164727562515e-07, + "N": 1.8380158508080058e-05, + "Y": 0.0002383672836003825, + "U": 2.8210132541062194e-07, + "K": 3.238630370105966e-06, + "L": 6.341646781038435e-07, + "G": 7.812814874341711e-05, + "F": 0.001729286159388721, + "E": 0.0004256604297552258, + "T": 0.0003161490603815764, + "P": 0.47828519344329834, + "-": 0.5185754299163818 + }, + "id": "tp_13377" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1672139, + "label": "-", + "classification": { + "B": 8.256652306304346e-12, + "S": 5.107427675232756e-11, + "I": 5.597642527277458e-08, + "C": 1.6909759703587213e-10, + "R": 8.814577540094959e-12, + "M": 4.349288484917224e-09, + "O": 3.672975923407762e-09, + "W": 5.180857132192074e-11, + "N": 3.2247153836095777e-09, + "Y": 8.300459057863918e-07, + "U": 1.5806508879556702e-11, + "K": 2.2395630594473914e-07, + "L": 2.5770069671943174e-12, + "G": 4.120159147191771e-08, + "F": 8.922460256144404e-05, + "E": 1.9669055291160475e-06, + "T": 2.8906524107696896e-07, + "P": 0.06432926654815674, + "-": 0.935577929019928 + }, + "id": "tp_13378" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1672272, + "label": "-", + "classification": { + "B": 1.873121935336286e-10, + "S": 2.6173905057214064e-11, + "I": 4.353569693194004e-06, + "C": 4.755444038551104e-08, + "R": 2.24132157278234e-09, + "M": 2.1869891497772187e-07, + "O": 1.885101852394655e-08, + "W": 1.177408587293982e-10, + "N": 1.3454934055801004e-08, + "Y": 1.3244535693957005e-05, + "U": 9.721039251342489e-11, + "K": 2.6899602545427115e-09, + "L": 4.321592805833774e-10, + "G": 2.1580610791716026e-06, + "F": 7.068061677273363e-05, + "E": 3.7241040899971267e-06, + "T": 3.3453243304393254e-06, + "P": 0.08175472170114517, + "-": 0.9181474447250366 + }, + "id": "tp_13379" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1672406, + "label": "-", + "classification": { + "B": 3.864516207041646e-10, + "S": 9.070210138517609e-10, + "I": 4.099202124052681e-05, + "C": 3.1656063015361724e-07, + "R": 2.91049033762647e-08, + "M": 4.0201692286245816e-07, + "O": 9.266825173881443e-08, + "W": 3.2157423390799522e-09, + "N": 3.3213163419532066e-07, + "Y": 3.8626098103122786e-05, + "U": 4.601455660946385e-09, + "K": 7.15232957304579e-08, + "L": 3.135539161647216e-09, + "G": 1.6668461739755003e-06, + "F": 9.209765994455665e-05, + "E": 6.431007022911217e-06, + "T": 2.3493292246712372e-05, + "P": 0.24713635444641113, + "-": 0.7526591420173645 + }, + "id": "tp_13380" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1672506, + "label": "P", + "classification": { + "B": 6.64096475588849e-08, + "S": 9.187142779865098e-08, + "I": 9.380533447256312e-05, + "C": 6.733990858265315e-07, + "R": 7.693903825156667e-08, + "M": 1.4719432783749653e-06, + "O": 1.250472450919915e-06, + "W": 5.990955287416e-08, + "N": 2.448021177769988e-06, + "Y": 2.4141410904121585e-05, + "U": 3.47033584091605e-08, + "K": 4.798695840690925e-08, + "L": 7.973839899477753e-08, + "G": 3.933730113203637e-06, + "F": 0.0001788743829820305, + "E": 1.4309261132439133e-05, + "T": 4.039071427541785e-05, + "P": 0.6068236231803894, + "-": 0.39281466603279114 + }, + "id": "tp_13381" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1672639, + "label": "P", + "classification": { + "B": 3.3650269237739394e-09, + "S": 1.700781293578757e-09, + "I": 2.4397073502768762e-05, + "C": 1.0749192114190009e-07, + "R": 6.800666696449298e-09, + "M": 1.892591399155208e-07, + "O": 1.2970156149094692e-07, + "W": 4.275103382411771e-09, + "N": 5.381211849453393e-07, + "Y": 1.674012492003385e-05, + "U": 3.995222375152707e-09, + "K": 7.640644383855033e-08, + "L": 1.5966972188863338e-09, + "G": 1.5248576801241143e-06, + "F": 0.0002073952928185463, + "E": 3.0253160730353557e-05, + "T": 6.095662683947012e-06, + "P": 0.5481547713279724, + "-": 0.45155778527259827 + }, + "id": "tp_13382" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1672773, + "label": "-", + "classification": { + "B": 3.2504956948287145e-07, + "S": 1.7144550668035663e-07, + "I": 0.0001451749267289415, + "C": 7.520971394114895e-06, + "R": 7.140347975109762e-07, + "M": 4.3216230551479384e-05, + "O": 6.332731118163792e-06, + "W": 3.2852443609954207e-07, + "N": 4.1117618820862845e-06, + "Y": 0.00047649352927692235, + "U": 3.171427636061708e-07, + "K": 7.075004191392509e-07, + "L": 5.94456707858626e-07, + "G": 5.232262265053578e-05, + "F": 0.00035243446473032236, + "E": 0.00010847394150914624, + "T": 0.0005473556811921299, + "P": 0.23113109171390533, + "-": 0.7671223282814026 + }, + "id": "tp_13383" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1672906, + "label": "P", + "classification": { + "B": 7.959145148506153e-11, + "S": 6.796296164734983e-11, + "I": 1.5844139852561057e-05, + "C": 6.967100674160065e-09, + "R": 1.999181653555837e-10, + "M": 1.1650003273189213e-07, + "O": 1.3225420758544715e-08, + "W": 8.351778296722401e-11, + "N": 1.0444957609934136e-07, + "Y": 3.3701771826599725e-06, + "U": 7.514654176699054e-11, + "K": 1.344837352590389e-09, + "L": 9.349267193758948e-11, + "G": 1.6903710786664305e-07, + "F": 3.5132741231791442e-06, + "E": 3.638946282080724e-06, + "T": 3.6623246160161216e-06, + "P": 0.6661319732666016, + "-": 0.3338375985622406 + }, + "id": "tp_13384" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1673006, + "label": "-", + "classification": { + "B": 5.98432015053163e-09, + "S": 5.694355209584501e-09, + "I": 9.083098848350346e-05, + "C": 9.018646665026608e-07, + "R": 3.1234542063884874e-08, + "M": 4.5025767576589715e-06, + "O": 3.221369411221531e-07, + "W": 9.625206409680231e-09, + "N": 1.4407825119633344e-06, + "Y": 4.454376539797522e-05, + "U": 8.347432967070745e-09, + "K": 1.414424559698091e-07, + "L": 7.275499314118861e-09, + "G": 6.77609705235227e-06, + "F": 5.425483323051594e-05, + "E": 0.00011956781963817775, + "T": 3.929616650566459e-05, + "P": 0.40122348070144653, + "-": 0.59841388463974 + }, + "id": "tp_13385" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1673140, + "label": "-", + "classification": { + "B": 3.0955927925180315e-12, + "S": 5.450503872024559e-13, + "I": 2.3618838440597756e-06, + "C": 2.560073042445765e-09, + "R": 4.121746000063098e-11, + "M": 1.3883830085603677e-08, + "O": 5.951515946733821e-10, + "W": 9.193327522860617e-13, + "N": 2.5666979652783084e-09, + "Y": 9.826471796259284e-07, + "U": 2.3329309404435117e-12, + "K": 1.9184968284152726e-12, + "L": 7.611182517575088e-12, + "G": 5.9413487463189085e-08, + "F": 5.245724992164469e-07, + "E": 1.6083461673588317e-07, + "T": 1.1807587725343183e-06, + "P": 0.3962930738925934, + "-": 0.603701651096344 + }, + "id": "tp_13386" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1673273, + "label": "-", + "classification": { + "B": 7.5777761594508775e-06, + "S": 2.574744257799466e-06, + "I": 0.0037248292937874794, + "C": 0.00011477275984361768, + "R": 5.366107143345289e-05, + "M": 0.0001221642451127991, + "O": 0.00013340615259949118, + "W": 6.096049673942616e-06, + "N": 0.00011945409642066807, + "Y": 0.000937389675527811, + "U": 6.971780294406926e-06, + "K": 2.370013817198924e-06, + "L": 1.6890391634660773e-05, + "G": 0.00032604808802716434, + "F": 0.0004310711519792676, + "E": 0.00022741570137441158, + "T": 0.001777808298356831, + "P": 0.4225531220436096, + "-": 0.5694363117218018 + }, + "id": "tp_13387" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1673407, + "label": "-", + "classification": { + "B": 2.8056130751963337e-09, + "S": 4.244334050884646e-10, + "I": 9.774015052244067e-05, + "C": 1.6500674746566801e-06, + "R": 5.713310002875005e-08, + "M": 5.216780891714734e-07, + "O": 1.1294568480479938e-07, + "W": 1.678589822695642e-09, + "N": 4.5316531327443954e-07, + "Y": 3.061527604586445e-05, + "U": 9.3766834297071e-09, + "K": 9.848220905439575e-09, + "L": 6.2093232777726826e-09, + "G": 2.6592251742840745e-06, + "F": 1.7532685887999833e-05, + "E": 7.975367225299124e-06, + "T": 2.1193318389123306e-05, + "P": 0.27370408177375793, + "-": 0.726115345954895 + }, + "id": "tp_13388" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1673507, + "label": "-", + "classification": { + "B": 3.848346750601195e-06, + "S": 5.71478176425444e-06, + "I": 0.004174897912889719, + "C": 0.00010275503154844046, + "R": 2.4014190785237588e-05, + "M": 0.0003705796552821994, + "O": 9.654157474869862e-05, + "W": 1.0037428182840813e-05, + "N": 0.0002445542486384511, + "Y": 0.004748681094497442, + "U": 4.205192453810014e-06, + "K": 0.00017300740000791848, + "L": 3.651883389466093e-06, + "G": 0.0005993210943415761, + "F": 0.0031754844821989536, + "E": 0.0014617610722780228, + "T": 0.003052696818485856, + "P": 0.3313584327697754, + "-": 0.6503897905349731 + }, + "id": "tp_13389" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1673640, + "label": "-", + "classification": { + "B": 3.1215073249768466e-05, + "S": 8.621215965831652e-05, + "I": 0.1078413724899292, + "C": 0.0020034359768033028, + "R": 0.0011862677056342363, + "M": 0.0020416404586285353, + "O": 0.001142507535405457, + "W": 0.0001512986927991733, + "N": 0.004177452996373177, + "Y": 0.020520111545920372, + "U": 6.78329452057369e-05, + "K": 0.00017074559582397342, + "L": 0.00012208661064505577, + "G": 0.0032992905471473932, + "F": 0.0034705635625869036, + "E": 0.0015812981873750687, + "T": 0.0184645913541317, + "P": 0.36730629205703735, + "-": 0.46633580327033997 + }, + "id": "tp_13390" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1673774, + "label": "-", + "classification": { + "B": 3.202520019840449e-05, + "S": 7.295400428120047e-05, + "I": 0.001129824435338378, + "C": 6.62862803437747e-05, + "R": 1.1109044862678275e-05, + "M": 0.00020328878599684685, + "O": 0.00017043892876245081, + "W": 3.3178512239828706e-05, + "N": 0.0002856194041669369, + "Y": 0.001890866900794208, + "U": 1.961155612661969e-05, + "K": 0.00028804352041333914, + "L": 1.3257648788567167e-05, + "G": 0.00044258611160330474, + "F": 0.006317425984889269, + "E": 0.0034474986605346203, + "T": 0.0011397189227864146, + "P": 0.4728231728076935, + "-": 0.5116129517555237 + }, + "id": "tp_13391" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1673907, + "label": "P", + "classification": { + "B": 2.22312992264051e-05, + "S": 8.480531505483668e-06, + "I": 0.0008684073109179735, + "C": 1.0443285646033473e-05, + "R": 2.9711550268984865e-06, + "M": 8.357031765626743e-05, + "O": 7.102999370545149e-05, + "W": 6.895596925460268e-06, + "N": 9.41325633903034e-05, + "Y": 0.0004343179753050208, + "U": 2.0168670289422153e-06, + "K": 3.3169535527122207e-06, + "L": 7.070952960930299e-06, + "G": 0.00013504509115591645, + "F": 0.0013190332101657987, + "E": 0.00040444990736432374, + "T": 0.0004754276596941054, + "P": 0.6581435203552246, + "-": 0.33790767192840576 + }, + "id": "tp_13392" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1674007, + "label": "-", + "classification": { + "B": 4.562357844406506e-06, + "S": 9.822317679208936e-07, + "I": 0.0011134094092994928, + "C": 0.00017551938071846962, + "R": 2.36991181736812e-05, + "M": 0.0002052918280242011, + "O": 4.259609340806492e-05, + "W": 3.632925427154987e-06, + "N": 3.962943810620345e-05, + "Y": 0.004592269193381071, + "U": 4.020856067654677e-06, + "K": 4.0758121031103656e-05, + "L": 4.70934674012824e-06, + "G": 0.0008137224358506501, + "F": 0.0028112216386944056, + "E": 0.0009650160791352391, + "T": 0.0011372256558388472, + "P": 0.1939609795808792, + "-": 0.7940607666969299 + }, + "id": "tp_13393" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1674141, + "label": "P", + "classification": { + "B": 4.876314415014349e-05, + "S": 1.2333746781223454e-05, + "I": 0.0072921221144497395, + "C": 0.00027989677619189024, + "R": 5.463567504193634e-05, + "M": 0.0005534401279874146, + "O": 0.0001947044802363962, + "W": 1.3002729247091338e-05, + "N": 0.00045790895819664, + "Y": 0.003989938646554947, + "U": 1.6325400792993605e-05, + "K": 2.744949779298622e-05, + "L": 3.812992144958116e-05, + "G": 0.00266318884678185, + "F": 0.002736290916800499, + "E": 0.0033935264218598604, + "T": 0.002060509752482176, + "P": 0.5554319620132446, + "-": 0.42073583602905273 + }, + "id": "tp_13394" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1674274, + "label": "P", + "classification": { + "B": 1.3796373423247132e-05, + "S": 9.417304681846872e-06, + "I": 0.15516985952854156, + "C": 9.54730057856068e-05, + "R": 1.2156878256064374e-05, + "M": 0.0008579940185882151, + "O": 2.9811681088176556e-05, + "W": 5.349080311134458e-06, + "N": 0.004483095835894346, + "Y": 0.034752968698740005, + "U": 7.763128451188095e-07, + "K": 0.002598010003566742, + "L": 1.5756756965856766e-06, + "G": 0.00690836226567626, + "F": 0.0018942048773169518, + "E": 0.276595801115036, + "T": 0.003877155017107725, + "P": 0.42786669731140137, + "-": 0.0848274752497673 + }, + "id": "tp_13395" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1674408, + "label": "-", + "classification": { + "B": 1.9690490660195792e-07, + "S": 1.2493009649006126e-07, + "I": 0.0001736328995320946, + "C": 2.699366405067849e-06, + "R": 2.848956057732721e-07, + "M": 2.3802216674084775e-05, + "O": 3.6474530134000815e-06, + "W": 1.668229714368863e-07, + "N": 4.9890345508174505e-06, + "Y": 0.00011219127190997824, + "U": 9.219307628427487e-08, + "K": 1.0251767434965586e-06, + "L": 1.2311163288813987e-07, + "G": 2.5403647669008933e-05, + "F": 0.00043265841668471694, + "E": 0.00018563077901490033, + "T": 0.0001498152851127088, + "P": 0.3453817367553711, + "-": 0.6535016894340515 + }, + "id": "tp_13396" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1674508, + "label": "-", + "classification": { + "B": 2.7346884962753393e-05, + "S": 1.3495075108949095e-05, + "I": 0.003400364425033331, + "C": 4.186633668723516e-05, + "R": 9.327034604211804e-06, + "M": 0.0009135257569141686, + "O": 0.0001669034973019734, + "W": 7.597106105095008e-06, + "N": 9.185826638713479e-05, + "Y": 0.004254436120390892, + "U": 1.2198906915728003e-06, + "K": 5.645289320455049e-07, + "L": 2.3971710106707178e-05, + "G": 0.00043627223931252956, + "F": 0.0008018177468329668, + "E": 0.00040480709867551923, + "T": 0.006280394271016121, + "P": 0.285554438829422, + "-": 0.6975697875022888 + }, + "id": "tp_13397" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1674641, + "label": "-", + "classification": { + "B": 4.3161224994037184e-07, + "S": 6.564491883409573e-08, + "I": 3.484778426354751e-05, + "C": 9.162406513496535e-07, + "R": 1.4987431029567233e-07, + "M": 8.354269084520638e-06, + "O": 2.5864969757094514e-06, + "W": 7.947582503220474e-08, + "N": 1.0272079862261307e-06, + "Y": 0.0001777110737748444, + "U": 2.722462255633218e-08, + "K": 3.608329848248104e-07, + "L": 1.8978546734160773e-07, + "G": 4.685696694650687e-05, + "F": 0.0006461336161009967, + "E": 8.22680740384385e-05, + "T": 0.00012861953291576356, + "P": 0.14585071802139282, + "-": 0.8530185222625732 + }, + "id": "tp_13398" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1674775, + "label": "-", + "classification": { + "B": 4.420387995196506e-06, + "S": 4.069371698278701e-06, + "I": 0.005142824724316597, + "C": 0.00018737204663921148, + "R": 3.839307828457095e-05, + "M": 0.00012837372196372598, + "O": 4.2813913751160726e-05, + "W": 7.485740752599668e-06, + "N": 0.0003418068226892501, + "Y": 0.0029263957403600216, + "U": 1.4333781109598931e-05, + "K": 0.0004134007031098008, + "L": 4.19079105995479e-06, + "G": 0.0007813451229594648, + "F": 0.00483596371486783, + "E": 0.0028657640796154737, + "T": 0.0007712129154242575, + "P": 0.43566471338272095, + "-": 0.5458251237869263 + }, + "id": "tp_13399" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1674908, + "label": "-", + "classification": { + "B": 8.798212852711984e-11, + "S": 4.746596865556896e-11, + "I": 5.4355664360628e-06, + "C": 7.251164646504549e-08, + "R": 3.379984958584714e-09, + "M": 1.6777839562109875e-07, + "O": 4.9406885693770164e-08, + "W": 2.0448148729812488e-10, + "N": 2.0001403200353707e-08, + "Y": 7.0105188569868915e-06, + "U": 4.123271724054689e-10, + "K": 4.17337192581968e-10, + "L": 1.3105205809438303e-09, + "G": 7.172433242885745e-07, + "F": 1.2299537957005668e-05, + "E": 3.349785231421265e-07, + "T": 1.8096192434313707e-05, + "P": 0.1079045981168747, + "-": 0.8920512199401855 + }, + "id": "tp_13400" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1675008, + "label": "-", + "classification": { + "B": 3.769575778278522e-05, + "S": 1.897717265819665e-05, + "I": 0.0017815023893490434, + "C": 0.0005579669959843159, + "R": 0.00011737005115719512, + "M": 0.0006273406324908137, + "O": 0.0003424846800044179, + "W": 3.2250456570181996e-05, + "N": 0.0001705177128314972, + "Y": 0.00907501857727766, + "U": 5.2211045840522274e-05, + "K": 0.00017492790357209742, + "L": 6.43878520349972e-05, + "G": 0.0025417294818907976, + "F": 0.0039555374532938, + "E": 0.001937745837494731, + "T": 0.003963077906519175, + "P": 0.09150193631649017, + "-": 0.8830472230911255 + }, + "id": "tp_13401" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1675142, + "label": "-", + "classification": { + "B": 3.127723402940319e-06, + "S": 9.964904165826738e-06, + "I": 0.0031970639247447252, + "C": 0.00025891067343764007, + "R": 3.111653131782077e-05, + "M": 0.00018328253645449877, + "O": 0.00010926154936896637, + "W": 1.5984014680725522e-05, + "N": 0.00030363257974386215, + "Y": 0.0015777824446558952, + "U": 1.0183155609411187e-05, + "K": 0.00018480868311598897, + "L": 7.380033821391407e-06, + "G": 0.0004892354481853545, + "F": 0.004555083811283112, + "E": 0.00187978136818856, + "T": 0.00083585997344926, + "P": 0.38528481125831604, + "-": 0.6010627150535583 + }, + "id": "tp_13402" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1675275, + "label": "-", + "classification": { + "B": 1.8520388556098055e-09, + "S": 3.121604086331331e-10, + "I": 3.5413829664321383e-06, + "C": 1.0920690129978539e-08, + "R": 6.780600525502223e-10, + "M": 1.2183456874481635e-06, + "O": 1.0742818545850241e-07, + "W": 4.0034589532389475e-10, + "N": 1.543566696682319e-08, + "Y": 9.904084436129779e-06, + "U": 1.9794077488199946e-10, + "K": 2.610885674325658e-10, + "L": 5.915953060764423e-09, + "G": 2.9398852348094806e-06, + "F": 1.3439938811643515e-05, + "E": 4.307620656618383e-06, + "T": 2.176029738620855e-05, + "P": 0.11727354675531387, + "-": 0.8826691508293152 + }, + "id": "tp_13403" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1675375, + "label": "P", + "classification": { + "B": 7.384945774902008e-07, + "S": 2.8549795416665802e-08, + "I": 0.0004919904167763889, + "C": 8.359143976122141e-06, + "R": 5.538421987694164e-07, + "M": 4.4798456656280905e-05, + "O": 2.5039814772753743e-06, + "W": 7.855556560798505e-08, + "N": 3.898742306773784e-06, + "Y": 9.821371349971741e-05, + "U": 1.2545616812076332e-07, + "K": 4.14388097169649e-08, + "L": 8.433848392996879e-07, + "G": 5.409557343227789e-05, + "F": 0.0002395083283772692, + "E": 0.0006259990041144192, + "T": 0.00010702846338972449, + "P": 0.5274125933647156, + "-": 0.4709084630012512 + }, + "id": "tp_13404" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1675509, + "label": "-", + "classification": { + "B": 9.932259104061814e-08, + "S": 8.143604901533763e-08, + "I": 1.2605967640411109e-05, + "C": 3.936640382562473e-07, + "R": 6.063216773100066e-08, + "M": 9.724893061502371e-06, + "O": 2.757733909675153e-06, + "W": 9.869599892908809e-08, + "N": 9.937248250935227e-07, + "Y": 0.000307187729049474, + "U": 2.665050047312434e-08, + "K": 8.56127735460177e-06, + "L": 3.8035167904126865e-08, + "G": 2.411736386420671e-05, + "F": 0.0018388866446912289, + "E": 0.00010865526564884931, + "T": 5.3460906201507896e-05, + "P": 0.07430584728717804, + "-": 0.923326313495636 + }, + "id": "tp_13405" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1675642, + "label": "-", + "classification": { + "B": 0.00010128895519301295, + "S": 5.345935733203078e-06, + "I": 0.0008011336904019117, + "C": 0.000107513704278972, + "R": 1.8343991541769356e-05, + "M": 0.0006678788340650499, + "O": 0.00018589143292047083, + "W": 9.655621397541836e-06, + "N": 2.356648474233225e-05, + "Y": 0.002390757203102112, + "U": 3.915768047590973e-06, + "K": 7.753135946586553e-07, + "L": 7.070171704981476e-05, + "G": 0.0010644171852618456, + "F": 0.0011100571136921644, + "E": 0.0004639554244931787, + "T": 0.0013743673916906118, + "P": 0.16530823707580566, + "-": 0.8262921571731567 + }, + "id": "tp_13406" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1675776, + "label": "-", + "classification": { + "B": 5.853995617144392e-07, + "S": 1.5762954319598066e-07, + "I": 0.0007475737947970629, + "C": 3.188090704497881e-05, + "R": 3.55620409209223e-06, + "M": 3.464880137471482e-05, + "O": 1.8664621165953577e-05, + "W": 5.29280669070431e-07, + "N": 1.5959962183842435e-05, + "Y": 0.0001180029648821801, + "U": 3.905805954218522e-07, + "K": 2.5808196824073093e-07, + "L": 1.2301169363126974e-06, + "G": 6.158411997603253e-05, + "F": 0.00010220704280072823, + "E": 0.00015296532365027815, + "T": 0.00024671241408213973, + "P": 0.36501309275627136, + "-": 0.6334498524665833 + }, + "id": "tp_13407" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1675876, + "label": "-", + "classification": { + "B": 6.157383722893428e-06, + "S": 2.023471643042285e-05, + "I": 0.00042263121576979756, + "C": 5.6348973885178566e-05, + "R": 1.6224850696744397e-05, + "M": 0.00014052122423890978, + "O": 0.0001173837881651707, + "W": 2.482531090208795e-05, + "N": 8.486115257255733e-05, + "Y": 0.002547759562730789, + "U": 7.751431439828593e-06, + "K": 0.0002785900724120438, + "L": 4.573973001242848e-06, + "G": 0.0002534942177589983, + "F": 0.00811673328280449, + "E": 0.0006200380157679319, + "T": 0.0009350779000669718, + "P": 0.2456081211566925, + "-": 0.740738570690155 + }, + "id": "tp_13408" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1676009, + "label": "-", + "classification": { + "B": 2.802018457259692e-07, + "S": 1.4231412492904383e-08, + "I": 8.163852180587128e-05, + "C": 1.7661370748101035e-06, + "R": 3.580987026907678e-07, + "M": 1.0391881005489267e-05, + "O": 2.908542683144333e-06, + "W": 6.752387804453974e-08, + "N": 4.81529070839315e-07, + "Y": 0.00011819879000540823, + "U": 5.658740676039997e-08, + "K": 9.403733791657487e-09, + "L": 4.1646879367363e-07, + "G": 4.4191256165504456e-05, + "F": 6.723860860802233e-05, + "E": 1.3204394235799555e-05, + "T": 0.00018581382755655795, + "P": 0.19484026730060577, + "-": 0.8046326637268066 + }, + "id": "tp_13409" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1676143, + "label": "-", + "classification": { + "B": 1.6408555438829353e-06, + "S": 2.431486109344405e-06, + "I": 0.0013076229952275753, + "C": 1.1868218280142173e-05, + "R": 8.660999810672365e-06, + "M": 0.00026646495098248124, + "O": 0.0001104710390791297, + "W": 2.4546684471715707e-06, + "N": 2.357138873776421e-05, + "Y": 0.0033204457722604275, + "U": 7.555609045084566e-07, + "K": 3.8383961964427726e-07, + "L": 8.840553164191078e-06, + "G": 0.00031977181788533926, + "F": 0.00023374009469989687, + "E": 2.7914196834899485e-05, + "T": 0.010477443225681782, + "P": 0.13095049560070038, + "-": 0.8529250025749207 + }, + "id": "tp_13410" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1676276, + "label": "-", + "classification": { + "B": 0.0031880144961178303, + "S": 0.0014514951035380363, + "I": 0.017267238348722458, + "C": 0.005072126165032387, + "R": 0.001625804346986115, + "M": 0.00829386431723833, + "O": 0.004792271181941032, + "W": 0.0012400008272379637, + "N": 0.004982796031981707, + "Y": 0.01842782087624073, + "U": 0.0009653508313931525, + "K": 0.0023225105833262205, + "L": 0.0013675815425813198, + "G": 0.014405353926122189, + "F": 0.023495392873883247, + "E": 0.027480440214276314, + "T": 0.016961317509412766, + "P": 0.3551083505153656, + "-": 0.4915522336959839 + }, + "id": "tp_13411" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1676376, + "label": "-", + "classification": { + "B": 1.2976647667528596e-05, + "S": 1.609674291103147e-05, + "I": 0.005868372041732073, + "C": 0.00045711989514529705, + "R": 5.151213190401904e-05, + "M": 0.00033714057644829154, + "O": 0.00012090590462321416, + "W": 3.513545743771829e-05, + "N": 0.0008058160310611129, + "Y": 0.0031837697606533766, + "U": 5.134145976626314e-05, + "K": 0.001654627500101924, + "L": 1.1025212188542355e-05, + "G": 0.0007775448029860854, + "F": 0.008397789672017097, + "E": 0.010735047981142998, + "T": 0.0011277205776423216, + "P": 0.41753193736076355, + "-": 0.5488241314888 + }, + "id": "tp_13412" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1676510, + "label": "-", + "classification": { + "B": 1.2317818800511304e-06, + "S": 3.172721335431561e-06, + "I": 0.0002981410070788115, + "C": 1.428414361726027e-05, + "R": 2.1459641175169963e-06, + "M": 0.0001286593615077436, + "O": 4.01947763748467e-05, + "W": 3.7270522170729237e-06, + "N": 2.0973897335352376e-05, + "Y": 0.000532061792910099, + "U": 1.0169894721911987e-06, + "K": 1.3419301467365585e-05, + "L": 2.4398027562710922e-06, + "G": 0.00012469176726881415, + "F": 0.0034935602452605963, + "E": 0.0007149016601033509, + "T": 0.00038157697417773306, + "P": 0.227963387966156, + "-": 0.7662603855133057 + }, + "id": "tp_13413" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1676643, + "label": "-", + "classification": { + "B": 1.0659479130481486e-06, + "S": 6.576581654371694e-06, + "I": 0.000612937321420759, + "C": 3.641150033217855e-05, + "R": 8.356804755749181e-06, + "M": 7.122297392925248e-05, + "O": 4.382253609946929e-05, + "W": 7.873600225138944e-06, + "N": 0.00011304131476208568, + "Y": 0.0024401445407420397, + "U": 3.4007011890935246e-06, + "K": 0.0006344300927594304, + "L": 1.1650545275188051e-06, + "G": 0.0003464680048637092, + "F": 0.007607931736856699, + "E": 0.00123280705884099, + "T": 0.0006876756669953465, + "P": 0.31348443031311035, + "-": 0.672660231590271 + }, + "id": "tp_13414" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1676777, + "label": "P", + "classification": { + "B": 4.633861738767564e-09, + "S": 2.2452834969044488e-07, + "I": 0.0010629275348037481, + "C": 2.0268321065941564e-07, + "R": 7.4469319599757e-08, + "M": 2.4435266823275015e-06, + "O": 1.2395254316288629e-06, + "W": 6.122361639882001e-08, + "N": 8.238040027208626e-05, + "Y": 0.00010580546950222924, + "U": 8.302738052634595e-09, + "K": 5.4089923651190475e-06, + "L": 4.182498347660157e-09, + "G": 5.163699370314134e-06, + "F": 6.384096923284233e-05, + "E": 0.00020587295875884593, + "T": 0.00011370869469828904, + "P": 0.8282368183135986, + "-": 0.17011374235153198 + }, + "id": "tp_13415" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1676877, + "label": "P", + "classification": { + "B": 1.2825934391003102e-05, + "S": 1.4361118701344822e-05, + "I": 0.008758722804486752, + "C": 5.36957049916964e-05, + "R": 1.2196819625387434e-05, + "M": 0.00017403879610355943, + "O": 7.097823254298419e-05, + "W": 1.3022682651353534e-05, + "N": 0.0005411895690485835, + "Y": 0.002114043338224292, + "U": 4.35247011409956e-06, + "K": 6.48567802272737e-05, + "L": 3.77554579245043e-06, + "G": 0.0002860015374608338, + "F": 0.001409323769621551, + "E": 0.001803126884624362, + "T": 0.0015308858128264546, + "P": 0.5934188365936279, + "-": 0.3897137939929962 + }, + "id": "tp_13416" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1677010, + "label": "-", + "classification": { + "B": 1.1976995665463619e-05, + "S": 1.3902954378863797e-05, + "I": 0.0023043910041451454, + "C": 0.0001975945197045803, + "R": 4.953846291755326e-05, + "M": 0.0009262628154829144, + "O": 0.0001857661409303546, + "W": 1.9099707060377114e-05, + "N": 0.00013045300147496164, + "Y": 0.015510711818933487, + "U": 1.6551141015952453e-05, + "K": 0.0004997463547624648, + "L": 2.082227911159862e-05, + "G": 0.002794068306684494, + "F": 0.004661828279495239, + "E": 0.0015509157674387097, + "T": 0.00698518380522728, + "P": 0.060335759073495865, + "-": 0.9037854075431824 + }, + "id": "tp_13417" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1677144, + "label": "-", + "classification": { + "B": 1.9819255570041605e-08, + "S": 7.4500610125483036e-09, + "I": 4.221059498377144e-05, + "C": 3.7258675433804456e-07, + "R": 8.052460742646872e-08, + "M": 4.9100258365797345e-06, + "O": 1.098114694286778e-06, + "W": 1.7461164958376685e-08, + "N": 4.756875284783746e-07, + "Y": 0.00010004276555264369, + "U": 9.188373617519119e-09, + "K": 2.8603814428151964e-08, + "L": 6.23626590368076e-08, + "G": 2.2023203200660646e-05, + "F": 0.00016450104885734618, + "E": 2.291912278451491e-05, + "T": 6.729125743731856e-05, + "P": 0.20471063256263733, + "-": 0.794863224029541 + }, + "id": "tp_13418" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1677277, + "label": "-", + "classification": { + "B": 4.512860414251918e-06, + "S": 6.895036221976625e-07, + "I": 0.0004105629923287779, + "C": 3.655206091934815e-05, + "R": 5.450743174151285e-06, + "M": 7.800956518622115e-05, + "O": 2.5646510039223358e-05, + "W": 1.1257067171754898e-06, + "N": 1.5375768271042034e-05, + "Y": 0.0006231074803508818, + "U": 1.997139861487085e-06, + "K": 1.061275042957277e-06, + "L": 4.6369750634767115e-06, + "G": 0.00018971055396832526, + "F": 0.00032543347333557904, + "E": 0.0001437713799532503, + "T": 0.0009464735630899668, + "P": 0.2921175956726074, + "-": 0.7050683498382568 + }, + "id": "tp_13419" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1677377, + "label": "-", + "classification": { + "B": 1.0181154721067287e-05, + "S": 7.260827032951056e-07, + "I": 0.002300055930390954, + "C": 7.843971252441406e-05, + "R": 2.6940673706121743e-05, + "M": 0.00020712785772047937, + "O": 4.720035940408707e-05, + "W": 2.944398147519678e-06, + "N": 3.342569470987655e-05, + "Y": 0.0014146455796435475, + "U": 1.5495319303227006e-06, + "K": 5.168050165593741e-07, + "L": 8.823003554425668e-06, + "G": 0.0002552812802605331, + "F": 0.0005163434543646872, + "E": 0.0002756656613200903, + "T": 0.0011439248919487, + "P": 0.39189428091049194, + "-": 0.601781964302063 + }, + "id": "tp_13420" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1677511, + "label": "-", + "classification": { + "B": 2.0240628145984374e-05, + "S": 4.692200946010416e-06, + "I": 0.0028698791284114122, + "C": 0.00020172170479781926, + "R": 2.2793248717789538e-05, + "M": 0.0016937439795583487, + "O": 8.231932588387281e-05, + "W": 3.817468950728653e-06, + "N": 8.265365613624454e-05, + "Y": 0.0058208960108459, + "U": 2.497047717042733e-06, + "K": 6.30784488748759e-05, + "L": 2.6252637326251715e-05, + "G": 0.011212481185793877, + "F": 0.016352208331227303, + "E": 0.009424187242984772, + "T": 0.0022600239608436823, + "P": 0.24292266368865967, + "-": 0.7069337964057922 + }, + "id": "tp_13421" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1677644, + "label": "-", + "classification": { + "B": 1.4927068150427658e-06, + "S": 6.64039191633492e-07, + "I": 0.00020195958495605737, + "C": 1.7587992260814644e-05, + "R": 4.781702500622487e-06, + "M": 0.00018291696324013174, + "O": 2.434317320876289e-05, + "W": 1.0592409580567619e-06, + "N": 5.8142304624198005e-06, + "Y": 0.0033086815383285284, + "U": 6.727515255988692e-07, + "K": 2.6399263788334792e-06, + "L": 3.6224812447471777e-06, + "G": 0.0003530129906721413, + "F": 0.0016313515370711684, + "E": 0.00019362194871064276, + "T": 0.0011736851884052157, + "P": 0.06368701159954071, + "-": 0.929205060005188 + }, + "id": "tp_13422" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1677778, + "label": "-", + "classification": { + "B": 7.906334786866864e-08, + "S": 6.926227769099569e-08, + "I": 0.00048311130376532674, + "C": 7.91135971667245e-06, + "R": 1.0570814765742398e-06, + "M": 1.1492312296468299e-05, + "O": 3.478852477201144e-06, + "W": 1.6811588920973008e-07, + "N": 1.2529393643490039e-05, + "Y": 0.0003999884647782892, + "U": 2.148267270740689e-07, + "K": 1.6133884628288797e-06, + "L": 1.6555843274090876e-07, + "G": 2.361343831580598e-05, + "F": 0.00036182263283990324, + "E": 0.00013214879436418414, + "T": 0.0002659534802660346, + "P": 0.2726608216762543, + "-": 0.7256338596343994 + }, + "id": "tp_13423" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1677878, + "label": "-", + "classification": { + "B": 1.2897064038952522e-07, + "S": 2.410622990112188e-08, + "I": 4.4125270505901426e-05, + "C": 1.2719712003672612e-06, + "R": 3.8141614311371086e-08, + "M": 1.8357252429268556e-06, + "O": 1.1503823316161288e-06, + "W": 5.6391801450672574e-08, + "N": 1.797506683942629e-06, + "Y": 3.9975369872990996e-05, + "U": 5.621976129077666e-08, + "K": 1.4073046941120992e-06, + "L": 3.16460919691508e-08, + "G": 1.7366966858389787e-05, + "F": 0.00016919834888540208, + "E": 8.858239016262814e-05, + "T": 3.061547249672003e-05, + "P": 0.2293529212474823, + "-": 0.7702494263648987 + }, + "id": "tp_13424" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1678011, + "label": "-", + "classification": { + "B": 2.7620633211156154e-11, + "S": 1.2101024349231437e-10, + "I": 1.7107033272623084e-05, + "C": 1.3106119745032174e-08, + "R": 1.225011980743318e-09, + "M": 1.0308486508847636e-07, + "O": 1.933142534937815e-08, + "W": 2.4429683276316894e-10, + "N": 8.708857990313845e-08, + "Y": 2.284896982018836e-05, + "U": 1.3403812781920266e-10, + "K": 8.402022189102354e-09, + "L": 6.384166112427536e-11, + "G": 4.834299147660204e-07, + "F": 1.0767181265691761e-05, + "E": 1.2269078979443293e-06, + "T": 1.5273302778950892e-05, + "P": 0.17615346610546112, + "-": 0.8237786293029785 + }, + "id": "tp_13425" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1678145, + "label": "-", + "classification": { + "B": 6.116028572478172e-08, + "S": 5.208226294683982e-09, + "I": 6.680308615614194e-06, + "C": 1.1987422965376027e-07, + "R": 5.758299170821601e-09, + "M": 1.3421200719676563e-06, + "O": 3.8560861526093504e-07, + "W": 9.337946416110299e-09, + "N": 1.6876352049166599e-07, + "Y": 8.549574886274058e-06, + "U": 2.3330866127935224e-09, + "K": 1.1936082344732313e-08, + "L": 9.244519816320462e-09, + "G": 3.891297637892421e-06, + "F": 7.265087333507836e-05, + "E": 1.4738105164724402e-05, + "T": 1.0848186320799869e-05, + "P": 0.45784130692481995, + "-": 0.542039155960083 + }, + "id": "tp_13426" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1678278, + "label": "P", + "classification": { + "B": 0.00043432891834527254, + "S": 0.00012009320926154032, + "I": 0.18336792290210724, + "C": 0.0007377854781225324, + "R": 0.00029693436226807535, + "M": 0.002861902816221118, + "O": 0.0006330221076495945, + "W": 5.911507469136268e-05, + "N": 0.006286679767072201, + "Y": 0.01428443007171154, + "U": 2.368982859479729e-05, + "K": 5.247013905318454e-05, + "L": 0.00014532942441292107, + "G": 0.004915154073387384, + "F": 0.0021205961238592863, + "E": 0.008231526240706444, + "T": 0.012016376480460167, + "P": 0.5719814300537109, + "-": 0.1914311647415161 + }, + "id": "tp_13427" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1678378, + "label": "-", + "classification": { + "B": 6.859055424329741e-13, + "S": 3.0430489400025407e-13, + "I": 3.8603835150752275e-07, + "C": 1.1114537068479535e-10, + "R": 4.894613794131919e-12, + "M": 2.1349570999973366e-08, + "O": 4.444004886305919e-10, + "W": 7.648881528155016e-13, + "N": 1.926594439538576e-10, + "Y": 3.778184236580273e-06, + "U": 2.628034779812022e-13, + "K": 7.878929171416249e-13, + "L": 2.489442029254829e-12, + "G": 4.404701670068789e-08, + "F": 1.508232827518441e-07, + "E": 4.082721716258675e-08, + "T": 2.5537840429024072e-06, + "P": 0.06546153873205185, + "-": 0.9345316290855408 + }, + "id": "tp_13428" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1678512, + "label": "-", + "classification": { + "B": 1.7866688722278923e-05, + "S": 1.5877934856689535e-05, + "I": 0.001677677733823657, + "C": 0.00021782466501463205, + "R": 6.754544301657006e-05, + "M": 0.0004306586633902043, + "O": 0.00020605276222340763, + "W": 2.1712874513468705e-05, + "N": 0.00020303955534473062, + "Y": 0.004800321068614721, + "U": 2.165191290259827e-05, + "K": 0.0002502636343706399, + "L": 2.9408489353954792e-05, + "G": 0.0015781944384798408, + "F": 0.01872255839407444, + "E": 0.0021501618903130293, + "T": 0.0022289063781499863, + "P": 0.28066664934158325, + "-": 0.6866936087608337 + }, + "id": "tp_13429" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1678645, + "label": "-", + "classification": { + "B": 4.904905637204138e-08, + "S": 2.286725830913383e-08, + "I": 2.5426270440220833e-05, + "C": 1.0646734835972893e-06, + "R": 5.074813103078668e-08, + "M": 4.32453771281871e-06, + "O": 1.5889994529061369e-06, + "W": 3.1442869641296056e-08, + "N": 1.863049419625895e-06, + "Y": 0.00011935472866753116, + "U": 3.8762831167105105e-08, + "K": 3.9339292925433256e-06, + "L": 3.75961732856922e-08, + "G": 4.8184043407673016e-05, + "F": 0.0011422361712902784, + "E": 0.00016949254495557398, + "T": 5.715266888728365e-05, + "P": 0.17618371546268463, + "-": 0.822241485118866 + }, + "id": "tp_13430" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1678779, + "label": "P", + "classification": { + "B": 1.0058669175361246e-10, + "S": 3.097849060607061e-11, + "I": 9.065257472684607e-05, + "C": 4.213776350070475e-08, + "R": 1.0979441800174072e-09, + "M": 1.1692873158608563e-07, + "O": 5.686108472957585e-09, + "W": 1.0112145842899878e-10, + "N": 4.5544689442067465e-07, + "Y": 6.967516696931852e-07, + "U": 1.0835741331982618e-10, + "K": 1.896144130597577e-09, + "L": 1.3705787893503185e-10, + "G": 1.645682345952082e-07, + "F": 2.2525337044498883e-06, + "E": 4.768461440107785e-05, + "T": 1.0926050890702754e-06, + "P": 0.9239806532859802, + "-": 0.07587620615959167 + }, + "id": "tp_13431" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1678879, + "label": "-", + "classification": { + "B": 3.9744236346450634e-06, + "S": 1.2789142829205957e-06, + "I": 0.05259319394826889, + "C": 0.0018857711693271995, + "R": 0.00024873277288861573, + "M": 0.0019103705417364836, + "O": 0.00010295247921021655, + "W": 4.439361873664893e-06, + "N": 0.0002480401308275759, + "Y": 0.075907863676548, + "U": 2.2921110485185636e-06, + "K": 2.3516564397141337e-05, + "L": 1.6250100088655017e-05, + "G": 0.004257780034095049, + "F": 0.0011940214317291975, + "E": 0.003109699347987771, + "T": 0.009099148213863373, + "P": 0.06771402060985565, + "-": 0.7816766500473022 + }, + "id": "tp_13432" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1679012, + "label": "-", + "classification": { + "B": 1.856289522095267e-08, + "S": 5.19721332636891e-08, + "I": 0.0002107007458107546, + "C": 9.066274628821702e-07, + "R": 1.2550471240047045e-07, + "M": 2.902310916397255e-05, + "O": 3.6582764550985303e-06, + "W": 1.179280957330775e-07, + "N": 3.279504880993045e-06, + "Y": 0.0005427204887382686, + "U": 2.063463533374943e-08, + "K": 1.292115484829992e-06, + "L": 4.078195914303251e-08, + "G": 2.308145303686615e-05, + "F": 7.523664680775255e-05, + "E": 0.00012383163266349584, + "T": 0.000619288650341332, + "P": 0.06024638190865517, + "-": 0.9381203055381775 + }, + "id": "tp_13433" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1679146, + "label": "P", + "classification": { + "B": 0.0008069764007814229, + "S": 7.977996574481949e-05, + "I": 0.012810325250029564, + "C": 0.0015110505046322942, + "R": 0.0004291381628718227, + "M": 0.002254788065329194, + "O": 0.0009087510989047587, + "W": 0.00017293237033300102, + "N": 0.0008861219976097345, + "Y": 0.00834003183990717, + "U": 0.00018935807747766376, + "K": 4.6605007810285315e-05, + "L": 0.00041349351522512734, + "G": 0.0035825022496283054, + "F": 0.0024845898151397705, + "E": 0.0044106184504926205, + "T": 0.007957225665450096, + "P": 0.4997795522212982, + "-": 0.4529360830783844 + }, + "id": "tp_13434" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1679279, + "label": "-", + "classification": { + "B": 6.721132876919e-07, + "S": 1.1153465493407566e-06, + "I": 0.04053310677409172, + "C": 0.0001581259275553748, + "R": 4.805585922440514e-05, + "M": 0.0003149893309455365, + "O": 5.898267772863619e-05, + "W": 2.7816297460958594e-06, + "N": 0.00041585805593058467, + "Y": 0.006614285986870527, + "U": 1.5718997019575909e-06, + "K": 1.824206810852047e-05, + "L": 3.042212711079628e-06, + "G": 0.0005574138485826552, + "F": 0.0008286007796414196, + "E": 0.0014418421778827906, + "T": 0.002303971676155925, + "P": 0.3628275692462921, + "-": 0.5838698744773865 + }, + "id": "tp_13435" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1679379, + "label": "-", + "classification": { + "B": 2.0584015146596357e-05, + "S": 2.0187750124023296e-05, + "I": 0.009347572922706604, + "C": 0.00037379091372713447, + "R": 7.325712067540735e-05, + "M": 0.0008278670720756054, + "O": 0.00021165651560295373, + "W": 2.7502588636707515e-05, + "N": 0.0005280098994262516, + "Y": 0.0084777707234025, + "U": 1.6952937585301697e-05, + "K": 1.7647205822868273e-05, + "L": 5.560329373111017e-05, + "G": 0.00119975081179291, + "F": 0.0036433797795325518, + "E": 0.002841833746060729, + "T": 0.005072224419564009, + "P": 0.40817639231681824, + "-": 0.5590680837631226 + }, + "id": "tp_13436" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1679513, + "label": "-", + "classification": { + "B": 1.7630802416970792e-12, + "S": 1.6762133348002806e-11, + "I": 4.0918479271567776e-08, + "C": 4.0748220769826204e-12, + "R": 5.454500783333427e-13, + "M": 9.657378230443214e-10, + "O": 9.057691263691936e-10, + "W": 7.743930496850737e-12, + "N": 1.376058156310478e-09, + "Y": 4.300413820601534e-07, + "U": 1.2291064433594956e-12, + "K": 1.910259950221871e-09, + "L": 6.081350158691767e-13, + "G": 4.8321902035297626e-09, + "F": 8.286794582090806e-06, + "E": 5.358041832437266e-08, + "T": 1.0146732165594585e-06, + "P": 0.1366904228925705, + "-": 0.8632997870445251 + }, + "id": "tp_13437" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1679646, + "label": "-", + "classification": { + "B": 1.9895103620104493e-10, + "S": 8.643814830566754e-11, + "I": 9.365872756461613e-06, + "C": 2.110091479323728e-08, + "R": 2.690145883832429e-09, + "M": 5.67179711197241e-07, + "O": 2.85667471899842e-08, + "W": 2.4543755916539567e-10, + "N": 1.9930064709683393e-08, + "Y": 0.00010485095117473975, + "U": 2.2797497223336904e-10, + "K": 5.049019424774315e-09, + "L": 3.898014688807905e-10, + "G": 2.1747177925135475e-06, + "F": 6.791338364564581e-06, + "E": 1.0023311460827244e-06, + "T": 3.99244308937341e-05, + "P": 0.05809643864631653, + "-": 0.9417387843132019 + }, + "id": "tp_13438" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1679780, + "label": "-", + "classification": { + "B": 1.8793041775544417e-11, + "S": 2.991679820540938e-11, + "I": 4.986383146388107e-07, + "C": 4.15340561943367e-09, + "R": 4.0441310023009436e-11, + "M": 3.875191723068383e-08, + "O": 3.3666047727365367e-09, + "W": 3.923311328590806e-11, + "N": 5.024605176373598e-09, + "Y": 7.878157362029015e-07, + "U": 1.1352818858612057e-11, + "K": 2.0766304231756294e-09, + "L": 2.0365754221929322e-11, + "G": 7.343729180320224e-08, + "F": 2.3247072022059e-05, + "E": 4.434348738868721e-06, + "T": 6.879351985844551e-07, + "P": 0.21955902874469757, + "-": 0.7804113030433655 + }, + "id": "tp_13439" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1679880, + "label": "-", + "classification": { + "B": 0.00041559943929314613, + "S": 0.0003471205127425492, + "I": 0.018949143588542938, + "C": 0.003148855874314904, + "R": 0.0009224051609635353, + "M": 0.0021881877910345793, + "O": 0.0015255259349942207, + "W": 0.0003205031098332256, + "N": 0.003996079321950674, + "Y": 0.013691302388906479, + "U": 0.00039362258394248784, + "K": 0.002667739288881421, + "L": 0.00040176446782425046, + "G": 0.010595863685011864, + "F": 0.030649613589048386, + "E": 0.03146138787269592, + "T": 0.004257676191627979, + "P": 0.3906871974468231, + "-": 0.4833804666996002 + }, + "id": "tp_13440" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1680013, + "label": "-", + "classification": { + "B": 1.2807651046387036e-06, + "S": 1.3619968797229376e-07, + "I": 0.001299127354286611, + "C": 3.5400327760726213e-05, + "R": 5.777842943643918e-06, + "M": 3.9456535887438804e-05, + "O": 1.6219883036683314e-05, + "W": 3.9403622054123844e-07, + "N": 1.5779400200699456e-05, + "Y": 0.00018784224812407047, + "U": 1.0505688123885193e-06, + "K": 3.8896970977475576e-07, + "L": 3.1647589366912143e-06, + "G": 0.00012482967576943338, + "F": 0.000342989107593894, + "E": 0.00011025545245502144, + "T": 0.00035208131885156035, + "P": 0.308655321598053, + "-": 0.6888085603713989 + }, + "id": "tp_13441" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1680147, + "label": "-", + "classification": { + "B": 6.172303415041824e-07, + "S": 1.9809367586276494e-05, + "I": 0.00018034923414234072, + "C": 0.0002493673237040639, + "R": 6.55528056086041e-05, + "M": 0.0009045493206940591, + "O": 0.0003319962415844202, + "W": 1.8771701434161514e-05, + "N": 2.4599679818493314e-05, + "Y": 0.15238778293132782, + "U": 5.747877480644092e-07, + "K": 0.0017953873611986637, + "L": 1.835438706621062e-05, + "G": 0.01322232000529766, + "F": 0.04590450972318649, + "E": 0.0007233686046674848, + "T": 0.01835460774600506, + "P": 0.0037976682651787996, + "-": 0.761999785900116 + }, + "id": "tp_13442" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1680280, + "label": "-", + "classification": { + "B": 5.551611593546113e-06, + "S": 6.27725012236624e-06, + "I": 0.0018155418802052736, + "C": 0.00017023780674207956, + "R": 4.050967254443094e-05, + "M": 0.0002869259915314615, + "O": 8.453084592474625e-05, + "W": 1.260154112969758e-05, + "N": 0.00014358611952047795, + "Y": 0.003403194947168231, + "U": 1.2312631042732392e-05, + "K": 0.0005820924998261034, + "L": 9.206954018736724e-06, + "G": 0.0010248658945783973, + "F": 0.01060775201767683, + "E": 0.002878341358155012, + "T": 0.0011462524998933077, + "P": 0.18320365250110626, + "-": 0.7945665717124939 + }, + "id": "tp_13443" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1680380, + "label": "-", + "classification": { + "B": 4.85472846776247e-05, + "S": 0.001512338756583631, + "I": 0.0023677542340010405, + "C": 0.0007989181904122233, + "R": 0.0003376378444954753, + "M": 0.005781769752502441, + "O": 0.004296156577765942, + "W": 0.000949980050791055, + "N": 0.0010201951954513788, + "Y": 0.1476343721151352, + "U": 2.5601073502912186e-05, + "K": 0.18763360381126404, + "L": 0.0004204644646961242, + "G": 0.0820331946015358, + "F": 0.16102801263332367, + "E": 0.018654754385352135, + "T": 0.047404274344444275, + "P": 0.009391364641487598, + "-": 0.3286610245704651 + }, + "id": "tp_13444" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1680514, + "label": "-", + "classification": { + "B": 6.652429647147073e-07, + "S": 1.747584519762313e-06, + "I": 6.588440737687051e-05, + "C": 3.454610850894824e-05, + "R": 6.495232355518965e-06, + "M": 8.352384611498564e-05, + "O": 1.7720276446198113e-05, + "W": 1.2216476079629501e-06, + "N": 3.6751191601069877e-06, + "Y": 0.004086832050234079, + "U": 7.093269687175052e-07, + "K": 7.32230837456882e-05, + "L": 1.9481738036120078e-06, + "G": 0.0008608322823420167, + "F": 0.009599102661013603, + "E": 0.0001224759907927364, + "T": 0.001028274418786168, + "P": 0.020357171073555946, + "-": 0.9636539816856384 + }, + "id": "tp_13445" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1680647, + "label": "-", + "classification": { + "B": 4.5650836000277195e-06, + "S": 3.2799698601593263e-06, + "I": 0.0020781008061021566, + "C": 0.0005242251791059971, + "R": 0.0001047130353981629, + "M": 0.00043148326221853495, + "O": 9.99013936962001e-05, + "W": 7.309690772672184e-06, + "N": 6.207374099176377e-05, + "Y": 0.01111371349543333, + "U": 6.490978194051422e-06, + "K": 6.160054181236774e-05, + "L": 2.309062438143883e-05, + "G": 0.0033161386381834745, + "F": 0.008785644546151161, + "E": 0.002351694041863084, + "T": 0.001973888836801052, + "P": 0.09766823053359985, + "-": 0.871383786201477 + }, + "id": "tp_13446" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1680781, + "label": "-", + "classification": { + "B": 7.243755135277752e-06, + "S": 1.8542968973633833e-05, + "I": 0.0020065454300493, + "C": 0.00024250912247225642, + "R": 8.482844714308158e-05, + "M": 0.00020883056276943535, + "O": 0.00019534328021109104, + "W": 6.496874266304076e-05, + "N": 0.0005627262289635837, + "Y": 0.009202422574162483, + "U": 5.731716737500392e-05, + "K": 0.02071429044008255, + "L": 8.900102329789661e-06, + "G": 0.002304784720763564, + "F": 0.03372964262962341, + "E": 0.007456404622644186, + "T": 0.002281355205923319, + "P": 0.1764976531267166, + "-": 0.7443556189537048 + }, + "id": "tp_13447" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1680881, + "label": "-", + "classification": { + "B": 4.171850741840899e-05, + "S": 4.9630762077867985e-05, + "I": 0.0036640584003180265, + "C": 0.0003294521593488753, + "R": 0.00016858059098012745, + "M": 0.0018850741907954216, + "O": 0.0004215228545945138, + "W": 3.45325970556587e-05, + "N": 0.00018044984608422965, + "Y": 0.03630167618393898, + "U": 2.3061393221723847e-05, + "K": 0.0001371855614706874, + "L": 0.00010138994548469782, + "G": 0.004631534684449434, + "F": 0.00873696431517601, + "E": 0.0010807947255671024, + "T": 0.020725533366203308, + "P": 0.08018718659877777, + "-": 0.8412997126579285 + }, + "id": "tp_13448" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1681014, + "label": "-", + "classification": { + "B": 4.4581138354260474e-05, + "S": 2.8201589884702116e-05, + "I": 0.0074485051445662975, + "C": 0.000737678084988147, + "R": 0.00025518733309581876, + "M": 0.0022542334627360106, + "O": 0.0006185845704749227, + "W": 3.992592974100262e-05, + "N": 0.00033536480623297393, + "Y": 0.023563755676150322, + "U": 2.2742364308214746e-05, + "K": 2.2846490537631325e-05, + "L": 0.00010010000551119447, + "G": 0.0035105280112475157, + "F": 0.0013498219195753336, + "E": 0.0015871914802119136, + "T": 0.013272603042423725, + "P": 0.10119391232728958, + "-": 0.8436142206192017 + }, + "id": "tp_13449" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1681148, + "label": "-", + "classification": { + "B": 0.0010629416210576892, + "S": 0.0006994332070462406, + "I": 0.004249822814017534, + "C": 0.0061048888601362705, + "R": 0.0016419094754382968, + "M": 0.005785421933978796, + "O": 0.002364593092352152, + "W": 0.0006161207566037774, + "N": 0.0013684523291885853, + "Y": 0.04330112785100937, + "U": 0.00036177149740979075, + "K": 0.009850715287029743, + "L": 0.0008642960456199944, + "G": 0.03498668223619461, + "F": 0.10480304062366486, + "E": 0.028005221858620644, + "T": 0.013290965929627419, + "P": 0.11071546375751495, + "-": 0.6299270987510681 + }, + "id": "tp_13450" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1681281, + "label": "-", + "classification": { + "B": 1.4637851109000621e-07, + "S": 1.7952243069885299e-07, + "I": 0.0002494758809916675, + "C": 1.0027210919361096e-05, + "R": 1.3928101907367818e-06, + "M": 6.457552899519214e-06, + "O": 5.0924682000186294e-06, + "W": 4.896227210338111e-07, + "N": 2.2558362616109662e-05, + "Y": 0.00032146755256690085, + "U": 3.9034713950059086e-07, + "K": 4.2015428334707394e-05, + "L": 1.4428141525968385e-07, + "G": 7.746562187094241e-05, + "F": 0.0048792120069265366, + "E": 0.0006660565850324929, + "T": 9.413572115590796e-05, + "P": 0.40449973940849304, + "-": 0.5891234874725342 + }, + "id": "tp_13451" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1681381, + "label": "-", + "classification": { + "B": 1.2616103958862368e-05, + "S": 7.793056283844635e-06, + "I": 0.0007022026693448424, + "C": 8.686510409461334e-05, + "R": 1.2085786693205591e-05, + "M": 0.0008083806606009603, + "O": 6.464433681685477e-05, + "W": 4.326368070906028e-06, + "N": 2.0043153199367225e-05, + "Y": 0.011497408151626587, + "U": 2.6354541660111863e-07, + "K": 3.487985304673202e-05, + "L": 1.5066645573824644e-05, + "G": 0.00921530183404684, + "F": 0.02768360823392868, + "E": 0.011988569051027298, + "T": 0.001658727414906025, + "P": 0.056810278445482254, + "-": 0.8793768286705017 + }, + "id": "tp_13452" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1681515, + "label": "-", + "classification": { + "B": 2.624982542442922e-08, + "S": 4.466089009724783e-08, + "I": 6.573054997716099e-05, + "C": 4.9020791266229935e-06, + "R": 6.016584279677772e-07, + "M": 2.0372124708956107e-05, + "O": 2.7137457436765544e-06, + "W": 5.662629476432812e-08, + "N": 1.331506382484804e-06, + "Y": 0.000494214822538197, + "U": 8.78552057770321e-08, + "K": 8.523437031726644e-07, + "L": 2.0711141246465559e-07, + "G": 5.8402842114446685e-05, + "F": 0.0007370541570708156, + "E": 3.820374695351347e-05, + "T": 0.00040103314677253366, + "P": 0.06639693677425385, + "-": 0.9317771792411804 + }, + "id": "tp_13453" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1681648, + "label": "-", + "classification": { + "B": 7.916736649349332e-05, + "S": 9.040925760928076e-06, + "I": 0.0026544618885964155, + "C": 0.002189892577007413, + "R": 0.00034719472751021385, + "M": 0.004062531515955925, + "O": 0.0004900689236819744, + "W": 1.4957372513890732e-05, + "N": 5.41211775271222e-05, + "Y": 0.028326960280537605, + "U": 1.8240125427837484e-05, + "K": 1.0399077837064397e-05, + "L": 0.0003689376462716609, + "G": 0.014481259509921074, + "F": 0.003170264884829521, + "E": 0.0012844998855143785, + "T": 0.007135042920708656, + "P": 0.03477396070957184, + "-": 0.9005289077758789 + }, + "id": "tp_13454" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1681782, + "label": "-", + "classification": { + "B": 0.0002150165819330141, + "S": 0.0012813906650990248, + "I": 0.05661453306674957, + "C": 0.0010618082014843822, + "R": 0.0006159784970805049, + "M": 0.00979351531714201, + "O": 0.002503840485587716, + "W": 0.0005955906235612929, + "N": 0.006225575227290392, + "Y": 0.25087377429008484, + "U": 5.739475818700157e-05, + "K": 0.008362802676856518, + "L": 0.00018482333689462394, + "G": 0.01932491362094879, + "F": 0.03277507796883583, + "E": 0.017812905833125114, + "T": 0.08552541583776474, + "P": 0.09332503378391266, + "-": 0.412850558757782 + }, + "id": "tp_13455" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1681882, + "label": "-", + "classification": { + "B": 2.038482982413825e-08, + "S": 4.396590114197352e-08, + "I": 7.525640830863267e-05, + "C": 3.823457518592477e-06, + "R": 3.807431028235442e-07, + "M": 7.096809895301703e-06, + "O": 1.7486211163486587e-06, + "W": 1.6708810335330782e-07, + "N": 3.6741089388669934e-06, + "Y": 0.0002306725364178419, + "U": 9.732889338920359e-08, + "K": 4.149174492340535e-05, + "L": 4.445252343998618e-08, + "G": 3.331679545226507e-05, + "F": 0.002598163904622197, + "E": 0.0004199741524644196, + "T": 4.463452933123335e-05, + "P": 0.1345592886209488, + "-": 0.861980140209198 + }, + "id": "tp_13456" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1682015, + "label": "-", + "classification": { + "B": 0.000308513903291896, + "S": 0.00028204781119711697, + "I": 0.004238998983055353, + "C": 0.0014080244582146406, + "R": 0.0002607645292300731, + "M": 0.007049767300486565, + "O": 0.0014885615091770887, + "W": 0.00018518434080760926, + "N": 0.0006017335690557957, + "Y": 0.015359044075012207, + "U": 0.0001523877726867795, + "K": 0.00015254189202096313, + "L": 0.0007094875327311456, + "G": 0.0082499785348773, + "F": 0.01956244930624962, + "E": 0.005434634163975716, + "T": 0.01199743989855051, + "P": 0.2268032729625702, + "-": 0.6957552433013916 + }, + "id": "tp_13457" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1682149, + "label": "-", + "classification": { + "B": 1.5105568991202745e-06, + "S": 8.25034987883555e-07, + "I": 0.0004343636392150074, + "C": 7.061405540298438e-06, + "R": 2.7097353267890867e-06, + "M": 4.029187039122917e-05, + "O": 1.1620028089964762e-05, + "W": 9.56901317294978e-07, + "N": 1.4631322301283944e-05, + "Y": 0.0007903152727521956, + "U": 4.111987550459162e-07, + "K": 1.0526180631131865e-05, + "L": 7.193572173491702e-07, + "G": 0.0001728636270854622, + "F": 0.0013606511056423187, + "E": 0.0003674823383335024, + "T": 0.0003514147247187793, + "P": 0.3184780776500702, + "-": 0.6779535412788391 + }, + "id": "tp_13458" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1682282, + "label": "-", + "classification": { + "B": 4.500914292293601e-05, + "S": 5.3467112593352795e-05, + "I": 0.0011950309854000807, + "C": 7.158826338127255e-05, + "R": 2.6886056730290875e-05, + "M": 0.00025890179676935077, + "O": 0.00035716898855753243, + "W": 2.6318601157981902e-05, + "N": 0.00010083794768434018, + "Y": 0.0012331606121733785, + "U": 8.569239980715793e-06, + "K": 5.075712124380516e-06, + "L": 6.767029117327183e-05, + "G": 0.0006826315075159073, + "F": 0.003807372646406293, + "E": 0.0002656614815350622, + "T": 0.0018609127728268504, + "P": 0.35396021604537964, + "-": 0.6359734535217285 + }, + "id": "tp_13459" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1682382, + "label": "-", + "classification": { + "B": 7.539380476373481e-06, + "S": 1.424569018126931e-05, + "I": 0.0017824224196374416, + "C": 0.0001571222674101591, + "R": 5.358096314012073e-05, + "M": 0.00015530388918705285, + "O": 0.0001621624396648258, + "W": 2.505514567019418e-05, + "N": 0.00014133137301541865, + "Y": 0.00180181791074574, + "U": 3.079825910390355e-05, + "K": 4.4602114940062165e-05, + "L": 2.807681266858708e-05, + "G": 0.0004688646295107901, + "F": 0.0036992167588323355, + "E": 0.00042333980672992766, + "T": 0.0030201617628335953, + "P": 0.253978967666626, + "-": 0.7340053915977478 + }, + "id": "tp_13460" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1682516, + "label": "-", + "classification": { + "B": 0.00038680460420437157, + "S": 0.0014135063393041492, + "I": 0.014669006690382957, + "C": 0.018605126067996025, + "R": 0.0075968592427670956, + "M": 0.015881305560469627, + "O": 0.007318517193198204, + "W": 0.0015593356220051646, + "N": 0.0032830671407282352, + "Y": 0.23434947431087494, + "U": 0.0002672162081580609, + "K": 0.005904144141823053, + "L": 0.0021116852294653654, + "G": 0.05570477247238159, + "F": 0.09823782742023468, + "E": 0.01725362427532673, + "T": 0.05334920808672905, + "P": 0.0374598503112793, + "-": 0.424648642539978 + }, + "id": "tp_13461" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1682649, + "label": "-", + "classification": { + "B": 1.23189067835483e-06, + "S": 3.0428293484874303e-06, + "I": 0.0006618134793825448, + "C": 2.1222844225121662e-05, + "R": 3.38102313435229e-06, + "M": 7.306148472707719e-05, + "O": 3.1489860703004524e-05, + "W": 2.5454410206293687e-06, + "N": 3.7452242395374924e-05, + "Y": 0.0008575688116252422, + "U": 1.3702804153581383e-06, + "K": 2.8762262900272617e-06, + "L": 2.9507195904443506e-06, + "G": 9.439407585887238e-05, + "F": 0.0011557966936379671, + "E": 0.0003267756546847522, + "T": 0.0008642086759209633, + "P": 0.24679358303546906, + "-": 0.7490652799606323 + }, + "id": "tp_13462" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1682783, + "label": "-", + "classification": { + "B": 5.119341608406103e-07, + "S": 9.807557717067539e-07, + "I": 0.00015431160863954574, + "C": 3.257700154790655e-05, + "R": 3.966757503803819e-06, + "M": 4.0977942262543365e-05, + "O": 1.618295573280193e-05, + "W": 1.60737124588195e-06, + "N": 1.3852422853233293e-05, + "Y": 0.0008987420005723834, + "U": 1.325274070040905e-06, + "K": 0.00010723209561547264, + "L": 8.388080914301099e-07, + "G": 0.00019998392963316292, + "F": 0.005088428966701031, + "E": 0.00044169824104756117, + "T": 0.00022728957992512733, + "P": 0.11449114233255386, + "-": 0.8782782554626465 + }, + "id": "tp_13463" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1682883, + "label": "-", + "classification": { + "B": 5.445476563181728e-05, + "S": 0.00018619542242959142, + "I": 0.007278373930603266, + "C": 0.002278154017403722, + "R": 0.000810405530501157, + "M": 0.0017733206041157246, + "O": 0.0011865233536809683, + "W": 0.0003178038168698549, + "N": 0.0017474928172305226, + "Y": 0.0945136696100235, + "U": 0.00010246732563246042, + "K": 0.01666051708161831, + "L": 7.67911842558533e-05, + "G": 0.015863090753555298, + "F": 0.028613340109586716, + "E": 0.012885037809610367, + "T": 0.017356734722852707, + "P": 0.08406953513622284, + "-": 0.7142261862754822 + }, + "id": "tp_13464" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1683016, + "label": "-", + "classification": { + "B": 3.7450860190801905e-08, + "S": 1.0857931442842528e-07, + "I": 0.00011204368638573214, + "C": 1.854130800893472e-06, + "R": 1.965412508297959e-07, + "M": 4.6355812628462445e-06, + "O": 1.8981635321324575e-06, + "W": 1.4986403584771324e-07, + "N": 9.245032742910553e-06, + "Y": 0.0003187585680279881, + "U": 9.256535804524901e-08, + "K": 1.5941202946123667e-05, + "L": 4.3669729166140314e-08, + "G": 3.5202658182242885e-05, + "F": 0.001614993903785944, + "E": 0.00035231909714639187, + "T": 8.155216346494853e-05, + "P": 0.4478974938392639, + "-": 0.5495534539222717 + }, + "id": "tp_13465" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1683150, + "label": "-", + "classification": { + "B": 2.998276613652706e-05, + "S": 1.0020514309871942e-05, + "I": 0.003098993329331279, + "C": 9.682672680355608e-05, + "R": 2.560090069891885e-05, + "M": 0.000544040696695447, + "O": 0.00019334758690092713, + "W": 1.3280686289363075e-05, + "N": 0.00011332765279803425, + "Y": 0.010934969410300255, + "U": 4.352732048573671e-06, + "K": 2.86522954411339e-05, + "L": 1.9359658836037852e-05, + "G": 0.0017368538537994027, + "F": 0.002126143081113696, + "E": 0.0018514209659770131, + "T": 0.004041309468448162, + "P": 0.19183281064033508, + "-": 0.7832987308502197 + }, + "id": "tp_13466" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1683283, + "label": "P", + "classification": { + "B": 0.0004200633557047695, + "S": 3.644031676230952e-05, + "I": 0.0004577706567943096, + "C": 2.6218578568659723e-05, + "R": 5.411428446677746e-06, + "M": 0.00038676761323586106, + "O": 0.0004181468684691936, + "W": 3.143236608593725e-05, + "N": 4.842123598791659e-05, + "Y": 0.000254960817983374, + "U": 3.249225073886919e-06, + "K": 5.797612061542168e-07, + "L": 7.29744861018844e-05, + "G": 0.00045052319183014333, + "F": 0.001454767188988626, + "E": 0.0003941616741940379, + "T": 0.0008371482836082578, + "P": 0.5129737854003906, + "-": 0.4817272424697876 + }, + "id": "tp_13467" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1683383, + "label": "-", + "classification": { + "B": 0.0001322566531598568, + "S": 0.00012859895650763065, + "I": 0.003352248342707753, + "C": 0.00010130629380000755, + "R": 6.101943290559575e-05, + "M": 0.0036056169774383307, + "O": 0.0006196661270223558, + "W": 6.500058225356042e-05, + "N": 0.0002294190926477313, + "Y": 0.03059079498052597, + "U": 1.2772109585057478e-05, + "K": 0.00022325731697492301, + "L": 8.961256389738992e-05, + "G": 0.003636380424723029, + "F": 0.01307128369808197, + "E": 0.0030405109282583, + "T": 0.013110265135765076, + "P": 0.06877255439758301, + "-": 0.8591574430465698 + }, + "id": "tp_13468" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1683517, + "label": "-", + "classification": { + "B": 0.0014335241867229342, + "S": 0.0005615967093035579, + "I": 0.00939041655510664, + "C": 0.01560974307358265, + "R": 0.003982617054134607, + "M": 0.026213979348540306, + "O": 0.003319768700748682, + "W": 0.0003016209229826927, + "N": 0.0005183403263799846, + "Y": 0.0861334353685379, + "U": 0.00016447687812615186, + "K": 0.00016616891662124544, + "L": 0.004893174394965172, + "G": 0.06339958310127258, + "F": 0.049745675176382065, + "E": 0.008840437978506088, + "T": 0.034676022827625275, + "P": 0.049226224422454834, + "-": 0.6414232850074768 + }, + "id": "tp_13469" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1683650, + "label": "-", + "classification": { + "B": 1.9254202676677323e-09, + "S": 6.734128255025951e-10, + "I": 1.659337385717663e-06, + "C": 1.0992278021149104e-07, + "R": 5.361632027245378e-09, + "M": 2.1363896394177573e-06, + "O": 8.227451075981662e-08, + "W": 3.521638536341243e-10, + "N": 7.682322333835145e-09, + "Y": 6.729440065100789e-05, + "U": 4.477912485256752e-10, + "K": 8.822516606166175e-10, + "L": 7.695359904857924e-09, + "G": 8.729608452995308e-06, + "F": 8.643054752610624e-05, + "E": 1.28194187709596e-06, + "T": 5.102277282276191e-05, + "P": 0.0487784817814827, + "-": 0.9510027766227722 + }, + "id": "tp_13470" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1683750, + "label": "-", + "classification": { + "B": 8.254715133659829e-09, + "S": 1.330795118548167e-08, + "I": 9.714181942399591e-06, + "C": 3.8002028190931014e-07, + "R": 7.539524915500806e-08, + "M": 1.002327826427063e-05, + "O": 1.449813225917751e-06, + "W": 2.469752757860988e-08, + "N": 1.3374551599554252e-07, + "Y": 0.00028973614098504186, + "U": 7.158891701664061e-09, + "K": 3.920297331205802e-08, + "L": 7.144490865584885e-08, + "G": 1.5006698049546685e-05, + "F": 0.00018249430286232382, + "E": 6.646486326644663e-06, + "T": 0.00018155811994802207, + "P": 0.03802391514182091, + "-": 0.9612786769866943 + }, + "id": "tp_13471" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1683884, + "label": "-", + "classification": { + "B": 4.162482582614757e-05, + "S": 0.0001023191143758595, + "I": 0.007761230692267418, + "C": 0.0011981491697952151, + "R": 0.00031114855664782226, + "M": 0.0030129440128803253, + "O": 0.0010295049287378788, + "W": 6.85822669765912e-05, + "N": 0.00039359883521683514, + "Y": 0.034855034202337265, + "U": 3.0107537895673886e-05, + "K": 0.00041975005296990275, + "L": 0.00011861439270433038, + "G": 0.006845556665211916, + "F": 0.009450084529817104, + "E": 0.0019742369186133146, + "T": 0.015069211833178997, + "P": 0.05419664829969406, + "-": 0.863121747970581 + }, + "id": "tp_13472" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1684017, + "label": "-", + "classification": { + "B": 5.942882630449731e-09, + "S": 3.1432827451993717e-09, + "I": 7.428583194268867e-05, + "C": 1.3148543075658381e-05, + "R": 1.7686203364064568e-06, + "M": 7.51140169086284e-06, + "O": 1.0862599992833566e-06, + "W": 3.563764749969778e-08, + "N": 5.577548449764436e-07, + "Y": 0.0011087271850556135, + "U": 1.0568767550012126e-07, + "K": 9.790825288291671e-07, + "L": 1.1154298817928066e-07, + "G": 5.1745995733654127e-05, + "F": 0.0003411934885662049, + "E": 1.8603401258587837e-05, + "T": 0.00017660518642514944, + "P": 0.020338572561740875, + "-": 0.9778649806976318 + }, + "id": "tp_13473" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1684151, + "label": "P", + "classification": { + "B": 1.4348695458465954e-06, + "S": 2.873297717087553e-06, + "I": 0.001269770786166191, + "C": 2.6003661332651973e-05, + "R": 4.415273451741086e-06, + "M": 6.409928755601868e-05, + "O": 2.1596293663606048e-05, + "W": 5.523983872990357e-06, + "N": 0.00013494981976691633, + "Y": 0.001059334259480238, + "U": 2.7660657906380948e-06, + "K": 8.912520570447668e-05, + "L": 2.3529178179160226e-06, + "G": 0.0003261852834839374, + "F": 0.006558896042406559, + "E": 0.0031429841183125973, + "T": 0.0006189699633978307, + "P": 0.6605448126792908, + "-": 0.3261238932609558 + }, + "id": "tp_13474" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1684251, + "label": "-", + "classification": { + "B": 5.568755113927182e-06, + "S": 6.8226490839151666e-06, + "I": 0.0007877634488977492, + "C": 4.63603537355084e-05, + "R": 8.048113159020431e-06, + "M": 7.245789311127737e-05, + "O": 6.520988972624764e-05, + "W": 2.0258748918422498e-05, + "N": 0.0001596478105057031, + "Y": 0.0008740406483411789, + "U": 1.1108598300779704e-05, + "K": 0.0006931839743629098, + "L": 2.8263605145184556e-06, + "G": 0.000323290383676067, + "F": 0.01243350375443697, + "E": 0.003681889967992902, + "T": 0.0004689107299782336, + "P": 0.41231849789619446, + "-": 0.5680206418037415 + }, + "id": "tp_13475" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1684384, + "label": "-", + "classification": { + "B": 0.0008053291239775717, + "S": 2.6339403120800853e-05, + "I": 0.0034259294625371695, + "C": 0.000324492430081591, + "R": 7.931677828310058e-05, + "M": 0.002850941615179181, + "O": 0.001177385332994163, + "W": 3.4200824302388355e-05, + "N": 0.00011469183664303273, + "Y": 0.0024448989424854517, + "U": 1.204785075969994e-05, + "K": 6.757364303666691e-07, + "L": 0.0005044559948146343, + "G": 0.0048095653764903545, + "F": 0.0007614701171405613, + "E": 0.001235682750120759, + "T": 0.0034678291995078325, + "P": 0.24457713961601257, + "-": 0.7333477139472961 + }, + "id": "tp_13476" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1684518, + "label": "-", + "classification": { + "B": 2.3738184609101154e-06, + "S": 1.8483457324691699e-06, + "I": 0.00027027359465137124, + "C": 1.944389077834785e-05, + "R": 2.4048579234658973e-06, + "M": 2.7408619644120336e-05, + "O": 1.3564291293732822e-05, + "W": 1.5511226365561015e-06, + "N": 2.648740519362036e-05, + "Y": 0.0011082187993451953, + "U": 4.684482632910658e-07, + "K": 6.692835449939594e-05, + "L": 1.1066139222748461e-06, + "G": 0.0010359296575188637, + "F": 0.02788115106523037, + "E": 0.003890380961820483, + "T": 0.0002589089563116431, + "P": 0.2912638485431671, + "-": 0.6741276979446411 + }, + "id": "tp_13477" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1684651, + "label": "P", + "classification": { + "B": 4.906946742266882e-07, + "S": 2.9554851010971106e-08, + "I": 5.85659290663898e-05, + "C": 5.5899322433106136e-06, + "R": 1.067148787115002e-07, + "M": 9.895959919958841e-06, + "O": 1.3820991853208398e-06, + "W": 4.6623654270661063e-08, + "N": 1.6469139154651202e-06, + "Y": 8.831088780425489e-05, + "U": 5.2964097108088026e-08, + "K": 1.9588561883665534e-07, + "L": 1.3938087306542002e-07, + "G": 6.193315493874252e-05, + "F": 0.0002424916165182367, + "E": 0.0002366072149015963, + "T": 3.976867810706608e-05, + "P": 0.5175178050994873, + "-": 0.48173487186431885 + }, + "id": "tp_13478" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1684751, + "label": "-", + "classification": { + "B": 8.582986083638389e-06, + "S": 1.4493689377559349e-05, + "I": 0.00030172851984389126, + "C": 5.223909829510376e-05, + "R": 1.50731375470059e-05, + "M": 0.0008540063863620162, + "O": 0.00014603334420826286, + "W": 9.10540074983146e-06, + "N": 2.0463096007006243e-05, + "Y": 0.0049683875404298306, + "U": 2.8494569050963037e-06, + "K": 5.590494038187899e-05, + "L": 1.4932421436242294e-05, + "G": 0.0012421519495546818, + "F": 0.006161475088447332, + "E": 0.00042835628846660256, + "T": 0.003372998209670186, + "P": 0.04211965575814247, + "-": 0.9402115345001221 + }, + "id": "tp_13479" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1684885, + "label": "-", + "classification": { + "B": 1.056881774275098e-05, + "S": 5.139370387041708e-07, + "I": 0.0006848992197774351, + "C": 3.862091398332268e-05, + "R": 2.1831858703080798e-06, + "M": 0.00011358724441379309, + "O": 1.756791607476771e-05, + "W": 1.0030551038653357e-06, + "N": 2.3362146748695523e-05, + "Y": 0.0009518079459667206, + "U": 1.1238056458751089e-06, + "K": 5.923081971559441e-06, + "L": 2.22494850277144e-06, + "G": 0.0008079422987066209, + "F": 0.0007938805501908064, + "E": 0.0015229146229103208, + "T": 0.00035793884308077395, + "P": 0.32304471731185913, + "-": 0.671619176864624 + }, + "id": "tp_13480" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1685018, + "label": "-", + "classification": { + "B": 2.494246245987597e-06, + "S": 7.471867775166174e-06, + "I": 0.00011556261597434059, + "C": 5.3917385230306536e-05, + "R": 2.7075888283434324e-05, + "M": 0.00030961839365772903, + "O": 0.0001104120456147939, + "W": 5.0083922360499855e-06, + "N": 1.113997586799087e-05, + "Y": 0.010539702139794827, + "U": 7.133525627978088e-07, + "K": 6.175630551297218e-05, + "L": 1.670569326961413e-05, + "G": 0.0044337911531329155, + "F": 0.03926343470811844, + "E": 0.000555304519366473, + "T": 0.0022008144296705723, + "P": 0.040860697627067566, + "-": 0.9014243483543396 + }, + "id": "tp_13481" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1685152, + "label": "-", + "classification": { + "B": 1.713464553176891e-05, + "S": 1.0004390787798911e-05, + "I": 0.004994040355086327, + "C": 0.0008216954302042723, + "R": 0.00022656319197267294, + "M": 0.0013044216902926564, + "O": 0.00028265654691495, + "W": 3.314729474368505e-05, + "N": 0.00021414109505712986, + "Y": 0.022685114294290543, + "U": 4.288833952159621e-05, + "K": 0.0004946203553117812, + "L": 3.999585533165373e-05, + "G": 0.0037305632140487432, + "F": 0.004237907938659191, + "E": 0.0021357962395995855, + "T": 0.006302708759903908, + "P": 0.05541929230093956, + "-": 0.8970073461532593 + }, + "id": "tp_13482" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1685252, + "label": "P", + "classification": { + "B": 4.667651592171751e-05, + "S": 3.0280411010608077e-05, + "I": 0.0002750877756625414, + "C": 3.387151309652836e-06, + "R": 1.438483877791441e-06, + "M": 4.732789966510609e-05, + "O": 0.00013634107017423958, + "W": 1.187317684525624e-05, + "N": 5.7894027122529224e-05, + "Y": 5.56915947527159e-05, + "U": 5.43182409273868e-07, + "K": 2.7096848498331383e-06, + "L": 5.073179181636078e-06, + "G": 7.753862155368552e-05, + "F": 0.0033861829433590174, + "E": 0.0002519820409361273, + "T": 0.00014527002349495888, + "P": 0.6385749578475952, + "-": 0.35688984394073486 + }, + "id": "tp_13483" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1685385, + "label": "-", + "classification": { + "B": 7.591163739562035e-05, + "S": 7.83534960646648e-06, + "I": 0.001016531023196876, + "C": 0.0002508915786165744, + "R": 3.875187394442037e-05, + "M": 0.0006033552344888449, + "O": 0.0001484006061218679, + "W": 2.2361997253028676e-05, + "N": 6.802670395700261e-05, + "Y": 0.003651686944067478, + "U": 1.5325633285101503e-05, + "K": 0.00025930986157618463, + "L": 2.6911589884548448e-05, + "G": 0.0032863225787878036, + "F": 0.008237142115831375, + "E": 0.0040807598270475864, + "T": 0.0011063950369134545, + "P": 0.13957396149635315, + "-": 0.8375300765037537 + }, + "id": "tp_13484" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1685519, + "label": "-", + "classification": { + "B": 4.0328024624614045e-05, + "S": 0.00016028358368203044, + "I": 0.0027530149091035128, + "C": 0.0002813354367390275, + "R": 5.408738070400432e-05, + "M": 0.0014036392094567418, + "O": 0.0005265808431431651, + "W": 7.332448149099946e-05, + "N": 0.0005414665210992098, + "Y": 0.011342203244566917, + "U": 3.1201590900309384e-05, + "K": 0.0019213451305404305, + "L": 3.484871194814332e-05, + "G": 0.0033092007506638765, + "F": 0.011159141547977924, + "E": 0.004230734426528215, + "T": 0.007724309805780649, + "P": 0.13471606373786926, + "-": 0.8196969628334045 + }, + "id": "tp_13485" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1685652, + "label": "-", + "classification": { + "B": 1.5759158486616798e-05, + "S": 1.9247376258135773e-05, + "I": 0.0014711653348058462, + "C": 0.00012779577809851617, + "R": 5.62865607207641e-05, + "M": 0.0002271677803946659, + "O": 0.00020221377781126648, + "W": 1.7155907698906958e-05, + "N": 0.00014182296581566334, + "Y": 0.004511760547757149, + "U": 1.895110654004384e-05, + "K": 3.052581087104045e-05, + "L": 3.197220212314278e-05, + "G": 0.0007547191926278174, + "F": 0.0038765291683375835, + "E": 0.0007035380695015192, + "T": 0.002995273796841502, + "P": 0.18125610053539276, + "-": 0.8035420179367065 + }, + "id": "tp_13486" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1685752, + "label": "-", + "classification": { + "B": 2.413350330243702e-06, + "S": 2.5046288101293612e-06, + "I": 7.383418414974585e-05, + "C": 4.4448730477597564e-05, + "R": 9.026752195495646e-06, + "M": 0.0004814152780454606, + "O": 0.00010284124437021092, + "W": 1.2844089951613569e-06, + "N": 2.3365241759165656e-06, + "Y": 0.0024138293229043484, + "U": 3.260608991695335e-07, + "K": 4.912618010166625e-07, + "L": 3.4143558877985924e-05, + "G": 0.0014053448103368282, + "F": 0.006912930868566036, + "E": 0.00010759625729406253, + "T": 0.0012302669929340482, + "P": 0.01928258314728737, + "-": 0.9678923487663269 + }, + "id": "tp_13487" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1685886, + "label": "-", + "classification": { + "B": 3.752147961222363e-07, + "S": 4.302308198589344e-08, + "I": 3.4773755032802e-05, + "C": 8.50128003548889e-07, + "R": 9.345038876062972e-08, + "M": 4.877362698607612e-06, + "O": 1.6667206637066556e-06, + "W": 5.348082865452852e-08, + "N": 6.238060450414196e-07, + "Y": 7.328205538215116e-05, + "U": 1.2497382684273362e-08, + "K": 1.1644404196431424e-07, + "L": 1.3193530890021066e-07, + "G": 2.6125584554392844e-05, + "F": 0.0007145087001845241, + "E": 8.100846025627106e-05, + "T": 1.8254555470775813e-05, + "P": 0.29784828424453735, + "-": 0.7011949419975281 + }, + "id": "tp_13488" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1686019, + "label": "-", + "classification": { + "B": 9.72951966105029e-05, + "S": 0.00046608259435743093, + "I": 0.004415553528815508, + "C": 0.0006512227701023221, + "R": 0.0004049984854646027, + "M": 0.001604946912266314, + "O": 0.0012493946123868227, + "W": 0.0004537768545560539, + "N": 0.0014307191595435143, + "Y": 0.037604376673698425, + "U": 0.00013642899284604937, + "K": 0.012714331969618797, + "L": 0.00015232562145683914, + "G": 0.009475809521973133, + "F": 0.11591769754886627, + "E": 0.009157640859484673, + "T": 0.014318193309009075, + "P": 0.13305732607841492, + "-": 0.6566919684410095 + }, + "id": "tp_13489" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1686153, + "label": "-", + "classification": { + "B": 2.969748675241135e-05, + "S": 2.1829619072377682e-05, + "I": 0.0006594976875931025, + "C": 0.00033140130108222365, + "R": 0.00010872444545384496, + "M": 0.0006230433937162161, + "O": 0.00035072254831902683, + "W": 2.920944825746119e-05, + "N": 8.12608705018647e-05, + "Y": 0.0058438656851649284, + "U": 2.115343522746116e-05, + "K": 9.981322364183143e-05, + "L": 6.25436005066149e-05, + "G": 0.0015972681576386094, + "F": 0.007205245550721884, + "E": 0.0007278480334207416, + "T": 0.003476404584944248, + "P": 0.08604059368371964, + "-": 0.8926898837089539 + }, + "id": "tp_13490" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1686253, + "label": "-", + "classification": { + "B": 0.00013929186388850212, + "S": 2.4365146600757726e-05, + "I": 0.0025383727625012398, + "C": 0.0010335613042116165, + "R": 0.00026115632499568164, + "M": 0.0022214411292225122, + "O": 0.0004733918176498264, + "W": 3.255464253015816e-05, + "N": 0.00014943278802093118, + "Y": 0.012810892425477505, + "U": 3.815588934230618e-05, + "K": 0.00011749389523174614, + "L": 0.00015363132115453482, + "G": 0.009008582681417465, + "F": 0.01045510359108448, + "E": 0.0024433035869151354, + "T": 0.004715851508080959, + "P": 0.09206940233707428, + "-": 0.8613139390945435 + }, + "id": "tp_13491" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1686386, + "label": "-", + "classification": { + "B": 1.93827690964099e-06, + "S": 6.989204734964005e-07, + "I": 0.00045405328273773193, + "C": 1.3058868717052974e-05, + "R": 2.818122084136121e-06, + "M": 2.761218638624996e-05, + "O": 1.7185853721457534e-05, + "W": 1.5137786704144673e-06, + "N": 1.6499849152751267e-05, + "Y": 0.0003338713140692562, + "U": 1.4263417824622593e-06, + "K": 1.0637510058586486e-05, + "L": 1.8375596937403316e-06, + "G": 0.0002001731627387926, + "F": 0.0024771408643573523, + "E": 0.0003535052528604865, + "T": 0.00023351494746748358, + "P": 0.35630151629447937, + "-": 0.6395509839057922 + }, + "id": "tp_13492" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1686520, + "label": "-", + "classification": { + "B": 1.3192502592573874e-05, + "S": 9.706977834866848e-06, + "I": 0.000275211816187948, + "C": 3.186005778843537e-05, + "R": 8.720218829694204e-06, + "M": 8.658338629174978e-05, + "O": 6.18925187154673e-05, + "W": 6.800322353228694e-06, + "N": 3.279309021309018e-05, + "Y": 0.001357807544991374, + "U": 3.6111691770202015e-06, + "K": 7.195814396254718e-05, + "L": 1.0569070582278073e-05, + "G": 0.0005335384630598128, + "F": 0.02424507774412632, + "E": 0.0008173327660188079, + "T": 0.0006854112143628299, + "P": 0.18284058570861816, + "-": 0.7889073491096497 + }, + "id": "tp_13493" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1686653, + "label": "P", + "classification": { + "B": 6.83259258948965e-06, + "S": 7.386286597466096e-06, + "I": 0.03125869110226631, + "C": 0.00018303014803677797, + "R": 6.744208803866059e-05, + "M": 0.0003336787049192935, + "O": 8.874442573869601e-05, + "W": 1.2092242286598776e-05, + "N": 0.001253605354577303, + "Y": 0.005350560415536165, + "U": 8.41932251205435e-06, + "K": 0.00016266964667011052, + "L": 6.059891347831581e-06, + "G": 0.0008350413991138339, + "F": 0.0019012242555618286, + "E": 0.002507953206077218, + "T": 0.0018293976318091154, + "P": 0.6601269245147705, + "-": 0.29406020045280457 + }, + "id": "tp_13494" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1686753, + "label": "-", + "classification": { + "B": 3.592900247895159e-05, + "S": 2.9323247872525826e-05, + "I": 0.005318276584148407, + "C": 0.00018723875109571964, + "R": 7.745536277070642e-05, + "M": 0.0005998784326948225, + "O": 0.000193520711036399, + "W": 3.7880538002355024e-05, + "N": 0.0003825271560344845, + "Y": 0.012744559906423092, + "U": 2.7278550987830386e-05, + "K": 0.00017521130212116987, + "L": 3.1775191018823534e-05, + "G": 0.0021903051529079676, + "F": 0.00645827129483223, + "E": 0.0033141563180834055, + "T": 0.0040803635492920876, + "P": 0.3937437832355499, + "-": 0.5703722238540649 + }, + "id": "tp_13495" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1686887, + "label": "-", + "classification": { + "B": 1.4142628060653806e-05, + "S": 2.4908715658966685e-06, + "I": 0.00043000784353353083, + "C": 3.670579462777823e-05, + "R": 4.264226845407393e-06, + "M": 0.00023078490630723536, + "O": 3.887771163135767e-05, + "W": 2.433574536553351e-06, + "N": 3.096756336162798e-05, + "Y": 0.0009331576875410974, + "U": 1.6737441228542593e-06, + "K": 2.5916546292137355e-05, + "L": 4.6608629418187775e-06, + "G": 0.0005740487249568105, + "F": 0.005233097821474075, + "E": 0.0023145463783293962, + "T": 0.000496378168463707, + "P": 0.3083299696445465, + "-": 0.6812958717346191 + }, + "id": "tp_13496" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1687020, + "label": "-", + "classification": { + "B": 4.4638662188845046e-07, + "S": 4.7398239075846504e-06, + "I": 6.345703877741471e-05, + "C": 0.0001252070360351354, + "R": 2.1077890778542496e-05, + "M": 9.412337385583669e-05, + "O": 0.00010140841186512262, + "W": 1.345921464235289e-05, + "N": 2.8306250897003338e-05, + "Y": 0.009805669076740742, + "U": 2.0068987396371085e-06, + "K": 0.0098603256046772, + "L": 4.764096502185566e-06, + "G": 0.0023669609799981117, + "F": 0.09414569288492203, + "E": 0.0015654194867238402, + "T": 0.001074586994946003, + "P": 0.02933596447110176, + "-": 0.8513863682746887 + }, + "id": "tp_13497" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1687154, + "label": "-", + "classification": { + "B": 1.3408861150310258e-06, + "S": 7.235224074975122e-06, + "I": 0.00012067162606399506, + "C": 2.982208570756484e-06, + "R": 6.114354960118362e-07, + "M": 0.000333316478645429, + "O": 4.86032004118897e-05, + "W": 3.3210358196811285e-06, + "N": 7.690831807849463e-06, + "Y": 0.0015286720590665936, + "U": 1.3990286618081882e-07, + "K": 7.111242666724138e-06, + "L": 1.5209481034617056e-06, + "G": 0.00010636759543558583, + "F": 0.0020728684030473232, + "E": 0.0002174613910028711, + "T": 0.0016049820696935058, + "P": 0.06278630346059799, + "-": 0.9311488270759583 + }, + "id": "tp_13498" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1687254, + "label": "P", + "classification": { + "B": 2.5506092242721934e-06, + "S": 1.566693640597805e-06, + "I": 0.0036836941726505756, + "C": 2.7867516109836288e-05, + "R": 5.84144936510711e-06, + "M": 0.00010547273996053264, + "O": 1.7012131138471887e-05, + "W": 1.2051178828187403e-06, + "N": 7.28062805137597e-05, + "Y": 0.0009388815960846841, + "U": 7.935885264487297e-07, + "K": 1.809134118957445e-06, + "L": 3.87666113965679e-06, + "G": 0.0002788038400467485, + "F": 0.0014285595389083028, + "E": 0.0007832483388483524, + "T": 0.0005120573914609849, + "P": 0.6719240546226501, + "-": 0.32020992040634155 + }, + "id": "tp_13499" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1687387, + "label": "-", + "classification": { + "B": 0.00024676643079146743, + "S": 0.00032977378577925265, + "I": 0.014895264990627766, + "C": 0.0009709123405627906, + "R": 0.00037858649739064276, + "M": 0.002925303066149354, + "O": 0.0012048357166349888, + "W": 0.00027439353289082646, + "N": 0.0024246249813586473, + "Y": 0.010261030867695808, + "U": 0.00015675410395488143, + "K": 0.0009034565882757306, + "L": 0.0002070078917313367, + "G": 0.00440641026943922, + "F": 0.01371327880769968, + "E": 0.005561052355915308, + "T": 0.011956844478845596, + "P": 0.399538516998291, + "-": 0.5296451449394226 + }, + "id": "tp_13500" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1687521, + "label": "-", + "classification": { + "B": 8.662755703880975e-07, + "S": 3.6531034197651024e-07, + "I": 0.00022589004947803915, + "C": 1.3623690392705612e-05, + "R": 3.9644783100811765e-06, + "M": 5.211807365412824e-05, + "O": 2.690644032554701e-05, + "W": 1.292255547014065e-06, + "N": 5.571032488660421e-06, + "Y": 0.00040616007754579186, + "U": 6.146558462205576e-07, + "K": 1.385016162203101e-06, + "L": 1.8424688050799887e-06, + "G": 0.00011232881661271676, + "F": 0.000656218093354255, + "E": 3.368087709532119e-05, + "T": 0.000531328609213233, + "P": 0.11112384498119354, + "-": 0.8868019580841064 + }, + "id": "tp_13501" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1687654, + "label": "-", + "classification": { + "B": 9.027381747728214e-05, + "S": 0.00020176601537968963, + "I": 0.0010055691236630082, + "C": 0.00040418619755655527, + "R": 0.00012319789675530046, + "M": 0.003562834346666932, + "O": 0.0012277917703613639, + "W": 0.00012222565419506282, + "N": 0.00022018518939148635, + "Y": 0.023239582777023315, + "U": 2.8754218874382786e-05, + "K": 0.0034764581359922886, + "L": 0.00020430563017725945, + "G": 0.012900611385703087, + "F": 0.05387478321790695, + "E": 0.005997722502797842, + "T": 0.0075258794240653515, + "P": 0.05271004140377045, + "-": 0.8330838084220886 + }, + "id": "tp_13502" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1687754, + "label": "-", + "classification": { + "B": 2.986318122566445e-06, + "S": 4.679272478824714e-06, + "I": 0.00023858212807681412, + "C": 9.923858306137845e-05, + "R": 1.3832121112500317e-05, + "M": 0.00011010184971382841, + "O": 4.222533607389778e-05, + "W": 3.763355607588892e-06, + "N": 3.380859561730176e-05, + "Y": 0.0016075463499873877, + "U": 1.7828787122198264e-06, + "K": 0.00014772044960409403, + "L": 3.9763822314853314e-06, + "G": 0.0008387750713154674, + "F": 0.027056578546762466, + "E": 0.0023703870829194784, + "T": 0.0006338504608720541, + "P": 0.1363077312707901, + "-": 0.8304824233055115 + }, + "id": "tp_13503" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1687888, + "label": "-", + "classification": { + "B": 3.239291572754155e-06, + "S": 2.497741206752835e-06, + "I": 9.812117787078023e-05, + "C": 1.4012093743076548e-05, + "R": 2.0879163002973655e-06, + "M": 9.153892460744828e-05, + "O": 3.2791496778372675e-05, + "W": 1.1844537084471085e-06, + "N": 4.969445853930665e-06, + "Y": 0.0007028057589195669, + "U": 3.9978075960789283e-07, + "K": 2.0205693544994574e-06, + "L": 5.1532524594222195e-06, + "G": 0.00041526067070662975, + "F": 0.007038652431219816, + "E": 0.0001521358935860917, + "T": 0.00043470002128742635, + "P": 0.10830817371606827, + "-": 0.8826903700828552 + }, + "id": "tp_13504" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1688021, + "label": "-", + "classification": { + "B": 1.0580220077827107e-05, + "S": 4.6947541704867035e-05, + "I": 0.026765726506710052, + "C": 8.30317658255808e-05, + "R": 0.0001234335359185934, + "M": 0.0006068865186534822, + "O": 0.00023102441627997905, + "W": 2.0962586859241128e-05, + "N": 0.0010817720321938396, + "Y": 0.01763644441962242, + "U": 5.853767561347922e-06, + "K": 0.00016512365255039185, + "L": 1.1886373613378964e-05, + "G": 0.0013808984076604247, + "F": 0.0031421161256730556, + "E": 0.0006283800466917455, + "T": 0.021568352356553078, + "P": 0.29560673236846924, + "-": 0.6308837532997131 + }, + "id": "tp_13505" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1688155, + "label": "-", + "classification": { + "B": 4.2244366341037676e-05, + "S": 0.0001323129254160449, + "I": 0.0006330605829134583, + "C": 3.629027196438983e-05, + "R": 1.593933666299563e-05, + "M": 0.00032808282412588596, + "O": 0.00026395529857836664, + "W": 5.524615335161798e-05, + "N": 0.00020972824131604284, + "Y": 0.004532615188509226, + "U": 1.1440146408858709e-05, + "K": 0.002073799492791295, + "L": 1.9416373106651008e-05, + "G": 0.0014638187130913138, + "F": 0.06398418545722961, + "E": 0.0026311699766665697, + "T": 0.0032748389057815075, + "P": 0.1594390720129013, + "-": 0.7608527541160583 + }, + "id": "tp_13506" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1688255, + "label": "-", + "classification": { + "B": 4.5204442358226515e-06, + "S": 4.869124836659466e-07, + "I": 0.00026993860956281424, + "C": 2.615265839267522e-05, + "R": 2.189862470913795e-06, + "M": 0.0001745496119838208, + "O": 2.5014751372509636e-05, + "W": 1.0019477940659272e-06, + "N": 7.158143944252515e-06, + "Y": 0.00018178526079282165, + "U": 3.85745636322099e-07, + "K": 4.2350436046945106e-07, + "L": 2.8733909402944846e-06, + "G": 0.00011740362242562696, + "F": 0.0004197322705294937, + "E": 0.00033928253105841577, + "T": 0.00033577557769604027, + "P": 0.3110106885433197, + "-": 0.6870806813240051 + }, + "id": "tp_13507" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1688388, + "label": "-", + "classification": { + "B": 2.3739995924643154e-07, + "S": 8.952894859248772e-06, + "I": 0.00011313198046991602, + "C": 0.0011188621865585446, + "R": 5.2793700888287276e-05, + "M": 0.00023234833497554064, + "O": 6.098462108639069e-05, + "W": 6.999690413067583e-06, + "N": 2.0629089704016224e-05, + "Y": 0.007658430840820074, + "U": 3.67524677358233e-07, + "K": 0.006531296297907829, + "L": 5.835217507410562e-06, + "G": 0.01487118098884821, + "F": 0.2289385199546814, + "E": 0.0046830205246806145, + "T": 0.0012622162466868758, + "P": 0.016981299966573715, + "-": 0.7174529433250427 + }, + "id": "tp_13508" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1688522, + "label": "-", + "classification": { + "B": 0.001132140401750803, + "S": 0.001125334994867444, + "I": 0.0019825694616883993, + "C": 0.0011193117825314403, + "R": 0.0009070057421922684, + "M": 0.009488805197179317, + "O": 0.005799475125968456, + "W": 0.0005439362721517682, + "N": 0.0003167573013342917, + "Y": 0.032347336411476135, + "U": 0.00010253070649923757, + "K": 7.24973069736734e-05, + "L": 0.002672516508027911, + "G": 0.0135811110958457, + "F": 0.029088320210576057, + "E": 0.0008898288360796869, + "T": 0.03628966957330704, + "P": 0.05588548257946968, + "-": 0.8066554069519043 + }, + "id": "tp_13509" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1688655, + "label": "-", + "classification": { + "B": 0.0013455699663609266, + "S": 0.0007001710473559797, + "I": 0.0035986986476927996, + "C": 0.0007003283244557679, + "R": 0.00026607781182974577, + "M": 0.002176579786464572, + "O": 0.002457886701449752, + "W": 0.0005785856046713889, + "N": 0.0007036381284706295, + "Y": 0.006973269861191511, + "U": 4.823195195058361e-05, + "K": 0.0008072461350820959, + "L": 0.0002778925991151482, + "G": 0.006814079359173775, + "F": 0.03590963035821915, + "E": 0.011093947105109692, + "T": 0.0026653076056391, + "P": 0.18001489341259003, + "-": 0.7428680062294006 + }, + "id": "tp_13510" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1688755, + "label": "-", + "classification": { + "B": 5.019309412546136e-08, + "S": 3.6827753291390763e-08, + "I": 3.938675490644528e-06, + "C": 4.2273453004781913e-07, + "R": 6.196932389457288e-08, + "M": 4.367385827208636e-06, + "O": 1.096080154638912e-06, + "W": 1.6657262236208226e-08, + "N": 1.892887837584567e-07, + "Y": 9.893263631965965e-05, + "U": 5.852626383529014e-09, + "K": 3.5733563663598034e-07, + "L": 3.133631309992779e-08, + "G": 2.2373524188878946e-05, + "F": 0.0011670010862872005, + "E": 1.6254578440566547e-05, + "T": 5.145353497937322e-05, + "P": 0.06202227249741554, + "-": 0.9366111755371094 + }, + "id": "tp_13511" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1688889, + "label": "-", + "classification": { + "B": 7.431288395309821e-06, + "S": 4.210165570839308e-06, + "I": 0.0005440986133180559, + "C": 3.355367880431004e-05, + "R": 7.9043056757655e-06, + "M": 0.00014063918206375092, + "O": 5.03631672472693e-05, + "W": 4.579864707920933e-06, + "N": 5.6263364967890084e-05, + "Y": 0.0012829545885324478, + "U": 3.494059910735814e-06, + "K": 5.6095403124345466e-05, + "L": 4.7622693273297045e-06, + "G": 0.0005889915046282113, + "F": 0.004636752884835005, + "E": 0.0007657668902538717, + "T": 0.0013086135732010007, + "P": 0.2596123516559601, + "-": 0.730891227722168 + }, + "id": "tp_13512" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1689022, + "label": "-", + "classification": { + "B": 4.57539499620907e-07, + "S": 1.960030182601713e-08, + "I": 5.299385065882234e-06, + "C": 7.531053825005074e-08, + "R": 8.713007204619316e-09, + "M": 2.31622743740445e-06, + "O": 9.546023420625716e-07, + "W": 4.957560051366272e-08, + "N": 7.67405623491868e-08, + "Y": 3.624965756898746e-05, + "U": 5.367948308077075e-09, + "K": 1.5110765971826368e-08, + "L": 7.966160353589657e-08, + "G": 8.700249054527376e-06, + "F": 0.0004125201958231628, + "E": 1.5227677977236453e-05, + "T": 1.518948920420371e-05, + "P": 0.18697991967201233, + "-": 0.8125228881835938 + }, + "id": "tp_13513" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1689156, + "label": "-", + "classification": { + "B": 0.00019901753694284707, + "S": 2.7076412152382545e-05, + "I": 0.0038517783395946026, + "C": 0.0006852541118860245, + "R": 0.0001460552157368511, + "M": 0.004005375783890486, + "O": 0.0005848697619512677, + "W": 3.935126369469799e-05, + "N": 0.00022889590763952583, + "Y": 0.011368447914719582, + "U": 4.612657357938588e-05, + "K": 2.8228383598616347e-05, + "L": 0.0002686207590159029, + "G": 0.006879833526909351, + "F": 0.004089245107024908, + "E": 0.0034651774913072586, + "T": 0.00914323702454567, + "P": 0.1770305186510086, + "-": 0.777912974357605 + }, + "id": "tp_13514" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1689256, + "label": "-", + "classification": { + "B": 1.3066005521977786e-05, + "S": 5.174520629225299e-05, + "I": 0.0017151730135083199, + "C": 0.0008740643970668316, + "R": 8.657413854962215e-05, + "M": 0.0007626306614838541, + "O": 0.00030628751846961677, + "W": 4.4392501877155155e-05, + "N": 0.00025276592350564897, + "Y": 0.019178714603185654, + "U": 6.22435027253232e-06, + "K": 0.002180067589506507, + "L": 3.005403050337918e-05, + "G": 0.011499527841806412, + "F": 0.049349475651979446, + "E": 0.01908760890364647, + "T": 0.0038848882541060448, + "P": 0.09917089343070984, + "-": 0.7915058135986328 + }, + "id": "tp_13515" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1689389, + "label": "-", + "classification": { + "B": 4.840220299229259e-06, + "S": 4.749382242152933e-06, + "I": 0.003093054750934243, + "C": 0.0007355573470704257, + "R": 0.00020585066522471607, + "M": 0.0009503712062723935, + "O": 0.00022115724277682602, + "W": 1.004599835141562e-05, + "N": 0.00013425778888631612, + "Y": 0.00868198648095131, + "U": 1.869513471319806e-05, + "K": 1.3293030860950239e-05, + "L": 6.056415440980345e-05, + "G": 0.002067826222628355, + "F": 0.002795479027554393, + "E": 0.0007981567177921534, + "T": 0.006597723811864853, + "P": 0.1135234460234642, + "-": 0.8600829243659973 + }, + "id": "tp_13516" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1689523, + "label": "-", + "classification": { + "B": 2.565775503171608e-07, + "S": 5.183975190448109e-06, + "I": 3.185846799169667e-05, + "C": 1.9333350792294368e-05, + "R": 7.249301233969163e-06, + "M": 3.3945201721508056e-05, + "O": 2.6328383682994172e-05, + "W": 2.6790103220264427e-06, + "N": 7.0312780735548586e-06, + "Y": 0.0021754615008831024, + "U": 5.371625206862518e-07, + "K": 0.00010505493264645338, + "L": 1.3636135918204673e-06, + "G": 0.0001528909197077155, + "F": 0.049746155738830566, + "E": 9.084517660085112e-05, + "T": 0.0005323169170878828, + "P": 0.035782527178525925, + "-": 0.9112789630889893 + }, + "id": "tp_13517" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1689656, + "label": "-", + "classification": { + "B": 4.70741797471419e-05, + "S": 1.645924203330651e-05, + "I": 0.004063535947352648, + "C": 0.00024264676903840154, + "R": 8.365463145310059e-05, + "M": 0.002168730366975069, + "O": 0.00039318075869232416, + "W": 1.6429225070169196e-05, + "N": 7.158465450629592e-05, + "Y": 0.010899259708821774, + "U": 3.6673384329333203e-06, + "K": 2.5709657620609505e-06, + "L": 8.95691046025604e-05, + "G": 0.00198176852427423, + "F": 0.0013090892462059855, + "E": 0.0008711927221156657, + "T": 0.008947805501520634, + "P": 0.08556894212961197, + "-": 0.8832228779792786 + }, + "id": "tp_13518" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1689756, + "label": "-", + "classification": { + "B": 3.518216180964373e-05, + "S": 4.856356463278644e-05, + "I": 0.00033314473694190383, + "C": 0.00039881159318611026, + "R": 9.999838221119717e-05, + "M": 0.0023129491601139307, + "O": 0.0002957747201435268, + "W": 1.8129008822143078e-05, + "N": 2.3191976652015e-05, + "Y": 0.009504372254014015, + "U": 4.300985438021598e-06, + "K": 4.7806821385165676e-05, + "L": 0.0001339691661996767, + "G": 0.00529037369415164, + "F": 0.030519351363182068, + "E": 0.0013983405660837889, + "T": 0.004239972215145826, + "P": 0.027483904734253883, + "-": 0.9178118705749512 + }, + "id": "tp_13519" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1689890, + "label": "-", + "classification": { + "B": 1.55112829816062e-05, + "S": 2.8963917429791763e-05, + "I": 0.003925246186554432, + "C": 0.000721341057214886, + "R": 0.00021992818801663816, + "M": 0.0022016880102455616, + "O": 0.0003984940121881664, + "W": 4.5648932427866384e-05, + "N": 0.0002609486400615424, + "Y": 0.047004688531160355, + "U": 2.2790154616814107e-05, + "K": 0.0017843948444351554, + "L": 5.3520489018410444e-05, + "G": 0.009556694887578487, + "F": 0.019220005720853806, + "E": 0.005498027428984642, + "T": 0.011662384495139122, + "P": 0.05112568661570549, + "-": 0.8462541103363037 + }, + "id": "tp_13520" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1690023, + "label": "-", + "classification": { + "B": 4.986148161023607e-10, + "S": 4.579888024380807e-09, + "I": 9.797496431929176e-07, + "C": 7.413393632305088e-08, + "R": 1.9735846734647566e-08, + "M": 5.703518581867684e-06, + "O": 7.813294473635324e-07, + "W": 7.058433393325458e-09, + "N": 2.84020611474034e-08, + "Y": 0.00041958680958487093, + "U": 1.2579507435717119e-09, + "K": 2.6356758553447435e-07, + "L": 8.490743219624619e-09, + "G": 1.1477906809886917e-05, + "F": 0.00027911856886930764, + "E": 1.6076714928203728e-06, + "T": 0.00013075736933387816, + "P": 0.004236559383571148, + "-": 0.9949129819869995 + }, + "id": "tp_13521" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1690157, + "label": "-", + "classification": { + "B": 3.252037572565314e-07, + "S": 8.373751825274667e-08, + "I": 1.927474295371212e-05, + "C": 6.805881298532768e-07, + "R": 1.5033835154554254e-07, + "M": 8.056323167693336e-06, + "O": 3.831696176348487e-06, + "W": 1.5051622881401272e-07, + "N": 5.222346999289584e-07, + "Y": 0.00017410250438842922, + "U": 5.09078859067813e-08, + "K": 5.252971391200845e-07, + "L": 2.2489220441457292e-07, + "G": 3.099176683463156e-05, + "F": 0.0005744799273088574, + "E": 3.000692777277436e-05, + "T": 0.00013124436372891068, + "P": 0.061041634529829025, + "-": 0.9379836320877075 + }, + "id": "tp_13522" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1690257, + "label": "-", + "classification": { + "B": 1.4037231039765175e-06, + "S": 1.7039198496604513e-07, + "I": 4.269120836397633e-06, + "C": 9.734086461321567e-07, + "R": 3.3010655897669494e-07, + "M": 0.00010965003457386047, + "O": 2.35430161410477e-05, + "W": 1.798970288291457e-07, + "N": 7.882658792368602e-08, + "Y": 0.00037801635335199535, + "U": 1.519931558391363e-08, + "K": 6.016330100777623e-09, + "L": 3.665654730866663e-06, + "G": 0.00010045254020951688, + "F": 0.0006796913803555071, + "E": 4.854481176153058e-06, + "T": 0.00031768434564583004, + "P": 0.006875322200357914, + "-": 0.9914997220039368 + }, + "id": "tp_13523" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1690390, + "label": "-", + "classification": { + "B": 1.0408451010801567e-11, + "S": 6.904387478412488e-11, + "I": 5.961757665318146e-08, + "C": 1.0623618429406179e-08, + "R": 6.313243816613578e-10, + "M": 1.9927533401187247e-08, + "O": 9.212248741619078e-09, + "W": 1.804973254193598e-10, + "N": 1.7761333515053934e-09, + "Y": 1.1962371900153812e-05, + "U": 4.5966650624729155e-11, + "K": 2.630187339036638e-07, + "L": 4.974723410988702e-11, + "G": 4.662823016587936e-07, + "F": 0.000612508156336844, + "E": 5.994930916131125e-07, + "T": 1.0666033176676137e-06, + "P": 0.008003005757927895, + "-": 0.9913699626922607 + }, + "id": "tp_13524" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1690524, + "label": "-", + "classification": { + "B": 8.227644343605789e-08, + "S": 3.828501959901587e-08, + "I": 2.2263686787482584e-06, + "C": 6.438826716248514e-08, + "R": 3.5802125708528365e-09, + "M": 6.226804885045567e-07, + "O": 7.445447636200697e-07, + "W": 2.6249121987120816e-08, + "N": 1.540554563916885e-07, + "Y": 1.0622251465974841e-05, + "U": 2.7661624102393034e-09, + "K": 8.553438135550095e-08, + "L": 8.155737418746867e-09, + "G": 2.0689237771875923e-06, + "F": 0.0002445880672894418, + "E": 8.831909326545428e-06, + "T": 9.204170055454597e-06, + "P": 0.1145552396774292, + "-": 0.8851653933525085 + }, + "id": "tp_13525" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1690657, + "label": "-", + "classification": { + "B": 4.966076630807947e-06, + "S": 1.1977510439464822e-05, + "I": 0.00032678901334293187, + "C": 0.00011799742060247809, + "R": 3.1927051168167964e-05, + "M": 0.0002915704098995775, + "O": 0.00016186642460525036, + "W": 2.7104822947876528e-05, + "N": 7.85819356678985e-05, + "Y": 0.008244373835623264, + "U": 1.5609050024067983e-05, + "K": 0.005713224411010742, + "L": 1.701694964140188e-05, + "G": 0.003361211158335209, + "F": 0.04783152416348457, + "E": 0.0027947481721639633, + "T": 0.00211354554630816, + "P": 0.06334244459867477, + "-": 0.8655134439468384 + }, + "id": "tp_13526" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1690757, + "label": "-", + "classification": { + "B": 0.0011519137769937515, + "S": 0.0012782190460711718, + "I": 0.007480363827198744, + "C": 0.0020391372963786125, + "R": 0.0007063369266688824, + "M": 0.004842592868953943, + "O": 0.002455105073750019, + "W": 0.0012984921922907233, + "N": 0.003657164517790079, + "Y": 0.05156422033905983, + "U": 0.0006738748052157462, + "K": 0.04877389222383499, + "L": 0.0005015351343899965, + "G": 0.0349540077149868, + "F": 0.10241780430078506, + "E": 0.08482518047094345, + "T": 0.014370840974152088, + "P": 0.16088509559631348, + "-": 0.476124107837677 + }, + "id": "tp_13527" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1690891, + "label": "-", + "classification": { + "B": 1.3766955930805125e-07, + "S": 4.568850329178531e-07, + "I": 1.1457298569439445e-05, + "C": 1.1743097729777219e-06, + "R": 2.3328728104843321e-07, + "M": 5.634615445160307e-05, + "O": 8.338908628502395e-06, + "W": 2.615667824557022e-07, + "N": 8.40526922729623e-07, + "Y": 0.0010202158009633422, + "U": 4.1396731376153184e-08, + "K": 8.309718396048993e-06, + "L": 2.645281540480937e-07, + "G": 0.00011530242045409977, + "F": 0.006286653224378824, + "E": 0.0001013342262012884, + "T": 0.0003583694342523813, + "P": 0.021282732486724854, + "-": 0.9707475304603577 + }, + "id": "tp_13528" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1691024, + "label": "-", + "classification": { + "B": 8.737568714423105e-05, + "S": 1.0980106708302628e-05, + "I": 0.002765507670119405, + "C": 0.0005492936470545828, + "R": 0.00011164218449266627, + "M": 0.001080820569768548, + "O": 0.0002607857168186456, + "W": 1.4671036296931561e-05, + "N": 0.00016060966299846768, + "Y": 0.006168249063193798, + "U": 2.4106351702357642e-05, + "K": 5.401866292231716e-05, + "L": 7.786080095684156e-05, + "G": 0.0051182955503463745, + "F": 0.006483124103397131, + "E": 0.0036547461058944464, + "T": 0.0030024168081581593, + "P": 0.1982700228691101, + "-": 0.7721055150032043 + }, + "id": "tp_13529" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1691158, + "label": "-", + "classification": { + "B": 5.7437708164798096e-05, + "S": 0.0003043379110749811, + "I": 0.0004674079245887697, + "C": 0.0004341465828474611, + "R": 0.00013650702021550387, + "M": 0.002172970911487937, + "O": 0.0010053724981844425, + "W": 0.00014237758296076208, + "N": 0.0001032781001413241, + "Y": 0.00864989310503006, + "U": 1.1642144272627775e-05, + "K": 0.00048574607353657484, + "L": 0.00025754980742931366, + "G": 0.005665210075676441, + "F": 0.1062970757484436, + "E": 0.00443806778639555, + "T": 0.0047671920619904995, + "P": 0.05006586015224457, + "-": 0.8145378828048706 + }, + "id": "tp_13530" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1691258, + "label": "-", + "classification": { + "B": 3.4063132261508144e-06, + "S": 2.5662435291451402e-05, + "I": 0.0007706341566517949, + "C": 5.210103699937463e-05, + "R": 3.660623406176455e-05, + "M": 0.0006281702080741525, + "O": 0.00019321715808473527, + "W": 2.277697785757482e-05, + "N": 7.495726458728313e-05, + "Y": 0.013580108992755413, + "U": 6.8556450969481375e-06, + "K": 0.0004047346883453429, + "L": 1.4064376046007965e-05, + "G": 0.0009159001638181508, + "F": 0.016154786571860313, + "E": 0.000579765357542783, + "T": 0.00599798234179616, + "P": 0.04172221198678017, + "-": 0.9188162088394165 + }, + "id": "tp_13531" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1691391, + "label": "-", + "classification": { + "B": 3.0982127441347984e-07, + "S": 4.817653120881005e-07, + "I": 4.0198719943873584e-05, + "C": 9.60753095569089e-06, + "R": 2.5677015855762875e-06, + "M": 4.8674559366190806e-05, + "O": 1.54513654706534e-05, + "W": 7.451280907844193e-07, + "N": 3.253924660384655e-06, + "Y": 0.003270592773333192, + "U": 4.283859311726701e-07, + "K": 1.3694100744032767e-05, + "L": 1.1600068319239654e-06, + "G": 0.0002309793489985168, + "F": 0.0056831808760762215, + "E": 0.00013006883091293275, + "T": 0.0005474133649840951, + "P": 0.03728663921356201, + "-": 0.9527145624160767 + }, + "id": "tp_13532" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1691525, + "label": "-", + "classification": { + "B": 8.58477822163195e-09, + "S": 2.076297178632558e-08, + "I": 2.0261342797311954e-05, + "C": 2.670777575985994e-06, + "R": 4.0528385625293595e-07, + "M": 3.4247998428327264e-06, + "O": 8.609728183728294e-07, + "W": 7.225802534094328e-08, + "N": 1.0643849464031518e-06, + "Y": 0.002257993910461664, + "U": 4.432370559470655e-08, + "K": 0.00020874416804872453, + "L": 3.2760890888994254e-08, + "G": 0.0002744594239629805, + "F": 0.008732395246624947, + "E": 0.0003832414804492146, + "T": 8.708567474968731e-05, + "P": 0.02745002880692482, + "-": 0.9605772495269775 + }, + "id": "tp_13533" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1691658, + "label": "-", + "classification": { + "B": 5.321815478964709e-06, + "S": 1.008381605061004e-05, + "I": 0.0013613593764603138, + "C": 5.316638998920098e-05, + "R": 2.3275966668734327e-05, + "M": 0.0005324991070665419, + "O": 0.00010241318523185328, + "W": 1.696674917184282e-05, + "N": 0.00011028956942027435, + "Y": 0.019329240545630455, + "U": 6.063334694772493e-06, + "K": 0.002816867781803012, + "L": 4.029126102977898e-06, + "G": 0.0016660741530358791, + "F": 0.009650023654103279, + "E": 0.0028775075916200876, + "T": 0.003764600493013859, + "P": 0.05009724572300911, + "-": 0.9075729846954346 + }, + "id": "tp_13534" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1691758, + "label": "-", + "classification": { + "B": 0.00043813438969664276, + "S": 0.0004646934103220701, + "I": 0.012454171665012836, + "C": 0.001931456965394318, + "R": 0.0007113715400919318, + "M": 0.017225272953510284, + "O": 0.002396033378317952, + "W": 0.00028550802380777895, + "N": 0.0008609841461293399, + "Y": 0.10436110198497772, + "U": 8.45570903038606e-05, + "K": 0.0004046704852953553, + "L": 0.0007841712795197964, + "G": 0.014329986646771431, + "F": 0.01864609122276306, + "E": 0.00780163798481226, + "T": 0.04617105796933174, + "P": 0.05772976204752922, + "-": 0.7129194140434265 + }, + "id": "tp_13535" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1691892, + "label": "-", + "classification": { + "B": 0.00039945883327163756, + "S": 0.0009969233069568872, + "I": 0.005627167411148548, + "C": 0.0018491630908101797, + "R": 0.0010169083252549171, + "M": 0.012562179006636143, + "O": 0.003104154486209154, + "W": 0.0004307216440793127, + "N": 0.0009139937465079129, + "Y": 0.09532814472913742, + "U": 0.00010891412966884673, + "K": 0.0014142543077468872, + "L": 0.0009911798406392336, + "G": 0.027527041733264923, + "F": 0.07253477722406387, + "E": 0.008874480612576008, + "T": 0.03965020552277565, + "P": 0.054508011788129807, + "-": 0.6721623539924622 + }, + "id": "tp_13536" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1692025, + "label": "-", + "classification": { + "B": 4.142249235883355e-05, + "S": 0.0001882551732705906, + "I": 0.0011442644754424691, + "C": 0.0019041424384340644, + "R": 0.0006777832168154418, + "M": 0.01156427338719368, + "O": 0.001804143888875842, + "W": 0.00010956046753562987, + "N": 0.00012754331692121923, + "Y": 0.27133992314338684, + "U": 6.803201358707156e-06, + "K": 0.0030486041214317083, + "L": 0.00044604745926335454, + "G": 0.10775057226419449, + "F": 0.08185035735368729, + "E": 0.006678548641502857, + "T": 0.03500768169760704, + "P": 0.005488128401339054, + "-": 0.4708220362663269 + }, + "id": "tp_13537" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1692125, + "label": "-", + "classification": { + "B": 0.0002405235863989219, + "S": 0.0004302938759792596, + "I": 0.005388778168708086, + "C": 0.009912978857755661, + "R": 0.0026818150654435158, + "M": 0.007606725674122572, + "O": 0.0035199166741222143, + "W": 0.0007622014963999391, + "N": 0.0015742273535579443, + "Y": 0.06815773248672485, + "U": 0.0003742622793652117, + "K": 0.023434454575181007, + "L": 0.0007947360863909125, + "G": 0.049235351383686066, + "F": 0.07414967566728592, + "E": 0.023757925257086754, + "T": 0.01759159192442894, + "P": 0.06238414719700813, + "-": 0.6480026245117188 + }, + "id": "tp_13538" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1692259, + "label": "-", + "classification": { + "B": 1.1707888916134834e-05, + "S": 2.863359077309724e-05, + "I": 0.000424329424276948, + "C": 0.0001785451895557344, + "R": 3.1927211239235476e-05, + "M": 0.00026242114836350083, + "O": 0.0001907747791847214, + "W": 2.6523242922849022e-05, + "N": 0.00011133972293464467, + "Y": 0.004946026019752026, + "U": 2.0436864360817708e-05, + "K": 0.0014688771916553378, + "L": 1.397002415615134e-05, + "G": 0.0011433770414441824, + "F": 0.02928934060037136, + "E": 0.0012281241361051798, + "T": 0.0017274821875616908, + "P": 0.11555022746324539, + "-": 0.8433460593223572 + }, + "id": "tp_13539" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1692392, + "label": "-", + "classification": { + "B": 0.00012076050188625231, + "S": 0.00016580770898144692, + "I": 0.001250673201866448, + "C": 0.005381597671657801, + "R": 0.0005553601076826453, + "M": 0.0016520555363968015, + "O": 0.0010908679105341434, + "W": 0.00021446873142849654, + "N": 0.0005529262125492096, + "Y": 0.013829514384269714, + "U": 6.563594070030376e-05, + "K": 0.014888185076415539, + "L": 0.0003167983377352357, + "G": 0.036032699048519135, + "F": 0.19766518473625183, + "E": 0.03867242485284805, + "T": 0.003374195657670498, + "P": 0.12940125167369843, + "-": 0.5547696352005005 + }, + "id": "tp_13540" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1692526, + "label": "-", + "classification": { + "B": 9.111144208873156e-06, + "S": 5.026291910326108e-05, + "I": 0.00021918189304415137, + "C": 0.00034540670458227396, + "R": 5.596592018264346e-05, + "M": 0.001180816674605012, + "O": 0.000310206669382751, + "W": 2.6462712412467226e-05, + "N": 6.609538831980899e-05, + "Y": 0.02969847247004509, + "U": 8.04232058726484e-06, + "K": 0.004042469896376133, + "L": 5.274244904285297e-05, + "G": 0.01392799150198698, + "F": 0.10558062046766281, + "E": 0.003498102305456996, + "T": 0.007188987918198109, + "P": 0.02538968063890934, + "-": 0.8083494305610657 + }, + "id": "tp_13541" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1692626, + "label": "-", + "classification": { + "B": 0.0025895144790410995, + "S": 0.0023368538822978735, + "I": 0.008225392550230026, + "C": 0.023953258991241455, + "R": 0.008792486973106861, + "M": 0.029203034937381744, + "O": 0.008560770191252232, + "W": 0.0017424458637833595, + "N": 0.002537829801440239, + "Y": 0.09507420659065247, + "U": 0.0007765981135889888, + "K": 0.014035928063094616, + "L": 0.011907326057553291, + "G": 0.1814025342464447, + "F": 0.16471360623836517, + "E": 0.046003006398677826, + "T": 0.03844038024544716, + "P": 0.03328352048993111, + "-": 0.3264213502407074 + }, + "id": "tp_13542" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1692759, + "label": "-", + "classification": { + "B": 4.595941049956309e-07, + "S": 4.945534328726353e-06, + "I": 5.681279071723111e-05, + "C": 1.5050733054522425e-05, + "R": 2.6858213004743448e-06, + "M": 0.00010105592082254589, + "O": 3.353569263708778e-05, + "W": 3.3913161132659297e-06, + "N": 1.164182413049275e-05, + "Y": 0.0034515734296292067, + "U": 4.819717105419841e-07, + "K": 0.0014164431486278772, + "L": 1.5437941556228907e-06, + "G": 0.000956860778387636, + "F": 0.04233821853995323, + "E": 0.0015623756917193532, + "T": 0.0008809711434878409, + "P": 0.028531799092888832, + "-": 0.9206302762031555 + }, + "id": "tp_13543" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1692893, + "label": "-", + "classification": { + "B": 0.00018668395932763815, + "S": 0.0006079816375859082, + "I": 0.0015753016341477633, + "C": 0.001791474991478026, + "R": 0.0004291892983019352, + "M": 0.002155468799173832, + "O": 0.0024238862097263336, + "W": 0.00043139970512129366, + "N": 0.0006741183460690081, + "Y": 0.026568682864308357, + "U": 0.0001315721165155992, + "K": 0.0032010406721383333, + "L": 0.0006040248554199934, + "G": 0.018178168684244156, + "F": 0.116852767765522, + "E": 0.006007669493556023, + "T": 0.012954877689480782, + "P": 0.07460679113864899, + "-": 0.730618953704834 + }, + "id": "tp_13544" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1693026, + "label": "-", + "classification": { + "B": 3.2475017519573157e-07, + "S": 1.0369611800342682e-06, + "I": 0.0016957399202510715, + "C": 1.1993903171969578e-05, + "R": 1.2332711776252836e-05, + "M": 9.152843995252624e-05, + "O": 3.0599068850278854e-05, + "W": 2.644740106916288e-06, + "N": 5.1724819059018046e-05, + "Y": 0.008197893388569355, + "U": 1.0839748938451521e-06, + "K": 0.00032962748082354665, + "L": 7.92909247593343e-07, + "G": 0.0003771338379010558, + "F": 0.0019920424092561007, + "E": 0.0003711959288921207, + "T": 0.002717310097068548, + "P": 0.04731907323002815, + "-": 0.9367960095405579 + }, + "id": "tp_13545" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1693126, + "label": "-", + "classification": { + "B": 0.0006004256429150701, + "S": 0.0003697607317008078, + "I": 0.0029794061556458473, + "C": 0.000909754482563585, + "R": 0.00029798521427437663, + "M": 0.0028654171619564295, + "O": 0.0008580231224186718, + "W": 0.00024276989279314876, + "N": 0.0007070314604789019, + "Y": 0.013227783143520355, + "U": 0.00011875469499500468, + "K": 0.00435065571218729, + "L": 0.00024532759562134743, + "G": 0.013736872002482414, + "F": 0.06770351529121399, + "E": 0.02853347361087799, + "T": 0.0066954512149095535, + "P": 0.19562473893165588, + "-": 0.6599327921867371 + }, + "id": "tp_13546" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1693260, + "label": "-", + "classification": { + "B": 2.956953039756627e-06, + "S": 5.723392405343475e-06, + "I": 5.4491276387125254e-05, + "C": 9.133873390965164e-06, + "R": 1.7618488072912442e-06, + "M": 0.00011402179370634258, + "O": 3.801884668064304e-05, + "W": 3.973509137722431e-06, + "N": 1.476099896535743e-05, + "Y": 0.001648931298404932, + "U": 1.348409682577767e-06, + "K": 0.00036480746348388493, + "L": 1.6151299178090994e-06, + "G": 0.0003475328558124602, + "F": 0.01685096137225628, + "E": 0.0009340370888821781, + "T": 0.0008584577590227127, + "P": 0.08192683756351471, + "-": 0.896820604801178 + }, + "id": "tp_13547" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1693393, + "label": "-", + "classification": { + "B": 1.172825250250753e-05, + "S": 1.4206676496542059e-05, + "I": 0.00015974452253431082, + "C": 0.00013009474787395447, + "R": 4.189799074083567e-05, + "M": 0.0010134209878742695, + "O": 0.00018156456644646823, + "W": 1.0318854947399814e-05, + "N": 1.033088756230427e-05, + "Y": 0.020750494673848152, + "U": 3.1487238629779313e-06, + "K": 0.00020288127416279167, + "L": 4.42972632299643e-05, + "G": 0.007990353740751743, + "F": 0.007737975567579269, + "E": 0.000609491893555969, + "T": 0.0049586365930736065, + "P": 0.011920037679374218, + "-": 0.9442093372344971 + }, + "id": "tp_13548" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1693527, + "label": "-", + "classification": { + "B": 0.001071196747943759, + "S": 0.0009411543142050505, + "I": 0.007668858859688044, + "C": 0.0064268955029547215, + "R": 0.001606511534191668, + "M": 0.005330797750502825, + "O": 0.002862512832507491, + "W": 0.0011064382269978523, + "N": 0.0030755638144910336, + "Y": 0.025284644216299057, + "U": 0.0008153603412210941, + "K": 0.0186088178306818, + "L": 0.0007075962494127452, + "G": 0.0254230760037899, + "F": 0.10583239793777466, + "E": 0.032837238162755966, + "T": 0.010999027639627457, + "P": 0.20028582215309143, + "-": 0.5491160750389099 + }, + "id": "tp_13549" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1693627, + "label": "-", + "classification": { + "B": 4.21749923873449e-09, + "S": 9.485880525517132e-09, + "I": 5.169483188183222e-07, + "C": 4.791054948327655e-07, + "R": 5.025190574770022e-08, + "M": 5.524663720279932e-06, + "O": 5.779230605185148e-07, + "W": 7.708731430966509e-09, + "N": 1.0640433423247941e-08, + "Y": 0.00019138047355227172, + "U": 2.1552837292659888e-09, + "K": 5.036359240762067e-08, + "L": 3.686352201270893e-08, + "G": 8.0016716310638e-06, + "F": 0.0007717474363744259, + "E": 6.870399715808162e-07, + "T": 3.8620393752353266e-05, + "P": 0.0039978534914553165, + "-": 0.9949846267700195 + }, + "id": "tp_13550" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1693760, + "label": "-", + "classification": { + "B": 3.6350348864289117e-07, + "S": 5.023263383918675e-06, + "I": 3.2112086501001613e-06, + "C": 1.4644889461123967e-06, + "R": 2.0371844300370867e-07, + "M": 0.0002781790099106729, + "O": 3.0367598810698837e-05, + "W": 5.337354878065526e-07, + "N": 3.125752527921577e-07, + "Y": 0.006814287975430489, + "U": 4.2033079239445215e-09, + "K": 2.3712711481493898e-05, + "L": 2.0665370357164647e-06, + "G": 0.003360156202688813, + "F": 0.022455038502812386, + "E": 0.00022053776774555445, + "T": 0.0022823461331427097, + "P": 0.0014773926232010126, + "-": 0.9630448818206787 + }, + "id": "tp_13551" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1693894, + "label": "-", + "classification": { + "B": 0.0008884063572622836, + "S": 0.0015317595098167658, + "I": 0.005243690684437752, + "C": 0.004276695195585489, + "R": 0.0009103642660193145, + "M": 0.010856491513550282, + "O": 0.0027844873256981373, + "W": 0.0011418660869821906, + "N": 0.0023458413779735565, + "Y": 0.028960440307855606, + "U": 0.00038850706187076867, + "K": 0.02919050306081772, + "L": 0.0010227678576484323, + "G": 0.05811643972992897, + "F": 0.17121970653533936, + "E": 0.09533695876598358, + "T": 0.011926212348043919, + "P": 0.16343159973621368, + "-": 0.4104272723197937 + }, + "id": "tp_13552" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1694027, + "label": "-", + "classification": { + "B": 8.074138349911664e-06, + "S": 1.0852548939510598e-06, + "I": 3.2074967748485506e-05, + "C": 2.4587738153059036e-05, + "R": 2.056327730315388e-06, + "M": 9.974743443308398e-05, + "O": 1.271595374419121e-05, + "W": 7.418306608997227e-07, + "N": 2.0537445379886776e-06, + "Y": 0.0036968097556382418, + "U": 2.0603232542271144e-07, + "K": 0.00011175338295288384, + "L": 3.7063775835122215e-06, + "G": 0.007711987942457199, + "F": 0.04125519469380379, + "E": 0.0032860119827091694, + "T": 0.0004553325998131186, + "P": 0.024387992918491364, + "-": 0.9189077615737915 + }, + "id": "tp_13553" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1694127, + "label": "-", + "classification": { + "B": 1.918185034810449e-06, + "S": 3.3562453154445393e-06, + "I": 8.11532445368357e-05, + "C": 2.798620334942825e-05, + "R": 6.938111710041994e-06, + "M": 0.00028422815375961363, + "O": 4.137204814469442e-05, + "W": 3.100708909187233e-06, + "N": 8.268571946246084e-06, + "Y": 0.008041423745453358, + "U": 7.565958526356553e-07, + "K": 9.040296572493389e-05, + "L": 7.858687240513973e-06, + "G": 0.002015261212363839, + "F": 0.044595178216695786, + "E": 0.0009290056768804789, + "T": 0.0017600493738427758, + "P": 0.029995687305927277, + "-": 0.9121060371398926 + }, + "id": "tp_13554" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1694261, + "label": "-", + "classification": { + "B": 9.915937880577985e-06, + "S": 6.76204654155299e-05, + "I": 0.0030015374068170786, + "C": 0.0013168996665626764, + "R": 0.00022089312551543117, + "M": 0.0029270227532833815, + "O": 0.0005775504396297038, + "W": 5.205697743804194e-05, + "N": 0.00029305476346053183, + "Y": 0.0779096856713295, + "U": 7.773368452035356e-06, + "K": 0.0009600789053365588, + "L": 8.805428660707548e-05, + "G": 0.019635440781712532, + "F": 0.062172193080186844, + "E": 0.008179077878594398, + "T": 0.016183357685804367, + "P": 0.05462878942489624, + "-": 0.7517690062522888 + }, + "id": "tp_13555" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1694394, + "label": "-", + "classification": { + "B": 0.00012319024244789034, + "S": 0.00017544081492815167, + "I": 0.0020696185529232025, + "C": 0.0009569731773808599, + "R": 0.00036785827251151204, + "M": 0.004500919487327337, + "O": 0.0012573981657624245, + "W": 0.00015548517694696784, + "N": 0.00042862514965236187, + "Y": 0.03417705371975899, + "U": 0.0001225878659170121, + "K": 0.0008716157171875238, + "L": 0.000297170045087114, + "G": 0.005041615571826696, + "F": 0.023985065519809723, + "E": 0.004788981284946203, + "T": 0.014397586695849895, + "P": 0.06897839903831482, + "-": 0.8373043537139893 + }, + "id": "tp_13556" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1694528, + "label": "-", + "classification": { + "B": 2.1108506942368876e-08, + "S": 9.061067629545505e-08, + "I": 1.0379756076872582e-06, + "C": 4.013918726286647e-07, + "R": 1.8575681437482672e-08, + "M": 3.463282610027818e-06, + "O": 1.051411459229712e-06, + "W": 8.560686381997584e-08, + "N": 1.8353203756760195e-07, + "Y": 0.0001916899491334334, + "U": 2.055567049907836e-09, + "K": 0.00010531125008128583, + "L": 3.4992275743661594e-08, + "G": 0.0003117323212791234, + "F": 0.09489531815052032, + "E": 0.001379325520247221, + "T": 2.383351602475159e-05, + "P": 0.045118559151887894, + "-": 0.8579678535461426 + }, + "id": "tp_13557" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1694628, + "label": "-", + "classification": { + "B": 0.0001082142916857265, + "S": 0.001377997687086463, + "I": 0.0020301861222833395, + "C": 0.00218263384886086, + "R": 0.0008227399666793644, + "M": 0.006716401316225529, + "O": 0.0034726562444120646, + "W": 0.0008290547993965447, + "N": 0.000914062256924808, + "Y": 0.0460764616727829, + "U": 0.00014514366921503097, + "K": 0.032688241451978683, + "L": 0.0008502391283400357, + "G": 0.024116698652505875, + "F": 0.25665777921676636, + "E": 0.013380770571529865, + "T": 0.02468346431851387, + "P": 0.03231291472911835, + "-": 0.5506343245506287 + }, + "id": "tp_13558" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1694761, + "label": "-", + "classification": { + "B": 0.0007155758212320507, + "S": 0.0004997916403226554, + "I": 0.011574226431548595, + "C": 0.0013566557317972183, + "R": 0.00022918853210285306, + "M": 0.005895371548831463, + "O": 0.0010325155453756452, + "W": 0.00030125101329758763, + "N": 0.002786779310554266, + "Y": 0.020494338124990463, + "U": 0.00014410055882763118, + "K": 0.006024893838912249, + "L": 0.00023561556008644402, + "G": 0.016467198729515076, + "F": 0.05208801105618477, + "E": 0.08963886648416519, + "T": 0.007306310813874006, + "P": 0.3696385622024536, + "-": 0.41357067227363586 + }, + "id": "tp_13559" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1694895, + "label": "-", + "classification": { + "B": 4.280447996052317e-09, + "S": 4.0219163111032685e-08, + "I": 2.4191765533032594e-06, + "C": 4.83375742987846e-06, + "R": 3.398371291041258e-07, + "M": 1.1798229934356641e-05, + "O": 2.242475829916657e-06, + "W": 3.141833104791658e-08, + "N": 1.2689413608768518e-07, + "Y": 0.0014441019156947732, + "U": 3.770046941298233e-09, + "K": 4.826695658266544e-06, + "L": 8.317763189324978e-08, + "G": 0.00022941906354390085, + "F": 0.004275359213352203, + "E": 3.2679479772923514e-05, + "T": 0.0001430458069080487, + "P": 0.004906112793833017, + "-": 0.9889425039291382 + }, + "id": "tp_13560" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1695028, + "label": "-", + "classification": { + "B": 2.6791181539920217e-07, + "S": 2.0738577859447105e-06, + "I": 5.8603724028216675e-05, + "C": 6.181201115396107e-06, + "R": 1.2479994211389567e-06, + "M": 0.00010479635238880292, + "O": 2.0048666556249373e-05, + "W": 1.5960937389536412e-06, + "N": 8.075125151663087e-06, + "Y": 0.00343713304027915, + "U": 2.396830609541212e-07, + "K": 0.00013814042904414237, + "L": 5.787878194496443e-07, + "G": 0.0003184751549270004, + "F": 0.017130015417933464, + "E": 0.0005846626590937376, + "T": 0.0007829024689272046, + "P": 0.04001116752624512, + "-": 0.9373937249183655 + }, + "id": "tp_13561" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1695128, + "label": "-", + "classification": { + "B": 0.0005994502571411431, + "S": 0.0011297487653791904, + "I": 0.008470159024000168, + "C": 0.011118084192276001, + "R": 0.0031409321818500757, + "M": 0.009832502342760563, + "O": 0.004966681823134422, + "W": 0.001000325079075992, + "N": 0.0020617484115064144, + "Y": 0.059422630816698074, + "U": 0.0005040332325734198, + "K": 0.0021327235735952854, + "L": 0.00227529788389802, + "G": 0.025312738493084908, + "F": 0.09434095025062561, + "E": 0.016343997791409492, + "T": 0.026556391268968582, + "P": 0.09585373848676682, + "-": 0.6349379420280457 + }, + "id": "tp_13562" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1695262, + "label": "-", + "classification": { + "B": 3.591529548430117e-06, + "S": 1.2623968359548599e-05, + "I": 0.000526744406670332, + "C": 0.0005189317162148654, + "R": 9.750010940479115e-05, + "M": 0.0011196883860975504, + "O": 0.00041757465805858374, + "W": 2.4058788767433725e-05, + "N": 6.358178507070988e-05, + "Y": 0.06671782582998276, + "U": 3.82178177460446e-06, + "K": 0.0012501502642408013, + "L": 3.927566285710782e-05, + "G": 0.017114609479904175, + "F": 0.02648848295211792, + "E": 0.0026220360305160284, + "T": 0.009876887314021587, + "P": 0.022723929956555367, + "-": 0.850378692150116 + }, + "id": "tp_13563" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1695395, + "label": "-", + "classification": { + "B": 3.151675628032535e-05, + "S": 6.577206659130752e-05, + "I": 9.938097355188802e-05, + "C": 0.0003607204416766763, + "R": 5.102329305373132e-05, + "M": 0.0019000069005414844, + "O": 0.000408386840717867, + "W": 2.789102836686652e-05, + "N": 2.7213744033360854e-05, + "Y": 0.02151431515812874, + "U": 4.2814308471861295e-06, + "K": 0.0020844300743192434, + "L": 0.00011693245323840529, + "G": 0.04165930300951004, + "F": 0.11594804376363754, + "E": 0.005359972361475229, + "T": 0.008633434772491455, + "P": 0.014153828844428062, + "-": 0.7875535488128662 + }, + "id": "tp_13564" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1695529, + "label": "-", + "classification": { + "B": 3.5499806472216733e-06, + "S": 1.2574712854984682e-05, + "I": 7.438836178152997e-07, + "C": 7.361726943599933e-07, + "R": 5.24893039255403e-07, + "M": 0.0005200408049859107, + "O": 0.00015600986080244184, + "W": 1.3837507140124217e-06, + "N": 2.8196682322345623e-08, + "Y": 0.0006089839152991772, + "U": 1.0532145156005868e-09, + "K": 7.250614775244912e-09, + "L": 3.08500457322225e-05, + "G": 0.0004501960356719792, + "F": 0.015350937843322754, + "E": 5.433161732071312e-06, + "T": 0.000505792151670903, + "P": 0.0007393565028905869, + "-": 0.9816129207611084 + }, + "id": "tp_13565" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1695629, + "label": "-", + "classification": { + "B": 5.83628878558784e-09, + "S": 1.49979462094052e-06, + "I": 5.746660480809851e-09, + "C": 5.517938106436304e-08, + "R": 2.4989507352302098e-08, + "M": 1.5086277926457115e-05, + "O": 6.8829613155685365e-06, + "W": 4.52842598974712e-08, + "N": 2.9679936286441944e-10, + "Y": 0.00027179421158507466, + "U": 3.233888634310289e-12, + "K": 3.798421488454551e-08, + "L": 6.38378139683482e-07, + "G": 0.00030157671426422894, + "F": 0.20427070558071136, + "E": 5.04578906657116e-07, + "T": 3.807185566984117e-05, + "P": 0.00011291392729617655, + "-": 0.7949801087379456 + }, + "id": "tp_13566" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1695762, + "label": "-", + "classification": { + "B": 5.529831703654509e-09, + "S": 1.030181692840415e-06, + "I": 2.2573863134311978e-06, + "C": 4.138074018555926e-06, + "R": 7.421025998155528e-07, + "M": 2.5395136617589742e-05, + "O": 2.0996985767851584e-05, + "W": 6.703584176648292e-07, + "N": 4.284177066438133e-07, + "Y": 0.0025844117626547813, + "U": 1.4410585613688909e-08, + "K": 2.4674023734405637e-05, + "L": 6.027374297445931e-07, + "G": 0.0002994535316247493, + "F": 0.013216409832239151, + "E": 2.300732012372464e-05, + "T": 0.001104820636101067, + "P": 0.00476099643856287, + "-": 0.9779300689697266 + }, + "id": "tp_13567" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1695896, + "label": "-", + "classification": { + "B": 6.175259747998041e-10, + "S": 3.8584775552408246e-07, + "I": 5.495171606639815e-08, + "C": 7.072172820699052e-07, + "R": 2.3302587237594707e-07, + "M": 0.0001138329243985936, + "O": 2.349570240767207e-05, + "W": 5.353030729793318e-08, + "N": 1.1463749949314206e-09, + "Y": 0.004937652964144945, + "U": 3.289514841076091e-11, + "K": 6.1535461171047245e-09, + "L": 2.38651477957319e-06, + "G": 0.0003566455561667681, + "F": 0.006337152794003487, + "E": 1.4277851789756824e-07, + "T": 0.001094937790185213, + "P": 5.141221117810346e-05, + "-": 0.9870811104774475 + }, + "id": "tp_13568" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1696029, + "label": "-", + "classification": { + "B": 1.689656414782803e-08, + "S": 2.0349828844246076e-07, + "I": 4.516563567591447e-09, + "C": 4.888149954251908e-11, + "R": 1.6358026044827056e-10, + "M": 1.36646212922642e-06, + "O": 2.644543656060705e-06, + "W": 5.5936388854149754e-09, + "N": 4.2243986086987206e-11, + "Y": 3.1057747946761083e-06, + "U": 3.0333992696168766e-13, + "K": 3.4367229114623532e-12, + "L": 3.3861535797541364e-08, + "G": 5.685943733624299e-07, + "F": 0.0003032097010873258, + "E": 6.5829524054095145e-09, + "T": 3.33695470544626e-06, + "P": 0.00021113599359523505, + "-": 0.9994744658470154 + }, + "id": "tp_13569" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1696129, + "label": "-", + "classification": { + "B": 1.621026086695565e-07, + "S": 7.633659038219776e-09, + "I": 8.979158394595288e-08, + "C": 9.142795853733787e-09, + "R": 1.6449581252686585e-08, + "M": 2.066952220047824e-06, + "O": 1.4723206049893633e-06, + "W": 2.051157244054025e-09, + "N": 1.6930312707330586e-10, + "Y": 1.1228798030060716e-05, + "U": 3.816116259797164e-12, + "K": 7.878666252389421e-13, + "L": 9.614763740728449e-08, + "G": 5.895519734622212e-06, + "F": 4.181189797236584e-05, + "E": 4.352061111490002e-08, + "T": 8.367971531697549e-06, + "P": 0.0012112661497667432, + "-": 0.9987173080444336 + }, + "id": "tp_13570" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1696263, + "label": "-", + "classification": { + "B": 4.0069590312441505e-08, + "S": 1.4882158438922488e-06, + "I": 1.688719180492626e-06, + "C": 7.058593473630026e-05, + "R": 9.630832209950313e-06, + "M": 0.00013518698688130826, + "O": 3.340411785757169e-05, + "W": 2.8200506108078116e-07, + "N": 1.3510866381238884e-07, + "Y": 0.007137879729270935, + "U": 1.266724769521943e-08, + "K": 6.491200110758655e-07, + "L": 1.3131686500855722e-05, + "G": 0.0017046240391209722, + "F": 0.03546183183789253, + "E": 1.1091787200712133e-05, + "T": 0.0008918483508750796, + "P": 0.0011274992721155286, + "-": 0.9533988833427429 + }, + "id": "tp_13571" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1696396, + "label": "-", + "classification": { + "B": 6.623476211942148e-10, + "S": 8.420624908467289e-08, + "I": 5.811012329104415e-07, + "C": 4.574264949042117e-06, + "R": 1.307787101723079e-06, + "M": 0.0002477872767485678, + "O": 1.1265184184594546e-05, + "W": 2.1435324626395413e-08, + "N": 1.0355544866058608e-08, + "Y": 0.050757817924022675, + "U": 1.470112365176135e-10, + "K": 2.0544800349853176e-07, + "L": 1.8944754174299305e-06, + "G": 0.002543411450460553, + "F": 0.016806989908218384, + "E": 4.285538125259336e-06, + "T": 0.003169974312186241, + "P": 0.00015650088607799262, + "-": 0.9262932538986206 + }, + "id": "tp_13572" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1696530, + "label": "-", + "classification": { + "B": 6.77466360787804e-10, + "S": 1.5835661948404578e-10, + "I": 3.9970366572106286e-08, + "C": 7.241114929890102e-10, + "R": 5.989231333103362e-11, + "M": 2.546541288950266e-08, + "O": 4.176593737525991e-09, + "W": 2.5642399661962578e-11, + "N": 2.2002460964287707e-10, + "Y": 4.536290816758992e-06, + "U": 1.397509495279503e-12, + "K": 3.0951780027876907e-10, + "L": 1.6256214430132587e-10, + "G": 1.3423465361483977e-06, + "F": 0.000790616380982101, + "E": 1.415619863109896e-06, + "T": 6.061027306714095e-07, + "P": 0.03460269048810005, + "-": 0.9645987749099731 + }, + "id": "tp_13573" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1696630, + "label": "-", + "classification": { + "B": 9.563727871864103e-06, + "S": 4.896477184956893e-05, + "I": 0.0004049738636240363, + "C": 0.0006078814622014761, + "R": 0.000288463372271508, + "M": 0.005497605074197054, + "O": 0.0005124075105413795, + "W": 3.6417797673493624e-05, + "N": 3.964524148614146e-05, + "Y": 0.03171592950820923, + "U": 1.1871236893057358e-05, + "K": 0.00014697425649501383, + "L": 0.0002353942982153967, + "G": 0.0047795712016522884, + "F": 0.04189269617199898, + "E": 0.0008113767835311592, + "T": 0.017895715311169624, + "P": 0.009525507688522339, + "-": 0.8855389952659607 + }, + "id": "tp_13574" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1696763, + "label": "-", + "classification": { + "B": 2.0079271578765656e-11, + "S": 1.2488615652728186e-07, + "I": 4.0641221943360506e-08, + "C": 5.1676444456916215e-08, + "R": 3.1312017423346106e-09, + "M": 3.0920821814106603e-07, + "O": 1.0440427331559476e-06, + "W": 2.7949011993655404e-08, + "N": 1.5455738022751575e-08, + "Y": 0.001127343624830246, + "U": 2.688460565281048e-12, + "K": 0.0005353806773200631, + "L": 1.8355393871516412e-09, + "G": 0.0002649475063662976, + "F": 0.16129915416240692, + "E": 1.141478969657328e-05, + "T": 9.770149335963652e-05, + "P": 0.0008512859349139035, + "-": 0.835811197757721 + }, + "id": "tp_13575" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1696897, + "label": "-", + "classification": { + "B": 5.0911393156827245e-11, + "S": 1.8963643988456624e-09, + "I": 4.511889528657775e-09, + "C": 1.7838914345702506e-08, + "R": 1.5749384019159152e-09, + "M": 1.805540819077578e-06, + "O": 1.2774607682786154e-07, + "W": 2.4024507383479943e-10, + "N": 8.925279959548504e-11, + "Y": 7.881026976974681e-05, + "U": 1.4630848615970748e-12, + "K": 1.1606667849051178e-09, + "L": 1.1155282031438674e-08, + "G": 5.695222171198111e-06, + "F": 0.01373796071857214, + "E": 2.9416233360279875e-07, + "T": 1.3112991837260779e-05, + "P": 0.00037193321622908115, + "-": 0.9857901334762573 + }, + "id": "tp_13576" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1697030, + "label": "-", + "classification": { + "B": 1.1108726312158979e-06, + "S": 1.0844502185136662e-06, + "I": 0.00016156489436980337, + "C": 3.661026858026162e-05, + "R": 1.6092924852273427e-05, + "M": 0.0005643771728500724, + "O": 3.216604090994224e-05, + "W": 8.347431048605358e-07, + "N": 1.826713287300663e-06, + "Y": 0.03229088708758354, + "U": 1.5907211547983025e-07, + "K": 2.713074536586646e-06, + "L": 8.524730219505727e-06, + "G": 0.002427976345643401, + "F": 0.0025979059282690287, + "E": 9.551875700708479e-05, + "T": 0.006200738251209259, + "P": 0.007181566208600998, + "-": 0.9483782649040222 + }, + "id": "tp_13577" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1697130, + "label": "-", + "classification": { + "B": 2.876216842820356e-12, + "S": 3.657123492928349e-10, + "I": 1.4062250253132902e-09, + "C": 3.3034350366278886e-08, + "R": 9.4390584237658e-10, + "M": 3.3624448292357556e-07, + "O": 3.607701870578239e-08, + "W": 1.1027270069297046e-10, + "N": 7.221384601407976e-11, + "Y": 5.76680431549903e-05, + "U": 1.6611947277825334e-12, + "K": 1.3388338437891889e-08, + "L": 2.490672335042632e-09, + "G": 7.14859970685211e-06, + "F": 0.032546188682317734, + "E": 7.286812575557633e-08, + "T": 1.5174932741501834e-05, + "P": 0.00019581001834012568, + "-": 0.9671775102615356 + }, + "id": "tp_13578" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1697264, + "label": "-", + "classification": { + "B": 8.529115191890924e-09, + "S": 6.133692664889168e-08, + "I": 8.151316137627873e-07, + "C": 5.004123977414565e-07, + "R": 5.338221242823238e-08, + "M": 5.585617145698052e-06, + "O": 1.4836208492852165e-06, + "W": 5.433435745771931e-08, + "N": 8.028398212900356e-08, + "Y": 0.00012750762107316405, + "U": 4.6074526416362005e-09, + "K": 8.916325668906211e-07, + "L": 3.001395398882778e-08, + "G": 4.63359901914373e-06, + "F": 0.0011654779082164168, + "E": 3.364087660884252e-06, + "T": 5.974229861749336e-05, + "P": 0.005889065098017454, + "-": 0.9927406907081604 + }, + "id": "tp_13579" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1697397, + "label": "-", + "classification": { + "B": 2.724780845397845e-09, + "S": 3.6670569443231216e-06, + "I": 6.426939425097089e-09, + "C": 2.028962171607418e-07, + "R": 1.7411809949408052e-07, + "M": 0.0005229906528256834, + "O": 0.00011196442937944084, + "W": 8.586677324728953e-08, + "N": 1.2758903655818443e-10, + "Y": 0.0022177533246576786, + "U": 6.51824406082413e-13, + "K": 5.396385560629824e-10, + "L": 1.6844396668602712e-05, + "G": 0.001275883987545967, + "F": 0.06090627238154411, + "E": 5.3590557769211955e-08, + "T": 0.0009671965381130576, + "P": 5.1477654778864235e-06, + "-": 0.9339718222618103 + }, + "id": "tp_13580" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1697531, + "label": "-", + "classification": { + "B": 6.765361604266218e-07, + "S": 1.238066306541441e-05, + "I": 3.648532583611086e-05, + "C": 0.0007245283341035247, + "R": 0.00012040267029078677, + "M": 0.0005429533775895834, + "O": 0.00012667344708461314, + "W": 8.998762496048585e-06, + "N": 2.602638005555491e-06, + "Y": 0.0494488850235939, + "U": 6.763220312677731e-07, + "K": 4.2503066651988775e-05, + "L": 6.100767495809123e-05, + "G": 0.0057023256085813046, + "F": 0.1370590180158615, + "E": 0.00010483476216904819, + "T": 0.0047498587518930435, + "P": 0.0031208032742142677, + "-": 0.7981343865394592 + }, + "id": "tp_13581" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1697631, + "label": "-", + "classification": { + "B": 2.952192801330966e-07, + "S": 7.037259024400555e-07, + "I": 1.2272718095118762e-06, + "C": 2.475635483278893e-07, + "R": 2.4716723601159174e-07, + "M": 9.777379455044866e-05, + "O": 4.138258009334095e-05, + "W": 2.406884789252217e-07, + "N": 1.3918048047401044e-08, + "Y": 0.0011003308463841677, + "U": 5.452286400142725e-10, + "K": 4.1577283838023504e-09, + "L": 2.865912165361806e-06, + "G": 8.570083446102217e-05, + "F": 0.0005835014162585139, + "E": 4.6798652419965947e-07, + "T": 0.0004909307463094592, + "P": 0.0003476431011222303, + "-": 0.9972466230392456 + }, + "id": "tp_13582" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1697764, + "label": "-", + "classification": { + "B": 2.3221301270748285e-10, + "S": 3.944179809423076e-07, + "I": 1.4133610726219104e-08, + "C": 7.602823188790353e-07, + "R": 5.543787438000436e-07, + "M": 0.0001688578922767192, + "O": 4.609956158674322e-05, + "W": 4.657102437022331e-08, + "N": 1.191585580206933e-10, + "Y": 0.03181760758161545, + "U": 6.479260487510241e-13, + "K": 2.744244276264851e-10, + "L": 5.434552804217674e-06, + "G": 0.0014459878439083695, + "F": 0.017952417954802513, + "E": 5.266969083095319e-09, + "T": 0.00499096792191267, + "P": 1.7534646303829504e-06, + "-": 0.9435691237449646 + }, + "id": "tp_13583" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1697898, + "label": "-", + "classification": { + "B": 4.402219962260784e-14, + "S": 3.474656977073276e-12, + "I": 1.4046236396225709e-10, + "C": 1.7568255877842276e-11, + "R": 4.0853631241843935e-12, + "M": 1.6246526968188846e-07, + "O": 9.85137527109714e-10, + "W": 1.8030847268816347e-13, + "N": 1.0997906957962295e-13, + "Y": 0.0001238581317011267, + "U": 8.143749566982003e-16, + "K": 3.222948383868607e-12, + "L": 1.274530741363078e-11, + "G": 2.652469959230075e-07, + "F": 1.1365063983248547e-05, + "E": 2.800538967395738e-10, + "T": 1.585394420544617e-05, + "P": 5.527138000616105e-06, + "-": 0.9998430013656616 + }, + "id": "tp_13584" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1698031, + "label": "-", + "classification": { + "B": 1.4729070185737214e-09, + "S": 4.018022892182671e-08, + "I": 7.282479259629326e-07, + "C": 1.7139697661150421e-07, + "R": 6.60859740264641e-08, + "M": 2.4600469259894453e-05, + "O": 1.6576702819293132e-06, + "W": 1.5258086349945188e-08, + "N": 1.2102643331957097e-08, + "Y": 0.0005863342666998506, + "U": 3.29363453177578e-10, + "K": 7.505639132432407e-08, + "L": 1.1285698775509445e-07, + "G": 5.086773671791889e-05, + "F": 0.005760794971138239, + "E": 1.365707021250273e-06, + "T": 0.00023270508972927928, + "P": 0.0011743265204131603, + "-": 0.9921661615371704 + }, + "id": "tp_13585" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1698131, + "label": "-", + "classification": { + "B": 5.917150103229574e-10, + "S": 2.2685709311076607e-08, + "I": 1.0431087815732099e-07, + "C": 3.352922206545372e-08, + "R": 4.020767718770912e-08, + "M": 0.0002573434030637145, + "O": 5.6725662034295965e-06, + "W": 2.6104354233780214e-09, + "N": 2.5084198607139285e-10, + "Y": 0.013471529819071293, + "U": 1.428402751982305e-12, + "K": 1.1313991410411006e-10, + "L": 4.791496053258015e-07, + "G": 0.0001641233975533396, + "F": 0.0008265319629572332, + "E": 5.625293297839562e-08, + "T": 0.002346252091228962, + "P": 1.3767579730483703e-05, + "-": 0.9829141497612 + }, + "id": "tp_13586" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1698265, + "label": "-", + "classification": { + "B": 1.4867492126313664e-08, + "S": 4.7497092481307845e-08, + "I": 1.7941258079190447e-07, + "C": 4.8881123149158157e-08, + "R": 2.976592661241284e-08, + "M": 2.988332744280342e-05, + "O": 4.321279448049609e-06, + "W": 3.836084783159777e-09, + "N": 9.370869635816348e-10, + "Y": 0.00037287690793164074, + "U": 4.06328651281207e-11, + "K": 2.8377782762545323e-11, + "L": 1.0098115126311313e-06, + "G": 9.73775822785683e-05, + "F": 0.0006594854057766497, + "E": 3.6250219181965804e-07, + "T": 0.00012159957987023517, + "P": 0.0007922353688627481, + "-": 0.9979204535484314 + }, + "id": "tp_13587" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1698398, + "label": "-", + "classification": { + "B": 4.837437561633351e-09, + "S": 1.2947994321166334e-07, + "I": 1.1639610875135986e-06, + "C": 2.224652462246013e-08, + "R": 3.356956668199018e-08, + "M": 1.0882216884056106e-05, + "O": 2.6206089387414977e-06, + "W": 2.4163579581681915e-08, + "N": 1.641485702918999e-08, + "Y": 0.00040372947114519775, + "U": 2.4437479817507324e-10, + "K": 6.233087379570179e-09, + "L": 2.985147062872784e-08, + "G": 4.42895679952926e-06, + "F": 0.0005911421030759811, + "E": 2.0158903168976394e-07, + "T": 0.00027803360717371106, + "P": 0.0028810969088226557, + "-": 0.9958263039588928 + }, + "id": "tp_13588" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1698532, + "label": "-", + "classification": { + "B": 2.5154349714284763e-06, + "S": 0.00018497261044103652, + "I": 0.0014385039685294032, + "C": 0.00034966866951435804, + "R": 0.00014390672731678933, + "M": 0.0033381294924765825, + "O": 0.0011290624970570207, + "W": 6.921894964762032e-05, + "N": 9.334979404229671e-05, + "Y": 0.25382137298583984, + "U": 6.08001926138968e-07, + "K": 0.000984162325039506, + "L": 8.502043056068942e-05, + "G": 0.037050068378448486, + "F": 0.06744261831045151, + "E": 0.001005658064968884, + "T": 0.05518358573317528, + "P": 0.00465695234015584, + "-": 0.5730206370353699 + }, + "id": "tp_13589" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1698632, + "label": "-", + "classification": { + "B": 4.130582681449724e-11, + "S": 3.1321465421285666e-09, + "I": 2.7440221206376236e-09, + "C": 3.1719379900430056e-10, + "R": 2.375581120706016e-10, + "M": 3.207692600426526e-07, + "O": 2.0223603769409237e-07, + "W": 4.858216606784538e-10, + "N": 1.3713367247314423e-11, + "Y": 1.1264635759289376e-05, + "U": 4.134835106684581e-13, + "K": 4.665515803553566e-12, + "L": 3.993412711622568e-09, + "G": 2.810255352869717e-07, + "F": 0.00022020380129106343, + "E": 1.5919091600480328e-09, + "T": 4.9794157348515e-06, + "P": 0.00015597656602039933, + "-": 0.9996066689491272 + }, + "id": "tp_13590" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1698765, + "label": "-", + "classification": { + "B": 4.3956909223652474e-08, + "S": 4.5962553940626094e-07, + "I": 5.823305855301442e-06, + "C": 5.419091166913859e-07, + "R": 2.808975523294066e-07, + "M": 6.86758357915096e-05, + "O": 1.8431464923196472e-05, + "W": 1.8449613037319068e-07, + "N": 1.6077282793958148e-07, + "Y": 0.0033426310401409864, + "U": 7.59117302351342e-09, + "K": 3.3478130490038893e-07, + "L": 1.0416832765258732e-06, + "G": 0.0002527656324673444, + "F": 0.007145646959543228, + "E": 4.841614099859726e-06, + "T": 0.0009036950650624931, + "P": 0.004899221006780863, + "-": 0.9833552241325378 + }, + "id": "tp_13591" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1698899, + "label": "-", + "classification": { + "B": 8.84102305254153e-11, + "S": 1.0576602926803957e-09, + "I": 3.915236447937787e-06, + "C": 2.185070400173572e-07, + "R": 9.165070480321447e-08, + "M": 2.404887936791056e-06, + "O": 3.652219788818911e-07, + "W": 2.446576718995175e-09, + "N": 1.5781358442268356e-08, + "Y": 0.0014804665697738528, + "U": 3.361620148911726e-10, + "K": 4.633005445953131e-08, + "L": 2.4088024908053285e-09, + "G": 4.2621090869943146e-06, + "F": 9.370625048177317e-05, + "E": 1.5330449798511836e-07, + "T": 0.0002593797689769417, + "P": 0.0009405394084751606, + "-": 0.9972144961357117 + }, + "id": "tp_13592" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1699032, + "label": "-", + "classification": { + "B": 5.441730621669194e-09, + "S": 5.376259881728629e-09, + "I": 2.7302888838676154e-09, + "C": 1.810872340968217e-09, + "R": 1.1554019546666794e-10, + "M": 1.1009946319973096e-05, + "O": 1.6744479580665939e-07, + "W": 1.7637814819781994e-10, + "N": 3.6715498696882065e-11, + "Y": 3.430315700825304e-05, + "U": 1.444505864749146e-12, + "K": 1.3921769292934982e-10, + "L": 9.890022134584342e-09, + "G": 6.988863788137678e-06, + "F": 0.0003071121755056083, + "E": 3.2743164979365247e-07, + "T": 1.5491252270294353e-05, + "P": 0.0002744432131294161, + "-": 0.9993501305580139 + }, + "id": "tp_13593" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1699132, + "label": "-", + "classification": { + "B": 1.1618288553449929e-08, + "S": 1.4077872378948086e-07, + "I": 3.1556686508338316e-07, + "C": 4.3417148276603257e-07, + "R": 9.594645433708138e-08, + "M": 5.776434591098223e-06, + "O": 1.680124796621385e-06, + "W": 3.212688426401655e-08, + "N": 9.087592900414165e-09, + "Y": 0.00023950228933244944, + "U": 8.711290022667129e-10, + "K": 1.7267332452775008e-07, + "L": 1.7419881714886287e-07, + "G": 3.0744824471184984e-05, + "F": 0.016050558537244797, + "E": 2.5646857011452084e-06, + "T": 3.729313539224677e-05, + "P": 0.00325846578925848, + "-": 0.98037189245224 + }, + "id": "tp_13594" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1699266, + "label": "-", + "classification": { + "B": 4.461083449314174e-07, + "S": 4.171331966063008e-06, + "I": 9.2939643536738e-07, + "C": 1.0251840265596002e-08, + "R": 4.82781503663432e-09, + "M": 0.0002780029026325792, + "O": 3.0497998523060232e-05, + "W": 8.796893524731786e-08, + "N": 2.031055146289873e-08, + "Y": 0.0003426973125897348, + "U": 4.133353034840859e-11, + "K": 2.286365097248222e-09, + "L": 6.749178282916546e-07, + "G": 7.052004366414621e-05, + "F": 0.002249630866572261, + "E": 5.476558726513758e-06, + "T": 0.0004854417929891497, + "P": 0.0036427967716008425, + "-": 0.9928886294364929 + }, + "id": "tp_13595" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1699399, + "label": "-", + "classification": { + "B": 3.814586335693093e-08, + "S": 1.0486867552117474e-07, + "I": 0.00014120245759841055, + "C": 6.925482921360526e-06, + "R": 3.5419636787992204e-06, + "M": 0.00016775996482465416, + "O": 7.224916316772578e-06, + "W": 3.731939912654525e-08, + "N": 3.2489140266989125e-07, + "Y": 0.01249372586607933, + "U": 3.329678976982109e-09, + "K": 8.968177311885484e-09, + "L": 1.0990410146405338e-06, + "G": 0.00027821960975416005, + "F": 0.000685176404658705, + "E": 6.318431132967817e-06, + "T": 0.004442980047315359, + "P": 0.007665726821869612, + "-": 0.9740996360778809 + }, + "id": "tp_13596" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1699533, + "label": "-", + "classification": { + "B": 1.5854813682381064e-05, + "S": 0.0002599720610305667, + "I": 1.6059875633800402e-05, + "C": 1.609544597158674e-05, + "R": 1.4937591004127171e-05, + "M": 0.0008476966177113354, + "O": 0.0011945884907618165, + "W": 4.856238592765294e-05, + "N": 1.729590394461411e-06, + "Y": 0.0027177638839930296, + "U": 4.9308432892303244e-08, + "K": 1.4781898016735795e-06, + "L": 0.00010694740194594488, + "G": 0.0010488471016287804, + "F": 0.05397466942667961, + "E": 4.604982677847147e-05, + "T": 0.0008204874466173351, + "P": 0.007478492800146341, + "-": 0.9313896894454956 + }, + "id": "tp_13597" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1699633, + "label": "Y", + "classification": { + "B": 1.302768168898183e-06, + "S": 0.0007801093743182719, + "I": 0.00017840250802692026, + "C": 9.761676483321935e-05, + "R": 2.713885623961687e-05, + "M": 0.0035033586900681257, + "O": 0.0032666355837136507, + "W": 3.3289805287495255e-05, + "N": 3.766032023122534e-05, + "Y": 0.36990776658058167, + "U": 4.6799080166692875e-09, + "K": 0.0001502672239439562, + "L": 0.00012185652303742245, + "G": 0.274242639541626, + "F": 0.21732285618782043, + "E": 0.0006178428302519023, + "T": 0.031259894371032715, + "P": 0.0005281084449961782, + "-": 0.09792322665452957 + }, + "id": "tp_13598" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1699766, + "label": "-", + "classification": { + "B": 2.739107074489766e-08, + "S": 8.725177025326047e-08, + "I": 9.341948725705151e-08, + "C": 5.000299196922242e-08, + "R": 6.517201889266744e-09, + "M": 5.104044248582795e-06, + "O": 1.310480797656055e-06, + "W": 1.1998978699523377e-08, + "N": 8.712932597632062e-09, + "Y": 0.00029798841569572687, + "U": 3.701945694434272e-10, + "K": 1.831321725376256e-07, + "L": 5.693130944450786e-08, + "G": 4.073191303177737e-05, + "F": 0.007071294821798801, + "E": 4.572880698106019e-06, + "T": 9.064745245268568e-05, + "P": 0.00189329800195992, + "-": 0.9905945062637329 + }, + "id": "tp_13599" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1699900, + "label": "-", + "classification": { + "B": 1.4207098786300776e-07, + "S": 9.351676055757707e-08, + "I": 2.8124666641815566e-05, + "C": 2.2299559532257263e-06, + "R": 2.716603830776876e-07, + "M": 4.631595220416784e-05, + "O": 4.525311396719189e-06, + "W": 7.518985256638189e-08, + "N": 5.798770530418551e-07, + "Y": 0.0006479552248492837, + "U": 5.6937786041544314e-08, + "K": 1.7385599448971334e-07, + "L": 8.499824843966053e-07, + "G": 0.00010637334344210103, + "F": 0.0008097000536508858, + "E": 5.8940389862982556e-05, + "T": 0.00021303915127646178, + "P": 0.03377983719110489, + "-": 0.964300811290741 + }, + "id": "tp_13600" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1700000, + "label": "-", + "classification": { + "B": 1.3653564678861585e-07, + "S": 5.647480634252133e-07, + "I": 1.9165119738318026e-05, + "C": 1.2050031727994792e-07, + "R": 4.2804637701010506e-07, + "M": 0.00015445591998286545, + "O": 2.5249391910620034e-05, + "W": 2.615883829548693e-07, + "N": 2.0967505065527803e-07, + "Y": 0.004232348874211311, + "U": 3.3117195652465625e-09, + "K": 1.867558907520106e-08, + "L": 8.80406616943219e-07, + "G": 6.166831008158624e-05, + "F": 0.0010222065029665828, + "E": 2.4066946480161278e-06, + "T": 0.0026809489354491234, + "P": 0.0021188906393945217, + "-": 0.9896801114082336 + }, + "id": "tp_13601" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1700133, + "label": "Y", + "classification": { + "B": 3.55496743154049e-09, + "S": 1.6606370991212316e-05, + "I": 6.67956385314028e-07, + "C": 1.2877793778898194e-05, + "R": 1.6175879864022136e-05, + "M": 0.003512663533911109, + "O": 0.0007071519503369927, + "W": 8.966538302956906e-07, + "N": 1.3569871448737558e-08, + "Y": 0.7052605152130127, + "U": 2.4466821797741733e-12, + "K": 5.961281601685187e-08, + "L": 1.854979018389713e-05, + "G": 0.025859281420707703, + "F": 0.02727176435291767, + "E": 2.4345223437194363e-07, + "T": 0.06457367539405823, + "P": 8.591391633672174e-07, + "-": 0.17274798452854156 + }, + "id": "tp_13602" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1700267, + "label": "-", + "classification": { + "B": 4.347840149421245e-05, + "S": 0.00038833857979625463, + "I": 3.130267214146443e-05, + "C": 0.0005996967665851116, + "R": 0.0005146061303094029, + "M": 0.01210289727896452, + "O": 0.004333849996328354, + "W": 5.070106635685079e-05, + "N": 1.5210805486276513e-06, + "Y": 0.046156421303749084, + "U": 2.3615834265910962e-07, + "K": 7.516012487940316e-07, + "L": 0.008556169457733631, + "G": 0.08507484942674637, + "F": 0.14991158246994019, + "E": 7.335480040637776e-05, + "T": 0.012539374642074108, + "P": 0.0007014445727691054, + "-": 0.6789194345474243 + }, + "id": "tp_13603" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1700400, + "label": "Y", + "classification": { + "B": 4.328136071762856e-08, + "S": 5.7530061894794926e-05, + "I": 0.00038374579162336886, + "C": 3.4329255868215114e-05, + "R": 9.707939170766622e-06, + "M": 0.001613028347492218, + "O": 0.0007591634057462215, + "W": 1.4712225038238103e-06, + "N": 1.0350380762247369e-05, + "Y": 0.7338697910308838, + "U": 1.1555555817777119e-10, + "K": 3.5813070553558646e-06, + "L": 1.638271896808874e-05, + "G": 0.10588670521974564, + "F": 0.020776107907295227, + "E": 3.5120097891194746e-05, + "T": 0.079828180372715, + "P": 7.692898361710832e-05, + "-": 0.05663779377937317 + }, + "id": "tp_13604" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1700501, + "label": "-", + "classification": { + "B": 2.4972359735642158e-09, + "S": 1.223999959165667e-07, + "I": 2.9730000505878706e-07, + "C": 8.406775123148691e-06, + "R": 1.6944967455856386e-06, + "M": 4.6389028284465894e-05, + "O": 9.039372343977448e-06, + "W": 4.9391900347472983e-08, + "N": 1.0352808388347512e-08, + "Y": 0.008888204582035542, + "U": 9.32476318382669e-10, + "K": 6.717705218761694e-07, + "L": 1.7523555015941383e-06, + "G": 0.001300704199820757, + "F": 0.040704675018787384, + "E": 3.240575097152032e-06, + "T": 0.000540920183993876, + "P": 0.00035626720637083054, + "-": 0.9481375217437744 + }, + "id": "tp_13605" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1700634, + "label": "-", + "classification": { + "B": 4.062971140084137e-11, + "S": 1.1883892758746128e-09, + "I": 8.553612040884673e-09, + "C": 2.3058517317764426e-09, + "R": 2.1363708579968943e-09, + "M": 1.4522265701089054e-06, + "O": 1.6046935513713834e-07, + "W": 2.722750636063864e-10, + "N": 6.913166566979712e-11, + "Y": 0.00044671748764812946, + "U": 1.774072642263258e-12, + "K": 7.337474516866394e-10, + "L": 2.9990632199883294e-09, + "G": 4.052030817547347e-06, + "F": 0.0006175457965582609, + "E": 9.206648776682869e-09, + "T": 7.235360681079328e-05, + "P": 7.017006282694638e-05, + "-": 0.9987874627113342 + }, + "id": "tp_13606" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1700767, + "label": "-", + "classification": { + "B": 7.682039608880586e-07, + "S": 6.239506546990015e-07, + "I": 1.0268197002005763e-05, + "C": 1.6011591696951655e-07, + "R": 5.4628298329362224e-08, + "M": 2.7046104150940664e-05, + "O": 5.94281618759851e-06, + "W": 3.080481008055358e-07, + "N": 3.6257634405956196e-07, + "Y": 0.00046449893852695823, + "U": 5.608900011111473e-09, + "K": 1.3627334283228265e-06, + "L": 2.7088671572528256e-07, + "G": 0.00013279008271638304, + "F": 0.014920242130756378, + "E": 0.000247355957981199, + "T": 4.9090511311078444e-05, + "P": 0.050045207142829895, + "-": 0.934093713760376 + }, + "id": "tp_13607" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1700901, + "label": "-", + "classification": { + "B": 3.219669224563404e-07, + "S": 3.018327788595343e-06, + "I": 3.697196370922029e-05, + "C": 1.549759645058657e-06, + "R": 1.3535432117350865e-06, + "M": 0.000245833391090855, + "O": 4.828458622796461e-05, + "W": 6.188639645188232e-07, + "N": 6.265262868510035e-07, + "Y": 0.004653700161725283, + "U": 8.18327272611441e-09, + "K": 4.6899955918888736e-07, + "L": 2.0888453491352266e-06, + "G": 0.0003258369106333703, + "F": 0.005909689702093601, + "E": 9.031978152052034e-06, + "T": 0.003003856632858515, + "P": 0.003280320670455694, + "-": 0.9824763536453247 + }, + "id": "tp_13608" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1701001, + "label": "-", + "classification": { + "B": 2.3603965448870667e-09, + "S": 7.697239823301061e-08, + "I": 9.54757553017771e-08, + "C": 1.4514854228764307e-05, + "R": 4.45220030087512e-06, + "M": 0.00010696231038309634, + "O": 1.1105028534075245e-05, + "W": 2.716220848242301e-08, + "N": 9.79488157248909e-10, + "Y": 0.0032794910948723555, + "U": 3.909228496468131e-10, + "K": 4.88897589079329e-09, + "L": 1.4122411812422797e-05, + "G": 0.0007845773361623287, + "F": 0.013180803507566452, + "E": 9.737519235386571e-08, + "T": 0.000643872597720474, + "P": 4.670017005992122e-05, + "-": 0.981913149356842 + }, + "id": "tp_13609" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1701134, + "label": "-", + "classification": { + "B": 1.0862394447030965e-05, + "S": 2.3939810489537194e-06, + "I": 3.783447027672082e-06, + "C": 7.474904577975394e-06, + "R": 6.8922099671908654e-06, + "M": 0.0003517629229463637, + "O": 0.00010194777132710442, + "W": 2.6215298021270428e-06, + "N": 8.522576422365091e-08, + "Y": 0.001402454567141831, + "U": 8.217275393462842e-08, + "K": 9.387001398408756e-08, + "L": 4.0625025576446205e-05, + "G": 0.0004215326043777168, + "F": 0.0042978739365935326, + "E": 2.3666725610382855e-06, + "T": 0.0009245675755664706, + "P": 0.0016459360485896468, + "-": 0.9907765984535217 + }, + "id": "tp_13610" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1701268, + "label": "-", + "classification": { + "B": 5.07349220413289e-08, + "S": 3.91825011547553e-07, + "I": 1.3090930224279873e-05, + "C": 3.762517371797003e-05, + "R": 1.4455060409090947e-05, + "M": 0.0006884864415042102, + "O": 7.564728002762422e-05, + "W": 1.7955383668777358e-07, + "N": 5.105263412019667e-08, + "Y": 0.022650158032774925, + "U": 3.88008647433935e-09, + "K": 7.614045394177538e-09, + "L": 2.0055491404491477e-05, + "G": 0.0009562361519783735, + "F": 0.0008282837807200849, + "E": 1.096638015951612e-06, + "T": 0.004651067778468132, + "P": 0.0002468953898642212, + "-": 0.9698161482810974 + }, + "id": "tp_13611" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1701401, + "label": "-", + "classification": { + "B": 9.034242793859448e-06, + "S": 3.362023562658578e-05, + "I": 0.002952750539407134, + "C": 0.0012148570967838168, + "R": 0.000615604396443814, + "M": 0.003437676001340151, + "O": 0.0006516095018014312, + "W": 4.2946183384628966e-05, + "N": 7.009672117419541e-05, + "Y": 0.030969757586717606, + "U": 2.8086285965400748e-05, + "K": 2.2185897250892594e-05, + "L": 0.0002535670646466315, + "G": 0.002587679075077176, + "F": 0.0046515814028680325, + "E": 0.00019523674563970417, + "T": 0.030553171411156654, + "P": 0.020617444068193436, + "-": 0.901093065738678 + }, + "id": "tp_13612" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1701502, + "label": "-", + "classification": { + "B": 3.948416349430772e-08, + "S": 7.85067527431238e-07, + "I": 6.021997251082212e-05, + "C": 6.703354529236094e-07, + "R": 2.952747877316142e-07, + "M": 9.56161311478354e-05, + "O": 1.5089807675394695e-05, + "W": 4.517292495620495e-07, + "N": 6.319083695416339e-06, + "Y": 0.044446926563978195, + "U": 9.297592917789643e-09, + "K": 0.00017111790657509118, + "L": 5.1289536173726447e-08, + "G": 0.0005646387580782175, + "F": 0.003838203614577651, + "E": 0.0003714302147272974, + "T": 0.005054814275354147, + "P": 0.006622195243835449, + "-": 0.9387511610984802 + }, + "id": "tp_13613" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1701635, + "label": "-", + "classification": { + "B": 2.4887381755434035e-07, + "S": 2.6384944362689566e-07, + "I": 6.834159194113454e-07, + "C": 9.14371594262775e-06, + "R": 2.7703567866410594e-06, + "M": 9.491376840742305e-05, + "O": 5.614339897874743e-05, + "W": 1.8105578192262328e-07, + "N": 1.4105714818413162e-08, + "Y": 0.0009383873548358679, + "U": 2.008894162131014e-09, + "K": 1.1965726187668224e-08, + "L": 8.276217158709187e-06, + "G": 0.0003079247544519603, + "F": 0.001201845589093864, + "E": 1.259080704585358e-06, + "T": 0.00018515391275286674, + "P": 0.0004080729268025607, + "-": 0.9967846870422363 + }, + "id": "tp_13614" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1701768, + "label": "-", + "classification": { + "B": 1.9919239868659844e-10, + "S": 1.1881867578722449e-07, + "I": 3.758386668550884e-08, + "C": 7.914955091337106e-08, + "R": 5.5243173591179584e-08, + "M": 7.136750809877412e-06, + "O": 3.647574885690119e-06, + "W": 1.2415231509521618e-08, + "N": 8.091046721503403e-10, + "Y": 0.0012707737041637301, + "U": 1.8518134942135944e-11, + "K": 4.826775068522693e-08, + "L": 1.7158829734853498e-07, + "G": 8.222575706895441e-05, + "F": 0.01941540464758873, + "E": 1.214686591310965e-07, + "T": 0.00018652426660992205, + "P": 0.0001338279398623854, + "-": 0.9788998365402222 + }, + "id": "tp_13615" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1701902, + "label": "-", + "classification": { + "B": 1.0269581451893828e-07, + "S": 3.2891256296352367e-07, + "I": 3.2851946230039175e-07, + "C": 9.496464947744698e-09, + "R": 8.543286078577239e-09, + "M": 1.4171509974403307e-05, + "O": 6.518486770801246e-06, + "W": 6.39428492377192e-08, + "N": 1.2189517839544806e-08, + "Y": 0.00031683972338214517, + "U": 2.4695204214886246e-10, + "K": 6.1268661255553525e-09, + "L": 2.3359989143045823e-07, + "G": 1.7372953152516857e-05, + "F": 0.008318263106048107, + "E": 9.197788131132256e-07, + "T": 0.00019117094052489847, + "P": 0.0033258318435400724, + "-": 0.9878079295158386 + }, + "id": "tp_13616" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1702002, + "label": "-", + "classification": { + "B": 1.7544695083415718e-06, + "S": 1.0906624083872885e-05, + "I": 6.263902469072491e-05, + "C": 2.2101601643953472e-05, + "R": 6.306847808446037e-06, + "M": 0.0001971215388039127, + "O": 7.183675916166976e-05, + "W": 6.206541456776904e-06, + "N": 4.942579835187644e-06, + "Y": 0.002395264571532607, + "U": 4.7382087586811394e-07, + "K": 3.6320566323411185e-06, + "L": 9.795841833692975e-06, + "G": 0.000191569808521308, + "F": 0.013057362288236618, + "E": 0.00010908419062616304, + "T": 0.0014430057490244508, + "P": 0.026235630735754967, + "-": 0.9561702609062195 + }, + "id": "tp_13617" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1702135, + "label": "-", + "classification": { + "B": 3.65062760465662e-06, + "S": 3.359571928740479e-05, + "I": 9.977943591366056e-06, + "C": 4.089330104761757e-05, + "R": 1.1630605513346381e-05, + "M": 0.00038840851630084217, + "O": 0.00012748657900374383, + "W": 6.266903710638871e-06, + "N": 1.4097637404120178e-06, + "Y": 0.004359085112810135, + "U": 9.981331317021613e-08, + "K": 1.1789249583671335e-05, + "L": 4.1814018914010376e-05, + "G": 0.0022914542350918055, + "F": 0.2574347257614136, + "E": 0.00014190858928486705, + "T": 0.0018921183655038476, + "P": 0.004528349731117487, + "-": 0.7286753058433533 + }, + "id": "tp_13618" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1702269, + "label": "-", + "classification": { + "B": 6.902260452079645e-07, + "S": 7.821211056580069e-07, + "I": 1.4288319789557136e-06, + "C": 2.125904075001017e-06, + "R": 4.5780672053297167e-07, + "M": 0.000192420236999169, + "O": 2.08278106583748e-05, + "W": 1.3513640340079291e-07, + "N": 2.158004619445819e-08, + "Y": 0.000605365727096796, + "U": 1.245450187425945e-09, + "K": 1.2018758432930099e-08, + "L": 9.719068657432217e-06, + "G": 0.0008437259821221232, + "F": 0.013993557542562485, + "E": 1.5777019143570215e-05, + "T": 0.0002497294335626066, + "P": 0.0017161116702482104, + "-": 0.9823470115661621 + }, + "id": "tp_13619" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1702402, + "label": "Y", + "classification": { + "B": 7.989670791630488e-08, + "S": 3.150122211081907e-05, + "I": 0.0008288768585771322, + "C": 8.427898137597367e-05, + "R": 3.180950807291083e-05, + "M": 0.00013995356857776642, + "O": 0.00018019459093920887, + "W": 1.3641596524394117e-05, + "N": 6.1221064243e-05, + "Y": 0.7246204614639282, + "U": 8.285784502959359e-09, + "K": 0.001891767606139183, + "L": 7.215661526061012e-07, + "G": 0.0098018329590559, + "F": 0.01168876513838768, + "E": 0.0001758876460371539, + "T": 0.04476292058825493, + "P": 0.0006467914208769798, + "-": 0.20503918826580048 + }, + "id": "tp_13620" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1702503, + "label": "-", + "classification": { + "B": 1.0595947060210165e-05, + "S": 9.553501740811043e-07, + "I": 3.4702256925811525e-06, + "C": 7.040186460471887e-07, + "R": 9.629123809418161e-08, + "M": 6.958040466997772e-05, + "O": 1.54511599248508e-05, + "W": 3.03557669667498e-07, + "N": 9.825617297565259e-08, + "Y": 0.00039096042746677995, + "U": 9.561093250454178e-09, + "K": 4.4725208425688834e-08, + "L": 3.4871914067480247e-06, + "G": 0.0001873616420198232, + "F": 0.005223751533776522, + "E": 3.641049625002779e-05, + "T": 9.355943620903417e-05, + "P": 0.0209503136575222, + "-": 0.9730128049850464 + }, + "id": "tp_13621" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1702636, + "label": "-", + "classification": { + "B": 3.573751961027938e-09, + "S": 1.093051871237094e-08, + "I": 1.741260113874432e-08, + "C": 1.0952897611105072e-07, + "R": 2.0661495625518e-08, + "M": 3.9782520616427064e-05, + "O": 2.3007378331385553e-06, + "W": 1.7818823083715074e-09, + "N": 1.3085101058241122e-10, + "Y": 7.746163464616984e-05, + "U": 8.024551509389077e-12, + "K": 3.5122009467425386e-11, + "L": 3.2128130555975076e-07, + "G": 3.017108429048676e-05, + "F": 0.0005304715596139431, + "E": 4.830918953757646e-08, + "T": 4.4568754674401134e-05, + "P": 0.00013645402214024216, + "-": 0.9991382360458374 + }, + "id": "tp_13622" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1702769, + "label": "-", + "classification": { + "B": 1.2650991720875027e-06, + "S": 3.757068952836562e-06, + "I": 5.759715193676129e-08, + "C": 1.3006018662053975e-06, + "R": 6.900182825120282e-07, + "M": 0.0004202530544716865, + "O": 0.00017244889750145376, + "W": 4.49819879122515e-07, + "N": 1.3050828195915187e-09, + "Y": 0.0002444149286020547, + "U": 9.169413145437844e-11, + "K": 2.863301540312335e-10, + "L": 0.00011125656601507217, + "G": 0.0006189514533616602, + "F": 0.007937291637063026, + "E": 5.129687679072958e-07, + "T": 0.0002087748289341107, + "P": 8.03958173491992e-05, + "-": 0.9901982545852661 + }, + "id": "tp_13623" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1702903, + "label": "-", + "classification": { + "B": 2.0382209697800135e-08, + "S": 2.576632596174022e-07, + "I": 3.6536587231239537e-06, + "C": 2.4835970179992728e-05, + "R": 5.164557023817906e-06, + "M": 0.0001407813251717016, + "O": 1.7723266864777543e-05, + "W": 1.2239780744494055e-07, + "N": 1.0801053917930403e-07, + "Y": 0.010644473135471344, + "U": 7.937790869050332e-09, + "K": 7.904002927716647e-07, + "L": 2.5478350380581105e-06, + "G": 0.0005778205231763422, + "F": 0.008014011196792126, + "E": 8.524446457158774e-06, + "T": 0.0009050251683220267, + "P": 0.0009825744200497866, + "-": 0.9786715507507324 + }, + "id": "tp_13624" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1703003, + "label": "-", + "classification": { + "B": 1.0747492673601755e-08, + "S": 2.973177615217537e-08, + "I": 1.3071551165921846e-06, + "C": 1.8582476002393378e-08, + "R": 1.4340812981572526e-08, + "M": 5.131185389473103e-05, + "O": 3.839711553155212e-06, + "W": 3.489466493533655e-09, + "N": 4.498855066259466e-09, + "Y": 0.00014506650040857494, + "U": 1.7560718504339157e-11, + "K": 1.7768397864159624e-11, + "L": 1.256796480220146e-07, + "G": 1.0453626600792632e-05, + "F": 1.3987042621010914e-05, + "E": 5.6366356915305005e-08, + "T": 0.0015180063201114535, + "P": 0.0009287191205658019, + "-": 0.9973270893096924 + }, + "id": "tp_13625" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1703136, + "label": "-", + "classification": { + "B": 2.241919982992613e-09, + "S": 4.1062295230709367e-10, + "I": 1.379767837761392e-07, + "C": 7.544183233676449e-08, + "R": 2.427069389909775e-08, + "M": 6.256973392737564e-06, + "O": 4.0340631812796346e-07, + "W": 8.122577055402758e-10, + "N": 2.1263339700094974e-10, + "Y": 0.00012030609650537372, + "U": 1.2245118807818756e-10, + "K": 2.4581166963022483e-11, + "L": 8.689763575375764e-08, + "G": 8.977704965218436e-06, + "F": 6.176630267873406e-05, + "E": 1.7044515132624838e-08, + "T": 7.136190833989531e-05, + "P": 0.000471836538054049, + "-": 0.9992586970329285 + }, + "id": "tp_13626" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1703270, + "label": "-", + "classification": { + "B": 1.2425618933775695e-07, + "S": 8.183049544641108e-07, + "I": 9.198141803778981e-09, + "C": 2.831483527643286e-07, + "R": 1.676007315154493e-07, + "M": 3.8749363739043474e-05, + "O": 3.863902747980319e-05, + "W": 8.437345400125196e-08, + "N": 3.550881255698357e-10, + "Y": 0.0001602649426786229, + "U": 2.177696217797731e-11, + "K": 3.142889837270957e-10, + "L": 1.0597133950795978e-05, + "G": 0.0001681661669863388, + "F": 0.011350666172802448, + "E": 9.434359071747167e-08, + "T": 5.1316750614205375e-05, + "P": 7.308438944164664e-05, + "-": 0.9881069660186768 + }, + "id": "tp_13627" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1703403, + "label": "-", + "classification": { + "B": 1.7643242244957946e-06, + "S": 1.037028596329037e-06, + "I": 5.613816938421223e-06, + "C": 9.71457120613195e-06, + "R": 2.9157004064472858e-06, + "M": 0.00012754794443026185, + "O": 4.694195740739815e-05, + "W": 8.330525815836154e-07, + "N": 2.0743497941566602e-07, + "Y": 0.00075894920155406, + "U": 8.949003671432365e-08, + "K": 1.3822287314724235e-07, + "L": 2.147076156688854e-05, + "G": 0.0004000834596809, + "F": 0.011588126420974731, + "E": 9.66050720307976e-06, + "T": 0.00047504244139418006, + "P": 0.008388456888496876, + "-": 0.9781614542007446 + }, + "id": "tp_13628" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1703504, + "label": "-", + "classification": { + "B": 1.3454848671844155e-13, + "S": 2.849057274822986e-11, + "I": 3.786382318793358e-09, + "C": 3.0091040770230393e-09, + "R": 7.73754615934763e-10, + "M": 2.6797621899277146e-07, + "O": 1.211880462648196e-08, + "W": 1.4245143259428161e-11, + "N": 1.7029152393766012e-11, + "Y": 0.00014670932432636619, + "U": 2.2745379798377874e-13, + "K": 7.562314663367431e-10, + "L": 1.7159941523292588e-10, + "G": 4.964136905982741e-07, + "F": 0.000247630407102406, + "E": 5.865773200497415e-09, + "T": 1.5299596270779148e-05, + "P": 4.69059195893351e-05, + "-": 0.9995428323745728 + }, + "id": "tp_13629" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1703637, + "label": "-", + "classification": { + "B": 3.166971407342345e-10, + "S": 1.203077903966232e-08, + "I": 8.088128993222199e-07, + "C": 1.0253641136159786e-07, + "R": 1.3351319161358788e-08, + "M": 7.013868525973521e-06, + "O": 5.021362881052482e-07, + "W": 2.489030759278421e-09, + "N": 9.452598703774129e-09, + "Y": 0.0008666549692861736, + "U": 7.519204009431846e-11, + "K": 3.367981449287072e-08, + "L": 4.966739464151715e-09, + "G": 7.663366886845324e-06, + "F": 0.0003240634105168283, + "E": 4.1293577623946476e-07, + "T": 0.00021359414677135646, + "P": 0.000821264402475208, + "-": 0.9977578520774841 + }, + "id": "tp_13630" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1703770, + "label": "-", + "classification": { + "B": 6.795448093122047e-10, + "S": 1.4044047702554963e-07, + "I": 1.2816900607504067e-06, + "C": 3.904337972926442e-06, + "R": 7.970696174197656e-07, + "M": 1.0379110790381674e-05, + "O": 7.090755389072001e-06, + "W": 1.4698719041916775e-07, + "N": 8.111128124710376e-08, + "Y": 0.003797258250415325, + "U": 5.319445772755671e-09, + "K": 2.4095302251225803e-06, + "L": 2.3697307938164158e-07, + "G": 7.279111741809174e-05, + "F": 0.006313662976026535, + "E": 2.208287696703337e-06, + "T": 0.0005087421741336584, + "P": 0.001835246686823666, + "-": 0.9874436259269714 + }, + "id": "tp_13631" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1703904, + "label": "-", + "classification": { + "B": 6.231477982510114e-07, + "S": 6.405130648090562e-07, + "I": 5.238262929196935e-06, + "C": 5.840353765051987e-07, + "R": 5.131503257871373e-07, + "M": 0.0007583697442896664, + "O": 2.8014013878419064e-05, + "W": 1.0099567759880301e-07, + "N": 2.1891020551834117e-08, + "Y": 0.014790370129048824, + "U": 6.337004254675094e-10, + "K": 4.4690287026583064e-09, + "L": 3.7138718198548304e-06, + "G": 0.0005101162241771817, + "F": 0.001160742249339819, + "E": 2.7336027415003628e-06, + "T": 0.003741091350093484, + "P": 0.0004030749259982258, + "-": 0.9785940647125244 + }, + "id": "tp_13632" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1704004, + "label": "-", + "classification": { + "B": 3.923209419554041e-07, + "S": 5.593679816229269e-06, + "I": 1.376581349177286e-05, + "C": 3.1002737159724347e-06, + "R": 7.111688091754331e-07, + "M": 0.0002466919249854982, + "O": 3.109837052761577e-05, + "W": 9.922706567522255e-07, + "N": 1.3483854672813322e-06, + "Y": 0.002234816085547209, + "U": 2.9896558118025496e-08, + "K": 6.238499281607801e-06, + "L": 4.6007266973902006e-06, + "G": 0.0007798537844792008, + "F": 0.08098708838224411, + "E": 0.000259814434684813, + "T": 0.0009048942010849714, + "P": 0.012992128729820251, + "-": 0.9015268087387085 + }, + "id": "tp_13633" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1704137, + "label": "-", + "classification": { + "B": 3.2141278527575423e-10, + "S": 2.3144001992658758e-10, + "I": 4.364438144222049e-09, + "C": 1.7957397346890502e-08, + "R": 6.458050982871555e-09, + "M": 5.628610779240262e-06, + "O": 1.5048884449697653e-07, + "W": 8.304844312245763e-11, + "N": 2.5235939640072536e-12, + "Y": 3.410682256799191e-05, + "U": 2.8570212601969347e-13, + "K": 3.586431688738442e-14, + "L": 8.261741868409445e-08, + "G": 4.6400073188124225e-06, + "F": 8.002596587175503e-05, + "E": 2.8519633321621995e-09, + "T": 1.1898928278242238e-05, + "P": 3.0703591619385406e-05, + "-": 0.9998326301574707 + }, + "id": "tp_13634" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1704271, + "label": "-", + "classification": { + "B": 2.7576863015355e-09, + "S": 4.3108542513436987e-07, + "I": 3.019550476324184e-08, + "C": 8.225412351237082e-09, + "R": 2.5223405586416447e-09, + "M": 4.4400421757018194e-05, + "O": 4.648269168683328e-06, + "W": 1.750664324617901e-08, + "N": 1.1974747859966328e-09, + "Y": 0.00021230064157862216, + "U": 1.8963931119886368e-11, + "K": 1.017723594287645e-08, + "L": 3.022902888005774e-07, + "G": 5.875887654838152e-05, + "F": 0.007763624656945467, + "E": 1.0041942459793063e-06, + "T": 0.00016675336519256234, + "P": 0.00043210192234255373, + "-": 0.9913156032562256 + }, + "id": "tp_13635" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1704404, + "label": "-", + "classification": { + "B": 8.45843857177897e-08, + "S": 2.239688683403074e-06, + "I": 4.106428605155088e-05, + "C": 3.4998425689991564e-05, + "R": 4.494647328101564e-06, + "M": 1.6054649677244015e-05, + "O": 2.2787988200434484e-05, + "W": 2.649708449098398e-06, + "N": 1.0772683708637487e-05, + "Y": 0.0017867573769763112, + "U": 5.029176577409089e-07, + "K": 0.002082208404317498, + "L": 4.5639367840522027e-07, + "G": 0.0005118005792610347, + "F": 0.03609577193856239, + "E": 0.00038615951780229807, + "T": 0.00034515996230766177, + "P": 0.04760998114943504, + "-": 0.9110459685325623 + }, + "id": "tp_13636" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1704505, + "label": "-", + "classification": { + "B": 7.165365523142952e-10, + "S": 7.553032901341794e-07, + "I": 5.09633127876441e-06, + "C": 1.6203708582906984e-05, + "R": 1.7820926814238192e-06, + "M": 3.5724307963391766e-05, + "O": 1.946706834132783e-05, + "W": 1.749555593733021e-07, + "N": 3.455696457876911e-07, + "Y": 0.1759938895702362, + "U": 2.560099354731449e-10, + "K": 4.762484968523495e-05, + "L": 1.1852952752633428e-07, + "G": 0.0022311348002403975, + "F": 0.01788521558046341, + "E": 8.642876309750136e-06, + "T": 0.006321150343865156, + "P": 0.00031881750328466296, + "-": 0.7971137762069702 + }, + "id": "tp_13637" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1704638, + "label": "-", + "classification": { + "B": 1.6283336901068424e-09, + "S": 6.891676207487762e-08, + "I": 2.644207519608699e-08, + "C": 2.2990205650330608e-07, + "R": 4.17083860781986e-08, + "M": 4.4824901124229655e-06, + "O": 2.5007916519825812e-06, + "W": 8.880295609969835e-09, + "N": 8.808259677195451e-10, + "Y": 0.00011374396126484498, + "U": 5.1389271310542384e-11, + "K": 4.4305186186477385e-09, + "L": 1.949765788822333e-07, + "G": 3.678501525428146e-05, + "F": 0.008772521279752254, + "E": 7.719400940686683e-08, + "T": 4.799171074409969e-05, + "P": 0.00033757532946765423, + "-": 0.990683913230896 + }, + "id": "tp_13638" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1704771, + "label": "-", + "classification": { + "B": 2.4878977350484277e-11, + "S": 3.5258633790391514e-09, + "I": 3.523730474075393e-10, + "C": 4.546014231721074e-09, + "R": 1.1441606551088057e-09, + "M": 5.144473561813356e-06, + "O": 4.062251548475615e-07, + "W": 1.3331910575509198e-10, + "N": 1.6131966639257311e-12, + "Y": 0.0005168042844161391, + "U": 1.139310220737164e-14, + "K": 1.6581666595349986e-11, + "L": 5.03797430440045e-08, + "G": 2.3482367396354675e-05, + "F": 0.0018586032092571259, + "E": 6.538698915647956e-09, + "T": 6.748557643732056e-05, + "P": 2.6421189431857783e-06, + "-": 0.9975253939628601 + }, + "id": "tp_13639" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1704905, + "label": "-", + "classification": { + "B": 8.989670444679854e-14, + "S": 1.3563398993353404e-13, + "I": 2.7318590098412976e-11, + "C": 1.063958383201724e-12, + "R": 2.5590681375191326e-13, + "M": 1.3797564868411882e-08, + "O": 1.2048287367782962e-10, + "W": 7.290989406454843e-15, + "N": 2.8681611325873622e-15, + "Y": 4.052405131460546e-07, + "U": 1.4244905452916516e-17, + "K": 2.7768724478646056e-17, + "L": 6.295337515171973e-12, + "G": 1.1811794209393156e-08, + "F": 2.5309643660875736e-06, + "E": 1.733688713423387e-11, + "T": 3.949270421799156e-07, + "P": 1.744371184031479e-05, + "-": 0.9999792575836182 + }, + "id": "tp_13640" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1705005, + "label": "-", + "classification": { + "B": 3.2394329991802806e-06, + "S": 0.00010449605906615034, + "I": 6.009425419506442e-07, + "C": 2.5410804482817184e-07, + "R": 3.859005062167853e-07, + "M": 0.0008225513156503439, + "O": 0.0008499274263158441, + "W": 5.248884917818941e-06, + "N": 4.8517588169261217e-08, + "Y": 0.0014146718895062804, + "U": 9.266417633213564e-10, + "K": 8.86037057057365e-08, + "L": 5.643185431836173e-05, + "G": 0.0010825775098055601, + "F": 0.01709294132888317, + "E": 6.753554316674126e-06, + "T": 0.00081794080324471, + "P": 0.00041521049570292234, + "-": 0.9773266911506653 + }, + "id": "tp_13641" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1705138, + "label": "-", + "classification": { + "B": 4.961370905220974e-07, + "S": 1.7033322308179777e-07, + "I": 4.094403720955597e-06, + "C": 4.801100317308737e-07, + "R": 2.3680293281813647e-07, + "M": 0.0001260101853404194, + "O": 7.390514383587288e-06, + "W": 4.523334951045399e-08, + "N": 1.5769895611583706e-08, + "Y": 0.0008704568026587367, + "U": 1.4809268256144037e-09, + "K": 8.521441885456227e-10, + "L": 2.4110722733894363e-06, + "G": 0.00011194738181075081, + "F": 0.0006714658811688423, + "E": 3.917074081982719e-06, + "T": 0.00035693455720320344, + "P": 0.0022009843960404396, + "-": 0.9956427812576294 + }, + "id": "tp_13642" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1705272, + "label": "-", + "classification": { + "B": 7.306977245491453e-10, + "S": 2.1871597866152115e-09, + "I": 1.36116995008706e-07, + "C": 4.4892697559362205e-08, + "R": 8.759518443923753e-09, + "M": 1.2470783303797361e-06, + "O": 1.896670909218301e-07, + "W": 1.2192153953094476e-09, + "N": 1.2424372641817172e-09, + "Y": 4.385621286928654e-05, + "U": 4.7575415829115286e-11, + "K": 6.822947540285895e-09, + "L": 6.573940947163237e-09, + "G": 4.9929394663195126e-06, + "F": 0.0016957386396825314, + "E": 8.410460736740788e-07, + "T": 7.0180649345275015e-06, + "P": 0.0028240729589015245, + "-": 0.995421826839447 + }, + "id": "tp_13643" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1705405, + "label": "-", + "classification": { + "B": 4.998179974791128e-06, + "S": 7.40122704883106e-05, + "I": 5.07249787915498e-05, + "C": 0.00011845334665849805, + "R": 0.00011271313996985555, + "M": 0.009086535312235355, + "O": 0.001599952345713973, + "W": 1.634254658711143e-05, + "N": 2.0316304016887443e-06, + "Y": 0.06768593192100525, + "U": 1.1155738377510716e-07, + "K": 2.566916464274982e-06, + "L": 0.0005345922545529902, + "G": 0.011366338469088078, + "F": 0.01465596817433834, + "E": 7.619653479196131e-05, + "T": 0.03301060572266579, + "P": 0.0008218936272896826, + "-": 0.8607800602912903 + }, + "id": "tp_13644" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1705506, + "label": "-", + "classification": { + "B": 3.203365395165747e-07, + "S": 4.360196544439532e-05, + "I": 5.436302217276534e-07, + "C": 3.7673178212571656e-06, + "R": 1.139299570240837e-06, + "M": 0.00041524603147991, + "O": 0.0002701944322325289, + "W": 1.178788807010278e-06, + "N": 2.793660947020271e-08, + "Y": 0.0024716949556022882, + "U": 5.700798513808003e-11, + "K": 3.930199099499987e-08, + "L": 1.7399510397808626e-05, + "G": 0.0018805053550750017, + "F": 0.02404736913740635, + "E": 3.272415369792725e-06, + "T": 0.0017926041036844254, + "P": 0.00017839643987827003, + "-": 0.9688726663589478 + }, + "id": "tp_13645" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1705639, + "label": "-", + "classification": { + "B": 5.531795577162768e-10, + "S": 5.657496693345365e-09, + "I": 3.1529594934909255e-08, + "C": 9.375741072403798e-09, + "R": 7.554642245111154e-09, + "M": 1.8674451212064014e-06, + "O": 7.280224281203118e-07, + "W": 4.8929438278833e-09, + "N": 2.7011648473518335e-10, + "Y": 2.9855054890504107e-05, + "U": 7.495515319533297e-11, + "K": 3.771090661963683e-10, + "L": 4.110289353320695e-08, + "G": 1.3377158438743209e-06, + "F": 0.000601943233050406, + "E": 7.972356108609802e-09, + "T": 2.2590409571421333e-05, + "P": 0.0005276043666526675, + "-": 0.9988139867782593 + }, + "id": "tp_13646" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1705772, + "label": "-", + "classification": { + "B": 2.9529428502428345e-07, + "S": 4.410246674524387e-06, + "I": 6.793504780944204e-08, + "C": 9.503787055109569e-07, + "R": 5.904227009523311e-07, + "M": 3.332470805617049e-05, + "O": 1.913857522595208e-05, + "W": 3.739661167401209e-07, + "N": 3.4884342081653585e-09, + "Y": 3.776238008867949e-05, + "U": 5.622315391029531e-10, + "K": 4.5537693615926855e-09, + "L": 3.2591831313766306e-06, + "G": 2.9976607038406655e-05, + "F": 0.0025690749753266573, + "E": 1.8158043246785383e-07, + "T": 0.00021048367489129305, + "P": 0.0005294833099469543, + "-": 0.9965605139732361 + }, + "id": "tp_13647" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1705906, + "label": "-", + "classification": { + "B": 1.1791284094953003e-12, + "S": 4.1212835227844025e-11, + "I": 4.1253138682861845e-09, + "C": 1.2029347518094369e-09, + "R": 1.3442832957899498e-10, + "M": 9.496786645968314e-08, + "O": 6.973325472614533e-09, + "W": 1.0657379492795549e-11, + "N": 3.018256478082293e-11, + "Y": 3.4638014767551795e-06, + "U": 8.158382281374388e-13, + "K": 9.624106372951857e-11, + "L": 5.099404926101059e-11, + "G": 5.989913631765376e-08, + "F": 0.0001516084448667243, + "E": 3.420266514453374e-09, + "T": 1.517811597295804e-06, + "P": 0.001114618149586022, + "-": 0.9987286925315857 + }, + "id": "tp_13648" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1706006, + "label": "-", + "classification": { + "B": 3.758204858428371e-09, + "S": 4.615516857597868e-09, + "I": 7.421331815748999e-07, + "C": 8.075224400272418e-07, + "R": 7.386109501794635e-08, + "M": 1.1920719771296717e-05, + "O": 9.91969841379614e-07, + "W": 1.07265076820795e-08, + "N": 3.712148810564031e-08, + "Y": 0.0002819151268340647, + "U": 9.629659736276608e-09, + "K": 4.877615992882056e-06, + "L": 4.311739942863824e-08, + "G": 2.5419809389859438e-05, + "F": 0.0007623191340826452, + "E": 1.2171343769296072e-05, + "T": 8.237573638325557e-05, + "P": 0.002561082597821951, + "-": 0.9962552785873413 + }, + "id": "tp_13649" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1706139, + "label": "-", + "classification": { + "B": 4.523053576122038e-08, + "S": 1.0233220848476776e-07, + "I": 1.6790349036455154e-05, + "C": 4.002845798822818e-06, + "R": 2.588075460607797e-07, + "M": 9.191766366711818e-06, + "O": 1.2679975043283775e-06, + "W": 6.374465755243364e-08, + "N": 8.453412760900392e-07, + "Y": 0.000631399976555258, + "U": 3.8911366573302075e-08, + "K": 2.0566130842780694e-06, + "L": 6.602000013344878e-08, + "G": 2.4912291337386705e-05, + "F": 0.001370097161270678, + "E": 3.343190473970026e-05, + "T": 0.00011003921827068552, + "P": 0.04475840926170349, + "-": 0.9530370235443115 + }, + "id": "tp_13650" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1706273, + "label": "-", + "classification": { + "B": 7.360900866615339e-08, + "S": 1.550918682369229e-08, + "I": 1.0264452612318564e-05, + "C": 1.3588163483291282e-06, + "R": 2.5634895450821205e-07, + "M": 5.6657721870578825e-05, + "O": 2.802999688356067e-06, + "W": 2.0270972456160052e-08, + "N": 1.08804293574849e-07, + "Y": 0.0005999889108352363, + "U": 1.5176293999275003e-08, + "K": 2.3676093974245305e-07, + "L": 3.2951351158772013e-07, + "G": 7.480110070900992e-05, + "F": 0.00022066454403102398, + "E": 2.2590293156099506e-05, + "T": 0.00026650168001651764, + "P": 0.0066869924776256084, + "-": 0.9920563101768494 + }, + "id": "tp_13651" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1706406, + "label": "-", + "classification": { + "B": 0.000140643838676624, + "S": 8.120170969050378e-05, + "I": 0.0008441327372565866, + "C": 0.0005632058600895107, + "R": 0.00014675276179332286, + "M": 0.0011606604093685746, + "O": 0.0006006964831613004, + "W": 9.160374611383304e-05, + "N": 0.00020641411538235843, + "Y": 0.011247172951698303, + "U": 7.285353785846382e-05, + "K": 0.0008854305488057435, + "L": 9.07524663489312e-05, + "G": 0.003572977613657713, + "F": 0.02251833863556385, + "E": 0.002416674280539155, + "T": 0.0043816943652927876, + "P": 0.11748488992452621, + "-": 0.8334939479827881 + }, + "id": "tp_13652" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1706507, + "label": "-", + "classification": { + "B": 5.662419653162942e-07, + "S": 5.53570373540424e-07, + "I": 5.3387753723654896e-05, + "C": 4.1829321162367705e-06, + "R": 4.767121595250501e-07, + "M": 5.870184031664394e-05, + "O": 1.1254673154326156e-05, + "W": 3.441349178956443e-07, + "N": 1.8951913034470635e-06, + "Y": 0.0004407822561915964, + "U": 1.1286433476698221e-07, + "K": 5.095033088764467e-07, + "L": 1.2197872365504736e-06, + "G": 0.00012379874533507973, + "F": 0.0018554767593741417, + "E": 5.214849079493433e-05, + "T": 0.000524262199178338, + "P": 0.09856035560369492, + "-": 0.8983099460601807 + }, + "id": "tp_13653" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1706640, + "label": "-", + "classification": { + "B": 0.00011818998609669507, + "S": 8.20775530883111e-05, + "I": 0.020360756665468216, + "C": 0.00396272586658597, + "R": 0.001013937289826572, + "M": 0.003860010299831629, + "O": 0.0006841032882221043, + "W": 0.0001543375401524827, + "N": 0.0012541564647108316, + "Y": 0.060450103133916855, + "U": 0.00011740037007257342, + "K": 0.0034195054322481155, + "L": 0.00017942182603292167, + "G": 0.017387934029102325, + "F": 0.027293983846902847, + "E": 0.021126102656126022, + "T": 0.009317251853644848, + "P": 0.14670570194721222, + "-": 0.6825123429298401 + }, + "id": "tp_13654" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1706773, + "label": "-", + "classification": { + "B": 8.742005593376234e-05, + "S": 1.4437776371778455e-05, + "I": 0.002816892461851239, + "C": 0.0006236265762709081, + "R": 7.752406963845715e-05, + "M": 0.001436028745956719, + "O": 0.00034316052915528417, + "W": 3.121011104667559e-05, + "N": 0.0003157859609927982, + "Y": 0.0029807863757014275, + "U": 5.891502587473951e-05, + "K": 0.00014042173279449344, + "L": 9.166209929389879e-05, + "G": 0.002102081896737218, + "F": 0.009413454681634903, + "E": 0.004426049999892712, + "T": 0.003309523919597268, + "P": 0.24699190258979797, + "-": 0.7247391939163208 + }, + "id": "tp_13655" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1706907, + "label": "-", + "classification": { + "B": 0.00023276165302377194, + "S": 3.409617784200236e-05, + "I": 0.0024355032946914434, + "C": 0.0014683097833767533, + "R": 0.00022586705745197833, + "M": 0.003098089015111327, + "O": 0.0006761027034372091, + "W": 4.3710850150091574e-05, + "N": 0.00012468283239286393, + "Y": 0.006349134724587202, + "U": 4.235263986629434e-05, + "K": 3.267786814831197e-05, + "L": 0.0004240123962517828, + "G": 0.006833232007920742, + "F": 0.005493368953466415, + "E": 0.0034639325458556414, + "T": 0.0061796605587005615, + "P": 0.10441219061613083, + "-": 0.8584303259849548 + }, + "id": "tp_13656" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1707007, + "label": "-", + "classification": { + "B": 5.015292003918148e-07, + "S": 1.0307118714081298e-07, + "I": 5.0925282266689464e-05, + "C": 3.164040754199959e-05, + "R": 7.016072686383268e-06, + "M": 1.1152616934850812e-05, + "O": 9.618742296879645e-06, + "W": 4.0931865896709496e-07, + "N": 2.8158699478808558e-06, + "Y": 0.0012007775949314237, + "U": 8.170886758307461e-07, + "K": 3.6057765555597143e-06, + "L": 1.1407532838347834e-06, + "G": 0.0001752217795001343, + "F": 0.002849124139174819, + "E": 2.7959786166320555e-05, + "T": 0.00025076058227568865, + "P": 0.08703873306512833, + "-": 0.9083376526832581 + }, + "id": "tp_13657" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1707140, + "label": "-", + "classification": { + "B": 4.530940259428462e-06, + "S": 6.931821872058208e-07, + "I": 0.00032406303216703236, + "C": 9.4217821242637e-06, + "R": 1.8556127088231733e-06, + "M": 0.00016431621043011546, + "O": 2.8892611226183362e-05, + "W": 1.1711979368556058e-06, + "N": 1.098117445508251e-05, + "Y": 0.0005423291004262865, + "U": 6.371203653543489e-07, + "K": 5.495317623172014e-07, + "L": 3.9900041883811355e-06, + "G": 0.0002489069593138993, + "F": 0.0007193393539637327, + "E": 0.0001155425634351559, + "T": 0.0009766175644472241, + "P": 0.33659934997558594, + "-": 0.6602468490600586 + }, + "id": "tp_13658" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1707274, + "label": "-", + "classification": { + "B": 1.8233342871099012e-06, + "S": 1.463166086068668e-06, + "I": 0.003579068463295698, + "C": 0.0002892486227210611, + "R": 5.0682556320680305e-05, + "M": 0.0003778108803089708, + "O": 3.936530265491456e-05, + "W": 3.7365573462011525e-06, + "N": 7.602550613228232e-05, + "Y": 0.03132731467485428, + "U": 2.1221158021944575e-06, + "K": 0.002157513052225113, + "L": 2.5743534024513792e-06, + "G": 0.005361887160688639, + "F": 0.008530200459063053, + "E": 0.0035824712831526995, + "T": 0.0034053197596222162, + "P": 0.04492149129509926, + "-": 0.8962899446487427 + }, + "id": "tp_13659" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1707407, + "label": "-", + "classification": { + "B": 2.943623621831648e-05, + "S": 2.514546395104844e-05, + "I": 0.0029996612574905157, + "C": 0.0005802173400297761, + "R": 0.00011214309779461473, + "M": 0.0006792533094994724, + "O": 0.0002499694819562137, + "W": 5.886845610802993e-05, + "N": 0.0003136502637062222, + "Y": 0.01179153099656105, + "U": 3.882579039782286e-05, + "K": 0.0011660363525152206, + "L": 3.6872610507998616e-05, + "G": 0.0031900624744594097, + "F": 0.019922751933336258, + "E": 0.006673668045550585, + "T": 0.0029398882761597633, + "P": 0.19028234481811523, + "-": 0.7589096426963806 + }, + "id": "tp_13660" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1707508, + "label": "-", + "classification": { + "B": 7.978374196682125e-05, + "S": 0.00016831558605190367, + "I": 0.008300019428133965, + "C": 0.0021719106007367373, + "R": 0.0009690101724117994, + "M": 0.005081893410533667, + "O": 0.001322454190813005, + "W": 0.0002952191571239382, + "N": 0.001317424583248794, + "Y": 0.04468684270977974, + "U": 0.00020250948728062212, + "K": 0.0038631667848676443, + "L": 0.00016638051602058113, + "G": 0.006017111241817474, + "F": 0.024764861911535263, + "E": 0.007531395182013512, + "T": 0.01767348311841488, + "P": 0.09470254182815552, + "-": 0.7806856632232666 + }, + "id": "tp_13661" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1707641, + "label": "-", + "classification": { + "B": 3.15437646349892e-05, + "S": 7.186020411609206e-06, + "I": 0.0009490714874118567, + "C": 0.0008766634273342788, + "R": 0.00025144772371277213, + "M": 0.0011928546009585261, + "O": 0.0005000976379960775, + "W": 1.528390021121595e-05, + "N": 3.350983388372697e-05, + "Y": 0.0044095576740801334, + "U": 1.9537503249011934e-05, + "K": 2.2919477942195954e-06, + "L": 0.00021693292364943773, + "G": 0.002398858545348048, + "F": 0.001813313690945506, + "E": 0.00015209389675874263, + "T": 0.005906233564019203, + "P": 0.05217985808849335, + "-": 0.9290436506271362 + }, + "id": "tp_13662" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1707774, + "label": "-", + "classification": { + "B": 6.920492978679249e-08, + "S": 1.3568416079579038e-07, + "I": 4.02922451030463e-05, + "C": 2.6889190394285833e-06, + "R": 3.0704390496794076e-07, + "M": 3.0034574592718855e-05, + "O": 4.383358827908523e-06, + "W": 1.6126976731811737e-07, + "N": 1.6079329725471325e-06, + "Y": 0.0007391601684503257, + "U": 8.206822599277075e-08, + "K": 2.715254822760471e-06, + "L": 1.940888978424482e-07, + "G": 6.328585732262582e-05, + "F": 0.0008376624900847673, + "E": 0.00011309231194900349, + "T": 0.00021702534286305308, + "P": 0.0582842119038105, + "-": 0.9396629333496094 + }, + "id": "tp_13663" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1707908, + "label": "-", + "classification": { + "B": 1.562800935062114e-05, + "S": 9.586216265233816e-07, + "I": 0.00043605617247521877, + "C": 3.079678936046548e-05, + "R": 5.51969696971355e-06, + "M": 0.0035678702406585217, + "O": 9.339430107502267e-05, + "W": 8.948536560637876e-07, + "N": 2.9290492875588825e-06, + "Y": 0.013536808080971241, + "U": 2.2775253682993934e-07, + "K": 2.3609800336998887e-08, + "L": 4.1823001083685085e-05, + "G": 0.002447625156491995, + "F": 0.00018870791245717555, + "E": 0.00024225447850767523, + "T": 0.008428541012108326, + "P": 0.029981769621372223, + "-": 0.9409782290458679 + }, + "id": "tp_13664" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1708008, + "label": "-", + "classification": { + "B": 1.053962841979228e-05, + "S": 9.579278412275016e-06, + "I": 0.00124163378495723, + "C": 0.00013364883488975465, + "R": 8.824693395581562e-06, + "M": 0.00028856517747044563, + "O": 6.642808875767514e-05, + "W": 1.1365058526280336e-05, + "N": 0.00023092006449587643, + "Y": 0.0012006264878436923, + "U": 1.0026080417446792e-05, + "K": 0.0007810650859028101, + "L": 6.95039580023149e-06, + "G": 0.0005299461190588772, + "F": 0.014247264713048935, + "E": 0.008067927323281765, + "T": 0.0008652020478621125, + "P": 0.38031914830207825, + "-": 0.5919703245162964 + }, + "id": "tp_13665" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1708141, + "label": "-", + "classification": { + "B": 2.703145582927391e-05, + "S": 2.909138856921345e-06, + "I": 0.00022171827731654048, + "C": 3.294237467343919e-05, + "R": 4.818310117116198e-06, + "M": 0.0002991953806485981, + "O": 4.907772381557152e-05, + "W": 2.968758053611964e-06, + "N": 1.2402415450196713e-05, + "Y": 0.0010584499686956406, + "U": 5.513306291504705e-07, + "K": 7.558076504210476e-06, + "L": 5.496677658811677e-06, + "G": 0.0010466165840625763, + "F": 0.0032086647115647793, + "E": 0.002221319591626525, + "T": 0.0004536301421467215, + "P": 0.14293520152568817, + "-": 0.8484094142913818 + }, + "id": "tp_13666" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1708275, + "label": "-", + "classification": { + "B": 0.0002819252258632332, + "S": 0.00010480933269718662, + "I": 0.03649532049894333, + "C": 0.0014329926343634725, + "R": 0.00029671023366972804, + "M": 0.008774209767580032, + "O": 0.0008866828284226358, + "W": 0.00011387105769244954, + "N": 0.002301230560988188, + "Y": 0.021028872579336166, + "U": 6.820241833338514e-05, + "K": 0.000376333249732852, + "L": 0.0002543289156164974, + "G": 0.009391811676323414, + "F": 0.010061562061309814, + "E": 0.03869852423667908, + "T": 0.009772248566150665, + "P": 0.4210944175720215, + "-": 0.4385659992694855 + }, + "id": "tp_13667" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1708375, + "label": "-", + "classification": { + "B": 1.695403568646725e-07, + "S": 2.3584521002817382e-09, + "I": 2.6532627089181915e-05, + "C": 4.391182756080525e-06, + "R": 1.2920860115173127e-07, + "M": 6.899207619426306e-06, + "O": 1.198470386043482e-06, + "W": 9.558830171840782e-09, + "N": 2.257871614119722e-07, + "Y": 5.447865987662226e-05, + "U": 3.6409907977486e-08, + "K": 5.0387665595508224e-08, + "L": 1.6330211849435727e-07, + "G": 5.427216456155293e-05, + "F": 9.112796396948397e-05, + "E": 4.147198342252523e-05, + "T": 7.28141312720254e-05, + "P": 0.05096271634101868, + "-": 0.9486833214759827 + }, + "id": "tp_13668" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1708509, + "label": "-", + "classification": { + "B": 1.992686065932503e-06, + "S": 2.4037115053943126e-06, + "I": 6.576465966645628e-05, + "C": 1.211799644806888e-05, + "R": 8.202625281228393e-07, + "M": 6.802648567827418e-05, + "O": 3.445333641138859e-05, + "W": 1.514341533948027e-06, + "N": 5.63504772799206e-06, + "Y": 0.00023585620510857552, + "U": 3.159484833759052e-07, + "K": 2.214060714322841e-06, + "L": 4.083110979991034e-06, + "G": 0.0001385567447869107, + "F": 0.01116367056965828, + "E": 0.0002519151894375682, + "T": 0.00016733819211367518, + "P": 0.17765946686267853, + "-": 0.8101838827133179 + }, + "id": "tp_13669" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1708642, + "label": "-", + "classification": { + "B": 9.091874380828813e-05, + "S": 8.580843132222071e-05, + "I": 0.008394340053200722, + "C": 0.0031055803410708904, + "R": 0.0005069415783509612, + "M": 0.003228886052966118, + "O": 0.0006318196537904441, + "W": 8.443790284218267e-05, + "N": 0.0008378875791095197, + "Y": 0.024358492344617844, + "U": 0.0001082266098819673, + "K": 0.0012602268252521753, + "L": 0.0001612218184163794, + "G": 0.006024106405675411, + "F": 0.011808161623775959, + "E": 0.011842767708003521, + "T": 0.008291726000607014, + "P": 0.1349760890007019, + "-": 0.7842023372650146 + }, + "id": "tp_13670" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1708775, + "label": "-", + "classification": { + "B": 2.5912291756746697e-10, + "S": 7.006388247354778e-10, + "I": 2.803375082294224e-06, + "C": 6.417910185518849e-07, + "R": 9.440623927048364e-08, + "M": 7.060745019771275e-07, + "O": 1.870236729928365e-07, + "W": 2.7249775769178086e-09, + "N": 4.369162809325644e-08, + "Y": 0.00042347508133389056, + "U": 2.200768456361857e-09, + "K": 4.770245141116902e-07, + "L": 4.161138100755579e-09, + "G": 2.3716034775134176e-05, + "F": 0.0007082640076987445, + "E": 6.61573130855686e-06, + "T": 2.243819835712202e-05, + "P": 0.011575669050216675, + "-": 0.9872347712516785 + }, + "id": "tp_13671" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1708876, + "label": "-", + "classification": { + "B": 2.295312333444599e-05, + "S": 5.425128620117903e-06, + "I": 0.00019074822193942964, + "C": 9.120582944888156e-06, + "R": 4.052672466059448e-06, + "M": 0.000332207593601197, + "O": 0.00011014126357622445, + "W": 3.857237970805727e-06, + "N": 1.2248671737324912e-05, + "Y": 0.001282687415368855, + "U": 4.864716629526811e-07, + "K": 1.468290406592132e-06, + "L": 1.1395935871405527e-05, + "G": 0.0005606107879430056, + "F": 0.0016473245341330767, + "E": 0.0002621105231810361, + "T": 0.0016407566145062447, + "P": 0.14109839498996735, + "-": 0.8528039455413818 + }, + "id": "tp_13672" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1709009, + "label": "-", + "classification": { + "B": 9.094814004129148e-07, + "S": 4.879886432718195e-07, + "I": 5.320045966072939e-05, + "C": 8.316881576320156e-06, + "R": 1.4229837006496382e-06, + "M": 7.732401718385518e-05, + "O": 1.3544779903895687e-05, + "W": 4.611907513663027e-07, + "N": 2.5158783500955906e-06, + "Y": 0.0022769521456211805, + "U": 1.5174410350482503e-07, + "K": 4.856026862398721e-06, + "L": 1.378326032863697e-06, + "G": 0.0005625015473924577, + "F": 0.007256369572132826, + "E": 0.0003193615411873907, + "T": 0.0006032180390320718, + "P": 0.045485720038414, + "-": 0.9433313608169556 + }, + "id": "tp_13673" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1709142, + "label": "-", + "classification": { + "B": 7.524365628341911e-07, + "S": 1.4545038311553071e-06, + "I": 9.818725084187463e-05, + "C": 1.6777885321062058e-06, + "R": 1.6339114381480613e-06, + "M": 0.00037601744406856596, + "O": 6.581998604815453e-05, + "W": 4.949969820700062e-07, + "N": 9.994017773351516e-07, + "Y": 0.0010253774235025048, + "U": 2.99130640257772e-08, + "K": 3.2513955972035546e-08, + "L": 3.5661132642417215e-06, + "G": 0.0002051337796729058, + "F": 0.00020398998458404094, + "E": 6.7330020101508126e-06, + "T": 0.004144596867263317, + "P": 0.010988515801727772, + "-": 0.9828751087188721 + }, + "id": "tp_13674" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1709276, + "label": "-", + "classification": { + "B": 0.00044315404375083745, + "S": 0.0005287685780785978, + "I": 0.0201842300593853, + "C": 0.01937471330165863, + "R": 0.005563735030591488, + "M": 0.03105142153799534, + "O": 0.005453217308968306, + "W": 0.0005010925233364105, + "N": 0.0015330871101468801, + "Y": 0.09806211292743683, + "U": 0.00031031694379635155, + "K": 0.0005479635437950492, + "L": 0.0032052830792963505, + "G": 0.03826838731765747, + "F": 0.021968180313706398, + "E": 0.012621022760868073, + "T": 0.04855415225028992, + "P": 0.05215482413768768, + "-": 0.6396743059158325 + }, + "id": "tp_13675" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1709376, + "label": "-", + "classification": { + "B": 0.00013975340698380023, + "S": 9.140530892182142e-05, + "I": 0.0001832928683143109, + "C": 0.00010289273632224649, + "R": 4.120973972021602e-05, + "M": 0.0007611910114064813, + "O": 0.0005679732421413064, + "W": 5.4093088692752644e-05, + "N": 2.1551122699747793e-05, + "Y": 0.001552540808916092, + "U": 5.454436177387834e-06, + "K": 8.062317647272721e-06, + "L": 0.00011362910299794748, + "G": 0.0008084866567514837, + "F": 0.011248038150370121, + "E": 0.00013100900105200708, + "T": 0.0020803632214665413, + "P": 0.08548267930746078, + "-": 0.8966063857078552 + }, + "id": "tp_13676" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1709510, + "label": "-", + "classification": { + "B": 4.209433246415983e-09, + "S": 3.8959828430051857e-07, + "I": 6.790588713556645e-07, + "C": 2.0997880710638128e-05, + "R": 1.9060448721575085e-06, + "M": 8.969426562543958e-05, + "O": 1.8291913875145838e-05, + "W": 2.7953538506153564e-07, + "N": 7.038957505756116e-08, + "Y": 0.004983704071491957, + "U": 9.420562108175545e-09, + "K": 2.1446277969516814e-05, + "L": 1.4754767789781909e-06, + "G": 0.0009884117171168327, + "F": 0.032178718596696854, + "E": 1.0902745088969823e-05, + "T": 0.0007061149226501584, + "P": 0.0008236513240262866, + "-": 0.960153341293335 + }, + "id": "tp_13677" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1709643, + "label": "-", + "classification": { + "B": 7.801413630659226e-06, + "S": 3.703738548210822e-05, + "I": 0.0006032556993886828, + "C": 0.00024135106650646776, + "R": 7.930977153591812e-05, + "M": 0.000475981185445562, + "O": 0.0002698028110899031, + "W": 4.190938125248067e-05, + "N": 9.824160224525258e-05, + "Y": 0.03470856696367264, + "U": 4.173673460172722e-06, + "K": 0.0007191421464085579, + "L": 1.6455800505355e-05, + "G": 0.0025367888156324625, + "F": 0.05554065480828285, + "E": 0.0013536380138248205, + "T": 0.003902772208675742, + "P": 0.03452932834625244, + "-": 0.8648338317871094 + }, + "id": "tp_13678" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1709776, + "label": "-", + "classification": { + "B": 2.1039086028906695e-09, + "S": 1.0412247064550684e-08, + "I": 5.210507083575067e-07, + "C": 1.0650555992697264e-07, + "R": 1.0888033585843004e-08, + "M": 9.425270945939701e-07, + "O": 1.5248943441292795e-07, + "W": 5.106721268077763e-09, + "N": 2.2345012951063836e-08, + "Y": 0.00014025182463228703, + "U": 1.0813501205575449e-09, + "K": 5.023750873078825e-06, + "L": 1.4591483576964492e-09, + "G": 1.0012335224018898e-05, + "F": 0.0011817396152764559, + "E": 3.318324843348819e-06, + "T": 3.1824536563362926e-05, + "P": 0.005051886197179556, + "-": 0.9935742020606995 + }, + "id": "tp_13679" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1709877, + "label": "-", + "classification": { + "B": 1.3340940313355532e-05, + "S": 1.671478821663186e-05, + "I": 0.0033171181567013264, + "C": 0.00043839734280481935, + "R": 0.00013702065916731954, + "M": 0.0006734871421940625, + "O": 0.00023605948081240058, + "W": 2.959227276733145e-05, + "N": 0.0002964273444376886, + "Y": 0.007825992070138454, + "U": 3.465283953119069e-05, + "K": 0.0003136729064863175, + "L": 2.425534330541268e-05, + "G": 0.0015256312908604741, + "F": 0.006488006561994553, + "E": 0.0017228672513738275, + "T": 0.0041512069292366505, + "P": 0.20184437930583954, + "-": 0.7709112167358398 + }, + "id": "tp_13680" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1710010, + "label": "-", + "classification": { + "B": 5.017988247146832e-10, + "S": 4.760662530856052e-09, + "I": 2.4051744276221143e-06, + "C": 1.950813697249032e-07, + "R": 3.8444291305950173e-08, + "M": 7.866447958804201e-06, + "O": 4.716975467999873e-07, + "W": 3.1452678239674015e-09, + "N": 3.2788577186693146e-08, + "Y": 0.00043975916923955083, + "U": 2.770990659151096e-10, + "K": 1.0119467042102315e-08, + "L": 1.6906207989109134e-08, + "G": 1.0116027624462731e-05, + "F": 0.0007406407385133207, + "E": 4.1358657654200215e-06, + "T": 7.617435039719567e-05, + "P": 0.010761372745037079, + "-": 0.987956702709198 + }, + "id": "tp_13681" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1710143, + "label": "-", + "classification": { + "B": 1.166570573474246e-08, + "S": 8.791924521744932e-09, + "I": 1.325564369381027e-07, + "C": 3.9716201172268484e-07, + "R": 2.5878475184981653e-07, + "M": 0.000257219304330647, + "O": 6.0646470956271514e-06, + "W": 1.7214236702756125e-09, + "N": 9.836736286628067e-11, + "Y": 0.001885427045635879, + "U": 1.1213049586067392e-11, + "K": 8.917632257632313e-12, + "L": 4.125518898945302e-06, + "G": 0.00034506694646552205, + "F": 8.13401784398593e-05, + "E": 2.1541891825904713e-08, + "T": 0.0006383732543326914, + "P": 6.8617850956798065e-06, + "-": 0.9967747330665588 + }, + "id": "tp_13682" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1710277, + "label": "-", + "classification": { + "B": 9.873999395892952e-09, + "S": 3.005106918863021e-08, + "I": 4.289832702397689e-07, + "C": 1.4800015151195112e-06, + "R": 4.431864795151341e-07, + "M": 0.0003124459180980921, + "O": 8.747782885620836e-06, + "W": 1.1261328758394029e-08, + "N": 4.517896279310207e-09, + "Y": 0.00564436474815011, + "U": 8.584910560216485e-10, + "K": 8.07694267024317e-09, + "L": 4.0302497836819384e-06, + "G": 0.00042055986705236137, + "F": 0.0015948264626786113, + "E": 7.716788559264387e-07, + "T": 0.0011026515858247876, + "P": 0.00024912928347475827, + "-": 0.9906598925590515 + }, + "id": "tp_13683" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1710377, + "label": "-", + "classification": { + "B": 2.0962256930268097e-10, + "S": 6.157537768558541e-08, + "I": 8.7304061935356e-07, + "C": 3.6025605254508264e-07, + "R": 3.2070909128378844e-07, + "M": 5.120988862472586e-05, + "O": 5.790096111013554e-06, + "W": 1.2432703755393959e-08, + "N": 4.059825808866435e-09, + "Y": 0.013364078477025032, + "U": 1.5278613443858724e-11, + "K": 1.3021534961410453e-08, + "L": 2.758506525424309e-07, + "G": 0.000273751124041155, + "F": 0.006437693256884813, + "E": 5.076496449873957e-07, + "T": 0.00121047452557832, + "P": 8.45663744257763e-05, + "-": 0.9785699844360352 + }, + "id": "tp_13684" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1710511, + "label": "Y", + "classification": { + "B": 1.2021753548197012e-07, + "S": 2.0363673684187233e-05, + "I": 1.043515294441022e-05, + "C": 9.436095569981262e-05, + "R": 3.2036066841101274e-05, + "M": 0.002131553366780281, + "O": 0.0004847135569434613, + "W": 2.9292846193129662e-06, + "N": 4.757330884785915e-07, + "Y": 0.5812368392944336, + "U": 1.5138796882752104e-09, + "K": 7.607114184793318e-06, + "L": 4.8668094677850604e-05, + "G": 0.04757043719291687, + "F": 0.03706398233771324, + "E": 1.9280894775874913e-05, + "T": 0.049270760267972946, + "P": 4.001137858722359e-05, + "-": 0.281965434551239 + }, + "id": "tp_13685" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1710644, + "label": "-", + "classification": { + "B": 6.969812034185452e-07, + "S": 4.413561214278161e-07, + "I": 1.3276157915242948e-06, + "C": 6.314157303677348e-07, + "R": 3.151403689116705e-07, + "M": 7.962357631186023e-05, + "O": 1.1562968211364932e-05, + "W": 1.9106046522665565e-07, + "N": 3.706077222886961e-08, + "Y": 0.0012243238743394613, + "U": 7.250360756216878e-09, + "K": 2.0689654434136173e-07, + "L": 1.9857855022564763e-06, + "G": 0.00023240907466970384, + "F": 0.003886876394972205, + "E": 4.6492032197420485e-06, + "T": 0.00038666330510750413, + "P": 0.0013826267095282674, + "-": 0.9927854537963867 + }, + "id": "tp_13686" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1710777, + "label": "-", + "classification": { + "B": 9.657952389219293e-12, + "S": 7.562854509313155e-11, + "I": 1.1378156229702174e-11, + "C": 1.5597547559087488e-11, + "R": 2.063525999379534e-12, + "M": 2.813843202886801e-08, + "O": 2.3857453790299132e-09, + "W": 2.170333357476295e-12, + "N": 3.071377042127878e-14, + "Y": 2.4174976260837866e-06, + "U": 6.602309480447971e-17, + "K": 9.892223758883878e-13, + "L": 6.040890704328561e-11, + "G": 9.354826602248068e-07, + "F": 0.00273194070905447, + "E": 4.455204649644884e-09, + "T": 1.8221683717456472e-07, + "P": 1.1252367585257161e-05, + "-": 0.9972532391548157 + }, + "id": "tp_13687" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1710878, + "label": "-", + "classification": { + "B": 2.607002946852788e-10, + "S": 1.0331630662108182e-08, + "I": 1.1700536362013736e-07, + "C": 3.379120414592762e-07, + "R": 1.4193068409440457e-07, + "M": 0.00020679143199231476, + "O": 5.621817308565369e-06, + "W": 1.394920512431952e-09, + "N": 2.55454629671803e-10, + "Y": 0.004610725678503513, + "U": 2.3705291202213985e-12, + "K": 1.1398295501896527e-11, + "L": 1.3788711612505722e-06, + "G": 0.0003296302747912705, + "F": 0.0007414782303385437, + "E": 6.224428261702997e-08, + "T": 0.001036092289723456, + "P": 2.976662290166132e-05, + "-": 0.9930378794670105 + }, + "id": "tp_13688" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1711011, + "label": "-", + "classification": { + "B": 1.1837292731797788e-05, + "S": 8.55119142215699e-05, + "I": 0.00010649084288161248, + "C": 2.0552042769850232e-05, + "R": 1.7008092981996015e-05, + "M": 0.0028344294987618923, + "O": 0.0009056668495759368, + "W": 3.5527678846847266e-05, + "N": 9.900941222440451e-06, + "Y": 0.010028112679719925, + "U": 1.075678710549255e-06, + "K": 9.82721849140944e-06, + "L": 5.9059766499558464e-05, + "G": 0.000813857011962682, + "F": 0.006114074029028416, + "E": 3.821456266450696e-05, + "T": 0.012088670395314693, + "P": 0.006781013682484627, + "-": 0.9600391387939453 + }, + "id": "tp_13689" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1711144, + "label": "-", + "classification": { + "B": 1.2798551281278936e-11, + "S": 3.58791774068834e-10, + "I": 3.5913891305305867e-10, + "C": 4.4261116993737915e-10, + "R": 2.993473524615098e-11, + "M": 5.38027393304219e-07, + "O": 2.357342232528481e-08, + "W": 1.698098953117899e-11, + "N": 2.7961842910539936e-12, + "Y": 1.4187866327119991e-05, + "U": 6.369650493902659e-14, + "K": 1.0611241052504994e-11, + "L": 8.434780096600036e-10, + "G": 5.49700587271218e-07, + "F": 0.00027355484780855477, + "E": 6.82059386747369e-09, + "T": 5.028670784668066e-06, + "P": 6.393829244188964e-05, + "-": 0.9996421337127686 + }, + "id": "tp_13690" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1711278, + "label": "-", + "classification": { + "B": 3.78402944534173e-08, + "S": 1.3205935545101966e-07, + "I": 0.00013082196528557688, + "C": 3.4371444144198904e-06, + "R": 1.8227328837383538e-06, + "M": 7.940545037854463e-05, + "O": 1.4155071767163463e-05, + "W": 2.0041449033669778e-07, + "N": 2.0675474843301345e-06, + "Y": 0.006339856423437595, + "U": 4.5305579732257684e-08, + "K": 2.292299541295506e-06, + "L": 2.3378733260415174e-07, + "G": 0.00015085932682268322, + "F": 0.0004361163009889424, + "E": 1.4383097550307866e-05, + "T": 0.002259214874356985, + "P": 0.006725335959345102, + "-": 0.9838395714759827 + }, + "id": "tp_13691" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1711378, + "label": "-", + "classification": { + "B": 9.481365026431376e-08, + "S": 7.569721560685139e-08, + "I": 2.4418773136858363e-07, + "C": 1.6671957325797848e-07, + "R": 6.798681795316952e-08, + "M": 4.543921386357397e-05, + "O": 5.26872690898017e-06, + "W": 2.2621600592742652e-08, + "N": 2.121554043554852e-09, + "Y": 0.00013875032891519368, + "U": 2.792827358266692e-10, + "K": 9.708328585489312e-10, + "L": 7.120314649000647e-07, + "G": 3.4550303098512813e-05, + "F": 0.0005413275794126093, + "E": 7.457671244992525e-07, + "T": 5.18862325407099e-05, + "P": 0.0010614384664222598, + "-": 0.9981191754341125 + }, + "id": "tp_13692" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1711512, + "label": "-", + "classification": { + "B": 4.516452065672638e-07, + "S": 5.281357971398393e-06, + "I": 1.4543242286890745e-05, + "C": 2.3857957785367034e-05, + "R": 3.326290243421681e-05, + "M": 0.005000237375497818, + "O": 0.0006528274971060455, + "W": 1.5151531442825217e-06, + "N": 1.4265093284393515e-07, + "Y": 0.03365864232182503, + "U": 1.0837432284915849e-08, + "K": 1.6271210157015048e-08, + "L": 0.00021613406715914607, + "G": 0.005411755759268999, + "F": 0.003042973345145583, + "E": 3.844692400889471e-06, + "T": 0.010711250826716423, + "P": 0.00021799508249387145, + "-": 0.9410053491592407 + }, + "id": "tp_13693" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1711645, + "label": "-", + "classification": { + "B": 2.627686068734647e-09, + "S": 2.202868110146028e-08, + "I": 2.934805536369822e-07, + "C": 2.5349427801302227e-07, + "R": 1.9724446076452296e-07, + "M": 6.518799636978656e-05, + "O": 2.4993616989377188e-06, + "W": 9.800015021710351e-09, + "N": 2.3455166697772256e-09, + "Y": 0.0035572422202676535, + "U": 1.0447543524749747e-10, + "K": 1.3685487409986763e-08, + "L": 3.686818672576919e-07, + "G": 0.0003020362928509712, + "F": 0.0024921842850744724, + "E": 1.3067342479189392e-06, + "T": 0.0005959935369901359, + "P": 0.00030469970079138875, + "-": 0.9926778078079224 + }, + "id": "tp_13694" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1711778, + "label": "-", + "classification": { + "B": 1.0999670063682743e-09, + "S": 1.5840960543300753e-07, + "I": 4.3078102862637024e-07, + "C": 1.2682113265327644e-05, + "R": 1.4194024515745696e-06, + "M": 5.459633030113764e-05, + "O": 1.3165735254005995e-05, + "W": 6.399960028602436e-08, + "N": 4.089066152346277e-08, + "Y": 0.06558696180582047, + "U": 2.8742663804592894e-10, + "K": 2.8837116587965284e-06, + "L": 8.761822414271592e-07, + "G": 0.006389438174664974, + "F": 0.15447327494621277, + "E": 1.3828318515152205e-05, + "T": 0.0017445983830839396, + "P": 0.0003074702399317175, + "-": 0.7713980078697205 + }, + "id": "tp_13695" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1711879, + "label": "-", + "classification": { + "B": 5.8971563703380525e-05, + "S": 0.00031487271189689636, + "I": 0.0007747375639155507, + "C": 0.0004344992630649358, + "R": 0.0005918066599406302, + "M": 0.013066044077277184, + "O": 0.003166231559589505, + "W": 0.0001113639009417966, + "N": 2.69345982815139e-05, + "Y": 0.08261235058307648, + "U": 4.174519744992722e-06, + "K": 4.5996857807040215e-06, + "L": 0.0018455205718055367, + "G": 0.013983017764985561, + "F": 0.031137924641370773, + "E": 0.0001636799715925008, + "T": 0.05129559338092804, + "P": 0.0059967245906591415, + "-": 0.7944108843803406 + }, + "id": "tp_13696" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1712012, + "label": "-", + "classification": { + "B": 5.5632800588512055e-09, + "S": 4.510167173066293e-08, + "I": 1.482418383602635e-06, + "C": 3.919491973647382e-06, + "R": 5.545772978621244e-07, + "M": 4.372400780994212e-06, + "O": 2.2525184704136336e-06, + "W": 4.213924853502249e-08, + "N": 7.025087001011343e-08, + "Y": 0.000833213038276881, + "U": 6.213488834561076e-09, + "K": 1.5680786873417674e-06, + "L": 9.009558255002048e-08, + "G": 9.888059867080301e-05, + "F": 0.012820940464735031, + "E": 7.039150659693405e-06, + "T": 6.605374801438302e-05, + "P": 0.00792776606976986, + "-": 0.9782317280769348 + }, + "id": "tp_13697" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1712145, + "label": "-", + "classification": { + "B": 2.3737012355695697e-10, + "S": 9.500829012409895e-10, + "I": 1.7264535472349962e-06, + "C": 2.065604576273472e-08, + "R": 7.704362481320004e-09, + "M": 2.2011042233316402e-07, + "O": 1.9241483073528798e-07, + "W": 1.6730351548588374e-09, + "N": 2.4637742512823024e-08, + "Y": 3.056344939977862e-05, + "U": 2.971331791723486e-10, + "K": 1.2512214375703934e-08, + "L": 1.2401205617962319e-09, + "G": 1.4114950772636803e-06, + "F": 0.00018523415201343596, + "E": 8.031748848225106e-07, + "T": 1.2101279025955591e-05, + "P": 0.05224660038948059, + "-": 0.9475210905075073 + }, + "id": "tp_13698" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1712279, + "label": "-", + "classification": { + "B": 1.3987200873089023e-06, + "S": 3.916665718861623e-06, + "I": 0.0004456197493709624, + "C": 0.00017650899826548994, + "R": 6.958928133826703e-05, + "M": 0.0025015496648848057, + "O": 0.0004940118524245918, + "W": 3.102616119576851e-06, + "N": 3.441833996475907e-06, + "Y": 0.015018045902252197, + "U": 1.2616723665814789e-07, + "K": 1.9968631477240706e-06, + "L": 5.903623241465539e-05, + "G": 0.006405414082109928, + "F": 0.003947819583117962, + "E": 5.9801725001307204e-05, + "T": 0.008130569010972977, + "P": 0.0022221622057259083, + "-": 0.9604558348655701 + }, + "id": "tp_13699" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1712379, + "label": "-", + "classification": { + "B": 3.4647875963855768e-06, + "S": 5.321908975020051e-05, + "I": 0.0008571998332627118, + "C": 0.001039668801240623, + "R": 0.00021393077622633427, + "M": 0.0012874034000560641, + "O": 0.0005397000932134688, + "W": 5.157054329174571e-05, + "N": 0.00010239265975542367, + "Y": 0.11281843483448029, + "U": 5.602220426226268e-06, + "K": 0.0012604107614606619, + "L": 4.036758036818355e-05, + "G": 0.00876988098025322, + "F": 0.02544815093278885, + "E": 0.0007197627564892173, + "T": 0.027604013681411743, + "P": 0.011516939848661423, + "-": 0.8076678514480591 + }, + "id": "tp_13700" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1712513, + "label": "-", + "classification": { + "B": 0.0001364184427075088, + "S": 4.416091906023212e-05, + "I": 7.354003901127726e-05, + "C": 7.612140962010017e-06, + "R": 1.0942181688733399e-05, + "M": 0.0023702390026301146, + "O": 0.00103926588781178, + "W": 1.2825566955143586e-05, + "N": 8.068023475971131e-07, + "Y": 0.005004693754017353, + "U": 5.5825026379352494e-08, + "K": 9.915049226094652e-09, + "L": 0.0002361113001825288, + "G": 0.001412076409906149, + "F": 0.0013060611672699451, + "E": 9.010583198687527e-06, + "T": 0.00419948436319828, + "P": 0.0019690715707838535, + "-": 0.9821674823760986 + }, + "id": "tp_13701" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1712646, + "label": "-", + "classification": { + "B": 3.2679166906746104e-05, + "S": 1.1369891581125557e-05, + "I": 4.684937448473647e-05, + "C": 4.531064405455254e-05, + "R": 1.2848119695263449e-05, + "M": 0.0011571316281333566, + "O": 0.00020965159637853503, + "W": 6.293877049756702e-06, + "N": 3.711468707479071e-06, + "Y": 0.008382386527955532, + "U": 2.9138027457520366e-07, + "K": 4.917581918562064e-06, + "L": 2.3577707906952128e-05, + "G": 0.0017405626131221652, + "F": 0.003916402347385883, + "E": 0.0001913076703203842, + "T": 0.0037968324031680822, + "P": 0.00762974563986063, + "-": 0.9727880358695984 + }, + "id": "tp_13702" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1712779, + "label": "-", + "classification": { + "B": 5.466491188599321e-07, + "S": 1.3448362551571336e-05, + "I": 0.00010470624692970887, + "C": 8.145032188622281e-05, + "R": 1.896381945698522e-05, + "M": 0.00020370748825371265, + "O": 0.00010464774095453322, + "W": 1.0331779776606709e-05, + "N": 2.2583322788705118e-05, + "Y": 0.020730335265398026, + "U": 5.0744534974001e-07, + "K": 0.010260278359055519, + "L": 6.32064893579809e-06, + "G": 0.009283867664635181, + "F": 0.12817759811878204, + "E": 0.003332586260512471, + "T": 0.002843148075044155, + "P": 0.012086225673556328, + "-": 0.8127187490463257 + }, + "id": "tp_13703" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1712880, + "label": "-", + "classification": { + "B": 1.801297111470035e-09, + "S": 7.84852804969205e-09, + "I": 2.0468564798648003e-07, + "C": 6.142514052953629e-08, + "R": 5.793782165142147e-08, + "M": 3.659868070826633e-06, + "O": 4.7048814622030477e-07, + "W": 1.5794209273778392e-09, + "N": 1.1149258183351662e-09, + "Y": 0.0003690129960887134, + "U": 1.2325312992444992e-10, + "K": 1.9604018408614365e-09, + "L": 4.015149457359257e-08, + "G": 1.2055097613483667e-05, + "F": 0.0002488554746378213, + "E": 8.117061867096709e-08, + "T": 0.00019049739057663828, + "P": 0.0006642066291533411, + "-": 0.9985106587409973 + }, + "id": "tp_13704" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1713013, + "label": "-", + "classification": { + "B": 7.218824649157796e-09, + "S": 2.415672106792499e-08, + "I": 2.6123980205738917e-06, + "C": 1.03395723272115e-06, + "R": 1.3489068351191236e-07, + "M": 1.1399510185583495e-05, + "O": 2.0791990209545474e-06, + "W": 1.980271058243943e-08, + "N": 6.338959224194696e-08, + "Y": 0.0002511825296096504, + "U": 8.417122998594095e-09, + "K": 1.1338111249870053e-07, + "L": 1.415061205989332e-07, + "G": 2.1660298443748616e-05, + "F": 0.0007571757305413485, + "E": 3.155351578243426e-06, + "T": 9.748719458002597e-05, + "P": 0.004363258369266987, + "-": 0.9944884777069092 + }, + "id": "tp_13705" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1713146, + "label": "-", + "classification": { + "B": 1.0914653181259837e-08, + "S": 1.8512208654897222e-08, + "I": 2.8680022978733177e-07, + "C": 6.95585313792435e-08, + "R": 8.27927024715791e-08, + "M": 4.597926454152912e-05, + "O": 5.865112598257838e-06, + "W": 7.515501998511809e-09, + "N": 4.722467972229083e-10, + "Y": 8.26716423034668e-05, + "U": 6.496209126183317e-11, + "K": 4.236047710520774e-12, + "L": 2.0107868294871878e-06, + "G": 2.5108160116360523e-05, + "F": 0.00011520634143380448, + "E": 1.9211578106137495e-08, + "T": 8.021778921829537e-05, + "P": 0.0008578289416618645, + "-": 0.9987847208976746 + }, + "id": "tp_13706" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1713280, + "label": "-", + "classification": { + "B": 4.920658284390811e-06, + "S": 1.6249249483735184e-06, + "I": 0.00015527679352089763, + "C": 7.357609865721315e-05, + "R": 3.7908055674051866e-05, + "M": 0.000927482673432678, + "O": 7.788420043652877e-05, + "W": 6.156471386020712e-07, + "N": 6.968868433432363e-07, + "Y": 0.01185029186308384, + "U": 8.415857877253075e-08, + "K": 2.9076160146246366e-08, + "L": 6.028609277564101e-05, + "G": 0.0018147474620491266, + "F": 0.0016548805870115757, + "E": 3.392965663806535e-05, + "T": 0.004172422457486391, + "P": 0.009459443390369415, + "-": 0.9696738719940186 + }, + "id": "tp_13707" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1713380, + "label": "-", + "classification": { + "B": 1.9453851862749616e-08, + "S": 1.4689797156464124e-09, + "I": 3.677638744647993e-07, + "C": 2.2449417258485482e-07, + "R": 3.559351569037972e-08, + "M": 8.093440442280553e-07, + "O": 2.1023129193054046e-07, + "W": 1.2818879291387475e-09, + "N": 1.2821446127020408e-09, + "Y": 2.923497413576115e-05, + "U": 2.400551424308617e-10, + "K": 4.393448105322051e-10, + "L": 4.009327980725175e-08, + "G": 9.804030014493037e-06, + "F": 0.0005160690634511411, + "E": 3.1889109664007265e-07, + "T": 6.23812957201153e-06, + "P": 0.0058421543799340725, + "-": 0.9935944676399231 + }, + "id": "tp_13708" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1713514, + "label": "-", + "classification": { + "B": 1.4334758380307733e-10, + "S": 3.335852056807198e-07, + "I": 1.4855497738608392e-06, + "C": 1.1150960972372559e-06, + "R": 2.601648816380475e-07, + "M": 1.0456738891662098e-05, + "O": 6.908424893481424e-06, + "W": 1.5544668485745206e-07, + "N": 1.1565804669544377e-07, + "Y": 0.012436180375516415, + "U": 5.828505456051403e-10, + "K": 4.466350583243184e-05, + "L": 3.474930210245475e-08, + "G": 0.00010466951789567247, + "F": 0.011605489067733288, + "E": 3.2121461117640138e-06, + "T": 0.0013984006363898516, + "P": 0.0008921654662117362, + "-": 0.973494291305542 + }, + "id": "tp_13709" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1713647, + "label": "-", + "classification": { + "B": 7.139601354566594e-09, + "S": 2.6355719384696386e-08, + "I": 5.454151505546179e-06, + "C": 1.30779653773061e-07, + "R": 8.099248560711203e-08, + "M": 5.380837319535203e-05, + "O": 1.3562467984229443e-06, + "W": 6.462788526562235e-09, + "N": 2.866430115489038e-08, + "Y": 0.0019883732311427593, + "U": 3.600706122153241e-10, + "K": 1.559105022863605e-08, + "L": 6.571944766164961e-08, + "G": 4.7171753976726905e-05, + "F": 0.00021265819668769836, + "E": 5.9263511502649635e-06, + "T": 0.0006268217111937702, + "P": 0.0019390587694942951, + "-": 0.9951190948486328 + }, + "id": "tp_13710" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1713780, + "label": "-", + "classification": { + "B": 1.0192618304927237e-08, + "S": 8.858964228863897e-09, + "I": 4.39517134509515e-06, + "C": 2.8161089176137466e-06, + "R": 9.028541398947709e-07, + "M": 1.154677192971576e-05, + "O": 1.9931435417674948e-06, + "W": 9.040586945729956e-09, + "N": 2.656851805227234e-08, + "Y": 0.00036017139791511, + "U": 7.545311930812204e-09, + "K": 4.710974388366651e-10, + "L": 9.072085163097654e-07, + "G": 3.837108306470327e-05, + "F": 0.00012358443927951157, + "E": 4.043798469410831e-07, + "T": 0.0003906831843778491, + "P": 0.005498102866113186, + "-": 0.99356609582901 + }, + "id": "tp_13711" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1713881, + "label": "-", + "classification": { + "B": 2.985214919704049e-08, + "S": 5.799028102160264e-08, + "I": 2.3572388840875647e-07, + "C": 5.451721790450392e-06, + "R": 2.02533897208923e-06, + "M": 4.115153569728136e-05, + "O": 1.561992939969059e-05, + "W": 6.558175158488666e-08, + "N": 2.5140605153239903e-09, + "Y": 0.0003300301032140851, + "U": 2.014056477150916e-09, + "K": 1.8002445090203878e-09, + "L": 8.234617780544795e-06, + "G": 9.727196447784081e-05, + "F": 0.0013731701765209436, + "E": 1.6394618285175966e-07, + "T": 0.00013975445472169667, + "P": 0.0004458930343389511, + "-": 0.9975408315658569 + }, + "id": "tp_13712" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1714014, + "label": "-", + "classification": { + "B": 2.7108050179580623e-11, + "S": 3.755217647949394e-08, + "I": 2.7569126981319414e-09, + "C": 2.113242061341225e-07, + "R": 1.3185800895598732e-08, + "M": 3.008115163538605e-05, + "O": 2.4163864509318955e-06, + "W": 1.7949840502851089e-09, + "N": 2.2634694119005871e-10, + "Y": 0.0027165678329765797, + "U": 3.6043245211364594e-12, + "K": 1.5319163537697023e-07, + "L": 4.575812795337697e-07, + "G": 0.0011819199426099658, + "F": 0.03955322504043579, + "E": 7.674548783143109e-07, + "T": 0.00034397729905322194, + "P": 3.446834671194665e-05, + "-": 0.9561357498168945 + }, + "id": "tp_13713" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1714147, + "label": "-", + "classification": { + "B": 5.881038305233233e-07, + "S": 5.273335546007729e-08, + "I": 3.196148554707179e-07, + "C": 3.3457388326496584e-07, + "R": 2.0486272944708617e-07, + "M": 1.3534802747017238e-05, + "O": 1.095009793061763e-05, + "W": 5.789096846342545e-08, + "N": 2.1261048477327904e-09, + "Y": 3.024667785211932e-05, + "U": 4.812708565005153e-10, + "K": 1.569664537237614e-11, + "L": 1.9204835552955046e-06, + "G": 1.2933684047311544e-05, + "F": 0.00026096790679730475, + "E": 2.0384929655392625e-07, + "T": 2.2854677808936685e-05, + "P": 0.004370463080704212, + "-": 0.9952741861343384 + }, + "id": "tp_13714" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1714281, + "label": "-", + "classification": { + "B": 2.782319930005883e-10, + "S": 1.599519947603767e-07, + "I": 8.748162372285151e-08, + "C": 2.5654655289031325e-08, + "R": 3.685093474814494e-08, + "M": 0.00013134269102010876, + "O": 9.157850399788003e-06, + "W": 6.445149303146991e-09, + "N": 2.256731329586259e-10, + "Y": 0.017879044637084007, + "U": 1.6308169278975854e-13, + "K": 1.1570727709298012e-10, + "L": 2.3447985597613297e-07, + "G": 8.892347977962345e-05, + "F": 0.0006733245099894702, + "E": 7.668855772635652e-09, + "T": 0.006789049133658409, + "P": 3.721416760527063e-06, + "-": 0.9744248390197754 + }, + "id": "tp_13715" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1714381, + "label": "-", + "classification": { + "B": 4.779138862431864e-07, + "S": 1.6369339164157282e-06, + "I": 3.827637920039706e-05, + "C": 2.759725930445711e-06, + "R": 3.1645424769521924e-06, + "M": 0.0008761241915635765, + "O": 0.00010364963964093477, + "W": 6.192939849825052e-07, + "N": 2.0496173647188698e-07, + "Y": 0.007856118492782116, + "U": 6.103727745454535e-09, + "K": 1.3577660773478328e-08, + "L": 6.558616405527573e-06, + "G": 0.0003141212509945035, + "F": 0.0004053599259350449, + "E": 1.7308341284660855e-06, + "T": 0.008481116965413094, + "P": 0.0005952711217105389, + "-": 0.9813127517700195 + }, + "id": "tp_13716" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1714515, + "label": "-", + "classification": { + "B": 2.5916054369190533e-07, + "S": 1.9128465282847174e-05, + "I": 1.0566098353592679e-05, + "C": 1.079746994037123e-06, + "R": 6.553183311552857e-07, + "M": 7.184535934356973e-05, + "O": 5.429956945590675e-05, + "W": 2.8810668482037727e-06, + "N": 8.378452207580267e-07, + "Y": 0.0012993896380066872, + "U": 8.601969803123666e-09, + "K": 7.425360877277853e-07, + "L": 1.4397471659322036e-06, + "G": 3.894135443260893e-05, + "F": 0.013455419801175594, + "E": 1.960976078407839e-05, + "T": 0.0006743990234099329, + "P": 0.012122293002903461, + "-": 0.9722263216972351 + }, + "id": "tp_13717" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1714648, + "label": "-", + "classification": { + "B": 1.4118770153004334e-08, + "S": 1.6565177674010556e-08, + "I": 2.0564438329984114e-07, + "C": 1.8485573960447255e-08, + "R": 2.8531472295867388e-08, + "M": 0.0002136063267244026, + "O": 9.345159014628734e-06, + "W": 3.443481499942891e-09, + "N": 8.519146499352814e-11, + "Y": 0.0006827760371379554, + "U": 1.8703081618165474e-12, + "K": 4.617377172885101e-14, + "L": 2.586535174486926e-06, + "G": 2.947855682577938e-05, + "F": 2.2361908122547902e-05, + "E": 1.023685936019092e-08, + "T": 0.0006968769594095647, + "P": 4.3406816985225305e-05, + "-": 0.9982993006706238 + }, + "id": "tp_13718" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1714781, + "label": "-", + "classification": { + "B": 3.100498588537448e-06, + "S": 6.387982011801796e-06, + "I": 4.6576700697187334e-05, + "C": 9.429789997739135e-07, + "R": 7.404773896269035e-07, + "M": 0.002980233868584037, + "O": 0.00013333883543964475, + "W": 9.99027520265372e-07, + "N": 4.5762413947159075e-07, + "Y": 0.004150055814534426, + "U": 4.665435593409484e-09, + "K": 1.7609252722650126e-08, + "L": 9.130852959060576e-06, + "G": 0.0003520818427205086, + "F": 0.00032534528872929513, + "E": 9.138449968304485e-06, + "T": 0.015721946954727173, + "P": 0.002599834930151701, + "-": 0.9736596941947937 + }, + "id": "tp_13719" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1714882, + "label": "-", + "classification": { + "B": 2.5459074478044637e-14, + "S": 1.3331926708437525e-12, + "I": 2.110865232607395e-10, + "C": 1.8486526198735476e-10, + "R": 5.353221685377996e-11, + "M": 2.8911575356005415e-08, + "O": 2.383258701499358e-09, + "W": 5.044713561816461e-13, + "N": 3.539055984033701e-13, + "Y": 8.629300282336771e-05, + "U": 7.19614373921899e-15, + "K": 3.6175155752882215e-12, + "L": 3.536110987356622e-11, + "G": 3.940151600545505e-07, + "F": 7.357368303928524e-05, + "E": 1.4004089554653376e-10, + "T": 5.12631550009246e-06, + "P": 9.874778697849251e-06, + "-": 0.9998248219490051 + }, + "id": "tp_13720" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1715015, + "label": "-", + "classification": { + "B": 3.8092431964287243e-07, + "S": 2.740021409408655e-05, + "I": 0.0009626445826143026, + "C": 0.0004775424604304135, + "R": 0.00010593752085696906, + "M": 0.0005500877159647644, + "O": 0.0004057429323438555, + "W": 2.053081516351085e-05, + "N": 0.00010335644765291363, + "Y": 0.18508711457252502, + "U": 9.161109346678131e-07, + "K": 0.001984701957553625, + "L": 1.554074879095424e-05, + "G": 0.015563123859465122, + "F": 0.02866099402308464, + "E": 0.0014364718226715922, + "T": 0.014125498943030834, + "P": 0.010238517075777054, + "-": 0.7402335405349731 + }, + "id": "tp_13721" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1715148, + "label": "-", + "classification": { + "B": 8.179074484360171e-08, + "S": 5.307660444486828e-07, + "I": 0.0005419496446847916, + "C": 6.025432867318159e-06, + "R": 2.4086991743388353e-06, + "M": 0.00012787211744580418, + "O": 1.5529003576375544e-05, + "W": 2.595727437437745e-07, + "N": 4.377137429401046e-06, + "Y": 0.009925591759383678, + "U": 2.7161965121536014e-08, + "K": 1.8597751250126748e-07, + "L": 1.1079798696300713e-06, + "G": 0.0001518019416835159, + "F": 0.0015154454158619046, + "E": 2.099806079058908e-05, + "T": 0.003407164942473173, + "P": 0.029010748490691185, + "-": 0.9552679061889648 + }, + "id": "tp_13722" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1715282, + "label": "-", + "classification": { + "B": 4.585729573847175e-09, + "S": 5.573371986145048e-09, + "I": 4.3184698483855755e-07, + "C": 1.0994697596800052e-08, + "R": 7.758758080456118e-09, + "M": 1.9274420992587693e-05, + "O": 4.699095086380112e-07, + "W": 1.3812283539138548e-09, + "N": 7.244048139121162e-10, + "Y": 0.001366069889627397, + "U": 2.591727700507196e-11, + "K": 1.0468421685061458e-09, + "L": 1.1857939519188676e-08, + "G": 9.750871868163813e-06, + "F": 7.989056030055508e-05, + "E": 9.341501083781623e-08, + "T": 0.00033877251553349197, + "P": 0.0003469653893262148, + "-": 0.9978381991386414 + }, + "id": "tp_13723" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1715382, + "label": "-", + "classification": { + "B": 9.955940782901962e-08, + "S": 1.0815566753308303e-07, + "I": 1.1314011317153927e-05, + "C": 3.3702506243571406e-06, + "R": 4.129307455968956e-07, + "M": 3.969707904616371e-05, + "O": 4.9902359933184925e-06, + "W": 6.578530076239986e-08, + "N": 2.3483653421862982e-07, + "Y": 0.0008778030751273036, + "U": 1.5949767728784536e-08, + "K": 6.300859922703239e-08, + "L": 4.4771516627406527e-07, + "G": 6.652734737144783e-05, + "F": 0.0018211317947134376, + "E": 2.851626595656853e-05, + "T": 0.00020373759616632015, + "P": 0.014834812842309475, + "-": 0.982106626033783 + }, + "id": "tp_13724" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1715516, + "label": "-", + "classification": { + "B": 1.5539222658844665e-05, + "S": 2.8124695745646022e-05, + "I": 0.0010566121200099587, + "C": 0.0007221631822176278, + "R": 0.00023986237647477537, + "M": 0.005248438101261854, + "O": 0.0008256239234469831, + "W": 2.4621029297122732e-05, + "N": 3.189006747561507e-05, + "Y": 0.08957664668560028, + "U": 2.514496145522571e-06, + "K": 1.2655896171054337e-05, + "L": 0.00016303308075293899, + "G": 0.007239283993840218, + "F": 0.008178609423339367, + "E": 0.00045037936070002615, + "T": 0.02102244272828102, + "P": 0.0055703287944197655, + "-": 0.8595912456512451 + }, + "id": "tp_13725" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1715649, + "label": "-", + "classification": { + "B": 1.9173310050746295e-08, + "S": 1.5373222694847755e-08, + "I": 1.1058349628001451e-05, + "C": 1.7591559299034998e-05, + "R": 2.4659552764205728e-06, + "M": 4.805159187526442e-05, + "O": 3.191158839399577e-06, + "W": 1.516895586917144e-08, + "N": 8.584280664081234e-08, + "Y": 0.0004670641792472452, + "U": 7.602579010779209e-09, + "K": 1.3792011976931917e-08, + "L": 1.4222722484191763e-06, + "G": 0.0002749372215475887, + "F": 0.0014973252546042204, + "E": 2.5350429496029392e-05, + "T": 0.00017035768541973084, + "P": 0.016437282785773277, + "-": 0.9810437560081482 + }, + "id": "tp_13726" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1715782, + "label": "-", + "classification": { + "B": 8.76462374899134e-11, + "S": 1.6202739150372736e-09, + "I": 8.844443186717399e-07, + "C": 1.8708886884155618e-08, + "R": 6.789520057282061e-09, + "M": 1.8011287465924397e-06, + "O": 1.0860124177725083e-07, + "W": 7.729551443347304e-10, + "N": 7.154112413587654e-09, + "Y": 0.0005608499050140381, + "U": 8.582061450379541e-11, + "K": 2.1728947530164078e-08, + "L": 1.9022792230316554e-09, + "G": 4.751645974465646e-06, + "F": 0.00024644704535603523, + "E": 8.335649113178079e-07, + "T": 0.00011825921683339402, + "P": 0.005144852213561535, + "-": 0.9939212799072266 + }, + "id": "tp_13727" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1715883, + "label": "-", + "classification": { + "B": 2.145550226373416e-08, + "S": 2.9564830583694857e-08, + "I": 7.776989150443114e-06, + "C": 2.763552515716583e-07, + "R": 8.915885274518587e-08, + "M": 5.936964225838892e-05, + "O": 2.804095856845379e-06, + "W": 1.1140823374944375e-08, + "N": 5.773858191560066e-08, + "Y": 0.0007896454189904034, + "U": 1.6783210377013802e-09, + "K": 1.4901928580002277e-08, + "L": 4.5343679744291876e-07, + "G": 0.00016658124513924122, + "F": 0.0012212051078677177, + "E": 7.522972737206146e-06, + "T": 0.000356037518940866, + "P": 0.005670561455190182, + "-": 0.9917175769805908 + }, + "id": "tp_13728" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1716016, + "label": "-", + "classification": { + "B": 1.2597469378761161e-07, + "S": 2.611122909002006e-05, + "I": 2.5032617486431263e-05, + "C": 0.0005718169850297272, + "R": 0.00011266521323705092, + "M": 0.0012702185194939375, + "O": 0.0004475091409403831, + "W": 4.374458058009623e-06, + "N": 4.396781321247545e-07, + "Y": 0.14449115097522736, + "U": 2.013248456833594e-09, + "K": 1.1756930007322808e-06, + "L": 3.048633152502589e-05, + "G": 0.012807286344468594, + "F": 0.011225343681871891, + "E": 3.7015734051237814e-06, + "T": 0.04296144098043442, + "P": 7.89194309618324e-05, + "-": 0.7859421968460083 + }, + "id": "tp_13729" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1716149, + "label": "-", + "classification": { + "B": 7.597718981733337e-11, + "S": 1.258688153704668e-09, + "I": 7.395375689611683e-08, + "C": 1.7045852729324906e-08, + "R": 1.6709238437329077e-08, + "M": 8.754230293561704e-06, + "O": 5.232479907135712e-07, + "W": 4.247264484558144e-10, + "N": 1.3766669748616067e-10, + "Y": 0.0015195297310128808, + "U": 8.467364830122559e-12, + "K": 8.475738166868751e-11, + "L": 4.8328391955010375e-08, + "G": 1.784722371667158e-05, + "F": 0.0002771407598629594, + "E": 9.797611610906642e-09, + "T": 0.0003061796596739441, + "P": 4.301195076550357e-05, + "-": 0.9978267550468445 + }, + "id": "tp_13730" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1716283, + "label": "-", + "classification": { + "B": 5.029577096138382e-06, + "S": 7.2563211688247975e-06, + "I": 0.00010743940219981596, + "C": 1.572862129251007e-05, + "R": 9.138116183748934e-06, + "M": 0.00026664085453376174, + "O": 0.00010278145782649517, + "W": 5.4647421166009735e-06, + "N": 7.267110959219281e-06, + "Y": 0.0036614497657865286, + "U": 6.637455385316571e-07, + "K": 4.419232936925255e-06, + "L": 1.4212254427548032e-05, + "G": 0.0005602285382337868, + "F": 0.006604394875466824, + "E": 9.904098988045007e-05, + "T": 0.00174056738615036, + "P": 0.027245400473475456, + "-": 0.9595428705215454 + }, + "id": "tp_13731" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1716383, + "label": "-", + "classification": { + "B": 3.2676240380169475e-07, + "S": 1.7887992953546927e-06, + "I": 0.00017922725237440318, + "C": 3.5842480428982526e-05, + "R": 2.4989531084429473e-05, + "M": 0.0018464905442669988, + "O": 7.468482363037765e-05, + "W": 8.866141456564947e-07, + "N": 1.505436785009806e-06, + "Y": 0.01845327392220497, + "U": 1.2184186459762714e-07, + "K": 7.539091484431992e-07, + "L": 1.2373428035061806e-05, + "G": 0.0011537506943568587, + "F": 0.0026038868818432093, + "E": 1.4636412743129767e-05, + "T": 0.00948782917112112, + "P": 0.002610528375953436, + "-": 0.9634971618652344 + }, + "id": "tp_13732" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1716517, + "label": "-", + "classification": { + "B": 7.646507427239158e-09, + "S": 9.470060291505433e-09, + "I": 1.062502633430995e-06, + "C": 8.863356129040767e-07, + "R": 9.749398799385744e-08, + "M": 6.5533636188774835e-06, + "O": 5.966583671579428e-07, + "W": 3.0982312271277124e-09, + "N": 9.54515311235582e-09, + "Y": 0.00018862044089473784, + "U": 6.626691972932974e-10, + "K": 1.4127953251730219e-09, + "L": 1.1058668292207585e-07, + "G": 2.0290215616114438e-05, + "F": 0.0005163135938346386, + "E": 1.342752739219577e-06, + "T": 4.408836684888229e-05, + "P": 0.0031970697455108166, + "-": 0.9960229396820068 + }, + "id": "tp_13733" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1716650, + "label": "-", + "classification": { + "B": 1.1248653397633035e-10, + "S": 4.641683426509502e-10, + "I": 3.6169622852355587e-09, + "C": 1.0758941515476295e-09, + "R": 3.1576827264068186e-10, + "M": 8.226836030189588e-07, + "O": 4.997998104272483e-08, + "W": 4.7269688163709134e-11, + "N": 7.34417734959969e-12, + "Y": 9.058953764906619e-06, + "U": 1.5984212380342616e-13, + "K": 1.0730683919560335e-12, + "L": 5.311912687488984e-09, + "G": 1.867989681159088e-06, + "F": 0.00026775995502248406, + "E": 9.50916412278957e-09, + "T": 4.6270461098174565e-06, + "P": 0.00016734638484194875, + "-": 0.9995483756065369 + }, + "id": "tp_13734" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1716750, + "label": "-", + "classification": { + "B": 1.1469411731468426e-07, + "S": 7.755080332572106e-06, + "I": 0.00021355556964408606, + "C": 5.098457040730864e-05, + "R": 3.2071529858512804e-05, + "M": 0.0010779171716421843, + "O": 0.0002047364687314257, + "W": 3.193432348780334e-06, + "N": 3.015185257027042e-06, + "Y": 0.09295659512281418, + "U": 1.690254514130629e-08, + "K": 2.0976922314730473e-06, + "L": 8.119724043353926e-06, + "G": 0.000895851815585047, + "F": 0.003590969368815422, + "E": 3.4554916055640206e-05, + "T": 0.021295936778187752, + "P": 0.0010388916125521064, + "-": 0.8785836100578308 + }, + "id": "tp_13735" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1716884, + "label": "-", + "classification": { + "B": 0.00010598285007290542, + "S": 1.0662462955224328e-05, + "I": 0.0002829194418154657, + "C": 2.4066919650067575e-05, + "R": 1.3386484170041513e-05, + "M": 0.00036832730984315276, + "O": 0.00043241947423666716, + "W": 1.438797789887758e-05, + "N": 1.3970903637527954e-05, + "Y": 0.0007568509317934513, + "U": 1.2352811609162018e-06, + "K": 1.409925744155771e-06, + "L": 5.29537646798417e-05, + "G": 0.0009666008991189301, + "F": 0.0024860280100256205, + "E": 0.00014024775009602308, + "T": 0.0012990536633878946, + "P": 0.07036739587783813, + "-": 0.9226621389389038 + }, + "id": "tp_13736" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1717017, + "label": "-", + "classification": { + "B": 1.3976129764614598e-07, + "S": 8.168033360789195e-08, + "I": 2.5107026431214763e-06, + "C": 4.997966129849374e-07, + "R": 3.4049773489641666e-07, + "M": 0.00010201132681686431, + "O": 6.9727043410239276e-06, + "W": 6.665715801545957e-08, + "N": 2.370649276883796e-08, + "Y": 0.0031059582252055407, + "U": 2.532191345494539e-09, + "K": 2.204141082984279e-07, + "L": 9.731714953886694e-07, + "G": 0.0005152507219463587, + "F": 0.0019617835059762, + "E": 8.011280442588031e-06, + "T": 0.0009695975459180772, + "P": 0.0006788666942156851, + "-": 0.9926468133926392 + }, + "id": "tp_13737" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1717150, + "label": "-", + "classification": { + "B": 9.792817081688554e-07, + "S": 1.4833052546237013e-06, + "I": 0.00022151618031784892, + "C": 0.00018328170699533075, + "R": 3.15682336804457e-05, + "M": 3.9994683902477846e-05, + "O": 3.974851279053837e-05, + "W": 3.01278328151966e-06, + "N": 1.064028219843749e-05, + "Y": 0.0007500670035369694, + "U": 3.099704372289125e-06, + "K": 7.655850822629873e-06, + "L": 6.306388968368992e-06, + "G": 0.00023693636467214674, + "F": 0.008302785456180573, + "E": 6.406198372133076e-05, + "T": 0.0004573311598505825, + "P": 0.07668909430503845, + "-": 0.9129503965377808 + }, + "id": "tp_13738" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1717251, + "label": "-", + "classification": { + "B": 3.3626129436470364e-08, + "S": 9.43975138056885e-08, + "I": 0.0009182928479276597, + "C": 2.9855095817765687e-06, + "R": 2.3364691514871083e-06, + "M": 2.5780045689316466e-05, + "O": 5.764755769632757e-06, + "W": 1.637414044353136e-07, + "N": 9.293641596741509e-06, + "Y": 0.025712378323078156, + "U": 2.0556573332441985e-08, + "K": 5.304940714268014e-06, + "L": 8.195362255492e-08, + "G": 0.0004010188567917794, + "F": 0.000342760409694165, + "E": 0.00017237657448276877, + "T": 0.002694149501621723, + "P": 0.03083535097539425, + "-": 0.9388717412948608 + }, + "id": "tp_13739" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1717384, + "label": "-", + "classification": { + "B": 3.9663996531658086e-09, + "S": 9.689987336969352e-07, + "I": 9.977568424801575e-07, + "C": 3.223220119252801e-06, + "R": 1.5554518313365406e-06, + "M": 0.00026087622973136604, + "O": 3.035424742847681e-05, + "W": 1.4973841189203085e-07, + "N": 2.680502042551325e-08, + "Y": 0.058287326246500015, + "U": 1.708798658128785e-10, + "K": 1.3300576711117174e-06, + "L": 1.7037024235833087e-06, + "G": 0.0018478611018508673, + "F": 0.0209707859903574, + "E": 3.4690226584643824e-06, + "T": 0.004907845053821802, + "P": 7.950260624056682e-05, + "-": 0.9136020541191101 + }, + "id": "tp_13740" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1717518, + "label": "-", + "classification": { + "B": 2.0721426796654896e-09, + "S": 9.375723308835404e-09, + "I": 3.3192943647009088e-06, + "C": 3.777155299644619e-08, + "R": 1.350799561095073e-08, + "M": 2.1823527731612558e-06, + "O": 2.2557536283329682e-07, + "W": 2.6775908157361528e-09, + "N": 2.8545201757879113e-08, + "Y": 0.00029504403937608004, + "U": 5.072970377106856e-10, + "K": 3.3252491871138545e-09, + "L": 1.13726601469466e-08, + "G": 4.796364009962417e-06, + "F": 0.00035447970731183887, + "E": 6.614934022763919e-07, + "T": 0.00031261329422704875, + "P": 0.02766912803053856, + "-": 0.9713574647903442 + }, + "id": "tp_13741" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1717651, + "label": "-", + "classification": { + "B": 5.3870721217208484e-08, + "S": 6.84058477418148e-07, + "I": 1.4074893215365591e-06, + "C": 2.664695557541563e-07, + "R": 1.624387664378446e-07, + "M": 1.1534738405316602e-05, + "O": 6.781433967262274e-06, + "W": 1.7643729677274678e-07, + "N": 4.867454705959062e-08, + "Y": 9.477893763687462e-05, + "U": 9.435626724396684e-10, + "K": 1.2822756190189466e-08, + "L": 2.2240256214445253e-07, + "G": 3.844372258754447e-06, + "F": 0.0007804392953403294, + "E": 6.106079126766417e-07, + "T": 0.00011731014092219993, + "P": 0.007362978532910347, + "-": 0.9916185736656189 + }, + "id": "tp_13742" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1717751, + "label": "-", + "classification": { + "B": 7.502280047200216e-13, + "S": 3.5305490627378366e-13, + "I": 7.665798551492742e-11, + "C": 1.538829341729553e-10, + "R": 3.108039173249644e-11, + "M": 1.190131229122926e-07, + "O": 1.1916996278671377e-09, + "W": 1.5904417810953114e-13, + "N": 2.058937533812831e-14, + "Y": 5.29011322214501e-06, + "U": 2.1491174047620284e-15, + "K": 3.132956134105358e-13, + "L": 1.1674353150858963e-10, + "G": 1.1080761623816215e-06, + "F": 1.5965666534611955e-05, + "E": 4.0052383631916655e-10, + "T": 3.600588627250545e-07, + "P": 1.0865015610761475e-05, + "-": 0.9999662637710571 + }, + "id": "tp_13743" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1717885, + "label": "-", + "classification": { + "B": 1.4889621757774307e-09, + "S": 9.80130394623302e-08, + "I": 4.658033049054211e-06, + "C": 1.0169268534809817e-05, + "R": 2.326280537090497e-06, + "M": 0.00018386168812867254, + "O": 1.6036477973102592e-05, + "W": 1.0171411446435741e-07, + "N": 8.559699438137613e-08, + "Y": 0.02263749949634075, + "U": 4.077887361120247e-09, + "K": 6.17808382230578e-07, + "L": 2.2500084924104158e-06, + "G": 0.0005931648192927241, + "F": 0.008857812732458115, + "E": 4.273033027857309e-06, + "T": 0.003484152490273118, + "P": 0.0009030827786773443, + "-": 0.9632998704910278 + }, + "id": "tp_13744" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1718018, + "label": "Y", + "classification": { + "B": 2.5705837458644964e-09, + "S": 3.6690412343887147e-06, + "I": 2.3465465346816927e-05, + "C": 7.228726462926716e-05, + "R": 2.1763897166238166e-05, + "M": 0.00019220121612306684, + "O": 8.929002797231078e-05, + "W": 2.4868984382919734e-06, + "N": 2.9426266792142997e-06, + "Y": 0.427435964345932, + "U": 7.327895512609928e-10, + "K": 0.007126018404960632, + "L": 3.651261692994012e-07, + "G": 0.02036968059837818, + "F": 0.21048897504806519, + "E": 8.10249475762248e-05, + "T": 0.012517034076154232, + "P": 0.00015197975153569132, + "-": 0.321420818567276 + }, + "id": "tp_13745" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1718151, + "label": "-", + "classification": { + "B": 3.806144604823203e-06, + "S": 7.12534074409632e-06, + "I": 0.006945920176804066, + "C": 0.00010619476233841851, + "R": 4.2127307096961886e-05, + "M": 0.0006254402105696499, + "O": 0.0001354459091089666, + "W": 3.99126338379574e-06, + "N": 0.00013944495003670454, + "Y": 0.014851273037493229, + "U": 1.1066629213019041e-06, + "K": 7.055046353343641e-06, + "L": 1.2255537512828596e-05, + "G": 0.0011408730642870069, + "F": 0.0026388466358184814, + "E": 0.0004203935677651316, + "T": 0.008130907081067562, + "P": 0.16809025406837463, + "-": 0.7966974973678589 + }, + "id": "tp_13746" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1718252, + "label": "Y", + "classification": { + "B": 3.037755377105489e-12, + "S": 2.5987265672711146e-08, + "I": 2.6916040951618925e-07, + "C": 3.5931201125549705e-08, + "R": 8.641435123024621e-09, + "M": 7.549452857347205e-05, + "O": 3.571951310732402e-06, + "W": 1.6517966994200606e-09, + "N": 3.5408601051223343e-10, + "Y": 0.5179166793823242, + "U": 1.1488605172174562e-14, + "K": 1.3521610220390556e-10, + "L": 8.527720751771994e-09, + "G": 0.00011757991160266101, + "F": 0.0001220703707076609, + "E": 9.211119866847639e-09, + "T": 0.03294891491532326, + "P": 9.008022630041523e-07, + "-": 0.4488145112991333 + }, + "id": "tp_13747" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1718385, + "label": "-", + "classification": { + "B": 1.3627698081108974e-08, + "S": 6.600271262868773e-07, + "I": 2.559231937482309e-08, + "C": 8.867496603670588e-08, + "R": 3.6343990927889536e-08, + "M": 2.4918987037381157e-05, + "O": 6.378564194164937e-06, + "W": 4.2831857172132004e-08, + "N": 8.798027306688994e-10, + "Y": 0.0002647844376042485, + "U": 2.57933466252247e-11, + "K": 1.2404232307972052e-08, + "L": 5.239660367806209e-07, + "G": 0.00010664277215255424, + "F": 0.01595434546470642, + "E": 3.472437697382702e-07, + "T": 8.286951924674213e-05, + "P": 0.00023973626957740635, + "-": 0.983318567276001 + }, + "id": "tp_13748" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1718519, + "label": "-", + "classification": { + "B": 1.3355258943192894e-07, + "S": 4.989520675735548e-06, + "I": 5.388409772422165e-05, + "C": 9.812411008169875e-05, + "R": 2.2299656848190352e-05, + "M": 0.00031882812618277967, + "O": 0.00010657753591658548, + "W": 2.8255899451323785e-06, + "N": 3.1046356525621377e-06, + "Y": 0.0794931948184967, + "U": 4.8055781576294976e-08, + "K": 0.00018500602163840085, + "L": 4.78749598187278e-06, + "G": 0.00671262014657259, + "F": 0.024602428078651428, + "E": 0.00016841005708556622, + "T": 0.004877358675003052, + "P": 0.0016013685381039977, + "-": 0.8817440867424011 + }, + "id": "tp_13749" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1718652, + "label": "-", + "classification": { + "B": 3.580392515800668e-08, + "S": 1.6872849784022037e-08, + "I": 1.1594870557019021e-06, + "C": 4.777245408149611e-07, + "R": 3.925337921373284e-08, + "M": 9.927616702043451e-06, + "O": 1.4911696553099318e-06, + "W": 1.1644715414149687e-08, + "N": 1.8412292135394637e-08, + "Y": 5.207620779401623e-05, + "U": 1.1514422748604147e-09, + "K": 1.929043413895215e-08, + "L": 1.6293955695800832e-07, + "G": 2.4418102839263156e-05, + "F": 0.0019952382426708937, + "E": 3.719669393831282e-06, + "T": 3.090206882916391e-05, + "P": 0.00751892477273941, + "-": 0.9903613328933716 + }, + "id": "tp_13750" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1718752, + "label": "-", + "classification": { + "B": 1.9107371240778548e-09, + "S": 1.806435889761815e-09, + "I": 6.427307397416371e-08, + "C": 5.095405875010783e-09, + "R": 2.330454274002136e-09, + "M": 4.233160382227652e-07, + "O": 1.2098253421299887e-07, + "W": 5.702718297584397e-10, + "N": 1.8715967664562072e-10, + "Y": 4.199689283268526e-05, + "U": 1.2039621036241677e-11, + "K": 1.4119391766875822e-10, + "L": 7.815254221554824e-09, + "G": 2.781446937660803e-06, + "F": 0.00028821147861890495, + "E": 8.713929133818965e-08, + "T": 6.145374754851218e-06, + "P": 0.0012358397943899035, + "-": 0.9984241724014282 + }, + "id": "tp_13751" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1718886, + "label": "-", + "classification": { + "B": 2.825416463292374e-11, + "S": 1.4903701536783664e-11, + "I": 3.1312996640053825e-08, + "C": 1.4447160134878345e-09, + "R": 1.7546664121681488e-10, + "M": 1.957201334334968e-08, + "O": 1.1197856863986999e-08, + "W": 1.6959282936324094e-11, + "N": 4.5068462850572644e-11, + "Y": 8.869224075169768e-07, + "U": 1.0805228239929576e-12, + "K": 2.521203460847249e-13, + "L": 3.6643144074588463e-10, + "G": 4.904849504328013e-08, + "F": 1.1025350431737024e-05, + "E": 4.438637457582217e-09, + "T": 7.282312708412064e-07, + "P": 0.005885177291929722, + "-": 0.9941021800041199 + }, + "id": "tp_13752" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1719019, + "label": "-", + "classification": { + "B": 3.170673323893425e-07, + "S": 5.0115115612925365e-08, + "I": 4.4635967242356855e-06, + "C": 2.8140814265498193e-06, + "R": 3.076267773849395e-07, + "M": 1.2476168194552884e-05, + "O": 2.2049571271054447e-06, + "W": 7.425587256193467e-08, + "N": 1.7564559584570816e-07, + "Y": 0.0003734176279976964, + "U": 3.6630400046533396e-08, + "K": 9.164397738459229e-07, + "L": 2.332624973178099e-07, + "G": 3.594948066165671e-05, + "F": 0.003260187106207013, + "E": 2.065596345346421e-05, + "T": 7.173352059908211e-05, + "P": 0.043556973338127136, + "-": 0.9526569247245789 + }, + "id": "tp_13753" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1719152, + "label": "-", + "classification": { + "B": 1.8542916535579934e-08, + "S": 1.6203131281145033e-07, + "I": 1.5829333506189869e-06, + "C": 7.398876533670773e-08, + "R": 2.2534383958827675e-07, + "M": 1.4932493286323734e-05, + "O": 4.953708412358537e-06, + "W": 4.1551217577762145e-08, + "N": 1.5849225931674482e-08, + "Y": 0.0011585988104343414, + "U": 2.7484980957837024e-10, + "K": 4.4628741591168364e-08, + "L": 1.4303495277090406e-07, + "G": 4.184312274446711e-05, + "F": 0.0035437014885246754, + "E": 6.871776463412971e-07, + "T": 0.00017220064182765782, + "P": 0.0009591313428245485, + "-": 0.9941017031669617 + }, + "id": "tp_13754" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1719253, + "label": "-", + "classification": { + "B": 1.6486772835833108e-08, + "S": 7.4138171157756e-08, + "I": 6.557078791047388e-07, + "C": 9.867321182355226e-08, + "R": 5.567709493448092e-08, + "M": 1.843006793933455e-05, + "O": 4.777134563482832e-06, + "W": 3.371760470827212e-08, + "N": 1.1496281260292562e-08, + "Y": 0.00012356173829175532, + "U": 1.2413048366965995e-09, + "K": 1.1568782376514264e-08, + "L": 2.4971214429569955e-07, + "G": 7.4464696808718145e-06, + "F": 0.00042234163265675306, + "E": 4.5485441546588845e-07, + "T": 0.00013831292744725943, + "P": 0.0012192705180495977, + "-": 0.9980642199516296 + }, + "id": "tp_13755" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1719386, + "label": "-", + "classification": { + "B": 8.998753964206685e-10, + "S": 2.1128124250147096e-10, + "I": 3.227714318043695e-09, + "C": 2.5779503531886405e-10, + "R": 1.7833035395597996e-11, + "M": 1.3462001291486558e-08, + "O": 9.769550501914637e-09, + "W": 1.6340974406947595e-10, + "N": 1.3213524718835856e-10, + "Y": 2.216731445514597e-06, + "U": 3.9632273157730324e-12, + "K": 3.743892751373323e-09, + "L": 1.9593651701121928e-10, + "G": 2.701520713799255e-07, + "F": 0.0005292747518979013, + "E": 3.8586168216170336e-07, + "T": 6.487908876806614e-07, + "P": 0.007721280213445425, + "-": 0.9917460083961487 + }, + "id": "tp_13756" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1719520, + "label": "-", + "classification": { + "B": 1.1826198353936945e-10, + "S": 2.8376379371253257e-11, + "I": 4.995436064803016e-09, + "C": 3.925252656244993e-08, + "R": 4.867855452062031e-09, + "M": 3.4959313666149683e-07, + "O": 2.3971532314703836e-08, + "W": 3.1104663983372305e-11, + "N": 1.5761513622036816e-11, + "Y": 3.1905583455227315e-05, + "U": 1.2035429944323717e-11, + "K": 1.279219508099061e-10, + "L": 2.6747009052030535e-09, + "G": 1.590239207871491e-06, + "F": 3.4433640394126996e-05, + "E": 1.0130283278897423e-08, + "T": 7.517036010540323e-06, + "P": 0.00012129058450227603, + "-": 0.9998028874397278 + }, + "id": "tp_13757" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1719653, + "label": "-", + "classification": { + "B": 2.389279188719229e-06, + "S": 2.253721731904079e-06, + "I": 6.422268052119762e-05, + "C": 0.00024641500203870237, + "R": 8.174881077138707e-05, + "M": 0.001182525884360075, + "O": 0.00021729899162892252, + "W": 2.726941147557227e-06, + "N": 2.58263344221632e-06, + "Y": 0.006895530968904495, + "U": 1.5341180414907285e-06, + "K": 7.369333729911887e-07, + "L": 0.00018177977472078055, + "G": 0.0022233733907341957, + "F": 0.006730392575263977, + "E": 3.38193895004224e-05, + "T": 0.007989681325852871, + "P": 0.005981946364045143, + "-": 0.968159019947052 + }, + "id": "tp_13758" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1719753, + "label": "-", + "classification": { + "B": 1.1632890846158261e-06, + "S": 2.6376776531833457e-06, + "I": 3.840073986793868e-05, + "C": 3.571675279090414e-06, + "R": 1.661220835558197e-06, + "M": 0.0002808104327414185, + "O": 4.087285196874291e-05, + "W": 6.102018232923001e-07, + "N": 7.410870352941856e-07, + "Y": 0.00039242260390892625, + "U": 3.2281398887334944e-08, + "K": 1.5793951035902865e-07, + "L": 5.478273578773951e-06, + "G": 0.00017268775263801217, + "F": 0.004643874242901802, + "E": 4.147012805333361e-05, + "T": 0.0007085155230015516, + "P": 0.01392383873462677, + "-": 0.979741096496582 + }, + "id": "tp_13759" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1719887, + "label": "-", + "classification": { + "B": 4.8534445795667125e-08, + "S": 3.2901789381867275e-07, + "I": 0.00011269804235780612, + "C": 7.686618118896149e-06, + "R": 1.4346220496008755e-06, + "M": 2.3561033231089823e-05, + "O": 1.0116267731064e-05, + "W": 5.956295581199811e-07, + "N": 1.0427263987367041e-05, + "Y": 0.0003572499845176935, + "U": 2.580400746410305e-07, + "K": 3.562325582606718e-05, + "L": 3.6213614862390386e-07, + "G": 5.706967931473628e-05, + "F": 0.012054307386279106, + "E": 0.0003146307135466486, + "T": 0.00016825093189254403, + "P": 0.15671828389167786, + "-": 0.8301271200180054 + }, + "id": "tp_13760" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1720020, + "label": "-", + "classification": { + "B": 3.264956013881992e-12, + "S": 7.098500121038853e-10, + "I": 5.370107691859971e-10, + "C": 6.56113696706484e-09, + "R": 4.20739887374566e-10, + "M": 8.344004527316429e-07, + "O": 7.16397181577122e-08, + "W": 8.790956157467278e-11, + "N": 1.2511655773927988e-11, + "Y": 2.9890506993979216e-05, + "U": 1.7474875171029358e-13, + "K": 2.0635808617441853e-09, + "L": 2.2023927126468834e-09, + "G": 3.4521406178100733e-06, + "F": 0.006738728377968073, + "E": 2.1577285735929763e-08, + "T": 7.962896233948413e-06, + "P": 5.247303124633618e-05, + "-": 0.9931666254997253 + }, + "id": "tp_13761" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1720153, + "label": "-", + "classification": { + "B": 1.5117171869860613e-06, + "S": 0.0002907937450800091, + "I": 0.0005589454085566103, + "C": 2.923207603089395e-06, + "R": 4.453297151485458e-06, + "M": 0.002817485947161913, + "O": 0.0006008444470353425, + "W": 1.9693028662004508e-05, + "N": 4.3987984099658206e-05, + "Y": 0.4047950804233551, + "U": 1.199651045169503e-08, + "K": 0.00015128681843634695, + "L": 2.785574906738475e-06, + "G": 0.00348966964520514, + "F": 0.014435081742703915, + "E": 0.00013583384861703962, + "T": 0.08985517919063568, + "P": 0.001906498335301876, + "-": 0.48088786005973816 + }, + "id": "tp_13762" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1720254, + "label": "-", + "classification": { + "B": 1.3297258760758268e-07, + "S": 4.7502538791377447e-08, + "I": 1.674135887697048e-06, + "C": 2.880227157220361e-06, + "R": 3.142163222946692e-07, + "M": 2.4720957298995927e-05, + "O": 3.830045443464769e-06, + "W": 3.434320916539946e-08, + "N": 4.434112810258739e-08, + "Y": 0.00031445693457499146, + "U": 1.1621431816877248e-08, + "K": 1.2720506425978328e-08, + "L": 4.4706743551614636e-07, + "G": 3.0167788281687535e-05, + "F": 0.0002407093852525577, + "E": 1.205191097142233e-06, + "T": 0.00023266783682629466, + "P": 0.00677220243960619, + "-": 0.9923744797706604 + }, + "id": "tp_13763" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1720387, + "label": "-", + "classification": { + "B": 5.13507547594827e-09, + "S": 2.373881091699559e-09, + "I": 7.551251002269055e-08, + "C": 1.3760055139755423e-07, + "R": 4.90499409977474e-08, + "M": 2.008617047977168e-05, + "O": 2.2039469058654504e-06, + "W": 1.722047171526242e-09, + "N": 1.2311134056641748e-10, + "Y": 3.2454630854772404e-05, + "U": 1.5617796986222565e-11, + "K": 3.454452219067705e-12, + "L": 6.460360282289912e-07, + "G": 1.4379176718648523e-05, + "F": 0.00015119335148483515, + "E": 5.0693319764150147e-08, + "T": 2.3567134121549316e-05, + "P": 0.00031915062572807074, + "-": 0.9994358420372009 + }, + "id": "tp_13764" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1720521, + "label": "-", + "classification": { + "B": 1.0617614343289006e-08, + "S": 5.058074634689547e-07, + "I": 7.594253020215547e-06, + "C": 3.599431579459633e-07, + "R": 2.7077174991063657e-07, + "M": 1.0778294381452724e-05, + "O": 4.555155555863166e-06, + "W": 3.095633189786895e-07, + "N": 5.223823791311588e-07, + "Y": 0.005119606852531433, + "U": 5.3553326218036545e-09, + "K": 0.00010522928641876206, + "L": 4.0861323213903233e-08, + "G": 0.0001109200093196705, + "F": 0.006597436498850584, + "E": 1.331099156232085e-05, + "T": 0.0008912524790503085, + "P": 0.002721007913351059, + "-": 0.9844163060188293 + }, + "id": "tp_13765" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1720654, + "label": "-", + "classification": { + "B": 0.0013428832171484828, + "S": 4.1668263293104246e-05, + "I": 0.0005655186832882464, + "C": 3.3000836992869154e-05, + "R": 2.6248257199767977e-05, + "M": 0.0033358412329107523, + "O": 0.0005988341872580349, + "W": 2.245826181024313e-05, + "N": 8.37878087622812e-06, + "Y": 0.008740650489926338, + "U": 6.237025900190929e-07, + "K": 3.395686917428975e-06, + "L": 0.000249598640948534, + "G": 0.025694146752357483, + "F": 0.007527833338826895, + "E": 0.0025117378681898117, + "T": 0.0021577230654656887, + "P": 0.016632238402962685, + "-": 0.9305071234703064 + }, + "id": "tp_13766" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1720754, + "label": "-", + "classification": { + "B": 1.0764706459553963e-08, + "S": 1.5753343518554175e-07, + "I": 2.9169063964218367e-06, + "C": 1.2844361663155723e-06, + "R": 5.692659783562704e-07, + "M": 4.920430728816427e-05, + "O": 7.762640052533243e-06, + "W": 5.8582010353802616e-08, + "N": 2.5351562626951818e-08, + "Y": 0.012312503531575203, + "U": 1.1501160024351975e-09, + "K": 4.5371532308990936e-08, + "L": 3.9967392240214394e-07, + "G": 9.901538578560576e-05, + "F": 0.0010922080837190151, + "E": 3.3558038126102474e-07, + "T": 0.002098620170727372, + "P": 0.00042454421054571867, + "-": 0.983910322189331 + }, + "id": "tp_13767" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1720888, + "label": "-", + "classification": { + "B": 3.453547170462201e-11, + "S": 4.839874057083193e-10, + "I": 6.318487066891976e-08, + "C": 2.77262879322393e-10, + "R": 1.143312527984719e-10, + "M": 1.2339000932115596e-06, + "O": 4.156437682922842e-08, + "W": 1.3752421423873784e-10, + "N": 4.311394297129567e-10, + "Y": 0.00014567279140464962, + "U": 3.37798669244882e-12, + "K": 1.035497643187e-08, + "L": 1.8088253117554132e-10, + "G": 1.225415758199233e-06, + "F": 0.00017060623213183135, + "E": 6.208070146840328e-08, + "T": 6.949782982701436e-05, + "P": 0.00045723418588750064, + "-": 0.9991543292999268 + }, + "id": "tp_13768" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1721021, + "label": "-", + "classification": { + "B": 8.32603842641777e-13, + "S": 1.5600050765063322e-11, + "I": 2.4541330745364576e-08, + "C": 1.2049722997176104e-08, + "R": 6.395605822717698e-09, + "M": 2.513764457034995e-06, + "O": 2.7625999265978862e-08, + "W": 8.663182150814297e-12, + "N": 1.3427886406958134e-11, + "Y": 0.005755365360528231, + "U": 1.2636979407777e-13, + "K": 1.2295950369001218e-10, + "L": 9.86994486140702e-10, + "G": 1.6989713913062587e-05, + "F": 0.00011611979425651953, + "E": 3.6201293074356045e-09, + "T": 0.00025145726976916194, + "P": 5.03311048305477e-06, + "-": 0.9938526153564453 + }, + "id": "tp_13769" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1721154, + "label": "-", + "classification": { + "B": 5.131040552441846e-07, + "S": 6.410003265955311e-07, + "I": 5.1743721996899694e-05, + "C": 1.1589436326175928e-05, + "R": 7.901695425971411e-06, + "M": 0.0001025170786306262, + "O": 2.2677384549751878e-05, + "W": 3.9997186718210287e-07, + "N": 6.079319518903503e-07, + "Y": 0.007434146944433451, + "U": 1.879755728850796e-07, + "K": 7.170703497649811e-08, + "L": 7.714620551269036e-06, + "G": 0.00040455235284753144, + "F": 0.0010909349657595158, + "E": 4.545167485048296e-06, + "T": 0.003638605820015073, + "P": 0.006875750608742237, + "-": 0.9803449511528015 + }, + "id": "tp_13770" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1721255, + "label": "-", + "classification": { + "B": 2.2388400466866187e-08, + "S": 4.821133643417852e-07, + "I": 4.148424523009453e-06, + "C": 1.979908574867295e-07, + "R": 1.0669180028344272e-07, + "M": 7.472603465430439e-05, + "O": 8.029462151171174e-06, + "W": 1.278212948818691e-07, + "N": 2.622072372560069e-07, + "Y": 0.0053512705489993095, + "U": 4.184943502849592e-09, + "K": 5.696957032341743e-06, + "L": 3.0892030622453603e-07, + "G": 0.0003583305806387216, + "F": 0.012433442287147045, + "E": 4.75805027235765e-05, + "T": 0.0013282658765092492, + "P": 0.0032274231780320406, + "-": 0.9771595597267151 + }, + "id": "tp_13771" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1721388, + "label": "-", + "classification": { + "B": 1.2220200545920434e-11, + "S": 8.740120432948473e-11, + "I": 2.8823015441048483e-07, + "C": 3.581174112810004e-08, + "R": 2.740976334791867e-09, + "M": 1.5209680270800163e-07, + "O": 2.6322345192397734e-08, + "W": 3.38980787883969e-10, + "N": 5.9013371966898376e-09, + "Y": 6.013422898831777e-05, + "U": 1.0630595015381772e-10, + "K": 5.704492309632769e-07, + "L": 3.0287214403124096e-10, + "G": 4.8674528443370946e-06, + "F": 0.0014431190211325884, + "E": 2.6630848424247233e-06, + "T": 6.684684649371775e-06, + "P": 0.004358943551778793, + "-": 0.9941225647926331 + }, + "id": "tp_13772" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1721522, + "label": "-", + "classification": { + "B": 2.869276386263664e-06, + "S": 9.037623840413289e-07, + "I": 7.831436232663691e-05, + "C": 1.1525838999659754e-05, + "R": 7.63588377594715e-06, + "M": 0.0006789880571886897, + "O": 4.4040611101081595e-05, + "W": 3.27156584489785e-07, + "N": 1.5600035396801104e-07, + "Y": 0.01311238668859005, + "U": 1.193383880604415e-08, + "K": 1.5138621023425003e-08, + "L": 3.148038376821205e-05, + "G": 0.002751554362475872, + "F": 0.0018598880851641297, + "E": 4.892503420705907e-05, + "T": 0.0019579094368964434, + "P": 0.0022789649665355682, + "-": 0.9771341681480408 + }, + "id": "tp_13773" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1721655, + "label": "-", + "classification": { + "B": 9.43092643979071e-08, + "S": 2.464439421601128e-05, + "I": 1.489240094088018e-05, + "C": 1.5257869563356508e-05, + "R": 7.913157787697855e-06, + "M": 0.0048018647357821465, + "O": 0.0004904302768409252, + "W": 2.5834283405856695e-06, + "N": 3.7106104855411104e-07, + "Y": 0.3247956335544586, + "U": 1.2953605965648762e-09, + "K": 2.5053682293219026e-06, + "L": 2.770589890133124e-05, + "G": 0.012741221114993095, + "F": 0.014476519078016281, + "E": 9.757263796927873e-06, + "T": 0.05849971994757652, + "P": 6.880806904518977e-05, + "-": 0.5840200185775757 + }, + "id": "tp_13774" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1721755, + "label": "-", + "classification": { + "B": 4.1417632701268303e-07, + "S": 8.618566482709866e-08, + "I": 3.4657052310649306e-05, + "C": 2.3553268420073437e-06, + "R": 6.930434892638004e-07, + "M": 0.00019185926066711545, + "O": 1.06614743344835e-05, + "W": 6.188331980183648e-08, + "N": 2.248322630293842e-07, + "Y": 0.002212685067206621, + "U": 2.231935702923238e-08, + "K": 2.1115145187877715e-08, + "L": 2.4762666726019233e-06, + "G": 0.00047704309690743685, + "F": 0.0007169372984208167, + "E": 1.8265543985762633e-05, + "T": 0.0008807469275780022, + "P": 0.009509545750916004, + "-": 0.9859412312507629 + }, + "id": "tp_13775" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1721889, + "label": "-", + "classification": { + "B": 1.8904837872923963e-07, + "S": 2.0531636835130485e-07, + "I": 3.3132305361505132e-06, + "C": 1.1096207117589074e-06, + "R": 3.4786575042744516e-07, + "M": 2.171859705413226e-05, + "O": 7.649858162039891e-06, + "W": 8.2999385142557e-08, + "N": 3.5207687432148305e-08, + "Y": 8.595788676757365e-05, + "U": 3.18324233639089e-09, + "K": 8.091554093425657e-09, + "L": 1.0408803063910455e-06, + "G": 2.1685151295969263e-05, + "F": 0.0006271621095947921, + "E": 3.919241407857044e-06, + "T": 8.650467498227954e-05, + "P": 0.004003162495791912, + "-": 0.9951359629631042 + }, + "id": "tp_13776" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1722022, + "label": "-", + "classification": { + "B": 9.766442872205516e-07, + "S": 7.529522008553613e-06, + "I": 6.496745754702715e-07, + "C": 6.921183626218408e-08, + "R": 6.714026312693022e-08, + "M": 8.394003089051694e-05, + "O": 3.7104291550349444e-05, + "W": 6.086527832849242e-07, + "N": 3.3334295324038976e-08, + "Y": 0.00023907158174552023, + "U": 5.945898218229217e-10, + "K": 7.831292236915033e-08, + "L": 1.2665502708841814e-06, + "G": 5.8469238865654916e-05, + "F": 0.007011435925960541, + "E": 5.610052085103234e-06, + "T": 0.0001702240842860192, + "P": 0.0013153089676052332, + "-": 0.9910674691200256 + }, + "id": "tp_13777" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1722155, + "label": "-", + "classification": { + "B": 9.779134967080605e-13, + "S": 8.884872004788491e-12, + "I": 9.22100795719416e-08, + "C": 3.4783806390770167e-10, + "R": 1.2495507406562467e-10, + "M": 5.252348600492951e-08, + "O": 4.589556290568453e-09, + "W": 5.900588611468249e-12, + "N": 7.749172831195139e-11, + "Y": 1.772104951669462e-05, + "U": 1.080030487786432e-12, + "K": 3.5974621719059297e-12, + "L": 5.2190068239310605e-11, + "G": 8.000768048077589e-08, + "F": 7.095160071912687e-06, + "E": 4.406179865412696e-09, + "T": 1.3065225175523665e-05, + "P": 0.0015669430140405893, + "-": 0.998394787311554 + }, + "id": "tp_13778" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1722256, + "label": "-", + "classification": { + "B": 9.221350905086467e-10, + "S": 6.520612494398392e-09, + "I": 1.4329520681144459e-08, + "C": 2.0014323531825085e-10, + "R": 6.719461792537018e-11, + "M": 3.46523052030534e-06, + "O": 9.358772246059743e-08, + "W": 4.3717887643346387e-10, + "N": 1.5053328028535873e-10, + "Y": 6.218577618710697e-05, + "U": 5.917673035621407e-13, + "K": 4.454489221927815e-09, + "L": 9.357138397447784e-10, + "G": 3.645420292741619e-06, + "F": 0.00047376961447298527, + "E": 4.533176536369865e-07, + "T": 3.3175998396473005e-05, + "P": 0.0003500436432659626, + "-": 0.9990730285644531 + }, + "id": "tp_13779" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1722389, + "label": "-", + "classification": { + "B": 3.63986862872423e-09, + "S": 5.6404566350920504e-08, + "I": 1.2702429330602172e-06, + "C": 4.1496323888168263e-07, + "R": 9.223528252277902e-08, + "M": 1.4276665751822293e-05, + "O": 1.991502585951821e-06, + "W": 3.541583382116187e-08, + "N": 4.037292811176485e-08, + "Y": 0.0003917983849532902, + "U": 1.5434649114354215e-09, + "K": 6.463674253609497e-07, + "L": 9.988203686361885e-08, + "G": 5.04836680192966e-05, + "F": 0.0050343400798738, + "E": 7.198907496785978e-06, + "T": 9.195402526529506e-05, + "P": 0.0033125951886177063, + "-": 0.9910926222801208 + }, + "id": "tp_13780" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1722523, + "label": "-", + "classification": { + "B": 1.1340276273585914e-08, + "S": 8.824332553558634e-07, + "I": 1.2637759937206283e-05, + "C": 1.9599765437305905e-05, + "R": 2.130430630131741e-06, + "M": 0.00010935844329651445, + "O": 2.1500281945918687e-05, + "W": 5.012919359614898e-07, + "N": 4.283420196316001e-07, + "Y": 0.0030388853047043085, + "U": 2.3612097166392232e-08, + "K": 1.2957447324879467e-05, + "L": 8.603212791058468e-07, + "G": 0.0002655458520166576, + "F": 0.006265833042562008, + "E": 2.2202753825695254e-05, + "T": 0.0012024010065943003, + "P": 0.001654678606428206, + "-": 0.9873694777488708 + }, + "id": "tp_13781" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1722656, + "label": "-", + "classification": { + "B": 5.975709926886452e-10, + "S": 1.390465409478736e-09, + "I": 3.042421781174198e-07, + "C": 6.415264408587973e-08, + "R": 2.0712549897439203e-08, + "M": 9.564485026203329e-07, + "O": 2.5580450824236323e-07, + "W": 2.3813944149964072e-09, + "N": 3.157080374904808e-09, + "Y": 6.888087227707729e-05, + "U": 6.578035338655752e-10, + "K": 1.9176484400418303e-08, + "L": 6.2583982440855834e-09, + "G": 2.0074144231330138e-06, + "F": 0.0005089037586003542, + "E": 3.624792555001477e-07, + "T": 1.5689509382355027e-05, + "P": 0.0038502332754433155, + "-": 0.9955522418022156 + }, + "id": "tp_13782" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1722756, + "label": "-", + "classification": { + "B": 3.5191071390272555e-08, + "S": 2.8419671949109215e-08, + "I": 4.912830718240002e-06, + "C": 1.5787111351528438e-06, + "R": 5.367392645894142e-07, + "M": 0.0005626457859762013, + "O": 9.995543223340064e-06, + "W": 1.5854750401445017e-08, + "N": 1.133691096555367e-08, + "Y": 0.003209179500117898, + "U": 8.854689204085275e-10, + "K": 3.937895287631221e-10, + "L": 3.826703959930455e-06, + "G": 0.00029601657297462225, + "F": 0.00032185844611376524, + "E": 2.3092034098226577e-06, + "T": 0.0011533495271578431, + "P": 0.0008425460546277463, + "-": 0.9935911893844604 + }, + "id": "tp_13783" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1722890, + "label": "-", + "classification": { + "B": 2.1666011207344127e-08, + "S": 9.42534761350089e-09, + "I": 7.670617378607858e-06, + "C": 8.331130629812833e-07, + "R": 1.7308421718098543e-07, + "M": 2.0254034097888507e-05, + "O": 1.5295408957172185e-06, + "W": 1.1804798027981178e-08, + "N": 4.064912317858216e-08, + "Y": 0.0003336309746373445, + "U": 6.331791091440664e-09, + "K": 4.737202630167303e-09, + "L": 4.300851230709668e-07, + "G": 5.216860881773755e-05, + "F": 0.000834004720672965, + "E": 4.4404464460967574e-06, + "T": 0.00019699364202097058, + "P": 0.017559226602315903, + "-": 0.9809884428977966 + }, + "id": "tp_13784" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1723023, + "label": "-", + "classification": { + "B": 6.010763087260784e-08, + "S": 3.5194560155105137e-07, + "I": 8.150281246344093e-06, + "C": 1.5864316083025187e-06, + "R": 3.461404389781819e-07, + "M": 9.316692012362182e-05, + "O": 8.692045412317384e-06, + "W": 1.5547630027867854e-07, + "N": 1.6755664944412274e-07, + "Y": 0.0005348547711037099, + "U": 2.9368191434286928e-08, + "K": 3.982000578162115e-07, + "L": 1.181790480586642e-06, + "G": 4.750180596602149e-05, + "F": 0.002855720231309533, + "E": 1.0235239642497618e-05, + "T": 0.0005066900048404932, + "P": 0.004216417670249939, + "-": 0.9917142987251282 + }, + "id": "tp_13785" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1723156, + "label": "-", + "classification": { + "B": 3.5665184694444463e-10, + "S": 6.1940226281365085e-09, + "I": 1.9713768040219293e-07, + "C": 5.31998178843196e-09, + "R": 1.4523008351474687e-09, + "M": 4.203005516956182e-07, + "O": 1.3011019461828255e-07, + "W": 1.6026582283501511e-09, + "N": 5.490259358253979e-09, + "Y": 7.363811164395884e-05, + "U": 8.644930604706502e-11, + "K": 1.0210269074661937e-08, + "L": 2.034034496389836e-09, + "G": 1.3496348856278928e-06, + "F": 0.0006836633547209203, + "E": 6.53982795029151e-07, + "T": 2.0084058633074164e-05, + "P": 0.009145652875304222, + "-": 0.9900741577148438 + }, + "id": "tp_13786" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1723257, + "label": "-", + "classification": { + "B": 1.2301664131797452e-09, + "S": 1.2988531084001664e-10, + "I": 2.3261177375388797e-06, + "C": 6.358991413435433e-07, + "R": 1.0550275675313969e-07, + "M": 3.1267948088498088e-06, + "O": 3.196647924141871e-07, + "W": 6.466048252384837e-10, + "N": 4.694038047148297e-09, + "Y": 4.605618960340507e-05, + "U": 1.1806815525261527e-09, + "K": 1.2314381458988777e-10, + "L": 4.925499297314673e-08, + "G": 5.273139322525822e-06, + "F": 7.920494681457058e-06, + "E": 4.801053137271083e-07, + "T": 5.6427768868161365e-05, + "P": 0.0038283816538751125, + "-": 0.9960488677024841 + }, + "id": "tp_13787" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1723390, + "label": "-", + "classification": { + "B": 2.0884694151845906e-07, + "S": 2.3849432295719453e-07, + "I": 9.280560334445909e-05, + "C": 4.0418526623398066e-05, + "R": 1.1811922377091832e-05, + "M": 5.7537654356565326e-05, + "O": 1.1800798347394448e-05, + "W": 2.8603739110621973e-07, + "N": 1.7208114968525479e-06, + "Y": 0.004028190393000841, + "U": 3.2448375009153096e-07, + "K": 2.6159987100982107e-06, + "L": 1.0863274155781255e-06, + "G": 0.00023400381905958056, + "F": 0.0013022504281252623, + "E": 3.691833626362495e-05, + "T": 0.0008166834595613182, + "P": 0.013121644034981728, + "-": 0.9802394509315491 + }, + "id": "tp_13788" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1723524, + "label": "-", + "classification": { + "B": 4.5209574473827063e-13, + "S": 3.384822153465472e-12, + "I": 1.1609812666790731e-08, + "C": 6.815306652363518e-11, + "R": 1.7056522860769974e-11, + "M": 5.371580158453071e-08, + "O": 1.56758617197994e-09, + "W": 1.1891773373309822e-12, + "N": 6.086761736995294e-12, + "Y": 0.00016125025285873562, + "U": 2.443468130196476e-14, + "K": 2.4707155765746336e-10, + "L": 5.316162440816008e-12, + "G": 5.478243565448793e-07, + "F": 1.392729245708324e-05, + "E": 1.1474115879650526e-08, + "T": 1.7119364201789722e-05, + "P": 3.543674756656401e-05, + "-": 0.9997716546058655 + }, + "id": "tp_13789" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1723657, + "label": "-", + "classification": { + "B": 2.0183219362479576e-07, + "S": 3.3234007901228324e-07, + "I": 9.685419172456022e-06, + "C": 1.7227308489964344e-05, + "R": 7.860227015044075e-06, + "M": 6.573860446223989e-05, + "O": 2.2046655431040563e-05, + "W": 4.364097208053863e-07, + "N": 2.365447784313801e-07, + "Y": 0.002592274220660329, + "U": 1.4837956996416324e-07, + "K": 2.624086619107402e-07, + "L": 7.790108611516189e-06, + "G": 0.00027979182777926326, + "F": 0.005775535944849253, + "E": 4.614201316144317e-06, + "T": 0.0006727785221301019, + "P": 0.0043255980126559734, + "-": 0.9862174987792969 + }, + "id": "tp_13790" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1723757, + "label": "-", + "classification": { + "B": 3.302980985608883e-06, + "S": 5.1485621952451766e-05, + "I": 0.0019616528879851103, + "C": 0.00022519005869980901, + "R": 0.00039014415233395994, + "M": 0.008526576682925224, + "O": 0.00130313984118402, + "W": 1.5854233424761333e-05, + "N": 2.209194644819945e-05, + "Y": 0.37719157338142395, + "U": 3.7303368571883766e-07, + "K": 2.486410949131823e-06, + "L": 0.0002022772387135774, + "G": 0.009753397665917873, + "F": 0.0038170518819242716, + "E": 8.706218068255112e-05, + "T": 0.08970675617456436, + "P": 0.001693712780252099, + "-": 0.5050458908081055 + }, + "id": "tp_13791" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1723891, + "label": "-", + "classification": { + "B": 4.3977699260011605e-10, + "S": 3.715948793114876e-08, + "I": 4.910996409535073e-08, + "C": 1.753884149024998e-08, + "R": 8.176677113169717e-09, + "M": 9.893624337564688e-06, + "O": 9.8179384622199e-07, + "W": 6.401894570018385e-09, + "N": 5.931203306275279e-10, + "Y": 0.0010556582128629088, + "U": 2.1260212340612483e-11, + "K": 2.5249573099017653e-08, + "L": 4.181373114420239e-08, + "G": 2.1239342459011823e-05, + "F": 0.002054341835901141, + "E": 1.431633478432559e-07, + "T": 0.00022322064614854753, + "P": 7.627842569490895e-05, + "-": 0.9965581297874451 + }, + "id": "tp_13792" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1724024, + "label": "-", + "classification": { + "B": 5.559862015225292e-10, + "S": 6.444793587689901e-10, + "I": 2.529064033751638e-07, + "C": 7.874540841612543e-08, + "R": 1.0365721614391532e-08, + "M": 5.444829866974032e-07, + "O": 1.3332011405964295e-07, + "W": 8.803345274976948e-10, + "N": 9.786155219515535e-10, + "Y": 1.3681664313480724e-05, + "U": 5.873355968244454e-11, + "K": 7.848274113930742e-11, + "L": 8.55092530116508e-09, + "G": 7.362015708167746e-07, + "F": 8.474823698634282e-05, + "E": 1.2012785077786248e-07, + "T": 6.869083790661534e-06, + "P": 0.0053061009384691715, + "-": 0.994586706161499 + }, + "id": "tp_13793" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1724157, + "label": "-", + "classification": { + "B": 3.26215534585117e-08, + "S": 2.2853983239201625e-07, + "I": 4.8917660024017096e-05, + "C": 2.6933787012239918e-05, + "R": 1.2112936019548215e-05, + "M": 0.0004402163322083652, + "O": 3.8882018998265266e-05, + "W": 1.412436461123434e-07, + "N": 2.5525869773446175e-07, + "Y": 0.014295884408056736, + "U": 1.9744163637369638e-08, + "K": 2.8973838439583233e-08, + "L": 7.368261321971659e-06, + "G": 0.000707313243765384, + "F": 0.0008954295190051198, + "E": 4.348173661128385e-06, + "T": 0.005587371531873941, + "P": 0.0010473375441506505, + "-": 0.9768872261047363 + }, + "id": "tp_13794" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1724258, + "label": "-", + "classification": { + "B": 1.1587127923817775e-09, + "S": 7.272002733316185e-08, + "I": 2.1810953967360547e-06, + "C": 1.064140292328375e-06, + "R": 2.8201000645822205e-07, + "M": 1.2364750546112191e-05, + "O": 2.1850323719263542e-06, + "W": 2.8348861036420203e-08, + "N": 4.856798696550868e-08, + "Y": 0.0019936608150601387, + "U": 6.794670381893297e-10, + "K": 9.879652225208702e-07, + "L": 8.586182786984864e-08, + "G": 0.00016764571773819625, + "F": 0.006942101754248142, + "E": 2.7266396500635892e-06, + "T": 0.0006555544096045196, + "P": 0.0027302189264446497, + "-": 0.9874888062477112 + }, + "id": "tp_13795" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1724391, + "label": "-", + "classification": { + "B": 1.3138061472073304e-10, + "S": 9.021308144951945e-09, + "I": 3.3313669973722426e-06, + "C": 2.1596677868274128e-07, + "R": 6.200133384481887e-08, + "M": 9.736800166137982e-06, + "O": 1.391032014907978e-06, + "W": 4.115770391166507e-09, + "N": 3.537678949783185e-08, + "Y": 0.058856237679719925, + "U": 6.473811070550894e-11, + "K": 2.3096320944659965e-07, + "L": 8.483597824238132e-09, + "G": 0.0002263466885779053, + "F": 0.000607175868935883, + "E": 2.117311396432342e-06, + "T": 0.0017067687585949898, + "P": 0.00023570025223307312, + "-": 0.9383506178855896 + }, + "id": "tp_13796" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1724525, + "label": "-", + "classification": { + "B": 1.3184844647184946e-05, + "S": 9.429259807802737e-05, + "I": 0.00042710202978923917, + "C": 0.000301733729429543, + "R": 6.567021773662418e-05, + "M": 0.0020981605630367994, + "O": 0.0007398179150186479, + "W": 3.569725959096104e-05, + "N": 2.851668614312075e-05, + "Y": 0.08571920543909073, + "U": 8.294140911857539e-07, + "K": 3.589300104067661e-05, + "L": 5.106311436975375e-05, + "G": 0.0073722186498343945, + "F": 0.013514104299247265, + "E": 8.233434346038848e-05, + "T": 0.045782722532749176, + "P": 0.00354390824213624, + "-": 0.8400935530662537 + }, + "id": "tp_13797" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1724658, + "label": "-", + "classification": { + "B": 6.885041842208395e-11, + "S": 2.702003898402694e-10, + "I": 6.877390887893853e-07, + "C": 7.786117350860877e-08, + "R": 7.404761692697548e-09, + "M": 1.777935381142015e-06, + "O": 9.01470613712263e-08, + "W": 6.578985134453319e-10, + "N": 3.9699599163611765e-09, + "Y": 4.499974238569848e-05, + "U": 1.2854441122645e-10, + "K": 2.4712193180675968e-08, + "L": 1.5272896281004478e-09, + "G": 2.2811602775618667e-06, + "F": 8.242997864726931e-05, + "E": 8.653337886244117e-07, + "T": 1.6914847947191447e-05, + "P": 0.002129138447344303, + "-": 0.9977206587791443 + }, + "id": "tp_13798" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1724758, + "label": "-", + "classification": { + "B": 5.2730179334048444e-08, + "S": 4.799443686920313e-08, + "I": 1.2522712040663464e-06, + "C": 1.3104441904943087e-06, + "R": 1.1083123752086976e-07, + "M": 3.7451663956744596e-05, + "O": 1.1830761650344357e-06, + "W": 2.2761650342317807e-08, + "N": 3.045984797722667e-08, + "Y": 0.0008969672489911318, + "U": 3.877908660854246e-09, + "K": 1.6006714531613397e-06, + "L": 1.4768671974252356e-07, + "G": 0.0002187147329095751, + "F": 0.002174794441089034, + "E": 3.361220660735853e-05, + "T": 0.0002031846233876422, + "P": 0.002554392209276557, + "-": 0.9938749670982361 + }, + "id": "tp_13799" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1724892, + "label": "-", + "classification": { + "B": 2.7322958118247698e-08, + "S": 7.917179800642771e-07, + "I": 4.797851579496637e-05, + "C": 1.586457437952049e-05, + "R": 2.6105064989678795e-06, + "M": 0.00014934242062736303, + "O": 1.398824042553315e-05, + "W": 2.147039879218937e-07, + "N": 4.2832147073568194e-07, + "Y": 0.015225077047944069, + "U": 6.857480805422256e-09, + "K": 1.3265491361380555e-05, + "L": 1.0961244925056235e-06, + "G": 0.0012745752464979887, + "F": 0.004118122160434723, + "E": 4.8174937546718866e-05, + "T": 0.004518362693488598, + "P": 0.0010586546268314123, + "-": 0.9735114574432373 + }, + "id": "tp_13800" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1725025, + "label": "-", + "classification": { + "B": 1.331733834319948e-09, + "S": 1.3659420261546984e-08, + "I": 1.9156561847921694e-06, + "C": 1.527844233351061e-07, + "R": 4.64784690734632e-08, + "M": 7.883733815106098e-06, + "O": 7.356845230788167e-07, + "W": 1.2847560348916431e-08, + "N": 3.185799357652286e-08, + "Y": 0.0009093623957596719, + "U": 1.4756112998171034e-09, + "K": 1.1770003993660794e-06, + "L": 3.7662893248580076e-08, + "G": 7.809066300978884e-05, + "F": 0.0031131631694734097, + "E": 5.673136456607608e-06, + "T": 0.00018674453895073384, + "P": 0.002749375067651272, + "-": 0.9929456114768982 + }, + "id": "tp_13801" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1725125, + "label": "-", + "classification": { + "B": 1.0076710168505087e-05, + "S": 9.341977420262992e-05, + "I": 1.2533810149761848e-06, + "C": 2.8927638595632743e-06, + "R": 6.907363513164455e-06, + "M": 0.00248768855817616, + "O": 0.0011010857997462153, + "W": 9.577001037541777e-06, + "N": 6.217145198661456e-08, + "Y": 0.00296240346506238, + "U": 3.886264199337575e-09, + "K": 3.665091341531479e-08, + "L": 0.00029674588586203754, + "G": 0.0010804806370288134, + "F": 0.013898123987019062, + "E": 4.727360646938905e-06, + "T": 0.0015443935990333557, + "P": 0.0004543025279417634, + "-": 0.9760459065437317 + }, + "id": "tp_13802" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1725259, + "label": "-", + "classification": { + "B": 1.9390784811168515e-10, + "S": 1.2910994495740624e-09, + "I": 3.5556456623453414e-07, + "C": 2.304665969177222e-08, + "R": 2.2864943272082883e-09, + "M": 2.405890882073436e-07, + "O": 5.349093612494471e-08, + "W": 1.1038093772341995e-09, + "N": 1.3440920376694976e-08, + "Y": 0.00011149261990794912, + "U": 2.6962293508958624e-10, + "K": 3.9479434121858503e-07, + "L": 3.45422385139571e-10, + "G": 2.4704904717509635e-06, + "F": 0.000752534659113735, + "E": 2.0473235053941607e-06, + "T": 1.0327043128199875e-05, + "P": 0.017232287675142288, + "-": 0.9818877577781677 + }, + "id": "tp_13803" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1725392, + "label": "-", + "classification": { + "B": 2.0455099836169666e-09, + "S": 9.724635319230401e-09, + "I": 1.8164755033467372e-08, + "C": 9.466802897151183e-10, + "R": 6.87802259591308e-10, + "M": 5.377475531531672e-07, + "O": 3.226025171443325e-07, + "W": 1.9148103103105996e-09, + "N": 1.994423792783806e-10, + "Y": 4.656904820876662e-06, + "U": 2.8044003751170887e-12, + "K": 9.014507473814604e-10, + "L": 1.42103495637258e-09, + "G": 3.128500907223497e-07, + "F": 0.00026061682729050517, + "E": 3.700058570643705e-08, + "T": 1.4721522347826976e-06, + "P": 0.00048783147940412164, + "-": 0.999244213104248 + }, + "id": "tp_13804" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1725526, + "label": "-", + "classification": { + "B": 3.2812830230710688e-09, + "S": 3.433068229696801e-08, + "I": 3.610025942180073e-06, + "C": 2.7514172273868098e-08, + "R": 1.8243671462414568e-08, + "M": 5.931541818426922e-05, + "O": 1.3882510074836318e-06, + "W": 3.5928442443378117e-09, + "N": 1.0460904142917116e-08, + "Y": 0.004069254733622074, + "U": 6.108877292909654e-11, + "K": 2.673180121703922e-09, + "L": 3.568736772763259e-08, + "G": 3.103916969848797e-05, + "F": 0.0001196775701828301, + "E": 1.203786723635858e-06, + "T": 0.0014055954525247216, + "P": 0.0009444861207157373, + "-": 0.9933644533157349 + }, + "id": "tp_13805" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1725626, + "label": "-", + "classification": { + "B": 3.023292727277749e-10, + "S": 1.5183424295628356e-08, + "I": 1.356404339958317e-07, + "C": 2.2266803512138722e-08, + "R": 1.9960328501156255e-08, + "M": 2.408629734418355e-05, + "O": 1.7488086996308994e-06, + "W": 4.396065733658361e-09, + "N": 5.56664991879785e-10, + "Y": 0.0002868599840439856, + "U": 3.143029933538877e-11, + "K": 3.6778227685552167e-10, + "L": 1.431884868452471e-07, + "G": 8.724094186618458e-06, + "F": 0.0007632846827618778, + "E": 8.292648345786802e-08, + "T": 8.347155380761251e-05, + "P": 0.00033916192478500307, + "-": 0.9984922409057617 + }, + "id": "tp_13806" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1725759, + "label": "-", + "classification": { + "B": 2.6810680411881727e-11, + "S": 4.3432887841809986e-10, + "I": 6.326421608804367e-09, + "C": 1.2228403845071512e-09, + "R": 5.620448551013624e-11, + "M": 7.639703625272887e-08, + "O": 7.031124571454939e-09, + "W": 4.3407277772189445e-11, + "N": 1.7031384635934899e-10, + "Y": 1.0884480616368819e-05, + "U": 1.0465558541311593e-12, + "K": 5.558832061325347e-09, + "L": 7.933272094806654e-11, + "G": 5.193433025851846e-07, + "F": 0.0018949726363644004, + "E": 4.3635142787934456e-07, + "T": 1.63337210778991e-06, + "P": 0.0025148086715489626, + "-": 0.9955766201019287 + }, + "id": "tp_13807" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1725893, + "label": "-", + "classification": { + "B": 5.402225724537857e-07, + "S": 3.2330001431546407e-06, + "I": 0.0002826493582688272, + "C": 0.00017487729201093316, + "R": 3.4319520636927336e-05, + "M": 0.0001830589899327606, + "O": 5.61658525839448e-05, + "W": 3.830549303529551e-06, + "N": 2.2505979359266348e-05, + "Y": 0.0027601663023233414, + "U": 3.872580691677285e-06, + "K": 3.25262408296112e-05, + "L": 4.488687409320846e-06, + "G": 0.0002265855437144637, + "F": 0.002864603418856859, + "E": 6.215943722054362e-05, + "T": 0.0022074191365391016, + "P": 0.03759133443236351, + "-": 0.9534856081008911 + }, + "id": "tp_13808" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1726026, + "label": "-", + "classification": { + "B": 1.0610140526313549e-14, + "S": 4.3039381195271453e-13, + "I": 7.640333504754793e-11, + "C": 1.2456982667607974e-10, + "R": 1.3621373126659897e-11, + "M": 5.1309626769580063e-08, + "O": 6.531425955635939e-10, + "W": 1.7296826135011073e-13, + "N": 8.691884153611343e-14, + "Y": 4.392109258333221e-05, + "U": 1.066019869118862e-15, + "K": 6.159080190304422e-12, + "L": 4.2097703795151986e-11, + "G": 1.1699620472427341e-06, + "F": 0.0001565121056046337, + "E": 2.320968306435134e-09, + "T": 3.4261004202562617e-06, + "P": 1.0840929462574422e-05, + "-": 0.9997840523719788 + }, + "id": "tp_13809" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1726126, + "label": "-", + "classification": { + "B": 5.816666970304141e-08, + "S": 4.0918280319601763e-07, + "I": 4.5103482193553646e-07, + "C": 2.3166479934388917e-07, + "R": 1.2695261375483824e-07, + "M": 6.9211719164741226e-06, + "O": 4.363946572993882e-06, + "W": 9.66940802982208e-08, + "N": 1.3808892695976738e-08, + "Y": 0.0020569649059325457, + "U": 1.687980422104829e-09, + "K": 1.974514702851593e-07, + "L": 2.322603052107297e-07, + "G": 7.33089036657475e-05, + "F": 0.003976072650402784, + "E": 3.7973188682371983e-07, + "T": 0.0003560615296009928, + "P": 0.0006656671175733209, + "-": 0.9928585290908813 + }, + "id": "tp_13810" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1726260, + "label": "-", + "classification": { + "B": 5.146461382055101e-11, + "S": 1.818875361436767e-08, + "I": 2.9406312052060457e-08, + "C": 4.527660024677971e-09, + "R": 2.9254465516714845e-09, + "M": 3.477400696283439e-06, + "O": 7.17410557626863e-07, + "W": 3.3107065977588945e-09, + "N": 8.220983893636458e-10, + "Y": 0.00017328609828837216, + "U": 7.751107047870853e-12, + "K": 2.5837518791149705e-09, + "L": 1.411250494243177e-08, + "G": 2.1282905890984694e-06, + "F": 0.0020203690510243177, + "E": 1.5438723721672432e-07, + "T": 7.644439756404608e-05, + "P": 0.0005785892717540264, + "-": 0.9971447587013245 + }, + "id": "tp_13811" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1726393, + "label": "-", + "classification": { + "B": 9.498588042333722e-06, + "S": 0.00036201192415319383, + "I": 2.1467535589181352e-06, + "C": 4.918895683658775e-06, + "R": 5.006215815228643e-06, + "M": 0.0017816906329244375, + "O": 0.002244844101369381, + "W": 2.363347630307544e-05, + "N": 1.8538011659074982e-07, + "Y": 0.009064188227057457, + "U": 3.109623225583391e-09, + "K": 3.822028986633086e-07, + "L": 0.00018542636826168746, + "G": 0.007531644310802221, + "F": 0.029487313702702522, + "E": 6.032300461811246e-06, + "T": 0.005298276897519827, + "P": 0.00034527757088653743, + "-": 0.943647563457489 + }, + "id": "tp_13812" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1726527, + "label": "-", + "classification": { + "B": 3.133806814048512e-08, + "S": 5.685468096316981e-08, + "I": 6.081599622120848e-06, + "C": 2.8587129108359477e-08, + "R": 4.3411777284063646e-08, + "M": 2.3604659872944467e-05, + "O": 3.4410161333653377e-06, + "W": 1.5041706546981004e-08, + "N": 3.9852693589637056e-08, + "Y": 0.0007572926115244627, + "U": 5.917247802855741e-10, + "K": 4.196615055462871e-09, + "L": 9.681974688646733e-08, + "G": 2.5576740881660953e-05, + "F": 0.0003739268868230283, + "E": 2.1531479887926253e-06, + "T": 0.00035575617221184075, + "P": 0.004469859413802624, + "-": 0.9939820170402527 + }, + "id": "tp_13813" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1726627, + "label": "-", + "classification": { + "B": 7.577294347527186e-11, + "S": 1.9212431645598826e-09, + "I": 2.7335254060290026e-08, + "C": 4.167712841507409e-09, + "R": 1.1557438339693249e-09, + "M": 1.0333144018659368e-05, + "O": 1.666580686787711e-07, + "W": 1.1450684150871027e-10, + "N": 1.3160791900723723e-10, + "Y": 5.565174069488421e-05, + "U": 4.006469635220444e-12, + "K": 3.719400828994246e-11, + "L": 2.3799159976078954e-08, + "G": 3.36121661348443e-06, + "F": 0.0003554295690264553, + "E": 1.1732805660358281e-07, + "T": 4.9798105465015396e-05, + "P": 0.0003906248020939529, + "-": 0.9991344809532166 + }, + "id": "tp_13814" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1726760, + "label": "-", + "classification": { + "B": 6.030656442973514e-12, + "S": 2.147773903171668e-10, + "I": 1.962601103855377e-08, + "C": 7.913881105992004e-09, + "R": 2.2634889518258205e-09, + "M": 2.0454704099392984e-06, + "O": 1.2041161312481563e-07, + "W": 2.051046971152104e-10, + "N": 3.654496982807842e-10, + "Y": 0.0002530976780690253, + "U": 1.5669444908272823e-11, + "K": 1.009584327249513e-08, + "L": 5.114860535115895e-09, + "G": 9.983216841646936e-06, + "F": 0.0008690737886354327, + "E": 2.8327309564701864e-07, + "T": 4.7137029469013214e-05, + "P": 0.0005198192084208131, + "-": 0.9982984662055969 + }, + "id": "tp_13815" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1726894, + "label": "-", + "classification": { + "B": 1.3182348546081357e-09, + "S": 1.3986316105274454e-08, + "I": 6.017324949425529e-08, + "C": 1.8396240974993816e-08, + "R": 6.559269127848211e-09, + "M": 1.5233882777465624e-06, + "O": 6.783164963053423e-07, + "W": 6.79544687187672e-09, + "N": 2.460265546844198e-09, + "Y": 0.00042044813744723797, + "U": 3.124674408105932e-10, + "K": 1.711466239839865e-07, + "L": 1.7400143548229607e-08, + "G": 1.6971342120086774e-05, + "F": 0.0020283323246985674, + "E": 7.60393106702395e-07, + "T": 3.532408663886599e-05, + "P": 0.0009612490539439023, + "-": 0.9965342283248901 + }, + "id": "tp_13816" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1727027, + "label": "Y", + "classification": { + "B": 2.9711698061873903e-06, + "S": 0.000210605634492822, + "I": 0.00011919235839741305, + "C": 8.150358189595863e-05, + "R": 4.1704530303832144e-05, + "M": 0.008378440514206886, + "O": 0.0010257982648909092, + "W": 1.9066321328864433e-05, + "N": 9.677428352006245e-06, + "Y": 0.518220067024231, + "U": 3.380565871680119e-08, + "K": 0.0001734519755700603, + "L": 8.29325508675538e-05, + "G": 0.06739852577447891, + "F": 0.07167720049619675, + "E": 0.00021645303058903664, + "T": 0.10362093150615692, + "P": 0.00021094091061968356, + "-": 0.2285105437040329 + }, + "id": "tp_13817" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1727127, + "label": "-", + "classification": { + "B": 4.7372701317272e-09, + "S": 1.085133831679741e-07, + "I": 2.1572015285187263e-08, + "C": 4.214908585709054e-06, + "R": 1.9299061477795476e-06, + "M": 0.0010713759111240506, + "O": 9.052580571733415e-05, + "W": 1.893522494356148e-08, + "N": 1.325139303842704e-10, + "Y": 0.014576132409274578, + "U": 5.579304813291275e-12, + "K": 5.955957393943834e-10, + "L": 2.3669044821872376e-05, + "G": 0.004230015445500612, + "F": 0.002958594122901559, + "E": 6.527374551978937e-08, + "T": 0.0011997291585430503, + "P": 3.1281106203095987e-06, + "-": 0.9758405089378357 + }, + "id": "tp_13818" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1727261, + "label": "-", + "classification": { + "B": 1.2948097491971566e-06, + "S": 5.098149813420605e-06, + "I": 5.847404736414319e-06, + "C": 2.666750560820219e-06, + "R": 7.274613835761556e-07, + "M": 7.119936344679445e-05, + "O": 5.6133932957891375e-05, + "W": 7.418481686727318e-07, + "N": 4.191190612345963e-07, + "Y": 0.00045011937618255615, + "U": 1.0519451976165328e-08, + "K": 3.8171123151187203e-07, + "L": 5.391430477175163e-06, + "G": 0.0003177481412421912, + "F": 0.030079878866672516, + "E": 7.369959348579869e-05, + "T": 0.00015542445180471987, + "P": 0.009682688862085342, + "-": 0.9590905904769897 + }, + "id": "tp_13819" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1727394, + "label": "-", + "classification": { + "B": 5.324180918364618e-08, + "S": 5.390551223172224e-07, + "I": 0.0005083308788016438, + "C": 1.834662839428347e-06, + "R": 2.148014800695819e-06, + "M": 0.00022569451539311558, + "O": 2.3354146833298728e-05, + "W": 4.7191250018840947e-07, + "N": 5.121440608490957e-06, + "Y": 0.014169284142553806, + "U": 4.126751207422785e-08, + "K": 1.0456225254529272e-06, + "L": 6.276820840867003e-07, + "G": 0.00020475382916629314, + "F": 0.000584496883675456, + "E": 5.3635219956049696e-05, + "T": 0.00799136608839035, + "P": 0.01109035313129425, + "-": 0.9651367664337158 + }, + "id": "tp_13820" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1727528, + "label": "-", + "classification": { + "B": 6.546288489062135e-08, + "S": 1.610210347280372e-06, + "I": 1.1935836482734885e-05, + "C": 1.3195560313761234e-05, + "R": 1.3931381772636087e-06, + "M": 0.00022005797654855996, + "O": 2.2716476451023482e-05, + "W": 4.2044362658089085e-07, + "N": 6.534764906973578e-07, + "Y": 0.016497666016221046, + "U": 1.1947649980470487e-08, + "K": 2.1846324671059847e-05, + "L": 3.4038123430946143e-06, + "G": 0.003983831033110619, + "F": 0.07582641392946243, + "E": 0.00016849533130880445, + "T": 0.0018492386443540454, + "P": 0.004189167637377977, + "-": 0.8971877694129944 + }, + "id": "tp_13821" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1727628, + "label": "-", + "classification": { + "B": 2.7727459382731467e-05, + "S": 2.4276521799038164e-05, + "I": 0.0001074572210200131, + "C": 3.4369571949355304e-05, + "R": 2.4102351744659245e-05, + "M": 0.0032758228480815887, + "O": 0.0005791627918370068, + "W": 6.993671831878601e-06, + "N": 2.354526714043459e-06, + "Y": 0.011239624582231045, + "U": 4.276427887361933e-07, + "K": 1.371966078522746e-07, + "L": 0.00048795933253131807, + "G": 0.0060244593769311905, + "F": 0.008474413305521011, + "E": 4.4490170694189146e-05, + "T": 0.007502778898924589, + "P": 0.003481494728475809, + "-": 0.9586619138717651 + }, + "id": "tp_13822" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1727761, + "label": "-", + "classification": { + "B": 2.1646637833327986e-05, + "S": 0.00011735589941963553, + "I": 0.0001273668895009905, + "C": 0.00012352675548754632, + "R": 4.74653861601837e-05, + "M": 0.0020266997162252665, + "O": 0.000647739099804312, + "W": 4.794375490746461e-05, + "N": 2.2109774363343604e-05, + "Y": 0.011896754615008831, + "U": 3.60113176611776e-06, + "K": 0.0003393021470401436, + "L": 0.00012417284597177058, + "G": 0.0035111058969050646, + "F": 0.08590837568044662, + "E": 0.000726667232811451, + "T": 0.004661128856241703, + "P": 0.012520583346486092, + "-": 0.8771263957023621 + }, + "id": "tp_13823" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1727895, + "label": "-", + "classification": { + "B": 1.145320766227087e-06, + "S": 4.3004655481126974e-07, + "I": 4.7391388591222494e-08, + "C": 2.751499916797684e-09, + "R": 2.771092244557849e-09, + "M": 2.3913884433568455e-05, + "O": 6.6505581344245e-06, + "W": 2.590728875873083e-08, + "N": 5.729761110018217e-10, + "Y": 3.829497654805891e-05, + "U": 1.0699222757759586e-11, + "K": 5.3925770099327863e-11, + "L": 8.048484119171917e-07, + "G": 1.6674024664098397e-05, + "F": 0.001853032736107707, + "E": 1.8996279038674402e-07, + "T": 5.098948531667702e-05, + "P": 0.0002779014757834375, + "-": 0.9977299571037292 + }, + "id": "tp_13824" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1728028, + "label": "-", + "classification": { + "B": 4.4546638378051284e-08, + "S": 1.384638835588703e-06, + "I": 8.175760513040586e-07, + "C": 3.7875099678785773e-06, + "R": 8.763041137171967e-07, + "M": 3.5125602153129876e-05, + "O": 1.4892220860929228e-05, + "W": 8.291002018268046e-07, + "N": 1.6454217188766052e-07, + "Y": 0.013226967304944992, + "U": 3.748025889649398e-09, + "K": 0.0021663468796759844, + "L": 3.8157944004524325e-07, + "G": 0.0032390670385211706, + "F": 0.04320347309112549, + "E": 7.321550947381184e-05, + "T": 0.0008517352398484945, + "P": 0.0007177396910265088, + "-": 0.9364631175994873 + }, + "id": "tp_13825" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1728128, + "label": "-", + "classification": { + "B": 4.619651008397341e-06, + "S": 1.6345349649782293e-05, + "I": 0.0016028714599087834, + "C": 5.229100497672334e-05, + "R": 1.2877061635663267e-05, + "M": 0.0009589610854163766, + "O": 0.0001567558356327936, + "W": 8.162389349308796e-06, + "N": 8.345693640876561e-05, + "Y": 0.062148623168468475, + "U": 2.809782984058984e-07, + "K": 0.00027343578403815627, + "L": 2.653535830177134e-06, + "G": 0.0047490536235272884, + "F": 0.006308711599558592, + "E": 0.0017120749689638615, + "T": 0.010000125505030155, + "P": 0.029738128185272217, + "-": 0.8821706175804138 + }, + "id": "tp_13826" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1728262, + "label": "-", + "classification": { + "B": 4.796326096706549e-13, + "S": 3.074094589994303e-10, + "I": 1.5929768615308149e-10, + "C": 1.6684983256132213e-11, + "R": 1.529605608840967e-11, + "M": 1.3082089367344452e-07, + "O": 2.7824809123444538e-08, + "W": 2.624766029524217e-11, + "N": 1.2956851303674854e-12, + "Y": 1.1562522558961064e-05, + "U": 5.750044198920244e-15, + "K": 5.61880316579666e-12, + "L": 2.1655498227968195e-10, + "G": 2.048455627345902e-07, + "F": 0.0005390987498685718, + "E": 4.983594092955457e-10, + "T": 6.025390121067176e-06, + "P": 1.771386268956121e-05, + "-": 0.9994251728057861 + }, + "id": "tp_13827" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1728395, + "label": "-", + "classification": { + "B": 1.5330084979225944e-09, + "S": 1.489491978645674e-07, + "I": 4.2883851847363985e-07, + "C": 1.9086590441474982e-07, + "R": 1.694966158538591e-07, + "M": 4.05150894948747e-05, + "O": 4.223585165163968e-06, + "W": 2.1745277578588684e-08, + "N": 3.849068619388163e-09, + "Y": 0.008620292879641056, + "U": 4.6821560517607e-11, + "K": 7.900257670279132e-10, + "L": 2.4476977955600887e-07, + "G": 3.784262662520632e-05, + "F": 0.001470251940190792, + "E": 8.380774119132184e-08, + "T": 0.0014875503256917, + "P": 0.00012200219498481601, + "-": 0.9882160425186157 + }, + "id": "tp_13828" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1728529, + "label": "-", + "classification": { + "B": 1.3221125527707045e-07, + "S": 1.4197486564171413e-07, + "I": 8.005367249097617e-07, + "C": 1.6521451016160427e-06, + "R": 7.357805316132726e-07, + "M": 8.460717799607664e-05, + "O": 7.107072633516509e-06, + "W": 5.444838180324041e-08, + "N": 6.761940340993533e-09, + "Y": 0.0003476902493275702, + "U": 1.0973028041760813e-09, + "K": 4.265442665740693e-09, + "L": 4.085933142050635e-06, + "G": 9.682874951977283e-05, + "F": 0.005698966793715954, + "E": 6.71193618018151e-07, + "T": 0.0001782154431566596, + "P": 0.0009642132208682597, + "-": 0.9926140308380127 + }, + "id": "tp_13829" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1728629, + "label": "-", + "classification": { + "B": 1.1849783021489202e-07, + "S": 2.8765563797605864e-07, + "I": 0.0006711218156851828, + "C": 0.0012069869553670287, + "R": 7.870306581025943e-05, + "M": 0.0003289745654910803, + "O": 6.87790525262244e-05, + "W": 8.044729611356161e-07, + "N": 7.62697300160653e-06, + "Y": 0.026983652263879776, + "U": 2.915712116191571e-07, + "K": 5.623066954285605e-07, + "L": 4.36646450907574e-06, + "G": 0.0007740866858512163, + "F": 0.0002976932446472347, + "E": 5.105988384457305e-05, + "T": 0.005353730171918869, + "P": 0.005667237099260092, + "-": 0.9585039615631104 + }, + "id": "tp_13830" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1728762, + "label": "-", + "classification": { + "B": 5.656600592374161e-07, + "S": 1.3407944265964034e-07, + "I": 0.00018697491032071412, + "C": 6.819272675784305e-05, + "R": 7.844949323043693e-06, + "M": 0.0001600404066266492, + "O": 1.9415418137214147e-05, + "W": 2.412350568192778e-07, + "N": 1.4045945135876536e-06, + "Y": 0.0017093685455620289, + "U": 1.4307296680726722e-07, + "K": 1.1147699296998326e-07, + "L": 5.3069484238221776e-06, + "G": 0.0005755427409894764, + "F": 0.000498139881528914, + "E": 5.1971735956612974e-05, + "T": 0.0008354211458936334, + "P": 0.016531823202967644, + "-": 0.9793474078178406 + }, + "id": "tp_13831" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1728896, + "label": "-", + "classification": { + "B": 3.913682746770064e-07, + "S": 2.2706002766881284e-07, + "I": 5.610151492874138e-05, + "C": 0.00010990272858180106, + "R": 1.7868454960989766e-05, + "M": 0.0006279666558839381, + "O": 3.224626925657503e-05, + "W": 2.1268768080062728e-07, + "N": 6.859967811578827e-07, + "Y": 0.021512357518076897, + "U": 1.2914303226807533e-07, + "K": 2.9272069923536037e-07, + "L": 2.754013803496491e-05, + "G": 0.005633095279335976, + "F": 0.004933201242238283, + "E": 0.00010300684516550973, + "T": 0.002684804145246744, + "P": 0.00633102236315608, + "-": 0.9579289555549622 + }, + "id": "tp_13832" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1729029, + "label": "-", + "classification": { + "B": 7.369022796410718e-07, + "S": 3.888636911142385e-06, + "I": 0.00035231359652243555, + "C": 2.9421536964946426e-05, + "R": 1.2243054698046762e-05, + "M": 0.0006774973007850349, + "O": 8.663533662911505e-05, + "W": 2.0171173673588783e-06, + "N": 1.4861160707368981e-05, + "Y": 0.01566901057958603, + "U": 5.616149110210245e-07, + "K": 2.7248397600487806e-06, + "L": 5.625264293485088e-06, + "G": 0.00043385825119912624, + "F": 0.0015678443014621735, + "E": 5.062564378022216e-05, + "T": 0.014347660355269909, + "P": 0.024863453581929207, + "-": 0.9418790340423584 + }, + "id": "tp_13833" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1729129, + "label": "-", + "classification": { + "B": 8.067197632044554e-05, + "S": 4.355136115918867e-05, + "I": 6.720588135067374e-05, + "C": 2.3975155272637494e-05, + "R": 1.7422562450519763e-05, + "M": 0.0018216921016573906, + "O": 0.0005863660480827093, + "W": 1.3352751011552755e-05, + "N": 1.3597910992757534e-06, + "Y": 0.002796364948153496, + "U": 1.041083166342105e-07, + "K": 2.912468843874194e-08, + "L": 0.00020695538842119277, + "G": 0.0008321497007273138, + "F": 0.0043039992451667786, + "E": 4.6637782361358404e-05, + "T": 0.0012154480209574103, + "P": 0.007668604608625174, + "-": 0.9802740812301636 + }, + "id": "tp_13834" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1729263, + "label": "-", + "classification": { + "B": 6.021289716828804e-11, + "S": 1.495869739187583e-08, + "I": 2.6050317458725658e-08, + "C": 1.2410803051920993e-08, + "R": 5.518637546941818e-09, + "M": 3.710784585564397e-05, + "O": 1.2762618553097127e-06, + "W": 1.1571819058531219e-09, + "N": 1.5224997651497318e-10, + "Y": 0.001993353245779872, + "U": 5.517553102775408e-13, + "K": 1.074027977665537e-09, + "L": 3.864488107296893e-08, + "G": 2.6418054403620772e-05, + "F": 0.0014679573941975832, + "E": 1.1118527964981695e-07, + "T": 0.00024008248874451965, + "P": 6.195790047058836e-05, + "-": 0.9961716532707214 + }, + "id": "tp_13835" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1729396, + "label": "-", + "classification": { + "B": 0.00010603151167742908, + "S": 3.083857154706493e-05, + "I": 8.540346607333049e-05, + "C": 2.2330623323796317e-05, + "R": 4.204459401080385e-06, + "M": 0.0041863094083964825, + "O": 0.00018707510025706142, + "W": 2.9057246138108894e-06, + "N": 4.122233804082498e-06, + "Y": 0.008444633334875107, + "U": 3.0816667617727944e-07, + "K": 2.1560135792242363e-06, + "L": 5.657451765728183e-05, + "G": 0.004129424691200256, + "F": 0.007262504193931818, + "E": 0.0008814393077045679, + "T": 0.0038461722433567047, + "P": 0.009919431991875172, + "-": 0.9608281254768372 + }, + "id": "tp_13836" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1729530, + "label": "-", + "classification": { + "B": 4.8455291107529774e-05, + "S": 4.660402191802859e-05, + "I": 0.0006150701083242893, + "C": 7.359604205703363e-05, + "R": 1.8887134501710534e-05, + "M": 0.001297910581342876, + "O": 0.0004999183001928031, + "W": 3.128544631181285e-05, + "N": 8.074907964328304e-05, + "Y": 0.0035100579261779785, + "U": 8.574616003897972e-06, + "K": 2.506466262275353e-05, + "L": 7.675823144381866e-05, + "G": 0.0012143411440774798, + "F": 0.008871614001691341, + "E": 0.0007823834894225001, + "T": 0.0033012363128364086, + "P": 0.09922487288713455, + "-": 0.880272626876831 + }, + "id": "tp_13837" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1729630, + "label": "-", + "classification": { + "B": 4.240895634666231e-07, + "S": 5.961138413113076e-06, + "I": 0.0007756424020044506, + "C": 7.719746463408228e-06, + "R": 7.159508186305175e-06, + "M": 0.00023523476556874812, + "O": 5.5430151405744255e-05, + "W": 1.5536743376287632e-06, + "N": 1.6243633581325412e-05, + "Y": 0.028810184448957443, + "U": 1.4084461952279526e-07, + "K": 9.588031389284879e-06, + "L": 2.4015907911234535e-06, + "G": 0.0005533737712539732, + "F": 0.004772218409925699, + "E": 5.7882756664184853e-05, + "T": 0.01775945909321308, + "P": 0.021585071459412575, + "-": 0.9253442287445068 + }, + "id": "tp_13838" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1729763, + "label": "-", + "classification": { + "B": 3.923679287254345e-06, + "S": 0.0002765348763205111, + "I": 8.747367974137887e-05, + "C": 8.709729627298657e-06, + "R": 6.201608357514488e-06, + "M": 0.0034720690455287695, + "O": 0.0012655372265726328, + "W": 2.1812389604747295e-05, + "N": 4.506412551563699e-06, + "Y": 0.17423519492149353, + "U": 1.2623156742108677e-08, + "K": 1.5553610865026712e-05, + "L": 4.786684439750388e-05, + "G": 0.015671730041503906, + "F": 0.04059098660945892, + "E": 0.00012963190965820104, + "T": 0.032105881720781326, + "P": 0.0010602045804262161, + "-": 0.7309961915016174 + }, + "id": "tp_13839" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1729897, + "label": "-", + "classification": { + "B": 9.639903986169429e-09, + "S": 1.1646306319335054e-07, + "I": 2.076141981888213e-06, + "C": 2.3460583520318323e-07, + "R": 1.0359032387441403e-07, + "M": 8.094596523733344e-06, + "O": 4.340728082752321e-06, + "W": 1.0248563597770044e-07, + "N": 5.5813440980045925e-08, + "Y": 0.00018057870329357684, + "U": 4.483621918183189e-09, + "K": 5.145669845774137e-08, + "L": 1.886783564941652e-07, + "G": 1.0430029760755133e-05, + "F": 0.0024734223261475563, + "E": 1.1616683650572668e-06, + "T": 6.345676956698298e-05, + "P": 0.012303722091019154, + "-": 0.9849517941474915 + }, + "id": "tp_13840" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1730030, + "label": "-", + "classification": { + "B": 6.818016117904335e-06, + "S": 2.043586573563516e-05, + "I": 0.00018516443378757685, + "C": 5.817507189931348e-05, + "R": 2.2920679839444347e-05, + "M": 0.0008853171020746231, + "O": 0.00024959645816124976, + "W": 1.1974632798228413e-05, + "N": 1.891380816232413e-05, + "Y": 0.0038536989595741034, + "U": 4.3831782932102215e-06, + "K": 2.3331460397457704e-05, + "L": 2.9625547540490516e-05, + "G": 0.0005160700529813766, + "F": 0.0065723299048841, + "E": 0.00014070227916818112, + "T": 0.004563956521451473, + "P": 0.032896775752305984, + "-": 0.9499398469924927 + }, + "id": "tp_13841" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1730130, + "label": "-", + "classification": { + "B": 8.424897714576218e-06, + "S": 6.357600068440661e-05, + "I": 0.0019473533611744642, + "C": 0.0007430962868966162, + "R": 0.00020618693088181317, + "M": 0.0004598215746227652, + "O": 0.00036133360117673874, + "W": 5.084057920612395e-05, + "N": 0.0003167017421219498, + "Y": 0.007723785005509853, + "U": 6.761134136468172e-05, + "K": 0.0013515126192942262, + "L": 4.9229547585127875e-05, + "G": 0.0013335981639102101, + "F": 0.023468105122447014, + "E": 0.0014149812050163746, + "T": 0.002700652228668332, + "P": 0.11090671271085739, + "-": 0.8468264937400818 + }, + "id": "tp_13842" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1730264, + "label": "-", + "classification": { + "B": 1.2713506691852672e-07, + "S": 6.111898187555198e-08, + "I": 3.1964100344339386e-05, + "C": 3.596266651584301e-06, + "R": 1.6840870102896588e-06, + "M": 8.044385322136804e-05, + "O": 1.000233805825701e-05, + "W": 7.821083869430367e-08, + "N": 2.563936050137272e-07, + "Y": 0.0024539348669350147, + "U": 2.3740307497632784e-08, + "K": 7.791276601665231e-08, + "L": 1.0632470548443962e-06, + "G": 0.000277340121101588, + "F": 0.0003673063183669001, + "E": 7.747974450467154e-06, + "T": 0.001313603250309825, + "P": 0.006214773282408714, + "-": 0.9892358183860779 + }, + "id": "tp_13843" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1730397, + "label": "-", + "classification": { + "B": 9.447646334592719e-06, + "S": 5.098740439279936e-05, + "I": 0.0010164527921006083, + "C": 0.00030922488076612353, + "R": 0.00013149742153473198, + "M": 0.0006773511995561421, + "O": 0.0005309405387379229, + "W": 5.588656495092437e-05, + "N": 0.0002262855414301157, + "Y": 0.00710344547405839, + "U": 3.590821143006906e-05, + "K": 0.0010377699509263039, + "L": 4.214461660012603e-05, + "G": 0.0017652867827564478, + "F": 0.01730966567993164, + "E": 0.0011376675684005022, + "T": 0.0045602647587656975, + "P": 0.0941101461648941, + "-": 0.8698896765708923 + }, + "id": "tp_13844" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1730531, + "label": "-", + "classification": { + "B": 4.80033408856162e-11, + "S": 1.3758029160371166e-09, + "I": 2.320372516351199e-08, + "C": 3.791715741385815e-08, + "R": 8.34010283057296e-09, + "M": 3.200313130946597e-06, + "O": 1.9841077403270901e-07, + "W": 6.485533776690033e-10, + "N": 2.752240657599714e-10, + "Y": 0.00032395945163443685, + "U": 2.1639112376958813e-11, + "K": 8.657093930608539e-10, + "L": 1.1619397000117715e-08, + "G": 3.4573188258946175e-06, + "F": 0.0006898274295963347, + "E": 4.626836158649894e-08, + "T": 5.8298042858950794e-05, + "P": 0.00015812707715667784, + "-": 0.9987627267837524 + }, + "id": "tp_13845" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1730631, + "label": "-", + "classification": { + "B": 6.980235278675195e-10, + "S": 5.998365804060768e-09, + "I": 2.5825197980111625e-08, + "C": 1.0138400341475062e-08, + "R": 9.120801891526753e-10, + "M": 1.343622216154472e-06, + "O": 2.647053634063923e-07, + "W": 1.3777687879468203e-09, + "N": 4.795071562035957e-10, + "Y": 2.831596248142887e-05, + "U": 9.828559840996398e-12, + "K": 1.0264798788739427e-08, + "L": 7.934260359832024e-09, + "G": 7.914910383988172e-06, + "F": 0.0016696591628715396, + "E": 5.084774556962657e-07, + "T": 8.588408491050359e-06, + "P": 0.0009985548676922917, + "-": 0.9972848892211914 + }, + "id": "tp_13846" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1730764, + "label": "-", + "classification": { + "B": 2.8768863558070734e-07, + "S": 2.7094981192021805e-07, + "I": 1.037458423525095e-05, + "C": 1.4023873518453911e-05, + "R": 2.9308607736311387e-06, + "M": 0.00011394822649890557, + "O": 1.3659626347362064e-05, + "W": 2.467645003889629e-07, + "N": 2.8502762461357634e-07, + "Y": 0.0025417699944227934, + "U": 7.185531103459653e-08, + "K": 2.603218717922573e-06, + "L": 2.5984270450862823e-06, + "G": 0.0006322224508039653, + "F": 0.004901390057057142, + "E": 3.500470847939141e-05, + "T": 0.000539235130418092, + "P": 0.004925040993839502, + "-": 0.9862639904022217 + }, + "id": "tp_13847" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1730898, + "label": "-", + "classification": { + "B": 3.2030329499832533e-09, + "S": 5.5136752052931115e-08, + "I": 8.966801942733582e-06, + "C": 1.071475799108157e-05, + "R": 1.5219629858620465e-06, + "M": 1.9671009795274585e-05, + "O": 3.1242416298482567e-06, + "W": 7.543520297303985e-08, + "N": 1.704890877363141e-07, + "Y": 0.007131362799555063, + "U": 5.7343729764625095e-09, + "K": 5.9359455917729065e-05, + "L": 1.4929491953807883e-07, + "G": 0.0007077468908391893, + "F": 0.013861803337931633, + "E": 4.9571855925023556e-05, + "T": 0.00037524293293245137, + "P": 0.002154948888346553, + "-": 0.9756155610084534 + }, + "id": "tp_13848" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1731031, + "label": "-", + "classification": { + "B": 2.420372027245321e-07, + "S": 2.5934223231161013e-06, + "I": 5.593373771262122e-06, + "C": 2.0722145563922822e-06, + "R": 7.824092449482123e-07, + "M": 0.0003604459925554693, + "O": 3.180339263053611e-05, + "W": 3.698593218359747e-07, + "N": 1.6182569595457608e-07, + "Y": 0.007308187894523144, + "U": 3.4639193735586105e-09, + "K": 2.71217368208454e-06, + "L": 2.4321323053300148e-06, + "G": 0.0009267901768907905, + "F": 0.013279765844345093, + "E": 3.524399653542787e-05, + "T": 0.0014081051340326667, + "P": 0.0012903274036943913, + "-": 0.9753422737121582 + }, + "id": "tp_13849" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1731131, + "label": "-", + "classification": { + "B": 9.452320171021711e-08, + "S": 2.0473810025123385e-07, + "I": 6.40125508653e-05, + "C": 1.3078848724035197e-06, + "R": 5.506660727405688e-07, + "M": 4.919667117064819e-05, + "O": 7.890602319093887e-06, + "W": 1.6639660316286609e-07, + "N": 8.863748348630907e-07, + "Y": 0.001892915926873684, + "U": 2.463612958081285e-08, + "K": 4.734970957542828e-07, + "L": 2.949764166260138e-07, + "G": 4.5966673496877775e-05, + "F": 0.0002528818149585277, + "E": 1.769214759406168e-05, + "T": 0.0019254195503890514, + "P": 0.011849180795252323, + "-": 0.9838908314704895 + }, + "id": "tp_13850" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1731265, + "label": "-", + "classification": { + "B": 4.732931415674102e-07, + "S": 3.8056514313211665e-05, + "I": 4.47779857495334e-05, + "C": 0.0010097406338900328, + "R": 0.00013124520773999393, + "M": 0.0021155194845050573, + "O": 0.0006532265106216073, + "W": 1.3851981748302933e-05, + "N": 6.365773515426554e-06, + "Y": 0.173479825258255, + "U": 1.194521956904282e-07, + "K": 0.0001166685760836117, + "L": 0.00012308094301261008, + "G": 0.0476679690182209, + "F": 0.16326548159122467, + "E": 0.00033974373945966363, + "T": 0.021439915522933006, + "P": 0.0011884344276040792, + "-": 0.5883654952049255 + }, + "id": "tp_13851" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1731398, + "label": "-", + "classification": { + "B": 6.413804598537354e-09, + "S": 2.2333557225806544e-10, + "I": 9.219057517384499e-08, + "C": 2.7906674304745138e-08, + "R": 3.3722777903477663e-09, + "M": 5.6592161854496226e-06, + "O": 1.9573839438180585e-07, + "W": 2.325363235300415e-10, + "N": 1.3775348917111074e-10, + "Y": 5.8829511544900015e-05, + "U": 3.494525502301116e-11, + "K": 3.0914461962572304e-11, + "L": 4.041120149622657e-08, + "G": 1.1381205695215613e-05, + "F": 4.612655902747065e-05, + "E": 2.755293451173202e-07, + "T": 1.082072685676394e-05, + "P": 0.0012639642227441072, + "-": 0.998602569103241 + }, + "id": "tp_13852" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1731532, + "label": "-", + "classification": { + "B": 3.57292293529099e-08, + "S": 1.9589479904880136e-07, + "I": 2.1226735213986103e-07, + "C": 4.058653303218307e-06, + "R": 6.010127435729373e-07, + "M": 7.641017145942897e-05, + "O": 2.2206133508007042e-05, + "W": 7.173598248755297e-08, + "N": 5.92872595461813e-09, + "Y": 0.00037096370942890644, + "U": 5.971143579586169e-10, + "K": 8.499978498832661e-09, + "L": 5.561267244047485e-06, + "G": 0.00025448447559028864, + "F": 0.008259167894721031, + "E": 1.0440735422889702e-06, + "T": 0.00012245072866789997, + "P": 0.0004416953888721764, + "-": 0.9904407262802124 + }, + "id": "tp_13853" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1731632, + "label": "-", + "classification": { + "B": 3.4256929666298674e-06, + "S": 2.396960326223052e-06, + "I": 0.00012087724462617189, + "C": 1.4535532500303816e-05, + "R": 5.851284186064731e-06, + "M": 0.00010657130042091012, + "O": 5.222334948484786e-05, + "W": 3.0956614409660688e-06, + "N": 5.624056484521134e-06, + "Y": 0.0012442870065569878, + "U": 1.5021824992800248e-06, + "K": 3.2117663977260236e-06, + "L": 7.344532150455052e-06, + "G": 0.00018779413949232548, + "F": 0.0013753700768575072, + "E": 2.835243139998056e-05, + "T": 0.0015891772927716374, + "P": 0.06000641733407974, + "-": 0.9352418780326843 + }, + "id": "tp_13854" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1731765, + "label": "-", + "classification": { + "B": 1.7179187352667213e-06, + "S": 2.5536581233609468e-05, + "I": 0.0005050756735727191, + "C": 2.3968794266693294e-05, + "R": 7.768700015731156e-06, + "M": 0.0017704656347632408, + "O": 0.00021977505821269006, + "W": 5.563551894738339e-06, + "N": 1.8487324268789962e-05, + "Y": 0.1377670019865036, + "U": 9.898779751438269e-08, + "K": 0.00014770175039302558, + "L": 8.147213520715013e-06, + "G": 0.006888824515044689, + "F": 0.006492129061371088, + "E": 0.0006137799355201423, + "T": 0.034874990582466125, + "P": 0.0033891075290739536, + "-": 0.8072399497032166 + }, + "id": "tp_13855" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1731899, + "label": "-", + "classification": { + "B": 0.00018493174866307527, + "S": 0.0001639029651414603, + "I": 0.0008836763445287943, + "C": 0.002804265823215246, + "R": 0.00115858088247478, + "M": 0.009702913463115692, + "O": 0.0026833736337721348, + "W": 0.0001401086337864399, + "N": 0.00013379794836509973, + "Y": 0.02237902767956257, + "U": 6.900450534885749e-05, + "K": 9.788996976567432e-05, + "L": 0.0010043199872598052, + "G": 0.008653512224555016, + "F": 0.023694215342402458, + "E": 0.0010313031962141395, + "T": 0.014500240795314312, + "P": 0.03310927748680115, + "-": 0.877605676651001 + }, + "id": "tp_13856" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1732032, + "label": "-", + "classification": { + "B": 8.2281567301834e-06, + "S": 1.4325561096484307e-05, + "I": 1.976382736756932e-05, + "C": 1.2938930922246072e-05, + "R": 2.6378190796094714e-06, + "M": 0.0008917754166759551, + "O": 0.0001442000939277932, + "W": 1.969978029592312e-06, + "N": 1.8490565025786054e-06, + "Y": 0.0024084975011646748, + "U": 2.2326467785660498e-07, + "K": 1.0179256832998362e-06, + "L": 2.4769304218352772e-05, + "G": 0.0009178940672427416, + "F": 0.008796476759016514, + "E": 0.00016844156198203564, + "T": 0.0018317598151043057, + "P": 0.01297821942716837, + "-": 0.9717749357223511 + }, + "id": "tp_13857" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1732132, + "label": "-", + "classification": { + "B": 5.62433660888928e-06, + "S": 1.288670227950206e-05, + "I": 0.0008033622871153057, + "C": 1.6751309885876253e-05, + "R": 1.4961630768084433e-05, + "M": 0.0004089556750841439, + "O": 0.00013726088218390942, + "W": 1.0697959623939823e-05, + "N": 4.216386514599435e-05, + "Y": 0.0037944514770060778, + "U": 1.6540077467652736e-06, + "K": 1.612488631508313e-05, + "L": 1.2173258255643304e-05, + "G": 0.00041879157652147114, + "F": 0.00902969017624855, + "E": 0.0004804620402865112, + "T": 0.001747506088577211, + "P": 0.16825930774211884, + "-": 0.8147872090339661 + }, + "id": "tp_13858" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1732266, + "label": "-", + "classification": { + "B": 1.7005787640300696e-06, + "S": 3.480573468550574e-06, + "I": 2.7400286853662692e-05, + "C": 9.447358024772257e-06, + "R": 3.4924637475342024e-06, + "M": 0.0002347947156522423, + "O": 8.293936843983829e-05, + "W": 1.9005244666914223e-06, + "N": 1.0621387218634482e-06, + "Y": 0.0011455079074949026, + "U": 1.8379741106855363e-07, + "K": 5.419201443146449e-07, + "L": 1.4897078472131398e-05, + "G": 0.00030977328424341977, + "F": 0.0072304867208004, + "E": 3.691738311317749e-05, + "T": 0.0006535586435347795, + "P": 0.013635974377393723, + "-": 0.976606011390686 + }, + "id": "tp_13859" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1732399, + "label": "-", + "classification": { + "B": 7.697153705521487e-06, + "S": 1.2947646609973162e-05, + "I": 0.001393569982610643, + "C": 0.00027359253726899624, + "R": 9.548266098136082e-05, + "M": 0.0007618406671099365, + "O": 0.0002764474193099886, + "W": 1.969990444194991e-05, + "N": 8.291991252917796e-05, + "Y": 0.0061091831885278225, + "U": 9.256214070774149e-06, + "K": 5.707737727789208e-05, + "L": 2.571888944657985e-05, + "G": 0.0010638278909027576, + "F": 0.003410177305340767, + "E": 0.0004991001333110034, + "T": 0.004503241740167141, + "P": 0.08210617303848267, + "-": 0.8992919325828552 + }, + "id": "tp_13860" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1732533, + "label": "-", + "classification": { + "B": 1.0907647265412379e-05, + "S": 1.1900023309863172e-05, + "I": 0.0005953885847702622, + "C": 7.07847357261926e-05, + "R": 2.240102730866056e-05, + "M": 0.0007288393680937588, + "O": 0.00013177898654248565, + "W": 9.258242243959103e-06, + "N": 2.8408545404090546e-05, + "Y": 0.011248953640460968, + "U": 5.667810910381377e-06, + "K": 2.5103612642851658e-05, + "L": 3.085665593971498e-05, + "G": 0.0013717738911509514, + "F": 0.00799575075507164, + "E": 0.0003154335427097976, + "T": 0.006747933570295572, + "P": 0.05101023241877556, + "-": 0.9196385145187378 + }, + "id": "tp_13861" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1732633, + "label": "-", + "classification": { + "B": 1.389865246892441e-06, + "S": 1.3954633004686912e-06, + "I": 4.167417137068696e-05, + "C": 1.2307612450968008e-05, + "R": 1.921871898957761e-06, + "M": 0.0002625442575663328, + "O": 3.542883860063739e-05, + "W": 7.580580358990119e-07, + "N": 1.6156596984728822e-06, + "Y": 0.0017490292666479945, + "U": 3.189396693414892e-07, + "K": 1.4342768963615526e-06, + "L": 5.991093530610669e-06, + "G": 0.0003648021665867418, + "F": 0.001912464271299541, + "E": 0.00011050526518374681, + "T": 0.0008937292150221765, + "P": 0.02076505310833454, + "-": 0.9738376140594482 + }, + "id": "tp_13862" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1732766, + "label": "-", + "classification": { + "B": 3.261903111706488e-05, + "S": 1.1465435818536207e-05, + "I": 0.0002423403930151835, + "C": 9.22730250749737e-05, + "R": 2.5586543415556662e-05, + "M": 0.0005647906218655407, + "O": 0.00017481177928857505, + "W": 9.86306167760631e-06, + "N": 1.2942242392455228e-05, + "Y": 0.0030713300220668316, + "U": 3.908220151060959e-06, + "K": 7.706711585342418e-06, + "L": 5.7057361118495464e-05, + "G": 0.0013255472294986248, + "F": 0.007746643852442503, + "E": 0.00038407425745390356, + "T": 0.0018729596631601453, + "P": 0.04898776859045029, + "-": 0.9353762865066528 + }, + "id": "tp_13863" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1732900, + "label": "-", + "classification": { + "B": 3.0784626687818673e-06, + "S": 7.92133434401876e-08, + "I": 4.050159259350039e-05, + "C": 1.2796065675502177e-05, + "R": 3.7440045161929447e-06, + "M": 0.0001656136882957071, + "O": 2.4789575036265887e-05, + "W": 1.6205851238737523e-07, + "N": 1.945314238582796e-07, + "Y": 0.0011653406545519829, + "U": 4.205969972304047e-08, + "K": 8.764066805611037e-09, + "L": 1.4256241229304578e-05, + "G": 0.0006690900772809982, + "F": 0.00032559482497163117, + "E": 1.9953527953475714e-05, + "T": 0.0004891040152870119, + "P": 0.007204071152955294, + "-": 0.9898616075515747 + }, + "id": "tp_13864" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1733033, + "label": "-", + "classification": { + "B": 1.9106901163468137e-06, + "S": 3.534479037625715e-05, + "I": 2.4929713617893867e-05, + "C": 4.640684346668422e-05, + "R": 1.3676597518497147e-05, + "M": 0.000304812187096104, + "O": 0.0001521600061096251, + "W": 1.055994289345108e-05, + "N": 7.1978156483964995e-06, + "Y": 0.006071110256016254, + "U": 5.45695570508542e-07, + "K": 0.00014430764713324606, + "L": 1.724868889141362e-05, + "G": 0.0013982929522171617, + "F": 0.06004262715578079, + "E": 0.0002561464789323509, + "T": 0.002416915027424693, + "P": 0.012743148021399975, + "-": 0.9163126945495605 + }, + "id": "tp_13865" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1733133, + "label": "-", + "classification": { + "B": 2.109995648424956e-06, + "S": 1.3613389455713332e-06, + "I": 0.00018823618302121758, + "C": 4.892580363957677e-06, + "R": 1.8254935412187479e-06, + "M": 0.0002380320365773514, + "O": 2.8578378987731412e-05, + "W": 6.58095189010055e-07, + "N": 4.815267402591417e-06, + "Y": 0.0035623570438474417, + "U": 1.7205267965891835e-07, + "K": 1.037719243868196e-06, + "L": 2.702972778934054e-06, + "G": 0.0004040517087560147, + "F": 0.0016705828020349145, + "E": 0.0001410942932125181, + "T": 0.0023987882304936647, + "P": 0.06394127756357193, + "-": 0.9274075627326965 + }, + "id": "tp_13866" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1733267, + "label": "-", + "classification": { + "B": 1.2048396724750887e-09, + "S": 1.1771541608140978e-07, + "I": 4.934061053063488e-07, + "C": 1.4422532501612295e-07, + "R": 7.208471686226403e-08, + "M": 3.680496593005955e-05, + "O": 4.096408247278305e-06, + "W": 1.7651647254979252e-08, + "N": 5.10282127663686e-09, + "Y": 0.006131731439381838, + "U": 6.875292002384015e-11, + "K": 6.00859522137398e-08, + "L": 1.8862336048641737e-07, + "G": 0.00016588959260843694, + "F": 0.005093883257359266, + "E": 2.992873362472892e-07, + "T": 0.0012880428694188595, + "P": 0.00018016816466115415, + "-": 0.9870980381965637 + }, + "id": "tp_13867" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1733400, + "label": "-", + "classification": { + "B": 1.1022714261343936e-06, + "S": 6.998849926276307e-07, + "I": 3.143661524518393e-05, + "C": 2.888168819481507e-05, + "R": 7.820916835044045e-06, + "M": 5.1693623390747234e-05, + "O": 3.623943848651834e-05, + "W": 6.103003897806047e-07, + "N": 1.031259444062016e-06, + "Y": 0.0007827147492207587, + "U": 3.0743342449568445e-07, + "K": 1.274466853828926e-06, + "L": 4.2634628698579036e-06, + "G": 0.0001620518451090902, + "F": 0.0012772290501743555, + "E": 1.3997113455843646e-05, + "T": 0.0006419362616725266, + "P": 0.006345927249640226, + "-": 0.9906107783317566 + }, + "id": "tp_13868" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1733500, + "label": "-", + "classification": { + "B": 6.849868441349827e-07, + "S": 2.924612374499702e-07, + "I": 0.0001280439319089055, + "C": 1.4457240467891097e-05, + "R": 1.2069958756910637e-06, + "M": 4.808213998330757e-05, + "O": 7.678863767068833e-06, + "W": 2.702207098081999e-07, + "N": 4.799713224201696e-06, + "Y": 0.0007665821467526257, + "U": 3.0609189138885995e-07, + "K": 1.126201141232741e-06, + "L": 8.238897066803474e-07, + "G": 0.00010050427226815373, + "F": 0.00042027613380923867, + "E": 0.00011508056923048571, + "T": 0.0005088642938062549, + "P": 0.11540375649929047, + "-": 0.8824771642684937 + }, + "id": "tp_13869" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1733634, + "label": "P", + "classification": { + "B": 5.761521151725901e-06, + "S": 3.1480951292905957e-05, + "I": 0.002766336314380169, + "C": 6.081187893869355e-05, + "R": 2.6003373932326213e-05, + "M": 0.00021514046238735318, + "O": 9.278905054088682e-05, + "W": 1.7518681488581933e-05, + "N": 0.00044680372229777277, + "Y": 0.004041080363094807, + "U": 6.447357009164989e-06, + "K": 0.0010249280603602529, + "L": 9.178130312648136e-06, + "G": 0.0013100305804982781, + "F": 0.0393916554749012, + "E": 0.0030673788860440254, + "T": 0.002388622844591737, + "P": 0.4728926122188568, + "-": 0.47220537066459656 + }, + "id": "tp_13870" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1733767, + "label": "-", + "classification": { + "B": 2.715762059679605e-09, + "S": 4.586190982536209e-09, + "I": 3.647716653176758e-07, + "C": 5.619579912519157e-09, + "R": 3.43068862207474e-09, + "M": 7.209881914604921e-06, + "O": 5.875082820239186e-07, + "W": 1.165246565903999e-09, + "N": 8.528004413754786e-10, + "Y": 0.0002070158370770514, + "U": 1.8863325831897093e-11, + "K": 1.4681619808776247e-10, + "L": 2.009027966209942e-08, + "G": 7.495804311474785e-06, + "F": 8.127494220389053e-05, + "E": 1.150471291566646e-07, + "T": 9.047760249814019e-05, + "P": 0.0007069268031045794, + "-": 0.9988985061645508 + }, + "id": "tp_13871" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1733901, + "label": "-", + "classification": { + "B": 2.0487357232923387e-06, + "S": 1.3079892596579157e-05, + "I": 8.321317000081763e-05, + "C": 2.317146709174267e-06, + "R": 1.7298759757977678e-06, + "M": 0.0008010194869711995, + "O": 0.00014714713324792683, + "W": 3.3653157061053207e-06, + "N": 3.0543546927219722e-06, + "Y": 0.021008482202887535, + "U": 3.562055539418907e-08, + "K": 1.1947692655667197e-05, + "L": 6.378218586178264e-06, + "G": 0.0020781620405614376, + "F": 0.011583835817873478, + "E": 0.00011879029625561088, + "T": 0.005202294327318668, + "P": 0.0038960857782512903, + "-": 0.9550369381904602 + }, + "id": "tp_13872" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1734001, + "label": "-", + "classification": { + "B": 2.5120044711002265e-08, + "S": 4.741770975869031e-09, + "I": 1.959375003934838e-05, + "C": 2.188696299754156e-07, + "R": 6.046513334467818e-08, + "M": 9.441057954973076e-06, + "O": 8.202529215850518e-07, + "W": 9.251658994458012e-09, + "N": 1.5448988222033222e-07, + "Y": 0.0008308750111609697, + "U": 6.675244801357394e-09, + "K": 3.062465125935887e-08, + "L": 4.6056250369019835e-08, + "G": 3.067181387450546e-05, + "F": 6.373677751980722e-05, + "E": 1.9882274500560015e-05, + "T": 0.00019225853611715138, + "P": 0.03086286224424839, + "-": 0.9679692983627319 + }, + "id": "tp_13873" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1734134, + "label": "-", + "classification": { + "B": 1.826261609494395e-06, + "S": 1.934544798132265e-06, + "I": 6.479326111730188e-05, + "C": 5.009347660234198e-05, + "R": 8.1980952018057e-06, + "M": 0.00013587009743787348, + "O": 3.71505921066273e-05, + "W": 2.0216029952280223e-06, + "N": 3.7484783206309658e-06, + "Y": 0.0019385219784453511, + "U": 9.72518250819121e-07, + "K": 1.760547274898272e-05, + "L": 9.93081721389899e-06, + "G": 0.0008621640736237168, + "F": 0.025506464764475822, + "E": 0.0001518374920124188, + "T": 0.0006383261643350124, + "P": 0.036210644990205765, + "-": 0.9343578815460205 + }, + "id": "tp_13874" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1734268, + "label": "-", + "classification": { + "B": 8.328010881086811e-05, + "S": 0.0002475979854352772, + "I": 0.00014389058924280107, + "C": 0.00021773335174657404, + "R": 0.00014641658344771713, + "M": 0.006730501540005207, + "O": 0.001493555144406855, + "W": 4.894463563687168e-05, + "N": 8.931878255680203e-06, + "Y": 0.0656265914440155, + "U": 6.82107213378913e-07, + "K": 2.6988171157427132e-05, + "L": 0.0009560736361891031, + "G": 0.047139883041381836, + "F": 0.0783466249704361, + "E": 0.0004495425382629037, + "T": 0.019424444064497948, + "P": 0.0026086000725626945, + "-": 0.7762997150421143 + }, + "id": "tp_13875" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1734401, + "label": "-", + "classification": { + "B": 1.3493658457264246e-07, + "S": 6.196353865561832e-07, + "I": 0.0002632367250043899, + "C": 2.1377318262238987e-05, + "R": 7.838331839593593e-06, + "M": 0.00041606207378208637, + "O": 2.60822143900441e-05, + "W": 3.259595757754141e-07, + "N": 1.5451748822670197e-06, + "Y": 0.009513738565146923, + "U": 8.017939023829967e-08, + "K": 1.8036287485756475e-07, + "L": 5.4097413340059575e-06, + "G": 0.000262290210230276, + "F": 0.0006926651694811881, + "E": 2.0668119759648107e-05, + "T": 0.006407245062291622, + "P": 0.004957428202033043, + "-": 0.9774029850959778 + }, + "id": "tp_13876" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1734501, + "label": "-", + "classification": { + "B": 3.869410647894256e-05, + "S": 7.166463910834864e-05, + "I": 0.0005878845695406199, + "C": 0.0005622825701721013, + "R": 0.00021232254221104085, + "M": 0.0021208529360592365, + "O": 0.0005496094236150384, + "W": 3.5084060073131695e-05, + "N": 6.082638356019743e-05, + "Y": 0.05304310843348503, + "U": 8.679831807967275e-06, + "K": 0.00022271550551522523, + "L": 0.00014612700033467263, + "G": 0.012265164405107498, + "F": 0.022491466253995895, + "E": 0.0011486256262287498, + "T": 0.018997229635715485, + "P": 0.0208938829600811, + "-": 0.8665437698364258 + }, + "id": "tp_13877" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1734635, + "label": "-", + "classification": { + "B": 9.020825928018894e-06, + "S": 1.303048793488415e-05, + "I": 5.4290903790388256e-05, + "C": 2.3110433176043443e-05, + "R": 5.414367024059175e-06, + "M": 0.00012964093184564263, + "O": 9.524988854536787e-05, + "W": 7.818989615770988e-06, + "N": 9.204160051012877e-06, + "Y": 0.0013503744266927242, + "U": 1.1702904885169119e-06, + "K": 4.007491952506825e-05, + "L": 7.423196166200796e-06, + "G": 0.00044184649595990777, + "F": 0.017763227224349976, + "E": 0.00029539800016209483, + "T": 0.0006279233493842185, + "P": 0.062912717461586, + "-": 0.9162129163742065 + }, + "id": "tp_13878" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1734768, + "label": "-", + "classification": { + "B": 2.1461848518811166e-05, + "S": 1.3301129001774825e-05, + "I": 0.00042717598262242973, + "C": 1.4225623999664094e-05, + "R": 3.947413460991811e-06, + "M": 0.0005462210392579436, + "O": 7.344653567997739e-05, + "W": 6.329817551886663e-06, + "N": 1.7158625269075856e-05, + "Y": 0.0034136944450438023, + "U": 1.0878228522415156e-06, + "K": 9.073281034943648e-06, + "L": 1.717815757729113e-05, + "G": 0.0012113249395042658, + "F": 0.01055203191936016, + "E": 0.0013921934878453612, + "T": 0.001704710302874446, + "P": 0.11904799193143845, + "-": 0.8615275025367737 + }, + "id": "tp_13879" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1734902, + "label": "-", + "classification": { + "B": 6.545302312588319e-05, + "S": 9.767638402990997e-06, + "I": 2.9058121072012e-05, + "C": 1.513066490588244e-05, + "R": 3.533200697347638e-06, + "M": 0.0005955726956017315, + "O": 0.00019880928448401392, + "W": 4.829441877518548e-06, + "N": 1.7254558315471513e-06, + "Y": 0.0008467544103041291, + "U": 4.228786281146313e-07, + "K": 3.771860974666197e-07, + "L": 6.486065831268206e-05, + "G": 0.0007056936738081276, + "F": 0.008054698817431927, + "E": 7.920298958197236e-05, + "T": 0.0008603456662967801, + "P": 0.0281659122556448, + "-": 0.9602977633476257 + }, + "id": "tp_13880" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1735002, + "label": "-", + "classification": { + "B": 6.99294311345966e-09, + "S": 2.998974935053411e-07, + "I": 5.1120747230015695e-05, + "C": 1.808999741115258e-06, + "R": 1.5347277440014295e-06, + "M": 2.7095911718788557e-05, + "O": 8.956654710345902e-06, + "W": 3.1517743082076777e-07, + "N": 1.829161533350998e-06, + "Y": 0.0016183358384296298, + "U": 5.5439599577766785e-08, + "K": 2.5834528969426174e-06, + "L": 2.3579082153446507e-07, + "G": 3.511645263643004e-05, + "F": 0.002684402046725154, + "E": 8.810540748527274e-06, + "T": 0.0007466442184522748, + "P": 0.03246522322297096, + "-": 0.962345540523529 + }, + "id": "tp_13881" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1735135, + "label": "-", + "classification": { + "B": 7.448916505836678e-08, + "S": 8.915406368714685e-08, + "I": 1.398239237460075e-05, + "C": 1.3087882280160557e-06, + "R": 5.296754466144193e-07, + "M": 3.278051735833287e-05, + "O": 7.65069398767082e-06, + "W": 5.306469574861694e-08, + "N": 1.2138130500716215e-07, + "Y": 0.00043354820809327066, + "U": 7.741538077254972e-09, + "K": 1.1210159023278266e-08, + "L": 8.84436929027288e-07, + "G": 0.00011355832248227671, + "F": 0.001158118131570518, + "E": 1.064113894244656e-05, + "T": 0.0001885764504550025, + "P": 0.01388630922883749, + "-": 0.9841517210006714 + }, + "id": "tp_13882" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1735269, + "label": "P", + "classification": { + "B": 8.845443517202511e-05, + "S": 5.12129336129874e-05, + "I": 0.008658794686198235, + "C": 0.00021800438116770238, + "R": 0.00010101313091581687, + "M": 0.000824466347694397, + "O": 0.0005630909581668675, + "W": 7.302869926206768e-05, + "N": 0.0007612493354827166, + "Y": 0.001603481243364513, + "U": 2.2137621272122487e-05, + "K": 3.268556611146778e-05, + "L": 0.00010411551920697093, + "G": 0.0010435369331389666, + "F": 0.004112748429179192, + "E": 0.001971906516700983, + "T": 0.0025921210180968046, + "P": 0.5422645211219788, + "-": 0.4349134862422943 + }, + "id": "tp_13883" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1735402, + "label": "-", + "classification": { + "B": 0.0014337687753140926, + "S": 0.00010056869359686971, + "I": 0.0008538642432540655, + "C": 2.068696812784765e-05, + "R": 1.684233393461909e-05, + "M": 0.0009847549954429269, + "O": 0.0014404116664081812, + "W": 4.18543531850446e-05, + "N": 5.190941737964749e-05, + "Y": 0.0011562327854335308, + "U": 2.2080832877691137e-06, + "K": 1.2587796618390712e-06, + "L": 0.00018545615603215992, + "G": 0.0028601184021681547, + "F": 0.0027834121137857437, + "E": 0.0005411886959336698, + "T": 0.0020544803701341152, + "P": 0.1876596361398697, + "-": 0.7978113293647766 + }, + "id": "tp_13884" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1735502, + "label": "-", + "classification": { + "B": 1.1756718777178321e-05, + "S": 1.577879970682261e-06, + "I": 2.828268043231219e-05, + "C": 1.669404809945263e-06, + "R": 5.240506197878858e-07, + "M": 7.857537275413051e-05, + "O": 2.617457357700914e-05, + "W": 7.629859624103119e-07, + "N": 5.7339406112078e-07, + "Y": 0.0003197046753484756, + "U": 4.821272270305599e-08, + "K": 5.328402963300505e-08, + "L": 4.001120942120906e-06, + "G": 9.556663280818611e-05, + "F": 0.0016438461607322097, + "E": 5.319200863596052e-05, + "T": 0.0001730187941575423, + "P": 0.06389756500720978, + "-": 0.9336629509925842 + }, + "id": "tp_13885" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1735636, + "label": "-", + "classification": { + "B": 1.038571397771193e-07, + "S": 1.1275806173216552e-06, + "I": 2.9592879400297534e-06, + "C": 1.5724574495834531e-06, + "R": 2.0678365331150417e-07, + "M": 1.010344840324251e-05, + "O": 7.072648713801755e-06, + "W": 3.1800323085917626e-07, + "N": 3.710842122472968e-07, + "Y": 0.00017281435430049896, + "U": 2.0975786441113087e-08, + "K": 4.902333330392139e-06, + "L": 3.0118164318082563e-07, + "G": 4.0971524867927656e-05, + "F": 0.010827346704900265, + "E": 3.2142666896106675e-05, + "T": 0.00011124105367343873, + "P": 0.015313907526433468, + "-": 0.9734724760055542 + }, + "id": "tp_13886" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1735769, + "label": "-", + "classification": { + "B": 4.69284255899538e-09, + "S": 2.1949663420173238e-08, + "I": 1.1436762179073412e-05, + "C": 5.04665081280109e-07, + "R": 6.76244198416498e-08, + "M": 2.1041907530161552e-05, + "O": 6.872051017126068e-07, + "W": 7.711025595824594e-09, + "N": 1.0474595057985425e-07, + "Y": 0.0015339376404881477, + "U": 1.3352171590597095e-09, + "K": 1.4622345645420864e-07, + "L": 2.769019147308427e-08, + "G": 5.4228497901931405e-05, + "F": 0.0012208821717649698, + "E": 1.3757557098870166e-05, + "T": 0.00022786502086091787, + "P": 0.01196842361241579, + "-": 0.9849469661712646 + }, + "id": "tp_13887" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1735903, + "label": "-", + "classification": { + "B": 5.713019390896079e-09, + "S": 1.0040593245719265e-08, + "I": 9.822274478210602e-06, + "C": 2.8614806524274172e-06, + "R": 2.3570817120344145e-07, + "M": 3.232195012969896e-06, + "O": 9.056365115611698e-07, + "W": 1.749373090831341e-08, + "N": 2.1016043660893047e-07, + "Y": 0.00014717242447659373, + "U": 8.686476427044454e-09, + "K": 4.266927078333538e-07, + "L": 3.7094462612685675e-08, + "G": 2.8739255867549218e-05, + "F": 0.0028181886300444603, + "E": 1.958767097676173e-05, + "T": 3.461918095126748e-05, + "P": 0.03156387060880661, + "-": 0.9653700590133667 + }, + "id": "tp_13888" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1736003, + "label": "P", + "classification": { + "B": 4.173886190983467e-05, + "S": 4.211820794353116e-07, + "I": 3.954493149649352e-05, + "C": 1.2465949339457438e-06, + "R": 8.246623650620677e-08, + "M": 3.63426333933603e-05, + "O": 1.6267667888314463e-05, + "W": 5.113791416988533e-07, + "N": 2.481189085301594e-06, + "Y": 2.6131720005651005e-05, + "U": 5.552468351766038e-08, + "K": 6.47308340262498e-08, + "L": 1.5320663351303665e-06, + "G": 5.072655403637327e-05, + "F": 0.0008846125565469265, + "E": 0.0003850411740131676, + "T": 3.5886499972548336e-05, + "P": 0.550632655620575, + "-": 0.44784456491470337 + }, + "id": "tp_13889" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1736136, + "label": "P", + "classification": { + "B": 0.00018878508126363158, + "S": 3.5656135878525674e-05, + "I": 0.07187444716691971, + "C": 0.0010098059428855777, + "R": 0.000172056577866897, + "M": 0.0027069449424743652, + "O": 0.0004005884984508157, + "W": 2.9682349122595042e-05, + "N": 0.0022987339179962873, + "Y": 0.024023454636335373, + "U": 1.9018998500541784e-05, + "K": 0.00011626574996626005, + "L": 8.343806985067204e-05, + "G": 0.009040441364049911, + "F": 0.002792702056467533, + "E": 0.018454691395163536, + "T": 0.00901496596634388, + "P": 0.5830196738243103, + "-": 0.27471867203712463 + }, + "id": "tp_13890" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1736270, + "label": "-", + "classification": { + "B": 1.990339660551399e-05, + "S": 5.200221130507998e-05, + "I": 0.0007130117737688124, + "C": 0.00020648559438996017, + "R": 6.756150105502456e-05, + "M": 0.0016228886088356376, + "O": 0.0004235803207848221, + "W": 1.5578554666717537e-05, + "N": 4.6027402277104557e-05, + "Y": 0.00856733601540327, + "U": 2.3789725673850626e-06, + "K": 1.9798517314484343e-05, + "L": 8.195808186428621e-05, + "G": 0.005888353567570448, + "F": 0.04068616405129433, + "E": 0.0010232472559437156, + "T": 0.0027972382958978415, + "P": 0.04543289914727211, + "-": 0.8923335075378418 + }, + "id": "tp_13891" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1736403, + "label": "-", + "classification": { + "B": 3.405571305847843e-06, + "S": 2.688138692974462e-06, + "I": 0.00030992177198641, + "C": 5.7166740589309484e-05, + "R": 8.77580441738246e-06, + "M": 0.00017656873387750238, + "O": 4.549192453850992e-05, + "W": 3.4232105008413782e-06, + "N": 2.333875818294473e-05, + "Y": 0.0020678690634667873, + "U": 2.2838296445115702e-06, + "K": 2.2831731257610954e-05, + "L": 5.182635050005047e-06, + "G": 0.00033666129456833005, + "F": 0.006218869239091873, + "E": 0.0005721787456423044, + "T": 0.0005923939752392471, + "P": 0.09673527628183365, + "-": 0.8928157091140747 + }, + "id": "tp_13892" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1736503, + "label": "-", + "classification": { + "B": 3.6796021163354453e-07, + "S": 1.598013477632776e-05, + "I": 0.0012781711993739009, + "C": 2.9716470635321457e-06, + "R": 2.2216950128495228e-06, + "M": 0.0001240425481228158, + "O": 3.828688932117075e-05, + "W": 2.4380474314966705e-06, + "N": 5.33867314516101e-05, + "Y": 0.008405450731515884, + "U": 1.1349044370945194e-07, + "K": 2.1491136067197658e-05, + "L": 6.863292014713807e-07, + "G": 0.00019304704619571567, + "F": 0.004379223100841045, + "E": 9.560095350025222e-05, + "T": 0.007951129227876663, + "P": 0.1089058667421341, + "-": 0.8685296177864075 + }, + "id": "tp_13893" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1736637, + "label": "-", + "classification": { + "B": 0.00013823845074512064, + "S": 0.00018002890283241868, + "I": 0.006514552980661392, + "C": 0.0026967728044837713, + "R": 0.0010359823936596513, + "M": 0.008558470755815506, + "O": 0.0014488889137282968, + "W": 0.0001090072255465202, + "N": 0.0004090811125934124, + "Y": 0.06441038846969604, + "U": 5.762856380897574e-05, + "K": 0.00048289779806509614, + "L": 0.000592578377109021, + "G": 0.0231077391654253, + "F": 0.033969368785619736, + "E": 0.005157265346497297, + "T": 0.029063520953059196, + "P": 0.08202165365219116, + "-": 0.7400459051132202 + }, + "id": "tp_13894" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1736770, + "label": "-", + "classification": { + "B": 4.21629156335257e-05, + "S": 0.00014305610966403037, + "I": 0.006624538451433182, + "C": 0.00029634792008437216, + "R": 0.00042620376916602254, + "M": 0.015522832050919533, + "O": 0.002614053199067712, + "W": 5.381021765060723e-05, + "N": 0.00011118718248326331, + "Y": 0.13807108998298645, + "U": 2.870815478672739e-06, + "K": 4.837892447540071e-06, + "L": 0.0006086286739446223, + "G": 0.01829577051103115, + "F": 0.006295043043792248, + "E": 0.0006867616903036833, + "T": 0.06255282461643219, + "P": 0.01463310793042183, + "-": 0.7330147624015808 + }, + "id": "tp_13895" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1736904, + "label": "-", + "classification": { + "B": 2.9434720545395976e-06, + "S": 1.4462979152085609e-06, + "I": 0.0003386031021364033, + "C": 3.417140760575421e-05, + "R": 1.6208963643293828e-05, + "M": 0.0010220668045803905, + "O": 7.106071279849857e-05, + "W": 2.1054693206679076e-06, + "N": 6.4396886045869906e-06, + "Y": 0.005979887209832668, + "U": 7.944908020363073e-07, + "K": 3.900891897501424e-06, + "L": 1.471477844461333e-05, + "G": 0.0009160712361335754, + "F": 0.0024375692009925842, + "E": 0.00024139323795679957, + "T": 0.0039343019016087055, + "P": 0.019616402685642242, + "-": 0.9653599262237549 + }, + "id": "tp_13896" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1737004, + "label": "-", + "classification": { + "B": 1.9610240542533575e-08, + "S": 1.0105260628279211e-07, + "I": 0.0002065370645141229, + "C": 1.4073734746489208e-05, + "R": 4.539226210908964e-06, + "M": 2.1568666852544993e-05, + "O": 6.839192337793065e-06, + "W": 1.4323870800581062e-07, + "N": 4.4125449676357675e-06, + "Y": 0.0028453106060624123, + "U": 8.050133715187258e-08, + "K": 4.176701622782275e-06, + "L": 2.1166563612950995e-07, + "G": 0.00011448278382886201, + "F": 0.0016912877326831222, + "E": 3.0554325348930433e-05, + "T": 0.0006573770078830421, + "P": 0.03446193411946297, + "-": 0.9599363207817078 + }, + "id": "tp_13897" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1737137, + "label": "-", + "classification": { + "B": 6.5962481698989e-08, + "S": 7.42192156621968e-08, + "I": 6.126245716586709e-05, + "C": 3.220529606551281e-06, + "R": 4.896003247267799e-07, + "M": 2.9993869247846305e-05, + "O": 6.8847680267936084e-06, + "W": 1.4913349843936885e-07, + "N": 8.547522725166345e-07, + "Y": 0.0003467423375695944, + "U": 6.896490845065273e-08, + "K": 5.727073215666678e-08, + "L": 6.417808435799088e-07, + "G": 5.523365689441562e-05, + "F": 0.00017117534298449755, + "E": 1.715658618195448e-05, + "T": 0.0003683622635435313, + "P": 0.05752810090780258, + "-": 0.9414093494415283 + }, + "id": "tp_13898" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1737271, + "label": "P", + "classification": { + "B": 1.993882960960036e-06, + "S": 5.6837889133021235e-06, + "I": 0.0007118771900422871, + "C": 3.337829866723041e-06, + "R": 1.4115439626039006e-06, + "M": 0.00011051224282709882, + "O": 7.90881531429477e-05, + "W": 2.3743227757222485e-06, + "N": 4.359032027423382e-05, + "Y": 0.000205367396119982, + "U": 2.578383373474935e-07, + "K": 1.1890484756804653e-06, + "L": 2.9588177312689368e-06, + "G": 0.00013172153558116406, + "F": 0.0015679276548326015, + "E": 0.00029062293469905853, + "T": 0.0002525251475162804, + "P": 0.5521290898323059, + "-": 0.4444585144519806 + }, + "id": "tp_13899" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1737404, + "label": "-", + "classification": { + "B": 4.163142932611663e-07, + "S": 3.996148052465287e-07, + "I": 0.000420883996412158, + "C": 4.068052021466428e-06, + "R": 1.4144247870717663e-06, + "M": 0.00019468476239126176, + "O": 1.1951915439567529e-05, + "W": 2.0782499632332474e-07, + "N": 3.0694941415276844e-06, + "Y": 0.0027616729494184256, + "U": 1.564555063282569e-08, + "K": 5.241977873993164e-07, + "L": 6.317282554846315e-07, + "G": 0.0001632433122722432, + "F": 0.0011961203999817371, + "E": 0.00011699587048497051, + "T": 0.0006925604538992047, + "P": 0.03286108002066612, + "-": 0.9615700244903564 + }, + "id": "tp_13900" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1737504, + "label": "-", + "classification": { + "B": 3.4483066428947495e-06, + "S": 5.53210120415315e-05, + "I": 0.029213327914476395, + "C": 0.0006609081174246967, + "R": 0.0003565502120181918, + "M": 0.0008782869554124773, + "O": 0.0006839799461886287, + "W": 5.1331844588276e-05, + "N": 0.0014423870015889406, + "Y": 0.3534475862979889, + "U": 3.0393960059882374e-06, + "K": 0.0012412684736773372, + "L": 8.572695151087828e-06, + "G": 0.006950190756469965, + "F": 0.003963235300034285, + "E": 0.001521847560070455, + "T": 0.040924519300460815, + "P": 0.03032701276242733, + "-": 0.5282671451568604 + }, + "id": "tp_13901" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1737638, + "label": "-", + "classification": { + "B": 2.970862851725542e-06, + "S": 1.288925659537199e-07, + "I": 5.58424801511137e-07, + "C": 1.133969451672101e-08, + "R": 1.741441435498814e-09, + "M": 3.267444526500185e-06, + "O": 3.0420603707170812e-06, + "W": 1.357629120235515e-08, + "N": 1.8667845935738114e-08, + "Y": 4.920025730825728e-06, + "U": 3.002358361925417e-10, + "K": 1.974583274666486e-10, + "L": 1.747175701893866e-07, + "G": 8.472802619508002e-06, + "F": 0.00020797624893020838, + "E": 3.45739454132854e-06, + "T": 1.7808661141316406e-05, + "P": 0.06409673392772675, + "-": 0.9356504678726196 + }, + "id": "tp_13902" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1737771, + "label": "-", + "classification": { + "B": 3.501620540191652e-07, + "S": 7.695554415931838e-08, + "I": 2.9098140657879412e-05, + "C": 8.202421668102033e-06, + "R": 1.3524892210625694e-06, + "M": 5.973999122943496e-06, + "O": 4.152006567892386e-06, + "W": 9.259057520694114e-08, + "N": 9.974132808565628e-07, + "Y": 0.00021788627782370895, + "U": 1.3877478011181665e-07, + "K": 1.8433380546412081e-06, + "L": 2.479584964021342e-07, + "G": 8.847639401210472e-05, + "F": 0.0019801808521151543, + "E": 1.9830549717880785e-05, + "T": 0.00011714757420122623, + "P": 0.07115203142166138, + "-": 0.9263718128204346 + }, + "id": "tp_13903" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1737905, + "label": "-", + "classification": { + "B": 0.0018368375021964312, + "S": 0.002517455257475376, + "I": 0.007968285121023655, + "C": 0.010323681868612766, + "R": 0.002148194471374154, + "M": 0.01757613569498062, + "O": 0.003951672930270433, + "W": 0.0008164500468410552, + "N": 0.001779744983650744, + "Y": 0.07763797044754028, + "U": 0.0003533570561558008, + "K": 0.0027884761802852154, + "L": 0.00371967232786119, + "G": 0.07045961171388626, + "F": 0.20685690641403198, + "E": 0.023526901379227638, + "T": 0.03524838760495186, + "P": 0.06508041173219681, + "-": 0.4654098153114319 + }, + "id": "tp_13904" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1738005, + "label": "-", + "classification": { + "B": 6.17029172644834e-07, + "S": 1.446754822609364e-07, + "I": 1.698509367997758e-05, + "C": 2.0238767319824547e-06, + "R": 4.635681136733183e-07, + "M": 0.00012867269106209278, + "O": 9.301633326685987e-06, + "W": 1.280010479831617e-07, + "N": 5.00051612561947e-07, + "Y": 0.001300626783631742, + "U": 4.601586667263291e-08, + "K": 6.327131245598139e-07, + "L": 8.613600357421092e-07, + "G": 0.0002686017833184451, + "F": 0.0014452586183324456, + "E": 0.0001217879107571207, + "T": 0.00040249060839414597, + "P": 0.022371826693415642, + "-": 0.9739289879798889 + }, + "id": "tp_13905" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1738138, + "label": "-", + "classification": { + "B": 4.2280039025399674e-08, + "S": 1.8343442320656322e-08, + "I": 1.2480527402658481e-05, + "C": 2.6187888124695746e-06, + "R": 5.546062311623245e-07, + "M": 8.317050742334686e-06, + "O": 2.2442152385337977e-06, + "W": 3.296059247759331e-08, + "N": 2.1167134889310546e-07, + "Y": 0.0004450881970115006, + "U": 2.593133707762263e-08, + "K": 3.4602081200318935e-08, + "L": 3.15958970986685e-07, + "G": 4.856521627516486e-05, + "F": 0.0005608984502032399, + "E": 7.917022230685689e-06, + "T": 0.00014093182107899338, + "P": 0.04413912445306778, + "-": 0.9546306729316711 + }, + "id": "tp_13906" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1738272, + "label": "-", + "classification": { + "B": 1.910811306515825e-06, + "S": 2.7114938347949646e-06, + "I": 0.0008307610987685621, + "C": 0.00021822255803272128, + "R": 4.46092126367148e-05, + "M": 0.00027621796471066773, + "O": 6.925451452843845e-05, + "W": 5.6750936892058235e-06, + "N": 6.280561501625925e-05, + "Y": 0.008824273943901062, + "U": 4.58893282484496e-06, + "K": 0.0005793033051304519, + "L": 7.023032594588585e-06, + "G": 0.002050211653113365, + "F": 0.02176770567893982, + "E": 0.0014999611303210258, + "T": 0.0015220986679196358, + "P": 0.0688396692276001, + "-": 0.8933930397033691 + }, + "id": "tp_13907" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1738405, + "label": "-", + "classification": { + "B": 1.2253376553417183e-06, + "S": 3.841642239876819e-07, + "I": 1.1112000720459037e-05, + "C": 1.542502729989792e-07, + "R": 1.643410385554489e-08, + "M": 7.497429032810032e-05, + "O": 7.613844445586437e-06, + "W": 9.372558906761697e-08, + "N": 2.4641650497869705e-07, + "Y": 6.813069194322452e-05, + "U": 3.3135347798918247e-09, + "K": 7.277666025373719e-09, + "L": 4.2049063608828874e-07, + "G": 2.5704030122142285e-05, + "F": 0.0002758595801424235, + "E": 5.9160411183256656e-05, + "T": 9.210419375449419e-05, + "P": 0.06916543841362, + "-": 0.9302173256874084 + }, + "id": "tp_13908" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1738505, + "label": "-", + "classification": { + "B": 1.5384945299956598e-06, + "S": 2.51322080657701e-06, + "I": 3.054269836866297e-05, + "C": 1.3909454992244719e-06, + "R": 3.057408264339756e-07, + "M": 4.486613761400804e-05, + "O": 1.2453720955818426e-05, + "W": 8.014578156689822e-07, + "N": 2.180887349823024e-06, + "Y": 0.0004603875568136573, + "U": 4.2706862046770766e-08, + "K": 4.62656043964671e-06, + "L": 6.316022336250171e-07, + "G": 0.00012242072261869907, + "F": 0.00657950434833765, + "E": 0.0003192480362486094, + "T": 0.00019205651187803596, + "P": 0.062210239470005035, + "-": 0.9300143122673035 + }, + "id": "tp_13909" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1738639, + "label": "-", + "classification": { + "B": 3.950567133870209e-06, + "S": 7.774293044349179e-05, + "I": 0.0002952332724817097, + "C": 0.0015388410538434982, + "R": 0.00047152614570222795, + "M": 0.007322933059185743, + "O": 0.0010738442651927471, + "W": 2.1018624465796165e-05, + "N": 1.2427046385710128e-05, + "Y": 0.17114146053791046, + "U": 8.188790161511861e-07, + "K": 4.153262489126064e-05, + "L": 0.0005768205737695098, + "G": 0.0427447110414505, + "F": 0.05403826758265495, + "E": 0.00023366503592114896, + "T": 0.04696296527981758, + "P": 0.0014180943835526705, + "-": 0.672024130821228 + }, + "id": "tp_13910" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1738772, + "label": "-", + "classification": { + "B": 1.3524081410309918e-08, + "S": 2.462759596255637e-08, + "I": 0.00020890292944386601, + "C": 5.777300771114824e-07, + "R": 1.1493079909996595e-07, + "M": 4.581779649015516e-06, + "O": 8.204374921660929e-07, + "W": 2.5929550062642193e-08, + "N": 3.835407824226422e-06, + "Y": 0.00039902934804558754, + "U": 1.952939499005879e-08, + "K": 1.2556889714687713e-06, + "L": 2.5411008408582347e-08, + "G": 5.612790118902922e-05, + "F": 0.0005118708359077573, + "E": 0.00012517433788161725, + "T": 9.349107131129131e-05, + "P": 0.468321293592453, + "-": 0.5302728414535522 + }, + "id": "tp_13911" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1738906, + "label": "-", + "classification": { + "B": 0.0007141444948501885, + "S": 8.712407725397497e-05, + "I": 0.0002146777551388368, + "C": 0.0005653870175592601, + "R": 0.00014804933744017035, + "M": 0.0088508827611804, + "O": 0.0013076416216790676, + "W": 4.4948377762921154e-05, + "N": 1.1899803212145343e-05, + "Y": 0.010330691933631897, + "U": 6.3009206314745825e-06, + "K": 5.342154054233106e-06, + "L": 0.0011140325805172324, + "G": 0.01361705269664526, + "F": 0.02042071335017681, + "E": 0.0006235925247892737, + "T": 0.00503187533468008, + "P": 0.016222478821873665, + "-": 0.9206833243370056 + }, + "id": "tp_13912" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1739006, + "label": "-", + "classification": { + "B": 1.9339083792146994e-06, + "S": 7.540277238149429e-06, + "I": 0.0003102141199633479, + "C": 1.2167319255240727e-05, + "R": 4.872716999670956e-06, + "M": 0.00018958958389703184, + "O": 3.390005076653324e-05, + "W": 2.9026200536463875e-06, + "N": 1.91335566341877e-05, + "Y": 0.008074300363659859, + "U": 1.374564817524515e-06, + "K": 8.975063246907666e-05, + "L": 2.9604505016322946e-06, + "G": 0.0006704610423184931, + "F": 0.006367071997374296, + "E": 0.00027730801957659423, + "T": 0.0032906136475503445, + "P": 0.04530884325504303, + "-": 0.935335099697113 + }, + "id": "tp_13913" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1739139, + "label": "-", + "classification": { + "B": 1.2051918929500971e-05, + "S": 5.8415964304003865e-05, + "I": 0.00022209710732568055, + "C": 0.0005919046234339476, + "R": 0.00016321624570991844, + "M": 0.003511103568598628, + "O": 0.0005753557197749615, + "W": 2.64209920715075e-05, + "N": 2.7933714591199532e-05, + "Y": 0.08515191078186035, + "U": 3.652571876955335e-06, + "K": 0.0009864550083875656, + "L": 0.00018222854123450816, + "G": 0.035223767161369324, + "F": 0.07403821498155594, + "E": 0.001278337207622826, + "T": 0.018924033269286156, + "P": 0.007000565994530916, + "-": 0.7720223665237427 + }, + "id": "tp_13914" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1739273, + "label": "-", + "classification": { + "B": 8.406076403844054e-07, + "S": 1.715149409164951e-07, + "I": 0.00015174000873230398, + "C": 5.99521299591288e-05, + "R": 8.798045200819615e-06, + "M": 0.00014111187192611396, + "O": 1.4154687960399315e-05, + "W": 4.924740437672881e-07, + "N": 2.0807938199141063e-06, + "Y": 0.003644731128588319, + "U": 7.12518954060215e-07, + "K": 1.923001491377363e-06, + "L": 5.372497980715707e-06, + "G": 0.0008144233142957091, + "F": 0.0028394858818501234, + "E": 0.00016836824943311512, + "T": 0.0005830512964166701, + "P": 0.03936612978577614, + "-": 0.952196478843689 + }, + "id": "tp_13915" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1739406, + "label": "-", + "classification": { + "B": 8.73136377776973e-06, + "S": 1.8748221918940544e-05, + "I": 0.00025100543280132115, + "C": 0.00010181636025663465, + "R": 3.148233736283146e-05, + "M": 0.0009629580890759826, + "O": 0.00014282556367106736, + "W": 7.217585334728938e-06, + "N": 1.3883684005122632e-05, + "Y": 0.006715306080877781, + "U": 1.1396574564059847e-06, + "K": 1.781334140105173e-05, + "L": 2.813362516462803e-05, + "G": 0.0016172346659004688, + "F": 0.011446872726082802, + "E": 0.0007770441006869078, + "T": 0.0020811003632843494, + "P": 0.02681252732872963, + "-": 0.9489641785621643 + }, + "id": "tp_13916" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1739506, + "label": "-", + "classification": { + "B": 3.222575539751915e-09, + "S": 4.887913362949803e-08, + "I": 1.266372805730498e-06, + "C": 1.4460044894804014e-06, + "R": 1.337035229198591e-07, + "M": 9.209134987031575e-06, + "O": 1.8598964288685238e-06, + "W": 4.955652599392124e-08, + "N": 1.4815093152265035e-07, + "Y": 0.0011601562146097422, + "U": 8.62281002156351e-09, + "K": 6.762520933989435e-05, + "L": 9.251704824464468e-08, + "G": 0.00025606818962842226, + "F": 0.020302101969718933, + "E": 6.377883983077481e-05, + "T": 0.00014548987383022904, + "P": 0.005623993929475546, + "-": 0.9723666310310364 + }, + "id": "tp_13917" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1739640, + "label": "-", + "classification": { + "B": 1.8135745349923127e-08, + "S": 1.760474255263489e-08, + "I": 9.133896128332708e-06, + "C": 1.2155645663369796e-06, + "R": 1.3496152462266764e-07, + "M": 8.341615284734871e-06, + "O": 1.2812060958822258e-06, + "W": 3.8338342278620985e-08, + "N": 2.65629438445103e-07, + "Y": 0.00018659936904441565, + "U": 2.577441904350053e-08, + "K": 9.103966931434115e-07, + "L": 5.8560772231430747e-08, + "G": 2.0393981685629115e-05, + "F": 0.0007504444802179933, + "E": 1.8241409634356387e-05, + "T": 6.229628343135118e-05, + "P": 0.027870511636137962, + "-": 0.9710700511932373 + }, + "id": "tp_13918" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1739773, + "label": "-", + "classification": { + "B": 8.482680335930581e-09, + "S": 1.2978877528269095e-08, + "I": 0.00022483932843897492, + "C": 1.2538156397567946e-06, + "R": 1.1362100593714786e-07, + "M": 3.9302449295064434e-06, + "O": 7.576457505820144e-07, + "W": 2.481215055638586e-08, + "N": 2.5095750970649533e-06, + "Y": 5.935559966019355e-05, + "U": 2.252949826697659e-08, + "K": 5.04354140673513e-08, + "L": 4.363298344856048e-08, + "G": 6.257198037928902e-06, + "F": 7.711116631980985e-05, + "E": 3.573013236746192e-05, + "T": 9.579365723766387e-05, + "P": 0.4645777642726898, + "-": 0.5349144339561462 + }, + "id": "tp_13919" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1739907, + "label": "P", + "classification": { + "B": 1.107850948756095e-07, + "S": 6.838122068586472e-09, + "I": 0.00011431166058173403, + "C": 1.4474684917331615e-07, + "R": 1.1071183969590948e-08, + "M": 6.646160954915104e-07, + "O": 4.5099406520421326e-07, + "W": 1.3148158117815001e-08, + "N": 2.078444140352076e-06, + "Y": 6.0733023019565735e-06, + "U": 1.0595434751792254e-08, + "K": 3.1942001044171775e-08, + "L": 1.4178665352915232e-08, + "G": 3.751958047359949e-06, + "F": 2.0562278223223984e-05, + "E": 2.6547289962763898e-05, + "T": 9.205022251990158e-06, + "P": 0.8539760112762451, + "-": 0.14583997428417206 + }, + "id": "tp_13920" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1740007, + "label": "-", + "classification": { + "B": 5.8632944273995236e-05, + "S": 0.0003549075045157224, + "I": 0.026677418500185013, + "C": 0.0005093402578495443, + "R": 0.0001511034060968086, + "M": 0.004158337134867907, + "O": 0.0014828703133389354, + "W": 0.00016111094737425447, + "N": 0.002776096574962139, + "Y": 0.05490654706954956, + "U": 1.3723650226893369e-05, + "K": 0.000756870664190501, + "L": 8.701568003743887e-05, + "G": 0.007410690654069185, + "F": 0.012484759092330933, + "E": 0.012898172251880169, + "T": 0.01577129401266575, + "P": 0.3311363160610199, + "-": 0.5282048583030701 + }, + "id": "tp_13921" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1740140, + "label": "-", + "classification": { + "B": 1.1852744137286209e-06, + "S": 3.3918755804052125e-08, + "I": 2.8040090910508297e-05, + "C": 6.203311500030395e-07, + "R": 9.295915504026198e-08, + "M": 1.50337918967125e-05, + "O": 4.608677045325749e-06, + "W": 5.544527681422551e-08, + "N": 2.19773113485644e-07, + "Y": 4.069632268510759e-05, + "U": 6.979054667510809e-09, + "K": 9.359228059224733e-09, + "L": 6.873482902847172e-07, + "G": 6.252912862692028e-05, + "F": 0.00021969339286442846, + "E": 1.6053894796641544e-05, + "T": 6.751024193363264e-05, + "P": 0.10188505053520203, + "-": 0.8976579308509827 + }, + "id": "tp_13922" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1740274, + "label": "P", + "classification": { + "B": 5.012805559090339e-06, + "S": 1.6958690594037762e-06, + "I": 0.00030088063795119524, + "C": 1.2500513548729941e-06, + "R": 5.562134788306139e-07, + "M": 2.2056807210901752e-05, + "O": 2.459256211295724e-05, + "W": 7.863835094212845e-07, + "N": 7.786652531649452e-06, + "Y": 0.00010998647485394031, + "U": 1.470731376684853e-07, + "K": 1.2976689944821374e-08, + "L": 4.203537628200138e-06, + "G": 7.240326522151008e-05, + "F": 0.0002588407078292221, + "E": 3.423504676902667e-05, + "T": 0.00039760605432093143, + "P": 0.5806580781936646, + "-": 0.41809993982315063 + }, + "id": "tp_13923" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1740407, + "label": "-", + "classification": { + "B": 3.577833922463469e-05, + "S": 2.9000306312809698e-05, + "I": 0.002995213959366083, + "C": 0.0003816869284491986, + "R": 0.0003365891461726278, + "M": 0.002074882388114929, + "O": 0.0007442562491632998, + "W": 3.739320891327225e-05, + "N": 0.00013823903282172978, + "Y": 0.01155207771807909, + "U": 1.5755002095829695e-05, + "K": 5.264522314973874e-06, + "L": 0.00020072748884558678, + "G": 0.002674262970685959, + "F": 0.00399059010669589, + "E": 0.00026144919684156775, + "T": 0.018481532111763954, + "P": 0.12195918709039688, + "-": 0.8340861797332764 + }, + "id": "tp_13924" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1740507, + "label": "-", + "classification": { + "B": 2.864184889261878e-09, + "S": 1.6695439697400616e-08, + "I": 1.9898239770554937e-05, + "C": 4.128377497636393e-07, + "R": 3.862499653450868e-08, + "M": 1.7954682334675454e-05, + "O": 1.3718790796701796e-06, + "W": 1.5054760993393757e-08, + "N": 2.3131237014695216e-07, + "Y": 0.0003827053587883711, + "U": 3.362613743007614e-09, + "K": 4.206698278608201e-08, + "L": 2.9458762540457428e-08, + "G": 7.487866696465062e-06, + "F": 5.279253673506901e-05, + "E": 1.0191348337684758e-05, + "T": 0.00031912754639051855, + "P": 0.015359102748334408, + "-": 0.9838285446166992 + }, + "id": "tp_13925" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1740641, + "label": "-", + "classification": { + "B": 1.3281420478961081e-06, + "S": 1.709119487713906e-06, + "I": 0.0002801035880111158, + "C": 3.7434292607940733e-05, + "R": 8.02088288764935e-06, + "M": 0.0003909940423909575, + "O": 5.905083889956586e-05, + "W": 1.5249866009980906e-06, + "N": 1.1098276445409283e-05, + "Y": 0.001910740160383284, + "U": 1.2143767662564642e-06, + "K": 2.796194394250051e-06, + "L": 7.391001418000087e-06, + "G": 0.000290561409201473, + "F": 0.0006930931704118848, + "E": 9.961470641428605e-05, + "T": 0.003167160553857684, + "P": 0.04442306235432625, + "-": 0.948613166809082 + }, + "id": "tp_13926" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1740774, + "label": "-", + "classification": { + "B": 4.013140278402716e-05, + "S": 2.1512485545827076e-05, + "I": 0.02875746227800846, + "C": 0.0023849401623010635, + "R": 0.0007986457785591483, + "M": 0.0031601891387254, + "O": 0.0008340862696059048, + "W": 0.00010302454029442742, + "N": 0.0011253257980570197, + "Y": 0.034100063145160675, + "U": 6.640976062044501e-05, + "K": 0.00039006402948871255, + "L": 0.00010092872980749235, + "G": 0.007573987822979689, + "F": 0.004008588846772909, + "E": 0.005054878070950508, + "T": 0.018724698573350906, + "P": 0.1563396006822586, + "-": 0.7364153265953064 + }, + "id": "tp_13927" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1740908, + "label": "-", + "classification": { + "B": 3.713098806201742e-08, + "S": 3.3137721455744895e-09, + "I": 2.069990159725421e-06, + "C": 3.009749320881383e-07, + "R": 7.346401709185102e-09, + "M": 2.5078838916670065e-06, + "O": 2.347937027025182e-07, + "W": 4.242067142001815e-09, + "N": 3.5764891492817696e-08, + "Y": 0.0001256059913430363, + "U": 5.728557628259523e-09, + "K": 4.6028873157411e-08, + "L": 1.433537999417922e-08, + "G": 1.0212644156126771e-05, + "F": 8.640029409434646e-05, + "E": 5.919724117120495e-06, + "T": 3.634468885138631e-05, + "P": 0.04670923203229904, + "-": 0.9530209898948669 + }, + "id": "tp_13928" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1741008, + "label": "-", + "classification": { + "B": 1.2764238817908335e-05, + "S": 6.3771217355679255e-06, + "I": 0.00016563085955567658, + "C": 1.0049406228063162e-05, + "R": 1.953602804860566e-06, + "M": 0.00011268694652244449, + "O": 6.6790082200896e-05, + "W": 5.454942765936721e-06, + "N": 2.5542833100189455e-05, + "Y": 0.0008299123146571219, + "U": 1.8692840058065485e-06, + "K": 0.00012003221490886062, + "L": 4.284742317395285e-06, + "G": 0.0005953712970949709, + "F": 0.01334382127970457, + "E": 0.0016818414442241192, + "T": 0.000558803032618016, + "P": 0.17421650886535645, + "-": 0.8082403540611267 + }, + "id": "tp_13929" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1741141, + "label": "-", + "classification": { + "B": 4.782927135238424e-05, + "S": 1.5656425603083335e-05, + "I": 0.002039556857198477, + "C": 0.0005723865469917655, + "R": 6.018560816301033e-05, + "M": 0.0014433048199862242, + "O": 0.000295604724669829, + "W": 3.508510417304933e-05, + "N": 0.00020238703291397542, + "Y": 0.002333003096282482, + "U": 2.7183279598830268e-05, + "K": 0.0002090244524879381, + "L": 4.2632022086763754e-05, + "G": 0.001455672550946474, + "F": 0.002892045071348548, + "E": 0.0023641150910407305, + "T": 0.004019930958747864, + "P": 0.16979844868183136, + "-": 0.812146008014679 + }, + "id": "tp_13930" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1741275, + "label": "-", + "classification": { + "B": 9.576158845447935e-06, + "S": 1.687077383394353e-05, + "I": 0.001428847317583859, + "C": 0.00012628005060832947, + "R": 7.604531856486574e-05, + "M": 0.0003967122465837747, + "O": 0.0002091127826133743, + "W": 2.4055732865235768e-05, + "N": 8.753547444939613e-05, + "Y": 0.004956340882927179, + "U": 1.1360522876202594e-05, + "K": 0.0002531787904445082, + "L": 2.1442185243358836e-05, + "G": 0.001519120647571981, + "F": 0.014594200998544693, + "E": 0.00126623862888664, + "T": 0.002098114462569356, + "P": 0.10441594570875168, + "-": 0.8684889674186707 + }, + "id": "tp_13931" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1741408, + "label": "-", + "classification": { + "B": 1.3943623343948275e-05, + "S": 1.1292515409877524e-05, + "I": 0.0016876236768439412, + "C": 0.0013837753795087337, + "R": 0.00026922125834971666, + "M": 0.0006319418316707015, + "O": 0.00030584834166802466, + "W": 3.0171326216077432e-05, + "N": 0.00013419461902230978, + "Y": 0.008594195358455181, + "U": 3.9274567825486884e-05, + "K": 0.0003361765993759036, + "L": 3.964111965615302e-05, + "G": 0.0021383536513894796, + "F": 0.0060380129143595695, + "E": 0.0011693635024130344, + "T": 0.0032801039051264524, + "P": 0.04377242922782898, + "-": 0.9301244020462036 + }, + "id": "tp_13932" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1741508, + "label": "-", + "classification": { + "B": 9.603869557395228e-07, + "S": 1.5794830687809736e-06, + "I": 0.0005047647864557803, + "C": 2.7761469027609564e-05, + "R": 1.8836550225387327e-05, + "M": 0.00020061360555700958, + "O": 5.033006164012477e-05, + "W": 3.165225052725873e-06, + "N": 2.1042989828856662e-05, + "Y": 0.008339937776327133, + "U": 1.5384762264147867e-06, + "K": 3.61664715455845e-05, + "L": 2.5142935555777512e-06, + "G": 0.0004968730499967933, + "F": 0.0014859311049804091, + "E": 0.0002508590987417847, + "T": 0.002794471103698015, + "P": 0.047919899225234985, + "-": 0.9378427863121033 + }, + "id": "tp_13933" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1741642, + "label": "-", + "classification": { + "B": 1.9063199943047948e-06, + "S": 3.8519006011483725e-06, + "I": 0.0004377759469207376, + "C": 5.40044202352874e-05, + "R": 1.8146214642911218e-05, + "M": 0.00020253058755770326, + "O": 7.678240217501298e-05, + "W": 8.00154339231085e-06, + "N": 5.120706555317156e-05, + "Y": 0.00402270769700408, + "U": 4.939649898005882e-06, + "K": 0.0005489322356879711, + "L": 4.3801624087791424e-06, + "G": 0.0006818960537202656, + "F": 0.01762097328901291, + "E": 0.0008159670978784561, + "T": 0.0011525063309818506, + "P": 0.0711892619729042, + "-": 0.9031041860580444 + }, + "id": "tp_13934" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1741775, + "label": "-", + "classification": { + "B": 1.732608325255569e-06, + "S": 2.1621829660034564e-07, + "I": 2.004926500376314e-05, + "C": 1.2373116078379098e-06, + "R": 7.61053158271352e-08, + "M": 4.6320041292347014e-05, + "O": 7.97690972831333e-06, + "W": 1.7627021975386015e-07, + "N": 8.764201879785105e-07, + "Y": 0.00012258738570380956, + "U": 3.061875730736574e-08, + "K": 1.4172762519137905e-07, + "L": 3.575480036488443e-07, + "G": 3.554259455995634e-05, + "F": 0.00019182836695108563, + "E": 0.00011278374586254358, + "T": 0.0001412777928635478, + "P": 0.08635269850492477, + "-": 0.9129639863967896 + }, + "id": "tp_13935" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1741875, + "label": "-", + "classification": { + "B": 0.0002669317473191768, + "S": 0.0006092988769523799, + "I": 0.021545426920056343, + "C": 0.0008798375492915511, + "R": 0.00036920810816809535, + "M": 0.01293034479022026, + "O": 0.003535106312483549, + "W": 0.0003957330482080579, + "N": 0.002288439543917775, + "Y": 0.032922279089689255, + "U": 8.138951670844108e-05, + "K": 0.0005035619251430035, + "L": 0.0003462542954366654, + "G": 0.005944907199591398, + "F": 0.0075338464230299, + "E": 0.004981884267181158, + "T": 0.042629312723875046, + "P": 0.18100619316101074, + "-": 0.6812299489974976 + }, + "id": "tp_13936" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1742009, + "label": "-", + "classification": { + "B": 1.8111713870894164e-05, + "S": 1.3663228855875786e-05, + "I": 0.0005132628721185029, + "C": 4.730969885713421e-05, + "R": 1.0785869562823791e-05, + "M": 0.0002004534617299214, + "O": 0.00014939316315576434, + "W": 1.5686046026530676e-05, + "N": 5.6760109146125615e-05, + "Y": 0.0015477578854188323, + "U": 8.27454641694203e-06, + "K": 5.939446418778971e-05, + "L": 9.556790246278979e-06, + "G": 0.0004482793156057596, + "F": 0.0013900460908189416, + "E": 0.00035575966467149556, + "T": 0.001917667337693274, + "P": 0.12741580605506897, + "-": 0.8658219575881958 + }, + "id": "tp_13937" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1742142, + "label": "-", + "classification": { + "B": 5.322430297383107e-06, + "S": 1.657904613239225e-05, + "I": 0.0001080800939234905, + "C": 1.3626656254928093e-05, + "R": 4.889533556706738e-06, + "M": 0.0013384176418185234, + "O": 9.156321175396442e-05, + "W": 4.3861941776413005e-06, + "N": 1.1927324521820992e-05, + "Y": 0.00588097283616662, + "U": 4.073101820267766e-07, + "K": 6.513524567708373e-05, + "L": 5.703015631297603e-06, + "G": 0.0007376068388111889, + "F": 0.014398920349776745, + "E": 0.0008028855081647635, + "T": 0.0021682181395590305, + "P": 0.021387500688433647, + "-": 0.9529579877853394 + }, + "id": "tp_13938" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1742276, + "label": "-", + "classification": { + "B": 5.823586252517998e-05, + "S": 3.24236953019863e-06, + "I": 0.0003186175017617643, + "C": 1.7394168025930412e-05, + "R": 5.8862819969363045e-06, + "M": 0.00014478816592600197, + "O": 0.00020407346892170608, + "W": 3.753861165023409e-06, + "N": 6.8418630689848214e-06, + "Y": 0.0002415142662357539, + "U": 3.830037371699291e-07, + "K": 6.722472534193003e-08, + "L": 3.9681533962721005e-05, + "G": 0.0006622178480029106, + "F": 0.0005224624765105546, + "E": 9.750458411872387e-05, + "T": 0.0004337772843427956, + "P": 0.12121797353029251, + "-": 0.8760216236114502 + }, + "id": "tp_13939" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1742376, + "label": "-", + "classification": { + "B": 3.52974782735771e-09, + "S": 2.2354013751169077e-08, + "I": 1.61917123477906e-05, + "C": 2.8084954806217866e-07, + "R": 6.107836014734858e-08, + "M": 1.2024486295558745e-06, + "O": 8.787700949142163e-07, + "W": 2.0981275383746834e-08, + "N": 4.902902901449124e-07, + "Y": 0.00013197287626098841, + "U": 1.033776619863147e-08, + "K": 1.1296879875999366e-07, + "L": 1.9179390520207562e-08, + "G": 3.8697280615451746e-06, + "F": 0.00021611755073536187, + "E": 3.936605480703292e-06, + "T": 0.0001516793854534626, + "P": 0.07143966108560562, + "-": 0.9280335903167725 + }, + "id": "tp_13940" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1742509, + "label": "-", + "classification": { + "B": 0.0003905262565240264, + "S": 0.0003317504597362131, + "I": 0.04786839708685875, + "C": 0.007032027468085289, + "R": 0.000944156083278358, + "M": 0.007197619881480932, + "O": 0.001596790854819119, + "W": 0.00026953170890919864, + "N": 0.003514253767207265, + "Y": 0.04471706598997116, + "U": 0.0002163953031413257, + "K": 0.0010898959590122104, + "L": 0.0004387483058962971, + "G": 0.010983651503920555, + "F": 0.013672937639057636, + "E": 0.019173702225089073, + "T": 0.015297320671379566, + "P": 0.2903946340084076, + "-": 0.5348705053329468 + }, + "id": "tp_13941" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1742643, + "label": "-", + "classification": { + "B": 1.5463772797374986e-05, + "S": 8.082830390776508e-06, + "I": 0.000477111287182197, + "C": 1.6453221178380772e-05, + "R": 1.0902932444878388e-05, + "M": 0.00022698634711559862, + "O": 0.0001454369048587978, + "W": 1.0973867574648466e-05, + "N": 2.7308002245263197e-05, + "Y": 0.0012717193458229303, + "U": 3.6638543861045036e-06, + "K": 6.366705747495871e-06, + "L": 2.0837334886891767e-05, + "G": 0.0003091769467573613, + "F": 0.0022455831058323383, + "E": 0.00016588077414780855, + "T": 0.0029069525189697742, + "P": 0.1839231550693512, + "-": 0.8082079887390137 + }, + "id": "tp_13942" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1742776, + "label": "-", + "classification": { + "B": 1.8106275092577562e-05, + "S": 8.456989917249302e-07, + "I": 0.00010250696504954249, + "C": 9.89383079286199e-06, + "R": 6.700386165903183e-07, + "M": 0.00016655684157740325, + "O": 2.883177512558177e-05, + "W": 6.773616405553184e-07, + "N": 1.9564681679185014e-06, + "Y": 0.0003541226906236261, + "U": 1.3514895158550644e-07, + "K": 4.191728919522575e-08, + "L": 8.641840395284817e-06, + "G": 0.00023487831640522927, + "F": 0.0012316530337557197, + "E": 0.000190376493264921, + "T": 0.0002548836055211723, + "P": 0.1792002022266388, + "-": 0.8181950449943542 + }, + "id": "tp_13943" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1742876, + "label": "-", + "classification": { + "B": 9.743830742081627e-05, + "S": 2.2901760530658066e-05, + "I": 0.00020176192629151046, + "C": 1.4961628039600328e-05, + "R": 2.681863179532229e-06, + "M": 0.0003464018809609115, + "O": 0.00010978459613397717, + "W": 9.621429853723384e-06, + "N": 2.7106892957817763e-05, + "Y": 0.0009710541926324368, + "U": 1.896772005238745e-06, + "K": 1.6165347915375605e-05, + "L": 1.3030177797190845e-05, + "G": 0.0007863086648285389, + "F": 0.007046157028526068, + "E": 0.0015104253543540835, + "T": 0.0009577861637808383, + "P": 0.30875614285469055, + "-": 0.6791083812713623 + }, + "id": "tp_13944" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1743010, + "label": "-", + "classification": { + "B": 0.035550929605960846, + "S": 0.002787515288218856, + "I": 0.0059102317318320274, + "C": 0.0027186484076082706, + "R": 0.0010056289611384273, + "M": 0.018907224759459496, + "O": 0.008327318355441093, + "W": 0.0011428483994677663, + "N": 0.001173070166260004, + "Y": 0.017037512734532356, + "U": 0.00024784848210401833, + "K": 0.0003194075252395123, + "L": 0.0065744658932089806, + "G": 0.04998551309108734, + "F": 0.06044965237379074, + "E": 0.021570036187767982, + "T": 0.013959093950688839, + "P": 0.14301089942455292, + "-": 0.609322190284729 + }, + "id": "tp_13945" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1743143, + "label": "-", + "classification": { + "B": 0.0003951250691898167, + "S": 3.67828288290184e-05, + "I": 0.00036603122134692967, + "C": 6.211724394233897e-05, + "R": 1.907605656015221e-05, + "M": 0.001767322770319879, + "O": 0.00037674777559004724, + "W": 1.5954412447172217e-05, + "N": 2.985681021527853e-05, + "Y": 0.003436983097344637, + "U": 3.6295659811003134e-06, + "K": 1.3659382602781989e-05, + "L": 9.820678678806871e-05, + "G": 0.0061720432713627815, + "F": 0.012958500534296036, + "E": 0.002006115159019828, + "T": 0.002624544547870755, + "P": 0.1219230368733406, + "-": 0.8476942777633667 + }, + "id": "tp_13946" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1743277, + "label": "-", + "classification": { + "B": 3.6531835334585594e-09, + "S": 1.1387796261530525e-09, + "I": 7.515742254327051e-06, + "C": 1.3605681203898712e-07, + "R": 1.9652238947287515e-08, + "M": 3.3567872037565394e-07, + "O": 2.3427580231327738e-07, + "W": 5.0717492428020705e-09, + "N": 1.0042174380942015e-07, + "Y": 6.211692380020395e-05, + "U": 5.890226528748599e-09, + "K": 1.271732799068559e-07, + "L": 4.952835475080519e-09, + "G": 6.097292043705238e-06, + "F": 0.00015674530004616827, + "E": 4.276851541362703e-06, + "T": 1.4911172911524773e-05, + "P": 0.10732555389404297, + "-": 0.8924217224121094 + }, + "id": "tp_13947" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1743377, + "label": "-", + "classification": { + "B": 3.8999442608655954e-07, + "S": 1.503410373970837e-07, + "I": 0.0006229440332390368, + "C": 2.136396142304875e-05, + "R": 1.3485902172760689e-06, + "M": 4.100634760106914e-05, + "O": 7.240134891617345e-06, + "W": 6.83746463892021e-07, + "N": 1.7350268535665236e-05, + "Y": 0.0003859848075080663, + "U": 4.919921252621862e-07, + "K": 2.5067392925848253e-05, + "L": 1.9574575560454832e-07, + "G": 9.212746954290196e-05, + "F": 0.0004901381325908005, + "E": 0.0014148714253678918, + "T": 0.00014562044816557318, + "P": 0.18892312049865723, + "-": 0.8078099489212036 + }, + "id": "tp_13948" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1743510, + "label": "-", + "classification": { + "B": 8.444443437838345e-07, + "S": 1.4108769619269879e-07, + "I": 0.0001651309139560908, + "C": 1.9861920009134337e-05, + "R": 1.0128829899258562e-06, + "M": 6.315446808002889e-05, + "O": 5.74554587728926e-06, + "W": 1.8026162251771893e-07, + "N": 4.660088052332867e-06, + "Y": 0.0006300354143604636, + "U": 3.063623523757997e-07, + "K": 1.1184024515387136e-05, + "L": 6.653794457633921e-07, + "G": 0.0002830176381394267, + "F": 0.002248783828690648, + "E": 0.0009574993746355176, + "T": 0.00022850021196063608, + "P": 0.1224484071135521, + "-": 0.8729308843612671 + }, + "id": "tp_13949" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1743644, + "label": "P", + "classification": { + "B": 0.0024622611235827208, + "S": 0.0011194994440302253, + "I": 0.08102717250585556, + "C": 0.005946217570453882, + "R": 0.0016543763922527432, + "M": 0.01270278450101614, + "O": 0.006044734735041857, + "W": 0.0014403123641386628, + "N": 0.008222919888794422, + "Y": 0.04965515434741974, + "U": 0.0005046140286140144, + "K": 0.00044044770766049623, + "L": 0.001932128332555294, + "G": 0.01837625354528427, + "F": 0.007768281735479832, + "E": 0.0221871230751276, + "T": 0.03312717005610466, + "P": 0.3900175392627716, + "-": 0.35537096858024597 + }, + "id": "tp_13950" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1743777, + "label": "-", + "classification": { + "B": 4.156311206315877e-06, + "S": 2.3678889192524366e-05, + "I": 0.11261183768510818, + "C": 0.00019591933232732117, + "R": 8.096313831629232e-05, + "M": 0.0008864091942086816, + "O": 0.0003220382204744965, + "W": 3.354253203724511e-05, + "N": 0.003970288671553135, + "Y": 0.21924597024917603, + "U": 1.677092996033025e-06, + "K": 0.004024958238005638, + "L": 3.3668079595372546e-06, + "G": 0.014794248156249523, + "F": 0.005182217340916395, + "E": 0.014833692461252213, + "T": 0.031168490648269653, + "P": 0.1307046115398407, + "-": 0.46191197633743286 + }, + "id": "tp_13951" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1743877, + "label": "-", + "classification": { + "B": 1.6723522122674694e-08, + "S": 1.7461762036319328e-09, + "I": 4.2941637730109505e-06, + "C": 3.2220881962530257e-07, + "R": 9.522254096339111e-09, + "M": 2.006097702178522e-06, + "O": 2.442228606014396e-07, + "W": 3.5077685200946007e-09, + "N": 6.928772933179062e-08, + "Y": 5.892333501833491e-05, + "U": 2.9868325590598488e-09, + "K": 6.589039003301878e-07, + "L": 4.756005811401565e-09, + "G": 1.4139173799776472e-05, + "F": 0.00028393790125846863, + "E": 4.8600144509691745e-05, + "T": 8.491934750054497e-06, + "P": 0.03665164113044739, + "-": 0.9629265666007996 + }, + "id": "tp_13952" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1744011, + "label": "-", + "classification": { + "B": 3.3735652493760426e-08, + "S": 7.468766227702872e-08, + "I": 7.719535642536357e-05, + "C": 2.496335127943894e-06, + "R": 4.5465799303201493e-07, + "M": 4.691854883276392e-06, + "O": 2.8522665616037557e-06, + "W": 2.044736078232745e-07, + "N": 4.336005076766014e-06, + "Y": 0.00022781125153414905, + "U": 9.228555342133404e-08, + "K": 1.771927418303676e-05, + "L": 4.863626301698787e-08, + "G": 2.1507268684217706e-05, + "F": 0.0030350307933986187, + "E": 0.00017625543114263564, + "T": 7.098945934558287e-05, + "P": 0.12064922600984573, + "-": 0.8757088780403137 + }, + "id": "tp_13953" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1744144, + "label": "-", + "classification": { + "B": 4.0072227420751005e-06, + "S": 4.09081792440702e-07, + "I": 2.9790442567900755e-05, + "C": 5.128345037519466e-07, + "R": 1.9193659284155729e-07, + "M": 1.794926356524229e-05, + "O": 2.4441886125714518e-05, + "W": 5.593021228378348e-07, + "N": 7.161200414884661e-07, + "Y": 0.00010548935097176582, + "U": 3.3941947918947335e-08, + "K": 1.8508483634605e-08, + "L": 1.4206667628968717e-06, + "G": 4.384510975796729e-05, + "F": 0.00024068355560302734, + "E": 1.27998737298185e-05, + "T": 0.00016032674466259778, + "P": 0.08418911695480347, + "-": 0.9151676893234253 + }, + "id": "tp_13954" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1744278, + "label": "-", + "classification": { + "B": 2.422252691758331e-05, + "S": 5.48352090845583e-06, + "I": 0.00045130314538255334, + "C": 3.158441904815845e-05, + "R": 5.227604560786858e-06, + "M": 0.00020270813547540456, + "O": 9.199487249134108e-05, + "W": 3.838024895230774e-06, + "N": 2.4902215955080464e-05, + "Y": 0.0014937961241230369, + "U": 1.9468943719402887e-06, + "K": 6.941168066987302e-06, + "L": 1.6325386241078377e-05, + "G": 0.0013906029053032398, + "F": 0.004697863943874836, + "E": 0.0007932825246825814, + "T": 0.0010236441157758236, + "P": 0.16331499814987183, + "-": 0.8264192342758179 + }, + "id": "tp_13955" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1744378, + "label": "-", + "classification": { + "B": 6.76340548011467e-08, + "S": 7.087971098940216e-09, + "I": 2.3730121029075235e-05, + "C": 9.69977946851941e-08, + "R": 8.019553021654247e-09, + "M": 4.55933832199662e-06, + "O": 4.0397176803708135e-07, + "W": 3.861867270416042e-09, + "N": 3.112567128482624e-07, + "Y": 0.00010903838119702414, + "U": 2.482144267901276e-09, + "K": 6.595362123107407e-08, + "L": 2.2260760346171082e-08, + "G": 5.637615322484635e-05, + "F": 0.00024994101841002703, + "E": 0.00016675896767992526, + "T": 4.0866587369237095e-05, + "P": 0.20229938626289368, + "-": 0.7970483899116516 + }, + "id": "tp_13956" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1744511, + "label": "-", + "classification": { + "B": 0.004129511304199696, + "S": 0.000993792898952961, + "I": 0.0373925045132637, + "C": 0.021706074476242065, + "R": 0.005038372706621885, + "M": 0.027079854160547256, + "O": 0.009314418770372868, + "W": 0.0013906907988712192, + "N": 0.005012537818402052, + "Y": 0.07226264476776123, + "U": 0.0011394391767680645, + "K": 0.0016785687766969204, + "L": 0.00447692209854722, + "G": 0.047743670642375946, + "F": 0.027059201151132584, + "E": 0.030437663197517395, + "T": 0.03330492228269577, + "P": 0.12239857763051987, + "-": 0.5474406480789185 + }, + "id": "tp_13957" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1744645, + "label": "-", + "classification": { + "B": 5.678035904566059e-06, + "S": 7.479484793293523e-06, + "I": 0.0008606199407950044, + "C": 0.00043073511915281415, + "R": 0.00012457321281544864, + "M": 0.0003759791434276849, + "O": 0.00017196712724398822, + "W": 1.3381660210143309e-05, + "N": 6.75215560477227e-05, + "Y": 0.004911696072667837, + "U": 2.1950369045953266e-05, + "K": 0.00029580737464129925, + "L": 2.372696872043889e-05, + "G": 0.0012870552018284798, + "F": 0.008352380245923996, + "E": 0.0004210688639432192, + "T": 0.002190886763855815, + "P": 0.06258992850780487, + "-": 0.9178475737571716 + }, + "id": "tp_13958" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1744778, + "label": "-", + "classification": { + "B": 2.116633481819008e-07, + "S": 6.025726975167345e-07, + "I": 0.00014807668048888445, + "C": 6.065118668630021e-06, + "R": 7.748313919364591e-07, + "M": 2.5470553737250157e-05, + "O": 6.857516837044386e-06, + "W": 1.4637693084296188e-06, + "N": 1.6161915482371114e-05, + "Y": 0.005221152678132057, + "U": 2.56789405739255e-07, + "K": 0.002599953440949321, + "L": 1.5872593905896792e-07, + "G": 0.0006933201802894473, + "F": 0.014261992648243904, + "E": 0.004816544707864523, + "T": 0.0004097601631656289, + "P": 0.06619595736265182, + "-": 0.9055951833724976 + }, + "id": "tp_13959" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1744878, + "label": "-", + "classification": { + "B": 1.1083760909968987e-05, + "S": 2.1119581106177066e-06, + "I": 0.004893347155302763, + "C": 0.00019107248226646334, + "R": 3.0939074349589646e-05, + "M": 0.0005880609969608486, + "O": 4.647872628993355e-05, + "W": 2.483769549144199e-06, + "N": 5.108716868562624e-05, + "Y": 0.006774372421205044, + "U": 2.4393484636675566e-06, + "K": 1.2295913620619103e-06, + "L": 2.3320742911892012e-05, + "G": 0.0010485165985301137, + "F": 0.001613884698599577, + "E": 0.0007913686567917466, + "T": 0.003649736987426877, + "P": 0.23668867349624634, + "-": 0.7435898184776306 + }, + "id": "tp_13960" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1745012, + "label": "-", + "classification": { + "B": 1.6153093383763917e-05, + "S": 7.592562906211242e-05, + "I": 0.0018621280323714018, + "C": 0.00020823262457270175, + "R": 0.00010196683433605358, + "M": 0.0012688925489783287, + "O": 0.000414944690419361, + "W": 7.290493522305042e-05, + "N": 0.00025515168090350926, + "Y": 0.03162281587719917, + "U": 1.5840723790461197e-05, + "K": 0.001640818896703422, + "L": 3.003024175995961e-05, + "G": 0.0035253451205790043, + "F": 0.034105416387319565, + "E": 0.002164966193959117, + "T": 0.0109926862642169, + "P": 0.07158225029706955, + "-": 0.8400436043739319 + }, + "id": "tp_13961" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1745145, + "label": "P", + "classification": { + "B": 5.3255924285622314e-05, + "S": 8.237374458985869e-06, + "I": 0.014253290370106697, + "C": 0.0014365407405421138, + "R": 0.00022097589680925012, + "M": 0.0008960540872067213, + "O": 0.0003036470734514296, + "W": 3.119619577773847e-05, + "N": 0.000541387649718672, + "Y": 0.003532919567078352, + "U": 3.383519651833922e-05, + "K": 1.1967057616857346e-05, + "L": 8.894616621546447e-05, + "G": 0.0019756092224270105, + "F": 0.0013498752377927303, + "E": 0.00297482218593359, + "T": 0.0024287793785333633, + "P": 0.4933190941810608, + "-": 0.4765395522117615 + }, + "id": "tp_13962" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1745279, + "label": "P", + "classification": { + "B": 2.762934627753566e-06, + "S": 8.399993930652272e-06, + "I": 0.004038285464048386, + "C": 7.797505531925708e-05, + "R": 9.843710358836688e-06, + "M": 0.00015645682287868112, + "O": 6.191726424731314e-05, + "W": 1.1894442650373094e-05, + "N": 0.0004369820235297084, + "Y": 0.0009433358209207654, + "U": 4.352974428911693e-06, + "K": 0.0004899411578662694, + "L": 3.869404736178694e-06, + "G": 0.0007387265795841813, + "F": 0.00820970255881548, + "E": 0.01040932908654213, + "T": 0.0008379959035664797, + "P": 0.557044267654419, + "-": 0.41651394963264465 + }, + "id": "tp_13963" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1745379, + "label": "P", + "classification": { + "B": 0.0002107150648953393, + "S": 8.287039236165583e-05, + "I": 0.0808577686548233, + "C": 0.002318813232704997, + "R": 0.0005416174535639584, + "M": 0.0040002563036978245, + "O": 0.0006952569237910211, + "W": 0.00011987573816441, + "N": 0.004318376071751118, + "Y": 0.03352166712284088, + "U": 0.0001589472813066095, + "K": 0.0005233715055510402, + "L": 0.0002506701566744596, + "G": 0.007636789698153734, + "F": 0.0071569099090993404, + "E": 0.018636565655469894, + "T": 0.009945922531187534, + "P": 0.4675132632255554, + "-": 0.36151042580604553 + }, + "id": "tp_13964" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1745512, + "label": "-", + "classification": { + "B": 1.2470430874600424e-06, + "S": 2.7667903168548946e-07, + "I": 0.0003470264782663435, + "C": 1.3879510333936196e-05, + "R": 1.9782307845161995e-06, + "M": 7.921156793599948e-05, + "O": 1.1343108781147748e-05, + "W": 3.1564965752295393e-07, + "N": 6.411393314920133e-06, + "Y": 0.000549685733858496, + "U": 3.303238713669998e-07, + "K": 1.0260206408929662e-06, + "L": 2.695676585062756e-06, + "G": 0.00043221807572990656, + "F": 0.002839472843334079, + "E": 0.0005118828848935664, + "T": 0.00043769532931037247, + "P": 0.2010224163532257, + "-": 0.7937408685684204 + }, + "id": "tp_13965" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1745646, + "label": "-", + "classification": { + "B": 0.0021065345499664545, + "S": 0.001868997816927731, + "I": 0.012796411290764809, + "C": 0.008546687662601471, + "R": 0.00299187283962965, + "M": 0.008985893800854683, + "O": 0.005272381938993931, + "W": 0.0027577043510973454, + "N": 0.006482135038822889, + "Y": 0.036001771688461304, + "U": 0.0024295307230204344, + "K": 0.06549923866987228, + "L": 0.0018115113489329815, + "G": 0.03531745448708534, + "F": 0.120642751455307, + "E": 0.08106176555156708, + "T": 0.014137472957372665, + "P": 0.1872948259115219, + "-": 0.4039951264858246 + }, + "id": "tp_13966" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1745779, + "label": "-", + "classification": { + "B": 4.9151403800351545e-06, + "S": 1.045761450768623e-06, + "I": 0.0006052755634300411, + "C": 1.5458057532669045e-05, + "R": 1.7206177744810702e-06, + "M": 5.1375682232901454e-05, + "O": 1.3268764632812236e-05, + "W": 1.7542561181471683e-06, + "N": 4.137299765716307e-05, + "Y": 0.0012527041835710406, + "U": 1.786489406185865e-06, + "K": 8.13036022009328e-05, + "L": 8.249082839029143e-07, + "G": 0.00043309846660122275, + "F": 0.0019514121813699603, + "E": 0.0019344929605722427, + "T": 0.00041377515299245715, + "P": 0.42253395915031433, + "-": 0.5706605315208435 + }, + "id": "tp_13967" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1745879, + "label": "P", + "classification": { + "B": 6.106778016601311e-08, + "S": 1.1158686419321384e-08, + "I": 0.0010337376734241843, + "C": 2.7940052405028837e-06, + "R": 2.2725792803157674e-07, + "M": 7.204414941952564e-06, + "O": 1.3357021089177579e-06, + "W": 5.6814158710949414e-08, + "N": 1.1218520739930682e-05, + "Y": 0.00022888871899340302, + "U": 7.736745288866587e-08, + "K": 2.2883107249072054e-06, + "L": 6.98492925721439e-08, + "G": 5.202234387979843e-05, + "F": 0.00016846897779032588, + "E": 0.0005777849000878632, + "T": 6.401836435543373e-05, + "P": 0.5240716934204102, + "-": 0.47377797961235046 + }, + "id": "tp_13968" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1746013, + "label": "I", + "classification": { + "B": 0.0022671495098620653, + "S": 0.001110765733756125, + "I": 0.4536726176738739, + "C": 0.013624553568661213, + "R": 0.006216114852577448, + "M": 0.015558215789496899, + "O": 0.004310230258852243, + "W": 0.0010952785378322005, + "N": 0.02365671843290329, + "Y": 0.06808687001466751, + "U": 0.0003819827106781304, + "K": 0.0010138725629076362, + "L": 0.0019375378033146262, + "G": 0.032896436750888824, + "F": 0.005415618885308504, + "E": 0.03658318147063255, + "T": 0.030789995566010475, + "P": 0.18191251158714294, + "-": 0.11947036534547806 + }, + "id": "tp_13969" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1746146, + "label": "-", + "classification": { + "B": 0.007078151218593121, + "S": 0.016843149438500404, + "I": 0.06051121652126312, + "C": 0.004667140543460846, + "R": 0.0045786467380821705, + "M": 0.027335096150636673, + "O": 0.019841140136122704, + "W": 0.007717125583440065, + "N": 0.020887311547994614, + "Y": 0.08226457983255386, + "U": 0.0012616243911907077, + "K": 0.014515344053506851, + "L": 0.003782502608373761, + "G": 0.029743388295173645, + "F": 0.04862581193447113, + "E": 0.014180110767483711, + "T": 0.08153823018074036, + "P": 0.18176361918449402, + "-": 0.37286579608917236 + }, + "id": "tp_13970" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1746280, + "label": "-", + "classification": { + "B": 6.689074507448822e-05, + "S": 4.103743776795454e-05, + "I": 0.0009109126403927803, + "C": 5.523444269783795e-05, + "R": 2.062649764411617e-05, + "M": 0.000299717066809535, + "O": 0.00022904478828422725, + "W": 3.0604260246036574e-05, + "N": 0.0001319008006248623, + "Y": 0.0032511851750314236, + "U": 1.533705653855577e-05, + "K": 0.0003015468246303499, + "L": 2.5980014470405877e-05, + "G": 0.0021880590356886387, + "F": 0.014681740663945675, + "E": 0.0023205364122986794, + "T": 0.002295660087838769, + "P": 0.21416781842708588, + "-": 0.7589661478996277 + }, + "id": "tp_13971" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1746380, + "label": "-", + "classification": { + "B": 1.996295031858608e-05, + "S": 1.385643281537341e-05, + "I": 0.0009384216391481459, + "C": 8.743548823986202e-05, + "R": 3.267577267251909e-05, + "M": 0.00028051811386831105, + "O": 0.00019316979160066694, + "W": 1.4809647836955264e-05, + "N": 7.726618787273765e-05, + "Y": 0.0029288814403116703, + "U": 9.932567991199903e-06, + "K": 1.6152958778548054e-05, + "L": 1.9367253116797656e-05, + "G": 0.0005581757286563516, + "F": 0.0023717626463621855, + "E": 0.00043722745613195, + "T": 0.002202459843829274, + "P": 0.16569238901138306, + "-": 0.8241055011749268 + }, + "id": "tp_13972" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1746513, + "label": "P", + "classification": { + "B": 0.0004191471089143306, + "S": 0.0004185032157693058, + "I": 0.049713436514139175, + "C": 0.004147244151681662, + "R": 0.0010469902772456408, + "M": 0.0037175214383751154, + "O": 0.0014567229663953185, + "W": 0.0005850804736837745, + "N": 0.00637722946703434, + "Y": 0.026846695691347122, + "U": 0.00031942513305693865, + "K": 0.002353796735405922, + "L": 0.0003601216012611985, + "G": 0.006264185532927513, + "F": 0.019410571083426476, + "E": 0.026823250576853752, + "T": 0.008271029219031334, + "P": 0.42191335558891296, + "-": 0.41955575346946716 + }, + "id": "tp_13973" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1746647, + "label": "-", + "classification": { + "B": 2.9301270842552185e-05, + "S": 1.9162403987138532e-05, + "I": 0.0019686496816575527, + "C": 0.0012453515082597733, + "R": 0.00010393950651632622, + "M": 0.00037067453376948833, + "O": 0.0001472258591093123, + "W": 2.9489825465134345e-05, + "N": 0.0003318822127766907, + "Y": 0.014410874806344509, + "U": 1.9616751160356216e-05, + "K": 0.0024565719068050385, + "L": 3.528171146172099e-05, + "G": 0.013737388886511326, + "F": 0.09542760998010635, + "E": 0.027669478207826614, + "T": 0.0021194559521973133, + "P": 0.23647913336753845, + "-": 0.6033989787101746 + }, + "id": "tp_13974" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1746780, + "label": "-", + "classification": { + "B": 2.1768920532849734e-07, + "S": 4.843622605221753e-07, + "I": 1.5269111827365123e-05, + "C": 1.3214182672527386e-06, + "R": 5.551217441279732e-07, + "M": 1.1973736036452465e-05, + "O": 5.8806622291740496e-06, + "W": 3.8859440110172727e-07, + "N": 9.909072105074301e-07, + "Y": 0.0012314582709223032, + "U": 8.968417830601538e-08, + "K": 2.9814949812134728e-05, + "L": 1.4471413578576175e-07, + "G": 0.00011123796866741031, + "F": 0.003013294655829668, + "E": 4.438146061147563e-05, + "T": 0.00025242313859052956, + "P": 0.019127527251839638, + "-": 0.9761525392532349 + }, + "id": "tp_13975" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1746880, + "label": "-", + "classification": { + "B": 0.0006535163847729564, + "S": 0.0013210965553298593, + "I": 0.015301075764000416, + "C": 0.001934642088599503, + "R": 0.0004218720714561641, + "M": 0.0037777856923639774, + "O": 0.0020013770554214716, + "W": 0.0011327153770253062, + "N": 0.00657925009727478, + "Y": 0.017659900709986687, + "U": 0.00036332616582512856, + "K": 0.032275691628456116, + "L": 0.00030271807918325067, + "G": 0.014914976432919502, + "F": 0.08646105974912643, + "E": 0.08928193151950836, + "T": 0.01198467705398798, + "P": 0.29905444383621216, + "-": 0.4145779311656952 + }, + "id": "tp_13976" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1747014, + "label": "-", + "classification": { + "B": 2.7044993800018347e-08, + "S": 5.8680910797193064e-08, + "I": 9.056711132870987e-05, + "C": 8.838217127049575e-07, + "R": 1.6723315354738588e-07, + "M": 1.0609346645651385e-05, + "O": 1.862043632172572e-06, + "W": 1.2934181370383158e-07, + "N": 3.2297302823280916e-06, + "Y": 0.0003606237005442381, + "U": 3.941092430181925e-08, + "K": 2.0390127247083e-05, + "L": 4.996034164150842e-08, + "G": 5.523873551283032e-05, + "F": 0.002887907437980175, + "E": 0.00042836889042519033, + "T": 7.45346478652209e-05, + "P": 0.1294628381729126, + "-": 0.8666024804115295 + }, + "id": "tp_13977" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1747147, + "label": "-", + "classification": { + "B": 0.00019161557429470122, + "S": 0.0004679177072830498, + "I": 0.011825961992144585, + "C": 0.001277249539270997, + "R": 0.00047682333388365805, + "M": 0.005905367434024811, + "O": 0.0018635517917573452, + "W": 0.00046894248225726187, + "N": 0.0019364376785233617, + "Y": 0.034107886254787445, + "U": 0.00013601424871012568, + "K": 0.004557199776172638, + "L": 0.00035543314879760146, + "G": 0.013703933916985989, + "F": 0.06365741044282913, + "E": 0.021234411746263504, + "T": 0.020372619852423668, + "P": 0.15564630925655365, + "-": 0.6618149876594543 + }, + "id": "tp_13978" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1747281, + "label": "-", + "classification": { + "B": 1.1478350643301383e-06, + "S": 3.80755835749369e-07, + "I": 0.00030239595798775554, + "C": 2.748587394307833e-05, + "R": 3.0391186101041967e-06, + "M": 3.4373599191894755e-05, + "O": 1.1693522537825629e-05, + "W": 9.693636684460216e-07, + "N": 1.754000004439149e-05, + "Y": 0.0010829230304807425, + "U": 1.8660790601643384e-06, + "K": 1.5233348676702008e-05, + "L": 1.6330525340890745e-06, + "G": 0.00017652205133344978, + "F": 0.0027256221510469913, + "E": 0.00043780889245681465, + "T": 0.0004265056340955198, + "P": 0.25446608662605286, + "-": 0.740266740322113 + }, + "id": "tp_13979" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1747381, + "label": "-", + "classification": { + "B": 1.9692822661454557e-06, + "S": 8.693606105225626e-06, + "I": 0.008181968703866005, + "C": 2.855083585018292e-05, + "R": 5.779146249551559e-06, + "M": 0.0009231769945472479, + "O": 5.520169361261651e-05, + "W": 3.7092786442372017e-06, + "N": 0.00014451751485466957, + "Y": 0.010423407889902592, + "U": 6.685331754852086e-07, + "K": 3.681667658383958e-05, + "L": 4.090332367923111e-06, + "G": 0.000718387309461832, + "F": 0.002744549885392189, + "E": 0.0024832403287291527, + "T": 0.006564222276210785, + "P": 0.1706850230693817, + "-": 0.7969858646392822 + }, + "id": "tp_13980" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1747514, + "label": "-", + "classification": { + "B": 0.00019141244411002845, + "S": 0.00013442071212921292, + "I": 0.01895044930279255, + "C": 0.0014588858466595411, + "R": 0.00035167732858099043, + "M": 0.004452969413250685, + "O": 0.0006365621811710298, + "W": 0.0001459288614569232, + "N": 0.001731822150759399, + "Y": 0.07618527114391327, + "U": 6.467937782872468e-05, + "K": 0.011551731266081333, + "L": 0.0001618826063349843, + "G": 0.045037638396024704, + "F": 0.04022470861673355, + "E": 0.11976396292448044, + "T": 0.015737807378172874, + "P": 0.11118041723966599, + "-": 0.5520378351211548 + }, + "id": "tp_13981" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1747648, + "label": "P", + "classification": { + "B": 0.003292923094704747, + "S": 0.0022787516936659813, + "I": 0.06847380101680756, + "C": 0.007441878784447908, + "R": 0.002546851057559252, + "M": 0.013156978413462639, + "O": 0.004054726101458073, + "W": 0.0019035190343856812, + "N": 0.018877891823649406, + "Y": 0.022865112870931625, + "U": 0.001564506092108786, + "K": 0.011224894784390926, + "L": 0.00224313628859818, + "G": 0.027600286528468132, + "F": 0.05080794543027878, + "E": 0.12332373857498169, + "T": 0.014348139986395836, + "P": 0.44389966130256653, + "-": 0.18009530007839203 + }, + "id": "tp_13982" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1747781, + "label": "I", + "classification": { + "B": 0.0007924263481982052, + "S": 0.005795149598270655, + "I": 0.3007064759731293, + "C": 0.026510415598750114, + "R": 0.011731336824595928, + "M": 0.010836020112037659, + "O": 0.010394382290542126, + "W": 0.004733096342533827, + "N": 0.07923731207847595, + "Y": 0.18643692135810852, + "U": 0.0007325307815335691, + "K": 0.033385127782821655, + "L": 0.0014888164587318897, + "G": 0.04686647653579712, + "F": 0.024405967444181442, + "E": 0.05519697815179825, + "T": 0.05845121294260025, + "P": 0.0611145943403244, + "-": 0.08118481189012527 + }, + "id": "tp_13983" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1747881, + "label": "E", + "classification": { + "B": 0.0005950488848611712, + "S": 0.0020828533452004194, + "I": 0.15157248079776764, + "C": 0.015790678560733795, + "R": 0.002216420602053404, + "M": 0.00900059100240469, + "O": 0.002961969468742609, + "W": 0.0013679800322279334, + "N": 0.038068417459726334, + "Y": 0.1943632960319519, + "U": 7.202813867479563e-05, + "K": 0.07636114209890366, + "L": 0.00043562156497500837, + "G": 0.16002626717090607, + "F": 0.014172954484820366, + "E": 0.2693454623222351, + "T": 0.02988925203680992, + "P": 0.015178724192082882, + "-": 0.016498858109116554 + }, + "id": "tp_13984" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1748015, + "label": "G", + "classification": { + "B": 7.124520925572142e-05, + "S": 0.012774148024618626, + "I": 0.010851775296032429, + "C": 0.0025624120607972145, + "R": 0.001103968475945294, + "M": 0.013563393615186214, + "O": 0.01066729798913002, + "W": 0.0014786599203944206, + "N": 0.010566922836005688, + "Y": 0.08956725150346756, + "U": 3.9258588913071435e-06, + "K": 0.18771980702877045, + "L": 0.0011122605064883828, + "G": 0.5073199272155762, + "F": 0.05977635085582733, + "E": 0.02011650800704956, + "T": 0.06036965921521187, + "P": 0.002240378875285387, + "-": 0.008134099654853344 + }, + "id": "tp_13985" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1748148, + "label": "G", + "classification": { + "B": 0.008531773462891579, + "S": 0.004010072443634272, + "I": 0.05242013931274414, + "C": 0.12494488060474396, + "R": 0.03595072031021118, + "M": 0.10558317601680756, + "O": 0.023172851651906967, + "W": 0.004681270569562912, + "N": 0.006702022161334753, + "Y": 0.09877857565879822, + "U": 0.001362507464364171, + "K": 0.002506484044715762, + "L": 0.05405592918395996, + "G": 0.26468169689178467, + "F": 0.012736589647829533, + "E": 0.08081361651420593, + "T": 0.03691023960709572, + "P": 0.016133150085806847, + "-": 0.0660242959856987 + }, + "id": "tp_13986" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1748282, + "label": "Y", + "classification": { + "B": 1.7235299765161471e-06, + "S": 9.073690307559446e-05, + "I": 0.007035661954432726, + "C": 0.0014783956576138735, + "R": 0.00021098180150147527, + "M": 0.000637348392046988, + "O": 0.00035975687205791473, + "W": 7.981139788171276e-05, + "N": 0.0016571898013353348, + "Y": 0.5502727031707764, + "U": 1.9155373820467503e-07, + "K": 0.18443229794502258, + "L": 9.30086480366299e-06, + "G": 0.17487037181854248, + "F": 0.01562984474003315, + "E": 0.030350487679243088, + "T": 0.02458672784268856, + "P": 0.0005004971753805876, + "-": 0.007795960176736116 + }, + "id": "tp_13987" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1748382, + "label": "G", + "classification": { + "B": 0.00021615867444779724, + "S": 0.025786302983760834, + "I": 0.016641581431031227, + "C": 0.0012348575983196497, + "R": 0.0005209451192058623, + "M": 0.02810397744178772, + "O": 0.010922405868768692, + "W": 0.0013660554541274905, + "N": 0.010435913689434528, + "Y": 0.07907091826200485, + "U": 5.470407813845668e-06, + "K": 0.0576503686606884, + "L": 0.002698494354262948, + "G": 0.5439883470535278, + "F": 0.08698590099811554, + "E": 0.04767289385199547, + "T": 0.06272832304239273, + "P": 0.009121869690716267, + "-": 0.014849173836410046 + }, + "id": "tp_13988" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1748515, + "label": "Y", + "classification": { + "B": 0.00016753071395214647, + "S": 0.007285987492650747, + "I": 0.055630095303058624, + "C": 0.0033953425008803606, + "R": 0.0017485418356955051, + "M": 0.013647452928125858, + "O": 0.009331813082098961, + "W": 0.0021704663522541523, + "N": 0.022649100050330162, + "Y": 0.43207836151123047, + "U": 3.3106800401583314e-05, + "K": 0.04701567813754082, + "L": 0.0007012614514678717, + "G": 0.12872235476970673, + "F": 0.03684554249048233, + "E": 0.0464169941842556, + "T": 0.13829708099365234, + "P": 0.010367946699261665, + "-": 0.043495357036590576 + }, + "id": "tp_13989" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1748649, + "label": "Y", + "classification": { + "B": 0.008909034542739391, + "S": 0.08032720535993576, + "I": 0.06157536432147026, + "C": 0.010285059921443462, + "R": 0.016277415677905083, + "M": 0.07047732919454575, + "O": 0.10725842416286469, + "W": 0.012798847630620003, + "N": 0.013502328656613827, + "Y": 0.19217225909233093, + "U": 7.212771015474573e-05, + "K": 0.0020329293329268694, + "L": 0.026644786819815636, + "G": 0.12605425715446472, + "F": 0.04497599974274635, + "E": 0.005578205455094576, + "T": 0.11590982228517532, + "P": 0.012527616694569588, + "-": 0.09262100607156754 + }, + "id": "tp_13990" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1748782, + "label": "Y", + "classification": { + "B": 0.00013446722005028278, + "S": 0.003137031104415655, + "I": 0.22090360522270203, + "C": 0.005196273326873779, + "R": 0.003128259675577283, + "M": 0.0026479531079530716, + "O": 0.0040281545370817184, + "W": 0.0017270157113671303, + "N": 0.08756547421216965, + "Y": 0.31137052178382874, + "U": 7.595500210300088e-05, + "K": 0.09491778910160065, + "L": 0.00014271331019699574, + "G": 0.02911236509680748, + "F": 0.044760264456272125, + "E": 0.02059142105281353, + "T": 0.03661444038152695, + "P": 0.07416243851184845, + "-": 0.05978386476635933 + }, + "id": "tp_13991" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1748882, + "label": "K", + "classification": { + "B": 0.0008358262130059302, + "S": 0.007627090439200401, + "I": 0.03620687127113342, + "C": 0.007011785171926022, + "R": 0.0020861239172518253, + "M": 0.008156053721904755, + "O": 0.007416273932904005, + "W": 0.004145090933889151, + "N": 0.03337407857179642, + "Y": 0.0763828232884407, + "U": 0.0002764900273177773, + "K": 0.26333507895469666, + "L": 0.0010469092521816492, + "G": 0.10810940712690353, + "F": 0.10669125616550446, + "E": 0.1926805078983307, + "T": 0.027165405452251434, + "P": 0.0559866689145565, + "-": 0.061466287821531296 + }, + "id": "tp_13992" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1749016, + "label": "I", + "classification": { + "B": 0.00045944855082780123, + "S": 0.012321814894676208, + "I": 0.2706868052482605, + "C": 0.006848405580967665, + "R": 0.0011794063029810786, + "M": 0.005675185937434435, + "O": 0.0030551718082278967, + "W": 0.0014226945349946618, + "N": 0.15772809088230133, + "Y": 0.04997078329324722, + "U": 2.8606886189663783e-05, + "K": 0.17229853570461273, + "L": 0.000299569102935493, + "G": 0.10178899765014648, + "F": 0.01996023952960968, + "E": 0.1441795974969864, + "T": 0.02015838772058487, + "P": 0.026292288675904274, + "-": 0.0056459433399140835 + }, + "id": "tp_13993" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1749149, + "label": "Y", + "classification": { + "B": 0.00032917619682848454, + "S": 0.006283510476350784, + "I": 0.10922569036483765, + "C": 0.025096820667386055, + "R": 0.008040358312427998, + "M": 0.011803828179836273, + "O": 0.010933632962405682, + "W": 0.0027048068586736917, + "N": 0.0348980575799942, + "Y": 0.46797534823417664, + "U": 2.031107032962609e-05, + "K": 0.026623966172337532, + "L": 0.0009350058389827609, + "G": 0.15414287149906158, + "F": 0.0163909662514925, + "E": 0.02284710295498371, + "T": 0.08825188130140305, + "P": 0.003216178622096777, + "-": 0.010280470363795757 + }, + "id": "tp_13994" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1749283, + "label": "G", + "classification": { + "B": 7.923365774331614e-05, + "S": 0.040814109146595, + "I": 0.05363401770591736, + "C": 0.001736146747134626, + "R": 0.000754724838770926, + "M": 0.03171323239803314, + "O": 0.010969558730721474, + "W": 0.0009142091730609536, + "N": 0.02010507695376873, + "Y": 0.13988475501537323, + "U": 6.301431767496979e-07, + "K": 0.008901147171854973, + "L": 0.0012124807108193636, + "G": 0.431293249130249, + "F": 0.01494921837002039, + "E": 0.02369478903710842, + "T": 0.21492137014865875, + "P": 0.0012491694651544094, + "-": 0.003172831842675805 + }, + "id": "tp_13995" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1749383, + "label": "I", + "classification": { + "B": 2.8205708076711744e-05, + "S": 0.002177686896175146, + "I": 0.23055961728096008, + "C": 0.0025346444454044104, + "R": 0.0006471301894634962, + "M": 0.0010860329493880272, + "O": 0.0015724882250651717, + "W": 0.00048577398410998285, + "N": 0.12383028864860535, + "Y": 0.22281093895435333, + "U": 2.7526439225766808e-06, + "K": 0.17608574032783508, + "L": 4.6196888433769345e-05, + "G": 0.13164076209068298, + "F": 0.012039766646921635, + "E": 0.06093801185488701, + "T": 0.024860646575689316, + "P": 0.006087861955165863, + "-": 0.0025654470082372427 + }, + "id": "tp_13996" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1749516, + "label": "G", + "classification": { + "B": 0.0005825820844620466, + "S": 0.016089623793959618, + "I": 0.046712640672922134, + "C": 0.04169981926679611, + "R": 0.00926977302879095, + "M": 0.0519762821495533, + "O": 0.010448080487549305, + "W": 0.0012144537176936865, + "N": 0.009167860262095928, + "Y": 0.04608151316642761, + "U": 1.2985007742827293e-05, + "K": 0.002883714158087969, + "L": 0.011717453598976135, + "G": 0.6466125845909119, + "F": 0.013607718050479889, + "E": 0.04399510845541954, + "T": 0.04163913056254387, + "P": 0.002666185609996319, + "-": 0.0036224524956196547 + }, + "id": "tp_13997" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1749650, + "label": "I", + "classification": { + "B": 0.0006438088603317738, + "S": 0.0034238328225910664, + "I": 0.6839002370834351, + "C": 0.028884224593639374, + "R": 0.004730606451630592, + "M": 0.011721786111593246, + "O": 0.003534904448315501, + "W": 0.0005399822839535773, + "N": 0.06336367875337601, + "Y": 0.044452566653490067, + "U": 4.36071377407643e-06, + "K": 0.0008357935003004968, + "L": 0.0011891942704096437, + "G": 0.09031293541193008, + "F": 0.000998757197521627, + "E": 0.04356285557150841, + "T": 0.01328246109187603, + "P": 0.003592872992157936, + "-": 0.0010252067586407065 + }, + "id": "tp_13998" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1749783, + "label": "I", + "classification": { + "B": 0.006720800418406725, + "S": 0.0068354057148098946, + "I": 0.5533443689346313, + "C": 0.03235483169555664, + "R": 0.020883867517113686, + "M": 0.027075283229351044, + "O": 0.011330103501677513, + "W": 0.003320218063890934, + "N": 0.0542258620262146, + "Y": 0.07889476418495178, + "U": 0.0005876757786609232, + "K": 0.00273022404871881, + "L": 0.007039517629891634, + "G": 0.05593749135732651, + "F": 0.005684639792889357, + "E": 0.03538642078638077, + "T": 0.038246605545282364, + "P": 0.03527406230568886, + "-": 0.02412782423198223 + }, + "id": "tp_13999" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1749883, + "label": "I", + "classification": { + "B": 0.007359599228948355, + "S": 0.007646436337381601, + "I": 0.2902030348777771, + "C": 0.02749684266746044, + "R": 0.007302719634026289, + "M": 0.01787300780415535, + "O": 0.0066776154562830925, + "W": 0.0036302926018834114, + "N": 0.07145079970359802, + "Y": 0.04724207893013954, + "U": 0.0006481541786342859, + "K": 0.007429898716509342, + "L": 0.003933792933821678, + "G": 0.056537434458732605, + "F": 0.02614213153719902, + "E": 0.21948742866516113, + "T": 0.015540109016001225, + "P": 0.1440407633781433, + "-": 0.03935786709189415 + }, + "id": "tp_14000" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1750017, + "label": "K", + "classification": { + "B": 1.1910625516975415e-06, + "S": 0.002003507222980261, + "I": 0.016292765736579895, + "C": 0.0004649184411391616, + "R": 7.007266685832292e-05, + "M": 0.00017506485164631158, + "O": 0.00048294750740751624, + "W": 0.00010557917994447052, + "N": 0.0276764165610075, + "Y": 0.014080326072871685, + "U": 4.575952772256642e-08, + "K": 0.7768086194992065, + "L": 9.194181075145025e-06, + "G": 0.12541569769382477, + "F": 0.01600411720573902, + "E": 0.010551455430686474, + "T": 0.00881272554397583, + "P": 0.0006236967747099698, + "-": 0.0004216168890707195 + }, + "id": "tp_14001" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1750150, + "label": "G", + "classification": { + "B": 0.0014092748751863837, + "S": 0.0025821791496127844, + "I": 0.15414251387119293, + "C": 0.038871169090270996, + "R": 0.007176678627729416, + "M": 0.028069011867046356, + "O": 0.00598516408354044, + "W": 0.001681883237324655, + "N": 0.022098125889897346, + "Y": 0.18218937516212463, + "U": 0.00014112282951828092, + "K": 0.01576259732246399, + "L": 0.003165396861732006, + "G": 0.2276477962732315, + "F": 0.013100200332701206, + "E": 0.2222488522529602, + "T": 0.03130915388464928, + "P": 0.017510905861854553, + "-": 0.024908581748604774 + }, + "id": "tp_14002" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1750250, + "label": "I", + "classification": { + "B": 4.86771714349743e-05, + "S": 0.0011007479624822736, + "I": 0.7407907843589783, + "C": 0.007580070290714502, + "R": 0.0007106739794835448, + "M": 0.001395385479554534, + "O": 0.0004219073161948472, + "W": 9.887704072752967e-05, + "N": 0.1418343335390091, + "Y": 0.013402625918388367, + "U": 4.902714749732695e-07, + "K": 0.001643385854549706, + "L": 6.605804082937539e-05, + "G": 0.037528373301029205, + "F": 0.00015456612163688987, + "E": 0.045661453157663345, + "T": 0.006012540310621262, + "P": 0.001465264125727117, + "-": 8.383745444007218e-05 + }, + "id": "tp_14003" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1750384, + "label": "I", + "classification": { + "B": 0.00013671827036887407, + "S": 0.0015541561879217625, + "I": 0.3283425271511078, + "C": 0.00804122444242239, + "R": 0.0010422092163935304, + "M": 0.011271446943283081, + "O": 0.0010716632241383195, + "W": 0.0001639674446778372, + "N": 0.06908491998910904, + "Y": 0.022518349811434746, + "U": 5.713899099646369e-06, + "K": 0.009581509977579117, + "L": 0.00039361495873890817, + "G": 0.23782573640346527, + "F": 0.002308143302798271, + "E": 0.26970022916793823, + "T": 0.017435545101761818, + "P": 0.017953291535377502, + "-": 0.0015690044965595007 + }, + "id": "tp_14004" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1750517, + "label": "I", + "classification": { + "B": 6.161315013741842e-07, + "S": 1.6456227967864834e-05, + "I": 0.9150571227073669, + "C": 2.8918511816300452e-05, + "R": 6.316735834843712e-06, + "M": 1.0032042155216914e-05, + "O": 4.528657427727012e-06, + "W": 1.1832539712486323e-06, + "N": 0.08149194717407227, + "Y": 0.00015703473764006048, + "U": 4.09129485845483e-09, + "K": 3.925681085092947e-05, + "L": 8.641342930104656e-08, + "G": 0.00020738333114422858, + "F": 2.157502649424714e-06, + "E": 0.0015778103843331337, + "T": 6.0797792684752494e-05, + "P": 0.0013360598823055625, + "-": 2.3372704163193703e-06 + }, + "id": "tp_14005" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1750651, + "label": "G", + "classification": { + "B": 2.2925967186893104e-06, + "S": 0.08471429347991943, + "I": 0.11808895319700241, + "C": 0.0005432699690572917, + "R": 0.00014638810534961522, + "M": 0.001215820200741291, + "O": 0.0025105078238993883, + "W": 0.00032261869637295604, + "N": 0.1344233751296997, + "Y": 0.01126603689044714, + "U": 2.9292974712546993e-09, + "K": 0.08589337766170502, + "L": 6.191638385644183e-05, + "G": 0.5063923001289368, + "F": 0.0026520255487412214, + "E": 0.00672115245833993, + "T": 0.044706013053655624, + "P": 0.000292021781206131, + "-": 4.763279503094964e-05 + }, + "id": "tp_14006" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1750751, + "label": "I", + "classification": { + "B": 5.146168768987991e-05, + "S": 0.0014166408218443394, + "I": 0.6805562376976013, + "C": 0.004670670256018639, + "R": 0.000658947101328522, + "M": 0.0013103947276249528, + "O": 0.000618107384070754, + "W": 0.00016591913299635053, + "N": 0.16018414497375488, + "Y": 0.05827173963189125, + "U": 1.2988708704142482e-06, + "K": 0.008929824456572533, + "L": 3.834555536741391e-05, + "G": 0.028118440881371498, + "F": 0.0011309680994600058, + "E": 0.03437944874167442, + "T": 0.013903352431952953, + "P": 0.0049470593221485615, + "-": 0.0006469896761700511 + }, + "id": "tp_14007" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1750884, + "label": "-", + "classification": { + "B": 0.0005163649911992252, + "S": 0.0032318553421646357, + "I": 0.10956823825836182, + "C": 0.016523774713277817, + "R": 0.00490128668025136, + "M": 0.00773851852864027, + "O": 0.004861284978687763, + "W": 0.0030141817405819893, + "N": 0.030478283762931824, + "Y": 0.07092927396297455, + "U": 0.0003706683055497706, + "K": 0.19255955517292023, + "L": 0.0005149238859303296, + "G": 0.04603790491819382, + "F": 0.07776792347431183, + "E": 0.0810774639248848, + "T": 0.032443903386592865, + "P": 0.11702192574739456, + "-": 0.20044276118278503 + }, + "id": "tp_14008" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1751018, + "label": "I", + "classification": { + "B": 3.4487428024476685e-07, + "S": 0.0001836315932450816, + "I": 0.4514455795288086, + "C": 0.00016958414926193655, + "R": 7.315866241697222e-06, + "M": 4.710731082013808e-05, + "O": 4.3788953917101026e-05, + "W": 8.667703696119133e-06, + "N": 0.2667957544326782, + "Y": 0.026078244671225548, + "U": 6.269239016809536e-10, + "K": 0.083841972053051, + "L": 2.478990666077152e-07, + "G": 0.09331239759922028, + "F": 0.0002124727179761976, + "E": 0.07374167442321777, + "T": 0.003748927265405655, + "P": 0.0003477522695902735, + "-": 1.4514827853417955e-05 + }, + "id": "tp_14009" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1751151, + "label": "I", + "classification": { + "B": 5.6082089940900914e-06, + "S": 1.5552053810097277e-05, + "I": 0.9636542201042175, + "C": 0.0007717420230619609, + "R": 0.00013420800678431988, + "M": 0.00010116378689417616, + "O": 1.7447182472096756e-05, + "W": 3.081699560425477e-06, + "N": 0.013914799317717552, + "Y": 0.005020578391849995, + "U": 8.491869607496483e-08, + "K": 1.5886205801507458e-05, + "L": 1.3066731980870827e-06, + "G": 0.0010316938860341907, + "F": 1.4915484825905878e-05, + "E": 0.007398668676614761, + "T": 0.0003164313966408372, + "P": 0.007404817268252373, + "-": 0.00017787065007723868 + }, + "id": "tp_14010" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1751251, + "label": "E", + "classification": { + "B": 0.0009269286529161036, + "S": 0.0005663445917889476, + "I": 0.19872629642486572, + "C": 0.012359506450593472, + "R": 0.0022568823769688606, + "M": 0.010267744772136211, + "O": 0.0019810691010206938, + "W": 0.00047751731472089887, + "N": 0.02068900130689144, + "Y": 0.09441017359495163, + "U": 8.237723523052409e-05, + "K": 0.003467992879450321, + "L": 0.0010036902967840433, + "G": 0.07949551194906235, + "F": 0.012846472673118114, + "E": 0.40892982482910156, + "T": 0.009684855118393898, + "P": 0.09495383501052856, + "-": 0.04687398672103882 + }, + "id": "tp_14011" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1751385, + "label": "I", + "classification": { + "B": 8.836277993395925e-05, + "S": 0.0024779485538601875, + "I": 0.5034529566764832, + "C": 0.012600095942616463, + "R": 0.001631711726076901, + "M": 0.0023859853390604258, + "O": 0.001799130579456687, + "W": 0.0006332428893074393, + "N": 0.2075786590576172, + "Y": 0.043981119990348816, + "U": 5.088652414997341e-06, + "K": 0.03950575366616249, + "L": 0.00010701985593186691, + "G": 0.0920024961233139, + "F": 0.0033521237783133984, + "E": 0.06493835151195526, + "T": 0.015352968126535416, + "P": 0.007020231336355209, + "-": 0.0010867288801819086 + }, + "id": "tp_14012" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1751518, + "label": "Y", + "classification": { + "B": 4.848602839047089e-05, + "S": 0.008265807293355465, + "I": 0.05480172112584114, + "C": 0.012286600656807423, + "R": 0.005831155460327864, + "M": 0.006376566831022501, + "O": 0.008210216648876667, + "W": 0.0026175840757787228, + "N": 0.019603168591856956, + "Y": 0.49551376700401306, + "U": 8.832825187710114e-06, + "K": 0.0862513929605484, + "L": 0.0002843065594788641, + "G": 0.08762184530496597, + "F": 0.044646069407463074, + "E": 0.00544072175398469, + "T": 0.1430681049823761, + "P": 0.002514745807275176, + "-": 0.01660890132188797 + }, + "id": "tp_14013" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1751652, + "label": "Y", + "classification": { + "B": 7.719256245763972e-06, + "S": 0.02021181583404541, + "I": 0.017171569168567657, + "C": 0.0002529448247514665, + "R": 0.00014298198220785707, + "M": 0.0023091204930096865, + "O": 0.0036284662783145905, + "W": 0.0005489602335728705, + "N": 0.0171795841306448, + "Y": 0.28762364387512207, + "U": 3.944374071807033e-08, + "K": 0.17319543659687042, + "L": 4.026551323477179e-05, + "G": 0.27577078342437744, + "F": 0.03609572723507881, + "E": 0.0069549717009067535, + "T": 0.1565869301557541, + "P": 0.00030060592689551413, + "-": 0.0019784951582551003 + }, + "id": "tp_14014" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1751752, + "label": "K", + "classification": { + "B": 0.00019963918020948768, + "S": 0.007980523630976677, + "I": 0.2298930287361145, + "C": 0.005693244282156229, + "R": 0.0016953105805441737, + "M": 0.003031875705346465, + "O": 0.00318496604450047, + "W": 0.0014715937431901693, + "N": 0.17472149431705475, + "Y": 0.08617307990789413, + "U": 4.152475230512209e-05, + "K": 0.27621331810951233, + "L": 0.0002095353411277756, + "G": 0.07751532644033432, + "F": 0.015949392691254616, + "E": 0.05325593054294586, + "T": 0.040329355746507645, + "P": 0.016780760139226913, + "-": 0.005660083144903183 + }, + "id": "tp_14015" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1751885, + "label": "Y", + "classification": { + "B": 0.0006950991810299456, + "S": 0.021552354097366333, + "I": 0.010749267414212227, + "C": 0.0007258554687723517, + "R": 0.0006159086478874087, + "M": 0.035447701811790466, + "O": 0.01964726857841015, + "W": 0.002830461598932743, + "N": 0.004571875091642141, + "Y": 0.23689742386341095, + "U": 1.6630579921184108e-05, + "K": 0.030960148200392723, + "L": 0.0023755382280796766, + "G": 0.16933421790599823, + "F": 0.17769119143486023, + "E": 0.03649817779660225, + "T": 0.09947245568037033, + "P": 0.01130410935729742, + "-": 0.13861428201198578 + }, + "id": "tp_14016" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1752019, + "label": "G", + "classification": { + "B": 0.00016133168537635356, + "S": 0.0015753201441839337, + "I": 0.009209547191858292, + "C": 0.004126715008169413, + "R": 0.0009490823722444475, + "M": 0.010631551034748554, + "O": 0.004318215884268284, + "W": 0.001049299375154078, + "N": 0.0051927268505096436, + "Y": 0.13145051896572113, + "U": 3.0961917218519375e-05, + "K": 0.15844202041625977, + "L": 0.000729919585864991, + "G": 0.3234138786792755, + "F": 0.06421756744384766, + "E": 0.19035258889198303, + "T": 0.03395116329193115, + "P": 0.008113853633403778, + "-": 0.05208373814821243 + }, + "id": "tp_14017" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1752152, + "label": "E", + "classification": { + "B": 0.000868008763063699, + "S": 0.0008696966688148677, + "I": 0.22696803510189056, + "C": 0.0038054469041526318, + "R": 0.0005069636390544474, + "M": 0.007366843055933714, + "O": 0.0007608422311022878, + "W": 0.0002945409214589745, + "N": 0.03674590215086937, + "Y": 0.01666586846113205, + "U": 3.332892811158672e-05, + "K": 0.005769739393144846, + "L": 0.00024422284332104027, + "G": 0.027577228844165802, + "F": 0.004680252633988857, + "E": 0.5721635222434998, + "T": 0.0052606165409088135, + "P": 0.0761047825217247, + "-": 0.013314217329025269 + }, + "id": "tp_14018" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1752252, + "label": "K", + "classification": { + "B": 3.0045223411434563e-06, + "S": 0.0028891083784401417, + "I": 0.0013437510933727026, + "C": 0.006281087175011635, + "R": 0.0011687701335176826, + "M": 0.0012709961738437414, + "O": 0.0038216637913137674, + "W": 0.0011673176195472479, + "N": 0.00206582504324615, + "Y": 0.24824395775794983, + "U": 9.519924333289964e-07, + "K": 0.4113274812698364, + "L": 8.529398473910987e-05, + "G": 0.15296119451522827, + "F": 0.0841459184885025, + "E": 0.002282672794535756, + "T": 0.07218259572982788, + "P": 0.00031987979309633374, + "-": 0.008438527584075928 + }, + "id": "tp_14019" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1752386, + "label": "K", + "classification": { + "B": 4.035814527014736e-06, + "S": 0.00821169838309288, + "I": 0.08443121612071991, + "C": 0.000827129406388849, + "R": 0.00025686752633191645, + "M": 0.0008145233732648194, + "O": 0.0015876044053584337, + "W": 0.0005889141466468573, + "N": 0.07613784819841385, + "Y": 0.06897946447134018, + "U": 2.910470584538416e-07, + "K": 0.5918924808502197, + "L": 1.4535356058331672e-05, + "G": 0.09147382527589798, + "F": 0.021717045456171036, + "E": 0.01692514307796955, + "T": 0.031208839267492294, + "P": 0.0031489762477576733, + "-": 0.0017795077292248607 + }, + "id": "tp_14020" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1752519, + "label": "I", + "classification": { + "B": 0.0005634042900055647, + "S": 0.004828913602977991, + "I": 0.5395567417144775, + "C": 0.012139878235757351, + "R": 0.0032355007715523243, + "M": 0.005129646509885788, + "O": 0.002735683461651206, + "W": 0.0008992594084702432, + "N": 0.13463294506072998, + "Y": 0.05643228068947792, + "U": 4.301831722841598e-05, + "K": 0.01118703093379736, + "L": 0.000568329356610775, + "G": 0.05780060589313507, + "F": 0.010487274266779423, + "E": 0.09673558920621872, + "T": 0.012607433833181858, + "P": 0.045273151248693466, + "-": 0.005143294110894203 + }, + "id": "tp_14021" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1752653, + "label": "Y", + "classification": { + "B": 0.0003401460708118975, + "S": 0.0015114078996703029, + "I": 0.09035710245370865, + "C": 0.020008031278848648, + "R": 0.00423174723982811, + "M": 0.006616587284952402, + "O": 0.0036427308805286884, + "W": 0.0016451276605948806, + "N": 0.03611087426543236, + "Y": 0.22154287993907928, + "U": 9.551562834531069e-05, + "K": 0.1300215870141983, + "L": 0.0005018197698518634, + "G": 0.20660170912742615, + "F": 0.02091214247047901, + "E": 0.1870543360710144, + "T": 0.04072592407464981, + "P": 0.009793797507882118, + "-": 0.018286528065800667 + }, + "id": "tp_14022" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1752753, + "label": "I", + "classification": { + "B": 0.0007875976152718067, + "S": 0.0015509346267208457, + "I": 0.27942875027656555, + "C": 0.014051088131964207, + "R": 0.0036247859243303537, + "M": 0.010332481935620308, + "O": 0.0027278766501694918, + "W": 0.0009786557639017701, + "N": 0.052931103855371475, + "Y": 0.21016134321689606, + "U": 9.340896940557286e-05, + "K": 0.033816806972026825, + "L": 0.0003999451291747391, + "G": 0.10157085210084915, + "F": 0.013229367323219776, + "E": 0.17897216975688934, + "T": 0.03521295636892319, + "P": 0.030640579760074615, + "-": 0.029489221051335335 + }, + "id": "tp_14023" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1752886, + "label": "I", + "classification": { + "B": 1.1729497600754257e-05, + "S": 0.0010635717771947384, + "I": 0.38949504494667053, + "C": 0.005455946084111929, + "R": 0.0004417968157213181, + "M": 0.0012555618304759264, + "O": 0.0006701386300846934, + "W": 0.00017134274821728468, + "N": 0.11978904157876968, + "Y": 0.1013108640909195, + "U": 2.885261949359119e-07, + "K": 0.09981048107147217, + "L": 2.3858492568251677e-05, + "G": 0.1530468910932541, + "F": 0.002510234247893095, + "E": 0.09678805619478226, + "T": 0.025423632934689522, + "P": 0.0020862456876784563, + "-": 0.0006453150417655706 + }, + "id": "tp_14024" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1753020, + "label": "K", + "classification": { + "B": 4.113835530006327e-05, + "S": 0.0012756251962855458, + "I": 0.05573440343141556, + "C": 0.0028833847027271986, + "R": 0.0007301077712327242, + "M": 0.0009879714343696833, + "O": 0.0013555114855989814, + "W": 0.0009159104665741324, + "N": 0.05197373777627945, + "Y": 0.06212577596306801, + "U": 1.472666917834431e-05, + "K": 0.6301535367965698, + "L": 4.555499253910966e-05, + "G": 0.0683019682765007, + "F": 0.018201351165771484, + "E": 0.07357358932495117, + "T": 0.015951212495565414, + "P": 0.008796040900051594, + "-": 0.006938332226127386 + }, + "id": "tp_14025" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1753153, + "label": "I", + "classification": { + "B": 0.00021279331122059375, + "S": 0.0032618879340589046, + "I": 0.5336230397224426, + "C": 0.0017788688419386744, + "R": 0.0003074390988331288, + "M": 0.001539252931252122, + "O": 0.0009073762339539826, + "W": 0.0004973052418790758, + "N": 0.25177502632141113, + "Y": 0.010763854719698429, + "U": 2.222225020886981e-06, + "K": 0.03043384663760662, + "L": 5.081542985863052e-05, + "G": 0.028217162936925888, + "F": 0.0010706492466852069, + "E": 0.1169317439198494, + "T": 0.0033031594939529896, + "P": 0.014781073667109013, + "-": 0.0005424350965768099 + }, + "id": "tp_14026" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1753253, + "label": "I", + "classification": { + "B": 0.00013173923071008176, + "S": 0.002066614106297493, + "I": 0.4584767520427704, + "C": 0.0052054040133953094, + "R": 0.002383867744356394, + "M": 0.004877790808677673, + "O": 0.004704161547124386, + "W": 0.0009752571932040155, + "N": 0.0940389409661293, + "Y": 0.20165465772151947, + "U": 1.1843250831589103e-05, + "K": 0.03918241709470749, + "L": 0.00017175341781694442, + "G": 0.056266095489263535, + "F": 0.010780610144138336, + "E": 0.04198271036148071, + "T": 0.03129151836037636, + "P": 0.026553228497505188, + "-": 0.019244633615016937 + }, + "id": "tp_14027" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1753387, + "label": "I", + "classification": { + "B": 0.00032329221721738577, + "S": 0.001151088741607964, + "I": 0.4981344938278198, + "C": 0.008917050436139107, + "R": 0.001513548893854022, + "M": 0.0039030772168189287, + "O": 0.0010422602063044906, + "W": 0.0002441876567900181, + "N": 0.07589508593082428, + "Y": 0.05045134574174881, + "U": 1.031086594593944e-05, + "K": 0.004418530967086554, + "L": 0.0003390190249774605, + "G": 0.1104426309466362, + "F": 0.004809365142136812, + "E": 0.20087368786334991, + "T": 0.008273132145404816, + "P": 0.02554607391357422, + "-": 0.0037117491010576487 + }, + "id": "tp_14028" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1753520, + "label": "I", + "classification": { + "B": 0.0015679782954975963, + "S": 0.0046640848740935326, + "I": 0.4689711630344391, + "C": 0.012639569118618965, + "R": 0.00301130092702806, + "M": 0.006815812084823847, + "O": 0.0029242222663015127, + "W": 0.0019866672810167074, + "N": 0.15404261648654938, + "Y": 0.038691937923431396, + "U": 0.0002250385150546208, + "K": 0.02941296063363552, + "L": 0.0006899627624079585, + "G": 0.039787232875823975, + "F": 0.007780758664011955, + "E": 0.142410546541214, + "T": 0.011505608446896076, + "P": 0.06588990241289139, + "-": 0.006982666905969381 + }, + "id": "tp_14029" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1753654, + "label": "G", + "classification": { + "B": 0.009991049766540527, + "S": 0.01593448407948017, + "I": 0.055574581027030945, + "C": 0.08399111032485962, + "R": 0.029078297317028046, + "M": 0.053202077746391296, + "O": 0.027259740978479385, + "W": 0.011425865814089775, + "N": 0.027930136770009995, + "Y": 0.0748073011636734, + "U": 0.0023255841806530952, + "K": 0.02451472356915474, + "L": 0.028617579489946365, + "G": 0.22121797502040863, + "F": 0.06689374893903732, + "E": 0.12334369868040085, + "T": 0.03948768228292465, + "P": 0.041744232177734375, + "-": 0.06266006082296371 + }, + "id": "tp_14030" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1753754, + "label": "-", + "classification": { + "B": 0.0001417877501808107, + "S": 0.00027705851243808866, + "I": 0.015359772369265556, + "C": 0.010551322251558304, + "R": 0.002197759225964546, + "M": 0.005992128048092127, + "O": 0.002257205080240965, + "W": 0.0004884437657892704, + "N": 0.0023462132085114717, + "Y": 0.1897527426481247, + "U": 7.732155063422397e-05, + "K": 0.0202779583632946, + "L": 0.000369969115126878, + "G": 0.07679040729999542, + "F": 0.10773198306560516, + "E": 0.030126802623271942, + "T": 0.032350730150938034, + "P": 0.046843271702528, + "-": 0.45606714487075806 + }, + "id": "tp_14031" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1753887, + "label": "P", + "classification": { + "B": 0.0005667654913850129, + "S": 0.0008380558574572206, + "I": 0.08811857551336288, + "C": 0.002867669565603137, + "R": 0.0014029715675860643, + "M": 0.003358397400006652, + "O": 0.0016065984964370728, + "W": 0.0004918873310089111, + "N": 0.014720862731337547, + "Y": 0.010679624043405056, + "U": 0.0003274875052738935, + "K": 0.0043578012846410275, + "L": 0.0004474465094972402, + "G": 0.010183981619775295, + "F": 0.027781089767813683, + "E": 0.0475071556866169, + "T": 0.006628104485571384, + "P": 0.6029967069625854, + "-": 0.1751188188791275 + }, + "id": "tp_14032" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1754021, + "label": "Y", + "classification": { + "B": 0.00023776089074090123, + "S": 0.0052158585749566555, + "I": 0.13696159422397614, + "C": 0.011543456465005875, + "R": 0.003697348991408944, + "M": 0.007347068749368191, + "O": 0.005879734642803669, + "W": 0.0023166120517998934, + "N": 0.06073662266135216, + "Y": 0.3147457242012024, + "U": 4.6869248762959614e-05, + "K": 0.1440579742193222, + "L": 0.00045858771773055196, + "G": 0.13462260365486145, + "F": 0.03095877915620804, + "E": 0.04523048177361488, + "T": 0.07366286963224411, + "P": 0.008384078741073608, + "-": 0.013895956799387932 + }, + "id": "tp_14033" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1754154, + "label": "E", + "classification": { + "B": 0.00018417691171634942, + "S": 0.0038658413104712963, + "I": 0.07598797231912613, + "C": 0.000978938303887844, + "R": 0.00024299832875840366, + "M": 0.004854040220379829, + "O": 0.0017487247241660953, + "W": 0.0006667476263828576, + "N": 0.02589520625770092, + "Y": 0.1821071207523346, + "U": 5.418399268819485e-06, + "K": 0.11635758727788925, + "L": 7.142829417716712e-05, + "G": 0.08809064328670502, + "F": 0.08920854330062866, + "E": 0.2577979862689972, + "T": 0.029450101777911186, + "P": 0.05306136980652809, + "-": 0.0694250836968422 + }, + "id": "tp_14034" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1754254, + "label": "-", + "classification": { + "B": 0.0004682196013163775, + "S": 0.001383375027216971, + "I": 0.0268414206802845, + "C": 0.0035628899931907654, + "R": 0.0009816208621487021, + "M": 0.0053575546480715275, + "O": 0.0028926064260303974, + "W": 0.0014343303628265858, + "N": 0.008507913909852505, + "Y": 0.044215817004442215, + "U": 0.00034806030453182757, + "K": 0.021556314080953598, + "L": 0.0004879055777564645, + "G": 0.017062196508049965, + "F": 0.11185555905103683, + "E": 0.050110720098018646, + "T": 0.019086647778749466, + "P": 0.28141164779663086, + "-": 0.40243521332740784 + }, + "id": "tp_14035" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1754388, + "label": "-", + "classification": { + "B": 0.0012024352326989174, + "S": 0.0012589881662279367, + "I": 0.013984070159494877, + "C": 0.006370596121996641, + "R": 0.003794983495026827, + "M": 0.011545468121767044, + "O": 0.006241797469556332, + "W": 0.0016839621821418405, + "N": 0.0042065284214913845, + "Y": 0.04886401817202568, + "U": 0.0012494195252656937, + "K": 0.0068570515140891075, + "L": 0.0025218671653419733, + "G": 0.02548634633421898, + "F": 0.06586211174726486, + "E": 0.02778804302215576, + "T": 0.022876819595694542, + "P": 0.1759239137172699, + "-": 0.5722815990447998 + }, + "id": "tp_14036" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1754521, + "label": "-", + "classification": { + "B": 6.1879537049946975e-09, + "S": 4.299660005813166e-08, + "I": 0.000839857617393136, + "C": 2.252741751362919e-06, + "R": 7.538899353676243e-07, + "M": 1.1563658517843578e-05, + "O": 2.123622152794269e-06, + "W": 9.467433415011328e-08, + "N": 8.627352144685574e-06, + "Y": 0.002934336429461837, + "U": 3.690968597425126e-08, + "K": 1.6615872482361738e-06, + "L": 6.438275335085564e-08, + "G": 3.008793282788247e-05, + "F": 0.0004063401429448277, + "E": 9.189265983877704e-05, + "T": 0.0006537225563079119, + "P": 0.11594495922327042, + "-": 0.8790715336799622 + }, + "id": "tp_14037" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1754655, + "label": "P", + "classification": { + "B": 4.2357121856184676e-05, + "S": 6.012913945596665e-05, + "I": 0.023731863126158714, + "C": 0.000607165799010545, + "R": 0.00014466344146057963, + "M": 0.0010972836753353477, + "O": 0.00029474045732058585, + "W": 7.254500815179199e-05, + "N": 0.003284066915512085, + "Y": 0.008364325389266014, + "U": 3.240727528464049e-05, + "K": 0.0021010481286793947, + "L": 3.710059536388144e-05, + "G": 0.004057014361023903, + "F": 0.015130512416362762, + "E": 0.041505154222249985, + "T": 0.0029230164363980293, + "P": 0.6524772644042969, + "-": 0.24403731524944305 + }, + "id": "tp_14038" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1754755, + "label": "-", + "classification": { + "B": 0.00012755670468322933, + "S": 0.00011030546011170372, + "I": 0.0011764232767745852, + "C": 0.0004891000571660697, + "R": 0.00016931457503233105, + "M": 0.0007109197322279215, + "O": 0.000759105896577239, + "W": 0.00011425976845202968, + "N": 0.00021185992227401584, + "Y": 0.003413439728319645, + "U": 4.966383130522445e-05, + "K": 0.00013210726319812238, + "L": 0.00011993040970992297, + "G": 0.0013244188157841563, + "F": 0.007487395778298378, + "E": 0.0008637766004540026, + "T": 0.0038862605579197407, + "P": 0.18654941022396088, + "-": 0.7923047542572021 + }, + "id": "tp_14039" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1754888, + "label": "-", + "classification": { + "B": 1.33437322347163e-06, + "S": 9.263043807550275e-07, + "I": 0.000670856621582061, + "C": 0.00013197054795455188, + "R": 9.053355825017206e-06, + "M": 8.353099110536277e-05, + "O": 1.9376200725673698e-05, + "W": 1.6658094637023169e-06, + "N": 3.987847958342172e-05, + "Y": 0.0008939867839217186, + "U": 1.8776930801323033e-06, + "K": 3.418353298911825e-05, + "L": 1.7680523569651996e-06, + "G": 0.00040471451939083636, + "F": 0.006789385806769133, + "E": 0.0015453919768333435, + "T": 0.0001957527856575325, + "P": 0.3078458309173584, + "-": 0.681328535079956 + }, + "id": "tp_14040" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1755022, + "label": "P", + "classification": { + "B": 5.4993925004964694e-05, + "S": 3.131875928374939e-05, + "I": 0.0036042036954313517, + "C": 0.00012468945351429284, + "R": 4.650616756407544e-05, + "M": 0.00037511938717216253, + "O": 0.000329768838128075, + "W": 6.065906200092286e-05, + "N": 0.00046524510253220797, + "Y": 0.0012977997539564967, + "U": 2.943483559647575e-05, + "K": 0.00010961449152091518, + "L": 3.729011586983688e-05, + "G": 0.0008416000637225807, + "F": 0.005582092329859734, + "E": 0.0022315308451652527, + "T": 0.0019504562951624393, + "P": 0.5294457674026489, + "-": 0.45338183641433716 + }, + "id": "tp_14041" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1755155, + "label": "-", + "classification": { + "B": 1.660690213611815e-05, + "S": 4.496339897741564e-06, + "I": 0.00011175210966030136, + "C": 2.7524499728315277e-06, + "R": 4.005556775155128e-07, + "M": 0.00017823957023210824, + "O": 4.6861918235663325e-05, + "W": 2.406019575573737e-06, + "N": 7.614862624905072e-06, + "Y": 0.00035121681867167354, + "U": 3.0759449032302655e-07, + "K": 2.397759544692235e-06, + "L": 3.7642921597580425e-06, + "G": 0.00015889342466834933, + "F": 0.00252521107904613, + "E": 0.0013426453806459904, + "T": 0.0002559897839091718, + "P": 0.13602390885353088, + "-": 0.8589645028114319 + }, + "id": "tp_14042" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1755255, + "label": "-", + "classification": { + "B": 4.8458990931976587e-05, + "S": 2.8365659090923145e-05, + "I": 0.0008286412339657545, + "C": 4.10765569540672e-05, + "R": 1.0568243851594161e-05, + "M": 0.00024107418721541762, + "O": 0.00014593295054510236, + "W": 2.5992978407884948e-05, + "N": 0.00014424709661398083, + "Y": 0.001905838493257761, + "U": 1.2552169209811836e-05, + "K": 0.0001432201243005693, + "L": 1.9879451429005712e-05, + "G": 0.0006614819285459816, + "F": 0.008874686434864998, + "E": 0.0021904457826167345, + "T": 0.0011412391904741526, + "P": 0.4550877809524536, + "-": 0.5284485220909119 + }, + "id": "tp_14043" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1755389, + "label": "-", + "classification": { + "B": 0.0023985905572772026, + "S": 0.0008555277017876506, + "I": 0.012407162226736546, + "C": 0.002353649353608489, + "R": 0.0010579697554931045, + "M": 0.010130607523024082, + "O": 0.003973024431616068, + "W": 0.0006910780211910605, + "N": 0.0012989029055461287, + "Y": 0.01938733272254467, + "U": 0.00024477127590216696, + "K": 0.0001474404416512698, + "L": 0.003004065714776516, + "G": 0.016547370702028275, + "F": 0.024981167167425156, + "E": 0.010568251833319664, + "T": 0.014253608882427216, + "P": 0.23068109154701233, + "-": 0.6450183987617493 + }, + "id": "tp_14044" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1755522, + "label": "-", + "classification": { + "B": 0.00016791732923593372, + "S": 0.0003576992603484541, + "I": 0.016298020258545876, + "C": 0.0013934809248894453, + "R": 0.000652535178232938, + "M": 0.0019253066275268793, + "O": 0.001206347718834877, + "W": 0.0003990608383901417, + "N": 0.004927365574985743, + "Y": 0.018508311361074448, + "U": 0.00025848057703115046, + "K": 0.009592504240572453, + "L": 0.00010767297499114648, + "G": 0.005593493115156889, + "F": 0.03426587954163551, + "E": 0.017044205218553543, + "T": 0.009305024519562721, + "P": 0.3805933892726898, + "-": 0.4974033534526825 + }, + "id": "tp_14045" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1755656, + "label": "-", + "classification": { + "B": 0.0002268486568937078, + "S": 0.00029075617203488946, + "I": 0.00183899758849293, + "C": 0.0002969063352793455, + "R": 0.00011560116399778053, + "M": 0.0026938740629702806, + "O": 0.0015751059399917722, + "W": 0.00021133088739588857, + "N": 0.0002585618058219552, + "Y": 0.00637764623388648, + "U": 3.8391855923691764e-05, + "K": 8.996762335300446e-05, + "L": 0.0002533200604375452, + "G": 0.002412184840068221, + "F": 0.020681293681263924, + "E": 0.002030538860708475, + "T": 0.004828508011996746, + "P": 0.18400011956691742, + "-": 0.7717799544334412 + }, + "id": "tp_14046" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1755756, + "label": "-", + "classification": { + "B": 4.365497296987542e-09, + "S": 1.6170852434882477e-09, + "I": 9.19682588573778e-06, + "C": 1.717962163638731e-07, + "R": 1.9510395077304565e-08, + "M": 1.8710359199758386e-06, + "O": 5.33566662852536e-07, + "W": 4.384590024386625e-09, + "N": 1.2700627394224284e-07, + "Y": 2.288641371706035e-05, + "U": 3.268658455013451e-09, + "K": 1.2994839870827946e-08, + "L": 1.3565641054924527e-08, + "G": 7.319256383198081e-06, + "F": 8.086691377684474e-05, + "E": 5.618321665679105e-06, + "T": 3.6953657399863005e-05, + "P": 0.18515682220458984, + "-": 0.8146775960922241 + }, + "id": "tp_14047" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1755889, + "label": "-", + "classification": { + "B": 2.3684685857006116e-06, + "S": 5.001409135729773e-07, + "I": 8.82707809068961e-06, + "C": 6.230305302779016e-07, + "R": 1.8284356428921456e-07, + "M": 4.7159057430690154e-05, + "O": 2.250277975690551e-05, + "W": 2.3556231099064462e-07, + "N": 3.0872203637954954e-07, + "Y": 0.0006267770077101886, + "U": 2.6151807830387952e-08, + "K": 2.0776555587076473e-08, + "L": 4.262719357939204e-06, + "G": 0.00016094630700536072, + "F": 0.0005268863751552999, + "E": 9.438370398129337e-06, + "T": 0.0009293283801525831, + "P": 0.016349131241440773, + "-": 0.9813104867935181 + }, + "id": "tp_14048" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1756023, + "label": "-", + "classification": { + "B": 4.01566649088636e-06, + "S": 6.0667898651445284e-06, + "I": 0.0006192030850797892, + "C": 0.00015673728194087744, + "R": 6.271299935178831e-05, + "M": 0.0009948553051799536, + "O": 0.00014882601681165397, + "W": 3.9891310734674335e-06, + "N": 2.193068212363869e-05, + "Y": 0.00798465684056282, + "U": 2.5078859380300855e-06, + "K": 1.468911887059221e-05, + "L": 5.189633520785719e-05, + "G": 0.0035299621522426605, + "F": 0.01651386171579361, + "E": 0.000518703309353441, + "T": 0.004434518050402403, + "P": 0.04417497292160988, + "-": 0.9207557439804077 + }, + "id": "tp_14049" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1756156, + "label": "-", + "classification": { + "B": 0.0008853678591549397, + "S": 0.001549908542074263, + "I": 0.02078448049724102, + "C": 0.015139728784561157, + "R": 0.0039053161162883043, + "M": 0.003522141370922327, + "O": 0.004259566776454449, + "W": 0.0022484378423541784, + "N": 0.009805331937968731, + "Y": 0.051340535283088684, + "U": 0.001348182326182723, + "K": 0.07262527942657471, + "L": 0.0008219127194024622, + "G": 0.03682134300470352, + "F": 0.12050987035036087, + "E": 0.0461696982383728, + "T": 0.016056636348366737, + "P": 0.17747631669044495, + "-": 0.4147299826145172 + }, + "id": "tp_14050" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1756256, + "label": "-", + "classification": { + "B": 0.00014190994261298329, + "S": 6.125951040303335e-05, + "I": 0.006935657002031803, + "C": 0.0018666221294552088, + "R": 0.00048746669199317694, + "M": 0.004874969366937876, + "O": 0.0011137105757370591, + "W": 0.00010610921890474856, + "N": 0.0006340679829008877, + "Y": 0.01587294042110443, + "U": 0.00012013559899060056, + "K": 0.0002854827616829425, + "L": 0.00026766155497170985, + "G": 0.007653898559510708, + "F": 0.009921373799443245, + "E": 0.0064031025394797325, + "T": 0.012292585335671902, + "P": 0.18511241674423218, + "-": 0.7458486557006836 + }, + "id": "tp_14051" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1756390, + "label": "-", + "classification": { + "B": 1.0284050944164846e-07, + "S": 4.955764438818733e-07, + "I": 0.0004159263917244971, + "C": 1.8926696156995604e-06, + "R": 1.084792529582046e-06, + "M": 5.379739013733342e-05, + "O": 1.2673979654209688e-05, + "W": 5.127071176502795e-07, + "N": 1.3983281860419083e-05, + "Y": 0.0008916251244954765, + "U": 1.7921597361691965e-07, + "K": 1.0392811418569181e-05, + "L": 3.635942960045213e-07, + "G": 5.1985422032885253e-05, + "F": 0.0014185233740136027, + "E": 8.561413415009156e-05, + "T": 0.0008151011425070465, + "P": 0.1679643988609314, + "-": 0.8282613754272461 + }, + "id": "tp_14052" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1756523, + "label": "P", + "classification": { + "B": 3.2146654120879248e-06, + "S": 4.99532973208261e-07, + "I": 0.00026283779880031943, + "C": 1.6559259165660478e-05, + "R": 1.5582317018925096e-06, + "M": 3.6169265513308346e-05, + "O": 1.015070029097842e-05, + "W": 5.936107640991395e-07, + "N": 1.1362869372533169e-05, + "Y": 0.00022872861882206053, + "U": 3.18125643161693e-07, + "K": 8.307169423460437e-07, + "L": 1.3054587952865404e-06, + "G": 0.00013960494834464043, + "F": 0.002053104341030121, + "E": 0.00036190327955409884, + "T": 0.00013287016190588474, + "P": 0.5210391879081726, + "-": 0.47569915652275085 + }, + "id": "tp_14053" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1756657, + "label": "-", + "classification": { + "B": 0.0005261096521280706, + "S": 0.0003733817138709128, + "I": 0.01870194636285305, + "C": 0.0027400252874940634, + "R": 0.001339673181064427, + "M": 0.0032261102460324764, + "O": 0.0019680685363709927, + "W": 0.0008389711729250848, + "N": 0.004031075164675713, + "Y": 0.022376159206032753, + "U": 0.0008683678461238742, + "K": 0.015799302607774734, + "L": 0.0006002847803756595, + "G": 0.01977412775158882, + "F": 0.05942292883992195, + "E": 0.03312332183122635, + "T": 0.009655077010393143, + "P": 0.2893586754798889, + "-": 0.5152763724327087 + }, + "id": "tp_14054" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1756757, + "label": "-", + "classification": { + "B": 8.601481908954156e-07, + "S": 1.0889149280046695e-06, + "I": 0.0001909032289404422, + "C": 8.595459803473204e-06, + "R": 1.2609223176696105e-06, + "M": 4.162984623690136e-05, + "O": 1.3632241461891681e-05, + "W": 7.986662922121468e-07, + "N": 2.3762109776725993e-05, + "Y": 0.0008370654541067779, + "U": 5.809783374388644e-07, + "K": 7.404264761134982e-05, + "L": 5.714836674997059e-07, + "G": 0.00018994272977579385, + "F": 0.010580186732113361, + "E": 0.0011803581146523356, + "T": 0.0004070911090821028, + "P": 0.2637081444263458, + "-": 0.7227395176887512 + }, + "id": "tp_14055" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1756890, + "label": "-", + "classification": { + "B": 8.771073044044897e-05, + "S": 0.00013001161278225482, + "I": 0.00043687428114935756, + "C": 0.00029096746584400535, + "R": 6.476975249825045e-05, + "M": 0.0032343643251806498, + "O": 0.0004387726366985589, + "W": 2.8605172701645643e-05, + "N": 6.134599243523553e-05, + "Y": 0.007613431196659803, + "U": 1.0244682016491424e-05, + "K": 5.091638377052732e-05, + "L": 0.00017684123304206878, + "G": 0.005346089601516724, + "F": 0.02823653444647789, + "E": 0.0024828785099089146, + "T": 0.00739680789411068, + "P": 0.07426998019218445, + "-": 0.8696428537368774 + }, + "id": "tp_14056" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1757024, + "label": "P", + "classification": { + "B": 3.689069126266986e-05, + "S": 9.571510599926114e-05, + "I": 0.0017792144790291786, + "C": 2.369682079006452e-05, + "R": 9.444597708352376e-06, + "M": 0.0004904280649498105, + "O": 0.00021874892991036177, + "W": 3.142724381177686e-05, + "N": 0.00039268028922379017, + "Y": 0.0025692491326481104, + "U": 3.1510510325460928e-06, + "K": 0.00024014562950469553, + "L": 1.5210939636745024e-05, + "G": 0.0024579304736107588, + "F": 0.02460423670709133, + "E": 0.007028770633041859, + "T": 0.0020034173503518105, + "P": 0.555017352104187, + "-": 0.4029822051525116 + }, + "id": "tp_14057" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1757157, + "label": "-", + "classification": { + "B": 1.787604674063914e-06, + "S": 8.609905307821464e-06, + "I": 0.006939306389540434, + "C": 0.00031803743331693113, + "R": 5.329729538061656e-05, + "M": 0.0005672535044141114, + "O": 0.00011701449693646282, + "W": 1.1967848877247889e-05, + "N": 0.000409406959079206, + "Y": 0.03655410185456276, + "U": 2.6171801437158138e-06, + "K": 0.0022059264592826366, + "L": 4.2550518628559075e-06, + "G": 0.005733927246183157, + "F": 0.015413083136081696, + "E": 0.013782958500087261, + "T": 0.004846828989684582, + "P": 0.10608869045972824, + "-": 0.8069409728050232 + }, + "id": "tp_14058" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1757257, + "label": "-", + "classification": { + "B": 0.001970219425857067, + "S": 0.005205433815717697, + "I": 0.011329815723001957, + "C": 0.0008988017798401415, + "R": 0.00025290882331319153, + "M": 0.020659010857343674, + "O": 0.005567912012338638, + "W": 0.0007231010240502656, + "N": 0.0013330632355064154, + "Y": 0.14620386064052582, + "U": 4.317483217164408e-06, + "K": 0.001755366101861, + "L": 0.0011200574226677418, + "G": 0.1153012216091156, + "F": 0.16465359926223755, + "E": 0.09139712154865265, + "T": 0.01835961453616619, + "P": 0.044057656079530716, + "-": 0.36920681595802307 + }, + "id": "tp_14059" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1757391, + "label": "-", + "classification": { + "B": 1.8024635210167617e-05, + "S": 3.3149326554848813e-06, + "I": 0.0019512227736413479, + "C": 4.515052569331601e-05, + "R": 7.203287168522365e-06, + "M": 0.0003992300480604172, + "O": 6.35387550573796e-05, + "W": 3.2566340451012366e-06, + "N": 4.662980791181326e-05, + "Y": 0.002201404655352235, + "U": 1.0990831924573286e-06, + "K": 1.7634006326261442e-06, + "L": 7.134910902095726e-06, + "G": 0.00037471496034413576, + "F": 0.0006588395917788148, + "E": 0.000747455283999443, + "T": 0.0013273699441924691, + "P": 0.31382521986961365, + "-": 0.6783174276351929 + }, + "id": "tp_14060" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1757524, + "label": "-", + "classification": { + "B": 1.5910669389995746e-05, + "S": 3.6892806747346185e-06, + "I": 0.0011103450087830424, + "C": 4.96478023706004e-05, + "R": 8.988525223685429e-06, + "M": 0.0003482046886347234, + "O": 0.00010713915980886668, + "W": 7.4644094638642855e-06, + "N": 3.156031743856147e-05, + "Y": 0.0007386094657704234, + "U": 2.897089188991231e-06, + "K": 1.216529426528723e-06, + "L": 1.953506398422178e-05, + "G": 0.00028318262775428593, + "F": 0.0006854000384919345, + "E": 0.0005978832487016916, + "T": 0.001246912986971438, + "P": 0.29643020033836365, + "-": 0.6983111500740051 + }, + "id": "tp_14061" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1757658, + "label": "-", + "classification": { + "B": 2.2820680456447917e-08, + "S": 4.51663808576086e-08, + "I": 0.00027414478245191276, + "C": 3.462012955424143e-06, + "R": 1.1302606708341045e-06, + "M": 6.46151102046133e-06, + "O": 4.126136445847806e-06, + "W": 1.3393923836702015e-07, + "N": 6.323108664219035e-06, + "Y": 0.00020942454284522682, + "U": 1.0535312355841597e-07, + "K": 5.092589390187641e-07, + "L": 2.0436486636299378e-07, + "G": 4.9908237997442484e-05, + "F": 0.0005302927456796169, + "E": 4.335400080890395e-05, + "T": 0.00015939291915856302, + "P": 0.38674572110176086, + "-": 0.6119652390480042 + }, + "id": "tp_14062" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1757758, + "label": "-", + "classification": { + "B": 3.232800693808713e-08, + "S": 8.904401482823232e-08, + "I": 5.48442876606714e-05, + "C": 1.6409150020990637e-06, + "R": 1.533456668312283e-07, + "M": 1.4911855032551102e-05, + "O": 3.538290457072435e-06, + "W": 1.0238597525358273e-07, + "N": 2.4658365873619914e-06, + "Y": 0.00021062996529508382, + "U": 6.23414422307178e-08, + "K": 9.48368210629269e-07, + "L": 8.735207046584037e-08, + "G": 2.4020253476919606e-05, + "F": 0.00032104324782267213, + "E": 3.377488974365406e-05, + "T": 0.00025734471273608506, + "P": 0.19435414671897888, + "-": 0.8047201633453369 + }, + "id": "tp_14063" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1757891, + "label": "-", + "classification": { + "B": 0.00010881745402002707, + "S": 7.161292887758464e-05, + "I": 0.004252212587743998, + "C": 0.000284682639176026, + "R": 5.152992525836453e-05, + "M": 0.0012820312986150384, + "O": 0.00038093765033409, + "W": 5.961464921711013e-05, + "N": 0.0006288823205977678, + "Y": 0.0041007534600794315, + "U": 5.492896161740646e-05, + "K": 0.00023136015806812793, + "L": 7.720905705355108e-05, + "G": 0.0018986709183081985, + "F": 0.008062778040766716, + "E": 0.007239254657179117, + "T": 0.004013752099126577, + "P": 0.4545592665672302, + "-": 0.5126416683197021 + }, + "id": "tp_14064" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1758025, + "label": "-", + "classification": { + "B": 2.0511588445515372e-05, + "S": 4.302224988350645e-05, + "I": 0.007004307117313147, + "C": 0.0006874053506180644, + "R": 9.753015183378011e-05, + "M": 0.0009216123726218939, + "O": 0.0003295262868050486, + "W": 5.387406054069288e-05, + "N": 0.0007730519864708185, + "Y": 0.008542601019144058, + "U": 3.719254891620949e-05, + "K": 0.0002497611567378044, + "L": 4.222655115881935e-05, + "G": 0.0009390463819727302, + "F": 0.007653569802641869, + "E": 0.005576694384217262, + "T": 0.003975323401391506, + "P": 0.28456780314445496, + "-": 0.6784849762916565 + }, + "id": "tp_14065" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1758158, + "label": "-", + "classification": { + "B": 9.126815712079406e-05, + "S": 0.00012722476094495505, + "I": 0.014023304916918278, + "C": 0.00043870072113350034, + "R": 0.0001737152924761176, + "M": 0.000983466044999659, + "O": 0.0004995927447453141, + "W": 0.00013044243678450584, + "N": 0.0017533324426040053, + "Y": 0.01198116410523653, + "U": 9.074965782929212e-05, + "K": 0.0016130635049194098, + "L": 6.576356827281415e-05, + "G": 0.002772433217614889, + "F": 0.017553668469190598, + "E": 0.009270246140658855, + "T": 0.005966010969132185, + "P": 0.3950316905975342, + "-": 0.5374341011047363 + }, + "id": "tp_14066" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1758258, + "label": "-", + "classification": { + "B": 0.00014454191841650754, + "S": 0.00015256597544066608, + "I": 0.010024924762547016, + "C": 0.002477013971656561, + "R": 0.0006103459745645523, + "M": 0.0034003802575170994, + "O": 0.0009730422752909362, + "W": 0.0001999502710532397, + "N": 0.001101229921914637, + "Y": 0.030371349304914474, + "U": 0.0001829137181630358, + "K": 0.0010556905763223767, + "L": 0.00032647320767864585, + "G": 0.00822716299444437, + "F": 0.03406061604619026, + "E": 0.010929442010819912, + "T": 0.010297928936779499, + "P": 0.18533387780189514, + "-": 0.7001306414604187 + }, + "id": "tp_14067" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1758392, + "label": "-", + "classification": { + "B": 3.514603719168008e-08, + "S": 3.324284847394665e-09, + "I": 3.881913926306879e-06, + "C": 2.722356953199778e-07, + "R": 1.3760734773882177e-08, + "M": 2.6672221338230884e-06, + "O": 3.5424443467491074e-07, + "W": 2.480947669525335e-09, + "N": 6.725908718863138e-08, + "Y": 6.296130595728755e-05, + "U": 1.8087616959761021e-09, + "K": 1.8712189131520063e-08, + "L": 1.750747102846617e-08, + "G": 1.7141141142928973e-05, + "F": 0.0003891384694725275, + "E": 1.1872518371092156e-05, + "T": 3.3330310543533415e-05, + "P": 0.07489614933729172, + "-": 0.9245820641517639 + }, + "id": "tp_14068" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1758525, + "label": "-", + "classification": { + "B": 2.8477707019192167e-06, + "S": 3.446187292865943e-06, + "I": 5.142216105014086e-05, + "C": 2.0231722373864613e-05, + "R": 8.52191533340374e-06, + "M": 0.00021394660871010274, + "O": 5.094526568427682e-05, + "W": 2.4940623006841633e-06, + "N": 3.923505119018955e-06, + "Y": 0.0021046993788331747, + "U": 6.540458912240865e-07, + "K": 4.191008883935865e-06, + "L": 7.739027751085814e-06, + "G": 0.00024121926981024444, + "F": 0.005266389809548855, + "E": 8.079409599304199e-05, + "T": 0.0011640687007457018, + "P": 0.046833835542201996, + "-": 0.9439385533332825 + }, + "id": "tp_14069" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1758625, + "label": "-", + "classification": { + "B": 9.124578923547233e-07, + "S": 3.5988809941045474e-06, + "I": 0.004240619484335184, + "C": 0.00011000457016052678, + "R": 1.174797216663137e-05, + "M": 0.00018526511848904192, + "O": 4.45796649728436e-05, + "W": 8.17286127130501e-06, + "N": 0.0003593612927943468, + "Y": 0.002887121168896556, + "U": 2.8521260446723318e-06, + "K": 0.0005098536494188011, + "L": 1.5243126654240768e-06, + "G": 0.0003885970509145409, + "F": 0.0068231746554374695, + "E": 0.007719435729086399, + "T": 0.000987816834822297, + "P": 0.3881463408470154, + "-": 0.5875690579414368 + }, + "id": "tp_14070" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1758759, + "label": "-", + "classification": { + "B": 0.0009416512912139297, + "S": 0.0004074273456353694, + "I": 0.010705096647143364, + "C": 0.0028209129814058542, + "R": 0.0016430843388661742, + "M": 0.0031040210742503405, + "O": 0.0024041389115154743, + "W": 0.0006844497402198613, + "N": 0.0016433061100542545, + "Y": 0.015575394034385681, + "U": 0.00034669178421609104, + "K": 0.001783774932846427, + "L": 0.0006686419947072864, + "G": 0.012707659974694252, + "F": 0.04113338515162468, + "E": 0.00897898618131876, + "T": 0.006967197172343731, + "P": 0.31383901834487915, + "-": 0.5736451745033264 + }, + "id": "tp_14071" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1758892, + "label": "P", + "classification": { + "B": 0.00032475177431479096, + "S": 0.00033899181289598346, + "I": 0.018168855458498, + "C": 0.0015824564034119248, + "R": 0.000414694135542959, + "M": 0.0021140931639820337, + "O": 0.0010490411659702659, + "W": 0.00043976030428893864, + "N": 0.004951953422278166, + "Y": 0.011530286632478237, + "U": 0.0003641363000497222, + "K": 0.004774054512381554, + "L": 0.00021593515702988952, + "G": 0.00637324433773756, + "F": 0.02135835587978363, + "E": 0.03487280756235123, + "T": 0.005689730867743492, + "P": 0.5312681198120117, + "-": 0.35416877269744873 + }, + "id": "tp_14072" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1759026, + "label": "-", + "classification": { + "B": 2.8267452307773056e-06, + "S": 7.702143193455413e-06, + "I": 0.0016545169055461884, + "C": 7.21278993296437e-05, + "R": 1.1825217370642349e-05, + "M": 4.326277121435851e-05, + "O": 5.1511316996766254e-05, + "W": 1.897510992421303e-05, + "N": 0.000249318836722523, + "Y": 0.0008905090508051217, + "U": 1.2793671885447111e-05, + "K": 0.001693220459856093, + "L": 2.12438703783846e-06, + "G": 0.0002659341262187809, + "F": 0.010544800199568272, + "E": 0.003939349669963121, + "T": 0.0003838158445432782, + "P": 0.33542385697364807, + "-": 0.6447315216064453 + }, + "id": "tp_14073" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1759126, + "label": "-", + "classification": { + "B": 1.3338633308990211e-08, + "S": 1.0224232482869411e-07, + "I": 1.2763519407599233e-05, + "C": 3.4712115848378744e-07, + "R": 5.135367686648351e-08, + "M": 1.6791759662737604e-06, + "O": 1.534358375465672e-06, + "W": 1.2663939230606047e-07, + "N": 1.574935595272109e-06, + "Y": 9.312942711403593e-05, + "U": 2.6889740212254765e-08, + "K": 1.6726589819882065e-05, + "L": 1.4515919133373245e-08, + "G": 1.18374009616673e-05, + "F": 0.006891285534948111, + "E": 0.00010739400750026107, + "T": 2.5538738555042073e-05, + "P": 0.18529902398586273, + "-": 0.8075368404388428 + }, + "id": "tp_14074" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1759259, + "label": "-", + "classification": { + "B": 8.55205325933639e-06, + "S": 2.7093988137494307e-06, + "I": 0.0002973729569930583, + "C": 2.991320434375666e-05, + "R": 5.253082690614974e-06, + "M": 0.0008837601635605097, + "O": 5.747353861806914e-05, + "W": 2.1477715108630946e-06, + "N": 9.599911209079437e-06, + "Y": 0.009137200191617012, + "U": 1.44530349643901e-06, + "K": 1.4018137335369829e-05, + "L": 9.944747944246046e-06, + "G": 0.0025058358442038298, + "F": 0.002347118454053998, + "E": 0.0004783789627254009, + "T": 0.004040137864649296, + "P": 0.04682937636971474, + "-": 0.9333397746086121 + }, + "id": "tp_14075" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1759393, + "label": "-", + "classification": { + "B": 0.00010374487465014681, + "S": 4.272307705832645e-05, + "I": 0.0004488034173846245, + "C": 9.722998947836459e-05, + "R": 2.1535124687943608e-05, + "M": 0.0008490799809806049, + "O": 0.0004461882053874433, + "W": 3.3693046134430915e-05, + "N": 4.0090391848934814e-05, + "Y": 0.0018371656769886613, + "U": 5.31120758751058e-06, + "K": 2.9638260457431898e-05, + "L": 0.00010412023402750492, + "G": 0.002568816300481558, + "F": 0.013224943540990353, + "E": 0.001962668262422085, + "T": 0.001366063253954053, + "P": 0.13515079021453857, + "-": 0.8416674137115479 + }, + "id": "tp_14076" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1759526, + "label": "-", + "classification": { + "B": 2.6816007903107675e-07, + "S": 1.2230628065879046e-08, + "I": 0.0002509248733986169, + "C": 7.813137926859781e-06, + "R": 3.852485974675801e-07, + "M": 1.9706845705513842e-05, + "O": 2.0778807083843276e-06, + "W": 5.4790252335124023e-08, + "N": 1.242860207639751e-06, + "Y": 0.00012625480303540826, + "U": 3.1889697993392474e-08, + "K": 1.432433105463815e-08, + "L": 3.3835533486126224e-07, + "G": 4.085635737283155e-05, + "F": 9.65302242548205e-05, + "E": 9.883209713734686e-05, + "T": 5.64911933906842e-05, + "P": 0.34222400188446045, + "-": 0.6570741534233093 + }, + "id": "tp_14077" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1759626, + "label": "P", + "classification": { + "B": 1.0598887456580997e-05, + "S": 1.5888198277025367e-06, + "I": 0.000800310866907239, + "C": 3.3724656532285735e-05, + "R": 3.0543985758413328e-06, + "M": 6.966851651668549e-05, + "O": 2.3343172870227136e-05, + "W": 1.609066885066568e-06, + "N": 2.8695374567178078e-05, + "Y": 0.0004750053340103477, + "U": 6.290052851909422e-07, + "K": 4.361467290436849e-06, + "L": 4.05193486585631e-06, + "G": 0.0005524467560462654, + "F": 0.005845851264894009, + "E": 0.0018191251438111067, + "T": 0.00012699533544946462, + "P": 0.5500034093856812, + "-": 0.44019556045532227 + }, + "id": "tp_14078" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1759760, + "label": "-", + "classification": { + "B": 6.00405201112153e-07, + "S": 4.055325746321614e-07, + "I": 0.00021149970416445285, + "C": 8.459552191197872e-06, + "R": 1.04773357634258e-06, + "M": 5.304407386574894e-05, + "O": 6.534741714858683e-06, + "W": 6.804572194596403e-07, + "N": 8.014913873921614e-06, + "Y": 0.00040247937431558967, + "U": 3.7357736459853186e-07, + "K": 1.9138618881697766e-05, + "L": 5.470918722494389e-07, + "G": 7.953152089612558e-05, + "F": 0.003516717115417123, + "E": 0.0008537358371540904, + "T": 0.00012298832007218152, + "P": 0.27220967411994934, + "-": 0.7225044965744019 + }, + "id": "tp_14079" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1759893, + "label": "-", + "classification": { + "B": 2.2135552626423305e-06, + "S": 1.8898003872891422e-06, + "I": 0.0003918727452401072, + "C": 5.719662658520974e-05, + "R": 8.782611075730529e-06, + "M": 9.687920100986958e-05, + "O": 3.24809952871874e-05, + "W": 3.3463652471255045e-06, + "N": 3.446610935498029e-05, + "Y": 0.0025810515508055687, + "U": 4.608810286299558e-06, + "K": 0.00033941862056963146, + "L": 3.5416057926340727e-06, + "G": 0.0011554559459909797, + "F": 0.0070829251781105995, + "E": 0.0022263885475695133, + "T": 0.0007296406547538936, + "P": 0.11850377917289734, + "-": 0.8667441606521606 + }, + "id": "tp_14080" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1760027, + "label": "-", + "classification": { + "B": 3.4407734347041696e-05, + "S": 1.2295640772208571e-05, + "I": 0.0017326021334156394, + "C": 0.0002629209775477648, + "R": 7.416451262542978e-05, + "M": 0.0004208202299196273, + "O": 0.0002618180587887764, + "W": 2.7364952984498814e-05, + "N": 0.00012439920101314783, + "Y": 0.0037260300014168024, + "U": 1.6169005903066136e-05, + "K": 6.891361408634111e-05, + "L": 4.6978377213235945e-05, + "G": 0.0017200267175212502, + "F": 0.004221966024488211, + "E": 0.0009442971204407513, + "T": 0.0022976892068982124, + "P": 0.20397606492042542, + "-": 0.7800310254096985 + }, + "id": "tp_14081" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1760127, + "label": "-", + "classification": { + "B": 9.579222250977182e-07, + "S": 8.298154057229112e-07, + "I": 0.00041195479570887983, + "C": 9.221565414918587e-05, + "R": 5.308689196681371e-06, + "M": 4.3454077967908233e-05, + "O": 2.132768895535264e-05, + "W": 7.933823553685215e-07, + "N": 2.8278454919927754e-05, + "Y": 0.0015838121762499213, + "U": 1.6526884110135143e-06, + "K": 2.625237721076701e-05, + "L": 1.1716175549736363e-06, + "G": 0.000868951145093888, + "F": 0.0017455454217270017, + "E": 0.000271274009719491, + "T": 0.0005107045290060341, + "P": 0.12805330753326416, + "-": 0.8663322925567627 + }, + "id": "tp_14082" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1760260, + "label": "-", + "classification": { + "B": 6.98462883974571e-07, + "S": 8.701224032847676e-06, + "I": 0.0035751957911998034, + "C": 0.00013495182793121785, + "R": 6.292785838013515e-05, + "M": 0.00027710525318980217, + "O": 0.00011453605839051306, + "W": 1.559345400892198e-05, + "N": 0.00020733177370857447, + "Y": 0.02389574982225895, + "U": 3.3165154036396416e-06, + "K": 0.00037325944867916405, + "L": 2.885698222598876e-06, + "G": 0.0007034307345747948, + "F": 0.0035573928616940975, + "E": 0.0007469544070772827, + "T": 0.005564807448536158, + "P": 0.07272215932607651, + "-": 0.8880329728126526 + }, + "id": "tp_14083" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1760394, + "label": "-", + "classification": { + "B": 1.43623003623361e-06, + "S": 8.03840009666601e-07, + "I": 0.0001239185075974092, + "C": 2.923762622231152e-06, + "R": 8.484268505526416e-07, + "M": 5.88749535381794e-05, + "O": 2.551777652115561e-05, + "W": 1.5740434946565074e-06, + "N": 6.826127446402097e-06, + "Y": 0.00014052202459424734, + "U": 2.754906631707854e-07, + "K": 3.1218387448461726e-06, + "L": 1.3447262290355866e-06, + "G": 5.669297024724074e-05, + "F": 0.0019519395427778363, + "E": 0.00031676641083322465, + "T": 0.0001605724246473983, + "P": 0.2203025072813034, + "-": 0.7768434882164001 + }, + "id": "tp_14084" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1760527, + "label": "-", + "classification": { + "B": 2.8426256903912872e-08, + "S": 8.492406777804717e-08, + "I": 8.044794230954722e-05, + "C": 6.112749133535544e-07, + "R": 6.639817229370237e-08, + "M": 6.7674000092665665e-06, + "O": 1.9664771571115125e-06, + "W": 1.4019596505931986e-07, + "N": 3.8136242892505834e-06, + "Y": 0.00025106981047429144, + "U": 7.282738323510785e-08, + "K": 5.757972758146934e-06, + "L": 3.9182282307592686e-08, + "G": 1.4841987649560906e-05, + "F": 0.0006359133403748274, + "E": 0.00022067400277592242, + "T": 0.00017804958042688668, + "P": 0.1950424462556839, + "-": 0.8035571575164795 + }, + "id": "tp_14085" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1760627, + "label": "-", + "classification": { + "B": 0.0016736990073695779, + "S": 0.0018035569228231907, + "I": 0.007602637633681297, + "C": 0.0057898578234016895, + "R": 0.0024564797058701515, + "M": 0.012422335334122181, + "O": 0.006944908760488033, + "W": 0.0015160765033215284, + "N": 0.002299500862136483, + "Y": 0.0265012476593256, + "U": 0.0008495193324051797, + "K": 0.002133795991539955, + "L": 0.0023030859883874655, + "G": 0.01815406046807766, + "F": 0.049019329249858856, + "E": 0.009501761756837368, + "T": 0.023594576865434647, + "P": 0.16183945536613464, + "-": 0.6635940670967102 + }, + "id": "tp_14086" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1760761, + "label": "P", + "classification": { + "B": 8.400317710766103e-06, + "S": 4.121299298276426e-06, + "I": 0.00034752016654238105, + "C": 5.3627150009560864e-06, + "R": 1.0980172646668507e-06, + "M": 2.3778517061145976e-05, + "O": 2.8559728889376856e-05, + "W": 4.752960194309708e-06, + "N": 3.416287654545158e-05, + "Y": 0.0001239592966157943, + "U": 1.1395328556318418e-06, + "K": 7.158047083066776e-06, + "L": 1.7958974467546795e-06, + "G": 6.0040572861908004e-05, + "F": 0.002438864903524518, + "E": 0.00046769235632382333, + "T": 0.0001284208265133202, + "P": 0.6820106506347656, + "-": 0.31430256366729736 + }, + "id": "tp_14087" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1760894, + "label": "-", + "classification": { + "B": 2.224483296231483e-06, + "S": 1.4121981166681508e-06, + "I": 6.768116145394742e-05, + "C": 3.4264141959283734e-06, + "R": 7.270163564498944e-07, + "M": 1.329151837126119e-05, + "O": 1.1987405741820112e-05, + "W": 1.604449266778829e-06, + "N": 6.419976216420764e-06, + "Y": 0.0002813620085362345, + "U": 4.879802872892469e-07, + "K": 3.345926234032959e-05, + "L": 6.310858111646667e-07, + "G": 0.0001365854695905, + "F": 0.010298574343323708, + "E": 0.000539747707080096, + "T": 0.0001048058329615742, + "P": 0.2118564248085022, + "-": 0.7766391634941101 + }, + "id": "tp_14088" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1761028, + "label": "-", + "classification": { + "B": 2.6480562155484222e-05, + "S": 2.9351604098337702e-06, + "I": 0.0010558866197243333, + "C": 0.00027178486925549805, + "R": 4.179913958068937e-05, + "M": 0.00034980004420503974, + "O": 0.00014059542445465922, + "W": 1.0615995051921345e-05, + "N": 7.332920358749107e-05, + "Y": 0.0008505196892656386, + "U": 9.484911970503163e-06, + "K": 4.8861897084861994e-05, + "L": 1.5414925655932166e-05, + "G": 0.0014337751781567931, + "F": 0.003787380177527666, + "E": 0.001299396506510675, + "T": 0.001131968921981752, + "P": 0.2905920147895813, + "-": 0.6988579630851746 + }, + "id": "tp_14089" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1761128, + "label": "-", + "classification": { + "B": 1.9680335299199214e-06, + "S": 1.0137865729120676e-06, + "I": 0.0009195513557642698, + "C": 6.976532858971041e-06, + "R": 1.05187859844591e-06, + "M": 0.00022248232562560588, + "O": 1.5045302461658139e-05, + "W": 4.85903626668005e-07, + "N": 1.484699168941006e-05, + "Y": 0.00512692891061306, + "U": 3.811479700743803e-07, + "K": 2.5190599899360677e-06, + "L": 2.3779982711857883e-06, + "G": 0.000489038648083806, + "F": 0.0009425369207747281, + "E": 0.0006016382249072194, + "T": 0.003432776778936386, + "P": 0.16453108191490173, + "-": 0.8236873149871826 + }, + "id": "tp_14090" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1761261, + "label": "-", + "classification": { + "B": 5.327151939127361e-06, + "S": 7.599883247166872e-06, + "I": 0.0016881271731108427, + "C": 0.0001454526063753292, + "R": 2.0746543668792583e-05, + "M": 0.00042011591722257435, + "O": 7.067773549351841e-05, + "W": 1.48760473166476e-05, + "N": 0.0001457214093534276, + "Y": 0.005236354190856218, + "U": 6.343705990730086e-06, + "K": 0.0033277515321969986, + "L": 7.489411473216023e-06, + "G": 0.0026956188958138227, + "F": 0.03221135213971138, + "E": 0.013298837468028069, + "T": 0.0013531987788155675, + "P": 0.13607873022556305, + "-": 0.8032656908035278 + }, + "id": "tp_14091" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1761395, + "label": "-", + "classification": { + "B": 0.00042011227924376726, + "S": 0.00012016038090223446, + "I": 0.00236720428802073, + "C": 0.0006930854870006442, + "R": 0.0001681516005191952, + "M": 0.0023626259062439203, + "O": 0.0008468803716823459, + "W": 0.00017298244347330183, + "N": 0.0004070476279594004, + "Y": 0.007143581751734018, + "U": 7.124584953999147e-05, + "K": 0.000663373211864382, + "L": 0.00018977253057528287, + "G": 0.007315999828279018, + "F": 0.0299890898168087, + "E": 0.011474349536001682, + "T": 0.0031387258786708117, + "P": 0.25445717573165894, + "-": 0.6779984831809998 + }, + "id": "tp_14092" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1761528, + "label": "P", + "classification": { + "B": 8.443203114438802e-06, + "S": 3.5678272070072126e-07, + "I": 0.0011878907680511475, + "C": 4.339539373177104e-05, + "R": 3.5786861189990304e-06, + "M": 0.0001125922572100535, + "O": 1.8841894416254945e-05, + "W": 9.133228218161094e-07, + "N": 2.3034594050841406e-05, + "Y": 0.0002501013514120132, + "U": 7.2066455913955e-07, + "K": 1.270208258574712e-07, + "L": 5.0216617637488525e-06, + "G": 0.00023462089302483946, + "F": 0.0002496063243597746, + "E": 0.00043206632835790515, + "T": 0.0002768339472822845, + "P": 0.6647545099258423, + "-": 0.3323972225189209 + }, + "id": "tp_14093" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1761628, + "label": "P", + "classification": { + "B": 0.0023230407387018204, + "S": 0.0006127879023551941, + "I": 0.18574120104312897, + "C": 0.007952481508255005, + "R": 0.002069098176434636, + "M": 0.0223159771412611, + "O": 0.0022264416329562664, + "W": 0.00034305083681829274, + "N": 0.009568603709340096, + "Y": 0.05166090652346611, + "U": 0.0001668918994255364, + "K": 0.0005859582452103496, + "L": 0.0017083128914237022, + "G": 0.042200423777103424, + "F": 0.015314784832298756, + "E": 0.16542020440101624, + "T": 0.013947532512247562, + "P": 0.29264768958091736, + "-": 0.1831946223974228 + }, + "id": "tp_14094" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1761762, + "label": "-", + "classification": { + "B": 6.731207236043701e-07, + "S": 8.359145908798382e-08, + "I": 3.0254172088461928e-05, + "C": 1.5788111795700388e-06, + "R": 3.0472531875602726e-07, + "M": 2.6973055355483666e-05, + "O": 4.440275461092824e-06, + "W": 6.175991984491702e-08, + "N": 5.829948008795327e-07, + "Y": 0.00019114023598376662, + "U": 1.9910723736416003e-08, + "K": 3.3751993555597437e-07, + "L": 3.1507400422015053e-07, + "G": 0.00013759464491158724, + "F": 0.001993239624425769, + "E": 6.848282646387815e-05, + "T": 0.00011206696945009753, + "P": 0.06506746262311935, + "-": 0.9323644638061523 + }, + "id": "tp_14095" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1761895, + "label": "-", + "classification": { + "B": 0.00041088234866037965, + "S": 0.00022120536596048623, + "I": 0.008917862549424171, + "C": 0.002474504290148616, + "R": 0.0005549806519411504, + "M": 0.004824712872505188, + "O": 0.0021327510476112366, + "W": 0.00031430969829671085, + "N": 0.0012890821089968085, + "Y": 0.009810795076191425, + "U": 0.0003272359899710864, + "K": 0.00037032263935543597, + "L": 0.000749203551094979, + "G": 0.0058299945667386055, + "F": 0.008673430420458317, + "E": 0.006305260118097067, + "T": 0.01684681884944439, + "P": 0.2149544209241867, + "-": 0.7149922251701355 + }, + "id": "tp_14096" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1762029, + "label": "-", + "classification": { + "B": 3.087813865931821e-06, + "S": 3.8054211017879425e-06, + "I": 0.0002404188853688538, + "C": 7.126848231564509e-06, + "R": 2.476676399965072e-06, + "M": 0.00013078318443149328, + "O": 4.274685852578841e-05, + "W": 4.282060672267107e-06, + "N": 2.253389720863197e-05, + "Y": 0.001442230655811727, + "U": 1.7521764448247268e-06, + "K": 2.5518404072499834e-05, + "L": 3.986381670983974e-06, + "G": 0.00022798443387728184, + "F": 0.005258999299257994, + "E": 0.00043152939178980887, + "T": 0.0012170271947979927, + "P": 0.2255396842956543, + "-": 0.7653941512107849 + }, + "id": "tp_14097" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1762129, + "label": "-", + "classification": { + "B": 1.5434778788403491e-07, + "S": 1.1812447553438687e-07, + "I": 9.528859663987532e-05, + "C": 1.3267813301354181e-05, + "R": 3.441315357122221e-06, + "M": 5.586410770774819e-05, + "O": 6.8461245064099785e-06, + "W": 2.057665255961183e-07, + "N": 1.8574314708530437e-06, + "Y": 0.002361335325986147, + "U": 1.459306275819472e-07, + "K": 5.046952082921052e-06, + "L": 6.268762149375107e-07, + "G": 0.0002516099775675684, + "F": 0.0025100568309426308, + "E": 0.00010099777864525095, + "T": 0.0002934711810667068, + "P": 0.032456912100315094, + "-": 0.9618426561355591 + }, + "id": "tp_14098" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1762262, + "label": "-", + "classification": { + "B": 0.0017160688294097781, + "S": 0.0006515335408039391, + "I": 0.008933291770517826, + "C": 0.0034164199605584145, + "R": 0.0010557068744674325, + "M": 0.0045872339978814125, + "O": 0.0029938919469714165, + "W": 0.00046733548515476286, + "N": 0.0019052563002333045, + "Y": 0.018413115292787552, + "U": 0.0005473593482747674, + "K": 0.001102576730772853, + "L": 0.001407970325089991, + "G": 0.019063705578446388, + "F": 0.04479360952973366, + "E": 0.010477401316165924, + "T": 0.013640772551298141, + "P": 0.2618999481201172, + "-": 0.6029267907142639 + }, + "id": "tp_14099" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1762396, + "label": "P", + "classification": { + "B": 1.6562489690841176e-05, + "S": 4.456518126971787e-06, + "I": 0.00045628545922227204, + "C": 2.615594166854862e-05, + "R": 7.566202839370817e-06, + "M": 3.8687805499648675e-05, + "O": 5.002655234420672e-05, + "W": 7.0349710767914075e-06, + "N": 4.649102993425913e-05, + "Y": 0.00051497871754691, + "U": 3.4038887406495633e-06, + "K": 2.2967869881540537e-05, + "L": 6.758320523658767e-06, + "G": 0.0002577688137535006, + "F": 0.006006296258419752, + "E": 0.0006569789838977158, + "T": 0.00042528289486654103, + "P": 0.5304002165794373, + "-": 0.4610520005226135 + }, + "id": "tp_14100" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1762529, + "label": "-", + "classification": { + "B": 6.510719741115167e-10, + "S": 1.4286012650632784e-10, + "I": 1.6713595414330484e-06, + "C": 1.0186732346539884e-08, + "R": 6.266267504884127e-10, + "M": 3.357210403009958e-07, + "O": 1.907937097200829e-08, + "W": 2.8839117205414766e-10, + "N": 1.268910843066351e-08, + "Y": 3.993909922428429e-05, + "U": 2.187074549242496e-10, + "K": 2.141783426168331e-07, + "L": 3.072707921436546e-10, + "G": 4.97856399306329e-06, + "F": 0.0001376770087517798, + "E": 2.4048775230767205e-05, + "T": 5.167875315237325e-06, + "P": 0.040389109402894974, + "-": 0.9593968391418457 + }, + "id": "tp_14101" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1762629, + "label": "-", + "classification": { + "B": 8.334995800396428e-05, + "S": 5.566225809161551e-05, + "I": 0.025753794237971306, + "C": 0.001700337277725339, + "R": 0.0009348805760964751, + "M": 0.0021519188303500414, + "O": 0.0012634961167350411, + "W": 0.0001545442792121321, + "N": 0.00111618940718472, + "Y": 0.0075236596167087555, + "U": 5.2737723308382556e-05, + "K": 4.141125100431964e-05, + "L": 0.0002410416054772213, + "G": 0.00283449562266469, + "F": 0.0031941765919327736, + "E": 0.0010604046983644366, + "T": 0.01305115781724453, + "P": 0.30107802152633667, + "-": 0.6377086639404297 + }, + "id": "tp_14102" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1762763, + "label": "-", + "classification": { + "B": 6.076925274101086e-08, + "S": 2.8207658431256277e-08, + "I": 3.0307473934954032e-05, + "C": 1.209660013046232e-06, + "R": 1.1227023577475848e-07, + "M": 1.606909245310817e-05, + "O": 1.5527335790466168e-06, + "W": 3.296721473589059e-08, + "N": 5.810259153804509e-07, + "Y": 0.0003914022818207741, + "U": 2.1872569533343267e-08, + "K": 9.019743743010622e-07, + "L": 1.0172800557484152e-07, + "G": 0.00010261181159876287, + "F": 0.000863413792103529, + "E": 0.0002914464857894927, + "T": 0.0001243448059540242, + "P": 0.07493564486503601, + "-": 0.923240065574646 + }, + "id": "tp_14103" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1762896, + "label": "-", + "classification": { + "B": 2.8721405809228884e-10, + "S": 5.031801642019218e-10, + "I": 8.099785873127985e-07, + "C": 3.298617912150803e-08, + "R": 4.959860300246532e-10, + "M": 7.644921851124309e-08, + "O": 4.9654879319405154e-08, + "W": 4.4380935038113023e-10, + "N": 2.1754804180318388e-08, + "Y": 2.896589649026282e-06, + "U": 2.359244466454413e-10, + "K": 1.862203546920682e-08, + "L": 2.7194177465439395e-10, + "G": 4.214880391373299e-07, + "F": 0.0001221356214955449, + "E": 1.5391008219012292e-06, + "T": 2.279868795085349e-06, + "P": 0.09549039602279663, + "-": 0.9043793678283691 + }, + "id": "tp_14104" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1763030, + "label": "-", + "classification": { + "B": 1.4974457940297725e-07, + "S": 1.4859259067634412e-07, + "I": 0.0002377535856794566, + "C": 9.026238330989145e-06, + "R": 9.46509658206196e-07, + "M": 9.083872100745793e-06, + "O": 5.008182142773876e-06, + "W": 5.093488653074019e-07, + "N": 1.79545004357351e-05, + "Y": 0.0003593769215513021, + "U": 5.440176096271898e-07, + "K": 0.000107589214167092, + "L": 8.297884335206618e-08, + "G": 5.579095159191638e-05, + "F": 0.002733028493821621, + "E": 0.00039029103936627507, + "T": 0.00011191669182153419, + "P": 0.18715818226337433, + "-": 0.8088025450706482 + }, + "id": "tp_14105" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1763130, + "label": "-", + "classification": { + "B": 6.039069194230251e-05, + "S": 4.137932774028741e-05, + "I": 0.0019239441026002169, + "C": 0.00034371225046925247, + "R": 8.379301289096475e-05, + "M": 0.0003781646373681724, + "O": 0.00027977247373200953, + "W": 8.290617552120239e-05, + "N": 0.0004270145727787167, + "Y": 0.005785741843283176, + "U": 6.943956395843998e-05, + "K": 0.0027102413587272167, + "L": 3.561987614375539e-05, + "G": 0.002643864369019866, + "F": 0.04419108107686043, + "E": 0.007377024739980698, + "T": 0.00246110325679183, + "P": 0.3142029047012329, + "-": 0.6169019341468811 + }, + "id": "tp_14106" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1763263, + "label": "P", + "classification": { + "B": 2.74731864919886e-05, + "S": 5.093423533253372e-05, + "I": 0.007467118091881275, + "C": 0.0001581262331455946, + "R": 4.1295585106126964e-05, + "M": 0.0005608376814052463, + "O": 0.00022289187472779304, + "W": 3.7003781471867114e-05, + "N": 0.0007957643829286098, + "Y": 0.0017396350158378482, + "U": 2.0279416276025586e-05, + "K": 7.679670670768246e-05, + "L": 4.0935123251983896e-05, + "G": 0.0004926526453346014, + "F": 0.004739012103527784, + "E": 0.002845463342964649, + "T": 0.002783052157610655, + "P": 0.6011969447135925, + "-": 0.37670373916625977 + }, + "id": "tp_14107" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1763397, + "label": "-", + "classification": { + "B": 1.0136173841601703e-05, + "S": 4.075860033481149e-06, + "I": 0.00030927915940992534, + "C": 8.052709745243192e-05, + "R": 1.537694151920732e-05, + "M": 0.0012257007183507085, + "O": 7.500776700908318e-05, + "W": 1.3838033510182868e-06, + "N": 6.427999778679805e-06, + "Y": 0.004267175681889057, + "U": 6.482750336544996e-07, + "K": 1.8667302583708079e-06, + "L": 2.4704808311071247e-05, + "G": 0.0019938680343329906, + "F": 0.004125156439840794, + "E": 0.00031307709286920726, + "T": 0.0028129161801189184, + "P": 0.022959385067224503, + "-": 0.9617733359336853 + }, + "id": "tp_14108" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1763530, + "label": "-", + "classification": { + "B": 8.888985030353069e-05, + "S": 4.809385791304521e-05, + "I": 0.0033992407843470573, + "C": 0.00020557241805363446, + "R": 3.922065661754459e-05, + "M": 0.001203896594233811, + "O": 0.00024732740712352097, + "W": 3.172946162521839e-05, + "N": 0.0004991343012079597, + "Y": 0.007354876957833767, + "U": 1.9936773242079653e-05, + "K": 0.0008869695011526346, + "L": 3.991857738583349e-05, + "G": 0.008058346807956696, + "F": 0.025411510840058327, + "E": 0.021691737696528435, + "T": 0.004367722198367119, + "P": 0.3324720859527588, + "-": 0.5939337611198425 + }, + "id": "tp_14109" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1763630, + "label": "-", + "classification": { + "B": 5.582908713108736e-08, + "S": 1.205916362323478e-07, + "I": 0.000250704848440364, + "C": 7.620147243869724e-06, + "R": 7.452238719451998e-07, + "M": 1.0579567060631234e-05, + "O": 2.594875468275859e-06, + "W": 1.6624734655579232e-07, + "N": 7.5294160524208564e-06, + "Y": 0.0001982656103791669, + "U": 1.7391114681686304e-07, + "K": 9.532276408208418e-07, + "L": 1.4454968777499744e-07, + "G": 1.858093310147524e-05, + "F": 0.00018563709454610944, + "E": 0.00011374377936590463, + "T": 0.00026652534143067896, + "P": 0.29955407977104187, + "-": 0.6993818283081055 + }, + "id": "tp_14110" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1763764, + "label": "-", + "classification": { + "B": 6.398245750460774e-05, + "S": 2.8462691261665896e-05, + "I": 0.0003425970789976418, + "C": 4.946444823872298e-05, + "R": 1.3160758498997893e-05, + "M": 0.0010585995623841882, + "O": 0.0002550908538978547, + "W": 1.1700532013492193e-05, + "N": 2.6785797672346234e-05, + "Y": 0.003005287842825055, + "U": 2.927407422248507e-06, + "K": 6.542250048369169e-06, + "L": 7.324258331209421e-05, + "G": 0.0023552922066301107, + "F": 0.00935290940105915, + "E": 0.0011897643562406301, + "T": 0.0021092016249895096, + "P": 0.11261039972305298, + "-": 0.867444634437561 + }, + "id": "tp_14111" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1763897, + "label": "-", + "classification": { + "B": 3.812315480899997e-05, + "S": 8.081666237558238e-06, + "I": 0.0010767250787466764, + "C": 9.609494009055197e-05, + "R": 1.6192223483812995e-05, + "M": 0.00022240275575313717, + "O": 8.747324318392202e-05, + "W": 1.0793775800266303e-05, + "N": 0.00010986198321916163, + "Y": 0.00169214210473001, + "U": 4.6622967602161225e-06, + "K": 0.00011540171544766054, + "L": 7.136781277949922e-06, + "G": 0.0014872096944600344, + "F": 0.007451407145708799, + "E": 0.008254478685557842, + "T": 0.0005035086651332676, + "P": 0.3996134102344513, + "-": 0.5792048573493958 + }, + "id": "tp_14112" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1764031, + "label": "-", + "classification": { + "B": 3.2953289519355167e-06, + "S": 9.214066949425614e-07, + "I": 0.00019098201300948858, + "C": 8.198941031878348e-06, + "R": 1.424483798473375e-06, + "M": 8.134605013765395e-05, + "O": 1.792175135051366e-05, + "W": 1.5178496823864407e-06, + "N": 1.0565296179265715e-05, + "Y": 0.0005032445187680423, + "U": 7.163970394685748e-07, + "K": 1.5417546819662675e-05, + "L": 1.584429242029728e-06, + "G": 0.00021918029233347625, + "F": 0.004385075531899929, + "E": 0.000946654356084764, + "T": 0.0002518502005841583, + "P": 0.27396219968795776, + "-": 0.7193979620933533 + }, + "id": "tp_14113" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1764131, + "label": "P", + "classification": { + "B": 0.0004709132481366396, + "S": 0.00038462868542410433, + "I": 0.0703689381480217, + "C": 0.005384605377912521, + "R": 0.0017054013442248106, + "M": 0.005847972817718983, + "O": 0.001577263930812478, + "W": 0.00032314963755197823, + "N": 0.009377402253448963, + "Y": 0.030646562576293945, + "U": 0.00018815620569512248, + "K": 0.006331692915409803, + "L": 0.00041109620360657573, + "G": 0.03202762082219124, + "F": 0.04468677192926407, + "E": 0.06012400984764099, + "T": 0.009311504662036896, + "P": 0.472137987613678, + "-": 0.24869439005851746 + }, + "id": "tp_14114" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1764264, + "label": "-", + "classification": { + "B": 0.00012681678344961256, + "S": 9.597954340279102e-05, + "I": 0.0003359073307365179, + "C": 0.000123166260891594, + "R": 4.375787830213085e-05, + "M": 0.0027676529716700315, + "O": 0.0011192186502739787, + "W": 4.459076444618404e-05, + "N": 3.784578439081088e-05, + "Y": 0.004080312792211771, + "U": 7.187208211689722e-06, + "K": 2.7781711651186924e-06, + "L": 0.00025425342028029263, + "G": 0.0016465529333800077, + "F": 0.005961429327726364, + "E": 0.0004242773284204304, + "T": 0.004273538943380117, + "P": 0.07135280966758728, + "-": 0.9073020219802856 + }, + "id": "tp_14115" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1764398, + "label": "-", + "classification": { + "B": 0.0006851968937553465, + "S": 7.517549965996295e-05, + "I": 0.0032807812094688416, + "C": 0.0005029300809837878, + "R": 0.00010237810056423768, + "M": 0.0018438403494656086, + "O": 0.000789462705142796, + "W": 7.422503404086456e-05, + "N": 0.0002149841166101396, + "Y": 0.003688630647957325, + "U": 4.1188530303770676e-05, + "K": 1.4517213458020706e-05, + "L": 0.0002943363506346941, + "G": 0.0038350732065737247, + "F": 0.0032708249054849148, + "E": 0.00221048342064023, + "T": 0.004605126101523638, + "P": 0.33420082926750183, + "-": 0.6402700543403625 + }, + "id": "tp_14116" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1764531, + "label": "-", + "classification": { + "B": 2.5478673251200235e-06, + "S": 9.842727877185098e-07, + "I": 0.0007507090922445059, + "C": 4.838543100049719e-05, + "R": 9.894005415844731e-06, + "M": 0.0001621171977603808, + "O": 5.2541832701535895e-05, + "W": 2.5150950477836886e-06, + "N": 2.0993924408685416e-05, + "Y": 0.0010029476834461093, + "U": 2.010415073527838e-06, + "K": 8.474917763123813e-07, + "L": 1.1922753401449881e-05, + "G": 0.00036872184136882424, + "F": 0.0010610163444653153, + "E": 0.00036212673876434565, + "T": 0.0009057581191882491, + "P": 0.24648500978946686, + "-": 0.7487489581108093 + }, + "id": "tp_14117" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1764631, + "label": "-", + "classification": { + "B": 0.0016489415429532528, + "S": 0.0002640288439579308, + "I": 0.014522398822009563, + "C": 0.0008896089275367558, + "R": 0.00036262808134779334, + "M": 0.006429854780435562, + "O": 0.002451858716085553, + "W": 0.0003392419603187591, + "N": 0.0012617813190445304, + "Y": 0.012553734704852104, + "U": 0.00012521895405370742, + "K": 0.00018417899264022708, + "L": 0.0007114926702342927, + "G": 0.010801886208355427, + "F": 0.007575751282274723, + "E": 0.011576896533370018, + "T": 0.01431747805327177, + "P": 0.2555466890335083, + "-": 0.6584362983703613 + }, + "id": "tp_14118" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1764765, + "label": "-", + "classification": { + "B": 1.975768100237474e-06, + "S": 4.5987886210241413e-07, + "I": 0.0005252652917988598, + "C": 2.314938319614157e-05, + "R": 1.963268232429982e-06, + "M": 4.3111365812364966e-05, + "O": 1.0873121027543675e-05, + "W": 1.1454274044808699e-06, + "N": 2.531676182115916e-05, + "Y": 0.00038498066714964807, + "U": 2.1439743704831926e-06, + "K": 2.1672070943168364e-05, + "L": 1.1676725080178585e-06, + "G": 0.00015210872516036034, + "F": 0.0012591828126460314, + "E": 0.0006678171339444816, + "T": 0.00033707317197695374, + "P": 0.3354097306728363, + "-": 0.6611308455467224 + }, + "id": "tp_14119" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1764898, + "label": "-", + "classification": { + "B": 2.9675573387066834e-05, + "S": 2.7734107789001428e-05, + "I": 0.0009724648552946746, + "C": 0.00021130198729224503, + "R": 5.571960718953051e-05, + "M": 0.001347137033008039, + "O": 0.00033963905298151076, + "W": 2.609115472296253e-05, + "N": 0.00010175838542636484, + "Y": 0.003262121230363846, + "U": 1.3007532288611401e-05, + "K": 3.103864219156094e-05, + "L": 5.317658724379726e-05, + "G": 0.001293166889809072, + "F": 0.00717736454680562, + "E": 0.0013321897713467479, + "T": 0.0030703048687428236, + "P": 0.2038789838552475, + "-": 0.7767772078514099 + }, + "id": "tp_14120" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1765032, + "label": "-", + "classification": { + "B": 2.022611397478613e-06, + "S": 2.359198560952791e-06, + "I": 0.002092415001243353, + "C": 6.023646710673347e-05, + "R": 1.8377531887381338e-05, + "M": 0.00012889930803794414, + "O": 4.2692263377830386e-05, + "W": 3.5657947137224255e-06, + "N": 8.701218030182645e-05, + "Y": 0.00304417428560555, + "U": 6.005701379763195e-06, + "K": 8.602855814388022e-05, + "L": 3.963828930864111e-06, + "G": 0.0006687348359264433, + "F": 0.002355440054088831, + "E": 0.0005305696977302432, + "T": 0.0015186065575107932, + "P": 0.25522199273109436, + "-": 0.7341268658638 + }, + "id": "tp_14121" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1765132, + "label": "-", + "classification": { + "B": 7.533296866313322e-07, + "S": 2.0195266188238747e-06, + "I": 0.0027962769381701946, + "C": 0.00023576906824018806, + "R": 4.502693627728149e-05, + "M": 0.0005995932733640075, + "O": 6.752024637535214e-05, + "W": 4.433095000422327e-06, + "N": 6.634873716393486e-05, + "Y": 0.014076294377446175, + "U": 3.1928923363011563e-06, + "K": 5.715278166462667e-05, + "L": 6.434767328755697e-06, + "G": 0.0008055658545345068, + "F": 0.0027705340180546045, + "E": 0.0013056981842964888, + "T": 0.0037307431921362877, + "P": 0.06359705328941345, + "-": 0.9098294973373413 + }, + "id": "tp_14122" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1765265, + "label": "-", + "classification": { + "B": 1.1338811418681871e-06, + "S": 1.5282627430224238e-07, + "I": 0.00019944275845773518, + "C": 1.6555157344555482e-05, + "R": 2.404493443464162e-06, + "M": 7.233610085677356e-05, + "O": 1.3387177205004264e-05, + "W": 3.6370755651660147e-07, + "N": 4.098118552064989e-06, + "Y": 0.0003878857532981783, + "U": 4.1721753518686455e-07, + "K": 1.7837443522239482e-07, + "L": 2.7705098091246327e-06, + "G": 0.0001764183398336172, + "F": 0.0003511173708830029, + "E": 6.113966810517013e-05, + "T": 0.0006458021234720945, + "P": 0.1945226937532425, + "-": 0.8035417795181274 + }, + "id": "tp_14123" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1765399, + "label": "-", + "classification": { + "B": 1.2389114090183284e-06, + "S": 3.3782225727918558e-06, + "I": 0.0004952367162331939, + "C": 5.366971527109854e-05, + "R": 1.441957283532247e-05, + "M": 0.0001917526387842372, + "O": 6.116048461990431e-05, + "W": 3.953069608542137e-06, + "N": 2.7962669264525175e-05, + "Y": 0.005982344038784504, + "U": 2.6138261546293506e-06, + "K": 2.7576341381063685e-05, + "L": 4.097817509318702e-06, + "G": 0.0003091802936978638, + "F": 0.003056799527257681, + "E": 0.00013996103371027857, + "T": 0.0032564920838922262, + "P": 0.042672958225011826, + "-": 0.9436952471733093 + }, + "id": "tp_14124" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1765532, + "label": "-", + "classification": { + "B": 4.103940591448918e-05, + "S": 3.715150887728669e-05, + "I": 0.0009841462597250938, + "C": 0.0001356764987576753, + "R": 6.844380550319329e-05, + "M": 0.0006899657309986651, + "O": 0.00027279031928628683, + "W": 3.1843475881032646e-05, + "N": 9.589695400791243e-05, + "Y": 0.00402402225881815, + "U": 1.1935758266190533e-05, + "K": 0.0005000695819035172, + "L": 5.311785207595676e-05, + "G": 0.003590098349377513, + "F": 0.05679995194077492, + "E": 0.003376331180334091, + "T": 0.0016906943637877703, + "P": 0.12338343262672424, + "-": 0.8042133450508118 + }, + "id": "tp_14125" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1765632, + "label": "-", + "classification": { + "B": 1.2822551980207209e-06, + "S": 1.5387155372081907e-07, + "I": 7.218755490612239e-05, + "C": 1.5092226703927736e-06, + "R": 2.0021990110308252e-07, + "M": 5.207255526329391e-05, + "O": 4.958953013556311e-06, + "W": 1.506850253463199e-07, + "N": 1.828887093324738e-06, + "Y": 0.0007611335604451597, + "U": 7.436960913764779e-08, + "K": 2.9847178666386753e-06, + "L": 4.966911433257337e-07, + "G": 0.0003704415285028517, + "F": 0.0011852167081087828, + "E": 0.0006159475888125598, + "T": 0.0002721595228649676, + "P": 0.09427215903997421, + "-": 0.9023849964141846 + }, + "id": "tp_14126" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1765766, + "label": "-", + "classification": { + "B": 2.9076451824039395e-07, + "S": 1.0608054168415038e-07, + "I": 6.820789712946862e-05, + "C": 2.6767243070935365e-06, + "R": 4.189589333236654e-07, + "M": 6.177939212648198e-05, + "O": 1.0935463251371402e-05, + "W": 2.683936202174664e-07, + "N": 1.359170482828631e-06, + "Y": 0.0001728069910313934, + "U": 7.74851258711351e-08, + "K": 4.979722234565997e-07, + "L": 7.011612979113124e-07, + "G": 0.00011139725393150002, + "F": 0.0010093733435496688, + "E": 6.238661444513127e-05, + "T": 0.00021047091286163777, + "P": 0.09776001423597336, + "-": 0.9005263447761536 + }, + "id": "tp_14127" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1765899, + "label": "-", + "classification": { + "B": 1.520620207884349e-05, + "S": 2.532438884372823e-06, + "I": 0.0009237142512574792, + "C": 4.6187757106963545e-05, + "R": 4.1894932110153604e-06, + "M": 0.0002731706772465259, + "O": 4.2492007196415216e-05, + "W": 1.707123715277703e-06, + "N": 3.595041926018894e-05, + "Y": 0.00145727361086756, + "U": 2.063158717646729e-06, + "K": 2.0975162442482542e-06, + "L": 1.2128691196267027e-05, + "G": 0.0009022583835758269, + "F": 0.002146280137822032, + "E": 0.000879576604347676, + "T": 0.0018280588556081057, + "P": 0.35526978969573975, + "-": 0.636155366897583 + }, + "id": "tp_14128" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1766033, + "label": "-", + "classification": { + "B": 3.1485187719226815e-06, + "S": 7.516465302614961e-06, + "I": 0.002650052309036255, + "C": 0.00016494897135999054, + "R": 3.778645987040363e-05, + "M": 0.00025867181830108166, + "O": 0.00010803997429320589, + "W": 1.4252798791858368e-05, + "N": 0.0002630059025250375, + "Y": 0.002573806792497635, + "U": 1.1099371477030218e-05, + "K": 0.0002492377534508705, + "L": 8.074494871834759e-06, + "G": 0.0007755737169645727, + "F": 0.008938686922192574, + "E": 0.002417230047285557, + "T": 0.0012686783447861671, + "P": 0.3194754123687744, + "-": 0.6607747673988342 + }, + "id": "tp_14129" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1766133, + "label": "-", + "classification": { + "B": 1.939832685593501e-07, + "S": 2.4110292429213587e-07, + "I": 4.2994895920855924e-05, + "C": 2.897132389989565e-06, + "R": 5.534338924917392e-07, + "M": 1.647305725782644e-05, + "O": 4.78508991363924e-06, + "W": 2.642906338223838e-07, + "N": 2.898757429647958e-06, + "Y": 0.00042502544238232076, + "U": 2.513650088076247e-07, + "K": 1.3274055163492449e-05, + "L": 2.345110061696687e-07, + "G": 3.552683847374283e-05, + "F": 0.00549007672816515, + "E": 9.561175829730928e-05, + "T": 0.0003275717899668962, + "P": 0.09113255888223648, + "-": 0.9024085998535156 + }, + "id": "tp_14130" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1766266, + "label": "-", + "classification": { + "B": 7.110119781827962e-07, + "S": 2.9220973374322057e-07, + "I": 0.0008174037793651223, + "C": 2.777795998554211e-05, + "R": 3.86079955205787e-06, + "M": 9.229204442817718e-05, + "O": 9.402572686667554e-06, + "W": 3.908651535766694e-07, + "N": 1.5713389075244777e-05, + "Y": 0.0024765171110630035, + "U": 4.557390411719098e-07, + "K": 1.6586352558078943e-06, + "L": 1.286813471779169e-06, + "G": 0.0002398972283117473, + "F": 0.0008900208049453795, + "E": 0.0003075766726396978, + "T": 0.0008354778401553631, + "P": 0.2474823147058487, + "-": 0.7467968463897705 + }, + "id": "tp_14131" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1766400, + "label": "-", + "classification": { + "B": 2.5236801093342365e-07, + "S": 1.9785066740496404e-07, + "I": 0.0002680469478946179, + "C": 3.529953755787574e-05, + "R": 5.956103905191412e-06, + "M": 0.0001350685051875189, + "O": 1.5904784959275275e-05, + "W": 7.2264151640411e-07, + "N": 5.762864930147771e-06, + "Y": 0.0010734288953244686, + "U": 5.982082029731828e-07, + "K": 1.884670837171143e-06, + "L": 1.731742145238968e-06, + "G": 0.00012029086065012962, + "F": 0.0009483633330091834, + "E": 0.00013401509204413742, + "T": 0.0006707432912662625, + "P": 0.06964942812919617, + "-": 0.9269323348999023 + }, + "id": "tp_14132" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1766533, + "label": "-", + "classification": { + "B": 1.5708302214534342e-07, + "S": 2.1053504042356508e-06, + "I": 0.00032906929845921695, + "C": 2.8423164621926844e-06, + "R": 5.638249263029138e-07, + "M": 3.0649280233774334e-05, + "O": 1.3599277735920623e-05, + "W": 1.6019777149267611e-06, + "N": 3.2914947951212525e-05, + "Y": 0.0004980145604349673, + "U": 6.185476308928628e-07, + "K": 7.965600161696784e-06, + "L": 6.116608801676193e-07, + "G": 3.796755481744185e-05, + "F": 0.0019129468128085136, + "E": 0.00013932820002082735, + "T": 0.000839941727463156, + "P": 0.4216272532939911, + "-": 0.5745217800140381 + }, + "id": "tp_14133" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1766633, + "label": "-", + "classification": { + "B": 0.00018817855743691325, + "S": 5.914629946346395e-05, + "I": 0.015855832025408745, + "C": 0.0018229379784315825, + "R": 0.00039702263893559575, + "M": 0.005139261484146118, + "O": 0.0007532312301918864, + "W": 5.587407940765843e-05, + "N": 0.0004414129361975938, + "Y": 0.028680885210633278, + "U": 4.062956941197626e-05, + "K": 2.8456022846512496e-05, + "L": 0.00043788348557427526, + "G": 0.006743854843080044, + "F": 0.006194750312715769, + "E": 0.00413714163005352, + "T": 0.016157742589712143, + "P": 0.14838355779647827, + "-": 0.7644821405410767 + }, + "id": "tp_14134" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1766767, + "label": "-", + "classification": { + "B": 2.350346139934345e-09, + "S": 1.1047307513223359e-09, + "I": 1.042400072037708e-05, + "C": 9.882157314677897e-08, + "R": 2.2429169632687262e-09, + "M": 2.1327789454517188e-06, + "O": 1.7356865100737195e-07, + "W": 1.548298489417732e-09, + "N": 1.2700793661224452e-07, + "Y": 2.21278805838665e-05, + "U": 1.6494760002316866e-09, + "K": 1.3702213585986556e-08, + "L": 5.93002935644904e-09, + "G": 4.811010512639768e-06, + "F": 6.1003189330222085e-05, + "E": 2.527821015974041e-05, + "T": 2.069050788122695e-05, + "P": 0.1514970362186432, + "-": 0.8483561277389526 + }, + "id": "tp_14135" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1766900, + "label": "-", + "classification": { + "B": 6.000520079396665e-05, + "S": 1.2083946785423905e-05, + "I": 0.004888427443802357, + "C": 0.0004144285630900413, + "R": 5.591478475253098e-05, + "M": 0.0006476117414422333, + "O": 0.0001905925018945709, + "W": 1.8878521586884744e-05, + "N": 0.0003068357182200998, + "Y": 0.00321942032314837, + "U": 2.652315924933646e-05, + "K": 5.50246550119482e-05, + "L": 3.948070661863312e-05, + "G": 0.001518464065156877, + "F": 0.0025864476338028908, + "E": 0.00409011309966445, + "T": 0.0023277297150343657, + "P": 0.3350614309310913, + "-": 0.6444806456565857 + }, + "id": "tp_14136" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1767000, + "label": "P", + "classification": { + "B": 5.760130807175301e-05, + "S": 0.00010685439337976277, + "I": 0.009288829751312733, + "C": 0.0005906237056478858, + "R": 8.852586324792355e-05, + "M": 0.0005187001079320908, + "O": 0.0003422061272431165, + "W": 5.883813719265163e-05, + "N": 0.0016468031099066138, + "Y": 0.002962843980640173, + "U": 9.070075611816719e-05, + "K": 0.000573802157305181, + "L": 4.2608004150679335e-05, + "G": 0.0015268047573044896, + "F": 0.004089131951332092, + "E": 0.0059940204955637455, + "T": 0.0030339823570102453, + "P": 0.6062371730804443, + "-": 0.36274999380111694 + }, + "id": "tp_14137" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1767134, + "label": "P", + "classification": { + "B": 0.00011012463801307604, + "S": 3.845962419291027e-05, + "I": 0.0014997939579188824, + "C": 5.9822014009114355e-05, + "R": 1.0641136213962454e-05, + "M": 0.00020737171871587634, + "O": 0.00015899834397714585, + "W": 3.762833512155339e-05, + "N": 0.00021306023700162768, + "Y": 0.0007968145073391497, + "U": 2.1105872292537242e-05, + "K": 3.936742359655909e-05, + "L": 2.948885776277166e-05, + "G": 0.0002703956270124763, + "F": 0.002716454677283764, + "E": 0.0016435121651738882, + "T": 0.0010252813808619976, + "P": 0.6029753684997559, + "-": 0.3881462812423706 + }, + "id": "tp_14138" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1767267, + "label": "P", + "classification": { + "B": 0.0006176342139951885, + "S": 3.8111968024168164e-05, + "I": 0.020312123000621796, + "C": 0.00048297029570676386, + "R": 3.9792950701666996e-05, + "M": 0.0024316839408129454, + "O": 0.00046783103607594967, + "W": 4.5545893954113126e-05, + "N": 0.0006000622524879873, + "Y": 0.0030286323744803667, + "U": 1.056264136423124e-05, + "K": 1.8249587583341054e-06, + "L": 0.00017217306594830006, + "G": 0.0016969155985862017, + "F": 0.0006437599076889455, + "E": 0.011209569871425629, + "T": 0.002131494227796793, + "P": 0.7322731018066406, + "-": 0.2237963080406189 + }, + "id": "tp_14139" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1767401, + "label": "-", + "classification": { + "B": 4.2658587773303225e-08, + "S": 3.783197755069523e-09, + "I": 1.3754034625890199e-05, + "C": 1.265825517293706e-06, + "R": 9.341033546661492e-08, + "M": 8.052867087826598e-06, + "O": 6.295707635217695e-07, + "W": 7.799662249396988e-09, + "N": 1.1594589466312755e-07, + "Y": 0.00016777669952716678, + "U": 1.2801689486252599e-08, + "K": 4.905002981558937e-08, + "L": 4.882498316760575e-08, + "G": 2.453407068969682e-05, + "F": 5.7993634982267395e-05, + "E": 2.0649024008889683e-05, + "T": 7.764810288790613e-05, + "P": 0.055363863706588745, + "-": 0.9442635774612427 + }, + "id": "tp_14140" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1767501, + "label": "-", + "classification": { + "B": 9.400669114256743e-07, + "S": 1.1248305327171693e-06, + "I": 0.007493545301258564, + "C": 8.766624523559585e-05, + "R": 1.4779282537347171e-05, + "M": 0.00016053971194196492, + "O": 2.4965394914033823e-05, + "W": 3.5351877158973366e-06, + "N": 0.0001666782918618992, + "Y": 0.006051022559404373, + "U": 1.3854440794602851e-06, + "K": 3.569504042388871e-05, + "L": 1.6032549865485635e-06, + "G": 0.00024965396733023226, + "F": 0.001524782506749034, + "E": 0.0024298392236232758, + "T": 0.0011424761032685637, + "P": 0.4205356538295746, + "-": 0.560073971748352 + }, + "id": "tp_14141" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1767634, + "label": "-", + "classification": { + "B": 4.390931784836738e-10, + "S": 1.1243635363034077e-11, + "I": 6.590878456336213e-06, + "C": 9.635051867462607e-09, + "R": 3.9006706198385643e-10, + "M": 4.272687306183798e-07, + "O": 6.710818567512433e-09, + "W": 2.482359109934329e-11, + "N": 1.1301165336874419e-08, + "Y": 2.8837452191510238e-05, + "U": 7.34229482768356e-11, + "K": 6.585323397700904e-10, + "L": 2.4376461960073925e-10, + "G": 2.6520879146119114e-06, + "F": 3.717650770340697e-06, + "E": 8.760346645431127e-06, + "T": 1.7544209185871296e-05, + "P": 0.2073735147714615, + "-": 0.792557954788208 + }, + "id": "tp_14142" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1767768, + "label": "-", + "classification": { + "B": 5.060364856035449e-07, + "S": 7.529103385195413e-08, + "I": 0.013973572291433811, + "C": 0.00010558752546785399, + "R": 1.7125876183854416e-05, + "M": 9.293288894696161e-05, + "O": 8.555930435250048e-06, + "W": 1.7980057975819363e-07, + "N": 5.906683873035945e-05, + "Y": 0.002917851787060499, + "U": 3.246837536607927e-07, + "K": 2.4541768084418436e-07, + "L": 1.617537122911017e-06, + "G": 0.0005103350849822164, + "F": 0.0002860336098819971, + "E": 0.00045961327850818634, + "T": 0.001182118314318359, + "P": 0.46513912081718445, + "-": 0.5152451992034912 + }, + "id": "tp_14143" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1767901, + "label": "-", + "classification": { + "B": 6.558038876391947e-05, + "S": 1.8572411136119626e-05, + "I": 0.028329286724328995, + "C": 0.000676940253470093, + "R": 0.00019117846386507154, + "M": 0.0017925810534507036, + "O": 0.00026998267276212573, + "W": 3.711966201080941e-05, + "N": 0.0007726422627456486, + "Y": 0.012549471110105515, + "U": 3.269041917519644e-05, + "K": 0.00011514525976963341, + "L": 8.267391967820004e-05, + "G": 0.005763877648860216, + "F": 0.007280018646270037, + "E": 0.00728144496679306, + "T": 0.008176551200449467, + "P": 0.39396095275878906, + "-": 0.5326033234596252 + }, + "id": "tp_14144" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1768001, + "label": "-", + "classification": { + "B": 9.252226504941063e-07, + "S": 1.5069651908561355e-06, + "I": 0.00021212254068814218, + "C": 1.128348958445713e-05, + "R": 1.9067929315497167e-06, + "M": 4.1531791794113815e-05, + "O": 1.6268038962152787e-05, + "W": 1.0678414810172399e-06, + "N": 1.4821036529610865e-05, + "Y": 0.001231276080943644, + "U": 4.099300667803618e-07, + "K": 6.496021342172753e-06, + "L": 7.941072794892534e-07, + "G": 0.0001503208914073184, + "F": 0.004030772019177675, + "E": 0.00021368554735090584, + "T": 0.00027017976390197873, + "P": 0.2714512348175049, + "-": 0.7223435044288635 + }, + "id": "tp_14145" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1768135, + "label": "P", + "classification": { + "B": 0.0011352378642186522, + "S": 0.00018285309488419443, + "I": 0.011926989071071148, + "C": 0.0004966828273609281, + "R": 0.00016811930981930345, + "M": 0.0017876250203698874, + "O": 0.0019042976200580597, + "W": 0.00023212879023049027, + "N": 0.0008917878149077296, + "Y": 0.0019187408033758402, + "U": 4.831056867260486e-05, + "K": 3.3408059607609175e-06, + "L": 0.0007406810764223337, + "G": 0.0017565736779943109, + "F": 0.0012159061152487993, + "E": 0.0028805977199226618, + "T": 0.00326444860547781, + "P": 0.5732679963111877, + "-": 0.39617764949798584 + }, + "id": "tp_14146" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1768268, + "label": "P", + "classification": { + "B": 2.413413255908381e-07, + "S": 1.0865984734209633e-07, + "I": 3.658279456431046e-05, + "C": 5.69943210848578e-07, + "R": 9.171988324396807e-08, + "M": 2.1164753434277372e-06, + "O": 1.8153274368160055e-06, + "W": 1.0731939426023018e-07, + "N": 1.4247813169276924e-06, + "Y": 4.31168227805756e-05, + "U": 4.3911590807965695e-08, + "K": 2.626234163471963e-07, + "L": 9.761427577359427e-08, + "G": 1.224453080794774e-05, + "F": 0.0013704529264941812, + "E": 3.2704283512430266e-05, + "T": 3.362973075127229e-05, + "P": 0.5264849066734314, + "-": 0.47197943925857544 + }, + "id": "tp_14147" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1768402, + "label": "P", + "classification": { + "B": 2.424471290396468e-07, + "S": 2.795165414681833e-07, + "I": 0.0008734126458875835, + "C": 5.393973879108671e-06, + "R": 9.297601764046703e-07, + "M": 4.64783443021588e-06, + "O": 2.623585942274076e-06, + "W": 3.2130486715686857e-07, + "N": 2.619569750095252e-05, + "Y": 0.00015787874872330576, + "U": 5.634743160953803e-07, + "K": 5.679199603036977e-06, + "L": 2.913689058914315e-07, + "G": 3.2868891139514744e-05, + "F": 0.0005556802498176694, + "E": 0.0002848491130862385, + "T": 8.899875683709979e-05, + "P": 0.7033751010894775, + "-": 0.29458415508270264 + }, + "id": "tp_14148" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1768502, + "label": "P", + "classification": { + "B": 3.0416487106776913e-09, + "S": 2.0902522768206921e-10, + "I": 0.00019607307331170887, + "C": 2.3099471491150325e-07, + "R": 2.23342766503265e-08, + "M": 1.3604776540887542e-06, + "O": 7.171930604954468e-08, + "W": 1.263269600038086e-09, + "N": 2.62516550719738e-07, + "Y": 5.339085328159854e-05, + "U": 2.3312056729452024e-09, + "K": 2.341973059927227e-09, + "L": 7.21158377459119e-09, + "G": 3.816132448264398e-06, + "F": 1.1952780369028915e-05, + "E": 3.3813459594966844e-05, + "T": 1.927434277604334e-05, + "P": 0.518656849861145, + "-": 0.48102277517318726 + }, + "id": "tp_14149" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1768635, + "label": "-", + "classification": { + "B": 4.345473280409351e-05, + "S": 5.1504997827578336e-05, + "I": 0.003376714186742902, + "C": 0.0004523100215010345, + "R": 0.00020149661577306688, + "M": 0.0017499478999525309, + "O": 0.0006203970406204462, + "W": 3.955877764383331e-05, + "N": 0.00025511111016385257, + "Y": 0.006390936207026243, + "U": 1.9756493202294223e-05, + "K": 5.635674096993171e-05, + "L": 0.00011139039997942746, + "G": 0.0034433549735695124, + "F": 0.014414886943995953, + "E": 0.0014930075267329812, + "T": 0.00590513925999403, + "P": 0.1947437971830368, + "-": 0.7666308283805847 + }, + "id": "tp_14150" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1768769, + "label": "-", + "classification": { + "B": 1.0963494787574746e-06, + "S": 2.625250488108577e-07, + "I": 0.0008590987999923527, + "C": 9.988137026084587e-05, + "R": 1.0271368410030846e-05, + "M": 0.00011520410043885931, + "O": 2.1886209651711397e-05, + "W": 6.122663194219058e-07, + "N": 1.2084004083590116e-05, + "Y": 0.000760790251661092, + "U": 5.880386311218899e-07, + "K": 1.606198196668629e-07, + "L": 3.1345239221991505e-06, + "G": 0.00015888389316387475, + "F": 0.0002323472435818985, + "E": 0.00010710822971304879, + "T": 0.0006972600822336972, + "P": 0.2030363231897354, + "-": 0.7938829660415649 + }, + "id": "tp_14151" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1768902, + "label": "-", + "classification": { + "B": 4.527700525613909e-07, + "S": 3.3893968520715134e-07, + "I": 0.0002706011291593313, + "C": 6.958906851650681e-06, + "R": 6.287768314905406e-07, + "M": 0.00011175143299624324, + "O": 8.646866263006814e-06, + "W": 1.7829026432991668e-07, + "N": 4.064424501848407e-06, + "Y": 0.003111109137535095, + "U": 3.264421266635509e-08, + "K": 7.668530201954127e-07, + "L": 3.8156963455548976e-07, + "G": 0.00016069263801909983, + "F": 0.0008125628810375929, + "E": 0.00038037123158574104, + "T": 0.001000041957013309, + "P": 0.04258795455098152, + "-": 0.9515423774719238 + }, + "id": "tp_14152" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1769002, + "label": "P", + "classification": { + "B": 7.336786075029522e-05, + "S": 1.5093819456524216e-05, + "I": 0.004096006043255329, + "C": 0.00014396313054021448, + "R": 1.9674303985084407e-05, + "M": 0.00020490169117692858, + "O": 0.00011686029756674543, + "W": 1.974754013644997e-05, + "N": 0.00032998682581819594, + "Y": 0.0020275821443647146, + "U": 2.3226384655572474e-05, + "K": 6.0292652051430196e-05, + "L": 2.172784661524929e-05, + "G": 0.0005126346368342638, + "F": 0.003275643801316619, + "E": 0.0031106926035135984, + "T": 0.0012728988658636808, + "P": 0.5543291568756104, + "-": 0.43034645915031433 + }, + "id": "tp_14153" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1769136, + "label": "-", + "classification": { + "B": 5.285522775011486e-07, + "S": 2.5246316681659664e-07, + "I": 5.9099042118759826e-05, + "C": 2.6332565994380275e-06, + "R": 1.7682313568911923e-07, + "M": 2.3314292775467038e-05, + "O": 5.252000391919864e-06, + "W": 3.1074355888449645e-07, + "N": 5.135820629220689e-06, + "Y": 0.0005313651054166257, + "U": 9.944565704245178e-08, + "K": 1.965915180335287e-05, + "L": 1.9511892901391548e-07, + "G": 0.0003219614736735821, + "F": 0.006218722090125084, + "E": 0.0013429602840915322, + "T": 0.00015699815412517637, + "P": 0.2597174644470215, + "-": 0.731593906879425 + }, + "id": "tp_14154" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1769269, + "label": "-", + "classification": { + "B": 3.7004865589551628e-06, + "S": 3.239871375626535e-06, + "I": 0.0009715753840282559, + "C": 0.00015036598779261112, + "R": 2.1937990823062137e-05, + "M": 0.00044348472147248685, + "O": 0.00011007233842974529, + "W": 4.8261140364047606e-06, + "N": 4.88301448058337e-05, + "Y": 0.0032527195289731026, + "U": 4.794721462531015e-06, + "K": 1.1611346053541638e-05, + "L": 1.3168125406082254e-05, + "G": 0.0012718052603304386, + "F": 0.001754756667651236, + "E": 0.0004971876041963696, + "T": 0.0018188204849138856, + "P": 0.15665771067142487, + "-": 0.8329594731330872 + }, + "id": "tp_14155" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1769403, + "label": "-", + "classification": { + "B": 2.1299326191659418e-10, + "S": 2.451423959659582e-11, + "I": 5.782366656603699e-07, + "C": 2.373259366805769e-09, + "R": 4.8299791249872825e-11, + "M": 2.703673658288608e-07, + "O": 1.7863641232906957e-08, + "W": 3.3644680791367065e-11, + "N": 2.1825239393535867e-09, + "Y": 2.026653646680643e-06, + "U": 1.1184522058504953e-11, + "K": 2.883318800731005e-12, + "L": 5.319824580851673e-10, + "G": 1.5841871459087997e-07, + "F": 9.500011515228834e-07, + "E": 4.199505667656922e-07, + "T": 1.0288918019796256e-05, + "P": 0.07817654311656952, + "-": 0.9218087196350098 + }, + "id": "tp_14156" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1769503, + "label": "-", + "classification": { + "B": 4.779856510594982e-09, + "S": 1.829420948062932e-09, + "I": 1.012387565424433e-05, + "C": 2.986313774044902e-08, + "R": 1.3902058393355787e-09, + "M": 3.8074397252785275e-06, + "O": 1.3432524781364918e-07, + "W": 1.1452023773728115e-09, + "N": 1.0040473341632605e-07, + "Y": 9.257854799216148e-06, + "U": 3.601807185837913e-10, + "K": 2.767318818541753e-09, + "L": 5.832235583369538e-09, + "G": 2.1888445189688355e-06, + "F": 0.00015698156494181603, + "E": 2.6942961994791403e-05, + "T": 1.9047076420974918e-05, + "P": 0.3285796642303467, + "-": 0.6711916327476501 + }, + "id": "tp_14157" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1769636, + "label": "P", + "classification": { + "B": 1.0727736476923155e-09, + "S": 7.146458425033586e-10, + "I": 2.3172886358224787e-05, + "C": 1.4185003394118212e-08, + "R": 3.2603140187603685e-09, + "M": 1.6337780550657044e-07, + "O": 5.170480577021408e-08, + "W": 8.134563578288123e-10, + "N": 4.003006495167938e-07, + "Y": 1.4480617210210767e-05, + "U": 1.3093254258578213e-09, + "K": 4.352912128524622e-07, + "L": 4.391231822609143e-10, + "G": 2.7107289497507736e-06, + "F": 0.00015824637375772, + "E": 4.361214814707637e-05, + "T": 6.66714322505868e-06, + "P": 0.6347134709358215, + "-": 0.36503666639328003 + }, + "id": "tp_14158" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1769770, + "label": "-", + "classification": { + "B": 1.566284026921494e-06, + "S": 1.997137815124006e-07, + "I": 0.0010425784857943654, + "C": 3.189320705132559e-05, + "R": 8.560380592825823e-06, + "M": 0.00010250657214783132, + "O": 3.55783267877996e-05, + "W": 7.989518735485035e-07, + "N": 1.8112632460542955e-05, + "Y": 0.0006422931328415871, + "U": 1.484490098846436e-06, + "K": 1.132322381636186e-06, + "L": 4.396641543280566e-06, + "G": 0.0003948550729546696, + "F": 0.00033212939160875976, + "E": 0.00011364138481440023, + "T": 0.00123216409701854, + "P": 0.24075327813625336, + "-": 0.7552828192710876 + }, + "id": "tp_14159" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1769903, + "label": "-", + "classification": { + "B": 3.768064971154672e-07, + "S": 1.848419373118304e-07, + "I": 0.00025126844411715865, + "C": 1.1659259143925738e-05, + "R": 3.882254077325342e-06, + "M": 1.9886818336090073e-05, + "O": 1.0843295967788436e-05, + "W": 3.6122918345427024e-07, + "N": 7.06241735315416e-06, + "Y": 0.0009904602775350213, + "U": 3.973809157287178e-07, + "K": 2.3540503661934054e-06, + "L": 5.125003212924639e-07, + "G": 0.0001899863564176485, + "F": 0.0008741788915358484, + "E": 5.9810256061609834e-05, + "T": 0.00039796633063815534, + "P": 0.18751920759677887, + "-": 0.8096597194671631 + }, + "id": "tp_14160" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1770003, + "label": "-", + "classification": { + "B": 4.411598979459086e-07, + "S": 5.410048942167123e-08, + "I": 4.7251574869733304e-05, + "C": 1.407304011991073e-06, + "R": 8.986449273606922e-08, + "M": 8.607827112427913e-06, + "O": 2.397631305939285e-06, + "W": 1.2021632755931932e-07, + "N": 1.645298880248447e-06, + "Y": 9.144037176156417e-05, + "U": 7.012965141939276e-08, + "K": 3.793770133597718e-07, + "L": 1.5281727883120766e-07, + "G": 1.8559599993750453e-05, + "F": 0.00032665207982063293, + "E": 0.00016908824909478426, + "T": 5.566390973399393e-05, + "P": 0.26273518800735474, + "-": 0.7365407943725586 + }, + "id": "tp_14161" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1770137, + "label": "-", + "classification": { + "B": 7.644245414439865e-08, + "S": 4.190819069549434e-08, + "I": 0.00019571202574297786, + "C": 1.0742896847659722e-06, + "R": 4.830712896364275e-07, + "M": 2.1300644220900722e-05, + "O": 3.104089955741074e-06, + "W": 5.940606939702775e-08, + "N": 2.4278922410303494e-06, + "Y": 0.0016430700197815895, + "U": 4.762462069152207e-08, + "K": 1.2786725847035996e-06, + "L": 1.174943022874686e-07, + "G": 0.00010687408939702436, + "F": 0.00018772072507999837, + "E": 9.470235818298534e-05, + "T": 0.0005021727411076427, + "P": 0.07514145225286484, + "-": 0.9220982193946838 + }, + "id": "tp_14162" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1770270, + "label": "-", + "classification": { + "B": 6.174284976623312e-07, + "S": 1.571642371800408e-07, + "I": 0.0006908625946380198, + "C": 3.842830119538121e-05, + "R": 4.98970621265471e-06, + "M": 2.5387664209119976e-05, + "O": 5.589069132838631e-06, + "W": 5.243816758593312e-07, + "N": 1.0220283002126962e-05, + "Y": 0.00044039025669917464, + "U": 5.674477847605885e-07, + "K": 1.3247758943180088e-06, + "L": 1.1100333949798369e-06, + "G": 8.272568811662495e-05, + "F": 0.0015830962220206857, + "E": 0.00015722040552645922, + "T": 0.00014760097838006914, + "P": 0.4074484705924988, + "-": 0.5893607139587402 + }, + "id": "tp_14163" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1770404, + "label": "-", + "classification": { + "B": 1.1416847200962366e-06, + "S": 7.237867976073176e-06, + "I": 7.250867201946676e-05, + "C": 1.4139496670395602e-05, + "R": 2.7622090783552267e-06, + "M": 7.245745655382052e-05, + "O": 4.237237590132281e-05, + "W": 9.283419785788283e-06, + "N": 2.4527178538846783e-05, + "Y": 0.0017969548935070634, + "U": 1.461768192712043e-06, + "K": 0.0027346748393028975, + "L": 8.419780215263017e-07, + "G": 0.0002892546181101352, + "F": 0.015379318967461586, + "E": 0.001249511493369937, + "T": 0.0006301955436356366, + "P": 0.08689502626657486, + "-": 0.8907763361930847 + }, + "id": "tp_14164" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1770504, + "label": "P", + "classification": { + "B": 1.1009251288385258e-09, + "S": 2.029023893346249e-10, + "I": 0.0004997011856175959, + "C": 7.57464590606105e-07, + "R": 3.996229125391437e-08, + "M": 8.54436393638025e-07, + "O": 7.315253469641902e-08, + "W": 5.754739462737746e-10, + "N": 8.86896998508746e-07, + "Y": 2.5026363800861873e-05, + "U": 1.7421566411712774e-09, + "K": 5.82770776080821e-10, + "L": 6.1428568898236335e-09, + "G": 2.369664116486092e-06, + "F": 7.587410436826758e-06, + "E": 1.8673688828130253e-05, + "T": 1.034663637256017e-05, + "P": 0.7505257725715637, + "-": 0.2489078789949417 + }, + "id": "tp_14165" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1770637, + "label": "-", + "classification": { + "B": 4.3180381226193276e-07, + "S": 2.610753426779411e-07, + "I": 0.0021700889337807894, + "C": 4.879402240476338e-06, + "R": 1.457867710996652e-06, + "M": 0.00014683087647426873, + "O": 1.3888779903936666e-05, + "W": 3.37680376105709e-07, + "N": 1.2146656445111148e-05, + "Y": 0.002644971711561084, + "U": 6.848424050076574e-08, + "K": 6.324654577838373e-08, + "L": 1.1493560805320158e-06, + "G": 8.966249151853845e-05, + "F": 0.0001360474416287616, + "E": 8.369786519324407e-05, + "T": 0.0018355041975155473, + "P": 0.23139747977256775, + "-": 0.7614610195159912 + }, + "id": "tp_14166" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1770771, + "label": "-", + "classification": { + "B": 9.52514085383882e-07, + "S": 1.911874278448522e-06, + "I": 0.0022892181295901537, + "C": 0.00016539174248464406, + "R": 8.596336556365713e-06, + "M": 0.0003028984065167606, + "O": 3.819408084382303e-05, + "W": 2.5128813376795733e-06, + "N": 4.4007174437865615e-05, + "Y": 0.002014653291553259, + "U": 1.3634937658935087e-06, + "K": 1.9560002328944393e-06, + "L": 5.6661015150893945e-06, + "G": 0.00016524447710253298, + "F": 0.0004955047043040395, + "E": 0.000901027990039438, + "T": 0.002211481099948287, + "P": 0.1582539975643158, + "-": 0.8330954313278198 + }, + "id": "tp_14167" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1770904, + "label": "-", + "classification": { + "B": 1.1804108908108901e-06, + "S": 2.030670430031023e-06, + "I": 0.00015195028390735388, + "C": 2.079961632261984e-05, + "R": 4.10260281569208e-06, + "M": 8.45377508085221e-05, + "O": 4.358604201115668e-05, + "W": 2.0772686184500344e-06, + "N": 1.0075174031953793e-05, + "Y": 0.0010282589355483651, + "U": 1.1667320904962253e-06, + "K": 6.208028480614303e-06, + "L": 2.996111788888811e-06, + "G": 0.00013628791202791035, + "F": 0.0017860649386420846, + "E": 0.0001190452094306238, + "T": 0.0008437147480435669, + "P": 0.07237469404935837, + "-": 0.9233812093734741 + }, + "id": "tp_14168" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1771004, + "label": "-", + "classification": { + "B": 1.290819682253641e-06, + "S": 4.106976120965555e-06, + "I": 0.0003550270921550691, + "C": 3.4594020689837635e-05, + "R": 1.1612005437200423e-05, + "M": 4.902998261968605e-05, + "O": 6.411765207303688e-05, + "W": 4.420773166202707e-06, + "N": 3.089764868491329e-05, + "Y": 0.001518227974884212, + "U": 3.261502115492476e-06, + "K": 1.7367003238177858e-05, + "L": 5.591152785200393e-06, + "G": 0.0002618841826915741, + "F": 0.007210833020508289, + "E": 0.00011166821059305221, + "T": 0.00128131452947855, + "P": 0.1403951197862625, + "-": 0.8486396074295044 + }, + "id": "tp_14169" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1771138, + "label": "-", + "classification": { + "B": 0.0012438084231689572, + "S": 1.5316401913878508e-05, + "I": 0.002721198834478855, + "C": 0.0004615974903572351, + "R": 9.941849566530436e-05, + "M": 0.0034478316083550453, + "O": 0.0009699204238131642, + "W": 3.3127565984614193e-05, + "N": 1.5014398741186596e-05, + "Y": 0.006174259353429079, + "U": 2.754163006102317e-06, + "K": 1.0348204071419786e-08, + "L": 0.0008169978973455727, + "G": 0.002195568522438407, + "F": 0.00017162467702291906, + "E": 0.00021039509738329798, + "T": 0.0034094490110874176, + "P": 0.12949520349502563, + "-": 0.8485164046287537 + }, + "id": "tp_14170" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1771271, + "label": "-", + "classification": { + "B": 1.2087206187061383e-06, + "S": 8.219177516366472e-07, + "I": 0.00019778384012170136, + "C": 2.0154817320872098e-05, + "R": 5.362726369639859e-06, + "M": 0.00046506235958077013, + "O": 3.5184031730750576e-05, + "W": 1.3785709143121494e-06, + "N": 4.3854533942067064e-06, + "Y": 0.0032685513142496347, + "U": 6.318176133390807e-07, + "K": 4.550896392174764e-06, + "L": 5.188748673390364e-06, + "G": 0.0005376532790251076, + "F": 0.0014708691742271185, + "E": 0.0002022935077548027, + "T": 0.0025996288750320673, + "P": 0.03443228825926781, + "-": 0.9567469358444214 + }, + "id": "tp_14171" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1771405, + "label": "-", + "classification": { + "B": 2.7508087896421785e-06, + "S": 1.9560548025765456e-06, + "I": 0.0006971496623009443, + "C": 4.4094274926465005e-05, + "R": 6.616137852688553e-06, + "M": 0.00011278535384917632, + "O": 4.6937348088249564e-05, + "W": 2.236856516901753e-06, + "N": 3.377815301064402e-05, + "Y": 0.00033773272298276424, + "U": 1.6928889863265795e-06, + "K": 1.3209479448050843e-06, + "L": 8.203544894058723e-06, + "G": 0.00018073023238684982, + "F": 0.001533732283860445, + "E": 0.0004531961749307811, + "T": 0.0006883646128699183, + "P": 0.4806302487850189, + "-": 0.5152165293693542 + }, + "id": "tp_14172" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1771505, + "label": "-", + "classification": { + "B": 2.8708752708439533e-08, + "S": 1.76846299382305e-07, + "I": 0.0010146141285076737, + "C": 2.1499217837117612e-06, + "R": 9.885801688369611e-08, + "M": 6.406840111594647e-05, + "O": 5.306350431055762e-06, + "W": 9.551886392955566e-08, + "N": 8.343262379639782e-06, + "Y": 0.0004378196899779141, + "U": 2.1196383315214007e-08, + "K": 1.2708851748755023e-08, + "L": 2.624028638820164e-07, + "G": 1.7901369574246928e-05, + "F": 3.862243829644285e-05, + "E": 0.00013936769391875714, + "T": 0.0011382243828848004, + "P": 0.2162569761276245, + "-": 0.7808759212493896 + }, + "id": "tp_14173" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1771638, + "label": "-", + "classification": { + "B": 5.471737507534158e-10, + "S": 1.9928265981850046e-10, + "I": 0.00010214966459898278, + "C": 6.313648555078544e-07, + "R": 6.078308700807611e-08, + "M": 2.893019200200797e-06, + "O": 1.824968904884372e-07, + "W": 1.4276827497994304e-09, + "N": 1.903697892657874e-07, + "Y": 0.0001643717841943726, + "U": 1.6402124103365168e-09, + "K": 2.2751093453621252e-08, + "L": 6.2305360870595905e-09, + "G": 7.373829703283263e-06, + "F": 2.6813411750481464e-05, + "E": 1.780515412974637e-05, + "T": 0.00010879542969632894, + "P": 0.045453835278749466, + "-": 0.9541149139404297 + }, + "id": "tp_14174" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1771772, + "label": "-", + "classification": { + "B": 2.440942239445576e-07, + "S": 1.1091012765973574e-06, + "I": 0.0007961812079884112, + "C": 2.3165432139649056e-05, + "R": 3.926548288291087e-06, + "M": 4.941430961480364e-05, + "O": 1.9808587239822373e-05, + "W": 1.4684674169984646e-06, + "N": 5.272636917652562e-05, + "Y": 0.0010125929256901145, + "U": 1.4101065062277485e-06, + "K": 2.654301715665497e-05, + "L": 7.927304750410258e-07, + "G": 0.00012162324856035411, + "F": 0.0015346275176852942, + "E": 0.0003643179661594331, + "T": 0.0007848110981285572, + "P": 0.1921222060918808, + "-": 0.803083062171936 + }, + "id": "tp_14175" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1771905, + "label": "-", + "classification": { + "B": 2.7861442504217848e-05, + "S": 3.897213900927454e-06, + "I": 0.0011229270603507757, + "C": 0.00011695232387864962, + "R": 2.2395028281607665e-05, + "M": 0.0014935630606487393, + "O": 0.00027283327654004097, + "W": 5.487258476932766e-06, + "N": 2.9758648452116176e-05, + "Y": 0.002349984599277377, + "U": 2.690694827833795e-06, + "K": 3.0993447808214114e-07, + "L": 7.233872747747228e-05, + "G": 0.002074597869068384, + "F": 0.00037896385765634477, + "E": 0.00036327517591416836, + "T": 0.00511659262701869, + "P": 0.13485561311244965, + "-": 0.851689875125885 + }, + "id": "tp_14176" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1772005, + "label": "-", + "classification": { + "B": 5.813328485260172e-08, + "S": 5.474165618579718e-07, + "I": 0.00018619309412315488, + "C": 3.1238562314683804e-06, + "R": 5.163309424460749e-07, + "M": 1.7749707694747485e-05, + "O": 8.133200026350096e-06, + "W": 3.4095998557859275e-07, + "N": 1.3744966963713523e-05, + "Y": 0.0005585579783655703, + "U": 4.177140766614684e-08, + "K": 2.4843448045430705e-06, + "L": 1.0264280803085057e-07, + "G": 4.266604082658887e-05, + "F": 0.0017167336773127317, + "E": 0.0002888849703595042, + "T": 0.0004529223660938442, + "P": 0.4422178864479065, + "-": 0.5544893741607666 + }, + "id": "tp_14177" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1772139, + "label": "-", + "classification": { + "B": 5.034452854602023e-08, + "S": 9.162576475318929e-08, + "I": 0.00033670401899144053, + "C": 1.3886895430914592e-05, + "R": 2.1749831375927897e-06, + "M": 3.978104814450489e-06, + "O": 4.128778527956456e-06, + "W": 3.2995578180816665e-07, + "N": 1.0150911293749232e-05, + "Y": 0.00015611127309966832, + "U": 2.861278574073367e-07, + "K": 2.3885465907369507e-06, + "L": 1.6531627977656171e-07, + "G": 2.096610660373699e-05, + "F": 0.000874109158758074, + "E": 5.3762476454721764e-05, + "T": 0.00010228491737507284, + "P": 0.2853813171386719, + "-": 0.7130370736122131 + }, + "id": "tp_14178" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1772272, + "label": "-", + "classification": { + "B": 1.1924346836167388e-05, + "S": 0.00013267507893033326, + "I": 0.009097696281969547, + "C": 0.00032516109058633447, + "R": 0.00012582525960169733, + "M": 0.0008433563052676618, + "O": 0.0006404301384463906, + "W": 6.0901253164047375e-05, + "N": 0.0012341198744252324, + "Y": 0.023792311549186707, + "U": 2.7684485758072697e-05, + "K": 0.0002003377885557711, + "L": 3.8321541069308296e-05, + "G": 0.0012224920792505145, + "F": 0.0038618366234004498, + "E": 0.0010026092641055584, + "T": 0.0239717960357666, + "P": 0.1457165777683258, + "-": 0.7876940965652466 + }, + "id": "tp_14179" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1772406, + "label": "-", + "classification": { + "B": 8.210115254314587e-08, + "S": 1.3270566867618072e-09, + "I": 2.5646913854870945e-05, + "C": 1.9931114536575478e-07, + "R": 1.697170404213466e-08, + "M": 1.7917609511641786e-06, + "O": 4.2240876041432784e-07, + "W": 7.814294100683128e-09, + "N": 1.7990437584103347e-07, + "Y": 2.3421300284098834e-05, + "U": 3.828104500058771e-09, + "K": 1.3588203451320169e-08, + "L": 2.8114065742101957e-08, + "G": 8.402625098824501e-06, + "F": 7.449188706232235e-05, + "E": 4.334354161983356e-05, + "T": 1.0117595593328588e-05, + "P": 0.2903447449207306, + "-": 0.7094670534133911 + }, + "id": "tp_14180" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1772506, + "label": "-", + "classification": { + "B": 6.124440915300511e-06, + "S": 4.002411969850073e-06, + "I": 0.006487254984676838, + "C": 0.0002315183955943212, + "R": 8.503175195073709e-05, + "M": 0.0004883664078079164, + "O": 0.00010962280066451058, + "W": 1.8348326193518005e-05, + "N": 0.00018669318524189293, + "Y": 0.007426627445966005, + "U": 1.8834154616342857e-05, + "K": 0.0002486671437509358, + "L": 1.195451204694109e-05, + "G": 0.0008651173557154834, + "F": 0.0031724360305815935, + "E": 0.0013471645070239902, + "T": 0.004272418562322855, + "P": 0.15297062695026398, + "-": 0.8220492601394653 + }, + "id": "tp_14181" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1772639, + "label": "-", + "classification": { + "B": 2.044111852228525e-06, + "S": 1.4431895579036791e-05, + "I": 0.0036614255513995886, + "C": 0.0001553561887703836, + "R": 4.379411620902829e-05, + "M": 0.0003083948395214975, + "O": 0.00010791495878947899, + "W": 2.7030504497815855e-05, + "N": 0.000551378121599555, + "Y": 0.02280142903327942, + "U": 7.4143508754787035e-06, + "K": 0.011403311043977737, + "L": 3.4040940590784885e-06, + "G": 0.002336443867534399, + "F": 0.02833494171500206, + "E": 0.008078789338469505, + "T": 0.0032015093602240086, + "P": 0.18197661638259888, + "-": 0.7369844317436218 + }, + "id": "tp_14182" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1772773, + "label": "-", + "classification": { + "B": 5.398748271545628e-06, + "S": 6.720004421367776e-06, + "I": 0.0004063388332724571, + "C": 3.0375189453479834e-05, + "R": 3.1415149805980036e-06, + "M": 0.0001403424539603293, + "O": 5.042330303695053e-05, + "W": 4.171017735643545e-06, + "N": 3.7771395000163466e-05, + "Y": 0.0008818797650747001, + "U": 2.1375353753683157e-06, + "K": 2.131791552528739e-05, + "L": 4.5639781092177145e-06, + "G": 0.00019900283950846642, + "F": 0.0032288182992488146, + "E": 0.0005396355409175158, + "T": 0.0006121055921539664, + "P": 0.23105980455875397, + "-": 0.7627661228179932 + }, + "id": "tp_14183" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1772906, + "label": "-", + "classification": { + "B": 1.3169517387723317e-07, + "S": 8.466225409620165e-08, + "I": 0.0001883614168036729, + "C": 7.971865670697298e-06, + "R": 4.7635214173169516e-07, + "M": 1.2986084584554192e-05, + "O": 2.0175705230940366e-06, + "W": 1.4629246436470567e-07, + "N": 6.148511602077633e-06, + "Y": 0.00032355223083868623, + "U": 1.3233373863386078e-07, + "K": 1.5623179933754727e-05, + "L": 1.4401987868950528e-07, + "G": 9.535956633044407e-05, + "F": 0.0034094401635229588, + "E": 0.0007982097449712455, + "T": 7.169932359829545e-05, + "P": 0.2929506003856659, + "-": 0.7021169066429138 + }, + "id": "tp_14184" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1773006, + "label": "-", + "classification": { + "B": 0.00020489930466283113, + "S": 0.0009622946381568909, + "I": 0.010411388240754604, + "C": 0.002118476200848818, + "R": 0.0010393921984359622, + "M": 0.0023378252517431974, + "O": 0.0018423008732497692, + "W": 0.0010121349478140473, + "N": 0.0027719505596905947, + "Y": 0.011720582842826843, + "U": 0.0004116782220080495, + "K": 0.012313243933022022, + "L": 0.00030623687780462205, + "G": 0.004572545178234577, + "F": 0.07757480442523956, + "E": 0.010038702748715878, + "T": 0.010543531738221645, + "P": 0.23648032546043396, + "-": 0.6133376955986023 + }, + "id": "tp_14185" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1773140, + "label": "-", + "classification": { + "B": 0.00032612268114462495, + "S": 0.00038136699004098773, + "I": 0.00406753970310092, + "C": 0.0018783108098432422, + "R": 0.001293072709813714, + "M": 0.002176704118028283, + "O": 0.0029739905148744583, + "W": 0.0003765315923374146, + "N": 0.0005206316709518433, + "Y": 0.005538542289286852, + "U": 0.00016075508028734475, + "K": 0.00018611706036608666, + "L": 0.0008458373486064374, + "G": 0.00440857233479619, + "F": 0.02791806124150753, + "E": 0.0010945760877802968, + "T": 0.008299150504171848, + "P": 0.1419348567724228, + "-": 0.7956193685531616 + }, + "id": "tp_14186" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1773273, + "label": "-", + "classification": { + "B": 8.28283646114869e-08, + "S": 3.5790691299553146e-08, + "I": 5.921518095419742e-05, + "C": 5.910944196330092e-07, + "R": 1.1848716496842826e-07, + "M": 1.0573581675998867e-05, + "O": 2.6121131213585613e-06, + "W": 1.0001818395721784e-07, + "N": 6.976114832468738e-07, + "Y": 0.00013410302926786244, + "U": 1.485713596593996e-08, + "K": 3.47348141360726e-08, + "L": 1.1186602222323927e-07, + "G": 8.550530765205622e-06, + "F": 0.0001247710024472326, + "E": 2.4698052584426478e-05, + "T": 6.725821731379256e-05, + "P": 0.1524280458688736, + "-": 0.8471383452415466 + }, + "id": "tp_14187" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1773407, + "label": "-", + "classification": { + "B": 0.0020850785076618195, + "S": 0.00041393289575353265, + "I": 0.0015370500041171908, + "C": 0.00015989817620720714, + "R": 5.839744699187577e-05, + "M": 0.00765557587146759, + "O": 0.0038434239104390144, + "W": 0.00021119567099958658, + "N": 0.0001909852580865845, + "Y": 0.00224599102512002, + "U": 1.916014116432052e-05, + "K": 3.967520569858607e-06, + "L": 0.0011989590711891651, + "G": 0.004065911751240492, + "F": 0.007133719976991415, + "E": 0.0025804892648011446, + "T": 0.004799412097781897, + "P": 0.24466083943843842, + "-": 0.7171359658241272 + }, + "id": "tp_14188" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1773507, + "label": "-", + "classification": { + "B": 1.752728712745011e-05, + "S": 3.7530282952502603e-06, + "I": 0.012426597997546196, + "C": 0.00033725835965014994, + "R": 4.456939495867118e-05, + "M": 0.0008554712985642254, + "O": 0.0001750155643094331, + "W": 4.665403594117379e-06, + "N": 0.00026557076489552855, + "Y": 0.004936124198138714, + "U": 6.775523161195451e-06, + "K": 7.740425758129277e-07, + "L": 3.9694255974609405e-05, + "G": 0.0010292604565620422, + "F": 0.0003903092001564801, + "E": 0.00041544990381225944, + "T": 0.008241495117545128, + "P": 0.4271216094493866, + "-": 0.5436879992485046 + }, + "id": "tp_14189" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1773640, + "label": "-", + "classification": { + "B": 3.9251709438303806e-08, + "S": 3.450222862966257e-08, + "I": 0.0001414492289768532, + "C": 5.441555117613461e-07, + "R": 2.2195192173057876e-07, + "M": 5.115628300700337e-05, + "O": 3.256574245824595e-06, + "W": 3.4582146923867185e-08, + "N": 1.1512413493619533e-06, + "Y": 0.0013635464711114764, + "U": 1.065100896369131e-08, + "K": 2.306768323023789e-07, + "L": 1.3860245928754011e-07, + "G": 0.00013000203762203455, + "F": 0.000560462533030659, + "E": 9.33904175326461e-06, + "T": 0.0017377841286361217, + "P": 0.05399168282747269, + "-": 0.942008912563324 + }, + "id": "tp_14190" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1773774, + "label": "P", + "classification": { + "B": 1.647095899670603e-07, + "S": 2.2024964074773834e-09, + "I": 3.3718001759552862e-06, + "C": 1.808765248689781e-09, + "R": 1.077737135646295e-10, + "M": 3.139190766887623e-06, + "O": 4.3399666083132615e-07, + "W": 9.344670592881243e-10, + "N": 1.4289780914111816e-08, + "Y": 6.700265089421009e-07, + "U": 1.5802333400150026e-11, + "K": 2.028834565626081e-12, + "L": 1.6174448447259238e-08, + "G": 1.8125289216186502e-06, + "F": 1.489819260314107e-05, + "E": 5.257140401226934e-06, + "T": 2.75828892881691e-06, + "P": 0.5093051791191101, + "-": 0.49066218733787537 + }, + "id": "tp_14191" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1773907, + "label": "-", + "classification": { + "B": 7.083134551066905e-05, + "S": 3.3088937925640494e-05, + "I": 0.00782746635377407, + "C": 0.00027597200823947787, + "R": 4.47594684374053e-05, + "M": 0.004102214239537716, + "O": 0.00032697845017537475, + "W": 2.2988821001490578e-05, + "N": 0.0004342779575381428, + "Y": 0.018215900287032127, + "U": 1.2539277122414205e-05, + "K": 0.00010379344166722149, + "L": 7.93405924923718e-05, + "G": 0.008037308230996132, + "F": 0.003758699633181095, + "E": 0.02034149505198002, + "T": 0.008287179283797741, + "P": 0.2031853348016739, + "-": 0.7248397469520569 + }, + "id": "tp_14192" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1774007, + "label": "-", + "classification": { + "B": 2.8276092052692547e-05, + "S": 6.247446435736492e-06, + "I": 0.0014827848644927144, + "C": 0.0002598570135887712, + "R": 6.288791337283328e-05, + "M": 0.0019004592904821038, + "O": 0.00027622777270153165, + "W": 1.2207387953822035e-05, + "N": 3.7282319681253284e-05, + "Y": 0.005380710121244192, + "U": 7.84337316872552e-06, + "K": 2.1413509330159286e-06, + "L": 0.0001052818915923126, + "G": 0.0023252125829458237, + "F": 0.0014313380233943462, + "E": 0.00039391632890328765, + "T": 0.006817506160587072, + "P": 0.11015619337558746, + "-": 0.8693137168884277 + }, + "id": "tp_14193" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1774141, + "label": "-", + "classification": { + "B": 1.7153922726720339e-06, + "S": 2.1470813749147055e-07, + "I": 0.001773179741576314, + "C": 3.90600944228936e-05, + "R": 3.593252813516301e-06, + "M": 0.00012061686720699072, + "O": 1.98407142306678e-05, + "W": 6.969519290578319e-07, + "N": 2.0759998733410612e-05, + "Y": 0.000984769663773477, + "U": 5.759175110142678e-07, + "K": 1.5065543834680284e-07, + "L": 3.6893341075483477e-06, + "G": 0.00013933118316344917, + "F": 0.00012212154979351908, + "E": 0.00022474447905551642, + "T": 0.0010771764209493995, + "P": 0.31178662180900574, + "-": 0.683681070804596 + }, + "id": "tp_14194" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1774274, + "label": "-", + "classification": { + "B": 1.9582263121264987e-05, + "S": 5.3346888307714835e-05, + "I": 0.0013720464194193482, + "C": 0.00021165853831917048, + "R": 0.0001092142119887285, + "M": 0.0004979122895747423, + "O": 0.00030653641442768276, + "W": 4.067441841471009e-05, + "N": 0.0001753302349243313, + "Y": 0.008097197860479355, + "U": 2.3803093426977284e-05, + "K": 0.00019436072034295648, + "L": 5.771828000433743e-05, + "G": 0.0011966648744419217, + "F": 0.022265521809458733, + "E": 0.0008308670367114246, + "T": 0.005015105940401554, + "P": 0.16915446519851685, + "-": 0.7903779149055481 + }, + "id": "tp_14195" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1774408, + "label": "-", + "classification": { + "B": 9.489836884313263e-06, + "S": 4.779484470418538e-07, + "I": 0.0012784692225977778, + "C": 0.00011522926070028916, + "R": 8.807553967926651e-06, + "M": 0.00036768647260032594, + "O": 4.3540039769141003e-05, + "W": 1.4336013691718108e-06, + "N": 1.9753750166273676e-05, + "Y": 0.0024499567225575447, + "U": 1.6832516394060804e-06, + "K": 3.224162128390162e-07, + "L": 1.2901034097012598e-05, + "G": 0.0008901166147552431, + "F": 0.0002280258049722761, + "E": 0.0005296707968227565, + "T": 0.0014526598388329148, + "P": 0.31552380323410034, + "-": 0.6770659685134888 + }, + "id": "tp_14196" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1774508, + "label": "-", + "classification": { + "B": 5.279145989334211e-05, + "S": 4.224392250762321e-05, + "I": 0.02992858737707138, + "C": 0.003494352800771594, + "R": 0.0010252431966364384, + "M": 0.003263062797486782, + "O": 0.000902847561519593, + "W": 0.000131837441585958, + "N": 0.001506311004050076, + "Y": 0.011592035181820393, + "U": 0.00016794059774838388, + "K": 0.00018537245341576636, + "L": 0.00027955713449046016, + "G": 0.004336868412792683, + "F": 0.008595213294029236, + "E": 0.003185620065778494, + "T": 0.008190276101231575, + "P": 0.3059109151363373, + "-": 0.6172088980674744 + }, + "id": "tp_14197" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1774641, + "label": "-", + "classification": { + "B": 2.637355294154986e-07, + "S": 6.891389148222515e-07, + "I": 0.00011997759429505095, + "C": 6.083117568778107e-06, + "R": 6.792161002522334e-07, + "M": 4.1555660573067144e-05, + "O": 1.1058530617447104e-05, + "W": 5.419688022811897e-07, + "N": 7.445546998496866e-06, + "Y": 0.0008078297250904143, + "U": 4.3752814349318214e-07, + "K": 8.595341569161974e-06, + "L": 6.235227374418173e-07, + "G": 6.185837264638394e-05, + "F": 0.0004939647624269128, + "E": 0.00021597986051347107, + "T": 0.0008284752257168293, + "P": 0.07724717259407043, + "-": 0.9201467633247375 + }, + "id": "tp_14198" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1774775, + "label": "-", + "classification": { + "B": 1.8342868202125828e-07, + "S": 1.2013495620522008e-07, + "I": 0.00041943983524106443, + "C": 2.7095202312921174e-05, + "R": 7.754751095490064e-06, + "M": 2.5683160856715403e-05, + "O": 1.4463113075180445e-05, + "W": 3.9632047332816e-07, + "N": 7.62476747695473e-06, + "Y": 0.0004815158899873495, + "U": 5.999672225698305e-07, + "K": 1.3360880757318228e-07, + "L": 1.955899051608867e-06, + "G": 0.00010009764082496986, + "F": 0.00023169688938651234, + "E": 2.4906983526307158e-05, + "T": 0.0011534849181771278, + "P": 0.16446945071220398, + "-": 0.8330333232879639 + }, + "id": "tp_14199" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1774908, + "label": "-", + "classification": { + "B": 2.6459772470843745e-06, + "S": 9.628592124499846e-06, + "I": 0.0005520415143109858, + "C": 8.06112220743671e-05, + "R": 1.9685234292410314e-05, + "M": 0.00015339131641667336, + "O": 9.229226998286322e-05, + "W": 1.1472313417471014e-05, + "N": 8.121154678519815e-05, + "Y": 0.001789088943041861, + "U": 7.481825832655886e-06, + "K": 0.00011588327470235527, + "L": 7.343253400904359e-06, + "G": 0.00020194372336845845, + "F": 0.006600686814635992, + "E": 0.0006938486476428807, + "T": 0.001674425438977778, + "P": 0.17839199304580688, + "-": 0.8095143437385559 + }, + "id": "tp_14200" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1775008, + "label": "-", + "classification": { + "B": 1.3875213653591345e-06, + "S": 2.480341663613217e-06, + "I": 0.0013117485214024782, + "C": 1.575072019477375e-05, + "R": 1.1893507689819671e-05, + "M": 8.420576341450214e-05, + "O": 6.34119933238253e-05, + "W": 6.510781076940475e-06, + "N": 8.16946048871614e-05, + "Y": 0.0025649573653936386, + "U": 2.34980529967288e-06, + "K": 3.6176435969537124e-05, + "L": 2.4272439986816607e-06, + "G": 0.0002888457092922181, + "F": 0.0020134865771979094, + "E": 0.0002649202069733292, + "T": 0.002562528243288398, + "P": 0.2851947247982025, + "-": 0.7054905295372009 + }, + "id": "tp_14201" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1775142, + "label": "-", + "classification": { + "B": 1.012776465358911e-06, + "S": 3.6263593301555375e-06, + "I": 0.001506695174612105, + "C": 0.0001294455723837018, + "R": 3.648753772722557e-05, + "M": 0.00019992921443190426, + "O": 5.003171099815518e-05, + "W": 4.7285730033763684e-06, + "N": 6.738386582583189e-05, + "Y": 0.006257761735469103, + "U": 4.505637207330437e-06, + "K": 0.00012162976781837642, + "L": 6.3424035943171475e-06, + "G": 0.0008659800514578819, + "F": 0.008142697624862194, + "E": 0.0005846743006259203, + "T": 0.002024342305958271, + "P": 0.1549692153930664, + "-": 0.8250235915184021 + }, + "id": "tp_14202" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1775275, + "label": "-", + "classification": { + "B": 3.1946626333906325e-12, + "S": 1.0818583008609384e-11, + "I": 5.0411181007348205e-08, + "C": 2.7280536163409863e-10, + "R": 1.6017794729483725e-11, + "M": 1.0124553639911937e-08, + "O": 2.357640749295342e-09, + "W": 1.374081317478959e-11, + "N": 3.517941771224997e-10, + "Y": 3.665208396341768e-06, + "U": 5.799280760471204e-12, + "K": 4.1184797239246507e-10, + "L": 7.923351211247542e-12, + "G": 2.2512057995527357e-08, + "F": 3.2652369554853067e-06, + "E": 4.356171601216374e-08, + "T": 1.4810829043199192e-06, + "P": 0.007345680147409439, + "-": 0.9926457405090332 + }, + "id": "tp_14203" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1775375, + "label": "P", + "classification": { + "B": 1.566632363392273e-06, + "S": 8.854613611219975e-07, + "I": 0.0017822381341829896, + "C": 3.345425284351222e-05, + "R": 2.9584250569314463e-06, + "M": 5.53905192646198e-05, + "O": 1.4817470400885213e-05, + "W": 1.2815950185540714e-06, + "N": 9.035078983288258e-05, + "Y": 0.0004418304015416652, + "U": 1.155631593974249e-06, + "K": 7.160430413932772e-06, + "L": 1.0081174650622415e-06, + "G": 0.00013763716560788453, + "F": 0.0006408669287338853, + "E": 0.0010026217205449939, + "T": 0.0002525542804505676, + "P": 0.5680978894233704, + "-": 0.42743435502052307 + }, + "id": "tp_14204" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1775509, + "label": "-", + "classification": { + "B": 2.2296360938089954e-11, + "S": 1.5895097738027886e-10, + "I": 3.2357314694309025e-07, + "C": 7.400618340369647e-09, + "R": 4.73382832932856e-10, + "M": 8.726270550596382e-08, + "O": 1.6765930865858536e-08, + "W": 1.8267946877426056e-10, + "N": 5.482716058935466e-09, + "Y": 8.867628821462858e-06, + "U": 1.1710746261606175e-10, + "K": 2.0986632875974465e-08, + "L": 2.219436995298807e-10, + "G": 2.89931818997502e-07, + "F": 0.00020137411775067449, + "E": 6.264976946113165e-07, + "T": 4.815241027245065e-06, + "P": 0.048660073429346085, + "-": 0.9511234164237976 + }, + "id": "tp_14205" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1775642, + "label": "-", + "classification": { + "B": 3.153004968226014e-09, + "S": 3.847905105658356e-09, + "I": 1.4882199138810392e-05, + "C": 1.2565210205650601e-08, + "R": 2.5429705008406245e-09, + "M": 7.812437843313091e-07, + "O": 1.2883609201708168e-07, + "W": 3.154797756366179e-09, + "N": 1.6734324503886455e-07, + "Y": 6.830238999100402e-05, + "U": 1.1328701310375777e-09, + "K": 2.1963862195661932e-07, + "L": 1.5003026598847669e-09, + "G": 3.1725401186122326e-06, + "F": 0.00018274117610417306, + "E": 2.584929097793065e-05, + "T": 4.196514782961458e-05, + "P": 0.10796795040369034, + "-": 0.8916939496994019 + }, + "id": "tp_14206" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1775776, + "label": "-", + "classification": { + "B": 5.2654918647476734e-08, + "S": 1.2281922145973567e-08, + "I": 5.30436409462709e-05, + "C": 1.6294359284074744e-07, + "R": 2.6361265170748993e-08, + "M": 1.4932572867110139e-06, + "O": 1.4325524944069912e-06, + "W": 2.4819961197408702e-08, + "N": 5.042394946030981e-07, + "Y": 8.991848517325707e-06, + "U": 2.46533993220055e-09, + "K": 4.263868980114438e-10, + "L": 6.498747495697899e-08, + "G": 1.5021901162981521e-06, + "F": 1.8768669178825803e-05, + "E": 6.834893156337785e-06, + "T": 2.331834548385814e-05, + "P": 0.4373703896999359, + "-": 0.5625134706497192 + }, + "id": "tp_14207" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1775876, + "label": "-", + "classification": { + "B": 6.163690500216035e-07, + "S": 5.533251624001423e-06, + "I": 0.006345716770738363, + "C": 0.0001330014638369903, + "R": 5.4724943765904754e-05, + "M": 0.0006939703598618507, + "O": 0.0001219545301864855, + "W": 1.251611320185475e-05, + "N": 0.00019044386863242835, + "Y": 0.027397319674491882, + "U": 2.1659889171132818e-06, + "K": 0.00011546334280865267, + "L": 5.420249635790242e-06, + "G": 0.0008766652317717671, + "F": 0.004114347044378519, + "E": 0.001126378308981657, + "T": 0.011835009790956974, + "P": 0.09433924406766891, + "-": 0.8526296019554138 + }, + "id": "tp_14208" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1776009, + "label": "-", + "classification": { + "B": 4.324629969687521e-07, + "S": 2.545320931801598e-08, + "I": 8.74248580657877e-05, + "C": 1.257755712913422e-07, + "R": 1.5821930432480258e-08, + "M": 6.452587513194885e-06, + "O": 2.018925442826003e-06, + "W": 1.4361834388409989e-08, + "N": 3.9806252516427776e-07, + "Y": 5.329780833562836e-05, + "U": 6.102024441290155e-10, + "K": 4.780778550816933e-11, + "L": 1.220630139187051e-07, + "G": 6.168245363369351e-06, + "F": 1.1884525520144962e-05, + "E": 9.73213082033908e-06, + "T": 5.698422319255769e-05, + "P": 0.30872055888175964, + "-": 0.6910443902015686 + }, + "id": "tp_14209" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1776143, + "label": "-", + "classification": { + "B": 5.237095137999859e-06, + "S": 4.259634920344979e-07, + "I": 0.005542122758924961, + "C": 6.765264697605744e-05, + "R": 7.474291578546399e-06, + "M": 0.0003316871006973088, + "O": 1.932630766532384e-05, + "W": 4.341204942193144e-07, + "N": 5.3378949814941734e-05, + "Y": 0.003282753750681877, + "U": 5.922484547227214e-07, + "K": 5.017611783841858e-07, + "L": 6.9797138166904915e-06, + "G": 0.0018478605197742581, + "F": 0.00032657323754392564, + "E": 0.0016478976467624307, + "T": 0.0021392374765127897, + "P": 0.4872424006462097, + "-": 0.49747732281684875 + }, + "id": "tp_14210" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1776276, + "label": "-", + "classification": { + "B": 2.0481877527345205e-07, + "S": 7.992261998879258e-06, + "I": 0.004042417276650667, + "C": 0.00021904105960857123, + "R": 7.487489347113296e-05, + "M": 0.00044923738460056484, + "O": 0.00022348781931214035, + "W": 1.3774547369393986e-05, + "N": 0.00014689656381960958, + "Y": 0.05902228504419327, + "U": 7.036971396701119e-07, + "K": 7.522093073930591e-05, + "L": 3.5258387924841372e-06, + "G": 0.0011124092852696776, + "F": 0.0030876854434609413, + "E": 0.0002196261048084125, + "T": 0.022375280037522316, + "P": 0.02094009891152382, + "-": 0.8879852294921875 + }, + "id": "tp_14211" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1776376, + "label": "-", + "classification": { + "B": 3.906540424480909e-09, + "S": 6.8695689137143745e-09, + "I": 8.136287215165794e-05, + "C": 6.332009547804773e-07, + "R": 7.40954035904906e-08, + "M": 5.350802325665427e-07, + "O": 3.765962333091011e-07, + "W": 1.5360136274011893e-08, + "N": 1.8188432022725465e-06, + "Y": 4.397954762680456e-05, + "U": 2.2791571296920665e-08, + "K": 8.606688766121806e-07, + "L": 9.001882794734684e-09, + "G": 3.711512363224756e-06, + "F": 0.0002580538275651634, + "E": 2.4740194930927828e-05, + "T": 2.4168080926756375e-05, + "P": 0.38747912645339966, + "-": 0.6120805740356445 + }, + "id": "tp_14212" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1776510, + "label": "-", + "classification": { + "B": 1.4156229966033607e-08, + "S": 4.660969388226022e-09, + "I": 0.00016184030391741544, + "C": 5.988637440168532e-06, + "R": 8.206658890230756e-07, + "M": 1.3574133845395409e-05, + "O": 1.0696909384932951e-06, + "W": 1.0277830142513267e-08, + "N": 7.458123150172469e-07, + "Y": 0.000533191894646734, + "U": 2.1485160317524787e-08, + "K": 1.3900361750529555e-08, + "L": 1.3533028209167242e-07, + "G": 5.2345054427860305e-05, + "F": 4.582174733513966e-05, + "E": 1.6294585293508135e-05, + "T": 0.00030416189110837877, + "P": 0.08357444405555725, + "-": 0.915289580821991 + }, + "id": "tp_14213" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1776643, + "label": "-", + "classification": { + "B": 1.2046566553181037e-05, + "S": 1.2344149581622332e-05, + "I": 0.0028705005533993244, + "C": 5.794512981083244e-05, + "R": 7.920956704765558e-06, + "M": 0.00042156604467891157, + "O": 0.0001771951065165922, + "W": 9.762065019458532e-06, + "N": 0.00014578619448002428, + "Y": 0.00278737535700202, + "U": 2.9574073323601624e-06, + "K": 2.4638200102344854e-06, + "L": 1.5571598851238377e-05, + "G": 0.000364795298082754, + "F": 0.000569767493288964, + "E": 0.000789945712313056, + "T": 0.00406034616753459, + "P": 0.2550904154777527, + "-": 0.7326013445854187 + }, + "id": "tp_14214" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1776777, + "label": "-", + "classification": { + "B": 9.965497156372294e-06, + "S": 8.763270216149976e-07, + "I": 0.0011370324064046144, + "C": 5.553586743189953e-05, + "R": 1.035780405800324e-05, + "M": 0.000145005076774396, + "O": 3.185238529113121e-05, + "W": 2.957006017823005e-06, + "N": 2.5343742890981957e-05, + "Y": 0.0019232966005802155, + "U": 2.0880013380519813e-06, + "K": 1.1267506124568172e-05, + "L": 4.266238192940364e-06, + "G": 0.0005520715494640172, + "F": 0.000921882048714906, + "E": 0.0009657371556386352, + "T": 0.0007283213781192899, + "P": 0.19689375162124634, + "-": 0.7965782880783081 + }, + "id": "tp_14215" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1776877, + "label": "P", + "classification": { + "B": 2.25276963305987e-07, + "S": 2.2432593560495206e-09, + "I": 7.656740490347147e-05, + "C": 8.738686005926866e-07, + "R": 2.71179931843335e-08, + "M": 1.484410313423723e-05, + "O": 8.99728775038966e-07, + "W": 6.045650646768763e-09, + "N": 4.4903347884428513e-07, + "Y": 3.3183529012603685e-05, + "U": 6.380926453886104e-09, + "K": 9.891981678222805e-10, + "L": 1.2953073280641547e-07, + "G": 5.064871584181674e-05, + "F": 1.5651607100153342e-05, + "E": 3.822990402113646e-05, + "T": 5.400229201768525e-05, + "P": 0.5738140940666199, + "-": 0.4259001910686493 + }, + "id": "tp_14216" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1777010, + "label": "-", + "classification": { + "B": 6.275862688198686e-05, + "S": 4.688291937782196e-06, + "I": 0.0010331426747143269, + "C": 0.00015337151126004755, + "R": 4.786510544363409e-05, + "M": 0.0011741461930796504, + "O": 0.00031146404216997325, + "W": 1.681595495028887e-05, + "N": 3.305479185655713e-05, + "Y": 0.001584968762472272, + "U": 5.291546131047653e-06, + "K": 1.0488763564353576e-06, + "L": 7.450590055668727e-05, + "G": 0.0008991632494144142, + "F": 0.0008999807178042829, + "E": 0.00044637740938924253, + "T": 0.0019563494715839624, + "P": 0.15751269459724426, + "-": 0.8337822556495667 + }, + "id": "tp_14217" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1777144, + "label": "-", + "classification": { + "B": 3.5801538160740165e-06, + "S": 2.3381453502224758e-05, + "I": 0.026663633063435555, + "C": 0.0007223699940368533, + "R": 0.00017652049427852035, + "M": 0.00022598715440835804, + "O": 0.00020104537543375045, + "W": 7.056286267470568e-05, + "N": 0.002548955613747239, + "Y": 0.022717617452144623, + "U": 1.9848654119414277e-05, + "K": 0.005149215925484896, + "L": 6.701454367430415e-06, + "G": 0.002713995985686779, + "F": 0.010716577991843224, + "E": 0.01071612723171711, + "T": 0.0058779651299119, + "P": 0.35940253734588623, + "-": 0.5520434379577637 + }, + "id": "tp_14218" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1777277, + "label": "-", + "classification": { + "B": 5.492942989349103e-08, + "S": 3.468633735792537e-08, + "I": 0.00010170192399527878, + "C": 8.983983548205288e-07, + "R": 9.21473528592287e-08, + "M": 1.1408789760025684e-05, + "O": 3.5825135000777664e-06, + "W": 6.549373665620806e-08, + "N": 1.95194797925069e-06, + "Y": 0.00011783473019022495, + "U": 4.895085581324565e-08, + "K": 9.224943653407536e-08, + "L": 1.507795417410307e-07, + "G": 2.2736177925253287e-05, + "F": 7.837614248273894e-05, + "E": 2.7365107598598115e-05, + "T": 0.00033728452399373055, + "P": 0.21771733462810516, + "-": 0.7815790176391602 + }, + "id": "tp_14219" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1777377, + "label": "-", + "classification": { + "B": 5.078543949821324e-07, + "S": 5.213167924011941e-07, + "I": 4.361854735179804e-05, + "C": 1.0992312127200421e-05, + "R": 5.849394710821798e-07, + "M": 6.750202010152861e-05, + "O": 9.091973879549187e-06, + "W": 3.639169676716847e-07, + "N": 4.902834461972816e-06, + "Y": 0.0006342416745610535, + "U": 2.3055413578276784e-07, + "K": 3.137010571663268e-05, + "L": 3.811969691014383e-07, + "G": 0.00010171876783715561, + "F": 0.0049929143860936165, + "E": 0.0004284834139980376, + "T": 0.00022714877559337765, + "P": 0.07921499758958817, + "-": 0.9142305254936218 + }, + "id": "tp_14220" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1777511, + "label": "P", + "classification": { + "B": 2.3792874799255515e-06, + "S": 6.230300897414054e-08, + "I": 0.025863824412226677, + "C": 0.00010106120316777378, + "R": 8.74658962857211e-06, + "M": 0.00014623683819081634, + "O": 7.756960258120671e-06, + "W": 1.976393662062037e-07, + "N": 5.833075920236297e-05, + "Y": 0.004268196411430836, + "U": 3.0885627211318933e-07, + "K": 1.7913080796461145e-07, + "L": 2.561745532148052e-06, + "G": 0.0007604334386996925, + "F": 9.644376405049115e-05, + "E": 0.0010872810380533338, + "T": 0.0006853234372101724, + "P": 0.5923092365264893, + "-": 0.37460148334503174 + }, + "id": "tp_14221" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1777644, + "label": "-", + "classification": { + "B": 1.9075769852605617e-09, + "S": 5.342821740583759e-10, + "I": 1.414157850376796e-06, + "C": 3.6626017774210595e-09, + "R": 1.384973524753974e-10, + "M": 8.796810391231702e-08, + "O": 4.2141035550002925e-08, + "W": 7.50492556989002e-10, + "N": 2.8125091589004114e-08, + "Y": 1.25400049455493e-06, + "U": 1.6037898786791516e-10, + "K": 4.101082140550716e-09, + "L": 3.8218544995416437e-10, + "G": 3.120537428458192e-07, + "F": 4.5940592826809734e-05, + "E": 4.147642812313279e-06, + "T": 1.7976883555093082e-06, + "P": 0.49825504422187805, + "-": 0.5016899704933167 + }, + "id": "tp_14222" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1777778, + "label": "P", + "classification": { + "B": 4.93702486892289e-07, + "S": 5.070051045663604e-08, + "I": 0.0004145139246247709, + "C": 6.024723006703425e-06, + "R": 2.78242907825188e-07, + "M": 8.456111572741065e-06, + "O": 2.5049050691450248e-06, + "W": 1.3326960868198512e-07, + "N": 7.348380677285604e-06, + "Y": 7.089174323482439e-05, + "U": 1.4658623115337832e-07, + "K": 9.809026835227996e-08, + "L": 2.644651146965771e-07, + "G": 1.9037413949263282e-05, + "F": 0.00011186850315425545, + "E": 0.00020249505178071558, + "T": 5.433157639345154e-05, + "P": 0.6905434131622314, + "-": 0.3085576593875885 + }, + "id": "tp_14223" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1777878, + "label": "-", + "classification": { + "B": 2.58162799582351e-06, + "S": 3.5014357990803546e-07, + "I": 0.0008943753782659769, + "C": 6.496544665424153e-05, + "R": 6.720987585140392e-06, + "M": 7.605101563967764e-05, + "O": 1.6811787645565346e-05, + "W": 8.250285077338049e-07, + "N": 2.28505814447999e-05, + "Y": 0.0008712323033250868, + "U": 2.343434289286961e-06, + "K": 4.230949343764223e-06, + "L": 3.2474667932547163e-06, + "G": 0.00032262230524793267, + "F": 0.000849609961733222, + "E": 0.00047562451800331473, + "T": 0.0005122459842823446, + "P": 0.3248193562030792, + "-": 0.6710538864135742 + }, + "id": "tp_14224" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1778011, + "label": "-", + "classification": { + "B": 1.5396806247736095e-06, + "S": 3.8266588830992987e-07, + "I": 0.0006638470804318786, + "C": 1.7316651792498305e-05, + "R": 2.568275476733106e-06, + "M": 0.00011284770152997226, + "O": 1.0455409210408106e-05, + "W": 7.483679382858099e-07, + "N": 1.2547328879009001e-05, + "Y": 0.004030049312859774, + "U": 6.157744110169006e-07, + "K": 0.0001112148747779429, + "L": 1.0182532150793122e-06, + "G": 0.0009386356105096638, + "F": 0.0025112878065556288, + "E": 0.0031851506792008877, + "T": 0.000894118333235383, + "P": 0.07913891226053238, + "-": 0.9083667397499084 + }, + "id": "tp_14225" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1778145, + "label": "-", + "classification": { + "B": 1.098311145142361e-06, + "S": 4.801163981937862e-07, + "I": 0.00037035797140561044, + "C": 9.755012797540985e-06, + "R": 5.740243409491086e-07, + "M": 3.0992850952316076e-05, + "O": 1.0638868843670934e-05, + "W": 7.188324389062473e-07, + "N": 1.5090888155100401e-05, + "Y": 0.0002554070088081062, + "U": 1.0486077144378214e-06, + "K": 1.3105502148391679e-05, + "L": 8.850479957800417e-07, + "G": 0.00010444288636790588, + "F": 0.001061236602254212, + "E": 0.0009456735569983721, + "T": 0.00023926649009808898, + "P": 0.2572062909603119, + "-": 0.7397329807281494 + }, + "id": "tp_14226" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1778278, + "label": "-", + "classification": { + "B": 2.1674502477253554e-06, + "S": 2.7317942112858873e-06, + "I": 0.00038609179318882525, + "C": 2.010948446695693e-05, + "R": 2.463154942233814e-06, + "M": 7.649186591152102e-05, + "O": 2.5247636585845612e-05, + "W": 2.8174733870400814e-06, + "N": 3.3243934012716636e-05, + "Y": 0.0007768372888676822, + "U": 9.305547905569256e-07, + "K": 1.0137347999261692e-05, + "L": 2.213760126323905e-06, + "G": 0.00016335266991518438, + "F": 0.00793517380952835, + "E": 0.0009083249024115503, + "T": 0.0003243580285925418, + "P": 0.3129664957523346, + "-": 0.6763607263565063 + }, + "id": "tp_14227" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1778378, + "label": "-", + "classification": { + "B": 1.0180392564507201e-05, + "S": 1.7327053001281456e-06, + "I": 0.0008171337540261447, + "C": 5.016664363211021e-05, + "R": 1.198207974084653e-05, + "M": 0.0005227763322182, + "O": 7.481525972252712e-05, + "W": 2.720219981711125e-06, + "N": 8.040460670599714e-06, + "Y": 0.006706071086227894, + "U": 7.169645073190622e-07, + "K": 4.032200649817241e-06, + "L": 6.544270945596509e-06, + "G": 0.0020634187385439873, + "F": 0.000332450756104663, + "E": 0.0002883300476241857, + "T": 0.0025770117063075304, + "P": 0.027988934889435768, + "-": 0.9585331082344055 + }, + "id": "tp_14228" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1778512, + "label": "-", + "classification": { + "B": 2.17513917988299e-08, + "S": 4.0037694049033234e-08, + "I": 0.00010066777031170204, + "C": 4.1503981265123e-06, + "R": 3.6284313864598516e-07, + "M": 7.565990472357953e-06, + "O": 2.3381483060802566e-06, + "W": 6.949355224605824e-08, + "N": 2.3253153358382406e-06, + "Y": 0.00012143801723141223, + "U": 6.526372686721515e-08, + "K": 5.110738925395708e-07, + "L": 1.0358598245829853e-07, + "G": 1.6086840332718566e-05, + "F": 0.000350952468579635, + "E": 6.072378528187983e-05, + "T": 9.116806177189574e-05, + "P": 0.09879548102617264, + "-": 0.9004459977149963 + }, + "id": "tp_14229" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1778645, + "label": "-", + "classification": { + "B": 1.8149626157537568e-07, + "S": 2.2104792662958062e-07, + "I": 4.216455272398889e-05, + "C": 1.715430585136346e-06, + "R": 1.9720387456345634e-07, + "M": 2.4391569240833633e-05, + "O": 8.123271982185543e-06, + "W": 1.8601235751702916e-07, + "N": 7.643253070455103e-07, + "Y": 0.0006404062150977552, + "U": 1.759455159344725e-08, + "K": 1.7037324440138946e-08, + "L": 2.578738360625721e-07, + "G": 2.2938771508052014e-05, + "F": 7.059732160996646e-05, + "E": 1.3919119737693109e-05, + "T": 0.00041074820910580456, + "P": 0.05206883326172829, + "-": 0.9466943144798279 + }, + "id": "tp_14230" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1778779, + "label": "-", + "classification": { + "B": 0.00010196042421739548, + "S": 4.9164540541823953e-05, + "I": 0.0014894787454977632, + "C": 0.00039285054663196206, + "R": 5.521648199646734e-05, + "M": 0.0033322200179100037, + "O": 0.0005415294435806572, + "W": 1.9978793716290966e-05, + "N": 0.00017919800302479416, + "Y": 0.005926746409386396, + "U": 1.2997126759728417e-05, + "K": 2.0930288883391768e-05, + "L": 0.0001761202292982489, + "G": 0.005183335859328508, + "F": 0.01447346806526184, + "E": 0.00481160543859005, + "T": 0.004512371029704809, + "P": 0.19546712934970856, + "-": 0.7632537484169006 + }, + "id": "tp_14231" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1778879, + "label": "-", + "classification": { + "B": 0.00027382164262235165, + "S": 1.0471100722497795e-05, + "I": 0.0006951764808036387, + "C": 6.0437509091570973e-05, + "R": 1.464214892621385e-05, + "M": 0.001510581816546619, + "O": 0.0003575630544219166, + "W": 8.38437790662283e-06, + "N": 1.8464630556991324e-05, + "Y": 0.0017098690150305629, + "U": 1.2763383665514993e-06, + "K": 9.780693943639562e-08, + "L": 0.00013246542948763818, + "G": 0.0019478689646348357, + "F": 0.0007182671106420457, + "E": 0.0009535778081044555, + "T": 0.0020228601060807705, + "P": 0.15497516095638275, + "-": 0.8345890641212463 + }, + "id": "tp_14232" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1779012, + "label": "-", + "classification": { + "B": 0.0002666193468030542, + "S": 7.624060526723042e-05, + "I": 0.02883748896420002, + "C": 0.003318530274555087, + "R": 0.0008508182363584638, + "M": 0.00584760494530201, + "O": 0.0013071908615529537, + "W": 0.0001246673200512305, + "N": 0.0010859410976991057, + "Y": 0.07300164550542831, + "U": 9.011491056298837e-05, + "K": 8.177846757462248e-05, + "L": 0.0004082474915776402, + "G": 0.013653312809765339, + "F": 0.004217863082885742, + "E": 0.003119268687441945, + "T": 0.03457353264093399, + "P": 0.1064671128988266, + "-": 0.7226719260215759 + }, + "id": "tp_14233" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1779146, + "label": "-", + "classification": { + "B": 3.14044683591419e-08, + "S": 9.095316499951878e-08, + "I": 4.358260048320517e-05, + "C": 8.646312380733434e-06, + "R": 1.649011892368435e-06, + "M": 2.4748642317717895e-05, + "O": 5.233961019257549e-06, + "W": 2.788392805541662e-07, + "N": 1.816357553252601e-06, + "Y": 0.0007226715097203851, + "U": 1.943510170576701e-07, + "K": 1.1948924111493398e-05, + "L": 2.51690778441116e-07, + "G": 6.391490023816004e-05, + "F": 0.00226897606626153, + "E": 6.0842561651952565e-05, + "T": 0.0003282767138443887, + "P": 0.05198081582784653, + "-": 0.9444759488105774 + }, + "id": "tp_14234" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1779279, + "label": "-", + "classification": { + "B": 1.5816347058716929e-06, + "S": 3.5279194321446994e-07, + "I": 0.001109417644329369, + "C": 3.5551383916754276e-05, + "R": 9.425238204130437e-06, + "M": 0.00016183209663722664, + "O": 3.576245580916293e-05, + "W": 7.725448654127831e-07, + "N": 2.0551578927552328e-05, + "Y": 0.0019113942980766296, + "U": 6.724960712745087e-07, + "K": 2.552574187575374e-06, + "L": 5.8626706049835775e-06, + "G": 0.0010559936054050922, + "F": 0.0013127189595252275, + "E": 0.0005794623284600675, + "T": 0.0011375857284292579, + "P": 0.11447861790657043, + "-": 0.8781399130821228 + }, + "id": "tp_14235" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1779379, + "label": "-", + "classification": { + "B": 7.678417546230776e-07, + "S": 8.542875548300799e-06, + "I": 0.002749380422756076, + "C": 0.0003059360897168517, + "R": 7.515949982916936e-05, + "M": 0.00041151794721372426, + "O": 0.00013600570673588663, + "W": 1.5902003724477254e-05, + "N": 0.00020280024909880012, + "Y": 0.00640705693513155, + "U": 9.301351383328438e-06, + "K": 9.050917287822813e-05, + "L": 1.2175049050711095e-05, + "G": 0.0005593847599811852, + "F": 0.0038063963875174522, + "E": 0.0006740322569385171, + "T": 0.008122371509671211, + "P": 0.11168675869703293, + "-": 0.8647259473800659 + }, + "id": "tp_14236" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1779513, + "label": "-", + "classification": { + "B": 9.044623539011809e-07, + "S": 7.587402706121793e-07, + "I": 0.00037932535633444786, + "C": 1.5165728655119892e-06, + "R": 5.148622790329682e-07, + "M": 0.00011824865214293823, + "O": 2.9904957045800984e-05, + "W": 8.383533440792235e-07, + "N": 9.155887710221577e-06, + "Y": 0.0007895666058175266, + "U": 1.9887168889454188e-07, + "K": 3.179194436597754e-07, + "L": 1.5939569948386634e-06, + "G": 0.00011001046368619427, + "F": 0.0003070095262955874, + "E": 8.198589057428762e-05, + "T": 0.0016529669519513845, + "P": 0.20410758256912231, + "-": 0.7924075126647949 + }, + "id": "tp_14237" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1779646, + "label": "-", + "classification": { + "B": 3.4676827453949954e-06, + "S": 2.894947499498812e-07, + "I": 0.0012738159857690334, + "C": 2.131087785528507e-05, + "R": 4.25181087848614e-06, + "M": 0.00011405515397200361, + "O": 1.6676527593517676e-05, + "W": 2.5794329872042e-07, + "N": 9.312368092651013e-06, + "Y": 0.0013324369210749865, + "U": 1.8907074661456136e-07, + "K": 7.294298853821601e-08, + "L": 4.608932158589596e-06, + "G": 0.0005326142418198287, + "F": 0.0002339005732210353, + "E": 0.00024304224643856287, + "T": 0.0008068534662015736, + "P": 0.2932747006416321, + "-": 0.7021282315254211 + }, + "id": "tp_14238" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1779780, + "label": "-", + "classification": { + "B": 3.217667472199537e-05, + "S": 3.80251367460005e-05, + "I": 0.026603272184729576, + "C": 0.0006525107892230153, + "R": 0.0002471602347213775, + "M": 0.0009561427868902683, + "O": 0.0005004727281630039, + "W": 6.475403642980382e-05, + "N": 0.0018926997436210513, + "Y": 0.006032359786331654, + "U": 3.469578950898722e-05, + "K": 0.00040961752529256046, + "L": 4.557093052426353e-05, + "G": 0.0023552863858640194, + "F": 0.006359397433698177, + "E": 0.005298901814967394, + "T": 0.004296394065022469, + "P": 0.4685855805873871, + "-": 0.4755949378013611 + }, + "id": "tp_14239" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1779880, + "label": "-", + "classification": { + "B": 0.003908852580934763, + "S": 0.002281151246279478, + "I": 0.01621229387819767, + "C": 0.0034244984854012728, + "R": 0.0020751466508954763, + "M": 0.01819586753845215, + "O": 0.007172123994678259, + "W": 0.001774816308170557, + "N": 0.003456016071140766, + "Y": 0.02629665471613407, + "U": 0.0008677529986016452, + "K": 0.0014941184781491756, + "L": 0.003918643109500408, + "G": 0.028634920716285706, + "F": 0.04052009806036949, + "E": 0.022164272144436836, + "T": 0.038199618458747864, + "P": 0.26393917202949524, + "-": 0.5154640078544617 + }, + "id": "tp_14240" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1780013, + "label": "-", + "classification": { + "B": 2.7036912797484547e-06, + "S": 1.3586557543021627e-05, + "I": 0.0006481234449893236, + "C": 2.0031642634421587e-05, + "R": 4.876149887422798e-06, + "M": 8.316523599205539e-05, + "O": 4.673389048548415e-05, + "W": 7.371689662249992e-06, + "N": 0.00010750799992820248, + "Y": 0.00164704245980829, + "U": 4.2226411096635275e-06, + "K": 4.963409446645528e-05, + "L": 2.9397876915027155e-06, + "G": 0.00011454964987933636, + "F": 0.0032080889213830233, + "E": 0.0005483662826009095, + "T": 0.0011404992546886206, + "P": 0.28948166966438293, + "-": 0.7028688192367554 + }, + "id": "tp_14241" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1780147, + "label": "P", + "classification": { + "B": 1.656407420114192e-07, + "S": 2.5073108034234792e-08, + "I": 0.00030760030495002866, + "C": 3.396875627004192e-06, + "R": 1.959793536343568e-07, + "M": 8.303236427309457e-06, + "O": 2.2796714347350644e-06, + "W": 4.735586855986185e-08, + "N": 3.4802335449057864e-06, + "Y": 5.599371434072964e-05, + "U": 3.579261331765338e-08, + "K": 1.731359233758667e-08, + "L": 2.2706375091274822e-07, + "G": 2.1384155843406916e-05, + "F": 0.00012652190343942493, + "E": 2.5713752620504238e-05, + "T": 6.54068062431179e-05, + "P": 0.5817341804504395, + "-": 0.41764500737190247 + }, + "id": "tp_14242" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1780280, + "label": "-", + "classification": { + "B": 3.849862206806165e-09, + "S": 1.8639358501104653e-08, + "I": 5.575232353294268e-05, + "C": 3.388111906588165e-07, + "R": 1.0697280572458112e-07, + "M": 4.80451672046911e-06, + "O": 1.5279989611372002e-06, + "W": 4.907858297542589e-08, + "N": 6.324528385448502e-07, + "Y": 0.0005041786353103817, + "U": 9.569827597033509e-09, + "K": 1.5485447590890544e-07, + "L": 2.018345846011016e-08, + "G": 6.625549303862499e-06, + "F": 9.115540888160467e-05, + "E": 6.931104508112185e-06, + "T": 0.00031120266066864133, + "P": 0.03982044383883476, + "-": 0.9591959714889526 + }, + "id": "tp_14243" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1780380, + "label": "-", + "classification": { + "B": 7.050127237562265e-07, + "S": 5.913115614930575e-07, + "I": 0.001098313252441585, + "C": 4.8838017391972244e-05, + "R": 6.769319497834658e-06, + "M": 4.279818676877767e-05, + "O": 2.3514850909123197e-05, + "W": 1.6824845943119726e-06, + "N": 4.888084004051052e-05, + "Y": 0.00046521815238520503, + "U": 3.08467133436352e-06, + "K": 2.0817928088945337e-05, + "L": 1.9281008007965283e-06, + "G": 0.00012613792205229402, + "F": 0.0011542224092409015, + "E": 0.0006938899750821292, + "T": 0.000573332014027983, + "P": 0.18593524396419525, + "-": 0.8097540140151978 + }, + "id": "tp_14244" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1780514, + "label": "-", + "classification": { + "B": 0.00018183088104706258, + "S": 0.00026019170763902366, + "I": 0.028403064236044884, + "C": 0.001812898786738515, + "R": 0.00026931086904369295, + "M": 0.005793712567538023, + "O": 0.0014256567228585482, + "W": 0.0004052931908518076, + "N": 0.003331656102091074, + "Y": 0.029604272916913033, + "U": 0.00017161665891762823, + "K": 0.0014314919244498014, + "L": 0.0002676632138900459, + "G": 0.00752863148227334, + "F": 0.01214135717600584, + "E": 0.03553828224539757, + "T": 0.014501575380563736, + "P": 0.3422311842441559, + "-": 0.5147003531455994 + }, + "id": "tp_14245" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1780647, + "label": "P", + "classification": { + "B": 5.802132000098936e-05, + "S": 5.208154470892623e-05, + "I": 0.05307818576693535, + "C": 0.001012273132801056, + "R": 0.0002733836299739778, + "M": 0.0013064343947917223, + "O": 0.0003183782973792404, + "W": 9.149037941824645e-05, + "N": 0.0023874787148088217, + "Y": 0.010390444658696651, + "U": 5.93303375353571e-05, + "K": 0.0002314010343980044, + "L": 7.554362673545256e-05, + "G": 0.0017897794023156166, + "F": 0.003487533191218972, + "E": 0.007922369055449963, + "T": 0.0036434500943869352, + "P": 0.6245889663696289, + "-": 0.289233535528183 + }, + "id": "tp_14246" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1780781, + "label": "-", + "classification": { + "B": 1.1715516848198604e-05, + "S": 4.21602999267634e-06, + "I": 0.14839047193527222, + "C": 0.0008503231802023947, + "R": 0.00012095992860849947, + "M": 0.0017579017439857125, + "O": 9.184304508380592e-05, + "W": 4.742596956930356e-06, + "N": 0.0006748398300260305, + "Y": 0.21979999542236328, + "U": 1.60441129537503e-06, + "K": 6.311325705610216e-06, + "L": 1.4239566553442273e-05, + "G": 0.004759499803185463, + "F": 0.0004609430907294154, + "E": 0.0027729582507163286, + "T": 0.020442040637135506, + "P": 0.15451419353485107, + "-": 0.44532129168510437 + }, + "id": "tp_14247" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1780881, + "label": "-", + "classification": { + "B": 0.00028593186289072037, + "S": 0.0003038815630134195, + "I": 0.013016986660659313, + "C": 0.0027458923868834972, + "R": 0.001801650389097631, + "M": 0.004867445211857557, + "O": 0.003289021085947752, + "W": 0.00040505622746422887, + "N": 0.0017365392995998263, + "Y": 0.015350200235843658, + "U": 0.0002967306354548782, + "K": 0.00041629988118074834, + "L": 0.000888009846676141, + "G": 0.01152386236935854, + "F": 0.026537124067544937, + "E": 0.005131829995661974, + "T": 0.01963832974433899, + "P": 0.2017875611782074, + "-": 0.6899777054786682 + }, + "id": "tp_14248" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1781014, + "label": "-", + "classification": { + "B": 2.5389834235056696e-08, + "S": 4.854426265410439e-07, + "I": 0.0006278459914028645, + "C": 6.170716460474068e-06, + "R": 1.3553921007769532e-06, + "M": 7.754152647976298e-06, + "O": 5.833320301462663e-06, + "W": 8.848947459227929e-07, + "N": 8.809331484371796e-05, + "Y": 0.0017418913776054978, + "U": 2.646600307798508e-07, + "K": 0.002822157694026828, + "L": 3.724991515241527e-08, + "G": 0.00013392986147664487, + "F": 0.006937526632100344, + "E": 0.0013510914286598563, + "T": 0.0003052258398383856, + "P": 0.22421537339687347, + "-": 0.7617540955543518 + }, + "id": "tp_14249" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1781148, + "label": "-", + "classification": { + "B": 2.917212805186864e-05, + "S": 3.9609596569789574e-05, + "I": 0.006290081888437271, + "C": 6.56282136333175e-05, + "R": 2.3641301595489495e-05, + "M": 0.0005835583433508873, + "O": 0.00014914727944415063, + "W": 1.9400662495172583e-05, + "N": 0.00042458134703338146, + "Y": 0.00477942219004035, + "U": 9.904976650432218e-06, + "K": 0.00010898525943048298, + "L": 1.896361391118262e-05, + "G": 0.0015760012902319431, + "F": 0.004709937144070864, + "E": 0.00456711370497942, + "T": 0.004718481097370386, + "P": 0.4493328034877777, + "-": 0.5225536227226257 + }, + "id": "tp_14250" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1781281, + "label": "-", + "classification": { + "B": 4.779691153089516e-05, + "S": 0.0001705918984953314, + "I": 0.011883043684065342, + "C": 0.00026966730365529656, + "R": 9.696340566733852e-05, + "M": 0.002086774678900838, + "O": 0.0009088976657949388, + "W": 0.00013531230797525495, + "N": 0.0016351686790585518, + "Y": 0.00790475495159626, + "U": 2.9833907319698483e-05, + "K": 0.0002126687759300694, + "L": 4.9469494115328416e-05, + "G": 0.001096678082831204, + "F": 0.0038584170397371054, + "E": 0.0031017253641039133, + "T": 0.023538785055279732, + "P": 0.302476704120636, + "-": 0.6404967904090881 + }, + "id": "tp_14251" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1781381, + "label": "-", + "classification": { + "B": 5.481581766275667e-08, + "S": 1.4792722424772364e-07, + "I": 0.0024997813161462545, + "C": 2.5088340407819487e-05, + "R": 8.724819053895772e-06, + "M": 8.933498611440882e-05, + "O": 1.0195406503044069e-05, + "W": 4.048957862323732e-07, + "N": 1.9768927813856862e-05, + "Y": 0.0071726227179169655, + "U": 1.9699801612205192e-07, + "K": 9.170790917778504e-07, + "L": 4.264992981006799e-07, + "G": 9.841826249612495e-05, + "F": 0.0002312746801180765, + "E": 5.666105425916612e-05, + "T": 0.00238207308575511, + "P": 0.08835847675800323, + "-": 0.8990455269813538 + }, + "id": "tp_14252" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1781515, + "label": "-", + "classification": { + "B": 2.0724264686577953e-06, + "S": 3.0451292332145385e-07, + "I": 0.00753827067092061, + "C": 6.925961497472599e-05, + "R": 5.216851150180446e-06, + "M": 0.00018613712745718658, + "O": 1.2934211554238573e-05, + "W": 4.567062319438264e-07, + "N": 2.060822953353636e-05, + "Y": 0.00282158050686121, + "U": 1.45723660693875e-07, + "K": 6.172746935817486e-08, + "L": 3.2237646792054875e-06, + "G": 0.0003128763346467167, + "F": 0.00010924544767476618, + "E": 0.00027622628840617836, + "T": 0.0011074179783463478, + "P": 0.32001447677612305, + "-": 0.6675195097923279 + }, + "id": "tp_14253" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1781648, + "label": "-", + "classification": { + "B": 1.063034247295036e-07, + "S": 5.525035007281076e-08, + "I": 4.8759033234091476e-05, + "C": 2.1660980564774945e-06, + "R": 2.151368931890829e-07, + "M": 8.481275131089205e-07, + "O": 2.3627681002835743e-06, + "W": 2.0933673283707321e-07, + "N": 2.5689121230243472e-06, + "Y": 3.4670625609578565e-05, + "U": 1.3447139224354032e-07, + "K": 6.920004125277046e-07, + "L": 8.985276167550182e-08, + "G": 5.533119292522315e-06, + "F": 0.000693410518579185, + "E": 1.4651333003712352e-05, + "T": 4.59418079117313e-05, + "P": 0.35535821318626404, + "-": 0.6437894105911255 + }, + "id": "tp_14254" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1781782, + "label": "-", + "classification": { + "B": 7.668631951673888e-06, + "S": 1.2635060556931421e-05, + "I": 0.0008939687395468354, + "C": 3.583894431358203e-05, + "R": 6.576390660484321e-06, + "M": 0.00038071905146352947, + "O": 0.0001152472905232571, + "W": 1.4560016097675543e-05, + "N": 0.00010521963849896565, + "Y": 0.0014914071653038263, + "U": 4.975082447344903e-06, + "K": 0.00012228912964928895, + "L": 4.600742613547482e-06, + "G": 0.00026645956677384675, + "F": 0.0023482178803533316, + "E": 0.000839681422803551, + "T": 0.002375249983742833, + "P": 0.19657601416110992, + "-": 0.7943987250328064 + }, + "id": "tp_14255" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1781882, + "label": "P", + "classification": { + "B": 5.795724973722827e-06, + "S": 5.153096935828216e-07, + "I": 0.0005364434910006821, + "C": 3.135907536488958e-05, + "R": 1.2902100934297778e-06, + "M": 2.7171596229891293e-05, + "O": 1.4605746400775388e-05, + "W": 7.46985563182534e-07, + "N": 5.359303395380266e-05, + "Y": 0.0002310022828169167, + "U": 5.387605597206857e-07, + "K": 8.98595590115292e-06, + "L": 4.2727148752419453e-07, + "G": 0.00015072437236085534, + "F": 0.0010537406196817756, + "E": 0.001785634784027934, + "T": 0.00010244736768072471, + "P": 0.5345766544342041, + "-": 0.4614183008670807 + }, + "id": "tp_14256" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1782015, + "label": "P", + "classification": { + "B": 0.0009694864274933934, + "S": 0.0003505709464661777, + "I": 0.039798058569431305, + "C": 0.0032532981131225824, + "R": 0.00032916327472776175, + "M": 0.001564882812090218, + "O": 0.0003924149787053466, + "W": 0.00024702658993192017, + "N": 0.010998173616826534, + "Y": 0.0051857344806194305, + "U": 0.0001264993188669905, + "K": 0.0027446576859802008, + "L": 0.00018576595175545663, + "G": 0.014930523000657558, + "F": 0.020787328481674194, + "E": 0.28400149941444397, + "T": 0.0021937459241598845, + "P": 0.5508556365966797, + "-": 0.06108551472425461 + }, + "id": "tp_14257" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1782149, + "label": "-", + "classification": { + "B": 9.85528913588496e-07, + "S": 2.914462982062105e-07, + "I": 2.948367728095036e-05, + "C": 1.9624935987394565e-07, + "R": 8.897175263200552e-08, + "M": 2.303444307472091e-05, + "O": 1.0805440979311243e-05, + "W": 1.0640403047545988e-07, + "N": 4.7587576545993215e-07, + "Y": 0.00023657827114220709, + "U": 5.492135635165596e-09, + "K": 5.524810831047944e-09, + "L": 5.216603540247888e-07, + "G": 3.186261892551556e-05, + "F": 0.00016707147005945444, + "E": 1.209910806210246e-05, + "T": 0.0002402147074462846, + "P": 0.0567963644862175, + "-": 0.9424499273300171 + }, + "id": "tp_14258" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1782282, + "label": "-", + "classification": { + "B": 1.212548113471712e-06, + "S": 7.460047868335096e-07, + "I": 2.8477605155785568e-05, + "C": 6.563643637491623e-06, + "R": 9.181241011901875e-07, + "M": 3.917403955711052e-05, + "O": 1.8328646547161043e-05, + "W": 5.417361421677924e-07, + "N": 2.308669991180068e-06, + "Y": 0.00048203166807070374, + "U": 2.6218640414299443e-07, + "K": 7.736513794043276e-07, + "L": 1.5131721511352225e-06, + "G": 9.28658846532926e-05, + "F": 0.002140459604561329, + "E": 2.7025693270843476e-05, + "T": 0.0004360012535471469, + "P": 0.1007770523428917, + "-": 0.895943820476532 + }, + "id": "tp_14259" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1782382, + "label": "-", + "classification": { + "B": 5.114334271638654e-06, + "S": 4.486395482672378e-06, + "I": 0.00020820010104216635, + "C": 4.8491369852854405e-06, + "R": 1.1265375405855593e-06, + "M": 7.417707820422947e-05, + "O": 3.321491021779366e-05, + "W": 2.2261710910242982e-06, + "N": 1.620464536244981e-05, + "Y": 0.0006435318500734866, + "U": 9.1351938635853e-07, + "K": 7.43322698326665e-06, + "L": 3.360232085469761e-06, + "G": 0.00018410339544061571, + "F": 0.004411302972584963, + "E": 0.0003161906497552991, + "T": 0.0005631871754303575, + "P": 0.20654581487178802, + "-": 0.7869745492935181 + }, + "id": "tp_14260" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1782516, + "label": "-", + "classification": { + "B": 0.00012427214824128896, + "S": 6.289636803558096e-05, + "I": 0.0033364598639309406, + "C": 0.0008887019357644022, + "R": 0.00016474803851451725, + "M": 0.0026092755142599344, + "O": 0.0005803219391964376, + "W": 5.71144228160847e-05, + "N": 0.0004181140102446079, + "Y": 0.012939171865582466, + "U": 3.64329171134159e-05, + "K": 0.0005469189491122961, + "L": 0.00018665085372049361, + "G": 0.01396944373846054, + "F": 0.04958313703536987, + "E": 0.014884010888636112, + "T": 0.0055564274080097675, + "P": 0.2042972892522812, + "-": 0.6897585988044739 + }, + "id": "tp_14261" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1782649, + "label": "-", + "classification": { + "B": 0.0001746748312143609, + "S": 4.077449921169318e-05, + "I": 0.008194110356271267, + "C": 0.0009147747769020498, + "R": 0.00013147892605047673, + "M": 0.003047517966479063, + "O": 0.0005181587766855955, + "W": 4.8416623030789196e-05, + "N": 0.0003460292355157435, + "Y": 0.014441713690757751, + "U": 2.0586132450262085e-05, + "K": 3.4874548873631284e-05, + "L": 8.556345710530877e-05, + "G": 0.002677910728380084, + "F": 0.002605616580694914, + "E": 0.003448117058724165, + "T": 0.005908268969506025, + "P": 0.18389077484607697, + "-": 0.7734705209732056 + }, + "id": "tp_14262" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1782783, + "label": "-", + "classification": { + "B": 1.1377301767367953e-08, + "S": 5.179246809206006e-09, + "I": 7.7917764429003e-05, + "C": 4.817347303287534e-07, + "R": 3.499098966130987e-08, + "M": 5.9276967476762366e-06, + "O": 6.290073883974401e-07, + "W": 1.4289126326616497e-08, + "N": 7.34875811758684e-07, + "Y": 6.662390660494566e-05, + "U": 1.0753091750359545e-08, + "K": 4.0929528211108845e-08, + "L": 3.8342225394671914e-08, + "G": 1.1357999937899876e-05, + "F": 6.854252569610253e-05, + "E": 5.265391155262478e-05, + "T": 5.161471926840022e-05, + "P": 0.3685576915740967, + "-": 0.6311057209968567 + }, + "id": "tp_14263" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1782883, + "label": "-", + "classification": { + "B": 1.611647348909173e-05, + "S": 1.4268439372244757e-05, + "I": 0.00018183641077484936, + "C": 2.6153184080612846e-05, + "R": 7.214307515823748e-06, + "M": 9.219978528562933e-05, + "O": 8.649061055621132e-05, + "W": 9.615017916075885e-06, + "N": 1.5571464246022515e-05, + "Y": 0.0010126291308552027, + "U": 1.4499584040095215e-06, + "K": 1.718943713058252e-05, + "L": 1.1282691048108973e-05, + "G": 0.0005108063924126327, + "F": 0.012335142120718956, + "E": 0.0003405591705814004, + "T": 0.0006555431755259633, + "P": 0.12806278467178345, + "-": 0.8566030859947205 + }, + "id": "tp_14264" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1783016, + "label": "-", + "classification": { + "B": 1.6088742782471854e-08, + "S": 3.0136146023096444e-08, + "I": 1.158606210083235e-05, + "C": 4.419841843628092e-07, + "R": 4.667052522222548e-08, + "M": 8.682981388119515e-06, + "O": 9.796191307032132e-07, + "W": 2.813061783513149e-08, + "N": 2.076764218372773e-07, + "Y": 0.0001681212888797745, + "U": 1.0021923735337168e-08, + "K": 7.082646646949797e-08, + "L": 5.548428205770506e-08, + "G": 1.0990332157234661e-05, + "F": 0.0007549605797976255, + "E": 1.1065740181948058e-05, + "T": 8.567776967538521e-05, + "P": 0.10415967553853989, + "-": 0.8947873115539551 + }, + "id": "tp_14265" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1783150, + "label": "-", + "classification": { + "B": 6.126209939338878e-08, + "S": 6.761638471353137e-10, + "I": 2.0918653476087457e-08, + "C": 2.754656225345542e-11, + "R": 9.85415395116096e-12, + "M": 3.036010198798067e-08, + "O": 5.994623819560729e-08, + "W": 2.688814448870147e-10, + "N": 1.3837821166706732e-10, + "Y": 6.759182724636048e-08, + "U": 8.311140946466733e-13, + "K": 6.494859988367963e-13, + "L": 1.643345459712009e-09, + "G": 2.2198763360847806e-07, + "F": 1.936803528224118e-05, + "E": 5.1459515759688657e-08, + "T": 4.1759855662348855e-07, + "P": 0.11906339973211288, + "-": 0.8809162974357605 + }, + "id": "tp_14266" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1783283, + "label": "P", + "classification": { + "B": 4.13468515034765e-05, + "S": 6.327389201032929e-06, + "I": 0.002888160990551114, + "C": 0.00037978458567522466, + "R": 4.387126682559028e-05, + "M": 0.00023572561622131616, + "O": 0.00015639567573089153, + "W": 1.50066034620977e-05, + "N": 0.00021527592616621405, + "Y": 0.0004012547433376312, + "U": 2.1180027033551596e-05, + "K": 1.5434225133503787e-05, + "L": 3.156862294417806e-05, + "G": 0.0006733191548846662, + "F": 0.0014744502259418368, + "E": 0.001709438394755125, + "T": 0.0012885601026937366, + "P": 0.5124797821044922, + "-": 0.47792312502861023 + }, + "id": "tp_14267" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1783383, + "label": "-", + "classification": { + "B": 3.957859318060031e-10, + "S": 6.602407856548531e-12, + "I": 6.981935030125896e-07, + "C": 2.9058688788552445e-09, + "R": 1.0863301230790157e-10, + "M": 2.1458118837358597e-08, + "O": 7.885513575445202e-09, + "W": 3.963583974919693e-11, + "N": 2.0623389662688396e-09, + "Y": 2.5496160560578573e-07, + "U": 1.5183533250140435e-11, + "K": 2.749660568679424e-11, + "L": 1.5008135012539725e-10, + "G": 1.4946040494123736e-07, + "F": 3.799096248258138e-06, + "E": 5.221149876888376e-07, + "T": 7.360530389632913e-07, + "P": 0.26715826988220215, + "-": 0.7328354716300964 + }, + "id": "tp_14268" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1783517, + "label": "-", + "classification": { + "B": 7.587880190840224e-08, + "S": 2.600620518933283e-07, + "I": 7.967725105118006e-05, + "C": 1.5428959159180522e-05, + "R": 2.4172220491891494e-06, + "M": 4.883456131210551e-05, + "O": 8.887771400623024e-06, + "W": 4.5753441213491897e-07, + "N": 3.2149182516150177e-06, + "Y": 0.0009933320106938481, + "U": 2.70838540927798e-07, + "K": 6.478786417574156e-06, + "L": 5.846599151482224e-07, + "G": 6.663483509328216e-05, + "F": 0.0019983253441751003, + "E": 9.230813157046214e-05, + "T": 0.0003085880307480693, + "P": 0.037568021565675735, + "-": 0.9588062167167664 + }, + "id": "tp_14269" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1783650, + "label": "-", + "classification": { + "B": 1.2219310292493901e-06, + "S": 1.9429735402809456e-06, + "I": 0.00031682741246186197, + "C": 3.367111276020296e-05, + "R": 6.77318303132779e-06, + "M": 0.0002670929243322462, + "O": 5.5565498769283295e-05, + "W": 2.3427996893587988e-06, + "N": 1.28927249534172e-05, + "Y": 0.0011186341289430857, + "U": 1.526374148852483e-06, + "K": 2.5919769086613087e-06, + "L": 8.892175173969008e-06, + "G": 0.00023755780421197414, + "F": 0.001307163736782968, + "E": 0.00013112083252053708, + "T": 0.0015755386557430029, + "P": 0.07029847800731659, + "-": 0.9246202707290649 + }, + "id": "tp_14270" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1783750, + "label": "-", + "classification": { + "B": 6.650045065725863e-07, + "S": 1.9066803247369535e-07, + "I": 0.0004426146042533219, + "C": 1.500437701906776e-05, + "R": 2.696254568945733e-06, + "M": 0.00016720173880457878, + "O": 1.4068784366827458e-05, + "W": 3.34226484710598e-07, + "N": 5.77267792323255e-06, + "Y": 0.0007401218172162771, + "U": 3.362479787938355e-07, + "K": 3.5101842854601273e-07, + "L": 3.1472065984416986e-06, + "G": 0.00022853614063933492, + "F": 0.0005542722647078335, + "E": 0.00018134387210011482, + "T": 0.0006717134383507073, + "P": 0.17821913957595825, + "-": 0.8187524676322937 + }, + "id": "tp_14271" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1783884, + "label": "-", + "classification": { + "B": 2.0126651634200243e-06, + "S": 1.3107506902088062e-06, + "I": 0.00022717376123182476, + "C": 2.4737619241932407e-05, + "R": 3.6912322229909478e-06, + "M": 0.00020044189295731485, + "O": 3.2590312912361696e-05, + "W": 1.3898736597184325e-06, + "N": 1.418069950887002e-05, + "Y": 0.001433289609849453, + "U": 7.842032232474594e-07, + "K": 4.686419288191246e-06, + "L": 3.2754442145233043e-06, + "G": 0.00022803570027463138, + "F": 0.0032928003929555416, + "E": 0.0003285081184003502, + "T": 0.0009600776247680187, + "P": 0.1255803257226944, + "-": 0.8676607012748718 + }, + "id": "tp_14272" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1784017, + "label": "P", + "classification": { + "B": 6.815798406023532e-05, + "S": 1.2930491720908321e-05, + "I": 0.0006707726279273629, + "C": 4.2055580706801265e-06, + "R": 1.0593132628855528e-06, + "M": 2.9295544663909823e-05, + "O": 5.8490128139965236e-05, + "W": 5.5301052270806395e-06, + "N": 6.520280294353142e-05, + "Y": 3.094217390753329e-05, + "U": 4.941043130202161e-07, + "K": 6.231331894923642e-07, + "L": 4.839574557991e-06, + "G": 8.198919385904446e-05, + "F": 0.0009162126225419343, + "E": 0.00044969856389798224, + "T": 5.171639350010082e-05, + "P": 0.902914822101593, + "-": 0.09463291615247726 + }, + "id": "tp_14273" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1784151, + "label": "-", + "classification": { + "B": 2.2463524146587588e-05, + "S": 2.1293192276061745e-06, + "I": 0.0003283331752754748, + "C": 1.0224251127510797e-05, + "R": 1.6865711813807138e-06, + "M": 0.00025201382231898606, + "O": 8.722522761672735e-05, + "W": 2.700814093259396e-06, + "N": 1.149306717707077e-05, + "Y": 0.0005008092266507447, + "U": 9.571816690367996e-07, + "K": 4.0363065068049764e-07, + "L": 1.5384028301923536e-05, + "G": 0.0006576618761755526, + "F": 0.0009748831507749856, + "E": 0.0001898276968859136, + "T": 0.0009821128332987428, + "P": 0.23651671409606934, + "-": 0.7594429850578308 + }, + "id": "tp_14274" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1784251, + "label": "-", + "classification": { + "B": 1.1621398243732983e-06, + "S": 7.253146350194584e-07, + "I": 0.0001677749678492546, + "C": 1.060597878677072e-05, + "R": 1.4497586562356446e-06, + "M": 8.247637742897496e-05, + "O": 2.251641490147449e-05, + "W": 1.155723907686479e-06, + "N": 8.945671652327292e-06, + "Y": 0.001046574441716075, + "U": 6.757827009096218e-07, + "K": 2.5045785605470883e-06, + "L": 2.714696620387258e-06, + "G": 0.0001684749877313152, + "F": 0.0020695680286735296, + "E": 0.00013702824071515352, + "T": 0.0007314309477806091, + "P": 0.15678487718105316, + "-": 0.8387593030929565 + }, + "id": "tp_14275" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1784384, + "label": "-", + "classification": { + "B": 7.154203007786464e-09, + "S": 3.846520435502043e-09, + "I": 4.343181353760883e-05, + "C": 1.4046251635591034e-05, + "R": 1.8378868844592944e-06, + "M": 7.720824214629829e-06, + "O": 1.751350623635517e-06, + "W": 1.640880675779499e-08, + "N": 2.2304433855424577e-07, + "Y": 0.00013123666576575488, + "U": 2.6678204534391625e-08, + "K": 8.701098508367977e-09, + "L": 3.033145503650303e-07, + "G": 1.926095319504384e-05, + "F": 0.00012199586490169168, + "E": 3.5594166547525674e-06, + "T": 0.00011657857976388186, + "P": 0.021662987768650055, + "-": 0.9778750538825989 + }, + "id": "tp_14276" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1784518, + "label": "-", + "classification": { + "B": 0.0005261182086542249, + "S": 0.00038353100535459816, + "I": 0.010749000124633312, + "C": 0.0021478398703038692, + "R": 0.0005429235170595348, + "M": 0.014703523367643356, + "O": 0.0019162922399118543, + "W": 0.00026103336131200194, + "N": 0.0011848383583128452, + "Y": 0.018486348912119865, + "U": 0.0001364537311019376, + "K": 0.0001533705071778968, + "L": 0.001008435501717031, + "G": 0.008379248902201653, + "F": 0.016560561954975128, + "E": 0.016685673967003822, + "T": 0.015422597527503967, + "P": 0.2758782207965851, + "-": 0.614874005317688 + }, + "id": "tp_14277" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1784651, + "label": "-", + "classification": { + "B": 5.835165683976129e-09, + "S": 3.1138043254941294e-09, + "I": 1.0053387086372823e-05, + "C": 1.2454617603907536e-07, + "R": 4.239852913201503e-09, + "M": 3.973453203798272e-06, + "O": 3.190483823800605e-07, + "W": 3.416682936574489e-09, + "N": 1.9370280313069088e-07, + "Y": 1.0759789802250452e-05, + "U": 2.188041081652159e-09, + "K": 1.0618486534497151e-08, + "L": 1.4863972275236392e-08, + "G": 1.808244292078598e-06, + "F": 9.633664740249515e-05, + "E": 2.84033922071103e-05, + "T": 4.18189047195483e-05, + "P": 0.17747731506824493, + "-": 0.8223288059234619 + }, + "id": "tp_14278" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1784751, + "label": "P", + "classification": { + "B": 9.878320952338981e-07, + "S": 3.826818044672109e-07, + "I": 0.00010519490751903504, + "C": 9.695497283246368e-06, + "R": 5.45558748399344e-07, + "M": 1.043971315084491e-05, + "O": 4.2921133172058035e-06, + "W": 2.8000587803944654e-07, + "N": 4.823360541195143e-06, + "Y": 7.645469304407015e-05, + "U": 2.166395773883778e-07, + "K": 3.703621587192174e-07, + "L": 6.308466140581004e-07, + "G": 4.4344855268718675e-05, + "F": 0.000827838433906436, + "E": 0.00010347969509894028, + "T": 7.085261313477531e-05, + "P": 0.610085666179657, + "-": 0.38865357637405396 + }, + "id": "tp_14279" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1784885, + "label": "-", + "classification": { + "B": 3.96567020288785e-06, + "S": 1.3902396176490583e-06, + "I": 0.0018059120047837496, + "C": 8.02379145170562e-05, + "R": 1.36374328576494e-05, + "M": 9.961895557353273e-05, + "O": 3.157008904963732e-05, + "W": 2.6911870918411296e-06, + "N": 4.634364086086862e-05, + "Y": 0.0011169222416356206, + "U": 2.4046994440141134e-06, + "K": 1.8222093558506458e-06, + "L": 6.160946213640273e-06, + "G": 0.00016454694559797645, + "F": 0.0010995551710948348, + "E": 0.00031773230875842273, + "T": 0.0006000511348247528, + "P": 0.40872159600257874, + "-": 0.5858838558197021 + }, + "id": "tp_14280" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1785018, + "label": "-", + "classification": { + "B": 1.035884088196326e-05, + "S": 2.212224353570491e-05, + "I": 0.006464318837970495, + "C": 0.00012106826034141704, + "R": 6.289665907388553e-05, + "M": 0.0006468817591667175, + "O": 0.0001849672698881477, + "W": 2.1086596461827867e-05, + "N": 0.00034109604894183576, + "Y": 0.009216785430908203, + "U": 1.9782029994530603e-05, + "K": 6.524817581521347e-05, + "L": 2.553152990003582e-05, + "G": 0.0018867687322199345, + "F": 0.00226579955779016, + "E": 0.0009175928425975144, + "T": 0.009601510129868984, + "P": 0.34841686487197876, + "-": 0.6197093725204468 + }, + "id": "tp_14281" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1785152, + "label": "-", + "classification": { + "B": 1.0549023500061594e-05, + "S": 1.424832134944154e-05, + "I": 0.00027968105860054493, + "C": 5.003876140108332e-05, + "R": 3.0305791369755752e-05, + "M": 0.0006550103425979614, + "O": 0.0002612710522953421, + "W": 9.37186268856749e-06, + "N": 1.689387318037916e-05, + "Y": 0.003430011449381709, + "U": 2.1558591924986104e-06, + "K": 7.056464710331056e-06, + "L": 4.688318585976958e-05, + "G": 0.0009955511195585132, + "F": 0.006144020706415176, + "E": 0.00011432465544203296, + "T": 0.004452135879546404, + "P": 0.027433667331933975, + "-": 0.9560468196868896 + }, + "id": "tp_14282" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1785252, + "label": "-", + "classification": { + "B": 3.0467219403362833e-05, + "S": 0.00010279049456585199, + "I": 0.0010015196166932583, + "C": 0.00024700662470422685, + "R": 7.315658876905218e-05, + "M": 0.002211006125435233, + "O": 0.0005076330271549523, + "W": 6.546235817950219e-05, + "N": 0.000164568264153786, + "Y": 0.006795132532715797, + "U": 2.3540862457593903e-05, + "K": 0.00014918335364200175, + "L": 0.00010897368338191882, + "G": 0.001518033561296761, + "F": 0.024513786658644676, + "E": 0.0019103001104667783, + "T": 0.005080645903944969, + "P": 0.12998659908771515, + "-": 0.8255102634429932 + }, + "id": "tp_14283" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1785385, + "label": "P", + "classification": { + "B": 3.8748148654121906e-06, + "S": 5.300096859173209e-07, + "I": 0.0017531361663714051, + "C": 4.0935785364126787e-05, + "R": 5.364212029235205e-06, + "M": 0.00012536233407445252, + "O": 2.1176008885959163e-05, + "W": 9.293872267335246e-07, + "N": 3.324537829030305e-05, + "Y": 0.0006548098754137754, + "U": 1.2641147577596712e-06, + "K": 3.8043310723878676e-07, + "L": 6.051887794455979e-06, + "G": 0.00020776540623046458, + "F": 0.00032607640605419874, + "E": 0.0002631869283504784, + "T": 0.0008552479557693005, + "P": 0.5121021270751953, + "-": 0.4835985004901886 + }, + "id": "tp_14284" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1785519, + "label": "-", + "classification": { + "B": 2.8113812732044607e-05, + "S": 8.05874151410535e-07, + "I": 0.00013596229837276042, + "C": 1.1565692147996742e-05, + "R": 2.9176351290516322e-06, + "M": 0.0005857678479515016, + "O": 0.0002768567355815321, + "W": 2.3557597614853876e-06, + "N": 1.7331099115835968e-06, + "Y": 0.00012721419625449926, + "U": 1.718002380357575e-07, + "K": 4.4770889773282363e-10, + "L": 8.306525705847889e-05, + "G": 0.00021686448599211872, + "F": 4.3757496314356104e-05, + "E": 1.416901341144694e-05, + "T": 0.001622465904802084, + "P": 0.11222545802593231, + "-": 0.884620726108551 + }, + "id": "tp_14285" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1785652, + "label": "-", + "classification": { + "B": 2.2096375687397085e-05, + "S": 9.801769920159131e-07, + "I": 0.00015645525127183646, + "C": 2.473035692673875e-06, + "R": 6.600635060749482e-07, + "M": 8.489677566103637e-05, + "O": 6.549218960572034e-05, + "W": 1.3226202781879692e-06, + "N": 2.16005014408438e-06, + "Y": 8.158676064340398e-05, + "U": 3.36737180361979e-08, + "K": 1.5410858145159523e-09, + "L": 5.545561180042569e-06, + "G": 5.202039028517902e-05, + "F": 9.566572407493368e-05, + "E": 1.7874846889753826e-05, + "T": 0.00015133678971324116, + "P": 0.2932891547679901, + "-": 0.705970287322998 + }, + "id": "tp_14286" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1785752, + "label": "-", + "classification": { + "B": 2.2640910174231976e-05, + "S": 1.4640268091170583e-05, + "I": 0.0004974305047653615, + "C": 0.00014144080341793597, + "R": 1.7458021829952486e-05, + "M": 0.00035743016633205116, + "O": 0.00015575694851577282, + "W": 9.387721547682304e-06, + "N": 5.5348566093016416e-05, + "Y": 0.0013053688453510404, + "U": 5.788761882286053e-06, + "K": 2.1542591639445163e-05, + "L": 3.0565857741748914e-05, + "G": 0.001154997618868947, + "F": 0.011070026084780693, + "E": 0.0012031827354803681, + "T": 0.0008666142239235342, + "P": 0.23958106338977814, + "-": 0.7434892654418945 + }, + "id": "tp_14287" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1785886, + "label": "-", + "classification": { + "B": 2.618220094063872e-07, + "S": 2.895536113101116e-07, + "I": 0.0005899558309465647, + "C": 3.714642662089318e-05, + "R": 2.2780325252824696e-06, + "M": 0.0001000488773570396, + "O": 1.5154671018535737e-05, + "W": 4.887916134066472e-07, + "N": 1.445114776288392e-05, + "Y": 0.000490991456899792, + "U": 4.824303800887719e-07, + "K": 3.927135310277663e-07, + "L": 2.0376828615553677e-06, + "G": 8.609409269411117e-05, + "F": 0.00023564341245219111, + "E": 0.0001903059019241482, + "T": 0.000741383817512542, + "P": 0.18746666610240936, + "-": 0.8100259304046631 + }, + "id": "tp_14288" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1786019, + "label": "-", + "classification": { + "B": 4.164859888078354e-07, + "S": 1.1686521474985057e-06, + "I": 0.0009764463757164776, + "C": 0.0001108709693653509, + "R": 2.0972152924514376e-05, + "M": 0.00011956325761275366, + "O": 2.4923745513660833e-05, + "W": 2.6232307845930336e-06, + "N": 4.3396084947744384e-05, + "Y": 0.009542255662381649, + "U": 1.4866257060930366e-06, + "K": 0.00022769278439227492, + "L": 1.5822437262613676e-06, + "G": 0.0008035526843741536, + "F": 0.00859947968274355, + "E": 0.001832427573390305, + "T": 0.0010345191694796085, + "P": 0.06722339987754822, + "-": 0.9094333052635193 + }, + "id": "tp_14289" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1786153, + "label": "-", + "classification": { + "B": 1.9735552996280603e-06, + "S": 1.1746867585316068e-06, + "I": 0.00023464772675652057, + "C": 2.3249962396221235e-05, + "R": 2.46960644290084e-06, + "M": 3.9965601899893954e-05, + "O": 1.377759144816082e-05, + "W": 1.2135668612245354e-06, + "N": 1.1459054803708568e-05, + "Y": 0.0006127176457084715, + "U": 8.263583026746346e-07, + "K": 4.4537318899529055e-06, + "L": 1.8114542399416678e-06, + "G": 0.00016547992709092796, + "F": 0.0035629398189485073, + "E": 0.00024015935196075588, + "T": 0.0003424779570195824, + "P": 0.2671053409576416, + "-": 0.7276338338851929 + }, + "id": "tp_14290" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1786253, + "label": "-", + "classification": { + "B": 1.196368430100847e-06, + "S": 1.3059042203167337e-07, + "I": 2.492054227332119e-05, + "C": 3.8199308960429335e-07, + "R": 2.4320945257727544e-08, + "M": 1.5229308701236732e-05, + "O": 5.689626505045453e-06, + "W": 1.2601276466739364e-07, + "N": 6.433963903873519e-07, + "Y": 2.0789313566638157e-05, + "U": 1.018437334465716e-08, + "K": 1.3456661562827321e-08, + "L": 2.4629386530250486e-07, + "G": 1.5696397895226255e-05, + "F": 0.00021567579824477434, + "E": 4.2025534639833495e-05, + "T": 4.9338112148689106e-05, + "P": 0.3646374046802521, + "-": 0.634970486164093 + }, + "id": "tp_14291" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1786386, + "label": "-", + "classification": { + "B": 1.5488159643695099e-09, + "S": 3.7297995247875804e-10, + "I": 7.297971023945138e-06, + "C": 1.243348464186056e-07, + "R": 8.228496994888701e-09, + "M": 2.1926530280325096e-06, + "O": 2.287218876517727e-07, + "W": 1.4768365419470797e-09, + "N": 3.680595739297132e-08, + "Y": 2.952568138425704e-05, + "U": 1.3015896138668381e-09, + "K": 7.084753672614852e-09, + "L": 1.1586943848840292e-08, + "G": 4.7507464842055924e-06, + "F": 3.624230157583952e-05, + "E": 5.1874339987989515e-06, + "T": 2.7663822038448416e-05, + "P": 0.022344255819916725, + "-": 0.9775424003601074 + }, + "id": "tp_14292" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1786520, + "label": "P", + "classification": { + "B": 0.00024187671078834683, + "S": 0.0006413821247406304, + "I": 0.01818542368710041, + "C": 0.001160519546829164, + "R": 0.0007269749185070395, + "M": 0.0016617998480796814, + "O": 0.0015894613461568952, + "W": 0.0006356429657898843, + "N": 0.0044057113118469715, + "Y": 0.008276116102933884, + "U": 0.0003633135056588799, + "K": 0.0027959304861724377, + "L": 0.00028497009770944715, + "G": 0.0029000816866755486, + "F": 0.026242416352033615, + "E": 0.007157714571803808, + "T": 0.009530136361718178, + "P": 0.4828820824623108, + "-": 0.43031853437423706 + }, + "id": "tp_14293" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1786653, + "label": "-", + "classification": { + "B": 1.9057360134411283e-09, + "S": 1.788219017306858e-09, + "I": 5.2472994866548106e-05, + "C": 3.721782775301108e-07, + "R": 5.819294202069614e-08, + "M": 1.009801053442061e-06, + "O": 2.4056672032202187e-07, + "W": 4.843826229006254e-09, + "N": 4.4230620233065565e-07, + "Y": 6.451414810726419e-05, + "U": 8.581577226607351e-09, + "K": 7.361554565932238e-08, + "L": 1.4241277490611992e-08, + "G": 8.421524398727342e-06, + "F": 0.00019031112606171519, + "E": 1.5958428775775246e-05, + "T": 3.5738692531595007e-05, + "P": 0.22566720843315125, + "-": 0.7739631533622742 + }, + "id": "tp_14294" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1786753, + "label": "-", + "classification": { + "B": 7.10959693606128e-06, + "S": 2.603728034955566e-06, + "I": 0.0002597973507363349, + "C": 2.509729347366374e-05, + "R": 5.2754990065295715e-06, + "M": 0.00018119921151082963, + "O": 5.702496491721831e-05, + "W": 3.811293481703615e-06, + "N": 1.6677569874445908e-05, + "Y": 0.0009629454580135643, + "U": 1.7097955833378364e-06, + "K": 2.9513360004784772e-06, + "L": 6.789273356844205e-06, + "G": 0.00020528919412754476, + "F": 0.002005024114623666, + "E": 0.00030433235224336386, + "T": 0.0010645297588780522, + "P": 0.20403246581554413, + "-": 0.790855348110199 + }, + "id": "tp_14295" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1786887, + "label": "-", + "classification": { + "B": 0.0002542122674640268, + "S": 9.738410881254822e-05, + "I": 0.005843949969857931, + "C": 0.0008657603757455945, + "R": 0.00048030464677140117, + "M": 0.00442100502550602, + "O": 0.0014247021172195673, + "W": 0.00013068060798104852, + "N": 0.0004900690983049572, + "Y": 0.014065113849937916, + "U": 0.00011928235471714288, + "K": 6.883954483782873e-05, + "L": 0.000569358526263386, + "G": 0.005008907523006201, + "F": 0.006875091232359409, + "E": 0.002426180290058255, + "T": 0.015872664749622345, + "P": 0.19831477105617523, + "-": 0.7426717281341553 + }, + "id": "tp_14296" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1787020, + "label": "-", + "classification": { + "B": 0.0005062019918113947, + "S": 0.00023833211162127554, + "I": 0.015866491943597794, + "C": 0.0008768125553615391, + "R": 0.0006650483119301498, + "M": 0.0065322150476276875, + "O": 0.002415029564872384, + "W": 0.00035482150269672275, + "N": 0.0013874577125534415, + "Y": 0.02755711041390896, + "U": 0.00014740254846401513, + "K": 0.0001724648755043745, + "L": 0.0006102323532104492, + "G": 0.006131996866315603, + "F": 0.007721092086285353, + "E": 0.002948023146018386, + "T": 0.03446172550320625, + "P": 0.19544243812561035, + "-": 0.6959651112556458 + }, + "id": "tp_14297" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1787154, + "label": "-", + "classification": { + "B": 4.102579680420604e-07, + "S": 1.6067649255546712e-07, + "I": 0.00018430236377753317, + "C": 3.7484544463950442e-06, + "R": 4.4942666477254534e-07, + "M": 6.157768075354397e-05, + "O": 4.095791609870503e-06, + "W": 1.8082408814734663e-07, + "N": 3.4463650990801398e-06, + "Y": 0.0012674233876168728, + "U": 1.3011532473683474e-07, + "K": 4.420812729222234e-06, + "L": 4.427586759447877e-07, + "G": 0.00023463941761292517, + "F": 0.0018668867414817214, + "E": 0.0006491546519100666, + "T": 0.00042317344923503697, + "P": 0.11852765828371048, + "-": 0.8767676949501038 + }, + "id": "tp_14298" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1787254, + "label": "-", + "classification": { + "B": 0.0009544658241793513, + "S": 0.0004222441930323839, + "I": 0.004283427726477385, + "C": 0.0005183731555007398, + "R": 0.0001467361580580473, + "M": 0.0030679614283144474, + "O": 0.0020865132100880146, + "W": 0.0005016643553972244, + "N": 0.0016946091782301664, + "Y": 0.0037464690394699574, + "U": 0.00027502747252583504, + "K": 0.001690409262664616, + "L": 0.00032394551089964807, + "G": 0.0030112152453511953, + "F": 0.02067386358976364, + "E": 0.014005010947585106, + "T": 0.007889102213084698, + "P": 0.3623734414577484, + "-": 0.5723355412483215 + }, + "id": "tp_14299" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1787387, + "label": "-", + "classification": { + "B": 2.7865577067132108e-05, + "S": 1.4721789739269298e-05, + "I": 0.00015397618699353188, + "C": 3.80396818400186e-06, + "R": 3.5936557196691865e-07, + "M": 0.0002692833368200809, + "O": 6.908711657160893e-05, + "W": 3.3960950531763956e-06, + "N": 2.0514284187811427e-05, + "Y": 0.00041440670611336827, + "U": 6.773695417905401e-07, + "K": 8.440542842436116e-06, + "L": 4.89606509290752e-06, + "G": 0.00031089840922504663, + "F": 0.005904937628656626, + "E": 0.0010832834523171186, + "T": 0.0006488286890089512, + "P": 0.2646351456642151, + "-": 0.7264254093170166 + }, + "id": "tp_14300" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1787521, + "label": "-", + "classification": { + "B": 4.428329134498199e-07, + "S": 3.307142435460264e-07, + "I": 5.606277773040347e-05, + "C": 2.8628961445065215e-05, + "R": 1.7298896182182943e-06, + "M": 6.347440648823977e-05, + "O": 1.2039048669976182e-05, + "W": 3.364855842846737e-07, + "N": 2.6418449579068692e-06, + "Y": 0.0008191578090190887, + "U": 2.896695150411688e-07, + "K": 1.5159876056713983e-06, + "L": 1.0395251592854038e-06, + "G": 0.00016738372505642474, + "F": 0.001226907130330801, + "E": 4.8138012061826885e-05, + "T": 0.0005028657033108175, + "P": 0.06787266582250595, + "-": 0.9291942715644836 + }, + "id": "tp_14301" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1787654, + "label": "-", + "classification": { + "B": 2.4905539248720743e-06, + "S": 4.4845969568996225e-06, + "I": 0.00019358700956217945, + "C": 1.229758981935447e-05, + "R": 3.531998117978219e-06, + "M": 6.372447387548164e-05, + "O": 3.693150938488543e-05, + "W": 4.526589691522531e-06, + "N": 2.0635952751035802e-05, + "Y": 0.001253811758942902, + "U": 1.7143809145636624e-06, + "K": 4.846062802243978e-05, + "L": 2.760298912107828e-06, + "G": 0.0001913146988954395, + "F": 0.009232024662196636, + "E": 0.00024843058781698346, + "T": 0.0005788815324194729, + "P": 0.17306968569755554, + "-": 0.8150306940078735 + }, + "id": "tp_14302" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1787754, + "label": "-", + "classification": { + "B": 2.8650321837631054e-05, + "S": 0.00019752740627154708, + "I": 0.008829109370708466, + "C": 0.0001831190602388233, + "R": 5.701514965039678e-05, + "M": 0.000716959242708981, + "O": 0.0003630068385973573, + "W": 6.246178963920102e-05, + "N": 0.0014219912700355053, + "Y": 0.006407299544662237, + "U": 4.517501292866655e-05, + "K": 0.0008529465994797647, + "L": 3.2616509997751564e-05, + "G": 0.0009779430693015456, + "F": 0.006394617259502411, + "E": 0.0034847494680434465, + "T": 0.006733960006386042, + "P": 0.45508038997650146, + "-": 0.5081305503845215 + }, + "id": "tp_14303" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1787888, + "label": "P", + "classification": { + "B": 6.841044069005875e-07, + "S": 1.053245910043188e-06, + "I": 0.00018425288726575673, + "C": 2.9570071546913823e-06, + "R": 5.381131131798611e-07, + "M": 3.671229933388531e-05, + "O": 1.0216634109383449e-05, + "W": 9.77153376879869e-07, + "N": 1.9505678210407495e-05, + "Y": 0.0002172844106098637, + "U": 3.7627734172929195e-07, + "K": 1.0932859368040226e-05, + "L": 4.844822001359717e-07, + "G": 5.5130196415120736e-05, + "F": 0.004167136736214161, + "E": 0.0006956629222258925, + "T": 0.00018338111112825572, + "P": 0.5672237277030945, + "-": 0.4271889626979828 + }, + "id": "tp_14304" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1788021, + "label": "P", + "classification": { + "B": 2.777335794235114e-06, + "S": 2.261873987663421e-06, + "I": 0.00035198460682295263, + "C": 1.473079919378506e-05, + "R": 1.2294229918552446e-06, + "M": 8.658886508783326e-05, + "O": 1.7654198018135503e-05, + "W": 1.4720314993610373e-06, + "N": 2.5799467039178126e-05, + "Y": 0.0004337028367444873, + "U": 8.705750929038913e-07, + "K": 2.44521629610972e-06, + "L": 2.4998346361826407e-06, + "G": 0.0001526120031485334, + "F": 0.0012330978643149137, + "E": 0.0003988833341281861, + "T": 0.0005033131456002593, + "P": 0.6238987445831299, + "-": 0.3728693127632141 + }, + "id": "tp_14305" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1788155, + "label": "-", + "classification": { + "B": 1.5298965649890306e-08, + "S": 1.653859449390893e-08, + "I": 1.218978923134273e-05, + "C": 1.024577500174928e-06, + "R": 4.298007283409788e-08, + "M": 1.8471686189514003e-06, + "O": 6.241394885364571e-07, + "W": 1.6476629838280132e-08, + "N": 2.5889593757710827e-07, + "Y": 2.2759759303880855e-05, + "U": 1.6118542944809633e-08, + "K": 6.58017000887412e-08, + "L": 4.172204626229359e-08, + "G": 4.671649548981804e-06, + "F": 0.00019618314399849623, + "E": 7.573693437734619e-06, + "T": 3.4669625165406615e-05, + "P": 0.1334090679883957, + "-": 0.8663089275360107 + }, + "id": "tp_14306" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1788255, + "label": "-", + "classification": { + "B": 3.357763773692568e-07, + "S": 2.88252948621448e-07, + "I": 0.00016134568431880325, + "C": 1.1547411304491106e-05, + "R": 9.142427757069527e-07, + "M": 1.333666114078369e-05, + "O": 5.978054105071351e-06, + "W": 4.487771434469323e-07, + "N": 9.227926057064906e-06, + "Y": 0.00030694864108227193, + "U": 2.1826954821335676e-07, + "K": 6.375000793923391e-06, + "L": 2.3628514611573337e-07, + "G": 4.747337879962288e-05, + "F": 0.0030267236288636923, + "E": 0.00043204991379752755, + "T": 6.979751196922734e-05, + "P": 0.28651800751686096, + "-": 0.709388792514801 + }, + "id": "tp_14307" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1788388, + "label": "-", + "classification": { + "B": 7.428315711877076e-06, + "S": 3.83519636670826e-06, + "I": 0.0016052776481956244, + "C": 0.0005071109044365585, + "R": 5.964372758171521e-05, + "M": 0.0004284362948965281, + "O": 0.00010684116568882018, + "W": 6.701139227516251e-06, + "N": 9.073963155969977e-05, + "Y": 0.0022690047044306993, + "U": 1.3257087630336173e-05, + "K": 4.189494575257413e-05, + "L": 2.9240662115626037e-05, + "G": 0.0011936977971345186, + "F": 0.008956513367593288, + "E": 0.00148783961776644, + "T": 0.0016934628365561366, + "P": 0.19466561079025269, + "-": 0.7868334054946899 + }, + "id": "tp_14308" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1788522, + "label": "-", + "classification": { + "B": 5.5155291192932054e-05, + "S": 3.616040703491308e-05, + "I": 0.013951768167316914, + "C": 0.0017055014614015818, + "R": 0.00035594176733866334, + "M": 0.0037194653414189816, + "O": 0.0005310268024913967, + "W": 6.05210880166851e-05, + "N": 0.0009267341811209917, + "Y": 0.02097325585782528, + "U": 6.289951124927029e-05, + "K": 0.00027378436061553657, + "L": 0.00017376225150655955, + "G": 0.006011939607560635, + "F": 0.013666538521647453, + "E": 0.010400615632534027, + "T": 0.0068724630400538445, + "P": 0.2893408238887787, + "-": 0.6308816075325012 + }, + "id": "tp_14309" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1788655, + "label": "-", + "classification": { + "B": 7.74311160967045e-07, + "S": 1.5866172020650993e-07, + "I": 5.375020464271074e-06, + "C": 1.1914438573512598e-06, + "R": 3.452467467468523e-07, + "M": 5.614403198705986e-05, + "O": 9.029769898916129e-06, + "W": 5.4794806914060246e-08, + "N": 5.153635740384743e-08, + "Y": 0.00030810179305262864, + "U": 3.5579690305098666e-09, + "K": 1.1134548838498404e-09, + "L": 3.3989113035204355e-06, + "G": 0.00011004247062373906, + "F": 0.000719743431545794, + "E": 4.211987288726959e-06, + "T": 0.00043077266309410334, + "P": 0.005705913063138723, + "-": 0.9926446676254272 + }, + "id": "tp_14310" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1788755, + "label": "-", + "classification": { + "B": 5.241761755314656e-06, + "S": 4.985311079508392e-07, + "I": 0.0001238692639162764, + "C": 3.955757165385876e-06, + "R": 3.898700811078015e-07, + "M": 0.00011355776223354042, + "O": 3.817004835582338e-05, + "W": 8.45864462917234e-07, + "N": 3.854380338452756e-06, + "Y": 0.00014004377590026706, + "U": 1.7958144837848522e-07, + "K": 8.16838792161434e-08, + "L": 4.238056135363877e-06, + "G": 0.0001233393995789811, + "F": 0.00033638309105299413, + "E": 0.0001561651733936742, + "T": 0.0003184814122505486, + "P": 0.21758019924163818, + "-": 0.7810505032539368 + }, + "id": "tp_14311" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1788889, + "label": "-", + "classification": { + "B": 3.97463236367912e-06, + "S": 1.4204685612639878e-05, + "I": 0.0016958940541371703, + "C": 0.00030882464488968253, + "R": 6.5531516156625e-05, + "M": 0.00029814988374710083, + "O": 0.00020402000518515706, + "W": 3.6888595786876976e-05, + "N": 0.00027434551157057285, + "Y": 0.00392947718501091, + "U": 2.4020879209274426e-05, + "K": 0.0012844949960708618, + "L": 1.3890079571865499e-05, + "G": 0.0012959152227267623, + "F": 0.017359033226966858, + "E": 0.003381317714229226, + "T": 0.0024675901513546705, + "P": 0.12959057092666626, + "-": 0.8377518057823181 + }, + "id": "tp_14312" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1789022, + "label": "-", + "classification": { + "B": 8.157424957744297e-09, + "S": 1.7862916479316482e-08, + "I": 7.00233067618683e-06, + "C": 2.2599111915155845e-08, + "R": 1.6982921735575474e-09, + "M": 3.577191137082991e-06, + "O": 5.396070719143609e-07, + "W": 8.998825684614076e-09, + "N": 2.8440663868423144e-07, + "Y": 2.0773019059561193e-05, + "U": 8.583541655227123e-10, + "K": 2.227897866191597e-08, + "L": 5.03170571874989e-09, + "G": 1.9817396150756394e-06, + "F": 0.00010625104914652184, + "E": 1.606145451660268e-05, + "T": 3.44103536917828e-05, + "P": 0.28594303131103516, + "-": 0.7138659954071045 + }, + "id": "tp_14313" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1789156, + "label": "-", + "classification": { + "B": 0.00011909969907719642, + "S": 0.00010534163448028266, + "I": 0.0005805255495943129, + "C": 0.000237083004321903, + "R": 3.9066690078470856e-05, + "M": 0.0004098238132428378, + "O": 0.00032619392732158303, + "W": 9.512514225207269e-05, + "N": 0.00019392780086491257, + "Y": 0.0023886305280029774, + "U": 2.0299023162806407e-05, + "K": 0.0005404932890087366, + "L": 4.7461548092542216e-05, + "G": 0.003401026129722595, + "F": 0.07253214716911316, + "E": 0.005403752904385328, + "T": 0.0015647598775103688, + "P": 0.30072757601737976, + "-": 0.611267626285553 + }, + "id": "tp_14314" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1789256, + "label": "-", + "classification": { + "B": 5.45522425454692e-07, + "S": 9.521014021629526e-07, + "I": 0.00016763243183959275, + "C": 2.8977065085200593e-05, + "R": 2.347893314436078e-06, + "M": 4.2197021684842184e-05, + "O": 1.588898157933727e-05, + "W": 1.702790768831619e-06, + "N": 1.5771754988236353e-05, + "Y": 0.0003721782995853573, + "U": 1.6411130445703748e-06, + "K": 2.6150899429921992e-05, + "L": 1.386097551403509e-06, + "G": 6.389741611201316e-05, + "F": 0.0033934663515537977, + "E": 0.000396003044443205, + "T": 0.0004718326381407678, + "P": 0.2314455509185791, + "-": 0.7635518312454224 + }, + "id": "tp_14315" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1789389, + "label": "-", + "classification": { + "B": 7.218891823868034e-06, + "S": 9.13770873012254e-06, + "I": 0.0002321118809049949, + "C": 1.6163916370715015e-05, + "R": 3.671918193504098e-06, + "M": 6.088771260692738e-05, + "O": 5.865076309419237e-05, + "W": 6.186552127473988e-06, + "N": 3.3325108233839273e-05, + "Y": 0.0007416471489705145, + "U": 2.475261453582789e-06, + "K": 3.891892629326321e-05, + "L": 3.961440143029904e-06, + "G": 0.00017424445832148194, + "F": 0.006612435914576054, + "E": 0.0003398246772121638, + "T": 0.0006664039683528244, + "P": 0.23158778250217438, + "-": 0.7594050168991089 + }, + "id": "tp_14316" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1789523, + "label": "-", + "classification": { + "B": 6.371662948367884e-07, + "S": 3.518823632475687e-07, + "I": 8.962079300545156e-05, + "C": 3.170346872138907e-06, + "R": 5.571679935201246e-07, + "M": 2.3105945729184896e-05, + "O": 1.6363192116841674e-05, + "W": 4.0935782408269006e-07, + "N": 3.830767582257977e-06, + "Y": 0.00021060917060822248, + "U": 1.6898674459753238e-07, + "K": 1.12996225709594e-07, + "L": 1.342035602647229e-06, + "G": 8.10728088254109e-05, + "F": 0.00047269801143556833, + "E": 2.2149808501126245e-05, + "T": 0.000454612891189754, + "P": 0.26224279403686523, + "-": 0.7363764047622681 + }, + "id": "tp_14317" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1789656, + "label": "-", + "classification": { + "B": 1.048143603160634e-11, + "S": 2.0549738993791422e-11, + "I": 2.4514920937690476e-07, + "C": 1.5389386431863272e-09, + "R": 7.614923969168075e-11, + "M": 5.1722949478971714e-08, + "O": 4.861783864384961e-09, + "W": 3.4844252483345883e-11, + "N": 1.1206389149975848e-09, + "Y": 1.8617547539179213e-06, + "U": 1.2299725474229639e-11, + "K": 1.0674086614592682e-11, + "L": 1.8002201118694217e-10, + "G": 4.0666396472488486e-08, + "F": 1.0172249858442228e-05, + "E": 1.618863905150647e-07, + "T": 3.6982360143156257e-06, + "P": 0.1088871881365776, + "-": 0.8910965323448181 + }, + "id": "tp_14318" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1789756, + "label": "-", + "classification": { + "B": 1.2257111166036339e-06, + "S": 1.7262554763419757e-07, + "I": 7.024249498499557e-05, + "C": 6.713412858516676e-06, + "R": 7.173940161919745e-07, + "M": 4.725043709186139e-06, + "O": 3.8030716495995875e-06, + "W": 2.2053721693282569e-07, + "N": 2.3603474801348057e-06, + "Y": 0.00018212551367469132, + "U": 1.835081633316804e-07, + "K": 3.6384307122716564e-07, + "L": 5.220750267653784e-07, + "G": 4.76101522508543e-05, + "F": 0.0014300623442977667, + "E": 3.8140136894071475e-05, + "T": 7.644372817594558e-05, + "P": 0.32174408435821533, + "-": 0.6763903498649597 + }, + "id": "tp_14319" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1789890, + "label": "-", + "classification": { + "B": 2.0773773812265972e-08, + "S": 7.450023531418992e-08, + "I": 9.923074685502797e-05, + "C": 3.229537696824991e-06, + "R": 3.3269688515247253e-07, + "M": 3.005560029123444e-05, + "O": 3.335930159664713e-06, + "W": 4.13411740396441e-08, + "N": 2.6415439151605824e-06, + "Y": 0.00011756082676583901, + "U": 1.9199083212129153e-08, + "K": 2.63661572574847e-08, + "L": 2.0738649197937775e-07, + "G": 2.4062350348685868e-05, + "F": 0.0002975683310069144, + "E": 4.8800040531205013e-05, + "T": 0.0001714720274321735, + "P": 0.3847815990447998, + "-": 0.61441969871521 + }, + "id": "tp_14320" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1790023, + "label": "-", + "classification": { + "B": 1.2359847687548609e-06, + "S": 9.67830033005157e-07, + "I": 0.0002111066278303042, + "C": 7.85036536399275e-06, + "R": 5.421123887572321e-07, + "M": 0.00010598398512229323, + "O": 1.959396104211919e-05, + "W": 4.672480713452387e-07, + "N": 1.2550064639071934e-05, + "Y": 0.0002643321349751204, + "U": 2.965252008380048e-07, + "K": 4.82913890209602e-07, + "L": 2.4485084395564627e-06, + "G": 0.00014329064288176596, + "F": 0.0013211143668740988, + "E": 0.0005659838789142668, + "T": 0.0005046832957305014, + "P": 0.30245545506477356, + "-": 0.6943815350532532 + }, + "id": "tp_14321" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1790157, + "label": "-", + "classification": { + "B": 1.7406764918348472e-10, + "S": 2.076137040063486e-10, + "I": 3.591099471123016e-07, + "C": 7.089566156359695e-10, + "R": 1.107323746585287e-10, + "M": 4.001969955425011e-08, + "O": 2.9160940329120422e-08, + "W": 3.5592184755017797e-10, + "N": 2.281418387539702e-09, + "Y": 1.6781658587206039e-06, + "U": 2.5695504751732656e-11, + "K": 1.6222506671326187e-10, + "L": 3.341504295484299e-10, + "G": 1.1197683846830842e-07, + "F": 1.1602282029343769e-05, + "E": 1.2504254698342265e-07, + "T": 3.448910774750402e-06, + "P": 0.06835334002971649, + "-": 0.9316293001174927 + }, + "id": "tp_14322" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1790257, + "label": "-", + "classification": { + "B": 7.309828475854374e-08, + "S": 9.326098648898551e-08, + "I": 7.55634973756969e-05, + "C": 3.3133762826764723e-06, + "R": 3.407463395888044e-07, + "M": 4.5400425733532757e-05, + "O": 4.737099061458139e-06, + "W": 5.235730071717626e-08, + "N": 1.9724241155927302e-06, + "Y": 0.0007532897288911045, + "U": 6.01342833306262e-08, + "K": 2.953451939902152e-06, + "L": 2.7154126769346476e-07, + "G": 0.00018090041703544557, + "F": 0.0012317446526139975, + "E": 0.000149161831359379, + "T": 0.00033841608092188835, + "P": 0.02835872583091259, + "-": 0.9688528776168823 + }, + "id": "tp_14323" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1790390, + "label": "-", + "classification": { + "B": 1.5956196364186326e-07, + "S": 2.777540508702714e-08, + "I": 0.00010409521928522736, + "C": 1.4664240552519914e-05, + "R": 1.4432865782509907e-06, + "M": 1.1852744137286209e-05, + "O": 2.7215980935579864e-06, + "W": 3.5243846951971136e-08, + "N": 1.642779920985049e-06, + "Y": 0.000371464469935745, + "U": 8.682235375090386e-08, + "K": 4.1822880803010776e-07, + "L": 2.447822282647394e-07, + "G": 0.00020984980801586062, + "F": 0.0014152697985991836, + "E": 5.805790351587348e-05, + "T": 0.00013212375051807612, + "P": 0.15150873363018036, + "-": 0.8461672067642212 + }, + "id": "tp_14324" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1790524, + "label": "-", + "classification": { + "B": 3.111112505393976e-07, + "S": 1.5605546650476754e-06, + "I": 4.435415758052841e-05, + "C": 2.6497014005144592e-06, + "R": 6.358737323353125e-07, + "M": 0.00015250765136443079, + "O": 1.5016476936580148e-05, + "W": 5.451051379168348e-07, + "N": 2.722232011365122e-06, + "Y": 0.0023306813091039658, + "U": 1.0499609004455124e-07, + "K": 9.355116162623744e-06, + "L": 8.980907182376541e-07, + "G": 0.00018363716662861407, + "F": 0.0076084500178694725, + "E": 0.00015033681120257825, + "T": 0.0010874172439798713, + "P": 0.04934963211417198, + "-": 0.9390591382980347 + }, + "id": "tp_14325" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1790657, + "label": "-", + "classification": { + "B": 3.143337380606681e-05, + "S": 0.00011591865040827543, + "I": 0.0020938015077263117, + "C": 0.0002814809267874807, + "R": 4.5709562982665375e-05, + "M": 0.0005893665365874767, + "O": 0.00037589302519336343, + "W": 0.00013097601186018437, + "N": 0.0007388954400084913, + "Y": 0.004657793324440718, + "U": 5.524278822122142e-05, + "K": 0.002648151246830821, + "L": 2.8583042876562104e-05, + "G": 0.0018293994944542646, + "F": 0.02785855159163475, + "E": 0.008791159838438034, + "T": 0.0031697105150669813, + "P": 0.3384002149105072, + "-": 0.608157753944397 + }, + "id": "tp_14326" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1790757, + "label": "-", + "classification": { + "B": 1.618793640800753e-12, + "S": 1.827520123079407e-12, + "I": 8.244055038630904e-07, + "C": 1.0016698581694072e-08, + "R": 2.8046664990455383e-10, + "M": 1.8578511173927836e-08, + "O": 1.734486776427957e-09, + "W": 9.40416928357779e-12, + "N": 1.2654801651024172e-09, + "Y": 9.462623893341515e-07, + "U": 9.596511085785409e-12, + "K": 3.935880787953039e-10, + "L": 2.155922836089008e-11, + "G": 7.179001926260753e-08, + "F": 1.9957025870098732e-05, + "E": 3.0401503181565204e-07, + "T": 5.113799943501363e-07, + "P": 0.031223107129335403, + "-": 0.9687542915344238 + }, + "id": "tp_14327" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1790891, + "label": "-", + "classification": { + "B": 1.0330290933779906e-05, + "S": 4.4035340351911145e-07, + "I": 0.0001656948443269357, + "C": 2.3885248083388433e-05, + "R": 2.2149783944769297e-06, + "M": 0.00026641078875400126, + "O": 3.871342778438702e-05, + "W": 7.048245151963783e-07, + "N": 2.8622785066545475e-06, + "Y": 0.0006318783853203058, + "U": 2.8509222715911164e-07, + "K": 7.480694108608077e-08, + "L": 1.0494230991753284e-05, + "G": 0.0007042494253255427, + "F": 0.0005445508868433535, + "E": 0.00011937773524550721, + "T": 0.0008791372529231012, + "P": 0.11398346722126007, + "-": 0.8826152086257935 + }, + "id": "tp_14328" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1791024, + "label": "-", + "classification": { + "B": 8.780194184510037e-05, + "S": 8.793177585175727e-06, + "I": 0.0007406463264487684, + "C": 5.205953857512213e-05, + "R": 1.3409503480943386e-05, + "M": 0.0009085650090128183, + "O": 0.0003284127451479435, + "W": 8.332934157806449e-06, + "N": 2.1407533495221287e-05, + "Y": 0.0010029022814705968, + "U": 1.6258486539300065e-06, + "K": 2.792071427393239e-07, + "L": 7.09820888005197e-05, + "G": 0.0010753343813121319, + "F": 0.0007170054595917463, + "E": 0.00037403576425276697, + "T": 0.0019618587102741003, + "P": 0.15352068841457367, + "-": 0.8391058444976807 + }, + "id": "tp_14329" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1791158, + "label": "P", + "classification": { + "B": 8.799656114888421e-08, + "S": 2.6313582424108972e-08, + "I": 7.303583697648719e-05, + "C": 2.8419606223906158e-06, + "R": 1.9000640349986497e-07, + "M": 1.8704181456996594e-06, + "O": 7.801079391356325e-07, + "W": 5.592814389387968e-08, + "N": 1.834352929108718e-06, + "Y": 8.782355871517211e-05, + "U": 8.403483064967077e-08, + "K": 1.0598656672300422e-06, + "L": 5.909003419901637e-08, + "G": 2.20251804421423e-05, + "F": 0.001004244782961905, + "E": 0.0001571750472066924, + "T": 1.9353621610207483e-05, + "P": 0.5070139765739441, + "-": 0.4916135370731354 + }, + "id": "tp_14330" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1791258, + "label": "-", + "classification": { + "B": 4.863765752816107e-06, + "S": 1.2938366126036271e-05, + "I": 0.003627438796684146, + "C": 0.00012683766544796526, + "R": 2.18250115722185e-05, + "M": 0.00023590342607349157, + "O": 8.852526661939919e-05, + "W": 2.1964051484246738e-05, + "N": 0.00040118975448422134, + "Y": 0.0011853125179186463, + "U": 1.0299027962901164e-05, + "K": 0.00046316866064444184, + "L": 4.276849722373299e-06, + "G": 0.00024462895817123353, + "F": 0.005097521468997002, + "E": 0.005176983308047056, + "T": 0.0008543831645511091, + "P": 0.4586024284362793, + "-": 0.5238195657730103 + }, + "id": "tp_14331" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1791391, + "label": "-", + "classification": { + "B": 2.34386743613868e-06, + "S": 2.0673520850778004e-07, + "I": 0.0006321975379250944, + "C": 6.569467950612307e-05, + "R": 2.025223921009456e-06, + "M": 7.639030809514225e-05, + "O": 1.2799272553820629e-05, + "W": 3.778432642320695e-07, + "N": 1.7628581190365367e-05, + "Y": 0.00028737279353663325, + "U": 5.385277859204507e-07, + "K": 1.8716064005275257e-06, + "L": 1.8343248484598007e-06, + "G": 0.0004722429148387164, + "F": 0.0014651945093646646, + "E": 0.00095157086616382, + "T": 0.00013470201520249248, + "P": 0.40341800451278687, + "-": 0.5924569964408875 + }, + "id": "tp_14332" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1791525, + "label": "-", + "classification": { + "B": 1.0543795836426284e-09, + "S": 1.6135062175237636e-09, + "I": 1.0485347957001068e-05, + "C": 3.40965812029026e-07, + "R": 4.007049270171592e-08, + "M": 2.3366160348814446e-06, + "O": 3.0436632414421183e-07, + "W": 4.241659912196383e-09, + "N": 4.7137199032931676e-08, + "Y": 7.595380156999454e-05, + "U": 3.0576481346855644e-09, + "K": 1.6360387489200434e-09, + "L": 2.575933955029086e-08, + "G": 3.042004891540273e-06, + "F": 3.6253451980883256e-05, + "E": 1.5605320413669688e-06, + "T": 8.35911778267473e-05, + "P": 0.04114867374300957, + "-": 0.9586373567581177 + }, + "id": "tp_14333" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1791658, + "label": "-", + "classification": { + "B": 2.1189501353546802e-07, + "S": 1.2837449325786565e-08, + "I": 6.044158453732962e-06, + "C": 1.634534783079289e-07, + "R": 1.7020356679608994e-08, + "M": 1.2217689800309017e-05, + "O": 6.079088734622928e-07, + "W": 7.685911462829154e-09, + "N": 6.012584208292537e-08, + "Y": 0.00025754712987691164, + "U": 2.11043738040928e-09, + "K": 7.115523281697733e-09, + "L": 6.423868370575292e-08, + "G": 5.014667476643808e-05, + "F": 0.00012928294017910957, + "E": 1.9581149899750017e-05, + "T": 8.658423030283302e-05, + "P": 0.06243022158741951, + "-": 0.9370072484016418 + }, + "id": "tp_14334" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1791758, + "label": "-", + "classification": { + "B": 2.064443651761394e-05, + "S": 5.322330707713263e-06, + "I": 0.0012226018588989973, + "C": 0.00016485547530464828, + "R": 3.7287321902113035e-05, + "M": 0.00043899245792999864, + "O": 0.00012062626046827063, + "W": 8.964339940575883e-06, + "N": 3.6894613003823906e-05, + "Y": 0.0015831227647140622, + "U": 7.713136255915742e-06, + "K": 2.583261903055245e-06, + "L": 4.6324745198944584e-05, + "G": 0.000464069249574095, + "F": 0.001475920551456511, + "E": 0.00022279241238720715, + "T": 0.0023439840879291296, + "P": 0.19299861788749695, + "-": 0.798798680305481 + }, + "id": "tp_14335" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1791892, + "label": "P", + "classification": { + "B": 1.3320146763362573e-06, + "S": 8.55572920954728e-07, + "I": 0.0013054299633949995, + "C": 3.0441846320172772e-05, + "R": 5.590071850747336e-06, + "M": 2.441582182655111e-05, + "O": 1.2068326213920955e-05, + "W": 1.071586666512303e-06, + "N": 4.705725586973131e-05, + "Y": 0.00033242322388105094, + "U": 8.753011684348166e-07, + "K": 1.1872360801135073e-06, + "L": 1.6332921859429916e-06, + "G": 6.146942178020254e-05, + "F": 0.0005872535984963179, + "E": 0.00014580167771782726, + "T": 0.00025960177299566567, + "P": 0.6639429330825806, + "-": 0.3332386612892151 + }, + "id": "tp_14336" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1792025, + "label": "-", + "classification": { + "B": 4.263141454430297e-05, + "S": 0.00015917311247903854, + "I": 0.0012757082004100084, + "C": 0.00012814630463253707, + "R": 3.438101339270361e-05, + "M": 0.0005017436342313886, + "O": 0.0005674693966284394, + "W": 0.0001101743255276233, + "N": 0.0004503837553784251, + "Y": 0.006492336746305227, + "U": 4.2186489736195654e-05, + "K": 0.00033597537549212575, + "L": 5.166096525499597e-05, + "G": 0.0012608831748366356, + "F": 0.019203050062060356, + "E": 0.0017336896853521466, + "T": 0.004343439359217882, + "P": 0.2642901837825775, + "-": 0.6989768743515015 + }, + "id": "tp_14337" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1792125, + "label": "-", + "classification": { + "B": 4.986114277016895e-07, + "S": 2.8692872433566663e-07, + "I": 0.0005804675165563822, + "C": 3.8722842873539776e-05, + "R": 2.2583592453884194e-06, + "M": 9.523188782623038e-05, + "O": 1.3754381143371575e-05, + "W": 3.695234340739262e-07, + "N": 1.077384422387695e-05, + "Y": 0.00018469126371201128, + "U": 2.2407705557725421e-07, + "K": 1.7464491008922778e-07, + "L": 1.925256583490409e-06, + "G": 6.388379551935941e-05, + "F": 0.0004378998128231615, + "E": 0.0001936690678121522, + "T": 0.00028947441023774445, + "P": 0.2928576171398163, + "-": 0.7052280902862549 + }, + "id": "tp_14338" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1792259, + "label": "-", + "classification": { + "B": 2.9409159196802648e-06, + "S": 1.5033247109386139e-05, + "I": 0.0112057626247406, + "C": 7.184988498920575e-05, + "R": 4.666278982767835e-05, + "M": 0.0006994957802817225, + "O": 0.00014904775889590383, + "W": 1.5198824257822707e-05, + "N": 0.00040208251448348165, + "Y": 0.018844101577997208, + "U": 3.716694664035458e-06, + "K": 6.734215276082978e-05, + "L": 6.6444167714507785e-06, + "G": 0.0005932592903263867, + "F": 0.001871362328529358, + "E": 0.0005089436890557408, + "T": 0.018323063850402832, + "P": 0.17590118944644928, + "-": 0.7712721824645996 + }, + "id": "tp_14339" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1792392, + "label": "-", + "classification": { + "B": 3.478122323485877e-08, + "S": 2.705088242294096e-08, + "I": 9.366535232402384e-05, + "C": 1.3246270782474312e-06, + "R": 2.772592040400923e-07, + "M": 8.283807801490184e-06, + "O": 1.9783960851782467e-06, + "W": 5.132787350703438e-08, + "N": 1.0822535614352091e-06, + "Y": 0.00032095363712869585, + "U": 4.571730727320755e-08, + "K": 8.94183358468581e-08, + "L": 1.3744791260705824e-07, + "G": 2.5948460461222567e-05, + "F": 0.00024332624161615968, + "E": 3.674026811495423e-05, + "T": 0.0001850087137427181, + "P": 0.17544670403003693, + "-": 0.8236344456672668 + }, + "id": "tp_14340" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1792526, + "label": "-", + "classification": { + "B": 3.8108300941530615e-05, + "S": 5.093370873510139e-06, + "I": 0.00022112033911980689, + "C": 1.1423116120568011e-05, + "R": 2.083830622723326e-06, + "M": 6.090368333389051e-05, + "O": 6.654551543761045e-05, + "W": 5.570974735746859e-06, + "N": 1.8668910342967138e-05, + "Y": 0.0004785633063875139, + "U": 1.294371031690389e-06, + "K": 5.308353138389066e-06, + "L": 5.9331118791305926e-06, + "G": 0.0002097284304909408, + "F": 0.00242385221645236, + "E": 0.0008248913218267262, + "T": 0.0002989219792652875, + "P": 0.2532545328140259, + "-": 0.7420674562454224 + }, + "id": "tp_14341" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1792626, + "label": "P", + "classification": { + "B": 1.1356446520949248e-06, + "S": 1.0915744041994913e-06, + "I": 0.0015601919731125236, + "C": 1.4316510714706965e-05, + "R": 8.487094191877986e-07, + "M": 9.019934077514336e-05, + "O": 1.0557852874626406e-05, + "W": 6.989967573645117e-07, + "N": 0.00010334276885259897, + "Y": 0.0005747474497184157, + "U": 3.7992091961314145e-07, + "K": 2.4522194507881068e-05, + "L": 4.971266207576264e-07, + "G": 0.0002508016477804631, + "F": 0.0011377731570973992, + "E": 0.004380808211863041, + "T": 0.0002622285683173686, + "P": 0.7019836902618408, + "-": 0.289602130651474 + }, + "id": "tp_14342" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1792759, + "label": "-", + "classification": { + "B": 7.86235887062503e-06, + "S": 8.6289046521415e-06, + "I": 0.0005126645555719733, + "C": 4.33518216595985e-05, + "R": 5.086186320113484e-06, + "M": 0.00017123622819781303, + "O": 4.246416938258335e-05, + "W": 6.2919566516939085e-06, + "N": 6.123728235252202e-05, + "Y": 0.001403890666551888, + "U": 2.1385144464147743e-06, + "K": 0.00010997227218467742, + "L": 3.203265805495903e-06, + "G": 0.00033134158002212644, + "F": 0.012897503562271595, + "E": 0.002032458782196045, + "T": 0.0006733224145136774, + "P": 0.22460001707077026, + "-": 0.7570873498916626 + }, + "id": "tp_14343" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1792893, + "label": "-", + "classification": { + "B": 6.668049081781646e-06, + "S": 4.825496034754906e-06, + "I": 0.00023017475905362517, + "C": 2.073624636977911e-05, + "R": 2.2799833914177725e-06, + "M": 6.466807099059224e-05, + "O": 5.1390878070378676e-05, + "W": 4.479107701627072e-06, + "N": 2.40546723944135e-05, + "Y": 0.00019684305880218744, + "U": 1.427232973583159e-06, + "K": 1.0913922778854612e-05, + "L": 3.529506102495361e-06, + "G": 0.00015757163055241108, + "F": 0.003983928821980953, + "E": 0.00031703515560366213, + "T": 0.0003127365780528635, + "P": 0.2925530672073364, + "-": 0.7020537257194519 + }, + "id": "tp_14344" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1793026, + "label": "-", + "classification": { + "B": 5.729954821731553e-08, + "S": 3.25740927564766e-08, + "I": 3.213001400581561e-05, + "C": 4.306991741032107e-06, + "R": 4.831185833609197e-07, + "M": 1.3369956832320895e-05, + "O": 2.4938274236774305e-06, + "W": 5.867414287763495e-08, + "N": 7.126438390514522e-07, + "Y": 0.0002489336475264281, + "U": 6.136659891353702e-08, + "K": 1.5117886675852787e-07, + "L": 2.1189262611187587e-07, + "G": 3.2033240131568164e-05, + "F": 0.00035443014348857105, + "E": 1.743106076901313e-05, + "T": 0.00021914287935942411, + "P": 0.09341040998697281, + "-": 0.9056636095046997 + }, + "id": "tp_14345" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1793126, + "label": "-", + "classification": { + "B": 0.0009704403346404433, + "S": 0.00014454725896939635, + "I": 0.0038966378197073936, + "C": 0.0007631243788637221, + "R": 0.00020136342209298164, + "M": 0.0036138901486992836, + "O": 0.001453797915019095, + "W": 7.942570664454252e-05, + "N": 0.0003490041708573699, + "Y": 0.006681439932435751, + "U": 3.344241849845275e-05, + "K": 5.302121280692518e-05, + "L": 0.0005877189105376601, + "G": 0.013350384309887886, + "F": 0.02104543335735798, + "E": 0.005284594371914864, + "T": 0.0052309357561171055, + "P": 0.15865139663219452, + "-": 0.7776093482971191 + }, + "id": "tp_14346" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1793260, + "label": "-", + "classification": { + "B": 0.00011910320608876646, + "S": 0.0004375948046799749, + "I": 0.003598051844164729, + "C": 0.0004013434227090329, + "R": 0.00013961661898065358, + "M": 0.0018250399734824896, + "O": 0.0010506878606975079, + "W": 0.00020117680833209306, + "N": 0.0009172694990411401, + "Y": 0.008081727661192417, + "U": 8.525676821591333e-05, + "K": 0.0004490974824875593, + "L": 0.0001741739542922005, + "G": 0.0023196099791675806, + "F": 0.027977798134088516, + "E": 0.005223387386649847, + "T": 0.009220477193593979, + "P": 0.23722006380558014, + "-": 0.7005584836006165 + }, + "id": "tp_14347" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1793393, + "label": "-", + "classification": { + "B": 4.082465238752775e-05, + "S": 1.833763235481456e-06, + "I": 4.658725447370671e-05, + "C": 4.945410410073237e-07, + "R": 1.88347144103318e-07, + "M": 8.633047400508076e-05, + "O": 8.590832294430584e-05, + "W": 1.954377921720152e-06, + "N": 2.3118791432352737e-06, + "Y": 0.00022488510876428336, + "U": 9.962712255173756e-08, + "K": 1.6970457039633402e-08, + "L": 5.556640644499566e-06, + "G": 7.603061385452747e-05, + "F": 0.00017428661521989852, + "E": 3.1757113902131096e-05, + "T": 0.0006018217536620796, + "P": 0.11258157342672348, + "-": 0.8860375285148621 + }, + "id": "tp_14348" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1793527, + "label": "-", + "classification": { + "B": 2.0320753435498773e-07, + "S": 7.865361340009258e-07, + "I": 0.00014916667714715004, + "C": 8.890265235095285e-06, + "R": 7.679921623093833e-07, + "M": 3.2248270144918934e-05, + "O": 1.0777677744044922e-05, + "W": 5.571485530708742e-07, + "N": 1.1435452506702859e-05, + "Y": 0.0006151659763418138, + "U": 2.845321489530761e-07, + "K": 3.7668066852347692e-06, + "L": 5.365326387618552e-07, + "G": 7.000676123425364e-05, + "F": 0.0021173746790736914, + "E": 0.00023259689623955637, + "T": 0.0003227881097700447, + "P": 0.18567636609077454, + "-": 0.8107462525367737 + }, + "id": "tp_14349" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1793627, + "label": "-", + "classification": { + "B": 2.9410043111965933e-07, + "S": 1.7722194911584666e-07, + "I": 0.00017828680574893951, + "C": 3.024994657607749e-05, + "R": 5.115541625855258e-06, + "M": 0.00012647420226130635, + "O": 3.5698976716957986e-05, + "W": 4.2601570271472156e-07, + "N": 4.782135420100531e-06, + "Y": 0.0009562410414218903, + "U": 3.987391608006874e-07, + "K": 6.190944645823038e-08, + "L": 8.375285688089207e-06, + "G": 0.00019425112986937165, + "F": 0.0006018761778250337, + "E": 4.6540884795831516e-05, + "T": 0.001578446477651596, + "P": 0.0639072135090828, + "-": 0.932325005531311 + }, + "id": "tp_14350" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1793760, + "label": "-", + "classification": { + "B": 1.990960285525034e-09, + "S": 8.697181863581704e-10, + "I": 1.4954864582250593e-06, + "C": 8.240489179911492e-09, + "R": 2.879531335597818e-10, + "M": 1.543020715644161e-07, + "O": 4.997997749001115e-08, + "W": 4.819328824900992e-10, + "N": 4.9965390047645997e-08, + "Y": 6.843490609753644e-06, + "U": 3.779993262842396e-10, + "K": 2.6715946788158362e-08, + "L": 7.326695361520308e-10, + "G": 1.4744734926352976e-06, + "F": 0.00010149102308787405, + "E": 9.897291420202237e-06, + "T": 4.93784318678081e-06, + "P": 0.26984134316444397, + "-": 0.7300322651863098 + }, + "id": "tp_14351" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1793894, + "label": "P", + "classification": { + "B": 3.4504369978094473e-05, + "S": 6.408784884115448e-06, + "I": 0.007221733685582876, + "C": 0.0003494280972518027, + "R": 2.1690524590667337e-05, + "M": 0.0005559763521887362, + "O": 7.636564259883016e-05, + "W": 4.447897481441032e-06, + "N": 0.0004874705336987972, + "Y": 0.002403915859758854, + "U": 1.0971005394821987e-05, + "K": 9.211464202962816e-05, + "L": 1.4042543625691906e-05, + "G": 0.0022147810086607933, + "F": 0.0033621240872889757, + "E": 0.011262333951890469, + "T": 0.0012564669596031308, + "P": 0.5597708225250244, + "-": 0.41085442900657654 + }, + "id": "tp_14352" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1794027, + "label": "-", + "classification": { + "B": 5.632927786791697e-05, + "S": 1.0352277968195267e-05, + "I": 0.003961315844208002, + "C": 0.0001881690404843539, + "R": 5.668554513249546e-05, + "M": 0.0014282520860433578, + "O": 0.000365795218385756, + "W": 1.6163699910975993e-05, + "N": 0.00015052991511765867, + "Y": 0.005956532433629036, + "U": 1.1559212907741312e-05, + "K": 5.798031907033874e-06, + "L": 6.779779505450279e-05, + "G": 0.0015204214723780751, + "F": 0.0010507670231163502, + "E": 0.0010177406948059797, + "T": 0.008096102625131607, + "P": 0.19766147434711456, + "-": 0.7783782482147217 + }, + "id": "tp_14353" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1794127, + "label": "-", + "classification": { + "B": 6.307025614660233e-06, + "S": 8.758735020819586e-06, + "I": 0.0006710683228448033, + "C": 4.7653924411861226e-05, + "R": 1.1797400475188624e-05, + "M": 0.0004994085757061839, + "O": 9.877503180177882e-05, + "W": 6.486253823823063e-06, + "N": 4.9991584091912955e-05, + "Y": 0.002835095627233386, + "U": 5.393821083998773e-06, + "K": 5.759878604294499e-06, + "L": 2.2481650375993922e-05, + "G": 0.0003026316117029637, + "F": 0.00236180005595088, + "E": 0.0003979072207584977, + "T": 0.00582962017506361, + "P": 0.19256563484668732, + "-": 0.7942734360694885 + }, + "id": "tp_14354" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1794261, + "label": "-", + "classification": { + "B": 4.300072831142643e-08, + "S": 3.308269924673368e-07, + "I": 3.3333588362438604e-05, + "C": 6.696487616864033e-06, + "R": 5.40781513791444e-07, + "M": 4.472105956665473e-06, + "O": 4.463890945771709e-06, + "W": 2.1311653597422264e-07, + "N": 3.428042191444547e-06, + "Y": 0.0001440742489648983, + "U": 1.1087446694091341e-07, + "K": 4.016438651888166e-06, + "L": 1.6887307197066548e-07, + "G": 2.4753921024966985e-05, + "F": 0.004486496094614267, + "E": 3.298919182270765e-05, + "T": 8.199604781111702e-05, + "P": 0.17374613881111145, + "-": 0.82142573595047 + }, + "id": "tp_14355" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1794394, + "label": "-", + "classification": { + "B": 4.02065669646845e-09, + "S": 1.3391207032142916e-09, + "I": 1.922183218994178e-05, + "C": 4.930554950988153e-07, + "R": 3.28013882722189e-08, + "M": 3.1811823646421544e-06, + "O": 4.2185459392385383e-07, + "W": 5.430306870835011e-09, + "N": 1.6279770420624118e-07, + "Y": 3.5521414247341454e-05, + "U": 3.3061982041004967e-09, + "K": 1.0855752741179003e-08, + "L": 2.1298887986631598e-08, + "G": 8.63889272295637e-06, + "F": 0.00013366017083171755, + "E": 1.6369680452044122e-05, + "T": 2.715012669796124e-05, + "P": 0.12722772359848022, + "-": 0.8725273609161377 + }, + "id": "tp_14356" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1794528, + "label": "-", + "classification": { + "B": 1.1949751188566893e-09, + "S": 8.240363946754314e-10, + "I": 1.2150871043559164e-05, + "C": 2.4698906031517254e-07, + "R": 1.7545703556720582e-08, + "M": 2.2985277325915376e-07, + "O": 9.389581379082301e-08, + "W": 3.2252396309218057e-09, + "N": 5.503663373929157e-07, + "Y": 8.870759484125301e-05, + "U": 7.310678729055553e-09, + "K": 5.256440090306569e-06, + "L": 1.519215198086954e-09, + "G": 1.0027782991528511e-05, + "F": 0.0005308166146278381, + "E": 0.0001412003330187872, + "T": 7.875454684835859e-06, + "P": 0.19468122720718384, + "-": 0.8045215606689453 + }, + "id": "tp_14357" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1794628, + "label": "-", + "classification": { + "B": 3.268634100095369e-05, + "S": 6.834074156358838e-05, + "I": 0.008072992786765099, + "C": 0.0005644799093715847, + "R": 0.00010921299690380692, + "M": 0.0023920030798763037, + "O": 0.0004466202517505735, + "W": 4.39964460383635e-05, + "N": 0.0005611893138848245, + "Y": 0.027271678671240807, + "U": 2.0127601601416245e-05, + "K": 6.890302029205486e-05, + "L": 8.136277756420895e-05, + "G": 0.0017180460272356868, + "F": 0.0062976316548883915, + "E": 0.004404302686452866, + "T": 0.011816484853625298, + "P": 0.16118456423282623, + "-": 0.7748454213142395 + }, + "id": "tp_14358" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1794761, + "label": "-", + "classification": { + "B": 2.4801438680555066e-09, + "S": 8.05730682174044e-09, + "I": 1.7456452042097226e-05, + "C": 2.421668341412442e-07, + "R": 2.595642456526548e-08, + "M": 9.906300419970648e-07, + "O": 4.804996933671646e-07, + "W": 2.148053646067183e-08, + "N": 5.134270395501517e-07, + "Y": 2.8383543394738808e-05, + "U": 1.1509770914130968e-08, + "K": 4.6825479671497305e-07, + "L": 7.989634731586648e-09, + "G": 3.4976822007593e-06, + "F": 0.00027591423713602126, + "E": 1.3573425349022727e-05, + "T": 3.880003350786865e-05, + "P": 0.13843534886837006, + "-": 0.8611843585968018 + }, + "id": "tp_14359" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1794895, + "label": "-", + "classification": { + "B": 2.831264778180298e-09, + "S": 5.2835500419234904e-09, + "I": 0.00011943990830332041, + "C": 1.1538365924934624e-06, + "R": 4.000480089416669e-07, + "M": 1.0229935014649527e-06, + "O": 8.825317650007491e-07, + "W": 1.0850968124032079e-08, + "N": 7.312398793146713e-07, + "Y": 7.168325828388333e-05, + "U": 1.1679041733714257e-08, + "K": 1.619505418659628e-08, + "L": 4.878404524788493e-08, + "G": 1.179182709165616e-05, + "F": 6.31261063972488e-05, + "E": 4.057412752445089e-06, + "T": 5.909423271077685e-05, + "P": 0.28389471769332886, + "-": 0.7157717943191528 + }, + "id": "tp_14360" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1795028, + "label": "-", + "classification": { + "B": 0.001472609699703753, + "S": 0.0010164276463910937, + "I": 0.0017776238964870572, + "C": 0.0004990342422388494, + "R": 0.00011187503696419299, + "M": 0.010946856811642647, + "O": 0.002293742261826992, + "W": 0.0003321643453091383, + "N": 0.00037913781125098467, + "Y": 0.009968629106879234, + "U": 4.785605051438324e-05, + "K": 0.00021207630925346166, + "L": 0.0006093377596698701, + "G": 0.007602030877023935, + "F": 0.03379398584365845, + "E": 0.01262308843433857, + "T": 0.006043894682079554, + "P": 0.17552953958511353, + "-": 0.7347399592399597 + }, + "id": "tp_14361" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1795128, + "label": "-", + "classification": { + "B": 5.154982318344992e-06, + "S": 5.128478733240627e-06, + "I": 0.0005829704459756613, + "C": 0.0003199986822437495, + "R": 4.9087706429418176e-05, + "M": 0.0003066706412937492, + "O": 0.0001106550480471924, + "W": 4.8690631047065835e-06, + "N": 4.2432591726537794e-05, + "Y": 0.0019248193129897118, + "U": 3.5425046007731e-06, + "K": 1.6158719517989084e-05, + "L": 1.2174195944680832e-05, + "G": 0.0010936534963548183, + "F": 0.009689871221780777, + "E": 0.0004991877358406782, + "T": 0.0014560821000486612, + "P": 0.18344496190547943, + "-": 0.8004325032234192 + }, + "id": "tp_14362" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1795262, + "label": "-", + "classification": { + "B": 1.1042626283597201e-05, + "S": 1.64719585882267e-05, + "I": 0.007251828443259001, + "C": 0.00020415820472408086, + "R": 6.0451468016253784e-05, + "M": 0.0006870176293887198, + "O": 0.00013945582031738013, + "W": 1.2512898138083983e-05, + "N": 0.0005144690512679517, + "Y": 0.014091442339122295, + "U": 9.39867732085986e-06, + "K": 0.0005258650053292513, + "L": 2.2595138943870552e-05, + "G": 0.005079542752355337, + "F": 0.02639257349073887, + "E": 0.008953048847615719, + "T": 0.005098674446344376, + "P": 0.2857246994972229, + "-": 0.6452047824859619 + }, + "id": "tp_14363" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1795395, + "label": "-", + "classification": { + "B": 4.325419467932079e-06, + "S": 5.304195383359911e-06, + "I": 0.0004893651930615306, + "C": 2.725528429436963e-05, + "R": 2.5613273464841768e-05, + "M": 0.0008389384020119905, + "O": 0.00021669018315151334, + "W": 9.633461559133139e-06, + "N": 1.5413237633765675e-05, + "Y": 0.0031712877098470926, + "U": 1.2062912446708651e-06, + "K": 1.9884741959685925e-06, + "L": 2.8590218789759092e-05, + "G": 0.0005830569425597787, + "F": 0.001864406163804233, + "E": 0.00017715059220790863, + "T": 0.0034309474285691977, + "P": 0.05532093346118927, + "-": 0.9337878823280334 + }, + "id": "tp_14364" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1795529, + "label": "-", + "classification": { + "B": 4.049890321766725e-06, + "S": 2.37023505178513e-06, + "I": 0.0006890965742059052, + "C": 0.00016061154019553214, + "R": 4.16396651417017e-05, + "M": 0.0001396066800225526, + "O": 0.00010774571273941547, + "W": 4.181888471066486e-06, + "N": 3.736936196219176e-05, + "Y": 0.0011761438800022006, + "U": 2.9375819394772407e-06, + "K": 2.5703789106046315e-06, + "L": 1.3800120541418437e-05, + "G": 0.0006052287062630057, + "F": 0.0029846420511603355, + "E": 0.00014330632984638214, + "T": 0.0009304889244958758, + "P": 0.24075840413570404, + "-": 0.7521957159042358 + }, + "id": "tp_14365" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1795629, + "label": "-", + "classification": { + "B": 2.4833227030285343e-07, + "S": 4.0307688209395565e-07, + "I": 5.8246303524356335e-05, + "C": 3.7584461551887216e-06, + "R": 3.96293728499586e-07, + "M": 1.7890626622829586e-05, + "O": 5.722393780160928e-06, + "W": 3.708066742547089e-07, + "N": 3.734849769898574e-06, + "Y": 0.0006297167274169624, + "U": 2.742069113992329e-07, + "K": 3.5117968764097895e-06, + "L": 5.494013635143347e-07, + "G": 5.623265678877942e-05, + "F": 0.003135040635243058, + "E": 0.0001111696328734979, + "T": 0.00027830374892801046, + "P": 0.16805271804332733, + "-": 0.8276417255401611 + }, + "id": "tp_14366" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1795762, + "label": "-", + "classification": { + "B": 1.5093414162947738e-07, + "S": 4.248362017733598e-08, + "I": 3.998494776169537e-06, + "C": 1.0705058173243742e-07, + "R": 1.841598873397743e-08, + "M": 1.110211178456666e-05, + "O": 3.958651632274268e-06, + "W": 3.752035127035924e-08, + "N": 8.552041208531591e-08, + "Y": 5.51900957361795e-05, + "U": 5.765565802562378e-09, + "K": 5.132286595710411e-09, + "L": 2.9531804557336727e-07, + "G": 1.732797136355657e-05, + "F": 0.00018439504492562264, + "E": 3.963199560530484e-06, + "T": 0.00011745154188247398, + "P": 0.06854724884033203, + "-": 0.9310546517372131 + }, + "id": "tp_14367" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1795896, + "label": "-", + "classification": { + "B": 8.129054185701534e-05, + "S": 6.47224760541576e-06, + "I": 0.0002904389111790806, + "C": 1.707016235741321e-05, + "R": 7.116350388969295e-06, + "M": 0.0001478286721976474, + "O": 0.00022041999909561127, + "W": 1.3967728591524065e-05, + "N": 2.056801713479217e-05, + "Y": 0.00024362509429920465, + "U": 1.4053422319193487e-06, + "K": 4.957333317179291e-07, + "L": 1.8864142475649714e-05, + "G": 0.00013840229075867683, + "F": 0.0005827987915836275, + "E": 0.00013421973562799394, + "T": 0.00065990025177598, + "P": 0.27395230531692505, + "-": 0.7234628200531006 + }, + "id": "tp_14368" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1796029, + "label": "-", + "classification": { + "B": 3.0960271146796003e-07, + "S": 1.4633357636739674e-07, + "I": 6.115839642006904e-05, + "C": 1.4157277519188938e-06, + "R": 1.5517774443196686e-07, + "M": 1.370993868476944e-05, + "O": 4.952528342982987e-06, + "W": 1.9301926101888967e-07, + "N": 2.7398389192967443e-06, + "Y": 0.0001167106456705369, + "U": 1.494256594014587e-07, + "K": 4.793739094566263e-07, + "L": 2.6257453100697603e-07, + "G": 4.089192589162849e-05, + "F": 0.0006319521926343441, + "E": 5.845070336363278e-05, + "T": 0.00019984832033514977, + "P": 0.38679811358451843, + "-": 0.6120682954788208 + }, + "id": "tp_14369" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1796129, + "label": "-", + "classification": { + "B": 4.131220975978067e-06, + "S": 2.940995955214021e-06, + "I": 0.0008130734204314649, + "C": 5.482232882059179e-05, + "R": 5.8923983488057274e-06, + "M": 0.0001176696241600439, + "O": 4.141171302762814e-05, + "W": 3.284345893916907e-06, + "N": 7.089253631420434e-05, + "Y": 0.0006836442626081407, + "U": 2.625653223731206e-06, + "K": 1.093748869607225e-05, + "L": 4.205239747534506e-06, + "G": 0.00024860657867975533, + "F": 0.0026866362895816565, + "E": 0.0009351075859740376, + "T": 0.0006897763814777136, + "P": 0.3618301749229431, + "-": 0.6317942142486572 + }, + "id": "tp_14370" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1796263, + "label": "-", + "classification": { + "B": 1.3607973414764274e-08, + "S": 1.521679005023202e-09, + "I": 7.181978958215041e-07, + "C": 2.2364364582472263e-08, + "R": 2.1260664340161384e-09, + "M": 3.8531297263944e-07, + "O": 3.8335863905558654e-07, + "W": 4.413373222433847e-09, + "N": 7.845420313401519e-09, + "Y": 2.005853048103745e-06, + "U": 2.1761432933420366e-10, + "K": 2.0037249637283594e-10, + "L": 9.260329392191124e-09, + "G": 8.493746008753078e-07, + "F": 5.1986884500365704e-05, + "E": 4.2114069742638094e-07, + "T": 3.2348093554901425e-06, + "P": 0.08616046607494354, + "-": 0.9137793779373169 + }, + "id": "tp_14371" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1796396, + "label": "-", + "classification": { + "B": 6.724589911755174e-05, + "S": 0.0001764441403793171, + "I": 0.004202336072921753, + "C": 0.0008832385065034032, + "R": 0.0002340452920179814, + "M": 0.0008068023598752916, + "O": 0.0006558771710842848, + "W": 0.0002421135432086885, + "N": 0.0015532801626250148, + "Y": 0.013717163354158401, + "U": 0.00012334654456935823, + "K": 0.0044669583439826965, + "L": 8.607971540186554e-05, + "G": 0.003958896733820438, + "F": 0.05706849694252014, + "E": 0.011630517430603504, + "T": 0.00415819464251399, + "P": 0.3192429542541504, + "-": 0.5767260193824768 + }, + "id": "tp_14372" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1796530, + "label": "-", + "classification": { + "B": 5.786709493804665e-07, + "S": 8.85871997979848e-07, + "I": 0.0008910843171179295, + "C": 1.4538390132656787e-05, + "R": 2.2561446257896023e-06, + "M": 2.4071992811514065e-05, + "O": 1.206984234158881e-05, + "W": 1.6657008927722927e-06, + "N": 7.528946298407391e-05, + "Y": 0.0003930939710699022, + "U": 2.105372004734818e-06, + "K": 5.877685907762498e-05, + "L": 5.977498176434892e-07, + "G": 7.937711052363738e-05, + "F": 0.0015580758918076754, + "E": 0.0008353095618076622, + "T": 0.0003328759630676359, + "P": 0.42745956778526306, + "-": 0.5682578682899475 + }, + "id": "tp_14373" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1796630, + "label": "-", + "classification": { + "B": 1.6261287427710158e-08, + "S": 4.8692928800164736e-08, + "I": 4.729521970148198e-05, + "C": 1.75902778210002e-06, + "R": 1.3676262256012706e-07, + "M": 8.282393537228927e-06, + "O": 1.3313708677742397e-06, + "W": 3.49661988252592e-08, + "N": 1.6645534515191684e-06, + "Y": 0.00010259467671858147, + "U": 1.719002717948115e-08, + "K": 1.3213957572588697e-06, + "L": 4.513205453804403e-08, + "G": 3.0330427762237377e-05, + "F": 0.002388902474194765, + "E": 0.000134488262119703, + "T": 5.674549174727872e-05, + "P": 0.2747172713279724, + "-": 0.7225077152252197 + }, + "id": "tp_14374" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1796763, + "label": "-", + "classification": { + "B": 1.9491672720306497e-09, + "S": 1.0864984467673366e-09, + "I": 1.4648362594016362e-05, + "C": 8.639097615059654e-08, + "R": 4.415001253477158e-09, + "M": 1.0589797057036776e-06, + "O": 1.246682046485148e-07, + "W": 1.303967156474073e-09, + "N": 8.06392890240204e-08, + "Y": 3.238792487536557e-05, + "U": 7.193283746431689e-10, + "K": 5.957928039812543e-10, + "L": 7.221661491030318e-09, + "G": 2.020513193201623e-06, + "F": 2.589682480902411e-05, + "E": 2.3931115720188245e-06, + "T": 3.1828403734834865e-05, + "P": 0.23423942923545837, + "-": 0.7656500935554504 + }, + "id": "tp_14375" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1796897, + "label": "-", + "classification": { + "B": 2.9308139346539974e-05, + "S": 2.2188614821061492e-05, + "I": 0.001485320390202105, + "C": 0.00028000809834338725, + "R": 5.203577529755421e-05, + "M": 0.000462500931462273, + "O": 0.0003289210726507008, + "W": 1.783538027666509e-05, + "N": 0.0001894006272777915, + "Y": 0.0009795399382710457, + "U": 9.934081390383653e-06, + "K": 1.5627370885340497e-05, + "L": 3.2895510230446234e-05, + "G": 0.0010244131553918123, + "F": 0.002203680109232664, + "E": 0.0008349327836185694, + "T": 0.0029711350798606873, + "P": 0.3073226511478424, + "-": 0.6817376613616943 + }, + "id": "tp_14376" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1797030, + "label": "-", + "classification": { + "B": 1.9333416275912896e-05, + "S": 4.2940760067722294e-06, + "I": 0.00013789504009764642, + "C": 3.561043195077218e-05, + "R": 5.935185072303284e-06, + "M": 0.0001960969966603443, + "O": 0.00010233943612547591, + "W": 4.2864576244028285e-06, + "N": 8.65336915012449e-06, + "Y": 0.0007218781393021345, + "U": 1.3516137187252752e-06, + "K": 1.8255827853863593e-06, + "L": 1.8297181668458506e-05, + "G": 0.0004472593136597425, + "F": 0.0037479165475815535, + "E": 9.62571648415178e-05, + "T": 0.0007159538217820227, + "P": 0.09277753531932831, + "-": 0.9009574055671692 + }, + "id": "tp_14377" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1797130, + "label": "-", + "classification": { + "B": 1.3406799004300751e-09, + "S": 1.023466644767268e-09, + "I": 2.7763460821006447e-05, + "C": 1.004514160740655e-06, + "R": 1.9231571002364944e-07, + "M": 5.890486818316276e-07, + "O": 2.3294005302432197e-07, + "W": 7.657787293169349e-09, + "N": 3.280835869645671e-07, + "Y": 0.0001105871342588216, + "U": 9.15297615478039e-09, + "K": 7.216576705104671e-07, + "L": 3.4704354945347404e-09, + "G": 5.496423455042532e-06, + "F": 0.0004087560810148716, + "E": 1.291519856749801e-05, + "T": 1.9569180949474685e-05, + "P": 0.10000081360340118, + "-": 0.8994110226631165 + }, + "id": "tp_14378" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1797264, + "label": "-", + "classification": { + "B": 2.9222926301031293e-08, + "S": 1.2354309575357547e-08, + "I": 3.927249781554565e-05, + "C": 1.8679151025935425e-07, + "R": 1.2309596009174584e-08, + "M": 2.221069280494703e-06, + "O": 5.166083951735345e-07, + "W": 1.2097159718393868e-08, + "N": 1.087885607375938e-06, + "Y": 3.511625618557446e-05, + "U": 8.984720523130818e-09, + "K": 3.68632015579351e-07, + "L": 1.0434810349124746e-08, + "G": 6.844115887361113e-06, + "F": 0.0002078115358017385, + "E": 8.252829138655216e-05, + "T": 4.016886668978259e-05, + "P": 0.32165420055389404, + "-": 0.6779295802116394 + }, + "id": "tp_14379" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1797397, + "label": "-", + "classification": { + "B": 0.00014198673306964338, + "S": 1.4655054656032007e-05, + "I": 0.00036222123890183866, + "C": 3.44421569025144e-05, + "R": 6.38295659882715e-06, + "M": 0.0003406598116271198, + "O": 0.00021987456420902163, + "W": 1.7984950318350457e-05, + "N": 4.603352499543689e-05, + "Y": 0.0005523193394765258, + "U": 5.581252480624244e-06, + "K": 6.580739409400849e-06, + "L": 2.7624735594145022e-05, + "G": 0.0005068062455393374, + "F": 0.0023437030613422394, + "E": 0.0007231292547658086, + "T": 0.00104406604077667, + "P": 0.37775957584381104, + "-": 0.6158463358879089 + }, + "id": "tp_14380" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1797531, + "label": "P", + "classification": { + "B": 8.797779287306184e-07, + "S": 4.708653875695745e-07, + "I": 0.0005718313041143119, + "C": 6.250735623325454e-06, + "R": 4.258886860952771e-07, + "M": 2.6856007025344297e-05, + "O": 5.497066013049334e-06, + "W": 4.1744141299204784e-07, + "N": 2.3480994059354998e-05, + "Y": 0.0002231886755907908, + "U": 3.1353926033261814e-07, + "K": 7.757085995763191e-07, + "L": 4.182491579740599e-07, + "G": 2.674457209650427e-05, + "F": 0.00036198642919771373, + "E": 0.0007033540168777108, + "T": 0.00022689298202749342, + "P": 0.6717586517333984, + "-": 0.3260616660118103 + }, + "id": "tp_14381" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1797631, + "label": "-", + "classification": { + "B": 4.707601692643948e-05, + "S": 2.6430279831402004e-05, + "I": 0.001960230292752385, + "C": 0.00028584504616446793, + "R": 4.651168273994699e-05, + "M": 0.000921513419598341, + "O": 0.00027378962840884924, + "W": 2.1346224457374774e-05, + "N": 0.0001915165630634874, + "Y": 0.004111666232347488, + "U": 2.102354119415395e-05, + "K": 2.6270581656717695e-05, + "L": 7.375542190857232e-05, + "G": 0.0016042208299040794, + "F": 0.007465537171810865, + "E": 0.0018003350123763084, + "T": 0.003683476010337472, + "P": 0.34002628922462463, + "-": 0.6374131441116333 + }, + "id": "tp_14382" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1797764, + "label": "-", + "classification": { + "B": 2.918235963988991e-07, + "S": 5.739361199630366e-07, + "I": 0.00012010473437840119, + "C": 4.090796664968366e-06, + "R": 3.567826638573024e-07, + "M": 6.453627429436892e-05, + "O": 8.668215741636232e-06, + "W": 4.4930263243259105e-07, + "N": 8.239933777076658e-06, + "Y": 0.0008074066136032343, + "U": 2.433533836665447e-07, + "K": 1.5040269317978527e-05, + "L": 3.3045498071260226e-07, + "G": 8.041003457037732e-05, + "F": 0.0014374065212905407, + "E": 0.00042266203672625124, + "T": 0.0003838884294964373, + "P": 0.11617189645767212, + "-": 0.8804733753204346 + }, + "id": "tp_14383" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1797898, + "label": "-", + "classification": { + "B": 3.614027133114206e-10, + "S": 1.1860969151289424e-10, + "I": 7.76800970925251e-06, + "C": 1.0230271385580636e-07, + "R": 1.525727633122642e-08, + "M": 2.6124723717657616e-06, + "O": 6.359490356544484e-08, + "W": 2.0994965488352335e-10, + "N": 6.132059748864549e-09, + "Y": 0.00021305041445884854, + "U": 1.0681129591905147e-10, + "K": 1.4800513592483355e-10, + "L": 3.6034635275683513e-09, + "G": 5.416116891865386e-06, + "F": 1.5126529433473479e-05, + "E": 4.1250882532040123e-07, + "T": 0.0001275502290809527, + "P": 0.01207751501351595, + "-": 0.9875503182411194 + }, + "id": "tp_14384" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1798031, + "label": "-", + "classification": { + "B": 3.787636524066329e-05, + "S": 1.3302094885148108e-05, + "I": 0.0031318666879087687, + "C": 0.00014093930076342076, + "R": 6.954228592803702e-05, + "M": 0.000722619064617902, + "O": 0.00023000829969532788, + "W": 1.4975456906540785e-05, + "N": 0.00016929676348809153, + "Y": 0.010805238038301468, + "U": 1.0796245078381617e-05, + "K": 7.438015018124133e-05, + "L": 3.568165629985742e-05, + "G": 0.003612609812989831, + "F": 0.00459249084815383, + "E": 0.0022115791216492653, + "T": 0.006094038486480713, + "P": 0.16627255082130432, + "-": 0.8017601370811462 + }, + "id": "tp_14385" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1798131, + "label": "-", + "classification": { + "B": 0.00035934397601522505, + "S": 8.990816422738135e-05, + "I": 0.008161945268511772, + "C": 0.002049204194918275, + "R": 0.0008239283924922347, + "M": 0.00894799642264843, + "O": 0.0019918447360396385, + "W": 0.00014901788381394, + "N": 0.0005156540428288281, + "Y": 0.016196416690945625, + "U": 0.00014077092055231333, + "K": 5.703204806195572e-05, + "L": 0.0010404152562841773, + "G": 0.011264676228165627, + "F": 0.005439400672912598, + "E": 0.004955375101417303, + "T": 0.01668563298881054, + "P": 0.17723923921585083, + "-": 0.7438921332359314 + }, + "id": "tp_14386" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1798265, + "label": "-", + "classification": { + "B": 1.191926912724739e-06, + "S": 6.876812790324038e-07, + "I": 0.0009313049376942217, + "C": 9.949050581781194e-05, + "R": 1.8796699805534445e-05, + "M": 0.00011519745748955756, + "O": 2.8601254598470405e-05, + "W": 1.17578235858673e-06, + "N": 2.6679366783355363e-05, + "Y": 0.001928412588313222, + "U": 2.424745844109566e-06, + "K": 1.6905465827221633e-06, + "L": 6.42908980807988e-06, + "G": 0.0005422533140517771, + "F": 0.001082344097085297, + "E": 0.0003461199230514467, + "T": 0.0013642007252201438, + "P": 0.3038842976093292, + "-": 0.6896187663078308 + }, + "id": "tp_14387" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1798398, + "label": "-", + "classification": { + "B": 6.221858711796813e-06, + "S": 1.845373844844289e-05, + "I": 0.0008279834873974323, + "C": 0.0001234074734384194, + "R": 5.694579886039719e-05, + "M": 0.0007537520141340792, + "O": 0.00026038181385956705, + "W": 2.3846410840633325e-05, + "N": 8.616150444140658e-05, + "Y": 0.005477552767843008, + "U": 8.749352673476096e-06, + "K": 7.406577788060531e-05, + "L": 3.5622859286377206e-05, + "G": 0.0010915356688201427, + "F": 0.013233908452093601, + "E": 0.0008749285480007529, + "T": 0.0037251512985676527, + "P": 0.13354800641536713, + "-": 0.8397732973098755 + }, + "id": "tp_14388" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1798532, + "label": "-", + "classification": { + "B": 7.943915079522412e-06, + "S": 1.7161542928079143e-05, + "I": 0.0001836828450905159, + "C": 6.534421845572069e-05, + "R": 2.596195918158628e-05, + "M": 0.009599345736205578, + "O": 0.0005804850370623171, + "W": 6.125418622104917e-06, + "N": 4.2839460547838826e-06, + "Y": 0.005396981257945299, + "U": 3.1938989764057624e-07, + "K": 4.19686017494314e-07, + "L": 0.00013416216825135052, + "G": 0.0013255772646516562, + "F": 0.002380765974521637, + "E": 0.00013562444655690342, + "T": 0.008315956220030785, + "P": 0.004590556491166353, + "-": 0.9672292470932007 + }, + "id": "tp_14389" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1798632, + "label": "-", + "classification": { + "B": 3.9138066121324755e-09, + "S": 7.31415372712263e-10, + "I": 3.7455705751199275e-05, + "C": 1.3033302366238786e-06, + "R": 9.41410434052159e-08, + "M": 2.9892834163547377e-07, + "O": 1.4624367850046838e-07, + "W": 4.3976928765232515e-09, + "N": 3.086386186623713e-07, + "Y": 4.0418901335215196e-05, + "U": 1.0152959362130787e-08, + "K": 1.4372204759638407e-07, + "L": 6.623134929384378e-09, + "G": 7.920828466012608e-06, + "F": 0.0005935790832154453, + "E": 1.0068594747281168e-05, + "T": 6.021786703058751e-06, + "P": 0.30560317635536194, + "-": 0.6936990022659302 + }, + "id": "tp_14390" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1798765, + "label": "-", + "classification": { + "B": 2.1370039959833775e-08, + "S": 1.9182279231699795e-07, + "I": 0.00014946663577575237, + "C": 2.1555833882302977e-06, + "R": 2.654599313700601e-07, + "M": 5.695591880794382e-06, + "O": 2.5578665372449905e-06, + "W": 1.6148800341397873e-07, + "N": 1.370423888147343e-05, + "Y": 0.00023385944950859994, + "U": 9.059546357548243e-08, + "K": 1.8438659026287496e-05, + "L": 2.739350080105396e-08, + "G": 1.1088752216892317e-05, + "F": 0.001428780728019774, + "E": 0.00012138741294620559, + "T": 0.00013883967767469585, + "P": 0.29480862617492676, + "-": 0.7030646800994873 + }, + "id": "tp_14391" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1798899, + "label": "-", + "classification": { + "B": 4.240616302553235e-09, + "S": 3.640878709632034e-10, + "I": 5.930363113293424e-05, + "C": 1.6646315543766832e-06, + "R": 7.318848815884849e-08, + "M": 2.2117792752851528e-07, + "O": 7.953662617410373e-08, + "W": 2.1855817156080093e-09, + "N": 2.038443795981948e-07, + "Y": 2.4281014702864923e-05, + "U": 7.010101388260637e-09, + "K": 3.27306679537287e-08, + "L": 7.586567818407275e-09, + "G": 5.6466919886588585e-06, + "F": 0.00021406362066045403, + "E": 7.110427759471349e-06, + "T": 4.521577466221061e-06, + "P": 0.30541080236434937, + "-": 0.694271981716156 + }, + "id": "tp_14392" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1799032, + "label": "-", + "classification": { + "B": 1.6122717738653591e-07, + "S": 1.995187348668992e-09, + "I": 1.2884540410595946e-05, + "C": 2.6428887167639914e-07, + "R": 1.1272803135398135e-08, + "M": 2.6580144549370743e-05, + "O": 6.746201961504994e-07, + "W": 5.407708503213371e-09, + "N": 7.622416120511843e-08, + "Y": 5.9240632253931835e-05, + "U": 2.719487968150247e-09, + "K": 1.6162110538786578e-09, + "L": 1.0995010768510838e-07, + "G": 3.403554728720337e-05, + "F": 6.651582953054458e-05, + "E": 4.6705430577276275e-05, + "T": 6.988277891650796e-05, + "P": 0.2165130227804184, + "-": 0.7831698060035706 + }, + "id": "tp_14393" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1799132, + "label": "-", + "classification": { + "B": 7.221637066123776e-09, + "S": 2.7327085039274834e-09, + "I": 0.00019692849309649318, + "C": 6.053266588423867e-06, + "R": 1.740024373475535e-07, + "M": 7.061277756292839e-06, + "O": 9.638519031796022e-07, + "W": 1.4611665655195338e-08, + "N": 3.2550951800658368e-06, + "Y": 0.00010879272304009646, + "U": 3.597386211140474e-08, + "K": 3.501810112993553e-07, + "L": 3.60325742576606e-08, + "G": 2.0996811144868843e-05, + "F": 0.00010358259896747768, + "E": 0.0001392004342051223, + "T": 0.00011330436973366886, + "P": 0.13677233457565308, + "-": 0.8625268340110779 + }, + "id": "tp_14394" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1799266, + "label": "-", + "classification": { + "B": 2.6688073972991333e-08, + "S": 3.9501365733940474e-08, + "I": 7.491661108360859e-06, + "C": 6.811256980654434e-08, + "R": 1.367752666681099e-08, + "M": 1.4470173255176633e-06, + "O": 1.4427994301513536e-06, + "W": 5.6212194010640815e-08, + "N": 2.6439369094077847e-07, + "Y": 3.282205943833105e-05, + "U": 1.209674049817977e-08, + "K": 7.624115028193046e-08, + "L": 3.286617200615183e-08, + "G": 2.636686303958413e-06, + "F": 0.00018574543355498463, + "E": 3.460171910774079e-06, + "T": 5.8473153330851346e-05, + "P": 0.13868586719036102, + "-": 0.861020028591156 + }, + "id": "tp_14395" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1799399, + "label": "-", + "classification": { + "B": 0.00011059419193770736, + "S": 6.159069744171575e-05, + "I": 0.002216044347733259, + "C": 0.00028121270588599145, + "R": 7.310882210731506e-05, + "M": 0.004088818095624447, + "O": 0.0005413198960013688, + "W": 5.0692124204942957e-05, + "N": 0.00019632447219919413, + "Y": 0.017304571345448494, + "U": 2.386483538430184e-05, + "K": 0.0001509665307821706, + "L": 0.00017414380272384733, + "G": 0.007241412997245789, + "F": 0.012837070040404797, + "E": 0.006642825901508331, + "T": 0.008062083274126053, + "P": 0.10431001335382462, + "-": 0.8356332778930664 + }, + "id": "tp_14396" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1799533, + "label": "-", + "classification": { + "B": 0.00013026183296460658, + "S": 1.0455263691255823e-05, + "I": 0.00011507434828672558, + "C": 2.3219412469188683e-05, + "R": 6.33640820524306e-06, + "M": 0.0001850716071203351, + "O": 0.0001670626224949956, + "W": 6.246178600122221e-06, + "N": 7.370030289166607e-06, + "Y": 0.0003805886663030833, + "U": 5.376242597776582e-07, + "K": 4.485520435082435e-07, + "L": 2.3831329599488527e-05, + "G": 0.0006621862412430346, + "F": 0.00258072093129158, + "E": 0.0001795091520762071, + "T": 0.0004397880402393639, + "P": 0.16915448009967804, + "-": 0.8259268403053284 + }, + "id": "tp_14397" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1799633, + "label": "P", + "classification": { + "B": 1.1410638406372797e-10, + "S": 7.172974020308587e-11, + "I": 1.2778683412761893e-05, + "C": 3.1957780866065377e-09, + "R": 3.7012451437057337e-10, + "M": 9.007751877732062e-09, + "O": 8.052134958802526e-09, + "W": 9.186648664005759e-11, + "N": 4.1211968948573485e-08, + "Y": 4.641708812869183e-07, + "U": 3.222874050967661e-11, + "K": 4.2460465699001304e-11, + "L": 1.5083634341550578e-10, + "G": 3.5257123442988814e-08, + "F": 3.4033666906907456e-06, + "E": 1.6224556986799143e-07, + "T": 6.687529889859434e-07, + "P": 0.7759158611297607, + "-": 0.2240666002035141 + }, + "id": "tp_14398" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1799766, + "label": "-", + "classification": { + "B": 7.5733423727797344e-06, + "S": 1.250096715921245e-06, + "I": 0.0001689968485152349, + "C": 1.457286452932749e-05, + "R": 4.100665137229953e-06, + "M": 6.325770664261654e-05, + "O": 5.229145608609542e-05, + "W": 1.7428141063646763e-06, + "N": 7.58582609705627e-06, + "Y": 0.0004886813694611192, + "U": 6.780848025300656e-07, + "K": 2.062172939076845e-07, + "L": 5.923564913246082e-06, + "G": 0.0001336666027782485, + "F": 0.0002460766409058124, + "E": 5.912291453569196e-05, + "T": 0.0008761214558035135, + "P": 0.1759074330329895, + "-": 0.8219606876373291 + }, + "id": "tp_14399" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1799900, + "label": "-", + "classification": { + "B": 1.0545887789703556e-06, + "S": 1.9528044958860846e-06, + "I": 0.002418061951175332, + "C": 0.00014055639621801674, + "R": 5.9806639910675585e-05, + "M": 0.0002651349932420999, + "O": 4.915962927043438e-05, + "W": 4.715448085335083e-06, + "N": 9.967036749003455e-05, + "Y": 0.004830311518162489, + "U": 4.059898856212385e-06, + "K": 3.90974928450305e-05, + "L": 7.31444924895186e-06, + "G": 0.0004949277499690652, + "F": 0.0044928621500730515, + "E": 0.0013769788201898336, + "T": 0.0017450905870646238, + "P": 0.27733519673347473, + "-": 0.7066340446472168 + }, + "id": "tp_14400" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1800000, + "label": "-", + "classification": { + "B": 7.665079237995087e-07, + "S": 3.0007149121047405e-07, + "I": 0.00010384748020442203, + "C": 2.1878313418710604e-05, + "R": 1.950042815224151e-06, + "M": 0.00035542959813028574, + "O": 1.8377919332124293e-05, + "W": 4.344184958426922e-07, + "N": 2.8652980290644336e-06, + "Y": 0.0013737797271460295, + "U": 3.029370816420851e-07, + "K": 2.177285523430328e-06, + "L": 2.9584293770312797e-06, + "G": 0.0003546941152308136, + "F": 0.001864827354438603, + "E": 0.0003503063053358346, + "T": 0.0004486910765990615, + "P": 0.04920879751443863, + "-": 0.9458876252174377 + }, + "id": "tp_14401" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1800133, + "label": "-", + "classification": { + "B": 5.951182174612768e-06, + "S": 1.0549481885391288e-05, + "I": 0.0003880867443513125, + "C": 2.102756297972519e-05, + "R": 6.579396995221032e-06, + "M": 0.00012126022920710966, + "O": 6.209482671692967e-05, + "W": 8.765500751906075e-06, + "N": 5.0151775212725624e-05, + "Y": 0.0019134352914988995, + "U": 2.83655595012533e-06, + "K": 0.0002613970427773893, + "L": 2.8189892873342615e-06, + "G": 0.000329602014971897, + "F": 0.00643371045589447, + "E": 0.0012912288075312972, + "T": 0.0011033748742192984, + "P": 0.09316383302211761, + "-": 0.8948232531547546 + }, + "id": "tp_14402" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1800267, + "label": "-", + "classification": { + "B": 0.00012151712144259363, + "S": 4.2243267671437934e-05, + "I": 0.0009493036195635796, + "C": 0.0005464764544740319, + "R": 0.00020203996973577887, + "M": 0.0025710444897413254, + "O": 0.000526567455381155, + "W": 3.400958303245716e-05, + "N": 3.141865090583451e-05, + "Y": 0.008113577030599117, + "U": 8.470945431326982e-06, + "K": 9.080399649974424e-06, + "L": 0.0003320482501294464, + "G": 0.0040233805775642395, + "F": 0.00728042796254158, + "E": 0.0007577030337415636, + "T": 0.006014194339513779, + "P": 0.033827584236860275, + "-": 0.9346088767051697 + }, + "id": "tp_14403" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1800400, + "label": "-", + "classification": { + "B": 3.6618549859035454e-10, + "S": 1.1040826031205597e-09, + "I": 8.75438672665041e-06, + "C": 2.0615397033907357e-07, + "R": 6.0275322510960905e-09, + "M": 1.9083906863670563e-06, + "O": 1.7643510830112064e-07, + "W": 3.1420248625124714e-09, + "N": 1.4597706865515647e-07, + "Y": 3.7628331483574584e-05, + "U": 1.0889076307307732e-09, + "K": 8.058643885533456e-08, + "L": 2.5697928229817535e-09, + "G": 3.89511887988192e-06, + "F": 0.0002660849713720381, + "E": 1.439314382878365e-05, + "T": 1.6661266272421926e-05, + "P": 0.11277492344379425, + "-": 0.8868751525878906 + }, + "id": "tp_14404" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1800501, + "label": "-", + "classification": { + "B": 0.00017637602286413312, + "S": 2.0163348381174728e-05, + "I": 0.002198845148086548, + "C": 7.258455298142508e-05, + "R": 5.0374033889966086e-05, + "M": 0.0009389150072820485, + "O": 0.0005351930158212781, + "W": 2.284739093738608e-05, + "N": 0.00010389031376689672, + "Y": 0.0025533579755574465, + "U": 4.359149443189381e-06, + "K": 8.901849355424929e-07, + "L": 0.00010593007027637213, + "G": 0.001323738950304687, + "F": 0.0010041699279099703, + "E": 0.000748781836591661, + "T": 0.003186581889167428, + "P": 0.33604350686073303, + "-": 0.6509094834327698 + }, + "id": "tp_14405" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1800634, + "label": "-", + "classification": { + "B": 7.138291380215378e-08, + "S": 2.7958963144669724e-08, + "I": 0.00016940238128881902, + "C": 1.1171646292496007e-05, + "R": 4.2864519400609424e-07, + "M": 3.666592965601012e-05, + "O": 1.4880051821819507e-06, + "W": 3.4965736972480954e-08, + "N": 1.7464082020524074e-06, + "Y": 0.0003060524759348482, + "U": 3.045748897534395e-08, + "K": 3.630070466442703e-07, + "L": 2.0851068427418795e-07, + "G": 7.514625758631155e-05, + "F": 0.0012110683601349592, + "E": 0.0005079016555100679, + "T": 8.21029971120879e-05, + "P": 0.23132523894309998, + "-": 0.7662708163261414 + }, + "id": "tp_14406" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1800767, + "label": "-", + "classification": { + "B": 3.846059826173587e-08, + "S": 5.700589866819428e-08, + "I": 2.1087709683342837e-05, + "C": 8.724938993509568e-07, + "R": 5.632048427628433e-08, + "M": 3.7842198707949137e-06, + "O": 1.240102847077651e-06, + "W": 4.0893958441756695e-08, + "N": 1.157277324637107e-06, + "Y": 8.08452459750697e-05, + "U": 1.9177399224190594e-08, + "K": 1.369857045574463e-06, + "L": 3.771872059132875e-08, + "G": 1.691950274107512e-05, + "F": 0.002939315512776375, + "E": 6.941548781469464e-05, + "T": 3.902391472365707e-05, + "P": 0.18515679240226746, + "-": 0.811667799949646 + }, + "id": "tp_14407" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1800901, + "label": "-", + "classification": { + "B": 3.181401098117931e-07, + "S": 3.098776915066992e-06, + "I": 9.063876495929435e-05, + "C": 2.5196170554409036e-06, + "R": 6.841668209744967e-07, + "M": 0.00014781288336962461, + "O": 2.096074604196474e-05, + "W": 9.190110290546727e-07, + "N": 7.940603609313257e-06, + "Y": 0.0012746223947033286, + "U": 1.1785112974393996e-07, + "K": 3.5697364637599094e-06, + "L": 8.696475788383395e-07, + "G": 7.970675505930558e-05, + "F": 0.004098478704690933, + "E": 0.00013680891424883157, + "T": 0.001285052509047091, + "P": 0.11804502457380295, + "-": 0.8748008608818054 + }, + "id": "tp_14408" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1801001, + "label": "-", + "classification": { + "B": 1.4327441988370992e-07, + "S": 2.4402547182944545e-07, + "I": 0.00010973226744681597, + "C": 3.715871343956678e-06, + "R": 4.384928899980878e-07, + "M": 1.0163856131839566e-05, + "O": 4.8425799832330085e-06, + "W": 5.005926482226641e-07, + "N": 1.1944695870624855e-05, + "Y": 0.00022799710859544575, + "U": 2.560879295288032e-07, + "K": 2.058301652141381e-05, + "L": 1.3089423589462967e-07, + "G": 4.8270481784129515e-05, + "F": 0.005361114162951708, + "E": 0.0006140211480669677, + "T": 8.502588025294244e-05, + "P": 0.47508010268211365, + "-": 0.5184206962585449 + }, + "id": "tp_14409" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1801134, + "label": "-", + "classification": { + "B": 1.7040856903349777e-07, + "S": 2.7100211852371103e-08, + "I": 1.226502445206279e-05, + "C": 1.0573197641861043e-06, + "R": 6.688892995043716e-08, + "M": 7.079461283865385e-06, + "O": 2.0494646832958097e-06, + "W": 3.3493730455802506e-08, + "N": 3.141559261621296e-07, + "Y": 3.81230165658053e-05, + "U": 7.338353924524199e-09, + "K": 7.039399729791285e-09, + "L": 1.1297615287730878e-07, + "G": 1.2374466678011231e-05, + "F": 0.0002046821900876239, + "E": 1.7844908143160865e-05, + "T": 4.345663182903081e-05, + "P": 0.17400285601615906, + "-": 0.8256575465202332 + }, + "id": "tp_14410" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1801268, + "label": "-", + "classification": { + "B": 3.7053692381050496e-07, + "S": 2.996044372594042e-07, + "I": 5.204674380365759e-05, + "C": 2.0929448396600492e-07, + "R": 9.069614037571228e-08, + "M": 3.8289581425487995e-06, + "O": 5.107481229060795e-06, + "W": 2.5156998617603676e-07, + "N": 2.0351371858851053e-06, + "Y": 9.386263991473243e-05, + "U": 4.4234241158847e-08, + "K": 1.4368023926181195e-07, + "L": 2.0444697668153822e-07, + "G": 1.2851868632424157e-05, + "F": 0.0003795395023189485, + "E": 3.3458214602433145e-05, + "T": 9.976582077797502e-05, + "P": 0.34294503927230835, + "-": 0.6563708186149597 + }, + "id": "tp_14411" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1801401, + "label": "-", + "classification": { + "B": 1.3338972166820895e-06, + "S": 1.0657458915375173e-06, + "I": 0.0004253698280081153, + "C": 3.2000440114643425e-05, + "R": 5.382120889407815e-06, + "M": 0.00010436365118948743, + "O": 2.6648122002370656e-05, + "W": 1.2457550155886565e-06, + "N": 1.9397257347009145e-05, + "Y": 0.0008693762356415391, + "U": 1.1556211347851786e-06, + "K": 1.0874671716010198e-05, + "L": 3.5845066577167017e-06, + "G": 0.0003355850640218705, + "F": 0.005266585387289524, + "E": 0.0004213820502627641, + "T": 0.0005897890659980476, + "P": 0.18669824302196503, + "-": 0.8051865100860596 + }, + "id": "tp_14412" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1801502, + "label": "-", + "classification": { + "B": 7.916487447801046e-06, + "S": 6.952896455914015e-06, + "I": 0.0022985506802797318, + "C": 0.00022619945229962468, + "R": 4.821096081286669e-05, + "M": 0.0002673929266165942, + "O": 9.222637163475156e-05, + "W": 1.0443727660458535e-05, + "N": 0.00019005118519999087, + "Y": 0.0059449560940265656, + "U": 8.378336133318953e-06, + "K": 6.683618266833946e-05, + "L": 7.870103218010627e-06, + "G": 0.00071759766433388, + "F": 0.003905738005414605, + "E": 0.002210787497460842, + "T": 0.0016963293310254812, + "P": 0.2664606273174286, + "-": 0.7158328890800476 + }, + "id": "tp_14413" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1801635, + "label": "-", + "classification": { + "B": 3.157596438541077e-06, + "S": 2.094368937832769e-06, + "I": 0.0003274940245319158, + "C": 3.4623841202119365e-05, + "R": 6.453338301071199e-06, + "M": 0.0002701481862459332, + "O": 5.297733150655404e-05, + "W": 1.9103704289591406e-06, + "N": 1.2874670574092306e-05, + "Y": 0.0025152787566184998, + "U": 1.1085040796388057e-06, + "K": 1.5391126453323523e-06, + "L": 6.825392119935714e-06, + "G": 0.00040573178557679057, + "F": 0.0010303194867447019, + "E": 0.00013796963321510702, + "T": 0.0020084106363356113, + "P": 0.14072555303573608, + "-": 0.8524556159973145 + }, + "id": "tp_14414" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1801768, + "label": "-", + "classification": { + "B": 2.6400317437946796e-05, + "S": 1.7230278217539308e-06, + "I": 2.891347867262084e-05, + "C": 2.0135285012656823e-06, + "R": 7.081718536028347e-07, + "M": 0.00018985418137162924, + "O": 5.8409896155353636e-05, + "W": 7.87383442002465e-07, + "N": 4.4578348479262786e-07, + "Y": 0.0002531400241423398, + "U": 2.3900298629087047e-08, + "K": 4.395256603118014e-09, + "L": 8.103037544060498e-06, + "G": 0.00016803762991912663, + "F": 0.0006153255817480385, + "E": 2.406813291599974e-05, + "T": 0.00023176126705948263, + "P": 0.058870770037174225, + "-": 0.9395194053649902 + }, + "id": "tp_14415" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1801902, + "label": "-", + "classification": { + "B": 1.4014771920756175e-07, + "S": 6.365674494190898e-07, + "I": 0.0032628639601171017, + "C": 1.4464737432717811e-05, + "R": 7.668461876164656e-06, + "M": 0.000126639919471927, + "O": 2.2117681510280818e-05, + "W": 1.093130435947387e-06, + "N": 5.4274256399367005e-05, + "Y": 0.012855908833444118, + "U": 2.667726164418127e-07, + "K": 9.659740317147225e-05, + "L": 4.207405766010197e-07, + "G": 0.00030939304269850254, + "F": 0.0023904703557491302, + "E": 0.0002544629096519202, + "T": 0.003762262174859643, + "P": 0.06181368976831436, + "-": 0.9150266051292419 + }, + "id": "tp_14416" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1802002, + "label": "-", + "classification": { + "B": 2.6874225067530233e-10, + "S": 3.4536618009894937e-10, + "I": 1.485869233874837e-06, + "C": 1.56690944663751e-08, + "R": 2.0082471241522626e-09, + "M": 1.633155193303537e-06, + "O": 8.834378917299546e-08, + "W": 3.4280861482827163e-10, + "N": 5.227020594134046e-09, + "Y": 6.93833499099128e-05, + "U": 5.1691640551299045e-11, + "K": 5.217425935732933e-10, + "L": 1.282579376038484e-09, + "G": 1.0730174153650296e-06, + "F": 1.61621646839194e-05, + "E": 4.4636527718466823e-07, + "T": 5.219205922912806e-05, + "P": 0.009215460158884525, + "-": 0.9906420111656189 + }, + "id": "tp_14417" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1802135, + "label": "-", + "classification": { + "B": 5.513002498958031e-09, + "S": 2.364113127484302e-09, + "I": 1.7231930542038754e-05, + "C": 3.6337044662104745e-07, + "R": 5.523172319499281e-08, + "M": 3.406247287784936e-06, + "O": 1.3318451692612143e-06, + "W": 5.406783465389253e-09, + "N": 1.3467202109040954e-07, + "Y": 8.074744982877746e-05, + "U": 9.421193603031952e-09, + "K": 4.782549467563513e-09, + "L": 6.231272919876574e-08, + "G": 1.452401829737937e-05, + "F": 1.9948101908084936e-05, + "E": 1.324983713857364e-06, + "T": 0.00015400217671412975, + "P": 0.04240967705845833, + "-": 0.9572972059249878 + }, + "id": "tp_14418" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1802269, + "label": "-", + "classification": { + "B": 2.3595408492838033e-05, + "S": 3.840510544250719e-06, + "I": 0.0007128659635782242, + "C": 0.00018188355898018926, + "R": 7.989413279574364e-05, + "M": 0.002197599271312356, + "O": 0.00035323770134709775, + "W": 1.0497735274839215e-05, + "N": 1.9849649106618017e-05, + "Y": 0.0030407276935875416, + "U": 3.0575158689316595e-06, + "K": 2.850875034710043e-06, + "L": 5.090357080916874e-05, + "G": 0.0015148171223700047, + "F": 0.0008914267527870834, + "E": 0.00027677282923832536, + "T": 0.003358677960932255, + "P": 0.05268915370106697, + "-": 0.9345882534980774 + }, + "id": "tp_14419" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1802402, + "label": "-", + "classification": { + "B": 5.66881817576359e-06, + "S": 1.4421700598177267e-06, + "I": 0.00015017020632512867, + "C": 2.1413083231891505e-05, + "R": 3.793160431087017e-06, + "M": 6.268413562793285e-05, + "O": 3.9739152271067724e-05, + "W": 2.554517550379387e-06, + "N": 9.38638095249189e-06, + "Y": 0.00024800875689834356, + "U": 9.495607287135499e-07, + "K": 2.033514419963467e-06, + "L": 3.381263240953558e-06, + "G": 0.00010516784823266789, + "F": 0.0008547938778065145, + "E": 9.103489719564095e-05, + "T": 0.0005047734593972564, + "P": 0.25941595435142517, + "-": 0.7384771108627319 + }, + "id": "tp_14420" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1802503, + "label": "-", + "classification": { + "B": 2.424721046168088e-08, + "S": 7.429920145796132e-08, + "I": 0.0002673334674909711, + "C": 4.314427769713802e-06, + "R": 9.280261110689025e-07, + "M": 4.899926352663897e-06, + "O": 2.53297093877336e-06, + "W": 1.9959360031407414e-07, + "N": 1.1708509191521443e-05, + "Y": 0.00016014282300602645, + "U": 2.1218502865849587e-07, + "K": 1.5384908692794852e-05, + "L": 7.468680962574581e-08, + "G": 2.2752758013666607e-05, + "F": 0.0018771134782582521, + "E": 0.00013897418102715164, + "T": 9.241366205969825e-05, + "P": 0.3468017280101776, + "-": 0.6505990624427795 + }, + "id": "tp_14421" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1802636, + "label": "-", + "classification": { + "B": 9.336223229183815e-06, + "S": 4.03716558139422e-06, + "I": 0.0004218665126245469, + "C": 5.963398052699631e-06, + "R": 2.8610704703169176e-06, + "M": 0.00030800484819337726, + "O": 6.996085721766576e-05, + "W": 3.70790303350077e-06, + "N": 1.888956830953248e-05, + "Y": 0.0031832403037697077, + "U": 8.650291078993178e-07, + "K": 3.7180552681093104e-06, + "L": 6.981066690059379e-06, + "G": 0.0004451028653420508, + "F": 0.001998875755816698, + "E": 0.0003390169295016676, + "T": 0.0023280014283955097, + "P": 0.12309197336435318, + "-": 0.8677575588226318 + }, + "id": "tp_14422" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1802769, + "label": "P", + "classification": { + "B": 1.2232459084771108e-05, + "S": 1.7171352737932466e-05, + "I": 0.007959806360304356, + "C": 0.00018160318722948432, + "R": 3.098945671808906e-05, + "M": 0.000358306075213477, + "O": 0.00011795538011938334, + "W": 3.427179035497829e-05, + "N": 0.0010012103011831641, + "Y": 0.0031400967855006456, + "U": 1.5498444554395974e-05, + "K": 0.0013382044853642583, + "L": 5.615167083306005e-06, + "G": 0.0006372436764650047, + "F": 0.006158791482448578, + "E": 0.012662654742598534, + "T": 0.0011145389871671796, + "P": 0.5047481060028076, + "-": 0.4604656994342804 + }, + "id": "tp_14423" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1802903, + "label": "P", + "classification": { + "B": 0.00034969818079844117, + "S": 0.00018352287588641047, + "I": 0.060985829681158066, + "C": 0.003228872548788786, + "R": 0.0026057343930006027, + "M": 0.003063325770199299, + "O": 0.0015438193222507834, + "W": 0.00023230472288560122, + "N": 0.005585355684161186, + "Y": 0.015439335256814957, + "U": 0.0004121740348637104, + "K": 0.000618733000010252, + "L": 0.0006806452292948961, + "G": 0.010000637732446194, + "F": 0.013420356437563896, + "E": 0.008927995339035988, + "T": 0.011632806621491909, + "P": 0.5162714123725891, + "-": 0.34481745958328247 + }, + "id": "tp_14424" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1803003, + "label": "-", + "classification": { + "B": 9.448709533899091e-06, + "S": 2.0245810446795076e-05, + "I": 0.002261745510622859, + "C": 0.00022007168445270509, + "R": 4.614986028173007e-05, + "M": 0.0008572587976232171, + "O": 0.00026886662817560136, + "W": 3.3696600439725444e-05, + "N": 0.00023652952222619206, + "Y": 0.005399980116635561, + "U": 1.9400737073738128e-05, + "K": 0.0005101340357214212, + "L": 2.016807411564514e-05, + "G": 0.0013356591807678342, + "F": 0.006498213391751051, + "E": 0.0027444709558039904, + "T": 0.004081969615072012, + "P": 0.1363600492477417, + "-": 0.839076042175293 + }, + "id": "tp_14425" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1803136, + "label": "-", + "classification": { + "B": 7.517077847296605e-06, + "S": 3.3601770610403037e-07, + "I": 0.0001580291282152757, + "C": 6.926225523784524e-06, + "R": 1.5644637869627331e-06, + "M": 6.263559771468863e-05, + "O": 1.6042000424931757e-05, + "W": 8.746377488932922e-07, + "N": 3.139527962048305e-06, + "Y": 0.0007099676295183599, + "U": 2.405226098289859e-07, + "K": 4.6992536795187334e-07, + "L": 1.4911611287971027e-06, + "G": 9.899665019474924e-05, + "F": 0.0004414668946992606, + "E": 6.01054634898901e-05, + "T": 0.00040734311915002763, + "P": 0.15410371124744415, + "-": 0.8439191579818726 + }, + "id": "tp_14426" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1803270, + "label": "-", + "classification": { + "B": 4.595915015670471e-06, + "S": 3.913252385245869e-06, + "I": 0.0007376153953373432, + "C": 2.572231096564792e-05, + "R": 9.583990504324902e-06, + "M": 0.00011520213593030348, + "O": 7.636190275661647e-05, + "W": 4.500055638345657e-06, + "N": 3.793116411543451e-05, + "Y": 0.0017022104002535343, + "U": 2.737278464337578e-06, + "K": 1.451509206162882e-06, + "L": 7.596107934659813e-06, + "G": 0.00024521612795069814, + "F": 0.0003785759035963565, + "E": 0.00018563812773209065, + "T": 0.002840027678757906, + "P": 0.28795304894447327, + "-": 0.7056680917739868 + }, + "id": "tp_14427" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1803403, + "label": "-", + "classification": { + "B": 5.686309123120736e-06, + "S": 4.125545092392713e-05, + "I": 0.00012863241136074066, + "C": 6.596319144591689e-05, + "R": 1.1766775969590526e-05, + "M": 0.00032148658647201955, + "O": 0.00016849511303007603, + "W": 1.9457109374343418e-05, + "N": 3.351089981151745e-05, + "Y": 0.0022964999079704285, + "U": 5.038376912125386e-06, + "K": 0.00024183436471503228, + "L": 1.0606841897242703e-05, + "G": 0.000494676292873919, + "F": 0.016608096659183502, + "E": 0.0003077453875448555, + "T": 0.0018759643426164985, + "P": 0.07988741993904114, + "-": 0.8974759578704834 + }, + "id": "tp_14428" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1803504, + "label": "-", + "classification": { + "B": 0.00013648158346768469, + "S": 6.282317917793989e-05, + "I": 0.005626393016427755, + "C": 0.0033977911807596684, + "R": 0.0010794177651405334, + "M": 0.0013004200300201774, + "O": 0.0009528436348773539, + "W": 0.00015439452545251697, + "N": 0.0006966048968024552, + "Y": 0.011232628487050533, + "U": 0.0002749833802226931, + "K": 0.0019874076824635267, + "L": 0.0002949675254058093, + "G": 0.006474231835454702, + "F": 0.03366352617740631, + "E": 0.004043118096888065, + "T": 0.0047823404893279076, + "P": 0.12919455766677856, + "-": 0.7946451306343079 + }, + "id": "tp_14429" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1803637, + "label": "-", + "classification": { + "B": 3.6034739423485007e-06, + "S": 6.193589342728956e-06, + "I": 0.00046135662705637515, + "C": 5.260004400042817e-05, + "R": 1.4974363693909254e-05, + "M": 0.00023478282673750073, + "O": 7.456854655174538e-05, + "W": 6.007751835568342e-06, + "N": 3.0282297302619554e-05, + "Y": 0.0026277508586645126, + "U": 2.684504579519853e-06, + "K": 1.787894689186942e-05, + "L": 9.009136192617007e-06, + "G": 0.0004871466080658138, + "F": 0.004665597341954708, + "E": 0.000329174887156114, + "T": 0.0021286243572831154, + "P": 0.14032217860221863, + "-": 0.8485255241394043 + }, + "id": "tp_14430" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1803770, + "label": "-", + "classification": { + "B": 7.156460014812183e-06, + "S": 9.704109288577456e-06, + "I": 0.001263550017029047, + "C": 0.00013306827167980373, + "R": 3.916182686225511e-05, + "M": 0.00017017481150105596, + "O": 7.238433317979798e-05, + "W": 1.5999066818039864e-05, + "N": 0.00016154679178725928, + "Y": 0.0031377184204757214, + "U": 1.0380691492173355e-05, + "K": 0.0027385991998016834, + "L": 5.635197794617852e-06, + "G": 0.0013346039922907948, + "F": 0.03302439674735069, + "E": 0.00531018478795886, + "T": 0.001170559087768197, + "P": 0.27538564801216125, + "-": 0.676009476184845 + }, + "id": "tp_14431" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1803904, + "label": "-", + "classification": { + "B": 6.54207588013378e-06, + "S": 7.1780650614527985e-06, + "I": 0.004690940026193857, + "C": 0.0002474362263455987, + "R": 8.637191785965115e-05, + "M": 0.0006979076424613595, + "O": 0.0001419843320036307, + "W": 1.12264815470553e-05, + "N": 8.047977462410927e-05, + "Y": 0.01735978201031685, + "U": 3.2795887818792835e-06, + "K": 1.5019641068647616e-05, + "L": 2.006402974075172e-05, + "G": 0.0008026603609323502, + "F": 0.002937118522822857, + "E": 0.0004060890059918165, + "T": 0.005679373629391193, + "P": 0.07536881417036057, + "-": 0.8914375901222229 + }, + "id": "tp_14432" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1804004, + "label": "-", + "classification": { + "B": 7.610145985381678e-05, + "S": 4.285511386115104e-05, + "I": 0.0017388181295245886, + "C": 0.0001832712150644511, + "R": 2.8922180717927404e-05, + "M": 0.00039844951243139803, + "O": 0.0002909709874074906, + "W": 4.041722058900632e-05, + "N": 0.0003203093074262142, + "Y": 0.0031841674353927374, + "U": 3.607206963351928e-05, + "K": 0.00026915164198726416, + "L": 3.4235272323712707e-05, + "G": 0.0012561281910166144, + "F": 0.006765235681086779, + "E": 0.0030316836200654507, + "T": 0.0025009303353726864, + "P": 0.25776156783103943, + "-": 0.7220406532287598 + }, + "id": "tp_14433" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1804137, + "label": "-", + "classification": { + "B": 7.657759937274022e-08, + "S": 1.4736574627249865e-08, + "I": 4.545398769550957e-05, + "C": 6.283762559178285e-07, + "R": 1.0661353400109874e-07, + "M": 9.843595762504265e-06, + "O": 2.0167267393844668e-06, + "W": 3.515030400080832e-08, + "N": 4.4163454049339634e-07, + "Y": 9.338274685433134e-05, + "U": 1.2979506358590243e-08, + "K": 8.250905736417735e-09, + "L": 1.2740026988922182e-07, + "G": 1.0569855476205703e-05, + "F": 6.123313505668193e-05, + "E": 9.208717528963462e-06, + "T": 0.00013563261018134654, + "P": 0.11497814953327179, + "-": 0.8846530914306641 + }, + "id": "tp_14434" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1804271, + "label": "-", + "classification": { + "B": 9.280735469019419e-08, + "S": 2.6787578821796387e-09, + "I": 6.099875463405624e-05, + "C": 1.225217715727922e-06, + "R": 6.582514089359393e-08, + "M": 1.1314194125588983e-05, + "O": 4.699806765984249e-07, + "W": 5.375143441455066e-09, + "N": 3.086288131726178e-07, + "Y": 6.95288908900693e-05, + "U": 1.2097211232742211e-08, + "K": 2.739095172898942e-08, + "L": 6.806300945072508e-08, + "G": 2.9543241907958873e-05, + "F": 0.00019571644952520728, + "E": 7.555701449746266e-05, + "T": 7.25038189557381e-05, + "P": 0.2686602473258972, + "-": 0.7308223843574524 + }, + "id": "tp_14435" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1804404, + "label": "-", + "classification": { + "B": 0.0008474122732877731, + "S": 1.485324992245296e-05, + "I": 0.001102435402572155, + "C": 5.113467341288924e-05, + "R": 1.223667732119793e-05, + "M": 0.0004624583525583148, + "O": 0.0006792836938984692, + "W": 3.0414346838369966e-05, + "N": 3.3907788747455925e-05, + "Y": 0.00040532939601689577, + "U": 3.6586689020623453e-06, + "K": 8.363067394157042e-08, + "L": 0.00017074536299332976, + "G": 0.0006384935113601387, + "F": 0.0002665574138518423, + "E": 0.00025462391204200685, + "T": 0.000816197192762047, + "P": 0.3400666415691376, + "-": 0.6541435718536377 + }, + "id": "tp_14436" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1804505, + "label": "-", + "classification": { + "B": 5.226390840107342e-07, + "S": 3.734468691618531e-06, + "I": 0.0004495565372053534, + "C": 2.508461648176308e-06, + "R": 1.1929524816878256e-06, + "M": 0.0005589693901129067, + "O": 6.31810980848968e-05, + "W": 9.111110443882353e-07, + "N": 8.227219950640574e-06, + "Y": 0.009445054456591606, + "U": 6.499675464510801e-08, + "K": 1.3766613449206488e-07, + "L": 2.292145609317231e-06, + "G": 0.0002070544142043218, + "F": 0.00015916374104563147, + "E": 3.714232661877759e-05, + "T": 0.01873372122645378, + "P": 0.031872715801000595, + "-": 0.9384538531303406 + }, + "id": "tp_14437" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1804638, + "label": "-", + "classification": { + "B": 2.7229564238950843e-06, + "S": 2.0581612716341624e-06, + "I": 0.0002482048294041306, + "C": 1.01044179245946e-05, + "R": 2.062192606899771e-06, + "M": 9.53170529101044e-05, + "O": 2.8819060389650986e-05, + "W": 2.5715951323945774e-06, + "N": 1.5830792108317837e-05, + "Y": 0.0015887259505689144, + "U": 2.0738091279781656e-06, + "K": 3.417667903704569e-05, + "L": 2.279065483890008e-06, + "G": 0.00025907662347890437, + "F": 0.0033251303248107433, + "E": 0.000365697022061795, + "T": 0.0009174243896268308, + "P": 0.14120015501976013, + "-": 0.851897656917572 + }, + "id": "tp_14438" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1804771, + "label": "-", + "classification": { + "B": 4.664396442422003e-07, + "S": 3.4236089163641736e-07, + "I": 6.353011849569157e-05, + "C": 8.97249992704019e-06, + "R": 1.3781167353954515e-06, + "M": 7.629653737240005e-06, + "O": 6.760627456969814e-06, + "W": 7.714795060564938e-07, + "N": 3.50429468198854e-06, + "Y": 0.0004225457087159157, + "U": 4.251134839705628e-07, + "K": 5.404830062616384e-06, + "L": 4.866903964284575e-07, + "G": 4.517876004683785e-05, + "F": 0.004165092017501593, + "E": 5.678603702108376e-05, + "T": 9.558817691868171e-05, + "P": 0.1759919822216034, + "-": 0.8191231489181519 + }, + "id": "tp_14439" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1804905, + "label": "-", + "classification": { + "B": 4.0007503230299335e-06, + "S": 1.9204378531867405e-06, + "I": 0.00033175613498315215, + "C": 2.1655674572684802e-05, + "R": 2.504892790966551e-06, + "M": 2.894573481171392e-05, + "O": 1.2201257050037384e-05, + "W": 1.4812253539275844e-06, + "N": 1.571784378029406e-05, + "Y": 0.0008248401572927833, + "U": 5.356345695872733e-07, + "K": 1.1444249139458407e-05, + "L": 1.3225928796600783e-06, + "G": 0.00015454496315214783, + "F": 0.004268143326044083, + "E": 0.0005593083333224058, + "T": 0.00020474428310990334, + "P": 0.23053613305091858, + "-": 0.763018786907196 + }, + "id": "tp_14440" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1805005, + "label": "-", + "classification": { + "B": 9.813867496433204e-10, + "S": 6.881646363865457e-10, + "I": 2.8597760319826193e-06, + "C": 1.3657731301464082e-07, + "R": 1.2817439554169141e-08, + "M": 1.3293032452565967e-06, + "O": 1.2161960682988138e-07, + "W": 1.0888246970708337e-09, + "N": 1.1357159657165994e-08, + "Y": 7.925937825348228e-05, + "U": 9.100890041580101e-10, + "K": 4.358710281593403e-09, + "L": 1.2760481560292192e-08, + "G": 7.923053999547847e-06, + "F": 0.00029328506207093596, + "E": 1.737691036396427e-06, + "T": 3.8144753489177674e-05, + "P": 0.031092653051018715, + "-": 0.968482494354248 + }, + "id": "tp_14441" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1805138, + "label": "-", + "classification": { + "B": 3.983267379226163e-05, + "S": 1.8783566702040844e-05, + "I": 0.0016449174145236611, + "C": 0.0008746948442421854, + "R": 0.00012706778943538666, + "M": 0.00033170433016493917, + "O": 0.0002508156467229128, + "W": 4.873521902482025e-05, + "N": 0.00024301238590851426, + "Y": 0.004951012786477804, + "U": 5.2530413086060435e-05, + "K": 0.001593143679201603, + "L": 2.8807578928535804e-05, + "G": 0.0023511163890361786, + "F": 0.021731151267886162, + "E": 0.0026146534364670515, + "T": 0.0016301922732964158, + "P": 0.1348702311515808, + "-": 0.8265976309776306 + }, + "id": "tp_14442" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1805272, + "label": "-", + "classification": { + "B": 6.618268457714294e-07, + "S": 6.0737711464753374e-06, + "I": 0.00033134923432953656, + "C": 0.00025793228996917605, + "R": 6.497617869172245e-05, + "M": 0.00016532714653294533, + "O": 0.0001459606719436124, + "W": 1.416838767909212e-05, + "N": 4.372648254502565e-05, + "Y": 0.00906272791326046, + "U": 5.225048880674876e-06, + "K": 0.0005769323324784636, + "L": 6.368949925672496e-06, + "G": 0.0009682687232270837, + "F": 0.007747679017484188, + "E": 0.0004681993741542101, + "T": 0.0028309684712439775, + "P": 0.03198298066854477, + "-": 0.9453203082084656 + }, + "id": "tp_14443" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1805405, + "label": "-", + "classification": { + "B": 0.00011114588414784521, + "S": 0.00010306426702300087, + "I": 0.007636097725480795, + "C": 0.0014807154657319188, + "R": 0.0002981863799504936, + "M": 0.002732694847509265, + "O": 0.0007282719016075134, + "W": 0.00013801442401017994, + "N": 0.001079643378034234, + "Y": 0.008250859566032887, + "U": 0.00015841324056964368, + "K": 0.0009059925796464086, + "L": 0.00012464735482353717, + "G": 0.0032982637640088797, + "F": 0.009428885765373707, + "E": 0.007093433756381273, + "T": 0.007676325738430023, + "P": 0.25625744462013245, + "-": 0.692497968673706 + }, + "id": "tp_14444" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1805506, + "label": "-", + "classification": { + "B": 0.00012027323100483045, + "S": 0.00022858244483359158, + "I": 0.004657250829041004, + "C": 0.0008961175917647779, + "R": 0.0003648070269264281, + "M": 0.0018354307394474745, + "O": 0.0013277867110446095, + "W": 0.0003227066481485963, + "N": 0.001017304020933807, + "Y": 0.014991904608905315, + "U": 0.00018993210687767714, + "K": 0.0030124178156256676, + "L": 0.0001728037605062127, + "G": 0.004189629573374987, + "F": 0.02607029303908348, + "E": 0.006507347337901592, + "T": 0.009387941099703312, + "P": 0.1711503267288208, + "-": 0.7535571455955505 + }, + "id": "tp_14445" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1805639, + "label": "-", + "classification": { + "B": 2.562977715570014e-05, + "S": 8.87877649802249e-06, + "I": 0.0025195213966071606, + "C": 0.0005684232455678284, + "R": 0.00015440424613188952, + "M": 0.001187544665299356, + "O": 0.00019088502449449152, + "W": 2.4046357793849893e-05, + "N": 9.794306242838502e-05, + "Y": 0.017910053953528404, + "U": 2.25666408368852e-05, + "K": 7.821133476682007e-05, + "L": 5.1005325076403096e-05, + "G": 0.0023960391990840435, + "F": 0.0046005770564079285, + "E": 0.0012598958564922214, + "T": 0.004266709554940462, + "P": 0.10061213374137878, + "-": 0.8640256524085999 + }, + "id": "tp_14446" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1805772, + "label": "-", + "classification": { + "B": 1.5020280130784158e-08, + "S": 2.7827482540487836e-08, + "I": 4.4292868551565334e-05, + "C": 4.4260668801143765e-06, + "R": 7.030732263046957e-07, + "M": 1.0786379789351486e-05, + "O": 2.963543010991998e-06, + "W": 9.185588112359255e-08, + "N": 1.4278032267611707e-06, + "Y": 0.00048447653534822166, + "U": 5.917159029422692e-08, + "K": 1.2675900507019833e-06, + "L": 1.6361845212031767e-07, + "G": 3.519379970384762e-05, + "F": 0.0017288370290771127, + "E": 4.638998143491335e-05, + "T": 0.00010305355681339279, + "P": 0.06833582371473312, + "-": 0.9292001724243164 + }, + "id": "tp_14447" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1805906, + "label": "-", + "classification": { + "B": 6.973863492021337e-06, + "S": 6.59706347505562e-06, + "I": 0.0006899353465996683, + "C": 0.00023264365154318511, + "R": 2.8601130907190964e-05, + "M": 0.000504805997479707, + "O": 0.00011861557140946388, + "W": 1.0874768122448586e-05, + "N": 5.1371978770475835e-05, + "Y": 0.004500900395214558, + "U": 8.777736184129026e-06, + "K": 0.00044631899800151587, + "L": 1.2167066415713634e-05, + "G": 0.0011453027836978436, + "F": 0.005529308691620827, + "E": 0.0012973161647096276, + "T": 0.0027888009790331125, + "P": 0.03502734377980232, + "-": 0.9475934505462646 + }, + "id": "tp_14448" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1806006, + "label": "-", + "classification": { + "B": 6.576200917152164e-07, + "S": 1.3858115153198014e-06, + "I": 0.0002324066881556064, + "C": 0.00010085946269100532, + "R": 2.1439267584355548e-05, + "M": 0.00013950193533673882, + "O": 4.568270014715381e-05, + "W": 2.9233985969767673e-06, + "N": 1.3384376870817505e-05, + "Y": 0.003304148092865944, + "U": 3.5605028188001597e-06, + "K": 0.000158817128976807, + "L": 5.700155270460527e-06, + "G": 0.0007086620898917317, + "F": 0.011551030911505222, + "E": 0.00014965601440053433, + "T": 0.0013921554200351238, + "P": 0.02592729777097702, + "-": 0.9562406539916992 + }, + "id": "tp_14449" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1806139, + "label": "-", + "classification": { + "B": 5.777975786713796e-08, + "S": 3.796203316142055e-07, + "I": 7.636919326614588e-05, + "C": 1.3956338307252736e-06, + "R": 9.750957588039455e-07, + "M": 1.6612799299764447e-05, + "O": 7.990079211595003e-06, + "W": 2.5134264092230296e-07, + "N": 2.4154116999852704e-06, + "Y": 0.0016384490299969912, + "U": 5.835067184989384e-08, + "K": 7.370471394096967e-06, + "L": 2.2650638697996328e-07, + "G": 0.00014164768799673766, + "F": 0.00274972734041512, + "E": 3.9523543819086626e-05, + "T": 0.0008956947713159025, + "P": 0.030919408425688744, + "-": 0.9635014533996582 + }, + "id": "tp_14450" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1806273, + "label": "-", + "classification": { + "B": 4.6493396439473145e-06, + "S": 1.1399407412682194e-05, + "I": 0.00025196862407028675, + "C": 4.5936812966829166e-05, + "R": 1.2773100934282411e-05, + "M": 0.00014018350339028984, + "O": 9.839577978709713e-05, + "W": 1.5015725693956483e-05, + "N": 3.623104566941038e-05, + "Y": 0.0013581927632912993, + "U": 6.033165846019983e-06, + "K": 0.00030929307104088366, + "L": 7.444893526553642e-06, + "G": 0.0003390592464711517, + "F": 0.023563681170344353, + "E": 0.0005510178161785007, + "T": 0.0006709174485877156, + "P": 0.10986484587192535, + "-": 0.8627129197120667 + }, + "id": "tp_14451" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1806406, + "label": "-", + "classification": { + "B": 7.919124982436188e-06, + "S": 2.2717371393810026e-05, + "I": 0.0003469205694273114, + "C": 6.809257320128381e-05, + "R": 1.4656278835900594e-05, + "M": 7.372778782155365e-05, + "O": 9.8023287137039e-05, + "W": 2.226863034593407e-05, + "N": 8.824658289086074e-05, + "Y": 0.0006954625714570284, + "U": 6.71897032589186e-06, + "K": 0.00014504585124086589, + "L": 4.588174761011032e-06, + "G": 0.00018057927081827074, + "F": 0.020874053239822388, + "E": 0.0007084847311489284, + "T": 0.00046914967242628336, + "P": 0.32195883989334106, + "-": 0.6542145013809204 + }, + "id": "tp_14452" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1806507, + "label": "-", + "classification": { + "B": 2.3875696086861353e-08, + "S": 5.1899061048743533e-08, + "I": 3.3714874007273465e-05, + "C": 1.9935141608584672e-06, + "R": 3.9441724197786243e-07, + "M": 9.012209375214297e-06, + "O": 1.9093802166025853e-06, + "W": 8.185950406414122e-08, + "N": 1.2947399454787956e-06, + "Y": 0.001694241538643837, + "U": 5.192579521917651e-08, + "K": 1.3874334399588406e-05, + "L": 5.2549204099250346e-08, + "G": 7.996061322046444e-05, + "F": 0.001098686014302075, + "E": 0.00010801175812957808, + "T": 0.00015040546713862568, + "P": 0.03452596068382263, + "-": 0.9622802734375 + }, + "id": "tp_14453" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1806640, + "label": "-", + "classification": { + "B": 2.9829200798303646e-07, + "S": 1.42533380653731e-07, + "I": 0.0001122729736380279, + "C": 3.1529798434348777e-06, + "R": 4.170680938386795e-07, + "M": 2.5718552933540195e-05, + "O": 6.186170594446594e-06, + "W": 2.815357333929569e-07, + "N": 2.029134520853404e-06, + "Y": 0.00016160847735591233, + "U": 7.508116794952002e-08, + "K": 2.926726949681324e-07, + "L": 3.2531514193578914e-07, + "G": 3.078304143855348e-05, + "F": 0.00044389787944965065, + "E": 6.494199624285102e-05, + "T": 0.00011500836262712255, + "P": 0.2012692093849182, + "-": 0.7977634072303772 + }, + "id": "tp_14454" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1806773, + "label": "-", + "classification": { + "B": 2.4377318368351553e-06, + "S": 7.763522262393963e-06, + "I": 0.001076109241694212, + "C": 0.00014014719636179507, + "R": 3.844459570245817e-05, + "M": 0.0007191977929323912, + "O": 0.0001191285700770095, + "W": 1.2367279850877821e-05, + "N": 9.092630352824926e-05, + "Y": 0.02682213857769966, + "U": 3.064311613343307e-06, + "K": 0.0008694882271811366, + "L": 8.973650437837932e-06, + "G": 0.0028033675625920296, + "F": 0.026557665318250656, + "E": 0.004288526251912117, + "T": 0.0045713381841778755, + "P": 0.05342208966612816, + "-": 0.8784468770027161 + }, + "id": "tp_14455" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1806907, + "label": "-", + "classification": { + "B": 6.741216202499345e-05, + "S": 7.814304262865335e-05, + "I": 0.0026731279212981462, + "C": 0.00028666501748375595, + "R": 0.00010664125147741288, + "M": 0.001141696353442967, + "O": 0.000530662655364722, + "W": 7.89093755884096e-05, + "N": 0.0003465302288532257, + "Y": 0.009486769326031208, + "U": 4.689412526204251e-05, + "K": 0.00011567234469112009, + "L": 9.18509322218597e-05, + "G": 0.0020875290501862764, + "F": 0.007978953421115875, + "E": 0.0018353891791775823, + "T": 0.006257220637053251, + "P": 0.2567243278026581, + "-": 0.7100656032562256 + }, + "id": "tp_14456" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1807007, + "label": "-", + "classification": { + "B": 3.384386945981532e-05, + "S": 2.947040047729388e-05, + "I": 0.0006559717003256083, + "C": 0.0004014511941932142, + "R": 5.288286411087029e-05, + "M": 0.0008504632860422134, + "O": 0.00021080767328385264, + "W": 3.563854988897219e-05, + "N": 0.00010990519513143227, + "Y": 0.018269095569849014, + "U": 1.303881890635239e-05, + "K": 0.0038313171826303005, + "L": 1.8481385268387385e-05, + "G": 0.00610135355964303, + "F": 0.015680694952607155, + "E": 0.007600829005241394, + "T": 0.004186755977571011, + "P": 0.058206506073474884, + "-": 0.8837113380432129 + }, + "id": "tp_14457" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1807140, + "label": "-", + "classification": { + "B": 1.969470420082331e-10, + "S": 1.6177024164676368e-09, + "I": 1.3533004903365509e-06, + "C": 3.078950783219625e-08, + "R": 7.871194362962797e-09, + "M": 1.9940473521273816e-06, + "O": 1.3565029632900405e-07, + "W": 1.7416297293237903e-09, + "N": 2.2517063769100787e-08, + "Y": 0.00016537604096811265, + "U": 1.7639341376440854e-10, + "K": 1.6780586520326324e-07, + "L": 9.52541268084417e-10, + "G": 2.22834455598786e-06, + "F": 0.0004741712473332882, + "E": 3.835936695395503e-06, + "T": 2.5346464099129662e-05, + "P": 0.012801519595086575, + "-": 0.9865238070487976 + }, + "id": "tp_14458" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1807274, + "label": "-", + "classification": { + "B": 7.357177196354314e-07, + "S": 3.8889098163963354e-07, + "I": 0.00032806876697577536, + "C": 3.9803773688618094e-05, + "R": 7.838380952307489e-06, + "M": 0.00025920491316355765, + "O": 3.491812458378263e-05, + "W": 8.170725322997896e-07, + "N": 6.574218332389137e-06, + "Y": 0.0018513177055865526, + "U": 1.4954476910133963e-06, + "K": 1.958188477146905e-06, + "L": 6.301584562606877e-06, + "G": 0.00038346272776834667, + "F": 0.0007738193380646408, + "E": 7.973599713295698e-05, + "T": 0.0021266674157232046, + "P": 0.03894969820976257, + "-": 0.9551472067832947 + }, + "id": "tp_14459" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1807407, + "label": "-", + "classification": { + "B": 2.567350065874052e-07, + "S": 2.550988256189157e-07, + "I": 5.433157639345154e-05, + "C": 4.8556494220974855e-06, + "R": 3.627054923072137e-07, + "M": 4.913867815048434e-05, + "O": 7.135402483982034e-06, + "W": 3.1387207855004817e-07, + "N": 4.1100875023403205e-06, + "Y": 0.0003838551347143948, + "U": 2.1963583662909514e-07, + "K": 2.2300780983641744e-05, + "L": 3.3024176104845537e-07, + "G": 0.00012143998173996806, + "F": 0.00286463531665504, + "E": 0.0004909916897304356, + "T": 0.00017324268992524594, + "P": 0.13092000782489777, + "-": 0.8649023175239563 + }, + "id": "tp_14460" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1807508, + "label": "-", + "classification": { + "B": 9.82721849140944e-06, + "S": 5.1231163524789736e-06, + "I": 0.00018790755711961538, + "C": 2.440405842207838e-05, + "R": 3.4396289265714586e-06, + "M": 0.00021129794185981154, + "O": 7.69176913308911e-05, + "W": 5.1406718739599455e-06, + "N": 1.5929501387290657e-05, + "Y": 0.0014033317565917969, + "U": 1.2795935617759824e-06, + "K": 3.2421055948361754e-05, + "L": 5.915026122238487e-06, + "G": 0.0010233474895358086, + "F": 0.0067464751191437244, + "E": 0.001051286468282342, + "T": 0.0008277001325041056, + "P": 0.10346375405788422, + "-": 0.8849045038223267 + }, + "id": "tp_14461" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1807641, + "label": "-", + "classification": { + "B": 8.974151910479122e-08, + "S": 7.216740272042443e-08, + "I": 0.0002149920183001086, + "C": 3.255761839682236e-05, + "R": 4.688169610744808e-06, + "M": 4.0903953049564734e-05, + "O": 6.542397841258207e-06, + "W": 2.9133849466234096e-07, + "N": 2.6829802663996816e-06, + "Y": 0.0037727903109043837, + "U": 4.6526949404324114e-07, + "K": 4.51970981885097e-06, + "L": 5.929372264290578e-07, + "G": 0.00012466621410567313, + "F": 0.0005278108874335885, + "E": 8.417876233579591e-05, + "T": 0.0007423412753269076, + "P": 0.032544367015361786, + "-": 0.9618955254554749 + }, + "id": "tp_14462" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1807774, + "label": "P", + "classification": { + "B": 0.0002072891074931249, + "S": 3.923160329577513e-05, + "I": 0.0093175508081913, + "C": 0.0008458818774670362, + "R": 0.0002645314089022577, + "M": 0.001406859140843153, + "O": 0.0005765174282714725, + "W": 5.393023820943199e-05, + "N": 0.0005481228581629694, + "Y": 0.0028938320465385914, + "U": 3.519650636008009e-05, + "K": 2.5635936253820546e-05, + "L": 0.0002159390423912555, + "G": 0.004700970835983753, + "F": 0.005060873460024595, + "E": 0.004020311404019594, + "T": 0.003212420269846916, + "P": 0.5261106491088867, + "-": 0.44046419858932495 + }, + "id": "tp_14463" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1807908, + "label": "-", + "classification": { + "B": 3.6067069331124912e-09, + "S": 4.678899045984508e-08, + "I": 6.019324700901052e-06, + "C": 6.380362833624531e-07, + "R": 9.164457281940486e-08, + "M": 2.7817616228276165e-06, + "O": 1.2822360986319836e-06, + "W": 6.962542897781532e-08, + "N": 2.9155711445127963e-07, + "Y": 0.00026476834318600595, + "U": 2.7327875073979158e-08, + "K": 2.672210712262313e-06, + "L": 3.287605565560625e-08, + "G": 9.001870239444543e-06, + "F": 0.001018477021716535, + "E": 9.175301784125622e-06, + "T": 0.00013028259854763746, + "P": 0.03790042921900749, + "-": 0.9606538414955139 + }, + "id": "tp_14464" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1808008, + "label": "-", + "classification": { + "B": 6.7695827965508215e-06, + "S": 1.6874222410478978e-06, + "I": 0.00046481608296744525, + "C": 2.81704942608485e-05, + "R": 4.590223852574127e-06, + "M": 8.581054862588644e-05, + "O": 2.7052030418417417e-05, + "W": 2.320223529750365e-06, + "N": 2.0329996914369985e-05, + "Y": 0.0012906842166557908, + "U": 2.3185975805972703e-06, + "K": 4.392029222799465e-05, + "L": 5.255054020381067e-06, + "G": 0.0007165331044234335, + "F": 0.005882326513528824, + "E": 0.0013686519814655185, + "T": 0.001122708315961063, + "P": 0.12393848598003387, + "-": 0.8649875521659851 + }, + "id": "tp_14465" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1808141, + "label": "-", + "classification": { + "B": 9.487885303804955e-12, + "S": 7.780919138167253e-12, + "I": 4.940173312206753e-06, + "C": 2.1190253107761237e-08, + "R": 2.040345531417742e-10, + "M": 4.0364028563999454e-08, + "O": 2.7901529975338235e-09, + "W": 2.39573187676978e-11, + "N": 8.533707962499193e-09, + "Y": 1.968651531569776e-06, + "U": 2.548439237415323e-11, + "K": 2.5351085120028927e-10, + "L": 3.949630206223631e-11, + "G": 1.0707594810810406e-07, + "F": 2.2541810267284745e-06, + "E": 1.5886757864791434e-06, + "T": 9.339174766864744e-07, + "P": 0.14859887957572937, + "-": 0.8513892292976379 + }, + "id": "tp_14466" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1808275, + "label": "-", + "classification": { + "B": 0.0011438040528446436, + "S": 0.0011398273054510355, + "I": 0.007703566923737526, + "C": 0.000877655518706888, + "R": 0.0009069478255696595, + "M": 0.017053483054041862, + "O": 0.006804062053561211, + "W": 0.0007228216272778809, + "N": 0.0008380439830943942, + "Y": 0.03679082542657852, + "U": 9.813165524974465e-05, + "K": 0.0002307575778104365, + "L": 0.0011904778657481074, + "G": 0.013999016024172306, + "F": 0.01957891508936882, + "E": 0.0029565419536083937, + "T": 0.03754477947950363, + "P": 0.0894429162144661, + "-": 0.7609774470329285 + }, + "id": "tp_14467" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1808375, + "label": "-", + "classification": { + "B": 5.900457153984462e-07, + "S": 1.606126147635223e-07, + "I": 7.0738467911724e-05, + "C": 2.0423918613232672e-05, + "R": 5.790950126538519e-06, + "M": 5.396402775659226e-05, + "O": 1.751529453031253e-05, + "W": 5.208724473959592e-07, + "N": 1.935990439960733e-06, + "Y": 0.0007196473306976259, + "U": 3.9553921737933706e-07, + "K": 1.0391645446361508e-06, + "L": 1.793850060494151e-06, + "G": 0.00015178209287114441, + "F": 0.0007709619239903986, + "E": 2.792422856146004e-05, + "T": 0.000496074091643095, + "P": 0.04747535288333893, + "-": 0.9501833319664001 + }, + "id": "tp_14468" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1808509, + "label": "-", + "classification": { + "B": 0.0015502044698223472, + "S": 0.0016336027765646577, + "I": 0.13789542019367218, + "C": 0.022880524396896362, + "R": 0.009137344546616077, + "M": 0.025124255567789078, + "O": 0.007806356064975262, + "W": 0.0020815618336200714, + "N": 0.01326862070709467, + "Y": 0.11913608759641647, + "U": 0.0014017350040376186, + "K": 0.0022283457219600677, + "L": 0.004300474654883146, + "G": 0.03253214433789253, + "F": 0.018785957247018814, + "E": 0.03058679588139057, + "T": 0.05767589807510376, + "P": 0.1733919233083725, + "-": 0.33858272433280945 + }, + "id": "tp_14469" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1808642, + "label": "-", + "classification": { + "B": 5.754413905378897e-06, + "S": 2.4660530471010134e-06, + "I": 3.532708797138184e-05, + "C": 1.998718744289363e-06, + "R": 4.4557782530318946e-07, + "M": 4.0979906771099195e-05, + "O": 2.7849106118083e-05, + "W": 1.2591859785970883e-06, + "N": 2.4892278815968893e-06, + "Y": 0.00016041849448811263, + "U": 1.5312517120946723e-07, + "K": 1.0652165656210855e-05, + "L": 1.2027137472614413e-06, + "G": 0.00017436992493458092, + "F": 0.006445443257689476, + "E": 0.0003875903785228729, + "T": 0.00010243370343232527, + "P": 0.0660502016544342, + "-": 0.9265488982200623 + }, + "id": "tp_14470" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1808775, + "label": "-", + "classification": { + "B": 4.3562354221649e-06, + "S": 4.898475162917748e-05, + "I": 0.002200070535764098, + "C": 4.2579558794386685e-05, + "R": 2.165373916795943e-05, + "M": 0.00044454855378717184, + "O": 0.00018859504780266434, + "W": 3.4817443520296365e-05, + "N": 0.00023407615663018078, + "Y": 0.006814221385866404, + "U": 3.827419732260751e-06, + "K": 0.00024482919252477586, + "L": 5.46309865967487e-06, + "G": 0.0003111159894615412, + "F": 0.007206777576357126, + "E": 0.0007464836235158145, + "T": 0.006345740053802729, + "P": 0.14937706291675568, + "-": 0.8257247805595398 + }, + "id": "tp_14471" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1808876, + "label": "-", + "classification": { + "B": 9.297263514618237e-10, + "S": 1.4128639369559437e-09, + "I": 1.8211486576547031e-06, + "C": 4.490031457748955e-08, + "R": 2.4353965510925946e-09, + "M": 1.536157697046292e-06, + "O": 9.192498140464522e-08, + "W": 1.263578019994327e-09, + "N": 2.351916350562533e-08, + "Y": 5.966549724689685e-05, + "U": 6.504888294678324e-10, + "K": 1.1206741135083576e-07, + "L": 2.3705060137046985e-09, + "G": 3.509458792905207e-06, + "F": 0.00033464186708442867, + "E": 8.27068834041711e-06, + "T": 1.8139025996788405e-05, + "P": 0.02443438209593296, + "-": 0.9751376509666443 + }, + "id": "tp_14472" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1809009, + "label": "-", + "classification": { + "B": 5.739646076108329e-05, + "S": 1.9422999685048126e-05, + "I": 0.0015758684603497386, + "C": 5.8819867263082415e-05, + "R": 2.5058137907763012e-05, + "M": 0.0007386475335806608, + "O": 0.000215448162634857, + "W": 2.0949821191607043e-05, + "N": 8.401693776249886e-05, + "Y": 0.0055037373676896095, + "U": 9.197536201099865e-06, + "K": 5.895302092540078e-05, + "L": 3.191908399458043e-05, + "G": 0.0022415074054151773, + "F": 0.006022132001817226, + "E": 0.001226835884153843, + "T": 0.004114397335797548, + "P": 0.13676464557647705, + "-": 0.8412310481071472 + }, + "id": "tp_14473" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1809142, + "label": "-", + "classification": { + "B": 8.0966463428922e-05, + "S": 0.00018107984215021133, + "I": 0.010336642153561115, + "C": 0.004875385668128729, + "R": 0.0014421443920582533, + "M": 0.01033505517989397, + "O": 0.002001649234443903, + "W": 0.0002174905821448192, + "N": 0.0006059931474737823, + "Y": 0.2160070389509201, + "U": 5.4424916015705094e-05, + "K": 0.0015558613231405616, + "L": 0.0005511356284841895, + "G": 0.04844338074326515, + "F": 0.020578276365995407, + "E": 0.006875714287161827, + "T": 0.05623122677206993, + "P": 0.024041226133704185, + "-": 0.5955854058265686 + }, + "id": "tp_14474" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1809276, + "label": "-", + "classification": { + "B": 0.00035830435808748007, + "S": 8.224621706176549e-05, + "I": 0.0068257637321949005, + "C": 0.0037675269413739443, + "R": 0.0008565509342588484, + "M": 0.003973020240664482, + "O": 0.0011711432598531246, + "W": 0.00016777364362496883, + "N": 0.0004689990309998393, + "Y": 0.012040510773658752, + "U": 0.00014482976985163987, + "K": 0.0001296476402785629, + "L": 0.0005300897755660117, + "G": 0.007205577567219734, + "F": 0.009872470051050186, + "E": 0.003816722659394145, + "T": 0.005871980916708708, + "P": 0.2040194422006607, + "-": 0.7386974096298218 + }, + "id": "tp_14475" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1809376, + "label": "-", + "classification": { + "B": 2.5087529138545506e-05, + "S": 7.735881808912382e-06, + "I": 0.00013948373089078814, + "C": 3.465317604423035e-06, + "R": 7.910542763056583e-07, + "M": 6.489837687695399e-05, + "O": 5.0696180551312864e-05, + "W": 3.2627087875880534e-06, + "N": 9.595342817192432e-06, + "Y": 0.0001967191492440179, + "U": 2.454618481806392e-07, + "K": 5.112644885230111e-07, + "L": 5.847241482115351e-06, + "G": 0.00010383557673776522, + "F": 0.0025888250675052404, + "E": 0.0002335401513846591, + "T": 0.0001864850928541273, + "P": 0.3855755031108856, + "-": 0.6108034253120422 + }, + "id": "tp_14476" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1809510, + "label": "-", + "classification": { + "B": 3.5892622918254347e-07, + "S": 5.220098046265775e-06, + "I": 0.001861453871242702, + "C": 5.774609962827526e-05, + "R": 2.008352203120012e-05, + "M": 0.0004945019027218223, + "O": 0.0001098170832847245, + "W": 3.6827657368121436e-06, + "N": 6.914520054124296e-05, + "Y": 0.009327960200607777, + "U": 1.334005219177925e-06, + "K": 2.4274148017866537e-05, + "L": 3.6621440813178197e-06, + "G": 0.00039399348315782845, + "F": 0.00124507793225348, + "E": 0.00020165943715255708, + "T": 0.008056809194386005, + "P": 0.045871298760175705, + "-": 0.9322518110275269 + }, + "id": "tp_14477" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1809643, + "label": "-", + "classification": { + "B": 0.0004340288869570941, + "S": 0.0002933294454123825, + "I": 0.015315516851842403, + "C": 0.0022569417487829924, + "R": 0.0009020891156978905, + "M": 0.005315240006893873, + "O": 0.0016230272594839334, + "W": 0.0004131236928515136, + "N": 0.002304297871887684, + "Y": 0.043668318539857864, + "U": 0.00018040998838841915, + "K": 0.004395399708300829, + "L": 0.0003374821972101927, + "G": 0.019844716414809227, + "F": 0.04114804044365883, + "E": 0.03805365040898323, + "T": 0.012439996004104614, + "P": 0.17460425198078156, + "-": 0.6364701390266418 + }, + "id": "tp_14478" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1809776, + "label": "-", + "classification": { + "B": 3.2163786727323895e-06, + "S": 5.608450237559737e-07, + "I": 0.00012398103717714548, + "C": 5.0262555305380374e-05, + "R": 6.900278094690293e-06, + "M": 0.00012914360559079796, + "O": 3.037202804989647e-05, + "W": 9.790614967641886e-07, + "N": 3.988489424955333e-06, + "Y": 0.002146898303180933, + "U": 2.446124199195765e-06, + "K": 7.4021268119395245e-06, + "L": 6.941927040315932e-06, + "G": 0.0005599717842414975, + "F": 0.0018839746480807662, + "E": 8.303998765768483e-05, + "T": 0.0014932544436305761, + "P": 0.04181322455406189, + "-": 0.9516534209251404 + }, + "id": "tp_14479" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1809877, + "label": "-", + "classification": { + "B": 2.0057764231751207e-06, + "S": 2.0928307549183955e-06, + "I": 0.0019652124028652906, + "C": 0.0001330535305896774, + "R": 2.3980937839951366e-05, + "M": 8.566700853407383e-05, + "O": 4.618687671609223e-05, + "W": 4.8652900659362786e-06, + "N": 0.00012346936273388565, + "Y": 0.0017810873687267303, + "U": 9.962497642845847e-06, + "K": 5.818030331283808e-05, + "L": 5.186270755075384e-06, + "G": 0.00031207705615088344, + "F": 0.0016086618416011333, + "E": 0.0007792003452777863, + "T": 0.0014684810303151608, + "P": 0.21397218108177185, + "-": 0.7776184678077698 + }, + "id": "tp_14480" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1810010, + "label": "-", + "classification": { + "B": 1.4213275790098123e-05, + "S": 2.764569580904208e-05, + "I": 0.00018452774384059012, + "C": 3.368604666320607e-05, + "R": 7.4381623562658206e-06, + "M": 0.0005067812744528055, + "O": 0.00014451943570747972, + "W": 1.1821431144198868e-05, + "N": 2.843144284270238e-05, + "Y": 0.004187515936791897, + "U": 2.50549010161194e-06, + "K": 5.497269376064651e-05, + "L": 1.4199198631104082e-05, + "G": 0.000760952359996736, + "F": 0.014629832468926907, + "E": 0.0008097256068140268, + "T": 0.001544068451039493, + "P": 0.09420458227396011, + "-": 0.8828326463699341 + }, + "id": "tp_14481" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1810143, + "label": "-", + "classification": { + "B": 3.5947429921634466e-08, + "S": 1.0688000884329085e-07, + "I": 5.1707833335967734e-05, + "C": 6.473272151197307e-06, + "R": 6.029786732142384e-07, + "M": 1.3407572623691522e-05, + "O": 3.897656824847218e-06, + "W": 1.9926439165374177e-07, + "N": 2.675345740499324e-06, + "Y": 0.00031630636658519506, + "U": 1.5929570906791923e-07, + "K": 1.4422025742533151e-05, + "L": 1.4622675337250257e-07, + "G": 3.74475093849469e-05, + "F": 0.0023726753424853086, + "E": 9.755365317687392e-05, + "T": 0.0001313986722379923, + "P": 0.07378309220075607, + "-": 0.9231678247451782 + }, + "id": "tp_14482" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1810277, + "label": "-", + "classification": { + "B": 0.0001013997316476889, + "S": 5.0224327424075454e-05, + "I": 0.029755551367998123, + "C": 0.002440968994051218, + "R": 0.0006667550769634545, + "M": 0.004450893960893154, + "O": 0.0005434428458102047, + "W": 5.2579758630599827e-05, + "N": 0.0009773471392691135, + "Y": 0.050187550485134125, + "U": 5.831772068631835e-05, + "K": 0.00017985509475693107, + "L": 0.00021851884957868606, + "G": 0.010311449877917767, + "F": 0.010059850290417671, + "E": 0.007193802855908871, + "T": 0.01809784770011902, + "P": 0.21471619606018066, + "-": 0.6499375700950623 + }, + "id": "tp_14483" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1810377, + "label": "-", + "classification": { + "B": 3.1867007237451617e-06, + "S": 5.6012195273069665e-06, + "I": 0.0011393151944503188, + "C": 0.0007939697243273258, + "R": 7.958285277709365e-05, + "M": 0.0001833621208788827, + "O": 8.796618931228295e-05, + "W": 8.417572644248139e-06, + "N": 5.665820572176017e-05, + "Y": 0.0029632500372827053, + "U": 7.720877874817234e-06, + "K": 1.749894545355346e-05, + "L": 1.3687665159523021e-05, + "G": 0.0003968546516261995, + "F": 0.0030068315099924803, + "E": 0.0002690882538445294, + "T": 0.001661008456721902, + "P": 0.07463625818490982, + "-": 0.9146697521209717 + }, + "id": "tp_14484" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1810511, + "label": "-", + "classification": { + "B": 7.99894769443199e-06, + "S": 2.0304419194872025e-06, + "I": 0.001237683231011033, + "C": 7.766592170810327e-05, + "R": 1.8401449779048562e-05, + "M": 0.0009356294176541269, + "O": 8.121848804876208e-05, + "W": 4.15857493862859e-06, + "N": 2.0452695025596768e-05, + "Y": 0.004863371606916189, + "U": 2.503237510609324e-06, + "K": 8.658985279907938e-06, + "L": 3.260573066654615e-05, + "G": 0.0022913862485438585, + "F": 0.003167554968968034, + "E": 0.0015656178584322333, + "T": 0.0033304549288004637, + "P": 0.11872153729200363, + "-": 0.8636311292648315 + }, + "id": "tp_14485" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1810644, + "label": "-", + "classification": { + "B": 7.594631767915416e-08, + "S": 1.6239643230164802e-07, + "I": 1.4161078070173971e-05, + "C": 2.9618533972097794e-06, + "R": 5.647709713230142e-07, + "M": 1.301762222283287e-05, + "O": 3.720867880474543e-06, + "W": 2.2472384841876192e-07, + "N": 7.523197496084322e-07, + "Y": 0.0007917933398857713, + "U": 9.81690604362484e-08, + "K": 4.21862068833434e-06, + "L": 2.286459732658841e-07, + "G": 2.9612447178806178e-05, + "F": 0.005288613960146904, + "E": 1.8197999452240765e-05, + "T": 0.0001903366355691105, + "P": 0.03580312430858612, + "-": 0.9578380584716797 + }, + "id": "tp_14486" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1810777, + "label": "-", + "classification": { + "B": 0.00017655681585893035, + "S": 8.935201913118362e-05, + "I": 0.0013500332133844495, + "C": 4.608255403582007e-05, + "R": 2.552591649873648e-05, + "M": 0.0005193836404941976, + "O": 0.0006797537207603455, + "W": 4.7069941501831636e-05, + "N": 0.00018819970136974007, + "Y": 0.0019255528459325433, + "U": 6.901899723743554e-06, + "K": 3.2337325137632433e-06, + "L": 8.563922892790288e-05, + "G": 0.000588556460570544, + "F": 0.0026588141918182373, + "E": 0.0003513569536153227, + "T": 0.003439991967752576, + "P": 0.3918338119983673, + "-": 0.5959842205047607 + }, + "id": "tp_14487" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1810878, + "label": "-", + "classification": { + "B": 4.179480129096191e-06, + "S": 8.276267067230947e-07, + "I": 4.507841731538065e-05, + "C": 2.0310251329647144e-06, + "R": 5.220248908699432e-07, + "M": 3.655306500149891e-05, + "O": 1.2379377039906103e-05, + "W": 6.851013267805683e-07, + "N": 2.2482383883470902e-06, + "Y": 0.000357304816134274, + "U": 2.2121194831470348e-07, + "K": 9.341480335933738e-07, + "L": 1.2445327683963114e-06, + "G": 9.574378054821864e-05, + "F": 0.0012920419685542583, + "E": 8.139001147355884e-05, + "T": 0.000532420992385596, + "P": 0.21544377505779266, + "-": 0.782090425491333 + }, + "id": "tp_14488" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1811011, + "label": "Y", + "classification": { + "B": 0.00027902665897272527, + "S": 0.0017664763145148754, + "I": 0.01204755064100027, + "C": 0.00448818551376462, + "R": 0.0026911962777376175, + "M": 0.01882692240178585, + "O": 0.004425438586622477, + "W": 0.0007292533991858363, + "N": 0.001304468372836709, + "Y": 0.4927728474140167, + "U": 1.637056266190484e-05, + "K": 0.004363123793154955, + "L": 0.0007908017723821104, + "G": 0.07146842777729034, + "F": 0.044049497693777084, + "E": 0.010439686477184296, + "T": 0.10273466259241104, + "P": 0.007248851004987955, + "-": 0.21955716609954834 + }, + "id": "tp_14489" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1811144, + "label": "-", + "classification": { + "B": 0.00031935927108861506, + "S": 0.0002042624691966921, + "I": 0.0045771524310112, + "C": 0.00048196432180702686, + "R": 0.00020801527716685086, + "M": 0.0018092916579917073, + "O": 0.0014703680062666535, + "W": 0.00031759735429659486, + "N": 0.0007308742497116327, + "Y": 0.005332529079169035, + "U": 8.871332101989537e-05, + "K": 0.0002270649274578318, + "L": 0.00030327224521897733, + "G": 0.003974734805524349, + "F": 0.01119103841483593, + "E": 0.006812168750911951, + "T": 0.005226380191743374, + "P": 0.30211371183395386, + "-": 0.6546115875244141 + }, + "id": "tp_14490" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1811278, + "label": "-", + "classification": { + "B": 5.4075526279007136e-09, + "S": 3.0468727540977625e-09, + "I": 9.794624929782003e-05, + "C": 1.2168375178589486e-06, + "R": 1.6240862521499366e-07, + "M": 6.402494250323798e-07, + "O": 3.3109185437751876e-07, + "W": 2.771545126734054e-08, + "N": 9.293505058849405e-07, + "Y": 4.42821801698301e-05, + "U": 4.6666038144849153e-08, + "K": 1.312924950980232e-06, + "L": 7.306642402227226e-09, + "G": 2.8923782338097226e-06, + "F": 0.00012310250895097852, + "E": 1.174263161374256e-05, + "T": 3.585204831324518e-05, + "P": 0.16388370096683502, + "-": 0.8357957005500793 + }, + "id": "tp_14491" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1811378, + "label": "-", + "classification": { + "B": 6.7483665588952135e-06, + "S": 8.174305548891425e-06, + "I": 0.0007996577187441289, + "C": 4.948243440594524e-05, + "R": 2.5163868485833518e-05, + "M": 0.0009508313378319144, + "O": 0.00019381489255465567, + "W": 6.012037829350447e-06, + "N": 3.665206168079749e-05, + "Y": 0.011201031506061554, + "U": 2.0019831481477013e-06, + "K": 1.4906170690665022e-05, + "L": 1.945570511452388e-05, + "G": 0.0016857658047229052, + "F": 0.003537178272381425, + "E": 0.00037385139148682356, + "T": 0.006319973152130842, + "P": 0.04622120410203934, + "-": 0.9285481572151184 + }, + "id": "tp_14492" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1811512, + "label": "-", + "classification": { + "B": 1.765262140906998e-07, + "S": 2.623108912302996e-07, + "I": 4.390539470477961e-05, + "C": 3.4150391456932994e-06, + "R": 1.0468178288647323e-06, + "M": 1.5536605133092962e-05, + "O": 7.080486739141634e-06, + "W": 4.261183050857653e-07, + "N": 2.3420263914886164e-06, + "Y": 0.0005194011610001326, + "U": 2.444078575081221e-07, + "K": 1.243815404450288e-05, + "L": 3.0942015882828855e-07, + "G": 6.616379687329754e-05, + "F": 0.004220279864966869, + "E": 6.009786739014089e-05, + "T": 0.00016436184523627162, + "P": 0.10403905808925629, + "-": 0.8908434510231018 + }, + "id": "tp_14493" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1811645, + "label": "-", + "classification": { + "B": 8.25641745905159e-06, + "S": 3.8067037166911177e-06, + "I": 0.0001055590546457097, + "C": 2.6595382678351598e-06, + "R": 1.2525815691333264e-06, + "M": 0.0002229574165539816, + "O": 9.850142669165507e-05, + "W": 2.1077257770230062e-06, + "N": 3.3202120448549977e-06, + "Y": 0.0007574314950034022, + "U": 8.469601198157761e-08, + "K": 6.987650635892351e-08, + "L": 5.994968432787573e-06, + "G": 0.00017267353541683406, + "F": 0.000381284422473982, + "E": 2.479221257090103e-05, + "T": 0.0015945540508255363, + "P": 0.06391332298517227, + "-": 0.9327013492584229 + }, + "id": "tp_14494" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1811778, + "label": "-", + "classification": { + "B": 2.0894526109316303e-09, + "S": 7.112991307067773e-10, + "I": 4.256175088812597e-05, + "C": 3.032734241514845e-07, + "R": 2.5461879715749092e-08, + "M": 3.410635372347315e-06, + "O": 1.85659786211545e-07, + "W": 2.3314685737574337e-09, + "N": 1.8712466953729745e-07, + "Y": 0.00020948749443050474, + "U": 2.073184290907193e-09, + "K": 3.814924909306683e-08, + "L": 8.877121260297827e-09, + "G": 1.8466158508090302e-05, + "F": 9.330723696621135e-05, + "E": 3.487125286483206e-05, + "T": 4.8705369408708066e-05, + "P": 0.053523264825344086, + "-": 0.9460251927375793 + }, + "id": "tp_14495" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1811879, + "label": "-", + "classification": { + "B": 0.0003293304762337357, + "S": 5.994557068333961e-05, + "I": 0.0012380506377667189, + "C": 0.0002445654245093465, + "R": 5.6880006013670936e-05, + "M": 0.0024335202760994434, + "O": 0.0005604667821899056, + "W": 3.019048563146498e-05, + "N": 6.906598719069734e-05, + "Y": 0.002896080259233713, + "U": 5.796954155812273e-06, + "K": 7.300358447537292e-06, + "L": 0.00014214734255801886, + "G": 0.0033861335832625628, + "F": 0.006127375178039074, + "E": 0.003891225205734372, + "T": 0.001845799619331956, + "P": 0.14098867774009705, + "-": 0.8356874585151672 + }, + "id": "tp_14496" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1812012, + "label": "-", + "classification": { + "B": 7.764258771203458e-05, + "S": 4.436603558133356e-05, + "I": 0.0013933252776041627, + "C": 0.00039329472929239273, + "R": 7.461055793100968e-05, + "M": 0.0008567217737436295, + "O": 0.00030026878812350333, + "W": 0.00010095837933477014, + "N": 0.0004278336127754301, + "Y": 0.010245762765407562, + "U": 5.710064942832105e-05, + "K": 0.003847436048090458, + "L": 4.7781868488527834e-05, + "G": 0.004815217573195696, + "F": 0.04223282262682915, + "E": 0.02314475178718567, + "T": 0.002339583123102784, + "P": 0.2592332661151886, + "-": 0.650367259979248 + }, + "id": "tp_14497" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1812145, + "label": "-", + "classification": { + "B": 1.47379626014299e-06, + "S": 4.6859815938660176e-07, + "I": 4.8351139412261546e-05, + "C": 2.235753072454827e-06, + "R": 1.8677626201224484e-07, + "M": 1.3611714166472666e-05, + "O": 9.370417501486372e-06, + "W": 3.4659785796975484e-07, + "N": 5.748291187046561e-06, + "Y": 6.944804772501811e-05, + "U": 1.1542540789832856e-07, + "K": 8.970597491497756e-07, + "L": 3.2379421099903993e-07, + "G": 4.7729168727528304e-05, + "F": 0.0006827967590652406, + "E": 0.0001086849151761271, + "T": 0.00012951719691045582, + "P": 0.48794424533843994, + "-": 0.5109344124794006 + }, + "id": "tp_14498" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1812279, + "label": "-", + "classification": { + "B": 1.012898742658308e-08, + "S": 3.4433909945619234e-08, + "I": 1.2181006241007708e-05, + "C": 1.4636115110988612e-06, + "R": 1.4589394936592726e-07, + "M": 2.260633664263878e-06, + "O": 1.7169774082503864e-06, + "W": 5.5645507757162704e-08, + "N": 1.0070898497360758e-06, + "Y": 0.00039078504778444767, + "U": 7.139956181845264e-08, + "K": 8.46210605232045e-06, + "L": 4.314113866143998e-08, + "G": 3.525195279507898e-05, + "F": 0.0010289945639669895, + "E": 3.289078813395463e-05, + "T": 7.342886237893254e-05, + "P": 0.04965880513191223, + "-": 0.9487524032592773 + }, + "id": "tp_14499" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1812379, + "label": "-", + "classification": { + "B": 1.180688627755444e-06, + "S": 1.548047094956928e-07, + "I": 0.00022646952129434794, + "C": 7.746716619294602e-06, + "R": 1.216581722474075e-06, + "M": 7.984513649716973e-05, + "O": 1.534812690806575e-05, + "W": 4.23816175043612e-07, + "N": 3.637914687715238e-06, + "Y": 0.0005185919580981135, + "U": 3.1042142722981225e-07, + "K": 5.433358651885101e-08, + "L": 3.5361608752282336e-06, + "G": 0.0001453618606319651, + "F": 0.0002146844781236723, + "E": 0.00013958905765321106, + "T": 0.0007775045814923942, + "P": 0.21382376551628113, + "-": 0.7840406894683838 + }, + "id": "tp_14500" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1812513, + "label": "-", + "classification": { + "B": 1.4745222870260477e-05, + "S": 6.3505144680675585e-06, + "I": 0.0011665807105600834, + "C": 3.455473779467866e-05, + "R": 9.35518528422108e-06, + "M": 0.000677298114169389, + "O": 0.00012887809134554118, + "W": 5.348689228412695e-06, + "N": 2.0254257833585143e-05, + "Y": 0.004081476014107466, + "U": 9.915607961374917e-07, + "K": 3.3680478850328655e-07, + "L": 3.334919165354222e-05, + "G": 0.0006422367878258228, + "F": 0.0008756659808568656, + "E": 0.00022843305487185717, + "T": 0.0030609203968197107, + "P": 0.11550875753164291, + "-": 0.8735045194625854 + }, + "id": "tp_14501" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1812646, + "label": "-", + "classification": { + "B": 7.465733915523742e-07, + "S": 3.7961087855364894e-06, + "I": 0.00012727503781206906, + "C": 9.19713329494698e-06, + "R": 6.7252958615426905e-06, + "M": 0.0001429620897397399, + "O": 5.907577360630967e-05, + "W": 2.429412006677012e-06, + "N": 4.918037575407652e-06, + "Y": 0.006067712791264057, + "U": 8.322228381985042e-07, + "K": 3.7084125779074384e-06, + "L": 5.573647740675369e-06, + "G": 0.00021097983699291945, + "F": 0.002568716648966074, + "E": 1.697680272627622e-05, + "T": 0.004434739705175161, + "P": 0.022532310336828232, + "-": 0.963801383972168 + }, + "id": "tp_14502" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1812779, + "label": "-", + "classification": { + "B": 2.3579234039061703e-05, + "S": 2.7567193683353253e-06, + "I": 0.00043202779488638043, + "C": 6.369272159645334e-05, + "R": 6.80898983773659e-06, + "M": 0.00012209884880576283, + "O": 3.098758315900341e-05, + "W": 2.8917929739691317e-06, + "N": 3.0268658520071767e-05, + "Y": 0.001152366865426302, + "U": 3.4847632832679665e-06, + "K": 4.1646009776741266e-05, + "L": 9.474556463828776e-06, + "G": 0.0014174612006172538, + "F": 0.008950518444180489, + "E": 0.0034977304749190807, + "T": 0.0005217433790676296, + "P": 0.24982638657093048, + "-": 0.7338640689849854 + }, + "id": "tp_14503" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1812880, + "label": "-", + "classification": { + "B": 7.927374099381268e-06, + "S": 1.0031671990873292e-06, + "I": 3.927766374545172e-05, + "C": 5.320710442902055e-06, + "R": 1.3389224022830604e-06, + "M": 0.00029687766800634563, + "O": 5.792474985355511e-05, + "W": 6.339894298434956e-07, + "N": 1.0809575314851827e-06, + "Y": 0.0008035688078962266, + "U": 1.0865577593222042e-07, + "K": 6.3914193049186e-08, + "L": 1.0315883628209122e-05, + "G": 0.0003719112428370863, + "F": 0.0006348328897729516, + "E": 8.471330511383712e-05, + "T": 0.0007048453553579748, + "P": 0.0379701629281044, + "-": 0.9590080380439758 + }, + "id": "tp_14504" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1813013, + "label": "-", + "classification": { + "B": 6.951896648388356e-05, + "S": 4.429691398399882e-05, + "I": 0.0007888420368544757, + "C": 0.0001144635898526758, + "R": 5.098694600746967e-05, + "M": 0.0003491263778414577, + "O": 0.0004945631371811032, + "W": 4.540091322269291e-05, + "N": 5.393497121986002e-05, + "Y": 0.001341060851700604, + "U": 9.121356924879365e-06, + "K": 3.0670773867313983e-06, + "L": 0.00010488064435776323, + "G": 0.0005279774195514619, + "F": 0.003937259316444397, + "E": 0.00027446867898106575, + "T": 0.0019694503862410784, + "P": 0.15579280257225037, + "-": 0.8340287804603577 + }, + "id": "tp_14505" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1813146, + "label": "-", + "classification": { + "B": 2.8292960863041117e-08, + "S": 1.0476876255438583e-08, + "I": 6.56182601233013e-06, + "C": 4.506576942731044e-07, + "R": 4.950561205419035e-08, + "M": 2.62368553194392e-06, + "O": 1.1514929383338313e-06, + "W": 1.7020184372995573e-08, + "N": 1.6648229461679875e-07, + "Y": 5.391476224758662e-05, + "U": 8.127402750801593e-09, + "K": 3.2225532464735807e-08, + "L": 2.344884464378083e-08, + "G": 4.565702056424925e-06, + "F": 3.421260407776572e-05, + "E": 3.489635446385364e-06, + "T": 6.513037078548223e-05, + "P": 0.06180686503648758, + "-": 0.938020646572113 + }, + "id": "tp_14506" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1813280, + "label": "-", + "classification": { + "B": 1.0418075291340756e-08, + "S": 6.892904913513576e-09, + "I": 3.6851182812824845e-05, + "C": 1.248442799806071e-06, + "R": 2.1734733479661372e-07, + "M": 2.0089203189854743e-06, + "O": 1.0186442978010746e-06, + "W": 3.321762420682717e-08, + "N": 1.146929776041361e-06, + "Y": 0.00026691166567616165, + "U": 8.556271069437571e-08, + "K": 5.9345497902540956e-06, + "L": 2.457147019185868e-08, + "G": 2.035214492934756e-05, + "F": 0.00031502172350883484, + "E": 4.422150595928542e-05, + "T": 7.085849938448519e-05, + "P": 0.05338699743151665, + "-": 0.9458469748497009 + }, + "id": "tp_14507" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1813380, + "label": "-", + "classification": { + "B": 1.6885556760826148e-05, + "S": 2.2508162146550603e-05, + "I": 0.000961262674536556, + "C": 0.00019823784532491118, + "R": 2.9270131562952884e-05, + "M": 0.000288631534203887, + "O": 0.00017663701146375388, + "W": 3.606927566579543e-05, + "N": 0.00017359362391289324, + "Y": 0.0030189722310751677, + "U": 1.597252230567392e-05, + "K": 0.0005976692773401737, + "L": 1.5529394659097306e-05, + "G": 0.0011575347743928432, + "F": 0.024515531957149506, + "E": 0.0033364403061568737, + "T": 0.0009830790804699063, + "P": 0.18548095226287842, + "-": 0.7789753079414368 + }, + "id": "tp_14508" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1813514, + "label": "-", + "classification": { + "B": 8.860793627718522e-07, + "S": 1.2837768963436247e-06, + "I": 0.00010092205047840253, + "C": 6.679601938230917e-06, + "R": 1.0268070127494866e-06, + "M": 0.00014444619591813534, + "O": 3.0741819500690326e-05, + "W": 9.346563274448272e-07, + "N": 4.614794306689873e-06, + "Y": 0.0004477579495869577, + "U": 2.3993430886548595e-07, + "K": 1.950328538669055e-07, + "L": 3.8693719943694305e-06, + "G": 6.832218787167221e-05, + "F": 0.0008568746270611882, + "E": 8.207017526729032e-05, + "T": 0.0009761069086380303, + "P": 0.14476001262664795, + "-": 0.8525131344795227 + }, + "id": "tp_14509" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1813647, + "label": "-", + "classification": { + "B": 3.225812906748615e-05, + "S": 0.00016771077935118228, + "I": 0.004563989117741585, + "C": 0.00043926420039497316, + "R": 0.0001918009656947106, + "M": 0.0013438580790534616, + "O": 0.0005826890701428056, + "W": 0.00014929712051525712, + "N": 0.0011127118486911058, + "Y": 0.16393837332725525, + "U": 2.5755607566679828e-05, + "K": 0.016569707542657852, + "L": 2.2365424229064956e-05, + "G": 0.012441184371709824, + "F": 0.051942043006420135, + "E": 0.005385055206716061, + "T": 0.027948806062340736, + "P": 0.05316983535885811, + "-": 0.6599733233451843 + }, + "id": "tp_14510" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1813780, + "label": "-", + "classification": { + "B": 1.0828018275788054e-05, + "S": 1.2498334399424493e-05, + "I": 0.0010172073962166905, + "C": 0.0004154104390181601, + "R": 4.338338112575002e-05, + "M": 0.000516675878316164, + "O": 0.0001949243014678359, + "W": 1.673800579737872e-05, + "N": 0.00010141968232346699, + "Y": 0.0014527643797919154, + "U": 1.7348149413010105e-05, + "K": 6.810885679442436e-05, + "L": 2.26348183787195e-05, + "G": 0.0007229619077406824, + "F": 0.004290259908884764, + "E": 0.0005759415798820555, + "T": 0.00201598578132689, + "P": 0.1520744115114212, + "-": 0.8364304900169373 + }, + "id": "tp_14511" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1813881, + "label": "-", + "classification": { + "B": 3.78228141926229e-05, + "S": 7.851918780943379e-05, + "I": 0.003232611110433936, + "C": 0.0009230129071511328, + "R": 0.00021174077119212598, + "M": 0.001103522488847375, + "O": 0.0006140756886452436, + "W": 8.886332216206938e-05, + "N": 0.0005002727848477662, + "Y": 0.006577357649803162, + "U": 5.4977313993731514e-05, + "K": 0.0003139351319987327, + "L": 8.79542640177533e-05, + "G": 0.0018812849884852767, + "F": 0.009876547381281853, + "E": 0.0038965018466115, + "T": 0.0043374765664339066, + "P": 0.23720617592334747, + "-": 0.7289774417877197 + }, + "id": "tp_14512" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1814014, + "label": "-", + "classification": { + "B": 6.807740282965824e-05, + "S": 3.58778634108603e-05, + "I": 0.002993745496496558, + "C": 0.0011489744065329432, + "R": 0.00019130691362079233, + "M": 0.0004251751524861902, + "O": 0.0002731284766923636, + "W": 7.269554771482944e-05, + "N": 0.00038530019810423255, + "Y": 0.00817959476262331, + "U": 7.953781459946185e-05, + "K": 0.0029704931657761335, + "L": 4.087861088919453e-05, + "G": 0.003681983333081007, + "F": 0.04060286283493042, + "E": 0.006280277855694294, + "T": 0.0018316967179998755, + "P": 0.18038339912891388, + "-": 0.7503549456596375 + }, + "id": "tp_14513" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1814147, + "label": "-", + "classification": { + "B": 2.1292623841873137e-06, + "S": 8.74536112860369e-07, + "I": 0.00012699367653112859, + "C": 3.98012616642518e-06, + "R": 6.084982828724605e-07, + "M": 3.5580254916567355e-05, + "O": 1.661694659560453e-05, + "W": 1.1032527709176065e-06, + "N": 7.166365321609192e-06, + "Y": 0.0003047059290111065, + "U": 4.137143037041824e-07, + "K": 5.654984761349624e-06, + "L": 6.972602477617329e-07, + "G": 8.325947419507429e-05, + "F": 0.0015386062441393733, + "E": 0.0002598802384454757, + "T": 0.0002362678205827251, + "P": 0.1535712480545044, + "-": 0.8438042402267456 + }, + "id": "tp_14514" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1814281, + "label": "-", + "classification": { + "B": 8.1066291386378e-06, + "S": 3.734478468686575e-06, + "I": 0.0005848725559189916, + "C": 2.291859891556669e-05, + "R": 6.7074161052005365e-06, + "M": 0.00017224509792868048, + "O": 5.828796201967634e-05, + "W": 5.305876129568787e-06, + "N": 4.0596169128548354e-05, + "Y": 0.0019812369719147682, + "U": 2.929845095422934e-06, + "K": 2.495603621355258e-05, + "L": 6.200081315910211e-06, + "G": 0.0005278071039356291, + "F": 0.0041442555375397205, + "E": 0.00047870390699245036, + "T": 0.0015965572092682123, + "P": 0.2817709743976593, + "-": 0.7085636854171753 + }, + "id": "tp_14515" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1814381, + "label": "-", + "classification": { + "B": 3.094934754699352e-06, + "S": 3.618821210693568e-06, + "I": 0.0004481716314330697, + "C": 1.1577455552469473e-05, + "R": 1.3422343272395665e-06, + "M": 0.0001310501538682729, + "O": 3.1456896977033466e-05, + "W": 3.3454330150561873e-06, + "N": 2.970651439682115e-05, + "Y": 0.001023573218844831, + "U": 8.471399155496329e-07, + "K": 5.712145139114e-05, + "L": 1.9788114968832815e-06, + "G": 0.0002259811299154535, + "F": 0.005928307771682739, + "E": 0.0013625059509649873, + "T": 0.0004847351519856602, + "P": 0.27690932154655457, + "-": 0.7133423686027527 + }, + "id": "tp_14516" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1814515, + "label": "P", + "classification": { + "B": 5.3239997214404866e-05, + "S": 5.026064536650665e-05, + "I": 0.005474405363202095, + "C": 0.00028454806306399405, + "R": 3.6729346902575344e-05, + "M": 0.0006730101886205375, + "O": 0.00031052011763677, + "W": 3.8704380131093785e-05, + "N": 0.0007584786508232355, + "Y": 0.003918314352631569, + "U": 2.4117689463309944e-05, + "K": 6.502995529444888e-05, + "L": 3.576768358470872e-05, + "G": 0.0010576145723462105, + "F": 0.0034466125071048737, + "E": 0.006959464401006699, + "T": 0.003275741823017597, + "P": 0.490094929933548, + "-": 0.4834425449371338 + }, + "id": "tp_14517" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1814648, + "label": "-", + "classification": { + "B": 6.96439371949964e-07, + "S": 4.270610247658624e-07, + "I": 0.00025197098148055375, + "C": 1.2707705536740832e-05, + "R": 2.603402890599682e-06, + "M": 6.586552626686171e-05, + "O": 1.3113141903886572e-05, + "W": 9.015258797262504e-07, + "N": 1.0696950994315557e-05, + "Y": 0.001332986750639975, + "U": 8.092200687315199e-07, + "K": 1.5817906387383118e-05, + "L": 1.266232288799074e-06, + "G": 0.00019580112711992115, + "F": 0.002845442621037364, + "E": 0.00027572596445679665, + "T": 0.0006871283403597772, + "P": 0.12461959570646286, + "-": 0.8696664571762085 + }, + "id": "tp_14518" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1814781, + "label": "-", + "classification": { + "B": 0.0023962336126714945, + "S": 0.0013056424213573337, + "I": 0.0031337300315499306, + "C": 0.0027213417924940586, + "R": 0.0008346111862920225, + "M": 0.0231152456253767, + "O": 0.006113671697676182, + "W": 0.0007439868641085923, + "N": 0.0006170197739265859, + "Y": 0.05872165039181709, + "U": 9.936641436070204e-05, + "K": 0.0005321438075043261, + "L": 0.0018783059203997254, + "G": 0.030438173562288284, + "F": 0.026110820472240448, + "E": 0.005901881027966738, + "T": 0.03919658064842224, + "P": 0.042094726115465164, + "-": 0.754044771194458 + }, + "id": "tp_14519" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1814882, + "label": "-", + "classification": { + "B": 1.3995148151479953e-08, + "S": 9.197992589804471e-09, + "I": 2.776547262328677e-06, + "C": 1.9398947870286065e-07, + "R": 1.9144465568388114e-08, + "M": 3.0588630579586606e-06, + "O": 9.789541763893794e-07, + "W": 1.0480741607921118e-08, + "N": 5.6556864080903324e-08, + "Y": 6.059521183487959e-05, + "U": 3.1553761825620086e-09, + "K": 2.8849308719713918e-08, + "L": 2.0854420412774743e-08, + "G": 4.767368864122545e-06, + "F": 0.00011143783922307193, + "E": 3.862975972879212e-06, + "T": 3.1378993298858404e-05, + "P": 0.0316196009516716, + "-": 0.9681611657142639 + }, + "id": "tp_14520" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1815015, + "label": "-", + "classification": { + "B": 6.029956693964778e-07, + "S": 6.868988577934942e-08, + "I": 7.010309218458133e-06, + "C": 1.1937765975744696e-06, + "R": 1.2965868734227115e-07, + "M": 1.7315223885816522e-05, + "O": 6.318584382825065e-06, + "W": 5.1775337794879306e-08, + "N": 3.4985518482244515e-07, + "Y": 6.164635124150664e-05, + "U": 2.1612089895484132e-08, + "K": 4.2944879652395684e-08, + "L": 3.1958865065462305e-07, + "G": 3.652146551758051e-05, + "F": 0.00044965121196582913, + "E": 1.3678110917680897e-05, + "T": 0.00010749212378868833, + "P": 0.1250668317079544, + "-": 0.8742308020591736 + }, + "id": "tp_14521" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1815148, + "label": "-", + "classification": { + "B": 7.272891622278621e-08, + "S": 3.221772715278348e-08, + "I": 7.268846820807084e-05, + "C": 1.8541180679676472e-06, + "R": 1.075671818284718e-07, + "M": 2.7021312689612387e-06, + "O": 1.0511012078495696e-06, + "W": 4.840597256361434e-08, + "N": 3.2675623060640646e-06, + "Y": 8.364053792320192e-05, + "U": 6.646212113992078e-08, + "K": 1.3430436638373067e-06, + "L": 6.029968346865644e-08, + "G": 2.0536048396024853e-05, + "F": 0.0010833375854417682, + "E": 0.00010663268767530099, + "T": 4.117691423743963e-05, + "P": 0.3581060767173767, + "-": 0.640475332736969 + }, + "id": "tp_14522" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1815282, + "label": "-", + "classification": { + "B": 0.0015629720874130726, + "S": 0.0013445372460409999, + "I": 0.025613004341721535, + "C": 0.008528897538781166, + "R": 0.004039260558784008, + "M": 0.02416214905679226, + "O": 0.006846135947853327, + "W": 0.0012973085977137089, + "N": 0.0037463337648659945, + "Y": 0.09647189825773239, + "U": 0.0006834511295892298, + "K": 0.0033672626595944166, + "L": 0.0019227435113862157, + "G": 0.04307210445404053, + "F": 0.03860468044877052, + "E": 0.014322969131171703, + "T": 0.05590899661183357, + "P": 0.09230542182922363, + "-": 0.5761998891830444 + }, + "id": "tp_14523" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1815382, + "label": "-", + "classification": { + "B": 8.995040116133168e-05, + "S": 0.00011788740084739402, + "I": 0.02386925369501114, + "C": 0.0012985306093469262, + "R": 0.0009755823411978781, + "M": 0.003989249002188444, + "O": 0.001332319574430585, + "W": 0.00020562201098073274, + "N": 0.0016371705569326878, + "Y": 0.039264991879463196, + "U": 9.749098535394296e-05, + "K": 0.0005912504275329411, + "L": 0.00014636345440521836, + "G": 0.005777353886514902, + "F": 0.007694170344620943, + "E": 0.0025697913952171803, + "T": 0.030278280377388, + "P": 0.185124933719635, + "-": 0.6949397325515747 + }, + "id": "tp_14524" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1815516, + "label": "-", + "classification": { + "B": 1.86690958798863e-05, + "S": 1.5980374882929027e-05, + "I": 0.005624719895422459, + "C": 0.00025853165425360203, + "R": 0.00013041477359365672, + "M": 0.0007828010711818933, + "O": 0.00026931316824629903, + "W": 3.0589835660066456e-05, + "N": 0.0003939109737984836, + "Y": 0.008665595203638077, + "U": 3.0411123589146882e-05, + "K": 0.00015111523680388927, + "L": 2.856713399523869e-05, + "G": 0.0015248844865709543, + "F": 0.002930457005277276, + "E": 0.0018291240558028221, + "T": 0.008699387311935425, + "P": 0.2377605438232422, + "-": 0.7308550477027893 + }, + "id": "tp_14525" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1815649, + "label": "-", + "classification": { + "B": 4.77948312038734e-08, + "S": 5.6040907026044806e-08, + "I": 0.00019410137610975653, + "C": 2.3150498691393295e-06, + "R": 2.587359233530151e-07, + "M": 8.363843335246202e-06, + "O": 1.395496838085819e-06, + "W": 5.302113592620117e-08, + "N": 3.1526951715932228e-06, + "Y": 0.00035720987943932414, + "U": 5.881511810912343e-08, + "K": 1.0278018862663885e-06, + "L": 6.812243924514405e-08, + "G": 3.159969492116943e-05, + "F": 0.0004985955893062055, + "E": 6.635627505602315e-05, + "T": 0.00019088084809482098, + "P": 0.13318555057048798, + "-": 0.8654589653015137 + }, + "id": "tp_14526" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1815782, + "label": "-", + "classification": { + "B": 1.2693449491507636e-07, + "S": 5.775474960501015e-07, + "I": 3.1609019060852006e-05, + "C": 3.2686923532310175e-06, + "R": 3.324347233046865e-07, + "M": 2.1691168512916192e-05, + "O": 5.967444394627819e-06, + "W": 3.3986344760705833e-07, + "N": 3.094753537880024e-06, + "Y": 0.00022255796648096293, + "U": 3.562647421517795e-08, + "K": 6.572344318556134e-06, + "L": 1.6613869036063988e-07, + "G": 9.747737931320444e-05, + "F": 0.014022115617990494, + "E": 0.00023209425853565335, + "T": 0.0001568331354064867, + "P": 0.28343266248703003, + "-": 0.7017625570297241 + }, + "id": "tp_14527" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1815883, + "label": "-", + "classification": { + "B": 2.053597114581862e-07, + "S": 4.9246672517710977e-08, + "I": 1.2018850611639209e-05, + "C": 2.2476931462733774e-06, + "R": 6.131139684839582e-08, + "M": 7.090703093126649e-06, + "O": 1.2150121619924903e-06, + "W": 2.9814462010335774e-08, + "N": 1.29957484773513e-07, + "Y": 1.3314964235178195e-05, + "U": 3.810279647353809e-09, + "K": 4.171647915995891e-09, + "L": 4.6302895384542353e-07, + "G": 2.7491256332723424e-05, + "F": 0.0029001906514167786, + "E": 5.403964314609766e-05, + "T": 1.1315566553093959e-05, + "P": 0.29591691493988037, + "-": 0.7010531425476074 + }, + "id": "tp_14528" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1816016, + "label": "-", + "classification": { + "B": 2.1973746697767638e-06, + "S": 8.402153071074281e-06, + "I": 5.367834455682896e-05, + "C": 3.1873003081273055e-06, + "R": 5.212571636548091e-07, + "M": 4.6878329158062115e-05, + "O": 3.278098301962018e-05, + "W": 2.456967877151328e-06, + "N": 8.087032256298698e-06, + "Y": 0.0003530359535943717, + "U": 1.7133737628682866e-07, + "K": 2.3243799660122022e-05, + "L": 1.741212940942205e-06, + "G": 0.00021417858079075813, + "F": 0.03609815612435341, + "E": 0.00046335652587004006, + "T": 0.00025125627871602774, + "P": 0.1500450074672699, + "-": 0.8123916983604431 + }, + "id": "tp_14529" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1816149, + "label": "-", + "classification": { + "B": 0.00016931786376517266, + "S": 0.00011425163393141702, + "I": 0.0015699125360697508, + "C": 3.477864811429754e-05, + "R": 9.550984941597562e-06, + "M": 0.0008236527210101485, + "O": 0.0001930469152284786, + "W": 2.7572692488320172e-05, + "N": 0.0001587707083672285, + "Y": 0.0037690498866140842, + "U": 2.3657194105908275e-06, + "K": 6.875535473227501e-05, + "L": 2.8973197913728654e-05, + "G": 0.0013704897137358785, + "F": 0.029625875875353813, + "E": 0.004767634440213442, + "T": 0.0012393220094963908, + "P": 0.3837348520755768, + "-": 0.5722918510437012 + }, + "id": "tp_14530" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1816283, + "label": "P", + "classification": { + "B": 5.11757434651372e-07, + "S": 6.388749511643255e-07, + "I": 8.733551658224314e-05, + "C": 4.819508831133135e-06, + "R": 3.824119403361692e-07, + "M": 5.865948423888767e-06, + "O": 2.372506514802808e-06, + "W": 5.415694204202737e-07, + "N": 1.5507985153817572e-05, + "Y": 0.00019714856171049178, + "U": 1.3989215119636356e-07, + "K": 1.56790301844012e-05, + "L": 1.4970954964610428e-07, + "G": 6.850422505522147e-05, + "F": 0.007746236398816109, + "E": 0.0014650914818048477, + "T": 6.20227656327188e-05, + "P": 0.8126565217971802, + "-": 0.17767037451267242 + }, + "id": "tp_14531" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1816383, + "label": "-", + "classification": { + "B": 6.260456757445354e-07, + "S": 4.746593731397297e-07, + "I": 0.0008862368995323777, + "C": 2.044793109234888e-05, + "R": 2.4189591840695357e-06, + "M": 7.467169780284166e-05, + "O": 1.0732260307122488e-05, + "W": 9.452123777009547e-07, + "N": 5.7593621022533625e-05, + "Y": 0.0005135246901772916, + "U": 1.3690862488147104e-06, + "K": 2.1712390662287362e-05, + "L": 7.83787243108236e-07, + "G": 9.995990694733337e-05, + "F": 0.0013195972424000502, + "E": 0.0017623505555093288, + "T": 0.0004623289278242737, + "P": 0.43403029441833496, + "-": 0.5607339143753052 + }, + "id": "tp_14532" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1816517, + "label": "-", + "classification": { + "B": 1.4152315941373672e-07, + "S": 2.818851498886943e-07, + "I": 1.545251507195644e-05, + "C": 2.0778199996129842e-06, + "R": 2.8121627337895916e-07, + "M": 1.000317934085615e-05, + "O": 4.919140337733552e-06, + "W": 3.4505453072597447e-07, + "N": 1.9995161437691422e-06, + "Y": 0.000628731562756002, + "U": 7.263828649684001e-08, + "K": 1.5461388102266937e-05, + "L": 1.4944144766104728e-07, + "G": 0.0001014002482406795, + "F": 0.012553135864436626, + "E": 0.00014750765694770962, + "T": 0.00011600012658163905, + "P": 0.1023324728012085, + "-": 0.884069561958313 + }, + "id": "tp_14533" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1816650, + "label": "-", + "classification": { + "B": 9.750542631081771e-07, + "S": 2.60499223259103e-06, + "I": 0.0005577958072535694, + "C": 4.2407111322972924e-05, + "R": 1.0246219972032122e-05, + "M": 0.00012446338951122016, + "O": 2.228073208243586e-05, + "W": 1.4228146483219462e-06, + "N": 2.3513715859735385e-05, + "Y": 0.009129979647696018, + "U": 5.116464194543369e-07, + "K": 3.64431798516307e-05, + "L": 1.8171213014284149e-06, + "G": 0.0008977753459475935, + "F": 0.010830177925527096, + "E": 0.00040796431130729616, + "T": 0.0021984120830893517, + "P": 0.12757253646850586, + "-": 0.8481387495994568 + }, + "id": "tp_14534" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1816750, + "label": "-", + "classification": { + "B": 4.231861225889588e-07, + "S": 9.64366108746617e-07, + "I": 0.000367718719644472, + "C": 2.766008401522413e-05, + "R": 7.909080522949807e-06, + "M": 4.4027274270774797e-05, + "O": 2.1041456420789473e-05, + "W": 1.4803786143602338e-06, + "N": 2.2293283109320328e-05, + "Y": 0.0014273717533797026, + "U": 1.1273990594418137e-06, + "K": 2.2432954210671596e-05, + "L": 1.070343955689168e-06, + "G": 0.00015447975602000952, + "F": 0.002368397079408169, + "E": 0.0001931807491928339, + "T": 0.0006730906898155808, + "P": 0.14024503529071808, + "-": 0.8544203042984009 + }, + "id": "tp_14535" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1816884, + "label": "-", + "classification": { + "B": 4.908713890472427e-05, + "S": 5.502639396581799e-05, + "I": 0.0025744608137756586, + "C": 0.00022739220003131777, + "R": 3.660891161416657e-05, + "M": 0.00070091342786327, + "O": 0.00023936045181471854, + "W": 5.9780621086247265e-05, + "N": 0.0006903149769641459, + "Y": 0.005807759705930948, + "U": 2.4659129849169403e-05, + "K": 0.004010085482150316, + "L": 2.8855301934527233e-05, + "G": 0.004880504682660103, + "F": 0.0777330994606018, + "E": 0.03964126482605934, + "T": 0.0028004588093608618, + "P": 0.3170194923877716, + "-": 0.5434208512306213 + }, + "id": "tp_14536" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1817017, + "label": "-", + "classification": { + "B": 1.6115261347593446e-09, + "S": 6.305082678181861e-08, + "I": 2.4822661544021685e-06, + "C": 9.261664217774523e-07, + "R": 1.1005491273863299e-07, + "M": 1.6678534393577138e-06, + "O": 9.853529263637029e-07, + "W": 1.4007873971877416e-07, + "N": 6.520149327116087e-07, + "Y": 0.0008563688024878502, + "U": 1.014382533526259e-08, + "K": 0.000741494819521904, + "L": 1.0555275764545513e-08, + "G": 7.782965258229524e-05, + "F": 0.086147740483284, + "E": 0.00020310332183726132, + "T": 5.631730891764164e-05, + "P": 0.03691025823354721, + "-": 0.8749998807907104 + }, + "id": "tp_14537" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1817150, + "label": "-", + "classification": { + "B": 3.0689579944009893e-06, + "S": 1.88585436262656e-05, + "I": 0.0010777198476716876, + "C": 3.5745888453675434e-05, + "R": 1.340928520221496e-05, + "M": 0.0006643790984526277, + "O": 0.00014872504107188433, + "W": 8.64094909047708e-06, + "N": 5.686370423063636e-05, + "Y": 0.01028758380562067, + "U": 2.2839556095277658e-06, + "K": 2.351280636503361e-05, + "L": 1.882752803794574e-05, + "G": 0.0009011189104057848, + "F": 0.006817133631557226, + "E": 0.000494299631100148, + "T": 0.008609375916421413, + "P": 0.11098186671733856, + "-": 0.8598365187644958 + }, + "id": "tp_14538" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1817251, + "label": "-", + "classification": { + "B": 0.0013971248408779502, + "S": 0.0012842053547501564, + "I": 0.004602685570716858, + "C": 0.002113517140969634, + "R": 0.0003560955810826272, + "M": 0.010334756225347519, + "O": 0.0027560244780033827, + "W": 0.0006049894145689905, + "N": 0.0013191027101129293, + "Y": 0.013700312003493309, + "U": 0.00019162808894179761, + "K": 0.0007676942623220384, + "L": 0.0011988722253590822, + "G": 0.010112624615430832, + "F": 0.09237726777791977, + "E": 0.01986137218773365, + "T": 0.007884813472628593, + "P": 0.26354509592056274, + "-": 0.5655917525291443 + }, + "id": "tp_14539" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1817384, + "label": "-", + "classification": { + "B": 4.7451216232730076e-05, + "S": 0.00024253514129668474, + "I": 0.002048253081738949, + "C": 0.0009796549566090107, + "R": 0.00021380781254265457, + "M": 0.001012424356304109, + "O": 0.0003830039349850267, + "W": 9.038694406626746e-05, + "N": 0.00041686027543619275, + "Y": 0.03623399883508682, + "U": 7.5817533797817305e-06, + "K": 0.003657923312857747, + "L": 5.699491885025054e-05, + "G": 0.02133267931640148, + "F": 0.24462032318115234, + "E": 0.012162670493125916, + "T": 0.006052231416106224, + "P": 0.15238064527511597, + "-": 0.518060564994812 + }, + "id": "tp_14540" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1817518, + "label": "P", + "classification": { + "B": 1.5462934044307985e-08, + "S": 7.756310793638477e-08, + "I": 6.296711217146367e-05, + "C": 2.2358773321684566e-07, + "R": 3.50844793217675e-08, + "M": 1.6624609315840644e-06, + "O": 1.1518210385474958e-06, + "W": 8.768950010562548e-08, + "N": 2.5575695872248616e-06, + "Y": 3.056455170735717e-05, + "U": 1.4011277471581707e-08, + "K": 5.536784897230973e-07, + "L": 2.5643689838261707e-08, + "G": 3.685862338898005e-06, + "F": 0.0006796875968575478, + "E": 2.4507040507160127e-05, + "T": 3.212593946955167e-05, + "P": 0.5192234516143799, + "-": 0.47993671894073486 + }, + "id": "tp_14541" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1817651, + "label": "-", + "classification": { + "B": 6.330743076432555e-07, + "S": 2.81932716461597e-06, + "I": 0.00015755649656057358, + "C": 2.88174778688699e-05, + "R": 8.346446520590689e-06, + "M": 0.00039129419019445777, + "O": 4.7039946366567165e-05, + "W": 1.5205314412014559e-06, + "N": 6.618671250180341e-06, + "Y": 0.0017455214401707053, + "U": 6.110039976192638e-07, + "K": 3.422406507525011e-06, + "L": 9.20255024539074e-06, + "G": 0.0003963794151786715, + "F": 0.0049711051397025585, + "E": 0.0002586992341093719, + "T": 0.0016394169069826603, + "P": 0.04319743439555168, + "-": 0.947133481502533 + }, + "id": "tp_14542" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1817751, + "label": "-", + "classification": { + "B": 0.0004000421322416514, + "S": 0.00033078770502470434, + "I": 0.00620146282017231, + "C": 0.003153866622596979, + "R": 0.0006376215605996549, + "M": 0.0014369996497407556, + "O": 0.0008242344483733177, + "W": 0.00024380024115089327, + "N": 0.0018110164673998952, + "Y": 0.018376505002379417, + "U": 0.00019924211665056646, + "K": 0.005977115593850613, + "L": 0.00029187111067585647, + "G": 0.026126962155103683, + "F": 0.14920081198215485, + "E": 0.04476182535290718, + "T": 0.0060278079472482204, + "P": 0.2779589891433716, + "-": 0.4560391306877136 + }, + "id": "tp_14543" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1817885, + "label": "-", + "classification": { + "B": 1.310887273575645e-05, + "S": 1.5803325368324295e-06, + "I": 0.00022679020185023546, + "C": 1.0190873581450433e-05, + "R": 1.407018544341554e-06, + "M": 9.175521699944511e-05, + "O": 2.8181193556520157e-05, + "W": 2.13311818697548e-06, + "N": 1.0884865332627669e-05, + "Y": 0.00020628844504244626, + "U": 4.572523266688222e-07, + "K": 3.0533371955243638e-06, + "L": 3.906432539224625e-06, + "G": 0.00032466455013491213, + "F": 0.0027550149243324995, + "E": 0.0007822754560038447, + "T": 0.00017759059846866876, + "P": 0.3704696595668793, + "-": 0.6248909831047058 + }, + "id": "tp_14544" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1818018, + "label": "P", + "classification": { + "B": 1.9294762410027033e-07, + "S": 1.3181772828829708e-07, + "I": 0.00038896509795449674, + "C": 6.13335123489378e-06, + "R": 4.79092250316171e-07, + "M": 2.4229425434896257e-06, + "O": 1.0275413160343305e-06, + "W": 1.7469608337705722e-07, + "N": 1.563980731589254e-05, + "Y": 0.00010281873255735263, + "U": 2.3938980575621827e-07, + "K": 3.5557661703933263e-06, + "L": 1.755893492827454e-07, + "G": 4.3792493670480326e-05, + "F": 0.0023609392810612917, + "E": 0.0007264119340106845, + "T": 2.303821202076506e-05, + "P": 0.8584104180335999, + "-": 0.13791346549987793 + }, + "id": "tp_14545" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1818151, + "label": "-", + "classification": { + "B": 2.0262026723116833e-08, + "S": 5.641888378704607e-08, + "I": 7.819317033863626e-07, + "C": 3.761621059084064e-08, + "R": 2.144753707966629e-09, + "M": 1.6830434105941094e-05, + "O": 7.661396352887095e-07, + "W": 7.47767803233046e-09, + "N": 2.5721305974002462e-08, + "Y": 4.842731505050324e-05, + "U": 2.0488728769141318e-10, + "K": 3.2409765537977364e-08, + "L": 3.5167786904821696e-08, + "G": 1.6744015738368034e-05, + "F": 0.01431736908853054, + "E": 3.147687311866321e-05, + "T": 4.125008126720786e-05, + "P": 0.03321559354662895, + "-": 0.9523105025291443 + }, + "id": "tp_14546" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1818252, + "label": "-", + "classification": { + "B": 3.293119107183884e-06, + "S": 3.3431795145588694e-06, + "I": 2.830108132911846e-05, + "C": 2.2595653717871755e-05, + "R": 4.586585873767035e-06, + "M": 0.00018220166384708136, + "O": 2.5808540158323012e-05, + "W": 1.024061702992185e-06, + "N": 1.801570874704339e-06, + "Y": 0.002235612366348505, + "U": 1.793222139667705e-07, + "K": 5.474529643834103e-06, + "L": 5.320481704984559e-06, + "G": 0.0009333944180980325, + "F": 0.03034820780158043, + "E": 0.00017147632024716586, + "T": 0.0007270260830409825, + "P": 0.03155647590756416, + "-": 0.933743953704834 + }, + "id": "tp_14547" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1818385, + "label": "-", + "classification": { + "B": 1.6436000578323728e-06, + "S": 2.799336925818352e-06, + "I": 0.001650255057029426, + "C": 1.0624563401506748e-05, + "R": 5.029197609474068e-07, + "M": 0.0004439176700543612, + "O": 1.2492020687204786e-05, + "W": 3.245697826059768e-07, + "N": 1.4044901945453603e-05, + "Y": 0.0025661292020231485, + "U": 2.99680991133755e-08, + "K": 3.769965530864283e-07, + "L": 1.898919208542793e-06, + "G": 0.00045406323624774814, + "F": 0.001670117024332285, + "E": 0.0024341901298612356, + "T": 0.0013233667705208063, + "P": 0.25753021240234375, + "-": 0.7318829894065857 + }, + "id": "tp_14548" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1818519, + "label": "-", + "classification": { + "B": 2.3361937451227277e-07, + "S": 1.4118777471594512e-06, + "I": 1.6753763702581637e-05, + "C": 2.1845517039764673e-06, + "R": 4.652833638374432e-07, + "M": 1.0961002772091888e-05, + "O": 9.43814120546449e-06, + "W": 4.61487331904209e-07, + "N": 2.2954309315537103e-06, + "Y": 0.00026607667678035796, + "U": 1.4755845256786415e-07, + "K": 1.9288523617433384e-05, + "L": 4.039758323415299e-07, + "G": 8.280844485852867e-05, + "F": 0.008451231755316257, + "E": 6.278969522099942e-05, + "T": 0.00019298947881907225, + "P": 0.06866246461868286, + "-": 0.9222176671028137 + }, + "id": "tp_14549" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1818652, + "label": "-", + "classification": { + "B": 4.0890266973292455e-05, + "S": 4.9409703933633864e-05, + "I": 0.0027987805660814047, + "C": 0.0006085695349611342, + "R": 0.0001852727000368759, + "M": 0.003049122402444482, + "O": 0.0004986946587450802, + "W": 4.597021688823588e-05, + "N": 0.00018778120283968747, + "Y": 0.05033200979232788, + "U": 1.69780760188587e-05, + "K": 0.0004236669628880918, + "L": 9.66622174018994e-05, + "G": 0.0092206671833992, + "F": 0.0223822221159935, + "E": 0.0027934752870351076, + "T": 0.01510357391089201, + "P": 0.06102544441819191, + "-": 0.8311408162117004 + }, + "id": "tp_14550" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1818752, + "label": "-", + "classification": { + "B": 2.063899410131853e-05, + "S": 0.00011318153701722622, + "I": 0.0005572111695073545, + "C": 0.00011699344759108499, + "R": 1.9768041966017336e-05, + "M": 0.0006605060771107674, + "O": 0.0002466072328388691, + "W": 7.157922664191574e-05, + "N": 0.00020516978111118078, + "Y": 0.005085287149995565, + "U": 9.063303878065199e-06, + "K": 0.0043271379545331, + "L": 2.269765354867559e-05, + "G": 0.003938200417906046, + "F": 0.17573779821395874, + "E": 0.016016986221075058, + "T": 0.002137775532901287, + "P": 0.15075264871120453, + "-": 0.639960765838623 + }, + "id": "tp_14551" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1818886, + "label": "-", + "classification": { + "B": 0.00011562016152311116, + "S": 0.00014136711251921952, + "I": 0.00666473712772131, + "C": 0.0008485651342198253, + "R": 0.00013607957225758582, + "M": 0.0025070395786315203, + "O": 0.0007088857237249613, + "W": 4.845962394028902e-05, + "N": 0.0002654577256180346, + "Y": 0.043187931180000305, + "U": 1.8621223034642753e-06, + "K": 8.318631444126368e-05, + "L": 0.00022258458193391562, + "G": 0.03652442246675491, + "F": 0.06362751871347427, + "E": 0.022239308804273605, + "T": 0.008723394013941288, + "P": 0.11493601649999619, + "-": 0.6990175843238831 + }, + "id": "tp_14552" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1819019, + "label": "P", + "classification": { + "B": 1.4069869394006673e-05, + "S": 1.9867597075062804e-05, + "I": 0.00954478420317173, + "C": 0.0008539225673303008, + "R": 0.0001440052583348006, + "M": 0.0005593014066107571, + "O": 0.00012813590001314878, + "W": 2.174931978515815e-05, + "N": 0.0004752529493998736, + "Y": 0.005511714145541191, + "U": 1.642680035729427e-05, + "K": 0.00012203666847199202, + "L": 4.443564102984965e-05, + "G": 0.0024165946524590254, + "F": 0.014645203948020935, + "E": 0.004926483146846294, + "T": 0.002067256486043334, + "P": 0.5114389657974243, + "-": 0.4470498263835907 + }, + "id": "tp_14553" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1819152, + "label": "-", + "classification": { + "B": 1.0591919163971397e-07, + "S": 2.6338491920796514e-07, + "I": 5.60578700969927e-05, + "C": 4.593258836393943e-06, + "R": 3.907517509560421e-07, + "M": 7.463562724296935e-06, + "O": 2.9774421363981673e-06, + "W": 3.281356555362436e-07, + "N": 6.4176674641203135e-06, + "Y": 0.0007647179299965501, + "U": 2.5324047214780876e-07, + "K": 0.0001486264809500426, + "L": 8.926932082431449e-08, + "G": 0.00011781927605625242, + "F": 0.006061468739062548, + "E": 0.0006049713701941073, + "T": 0.00017529440810903907, + "P": 0.1722857505083084, + "-": 0.8197625279426575 + }, + "id": "tp_14554" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1819253, + "label": "-", + "classification": { + "B": 8.666476958296698e-08, + "S": 5.7539242703796845e-08, + "I": 0.00045802901149727404, + "C": 3.068442310905084e-05, + "R": 8.935588084568735e-06, + "M": 1.7422256860299967e-05, + "O": 4.635669029084966e-06, + "W": 3.8328320783875824e-07, + "N": 8.842457646096591e-06, + "Y": 0.00136999087408185, + "U": 4.951574510414503e-07, + "K": 3.096058571827598e-05, + "L": 5.061023102825857e-07, + "G": 0.00029355022707022727, + "F": 0.007135246880352497, + "E": 0.00032357790041714907, + "T": 0.00017270304670091718, + "P": 0.1826908141374588, + "-": 0.8074530363082886 + }, + "id": "tp_14555" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1819386, + "label": "P", + "classification": { + "B": 1.0409212336526252e-06, + "S": 1.1099368748546112e-05, + "I": 0.0005058294045738876, + "C": 1.9112079826300032e-05, + "R": 1.3857015801477246e-06, + "M": 7.30946339899674e-05, + "O": 2.464090721332468e-05, + "W": 6.78672085996368e-06, + "N": 0.00015645346138626337, + "Y": 0.0016715795500203967, + "U": 5.655780910274188e-07, + "K": 0.0008691016701050103, + "L": 8.489491278851347e-07, + "G": 0.0007160734385251999, + "F": 0.0367649644613266, + "E": 0.010938400402665138, + "T": 0.0006448189960792661, + "P": 0.6368221640586853, + "-": 0.3107720911502838 + }, + "id": "tp_14556" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1819520, + "label": "-", + "classification": { + "B": 7.321277735172771e-06, + "S": 4.409343546285527e-06, + "I": 0.00024170383403543383, + "C": 4.500151771935634e-05, + "R": 4.027999239042401e-06, + "M": 0.0003538050514180213, + "O": 6.0412588936742395e-05, + "W": 5.203266027820064e-06, + "N": 3.2164170988835394e-05, + "Y": 0.0023638333659619093, + "U": 3.617654783738544e-06, + "K": 0.00010080375795951113, + "L": 6.715423296554945e-06, + "G": 0.0006256451597437263, + "F": 0.008516673929989338, + "E": 0.0009373796638101339, + "T": 0.0016363166505470872, + "P": 0.2107018679380417, + "-": 0.7743530869483948 + }, + "id": "tp_14557" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1819653, + "label": "-", + "classification": { + "B": 2.388043753853708e-07, + "S": 1.8621672381868848e-07, + "I": 5.9402173064881936e-05, + "C": 9.000912541523576e-06, + "R": 5.535333116313268e-07, + "M": 1.8035203538602218e-05, + "O": 3.761712150662788e-06, + "W": 1.5296807021059067e-07, + "N": 5.049324045103276e-06, + "Y": 0.0003154822625219822, + "U": 6.40270272356247e-08, + "K": 6.70758208798361e-06, + "L": 1.614759099766161e-07, + "G": 0.00021411424677353352, + "F": 0.014693300239741802, + "E": 0.0007519429200328887, + "T": 8.603351307101548e-05, + "P": 0.27852779626846313, + "-": 0.7053080201148987 + }, + "id": "tp_14558" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1819753, + "label": "-", + "classification": { + "B": 4.428599640959874e-05, + "S": 9.626257087802514e-05, + "I": 0.003442364279180765, + "C": 0.001360188121907413, + "R": 0.00035252931411378086, + "M": 0.0003233786264900118, + "O": 0.00045581351150758564, + "W": 0.00018381366680841893, + "N": 0.0016626282595098019, + "Y": 0.007321042940020561, + "U": 0.00011398652713978663, + "K": 0.012036747299134731, + "L": 6.498715083580464e-05, + "G": 0.006158370058983564, + "F": 0.10045754164457321, + "E": 0.020242271944880486, + "T": 0.003018035786226392, + "P": 0.3792751431465149, + "-": 0.46339064836502075 + }, + "id": "tp_14559" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1819887, + "label": "-", + "classification": { + "B": 7.918903429526836e-05, + "S": 0.00023388475528918207, + "I": 0.002718178788200021, + "C": 0.001402299152687192, + "R": 0.0003563787031453103, + "M": 0.003363717580214143, + "O": 0.0012918197317048907, + "W": 0.0002227319055236876, + "N": 0.0006153022986836731, + "Y": 0.018622949719429016, + "U": 4.7518202336505055e-05, + "K": 0.0035574319772422314, + "L": 0.000521182781085372, + "G": 0.0307752825319767, + "F": 0.2343263179063797, + "E": 0.024087222293019295, + "T": 0.0063837626948952675, + "P": 0.15197718143463135, + "-": 0.5194176435470581 + }, + "id": "tp_14560" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1820020, + "label": "-", + "classification": { + "B": 3.0694905035488773e-06, + "S": 2.4452026536891935e-06, + "I": 0.0006253108149394393, + "C": 0.00020934484200552106, + "R": 2.1858902982785366e-05, + "M": 0.0001851377310231328, + "O": 6.27556728431955e-05, + "W": 7.415402706101304e-06, + "N": 6.497588765341789e-05, + "Y": 0.0019141783704981208, + "U": 6.317218776530353e-06, + "K": 0.00024323599063791335, + "L": 3.4382237572572194e-06, + "G": 0.0005318574258126318, + "F": 0.006497025024145842, + "E": 0.0017512933118268847, + "T": 0.0007412730483338237, + "P": 0.15426181256771088, + "-": 0.8328672647476196 + }, + "id": "tp_14561" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1820153, + "label": "-", + "classification": { + "B": 1.8562564946478233e-05, + "S": 2.506270175217651e-05, + "I": 0.0002565539616625756, + "C": 2.798886453092564e-05, + "R": 3.740531610674225e-06, + "M": 0.0005031453911215067, + "O": 8.830471779219806e-05, + "W": 4.342657121014781e-06, + "N": 1.603746750333812e-05, + "Y": 0.0008846651762723923, + "U": 3.896593341323751e-07, + "K": 2.0973839127691463e-06, + "L": 1.6811176465125754e-05, + "G": 0.0003774481301661581, + "F": 0.016910172998905182, + "E": 0.00036499922862276435, + "T": 0.0005721261841244996, + "P": 0.1419467031955719, + "-": 0.8379809260368347 + }, + "id": "tp_14562" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1820254, + "label": "-", + "classification": { + "B": 9.81480184236716e-07, + "S": 1.461775127609144e-06, + "I": 0.0008888415177352726, + "C": 2.6702626200858504e-05, + "R": 5.937174137216061e-06, + "M": 6.134079012554139e-05, + "O": 2.1711877707275562e-05, + "W": 1.8711373286350863e-06, + "N": 6.389044574461877e-05, + "Y": 0.0013849957613274455, + "U": 1.1474644452391658e-06, + "K": 0.00022004303173162043, + "L": 2.079649220831925e-06, + "G": 0.0013284393353387713, + "F": 0.029575131833553314, + "E": 0.00624777190387249, + "T": 0.0005546932225115597, + "P": 0.28082966804504395, + "-": 0.6787832975387573 + }, + "id": "tp_14563" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1820387, + "label": "-", + "classification": { + "B": 2.898880913093649e-09, + "S": 4.305567014029066e-09, + "I": 1.3926982319389936e-05, + "C": 2.2260179832755966e-07, + "R": 2.0993036642380503e-08, + "M": 4.804375635103497e-07, + "O": 1.8955149982957664e-07, + "W": 7.529199486100424e-09, + "N": 3.1684501777817786e-07, + "Y": 0.00010018127068178728, + "U": 6.827202359005469e-09, + "K": 1.2621368341569905e-06, + "L": 7.11322334367992e-09, + "G": 9.01609928405378e-06, + "F": 0.001189716625958681, + "E": 4.085930049768649e-05, + "T": 1.9173523469362408e-05, + "P": 0.1557510495185852, + "-": 0.8428735733032227 + }, + "id": "tp_14564" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1820521, + "label": "-", + "classification": { + "B": 2.3392640713382207e-08, + "S": 1.6464744234667705e-08, + "I": 6.898138053657021e-06, + "C": 5.816423822579964e-07, + "R": 3.0706146958436875e-08, + "M": 5.8031232583743986e-06, + "O": 5.845785153724137e-07, + "W": 8.327534217755783e-09, + "N": 3.4163164741585206e-07, + "Y": 0.00010483770165592432, + "U": 2.5740041209587616e-09, + "K": 8.5785416104045e-07, + "L": 1.4981457852059066e-08, + "G": 7.875213486840948e-05, + "F": 0.004137636628001928, + "E": 0.00013959809439256787, + "T": 4.534299660008401e-05, + "P": 0.14150236546993256, + "-": 0.8539762496948242 + }, + "id": "tp_14565" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1820654, + "label": "-", + "classification": { + "B": 1.692071577963361e-06, + "S": 5.271956524666166e-06, + "I": 0.0005678787128999829, + "C": 0.00045027516898699105, + "R": 4.296368933864869e-05, + "M": 5.6401826441287994e-05, + "O": 4.6927176299504936e-05, + "W": 1.7205882613779977e-05, + "N": 0.00017803080845624208, + "Y": 0.0029127036686986685, + "U": 7.791416464897338e-06, + "K": 0.006246001925319433, + "L": 3.684650664581568e-06, + "G": 0.0016812568064779043, + "F": 0.11831046640872955, + "E": 0.016190694645047188, + "T": 0.00036400152021087706, + "P": 0.3071390390396118, + "-": 0.5457776784896851 + }, + "id": "tp_14566" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1820754, + "label": "-", + "classification": { + "B": 1.564993112879165e-07, + "S": 1.0893248827414936e-06, + "I": 3.1664574635215104e-05, + "C": 1.6526169929420575e-05, + "R": 3.6466228721110383e-06, + "M": 3.766304871533066e-05, + "O": 1.3305721950018778e-05, + "W": 2.624768512760056e-06, + "N": 6.254443633224582e-06, + "Y": 0.0013863168423995376, + "U": 4.474880199722975e-07, + "K": 0.000997041119262576, + "L": 3.4847175811592024e-07, + "G": 0.000244265072979033, + "F": 0.045040566474199295, + "E": 0.0008514565415680408, + "T": 0.00015728238213341683, + "P": 0.0849529430270195, + "-": 0.8662564158439636 + }, + "id": "tp_14567" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1820888, + "label": "-", + "classification": { + "B": 3.0000207873470686e-10, + "S": 4.652963792040055e-09, + "I": 1.481531398894731e-05, + "C": 8.942317464288863e-08, + "R": 1.5462928715237467e-08, + "M": 4.116468232950865e-07, + "O": 1.2143689787080802e-07, + "W": 9.91997239907505e-09, + "N": 3.4391621284157736e-07, + "Y": 4.3537074816413224e-05, + "U": 2.04163508321642e-09, + "K": 2.719277063079062e-06, + "L": 6.017740195041199e-10, + "G": 6.514188726214343e-07, + "F": 0.0009565044310875237, + "E": 1.1377357623132411e-05, + "T": 1.211982271343004e-05, + "P": 0.14487764239311218, + "-": 0.8540794849395752 + }, + "id": "tp_14568" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1821021, + "label": "P", + "classification": { + "B": 6.73989802635333e-07, + "S": 2.2954047835810343e-06, + "I": 0.0011618760181590915, + "C": 1.00967235994176e-06, + "R": 4.5811313498234085e-07, + "M": 2.517845859983936e-05, + "O": 1.1257798178121448e-05, + "W": 1.5986272501322674e-06, + "N": 6.422503793146461e-05, + "Y": 0.00012447249901015311, + "U": 1.840190293478372e-07, + "K": 1.1687405276461504e-05, + "L": 2.0717615711873805e-07, + "G": 1.5748031728435308e-05, + "F": 0.0010694143129512668, + "E": 0.00033338615321554244, + "T": 0.00017223955364897847, + "P": 0.6739944219589233, + "-": 0.3230096995830536 + }, + "id": "tp_14569" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1821154, + "label": "P", + "classification": { + "B": 6.347055659716716e-06, + "S": 1.1797035313065862e-06, + "I": 0.004561222158372402, + "C": 4.129034641664475e-05, + "R": 1.527310928395309e-06, + "M": 6.767138984287158e-05, + "O": 9.643958946981002e-06, + "W": 6.191100965224905e-07, + "N": 0.00021174161520320922, + "Y": 0.00026947370497509837, + "U": 7.199899982879288e-07, + "K": 2.9122663818270667e-06, + "L": 1.139043547482288e-06, + "G": 0.00011842880485346541, + "F": 0.000565464433748275, + "E": 0.0032168214675039053, + "T": 0.0001416409941157326, + "P": 0.8646607995033264, + "-": 0.1261214166879654 + }, + "id": "tp_14570" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1821255, + "label": "-", + "classification": { + "B": 3.610693238442764e-05, + "S": 6.31261036687647e-06, + "I": 0.002165400655940175, + "C": 7.037993054836988e-05, + "R": 1.1728265235433355e-05, + "M": 0.0005924773286096752, + "O": 0.00012089216761523858, + "W": 4.659090336645022e-06, + "N": 4.224005897413008e-05, + "Y": 0.0011557926191017032, + "U": 1.3429342970994185e-06, + "K": 1.912877536369706e-07, + "L": 4.0967184759210795e-05, + "G": 0.0008565919124521315, + "F": 0.0010302464943379164, + "E": 0.0009284474072046578, + "T": 0.0012601062189787626, + "P": 0.4603090286254883, + "-": 0.5313671231269836 + }, + "id": "tp_14571" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1821388, + "label": "P", + "classification": { + "B": 2.3029657313600183e-05, + "S": 3.410171120776795e-05, + "I": 0.01584536023437977, + "C": 0.0002990826324094087, + "R": 4.979907316737808e-05, + "M": 0.0009640171774663031, + "O": 9.359847172163427e-05, + "W": 1.7820479115471244e-05, + "N": 0.0008933984208852053, + "Y": 0.003634279128164053, + "U": 8.789538696873933e-06, + "K": 0.00015929153596516699, + "L": 2.5020779503392987e-05, + "G": 0.0012080454034730792, + "F": 0.015054645948112011, + "E": 0.011570109985768795, + "T": 0.0012858822010457516, + "P": 0.7070333361625671, + "-": 0.24180041253566742 + }, + "id": "tp_14572" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1821522, + "label": "-", + "classification": { + "B": 4.287288447812898e-06, + "S": 9.750554454512894e-06, + "I": 0.0007777631981298327, + "C": 5.666401193593629e-05, + "R": 1.1633860594884027e-05, + "M": 5.2462652092799544e-05, + "O": 5.783243977930397e-05, + "W": 1.0525332982069813e-05, + "N": 0.00010930391727015376, + "Y": 0.00097691232804209, + "U": 6.303721420408692e-06, + "K": 0.00011712080595316365, + "L": 5.163449259271147e-06, + "G": 0.00019215971406083554, + "F": 0.011785374954342842, + "E": 0.0007909927517175674, + "T": 0.0005194758996367455, + "P": 0.3591698110103607, + "-": 0.6253464818000793 + }, + "id": "tp_14573" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1821655, + "label": "P", + "classification": { + "B": 3.470308840292091e-08, + "S": 3.2721761300535945e-08, + "I": 0.0003670518926810473, + "C": 3.5884963267562853e-07, + "R": 6.187332246554433e-08, + "M": 5.730585144192446e-07, + "O": 1.8980149718572648e-07, + "W": 2.547464639235386e-08, + "N": 1.022282685880782e-05, + "Y": 1.8597178495838307e-05, + "U": 2.8166471821577943e-08, + "K": 5.735155923503044e-07, + "L": 1.389501580462138e-08, + "G": 4.955528766004136e-06, + "F": 0.00018876562535297126, + "E": 7.493727025575936e-05, + "T": 1.5224836715788115e-05, + "P": 0.9299734830856323, + "-": 0.06934482604265213 + }, + "id": "tp_14574" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1821755, + "label": "-", + "classification": { + "B": 1.5557178585368092e-06, + "S": 2.4439947310384014e-07, + "I": 5.8597757742973045e-05, + "C": 1.5037076082080603e-06, + "R": 1.1571830071943623e-07, + "M": 1.2493899703258649e-05, + "O": 4.073231593793025e-06, + "W": 1.2578880159708206e-07, + "N": 3.079692760366015e-06, + "Y": 0.00011385848483769223, + "U": 8.471477741522904e-08, + "K": 4.3153534079465317e-07, + "L": 2.553818490014237e-07, + "G": 8.364933455595747e-05, + "F": 0.00046186891268007457, + "E": 0.00016696657985448837, + "T": 0.00012623844668269157, + "P": 0.32599547505378723, + "-": 0.672969400882721 + }, + "id": "tp_14575" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1821889, + "label": "-", + "classification": { + "B": 1.6452190720883664e-09, + "S": 7.225517961728656e-10, + "I": 2.886073343688622e-05, + "C": 1.8481526353752997e-07, + "R": 3.8944751423741764e-08, + "M": 9.729170642458485e-07, + "O": 9.87026496090948e-08, + "W": 1.1658919385482136e-09, + "N": 1.4657813096619066e-07, + "Y": 0.00010891386773437262, + "U": 1.1690206580539098e-09, + "K": 3.0485459490137146e-08, + "L": 6.348806369516069e-09, + "G": 1.0175397619605064e-05, + "F": 0.0005084738368168473, + "E": 1.7130887499661185e-05, + "T": 1.9876992155332118e-05, + "P": 0.20185524225234985, + "-": 0.7974497675895691 + }, + "id": "tp_14576" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1822022, + "label": "P", + "classification": { + "B": 4.9163666193674516e-11, + "S": 1.603716048848014e-10, + "I": 1.4777438082091976e-06, + "C": 2.8504565374731783e-09, + "R": 9.723504640346547e-11, + "M": 1.751135014771421e-09, + "O": 3.0107569770621012e-09, + "W": 3.908331436264234e-10, + "N": 6.252832918107742e-08, + "Y": 8.375937454729865e-07, + "U": 8.755950131611456e-11, + "K": 6.203580937835795e-08, + "L": 1.3240350656140709e-11, + "G": 7.128384993393411e-08, + "F": 0.00029281910974532366, + "E": 1.4779022421862464e-05, + "T": 1.4854025209842803e-07, + "P": 0.8752822279930115, + "-": 0.12440749257802963 + }, + "id": "tp_14577" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1822155, + "label": "-", + "classification": { + "B": 3.1102902653401543e-07, + "S": 2.091525402647676e-06, + "I": 0.0005318596959114075, + "C": 8.23554910311941e-06, + "R": 1.2049295037286356e-06, + "M": 6.968976958887652e-05, + "O": 1.1068801541114226e-05, + "W": 1.2865351664004265e-06, + "N": 5.070333645562641e-05, + "Y": 0.0062600052915513515, + "U": 2.0976469272682152e-07, + "K": 0.00016222234989982098, + "L": 3.327679962694674e-07, + "G": 0.00021520019799936563, + "F": 0.013894254341721535, + "E": 0.0009830757044255733, + "T": 0.0011294001014903188, + "P": 0.338440477848053, + "-": 0.6382383704185486 + }, + "id": "tp_14578" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1822256, + "label": "-", + "classification": { + "B": 1.1211668606847525e-05, + "S": 7.25721474736929e-05, + "I": 0.0017958792159333825, + "C": 0.00010293710511177778, + "R": 3.480164014035836e-05, + "M": 0.000340313243214041, + "O": 0.00024865198065526783, + "W": 6.249253056012094e-05, + "N": 0.0003673578321468085, + "Y": 0.006147813051939011, + "U": 1.170501400338253e-05, + "K": 0.0015433471417054534, + "L": 2.089101508317981e-05, + "G": 0.0019725998863577843, + "F": 0.06182747334241867, + "E": 0.004666995722800493, + "T": 0.003876580623909831, + "P": 0.2461654245853424, + "-": 0.6707310080528259 + }, + "id": "tp_14579" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1822389, + "label": "P", + "classification": { + "B": 4.6626048799680575e-08, + "S": 6.495661608596492e-08, + "I": 0.0002404237602604553, + "C": 8.890213507584122e-07, + "R": 1.8883497432398144e-07, + "M": 3.751839585675043e-06, + "O": 1.0172132078878349e-06, + "W": 6.739863778193467e-08, + "N": 8.016796527954284e-06, + "Y": 0.000376010371837765, + "U": 3.277118665323542e-08, + "K": 1.0101990483235568e-05, + "L": 2.7303387994948025e-08, + "G": 6.875297549413517e-05, + "F": 0.0012010788777843118, + "E": 0.0003929680970031768, + "T": 0.0001523414975963533, + "P": 0.5102159380912781, + "-": 0.48732829093933105 + }, + "id": "tp_14580" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1822523, + "label": "-", + "classification": { + "B": 6.16983868440002e-07, + "S": 4.800433089258149e-06, + "I": 0.00018314883345738053, + "C": 2.3171696739154868e-05, + "R": 2.8011095309921075e-06, + "M": 6.186607788549736e-05, + "O": 2.1834637664142065e-05, + "W": 2.7354442408977775e-06, + "N": 3.227202614652924e-05, + "Y": 0.006855619139969349, + "U": 2.392140743268101e-07, + "K": 0.0015704614343121648, + "L": 1.0304057695975644e-06, + "G": 0.0038199028931558132, + "F": 0.12125568091869354, + "E": 0.008969035930931568, + "T": 0.001439288374967873, + "P": 0.06953857094049454, + "-": 0.7862169146537781 + }, + "id": "tp_14581" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1822656, + "label": "-", + "classification": { + "B": 4.937521953252144e-05, + "S": 0.0001575168571434915, + "I": 0.002235236344859004, + "C": 0.0004992468748241663, + "R": 0.00015402535791508853, + "M": 0.0026821019127964973, + "O": 0.0006333159981295466, + "W": 7.473723962903023e-05, + "N": 0.00021321258100215346, + "Y": 0.08099131286144257, + "U": 1.2954492376593407e-05, + "K": 0.00045385840348899364, + "L": 0.0001042768417391926, + "G": 0.010368449613451958, + "F": 0.035917919129133224, + "E": 0.001737814862281084, + "T": 0.026986703276634216, + "P": 0.04876834899187088, + "-": 0.787959635257721 + }, + "id": "tp_14582" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1822756, + "label": "-", + "classification": { + "B": 5.285917481501201e-08, + "S": 3.888700916832022e-09, + "I": 7.26080088497838e-06, + "C": 2.4086396877009975e-08, + "R": 1.1299531310626776e-09, + "M": 6.65396669319307e-07, + "O": 3.083538047121692e-07, + "W": 4.172914014333173e-09, + "N": 9.22019367521898e-08, + "Y": 2.7929791031056084e-06, + "U": 4.0961831149211037e-10, + "K": 5.513344891738825e-09, + "L": 8.188765221461836e-09, + "G": 2.1595440102828434e-06, + "F": 0.00019209086894989014, + "E": 1.8411330529488623e-05, + "T": 2.982032810905366e-06, + "P": 0.38443097472190857, + "-": 0.6153421401977539 + }, + "id": "tp_14583" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1822890, + "label": "-", + "classification": { + "B": 0.00010069600830320269, + "S": 0.00040207558777183294, + "I": 0.03101169876754284, + "C": 0.0012956960126757622, + "R": 0.001043658354319632, + "M": 0.0045393481850624084, + "O": 0.0022153123281896114, + "W": 0.00040152418659999967, + "N": 0.003662210889160633, + "Y": 0.08703814446926117, + "U": 0.00015534070553258061, + "K": 0.002772118430584669, + "L": 0.00020551722263917327, + "G": 0.009238390251994133, + "F": 0.013378646224737167, + "E": 0.007271228823810816, + "T": 0.052043020725250244, + "P": 0.11445795744657516, + "-": 0.6687674522399902 + }, + "id": "tp_14584" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1823023, + "label": "-", + "classification": { + "B": 3.8842168578412384e-05, + "S": 1.7628635760047473e-05, + "I": 0.0008750647539272904, + "C": 9.99524854705669e-05, + "R": 3.032309905393049e-05, + "M": 0.0012350492179393768, + "O": 0.00025922563509084284, + "W": 1.901523683045525e-05, + "N": 7.925208046799526e-05, + "Y": 0.004138647112995386, + "U": 1.1651905879261903e-05, + "K": 2.9838949558325112e-05, + "L": 5.7504068536218256e-05, + "G": 0.0013228831812739372, + "F": 0.0059293219819664955, + "E": 0.0009663091623224318, + "T": 0.004286333452910185, + "P": 0.17531482875347137, + "-": 0.8052884340286255 + }, + "id": "tp_14585" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1823156, + "label": "-", + "classification": { + "B": 5.779252774118504e-07, + "S": 8.204860364458e-07, + "I": 0.008168065920472145, + "C": 9.678971400717273e-05, + "R": 2.8408807338564657e-05, + "M": 0.00011442985851317644, + "O": 2.0931684048264287e-05, + "W": 2.0125532955717063e-06, + "N": 0.00018668061238713562, + "Y": 0.006475441623479128, + "U": 1.716989800115698e-06, + "K": 7.851108239265159e-05, + "L": 1.8099157159667811e-06, + "G": 0.0008066921727731824, + "F": 0.002689893124625087, + "E": 0.0021077555138617754, + "T": 0.0009284022380597889, + "P": 0.3898158669471741, + "-": 0.5884752869606018 + }, + "id": "tp_14586" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1823257, + "label": "-", + "classification": { + "B": 4.645145600079559e-05, + "S": 4.917427941109054e-05, + "I": 0.001636332948692143, + "C": 7.638534589204937e-05, + "R": 5.01186732435599e-05, + "M": 0.000740275951102376, + "O": 0.0005719512118957937, + "W": 4.427544627105817e-05, + "N": 0.00017992316861636937, + "Y": 0.0032289642840623856, + "U": 1.3660414879268501e-05, + "K": 1.6207637600018643e-05, + "L": 8.158644050126895e-05, + "G": 0.0008272528066299856, + "F": 0.0028323158621788025, + "E": 0.0007764920010231435, + "T": 0.006955927237868309, + "P": 0.21592991054058075, + "-": 0.7659427523612976 + }, + "id": "tp_14587" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1823390, + "label": "-", + "classification": { + "B": 6.225090487532725e-08, + "S": 2.550356192898562e-08, + "I": 0.0007903710938990116, + "C": 1.483533105783863e-05, + "R": 1.8525012137615704e-06, + "M": 1.440718460798962e-05, + "O": 2.8084946279705036e-06, + "W": 9.883289209255963e-08, + "N": 8.530099876224995e-06, + "Y": 0.0008530108025297523, + "U": 2.4873639858924435e-07, + "K": 3.8428174775617663e-07, + "L": 2.1567889518792072e-07, + "G": 4.730795990326442e-05, + "F": 0.00013833687989972532, + "E": 6.43806197331287e-05, + "T": 0.0003879500145558268, + "P": 0.20723766088485718, + "-": 0.7904375195503235 + }, + "id": "tp_14588" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1823524, + "label": "-", + "classification": { + "B": 1.7550677512190305e-05, + "S": 2.6174012646151823e-07, + "I": 0.0009083307813853025, + "C": 3.833208393189125e-05, + "R": 5.384433279687073e-06, + "M": 0.0005845031118951738, + "O": 1.5543879271717742e-05, + "W": 3.058073900774616e-07, + "N": 4.699822966358624e-06, + "Y": 0.0037311024498194456, + "U": 2.4071638904388237e-07, + "K": 3.6141670989309205e-07, + "L": 1.170713767351117e-05, + "G": 0.0056557548232376575, + "F": 0.0009852900402620435, + "E": 0.003203453030437231, + "T": 0.0009985575452446938, + "P": 0.14521433413028717, + "-": 0.8386242985725403 + }, + "id": "tp_14589" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1823657, + "label": "P", + "classification": { + "B": 8.811355201032711e-07, + "S": 1.6495165766627906e-07, + "I": 0.0014771359274163842, + "C": 6.1957530306244735e-06, + "R": 3.9007596797091537e-07, + "M": 7.663568976568058e-05, + "O": 5.128882548888214e-06, + "W": 1.909688052137426e-07, + "N": 1.0167475920752622e-05, + "Y": 0.0002967475447803736, + "U": 1.4607509513098194e-07, + "K": 1.705060981294082e-08, + "L": 1.862200065261277e-06, + "G": 8.503264689352363e-05, + "F": 7.256627577589825e-05, + "E": 0.0004852859419770539, + "T": 0.00047403774806298316, + "P": 0.5798966884613037, + "-": 0.41711071133613586 + }, + "id": "tp_14590" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1823757, + "label": "-", + "classification": { + "B": 7.58826956825942e-09, + "S": 2.2439181623923332e-09, + "I": 1.721755506878253e-05, + "C": 7.007478330933736e-08, + "R": 6.5453904518619765e-09, + "M": 1.0395145864094957e-06, + "O": 2.658502467056678e-07, + "W": 5.414264592218387e-09, + "N": 2.3110823121896829e-07, + "Y": 1.2259116374480072e-05, + "U": 2.2686545975147965e-09, + "K": 6.929799400978709e-09, + "L": 6.638176675011209e-09, + "G": 1.7698040437608142e-06, + "F": 5.190284355194308e-05, + "E": 9.71656118053943e-06, + "T": 2.2195788915269077e-05, + "P": 0.36960452795028687, + "-": 0.6302787661552429 + }, + "id": "tp_14591" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1823891, + "label": "P", + "classification": { + "B": 0.00014127900067251176, + "S": 5.443526788440067e-06, + "I": 0.01722976751625538, + "C": 0.00048589232028461993, + "R": 5.0477196054998785e-05, + "M": 0.0017974135698750615, + "O": 0.00019283377332612872, + "W": 6.250587830436416e-06, + "N": 0.00024300723453052342, + "Y": 0.006948231719434261, + "U": 5.159610736882314e-06, + "K": 4.751050823870173e-07, + "L": 0.00010667125752661377, + "G": 0.0027823185082525015, + "F": 0.0006592556601390243, + "E": 0.002115266863256693, + "T": 0.003376191947609186, + "P": 0.4898282289505005, + "-": 0.47402578592300415 + }, + "id": "tp_14592" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1824024, + "label": "-", + "classification": { + "B": 0.00010655922233127058, + "S": 0.00010980409570038319, + "I": 0.011695519089698792, + "C": 0.00035944077535532415, + "R": 0.00017512455815449357, + "M": 0.0014529715990647674, + "O": 0.0005982035654596984, + "W": 9.77639138000086e-05, + "N": 0.0013988730497658253, + "Y": 0.00595718901604414, + "U": 4.091041046194732e-05, + "K": 0.00032142369309440255, + "L": 6.67522253934294e-05, + "G": 0.0017561938147991896, + "F": 0.007885124534368515, + "E": 0.005024068057537079, + "T": 0.008335204795002937, + "P": 0.43779948353767395, + "-": 0.5168193578720093 + }, + "id": "tp_14593" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1824157, + "label": "P", + "classification": { + "B": 1.2868663468168506e-08, + "S": 3.9630976278459684e-10, + "I": 1.020700074150227e-05, + "C": 2.3130681370275852e-08, + "R": 5.367258304467271e-10, + "M": 1.0646964199167996e-07, + "O": 4.749666615566639e-08, + "W": 9.996041772097897e-10, + "N": 1.0720169996147888e-07, + "Y": 5.347841351976967e-07, + "U": 6.115401518513863e-10, + "K": 1.6253044743397282e-10, + "L": 2.6647928308420887e-09, + "G": 2.8199636403769546e-07, + "F": 4.42817690782249e-06, + "E": 5.1504166549420916e-06, + "T": 2.2316485228657257e-06, + "P": 0.837760329246521, + "-": 0.16221654415130615 + }, + "id": "tp_14594" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1824258, + "label": "-", + "classification": { + "B": 2.7209622999180283e-07, + "S": 1.508844320596836e-07, + "I": 0.0011641902383416891, + "C": 2.3336589947575703e-05, + "R": 6.284684332058532e-06, + "M": 2.7881751520908438e-05, + "O": 9.471878001932055e-06, + "W": 7.984046987985494e-07, + "N": 2.951859096356202e-05, + "Y": 0.0008075018413364887, + "U": 5.155891358299414e-07, + "K": 5.885386144655058e-06, + "L": 3.1628681540496473e-07, + "G": 9.461771696805954e-05, + "F": 0.00030180715839378536, + "E": 0.00016219982353504747, + "T": 0.0005724293296225369, + "P": 0.3687613308429718, + "-": 0.6280314922332764 + }, + "id": "tp_14595" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1824391, + "label": "-", + "classification": { + "B": 2.3166346352354594e-07, + "S": 1.0427302044035969e-07, + "I": 0.00019796669948846102, + "C": 2.4295877665281296e-06, + "R": 5.975833801130648e-07, + "M": 4.14889509556815e-05, + "O": 5.2094192142249085e-06, + "W": 1.4276075432917423e-07, + "N": 1.724729486340948e-06, + "Y": 0.0015399125404655933, + "U": 5.3781214148784784e-08, + "K": 5.334922548172472e-07, + "L": 3.201999447810522e-07, + "G": 0.00010293597006238997, + "F": 0.00030952421366237104, + "E": 6.3698498706799e-05, + "T": 0.0008515574736520648, + "P": 0.030202891677618027, + "-": 0.9666787385940552 + }, + "id": "tp_14596" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1824525, + "label": "P", + "classification": { + "B": 2.9385689686023397e-06, + "S": 3.258137155626173e-07, + "I": 0.000924089748878032, + "C": 2.370782794969273e-06, + "R": 2.244195513867453e-07, + "M": 5.6357555877184495e-05, + "O": 5.636327841784805e-06, + "W": 2.2337798100124928e-07, + "N": 2.479118666087743e-05, + "Y": 0.00023816332395654172, + "U": 8.700450138121596e-08, + "K": 2.208198793596239e-06, + "L": 4.040542478378484e-07, + "G": 0.00017379855853505433, + "F": 0.0003431645454838872, + "E": 0.0031488705426454544, + "T": 0.00010038143955171108, + "P": 0.7329726815223694, + "-": 0.2620032727718353 + }, + "id": "tp_14597" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1824658, + "label": "-", + "classification": { + "B": 3.900747742591193e-06, + "S": 3.0077803785388824e-06, + "I": 0.0011924683349207044, + "C": 3.564448343240656e-05, + "R": 5.86010673941928e-06, + "M": 9.416918328497559e-05, + "O": 3.244396430091001e-05, + "W": 4.340631676313933e-06, + "N": 7.287441258085892e-05, + "Y": 0.0028985508251935244, + "U": 3.4110128126485506e-06, + "K": 3.4637851058505476e-05, + "L": 2.6910552151093725e-06, + "G": 0.00020495579519774765, + "F": 0.0017109205946326256, + "E": 0.0012855827808380127, + "T": 0.001150272088125348, + "P": 0.2595973014831543, + "-": 0.7316669821739197 + }, + "id": "tp_14598" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1824758, + "label": "-", + "classification": { + "B": 0.0001480823993915692, + "S": 5.996075924485922e-05, + "I": 0.0015400615520775318, + "C": 0.00028297040262259543, + "R": 0.0001492024166509509, + "M": 0.0011913703056052327, + "O": 0.0009302935795858502, + "W": 0.00013791178935207427, + "N": 0.00010455537267262116, + "Y": 0.003318245755508542, + "U": 2.7069459974882193e-05, + "K": 3.9958860725164413e-05, + "L": 0.0001854477304732427, + "G": 0.0015624905936419964, + "F": 0.006413277238607407, + "E": 0.0007866678643040359, + "T": 0.0026920761447399855, + "P": 0.11425047367811203, + "-": 0.8661798238754272 + }, + "id": "tp_14599" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1824892, + "label": "-", + "classification": { + "B": 8.748452273721341e-08, + "S": 6.336284741337295e-08, + "I": 0.000250143522862345, + "C": 3.787641162489308e-06, + "R": 8.655171654936566e-07, + "M": 7.315317816392053e-06, + "O": 2.7672153919411357e-06, + "W": 7.910792021448287e-08, + "N": 3.517752475090674e-06, + "Y": 0.000475018925499171, + "U": 1.1436038960255246e-07, + "K": 5.516382657333452e-07, + "L": 2.718169582749397e-07, + "G": 5.564529055845924e-05, + "F": 0.00041616702219471335, + "E": 4.7648620238760486e-05, + "T": 0.0003774426004383713, + "P": 0.19082866609096527, + "-": 0.807529866695404 + }, + "id": "tp_14600" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1825025, + "label": "-", + "classification": { + "B": 0.0017667264910414815, + "S": 4.559583612717688e-05, + "I": 0.03465341404080391, + "C": 0.005116194020956755, + "R": 0.0004299920401535928, + "M": 0.008827181532979012, + "O": 0.0012635475723072886, + "W": 5.9685276937671006e-05, + "N": 0.0006091853138059378, + "Y": 0.02494054287672043, + "U": 3.0904098821338266e-05, + "K": 2.0691557438112795e-05, + "L": 0.0007404976640827954, + "G": 0.026015738025307655, + "F": 0.0032901607919484377, + "E": 0.013096829876303673, + "T": 0.006891952827572823, + "P": 0.2264510989189148, + "-": 0.645750105381012 + }, + "id": "tp_14601" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1825125, + "label": "-", + "classification": { + "B": 9.341152740205416e-09, + "S": 1.2046407205090759e-09, + "I": 6.723257683916017e-06, + "C": 1.0372092162924673e-07, + "R": 8.890808089745406e-09, + "M": 9.461716103942308e-07, + "O": 2.0806963618724694e-07, + "W": 1.7383789963076879e-09, + "N": 7.319704309338704e-08, + "Y": 5.053063068771735e-05, + "U": 2.4236535001165294e-09, + "K": 4.752683580022676e-09, + "L": 1.1986296399868479e-08, + "G": 7.125454885681393e-06, + "F": 6.040289008524269e-05, + "E": 8.62404613144463e-06, + "T": 3.427244882914238e-05, + "P": 0.16847552359104156, + "-": 0.8313553333282471 + }, + "id": "tp_14602" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1825259, + "label": "-", + "classification": { + "B": 2.9550856197602116e-06, + "S": 8.68994538905099e-06, + "I": 0.0004214723303448409, + "C": 2.788225538097322e-05, + "R": 8.928242095862515e-06, + "M": 0.0001753863471094519, + "O": 9.98080286080949e-05, + "W": 6.299752840277506e-06, + "N": 6.983170169405639e-05, + "Y": 0.0015123612247407436, + "U": 6.064512035663938e-06, + "K": 0.00010068306437460706, + "L": 5.487975613505114e-06, + "G": 0.0002504279837012291, + "F": 0.002687558764591813, + "E": 0.0004323683388065547, + "T": 0.002661328064277768, + "P": 0.12860801815986633, + "-": 0.8629144430160522 + }, + "id": "tp_14603" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1825392, + "label": "P", + "classification": { + "B": 1.946205969716175e-07, + "S": 3.740291276699281e-08, + "I": 9.67997548286803e-05, + "C": 1.2300213256821735e-06, + "R": 5.4791492232197925e-08, + "M": 2.573230403868365e-06, + "O": 6.354975425892917e-07, + "W": 2.5555413785127712e-08, + "N": 1.4895441609041882e-06, + "Y": 7.258047116920352e-05, + "U": 3.182898566933545e-08, + "K": 3.6816995674371356e-08, + "L": 8.856110866872768e-08, + "G": 8.348715709871612e-06, + "F": 0.00028291583294048905, + "E": 4.6616492909379303e-05, + "T": 3.75305644411128e-05, + "P": 0.5297440886497498, + "-": 0.4697047173976898 + }, + "id": "tp_14604" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1825526, + "label": "-", + "classification": { + "B": 1.8583784822112648e-07, + "S": 1.0336988154335813e-08, + "I": 3.7293400509952335e-06, + "C": 1.2151646444635844e-07, + "R": 1.5057278091035187e-08, + "M": 3.980036581197055e-06, + "O": 2.6791738036990864e-06, + "W": 2.9747097229915198e-08, + "N": 8.194722767029816e-08, + "Y": 1.852261630119756e-05, + "U": 6.521223117061936e-09, + "K": 2.122598807829945e-08, + "L": 1.226996033665273e-07, + "G": 1.3208652489993256e-05, + "F": 9.963680349756032e-05, + "E": 5.527809662453365e-06, + "T": 4.833856291952543e-05, + "P": 0.03891821578145027, + "-": 0.9608854651451111 + }, + "id": "tp_14605" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1825626, + "label": "P", + "classification": { + "B": 8.342721412191167e-05, + "S": 6.254264008020982e-05, + "I": 0.047329310327768326, + "C": 0.005252548959106207, + "R": 0.0006679315702058375, + "M": 0.0013825029600411654, + "O": 0.0003303549310658127, + "W": 0.00010113290773006156, + "N": 0.0032975138165056705, + "Y": 0.006921096704900265, + "U": 0.0001431017299182713, + "K": 0.0006225857068784535, + "L": 0.00012276743655093014, + "G": 0.0026977662928402424, + "F": 0.00922579225152731, + "E": 0.018152957782149315, + "T": 0.0030438120011240244, + "P": 0.5613455772399902, + "-": 0.33921727538108826 + }, + "id": "tp_14606" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1825759, + "label": "-", + "classification": { + "B": 1.2641996249840304e-07, + "S": 3.6632059163821395e-08, + "I": 9.882675658445805e-05, + "C": 2.2937906578590628e-06, + "R": 3.10056236685341e-07, + "M": 5.2642117225332186e-06, + "O": 1.5026757864688989e-06, + "W": 5.384096724014853e-08, + "N": 2.7585981570155127e-06, + "Y": 0.0002172544045606628, + "U": 7.281001046521851e-08, + "K": 1.0046808256447548e-06, + "L": 1.158006739387929e-07, + "G": 6.0263068007770926e-05, + "F": 0.0006211838917806745, + "E": 7.487161201424897e-05, + "T": 8.630664524389431e-05, + "P": 0.4766935706138611, + "-": 0.5221341252326965 + }, + "id": "tp_14607" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1825893, + "label": "-", + "classification": { + "B": 4.2606403440004215e-05, + "S": 3.732063305506017e-06, + "I": 5.636201603920199e-05, + "C": 3.126657611574046e-05, + "R": 4.400747002364369e-06, + "M": 0.0005308000254444778, + "O": 8.148571942001581e-05, + "W": 2.721381406445289e-06, + "N": 1.933030489453813e-06, + "Y": 0.0013243566500023007, + "U": 5.960541784588713e-07, + "K": 1.2366475630187779e-06, + "L": 1.732700548018329e-05, + "G": 0.0006139993201941252, + "F": 0.002478239359334111, + "E": 9.686501289252192e-05, + "T": 0.0008758974145166576, + "P": 0.0398569293320179, + "-": 0.9539793133735657 + }, + "id": "tp_14608" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1826026, + "label": "-", + "classification": { + "B": 1.7316873709205538e-05, + "S": 8.869139492162503e-06, + "I": 0.0008744808146730065, + "C": 2.9239803552627563e-05, + "R": 6.3234183471649885e-06, + "M": 0.00032661992008797824, + "O": 0.00012929929653182626, + "W": 1.0781062883324921e-05, + "N": 0.00010584810661384836, + "Y": 0.0019374219700694084, + "U": 5.7097477110801265e-06, + "K": 4.1863080696202815e-05, + "L": 7.549600013589952e-06, + "G": 0.0004633732314687222, + "F": 0.0022312055807560682, + "E": 0.0014974670484662056, + "T": 0.001779977697879076, + "P": 0.18826140463352203, + "-": 0.8022652268409729 + }, + "id": "tp_14609" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1826126, + "label": "-", + "classification": { + "B": 4.472042292036349e-06, + "S": 3.445052016104455e-06, + "I": 0.0009074850240722299, + "C": 3.1610936275683343e-05, + "R": 9.607601896277629e-06, + "M": 0.00032503667171113193, + "O": 0.00010393750562798232, + "W": 3.607131247918005e-06, + "N": 2.9800696211168543e-05, + "Y": 0.001363220508210361, + "U": 1.3893777577322908e-06, + "K": 1.6144508663273882e-06, + "L": 1.371649977954803e-05, + "G": 0.0006200804491527379, + "F": 0.0016280764248222113, + "E": 0.00025156536139547825, + "T": 0.0020125096198171377, + "P": 0.2597730755805969, + "-": 0.7329157590866089 + }, + "id": "tp_14610" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1826260, + "label": "-", + "classification": { + "B": 4.1280536322574335e-08, + "S": 1.9973971632225584e-07, + "I": 4.147728031966835e-05, + "C": 2.134964461220079e-06, + "R": 5.757182179877418e-07, + "M": 2.290252086822875e-05, + "O": 6.36732602288248e-06, + "W": 2.0010139678561245e-07, + "N": 1.2122505950173945e-06, + "Y": 0.0006934960838407278, + "U": 4.770885198013275e-08, + "K": 1.1680691613946692e-06, + "L": 2.4626720573905914e-07, + "G": 4.404089122544974e-05, + "F": 0.0016389109659940004, + "E": 2.6679665097617544e-05, + "T": 0.000301546388072893, + "P": 0.03787167742848396, + "-": 0.959347128868103 + }, + "id": "tp_14611" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1826393, + "label": "-", + "classification": { + "B": 5.3351890016983816e-08, + "S": 7.679273750227367e-08, + "I": 0.0002163870958611369, + "C": 4.291723143978743e-06, + "R": 4.49266508439905e-07, + "M": 1.546288694953546e-05, + "O": 3.5472676245262846e-06, + "W": 1.4714446194830089e-07, + "N": 4.663399977289373e-06, + "Y": 0.00023139086260925978, + "U": 1.1380553388562475e-07, + "K": 5.802048121950065e-07, + "L": 1.7952716291347315e-07, + "G": 4.350215021986514e-05, + "F": 0.0003109410754404962, + "E": 8.42311346787028e-05, + "T": 0.00015952067042235285, + "P": 0.19914136826992035, + "-": 0.7997830510139465 + }, + "id": "tp_14612" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1826527, + "label": "-", + "classification": { + "B": 3.6153028304397594e-07, + "S": 5.310741357789084e-07, + "I": 6.60907244309783e-05, + "C": 3.1306358323490713e-06, + "R": 2.9727979722338205e-07, + "M": 4.867599636781961e-05, + "O": 1.111481924453983e-05, + "W": 3.414240552501724e-07, + "N": 2.3790335035300814e-06, + "Y": 0.0002589800569694489, + "U": 1.6283360082525178e-07, + "K": 1.2607117128027312e-07, + "L": 9.272330885323754e-07, + "G": 3.6192457628203556e-05, + "F": 0.00021944647596683353, + "E": 3.282141187810339e-05, + "T": 0.000690390937961638, + "P": 0.14207296073436737, + "-": 0.8565551042556763 + }, + "id": "tp_14613" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1826627, + "label": "-", + "classification": { + "B": 2.880679517147655e-07, + "S": 1.7391343476447219e-07, + "I": 0.0003990388649981469, + "C": 2.050346665782854e-05, + "R": 2.65799690168933e-06, + "M": 4.58568538306281e-05, + "O": 6.578579814231489e-06, + "W": 4.6475113890664943e-07, + "N": 7.240076683956431e-06, + "Y": 0.0007955002365633845, + "U": 4.819070795747393e-07, + "K": 3.0441262879321584e-06, + "L": 9.132900800068455e-07, + "G": 9.221577056450769e-05, + "F": 0.0012167090317234397, + "E": 0.00012239192437846214, + "T": 0.0004123237740714103, + "P": 0.17721959948539734, + "-": 0.8196539878845215 + }, + "id": "tp_14614" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1826760, + "label": "-", + "classification": { + "B": 3.096160799032077e-05, + "S": 3.5654115890793037e-06, + "I": 0.0005423918482847512, + "C": 5.785170287708752e-06, + "R": 7.832379083083651e-07, + "M": 0.00020866413251496851, + "O": 4.659879778046161e-05, + "W": 3.0765620522288373e-06, + "N": 2.091960413963534e-05, + "Y": 0.0003660739748738706, + "U": 6.303157533693593e-07, + "K": 3.6674857710750075e-06, + "L": 5.025342034059577e-06, + "G": 0.00018072384409606457, + "F": 0.00206073303706944, + "E": 0.0009996669832617044, + "T": 0.0004254185769241303, + "P": 0.2877342104911804, + "-": 0.707361102104187 + }, + "id": "tp_14615" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1826894, + "label": "-", + "classification": { + "B": 7.67085879260776e-08, + "S": 1.1832316459958747e-07, + "I": 0.00018054514657706022, + "C": 3.443472905928502e-06, + "R": 2.9841314130862884e-07, + "M": 2.7241527277510613e-05, + "O": 2.1517507775570266e-06, + "W": 1.496048724902721e-07, + "N": 6.172815119498409e-06, + "Y": 0.0003489350783638656, + "U": 6.993381873598992e-08, + "K": 6.4838036450964864e-06, + "L": 7.632942100599394e-08, + "G": 4.834355422644876e-05, + "F": 0.0008993443916551769, + "E": 0.0003987892996519804, + "T": 0.00016927826800383627, + "P": 0.20938262343406677, + "-": 0.7885260581970215 + }, + "id": "tp_14616" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1827027, + "label": "-", + "classification": { + "B": 1.6031532368288026e-06, + "S": 1.0934406418527942e-05, + "I": 0.0019194948254153132, + "C": 2.0890931409667246e-05, + "R": 7.685447599214967e-06, + "M": 7.58696478442289e-05, + "O": 4.2693001887528226e-05, + "W": 9.500819032837171e-06, + "N": 0.00022020499454811215, + "Y": 0.0015465633478015661, + "U": 2.3950531158334343e-06, + "K": 0.00018156529404222965, + "L": 9.90203602668771e-07, + "G": 0.00011129103222629055, + "F": 0.0031319670379161835, + "E": 0.000894351804163307, + "T": 0.0013692511711269617, + "P": 0.4325923025608063, + "-": 0.5578603744506836 + }, + "id": "tp_14617" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1827127, + "label": "-", + "classification": { + "B": 1.9332894396484335e-08, + "S": 2.8977236166127796e-09, + "I": 8.803794116829522e-06, + "C": 5.636249156282247e-08, + "R": 1.4298772166299045e-09, + "M": 1.5246730526996544e-06, + "O": 7.542595170662025e-08, + "W": 2.370323270994845e-09, + "N": 1.360109962433853e-07, + "Y": 2.5195487978635356e-05, + "U": 1.4615566534814661e-09, + "K": 1.5571892220123118e-07, + "L": 2.300092782903107e-09, + "G": 5.277701347949915e-06, + "F": 0.00019828713266178966, + "E": 0.0001076414409908466, + "T": 1.255459756066557e-05, + "P": 0.26483482122421265, + "-": 0.7348052859306335 + }, + "id": "tp_14618" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1827261, + "label": "-", + "classification": { + "B": 3.528160050336737e-06, + "S": 3.6177575566398446e-06, + "I": 0.031141847372055054, + "C": 0.00011919988901354373, + "R": 2.3514327040174976e-05, + "M": 0.0009263362735509872, + "O": 0.0001063929230440408, + "W": 4.81459710499621e-06, + "N": 0.0005129789933562279, + "Y": 0.013336981646716595, + "U": 2.153358764189761e-06, + "K": 9.727247743285261e-06, + "L": 7.181785804277752e-06, + "G": 0.0009051836677826941, + "F": 0.000573964323848486, + "E": 0.001386935357004404, + "T": 0.013793416321277618, + "P": 0.3951231837272644, + "-": 0.5420190095901489 + }, + "id": "tp_14619" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1827394, + "label": "-", + "classification": { + "B": 2.5164066755678505e-05, + "S": 2.3678938305238262e-05, + "I": 0.0019333155360072851, + "C": 0.0001294199755648151, + "R": 3.607357575674541e-05, + "M": 0.0011753721628338099, + "O": 0.0004336494312155992, + "W": 2.2990041543380357e-05, + "N": 0.00013197658699937165, + "Y": 0.008497074246406555, + "U": 5.994777438900201e-06, + "K": 1.6506932297488675e-05, + "L": 3.022923738171812e-05, + "G": 0.0010619828244671226, + "F": 0.0009456660482101142, + "E": 0.00041757404687814415, + "T": 0.011120875366032124, + "P": 0.06380674988031387, + "-": 0.9101857542991638 + }, + "id": "tp_14620" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1827528, + "label": "-", + "classification": { + "B": 1.6967116778232594e-07, + "S": 7.411649249888796e-08, + "I": 0.0001535665796836838, + "C": 2.929910749571718e-07, + "R": 4.056642310956704e-08, + "M": 2.7200629119761288e-05, + "O": 2.349997657802305e-06, + "W": 1.921514325431417e-08, + "N": 1.2904696404802962e-06, + "Y": 0.00013808179937768728, + "U": 8.058719025427763e-09, + "K": 5.465755403832873e-09, + "L": 2.837479371464724e-07, + "G": 3.0355988201336004e-05, + "F": 0.00021715817274525762, + "E": 6.482369644800201e-05, + "T": 0.0004581858520396054, + "P": 0.2038145810365677, + "-": 0.7950915098190308 + }, + "id": "tp_14621" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1827628, + "label": "-", + "classification": { + "B": 3.900556180269632e-07, + "S": 5.106128853071823e-09, + "I": 6.705997293465771e-06, + "C": 4.489125160489493e-08, + "R": 4.033413603110603e-09, + "M": 1.4740887763764476e-06, + "O": 7.764888323436026e-07, + "W": 9.56067136570482e-09, + "N": 9.90012694046527e-08, + "Y": 3.824312443612143e-06, + "U": 1.7094909932069413e-09, + "K": 7.332490170597339e-09, + "L": 2.1250270876294053e-08, + "G": 5.1106480896123685e-06, + "F": 0.00011615951370913535, + "E": 2.0395915271365084e-05, + "T": 6.457729796238709e-06, + "P": 0.2643536329269409, + "-": 0.7354847192764282 + }, + "id": "tp_14622" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1827761, + "label": "-", + "classification": { + "B": 9.76085357251577e-06, + "S": 4.167061888438184e-06, + "I": 0.0006505002384074032, + "C": 0.00015460595022886992, + "R": 2.112305082846433e-05, + "M": 0.00048490488552488387, + "O": 0.00010425695654703304, + "W": 4.891439857601654e-06, + "N": 2.7947971830144525e-05, + "Y": 0.0026464469265192747, + "U": 3.5654531984619098e-06, + "K": 1.4702398402732797e-05, + "L": 1.740823790896684e-05, + "G": 0.0011701146140694618, + "F": 0.005308696534484625, + "E": 0.0006227008416317403, + "T": 0.0014523006975650787, + "P": 0.09373568743467331, + "-": 0.8935661911964417 + }, + "id": "tp_14623" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1827895, + "label": "-", + "classification": { + "B": 5.1773207943028865e-09, + "S": 1.450980655071099e-11, + "I": 1.7251779809157597e-06, + "C": 2.3796409287513143e-09, + "R": 1.3551747224394006e-10, + "M": 3.582125174261819e-08, + "O": 1.8179177274646463e-08, + "W": 6.916869854656227e-11, + "N": 1.6085587306591265e-09, + "Y": 2.385719710673584e-07, + "U": 1.276070481920355e-11, + "K": 9.278162006048918e-13, + "L": 1.1357933482614158e-09, + "G": 1.9783178117904754e-07, + "F": 2.0624631815735484e-06, + "E": 1.0239859875582624e-06, + "T": 4.006259928246436e-07, + "P": 0.3765730559825897, + "-": 0.6234212517738342 + }, + "id": "tp_14624" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1828028, + "label": "P", + "classification": { + "B": 4.447162993415077e-08, + "S": 6.084095360847641e-08, + "I": 8.987514593172818e-05, + "C": 4.9064283302868716e-08, + "R": 1.5163761801773035e-08, + "M": 1.8255595932714641e-06, + "O": 5.601834800472716e-07, + "W": 2.721193759214202e-08, + "N": 3.005685130119673e-06, + "Y": 5.9766980484710075e-06, + "U": 2.9163189640968312e-09, + "K": 6.308949451749868e-08, + "L": 7.597090956323882e-09, + "G": 2.276851773785893e-06, + "F": 8.084347791736946e-05, + "E": 1.606696969247423e-05, + "T": 2.2563095626537688e-05, + "P": 0.8846396803855896, + "-": 0.11513710767030716 + }, + "id": "tp_14625" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1828128, + "label": "P", + "classification": { + "B": 5.397493509917695e-07, + "S": 4.997760427727371e-08, + "I": 0.00029562629060819745, + "C": 1.0706732609833125e-05, + "R": 8.077738584688632e-07, + "M": 6.433219823520631e-06, + "O": 3.6884507608192507e-06, + "W": 1.3185540126414708e-07, + "N": 1.1806576367234811e-05, + "Y": 8.946633170126006e-05, + "U": 1.7087913306568225e-07, + "K": 3.114970468232059e-07, + "L": 2.0707398107333574e-07, + "G": 3.258700598962605e-05, + "F": 0.00024908396881073713, + "E": 0.0001104268740164116, + "T": 8.588030323153362e-05, + "P": 0.5729543566703796, + "-": 0.4261476993560791 + }, + "id": "tp_14626" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1828262, + "label": "P", + "classification": { + "B": 0.00018780880782287568, + "S": 0.00012444696039892733, + "I": 0.0260657649487257, + "C": 0.0024492633529007435, + "R": 0.0009888819186016917, + "M": 0.002503711497411132, + "O": 0.0010808773804455996, + "W": 0.00021394903887994587, + "N": 0.0026923660188913345, + "Y": 0.014668622985482216, + "U": 0.00025695684598758817, + "K": 0.0005383258103393018, + "L": 0.0004123517719563097, + "G": 0.006470663473010063, + "F": 0.014810468070209026, + "E": 0.012713829055428505, + "T": 0.00750106293708086, + "P": 0.49101659655570984, + "-": 0.415304034948349 + }, + "id": "tp_14627" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1828395, + "label": "-", + "classification": { + "B": 7.988154138161008e-09, + "S": 2.5217812282818386e-09, + "I": 9.110113751376048e-06, + "C": 7.683323133278464e-08, + "R": 3.5515774765570995e-09, + "M": 2.5484275738563156e-06, + "O": 1.3980481128328393e-07, + "W": 5.086021825917442e-09, + "N": 2.512575179025589e-07, + "Y": 3.052089232369326e-05, + "U": 4.624441274359015e-09, + "K": 1.2245296829860308e-06, + "L": 2.1671797689748473e-09, + "G": 3.4309034617763245e-06, + "F": 0.000258057116298005, + "E": 7.829288369975984e-05, + "T": 2.9609695047838613e-05, + "P": 0.1466284841299057, + "-": 0.8529581427574158 + }, + "id": "tp_14628" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1828529, + "label": "-", + "classification": { + "B": 4.27808618042036e-06, + "S": 3.153874956751679e-07, + "I": 0.00017561938147991896, + "C": 2.7528953069122508e-05, + "R": 2.6647378490451956e-06, + "M": 0.00022157409694045782, + "O": 3.2991265470627695e-05, + "W": 5.87943873142649e-07, + "N": 3.321922577015357e-06, + "Y": 0.0005333729204721749, + "U": 3.27060632798748e-07, + "K": 2.748165854882245e-07, + "L": 5.425664767244598e-06, + "G": 0.0003576867457013577, + "F": 0.0005453018238767982, + "E": 0.00017149488849099725, + "T": 0.0003323281998746097, + "P": 0.10403581708669662, + "-": 0.8935490250587463 + }, + "id": "tp_14629" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1828629, + "label": "P", + "classification": { + "B": 4.1307415813207626e-05, + "S": 1.2482880265451968e-05, + "I": 0.0027639560867100954, + "C": 0.00014262540207710117, + "R": 4.6144989028107375e-05, + "M": 0.0002681002370081842, + "O": 0.00035477886558510363, + "W": 2.4570979803684168e-05, + "N": 0.00014688741066493094, + "Y": 0.0007859085453674197, + "U": 7.480972726625623e-06, + "K": 9.763426760400762e-07, + "L": 8.63260283949785e-05, + "G": 0.0008591586956754327, + "F": 0.0008067836752161384, + "E": 0.0003380084235686809, + "T": 0.0019924878142774105, + "P": 0.5792186260223389, + "-": 0.4121032953262329 + }, + "id": "tp_14630" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1828762, + "label": "P", + "classification": { + "B": 8.071991032920778e-06, + "S": 2.974768676722306e-06, + "I": 0.0017115813679993153, + "C": 1.941787104442483e-06, + "R": 7.869568321439147e-07, + "M": 4.074246317031793e-05, + "O": 4.378759331302717e-05, + "W": 1.6362873793696053e-06, + "N": 3.8569109165109694e-05, + "Y": 7.884194201324135e-05, + "U": 1.06804705524155e-07, + "K": 1.0455642573958812e-08, + "L": 4.138455096835969e-06, + "G": 3.687179560074583e-05, + "F": 7.137320790207013e-05, + "E": 3.828506305580959e-05, + "T": 0.00045520669664256275, + "P": 0.7817679643630981, + "-": 0.21569707989692688 + }, + "id": "tp_14631" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1828896, + "label": "-", + "classification": { + "B": 5.798008351121098e-05, + "S": 3.0942828743718565e-05, + "I": 0.0021754158660769463, + "C": 0.0006439927965402603, + "R": 0.0002120823337463662, + "M": 0.0010686129098758101, + "O": 0.0004055028548464179, + "W": 4.828863893635571e-05, + "N": 0.0002471518819220364, + "Y": 0.012764587998390198, + "U": 4.26093720307108e-05, + "K": 0.00024396773369517177, + "L": 8.298881584778428e-05, + "G": 0.004745080601423979, + "F": 0.0243831779807806, + "E": 0.0018590919207781553, + "T": 0.004135422874242067, + "P": 0.2688717544078827, + "-": 0.6779813766479492 + }, + "id": "tp_14632" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1829029, + "label": "P", + "classification": { + "B": 3.573046569727012e-07, + "S": 1.4482444044006115e-07, + "I": 0.0018259879434481263, + "C": 3.3868939226522343e-06, + "R": 4.96240602387843e-07, + "M": 1.1059551070502494e-05, + "O": 2.166737886000192e-06, + "W": 2.0103506415125594e-07, + "N": 2.2344358512782492e-05, + "Y": 0.0005490571493282914, + "U": 2.94709053605402e-07, + "K": 1.6401598941229167e-06, + "L": 1.5558063637399755e-07, + "G": 4.2101626604562625e-05, + "F": 0.00017696377472020686, + "E": 0.0002515065425541252, + "T": 0.00030846698791719973, + "P": 0.7013784050941467, + "-": 0.2954251170158386 + }, + "id": "tp_14633" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1829129, + "label": "-", + "classification": { + "B": 2.654130355494999e-07, + "S": 1.3943459862275631e-06, + "I": 0.00044656897080130875, + "C": 1.9758208509301767e-06, + "R": 4.3956208628515014e-07, + "M": 5.5433378292946145e-05, + "O": 1.2898452041554265e-05, + "W": 3.763942402201792e-07, + "N": 1.049345974024618e-05, + "Y": 0.0025268231984227896, + "U": 2.49584033440442e-08, + "K": 6.577849376299127e-07, + "L": 2.4909098783609807e-07, + "G": 8.930693002184853e-05, + "F": 0.00025708170142024755, + "E": 0.0001965724368346855, + "T": 0.0018862902652472258, + "P": 0.11823684722185135, + "-": 0.8762763142585754 + }, + "id": "tp_14634" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1829263, + "label": "-", + "classification": { + "B": 3.1480140023631975e-05, + "S": 9.722455433802679e-05, + "I": 0.006465973798185587, + "C": 0.0009075155248865485, + "R": 0.00020784424850717187, + "M": 0.0019379524746909738, + "O": 0.0005456625949591398, + "W": 0.0001257593830814585, + "N": 0.0007830991526134312, + "Y": 0.04933822900056839, + "U": 3.2395837479270995e-05, + "K": 0.005410097539424896, + "L": 3.6044002627022564e-05, + "G": 0.0069270385429263115, + "F": 0.021565794944763184, + "E": 0.010175582952797413, + "T": 0.010325790382921696, + "P": 0.09705137461423874, + "-": 0.7880351543426514 + }, + "id": "tp_14635" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1829396, + "label": "P", + "classification": { + "B": 7.940380601212382e-05, + "S": 9.853636129264487e-07, + "I": 0.007955048233270645, + "C": 4.659338446799666e-05, + "R": 1.705111026240047e-05, + "M": 0.0002451313193887472, + "O": 4.5510143536375836e-05, + "W": 1.0485081247679773e-06, + "N": 9.942870383383706e-05, + "Y": 0.0008478855597786605, + "U": 5.348242666514125e-07, + "K": 7.998273332532335e-08, + "L": 2.0080102331121452e-05, + "G": 0.0008534768130630255, + "F": 0.0002781889052130282, + "E": 0.0013712042709812522, + "T": 0.0004072457377333194, + "P": 0.772165834903717, + "-": 0.2155652642250061 + }, + "id": "tp_14636" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1829530, + "label": "-", + "classification": { + "B": 2.3087752154538066e-08, + "S": 3.659961222979291e-08, + "I": 0.00011901264952030033, + "C": 9.66904622146103e-07, + "R": 2.0445848747385753e-07, + "M": 3.240102523704991e-05, + "O": 2.7685100576491095e-06, + "W": 5.316930185017554e-08, + "N": 1.657204848015681e-06, + "Y": 0.0006327264127321541, + "U": 1.331461785269994e-08, + "K": 3.6710198969558405e-07, + "L": 9.11412243453924e-08, + "G": 7.509141141781583e-05, + "F": 0.0008711732225492597, + "E": 6.568605022039264e-05, + "T": 0.0003666746197268367, + "P": 0.11914870887994766, + "-": 0.8786824345588684 + }, + "id": "tp_14637" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1829630, + "label": "-", + "classification": { + "B": 1.660692916516382e-08, + "S": 5.996467677960027e-08, + "I": 0.0006270042504183948, + "C": 7.80390382715268e-06, + "R": 7.861657422836288e-07, + "M": 1.0555882909102365e-05, + "O": 1.6927498336372082e-06, + "W": 1.2682106387273961e-07, + "N": 1.280845572182443e-05, + "Y": 0.0011749856639653444, + "U": 1.1576032932225644e-07, + "K": 2.426166793156881e-05, + "L": 5.2127536065427194e-08, + "G": 3.3759308280423284e-05, + "F": 0.0006856232648715377, + "E": 0.0003414570528548211, + "T": 0.000180332237505354, + "P": 0.19485607743263245, + "-": 0.8020424842834473 + }, + "id": "tp_14638" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1829763, + "label": "P", + "classification": { + "B": 1.6736811403461616e-06, + "S": 8.085369813670695e-07, + "I": 0.00020710907119791955, + "C": 1.168308585874911e-06, + "R": 1.6498896115990647e-07, + "M": 1.9432185581536032e-05, + "O": 5.766817594121676e-06, + "W": 9.967033065549913e-07, + "N": 1.743428765621502e-05, + "Y": 5.0265105528524145e-05, + "U": 2.1630383173487644e-07, + "K": 1.299797986575868e-05, + "L": 1.184693445566154e-07, + "G": 3.5291021049488336e-05, + "F": 0.0007291908841580153, + "E": 0.0010463636135682464, + "T": 7.207749149529263e-05, + "P": 0.6601184010505676, + "-": 0.337680459022522 + }, + "id": "tp_14639" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1829897, + "label": "-", + "classification": { + "B": 0.0011861799284815788, + "S": 0.00023671019880566746, + "I": 0.00918682012706995, + "C": 0.0010413943091407418, + "R": 0.0003941608592867851, + "M": 0.004079185426235199, + "O": 0.0023684510961174965, + "W": 0.0002626171917654574, + "N": 0.0008941310225054622, + "Y": 0.004557059612125158, + "U": 7.762554014334455e-05, + "K": 1.39825724545517e-05, + "L": 0.000938665063586086, + "G": 0.004579448141157627, + "F": 0.0049847206100821495, + "E": 0.0030451652128249407, + "T": 0.0068171205930411816, + "P": 0.46034637093544006, + "-": 0.4949902594089508 + }, + "id": "tp_14640" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1830030, + "label": "-", + "classification": { + "B": 8.010837149186045e-08, + "S": 6.225387210179179e-07, + "I": 0.0002610006195027381, + "C": 5.343079919839511e-06, + "R": 6.638636591560498e-07, + "M": 1.3815109923598357e-05, + "O": 7.063723387545906e-06, + "W": 7.486376034648856e-07, + "N": 1.9371858797967434e-05, + "Y": 0.0003978503227699548, + "U": 3.534378549829853e-07, + "K": 1.5644944141968153e-05, + "L": 1.7919080619321903e-07, + "G": 2.5667335648904555e-05, + "F": 0.001807431224733591, + "E": 0.00012060980225214735, + "T": 0.0003084766212850809, + "P": 0.20644153654575348, + "-": 0.7905735373497009 + }, + "id": "tp_14641" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1830130, + "label": "-", + "classification": { + "B": 4.569800893250431e-08, + "S": 9.661755839829311e-10, + "I": 1.1158891538798343e-05, + "C": 1.5327607627568796e-07, + "R": 5.441342931788995e-09, + "M": 1.1187048585270531e-06, + "O": 3.4197790910184267e-07, + "W": 2.57674837023103e-09, + "N": 7.88823797392979e-08, + "Y": 6.01181864112732e-06, + "U": 1.9964807584926803e-09, + "K": 4.223912608569691e-10, + "L": 1.5022308730294753e-08, + "G": 3.60992180503672e-06, + "F": 5.212733412918169e-06, + "E": 2.603394250400015e-06, + "T": 2.1423567886813544e-05, + "P": 0.37415966391563416, + "-": 0.6257885694503784 + }, + "id": "tp_14642" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1830264, + "label": "-", + "classification": { + "B": 6.53162801622642e-11, + "S": 3.249638405589117e-11, + "I": 1.0751286936283577e-06, + "C": 8.917406368880165e-09, + "R": 4.4683445832305324e-10, + "M": 6.871638902339328e-08, + "O": 1.6715928197186258e-08, + "W": 1.5140186326867422e-10, + "N": 9.976910853026766e-09, + "Y": 3.0886128570273286e-06, + "U": 6.497358900903194e-11, + "K": 3.3995726234081758e-09, + "L": 7.30135951698685e-11, + "G": 2.4117412067425903e-07, + "F": 2.8253687560209073e-05, + "E": 6.507175953629485e-07, + "T": 1.7652847645877046e-06, + "P": 0.10183645784854889, + "-": 0.8981282711029053 + }, + "id": "tp_14643" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1830397, + "label": "-", + "classification": { + "B": 1.5685095888784417e-07, + "S": 8.200137457947676e-09, + "I": 0.0021906662732362747, + "C": 1.8682036170503125e-05, + "R": 1.0686380846891552e-06, + "M": 4.7642603021813557e-05, + "O": 2.336120132895303e-06, + "W": 3.0761501790266266e-08, + "N": 4.769594852405135e-06, + "Y": 0.0011000040685757995, + "U": 5.957151216762213e-08, + "K": 3.9667817475219636e-08, + "L": 5.953337449682294e-07, + "G": 0.0003726281865965575, + "F": 8.099705155473202e-05, + "E": 0.0003865185135509819, + "T": 0.0004081530496478081, + "P": 0.2512381672859192, + "-": 0.7441474795341492 + }, + "id": "tp_14644" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1830531, + "label": "P", + "classification": { + "B": 9.556612894812133e-06, + "S": 5.827378572575981e-06, + "I": 0.008375835604965687, + "C": 0.00010051341087091714, + "R": 2.245201358164195e-05, + "M": 0.0004140273667871952, + "O": 5.965312084299512e-05, + "W": 5.338214577932376e-06, + "N": 0.00031128578120842576, + "Y": 0.006816942244768143, + "U": 3.6103772345086327e-06, + "K": 0.00012857689580414444, + "L": 6.328510153252864e-06, + "G": 0.0016063966322690248, + "F": 0.005932401865720749, + "E": 0.007928036153316498, + "T": 0.0017347256653010845, + "P": 0.5078328847885132, + "-": 0.4587056338787079 + }, + "id": "tp_14645" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1830631, + "label": "-", + "classification": { + "B": 2.394109799297439e-07, + "S": 6.742799740777627e-08, + "I": 0.0011130005586892366, + "C": 3.6923754578310763e-06, + "R": 8.443275305580755e-07, + "M": 9.416114153282251e-06, + "O": 4.761712261824869e-06, + "W": 1.7405614016752224e-07, + "N": 1.3599362318927888e-05, + "Y": 0.00025047454982995987, + "U": 6.328725277171543e-08, + "K": 5.70031133406701e-08, + "L": 2.585494200957328e-07, + "G": 1.274514215765521e-05, + "F": 7.54242719267495e-05, + "E": 5.373986641643569e-05, + "T": 0.0001550743472762406, + "P": 0.4530368447303772, + "-": 0.5452694296836853 + }, + "id": "tp_14646" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1830764, + "label": "-", + "classification": { + "B": 1.0359949556004722e-05, + "S": 3.8185595485629165e-07, + "I": 0.0026756564620882273, + "C": 7.174501661211252e-05, + "R": 5.381327810027869e-06, + "M": 0.000540427106898278, + "O": 1.4613352504966315e-05, + "W": 5.973314500806737e-07, + "N": 2.810572368616704e-05, + "Y": 0.0031501511111855507, + "U": 8.673310958329239e-07, + "K": 7.662324605917092e-06, + "L": 3.765754399864818e-06, + "G": 0.001966907875612378, + "F": 0.0016897973837330937, + "E": 0.008460554294288158, + "T": 0.00079900654964149, + "P": 0.2694031894207001, + "-": 0.7111708521842957 + }, + "id": "tp_14647" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1830898, + "label": "-", + "classification": { + "B": 3.497333818813786e-05, + "S": 3.350283805048093e-06, + "I": 0.0035136535298079252, + "C": 0.0004764557525049895, + "R": 5.4495027143275365e-05, + "M": 0.0004389788955450058, + "O": 0.00011735304724425077, + "W": 1.1063631063734647e-05, + "N": 0.0001292054948862642, + "Y": 0.0019711265340447426, + "U": 1.4192361049936153e-05, + "K": 1.0227269740425982e-05, + "L": 3.7906618672423065e-05, + "G": 0.0011505164438858628, + "F": 0.00259292870759964, + "E": 0.001370178651995957, + "T": 0.0011117584072053432, + "P": 0.41284745931625366, + "-": 0.5741141438484192 + }, + "id": "tp_14648" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1831031, + "label": "-", + "classification": { + "B": 1.7818010178416444e-07, + "S": 6.261381457761672e-08, + "I": 0.0007130882586352527, + "C": 5.004774720873684e-06, + "R": 6.501143730019976e-07, + "M": 6.473816029028967e-05, + "O": 7.231453764688922e-06, + "W": 1.237457354363869e-07, + "N": 5.234625405137194e-06, + "Y": 0.0003418523701839149, + "U": 6.219223536163554e-08, + "K": 1.7532091334260258e-08, + "L": 7.267504429364635e-07, + "G": 4.0330425690626726e-05, + "F": 6.70796653139405e-05, + "E": 6.47936321911402e-05, + "T": 0.0008087807218544185, + "P": 0.33220070600509644, + "-": 0.665679395198822 + }, + "id": "tp_14649" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1831131, + "label": "-", + "classification": { + "B": 6.141099850864862e-10, + "S": 4.774159886866691e-11, + "I": 2.6153058570344e-05, + "C": 4.515366640589491e-07, + "R": 2.5782568968679698e-08, + "M": 4.577676975259237e-07, + "O": 4.3407727190469814e-08, + "W": 8.680332008736968e-10, + "N": 1.006549297244419e-07, + "Y": 0.0003179116756655276, + "U": 2.5099748945933698e-09, + "K": 4.876375214735162e-07, + "L": 8.698132214490784e-10, + "G": 1.573897861817386e-05, + "F": 8.773600711720064e-05, + "E": 5.3971198212821037e-05, + "T": 1.4157996702124365e-05, + "P": 0.05025644227862358, + "-": 0.9492263197898865 + }, + "id": "tp_14650" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1831265, + "label": "-", + "classification": { + "B": 7.755270203801956e-09, + "S": 2.792011732921651e-09, + "I": 5.242824499873677e-06, + "C": 4.6822748345221044e-08, + "R": 3.4998703934974174e-09, + "M": 1.8747817875919282e-06, + "O": 2.593425278973882e-07, + "W": 2.5605841891263026e-09, + "N": 6.548144426687941e-08, + "Y": 3.889782237820327e-05, + "U": 7.709134441924448e-10, + "K": 3.1230302788287645e-09, + "L": 1.0358554902722972e-08, + "G": 3.747670461962116e-06, + "F": 8.41005748952739e-05, + "E": 1.2621807400137186e-05, + "T": 1.7924874555319548e-05, + "P": 0.10632649064064026, + "-": 0.8935086727142334 + }, + "id": "tp_14651" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1831398, + "label": "P", + "classification": { + "B": 5.248714387562359e-07, + "S": 1.0356347246442965e-07, + "I": 0.04254014790058136, + "C": 5.4530602938029915e-05, + "R": 3.50557456840761e-06, + "M": 9.648829291108996e-05, + "O": 3.3562007502041524e-06, + "W": 2.6090685878443765e-07, + "N": 0.0006198222399689257, + "Y": 0.0007137114880606532, + "U": 1.0385979720695104e-07, + "K": 5.5325322136923205e-06, + "L": 2.1531171512378933e-07, + "G": 0.0001762749016052112, + "F": 7.166722934925929e-05, + "E": 0.02148693986237049, + "T": 0.00010248112812405452, + "P": 0.9088681936264038, + "-": 0.025256162509322166 + }, + "id": "tp_14652" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1831532, + "label": "-", + "classification": { + "B": 8.434704454884923e-07, + "S": 4.900668955087895e-07, + "I": 0.0012603856157511473, + "C": 3.493080293992534e-05, + "R": 6.546762506332016e-06, + "M": 1.9528793927747756e-05, + "O": 1.1675451787596103e-05, + "W": 1.5413705796163413e-06, + "N": 4.6628825657535344e-05, + "Y": 0.0004897781764157116, + "U": 1.9391875412111403e-06, + "K": 1.5097778486961033e-05, + "L": 1.124428422372148e-06, + "G": 0.00012499018339440227, + "F": 0.0016058901092037559, + "E": 0.00042088027112185955, + "T": 0.0002079620462609455, + "P": 0.4622838497161865, + "-": 0.5334659218788147 + }, + "id": "tp_14653" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1831632, + "label": "-", + "classification": { + "B": 2.6222915039397776e-07, + "S": 4.912576301308036e-08, + "I": 2.300389860465657e-05, + "C": 1.3980093171994668e-06, + "R": 1.0122414551005932e-07, + "M": 3.7015488487668335e-05, + "O": 3.155147396682878e-06, + "W": 4.9844015137523456e-08, + "N": 3.7181524703555624e-07, + "Y": 0.00036594783887267113, + "U": 2.1965957941461056e-08, + "K": 7.465850870858048e-08, + "L": 3.7019580645392125e-07, + "G": 8.875549247022718e-05, + "F": 0.00045534540549851954, + "E": 6.311607285169885e-05, + "T": 0.0001507870911154896, + "P": 0.06948233395814896, + "-": 0.9293277859687805 + }, + "id": "tp_14654" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1831765, + "label": "P", + "classification": { + "B": 2.336389526291782e-09, + "S": 1.5222878513299065e-09, + "I": 7.599106538691558e-06, + "C": 4.204358639015027e-09, + "R": 1.2375209190729208e-10, + "M": 3.7711945566343275e-08, + "O": 1.3229707995776607e-08, + "W": 5.975469563601621e-10, + "N": 4.043870660552784e-07, + "Y": 5.234270474829827e-07, + "U": 1.6388486401286428e-10, + "K": 6.998090995580242e-09, + "L": 1.326704163195913e-10, + "G": 2.542668084970501e-07, + "F": 1.6423075066995807e-05, + "E": 5.281872654450126e-05, + "T": 6.22027357621846e-07, + "P": 0.951095461845398, + "-": 0.04882566258311272 + }, + "id": "tp_14655" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1831899, + "label": "-", + "classification": { + "B": 0.00014039120287634432, + "S": 0.00022660833201371133, + "I": 0.0028143131639808416, + "C": 0.0004977219505235553, + "R": 0.00022359052672982216, + "M": 0.0013924840604886413, + "O": 0.0013394127599895, + "W": 0.00026101182447746396, + "N": 0.000541025132406503, + "Y": 0.008793613873422146, + "U": 0.00016208254965022206, + "K": 0.0003095717984251678, + "L": 0.00032355327857658267, + "G": 0.0027189382817596197, + "F": 0.019609233364462852, + "E": 0.0019096910255029798, + "T": 0.008510209619998932, + "P": 0.22660274803638458, + "-": 0.7236238121986389 + }, + "id": "tp_14656" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1832032, + "label": "-", + "classification": { + "B": 1.7670008674031124e-06, + "S": 2.76124836773306e-07, + "I": 0.0002944885054603219, + "C": 1.643176619836595e-05, + "R": 1.4851682408334455e-06, + "M": 4.489075217861682e-05, + "O": 7.294139777513919e-06, + "W": 3.895484894655965e-07, + "N": 9.961334399122279e-06, + "Y": 0.002098510740324855, + "U": 2.6307390044166823e-07, + "K": 3.426542753004469e-05, + "L": 5.726936933569959e-07, + "G": 0.0013078277697786689, + "F": 0.0024808496236801147, + "E": 0.0020100048277527094, + "T": 0.0003412551013752818, + "P": 0.18845009803771973, + "-": 0.8028993606567383 + }, + "id": "tp_14657" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1832132, + "label": "-", + "classification": { + "B": 2.662360054639379e-10, + "S": 6.106458450005903e-09, + "I": 1.262892965314677e-05, + "C": 2.616397978272289e-07, + "R": 5.7308575662773364e-08, + "M": 1.9946758129663067e-06, + "O": 4.558359876227769e-07, + "W": 1.4700243688992032e-08, + "N": 2.8452348033169983e-07, + "Y": 0.00019859978056047112, + "U": 3.8644150102129515e-09, + "K": 8.007575047486171e-07, + "L": 3.024565486953179e-09, + "G": 2.1556752471951768e-06, + "F": 0.0002760976494755596, + "E": 3.6787976114283083e-06, + "T": 0.00010957412450807169, + "P": 0.028348051011562347, + "-": 0.9710453152656555 + }, + "id": "tp_14658" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1832266, + "label": "P", + "classification": { + "B": 7.30387182557024e-05, + "S": 2.254142373203649e-06, + "I": 0.0041694785468280315, + "C": 2.1840014596818946e-05, + "R": 2.503235918993596e-06, + "M": 0.00038659555139020085, + "O": 9.899267024593428e-05, + "W": 3.3393844205420464e-06, + "N": 4.1936244087992236e-05, + "Y": 0.00032702242606319487, + "U": 4.588364106439258e-07, + "K": 5.393959057187203e-08, + "L": 3.342065610922873e-05, + "G": 0.00048621551832184196, + "F": 0.00028343801386654377, + "E": 0.002490050159394741, + "T": 0.0004167333827354014, + "P": 0.5887819528579712, + "-": 0.40238073468208313 + }, + "id": "tp_14659" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1832399, + "label": "P", + "classification": { + "B": 6.522986240042883e-08, + "S": 8.615565860736751e-08, + "I": 0.0009601740748621523, + "C": 1.7732710375639726e-06, + "R": 2.282158675370738e-07, + "M": 7.286007075890666e-06, + "O": 1.053984192367352e-06, + "W": 5.933540236924273e-08, + "N": 1.8114931663149036e-05, + "Y": 4.6526700316462666e-05, + "U": 4.5301280948706335e-08, + "K": 2.2784226416661113e-07, + "L": 6.425349141636616e-08, + "G": 1.3723721167480107e-05, + "F": 0.00010213344648946077, + "E": 0.00010662893328117207, + "T": 4.599706153385341e-05, + "P": 0.8944717049598694, + "-": 0.10422411561012268 + }, + "id": "tp_14660" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1832533, + "label": "-", + "classification": { + "B": 2.391992159900269e-09, + "S": 1.2858917264324532e-09, + "I": 0.00010016700252890587, + "C": 1.9295075048830768e-07, + "R": 1.4551295279829901e-08, + "M": 1.586848043189093e-06, + "O": 1.3904747220294666e-07, + "W": 1.4665750835973768e-09, + "N": 4.0530917999603844e-07, + "Y": 7.739722786936909e-05, + "U": 1.1564889046411508e-09, + "K": 1.6230348176549114e-09, + "L": 5.15417841739918e-09, + "G": 2.8961349016753957e-06, + "F": 1.2565942597575486e-05, + "E": 4.17614501202479e-06, + "T": 0.00010145875421585515, + "P": 0.40587475895881653, + "-": 0.5938243269920349 + }, + "id": "tp_14661" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1832633, + "label": "P", + "classification": { + "B": 3.3643070196376357e-07, + "S": 6.432905053088689e-08, + "I": 0.0008884367998689413, + "C": 5.258598321233876e-06, + "R": 5.544350756281347e-07, + "M": 3.1951283745002e-05, + "O": 7.936740985314827e-06, + "W": 1.942117222597517e-07, + "N": 1.0330544682801701e-05, + "Y": 8.106631139526144e-05, + "U": 1.0919202253489857e-07, + "K": 4.4641950580626144e-08, + "L": 8.56252881931141e-07, + "G": 6.475514965131879e-05, + "F": 8.154441457008943e-05, + "E": 0.00013128528371453285, + "T": 0.00012236002658028156, + "P": 0.6358346343040466, + "-": 0.3627382814884186 + }, + "id": "tp_14662" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1832766, + "label": "-", + "classification": { + "B": 5.0102389650419354e-05, + "S": 5.607788625638932e-05, + "I": 0.11394678056240082, + "C": 0.005295371171087027, + "R": 0.00228672893717885, + "M": 0.005270402412861586, + "O": 0.001063426141627133, + "W": 0.00014990070485509932, + "N": 0.002246326534077525, + "Y": 0.10340491682291031, + "U": 6.0881840909132734e-05, + "K": 0.00013188683078624308, + "L": 0.0002068147441605106, + "G": 0.008097780868411064, + "F": 0.003421316621825099, + "E": 0.0032969964668154716, + "T": 0.03735046833753586, + "P": 0.14219848811626434, + "-": 0.5714653134346008 + }, + "id": "tp_14663" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1832900, + "label": "P", + "classification": { + "B": 2.562662082539191e-08, + "S": 1.0588382082232783e-07, + "I": 0.0007614215719513595, + "C": 1.3099463558319258e-06, + "R": 9.385305332898497e-08, + "M": 4.085300588485552e-06, + "O": 1.2679277006100165e-06, + "W": 8.297421771885638e-08, + "N": 6.382446008501574e-05, + "Y": 5.171601151232608e-05, + "U": 5.1737490736059044e-08, + "K": 6.912579920026474e-06, + "L": 3.044682372888019e-08, + "G": 9.201487046084367e-06, + "F": 0.0004168222949374467, + "E": 0.0006271106540225446, + "T": 3.974218270741403e-05, + "P": 0.8187373280525208, + "-": 0.17927895486354828 + }, + "id": "tp_14664" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1833033, + "label": "-", + "classification": { + "B": 8.329372576554306e-06, + "S": 1.0634548743837513e-05, + "I": 0.004820444155484438, + "C": 0.0004376560391392559, + "R": 5.354268796509132e-05, + "M": 0.0004962249076925218, + "O": 0.00016557994240429252, + "W": 1.2433984920789953e-05, + "N": 0.0003397829714231193, + "Y": 0.0034679619129747152, + "U": 1.5484529285458848e-05, + "K": 9.812139614950866e-05, + "L": 1.36522576212883e-05, + "G": 0.0011666954960674047, + "F": 0.0019936293829232454, + "E": 0.0019989018328487873, + "T": 0.002550536533817649, + "P": 0.3234335482120514, + "-": 0.6589168310165405 + }, + "id": "tp_14665" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1833133, + "label": "-", + "classification": { + "B": 1.9202836543108504e-10, + "S": 1.478252069364583e-11, + "I": 2.232290353276767e-05, + "C": 1.654534997896917e-07, + "R": 7.876146845831045e-09, + "M": 2.183267895361496e-07, + "O": 2.6033198707864358e-08, + "W": 1.0398051170090739e-10, + "N": 2.981363778076229e-08, + "Y": 1.4647021998825949e-05, + "U": 1.2670434146322407e-10, + "K": 1.391702308950471e-10, + "L": 4.732954028696668e-10, + "G": 6.823964895374957e-07, + "F": 9.742189831740689e-06, + "E": 5.736843036174832e-07, + "T": 5.054875146015547e-06, + "P": 0.18237696588039398, + "-": 0.8175696730613708 + }, + "id": "tp_14666" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1833267, + "label": "-", + "classification": { + "B": 0.00023334195429924875, + "S": 5.158677595318295e-06, + "I": 0.0024490144569426775, + "C": 0.00015425404126290232, + "R": 2.6130956030101515e-05, + "M": 0.0022000086028128862, + "O": 0.00025190625456161797, + "W": 7.619059942953754e-06, + "N": 3.982002817792818e-05, + "Y": 0.0023264437913894653, + "U": 2.3192583284981083e-06, + "K": 3.5717766877496615e-07, + "L": 0.00014241712051443756, + "G": 0.003553220070898533, + "F": 0.0010872215498238802, + "E": 0.0016544460086151958, + "T": 0.001935100182890892, + "P": 0.24104726314544678, + "-": 0.7428840398788452 + }, + "id": "tp_14667" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1833400, + "label": "P", + "classification": { + "B": 0.0034315583761781454, + "S": 0.0012714761542156339, + "I": 0.16676853597164154, + "C": 0.01833980344235897, + "R": 0.0040624383836984634, + "M": 0.028376929461956024, + "O": 0.0048224893398582935, + "W": 0.00100423744879663, + "N": 0.013714104890823364, + "Y": 0.06476294249296188, + "U": 0.0004542793321888894, + "K": 0.0012837792746722698, + "L": 0.002826405456289649, + "G": 0.05570551007986069, + "F": 0.019364474341273308, + "E": 0.1262032836675644, + "T": 0.022812513634562492, + "P": 0.25592920184135437, + "-": 0.20886607468128204 + }, + "id": "tp_14668" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1833500, + "label": "-", + "classification": { + "B": 2.6169363991357386e-05, + "S": 2.0992109057260677e-05, + "I": 0.013970091938972473, + "C": 0.0001214070143760182, + "R": 2.60295291809598e-05, + "M": 0.0009671988082118332, + "O": 0.00019936617172788829, + "W": 1.2897008673462551e-05, + "N": 0.0005947018507868052, + "Y": 0.012468565255403519, + "U": 8.17781710793497e-06, + "K": 1.0367200047767255e-05, + "L": 2.3939857783261687e-05, + "G": 0.0012953224359080195, + "F": 0.0012425084132701159, + "E": 0.0011724286014214158, + "T": 0.01835538074374199, + "P": 0.39930984377861023, + "-": 0.5501745939254761 + }, + "id": "tp_14669" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1833634, + "label": "-", + "classification": { + "B": 1.2907668178741005e-06, + "S": 3.5052579505645554e-07, + "I": 0.0004885628004558384, + "C": 1.3600963029603008e-05, + "R": 2.880272859329125e-06, + "M": 4.463856384973042e-05, + "O": 1.6974021491478197e-05, + "W": 9.149494530902302e-07, + "N": 1.2040527508361265e-05, + "Y": 0.0005598062416538596, + "U": 5.969364451630099e-07, + "K": 4.901100396637048e-07, + "L": 2.544553126426763e-06, + "G": 9.724867413751781e-05, + "F": 0.0009438122506253421, + "E": 0.00013776999549008906, + "T": 0.0003848031919915229, + "P": 0.2632409930229187, + "-": 0.7340505719184875 + }, + "id": "tp_14670" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1833767, + "label": "-", + "classification": { + "B": 2.7679334380081855e-06, + "S": 1.4754547805750917e-07, + "I": 0.00020574266090989113, + "C": 6.5359686232113745e-06, + "R": 4.869700092058338e-07, + "M": 4.48626815341413e-05, + "O": 1.0297653716406785e-05, + "W": 2.7196193741474417e-07, + "N": 4.120065568713471e-06, + "Y": 0.00012374870129860938, + "U": 6.462521184857906e-08, + "K": 4.533096387149271e-08, + "L": 1.2095285910618259e-06, + "G": 6.132025009719655e-05, + "F": 0.00015369727043434978, + "E": 0.0002522693539503962, + "T": 0.00011431661550886929, + "P": 0.29766538739204407, + "-": 0.7013526558876038 + }, + "id": "tp_14671" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1833901, + "label": "P", + "classification": { + "B": 3.6991981033906995e-08, + "S": 4.3171313746093176e-10, + "I": 9.231065632775426e-06, + "C": 1.3581316693489498e-07, + "R": 5.034568761885794e-09, + "M": 5.355535677153966e-07, + "O": 1.834600027450506e-07, + "W": 2.5489972355074997e-09, + "N": 9.132685363510973e-08, + "Y": 3.397376758584869e-06, + "U": 1.6069671149310238e-09, + "K": 9.588539962024356e-10, + "L": 8.14405876070623e-09, + "G": 3.224914053134853e-06, + "F": 1.1394560715416446e-05, + "E": 4.517495199252153e-06, + "T": 9.360458534501959e-06, + "P": 0.5748957395553589, + "-": 0.4250621497631073 + }, + "id": "tp_14672" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1834001, + "label": "-", + "classification": { + "B": 1.8981923858518712e-05, + "S": 0.00015746874851174653, + "I": 0.013674773275852203, + "C": 0.0009350170730613172, + "R": 0.00021979502344038337, + "M": 0.0018821745179593563, + "O": 0.0007132975151762366, + "W": 0.00010342091991333291, + "N": 0.0017715387511998415, + "Y": 0.010213784873485565, + "U": 3.925894998246804e-05, + "K": 0.00045544846216216683, + "L": 8.349618292413652e-05, + "G": 0.002201597671955824, + "F": 0.013846775516867638, + "E": 0.005569035187363625, + "T": 0.010763915255665779, + "P": 0.34423142671585083, + "-": 0.5931187868118286 + }, + "id": "tp_14673" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1834134, + "label": "P", + "classification": { + "B": 2.912283321165887e-07, + "S": 5.22937959601677e-08, + "I": 0.013494420796632767, + "C": 3.56163909600582e-05, + "R": 2.275985480082454e-06, + "M": 0.00010369494702899829, + "O": 3.919042228517355e-06, + "W": 1.1577316172406427e-07, + "N": 4.488970444072038e-05, + "Y": 0.004816304426640272, + "U": 9.888069740782157e-08, + "K": 1.9759880842684652e-07, + "L": 4.396489998725883e-07, + "G": 0.0002105218736687675, + "F": 0.00010688582551665604, + "E": 0.0007341564632952213, + "T": 0.0015391662018373609, + "P": 0.5320611596107483, + "-": 0.4468458294868469 + }, + "id": "tp_14674" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1834268, + "label": "-", + "classification": { + "B": 8.465523282374932e-10, + "S": 1.9225618874685324e-09, + "I": 2.002367182285525e-05, + "C": 7.397272838716162e-08, + "R": 2.346694394361748e-08, + "M": 8.565477401134558e-06, + "O": 4.615268949237361e-07, + "W": 3.886846400291688e-09, + "N": 1.6590300333518826e-07, + "Y": 0.00010897772153839469, + "U": 8.161394893235752e-10, + "K": 1.635378055198089e-08, + "L": 1.318142395234645e-08, + "G": 7.136120984796435e-06, + "F": 0.00013965312973596156, + "E": 1.052032439474715e-05, + "T": 0.00016170194430742413, + "P": 0.11105195432901382, + "-": 0.888490617275238 + }, + "id": "tp_14675" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1834401, + "label": "P", + "classification": { + "B": 3.6462768093770137e-06, + "S": 1.0480231139808893e-05, + "I": 0.13820041716098785, + "C": 5.088042962597683e-05, + "R": 8.9053037299891e-06, + "M": 0.0001359412126475945, + "O": 2.274992766615469e-05, + "W": 6.608746843994595e-06, + "N": 0.005201688036322594, + "Y": 0.0005537830875255167, + "U": 9.12437201350258e-07, + "K": 9.960601892089471e-05, + "L": 9.820355444389861e-07, + "G": 0.00016972568118944764, + "F": 0.00039338631904684007, + "E": 0.00959412194788456, + "T": 0.0003114456485491246, + "P": 0.823032557964325, + "-": 0.02220221981406212 + }, + "id": "tp_14676" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1834501, + "label": "-", + "classification": { + "B": 1.8564003312349087e-06, + "S": 3.841841476059926e-07, + "I": 0.00031668698647990823, + "C": 6.1043592722853646e-06, + "R": 1.16358728519117e-06, + "M": 6.570984260179102e-05, + "O": 1.2577268535096664e-05, + "W": 6.293614092101052e-07, + "N": 1.2642014553421177e-05, + "Y": 0.0003714477934408933, + "U": 3.9786826278032095e-07, + "K": 2.3440056793333497e-06, + "L": 6.840023729637323e-07, + "G": 0.00012337950465735048, + "F": 0.0006945967907086015, + "E": 0.00031581069924868643, + "T": 0.0003400965651962906, + "P": 0.39653417468070984, + "-": 0.6011993885040283 + }, + "id": "tp_14677" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1834635, + "label": "-", + "classification": { + "B": 4.9275527658210194e-08, + "S": 1.6129412472309923e-08, + "I": 0.00022046187950763851, + "C": 9.311199391959235e-06, + "R": 3.2692381068955e-07, + "M": 4.238347173668444e-06, + "O": 1.3516014405468013e-06, + "W": 4.414519594320154e-08, + "N": 3.8995322029222734e-06, + "Y": 0.00010974796168738976, + "U": 6.182681033806148e-08, + "K": 5.236408355813182e-07, + "L": 6.272741615021005e-08, + "G": 2.8237211154191755e-05, + "F": 0.00041932857129722834, + "E": 0.00017794071754906327, + "T": 4.440333214006387e-05, + "P": 0.23184551298618317, + "-": 0.7671345472335815 + }, + "id": "tp_14678" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1834768, + "label": "-", + "classification": { + "B": 2.2757446913601598e-06, + "S": 1.4927758229532628e-06, + "I": 0.0018565383506938815, + "C": 0.0001810912654036656, + "R": 1.6640489775454625e-05, + "M": 0.0001861537020886317, + "O": 4.14439600717742e-05, + "W": 3.123341457467177e-06, + "N": 8.680918836034834e-05, + "Y": 0.001315502100624144, + "U": 2.716433527893969e-06, + "K": 3.5132568882545456e-05, + "L": 4.61877334601013e-06, + "G": 0.0005507374298758805, + "F": 0.006245825439691544, + "E": 0.0022024044301360846, + "T": 0.0005189471994526684, + "P": 0.36916518211364746, + "-": 0.6175833344459534 + }, + "id": "tp_14679" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1834902, + "label": "-", + "classification": { + "B": 5.478340199260856e-07, + "S": 3.4417556804555716e-08, + "I": 0.001124441740103066, + "C": 1.3658182069775648e-05, + "R": 1.2823475117329508e-06, + "M": 2.2686104784952477e-05, + "O": 3.926907083950937e-06, + "W": 1.6631479127227067e-07, + "N": 8.342520231963135e-06, + "Y": 0.00027197322924621403, + "U": 2.121457072234989e-07, + "K": 7.303039240014186e-08, + "L": 4.643030706574791e-07, + "G": 5.030291504226625e-05, + "F": 4.255856038071215e-05, + "E": 7.718679262325168e-05, + "T": 0.0003264716942794621, + "P": 0.4912256896495819, + "-": 0.5068299770355225 + }, + "id": "tp_14680" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1835002, + "label": "P", + "classification": { + "B": 0.001773581258021295, + "S": 0.00017183639283757657, + "I": 0.07010212540626526, + "C": 0.002089661778882146, + "R": 0.0007277957629412413, + "M": 0.006943417713046074, + "O": 0.002004618989303708, + "W": 0.00020904959819745272, + "N": 0.0020600957795977592, + "Y": 0.01441502757370472, + "U": 7.978562643984333e-05, + "K": 3.3772052120184526e-05, + "L": 0.0012533619301393628, + "G": 0.011434050276875496, + "F": 0.004451517015695572, + "E": 0.016069840639829636, + "T": 0.0069028758443892, + "P": 0.5173813104629517, + "-": 0.3418963551521301 + }, + "id": "tp_14681" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1835135, + "label": "-", + "classification": { + "B": 9.342013385094106e-09, + "S": 1.904611579561788e-08, + "I": 1.3490638593793847e-05, + "C": 7.267703949764837e-07, + "R": 5.3472621885930494e-08, + "M": 2.3093411982699763e-06, + "O": 5.841301344844396e-07, + "W": 2.1391178606222638e-08, + "N": 4.6181710899872996e-07, + "Y": 0.0001031153806252405, + "U": 1.5053617019589183e-08, + "K": 2.6724726467364235e-06, + "L": 1.3346258320723337e-08, + "G": 8.570609679736663e-06, + "F": 0.0016774518880993128, + "E": 2.609538205433637e-05, + "T": 4.478339906199835e-05, + "P": 0.06617112457752228, + "-": 0.9319484829902649 + }, + "id": "tp_14682" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1835269, + "label": "-", + "classification": { + "B": 1.4021155720911338e-06, + "S": 1.2776393987223855e-06, + "I": 0.0043264818377792835, + "C": 6.724255945300683e-05, + "R": 1.46349930219003e-05, + "M": 0.00012385396985337138, + "O": 3.495028067845851e-05, + "W": 3.097343096669647e-06, + "N": 0.00015451082435902208, + "Y": 0.0065179504454135895, + "U": 1.927160838022246e-06, + "K": 0.00010062422370538116, + "L": 2.3142299596656812e-06, + "G": 0.0008331486606039107, + "F": 0.004714867565780878, + "E": 0.0027903923764824867, + "T": 0.0013366506900638342, + "P": 0.3168899714946747, + "-": 0.6620846390724182 + }, + "id": "tp_14683" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1835402, + "label": "-", + "classification": { + "B": 0.0002814275794662535, + "S": 1.7681690223980695e-05, + "I": 0.027489038184285164, + "C": 0.001149857183918357, + "R": 9.848211630014703e-05, + "M": 0.006806324236094952, + "O": 0.0004833237617276609, + "W": 2.3715681891189888e-05, + "N": 0.00045252504060044885, + "Y": 0.008002192713320255, + "U": 1.013033397612162e-05, + "K": 2.7947778562520398e-06, + "L": 0.00030235445592552423, + "G": 0.005506560206413269, + "F": 0.0015514533733949065, + "E": 0.014633123762905598, + "T": 0.0038988101296126842, + "P": 0.4358667731285095, + "-": 0.4934234321117401 + }, + "id": "tp_14684" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1835502, + "label": "-", + "classification": { + "B": 1.4109506309978315e-06, + "S": 3.6794705238207825e-07, + "I": 0.002158109098672867, + "C": 0.00016006290388759226, + "R": 2.11979840969434e-05, + "M": 9.725755808176473e-05, + "O": 2.793249768728856e-05, + "W": 1.6118297025968786e-06, + "N": 6.018443309585564e-05, + "Y": 0.0018567392835393548, + "U": 5.431092176877428e-06, + "K": 7.390526661765762e-06, + "L": 3.2486345844517928e-06, + "G": 0.0002915147051680833, + "F": 0.0005767841939814389, + "E": 0.00035269095678813756, + "T": 0.0011762079084292054, + "P": 0.19081273674964905, + "-": 0.8023891448974609 + }, + "id": "tp_14685" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1835636, + "label": "-", + "classification": { + "B": 2.8789841621801315e-07, + "S": 4.379581355351547e-07, + "I": 0.000760842056479305, + "C": 2.1346737412386574e-05, + "R": 1.7222058659172035e-06, + "M": 2.522260183468461e-05, + "O": 1.0079668754769955e-05, + "W": 5.32958154053631e-07, + "N": 4.954866017214954e-05, + "Y": 0.0005590579239651561, + "U": 7.645829214197875e-07, + "K": 7.98819564806763e-06, + "L": 5.371981046664587e-07, + "G": 0.00011877810902660713, + "F": 0.0009117948357015848, + "E": 0.0005850336747244, + "T": 0.0003561690391507, + "P": 0.34486672282218933, + "-": 0.6517230868339539 + }, + "id": "tp_14686" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1835769, + "label": "-", + "classification": { + "B": 3.8563943149938495e-09, + "S": 6.66607391508478e-09, + "I": 9.029125067172572e-06, + "C": 3.4402970072733297e-07, + "R": 8.503901582912476e-09, + "M": 1.4854070968794986e-06, + "O": 4.815659622181556e-07, + "W": 4.15814493948119e-09, + "N": 3.4460271081115934e-07, + "Y": 3.243918399675749e-05, + "U": 2.775119911646584e-09, + "K": 2.6593621527126743e-08, + "L": 8.068935741789574e-09, + "G": 5.168589723325567e-06, + "F": 0.00014927105803508312, + "E": 1.130051623476902e-05, + "T": 2.5623994588386267e-05, + "P": 0.14800558984279633, + "-": 0.8517588376998901 + }, + "id": "tp_14687" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1835903, + "label": "-", + "classification": { + "B": 2.693232545425417e-06, + "S": 1.8531297882873332e-06, + "I": 0.0032537109218537807, + "C": 7.096117769833654e-05, + "R": 1.5387935491162352e-05, + "M": 0.0002462008851580322, + "O": 4.662272476707585e-05, + "W": 3.4245131246279925e-06, + "N": 0.0001159782987087965, + "Y": 0.00345067260786891, + "U": 2.603955408631009e-06, + "K": 4.836115112993866e-05, + "L": 2.9495595299522392e-06, + "G": 0.000661819358356297, + "F": 0.0020087086595594883, + "E": 0.0015910316724330187, + "T": 0.001960368361324072, + "P": 0.2910650372505188, + "-": 0.695451557636261 + }, + "id": "tp_14688" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1836003, + "label": "-", + "classification": { + "B": 1.629643520573154e-05, + "S": 3.3999476727331057e-06, + "I": 0.00020821632642764598, + "C": 4.823524250241462e-06, + "R": 1.7541867691761581e-06, + "M": 4.0675924537936226e-05, + "O": 8.632406388642266e-05, + "W": 6.4376581576652825e-06, + "N": 7.319449650822207e-06, + "Y": 0.0001952900638571009, + "U": 6.072862106520915e-07, + "K": 2.4685621724529483e-07, + "L": 9.289467925555073e-06, + "G": 0.00010008610115619376, + "F": 0.000830046134069562, + "E": 5.567560583585873e-05, + "T": 0.000323111773468554, + "P": 0.2922248840332031, + "-": 0.7058854699134827 + }, + "id": "tp_14689" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1836136, + "label": "-", + "classification": { + "B": 2.69515982864732e-08, + "S": 1.114800518564607e-08, + "I": 0.00019565604452509433, + "C": 4.633393018593779e-06, + "R": 4.182428483545664e-07, + "M": 1.3289315575093497e-05, + "O": 1.2231539585627615e-06, + "W": 4.1398539707415694e-08, + "N": 2.01079819817096e-06, + "Y": 0.00029302065377123654, + "U": 5.4028284068863286e-08, + "K": 4.795223276232718e-07, + "L": 1.2297009277517645e-07, + "G": 7.381844625342637e-05, + "F": 0.0006504686898551881, + "E": 0.00019304564921185374, + "T": 0.00010029929399024695, + "P": 0.24402420222759247, + "-": 0.7544472217559814 + }, + "id": "tp_14690" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1836270, + "label": "-", + "classification": { + "B": 1.6393827536376193e-05, + "S": 1.5534113117610104e-05, + "I": 0.004193013533949852, + "C": 0.0005670490791089833, + "R": 8.240885654231533e-05, + "M": 0.00077191146556288, + "O": 0.0002540377900004387, + "W": 3.1987456168280914e-05, + "N": 0.0004975054180249572, + "Y": 0.005317781586199999, + "U": 3.7210815207799897e-05, + "K": 0.00042615749407559633, + "L": 3.2483902032254264e-05, + "G": 0.0020296787843108177, + "F": 0.009549549780786037, + "E": 0.006070914212614298, + "T": 0.0026549340691417456, + "P": 0.24220573902130127, + "-": 0.7252457737922668 + }, + "id": "tp_14691" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1836403, + "label": "P", + "classification": { + "B": 2.3584924235819926e-08, + "S": 2.6873454572751143e-08, + "I": 1.892509317258373e-05, + "C": 3.1176148240774637e-07, + "R": 1.3962734968231416e-08, + "M": 5.32007447873184e-07, + "O": 6.406784223145223e-07, + "W": 3.654019309351497e-08, + "N": 8.62943807078409e-07, + "Y": 1.2750158020935487e-05, + "U": 5.796558788517814e-09, + "K": 1.0559430307921502e-07, + "L": 1.3858568514990566e-08, + "G": 3.7846107261430006e-06, + "F": 0.0008298751781694591, + "E": 2.8761050998582505e-05, + "T": 6.609517640754348e-06, + "P": 0.5222492218017578, + "-": 0.4768475294113159 + }, + "id": "tp_14692" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1836503, + "label": "P", + "classification": { + "B": 0.0015625064261257648, + "S": 0.00013080584176350385, + "I": 0.009486819617450237, + "C": 0.0009236736805178225, + "R": 0.00022374092077370733, + "M": 0.0025671077892184258, + "O": 0.001124697271734476, + "W": 0.00022747315233573318, + "N": 0.001233754912391305, + "Y": 0.007741842418909073, + "U": 0.00014822442608419806, + "K": 0.0001682841539150104, + "L": 0.00030985919875092804, + "G": 0.00545866833999753, + "F": 0.0052995625883340836, + "E": 0.008471649140119553, + "T": 0.0048844655975699425, + "P": 0.5881752371788025, + "-": 0.36186161637306213 + }, + "id": "tp_14693" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1836637, + "label": "P", + "classification": { + "B": 0.0009372574277222157, + "S": 3.602831930038519e-05, + "I": 0.006783279590308666, + "C": 6.221820513019338e-06, + "R": 2.2869728582008975e-06, + "M": 0.00021907148766331375, + "O": 5.3514584578806534e-05, + "W": 9.051728738995735e-06, + "N": 0.0004365677887108177, + "Y": 3.6474186345003545e-05, + "U": 6.812507535869372e-07, + "K": 4.206007417906221e-07, + "L": 1.461600186303258e-05, + "G": 9.527205111226067e-05, + "F": 0.0001554930058773607, + "E": 0.002437772462144494, + "T": 0.00010245303565170616, + "P": 0.9690074324607849, + "-": 0.01966613531112671 + }, + "id": "tp_14694" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1836770, + "label": "-", + "classification": { + "B": 1.1662219549180008e-05, + "S": 2.375638359808363e-06, + "I": 0.0004309159703552723, + "C": 1.3675524314749055e-05, + "R": 3.5662963000504533e-06, + "M": 0.00010010472033172846, + "O": 5.615280315396376e-05, + "W": 2.8587210181285627e-06, + "N": 2.848009353328962e-05, + "Y": 0.000803074799478054, + "U": 1.423382741450041e-06, + "K": 3.350973202032037e-06, + "L": 6.54309178571566e-06, + "G": 0.0004191462357994169, + "F": 0.0014762076316401362, + "E": 0.0005831590970046818, + "T": 0.0006664308602921665, + "P": 0.31536293029785156, + "-": 0.6800279021263123 + }, + "id": "tp_14695" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1836904, + "label": "-", + "classification": { + "B": 1.0630493306962308e-05, + "S": 1.5904954580037156e-06, + "I": 0.0013902877690270543, + "C": 3.273529728176072e-05, + "R": 3.831396497844253e-06, + "M": 0.00024680705973878503, + "O": 4.633300704881549e-05, + "W": 2.3157997475209413e-06, + "N": 2.724582373048179e-05, + "Y": 0.0004191090993117541, + "U": 1.0173386044698418e-06, + "K": 1.1760050711018266e-07, + "L": 1.2979073289898224e-05, + "G": 0.00012394023360684514, + "F": 0.0003150256525259465, + "E": 0.0004019397310912609, + "T": 0.0006866561598144472, + "P": 0.4564545154571533, + "-": 0.5398229956626892 + }, + "id": "tp_14696" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1837004, + "label": "-", + "classification": { + "B": 0.00014993138029240072, + "S": 1.0255901543132495e-05, + "I": 0.009857306256890297, + "C": 0.0004886771203018725, + "R": 5.236636206973344e-05, + "M": 0.001253270311281085, + "O": 0.0002271628036396578, + "W": 1.8391931007499807e-05, + "N": 0.000188757898285985, + "Y": 0.003830138361081481, + "U": 8.044301466725301e-06, + "K": 1.3277154948809766e-06, + "L": 0.00010554011532803997, + "G": 0.0015861127758398652, + "F": 0.0007259966805577278, + "E": 0.004004731774330139, + "T": 0.002551848068833351, + "P": 0.4411253035068512, + "-": 0.5338148474693298 + }, + "id": "tp_14697" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1837137, + "label": "-", + "classification": { + "B": 1.6359409471533581e-07, + "S": 1.324481786468823e-07, + "I": 0.0027456076350063086, + "C": 1.882071592262946e-05, + "R": 2.244996721856296e-06, + "M": 5.861592580913566e-05, + "O": 1.1713641470123548e-05, + "W": 3.5635858353089134e-07, + "N": 3.564864528016187e-05, + "Y": 0.0009798288810998201, + "U": 1.9889843372311589e-07, + "K": 1.7230282765012817e-06, + "L": 4.779659548148629e-07, + "G": 0.00015325997082982212, + "F": 0.000248618918703869, + "E": 0.00034560105996206403, + "T": 0.0006720327073708177, + "P": 0.284812331199646, + "-": 0.7099126577377319 + }, + "id": "tp_14698" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1837271, + "label": "P", + "classification": { + "B": 1.4946931514714379e-05, + "S": 7.187103619799018e-06, + "I": 0.0026013068854808807, + "C": 8.331435674335808e-05, + "R": 1.4775499948882498e-05, + "M": 0.00017002871027216315, + "O": 8.216658898163587e-05, + "W": 1.4913499398971908e-05, + "N": 0.00024590021348558366, + "Y": 0.0016964089591056108, + "U": 1.4913016457285266e-05, + "K": 0.00012978697486687452, + "L": 6.723348633386195e-06, + "G": 0.0007312031812034547, + "F": 0.004842783324420452, + "E": 0.0036936181131750345, + "T": 0.0006481574382632971, + "P": 0.5657593607902527, + "-": 0.4192425012588501 + }, + "id": "tp_14699" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1837404, + "label": "P", + "classification": { + "B": 1.6884250442217308e-08, + "S": 1.2983189634496739e-08, + "I": 8.194614929379895e-05, + "C": 3.275893902809912e-07, + "R": 3.058742947814608e-08, + "M": 2.1579660369752673e-06, + "O": 4.7356240884255385e-07, + "W": 1.5061281999351195e-08, + "N": 1.0302461532774032e-06, + "Y": 2.625535853439942e-05, + "U": 9.100868503253423e-09, + "K": 7.501553511701786e-08, + "L": 1.766116319856792e-08, + "G": 4.830990292248316e-06, + "F": 9.957244765246287e-05, + "E": 2.9066717615933158e-05, + "T": 2.2718197214999236e-05, + "P": 0.6089117527008057, + "-": 0.3908196985721588 + }, + "id": "tp_14700" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1837504, + "label": "P", + "classification": { + "B": 0.00031025850330479443, + "S": 0.00021869951160624623, + "I": 0.030890315771102905, + "C": 0.0016990682343021035, + "R": 0.0006277697975747287, + "M": 0.0034144683741033077, + "O": 0.0011103687575086951, + "W": 0.00023100097314454615, + "N": 0.004009841475635767, + "Y": 0.011926934123039246, + "U": 0.00018746695423033088, + "K": 0.0006919981096871197, + "L": 0.00023540256370324641, + "G": 0.0060799336060881615, + "F": 0.008144766092300415, + "E": 0.014004562981426716, + "T": 0.006804765202105045, + "P": 0.606517493724823, + "-": 0.30289486050605774 + }, + "id": "tp_14701" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1837638, + "label": "-", + "classification": { + "B": 4.619258561433526e-06, + "S": 1.3949778576716199e-07, + "I": 0.000658172823023051, + "C": 1.0260899216518737e-05, + "R": 1.3419880815490615e-06, + "M": 9.623180812923238e-05, + "O": 1.4718469174113125e-05, + "W": 5.032244416725007e-07, + "N": 7.415733307425398e-06, + "Y": 0.000515902996994555, + "U": 3.4180300190200796e-07, + "K": 1.097211494993644e-07, + "L": 2.8808362912968732e-06, + "G": 0.0002577542618382722, + "F": 0.00024936007685028017, + "E": 0.0003443376626819372, + "T": 0.0004387437948025763, + "P": 0.25628289580345154, + "-": 0.7411142587661743 + }, + "id": "tp_14702" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1837771, + "label": "-", + "classification": { + "B": 1.1601068763411604e-05, + "S": 1.7722130678521353e-06, + "I": 0.000839543528854847, + "C": 4.0225251723313704e-05, + "R": 5.054756002209615e-06, + "M": 0.00023621026775799692, + "O": 5.431193858385086e-05, + "W": 1.7666108078628895e-06, + "N": 3.5760298487730324e-05, + "Y": 0.0010892191203311086, + "U": 1.0720740419856156e-06, + "K": 2.5118565645243507e-06, + "L": 1.0902821486524772e-05, + "G": 0.0008269925019703805, + "F": 0.002030245028436184, + "E": 0.0011018450604751706, + "T": 0.0008928640163503587, + "P": 0.2369534969329834, + "-": 0.7558646202087402 + }, + "id": "tp_14703" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1837905, + "label": "-", + "classification": { + "B": 2.8199279768159613e-05, + "S": 3.8704591133864596e-05, + "I": 0.00415717763826251, + "C": 0.0009256400517188013, + "R": 0.0002488507598172873, + "M": 0.0016787643544375896, + "O": 0.0003269891603849828, + "W": 4.96966385981068e-05, + "N": 0.00034170172875747085, + "Y": 0.023852983489632607, + "U": 4.535147309070453e-05, + "K": 0.001988072181120515, + "L": 5.699828761862591e-05, + "G": 0.007489815820008516, + "F": 0.02233015187084675, + "E": 0.008391749113798141, + "T": 0.005093798507004976, + "P": 0.11054443567991257, + "-": 0.812410831451416 + }, + "id": "tp_14704" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1838005, + "label": "-", + "classification": { + "B": 2.361274164286442e-05, + "S": 6.623452463827562e-06, + "I": 0.005884022917598486, + "C": 0.0008420867961831391, + "R": 0.00011666819773381576, + "M": 0.00039431152981705964, + "O": 9.29363741306588e-05, + "W": 1.5707890270277858e-05, + "N": 0.0002521743590477854, + "Y": 0.004028509370982647, + "U": 5.1110790082020685e-05, + "K": 0.00014996115351095796, + "L": 4.271028592484072e-05, + "G": 0.001903674565255642, + "F": 0.006075747776776552, + "E": 0.003978358581662178, + "T": 0.0021907284390181303, + "P": 0.37912076711654663, + "-": 0.5948302745819092 + }, + "id": "tp_14705" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1838138, + "label": "-", + "classification": { + "B": 0.00022533211449626833, + "S": 2.22494090849068e-05, + "I": 0.0007003875798545778, + "C": 0.00011447854194557294, + "R": 2.38518350670347e-05, + "M": 0.00022141022782307118, + "O": 0.0003052886459045112, + "W": 2.2135713152238168e-05, + "N": 9.68623862718232e-05, + "Y": 0.00030317544587887824, + "U": 7.94340121501591e-06, + "K": 3.574414222384803e-06, + "L": 6.541703623952344e-05, + "G": 0.0007936158217489719, + "F": 0.0025927862152457237, + "E": 0.0010579127119854093, + "T": 0.0007978061912581325, + "P": 0.4921943247318268, + "-": 0.500451385974884 + }, + "id": "tp_14706" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1838272, + "label": "-", + "classification": { + "B": 3.7344914289860753e-06, + "S": 3.0600642730860272e-06, + "I": 0.0023795890156179667, + "C": 0.00012077140127075836, + "R": 1.808963315852452e-05, + "M": 0.00030758537468500435, + "O": 6.962721090530977e-05, + "W": 5.489802788360976e-06, + "N": 0.0001031023493851535, + "Y": 0.0037437742576003075, + "U": 7.4726922321133316e-06, + "K": 4.010487100458704e-05, + "L": 1.0053774531115778e-05, + "G": 0.0009073461405932903, + "F": 0.0012485067127272487, + "E": 0.001771041308529675, + "T": 0.001847695792093873, + "P": 0.1804736703634262, + "-": 0.8069392442703247 + }, + "id": "tp_14707" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1838405, + "label": "-", + "classification": { + "B": 3.640586214714858e-07, + "S": 3.559622996363032e-08, + "I": 0.0007861440535634756, + "C": 5.792708179797046e-06, + "R": 4.3114411596434365e-07, + "M": 0.00013224525901023299, + "O": 3.281853423686698e-06, + "W": 1.0270262862377422e-07, + "N": 6.892801138747018e-06, + "Y": 0.0006103278137743473, + "U": 1.4297697248366603e-07, + "K": 8.634118557893089e-07, + "L": 3.5431850164968637e-07, + "G": 0.0002506416058167815, + "F": 0.00023148139007389545, + "E": 0.0009138727327808738, + "T": 0.0006301855901256204, + "P": 0.33354198932647705, + "-": 0.6628847718238831 + }, + "id": "tp_14708" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1838505, + "label": "-", + "classification": { + "B": 1.9593038302900823e-07, + "S": 4.423367272465839e-07, + "I": 0.0025359548162668943, + "C": 3.721521716215648e-05, + "R": 7.87421413406264e-06, + "M": 0.0003532536793500185, + "O": 3.7218484067125246e-05, + "W": 1.6791907455626642e-06, + "N": 3.1027087970869616e-05, + "Y": 0.02317235805094242, + "U": 1.2637025292860926e-07, + "K": 2.5596824343665503e-05, + "L": 6.971447987780266e-07, + "G": 0.0009632675792090595, + "F": 0.0008033046615310013, + "E": 0.0006677993224002421, + "T": 0.004420021548867226, + "P": 0.0343213826417923, + "-": 0.9326205849647522 + }, + "id": "tp_14709" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1838639, + "label": "-", + "classification": { + "B": 1.276493719615246e-07, + "S": 1.730633236718404e-08, + "I": 0.00014165460015647113, + "C": 1.3424678400042467e-06, + "R": 2.0515014398370113e-07, + "M": 2.6697998691815883e-05, + "O": 1.5056508573252358e-06, + "W": 1.7461372792126895e-08, + "N": 1.3599956218968146e-06, + "Y": 0.0011878213845193386, + "U": 1.7774075544707557e-08, + "K": 2.465640704940597e-07, + "L": 1.204227118023482e-07, + "G": 0.00013101022341288626, + "F": 0.00030186641379259527, + "E": 9.851687354966998e-05, + "T": 0.000379218312446028, + "P": 0.08628574758768082, + "-": 0.9114425182342529 + }, + "id": "tp_14710" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1838772, + "label": "-", + "classification": { + "B": 3.860260449073394e-07, + "S": 6.286323639415059e-08, + "I": 0.0002776701294351369, + "C": 8.733516551728826e-06, + "R": 1.1307944305372075e-06, + "M": 5.081068957224488e-05, + "O": 7.722804184595589e-06, + "W": 2.1629000457323855e-07, + "N": 2.652980356288026e-06, + "Y": 0.0003720336826518178, + "U": 1.201302950448735e-07, + "K": 5.2094684122039325e-08, + "L": 7.026112029961951e-07, + "G": 6.413291703211144e-05, + "F": 5.852620961377397e-05, + "E": 5.3254170779837295e-05, + "T": 0.00043800720595754683, + "P": 0.1872374415397644, + "-": 0.8114262223243713 + }, + "id": "tp_14711" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1838906, + "label": "-", + "classification": { + "B": 6.527658911181788e-07, + "S": 4.238384221366687e-08, + "I": 5.5594555306015536e-05, + "C": 4.932770707455347e-07, + "R": 3.708295537308004e-08, + "M": 8.42762801767094e-06, + "O": 1.5903084431556636e-06, + "W": 6.293968368709102e-08, + "N": 1.4006691344548017e-06, + "Y": 4.502119918470271e-05, + "U": 1.1947982159199455e-08, + "K": 1.0957818119550211e-07, + "L": 8.8380936347221e-08, + "G": 2.4101582312141545e-05, + "F": 0.0006722193211317062, + "E": 0.0001549956068629399, + "T": 2.2597248971578665e-05, + "P": 0.4799189567565918, + "-": 0.5190935730934143 + }, + "id": "tp_14712" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1839006, + "label": "P", + "classification": { + "B": 0.00010220159310847521, + "S": 3.0298215278889984e-05, + "I": 0.0644637942314148, + "C": 0.0012937597930431366, + "R": 0.0003318825620226562, + "M": 0.0021843204740434885, + "O": 0.0003460361040197313, + "W": 3.424329770496115e-05, + "N": 0.0018558977171778679, + "Y": 0.01723933033645153, + "U": 5.0778588047251105e-05, + "K": 4.10731190640945e-05, + "L": 0.00012813866487704217, + "G": 0.00465654069557786, + "F": 0.002618506085127592, + "E": 0.00439373729750514, + "T": 0.01081500668078661, + "P": 0.5158985257148743, + "-": 0.37351593375205994 + }, + "id": "tp_14713" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1839139, + "label": "-", + "classification": { + "B": 3.9456649574276526e-06, + "S": 1.8696786128202803e-06, + "I": 0.0015295607736334205, + "C": 0.00013367459177970886, + "R": 1.2319208508415613e-05, + "M": 0.0003011959488503635, + "O": 5.8062520110979676e-05, + "W": 4.776545665663434e-06, + "N": 6.156679592095315e-05, + "Y": 0.0015360445249825716, + "U": 6.0498668972286396e-06, + "K": 1.2207193321955856e-05, + "L": 8.346172762685455e-06, + "G": 0.0005294327274896204, + "F": 0.0011089704930782318, + "E": 0.0008801136282272637, + "T": 0.0013809135416522622, + "P": 0.2580912411212921, + "-": 0.734339714050293 + }, + "id": "tp_14714" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1839273, + "label": "P", + "classification": { + "B": 2.387960762462171e-07, + "S": 6.876985736425922e-08, + "I": 0.0005657693836838007, + "C": 1.8209213521913625e-05, + "R": 9.160032163890719e-07, + "M": 1.2454976968001574e-05, + "O": 4.719744538306259e-06, + "W": 3.128061507595703e-07, + "N": 1.557536052132491e-05, + "Y": 0.00013864900392945856, + "U": 1.2256467130100646e-07, + "K": 2.170775132981362e-06, + "L": 1.4487611110780563e-07, + "G": 7.23694174666889e-05, + "F": 0.00022874523710925132, + "E": 0.0010314987739548087, + "T": 5.777408659923822e-05, + "P": 0.5244411826133728, + "-": 0.4734089970588684 + }, + "id": "tp_14715" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1839406, + "label": "P", + "classification": { + "B": 0.0002171307132812217, + "S": 1.065833430402563e-06, + "I": 0.002311099786311388, + "C": 4.4139269448351115e-05, + "R": 3.198834747308865e-06, + "M": 0.0002892446063924581, + "O": 7.999673107406124e-05, + "W": 1.7719401057547657e-06, + "N": 3.135176666546613e-05, + "Y": 0.0001603777491254732, + "U": 6.358461064337462e-07, + "K": 4.9385498357423785e-08, + "L": 2.254993887618184e-05, + "G": 0.0006352058844640851, + "F": 0.00017952892812900245, + "E": 0.0013290134957060218, + "T": 0.00020873760513495654, + "P": 0.5438956022262573, + "-": 0.4505893290042877 + }, + "id": "tp_14716" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1839506, + "label": "-", + "classification": { + "B": 9.721502465254162e-07, + "S": 7.939879083096457e-07, + "I": 0.0005081769777461886, + "C": 1.219164187205024e-05, + "R": 7.330452831411094e-07, + "M": 7.531706796726212e-05, + "O": 8.204306141124107e-06, + "W": 1.183124254566792e-06, + "N": 3.928618025383912e-05, + "Y": 0.0010117033962160349, + "U": 4.429841453656991e-07, + "K": 0.00011444749543443322, + "L": 4.222930840569461e-07, + "G": 0.00021945155458524823, + "F": 0.00461483234539628, + "E": 0.00846937857568264, + "T": 0.00017704856873024255, + "P": 0.39773619174957275, + "-": 0.5870093107223511 + }, + "id": "tp_14717" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1839640, + "label": "-", + "classification": { + "B": 3.818776974640059e-07, + "S": 1.0932765235338593e-06, + "I": 0.0005484348512254655, + "C": 1.2392151802487206e-05, + "R": 3.248719849580084e-06, + "M": 5.846282510901801e-05, + "O": 3.014276626345236e-05, + "W": 1.1955224863413605e-06, + "N": 3.0220307962736115e-05, + "Y": 0.0012458950513973832, + "U": 7.402306323456287e-07, + "K": 7.167028797994135e-06, + "L": 1.4463561228694743e-06, + "G": 0.0001777176366886124, + "F": 0.001882400130853057, + "E": 0.00011831064330181107, + "T": 0.0012343545677140355, + "P": 0.27667197585105896, + "-": 0.7179744243621826 + }, + "id": "tp_14718" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1839773, + "label": "-", + "classification": { + "B": 0.0004334369150456041, + "S": 0.0002030762261711061, + "I": 0.0657886266708374, + "C": 0.0020986462477594614, + "R": 0.0006479576695710421, + "M": 0.0123304957523942, + "O": 0.001795398537069559, + "W": 0.00020692659018095583, + "N": 0.0035779306199401617, + "Y": 0.0827741026878357, + "U": 5.663195042870939e-05, + "K": 0.0007716697291471064, + "L": 0.0003063134499825537, + "G": 0.028068987652659416, + "F": 0.010976724326610565, + "E": 0.02914257161319256, + "T": 0.03136796876788139, + "P": 0.19315023720264435, + "-": 0.5363023281097412 + }, + "id": "tp_14719" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1839907, + "label": "-", + "classification": { + "B": 5.927442543907091e-06, + "S": 5.564712409977801e-06, + "I": 0.0013099530478939414, + "C": 1.969226468645502e-05, + "R": 5.715362021874171e-06, + "M": 0.00022089526464696974, + "O": 4.761214950121939e-05, + "W": 4.704010734712938e-06, + "N": 8.939546387409791e-05, + "Y": 0.0014579241396859288, + "U": 2.389649125689175e-06, + "K": 2.4071019652183168e-05, + "L": 4.632415766536724e-06, + "G": 0.000217317501665093, + "F": 0.00326935644261539, + "E": 0.0013569163857027888, + "T": 0.0012206112733110785, + "P": 0.47743311524391174, + "-": 0.5133041143417358 + }, + "id": "tp_14720" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1840007, + "label": "-", + "classification": { + "B": 6.179717729537515e-06, + "S": 8.461022844130639e-06, + "I": 0.003625662764534354, + "C": 7.436911255354062e-05, + "R": 3.5527380532585084e-05, + "M": 0.00033839818206615746, + "O": 0.00015865408931858838, + "W": 1.570356653246563e-05, + "N": 0.0003890361695084721, + "Y": 0.005273567978292704, + "U": 8.604926733823959e-06, + "K": 0.00015048039495013654, + "L": 8.751569112064317e-06, + "G": 0.001296376809477806, + "F": 0.0033940947614610195, + "E": 0.002980992663651705, + "T": 0.0026703320909291506, + "P": 0.43313169479370117, + "-": 0.5464330315589905 + }, + "id": "tp_14721" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1840140, + "label": "P", + "classification": { + "B": 3.215740340678508e-09, + "S": 1.3864349668324394e-09, + "I": 3.827991804428166e-06, + "C": 1.7500202176279345e-08, + "R": 7.491248732449662e-10, + "M": 1.1995243198725802e-07, + "O": 7.909370935976767e-08, + "W": 1.2445356967205612e-09, + "N": 1.0874794043047586e-07, + "Y": 9.758897476785933e-07, + "U": 2.143325100734117e-10, + "K": 2.4462989411944136e-09, + "L": 1.1215065542913294e-09, + "G": 4.6492024807776033e-07, + "F": 2.3918537408462726e-05, + "E": 6.851161742815748e-06, + "T": 3.6537160212901654e-06, + "P": 0.5796084403991699, + "-": 0.4203515648841858 + }, + "id": "tp_14722" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1840274, + "label": "-", + "classification": { + "B": 2.3047448394208914e-07, + "S": 8.005253704368442e-08, + "I": 0.002718787407502532, + "C": 2.4315833798027597e-05, + "R": 2.5071522031794302e-06, + "M": 7.324959733523428e-05, + "O": 5.590855380432913e-06, + "W": 3.2889749945752556e-07, + "N": 3.7292476918082684e-05, + "Y": 0.0014564881566911936, + "U": 2.1436741803881887e-07, + "K": 1.5244521819113288e-05, + "L": 2.483633920746797e-07, + "G": 0.0003223528037779033, + "F": 0.0006218967027962208, + "E": 0.004159463103860617, + "T": 0.0003153027791995555, + "P": 0.3604600429534912, + "-": 0.6297864317893982 + }, + "id": "tp_14723" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1840407, + "label": "-", + "classification": { + "B": 3.642901356215589e-05, + "S": 4.910956704406999e-06, + "I": 0.00865708664059639, + "C": 0.00014344709052238613, + "R": 3.128838216071017e-05, + "M": 0.0006440290599130094, + "O": 7.06642895238474e-05, + "W": 8.461355719191488e-06, + "N": 0.00025307602481916547, + "Y": 0.004428527783602476, + "U": 7.472114248230355e-06, + "K": 8.82034219102934e-05, + "L": 1.5126336620596703e-05, + "G": 0.0019414619309827685, + "F": 0.007033803034573793, + "E": 0.007584273815155029, + "T": 0.0011508476454764605, + "P": 0.46169257164001465, + "-": 0.5062083601951599 + }, + "id": "tp_14724" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1840507, + "label": "-", + "classification": { + "B": 3.971861950446964e-09, + "S": 7.117364336783893e-11, + "I": 2.956163143608137e-06, + "C": 2.26856386120744e-07, + "R": 3.6328411390229576e-09, + "M": 3.4046473729176796e-07, + "O": 4.050627211427127e-08, + "W": 2.2999950555213644e-10, + "N": 1.3665163223208765e-08, + "Y": 8.313004400406498e-06, + "U": 5.024110572016127e-10, + "K": 5.668273073133889e-10, + "L": 3.334076570382649e-09, + "G": 2.2213628199097e-06, + "F": 4.286003240849823e-05, + "E": 5.801121460535796e-06, + "T": 3.615406285462086e-06, + "P": 0.11278592050075531, + "-": 0.8871477246284485 + }, + "id": "tp_14725" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1840641, + "label": "-", + "classification": { + "B": 2.2616020487475907e-06, + "S": 2.1044262155101023e-07, + "I": 0.002048708265647292, + "C": 0.00017771082639228553, + "R": 3.3543499739607796e-05, + "M": 0.00011506462033139542, + "O": 2.218837289547082e-05, + "W": 5.77522769162897e-07, + "N": 4.095714757568203e-05, + "Y": 0.0017626971239224076, + "U": 3.023254066647496e-06, + "K": 2.395530600551865e-06, + "L": 4.6166082938725594e-06, + "G": 0.0006757929804734886, + "F": 0.0006184825324453413, + "E": 0.00038351910188794136, + "T": 0.0019379749428480864, + "P": 0.2544534504413605, + "-": 0.7377168536186218 + }, + "id": "tp_14726" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1840774, + "label": "-", + "classification": { + "B": 2.2772736821274897e-11, + "S": 9.635340268709935e-12, + "I": 6.73905674375419e-07, + "C": 1.1611925865295802e-09, + "R": 7.0917147154681e-11, + "M": 4.407394271765952e-08, + "O": 2.4853390456769375e-09, + "W": 1.7078810587989324e-11, + "N": 1.0580988307751227e-09, + "Y": 4.37255357610411e-06, + "U": 4.615544925423709e-12, + "K": 8.219380731588899e-11, + "L": 4.011984494622922e-11, + "G": 1.515432757059898e-07, + "F": 7.06713672116166e-06, + "E": 9.698857184048393e-07, + "T": 1.878151010714646e-06, + "P": 0.07440739870071411, + "-": 0.9255775213241577 + }, + "id": "tp_14727" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1840908, + "label": "P", + "classification": { + "B": 5.688911031143107e-08, + "S": 3.990998198588613e-09, + "I": 9.272052557207644e-05, + "C": 1.4447128933170461e-06, + "R": 5.5311144109282395e-08, + "M": 3.4717431844910607e-06, + "O": 5.269962457532529e-07, + "W": 1.645741498634834e-08, + "N": 3.6881499454466393e-07, + "Y": 4.7814955905778334e-05, + "U": 1.8109338029148603e-08, + "K": 2.183464964389259e-09, + "L": 1.1872278093960631e-07, + "G": 8.338744919456076e-06, + "F": 2.561777364462614e-05, + "E": 1.6473126379423775e-05, + "T": 3.91402245440986e-05, + "P": 0.5140266418457031, + "-": 0.48573726415634155 + }, + "id": "tp_14728" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1841008, + "label": "-", + "classification": { + "B": 5.801047677778115e-07, + "S": 1.6443104300378764e-07, + "I": 0.0002844847331289202, + "C": 4.466786776902154e-06, + "R": 3.0045455901017704e-07, + "M": 2.990042048622854e-05, + "O": 5.466984475788195e-06, + "W": 2.6935654773296847e-07, + "N": 1.3036067684879526e-05, + "Y": 0.00036550237564370036, + "U": 1.537109994842467e-07, + "K": 3.5154898796463385e-06, + "L": 2.191999044498516e-07, + "G": 0.0001035999521263875, + "F": 0.00022738419647794217, + "E": 0.0011366283288225532, + "T": 0.00017416336049791425, + "P": 0.36580055952072144, + "-": 0.6318496465682983 + }, + "id": "tp_14729" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1841141, + "label": "-", + "classification": { + "B": 5.0786544306902215e-05, + "S": 1.3991309970151633e-05, + "I": 0.0009161332855001092, + "C": 1.861234886746388e-05, + "R": 4.835723757423693e-06, + "M": 0.0009515192941762507, + "O": 0.0002644330670591444, + "W": 8.161316145560704e-06, + "N": 2.4309947548317723e-05, + "Y": 0.0009658893686719239, + "U": 9.395807296641578e-07, + "K": 9.495810360249379e-08, + "L": 7.291151996469125e-05, + "G": 0.0006214118329808116, + "F": 0.0007809585076756775, + "E": 0.00028024628409184515, + "T": 0.003369520651176572, + "P": 0.26687851548194885, + "-": 0.7247768044471741 + }, + "id": "tp_14730" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1841275, + "label": "P", + "classification": { + "B": 6.578333682227822e-07, + "S": 4.636387700429623e-07, + "I": 0.0008118891273625195, + "C": 2.0546631276374683e-05, + "R": 2.115241386491107e-06, + "M": 1.6785255866125226e-05, + "O": 7.85260181146441e-06, + "W": 6.237822844923357e-07, + "N": 5.577685806201771e-05, + "Y": 0.00023325678193941712, + "U": 6.201746600709157e-07, + "K": 1.4702637599839363e-05, + "L": 3.4296300555070047e-07, + "G": 7.84677395131439e-05, + "F": 0.000985800172202289, + "E": 0.0006922789616510272, + "T": 0.0001740361622069031, + "P": 0.5509277582168579, + "-": 0.44597601890563965 + }, + "id": "tp_14731" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1841408, + "label": "-", + "classification": { + "B": 9.28920258047583e-07, + "S": 3.766598410948063e-07, + "I": 0.0006019300781190395, + "C": 9.834722732193768e-06, + "R": 1.0411364428364323e-06, + "M": 9.93077628663741e-05, + "O": 5.547436558117624e-06, + "W": 3.8830435755699e-07, + "N": 1.2427618457877543e-05, + "Y": 0.0032944190315902233, + "U": 2.511937680083065e-07, + "K": 1.3342199963517487e-05, + "L": 7.202963274721697e-07, + "G": 0.0005095024243928492, + "F": 0.0023313614074140787, + "E": 0.0016914928564801812, + "T": 0.0005927262827754021, + "P": 0.27026113867759705, + "-": 0.720573365688324 + }, + "id": "tp_14732" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1841508, + "label": "-", + "classification": { + "B": 4.241880802169362e-08, + "S": 1.724653664325615e-08, + "I": 1.623352886781504e-06, + "C": 2.7596547269581606e-08, + "R": 5.3463256044494756e-09, + "M": 1.1207909665245097e-05, + "O": 8.313508033097605e-07, + "W": 6.935518825912368e-09, + "N": 1.2546511385380654e-08, + "Y": 6.235027831280604e-05, + "U": 2.0797480404510793e-10, + "K": 1.2392129544736008e-09, + "L": 3.68794133009942e-08, + "G": 8.056857041083276e-06, + "F": 0.00012750546738971025, + "E": 4.150741006014869e-06, + "T": 5.464276182465255e-05, + "P": 0.018528996035456657, + "-": 0.9812005162239075 + }, + "id": "tp_14733" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1841642, + "label": "-", + "classification": { + "B": 1.5557094229734503e-05, + "S": 2.478441638231743e-05, + "I": 0.09258344769477844, + "C": 0.0022508716210722923, + "R": 0.0008326283423230052, + "M": 0.0018388625467196107, + "O": 0.0006745395949110389, + "W": 3.6963625461794436e-05, + "N": 0.0019283301662653685, + "Y": 0.060535188764333725, + "U": 1.235342824656982e-05, + "K": 1.3637923984788358e-05, + "L": 0.00011160472786286846, + "G": 0.006916675250977278, + "F": 0.0020994399674236774, + "E": 0.0016128582647070289, + "T": 0.03695182874798775, + "P": 0.2617757022380829, + "-": 0.529784619808197 + }, + "id": "tp_14734" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1841775, + "label": "-", + "classification": { + "B": 0.00035777303855866194, + "S": 1.39823159770458e-05, + "I": 0.0021609372925013304, + "C": 0.00022965356765780598, + "R": 6.594484875677153e-05, + "M": 0.002600218402221799, + "O": 0.0004518614150583744, + "W": 2.036431760643609e-05, + "N": 7.859381003072485e-05, + "Y": 0.001746512483805418, + "U": 1.435323792975396e-05, + "K": 1.2988988601136953e-05, + "L": 0.000127999548567459, + "G": 0.003119773929938674, + "F": 0.0026600980199873447, + "E": 0.0017678540898486972, + "T": 0.003505340311676264, + "P": 0.1725575178861618, + "-": 0.8085082173347473 + }, + "id": "tp_14735" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1841875, + "label": "P", + "classification": { + "B": 1.458698261558311e-05, + "S": 1.3300123100634664e-06, + "I": 0.0008918932289816439, + "C": 1.2282205716473982e-05, + "R": 3.691523716042866e-06, + "M": 4.2178857256658375e-05, + "O": 4.1142022382700816e-05, + "W": 2.311595153514645e-06, + "N": 2.5364588509546593e-05, + "Y": 0.0001697382831480354, + "U": 1.0754991990324925e-06, + "K": 1.122178119317141e-07, + "L": 9.215998943545856e-06, + "G": 0.00012088899529771879, + "F": 0.0002604507317300886, + "E": 0.0001299487630603835, + "T": 0.00037764053558930755, + "P": 0.5982186198234558, + "-": 0.39967748522758484 + }, + "id": "tp_14736" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1842009, + "label": "P", + "classification": { + "B": 3.911995463568019e-06, + "S": 2.5325141450593947e-07, + "I": 0.001667161239311099, + "C": 4.82198402096401e-06, + "R": 1.0113502639796934e-06, + "M": 0.0001321630843449384, + "O": 1.0088865565194283e-05, + "W": 2.095439555205303e-07, + "N": 1.7979860785999335e-05, + "Y": 0.0004446551902219653, + "U": 1.037539405501775e-07, + "K": 1.619993099666317e-07, + "L": 1.2981424788449658e-06, + "G": 0.00020335173758212477, + "F": 0.00017676554853096604, + "E": 0.0008529294282197952, + "T": 0.00029406649991869926, + "P": 0.6304213404655457, + "-": 0.36576780676841736 + }, + "id": "tp_14737" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1842142, + "label": "-", + "classification": { + "B": 8.678094900460565e-07, + "S": 7.018525707280787e-07, + "I": 0.0031209446024149656, + "C": 5.840912490384653e-05, + "R": 2.0133531506871805e-05, + "M": 9.226752445101738e-05, + "O": 2.720214251894504e-05, + "W": 1.1523720786499325e-06, + "N": 6.564672366948798e-05, + "Y": 0.003357403911650181, + "U": 1.5904766996754915e-06, + "K": 2.4311016204592306e-06, + "L": 3.905986432073405e-06, + "G": 0.0004694077360909432, + "F": 0.0011196251725777984, + "E": 0.0004339180013630539, + "T": 0.0014531093183904886, + "P": 0.34891077876091003, + "-": 0.6408604383468628 + }, + "id": "tp_14738" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1842276, + "label": "P", + "classification": { + "B": 6.654647677351022e-06, + "S": 6.3970883275032975e-06, + "I": 0.015164886601269245, + "C": 0.0002535231178626418, + "R": 2.929489164671395e-05, + "M": 0.0005446100840345025, + "O": 8.306019299197942e-05, + "W": 1.1192175406904425e-05, + "N": 0.0008841411909088492, + "Y": 0.004763188771903515, + "U": 7.317607014556415e-06, + "K": 0.0002002053224714473, + "L": 5.909967057959875e-06, + "G": 0.0008888760930858552, + "F": 0.0034390969667583704, + "E": 0.015820419415831566, + "T": 0.001281990553252399, + "P": 0.5127058029174805, + "-": 0.44390350580215454 + }, + "id": "tp_14739" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1842376, + "label": "-", + "classification": { + "B": 3.429259152198938e-07, + "S": 2.398853951035562e-07, + "I": 0.01758035644888878, + "C": 4.579395681503229e-05, + "R": 9.87547537079081e-06, + "M": 0.000101399993582163, + "O": 1.557205177959986e-05, + "W": 1.487574991188012e-06, + "N": 0.00026474936748854816, + "Y": 0.007269975729286671, + "U": 3.442329727931792e-07, + "K": 8.284467912744731e-05, + "L": 3.7609672176586173e-07, + "G": 0.0004174901114311069, + "F": 0.0011981597635895014, + "E": 0.003519354620948434, + "T": 0.0013106976402923465, + "P": 0.38443687558174133, + "-": 0.5837441086769104 + }, + "id": "tp_14740" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1842509, + "label": "-", + "classification": { + "B": 0.00028831142117269337, + "S": 0.0009798045502975583, + "I": 0.013342686928808689, + "C": 0.0010039040353149176, + "R": 0.0007745546172372997, + "M": 0.005905479192733765, + "O": 0.0030297315679490566, + "W": 0.0006873645470477641, + "N": 0.0026017881464213133, + "Y": 0.0629192665219307, + "U": 0.0001458224287489429, + "K": 0.004639642313122749, + "L": 0.00032156240195035934, + "G": 0.010480343364179134, + "F": 0.04379719868302345, + "E": 0.008299050852656364, + "T": 0.037020664662122726, + "P": 0.1310272514820099, + "-": 0.6727355718612671 + }, + "id": "tp_14741" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1842643, + "label": "-", + "classification": { + "B": 4.96857637699577e-06, + "S": 1.3233945992396912e-06, + "I": 0.0022119595669209957, + "C": 3.620241113821976e-05, + "R": 9.258262252842542e-06, + "M": 0.00016158395737875253, + "O": 4.239087502355687e-05, + "W": 2.9973764412716264e-06, + "N": 6.490292435046285e-05, + "Y": 0.0022688352037221193, + "U": 2.329951030333177e-06, + "K": 9.631588000047486e-06, + "L": 4.172683929937193e-06, + "G": 0.0004472599539440125, + "F": 0.0007297082920558751, + "E": 0.0008211970562115312, + "T": 0.0013506461400538683, + "P": 0.27571356296539307, + "-": 0.7161170840263367 + }, + "id": "tp_14742" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1842776, + "label": "-", + "classification": { + "B": 1.9143569716106867e-06, + "S": 5.256490567262517e-07, + "I": 0.00019988001440651715, + "C": 1.8513534087105654e-05, + "R": 4.959576472174376e-06, + "M": 5.614057954517193e-05, + "O": 4.2753596062539145e-05, + "W": 1.3272344858705765e-06, + "N": 5.030650299886474e-06, + "Y": 0.0003698471700772643, + "U": 4.613816031451279e-07, + "K": 3.9168335774775187e-07, + "L": 5.9072335716336966e-06, + "G": 0.00023727556981611997, + "F": 0.0006940271705389023, + "E": 6.943789776414633e-05, + "T": 0.0002933815121650696, + "P": 0.1252906620502472, + "-": 0.8727075457572937 + }, + "id": "tp_14743" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1842876, + "label": "P", + "classification": { + "B": 5.481693392539455e-07, + "S": 1.1795854248930482e-07, + "I": 0.00832771323621273, + "C": 3.0357916784851113e-06, + "R": 3.709870668444637e-07, + "M": 2.1755175112048164e-05, + "O": 9.460458159082918e-07, + "W": 3.2763963986326416e-08, + "N": 0.00011816611367976293, + "Y": 0.00010397627193015069, + "U": 2.0613585505202536e-08, + "K": 1.0928297342616133e-06, + "L": 1.291435580696998e-07, + "G": 0.00011282255582045764, + "F": 0.00024771480821073055, + "E": 0.0036330658476799726, + "T": 5.3606225264957175e-05, + "P": 0.9574990272521973, + "-": 0.02987573854625225 + }, + "id": "tp_14744" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1843010, + "label": "-", + "classification": { + "B": 1.5354554960822497e-08, + "S": 1.1322250914602705e-09, + "I": 1.7312572708760854e-06, + "C": 4.139621623266976e-08, + "R": 3.912807411410313e-09, + "M": 2.183814018508201e-07, + "O": 1.5343174197823828e-07, + "W": 2.691940226284828e-09, + "N": 2.6015410270474604e-08, + "Y": 6.7596456574392505e-06, + "U": 3.9193034928608483e-10, + "K": 1.1096272789501427e-09, + "L": 4.721961488485249e-09, + "G": 1.5240179891407024e-06, + "F": 6.667403795290738e-05, + "E": 1.8011536440099007e-06, + "T": 5.8923660617438145e-06, + "P": 0.1897953301668167, + "-": 0.8101197481155396 + }, + "id": "tp_14745" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1843143, + "label": "-", + "classification": { + "B": 0.0010352476965636015, + "S": 0.0004214388900436461, + "I": 0.01401574071496725, + "C": 0.0011252742260694504, + "R": 0.0003105208743363619, + "M": 0.006766641512513161, + "O": 0.0016973463352769613, + "W": 0.00028886410291306674, + "N": 0.0017934476491063833, + "Y": 0.01608903706073761, + "U": 0.00012801475531887263, + "K": 0.0008401800296269357, + "L": 0.0005144873866811395, + "G": 0.019338365644216537, + "F": 0.022567851468920708, + "E": 0.03565586358308792, + "T": 0.008905094116926193, + "P": 0.32517755031585693, + "-": 0.5433290600776672 + }, + "id": "tp_14746" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1843277, + "label": "-", + "classification": { + "B": 0.0028577574994415045, + "S": 0.0005126418545842171, + "I": 0.030420206487178802, + "C": 0.0029409322887659073, + "R": 0.0011824708199128509, + "M": 0.016194097697734833, + "O": 0.004314782563596964, + "W": 0.0006476594717241824, + "N": 0.001848313957452774, + "Y": 0.02720845676958561, + "U": 0.0002453881606925279, + "K": 8.893338235793635e-05, + "L": 0.002343804342672229, + "G": 0.016422415152192116, + "F": 0.009367397986352444, + "E": 0.015958087518811226, + "T": 0.020872151479125023, + "P": 0.24990761280059814, + "-": 0.5966669917106628 + }, + "id": "tp_14747" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1843377, + "label": "-", + "classification": { + "B": 1.9976004357602495e-12, + "S": 5.232175370045722e-13, + "I": 1.2655078762691119e-06, + "C": 2.9688398406335637e-09, + "R": 9.209389500997034e-11, + "M": 3.85994702867265e-08, + "O": 1.1301419799991663e-09, + "W": 2.4749167559096064e-12, + "N": 1.1776614128322649e-09, + "Y": 5.503436113940552e-06, + "U": 2.850236539841955e-12, + "K": 2.3124686887587842e-10, + "L": 1.2061050942702156e-11, + "G": 2.6410799591758405e-07, + "F": 4.019574589619879e-06, + "E": 1.6342953585990472e-06, + "T": 1.3950077573099406e-06, + "P": 0.03323490172624588, + "-": 0.9667509198188782 + }, + "id": "tp_14748" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1843510, + "label": "-", + "classification": { + "B": 5.814718151420095e-10, + "S": 7.162436754803991e-10, + "I": 8.159316166711506e-06, + "C": 1.6727268530303263e-06, + "R": 1.1724118564870878e-07, + "M": 5.925800223849365e-07, + "O": 1.5869950686919765e-07, + "W": 5.536753278079232e-09, + "N": 1.020155835362857e-07, + "Y": 0.00010901792848017067, + "U": 1.2381584646448118e-08, + "K": 2.801998334689415e-06, + "L": 4.969232580975813e-09, + "G": 8.925000656745397e-06, + "F": 0.0003924501361325383, + "E": 8.705640539119486e-06, + "T": 1.183068616228411e-05, + "P": 0.024475807324051857, + "-": 0.9749796390533447 + }, + "id": "tp_14749" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1843644, + "label": "-", + "classification": { + "B": 1.3388500974542694e-08, + "S": 3.042270790842849e-08, + "I": 1.6150672308867797e-05, + "C": 1.306847678961276e-07, + "R": 1.1003191247027644e-08, + "M": 3.896391547186795e-07, + "O": 4.82586756334058e-07, + "W": 3.247635405045912e-08, + "N": 9.362962600789615e-07, + "Y": 1.68169444805244e-05, + "U": 1.0007290107694189e-08, + "K": 1.6925854140481533e-07, + "L": 6.9378391920338345e-09, + "G": 1.4248113302528509e-06, + "F": 0.00028692418709397316, + "E": 1.8502325474401005e-05, + "T": 1.9033372154808603e-05, + "P": 0.37112855911254883, + "-": 0.6285103559494019 + }, + "id": "tp_14750" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1843777, + "label": "P", + "classification": { + "B": 0.002073142910376191, + "S": 0.000811641220934689, + "I": 0.07545699179172516, + "C": 0.003963778261095285, + "R": 0.0010284528834745288, + "M": 0.011082188226282597, + "O": 0.002343176631256938, + "W": 0.0004321456071920693, + "N": 0.008705874904990196, + "Y": 0.018121004104614258, + "U": 0.00026634676032699645, + "K": 0.000425994920078665, + "L": 0.0015442882431671023, + "G": 0.02229578234255314, + "F": 0.015789587050676346, + "E": 0.0707041546702385, + "T": 0.01232701912522316, + "P": 0.5532276630401611, + "-": 0.19940079748630524 + }, + "id": "tp_14751" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1843877, + "label": "-", + "classification": { + "B": 9.190686434124018e-09, + "S": 3.576639073799015e-08, + "I": 0.006428254768252373, + "C": 2.627216417749878e-05, + "R": 1.8615623957884964e-06, + "M": 1.2823385986848734e-05, + "O": 2.5644765173638007e-06, + "W": 2.089928159421106e-07, + "N": 4.659373007598333e-05, + "Y": 0.010148275643587112, + "U": 2.3638067503384264e-08, + "K": 1.7642434613662772e-05, + "L": 1.843387131827967e-08, + "G": 0.00012063350004609674, + "F": 0.00023236358538269997, + "E": 0.0015208098338916898, + "T": 0.0006044721230864525, + "P": 0.16287948191165924, + "-": 0.8179576992988586 + }, + "id": "tp_14752" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1844011, + "label": "-", + "classification": { + "B": 2.013018456636928e-05, + "S": 1.003806801236351e-06, + "I": 0.0015915913973003626, + "C": 3.8234891690080985e-05, + "R": 4.777796220878372e-06, + "M": 0.0004868258547503501, + "O": 4.323785105952993e-05, + "W": 1.157173187493754e-06, + "N": 1.4702129192301072e-05, + "Y": 0.0018333252519369125, + "U": 4.3620539713629114e-07, + "K": 1.4383141433427227e-07, + "L": 1.4774318515264895e-05, + "G": 0.0007337319548241794, + "F": 0.0005322519573383033, + "E": 0.0007735373801551759, + "T": 0.0008749078842811286, + "P": 0.27620404958724976, + "-": 0.7168312072753906 + }, + "id": "tp_14753" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1844144, + "label": "-", + "classification": { + "B": 3.6973372061765986e-06, + "S": 2.5274703148170374e-06, + "I": 0.00211990624666214, + "C": 6.846727774245664e-05, + "R": 1.0252168976876419e-05, + "M": 0.00023026853159535676, + "O": 3.6604931665351614e-05, + "W": 7.57251427785377e-06, + "N": 0.00015002110740169883, + "Y": 0.0016734309028834105, + "U": 4.878153958998155e-06, + "K": 0.0003891281085088849, + "L": 3.086661081397324e-06, + "G": 0.0004773563996423036, + "F": 0.009808430448174477, + "E": 0.007371021434664726, + "T": 0.0004796902067027986, + "P": 0.4678555130958557, + "-": 0.5093081593513489 + }, + "id": "tp_14754" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1844278, + "label": "-", + "classification": { + "B": 1.7018588550854474e-05, + "S": 5.548042281589005e-06, + "I": 0.0006251866579987109, + "C": 4.2941494029946625e-05, + "R": 5.936375600867905e-06, + "M": 0.0003595419693738222, + "O": 7.68830650486052e-05, + "W": 1.0269068297930062e-05, + "N": 7.322211604332551e-05, + "Y": 0.0019783438183367252, + "U": 4.6863247007422615e-06, + "K": 0.00016023653734009713, + "L": 5.577240699494723e-06, + "G": 0.0014987917384132743, + "F": 0.007550268433988094, + "E": 0.005637072492390871, + "T": 0.0006578610045835376, + "P": 0.27767956256866455, + "-": 0.7036111354827881 + }, + "id": "tp_14755" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1844378, + "label": "-", + "classification": { + "B": 0.00035576822119764984, + "S": 0.0001792982657207176, + "I": 0.00406939722597599, + "C": 0.00018119857122655958, + "R": 2.981893157993909e-05, + "M": 0.003367641009390354, + "O": 0.0006544518982991576, + "W": 6.742279947502539e-05, + "N": 0.0005522554274648428, + "Y": 0.0023409659042954445, + "U": 1.4126926544122398e-05, + "K": 4.326708221924491e-05, + "L": 0.00016488660185132176, + "G": 0.002385905012488365, + "F": 0.016718151047825813, + "E": 0.019912846386432648, + "T": 0.0019306624308228493, + "P": 0.4096975028514862, + "-": 0.5373344421386719 + }, + "id": "tp_14756" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1844511, + "label": "-", + "classification": { + "B": 9.247972165837837e-09, + "S": 1.3867599291117472e-09, + "I": 1.4935765648260713e-05, + "C": 5.252563255453424e-07, + "R": 1.2931257842296873e-08, + "M": 3.7665124636987457e-06, + "O": 4.0740681583884e-07, + "W": 4.739501680006697e-09, + "N": 4.5191722364279485e-08, + "Y": 2.4223751097451895e-05, + "U": 1.2867430454477358e-09, + "K": 9.547318491343049e-10, + "L": 2.7068773889027398e-08, + "G": 3.536883923516143e-06, + "F": 1.49038514791755e-05, + "E": 3.7920481190667488e-06, + "T": 3.32913659804035e-05, + "P": 0.05834059417247772, + "-": 0.9415600299835205 + }, + "id": "tp_14757" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1844645, + "label": "P", + "classification": { + "B": 5.01619332737846e-08, + "S": 1.8479854091424386e-08, + "I": 8.268203237093985e-05, + "C": 9.434204457647866e-07, + "R": 4.9032092164225105e-08, + "M": 4.9250816118728835e-06, + "O": 7.113613378351147e-07, + "W": 2.505365337412968e-08, + "N": 9.459448051529762e-07, + "Y": 2.5214047127519734e-05, + "U": 2.2514692332720188e-08, + "K": 9.281290402896047e-09, + "L": 9.814618806558428e-08, + "G": 8.667097972647753e-06, + "F": 0.0001666867028689012, + "E": 7.087752601364627e-05, + "T": 4.349755181465298e-05, + "P": 0.6874706745147705, + "-": 0.3121238946914673 + }, + "id": "tp_14758" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1844778, + "label": "-", + "classification": { + "B": 6.229530117707327e-05, + "S": 5.5228192650247365e-06, + "I": 0.00018303583783563226, + "C": 1.4609647223551292e-05, + "R": 1.6644570450807805e-06, + "M": 0.0002465016150381416, + "O": 6.081463288865052e-05, + "W": 2.6183238333032932e-06, + "N": 1.6795822375570424e-05, + "Y": 0.001064992044121027, + "U": 1.4018580714036943e-06, + "K": 7.705993084528018e-06, + "L": 1.0421645129099488e-05, + "G": 0.0008892802288755774, + "F": 0.0027022219728678465, + "E": 0.0011398836504667997, + "T": 0.0008144602179527283, + "P": 0.20426039397716522, + "-": 0.7885152697563171 + }, + "id": "tp_14759" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1844878, + "label": "-", + "classification": { + "B": 8.53998790262267e-06, + "S": 6.604543159483001e-06, + "I": 9.533866978017613e-05, + "C": 4.284865099180024e-06, + "R": 6.693502427879139e-07, + "M": 0.00016979528299998492, + "O": 2.4983542971313e-05, + "W": 2.6155262276006397e-06, + "N": 6.511923402285902e-06, + "Y": 0.0014173660892993212, + "U": 1.0952101092698285e-07, + "K": 2.2062327843741514e-05, + "L": 1.80479673872469e-06, + "G": 0.000616388046182692, + "F": 0.022758377715945244, + "E": 0.002106172265484929, + "T": 0.0003314065106678754, + "P": 0.10789439082145691, + "-": 0.8645325899124146 + }, + "id": "tp_14760" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1845012, + "label": "-", + "classification": { + "B": 1.3320869584276807e-05, + "S": 5.477435934153618e-06, + "I": 0.0024478186387568712, + "C": 0.00024936586851254106, + "R": 3.6786623240914196e-05, + "M": 0.0017243114998564124, + "O": 0.00019704070291481912, + "W": 9.258467798645142e-06, + "N": 8.449146116618067e-05, + "Y": 0.0052422890439629555, + "U": 5.525431333808228e-06, + "K": 4.7430298764084e-06, + "L": 5.493011849466711e-05, + "G": 0.0012211303692311049, + "F": 0.0015967423096299171, + "E": 0.0017086995067074895, + "T": 0.005260756704956293, + "P": 0.13304096460342407, + "-": 0.8470963835716248 + }, + "id": "tp_14761" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1845145, + "label": "-", + "classification": { + "B": 5.052360393165145e-06, + "S": 1.5383383242806303e-06, + "I": 0.0008294100989587605, + "C": 1.1882387298101094e-05, + "R": 2.922177600339637e-06, + "M": 3.8107602449599653e-05, + "O": 3.2592179195489734e-05, + "W": 2.987743300764123e-06, + "N": 3.093585473834537e-05, + "Y": 0.0007386115612462163, + "U": 7.987334242898214e-07, + "K": 2.0271916127967415e-06, + "L": 2.736482883847202e-06, + "G": 0.00011615044786594808, + "F": 0.001055141561664641, + "E": 0.0002071458729915321, + "T": 0.0004183148848824203, + "P": 0.3415646255016327, + "-": 0.6549389958381653 + }, + "id": "tp_14762" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1845279, + "label": "P", + "classification": { + "B": 2.6558270747045754e-06, + "S": 8.121855898934882e-06, + "I": 0.0006926695932634175, + "C": 1.3548367860494182e-05, + "R": 2.133005864379811e-06, + "M": 3.532505070324987e-05, + "O": 2.9444534447975457e-05, + "W": 4.0288396121468395e-06, + "N": 0.00016002068878151476, + "Y": 0.0003823990118689835, + "U": 3.1361198580270866e-06, + "K": 3.116978768957779e-05, + "L": 1.473355951020494e-06, + "G": 5.4453073971671984e-05, + "F": 0.001558541669510305, + "E": 0.000793599640019238, + "T": 0.000638301542494446, + "P": 0.6307253241539001, + "-": 0.36486372351646423 + }, + "id": "tp_14763" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1845379, + "label": "-", + "classification": { + "B": 1.1283741940815162e-08, + "S": 1.9028061348791425e-09, + "I": 0.00019014632562175393, + "C": 4.993282232135243e-07, + "R": 3.251027180795063e-08, + "M": 4.4647181312029716e-06, + "O": 2.5410233206457633e-07, + "W": 3.5586955604571813e-09, + "N": 4.6639641482215666e-07, + "Y": 8.256347064161673e-05, + "U": 3.6941536496470917e-09, + "K": 3.1290579016740594e-09, + "L": 2.4704316814450067e-08, + "G": 1.244922896148637e-05, + "F": 4.4503307435661554e-05, + "E": 3.721324173966423e-05, + "T": 6.0041289543733e-05, + "P": 0.3960917890071869, + "-": 0.6034755706787109 + }, + "id": "tp_14764" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1845512, + "label": "-", + "classification": { + "B": 5.482102665155253e-07, + "S": 6.43562543700682e-07, + "I": 0.0004505407705437392, + "C": 1.8796034055412747e-05, + "R": 2.556539811848779e-06, + "M": 1.2637427062145434e-05, + "O": 8.173798960342538e-06, + "W": 1.761612452355621e-06, + "N": 2.014340498135425e-05, + "Y": 0.00030653036083094776, + "U": 1.7704782067085034e-06, + "K": 2.1569725504377857e-05, + "L": 9.269669476452691e-07, + "G": 8.071443880908191e-05, + "F": 0.00238867849111557, + "E": 0.0004329821967985481, + "T": 0.00016078658518381417, + "P": 0.4967985451221466, + "-": 0.49929165840148926 + }, + "id": "tp_14765" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1845646, + "label": "P", + "classification": { + "B": 9.232076081389096e-06, + "S": 6.230739018064924e-07, + "I": 0.0007970068836584687, + "C": 1.0079080311697908e-05, + "R": 8.727953968445945e-07, + "M": 0.00011649548832792789, + "O": 1.3838489394402131e-05, + "W": 5.492150876307278e-07, + "N": 1.4885802556818817e-05, + "Y": 0.0002706543018575758, + "U": 1.964376821206315e-07, + "K": 1.6748069242566999e-07, + "L": 2.0042643882334232e-06, + "G": 0.00017166319594252855, + "F": 0.00033333300962112844, + "E": 0.0005973232327960432, + "T": 0.00022525603708345443, + "P": 0.5494608879089355, + "-": 0.44797495007514954 + }, + "id": "tp_14766" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1845779, + "label": "-", + "classification": { + "B": 3.6546308024298924e-07, + "S": 5.8005372949310186e-08, + "I": 4.6885597839718685e-05, + "C": 5.791031071566977e-06, + "R": 1.8241908605887147e-07, + "M": 4.806325250683585e-06, + "O": 2.394947841821704e-06, + "W": 6.741021962852756e-08, + "N": 2.930785512944567e-06, + "Y": 9.049285290529951e-05, + "U": 1.595311545088407e-07, + "K": 1.4991688885857002e-06, + "L": 1.457632095025474e-07, + "G": 4.991721289115958e-05, + "F": 0.0006615473539568484, + "E": 0.00016619691450614482, + "T": 5.3954438044456765e-05, + "P": 0.36600497364997864, + "-": 0.6329076290130615 + }, + "id": "tp_14767" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1845879, + "label": "-", + "classification": { + "B": 1.7391311075698468e-06, + "S": 3.608258793974528e-07, + "I": 0.0032614762894809246, + "C": 3.547088272171095e-05, + "R": 6.339795163512463e-06, + "M": 0.0001094487524824217, + "O": 1.3934208254795521e-05, + "W": 3.0773844628129154e-07, + "N": 4.321281085140072e-05, + "Y": 0.001370652113109827, + "U": 5.7359864058526e-07, + "K": 7.387252026092028e-06, + "L": 3.0175560823408887e-06, + "G": 0.0017616659170016646, + "F": 0.003288228763267398, + "E": 0.002226943615823984, + "T": 0.0004982794052921236, + "P": 0.3473013937473297, + "-": 0.6400696039199829 + }, + "id": "tp_14768" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1846013, + "label": "P", + "classification": { + "B": 5.588515872290145e-09, + "S": 6.58118981533562e-09, + "I": 1.4239081792766228e-05, + "C": 1.1573354896654564e-07, + "R": 1.1018896017844781e-08, + "M": 1.465455596871834e-07, + "O": 2.0321073179729865e-07, + "W": 1.4122794489423995e-08, + "N": 6.529352276629652e-07, + "Y": 5.882798177481163e-06, + "U": 4.400235731338853e-09, + "K": 2.3633025136859942e-07, + "L": 2.4314923408041977e-09, + "G": 1.752346634020796e-06, + "F": 0.0003513553529046476, + "E": 2.1043437300249934e-05, + "T": 4.682600319938501e-06, + "P": 0.689808189868927, + "-": 0.3097914457321167 + }, + "id": "tp_14769" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1846146, + "label": "-", + "classification": { + "B": 3.5926046138001766e-08, + "S": 4.9687901793049605e-08, + "I": 0.0014135456876829267, + "C": 9.92449713521637e-06, + "R": 7.968782824718801e-07, + "M": 4.42143136751838e-05, + "O": 2.7341448003426194e-06, + "W": 2.1772312663870252e-07, + "N": 1.4791462490393315e-05, + "Y": 0.0018743976252153516, + "U": 5.113225753916595e-08, + "K": 2.9200444259913638e-05, + "L": 3.535996029313537e-08, + "G": 9.54301722231321e-05, + "F": 0.0004889711271971464, + "E": 0.0006268232245929539, + "T": 0.0003306560392957181, + "P": 0.159407377243042, + "-": 0.8356608152389526 + }, + "id": "tp_14770" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1846280, + "label": "P", + "classification": { + "B": 0.00015305003034882247, + "S": 2.6716313641372835e-06, + "I": 0.0026064750272780657, + "C": 3.2391744753113016e-05, + "R": 4.541729595075594e-06, + "M": 0.00042023949208669364, + "O": 5.6990313169080764e-05, + "W": 3.7900770166743314e-06, + "N": 5.2098137530265376e-05, + "Y": 0.0007964186952449381, + "U": 8.622309337624756e-07, + "K": 5.230592705629533e-07, + "L": 1.516066913609393e-05, + "G": 0.0007342770113609731, + "F": 0.0006397973047569394, + "E": 0.003560089971870184, + "T": 0.0003151970449835062, + "P": 0.599105179309845, + "-": 0.3915003538131714 + }, + "id": "tp_14771" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1846380, + "label": "-", + "classification": { + "B": 1.9603480438945553e-07, + "S": 5.165292691344803e-07, + "I": 0.0005303447833284736, + "C": 1.4856732377666049e-05, + "R": 2.4498242510162527e-06, + "M": 6.740590470144525e-05, + "O": 1.1191788871656172e-05, + "W": 1.026218797051115e-06, + "N": 2.709998079808429e-05, + "Y": 0.0016835462301969528, + "U": 8.14506108781643e-07, + "K": 6.641589425271377e-05, + "L": 7.522554597017006e-07, + "G": 0.0002572751836851239, + "F": 0.002854197518900037, + "E": 0.0009837819961830974, + "T": 0.0004829062963835895, + "P": 0.2089565098285675, + "-": 0.7840586304664612 + }, + "id": "tp_14772" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1846513, + "label": "-", + "classification": { + "B": 8.815259207040071e-07, + "S": 1.9605940337896754e-07, + "I": 0.0002498169196769595, + "C": 2.978389375130064e-06, + "R": 4.6497785888277576e-07, + "M": 2.905589462898206e-05, + "O": 4.822191385756014e-06, + "W": 2.061983224166397e-07, + "N": 4.378613084554672e-06, + "Y": 0.0002864745329134166, + "U": 1.0053904730966678e-07, + "K": 1.5522151386448968e-07, + "L": 5.081292329123244e-07, + "G": 6.922747706994414e-05, + "F": 0.0002850462624337524, + "E": 0.0001792801485862583, + "T": 0.00014246150385588408, + "P": 0.4842536449432373, + "-": 0.5144903063774109 + }, + "id": "tp_14773" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1846647, + "label": "-", + "classification": { + "B": 2.4596172352175927e-06, + "S": 2.2785866349295247e-06, + "I": 0.0005423694383352995, + "C": 2.7236555979470722e-05, + "R": 6.398174264177214e-06, + "M": 7.368683145614341e-05, + "O": 3.711466342792846e-05, + "W": 3.212157935195137e-06, + "N": 4.167234874330461e-05, + "Y": 0.0011621977901086211, + "U": 4.0929808164946735e-06, + "K": 5.194127152208239e-05, + "L": 3.0373143999895547e-06, + "G": 0.00029470305889844894, + "F": 0.0030423866119235754, + "E": 0.0004859445907641202, + "T": 0.0007719884160906076, + "P": 0.2925359010696411, + "-": 0.7009114027023315 + }, + "id": "tp_14774" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1846780, + "label": "-", + "classification": { + "B": 4.736421033157967e-08, + "S": 2.7422396797760484e-08, + "I": 6.013125130266417e-06, + "C": 1.0383863724428011e-07, + "R": 1.2402537663547264e-08, + "M": 5.589097327174386e-06, + "O": 5.193705305828189e-07, + "W": 1.9554326158299773e-08, + "N": 2.2617241768330132e-07, + "Y": 0.0002812804013956338, + "U": 5.27996801835684e-09, + "K": 1.323666197095008e-06, + "L": 1.935742766079329e-08, + "G": 2.1504789401660673e-05, + "F": 0.0017573119839653373, + "E": 9.715202759252861e-05, + "T": 4.9072572437580675e-05, + "P": 0.08645323663949966, + "-": 0.9113264679908752 + }, + "id": "tp_14775" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1846880, + "label": "-", + "classification": { + "B": 1.1034538147214334e-05, + "S": 1.210229947901098e-05, + "I": 0.0002271676785312593, + "C": 9.799731742532458e-06, + "R": 1.2701614195975708e-06, + "M": 0.0001147618968388997, + "O": 3.387395918252878e-05, + "W": 6.127090273366775e-06, + "N": 4.443637953954749e-05, + "Y": 0.0021338658407330513, + "U": 1.240643541677855e-06, + "K": 0.0005295677110552788, + "L": 2.3552349830424646e-06, + "G": 0.001839513541199267, + "F": 0.05105384811758995, + "E": 0.014928421005606651, + "T": 0.0006141267949715257, + "P": 0.25607648491859436, + "-": 0.6723600029945374 + }, + "id": "tp_14776" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1847014, + "label": "-", + "classification": { + "B": 9.070523105947359e-07, + "S": 2.150575710402336e-06, + "I": 0.00028542280779220164, + "C": 7.93972321844194e-06, + "R": 1.0268989854012034e-06, + "M": 1.6094347301987e-05, + "O": 8.80671177583281e-06, + "W": 2.530978463255451e-06, + "N": 3.5910779843106866e-05, + "Y": 0.0010096367914229631, + "U": 1.002686190076929e-06, + "K": 0.00018797715893015265, + "L": 2.5155716798508365e-07, + "G": 0.00011495965009089559, + "F": 0.00852067582309246, + "E": 0.0012796514201909304, + "T": 0.00019820914894808084, + "P": 0.3705318868160248, + "-": 0.617794930934906 + }, + "id": "tp_14777" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1847147, + "label": "P", + "classification": { + "B": 3.198901322321035e-05, + "S": 3.0122515454422683e-05, + "I": 0.002308439463376999, + "C": 0.00016754635726101696, + "R": 1.962821806955617e-05, + "M": 0.0004997680662199855, + "O": 0.00011529743642313406, + "W": 2.2130561774247326e-05, + "N": 0.00024295412003993988, + "Y": 0.002028664108365774, + "U": 1.560035889269784e-05, + "K": 7.868684770073742e-05, + "L": 2.194791341025848e-05, + "G": 0.0007380453171208501, + "F": 0.005326857790350914, + "E": 0.0031975244637578726, + "T": 0.001954029779881239, + "P": 0.5258658528327942, + "-": 0.45733484625816345 + }, + "id": "tp_14778" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1847281, + "label": "P", + "classification": { + "B": 1.3072506135358708e-06, + "S": 1.1280902754151612e-06, + "I": 0.0022124589886516333, + "C": 4.807324785360834e-06, + "R": 3.2592652132734656e-07, + "M": 1.1388203347451054e-05, + "O": 2.618679673105362e-06, + "W": 4.400723412345542e-07, + "N": 0.00012335133214946836, + "Y": 3.717819708981551e-05, + "U": 2.151856790533202e-07, + "K": 1.0701445489758044e-06, + "L": 2.580662226137065e-07, + "G": 1.7380427379976027e-05, + "F": 0.0001074669198715128, + "E": 0.0008897738880477846, + "T": 4.235526284901425e-05, + "P": 0.965014636516571, + "-": 0.0315319299697876 + }, + "id": "tp_14779" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1847381, + "label": "-", + "classification": { + "B": 1.3332845938407445e-10, + "S": 9.900006509022674e-11, + "I": 1.5422186834257445e-06, + "C": 5.935862024131211e-09, + "R": 4.481681137313842e-10, + "M": 3.696700048294588e-07, + "O": 2.9548097302267706e-08, + "W": 1.8092508047296008e-10, + "N": 1.2352488809597162e-08, + "Y": 4.157408056926215e-06, + "U": 3.3107464686432664e-11, + "K": 7.236954924216832e-10, + "L": 2.9010566171550067e-10, + "G": 2.9323538797143556e-07, + "F": 1.667573451413773e-05, + "E": 1.0432416956973611e-06, + "T": 7.541487320850138e-06, + "P": 0.13867731392383575, + "-": 0.8612908720970154 + }, + "id": "tp_14780" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1847514, + "label": "-", + "classification": { + "B": 6.101359394961037e-05, + "S": 1.4124284462013748e-06, + "I": 0.005948120728135109, + "C": 0.0003256599302403629, + "R": 4.210983752273023e-05, + "M": 0.0004719968419522047, + "O": 9.162274363916367e-05, + "W": 6.481896434706869e-06, + "N": 0.00012803856225218624, + "Y": 0.0029961930122226477, + "U": 1.1840800652862526e-05, + "K": 5.609432264463976e-06, + "L": 3.4858283470384777e-05, + "G": 0.0016666308511048555, + "F": 0.0005968377226963639, + "E": 0.002692157868295908, + "T": 0.0014417285565286875, + "P": 0.4065586030483246, + "-": 0.5769191980361938 + }, + "id": "tp_14781" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1847648, + "label": "-", + "classification": { + "B": 3.798254866183015e-08, + "S": 5.595434515726083e-08, + "I": 6.060915256966837e-05, + "C": 2.18504555959953e-06, + "R": 6.60997159229737e-07, + "M": 3.5932498576585203e-06, + "O": 3.147942379655433e-06, + "W": 2.0395387423377542e-07, + "N": 1.8434072899253806e-06, + "Y": 0.00025265716249123216, + "U": 1.4367681444582558e-07, + "K": 1.4299108670456917e-06, + "L": 1.2612969157999032e-07, + "G": 1.4222507161321118e-05, + "F": 0.0012089147930964828, + "E": 1.4895226740918588e-05, + "T": 0.0002046854788204655, + "P": 0.08936437964439392, + "-": 0.9088661074638367 + }, + "id": "tp_14782" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1847781, + "label": "-", + "classification": { + "B": 6.044621159162489e-07, + "S": 2.979703594974126e-07, + "I": 0.00024947256315499544, + "C": 8.477881237922702e-06, + "R": 5.998473966428719e-07, + "M": 1.6252084606094286e-05, + "O": 7.319494216062594e-06, + "W": 5.155959001967858e-07, + "N": 8.375403922400437e-06, + "Y": 0.00014021300012245774, + "U": 2.557009111114894e-07, + "K": 2.2581855319003807e-06, + "L": 5.181700544198975e-07, + "G": 6.519198359455913e-05, + "F": 0.0015374829526990652, + "E": 0.0003459707659203559, + "T": 9.377114474773407e-05, + "P": 0.4091283679008484, + "-": 0.5883941054344177 + }, + "id": "tp_14783" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1847881, + "label": "-", + "classification": { + "B": 9.73442365648225e-06, + "S": 2.5533297502988717e-06, + "I": 0.00011072637425968423, + "C": 4.984780389349908e-06, + "R": 1.6446607560283155e-06, + "M": 5.6617718655616045e-05, + "O": 2.55817412835313e-05, + "W": 1.4598510915675433e-06, + "N": 4.047298716614023e-06, + "Y": 0.0008431102032773197, + "U": 3.4345947597103077e-07, + "K": 1.8827664689524681e-06, + "L": 4.2262176975782495e-06, + "G": 0.00035197765100747347, + "F": 0.006061811000108719, + "E": 0.00024721751105971634, + "T": 0.00030270128627307713, + "P": 0.15945938229560852, + "-": 0.8325100541114807 + }, + "id": "tp_14784" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1848015, + "label": "-", + "classification": { + "B": 7.061539122332761e-07, + "S": 1.553220130290356e-07, + "I": 0.00018541213648859411, + "C": 4.074959633726394e-06, + "R": 2.4948059262897004e-07, + "M": 4.032336437376216e-05, + "O": 4.583627742249519e-06, + "W": 1.3673214027676295e-07, + "N": 6.170698725327384e-06, + "Y": 0.0005360242794267833, + "U": 1.1787135889562705e-07, + "K": 6.0128500081191305e-06, + "L": 1.834804805866952e-07, + "G": 0.00031148226116783917, + "F": 0.0009008122142404318, + "E": 0.0007075068424455822, + "T": 0.00016094543389044702, + "P": 0.12259362637996674, + "-": 0.8745414018630981 + }, + "id": "tp_14785" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1848148, + "label": "-", + "classification": { + "B": 2.729335392359644e-06, + "S": 3.239253146603005e-06, + "I": 0.0013490294804796576, + "C": 9.984042117139325e-05, + "R": 1.6834739653859288e-05, + "M": 0.000139778625452891, + "O": 5.202514512347989e-05, + "W": 5.388994850363815e-06, + "N": 0.00010126355482498184, + "Y": 0.002621689345687628, + "U": 4.285563136363635e-06, + "K": 0.00011629037908278406, + "L": 4.3507429836608935e-06, + "G": 0.0006044434267096221, + "F": 0.00924969557672739, + "E": 0.0014697000151500106, + "T": 0.0006857862463220954, + "P": 0.24766846001148224, + "-": 0.7358051538467407 + }, + "id": "tp_14786" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1848282, + "label": "-", + "classification": { + "B": 4.060525782279001e-07, + "S": 1.3717076399188954e-06, + "I": 0.0007594871567562222, + "C": 3.6723980883834884e-05, + "R": 5.955534561508102e-06, + "M": 9.504250920144841e-05, + "O": 1.9500854250509292e-05, + "W": 2.6771090233523864e-06, + "N": 4.619949686457403e-05, + "Y": 0.002723483834415674, + "U": 2.2620943127549253e-06, + "K": 0.00019954443268943578, + "L": 1.0739215667854296e-06, + "G": 0.00015375208749901503, + "F": 0.0043469443917274475, + "E": 0.0006155075971037149, + "T": 0.0009981051553040743, + "P": 0.1338481456041336, + "-": 0.8561437726020813 + }, + "id": "tp_14787" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1848382, + "label": "P", + "classification": { + "B": 1.9154862584969123e-08, + "S": 1.2245510383479541e-08, + "I": 0.0003323766286484897, + "C": 4.298164526517212e-07, + "R": 7.457317963144305e-08, + "M": 3.2643642953189556e-06, + "O": 4.198445537895168e-07, + "W": 2.222736128487668e-08, + "N": 3.344336164445849e-06, + "Y": 7.411145634250715e-05, + "U": 1.5416366849763108e-08, + "K": 2.1423120699637366e-07, + "L": 1.5562074295871753e-08, + "G": 7.271486083482159e-06, + "F": 0.0001672930084168911, + "E": 8.99674923857674e-05, + "T": 3.2438092603115365e-05, + "P": 0.6679239869117737, + "-": 0.33136481046676636 + }, + "id": "tp_14788" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1848515, + "label": "P", + "classification": { + "B": 1.0853059393411968e-05, + "S": 2.875002428481821e-05, + "I": 0.016191745176911354, + "C": 0.00041334450361318886, + "R": 9.355854854220524e-05, + "M": 0.0003369979385752231, + "O": 0.0001629828620934859, + "W": 2.0197634512442164e-05, + "N": 0.0017226269701495767, + "Y": 0.004437691066414118, + "U": 1.674174563959241e-05, + "K": 0.00020607108308468014, + "L": 2.1314794139470905e-05, + "G": 0.001311424421146512, + "F": 0.008109066635370255, + "E": 0.008718354627490044, + "T": 0.0014202188467606902, + "P": 0.6634358763694763, + "-": 0.2933421730995178 + }, + "id": "tp_14789" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1848649, + "label": "-", + "classification": { + "B": 6.3995528876148455e-09, + "S": 1.6878242803386456e-08, + "I": 2.8985396056668833e-06, + "C": 6.990061507394785e-08, + "R": 6.963311260932414e-09, + "M": 7.256217031681444e-07, + "O": 3.4687252536969027e-07, + "W": 3.690373873155295e-08, + "N": 2.2024769918971288e-07, + "Y": 0.00010976599878631532, + "U": 9.970715808549357e-09, + "K": 2.280967601109296e-05, + "L": 3.1639808550920634e-09, + "G": 1.1017338692909107e-05, + "F": 0.0018749635200947523, + "E": 7.737636769888923e-05, + "T": 1.3456335182127077e-05, + "P": 0.08310133218765259, + "-": 0.914784848690033 + }, + "id": "tp_14790" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1848782, + "label": "-", + "classification": { + "B": 1.3020335245528258e-05, + "S": 3.7693359900003998e-06, + "I": 0.004996357951313257, + "C": 0.0007222035783343017, + "R": 0.00012606961536221206, + "M": 0.000352535949787125, + "O": 0.0001440911291865632, + "W": 1.527419954072684e-05, + "N": 0.0002213971019955352, + "Y": 0.0037898351438343525, + "U": 3.234677205909975e-05, + "K": 5.337227412383072e-05, + "L": 3.7633970350725576e-05, + "G": 0.0014172502560541034, + "F": 0.0031339353881776333, + "E": 0.0016262683784589171, + "T": 0.0022998792119324207, + "P": 0.2538297772407532, + "-": 0.7271849513053894 + }, + "id": "tp_14791" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1848882, + "label": "-", + "classification": { + "B": 1.8082500901073217e-05, + "S": 1.1616193660302088e-06, + "I": 0.0001823784114094451, + "C": 3.7019504816271365e-05, + "R": 2.262006319142529e-06, + "M": 9.458257409278303e-05, + "O": 1.883764343801886e-05, + "W": 1.2603368304553442e-06, + "N": 1.1923693818971515e-05, + "Y": 0.00035428220871835947, + "U": 1.0493796480659512e-06, + "K": 5.083199084765511e-06, + "L": 3.192128360751667e-06, + "G": 0.0003535959986038506, + "F": 0.0029517323710024357, + "E": 0.0009180819033645093, + "T": 0.0002453482011333108, + "P": 0.3916153907775879, + "-": 0.6031848192214966 + }, + "id": "tp_14792" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1849016, + "label": "P", + "classification": { + "B": 1.3552029258789844e-06, + "S": 1.0343683243263513e-07, + "I": 0.00706081697717309, + "C": 0.0001786432694643736, + "R": 1.3731765648117289e-05, + "M": 0.00016141575179062784, + "O": 9.040982149599586e-06, + "W": 4.2405338263051817e-07, + "N": 5.7863417168846354e-05, + "Y": 0.0014476081123575568, + "U": 1.0426425660625682e-06, + "K": 1.642918391553394e-06, + "L": 2.937428689619992e-06, + "G": 0.0003062655159737915, + "F": 0.000586711976211518, + "E": 0.0016666579758748412, + "T": 0.0003854227834381163, + "P": 0.5023983120918274, + "-": 0.4857199490070343 + }, + "id": "tp_14793" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1849149, + "label": "-", + "classification": { + "B": 1.7784984720492503e-06, + "S": 5.504696787284047e-08, + "I": 4.4622229324886575e-05, + "C": 5.470048108691117e-06, + "R": 7.014239145064494e-07, + "M": 3.350085535203107e-05, + "O": 7.275124517036602e-06, + "W": 2.354823607220169e-07, + "N": 5.20530704761768e-07, + "Y": 0.00028040935285389423, + "U": 9.744563556068897e-08, + "K": 2.5139925696748833e-08, + "L": 1.4240463315218221e-06, + "G": 7.830137474229559e-05, + "F": 0.00010488970292499289, + "E": 4.195173823973164e-05, + "T": 0.00015751816681586206, + "P": 0.13065385818481445, + "-": 0.8685874342918396 + }, + "id": "tp_14794" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1849283, + "label": "-", + "classification": { + "B": 2.162317969123251e-06, + "S": 7.915443944739309e-08, + "I": 0.0005515223019756377, + "C": 1.3476700587489177e-05, + "R": 1.1142075209136237e-06, + "M": 7.007810927461833e-05, + "O": 8.259231435658876e-06, + "W": 3.8103314636828145e-07, + "N": 5.955156666459516e-06, + "Y": 0.00019641553808469325, + "U": 3.017205472133355e-07, + "K": 5.099435895772331e-08, + "L": 2.493507054168731e-06, + "G": 7.889117114245892e-05, + "F": 0.00012801539560314268, + "E": 0.00031453516567125916, + "T": 0.00021700824436265975, + "P": 0.455409437417984, + "-": 0.5429997444152832 + }, + "id": "tp_14795" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1849383, + "label": "-", + "classification": { + "B": 3.1972027159099525e-07, + "S": 3.245831337039817e-08, + "I": 9.284026600653306e-05, + "C": 3.7460256407939596e-06, + "R": 3.1783176268618263e-07, + "M": 8.169689863279928e-06, + "O": 1.3950404991192045e-06, + "W": 6.922795847685848e-08, + "N": 1.5210338233373477e-06, + "Y": 0.00022230693139135838, + "U": 1.3333504966794862e-07, + "K": 4.033716322737746e-06, + "L": 1.5641595041415712e-07, + "G": 8.021548273973167e-05, + "F": 0.0016231164336204529, + "E": 0.0003805668675340712, + "T": 8.802288357401267e-05, + "P": 0.18615812063217163, + "-": 0.8113349676132202 + }, + "id": "tp_14796" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1849516, + "label": "P", + "classification": { + "B": 9.642174518376123e-06, + "S": 4.662851097236853e-06, + "I": 0.0008210149244405329, + "C": 3.164717782055959e-05, + "R": 1.5996055253708619e-06, + "M": 0.0002214336855104193, + "O": 2.5786601327126846e-05, + "W": 1.824291189223004e-06, + "N": 5.480718755279668e-05, + "Y": 0.0004311680095270276, + "U": 1.5728923017377383e-06, + "K": 1.4189462262947927e-06, + "L": 4.780871677212417e-06, + "G": 0.00013342383317649364, + "F": 0.0005299905315041542, + "E": 0.0007780696032568812, + "T": 0.0008292743004858494, + "P": 0.6175605058670044, + "-": 0.37855735421180725 + }, + "id": "tp_14797" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1849650, + "label": "-", + "classification": { + "B": 2.3697006668044196e-07, + "S": 3.3923793552048664e-08, + "I": 7.459137123078108e-05, + "C": 8.614273951934592e-07, + "R": 1.9080233926160872e-07, + "M": 1.902968142530881e-05, + "O": 3.1365018458018312e-06, + "W": 4.296130384773278e-08, + "N": 9.862628758128267e-07, + "Y": 0.000308068934828043, + "U": 2.9782501798081285e-08, + "K": 1.045889490569607e-07, + "L": 2.0979473447368946e-07, + "G": 9.079929441213608e-05, + "F": 0.0002940152771770954, + "E": 4.785699275089428e-05, + "T": 0.0002705309016164392, + "P": 0.11698722839355469, + "-": 0.8819020390510559 + }, + "id": "tp_14798" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1849783, + "label": "-", + "classification": { + "B": 1.4261127034842502e-06, + "S": 3.1542263059236575e-06, + "I": 0.005982032045722008, + "C": 0.00027395118377171457, + "R": 6.74553812132217e-05, + "M": 0.00033317573252134025, + "O": 8.742204227019101e-05, + "W": 1.4862732314213645e-05, + "N": 0.0002625277847982943, + "Y": 0.027215324342250824, + "U": 5.604193120234413e-06, + "K": 0.0013341449666768312, + "L": 2.6157983938901452e-06, + "G": 0.0018363870913162827, + "F": 0.0027333947364240885, + "E": 0.003399886889383197, + "T": 0.00409083953127265, + "P": 0.06635615229606628, + "-": 0.8859996795654297 + }, + "id": "tp_14799" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1849883, + "label": "-", + "classification": { + "B": 1.1103669521617121e-06, + "S": 3.9887622733658645e-06, + "I": 0.0003223564999643713, + "C": 6.096282049838919e-06, + "R": 1.0613854328767047e-06, + "M": 5.3221247071633115e-05, + "O": 2.832495556504e-05, + "W": 2.630217977639404e-06, + "N": 5.474152567330748e-05, + "Y": 0.00017999998817685992, + "U": 9.38495190894173e-07, + "K": 3.940019814763218e-05, + "L": 7.156478432079894e-07, + "G": 3.988087337347679e-05, + "F": 0.003132440382614732, + "E": 0.0006254379986785352, + "T": 0.0003611475112847984, + "P": 0.43781155347824097, + "-": 0.5573349595069885 + }, + "id": "tp_14800" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1850017, + "label": "P", + "classification": { + "B": 4.0688564695301466e-07, + "S": 2.8695660603261786e-07, + "I": 0.0003069116501137614, + "C": 3.2698280847398564e-06, + "R": 3.44369254889898e-07, + "M": 1.01858295238344e-05, + "O": 3.54211488229339e-06, + "W": 5.179227287044341e-07, + "N": 1.6479491023346782e-05, + "Y": 0.00011343154619680718, + "U": 3.6004882986162556e-07, + "K": 1.0035766536020674e-05, + "L": 1.8276567459452053e-07, + "G": 1.8433831428410485e-05, + "F": 0.0011944861616939306, + "E": 0.0003339648828841746, + "T": 8.670373063068837e-05, + "P": 0.5724278688430786, + "-": 0.42547258734703064 + }, + "id": "tp_14801" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1850150, + "label": "-", + "classification": { + "B": 1.3726727956964169e-05, + "S": 6.676762041024631e-06, + "I": 0.0011283052153885365, + "C": 4.5765140384901315e-05, + "R": 1.579736272105947e-05, + "M": 0.00016759888967499137, + "O": 9.545954526402056e-05, + "W": 1.1095557056250982e-05, + "N": 7.624639692949131e-05, + "Y": 0.002678221557289362, + "U": 1.014192821457982e-05, + "K": 3.507720248308033e-05, + "L": 1.5579584214719944e-05, + "G": 0.0005629750667139888, + "F": 0.004549643024802208, + "E": 0.0005469477619044483, + "T": 0.002124423859640956, + "P": 0.1881975680589676, + "-": 0.7997187376022339 + }, + "id": "tp_14802" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1850250, + "label": "-", + "classification": { + "B": 3.162477071327885e-07, + "S": 6.795236373591251e-08, + "I": 0.00012053913087584078, + "C": 4.669946520152735e-06, + "R": 3.068550142870663e-07, + "M": 4.270665885997005e-05, + "O": 6.284297342062928e-06, + "W": 9.346008766897285e-08, + "N": 2.56423754763091e-06, + "Y": 0.00022316057584248483, + "U": 8.601280399034295e-08, + "K": 1.0803124439462408e-07, + "L": 7.526122658418899e-07, + "G": 8.928215538617224e-05, + "F": 0.0004884023219347, + "E": 0.00013807034702040255, + "T": 0.0002212863037129864, + "P": 0.15192021429538727, + "-": 0.8467410802841187 + }, + "id": "tp_14803" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1850384, + "label": "-", + "classification": { + "B": 7.282699243660318e-06, + "S": 4.773943146574311e-06, + "I": 0.009498617611825466, + "C": 9.9018587206956e-05, + "R": 6.705136183882132e-05, + "M": 0.0010434632422402501, + "O": 0.0001525557308923453, + "W": 9.976080036722124e-06, + "N": 0.00023958946985658258, + "Y": 0.007797631435096264, + "U": 5.751120625063777e-06, + "K": 5.195597987039946e-05, + "L": 1.1788744814111851e-05, + "G": 0.0018660465721040964, + "F": 0.0021064109168946743, + "E": 0.0017703078920021653, + "T": 0.007449103519320488, + "P": 0.20515809953212738, + "-": 0.762660562992096 + }, + "id": "tp_14804" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1850517, + "label": "P", + "classification": { + "B": 9.276939749724988e-07, + "S": 5.417330157797551e-07, + "I": 0.006310004275292158, + "C": 3.939429734600708e-05, + "R": 6.0091329032729845e-06, + "M": 7.145777635741979e-05, + "O": 2.0053206753800623e-05, + "W": 8.705716254553408e-07, + "N": 6.87702267896384e-05, + "Y": 0.0006331460317596793, + "U": 6.197243465067004e-07, + "K": 1.366035604632998e-07, + "L": 3.341987621752196e-06, + "G": 7.946013647597283e-05, + "F": 0.00013935331662651151, + "E": 0.00034687502193264663, + "T": 0.0006361601408571005, + "P": 0.6928185224533081, + "-": 0.2988243103027344 + }, + "id": "tp_14805" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1850651, + "label": "-", + "classification": { + "B": 3.873165255185995e-08, + "S": 1.1307168534813172e-08, + "I": 1.2443564628483728e-05, + "C": 2.223352169039572e-07, + "R": 2.4456184632981603e-08, + "M": 7.408909368677996e-06, + "O": 1.2552580983538064e-06, + "W": 1.7044147426759082e-08, + "N": 1.4122097979907267e-07, + "Y": 0.00012038715794915333, + "U": 4.676402376446731e-09, + "K": 1.6578274752987454e-08, + "L": 7.13371264282614e-08, + "G": 2.5431272661080584e-05, + "F": 9.991969272959977e-05, + "E": 1.689531563897617e-05, + "T": 6.912810931680724e-05, + "P": 0.07680326700210571, + "-": 0.922843337059021 + }, + "id": "tp_14806" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1850751, + "label": "-", + "classification": { + "B": 5.91281050787984e-08, + "S": 6.152690446015185e-08, + "I": 0.00040214110049419105, + "C": 7.0009018600103445e-06, + "R": 1.3757513670498156e-06, + "M": 3.18604834319558e-05, + "O": 6.158050382509828e-06, + "W": 1.6436788996543328e-07, + "N": 3.4073627830366604e-06, + "Y": 0.00038985739229246974, + "U": 1.7436288146654988e-07, + "K": 5.21012069043536e-08, + "L": 8.975051741799689e-07, + "G": 2.878574377973564e-05, + "F": 0.00011997102410532534, + "E": 4.656986129703e-05, + "T": 0.0008510031620971859, + "P": 0.17282140254974365, + "-": 0.8252891898155212 + }, + "id": "tp_14807" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1850884, + "label": "P", + "classification": { + "B": 7.00396703905426e-05, + "S": 0.00015042480663396418, + "I": 0.014791829511523247, + "C": 0.00019624276319518685, + "R": 8.171461377060041e-05, + "M": 0.0013301275903359056, + "O": 0.0005337092443369329, + "W": 9.585712541593239e-05, + "N": 0.002873579738661647, + "Y": 0.006393782794475555, + "U": 4.203212301945314e-05, + "K": 0.0016081026988103986, + "L": 2.6076320864376612e-05, + "G": 0.0018353615887463093, + "F": 0.007499109487980604, + "E": 0.008326568640768528, + "T": 0.0051603722386062145, + "P": 0.6362545490264893, + "-": 0.312730610370636 + }, + "id": "tp_14808" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1851018, + "label": "-", + "classification": { + "B": 0.00017811024736147374, + "S": 1.1714182619471103e-05, + "I": 0.0007331059314310551, + "C": 5.053950735600665e-05, + "R": 1.8968119547935203e-05, + "M": 0.00029606741736643016, + "O": 0.0002887328155338764, + "W": 1.705218164715916e-05, + "N": 3.495091732474975e-05, + "Y": 0.00041765201603993773, + "U": 2.343491360079497e-06, + "K": 1.4810790389674366e-06, + "L": 4.632135096471757e-05, + "G": 0.0008485730504617095, + "F": 0.0015786370495334268, + "E": 0.0003433761012274772, + "T": 0.0007875222363509238, + "P": 0.3644796311855316, + "-": 0.6298652291297913 + }, + "id": "tp_14809" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1851151, + "label": "-", + "classification": { + "B": 0.0003725123533513397, + "S": 1.6177385987248272e-05, + "I": 9.064048936124891e-05, + "C": 1.4556933820131235e-05, + "R": 8.182385613508814e-07, + "M": 0.001036082161590457, + "O": 6.222812953637913e-05, + "W": 2.237704620711156e-06, + "N": 7.247625944728497e-06, + "Y": 0.0009685225668363273, + "U": 2.751839645043219e-07, + "K": 4.945346518070437e-06, + "L": 1.648070065130014e-05, + "G": 0.0024281174410134554, + "F": 0.019085031002759933, + "E": 0.0049922470934689045, + "T": 0.0006481219315901399, + "P": 0.12929411232471466, + "-": 0.8409596085548401 + }, + "id": "tp_14810" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1851251, + "label": "-", + "classification": { + "B": 6.528459994825653e-10, + "S": 1.332875698700775e-09, + "I": 3.051885141758248e-05, + "C": 4.04052769908958e-07, + "R": 2.4955754795996654e-08, + "M": 4.155906481173588e-07, + "O": 9.046693350001078e-08, + "W": 7.2130346140397705e-09, + "N": 5.079124321127892e-07, + "Y": 6.819682312197983e-05, + "U": 4.414178800260515e-09, + "K": 2.2710842131346e-06, + "L": 1.4094765354855099e-09, + "G": 3.2269319945044117e-06, + "F": 0.000637009390629828, + "E": 8.30818826216273e-05, + "T": 8.466200597467832e-06, + "P": 0.12044184654951096, + "-": 0.8787239193916321 + }, + "id": "tp_14811" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1851385, + "label": "P", + "classification": { + "B": 3.1565425160806626e-05, + "S": 4.785457713296637e-05, + "I": 0.0843370333313942, + "C": 0.0003350607003085315, + "R": 8.197918214136735e-05, + "M": 0.0015158688183873892, + "O": 0.00029239876312203705, + "W": 3.440605723881163e-05, + "N": 0.003462894819676876, + "Y": 0.024619217962026596, + "U": 1.2311175851209555e-05, + "K": 0.00035418401239439845, + "L": 2.7981743187410757e-05, + "G": 0.0038753487169742584, + "F": 0.003992400132119656, + "E": 0.018210388720035553, + "T": 0.01332398597151041, + "P": 0.5192470550537109, + "-": 0.326198011636734 + }, + "id": "tp_14812" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1851518, + "label": "P", + "classification": { + "B": 2.806551128742285e-05, + "S": 8.79238432389684e-05, + "I": 0.016511278226971626, + "C": 0.000466554774902761, + "R": 0.00016066462558228523, + "M": 0.0007051192224025726, + "O": 0.00039048335747793317, + "W": 7.596253999508917e-05, + "N": 0.0020186377223581076, + "Y": 0.0043340642005205154, + "U": 4.404721767059527e-05, + "K": 0.0003101557376794517, + "L": 5.150810466147959e-05, + "G": 0.0008698719320818782, + "F": 0.007544986438006163, + "E": 0.003375406377017498, + "T": 0.005199642386287451, + "P": 0.49484017491340637, + "-": 0.46298539638519287 + }, + "id": "tp_14813" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1851652, + "label": "P", + "classification": { + "B": 3.009207284776494e-05, + "S": 6.757186838513007e-06, + "I": 0.004646175540983677, + "C": 3.5613829822978005e-05, + "R": 1.2796671398973558e-05, + "M": 0.0001425132213626057, + "O": 9.868354391073808e-05, + "W": 4.232113951729843e-06, + "N": 0.00020085781579837203, + "Y": 0.000811610952951014, + "U": 1.3608266726805596e-06, + "K": 5.534043339139316e-06, + "L": 1.0540920811763499e-05, + "G": 0.00070462457370013, + "F": 0.0016694240039214492, + "E": 0.0013785429764539003, + "T": 0.00040452342364005744, + "P": 0.6348326206207275, + "-": 0.3550034165382385 + }, + "id": "tp_14814" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1851752, + "label": "P", + "classification": { + "B": 6.368356508801298e-08, + "S": 1.3452631719701458e-07, + "I": 0.023916734382510185, + "C": 1.2595346561283804e-05, + "R": 1.5640465562682948e-06, + "M": 3.827323598670773e-05, + "O": 3.2136347272171406e-06, + "W": 1.9208759738376102e-07, + "N": 0.00013778491120319813, + "Y": 0.003930740058422089, + "U": 7.685096647946921e-08, + "K": 3.268780801590765e-06, + "L": 1.6938790281528782e-07, + "G": 0.0001626855373615399, + "F": 0.00039431036566384137, + "E": 0.0021455627866089344, + "T": 0.001074460567906499, + "P": 0.5613117218017578, + "-": 0.4068663716316223 + }, + "id": "tp_14815" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1851885, + "label": "P", + "classification": { + "B": 3.160171036142856e-05, + "S": 4.513960902841063e-06, + "I": 0.0068853977136313915, + "C": 5.917251473874785e-05, + "R": 1.4903950614097994e-05, + "M": 0.0005341396317817271, + "O": 0.00019665870058815926, + "W": 7.149077191570541e-06, + "N": 0.0001697816769592464, + "Y": 0.000950014975387603, + "U": 2.7822411539091263e-06, + "K": 6.946679604880046e-07, + "L": 2.9757697120658122e-05, + "G": 0.000493714411277324, + "F": 0.0002832798345480114, + "E": 0.0005056459340266883, + "T": 0.002088424051180482, + "P": 0.5748213529586792, + "-": 0.4129210412502289 + }, + "id": "tp_14816" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1852019, + "label": "-", + "classification": { + "B": 0.00019948834960814565, + "S": 0.00014833937166258693, + "I": 0.008500810712575912, + "C": 0.0019231007900089025, + "R": 0.0006268762517720461, + "M": 0.004207998048514128, + "O": 0.0014987391186878085, + "W": 0.00025240620016120374, + "N": 0.0009411455830559134, + "Y": 0.009323644451797009, + "U": 0.0001398546592099592, + "K": 0.000255809398368001, + "L": 0.0003326685109641403, + "G": 0.0040946039371192455, + "F": 0.011832586489617825, + "E": 0.005019400268793106, + "T": 0.007979816757142544, + "P": 0.25745734572410583, + "-": 0.6852654218673706 + }, + "id": "tp_14817" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1852152, + "label": "-", + "classification": { + "B": 6.285269478212285e-07, + "S": 7.843074740776501e-07, + "I": 0.0001102799506043084, + "C": 2.1065008695586585e-05, + "R": 4.673162038670853e-06, + "M": 9.121331822825596e-05, + "O": 2.582327215350233e-05, + "W": 8.071185106928169e-07, + "N": 5.708350727218203e-06, + "Y": 0.001393474405631423, + "U": 8.791789127826632e-07, + "K": 2.129063432221301e-06, + "L": 2.283145249748486e-06, + "G": 0.00011568884656298906, + "F": 0.0006177405011840165, + "E": 6.233450403669849e-05, + "T": 0.0014076981460675597, + "P": 0.059367112815380096, + "-": 0.9367697238922119 + }, + "id": "tp_14818" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1852252, + "label": "-", + "classification": { + "B": 2.989544833909008e-09, + "S": 2.6568522937253647e-09, + "I": 1.2321922895353055e-06, + "C": 1.451809428232309e-08, + "R": 2.1022803498027542e-09, + "M": 2.1453847409702576e-07, + "O": 1.9516613747327938e-07, + "W": 2.821588074297665e-09, + "N": 3.219487254568776e-08, + "Y": 4.621437255991623e-06, + "U": 4.3895564960649835e-10, + "K": 2.1033312869178644e-09, + "L": 2.2107689012784704e-09, + "G": 5.514042982213141e-07, + "F": 0.00010543179814703763, + "E": 8.951797099143732e-07, + "T": 9.557475095789414e-06, + "P": 0.2329806387424469, + "-": 0.766896665096283 + }, + "id": "tp_14819" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1852386, + "label": "-", + "classification": { + "B": 2.9563270800281316e-06, + "S": 6.507415946543915e-06, + "I": 0.0012462334707379341, + "C": 0.00019679454271681607, + "R": 9.986958320951089e-05, + "M": 0.00021465934696607292, + "O": 0.00017398704949300736, + "W": 1.1771816389227752e-05, + "N": 9.014311217470095e-05, + "Y": 0.004434768110513687, + "U": 4.489194452617085e-06, + "K": 2.2326075850287452e-05, + "L": 1.2965186215296853e-05, + "G": 0.0006384458392858505, + "F": 0.004992067813873291, + "E": 0.00020668370416387916, + "T": 0.002395567251369357, + "P": 0.11608361452817917, + "-": 0.8691661953926086 + }, + "id": "tp_14820" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1852519, + "label": "-", + "classification": { + "B": 0.002121640369296074, + "S": 0.00030483677983283997, + "I": 0.003976135980337858, + "C": 0.0007650050101801753, + "R": 0.00018834347429219633, + "M": 0.0014506075531244278, + "O": 0.0013554297620430589, + "W": 0.00011908572196261957, + "N": 0.0007047503022477031, + "Y": 0.0032402253709733486, + "U": 4.6551282139262185e-05, + "K": 6.512006075354293e-05, + "L": 0.00029476109193637967, + "G": 0.005001607351005077, + "F": 0.009130524471402168, + "E": 0.0032764743082225323, + "T": 0.00473678158596158, + "P": 0.39045238494873047, + "-": 0.5727697610855103 + }, + "id": "tp_14821" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1852653, + "label": "-", + "classification": { + "B": 0.00010116415069205686, + "S": 4.353579242888372e-06, + "I": 7.99702902440913e-05, + "C": 3.791295739574707e-06, + "R": 8.658294632368779e-07, + "M": 0.0004424276703502983, + "O": 0.00015984702622517943, + "W": 2.5417775759706274e-06, + "N": 2.2199692466529086e-06, + "Y": 0.00012179624172858894, + "U": 1.2144346328568645e-07, + "K": 6.062272905893451e-09, + "L": 3.303131234133616e-05, + "G": 0.00013712607324123383, + "F": 0.0002120575518347323, + "E": 6.187998951645568e-05, + "T": 0.0008622438181191683, + "P": 0.15406014025211334, + "-": 0.8437143564224243 + }, + "id": "tp_14822" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1852753, + "label": "-", + "classification": { + "B": 9.385420867147332e-07, + "S": 4.229652859066846e-06, + "I": 0.01004219800233841, + "C": 9.243157546734437e-05, + "R": 3.861519508063793e-05, + "M": 0.000648518034722656, + "O": 8.910980977816507e-05, + "W": 3.3647461350483354e-06, + "N": 0.00013888887770008296, + "Y": 0.018215635791420937, + "U": 1.6022230511225644e-06, + "K": 2.939699697890319e-06, + "L": 9.941008102032356e-06, + "G": 0.000494731473736465, + "F": 0.000822551257442683, + "E": 0.00013659523392561823, + "T": 0.015175888314843178, + "P": 0.13074266910552979, + "-": 0.8233392834663391 + }, + "id": "tp_14823" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1852886, + "label": "-", + "classification": { + "B": 6.813584332121536e-05, + "S": 0.0001789527159417048, + "I": 0.007323152851313353, + "C": 0.004500930663198233, + "R": 0.0013363366015255451, + "M": 0.004606880713254213, + "O": 0.0018006650498136878, + "W": 0.00035800132900476456, + "N": 0.0010582520626485348, + "Y": 0.17736251652240753, + "U": 6.952902185730636e-05, + "K": 0.002685610903427005, + "L": 0.00013543054228648543, + "G": 0.00980725884437561, + "F": 0.015927191823720932, + "E": 0.004910042509436607, + "T": 0.03989049047231674, + "P": 0.03764967620372772, + "-": 0.690330982208252 + }, + "id": "tp_14824" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1853020, + "label": "P", + "classification": { + "B": 0.0007117175846360624, + "S": 0.0006737096118740737, + "I": 0.04930419847369194, + "C": 0.0030443789437413216, + "R": 0.0009004081948660314, + "M": 0.002545782830566168, + "O": 0.001350782928057015, + "W": 0.00043535971781238914, + "N": 0.007932162843644619, + "Y": 0.013011316768825054, + "U": 0.000321371597237885, + "K": 0.001055222237482667, + "L": 0.0003515149001032114, + "G": 0.005255501717329025, + "F": 0.013022215105593204, + "E": 0.014547687023878098, + "T": 0.006569825578480959, + "P": 0.6022337675094604, + "-": 0.2767331004142761 + }, + "id": "tp_14825" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1853153, + "label": "-", + "classification": { + "B": 4.202303534839302e-05, + "S": 1.3822721484757494e-05, + "I": 0.012236610986292362, + "C": 0.0004719773423857987, + "R": 0.00018955045379698277, + "M": 0.0020459310617297888, + "O": 0.0007005449151620269, + "W": 3.603567529353313e-05, + "N": 0.00027605582727119327, + "Y": 0.016673356294631958, + "U": 9.93765479506692e-06, + "K": 6.51571326670819e-06, + "L": 9.13236362976022e-05, + "G": 0.0023765761870890856, + "F": 0.0009246435365639627, + "E": 0.0006939209415577352, + "T": 0.014909107238054276, + "P": 0.11703728139400482, + "-": 0.8312646746635437 + }, + "id": "tp_14826" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1853253, + "label": "-", + "classification": { + "B": 0.0001004643490887247, + "S": 9.708700417832006e-06, + "I": 0.00037871848326176405, + "C": 8.759197226027027e-05, + "R": 2.150803993572481e-05, + "M": 0.00298506673425436, + "O": 0.00031982906511984766, + "W": 7.660623850824777e-06, + "N": 1.0884900802921038e-05, + "Y": 0.012336249463260174, + "U": 1.6459291600767756e-06, + "K": 7.714064622632577e-07, + "L": 0.00010158288932871073, + "G": 0.003355350811034441, + "F": 0.0009476864361204207, + "E": 0.0003830007335636765, + "T": 0.00856560654938221, + "P": 0.027194365859031677, + "-": 0.9431923031806946 + }, + "id": "tp_14827" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1853387, + "label": "-", + "classification": { + "B": 1.9520996374922106e-06, + "S": 2.3471876886560494e-07, + "I": 0.0003879999276250601, + "C": 1.2601834896486253e-05, + "R": 1.8842034705812694e-06, + "M": 8.998188422992826e-05, + "O": 2.6207606424577534e-05, + "W": 4.3376743974476994e-07, + "N": 5.015647730033379e-06, + "Y": 0.00026235441328026354, + "U": 1.78516785354077e-07, + "K": 1.040618435865781e-08, + "L": 3.910439318133285e-06, + "G": 0.00010091534932143986, + "F": 7.311053923331201e-05, + "E": 3.7478886952158064e-05, + "T": 0.0005972952931188047, + "P": 0.25091615319252014, + "-": 0.7474822998046875 + }, + "id": "tp_14828" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1853520, + "label": "-", + "classification": { + "B": 3.954553176299669e-05, + "S": 1.2520116797531955e-05, + "I": 0.004214291926473379, + "C": 3.476639903965406e-05, + "R": 1.5865993191255257e-05, + "M": 0.001278789946809411, + "O": 0.0002936635573860258, + "W": 1.2886247532151174e-05, + "N": 6.83987673255615e-05, + "Y": 0.008271300233900547, + "U": 1.8839057247532764e-06, + "K": 3.0013438845344353e-07, + "L": 5.3548083087662235e-05, + "G": 0.0007824167842045426, + "F": 0.000511836027726531, + "E": 0.00018083926988765597, + "T": 0.015819715335965157, + "P": 0.21769583225250244, + "-": 0.7507115602493286 + }, + "id": "tp_14829" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1853654, + "label": "-", + "classification": { + "B": 8.548419282305986e-05, + "S": 9.797082748264074e-05, + "I": 0.0020739545579999685, + "C": 0.0003041677991859615, + "R": 0.00010491786815691739, + "M": 0.0005653079133480787, + "O": 0.0004253439255990088, + "W": 0.00011995602835668251, + "N": 0.0003834052768070251, + "Y": 0.004322795197367668, + "U": 6.340957770589739e-05, + "K": 0.0004985281848348677, + "L": 6.004758324706927e-05, + "G": 0.0012879165587946773, + "F": 0.015049806796014309, + "E": 0.002004626439884305, + "T": 0.003196205012500286, + "P": 0.3561825156211853, + "-": 0.6131735444068909 + }, + "id": "tp_14830" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1853754, + "label": "-", + "classification": { + "B": 1.2620166671695188e-05, + "S": 6.871930054330733e-06, + "I": 0.0033096782863140106, + "C": 0.0006235397304408252, + "R": 9.378578397445381e-05, + "M": 0.0006414222298189998, + "O": 0.00014434836339205503, + "W": 1.2282160241738893e-05, + "N": 0.0002914436627179384, + "Y": 0.004130464978516102, + "U": 1.5088639884197619e-05, + "K": 0.00012272248568478972, + "L": 2.0410976503626443e-05, + "G": 0.0023022904060781, + "F": 0.007268467918038368, + "E": 0.005469840485602617, + "T": 0.0013306563487276435, + "P": 0.3461608290672302, + "-": 0.6280432343482971 + }, + "id": "tp_14831" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1853887, + "label": "-", + "classification": { + "B": 2.3452754760455718e-07, + "S": 2.8858445944024425e-07, + "I": 0.00035369271063245833, + "C": 3.548048698576167e-05, + "R": 1.0488792213436682e-05, + "M": 0.00014393997844308615, + "O": 1.897106267279014e-05, + "W": 8.576436698604084e-07, + "N": 8.383571184822358e-06, + "Y": 0.006105341017246246, + "U": 7.878276164774434e-07, + "K": 2.1030115021858364e-05, + "L": 1.752874709382013e-06, + "G": 0.00032032575109042227, + "F": 0.0018312075408175588, + "E": 0.00024100100563373417, + "T": 0.0013454525033012033, + "P": 0.03321220353245735, + "-": 0.9563484787940979 + }, + "id": "tp_14832" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1854021, + "label": "P", + "classification": { + "B": 0.000145730038639158, + "S": 0.00010299617133568972, + "I": 0.012933500111103058, + "C": 0.00020573034998960793, + "R": 7.487273251172155e-05, + "M": 0.00044374019489623606, + "O": 0.0003402137663215399, + "W": 0.00011569871276151389, + "N": 0.001728211180306971, + "Y": 0.0014855081681162119, + "U": 5.275490912026726e-05, + "K": 6.123021739767864e-05, + "L": 7.301746518351138e-05, + "G": 0.0005923412390984595, + "F": 0.002942577237263322, + "E": 0.0030828402377665043, + "T": 0.003570086555555463, + "P": 0.765764057636261, + "-": 0.2062849998474121 + }, + "id": "tp_14833" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1854154, + "label": "-", + "classification": { + "B": 2.592120654298924e-05, + "S": 3.371464117662981e-05, + "I": 0.00519969779998064, + "C": 0.0008269960526376963, + "R": 0.000237188272876665, + "M": 0.0009155042353086174, + "O": 0.00034337418037466705, + "W": 7.642520358785987e-05, + "N": 0.00048734198207966983, + "Y": 0.00673539936542511, + "U": 7.15891073923558e-05, + "K": 0.0003185420937370509, + "L": 7.603583071613684e-05, + "G": 0.0024471639189869165, + "F": 0.014443832449615002, + "E": 0.002195940585806966, + "T": 0.004116462543606758, + "P": 0.3399028778076172, + "-": 0.6215459704399109 + }, + "id": "tp_14834" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1854254, + "label": "-", + "classification": { + "B": 0.0004309366049710661, + "S": 0.00027916888939216733, + "I": 0.0038699044380337, + "C": 0.0006314821657724679, + "R": 0.0001509694557171315, + "M": 0.0023280554451048374, + "O": 0.001509147696197033, + "W": 0.0001931888546096161, + "N": 0.00069306546356529, + "Y": 0.006200272589921951, + "U": 6.637725891778246e-05, + "K": 0.0001797698059817776, + "L": 0.0002841081586666405, + "G": 0.004315899685025215, + "F": 0.015580253675580025, + "E": 0.006309566553682089, + "T": 0.0053705270402133465, + "P": 0.25360047817230225, + "-": 0.6980068683624268 + }, + "id": "tp_14835" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1854388, + "label": "-", + "classification": { + "B": 0.0001470469869673252, + "S": 4.4463304220698774e-05, + "I": 0.01918054185807705, + "C": 0.001087179989553988, + "R": 0.0003770292969420552, + "M": 0.003934586886316538, + "O": 0.0009133981657214463, + "W": 4.9818772822618484e-05, + "N": 0.0007030020351521671, + "Y": 0.008990996517241001, + "U": 3.335264773340896e-05, + "K": 4.9083437261288054e-06, + "L": 0.0004249572230037302, + "G": 0.0029989974573254585, + "F": 0.0027956690173596144, + "E": 0.0023006319534033537, + "T": 0.009907830506563187, + "P": 0.3182430863380432, + "-": 0.6278625726699829 + }, + "id": "tp_14836" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1854521, + "label": "-", + "classification": { + "B": 0.00043065345380455256, + "S": 0.0003027621132787317, + "I": 0.038634274154901505, + "C": 0.0071989260613918304, + "R": 0.0025237600784748793, + "M": 0.011089527048170567, + "O": 0.0025002267211675644, + "W": 0.000403335114242509, + "N": 0.0020146591123193502, + "Y": 0.0924135372042656, + "U": 0.00014410661242436618, + "K": 0.0004286467737983912, + "L": 0.000713484245352447, + "G": 0.013427738100290298, + "F": 0.008869083598256111, + "E": 0.008052625693380833, + "T": 0.03257676959037781, + "P": 0.12631849944591522, + "-": 0.6519573330879211 + }, + "id": "tp_14837" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1854655, + "label": "-", + "classification": { + "B": 0.0001191257470054552, + "S": 2.0433784811757505e-05, + "I": 0.00030370341846719384, + "C": 6.217369809746742e-05, + "R": 1.4547903447237331e-05, + "M": 0.0016199779929593205, + "O": 0.0003033259999938309, + "W": 1.0886507880059071e-05, + "N": 1.4988734619691968e-05, + "Y": 0.0014888248406350613, + "U": 2.1967528027744265e-06, + "K": 3.4898989724752028e-06, + "L": 6.895527621963993e-05, + "G": 0.0018106275238096714, + "F": 0.0035965517163276672, + "E": 0.0005291271954774857, + "T": 0.002399534685537219, + "P": 0.07175138592720032, + "-": 0.9158800840377808 + }, + "id": "tp_14838" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1854755, + "label": "-", + "classification": { + "B": 3.31081264448585e-06, + "S": 5.525203619072272e-07, + "I": 0.0005081777344457805, + "C": 8.294745384773705e-06, + "R": 1.7142624528787564e-06, + "M": 0.00019213116320315748, + "O": 3.0021539714653045e-05, + "W": 6.14455984759843e-07, + "N": 1.3617470358440187e-05, + "Y": 0.0012041397858411074, + "U": 5.422999151960539e-07, + "K": 3.3821243050624616e-07, + "L": 3.871263743349118e-06, + "G": 0.00016066775424405932, + "F": 0.000203861462068744, + "E": 0.00018850182823371142, + "T": 0.002163868397474289, + "P": 0.1824844926595688, + "-": 0.8128312826156616 + }, + "id": "tp_14839" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1854888, + "label": "-", + "classification": { + "B": 0.00030552371754311025, + "S": 0.00042410410242155194, + "I": 0.0017279163002967834, + "C": 0.00043727041338570416, + "R": 0.0002557302941568196, + "M": 0.006139409262686968, + "O": 0.0020261991303414106, + "W": 0.00012094333214918151, + "N": 0.00015512319805566221, + "Y": 0.0378364659845829, + "U": 2.0827426851610653e-05, + "K": 3.7070527469040826e-05, + "L": 0.0006771789048798382, + "G": 0.011019217781722546, + "F": 0.014769824221730232, + "E": 0.000612255244050175, + "T": 0.03294701501727104, + "P": 0.030369723215699196, + "-": 0.8601182103157043 + }, + "id": "tp_14840" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1855022, + "label": "-", + "classification": { + "B": 7.950831786729395e-05, + "S": 1.0153623406949919e-05, + "I": 0.0032449867576360703, + "C": 0.0008118774858303368, + "R": 0.00011854164768010378, + "M": 0.0029294395353645086, + "O": 0.0002919551043305546, + "W": 1.333016189164482e-05, + "N": 0.00010944329551421106, + "Y": 0.009490208700299263, + "U": 1.5932235328364186e-05, + "K": 1.9663330022012815e-05, + "L": 0.0001449383416911587, + "G": 0.005942851305007935, + "F": 0.0052794418297708035, + "E": 0.003141568275168538, + "T": 0.007397335022687912, + "P": 0.09633708745241165, + "-": 0.8646216988563538 + }, + "id": "tp_14841" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1855155, + "label": "-", + "classification": { + "B": 0.00018156903388444334, + "S": 0.00013292809308040887, + "I": 0.013405987061560154, + "C": 0.0039098383858799934, + "R": 0.0008728518732823431, + "M": 0.004401260055601597, + "O": 0.0015864267479628325, + "W": 0.00023585640883538872, + "N": 0.001770795788615942, + "Y": 0.014401085674762726, + "U": 0.000279975967714563, + "K": 0.0005957633838988841, + "L": 0.0005695461295545101, + "G": 0.008279611356556416, + "F": 0.022097010165452957, + "E": 0.010118506848812103, + "T": 0.010316482745110989, + "P": 0.3046373724937439, + "-": 0.6022072434425354 + }, + "id": "tp_14842" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1855255, + "label": "P", + "classification": { + "B": 7.330040534725413e-05, + "S": 6.79872464388609e-05, + "I": 0.0434197373688221, + "C": 0.0015949670923873782, + "R": 0.00040698336670175195, + "M": 0.0011531776981428266, + "O": 0.0003021518641617149, + "W": 5.707993113901466e-05, + "N": 0.003351306077092886, + "Y": 0.005649106111377478, + "U": 0.0001029592749546282, + "K": 0.0002844022528734058, + "L": 0.00010428555106045678, + "G": 0.0021622157655656338, + "F": 0.005361920688301325, + "E": 0.010101930238306522, + "T": 0.002248291624709964, + "P": 0.7701806426048279, + "-": 0.15337759256362915 + }, + "id": "tp_14843" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1855389, + "label": "-", + "classification": { + "B": 0.0002406062267255038, + "S": 0.0006177738541737199, + "I": 0.0019903993234038353, + "C": 0.0006447393679991364, + "R": 0.0002548701304476708, + "M": 0.002092137234285474, + "O": 0.0018146311631426215, + "W": 0.0004204094293527305, + "N": 0.0005675167194567621, + "Y": 0.008189975284039974, + "U": 0.00013927571126259863, + "K": 0.0006027930066920817, + "L": 0.00036756027839146554, + "G": 0.002665553940460086, + "F": 0.041266780346632004, + "E": 0.002071995520964265, + "T": 0.008176762610673904, + "P": 0.17634794116020203, + "-": 0.751528263092041 + }, + "id": "tp_14844" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1855522, + "label": "-", + "classification": { + "B": 2.7804665592157107e-07, + "S": 4.6479135562549345e-07, + "I": 9.224256791640073e-05, + "C": 5.0230796659889165e-06, + "R": 1.3497136706064339e-06, + "M": 4.0568873373558745e-05, + "O": 8.72225882631028e-06, + "W": 4.117776200018852e-07, + "N": 4.6019044930289965e-06, + "Y": 0.0008253373671323061, + "U": 3.626765021635947e-07, + "K": 5.767701168224448e-06, + "L": 8.999094802675245e-07, + "G": 7.479917985619977e-05, + "F": 0.002968062413856387, + "E": 0.00011861282109748572, + "T": 0.0009357378003187478, + "P": 0.08825942873954773, + "-": 0.9066572785377502 + }, + "id": "tp_14845" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1855656, + "label": "-", + "classification": { + "B": 1.8495296899345703e-05, + "S": 2.04972384381108e-05, + "I": 0.0040181949734687805, + "C": 0.00016166128625627607, + "R": 3.828259650617838e-05, + "M": 0.0005875263013876975, + "O": 0.00020119015243835747, + "W": 2.108328953909222e-05, + "N": 0.00043616050970740616, + "Y": 0.007760560140013695, + "U": 2.633188159961719e-05, + "K": 0.00016157036588992923, + "L": 2.8581187507370487e-05, + "G": 0.001820892095565796, + "F": 0.004637278150767088, + "E": 0.0031725894659757614, + "T": 0.0048635671846568584, + "P": 0.3642460107803345, + "-": 0.6077796220779419 + }, + "id": "tp_14846" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1855756, + "label": "-", + "classification": { + "B": 1.4621146874560509e-05, + "S": 7.623489636898739e-06, + "I": 0.0026250623632222414, + "C": 0.00013918020704295486, + "R": 2.4441858840873465e-05, + "M": 0.0005474455538205802, + "O": 0.00011852919851662591, + "W": 6.4552173171250615e-06, + "N": 0.000124177269754, + "Y": 0.003202178282663226, + "U": 5.0930884754052386e-06, + "K": 5.24167171533918e-06, + "L": 2.799169124045875e-05, + "G": 0.0009914934635162354, + "F": 0.0046018147841095924, + "E": 0.0010608471930027008, + "T": 0.0020336201414465904, + "P": 0.36408352851867676, + "-": 0.6203806400299072 + }, + "id": "tp_14847" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1855889, + "label": "-", + "classification": { + "B": 7.070489118632395e-06, + "S": 5.180561856832355e-06, + "I": 1.0017786735261325e-05, + "C": 1.144860107160639e-06, + "R": 2.776174028440437e-07, + "M": 2.65843809756916e-05, + "O": 3.523783743730746e-05, + "W": 1.9158085251547163e-06, + "N": 9.291372293773748e-07, + "Y": 6.544046482304111e-05, + "U": 3.191639663668866e-08, + "K": 2.1701409025354224e-07, + "L": 1.259754526472534e-06, + "G": 2.3636453988729045e-05, + "F": 0.0015870354836806655, + "E": 2.499480251572095e-05, + "T": 8.627159695606679e-05, + "P": 0.05748054012656212, + "-": 0.940642237663269 + }, + "id": "tp_14848" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1856023, + "label": "-", + "classification": { + "B": 5.144622264197096e-06, + "S": 1.7321629002253758e-06, + "I": 0.0013103820383548737, + "C": 6.220403156476095e-05, + "R": 1.0106358786288183e-05, + "M": 0.0003694391343742609, + "O": 4.049299604957923e-05, + "W": 2.0831002984778024e-06, + "N": 4.821533730137162e-05, + "Y": 0.003387423697859049, + "U": 1.9113122107228264e-06, + "K": 9.043381396622863e-06, + "L": 6.63023865854484e-06, + "G": 0.0005835859337821603, + "F": 0.0030388233717530966, + "E": 0.0013032639399170876, + "T": 0.001448939205147326, + "P": 0.20441143214702606, + "-": 0.783959150314331 + }, + "id": "tp_14849" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1856156, + "label": "-", + "classification": { + "B": 0.00012408962356857955, + "S": 2.6565458028926514e-05, + "I": 0.0013912696158513427, + "C": 0.0002012149925576523, + "R": 1.8453230950399302e-05, + "M": 0.0006076708086766303, + "O": 0.00026193997473455966, + "W": 2.2300597265711986e-05, + "N": 0.0001908138074213639, + "Y": 0.0008456978248432279, + "U": 1.3829851013724692e-05, + "K": 1.25732858577976e-05, + "L": 3.663694951683283e-05, + "G": 0.0005915109068155289, + "F": 0.0021009647753089666, + "E": 0.002812558552250266, + "T": 0.0013978414935991168, + "P": 0.49046868085861206, + "-": 0.4988754093647003 + }, + "id": "tp_14850" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1856256, + "label": "-", + "classification": { + "B": 8.519899665770936e-07, + "S": 9.587964768797974e-07, + "I": 0.05938726291060448, + "C": 0.0005251975962892175, + "R": 0.00013666784798260778, + "M": 0.0005993215600028634, + "O": 6.753815978299826e-05, + "W": 1.9674821487569716e-06, + "N": 0.00027680033235810697, + "Y": 0.061733461916446686, + "U": 1.2748018889396917e-06, + "K": 7.987429853528738e-06, + "L": 6.480037882283796e-06, + "G": 0.0031199788209050894, + "F": 0.0004691781068686396, + "E": 0.0010294868843629956, + "T": 0.00983719527721405, + "P": 0.18127846717834473, + "-": 0.6815199851989746 + }, + "id": "tp_14851" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1856390, + "label": "-", + "classification": { + "B": 6.351606316457037e-07, + "S": 1.7131926099978045e-08, + "I": 2.6880506993620656e-06, + "C": 3.5345269111530797e-07, + "R": 2.030388479568046e-08, + "M": 3.171382559230551e-05, + "O": 3.133420250378549e-06, + "W": 1.112336178721307e-08, + "N": 6.440277644514936e-08, + "Y": 5.0303835450904444e-05, + "U": 5.660446777966399e-09, + "K": 3.5102429851718853e-09, + "L": 3.0053263344598236e-07, + "G": 2.6342737328377552e-05, + "F": 7.095974433468655e-05, + "E": 5.704301202058559e-06, + "T": 0.00014279058086685836, + "P": 0.04726347699761391, + "-": 0.952401340007782 + }, + "id": "tp_14852" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1856523, + "label": "-", + "classification": { + "B": 0.0017332660499960184, + "S": 0.0006734765483997762, + "I": 0.027375353500247, + "C": 0.0032026947010308504, + "R": 0.0013213945785537362, + "M": 0.03649602830410004, + "O": 0.0034684084821492434, + "W": 0.0005190775264054537, + "N": 0.0029362558852881193, + "Y": 0.061242569237947464, + "U": 0.0002135392278432846, + "K": 0.0004739136202260852, + "L": 0.0012690245639532804, + "G": 0.018101582303643227, + "F": 0.012452386319637299, + "E": 0.02821706235408783, + "T": 0.0391528382897377, + "P": 0.22448131442070007, + "-": 0.5366697311401367 + }, + "id": "tp_14853" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1856657, + "label": "P", + "classification": { + "B": 0.0010613970225676894, + "S": 0.0013710056664422154, + "I": 0.06021956726908684, + "C": 0.007024862803518772, + "R": 0.0038094387855380774, + "M": 0.007238016463816166, + "O": 0.004358410369604826, + "W": 0.0012024514144286513, + "N": 0.015424756333231926, + "Y": 0.03681445121765137, + "U": 0.0012418695259839296, + "K": 0.007442099042236805, + "L": 0.0009763702400960028, + "G": 0.015945440158247948, + "F": 0.02391626685857773, + "E": 0.02775721438229084, + "T": 0.02189013548195362, + "P": 0.4284946918487549, + "-": 0.33381155133247375 + }, + "id": "tp_14854" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1856757, + "label": "-", + "classification": { + "B": 2.585684796940768e-06, + "S": 8.586538911004027e-07, + "I": 0.00018436582467984408, + "C": 4.644945511245169e-05, + "R": 5.002147190680262e-06, + "M": 0.0003008425119332969, + "O": 3.675519837997854e-05, + "W": 1.2192624581075506e-06, + "N": 7.299950084416196e-06, + "Y": 0.0013377488357946277, + "U": 6.435843147301057e-07, + "K": 9.691603963801754e-07, + "L": 6.038300398358842e-06, + "G": 0.00028914972790516913, + "F": 0.0007955433102324605, + "E": 0.0002380089572397992, + "T": 0.0008958496036939323, + "P": 0.09228512644767761, + "-": 0.9035654664039612 + }, + "id": "tp_14855" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1856890, + "label": "-", + "classification": { + "B": 4.797644942300394e-05, + "S": 0.00017703537014313042, + "I": 0.041042424738407135, + "C": 0.0015470521757379174, + "R": 0.000647711509373039, + "M": 0.0037600917275995016, + "O": 0.0010549924336373806, + "W": 0.00021559539891313761, + "N": 0.003194170305505395, + "Y": 0.1424458622932434, + "U": 4.09947351727169e-05, + "K": 0.002596104284748435, + "L": 7.037549949018285e-05, + "G": 0.006779312156140804, + "F": 0.011184083297848701, + "E": 0.00831687543541193, + "T": 0.02518448419868946, + "P": 0.13418269157409668, + "-": 0.6175121665000916 + }, + "id": "tp_14856" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1857024, + "label": "-", + "classification": { + "B": 3.2240452583209844e-06, + "S": 1.3479201470545377e-06, + "I": 0.0005783447413705289, + "C": 4.5755346945952624e-05, + "R": 8.497323506162502e-06, + "M": 0.00012125261855544522, + "O": 4.837458982365206e-05, + "W": 3.77596143152914e-06, + "N": 3.33124007738661e-05, + "Y": 0.0018008745973929763, + "U": 4.749183062813245e-06, + "K": 4.555610576062463e-05, + "L": 4.234800599078881e-06, + "G": 0.00031828685314394534, + "F": 0.0031797923147678375, + "E": 0.00031071086414158344, + "T": 0.0013548339484259486, + "P": 0.13681048154830933, + "-": 0.8553265333175659 + }, + "id": "tp_14857" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1857157, + "label": "-", + "classification": { + "B": 0.00010239694529445842, + "S": 0.00013381801545619965, + "I": 0.002871310105547309, + "C": 0.000851290998980403, + "R": 0.00027381841209717095, + "M": 0.001409290824085474, + "O": 0.0010097805643454194, + "W": 0.00014006659330334514, + "N": 0.00046138232573866844, + "Y": 0.007850785739719868, + "U": 0.00011701573384925723, + "K": 0.00018699899374041706, + "L": 0.00022839494340587407, + "G": 0.002684604609385133, + "F": 0.01333237811923027, + "E": 0.0022065925877541304, + "T": 0.008179171942174435, + "P": 0.21812526881694794, + "-": 0.7398356199264526 + }, + "id": "tp_14858" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1857257, + "label": "-", + "classification": { + "B": 0.00016304482414852828, + "S": 0.00022322167933452874, + "I": 0.0012934947153553367, + "C": 0.00023754892754368484, + "R": 4.321967935538851e-05, + "M": 0.00191902881488204, + "O": 0.000945021107327193, + "W": 0.00011862735846079886, + "N": 0.0004172524204477668, + "Y": 0.003910454921424389, + "U": 4.6387274778680876e-05, + "K": 0.0006029101205058396, + "L": 0.00010037966421805322, + "G": 0.002110671019181609, + "F": 0.022152705118060112, + "E": 0.005669239908456802, + "T": 0.004066332709044218, + "P": 0.21044586598873138, + "-": 0.7455345392227173 + }, + "id": "tp_14859" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1857391, + "label": "-", + "classification": { + "B": 0.0016075843013823032, + "S": 0.002213472733274102, + "I": 0.018709735944867134, + "C": 0.0027231723070144653, + "R": 0.0018045267788693309, + "M": 0.011863094754517078, + "O": 0.007796790450811386, + "W": 0.0017786091193556786, + "N": 0.004922004882246256, + "Y": 0.03620744124054909, + "U": 0.0007092426531016827, + "K": 0.002432213630527258, + "L": 0.0021954220719635487, + "G": 0.014483248814940453, + "F": 0.05669427663087845, + "E": 0.013245848007500172, + "T": 0.022253578528761864, + "P": 0.24756483733654022, + "-": 0.5507948994636536 + }, + "id": "tp_14860" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1857524, + "label": "-", + "classification": { + "B": 0.00012804637663066387, + "S": 5.8702058595372364e-05, + "I": 0.01599026657640934, + "C": 0.0012474574614316225, + "R": 0.0002623163745738566, + "M": 0.004345939960330725, + "O": 0.0009013695525936782, + "W": 6.652334559476003e-05, + "N": 0.0009016928379423916, + "Y": 0.012891667895019054, + "U": 6.986316293478012e-05, + "K": 2.7410203983890824e-05, + "L": 0.0003155182348564267, + "G": 0.003807107452303171, + "F": 0.003590348409488797, + "E": 0.0027649367693811655, + "T": 0.018878541886806488, + "P": 0.32780468463897705, + "-": 0.6059476137161255 + }, + "id": "tp_14861" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1857658, + "label": "-", + "classification": { + "B": 3.9909855331643485e-07, + "S": 6.718087206536438e-07, + "I": 0.001198291894979775, + "C": 3.42701532645151e-05, + "R": 1.0312381164112594e-05, + "M": 0.00024251714057754725, + "O": 3.149136682623066e-05, + "W": 1.4411398296942934e-06, + "N": 1.7569744159118272e-05, + "Y": 0.003103099297732115, + "U": 1.1045493693018216e-06, + "K": 1.284130462408939e-06, + "L": 5.3488602134166285e-06, + "G": 0.00028180007939226925, + "F": 0.0006815482629463077, + "E": 8.399548096349463e-05, + "T": 0.0039244042709469795, + "P": 0.08225405961275101, + "-": 0.9081264138221741 + }, + "id": "tp_14862" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1857758, + "label": "-", + "classification": { + "B": 0.00020806945394724607, + "S": 1.2641568901017308e-05, + "I": 0.18223512172698975, + "C": 0.006552030798047781, + "R": 0.0010786695638671517, + "M": 0.009279396384954453, + "O": 0.0014414521865546703, + "W": 4.641474879463203e-05, + "N": 0.0014217325951904058, + "Y": 0.032116252928972244, + "U": 1.4369475138664711e-05, + "K": 1.0731661177487695e-06, + "L": 0.0005513720097951591, + "G": 0.011163809336721897, + "F": 0.0005703977076336741, + "E": 0.004576683510094881, + "T": 0.018318794667720795, + "P": 0.29303446412086487, + "-": 0.43737730383872986 + }, + "id": "tp_14863" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1857891, + "label": "-", + "classification": { + "B": 6.440724973799661e-05, + "S": 1.5224099115584977e-05, + "I": 0.006254209205508232, + "C": 0.0010872238781303167, + "R": 0.00028463092166930437, + "M": 0.0023724380880594254, + "O": 0.00044925513793714345, + "W": 4.2342151573393494e-05, + "N": 0.00022564407845493406, + "Y": 0.007332444190979004, + "U": 2.7033824153477326e-05, + "K": 1.3470039448293392e-05, + "L": 0.0001710352662485093, + "G": 0.0016878297319635749, + "F": 0.003312801942229271, + "E": 0.0024149208329617977, + "T": 0.00488952687010169, + "P": 0.21606972813606262, + "-": 0.7532858848571777 + }, + "id": "tp_14864" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1858025, + "label": "-", + "classification": { + "B": 1.215538304677466e-06, + "S": 7.573026323370868e-06, + "I": 0.0011705229990184307, + "C": 2.4742872483329847e-05, + "R": 1.2401528692862485e-05, + "M": 0.00012429122580215335, + "O": 6.665848923148587e-05, + "W": 8.834062100504525e-06, + "N": 0.00013002661580685526, + "Y": 0.0022544332314282656, + "U": 4.521008122537751e-06, + "K": 0.00022992213780526072, + "L": 2.536498641347862e-06, + "G": 0.00014791512512601912, + "F": 0.003924159798771143, + "E": 0.0006298968801274896, + "T": 0.0023482628166675568, + "P": 0.19089512526988983, + "-": 0.7980169653892517 + }, + "id": "tp_14865" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1858158, + "label": "-", + "classification": { + "B": 1.9654949312553072e-07, + "S": 1.4587526209197677e-07, + "I": 7.413419098156737e-06, + "C": 6.314676852525736e-07, + "R": 1.163142044902088e-07, + "M": 1.7934700736077502e-05, + "O": 1.162150965683395e-05, + "W": 1.780472302925773e-07, + "N": 1.3102987850288628e-07, + "Y": 6.112689152359962e-05, + "U": 4.483518889486504e-09, + "K": 2.316835612248269e-09, + "L": 3.178927556746203e-07, + "G": 1.3336202755453996e-05, + "F": 0.00010683272557798773, + "E": 1.7035080190908047e-06, + "T": 8.673412230564281e-05, + "P": 0.03477751091122627, + "-": 0.964914083480835 + }, + "id": "tp_14866" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1858258, + "label": "-", + "classification": { + "B": 8.327097930305172e-06, + "S": 2.1325865873222938e-07, + "I": 0.0002962550788652152, + "C": 7.344196092162747e-06, + "R": 6.714396363349806e-07, + "M": 0.00010437157470732927, + "O": 2.9469632863765582e-05, + "W": 4.0032705328485463e-07, + "N": 3.5468110581859946e-06, + "Y": 0.0001464029774069786, + "U": 1.218900678168211e-07, + "K": 1.982705999381551e-09, + "L": 4.243062903697137e-06, + "G": 5.95589772274252e-05, + "F": 1.7442689568269998e-05, + "E": 2.9747883672825992e-05, + "T": 0.00047859971527941525, + "P": 0.34241679310798645, + "-": 0.6563965082168579 + }, + "id": "tp_14867" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1858392, + "label": "-", + "classification": { + "B": 0.0006866889307275414, + "S": 0.0012034613173455, + "I": 0.015824511647224426, + "C": 0.02858671359717846, + "R": 0.008503686636686325, + "M": 0.03754781559109688, + "O": 0.007263696286827326, + "W": 0.0007890553679317236, + "N": 0.0015767049044370651, + "Y": 0.2847277522087097, + "U": 0.00011051609180867672, + "K": 0.002318337792530656, + "L": 0.0028071398846805096, + "G": 0.10419132560491562, + "F": 0.04336531460285187, + "E": 0.018143324181437492, + "T": 0.06597642600536346, + "P": 0.014218355529010296, + "-": 0.3621591627597809 + }, + "id": "tp_14868" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1858525, + "label": "-", + "classification": { + "B": 6.33359159110114e-05, + "S": 1.2789015272574034e-05, + "I": 0.0005810631555505097, + "C": 8.391878509428352e-05, + "R": 3.5828332329401746e-05, + "M": 0.0008363077067770064, + "O": 0.0003596549213398248, + "W": 1.5295650882762857e-05, + "N": 2.8707063393085264e-05, + "Y": 0.003934287931770086, + "U": 5.3427120292326435e-06, + "K": 1.1387957101760549e-06, + "L": 8.945827721618116e-05, + "G": 0.0013166205026209354, + "F": 0.0017667129868641496, + "E": 0.00027743729879148304, + "T": 0.004521191585808992, + "P": 0.11555317044258118, + "-": 0.8705177903175354 + }, + "id": "tp_14869" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1858625, + "label": "-", + "classification": { + "B": 9.647489473962878e-10, + "S": 8.16896481015128e-11, + "I": 0.0001946962293004617, + "C": 2.327281436009798e-06, + "R": 3.9860282186054974e-08, + "M": 7.112406819942407e-06, + "O": 6.567902488541222e-08, + "W": 3.1086677676483987e-10, + "N": 1.1096857122083748e-07, + "Y": 0.00012761977268382907, + "U": 1.612891820101936e-09, + "K": 4.959778698854223e-10, + "L": 1.3410120125456615e-08, + "G": 8.994595191325061e-06, + "F": 8.3383465607767e-06, + "E": 1.105316277971724e-05, + "T": 7.355649722740054e-05, + "P": 0.1715402603149414, + "-": 0.8280258178710938 + }, + "id": "tp_14870" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1858759, + "label": "-", + "classification": { + "B": 1.0311964615539182e-08, + "S": 3.419895477918544e-09, + "I": 0.0030348976142704487, + "C": 1.2818862160202116e-05, + "R": 3.708848453243263e-06, + "M": 3.750426185433753e-05, + "O": 1.6116089227580233e-06, + "W": 1.327883758506232e-08, + "N": 4.043856279167812e-06, + "Y": 0.006734402850270271, + "U": 2.541088228724675e-08, + "K": 9.786165122704915e-08, + "L": 1.5042770939999173e-07, + "G": 0.00027204686193726957, + "F": 6.797922105761245e-05, + "E": 0.00012195985618745908, + "T": 0.0007008479442447424, + "P": 0.1379731148481369, + "-": 0.8510347604751587 + }, + "id": "tp_14871" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1858892, + "label": "-", + "classification": { + "B": 3.3567541777301813e-06, + "S": 4.604449259204557e-06, + "I": 0.0002036013174802065, + "C": 0.00010261714487569407, + "R": 3.534087954903953e-05, + "M": 0.0009267067071050406, + "O": 0.0001296747213928029, + "W": 4.37128664998454e-06, + "N": 7.564150564576266e-06, + "Y": 0.00717300595715642, + "U": 8.031378229134134e-07, + "K": 9.730724741530139e-06, + "L": 3.18125712510664e-05, + "G": 0.003335485700517893, + "F": 0.009196191094815731, + "E": 0.0003131394332740456, + "T": 0.002983908401802182, + "P": 0.02571214735507965, + "-": 0.9498259425163269 + }, + "id": "tp_14872" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1859026, + "label": "P", + "classification": { + "B": 0.003165047150105238, + "S": 0.0006398038822226226, + "I": 0.034573983401060104, + "C": 0.003748638555407524, + "R": 0.0012484395410865545, + "M": 0.007615585345774889, + "O": 0.0022679101675748825, + "W": 0.0005945552256889641, + "N": 0.004389284178614616, + "Y": 0.018450085073709488, + "U": 0.0006030623335391283, + "K": 0.0005051302723586559, + "L": 0.0018626759992912412, + "G": 0.019863499328494072, + "F": 0.020229365676641464, + "E": 0.028087975457310677, + "T": 0.013731926679611206, + "P": 0.48898133635520935, + "-": 0.3494417071342468 + }, + "id": "tp_14873" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1859126, + "label": "-", + "classification": { + "B": 1.427916771490345e-07, + "S": 2.2499190777125477e-07, + "I": 0.0005815966869704425, + "C": 1.2874627827841323e-05, + "R": 9.15225200515124e-07, + "M": 0.00010161408863496035, + "O": 9.199423402606044e-06, + "W": 2.71049060529549e-07, + "N": 8.95592074812157e-06, + "Y": 0.0005388182471506298, + "U": 1.1820564083109275e-07, + "K": 1.4960474459257966e-07, + "L": 7.692576105000626e-07, + "G": 4.18849267589394e-05, + "F": 0.00011959086259594187, + "E": 0.0002155312104150653, + "T": 0.0007239838014356792, + "P": 0.1758859008550644, + "-": 0.8217573761940002 + }, + "id": "tp_14874" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1859259, + "label": "-", + "classification": { + "B": 1.6989710047710105e-06, + "S": 4.491584206789412e-07, + "I": 0.0019383071921765804, + "C": 0.00015945873747114092, + "R": 1.928765414049849e-05, + "M": 0.0005967821343801916, + "O": 8.428615547018126e-05, + "W": 1.3135644394424162e-06, + "N": 1.609912396816071e-05, + "Y": 0.002368463668972254, + "U": 7.643109256605385e-07, + "K": 1.2286091077839956e-07, + "L": 1.6767489796620794e-05, + "G": 0.0003690067387651652, + "F": 0.00013523655070457608, + "E": 0.0001504297979408875, + "T": 0.003425847040489316, + "P": 0.07690901309251785, + "-": 0.9138067364692688 + }, + "id": "tp_14875" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1859393, + "label": "-", + "classification": { + "B": 4.4977106483656826e-09, + "S": 6.463400481493409e-09, + "I": 3.12777774524875e-05, + "C": 1.4622067112668446e-07, + "R": 3.045819596536603e-08, + "M": 6.271683560044039e-06, + "O": 1.0646372174960561e-06, + "W": 4.999561209473313e-09, + "N": 2.0167716741070763e-07, + "Y": 5.1055649237241596e-05, + "U": 1.2521798042897103e-09, + "K": 4.073848480778963e-10, + "L": 4.200454029046341e-08, + "G": 3.3281796731898794e-06, + "F": 1.620455259399023e-05, + "E": 1.7931613456312334e-06, + "T": 0.00015575245197396725, + "P": 0.12976785004138947, + "-": 0.8699648380279541 + }, + "id": "tp_14876" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1859526, + "label": "-", + "classification": { + "B": 1.8879098888646695e-06, + "S": 1.06064169358433e-06, + "I": 0.003178345039486885, + "C": 0.0002029191964538768, + "R": 2.2678123059449717e-05, + "M": 0.00011306009400868788, + "O": 2.4851051421137527e-05, + "W": 2.7685500754159875e-06, + "N": 8.20865243440494e-05, + "Y": 0.0016570726875215769, + "U": 3.5560417472879635e-06, + "K": 9.695553671917878e-06, + "L": 5.034109108237317e-06, + "G": 0.0002836092025972903, + "F": 0.0012872641673311591, + "E": 0.0014665030175819993, + "T": 0.0006069490336813033, + "P": 0.4353678822517395, + "-": 0.5556827783584595 + }, + "id": "tp_14877" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1859626, + "label": "-", + "classification": { + "B": 1.0595118737910525e-06, + "S": 1.336923901362752e-06, + "I": 0.00015984564379323274, + "C": 1.4367352378030773e-05, + "R": 4.9940358621825e-06, + "M": 0.000373361399397254, + "O": 4.315525802667253e-05, + "W": 1.2472581829570117e-06, + "N": 4.906057711195899e-06, + "Y": 0.005365169141441584, + "U": 3.59193904841959e-07, + "K": 1.9584622350521386e-06, + "L": 4.331930995249422e-06, + "G": 0.00028142667724750936, + "F": 0.0016351359663531184, + "E": 9.03420805116184e-05, + "T": 0.0031470509711652994, + "P": 0.022623613476753235, + "-": 0.9662463665008545 + }, + "id": "tp_14878" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1859760, + "label": "-", + "classification": { + "B": 1.1434699445089791e-05, + "S": 1.6146447023857036e-06, + "I": 0.0014199744910001755, + "C": 4.157612784183584e-05, + "R": 5.14327484779642e-06, + "M": 0.0005243246559984982, + "O": 3.362429197295569e-05, + "W": 1.071914198291779e-06, + "N": 1.9678673197631724e-05, + "Y": 0.001367235672660172, + "U": 5.978106969450891e-07, + "K": 4.0190073491430667e-07, + "L": 1.6532998415641487e-05, + "G": 0.001018251059576869, + "F": 0.001709089381620288, + "E": 0.0017056415090337396, + "T": 0.0009903338504955173, + "P": 0.28238919377326965, + "-": 0.7087442278862 + }, + "id": "tp_14879" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1859893, + "label": "-", + "classification": { + "B": 3.6287365219322965e-05, + "S": 3.594493318814784e-05, + "I": 0.002884893910959363, + "C": 0.00023081968538463116, + "R": 6.218616181286052e-05, + "M": 0.0008623501635156572, + "O": 0.0003330176114104688, + "W": 3.665933763841167e-05, + "N": 0.00028065487276762724, + "Y": 0.0048165940679609776, + "U": 2.469651008141227e-05, + "K": 0.0002838973596226424, + "L": 4.595006976160221e-05, + "G": 0.0018017652910202742, + "F": 0.013929644599556923, + "E": 0.005238420329988003, + "T": 0.003064631251618266, + "P": 0.16813069581985474, + "-": 0.7979007959365845 + }, + "id": "tp_14880" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1860027, + "label": "-", + "classification": { + "B": 0.0009950125822797418, + "S": 0.0017865804256871343, + "I": 0.017706379294395447, + "C": 0.005865280982106924, + "R": 0.0019222503760829568, + "M": 0.01139620877802372, + "O": 0.0037348719779402018, + "W": 0.001184510299935937, + "N": 0.0058100600726902485, + "Y": 0.03362158313393593, + "U": 0.0005998290725983679, + "K": 0.00674062967300415, + "L": 0.0013114335015416145, + "G": 0.025253435596823692, + "F": 0.13800148665905, + "E": 0.03738250210881233, + "T": 0.01588938571512699, + "P": 0.2763279676437378, + "-": 0.4144706428050995 + }, + "id": "tp_14881" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1860127, + "label": "-", + "classification": { + "B": 8.205968697438948e-06, + "S": 8.391883170588699e-07, + "I": 0.00025218920200131834, + "C": 2.0627127014449798e-05, + "R": 5.183787834539544e-06, + "M": 0.0001230685884365812, + "O": 3.981363261118531e-05, + "W": 1.0900599818342016e-06, + "N": 7.428152912325459e-06, + "Y": 0.0015727904392406344, + "U": 1.2445315178410965e-06, + "K": 8.293901601064135e-07, + "L": 9.328993655799422e-06, + "G": 0.0005192662356421351, + "F": 0.0009719347581267357, + "E": 0.00022276320669334382, + "T": 0.0012460130965337157, + "P": 0.12440682202577591, + "-": 0.8705906271934509 + }, + "id": "tp_14882" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1860260, + "label": "P", + "classification": { + "B": 1.2410670024110004e-05, + "S": 7.816257493686862e-06, + "I": 0.04663289710879326, + "C": 0.0007774669793434441, + "R": 0.00015636660100426525, + "M": 0.0006792754284106195, + "O": 0.0001441800268366933, + "W": 1.2774549759342335e-05, + "N": 0.0009084999328479171, + "Y": 0.020712561905384064, + "U": 1.0822879630723037e-05, + "K": 3.416469553485513e-05, + "L": 3.2496071071363986e-05, + "G": 0.0028605491388589144, + "F": 0.00210626982152462, + "E": 0.004001147113740444, + "T": 0.005474709440022707, + "P": 0.4932861924171448, + "-": 0.4221493899822235 + }, + "id": "tp_14883" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1860394, + "label": "-", + "classification": { + "B": 2.9457953132805414e-05, + "S": 6.299766391748562e-05, + "I": 0.0006012766971252859, + "C": 0.00028667901642620564, + "R": 4.588504816638306e-05, + "M": 0.003908711485564709, + "O": 0.0005566864856518805, + "W": 2.6656452973838896e-05, + "N": 6.888463394716382e-05, + "Y": 0.005948982667177916, + "U": 1.6076748579507694e-05, + "K": 1.2067898751411121e-05, + "L": 0.00014486155123449862, + "G": 0.0015984686324372888, + "F": 0.005051644053310156, + "E": 0.0005714874714612961, + "T": 0.01405544113367796, + "P": 0.10827886313199997, + "-": 0.8587348461151123 + }, + "id": "tp_14884" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1860527, + "label": "-", + "classification": { + "B": 1.6032992789405398e-05, + "S": 2.5361684947711183e-06, + "I": 0.005017026327550411, + "C": 0.001200572936795652, + "R": 0.00021012689103372395, + "M": 0.0019505880773067474, + "O": 0.0001907348050735891, + "W": 9.274593139707576e-06, + "N": 7.83316936576739e-05, + "Y": 0.01024694088846445, + "U": 1.3287076399137732e-05, + "K": 1.7138945622718893e-05, + "L": 6.704143015667796e-05, + "G": 0.0038732208777219057, + "F": 0.0039421552792191505, + "E": 0.001641389331780374, + "T": 0.004444656427949667, + "P": 0.10887130349874496, + "-": 0.8582077026367188 + }, + "id": "tp_14885" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1860627, + "label": "-", + "classification": { + "B": 5.2517247439709536e-08, + "S": 4.73054750926849e-09, + "I": 9.292552931583486e-06, + "C": 3.713140131367254e-06, + "R": 2.3076231059349084e-07, + "M": 1.0014622603193857e-05, + "O": 1.4911067864886718e-06, + "W": 2.007416277649554e-08, + "N": 5.879622833049325e-08, + "Y": 7.841852493584156e-05, + "U": 6.444861977428218e-09, + "K": 4.621634186463552e-09, + "L": 1.3643337126723054e-07, + "G": 1.6677553503541276e-05, + "F": 7.832091796444729e-05, + "E": 3.592602752178209e-06, + "T": 4.013795842183754e-05, + "P": 0.03302542120218277, + "-": 0.9667323231697083 + }, + "id": "tp_14886" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1860761, + "label": "-", + "classification": { + "B": 1.988851545320358e-05, + "S": 7.597761396027636e-06, + "I": 0.000932628579903394, + "C": 0.00010900808410951868, + "R": 4.882238499703817e-05, + "M": 0.0006510840612463653, + "O": 0.00018787960289046168, + "W": 7.3215596785303205e-06, + "N": 3.156475577270612e-05, + "Y": 0.005284900311380625, + "U": 5.514914846571628e-06, + "K": 1.7843248087956454e-06, + "L": 5.64445108466316e-05, + "G": 0.001265385770238936, + "F": 0.0012075472623109818, + "E": 0.00021342991385608912, + "T": 0.008252355270087719, + "P": 0.09836715459823608, + "-": 0.8833497166633606 + }, + "id": "tp_14887" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1860894, + "label": "-", + "classification": { + "B": 2.6602425350574777e-05, + "S": 3.0795410566497594e-05, + "I": 0.008708009496331215, + "C": 0.00021669415582437068, + "R": 7.43637720006518e-05, + "M": 0.001098155276849866, + "O": 0.00030274171149358153, + "W": 4.0327449823962525e-05, + "N": 0.0006521711475215852, + "Y": 0.006644192151725292, + "U": 4.37544149463065e-05, + "K": 0.00020500115351751447, + "L": 4.186390287941322e-05, + "G": 0.0017030781600624323, + "F": 0.0036546173505485058, + "E": 0.003268022555857897, + "T": 0.0059799924492836, + "P": 0.34593072533607483, + "-": 0.6213788986206055 + }, + "id": "tp_14888" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1861028, + "label": "-", + "classification": { + "B": 1.8881490859712358e-07, + "S": 1.3086062722322822e-07, + "I": 0.0003451475640758872, + "C": 5.07912554894574e-05, + "R": 1.2072739082213957e-05, + "M": 0.0002113194641424343, + "O": 2.207465877290815e-05, + "W": 3.5166644352102594e-07, + "N": 4.838557288167067e-06, + "Y": 0.0035054024774581194, + "U": 3.824944769803551e-07, + "K": 3.934272569949826e-07, + "L": 2.481742058080272e-06, + "G": 0.00023161628632806242, + "F": 0.00035617014509625733, + "E": 6.87592473695986e-05, + "T": 0.002061349805444479, + "P": 0.036266714334487915, + "-": 0.9568598866462708 + }, + "id": "tp_14889" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1861128, + "label": "-", + "classification": { + "B": 4.839925793476141e-09, + "S": 1.0712656317579672e-09, + "I": 8.944565706769936e-06, + "C": 4.7021114824019605e-07, + "R": 5.385524470824521e-09, + "M": 5.896475840927451e-07, + "O": 2.2942282384974533e-07, + "W": 2.0139363510196517e-09, + "N": 8.301097409457725e-08, + "Y": 1.159378734882921e-05, + "U": 9.457474803298282e-10, + "K": 1.4604002451790166e-09, + "L": 6.659437890021991e-09, + "G": 3.079933321714634e-06, + "F": 6.807916361140087e-05, + "E": 2.9011625883867964e-06, + "T": 7.302131507458398e-06, + "P": 0.15813693404197693, + "-": 0.8417597413063049 + }, + "id": "tp_14890" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1861261, + "label": "-", + "classification": { + "B": 5.203115961194271e-06, + "S": 1.0336678997191484e-06, + "I": 0.0004951255978085101, + "C": 8.827266719890758e-05, + "R": 1.4081034350965638e-05, + "M": 0.00018429213378112763, + "O": 5.512763891601935e-05, + "W": 2.2581214125239057e-06, + "N": 1.7795375242712907e-05, + "Y": 0.0022984256502240896, + "U": 3.2521443245059345e-06, + "K": 7.042904144327622e-06, + "L": 1.1605763575062156e-05, + "G": 0.0011227899231016636, + "F": 0.002281030872836709, + "E": 0.00041931497980840504, + "T": 0.0010695739183574915, + "P": 0.16090375185012817, + "-": 0.8310200572013855 + }, + "id": "tp_14891" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1861395, + "label": "-", + "classification": { + "B": 1.2012227671220899e-05, + "S": 5.1742495088547e-06, + "I": 0.00036818269290961325, + "C": 0.00010290748468833044, + "R": 2.7588273951550946e-05, + "M": 0.0012869695201516151, + "O": 0.0002412998874206096, + "W": 7.456271760020172e-06, + "N": 1.6506610336364247e-05, + "Y": 0.004501628689467907, + "U": 4.382839506433811e-06, + "K": 4.004692527814768e-06, + "L": 5.380345101002604e-05, + "G": 0.0010991652961820364, + "F": 0.0030020950362086296, + "E": 0.0001760990562615916, + "T": 0.006563406437635422, + "P": 0.04677248373627663, + "-": 0.9357547163963318 + }, + "id": "tp_14892" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1861528, + "label": "-", + "classification": { + "B": 3.156765887979418e-05, + "S": 2.9657558116014116e-05, + "I": 0.004123513586819172, + "C": 0.001147628528997302, + "R": 9.979021706385538e-05, + "M": 0.0010192540939897299, + "O": 0.00029356000595726073, + "W": 5.34196624357719e-05, + "N": 0.00045343447709456086, + "Y": 0.0036175402346998453, + "U": 5.6622284319018945e-05, + "K": 0.0001931164151756093, + "L": 6.2694882217329e-05, + "G": 0.0012629996053874493, + "F": 0.007449293043464422, + "E": 0.005454834550619125, + "T": 0.002774967113509774, + "P": 0.32483941316604614, + "-": 0.6470367312431335 + }, + "id": "tp_14893" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1861628, + "label": "-", + "classification": { + "B": 1.0835272234999138e-07, + "S": 2.3488608391630805e-08, + "I": 0.0004451639542821795, + "C": 2.366589251323603e-05, + "R": 3.16928890242707e-06, + "M": 1.1111451385659166e-05, + "O": 2.7477601634018356e-06, + "W": 5.241839318159691e-08, + "N": 4.594729944074061e-06, + "Y": 0.00043892592657357454, + "U": 2.443968014631537e-07, + "K": 8.988407671495224e-07, + "L": 3.750851362838148e-07, + "G": 0.0001887717517092824, + "F": 0.0009440123103559017, + "E": 7.182420085882768e-05, + "T": 0.00017105611914303154, + "P": 0.21042481064796448, + "-": 0.7872684001922607 + }, + "id": "tp_14894" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1861762, + "label": "-", + "classification": { + "B": 8.620792868896388e-06, + "S": 2.5611718228901736e-05, + "I": 0.00033935109968297184, + "C": 2.289336953253951e-05, + "R": 6.463908448495204e-06, + "M": 0.00015830478514544666, + "O": 0.0001728396164253354, + "W": 1.9924524167436175e-05, + "N": 6.640019273618236e-05, + "Y": 0.0012093153782188892, + "U": 4.456748229131335e-06, + "K": 0.00010374259727541357, + "L": 8.920100299292244e-06, + "G": 0.00044363029883243144, + "F": 0.01567857339978218, + "E": 0.0007617312367074192, + "T": 0.0011620253790169954, + "P": 0.1982448697090149, + "-": 0.781562328338623 + }, + "id": "tp_14895" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1861895, + "label": "-", + "classification": { + "B": 5.730025787187287e-09, + "S": 5.120163848459924e-09, + "I": 1.1340903256495949e-05, + "C": 1.3392160553848953e-06, + "R": 4.391220542743213e-08, + "M": 2.168373976019211e-05, + "O": 9.225018970937526e-07, + "W": 6.820361608816938e-09, + "N": 1.1307295011420138e-07, + "Y": 0.0006029988871887326, + "U": 2.930464981787395e-09, + "K": 1.5764358707315296e-08, + "L": 4.019792143594714e-08, + "G": 2.361144288443029e-05, + "F": 6.381738785421476e-05, + "E": 1.388617147313198e-05, + "T": 0.00016654262435622513, + "P": 0.023989001289010048, + "-": 0.9751046895980835 + }, + "id": "tp_14896" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1862029, + "label": "-", + "classification": { + "B": 5.278598109725863e-06, + "S": 6.736868272128049e-06, + "I": 0.0027833401691168547, + "C": 0.00012442692241165787, + "R": 4.7066841943887994e-05, + "M": 0.000171112478710711, + "O": 7.168832962634042e-05, + "W": 1.047550449584378e-05, + "N": 0.00013480972847901285, + "Y": 0.00797528587281704, + "U": 1.1949957297474612e-05, + "K": 5.8177578466711566e-05, + "L": 1.0362242392147891e-05, + "G": 0.000930139678530395, + "F": 0.004577642306685448, + "E": 0.0004461989155970514, + "T": 0.003748582908883691, + "P": 0.24701443314552307, + "-": 0.7318722605705261 + }, + "id": "tp_14897" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1862129, + "label": "-", + "classification": { + "B": 5.421227979240939e-05, + "S": 3.351548366481438e-05, + "I": 0.0013833751436322927, + "C": 0.000182060815859586, + "R": 2.7605023205978796e-05, + "M": 0.0011030022287741303, + "O": 0.0003489613882265985, + "W": 2.399926415819209e-05, + "N": 0.00012583208444993943, + "Y": 0.003274762537330389, + "U": 1.0405421562609263e-05, + "K": 1.3968881830805913e-05, + "L": 7.244103471748531e-05, + "G": 0.0014232912799343467, + "F": 0.0053171985782682896, + "E": 0.0022924209479242563, + "T": 0.002559955697506666, + "P": 0.24613121151924133, + "-": 0.7356217503547668 + }, + "id": "tp_14898" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1862262, + "label": "-", + "classification": { + "B": 4.499252668210829e-07, + "S": 1.2040445085403917e-07, + "I": 2.0039844457642175e-05, + "C": 1.0540323273744434e-05, + "R": 3.354966793267522e-07, + "M": 7.173355697887018e-05, + "O": 5.3070125431986526e-06, + "W": 5.278196368863064e-08, + "N": 4.580245729357557e-07, + "Y": 0.00014662084868177772, + "U": 2.402379806198951e-08, + "K": 5.944620440345716e-08, + "L": 1.3465751180774532e-06, + "G": 0.00012517081631813198, + "F": 0.002109971595928073, + "E": 6.0589118220377713e-05, + "T": 0.0001389975950587541, + "P": 0.053386177867650986, + "-": 0.9439221620559692 + }, + "id": "tp_14899" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1862396, + "label": "-", + "classification": { + "B": 5.792036361640385e-08, + "S": 4.130572150984335e-08, + "I": 0.00012750783935189247, + "C": 6.113637937232852e-06, + "R": 7.343067522924684e-07, + "M": 3.12152442347724e-05, + "O": 5.211632924329024e-06, + "W": 8.515163330002906e-08, + "N": 1.9972067093476653e-06, + "Y": 0.00032391303102485836, + "U": 1.5605037617660855e-07, + "K": 1.7642061322931113e-07, + "L": 5.208653419686016e-07, + "G": 5.944499935139902e-05, + "F": 0.0001728743372950703, + "E": 3.73618931917008e-05, + "T": 0.0006416436517611146, + "P": 0.08620034158229828, + "-": 0.9123906493186951 + }, + "id": "tp_14900" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1862529, + "label": "-", + "classification": { + "B": 1.651143634262553e-06, + "S": 2.739009687502403e-06, + "I": 0.00022739065752830356, + "C": 7.375502900686115e-05, + "R": 6.3571019381925e-06, + "M": 7.703718438278884e-05, + "O": 3.496939825708978e-05, + "W": 2.1669582110916963e-06, + "N": 2.5684976208140142e-05, + "Y": 0.0007020010962150991, + "U": 2.1449357063829666e-06, + "K": 1.2426687135302927e-05, + "L": 3.9153169382188935e-06, + "G": 0.00019147848070133477, + "F": 0.005033442284911871, + "E": 0.0001951809535967186, + "T": 0.0007356153801083565, + "P": 0.16676907241344452, + "-": 0.825903058052063 + }, + "id": "tp_14901" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1862629, + "label": "P", + "classification": { + "B": 0.0032767043448984623, + "S": 0.0004529361322056502, + "I": 0.024704376235604286, + "C": 0.0002634040720295161, + "R": 0.00015142159827519208, + "M": 0.003061691066250205, + "O": 0.002517936984077096, + "W": 0.00014271403779275715, + "N": 0.001771677052602172, + "Y": 0.0012358736712485552, + "U": 2.273071550007444e-05, + "K": 3.7712725315941498e-06, + "L": 0.0011434569023549557, + "G": 0.006230548024177551, + "F": 0.002181189600378275, + "E": 0.004384936299175024, + "T": 0.0037798297125846148, + "P": 0.7176852822303772, + "-": 0.22698940336704254 + }, + "id": "tp_14902" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1862763, + "label": "-", + "classification": { + "B": 1.8885801811308056e-09, + "S": 1.1052062598437828e-09, + "I": 1.0649690011632629e-05, + "C": 4.662407206978969e-07, + "R": 1.3711929369719655e-08, + "M": 7.760862672512303e-07, + "O": 1.1978781344623712e-07, + "W": 2.7701223537235364e-09, + "N": 1.2658945536259125e-07, + "Y": 2.1855537852388807e-05, + "U": 4.15148004861976e-09, + "K": 1.2725706710625673e-08, + "L": 8.858458855343088e-09, + "G": 1.9152801087329863e-06, + "F": 8.27200710773468e-05, + "E": 1.1539839761098847e-05, + "T": 2.2333662855089642e-05, + "P": 0.13671748340129852, + "-": 0.8631298542022705 + }, + "id": "tp_14903" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1862896, + "label": "-", + "classification": { + "B": 0.00045395366032607853, + "S": 0.000976915587671101, + "I": 0.052438266575336456, + "C": 0.005190073978155851, + "R": 0.0016543250530958176, + "M": 0.005537433549761772, + "O": 0.0024110134690999985, + "W": 0.0012120482278987765, + "N": 0.007828162051737309, + "Y": 0.03478426858782768, + "U": 0.001009434461593628, + "K": 0.0054618846625089645, + "L": 0.0007550825248472393, + "G": 0.0094801876693964, + "F": 0.028805725276470184, + "E": 0.02419244311749935, + "T": 0.016870995983481407, + "P": 0.2923516631126404, + "-": 0.5085861086845398 + }, + "id": "tp_14904" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1863030, + "label": "-", + "classification": { + "B": 1.1615741641435307e-05, + "S": 6.345445854094578e-06, + "I": 4.5498636609409004e-05, + "C": 9.964192940969951e-06, + "R": 5.0238086259923875e-06, + "M": 0.0001817532756831497, + "O": 0.00017367565305903554, + "W": 3.416285608182079e-06, + "N": 2.26114502765995e-06, + "Y": 0.0006581638008356094, + "U": 2.3185145892057335e-07, + "K": 1.1081449713401526e-07, + "L": 2.7213181965635158e-05, + "G": 0.0002477184752933681, + "F": 0.0016270653577521443, + "E": 2.2734819140168838e-05, + "T": 0.0011175129329785705, + "P": 0.019328929483890533, + "-": 0.9765307307243347 + }, + "id": "tp_14905" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1863130, + "label": "-", + "classification": { + "B": 4.812533370568417e-05, + "S": 1.074128522304818e-05, + "I": 0.004139328841120005, + "C": 8.967156463768333e-05, + "R": 4.126557905692607e-05, + "M": 0.0013446547091007233, + "O": 0.00029215795802883804, + "W": 1.1895893294422422e-05, + "N": 0.00013449849211610854, + "Y": 0.004850778263062239, + "U": 5.325634901964804e-06, + "K": 4.303118203097256e-06, + "L": 5.366060941014439e-05, + "G": 0.0030802239198237658, + "F": 0.0013386532664299011, + "E": 0.0009702625102363527, + "T": 0.00908542238175869, + "P": 0.22115962207317352, + "-": 0.7533394694328308 + }, + "id": "tp_14906" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1863263, + "label": "-", + "classification": { + "B": 0.00014568552433047444, + "S": 0.00020494240743573755, + "I": 0.004279837943613529, + "C": 0.0008309584809467196, + "R": 0.00015550026728305966, + "M": 0.0020689016673713923, + "O": 0.0007786403293721378, + "W": 0.0002194113185396418, + "N": 0.0013131708838045597, + "Y": 0.01351088099181652, + "U": 0.00021566837676800787, + "K": 0.0017661118181422353, + "L": 0.00020636185945477337, + "G": 0.004264364019036293, + "F": 0.02556687965989113, + "E": 0.01293161977082491, + "T": 0.010960251092910767, + "P": 0.32708099484443665, + "-": 0.5934997797012329 + }, + "id": "tp_14907" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1863397, + "label": "I", + "classification": { + "B": 1.1219327461731154e-05, + "S": 1.6824016711325385e-05, + "I": 0.6751869320869446, + "C": 0.000614094315096736, + "R": 0.00016953649173956364, + "M": 0.001197831821627915, + "O": 0.00018205601372756064, + "W": 1.2998249076190405e-05, + "N": 0.004649641457945108, + "Y": 0.18391864001750946, + "U": 1.011740437206754e-06, + "K": 8.607224299339578e-05, + "L": 7.101000846887473e-06, + "G": 0.004646963905543089, + "F": 0.00026031630113720894, + "E": 0.005113483872264624, + "T": 0.01712573878467083, + "P": 0.042059142142534256, + "-": 0.06474044173955917 + }, + "id": "tp_14908" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1863530, + "label": "-", + "classification": { + "B": 2.367654087720439e-05, + "S": 1.046437319018878e-05, + "I": 0.006522354204207659, + "C": 0.000429290346801281, + "R": 7.43089331081137e-05, + "M": 0.0005996146355755627, + "O": 0.00011796774197136983, + "W": 3.770946932490915e-05, + "N": 0.0005959586706012487, + "Y": 0.003788030007854104, + "U": 3.616833782871254e-05, + "K": 0.001380988396704197, + "L": 1.5503852409892716e-05, + "G": 0.0015581963816657662, + "F": 0.008365601301193237, + "E": 0.01972523145377636, + "T": 0.0014522864948958158, + "P": 0.43895426392555237, + "-": 0.5163124203681946 + }, + "id": "tp_14909" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1863630, + "label": "-", + "classification": { + "B": 1.6609237718512304e-07, + "S": 5.23656566997488e-08, + "I": 0.00015333510236814618, + "C": 8.91927720658714e-06, + "R": 1.1276512168478803e-06, + "M": 1.8419061234453693e-05, + "O": 3.998190550191794e-06, + "W": 2.2546763034370088e-07, + "N": 2.3491154479415854e-06, + "Y": 0.0003166566020809114, + "U": 2.911833405505604e-07, + "K": 3.466703617505118e-07, + "L": 5.831277576362481e-07, + "G": 4.082555460627191e-05, + "F": 0.0005907156737521291, + "E": 7.539177750004455e-05, + "T": 0.0002175141271436587, + "P": 0.17005395889282227, + "-": 0.8285152316093445 + }, + "id": "tp_14910" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1863764, + "label": "P", + "classification": { + "B": 1.6953879367065383e-07, + "S": 1.559214624080596e-08, + "I": 0.0001633821811992675, + "C": 8.144061069970121e-08, + "R": 1.6135679459239327e-08, + "M": 1.0399267011962365e-06, + "O": 6.398211098712636e-07, + "W": 1.1438745062264388e-08, + "N": 3.8038863294787006e-06, + "Y": 4.1624089135439135e-06, + "U": 5.497170274537666e-09, + "K": 7.560924331073693e-09, + "L": 2.2777925323680392e-08, + "G": 4.815846295969095e-06, + "F": 9.357608178106602e-06, + "E": 4.451108179637231e-05, + "T": 1.068683650373714e-05, + "P": 0.9366998672485352, + "-": 0.06305748969316483 + }, + "id": "tp_14911" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1863897, + "label": "-", + "classification": { + "B": 2.0531231712084264e-05, + "S": 2.5950837880373e-05, + "I": 0.004818037152290344, + "C": 0.0005346894613467157, + "R": 0.00013468929682858288, + "M": 0.00038176035741344094, + "O": 0.00024199836479965597, + "W": 4.728931526187807e-05, + "N": 0.0004676140670198947, + "Y": 0.010269753634929657, + "U": 6.620841304538772e-05, + "K": 0.00041818752652034163, + "L": 3.8112790207378566e-05, + "G": 0.0024188656825572252, + "F": 0.008032306097447872, + "E": 0.0016813192050904036, + "T": 0.00519167585298419, + "P": 0.3234970271587372, + "-": 0.6417139768600464 + }, + "id": "tp_14912" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1864031, + "label": "P", + "classification": { + "B": 4.101117312416136e-08, + "S": 2.4733976644597533e-08, + "I": 1.5686237020418048e-05, + "C": 1.5627612981461425e-07, + "R": 5.212215992145275e-09, + "M": 2.999540583914495e-06, + "O": 4.1638358538875764e-07, + "W": 1.4615316068500306e-08, + "N": 4.992230628886318e-07, + "Y": 1.7114003640017472e-05, + "U": 2.008764043992528e-09, + "K": 1.0784698467602993e-08, + "L": 1.3543462351606195e-08, + "G": 3.931122591893654e-06, + "F": 0.00027931929798796773, + "E": 5.1666953368112445e-05, + "T": 1.1590841495490167e-05, + "P": 0.6348348259925842, + "-": 0.3647817075252533 + }, + "id": "tp_14913" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1864131, + "label": "P", + "classification": { + "B": 0.0001232228532899171, + "S": 0.00011048564192606136, + "I": 0.005351002793759108, + "C": 0.0003737345978152007, + "R": 8.48968411446549e-05, + "M": 0.0014101180713623762, + "O": 0.0005218138685449958, + "W": 0.00010070189455291256, + "N": 0.0009108427329920232, + "Y": 0.004054681397974491, + "U": 7.41663679946214e-05, + "K": 0.00038664104067720473, + "L": 9.96878879959695e-05, + "G": 0.0021417017560452223, + "F": 0.015163986943662167, + "E": 0.007671937812119722, + "T": 0.004218769259750843, + "P": 0.48669981956481934, + "-": 0.47050178050994873 + }, + "id": "tp_14914" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1864264, + "label": "P", + "classification": { + "B": 3.8662412407575175e-05, + "S": 7.105722761480138e-05, + "I": 0.029394686222076416, + "C": 0.0005089947953820229, + "R": 8.138916018651798e-05, + "M": 0.0007796972640790045, + "O": 0.000270300341071561, + "W": 9.244016109732911e-05, + "N": 0.004065304063260555, + "Y": 0.0031064508948475122, + "U": 3.0623097700299695e-05, + "K": 0.0017071276670321822, + "L": 1.719981992209796e-05, + "G": 0.0015267645940184593, + "F": 0.0031235588248819113, + "E": 0.028293216601014137, + "T": 0.0019685025326907635, + "P": 0.7011964321136475, + "-": 0.22372759878635406 + }, + "id": "tp_14915" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1864398, + "label": "-", + "classification": { + "B": 3.4561724078230327e-06, + "S": 9.302215175921447e-07, + "I": 0.00033870816696435213, + "C": 2.6345720470999368e-05, + "R": 3.7323261494748294e-06, + "M": 0.00023270014207810163, + "O": 3.587637183954939e-05, + "W": 1.9954586605308577e-06, + "N": 1.4720432773174252e-05, + "Y": 0.001311939093284309, + "U": 2.152415845557698e-06, + "K": 9.658158887759782e-06, + "L": 4.811571670870762e-06, + "G": 0.0004106929700355977, + "F": 0.002027995651587844, + "E": 0.0004438605101313442, + "T": 0.0010061552748084068, + "P": 0.16187961399555206, + "-": 0.8322445154190063 + }, + "id": "tp_14916" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1864531, + "label": "P", + "classification": { + "B": 0.0007731304503977299, + "S": 0.001314205233938992, + "I": 0.02314254455268383, + "C": 0.00044013556907884777, + "R": 0.0004778148722834885, + "M": 0.001710545620881021, + "O": 0.002573241014033556, + "W": 0.0006236199988052249, + "N": 0.006951810326427221, + "Y": 0.002867411356419325, + "U": 0.0001228268665727228, + "K": 0.000617462967056781, + "L": 0.00033507420448586345, + "G": 0.003998070489615202, + "F": 0.011416547931730747, + "E": 0.00468058604747057, + "T": 0.004555540159344673, + "P": 0.7876889109611511, + "-": 0.14571049809455872 + }, + "id": "tp_14917" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1864631, + "label": "-", + "classification": { + "B": 0.0011129621416330338, + "S": 0.001655631815083325, + "I": 0.004300894681364298, + "C": 0.00026159986737184227, + "R": 0.0002245751820737496, + "M": 0.013062498532235622, + "O": 0.007332595065236092, + "W": 0.0006526177749037743, + "N": 0.00044905918184667826, + "Y": 0.08320329338312149, + "U": 1.1251860087213572e-05, + "K": 0.00015111727407202125, + "L": 0.00048782414523884654, + "G": 0.009582788683474064, + "F": 0.011400134302675724, + "E": 0.0007209326140582561, + "T": 0.06619174778461456, + "P": 0.020975004881620407, + "-": 0.7782235145568848 + }, + "id": "tp_14918" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1864765, + "label": "I", + "classification": { + "B": 0.002753019565716386, + "S": 0.004254043567925692, + "I": 0.24014635384082794, + "C": 0.008005160838365555, + "R": 0.00563953910022974, + "M": 0.02678803913295269, + "O": 0.012961002998054028, + "W": 0.0033291513100266457, + "N": 0.025519629940390587, + "Y": 0.16507656872272491, + "U": 0.0006363202119246125, + "K": 0.0012980801984667778, + "L": 0.0029279913287609816, + "G": 0.03283320367336273, + "F": 0.009478679858148098, + "E": 0.010582519695162773, + "T": 0.10343033820390701, + "P": 0.1512077897787094, + "-": 0.19313250482082367 + }, + "id": "tp_14919" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1864898, + "label": "-", + "classification": { + "B": 3.251215048294398e-07, + "S": 1.590783199389989e-06, + "I": 0.00011708867532433942, + "C": 1.646807686483953e-05, + "R": 8.697155863046646e-06, + "M": 0.0002526695025153458, + "O": 4.37607268395368e-05, + "W": 1.101435714190302e-06, + "N": 2.8865833883173764e-06, + "Y": 0.016269244253635406, + "U": 1.3050362213107292e-07, + "K": 2.8294753064983524e-06, + "L": 2.1054847820778377e-06, + "G": 0.00033112807432189584, + "F": 0.0012711292365565896, + "E": 2.7546007913770154e-05, + "T": 0.005595097318291664, + "P": 0.00693659670650959, + "-": 0.9691194891929626 + }, + "id": "tp_14920" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1865032, + "label": "-", + "classification": { + "B": 8.889500168152153e-05, + "S": 1.850517583079636e-05, + "I": 0.004103000741451979, + "C": 0.0003614692250266671, + "R": 6.171921995701268e-05, + "M": 0.0009676042827777565, + "O": 0.00021237452165223658, + "W": 2.9878441637265496e-05, + "N": 0.00027922241133637726, + "Y": 0.005915142595767975, + "U": 3.615912646637298e-05, + "K": 0.00021917182311881334, + "L": 5.909160245209932e-05, + "G": 0.004033694043755531, + "F": 0.01065299566835165, + "E": 0.008824129588901997, + "T": 0.0025179581716656685, + "P": 0.3171099126338959, + "-": 0.6445090770721436 + }, + "id": "tp_14921" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1865132, + "label": "-", + "classification": { + "B": 2.4197761376854032e-05, + "S": 1.957663153007161e-05, + "I": 0.00033457254176028073, + "C": 2.551623765612021e-05, + "R": 2.4892217425076524e-06, + "M": 0.00019110860012006015, + "O": 0.0001454884622944519, + "W": 9.650554602558259e-06, + "N": 6.155841401778162e-05, + "Y": 0.0005874743219465017, + "U": 2.9480622742994456e-06, + "K": 6.258451776375296e-06, + "L": 1.169905317510711e-05, + "G": 0.00032307839137502015, + "F": 0.004483426921069622, + "E": 0.0004555401101242751, + "T": 0.0010259896516799927, + "P": 0.3283015191555023, + "-": 0.6639878749847412 + }, + "id": "tp_14922" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1865265, + "label": "P", + "classification": { + "B": 0.0034903190098702908, + "S": 0.0002956419484689832, + "I": 0.005887375213205814, + "C": 0.0008708132081665099, + "R": 0.00012414892262313515, + "M": 0.0020244840998202562, + "O": 0.0011603719322010875, + "W": 0.00022058600734453648, + "N": 0.0007361436728388071, + "Y": 0.0025109790731221437, + "U": 6.499974551843479e-05, + "K": 2.0811217837035656e-05, + "L": 0.0005743690417148173, + "G": 0.004936803597956896, + "F": 0.007184394635260105, + "E": 0.006177735514938831, + "T": 0.002387549728155136, + "P": 0.5910939574241638, + "-": 0.37023860216140747 + }, + "id": "tp_14923" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1865399, + "label": "P", + "classification": { + "B": 6.475504778791219e-05, + "S": 2.2925265511730686e-05, + "I": 0.033980853855609894, + "C": 0.0006882451707497239, + "R": 0.000261674722423777, + "M": 0.0009064762853085995, + "O": 0.0003522885963320732, + "W": 5.817450801259838e-05, + "N": 0.001520273624919355, + "Y": 0.011755834333598614, + "U": 5.076597517472692e-05, + "K": 0.0002436205541016534, + "L": 5.541645805351436e-05, + "G": 0.0026480902452021837, + "F": 0.003051284933462739, + "E": 0.005184842273592949, + "T": 0.0055580963380634785, + "P": 0.4739099442958832, + "-": 0.45968642830848694 + }, + "id": "tp_14924" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1865532, + "label": "-", + "classification": { + "B": 0.00047372400877065957, + "S": 0.00027766788844019175, + "I": 0.006781584583222866, + "C": 0.0021736654452979565, + "R": 0.0005255379364825785, + "M": 0.0032938250806182623, + "O": 0.0015256106853485107, + "W": 0.00024779749219305813, + "N": 0.0015324971172958612, + "Y": 0.016596566885709763, + "U": 0.00022015826834831387, + "K": 0.0019309992203488946, + "L": 0.0003686995478346944, + "G": 0.012813263572752476, + "F": 0.027050349861383438, + "E": 0.016711778938770294, + "T": 0.008882355876266956, + "P": 0.2017853856086731, + "-": 0.6968085765838623 + }, + "id": "tp_14925" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1865632, + "label": "-", + "classification": { + "B": 8.471531032228086e-07, + "S": 3.722470012235135e-07, + "I": 0.0006506877252832055, + "C": 7.142379217839334e-06, + "R": 1.8840244138118578e-06, + "M": 7.041253411443904e-05, + "O": 1.0772860150609631e-05, + "W": 5.822703315061517e-07, + "N": 1.2931846868013963e-05, + "Y": 0.004411410540342331, + "U": 4.5322011033022136e-07, + "K": 5.470831456477754e-05, + "L": 5.841708912157628e-07, + "G": 0.0009414900559931993, + "F": 0.0018005884485319257, + "E": 0.0004164425190538168, + "T": 0.0013579835649579763, + "P": 0.06427004933357239, + "-": 0.9259907007217407 + }, + "id": "tp_14926" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1865766, + "label": "-", + "classification": { + "B": 2.2729005650035106e-05, + "S": 1.3187423064664472e-05, + "I": 0.002741578733548522, + "C": 0.0003046146302949637, + "R": 6.684109393972903e-05, + "M": 0.000845219474285841, + "O": 0.00018346845172345638, + "W": 1.8050115613732487e-05, + "N": 0.0001582105178385973, + "Y": 0.005102245137095451, + "U": 1.5117638213268947e-05, + "K": 0.00012968771625310183, + "L": 3.184906017850153e-05, + "G": 0.0022762410808354616, + "F": 0.009062771685421467, + "E": 0.0036922649014741182, + "T": 0.002692287554964423, + "P": 0.21252113580703735, + "-": 0.7601224780082703 + }, + "id": "tp_14927" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1865899, + "label": "-", + "classification": { + "B": 8.156122021318879e-06, + "S": 7.971573836584867e-07, + "I": 0.0019863275811076164, + "C": 0.00017013357137329876, + "R": 2.069757283607032e-05, + "M": 0.00037414132384583354, + "O": 5.664910713676363e-05, + "W": 2.8568383640958928e-06, + "N": 4.420769982971251e-05, + "Y": 0.002397774253040552, + "U": 5.399109340942232e-06, + "K": 2.0708578176709125e-06, + "L": 1.7032634787028655e-05, + "G": 0.0006943836342543364, + "F": 0.0005760189960710704, + "E": 0.0007121033850125968, + "T": 0.0021454773377627134, + "P": 0.28583335876464844, + "-": 0.7049524784088135 + }, + "id": "tp_14928" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1866033, + "label": "-", + "classification": { + "B": 4.042751413635415e-07, + "S": 1.2164974805273232e-07, + "I": 0.0004971119342371821, + "C": 5.08921630171244e-06, + "R": 1.100391500585829e-06, + "M": 3.0041719583095983e-05, + "O": 7.525923592766048e-06, + "W": 2.2190022264112486e-07, + "N": 6.6477891778049525e-06, + "Y": 0.00044530746527016163, + "U": 9.346006635269077e-08, + "K": 3.969723749719378e-08, + "L": 1.0494663911231328e-06, + "G": 5.789069473394193e-05, + "F": 0.00031150892027653754, + "E": 0.00010146229033125564, + "T": 0.0002534309751354158, + "P": 0.3746403157711029, + "-": 0.6236405968666077 + }, + "id": "tp_14929" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1866133, + "label": "-", + "classification": { + "B": 1.5725308912806213e-05, + "S": 2.399182085355278e-05, + "I": 0.011940207332372665, + "C": 0.0010304671013727784, + "R": 0.0003425158793106675, + "M": 0.0012311377795413136, + "O": 0.00035389067488722503, + "W": 4.8647903895471245e-05, + "N": 0.000543253670912236, + "Y": 0.018883001059293747, + "U": 3.996625673607923e-05, + "K": 0.0002233756531495601, + "L": 5.7450179156148806e-05, + "G": 0.0020531981717795134, + "F": 0.0053006382659077644, + "E": 0.0027765226550400257, + "T": 0.007627243176102638, + "P": 0.17232051491737366, + "-": 0.7751882076263428 + }, + "id": "tp_14930" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1866266, + "label": "-", + "classification": { + "B": 1.682555375737138e-05, + "S": 1.1602619451878127e-05, + "I": 0.002099580131471157, + "C": 7.692747021792457e-05, + "R": 4.05539722123649e-05, + "M": 0.0006054185214452446, + "O": 0.0001240146957570687, + "W": 5.545717158383923e-06, + "N": 8.33970116218552e-05, + "Y": 0.006027905270457268, + "U": 4.335548965173075e-06, + "K": 8.779223207966425e-06, + "L": 3.142006607959047e-05, + "G": 0.001818023156374693, + "F": 0.00769556500017643, + "E": 0.0010951792355626822, + "T": 0.004941411316394806, + "P": 0.2325328141450882, + "-": 0.7427805662155151 + }, + "id": "tp_14931" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1866400, + "label": "-", + "classification": { + "B": 2.3889816702649114e-07, + "S": 4.0772025045043847e-07, + "I": 0.000269932032097131, + "C": 9.317536751041189e-06, + "R": 4.551544407149777e-06, + "M": 2.7055841201217845e-05, + "O": 1.4346670468512457e-05, + "W": 6.341085736494279e-07, + "N": 9.780351319932379e-06, + "Y": 0.0013365319464355707, + "U": 3.925257487935596e-07, + "K": 2.403305870757322e-06, + "L": 6.919441375430324e-07, + "G": 0.00010991558519890532, + "F": 0.000799126923084259, + "E": 6.119263707660139e-05, + "T": 0.0008942745625972748, + "P": 0.15881028771400452, + "-": 0.8376488089561462 + }, + "id": "tp_14932" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1866533, + "label": "-", + "classification": { + "B": 0.00011216849816264585, + "S": 3.194231567249517e-06, + "I": 6.515896075143246e-06, + "C": 1.3254419855002197e-06, + "R": 2.4964336375887797e-07, + "M": 0.00026869590510614216, + "O": 6.73811518936418e-05, + "W": 5.564490379583731e-07, + "N": 2.345392573488425e-07, + "Y": 0.00029533839551731944, + "U": 3.3576963431869444e-08, + "K": 2.208264149317074e-08, + "L": 2.5615276172175072e-05, + "G": 0.0005619698204100132, + "F": 0.0015559137100353837, + "E": 0.00011216465645702556, + "T": 0.000250303593929857, + "P": 0.015981633216142654, + "-": 0.9807567000389099 + }, + "id": "tp_14933" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1866633, + "label": "P", + "classification": { + "B": 7.1383242357114796e-06, + "S": 7.3771216193563305e-06, + "I": 0.0020076881628483534, + "C": 8.483541023451835e-05, + "R": 1.147316834249068e-05, + "M": 0.00017319135076832026, + "O": 5.369937207433395e-05, + "W": 6.215501798578771e-06, + "N": 0.00025270090554840863, + "Y": 0.0008808884886093438, + "U": 5.1986571634188294e-06, + "K": 0.00012058750144205987, + "L": 4.4631483433477115e-06, + "G": 0.000428405444836244, + "F": 0.005595093593001366, + "E": 0.003770027542486787, + "T": 0.0005670553655363619, + "P": 0.6467493176460266, + "-": 0.33927467465400696 + }, + "id": "tp_14934" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1866767, + "label": "-", + "classification": { + "B": 0.0007093472522683442, + "S": 1.2256058653292712e-05, + "I": 0.00011872598406625912, + "C": 6.079885224608006e-06, + "R": 1.8016140757026733e-06, + "M": 0.0006402694270946085, + "O": 0.00032207483309321105, + "W": 4.493701908359071e-06, + "N": 2.453157321724575e-06, + "Y": 0.00029379077022895217, + "U": 1.126266511164431e-07, + "K": 1.473934485574091e-08, + "L": 0.00013288730406202376, + "G": 0.0020409561693668365, + "F": 0.00233616610057652, + "E": 0.0004069815913680941, + "T": 0.00032662414014339447, + "P": 0.09525162726640701, + "-": 0.8973932862281799 + }, + "id": "tp_14935" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1866900, + "label": "P", + "classification": { + "B": 0.00017875163757707924, + "S": 1.5535431884927675e-05, + "I": 0.0024818270467221737, + "C": 4.193918721284717e-05, + "R": 7.252197065099608e-06, + "M": 0.0010257269022986293, + "O": 0.00018543709302321076, + "W": 1.0728104825830087e-05, + "N": 0.00013487953401636332, + "Y": 0.0026624419260770082, + "U": 7.300626293726964e-06, + "K": 3.0426022021856625e-06, + "L": 5.924885408603586e-05, + "G": 0.0014763319632038474, + "F": 0.0008220461895689368, + "E": 0.003788471221923828, + "T": 0.003132342826575041, + "P": 0.5672457218170166, + "-": 0.4167209267616272 + }, + "id": "tp_14936" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1867000, + "label": "-", + "classification": { + "B": 5.11593771079788e-06, + "S": 2.9456641641445458e-05, + "I": 0.0008625446353107691, + "C": 0.00014806965191382915, + "R": 2.9871565857320093e-05, + "M": 0.00025596123305149376, + "O": 0.000174864791915752, + "W": 3.76145908376202e-05, + "N": 0.000173953318153508, + "Y": 0.0033139123115688562, + "U": 1.8219539924757555e-05, + "K": 0.0009569686953909695, + "L": 1.0824120181496255e-05, + "G": 0.000631302478723228, + "F": 0.016800682991743088, + "E": 0.0013735954416915774, + "T": 0.0021987787913531065, + "P": 0.1926569640636444, + "-": 0.7803214192390442 + }, + "id": "tp_14937" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1867134, + "label": "-", + "classification": { + "B": 0.0013969040010124445, + "S": 0.0003680862137116492, + "I": 0.02644779160618782, + "C": 0.006187856197357178, + "R": 0.002927483292296529, + "M": 0.006623998284339905, + "O": 0.003472716547548771, + "W": 0.0009170412085950375, + "N": 0.003041898598894477, + "Y": 0.017124343663454056, + "U": 0.0010444920044392347, + "K": 0.0009242031374014914, + "L": 0.0013717561960220337, + "G": 0.011553152464330196, + "F": 0.0127516845241189, + "E": 0.00804696511477232, + "T": 0.01816171035170555, + "P": 0.30447617173194885, + "-": 0.5731617212295532 + }, + "id": "tp_14938" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1867267, + "label": "P", + "classification": { + "B": 0.0014850598527118564, + "S": 0.0004789257363881916, + "I": 0.04401111230254173, + "C": 0.005223705433309078, + "R": 0.0023543310817331076, + "M": 0.00721496157348156, + "O": 0.0037234006449580193, + "W": 0.0008017996442504227, + "N": 0.0048730564303696156, + "Y": 0.022067377343773842, + "U": 0.0005939508555456996, + "K": 0.00066060182871297, + "L": 0.0012245208490639925, + "G": 0.012447921559214592, + "F": 0.007909713312983513, + "E": 0.01038405206054449, + "T": 0.01481747068464756, + "P": 0.46578744053840637, + "-": 0.3939405381679535 + }, + "id": "tp_14939" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1867401, + "label": "-", + "classification": { + "B": 1.2764213352056686e-05, + "S": 3.4398310617689276e-06, + "I": 0.0060194083489477634, + "C": 0.00019609738956205547, + "R": 6.449588545365259e-05, + "M": 0.0005907273734919727, + "O": 8.534958760719746e-05, + "W": 8.323348083649762e-06, + "N": 0.00010986175766447559, + "Y": 0.009826958179473877, + "U": 6.0049874264223035e-06, + "K": 1.5601262930431403e-05, + "L": 2.5394039766979404e-05, + "G": 0.001950825797393918, + "F": 0.00417546508833766, + "E": 0.0021740838419646025, + "T": 0.002407371997833252, + "P": 0.24509230256080627, + "-": 0.7272355556488037 + }, + "id": "tp_14940" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1867501, + "label": "-", + "classification": { + "B": 0.0014258261071518064, + "S": 0.003459593513980508, + "I": 0.10773033648729324, + "C": 0.04383628070354462, + "R": 0.017878346145153046, + "M": 0.017175737768411636, + "O": 0.012099490500986576, + "W": 0.003991400822997093, + "N": 0.023793766275048256, + "Y": 0.16576284170150757, + "U": 0.0014488928718492389, + "K": 0.03585473820567131, + "L": 0.003212482202798128, + "G": 0.09109468758106232, + "F": 0.0506652295589447, + "E": 0.06047520413994789, + "T": 0.059538230299949646, + "P": 0.07337931543588638, + "-": 0.22717756032943726 + }, + "id": "tp_14941" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1867634, + "label": "-", + "classification": { + "B": 3.355428646045766e-08, + "S": 3.299178985560758e-10, + "I": 3.2918615033850074e-05, + "C": 4.2722962234620354e-07, + "R": 1.7789711037607958e-08, + "M": 3.091045073233545e-06, + "O": 1.215659750641862e-07, + "W": 9.760584562812369e-10, + "N": 1.4897784694767324e-07, + "Y": 3.4048240195261315e-05, + "U": 2.254691544578691e-09, + "K": 2.3247992420039054e-09, + "L": 1.7559765197461275e-08, + "G": 2.473740460118279e-05, + "F": 4.5602311729453504e-05, + "E": 3.7972942664055154e-05, + "T": 2.3061735191731714e-05, + "P": 0.49061042070388794, + "-": 0.5091873407363892 + }, + "id": "tp_14942" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1867768, + "label": "-", + "classification": { + "B": 1.9705904963362997e-10, + "S": 5.161105917639297e-11, + "I": 1.231194801221136e-06, + "C": 1.1945046729522346e-08, + "R": 1.0788336890499295e-09, + "M": 1.4188112800184172e-06, + "O": 7.911387456260854e-08, + "W": 1.288475853788995e-10, + "N": 2.203744076112457e-09, + "Y": 1.0625062714098021e-05, + "U": 4.857908172950509e-11, + "K": 1.6355656412558872e-11, + "L": 3.657459224370996e-09, + "G": 1.5769734318382689e-06, + "F": 2.343551841477165e-06, + "E": 1.554375756995796e-07, + "T": 2.897289778047707e-05, + "P": 0.015741292387247086, + "-": 0.984212338924408 + }, + "id": "tp_14943" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1867901, + "label": "-", + "classification": { + "B": 2.349633859921596e-06, + "S": 1.1156423624925083e-06, + "I": 6.075611963751726e-05, + "C": 1.0968851711368188e-05, + "R": 8.529277124580403e-07, + "M": 0.00041445234091952443, + "O": 1.047946534527e-05, + "W": 3.5731872571886925e-07, + "N": 1.9092442471446702e-06, + "Y": 0.006840916816145182, + "U": 1.1381004583199683e-07, + "K": 1.8289623767486773e-05, + "L": 2.611218405945692e-06, + "G": 0.0019310133066028357, + "F": 0.010877360589802265, + "E": 0.0008953571086749434, + "T": 0.0010083407396450639, + "P": 0.011641820892691612, + "-": 0.966280996799469 + }, + "id": "tp_14944" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1868001, + "label": "-", + "classification": { + "B": 8.502342097926885e-05, + "S": 0.00011709756654454395, + "I": 0.027791252359747887, + "C": 0.0003076505963690579, + "R": 0.00012926881026942283, + "M": 0.004175925627350807, + "O": 0.0007542135426774621, + "W": 9.283644612878561e-05, + "N": 0.002228610450401902, + "Y": 0.030980778858065605, + "U": 2.2037262169760652e-05, + "K": 0.0010811521206051111, + "L": 6.591168494196609e-05, + "G": 0.005461720749735832, + "F": 0.014738243073225021, + "E": 0.02222735807299614, + "T": 0.012332293204963207, + "P": 0.3162633776664734, + "-": 0.5611453056335449 + }, + "id": "tp_14945" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1868135, + "label": "-", + "classification": { + "B": 0.00047243069275282323, + "S": 0.0002760702627710998, + "I": 0.008991222828626633, + "C": 0.0018043119926005602, + "R": 0.000465049350168556, + "M": 0.003356852103024721, + "O": 0.0017146815080195665, + "W": 0.0004240030248183757, + "N": 0.0016908739926293492, + "Y": 0.009316926822066307, + "U": 0.0002497286768630147, + "K": 0.0011329122353345156, + "L": 0.0003006895422004163, + "G": 0.004622085485607386, + "F": 0.015031840652227402, + "E": 0.0063460348173975945, + "T": 0.007847042754292488, + "P": 0.2866635322570801, + "-": 0.6492937803268433 + }, + "id": "tp_14946" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1868268, + "label": "-", + "classification": { + "B": 6.319864951365162e-06, + "S": 1.111552933252824e-06, + "I": 0.0005280840559862554, + "C": 5.037523806095123e-05, + "R": 5.8773621276486665e-06, + "M": 0.00015001866267994046, + "O": 3.2234369427897036e-05, + "W": 3.145888967992505e-06, + "N": 2.1301533706719056e-05, + "Y": 0.0006934431730769575, + "U": 2.787512585200602e-06, + "K": 1.0401368854218163e-05, + "L": 6.892899364174809e-06, + "G": 0.00021580675092991441, + "F": 0.002045633038505912, + "E": 0.0006077034049667418, + "T": 0.0004970240988768637, + "P": 0.22861115634441376, + "-": 0.7665106058120728 + }, + "id": "tp_14947" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1868402, + "label": "-", + "classification": { + "B": 0.00013287027832120657, + "S": 0.00041469786083325744, + "I": 0.08480525761842728, + "C": 0.005988950375467539, + "R": 0.0020456828642636538, + "M": 0.0034446530044078827, + "O": 0.0018977283034473658, + "W": 0.0008748606196604669, + "N": 0.01265271008014679, + "Y": 0.07424004375934601, + "U": 0.000295582547551021, + "K": 0.019124167039990425, + "L": 0.0001385877694701776, + "G": 0.010511544533073902, + "F": 0.018114054575562477, + "E": 0.027829905971884727, + "T": 0.01948661543428898, + "P": 0.2732571065425873, + "-": 0.44474491477012634 + }, + "id": "tp_14948" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1868502, + "label": "I", + "classification": { + "B": 0.0003679205838125199, + "S": 0.00028412987012416124, + "I": 0.8003879189491272, + "C": 0.0015083556063473225, + "R": 0.00037958298344165087, + "M": 0.0021976276766508818, + "O": 0.0005941837443970144, + "W": 0.0001015234665828757, + "N": 0.023701805621385574, + "Y": 0.018861351534724236, + "U": 4.064383119839476e-06, + "K": 8.162168523995206e-05, + "L": 7.06328937667422e-05, + "G": 0.005282839760184288, + "F": 0.00038951673195697367, + "E": 0.018696162849664688, + "T": 0.007155258674174547, + "P": 0.10342995077371597, + "-": 0.016505472362041473 + }, + "id": "tp_14949" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1868635, + "label": "-", + "classification": { + "B": 2.3518081434303895e-05, + "S": 9.805809531826526e-05, + "I": 0.024319740012288094, + "C": 0.0002572539960965514, + "R": 0.00012683792738243937, + "M": 0.004346773028373718, + "O": 0.0008344347006641328, + "W": 8.739335316931829e-05, + "N": 0.002034354954957962, + "Y": 0.04373602569103241, + "U": 1.0705956810852513e-05, + "K": 0.0010600561508908868, + "L": 3.313902925583534e-05, + "G": 0.0037340710405260324, + "F": 0.007679113652557135, + "E": 0.011993465945124626, + "T": 0.020995259284973145, + "P": 0.14659710228443146, + "-": 0.7320326566696167 + }, + "id": "tp_14950" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1868769, + "label": "-", + "classification": { + "B": 0.00035236976691521704, + "S": 0.00026266922941431403, + "I": 0.05703755468130112, + "C": 0.005488721653819084, + "R": 0.0017255189595744014, + "M": 0.0037879778537899256, + "O": 0.0018194228177890182, + "W": 0.0005501618143171072, + "N": 0.003752774326130748, + "Y": 0.051923107355833054, + "U": 0.00027460241108201444, + "K": 0.0008325338130816817, + "L": 0.0006330799078568816, + "G": 0.008046045899391174, + "F": 0.012744884938001633, + "E": 0.013301115483045578, + "T": 0.017093047499656677, + "P": 0.32097887992858887, + "-": 0.4993955194950104 + }, + "id": "tp_14951" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1868902, + "label": "-", + "classification": { + "B": 4.756050111609511e-05, + "S": 7.620085852977354e-06, + "I": 0.006900933105498552, + "C": 0.0004276336112525314, + "R": 7.498804188799113e-05, + "M": 0.0009214530000463128, + "O": 0.00018279698269907385, + "W": 1.339523987553548e-05, + "N": 0.00042077660327777267, + "Y": 0.0031084881629794836, + "U": 2.3561540729133412e-05, + "K": 7.657417882001027e-05, + "L": 5.943957148701884e-05, + "G": 0.002033522352576256, + "F": 0.007155954837799072, + "E": 0.004024291876703501, + "T": 0.002244105562567711, + "P": 0.4589522182941437, + "-": 0.5133246183395386 + }, + "id": "tp_14952" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1869002, + "label": "-", + "classification": { + "B": 0.0010874364525079727, + "S": 0.0004984483239240944, + "I": 0.009808625094592571, + "C": 0.0018043332966044545, + "R": 0.0004528024001047015, + "M": 0.01043480634689331, + "O": 0.0025940323248505592, + "W": 0.0004610504547599703, + "N": 0.0015835496596992016, + "Y": 0.015237067826092243, + "U": 0.0002652492839843035, + "K": 0.0004998230142518878, + "L": 0.00135082530323416, + "G": 0.015263449400663376, + "F": 0.03877303749322891, + "E": 0.022366777062416077, + "T": 0.010539976879954338, + "P": 0.3036869764328003, + "-": 0.5632917881011963 + }, + "id": "tp_14953" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1869136, + "label": "-", + "classification": { + "B": 0.0006036905688233674, + "S": 0.00038588696043007076, + "I": 0.04118047654628754, + "C": 0.00529615068808198, + "R": 0.0023204742465168238, + "M": 0.008437815122306347, + "O": 0.0027270789723843336, + "W": 0.0006157440948300064, + "N": 0.003910367377102375, + "Y": 0.04945317655801773, + "U": 0.0005549537600018084, + "K": 0.0009187768446281552, + "L": 0.00122181442566216, + "G": 0.01940394937992096, + "F": 0.013316543772816658, + "E": 0.017039377242326736, + "T": 0.031965360045433044, + "P": 0.24940833449363708, + "-": 0.5512401461601257 + }, + "id": "tp_14954" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1869269, + "label": "-", + "classification": { + "B": 0.00013652181951329112, + "S": 5.409642108133994e-05, + "I": 0.015360510908067226, + "C": 0.0034545063972473145, + "R": 0.000463171920273453, + "M": 0.0028064241632819176, + "O": 0.0006920901942066848, + "W": 0.00012798182433471084, + "N": 0.0016625435091555119, + "Y": 0.008951829746365547, + "U": 0.00015508443175349385, + "K": 0.0008790913270786405, + "L": 0.00014926987932994962, + "G": 0.0055086733773350716, + "F": 0.0070000868290662766, + "E": 0.02042497508227825, + "T": 0.0046859928406775, + "P": 0.3590185046195984, + "-": 0.5684686899185181 + }, + "id": "tp_14955" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1869403, + "label": "-", + "classification": { + "B": 6.558515224242001e-07, + "S": 1.5765021998959128e-06, + "I": 0.001025992096401751, + "C": 4.9672504246700555e-05, + "R": 1.6176083590835333e-05, + "M": 0.00016205832071136683, + "O": 4.481276118895039e-05, + "W": 2.8074989586457377e-06, + "N": 5.573443922912702e-05, + "Y": 0.002554787788540125, + "U": 2.5650483621575404e-06, + "K": 3.371909406268969e-05, + "L": 2.8141282655269606e-06, + "G": 0.000263994064880535, + "F": 0.0019248425960540771, + "E": 0.00034810364013537765, + "T": 0.0019120849901810288, + "P": 0.13691933453083038, + "-": 0.8546783328056335 + }, + "id": "tp_14956" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1869503, + "label": "-", + "classification": { + "B": 5.575637942456524e-07, + "S": 3.7236748795521635e-08, + "I": 0.00016837884322740138, + "C": 1.7668330656306352e-06, + "R": 4.245881939368701e-07, + "M": 9.324707207269967e-06, + "O": 3.9118240238167346e-06, + "W": 2.3425837980539654e-07, + "N": 2.045539531536633e-06, + "Y": 0.00014137508696876466, + "U": 2.3498557766288286e-07, + "K": 8.116072649499984e-07, + "L": 3.1380196219288337e-07, + "G": 4.3623884266708046e-05, + "F": 0.00013367863721214235, + "E": 9.190876153297722e-05, + "T": 0.00023185634927358478, + "P": 0.13208717107772827, + "-": 0.867082417011261 + }, + "id": "tp_14957" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1869636, + "label": "-", + "classification": { + "B": 0.00025998035562224686, + "S": 0.001514851930551231, + "I": 0.06744734942913055, + "C": 0.010187139734625816, + "R": 0.004737586248666048, + "M": 0.004309314768761396, + "O": 0.004374518059194088, + "W": 0.0016562702367082238, + "N": 0.01764564961194992, + "Y": 0.0737570971250534, + "U": 0.0012734852498397231, + "K": 0.01910281367599964, + "L": 0.0006967523950152099, + "G": 0.015363363549113274, + "F": 0.040711481124162674, + "E": 0.017921200022101402, + "T": 0.03689926490187645, + "P": 0.2249431163072586, + "-": 0.457198828458786 + }, + "id": "tp_14958" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1869770, + "label": "-", + "classification": { + "B": 1.948014414665522e-06, + "S": 5.69940766581567e-07, + "I": 0.0017685232451185584, + "C": 0.00011882009130204096, + "R": 1.2746506399707869e-05, + "M": 0.00015613184950780123, + "O": 3.621589712565765e-05, + "W": 1.4778698869122309e-06, + "N": 5.2809027693001553e-05, + "Y": 0.0012046321062371135, + "U": 3.3746064218576066e-06, + "K": 3.125194325548364e-06, + "L": 5.2569462241081055e-06, + "G": 0.00032152023050002754, + "F": 0.0007730417419224977, + "E": 0.00044700136641040444, + "T": 0.0011154345702379942, + "P": 0.2714857757091522, + "-": 0.7224915623664856 + }, + "id": "tp_14959" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1869903, + "label": "-", + "classification": { + "B": 7.597122220204255e-08, + "S": 4.80940869351798e-08, + "I": 0.00012380548287183046, + "C": 6.599814241781132e-06, + "R": 7.449231702594261e-07, + "M": 7.240180366352433e-06, + "O": 2.6146683467231924e-06, + "W": 1.8375069998910476e-07, + "N": 3.660938318716944e-06, + "Y": 0.00022197936777956784, + "U": 1.6821535098188178e-07, + "K": 4.985370651411358e-06, + "L": 1.3220950734194048e-07, + "G": 3.8828606193419546e-05, + "F": 0.0009563088533468544, + "E": 7.650025509065017e-05, + "T": 0.00011929899483220652, + "P": 0.11512258648872375, + "-": 0.8833141922950745 + }, + "id": "tp_14960" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1870003, + "label": "-", + "classification": { + "B": 0.0002551695506554097, + "S": 0.00019726777100004256, + "I": 0.012534583918750286, + "C": 0.0036019093822687864, + "R": 0.0013228884199634194, + "M": 0.004972740076482296, + "O": 0.0015305726556107402, + "W": 0.00038626324385404587, + "N": 0.001319150673225522, + "Y": 0.04447342827916145, + "U": 0.0003207644622307271, + "K": 0.0023752786219120026, + "L": 0.0004786252393387258, + "G": 0.014226752333343029, + "F": 0.0261400043964386, + "E": 0.012723920866847038, + "T": 0.017479803413152695, + "P": 0.13456034660339355, + "-": 0.7211005687713623 + }, + "id": "tp_14961" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1870137, + "label": "-", + "classification": { + "B": 0.0003402314614504576, + "S": 0.0007551310118287802, + "I": 0.053340520709753036, + "C": 0.00339301535859704, + "R": 0.0017355778254568577, + "M": 0.010344205424189568, + "O": 0.003483885433524847, + "W": 0.0005743388901464641, + "N": 0.006066936533898115, + "Y": 0.15329349040985107, + "U": 0.00011892993643414229, + "K": 0.004949798807501793, + "L": 0.0007036208990029991, + "G": 0.06154448539018631, + "F": 0.0474422425031662, + "E": 0.039038948714733124, + "T": 0.05410876125097275, + "P": 0.1361752301454544, + "-": 0.4225907027721405 + }, + "id": "tp_14962" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1870270, + "label": "P", + "classification": { + "B": 0.0003174513694830239, + "S": 0.00012452462397050112, + "I": 0.023104634135961533, + "C": 0.0020782805513590574, + "R": 0.0004390011017676443, + "M": 0.003189673414453864, + "O": 0.0008108835900202394, + "W": 0.0002331630530534312, + "N": 0.0031503187492489815, + "Y": 0.012861907482147217, + "U": 0.00013122890959493816, + "K": 0.000865753332618624, + "L": 0.0001819333847379312, + "G": 0.0058469041250646114, + "F": 0.01088405679911375, + "E": 0.050028275698423386, + "T": 0.005138324573636055, + "P": 0.5355666875839233, + "-": 0.3450470566749573 + }, + "id": "tp_14963" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1870404, + "label": "-", + "classification": { + "B": 2.0571624190779403e-06, + "S": 2.67164500655781e-06, + "I": 0.0021285817492753267, + "C": 7.357100548688322e-05, + "R": 1.4996114259702154e-05, + "M": 0.00017843050591181964, + "O": 4.157384319114499e-05, + "W": 7.899519005150069e-06, + "N": 0.00010967862181132659, + "Y": 0.009118928574025631, + "U": 1.9555961898731766e-06, + "K": 0.0006302495603449643, + "L": 1.535328237878275e-06, + "G": 0.0009006289183162153, + "F": 0.005105732474476099, + "E": 0.007094078231602907, + "T": 0.0010705539025366306, + "P": 0.17012616991996765, + "-": 0.8033908009529114 + }, + "id": "tp_14964" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1870504, + "label": "-", + "classification": { + "B": 1.3635059303851449e-06, + "S": 5.157871783012524e-07, + "I": 0.009567870758473873, + "C": 7.199356332421303e-05, + "R": 2.0379411580506712e-05, + "M": 0.00010555617336649448, + "O": 3.8045694964239374e-05, + "W": 3.031140295206569e-06, + "N": 0.00013614945055451244, + "Y": 0.0017579103587195277, + "U": 1.3376792367125745e-06, + "K": 3.1988913633540506e-06, + "L": 2.1423074940685183e-06, + "G": 0.00026730491663329303, + "F": 0.0001827516534831375, + "E": 0.00038669249624945223, + "T": 0.0012817868264392018, + "P": 0.46278610825538635, + "-": 0.5233858823776245 + }, + "id": "tp_14965" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1870637, + "label": "I", + "classification": { + "B": 0.00042092680814675987, + "S": 0.0015803908463567495, + "I": 0.3653591573238373, + "C": 0.0021729711443185806, + "R": 0.001043873024173081, + "M": 0.006001854781061411, + "O": 0.002041405066847801, + "W": 0.00047192079364322126, + "N": 0.030788427218794823, + "Y": 0.06758580356836319, + "U": 6.816257518948987e-05, + "K": 0.0015627803513780236, + "L": 0.0003053571854252368, + "G": 0.011430250480771065, + "F": 0.006192055065184832, + "E": 0.029450999572873116, + "T": 0.028702901676297188, + "P": 0.3442959189414978, + "-": 0.10052487254142761 + }, + "id": "tp_14966" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1870771, + "label": "-", + "classification": { + "B": 6.627444963669404e-05, + "S": 2.4287530322908424e-05, + "I": 0.0038358543533831835, + "C": 0.00036527158226817846, + "R": 9.007748303702101e-05, + "M": 0.001250325352884829, + "O": 0.00031306478194892406, + "W": 3.931660103262402e-05, + "N": 0.0002859685046132654, + "Y": 0.005766874644905329, + "U": 4.182560951448977e-05, + "K": 0.00021350364841055125, + "L": 6.600939377676696e-05, + "G": 0.002635485492646694, + "F": 0.00697643868625164, + "E": 0.004125387407839298, + "T": 0.00407107500359416, + "P": 0.2813143730163574, + "-": 0.6885186433792114 + }, + "id": "tp_14967" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1870904, + "label": "-", + "classification": { + "B": 0.0009042636374942958, + "S": 0.0001935980108100921, + "I": 0.0104849673807621, + "C": 0.0013566476991400123, + "R": 0.00022096170869190246, + "M": 0.005524936132133007, + "O": 0.0009197177132591605, + "W": 0.00016787588538136333, + "N": 0.001140554784797132, + "Y": 0.01042257808148861, + "U": 7.22618933650665e-05, + "K": 0.0007003622595220804, + "L": 0.00032591482158750296, + "G": 0.012442059814929962, + "F": 0.025990795344114304, + "E": 0.06755382567644119, + "T": 0.005277195014059544, + "P": 0.3298197090625763, + "-": 0.5264816880226135 + }, + "id": "tp_14968" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1871004, + "label": "-", + "classification": { + "B": 0.0010433692950755358, + "S": 0.0006435279501602054, + "I": 0.02870982512831688, + "C": 0.007332164794206619, + "R": 0.002314853249117732, + "M": 0.00693008117377758, + "O": 0.002760055009275675, + "W": 0.0007905058446340263, + "N": 0.004600078333169222, + "Y": 0.03685561940073967, + "U": 0.0007331815431825817, + "K": 0.0031496763695031404, + "L": 0.001287289778701961, + "G": 0.021995745599269867, + "F": 0.048127930611371994, + "E": 0.03215509653091431, + "T": 0.015826193615794182, + "P": 0.31575238704681396, + "-": 0.4689923822879791 + }, + "id": "tp_14969" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1871138, + "label": "P", + "classification": { + "B": 4.044666638947092e-05, + "S": 1.3139015209162608e-05, + "I": 0.007673855870962143, + "C": 0.0001661279529798776, + "R": 2.4373475753236562e-05, + "M": 0.0002340441569685936, + "O": 0.00010007935634348541, + "W": 1.3254636542114895e-05, + "N": 0.0011912636691704392, + "Y": 0.0004068183188792318, + "U": 1.2998913007322699e-05, + "K": 8.861163223627955e-05, + "L": 1.058588532032445e-05, + "G": 0.0007208586321212351, + "F": 0.003074362874031067, + "E": 0.007602676283568144, + "T": 0.00044611425255425274, + "P": 0.8568278551101685, + "-": 0.12135250866413116 + }, + "id": "tp_14970" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1871271, + "label": "-", + "classification": { + "B": 0.00011691869440255687, + "S": 0.00011792821896960959, + "I": 0.010968280956149101, + "C": 0.00042433658381924033, + "R": 0.0002632170217111707, + "M": 0.00111552479211241, + "O": 0.0006103091291151941, + "W": 0.00012228565174154937, + "N": 0.0011241468600928783, + "Y": 0.008676744997501373, + "U": 7.168831507442519e-05, + "K": 0.0004027189570479095, + "L": 0.0001524258841527626, + "G": 0.0038329327944666147, + "F": 0.01775643602013588, + "E": 0.006990452297031879, + "T": 0.006688866764307022, + "P": 0.43034276366233826, + "-": 0.5102220773696899 + }, + "id": "tp_14971" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1871405, + "label": "-", + "classification": { + "B": 0.0001829422835726291, + "S": 0.0001428225077688694, + "I": 0.011991375125944614, + "C": 0.0007332200766541064, + "R": 0.00022845390776637942, + "M": 0.002187755424529314, + "O": 0.0010234371293336153, + "W": 0.00015151978004723787, + "N": 0.0018514591502025723, + "Y": 0.007664313539862633, + "U": 6.487058271886781e-05, + "K": 0.0002244257921120152, + "L": 0.00014848697173874825, + "G": 0.002862482564523816, + "F": 0.006237558554857969, + "E": 0.009334448724985123, + "T": 0.00762486457824707, + "P": 0.4388488829135895, + "-": 0.5084967017173767 + }, + "id": "tp_14972" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1871505, + "label": "-", + "classification": { + "B": 2.957885669729876e-07, + "S": 1.7918135597483342e-07, + "I": 0.00016572841559536755, + "C": 5.289377895678626e-06, + "R": 4.867993652624136e-07, + "M": 1.6322805095114745e-05, + "O": 4.3022068894060794e-06, + "W": 3.5339900250619394e-07, + "N": 1.0716626093199011e-05, + "Y": 0.0002721317287068814, + "U": 1.6350520581909223e-07, + "K": 1.934111787704751e-05, + "L": 1.4471466158738622e-07, + "G": 0.00010854470019694418, + "F": 0.006000608671456575, + "E": 0.0011745517840608954, + "T": 8.051417535170913e-05, + "P": 0.39131495356559753, + "-": 0.6008253693580627 + }, + "id": "tp_14973" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1871638, + "label": "P", + "classification": { + "B": 2.5847093638731167e-06, + "S": 3.391411610209616e-06, + "I": 0.011064438149333, + "C": 8.61957305460237e-05, + "R": 1.525513107480947e-05, + "M": 0.00012210130807943642, + "O": 3.0115967092569917e-05, + "W": 3.3537803574290592e-06, + "N": 0.0003649645659606904, + "Y": 0.005727733951061964, + "U": 2.731914037212846e-06, + "K": 0.0002061290870187804, + "L": 2.440129492242704e-06, + "G": 0.000908590795006603, + "F": 0.0037185365799814463, + "E": 0.003561970079317689, + "T": 0.001638090587221086, + "P": 0.5205528736114502, + "-": 0.45198842883110046 + }, + "id": "tp_14974" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1871772, + "label": "-", + "classification": { + "B": 0.00027143137413077056, + "S": 7.418433960992843e-05, + "I": 0.004018943756818771, + "C": 0.0014680594904348254, + "R": 0.0004482160438783467, + "M": 0.002494663465768099, + "O": 0.0011696245055645704, + "W": 0.00012996199075132608, + "N": 0.00035190509515814483, + "Y": 0.01262341346591711, + "U": 9.481202869210392e-05, + "K": 0.00016488789697177708, + "L": 0.0002793793100863695, + "G": 0.006078160367906094, + "F": 0.007595744915306568, + "E": 0.002571944845840335, + "T": 0.00773399043828249, + "P": 0.13557201623916626, + "-": 0.8168586492538452 + }, + "id": "tp_14975" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1871905, + "label": "-", + "classification": { + "B": 4.8668284762243275e-06, + "S": 1.4872070096316747e-05, + "I": 0.00018173977150581777, + "C": 1.834461909311358e-05, + "R": 5.056841018813429e-06, + "M": 0.0003148280957248062, + "O": 5.3699481213698164e-05, + "W": 1.1688929589581676e-05, + "N": 4.651098424801603e-05, + "Y": 0.06194349750876427, + "U": 6.141867743281182e-07, + "K": 0.02839154377579689, + "L": 1.6528099422430387e-06, + "G": 0.014650106430053711, + "F": 0.10330603271722794, + "E": 0.0074857790023088455, + "T": 0.005470626056194305, + "P": 0.019714312627911568, + "-": 0.7583841681480408 + }, + "id": "tp_14976" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1872005, + "label": "-", + "classification": { + "B": 2.0448178474907763e-06, + "S": 2.6042239369417075e-06, + "I": 0.0015342346159741282, + "C": 5.809330104966648e-05, + "R": 8.21950288809603e-06, + "M": 7.227863534353673e-05, + "O": 2.5036471924977377e-05, + "W": 6.18429112364538e-06, + "N": 0.00013027014210820198, + "Y": 0.002638675272464752, + "U": 6.444729478971567e-06, + "K": 0.0005074860528111458, + "L": 1.3303434798217495e-06, + "G": 0.0004547300050035119, + "F": 0.0034000619780272245, + "E": 0.0029589575715363026, + "T": 0.0006093280971981585, + "P": 0.2928865849971771, + "-": 0.6946973204612732 + }, + "id": "tp_14977" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1872139, + "label": "-", + "classification": { + "B": 2.1685536921722814e-06, + "S": 1.900021061373991e-06, + "I": 0.0016994185280054808, + "C": 0.00014220504090189934, + "R": 4.6717475925106555e-05, + "M": 0.00022196599456947297, + "O": 5.7524997828295454e-05, + "W": 6.3830893850536086e-06, + "N": 5.252987830317579e-05, + "Y": 0.006910140160471201, + "U": 6.5149524743901566e-06, + "K": 2.7929872885579243e-05, + "L": 6.763801138731651e-06, + "G": 0.0005574751412495971, + "F": 0.0016410353127866983, + "E": 0.00033683129004202783, + "T": 0.003151021897792816, + "P": 0.09209797531366348, + "-": 0.8930335640907288 + }, + "id": "tp_14978" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1872272, + "label": "-", + "classification": { + "B": 4.2718820623122156e-06, + "S": 1.719697866064962e-05, + "I": 0.0016779551515355706, + "C": 4.5001313992543146e-05, + "R": 1.1621353223745245e-05, + "M": 0.00010216374357696623, + "O": 5.090891500003636e-05, + "W": 2.0464927729335614e-05, + "N": 0.00024155317805707455, + "Y": 0.0030399723909795284, + "U": 8.621756023785565e-06, + "K": 0.000765211705584079, + "L": 2.214248070231406e-06, + "G": 0.000189047132153064, + "F": 0.009214365854859352, + "E": 0.0020964620634913445, + "T": 0.00092875468544662, + "P": 0.3608258366584778, + "-": 0.6207582354545593 + }, + "id": "tp_14979" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1872406, + "label": "P", + "classification": { + "B": 1.3842029602528783e-06, + "S": 1.951023659785278e-05, + "I": 0.0010109078139066696, + "C": 1.143083136412315e-05, + "R": 3.948630819650134e-06, + "M": 2.8811502488679253e-05, + "O": 4.351502502686344e-05, + "W": 1.5613564755767584e-05, + "N": 0.00037096146843396127, + "Y": 0.00028615823248401284, + "U": 5.1468923629727215e-06, + "K": 0.0015324624255299568, + "L": 7.493309226447309e-07, + "G": 9.363529534311965e-05, + "F": 0.011370907537639141, + "E": 0.0029801782220602036, + "T": 0.0003050957166124135, + "P": 0.6585491299629211, + "-": 0.32337039709091187 + }, + "id": "tp_14980" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1872506, + "label": "-", + "classification": { + "B": 3.676558208098868e-06, + "S": 5.127619715494802e-06, + "I": 0.0006034001708030701, + "C": 0.00012138453166699037, + "R": 2.2381511371349916e-05, + "M": 0.0003289056767243892, + "O": 7.463883957825601e-05, + "W": 9.397082067152951e-06, + "N": 5.4029718739911914e-05, + "Y": 0.003356665140017867, + "U": 8.877577784005553e-06, + "K": 0.00021574388665612787, + "L": 8.546966455469374e-06, + "G": 0.0006051191594451666, + "F": 0.010170625522732735, + "E": 0.0010481448844075203, + "T": 0.0014413580065593123, + "P": 0.15275761485099792, + "-": 0.8291643857955933 + }, + "id": "tp_14981" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1872639, + "label": "-", + "classification": { + "B": 5.118324224895332e-06, + "S": 2.811717877193587e-06, + "I": 0.00042861149995587766, + "C": 4.416815863805823e-05, + "R": 4.17469846070162e-06, + "M": 0.00022590096341446042, + "O": 6.0816015320597216e-05, + "W": 3.919522896467242e-06, + "N": 4.266834366717376e-05, + "Y": 0.0016086319228634238, + "U": 3.115637809969485e-06, + "K": 1.9528193661244586e-05, + "L": 8.244780474342406e-06, + "G": 0.0004981367965228856, + "F": 0.0020285688806325197, + "E": 0.0018717991188168526, + "T": 0.001036091591231525, + "P": 0.24682845175266266, + "-": 0.7452791929244995 + }, + "id": "tp_14982" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1872773, + "label": "P", + "classification": { + "B": 0.0003463849425315857, + "S": 7.471439312212169e-05, + "I": 0.0017509118188172579, + "C": 0.0001553830661578104, + "R": 3.5747238143812865e-05, + "M": 0.000671558955218643, + "O": 0.00033740937942638993, + "W": 7.292297232197598e-05, + "N": 0.0003856646653730422, + "Y": 0.001971540506929159, + "U": 2.8298329198150896e-05, + "K": 0.00034486918593756855, + "L": 4.7790312237339094e-05, + "G": 0.002090495079755783, + "F": 0.01734650880098343, + "E": 0.009483763948082924, + "T": 0.0014991689240559936, + "P": 0.49573981761932373, + "-": 0.467617005109787 + }, + "id": "tp_14983" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1872906, + "label": "-", + "classification": { + "B": 3.4959480217366945e-06, + "S": 1.767219691828359e-05, + "I": 0.002264516893774271, + "C": 9.338531526736915e-05, + "R": 2.0444640540517867e-05, + "M": 0.00042912474600598216, + "O": 0.00011237316357437521, + "W": 1.9926428649341688e-05, + "N": 0.0003584008081816137, + "Y": 0.003879306372255087, + "U": 9.524093911750242e-06, + "K": 0.0007188107119873166, + "L": 6.662713531113695e-06, + "G": 0.00045878844684921205, + "F": 0.012989730574190617, + "E": 0.0041982256807386875, + "T": 0.0021120626479387283, + "P": 0.28083840012550354, + "-": 0.691469132900238 + }, + "id": "tp_14984" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1873006, + "label": "-", + "classification": { + "B": 0.00011784093658206984, + "S": 0.00024121675232890993, + "I": 0.03336378186941147, + "C": 0.0012829025508835912, + "R": 0.0008029956370592117, + "M": 0.003376640845090151, + "O": 0.0011014960473403335, + "W": 0.00022107760014478117, + "N": 0.0025631552562117577, + "Y": 0.08495744317770004, + "U": 9.289052104577422e-05, + "K": 0.001962188631296158, + "L": 0.00015004507440607995, + "G": 0.008370642550289631, + "F": 0.01778378337621689, + "E": 0.007680436596274376, + "T": 0.03134157136082649, + "P": 0.18397821485996246, + "-": 0.6206117272377014 + }, + "id": "tp_14985" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1873140, + "label": "-", + "classification": { + "B": 3.4089183031937864e-07, + "S": 3.290546999323851e-07, + "I": 0.0006511787069030106, + "C": 4.31480611950974e-06, + "R": 1.197150481857534e-06, + "M": 4.871269266004674e-05, + "O": 7.373816060862737e-06, + "W": 3.9577497545906226e-07, + "N": 1.878704279079102e-05, + "Y": 0.002953914925456047, + "U": 3.8752747855141934e-07, + "K": 9.391819912707433e-05, + "L": 3.297549540093314e-07, + "G": 0.0005258146557025611, + "F": 0.001568587264046073, + "E": 0.0008953481446951628, + "T": 0.0008110482594929636, + "P": 0.14763562381267548, + "-": 0.8447824120521545 + }, + "id": "tp_14986" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1873273, + "label": "-", + "classification": { + "B": 5.3779251175001264e-05, + "S": 0.00010047420801129192, + "I": 0.008313803933560848, + "C": 0.001147968228906393, + "R": 0.0003503954503685236, + "M": 0.001096838852390647, + "O": 0.000787836208473891, + "W": 0.0003030871448572725, + "N": 0.002130074892193079, + "Y": 0.024119814857840538, + "U": 0.00014481760445050895, + "K": 0.04071558639407158, + "L": 9.476578270550817e-05, + "G": 0.013022812083363533, + "F": 0.06427527964115143, + "E": 0.04227049648761749, + "T": 0.005840486381202936, + "P": 0.21859784424304962, + "-": 0.576633870601654 + }, + "id": "tp_14987" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1873407, + "label": "-", + "classification": { + "B": 0.001272892695851624, + "S": 0.002346881665289402, + "I": 0.026876771822571754, + "C": 0.00508468272164464, + "R": 0.0017912117764353752, + "M": 0.00725744990631938, + "O": 0.004719930700957775, + "W": 0.0027582591865211725, + "N": 0.012620995752513409, + "Y": 0.031659312546253204, + "U": 0.0016597819048911333, + "K": 0.03313933685421944, + "L": 0.0008744343067519367, + "G": 0.01975230500102043, + "F": 0.05337971821427345, + "E": 0.05548122152686119, + "T": 0.02153845503926277, + "P": 0.3121631443500519, + "-": 0.4056231379508972 + }, + "id": "tp_14988" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1873507, + "label": "-", + "classification": { + "B": 8.329868705914123e-07, + "S": 8.048155564210902e-07, + "I": 0.00011825127876363695, + "C": 3.0217795938369818e-05, + "R": 4.7328662731160875e-06, + "M": 5.409623554442078e-05, + "O": 1.930656799231656e-05, + "W": 1.126066422330041e-06, + "N": 1.0033754733740352e-05, + "Y": 0.0018327163998037577, + "U": 1.2037181704727118e-06, + "K": 3.427849514991976e-05, + "L": 1.1323361377435504e-06, + "G": 0.00021235819440335035, + "F": 0.00451803719624877, + "E": 0.00013954736641608179, + "T": 0.000544146285392344, + "P": 0.09616412222385406, + "-": 0.8963131308555603 + }, + "id": "tp_14989" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1873640, + "label": "-", + "classification": { + "B": 4.6391296137926474e-08, + "S": 5.4401240845436405e-08, + "I": 1.7196249245898798e-05, + "C": 1.539867469091405e-07, + "R": 1.6439418715208376e-08, + "M": 1.1834491715490003e-06, + "O": 6.393356102307735e-07, + "W": 5.8551329118472495e-08, + "N": 1.1889368352058227e-06, + "Y": 5.50163458683528e-05, + "U": 1.5936670649807638e-08, + "K": 3.800699232670013e-06, + "L": 8.566726883429965e-09, + "G": 1.6328258425346576e-05, + "F": 0.0018252284498885274, + "E": 0.0002958377590402961, + "T": 1.162566968559986e-05, + "P": 0.3387880325317383, + "-": 0.6589834690093994 + }, + "id": "tp_14990" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1873774, + "label": "P", + "classification": { + "B": 0.0014350323472172022, + "S": 0.006042109802365303, + "I": 0.37010714411735535, + "C": 0.0019780758302658796, + "R": 0.0010790645610541105, + "M": 0.004055204335600138, + "O": 0.004389122594147921, + "W": 0.0017730833496898413, + "N": 0.099418044090271, + "Y": 0.012502951547503471, + "U": 7.170208846218884e-05, + "K": 0.003387104719877243, + "L": 0.00044758879812434316, + "G": 0.012829898856580257, + "F": 0.009317171759903431, + "E": 0.041158463805913925, + "T": 0.009081845171749592, + "P": 0.3916896879673004, + "-": 0.029236776754260063 + }, + "id": "tp_14991" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1873907, + "label": "-", + "classification": { + "B": 2.7577602850215044e-06, + "S": 1.7016549236359424e-06, + "I": 0.003634912194684148, + "C": 0.00011187250493094325, + "R": 2.3091544790077023e-05, + "M": 0.00020268333901185542, + "O": 7.747201743768528e-05, + "W": 4.241383066982962e-06, + "N": 5.834174226038158e-05, + "Y": 0.003133645746856928, + "U": 6.778986971767154e-07, + "K": 2.396870513621252e-06, + "L": 5.761995907960227e-06, + "G": 0.00028389616636559367, + "F": 0.0010201185941696167, + "E": 0.00023304451315198094, + "T": 0.0008849535952322185, + "P": 0.24250389635562897, + "-": 0.7478145360946655 + }, + "id": "tp_14992" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1874007, + "label": "P", + "classification": { + "B": 0.0007408506353385746, + "S": 0.0007119416841305792, + "I": 0.08925069868564606, + "C": 0.004736610222607851, + "R": 0.00172618986107409, + "M": 0.005134133622050285, + "O": 0.00195797230117023, + "W": 0.0005316245369613171, + "N": 0.01038819644600153, + "Y": 0.015803253278136253, + "U": 0.0002461932599544525, + "K": 0.0003673437749966979, + "L": 0.0006604077061638236, + "G": 0.007640372961759567, + "F": 0.007187515031546354, + "E": 0.016714245080947876, + "T": 0.009673205204308033, + "P": 0.6376998424530029, + "-": 0.18882937729358673 + }, + "id": "tp_14993" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1874141, + "label": "P", + "classification": { + "B": 0.0003824313171207905, + "S": 0.0004948998684994876, + "I": 0.02480948530137539, + "C": 0.0037224439438432455, + "R": 0.0007941815420053899, + "M": 0.003484428860247135, + "O": 0.0013032384449616075, + "W": 0.000521789537742734, + "N": 0.007296801544725895, + "Y": 0.02033465914428234, + "U": 0.00047432491555809975, + "K": 0.011444793082773685, + "L": 0.00024141458561643958, + "G": 0.011691848747432232, + "F": 0.028871623799204826, + "E": 0.052873384207487106, + "T": 0.00832735002040863, + "P": 0.4734780192375183, + "-": 0.3494529128074646 + }, + "id": "tp_14994" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1874274, + "label": "-", + "classification": { + "B": 0.0001321662130067125, + "S": 0.00012142290506744757, + "I": 0.002894048811867833, + "C": 0.00016808458894956857, + "R": 9.122969640884548e-05, + "M": 0.0005714927101507783, + "O": 0.0004924217355437577, + "W": 0.0001373065315419808, + "N": 0.0005118215340189636, + "Y": 0.00443423492833972, + "U": 7.008551619946957e-05, + "K": 0.001013316330499947, + "L": 5.7160035794368014e-05, + "G": 0.0014134232187643647, + "F": 0.01942945457994938, + "E": 0.0026733726263046265, + "T": 0.0037359718699008226, + "P": 0.2842905521392822, + "-": 0.677762508392334 + }, + "id": "tp_14995" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1874408, + "label": "-", + "classification": { + "B": 1.9975668692495674e-05, + "S": 5.815757049276726e-06, + "I": 0.0002565529430285096, + "C": 3.2476382330060005e-05, + "R": 9.31630620470969e-06, + "M": 0.0001682762522250414, + "O": 7.441038906108588e-05, + "W": 5.312459506967571e-06, + "N": 1.8166332665714435e-05, + "Y": 0.0018754375632852316, + "U": 1.9700767097674543e-06, + "K": 1.4604242096538655e-05, + "L": 1.2875287211500108e-05, + "G": 0.0007314140675589442, + "F": 0.010695356875658035, + "E": 0.0006137628224678338, + "T": 0.0006380343693308532, + "P": 0.2124577760696411, + "-": 0.7723685503005981 + }, + "id": "tp_14996" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1874508, + "label": "-", + "classification": { + "B": 1.334162698185537e-05, + "S": 1.1473374797787983e-05, + "I": 0.0013174175983294845, + "C": 5.2060124289710075e-05, + "R": 1.0234473847958725e-05, + "M": 0.00016096995386760682, + "O": 8.314971637446433e-05, + "W": 1.200453880301211e-05, + "N": 9.106406650971621e-05, + "Y": 0.0009182220092043281, + "U": 4.26563110522693e-06, + "K": 1.3193575796321966e-05, + "L": 8.788882951193955e-06, + "G": 0.00020518571545835584, + "F": 0.0015300307422876358, + "E": 0.000797730463091284, + "T": 0.0009006363106891513, + "P": 0.4857160449028015, + "-": 0.5081542134284973 + }, + "id": "tp_14997" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1874641, + "label": "-", + "classification": { + "B": 2.530475740059046e-07, + "S": 2.7731579166356823e-07, + "I": 0.00011016526696039364, + "C": 6.900652351760073e-06, + "R": 6.956774427635537e-07, + "M": 0.00023514141503255814, + "O": 1.357417022518348e-05, + "W": 1.562475659966367e-07, + "N": 2.3865218281571288e-06, + "Y": 0.0010523414239287376, + "U": 4.506422968120205e-08, + "K": 5.0530033490758797e-08, + "L": 1.919742999234586e-06, + "G": 0.00012548029189929366, + "F": 0.0006485296180471778, + "E": 6.076516365283169e-05, + "T": 0.001617883681319654, + "P": 0.06702124327421188, + "-": 0.9291021823883057 + }, + "id": "tp_14998" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1874775, + "label": "-", + "classification": { + "B": 1.874813278845977e-05, + "S": 3.800067133852281e-05, + "I": 0.0034592468291521072, + "C": 0.0005216006538830698, + "R": 0.0002494176442269236, + "M": 0.0007577654905617237, + "O": 0.0004027069080621004, + "W": 7.868449756642804e-05, + "N": 0.00047977810027077794, + "Y": 0.01690753549337387, + "U": 6.0437643696786836e-05, + "K": 0.0006798278773203492, + "L": 4.9276844947598875e-05, + "G": 0.002271831501275301, + "F": 0.016148056834936142, + "E": 0.0017845870461314917, + "T": 0.00649962667375803, + "P": 0.17568811774253845, + "-": 0.7739048004150391 + }, + "id": "tp_14999" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1874908, + "label": "P", + "classification": { + "B": 0.0009471660596318543, + "S": 5.297836833051406e-05, + "I": 0.020017897710204124, + "C": 0.002682900056242943, + "R": 0.0007420727051794529, + "M": 0.0009084922494366765, + "O": 0.0006205147365108132, + "W": 0.00013542505621444434, + "N": 0.0015251433942466974, + "Y": 0.004159277770668268, + "U": 0.00021889654453843832, + "K": 7.474111771443859e-05, + "L": 0.0003578842733986676, + "G": 0.004091513343155384, + "F": 0.004726704675704241, + "E": 0.005892102140933275, + "T": 0.004147383384406567, + "P": 0.6047009229660034, + "-": 0.34399792551994324 + }, + "id": "tp_15000" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1875008, + "label": "-", + "classification": { + "B": 0.00021415340597741306, + "S": 5.724400034523569e-05, + "I": 0.005158752668648958, + "C": 0.0006272066966630518, + "R": 0.00016827000945340842, + "M": 0.00046738641685806215, + "O": 0.0005949599435552955, + "W": 0.00013138042413629591, + "N": 0.0006909061339683831, + "Y": 0.002133288886398077, + "U": 0.00011532846110640094, + "K": 0.00015292459283955395, + "L": 0.00012843690637964755, + "G": 0.0014350784476846457, + "F": 0.007993699051439762, + "E": 0.0021513483952730894, + "T": 0.0025517665781080723, + "P": 0.47490906715393066, + "-": 0.5003187656402588 + }, + "id": "tp_15001" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1875142, + "label": "-", + "classification": { + "B": 0.0007218037499114871, + "S": 0.001606093836016953, + "I": 0.03420792147517204, + "C": 0.0020714823622256517, + "R": 0.0010140695376321673, + "M": 0.007777699269354343, + "O": 0.004290786571800709, + "W": 0.0011061462573707104, + "N": 0.006328799296170473, + "Y": 0.0800880640745163, + "U": 9.242951637133956e-05, + "K": 0.01429437380284071, + "L": 0.0005356304463930428, + "G": 0.042644843459129333, + "F": 0.08666615188121796, + "E": 0.06908974051475525, + "T": 0.025299763306975365, + "P": 0.1746826171875, + "-": 0.44748160243034363 + }, + "id": "tp_15002" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1875275, + "label": "-", + "classification": { + "B": 2.9086915986908934e-08, + "S": 1.2901334223158756e-08, + "I": 6.621288048336282e-05, + "C": 1.3419282822724199e-06, + "R": 1.9670844153552025e-07, + "M": 1.6110927845147671e-06, + "O": 1.08614756300085e-06, + "W": 3.31321174940058e-08, + "N": 9.632007049731328e-07, + "Y": 5.6309108913410455e-05, + "U": 4.425929134299622e-08, + "K": 4.212872894981956e-08, + "L": 5.96731410951179e-08, + "G": 6.259270776354242e-06, + "F": 6.835250678705052e-05, + "E": 7.199390438472619e-06, + "T": 0.00012041892478009686, + "P": 0.2553211748600006, + "-": 0.7443486452102661 + }, + "id": "tp_15003" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1875375, + "label": "-", + "classification": { + "B": 0.00044943351531401277, + "S": 0.00015178605099208653, + "I": 0.0009558097226545215, + "C": 0.00018484510655980557, + "R": 9.94701695162803e-05, + "M": 0.0013374105328693986, + "O": 0.002010466530919075, + "W": 0.00017356278840452433, + "N": 8.533992513548583e-05, + "Y": 0.0016212405171245337, + "U": 1.2804267498722766e-05, + "K": 2.1225846467132214e-06, + "L": 0.0003727416624315083, + "G": 0.0011116432724520564, + "F": 0.002667549531906843, + "E": 0.00031167309498414397, + "T": 0.002984947757795453, + "P": 0.17902147769927979, + "-": 0.8064457178115845 + }, + "id": "tp_15004" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1875509, + "label": "P", + "classification": { + "B": 5.012941173276886e-08, + "S": 7.125260736984274e-08, + "I": 0.0002887178852688521, + "C": 4.47057072960888e-06, + "R": 2.391515465660632e-07, + "M": 2.423845671728486e-06, + "O": 9.142112844529038e-07, + "W": 7.43659356317039e-08, + "N": 9.245630280929618e-06, + "Y": 5.186410271562636e-05, + "U": 6.683369946358653e-08, + "K": 1.9426552455570345e-07, + "L": 5.5489682182496836e-08, + "G": 8.699551472091116e-06, + "F": 0.0002014200872508809, + "E": 9.937118738889694e-05, + "T": 4.1410679841646925e-05, + "P": 0.7483118772506714, + "-": 0.25097885727882385 + }, + "id": "tp_15005" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1875642, + "label": "P", + "classification": { + "B": 5.762304863310419e-05, + "S": 8.899147360352799e-05, + "I": 0.02669789269566536, + "C": 0.0014847848797217011, + "R": 0.00033285064273513854, + "M": 0.0006847589975222945, + "O": 0.0004280217399355024, + "W": 0.00016819979646243155, + "N": 0.005565488710999489, + "Y": 0.012399092316627502, + "U": 0.00011366118997102603, + "K": 0.009369691833853722, + "L": 4.703643571701832e-05, + "G": 0.005938454531133175, + "F": 0.02082582749426365, + "E": 0.04248302802443504, + "T": 0.0032823358196765184, + "P": 0.5693793296813965, + "-": 0.3006529211997986 + }, + "id": "tp_15006" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1875776, + "label": "P", + "classification": { + "B": 0.00025181975797750056, + "S": 0.0007141887908801436, + "I": 0.17154094576835632, + "C": 0.0037250816822052, + "R": 0.0038385577499866486, + "M": 0.007062743417918682, + "O": 0.0039995769038796425, + "W": 0.0007872329442761838, + "N": 0.02444290928542614, + "Y": 0.08336696028709412, + "U": 0.00031565522658638656, + "K": 0.0035638203844428062, + "L": 0.0005418406217359006, + "G": 0.016697874292731285, + "F": 0.01592131517827511, + "E": 0.011248193681240082, + "T": 0.04316079244017601, + "P": 0.32261964678764343, + "-": 0.2862008213996887 + }, + "id": "tp_15007" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1875876, + "label": "-", + "classification": { + "B": 0.00016431546828243881, + "S": 3.1450366805074736e-05, + "I": 0.015539731830358505, + "C": 0.0006965402862988412, + "R": 0.00012874756066594273, + "M": 0.002618525642901659, + "O": 0.0005658391746692359, + "W": 4.9136044253828004e-05, + "N": 0.0005782151129096746, + "Y": 0.01162663847208023, + "U": 2.7166392101207748e-05, + "K": 3.132165875285864e-05, + "L": 0.00012102374603273347, + "G": 0.003643193980678916, + "F": 0.0021681692451238632, + "E": 0.00445198779925704, + "T": 0.00696692755445838, + "P": 0.3387773633003235, + "-": 0.6118137240409851 + }, + "id": "tp_15008" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1876009, + "label": "P", + "classification": { + "B": 0.000379588600480929, + "S": 5.8895784604828805e-05, + "I": 0.022450901567935944, + "C": 0.0021984076593071222, + "R": 0.0007001265184953809, + "M": 0.001901824027299881, + "O": 0.0006991584086790681, + "W": 0.0001545921986689791, + "N": 0.002555674407631159, + "Y": 0.00902328360825777, + "U": 0.00033487347536720335, + "K": 0.0012447304325178266, + "L": 0.0002019980747718364, + "G": 0.0067415968514978886, + "F": 0.007925699464976788, + "E": 0.012633239850401878, + "T": 0.006567005533725023, + "P": 0.4934048056602478, + "-": 0.4308236539363861 + }, + "id": "tp_15009" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1876143, + "label": "-", + "classification": { + "B": 1.914005679282127e-06, + "S": 8.370168416149681e-07, + "I": 0.0013693656073883176, + "C": 0.00020048471924383193, + "R": 6.84206243022345e-05, + "M": 0.0009753896156325936, + "O": 9.593654976924881e-05, + "W": 2.533612587285461e-06, + "N": 1.63095464813523e-05, + "Y": 0.01111853402107954, + "U": 1.066163349605631e-06, + "K": 5.899461484659696e-06, + "L": 1.5475976397283375e-05, + "G": 0.001115991617552936, + "F": 0.0018578091403469443, + "E": 0.000876312842592597, + "T": 0.003527348628267646, + "P": 0.02745135873556137, + "-": 0.9512990117073059 + }, + "id": "tp_15010" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1876276, + "label": "P", + "classification": { + "B": 5.588607382378541e-05, + "S": 3.593893416109495e-05, + "I": 0.0638250932097435, + "C": 0.0006102610495872796, + "R": 0.0001549857115605846, + "M": 0.0018453121883794665, + "O": 0.00032801073393784463, + "W": 4.6147652028594166e-05, + "N": 0.0024496987462043762, + "Y": 0.022547943517565727, + "U": 1.5616544260410592e-05, + "K": 9.233857417711988e-05, + "L": 3.8972448237473145e-05, + "G": 0.003650334430858493, + "F": 0.0030672147404402494, + "E": 0.009337373077869415, + "T": 0.00855112075805664, + "P": 0.559350311756134, + "-": 0.3239973783493042 + }, + "id": "tp_15011" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1876376, + "label": "-", + "classification": { + "B": 4.3484082112854594e-08, + "S": 5.030447027820628e-07, + "I": 0.00022790759976487607, + "C": 2.3314810277952347e-06, + "R": 1.8275429738423554e-06, + "M": 4.018616891698912e-05, + "O": 2.560302527854219e-05, + "W": 4.329202738517779e-07, + "N": 1.0632596058712807e-05, + "Y": 0.002791632665321231, + "U": 1.3342432225726952e-07, + "K": 1.4034458217793144e-06, + "L": 4.923824690195033e-07, + "G": 7.38308226573281e-05, + "F": 0.0006927349022589624, + "E": 2.8365679099806584e-05, + "T": 0.005281555932015181, + "P": 0.06204740330576897, + "-": 0.9287728667259216 + }, + "id": "tp_15012" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1876510, + "label": "-", + "classification": { + "B": 5.882990444661118e-05, + "S": 3.6023888242198154e-05, + "I": 0.009300390258431435, + "C": 0.0010263024596497416, + "R": 0.00017019898223225027, + "M": 0.0013039519544690847, + "O": 0.0002834222686942667, + "W": 8.599383727414533e-05, + "N": 0.0009120708564296365, + "Y": 0.017219005152583122, + "U": 4.7920053475536406e-05, + "K": 0.0015185779193416238, + "L": 4.8666981456335634e-05, + "G": 0.003583184676244855, + "F": 0.01576550118625164, + "E": 0.024974144995212555, + "T": 0.00385168194770813, + "P": 0.3677577078342438, + "-": 0.5520564317703247 + }, + "id": "tp_15013" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1876643, + "label": "-", + "classification": { + "B": 1.4223634934751317e-05, + "S": 5.001484169042669e-05, + "I": 0.0005210021627135575, + "C": 0.00016316835535690188, + "R": 5.070024053566158e-05, + "M": 0.0003297361545264721, + "O": 0.00029370386619120836, + "W": 3.734862548299134e-05, + "N": 0.00012740703823510557, + "Y": 0.004552192986011505, + "U": 9.393881555297412e-06, + "K": 0.0009220247738994658, + "L": 2.9224831450846978e-05, + "G": 0.0021386360749602318, + "F": 0.05498151853680611, + "E": 0.0027563271578401327, + "T": 0.0019728485494852066, + "P": 0.10128355026245117, + "-": 0.8297669887542725 + }, + "id": "tp_15014" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1876777, + "label": "P", + "classification": { + "B": 0.00039671131526120007, + "S": 0.00024747138377279043, + "I": 0.011484634131193161, + "C": 0.0027385405264794827, + "R": 0.0004737939452752471, + "M": 0.0016934889135882258, + "O": 0.0010225934674963355, + "W": 0.00024081258743535727, + "N": 0.002856236882507801, + "Y": 0.0045998478308320045, + "U": 0.00030789768788963556, + "K": 0.0009761498658917844, + "L": 0.00046393234515562654, + "G": 0.009610463865101337, + "F": 0.0289369635283947, + "E": 0.025052694603800774, + "T": 0.004670228809118271, + "P": 0.585645854473114, + "-": 0.3185817301273346 + }, + "id": "tp_15015" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1876877, + "label": "-", + "classification": { + "B": 7.049045507301344e-06, + "S": 9.115195098274853e-06, + "I": 0.007349160499870777, + "C": 0.00011956374510191381, + "R": 4.605840513249859e-05, + "M": 0.0013600577367469668, + "O": 0.00024770948220975697, + "W": 1.9541694200597703e-05, + "N": 0.00038696121191605926, + "Y": 0.01312368456274271, + "U": 9.329763088317122e-06, + "K": 0.0001129328302340582, + "L": 1.9589480871218257e-05, + "G": 0.0013551798183470964, + "F": 0.004173855297267437, + "E": 0.0019485773518681526, + "T": 0.012469402514398098, + "P": 0.1668277382850647, + "-": 0.7904144525527954 + }, + "id": "tp_15016" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1877010, + "label": "-", + "classification": { + "B": 7.935936082503758e-06, + "S": 2.2985346731729805e-05, + "I": 0.005032968707382679, + "C": 0.0002536298707127571, + "R": 0.0001703529414953664, + "M": 0.0018953836988657713, + "O": 0.0005171503871679306, + "W": 3.7144171074032784e-05, + "N": 0.00028212383040226996, + "Y": 0.018371503800153732, + "U": 1.595244430063758e-05, + "K": 9.331251203548163e-05, + "L": 6.202730583027005e-05, + "G": 0.002017182996496558, + "F": 0.006386600434780121, + "E": 0.0009559621103107929, + "T": 0.01771417446434498, + "P": 0.094197578728199, + "-": 0.8519659042358398 + }, + "id": "tp_15017" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1877144, + "label": "-", + "classification": { + "B": 1.658795190451201e-05, + "S": 9.107079677050933e-06, + "I": 0.004099536687135696, + "C": 0.00011421601084293798, + "R": 3.937034125556238e-05, + "M": 0.00033657532185316086, + "O": 0.0001874353038147092, + "W": 1.685255119809881e-05, + "N": 0.00020763605425599962, + "Y": 0.002896583639085293, + "U": 1.2338952728896402e-05, + "K": 1.252233050763607e-05, + "L": 2.7787966246251017e-05, + "G": 0.0007122513488866389, + "F": 0.0014267780352383852, + "E": 0.0006744267302565277, + "T": 0.003985160030424595, + "P": 0.3197985291481018, + "-": 0.6654262542724609 + }, + "id": "tp_15018" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1877277, + "label": "-", + "classification": { + "B": 1.1164410507191747e-09, + "S": 8.962065534134922e-10, + "I": 2.615224730107002e-05, + "C": 1.9810474327641714e-07, + "R": 3.1242716858059794e-08, + "M": 3.6033200103702256e-06, + "O": 2.2272985233939835e-07, + "W": 2.4191209035961947e-09, + "N": 9.931926570061478e-08, + "Y": 0.000719423231203109, + "U": 1.968562868270851e-09, + "K": 2.32772094932443e-08, + "L": 6.657530526865685e-09, + "G": 8.134965355566237e-06, + "F": 2.4252658477053046e-05, + "E": 3.5587020192906493e-06, + "T": 0.00021566636860370636, + "P": 0.02643084153532982, + "-": 0.9725677371025085 + }, + "id": "tp_15019" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1877377, + "label": "P", + "classification": { + "B": 3.102988102909876e-06, + "S": 9.920096090354491e-06, + "I": 0.01680709421634674, + "C": 5.583687743637711e-05, + "R": 1.8775190255837515e-05, + "M": 0.00016881276678759605, + "O": 4.573473779601045e-05, + "W": 7.2295815698453225e-06, + "N": 0.0007290625362657011, + "Y": 0.005814669653773308, + "U": 3.9507917790615465e-06, + "K": 0.00024085614131763577, + "L": 2.593499175418401e-06, + "G": 0.0004754166293423623, + "F": 0.003923437092453241, + "E": 0.0019370876252651215, + "T": 0.0015972465043887496, + "P": 0.5980873107910156, + "-": 0.3700718581676483 + }, + "id": "tp_15020" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1877511, + "label": "-", + "classification": { + "B": 0.0032483800314366817, + "S": 0.0011361067881807685, + "I": 0.017342975363135338, + "C": 0.004432867746800184, + "R": 0.0012217264156788588, + "M": 0.012668442912399769, + "O": 0.003219637321308255, + "W": 0.0009706291602924466, + "N": 0.0034031777177006006, + "Y": 0.01855531707406044, + "U": 0.0005585384787991643, + "K": 0.005184205714613199, + "L": 0.0017316574230790138, + "G": 0.03383958712220192, + "F": 0.05455966293811798, + "E": 0.11829420179128647, + "T": 0.009992488659918308, + "P": 0.26968133449554443, + "-": 0.43995895981788635 + }, + "id": "tp_15021" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1877644, + "label": "-", + "classification": { + "B": 6.168605614220724e-05, + "S": 5.7269251556135714e-05, + "I": 0.014257021248340607, + "C": 0.0014210677472874522, + "R": 0.0005973203806206584, + "M": 0.003251402173191309, + "O": 0.0007474737940356135, + "W": 0.0001554316986585036, + "N": 0.000992288114503026, + "Y": 0.037624649703502655, + "U": 9.510052768746391e-05, + "K": 0.0016083025839179754, + "L": 0.00015352699847426265, + "G": 0.009614252485334873, + "F": 0.01729806512594223, + "E": 0.013753202743828297, + "T": 0.010600553825497627, + "P": 0.14165300130844116, + "-": 0.7460584044456482 + }, + "id": "tp_15022" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1877778, + "label": "-", + "classification": { + "B": 4.848899152420927e-06, + "S": 1.476235865993658e-05, + "I": 0.010282379575073719, + "C": 0.00016900539048947394, + "R": 8.702299237484112e-05, + "M": 0.0004979142686352134, + "O": 0.000180929564521648, + "W": 1.6806072380859405e-05, + "N": 0.0006365011213347316, + "Y": 0.014928331598639488, + "U": 9.201225111610256e-06, + "K": 0.00023327459348365664, + "L": 1.2547233382065315e-05, + "G": 0.0015103607438504696, + "F": 0.005693359766155481, + "E": 0.0020992732606828213, + "T": 0.006543221417814493, + "P": 0.33866098523139954, + "-": 0.6184192895889282 + }, + "id": "tp_15023" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1877878, + "label": "-", + "classification": { + "B": 0.000744897872209549, + "S": 0.0011008961591869593, + "I": 0.048613812774419785, + "C": 0.00718330591917038, + "R": 0.0046161869540810585, + "M": 0.0075653488747775555, + "O": 0.004298573825508356, + "W": 0.0015197735046967864, + "N": 0.0073048435151577, + "Y": 0.06381984055042267, + "U": 0.0012113404227420688, + "K": 0.004198288545012474, + "L": 0.0012273023603484035, + "G": 0.014398906379938126, + "F": 0.03148648142814636, + "E": 0.009633992798626423, + "T": 0.03771081194281578, + "P": 0.22235074639320374, + "-": 0.5310146808624268 + }, + "id": "tp_15024" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1878011, + "label": "-", + "classification": { + "B": 0.0005004219710826874, + "S": 0.0008762838551774621, + "I": 0.0034250477328896523, + "C": 0.0019172115717083216, + "R": 0.0012822756543755531, + "M": 0.013403844088315964, + "O": 0.0035969442687928677, + "W": 0.0005499777616932988, + "N": 0.0005206980276852846, + "Y": 0.0765562430024147, + "U": 9.44580024224706e-05, + "K": 0.0008918332168832421, + "L": 0.0014520665863528848, + "G": 0.029436582699418068, + "F": 0.08600997924804688, + "E": 0.00403287447988987, + "T": 0.03382902592420578, + "P": 0.04523748159408569, + "-": 0.6963867545127869 + }, + "id": "tp_15025" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1878145, + "label": "-", + "classification": { + "B": 0.0013453855644911528, + "S": 0.0012427793117240071, + "I": 0.02420969121158123, + "C": 0.005381080787628889, + "R": 0.0018463494488969445, + "M": 0.01439241785556078, + "O": 0.0046535274013876915, + "W": 0.0018364512361586094, + "N": 0.005907656159251928, + "Y": 0.03653459623456001, + "U": 0.001026070094667375, + "K": 0.008672576397657394, + "L": 0.0012189068365842104, + "G": 0.023635059595108032, + "F": 0.04342219606041908, + "E": 0.03286486119031906, + "T": 0.024414239451289177, + "P": 0.27966976165771484, + "-": 0.48772644996643066 + }, + "id": "tp_15026" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1878278, + "label": "-", + "classification": { + "B": 0.00010843444033525884, + "S": 5.10019926878158e-05, + "I": 0.011875811032950878, + "C": 0.001032207510434091, + "R": 0.0003920449235010892, + "M": 0.0016967274714261293, + "O": 0.0006567439413629472, + "W": 0.0001404405338689685, + "N": 0.0007803959306329489, + "Y": 0.036744821816682816, + "U": 0.0001027692633215338, + "K": 0.0010695095406845212, + "L": 0.00012122489715693519, + "G": 0.004829863552004099, + "F": 0.0100052235648036, + "E": 0.006927809212356806, + "T": 0.01086668111383915, + "P": 0.144964337348938, + "-": 0.7676339745521545 + }, + "id": "tp_15027" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1878378, + "label": "P", + "classification": { + "B": 0.0004846588126383722, + "S": 0.0003901521267835051, + "I": 0.07472163438796997, + "C": 0.0010618276428431273, + "R": 0.00036170167732052505, + "M": 0.0036441669799387455, + "O": 0.0012154883006587625, + "W": 0.00022406176140066236, + "N": 0.00833175890147686, + "Y": 0.01565694622695446, + "U": 8.106594759738073e-05, + "K": 0.0002236232830910012, + "L": 0.00026275162235833704, + "G": 0.005587438121438026, + "F": 0.004819389898329973, + "E": 0.020727120339870453, + "T": 0.012865542434155941, + "P": 0.6724539995193481, + "-": 0.1768866330385208 + }, + "id": "tp_15028" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1878512, + "label": "-", + "classification": { + "B": 0.00064059067517519, + "S": 0.00017532827041577548, + "I": 0.005433069542050362, + "C": 0.0006350026815198362, + "R": 0.00013887860404793173, + "M": 0.0022447938099503517, + "O": 0.0011619256110861897, + "W": 0.0001976172934519127, + "N": 0.0008732257992960513, + "Y": 0.004545451607555151, + "U": 9.485168993705884e-05, + "K": 0.0002278722240589559, + "L": 0.00022223606356419623, + "G": 0.00297524849884212, + "F": 0.006693077739328146, + "E": 0.007095813285559416, + "T": 0.005031337030231953, + "P": 0.37542855739593506, + "-": 0.586185097694397 + }, + "id": "tp_15029" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1878645, + "label": "P", + "classification": { + "B": 8.732367859920487e-06, + "S": 7.301578648366558e-07, + "I": 0.0005516429664567113, + "C": 1.867093851615209e-05, + "R": 1.92207403415523e-06, + "M": 8.115190576063469e-05, + "O": 2.633300391607918e-05, + "W": 1.3029908814132796e-06, + "N": 3.367990939295851e-05, + "Y": 0.0002277692110510543, + "U": 1.0387656175225857e-06, + "K": 5.211829375184607e-06, + "L": 3.0169567253324203e-06, + "G": 0.0003383234143257141, + "F": 0.0024427692405879498, + "E": 0.0015103432815521955, + "T": 0.00022067729150876403, + "P": 0.6151684522628784, + "-": 0.3793582618236542 + }, + "id": "tp_15030" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1878779, + "label": "P", + "classification": { + "B": 4.1127725125988945e-05, + "S": 2.5039178581209853e-05, + "I": 0.0009190166019834578, + "C": 1.8832768546417356e-05, + "R": 5.096686436445452e-06, + "M": 0.00020850598230026662, + "O": 0.00017192419909406453, + "W": 1.3591266906587407e-05, + "N": 0.0001861352939158678, + "Y": 0.0006078245933167636, + "U": 5.123650680616265e-06, + "K": 1.062692444975255e-05, + "L": 1.3900100384489633e-05, + "G": 0.00042765677790157497, + "F": 0.0016971385339275002, + "E": 0.0008619988220743835, + "T": 0.001784775871783495, + "P": 0.6529435515403748, + "-": 0.3400580585002899 + }, + "id": "tp_15031" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1878879, + "label": "-", + "classification": { + "B": 1.4087431736697908e-05, + "S": 2.5607832867535762e-05, + "I": 0.0066745285876095295, + "C": 0.00014469055167865008, + "R": 0.00010861280316021293, + "M": 0.0011327317915856838, + "O": 0.000384929939173162, + "W": 4.3855001422343776e-05, + "N": 0.00029905702103860676, + "Y": 0.012626309879124165, + "U": 1.2667744158534333e-05, + "K": 4.104470644961111e-05, + "L": 3.978455060860142e-05, + "G": 0.001187233137898147, + "F": 0.0038321558386087418, + "E": 0.0009327782900072634, + "T": 0.0095786452293396, + "P": 0.19552133977413177, + "-": 0.7673999667167664 + }, + "id": "tp_15032" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1879012, + "label": "-", + "classification": { + "B": 0.00027236677124165, + "S": 0.00010367318463977426, + "I": 0.00805393885821104, + "C": 0.0014560373965650797, + "R": 0.0002449797175358981, + "M": 0.0024283218663185835, + "O": 0.0009165325900539756, + "W": 0.00018379621906206012, + "N": 0.0014927643351256847, + "Y": 0.0060225739143788815, + "U": 0.00016991450684145093, + "K": 0.0009899222059175372, + "L": 0.0001245339954039082, + "G": 0.0037503510247915983, + "F": 0.007508958224207163, + "E": 0.011452583596110344, + "T": 0.0060949926264584064, + "P": 0.3136782944202423, + "-": 0.6350556015968323 + }, + "id": "tp_15033" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1879146, + "label": "-", + "classification": { + "B": 0.0017195914406329393, + "S": 0.0013893322320654988, + "I": 0.08030303567647934, + "C": 0.006773728411644697, + "R": 0.0021784522105008364, + "M": 0.010456510819494724, + "O": 0.0037681313697248697, + "W": 0.0017847828567028046, + "N": 0.017205338925123215, + "Y": 0.05028584972023964, + "U": 0.0010354354744777083, + "K": 0.01887720823287964, + "L": 0.0007259984267875552, + "G": 0.019047018140554428, + "F": 0.026717185974121094, + "E": 0.06594768166542053, + "T": 0.023664336651563644, + "P": 0.3286188840866089, + "-": 0.3395015597343445 + }, + "id": "tp_15034" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1879279, + "label": "-", + "classification": { + "B": 0.0011605443432927132, + "S": 0.0010193792404606938, + "I": 0.0691765770316124, + "C": 0.012087266892194748, + "R": 0.005107522942125797, + "M": 0.008168039843440056, + "O": 0.004297251347452402, + "W": 0.0020121352281421423, + "N": 0.009028575383126736, + "Y": 0.03273468464612961, + "U": 0.0020018923096358776, + "K": 0.0026373344007879496, + "L": 0.002400313038378954, + "G": 0.015020201914012432, + "F": 0.022226879373192787, + "E": 0.02052721567451954, + "T": 0.02665540762245655, + "P": 0.3620183765888214, + "-": 0.40172040462493896 + }, + "id": "tp_15035" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1879379, + "label": "I", + "classification": { + "B": 0.0008293696446344256, + "S": 0.003385154763236642, + "I": 0.32778504490852356, + "C": 0.011896778829395771, + "R": 0.0029858604539185762, + "M": 0.008150830864906311, + "O": 0.005319567862898111, + "W": 0.002501628128811717, + "N": 0.10500119626522064, + "Y": 0.10903748869895935, + "U": 0.0002547446929384023, + "K": 0.05542411282658577, + "L": 0.0005210586823523045, + "G": 0.05132828652858734, + "F": 0.011810646392405033, + "E": 0.13599693775177002, + "T": 0.03976603224873543, + "P": 0.0840173065662384, + "-": 0.04398791491985321 + }, + "id": "tp_15036" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1879513, + "label": "-", + "classification": { + "B": 2.335580830958861e-07, + "S": 1.5205482384317293e-07, + "I": 0.00012493984831962734, + "C": 1.4747164641448762e-05, + "R": 1.3347565754884272e-06, + "M": 8.302964488393627e-06, + "O": 4.995925792172784e-06, + "W": 4.009310146102507e-07, + "N": 6.621885404456407e-06, + "Y": 0.00022073110449127853, + "U": 4.990714046471112e-07, + "K": 8.252017323684413e-06, + "L": 3.5541492593438306e-07, + "G": 5.35058970854152e-05, + "F": 0.002928004367277026, + "E": 0.00015754088235553354, + "T": 8.95457123988308e-05, + "P": 0.24617022275924683, + "-": 0.7502095699310303 + }, + "id": "tp_15037" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1879646, + "label": "-", + "classification": { + "B": 0.0002657495788298547, + "S": 0.0008427538559772074, + "I": 0.030924275517463684, + "C": 0.001358157955110073, + "R": 0.0006941529572941363, + "M": 0.005814655218273401, + "O": 0.0024242810904979706, + "W": 0.0007421813206747174, + "N": 0.007758335676044226, + "Y": 0.057088322937488556, + "U": 0.00030106681515462697, + "K": 0.015834689140319824, + "L": 0.00017327429668512195, + "G": 0.007153477985411882, + "F": 0.02618231810629368, + "E": 0.019020427018404007, + "T": 0.03400171175599098, + "P": 0.2166062891483307, + "-": 0.5728139281272888 + }, + "id": "tp_15038" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1879780, + "label": "-", + "classification": { + "B": 0.0001843789214035496, + "S": 0.00020327923994045705, + "I": 0.02678273431956768, + "C": 0.006078467704355717, + "R": 0.0012651729630306363, + "M": 0.00863957405090332, + "O": 0.0020296371076256037, + "W": 0.0002233580162283033, + "N": 0.001850103959441185, + "Y": 0.13748380541801453, + "U": 8.785558020463213e-05, + "K": 0.0005574081442318857, + "L": 0.0005801998195238411, + "G": 0.02687225490808487, + "F": 0.014870533719658852, + "E": 0.019947636872529984, + "T": 0.04185302183032036, + "P": 0.08104784041643143, + "-": 0.6294428110122681 + }, + "id": "tp_15039" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1879880, + "label": "-", + "classification": { + "B": 0.011473863385617733, + "S": 0.0011806755792349577, + "I": 0.04788763448596001, + "C": 0.004450446460396051, + "R": 0.0028715436346828938, + "M": 0.027945179492235184, + "O": 0.01442855317145586, + "W": 0.0011123665608465672, + "N": 0.0037152227014303207, + "Y": 0.03844531998038292, + "U": 0.0003986895608250052, + "K": 6.145177758298814e-05, + "L": 0.007419763132929802, + "G": 0.045889731496572495, + "F": 0.004969289526343346, + "E": 0.0065895612351596355, + "T": 0.040262870490550995, + "P": 0.28238269686698914, + "-": 0.45851510763168335 + }, + "id": "tp_15040" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1880013, + "label": "-", + "classification": { + "B": 4.772817192133516e-06, + "S": 3.5562250104703708e-06, + "I": 0.004529010038822889, + "C": 0.0003023049212060869, + "R": 7.552414172096178e-05, + "M": 0.00023185223108157516, + "O": 8.472471381537616e-05, + "W": 1.0873157407331746e-05, + "N": 0.00022313219960778952, + "Y": 0.004185494966804981, + "U": 1.8825998267857358e-05, + "K": 0.00010933597513940185, + "L": 1.4515729162667412e-05, + "G": 0.0009989443933591247, + "F": 0.002720495220273733, + "E": 0.0023077053483575583, + "T": 0.0023235459811985493, + "P": 0.2877492308616638, + "-": 0.6941062211990356 + }, + "id": "tp_15041" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1880147, + "label": "-", + "classification": { + "B": 5.4983065638225526e-06, + "S": 3.756636579055339e-05, + "I": 0.0298452228307724, + "C": 0.0006152607384137809, + "R": 0.0002444284036755562, + "M": 0.0011312811402603984, + "O": 0.0003885289188474417, + "W": 5.414893530542031e-05, + "N": 0.0013864540960639715, + "Y": 0.060778841376304626, + "U": 6.7761125137622e-06, + "K": 0.0013201771071180701, + "L": 1.0486884093552362e-05, + "G": 0.0034956831950694323, + "F": 0.007235698401927948, + "E": 0.0034895131830126047, + "T": 0.016045095399022102, + "P": 0.15503749251365662, + "-": 0.7188718318939209 + }, + "id": "tp_15042" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1880280, + "label": "-", + "classification": { + "B": 1.5541219422487984e-09, + "S": 1.6339736230719382e-09, + "I": 1.8334454580326565e-05, + "C": 8.964976814240799e-07, + "R": 7.850508865203665e-08, + "M": 3.7779075228172587e-06, + "O": 3.471267291388358e-07, + "W": 5.8102020972228274e-09, + "N": 2.474666018770222e-07, + "Y": 0.0002935698430519551, + "U": 7.047153527395267e-09, + "K": 4.044123897983809e-07, + "L": 9.196165606795148e-09, + "G": 1.025751498673344e-05, + "F": 0.00032373410067521036, + "E": 1.6909943951759487e-05, + "T": 8.064444409683347e-05, + "P": 0.03247383236885071, + "-": 0.9667769074440002 + }, + "id": "tp_15043" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1880380, + "label": "P", + "classification": { + "B": 3.4284735761502816e-07, + "S": 1.0693911178805138e-07, + "I": 0.0010453927097842097, + "C": 1.6610192687949166e-05, + "R": 1.0917156032519415e-06, + "M": 2.0604073142749257e-05, + "O": 3.355276021466125e-06, + "W": 1.661421720200451e-07, + "N": 1.381286983814789e-05, + "Y": 0.00018056701810564846, + "U": 1.3470574344864872e-07, + "K": 3.5998039038531715e-07, + "L": 2.720707925618626e-07, + "G": 4.817088847630657e-05, + "F": 0.00020577780378516763, + "E": 0.00025596239720471203, + "T": 9.78466632659547e-05, + "P": 0.5600277185440063, + "-": 0.4380817711353302 + }, + "id": "tp_15044" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1880514, + "label": "P", + "classification": { + "B": 5.727189545723377e-06, + "S": 4.056581383338198e-05, + "I": 0.015231532044708729, + "C": 0.00013192763435654342, + "R": 5.994386810925789e-05, + "M": 0.0004282256995793432, + "O": 0.00018411417840979993, + "W": 3.396868851268664e-05, + "N": 0.002515158150345087, + "Y": 0.005691827740520239, + "U": 1.049391630658647e-05, + "K": 0.0024161951150745153, + "L": 3.337194812047528e-06, + "G": 0.0006830205675214529, + "F": 0.003712091827765107, + "E": 0.004086522851139307, + "T": 0.003506955923512578, + "P": 0.5359030365943909, + "-": 0.4253554344177246 + }, + "id": "tp_15045" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1880647, + "label": "-", + "classification": { + "B": 1.5282105323422002e-06, + "S": 3.4181505270680645e-06, + "I": 3.210603608749807e-05, + "C": 6.53145207252237e-06, + "R": 7.211378942884039e-07, + "M": 6.629712879657745e-05, + "O": 1.9843231712002307e-05, + "W": 1.4549517572959303e-06, + "N": 3.5274481433589244e-06, + "Y": 0.00036066185566596687, + "U": 2.571612753854424e-07, + "K": 1.1451593309175223e-05, + "L": 8.05107617907197e-07, + "G": 6.83784019201994e-05, + "F": 0.002912520430982113, + "E": 9.854277595877647e-05, + "T": 0.0003144793154206127, + "P": 0.0793192908167839, + "-": 0.9167782664299011 + }, + "id": "tp_15046" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1880781, + "label": "-", + "classification": { + "B": 0.0001998442894546315, + "S": 0.0001560708333272487, + "I": 0.0038006643299013376, + "C": 0.0005180840962566435, + "R": 0.00010095667676068842, + "M": 0.003660429734736681, + "O": 0.0007533088210038841, + "W": 0.0001432266872143373, + "N": 0.0003838298434857279, + "Y": 0.007253328338265419, + "U": 4.9594022129895166e-05, + "K": 0.00021831945923622698, + "L": 0.0001854078145697713, + "G": 0.0037608942948281765, + "F": 0.017629336565732956, + "E": 0.007737315259873867, + "T": 0.006403439212590456, + "P": 0.26588451862335205, + "-": 0.6811614036560059 + }, + "id": "tp_15047" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1880881, + "label": "-", + "classification": { + "B": 5.368372148950584e-05, + "S": 6.958907033549622e-05, + "I": 0.1260359287261963, + "C": 0.0007539596990682185, + "R": 0.00038362370105460286, + "M": 0.0023239613510668278, + "O": 0.0005705212242901325, + "W": 6.271363236010075e-05, + "N": 0.0059801749885082245, + "Y": 0.0762414038181305, + "U": 2.2204807464731857e-05, + "K": 0.0011538272956386209, + "L": 4.1423161746934056e-05, + "G": 0.007678330410271883, + "F": 0.0053075626492500305, + "E": 0.013293602503836155, + "T": 0.01690976694226265, + "P": 0.36676883697509766, + "-": 0.3763487637042999 + }, + "id": "tp_15048" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1881014, + "label": "-", + "classification": { + "B": 2.8342982474893752e-11, + "S": 1.4195878630593461e-12, + "I": 1.3803240790366544e-06, + "C": 8.471877643856374e-10, + "R": 1.5058327848538333e-11, + "M": 1.4108127111001068e-08, + "O": 1.1136116473409174e-09, + "W": 5.7168705533405806e-12, + "N": 1.0848972831212222e-09, + "Y": 8.695811288816913e-07, + "U": 3.485027804533969e-12, + "K": 6.826109230813338e-13, + "L": 4.062400069115846e-11, + "G": 4.654676999393814e-08, + "F": 3.875201741720957e-07, + "E": 2.4641536811031983e-07, + "T": 8.561167419429694e-07, + "P": 0.36294442415237427, + "-": 0.6370517015457153 + }, + "id": "tp_15049" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1881148, + "label": "-", + "classification": { + "B": 4.237015005514877e-08, + "S": 2.723590597497605e-08, + "I": 3.97352414438501e-05, + "C": 8.313876946886012e-07, + "R": 1.0431354269258009e-07, + "M": 3.650679445854621e-06, + "O": 2.064428372250404e-06, + "W": 7.375411570365031e-08, + "N": 1.1824574812635547e-06, + "Y": 9.029389184433967e-05, + "U": 4.4761016226857464e-08, + "K": 5.839276582264574e-07, + "L": 6.900940974219338e-08, + "G": 2.2286136299953796e-05, + "F": 0.0004811306425835937, + "E": 4.212303610984236e-05, + "T": 6.124337232904509e-05, + "P": 0.18359650671482086, + "-": 0.8156580924987793 + }, + "id": "tp_15050" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1881281, + "label": "I", + "classification": { + "B": 0.01770239882171154, + "S": 0.02033839374780655, + "I": 0.2553904056549072, + "C": 0.005564789287745953, + "R": 0.006244525779038668, + "M": 0.03486883267760277, + "O": 0.04462933540344238, + "W": 0.010137861594557762, + "N": 0.039947621524333954, + "Y": 0.0979791134595871, + "U": 0.0004756534472107887, + "K": 0.0013785597402602434, + "L": 0.008472251705825329, + "G": 0.03679754212498665, + "F": 0.008665991015732288, + "E": 0.013694469816982746, + "T": 0.08936482667922974, + "P": 0.13118654489517212, + "-": 0.17716093361377716 + }, + "id": "tp_15051" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1881381, + "label": "P", + "classification": { + "B": 3.5531300000002375e-06, + "S": 8.681863619131036e-07, + "I": 0.0012447398621588945, + "C": 2.1067477064207196e-05, + "R": 3.461005007920903e-06, + "M": 4.274575985618867e-05, + "O": 1.7591828509466723e-05, + "W": 1.1723149100362207e-06, + "N": 7.876693416619673e-05, + "Y": 0.0007351333042606711, + "U": 2.705632141442038e-06, + "K": 4.137951327720657e-05, + "L": 1.1556223853403935e-06, + "G": 0.0002917574602179229, + "F": 0.0011672257678583264, + "E": 0.0007816219585947692, + "T": 0.00041201841668225825, + "P": 0.6062485575675964, + "-": 0.38890448212623596 + }, + "id": "tp_15052" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1881515, + "label": "-", + "classification": { + "B": 9.209105655827443e-08, + "S": 1.0461270960604452e-07, + "I": 3.631710569607094e-05, + "C": 1.2248119674040936e-06, + "R": 1.2752575173635705e-07, + "M": 1.7845544789452106e-05, + "O": 3.001171762662125e-06, + "W": 1.6693371662768186e-07, + "N": 1.1992746067335247e-06, + "Y": 0.0007547010318376124, + "U": 5.679282111259454e-08, + "K": 8.23351729195565e-06, + "L": 1.4255373059768317e-07, + "G": 0.00015900644939392805, + "F": 0.0023881823290139437, + "E": 0.00016244579455815256, + "T": 0.00018601816555019468, + "P": 0.05216085538268089, + "-": 0.9441202878952026 + }, + "id": "tp_15053" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1881648, + "label": "-", + "classification": { + "B": 0.00012550396786537021, + "S": 9.816679812502116e-05, + "I": 0.005446702241897583, + "C": 0.0007684917072765529, + "R": 0.00016120747022796422, + "M": 0.002505913143977523, + "O": 0.0006213134038262069, + "W": 7.19877498340793e-05, + "N": 0.0008259306778199971, + "Y": 0.014928053133189678, + "U": 9.306742867920548e-05, + "K": 0.0005826936103403568, + "L": 0.00011515684309415519, + "G": 0.005502542946487665, + "F": 0.011465676128864288, + "E": 0.009644254110753536, + "T": 0.008206137455999851, + "P": 0.18211187422275543, + "-": 0.7567253112792969 + }, + "id": "tp_15054" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1881782, + "label": "-", + "classification": { + "B": 1.4811400887992932e-06, + "S": 2.650054284458747e-06, + "I": 0.00045038381358608603, + "C": 4.7186425945255905e-05, + "R": 1.0199780263064895e-05, + "M": 0.0006115168798714876, + "O": 6.12646690569818e-05, + "W": 2.620389523144695e-06, + "N": 1.4844867109786719e-05, + "Y": 0.00870999414473772, + "U": 1.23053894185432e-06, + "K": 8.549635822419077e-06, + "L": 7.360286417679163e-06, + "G": 0.0006059380830265582, + "F": 0.00257830205373466, + "E": 0.000125917635159567, + "T": 0.00529272248968482, + "P": 0.028275635093450546, + "-": 0.9531921744346619 + }, + "id": "tp_15055" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1881882, + "label": "-", + "classification": { + "B": 5.45157718079281e-07, + "S": 3.0560388495359803e-06, + "I": 0.00025853561237454414, + "C": 8.019071628950769e-07, + "R": 2.294139278546936e-07, + "M": 0.00010090114665217698, + "O": 1.8246970284963027e-05, + "W": 1.2337660564298858e-06, + "N": 2.2538168195751496e-05, + "Y": 0.0007515937904827297, + "U": 1.436199852378195e-07, + "K": 3.0861483537591994e-05, + "L": 3.6761630894943664e-07, + "G": 8.83305910974741e-05, + "F": 0.0036105101462453604, + "E": 0.0005006213905289769, + "T": 0.0010818744776770473, + "P": 0.17934603989124298, + "-": 0.8141836524009705 + }, + "id": "tp_15056" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1882015, + "label": "-", + "classification": { + "B": 6.282665481194272e-07, + "S": 5.398360372055322e-07, + "I": 0.0012140707112848759, + "C": 4.714855822385289e-05, + "R": 1.4919551176717505e-05, + "M": 7.617963274242356e-05, + "O": 2.009332638408523e-05, + "W": 1.0980909337376943e-06, + "N": 2.3539447283837944e-05, + "Y": 0.0023719547316432, + "U": 1.1061536042689113e-06, + "K": 7.085769539116882e-06, + "L": 2.9098137019900605e-06, + "G": 0.0004202966811135411, + "F": 0.002688104985281825, + "E": 0.00038970395689830184, + "T": 0.0010135024785995483, + "P": 0.12479009479284286, + "-": 0.8669170141220093 + }, + "id": "tp_15057" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1882149, + "label": "-", + "classification": { + "B": 2.856681476259837e-06, + "S": 8.521080872014863e-07, + "I": 6.8790723162237555e-06, + "C": 3.20024213351644e-07, + "R": 1.0808210504364979e-07, + "M": 3.1690393370809034e-05, + "O": 3.290600216132589e-05, + "W": 3.4930044989778253e-07, + "N": 2.3562115814002027e-07, + "Y": 7.897120667621493e-05, + "U": 8.858062727767901e-09, + "K": 1.133395155505923e-09, + "L": 1.8465240145815187e-06, + "G": 3.247150016250089e-05, + "F": 0.0001402547350153327, + "E": 3.324212457300746e-06, + "T": 0.000298761879093945, + "P": 0.06396796554327011, + "-": 0.9354000687599182 + }, + "id": "tp_15058" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1882282, + "label": "P", + "classification": { + "B": 8.167745363607537e-06, + "S": 1.303969611399225e-06, + "I": 0.0015275548212230206, + "C": 3.6536868719849735e-05, + "R": 4.001414708909579e-06, + "M": 0.0001514520845375955, + "O": 2.1244071831461042e-05, + "W": 1.7148320239357417e-06, + "N": 5.7041997933993116e-05, + "Y": 0.0011062616249546409, + "U": 1.2200287073937943e-06, + "K": 1.6904346921364777e-05, + "L": 2.446650569254416e-06, + "G": 0.0004991993191652, + "F": 0.002811616286635399, + "E": 0.003503447398543358, + "T": 0.00029675610130652785, + "P": 0.5059809684753418, + "-": 0.48397213220596313 + }, + "id": "tp_15059" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1882382, + "label": "-", + "classification": { + "B": 2.454821515129879e-05, + "S": 7.194325917225797e-06, + "I": 0.001736462116241455, + "C": 0.00018999091116711497, + "R": 5.08947268826887e-05, + "M": 0.00020531477639451623, + "O": 0.00014570803614333272, + "W": 1.2142840205342509e-05, + "N": 0.00010222230775980279, + "Y": 0.002516389824450016, + "U": 1.678099579294212e-05, + "K": 3.095246211159974e-05, + "L": 2.17223114304943e-05, + "G": 0.0011733719147741795, + "F": 0.001899884664453566, + "E": 0.0004948892747052014, + "T": 0.002788226818665862, + "P": 0.2753843665122986, + "-": 0.7131988406181335 + }, + "id": "tp_15060" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1882516, + "label": "P", + "classification": { + "B": 0.0013674440560862422, + "S": 0.0011796019971370697, + "I": 0.03063441440463066, + "C": 0.0008844556869007647, + "R": 0.0003609384293667972, + "M": 0.005278073716908693, + "O": 0.0028080616611987352, + "W": 0.0007918439223431051, + "N": 0.0059100487269461155, + "Y": 0.03399340435862541, + "U": 0.00010643485438777134, + "K": 0.0034444485791027546, + "L": 0.00037503286148421466, + "G": 0.01909473165869713, + "F": 0.037582218647003174, + "E": 0.04396635666489601, + "T": 0.01587434485554695, + "P": 0.4021112322807312, + "-": 0.3942369520664215 + }, + "id": "tp_15061" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1882649, + "label": "-", + "classification": { + "B": 1.5621591842318594e-07, + "S": 4.808917424270476e-07, + "I": 7.772558456053957e-05, + "C": 2.7222711196372984e-06, + "R": 3.2905995794862974e-07, + "M": 1.1675588211801369e-05, + "O": 3.1059735192684457e-06, + "W": 2.9786210120619216e-07, + "N": 9.206707545672543e-06, + "Y": 0.0004705489263869822, + "U": 1.6071979302978434e-07, + "K": 1.8952217942569405e-05, + "L": 5.625720334023754e-08, + "G": 2.618997859826777e-05, + "F": 0.0037611741572618484, + "E": 0.00019037349557038397, + "T": 0.00014770739653613418, + "P": 0.30823835730552673, + "-": 0.6870408654212952 + }, + "id": "tp_15062" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1882783, + "label": "P", + "classification": { + "B": 2.4221688363468274e-05, + "S": 2.8565762022481067e-06, + "I": 0.003303979989141226, + "C": 3.57722892658785e-05, + "R": 4.4749040171154775e-06, + "M": 0.00018713725148700178, + "O": 2.2458578314399347e-05, + "W": 2.862237124645617e-06, + "N": 0.00011126537719974294, + "Y": 0.0008281052578240633, + "U": 2.4973830932140118e-06, + "K": 8.673884622112382e-06, + "L": 4.937547601002734e-06, + "G": 0.00031582682277075946, + "F": 0.0013439854374155402, + "E": 0.0033000314142555, + "T": 0.0005330556305125356, + "P": 0.750007152557373, + "-": 0.23996062576770782 + }, + "id": "tp_15063" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1882883, + "label": "-", + "classification": { + "B": 1.4980149899201933e-05, + "S": 0.00010354744154028594, + "I": 0.015526952221989632, + "C": 0.00021150102838873863, + "R": 0.00020855430921074003, + "M": 0.002108779037371278, + "O": 0.0007688174955546856, + "W": 9.521450556349009e-05, + "N": 0.0011835333425551653, + "Y": 0.039070405066013336, + "U": 1.4552460925187916e-05, + "K": 0.0007152815232984722, + "L": 3.40363330906257e-05, + "G": 0.002065646927803755, + "F": 0.00972144678235054, + "E": 0.001668997691012919, + "T": 0.021449116989970207, + "P": 0.16769744455814362, + "-": 0.7373412251472473 + }, + "id": "tp_15064" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1883016, + "label": "-", + "classification": { + "B": 3.506438952172175e-05, + "S": 9.072919056052342e-05, + "I": 0.0058689722791314125, + "C": 0.0004028611001558602, + "R": 7.234493386931717e-05, + "M": 0.0005655237473547459, + "O": 0.0002832842874340713, + "W": 0.00010652124183252454, + "N": 0.0015011298237368464, + "Y": 0.00896674208343029, + "U": 5.726252857130021e-05, + "K": 0.0027542966417968273, + "L": 2.9577286113635637e-05, + "G": 0.002024112967774272, + "F": 0.017496105283498764, + "E": 0.01961018331348896, + "T": 0.003498099045827985, + "P": 0.4069306254386902, + "-": 0.5297065377235413 + }, + "id": "tp_15065" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1883150, + "label": "-", + "classification": { + "B": 9.081861935555935e-05, + "S": 8.275953587144613e-05, + "I": 0.011094572953879833, + "C": 0.0008983853040263057, + "R": 0.00042835637577809393, + "M": 0.001163584180176258, + "O": 0.0005346477264538407, + "W": 0.00012082738248864189, + "N": 0.0010673250071704388, + "Y": 0.027101606130599976, + "U": 9.261471859645098e-05, + "K": 0.00248799123801291, + "L": 8.1345257058274e-05, + "G": 0.005452293902635574, + "F": 0.02449524961411953, + "E": 0.004723372869193554, + "T": 0.007861488498747349, + "P": 0.20105834305286407, + "-": 0.7111644148826599 + }, + "id": "tp_15066" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1883283, + "label": "-", + "classification": { + "B": 0.0005241286708042026, + "S": 0.0002779730421025306, + "I": 0.05327455326914787, + "C": 0.003716797335073352, + "R": 0.0017518388340249658, + "M": 0.009791074320673943, + "O": 0.0024543695617467165, + "W": 0.00030254587181843817, + "N": 0.004394835326820612, + "Y": 0.11924207210540771, + "U": 0.00017091934569180012, + "K": 0.0024585046339780092, + "L": 0.0003949629608541727, + "G": 0.03286892548203468, + "F": 0.013160603120923042, + "E": 0.01670614257454872, + "T": 0.043303653597831726, + "P": 0.14906500279903412, + "-": 0.5461410880088806 + }, + "id": "tp_15067" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1883383, + "label": "-", + "classification": { + "B": 5.532596674129309e-07, + "S": 4.0417592117591994e-07, + "I": 0.0005504398723132908, + "C": 4.587582679960178e-06, + "R": 1.1514086963870795e-06, + "M": 3.5884648241335526e-05, + "O": 1.3034018593316432e-05, + "W": 4.7480168063884776e-07, + "N": 1.038988193613477e-05, + "Y": 0.0001613021595403552, + "U": 1.4412297844046407e-07, + "K": 1.85325319534968e-07, + "L": 1.0649165460563381e-06, + "G": 5.1213901315350085e-05, + "F": 0.00042504124576225877, + "E": 0.00011402420932427049, + "T": 0.00021477836708072573, + "P": 0.4453538656234741, + "-": 0.5530614256858826 + }, + "id": "tp_15068" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1883517, + "label": "P", + "classification": { + "B": 2.7214402507524937e-05, + "S": 0.000538825464900583, + "I": 0.1499473750591278, + "C": 0.0006714653572998941, + "R": 0.00022930499108042568, + "M": 0.0009712533210404217, + "O": 0.0006683151586912572, + "W": 0.00026937428629025817, + "N": 0.03232467174530029, + "Y": 0.056296706199645996, + "U": 1.5417383110616356e-05, + "K": 0.04516732692718506, + "L": 1.0015181032940745e-05, + "G": 0.004878588020801544, + "F": 0.020347071811556816, + "E": 0.034764427691698074, + "T": 0.014126181602478027, + "P": 0.4503706395626068, + "-": 0.1883758306503296 + }, + "id": "tp_15069" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1883650, + "label": "-", + "classification": { + "B": 2.8000367819913663e-05, + "S": 2.3685182895860635e-05, + "I": 0.005365806166082621, + "C": 0.0005535313975997269, + "R": 7.521423685830086e-05, + "M": 0.0008045769645832479, + "O": 0.0002734870067797601, + "W": 2.6953279302688316e-05, + "N": 0.00033653900027275085, + "Y": 0.02388129010796547, + "U": 1.8223905499326065e-05, + "K": 8.271152182715014e-05, + "L": 3.53772884409409e-05, + "G": 0.0028193616308271885, + "F": 0.002925582230091095, + "E": 0.0028493693098425865, + "T": 0.00753636984154582, + "P": 0.1754617542028427, + "-": 0.7769021987915039 + }, + "id": "tp_15070" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1883750, + "label": "P", + "classification": { + "B": 5.8292938774684444e-05, + "S": 5.09674173372332e-05, + "I": 0.0048332056030631065, + "C": 1.0873353858187329e-05, + "R": 5.153543497726787e-06, + "M": 0.00041158735984936357, + "O": 0.00018402076966594905, + "W": 1.637873901927378e-05, + "N": 0.0005997061962261796, + "Y": 0.0014710413524881005, + "U": 3.1566794405080145e-06, + "K": 0.00010683925938792527, + "L": 9.86506165645551e-06, + "G": 0.0009307832806371152, + "F": 0.0037232451140880585, + "E": 0.004251341335475445, + "T": 0.0016533242305740714, + "P": 0.7095560431480408, + "-": 0.27212411165237427 + }, + "id": "tp_15071" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1883884, + "label": "-", + "classification": { + "B": 1.4666094330095802e-06, + "S": 3.43295300808677e-06, + "I": 0.0022758105769753456, + "C": 2.9671520678675734e-05, + "R": 3.7147972307138843e-06, + "M": 0.00010684698645491153, + "O": 2.468696766300127e-05, + "W": 3.008294243045384e-06, + "N": 0.0001132700708694756, + "Y": 0.012055398896336555, + "U": 1.4034793593964423e-06, + "K": 0.0003290972672402859, + "L": 1.041854034156131e-06, + "G": 0.0009040031000040472, + "F": 0.0037106068339198828, + "E": 0.003217502497136593, + "T": 0.0023765191435813904, + "P": 0.14012300968170166, + "-": 0.8347194790840149 + }, + "id": "tp_15072" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1884017, + "label": "-", + "classification": { + "B": 1.2263536746104364e-06, + "S": 1.1179359717061743e-05, + "I": 0.0005904022254981101, + "C": 0.00014452308823820204, + "R": 1.3714517081098165e-05, + "M": 0.00014176478725858033, + "O": 9.776990918908268e-05, + "W": 1.733803037495818e-05, + "N": 0.00014621356967836618, + "Y": 0.0013010805705562234, + "U": 1.085765688912943e-05, + "K": 0.0005364806274883449, + "L": 3.76999264517508e-06, + "G": 0.00016373425023630261, + "F": 0.011557410471141338, + "E": 0.0011576571268960834, + "T": 0.0015612193383276463, + "P": 0.18808378279209137, + "-": 0.794459879398346 + }, + "id": "tp_15073" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1884151, + "label": "-", + "classification": { + "B": 7.188141637470835e-08, + "S": 4.901940187096443e-09, + "I": 1.9581862034101505e-06, + "C": 9.082192065079653e-08, + "R": 1.054802734046234e-08, + "M": 2.389248493273044e-06, + "O": 1.1180628689544392e-06, + "W": 7.776678856430408e-09, + "N": 2.5769073985770774e-08, + "Y": 1.2902146409032866e-05, + "U": 1.3904096762829e-09, + "K": 1.324720333428786e-09, + "L": 3.3170859836673117e-08, + "G": 4.697448730439646e-06, + "F": 2.746659993135836e-05, + "E": 1.1629584832917317e-06, + "T": 4.7916353651089594e-05, + "P": 0.054196786135435104, + "-": 0.9457033276557922 + }, + "id": "tp_15074" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1884251, + "label": "P", + "classification": { + "B": 1.264325533156807e-06, + "S": 8.758695457800059e-07, + "I": 0.0005350046558305621, + "C": 9.16789304028498e-06, + "R": 1.4220319144442328e-06, + "M": 2.281761226186063e-05, + "O": 1.6984753528959118e-05, + "W": 1.9430310658208327e-06, + "N": 4.032165452372283e-05, + "Y": 0.0002680275938473642, + "U": 1.130982468566799e-06, + "K": 1.0812869732035324e-05, + "L": 6.026317578289309e-07, + "G": 7.98929322627373e-05, + "F": 0.0008357060723938048, + "E": 0.0003054314001929015, + "T": 0.00031832329113967717, + "P": 0.5425246357917786, + "-": 0.4550255239009857 + }, + "id": "tp_15075" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1884384, + "label": "-", + "classification": { + "B": 2.2807361688137462e-07, + "S": 1.0240283927487326e-06, + "I": 0.0005597033887170255, + "C": 1.1537400723682367e-06, + "R": 1.6631040580250556e-06, + "M": 5.145844625076279e-05, + "O": 4.001874185632914e-05, + "W": 7.983222758412012e-07, + "N": 1.2432913536031265e-05, + "Y": 0.0007990063750185072, + "U": 7.483536279551117e-08, + "K": 1.6926669843542186e-07, + "L": 6.802439429520746e-07, + "G": 6.724003469571471e-05, + "F": 0.00014535390073433518, + "E": 1.8322614778298885e-05, + "T": 0.001998606836423278, + "P": 0.15453657507896423, + "-": 0.8417655825614929 + }, + "id": "tp_15076" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1884518, + "label": "P", + "classification": { + "B": 0.0001832566485973075, + "S": 1.7412525266990997e-05, + "I": 0.002939531346783042, + "C": 0.0001977950887521729, + "R": 3.575940718292259e-05, + "M": 0.0006010467768646777, + "O": 0.0004084750544279814, + "W": 3.196026591467671e-05, + "N": 0.0001461655629100278, + "Y": 0.0010835275752469897, + "U": 1.2072259778506123e-05, + "K": 8.263443760370137e-07, + "L": 0.00011640227603493258, + "G": 0.001038774149492383, + "F": 0.0006646979018114507, + "E": 0.0005505942390300333, + "T": 0.0026569892652332783, + "P": 0.5377767086029053, + "-": 0.4515380859375 + }, + "id": "tp_15077" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1884651, + "label": "-", + "classification": { + "B": 3.835886218439555e-06, + "S": 3.8628791116934735e-06, + "I": 0.002743667922914028, + "C": 9.745944407768548e-05, + "R": 3.0084724130574614e-05, + "M": 0.0001733387471176684, + "O": 9.803030116017908e-05, + "W": 6.945992026885506e-06, + "N": 9.807706373976544e-05, + "Y": 0.0019222829723730683, + "U": 1.0932665645668749e-05, + "K": 2.7972851057711523e-06, + "L": 2.2769818315282464e-05, + "G": 0.0004463024961296469, + "F": 0.0007038158364593983, + "E": 0.0003303595003671944, + "T": 0.003488602815195918, + "P": 0.3279449939727783, + "-": 0.6618719100952148 + }, + "id": "tp_15078" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1884751, + "label": "-", + "classification": { + "B": 0.00017522989946883172, + "S": 0.00020040817616973072, + "I": 0.017041731625795364, + "C": 0.0019907294772565365, + "R": 0.0005052924971096218, + "M": 0.004022130277007818, + "O": 0.0013645896688103676, + "W": 0.00018071522936224937, + "N": 0.0024626599624753, + "Y": 0.014906531199812889, + "U": 0.0001397174346493557, + "K": 0.00047642557183280587, + "L": 0.0003109475364908576, + "G": 0.007171374745666981, + "F": 0.018197188153862953, + "E": 0.008435527794063091, + "T": 0.012482195161283016, + "P": 0.38734444975852966, + "-": 0.5225921273231506 + }, + "id": "tp_15079" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1884885, + "label": "P", + "classification": { + "B": 6.783049229852622e-06, + "S": 2.0584716367011424e-06, + "I": 0.0002826807030942291, + "C": 1.5510511730099097e-05, + "R": 1.3106346159474924e-06, + "M": 0.00012023551971651614, + "O": 2.289089206897188e-05, + "W": 1.2039350849590846e-06, + "N": 2.550930184952449e-05, + "Y": 0.00027631866396404803, + "U": 7.316657502087764e-07, + "K": 9.579348443367053e-07, + "L": 3.1500096611125628e-06, + "G": 0.00012988327944185585, + "F": 0.0016509609995409846, + "E": 0.0004286225885152817, + "T": 0.000518067623488605, + "P": 0.6132000088691711, + "-": 0.3833130896091461 + }, + "id": "tp_15080" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1885018, + "label": "-", + "classification": { + "B": 0.00012798520037904382, + "S": 2.5377092242706567e-05, + "I": 0.006316141691058874, + "C": 0.0002354854514123872, + "R": 0.0001611544721527025, + "M": 0.0019353850511834025, + "O": 0.0009725497220642865, + "W": 4.902434739051387e-05, + "N": 0.00022696165251545608, + "Y": 0.006788705009967089, + "U": 1.0406170076748822e-05, + "K": 3.151843657178688e-06, + "L": 0.00015811434423085302, + "G": 0.002443325240164995, + "F": 0.0012920692097395658, + "E": 0.0006114281131885946, + "T": 0.010016071610152721, + "P": 0.21331800520420074, + "-": 0.7553086876869202 + }, + "id": "tp_15081" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1885152, + "label": "-", + "classification": { + "B": 2.8098996907033325e-08, + "S": 1.6568341365541528e-08, + "I": 3.095886131632142e-05, + "C": 1.8032586979188636e-07, + "R": 4.527280594857075e-08, + "M": 1.0190958164457697e-05, + "O": 1.3521952269002213e-06, + "W": 1.1185198545149433e-08, + "N": 2.063904247506798e-07, + "Y": 0.00045345057151280344, + "U": 3.870621156920606e-09, + "K": 9.290239688652946e-09, + "L": 6.700362575884355e-08, + "G": 3.022500459337607e-05, + "F": 8.53561723488383e-05, + "E": 6.498681159428088e-06, + "T": 0.0003585409722290933, + "P": 0.044718556106090546, + "-": 0.9543043375015259 + }, + "id": "tp_15082" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1885252, + "label": "-", + "classification": { + "B": 0.0025621193926781416, + "S": 0.0019445038633421063, + "I": 0.08358977735042572, + "C": 0.02982083335518837, + "R": 0.007324242498725653, + "M": 0.020302845165133476, + "O": 0.008659751154482365, + "W": 0.00244793645106256, + "N": 0.011717075482010841, + "Y": 0.09704359620809555, + "U": 0.002031909767538309, + "K": 0.0028015414718538523, + "L": 0.004348470829427242, + "G": 0.03946956247091293, + "F": 0.02017774060368538, + "E": 0.03359398990869522, + "T": 0.0460166335105896, + "P": 0.2039795070886612, + "-": 0.3821679651737213 + }, + "id": "tp_15083" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1885385, + "label": "-", + "classification": { + "B": 1.6392034012824297e-05, + "S": 1.2146514563937671e-05, + "I": 0.0011062693083658814, + "C": 2.5857956643449143e-05, + "R": 1.0431799637444783e-05, + "M": 9.977781883208081e-05, + "O": 0.00010184847633354366, + "W": 8.352485565410461e-06, + "N": 8.893638732843101e-05, + "Y": 0.0019199838861823082, + "U": 2.7130131456942763e-06, + "K": 8.991246431833133e-06, + "L": 1.1174196515639778e-05, + "G": 0.00038774771383032203, + "F": 0.003534990828484297, + "E": 0.0003548161475919187, + "T": 0.0013502121437340975, + "P": 0.3715074360370636, + "-": 0.6194519400596619 + }, + "id": "tp_15084" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1885519, + "label": "E", + "classification": { + "B": 8.834926120471209e-05, + "S": 8.487718878313899e-05, + "I": 0.07233171164989471, + "C": 0.001755900913849473, + "R": 0.00018778469529934227, + "M": 0.0020451804157346487, + "O": 0.00032397618633694947, + "W": 0.00013895274605602026, + "N": 0.006729935761541128, + "Y": 0.12865684926509857, + "U": 1.254792368854396e-05, + "K": 0.024768732488155365, + "L": 1.8338911104365252e-05, + "G": 0.033119603991508484, + "F": 0.013998468406498432, + "E": 0.2485930323600769, + "T": 0.016871683299541473, + "P": 0.21988123655319214, + "-": 0.23039285838603973 + }, + "id": "tp_15085" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1885652, + "label": "P", + "classification": { + "B": 0.000194660053239204, + "S": 0.00019280372362118214, + "I": 0.014145502820611, + "C": 0.0012756511569023132, + "R": 0.00029026137781329453, + "M": 0.0018549314700067043, + "O": 0.0009740529349073768, + "W": 0.00019158008217345923, + "N": 0.002144742291420698, + "Y": 0.004450595937669277, + "U": 0.00016064786177594215, + "K": 0.00022821378661319613, + "L": 0.0002280439657624811, + "G": 0.00294769206084311, + "F": 0.006137021351605654, + "E": 0.006159748416393995, + "T": 0.007031367160379887, + "P": 0.523346483707428, + "-": 0.42804598808288574 + }, + "id": "tp_15086" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1885752, + "label": "-", + "classification": { + "B": 2.5990733121261655e-08, + "S": 1.6599736030187273e-09, + "I": 0.0002244722709292546, + "C": 5.371766292228131e-06, + "R": 1.9120086847124185e-07, + "M": 5.311375844030408e-06, + "O": 3.9070795310180984e-07, + "W": 7.98539279145416e-09, + "N": 1.4305139757198049e-06, + "Y": 0.00012481365411076695, + "U": 9.585741977957696e-09, + "K": 2.7680624725689995e-07, + "L": 2.1027474872425955e-08, + "G": 6.761853728676215e-05, + "F": 0.0002787403354886919, + "E": 0.0005110400379635394, + "T": 1.837461968534626e-05, + "P": 0.3148249685764313, + "-": 0.6839368939399719 + }, + "id": "tp_15087" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1885886, + "label": "-", + "classification": { + "B": 0.00016830510867293924, + "S": 0.00018037913832813501, + "I": 0.0038370194379240274, + "C": 0.00015192170394584537, + "R": 0.00012701634841505438, + "M": 0.0025773332454264164, + "O": 0.0019310220377519727, + "W": 9.057878924068063e-05, + "N": 0.0002814192557707429, + "Y": 0.0031215462367981672, + "U": 1.0784101505123544e-05, + "K": 8.672420335642528e-06, + "L": 0.00027612000121735036, + "G": 0.0016082215588539839, + "F": 0.00402624299749732, + "E": 0.00036604490014724433, + "T": 0.006041572894901037, + "P": 0.2640067934989929, + "-": 0.7111890316009521 + }, + "id": "tp_15088" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1886019, + "label": "-", + "classification": { + "B": 0.0014622522285208106, + "S": 0.000986641040071845, + "I": 0.0987987145781517, + "C": 0.022132592275738716, + "R": 0.011241471394896507, + "M": 0.01420828141272068, + "O": 0.006212939508259296, + "W": 0.0016827931394800544, + "N": 0.014615315943956375, + "Y": 0.05566925182938576, + "U": 0.0021240634378045797, + "K": 0.006751606240868568, + "L": 0.002280210144817829, + "G": 0.03356648609042168, + "F": 0.02814503014087677, + "E": 0.025347160175442696, + "T": 0.03174956515431404, + "P": 0.30541691184043884, + "-": 0.3376087546348572 + }, + "id": "tp_15089" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1886153, + "label": "-", + "classification": { + "B": 6.576580744876992e-06, + "S": 4.126668954995694e-06, + "I": 0.0003146658418700099, + "C": 0.0001152791955973953, + "R": 3.4489396057324484e-05, + "M": 0.000987881445325911, + "O": 0.00016132598102558404, + "W": 3.2283676318911603e-06, + "N": 6.25254961050814e-06, + "Y": 0.006537143606692553, + "U": 9.22722676932608e-07, + "K": 8.063571499405953e-07, + "L": 4.118787910556421e-05, + "G": 0.001472755684517324, + "F": 0.0010815539862960577, + "E": 9.598476754035801e-05, + "T": 0.00542652839794755, + "P": 0.02296297624707222, + "-": 0.9607462286949158 + }, + "id": "tp_15090" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1886253, + "label": "-", + "classification": { + "B": 1.743731991155073e-05, + "S": 6.131998088676482e-05, + "I": 0.0006281492533162236, + "C": 0.00014141488645691425, + "R": 5.5102602345868945e-05, + "M": 0.0004840331384912133, + "O": 0.0004220119444653392, + "W": 4.827793964068405e-05, + "N": 0.00011905840074177831, + "Y": 0.0041843922808766365, + "U": 1.9931732822442427e-05, + "K": 0.0003687712305691093, + "L": 4.3150947021786124e-05, + "G": 0.00147046463098377, + "F": 0.019528191536664963, + "E": 0.0009312795591540635, + "T": 0.002835602033883333, + "P": 0.11410259455442429, + "-": 0.8545388579368591 + }, + "id": "tp_15091" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1886386, + "label": "-", + "classification": { + "B": 4.479235485632671e-06, + "S": 7.559009645774495e-06, + "I": 0.0008771928842179477, + "C": 8.320768392877653e-05, + "R": 1.9967483240179718e-05, + "M": 8.656291902298108e-05, + "O": 6.502730684587732e-05, + "W": 1.2592804523592349e-05, + "N": 0.00010409356764284894, + "Y": 0.0023854163009673357, + "U": 6.168153959151823e-06, + "K": 0.0009378611575812101, + "L": 2.2629239992966177e-06, + "G": 0.0003507205983623862, + "F": 0.006154428701847792, + "E": 0.0010935374302789569, + "T": 0.0008091016206890345, + "P": 0.17620161175727844, + "-": 0.8107983469963074 + }, + "id": "tp_15092" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1886520, + "label": "-", + "classification": { + "B": 4.322768631936924e-07, + "S": 3.1717328852209903e-07, + "I": 0.0002309681149199605, + "C": 9.719753506942652e-06, + "R": 8.508907285431633e-07, + "M": 1.546588828205131e-05, + "O": 7.164128874137532e-06, + "W": 5.070073143542686e-07, + "N": 1.4304153410193976e-05, + "Y": 0.000577880535274744, + "U": 5.115123258292442e-07, + "K": 1.2349003554845694e-05, + "L": 2.7053542339672276e-07, + "G": 0.00012065591727150604, + "F": 0.0014363316586241126, + "E": 0.00038623850559815764, + "T": 0.00017131483764387667, + "P": 0.2083781510591507, + "-": 0.7886366248130798 + }, + "id": "tp_15093" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1886653, + "label": "-", + "classification": { + "B": 4.34446747021866e-06, + "S": 2.6851623715629103e-06, + "I": 0.00595310190692544, + "C": 0.0003873713139910251, + "R": 3.0579816666431725e-05, + "M": 0.0002797397901304066, + "O": 5.048765160609037e-05, + "W": 6.990986548771616e-06, + "N": 0.00019672383496072143, + "Y": 0.006435208488255739, + "U": 9.11922597879311e-06, + "K": 7.468468538718298e-05, + "L": 7.232162715808954e-06, + "G": 0.0011460960377007723, + "F": 0.0018266827100887895, + "E": 0.004815574269741774, + "T": 0.0018386663869023323, + "P": 0.3188709318637848, + "-": 0.6580638289451599 + }, + "id": "tp_15094" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1886753, + "label": "-", + "classification": { + "B": 2.2642949204509932e-07, + "S": 2.1878884126635967e-07, + "I": 0.001154754078015685, + "C": 1.7776639651856385e-05, + "R": 2.781803004836547e-06, + "M": 0.00021813373314216733, + "O": 9.93855337583227e-06, + "W": 2.447128792937292e-07, + "N": 7.558955530839739e-06, + "Y": 0.016595087945461273, + "U": 9.615024509912473e-08, + "K": 2.491775831003906e-06, + "L": 6.192496471157938e-07, + "G": 0.0005311119602993131, + "F": 0.0004599975363817066, + "E": 0.00015486286429222673, + "T": 0.005061380099505186, + "P": 0.04267829284071922, + "-": 0.9331044554710388 + }, + "id": "tp_15095" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1886887, + "label": "-", + "classification": { + "B": 7.113051196938613e-07, + "S": 1.9750600586121436e-06, + "I": 6.167838728288189e-05, + "C": 2.8187652787892148e-05, + "R": 5.156256065674825e-06, + "M": 7.993110921233892e-05, + "O": 2.953139119199477e-05, + "W": 1.4753435380043811e-06, + "N": 4.35474248661194e-06, + "Y": 0.0008420461090281606, + "U": 5.429644147625368e-07, + "K": 4.901429292658577e-06, + "L": 2.0064308046130463e-06, + "G": 0.00011215433914912865, + "F": 0.0017555673839524388, + "E": 4.9870097427628934e-05, + "T": 0.0005770766292698681, + "P": 0.0458650067448616, + "-": 0.950577974319458 + }, + "id": "tp_15096" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1887020, + "label": "P", + "classification": { + "B": 6.409261550288647e-05, + "S": 1.4076647858018987e-05, + "I": 0.01759600266814232, + "C": 0.0005788664566352963, + "R": 0.000147350670886226, + "M": 0.0010877953609451652, + "O": 0.0002971100329887122, + "W": 3.307521910755895e-05, + "N": 0.0007679995615035295, + "Y": 0.006955721881240606, + "U": 3.789128459175117e-05, + "K": 5.5443684686906636e-05, + "L": 7.220641418825835e-05, + "G": 0.0032559921965003014, + "F": 0.0030047858599573374, + "E": 0.009261684492230415, + "T": 0.004125597886741161, + "P": 0.4850096106529236, + "-": 0.4676346480846405 + }, + "id": "tp_15097" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1887154, + "label": "-", + "classification": { + "B": 2.671158370048943e-07, + "S": 9.007520134218794e-07, + "I": 0.0011051874607801437, + "C": 7.469961565220729e-05, + "R": 1.4808822015766054e-05, + "M": 0.00010871962876990438, + "O": 2.0743391360156238e-05, + "W": 1.4485716519629932e-06, + "N": 5.140015855431557e-05, + "Y": 0.005536659155040979, + "U": 1.2212408364575822e-06, + "K": 8.117951801978052e-05, + "L": 7.790609402036353e-07, + "G": 0.0002916330413427204, + "F": 0.00197985814884305, + "E": 0.0008793539018370211, + "T": 0.000815513136330992, + "P": 0.11122214794158936, + "-": 0.8778135180473328 + }, + "id": "tp_15098" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1887254, + "label": "-", + "classification": { + "B": 0.0001620059338165447, + "S": 7.793364056851715e-05, + "I": 0.006642610765993595, + "C": 0.0012403522850945592, + "R": 0.0003580679767765105, + "M": 0.001330715138465166, + "O": 0.0006367814494296908, + "W": 0.00012571574188768864, + "N": 0.0008954619988799095, + "Y": 0.00709334434941411, + "U": 0.00014537874085363, + "K": 0.0005141046131029725, + "L": 0.00013473446597345173, + "G": 0.003796096658334136, + "F": 0.011909840628504753, + "E": 0.006617710925638676, + "T": 0.003950600046664476, + "P": 0.40693292021751404, + "-": 0.5474356412887573 + }, + "id": "tp_15099" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1887387, + "label": "-", + "classification": { + "B": 0.00025096561876125634, + "S": 0.0002559860295150429, + "I": 0.024248450994491577, + "C": 0.0015339291421696544, + "R": 0.001428508199751377, + "M": 0.002362546743825078, + "O": 0.001783710322342813, + "W": 0.00039491718052886426, + "N": 0.003369272220879793, + "Y": 0.02191881090402603, + "U": 0.0003316914662718773, + "K": 0.0010601258836686611, + "L": 0.00046623501111753285, + "G": 0.007954205386340618, + "F": 0.016640059649944305, + "E": 0.005751546006649733, + "T": 0.013365481048822403, + "P": 0.4450506269931793, + "-": 0.45183297991752625 + }, + "id": "tp_15100" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1887521, + "label": "-", + "classification": { + "B": 0.0019319027196615934, + "S": 0.00468906294554472, + "I": 0.04190349206328392, + "C": 0.006298460531979799, + "R": 0.0046882848255336285, + "M": 0.008586402051150799, + "O": 0.008250323124229908, + "W": 0.0037864772602915764, + "N": 0.01446519885212183, + "Y": 0.03770245611667633, + "U": 0.002782497089356184, + "K": 0.009975848719477654, + "L": 0.002335629193112254, + "G": 0.014382544904947281, + "F": 0.041134193539619446, + "E": 0.016739293932914734, + "T": 0.03891371935606003, + "P": 0.31839483976364136, + "-": 0.42303937673568726 + }, + "id": "tp_15101" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1887654, + "label": "-", + "classification": { + "B": 3.979822213295847e-05, + "S": 4.249870926287258e-06, + "I": 0.0017538754036650062, + "C": 0.00014594115782529116, + "R": 3.092167025897652e-05, + "M": 0.0002686454390641302, + "O": 0.0001323324686381966, + "W": 1.0221262527920771e-05, + "N": 7.206403824966401e-05, + "Y": 0.0013107314007356763, + "U": 8.733926733839326e-06, + "K": 3.1160993785306346e-06, + "L": 3.169096089550294e-05, + "G": 0.0006285078707151115, + "F": 0.0006957813748158514, + "E": 0.0003474940895102918, + "T": 0.0018943309551104903, + "P": 0.4238610863685608, + "-": 0.5687604546546936 + }, + "id": "tp_15102" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1887754, + "label": "-", + "classification": { + "B": 5.98877022639499e-07, + "S": 6.528346148115816e-07, + "I": 5.260637772153132e-05, + "C": 1.1450290912762284e-05, + "R": 2.165953674193588e-06, + "M": 8.35818427731283e-05, + "O": 2.037811827904079e-05, + "W": 1.1538176067915629e-06, + "N": 5.325489837559871e-06, + "Y": 0.002559412270784378, + "U": 9.152307711701724e-07, + "K": 0.00023140253324527293, + "L": 8.494972689732094e-07, + "G": 0.0003648803976830095, + "F": 0.007044152356684208, + "E": 0.00033608110970817506, + "T": 0.0005125553580000997, + "P": 0.023997260257601738, + "-": 0.9647747278213501 + }, + "id": "tp_15103" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1887888, + "label": "-", + "classification": { + "B": 0.0004675509699154645, + "S": 0.0002924524596892297, + "I": 0.007090067025274038, + "C": 0.0021026437170803547, + "R": 0.000671413610689342, + "M": 0.0019679339602589607, + "O": 0.0017078288365155458, + "W": 0.0003644311218522489, + "N": 0.0017899710219353437, + "Y": 0.010760853998363018, + "U": 0.00045853006304241717, + "K": 0.002816378138959408, + "L": 0.00041410079575143754, + "G": 0.009183782152831554, + "F": 0.024771269410848618, + "E": 0.00907175149768591, + "T": 0.007976317778229713, + "P": 0.31894534826278687, + "-": 0.5991474390029907 + }, + "id": "tp_15104" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1888021, + "label": "-", + "classification": { + "B": 3.7313547807116265e-08, + "S": 6.189497270270294e-08, + "I": 0.00015057904238346964, + "C": 1.1311853995721322e-06, + "R": 3.9108496707740414e-07, + "M": 9.965522622223943e-06, + "O": 2.482443960616365e-06, + "W": 9.303630577051081e-08, + "N": 2.827541720762383e-06, + "Y": 0.0002653158735483885, + "U": 6.12282775591666e-08, + "K": 3.1562162803311367e-06, + "L": 7.836011661765951e-08, + "G": 3.122849011560902e-05, + "F": 0.0015157462330535054, + "E": 7.164351700339466e-05, + "T": 0.00026868999702855945, + "P": 0.11091330647468567, + "-": 0.886763334274292 + }, + "id": "tp_15105" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1888155, + "label": "-", + "classification": { + "B": 4.6758006646996364e-05, + "S": 2.0786448658327572e-05, + "I": 0.0033007937017828226, + "C": 0.0004991891328245401, + "R": 8.906497532734647e-05, + "M": 0.000553036225028336, + "O": 0.00018985076167155057, + "W": 3.151732016704045e-05, + "N": 0.00024657967151142657, + "Y": 0.00659410934895277, + "U": 3.559795004548505e-05, + "K": 0.0006495128036476672, + "L": 4.9379330448573455e-05, + "G": 0.004621187690645456, + "F": 0.016985319554805756, + "E": 0.007054797373712063, + "T": 0.0020609295461326838, + "P": 0.24810297787189484, + "-": 0.708868682384491 + }, + "id": "tp_15106" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1888255, + "label": "P", + "classification": { + "B": 2.6886066279985243e-06, + "S": 9.076310902855766e-07, + "I": 0.00021507233032025397, + "C": 6.274006864259718e-06, + "R": 7.705330631324614e-07, + "M": 3.3281761716352776e-05, + "O": 1.8359893147135153e-05, + "W": 1.0896071671595564e-06, + "N": 2.758139271463733e-05, + "Y": 0.000154959547217004, + "U": 4.003645983630122e-07, + "K": 3.609496616263641e-06, + "L": 8.480125188725651e-07, + "G": 9.165792289422825e-05, + "F": 0.0025740163400769234, + "E": 0.0006521447212435305, + "T": 0.00015974650159478188, + "P": 0.6124256253242493, + "-": 0.38363105058670044 + }, + "id": "tp_15107" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1888388, + "label": "P", + "classification": { + "B": 2.3360476916423067e-05, + "S": 6.070308245398337e-06, + "I": 0.01622694917023182, + "C": 0.00048805054393596947, + "R": 8.756307943258435e-05, + "M": 0.0005229263915680349, + "O": 0.0001334959815721959, + "W": 1.0061225111712702e-05, + "N": 0.0005042859120294452, + "Y": 0.005340262316167355, + "U": 1.6185927961487323e-05, + "K": 9.758901796885766e-06, + "L": 4.529146826826036e-05, + "G": 0.0020656543783843517, + "F": 0.0017744017532095313, + "E": 0.002852796111255884, + "T": 0.002146937185898423, + "P": 0.5382611155509949, + "-": 0.4294847548007965 + }, + "id": "tp_15108" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1888522, + "label": "-", + "classification": { + "B": 0.0007357278373092413, + "S": 0.000389887805795297, + "I": 0.05567555874586105, + "C": 0.007667864207178354, + "R": 0.002647354966029525, + "M": 0.00944985169917345, + "O": 0.002544797956943512, + "W": 0.0006722096004523337, + "N": 0.0054796356707811356, + "Y": 0.15915147960186005, + "U": 0.0004116106138098985, + "K": 0.013270744122564793, + "L": 0.0005365699180401862, + "G": 0.056329548358917236, + "F": 0.02698264643549919, + "E": 0.03944100812077522, + "T": 0.028615672141313553, + "P": 0.12869608402252197, + "-": 0.4613018035888672 + }, + "id": "tp_15109" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1888655, + "label": "-", + "classification": { + "B": 7.825202601452474e-07, + "S": 7.98217399733403e-07, + "I": 0.0006223039817996323, + "C": 3.650893268059008e-05, + "R": 5.286252417135984e-06, + "M": 8.3697319496423e-05, + "O": 2.0406487237778492e-05, + "W": 1.2482726106100017e-06, + "N": 3.0413350032176822e-05, + "Y": 0.001937671797350049, + "U": 8.6207353433565e-07, + "K": 7.854844625398982e-06, + "L": 1.143212671195215e-06, + "G": 0.00018626065866556019, + "F": 0.0010721709113568068, + "E": 0.0005244342028163373, + "T": 0.0010269113117828965, + "P": 0.19717223942279816, + "-": 0.7972688674926758 + }, + "id": "tp_15110" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1888755, + "label": "-", + "classification": { + "B": 3.491073221084662e-05, + "S": 1.086696738639148e-05, + "I": 0.002668718108907342, + "C": 0.00036779872607439756, + "R": 8.256189903477207e-05, + "M": 0.0006066477508284152, + "O": 0.00022697086387779564, + "W": 2.3746009901515208e-05, + "N": 0.00018054101383313537, + "Y": 0.00411571841686964, + "U": 2.2234928110265173e-05, + "K": 9.535361459711567e-05, + "L": 3.1777792173670605e-05, + "G": 0.0020993284415453672, + "F": 0.005517799407243729, + "E": 0.0016594738699495792, + "T": 0.001918211579322815, + "P": 0.2516865134239197, + "-": 0.7286507487297058 + }, + "id": "tp_15111" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1888889, + "label": "-", + "classification": { + "B": 0.00021975628624204546, + "S": 0.00025544181698933244, + "I": 0.004813149571418762, + "C": 0.0006150777917355299, + "R": 0.00021314321202225983, + "M": 0.0009468710049986839, + "O": 0.0008189688669517636, + "W": 0.0002061729464912787, + "N": 0.0009873907547444105, + "Y": 0.0041326479986310005, + "U": 0.00014551942877005786, + "K": 0.0008788172272033989, + "L": 0.00017952240887098014, + "G": 0.0029838508926331997, + "F": 0.020548352971673012, + "E": 0.004846010357141495, + "T": 0.005130199249833822, + "P": 0.3966541886329651, + "-": 0.5554248690605164 + }, + "id": "tp_15112" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1889022, + "label": "-", + "classification": { + "B": 0.00015325187996495515, + "S": 0.0003276446368545294, + "I": 0.15307652950286865, + "C": 0.0026276756543666124, + "R": 0.0014824029058218002, + "M": 0.0053580994717776775, + "O": 0.0017075244104489684, + "W": 0.00033347003045491874, + "N": 0.011447569355368614, + "Y": 0.08001968264579773, + "U": 0.00010627612937241793, + "K": 0.0026273499242961407, + "L": 0.00020553752256091684, + "G": 0.011776397004723549, + "F": 0.018048571422696114, + "E": 0.01959497295320034, + "T": 0.030157193541526794, + "P": 0.30248308181762695, + "-": 0.3584667444229126 + }, + "id": "tp_15113" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1889156, + "label": "-", + "classification": { + "B": 0.0002528333570808172, + "S": 0.0001993276528082788, + "I": 0.019031569361686707, + "C": 0.004348759539425373, + "R": 0.0010465598898008466, + "M": 0.0022584295365959406, + "O": 0.001395984785631299, + "W": 0.0003322050324641168, + "N": 0.00212103477679193, + "Y": 0.017433002591133118, + "U": 0.0003754519857466221, + "K": 0.0007435771985910833, + "L": 0.0003954837447963655, + "G": 0.005367758683860302, + "F": 0.009871387854218483, + "E": 0.00849507749080658, + "T": 0.009687583893537521, + "P": 0.26907727122306824, + "-": 0.6475667357444763 + }, + "id": "tp_15114" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1889256, + "label": "-", + "classification": { + "B": 3.9142421883298084e-05, + "S": 8.836359484121203e-06, + "I": 0.003241706406697631, + "C": 6.0656890127575025e-05, + "R": 1.635082116990816e-05, + "M": 0.0005046415608376265, + "O": 0.00030856477678753436, + "W": 1.6770767615525983e-05, + "N": 0.00013874558499082923, + "Y": 0.0009127643425017595, + "U": 4.199479008093476e-06, + "K": 1.5740507706141216e-06, + "L": 4.811974213225767e-05, + "G": 0.0007027396932244301, + "F": 0.0007290241192094982, + "E": 0.0007528956630267203, + "T": 0.0017042725812643766, + "P": 0.47748351097106934, + "-": 0.5133255124092102 + }, + "id": "tp_15115" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1889389, + "label": "P", + "classification": { + "B": 0.00019508782133925706, + "S": 5.1190134399803355e-05, + "I": 0.010883945971727371, + "C": 0.0004145758575759828, + "R": 7.365181227214634e-05, + "M": 0.0020286650396883488, + "O": 0.0003362703137099743, + "W": 5.424150003818795e-05, + "N": 0.0008967512403614819, + "Y": 0.008166991174221039, + "U": 5.850871093571186e-05, + "K": 0.00019869479001499712, + "L": 8.537813846487552e-05, + "G": 0.004369447473436594, + "F": 0.005001652520149946, + "E": 0.016902483999729156, + "T": 0.007070749532431364, + "P": 0.493935763835907, + "-": 0.44927600026130676 + }, + "id": "tp_15116" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1889523, + "label": "P", + "classification": { + "B": 0.0007044033845886588, + "S": 0.0019381358288228512, + "I": 0.16359944641590118, + "C": 0.0045145293697714806, + "R": 0.0015743864933028817, + "M": 0.005809900816529989, + "O": 0.002747877035290003, + "W": 0.00149270158726722, + "N": 0.045795541256666183, + "Y": 0.058255646377801895, + "U": 0.00039092375664040446, + "K": 0.04323647916316986, + "L": 0.0003304180863779038, + "G": 0.023047365248203278, + "F": 0.03026299923658371, + "E": 0.14091098308563232, + "T": 0.020966336131095886, + "P": 0.3006020486354828, + "-": 0.15381985902786255 + }, + "id": "tp_15117" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1889656, + "label": "P", + "classification": { + "B": 1.812349751162401e-06, + "S": 3.0194942723937856e-07, + "I": 0.0003266670973971486, + "C": 1.4993389640949317e-06, + "R": 3.003800941314694e-07, + "M": 1.01203204394551e-05, + "O": 5.329211035132175e-06, + "W": 3.3033177260222146e-07, + "N": 6.29188571110717e-06, + "Y": 7.45641955290921e-05, + "U": 1.6763021903898334e-07, + "K": 1.5091534066868917e-07, + "L": 7.016424774519692e-07, + "G": 3.4921482438221574e-05, + "F": 0.0003058485162910074, + "E": 0.0001386363001074642, + "T": 0.0001299826253671199, + "P": 0.5886258482933044, + "-": 0.4103364944458008 + }, + "id": "tp_15118" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1889756, + "label": "P", + "classification": { + "B": 0.0011057902593165636, + "S": 0.0006115437718108296, + "I": 0.315754234790802, + "C": 0.0035108444280922413, + "R": 0.0010008057579398155, + "M": 0.004282678011804819, + "O": 0.0009386421297676861, + "W": 0.00020777175086550415, + "N": 0.04358157888054848, + "Y": 0.007261482998728752, + "U": 0.00010161232057726011, + "K": 0.0011754367733374238, + "L": 0.00029400427592918277, + "G": 0.014140919782221317, + "F": 0.0038996718358248472, + "E": 0.06083816662430763, + "T": 0.0072412556037306786, + "P": 0.5034984350204468, + "-": 0.030555101111531258 + }, + "id": "tp_15119" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1889890, + "label": "-", + "classification": { + "B": 3.346220182720572e-05, + "S": 1.2304069969104603e-05, + "I": 0.00645983312278986, + "C": 0.0003713617625180632, + "R": 5.0188227760372683e-05, + "M": 0.0009037237614393234, + "O": 0.00017138032126240432, + "W": 4.045237074024044e-05, + "N": 0.0007111905142664909, + "Y": 0.03788222372531891, + "U": 8.073531716945581e-06, + "K": 0.007676909677684307, + "L": 9.702533134259284e-06, + "G": 0.016719501465559006, + "F": 0.010662532411515713, + "E": 0.10088533908128738, + "T": 0.003050584113225341, + "P": 0.20783689618110657, + "-": 0.6065142750740051 + }, + "id": "tp_15120" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1890023, + "label": "P", + "classification": { + "B": 1.7388939568263595e-06, + "S": 1.1690959809129708e-06, + "I": 0.0006250878795981407, + "C": 3.9627516343898606e-06, + "R": 4.02723088654966e-07, + "M": 8.970153430709615e-06, + "O": 3.0665548820252297e-06, + "W": 1.1227988352402463e-06, + "N": 7.63550924602896e-05, + "Y": 6.350690091494471e-05, + "U": 6.285723657128983e-07, + "K": 6.838032277300954e-05, + "L": 1.8512325539177255e-07, + "G": 5.920628973399289e-05, + "F": 0.001961715752258897, + "E": 0.005980122834444046, + "T": 3.5480759834172204e-05, + "P": 0.908806562423706, + "-": 0.08230240643024445 + }, + "id": "tp_15121" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1890157, + "label": "P", + "classification": { + "B": 0.00037489397800527513, + "S": 0.0012811656342819333, + "I": 0.09506673365831375, + "C": 0.003415341954678297, + "R": 0.0015128253726288676, + "M": 0.005133809521794319, + "O": 0.0026779205072671175, + "W": 0.0010302203008905053, + "N": 0.021325521171092987, + "Y": 0.0457802377641201, + "U": 0.0004016469174530357, + "K": 0.015253092162311077, + "L": 0.00024335434136446565, + "G": 0.00824272632598877, + "F": 0.020696155726909637, + "E": 0.024964215233922005, + "T": 0.023122616112232208, + "P": 0.3993707001209259, + "-": 0.3301069140434265 + }, + "id": "tp_15122" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1890257, + "label": "-", + "classification": { + "B": 3.043208380404394e-05, + "S": 1.2058536640324746e-06, + "I": 0.0009471121593378484, + "C": 6.095452408771962e-05, + "R": 7.903872756287456e-06, + "M": 0.0003587676037568599, + "O": 7.502447988372296e-05, + "W": 3.362149072927423e-06, + "N": 2.2746846298105083e-05, + "Y": 0.0008550735656172037, + "U": 1.4882228924761876e-06, + "K": 2.7028264071304875e-07, + "L": 1.4407859453058336e-05, + "G": 0.0004345072666183114, + "F": 0.000286110705928877, + "E": 0.0003140477929264307, + "T": 0.0012411460047587752, + "P": 0.3152375817298889, + "-": 0.680107831954956 + }, + "id": "tp_15123" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1890390, + "label": "-", + "classification": { + "B": 4.45264589643557e-07, + "S": 1.177810759145359e-06, + "I": 0.0004472056170925498, + "C": 1.925052401929861e-06, + "R": 2.9945010737719713e-07, + "M": 0.00014169371570460498, + "O": 1.0776904673548415e-05, + "W": 3.40635835982539e-07, + "N": 1.557783252792433e-05, + "Y": 0.0044997138902544975, + "U": 1.0888455648228046e-07, + "K": 3.4037329896818846e-06, + "L": 7.011057050476666e-07, + "G": 0.00030379253439605236, + "F": 0.001532019698061049, + "E": 0.0004926639958284795, + "T": 0.003328974125906825, + "P": 0.16858834028244019, + "-": 0.8206307888031006 + }, + "id": "tp_15124" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1890524, + "label": "-", + "classification": { + "B": 1.7239737644558772e-05, + "S": 2.118017800967209e-05, + "I": 0.0026741873007267714, + "C": 0.0007319241412915289, + "R": 0.00014325493248179555, + "M": 0.0010911562712863088, + "O": 0.00027122339815832675, + "W": 3.674855179269798e-05, + "N": 0.0002673984272405505, + "Y": 0.010446328669786453, + "U": 2.7377000151318498e-05, + "K": 0.0006862034788355231, + "L": 3.5420704080024734e-05, + "G": 0.002620688872411847, + "F": 0.017237532883882523, + "E": 0.004237145185470581, + "T": 0.00309442775323987, + "P": 0.14107848703861237, + "-": 0.8152821063995361 + }, + "id": "tp_15125" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1890657, + "label": "-", + "classification": { + "B": 2.016629423451377e-06, + "S": 5.9710828281822614e-06, + "I": 0.0001338768342975527, + "C": 8.505579899065197e-06, + "R": 1.3955641406937502e-06, + "M": 4.2931034840876237e-05, + "O": 3.879716678056866e-05, + "W": 5.149044682184467e-06, + "N": 2.6404108211863786e-05, + "Y": 0.000618371122982353, + "U": 2.096307071042247e-06, + "K": 8.8110777141992e-05, + "L": 1.602995894245396e-06, + "G": 0.00018322857795283198, + "F": 0.00544181652367115, + "E": 0.000322964129736647, + "T": 0.0006034601246938109, + "P": 0.2248077690601349, + "-": 0.7676655054092407 + }, + "id": "tp_15126" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1890757, + "label": "-", + "classification": { + "B": 0.0006346343434415758, + "S": 0.0002636298886500299, + "I": 0.0015253842575475574, + "C": 0.0006380151025950909, + "R": 0.00047507105045951903, + "M": 0.001111938850954175, + "O": 0.0017654221737757325, + "W": 0.00037351733772084117, + "N": 0.00014477707736659795, + "Y": 0.004068195819854736, + "U": 4.1336850699735805e-05, + "K": 3.234843461541459e-05, + "L": 0.00040862648165784776, + "G": 0.001291247084736824, + "F": 0.006914366036653519, + "E": 0.00044448146945796907, + "T": 0.0029420179780572653, + "P": 0.12808094918727875, + "-": 0.8488439917564392 + }, + "id": "tp_15127" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1890891, + "label": "P", + "classification": { + "B": 1.944777977769263e-06, + "S": 6.153640015327255e-07, + "I": 0.0027127698995172977, + "C": 1.7023061445797794e-05, + "R": 3.107153588643996e-06, + "M": 7.450600969605148e-05, + "O": 1.7272561308345757e-05, + "W": 1.4257910834203358e-06, + "N": 7.122130045900121e-05, + "Y": 0.0006833040388301015, + "U": 3.5691618904820643e-07, + "K": 3.295686610726989e-06, + "L": 1.254166249964328e-06, + "G": 0.0001558239891892299, + "F": 0.0010378422448411584, + "E": 0.0018217844190075994, + "T": 0.00020736278383992612, + "P": 0.593065619468689, + "-": 0.4001235067844391 + }, + "id": "tp_15128" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1891024, + "label": "-", + "classification": { + "B": 7.343752804445103e-05, + "S": 3.0151926694088615e-05, + "I": 0.004636859986931086, + "C": 0.0009171933634206653, + "R": 0.00025641408865340054, + "M": 0.0012818571412935853, + "O": 0.00046650381409563124, + "W": 8.013322803890333e-05, + "N": 0.0005089661572128534, + "Y": 0.007704783696681261, + "U": 7.523004023823887e-05, + "K": 0.001148191629908979, + "L": 9.02800093172118e-05, + "G": 0.005945672746747732, + "F": 0.017586734145879745, + "E": 0.010641979053616524, + "T": 0.002545185387134552, + "P": 0.24977228045463562, + "-": 0.6962381601333618 + }, + "id": "tp_15129" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1891158, + "label": "P", + "classification": { + "B": 0.00021568575175479054, + "S": 0.00013254322402644902, + "I": 0.0057385885156691074, + "C": 0.00016499724006280303, + "R": 2.69714819296496e-05, + "M": 0.0010376040590927005, + "O": 0.00031916500302031636, + "W": 6.310906610451639e-05, + "N": 0.0010116384364664555, + "Y": 0.0013354425318539143, + "U": 5.0309987273067236e-05, + "K": 7.769168587401509e-05, + "L": 9.148434764938429e-05, + "G": 0.0008350743446499109, + "F": 0.004343258682638407, + "E": 0.009296460077166557, + "T": 0.0026713982224464417, + "P": 0.750414252281189, + "-": 0.22217433154582977 + }, + "id": "tp_15130" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1891258, + "label": "-", + "classification": { + "B": 9.628724001231603e-06, + "S": 6.421243597287685e-06, + "I": 0.0014130146009847522, + "C": 9.824604785535485e-05, + "R": 2.809987563523464e-05, + "M": 0.00039527605986222625, + "O": 0.0001534582261228934, + "W": 1.0285239113727584e-05, + "N": 7.5311771070119e-05, + "Y": 0.002314615761861205, + "U": 8.849795449350495e-06, + "K": 1.4116749298409559e-05, + "L": 2.4702339942450635e-05, + "G": 0.0008070740732364357, + "F": 0.0023984769359230995, + "E": 0.00045932328794151545, + "T": 0.0024975144769996405, + "P": 0.19458983838558197, + "-": 0.7946957349777222 + }, + "id": "tp_15131" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1891391, + "label": "-", + "classification": { + "B": 0.000577723141759634, + "S": 0.0002766815887298435, + "I": 0.016126440837979317, + "C": 0.003203220432624221, + "R": 0.0009871822549030185, + "M": 0.004491287283599377, + "O": 0.001869700034148991, + "W": 0.0004469909181352705, + "N": 0.002631401875987649, + "Y": 0.012292017228901386, + "U": 0.000624863663688302, + "K": 0.004109852481633425, + "L": 0.0005171910161152482, + "G": 0.011348102241754532, + "F": 0.03365955874323845, + "E": 0.02101955935359001, + "T": 0.007441484369337559, + "P": 0.29474514722824097, + "-": 0.583631694316864 + }, + "id": "tp_15132" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1891525, + "label": "P", + "classification": { + "B": 2.1971545720589347e-06, + "S": 2.32235252042301e-05, + "I": 0.040518052875995636, + "C": 0.0003883454483002424, + "R": 0.00010168142034672201, + "M": 0.0002427815634291619, + "O": 0.00012021229485981166, + "W": 2.460592077113688e-05, + "N": 0.0021133306436240673, + "Y": 0.02233104780316353, + "U": 3.3422186334064463e-06, + "K": 0.0005557727999985218, + "L": 2.95317909149162e-06, + "G": 0.0005732661811634898, + "F": 0.004027999937534332, + "E": 0.0021064099855720997, + "T": 0.004427587613463402, + "P": 0.5290802121162415, + "-": 0.3933570086956024 + }, + "id": "tp_15133" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1891658, + "label": "-", + "classification": { + "B": 5.913865152251674e-06, + "S": 1.7725072893881588e-06, + "I": 0.0006511387182399631, + "C": 3.7364661693573e-05, + "R": 6.095810022088699e-06, + "M": 0.00011699312017299235, + "O": 3.33166572090704e-05, + "W": 2.6224104203720344e-06, + "N": 3.468622162472457e-05, + "Y": 0.001777702011168003, + "U": 2.817484528350178e-06, + "K": 1.7884027329273522e-05, + "L": 4.116795480513247e-06, + "G": 0.00044580508256331086, + "F": 0.0036780412774533033, + "E": 0.0007458549807779491, + "T": 0.0007634958601556718, + "P": 0.2530531585216522, + "-": 0.7386212348937988 + }, + "id": "tp_15134" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1891758, + "label": "-", + "classification": { + "B": 2.994649776155711e-06, + "S": 6.541998800457804e-07, + "I": 6.938035949133337e-05, + "C": 4.110610518637259e-07, + "R": 1.330967478452294e-07, + "M": 1.6916505046538077e-05, + "O": 2.4212415155488998e-05, + "W": 6.156127483336604e-07, + "N": 1.3336655229068128e-06, + "Y": 4.356228237156756e-05, + "U": 2.7941993607782933e-08, + "K": 1.785961933897795e-09, + "L": 1.734840566314233e-06, + "G": 1.2464956853364129e-05, + "F": 7.583758269902319e-05, + "E": 1.3229985597718041e-05, + "T": 0.00013906866661272943, + "P": 0.2873411476612091, + "-": 0.7122563719749451 + }, + "id": "tp_15135" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1891892, + "label": "-", + "classification": { + "B": 5.3959865908836946e-05, + "S": 0.0010315835243090987, + "I": 0.005949607118964195, + "C": 0.0059985010884702206, + "R": 0.002239225199446082, + "M": 0.0032336812000721693, + "O": 0.0054338607005774975, + "W": 0.0014162769075483084, + "N": 0.0023834803141653538, + "Y": 0.1011970043182373, + "U": 0.00012825634621549398, + "K": 0.06054407358169556, + "L": 0.00041982848779298365, + "G": 0.030854545533657074, + "F": 0.1011381521821022, + "E": 0.009462917223572731, + "T": 0.04492780193686485, + "P": 0.04229630157351494, + "-": 0.5812910199165344 + }, + "id": "tp_15136" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1892025, + "label": "P", + "classification": { + "B": 9.62297144724289e-06, + "S": 3.792505958699621e-05, + "I": 0.0011486317962408066, + "C": 6.41996884951368e-05, + "R": 1.7222107999259606e-05, + "M": 3.14668650389649e-05, + "O": 5.2571693231584504e-05, + "W": 2.803026836772915e-05, + "N": 0.0006328585441224277, + "Y": 0.00044081133091822267, + "U": 5.1574902499851305e-06, + "K": 0.0014960116241127253, + "L": 2.9508150873880368e-06, + "G": 0.0007268661283887923, + "F": 0.031564369797706604, + "E": 0.009955802001059055, + "T": 0.0003783525316976011, + "P": 0.7879899144172668, + "-": 0.16541732847690582 + }, + "id": "tp_15137" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1892125, + "label": "-", + "classification": { + "B": 0.00021205880329944193, + "S": 0.0006588203832507133, + "I": 0.13952617347240448, + "C": 0.004005908500403166, + "R": 0.0037150192074477673, + "M": 0.004592249169945717, + "O": 0.0034161866642534733, + "W": 0.0008629444637335837, + "N": 0.012126214802265167, + "Y": 0.2756090760231018, + "U": 0.00019043857173528522, + "K": 0.008968040347099304, + "L": 0.00027043893351219594, + "G": 0.025203648954629898, + "F": 0.013171609491109848, + "E": 0.008647977374494076, + "T": 0.0883815810084343, + "P": 0.07455257326364517, + "-": 0.3358890116214752 + }, + "id": "tp_15138" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1892259, + "label": "P", + "classification": { + "B": 0.00017533270874992013, + "S": 5.1953698857687414e-05, + "I": 0.006689249072223902, + "C": 0.0005295932642184198, + "R": 9.93916328297928e-05, + "M": 0.0009263590327464044, + "O": 0.00043012332753278315, + "W": 4.746765989693813e-05, + "N": 0.0005545701133087277, + "Y": 0.0015226670075207949, + "U": 2.503787436580751e-05, + "K": 2.7746373234549537e-05, + "L": 8.300515037262812e-05, + "G": 0.0012973886914551258, + "F": 0.0026755337603390217, + "E": 0.0028225816786289215, + "T": 0.002015806268900633, + "P": 0.5765242576599121, + "-": 0.40350186824798584 + }, + "id": "tp_15139" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1892392, + "label": "-", + "classification": { + "B": 8.492622072253653e-08, + "S": 6.980925348898381e-08, + "I": 0.0001763015752658248, + "C": 8.518059985362925e-06, + "R": 7.265389285748824e-07, + "M": 1.5666511899325997e-05, + "O": 5.410335688793566e-06, + "W": 1.7690965137262538e-07, + "N": 6.39156451143208e-06, + "Y": 0.00019123397942166775, + "U": 1.8842928284357185e-07, + "K": 1.2062424730174826e-06, + "L": 2.9698301773350977e-07, + "G": 5.403805334935896e-05, + "F": 0.0004866371164098382, + "E": 0.00011048062879126519, + "T": 0.0002502841525711119, + "P": 0.15955662727355957, + "-": 0.8391357064247131 + }, + "id": "tp_15140" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1892526, + "label": "-", + "classification": { + "B": 7.07871039562491e-10, + "S": 2.8540659613440766e-08, + "I": 1.995167986024171e-05, + "C": 6.604259539244595e-08, + "R": 1.316759234981646e-08, + "M": 1.0299183941242518e-06, + "O": 5.410750532064412e-07, + "W": 3.1970913028089853e-08, + "N": 1.359165594294609e-06, + "Y": 2.9383088985923678e-05, + "U": 5.290700766380496e-09, + "K": 3.0870144200889627e-06, + "L": 2.396844500651696e-09, + "G": 1.2477829613999347e-06, + "F": 0.00044183910358697176, + "E": 2.1374164134613238e-05, + "T": 4.0124403312802315e-05, + "P": 0.208685040473938, + "-": 0.7907549142837524 + }, + "id": "tp_15141" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1892626, + "label": "-", + "classification": { + "B": 7.07017898093909e-05, + "S": 8.112348587019369e-05, + "I": 0.023908698931336403, + "C": 0.0018984900088980794, + "R": 0.0010304187890142202, + "M": 0.0019448769744485617, + "O": 0.0006719109951518476, + "W": 8.823844837024808e-05, + "N": 0.0019350206712260842, + "Y": 0.04986969381570816, + "U": 0.00011405733675928786, + "K": 0.0009464622708037496, + "L": 0.00011409389117034152, + "G": 0.008394568227231503, + "F": 0.012247711420059204, + "E": 0.00271503534168005, + "T": 0.025698918849229813, + "P": 0.25438347458839417, + "-": 0.6138865947723389 + }, + "id": "tp_15142" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1892759, + "label": "-", + "classification": { + "B": 0.0001260856370208785, + "S": 0.0002750568382907659, + "I": 0.013719918206334114, + "C": 0.0024992339313030243, + "R": 0.0006030821241438389, + "M": 0.003365647280588746, + "O": 0.0014560811687260866, + "W": 0.00034751559724099934, + "N": 0.0017715073190629482, + "Y": 0.029196972027420998, + "U": 0.00015694499597884715, + "K": 0.00069144630106166, + "L": 0.00021651529823429883, + "G": 0.0033684473019093275, + "F": 0.010066448710858822, + "E": 0.005129992961883545, + "T": 0.021471133455634117, + "P": 0.20242522656917572, + "-": 0.703112781047821 + }, + "id": "tp_15143" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1892893, + "label": "-", + "classification": { + "B": 1.1983040167251602e-05, + "S": 4.100497790204827e-06, + "I": 0.004227076657116413, + "C": 0.00015851296484470367, + "R": 6.009420030750334e-05, + "M": 0.00048503620200790465, + "O": 0.00013404028140939772, + "W": 1.2151795090176165e-05, + "N": 0.0001463404332753271, + "Y": 0.004051924217492342, + "U": 1.0195733921136707e-05, + "K": 1.4853435459372122e-05, + "L": 3.112079139100388e-05, + "G": 0.0009966538054868579, + "F": 0.0018308123107999563, + "E": 0.0015606579836457968, + "T": 0.0022400838788598776, + "P": 0.2828669250011444, + "-": 0.7011574506759644 + }, + "id": "tp_15144" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1893026, + "label": "-", + "classification": { + "B": 1.8415471458865795e-06, + "S": 3.0545605113729835e-05, + "I": 0.0036234185099601746, + "C": 3.743982597370632e-05, + "R": 2.2411371901398525e-05, + "M": 0.0001618992246221751, + "O": 0.00016037601744756103, + "W": 1.7139271221822128e-05, + "N": 0.0010226443409919739, + "Y": 0.001699393498711288, + "U": 1.1269811693637166e-05, + "K": 0.0011684218188747764, + "L": 4.1774687815632205e-06, + "G": 0.0003777082310989499, + "F": 0.0069909654557704926, + "E": 0.0014858272625133395, + "T": 0.003395168576389551, + "P": 0.3876907229423523, + "-": 0.592098593711853 + }, + "id": "tp_15145" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1893126, + "label": "-", + "classification": { + "B": 6.402084545698017e-05, + "S": 9.614122973289341e-05, + "I": 0.053126752376556396, + "C": 0.0014691719552502036, + "R": 0.0009960895404219627, + "M": 0.003638639347627759, + "O": 0.0011759732151404023, + "W": 0.00010551126615609974, + "N": 0.002197468187659979, + "Y": 0.032831866294145584, + "U": 8.612005331087857e-05, + "K": 0.00011219251609873027, + "L": 0.0002499581896699965, + "G": 0.007871594280004501, + "F": 0.004042244516313076, + "E": 0.0029191637877374887, + "T": 0.03911680355668068, + "P": 0.288688600063324, + "-": 0.5612117052078247 + }, + "id": "tp_15146" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1893260, + "label": "-", + "classification": { + "B": 7.251890929182991e-05, + "S": 1.5842539141885936e-05, + "I": 0.012844597920775414, + "C": 0.0004958999343216419, + "R": 0.00016201917605940253, + "M": 0.0006434160750359297, + "O": 0.00036866936716251075, + "W": 3.165510133840144e-05, + "N": 0.0003978366730734706, + "Y": 0.011846055276691914, + "U": 2.5558116249158047e-05, + "K": 8.963515028881375e-06, + "L": 7.850045221857727e-05, + "G": 0.002466042758896947, + "F": 0.0009571578702889383, + "E": 0.0010461298516020179, + "T": 0.012337171472609043, + "P": 0.38247424364089966, + "-": 0.5737276673316956 + }, + "id": "tp_15147" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1893393, + "label": "P", + "classification": { + "B": 0.0007985045085661113, + "S": 0.000530552351847291, + "I": 0.050766024738550186, + "C": 0.007008950226008892, + "R": 0.0010915767634287477, + "M": 0.006487717851996422, + "O": 0.0016247896710410714, + "W": 0.000582354434300214, + "N": 0.010699628852307796, + "Y": 0.036640770733356476, + "U": 0.0002872236364055425, + "K": 0.012386620976030827, + "L": 0.000539662316441536, + "G": 0.03520539030432701, + "F": 0.06705465167760849, + "E": 0.22658105194568634, + "T": 0.009094256907701492, + "P": 0.3275061547756195, + "-": 0.20511412620544434 + }, + "id": "tp_15148" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1893527, + "label": "-", + "classification": { + "B": 0.00020426377886906266, + "S": 0.0003444048634264618, + "I": 0.009723728522658348, + "C": 0.005478343926370144, + "R": 0.001293988199904561, + "M": 0.0034200246445834637, + "O": 0.001765938475728035, + "W": 0.0006293273763731122, + "N": 0.0025676151271909475, + "Y": 0.04970364272594452, + "U": 0.00026564893778413534, + "K": 0.013217016123235226, + "L": 0.00031267263693735003, + "G": 0.01866280287504196, + "F": 0.08965249359607697, + "E": 0.029876112937927246, + "T": 0.012659710831940174, + "P": 0.15884482860565186, + "-": 0.601377546787262 + }, + "id": "tp_15149" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1893627, + "label": "-", + "classification": { + "B": 0.00041108811274170876, + "S": 0.0001647471362957731, + "I": 0.009429201483726501, + "C": 0.0013266289606690407, + "R": 0.0004614126228261739, + "M": 0.0020472786854952574, + "O": 0.0015974228736013174, + "W": 0.0002855414350051433, + "N": 0.0012228154810145497, + "Y": 0.006735864095389843, + "U": 0.00029074313351884484, + "K": 0.00022255555086303502, + "L": 0.0005288051324896514, + "G": 0.003954282030463219, + "F": 0.007073496002703905, + "E": 0.004381182137876749, + "T": 0.010252924636006355, + "P": 0.3753367066383362, + "-": 0.5742773413658142 + }, + "id": "tp_15150" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1893760, + "label": "-", + "classification": { + "B": 1.0924479738605442e-06, + "S": 2.5862968868750613e-06, + "I": 0.00014880918024573475, + "C": 1.660482848819811e-05, + "R": 3.282441184637719e-06, + "M": 6.912057870067656e-05, + "O": 1.937299020937644e-05, + "W": 3.2798097890918143e-06, + "N": 1.3495074199454393e-05, + "Y": 0.003409859724342823, + "U": 9.173245416604914e-07, + "K": 0.0005070496117696166, + "L": 8.326575198225328e-07, + "G": 0.0003315357316751033, + "F": 0.005589806940406561, + "E": 0.0017823278903961182, + "T": 0.0005869861342944205, + "P": 0.05232222378253937, + "-": 0.9351907968521118 + }, + "id": "tp_15151" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1893894, + "label": "P", + "classification": { + "B": 1.0500864391360665e-06, + "S": 1.327046447840985e-06, + "I": 0.002566486829891801, + "C": 1.266318213311024e-05, + "R": 1.4345317822517245e-06, + "M": 7.306165571208112e-06, + "O": 4.282051122572739e-06, + "W": 1.0886470818149974e-06, + "N": 0.00016904657240957022, + "Y": 6.183404184412211e-05, + "U": 8.572902174819319e-07, + "K": 6.573940936505096e-06, + "L": 4.3073029587503697e-07, + "G": 2.3648915885132737e-05, + "F": 0.00034880757448263466, + "E": 0.0009314276976510882, + "T": 7.269929483300075e-05, + "P": 0.9120379686355591, + "-": 0.08375099301338196 + }, + "id": "tp_15152" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1894027, + "label": "P", + "classification": { + "B": 1.9400149540160783e-06, + "S": 9.65732124313945e-06, + "I": 0.006636573001742363, + "C": 5.8319907111581415e-05, + "R": 1.4615603504353203e-05, + "M": 0.00010619037493597716, + "O": 6.720625970046967e-05, + "W": 7.321190878428752e-06, + "N": 0.0006052727112546563, + "Y": 0.0005980079877190292, + "U": 4.879662810708396e-06, + "K": 5.298893665894866e-05, + "L": 5.001964382245205e-06, + "G": 0.00021532454411499202, + "F": 0.0013041544007137418, + "E": 0.0018045477336272597, + "T": 0.0007440931512974203, + "P": 0.6775184869766235, + "-": 0.3102453052997589 + }, + "id": "tp_15153" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1894127, + "label": "P", + "classification": { + "B": 8.047601696148377e-09, + "S": 2.0539210332515268e-09, + "I": 7.398663001367822e-05, + "C": 3.453050965163129e-07, + "R": 1.3754235084206812e-08, + "M": 1.6923936527746264e-06, + "O": 2.635924261085165e-07, + "W": 6.337863567296154e-09, + "N": 6.290047736001725e-07, + "Y": 4.270311364962254e-06, + "U": 4.3358112655766945e-09, + "K": 3.5852631974364613e-09, + "L": 1.321909604001803e-08, + "G": 2.431442908346071e-06, + "F": 2.842741014319472e-05, + "E": 1.646505006647203e-05, + "T": 1.3695734196517151e-05, + "P": 0.6472774147987366, + "-": 0.35258039832115173 + }, + "id": "tp_15154" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1894261, + "label": "-", + "classification": { + "B": 0.0003620048810262233, + "S": 0.00016469658294226974, + "I": 0.007407531142234802, + "C": 0.0018118793377652764, + "R": 0.0008171505178324878, + "M": 0.003464804496616125, + "O": 0.0016440022736787796, + "W": 0.00029112608171999454, + "N": 0.0014806812396273017, + "Y": 0.026900433003902435, + "U": 0.00033757227356545627, + "K": 0.002232341328635812, + "L": 0.00039238037425093353, + "G": 0.010469730943441391, + "F": 0.03211432695388794, + "E": 0.01230662316083908, + "T": 0.010520204901695251, + "P": 0.1969023048877716, + "-": 0.6903801560401917 + }, + "id": "tp_15155" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1894394, + "label": "-", + "classification": { + "B": 5.04819217894692e-05, + "S": 7.94056904851459e-06, + "I": 0.018056850880384445, + "C": 0.0005719372420571744, + "R": 0.00010415800352348015, + "M": 0.0009654879686422646, + "O": 0.0001221755228471011, + "W": 1.11454291982227e-05, + "N": 0.000285221787635237, + "Y": 0.014689480885863304, + "U": 8.477200935885776e-06, + "K": 1.0680018021957949e-05, + "L": 4.4844477088190615e-05, + "G": 0.0026680626906454563, + "F": 0.0016346951015293598, + "E": 0.003200165694579482, + "T": 0.0027991619426757097, + "P": 0.41773393750190735, + "-": 0.5370351076126099 + }, + "id": "tp_15156" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1894528, + "label": "-", + "classification": { + "B": 1.7593281882000156e-05, + "S": 5.926848098170012e-05, + "I": 0.002761787036433816, + "C": 0.0003724744892679155, + "R": 7.372353866230696e-05, + "M": 0.0006540186004713178, + "O": 0.0003177313774358481, + "W": 9.217631304636598e-05, + "N": 0.0005767047987319529, + "Y": 0.004043968394398689, + "U": 4.551901656668633e-05, + "K": 0.002539184642955661, + "L": 2.2489792172564194e-05, + "G": 0.0009577008895576, + "F": 0.024290889501571655, + "E": 0.007762113586068153, + "T": 0.0018608305836096406, + "P": 0.2174670547246933, + "-": 0.7360847592353821 + }, + "id": "tp_15157" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1894628, + "label": "-", + "classification": { + "B": 8.308547876367811e-06, + "S": 3.0245331799960695e-05, + "I": 0.005257671233266592, + "C": 0.00023786303063388914, + "R": 0.00011459647794254124, + "M": 0.00036598340375348926, + "O": 0.00027088625938631594, + "W": 6.940202001715079e-05, + "N": 0.0011951058404520154, + "Y": 0.04042346403002739, + "U": 1.4822722732787952e-05, + "K": 0.020764075219631195, + "L": 6.183168807183392e-06, + "G": 0.005388225894421339, + "F": 0.027877721935510635, + "E": 0.014838642440736294, + "T": 0.008433307521045208, + "P": 0.15538108348846436, + "-": 0.7193224430084229 + }, + "id": "tp_15158" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1894761, + "label": "-", + "classification": { + "B": 7.513437338957374e-08, + "S": 4.543313281146766e-08, + "I": 7.913360605016351e-05, + "C": 4.494405402510893e-06, + "R": 3.6838500250269135e-07, + "M": 1.4372498299053404e-05, + "O": 3.132924121018732e-06, + "W": 9.412320878254832e-08, + "N": 1.3284170563565567e-06, + "Y": 0.00017334468429908156, + "U": 5.443081718681242e-08, + "K": 7.621211040031994e-08, + "L": 2.184687133421903e-07, + "G": 2.5121484213741496e-05, + "F": 0.0002489290782250464, + "E": 4.48404680355452e-05, + "T": 0.00017412407032679766, + "P": 0.1323864907026291, + "-": 0.8668438196182251 + }, + "id": "tp_15159" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1894895, + "label": "-", + "classification": { + "B": 0.00014037489017937332, + "S": 0.0004344580229371786, + "I": 0.011263729073107243, + "C": 0.004495114088058472, + "R": 0.0014871044550091028, + "M": 0.0025871407706290483, + "O": 0.0017871983582153916, + "W": 0.0007399664609692991, + "N": 0.0031054585706442595, + "Y": 0.02323174849152565, + "U": 0.0004553688922896981, + "K": 0.008512511849403381, + "L": 0.00034559861524030566, + "G": 0.004813102539628744, + "F": 0.053386710584163666, + "E": 0.010706457309424877, + "T": 0.011079329997301102, + "P": 0.18169748783111572, + "-": 0.6797311902046204 + }, + "id": "tp_15160" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1895028, + "label": "-", + "classification": { + "B": 1.9824628338938055e-07, + "S": 4.704318357084958e-08, + "I": 0.0004740360891446471, + "C": 3.122871476080036e-06, + "R": 8.127577189043222e-07, + "M": 1.5972602341207676e-05, + "O": 4.017501851194538e-06, + "W": 1.5419938392824406e-07, + "N": 5.349498678697273e-06, + "Y": 0.00019721077114809304, + "U": 1.8173304283664038e-07, + "K": 3.369987382484396e-07, + "L": 4.925348662254692e-07, + "G": 4.726964107248932e-05, + "F": 0.00025954010197892785, + "E": 0.0001451154239475727, + "T": 0.0001796160649973899, + "P": 0.3701707124710083, + "-": 0.6284958124160767 + }, + "id": "tp_15161" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1895128, + "label": "P", + "classification": { + "B": 1.4121445929049514e-05, + "S": 1.2020417671010364e-05, + "I": 0.004260155372321606, + "C": 0.00016542496450711042, + "R": 3.573439607862383e-05, + "M": 0.00031197015778161585, + "O": 0.00017092973575927317, + "W": 1.6069901903392747e-05, + "N": 0.00032676689443178475, + "Y": 0.0010193786583840847, + "U": 1.745950612530578e-05, + "K": 3.2868778362171724e-05, + "L": 2.5458122763666324e-05, + "G": 0.0006427607731893659, + "F": 0.0025628216098994017, + "E": 0.001112479018047452, + "T": 0.001898427028208971, + "P": 0.5383983254432678, + "-": 0.44897690415382385 + }, + "id": "tp_15162" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1895262, + "label": "P", + "classification": { + "B": 1.1172932090630638e-07, + "S": 1.2186705866668035e-08, + "I": 0.00025633812765590847, + "C": 2.0733587007271126e-06, + "R": 1.091589183488395e-07, + "M": 3.6928286135662347e-06, + "O": 6.185541678860318e-07, + "W": 4.720952162529102e-08, + "N": 7.0649230110575445e-06, + "Y": 0.0003798377001658082, + "U": 9.601918549151378e-08, + "K": 1.610875187907368e-05, + "L": 1.944557226352117e-08, + "G": 7.862801430746913e-05, + "F": 0.000506552925799042, + "E": 0.0009119708556681871, + "T": 5.3420128097059205e-05, + "P": 0.5119717717170715, + "-": 0.4858115315437317 + }, + "id": "tp_15163" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1895395, + "label": "P", + "classification": { + "B": 3.1687050068285316e-06, + "S": 1.1739313094949466e-06, + "I": 0.001011803513392806, + "C": 1.3319656318344641e-05, + "R": 9.63894876804261e-07, + "M": 2.9289985832292587e-05, + "O": 5.902793418499641e-06, + "W": 1.0474582268216182e-06, + "N": 5.1025916036451235e-05, + "Y": 0.00048322672955691814, + "U": 1.2276792631382705e-06, + "K": 1.2150004295108374e-05, + "L": 6.770978302483854e-07, + "G": 8.253009582404047e-05, + "F": 0.0017862884560599923, + "E": 0.0012083809124305844, + "T": 0.00015191873535513878, + "P": 0.7011296153068542, + "-": 0.2940262258052826 + }, + "id": "tp_15164" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1895529, + "label": "-", + "classification": { + "B": 8.019407687243074e-05, + "S": 2.0094401406822726e-05, + "I": 0.02063053660094738, + "C": 0.0013641603291034698, + "R": 0.00023418638738803566, + "M": 0.0030600547324866056, + "O": 0.0004024905792903155, + "W": 3.7276215152814984e-05, + "N": 0.0005779339699074626, + "Y": 0.029962126165628433, + "U": 4.3152758735232055e-05, + "K": 7.950522558530793e-05, + "L": 0.00010764588660094887, + "G": 0.0077576288022100925, + "F": 0.0028381289448589087, + "E": 0.006227512378245592, + "T": 0.013130633160471916, + "P": 0.27617892622947693, + "-": 0.6372677087783813 + }, + "id": "tp_15165" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1895629, + "label": "-", + "classification": { + "B": 5.391820536715386e-07, + "S": 2.1061819666101655e-07, + "I": 0.0008168229833245277, + "C": 2.4145494535332546e-05, + "R": 2.140289325325284e-06, + "M": 1.9610051822382957e-05, + "O": 3.968132205045549e-06, + "W": 1.5702573818998644e-07, + "N": 2.6413033992866985e-05, + "Y": 0.0010165933053940535, + "U": 4.2638046693355136e-07, + "K": 1.774317388480995e-05, + "L": 2.5434277972635755e-07, + "G": 0.0003251550951972604, + "F": 0.0016529281856492162, + "E": 0.0008419608930125833, + "T": 0.00022371549857780337, + "P": 0.2884634733200073, + "-": 0.7065637707710266 + }, + "id": "tp_15166" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1895762, + "label": "-", + "classification": { + "B": 1.3613194127515271e-08, + "S": 1.5868938163521307e-08, + "I": 5.5607339163543656e-05, + "C": 1.843123300204752e-06, + "R": 1.0201097211393062e-07, + "M": 1.2686847412624047e-06, + "O": 6.894720741001947e-07, + "W": 7.942691127027501e-08, + "N": 1.773158601281466e-06, + "Y": 2.889708775910549e-05, + "U": 8.186172806290415e-08, + "K": 1.305980845245358e-06, + "L": 3.2394002147384526e-08, + "G": 4.253346560290083e-06, + "F": 0.00039449360338039696, + "E": 4.2747553379740566e-05, + "T": 4.035058736917563e-05, + "P": 0.3358380198478699, + "-": 0.6635884046554565 + }, + "id": "tp_15167" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1895896, + "label": "P", + "classification": { + "B": 3.410808494663797e-05, + "S": 2.9055809136480093e-06, + "I": 0.00972394272685051, + "C": 3.0423509087995626e-05, + "R": 1.2324376257311087e-06, + "M": 0.0004079671925865114, + "O": 9.193515325023327e-06, + "W": 7.766944349896221e-07, + "N": 0.0001621035044081509, + "Y": 0.0003361368435434997, + "U": 1.5994737623259425e-07, + "K": 5.239273832557956e-07, + "L": 4.6183304220903665e-06, + "G": 0.0003115838044323027, + "F": 0.0006776365335099399, + "E": 0.04785281419754028, + "T": 8.962542051449418e-05, + "P": 0.8756420612335205, + "-": 0.06471219658851624 + }, + "id": "tp_15168" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1896029, + "label": "-", + "classification": { + "B": 1.9848992451443337e-05, + "S": 1.239585799339693e-05, + "I": 0.005784989334642887, + "C": 0.00012121631152695045, + "R": 7.332248787861317e-05, + "M": 0.0005242678453214467, + "O": 0.0001583762641530484, + "W": 1.0444632607686799e-05, + "N": 0.0003551520057953894, + "Y": 0.00448155403137207, + "U": 1.305712248722557e-05, + "K": 0.00020046102872584015, + "L": 3.008245039382018e-05, + "G": 0.0023594561498612165, + "F": 0.0121531430631876, + "E": 0.0036110663786530495, + "T": 0.0019126959377899766, + "P": 0.47958654165267944, + "-": 0.4885919690132141 + }, + "id": "tp_15169" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1896129, + "label": "P", + "classification": { + "B": 1.1646088751149364e-06, + "S": 9.725679319672054e-07, + "I": 0.0012256557820364833, + "C": 5.8643654483603314e-05, + "R": 2.9208931664470583e-06, + "M": 7.018799806246534e-05, + "O": 1.4041415852261707e-05, + "W": 1.4628183180320775e-06, + "N": 4.3305331928422675e-05, + "Y": 0.0003286307619418949, + "U": 1.170331643152167e-06, + "K": 4.73498630526592e-06, + "L": 1.9479120965115726e-06, + "G": 0.00010812512482516468, + "F": 0.0012196630705147982, + "E": 0.0014102067798376083, + "T": 0.00025777408154681325, + "P": 0.5059788823127747, + "-": 0.48927053809165955 + }, + "id": "tp_15170" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1896263, + "label": "P", + "classification": { + "B": 7.066672935707174e-08, + "S": 8.349624067705008e-07, + "I": 0.00022868732048664242, + "C": 1.0065624564958853e-06, + "R": 3.1416914225701476e-07, + "M": 6.1201121752674226e-06, + "O": 6.496455171145499e-06, + "W": 1.05239155345771e-06, + "N": 4.435995651874691e-05, + "Y": 0.00036261766217648983, + "U": 1.773385633896396e-07, + "K": 0.00016162706015165895, + "L": 9.498297970367275e-08, + "G": 6.605972157558426e-05, + "F": 0.010919401422142982, + "E": 0.0014236305141821504, + "T": 0.00015537950093857944, + "P": 0.5633159875869751, + "-": 0.42330610752105713 + }, + "id": "tp_15171" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1896396, + "label": "-", + "classification": { + "B": 2.8504285864983103e-07, + "S": 3.1663319077779306e-07, + "I": 0.0003957728622481227, + "C": 1.2342834452283569e-05, + "R": 1.0307675211151945e-06, + "M": 1.842148594732862e-05, + "O": 9.105315257329494e-06, + "W": 4.864559741690755e-07, + "N": 1.6301662981277332e-05, + "Y": 0.00018953178368974477, + "U": 5.497500410456269e-07, + "K": 1.2774345350408112e-06, + "L": 6.875225153635256e-07, + "G": 5.8605874073691666e-05, + "F": 0.0005115616368129849, + "E": 0.00011701155017362908, + "T": 0.0003355261287651956, + "P": 0.4538731575012207, + "-": 0.5444579720497131 + }, + "id": "tp_15172" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1896530, + "label": "-", + "classification": { + "B": 4.7543298187235905e-09, + "S": 4.7013720916311286e-08, + "I": 9.419281013833825e-06, + "C": 2.824314719873655e-07, + "R": 6.12073804973079e-08, + "M": 8.068794699056525e-08, + "O": 3.4666487636059173e-07, + "W": 3.684037963580522e-08, + "N": 7.967344117787434e-07, + "Y": 9.754364327818621e-06, + "U": 1.6218651310850873e-08, + "K": 6.57799148484628e-07, + "L": 4.507366035966243e-09, + "G": 7.099764616214088e-07, + "F": 0.0007013908470980823, + "E": 5.221498213359155e-06, + "T": 1.012152097246144e-05, + "P": 0.33759036660194397, + "-": 0.6616705656051636 + }, + "id": "tp_15173" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1896630, + "label": "-", + "classification": { + "B": 3.8854377635288984e-05, + "S": 5.202095053391531e-06, + "I": 0.004832052625715733, + "C": 0.0001007801984087564, + "R": 1.9674129362101667e-05, + "M": 0.0009384458535350859, + "O": 0.00011013565381290391, + "W": 5.09488472744124e-06, + "N": 8.24328963062726e-05, + "Y": 0.005665382370352745, + "U": 1.6307913028867915e-06, + "K": 2.8974238830414834e-06, + "L": 2.1918938728049397e-05, + "G": 0.0013624564744532108, + "F": 0.00093854870647192, + "E": 0.0013168595032766461, + "T": 0.00484034838154912, + "P": 0.198876291513443, + "-": 0.780841052532196 + }, + "id": "tp_15174" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1896763, + "label": "P", + "classification": { + "B": 1.3491429327883164e-11, + "S": 9.990282906491288e-12, + "I": 1.9266441086074337e-05, + "C": 5.6623918887055424e-09, + "R": 1.5018324084348222e-10, + "M": 2.5502801648258355e-08, + "O": 1.1510760122845909e-09, + "W": 1.0649296548759235e-11, + "N": 3.006586624110241e-08, + "Y": 2.234808789580711e-06, + "U": 2.516908730043621e-11, + "K": 3.5287543720396997e-11, + "L": 3.985217364443905e-11, + "G": 3.6018604987475555e-08, + "F": 1.235311287928198e-06, + "E": 9.091137371797231e-07, + "T": 1.5668279047531541e-06, + "P": 0.7773067355155945, + "-": 0.22266791760921478 + }, + "id": "tp_15175" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1896897, + "label": "P", + "classification": { + "B": 1.806352983857451e-10, + "S": 3.302746617861452e-11, + "I": 1.183042968477821e-05, + "C": 1.8044609362277697e-08, + "R": 4.121413765822979e-10, + "M": 4.949211884763827e-08, + "O": 3.5302667455994197e-09, + "W": 2.7958019579998883e-11, + "N": 2.636796914146089e-08, + "Y": 1.3051393580099102e-05, + "U": 4.305170803187153e-11, + "K": 4.0631009667890794e-10, + "L": 1.4197928943637805e-10, + "G": 1.02831177173357e-06, + "F": 3.685735646286048e-05, + "E": 3.8230541576922406e-06, + "T": 1.3201971569287707e-06, + "P": 0.5739619135856628, + "-": 0.42597007751464844 + }, + "id": "tp_15176" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1897030, + "label": "-", + "classification": { + "B": 1.3323085568117676e-06, + "S": 2.808362523865071e-06, + "I": 0.0006797041860409081, + "C": 6.332567863864824e-05, + "R": 4.711243036581436e-06, + "M": 0.00011177918349858373, + "O": 3.1344414310297e-05, + "W": 5.90142826695228e-06, + "N": 6.411498907255009e-05, + "Y": 0.001430893549695611, + "U": 4.013493253296474e-06, + "K": 0.00025046864175237715, + "L": 2.4622406726848567e-06, + "G": 0.0003815270320046693, + "F": 0.009371365420520306, + "E": 0.0017246493371203542, + "T": 0.00044564271229319274, + "P": 0.26187971234321594, + "-": 0.723544180393219 + }, + "id": "tp_15177" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1897130, + "label": "-", + "classification": { + "B": 6.686917117804114e-07, + "S": 4.465908176598532e-08, + "I": 0.0002935543889179826, + "C": 2.755496780082467e-06, + "R": 3.3628708706601174e-07, + "M": 8.583458111388609e-06, + "O": 3.637609552242793e-06, + "W": 1.0008336204236912e-07, + "N": 4.678406639868626e-06, + "Y": 0.00011526717571541667, + "U": 1.3716037017275085e-07, + "K": 4.865846676693764e-07, + "L": 3.249257360948832e-07, + "G": 0.00011122516298200935, + "F": 0.000741351570468396, + "E": 0.00018759754311759025, + "T": 0.00010519887291593477, + "P": 0.3336629569530487, + "-": 0.6647610664367676 + }, + "id": "tp_15178" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1897264, + "label": "-", + "classification": { + "B": 2.272750182497063e-10, + "S": 2.2372852459540127e-09, + "I": 1.0248208127450198e-05, + "C": 5.914296252740314e-08, + "R": 5.31577493134705e-09, + "M": 9.46617291219809e-08, + "O": 6.939020380514194e-08, + "W": 8.497139658558694e-10, + "N": 2.048196563464444e-07, + "Y": 7.187577011791291e-06, + "U": 6.300005517267948e-10, + "K": 6.302881327968635e-09, + "L": 6.007908059935119e-10, + "G": 3.664113989998441e-07, + "F": 6.42298546154052e-05, + "E": 7.724639772277442e-07, + "T": 1.027263260766631e-05, + "P": 0.36185646057128906, + "-": 0.6380500793457031 + }, + "id": "tp_15179" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1897397, + "label": "P", + "classification": { + "B": 1.3420394573415706e-08, + "S": 2.2284977418962626e-08, + "I": 0.005595345050096512, + "C": 4.96957636642037e-06, + "R": 6.964992849134433e-07, + "M": 1.4367717085406184e-05, + "O": 2.088335577354883e-06, + "W": 8.161619291513489e-08, + "N": 4.6897905122023076e-05, + "Y": 0.0006248871795833111, + "U": 2.696163647897265e-08, + "K": 1.3648477761307731e-06, + "L": 3.727201658421109e-08, + "G": 5.281453559291549e-05, + "F": 0.00010480261698830873, + "E": 0.0006887040217407048, + "T": 0.00030365970451384783, + "P": 0.5898145437240601, + "-": 0.4027446210384369 + }, + "id": "tp_15180" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1897531, + "label": "-", + "classification": { + "B": 1.261035009747502e-07, + "S": 6.563507781720546e-07, + "I": 5.478997991303913e-05, + "C": 4.3375808900236734e-07, + "R": 6.339460867366142e-08, + "M": 2.6143883587792516e-05, + "O": 4.132340109208599e-06, + "W": 3.016863274751813e-07, + "N": 3.0426670036831638e-06, + "Y": 0.00020252555259503424, + "U": 1.214953897488158e-07, + "K": 2.396704303464503e-06, + "L": 1.5597548497225944e-07, + "G": 7.061087671900168e-06, + "F": 0.0005879937671124935, + "E": 0.00011421891395002604, + "T": 0.0005794640746898949, + "P": 0.15467922389507294, + "-": 0.8437370657920837 + }, + "id": "tp_15181" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1897631, + "label": "-", + "classification": { + "B": 1.0194836086441228e-08, + "S": 9.897207497999716e-09, + "I": 0.0001287225168198347, + "C": 8.660467756271828e-07, + "R": 6.366616389641422e-08, + "M": 8.264566531579476e-06, + "O": 1.0220273907179944e-06, + "W": 2.2746075245549946e-08, + "N": 3.6062822346139e-06, + "Y": 9.833589137997478e-05, + "U": 2.7426015236642343e-08, + "K": 4.935136530548334e-07, + "L": 3.009447979707147e-08, + "G": 9.386896635987796e-06, + "F": 0.00030708115082234144, + "E": 9.988959936890751e-05, + "T": 9.969944949261844e-05, + "P": 0.3834376633167267, + "-": 0.6158047914505005 + }, + "id": "tp_15182" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1897764, + "label": "-", + "classification": { + "B": 2.877764870845567e-07, + "S": 1.5704287648077297e-07, + "I": 0.002000225242227316, + "C": 7.087289850460365e-05, + "R": 1.40502352223848e-05, + "M": 0.00013199647946748883, + "O": 2.0051966203027405e-05, + "W": 9.030077876559517e-07, + "N": 3.350813494762406e-05, + "Y": 0.004281136207282543, + "U": 1.1216399116165121e-06, + "K": 2.3969692847458646e-05, + "L": 1.185056248687033e-06, + "G": 0.0004466648679226637, + "F": 0.0005200764862820506, + "E": 0.0010305664036422968, + "T": 0.0013565077679231763, + "P": 0.09432266652584076, + "-": 0.8957440257072449 + }, + "id": "tp_15183" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1897898, + "label": "P", + "classification": { + "B": 0.00017287471564486623, + "S": 4.791656829183921e-05, + "I": 0.01396147720515728, + "C": 0.00027819277602247894, + "R": 7.725517207290977e-05, + "M": 0.0009605616214685142, + "O": 0.0002377567143412307, + "W": 6.1031285440549254e-05, + "N": 0.0014682627515867352, + "Y": 0.004116843454539776, + "U": 4.26043443439994e-05, + "K": 0.0002852249308489263, + "L": 4.100370279047638e-05, + "G": 0.0015039783902466297, + "F": 0.002788746729493141, + "E": 0.01370636373758316, + "T": 0.002103965263813734, + "P": 0.6968210935592651, + "-": 0.26132485270500183 + }, + "id": "tp_15184" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1898031, + "label": "-", + "classification": { + "B": 5.365457730888146e-11, + "S": 2.327938397606033e-10, + "I": 1.0278622539772186e-06, + "C": 2.7314086548102523e-09, + "R": 5.018212581586745e-11, + "M": 6.242259598110422e-09, + "O": 1.2415873662519061e-08, + "W": 2.017746941751497e-10, + "N": 2.9253659050709757e-08, + "Y": 4.424504709277244e-07, + "U": 8.375776461289064e-11, + "K": 4.472711978564803e-09, + "L": 3.6832210892345785e-11, + "G": 2.682598498893185e-08, + "F": 5.6272921938216314e-05, + "E": 8.142264960042667e-07, + "T": 5.723212552766199e-07, + "P": 0.3261156976222992, + "-": 0.6738251447677612 + }, + "id": "tp_15185" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1898131, + "label": "P", + "classification": { + "B": 4.301910649928686e-08, + "S": 2.458998338283891e-08, + "I": 0.00023167344625107944, + "C": 2.636166072988999e-06, + "R": 1.665518851723391e-07, + "M": 2.3959705686138477e-06, + "O": 8.453589543933049e-07, + "W": 6.51738432111415e-08, + "N": 5.1781057663902175e-06, + "Y": 3.5852764995070174e-05, + "U": 6.851016820519362e-08, + "K": 1.345923806184146e-06, + "L": 2.1487357670935125e-08, + "G": 6.938447768334299e-06, + "F": 0.00022476402227766812, + "E": 8.538991824025288e-05, + "T": 3.730896787601523e-05, + "P": 0.5188173055648804, + "-": 0.4805479049682617 + }, + "id": "tp_15186" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1898265, + "label": "-", + "classification": { + "B": 7.201430562986388e-10, + "S": 2.3048828123872767e-10, + "I": 9.861088983598165e-06, + "C": 1.0012632856160053e-07, + "R": 8.113083538319188e-09, + "M": 1.198309064420755e-06, + "O": 1.095650787874547e-07, + "W": 1.136922778144367e-09, + "N": 5.129328783937126e-08, + "Y": 4.123200778849423e-05, + "U": 1.2785350556043795e-09, + "K": 3.3788254416577956e-09, + "L": 3.9971697063379e-09, + "G": 1.798216430870525e-06, + "F": 1.6587122445343994e-05, + "E": 3.002753373948508e-06, + "T": 4.907337643089704e-05, + "P": 0.0807298943400383, + "-": 0.9191471934318542 + }, + "id": "tp_15187" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1898398, + "label": "-", + "classification": { + "B": 0.0001749419461702928, + "S": 2.5714691219036467e-05, + "I": 0.0037275240756571293, + "C": 0.0009692072635516524, + "R": 0.0001580768876010552, + "M": 0.0016728888731449842, + "O": 0.0004947849665768445, + "W": 2.719366420933511e-05, + "N": 0.00025787015329115093, + "Y": 0.0034116795286536217, + "U": 3.170108902850188e-05, + "K": 3.7879523006267846e-05, + "L": 0.0002768106642179191, + "G": 0.006265097763389349, + "F": 0.011712241917848587, + "E": 0.005105228163301945, + "T": 0.0036080442368984222, + "P": 0.2395322024822235, + "-": 0.7225109338760376 + }, + "id": "tp_15188" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1898532, + "label": "P", + "classification": { + "B": 6.1647806859355114e-09, + "S": 2.1959884577427147e-08, + "I": 0.0002011084434343502, + "C": 3.466115856554097e-07, + "R": 3.322944408523654e-08, + "M": 9.528143323223048e-07, + "O": 5.987072313473618e-07, + "W": 4.482047089027219e-08, + "N": 4.37173275713576e-06, + "Y": 1.7367667169310153e-05, + "U": 1.3544378063556906e-08, + "K": 2.11812732686667e-07, + "L": 9.268334544287882e-09, + "G": 1.0258085012537776e-06, + "F": 9.045271872309968e-05, + "E": 5.7080738770309836e-05, + "T": 2.1347157598938793e-05, + "P": 0.6161855459213257, + "-": 0.3834194242954254 + }, + "id": "tp_15189" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1898632, + "label": "-", + "classification": { + "B": 1.8726882444752846e-06, + "S": 6.347985959109792e-07, + "I": 0.0006168057443574071, + "C": 5.599023279501125e-05, + "R": 5.137312655278947e-06, + "M": 0.000273538869805634, + "O": 3.211105286027305e-05, + "W": 1.0328225243938505e-06, + "N": 1.1422991519793868e-05, + "Y": 0.00162029720377177, + "U": 2.06681670533726e-06, + "K": 4.7633398025936913e-07, + "L": 1.3399047020357102e-05, + "G": 0.0005331557476893067, + "F": 0.0005813624011352658, + "E": 0.00027696287725120783, + "T": 0.0024292292073369026, + "P": 0.17796477675437927, + "-": 0.8155797719955444 + }, + "id": "tp_15190" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1898765, + "label": "-", + "classification": { + "B": 1.0682308015930175e-07, + "S": 2.2157264467637106e-08, + "I": 0.00022022327175363898, + "C": 4.20136348111555e-06, + "R": 2.3772874158112245e-07, + "M": 9.802366548683494e-06, + "O": 2.3304630758502753e-06, + "W": 8.179715393907827e-08, + "N": 3.178161705363891e-06, + "Y": 8.561888535041362e-05, + "U": 7.494305265254297e-08, + "K": 2.6721156842768323e-08, + "L": 2.2664124799121055e-07, + "G": 2.0581814169418067e-05, + "F": 0.00013805496564600617, + "E": 5.239530582912266e-05, + "T": 8.962793799582869e-05, + "P": 0.406027227640152, + "-": 0.5933459401130676 + }, + "id": "tp_15191" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1898899, + "label": "P", + "classification": { + "B": 2.4137809973012736e-08, + "S": 2.9265414980272908e-08, + "I": 0.0001801910693757236, + "C": 2.423882506263908e-06, + "R": 3.214261425910081e-07, + "M": 2.6123800580535317e-06, + "O": 1.1601401865846128e-06, + "W": 3.145630955714296e-08, + "N": 9.013686394609977e-06, + "Y": 0.00014453870244324207, + "U": 2.6631120420006482e-08, + "K": 5.922075160924578e-06, + "L": 1.3144817678778509e-08, + "G": 2.7435675292508677e-05, + "F": 0.0010820577153936028, + "E": 0.0001774497504811734, + "T": 4.414736031321809e-05, + "P": 0.5518699884414673, + "-": 0.4464525282382965 + }, + "id": "tp_15192" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1899032, + "label": "P", + "classification": { + "B": 9.689028246384623e-08, + "S": 2.6792122298502363e-07, + "I": 0.0015720550436526537, + "C": 2.870305934266071e-06, + "R": 1.2660578363465902e-07, + "M": 2.226049946330022e-05, + "O": 1.909262664412381e-06, + "W": 1.0771045566571047e-07, + "N": 3.299084710306488e-05, + "Y": 0.0004587374860420823, + "U": 2.0139790279927183e-08, + "K": 8.295162956528657e-07, + "L": 1.0756305357517704e-07, + "G": 2.5447854568483308e-05, + "F": 0.0007822118932381272, + "E": 0.0012230923166498542, + "T": 0.00013116140326019377, + "P": 0.6683384776115417, + "-": 0.32740718126296997 + }, + "id": "tp_15193" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1899132, + "label": "-", + "classification": { + "B": 1.2832654050498604e-08, + "S": 1.914640002098622e-08, + "I": 9.592132118996233e-05, + "C": 3.1000802209746325e-06, + "R": 8.852666155689803e-08, + "M": 2.6579762106848648e-06, + "O": 1.0801254575198982e-06, + "W": 3.34758674114255e-08, + "N": 2.4304422368004452e-06, + "Y": 6.412911170627922e-05, + "U": 2.4657111907799845e-08, + "K": 1.6669866909069242e-07, + "L": 3.498885448038891e-08, + "G": 8.521688869222999e-06, + "F": 0.00028806753107346594, + "E": 0.00012877648987341672, + "T": 3.0559338483726606e-05, + "P": 0.3332209587097168, + "-": 0.6661534309387207 + }, + "id": "tp_15194" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1899266, + "label": "P", + "classification": { + "B": 3.455365438220781e-10, + "S": 8.644046034511632e-10, + "I": 5.482998676598072e-05, + "C": 2.1633840674439853e-07, + "R": 1.7803515106606937e-08, + "M": 5.256940767139895e-07, + "O": 9.926746713517787e-08, + "W": 1.0188867527460843e-09, + "N": 4.6105384399197646e-07, + "Y": 1.756725032464601e-05, + "U": 1.7029100352061732e-09, + "K": 1.2251367920157463e-08, + "L": 1.6973035199541187e-09, + "G": 1.5440211882378208e-06, + "F": 3.1022045732242987e-05, + "E": 6.2295780480781104e-06, + "T": 2.3177652110462077e-05, + "P": 0.5651095509529114, + "-": 0.43475472927093506 + }, + "id": "tp_15195" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1899399, + "label": "-", + "classification": { + "B": 2.1072159142931923e-05, + "S": 9.905879778671078e-07, + "I": 0.00022354285465553403, + "C": 9.01480143511435e-06, + "R": 1.4494821698463056e-06, + "M": 0.00014717550948262215, + "O": 6.286792631726712e-05, + "W": 1.1738734428945463e-06, + "N": 4.9894592848431785e-06, + "Y": 0.0002255033323308453, + "U": 2.2723523329659656e-07, + "K": 3.2986108067234454e-08, + "L": 1.0994238436978776e-05, + "G": 0.00020629726350307465, + "F": 0.0003887906204909086, + "E": 0.00015214814629871398, + "T": 0.00029008477577008307, + "P": 0.19480973482131958, + "-": 0.8034438490867615 + }, + "id": "tp_15196" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1899533, + "label": "-", + "classification": { + "B": 2.837622616880253e-07, + "S": 2.910301333258758e-08, + "I": 0.00030335335759446025, + "C": 3.3111905395344365e-06, + "R": 4.112302462999651e-07, + "M": 2.337949990760535e-05, + "O": 3.2382924928242574e-06, + "W": 8.844403964758385e-08, + "N": 3.858840955217602e-06, + "Y": 0.00022705203446093947, + "U": 1.3418599564829492e-07, + "K": 4.835976028516598e-07, + "L": 2.455113872201764e-07, + "G": 7.789741357555613e-05, + "F": 0.00011298791650915518, + "E": 0.0001486172986915335, + "T": 0.000252593366894871, + "P": 0.33604270219802856, + "-": 0.6627992987632751 + }, + "id": "tp_15197" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1899633, + "label": "-", + "classification": { + "B": 1.2712108343748696e-07, + "S": 2.825171634412982e-07, + "I": 0.00016281184798572212, + "C": 3.243399987695739e-05, + "R": 2.0475958990573417e-06, + "M": 2.972467518702615e-05, + "O": 1.0537351954553742e-05, + "W": 4.516463150139316e-07, + "N": 6.888101324875606e-06, + "Y": 0.00023276949650608003, + "U": 2.9059785333629407e-07, + "K": 2.8134450076322537e-06, + "L": 4.789198442267661e-07, + "G": 5.228891677688807e-05, + "F": 0.0012210936984047294, + "E": 9.173052967526019e-05, + "T": 0.0001954420586116612, + "P": 0.12017273902893066, + "-": 0.8777850270271301 + }, + "id": "tp_15198" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1899766, + "label": "P", + "classification": { + "B": 9.089684454011149e-07, + "S": 9.294801088799431e-07, + "I": 0.003389012301340699, + "C": 3.1552091968478635e-05, + "R": 6.306790510279825e-06, + "M": 3.948802623199299e-05, + "O": 1.4330724297906272e-05, + "W": 3.1919648790790234e-06, + "N": 9.554778080200776e-05, + "Y": 0.0012652701698243618, + "U": 1.500047005720262e-06, + "K": 1.119607622968033e-05, + "L": 1.1249370572841144e-06, + "G": 8.599788270657882e-05, + "F": 0.0008840542868711054, + "E": 0.0013609572779387236, + "T": 0.0004914015298709273, + "P": 0.6198367476463318, + "-": 0.37248045206069946 + }, + "id": "tp_15199" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1899900, + "label": "-", + "classification": { + "B": 1.017467332609101e-09, + "S": 6.436478017235459e-10, + "I": 1.7561107597430237e-05, + "C": 8.032197484908465e-08, + "R": 8.544596696857809e-10, + "M": 2.7912340101465816e-06, + "O": 5.6538794979132945e-08, + "W": 5.186198692719302e-10, + "N": 2.2791807907651673e-07, + "Y": 1.5988289305823855e-05, + "U": 4.25904228551488e-10, + "K": 1.9786469351856795e-08, + "L": 1.2230071400054499e-09, + "G": 3.4834504276659572e-06, + "F": 8.43614325276576e-05, + "E": 0.00013173143088351935, + "T": 9.741917892824858e-06, + "P": 0.3016117513179779, + "-": 0.6981221437454224 + }, + "id": "tp_15200" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1900000, + "label": "P", + "classification": { + "B": 6.991018744884059e-05, + "S": 1.972251629922539e-05, + "I": 0.004686535336077213, + "C": 9.947666694642976e-05, + "R": 2.1310161173460074e-05, + "M": 0.0006364548462443054, + "O": 0.00018429916235618293, + "W": 3.642244701040909e-05, + "N": 0.0006142013589851558, + "Y": 0.003027787199243903, + "U": 2.173620850953739e-05, + "K": 0.00029908574651926756, + "L": 1.770486414898187e-05, + "G": 0.001571154803968966, + "F": 0.0032270438969135284, + "E": 0.010912884026765823, + "T": 0.0035690071526914835, + "P": 0.5342537760734558, + "-": 0.4367315173149109 + }, + "id": "tp_15201" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1900133, + "label": "P", + "classification": { + "B": 1.4594759534247714e-07, + "S": 1.3210224381055014e-07, + "I": 0.0024939528666436672, + "C": 3.3717424230417237e-06, + "R": 3.9045866628839576e-07, + "M": 1.3382894394453615e-05, + "O": 1.594525201653596e-06, + "W": 1.0831194430238611e-07, + "N": 5.0540293159428984e-05, + "Y": 0.00026933764456771314, + "U": 1.268131910592274e-07, + "K": 1.963429212992196e-06, + "L": 8.343033641722286e-08, + "G": 1.7306980225839652e-05, + "F": 0.00023614666133653373, + "E": 0.00041645512101240456, + "T": 0.0001454863086109981, + "P": 0.8089860677719116, + "-": 0.1873633712530136 + }, + "id": "tp_15202" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1900267, + "label": "P", + "classification": { + "B": 6.168396993189162e-08, + "S": 4.649175266990824e-08, + "I": 0.002856570528820157, + "C": 6.7826240410795435e-06, + "R": 6.908082923473557e-07, + "M": 1.104030161513947e-05, + "O": 1.4239852816899656e-06, + "W": 7.371924937160657e-08, + "N": 3.490904418868013e-05, + "Y": 0.00012052461534040049, + "U": 9.218096863605751e-08, + "K": 5.880060029994638e-07, + "L": 8.586755484429887e-08, + "G": 1.1744496987375896e-05, + "F": 0.00011109476326964796, + "E": 0.00029015479958616197, + "T": 0.00011365036334609613, + "P": 0.8151403665542603, + "-": 0.181300088763237 + }, + "id": "tp_15203" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1900400, + "label": "P", + "classification": { + "B": 1.2122517318857717e-06, + "S": 7.589112982486768e-08, + "I": 0.000723586359526962, + "C": 6.650328032264952e-06, + "R": 3.870486295909359e-07, + "M": 8.294546205434017e-06, + "O": 7.182244416981121e-07, + "W": 1.006979317708101e-07, + "N": 9.364299330627546e-06, + "Y": 0.00020159053383395076, + "U": 1.4611737242375966e-07, + "K": 3.649373923053645e-07, + "L": 1.4974214934682095e-07, + "G": 3.091912731179036e-05, + "F": 0.0001994932972593233, + "E": 0.0006867946358397603, + "T": 2.579969986982178e-05, + "P": 0.8517544865608215, + "-": 0.1463499367237091 + }, + "id": "tp_15204" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1900501, + "label": "-", + "classification": { + "B": 3.8005255191819742e-06, + "S": 1.0718817065935582e-05, + "I": 0.002075521508231759, + "C": 8.131867070915177e-05, + "R": 3.250701411161572e-05, + "M": 0.00022635380446445197, + "O": 0.0001212557835970074, + "W": 1.721266016829759e-05, + "N": 0.00014230744272936136, + "Y": 0.004358211997896433, + "U": 1.2219602467666846e-05, + "K": 9.944168414222077e-05, + "L": 1.2380302905512508e-05, + "G": 0.00048491169582121074, + "F": 0.0036288106348365545, + "E": 0.000660025398246944, + "T": 0.00267714262008667, + "P": 0.21764133870601654, + "-": 0.7677146196365356 + }, + "id": "tp_15205" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1900634, + "label": "-", + "classification": { + "B": 4.02474320537749e-08, + "S": 1.3200746273867026e-08, + "I": 8.410831651417539e-05, + "C": 5.422832600743277e-07, + "R": 4.67981209339996e-08, + "M": 4.458550847630249e-06, + "O": 8.990056699076376e-07, + "W": 1.9404932771749372e-08, + "N": 1.1357095672792639e-06, + "Y": 9.198301268042997e-05, + "U": 2.392490294766958e-08, + "K": 1.2184483466626261e-07, + "L": 5.859642726591119e-08, + "G": 3.079981615883298e-05, + "F": 0.00017246337665710598, + "E": 9.768493328010663e-05, + "T": 7.719662244198844e-05, + "P": 0.3224717974662781, + "-": 0.6769666075706482 + }, + "id": "tp_15206" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1900767, + "label": "-", + "classification": { + "B": 8.66734808369074e-06, + "S": 5.657863312080735e-06, + "I": 0.0006801620475016534, + "C": 4.6835135435685515e-05, + "R": 7.448315045621712e-06, + "M": 0.00011360037024132907, + "O": 7.480187196051702e-05, + "W": 1.2284892363823019e-05, + "N": 9.519669401925057e-05, + "Y": 0.0019711279310286045, + "U": 9.048892025020905e-06, + "K": 0.00036614493001252413, + "L": 4.511508905125083e-06, + "G": 0.0005984181188978255, + "F": 0.005058675073087215, + "E": 0.0023221145384013653, + "T": 0.0006612631841562688, + "P": 0.17224617302417755, + "-": 0.815717875957489 + }, + "id": "tp_15207" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1900901, + "label": "-", + "classification": { + "B": 2.1158237828444726e-08, + "S": 1.5664079811017473e-08, + "I": 0.0003330660692881793, + "C": 3.3675614758976735e-06, + "R": 1.2981341512841027e-07, + "M": 5.612910626950907e-06, + "O": 1.1875116570081445e-06, + "W": 3.4150190231230226e-08, + "N": 8.181204975699075e-06, + "Y": 0.00010016076703323051, + "U": 3.5540598020133984e-08, + "K": 8.065677548074746e-07, + "L": 4.288797228468866e-08, + "G": 2.312592914677225e-05, + "F": 0.00021338295482564718, + "E": 0.0003569363907445222, + "T": 4.3458028812892735e-05, + "P": 0.39633625745773315, + "-": 0.6025741696357727 + }, + "id": "tp_15208" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1901001, + "label": "-", + "classification": { + "B": 0.00029175091185607016, + "S": 1.9642307961476035e-05, + "I": 0.0010442751226946712, + "C": 5.984863673802465e-05, + "R": 6.127985670900671e-06, + "M": 0.0009784031426534057, + "O": 0.00014788881526328623, + "W": 1.7106203813455068e-05, + "N": 0.00010238099639536813, + "Y": 0.00190599518828094, + "U": 8.160737706930377e-06, + "K": 4.773219916387461e-05, + "L": 2.3230981241795234e-05, + "G": 0.0012833906803280115, + "F": 0.003053040709346533, + "E": 0.009980021975934505, + "T": 0.0015678266063332558, + "P": 0.28835976123809814, + "-": 0.691103458404541 + }, + "id": "tp_15209" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1901134, + "label": "-", + "classification": { + "B": 1.208567397270599e-07, + "S": 8.642428106497846e-09, + "I": 5.063218850409612e-05, + "C": 4.328504417117074e-07, + "R": 4.77179433744368e-08, + "M": 3.141964043607004e-06, + "O": 1.4897630080668023e-06, + "W": 2.181551295166173e-08, + "N": 3.5263022368781094e-07, + "Y": 3.5764714994002134e-05, + "U": 6.0107594457292635e-09, + "K": 2.3891816303134306e-10, + "L": 1.2401527271777013e-07, + "G": 5.4809315770398825e-06, + "F": 8.75467958394438e-06, + "E": 3.653449084595195e-06, + "T": 8.39579661260359e-05, + "P": 0.3578123152256012, + "-": 0.6419937014579773 + }, + "id": "tp_15210" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1901268, + "label": "P", + "classification": { + "B": 1.973476628336357e-06, + "S": 1.6481468492202112e-06, + "I": 0.002438067924231291, + "C": 4.708601409220137e-05, + "R": 1.070465259545017e-05, + "M": 5.883742414880544e-05, + "O": 2.368168679822702e-05, + "W": 3.27746579387167e-06, + "N": 0.0001409590768162161, + "Y": 0.0011469038436189294, + "U": 1.939267349371221e-06, + "K": 1.618779424461536e-05, + "L": 2.03416493604891e-06, + "G": 0.00017685661441646516, + "F": 0.002197024179622531, + "E": 0.000857821898534894, + "T": 0.00036571212694980204, + "P": 0.7034884095191956, + "-": 0.289020836353302 + }, + "id": "tp_15211" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1901401, + "label": "-", + "classification": { + "B": 3.624563032644801e-05, + "S": 1.537121170258615e-05, + "I": 0.0054406519047915936, + "C": 0.0005768389091826975, + "R": 8.093052019830793e-05, + "M": 0.0008206235943362117, + "O": 0.00021042308071628213, + "W": 4.029610499856062e-05, + "N": 0.00040389542118646204, + "Y": 0.004651874769479036, + "U": 4.804605123354122e-05, + "K": 0.000499927846249193, + "L": 2.8083715733373538e-05, + "G": 0.0018063304014503956, + "F": 0.00358838913962245, + "E": 0.008116441778838634, + "T": 0.0018893511733040214, + "P": 0.2747877240180969, + "-": 0.6969585418701172 + }, + "id": "tp_15212" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1901502, + "label": "-", + "classification": { + "B": 8.677367873133335e-07, + "S": 1.982109125719944e-07, + "I": 0.0002666953660082072, + "C": 2.6873878596234135e-05, + "R": 2.771070057860925e-06, + "M": 7.101646042428911e-05, + "O": 1.1922823432541918e-05, + "W": 5.99372810938803e-07, + "N": 5.313656856742455e-06, + "Y": 0.0019107770640403032, + "U": 7.960082371027966e-07, + "K": 1.1508413990668487e-06, + "L": 1.484078893554397e-06, + "G": 0.0003668536082841456, + "F": 0.00027610670076683164, + "E": 0.00011902004916919395, + "T": 0.0007369969389401376, + "P": 0.1380762904882431, + "-": 0.8581241369247437 + }, + "id": "tp_15213" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1901635, + "label": "-", + "classification": { + "B": 1.9133235582557973e-06, + "S": 8.563067694922211e-07, + "I": 0.0009493999532423913, + "C": 3.090322206844576e-05, + "R": 4.635401637642644e-06, + "M": 0.00013167386350687593, + "O": 2.3046064598020166e-05, + "W": 1.6246762015725835e-06, + "N": 1.4513307178276591e-05, + "Y": 0.0031478058081120253, + "U": 5.607201956081553e-07, + "K": 1.944709083545604e-06, + "L": 2.482900981704006e-06, + "G": 0.00017042284889612347, + "F": 0.0005260127363726497, + "E": 0.00022072260617278516, + "T": 0.0011612687958404422, + "P": 0.1509576439857483, + "-": 0.8426524996757507 + }, + "id": "tp_15214" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1901768, + "label": "-", + "classification": { + "B": 0.00016459368634968996, + "S": 1.436554521205835e-05, + "I": 9.109356324188411e-05, + "C": 1.0485009624972008e-05, + "R": 1.7224382418135065e-06, + "M": 4.606058428180404e-05, + "O": 0.00012566297664307058, + "W": 9.475624210608657e-06, + "N": 1.6891464838408865e-05, + "Y": 0.00010351501259719953, + "U": 1.0294982075720327e-06, + "K": 1.4583721394956228e-06, + "L": 1.1082850505772512e-05, + "G": 0.00017620490689296275, + "F": 0.0018040844006463885, + "E": 0.00031221273820847273, + "T": 0.00022350439394358546, + "P": 0.3768974542617798, + "-": 0.6199891567230225 + }, + "id": "tp_15215" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1901902, + "label": "-", + "classification": { + "B": 2.360296275583096e-05, + "S": 9.145401236310136e-06, + "I": 0.006165001075714827, + "C": 0.0008636454585939646, + "R": 0.00016662686539348215, + "M": 0.002339195227250457, + "O": 0.00027849955949932337, + "W": 2.306207170477137e-05, + "N": 0.00017604895401746035, + "Y": 0.011446600779891014, + "U": 1.3895049960410688e-05, + "K": 1.544229598948732e-05, + "L": 7.606374128954485e-05, + "G": 0.0022204492706805468, + "F": 0.002013520337641239, + "E": 0.0024072553496807814, + "T": 0.006391352042555809, + "P": 0.1593911349773407, + "-": 0.8059794306755066 + }, + "id": "tp_15216" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1902002, + "label": "-", + "classification": { + "B": 3.3644295172052807e-07, + "S": 1.319625312135031e-06, + "I": 0.003668499179184437, + "C": 5.567650077864528e-05, + "R": 1.4424860637518577e-05, + "M": 0.00011676546273520216, + "O": 2.943291656265501e-05, + "W": 2.7144276373292087e-06, + "N": 0.00019839567539747804, + "Y": 0.0031084215734153986, + "U": 1.144995735558041e-06, + "K": 2.754625711531844e-05, + "L": 1.1560249504327658e-06, + "G": 0.0002729874395299703, + "F": 0.002487282734364271, + "E": 0.0005688304081559181, + "T": 0.0016935422318056226, + "P": 0.3697879910469055, + "-": 0.6179636120796204 + }, + "id": "tp_15217" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1902135, + "label": "-", + "classification": { + "B": 0.00013516480976250023, + "S": 0.00020554839284159243, + "I": 0.0012674233876168728, + "C": 0.00015606428496539593, + "R": 3.3075077226385474e-05, + "M": 0.001472305040806532, + "O": 0.0006383555592037737, + "W": 0.0001447609975002706, + "N": 0.00035693583777174354, + "Y": 0.005790169350802898, + "U": 2.5934743462130427e-05, + "K": 0.002508159726858139, + "L": 7.635085785295814e-05, + "G": 0.006065155379474163, + "F": 0.06587710231542587, + "E": 0.017069077119231224, + "T": 0.0035625824239104986, + "P": 0.15483348071575165, + "-": 0.7397823333740234 + }, + "id": "tp_15218" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1902269, + "label": "-", + "classification": { + "B": 5.188882823858876e-06, + "S": 6.3516677073494066e-06, + "I": 0.0014772452414035797, + "C": 7.331950655498076e-06, + "R": 3.2948626085271826e-06, + "M": 0.00041638693073764443, + "O": 7.497327896999195e-05, + "W": 4.2475658119656146e-06, + "N": 5.5149284889921546e-05, + "Y": 0.005104149226099253, + "U": 6.355633104249137e-07, + "K": 1.435589092579903e-05, + "L": 3.3463722957094433e-06, + "G": 0.0003838592965621501, + "F": 0.0015233982121571898, + "E": 0.000793450279161334, + "T": 0.004444303456693888, + "P": 0.125763401389122, + "-": 0.8599189519882202 + }, + "id": "tp_15219" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1902402, + "label": "P", + "classification": { + "B": 4.31397580769044e-07, + "S": 6.458922712226922e-07, + "I": 0.00869955774396658, + "C": 3.45903608831577e-05, + "R": 1.1905813153134659e-05, + "M": 2.8879838282591663e-05, + "O": 1.6169929949683137e-05, + "W": 9.538280210108496e-07, + "N": 0.00022170103329699486, + "Y": 0.0015104012563824654, + "U": 6.077232796997123e-07, + "K": 4.758826889883494e-06, + "L": 6.217797476892883e-07, + "G": 0.000126134735182859, + "F": 0.0007058308110572398, + "E": 0.0002562884474173188, + "T": 0.0006047911592759192, + "P": 0.678866982460022, + "-": 0.30890876054763794 + }, + "id": "tp_15220" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1902503, + "label": "-", + "classification": { + "B": 0.0008402395760640502, + "S": 0.0005624344339594245, + "I": 0.05304712429642677, + "C": 0.020424289628863335, + "R": 0.006198422517627478, + "M": 0.048936180770397186, + "O": 0.008435611613094807, + "W": 0.0007212062482722104, + "N": 0.0024445161689072847, + "Y": 0.2861643433570862, + "U": 6.445332837756723e-05, + "K": 0.0010941491927951574, + "L": 0.001619262038730085, + "G": 0.06135128065943718, + "F": 0.01072117779403925, + "E": 0.0172644704580307, + "T": 0.05889393761754036, + "P": 0.02912646159529686, + "-": 0.39209043979644775 + }, + "id": "tp_15221" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1902636, + "label": "-", + "classification": { + "B": 1.9962583337473916e-06, + "S": 6.972727533138823e-07, + "I": 0.0015697901835665107, + "C": 0.0001438603940187022, + "R": 1.9278895706520416e-05, + "M": 0.00013201043475419283, + "O": 3.934946653316729e-05, + "W": 1.6942896081673098e-06, + "N": 6.612187280552462e-05, + "Y": 0.0033173453994095325, + "U": 2.7357007184036775e-06, + "K": 2.9492868634406477e-05, + "L": 1.7458829688621336e-06, + "G": 0.0006731274188496172, + "F": 0.0006756475777365267, + "E": 0.0012425289023667574, + "T": 0.0009956996655091643, + "P": 0.1939944177865982, + "-": 0.7970924377441406 + }, + "id": "tp_15222" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1902769, + "label": "-", + "classification": { + "B": 3.5175961698996616e-08, + "S": 5.888775689300019e-08, + "I": 0.00016940794012043625, + "C": 2.59529406321235e-06, + "R": 1.2822641792809009e-06, + "M": 4.6421275328611955e-05, + "O": 5.2154550758132245e-06, + "W": 1.1295073676365064e-07, + "N": 1.5752186754980357e-06, + "Y": 0.003803964238613844, + "U": 7.079616892724516e-08, + "K": 9.464494041822036e-07, + "L": 2.8940215202055697e-07, + "G": 0.00014130407362245023, + "F": 0.0002621048188302666, + "E": 1.8928772988147102e-05, + "T": 0.001517658936791122, + "P": 0.021836090832948685, + "-": 0.9721918702125549 + }, + "id": "tp_15223" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1902903, + "label": "-", + "classification": { + "B": 8.391137271246407e-06, + "S": 2.398558763161418e-06, + "I": 0.003804399399086833, + "C": 0.0006220086361281574, + "R": 9.753519407240674e-05, + "M": 0.00046447376371361315, + "O": 9.834705997491255e-05, + "W": 8.571983926231042e-06, + "N": 0.00012768644955940545, + "Y": 0.004146882798522711, + "U": 1.4613649909733795e-05, + "K": 3.6252251447876915e-05, + "L": 2.4276854674099013e-05, + "G": 0.0012796103255823255, + "F": 0.003150777192786336, + "E": 0.0016830366803333163, + "T": 0.001725207082927227, + "P": 0.17546169459819794, + "-": 0.807243824005127 + }, + "id": "tp_15224" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1903003, + "label": "-", + "classification": { + "B": 3.2018726869864622e-06, + "S": 2.1661720950305607e-07, + "I": 0.0007394085987471044, + "C": 1.99634214368416e-05, + "R": 1.9602637166826753e-06, + "M": 5.1294446166139096e-05, + "O": 1.3669266081706155e-05, + "W": 6.510286425509548e-07, + "N": 1.5246710972860456e-05, + "Y": 0.00029107407317496836, + "U": 4.085935927378159e-07, + "K": 1.8013049896126176e-07, + "L": 2.3432617126672994e-06, + "G": 8.897030784282833e-05, + "F": 0.00031548927654512227, + "E": 0.0002736853202804923, + "T": 0.00022322469158098102, + "P": 0.45374664664268494, + "-": 0.544212281703949 + }, + "id": "tp_15225" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1903136, + "label": "-", + "classification": { + "B": 1.3014891010243446e-05, + "S": 1.0336839295632672e-05, + "I": 0.00068941485369578, + "C": 0.00012956321006640792, + "R": 2.2299504053080454e-05, + "M": 0.00039831927279010415, + "O": 9.814018994802609e-05, + "W": 1.3622823644254822e-05, + "N": 9.400976705364883e-05, + "Y": 0.005066568963229656, + "U": 1.0009916877606884e-05, + "K": 0.0007059327326714993, + "L": 8.434863957518246e-06, + "G": 0.0014435253106057644, + "F": 0.011769778095185757, + "E": 0.002886926755309105, + "T": 0.0014873228501528502, + "P": 0.15903420746326447, + "-": 0.816118597984314 + }, + "id": "tp_15226" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1903270, + "label": "-", + "classification": { + "B": 4.016092589154141e-06, + "S": 1.921400553328567e-06, + "I": 0.003655704203993082, + "C": 0.0002415925991954282, + "R": 5.568642518483102e-05, + "M": 0.0001351924438495189, + "O": 5.98248589085415e-05, + "W": 5.284020971885184e-06, + "N": 0.00012958019215147942, + "Y": 0.0015706621343269944, + "U": 7.811183422745671e-06, + "K": 1.1559085578483064e-05, + "L": 1.0090872820001096e-05, + "G": 0.0003758658713195473, + "F": 0.0018885424360632896, + "E": 0.000900777755305171, + "T": 0.0009336333605460823, + "P": 0.3437524139881134, + "-": 0.6462598443031311 + }, + "id": "tp_15227" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1903403, + "label": "-", + "classification": { + "B": 3.7331681141949957e-06, + "S": 3.3437376600886637e-07, + "I": 0.0007371656829491258, + "C": 5.392154707806185e-05, + "R": 4.411341706145322e-06, + "M": 0.00027636924642138183, + "O": 2.4461163775413297e-05, + "W": 5.954527182439051e-07, + "N": 1.0065088645205833e-05, + "Y": 0.0012550832470878959, + "U": 5.068823156761937e-07, + "K": 5.550849095925514e-07, + "L": 5.963344847259577e-06, + "G": 0.00043378054397180676, + "F": 0.0004379708261694759, + "E": 0.0006160453776828945, + "T": 0.0006873823585920036, + "P": 0.13467808067798615, + "-": 0.8607736229896545 + }, + "id": "tp_15228" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1903504, + "label": "-", + "classification": { + "B": 2.9330808501981664e-06, + "S": 5.593891501121107e-07, + "I": 0.00022114883176982403, + "C": 1.2623695511138067e-05, + "R": 4.881648010268691e-07, + "M": 4.0567083487985656e-05, + "O": 9.459798093303107e-06, + "W": 4.4179719793646655e-07, + "N": 1.6069207049440593e-05, + "Y": 0.00018982797337230295, + "U": 4.643087834210746e-07, + "K": 4.956000793754356e-06, + "L": 9.480222047386633e-07, + "G": 0.00019569638243410736, + "F": 0.0010562153765931726, + "E": 0.002105949679389596, + "T": 0.00027257209876552224, + "P": 0.253832072019577, + "-": 0.7420370578765869 + }, + "id": "tp_15229" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1903637, + "label": "P", + "classification": { + "B": 1.3532198863686062e-05, + "S": 5.241334292804822e-06, + "I": 0.002385100582614541, + "C": 9.346236765850335e-06, + "R": 1.6179827753148857e-06, + "M": 0.00016642818809486926, + "O": 1.8641463611857034e-05, + "W": 3.4144350138376467e-06, + "N": 0.00023925260757096112, + "Y": 0.0006263849791139364, + "U": 1.0616890904202592e-06, + "K": 0.00013171581667847931, + "L": 2.0936433884344297e-06, + "G": 0.0006920000305399299, + "F": 0.005760868079960346, + "E": 0.03520955517888069, + "T": 0.0002710655389819294, + "P": 0.8296010494232178, + "-": 0.1248616948723793 + }, + "id": "tp_15230" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1903770, + "label": "-", + "classification": { + "B": 2.4981252408906585e-06, + "S": 3.4015640721918317e-06, + "I": 0.001445768284611404, + "C": 0.00011985850869677961, + "R": 3.524085695971735e-05, + "M": 0.00011074089707108214, + "O": 4.817543231183663e-05, + "W": 9.925211998051964e-06, + "N": 0.0001241593126906082, + "Y": 0.004154140595346689, + "U": 8.681776307639666e-06, + "K": 0.0005153288366273046, + "L": 5.094761036161799e-06, + "G": 0.0008535102824680507, + "F": 0.017049351707100868, + "E": 0.0022852688562124968, + "T": 0.0008294351282529533, + "P": 0.2821759581565857, + "-": 0.6902234554290771 + }, + "id": "tp_15231" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1903904, + "label": "-", + "classification": { + "B": 1.1597887805692153e-06, + "S": 1.6678532119840384e-06, + "I": 0.00015981993055902421, + "C": 2.3543345832877094e-06, + "R": 2.083476005054763e-07, + "M": 0.00012579391477629542, + "O": 1.3055254385108128e-05, + "W": 3.767474083815614e-07, + "N": 9.838884579949081e-06, + "Y": 0.00031878415029495955, + "U": 5.6479379395568685e-08, + "K": 5.855675908605917e-07, + "L": 4.721344737390609e-07, + "G": 7.035441376501694e-05, + "F": 0.0005640860181301832, + "E": 0.0005708482349291444, + "T": 0.0003404934541322291, + "P": 0.36368417739868164, + "-": 0.6341358423233032 + }, + "id": "tp_15232" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1904004, + "label": "P", + "classification": { + "B": 2.22602320718579e-05, + "S": 7.839701538614463e-06, + "I": 0.01370318979024887, + "C": 0.00011702011397574097, + "R": 2.277806015626993e-05, + "M": 0.0006003706948831677, + "O": 0.00010887011012528092, + "W": 1.5482028175028972e-05, + "N": 0.0004959640209563076, + "Y": 0.005214633885771036, + "U": 8.449748747807462e-06, + "K": 3.140918124699965e-05, + "L": 1.4767475477128755e-05, + "G": 0.001054768217727542, + "F": 0.0020371500868350267, + "E": 0.003474440425634384, + "T": 0.003295594360679388, + "P": 0.5362402200698853, + "-": 0.43353477120399475 + }, + "id": "tp_15233" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1904137, + "label": "-", + "classification": { + "B": 2.1996095223020262e-10, + "S": 8.718223365455913e-11, + "I": 1.7413882233086042e-05, + "C": 2.0075526663276833e-07, + "R": 1.8819514835399787e-08, + "M": 1.1409132838480218e-07, + "O": 3.224003819468635e-08, + "W": 1.3793509667792136e-09, + "N": 1.2627025114397838e-07, + "Y": 4.855561564909294e-05, + "U": 3.896952982529456e-09, + "K": 5.277552759253012e-07, + "L": 7.619112563084229e-10, + "G": 4.553660801320802e-06, + "F": 0.00011573488882277161, + "E": 8.140236786857713e-06, + "T": 1.0145045962417498e-05, + "P": 0.16456863284111023, + "-": 0.8352258205413818 + }, + "id": "tp_15234" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1904271, + "label": "-", + "classification": { + "B": 1.4357884658977582e-08, + "S": 1.3523757669275938e-09, + "I": 0.00018752930918708444, + "C": 3.0266548947111005e-06, + "R": 2.136850412171043e-07, + "M": 2.4732960355322575e-06, + "O": 3.1688091439718846e-07, + "W": 8.65062155241958e-09, + "N": 7.136855515454954e-07, + "Y": 7.066757825668901e-05, + "U": 1.4617071997236053e-08, + "K": 1.651170933314461e-08, + "L": 3.568280959598269e-08, + "G": 1.3915045201429166e-05, + "F": 7.835769065422937e-05, + "E": 3.798899342655204e-05, + "T": 3.467746137175709e-05, + "P": 0.3518930971622467, + "-": 0.6476768851280212 + }, + "id": "tp_15235" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1904404, + "label": "P", + "classification": { + "B": 4.144971626374172e-06, + "S": 9.522231607661524e-07, + "I": 0.004661871120333672, + "C": 4.252023063600063e-05, + "R": 7.032454504951602e-06, + "M": 0.00023813573352526873, + "O": 3.393356018932536e-05, + "W": 1.283835558751889e-06, + "N": 8.691939001437277e-05, + "Y": 0.0008470262982882559, + "U": 8.490209211231559e-07, + "K": 4.810817699762993e-07, + "L": 5.730205884901807e-06, + "G": 0.00033595814602449536, + "F": 0.0002959560079034418, + "E": 0.00058869639178738, + "T": 0.0009450134239159524, + "P": 0.6612870097160339, + "-": 0.33061638474464417 + }, + "id": "tp_15236" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1904505, + "label": "P", + "classification": { + "B": 7.723721182628651e-07, + "S": 1.7982593192300556e-08, + "I": 0.0011939055984839797, + "C": 3.507875953800976e-05, + "R": 1.5274384850272327e-06, + "M": 3.905075209331699e-05, + "O": 2.9445432119246107e-06, + "W": 7.939484447661016e-08, + "N": 8.932376658776775e-06, + "Y": 0.0003958173037972301, + "U": 1.1301536062546802e-07, + "K": 1.9330491340951994e-07, + "L": 4.7262048497032083e-07, + "G": 0.00021734830806963146, + "F": 0.0002292761200806126, + "E": 0.00123590265866369, + "T": 7.555364572908729e-05, + "P": 0.5429189205169678, + "-": 0.45364412665367126 + }, + "id": "tp_15237" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1904638, + "label": "P", + "classification": { + "B": 0.0003861704026348889, + "S": 0.00017035336350090802, + "I": 0.02435322105884552, + "C": 0.0023943898268043995, + "R": 0.0005403196555562317, + "M": 0.0012884627794846892, + "O": 0.0007996963686309755, + "W": 0.0002303292421856895, + "N": 0.00219314475543797, + "Y": 0.0037087881937623024, + "U": 0.00024350294552277774, + "K": 0.0002555466489866376, + "L": 0.0004267339827492833, + "G": 0.003949364647269249, + "F": 0.006641749758273363, + "E": 0.008906186558306217, + "T": 0.005519178695976734, + "P": 0.564909815788269, + "-": 0.37308305501937866 + }, + "id": "tp_15238" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1904771, + "label": "-", + "classification": { + "B": 0.0001429689727956429, + "S": 1.2119769962737337e-05, + "I": 0.01773965358734131, + "C": 0.0010292254155501723, + "R": 0.0002394651819486171, + "M": 0.001132461242377758, + "O": 0.00036867926246486604, + "W": 3.206824112567119e-05, + "N": 0.00029089528834447265, + "Y": 0.008620258420705795, + "U": 1.6579273506067693e-05, + "K": 6.17076875641942e-06, + "L": 0.00013653167115990072, + "G": 0.0019956890027970076, + "F": 0.0013897466706112027, + "E": 0.0014445388223975897, + "T": 0.0036252860445529222, + "P": 0.22528530657291412, + "-": 0.7364924550056458 + }, + "id": "tp_15239" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1904905, + "label": "-", + "classification": { + "B": 2.408602739478738e-08, + "S": 6.574889521715477e-09, + "I": 1.2292083738429938e-05, + "C": 3.1286572266253643e-07, + "R": 5.591872742627402e-09, + "M": 2.2507542780658696e-06, + "O": 1.5857955304454663e-07, + "W": 7.235096077806702e-09, + "N": 3.7853217804695305e-07, + "Y": 5.135083119967021e-05, + "U": 7.926762357612915e-09, + "K": 2.0307029444666114e-06, + "L": 5.4980957564509936e-09, + "G": 8.388454261876177e-06, + "F": 0.00039725599344819784, + "E": 0.00030286057153716683, + "T": 2.8887072403449565e-05, + "P": 0.18995597958564758, + "-": 0.8092376589775085 + }, + "id": "tp_15240" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1905005, + "label": "P", + "classification": { + "B": 9.450449311998455e-08, + "S": 3.2250779824494202e-09, + "I": 0.002020477084442973, + "C": 2.415209382888861e-05, + "R": 7.799268928465608e-07, + "M": 1.2672659977397416e-05, + "O": 6.723312822032312e-07, + "W": 1.4708374074245967e-08, + "N": 8.506788617523853e-06, + "Y": 0.00020922317344229668, + "U": 3.833859807400586e-08, + "K": 4.9202487417687735e-08, + "L": 7.967607018599665e-08, + "G": 4.057282058056444e-05, + "F": 7.859818288125098e-05, + "E": 0.0004571375611703843, + "T": 5.315237649483606e-05, + "P": 0.593845009803772, + "-": 0.40324866771698 + }, + "id": "tp_15241" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1905138, + "label": "-", + "classification": { + "B": 5.20285481364624e-10, + "S": 6.260271467883882e-11, + "I": 9.533421689411625e-05, + "C": 3.5303108347761736e-07, + "R": 1.563565099615971e-08, + "M": 6.470727953455935e-07, + "O": 3.895335254355814e-08, + "W": 3.309527096817533e-10, + "N": 1.8418548108911637e-07, + "Y": 2.4607728846604005e-05, + "U": 5.776593092754467e-10, + "K": 4.833860423048009e-09, + "L": 2.5069508691188958e-09, + "G": 6.64691060592304e-06, + "F": 8.251818508142605e-05, + "E": 3.8661150028929114e-05, + "T": 6.507769739982905e-06, + "P": 0.3576592206954956, + "-": 0.642085075378418 + }, + "id": "tp_15242" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1905272, + "label": "-", + "classification": { + "B": 3.142817604384618e-06, + "S": 7.2952612839571884e-09, + "I": 0.00016531473374925554, + "C": 8.073244316619821e-06, + "R": 8.68435733991646e-07, + "M": 3.6061337596038356e-05, + "O": 9.108105587074533e-06, + "W": 9.993131300234381e-08, + "N": 6.356702328957908e-07, + "Y": 0.00022590112348552793, + "U": 3.8225966392246846e-08, + "K": 2.9709930071675217e-09, + "L": 1.4332538285088958e-06, + "G": 0.00015089201042428613, + "F": 1.5119516319828108e-05, + "E": 3.778460813919082e-05, + "T": 0.00014932561316527426, + "P": 0.15555623173713684, + "-": 0.8436400294303894 + }, + "id": "tp_15243" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1905405, + "label": "P", + "classification": { + "B": 1.4311740414996166e-06, + "S": 3.082234115936444e-06, + "I": 0.07797742635011673, + "C": 8.267516386695206e-05, + "R": 2.4241335268015973e-05, + "M": 0.00031149311689659953, + "O": 4.518282366916537e-05, + "W": 2.4196654067054624e-06, + "N": 0.0008007614524103701, + "Y": 0.006963933352380991, + "U": 9.495836366113508e-07, + "K": 8.782292752584908e-06, + "L": 3.2688124065316515e-06, + "G": 0.0006349870818667114, + "F": 0.0004222769639454782, + "E": 0.0021930707152932882, + "T": 0.0032699930015951395, + "P": 0.6711733937263489, + "-": 0.23608051240444183 + }, + "id": "tp_15244" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1905506, + "label": "-", + "classification": { + "B": 1.0538514288782608e-05, + "S": 5.321862772689201e-06, + "I": 0.013857084326446056, + "C": 0.0010236712405458093, + "R": 0.0002761617652140558, + "M": 0.0021238571498543024, + "O": 0.00038198562106117606, + "W": 1.8822676793206483e-05, + "N": 0.0002630744711495936, + "Y": 0.018965361639857292, + "U": 1.4997845028119627e-05, + "K": 2.346992005186621e-05, + "L": 6.145885708974674e-05, + "G": 0.004246928263455629, + "F": 0.0014878010842949152, + "E": 0.0015055814292281866, + "T": 0.009151049889624119, + "P": 0.12058325856924057, + "-": 0.8259994983673096 + }, + "id": "tp_15245" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1905639, + "label": "P", + "classification": { + "B": 1.7586278772796504e-05, + "S": 1.778170553734526e-05, + "I": 0.18653298914432526, + "C": 0.0003985770745202899, + "R": 0.00016449538816232234, + "M": 0.0010454881703481078, + "O": 0.00014764885418117046, + "W": 2.4725481125642546e-05, + "N": 0.0021625016815960407, + "Y": 0.031094184145331383, + "U": 8.210185114876367e-06, + "K": 9.366248559672385e-05, + "L": 1.8525754057918675e-05, + "G": 0.002699763746932149, + "F": 0.002060703467577696, + "E": 0.006023401394486427, + "T": 0.01245775818824768, + "P": 0.4540557861328125, + "-": 0.3009762167930603 + }, + "id": "tp_15246" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1905772, + "label": "-", + "classification": { + "B": 5.25341420143377e-06, + "S": 6.818665383434563e-07, + "I": 0.03155063837766647, + "C": 0.000495787535328418, + "R": 8.767865801928565e-05, + "M": 0.00046566317905671895, + "O": 6.843075243523344e-05, + "W": 2.4918176677601878e-06, + "N": 8.359759522136301e-05, + "Y": 0.04825933650135994, + "U": 1.203626197820995e-06, + "K": 4.297821476484387e-07, + "L": 1.1611817171797156e-05, + "G": 0.0017475655768066645, + "F": 9.92749774013646e-05, + "E": 0.0005526096792891622, + "T": 0.013278426602482796, + "P": 0.1506815403699875, + "-": 0.7526077628135681 + }, + "id": "tp_15247" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1905906, + "label": "-", + "classification": { + "B": 3.5574750654632226e-05, + "S": 0.0001762858300935477, + "I": 0.10123169422149658, + "C": 0.006825433112680912, + "R": 0.0018273515161126852, + "M": 0.003592449938878417, + "O": 0.0010542114032432437, + "W": 0.00023774859437253326, + "N": 0.0073188054375350475, + "Y": 0.08471745997667313, + "U": 8.267481462098658e-05, + "K": 0.011166100390255451, + "L": 7.598267256980762e-05, + "G": 0.014461658895015717, + "F": 0.022125806659460068, + "E": 0.018933076411485672, + "T": 0.01788506843149662, + "P": 0.2065279185771942, + "-": 0.5017246603965759 + }, + "id": "tp_15248" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1906006, + "label": "-", + "classification": { + "B": 1.0238163667963818e-05, + "S": 1.5579901173623512e-06, + "I": 0.008312162011861801, + "C": 0.0005066237063147128, + "R": 5.935148146818392e-05, + "M": 0.0001299436407862231, + "O": 4.646278830477968e-05, + "W": 4.1747612158360425e-06, + "N": 0.00011457548680482432, + "Y": 0.0015135869616642594, + "U": 5.937703917879844e-06, + "K": 1.921493776535499e-06, + "L": 1.5767349395900965e-05, + "G": 0.0004051310243085027, + "F": 0.0005785495741292834, + "E": 0.0011376726906746626, + "T": 0.0008644064073450863, + "P": 0.4725486934185028, + "-": 0.5137432813644409 + }, + "id": "tp_15249" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1906139, + "label": "-", + "classification": { + "B": 2.4900731476762417e-10, + "S": 6.714941103158623e-11, + "I": 4.837424057768658e-06, + "C": 1.1476403471988306e-07, + "R": 1.0458281352043741e-08, + "M": 5.809677006141101e-08, + "O": 2.502030227446994e-08, + "W": 6.585693657079617e-10, + "N": 2.088762940388733e-08, + "Y": 3.384186857147142e-05, + "U": 1.1751962736283872e-09, + "K": 1.0689544893693892e-07, + "L": 2.9896099484894023e-10, + "G": 1.5455042330358992e-06, + "F": 3.329026367282495e-05, + "E": 2.694936711122864e-06, + "T": 3.2802145142341033e-06, + "P": 0.06195562705397606, + "-": 0.9379645586013794 + }, + "id": "tp_15250" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1906273, + "label": "-", + "classification": { + "B": 1.0724298590503167e-05, + "S": 7.726919648121111e-06, + "I": 0.00336218299344182, + "C": 0.000288356386590749, + "R": 3.2059095246950164e-05, + "M": 0.0006133121205493808, + "O": 7.860380719648674e-05, + "W": 9.984893040382303e-06, + "N": 0.00018559081945568323, + "Y": 0.0053826384246349335, + "U": 1.0925308743026108e-05, + "K": 0.00015642344078514725, + "L": 1.114689075620845e-05, + "G": 0.0012984758941456676, + "F": 0.006372509524226189, + "E": 0.003792772302404046, + "T": 0.0017265533097088337, + "P": 0.23820893466472626, + "-": 0.7384511232376099 + }, + "id": "tp_15251" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1906406, + "label": "-", + "classification": { + "B": 8.602415618952364e-06, + "S": 1.8264039454152226e-06, + "I": 0.0013722284929826856, + "C": 0.00014962791465222836, + "R": 1.9471444829832762e-05, + "M": 0.00048080505803227425, + "O": 8.541304850950837e-05, + "W": 3.975105300924042e-06, + "N": 5.23475137015339e-05, + "Y": 0.0020996707025915384, + "U": 6.7386940827418584e-06, + "K": 5.314785994414706e-06, + "L": 2.0865798433078453e-05, + "G": 0.000825531838927418, + "F": 0.001080379937775433, + "E": 0.00081408373080194, + "T": 0.0022622160613536835, + "P": 0.21276389062404633, + "-": 0.7779470086097717 + }, + "id": "tp_15252" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1906507, + "label": "P", + "classification": { + "B": 6.716591371969116e-08, + "S": 1.2094389489902824e-08, + "I": 0.00013652117922902107, + "C": 4.977582648280077e-07, + "R": 3.603576104183048e-08, + "M": 4.105128027731553e-06, + "O": 3.649019788554142e-07, + "W": 2.5440455075909085e-08, + "N": 2.6224929570162203e-06, + "Y": 6.874425162095577e-05, + "U": 2.0435040326560738e-08, + "K": 9.771114264367498e-07, + "L": 1.7325966439329932e-08, + "G": 2.025760659307707e-05, + "F": 0.00043841495062224567, + "E": 0.0010532214073464274, + "T": 2.9548691600211896e-05, + "P": 0.6025238037109375, + "-": 0.39572080969810486 + }, + "id": "tp_15253" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1906640, + "label": "-", + "classification": { + "B": 2.3693988993045423e-08, + "S": 5.089711763162086e-09, + "I": 5.9340767620597035e-05, + "C": 2.4397070319537306e-06, + "R": 2.2689823708788026e-07, + "M": 1.151886044681305e-05, + "O": 1.0443800420034677e-06, + "W": 1.795512716284975e-08, + "N": 5.519648311747005e-07, + "Y": 0.00020029763982165605, + "U": 4.335291947654696e-08, + "K": 3.394453784721918e-08, + "L": 1.5005612397089862e-07, + "G": 1.864007208496332e-05, + "F": 7.305188773898408e-05, + "E": 1.8161521438742056e-05, + "T": 0.00026188543415628374, + "P": 0.10073808580636978, + "-": 0.8986144661903381 + }, + "id": "tp_15254" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1906773, + "label": "-", + "classification": { + "B": 3.2702753287594533e-06, + "S": 6.832274834778218e-07, + "I": 0.0021603722125291824, + "C": 4.965615880792029e-05, + "R": 5.587500709225424e-06, + "M": 0.00037184538086876273, + "O": 2.8637112336582504e-05, + "W": 1.1151259968755767e-06, + "N": 2.4444425434921868e-05, + "Y": 0.007571653462946415, + "U": 6.718752842971298e-07, + "K": 2.9250550142023712e-06, + "L": 5.951058028585976e-06, + "G": 0.0011081768898293376, + "F": 0.001120973378419876, + "E": 0.0026191086508333683, + "T": 0.002617876511067152, + "P": 0.14830282330513, + "-": 0.8340042233467102 + }, + "id": "tp_15255" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1906907, + "label": "-", + "classification": { + "B": 0.00017136087990365922, + "S": 4.789348622580292e-06, + "I": 0.0016410108655691147, + "C": 7.207936141639948e-05, + "R": 9.149026482191402e-06, + "M": 0.00045762653462588787, + "O": 0.00010016298620030284, + "W": 5.497266556631075e-06, + "N": 3.769702016143128e-05, + "Y": 0.0012979478342458606, + "U": 2.8975825898669427e-06, + "K": 3.463630093847314e-07, + "L": 5.546099055209197e-05, + "G": 0.0007291382062248886, + "F": 0.0006094888667576015, + "E": 0.001459037302993238, + "T": 0.0009654151508584619, + "P": 0.3639266788959503, + "-": 0.6284542679786682 + }, + "id": "tp_15256" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1907007, + "label": "-", + "classification": { + "B": 4.331078889663331e-05, + "S": 2.1329573428374715e-05, + "I": 8.06779571576044e-05, + "C": 5.082186817162437e-06, + "R": 3.952956376451766e-06, + "M": 0.001893266336992383, + "O": 0.0002946175809483975, + "W": 5.109830453875475e-06, + "N": 3.874289177474566e-06, + "Y": 0.0028754023369401693, + "U": 1.85515929729263e-07, + "K": 5.119788397678349e-07, + "L": 3.527097578626126e-05, + "G": 0.0007193367928266525, + "F": 0.0017963837599381804, + "E": 0.0001261585421161726, + "T": 0.003396500600501895, + "P": 0.018536580726504326, + "-": 0.9701625108718872 + }, + "id": "tp_15257" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1907140, + "label": "-", + "classification": { + "B": 5.672061888617463e-06, + "S": 2.2516924502724578e-07, + "I": 0.00011449441808508709, + "C": 1.2487685125961434e-05, + "R": 2.806608108585351e-06, + "M": 0.00015115556016098708, + "O": 3.4400254662614316e-05, + "W": 5.407435992310639e-07, + "N": 1.8847651972464519e-06, + "Y": 0.0004652752249967307, + "U": 2.4584775815128523e-07, + "K": 3.496625922139174e-08, + "L": 1.064530442818068e-05, + "G": 0.0001972685131477192, + "F": 0.00033882708521559834, + "E": 5.706414594897069e-05, + "T": 0.0005985315074212849, + "P": 0.08511916548013687, + "-": 0.912889301776886 + }, + "id": "tp_15258" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1907274, + "label": "-", + "classification": { + "B": 2.040614361931148e-07, + "S": 4.792378831552924e-07, + "I": 0.0005457546794787049, + "C": 2.0908885289827595e-06, + "R": 6.581639127034578e-07, + "M": 2.1609968825941905e-05, + "O": 3.7934362353553297e-06, + "W": 3.895823397215281e-07, + "N": 1.9173967302776873e-05, + "Y": 0.0029157232493162155, + "U": 1.219220280290756e-07, + "K": 2.0687464711954817e-05, + "L": 1.1657203913273406e-07, + "G": 9.618716285331175e-05, + "F": 0.0019246535375714302, + "E": 0.0005842941463924944, + "T": 0.000830469245556742, + "P": 0.2590057849884033, + "-": 0.7340278029441833 + }, + "id": "tp_15259" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1907407, + "label": "-", + "classification": { + "B": 5.150924380359356e-07, + "S": 5.807882530461939e-07, + "I": 0.0018363009439781308, + "C": 2.0488219888648018e-05, + "R": 4.409839675645344e-06, + "M": 7.87928729550913e-05, + "O": 9.662023330747616e-06, + "W": 4.591194056047243e-07, + "N": 3.6099816497880965e-05, + "Y": 0.003234639996662736, + "U": 3.4290212624910055e-07, + "K": 7.195842499641003e-06, + "L": 7.796236900503573e-07, + "G": 0.00038520540692843497, + "F": 0.0015598081517964602, + "E": 0.0008128720801323652, + "T": 0.0009859316051006317, + "P": 0.35467857122421265, + "-": 0.6363474130630493 + }, + "id": "tp_15260" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1907508, + "label": "P", + "classification": { + "B": 8.7525349954376e-06, + "S": 7.731860023341142e-06, + "I": 0.018459143117070198, + "C": 4.007739698863588e-05, + "R": 2.6436113330419175e-05, + "M": 0.0003737090446520597, + "O": 8.689305832376704e-05, + "W": 1.1217811334063299e-05, + "N": 0.0010405888315290213, + "Y": 0.008021566085517406, + "U": 4.336332494858652e-06, + "K": 0.000490573002025485, + "L": 3.222464101781952e-06, + "G": 0.0011437541106715798, + "F": 0.002993855159729719, + "E": 0.006466513965278864, + "T": 0.003637081477791071, + "P": 0.5850701332092285, + "-": 0.3721143901348114 + }, + "id": "tp_15261" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1907641, + "label": "-", + "classification": { + "B": 0.002297657774761319, + "S": 0.0007321880548261106, + "I": 0.11374270170927048, + "C": 0.020239626988768578, + "R": 0.0030200527980923653, + "M": 0.01311517134308815, + "O": 0.0036072570364922285, + "W": 0.0008472189656458795, + "N": 0.010937245562672615, + "Y": 0.06704683601856232, + "U": 0.0007728589116595685, + "K": 0.0013626167783513665, + "L": 0.0019197758520022035, + "G": 0.020500607788562775, + "F": 0.0141328489407897, + "E": 0.07383973896503448, + "T": 0.024887166917324066, + "P": 0.27756744623184204, + "-": 0.34943103790283203 + }, + "id": "tp_15262" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1907774, + "label": "-", + "classification": { + "B": 1.93752794075408e-06, + "S": 5.6502466350139e-07, + "I": 0.003896280424669385, + "C": 9.582070197211578e-05, + "R": 1.7249050870304927e-05, + "M": 0.00024745368864387274, + "O": 4.150949825998396e-05, + "W": 1.7270687067139079e-06, + "N": 6.217477493919432e-05, + "Y": 0.002823593793436885, + "U": 2.3764323486830108e-06, + "K": 3.641283456090605e-06, + "L": 6.879819920868613e-06, + "G": 0.000510378391481936, + "F": 0.0006119432509876788, + "E": 0.0005920651601627469, + "T": 0.002543799811974168, + "P": 0.254305899143219, + "-": 0.734234631061554 + }, + "id": "tp_15263" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1907908, + "label": "-", + "classification": { + "B": 1.5444773282524693e-07, + "S": 8.235986115323612e-08, + "I": 5.2986179071012884e-05, + "C": 5.395615971792722e-07, + "R": 4.424815713832686e-08, + "M": 2.2124271708889864e-05, + "O": 2.3845816485845717e-06, + "W": 5.266227276479185e-08, + "N": 1.1073587984355981e-06, + "Y": 8.176941628335044e-05, + "U": 1.3972464074640811e-08, + "K": 1.7024558474076912e-07, + "L": 1.303769465721416e-07, + "G": 2.990241046063602e-05, + "F": 0.0005052137421444058, + "E": 0.0003467794449534267, + "T": 9.924483310896903e-05, + "P": 0.26099660992622375, + "-": 0.7378606200218201 + }, + "id": "tp_15264" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1908008, + "label": "-", + "classification": { + "B": 1.4242826296140265e-07, + "S": 9.607621365148589e-08, + "I": 0.0009293511393480003, + "C": 1.692176374490373e-05, + "R": 2.2452836674347054e-06, + "M": 9.289341687690467e-05, + "O": 8.896119652490597e-06, + "W": 2.063921016315362e-07, + "N": 1.619248723727651e-05, + "Y": 0.001724853296764195, + "U": 2.445652569349477e-07, + "K": 7.634870598849375e-06, + "L": 2.618485552829952e-07, + "G": 0.00019547830743249506, + "F": 0.0004316294507589191, + "E": 0.0003579595359042287, + "T": 0.0008393950411118567, + "P": 0.08637584745883942, + "-": 0.9089997410774231 + }, + "id": "tp_15265" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1908141, + "label": "-", + "classification": { + "B": 5.454839424601232e-07, + "S": 3.7420767284856993e-07, + "I": 8.689097012393177e-05, + "C": 9.754731991051813e-07, + "R": 1.6366875854600949e-07, + "M": 1.7178499547298998e-05, + "O": 4.3364721022953745e-06, + "W": 1.2403559424001287e-07, + "N": 4.119369350519264e-06, + "Y": 0.00019516600877977908, + "U": 5.950798964704518e-08, + "K": 5.668750873155659e-07, + "L": 2.1031642916113924e-07, + "G": 5.3955227485857904e-05, + "F": 0.0009396870154887438, + "E": 0.00018198533507529646, + "T": 0.0002035998331848532, + "P": 0.3849537968635559, + "-": 0.6133562922477722 + }, + "id": "tp_15266" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1908275, + "label": "-", + "classification": { + "B": 4.637282472685911e-05, + "S": 1.7472579202149063e-05, + "I": 0.009871071204543114, + "C": 0.0008825536351650953, + "R": 0.00015739034279249609, + "M": 0.0011682779295369983, + "O": 0.00027032295474782586, + "W": 3.040145747945644e-05, + "N": 0.0005673408741131425, + "Y": 0.004658647812902927, + "U": 4.024647205369547e-05, + "K": 0.0001252484362339601, + "L": 6.0709829995175824e-05, + "G": 0.0021688726264983416, + "F": 0.005206386558711529, + "E": 0.005134078674018383, + "T": 0.0033786518033593893, + "P": 0.3324035406112671, + "-": 0.633812427520752 + }, + "id": "tp_15267" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1908375, + "label": "P", + "classification": { + "B": 9.359585106949453e-08, + "S": 2.1728412846755418e-08, + "I": 0.0016861963085830212, + "C": 4.037553026137175e-06, + "R": 3.6625075949814345e-07, + "M": 6.479740022768965e-06, + "O": 1.7836696315498557e-06, + "W": 7.158306658539004e-08, + "N": 5.884019628865644e-06, + "Y": 0.00014362098590936512, + "U": 2.7053001616650363e-08, + "K": 3.5010721433081926e-08, + "L": 9.870571915371329e-08, + "G": 1.570619861013256e-05, + "F": 5.2179086196701974e-05, + "E": 9.546621731715277e-05, + "T": 9.034061804413795e-05, + "P": 0.5884690880775452, + "-": 0.40942856669425964 + }, + "id": "tp_15268" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1908509, + "label": "-", + "classification": { + "B": 1.7912418570631417e-06, + "S": 4.849897550229798e-07, + "I": 0.025476213544607162, + "C": 4.72144820378162e-05, + "R": 1.48402405102388e-05, + "M": 0.0005493461503647268, + "O": 3.67635911970865e-05, + "W": 1.0815646191986161e-06, + "N": 0.0001162516200565733, + "Y": 0.0466156043112278, + "U": 2.0475897599681048e-07, + "K": 9.666864571045153e-06, + "L": 1.8068633380607935e-06, + "G": 0.003996702376753092, + "F": 0.0005753749865107238, + "E": 0.002647439483553171, + "T": 0.006556585896760225, + "P": 0.15256816148757935, + "-": 0.760784387588501 + }, + "id": "tp_15269" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1908642, + "label": "-", + "classification": { + "B": 1.3922630159868277e-07, + "S": 8.593696065872791e-08, + "I": 5.505436274688691e-05, + "C": 2.2139604425319703e-06, + "R": 1.6217734355450375e-07, + "M": 4.973303475708235e-06, + "O": 2.2577989966521272e-06, + "W": 1.1620108608667579e-07, + "N": 2.5430720143049257e-06, + "Y": 0.00020332240092102438, + "U": 1.226625983008489e-07, + "K": 4.112394890398718e-06, + "L": 7.695012982367189e-08, + "G": 4.0038466977421194e-05, + "F": 0.0011945398291572928, + "E": 8.684011845616624e-05, + "T": 7.627106242580339e-05, + "P": 0.26209521293640137, + "-": 0.7362319827079773 + }, + "id": "tp_15270" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1908775, + "label": "-", + "classification": { + "B": 2.9610384444822557e-05, + "S": 0.00010837631270987913, + "I": 0.0014120008563622832, + "C": 0.00012861244613304734, + "R": 5.822937237098813e-05, + "M": 0.00040293228812515736, + "O": 0.0004247922042850405, + "W": 0.00012393771612551063, + "N": 0.0006217444897629321, + "Y": 0.006838077213615179, + "U": 5.761803549830802e-05, + "K": 0.003042091615498066, + "L": 1.844291364250239e-05, + "G": 0.0010411515831947327, + "F": 0.023952007293701172, + "E": 0.003220465499907732, + "T": 0.0034329292830079794, + "P": 0.282360702753067, + "-": 0.6727262735366821 + }, + "id": "tp_15271" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1908876, + "label": "-", + "classification": { + "B": 5.203292312216945e-05, + "S": 1.617079760762863e-05, + "I": 0.000643828883767128, + "C": 0.0001561246026540175, + "R": 5.417507782112807e-05, + "M": 0.0007493727607652545, + "O": 0.00017132989887613803, + "W": 1.1589218047447503e-05, + "N": 4.013165380456485e-05, + "Y": 0.006637685000896454, + "U": 3.3951153000089107e-06, + "K": 7.808508598827757e-06, + "L": 5.141745350556448e-05, + "G": 0.0024721932131797075, + "F": 0.011875584721565247, + "E": 0.000973495130892843, + "T": 0.002208033809438348, + "P": 0.20136894285678864, + "-": 0.7725067138671875 + }, + "id": "tp_15272" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1909009, + "label": "-", + "classification": { + "B": 1.7239668750335113e-06, + "S": 6.239829986043333e-07, + "I": 7.237946647364879e-06, + "C": 7.285061087713984e-07, + "R": 1.0404240669004139e-07, + "M": 5.9542721828620415e-06, + "O": 7.998743967618793e-06, + "W": 3.002635651228047e-07, + "N": 6.426530489989091e-07, + "Y": 3.4552776924101636e-05, + "U": 2.2408450206512498e-08, + "K": 7.294122639223133e-08, + "L": 4.0482638041794416e-07, + "G": 1.9974550014012493e-05, + "F": 0.0014383274829015136, + "E": 2.263059104734566e-05, + "T": 4.581023313221522e-05, + "P": 0.2387309968471527, + "-": 0.7596818208694458 + }, + "id": "tp_15273" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1909142, + "label": "-", + "classification": { + "B": 3.8756851949983684e-07, + "S": 8.03707280283561e-07, + "I": 0.00029583918512798846, + "C": 1.1065842045354657e-05, + "R": 1.5042203358461848e-06, + "M": 4.324175824876875e-05, + "O": 1.241338122781599e-05, + "W": 6.121908882050775e-07, + "N": 9.776361366675701e-06, + "Y": 0.0005461169057525694, + "U": 4.4140017507743323e-07, + "K": 5.80505172820267e-07, + "L": 1.514159862381348e-06, + "G": 6.256062624743208e-05, + "F": 0.0011033911723643541, + "E": 7.323500904021785e-05, + "T": 0.000678481359500438, + "P": 0.23172882199287415, + "-": 0.7654292583465576 + }, + "id": "tp_15274" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1909276, + "label": "-", + "classification": { + "B": 1.4625400979184633e-07, + "S": 1.4122893787771318e-07, + "I": 0.0003315893991384655, + "C": 3.995751285401639e-06, + "R": 6.4334159333157e-07, + "M": 4.695151346822968e-06, + "O": 2.3114521354727913e-06, + "W": 2.819337510118203e-07, + "N": 1.2149989743193146e-05, + "Y": 0.00023804469674360007, + "U": 4.303106777570065e-07, + "K": 1.4021999049873557e-05, + "L": 7.974801974341972e-08, + "G": 3.0453682484221645e-05, + "F": 0.000883359694853425, + "E": 0.00012906212941743433, + "T": 0.00013647534069605172, + "P": 0.40140944719314575, + "-": 0.5968026518821716 + }, + "id": "tp_15275" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1909376, + "label": "-", + "classification": { + "B": 1.3873255966245779e-06, + "S": 1.0002083854487864e-06, + "I": 0.00024660577764734626, + "C": 9.195241727866232e-05, + "R": 8.408582289121114e-06, + "M": 0.00011539390834514052, + "O": 1.768032234394923e-05, + "W": 1.018558350551757e-06, + "N": 1.2217707990203053e-05, + "Y": 0.0035054446198046207, + "U": 2.7575006242841482e-06, + "K": 5.935439185122959e-05, + "L": 2.691388999664923e-06, + "G": 0.0003583765064831823, + "F": 0.003928104415535927, + "E": 0.00026873857132159173, + "T": 0.0013669065665453672, + "P": 0.04767215996980667, + "-": 0.9423397779464722 + }, + "id": "tp_15276" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1909510, + "label": "P", + "classification": { + "B": 2.1017101971665397e-05, + "S": 2.0423673049663194e-05, + "I": 0.00297834281809628, + "C": 4.615719444700517e-05, + "R": 2.6584453735267743e-05, + "M": 0.00015300922677852213, + "O": 0.00022823041945230216, + "W": 2.945564665424172e-05, + "N": 0.0002617056597955525, + "Y": 0.0010275234235450625, + "U": 1.047573550749803e-05, + "K": 1.3946238141215872e-05, + "L": 2.0080859030713327e-05, + "G": 0.00032590210321359336, + "F": 0.0015499447472393513, + "E": 0.000529646233189851, + "T": 0.0014119955012574792, + "P": 0.6149450540542603, + "-": 0.37640053033828735 + }, + "id": "tp_15277" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1909643, + "label": "P", + "classification": { + "B": 1.842284262920657e-07, + "S": 3.336962350886097e-08, + "I": 0.0005644133198074996, + "C": 1.5453659898412297e-06, + "R": 1.1938195143557095e-07, + "M": 4.939626160194166e-05, + "O": 2.6597608666634187e-06, + "W": 8.218824376626799e-08, + "N": 6.193105946294963e-06, + "Y": 0.0003856570110656321, + "U": 2.6564524802097367e-08, + "K": 5.158827889317763e-07, + "L": 1.7014262709835748e-07, + "G": 0.00012300633534323424, + "F": 0.00036509078927338123, + "E": 0.0012322472175583243, + "T": 0.00011658896983135492, + "P": 0.5208565592765808, + "-": 0.4762955605983734 + }, + "id": "tp_15278" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1909776, + "label": "-", + "classification": { + "B": 9.011287827043191e-10, + "S": 1.5386238116921191e-10, + "I": 3.1831343221710995e-05, + "C": 1.1970264495175797e-06, + "R": 3.059962949691908e-08, + "M": 2.0135553313593846e-06, + "O": 1.3777143692550453e-07, + "W": 8.029325537783905e-10, + "N": 6.79128504543769e-08, + "Y": 2.5200846721418202e-05, + "U": 2.1718622456035064e-09, + "K": 5.978747497081827e-10, + "L": 1.245038117048125e-08, + "G": 6.512356776511297e-06, + "F": 1.3781388588540722e-05, + "E": 2.7550609047466423e-06, + "T": 3.755058423848823e-05, + "P": 0.16439169645309448, + "-": 0.8354871273040771 + }, + "id": "tp_15279" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1909877, + "label": "-", + "classification": { + "B": 7.229748007375747e-05, + "S": 6.481653144874144e-06, + "I": 0.006242271512746811, + "C": 0.0006604483933188021, + "R": 0.00012626593525055796, + "M": 0.0022692177444696426, + "O": 0.000193243904504925, + "W": 9.234717254003044e-06, + "N": 0.0001255287352250889, + "Y": 0.013878238387405872, + "U": 1.591831460245885e-05, + "K": 6.62676029605791e-06, + "L": 0.00010626170842442662, + "G": 0.005976207088679075, + "F": 0.0009517292492091656, + "E": 0.0030799938831478357, + "T": 0.008471272885799408, + "P": 0.2209174633026123, + "-": 0.7368913292884827 + }, + "id": "tp_15280" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1910010, + "label": "-", + "classification": { + "B": 1.1394007265463912e-10, + "S": 1.2215379749380695e-11, + "I": 1.4140918210614473e-05, + "C": 1.7832289245234278e-07, + "R": 5.939200686810864e-09, + "M": 2.9744714424850827e-07, + "O": 1.5705028388879327e-08, + "W": 5.83118969776919e-11, + "N": 3.408744220223525e-08, + "Y": 2.9880560759920627e-05, + "U": 1.8038678883947057e-10, + "K": 1.4114912572082972e-09, + "L": 3.430362105483198e-10, + "G": 3.12229644805484e-06, + "F": 1.0931037650152575e-05, + "E": 3.4587214940984268e-06, + "T": 1.0414783901069313e-05, + "P": 0.09009679406881332, + "-": 0.9098308086395264 + }, + "id": "tp_15281" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1910143, + "label": "-", + "classification": { + "B": 7.761343113088515e-06, + "S": 6.991842838033335e-06, + "I": 0.0017044051783159375, + "C": 8.8903856521938e-05, + "R": 3.2912346796365455e-05, + "M": 0.0007242713472805917, + "O": 0.00014618765271734446, + "W": 8.999246347229928e-06, + "N": 0.0001030310959322378, + "Y": 0.01009933091700077, + "U": 8.872932994563598e-06, + "K": 0.0001078322165994905, + "L": 1.088645058189286e-05, + "G": 0.0013413205742835999, + "F": 0.002412240020930767, + "E": 0.0007630586624145508, + "T": 0.0058840434066951275, + "P": 0.09529146552085876, + "-": 0.8812574744224548 + }, + "id": "tp_15282" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1910277, + "label": "P", + "classification": { + "B": 0.000495285727083683, + "S": 0.00026932585751637816, + "I": 0.058881308883428574, + "C": 0.0029855910688638687, + "R": 0.0009891786612570286, + "M": 0.0051287696696817875, + "O": 0.001822161371819675, + "W": 0.0005047004669904709, + "N": 0.006125763524323702, + "Y": 0.024148259311914444, + "U": 0.00033433621865697205, + "K": 0.0012391977943480015, + "L": 0.000594836485106498, + "G": 0.010512443259358406, + "F": 0.014184256084263325, + "E": 0.033756010234355927, + "T": 0.012878112494945526, + "P": 0.47985222935676575, + "-": 0.34529826045036316 + }, + "id": "tp_15283" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1910377, + "label": "-", + "classification": { + "B": 6.378888429026119e-06, + "S": 3.105905989286839e-06, + "I": 0.0034241362009197474, + "C": 0.00041459163185209036, + "R": 3.8048459828132764e-05, + "M": 0.0002449922903906554, + "O": 5.764052184531465e-05, + "W": 7.81253675086191e-06, + "N": 0.00019098415214102715, + "Y": 0.004854029044508934, + "U": 5.830002919537947e-06, + "K": 0.00018308199651073664, + "L": 8.005322342796717e-06, + "G": 0.0012821006821468472, + "F": 0.008246712386608124, + "E": 0.009166793897747993, + "T": 0.0005631561507470906, + "P": 0.36258208751678467, + "-": 0.6087205410003662 + }, + "id": "tp_15284" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1910511, + "label": "-", + "classification": { + "B": 8.701872644678588e-08, + "S": 2.57611176834871e-09, + "I": 3.831412414001534e-06, + "C": 1.5604753045295183e-08, + "R": 9.479245166588157e-10, + "M": 4.4472398030848126e-07, + "O": 8.00242162313225e-07, + "W": 2.0259354194251955e-09, + "N": 1.620432321658427e-08, + "Y": 1.1547788290044991e-06, + "U": 1.2127070181389143e-10, + "K": 1.1378158614946954e-12, + "L": 3.7827607712870304e-08, + "G": 1.7251666122319875e-06, + "F": 2.493371084710816e-06, + "E": 8.028288789319049e-07, + "T": 7.041543085506419e-06, + "P": 0.3010399341583252, + "-": 0.6989415884017944 + }, + "id": "tp_15285" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1910644, + "label": "-", + "classification": { + "B": 2.802406197588425e-05, + "S": 1.8717562397796428e-06, + "I": 0.00060117500834167, + "C": 0.00015711388550698757, + "R": 1.6593590771663003e-05, + "M": 0.00020169821800664067, + "O": 5.882910772925243e-05, + "W": 4.2611764001776464e-06, + "N": 2.5315695893368684e-05, + "Y": 0.0008133478695526719, + "U": 3.729161335286335e-06, + "K": 4.7315684241766576e-06, + "L": 1.820825127651915e-05, + "G": 0.0011102340649813414, + "F": 0.004865778610110283, + "E": 0.0007176893413998187, + "T": 0.0006112850969657302, + "P": 0.27846330404281616, + "-": 0.7122968435287476 + }, + "id": "tp_15286" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1910777, + "label": "-", + "classification": { + "B": 2.1207276859058766e-06, + "S": 6.372131622356392e-08, + "I": 6.505795317934826e-05, + "C": 2.777692316158209e-06, + "R": 1.8006888069521665e-07, + "M": 2.114958260790445e-05, + "O": 7.216378890007036e-06, + "W": 1.2306841767895094e-07, + "N": 1.4320496575237485e-06, + "Y": 3.505478161969222e-05, + "U": 2.721653125092871e-08, + "K": 3.327472342107285e-08, + "L": 4.3320207510078035e-07, + "G": 2.2861566321807913e-05, + "F": 0.00012947463255841285, + "E": 0.00010511717846384272, + "T": 4.6755561925238e-05, + "P": 0.20314174890518188, + "-": 0.796418309211731 + }, + "id": "tp_15287" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1910878, + "label": "-", + "classification": { + "B": 1.3282328836794477e-05, + "S": 3.45184380421415e-05, + "I": 0.018741747364401817, + "C": 0.0003944032359868288, + "R": 9.9099641374778e-05, + "M": 0.0007797845755703747, + "O": 0.00020811505964957178, + "W": 3.419292625039816e-05, + "N": 0.0013295732205733657, + "Y": 0.008784234523773193, + "U": 1.7769856640370563e-05, + "K": 0.00034657606738619506, + "L": 1.3065087841823697e-05, + "G": 0.0010410358663648367, + "F": 0.002322516171261668, + "E": 0.005527181085199118, + "T": 0.0038515757769346237, + "P": 0.46837908029556274, + "-": 0.4880822002887726 + }, + "id": "tp_15288" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1911011, + "label": "-", + "classification": { + "B": 6.710282377753174e-06, + "S": 1.8735912021838885e-07, + "I": 0.0009182887733913958, + "C": 0.000286086491541937, + "R": 2.326666253793519e-05, + "M": 0.00016203381528612226, + "O": 2.7760745069826953e-05, + "W": 1.2377181519696023e-06, + "N": 1.1407892998249736e-05, + "Y": 0.0009346655569970608, + "U": 3.2316440865542972e-06, + "K": 1.1234623116251896e-06, + "L": 8.672511285112705e-06, + "G": 0.0007403020863421261, + "F": 0.00041756065911613405, + "E": 0.00017212587408721447, + "T": 0.0007938927155919373, + "P": 0.23580202460289001, + "-": 0.7596893906593323 + }, + "id": "tp_15289" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1911144, + "label": "-", + "classification": { + "B": 4.369133876025444e-06, + "S": 2.1630842184094945e-06, + "I": 0.009954559616744518, + "C": 0.00029515966889448464, + "R": 7.158316293498501e-05, + "M": 0.0004007630341220647, + "O": 9.427330951439217e-05, + "W": 5.216467343416298e-06, + "N": 0.00018979818560183048, + "Y": 0.0038800190668553114, + "U": 7.0675587267032824e-06, + "K": 4.710551365860738e-06, + "L": 2.4833812858560123e-05, + "G": 0.0008740426856093109, + "F": 0.0011274163844063878, + "E": 0.0008000765810720623, + "T": 0.002306603593751788, + "P": 0.34183788299560547, + "-": 0.6381194591522217 + }, + "id": "tp_15290" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1911278, + "label": "P", + "classification": { + "B": 3.414163757042843e-06, + "S": 3.961783477279823e-06, + "I": 0.017732568085193634, + "C": 0.00019132948364131153, + "R": 1.1397543858038262e-05, + "M": 0.00021729228319600224, + "O": 2.6340841941419058e-05, + "W": 8.157771844707895e-06, + "N": 0.00039791298331692815, + "Y": 0.005630669184029102, + "U": 1.654076982049446e-06, + "K": 6.885762559249997e-05, + "L": 1.5989872963473317e-06, + "G": 0.00024078604474198073, + "F": 0.0014990929048508406, + "E": 0.006471586879342794, + "T": 0.0008547864854335785, + "P": 0.5043202638626099, + "-": 0.4623183012008667 + }, + "id": "tp_15291" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1911378, + "label": "-", + "classification": { + "B": 1.3825905398334726e-06, + "S": 4.75031697533268e-07, + "I": 0.0012123883934691548, + "C": 6.327708979370072e-05, + "R": 6.464642865466885e-06, + "M": 9.84019206953235e-05, + "O": 8.812782652967144e-06, + "W": 3.3832949952739e-07, + "N": 1.4012333849677816e-05, + "Y": 0.0029810916166752577, + "U": 9.580998039382393e-07, + "K": 4.5246579247759655e-06, + "L": 3.202199422958074e-06, + "G": 0.001269667875021696, + "F": 0.0021725257392972708, + "E": 0.001057253684848547, + "T": 0.0009031495428644121, + "P": 0.24150967597961426, + "-": 0.7486923933029175 + }, + "id": "tp_15292" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1911512, + "label": "-", + "classification": { + "B": 7.3708251875359565e-06, + "S": 1.8560981516202446e-06, + "I": 0.0009694784530438483, + "C": 6.516192115668673e-06, + "R": 3.59645582648227e-06, + "M": 7.738342537777498e-05, + "O": 4.7884652303764597e-05, + "W": 3.0358903586602537e-06, + "N": 2.6552905183052644e-05, + "Y": 0.00026950048049911857, + "U": 7.271191293511947e-07, + "K": 8.799837587503134e-07, + "L": 5.185226655157749e-06, + "G": 0.00015814637299627066, + "F": 0.0009800853440538049, + "E": 0.0002385792467975989, + "T": 0.0006604122463613749, + "P": 0.41145798563957214, + "-": 0.5850847959518433 + }, + "id": "tp_15293" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1911645, + "label": "-", + "classification": { + "B": 2.1006615114060878e-08, + "S": 1.73348557730435e-09, + "I": 1.1821346561191604e-05, + "C": 1.9848771160013712e-07, + "R": 1.8384609390409423e-08, + "M": 3.739936005331401e-07, + "O": 3.566538566701638e-07, + "W": 5.3456563620102315e-09, + "N": 1.0700983210654158e-07, + "Y": 1.1551018360478338e-05, + "U": 3.964190753436014e-09, + "K": 4.996563163217616e-10, + "L": 2.1593059784663637e-08, + "G": 2.140245669579599e-06, + "F": 7.770763659209479e-06, + "E": 9.196219821205887e-07, + "T": 4.5405657147057354e-05, + "P": 0.3100661337375641, + "-": 0.6898531317710876 + }, + "id": "tp_15294" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1911778, + "label": "P", + "classification": { + "B": 4.92128356199828e-06, + "S": 4.929969691147562e-06, + "I": 0.02503008395433426, + "C": 9.457717533223331e-05, + "R": 3.6170265957480296e-05, + "M": 0.00028906026273034513, + "O": 7.543205720139667e-05, + "W": 6.982331342442194e-06, + "N": 0.0006620044587180018, + "Y": 0.005673757288604975, + "U": 4.375507160148118e-06, + "K": 3.879940777551383e-05, + "L": 6.158073119877372e-06, + "G": 0.00087393430294469, + "F": 0.001269300002604723, + "E": 0.0018053660169243813, + "T": 0.0030229766853153706, + "P": 0.6267915368080139, + "-": 0.3343096971511841 + }, + "id": "tp_15295" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1911879, + "label": "-", + "classification": { + "B": 0.004635974764823914, + "S": 0.0010556975612416863, + "I": 0.008373868651688099, + "C": 0.002751142717897892, + "R": 0.0013803383335471153, + "M": 0.017736252397298813, + "O": 0.005326522514224052, + "W": 0.0007621549884788692, + "N": 0.0007490101270377636, + "Y": 0.052361708134412766, + "U": 0.00011993743100902066, + "K": 0.00041307322680950165, + "L": 0.004445458296686411, + "G": 0.0631542056798935, + "F": 0.05522407218813896, + "E": 0.02724367007613182, + "T": 0.01653909683227539, + "P": 0.08148631453514099, + "-": 0.6562415957450867 + }, + "id": "tp_15296" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1912012, + "label": "-", + "classification": { + "B": 3.2609338840305924e-11, + "S": 1.452896396941794e-11, + "I": 1.3065580617421801e-07, + "C": 1.935944071718154e-09, + "R": 1.1817243017464563e-10, + "M": 2.1040150954831915e-08, + "O": 5.873006969636663e-09, + "W": 2.2166156063430087e-11, + "N": 3.7640532357663403e-10, + "Y": 1.8018373566519585e-06, + "U": 5.357246764259305e-12, + "K": 1.9572621301477966e-10, + "L": 9.135125295101076e-11, + "G": 3.926833471723512e-07, + "F": 5.9432008129078895e-05, + "E": 1.2424000317423634e-07, + "T": 4.394746611069422e-07, + "P": 0.06378627568483353, + "-": 0.936151385307312 + }, + "id": "tp_15297" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1912145, + "label": "-", + "classification": { + "B": 1.747476744640153e-05, + "S": 2.606564885354601e-05, + "I": 0.03062623180449009, + "C": 0.002718681702390313, + "R": 0.0016149679431691766, + "M": 0.0016371420351788402, + "O": 0.0006369164329953492, + "W": 5.35253893758636e-05, + "N": 0.0012996342265978456, + "Y": 0.03824349865317345, + "U": 5.367608173401095e-05, + "K": 0.00042276238673366606, + "L": 6.692326860502362e-05, + "G": 0.006195440422743559, + "F": 0.005432980600744486, + "E": 0.0021236147731542587, + "T": 0.018594563007354736, + "P": 0.15097591280937195, + "-": 0.7392600178718567 + }, + "id": "tp_15298" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1912279, + "label": "-", + "classification": { + "B": 6.1761988945363555e-06, + "S": 1.1717337656591553e-05, + "I": 0.0034760162234306335, + "C": 0.00015515262202825397, + "R": 5.554763993131928e-05, + "M": 0.0003971344558522105, + "O": 0.00012357771629467607, + "W": 3.0428829632000998e-05, + "N": 0.000288212118903175, + "Y": 0.010285899043083191, + "U": 1.384999541187426e-05, + "K": 0.0017451599705964327, + "L": 8.503311619278975e-06, + "G": 0.0016018070746213198, + "F": 0.011742273345589638, + "E": 0.004909082315862179, + "T": 0.0020962811540812254, + "P": 0.14976763725280762, + "-": 0.8132855892181396 + }, + "id": "tp_15299" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1912379, + "label": "P", + "classification": { + "B": 6.009028311382281e-06, + "S": 2.2661070033791475e-06, + "I": 0.0011434719199314713, + "C": 0.00014301716873887926, + "R": 1.0832169209606946e-05, + "M": 0.0001445037341909483, + "O": 5.264820720185526e-05, + "W": 3.123129545201664e-06, + "N": 4.5379620132735e-05, + "Y": 0.0007083438686095178, + "U": 2.6299310320609948e-06, + "K": 5.923852768319193e-07, + "L": 1.0015061889134813e-05, + "G": 0.00031867483630776405, + "F": 0.0004106719570700079, + "E": 0.00045610725646838546, + "T": 0.0009135931031778455, + "P": 0.5585783123970032, + "-": 0.43704989552497864 + }, + "id": "tp_15300" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1912513, + "label": "-", + "classification": { + "B": 2.931924143467768e-07, + "S": 3.261115821828753e-08, + "I": 0.00018623626965563744, + "C": 1.0708916988733108e-06, + "R": 1.1577591862987902e-07, + "M": 2.2162668756209314e-05, + "O": 2.2741692191630136e-06, + "W": 3.1143375878173174e-08, + "N": 1.5286058214769582e-06, + "Y": 0.00013482672511599958, + "U": 9.524497635027274e-09, + "K": 2.6892765792041473e-09, + "L": 2.3664145487600763e-07, + "G": 3.4232423786306754e-05, + "F": 8.383213571505621e-05, + "E": 2.9910717785242014e-05, + "T": 0.000240519832004793, + "P": 0.41131457686424255, + "-": 0.5879480838775635 + }, + "id": "tp_15301" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1912646, + "label": "P", + "classification": { + "B": 3.539677162489596e-10, + "S": 1.9220167124522902e-10, + "I": 9.50805679167388e-06, + "C": 1.5661228758290235e-08, + "R": 3.8237280008956986e-10, + "M": 2.489143469119881e-07, + "O": 2.2178150871354774e-08, + "W": 1.1289216089727105e-10, + "N": 1.2826276929445157e-07, + "Y": 9.01952626009006e-06, + "U": 9.290117980453871e-11, + "K": 1.2070661803420535e-08, + "L": 2.4883659022201243e-10, + "G": 2.8095446396037005e-06, + "F": 5.642975520459004e-05, + "E": 8.63117165863514e-05, + "T": 1.8812932012224337e-06, + "P": 0.6355457305908203, + "-": 0.3642879128456116 + }, + "id": "tp_15302" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1912779, + "label": "P", + "classification": { + "B": 4.923801952827489e-07, + "S": 2.585354081929836e-07, + "I": 0.000787428580224514, + "C": 1.0578213732514996e-05, + "R": 5.068217433290556e-06, + "M": 8.666618668939918e-06, + "O": 1.0788311556098051e-05, + "W": 8.38113408008212e-07, + "N": 2.018476698140148e-05, + "Y": 0.00021899022976867855, + "U": 4.268744362434518e-07, + "K": 1.5623623994542868e-06, + "L": 5.022830578127468e-07, + "G": 5.4820386139908805e-05, + "F": 0.00036049698246642947, + "E": 6.718176155118272e-05, + "T": 0.00012448805500753224, + "P": 0.5814446806907654, + "-": 0.41688260436058044 + }, + "id": "tp_15303" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1912880, + "label": "P", + "classification": { + "B": 3.343054777360521e-05, + "S": 6.982571358093992e-05, + "I": 0.0071566165424883366, + "C": 0.00024507753551006317, + "R": 3.860465585603379e-05, + "M": 0.0005825211410410702, + "O": 0.00024834281066432595, + "W": 4.240559064783156e-05, + "N": 0.001447085291147232, + "Y": 0.0017932247137650847, + "U": 2.9327673473744653e-05, + "K": 0.00025813584215939045, + "L": 2.7345497073838487e-05, + "G": 0.0009486321359872818, + "F": 0.003457411425188184, + "E": 0.006465698592364788, + "T": 0.0023042892571538687, + "P": 0.7081649899482727, + "-": 0.2666870951652527 + }, + "id": "tp_15304" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1913013, + "label": "P", + "classification": { + "B": 5.055603047310342e-09, + "S": 5.570313987846021e-09, + "I": 0.00046996778110042214, + "C": 2.071644985335297e-06, + "R": 1.123920156942404e-07, + "M": 2.7288464821140224e-07, + "O": 1.2869988097463647e-07, + "W": 7.5077108974142e-09, + "N": 1.07627383840736e-05, + "Y": 6.1767318584315944e-06, + "U": 7.945331503833586e-09, + "K": 1.3217817240729346e-07, + "L": 6.08641492760853e-09, + "G": 3.3555800200701924e-06, + "F": 7.617116352776065e-05, + "E": 0.00011783890658989549, + "T": 2.7179810331290355e-06, + "P": 0.9351254105567932, + "-": 0.06418486684560776 + }, + "id": "tp_15305" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1913146, + "label": "P", + "classification": { + "B": 3.679811300116853e-07, + "S": 1.6117998313802673e-07, + "I": 0.0011155884712934494, + "C": 7.040458967821905e-06, + "R": 4.235315884670854e-07, + "M": 1.52435022755526e-05, + "O": 2.2581427856493974e-06, + "W": 2.2848337266623275e-07, + "N": 5.29737226315774e-05, + "Y": 7.247889880090952e-05, + "U": 2.515566563943139e-07, + "K": 1.7023010514094494e-05, + "L": 1.1494597629280179e-07, + "G": 2.6162617359659635e-05, + "F": 0.0010022760834544897, + "E": 0.002455608220770955, + "T": 3.692931932164356e-05, + "P": 0.8020457625389099, + "-": 0.19314910471439362 + }, + "id": "tp_15306" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1913280, + "label": "-", + "classification": { + "B": 3.6153890050627524e-06, + "S": 6.74664624966681e-06, + "I": 0.001997651532292366, + "C": 0.00039216919685713947, + "R": 8.83096654433757e-05, + "M": 0.00010518101771594957, + "O": 6.875523831695318e-05, + "W": 1.674876330071129e-05, + "N": 0.0002393640752416104, + "Y": 0.0017840625951066613, + "U": 1.7427155398763716e-05, + "K": 0.0006446354673244059, + "L": 4.116408945264993e-06, + "G": 0.00029219515272416174, + "F": 0.011110607534646988, + "E": 0.002097600605338812, + "T": 0.0005250148824416101, + "P": 0.33172866702079773, + "-": 0.6488772034645081 + }, + "id": "tp_15307" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1913380, + "label": "-", + "classification": { + "B": 2.8756296615028987e-06, + "S": 1.6146250345627777e-05, + "I": 0.002623033244162798, + "C": 4.2130195652134717e-05, + "R": 6.576282885362161e-06, + "M": 0.00016080350906122476, + "O": 6.298020161921158e-05, + "W": 1.083247389033204e-05, + "N": 0.00023171896464191377, + "Y": 0.0032314297277480364, + "U": 5.140032499184599e-06, + "K": 0.00014381625805981457, + "L": 3.4700547075772192e-06, + "G": 0.00031647153082303703, + "F": 0.00300133996643126, + "E": 0.002452047308906913, + "T": 0.0021950765512883663, + "P": 0.35677042603492737, + "-": 0.6287237405776978 + }, + "id": "tp_15308" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1913514, + "label": "P", + "classification": { + "B": 1.1171336154802702e-05, + "S": 4.584112502925564e-06, + "I": 0.050771553069353104, + "C": 0.00018197200552094728, + "R": 3.307978840894066e-05, + "M": 0.00023910599702503532, + "O": 3.152416320517659e-05, + "W": 3.0544811124855187e-06, + "N": 0.001671875943429768, + "Y": 0.0010829500388354063, + "U": 2.858876086975215e-06, + "K": 1.7323985957773402e-05, + "L": 6.025667971698567e-06, + "G": 0.000789064506534487, + "F": 0.0005697698798030615, + "E": 0.009801549836993217, + "T": 0.0005739963962696493, + "P": 0.8871847987174988, + "-": 0.04702369123697281 + }, + "id": "tp_15309" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1913647, + "label": "-", + "classification": { + "B": 1.0377748367318418e-06, + "S": 4.5622064703820797e-07, + "I": 0.00023166921164374799, + "C": 3.262810787418857e-05, + "R": 2.2998847271082923e-06, + "M": 0.00015752010222058743, + "O": 1.718996645649895e-05, + "W": 7.938159001241729e-07, + "N": 1.1789740710810293e-05, + "Y": 0.0013316762633621693, + "U": 6.865305977044045e-07, + "K": 9.011809197545517e-06, + "L": 1.6210918829528964e-06, + "G": 0.00033999074366874993, + "F": 0.002775100991129875, + "E": 0.0006698148790746927, + "T": 0.0006321309483610094, + "P": 0.12530651688575745, + "-": 0.868478000164032 + }, + "id": "tp_15310" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1913780, + "label": "-", + "classification": { + "B": 2.5550167492838227e-07, + "S": 7.752260700044644e-08, + "I": 0.00018789856403600425, + "C": 1.4877223293296993e-05, + "R": 2.643423840709147e-06, + "M": 5.241744656814262e-05, + "O": 1.5748932128190063e-05, + "W": 3.3067053095692245e-07, + "N": 3.463304665274336e-06, + "Y": 0.0003415769024286419, + "U": 3.8502895449710195e-07, + "K": 3.224119780043111e-07, + "L": 1.4631726799052558e-06, + "G": 9.809814218897372e-05, + "F": 0.00023523389245383441, + "E": 6.254418985918164e-05, + "T": 0.0004005661467090249, + "P": 0.06841396540403366, + "-": 0.9301681518554688 + }, + "id": "tp_15311" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1913881, + "label": "P", + "classification": { + "B": 2.0867446437478065e-05, + "S": 6.42906934444909e-06, + "I": 0.011449526064097881, + "C": 4.920302217215067e-06, + "R": 7.808061468494998e-07, + "M": 0.00015858841652516276, + "O": 2.2849138986202888e-05, + "W": 1.3429887530946871e-06, + "N": 0.00018668951815925539, + "Y": 0.0009247981943190098, + "U": 1.2132643689710676e-07, + "K": 1.1214983715035487e-06, + "L": 2.368729838053696e-06, + "G": 0.0002602084132377058, + "F": 0.0005718040047213435, + "E": 0.007057633716613054, + "T": 0.0003723274276126176, + "P": 0.8150131702423096, + "-": 0.16394442319869995 + }, + "id": "tp_15312" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1914014, + "label": "-", + "classification": { + "B": 2.554472411375741e-09, + "S": 5.2771791381189814e-09, + "I": 3.688170909299515e-05, + "C": 1.0445601361652734e-07, + "R": 1.3269028542595152e-08, + "M": 3.975012532464461e-06, + "O": 2.4299748702105717e-07, + "W": 4.542180853661648e-09, + "N": 2.8939811613781785e-07, + "Y": 0.0002915687800850719, + "U": 1.5536805175742074e-09, + "K": 2.96044674996665e-07, + "L": 4.328347014137535e-09, + "G": 9.72964244283503e-06, + "F": 0.00030681415228173137, + "E": 2.6036606868728995e-05, + "T": 7.41340481908992e-05, + "P": 0.11948616057634354, + "-": 0.879763662815094 + }, + "id": "tp_15313" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1914147, + "label": "P", + "classification": { + "B": 0.0005293445428833365, + "S": 0.0006306248833425343, + "I": 0.016803078353405, + "C": 0.0025999974459409714, + "R": 0.0005306549137458205, + "M": 0.0018627019599080086, + "O": 0.0014388032723218203, + "W": 0.00048235993017442524, + "N": 0.006520842667669058, + "Y": 0.006573822814971209, + "U": 0.0003500393941067159, + "K": 0.0027431368362158537, + "L": 0.0002927043824456632, + "G": 0.009417815133929253, + "F": 0.03849586844444275, + "E": 0.027530238032341003, + "T": 0.00668603740632534, + "P": 0.6258609294891357, + "-": 0.25065112113952637 + }, + "id": "tp_15314" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1914281, + "label": "P", + "classification": { + "B": 7.164195721998112e-06, + "S": 1.299585619563004e-06, + "I": 0.02848132513463497, + "C": 0.00044524206896312535, + "R": 5.612299355561845e-05, + "M": 0.00040030136005952954, + "O": 5.419556691776961e-05, + "W": 3.875401034747483e-06, + "N": 0.0006729754386469722, + "Y": 0.00622372655197978, + "U": 4.9747472985473e-06, + "K": 3.399291745154187e-05, + "L": 8.023090231290553e-06, + "G": 0.0013165342388674617, + "F": 0.001882703392766416, + "E": 0.005351291038095951, + "T": 0.0016630325699225068, + "P": 0.5980424284934998, + "-": 0.3553507328033447 + }, + "id": "tp_15315" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1914381, + "label": "-", + "classification": { + "B": 1.4467110176497044e-08, + "S": 5.3569348068549516e-08, + "I": 0.0007075050380080938, + "C": 8.02630779617175e-07, + "R": 2.606237785585108e-07, + "M": 2.8562499210238457e-06, + "O": 1.652148625908012e-06, + "W": 8.97122802712147e-08, + "N": 8.349793461093213e-06, + "Y": 0.00043352480861358345, + "U": 4.055830515881098e-08, + "K": 1.7227608850589604e-07, + "L": 2.979036395345247e-08, + "G": 7.543114406871609e-06, + "F": 7.262043800437823e-05, + "E": 1.6957656043814495e-05, + "T": 0.00034550047712400556, + "P": 0.4524451494216919, + "-": 0.5459568500518799 + }, + "id": "tp_15316" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1914515, + "label": "-", + "classification": { + "B": 1.5071397001520381e-06, + "S": 1.5669456843170337e-06, + "I": 0.010955671779811382, + "C": 0.0001718932471703738, + "R": 8.18123880890198e-05, + "M": 0.00023487460566684604, + "O": 6.652657611994073e-05, + "W": 4.25428879680112e-06, + "N": 0.000187061756150797, + "Y": 0.0071487994864583015, + "U": 3.580800012059626e-06, + "K": 2.1187604943406768e-05, + "L": 6.252093498915201e-06, + "G": 0.001085219788365066, + "F": 0.0011883929837495089, + "E": 0.0006406825268641114, + "T": 0.0033604854252189398, + "P": 0.32030174136161804, + "-": 0.6545384526252747 + }, + "id": "tp_15317" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1914648, + "label": "P", + "classification": { + "B": 4.5027758460491896e-05, + "S": 2.8186574127175845e-05, + "I": 0.008575208485126495, + "C": 0.000351357099134475, + "R": 4.673108196584508e-05, + "M": 0.0016275369562208652, + "O": 0.00028076861053705215, + "W": 2.694403156056069e-05, + "N": 0.000829018943477422, + "Y": 0.0049108476378023624, + "U": 1.8011352949542925e-05, + "K": 0.00017645007756073028, + "L": 3.67621541954577e-05, + "G": 0.0023065009154379368, + "F": 0.00601823627948761, + "E": 0.010569273494184017, + "T": 0.0021306395065039396, + "P": 0.5039706826210022, + "-": 0.45805180072784424 + }, + "id": "tp_15318" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1914781, + "label": "P", + "classification": { + "B": 1.0420954055234688e-07, + "S": 2.5582558293990587e-09, + "I": 0.0003516326250974089, + "C": 5.800798135169316e-06, + "R": 5.4564232243592414e-08, + "M": 3.988187927461695e-06, + "O": 2.0006521594950755e-07, + "W": 1.1521141374259969e-08, + "N": 6.491191925306339e-06, + "Y": 7.043538789730519e-05, + "U": 4.124864361187974e-08, + "K": 2.483204070813372e-06, + "L": 1.2829396212055144e-08, + "G": 1.9398201402509585e-05, + "F": 0.00012402453285176307, + "E": 0.001998345134779811, + "T": 1.2827189493691549e-05, + "P": 0.7077368497848511, + "-": 0.2896673381328583 + }, + "id": "tp_15319" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1914882, + "label": "-", + "classification": { + "B": 2.618267558318621e-07, + "S": 4.558296495815739e-08, + "I": 0.00012432785297278315, + "C": 1.4564155037533055e-07, + "R": 2.4255426112063105e-08, + "M": 2.5629333322285675e-05, + "O": 1.7943121974894893e-06, + "W": 9.983841309235686e-09, + "N": 1.3101741842547199e-06, + "Y": 0.00015621936472598463, + "U": 2.494815465325928e-09, + "K": 5.51143486404726e-09, + "L": 1.0261450711368525e-07, + "G": 3.0786100978730246e-05, + "F": 0.00012899171269964427, + "E": 9.801883425097913e-05, + "T": 0.00010598645167192444, + "P": 0.4605904221534729, + "-": 0.5387359261512756 + }, + "id": "tp_15320" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1915015, + "label": "-", + "classification": { + "B": 3.2806588023959193e-07, + "S": 9.010943102794045e-08, + "I": 0.00022656349756289274, + "C": 3.343779098941013e-05, + "R": 4.699799774243729e-06, + "M": 2.6528445232543163e-05, + "O": 5.718703960155835e-06, + "W": 6.245297186069365e-07, + "N": 6.036089416738832e-06, + "Y": 0.0027205816004425287, + "U": 1.0392051308372174e-06, + "K": 9.48705492191948e-05, + "L": 5.998213623570336e-07, + "G": 0.000530235527548939, + "F": 0.0024876550305634737, + "E": 0.0003999339242000133, + "T": 0.0002574165409896523, + "P": 0.0703200027346611, + "-": 0.9228835105895996 + }, + "id": "tp_15321" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1915148, + "label": "-", + "classification": { + "B": 1.2714986041828524e-05, + "S": 1.427495135430945e-06, + "I": 0.001332919578999281, + "C": 3.0345945560839027e-05, + "R": 8.952425559982657e-06, + "M": 0.0001736629637889564, + "O": 6.869154458399862e-05, + "W": 4.675312084145844e-06, + "N": 1.9705999875441194e-05, + "Y": 0.0006778856040909886, + "U": 1.006671595860098e-06, + "K": 3.6741889175573306e-07, + "L": 1.3781823327008169e-05, + "G": 0.00019849487580358982, + "F": 0.0006647018599323928, + "E": 0.0002969664637930691, + "T": 0.0005903993733227253, + "P": 0.2806439995765686, + "-": 0.7152593731880188 + }, + "id": "tp_15322" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1915282, + "label": "P", + "classification": { + "B": 3.122591749615822e-07, + "S": 7.029326098972888e-08, + "I": 0.0005126058822497725, + "C": 5.870663244422758e-06, + "R": 3.898983607086848e-07, + "M": 5.614796464215033e-06, + "O": 1.9286401311546797e-06, + "W": 2.5409065074200043e-07, + "N": 1.3634687093144748e-05, + "Y": 0.0004116841882932931, + "U": 1.8044035243747203e-07, + "K": 1.7711088730720803e-05, + "L": 6.286629883334172e-08, + "G": 6.730879977112636e-05, + "F": 0.0014006468700245023, + "E": 0.0008397304336540401, + "T": 3.057512003579177e-05, + "P": 0.5843197107315063, + "-": 0.4123717248439789 + }, + "id": "tp_15323" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1915382, + "label": "-", + "classification": { + "B": 1.2522732850683838e-10, + "S": 8.789442090817445e-11, + "I": 7.054902380332351e-05, + "C": 1.3105595542128867e-07, + "R": 5.128846236601703e-09, + "M": 3.766116606129799e-06, + "O": 8.035193843625166e-08, + "W": 2.012641026061246e-10, + "N": 7.270929103242452e-08, + "Y": 4.0604762034490705e-05, + "U": 1.466741728073373e-10, + "K": 1.181803960248473e-10, + "L": 4.290758415237406e-09, + "G": 4.5859233068767935e-06, + "F": 1.1931540939258412e-05, + "E": 5.141454948898172e-06, + "T": 6.008537093293853e-05, + "P": 0.21663354337215424, + "-": 0.7831694483757019 + }, + "id": "tp_15324" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1915516, + "label": "P", + "classification": { + "B": 9.237459153155214e-07, + "S": 6.103625764808385e-07, + "I": 0.0005854518385604024, + "C": 1.8918784689958557e-06, + "R": 1.12526485906983e-07, + "M": 2.6167059331783094e-05, + "O": 2.2109800283942604e-06, + "W": 2.135145393822313e-07, + "N": 3.256984200561419e-05, + "Y": 0.0002970084606204182, + "U": 2.1404339634045755e-07, + "K": 5.731395958719077e-06, + "L": 1.4235129697226512e-07, + "G": 6.275738996919245e-05, + "F": 0.00025644616107456386, + "E": 0.001145531190559268, + "T": 0.00026195961982011795, + "P": 0.790363073348999, + "-": 0.20695696771144867 + }, + "id": "tp_15325" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1915649, + "label": "P", + "classification": { + "B": 6.810195740669656e-10, + "S": 6.365425547771864e-11, + "I": 5.577651609200984e-05, + "C": 9.251537136378829e-08, + "R": 1.519879666567192e-09, + "M": 1.1063278293477197e-07, + "O": 7.588896622223729e-09, + "W": 1.7673459917766365e-10, + "N": 3.1322181825998996e-07, + "Y": 3.0172113838489167e-06, + "U": 5.016449478034701e-10, + "K": 9.485479068871427e-09, + "L": 2.8925972728188754e-10, + "G": 1.3165630434741615e-06, + "F": 2.4282375306938775e-05, + "E": 9.414670785190538e-05, + "T": 1.0325487664886168e-06, + "P": 0.8232959508895874, + "-": 0.1765238493680954 + }, + "id": "tp_15326" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1915782, + "label": "P", + "classification": { + "B": 4.574820877678576e-07, + "S": 6.086445978326083e-07, + "I": 0.0006714498158544302, + "C": 1.4123347682470921e-05, + "R": 1.3449673588183941e-06, + "M": 1.5216986867017113e-05, + "O": 5.675759439327521e-06, + "W": 1.0359931366110686e-06, + "N": 5.75779631617479e-05, + "Y": 0.0001752511307131499, + "U": 1.4433646811085055e-06, + "K": 4.570225428324193e-05, + "L": 2.940087995284557e-07, + "G": 4.867736060987227e-05, + "F": 0.0012490047374740243, + "E": 0.0008991239592432976, + "T": 0.00019911064009647816, + "P": 0.6058285236358643, + "-": 0.3907853960990906 + }, + "id": "tp_15327" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1915883, + "label": "P", + "classification": { + "B": 1.46193499972469e-07, + "S": 1.3933116349562624e-07, + "I": 0.00012369446631055325, + "C": 1.3246655043985811e-06, + "R": 9.067782968941174e-08, + "M": 6.990426754782675e-06, + "O": 2.0903730728605296e-06, + "W": 2.048005995902713e-07, + "N": 1.4175710930430796e-05, + "Y": 0.00015502559836022556, + "U": 1.2482490774345933e-07, + "K": 2.6453448299434967e-05, + "L": 4.432613920357653e-08, + "G": 3.5142114938935265e-05, + "F": 0.00198240764439106, + "E": 0.0011371151776984334, + "T": 6.413262599380687e-05, + "P": 0.5535563826560974, + "-": 0.44289430975914 + }, + "id": "tp_15328" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1916016, + "label": "-", + "classification": { + "B": 4.799714133696398e-06, + "S": 1.6814014088595286e-05, + "I": 0.01845877431333065, + "C": 0.00032567520975135267, + "R": 5.741759014199488e-05, + "M": 0.00039603898767381907, + "O": 0.00017507861775811762, + "W": 1.6626987417112105e-05, + "N": 0.0015638837357982993, + "Y": 0.020428603515028954, + "U": 6.019656211719848e-06, + "K": 0.0009522809414193034, + "L": 4.715177510661306e-06, + "G": 0.001729074283502996, + "F": 0.007924028672277927, + "E": 0.0026745421346277, + "T": 0.005352321546524763, + "P": 0.29619237780570984, + "-": 0.6437209248542786 + }, + "id": "tp_15329" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1916149, + "label": "-", + "classification": { + "B": 5.969627636659425e-07, + "S": 7.626493356838182e-07, + "I": 0.0015744894044473767, + "C": 8.160502329701558e-05, + "R": 2.3231315935845487e-05, + "M": 0.0001554444752400741, + "O": 5.164804315427318e-05, + "W": 1.7346358163194964e-06, + "N": 8.436913776677102e-05, + "Y": 0.0028604180552065372, + "U": 2.243373046439956e-06, + "K": 1.911555591505021e-05, + "L": 2.9297520995896775e-06, + "G": 0.00042604783084243536, + "F": 0.0014108954928815365, + "E": 0.0008970146882347763, + "T": 0.0014436921337619424, + "P": 0.10580804198980331, + "-": 0.8851555585861206 + }, + "id": "tp_15330" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1916283, + "label": "P", + "classification": { + "B": 5.452180175780086e-06, + "S": 3.4292577311134664e-06, + "I": 0.036069512367248535, + "C": 2.8917605959577486e-05, + "R": 8.319657354149967e-06, + "M": 0.0005517659010365605, + "O": 3.460004154476337e-05, + "W": 1.6101787423394853e-06, + "N": 0.000837216037325561, + "Y": 0.015865452587604523, + "U": 6.490768669209501e-07, + "K": 2.2241105398279615e-05, + "L": 2.2223921405384317e-06, + "G": 0.0012955572456121445, + "F": 0.000588393653742969, + "E": 0.0079923951998353, + "T": 0.005048921797424555, + "P": 0.6939997673034668, + "-": 0.23764358460903168 + }, + "id": "tp_15331" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1916383, + "label": "P", + "classification": { + "B": 5.704031354980543e-05, + "S": 6.603704969165847e-05, + "I": 0.20996597409248352, + "C": 0.001441681175492704, + "R": 0.00021196797024458647, + "M": 0.0020085920114070177, + "O": 0.00021394362556748092, + "W": 4.840694600716233e-05, + "N": 0.005827374290674925, + "Y": 0.04099342226982117, + "U": 1.5528952644672245e-05, + "K": 0.0008089878829196095, + "L": 4.795444692717865e-05, + "G": 0.008405799977481365, + "F": 0.007953436113893986, + "E": 0.06397229433059692, + "T": 0.008286809548735619, + "P": 0.4812524914741516, + "-": 0.16842228174209595 + }, + "id": "tp_15332" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1916517, + "label": "-", + "classification": { + "B": 6.567994660144905e-06, + "S": 9.877411685010884e-06, + "I": 0.038885388523340225, + "C": 4.252970757079311e-05, + "R": 3.867775376420468e-05, + "M": 0.0004003661160822958, + "O": 0.0001510712318122387, + "W": 3.984943759860471e-06, + "N": 0.00028774215024895966, + "Y": 0.011167652904987335, + "U": 1.9611138668551575e-07, + "K": 4.1347468027197465e-07, + "L": 7.496966645703651e-06, + "G": 0.0005295902374200523, + "F": 0.0005366613622754812, + "E": 0.00020188842609059066, + "T": 0.005671972408890724, + "P": 0.47051775455474854, + "-": 0.4715401530265808 + }, + "id": "tp_15333" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1916650, + "label": "-", + "classification": { + "B": 8.200579770800687e-08, + "S": 1.868307819563597e-08, + "I": 0.00023764710931573063, + "C": 3.87002819479676e-06, + "R": 6.119198587839492e-07, + "M": 2.6286315915058367e-05, + "O": 2.411210061836755e-06, + "W": 1.0077539513986267e-07, + "N": 3.3691178487060824e-06, + "Y": 0.0004577187355607748, + "U": 1.2505010715813114e-07, + "K": 1.9120955130347284e-06, + "L": 1.8772530552269018e-07, + "G": 0.00011635823466349393, + "F": 0.0005506510497070849, + "E": 0.0002474846551194787, + "T": 0.00016998359933495522, + "P": 0.21774539351463318, + "-": 0.7804357409477234 + }, + "id": "tp_15334" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1916750, + "label": "-", + "classification": { + "B": 1.1873629546244047e-07, + "S": 2.4191809444573664e-08, + "I": 0.0003817194956354797, + "C": 4.1282196434622165e-06, + "R": 9.007445669340086e-07, + "M": 1.7236978237633593e-05, + "O": 2.4269315872516017e-06, + "W": 8.855801070239977e-08, + "N": 2.534093255235348e-06, + "Y": 0.0008809909923002124, + "U": 7.027905724044103e-08, + "K": 1.5336908631979895e-07, + "L": 2.038704707274519e-07, + "G": 6.245377153391019e-05, + "F": 0.0003037916321773082, + "E": 7.171151082729921e-05, + "T": 0.00016509251145180315, + "P": 0.24397137761116028, + "-": 0.754135012626648 + }, + "id": "tp_15335" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1916884, + "label": "-", + "classification": { + "B": 4.225127213430824e-06, + "S": 2.3073507691151462e-05, + "I": 0.0646582692861557, + "C": 0.0005998071865178645, + "R": 0.00022938103938940912, + "M": 0.0010678009130060673, + "O": 0.00021342110994737595, + "W": 1.6224750652327202e-05, + "N": 0.0015802307752892375, + "Y": 0.05194573104381561, + "U": 4.803287083632313e-06, + "K": 0.000298521772492677, + "L": 1.7383359590894543e-05, + "G": 0.003685409901663661, + "F": 0.005836985073983669, + "E": 0.006204565521329641, + "T": 0.014481952413916588, + "P": 0.28463470935821533, + "-": 0.5644975304603577 + }, + "id": "tp_15336" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1917017, + "label": "P", + "classification": { + "B": 0.0006486783968284726, + "S": 0.00012275244807824492, + "I": 0.01826145313680172, + "C": 0.0014352044090628624, + "R": 0.000234381397604011, + "M": 0.003201836720108986, + "O": 0.0005223762709647417, + "W": 0.00011796523904195055, + "N": 0.001240011304616928, + "Y": 0.008032005280256271, + "U": 4.508202619035728e-05, + "K": 8.299116598209366e-05, + "L": 0.00028696094523184, + "G": 0.008300431072711945, + "F": 0.011249476112425327, + "E": 0.03206198662519455, + "T": 0.0025888963136821985, + "P": 0.6605209112167358, + "-": 0.25104665756225586 + }, + "id": "tp_15337" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1917150, + "label": "P", + "classification": { + "B": 1.3172567378205713e-05, + "S": 3.962578375649173e-06, + "I": 0.018567433580756187, + "C": 0.00018582792836241424, + "R": 2.4635119189042598e-05, + "M": 0.0014099497348070145, + "O": 7.398755406029522e-05, + "W": 2.8101085263187997e-06, + "N": 0.0003553265705704689, + "Y": 0.008591433055698872, + "U": 4.2820156522793695e-06, + "K": 8.231288120441604e-06, + "L": 1.806654836400412e-05, + "G": 0.0041448636911809444, + "F": 0.0005384819232858717, + "E": 0.0037985360249876976, + "T": 0.0062441593036055565, + "P": 0.573276698589325, + "-": 0.3827381432056427 + }, + "id": "tp_15338" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1917251, + "label": "P", + "classification": { + "B": 2.9845825810781434e-10, + "S": 6.8763762045565e-12, + "I": 2.308813691342948e-06, + "C": 3.792390845802629e-09, + "R": 1.0651848153520049e-10, + "M": 8.718203936552982e-09, + "O": 2.3718511599213343e-09, + "W": 5.5667394305292106e-11, + "N": 1.0083746282418815e-08, + "Y": 4.2648719045246253e-07, + "U": 5.0638295640004216e-11, + "K": 8.802545914399218e-10, + "L": 5.746800257888651e-11, + "G": 1.5085794302649447e-07, + "F": 1.06154584500473e-05, + "E": 2.198578840761911e-06, + "T": 2.1894696544677572e-07, + "P": 0.8087974786758423, + "-": 0.1911865472793579 + }, + "id": "tp_15339" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1917384, + "label": "-", + "classification": { + "B": 4.0968603798319236e-07, + "S": 5.434574745777354e-07, + "I": 0.0007258902187459171, + "C": 2.3053831682773307e-05, + "R": 1.8169108670917922e-06, + "M": 6.097502773627639e-05, + "O": 8.172314664989244e-06, + "W": 4.5659081138182955e-07, + "N": 3.736796134035103e-05, + "Y": 0.0006749172462150455, + "U": 9.403042895428371e-07, + "K": 1.535470255475957e-05, + "L": 9.483699727752537e-07, + "G": 0.00019063058425672352, + "F": 0.0015578026650473475, + "E": 0.0009122690535150468, + "T": 0.00047972012544050813, + "P": 0.4452105760574341, + "-": 0.5500981211662292 + }, + "id": "tp_15340" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1917518, + "label": "-", + "classification": { + "B": 0.00017573735385667533, + "S": 0.00013330626825336367, + "I": 0.08309175819158554, + "C": 0.004453250672668219, + "R": 0.0009586616070009768, + "M": 0.0037002037279307842, + "O": 0.0008511109044775367, + "W": 0.00014354035374708474, + "N": 0.004143537487834692, + "Y": 0.03962906077504158, + "U": 0.00018417180399410427, + "K": 0.0004826815566048026, + "L": 0.0002702192577999085, + "G": 0.0074316891841590405, + "F": 0.006848012562841177, + "E": 0.014010768383741379, + "T": 0.019782667979598045, + "P": 0.3461924195289612, + "-": 0.46751725673675537 + }, + "id": "tp_15341" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1917651, + "label": "-", + "classification": { + "B": 0.0001772302493918687, + "S": 0.00022522038489114493, + "I": 0.005869392771273851, + "C": 0.0010039469925686717, + "R": 0.00034810189390555024, + "M": 0.0034338573459535837, + "O": 0.00178229168523103, + "W": 0.0003335576911922544, + "N": 0.0008447500295005739, + "Y": 0.07524682581424713, + "U": 8.167154737748206e-05, + "K": 0.00835033506155014, + "L": 9.808364848140627e-05, + "G": 0.011139190755784512, + "F": 0.012041495181620121, + "E": 0.006306302268058062, + "T": 0.01729055680334568, + "P": 0.04753968119621277, + "-": 0.8078874945640564 + }, + "id": "tp_15342" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1917751, + "label": "P", + "classification": { + "B": 0.00010342751920688897, + "S": 8.279363828478381e-05, + "I": 0.05241314694285393, + "C": 0.0017027533613145351, + "R": 0.0005757621256634593, + "M": 0.002553266705945134, + "O": 0.0007207401795312762, + "W": 9.129614045377821e-05, + "N": 0.003539422759786248, + "Y": 0.014890524558722973, + "U": 0.0001223011058755219, + "K": 0.0001807086227927357, + "L": 0.0001993836194742471, + "G": 0.0036483961157500744, + "F": 0.006145326886326075, + "E": 0.005580012686550617, + "T": 0.011884083040058613, + "P": 0.49376335740089417, + "-": 0.40180328488349915 + }, + "id": "tp_15343" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1917885, + "label": "-", + "classification": { + "B": 4.924085098001463e-11, + "S": 1.273595395812066e-10, + "I": 1.9020546915271552e-06, + "C": 1.513484093607076e-08, + "R": 3.9521297345856965e-09, + "M": 5.883099447601126e-07, + "O": 1.0555131524370154e-07, + "W": 1.3921648556181054e-10, + "N": 6.985047207308526e-09, + "Y": 2.7529864382813685e-05, + "U": 1.8558293790604807e-10, + "K": 8.413506003002169e-11, + "L": 4.15894296779129e-09, + "G": 1.796994979486044e-06, + "F": 6.940799721633084e-06, + "E": 8.714219035255155e-08, + "T": 8.977810648502782e-05, + "P": 0.02015424147248268, + "-": 0.9797170758247375 + }, + "id": "tp_15344" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1918018, + "label": "P", + "classification": { + "B": 3.11917802697792e-09, + "S": 5.307841388635381e-10, + "I": 2.0838871932937764e-05, + "C": 6.582491351991848e-08, + "R": 4.298937594793273e-10, + "M": 6.064731792321254e-07, + "O": 6.635485050310308e-08, + "W": 6.44248654424473e-10, + "N": 2.2096169516316877e-07, + "Y": 1.6802947584437788e-06, + "U": 4.2295689173244e-10, + "K": 9.422340685460995e-10, + "L": 1.6106946887362028e-09, + "G": 8.217853633141203e-07, + "F": 6.8565145738830324e-06, + "E": 2.1604248104267754e-05, + "T": 3.737686256499728e-06, + "P": 0.6303991675376892, + "-": 0.3695443570613861 + }, + "id": "tp_15345" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1918151, + "label": "-", + "classification": { + "B": 2.593504177639261e-06, + "S": 1.351178525510477e-06, + "I": 0.0025553631130605936, + "C": 1.123321726481663e-05, + "R": 1.9562353372748476e-06, + "M": 8.219238952733576e-05, + "O": 2.3796077584847808e-05, + "W": 5.842403538736107e-07, + "N": 2.330906136194244e-05, + "Y": 0.0012212662259116769, + "U": 1.7492928350293369e-07, + "K": 1.550609454170626e-07, + "L": 3.0409228202188388e-06, + "G": 0.00015500752488151193, + "F": 0.00016545658581890166, + "E": 0.00021968991495668888, + "T": 0.0010724143357947469, + "P": 0.3560389280319214, + "-": 0.6384214758872986 + }, + "id": "tp_15346" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1918252, + "label": "-", + "classification": { + "B": 1.4219767763279378e-06, + "S": 2.7667956601362675e-06, + "I": 0.00029523030389100313, + "C": 8.406518645642791e-06, + "R": 3.2858297345228493e-06, + "M": 0.00012323343253228813, + "O": 5.9142148529645056e-05, + "W": 1.324099116573052e-06, + "N": 1.7241507521248423e-05, + "Y": 0.0007793295662850142, + "U": 5.317260161064041e-07, + "K": 7.109636612767645e-07, + "L": 3.069150807277765e-06, + "G": 0.00014198588905856013, + "F": 0.00041545002022758126, + "E": 5.441674147732556e-05, + "T": 0.0020376963075250387, + "P": 0.1348535567522049, + "-": 0.8612012267112732 + }, + "id": "tp_15347" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1918385, + "label": "P", + "classification": { + "B": 1.5798894636986915e-08, + "S": 3.2433660202002557e-09, + "I": 1.738571540954581e-06, + "C": 1.3572612367340753e-08, + "R": 3.8628172882582135e-10, + "M": 1.0316497878193331e-07, + "O": 1.0267059735724615e-07, + "W": 2.597473125476313e-09, + "N": 1.1437010982717766e-07, + "Y": 3.32304762196145e-06, + "U": 6.837672650306104e-10, + "K": 1.4218875854510316e-08, + "L": 1.2646476088562508e-09, + "G": 9.7182521585637e-07, + "F": 6.444977771025151e-05, + "E": 1.4441063285630662e-05, + "T": 3.644468051788863e-06, + "P": 0.5420481562614441, + "-": 0.45786288380622864 + }, + "id": "tp_15348" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1918519, + "label": "-", + "classification": { + "B": 7.237002137117088e-06, + "S": 4.390885078464635e-05, + "I": 0.07188698649406433, + "C": 0.000335284712491557, + "R": 0.0001932418963406235, + "M": 0.0018657586770132184, + "O": 0.00036924571031704545, + "W": 4.3604974052868783e-05, + "N": 0.0023530200123786926, + "Y": 0.06053324416279793, + "U": 8.526149940735195e-06, + "K": 0.0008355743484571576, + "L": 1.4646316230937373e-05, + "G": 0.0020821220241487026, + "F": 0.005435643717646599, + "E": 0.0021367601584643126, + "T": 0.027332071214914322, + "P": 0.18337272107601166, + "-": 0.6411504149436951 + }, + "id": "tp_15349" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1918652, + "label": "-", + "classification": { + "B": 8.75339173944667e-06, + "S": 2.865576789190527e-06, + "I": 0.0002579611027613282, + "C": 2.565182512626052e-05, + "R": 4.456300757738063e-06, + "M": 7.510633440688252e-05, + "O": 6.846262112958357e-05, + "W": 4.139303200645372e-06, + "N": 2.6281308237230405e-05, + "Y": 0.0005311690038070083, + "U": 1.7026121668095584e-06, + "K": 1.4869417100271676e-05, + "L": 3.5656219097290887e-06, + "G": 0.00023970620532054454, + "F": 0.001958171371370554, + "E": 0.0004713887465186417, + "T": 0.0003059270966332406, + "P": 0.19319014251232147, + "-": 0.8028096556663513 + }, + "id": "tp_15350" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1918752, + "label": "-", + "classification": { + "B": 2.3675922420807183e-05, + "S": 1.1048635315091815e-05, + "I": 0.0005984316230751574, + "C": 5.460207103169523e-05, + "R": 6.949140697543044e-06, + "M": 0.00041649004560895264, + "O": 8.322067151311785e-05, + "W": 1.0699710401240736e-05, + "N": 6.42568847979419e-05, + "Y": 0.0011865925043821335, + "U": 3.877703420585021e-06, + "K": 5.57393541384954e-05, + "L": 6.623635272262618e-06, + "G": 0.00035896635381504893, + "F": 0.00420084223151207, + "E": 0.002655802760273218, + "T": 0.0007357929134741426, + "P": 0.28760436177253723, + "-": 0.7019221186637878 + }, + "id": "tp_15351" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1918886, + "label": "-", + "classification": { + "B": 6.924022386556317e-07, + "S": 6.341043103930133e-07, + "I": 9.328965097665787e-05, + "C": 1.0679606248231721e-06, + "R": 2.201380624455851e-07, + "M": 6.445374310715124e-05, + "O": 1.4392864613910206e-05, + "W": 3.1422430879501917e-07, + "N": 5.96662948737503e-06, + "Y": 0.0002889056922867894, + "U": 4.753125537604319e-08, + "K": 2.672229868494469e-07, + "L": 3.7259798091326957e-07, + "G": 4.229987462167628e-05, + "F": 0.0002800709626171738, + "E": 9.980363392969593e-05, + "T": 0.0005493648932315409, + "P": 0.24311694502830505, + "-": 0.7554409503936768 + }, + "id": "tp_15352" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1919019, + "label": "-", + "classification": { + "B": 9.321458378508396e-07, + "S": 3.918841855465871e-07, + "I": 8.98350408533588e-05, + "C": 1.0695419405237772e-05, + "R": 8.959845558820234e-07, + "M": 2.2541349608218297e-05, + "O": 9.829486771195661e-06, + "W": 7.070423748700705e-07, + "N": 1.046674788085511e-05, + "Y": 0.0005553085939027369, + "U": 5.467801429404062e-07, + "K": 8.11642239568755e-05, + "L": 3.850447853892547e-07, + "G": 0.00019624040578491986, + "F": 0.009421996772289276, + "E": 0.0009929338702932, + "T": 0.00014465693675447255, + "P": 0.17556151747703552, + "-": 0.8128988146781921 + }, + "id": "tp_15353" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1919152, + "label": "-", + "classification": { + "B": 6.06411276748986e-07, + "S": 1.3373538649830152e-06, + "I": 0.0006361379055306315, + "C": 1.6855179637786932e-05, + "R": 2.184575123465038e-06, + "M": 0.0001289151405217126, + "O": 3.536245276336558e-05, + "W": 2.1371506591094658e-06, + "N": 5.516727105714381e-05, + "Y": 0.0008247570949606597, + "U": 1.0302093187419814e-06, + "K": 2.935928205261007e-05, + "L": 1.3279845916258637e-06, + "G": 0.00020117459644097835, + "F": 0.0014277916634455323, + "E": 0.0010940025094896555, + "T": 0.0005321549833752215, + "P": 0.26861050724983215, + "-": 0.7263991832733154 + }, + "id": "tp_15354" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1919253, + "label": "-", + "classification": { + "B": 0.00019882904598489404, + "S": 0.0002232633560197428, + "I": 0.005589060485363007, + "C": 0.0007590313907712698, + "R": 0.00016801434685476124, + "M": 0.0016984812682494521, + "O": 0.0011418897192925215, + "W": 0.00025298233958892524, + "N": 0.0010343065951019526, + "Y": 0.010039362125098705, + "U": 7.766115595586598e-05, + "K": 0.0012759965611621737, + "L": 0.00014464458217844367, + "G": 0.003931358456611633, + "F": 0.01605815254151821, + "E": 0.010166949592530727, + "T": 0.006011453922837973, + "P": 0.26403912901878357, + "-": 0.677189290523529 + }, + "id": "tp_15355" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1919386, + "label": "-", + "classification": { + "B": 0.0002988868800457567, + "S": 1.5524432456004433e-05, + "I": 0.0014530683401972055, + "C": 6.312803452601656e-05, + "R": 1.2321425856498536e-05, + "M": 0.001524104387499392, + "O": 0.0003192797303199768, + "W": 1.0841541552508716e-05, + "N": 3.725190254044719e-05, + "Y": 0.001191306859254837, + "U": 2.0079351088497788e-06, + "K": 1.2984042996322387e-07, + "L": 0.0001475090248277411, + "G": 0.0015636914176866412, + "F": 0.0008944511646404862, + "E": 0.0007606555009260774, + "T": 0.0026651937514543533, + "P": 0.36064696311950684, + "-": 0.6283937096595764 + }, + "id": "tp_15356" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1919520, + "label": "-", + "classification": { + "B": 1.9773828171310015e-05, + "S": 9.758237865753472e-06, + "I": 0.008182372897863388, + "C": 0.0004180528048891574, + "R": 2.5880504836095497e-05, + "M": 0.0003592098655644804, + "O": 0.00010061802458949387, + "W": 8.704521860636305e-06, + "N": 0.0007038808544166386, + "Y": 0.0028757434338331223, + "U": 2.5382591047673486e-05, + "K": 0.00015639470075257123, + "L": 1.3221708286437206e-05, + "G": 0.0013688149629160762, + "F": 0.0014793828595429659, + "E": 0.005596035160124302, + "T": 0.0018054432002827525, + "P": 0.4467912018299103, + "-": 0.5300600528717041 + }, + "id": "tp_15357" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1919653, + "label": "-", + "classification": { + "B": 1.641657974005284e-07, + "S": 4.204105508165412e-08, + "I": 0.00022799504222348332, + "C": 1.8118133084499277e-05, + "R": 1.5086907296790741e-06, + "M": 4.180482937954366e-05, + "O": 4.328706381784286e-06, + "W": 1.507213056584078e-07, + "N": 2.7147809760208474e-06, + "Y": 0.0012484956532716751, + "U": 2.663728650986741e-07, + "K": 1.6059025256254245e-06, + "L": 5.103199782752199e-07, + "G": 0.00018808704044204205, + "F": 0.0004431194392964244, + "E": 0.0001791327667888254, + "T": 0.0003746892907656729, + "P": 0.09108832478523254, + "-": 0.9061789512634277 + }, + "id": "tp_15358" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1919753, + "label": "P", + "classification": { + "B": 0.00017196382395923138, + "S": 5.509729089681059e-05, + "I": 0.050568319857120514, + "C": 0.0023295902647078037, + "R": 0.0004219759430270642, + "M": 0.0021118514705449343, + "O": 0.0006915426929481328, + "W": 8.828990394249558e-05, + "N": 0.0015592508716508746, + "Y": 0.011895331554114819, + "U": 6.189085979713127e-05, + "K": 4.3448384531075135e-05, + "L": 0.0002674924617167562, + "G": 0.004260651767253876, + "F": 0.0031991098076105118, + "E": 0.007052645552903414, + "T": 0.008655820973217487, + "P": 0.5130913853645325, + "-": 0.3934743404388428 + }, + "id": "tp_15359" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1919887, + "label": "-", + "classification": { + "B": 1.2122764019295573e-05, + "S": 3.2863565593288513e-06, + "I": 0.00043592724250629544, + "C": 4.2153875256190076e-05, + "R": 1.1472787264210638e-05, + "M": 0.00047666553291492164, + "O": 0.00011548636393854395, + "W": 9.510313248028979e-06, + "N": 2.3182785298558883e-05, + "Y": 0.0015136630972847342, + "U": 3.1399451927427435e-06, + "K": 2.6729678211268038e-05, + "L": 1.5520266970270313e-05, + "G": 0.0006995847215875983, + "F": 0.004940968006849289, + "E": 0.000476778979646042, + "T": 0.0015112390974536538, + "P": 0.09318622201681137, + "-": 0.8964963555335999 + }, + "id": "tp_15360" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1920020, + "label": "P", + "classification": { + "B": 1.4931928262740257e-06, + "S": 9.080282552531571e-07, + "I": 0.0010325118200853467, + "C": 5.478584716911428e-05, + "R": 5.757361577707343e-06, + "M": 2.062852399831172e-05, + "O": 1.2395737030601595e-05, + "W": 2.3304785372602055e-06, + "N": 7.901126082288101e-05, + "Y": 0.000772693776525557, + "U": 3.568726242519915e-06, + "K": 0.00010987404675688595, + "L": 1.121521904678957e-06, + "G": 0.00034833818790502846, + "F": 0.0056442576460540295, + "E": 0.0025688938330858946, + "T": 0.0002297398168593645, + "P": 0.5390382409095764, + "-": 0.4500735104084015 + }, + "id": "tp_15361" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1920153, + "label": "-", + "classification": { + "B": 4.37916605733335e-05, + "S": 8.144963794620708e-05, + "I": 0.009902429766952991, + "C": 0.0003064068441744894, + "R": 8.604305912740529e-05, + "M": 0.0012473436072468758, + "O": 0.0004917816841043532, + "W": 9.530831448500976e-05, + "N": 0.0009518243023194373, + "Y": 0.00885134469717741, + "U": 3.2014562748372555e-05, + "K": 0.00021314779587555677, + "L": 4.252037615515292e-05, + "G": 0.0014518689131364226, + "F": 0.003467238275334239, + "E": 0.004735014401376247, + "T": 0.007793931290507317, + "P": 0.34916964173316956, + "-": 0.611037015914917 + }, + "id": "tp_15362" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1920254, + "label": "-", + "classification": { + "B": 8.227129001170397e-06, + "S": 2.727813921410416e-07, + "I": 0.0002632627438288182, + "C": 1.1315562915115152e-05, + "R": 1.3649427046402707e-06, + "M": 4.8255635192617774e-05, + "O": 1.0817472684720997e-05, + "W": 6.94709456183773e-07, + "N": 6.667923116765451e-06, + "Y": 0.001046808552928269, + "U": 4.7073143605302903e-07, + "K": 5.263555522105889e-06, + "L": 1.5723120441180072e-06, + "G": 0.0010374964913353324, + "F": 0.0038057740312069654, + "E": 0.0016107178525999188, + "T": 0.00019886372319888324, + "P": 0.2062758356332779, + "-": 0.7856663465499878 + }, + "id": "tp_15363" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1920387, + "label": "-", + "classification": { + "B": 9.344998943561222e-06, + "S": 1.3292097378325707e-07, + "I": 0.002717678202316165, + "C": 5.389186117099598e-05, + "R": 4.545207957562525e-06, + "M": 0.0001127589275711216, + "O": 1.4698761333420407e-05, + "W": 5.36990114596847e-07, + "N": 1.5974645066307858e-05, + "Y": 0.0003457224811427295, + "U": 3.5997254599351436e-07, + "K": 1.491324184144105e-07, + "L": 4.2583924368955195e-06, + "G": 0.00030562595929950476, + "F": 0.00015507104399148375, + "E": 0.0010270019993185997, + "T": 0.0001889075356302783, + "P": 0.4671840965747833, + "-": 0.5278593897819519 + }, + "id": "tp_15364" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1920521, + "label": "P", + "classification": { + "B": 0.05714030563831329, + "S": 0.003126070136204362, + "I": 0.0973544493317604, + "C": 0.004956740885972977, + "R": 0.0018556580180302262, + "M": 0.05236562341451645, + "O": 0.009125471115112305, + "W": 0.0012676018523052335, + "N": 0.007148122880607843, + "Y": 0.020474793389439583, + "U": 0.00013231961929704994, + "K": 7.517195626860484e-05, + "L": 0.00772219430655241, + "G": 0.056397031992673874, + "F": 0.0073768505826592445, + "E": 0.19330830872058868, + "T": 0.009938818402588367, + "P": 0.3073539733886719, + "-": 0.16288048028945923 + }, + "id": "tp_15365" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1920654, + "label": "P", + "classification": { + "B": 5.359624992706813e-05, + "S": 1.7056267097359523e-05, + "I": 0.013207240961492062, + "C": 0.0004969473229721189, + "R": 4.0908642404247075e-05, + "M": 0.0005856517818756402, + "O": 0.0001011929998639971, + "W": 2.8514201403595507e-05, + "N": 0.0016957576153799891, + "Y": 0.003845594124868512, + "U": 3.0370438253157772e-05, + "K": 0.0006112533737905324, + "L": 1.1131096471217461e-05, + "G": 0.0012819209368899465, + "F": 0.0030181407928466797, + "E": 0.04200035333633423, + "T": 0.0009016073308885098, + "P": 0.6939556002616882, + "-": 0.23811723291873932 + }, + "id": "tp_15366" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1920754, + "label": "-", + "classification": { + "B": 3.7701940982515225e-06, + "S": 8.616963214080897e-07, + "I": 0.000987791339866817, + "C": 0.00010215005022473633, + "R": 2.9726961656706408e-05, + "M": 0.00019631756003946066, + "O": 4.7174980863928795e-05, + "W": 3.273917855040054e-06, + "N": 2.2480642655864358e-05, + "Y": 0.0014633338432759047, + "U": 2.7412609142629663e-06, + "K": 3.155211061312002e-06, + "L": 9.02427109394921e-06, + "G": 0.00045162212336435914, + "F": 0.0012307044817134738, + "E": 0.00023031704768072814, + "T": 0.0012125998036935925, + "P": 0.23322340846061707, + "-": 0.7607795596122742 + }, + "id": "tp_15367" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1920888, + "label": "-", + "classification": { + "B": 5.168139693978446e-09, + "S": 6.700505927881295e-09, + "I": 0.00022059712500777096, + "C": 1.6417346841990366e-06, + "R": 4.347094773038407e-07, + "M": 3.010431328220875e-06, + "O": 1.1253720231252373e-06, + "W": 2.974025115065615e-08, + "N": 3.5273260436952114e-06, + "Y": 0.00011823077511508018, + "U": 1.9984643273573965e-08, + "K": 4.100905357518059e-07, + "L": 1.996688858696416e-08, + "G": 2.325170862604864e-05, + "F": 0.0002687735832296312, + "E": 6.599312473554164e-05, + "T": 4.710009670816362e-05, + "P": 0.4332171678543091, + "-": 0.5660286545753479 + }, + "id": "tp_15368" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1921021, + "label": "-", + "classification": { + "B": 1.8503315857287816e-07, + "S": 8.26481105775656e-09, + "I": 4.111298767384142e-05, + "C": 2.956392677333497e-07, + "R": 4.6016946697591266e-08, + "M": 2.2739691303286236e-06, + "O": 1.3615757552543073e-06, + "W": 1.7272192565087607e-08, + "N": 1.347361120451751e-07, + "Y": 2.351693547097966e-05, + "U": 3.1163105429499183e-09, + "K": 4.936080363893147e-11, + "L": 2.2131231958155695e-07, + "G": 6.76246691000415e-06, + "F": 1.7973186913877726e-05, + "E": 4.589895979734138e-06, + "T": 1.852324749052059e-05, + "P": 0.3988727927207947, + "-": 0.6010102033615112 + }, + "id": "tp_15369" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1921154, + "label": "-", + "classification": { + "B": 1.038718096424418e-06, + "S": 2.825403022654882e-08, + "I": 7.192238990683109e-05, + "C": 8.283460033453593e-07, + "R": 2.7440011152179977e-08, + "M": 9.900738950818777e-05, + "O": 1.3478762639351771e-06, + "W": 1.3741422222324218e-08, + "N": 1.0598547532936209e-06, + "Y": 0.00015507038915529847, + "U": 9.794979050070651e-09, + "K": 2.349137595558659e-08, + "L": 1.633613209151008e-07, + "G": 8.987281762529165e-05, + "F": 0.00013284444867167622, + "E": 0.0010248256148770452, + "T": 0.00013376383867580444, + "P": 0.48339635133743286, + "-": 0.5148918032646179 + }, + "id": "tp_15370" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1921255, + "label": "P", + "classification": { + "B": 1.0076462331198854e-06, + "S": 9.000357863442332e-07, + "I": 0.0025241828989237547, + "C": 3.173349978169426e-05, + "R": 9.369988219987135e-06, + "M": 8.926297596190125e-05, + "O": 2.6500400053919293e-05, + "W": 2.095237960020313e-06, + "N": 0.00010183308768318966, + "Y": 0.0012179383775219321, + "U": 2.384067329330719e-06, + "K": 9.913068424793892e-06, + "L": 2.177107489842456e-06, + "G": 0.0002913129283115268, + "F": 0.0007060434436425567, + "E": 0.0009264441905543208, + "T": 0.0008049735333770514, + "P": 0.5584704875946045, + "-": 0.4347813129425049 + }, + "id": "tp_15371" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1921388, + "label": "-", + "classification": { + "B": 7.365549237192681e-08, + "S": 2.3658474290755294e-08, + "I": 7.486568210879341e-05, + "C": 3.142118885079981e-06, + "R": 3.8319711848089355e-07, + "M": 7.76955403125612e-06, + "O": 2.7063520064984914e-06, + "W": 1.833396225947581e-07, + "N": 2.379212901360006e-06, + "Y": 0.0003098022425547242, + "U": 2.320398664323875e-07, + "K": 9.072188731806818e-06, + "L": 1.0728140864557645e-07, + "G": 7.994080806383863e-05, + "F": 0.0007968077552504838, + "E": 0.00011861439270433038, + "T": 0.00011164926399942487, + "P": 0.1183125376701355, + "-": 0.8801696300506592 + }, + "id": "tp_15372" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1921522, + "label": "P", + "classification": { + "B": 1.468127493353677e-06, + "S": 1.9008668061815115e-07, + "I": 0.0027431806083768606, + "C": 1.4988029761298094e-05, + "R": 2.0601123651431408e-06, + "M": 1.7854743418865837e-05, + "O": 4.150705080974149e-06, + "W": 2.4629019890198833e-07, + "N": 4.525410622591153e-05, + "Y": 0.0003560037293937057, + "U": 3.7948638009766e-07, + "K": 6.579863338629366e-07, + "L": 6.451889476011274e-07, + "G": 8.847480785334483e-05, + "F": 0.00014144681335892528, + "E": 0.00032676654518581927, + "T": 0.00014415642363019288, + "P": 0.8228612542152405, + "-": 0.17325089871883392 + }, + "id": "tp_15373" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1921655, + "label": "-", + "classification": { + "B": 1.8693717720452696e-05, + "S": 9.560344551573507e-06, + "I": 0.010155308991670609, + "C": 0.0006540400790981948, + "R": 0.00022039387840777636, + "M": 0.0027507429476827383, + "O": 0.0002615250996313989, + "W": 2.2595357222598977e-05, + "N": 0.00022678701498080045, + "Y": 0.024673571810126305, + "U": 2.631024835864082e-05, + "K": 0.00044464608072303236, + "L": 5.689570025424473e-05, + "G": 0.010131082497537136, + "F": 0.003649400779977441, + "E": 0.004660764709115028, + "T": 0.014358903281390667, + "P": 0.10035932064056396, + "-": 0.8273193836212158 + }, + "id": "tp_15374" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1921755, + "label": "-", + "classification": { + "B": 1.5671976427711343e-07, + "S": 2.565754009253851e-08, + "I": 0.0007045631064102054, + "C": 1.2992376468901057e-05, + "R": 2.8455831397877773e-06, + "M": 1.4471876056632027e-05, + "O": 2.936065811809385e-06, + "W": 3.072902998724203e-08, + "N": 3.6586793612514157e-06, + "Y": 0.000673919974360615, + "U": 7.124328504914956e-08, + "K": 1.8317390271249678e-08, + "L": 4.4645094021689147e-07, + "G": 8.693490963196382e-05, + "F": 0.00010165785352000967, + "E": 3.652385203167796e-05, + "T": 0.0007049485575407743, + "P": 0.241465762257576, + "-": 0.7561880350112915 + }, + "id": "tp_15375" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1921889, + "label": "-", + "classification": { + "B": 2.739217848102271e-07, + "S": 2.320172569625356e-07, + "I": 7.939853094285354e-05, + "C": 4.630427383744973e-07, + "R": 3.02680263075672e-07, + "M": 9.221174695994705e-05, + "O": 1.0388345799583476e-05, + "W": 2.4255351149804483e-07, + "N": 1.0051408025901765e-06, + "Y": 0.0017531538615003228, + "U": 2.2725496151565494e-08, + "K": 3.533342578521115e-07, + "L": 3.5162261724508426e-07, + "G": 8.413199975620955e-05, + "F": 0.00026410529972054064, + "E": 9.2793761723442e-06, + "T": 0.0021948714274913073, + "P": 0.022611593827605247, + "-": 0.9728975892066956 + }, + "id": "tp_15376" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1922022, + "label": "-", + "classification": { + "B": 5.439012440433544e-08, + "S": 2.8586550904208252e-09, + "I": 8.510843144904356e-06, + "C": 3.763021538816247e-07, + "R": 1.898038881620323e-08, + "M": 1.0783330708363792e-06, + "O": 3.760901279292739e-07, + "W": 1.0459597632461737e-08, + "N": 1.1484625872526522e-07, + "Y": 5.678548041032627e-05, + "U": 8.470278700656309e-09, + "K": 1.8992058414823987e-07, + "L": 9.658871036322125e-09, + "G": 1.0668078175513074e-05, + "F": 7.567481225123629e-05, + "E": 2.4079477952909656e-05, + "T": 1.7514485080027953e-05, + "P": 0.07663189619779587, + "-": 0.9231727123260498 + }, + "id": "tp_15377" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1922155, + "label": "P", + "classification": { + "B": 3.093073610216379e-05, + "S": 3.598819603212178e-05, + "I": 0.017898019403219223, + "C": 0.0004540888767223805, + "R": 0.0001275930117117241, + "M": 0.0008563845767639577, + "O": 0.0002577717532403767, + "W": 5.522483115782961e-05, + "N": 0.0015514923725277185, + "Y": 0.005233324132859707, + "U": 4.833204366150312e-05, + "K": 0.000347229273756966, + "L": 3.7695026549044997e-05, + "G": 0.0010954568861052394, + "F": 0.005273077171295881, + "E": 0.004898693412542343, + "T": 0.0031511178240180016, + "P": 0.5829468965530396, + "-": 0.3757006824016571 + }, + "id": "tp_15378" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1922256, + "label": "P", + "classification": { + "B": 0.0010303475428372622, + "S": 0.000260370085015893, + "I": 0.0430215448141098, + "C": 0.004260207526385784, + "R": 0.0005402196547947824, + "M": 0.0024318916257470846, + "O": 0.001021429430693388, + "W": 0.0003189652634318918, + "N": 0.004910443443804979, + "Y": 0.01342076063156128, + "U": 0.0003411232028156519, + "K": 0.0005199580918997526, + "L": 0.00036496471147984266, + "G": 0.00601296266540885, + "F": 0.005094192922115326, + "E": 0.022742051631212234, + "T": 0.006683112122118473, + "P": 0.5785842537879944, + "-": 0.3084411323070526 + }, + "id": "tp_15379" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1922389, + "label": "-", + "classification": { + "B": 9.641194083087612e-06, + "S": 2.7388032322051004e-06, + "I": 0.0009536526631563902, + "C": 0.0001508486020611599, + "R": 1.102684655052144e-05, + "M": 0.00020697660511359572, + "O": 7.146305870264769e-05, + "W": 5.148142463440308e-06, + "N": 4.4770498789148405e-05, + "Y": 0.0007020068005658686, + "U": 2.475350356689887e-06, + "K": 3.722424708030303e-06, + "L": 1.7078858945751563e-05, + "G": 0.000626252091024071, + "F": 0.0032658895943313837, + "E": 0.0009077462600544095, + "T": 0.0004043194348923862, + "P": 0.3926708996295929, + "-": 0.5999433994293213 + }, + "id": "tp_15380" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1922523, + "label": "-", + "classification": { + "B": 0.00028381249285303056, + "S": 0.0005523424479179084, + "I": 0.0607709176838398, + "C": 0.0024508601054549217, + "R": 0.0010210300097241998, + "M": 0.010043887421488762, + "O": 0.0031468479428440332, + "W": 0.00032634451054036617, + "N": 0.004558805376291275, + "Y": 0.1383482813835144, + "U": 4.922082371194847e-05, + "K": 0.0014577279798686504, + "L": 0.0002901241241488606, + "G": 0.022618168964982033, + "F": 0.014342927373945713, + "E": 0.014423600398004055, + "T": 0.04379831254482269, + "P": 0.1415727287530899, + "-": 0.5399441123008728 + }, + "id": "tp_15381" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1922656, + "label": "-", + "classification": { + "B": 6.78726473779534e-06, + "S": 7.483292392862495e-06, + "I": 0.006559158209711313, + "C": 0.00013698269322048873, + "R": 4.3250929593341425e-05, + "M": 0.00032014239695854485, + "O": 9.240663348464295e-05, + "W": 9.873669114313088e-06, + "N": 0.00022183461987879127, + "Y": 0.01707237958908081, + "U": 6.2394792621489614e-06, + "K": 0.00014516808732878417, + "L": 8.425012310908642e-06, + "G": 0.0013038006145507097, + "F": 0.005612699780613184, + "E": 0.0013602658873423934, + "T": 0.005688666366040707, + "P": 0.20786701142787933, + "-": 0.7535374760627747 + }, + "id": "tp_15382" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1922756, + "label": "-", + "classification": { + "B": 3.6466398789514187e-09, + "S": 4.406681686219827e-09, + "I": 5.06750111526344e-05, + "C": 5.973150791760418e-07, + "R": 1.1047237080674677e-07, + "M": 5.500975021277554e-06, + "O": 8.066587611210707e-07, + "W": 9.318612548270266e-09, + "N": 4.239987276832835e-07, + "Y": 0.0001502126979175955, + "U": 6.96874380423651e-09, + "K": 1.7875048996529586e-08, + "L": 3.041750318288905e-08, + "G": 1.5639347111573443e-05, + "F": 5.236314609646797e-05, + "E": 9.278297511627898e-06, + "T": 0.0001329595543211326, + "P": 0.14094486832618713, + "-": 0.8586364984512329 + }, + "id": "tp_15383" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1922890, + "label": "-", + "classification": { + "B": 4.4112778141425224e-07, + "S": 6.250952111486185e-08, + "I": 3.563715654308908e-05, + "C": 1.2275164635866531e-06, + "R": 1.1363150775878239e-07, + "M": 3.518779340083711e-05, + "O": 5.5202199291670695e-06, + "W": 5.291693483400195e-08, + "N": 7.61708520258253e-07, + "Y": 7.225156150525436e-05, + "U": 3.860012753875708e-08, + "K": 1.5236151895692274e-08, + "L": 6.051126888451108e-07, + "G": 3.157093306072056e-05, + "F": 0.00014554435620084405, + "E": 4.077447374584153e-05, + "T": 0.0002233361010439694, + "P": 0.2781764566898346, + "-": 0.7212304472923279 + }, + "id": "tp_15384" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1923023, + "label": "-", + "classification": { + "B": 4.101050581084564e-05, + "S": 6.76665285936906e-06, + "I": 0.00775536522269249, + "C": 0.0009419067646376789, + "R": 0.00016934356244746596, + "M": 0.0015643374063074589, + "O": 0.0002575804537627846, + "W": 1.7106827726820484e-05, + "N": 0.00025978978374041617, + "Y": 0.01562999188899994, + "U": 2.8790969736292027e-05, + "K": 3.515453136060387e-05, + "L": 8.525237353751436e-05, + "G": 0.0051072947680950165, + "F": 0.002709738677367568, + "E": 0.004239015281200409, + "T": 0.007601263001561165, + "P": 0.20539921522140503, + "-": 0.7481511235237122 + }, + "id": "tp_15385" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1923156, + "label": "-", + "classification": { + "B": 0.0006998234894126654, + "S": 0.000734530040062964, + "I": 0.014298556372523308, + "C": 0.0026082845870405436, + "R": 0.001935937674716115, + "M": 0.010032040067017078, + "O": 0.005301419645547867, + "W": 0.0008423194522038102, + "N": 0.0027183745987713337, + "Y": 0.03594033047556877, + "U": 0.0005357196205295622, + "K": 0.0007606015424244106, + "L": 0.0013369983062148094, + "G": 0.011906861327588558, + "F": 0.01939351297914982, + "E": 0.0047102319076657295, + "T": 0.04492675140500069, + "P": 0.19827395677566528, + "-": 0.6430438756942749 + }, + "id": "tp_15386" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1923257, + "label": "-", + "classification": { + "B": 1.711962127615152e-08, + "S": 6.090163484628874e-09, + "I": 1.8928138160845265e-05, + "C": 8.712623866813374e-07, + "R": 1.3294663858687272e-07, + "M": 6.953020147193456e-06, + "O": 1.3769507631877786e-06, + "W": 1.9064614775743394e-08, + "N": 2.5819957727435394e-07, + "Y": 0.00018792689661495388, + "U": 1.585687492422494e-08, + "K": 4.9595879403341314e-08, + "L": 6.188007972696141e-08, + "G": 1.4893691513861995e-05, + "F": 0.0001382615591865033, + "E": 5.7529650803189725e-06, + "T": 0.000129804975586012, + "P": 0.033645257353782654, + "-": 0.9658493995666504 + }, + "id": "tp_15387" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1923390, + "label": "P", + "classification": { + "B": 6.920780037944496e-08, + "S": 3.627436342412693e-07, + "I": 0.00027649744879454374, + "C": 1.0914794756899937e-06, + "R": 1.235271724908671e-07, + "M": 2.6450293262314517e-06, + "O": 2.165441173929139e-06, + "W": 3.552678151663713e-07, + "N": 4.162487675785087e-05, + "Y": 3.8058413338148966e-05, + "U": 2.0446132964480057e-07, + "K": 2.1880779968341812e-05, + "L": 3.277767390841291e-08, + "G": 7.804615961504169e-06, + "F": 0.0005559842102229595, + "E": 0.0008056413498707116, + "T": 4.9481041060062125e-05, + "P": 0.7802492380142212, + "-": 0.21794678270816803 + }, + "id": "tp_15388" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1923524, + "label": "-", + "classification": { + "B": 2.223965566372499e-06, + "S": 1.7328422927676002e-06, + "I": 0.0017790131969377398, + "C": 0.0001088969802367501, + "R": 2.4935052351793274e-05, + "M": 0.00024334249610546976, + "O": 4.649754919228144e-05, + "W": 3.2360821933252737e-06, + "N": 5.505808803718537e-05, + "Y": 0.012753616087138653, + "U": 2.4223616037488682e-06, + "K": 5.3786567150382325e-05, + "L": 3.4911627153633162e-06, + "G": 0.001218155724927783, + "F": 0.003582367207854986, + "E": 0.0007259767735376954, + "T": 0.0020392313599586487, + "P": 0.12633152306079865, + "-": 0.8510243892669678 + }, + "id": "tp_15389" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1923657, + "label": "-", + "classification": { + "B": 3.980093143951535e-09, + "S": 4.285126919967297e-09, + "I": 0.00017718302842695266, + "C": 9.877730917651206e-07, + "R": 6.701979771150945e-08, + "M": 4.445863396540517e-06, + "O": 5.327853500602941e-07, + "W": 1.1314596370937124e-08, + "N": 1.8035433413388091e-06, + "Y": 6.888623465783894e-05, + "U": 2.012694544362148e-08, + "K": 1.2302281504616985e-07, + "L": 2.6165107414044542e-08, + "G": 8.84311339177657e-06, + "F": 4.8203110054600984e-05, + "E": 4.987349529983476e-05, + "T": 0.00011333464499330148, + "P": 0.2474106401205063, + "-": 0.75211501121521 + }, + "id": "tp_15390" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1923757, + "label": "-", + "classification": { + "B": 2.4604985355836106e-06, + "S": 4.893175855613663e-07, + "I": 0.019774628803133965, + "C": 6.205714453244582e-05, + "R": 1.5604891814291477e-05, + "M": 0.00042161182500422, + "O": 2.3221613446366973e-05, + "W": 6.751030241503031e-07, + "N": 0.00010830495011759922, + "Y": 0.014772443100810051, + "U": 3.421386338686716e-07, + "K": 3.5914497402700363e-06, + "L": 2.0842326193815097e-06, + "G": 0.001493360148742795, + "F": 0.000636421493254602, + "E": 0.0019364304607734084, + "T": 0.003605262376368046, + "P": 0.27979806065559387, + "-": 0.6773428916931152 + }, + "id": "tp_15391" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1923891, + "label": "P", + "classification": { + "B": 2.2849220840726048e-05, + "S": 1.6043199138948694e-05, + "I": 0.026529712602496147, + "C": 0.0006262604147195816, + "R": 9.702119859866798e-05, + "M": 0.0003400621935725212, + "O": 0.00013874364958610386, + "W": 1.692458135948982e-05, + "N": 0.0017280369065701962, + "Y": 0.007150021381676197, + "U": 1.4583835763914976e-05, + "K": 0.00035227215266786516, + "L": 1.5658277334296145e-05, + "G": 0.0018650529673323035, + "F": 0.004524793475866318, + "E": 0.013584818691015244, + "T": 0.0019376816926524043, + "P": 0.6130920648574829, + "-": 0.3279474079608917 + }, + "id": "tp_15392" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1924024, + "label": "P", + "classification": { + "B": 1.2248128768987954e-06, + "S": 2.3924067136249505e-06, + "I": 0.00170194695238024, + "C": 2.7082454835181125e-05, + "R": 1.844742541834421e-06, + "M": 3.699050284922123e-05, + "O": 1.1909934073628392e-05, + "W": 1.4525398910336662e-06, + "N": 0.00010790932719828561, + "Y": 0.0004945122636854649, + "U": 6.857936227788741e-07, + "K": 3.8767451769672334e-05, + "L": 6.102920906414511e-07, + "G": 0.00011582833394641057, + "F": 0.0018292602617293596, + "E": 0.0011349013075232506, + "T": 0.00015414929657708853, + "P": 0.7134766578674316, + "-": 0.28086185455322266 + }, + "id": "tp_15393" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1924157, + "label": "-", + "classification": { + "B": 7.937477494124323e-05, + "S": 1.62897449627053e-05, + "I": 0.013589117676019669, + "C": 0.0012371211778372526, + "R": 0.00019813918333966285, + "M": 0.0015133426059037447, + "O": 0.0002682199119590223, + "W": 4.087055640411563e-05, + "N": 0.0006357686361297965, + "Y": 0.00897058192640543, + "U": 6.958073208807036e-05, + "K": 9.617610339773819e-05, + "L": 8.812353189568967e-05, + "G": 0.002652755007147789, + "F": 0.0029837561305612326, + "E": 0.005771078635007143, + "T": 0.004284642171114683, + "P": 0.33925938606262207, + "-": 0.6182457208633423 + }, + "id": "tp_15394" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1924258, + "label": "P", + "classification": { + "B": 0.00027787749422714114, + "S": 4.5298831537365913e-05, + "I": 0.016759300604462624, + "C": 0.0005829966394230723, + "R": 0.00015851868374738842, + "M": 0.0018998844316229224, + "O": 0.0005408987635746598, + "W": 6.861937436042354e-05, + "N": 0.0007172601763159037, + "Y": 0.0023648198693990707, + "U": 2.979429336846806e-05, + "K": 8.770815838943236e-06, + "L": 0.00018704927060753107, + "G": 0.0013927823165431619, + "F": 0.001167312846519053, + "E": 0.005055906251072884, + "T": 0.0025575016625225544, + "P": 0.5979748964309692, + "-": 0.3682105839252472 + }, + "id": "tp_15395" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1924391, + "label": "-", + "classification": { + "B": 8.388014975935221e-05, + "S": 8.675334538565949e-05, + "I": 0.02222180739045143, + "C": 0.0023840819485485554, + "R": 0.0005030736210756004, + "M": 0.006118261255323887, + "O": 0.0006531166145578027, + "W": 9.310773020843044e-05, + "N": 0.0011125574819743633, + "Y": 0.0424254834651947, + "U": 5.371186853153631e-05, + "K": 0.0014251258689910173, + "L": 9.828323527472094e-05, + "G": 0.00856924057006836, + "F": 0.014128508977591991, + "E": 0.01433731708675623, + "T": 0.011550990864634514, + "P": 0.18494738638401031, + "-": 0.6892073154449463 + }, + "id": "tp_15396" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1924525, + "label": "P", + "classification": { + "B": 8.140700629155617e-07, + "S": 1.320904203794271e-07, + "I": 0.0006244507967494428, + "C": 1.766770651556726e-06, + "R": 6.80272762565437e-08, + "M": 6.35829746897798e-06, + "O": 1.000027282316296e-06, + "W": 9.496476138792787e-08, + "N": 4.5162541937315837e-05, + "Y": 1.1406526027712971e-05, + "U": 9.980088577776769e-08, + "K": 2.7545204375201138e-06, + "L": 6.046456491048957e-08, + "G": 1.788902227417566e-05, + "F": 0.00015761922986712307, + "E": 0.0027444884181022644, + "T": 1.3997896530781873e-05, + "P": 0.9508163928985596, + "-": 0.0455554723739624 + }, + "id": "tp_15397" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1924658, + "label": "P", + "classification": { + "B": 6.96340521244565e-07, + "S": 4.065593657287536e-07, + "I": 0.0011418700451031327, + "C": 7.807741894794162e-06, + "R": 7.681340434828599e-07, + "M": 2.4399183530476876e-05, + "O": 5.701032932847738e-06, + "W": 6.12016322065756e-07, + "N": 4.077685662196018e-05, + "Y": 0.00029353750869631767, + "U": 4.6356294092220196e-07, + "K": 6.466786089731613e-06, + "L": 2.9145849111955613e-07, + "G": 4.9561225750949234e-05, + "F": 0.0006484869518317282, + "E": 0.0009869210189208388, + "T": 0.00013420793402474374, + "P": 0.5728668570518494, + "-": 0.4237901568412781 + }, + "id": "tp_15398" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1924758, + "label": "-", + "classification": { + "B": 6.573182553815116e-10, + "S": 8.459425382412178e-10, + "I": 2.2651856852462515e-05, + "C": 2.5972883577196626e-07, + "R": 4.1145895579575154e-08, + "M": 1.0203057172475383e-06, + "O": 2.0283567891965504e-07, + "W": 2.7197939456158338e-09, + "N": 1.594902130364062e-07, + "Y": 5.802587475045584e-05, + "U": 2.851864078223798e-09, + "K": 3.713650187364692e-08, + "L": 4.25378177126845e-09, + "G": 4.399160388857126e-06, + "F": 7.727120100753382e-05, + "E": 5.792974661744665e-06, + "T": 3.294669295428321e-05, + "P": 0.09275680035352707, + "-": 0.9070401787757874 + }, + "id": "tp_15399" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1924892, + "label": "-", + "classification": { + "B": 5.34807327312592e-07, + "S": 1.4394082654689555e-06, + "I": 0.00017732736887410283, + "C": 6.391158876795089e-06, + "R": 2.1991997982695466e-06, + "M": 5.9332574892323464e-05, + "O": 2.5822013412835076e-05, + "W": 1.2360910659481306e-06, + "N": 1.07615587694454e-05, + "Y": 0.001007478917017579, + "U": 7.595564852636016e-07, + "K": 5.814894848299446e-06, + "L": 1.7833625634011696e-06, + "G": 9.854085510596633e-05, + "F": 0.0013450749684125185, + "E": 0.00014641351299360394, + "T": 0.0007762326276861131, + "P": 0.11092494428157806, + "-": 0.8854079246520996 + }, + "id": "tp_15400" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1925025, + "label": "-", + "classification": { + "B": 1.952922730197315e-06, + "S": 4.959796910952718e-07, + "I": 0.003133363090455532, + "C": 2.0060675524291582e-05, + "R": 2.690775318114902e-06, + "M": 0.0002007086732191965, + "O": 1.1924544196517672e-05, + "W": 6.627448669860314e-07, + "N": 4.697346957982518e-05, + "Y": 0.011073936708271503, + "U": 2.0065955652626144e-07, + "K": 2.3848442651797086e-05, + "L": 6.826189746789169e-07, + "G": 0.0007323394529521465, + "F": 0.0009232580196112394, + "E": 0.0028626197017729282, + "T": 0.0011665550991892815, + "P": 0.24161961674690247, + "-": 0.738178014755249 + }, + "id": "tp_15401" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1925125, + "label": "-", + "classification": { + "B": 5.5483436511849504e-08, + "S": 2.7869360152976697e-08, + "I": 0.00013623645645566285, + "C": 2.0129468794038985e-06, + "R": 4.5724451069872885e-07, + "M": 2.2802922103437595e-05, + "O": 3.91399180443841e-06, + "W": 4.0011268964690316e-08, + "N": 1.3537775203076308e-06, + "Y": 0.00031705692526884377, + "U": 2.7054241513724264e-08, + "K": 4.660858810012769e-09, + "L": 5.726949439122109e-07, + "G": 5.1847244321834296e-05, + "F": 8.323886140715331e-05, + "E": 2.2025054931873456e-05, + "T": 0.00033656007144600153, + "P": 0.29778197407722473, + "-": 0.7012397646903992 + }, + "id": "tp_15402" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1925259, + "label": "-", + "classification": { + "B": 7.230469805108442e-07, + "S": 4.0205148366112553e-07, + "I": 0.00023566391610074788, + "C": 1.863464967755135e-05, + "R": 3.962803475587862e-06, + "M": 2.8387199563439935e-05, + "O": 1.3454162399284542e-05, + "W": 1.0674899613150046e-06, + "N": 1.1812820957857184e-05, + "Y": 0.0009934476111084223, + "U": 1.6919705103646265e-06, + "K": 2.3144708393374458e-05, + "L": 1.6403816971433116e-06, + "G": 0.00019603293912950903, + "F": 0.004877808038145304, + "E": 0.00019716144015546888, + "T": 0.0003090048849117011, + "P": 0.16438576579093933, + "-": 0.8287001252174377 + }, + "id": "tp_15403" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1925392, + "label": "P", + "classification": { + "B": 7.507173904741649e-07, + "S": 4.739610304227426e-08, + "I": 0.0016941712237894535, + "C": 1.0729452696978115e-05, + "R": 7.06554544649407e-07, + "M": 1.776085809979122e-05, + "O": 2.2142851321405033e-06, + "W": 1.4435798334488936e-07, + "N": 1.9246161173214205e-05, + "Y": 6.063681576051749e-05, + "U": 1.4999392305981019e-07, + "K": 2.718311691296549e-07, + "L": 2.733300448198861e-07, + "G": 3.0521612643497065e-05, + "F": 0.00010796340211527422, + "E": 0.0005866037681698799, + "T": 4.413829810800962e-05, + "P": 0.8267230987548828, + "-": 0.1707005500793457 + }, + "id": "tp_15404" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1925526, + "label": "-", + "classification": { + "B": 5.1509134209482e-05, + "S": 0.000539806205779314, + "I": 0.02205035835504532, + "C": 0.0005926802405156195, + "R": 0.00036901759449392557, + "M": 0.003351133782416582, + "O": 0.0018203507643193007, + "W": 0.0005242559709586203, + "N": 0.008136761374771595, + "Y": 0.02180507965385914, + "U": 0.00010243072028970346, + "K": 0.03633931279182434, + "L": 6.766783917555586e-05, + "G": 0.006956120952963829, + "F": 0.03846726194024086, + "E": 0.024208465591073036, + "T": 0.014419096522033215, + "P": 0.3222578167915344, + "-": 0.4979408383369446 + }, + "id": "tp_15405" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1925626, + "label": "-", + "classification": { + "B": 5.098213478049729e-06, + "S": 4.668747806135798e-06, + "I": 0.0013636841904371977, + "C": 0.00010706992907216772, + "R": 3.67053180525545e-05, + "M": 0.0002841550740413368, + "O": 0.00011011979222530499, + "W": 1.1127497600682545e-05, + "N": 6.140387267805636e-05, + "Y": 0.014346476644277573, + "U": 3.2664402169757523e-06, + "K": 0.00012388790491968393, + "L": 5.359748683986254e-06, + "G": 0.0007904492667876184, + "F": 0.0036989732179790735, + "E": 0.0005742409266531467, + "T": 0.0031755282543599606, + "P": 0.07030496746301651, + "-": 0.9049927592277527 + }, + "id": "tp_15406" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1925759, + "label": "-", + "classification": { + "B": 1.0966754189212224e-06, + "S": 7.450628345395671e-07, + "I": 0.001411734614521265, + "C": 8.706373046152294e-05, + "R": 1.096735468308907e-05, + "M": 5.838485958520323e-05, + "O": 1.8165716028306633e-05, + "W": 1.9927242647099774e-06, + "N": 0.00010396292054792866, + "Y": 0.0018097242573276162, + "U": 3.935139829991385e-06, + "K": 0.00023792324645910412, + "L": 1.2501001265263767e-06, + "G": 0.00044488144339993596, + "F": 0.004144270438700914, + "E": 0.0023339339531958103, + "T": 0.0003303183475509286, + "P": 0.4150068759918213, + "-": 0.5739927887916565 + }, + "id": "tp_15407" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1925893, + "label": "-", + "classification": { + "B": 0.00013397200382314622, + "S": 0.00017152527288999408, + "I": 0.0024419717956334352, + "C": 0.000631019240245223, + "R": 9.063028119271621e-05, + "M": 0.0037493088748306036, + "O": 0.001062636962160468, + "W": 0.00012670891010202467, + "N": 0.00037575775058940053, + "Y": 0.008658074773848057, + "U": 3.8765250792494044e-05, + "K": 0.00023688758665230125, + "L": 0.00017592846415936947, + "G": 0.0018207954708486795, + "F": 0.019075628370046616, + "E": 0.004759541247040033, + "T": 0.007209263741970062, + "P": 0.1150452271103859, + "-": 0.8341963291168213 + }, + "id": "tp_15408" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1926026, + "label": "-", + "classification": { + "B": 2.4878645490389317e-05, + "S": 1.1343746336933691e-05, + "I": 0.0035749110393226147, + "C": 0.0004230501363053918, + "R": 0.00012396357487887144, + "M": 0.0008586616604588926, + "O": 0.00036439893301576376, + "W": 2.1926807676209137e-05, + "N": 0.00019467774836812168, + "Y": 0.006095065735280514, + "U": 2.3825101379770786e-05, + "K": 2.2078747861087322e-05, + "L": 6.494852277683094e-05, + "G": 0.0019175042398273945, + "F": 0.0017984567675739527, + "E": 0.0008424536208622158, + "T": 0.005590149667114019, + "P": 0.17987535893917084, + "-": 0.7981723546981812 + }, + "id": "tp_15409" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1926126, + "label": "P", + "classification": { + "B": 5.623881360605765e-09, + "S": 2.067971349717368e-09, + "I": 0.0014949374599382281, + "C": 5.70367546970374e-07, + "R": 2.7760496124074052e-08, + "M": 1.0323925607735873e-06, + "O": 5.469017594350589e-08, + "W": 3.1469828964958424e-09, + "N": 8.229754712374415e-06, + "Y": 7.567955617560074e-05, + "U": 2.786392450104813e-09, + "K": 7.111208333299146e-08, + "L": 2.664546139286017e-09, + "G": 2.763774318736978e-06, + "F": 2.816983214870561e-05, + "E": 0.00026070818421430886, + "T": 6.916638540133135e-06, + "P": 0.936581552028656, + "-": 0.06153925135731697 + }, + "id": "tp_15410" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1926260, + "label": "P", + "classification": { + "B": 3.3260164400417125e-08, + "S": 3.4029298490168e-08, + "I": 0.00013980962103232741, + "C": 2.519638542253233e-07, + "R": 3.6673792891406265e-08, + "M": 2.670335788934608e-06, + "O": 1.1043661061194143e-06, + "W": 8.448864008414603e-08, + "N": 9.602063073543832e-06, + "Y": 4.319809886510484e-05, + "U": 5.995348573151205e-08, + "K": 2.198095535277389e-05, + "L": 8.49687253889897e-09, + "G": 1.0428946552565321e-05, + "F": 0.00028913046116940677, + "E": 0.000427053717430681, + "T": 4.4936954509466887e-05, + "P": 0.5964653491973877, + "-": 0.4025442600250244 + }, + "id": "tp_15411" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1926393, + "label": "-", + "classification": { + "B": 6.214006642579761e-09, + "S": 4.718925694646714e-09, + "I": 5.8048735809279606e-06, + "C": 8.906087032301002e-07, + "R": 8.824883934721584e-08, + "M": 4.210492079437245e-06, + "O": 4.397981570036791e-07, + "W": 2.1043817355348438e-08, + "N": 1.676157808105927e-07, + "Y": 0.0004445374652277678, + "U": 2.733628434725688e-08, + "K": 3.824689338216558e-05, + "L": 1.219445255884466e-08, + "G": 4.460679701878689e-05, + "F": 0.0006894230609759688, + "E": 4.489662387641147e-05, + "T": 6.769975152565166e-05, + "P": 0.010688554495573044, + "-": 0.9879704117774963 + }, + "id": "tp_15412" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1926527, + "label": "-", + "classification": { + "B": 0.00013159953232388943, + "S": 4.163242465438088e-06, + "I": 0.0014771770220249891, + "C": 0.00029062869725748897, + "R": 4.5946922909934074e-05, + "M": 0.002835955237969756, + "O": 0.0004022500943392515, + "W": 1.239747871295549e-05, + "N": 3.168271723552607e-05, + "Y": 0.0032482543028891087, + "U": 1.0155979907722212e-05, + "K": 1.5296153605959262e-06, + "L": 0.00021890240896027535, + "G": 0.0035810675472021103, + "F": 0.0007130168960429728, + "E": 0.0008943371940404177, + "T": 0.003975603263825178, + "P": 0.08891239762306213, + "-": 0.8932129740715027 + }, + "id": "tp_15413" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1926627, + "label": "-", + "classification": { + "B": 9.327239968115464e-05, + "S": 8.409450856561307e-06, + "I": 0.0009086526115424931, + "C": 6.508482329081744e-05, + "R": 1.6449463146273047e-05, + "M": 0.000386590079870075, + "O": 0.00019288319163024426, + "W": 6.06180446993676e-06, + "N": 3.382863724255003e-05, + "Y": 0.0012844386510550976, + "U": 2.842156618498848e-06, + "K": 1.2061817642461392e-06, + "L": 4.9949216190725565e-05, + "G": 0.0018064770847558975, + "F": 0.001354837790131569, + "E": 0.0003960791218560189, + "T": 0.0013574458425864577, + "P": 0.29189008474349976, + "-": 0.700145423412323 + }, + "id": "tp_15414" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1926760, + "label": "-", + "classification": { + "B": 9.716030035633594e-05, + "S": 0.000259519467363134, + "I": 0.02741638757288456, + "C": 0.001382719841785729, + "R": 0.000632470240816474, + "M": 0.0042986259795725346, + "O": 0.0014532428467646241, + "W": 0.00021791098697576672, + "N": 0.002373192459344864, + "Y": 0.01989194005727768, + "U": 0.00012706557754427195, + "K": 0.00024513970129191875, + "L": 0.0002655582793522626, + "G": 0.0034223804250359535, + "F": 0.0055147809907794, + "E": 0.0034163377713412046, + "T": 0.02257802151143551, + "P": 0.35719889402389526, + "-": 0.5492087006568909 + }, + "id": "tp_15415" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1926894, + "label": "-", + "classification": { + "B": 0.0014318051980808377, + "S": 7.017983443802223e-05, + "I": 0.0030067632906138897, + "C": 0.0004092126910109073, + "R": 9.349546598969027e-05, + "M": 0.003887624479830265, + "O": 0.0009743380360305309, + "W": 5.888087616767734e-05, + "N": 8.734030416235328e-05, + "Y": 0.0036775306798517704, + "U": 7.89279965829337e-06, + "K": 2.03873310056224e-06, + "L": 0.0007069911225698888, + "G": 0.005141400266438723, + "F": 0.006136236246675253, + "E": 0.0038283271715044975, + "T": 0.0018738636281341314, + "P": 0.18500901758670807, + "-": 0.7835969924926758 + }, + "id": "tp_15416" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1927027, + "label": "-", + "classification": { + "B": 5.718911211261002e-07, + "S": 1.266239877395492e-07, + "I": 0.00010021478374255821, + "C": 1.2228847481310368e-06, + "R": 1.7359418791329517e-07, + "M": 6.5306935539410915e-06, + "O": 8.47910087031778e-06, + "W": 2.1740432032402168e-07, + "N": 2.514567313482985e-06, + "Y": 2.5061510314117186e-05, + "U": 3.655991775985967e-08, + "K": 3.1880098561032355e-08, + "L": 6.126450671217754e-07, + "G": 2.2270365661825053e-05, + "F": 0.00015606814122293144, + "E": 5.5172225984279066e-05, + "T": 4.511945371632464e-05, + "P": 0.4849473834037781, + "-": 0.5146282315254211 + }, + "id": "tp_15417" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1927127, + "label": "-", + "classification": { + "B": 2.977929569603077e-10, + "S": 1.1786209785924484e-09, + "I": 9.221010986948386e-05, + "C": 9.360754802401061e-07, + "R": 4.983941792602309e-08, + "M": 1.5206978787318803e-06, + "O": 1.21726557722468e-07, + "W": 3.5974736523058937e-09, + "N": 4.792747176907142e-07, + "Y": 0.00018604265642352402, + "U": 2.7985855854950614e-09, + "K": 2.1911345982061903e-07, + "L": 1.4005309134645927e-09, + "G": 3.628752210715902e-06, + "F": 3.9599322917638347e-05, + "E": 1.247440195584204e-05, + "T": 7.420003385050222e-05, + "P": 0.08678536862134933, + "-": 0.9128031730651855 + }, + "id": "tp_15418" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1927261, + "label": "-", + "classification": { + "B": 9.962343756342307e-05, + "S": 0.00025485281366854906, + "I": 0.059959955513477325, + "C": 0.002178412629291415, + "R": 0.001259439392015338, + "M": 0.006763958837836981, + "O": 0.0025628251023590565, + "W": 0.00022439798340201378, + "N": 0.004111200105398893, + "Y": 0.09645496308803558, + "U": 8.668362715980038e-05, + "K": 0.0011328994296491146, + "L": 0.00031794095411896706, + "G": 0.0178923849016428, + "F": 0.01958579011261463, + "E": 0.004956458229571581, + "T": 0.05871301889419556, + "P": 0.14049112796783447, + "-": 0.5829540491104126 + }, + "id": "tp_15419" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1927394, + "label": "-", + "classification": { + "B": 2.073203904728871e-05, + "S": 1.7646390915615484e-05, + "I": 0.12532320618629456, + "C": 0.0010696877725422382, + "R": 0.00012912585225421935, + "M": 0.000645805150270462, + "O": 0.00010853874846361578, + "W": 3.1915904401103035e-05, + "N": 0.004304246976971626, + "Y": 0.04444808512926102, + "U": 9.928764484357089e-06, + "K": 0.001753324526362121, + "L": 4.824475126952166e-06, + "G": 0.0023244661279022694, + "F": 0.0019882156047970057, + "E": 0.026723995804786682, + "T": 0.003985825926065445, + "P": 0.3497808277606964, + "-": 0.4373296797275543 + }, + "id": "tp_15420" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1927528, + "label": "-", + "classification": { + "B": 2.6044469336738985e-07, + "S": 4.63839846531755e-08, + "I": 0.001743666478432715, + "C": 2.130684515577741e-05, + "R": 2.8071187898603966e-06, + "M": 4.009644908364862e-05, + "O": 4.307700237404788e-06, + "W": 1.5338579828494403e-07, + "N": 1.2832227184844669e-05, + "Y": 0.0011293836869299412, + "U": 2.70023008397402e-07, + "K": 3.733598816779704e-07, + "L": 7.109742909960914e-07, + "G": 0.0001413480204064399, + "F": 0.0002344011445529759, + "E": 0.00037956456071697176, + "T": 0.0003521811158861965, + "P": 0.39608821272850037, + "-": 0.5998480916023254 + }, + "id": "tp_15421" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1927628, + "label": "-", + "classification": { + "B": 6.760336179745252e-10, + "S": 7.407021523908597e-11, + "I": 8.601832087151706e-05, + "C": 2.223308399607049e-07, + "R": 8.651455551955678e-09, + "M": 2.9924922273494303e-06, + "O": 6.22606677325166e-08, + "W": 5.390735635657506e-10, + "N": 1.1705001412565252e-07, + "Y": 0.00016339466674253345, + "U": 4.030080436034922e-10, + "K": 1.876806043910051e-09, + "L": 1.3585278457739491e-09, + "G": 3.0599619549320778e-06, + "F": 3.7064580737933284e-06, + "E": 2.1719548385590315e-05, + "T": 4.8984660679707304e-05, + "P": 0.13016310334205627, + "-": 0.8695065379142761 + }, + "id": "tp_15422" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1927761, + "label": "-", + "classification": { + "B": 0.003155847080051899, + "S": 0.002559119137004018, + "I": 0.0215926431119442, + "C": 0.004675190895795822, + "R": 0.0025580055080354214, + "M": 0.028891317546367645, + "O": 0.007642826065421104, + "W": 0.0017609994392842054, + "N": 0.005257037468254566, + "Y": 0.06513725966215134, + "U": 0.0010844009229913354, + "K": 0.0021165150683373213, + "L": 0.003590082284063101, + "G": 0.030727969482541084, + "F": 0.04144709184765816, + "E": 0.019491473212838173, + "T": 0.053286559879779816, + "P": 0.2092895358800888, + "-": 0.4957362115383148 + }, + "id": "tp_15423" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1927895, + "label": "-", + "classification": { + "B": 4.158716773727811e-12, + "S": 2.5795624317148658e-12, + "I": 1.691966247108212e-07, + "C": 5.087669729952893e-10, + "R": 2.4091093703271227e-11, + "M": 2.8484944181172978e-08, + "O": 1.936658389212198e-09, + "W": 9.176339375860376e-12, + "N": 4.734836966946432e-10, + "Y": 1.9230237739975564e-06, + "U": 2.077105631589915e-12, + "K": 1.825268269861624e-10, + "L": 1.2010806411943964e-11, + "G": 9.04806043422468e-08, + "F": 3.747694108824362e-06, + "E": 2.957270623937802e-07, + "T": 7.685315495109535e-07, + "P": 0.03379617631435394, + "-": 0.9661967158317566 + }, + "id": "tp_15424" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1928028, + "label": "-", + "classification": { + "B": 8.782459917711094e-05, + "S": 6.750929060217459e-06, + "I": 0.003698710585013032, + "C": 0.0003568204992916435, + "R": 3.5088000004179776e-05, + "M": 0.001795468502677977, + "O": 0.00026511779287829995, + "W": 1.5878875274211168e-05, + "N": 0.00016626079741399735, + "Y": 0.002681618556380272, + "U": 1.142826113209594e-05, + "K": 1.0073985322378576e-05, + "L": 6.769809988327324e-05, + "G": 0.002997590461745858, + "F": 0.0017036766512319446, + "E": 0.004575812257826328, + "T": 0.0017781438073143363, + "P": 0.31999173760414124, + "-": 0.6597542762756348 + }, + "id": "tp_15425" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1928128, + "label": "-", + "classification": { + "B": 3.9327858303295216e-07, + "S": 2.274414043768047e-07, + "I": 0.00019069189147558063, + "C": 2.484610195097048e-05, + "R": 1.353176685370272e-06, + "M": 2.9282509785844013e-05, + "O": 8.205557605833746e-06, + "W": 3.209102317214274e-07, + "N": 8.474236892652698e-06, + "Y": 0.0008698689634911716, + "U": 1.1263070973654976e-06, + "K": 7.829634341760539e-06, + "L": 8.533922937203897e-07, + "G": 0.00017603032756596804, + "F": 0.0013824633788317442, + "E": 0.00010680119157768786, + "T": 0.0005351913277991116, + "P": 0.10676071792840958, + "-": 0.8898954391479492 + }, + "id": "tp_15426" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1928262, + "label": "-", + "classification": { + "B": 0.00014194364484865218, + "S": 9.492004755884409e-05, + "I": 0.006900459062308073, + "C": 0.0016768962377682328, + "R": 0.000252530473517254, + "M": 0.0023991537746042013, + "O": 0.000676825933624059, + "W": 0.00017783207294996828, + "N": 0.0008578382548876107, + "Y": 0.01550386007875204, + "U": 0.0001017782196868211, + "K": 0.0022281294222921133, + "L": 0.00011410714068915695, + "G": 0.006329958792775869, + "F": 0.02069433033466339, + "E": 0.020535366609692574, + "T": 0.004250926896929741, + "P": 0.2322533279657364, + "-": 0.6848098039627075 + }, + "id": "tp_15427" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1928395, + "label": "-", + "classification": { + "B": 0.000294857716653496, + "S": 1.5116588656383101e-05, + "I": 0.002964867278933525, + "C": 0.00048425100976601243, + "R": 0.00012416632671374828, + "M": 0.0032809388358145952, + "O": 0.0005879777017980814, + "W": 2.0165229216217995e-05, + "N": 0.00013382067845668644, + "Y": 0.009297996759414673, + "U": 2.564543865446467e-05, + "K": 1.4565402125299443e-05, + "L": 0.00025867033400572836, + "G": 0.006841243710368872, + "F": 0.0025355778634548187, + "E": 0.0021972579415887594, + "T": 0.008955796249210835, + "P": 0.16003356873989105, + "-": 0.8019335269927979 + }, + "id": "tp_15428" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1928529, + "label": "-", + "classification": { + "B": 2.885655248974217e-06, + "S": 2.658501671248814e-06, + "I": 0.0035507541615515947, + "C": 0.00030647561652585864, + "R": 8.407224231632426e-05, + "M": 0.00018494103278499097, + "O": 5.441623943625018e-05, + "W": 7.546380857093027e-06, + "N": 0.00014888601435814053, + "Y": 0.004887418821454048, + "U": 6.464914804382715e-06, + "K": 0.00014038274821359664, + "L": 6.803927590226522e-06, + "G": 0.0009707267745397985, + "F": 0.006381962914019823, + "E": 0.0020295348949730396, + "T": 0.0011682803742587566, + "P": 0.3865925669670105, + "-": 0.5934732556343079 + }, + "id": "tp_15429" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1928629, + "label": "-", + "classification": { + "B": 1.0317281748939422e-06, + "S": 4.994823825654748e-07, + "I": 2.8104341254220344e-06, + "C": 3.2505968761142867e-07, + "R": 7.53093729599641e-08, + "M": 1.2276677807676606e-05, + "O": 8.403980245930143e-06, + "W": 2.188364476296556e-07, + "N": 2.7362202104086464e-07, + "Y": 5.318768307915889e-05, + "U": 7.668344181865905e-09, + "K": 1.0269489081338179e-07, + "L": 2.0280990042920166e-07, + "G": 1.283027813769877e-05, + "F": 0.0005791001603938639, + "E": 1.441038511984516e-05, + "T": 8.058405364863575e-05, + "P": 0.08787912130355835, + "-": 0.9113544821739197 + }, + "id": "tp_15430" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1928762, + "label": "-", + "classification": { + "B": 2.2950262064114213e-06, + "S": 1.1323237458782387e-06, + "I": 0.0003808729525189847, + "C": 5.786064139101654e-05, + "R": 7.175094651756808e-06, + "M": 8.126761531457305e-05, + "O": 2.1591269614873454e-05, + "W": 1.293156856263522e-06, + "N": 2.6005969630205072e-05, + "Y": 0.00216426863335073, + "U": 1.8090064486386837e-06, + "K": 3.4501405025366694e-05, + "L": 1.92955076272483e-06, + "G": 0.0006082995678298175, + "F": 0.0023428108543157578, + "E": 0.0008308464894071221, + "T": 0.0004969799192622304, + "P": 0.18091215193271637, + "-": 0.8120270371437073 + }, + "id": "tp_15431" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1928896, + "label": "-", + "classification": { + "B": 1.688737393124029e-05, + "S": 4.0104068830260076e-06, + "I": 0.001067996141500771, + "C": 1.6740159480832517e-05, + "R": 1.317302758252481e-05, + "M": 0.0003495384880807251, + "O": 0.0001576680806465447, + "W": 7.1399067564925645e-06, + "N": 3.566064333426766e-05, + "Y": 0.006315881852060556, + "U": 1.4237699588193209e-06, + "K": 5.0729422582662664e-06, + "L": 9.988325473386794e-06, + "G": 0.0008889665477909148, + "F": 0.0006062783068045974, + "E": 0.0002202500618295744, + "T": 0.005147221032530069, + "P": 0.08087366819381714, + "-": 0.904262363910675 + }, + "id": "tp_15432" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1929029, + "label": "-", + "classification": { + "B": 7.256936896737898e-06, + "S": 1.7020907705500576e-07, + "I": 0.0001980574888875708, + "C": 1.8026712496066466e-05, + "R": 1.4187140777721652e-06, + "M": 0.00033570636878721416, + "O": 1.9710829292307608e-05, + "W": 2.498068170098122e-07, + "N": 2.179748435082729e-06, + "Y": 0.0008658909937366843, + "U": 1.771483226775672e-07, + "K": 1.2708220253898617e-07, + "L": 5.0844491852330975e-06, + "G": 0.000612597563304007, + "F": 0.000396658229874447, + "E": 0.00032885486143641174, + "T": 0.0008200609008781612, + "P": 0.06361168622970581, + "-": 0.932776153087616 + }, + "id": "tp_15433" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1929129, + "label": "-", + "classification": { + "B": 4.8472364142071456e-05, + "S": 1.266625531570753e-05, + "I": 0.0018807704327628016, + "C": 0.00030362073448486626, + "R": 0.00010653395293047652, + "M": 0.0015438158297911286, + "O": 0.00027968210633844137, + "W": 3.3755943150026724e-05, + "N": 7.507632835768163e-05, + "Y": 0.008115565404295921, + "U": 2.5322473447886296e-05, + "K": 4.145206912653521e-05, + "L": 9.234783647116274e-05, + "G": 0.002599900122731924, + "F": 0.005628690123558044, + "E": 0.002225851407274604, + "T": 0.004118454176932573, + "P": 0.12087348103523254, + "-": 0.8519945740699768 + }, + "id": "tp_15434" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1929263, + "label": "-", + "classification": { + "B": 2.9869508466617845e-07, + "S": 2.2129368915102532e-07, + "I": 8.685715874889866e-05, + "C": 6.537388344440842e-06, + "R": 1.0479370757821016e-06, + "M": 2.932246934506111e-05, + "O": 7.758492756693158e-06, + "W": 5.526771360564453e-07, + "N": 4.3020891098422e-06, + "Y": 0.0008254864951595664, + "U": 4.994793698642752e-07, + "K": 3.746804577531293e-05, + "L": 3.7092496540935826e-07, + "G": 0.00011033201008103788, + "F": 0.000862746499478817, + "E": 0.00026405908283777535, + "T": 0.0002562215377110988, + "P": 0.05856828764081001, + "-": 0.9389376640319824 + }, + "id": "tp_15435" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1929396, + "label": "-", + "classification": { + "B": 1.297976552905311e-07, + "S": 1.8473309992828035e-08, + "I": 6.55236653983593e-05, + "C": 1.3419551123661222e-06, + "R": 5.2705622977100575e-08, + "M": 9.901786143018398e-06, + "O": 1.2207842701172922e-06, + "W": 3.537273585152434e-08, + "N": 1.1982847354374826e-06, + "Y": 9.739747474668548e-05, + "U": 3.924638747321296e-08, + "K": 3.302074844668823e-07, + "L": 9.813744838993443e-08, + "G": 4.333791366661899e-05, + "F": 0.00039250918780453503, + "E": 0.0003212357987649739, + "T": 2.9574048312497325e-05, + "P": 0.2680472731590271, + "-": 0.7309888601303101 + }, + "id": "tp_15436" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1929530, + "label": "-", + "classification": { + "B": 6.862956070108339e-07, + "S": 3.314057948955451e-06, + "I": 0.0007855728617869318, + "C": 2.4788443624856882e-05, + "R": 4.563975380733609e-06, + "M": 0.0001061811635736376, + "O": 3.4112112189177424e-05, + "W": 3.020976919287932e-06, + "N": 9.062066965270787e-05, + "Y": 0.0016767848283052444, + "U": 1.5404233408844448e-06, + "K": 7.018668111413717e-05, + "L": 1.2382820386847015e-06, + "G": 0.0002628947841003537, + "F": 0.00292058102786541, + "E": 0.00105983333196491, + "T": 0.0013176242355257273, + "P": 0.2778473496437073, + "-": 0.713789165019989 + }, + "id": "tp_15437" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1929630, + "label": "-", + "classification": { + "B": 3.407862720905541e-07, + "S": 1.0957555787172168e-06, + "I": 0.0019492662977427244, + "C": 6.930757081136107e-05, + "R": 7.3277801675430965e-06, + "M": 4.047110633109696e-05, + "O": 3.0267667170846835e-05, + "W": 1.6448565247628721e-06, + "N": 0.00015840593550819904, + "Y": 0.0007979040965437889, + "U": 1.4032714261702495e-06, + "K": 1.92632414837135e-05, + "L": 1.3021630138609908e-06, + "G": 0.00024112258688546717, + "F": 0.0012964594643563032, + "E": 0.0010019299807026982, + "T": 0.00045509010669775307, + "P": 0.477904736995697, + "-": 0.5160226821899414 + }, + "id": "tp_15438" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1929763, + "label": "-", + "classification": { + "B": 0.0004051816067658365, + "S": 2.5350042051286437e-05, + "I": 0.01981297880411148, + "C": 0.0026925471611320972, + "R": 0.00036275017191655934, + "M": 0.005156946834176779, + "O": 0.0007587909349240363, + "W": 5.794763274025172e-05, + "N": 0.0007723290473222733, + "Y": 0.008653193712234497, + "U": 4.329824514570646e-05, + "K": 7.297442607523408e-06, + "L": 0.0003787458117585629, + "G": 0.0053109657019376755, + "F": 0.001888130558654666, + "E": 0.009052549488842487, + "T": 0.005995490588247776, + "P": 0.4608224630355835, + "-": 0.4778030216693878 + }, + "id": "tp_15439" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1929897, + "label": "P", + "classification": { + "B": 6.569517427124083e-05, + "S": 6.282616232056171e-05, + "I": 0.03191729635000229, + "C": 0.0025842911563813686, + "R": 0.0002287874522153288, + "M": 0.002411557361483574, + "O": 0.00033468767651356757, + "W": 5.867630898137577e-05, + "N": 0.002613255986943841, + "Y": 0.008743282407522202, + "U": 7.201852713478729e-05, + "K": 0.00040247084689326584, + "L": 6.959297024877742e-05, + "G": 0.002119043841958046, + "F": 0.005576312076300383, + "E": 0.015611999668180943, + "T": 0.004947811830788851, + "P": 0.5104687809944153, + "-": 0.41171160340309143 + }, + "id": "tp_15440" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1930030, + "label": "-", + "classification": { + "B": 2.2574229660676792e-05, + "S": 8.418191100645345e-06, + "I": 0.0024206836242228746, + "C": 0.0002494493091944605, + "R": 8.10268975328654e-05, + "M": 0.001457930775359273, + "O": 0.00015984878700692207, + "W": 7.482211913156789e-06, + "N": 6.909116928000003e-05, + "Y": 0.02766858972609043, + "U": 6.619321084144758e-06, + "K": 3.568175088730641e-05, + "L": 4.10015054512769e-05, + "G": 0.005535053554922342, + "F": 0.004118241835385561, + "E": 0.001926667639054358, + "T": 0.00743126729503274, + "P": 0.05543817952275276, + "-": 0.8933221697807312 + }, + "id": "tp_15441" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1930130, + "label": "-", + "classification": { + "B": 2.87359125650255e-06, + "S": 8.619547884336498e-07, + "I": 1.6492498616571538e-05, + "C": 1.3550525181926787e-06, + "R": 1.5407525211230677e-07, + "M": 0.00020646306802518666, + "O": 1.8204817024525255e-05, + "W": 7.773489869578043e-07, + "N": 9.224260679729923e-07, + "Y": 0.000472392508527264, + "U": 6.461653612177543e-08, + "K": 9.014731858769665e-07, + "L": 1.5793353895787732e-06, + "G": 8.725038060219958e-05, + "F": 0.0011711826082319021, + "E": 0.0003294016933068633, + "T": 0.0002559064014349133, + "P": 0.05562978982925415, + "-": 0.9418033957481384 + }, + "id": "tp_15442" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1930264, + "label": "-", + "classification": { + "B": 9.534334094496444e-05, + "S": 0.0002345648390473798, + "I": 0.012106596492230892, + "C": 0.0021333431359380484, + "R": 0.0007819077582098544, + "M": 0.0035404942464083433, + "O": 0.00127299758605659, + "W": 0.0002978772099595517, + "N": 0.001404550508596003, + "Y": 0.0842309296131134, + "U": 8.464643906336278e-05, + "K": 0.003309905994683504, + "L": 9.996108565246686e-05, + "G": 0.0073133897967636585, + "F": 0.013806415721774101, + "E": 0.007603775709867477, + "T": 0.02855876460671425, + "P": 0.07325071096420288, + "-": 0.7598738074302673 + }, + "id": "tp_15443" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1930397, + "label": "-", + "classification": { + "B": 5.750625575728918e-08, + "S": 3.033848372524517e-08, + "I": 0.00021416934032458812, + "C": 4.901480861008167e-05, + "R": 2.2684910163661698e-06, + "M": 2.8142594601376913e-05, + "O": 4.958252702635946e-06, + "W": 1.4110085544416506e-07, + "N": 3.026849071829929e-06, + "Y": 0.0003869716019835323, + "U": 1.5426824973019393e-07, + "K": 1.0426417702547042e-06, + "L": 2.175829791895012e-07, + "G": 3.650472717708908e-05, + "F": 0.00014476905926130712, + "E": 0.00017276624566875398, + "T": 0.0002264144568471238, + "P": 0.046188969165086746, + "-": 0.952540397644043 + }, + "id": "tp_15444" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1930531, + "label": "-", + "classification": { + "B": 3.5042450718947293e-08, + "S": 9.610710449692306e-09, + "I": 0.00011260947212576866, + "C": 2.311162688783952e-06, + "R": 1.58118027115961e-07, + "M": 2.89131253339292e-06, + "O": 7.544151685578981e-07, + "W": 5.041072270728364e-08, + "N": 2.821861244228785e-06, + "Y": 8.81415544427e-05, + "U": 4.719598223346111e-08, + "K": 2.798951072691125e-06, + "L": 1.7061397628026498e-08, + "G": 1.934723331942223e-05, + "F": 0.0003757845261134207, + "E": 0.00019685363804455847, + "T": 4.022623397759162e-05, + "P": 0.2898213565349579, + "-": 0.7093337774276733 + }, + "id": "tp_15445" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1930631, + "label": "-", + "classification": { + "B": 6.553533603437245e-05, + "S": 1.2136745681345928e-05, + "I": 0.016615917906165123, + "C": 0.0010907436953857541, + "R": 0.0002694007125683129, + "M": 0.0025464603677392006, + "O": 0.00022683045244775712, + "W": 2.140797550964635e-05, + "N": 0.0004780381568707526, + "Y": 0.02467668056488037, + "U": 2.5934994482668117e-05, + "K": 8.038076339289546e-05, + "L": 8.499614341417328e-05, + "G": 0.009285678155720234, + "F": 0.006449337583035231, + "E": 0.010477271862328053, + "T": 0.007896492257714272, + "P": 0.24847570061683655, + "-": 0.6712210774421692 + }, + "id": "tp_15446" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1930764, + "label": "-", + "classification": { + "B": 1.5610523405484855e-05, + "S": 7.562388418591581e-06, + "I": 0.06749682128429413, + "C": 0.002429959364235401, + "R": 0.00022574991453438997, + "M": 0.0023835862521082163, + "O": 0.00015419984993059188, + "W": 1.4117330465523992e-05, + "N": 0.0007048720144666731, + "Y": 0.03155497461557388, + "U": 1.2847112884628586e-05, + "K": 3.9086255128495395e-05, + "L": 5.7322438806295395e-05, + "G": 0.004390682093799114, + "F": 0.002889301162213087, + "E": 0.0123606501147151, + "T": 0.008899945765733719, + "P": 0.2637476921081543, + "-": 0.6026149988174438 + }, + "id": "tp_15447" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1930898, + "label": "-", + "classification": { + "B": 0.00014131545322015882, + "S": 7.84340863901889e-06, + "I": 0.005079321563243866, + "C": 0.0005888680461794138, + "R": 0.00010951465810649097, + "M": 0.005695502273738384, + "O": 0.000595935620367527, + "W": 1.5309884474845603e-05, + "N": 6.0383845266187564e-05, + "Y": 0.010406870394945145, + "U": 5.220856564847054e-06, + "K": 3.28782164160657e-07, + "L": 0.00037398331915028393, + "G": 0.007030200213193893, + "F": 0.0005479755927808583, + "E": 0.0012226568069308996, + "T": 0.010722503997385502, + "P": 0.09276092797517776, + "-": 0.8646354079246521 + }, + "id": "tp_15448" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1931031, + "label": "P", + "classification": { + "B": 3.422673700015366e-08, + "S": 9.978760573403633e-08, + "I": 9.667039557825774e-05, + "C": 3.4902348033938324e-07, + "R": 5.153264126533941e-08, + "M": 2.0287086499592988e-06, + "O": 7.333522376029578e-07, + "W": 5.699673266690297e-08, + "N": 4.465638994588517e-06, + "Y": 3.5636181564768776e-05, + "U": 2.3013614125488857e-08, + "K": 1.3705266610486433e-06, + "L": 1.8368641718780054e-08, + "G": 3.711127192218555e-06, + "F": 0.0003737428050953895, + "E": 5.394194886321202e-05, + "T": 5.3166109864832833e-05, + "P": 0.6453476548194885, + "-": 0.35402625799179077 + }, + "id": "tp_15449" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1931131, + "label": "-", + "classification": { + "B": 2.3578286345582455e-06, + "S": 3.871744411299005e-06, + "I": 0.000822048110421747, + "C": 4.9956070142798126e-05, + "R": 1.7715856301947497e-05, + "M": 0.0002280200569657609, + "O": 9.548509842716157e-05, + "W": 6.767508693883428e-06, + "N": 5.1835588237736374e-05, + "Y": 0.0038069055881351233, + "U": 7.078112048475305e-06, + "K": 3.909167571691796e-05, + "L": 9.616899660613853e-06, + "G": 0.0004929740098305047, + "F": 0.003431674325838685, + "E": 0.00030699255876243114, + "T": 0.002905146684497595, + "P": 0.12056458741426468, + "-": 0.8671578168869019 + }, + "id": "tp_15450" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1931265, + "label": "-", + "classification": { + "B": 1.561671347793947e-10, + "S": 5.039060280154217e-10, + "I": 1.1676904250634834e-05, + "C": 8.061947198712005e-08, + "R": 2.7395671509111708e-08, + "M": 2.8486135761340847e-07, + "O": 1.5268628317244293e-07, + "W": 1.2810583704947476e-09, + "N": 1.466030283836517e-07, + "Y": 2.0867892089881934e-05, + "U": 1.8752257524567995e-09, + "K": 8.68390372943395e-08, + "L": 1.3638824514217163e-09, + "G": 1.1823626664408948e-06, + "F": 5.5384156439686194e-05, + "E": 1.8569925259726006e-06, + "T": 3.726776412804611e-05, + "P": 0.08716371655464172, + "-": 0.9127073287963867 + }, + "id": "tp_15451" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1931398, + "label": "P", + "classification": { + "B": 2.9306518626981415e-05, + "S": 9.517373655398842e-06, + "I": 0.0036877202801406384, + "C": 8.918761159293354e-05, + "R": 1.0477901014382951e-05, + "M": 0.0002241291367681697, + "O": 5.225119457463734e-05, + "W": 9.393369509780314e-06, + "N": 0.00025215765344910324, + "Y": 0.000623555388301611, + "U": 4.8344531933253165e-06, + "K": 3.053161344723776e-05, + "L": 9.816454621613957e-06, + "G": 0.0005647155921906233, + "F": 0.00416190130636096, + "E": 0.0048299627378582954, + "T": 0.0003072622639592737, + "P": 0.8066349029541016, + "-": 0.1784682273864746 + }, + "id": "tp_15452" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1931532, + "label": "P", + "classification": { + "B": 6.0529248003149405e-05, + "S": 5.247126864560414e-06, + "I": 0.005154553335160017, + "C": 0.00016346965276170522, + "R": 2.189545557484962e-05, + "M": 0.0009043753379955888, + "O": 0.00013146358833182603, + "W": 6.7707323978538625e-06, + "N": 0.00023053510813042521, + "Y": 0.001965360250324011, + "U": 4.658158559323056e-06, + "K": 3.978680069849361e-06, + "L": 2.5841700335149653e-05, + "G": 0.0013774336548522115, + "F": 0.0018708583666011691, + "E": 0.002613148419186473, + "T": 0.0016807436477392912, + "P": 0.5314361453056335, + "-": 0.4523429870605469 + }, + "id": "tp_15453" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1931632, + "label": "-", + "classification": { + "B": 1.2751932445098646e-05, + "S": 8.659306445224502e-07, + "I": 0.0007562357350252569, + "C": 6.21689687250182e-05, + "R": 7.177040970418602e-06, + "M": 0.00044686574256047606, + "O": 7.329523214139044e-05, + "W": 1.3055637282377575e-06, + "N": 1.188557598652551e-05, + "Y": 0.0008304155198857188, + "U": 1.28905833207682e-06, + "K": 2.7195106611088704e-08, + "L": 4.0069811802823097e-05, + "G": 0.0004761496966239065, + "F": 0.00024868041509762406, + "E": 0.00028130903956480324, + "T": 0.0013137328205630183, + "P": 0.2763212025165558, + "-": 0.7191145420074463 + }, + "id": "tp_15454" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1931765, + "label": "-", + "classification": { + "B": 1.0631897566781845e-06, + "S": 9.75247871792817e-07, + "I": 8.782067015999928e-05, + "C": 1.0603550435916986e-05, + "R": 1.5546415852440987e-06, + "M": 0.00016105486429296434, + "O": 1.8221360733150505e-05, + "W": 3.9186713252092886e-07, + "N": 3.539925955919898e-06, + "Y": 0.002124510705471039, + "U": 1.7060440882232797e-07, + "K": 9.60538386607368e-07, + "L": 3.013978584931465e-06, + "G": 0.00045269413385540247, + "F": 0.0035768698435276747, + "E": 0.00026125909062102437, + "T": 0.0009931969689205289, + "P": 0.06435569375753403, + "-": 0.9279464483261108 + }, + "id": "tp_15455" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1931899, + "label": "-", + "classification": { + "B": 1.1766156404746653e-07, + "S": 9.648606180689967e-08, + "I": 0.0010433228453621268, + "C": 9.997042070608586e-06, + "R": 7.997789452929283e-07, + "M": 1.2949798474437557e-05, + "O": 4.489488674153108e-06, + "W": 1.849773951789757e-07, + "N": 2.5497196475043893e-05, + "Y": 0.00012379165855236351, + "U": 1.7612664748867246e-07, + "K": 2.1730463686253643e-06, + "L": 1.8720764671797951e-07, + "G": 3.8749989471398294e-05, + "F": 0.0002954060910269618, + "E": 0.0002448204904794693, + "T": 0.00014131884381640702, + "P": 0.47840893268585205, + "-": 0.5196470618247986 + }, + "id": "tp_15456" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1932032, + "label": "-", + "classification": { + "B": 0.00011512840137584135, + "S": 7.946074447318097e-07, + "I": 3.688293509185314e-05, + "C": 1.136166474680067e-06, + "R": 6.838961752464456e-08, + "M": 0.0002504158183000982, + "O": 9.868795314105228e-05, + "W": 6.461937118729111e-07, + "N": 4.789571903529577e-07, + "Y": 1.9731096472241916e-05, + "U": 1.6983534578685067e-08, + "K": 6.316147604934486e-11, + "L": 2.401048732281197e-05, + "G": 3.5034910979447886e-05, + "F": 2.401247911620885e-05, + "E": 3.231078153476119e-05, + "T": 0.00012104825873393565, + "P": 0.1862591654062271, + "-": 0.8129804730415344 + }, + "id": "tp_15457" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1932132, + "label": "-", + "classification": { + "B": 5.644451306352494e-08, + "S": 3.4222136235939615e-08, + "I": 0.00021692694281227887, + "C": 1.1506781447678804e-06, + "R": 3.4534403425823257e-07, + "M": 9.933234650816303e-06, + "O": 1.862789758888539e-06, + "W": 6.311112343837522e-08, + "N": 3.5140872114425292e-06, + "Y": 0.0008701009210199118, + "U": 4.349638871303796e-08, + "K": 1.2779455573763698e-06, + "L": 5.4882747235751594e-08, + "G": 9.557578596286476e-05, + "F": 0.00018457500846125185, + "E": 7.702563743805513e-05, + "T": 0.0003423800808377564, + "P": 0.20027272403240204, + "-": 0.7979224324226379 + }, + "id": "tp_15458" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1932266, + "label": "-", + "classification": { + "B": 8.327411705977283e-06, + "S": 1.2029838671878679e-06, + "I": 2.1087396817165427e-05, + "C": 9.815303201321512e-07, + "R": 1.4486660404600116e-07, + "M": 6.208301056176424e-05, + "O": 2.691345798666589e-05, + "W": 1.1307131444482366e-06, + "N": 4.396915187498962e-07, + "Y": 8.15683015389368e-05, + "U": 3.023571082394483e-08, + "K": 4.9311301708598876e-09, + "L": 3.845702849503141e-06, + "G": 3.1271651096176356e-05, + "F": 0.00035472310264594853, + "E": 3.489905793685466e-05, + "T": 6.579541513929144e-05, + "P": 0.16097335517406464, + "-": 0.8383322358131409 + }, + "id": "tp_15459" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1932399, + "label": "-", + "classification": { + "B": 2.142083076250856e-06, + "S": 1.1564661406282539e-07, + "I": 0.0010243789292871952, + "C": 1.9602075553848408e-05, + "R": 1.6503320239280583e-06, + "M": 0.0012228396954014897, + "O": 1.671912286838051e-05, + "W": 1.510829861217644e-07, + "N": 3.340939656482078e-06, + "Y": 0.002445000456646085, + "U": 7.105835919674064e-08, + "K": 5.491676802193979e-08, + "L": 4.912207714369288e-06, + "G": 0.0008428272558376193, + "F": 0.00018342366092838347, + "E": 0.0009241898078471422, + "T": 0.0018204704392701387, + "P": 0.06627386808395386, + "-": 0.9252141714096069 + }, + "id": "tp_15460" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1932533, + "label": "-", + "classification": { + "B": 1.0101572911480616e-07, + "S": 2.534080856264609e-08, + "I": 6.664211105089635e-05, + "C": 1.701514179330843e-06, + "R": 1.7551886344335799e-07, + "M": 5.019528998673195e-06, + "O": 1.2446216715034097e-06, + "W": 4.3895536094851195e-08, + "N": 1.057902636603103e-06, + "Y": 0.00016570594743825495, + "U": 5.7793101859715534e-08, + "K": 7.78360487174723e-08, + "L": 1.769492996572808e-07, + "G": 3.6197110603097826e-05, + "F": 0.00024848838802427053, + "E": 4.016008460894227e-05, + "T": 0.00011420408554840833, + "P": 0.29430249333381653, + "-": 0.7050163745880127 + }, + "id": "tp_15461" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1932633, + "label": "-", + "classification": { + "B": 6.610557240493975e-11, + "S": 9.16107675830169e-11, + "I": 0.00035054379259236157, + "C": 8.525052521690668e-07, + "R": 3.955640082153877e-08, + "M": 1.3699261671717977e-06, + "O": 1.2325808995683474e-07, + "W": 4.542656528716549e-10, + "N": 3.543604236710962e-07, + "Y": 0.0008809581631794572, + "U": 8.022028874510312e-11, + "K": 1.55826711534246e-08, + "L": 5.355917376270725e-10, + "G": 6.761571512470255e-06, + "F": 1.7307278540101834e-05, + "E": 7.908954103186261e-06, + "T": 3.952441329602152e-05, + "P": 0.06664001196622849, + "-": 0.9320542216300964 + }, + "id": "tp_15462" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1932766, + "label": "-", + "classification": { + "B": 1.0297895869371132e-07, + "S": 6.220980708349089e-08, + "I": 0.00012397675891406834, + "C": 1.1790123608079739e-05, + "R": 1.070496750799066e-06, + "M": 2.913328899012413e-05, + "O": 4.13424913858762e-06, + "W": 1.903073467701688e-07, + "N": 2.4687390123290243e-06, + "Y": 0.00048804344260133803, + "U": 1.9014080976376135e-07, + "K": 4.771877115672396e-07, + "L": 6.429093559745525e-07, + "G": 7.986934360815212e-05, + "F": 0.0013618826633319259, + "E": 6.348305760184303e-05, + "T": 0.0002587025228422135, + "P": 0.24093133211135864, + "-": 0.7566422820091248 + }, + "id": "tp_15463" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1932900, + "label": "-", + "classification": { + "B": 2.6476973289391026e-06, + "S": 1.7654666635280591e-06, + "I": 0.01007650326937437, + "C": 0.00019620104285422713, + "R": 5.7828077842714265e-05, + "M": 0.000876723846886307, + "O": 6.833615771029145e-05, + "W": 3.2580283004790545e-06, + "N": 0.00011510109470691532, + "Y": 0.013133593834936619, + "U": 3.1924780614644988e-06, + "K": 5.494230208569206e-06, + "L": 1.6797086573205888e-05, + "G": 0.0019046077504754066, + "F": 0.0014297370798885822, + "E": 0.0007298357086256146, + "T": 0.008635670877993107, + "P": 0.2615866959095001, + "-": 0.7011560797691345 + }, + "id": "tp_15464" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1933033, + "label": "P", + "classification": { + "B": 0.000996885821223259, + "S": 0.00025477923918515444, + "I": 0.029135217890143394, + "C": 0.0020661333110183477, + "R": 0.0005652276449836791, + "M": 0.0030146583449095488, + "O": 0.0013397304574027658, + "W": 0.00036085242754779756, + "N": 0.002426559804007411, + "Y": 0.012906127609312534, + "U": 0.00028580109938047826, + "K": 0.0003047168720513582, + "L": 0.0005226653884164989, + "G": 0.006651624571532011, + "F": 0.006013802718371153, + "E": 0.01233679335564375, + "T": 0.00930839218199253, + "P": 0.5282405018806458, + "-": 0.3832695186138153 + }, + "id": "tp_15465" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1933133, + "label": "-", + "classification": { + "B": 1.2130552704547881e-06, + "S": 2.569766479609825e-07, + "I": 8.965235610958189e-05, + "C": 3.196755415046937e-06, + "R": 2.7174465344614873e-07, + "M": 5.607220373349264e-05, + "O": 5.276694082567701e-06, + "W": 2.664312148681347e-07, + "N": 3.7950321711832657e-06, + "Y": 0.00047263302258215845, + "U": 1.6530410107407079e-07, + "K": 8.682078259880655e-06, + "L": 5.87849115163408e-07, + "G": 0.0002437652146909386, + "F": 0.003747479524463415, + "E": 0.0015746908029541373, + "T": 0.00016373225662391633, + "P": 0.25493761897087097, + "-": 0.7386906743049622 + }, + "id": "tp_15466" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1933267, + "label": "-", + "classification": { + "B": 2.540707715829177e-13, + "S": 2.888944508963598e-13, + "I": 3.707747353587365e-08, + "C": 6.577873246094157e-10, + "R": 2.31015970242332e-11, + "M": 1.4391036140537494e-09, + "O": 3.5362399120053567e-10, + "W": 2.2251436804232583e-12, + "N": 1.4538632797655993e-10, + "Y": 7.30040994767478e-07, + "U": 2.973824962324012e-12, + "K": 3.377014223815422e-10, + "L": 2.2099845824880004e-12, + "G": 1.1935283872333002e-08, + "F": 1.0999227015418e-05, + "E": 2.537696985882576e-08, + "T": 3.397159957785334e-07, + "P": 0.029004281386733055, + "-": 0.970983624458313 + }, + "id": "tp_15467" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1933400, + "label": "-", + "classification": { + "B": 6.622217796348195e-08, + "S": 1.0831278096645747e-08, + "I": 1.2278569556656294e-05, + "C": 3.441183764607558e-07, + "R": 4.048420620961224e-08, + "M": 1.0559396059761639e-06, + "O": 7.69152904922521e-07, + "W": 3.9851691724379634e-08, + "N": 2.9797951128784916e-07, + "Y": 3.545867366483435e-05, + "U": 2.9133770951261795e-08, + "K": 2.972900574604864e-07, + "L": 2.7185201645352208e-08, + "G": 7.303793154278537e-06, + "F": 0.00029730709502473474, + "E": 1.274819987884257e-05, + "T": 3.0004866857780144e-05, + "P": 0.18272480368614197, + "-": 0.8168771862983704 + }, + "id": "tp_15468" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1933500, + "label": "-", + "classification": { + "B": 5.7238754379795864e-05, + "S": 7.303350230358774e-06, + "I": 0.006832558196038008, + "C": 0.0013502262299880385, + "R": 0.00014604472380597144, + "M": 0.0012927110074087977, + "O": 0.00021856010425835848, + "W": 1.9678092940011993e-05, + "N": 0.0002719211333896965, + "Y": 0.004911556374281645, + "U": 3.9136353734647855e-05, + "K": 3.4717158996500075e-05, + "L": 9.19974991120398e-05, + "G": 0.003706937190145254, + "F": 0.0036062251310795546, + "E": 0.005040713585913181, + "T": 0.002234871033579111, + "P": 0.3686094284057617, + "-": 0.6015281081199646 + }, + "id": "tp_15469" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1933634, + "label": "P", + "classification": { + "B": 8.941154483466107e-09, + "S": 1.3135917242834694e-08, + "I": 0.0580810084939003, + "C": 3.011756177784264e-07, + "R": 2.8181867506305025e-08, + "M": 2.7054441034124466e-06, + "O": 1.505850093508343e-07, + "W": 3.4789526814904548e-09, + "N": 0.00020123185822740197, + "Y": 0.00028522772481665015, + "U": 1.9447740640110567e-10, + "K": 6.84801406691804e-08, + "L": 8.505139925674143e-10, + "G": 1.2729953596135601e-05, + "F": 3.7913953292445512e-06, + "E": 0.0004788161313626915, + "T": 7.22726690582931e-05, + "P": 0.9282554388046265, + "-": 0.01260625571012497 + }, + "id": "tp_15470" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1933767, + "label": "-", + "classification": { + "B": 4.4708821178574e-07, + "S": 1.4790475511006207e-08, + "I": 4.448719118954614e-05, + "C": 1.5053267361508915e-06, + "R": 3.86707171173839e-07, + "M": 1.4817265764577314e-05, + "O": 3.677533413792844e-06, + "W": 4.221619676059163e-08, + "N": 2.8416948794074415e-07, + "Y": 0.0002148618223145604, + "U": 2.4513379770496613e-08, + "K": 3.631733136444382e-08, + "L": 3.2927320603448607e-07, + "G": 6.240438233362511e-05, + "F": 0.00020348218095023185, + "E": 2.442697950755246e-05, + "T": 8.421591337537393e-05, + "P": 0.08505851030349731, + "-": 0.9142860174179077 + }, + "id": "tp_15471" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1933901, + "label": "P", + "classification": { + "B": 6.778064562240615e-05, + "S": 5.658156078425236e-05, + "I": 0.003569232067093253, + "C": 0.00010440254118293524, + "R": 3.2526782888453454e-05, + "M": 0.00033844009158201516, + "O": 0.0003667029086500406, + "W": 5.744300506194122e-05, + "N": 0.00036353027098812163, + "Y": 0.0011244381312280893, + "U": 1.8489983631297946e-05, + "K": 3.2653559173922986e-05, + "L": 5.046131263952702e-05, + "G": 0.0005961640272289515, + "F": 0.004506612662225962, + "E": 0.0019172290340065956, + "T": 0.0011319994227960706, + "P": 0.5944929122924805, + "-": 0.3911723494529724 + }, + "id": "tp_15472" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1934001, + "label": "-", + "classification": { + "B": 0.00020161054271738976, + "S": 0.00011645050108199939, + "I": 0.016743281856179237, + "C": 0.001965244999155402, + "R": 0.0007232321659103036, + "M": 0.002710073022171855, + "O": 0.0010640444234013557, + "W": 0.00021830743935424834, + "N": 0.0017444113036617637, + "Y": 0.012550915591418743, + "U": 0.0003076283319387585, + "K": 0.0005938800168223679, + "L": 0.000325908389640972, + "G": 0.004646440967917442, + "F": 0.00869698915630579, + "E": 0.008763437159359455, + "T": 0.010274762287735939, + "P": 0.33794069290161133, + "-": 0.5904127359390259 + }, + "id": "tp_15473" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1934134, + "label": "-", + "classification": { + "B": 0.00030012958450242877, + "S": 8.121951395878568e-06, + "I": 0.0004688554327003658, + "C": 0.00019560931832529604, + "R": 2.7880001653102227e-05, + "M": 0.0014803047524765134, + "O": 0.0002575805992819369, + "W": 1.0534860848565586e-05, + "N": 1.429051008017268e-05, + "Y": 0.0024588711094111204, + "U": 3.512948296702234e-06, + "K": 2.7920218599319924e-06, + "L": 9.421398863196373e-05, + "G": 0.0029147095046937466, + "F": 0.001501806895248592, + "E": 0.0014321808703243732, + "T": 0.00141030247323215, + "P": 0.06906770169734955, + "-": 0.9183505773544312 + }, + "id": "tp_15474" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1934268, + "label": "-", + "classification": { + "B": 1.6543162673077205e-10, + "S": 3.5514677310111153e-10, + "I": 0.0002863361150957644, + "C": 6.709258570936072e-08, + "R": 1.0925283788765228e-08, + "M": 1.280662900171592e-06, + "O": 8.257811856537955e-08, + "W": 7.013454816906517e-10, + "N": 9.178602908832545e-07, + "Y": 7.0124828198459e-05, + "U": 4.64318555826182e-10, + "K": 1.1952844936047313e-08, + "L": 7.314530092727978e-10, + "G": 1.9548533600755036e-06, + "F": 1.3658045645570382e-05, + "E": 1.3254292753117625e-05, + "T": 9.319731179857627e-05, + "P": 0.4369233250617981, + "-": 0.5625958442687988 + }, + "id": "tp_15475" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1934401, + "label": "P", + "classification": { + "B": 7.0101138227585125e-09, + "S": 7.429449500051533e-09, + "I": 0.00010185435530729592, + "C": 1.9773482051732572e-07, + "R": 8.730286715774582e-09, + "M": 7.38967401048285e-07, + "O": 1.221927448114002e-07, + "W": 1.1858285908772359e-08, + "N": 3.1447159472008934e-06, + "Y": 9.348155799671076e-06, + "U": 6.834037336034271e-09, + "K": 8.194278393602872e-07, + "L": 1.7268181329299637e-09, + "G": 1.1749151553885895e-06, + "F": 0.00014488425222225487, + "E": 0.00013447711535263807, + "T": 7.679602276766673e-06, + "P": 0.7166452407836914, + "-": 0.2829502522945404 + }, + "id": "tp_15476" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1934501, + "label": "-", + "classification": { + "B": 0.00036915121017955244, + "S": 7.658340109628625e-06, + "I": 0.002498554764315486, + "C": 8.045156573643908e-05, + "R": 1.2354719729046337e-05, + "M": 0.0006964218919165432, + "O": 0.00024089973885565996, + "W": 1.2598467037605587e-05, + "N": 8.808372513158247e-05, + "Y": 0.0007299166754819453, + "U": 4.4220055315236095e-06, + "K": 5.744850568589754e-07, + "L": 6.632676377194002e-05, + "G": 0.0008706407970748842, + "F": 0.0004948308924213052, + "E": 0.0010933459270745516, + "T": 0.0008560611749999225, + "P": 0.49033957719802856, + "-": 0.5015381574630737 + }, + "id": "tp_15477" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1934635, + "label": "I", + "classification": { + "B": 0.001124076428823173, + "S": 0.0011795536847785115, + "I": 0.3369554877281189, + "C": 0.011692815460264683, + "R": 0.0058568911626935005, + "M": 0.02024434506893158, + "O": 0.0047150300815701485, + "W": 0.001011032611131668, + "N": 0.01858939789235592, + "Y": 0.2558072507381439, + "U": 0.0002925663720816374, + "K": 0.0019257741514593363, + "L": 0.0013916762545704842, + "G": 0.030805202201008797, + "F": 0.0068520307540893555, + "E": 0.01777409017086029, + "T": 0.06652568280696869, + "P": 0.08258626610040665, + "-": 0.13467079401016235 + }, + "id": "tp_15478" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1934768, + "label": "-", + "classification": { + "B": 0.0032482370734214783, + "S": 0.003802840132266283, + "I": 0.026713818311691284, + "C": 0.005228875204920769, + "R": 0.002402032958343625, + "M": 0.014130637980997562, + "O": 0.00742518063634634, + "W": 0.004324191715568304, + "N": 0.010742648504674435, + "Y": 0.04667600616812706, + "U": 0.0021201001945883036, + "K": 0.012074564583599567, + "L": 0.0018966080388054252, + "G": 0.014676593244075775, + "F": 0.031412869691848755, + "E": 0.039738625288009644, + "T": 0.03499206528067589, + "P": 0.29310843348503113, + "-": 0.44528573751449585 + }, + "id": "tp_15479" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1934902, + "label": "P", + "classification": { + "B": 1.5698433344368823e-05, + "S": 3.909045335603878e-05, + "I": 0.007498509716242552, + "C": 0.00039186584763228893, + "R": 0.00010268471669405699, + "M": 0.0005826377309858799, + "O": 0.000248775992076844, + "W": 4.367993460618891e-05, + "N": 0.001052993698976934, + "Y": 0.012198072858154774, + "U": 1.1210170669073705e-05, + "K": 0.0019113295711576939, + "L": 2.4702780137886293e-05, + "G": 0.0040776701644063, + "F": 0.056949593126773834, + "E": 0.01843542419373989, + "T": 0.0023792609572410583, + "P": 0.49022984504699707, + "-": 0.40380701422691345 + }, + "id": "tp_15480" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1935002, + "label": "-", + "classification": { + "B": 3.4590589166327845e-06, + "S": 8.658734259370249e-06, + "I": 0.008277550339698792, + "C": 0.00046398965059779584, + "R": 6.2812257965561e-05, + "M": 0.00031246180878952146, + "O": 7.561771053588018e-05, + "W": 1.0913468031503726e-05, + "N": 0.000617985671851784, + "Y": 0.003709475276991725, + "U": 1.1390747204131912e-05, + "K": 0.00016536757175344974, + "L": 7.4627514550229535e-06, + "G": 0.0005011369939893484, + "F": 0.00402218010276556, + "E": 0.002772351959720254, + "T": 0.0019409531960263848, + "P": 0.4017840623855591, + "-": 0.5752522349357605 + }, + "id": "tp_15481" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1935135, + "label": "-", + "classification": { + "B": 5.977698947390309e-06, + "S": 2.1098747311043553e-05, + "I": 0.0043562306091189384, + "C": 0.0003405623137950897, + "R": 3.584082151064649e-05, + "M": 0.0010920650092884898, + "O": 0.00018967301002703607, + "W": 2.5298681066487916e-05, + "N": 0.0002983364975079894, + "Y": 0.031575530767440796, + "U": 6.21013532509096e-06, + "K": 0.001540181110613048, + "L": 1.1183798960701097e-05, + "G": 0.0038977470248937607, + "F": 0.010774928145110607, + "E": 0.007784031331539154, + "T": 0.00904828030616045, + "P": 0.11118870973587036, + "-": 0.8178081512451172 + }, + "id": "tp_15482" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1935269, + "label": "-", + "classification": { + "B": 1.2698925274889916e-05, + "S": 1.2570382750709541e-05, + "I": 0.008225342258810997, + "C": 0.00025137796183116734, + "R": 5.703069473383948e-05, + "M": 0.0012089230585843325, + "O": 0.00015336662181653082, + "W": 1.3159975424059667e-05, + "N": 0.00039242312777787447, + "Y": 0.015388630330562592, + "U": 9.944172234099824e-06, + "K": 0.0003558872267603874, + "L": 2.3637448975932784e-05, + "G": 0.00934698898345232, + "F": 0.009125860407948494, + "E": 0.00726725859567523, + "T": 0.006121410522609949, + "P": 0.287882536649704, + "-": 0.6541509032249451 + }, + "id": "tp_15483" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1935402, + "label": "-", + "classification": { + "B": 6.576684972969815e-05, + "S": 5.095278174849227e-05, + "I": 0.01751246489584446, + "C": 0.00027000278350897133, + "R": 0.0001780006568878889, + "M": 0.002045657252892852, + "O": 0.00043774524237960577, + "W": 5.289274486131035e-05, + "N": 0.0010194338392466307, + "Y": 0.038584355264902115, + "U": 2.4725448383833282e-05, + "K": 0.0005457632360048592, + "L": 5.872318797628395e-05, + "G": 0.008027458563446999, + "F": 0.009777920320630074, + "E": 0.011744577437639236, + "T": 0.012973792850971222, + "P": 0.25350335240364075, + "-": 0.6431264281272888 + }, + "id": "tp_15484" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1935502, + "label": "-", + "classification": { + "B": 0.00038086585118435323, + "S": 0.0002287606621393934, + "I": 0.006509964819997549, + "C": 0.0009213007870130241, + "R": 0.00047136147622950375, + "M": 0.0030952144879847765, + "O": 0.0013747484190389514, + "W": 0.0004333704127930105, + "N": 0.0014091540360823274, + "Y": 0.0177573561668396, + "U": 0.00025940625346265733, + "K": 0.008873787708580494, + "L": 0.00021197366004344076, + "G": 0.009245363064110279, + "F": 0.03189842030405998, + "E": 0.022002117708325386, + "T": 0.005710868630558252, + "P": 0.2262180596590042, + "-": 0.6629979610443115 + }, + "id": "tp_15485" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1935636, + "label": "-", + "classification": { + "B": 1.0218641364190262e-06, + "S": 1.2403916116454639e-07, + "I": 0.00018932708189822733, + "C": 8.61842454469297e-06, + "R": 5.316271654010052e-07, + "M": 7.438688771799207e-05, + "O": 8.628720934211742e-06, + "W": 2.4723101432755357e-07, + "N": 3.1063304959388915e-06, + "Y": 0.0002258826425531879, + "U": 1.6214640652378876e-07, + "K": 5.006182277611515e-07, + "L": 1.181977495434694e-06, + "G": 0.00022063322830945253, + "F": 0.0007287173066288233, + "E": 0.00041017530020326376, + "T": 0.0002010925963986665, + "P": 0.17550060153007507, + "-": 0.8224249482154846 + }, + "id": "tp_15486" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1935769, + "label": "-", + "classification": { + "B": 1.3361121773414197e-06, + "S": 1.9874900658578554e-07, + "I": 0.0011017867363989353, + "C": 5.957670509815216e-05, + "R": 5.581136065302417e-06, + "M": 2.7238849725108594e-05, + "O": 1.4394824574992526e-05, + "W": 6.844717859166849e-07, + "N": 2.647373912623152e-05, + "Y": 0.0007172789773903787, + "U": 1.425869413651526e-06, + "K": 4.981015422345081e-07, + "L": 2.4946916710177902e-06, + "G": 0.00017091874906327575, + "F": 0.00039401897811330855, + "E": 0.00021558269509114325, + "T": 0.0003620469360612333, + "P": 0.38891953229904175, + "-": 0.6079789400100708 + }, + "id": "tp_15487" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1935903, + "label": "-", + "classification": { + "B": 8.966077302829945e-08, + "S": 1.1043149505951533e-08, + "I": 3.509415819280548e-06, + "C": 2.1276497363942326e-07, + "R": 1.0726727950327586e-08, + "M": 5.72097906115232e-06, + "O": 4.599314422648604e-07, + "W": 4.498983852130323e-09, + "N": 1.0257409144287521e-07, + "Y": 8.624307520221919e-05, + "U": 2.069685534067389e-09, + "K": 1.4366376888119703e-07, + "L": 2.089849893138762e-08, + "G": 3.975007712142542e-05, + "F": 0.00046237430069595575, + "E": 5.9659698308678344e-05, + "T": 4.9423226300859824e-05, + "P": 0.03659447655081749, + "-": 0.9626976847648621 + }, + "id": "tp_15488" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1936003, + "label": "-", + "classification": { + "B": 8.579784349649344e-08, + "S": 3.000515036433171e-08, + "I": 1.8908507627202198e-05, + "C": 1.808076831366634e-06, + "R": 2.1400985872332967e-07, + "M": 1.581033029651735e-05, + "O": 3.234392124795704e-06, + "W": 4.124044039599539e-08, + "N": 5.100138764646545e-07, + "Y": 0.00012119652092223987, + "U": 3.5847474322281414e-08, + "K": 9.959180147234292e-08, + "L": 1.7170053467907564e-07, + "G": 2.822896931320429e-05, + "F": 0.00012806618178728968, + "E": 1.0341175766370725e-05, + "T": 0.00020268571097403765, + "P": 0.08887927979230881, + "-": 0.9105891585350037 + }, + "id": "tp_15489" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1936136, + "label": "-", + "classification": { + "B": 5.48961395452352e-07, + "S": 1.0644770753742705e-07, + "I": 5.398550638346933e-05, + "C": 2.162624923585099e-06, + "R": 1.1112408060398593e-07, + "M": 2.7214826332055964e-05, + "O": 3.332851747472887e-06, + "W": 1.2735628729387827e-07, + "N": 1.885129449874512e-06, + "Y": 0.0004345538327470422, + "U": 4.95479355322459e-08, + "K": 3.909563019988127e-06, + "L": 1.8076360674967873e-07, + "G": 0.0002624141052365303, + "F": 0.0018576332367956638, + "E": 0.0006807377212680876, + "T": 0.00010573679901426658, + "P": 0.11856239289045334, + "-": 0.878002941608429 + }, + "id": "tp_15490" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1936270, + "label": "-", + "classification": { + "B": 6.509904324047966e-06, + "S": 3.340644525451353e-06, + "I": 0.004605557303875685, + "C": 0.00016991917800623924, + "R": 4.977529533789493e-05, + "M": 0.0008628895157016814, + "O": 0.00010408936213934794, + "W": 6.028836196492193e-06, + "N": 9.430812497157604e-05, + "Y": 0.01634388044476509, + "U": 4.426517079991754e-06, + "K": 1.5942689060466364e-05, + "L": 2.1115738491062075e-05, + "G": 0.0031197608914226294, + "F": 0.004235399421304464, + "E": 0.0009678842034190893, + "T": 0.008171993307769299, + "P": 0.15396748483181, + "-": 0.8072497248649597 + }, + "id": "tp_15491" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1936403, + "label": "-", + "classification": { + "B": 1.0118393589664265e-07, + "S": 3.715815566351921e-08, + "I": 0.00022828992223367095, + "C": 4.419054221216356e-06, + "R": 7.791514349264617e-07, + "M": 2.3066515495884232e-05, + "O": 4.289004664315144e-06, + "W": 1.363972614853992e-07, + "N": 3.3882970456033945e-06, + "Y": 0.00030885502928867936, + "U": 1.043785289311927e-07, + "K": 5.515745442608022e-07, + "L": 1.5400276254240453e-07, + "G": 5.0765866035362706e-05, + "F": 0.00016904293443076313, + "E": 5.741526547353715e-05, + "T": 0.00035459184437058866, + "P": 0.16565357148647308, + "-": 0.8331404328346252 + }, + "id": "tp_15492" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1936503, + "label": "P", + "classification": { + "B": 1.233863599736651e-06, + "S": 4.1839939513010904e-08, + "I": 0.0020381470676511526, + "C": 1.0151309652428608e-05, + "R": 1.3851212088411557e-07, + "M": 7.02474335412262e-06, + "O": 2.894816191201244e-07, + "W": 5.458508667288697e-08, + "N": 4.153832560405135e-05, + "Y": 9.48816305026412e-05, + "U": 8.816557794943947e-08, + "K": 3.4018230508081615e-06, + "L": 7.505141752517375e-08, + "G": 0.0001521859667263925, + "F": 0.00032307070796377957, + "E": 0.02222481369972229, + "T": 1.8232411093777046e-05, + "P": 0.9473227262496948, + "-": 0.027761856094002724 + }, + "id": "tp_15493" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1936637, + "label": "P", + "classification": { + "B": 8.404649997828528e-05, + "S": 8.209361840272322e-05, + "I": 0.004822420887649059, + "C": 0.00015398456889670342, + "R": 3.237396231270395e-05, + "M": 0.0011307256063446403, + "O": 0.0002783308154903352, + "W": 3.820366328000091e-05, + "N": 0.0008493537316098809, + "Y": 0.002371438778936863, + "U": 2.1044172171968967e-05, + "K": 0.00014074509090278298, + "L": 5.3761348681291565e-05, + "G": 0.0016116811893880367, + "F": 0.0085091982036829, + "E": 0.007489933166652918, + "T": 0.0020695796702057123, + "P": 0.6930403113365173, + "-": 0.2772207260131836 + }, + "id": "tp_15494" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1936770, + "label": "-", + "classification": { + "B": 5.739945208915742e-06, + "S": 2.5303988877567463e-06, + "I": 0.006767554208636284, + "C": 0.0003823978186119348, + "R": 4.4891123252455145e-05, + "M": 0.00024193190620280802, + "O": 6.180563650559634e-05, + "W": 6.659100563410902e-06, + "N": 0.0003374957595951855, + "Y": 0.0021084919571876526, + "U": 8.070778676483314e-06, + "K": 3.357988680363633e-05, + "L": 6.464151283580577e-06, + "G": 0.0006076680147089064, + "F": 0.0009705382981337607, + "E": 0.0035682085435837507, + "T": 0.0012343369890004396, + "P": 0.4500163197517395, + "-": 0.5335953235626221 + }, + "id": "tp_15495" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1936904, + "label": "-", + "classification": { + "B": 7.407068380871351e-08, + "S": 2.810673827013943e-08, + "I": 0.0003288103616796434, + "C": 2.838654609149671e-06, + "R": 2.595875230326783e-07, + "M": 1.70510229509091e-05, + "O": 2.4270320864161476e-06, + "W": 5.150124593455985e-08, + "N": 3.4399320156808244e-06, + "Y": 0.00015582056948915124, + "U": 2.5426007965734243e-08, + "K": 1.1156024015690491e-07, + "L": 1.4150549532132572e-07, + "G": 5.557802796829492e-05, + "F": 0.0001356855791527778, + "E": 0.00019989503198303282, + "T": 0.00011786757386289537, + "P": 0.4173535704612732, + "-": 0.581626296043396 + }, + "id": "tp_15496" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1937004, + "label": "-", + "classification": { + "B": 3.92104340107835e-08, + "S": 1.6785727252610627e-09, + "I": 5.5188451369758695e-05, + "C": 8.729424649800421e-08, + "R": 6.5058829434860854e-09, + "M": 1.7190075141115813e-06, + "O": 2.589997336599481e-07, + "W": 1.692070261682943e-09, + "N": 1.9370270365470788e-07, + "Y": 1.5666593753849156e-05, + "U": 3.847767382492151e-10, + "K": 2.2552353040605766e-10, + "L": 1.48114667197774e-08, + "G": 4.642560270440299e-06, + "F": 8.860486559569836e-06, + "E": 2.0259198208805174e-05, + "T": 1.2643012269109022e-05, + "P": 0.4482141137123108, + "-": 0.5516662001609802 + }, + "id": "tp_15497" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1937137, + "label": "-", + "classification": { + "B": 3.162184327720752e-07, + "S": 7.51596189729753e-08, + "I": 0.000566389411687851, + "C": 0.00014015946362633258, + "R": 1.3443770512822084e-05, + "M": 4.359796366770752e-05, + "O": 7.669144906685688e-06, + "W": 2.4047639612945204e-07, + "N": 7.359444225585321e-06, + "Y": 0.001050286111421883, + "U": 1.1354107982697315e-06, + "K": 4.701759280578699e-06, + "L": 1.3646099432662595e-06, + "G": 0.0004092141753062606, + "F": 0.0012485792394727468, + "E": 0.0002092650393024087, + "T": 0.00046129568363539875, + "P": 0.1100255474448204, + "-": 0.8858094215393066 + }, + "id": "tp_15498" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1937271, + "label": "-", + "classification": { + "B": 8.672495823702775e-07, + "S": 9.49387128912349e-08, + "I": 0.00017696060240268707, + "C": 6.914894129295135e-06, + "R": 9.68137555901194e-07, + "M": 5.6036311434581876e-05, + "O": 1.0658592145773582e-05, + "W": 2.1213418222032487e-07, + "N": 5.3602075240632985e-06, + "Y": 0.0006206081015989184, + "U": 1.6954768966570555e-07, + "K": 5.95986534790427e-07, + "L": 1.1604528253883473e-06, + "G": 0.0002805280964821577, + "F": 0.0005972164217382669, + "E": 0.0003370233462192118, + "T": 0.000304991815937683, + "P": 0.2447413057088852, + "-": 0.7528583407402039 + }, + "id": "tp_15499" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1937404, + "label": "-", + "classification": { + "B": 1.5354567949543707e-05, + "S": 3.475209086900577e-05, + "I": 0.003698166459798813, + "C": 0.00019840453751385212, + "R": 3.1804360332898796e-05, + "M": 0.0007381003815680742, + "O": 0.00019959274504799396, + "W": 2.8976652174605988e-05, + "N": 0.00047561945393681526, + "Y": 0.0028430167585611343, + "U": 2.5950066628865898e-05, + "K": 0.0001535791379865259, + "L": 2.5037847080966458e-05, + "G": 0.0006637548794969916, + "F": 0.004746106453239918, + "E": 0.002934654476121068, + "T": 0.003908233251422644, + "P": 0.3446219265460968, + "-": 0.6346569657325745 + }, + "id": "tp_15500" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1937504, + "label": "-", + "classification": { + "B": 0.002197085414081812, + "S": 0.00029234745306894183, + "I": 0.0017768122488632798, + "C": 0.00044328984222374856, + "R": 0.0003351112245582044, + "M": 0.0039059745613485575, + "O": 0.00353659363463521, + "W": 0.00029693753458559513, + "N": 0.00024801460676826537, + "Y": 0.008608125150203705, + "U": 5.453741323435679e-05, + "K": 1.7135724192485213e-05, + "L": 0.0012508896179497242, + "G": 0.005832795053720474, + "F": 0.006773266009986401, + "E": 0.001372364116832614, + "T": 0.009828547015786171, + "P": 0.15724900364875793, + "-": 0.7959810495376587 + }, + "id": "tp_15501" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1937638, + "label": "P", + "classification": { + "B": 5.72043916235998e-07, + "S": 3.6188765761835384e-07, + "I": 0.0033325115218758583, + "C": 5.593835794570623e-06, + "R": 1.932517989189364e-06, + "M": 3.70725138054695e-05, + "O": 8.814718057692517e-06, + "W": 6.414302902157942e-07, + "N": 7.147705764509737e-05, + "Y": 0.0013320273719727993, + "U": 2.758488903964462e-07, + "K": 6.2645003708894365e-06, + "L": 3.659740173134196e-07, + "G": 9.696889173937961e-05, + "F": 0.000777802022639662, + "E": 0.00038166917511262, + "T": 0.00040120299672707915, + "P": 0.5561848282814026, + "-": 0.4373595714569092 + }, + "id": "tp_15502" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1937771, + "label": "-", + "classification": { + "B": 9.62111444096081e-05, + "S": 3.270230445195921e-05, + "I": 0.0046853902749717236, + "C": 0.0005100613925606012, + "R": 9.787081944523379e-05, + "M": 0.0007525731343775988, + "O": 0.000259963795542717, + "W": 3.647854464361444e-05, + "N": 0.0005179148865863681, + "Y": 0.007198138628154993, + "U": 2.335934004804585e-05, + "K": 0.0002927430614363402, + "L": 8.02570502855815e-05, + "G": 0.013777084648609161, + "F": 0.03443446755409241, + "E": 0.015213807113468647, + "T": 0.004093927331268787, + "P": 0.44243964552879333, + "-": 0.47545745968818665 + }, + "id": "tp_15503" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1937905, + "label": "-", + "classification": { + "B": 1.9696351500897435e-06, + "S": 9.723736837941033e-08, + "I": 0.002431028289720416, + "C": 3.326158321215189e-06, + "R": 8.324616374011384e-07, + "M": 8.631163655081764e-05, + "O": 1.4022212781128474e-05, + "W": 1.1580792858012501e-07, + "N": 7.460753295163158e-06, + "Y": 0.0012980386381968856, + "U": 1.066703259056112e-08, + "K": 3.918310564898775e-09, + "L": 7.035352496131964e-07, + "G": 0.00019636073557194322, + "F": 2.5020979592227377e-05, + "E": 7.204856956377625e-05, + "T": 0.0006697095232084394, + "P": 0.3375295400619507, + "-": 0.6576634645462036 + }, + "id": "tp_15504" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1938005, + "label": "-", + "classification": { + "B": 0.0008462397963739932, + "S": 0.0007689304184168577, + "I": 0.023489227518439293, + "C": 0.0038607046008110046, + "R": 0.0018971511162817478, + "M": 0.008398842066526413, + "O": 0.003938962705433369, + "W": 0.0016846251673996449, + "N": 0.005385756958276033, + "Y": 0.05307484418153763, + "U": 0.0010496655013412237, + "K": 0.016923347488045692, + "L": 0.0008325581438839436, + "G": 0.023061638697981834, + "F": 0.03745098039507866, + "E": 0.029809197410941124, + "T": 0.023929303511977196, + "P": 0.1947261542081833, + "-": 0.5688718557357788 + }, + "id": "tp_15505" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1938138, + "label": "-", + "classification": { + "B": 1.4005037883180194e-05, + "S": 2.199120899604168e-06, + "I": 0.00026638503186404705, + "C": 1.753480319166556e-05, + "R": 2.069434458462638e-06, + "M": 0.00017127394676208496, + "O": 8.715307922102511e-05, + "W": 2.5090046165132662e-06, + "N": 4.381339294923237e-06, + "Y": 0.00012983505439478904, + "U": 3.5340192994226527e-07, + "K": 1.1193931115371925e-08, + "L": 2.255446270282846e-05, + "G": 0.00021530249796342105, + "F": 0.00016267562750726938, + "E": 5.040172254666686e-05, + "T": 0.0005834116600453854, + "P": 0.2097112089395523, + "-": 0.7885566353797913 + }, + "id": "tp_15506" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1938272, + "label": "-", + "classification": { + "B": 0.0016217834781855345, + "S": 0.00013423903146758676, + "I": 0.004520481918007135, + "C": 0.0009066041093319654, + "R": 0.00019910397531930357, + "M": 0.00280749355442822, + "O": 0.0014090078184381127, + "W": 0.00014482704864349216, + "N": 0.0004917310434393585, + "Y": 0.005281263031065464, + "U": 7.932583685033023e-05, + "K": 0.00010642561392160133, + "L": 0.00043560031917877495, + "G": 0.009691794402897358, + "F": 0.010413804091513157, + "E": 0.008073187433183193, + "T": 0.0037152140866965055, + "P": 0.3097513020038605, + "-": 0.6402168869972229 + }, + "id": "tp_15507" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1938405, + "label": "P", + "classification": { + "B": 3.3668828109512106e-05, + "S": 9.231468720827252e-05, + "I": 0.06808187812566757, + "C": 0.000637597928289324, + "R": 7.653163629584014e-05, + "M": 0.0012809238396584988, + "O": 0.0002095328673021868, + "W": 5.2961233450332657e-05, + "N": 0.01023881882429123, + "Y": 0.009153559803962708, + "U": 1.2976084690308198e-05, + "K": 0.003057953668758273, + "L": 1.4917601220076904e-05, + "G": 0.004137229640036821, + "F": 0.0077394829131662846, + "E": 0.07065792381763458, + "T": 0.0031086700037121773, + "P": 0.7218027710914612, + "-": 0.09961029887199402 + }, + "id": "tp_15508" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1938505, + "label": "P", + "classification": { + "B": 0.00023459708609152585, + "S": 0.00039685427327640355, + "I": 0.0064977919682860374, + "C": 0.0004733429232146591, + "R": 0.00013319874415174127, + "M": 0.0016664165304973722, + "O": 0.0006948843947611749, + "W": 0.0003189374983776361, + "N": 0.0035024858079850674, + "Y": 0.010681443847715855, + "U": 0.00011098435061285272, + "K": 0.01809416338801384, + "L": 9.76017108769156e-05, + "G": 0.012456921860575676, + "F": 0.06186365708708763, + "E": 0.09404875338077545, + "T": 0.005766734015196562, + "P": 0.5092537999153137, + "-": 0.27370741963386536 + }, + "id": "tp_15509" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1938639, + "label": "-", + "classification": { + "B": 0.0005746069364249706, + "S": 0.0006052418029867113, + "I": 0.00970533024519682, + "C": 0.004032815806567669, + "R": 0.0006648044800385833, + "M": 0.007248145993798971, + "O": 0.002029724419116974, + "W": 0.000768151949159801, + "N": 0.004111470188945532, + "Y": 0.025549694895744324, + "U": 0.00030139568843878806, + "K": 0.02741551212966442, + "L": 0.000550949655007571, + "G": 0.03868415206670761, + "F": 0.12437641620635986, + "E": 0.16869769990444183, + "T": 0.00958309043198824, + "P": 0.2054494470357895, + "-": 0.3696512281894684 + }, + "id": "tp_15510" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1938772, + "label": "E", + "classification": { + "B": 0.0025168010033667088, + "S": 0.005701141431927681, + "I": 0.03188709169626236, + "C": 0.012125827372074127, + "R": 0.0031753976363688707, + "M": 0.02284066751599312, + "O": 0.00907960906624794, + "W": 0.0028673161286860704, + "N": 0.011351492255926132, + "Y": 0.07788100838661194, + "U": 0.0004116999334655702, + "K": 0.033738572150468826, + "L": 0.003808411303907633, + "G": 0.14889618754386902, + "F": 0.14542610943317413, + "E": 0.2002236247062683, + "T": 0.029553940519690514, + "P": 0.07557180523872375, + "-": 0.18294326961040497 + }, + "id": "tp_15511" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1938906, + "label": "Y", + "classification": { + "B": 0.00015208745026029646, + "S": 0.0007146699936129153, + "I": 0.025441592559218407, + "C": 0.0053573474287986755, + "R": 0.001566582708619535, + "M": 0.005730436183512211, + "O": 0.0025821414310485125, + "W": 0.0007066328544169664, + "N": 0.005405225791037083, + "Y": 0.34836897253990173, + "U": 5.1882470870623365e-05, + "K": 0.024710185825824738, + "L": 0.0003996639861725271, + "G": 0.13160525262355804, + "F": 0.07654457539319992, + "E": 0.05955776572227478, + "T": 0.06622199714183807, + "P": 0.039499588310718536, + "-": 0.2053833156824112 + }, + "id": "tp_15512" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1939006, + "label": "-", + "classification": { + "B": 6.89089938532561e-05, + "S": 0.00020074192434549332, + "I": 0.002933977171778679, + "C": 0.0007281868020072579, + "R": 0.00012546166544780135, + "M": 0.0019186814315617085, + "O": 0.00042761233635246754, + "W": 0.00012118623271817341, + "N": 0.0010226054582744837, + "Y": 0.08424130827188492, + "U": 1.363473893434275e-05, + "K": 0.05496184155344963, + "L": 3.0523900932166725e-05, + "G": 0.03179004788398743, + "F": 0.1209079846739769, + "E": 0.07232023775577545, + "T": 0.01394684799015522, + "P": 0.06456826627254486, + "-": 0.5496718883514404 + }, + "id": "tp_15513" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1939139, + "label": "-", + "classification": { + "B": 0.01626482605934143, + "S": 0.0019037970341742039, + "I": 0.04762373864650726, + "C": 0.02992328256368637, + "R": 0.008324183523654938, + "M": 0.0513947568833828, + "O": 0.010426079854369164, + "W": 0.0017096201190724969, + "N": 0.004262343514710665, + "Y": 0.07396495342254639, + "U": 0.0011013447074219584, + "K": 0.0003257070202380419, + "L": 0.015676964074373245, + "G": 0.0836377739906311, + "F": 0.019062479957938194, + "E": 0.04440508782863617, + "T": 0.03979558125138283, + "P": 0.15046866238117218, + "-": 0.3997287154197693 + }, + "id": "tp_15514" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1939273, + "label": "P", + "classification": { + "B": 0.0007200904656201601, + "S": 0.000642052327748388, + "I": 0.19137944281101227, + "C": 0.008200067095458508, + "R": 0.0010456780437380075, + "M": 0.008726696483790874, + "O": 0.0018508669454604387, + "W": 0.0007527704583480954, + "N": 0.024522991850972176, + "Y": 0.04924421384930611, + "U": 0.00023971869086381048, + "K": 0.0036626397632062435, + "L": 0.0003998034808319062, + "G": 0.017154017463326454, + "F": 0.010166029445827007, + "E": 0.18672919273376465, + "T": 0.015007508918642998, + "P": 0.32890719175338745, + "-": 0.1506490558385849 + }, + "id": "tp_15515" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1939406, + "label": "P", + "classification": { + "B": 0.0008426569402217865, + "S": 0.0007102585514076054, + "I": 0.030558085069060326, + "C": 0.001709919422864914, + "R": 0.00025623070541769266, + "M": 0.005850785877555609, + "O": 0.0010827981168404222, + "W": 0.000340495869750157, + "N": 0.006626500282436609, + "Y": 0.012552278116345406, + "U": 0.0001034084998536855, + "K": 0.0016202559927478433, + "L": 0.0003500998136587441, + "G": 0.014596893452107906, + "F": 0.02660670317709446, + "E": 0.13579797744750977, + "T": 0.009190713986754417, + "P": 0.5723530054092407, + "-": 0.1788509339094162 + }, + "id": "tp_15516" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1939506, + "label": "-", + "classification": { + "B": 6.200771167641506e-05, + "S": 2.8709244361380115e-05, + "I": 0.005304060876369476, + "C": 0.0005587909836322069, + "R": 0.00013831257820129395, + "M": 0.0030242835637181997, + "O": 0.00027196091832593083, + "W": 2.600537300168071e-05, + "N": 0.00025463293422944844, + "Y": 0.03739666938781738, + "U": 1.939939465955831e-05, + "K": 0.00030235626036301255, + "L": 7.429466495523229e-05, + "G": 0.014255879446864128, + "F": 0.012677186168730259, + "E": 0.01054149679839611, + "T": 0.011346240527927876, + "P": 0.14289282262325287, + "-": 0.7608249187469482 + }, + "id": "tp_15517" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1939640, + "label": "P", + "classification": { + "B": 0.0007818325539119542, + "S": 0.0011456598294898868, + "I": 0.015716509893536568, + "C": 0.0023261543828994036, + "R": 0.0005650914390571415, + "M": 0.005186641123145819, + "O": 0.0020574387162923813, + "W": 0.0011905231513082981, + "N": 0.00839198473840952, + "Y": 0.025205383077263832, + "U": 0.00047174017527140677, + "K": 0.048421673476696014, + "L": 0.0002663397172000259, + "G": 0.016858207061886787, + "F": 0.06354956328868866, + "E": 0.15150155127048492, + "T": 0.010047736577689648, + "P": 0.33175167441368103, + "-": 0.3145642578601837 + }, + "id": "tp_15518" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1939773, + "label": "P", + "classification": { + "B": 0.0003925400669686496, + "S": 0.0009198307525366545, + "I": 0.03190246596932411, + "C": 0.0024375494103878736, + "R": 0.0014065559953451157, + "M": 0.0010756588308140635, + "O": 0.0015024497406557202, + "W": 0.0007184742134995759, + "N": 0.010277707129716873, + "Y": 0.009775014594197273, + "U": 0.0006075791316106915, + "K": 0.004164265934377909, + "L": 0.00036197679582983255, + "G": 0.007931501604616642, + "F": 0.024581721052527428, + "E": 0.013687959872186184, + "T": 0.008023139089345932, + "P": 0.6404522061347961, + "-": 0.2397814244031906 + }, + "id": "tp_15519" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1939907, + "label": "-", + "classification": { + "B": 0.0006480282754637301, + "S": 0.0007204108405858278, + "I": 0.023750480264425278, + "C": 0.009617188014090061, + "R": 0.0035001670476049185, + "M": 0.010605408810079098, + "O": 0.00481767812743783, + "W": 0.0014865243574604392, + "N": 0.004842351656407118, + "Y": 0.07407278567552567, + "U": 0.0008854366606101394, + "K": 0.009350198321044445, + "L": 0.0010782353347167373, + "G": 0.027562063187360764, + "F": 0.026751093566417694, + "E": 0.02996916137635708, + "T": 0.026503436267375946, + "P": 0.14722995460033417, + "-": 0.5966094732284546 + }, + "id": "tp_15520" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1940007, + "label": "-", + "classification": { + "B": 8.984828127722722e-06, + "S": 1.4193757124303374e-05, + "I": 0.00041550988680683076, + "C": 0.0001215767115354538, + "R": 1.6336634871549904e-05, + "M": 0.0003306493745185435, + "O": 0.00011749796976801008, + "W": 2.9109536626492627e-05, + "N": 0.00018515267584007233, + "Y": 0.009515371173620224, + "U": 1.0735129762906581e-05, + "K": 0.026048991829156876, + "L": 6.487749487860128e-06, + "G": 0.004904211964458227, + "F": 0.06085591018199921, + "E": 0.025307672098279, + "T": 0.0018140196334570646, + "P": 0.11776963621377945, + "-": 0.7525280117988586 + }, + "id": "tp_15521" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1940140, + "label": "P", + "classification": { + "B": 0.002005393384024501, + "S": 0.0005780028877779841, + "I": 0.036580298095941544, + "C": 0.00558315496891737, + "R": 0.0015169433318078518, + "M": 0.014674292877316475, + "O": 0.003346548182889819, + "W": 0.0007370309322141111, + "N": 0.00607649702578783, + "Y": 0.020260944962501526, + "U": 0.0006254262407310307, + "K": 0.0007661398267373443, + "L": 0.0013433119747787714, + "G": 0.014337693341076374, + "F": 0.011895538307726383, + "E": 0.033330969512462616, + "T": 0.015571958385407925, + "P": 0.512781023979187, + "-": 0.31798893213272095 + }, + "id": "tp_15522" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1940274, + "label": "-", + "classification": { + "B": 2.9111814001225866e-05, + "S": 4.834613355342299e-05, + "I": 0.0006259928341023624, + "C": 0.000847525370772928, + "R": 0.0001621037517907098, + "M": 0.00046453316463157535, + "O": 0.00037252140464261174, + "W": 8.817547495709732e-05, + "N": 0.00018541399913374335, + "Y": 0.011112647131085396, + "U": 4.0707102016313e-05, + "K": 0.011766265146434307, + "L": 5.4731597629142925e-05, + "G": 0.008685887791216373, + "F": 0.06821436434984207, + "E": 0.007980369962751865, + "T": 0.002602421212941408, + "P": 0.07086332142353058, + "-": 0.8158555626869202 + }, + "id": "tp_15523" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1940407, + "label": "-", + "classification": { + "B": 0.0012690054718405008, + "S": 0.0012729690643027425, + "I": 0.0583282895386219, + "C": 0.04522324725985527, + "R": 0.011024648323655128, + "M": 0.03343438357114792, + "O": 0.008153507485985756, + "W": 0.0015016100369393826, + "N": 0.0072257984429597855, + "Y": 0.17655564844608307, + "U": 0.0005774973542429507, + "K": 0.006186570972204208, + "L": 0.0053102909587323666, + "G": 0.19546453654766083, + "F": 0.0535498671233654, + "E": 0.05809871107339859, + "T": 0.059774357825517654, + "P": 0.05736223980784416, + "-": 0.21968688070774078 + }, + "id": "tp_15524" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1940507, + "label": "-", + "classification": { + "B": 0.0029968793969601393, + "S": 0.0021015796810388565, + "I": 0.009077975526452065, + "C": 0.003075152635574341, + "R": 0.0009115939610637724, + "M": 0.015328655950725079, + "O": 0.006129869259893894, + "W": 0.0018865549936890602, + "N": 0.0026893536560237408, + "Y": 0.013338670134544373, + "U": 0.0006516387802548707, + "K": 0.0028693934436887503, + "L": 0.0023000824730843306, + "G": 0.01147881057113409, + "F": 0.074094757437706, + "E": 0.026115188375115395, + "T": 0.01268941629678011, + "P": 0.24829606711864471, + "-": 0.5639684200286865 + }, + "id": "tp_15525" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1940641, + "label": "-", + "classification": { + "B": 0.00024213295546360314, + "S": 8.026818977668881e-05, + "I": 0.005428198724985123, + "C": 0.0009036710835061967, + "R": 0.00023740757023915648, + "M": 0.0034466125071048737, + "O": 0.0005836893105879426, + "W": 0.00010458078031660989, + "N": 0.0005321733187884092, + "Y": 0.0169786736369133, + "U": 9.492730168858543e-05, + "K": 0.0038386008236557245, + "L": 0.00017874260083772242, + "G": 0.012333468534052372, + "F": 0.028133470565080643, + "E": 0.026462974026799202, + "T": 0.005425701849162579, + "P": 0.13778629899024963, + "-": 0.7572084665298462 + }, + "id": "tp_15526" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1940774, + "label": "-", + "classification": { + "B": 0.009651902131736279, + "S": 0.0013511073775589466, + "I": 0.01640721596777439, + "C": 0.0035745517816394567, + "R": 0.0007747504278086126, + "M": 0.012910100631415844, + "O": 0.0028186729177832603, + "W": 0.0008064154535531998, + "N": 0.0023061230313032866, + "Y": 0.022309206426143646, + "U": 0.0004034679150208831, + "K": 0.0012228084960952401, + "L": 0.0019066501408815384, + "G": 0.027799738571047783, + "F": 0.03861885890364647, + "E": 0.0626547709107399, + "T": 0.009966581128537655, + "P": 0.30614006519317627, + "-": 0.47837695479393005 + }, + "id": "tp_15527" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1940908, + "label": "-", + "classification": { + "B": 0.0011460372479632497, + "S": 0.0009451034711673856, + "I": 0.012148972600698471, + "C": 0.007762922439724207, + "R": 0.0017342155333608389, + "M": 0.01026883628219366, + "O": 0.003684781491756439, + "W": 0.0014805232640355825, + "N": 0.005734032019972801, + "Y": 0.03826297074556351, + "U": 0.0006340956897474825, + "K": 0.03861624002456665, + "L": 0.001078965375199914, + "G": 0.06437287479639053, + "F": 0.08418398350477219, + "E": 0.14854945242404938, + "T": 0.012583546340465546, + "P": 0.2192125916481018, + "-": 0.3475998044013977 + }, + "id": "tp_15528" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1941008, + "label": "-", + "classification": { + "B": 2.7001868147635832e-05, + "S": 0.00046040050801821053, + "I": 0.0008317581377923489, + "C": 0.001531546120531857, + "R": 0.00048626825446262956, + "M": 0.010631503537297249, + "O": 0.0024976530112326145, + "W": 0.00018768152222037315, + "N": 0.00018558547890279442, + "Y": 0.28604429960250854, + "U": 5.613422672468005e-06, + "K": 0.0037662687245756388, + "L": 0.0008236232097260654, + "G": 0.12242431193590164, + "F": 0.18218104541301727, + "E": 0.010045411065220833, + "T": 0.044640619307756424, + "P": 0.0050909449346363544, + "-": 0.32813847064971924 + }, + "id": "tp_15529" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1941141, + "label": "P", + "classification": { + "B": 0.00013204192509874701, + "S": 7.713265222264454e-05, + "I": 0.05146313086152077, + "C": 0.0003554411232471466, + "R": 6.478653085650876e-05, + "M": 0.0021758992224931717, + "O": 0.0002341612271266058, + "W": 7.39487586542964e-05, + "N": 0.005777023732662201, + "Y": 0.019556602463126183, + "U": 2.9922595786047168e-05, + "K": 0.0034927574452012777, + "L": 2.4494933313690126e-05, + "G": 0.0035473692696541548, + "F": 0.005853210110217333, + "E": 0.08865295350551605, + "T": 0.004265936557203531, + "P": 0.6259034872055054, + "-": 0.18831953406333923 + }, + "id": "tp_15530" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1941275, + "label": "-", + "classification": { + "B": 5.80239020564477e-06, + "S": 9.52541086007841e-06, + "I": 0.002264756942167878, + "C": 0.0006620612693950534, + "R": 9.936805872712284e-05, + "M": 0.00041145438444800675, + "O": 0.00014702380576636642, + "W": 1.9450248146313243e-05, + "N": 0.00016920609050430357, + "Y": 0.004222961608320475, + "U": 1.2080354281351902e-05, + "K": 6.704281258862466e-05, + "L": 2.1268147975206375e-05, + "G": 0.0006899707950651646, + "F": 0.008827815763652325, + "E": 0.0011860565282404423, + "T": 0.0014732838608324528, + "P": 0.1928902566432953, + "-": 0.7868207097053528 + }, + "id": "tp_15531" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1941408, + "label": "K", + "classification": { + "B": 9.832011710386723e-05, + "S": 0.0004160833777859807, + "I": 0.006015986204147339, + "C": 0.001945078605785966, + "R": 0.0003137455496471375, + "M": 0.001932291779667139, + "O": 0.0011834142496809363, + "W": 0.0006095105200074613, + "N": 0.003955293446779251, + "Y": 0.03688416630029678, + "U": 6.9610912760254e-05, + "K": 0.24415861070156097, + "L": 0.0001201737904921174, + "G": 0.04716356098651886, + "F": 0.157632976770401, + "E": 0.21876589953899384, + "T": 0.006335887126624584, + "P": 0.09873471409082413, + "-": 0.17366467416286469 + }, + "id": "tp_15532" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1941508, + "label": "I", + "classification": { + "B": 0.0003246722335461527, + "S": 0.0025924965739250183, + "I": 0.6183362007141113, + "C": 0.0009515557321719825, + "R": 0.0004103686078451574, + "M": 0.011868120171129704, + "O": 0.003582889912649989, + "W": 0.0004018729378003627, + "N": 0.04964654520153999, + "Y": 0.18543575704097748, + "U": 8.413380783167668e-07, + "K": 0.001352303777821362, + "L": 0.00011745511437766254, + "G": 0.031131943687796593, + "F": 0.0007306132465600967, + "E": 0.030708057805895805, + "T": 0.04226444661617279, + "P": 0.012676543556153774, + "-": 0.007467333693057299 + }, + "id": "tp_15533" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1941642, + "label": "-", + "classification": { + "B": 4.072754381923005e-05, + "S": 9.48174565564841e-05, + "I": 0.00874852854758501, + "C": 0.001094802631996572, + "R": 0.00045344000682234764, + "M": 0.002232582541182637, + "O": 0.000860703585203737, + "W": 0.00017640998703427613, + "N": 0.0011169872013852, + "Y": 0.05701375752687454, + "U": 6.811304047005251e-05, + "K": 0.011012709699571133, + "L": 9.294725896324962e-05, + "G": 0.013879512436687946, + "F": 0.04369059205055237, + "E": 0.014443219639360905, + "T": 0.015013608150184155, + "P": 0.09048585593700409, + "-": 0.73948073387146 + }, + "id": "tp_15534" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1941775, + "label": "-", + "classification": { + "B": 1.2508678082667757e-05, + "S": 3.514511263347231e-05, + "I": 0.006351395510137081, + "C": 0.001697608269751072, + "R": 0.0004911597352474928, + "M": 0.00073562643956393, + "O": 0.0003329743631184101, + "W": 9.240335202775896e-05, + "N": 0.0005802570376545191, + "Y": 0.020937182009220123, + "U": 7.954545435495675e-05, + "K": 0.00420242827385664, + "L": 4.152202745899558e-05, + "G": 0.002045620931312442, + "F": 0.01908600516617298, + "E": 0.0038644992746412754, + "T": 0.0050566247664391994, + "P": 0.08748891949653625, + "-": 0.8468685150146484 + }, + "id": "tp_15535" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1941875, + "label": "-", + "classification": { + "B": 0.0008409954025410116, + "S": 0.00019614606571849436, + "I": 0.004504031967371702, + "C": 0.003340855473652482, + "R": 0.0006160848424769938, + "M": 0.007300419732928276, + "O": 0.002334189834073186, + "W": 0.00027971065719611943, + "N": 0.0007042881334200501, + "Y": 0.011624007485806942, + "U": 0.00025247782468795776, + "K": 0.0002740756899584085, + "L": 0.0009143556235358119, + "G": 0.010192930698394775, + "F": 0.013976413756608963, + "E": 0.005158185958862305, + "T": 0.014057540334761143, + "P": 0.21480128169059753, + "-": 0.7086320519447327 + }, + "id": "tp_15536" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1942009, + "label": "-", + "classification": { + "B": 1.0491466127859894e-05, + "S": 6.385590950230835e-06, + "I": 0.0032461925875395536, + "C": 0.00013772377860732377, + "R": 4.366227949503809e-05, + "M": 0.000693528912961483, + "O": 0.00015081030142027885, + "W": 8.814502507448196e-06, + "N": 0.00014411596930585802, + "Y": 0.0063130296766757965, + "U": 6.105242846388137e-06, + "K": 8.000576599442866e-06, + "L": 2.0153172954451293e-05, + "G": 0.0009426210890524089, + "F": 0.001173109165392816, + "E": 0.0009945965139195323, + "T": 0.004697142168879509, + "P": 0.2419695109128952, + "-": 0.7394341230392456 + }, + "id": "tp_15537" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1942142, + "label": "-", + "classification": { + "B": 0.0003563396167010069, + "S": 0.0007953875465318561, + "I": 0.018297281116247177, + "C": 0.004334511235356331, + "R": 0.002182028954848647, + "M": 0.01737024448812008, + "O": 0.005297490861266851, + "W": 0.0009245479013770819, + "N": 0.002661366481333971, + "Y": 0.11344947665929794, + "U": 0.00020024979312438518, + "K": 0.0019910542760044336, + "L": 0.0009945824276655912, + "G": 0.015016516670584679, + "F": 0.028770212084054947, + "E": 0.00991545245051384, + "T": 0.04502291977405548, + "P": 0.07530061155557632, + "-": 0.6571197509765625 + }, + "id": "tp_15538" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1942276, + "label": "-", + "classification": { + "B": 0.00021202168136369437, + "S": 0.00022705469746142626, + "I": 0.029788536950945854, + "C": 0.0011377251939848065, + "R": 0.00023686009808443487, + "M": 0.004331332631409168, + "O": 0.0007035942981019616, + "W": 0.00021270368597470224, + "N": 0.0036416512448340654, + "Y": 0.1394532173871994, + "U": 3.167114846291952e-05, + "K": 0.03158296272158623, + "L": 7.789218943798915e-05, + "G": 0.059580862522125244, + "F": 0.02586403675377369, + "E": 0.19229468703269958, + "T": 0.01998756267130375, + "P": 0.15605400502681732, + "-": 0.3345817029476166 + }, + "id": "tp_15539" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1942376, + "label": "-", + "classification": { + "B": 0.0003843256854452193, + "S": 0.00018009651103056967, + "I": 0.0028162337839603424, + "C": 0.0016611842438578606, + "R": 0.00037680199602618814, + "M": 0.0023715777788311243, + "O": 0.0013175859348848462, + "W": 0.0001645709853619337, + "N": 0.0006869092467240989, + "Y": 0.007681040093302727, + "U": 0.00011763399379560724, + "K": 0.00036933639785274863, + "L": 0.0003383101720828563, + "G": 0.006478217896074057, + "F": 0.033454131335020065, + "E": 0.0034976021852344275, + "T": 0.007039204705506563, + "P": 0.28937169909477234, + "-": 0.6416935920715332 + }, + "id": "tp_15540" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1942509, + "label": "-", + "classification": { + "B": 3.272332833148539e-05, + "S": 3.5299141018185765e-05, + "I": 0.0020542198326438665, + "C": 0.0006019053980708122, + "R": 0.00013783384929411113, + "M": 0.0008832587045617402, + "O": 0.00044962731772102416, + "W": 0.00010512960579944775, + "N": 0.0003677899076137692, + "Y": 0.013032074086368084, + "U": 7.00811215210706e-05, + "K": 0.0008044428541325033, + "L": 6.370477058226243e-05, + "G": 0.002305160742253065, + "F": 0.01082459557801485, + "E": 0.00313730351626873, + "T": 0.005044070538133383, + "P": 0.12889696657657623, + "-": 0.8311537504196167 + }, + "id": "tp_15541" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1942643, + "label": "-", + "classification": { + "B": 0.0042526512406766415, + "S": 0.0031880666501820087, + "I": 0.06968405842781067, + "C": 0.028946053236722946, + "R": 0.009861666709184647, + "M": 0.02232252061367035, + "O": 0.008603549562394619, + "W": 0.004595472011715174, + "N": 0.01807219535112381, + "Y": 0.12781356275081635, + "U": 0.0025783597957342863, + "K": 0.03604719415307045, + "L": 0.003388233482837677, + "G": 0.06944664567708969, + "F": 0.0523536391556263, + "E": 0.1100795567035675, + "T": 0.03417017310857773, + "P": 0.13897444307804108, + "-": 0.2556219696998596 + }, + "id": "tp_15542" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1942776, + "label": "-", + "classification": { + "B": 0.0008864128612913191, + "S": 0.0007313444511964917, + "I": 0.0202429611235857, + "C": 0.018918761983513832, + "R": 0.008233864791691303, + "M": 0.007148904725909233, + "O": 0.005261382553726435, + "W": 0.001245324034243822, + "N": 0.004415025934576988, + "Y": 0.032142121344804764, + "U": 0.0017036006320267916, + "K": 0.003229946130886674, + "L": 0.0020728628151118755, + "G": 0.02264733426272869, + "F": 0.04554574191570282, + "E": 0.011893798597157001, + "T": 0.016757287085056305, + "P": 0.20974692702293396, + "-": 0.5871764421463013 + }, + "id": "tp_15543" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1942876, + "label": "P", + "classification": { + "B": 0.0018124006455764174, + "S": 0.0012550600804388523, + "I": 0.21531303226947784, + "C": 0.020329590886831284, + "R": 0.004796632565557957, + "M": 0.009879831224679947, + "O": 0.0028362413868308067, + "W": 0.0010962954256683588, + "N": 0.02428712323307991, + "Y": 0.07128377258777618, + "U": 0.0006018031854182482, + "K": 0.006358885671943426, + "L": 0.0011393658351153135, + "G": 0.03483881801366806, + "F": 0.019181586802005768, + "E": 0.12656928598880768, + "T": 0.01840980350971222, + "P": 0.28016212582588196, + "-": 0.15984827280044556 + }, + "id": "tp_15544" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1943010, + "label": "-", + "classification": { + "B": 8.975655873655342e-06, + "S": 1.4334127627080306e-05, + "I": 0.00664798729121685, + "C": 4.4052831071894616e-05, + "R": 1.1570276001293678e-05, + "M": 0.0015233801677823067, + "O": 0.00014398912026081234, + "W": 8.802268894214649e-06, + "N": 0.0002794860629364848, + "Y": 0.003425132017582655, + "U": 2.879300382119254e-06, + "K": 7.1012150328897405e-06, + "L": 1.8215483578387648e-05, + "G": 0.0005534075316973031, + "F": 0.0014119746629148722, + "E": 0.002066076034680009, + "T": 0.004898892715573311, + "P": 0.46275612711906433, + "-": 0.5161775350570679 + }, + "id": "tp_15545" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1943143, + "label": "-", + "classification": { + "B": 0.0003486716886982322, + "S": 0.0002802005619741976, + "I": 0.003813754068687558, + "C": 0.0011757047614082694, + "R": 0.0003337185480631888, + "M": 0.005803267005831003, + "O": 0.001758802100084722, + "W": 0.0002191482635680586, + "N": 0.0007926264661364257, + "Y": 0.015754099935293198, + "U": 0.00012642353249248117, + "K": 0.0005667120567522943, + "L": 0.0004961257800459862, + "G": 0.010917048901319504, + "F": 0.03606455773115158, + "E": 0.011095933616161346, + "T": 0.010216974653303623, + "P": 0.1782437562942505, + "-": 0.7219924330711365 + }, + "id": "tp_15546" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1943277, + "label": "-", + "classification": { + "B": 0.00014776104944758117, + "S": 9.599291661288589e-05, + "I": 0.009013392962515354, + "C": 0.0031635987106710672, + "R": 0.0012937459396198392, + "M": 0.0029626511968672276, + "O": 0.0011991302017122507, + "W": 0.00027917727129533887, + "N": 0.0010858067544177175, + "Y": 0.059526391327381134, + "U": 0.00024356313224416226, + "K": 0.010625118389725685, + "L": 0.00020254832634236664, + "G": 0.016460036858916283, + "F": 0.027913037687540054, + "E": 0.012042546644806862, + "T": 0.013033229857683182, + "P": 0.07981909811496735, + "-": 0.7608932256698608 + }, + "id": "tp_15547" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1943377, + "label": "-", + "classification": { + "B": 0.0025838762521743774, + "S": 0.0004257198015693575, + "I": 0.004285913892090321, + "C": 0.0005898250383324921, + "R": 0.0001661555579630658, + "M": 0.0031684141140431166, + "O": 0.0020317279268056154, + "W": 0.00047888365224935114, + "N": 0.0008036509389057755, + "Y": 0.004511924926191568, + "U": 8.702978084329516e-05, + "K": 0.0006798644317314029, + "L": 0.00045730560668744147, + "G": 0.007937304675579071, + "F": 0.028772912919521332, + "E": 0.030363142490386963, + "T": 0.002291893120855093, + "P": 0.2752087414264679, + "-": 0.6351557970046997 + }, + "id": "tp_15548" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1943510, + "label": "-", + "classification": { + "B": 0.0003152653807774186, + "S": 0.0006264559342525899, + "I": 0.01120325829833746, + "C": 0.004234055057168007, + "R": 0.0014667718205600977, + "M": 0.0042535364627838135, + "O": 0.0022729586344212294, + "W": 0.0008149412460625172, + "N": 0.0036126726772636175, + "Y": 0.04052428528666496, + "U": 0.0004010256379842758, + "K": 0.023708805441856384, + "L": 0.0004829889221582562, + "G": 0.028181228786706924, + "F": 0.1230834349989891, + "E": 0.04079771786928177, + "T": 0.013149849139153957, + "P": 0.19788768887519836, + "-": 0.502983033657074 + }, + "id": "tp_15549" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1943644, + "label": "-", + "classification": { + "B": 0.0002193819236708805, + "S": 9.763445996213704e-05, + "I": 0.06540773063898087, + "C": 0.01083779614418745, + "R": 0.0019741756841540337, + "M": 0.011513861827552319, + "O": 0.0009454049868509173, + "W": 0.0001477776386309415, + "N": 0.0026040934026241302, + "Y": 0.05897437781095505, + "U": 0.00017280994507018477, + "K": 0.0011112663196399808, + "L": 0.00041803682688623667, + "G": 0.02056749351322651, + "F": 0.013778883032500744, + "E": 0.038186825811862946, + "T": 0.015069382265210152, + "P": 0.2477266490459442, + "-": 0.5102463960647583 + }, + "id": "tp_15550" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1943777, + "label": "-", + "classification": { + "B": 0.000968136009760201, + "S": 0.0028793965466320515, + "I": 0.0223984532058239, + "C": 0.0028681503608822823, + "R": 0.0014330614358186722, + "M": 0.007775724399834871, + "O": 0.003976323176175356, + "W": 0.0019315736135467887, + "N": 0.00868508405983448, + "Y": 0.04809921979904175, + "U": 0.0005415361956693232, + "K": 0.024675613269209862, + "L": 0.0008578060660511255, + "G": 0.027892379090189934, + "F": 0.14276747405529022, + "E": 0.0442807599902153, + "T": 0.028633451089262962, + "P": 0.2452295869588852, + "-": 0.3841063380241394 + }, + "id": "tp_15551" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1943877, + "label": "-", + "classification": { + "B": 0.00011242983600823209, + "S": 0.00012025011528749019, + "I": 0.004471710883080959, + "C": 0.003246341599151492, + "R": 0.0004912255681119859, + "M": 0.002528516110032797, + "O": 0.0008051251643337309, + "W": 0.00015694134344812483, + "N": 0.0007580359815619886, + "Y": 0.01878913678228855, + "U": 6.311453034868464e-05, + "K": 0.0036028861068189144, + "L": 0.00034955720184370875, + "G": 0.01776309311389923, + "F": 0.16653402149677277, + "E": 0.028180129826068878, + "T": 0.004882129840552807, + "P": 0.188929483294487, + "-": 0.5582159757614136 + }, + "id": "tp_15552" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1944011, + "label": "-", + "classification": { + "B": 2.468251523168874e-06, + "S": 6.962099632801255e-06, + "I": 0.002868302632123232, + "C": 6.806010060245171e-05, + "R": 1.1863945474033244e-05, + "M": 0.00011761391215259209, + "O": 3.893307439284399e-05, + "W": 8.273123967228457e-06, + "N": 0.00029516255017369986, + "Y": 0.003124446142464876, + "U": 5.169255928194616e-06, + "K": 0.0005091900820843875, + "L": 2.0983950435038423e-06, + "G": 0.0003082901530433446, + "F": 0.005547543056309223, + "E": 0.003885863348841667, + "T": 0.0008837496861815453, + "P": 0.4431994557380676, + "-": 0.5391165614128113 + }, + "id": "tp_15553" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1944144, + "label": "-", + "classification": { + "B": 4.517309662332991e-06, + "S": 7.135417945391964e-06, + "I": 0.004444294609129429, + "C": 0.0001862432691268623, + "R": 1.4626538359152619e-05, + "M": 0.0003924104094039649, + "O": 7.485356036340818e-05, + "W": 9.86340000963537e-06, + "N": 0.00031592798768542707, + "Y": 0.0038755787536501884, + "U": 6.191281954670558e-06, + "K": 0.00020573416259139776, + "L": 9.31950216909172e-06, + "G": 0.0011539249680936337, + "F": 0.007410751190036535, + "E": 0.008875257335603237, + "T": 0.0014942734269425273, + "P": 0.40925490856170654, + "-": 0.5622642040252686 + }, + "id": "tp_15554" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1944278, + "label": "-", + "classification": { + "B": 0.0001574015914229676, + "S": 9.733805200085044e-06, + "I": 0.017183123156428337, + "C": 0.0009837308898568153, + "R": 0.00027263842639513314, + "M": 0.004425890278071165, + "O": 0.0005098843830637634, + "W": 1.869827428890858e-05, + "N": 0.0003264610713813454, + "Y": 0.017927052453160286, + "U": 2.1092177121317945e-05, + "K": 4.598152372636832e-06, + "L": 0.00023666936613153666, + "G": 0.008789020590484142, + "F": 0.0010689893970265985, + "E": 0.005129028111696243, + "T": 0.017243484035134315, + "P": 0.26159393787384033, + "-": 0.6640985608100891 + }, + "id": "tp_15555" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1944378, + "label": "P", + "classification": { + "B": 7.554126932518557e-05, + "S": 4.143261321587488e-05, + "I": 0.021073108538985252, + "C": 0.0007951087900437415, + "R": 0.00013873324496671557, + "M": 0.000580239633563906, + "O": 0.00015667942352592945, + "W": 5.0629118049982935e-05, + "N": 0.002713629277423024, + "Y": 0.0016452803974971175, + "U": 5.6381515605608e-05, + "K": 0.0005660767201334238, + "L": 2.7956963094766252e-05, + "G": 0.0015020911814644933, + "F": 0.004635261837393045, + "E": 0.017288247123360634, + "T": 0.0011843956308439374, + "P": 0.7921445965766907, + "-": 0.1553245484828949 + }, + "id": "tp_15556" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1944511, + "label": "-", + "classification": { + "B": 9.869177119981032e-08, + "S": 1.1115759868118857e-08, + "I": 1.8746186469797976e-05, + "C": 2.3087723093340173e-06, + "R": 9.894753816297452e-08, + "M": 8.225138117268216e-06, + "O": 1.0758199096017051e-06, + "W": 2.711511726261051e-08, + "N": 2.2458920057033538e-07, + "Y": 0.00010593238403089345, + "U": 3.61706469220735e-08, + "K": 2.2589286174934387e-07, + "L": 9.594935335144328e-08, + "G": 2.514929474273231e-05, + "F": 0.0002287247043568641, + "E": 2.2668918973067775e-05, + "T": 7.651257328689098e-05, + "P": 0.08302201330661774, + "-": 0.9164878726005554 + }, + "id": "tp_15557" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1944645, + "label": "-", + "classification": { + "B": 2.9221579097793438e-05, + "S": 6.720251803926658e-06, + "I": 0.0013023462379351258, + "C": 0.0001764781045494601, + "R": 2.7608766686171293e-05, + "M": 0.0008456484647467732, + "O": 0.00015089086082298309, + "W": 8.741370038478635e-06, + "N": 6.818009569542482e-05, + "Y": 0.0018057445995509624, + "U": 8.044899004744366e-06, + "K": 3.439315150899347e-06, + "L": 3.840294812107459e-05, + "G": 0.0007495374302379787, + "F": 0.0014195271069183946, + "E": 0.0007061767391860485, + "T": 0.0030286824330687523, + "P": 0.29384490847587585, + "-": 0.6957796812057495 + }, + "id": "tp_15558" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1944778, + "label": "P", + "classification": { + "B": 2.462435259076301e-05, + "S": 9.181987479678355e-06, + "I": 0.004083819221705198, + "C": 0.00023912364849820733, + "R": 2.2086203898652457e-05, + "M": 0.0002926534216385335, + "O": 6.571668200194836e-05, + "W": 1.1126557183160912e-05, + "N": 0.00039141078013926744, + "Y": 0.0026283515617251396, + "U": 1.1006266504409723e-05, + "K": 0.0005126806790940464, + "L": 8.39120002638083e-06, + "G": 0.001953218597918749, + "F": 0.008367251604795456, + "E": 0.01655481569468975, + "T": 0.0007598116644658148, + "P": 0.5364683866500854, + "-": 0.4275963306427002 + }, + "id": "tp_15559" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1944878, + "label": "P", + "classification": { + "B": 1.0357480277889408e-06, + "S": 2.9224898412394396e-07, + "I": 0.004605119116604328, + "C": 6.210931314853951e-05, + "R": 8.206896382034756e-06, + "M": 0.00011386907863197848, + "O": 1.3268378097563982e-05, + "W": 4.7206805220412207e-07, + "N": 6.595726154046133e-05, + "Y": 0.0017292153788730502, + "U": 6.282783147071314e-07, + "K": 8.443313959105581e-07, + "L": 1.5807512454557582e-06, + "G": 0.0001895250752568245, + "F": 0.0003402043948881328, + "E": 0.00042858716915361583, + "T": 0.0007298182463273406, + "P": 0.5081334710121155, + "-": 0.4835757315158844 + }, + "id": "tp_15560" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1945012, + "label": "-", + "classification": { + "B": 7.16217346052872e-06, + "S": 3.995945462520467e-06, + "I": 0.0018357884837314487, + "C": 6.941661558812484e-05, + "R": 1.5889552742009982e-05, + "M": 0.0011165067553520203, + "O": 0.0001706031325738877, + "W": 4.6446971282421146e-06, + "N": 5.759061605203897e-05, + "Y": 0.003358119400218129, + "U": 4.0612344491819385e-06, + "K": 1.3853795053364593e-06, + "L": 3.5829998523695394e-05, + "G": 0.001085480093024671, + "F": 0.0005261716432869434, + "E": 0.0007522831438109279, + "T": 0.007738844491541386, + "P": 0.14999502897262573, + "-": 0.8332211375236511 + }, + "id": "tp_15561" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1945145, + "label": "-", + "classification": { + "B": 1.466298726882087e-07, + "S": 8.325774558670673e-08, + "I": 0.00015373826317954808, + "C": 4.084432021045359e-06, + "R": 7.70119527260249e-07, + "M": 9.917378520185594e-06, + "O": 5.174602847546339e-06, + "W": 1.218826781723692e-07, + "N": 3.6451860978559125e-06, + "Y": 0.0001397736486978829, + "U": 1.1164559765575177e-07, + "K": 7.17189507781768e-08, + "L": 4.3523874637685367e-07, + "G": 1.6586704077781178e-05, + "F": 0.0001919880014611408, + "E": 4.650303162634373e-05, + "T": 0.0003578918694984168, + "P": 0.3136483430862427, + "-": 0.6854206323623657 + }, + "id": "tp_15562" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1945279, + "label": "P", + "classification": { + "B": 0.002768320497125387, + "S": 0.001844680169597268, + "I": 0.09068462252616882, + "C": 0.01036986242979765, + "R": 0.002603671047836542, + "M": 0.028424886986613274, + "O": 0.0053970953449606895, + "W": 0.0014666266506537795, + "N": 0.017750686034560204, + "Y": 0.03146298602223396, + "U": 0.0011599266435950994, + "K": 0.0023158113472163677, + "L": 0.0022483973298221827, + "G": 0.0184264425188303, + "F": 0.019194183871150017, + "E": 0.06838128715753555, + "T": 0.021211571991443634, + "P": 0.41215965151786804, + "-": 0.2621292471885681 + }, + "id": "tp_15563" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1945379, + "label": "-", + "classification": { + "B": 4.435291884874459e-06, + "S": 1.2966044778295327e-05, + "I": 0.019981399178504944, + "C": 0.0006972026894800365, + "R": 0.00012619636254385114, + "M": 0.001015269779600203, + "O": 0.0002559504355303943, + "W": 2.708827014430426e-05, + "N": 0.00048355068429373205, + "Y": 0.09322979301214218, + "U": 3.902227035723627e-06, + "K": 0.0008081932901404798, + "L": 9.179005246551242e-06, + "G": 0.005182057619094849, + "F": 0.004483268596231937, + "E": 0.0020342241041362286, + "T": 0.016223695129156113, + "P": 0.06868771463632584, + "-": 0.7867339253425598 + }, + "id": "tp_15564" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1945512, + "label": "-", + "classification": { + "B": 1.610200160939712e-05, + "S": 1.2097186299797613e-05, + "I": 0.0005032413173466921, + "C": 0.000162781318067573, + "R": 2.326509275007993e-05, + "M": 0.0003138060274068266, + "O": 0.00011090710904682055, + "W": 2.1198124159127474e-05, + "N": 8.658906153868884e-05, + "Y": 0.002301010536029935, + "U": 1.1989624908892438e-05, + "K": 0.0007507611298933625, + "L": 7.105697932274779e-06, + "G": 0.0008627378265373409, + "F": 0.009708670899271965, + "E": 0.0035071081947535276, + "T": 0.0007058521150611341, + "P": 0.1881200224161148, + "-": 0.7927747368812561 + }, + "id": "tp_15565" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1945646, + "label": "-", + "classification": { + "B": 1.0072498298541177e-05, + "S": 1.061288912751479e-05, + "I": 0.004292612429708242, + "C": 0.0005822567618452013, + "R": 0.00011393945896998048, + "M": 0.0005310021224431694, + "O": 0.00013727950863540173, + "W": 2.8712356652249582e-05, + "N": 0.00034734149812720716, + "Y": 0.005392055492848158, + "U": 3.0957089620642364e-05, + "K": 0.0014228083891794086, + "L": 1.1609672583290376e-05, + "G": 0.001308160019107163, + "F": 0.004460089839994907, + "E": 0.005618672352284193, + "T": 0.0017617720877751708, + "P": 0.18671594560146332, + "-": 0.7872241139411926 + }, + "id": "tp_15566" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1945779, + "label": "P", + "classification": { + "B": 3.955626380047761e-05, + "S": 0.00012577117013279349, + "I": 0.02872907742857933, + "C": 0.00012914949911646545, + "R": 2.6872041416936554e-05, + "M": 0.0005650605307891965, + "O": 0.00017064064741134644, + "W": 3.2385039958171546e-05, + "N": 0.002501743147149682, + "Y": 0.005167034920305014, + "U": 7.149286375351949e-06, + "K": 9.564873471390456e-05, + "L": 1.6077123291324824e-05, + "G": 0.0007321700686588883, + "F": 0.002198378322646022, + "E": 0.01171236950904131, + "T": 0.0017072887858375907, + "P": 0.810932457447052, + "-": 0.13511113822460175 + }, + "id": "tp_15567" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1945879, + "label": "-", + "classification": { + "B": 2.454199147905456e-06, + "S": 2.2241813439904945e-06, + "I": 0.00018038254347629845, + "C": 2.326125468243845e-06, + "R": 7.987322305780253e-07, + "M": 7.730726792942733e-05, + "O": 3.223679232178256e-05, + "W": 9.549804644848336e-07, + "N": 3.6791404909308767e-06, + "Y": 0.0002894369245041162, + "U": 1.0007608608475493e-07, + "K": 2.004735790706036e-07, + "L": 2.8563847536133835e-06, + "G": 9.167288953904063e-05, + "F": 0.0007114802137948573, + "E": 7.462718349415809e-05, + "T": 0.00035062755341641605, + "P": 0.12351269274950027, + "-": 0.8746638298034668 + }, + "id": "tp_15568" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1946013, + "label": "-", + "classification": { + "B": 4.192498090560548e-05, + "S": 3.5775145079242066e-05, + "I": 0.002756762085482478, + "C": 0.00015760818496346474, + "R": 5.607138518826105e-05, + "M": 0.0014073350466787815, + "O": 0.0003103431372437626, + "W": 2.6301770049030893e-05, + "N": 0.00020428716379683465, + "Y": 0.008515307679772377, + "U": 1.6070207493612543e-05, + "K": 0.000187271463801153, + "L": 5.009606320527382e-05, + "G": 0.003946974407881498, + "F": 0.009599864482879639, + "E": 0.00255472376011312, + "T": 0.006106157321482897, + "P": 0.19878257811069489, + "-": 0.7652446031570435 + }, + "id": "tp_15569" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1946146, + "label": "P", + "classification": { + "B": 5.790264185634442e-05, + "S": 1.4740600818186067e-05, + "I": 0.04922539368271828, + "C": 0.0007341643213294446, + "R": 9.24619089346379e-05, + "M": 0.0017153410008177161, + "O": 0.00010262094292556867, + "W": 2.179153307224624e-05, + "N": 0.0008442426915280521, + "Y": 0.027553511783480644, + "U": 6.5839162743941415e-06, + "K": 0.00017728297098074108, + "L": 1.801922007871326e-05, + "G": 0.004612594842910767, + "F": 0.0041872295551002026, + "E": 0.027167541906237602, + "T": 0.00396753242239356, + "P": 0.49458980560302734, + "-": 0.38491132855415344 + }, + "id": "tp_15570" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1946280, + "label": "-", + "classification": { + "B": 4.4472034232967417e-07, + "S": 1.0531660876722526e-07, + "I": 0.003473093034699559, + "C": 0.00012695124314632267, + "R": 6.451181434385944e-06, + "M": 0.00014853135508019477, + "O": 9.798171959118918e-06, + "W": 3.752446389171382e-07, + "N": 2.913370008172933e-05, + "Y": 0.002136545954272151, + "U": 4.291014477075805e-07, + "K": 8.951152494773851e-07, + "L": 1.36293533614662e-06, + "G": 0.00033619909663684666, + "F": 0.00040826399344950914, + "E": 0.001261891215108335, + "T": 0.0004781119350809604, + "P": 0.3158072531223297, + "-": 0.6757742166519165 + }, + "id": "tp_15571" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1946380, + "label": "-", + "classification": { + "B": 1.1321403690089937e-06, + "S": 1.5814968890026648e-08, + "I": 2.7712325390893966e-05, + "C": 1.1690858627844136e-06, + "R": 1.0704807351658019e-07, + "M": 4.351898951426847e-06, + "O": 2.6074553716171067e-06, + "W": 3.201445863965091e-08, + "N": 2.7582416350924177e-07, + "Y": 1.9081855498370714e-05, + "U": 2.7094245069747558e-08, + "K": 1.2304658403294866e-09, + "L": 4.810105451724667e-07, + "G": 1.0675049452402163e-05, + "F": 4.5071716158417985e-05, + "E": 6.893171303090639e-06, + "T": 4.803248157259077e-05, + "P": 0.2688346803188324, + "-": 0.7309976816177368 + }, + "id": "tp_15572" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1946513, + "label": "P", + "classification": { + "B": 7.976875349413604e-05, + "S": 6.435986870201305e-05, + "I": 0.05148296803236008, + "C": 0.00014976138481870294, + "R": 4.149691085331142e-05, + "M": 0.0017094849608838558, + "O": 0.000394640228478238, + "W": 2.245869291073177e-05, + "N": 0.001506582135334611, + "Y": 0.014979575760662556, + "U": 4.00139470002614e-06, + "K": 7.021143392194062e-05, + "L": 3.4158980270149186e-05, + "G": 0.0038005367387086153, + "F": 0.002205437049269676, + "E": 0.00647136801853776, + "T": 0.006125188898295164, + "P": 0.5177215337753296, + "-": 0.3931363821029663 + }, + "id": "tp_15573" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1946647, + "label": "-", + "classification": { + "B": 4.840849214815535e-07, + "S": 1.5210923720587743e-07, + "I": 0.002759217284619808, + "C": 6.895743717905134e-05, + "R": 1.2307673387113027e-05, + "M": 6.238025525817648e-05, + "O": 1.5065704246808309e-05, + "W": 6.272242103477765e-07, + "N": 2.4465389287797734e-05, + "Y": 0.003421348985284567, + "U": 2.3254088432622666e-07, + "K": 9.142339081336104e-07, + "L": 6.424261300708167e-07, + "G": 0.0001333380350843072, + "F": 0.00014324852963909507, + "E": 0.00023022647656034678, + "T": 0.001362697803415358, + "P": 0.18783892691135406, + "-": 0.8039247393608093 + }, + "id": "tp_15574" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1946780, + "label": "-", + "classification": { + "B": 3.572563116449601e-07, + "S": 1.5015274357210728e-07, + "I": 0.0037604570388793945, + "C": 9.345803846372291e-07, + "R": 9.042248194646163e-08, + "M": 0.00016968314594123513, + "O": 7.152073067118181e-06, + "W": 4.7229999466935624e-08, + "N": 1.5244868336594664e-05, + "Y": 0.0012624430237337947, + "U": 2.522547504213435e-09, + "K": 1.0623953272670406e-07, + "L": 1.828243512136396e-07, + "G": 0.00014757575991097838, + "F": 0.0001229045301442966, + "E": 0.001520039513707161, + "T": 0.0002663270861376077, + "P": 0.4393351972103119, + "-": 0.5533912181854248 + }, + "id": "tp_15575" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1946880, + "label": "P", + "classification": { + "B": 0.0005766716203652322, + "S": 0.0005626700585708022, + "I": 0.1649896502494812, + "C": 0.012924603186547756, + "R": 0.0027647654060274363, + "M": 0.007358104456216097, + "O": 0.0023765540681779385, + "W": 0.0007111121085472405, + "N": 0.01619236171245575, + "Y": 0.07434764504432678, + "U": 0.0004092709568794817, + "K": 0.00409466028213501, + "L": 0.000545431103091687, + "G": 0.019079579040408134, + "F": 0.013375785201787949, + "E": 0.07722632586956024, + "T": 0.01604461669921875, + "P": 0.3000180423259735, + "-": 0.28640216588974 + }, + "id": "tp_15576" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1947014, + "label": "-", + "classification": { + "B": 1.2462673737445584e-07, + "S": 5.1039679149766926e-09, + "I": 2.106298961734865e-05, + "C": 8.502603350279969e-07, + "R": 4.776535433848039e-08, + "M": 2.0632578525692225e-05, + "O": 9.497703672423086e-07, + "W": 5.279209958075626e-09, + "N": 7.781824251651415e-08, + "Y": 2.746576319623273e-05, + "U": 3.5066785031290237e-09, + "K": 8.72463004619739e-11, + "L": 3.59406072902857e-07, + "G": 1.502128998254193e-05, + "F": 3.544013816281222e-05, + "E": 7.344112873397535e-06, + "T": 0.0001257196709048003, + "P": 0.2090216726064682, + "-": 0.7907233238220215 + }, + "id": "tp_15577" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1947147, + "label": "P", + "classification": { + "B": 8.044062997214496e-05, + "S": 9.13262483663857e-05, + "I": 0.011672386899590492, + "C": 0.0006952410330995917, + "R": 0.00014291107072494924, + "M": 0.0006515756831504405, + "O": 0.00041926841367967427, + "W": 0.00010530649888096377, + "N": 0.0021546161733567715, + "Y": 0.002773107960820198, + "U": 8.975958189694211e-05, + "K": 0.00034997245529666543, + "L": 5.8794848882826045e-05, + "G": 0.0016216565854847431, + "F": 0.004493499640375376, + "E": 0.0067836325615644455, + "T": 0.0031219085212796926, + "P": 0.683733344078064, + "-": 0.28096121549606323 + }, + "id": "tp_15578" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1947281, + "label": "-", + "classification": { + "B": 5.997964399284683e-05, + "S": 6.5859108872246e-05, + "I": 0.0016772161470726132, + "C": 0.0005401486996561289, + "R": 0.00014974524674471468, + "M": 0.0011368038831278682, + "O": 0.000730522908270359, + "W": 7.319294672925025e-05, + "N": 0.00019427623192314059, + "Y": 0.00336057529784739, + "U": 6.425751053029671e-05, + "K": 6.558676977874711e-05, + "L": 0.00020009676518384367, + "G": 0.0015383604913949966, + "F": 0.005689038895070553, + "E": 0.0010297687258571386, + "T": 0.005638536065816879, + "P": 0.16400304436683655, + "-": 0.8137829899787903 + }, + "id": "tp_15579" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1947381, + "label": "-", + "classification": { + "B": 5.096312816021964e-05, + "S": 8.021537723834626e-06, + "I": 0.005996289197355509, + "C": 0.0003932749095838517, + "R": 7.359604933299124e-05, + "M": 0.001156977959908545, + "O": 0.00022590234584640712, + "W": 1.8819153410731815e-05, + "N": 0.0002476824738550931, + "Y": 0.006795236840844154, + "U": 2.142761877621524e-05, + "K": 3.259308141423389e-05, + "L": 5.437168510979973e-05, + "G": 0.002671574940904975, + "F": 0.0015502286842092872, + "E": 0.002609067130833864, + "T": 0.005589617416262627, + "P": 0.3361228108406067, + "-": 0.6363816261291504 + }, + "id": "tp_15580" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1947514, + "label": "-", + "classification": { + "B": 7.813106321918895e-07, + "S": 1.1771432717466723e-08, + "I": 1.262415389646776e-05, + "C": 7.10870224907012e-08, + "R": 6.770862093219421e-09, + "M": 8.309441000164952e-06, + "O": 2.63250899479317e-06, + "W": 2.160807177631341e-08, + "N": 7.199085416687012e-08, + "Y": 5.0541252676339354e-06, + "U": 1.1846293945794173e-09, + "K": 1.8713294802630287e-11, + "L": 2.7448066930446657e-07, + "G": 3.889045274263481e-06, + "F": 6.286937605182175e-06, + "E": 7.479763553419616e-06, + "T": 1.8105336494045332e-05, + "P": 0.29124119877815247, + "-": 0.7086931467056274 + }, + "id": "tp_15581" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1947648, + "label": "-", + "classification": { + "B": 6.220627983566374e-05, + "S": 1.5139974493649788e-05, + "I": 0.00376229640096426, + "C": 0.0004805666394531727, + "R": 6.949606176931411e-05, + "M": 0.0006474879919551313, + "O": 0.00018486300541553646, + "W": 2.4105793272610754e-05, + "N": 0.0002995770482812077, + "Y": 0.004222454037517309, + "U": 2.985094215546269e-05, + "K": 6.94052578182891e-05, + "L": 4.0691506001167e-05, + "G": 0.001901079434901476, + "F": 0.0036772761959582567, + "E": 0.004071730654686689, + "T": 0.002028061542659998, + "P": 0.34863266348838806, + "-": 0.6297810673713684 + }, + "id": "tp_15582" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1947781, + "label": "-", + "classification": { + "B": 0.00013555801706388593, + "S": 2.7470010536490008e-05, + "I": 0.03770869970321655, + "C": 0.0018595792353153229, + "R": 0.0003452812088653445, + "M": 0.004421338438987732, + "O": 0.0005536791286431253, + "W": 4.3364234443288296e-05, + "N": 0.0005929655744694173, + "Y": 0.04188283160328865, + "U": 2.3819698981242254e-05, + "K": 5.991450507281115e-06, + "L": 0.0002444178389851004, + "G": 0.0057417526841163635, + "F": 0.0017643716419115663, + "E": 0.0029312341939657927, + "T": 0.019226878881454468, + "P": 0.2295529544353485, + "-": 0.6529378294944763 + }, + "id": "tp_15583" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1947881, + "label": "-", + "classification": { + "B": 6.146867235656828e-05, + "S": 1.3808869880449492e-05, + "I": 0.0065109687857329845, + "C": 0.0009923686739057302, + "R": 0.00012529925152193755, + "M": 0.0007623230339959264, + "O": 0.0002316498284926638, + "W": 3.554393333615735e-05, + "N": 0.0007502502994611859, + "Y": 0.004542606417089701, + "U": 5.746100941905752e-05, + "K": 0.0005120389396324754, + "L": 4.2222913180012256e-05, + "G": 0.0026149721816182137, + "F": 0.006633271928876638, + "E": 0.013215797021985054, + "T": 0.0017292294651269913, + "P": 0.45402294397354126, + "-": 0.507145881652832 + }, + "id": "tp_15584" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1948015, + "label": "-", + "classification": { + "B": 1.3188367120164912e-05, + "S": 4.94848745802301e-06, + "I": 0.026740917935967445, + "C": 0.0006369850016199052, + "R": 8.835327753331512e-05, + "M": 0.0015496215783059597, + "O": 0.00020213563402649015, + "W": 1.331961993855657e-05, + "N": 0.0005805519758723676, + "Y": 0.022968092933297157, + "U": 7.816130164428614e-06, + "K": 3.5093729820800945e-05, + "L": 2.2495056327898055e-05, + "G": 0.0030891483183950186, + "F": 0.0015127880033105612, + "E": 0.005865168292075396, + "T": 0.004734684247523546, + "P": 0.2694263160228729, + "-": 0.6625084280967712 + }, + "id": "tp_15585" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1948148, + "label": "-", + "classification": { + "B": 0.0006340641994029284, + "S": 0.00010712790390243754, + "I": 0.003049138467758894, + "C": 0.0009199648047797382, + "R": 0.0003963125927839428, + "M": 0.002865732414647937, + "O": 0.0014422847889363766, + "W": 0.00021665811073035002, + "N": 0.0002503873547539115, + "Y": 0.008115104399621487, + "U": 8.221939788199961e-05, + "K": 6.73164613544941e-05, + "L": 0.0006526330835185945, + "G": 0.005230758339166641, + "F": 0.012116987258195877, + "E": 0.002915941411629319, + "T": 0.005254737567156553, + "P": 0.16811628639698029, + "-": 0.7875663638114929 + }, + "id": "tp_15586" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1948282, + "label": "-", + "classification": { + "B": 9.378459822073637e-07, + "S": 1.6828039406391326e-06, + "I": 0.001228340552188456, + "C": 0.00016295448585879058, + "R": 2.8922217097715475e-05, + "M": 0.0001641120034037158, + "O": 4.786706267623231e-05, + "W": 3.071233550144825e-06, + "N": 6.273348844842985e-05, + "Y": 0.0027117710560560226, + "U": 3.4018319183815038e-06, + "K": 8.88476861291565e-05, + "L": 2.962530288641574e-06, + "G": 0.00028142210794612765, + "F": 0.0029625629540532827, + "E": 0.00044010489364154637, + "T": 0.0013866416411474347, + "P": 0.10111299157142639, + "-": 0.8893086314201355 + }, + "id": "tp_15587" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1948382, + "label": "-", + "classification": { + "B": 5.563415106735192e-05, + "S": 0.00021290719450917095, + "I": 0.002342982217669487, + "C": 0.0007634038338437676, + "R": 0.0002452014887239784, + "M": 0.005215644836425781, + "O": 0.0013680532574653625, + "W": 0.00019740805146284401, + "N": 0.0005190338706597686, + "Y": 0.029527708888053894, + "U": 5.380145012168214e-05, + "K": 0.0012540064053609967, + "L": 0.00010791268141474575, + "G": 0.003870476735755801, + "F": 0.009644086472690105, + "E": 0.003122379770502448, + "T": 0.031689438968896866, + "P": 0.06789058446884155, + "-": 0.8419194221496582 + }, + "id": "tp_15588" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1948515, + "label": "P", + "classification": { + "B": 2.4526440029148944e-05, + "S": 7.69092275731964e-06, + "I": 0.00591127248480916, + "C": 0.00036497911787591875, + "R": 3.504362393869087e-05, + "M": 0.000594058888964355, + "O": 0.0001228340988745913, + "W": 9.530365787213668e-06, + "N": 0.0004181115364190191, + "Y": 0.0010122417006641626, + "U": 1.3740462236455642e-05, + "K": 1.3209803000790998e-05, + "L": 3.531301990733482e-05, + "G": 0.0013290157075971365, + "F": 0.003363605821505189, + "E": 0.0036660111509263515, + "T": 0.001464257133193314, + "P": 0.6503389477729797, + "-": 0.3312756419181824 + }, + "id": "tp_15589" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1948649, + "label": "-", + "classification": { + "B": 5.949546966199648e-10, + "S": 6.290932663688409e-09, + "I": 0.0016404135385528207, + "C": 8.020384711926454e-07, + "R": 4.9592468798209666e-08, + "M": 3.981820555054583e-06, + "O": 3.2390977366958396e-07, + "W": 8.28163315702568e-09, + "N": 9.438870620215312e-06, + "Y": 0.0004844863433390856, + "U": 4.0117393851346606e-09, + "K": 4.023433177735569e-07, + "L": 3.4985139230059303e-09, + "G": 6.5702861320460215e-06, + "F": 3.293977351859212e-05, + "E": 0.00020163418957963586, + "T": 0.0002052717172773555, + "P": 0.36909857392311096, + "-": 0.6283151507377625 + }, + "id": "tp_15590" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1948782, + "label": "-", + "classification": { + "B": 0.00037131737917661667, + "S": 0.00015471888764295727, + "I": 0.015462594106793404, + "C": 0.0012034331448376179, + "R": 0.0007090332801453769, + "M": 0.012032382190227509, + "O": 0.0030918337870389223, + "W": 0.0001498126075603068, + "N": 0.0004614803765434772, + "Y": 0.060636311769485474, + "U": 3.183895751135424e-05, + "K": 6.2599983721156605e-06, + "L": 0.0010963530512526631, + "G": 0.014831786043941975, + "F": 0.002075326396152377, + "E": 0.001450193696655333, + "T": 0.06640297919511795, + "P": 0.08273296803236008, + "-": 0.7370994687080383 + }, + "id": "tp_15591" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1948882, + "label": "Y", + "classification": { + "B": 1.1524698493303731e-06, + "S": 2.6752639314508997e-05, + "I": 0.029591703787446022, + "C": 6.737026706105098e-05, + "R": 4.2985790059901774e-05, + "M": 0.0009528759983368218, + "O": 0.00022848759545013309, + "W": 1.7878704966278747e-05, + "N": 0.0008288972894661129, + "Y": 0.58066725730896, + "U": 1.4677630133519415e-07, + "K": 0.00342820817604661, + "L": 8.262954338533746e-07, + "G": 0.007171835750341415, + "F": 0.0019882097840309143, + "E": 0.0013844934292137623, + "T": 0.0739041417837143, + "P": 0.008998113684356213, + "-": 0.2906987965106964 + }, + "id": "tp_15592" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1949016, + "label": "-", + "classification": { + "B": 4.208198151900433e-05, + "S": 8.951794370659627e-06, + "I": 0.007496286183595657, + "C": 0.0005223851767368615, + "R": 0.00019427378720138222, + "M": 0.00043031168752349913, + "O": 0.00022006192011758685, + "W": 2.8246902729733847e-05, + "N": 0.0005583071033470333, + "Y": 0.00380699522793293, + "U": 5.1292634452693164e-05, + "K": 0.0001315861736657098, + "L": 3.4369972127024084e-05, + "G": 0.0021546233911067247, + "F": 0.004134529270231724, + "E": 0.0029296460561454296, + "T": 0.002894856035709381, + "P": 0.446763277053833, + "-": 0.5275979042053223 + }, + "id": "tp_15593" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1949149, + "label": "-", + "classification": { + "B": 0.00011795670434366912, + "S": 0.00010403925989521667, + "I": 0.01529126800596714, + "C": 0.0009987449739128351, + "R": 0.00031305517768487334, + "M": 0.002466940088197589, + "O": 0.0007697980618104339, + "W": 0.00011352324509061873, + "N": 0.002002216875553131, + "Y": 0.015579807572066784, + "U": 0.00014168606139719486, + "K": 0.000555222446564585, + "L": 0.00015875881945248693, + "G": 0.004137279465794563, + "F": 0.01187397912144661, + "E": 0.00796957965940237, + "T": 0.010581386275589466, + "P": 0.40159282088279724, + "-": 0.5252318978309631 + }, + "id": "tp_15594" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1949283, + "label": "-", + "classification": { + "B": 3.1836560054898655e-08, + "S": 2.6290523091887508e-09, + "I": 8.966525456344243e-06, + "C": 7.335394798246853e-07, + "R": 3.69065453753592e-08, + "M": 2.8055824259354267e-06, + "O": 3.5323185443303373e-07, + "W": 8.883592528263762e-09, + "N": 1.5277831266757858e-07, + "Y": 8.608731150161475e-05, + "U": 1.0738492761674934e-08, + "K": 7.653923148609465e-07, + "L": 1.2449505426559426e-08, + "G": 1.8498312783776782e-05, + "F": 0.00026704452466219664, + "E": 4.527570490608923e-05, + "T": 1.6374458937207237e-05, + "P": 0.07684402167797089, + "-": 0.9227088093757629 + }, + "id": "tp_15595" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1949383, + "label": "-", + "classification": { + "B": 3.318165545351803e-05, + "S": 1.5183674804575276e-05, + "I": 0.0011835810728371143, + "C": 0.0001506989065092057, + "R": 3.312158878543414e-05, + "M": 0.0003320652467664331, + "O": 0.00017522471898701042, + "W": 3.305342761450447e-05, + "N": 0.00018023813026957214, + "Y": 0.0021384824067354202, + "U": 1.60643885465106e-05, + "K": 0.0006371340132318437, + "L": 1.4611260667152237e-05, + "G": 0.0014838023344054818, + "F": 0.014867960475385189, + "E": 0.006899120751768351, + "T": 0.0008309127879329026, + "P": 0.24527668952941895, + "-": 0.7256988883018494 + }, + "id": "tp_15596" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1949516, + "label": "P", + "classification": { + "B": 1.68497376051846e-08, + "S": 1.494892565290229e-08, + "I": 4.884995723841712e-05, + "C": 1.4425140193452535e-07, + "R": 2.2903122953721322e-08, + "M": 5.136146228323923e-07, + "O": 3.30112243318581e-07, + "W": 2.8428145171233155e-08, + "N": 2.577549139459734e-06, + "Y": 7.030691631371155e-05, + "U": 1.1098677532572765e-08, + "K": 3.543541879480472e-06, + "L": 4.144031340302945e-09, + "G": 1.5567871741950512e-05, + "F": 0.0016725767636671662, + "E": 0.000337755074724555, + "T": 1.2098202205379494e-05, + "P": 0.6930674910545349, + "-": 0.3047681450843811 + }, + "id": "tp_15597" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1949650, + "label": "-", + "classification": { + "B": 4.134771734243259e-05, + "S": 3.270087836426683e-05, + "I": 0.008996568620204926, + "C": 0.002094218973070383, + "R": 0.00014696666039526463, + "M": 0.001302153104916215, + "O": 0.0002646747452672571, + "W": 2.9648199415532872e-05, + "N": 0.0007708165794610977, + "Y": 0.007424809504300356, + "U": 4.049295239383355e-05, + "K": 0.0002758106857072562, + "L": 5.525543019757606e-05, + "G": 0.00347414193674922, + "F": 0.009987124241888523, + "E": 0.006507609039545059, + "T": 0.002023200271651149, + "P": 0.37278398871421814, + "-": 0.583748459815979 + }, + "id": "tp_15598" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1949783, + "label": "-", + "classification": { + "B": 1.4694934691306116e-07, + "S": 2.175991511421671e-07, + "I": 2.480597140674945e-05, + "C": 4.025889666081639e-06, + "R": 3.0771619208280754e-07, + "M": 1.0169821507588495e-05, + "O": 2.6546570097707445e-06, + "W": 2.3142311533774773e-07, + "N": 3.1805402613827027e-06, + "Y": 0.002129052998498082, + "U": 1.2209953581532318e-07, + "K": 7.378694135695696e-05, + "L": 7.195846762897418e-08, + "G": 0.0001238790136994794, + "F": 0.0029337017331272364, + "E": 0.0006226371042430401, + "T": 0.0001106628988054581, + "P": 0.06403731554746628, + "-": 0.9299229383468628 + }, + "id": "tp_15599" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1949883, + "label": "-", + "classification": { + "B": 7.084695425874088e-07, + "S": 4.6917452323214093e-07, + "I": 0.0017054516356438398, + "C": 0.00015231540601234883, + "R": 2.1721292796428315e-05, + "M": 0.0002404354454483837, + "O": 3.99975833715871e-05, + "W": 2.264805289087235e-06, + "N": 3.556770025170408e-05, + "Y": 0.006928652990609407, + "U": 1.4696961443405598e-06, + "K": 1.4402068700292148e-05, + "L": 2.671816901056445e-06, + "G": 0.0005382458330132067, + "F": 0.0010742770973592997, + "E": 0.0007221490959636867, + "T": 0.0016559063224121928, + "P": 0.05644005164504051, + "-": 0.930423378944397 + }, + "id": "tp_15600" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1950017, + "label": "-", + "classification": { + "B": 4.347518188296817e-05, + "S": 4.396934855321888e-06, + "I": 0.0004085188847966492, + "C": 8.08057448011823e-05, + "R": 8.399691978411283e-06, + "M": 0.00024374474014621228, + "O": 9.015383693622425e-05, + "W": 6.63053606331232e-06, + "N": 2.873789162549656e-05, + "Y": 0.001133966026827693, + "U": 6.867269348731497e-06, + "K": 3.117523738183081e-05, + "L": 1.5601217455696315e-05, + "G": 0.0009461453882977366, + "F": 0.004285040311515331, + "E": 0.0006724908016622066, + "T": 0.0009542278712615371, + "P": 0.15462709963321686, + "-": 0.8364125490188599 + }, + "id": "tp_15601" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1950150, + "label": "P", + "classification": { + "B": 1.424085809276221e-07, + "S": 1.6519487999744342e-08, + "I": 3.2287207432091236e-05, + "C": 2.2473307126347208e-07, + "R": 1.735340049435763e-08, + "M": 1.1804673931692378e-06, + "O": 8.734247103348025e-07, + "W": 2.7034904093170553e-08, + "N": 8.219249707508425e-07, + "Y": 7.050174190226244e-06, + "U": 8.138185236816753e-09, + "K": 3.666127312840217e-08, + "L": 2.8891141923281793e-08, + "G": 5.5763061936886515e-06, + "F": 0.00014405326510313898, + "E": 3.971216574427672e-05, + "T": 1.1229567462578416e-05, + "P": 0.6168904900550842, + "-": 0.3828662037849426 + }, + "id": "tp_15602" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1950250, + "label": "-", + "classification": { + "B": 0.0002738473122008145, + "S": 0.00020798305922653526, + "I": 0.01577926240861416, + "C": 0.0014894123887643218, + "R": 0.0004463318327907473, + "M": 0.0024709459394216537, + "O": 0.0007669441984035075, + "W": 0.00012213501031510532, + "N": 0.0015334663912653923, + "Y": 0.01855590008199215, + "U": 0.00012029308709315956, + "K": 0.00020204484462738037, + "L": 0.0002718217147048563, + "G": 0.006046796217560768, + "F": 0.01215091347694397, + "E": 0.007767958100885153, + "T": 0.009713481180369854, + "P": 0.3917517066001892, + "-": 0.5303287506103516 + }, + "id": "tp_15603" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1950384, + "label": "-", + "classification": { + "B": 0.00019235552463214844, + "S": 6.940107414266095e-05, + "I": 0.0032805565278977156, + "C": 0.0003886413178406656, + "R": 6.678005593130365e-05, + "M": 0.0010380733292549849, + "O": 0.0003200372157152742, + "W": 6.466202466981485e-05, + "N": 0.00032815264421515167, + "Y": 0.004678706172853708, + "U": 4.550652374746278e-05, + "K": 7.830241520423442e-05, + "L": 0.00010110034781973809, + "G": 0.0016186796128749847, + "F": 0.008311189711093903, + "E": 0.0030288149137049913, + "T": 0.0030589932575821877, + "P": 0.4138089418411255, + "-": 0.5595210790634155 + }, + "id": "tp_15604" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1950517, + "label": "-", + "classification": { + "B": 2.963193583127577e-05, + "S": 3.0661478831461864e-06, + "I": 0.0023644487373530865, + "C": 0.0002649062080308795, + "R": 3.781764826271683e-05, + "M": 0.00030856431112624705, + "O": 0.00011286216613370925, + "W": 1.0367985851189587e-05, + "N": 9.755267092259601e-05, + "Y": 0.0013293405063450336, + "U": 1.2385221452859696e-05, + "K": 4.6155628297128715e-06, + "L": 2.886083530029282e-05, + "G": 0.0005680321482941508, + "F": 0.0007245753076858819, + "E": 0.0010129691800102592, + "T": 0.0019134837202727795, + "P": 0.34843823313713074, + "-": 0.6427382230758667 + }, + "id": "tp_15605" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1950651, + "label": "P", + "classification": { + "B": 2.8277059755055234e-05, + "S": 7.056652248138562e-05, + "I": 0.024402813985943794, + "C": 0.0006446689367294312, + "R": 0.00023314086138270795, + "M": 0.0011155257234349847, + "O": 0.0006302116089500487, + "W": 7.643067510798573e-05, + "N": 0.0018473282689228654, + "Y": 0.008802383206784725, + "U": 4.7254787205019966e-05, + "K": 0.00015717487258370966, + "L": 6.803138239774853e-05, + "G": 0.0020598354749381542, + "F": 0.004122992046177387, + "E": 0.0024766349233686924, + "T": 0.007712867576628923, + "P": 0.4901827871799469, + "-": 0.45532098412513733 + }, + "id": "tp_15606" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1950751, + "label": "-", + "classification": { + "B": 9.10584034841122e-08, + "S": 1.834287104429677e-07, + "I": 0.0002038235979853198, + "C": 1.121761215472361e-06, + "R": 2.2457315651536192e-07, + "M": 6.783563094359124e-06, + "O": 4.087624802195933e-06, + "W": 2.490498900442617e-07, + "N": 1.2066926501574926e-05, + "Y": 0.0002110492787323892, + "U": 1.233851918414075e-07, + "K": 6.467120783781866e-06, + "L": 8.007837948298402e-08, + "G": 3.861493678414263e-05, + "F": 0.0006618461338803172, + "E": 0.00017852283781394362, + "T": 0.00020076044893357903, + "P": 0.49188292026519775, + "-": 0.5065910220146179 + }, + "id": "tp_15607" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1950884, + "label": "-", + "classification": { + "B": 1.558728968120704e-07, + "S": 7.08256067127877e-08, + "I": 0.0002542876754887402, + "C": 3.312817352707498e-05, + "R": 5.291366051096702e-06, + "M": 2.9331633413676172e-05, + "O": 8.997183613246307e-06, + "W": 3.3276168664997385e-07, + "N": 7.511666353821056e-06, + "Y": 0.0007126079290173948, + "U": 6.284757887442538e-07, + "K": 3.115119170615799e-06, + "L": 6.788357040932169e-07, + "G": 0.00013330488582141697, + "F": 0.0011990091297775507, + "E": 0.00019276181410532445, + "T": 0.0003270767047069967, + "P": 0.11884826421737671, + "-": 0.8782435059547424 + }, + "id": "tp_15608" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1951018, + "label": "-", + "classification": { + "B": 3.710683813551441e-05, + "S": 1.4535557056660764e-05, + "I": 0.001798203564248979, + "C": 9.652864537201822e-05, + "R": 1.6342828530468978e-05, + "M": 0.0017540731932967901, + "O": 0.00034639154910109937, + "W": 1.3519304047804326e-05, + "N": 8.555463136872277e-05, + "Y": 0.003198509104549885, + "U": 5.303463240124984e-06, + "K": 2.8627587198570836e-06, + "L": 5.4652289691148326e-05, + "G": 0.0010254662483930588, + "F": 0.0006459169671870768, + "E": 0.0007637598901055753, + "T": 0.0062493737787008286, + "P": 0.16934901475906372, + "-": 0.8145428895950317 + }, + "id": "tp_15609" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1951151, + "label": "-", + "classification": { + "B": 0.0006220567156560719, + "S": 0.0008119306294247508, + "I": 0.04819537326693535, + "C": 0.005415615625679493, + "R": 0.0029723388142883778, + "M": 0.013566943816840649, + "O": 0.006061396561563015, + "W": 0.0010789039079099894, + "N": 0.005086129531264305, + "Y": 0.18151742219924927, + "U": 0.000270051445113495, + "K": 0.0015179389156401157, + "L": 0.0010062606306746602, + "G": 0.018971668556332588, + "F": 0.016032198444008827, + "E": 0.01130881067365408, + "T": 0.06582838296890259, + "P": 0.10635651648044586, + "-": 0.5133799314498901 + }, + "id": "tp_15610" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1951251, + "label": "-", + "classification": { + "B": 1.3820706953993067e-05, + "S": 3.192783424310619e-06, + "I": 0.0017661089077591896, + "C": 9.461722947889939e-05, + "R": 2.946508720924612e-05, + "M": 0.0004340179730206728, + "O": 9.441334987059236e-05, + "W": 2.611043328215601e-06, + "N": 5.105843229102902e-05, + "Y": 0.01527057308703661, + "U": 2.5496781290712534e-06, + "K": 6.536214186780853e-06, + "L": 1.669244738877751e-05, + "G": 0.0028946951497346163, + "F": 0.0013762126909568906, + "E": 0.0005654615815728903, + "T": 0.005374772474169731, + "P": 0.1002202108502388, + "-": 0.8717829585075378 + }, + "id": "tp_15611" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1951385, + "label": "-", + "classification": { + "B": 4.373017148395775e-08, + "S": 4.667365871569018e-08, + "I": 0.0003522320184856653, + "C": 1.2829928891733289e-05, + "R": 2.010242724281852e-06, + "M": 9.152004167845007e-06, + "O": 2.9519389954657527e-06, + "W": 1.7810569374887564e-07, + "N": 5.576137027674122e-06, + "Y": 0.00027363348635844886, + "U": 2.6995684265784803e-07, + "K": 3.605636266001966e-06, + "L": 1.812786507571218e-07, + "G": 3.0546594643965364e-05, + "F": 0.0006171447457745671, + "E": 4.962819002685137e-05, + "T": 0.0001994018821278587, + "P": 0.19703547656536102, + "-": 0.8014050722122192 + }, + "id": "tp_15612" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1951518, + "label": "-", + "classification": { + "B": 4.416328010847792e-06, + "S": 1.2820682115943782e-07, + "I": 0.00020923840929754078, + "C": 4.656349574361229e-06, + "R": 3.8582820138799434e-07, + "M": 6.382147694239393e-05, + "O": 1.2403108485159464e-05, + "W": 2.6763694904730073e-07, + "N": 5.4143793022376485e-06, + "Y": 0.00013497870531864464, + "U": 7.696572623672182e-08, + "K": 6.07034351673974e-08, + "L": 7.752312853881449e-07, + "G": 9.128874080488458e-05, + "F": 7.270854257512838e-05, + "E": 0.0002288737887283787, + "T": 0.00021575768187176436, + "P": 0.41568103432655334, + "-": 0.5832737684249878 + }, + "id": "tp_15613" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1951652, + "label": "P", + "classification": { + "B": 4.0210375118476804e-06, + "S": 1.9803485429292778e-06, + "I": 0.0032927996944636106, + "C": 5.974644864181755e-06, + "R": 2.3868910830060486e-06, + "M": 3.196840043528937e-05, + "O": 3.4395776310702786e-05, + "W": 1.0123642368853325e-06, + "N": 7.367313810391352e-05, + "Y": 0.00017600318824406713, + "U": 1.3687227351510955e-07, + "K": 1.1493611395962944e-08, + "L": 3.420580242163851e-06, + "G": 9.46519649005495e-05, + "F": 3.3546264603501186e-05, + "E": 8.582398731959984e-05, + "T": 0.00046046896022744477, + "P": 0.8936582207679749, + "-": 0.10203944891691208 + }, + "id": "tp_15614" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1951752, + "label": "-", + "classification": { + "B": 8.036230428842828e-05, + "S": 7.580929377581924e-06, + "I": 0.01008716318756342, + "C": 0.00048669116222299635, + "R": 7.789181836415082e-05, + "M": 0.0019033796852454543, + "O": 0.00011227295908611268, + "W": 6.80410630593542e-06, + "N": 0.00020803049847017974, + "Y": 0.009985792450606823, + "U": 7.867980457376689e-06, + "K": 8.420021913480014e-06, + "L": 6.920947635080665e-05, + "G": 0.005710501689463854, + "F": 0.004083015024662018, + "E": 0.009630192071199417, + "T": 0.003200067672878504, + "P": 0.3754332363605499, + "-": 0.578901469707489 + }, + "id": "tp_15615" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1951885, + "label": "-", + "classification": { + "B": 6.968501566007035e-06, + "S": 4.6080645006441046e-06, + "I": 0.0004670493653975427, + "C": 2.1807940356666222e-05, + "R": 2.1442122033477062e-06, + "M": 0.00020598342234734446, + "O": 5.3950523579260334e-05, + "W": 4.394480583869154e-06, + "N": 4.278547203284688e-05, + "Y": 0.0008329335250891745, + "U": 2.152210527128773e-06, + "K": 2.9197450203355402e-05, + "L": 3.7123611491551856e-06, + "G": 0.0004378022567834705, + "F": 0.002102301688864827, + "E": 0.0020199385471642017, + "T": 0.0006529750535264611, + "P": 0.23414947092533112, + "-": 0.7589597702026367 + }, + "id": "tp_15616" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1952019, + "label": "-", + "classification": { + "B": 0.00023107462038751692, + "S": 0.0001160969040938653, + "I": 0.033019956201314926, + "C": 0.007947237230837345, + "R": 0.0032597887329757214, + "M": 0.012302118353545666, + "O": 0.0022031059488654137, + "W": 0.00025934967561624944, + "N": 0.0012336567742750049, + "Y": 0.12017772346735, + "U": 0.0001666701427893713, + "K": 0.00020579955889843404, + "L": 0.00100653525441885, + "G": 0.018544089049100876, + "F": 0.008618281222879887, + "E": 0.00458514504134655, + "T": 0.043193671852350235, + "P": 0.07563041150569916, + "-": 0.667299211025238 + }, + "id": "tp_15617" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1952152, + "label": "-", + "classification": { + "B": 5.503611464519054e-05, + "S": 1.3031283742748201e-05, + "I": 0.0010205679573118687, + "C": 0.00011911018373211846, + "R": 2.9186090614530258e-05, + "M": 0.0008914116770029068, + "O": 0.00019202147086616606, + "W": 1.1814669051091187e-05, + "N": 4.036628160974942e-05, + "Y": 0.006826707161962986, + "U": 3.1105353173188632e-06, + "K": 1.2964545021532103e-05, + "L": 3.968509190599434e-05, + "G": 0.002404199680313468, + "F": 0.00463134003803134, + "E": 0.0016307493206113577, + "T": 0.002616281621158123, + "P": 0.11056303232908249, + "-": 0.8688994646072388 + }, + "id": "tp_15618" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1952252, + "label": "-", + "classification": { + "B": 1.060673525898892e-06, + "S": 2.497111836419208e-06, + "I": 0.0015541169559583068, + "C": 4.601456384989433e-05, + "R": 8.128314220812172e-06, + "M": 7.128996367100626e-05, + "O": 4.145437924307771e-05, + "W": 3.6818653370573884e-06, + "N": 0.00014165861648507416, + "Y": 0.0006329048774205148, + "U": 3.0306741791719105e-06, + "K": 8.965904271462932e-05, + "L": 1.3943140402261633e-06, + "G": 0.00017397325427737087, + "F": 0.002460251096636057, + "E": 0.001286493381485343, + "T": 0.0005021024844609201, + "P": 0.46063655614852905, + "-": 0.5323437452316284 + }, + "id": "tp_15619" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1952386, + "label": "-", + "classification": { + "B": 4.583010859704473e-09, + "S": 3.1966149727225e-09, + "I": 0.00011369326239218935, + "C": 7.467172622455109e-07, + "R": 8.3009339846285e-08, + "M": 7.1931012826098595e-06, + "O": 4.337920813668461e-07, + "W": 1.2630083645603918e-08, + "N": 8.021282269510266e-07, + "Y": 0.00031641212990507483, + "U": 1.0276688833243952e-08, + "K": 5.4097590407309326e-08, + "L": 2.140538946093784e-08, + "G": 5.79407469558646e-06, + "F": 8.185598562704399e-05, + "E": 2.4386521545238793e-05, + "T": 0.00013790933007840067, + "P": 0.15349559485912323, + "-": 0.8458149433135986 + }, + "id": "tp_15620" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1952519, + "label": "-", + "classification": { + "B": 8.341191460203845e-06, + "S": 1.7313910802840837e-06, + "I": 0.0009749632445164025, + "C": 4.1508075810270384e-05, + "R": 4.916663783660624e-06, + "M": 0.00029834258020855486, + "O": 7.13275876478292e-05, + "W": 2.899893843277823e-06, + "N": 3.616226968006231e-05, + "Y": 0.0007096402114257216, + "U": 1.1674602546918322e-06, + "K": 8.074015340753249e-07, + "L": 7.75597527535865e-06, + "G": 0.0003282884426880628, + "F": 0.00038177796523086727, + "E": 0.0006952004041522741, + "T": 0.0011145367752760649, + "P": 0.2975509762763977, + "-": 0.6977697014808655 + }, + "id": "tp_15621" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1952653, + "label": "-", + "classification": { + "B": 1.9751335003093118e-06, + "S": 5.982082598166016e-07, + "I": 0.00027850104379467666, + "C": 1.2062878340657335e-05, + "R": 2.189306997024687e-06, + "M": 0.0001322013995377347, + "O": 2.885838330257684e-05, + "W": 8.220070526476775e-07, + "N": 1.0810114872583654e-05, + "Y": 0.0006209929124452174, + "U": 4.1503272996123997e-07, + "K": 8.320853908116987e-07, + "L": 2.360942289669765e-06, + "G": 0.00018868219922296703, + "F": 0.0005451766191981733, + "E": 0.00022532396542374045, + "T": 0.000514260376803577, + "P": 0.15827107429504395, + "-": 0.8391628861427307 + }, + "id": "tp_15622" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1952753, + "label": "-", + "classification": { + "B": 3.928781779904966e-07, + "S": 1.388959525172595e-08, + "I": 0.00045505224261432886, + "C": 0.00011351093417033553, + "R": 1.2420519851730205e-05, + "M": 6.331333861453459e-05, + "O": 6.6179372879560106e-06, + "W": 1.6751758380451065e-07, + "N": 2.208670366599108e-06, + "Y": 0.0006671420414932072, + "U": 4.860896183345176e-07, + "K": 3.489618620733381e-07, + "L": 1.3214533964855946e-06, + "G": 0.0002041350380750373, + "F": 0.00014366790128406137, + "E": 7.365040801232681e-05, + "T": 0.00036076383548788726, + "P": 0.06664963066577911, + "-": 0.9312451481819153 + }, + "id": "tp_15623" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1952886, + "label": "-", + "classification": { + "B": 7.387864570773672e-06, + "S": 1.5156939525695634e-06, + "I": 0.0029558141250163317, + "C": 0.0003835333336610347, + "R": 3.4799879358615726e-05, + "M": 0.00048139685532078147, + "O": 7.159665983635932e-05, + "W": 4.349182290752651e-06, + "N": 6.041539381840266e-05, + "Y": 0.0029301755130290985, + "U": 6.8904514591849875e-06, + "K": 2.6290592813893454e-06, + "L": 1.8080334484693594e-05, + "G": 0.0005509865004569292, + "F": 0.0004909757990390062, + "E": 0.0008804709650576115, + "T": 0.0019310766365379095, + "P": 0.23144805431365967, + "-": 0.7577398419380188 + }, + "id": "tp_15624" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1953020, + "label": "-", + "classification": { + "B": 0.00018845568411052227, + "S": 0.0002279465988976881, + "I": 0.00438696751371026, + "C": 0.0012091880198568106, + "R": 0.0004460850323084742, + "M": 0.0009590002591721714, + "O": 0.0009660822106525302, + "W": 0.0003012145170941949, + "N": 0.0012168438406661153, + "Y": 0.010372119024395943, + "U": 0.0003172321885358542, + "K": 0.008751271292567253, + "L": 0.00012024985335301608, + "G": 0.004154318943619728, + "F": 0.049718841910362244, + "E": 0.007251223549246788, + "T": 0.004952292889356613, + "P": 0.21579283475875854, + "-": 0.6886678338050842 + }, + "id": "tp_15625" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1953153, + "label": "-", + "classification": { + "B": 8.226142381317914e-05, + "S": 4.7462199290748686e-05, + "I": 0.024051252752542496, + "C": 0.0010496987961232662, + "R": 0.0002969506895169616, + "M": 0.001955017214640975, + "O": 0.0005594854592345655, + "W": 5.7511424529366195e-05, + "N": 0.0011530675692483783, + "Y": 0.02805589698255062, + "U": 4.1881092329276726e-05, + "K": 0.00012088891526218504, + "L": 9.561841579852626e-05, + "G": 0.004063786473125219, + "F": 0.003872666275128722, + "E": 0.0036657187156379223, + "T": 0.015843458473682404, + "P": 0.3376094400882721, + "-": 0.5773779153823853 + }, + "id": "tp_15626" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1953253, + "label": "-", + "classification": { + "B": 0.000610722228884697, + "S": 8.349720883416012e-05, + "I": 0.0016956080216914415, + "C": 0.00013375353591982275, + "R": 4.360459934105165e-05, + "M": 0.0029316875152289867, + "O": 0.000501411035656929, + "W": 3.167625254718587e-05, + "N": 8.695776341482997e-05, + "Y": 0.007592302281409502, + "U": 8.473233719996642e-06, + "K": 3.209281203453429e-06, + "L": 0.0002769440470729023, + "G": 0.004234973341226578, + "F": 0.0041213552467525005, + "E": 0.0027863860595971346, + "T": 0.005503667984157801, + "P": 0.2179715633392334, + "-": 0.7513821721076965 + }, + "id": "tp_15627" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1953387, + "label": "P", + "classification": { + "B": 3.8154736103024334e-05, + "S": 0.00016644306015223265, + "I": 0.1789938062429428, + "C": 0.001571737346239388, + "R": 0.0008415343472734094, + "M": 0.0012474507093429565, + "O": 0.0006440076977014542, + "W": 9.707490971777588e-05, + "N": 0.013222417794167995, + "Y": 0.030703239142894745, + "U": 2.9178547265473753e-05, + "K": 0.0009184633963741362, + "L": 4.785867713508196e-05, + "G": 0.003678507637232542, + "F": 0.004937632009387016, + "E": 0.005159540101885796, + "T": 0.012729458510875702, + "P": 0.5340096354484558, + "-": 0.21096374094486237 + }, + "id": "tp_15628" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1953520, + "label": "-", + "classification": { + "B": 8.141003604578145e-07, + "S": 2.051683978265828e-08, + "I": 0.0010521672666072845, + "C": 1.9794075342360884e-05, + "R": 2.1270775505399797e-06, + "M": 7.69657563068904e-05, + "O": 4.5015030991635285e-06, + "W": 6.983089662071507e-08, + "N": 7.224456112453481e-06, + "Y": 0.0016004788922145963, + "U": 1.7905254878769483e-07, + "K": 3.791352582993568e-07, + "L": 1.0193552952841856e-06, + "G": 0.0006546120857819915, + "F": 0.0002222281036665663, + "E": 0.0008733386057429016, + "T": 0.0006137939635664225, + "P": 0.14742298424243927, + "-": 0.847447395324707 + }, + "id": "tp_15629" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1953654, + "label": "-", + "classification": { + "B": 4.915388096549123e-10, + "S": 3.5382761165436705e-09, + "I": 1.5902235190878855e-06, + "C": 6.532284935190091e-09, + "R": 1.2723309072981692e-09, + "M": 1.8537642176852387e-07, + "O": 1.8648837851742428e-07, + "W": 3.830103789681516e-09, + "N": 4.407575104892203e-08, + "Y": 1.2726939530693926e-05, + "U": 6.231006821622032e-10, + "K": 1.6023458115910216e-08, + "L": 1.422884476909303e-09, + "G": 5.602454962172487e-07, + "F": 0.00010115656186826527, + "E": 7.012719152044156e-07, + "T": 2.0353871150291525e-05, + "P": 0.12834970653057098, + "-": 0.8715128898620605 + }, + "id": "tp_15630" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1953754, + "label": "-", + "classification": { + "B": 0.0006862711161375046, + "S": 0.00023011330631561577, + "I": 0.0576104111969471, + "C": 0.012869820930063725, + "R": 0.001727513037621975, + "M": 0.008472495712339878, + "O": 0.001626259763725102, + "W": 0.0002898622478824109, + "N": 0.0035661133006215096, + "Y": 0.05364787578582764, + "U": 0.0004182412230875343, + "K": 0.0004024853406008333, + "L": 0.0010477827163413167, + "G": 0.017719216644763947, + "F": 0.012087703682482243, + "E": 0.027967063710093498, + "T": 0.018372172489762306, + "P": 0.3032938539981842, + "-": 0.4779647886753082 + }, + "id": "tp_15631" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1953887, + "label": "-", + "classification": { + "B": 0.0007069270359352231, + "S": 0.00019467237871140242, + "I": 0.01133420504629612, + "C": 0.0007045834208838642, + "R": 0.0002683233469724655, + "M": 0.00471150316298008, + "O": 0.0018461653962731361, + "W": 0.0002610947412904352, + "N": 0.0014026847202330828, + "Y": 0.00934009999036789, + "U": 0.0001324641634710133, + "K": 0.00010674635268514976, + "L": 0.0004778843722306192, + "G": 0.0047857328318059444, + "F": 0.005755435209721327, + "E": 0.005411386489868164, + "T": 0.01483718492090702, + "P": 0.39884287118911743, + "-": 0.538879930973053 + }, + "id": "tp_15632" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1954021, + "label": "-", + "classification": { + "B": 5.95019059801416e-07, + "S": 2.2096067198162928e-08, + "I": 5.938297908869572e-05, + "C": 1.3696276255359408e-05, + "R": 1.0115294344359427e-06, + "M": 6.296697847574251e-06, + "O": 1.5710818388470216e-06, + "W": 6.290743215231487e-08, + "N": 8.492114602631773e-07, + "Y": 0.0001644599688006565, + "U": 1.9456290090147377e-07, + "K": 1.351015299633218e-07, + "L": 3.6286928661866114e-07, + "G": 5.967153629171662e-05, + "F": 0.0005162100424058735, + "E": 4.4440050260163844e-05, + "T": 0.00010719438432715833, + "P": 0.30493247509002686, + "-": 0.694091260433197 + }, + "id": "tp_15633" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1954154, + "label": "-", + "classification": { + "B": 6.716260259054252e-07, + "S": 8.448931225757406e-07, + "I": 0.002871480770409107, + "C": 6.568726803379832e-06, + "R": 4.6782673734924174e-07, + "M": 0.00010203922283835709, + "O": 4.450123924470972e-06, + "W": 2.044762226205421e-07, + "N": 3.684084367705509e-05, + "Y": 0.0038490144070237875, + "U": 2.644840968457629e-08, + "K": 3.361674089319422e-06, + "L": 2.410435797628452e-07, + "G": 0.00020465455600060523, + "F": 0.001529907574877143, + "E": 0.0033217354211956263, + "T": 0.00029070957680232823, + "P": 0.4087866246700287, + "-": 0.57899010181427 + }, + "id": "tp_15634" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1954254, + "label": "-", + "classification": { + "B": 1.8075992329613655e-06, + "S": 2.2589517811866244e-06, + "I": 0.0007969009457156062, + "C": 6.409931756934384e-06, + "R": 1.830938003877236e-06, + "M": 9.472800593357533e-05, + "O": 2.0810728528886102e-05, + "W": 1.715173311822582e-06, + "N": 4.2062649299623445e-05, + "Y": 0.0015069578075781465, + "U": 8.050731707953673e-07, + "K": 1.8114536942448467e-05, + "L": 9.387767363477906e-07, + "G": 0.00026711885584518313, + "F": 0.0014824335230514407, + "E": 0.0007001555059105158, + "T": 0.001133376150391996, + "P": 0.45934534072875977, + "-": 0.5345761775970459 + }, + "id": "tp_15635" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1954388, + "label": "-", + "classification": { + "B": 8.736664312891662e-05, + "S": 3.327595186419785e-05, + "I": 0.0347999632358551, + "C": 0.001767031499184668, + "R": 0.0006174037116579711, + "M": 0.0036182282492518425, + "O": 0.0004862952628172934, + "W": 5.188629074837081e-05, + "N": 0.0012136640725657344, + "Y": 0.05044953152537346, + "U": 7.527985144406557e-05, + "K": 0.0003393603255972266, + "L": 0.00019245983276050538, + "G": 0.016539914533495903, + "F": 0.009900910779833794, + "E": 0.012272954918444157, + "T": 0.016293397173285484, + "P": 0.2339339256286621, + "-": 0.6173272132873535 + }, + "id": "tp_15636" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1954521, + "label": "-", + "classification": { + "B": 8.877021173248067e-06, + "S": 1.3107632184983231e-05, + "I": 0.00019717226678039879, + "C": 2.086980930471327e-05, + "R": 6.533718078571837e-06, + "M": 8.761816570768133e-05, + "O": 8.175295806722715e-05, + "W": 1.0910367564065382e-05, + "N": 2.4872088033589534e-05, + "Y": 0.0011790975695475936, + "U": 2.326381036255043e-06, + "K": 8.813835302134976e-05, + "L": 3.196694024154567e-06, + "G": 0.00015849704504944384, + "F": 0.0025215314235538244, + "E": 9.601274359738454e-05, + "T": 0.0011231742100790143, + "P": 0.06869867444038391, + "-": 0.9256777167320251 + }, + "id": "tp_15637" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1954655, + "label": "-", + "classification": { + "B": 3.2859308163324386e-08, + "S": 3.8763541709840865e-08, + "I": 0.000881073297932744, + "C": 1.1104299346698099e-06, + "R": 1.408028822424967e-07, + "M": 7.452334102708846e-06, + "O": 1.0298496135874302e-06, + "W": 3.260564795937171e-08, + "N": 9.041409612109419e-06, + "Y": 0.0010124238906428218, + "U": 1.207588873342047e-08, + "K": 2.4605145654277294e-07, + "L": 1.9704899045791535e-08, + "G": 9.102916010306217e-06, + "F": 7.738149724900723e-05, + "E": 7.078187627485022e-05, + "T": 0.00034627370769158006, + "P": 0.2987874448299408, + "-": 0.6987963914871216 + }, + "id": "tp_15638" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1954755, + "label": "P", + "classification": { + "B": 4.189283117739251e-06, + "S": 8.791945219854824e-06, + "I": 0.006952458061277866, + "C": 1.982175854209345e-05, + "R": 5.850317393196747e-06, + "M": 0.00018865613674279302, + "O": 4.514172542258166e-05, + "W": 3.990037839685101e-06, + "N": 0.00042014243081212044, + "Y": 0.003492604708299041, + "U": 1.111119217966916e-06, + "K": 0.0003425789764150977, + "L": 1.0740852758317487e-06, + "G": 0.0005048283492214978, + "F": 0.0023230190854519606, + "E": 0.002558373846113682, + "T": 0.0018299294169992208, + "P": 0.5288586616516113, + "-": 0.4524387717247009 + }, + "id": "tp_15639" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1954888, + "label": "-", + "classification": { + "B": 0.00042396062053740025, + "S": 0.0005894781206734478, + "I": 0.0632813423871994, + "C": 0.0035284599289298058, + "R": 0.0006172810681164265, + "M": 0.01191423274576664, + "O": 0.0023760502226650715, + "W": 0.00048664052155800164, + "N": 0.007541205268353224, + "Y": 0.14416222274303436, + "U": 6.537444278365001e-05, + "K": 0.007425557356327772, + "L": 0.00030821989639662206, + "G": 0.04884648695588112, + "F": 0.02763431891798973, + "E": 0.14026717841625214, + "T": 0.03461717441678047, + "P": 0.15050308406352997, + "-": 0.35541167855262756 + }, + "id": "tp_15640" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1955022, + "label": "-", + "classification": { + "B": 1.972475871525603e-07, + "S": 3.986703802638658e-07, + "I": 0.0003302426775917411, + "C": 8.423894541920163e-06, + "R": 1.585948780302715e-06, + "M": 5.609533218375873e-06, + "O": 5.0598328016349114e-06, + "W": 1.18285140615626e-06, + "N": 4.7097135393414646e-05, + "Y": 0.0011276094010099769, + "U": 1.0437731816637097e-06, + "K": 0.0005566649488173425, + "L": 8.525826444838458e-08, + "G": 9.418120316695422e-05, + "F": 0.0031707605812698603, + "E": 0.0011067453306168318, + "T": 0.00017407363338861614, + "P": 0.3691975772380829, + "-": 0.6241714358329773 + }, + "id": "tp_15641" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1955155, + "label": "-", + "classification": { + "B": 0.0014410729054361582, + "S": 0.00045735941966995597, + "I": 0.0037681793328374624, + "C": 0.0008100378327071667, + "R": 0.00019215421343687922, + "M": 0.003152890596538782, + "O": 0.0021144787315279245, + "W": 0.0005412838072516024, + "N": 0.0008744584047235548, + "Y": 0.01177958119660616, + "U": 7.070610445225611e-05, + "K": 0.0012248751008883119, + "L": 0.0002208402001997456, + "G": 0.005204763729125261, + "F": 0.018806222826242447, + "E": 0.01906449720263481, + "T": 0.0035960571840405464, + "P": 0.21945759654045105, + "-": 0.7072229981422424 + }, + "id": "tp_15642" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1955255, + "label": "-", + "classification": { + "B": 2.0704592884612794e-07, + "S": 4.6537027742488135e-07, + "I": 0.0001275605318369344, + "C": 2.672651498869527e-05, + "R": 6.892549663461978e-06, + "M": 5.432423859019764e-05, + "O": 1.1300649020995479e-05, + "W": 7.110166393431427e-07, + "N": 4.5714518819295336e-06, + "Y": 0.00163549417629838, + "U": 4.966115056959097e-07, + "K": 1.742407948768232e-05, + "L": 9.40512165925611e-07, + "G": 0.00012186918320367113, + "F": 0.0033707325346767902, + "E": 0.0001186476947623305, + "T": 0.0006614541634917259, + "P": 0.05309183895587921, + "-": 0.9407483339309692 + }, + "id": "tp_15643" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1955389, + "label": "-", + "classification": { + "B": 2.639037347762496e-06, + "S": 8.074475772446021e-06, + "I": 0.000126158949569799, + "C": 1.0163538718188647e-05, + "R": 2.4305968508997466e-06, + "M": 4.926486508338712e-05, + "O": 5.649046943290159e-05, + "W": 9.015592695504893e-06, + "N": 2.6504567358642817e-05, + "Y": 0.0012367332819849253, + "U": 2.355195192649262e-06, + "K": 0.00019273576617706567, + "L": 1.7308781252722838e-06, + "G": 0.00017829785065259784, + "F": 0.00872319657355547, + "E": 0.0005285963416099548, + "T": 0.0003750658652279526, + "P": 0.1563710868358612, + "-": 0.832099437713623 + }, + "id": "tp_15644" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1955522, + "label": "-", + "classification": { + "B": 3.375064261490479e-05, + "S": 1.1356376489857212e-05, + "I": 0.003590998938307166, + "C": 0.0005897243390791118, + "R": 0.00010210266191279516, + "M": 0.002154520247131586, + "O": 0.00026218820130452514, + "W": 1.864587829913944e-05, + "N": 0.00014661590103060007, + "Y": 0.00917007215321064, + "U": 1.7642758393776603e-05, + "K": 2.2542117221746594e-05, + "L": 7.50291146687232e-05, + "G": 0.0021159835159778595, + "F": 0.002330068266019225, + "E": 0.0021096235141158104, + "T": 0.005559578072279692, + "P": 0.17207355797290802, + "-": 0.7996159791946411 + }, + "id": "tp_15645" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1955656, + "label": "-", + "classification": { + "B": 1.8995899154106155e-05, + "S": 1.7505150026408955e-05, + "I": 0.001505815191194415, + "C": 0.00012228333798702806, + "R": 1.760246232151985e-05, + "M": 0.0005803589010611176, + "O": 0.00011395821638870984, + "W": 1.6839836462168023e-05, + "N": 0.00017385602404829115, + "Y": 0.002916391473263502, + "U": 2.0673391190939583e-05, + "K": 9.696610504761338e-05, + "L": 3.030514380952809e-05, + "G": 0.0007360099698416889, + "F": 0.01094262208789587, + "E": 0.0024155541323125362, + "T": 0.0027828561142086983, + "P": 0.40799060463905334, + "-": 0.5695008039474487 + }, + "id": "tp_15646" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1955756, + "label": "-", + "classification": { + "B": 2.5426194042665884e-05, + "S": 7.720802386756986e-05, + "I": 0.0019002106273546815, + "C": 4.344637636677362e-05, + "R": 1.6759657228249125e-05, + "M": 0.0008787581464275718, + "O": 0.00018029072089120746, + "W": 1.4140987332211807e-05, + "N": 0.0001532964379293844, + "Y": 0.015640277415513992, + "U": 2.077265889965929e-06, + "K": 5.269490065984428e-05, + "L": 1.7382884834660217e-05, + "G": 0.0023129077162593603, + "F": 0.022373901680111885, + "E": 0.0018586827209219337, + "T": 0.009196879342198372, + "P": 0.18687012791633606, + "-": 0.7583855986595154 + }, + "id": "tp_15647" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1955889, + "label": "-", + "classification": { + "B": 3.2538540835957974e-05, + "S": 2.290403062943369e-05, + "I": 0.0023176027461886406, + "C": 0.000344702391885221, + "R": 6.354717334033921e-05, + "M": 0.0004417590389493853, + "O": 0.00016333725943695754, + "W": 2.065037188003771e-05, + "N": 0.00025959915365092456, + "Y": 0.0054548061452806, + "U": 3.1099640182219446e-05, + "K": 0.00031565403332933784, + "L": 2.454917921568267e-05, + "G": 0.0021370803005993366, + "F": 0.005615037400275469, + "E": 0.0023708429653197527, + "T": 0.0030690880957990885, + "P": 0.26434066891670227, + "-": 0.7129745483398438 + }, + "id": "tp_15648" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1956023, + "label": "-", + "classification": { + "B": 9.63476031756727e-06, + "S": 8.577300718570768e-07, + "I": 0.000631337461527437, + "C": 1.9853076082654297e-05, + "R": 3.0226294711610535e-06, + "M": 5.556845644605346e-05, + "O": 2.8243155611562543e-05, + "W": 1.7112665773311164e-06, + "N": 2.1215371816651896e-05, + "Y": 0.00018723795074038208, + "U": 1.4634334775109892e-06, + "K": 3.7107072330400115e-06, + "L": 2.7469279757497134e-06, + "G": 0.00013517391926143318, + "F": 0.0006219993229024112, + "E": 0.0003339931135997176, + "T": 0.0002296861057402566, + "P": 0.38309067487716675, + "-": 0.6146218180656433 + }, + "id": "tp_15649" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1956156, + "label": "-", + "classification": { + "B": 1.2774327728948265e-07, + "S": 7.926119138801369e-08, + "I": 0.0046332599595189095, + "C": 3.3614363928791136e-05, + "R": 6.807584213675e-06, + "M": 0.00010984233085764572, + "O": 6.129434950707946e-06, + "W": 3.3903859275596915e-07, + "N": 2.7050629796576686e-05, + "Y": 0.004017302300781012, + "U": 1.9311646326514165e-07, + "K": 1.2899497505713953e-06, + "L": 8.42338920392649e-07, + "G": 0.00022650748724117875, + "F": 0.0009357777307741344, + "E": 0.0012390328338369727, + "T": 0.0009317247313447297, + "P": 0.23696798086166382, + "-": 0.7508620619773865 + }, + "id": "tp_15650" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1956256, + "label": "-", + "classification": { + "B": 2.2720820425092825e-07, + "S": 6.416431830302827e-08, + "I": 0.0005222685285843909, + "C": 3.943007413909072e-06, + "R": 6.444436166930245e-07, + "M": 2.2935852030059323e-05, + "O": 3.459082336121355e-06, + "W": 5.15893532337941e-08, + "N": 4.22283756051911e-06, + "Y": 0.00043383659794926643, + "U": 4.782441465067677e-08, + "K": 9.369224507338458e-09, + "L": 5.285742759042478e-07, + "G": 6.273025792324916e-05, + "F": 5.85220695938915e-05, + "E": 5.8382989664096385e-05, + "T": 0.0005705200601369143, + "P": 0.44010117650032043, + "-": 0.558156430721283 + }, + "id": "tp_15651" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1956390, + "label": "-", + "classification": { + "B": 5.915667955491699e-11, + "S": 2.9495173664573215e-11, + "I": 1.6940224668360315e-05, + "C": 1.0078974810312502e-07, + "R": 3.773170664800318e-09, + "M": 4.057076523622527e-07, + "O": 1.369307778276152e-08, + "W": 1.1987943970837023e-10, + "N": 3.1331513383747733e-08, + "Y": 2.1234556697891094e-05, + "U": 4.388220342654847e-10, + "K": 3.2470479638391225e-09, + "L": 8.785271399247563e-10, + "G": 1.1675508631014964e-06, + "F": 1.9360501028131694e-05, + "E": 2.9924210593890166e-06, + "T": 1.0384002052887809e-05, + "P": 0.12282272428274155, + "-": 0.877104640007019 + }, + "id": "tp_15652" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1956523, + "label": "-", + "classification": { + "B": 7.172992809501011e-06, + "S": 3.169147930748295e-06, + "I": 0.004395193886011839, + "C": 0.0004245523305144161, + "R": 3.3385025744792074e-05, + "M": 0.0002703916688915342, + "O": 5.064996730652638e-05, + "W": 8.564504241803661e-06, + "N": 0.00025274170911870897, + "Y": 0.0017544446745887399, + "U": 1.359715770377079e-05, + "K": 0.00019497035827953368, + "L": 7.654172804905102e-06, + "G": 0.0004992412286810577, + "F": 0.003443885361775756, + "E": 0.005905590020120144, + "T": 0.0008933725766837597, + "P": 0.37122222781181335, + "-": 0.6106191873550415 + }, + "id": "tp_15653" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1956657, + "label": "-", + "classification": { + "B": 6.879088232381037e-08, + "S": 1.3137645282768062e-07, + "I": 0.0003705814597196877, + "C": 9.144514478975907e-06, + "R": 8.680790983817133e-07, + "M": 1.9226850781706162e-05, + "O": 3.397736918486771e-06, + "W": 2.2706481672685186e-07, + "N": 9.765871254785452e-06, + "Y": 0.0010438200552016497, + "U": 1.6865320162651187e-07, + "K": 8.563671144656837e-06, + "L": 1.4500473355383292e-07, + "G": 8.029912714846432e-05, + "F": 0.0009980973554775119, + "E": 0.0005078818066976964, + "T": 0.00018512699170969427, + "P": 0.19653992354869843, + "-": 0.8002224564552307 + }, + "id": "tp_15654" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1956757, + "label": "-", + "classification": { + "B": 1.1332345728476412e-08, + "S": 9.133452216758542e-09, + "I": 0.0003219498030375689, + "C": 8.374671551791835e-07, + "R": 7.379814093155801e-08, + "M": 1.0082538210554048e-05, + "O": 6.011169375597092e-07, + "W": 2.8423512432596e-08, + "N": 3.422268036956666e-06, + "Y": 0.0004929387359879911, + "U": 1.1653867204586277e-08, + "K": 5.300812517816667e-07, + "L": 9.720061200368946e-09, + "G": 1.2976693142263684e-05, + "F": 8.844716649036855e-05, + "E": 9.510694508207962e-05, + "T": 0.00022398943838197738, + "P": 0.28842172026634216, + "-": 0.7103271484375 + }, + "id": "tp_15655" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1956890, + "label": "P", + "classification": { + "B": 0.0008508899481967092, + "S": 0.0002814572653733194, + "I": 0.012281045317649841, + "C": 0.0006506459321826696, + "R": 0.00024179350293707103, + "M": 0.00284482236020267, + "O": 0.0015898802084848285, + "W": 0.0003060377202928066, + "N": 0.0018580432515591383, + "Y": 0.014010600745677948, + "U": 0.00010997225035680458, + "K": 0.00019037794845644385, + "L": 0.00033833380439318717, + "G": 0.005542492028325796, + "F": 0.006597431842237711, + "E": 0.010550519451498985, + "T": 0.0076639424078166485, + "P": 0.5614246726036072, + "-": 0.3726670742034912 + }, + "id": "tp_15656" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1957024, + "label": "-", + "classification": { + "B": 1.122603498515673e-05, + "S": 2.440586513330345e-06, + "I": 0.0026548481546342373, + "C": 0.00018282952078152448, + "R": 3.6142409953754395e-05, + "M": 0.0006350069888867438, + "O": 0.00010824452328961343, + "W": 5.972447979729623e-06, + "N": 7.38375456421636e-05, + "Y": 0.004102678503841162, + "U": 4.360498678579461e-06, + "K": 1.278902891499456e-05, + "L": 1.505628642917145e-05, + "G": 0.0012588471872732043, + "F": 0.0015083076432347298, + "E": 0.0011051053879782557, + "T": 0.002936159959062934, + "P": 0.1616152971982956, + "-": 0.8237307667732239 + }, + "id": "tp_15657" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1957157, + "label": "-", + "classification": { + "B": 3.664229097921634e-06, + "S": 9.742097063281108e-06, + "I": 0.002667641267180443, + "C": 2.5007384465425275e-05, + "R": 1.0957785889331717e-05, + "M": 0.0005802943487651646, + "O": 9.654855239205062e-05, + "W": 7.059336439851904e-06, + "N": 8.23028531158343e-05, + "Y": 0.03786545991897583, + "U": 5.171169732420822e-07, + "K": 5.289450564305298e-05, + "L": 3.2552679840591736e-06, + "G": 0.0013495967723429203, + "F": 0.00395590765401721, + "E": 0.0008084960281848907, + "T": 0.007191365584731102, + "P": 0.07471184432506561, + "-": 0.8705773949623108 + }, + "id": "tp_15658" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1957257, + "label": "P", + "classification": { + "B": 1.3808979737461868e-08, + "S": 2.7453738837834862e-08, + "I": 0.0005834253970533609, + "C": 3.4800596040440723e-06, + "R": 1.9492371450269275e-07, + "M": 2.561499741204898e-06, + "O": 8.61794205775368e-07, + "W": 1.0319673293679443e-07, + "N": 2.2669781174045056e-05, + "Y": 0.000342308048857376, + "U": 8.853626809468551e-08, + "K": 7.460242341039702e-05, + "L": 8.008916196899918e-09, + "G": 2.9806256861775182e-05, + "F": 0.00040011241799220443, + "E": 0.0007775945705361664, + "T": 3.3633452403591946e-05, + "P": 0.5015735626220703, + "-": 0.4961550235748291 + }, + "id": "tp_15659" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1957391, + "label": "-", + "classification": { + "B": 7.03436671756208e-05, + "S": 0.0001868955441750586, + "I": 0.09527789801359177, + "C": 0.004820584785193205, + "R": 0.0011740331538021564, + "M": 0.0038544952403753996, + "O": 0.0014058803208172321, + "W": 0.0002657621225807816, + "N": 0.007377914618700743, + "Y": 0.027023926377296448, + "U": 0.00022134829487185925, + "K": 0.0016155731864273548, + "L": 0.0002116168907377869, + "G": 0.0049262214452028275, + "F": 0.008056520484387875, + "E": 0.012802330777049065, + "T": 0.017556142061948776, + "P": 0.2993192970752716, + "-": 0.513833224773407 + }, + "id": "tp_15660" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1957524, + "label": "-", + "classification": { + "B": 1.7760203263605945e-06, + "S": 5.038109975430416e-06, + "I": 0.0025348737835884094, + "C": 3.0224278816604055e-05, + "R": 9.67082360148197e-06, + "M": 0.00011324624210828915, + "O": 3.693013059091754e-05, + "W": 7.884556907811202e-06, + "N": 0.0002741646603681147, + "Y": 0.008389262482523918, + "U": 2.0113357095397078e-06, + "K": 0.0032566727604717016, + "L": 1.10564769784105e-06, + "G": 0.0011931754415854812, + "F": 0.02907533384859562, + "E": 0.008387642912566662, + "T": 0.0016977009363472462, + "P": 0.35947978496551514, + "-": 0.5855035781860352 + }, + "id": "tp_15661" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1957658, + "label": "P", + "classification": { + "B": 3.47365880770667e-06, + "S": 4.8785548045771066e-08, + "I": 0.00027370560565032065, + "C": 1.4355076700667269e-06, + "R": 9.256625332909607e-08, + "M": 2.6057859940920025e-05, + "O": 3.260718131059548e-06, + "W": 3.59427154705827e-08, + "N": 1.7216893866134342e-06, + "Y": 2.0186462279525585e-05, + "U": 1.004389460490529e-08, + "K": 4.0431100134519227e-10, + "L": 1.188512442240608e-06, + "G": 6.61721351207234e-05, + "F": 6.46099288132973e-05, + "E": 7.790539530105889e-05, + "T": 2.9006281693000346e-05, + "P": 0.771811306476593, + "-": 0.22761975228786469 + }, + "id": "tp_15662" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1957758, + "label": "Y", + "classification": { + "B": 4.00985936721554e-06, + "S": 4.539510700851679e-05, + "I": 0.20706774294376373, + "C": 0.00019786928896792233, + "R": 0.0001510364527348429, + "M": 0.0022306516766548157, + "O": 0.0004082317173015326, + "W": 3.5078217479167506e-05, + "N": 0.004021720495074987, + "Y": 0.4165804982185364, + "U": 1.5770549453009153e-06, + "K": 0.000658992154058069, + "L": 8.464854545309208e-06, + "G": 0.0073441085405647755, + "F": 0.0020738234743475914, + "E": 0.005332598462700844, + "T": 0.06185479834675789, + "P": 0.04663335904479027, + "-": 0.24535012245178223 + }, + "id": "tp_15663" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1957891, + "label": "-", + "classification": { + "B": 0.0014748986577615142, + "S": 0.0013274537632241845, + "I": 0.05310511216521263, + "C": 0.05378947779536247, + "R": 0.021514300256967545, + "M": 0.02872573770582676, + "O": 0.008784748613834381, + "W": 0.0020843485835939646, + "N": 0.006948988419026136, + "Y": 0.18296131491661072, + "U": 0.0017569861374795437, + "K": 0.005083086900413036, + "L": 0.0050280154682695866, + "G": 0.05909883603453636, + "F": 0.03627723827958107, + "E": 0.026184335350990295, + "T": 0.04998724162578583, + "P": 0.06454790383577347, + "-": 0.39132001996040344 + }, + "id": "tp_15664" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1958025, + "label": "-", + "classification": { + "B": 0.00024003854196052998, + "S": 6.836379179731011e-05, + "I": 0.09317526966333389, + "C": 0.0012489155633375049, + "R": 0.0005599899450317025, + "M": 0.011118047870695591, + "O": 0.0013833479024469852, + "W": 6.497465074062347e-05, + "N": 0.0012939905282109976, + "Y": 0.15505322813987732, + "U": 1.3711643987335265e-05, + "K": 1.2374780453683343e-05, + "L": 0.0003991098201368004, + "G": 0.02162502519786358, + "F": 0.0015883094165474176, + "E": 0.00572799751535058, + "T": 0.07488963752985, + "P": 0.11657451093196869, + "-": 0.5149633288383484 + }, + "id": "tp_15665" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1958158, + "label": "-", + "classification": { + "B": 0.0001575986243551597, + "S": 0.00013954822497908026, + "I": 0.0020671673119068146, + "C": 0.00023410306312143803, + "R": 5.7875924539985135e-05, + "M": 0.0003907852806150913, + "O": 0.00046227299026213586, + "W": 5.970319762127474e-05, + "N": 0.0005477095255628228, + "Y": 0.0023389027919620275, + "U": 4.010182965430431e-05, + "K": 8.71940646902658e-05, + "L": 0.00011488781456137076, + "G": 0.001262614969164133, + "F": 0.014908025041222572, + "E": 0.002587730996310711, + "T": 0.002455237554386258, + "P": 0.47769737243652344, + "-": 0.4943912923336029 + }, + "id": "tp_15666" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1958258, + "label": "-", + "classification": { + "B": 0.009699628688395023, + "S": 0.002218636218458414, + "I": 0.03087441623210907, + "C": 0.0030146357603371143, + "R": 0.00203499267809093, + "M": 0.03412803262472153, + "O": 0.01519105862826109, + "W": 0.0022295608650892973, + "N": 0.004318130202591419, + "Y": 0.0274636410176754, + "U": 0.0006369212060235441, + "K": 0.0005011481698602438, + "L": 0.006068808026611805, + "G": 0.027933059260249138, + "F": 0.016151264309883118, + "E": 0.016108214855194092, + "T": 0.030146446079015732, + "P": 0.21049480140209198, + "-": 0.5607866644859314 + }, + "id": "tp_15667" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1958392, + "label": "-", + "classification": { + "B": 5.1143801101716235e-05, + "S": 7.134621000659536e-07, + "I": 0.0010510332649573684, + "C": 7.469691627193242e-05, + "R": 8.804315257293638e-06, + "M": 0.0002748225233517587, + "O": 4.6383160224650055e-05, + "W": 9.310545578955498e-07, + "N": 9.461302397539839e-06, + "Y": 0.0010790833039209247, + "U": 7.184854666775209e-07, + "K": 2.960345852898172e-07, + "L": 1.9256578525528312e-05, + "G": 0.002424130216240883, + "F": 0.0006294251652434468, + "E": 0.0009320095996372402, + "T": 0.0004621015104930848, + "P": 0.16661830246448517, + "-": 0.8263167142868042 + }, + "id": "tp_15668" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1958525, + "label": "-", + "classification": { + "B": 4.194883160835161e-07, + "S": 7.53406538933632e-07, + "I": 3.354313230374828e-05, + "C": 1.0208480489382055e-05, + "R": 2.0466907244554022e-06, + "M": 1.6597028661635704e-05, + "O": 1.2517905815911945e-05, + "W": 9.964504670278984e-07, + "N": 2.1879191081097815e-06, + "Y": 0.00041583325946703553, + "U": 3.046587835342507e-07, + "K": 1.1109855222457554e-05, + "L": 4.526416148564749e-07, + "G": 6.18992344243452e-05, + "F": 0.001266994047909975, + "E": 2.8776923500117846e-05, + "T": 0.00027146743377670646, + "P": 0.05189461261034012, + "-": 0.94596928358078 + }, + "id": "tp_15669" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1958625, + "label": "P", + "classification": { + "B": 3.527355147525668e-05, + "S": 3.9537368138553575e-05, + "I": 0.01780388504266739, + "C": 0.0008412426104769111, + "R": 0.00010900201596086845, + "M": 0.0012539620511233807, + "O": 0.00022380494920071214, + "W": 5.54874750378076e-05, + "N": 0.0018251407891511917, + "Y": 0.004114075563848019, + "U": 3.873265814036131e-05, + "K": 0.0005293932626955211, + "L": 2.6367722966824658e-05, + "G": 0.0012814623769372702, + "F": 0.005915995221585035, + "E": 0.013013985008001328, + "T": 0.002476529683917761, + "P": 0.5712896585464478, + "-": 0.3791264593601227 + }, + "id": "tp_15670" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1958759, + "label": "P", + "classification": { + "B": 0.0005560859572142363, + "S": 8.899674139684066e-05, + "I": 0.03752259910106659, + "C": 0.0026893061585724354, + "R": 0.00038939673686400056, + "M": 0.002845658687874675, + "O": 0.0008750245906412601, + "W": 0.00024356288486160338, + "N": 0.003518590936437249, + "Y": 0.0073521751910448074, + "U": 0.00016949234122876078, + "K": 0.0005375581094995141, + "L": 0.00017769625992514193, + "G": 0.00511745223775506, + "F": 0.0031992755830287933, + "E": 0.015203433111310005, + "T": 0.00488037196919322, + "P": 0.6061398983001709, + "-": 0.30849340558052063 + }, + "id": "tp_15671" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1958892, + "label": "-", + "classification": { + "B": 2.6714420528151095e-05, + "S": 7.345965423155576e-05, + "I": 0.00876299012452364, + "C": 0.0009347910527139902, + "R": 0.00025788103812374175, + "M": 0.0006101072649471462, + "O": 0.0004212011117488146, + "W": 0.00011628898209892213, + "N": 0.0017762832576408982, + "Y": 0.0042463806457817554, + "U": 0.00011467337753856555, + "K": 0.003929110709577799, + "L": 3.908111830241978e-05, + "G": 0.001474380842410028, + "F": 0.019794991239905357, + "E": 0.009907213971018791, + "T": 0.002203743439167738, + "P": 0.3436201512813568, + "-": 0.6016905307769775 + }, + "id": "tp_15672" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1959026, + "label": "-", + "classification": { + "B": 9.248722199117765e-05, + "S": 3.088579614995979e-05, + "I": 0.005907920654863119, + "C": 0.0005759393679909408, + "R": 5.7725603255676106e-05, + "M": 0.002877987688407302, + "O": 0.00034061033511534333, + "W": 5.2260817028582096e-05, + "N": 0.0006447428604587913, + "Y": 0.005109303630888462, + "U": 3.9979524444788694e-05, + "K": 0.00017330989066977054, + "L": 6.053296601749025e-05, + "G": 0.002298475243151188, + "F": 0.0039056139066815376, + "E": 0.013660989701747894, + "T": 0.0038118362426757812, + "P": 0.38662633299827576, + "-": 0.5737331509590149 + }, + "id": "tp_15673" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1959126, + "label": "-", + "classification": { + "B": 9.608145035144844e-08, + "S": 1.274587759780843e-07, + "I": 0.0005249751266092062, + "C": 8.927278940973338e-06, + "R": 9.051848337549018e-07, + "M": 0.00010806392674567178, + "O": 8.547935976821464e-06, + "W": 1.9061158695876657e-07, + "N": 5.780845185654471e-06, + "Y": 0.0031204288825392723, + "U": 6.996444312790118e-08, + "K": 3.805683945756755e-07, + "L": 6.517290103147388e-07, + "G": 0.00016383481852244586, + "F": 0.0004605469002854079, + "E": 0.00016867365047801286, + "T": 0.001201667939312756, + "P": 0.1816147416830063, + "-": 0.8126114010810852 + }, + "id": "tp_15674" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1959259, + "label": "P", + "classification": { + "B": 1.8747023204923607e-05, + "S": 1.4228400686988607e-05, + "I": 0.010044792667031288, + "C": 0.00014874812040943652, + "R": 6.76469353493303e-05, + "M": 0.0003928892838303, + "O": 0.00010368775838287547, + "W": 2.1872911020182073e-05, + "N": 0.0008563410956412554, + "Y": 0.006272051949054003, + "U": 2.7536583729670383e-05, + "K": 0.0013499788474291563, + "L": 1.1208790965611115e-05, + "G": 0.002537095220759511, + "F": 0.005643344949930906, + "E": 0.010333722457289696, + "T": 0.002643861575052142, + "P": 0.5294156670570374, + "-": 0.4300965666770935 + }, + "id": "tp_15675" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1959393, + "label": "-", + "classification": { + "B": 0.0003838046395685524, + "S": 0.0004936920013278723, + "I": 0.0031954224687069654, + "C": 0.0009278024081140757, + "R": 0.000293136719847098, + "M": 0.0032657196279615164, + "O": 0.0018000910058617592, + "W": 0.00040232259198091924, + "N": 0.0012323316186666489, + "Y": 0.014903946779668331, + "U": 0.00013521427172236145, + "K": 0.0018454529345035553, + "L": 0.0002854199265129864, + "G": 0.009613467380404472, + "F": 0.04015439376235008, + "E": 0.012603232637047768, + "T": 0.006724136415868998, + "P": 0.23198139667510986, + "-": 0.6697589755058289 + }, + "id": "tp_15676" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1959526, + "label": "P", + "classification": { + "B": 1.17435627089435e-06, + "S": 5.126604719407624e-06, + "I": 0.007203763350844383, + "C": 3.091413964284584e-05, + "R": 1.0342651876271702e-05, + "M": 0.0001555680501041934, + "O": 4.434547372511588e-05, + "W": 3.541639216564363e-06, + "N": 0.0002527415635995567, + "Y": 0.002838927786797285, + "U": 1.0843705240404233e-06, + "K": 2.9318645829334855e-05, + "L": 1.6123349269037135e-06, + "G": 0.00019800574227701873, + "F": 0.0015020770952105522, + "E": 0.0008261447655968368, + "T": 0.0012049383949488401, + "P": 0.587544322013855, + "-": 0.39814597368240356 + }, + "id": "tp_15677" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1959626, + "label": "-", + "classification": { + "B": 3.1837669212109176e-07, + "S": 2.392932856309926e-07, + "I": 0.0019258193206042051, + "C": 0.00013675744412466884, + "R": 1.1502471352287102e-05, + "M": 0.00012080167653039098, + "O": 1.557518044137396e-05, + "W": 9.83388986242062e-07, + "N": 4.106030610273592e-05, + "Y": 0.003603651188313961, + "U": 1.1383755236238358e-06, + "K": 2.2231768525671214e-05, + "L": 1.2353380043350626e-06, + "G": 0.0003094168787356466, + "F": 0.0007173796184360981, + "E": 0.0010928144911304116, + "T": 0.0010840160539373755, + "P": 0.10761234909296036, + "-": 0.8833026885986328 + }, + "id": "tp_15678" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1959760, + "label": "-", + "classification": { + "B": 1.663388957240386e-06, + "S": 7.543864626313734e-07, + "I": 0.00011720034672180191, + "C": 5.966786375211086e-06, + "R": 1.5866160083533032e-06, + "M": 0.00010875511361518875, + "O": 1.3453119208861608e-05, + "W": 7.758121114420646e-07, + "N": 5.0674429985519964e-06, + "Y": 0.0022525954991579056, + "U": 3.7305716205082717e-07, + "K": 1.0721701983129606e-05, + "L": 1.8149036122849793e-06, + "G": 0.0003302493132650852, + "F": 0.009418565779924393, + "E": 0.00045379670336842537, + "T": 0.0008229493978433311, + "P": 0.09903097152709961, + "-": 0.8874226808547974 + }, + "id": "tp_15679" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1959893, + "label": "-", + "classification": { + "B": 9.592014976078644e-06, + "S": 6.983821663197887e-07, + "I": 0.00025685469154268503, + "C": 2.4829874746501446e-05, + "R": 5.485102974489564e-06, + "M": 0.00016109725402202457, + "O": 3.6836183426203206e-05, + "W": 9.606272897144663e-07, + "N": 4.160325715929503e-06, + "Y": 0.0014674474950879812, + "U": 3.3372853636137734e-07, + "K": 2.8841171229032625e-07, + "L": 6.349137493089074e-06, + "G": 0.0009999661706387997, + "F": 0.0008350737043656409, + "E": 0.0001681483117863536, + "T": 0.0007041716016829014, + "P": 0.16630515456199646, + "-": 0.8290126323699951 + }, + "id": "tp_15680" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1960027, + "label": "-", + "classification": { + "B": 0.00011046151485061273, + "S": 8.495013025822118e-05, + "I": 0.013801148161292076, + "C": 0.0007981479284353554, + "R": 0.0002584114845376462, + "M": 0.008428318426012993, + "O": 0.000888947572093457, + "W": 3.6596087738871574e-05, + "N": 0.0005984001327306032, + "Y": 0.045163344591856, + "U": 1.9079096091445535e-05, + "K": 7.390455721179023e-05, + "L": 0.0002517128305044025, + "G": 0.01544912252575159, + "F": 0.009297185577452183, + "E": 0.007278223522007465, + "T": 0.027373837307095528, + "P": 0.11865637451410294, + "-": 0.7514317631721497 + }, + "id": "tp_15681" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1960127, + "label": "-", + "classification": { + "B": 1.4496792744012055e-07, + "S": 1.2043304877806804e-06, + "I": 0.0003087246441282332, + "C": 3.061273218918359e-06, + "R": 4.838909717364004e-07, + "M": 5.808929927297868e-05, + "O": 1.0614044185786042e-05, + "W": 4.212465682940092e-07, + "N": 2.9876635380787775e-05, + "Y": 0.000685858482029289, + "U": 1.144572792100007e-07, + "K": 5.942593816143926e-06, + "L": 1.7011200270644622e-07, + "G": 4.1225197492167354e-05, + "F": 0.0013764055911451578, + "E": 0.00010282311268383637, + "T": 0.0016283119330182672, + "P": 0.33599573373794556, + "-": 0.659750759601593 + }, + "id": "tp_15682" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1960260, + "label": "-", + "classification": { + "B": 4.330021965870401e-06, + "S": 1.2905532003060216e-06, + "I": 0.0004037458566017449, + "C": 2.706552913878113e-05, + "R": 1.8747108470051899e-06, + "M": 9.34447962208651e-05, + "O": 1.321908348472789e-05, + "W": 1.3685573776456295e-06, + "N": 2.9757124138996005e-05, + "Y": 0.00043913867557421327, + "U": 5.111029395266087e-07, + "K": 2.4724353352212347e-05, + "L": 1.1184965842403471e-06, + "G": 0.00043318746611475945, + "F": 0.0027094080578535795, + "E": 0.005465255118906498, + "T": 0.0001702777371974662, + "P": 0.49313318729400635, + "-": 0.49704709649086 + }, + "id": "tp_15683" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1960394, + "label": "-", + "classification": { + "B": 4.777800768351881e-07, + "S": 1.081182404050196e-06, + "I": 9.929732186719775e-05, + "C": 2.6933826120512094e-06, + "R": 5.243635996521334e-07, + "M": 2.5805909899645485e-05, + "O": 1.0728775123425294e-05, + "W": 6.404230248335807e-07, + "N": 9.896996743918862e-06, + "Y": 0.001165150897577405, + "U": 2.6013341880570806e-07, + "K": 4.105279367649928e-05, + "L": 3.51734001924342e-07, + "G": 0.00032900055521167815, + "F": 0.0029469814617186785, + "E": 0.0005350041901692748, + "T": 0.00042643293272703886, + "P": 0.0951368510723114, + "-": 0.8992677927017212 + }, + "id": "tp_15684" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1960527, + "label": "-", + "classification": { + "B": 0.0003130357072222978, + "S": 8.946169145929161e-06, + "I": 0.0014861745294183493, + "C": 8.451718167634681e-05, + "R": 1.3014191608817782e-05, + "M": 0.0006765067228116095, + "O": 0.00017563898290973157, + "W": 1.2493789654399734e-05, + "N": 4.245877426001243e-05, + "Y": 0.0016255744267255068, + "U": 4.853114660363644e-06, + "K": 2.45512455876451e-06, + "L": 8.237460133386776e-05, + "G": 0.0018743546679615974, + "F": 0.0021769057493656874, + "E": 0.00217554927803576, + "T": 0.0014329625992104411, + "P": 0.2939651310443878, + "-": 0.6938470602035522 + }, + "id": "tp_15685" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1960627, + "label": "P", + "classification": { + "B": 7.303551228687866e-06, + "S": 4.396926669869572e-06, + "I": 0.0018470805371180177, + "C": 6.335835496429354e-05, + "R": 1.1646191524050664e-05, + "M": 0.00016250349290203303, + "O": 9.132290870184079e-05, + "W": 1.0023649338108953e-05, + "N": 9.774130739970133e-05, + "Y": 0.0005442004185169935, + "U": 8.623291250842158e-06, + "K": 3.7017396152805304e-06, + "L": 1.903887459775433e-05, + "G": 0.00023354128643404692, + "F": 0.0008057454833760858, + "E": 0.0006905515328980982, + "T": 0.0015089563094079494, + "P": 0.511819064617157, + "-": 0.4820712208747864 + }, + "id": "tp_15686" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1960761, + "label": "I", + "classification": { + "B": 1.1766659554268699e-05, + "S": 6.293859041761607e-05, + "I": 0.7320247888565063, + "C": 0.00024161090550478548, + "R": 8.162199083017185e-05, + "M": 0.0005077330279164016, + "O": 0.00013226110604591668, + "W": 1.6771455193520524e-05, + "N": 0.030507316812872887, + "Y": 0.011047368869185448, + "U": 1.1216164921279415e-06, + "K": 0.0007629647152498364, + "L": 4.513786734605674e-06, + "G": 0.003219918580725789, + "F": 0.0006721457466483116, + "E": 0.01533273234963417, + "T": 0.003265038365498185, + "P": 0.18944184482097626, + "-": 0.012665551155805588 + }, + "id": "tp_15687" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1960894, + "label": "P", + "classification": { + "B": 1.2588189974849229e-06, + "S": 2.8456022960199334e-07, + "I": 0.0010863456409424543, + "C": 1.7032192545229918e-06, + "R": 1.2046464803461276e-07, + "M": 1.8407474271953106e-05, + "O": 2.0962006601621397e-06, + "W": 9.499449760141943e-08, + "N": 5.351582876755856e-05, + "Y": 3.303860285086557e-05, + "U": 5.666714031349329e-08, + "K": 6.624077855121868e-07, + "L": 2.0288794644329755e-07, + "G": 4.041073771077208e-05, + "F": 0.00023856927873566747, + "E": 0.0009750786703079939, + "T": 3.224213287467137e-05, + "P": 0.9514316320419312, + "-": 0.046084217727184296 + }, + "id": "tp_15688" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1961028, + "label": "-", + "classification": { + "B": 1.3168962141207885e-05, + "S": 1.191424235003069e-05, + "I": 0.001597001450136304, + "C": 0.0005588648491539061, + "R": 6.65629850118421e-05, + "M": 0.0005589007632806897, + "O": 0.00013656067312695086, + "W": 2.7006015443475917e-05, + "N": 0.00013399253657553345, + "Y": 0.008136147633194923, + "U": 2.738576222327538e-05, + "K": 0.0017512168269604445, + "L": 1.5763558621983975e-05, + "G": 0.002777882618829608, + "F": 0.007927704602479935, + "E": 0.003604362951591611, + "T": 0.0022059509065002203, + "P": 0.0888492539525032, + "-": 0.8816003203392029 + }, + "id": "tp_15689" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1961128, + "label": "-", + "classification": { + "B": 0.00036100309807807207, + "S": 0.0001454941666452214, + "I": 0.0078010596334934235, + "C": 0.001173865282908082, + "R": 0.0002125841419911012, + "M": 0.005561986938118935, + "O": 0.0009274417534470558, + "W": 0.00010684591688914225, + "N": 0.0006245035328902304, + "Y": 0.02683458849787712, + "U": 6.815871893195435e-05, + "K": 0.0002653775445651263, + "L": 0.00031964119989424944, + "G": 0.008834208361804485, + "F": 0.009662856347858906, + "E": 0.015861084684729576, + "T": 0.012603996321558952, + "P": 0.17209935188293457, + "-": 0.736535906791687 + }, + "id": "tp_15690" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1961261, + "label": "-", + "classification": { + "B": 4.2541218135738745e-05, + "S": 8.155249815899879e-06, + "I": 0.003667768556624651, + "C": 0.00021063537860754877, + "R": 4.4044838432455435e-05, + "M": 0.0016249483451247215, + "O": 0.00032625914900563657, + "W": 1.2717083336610813e-05, + "N": 0.0001369726232951507, + "Y": 0.00417805090546608, + "U": 1.3799381122225896e-05, + "K": 3.0461505957646295e-06, + "L": 9.264064283343032e-05, + "G": 0.0016733038937672973, + "F": 0.0008999601122923195, + "E": 0.0006547708180733025, + "T": 0.008313870057463646, + "P": 0.24114370346069336, + "-": 0.7369527816772461 + }, + "id": "tp_15691" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1961395, + "label": "-", + "classification": { + "B": 5.188677278056275e-06, + "S": 4.378895027912222e-06, + "I": 0.0009849300840869546, + "C": 4.454038935364224e-05, + "R": 8.254747626779135e-06, + "M": 0.00018428356270305812, + "O": 4.974216062691994e-05, + "W": 3.874889443977736e-06, + "N": 0.00010032030695583671, + "Y": 0.0024357454385608435, + "U": 3.6577507671609055e-06, + "K": 5.222707113716751e-05, + "L": 3.663448296720162e-06, + "G": 0.0004855864099226892, + "F": 0.002376841614022851, + "E": 0.0020618292037397623, + "T": 0.0011077325325459242, + "P": 0.308392733335495, + "-": 0.6816945672035217 + }, + "id": "tp_15692" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1961528, + "label": "-", + "classification": { + "B": 0.0002340957144042477, + "S": 0.0001603716955287382, + "I": 0.003199065336957574, + "C": 0.0001460372150177136, + "R": 6.0251099057495594e-05, + "M": 0.004361493978649378, + "O": 0.0009356116061098874, + "W": 9.072553075384349e-05, + "N": 0.000377420597942546, + "Y": 0.01460659597069025, + "U": 2.4746086637605913e-05, + "K": 0.00028177586500532925, + "L": 0.000149986517499201, + "G": 0.0067334589548408985, + "F": 0.016827916726469994, + "E": 0.007756134029477835, + "T": 0.008885500952601433, + "P": 0.14458273351192474, + "-": 0.7905860543251038 + }, + "id": "tp_15693" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1961628, + "label": "-", + "classification": { + "B": 3.5852185220619504e-08, + "S": 9.361019737141874e-10, + "I": 1.7636135680731968e-06, + "C": 3.9548133656808204e-08, + "R": 1.8441003168945258e-09, + "M": 1.6767211263868376e-06, + "O": 1.7930160822743346e-07, + "W": 9.050714622205192e-10, + "N": 1.5649908036152738e-08, + "Y": 1.53622586367419e-05, + "U": 1.7405817065441198e-10, + "K": 9.285089919153222e-10, + "L": 9.299964354170243e-09, + "G": 8.781244105193764e-06, + "F": 7.762561290292069e-05, + "E": 1.3324666724656709e-05, + "T": 8.767948202148546e-06, + "P": 0.09697961807250977, + "-": 0.9028927683830261 + }, + "id": "tp_15694" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1961762, + "label": "P", + "classification": { + "B": 6.256575257879149e-09, + "S": 2.0554538071593242e-09, + "I": 0.0001613917702343315, + "C": 8.397548185712367e-07, + "R": 3.601104126005339e-08, + "M": 1.3183427654439583e-05, + "O": 3.2937469995886204e-07, + "W": 2.6959490195821445e-09, + "N": 5.583718802881776e-07, + "Y": 4.923513552057557e-05, + "U": 1.521403669713095e-09, + "K": 3.940773540822562e-10, + "L": 2.6467121827522533e-08, + "G": 4.261374670022633e-06, + "F": 1.0335797924199142e-05, + "E": 1.539179174869787e-05, + "T": 0.00010476064926479012, + "P": 0.5336458683013916, + "-": 0.46599385142326355 + }, + "id": "tp_15695" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1961895, + "label": "-", + "classification": { + "B": 6.221607691259123e-06, + "S": 4.849204060519696e-07, + "I": 0.003783848602324724, + "C": 0.00012635962048079818, + "R": 7.760606422380079e-06, + "M": 0.00032906499109230936, + "O": 3.8970883906586096e-05, + "W": 1.32548439069069e-06, + "N": 8.54676472954452e-05, + "Y": 0.0019671840127557516, + "U": 7.642420314368792e-07, + "K": 2.207667421316728e-06, + "L": 3.6155004181637196e-06, + "G": 0.0007951788138598204, + "F": 0.0006048718350939453, + "E": 0.0050047095865011215, + "T": 0.0007249717018567026, + "P": 0.46586963534355164, + "-": 0.5206472873687744 + }, + "id": "tp_15696" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1962029, + "label": "P", + "classification": { + "B": 9.61391197051853e-05, + "S": 9.109824168263003e-05, + "I": 0.19352170825004578, + "C": 0.0011715918080881238, + "R": 0.00024191879492718726, + "M": 0.004061180166900158, + "O": 0.0003459703002590686, + "W": 8.225590863730758e-05, + "N": 0.009491832926869392, + "Y": 0.04509647563099861, + "U": 2.00496033357922e-05, + "K": 0.005575443617999554, + "L": 5.448561205412261e-05, + "G": 0.022995054721832275, + "F": 0.012795723043382168, + "E": 0.17892105877399445, + "T": 0.011119327507913113, + "P": 0.37359702587127686, + "-": 0.1407216489315033 + }, + "id": "tp_15697" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1962129, + "label": "-", + "classification": { + "B": 0.0006431062938645482, + "S": 0.00020057428628206253, + "I": 0.007582961581647396, + "C": 0.0011269657406955957, + "R": 0.0002911191841121763, + "M": 0.002089705318212509, + "O": 0.0009742510737851262, + "W": 0.00022628362057730556, + "N": 0.0016386844217777252, + "Y": 0.007349500432610512, + "U": 0.00017079676035791636, + "K": 0.0007564052939414978, + "L": 0.00028548898990266025, + "G": 0.006670938339084387, + "F": 0.02122284471988678, + "E": 0.019998954609036446, + "T": 0.005628907587379217, + "P": 0.4339318573474884, + "-": 0.4892105758190155 + }, + "id": "tp_15698" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1962262, + "label": "P", + "classification": { + "B": 3.4702497941907495e-07, + "S": 3.951146965164298e-08, + "I": 0.0005979610723443329, + "C": 3.1499053875450045e-05, + "R": 1.2164442750872695e-06, + "M": 2.9841681680409238e-05, + "O": 3.88131911677192e-06, + "W": 1.725197620316976e-07, + "N": 8.723196515347809e-06, + "Y": 8.342531509697437e-05, + "U": 1.782024980911956e-07, + "K": 2.0655731702845515e-07, + "L": 7.146477969399712e-07, + "G": 6.679736543446779e-05, + "F": 0.0003722924739122391, + "E": 0.00043089306564070284, + "T": 8.044424612307921e-05, + "P": 0.5577878355979919, + "-": 0.4405035674571991 + }, + "id": "tp_15699" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1962396, + "label": "-", + "classification": { + "B": 4.1122722905129194e-05, + "S": 5.4422987886937335e-05, + "I": 0.043692875653505325, + "C": 0.0010905108647421002, + "R": 0.00030420097755268216, + "M": 0.0013544427929446101, + "O": 0.0006018473650328815, + "W": 0.00011672329128487036, + "N": 0.0032206906471401453, + "Y": 0.13211925327777863, + "U": 2.4255745302070864e-05, + "K": 0.00441464688628912, + "L": 1.6408956071245484e-05, + "G": 0.007782114204019308, + "F": 0.006313210353255272, + "E": 0.009828637354075909, + "T": 0.014062073081731796, + "P": 0.11818917840719223, + "-": 0.6567734479904175 + }, + "id": "tp_15700" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1962529, + "label": "-", + "classification": { + "B": 9.666961705079302e-05, + "S": 1.8968787571793655e-06, + "I": 0.005504227709025145, + "C": 0.000354727148078382, + "R": 4.6154196752468124e-05, + "M": 0.004923412576317787, + "O": 0.00028418441070243716, + "W": 3.7011579934187466e-06, + "N": 1.890192652354017e-05, + "Y": 0.01620307005941868, + "U": 9.527468023406982e-07, + "K": 3.231059508834733e-08, + "L": 0.00022392447863239795, + "G": 0.006322260480374098, + "F": 0.00025858511799015105, + "E": 0.000975536007899791, + "T": 0.007011835929006338, + "P": 0.06733924150466919, + "-": 0.8904306888580322 + }, + "id": "tp_15701" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1962629, + "label": "-", + "classification": { + "B": 3.7064437492517754e-06, + "S": 6.537313311127946e-06, + "I": 0.005233260337263346, + "C": 3.887412458425388e-05, + "R": 9.696746928966604e-06, + "M": 0.0006231347797438502, + "O": 6.307113653747365e-05, + "W": 2.989371523653972e-06, + "N": 0.00012911806697957218, + "Y": 0.012992007657885551, + "U": 8.828899353829911e-07, + "K": 7.694555279158521e-06, + "L": 5.701075679098722e-06, + "G": 0.0007783719920553267, + "F": 0.002660835161805153, + "E": 0.0009984642965719104, + "T": 0.008760636672377586, + "P": 0.19449959695339203, + "-": 0.7731854319572449 + }, + "id": "tp_15702" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1962763, + "label": "-", + "classification": { + "B": 2.6125076146854553e-07, + "S": 6.416503595119138e-08, + "I": 0.00019688064639922231, + "C": 8.88264457898913e-06, + "R": 7.663107339794806e-07, + "M": 8.105062443064526e-05, + "O": 5.643153599521611e-06, + "W": 1.6683732440014865e-07, + "N": 2.124594857377815e-06, + "Y": 0.0005847896100021899, + "U": 1.5629390759386297e-07, + "K": 3.283945204657357e-07, + "L": 8.626847716186603e-07, + "G": 0.00012561139010358602, + "F": 0.00031058353488333523, + "E": 0.00023693661205470562, + "T": 0.0004410484980326146, + "P": 0.11682360619306564, + "-": 0.8811801671981812 + }, + "id": "tp_15703" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1962896, + "label": "-", + "classification": { + "B": 1.5215966868709074e-06, + "S": 6.858338110760087e-06, + "I": 0.027428559958934784, + "C": 9.003769810078666e-05, + "R": 3.8772290281485766e-05, + "M": 0.00043944711796939373, + "O": 6.895487604197115e-05, + "W": 4.305928996473085e-06, + "N": 0.0005375096807256341, + "Y": 0.07276373356580734, + "U": 7.63482944421412e-07, + "K": 0.00010244474106002599, + "L": 1.4698481436425936e-06, + "G": 0.0011284127831459045, + "F": 0.0015198427718132734, + "E": 0.0013743439922109246, + "T": 0.008384964428842068, + "P": 0.29990237951278687, + "-": 0.5862056612968445 + }, + "id": "tp_15704" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1963030, + "label": "-", + "classification": { + "B": 1.6715970332370489e-06, + "S": 3.4851834698201856e-06, + "I": 0.003203360363841057, + "C": 1.776105818862561e-05, + "R": 1.0339088476030156e-05, + "M": 0.0002045834989985451, + "O": 5.7103345170617104e-05, + "W": 5.32688454768504e-06, + "N": 0.00011527702736202627, + "Y": 0.005634726025164127, + "U": 1.5273458302544896e-06, + "K": 4.923953747493215e-05, + "L": 2.843623406079132e-06, + "G": 0.0003675617335829884, + "F": 0.0028371228836476803, + "E": 0.000692608708050102, + "T": 0.0023639092687517405, + "P": 0.2675725221633911, + "-": 0.716858983039856 + }, + "id": "tp_15705" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1963130, + "label": "-", + "classification": { + "B": 3.572573041310534e-05, + "S": 2.9470033041434363e-05, + "I": 0.010705354623496532, + "C": 0.000673552043735981, + "R": 0.00024180905893445015, + "M": 0.0015642358921468258, + "O": 0.000370568479411304, + "W": 7.71302729845047e-05, + "N": 0.0006555247819051147, + "Y": 0.011554358527064323, + "U": 6.672510062344372e-05, + "K": 0.0005496548837982118, + "L": 5.581847653957084e-05, + "G": 0.0020479790400713682, + "F": 0.005535637494176626, + "E": 0.006743027362972498, + "T": 0.005724135786294937, + "P": 0.23240356147289276, + "-": 0.7209656238555908 + }, + "id": "tp_15706" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1963263, + "label": "P", + "classification": { + "B": 0.0008091894560493529, + "S": 0.00010675684461602941, + "I": 0.10528215020895004, + "C": 0.004286056850105524, + "R": 0.0010533808963373303, + "M": 0.012658597901463509, + "O": 0.0015157356392592192, + "W": 0.00021224896772764623, + "N": 0.005155265796929598, + "Y": 0.0360792838037014, + "U": 0.00013844958448316902, + "K": 0.0003212608862668276, + "L": 0.0005087904282845557, + "G": 0.022719306871294975, + "F": 0.004388106055557728, + "E": 0.031534790992736816, + "T": 0.018238067626953125, + "P": 0.4408653676509857, + "-": 0.314127117395401 + }, + "id": "tp_15707" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1963397, + "label": "P", + "classification": { + "B": 1.2210364275233587e-07, + "S": 5.344428455344996e-09, + "I": 0.00031804366153664887, + "C": 5.165788024896756e-06, + "R": 2.368662421758927e-07, + "M": 2.1606495010928484e-06, + "O": 5.045383772994683e-07, + "W": 1.9000699680304933e-08, + "N": 2.6028378670162056e-06, + "Y": 7.207095040939748e-05, + "U": 4.1900303671127404e-08, + "K": 4.975328238288057e-08, + "L": 7.578053384804662e-08, + "G": 2.5601946617825888e-05, + "F": 9.044577018357813e-05, + "E": 0.00022713012003805488, + "T": 1.5562729458906688e-05, + "P": 0.7092302441596985, + "-": 0.29000988602638245 + }, + "id": "tp_15708" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1963530, + "label": "I", + "classification": { + "B": 6.350313469738467e-06, + "S": 2.1441344870254397e-05, + "I": 0.3218107521533966, + "C": 0.0006068154470995069, + "R": 0.00021036410180386156, + "M": 0.002439627656713128, + "O": 0.0002601773012429476, + "W": 1.1568128684302792e-05, + "N": 0.0031617830973118544, + "Y": 0.19028249382972717, + "U": 9.670249028204125e-07, + "K": 5.438617881736718e-05, + "L": 9.503294677415397e-06, + "G": 0.006335978861898184, + "F": 0.0011151744984090328, + "E": 0.0031270994804799557, + "T": 0.0327923409640789, + "P": 0.19430036842823029, + "-": 0.243452787399292 + }, + "id": "tp_15709" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1963630, + "label": "-", + "classification": { + "B": 0.0011830376461148262, + "S": 0.0005793057498522103, + "I": 0.0106882369145751, + "C": 0.002357735298573971, + "R": 0.0010073711164295673, + "M": 0.004270312841981649, + "O": 0.0021824087016284466, + "W": 0.0005598171264864504, + "N": 0.0017493200721219182, + "Y": 0.027619540691375732, + "U": 0.00024173181736841798, + "K": 0.0016139547806233168, + "L": 0.0007781772874295712, + "G": 0.0187999214977026, + "F": 0.033582575619220734, + "E": 0.028794823214411736, + "T": 0.011853151954710484, + "P": 0.24508196115493774, + "-": 0.6070566177368164 + }, + "id": "tp_15710" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1963764, + "label": "-", + "classification": { + "B": 1.3171613318263553e-05, + "S": 5.472960310726194e-06, + "I": 0.0013833187986165285, + "C": 7.958634523674846e-05, + "R": 1.223937033500988e-05, + "M": 0.00018934816762339324, + "O": 4.864500442636199e-05, + "W": 1.0212429515377153e-05, + "N": 7.542568346252665e-05, + "Y": 0.005633964203298092, + "U": 5.48065327166114e-06, + "K": 7.418595487251878e-05, + "L": 5.834398507431615e-06, + "G": 0.0006278880755417049, + "F": 0.0033356219064444304, + "E": 0.0018917382694780827, + "T": 0.0009398343972861767, + "P": 0.28060227632522583, + "-": 0.7050657868385315 + }, + "id": "tp_15711" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1963897, + "label": "-", + "classification": { + "B": 2.5352615921292454e-05, + "S": 2.9562294002971612e-05, + "I": 0.01644972711801529, + "C": 0.00039876988739706576, + "R": 7.506324618589133e-05, + "M": 0.0008074921788647771, + "O": 0.0002370547445025295, + "W": 4.7866102249827236e-05, + "N": 0.001577466377057135, + "Y": 0.004873672965914011, + "U": 3.2533847843296826e-05, + "K": 0.0009595481678843498, + "L": 1.968011747521814e-05, + "G": 0.0011983152944594622, + "F": 0.004615463316440582, + "E": 0.014852323569357395, + "T": 0.0029809302650392056, + "P": 0.42041367292404175, + "-": 0.5304053425788879 + }, + "id": "tp_15712" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1964031, + "label": "-", + "classification": { + "B": 1.2988949471548494e-08, + "S": 1.6397130764289614e-08, + "I": 3.2414532142865937e-06, + "C": 4.4294552026258316e-08, + "R": 4.042967294282107e-09, + "M": 4.324838300817646e-06, + "O": 9.686679049991653e-07, + "W": 1.1474322825222316e-08, + "N": 8.399666739933309e-08, + "Y": 1.991842145798728e-05, + "U": 8.618998292853064e-10, + "K": 3.710155960234829e-09, + "L": 1.6994086138311104e-08, + "G": 1.837122113101941e-06, + "F": 5.592229717876762e-05, + "E": 2.7878604669240303e-06, + "T": 5.290058834361844e-05, + "P": 0.04162114858627319, + "-": 0.958236813545227 + }, + "id": "tp_15713" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1964131, + "label": "-", + "classification": { + "B": 4.814647581952158e-06, + "S": 5.258896180748707e-07, + "I": 0.00017374819435644895, + "C": 1.408565276506124e-05, + "R": 3.5436310099612456e-06, + "M": 0.00014152811490930617, + "O": 3.0728187994100153e-05, + "W": 6.308196134341415e-07, + "N": 3.7758827602374367e-06, + "Y": 0.0019793659448623657, + "U": 3.547815481397265e-07, + "K": 2.0670752576279483e-07, + "L": 5.409259301814018e-06, + "G": 0.0005352857406251132, + "F": 0.0003318637900520116, + "E": 9.350165055366233e-05, + "T": 0.001113174599595368, + "P": 0.08295582979917526, + "-": 0.9126116633415222 + }, + "id": "tp_15714" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1964264, + "label": "-", + "classification": { + "B": 3.0395305827823904e-08, + "S": 1.8168350157665714e-09, + "I": 2.0727313312818296e-05, + "C": 2.001918986138662e-08, + "R": 2.70267053181783e-09, + "M": 7.911064130894374e-06, + "O": 5.678170964529272e-07, + "W": 1.6868935137637209e-09, + "N": 3.2125278437433735e-08, + "Y": 2.8831223971792497e-05, + "U": 8.874934120939315e-11, + "K": 4.751207066666652e-11, + "L": 2.4514413610177144e-08, + "G": 1.0320974070054945e-05, + "F": 8.548068763047922e-06, + "E": 1.0339425898564514e-05, + "T": 2.3807853722246364e-05, + "P": 0.08181250840425491, + "-": 0.9180764555931091 + }, + "id": "tp_15715" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1964398, + "label": "P", + "classification": { + "B": 2.619144424897968e-06, + "S": 1.2691822348642745e-06, + "I": 0.01618676446378231, + "C": 3.091616599704139e-05, + "R": 1.0843977179320063e-05, + "M": 0.00013242771092336625, + "O": 2.0315033907536417e-05, + "W": 1.2186961839688593e-06, + "N": 0.0001908887643367052, + "Y": 0.00856788083910942, + "U": 4.965020821146027e-07, + "K": 6.603343990718713e-06, + "L": 1.2981902273168089e-06, + "G": 0.000646935892291367, + "F": 0.0007678275578655303, + "E": 0.0008156977710314095, + "T": 0.0015086295315995812, + "P": 0.6333165168762207, + "-": 0.3377908766269684 + }, + "id": "tp_15716" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1964531, + "label": "-", + "classification": { + "B": 2.0448846044018865e-05, + "S": 1.958550637937151e-05, + "I": 0.0036660893820226192, + "C": 0.00016188769950531423, + "R": 4.8327859985874966e-05, + "M": 0.0005742327193729579, + "O": 0.00019270363554824144, + "W": 3.45477819791995e-05, + "N": 0.0005099031259305775, + "Y": 0.010151084512472153, + "U": 1.0590555575618055e-05, + "K": 0.0010618997039273381, + "L": 1.1496554179757368e-05, + "G": 0.0020165906753391027, + "F": 0.01291736587882042, + "E": 0.008803659118711948, + "T": 0.0028463543858379126, + "P": 0.2867406904697418, + "-": 0.6702125668525696 + }, + "id": "tp_15717" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1964631, + "label": "-", + "classification": { + "B": 2.282681452925317e-05, + "S": 3.874019057548139e-06, + "I": 0.00576023431494832, + "C": 0.00033827743027359247, + "R": 5.573872840614058e-05, + "M": 0.0004624264547601342, + "O": 7.754129183012992e-05, + "W": 8.976235221780371e-06, + "N": 0.0002146294864360243, + "Y": 0.006171975284814835, + "U": 2.7225134545005858e-05, + "K": 3.684611147036776e-05, + "L": 2.596923877717927e-05, + "G": 0.0011207996867597103, + "F": 0.0018955993000417948, + "E": 0.002948795212432742, + "T": 0.003541950834915042, + "P": 0.3876458704471588, + "-": 0.5896404385566711 + }, + "id": "tp_15718" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1964765, + "label": "-", + "classification": { + "B": 2.4991454665723722e-06, + "S": 1.1551604757187306e-06, + "I": 0.04704419896006584, + "C": 0.0009682756499387324, + "R": 7.337782881222665e-05, + "M": 0.0004223363648634404, + "O": 2.7006990421796218e-05, + "W": 2.3835962110752007e-06, + "N": 0.000363374623702839, + "Y": 0.027777740731835365, + "U": 2.5278884550061775e-06, + "K": 3.9178234146675095e-05, + "L": 5.113663064548746e-06, + "G": 0.0012086497154086828, + "F": 0.0014777653850615025, + "E": 0.004002283792942762, + "T": 0.0017740780021995306, + "P": 0.333009272813797, + "-": 0.581798791885376 + }, + "id": "tp_15719" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1964898, + "label": "-", + "classification": { + "B": 0.00011493994679767638, + "S": 2.8899439712404273e-05, + "I": 0.00042531455983407795, + "C": 0.00023495381174143404, + "R": 3.7463334592757747e-05, + "M": 0.0005239017773419619, + "O": 0.0003974573337472975, + "W": 3.77524847863242e-05, + "N": 5.6321892770938575e-05, + "Y": 0.0012372462078928947, + "U": 1.6671838238835335e-05, + "K": 2.9665345209650695e-05, + "L": 7.949283462949097e-05, + "G": 0.0008784398669376969, + "F": 0.007570101413875818, + "E": 0.0007042778888717294, + "T": 0.0016915489686653018, + "P": 0.14649349451065063, + "-": 0.8394420146942139 + }, + "id": "tp_15720" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1965032, + "label": "-", + "classification": { + "B": 1.91323260878562e-06, + "S": 5.798080451313581e-07, + "I": 0.00011991547944489866, + "C": 3.1422514439327642e-06, + "R": 2.1618642165321944e-07, + "M": 0.00012039858847856522, + "O": 2.4016442694119178e-05, + "W": 4.78003073567379e-07, + "N": 3.497080342640402e-06, + "Y": 0.0001323017495451495, + "U": 5.2002931738570624e-08, + "K": 3.4500640566648144e-08, + "L": 1.6291511428789818e-06, + "G": 4.5572589442599565e-05, + "F": 0.00019758335838560015, + "E": 0.00015694672765675932, + "T": 0.0001897628972074017, + "P": 0.23210768401622772, + "-": 0.7668942809104919 + }, + "id": "tp_15721" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1965132, + "label": "-", + "classification": { + "B": 3.925826490558393e-07, + "S": 7.278703151314403e-08, + "I": 9.762500849319622e-05, + "C": 2.6230784442304866e-06, + "R": 3.584528087685612e-07, + "M": 1.4870647646603175e-05, + "O": 4.141316367167747e-06, + "W": 2.1474795630638255e-07, + "N": 2.433458575978875e-06, + "Y": 0.00018558384908828884, + "U": 9.197668759952649e-08, + "K": 1.1692532098095398e-06, + "L": 1.9039283927213546e-07, + "G": 3.288758307462558e-05, + "F": 0.0003526734944898635, + "E": 0.0001410681870765984, + "T": 8.916817023418844e-05, + "P": 0.22343264520168304, + "-": 0.7756417393684387 + }, + "id": "tp_15722" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1965265, + "label": "P", + "classification": { + "B": 1.0256272616970818e-05, + "S": 1.4693331422677147e-06, + "I": 0.002366456435993314, + "C": 0.00011512412311276421, + "R": 1.1461706890258938e-05, + "M": 0.00016219363897107542, + "O": 4.014735168311745e-05, + "W": 4.510946382652037e-06, + "N": 5.9857153246412054e-05, + "Y": 0.0009715456399135292, + "U": 2.0809575289604254e-06, + "K": 8.280577276309486e-06, + "L": 5.2812142712355126e-06, + "G": 0.0005932333297096193, + "F": 0.0011200800072401762, + "E": 0.001028345781378448, + "T": 0.0002631442912388593, + "P": 0.5384414792060852, + "-": 0.45479509234428406 + }, + "id": "tp_15723" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1965399, + "label": "P", + "classification": { + "B": 3.738567102118395e-05, + "S": 3.141866181977093e-05, + "I": 0.07510487735271454, + "C": 0.00028481322806328535, + "R": 6.034233229001984e-05, + "M": 0.0022021206095814705, + "O": 0.0002603208995424211, + "W": 1.2579173926496878e-05, + "N": 0.00314506096765399, + "Y": 0.035629525780677795, + "U": 3.933898369723465e-06, + "K": 0.0002528829500079155, + "L": 1.6233128917519934e-05, + "G": 0.00912192091345787, + "F": 0.0026512208860367537, + "E": 0.018104715272784233, + "T": 0.01144050620496273, + "P": 0.4724351763725281, + "-": 0.36920493841171265 + }, + "id": "tp_15724" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1965532, + "label": "-", + "classification": { + "B": 1.43621414760986e-09, + "S": 1.8955295666422955e-11, + "I": 6.762756584066665e-06, + "C": 9.874133510834326e-09, + "R": 2.8614424718576004e-10, + "M": 6.573542776777686e-08, + "O": 1.1098356900163253e-08, + "W": 1.288875256522104e-10, + "N": 9.576838877478622e-09, + "Y": 9.705071306598256e-07, + "U": 7.208179886308841e-11, + "K": 2.907611131031107e-11, + "L": 3.6010938675445914e-10, + "G": 2.1834151198163454e-07, + "F": 1.6190266478588455e-06, + "E": 1.6674484868417494e-06, + "T": 1.0919699207079248e-06, + "P": 0.45022767782211304, + "-": 0.5497598052024841 + }, + "id": "tp_15725" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1965632, + "label": "-", + "classification": { + "B": 0.0010784710757434368, + "S": 0.0011254792334511876, + "I": 0.009699906222522259, + "C": 0.002434053225442767, + "R": 0.0006224621902219951, + "M": 0.005940714851021767, + "O": 0.0035163196735084057, + "W": 0.0006560718757100403, + "N": 0.0031483133789151907, + "Y": 0.00943827722221613, + "U": 0.00040605096728540957, + "K": 0.0005442523979581892, + "L": 0.0009247165871784091, + "G": 0.005481889937072992, + "F": 0.013049094006419182, + "E": 0.007762800436466932, + "T": 0.017494311556220055, + "P": 0.4033409059047699, + "-": 0.5133360028266907 + }, + "id": "tp_15726" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1965766, + "label": "-", + "classification": { + "B": 0.0002930740301962942, + "S": 0.00011258159065619111, + "I": 0.0094503378495574, + "C": 0.0021844315342605114, + "R": 0.0003883577883243561, + "M": 0.0011457133805379272, + "O": 0.0005767677212134004, + "W": 0.00015132961561903358, + "N": 0.0015073661925271153, + "Y": 0.010939368046820164, + "U": 0.0002779837523121387, + "K": 0.0014275886351242661, + "L": 0.0001563604164402932, + "G": 0.004287426825612783, + "F": 0.018047228455543518, + "E": 0.007868248037993908, + "T": 0.004590804222971201, + "P": 0.3719182014465332, + "-": 0.5646767020225525 + }, + "id": "tp_15727" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1965899, + "label": "P", + "classification": { + "B": 0.0002883755078073591, + "S": 0.0003520484606269747, + "I": 0.09710288792848587, + "C": 0.004933591932058334, + "R": 0.001179004437290132, + "M": 0.0016068611294031143, + "O": 0.0010213333880528808, + "W": 0.0002610319061204791, + "N": 0.01055145263671875, + "Y": 0.009235883131623268, + "U": 0.00018036960682366043, + "K": 0.00036187091609463096, + "L": 0.00028602511156350374, + "G": 0.005156296771019697, + "F": 0.005957416724413633, + "E": 0.01953497715294361, + "T": 0.005332351196557283, + "P": 0.7137503027915955, + "-": 0.12290790677070618 + }, + "id": "tp_15728" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1966033, + "label": "-", + "classification": { + "B": 2.733812607402797e-06, + "S": 1.2331882317084819e-05, + "I": 0.00552896736189723, + "C": 0.00021705147810280323, + "R": 8.27005278551951e-05, + "M": 0.0006982450722716749, + "O": 0.00021905549510847777, + "W": 2.092002068820875e-05, + "N": 0.00020356604363769293, + "Y": 0.0461270697414875, + "U": 6.290117198659573e-06, + "K": 0.00016738116391934454, + "L": 9.927125574904494e-06, + "G": 0.0013942657969892025, + "F": 0.002510607475414872, + "E": 0.0006403803708963096, + "T": 0.01949751377105713, + "P": 0.07049166411161423, + "-": 0.8521692752838135 + }, + "id": "tp_15729" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1966133, + "label": "-", + "classification": { + "B": 2.7893509468412958e-05, + "S": 1.2596827900779317e-06, + "I": 9.644912643125281e-05, + "C": 5.530454927793471e-06, + "R": 8.235259087996383e-07, + "M": 9.505121124675497e-05, + "O": 3.787389869103208e-05, + "W": 1.38147095185559e-06, + "N": 2.036085561485379e-06, + "Y": 0.00014783302322030067, + "U": 1.108019205275923e-07, + "K": 2.4546789489932053e-08, + "L": 7.951317456900142e-06, + "G": 5.3108040447114035e-05, + "F": 0.00033955465187318623, + "E": 0.00012312007311265916, + "T": 0.00013906843378208578, + "P": 0.2193908840417862, + "-": 0.7795299887657166 + }, + "id": "tp_15730" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1966266, + "label": "-", + "classification": { + "B": 5.591916124103591e-05, + "S": 1.0228788596577942e-05, + "I": 0.0014412502059713006, + "C": 6.773805216653273e-05, + "R": 1.4023615221958607e-05, + "M": 0.00045271572889760137, + "O": 0.00023638686980120838, + "W": 1.0832218322320841e-05, + "N": 9.147939272224903e-05, + "Y": 0.0014948997413739562, + "U": 2.626997911647777e-06, + "K": 2.2304866433842108e-06, + "L": 3.739295425475575e-05, + "G": 0.0009121529874391854, + "F": 0.002229523379355669, + "E": 0.000908539688680321, + "T": 0.0013340908335521817, + "P": 0.34656015038490295, + "-": 0.6441377997398376 + }, + "id": "tp_15731" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1966400, + "label": "-", + "classification": { + "B": 0.0011185100302100182, + "S": 0.0007732224767096341, + "I": 0.014898199588060379, + "C": 0.006264592986553907, + "R": 0.0022562320809811354, + "M": 0.009108533151447773, + "O": 0.0035771760158240795, + "W": 0.0009314723429270089, + "N": 0.0025081285275518894, + "Y": 0.03267749398946762, + "U": 0.0004248528275638819, + "K": 0.002823442919179797, + "L": 0.0014056767104193568, + "G": 0.02469104900956154, + "F": 0.08607764542102814, + "E": 0.021972201764583588, + "T": 0.014200101606547832, + "P": 0.2199307233095169, + "-": 0.5543607473373413 + }, + "id": "tp_15732" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1966533, + "label": "-", + "classification": { + "B": 3.377734358878115e-08, + "S": 2.3468976095841754e-08, + "I": 0.00019610056187957525, + "C": 4.728642579721054e-07, + "R": 9.135273160154611e-08, + "M": 1.2657853403652553e-05, + "O": 2.124607135556289e-06, + "W": 1.9784847538062422e-08, + "N": 2.609653165563941e-06, + "Y": 0.00017232197569683194, + "U": 1.24104291288063e-08, + "K": 1.0279623374742641e-08, + "L": 7.447656713566175e-08, + "G": 2.916657285823021e-05, + "F": 2.2728383555659093e-05, + "E": 2.1570887838606723e-05, + "T": 0.00035799876786768436, + "P": 0.48225653171539307, + "-": 0.516925573348999 + }, + "id": "tp_15733" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1966633, + "label": "-", + "classification": { + "B": 0.00032022007508203387, + "S": 0.00014672213001176715, + "I": 0.013169928453862667, + "C": 0.001651679165661335, + "R": 0.00022676619119010866, + "M": 0.007487586233764887, + "O": 0.0006675448967143893, + "W": 6.595598824787885e-05, + "N": 0.0006875622784718871, + "Y": 0.06989869475364685, + "U": 3.166568058077246e-05, + "K": 0.00014488614397123456, + "L": 0.000274404272204265, + "G": 0.009331470355391502, + "F": 0.011499692685902119, + "E": 0.018755696713924408, + "T": 0.01698671095073223, + "P": 0.12573108077049255, + "-": 0.7229217886924744 + }, + "id": "tp_15734" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1966767, + "label": "P", + "classification": { + "B": 9.895912853608024e-07, + "S": 8.695660369539837e-08, + "I": 0.001415342092514038, + "C": 2.288750147272367e-05, + "R": 4.696029009210179e-06, + "M": 1.877235081337858e-05, + "O": 6.640384981437819e-06, + "W": 4.05400015779378e-07, + "N": 1.9257739040767774e-05, + "Y": 0.0002620087761897594, + "U": 7.408693249999487e-07, + "K": 1.3254464192868909e-06, + "L": 1.2301625247346237e-06, + "G": 0.00020517104712780565, + "F": 0.0007342466851696372, + "E": 0.00032223097514361143, + "T": 9.894376125885174e-05, + "P": 0.598788857460022, + "-": 0.39809614419937134 + }, + "id": "tp_15735" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1966900, + "label": "-", + "classification": { + "B": 8.461326615361031e-06, + "S": 6.449763986893231e-06, + "I": 0.001279256073758006, + "C": 0.00010684828157536685, + "R": 4.4427000830182806e-05, + "M": 0.00011448475561337546, + "O": 8.214129775296897e-05, + "W": 1.2228138075442985e-05, + "N": 0.0001148957890109159, + "Y": 0.0013542809756472707, + "U": 5.99948134549777e-06, + "K": 0.00012951694952789694, + "L": 7.472109700756846e-06, + "G": 0.0007053251611068845, + "F": 0.021777965128421783, + "E": 0.0018159609753638506, + "T": 0.000529605196788907, + "P": 0.40029287338256836, + "-": 0.5716118216514587 + }, + "id": "tp_15736" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1967000, + "label": "-", + "classification": { + "B": 3.2302395993610844e-05, + "S": 8.983869520307053e-06, + "I": 0.010243140161037445, + "C": 0.00011177360283909366, + "R": 2.3376056560664438e-05, + "M": 0.0006331602344289422, + "O": 0.00015471251390408725, + "W": 1.162752141681267e-05, + "N": 0.0003906002384610474, + "Y": 0.01629665493965149, + "U": 3.7695790524594486e-06, + "K": 6.317388761090115e-05, + "L": 8.114578122331295e-06, + "G": 0.002273793797940016, + "F": 0.0016662867274135351, + "E": 0.0015035612741485238, + "T": 0.0050398739986121655, + "P": 0.38978666067123413, + "-": 0.5717484354972839 + }, + "id": "tp_15737" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1967134, + "label": "-", + "classification": { + "B": 0.0005840474623255432, + "S": 0.0012602696660906076, + "I": 0.07862453162670135, + "C": 0.0035274233669042587, + "R": 0.0007845617947168648, + "M": 0.017436673864722252, + "O": 0.004582982510328293, + "W": 0.0005901140393689275, + "N": 0.00959338154643774, + "Y": 0.104865662753582, + "U": 9.506887727184221e-05, + "K": 0.0009475004626438022, + "L": 0.0005421867244876921, + "G": 0.014069725759327412, + "F": 0.00911106076091528, + "E": 0.03225497901439667, + "T": 0.041506070643663406, + "P": 0.28662964701652527, + "-": 0.39299407601356506 + }, + "id": "tp_15738" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1967267, + "label": "-", + "classification": { + "B": 1.5133628039620817e-05, + "S": 7.992929567990359e-06, + "I": 0.0016224125865846872, + "C": 2.230581230833195e-05, + "R": 9.909790605888702e-06, + "M": 0.0002018044178839773, + "O": 9.381215204484761e-05, + "W": 7.0166670411708765e-06, + "N": 5.383588722907007e-05, + "Y": 0.002097164513543248, + "U": 1.4841986057945178e-06, + "K": 1.6225417311943602e-06, + "L": 1.1952747627219651e-05, + "G": 0.000599241117015481, + "F": 0.0010027651442214847, + "E": 0.00040959191392175853, + "T": 0.0013679456897079945, + "P": 0.47052183747291565, + "-": 0.5219521522521973 + }, + "id": "tp_15739" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1967401, + "label": "-", + "classification": { + "B": 0.0025173064786940813, + "S": 0.0006192095461301506, + "I": 0.01456843875348568, + "C": 0.0005913350032642484, + "R": 0.0002671870752237737, + "M": 0.00612344965338707, + "O": 0.0030651590786874294, + "W": 0.0004074491444043815, + "N": 0.0010800606105476618, + "Y": 0.010614516213536263, + "U": 7.559106597909704e-05, + "K": 8.579726272728294e-05, + "L": 0.0011454792693257332, + "G": 0.01100971270352602, + "F": 0.015404297038912773, + "E": 0.010285376571118832, + "T": 0.0071922792121768, + "P": 0.3041875958442688, + "-": 0.6107597947120667 + }, + "id": "tp_15740" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1967501, + "label": "-", + "classification": { + "B": 1.900200186355505e-05, + "S": 1.7075262803700753e-05, + "I": 0.005301760509610176, + "C": 0.00045096236863173544, + "R": 0.00039178438601084054, + "M": 0.003893189365044236, + "O": 0.0006934243720024824, + "W": 3.381121132406406e-05, + "N": 0.00012731895549222827, + "Y": 0.055339351296424866, + "U": 1.3649868378706742e-05, + "K": 1.5321997125283815e-05, + "L": 0.00012123859050916508, + "G": 0.004247366450726986, + "F": 0.0013183922274038196, + "E": 0.000382093305233866, + "T": 0.034709613770246506, + "P": 0.02910662442445755, + "-": 0.8638180494308472 + }, + "id": "tp_15741" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1967634, + "label": "-", + "classification": { + "B": 1.1799165804404765e-06, + "S": 6.077767011447577e-06, + "I": 0.002699603559449315, + "C": 1.567483377584722e-05, + "R": 2.026676838795538e-06, + "M": 0.0004095360927749425, + "O": 2.9433540476020426e-05, + "W": 4.105690550204599e-06, + "N": 0.0001223019789904356, + "Y": 0.018549036234617233, + "U": 4.424801431923697e-07, + "K": 0.0003213644085917622, + "L": 4.794491132997791e-07, + "G": 0.00034062357735820115, + "F": 0.003907716367393732, + "E": 0.0025732479989528656, + "T": 0.00642379280179739, + "P": 0.11181148141622543, + "-": 0.8527817726135254 + }, + "id": "tp_15742" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1967768, + "label": "P", + "classification": { + "B": 2.4034244461290655e-07, + "S": 1.884167915022772e-07, + "I": 0.0001398292661178857, + "C": 2.1100040612509474e-06, + "R": 1.8482253949514416e-07, + "M": 8.508815881214105e-06, + "O": 2.9647960673173657e-06, + "W": 1.1050812531721022e-07, + "N": 1.0109847607964184e-05, + "Y": 3.968900637119077e-05, + "U": 9.534966949331647e-08, + "K": 6.350649073283421e-07, + "L": 1.656245558478986e-07, + "G": 2.5271619961131364e-05, + "F": 0.0008074684883467853, + "E": 0.00011268604430370033, + "T": 9.37127842917107e-05, + "P": 0.7550817131996155, + "-": 0.24367433786392212 + }, + "id": "tp_15743" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1967901, + "label": "P", + "classification": { + "B": 0.00022036206792108715, + "S": 9.853542724158615e-05, + "I": 0.05062171444296837, + "C": 0.003218370256945491, + "R": 0.00048238731687888503, + "M": 0.002981744706630707, + "O": 0.00045795642654411495, + "W": 0.00013078807387501001, + "N": 0.0043037584982812405, + "Y": 0.013011671602725983, + "U": 0.00011638690921245143, + "K": 0.0017482120310887694, + "L": 0.00020095953368581831, + "G": 0.011299094185233116, + "F": 0.02501845546066761, + "E": 0.06542632728815079, + "T": 0.004264974966645241, + "P": 0.5593217015266418, + "-": 0.2570766806602478 + }, + "id": "tp_15744" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1968001, + "label": "P", + "classification": { + "B": 1.2433265510480851e-05, + "S": 2.5435813313379185e-06, + "I": 0.002592710545286536, + "C": 0.0002541970170568675, + "R": 2.8311462301644497e-05, + "M": 0.0001920197537401691, + "O": 4.716271359939128e-05, + "W": 4.077198809682159e-06, + "N": 9.630125714465976e-05, + "Y": 0.001796402153559029, + "U": 5.6720537031651475e-06, + "K": 1.9415745100559434e-06, + "L": 1.4914270650479011e-05, + "G": 0.0003080491442233324, + "F": 0.001087623299099505, + "E": 0.0009611243731342256, + "T": 0.0011459366651251912, + "P": 0.5030227303504944, + "-": 0.4884259104728699 + }, + "id": "tp_15745" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1968135, + "label": "-", + "classification": { + "B": 1.7732716514728963e-05, + "S": 4.502484898694092e-06, + "I": 0.030423598363995552, + "C": 0.0016989754512906075, + "R": 0.0002965345629490912, + "M": 0.002467900747433305, + "O": 0.000285568181425333, + "W": 1.7668435248197056e-05, + "N": 0.00042287155520170927, + "Y": 0.023562578484416008, + "U": 1.887355392682366e-05, + "K": 1.0467872925801203e-05, + "L": 8.503290882799774e-05, + "G": 0.002318181563168764, + "F": 0.0008583036833442748, + "E": 0.002966181607916951, + "T": 0.014333582483232021, + "P": 0.17700397968292236, + "-": 0.7432074546813965 + }, + "id": "tp_15746" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1968268, + "label": "-", + "classification": { + "B": 4.1315985299661406e-07, + "S": 2.1777733394401366e-08, + "I": 8.230460662161931e-05, + "C": 4.748312392166554e-07, + "R": 7.681650515678484e-08, + "M": 8.830454135022592e-06, + "O": 3.912806278094649e-06, + "W": 4.605372083688053e-08, + "N": 4.223026905947336e-07, + "Y": 9.315924398833886e-05, + "U": 6.536255536815361e-09, + "K": 3.740460996493056e-10, + "L": 3.82460001446816e-07, + "G": 2.113073605869431e-05, + "F": 1.7728363673086278e-05, + "E": 8.822793461149558e-06, + "T": 7.6737989729736e-05, + "P": 0.3568557798862457, + "-": 0.6428297758102417 + }, + "id": "tp_15747" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1968402, + "label": "P", + "classification": { + "B": 4.693135906563839e-06, + "S": 6.179491407465321e-08, + "I": 5.4752199503127486e-05, + "C": 1.9650458398245974e-06, + "R": 8.1872613577616e-08, + "M": 9.605099876353052e-06, + "O": 2.127231027770904e-06, + "W": 1.589479268204741e-07, + "N": 2.0106404008402023e-06, + "Y": 3.911120074917562e-05, + "U": 6.180174949577122e-08, + "K": 1.9600997802626807e-07, + "L": 1.3164056156256265e-07, + "G": 5.204668559599668e-05, + "F": 0.00032863084925338626, + "E": 0.0003429981297813356, + "T": 2.3150420020101592e-05, + "P": 0.670530378818512, + "-": 0.32860785722732544 + }, + "id": "tp_15748" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1968502, + "label": "P", + "classification": { + "B": 3.117833671240078e-07, + "S": 3.6248511037229036e-07, + "I": 0.0017947928281500936, + "C": 1.085351232177345e-05, + "R": 3.685758656502003e-06, + "M": 1.9331600924488157e-05, + "O": 1.0878755347221158e-05, + "W": 6.506792828986363e-07, + "N": 5.714347571483813e-05, + "Y": 0.0005518647958524525, + "U": 4.399375370667258e-07, + "K": 2.4243731786555145e-06, + "L": 4.650168534681143e-07, + "G": 5.719767068512738e-05, + "F": 0.00028481893241405487, + "E": 0.0001455907040508464, + "T": 0.0002989784115925431, + "P": 0.6011542677879333, + "-": 0.3956058621406555 + }, + "id": "tp_15749" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1968635, + "label": "-", + "classification": { + "B": 1.5990242445695912e-06, + "S": 1.0212130518993945e-06, + "I": 0.0009701037779450417, + "C": 3.761730113183148e-05, + "R": 3.210450358892558e-06, + "M": 5.932350904913619e-05, + "O": 2.2526352040586062e-05, + "W": 3.2159355214389507e-06, + "N": 7.398119487334043e-05, + "Y": 0.00045441280235536397, + "U": 2.6543882540863706e-06, + "K": 9.757213410921395e-05, + "L": 1.1683926004479872e-06, + "G": 0.0002569202915765345, + "F": 0.0019307053880766034, + "E": 0.001794626354239881, + "T": 0.0003015090769622475, + "P": 0.3718929886817932, + "-": 0.6220948100090027 + }, + "id": "tp_15750" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1968769, + "label": "P", + "classification": { + "B": 4.535614195333437e-08, + "S": 2.0959260993436146e-08, + "I": 6.617080362048e-05, + "C": 1.9582009826990543e-06, + "R": 1.8035449045328278e-07, + "M": 1.4586322549803299e-06, + "O": 1.0055050552182365e-06, + "W": 1.0658902738214238e-07, + "N": 3.6569012991094496e-06, + "Y": 0.00012198050535516813, + "U": 1.2600790455508104e-07, + "K": 1.857884126366116e-05, + "L": 2.2676632127627272e-08, + "G": 3.5024706448893994e-05, + "F": 0.00087114202324301, + "E": 0.00020406354451552033, + "T": 3.7294026697054505e-05, + "P": 0.5370990633964539, + "-": 0.46153807640075684 + }, + "id": "tp_15751" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1968902, + "label": "-", + "classification": { + "B": 9.478634456172585e-05, + "S": 1.5046158296172507e-05, + "I": 0.0033958270214498043, + "C": 0.00018673627346288413, + "R": 2.1646412278641947e-05, + "M": 0.0019432007102295756, + "O": 0.00026246110792271793, + "W": 2.0305931684561074e-05, + "N": 0.0003509343368932605, + "Y": 0.002706169616430998, + "U": 1.471078212489374e-05, + "K": 4.13521847804077e-05, + "L": 2.933645919256378e-05, + "G": 0.0009751156903803349, + "F": 0.0013903285143896937, + "E": 0.008150928653776646, + "T": 0.004125113599002361, + "P": 0.37124714255332947, + "-": 0.6050288081169128 + }, + "id": "tp_15752" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1969002, + "label": "-", + "classification": { + "B": 0.00011651247041299939, + "S": 1.3434677384793758e-05, + "I": 0.0009870666544884443, + "C": 6.943920743651688e-05, + "R": 1.867373794084415e-05, + "M": 0.0005466423463076353, + "O": 0.0003175157471559942, + "W": 1.6523785234312527e-05, + "N": 5.272343696560711e-05, + "Y": 0.0006370125338435173, + "U": 2.878243549275794e-06, + "K": 8.974401453087921e-07, + "L": 5.476167279994115e-05, + "G": 0.000559577310923487, + "F": 0.0010359666775912046, + "E": 0.0004636701487470418, + "T": 0.0010420491453260183, + "P": 0.37345772981643677, + "-": 0.6206068992614746 + }, + "id": "tp_15753" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1969136, + "label": "P", + "classification": { + "B": 4.098128101759357e-06, + "S": 4.648690037356573e-07, + "I": 0.03870946168899536, + "C": 0.0009757296647876501, + "R": 5.344902820070274e-05, + "M": 0.0003029821382369846, + "O": 2.7931124350288883e-05, + "W": 1.407384843332693e-06, + "N": 0.00034496752778068185, + "Y": 0.006014547776430845, + "U": 2.00452700482856e-06, + "K": 1.0322894013370387e-05, + "L": 7.94853622210212e-06, + "G": 0.0017517107771709561, + "F": 0.001177996746264398, + "E": 0.005769760347902775, + "T": 0.0006422513979487121, + "P": 0.6234694123268127, + "-": 0.32073351740837097 + }, + "id": "tp_15754" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1969269, + "label": "P", + "classification": { + "B": 8.238912414526567e-07, + "S": 1.3846018191543408e-05, + "I": 0.01068957895040512, + "C": 5.623298875434557e-06, + "R": 3.020332542291726e-06, + "M": 2.510546619305387e-05, + "O": 1.7892771211336367e-05, + "W": 3.3717710721248295e-06, + "N": 0.0014991431962698698, + "Y": 0.0002559043641667813, + "U": 1.048272224579705e-06, + "K": 5.801555744255893e-05, + "L": 6.926059654688288e-07, + "G": 5.1742859795922413e-05, + "F": 0.0008309520198963583, + "E": 0.0009511311654932797, + "T": 0.00034441036405041814, + "P": 0.9321117997169495, + "-": 0.053135789930820465 + }, + "id": "tp_15755" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1969403, + "label": "P", + "classification": { + "B": 3.0209910164558096e-06, + "S": 1.1155330867040902e-05, + "I": 0.006720270495861769, + "C": 3.06134061247576e-05, + "R": 1.0156996722798795e-05, + "M": 0.0001613540225662291, + "O": 5.863455589860678e-05, + "W": 7.238401849463116e-06, + "N": 0.0003529517853166908, + "Y": 0.0007720343419350684, + "U": 2.5245899450965226e-06, + "K": 2.3649554350413382e-05, + "L": 3.4494023566367105e-06, + "G": 0.00016842385230120271, + "F": 0.0011814823374152184, + "E": 0.0011573504889383912, + "T": 0.0009470333461649716, + "P": 0.6683893203735352, + "-": 0.3199993968009949 + }, + "id": "tp_15756" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1969503, + "label": "P", + "classification": { + "B": 8.236385156124015e-07, + "S": 8.253942951341742e-07, + "I": 0.004433812573552132, + "C": 5.039973075326998e-06, + "R": 2.6568099542600976e-07, + "M": 2.087403481709771e-05, + "O": 2.418846406726516e-06, + "W": 2.818036364260479e-07, + "N": 0.0001308568607782945, + "Y": 3.238344288547523e-05, + "U": 1.4215508770121232e-07, + "K": 7.758499691590259e-07, + "L": 3.1679985568189295e-07, + "G": 1.8643162547959946e-05, + "F": 0.0001388606906402856, + "E": 0.0019369947258383036, + "T": 5.2306389989098534e-05, + "P": 0.968356192111969, + "-": 0.024868305772542953 + }, + "id": "tp_15757" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1969636, + "label": "P", + "classification": { + "B": 1.6457777746836655e-05, + "S": 0.0002737749309744686, + "I": 0.053649596869945526, + "C": 6.403960287570953e-05, + "R": 3.453103272477165e-05, + "M": 0.0005464660935103893, + "O": 0.00040883751353248954, + "W": 5.020145181333646e-05, + "N": 0.004413466900587082, + "Y": 0.0016772610833868384, + "U": 3.544634182617301e-06, + "K": 3.887978891725652e-05, + "L": 1.691142279014457e-05, + "G": 0.0002506274322513491, + "F": 0.0009123268537223339, + "E": 0.001216171309351921, + "T": 0.0041768611408770084, + "P": 0.78258216381073, + "-": 0.14966782927513123 + }, + "id": "tp_15758" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1969770, + "label": "P", + "classification": { + "B": 9.727406904858071e-06, + "S": 1.0774849215522408e-05, + "I": 0.062057141214609146, + "C": 0.0003125859657302499, + "R": 5.515451994142495e-05, + "M": 0.000333062227582559, + "O": 6.086207940825261e-05, + "W": 1.060354225046467e-05, + "N": 0.001467320485971868, + "Y": 0.003332925960421562, + "U": 5.890525244467426e-06, + "K": 3.0713224987266585e-05, + "L": 9.021760888572317e-06, + "G": 0.0007886969833634794, + "F": 0.0010107834823429585, + "E": 0.0028145508840680122, + "T": 0.001488286186940968, + "P": 0.7874720096588135, + "-": 0.13872982561588287 + }, + "id": "tp_15759" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1969903, + "label": "P", + "classification": { + "B": 9.079354867935763e-08, + "S": 4.049430799568654e-07, + "I": 0.0005991344223730266, + "C": 2.7827135795632785e-07, + "R": 1.3891698813495168e-07, + "M": 4.545658612187253e-06, + "O": 5.459120075101964e-06, + "W": 1.2728982312637527e-07, + "N": 5.682154551323038e-06, + "Y": 4.5744236558675766e-05, + "U": 1.6061878937989604e-08, + "K": 1.316117770322478e-09, + "L": 2.923306396951375e-07, + "G": 3.1652386951463996e-06, + "F": 1.4983624168962706e-05, + "E": 3.745752337636077e-06, + "T": 0.00020797376055270433, + "P": 0.7185401320457458, + "-": 0.2805681526660919 + }, + "id": "tp_15760" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1970003, + "label": "P", + "classification": { + "B": 9.28058143472299e-05, + "S": 2.6318963136873208e-05, + "I": 0.05574136972427368, + "C": 0.0007213662611320615, + "R": 0.00017443392425775528, + "M": 0.003309904597699642, + "O": 0.0004725352337118238, + "W": 4.1624560253694654e-05, + "N": 0.0019937772303819656, + "Y": 0.006282341200858355, + "U": 1.5991507098078728e-05, + "K": 1.8753145923255943e-05, + "L": 6.962962652323768e-05, + "G": 0.002483450109139085, + "F": 0.0008352515287697315, + "E": 0.004326912108808756, + "T": 0.008440634235739708, + "P": 0.6876882314682007, + "-": 0.22726458311080933 + }, + "id": "tp_15761" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1970137, + "label": "P", + "classification": { + "B": 7.439883484039456e-05, + "S": 7.394908607238904e-05, + "I": 0.35167163610458374, + "C": 0.0026404892560094595, + "R": 0.0007538168574683368, + "M": 0.002365528140217066, + "O": 0.000975731061771512, + "W": 7.257662218762562e-05, + "N": 0.004031377844512463, + "Y": 0.021150922402739525, + "U": 1.0044494047178887e-05, + "K": 2.383544597250875e-05, + "L": 0.00015519867883995175, + "G": 0.007295176852494478, + "F": 0.0012456419644877315, + "E": 0.0025974062737077475, + "T": 0.009717083536088467, + "P": 0.3957945704460144, + "-": 0.19935058057308197 + }, + "id": "tp_15762" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1970270, + "label": "-", + "classification": { + "B": 1.7350576797525719e-07, + "S": 4.697173210388428e-07, + "I": 0.0013044184306636453, + "C": 3.2920775993261486e-05, + "R": 2.8199465305078775e-06, + "M": 4.771907697431743e-05, + "O": 5.455693099065684e-06, + "W": 4.09707212156718e-07, + "N": 3.829420529655181e-05, + "Y": 0.0005803444073535502, + "U": 7.555832439720689e-07, + "K": 1.1395108231226914e-05, + "L": 6.122997433521959e-07, + "G": 8.561594586353749e-05, + "F": 0.001054552965797484, + "E": 0.0005042528500780463, + "T": 0.0003143868234474212, + "P": 0.4003874361515045, + "-": 0.5956279039382935 + }, + "id": "tp_15763" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1970404, + "label": "I", + "classification": { + "B": 1.2017954986731638e-06, + "S": 5.029755811847281e-06, + "I": 0.5405095219612122, + "C": 7.543335959780961e-05, + "R": 1.2779931239492726e-05, + "M": 6.007605406921357e-05, + "O": 1.28626124933362e-05, + "W": 1.4728750556969317e-06, + "N": 0.0031350369099527597, + "Y": 0.002803611336275935, + "U": 2.192289798585989e-07, + "K": 1.4877986131978105e-06, + "L": 1.2031233609377523e-06, + "G": 0.00026253683608956635, + "F": 5.489448085427284e-05, + "E": 0.0013871248811483383, + "T": 0.0007529924041591585, + "P": 0.439129501581192, + "-": 0.011793035082519054 + }, + "id": "tp_15764" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1970504, + "label": "P", + "classification": { + "B": 3.713762852797231e-09, + "S": 7.679297198137647e-09, + "I": 8.768017869442701e-05, + "C": 8.721129063360422e-08, + "R": 7.557876102737282e-09, + "M": 2.5670595960036735e-07, + "O": 1.0815802653496576e-07, + "W": 3.6662981539592465e-09, + "N": 1.3097466080580489e-06, + "Y": 2.3318139028560836e-06, + "U": 1.704801744217832e-09, + "K": 1.730503562669128e-08, + "L": 2.830681244958555e-09, + "G": 8.396868338422792e-07, + "F": 3.60039557563141e-05, + "E": 1.929249265231192e-05, + "T": 4.797460860572755e-06, + "P": 0.8367340564727783, + "-": 0.1631132960319519 + }, + "id": "tp_15765" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1970637, + "label": "P", + "classification": { + "B": 6.634280680373195e-07, + "S": 7.687826553137711e-08, + "I": 0.0008226162171922624, + "C": 7.248209499266522e-08, + "R": 7.077614494477302e-09, + "M": 7.768444447719958e-07, + "O": 3.4129575965380354e-07, + "W": 2.590118519663065e-08, + "N": 6.745876362401759e-06, + "Y": 3.140590251859976e-06, + "U": 3.811043924883961e-09, + "K": 1.6676771075196939e-09, + "L": 3.1696199442876605e-08, + "G": 1.829897882998921e-06, + "F": 2.0193228920106776e-06, + "E": 1.95254815480439e-05, + "T": 5.37195592187345e-06, + "P": 0.9892906546592712, + "-": 0.009846211411058903 + }, + "id": "tp_15766" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1970771, + "label": "P", + "classification": { + "B": 1.3188495850968707e-09, + "S": 2.2567043789223362e-09, + "I": 0.0003076390130445361, + "C": 2.485836034793465e-07, + "R": 1.094840751392212e-08, + "M": 3.904300172052899e-07, + "O": 5.440188033389859e-08, + "W": 3.0135380857387872e-09, + "N": 4.631885985872941e-06, + "Y": 1.0230134648736566e-05, + "U": 1.3628962403089417e-09, + "K": 1.807437683964963e-07, + "L": 1.1514493802877723e-09, + "G": 1.2102046866857563e-06, + "F": 9.599298209650442e-05, + "E": 0.00015621505735907704, + "T": 2.3101138140191324e-06, + "P": 0.9091260433197021, + "-": 0.09029492735862732 + }, + "id": "tp_15767" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1970904, + "label": "-", + "classification": { + "B": 4.216620254737791e-06, + "S": 1.8205058950115927e-05, + "I": 0.0076578217558562756, + "C": 0.0003063394105993211, + "R": 6.679410580545664e-05, + "M": 0.00020781700732186437, + "O": 0.00011605829786276445, + "W": 2.1565421775449067e-05, + "N": 0.0005292653804644942, + "Y": 0.017604801803827286, + "U": 6.891039447509684e-06, + "K": 0.00032693782122805715, + "L": 5.409602636063937e-06, + "G": 0.000797965913079679, + "F": 0.0053713154047727585, + "E": 0.002083161612972617, + "T": 0.0038418734911829233, + "P": 0.30494382977485657, + "-": 0.6560897827148438 + }, + "id": "tp_15768" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1971004, + "label": "-", + "classification": { + "B": 2.6788477043737657e-05, + "S": 1.0541986739553977e-05, + "I": 0.0020231844391673803, + "C": 9.472572855884209e-05, + "R": 3.5469613067107275e-05, + "M": 0.0005702092312276363, + "O": 0.00022190336312633008, + "W": 1.718446765153203e-05, + "N": 7.331756205530837e-05, + "Y": 0.002260343637317419, + "U": 6.4184764596575405e-06, + "K": 3.7853451431146823e-06, + "L": 4.240382259013131e-05, + "G": 0.0006891880766488612, + "F": 0.0017142108408734202, + "E": 0.0004902437794953585, + "T": 0.002094413386657834, + "P": 0.3054795265197754, + "-": 0.6841461062431335 + }, + "id": "tp_15769" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1971138, + "label": "P", + "classification": { + "B": 3.8129404856590554e-05, + "S": 0.0004235352389514446, + "I": 0.253536581993103, + "C": 0.00016872890410013497, + "R": 6.546015356434509e-05, + "M": 0.00044978843652643263, + "O": 0.0002656860451679677, + "W": 0.00010003332863561809, + "N": 0.038373660296201706, + "Y": 0.0023838120978325605, + "U": 8.519626135239378e-06, + "K": 0.001220168313011527, + "L": 1.4317192835733294e-05, + "G": 0.0011481840629130602, + "F": 0.00209055095911026, + "E": 0.012833287008106709, + "T": 0.003227599197998643, + "P": 0.664993166923523, + "-": 0.018658706918358803 + }, + "id": "tp_15770" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1971271, + "label": "P", + "classification": { + "B": 3.6907422895637865e-07, + "S": 4.833996740671864e-07, + "I": 0.004928413312882185, + "C": 1.3381499229581095e-05, + "R": 4.002537934866268e-06, + "M": 1.6263840734609403e-05, + "O": 8.34553884487832e-06, + "W": 4.936512709718954e-07, + "N": 0.00013585365377366543, + "Y": 0.0003390733036212623, + "U": 3.9815813579480164e-07, + "K": 3.7669560697395355e-06, + "L": 4.5502147827392037e-07, + "G": 6.796923844376579e-05, + "F": 0.0004452490829862654, + "E": 0.00029515186906792223, + "T": 0.000197979825315997, + "P": 0.8473895192146301, + "-": 0.14615286886692047 + }, + "id": "tp_15771" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1971405, + "label": "P", + "classification": { + "B": 3.675176685646875e-06, + "S": 8.719446668692399e-06, + "I": 0.019653212279081345, + "C": 0.00023483521363232285, + "R": 1.876571332104504e-05, + "M": 0.0004682037979364395, + "O": 6.802563439123333e-05, + "W": 1.354017422272591e-05, + "N": 0.0009292998583987355, + "Y": 0.002725812140852213, + "U": 5.668162884830963e-06, + "K": 0.00017480470705777407, + "L": 3.882326836901484e-06, + "G": 0.0002550841018091887, + "F": 0.0013971278676763177, + "E": 0.0034728809259831905, + "T": 0.0016542453086003661, + "P": 0.6172730326652527, + "-": 0.35163915157318115 + }, + "id": "tp_15772" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1971505, + "label": "I", + "classification": { + "B": 0.000707075756508857, + "S": 0.0004638186073862016, + "I": 0.40173038840293884, + "C": 0.005804878659546375, + "R": 0.003073166823014617, + "M": 0.0065439739264547825, + "O": 0.0020055652130395174, + "W": 0.0005922082345932722, + "N": 0.011003830470144749, + "Y": 0.08284514397382736, + "U": 0.00014741411723662168, + "K": 0.00035268740612082183, + "L": 0.0006015209364704788, + "G": 0.009121702052652836, + "F": 0.0031586349941790104, + "E": 0.010704641230404377, + "T": 0.032465606927871704, + "P": 0.23885637521743774, + "-": 0.18982133269309998 + }, + "id": "tp_15773" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1971638, + "label": "I", + "classification": { + "B": 1.4650889852418914e-06, + "S": 7.326811464736238e-05, + "I": 0.5674765706062317, + "C": 0.0003458669234532863, + "R": 0.000272374163614586, + "M": 0.00034866403439082205, + "O": 0.00030688755214214325, + "W": 1.4680661479360424e-05, + "N": 0.01464905496686697, + "Y": 0.370195597410202, + "U": 9.642808151966165e-08, + "K": 0.0007241209968924522, + "L": 2.6745542527351063e-06, + "G": 0.006884498056024313, + "F": 0.0004568230651784688, + "E": 0.00043131725396960974, + "T": 0.02892345003783703, + "P": 0.002822510665282607, + "-": 0.006070159375667572 + }, + "id": "tp_15774" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1971772, + "label": "-", + "classification": { + "B": 5.278296271171712e-07, + "S": 8.655326837470056e-07, + "I": 0.00435617147013545, + "C": 0.00016210302419494838, + "R": 1.7635773474466987e-05, + "M": 0.00012336288637015969, + "O": 1.9981813238700852e-05, + "W": 1.6196964907067013e-06, + "N": 0.00014320501941256225, + "Y": 0.0022561231162399054, + "U": 1.5190065596470959e-06, + "K": 1.3949794265499804e-05, + "L": 2.6732107016869122e-06, + "G": 0.00028323204605840147, + "F": 0.0028290622867643833, + "E": 0.001571673434227705, + "T": 0.0008106527384370565, + "P": 0.4136168658733368, + "-": 0.5737887024879456 + }, + "id": "tp_15775" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1971905, + "label": "I", + "classification": { + "B": 8.469229214824736e-05, + "S": 0.001175659359432757, + "I": 0.7285797595977783, + "C": 0.0017852034652605653, + "R": 0.0016955072060227394, + "M": 0.001725314650684595, + "O": 0.0012977992882952094, + "W": 0.0003417760308366269, + "N": 0.08114805072546005, + "Y": 0.01972680538892746, + "U": 2.201896859332919e-05, + "K": 0.005169550888240337, + "L": 3.813632793026045e-05, + "G": 0.004318219609558582, + "F": 0.002100980607792735, + "E": 0.00664125382900238, + "T": 0.011480432003736496, + "P": 0.11127305030822754, + "-": 0.02139570564031601 + }, + "id": "tp_15776" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1972005, + "label": "P", + "classification": { + "B": 1.2545599226143622e-08, + "S": 2.2419190059963512e-08, + "I": 0.00019166262063663453, + "C": 2.4943301468738355e-07, + "R": 6.655630357954578e-08, + "M": 2.080600779663655e-06, + "O": 4.982505856787611e-07, + "W": 2.2386460685197562e-08, + "N": 7.875662049627863e-06, + "Y": 3.785812441492453e-05, + "U": 9.364694797397988e-09, + "K": 3.446807284035458e-07, + "L": 7.970727189388072e-09, + "G": 5.6330677580263e-06, + "F": 7.345185440499336e-05, + "E": 6.495321576949209e-05, + "T": 3.919165828847326e-05, + "P": 0.885448694229126, + "-": 0.11412741243839264 + }, + "id": "tp_15777" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1972139, + "label": "-", + "classification": { + "B": 4.615620127879083e-06, + "S": 1.003756005957257e-05, + "I": 0.01534246001392603, + "C": 0.00027620725450105965, + "R": 8.016806532396004e-05, + "M": 0.0003913115069735795, + "O": 0.00010592868056846783, + "W": 1.1823346540040802e-05, + "N": 0.0006816423847340047, + "Y": 0.00521326158195734, + "U": 5.241917278908659e-06, + "K": 9.786398732103407e-05, + "L": 7.677385838178452e-06, + "G": 0.0009270477457903326, + "F": 0.0024923314340412617, + "E": 0.004302637651562691, + "T": 0.0017476400826126337, + "P": 0.47152501344680786, + "-": 0.49677711725234985 + }, + "id": "tp_15778" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1972272, + "label": "I", + "classification": { + "B": 3.481617625311628e-07, + "S": 9.040767508849967e-06, + "I": 0.949023962020874, + "C": 0.00017443869728595018, + "R": 8.359481580555439e-05, + "M": 0.00017542064597364515, + "O": 3.314799687359482e-05, + "W": 1.4731817827851046e-06, + "N": 0.005249681882560253, + "Y": 0.010944928973913193, + "U": 4.8712571754094824e-08, + "K": 1.825513936637435e-05, + "L": 7.752261126370286e-07, + "G": 0.0006446930929087102, + "F": 5.5125743529060856e-05, + "E": 0.00043702893890440464, + "T": 0.0029876178596168756, + "P": 0.02536485157907009, + "-": 0.004795623943209648 + }, + "id": "tp_15779" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1972406, + "label": "I", + "classification": { + "B": 0.00019459518080111593, + "S": 0.0024498244747519493, + "I": 0.3581746816635132, + "C": 0.0014833224704489112, + "R": 0.0018925757613033056, + "M": 0.00440959120169282, + "O": 0.004108905792236328, + "W": 0.00119261653162539, + "N": 0.045804139226675034, + "Y": 0.05056161805987358, + "U": 0.00011785786773543805, + "K": 0.014426182024180889, + "L": 0.0002502729475963861, + "G": 0.009963883087038994, + "F": 0.01795404963195324, + "E": 0.00921535026282072, + "T": 0.036659806966781616, + "P": 0.2948068380355835, + "-": 0.14633390307426453 + }, + "id": "tp_15780" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1972506, + "label": "P", + "classification": { + "B": 4.6394116326453627e-10, + "S": 3.625225231118634e-09, + "I": 0.0018317942740395665, + "C": 5.625473065151709e-08, + "R": 1.4288383809457628e-08, + "M": 1.6596050045336597e-07, + "O": 5.80142192063704e-08, + "W": 1.2839251883889347e-09, + "N": 8.120328857330605e-06, + "Y": 7.589781034766929e-06, + "U": 4.685136723026062e-10, + "K": 3.764126788041722e-09, + "L": 9.227908992492928e-10, + "G": 3.7234360661386745e-07, + "F": 4.214848559058737e-06, + "E": 2.5810891202127095e-06, + "T": 1.540234370622784e-05, + "P": 0.9420838952064514, + "-": 0.05604563653469086 + }, + "id": "tp_15781" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1972639, + "label": "P", + "classification": { + "B": 1.8135357095161453e-05, + "S": 1.3313538147485815e-05, + "I": 0.010086162947118282, + "C": 0.00013313062663655728, + "R": 1.647794670134317e-05, + "M": 0.00032905631815083325, + "O": 8.317891479237005e-05, + "W": 1.043659995048074e-05, + "N": 0.0007001208141446114, + "Y": 0.0015090913511812687, + "U": 8.707731467438862e-06, + "K": 5.266902007861063e-05, + "L": 1.3541674888983835e-05, + "G": 0.0006722601829096675, + "F": 0.0015269980067387223, + "E": 0.004346375819295645, + "T": 0.0013459500623866916, + "P": 0.8056197762489319, + "-": 0.1735147386789322 + }, + "id": "tp_15782" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1972773, + "label": "-", + "classification": { + "B": 1.745634904182225e-06, + "S": 3.312045464554103e-06, + "I": 0.0033218744210898876, + "C": 5.0724436732707545e-05, + "R": 1.6858946764841676e-05, + "M": 0.00028719636611640453, + "O": 5.684596180799417e-05, + "W": 3.7843003610760206e-06, + "N": 0.00015015143435448408, + "Y": 0.0038798069581389427, + "U": 1.4778519243918709e-06, + "K": 2.161777410947252e-05, + "L": 2.9210307275207015e-06, + "G": 0.00035081032547168434, + "F": 0.001555002061650157, + "E": 0.0008907082956284285, + "T": 0.0023700075689703226, + "P": 0.4172196090221405, + "-": 0.5698155164718628 + }, + "id": "tp_15783" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1972906, + "label": "P", + "classification": { + "B": 7.805341084576867e-08, + "S": 8.725159261757653e-08, + "I": 0.00033826747676357627, + "C": 6.650893737969454e-06, + "R": 5.034302716921957e-07, + "M": 5.202032298257109e-06, + "O": 1.7027966805471806e-06, + "W": 1.1142591205270946e-07, + "N": 1.4197641576174647e-05, + "Y": 0.00024518740247003734, + "U": 2.262948584075275e-07, + "K": 1.450613490305841e-05, + "L": 6.887007231171083e-08, + "G": 3.3041626011254266e-05, + "F": 0.0006552322884090245, + "E": 0.0003071875835303217, + "T": 8.243348565883934e-05, + "P": 0.5042351484298706, + "-": 0.494060218334198 + }, + "id": "tp_15784" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1973006, + "label": "I", + "classification": { + "B": 0.000337708683218807, + "S": 0.0008644410409033298, + "I": 0.9092484712600708, + "C": 0.0019925336819142103, + "R": 0.0013535950565710664, + "M": 0.0017281320178881288, + "O": 0.0013273559743538499, + "W": 0.00039356076740659773, + "N": 0.020077524706721306, + "Y": 0.006245094817131758, + "U": 1.216729015141027e-05, + "K": 6.243769894354045e-05, + "L": 0.00027191208209842443, + "G": 0.0044276840053498745, + "F": 0.00041666056495159864, + "E": 0.0033657564781606197, + "T": 0.003212445182725787, + "P": 0.04001494497060776, + "-": 0.004647539928555489 + }, + "id": "tp_15785" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1973140, + "label": "P", + "classification": { + "B": 2.3761581360304262e-06, + "S": 1.6532711697436753e-06, + "I": 0.003801128128543496, + "C": 2.7437203243607655e-05, + "R": 7.521013685618527e-06, + "M": 0.00011152506340295076, + "O": 4.125459963688627e-05, + "W": 1.1052291029045591e-06, + "N": 0.00010716947872424498, + "Y": 0.0004517101333476603, + "U": 7.196596811809286e-07, + "K": 5.609800268757681e-07, + "L": 5.629509814752964e-06, + "G": 0.0003820752026513219, + "F": 0.0004373863630462438, + "E": 0.0003411612706258893, + "T": 0.0007204168359749019, + "P": 0.762197732925415, + "-": 0.23136140406131744 + }, + "id": "tp_15786" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1973273, + "label": "P", + "classification": { + "B": 5.949119076831266e-05, + "S": 4.486846228246577e-05, + "I": 0.0004851658013649285, + "C": 8.11390873423079e-06, + "R": 4.5820420382369775e-06, + "M": 7.402089977404103e-05, + "O": 0.00030032204813323915, + "W": 1.643183350097388e-05, + "N": 7.623936835443601e-05, + "Y": 0.00014074213686399162, + "U": 1.2209768556203926e-06, + "K": 5.06144260725705e-07, + "L": 1.904143937281333e-05, + "G": 0.0001830965920817107, + "F": 0.000760143157094717, + "E": 0.00015191723650787026, + "T": 0.0004900928470306098, + "P": 0.6352839469909668, + "-": 0.3619000315666199 + }, + "id": "tp_15787" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1973407, + "label": "-", + "classification": { + "B": 2.9587903682681826e-08, + "S": 1.3721023428558965e-08, + "I": 0.00028513019788078964, + "C": 2.5798640308494214e-06, + "R": 1.469531127895607e-07, + "M": 5.698482709703967e-06, + "O": 8.701915135134186e-07, + "W": 1.630742652025674e-08, + "N": 2.8726608434226364e-06, + "Y": 0.00015471133519895375, + "U": 2.172672353140115e-08, + "K": 3.885682886561881e-08, + "L": 3.538278292580799e-08, + "G": 1.1620803888945375e-05, + "F": 3.092288534389809e-05, + "E": 4.32233682658989e-05, + "T": 0.00013500572822522372, + "P": 0.3412461280822754, + "-": 0.6580809354782104 + }, + "id": "tp_15788" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1973507, + "label": "P", + "classification": { + "B": 3.720250560945715e-06, + "S": 7.37455536636844e-07, + "I": 0.015843160450458527, + "C": 0.0002582794113550335, + "R": 2.4841261620167643e-05, + "M": 0.00019061802595388144, + "O": 2.1091011149110273e-05, + "W": 1.638888534216676e-06, + "N": 0.0003051326784770936, + "Y": 0.00316351605579257, + "U": 2.648263944138307e-06, + "K": 2.317874714208301e-05, + "L": 2.314666289748857e-06, + "G": 0.0007861703634262085, + "F": 0.0005654055275954306, + "E": 0.005377882160246372, + "T": 0.000529456592630595, + "P": 0.7137264013290405, + "-": 0.2591738700866699 + }, + "id": "tp_15789" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1973640, + "label": "P", + "classification": { + "B": 6.210008905327413e-06, + "S": 5.031052296544658e-06, + "I": 0.007229269947856665, + "C": 5.8845649618888274e-05, + "R": 1.692665864538867e-05, + "M": 8.009588782442734e-05, + "O": 6.0588667111005634e-05, + "W": 8.303890354000032e-06, + "N": 0.0004039820341859013, + "Y": 0.0009012321825139225, + "U": 4.630126568372361e-06, + "K": 3.699880471685901e-05, + "L": 4.5651036089111585e-06, + "G": 0.000322907289955765, + "F": 0.0013253043871372938, + "E": 0.0007635608781129122, + "T": 0.0005237837322056293, + "P": 0.7423855066299438, + "-": 0.24586224555969238 + }, + "id": "tp_15790" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1973774, + "label": "-", + "classification": { + "B": 0.00145361153408885, + "S": 0.0011897286167368293, + "I": 0.03073296695947647, + "C": 0.0006326385191641748, + "R": 0.00016250273620244116, + "M": 0.006269569508731365, + "O": 0.00430530309677124, + "W": 0.0005154391983523965, + "N": 0.0033881256822496653, + "Y": 0.008555958978831768, + "U": 4.925304529024288e-05, + "K": 6.426896288758144e-05, + "L": 0.0005002716789022088, + "G": 0.003182344138622284, + "F": 0.003608263097703457, + "E": 0.006808104459196329, + "T": 0.019762594252824783, + "P": 0.4208851158618927, + "-": 0.487933874130249 + }, + "id": "tp_15791" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1973907, + "label": "P", + "classification": { + "B": 1.4890439103965036e-08, + "S": 3.208500842788453e-08, + "I": 0.00047830381663516164, + "C": 4.5113054625289806e-07, + "R": 4.484399696025321e-08, + "M": 3.449455562076764e-06, + "O": 6.624040906899609e-07, + "W": 1.2240133351326676e-08, + "N": 7.95415326138027e-06, + "Y": 2.535836392780766e-05, + "U": 7.820293745908202e-09, + "K": 3.620732513809344e-08, + "L": 1.4736060371944859e-08, + "G": 3.4508802855270915e-06, + "F": 2.879541352740489e-05, + "E": 3.1597388442605734e-05, + "T": 4.555759733193554e-05, + "P": 0.7855696678161621, + "-": 0.21380457282066345 + }, + "id": "tp_15792" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1974007, + "label": "P", + "classification": { + "B": 7.600845606248186e-07, + "S": 2.160810339546515e-07, + "I": 0.036447424441576004, + "C": 0.00028861997998319566, + "R": 4.430656190379523e-05, + "M": 0.0001359819434583187, + "O": 2.161628617614042e-05, + "W": 8.926804753173201e-07, + "N": 0.00015401530254166573, + "Y": 0.0009743981645442545, + "U": 7.533514576607558e-07, + "K": 5.489416707860073e-07, + "L": 3.961270522268023e-06, + "G": 0.0003450379299465567, + "F": 0.00016875391884241253, + "E": 0.0002823683898895979, + "T": 0.0009746081777848303, + "P": 0.6497673392295837, + "-": 0.3103885054588318 + }, + "id": "tp_15793" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1974141, + "label": "-", + "classification": { + "B": 0.0005602388409897685, + "S": 0.0017808659467846155, + "I": 0.10290060937404633, + "C": 0.006077726371586323, + "R": 0.00356937269680202, + "M": 0.009493215940892696, + "O": 0.005921634845435619, + "W": 0.0013499233173206449, + "N": 0.015953809022903442, + "Y": 0.0882195234298706, + "U": 0.0004684000741690397, + "K": 0.0023888596333563328, + "L": 0.0008856987114995718, + "G": 0.014560886658728123, + "F": 0.015186796896159649, + "E": 0.01890512928366661, + "T": 0.04967643320560455, + "P": 0.2795463800430298, + "-": 0.3825545310974121 + }, + "id": "tp_15794" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1974274, + "label": "I", + "classification": { + "B": 0.0002400060766376555, + "S": 0.00027527473866939545, + "I": 0.46470698714256287, + "C": 0.004270811099559069, + "R": 0.0016972072189673781, + "M": 0.003230272326618433, + "O": 0.0008461949764750898, + "W": 0.0001689264172455296, + "N": 0.02006630226969719, + "Y": 0.022595591843128204, + "U": 8.094644726952538e-05, + "K": 0.0003976578009314835, + "L": 0.00026750811957754195, + "G": 0.01030362956225872, + "F": 0.0040634735487401485, + "E": 0.030897503718733788, + "T": 0.009295969270169735, + "P": 0.3577248454093933, + "-": 0.06887095421552658 + }, + "id": "tp_15795" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1974408, + "label": "P", + "classification": { + "B": 8.632299568489543e-07, + "S": 2.369444871419546e-07, + "I": 6.706154817948118e-05, + "C": 7.158386665651051e-07, + "R": 4.182561852417166e-08, + "M": 2.414457412669435e-05, + "O": 9.66284642345272e-06, + "W": 2.0060431893398345e-07, + "N": 3.0587002584070433e-06, + "Y": 2.669677087396849e-05, + "U": 2.6988223211787954e-08, + "K": 3.203354381753343e-08, + "L": 4.056130649132683e-07, + "G": 2.542094443924725e-05, + "F": 0.0001366777578368783, + "E": 8.764352241996676e-05, + "T": 0.0001059595015249215, + "P": 0.5094563961029053, + "-": 0.4900548458099365 + }, + "id": "tp_15796" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1974508, + "label": "P", + "classification": { + "B": 1.5263404975485173e-06, + "S": 1.1930241043955903e-06, + "I": 0.015331186354160309, + "C": 0.00011758280743379146, + "R": 1.0897165338974446e-05, + "M": 0.00012794570648111403, + "O": 2.2471653210232034e-05, + "W": 3.005570306413574e-06, + "N": 0.0003896720299962908, + "Y": 0.0026450420264154673, + "U": 1.615746327843226e-06, + "K": 4.746318518300541e-05, + "L": 1.4289607861428522e-06, + "G": 0.0003184978268109262, + "F": 0.0007784237386658788, + "E": 0.0051795016042888165, + "T": 0.0004962095990777016, + "P": 0.6440881490707397, + "-": 0.33043813705444336 + }, + "id": "tp_15797" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1974641, + "label": "-", + "classification": { + "B": 1.0591865020614932e-06, + "S": 8.653187677509777e-08, + "I": 0.00011974602239206433, + "C": 5.7512907005730085e-06, + "R": 1.0577924740573508e-06, + "M": 2.348134876228869e-05, + "O": 4.871876626566518e-06, + "W": 1.1987701498128445e-07, + "N": 3.5291236599732656e-06, + "Y": 0.0008759666816331446, + "U": 9.986912630211009e-08, + "K": 6.263394993766269e-07, + "L": 6.570406867467682e-07, + "G": 0.0003701399255078286, + "F": 0.0014596122782677412, + "E": 0.00038992936606518924, + "T": 0.00030127985519357026, + "P": 0.22090855240821838, + "-": 0.7755333781242371 + }, + "id": "tp_15798" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1974775, + "label": "-", + "classification": { + "B": 7.1492472670797724e-06, + "S": 1.5690471855123178e-06, + "I": 0.002387236338108778, + "C": 1.620020884729456e-05, + "R": 6.032718374626711e-06, + "M": 0.0002101492282235995, + "O": 5.870184031664394e-05, + "W": 3.8868711271788925e-06, + "N": 4.692261791205965e-05, + "Y": 0.00277339736931026, + "U": 1.3083325711704674e-06, + "K": 1.2972834610991413e-06, + "L": 5.018911451770691e-06, + "G": 0.00030243874061852694, + "F": 0.00039159090374596417, + "E": 0.0002480628027115017, + "T": 0.002398952143266797, + "P": 0.26836544275283813, + "-": 0.7227746844291687 + }, + "id": "tp_15799" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1974908, + "label": "P", + "classification": { + "B": 1.9306549802422523e-05, + "S": 1.1352267392794602e-05, + "I": 0.005435174331068993, + "C": 0.0001395030558342114, + "R": 1.697486368357204e-05, + "M": 0.00022610284213442355, + "O": 7.460959750460461e-05, + "W": 1.538951437396463e-05, + "N": 0.0004928480484522879, + "Y": 0.0005505185108631849, + "U": 1.831860026868526e-05, + "K": 8.70969524839893e-05, + "L": 1.126995175582124e-05, + "G": 0.000398632837459445, + "F": 0.0028950064443051815, + "E": 0.0026964168064296246, + "T": 0.0007930361898615956, + "P": 0.7466455698013306, + "-": 0.23947280645370483 + }, + "id": "tp_15800" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1975008, + "label": "-", + "classification": { + "B": 1.4022233374433313e-10, + "S": 6.610596792189227e-11, + "I": 8.251367944467347e-06, + "C": 3.075085786008458e-08, + "R": 9.90500237385561e-10, + "M": 7.994068340622107e-08, + "O": 1.9805074913392673e-08, + "W": 2.9978786120210543e-10, + "N": 9.403607492686206e-08, + "Y": 2.62231333181262e-06, + "U": 3.893605715621362e-10, + "K": 2.360949480362251e-08, + "L": 2.465108117633008e-10, + "G": 9.03229022242158e-07, + "F": 5.579176649916917e-05, + "E": 2.3070755560183898e-05, + "T": 2.191940211559995e-06, + "P": 0.46078479290008545, + "-": 0.5391221642494202 + }, + "id": "tp_15801" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1975142, + "label": "-", + "classification": { + "B": 5.9162349685948357e-08, + "S": 1.0839549702268414e-07, + "I": 0.00012406888708937913, + "C": 4.0726577026362065e-06, + "R": 6.121434807937476e-07, + "M": 5.565761057368945e-06, + "O": 3.0515832349919947e-06, + "W": 4.10294262565003e-07, + "N": 8.495307156408671e-06, + "Y": 0.0003373825456947088, + "U": 3.1038021575113817e-07, + "K": 7.59242830099538e-05, + "L": 6.366253302303448e-08, + "G": 3.340453622513451e-05, + "F": 0.0014648906653746963, + "E": 0.00024565335479564965, + "T": 9.314475755672902e-05, + "P": 0.18236468732357025, + "-": 0.8152381181716919 + }, + "id": "tp_15802" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1975275, + "label": "P", + "classification": { + "B": 7.957230263855308e-05, + "S": 8.026434079511091e-05, + "I": 0.12178155779838562, + "C": 0.0014940726105123758, + "R": 0.00024265788670163602, + "M": 0.0008927911403588951, + "O": 0.00017483792908024043, + "W": 3.740492320503108e-05, + "N": 0.009741313755512238, + "Y": 0.00892401672899723, + "U": 2.5652214389992878e-05, + "K": 0.0005344818346202374, + "L": 4.400157922646031e-05, + "G": 0.004672480281442404, + "F": 0.004214806016534567, + "E": 0.03553668037056923, + "T": 0.0027386159636080265, + "P": 0.744175374507904, + "-": 0.06460946798324585 + }, + "id": "tp_15803" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1975375, + "label": "-", + "classification": { + "B": 5.031989985582186e-06, + "S": 3.865186954499222e-06, + "I": 0.001073035760782659, + "C": 5.553158189286478e-05, + "R": 2.004274028877262e-05, + "M": 8.324487862410024e-05, + "O": 3.0337434509419836e-05, + "W": 2.491105760782375e-06, + "N": 5.346351463231258e-05, + "Y": 0.004565773997455835, + "U": 3.8085561300249537e-06, + "K": 4.564367191051133e-05, + "L": 4.927354439132614e-06, + "G": 0.001096292631700635, + "F": 0.008437464945018291, + "E": 0.0006008345517329872, + "T": 0.001655303523875773, + "P": 0.2579806447029114, + "-": 0.7242822647094727 + }, + "id": "tp_15804" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1975509, + "label": "-", + "classification": { + "B": 8.838088092488761e-07, + "S": 2.09957124752691e-06, + "I": 0.009001667611300945, + "C": 0.0001835980947362259, + "R": 4.960537262377329e-05, + "M": 0.00046071771066635847, + "O": 6.67056956444867e-05, + "W": 5.5071786846383475e-06, + "N": 0.00017225994088221341, + "Y": 0.014962400309741497, + "U": 2.317829512321623e-06, + "K": 5.708285607397556e-05, + "L": 2.8144982024969067e-06, + "G": 0.0006347676971927285, + "F": 0.0013205845607444644, + "E": 0.000729789724573493, + "T": 0.005540432874113321, + "P": 0.12916535139083862, + "-": 0.8376414179801941 + }, + "id": "tp_15805" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1975642, + "label": "-", + "classification": { + "B": 7.094226020853966e-05, + "S": 4.05540231440682e-06, + "I": 0.009554463438689709, + "C": 0.001034315093420446, + "R": 0.00015966439968906343, + "M": 0.0012426296016201377, + "O": 0.00013122905511409044, + "W": 1.1836379599117208e-05, + "N": 0.0002676114090718329, + "Y": 0.016196591779589653, + "U": 2.7586995202000253e-05, + "K": 0.0005377375055104494, + "L": 5.590739965555258e-05, + "G": 0.019584238529205322, + "F": 0.008321047760546207, + "E": 0.017654843628406525, + "T": 0.0035905262921005487, + "P": 0.19733089208602905, + "-": 0.7242238521575928 + }, + "id": "tp_15806" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1975776, + "label": "-", + "classification": { + "B": 4.162679090313759e-07, + "S": 2.7617403475233004e-08, + "I": 7.531444862252101e-05, + "C": 4.4067173803341575e-06, + "R": 2.667872536221694e-07, + "M": 1.888956467155367e-05, + "O": 4.517393335845554e-06, + "W": 6.690583376212089e-08, + "N": 8.285379067274334e-07, + "Y": 0.00010312817175872624, + "U": 5.170811689936272e-08, + "K": 2.3656627767820737e-09, + "L": 6.489254928965238e-07, + "G": 3.707716678036377e-05, + "F": 2.4990004021674395e-05, + "E": 1.4925342838978395e-05, + "T": 0.0002894820354413241, + "P": 0.25672322511672974, + "-": 0.7427017092704773 + }, + "id": "tp_15807" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1975876, + "label": "P", + "classification": { + "B": 1.0210218533757143e-05, + "S": 9.666176993050613e-06, + "I": 0.0018044180469587445, + "C": 0.00020191339717712253, + "R": 3.53375835402403e-05, + "M": 9.833920194068924e-05, + "O": 6.125313666416332e-05, + "W": 9.816337296797428e-06, + "N": 0.0003331804764457047, + "Y": 0.002286253497004509, + "U": 1.2173853974672966e-05, + "K": 0.0003112172707915306, + "L": 5.415474333858583e-06, + "G": 0.000872161122970283, + "F": 0.008092295378446579, + "E": 0.004108403343707323, + "T": 0.0006587794632650912, + "P": 0.5814737677574158, + "-": 0.3996153473854065 + }, + "id": "tp_15808" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1976009, + "label": "Y", + "classification": { + "B": 0.005369048099964857, + "S": 0.007110837381333113, + "I": 0.19303078949451447, + "C": 0.01950075477361679, + "R": 0.011474104598164558, + "M": 0.05123714357614517, + "O": 0.017792807891964912, + "W": 0.004973160568624735, + "N": 0.02952609769999981, + "Y": 0.204853355884552, + "U": 0.0011383172823116183, + "K": 0.005432846024632454, + "L": 0.00708148255944252, + "G": 0.0693565383553505, + "F": 0.025946268811821938, + "E": 0.04717376455664635, + "T": 0.06739122420549393, + "P": 0.09384985268115997, + "-": 0.13776156306266785 + }, + "id": "tp_15809" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1976143, + "label": "I", + "classification": { + "B": 2.0540521290968172e-05, + "S": 4.211581654089969e-06, + "I": 0.7599947452545166, + "C": 0.000526648887898773, + "R": 3.105326322838664e-05, + "M": 0.0009122936753556132, + "O": 1.55225679918658e-05, + "W": 1.8731300315266708e-06, + "N": 0.004318481311202049, + "Y": 0.023628253489732742, + "U": 2.2847549985272053e-07, + "K": 1.0434755495225545e-05, + "L": 3.647299308795482e-06, + "G": 0.0016531774308532476, + "F": 6.633154407609254e-05, + "E": 0.061043158173561096, + "T": 0.0007094256579875946, + "P": 0.14163686335086823, + "-": 0.005423119757324457 + }, + "id": "tp_15810" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1976276, + "label": "-", + "classification": { + "B": 3.064683187403716e-05, + "S": 5.320868694980163e-06, + "I": 0.07506068050861359, + "C": 0.0005206482019275427, + "R": 5.9543275710893795e-05, + "M": 0.0019652878399938345, + "O": 0.00028935191221535206, + "W": 8.590883226133883e-06, + "N": 0.00036953052040189505, + "Y": 0.10410244017839432, + "U": 1.7661295714788139e-06, + "K": 1.5847556369408267e-06, + "L": 3.5668992495629936e-05, + "G": 0.005583896767348051, + "F": 0.00015651383728254586, + "E": 0.0025855000130832195, + "T": 0.032817672938108444, + "P": 0.11079055815935135, + "-": 0.6656147837638855 + }, + "id": "tp_15811" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1976376, + "label": "-", + "classification": { + "B": 1.1723705028998666e-07, + "S": 8.573140064527252e-08, + "I": 0.003155731363222003, + "C": 2.5322913643321954e-05, + "R": 5.052035703556612e-06, + "M": 5.5158307077363133e-05, + "O": 6.801297786296345e-06, + "W": 3.2064048127722344e-07, + "N": 2.8943404686287977e-05, + "Y": 0.002903189742937684, + "U": 3.472834180229256e-07, + "K": 1.901977157103829e-06, + "L": 6.574323379027192e-07, + "G": 0.0001285000762436539, + "F": 0.0004893317236565053, + "E": 0.0002276477316627279, + "T": 0.0008111756178550422, + "P": 0.2941015064716339, + "-": 0.6980581879615784 + }, + "id": "tp_15812" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1976510, + "label": "-", + "classification": { + "B": 1.9198787413188256e-06, + "S": 5.838518063683296e-06, + "I": 0.0019158804789185524, + "C": 0.00012243988749105483, + "R": 2.4751105229370296e-05, + "M": 0.00029774909489788115, + "O": 6.960034079384059e-05, + "W": 6.966877663217019e-06, + "N": 0.00017413674504496157, + "Y": 0.012197023257613182, + "U": 3.4026231787720462e-06, + "K": 0.0010157726937904954, + "L": 3.5020300401811255e-06, + "G": 0.0016627602744847536, + "F": 0.014871781691908836, + "E": 0.004986494779586792, + "T": 0.001484671258367598, + "P": 0.13902677595615387, + "-": 0.8221285343170166 + }, + "id": "tp_15813" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1976643, + "label": "-", + "classification": { + "B": 3.3970552522077924e-06, + "S": 7.27273402389983e-07, + "I": 0.000994606059975922, + "C": 2.6231578885926865e-05, + "R": 3.2999641916831024e-06, + "M": 0.00028423662297427654, + "O": 1.862516910478007e-05, + "W": 7.845042091503274e-07, + "N": 2.283618778164964e-05, + "Y": 0.002102944068610668, + "U": 5.242907263891539e-07, + "K": 7.590159839310218e-06, + "L": 3.122815087408526e-06, + "G": 0.0013099770294502378, + "F": 0.0038265748880803585, + "E": 0.0031471531838178635, + "T": 0.000669048517011106, + "P": 0.26796290278434753, + "-": 0.7196153998374939 + }, + "id": "tp_15814" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1976777, + "label": "P", + "classification": { + "B": 4.054296368849464e-06, + "S": 7.226468824228505e-06, + "I": 0.0011295473668724298, + "C": 0.00011057678057113662, + "R": 7.665754310437478e-06, + "M": 9.376728121424094e-05, + "O": 3.0094182875473052e-05, + "W": 4.0023646761255804e-06, + "N": 0.00013481876521836966, + "Y": 0.0005789451533928514, + "U": 6.664989541604882e-06, + "K": 2.914870492531918e-05, + "L": 5.587319719779771e-06, + "G": 0.0002707262756302953, + "F": 0.00433826819062233, + "E": 0.00162596651352942, + "T": 0.0005600166041404009, + "P": 0.5644307136535645, + "-": 0.42663222551345825 + }, + "id": "tp_15815" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1976877, + "label": "-", + "classification": { + "B": 3.201228651050769e-07, + "S": 1.1860904436389319e-07, + "I": 0.00010405280045233667, + "C": 1.1966596957790898e-06, + "R": 4.063116989527771e-07, + "M": 2.0456469428609125e-05, + "O": 3.8726761886209715e-06, + "W": 7.33509253336706e-08, + "N": 1.6717665403120918e-06, + "Y": 0.00020511215552687645, + "U": 2.887151318020642e-08, + "K": 5.765908284161014e-08, + "L": 2.5299422645730374e-07, + "G": 5.6074815802276134e-05, + "F": 0.00023759946634527296, + "E": 5.33467682544142e-05, + "T": 0.0002459434908814728, + "P": 0.3160545527935028, + "-": 0.6830148696899414 + }, + "id": "tp_15816" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1977010, + "label": "P", + "classification": { + "B": 1.5322417779017883e-09, + "S": 1.6235755795346307e-10, + "I": 1.1771422578021884e-05, + "C": 3.161432005072129e-08, + "R": 1.102479441073001e-09, + "M": 1.0797243987781258e-07, + "O": 1.5822687160493842e-08, + "W": 2.052963354870485e-10, + "N": 7.350017483531701e-08, + "Y": 3.150155407638522e-06, + "U": 2.75502898272606e-10, + "K": 5.068453434731168e-10, + "L": 5.956818927010943e-10, + "G": 4.5686789462706656e-07, + "F": 1.6056594176916406e-05, + "E": 6.198018127179239e-06, + "T": 2.3789780243532732e-06, + "P": 0.7272120714187622, + "-": 0.2727476954460144 + }, + "id": "tp_15817" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1977144, + "label": "P", + "classification": { + "B": 4.647775767807616e-06, + "S": 3.285680350018083e-06, + "I": 0.001304132747463882, + "C": 5.8024384088639636e-06, + "R": 1.3779424534732243e-06, + "M": 0.00016459444304928184, + "O": 3.2934589398792014e-05, + "W": 1.2376723361740005e-06, + "N": 6.445998587878421e-05, + "Y": 0.00021378228848334402, + "U": 2.3399555004743888e-07, + "K": 2.4065523120953003e-06, + "L": 3.0112821605143836e-06, + "G": 0.00023280859750229865, + "F": 0.0016819386510178447, + "E": 0.0011590615613386035, + "T": 0.00033920197165571153, + "P": 0.6511330604553223, + "-": 0.3436518907546997 + }, + "id": "tp_15818" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1977277, + "label": "-", + "classification": { + "B": 8.105760684884444e-08, + "S": 1.3052741110186616e-07, + "I": 8.725449879420921e-05, + "C": 1.4667953109892551e-05, + "R": 2.2570748114958405e-06, + "M": 4.0592552977614105e-05, + "O": 1.0738726814452093e-05, + "W": 2.418193787434575e-07, + "N": 2.086326730932342e-06, + "Y": 0.001334825879894197, + "U": 2.498717606158607e-07, + "K": 4.541730049822945e-07, + "L": 9.728411214382504e-07, + "G": 7.006042869761586e-05, + "F": 0.0004998432123102248, + "E": 2.695702096389141e-05, + "T": 0.0007412965642288327, + "P": 0.037625618278980255, + "-": 0.9595415592193604 + }, + "id": "tp_15819" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1977377, + "label": "-", + "classification": { + "B": 3.346718949615024e-05, + "S": 1.83858228410827e-05, + "I": 0.009611720219254494, + "C": 0.00032998406095430255, + "R": 5.966160097159445e-05, + "M": 0.001831598812714219, + "O": 0.00018232142610941082, + "W": 1.2475244147935882e-05, + "N": 0.0003935470012947917, + "Y": 0.021870259195566177, + "U": 9.317339390690904e-06, + "K": 2.675187715794891e-05, + "L": 5.53337340534199e-05, + "G": 0.0033046419266611338, + "F": 0.004217301495373249, + "E": 0.007964019663631916, + "T": 0.007883955724537373, + "P": 0.28905197978019714, + "-": 0.6531433463096619 + }, + "id": "tp_15820" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1977511, + "label": "P", + "classification": { + "B": 0.005039163865149021, + "S": 0.0017885519191622734, + "I": 0.05147676542401314, + "C": 0.0015552587574347854, + "R": 0.0013120720395818353, + "M": 0.011280061677098274, + "O": 0.0076238843612372875, + "W": 0.001258241361938417, + "N": 0.007719363551586866, + "Y": 0.025943351909518242, + "U": 0.00027116708224639297, + "K": 0.0003746342263184488, + "L": 0.0017858955543488264, + "G": 0.014060183428227901, + "F": 0.011063864454627037, + "E": 0.015297492034733295, + "T": 0.01821065880358219, + "P": 0.46224331855773926, + "-": 0.3616959750652313 + }, + "id": "tp_15821" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1977644, + "label": "-", + "classification": { + "B": 0.01351908314973116, + "S": 0.00662218825891614, + "I": 0.08880125731229782, + "C": 0.05454055219888687, + "R": 0.03255053982138634, + "M": 0.041375696659088135, + "O": 0.024969642981886864, + "W": 0.009657668881118298, + "N": 0.018773740157485008, + "Y": 0.11029768735170364, + "U": 0.005491902120411396, + "K": 0.005821100436151028, + "L": 0.017278293147683144, + "G": 0.08118805289268494, + "F": 0.03353920206427574, + "E": 0.036589182913303375, + "T": 0.05528408661484718, + "P": 0.11106724292039871, + "-": 0.25263285636901855 + }, + "id": "tp_15822" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1977778, + "label": "P", + "classification": { + "B": 1.800454811018426e-06, + "S": 1.2963366771145957e-06, + "I": 0.001906883204355836, + "C": 1.228196379088331e-05, + "R": 2.4803564429021208e-06, + "M": 3.68661894754041e-05, + "O": 1.5329587768064812e-05, + "W": 1.161017280537635e-06, + "N": 5.7478802773403004e-05, + "Y": 0.0002834931656252593, + "U": 6.998842536631855e-07, + "K": 3.409890325656306e-07, + "L": 2.01633088181552e-06, + "G": 7.387346704490483e-05, + "F": 0.00017211692465934902, + "E": 0.0002894660865422338, + "T": 0.00028691027546301484, + "P": 0.834862232208252, + "-": 0.16199320554733276 + }, + "id": "tp_15823" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1977878, + "label": "-", + "classification": { + "B": 6.287806172622368e-06, + "S": 4.7695352805021685e-06, + "I": 0.0015195951564237475, + "C": 0.0006004231399856508, + "R": 0.00010322844900656492, + "M": 0.0007414873107336462, + "O": 0.00012788374442607164, + "W": 1.120752676797565e-05, + "N": 8.52180237416178e-05, + "Y": 0.005412747152149677, + "U": 1.2780478755303193e-05, + "K": 0.00016005634097382426, + "L": 2.021636100835167e-05, + "G": 0.001498810714110732, + "F": 0.009294332005083561, + "E": 0.0012850590283051133, + "T": 0.0020964432042092085, + "P": 0.10581327229738235, + "-": 0.8712061643600464 + }, + "id": "tp_15824" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1978011, + "label": "-", + "classification": { + "B": 2.4602783014415763e-05, + "S": 7.017465122771682e-06, + "I": 0.008897780440747738, + "C": 0.00045880646212026477, + "R": 8.742005593376234e-05, + "M": 0.0014986107125878334, + "O": 0.00018930225633084774, + "W": 1.1877289580297656e-05, + "N": 0.00020520540419965982, + "Y": 0.02358022704720497, + "U": 8.674210221215617e-06, + "K": 6.550914258696139e-05, + "L": 3.8827467506052926e-05, + "G": 0.008624015375971794, + "F": 0.0035530803725123405, + "E": 0.0048374454490840435, + "T": 0.008471972309052944, + "P": 0.12458942085504532, + "-": 0.8148500919342041 + }, + "id": "tp_15825" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1978145, + "label": "-", + "classification": { + "B": 8.339084888575599e-05, + "S": 9.498336294200271e-05, + "I": 0.04648696258664131, + "C": 0.0021918758284300566, + "R": 0.0003749353054445237, + "M": 0.00397673761472106, + "O": 0.0005734810838475823, + "W": 7.793190161464736e-05, + "N": 0.0017239433946087956, + "Y": 0.05678156763315201, + "U": 2.0960487745469436e-05, + "K": 0.0003700446686707437, + "L": 0.0001058301204466261, + "G": 0.008741929195821285, + "F": 0.013750732876360416, + "E": 0.020216090604662895, + "T": 0.009716751985251904, + "P": 0.29016420245170593, + "-": 0.5445476174354553 + }, + "id": "tp_15826" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1978278, + "label": "-", + "classification": { + "B": 1.3316380886863044e-07, + "S": 6.085008408263093e-08, + "I": 5.262800186756067e-05, + "C": 7.321975317609031e-06, + "R": 1.2364721442281734e-06, + "M": 9.39254678087309e-05, + "O": 7.259426638484001e-06, + "W": 1.0726782306846872e-07, + "N": 6.022613661116338e-07, + "Y": 0.0010559654328972101, + "U": 5.7493366512062494e-08, + "K": 2.1999309751663532e-07, + "L": 6.592027830265579e-07, + "G": 8.5787549323868e-05, + "F": 0.00028724392177537084, + "E": 2.856819446606096e-05, + "T": 0.0005930650513619184, + "P": 0.02241133712232113, + "-": 0.9753738045692444 + }, + "id": "tp_15827" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1978378, + "label": "P", + "classification": { + "B": 0.002327198162674904, + "S": 0.001589952502399683, + "I": 0.21484844386577606, + "C": 0.010983789339661598, + "R": 0.004959233570843935, + "M": 0.008543051779270172, + "O": 0.004855844657868147, + "W": 0.0013984672259539366, + "N": 0.0311358030885458, + "Y": 0.05270387977361679, + "U": 0.0007873031427152455, + "K": 0.002365454100072384, + "L": 0.0012564066564664245, + "G": 0.020985856652259827, + "F": 0.010067159309983253, + "E": 0.02712249755859375, + "T": 0.023040253669023514, + "P": 0.4292030930519104, + "-": 0.15182626247406006 + }, + "id": "tp_15828" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1978512, + "label": "P", + "classification": { + "B": 0.00017051708709914237, + "S": 0.00010920885688392445, + "I": 0.07581578940153122, + "C": 0.0016456794692203403, + "R": 0.00032344108331017196, + "M": 0.002554098842665553, + "O": 0.0005501978448592126, + "W": 0.00019811023958027363, + "N": 0.009494243189692497, + "Y": 0.017658328637480736, + "U": 8.628748037153855e-05, + "K": 0.0038501413073390722, + "L": 6.353563367156312e-05, + "G": 0.007274070288985968, + "F": 0.007050781976431608, + "E": 0.12611210346221924, + "T": 0.0059113469906151295, + "P": 0.49506670236587524, + "-": 0.24606549739837646 + }, + "id": "tp_15829" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1978645, + "label": "-", + "classification": { + "B": 1.0013488463300746e-05, + "S": 2.5766794351511635e-06, + "I": 0.004322717897593975, + "C": 6.167310493765399e-05, + "R": 8.36369417811511e-06, + "M": 0.0007536236080341041, + "O": 3.9060450944816694e-05, + "W": 1.7190842527270433e-06, + "N": 9.276329365093261e-05, + "Y": 0.006432282738387585, + "U": 8.118319101413363e-07, + "K": 6.4449159253854305e-06, + "L": 8.44938858790556e-06, + "G": 0.001911892555654049, + "F": 0.003504534950479865, + "E": 0.006793151143938303, + "T": 0.0019593131728470325, + "P": 0.38665351271629333, + "-": 0.5874370336532593 + }, + "id": "tp_15830" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1978779, + "label": "-", + "classification": { + "B": 9.25326003198279e-06, + "S": 6.957134246476926e-07, + "I": 0.0012506868224591017, + "C": 3.411085708648898e-05, + "R": 8.721654921828303e-06, + "M": 0.0002183050091844052, + "O": 6.930183008080348e-05, + "W": 2.1899434159422526e-06, + "N": 3.1860225135460496e-05, + "Y": 0.0008359958883374929, + "U": 6.520799615827855e-07, + "K": 5.193918468648917e-07, + "L": 6.74206012263312e-06, + "G": 0.0004511059378273785, + "F": 0.00034216418862342834, + "E": 0.0004405518702697009, + "T": 0.0006497874273918569, + "P": 0.3553699254989624, + "-": 0.6402774453163147 + }, + "id": "tp_15831" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1978879, + "label": "-", + "classification": { + "B": 4.1825540392892435e-05, + "S": 1.1701043831635616e-06, + "I": 0.0004207646707072854, + "C": 9.763312118593603e-05, + "R": 1.7859301806311123e-05, + "M": 0.00032894551986828446, + "O": 8.296998566947877e-05, + "W": 2.477507905496168e-06, + "N": 6.453361493186094e-06, + "Y": 0.0018033824162557721, + "U": 1.978574800887145e-06, + "K": 1.316544455676194e-07, + "L": 4.429249747772701e-05, + "G": 0.0005913415807299316, + "F": 0.00039503947482444346, + "E": 0.00024700601352378726, + "T": 0.001047796686179936, + "P": 0.10632269084453583, + "-": 0.8885461688041687 + }, + "id": "tp_15832" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1979012, + "label": "-", + "classification": { + "B": 5.956970028364594e-08, + "S": 8.12703788710678e-08, + "I": 0.00036863540299236774, + "C": 2.218355575678288e-06, + "R": 7.720888106632628e-07, + "M": 3.8547001167899e-05, + "O": 7.646101039426867e-06, + "W": 1.0134886707646729e-07, + "N": 5.258557393972296e-06, + "Y": 0.0005064334836788476, + "U": 6.576907907174245e-08, + "K": 9.573744819135754e-08, + "L": 4.553486974145926e-07, + "G": 5.706855154130608e-05, + "F": 0.00015282259846571833, + "E": 1.907330624817405e-05, + "T": 0.0011356003815308213, + "P": 0.16075657308101654, + "-": 0.8369485139846802 + }, + "id": "tp_15833" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1979146, + "label": "-", + "classification": { + "B": 6.003571115797968e-07, + "S": 1.7977592392526276e-07, + "I": 0.0008087433525361121, + "C": 3.0437879104283638e-05, + "R": 5.903793862671591e-06, + "M": 6.521913019241765e-05, + "O": 1.8394146536593325e-05, + "W": 4.1494325841995305e-07, + "N": 1.9021670595975593e-05, + "Y": 0.0011601297883316875, + "U": 5.666698257300595e-07, + "K": 4.1982806919804716e-07, + "L": 2.239814421045594e-06, + "G": 0.00030225084628909826, + "F": 0.00035820048651658, + "E": 0.0002531247737351805, + "T": 0.0007686571916565299, + "P": 0.33912014961242676, + "-": 0.6570853590965271 + }, + "id": "tp_15834" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1979279, + "label": "-", + "classification": { + "B": 3.628012734679942e-07, + "S": 4.648286733299756e-08, + "I": 9.370546649734024e-06, + "C": 7.426683623634744e-07, + "R": 1.5601089842220972e-07, + "M": 6.821574970672373e-06, + "O": 5.668567155225901e-06, + "W": 7.271833624145074e-08, + "N": 1.612228572867025e-07, + "Y": 6.951082468731329e-05, + "U": 1.3556109124124305e-08, + "K": 2.6754065629575052e-09, + "L": 4.5148462390898203e-07, + "G": 1.7331214621663094e-05, + "F": 7.959269714774564e-05, + "E": 4.960468231729465e-06, + "T": 9.016987314680591e-05, + "P": 0.04912658780813217, + "-": 0.9505879878997803 + }, + "id": "tp_15835" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1979379, + "label": "-", + "classification": { + "B": 6.328480850470442e-08, + "S": 4.422570043516316e-08, + "I": 9.334368951385841e-05, + "C": 4.446222646947717e-06, + "R": 8.682111456437269e-07, + "M": 1.0827814548974857e-05, + "O": 2.285726623085793e-06, + "W": 1.6379614464767656e-07, + "N": 1.930933876792551e-06, + "Y": 0.0003584006044548005, + "U": 8.046010435691642e-08, + "K": 8.728528655410628e-07, + "L": 9.934833400393472e-08, + "G": 1.3187248441681731e-05, + "F": 0.00023203449381981045, + "E": 4.7252335207303986e-05, + "T": 0.00019177574722561985, + "P": 0.13691434264183044, + "-": 0.8621280193328857 + }, + "id": "tp_15836" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1979513, + "label": "-", + "classification": { + "B": 5.738398272114864e-07, + "S": 9.81342367367688e-08, + "I": 0.0006838905392214656, + "C": 7.678668225707952e-06, + "R": 3.999798536824528e-07, + "M": 7.712248043389991e-05, + "O": 3.676834694488207e-06, + "W": 9.459544259016184e-08, + "N": 6.664309694315307e-06, + "Y": 0.00042937652324326336, + "U": 1.6354105980553868e-07, + "K": 6.722088841115692e-08, + "L": 9.891376748782932e-07, + "G": 0.00010874903091462329, + "F": 0.00015423959121108055, + "E": 0.0003160861961077899, + "T": 0.0006794831715524197, + "P": 0.42412006855010986, + "-": 0.5734105110168457 + }, + "id": "tp_15837" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1979646, + "label": "P", + "classification": { + "B": 5.425675226433668e-06, + "S": 3.5788016248261556e-05, + "I": 0.00657433457672596, + "C": 4.282345616957173e-05, + "R": 1.1181078662048094e-05, + "M": 6.427703920053318e-05, + "O": 5.9148693253519014e-05, + "W": 2.160195253964048e-05, + "N": 0.0008573988452553749, + "Y": 0.00017541315173730254, + "U": 5.265901108941762e-06, + "K": 2.689581197046209e-05, + "L": 5.948150828771759e-06, + "G": 5.861775207449682e-05, + "F": 0.0013935038587078452, + "E": 0.0011766691459342837, + "T": 0.0005979486159048975, + "P": 0.8749017715454102, + "-": 0.11398596316576004 + }, + "id": "tp_15838" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1979780, + "label": "P", + "classification": { + "B": 0.00012126280489610508, + "S": 0.00022321409778669477, + "I": 0.2630809545516968, + "C": 0.0015712451422587037, + "R": 0.00037235309719108045, + "M": 0.006371684372425079, + "O": 0.0006662753876298666, + "W": 0.0001092696693376638, + "N": 0.006363659165799618, + "Y": 0.12203054130077362, + "U": 1.695808350632433e-05, + "K": 0.0007436483283527195, + "L": 8.803356467979029e-05, + "G": 0.007296050898730755, + "F": 0.00624235300347209, + "E": 0.02396605722606182, + "T": 0.015397926792502403, + "P": 0.29126760363578796, + "-": 0.2540709376335144 + }, + "id": "tp_15839" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1979880, + "label": "P", + "classification": { + "B": 1.7889173250296153e-05, + "S": 8.020976565603632e-06, + "I": 0.018843017518520355, + "C": 0.0003323890850879252, + "R": 6.242618837859482e-05, + "M": 0.0007992633036337793, + "O": 0.00016656583466101438, + "W": 2.7299694920657203e-05, + "N": 0.0011226314818486571, + "Y": 0.010540973395109177, + "U": 1.7125830709119327e-05, + "K": 0.0008058335515670478, + "L": 1.2887324373878073e-05, + "G": 0.0034004375338554382, + "F": 0.003890371648594737, + "E": 0.014972730539739132, + "T": 0.0034053961280733347, + "P": 0.4801107943058014, + "-": 0.4614640474319458 + }, + "id": "tp_15840" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1980013, + "label": "-", + "classification": { + "B": 3.1981587653717725e-06, + "S": 1.6996215208564536e-06, + "I": 0.0003469685325399041, + "C": 5.154901373316534e-05, + "R": 7.067385467962595e-06, + "M": 5.92266624153126e-05, + "O": 2.425033198960591e-05, + "W": 3.217849098291481e-06, + "N": 2.2004418497090228e-05, + "Y": 0.0014772765571251512, + "U": 2.4122512058966095e-06, + "K": 5.3912706789560616e-05, + "L": 2.2630854346061824e-06, + "G": 0.0003992696001660079, + "F": 0.006031434051692486, + "E": 0.0010633966885507107, + "T": 0.00028802722226828337, + "P": 0.18922336399555206, + "-": 0.8009395003318787 + }, + "id": "tp_15841" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1980147, + "label": "-", + "classification": { + "B": 4.203506978228688e-05, + "S": 7.405711130559212e-06, + "I": 0.0010213260538876057, + "C": 9.051537199411541e-05, + "R": 9.212197255692445e-06, + "M": 0.0004116480122320354, + "O": 5.1539685955503955e-05, + "W": 3.1838171707931906e-06, + "N": 6.775145448045805e-05, + "Y": 0.003947097342461348, + "U": 2.0117327039770316e-06, + "K": 1.4105385162110906e-05, + "L": 9.613992915546987e-06, + "G": 0.0011947887251153588, + "F": 0.004716521594673395, + "E": 0.0032396288588643074, + "T": 0.0010343797039240599, + "P": 0.35079121589660645, + "-": 0.6333459615707397 + }, + "id": "tp_15842" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1980280, + "label": "-", + "classification": { + "B": 1.5614967196597718e-05, + "S": 1.2860546121373773e-06, + "I": 0.00011051996989408508, + "C": 1.3335265066416468e-05, + "R": 1.7799845863919472e-06, + "M": 8.547589823137969e-05, + "O": 3.509128146106377e-05, + "W": 1.3812123142997734e-06, + "N": 8.708095265319571e-06, + "Y": 0.00036563933826982975, + "U": 3.3026978485395375e-07, + "K": 1.9650726699182997e-06, + "L": 2.5145507152046775e-06, + "G": 0.0003540916368365288, + "F": 0.0019899914041161537, + "E": 0.0005844401894137263, + "T": 0.0001916674809763208, + "P": 0.3166216313838959, + "-": 0.6796145439147949 + }, + "id": "tp_15843" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1980380, + "label": "P", + "classification": { + "B": 1.2071403943991754e-05, + "S": 3.5888142519979738e-06, + "I": 0.02560008317232132, + "C": 0.00034224888077005744, + "R": 3.966975418734364e-05, + "M": 0.0005452443729154766, + "O": 7.256890967255458e-05, + "W": 1.1444626579759642e-05, + "N": 0.001069065765477717, + "Y": 0.007615307811647654, + "U": 8.298167813336477e-06, + "K": 0.00014370975259225816, + "L": 8.7685921243974e-06, + "G": 0.002525614807382226, + "F": 0.001597163500264287, + "E": 0.014341919682919979, + "T": 0.001663534319959581, + "P": 0.7379098534584045, + "-": 0.20648983120918274 + }, + "id": "tp_15844" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1980514, + "label": "-", + "classification": { + "B": 8.827535566524602e-06, + "S": 3.445242327870801e-06, + "I": 0.001052185078151524, + "C": 1.3869424947188236e-05, + "R": 1.2590440974236117e-06, + "M": 0.0002463534183334559, + "O": 3.059494702029042e-05, + "W": 2.8184890652482864e-06, + "N": 6.389647023752332e-05, + "Y": 0.001503668841905892, + "U": 1.8489726016923669e-06, + "K": 5.375439286581241e-06, + "L": 3.5900093280361034e-06, + "G": 9.582149505149573e-05, + "F": 0.0005772557342424989, + "E": 0.0019734171219170094, + "T": 0.002224684227257967, + "P": 0.3369266390800476, + "-": 0.6552643775939941 + }, + "id": "tp_15845" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1980647, + "label": "-", + "classification": { + "B": 3.301839024061337e-05, + "S": 1.1642991012195125e-05, + "I": 0.0031387265771627426, + "C": 0.0004086750850547105, + "R": 8.706797962076962e-05, + "M": 0.0013740871800109744, + "O": 0.00029931802419014275, + "W": 1.0922004548774567e-05, + "N": 0.000124446683912538, + "Y": 0.003184263128787279, + "U": 9.764667993295006e-06, + "K": 7.748156349407509e-06, + "L": 0.0001303496101172641, + "G": 0.003544848645105958, + "F": 0.0075819422490894794, + "E": 0.0016169949667528272, + "T": 0.0027776591014117002, + "P": 0.2631703317165375, + "-": 0.7124882340431213 + }, + "id": "tp_15846" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1980781, + "label": "-", + "classification": { + "B": 9.773453939487808e-07, + "S": 6.800055274425176e-08, + "I": 4.1234103264287114e-05, + "C": 1.637713580748823e-06, + "R": 2.867110708848486e-07, + "M": 2.11644346563844e-05, + "O": 9.025628969538957e-06, + "W": 1.5401241171275615e-07, + "N": 4.71251922817828e-07, + "Y": 7.159309461712837e-05, + "U": 2.5451326379766215e-08, + "K": 2.0823851532014714e-09, + "L": 9.668833627074491e-07, + "G": 1.769439404597506e-05, + "F": 5.543440056499094e-05, + "E": 1.0479043339728378e-05, + "T": 0.00010825318895513192, + "P": 0.12493938952684402, + "-": 0.874721109867096 + }, + "id": "tp_15847" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1980881, + "label": "-", + "classification": { + "B": 2.4419214241788723e-06, + "S": 1.7543503645356395e-06, + "I": 0.0008829386788420379, + "C": 9.854462405201048e-05, + "R": 1.772273753886111e-05, + "M": 0.00037074610008858144, + "O": 8.09793928056024e-05, + "W": 3.052404736081371e-06, + "N": 4.421953053679317e-05, + "Y": 0.0017844518879428506, + "U": 3.6390629247762263e-06, + "K": 1.3739889254793525e-05, + "L": 9.399352165928576e-06, + "G": 0.0006128387176431715, + "F": 0.0027657141909003258, + "E": 0.0008801760850474238, + "T": 0.0016041048802435398, + "P": 0.12058515846729279, + "-": 0.8702383041381836 + }, + "id": "tp_15848" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1981014, + "label": "-", + "classification": { + "B": 0.0013752916129305959, + "S": 0.0015185282099992037, + "I": 0.021805211901664734, + "C": 0.007978768087923527, + "R": 0.0024208331014961004, + "M": 0.007901168428361416, + "O": 0.004685166757553816, + "W": 0.001594090135768056, + "N": 0.007974446751177311, + "Y": 0.057985398918390274, + "U": 0.000819574052002281, + "K": 0.02659103460609913, + "L": 0.0008888326701708138, + "G": 0.02880946546792984, + "F": 0.08791092038154602, + "E": 0.05694173276424408, + "T": 0.013590464368462563, + "P": 0.23573073744773865, + "-": 0.4334782063961029 + }, + "id": "tp_15849" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1981148, + "label": "-", + "classification": { + "B": 2.1520343125303043e-06, + "S": 8.707663567975032e-08, + "I": 0.00021875214588362724, + "C": 1.238087861565873e-05, + "R": 1.0605020861476078e-06, + "M": 7.679963164264336e-05, + "O": 7.190557425929001e-06, + "W": 8.716487087667701e-08, + "N": 3.919035862054443e-06, + "Y": 0.00027679087361320853, + "U": 1.1222727636095442e-07, + "K": 5.4327923493247e-08, + "L": 2.0386676169437123e-06, + "G": 0.0003549719403963536, + "F": 0.0005172084202058613, + "E": 0.0002647921210154891, + "T": 0.00040699110832065344, + "P": 0.3221028447151184, + "-": 0.6757517457008362 + }, + "id": "tp_15850" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1981281, + "label": "-", + "classification": { + "B": 4.253130100551061e-05, + "S": 1.5536657883785665e-05, + "I": 0.003153783967718482, + "C": 0.0007753411773592234, + "R": 0.00015011822688393295, + "M": 0.0022951357532292604, + "O": 0.0003332316700834781, + "W": 2.9992477720952593e-05, + "N": 0.00025900109903886914, + "Y": 0.010893912985920906, + "U": 4.866040762863122e-05, + "K": 0.000299068633466959, + "L": 9.092825348488986e-05, + "G": 0.004086018074303865, + "F": 0.00847918912768364, + "E": 0.0042460463009774685, + "T": 0.008227318525314331, + "P": 0.12184798717498779, + "-": 0.8347262144088745 + }, + "id": "tp_15851" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1981381, + "label": "-", + "classification": { + "B": 1.6582246686880353e-10, + "S": 7.653157274578604e-11, + "I": 7.036174065433443e-05, + "C": 1.1889190432157193e-07, + "R": 7.566889337340399e-09, + "M": 3.5414095123087463e-07, + "O": 3.5165033551720626e-08, + "W": 3.3915256714145414e-10, + "N": 1.2622757594726863e-07, + "Y": 4.019676271127537e-05, + "U": 8.989362032529868e-10, + "K": 9.22290466220943e-10, + "L": 1.322685738713858e-09, + "G": 1.5695491129008587e-06, + "F": 2.8524752906378126e-06, + "E": 3.4409324598527746e-06, + "T": 3.335977453389205e-05, + "P": 0.21429303288459778, + "-": 0.7855545878410339 + }, + "id": "tp_15852" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1981515, + "label": "P", + "classification": { + "B": 2.0893239138786157e-08, + "S": 8.89891182964675e-09, + "I": 0.0014426115667447448, + "C": 1.7172327204661997e-07, + "R": 9.51485379374617e-09, + "M": 9.539567145111505e-07, + "O": 1.0732218669318172e-07, + "W": 8.754065916605214e-09, + "N": 2.6826341127161868e-05, + "Y": 1.3279393897391856e-05, + "U": 1.460559007071538e-09, + "K": 1.9404517104248953e-07, + "L": 1.0469229927423385e-09, + "G": 2.2799997623224044e-06, + "F": 7.2083776103681885e-06, + "E": 0.00027396235964260995, + "T": 4.368392637843499e-06, + "P": 0.987111508846283, + "-": 0.011116542853415012 + }, + "id": "tp_15853" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1981648, + "label": "P", + "classification": { + "B": 1.3361906894715503e-05, + "S": 5.965268883301178e-06, + "I": 0.0037300039548426867, + "C": 2.001554639718961e-05, + "R": 8.020351742743514e-06, + "M": 0.00015683533274568617, + "O": 6.143388600321487e-05, + "W": 4.933129730488872e-06, + "N": 0.0002494575164746493, + "Y": 0.0012451768852770329, + "U": 2.124748107235064e-06, + "K": 9.227248483512085e-06, + "L": 5.9143835642316844e-06, + "G": 0.000293836958007887, + "F": 0.000952953239902854, + "E": 0.0016581970266997814, + "T": 0.0014590714126825333, + "P": 0.687660276889801, + "-": 0.30246320366859436 + }, + "id": "tp_15854" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1981782, + "label": "-", + "classification": { + "B": 0.0013684731675311923, + "S": 0.0002880946849472821, + "I": 0.004977212753146887, + "C": 0.0006001523579470813, + "R": 0.00010496345930732787, + "M": 0.0027053258381783962, + "O": 0.0010041999630630016, + "W": 0.00018038669077213854, + "N": 0.0007857689633965492, + "Y": 0.005047857761383057, + "U": 0.0001228180917678401, + "K": 0.0003494777192827314, + "L": 0.0002794491301756352, + "G": 0.002616514917463064, + "F": 0.009302990511059761, + "E": 0.012043436989188194, + "T": 0.003877917304635048, + "P": 0.35099008679389954, + "-": 0.6033549308776855 + }, + "id": "tp_15855" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1981882, + "label": "P", + "classification": { + "B": 0.00011781915236497298, + "S": 9.11598326638341e-05, + "I": 0.012014161795377731, + "C": 0.0003800699778366834, + "R": 0.00018141334294341505, + "M": 0.0012323383707553148, + "O": 0.0006472709937952459, + "W": 0.00010879948968067765, + "N": 0.0011278248857706785, + "Y": 0.006120515055954456, + "U": 6.629369454458356e-05, + "K": 9.863912418950349e-05, + "L": 0.000134391724714078, + "G": 0.0022720752749592066, + "F": 0.004587213043123484, + "E": 0.004371920134872198, + "T": 0.005151503719389439, + "P": 0.5805302262306213, + "-": 0.3807663917541504 + }, + "id": "tp_15856" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1982015, + "label": "-", + "classification": { + "B": 2.0146592305536615e-06, + "S": 1.652611331337539e-06, + "I": 0.00026172096841037273, + "C": 1.7535883671371266e-05, + "R": 3.320142013762961e-06, + "M": 6.989326357143e-05, + "O": 1.7452197425882332e-05, + "W": 1.4704517070640577e-06, + "N": 2.064868931483943e-05, + "Y": 0.0017621155129745603, + "U": 1.3157658713680576e-06, + "K": 4.006660674349405e-05, + "L": 1.5023379091871902e-06, + "G": 0.0003600610070861876, + "F": 0.004911423660814762, + "E": 0.0006986118387430906, + "T": 0.00074517767643556, + "P": 0.262289822101593, + "-": 0.7287940979003906 + }, + "id": "tp_15857" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1982149, + "label": "-", + "classification": { + "B": 1.3271518355395528e-06, + "S": 5.005149432690814e-07, + "I": 0.00047785963397473097, + "C": 1.6252704881480895e-05, + "R": 3.9215328797581606e-06, + "M": 5.066544690635055e-05, + "O": 1.699262975307647e-05, + "W": 1.1371701020834735e-06, + "N": 1.12683928819024e-05, + "Y": 0.0015749313170090318, + "U": 1.3406333891907707e-06, + "K": 2.0064981072209775e-06, + "L": 3.33841671817936e-06, + "G": 0.00033574283588677645, + "F": 0.0011941156117245555, + "E": 0.000262962857959792, + "T": 0.0008657576399855316, + "P": 0.2544500231742859, + "-": 0.740729808807373 + }, + "id": "tp_15858" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1982282, + "label": "P", + "classification": { + "B": 0.00010391804971732199, + "S": 1.0598215339996386e-05, + "I": 0.0047073992900550365, + "C": 6.861100700916722e-05, + "R": 7.601658126077382e-06, + "M": 0.0003708428412210196, + "O": 7.49209284549579e-05, + "W": 6.415734333131695e-06, + "N": 0.00010997224308084697, + "Y": 0.0013763860333710909, + "U": 2.6007883207057603e-06, + "K": 8.240327247222012e-07, + "L": 4.3265776184853166e-05, + "G": 0.001072262297384441, + "F": 0.001113521633669734, + "E": 0.0022894416470080614, + "T": 0.0010501870419830084, + "P": 0.7291008234024048, + "-": 0.2584904134273529 + }, + "id": "tp_15859" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1982382, + "label": "-", + "classification": { + "B": 0.0006371677736751735, + "S": 0.00011595677642617375, + "I": 0.012709945440292358, + "C": 0.006623995956033468, + "R": 0.0011580255813896656, + "M": 0.010134804993867874, + "O": 0.0017385962419211864, + "W": 0.0002477271482348442, + "N": 0.0008811315055936575, + "Y": 0.01726382225751877, + "U": 0.00036073988303542137, + "K": 0.0002104762097587809, + "L": 0.0012594092404469848, + "G": 0.009499500505626202, + "F": 0.01084990706294775, + "E": 0.006823515519499779, + "T": 0.016729217022657394, + "P": 0.22095906734466553, + "-": 0.6817970275878906 + }, + "id": "tp_15860" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1982516, + "label": "P", + "classification": { + "B": 2.620083989768318e-07, + "S": 2.325037584682832e-08, + "I": 0.0034786167088896036, + "C": 4.1822231651167385e-06, + "R": 1.20669966463538e-07, + "M": 1.053037431120174e-05, + "O": 3.8629158893854765e-07, + "W": 2.1302563268932317e-08, + "N": 4.137006908422336e-05, + "Y": 0.00011204955808352679, + "U": 2.0547327395092907e-08, + "K": 9.213140401698183e-07, + "L": 5.57850725613207e-08, + "G": 7.46663790778257e-05, + "F": 0.00014587728946935385, + "E": 0.009203423745930195, + "T": 1.7659427612670697e-05, + "P": 0.9481162428855896, + "-": 0.03879358246922493 + }, + "id": "tp_15861" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1982649, + "label": "-", + "classification": { + "B": 0.00015607175009790808, + "S": 0.000207980876439251, + "I": 0.0032623428851366043, + "C": 0.0009394682128913701, + "R": 0.0003387506876606494, + "M": 0.0020962790586054325, + "O": 0.001028319587931037, + "W": 0.00035816297167912126, + "N": 0.0009710545418784022, + "Y": 0.029623810201883316, + "U": 0.00023301664623431861, + "K": 0.02521822601556778, + "L": 0.00013483937073033303, + "G": 0.011552296578884125, + "F": 0.04267151281237602, + "E": 0.013643383048474789, + "T": 0.009058344177901745, + "P": 0.1139865592122078, + "-": 0.7445195913314819 + }, + "id": "tp_15862" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1982783, + "label": "P", + "classification": { + "B": 2.7045923833846075e-10, + "S": 1.0000157368850182e-09, + "I": 2.6301606794731924e-06, + "C": 2.8188036349519052e-09, + "R": 7.287369319097792e-11, + "M": 3.202439202709684e-08, + "O": 1.5210490644790298e-08, + "W": 2.382205266382442e-10, + "N": 7.153479941734986e-08, + "Y": 5.102525051370321e-07, + "U": 1.1329539389981491e-10, + "K": 2.6457477875219126e-10, + "L": 2.0382147358777303e-10, + "G": 4.737857040026938e-08, + "F": 2.9035504667263012e-06, + "E": 2.8252509309822926e-06, + "T": 2.7936969217989827e-06, + "P": 0.7984544634819031, + "-": 0.201533704996109 + }, + "id": "tp_15863" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1982883, + "label": "-", + "classification": { + "B": 4.4925081965629943e-07, + "S": 2.54863692816798e-07, + "I": 7.053345325402915e-05, + "C": 8.636217899038456e-06, + "R": 1.0668003369573853e-06, + "M": 4.949315552948974e-05, + "O": 7.451995770679787e-06, + "W": 3.8689967141181114e-07, + "N": 3.8535549720108975e-06, + "Y": 0.001890045590698719, + "U": 3.9033673715493933e-07, + "K": 1.5077222997206263e-05, + "L": 7.311628564821149e-07, + "G": 0.00035608658799901605, + "F": 0.0046520838513970375, + "E": 0.0002663004561327398, + "T": 0.0004538731591310352, + "P": 0.10245855897665024, + "-": 0.8897646069526672 + }, + "id": "tp_15864" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1983016, + "label": "-", + "classification": { + "B": 0.00018818154057953507, + "S": 0.0003208171983715147, + "I": 0.029998362064361572, + "C": 0.0020634906832128763, + "R": 0.0005742262001149356, + "M": 0.004045136272907257, + "O": 0.001301019568927586, + "W": 0.000279468105873093, + "N": 0.0028009405359625816, + "Y": 0.03685401380062103, + "U": 9.409107587998733e-05, + "K": 0.0013030249392613769, + "L": 0.00019682491256389767, + "G": 0.006496304180473089, + "F": 0.015602880157530308, + "E": 0.01777658611536026, + "T": 0.012161466293036938, + "P": 0.2461463063955307, + "-": 0.6217967867851257 + }, + "id": "tp_15865" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1983150, + "label": "-", + "classification": { + "B": 1.1047504244743322e-07, + "S": 2.0187431459817162e-07, + "I": 6.742094410583377e-05, + "C": 1.1101966492788051e-06, + "R": 1.0442045805802991e-07, + "M": 1.3055757335678209e-05, + "O": 5.783410415460821e-06, + "W": 1.1068110694623101e-07, + "N": 4.09192216466181e-06, + "Y": 9.160394256468862e-05, + "U": 4.118210128467581e-08, + "K": 1.9136659545893053e-07, + "L": 1.631190116313519e-07, + "G": 2.2399988665711135e-05, + "F": 0.0002832625759765506, + "E": 6.98292424203828e-05, + "T": 0.00017599709099158645, + "P": 0.27778276801109314, + "-": 0.7214818000793457 + }, + "id": "tp_15866" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1983283, + "label": "P", + "classification": { + "B": 3.805863570960355e-07, + "S": 3.3318170267193636e-07, + "I": 0.01348077692091465, + "C": 1.7677319192443974e-05, + "R": 1.2856960438512033e-06, + "M": 3.9538470446132123e-05, + "O": 4.720319338957779e-06, + "W": 4.91637308641657e-07, + "N": 0.00043578888289630413, + "Y": 0.003981625195592642, + "U": 2.6807668973560794e-07, + "K": 0.00031173962634056807, + "L": 8.713989529951505e-08, + "G": 0.00024759810185059905, + "F": 0.0007855365402065217, + "E": 0.011117927730083466, + "T": 0.0003900573356077075, + "P": 0.6948191523551941, + "-": 0.2743649184703827 + }, + "id": "tp_15867" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1983383, + "label": "-", + "classification": { + "B": 3.287036633992102e-06, + "S": 1.1480025250421022e-06, + "I": 0.005351447034627199, + "C": 0.00040461155003868043, + "R": 3.942005059798248e-05, + "M": 0.00028016374562866986, + "O": 4.8079382395371795e-05, + "W": 2.3050497475196607e-06, + "N": 0.00012812195927836, + "Y": 0.003996455110609531, + "U": 3.877743438351899e-06, + "K": 5.635651632474037e-06, + "L": 1.1446207281551324e-05, + "G": 0.0011536692036315799, + "F": 0.0019832123070955276, + "E": 0.0016973597230389714, + "T": 0.0012950865784659982, + "P": 0.4030328094959259, + "-": 0.5805618166923523 + }, + "id": "tp_15868" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1983517, + "label": "-", + "classification": { + "B": 1.3754347492067609e-05, + "S": 4.641218311007833e-06, + "I": 0.005145639646798372, + "C": 0.000283747969660908, + "R": 7.867112435633317e-05, + "M": 0.0005797657067887485, + "O": 0.00019630446331575513, + "W": 1.3848403796146158e-05, + "N": 0.00016197844524867833, + "Y": 0.002394992858171463, + "U": 1.176913792733103e-05, + "K": 1.1036067917302717e-05, + "L": 2.7955420591752045e-05, + "G": 0.0011927277082577348, + "F": 0.0013584457337856293, + "E": 0.00056297896662727, + "T": 0.003906999249011278, + "P": 0.2885809540748596, + "-": 0.6954737901687622 + }, + "id": "tp_15869" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1983650, + "label": "-", + "classification": { + "B": 4.100378282601014e-05, + "S": 1.106436593545368e-05, + "I": 0.0160315353423357, + "C": 0.0006140595651231706, + "R": 0.00023283233167603612, + "M": 0.0011969561455771327, + "O": 0.0005020207609049976, + "W": 1.9844004782498814e-05, + "N": 0.0002689631364773959, + "Y": 0.012897868640720844, + "U": 7.80040500103496e-06, + "K": 9.716364729683846e-06, + "L": 0.00010645049042068422, + "G": 0.006002987269312143, + "F": 0.001872362452559173, + "E": 0.003474708180874586, + "T": 0.004911607597023249, + "P": 0.24147868156433105, + "-": 0.7103193998336792 + }, + "id": "tp_15870" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1983750, + "label": "P", + "classification": { + "B": 0.00024340004893019795, + "S": 0.00025915916194207966, + "I": 0.011422750540077686, + "C": 0.0007475587772205472, + "R": 0.00028649531304836273, + "M": 0.0011232593096792698, + "O": 0.0009193866862915456, + "W": 0.0003113156126346439, + "N": 0.003340376541018486, + "Y": 0.00561194121837616, + "U": 0.00022741784050595015, + "K": 0.002906828885897994, + "L": 0.00013272149953991175, + "G": 0.004444511141628027, + "F": 0.019636917859315872, + "E": 0.014803478494286537, + "T": 0.004507436417043209, + "P": 0.6053760051727295, + "-": 0.3236989974975586 + }, + "id": "tp_15871" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1983884, + "label": "P", + "classification": { + "B": 0.0021299379877746105, + "S": 0.0032967831939458847, + "I": 0.23021724820137024, + "C": 0.011284636333584785, + "R": 0.004631352610886097, + "M": 0.013046338222920895, + "O": 0.0053815171122550964, + "W": 0.002106008119881153, + "N": 0.07118231058120728, + "Y": 0.048614874482154846, + "U": 0.0009252068120986223, + "K": 0.030001141130924225, + "L": 0.001199981546960771, + "G": 0.04057448357343674, + "F": 0.023037482053041458, + "E": 0.15988339483737946, + "T": 0.02047194167971611, + "P": 0.24488939344882965, + "-": 0.08712593466043472 + }, + "id": "tp_15872" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1984017, + "label": "P", + "classification": { + "B": 9.58930968408822e-07, + "S": 2.700487300444365e-07, + "I": 0.011762775480747223, + "C": 0.00011249080853303894, + "R": 9.53842027229257e-06, + "M": 4.874571823165752e-05, + "O": 5.91678735872847e-06, + "W": 4.940599183100858e-07, + "N": 0.0001984695700230077, + "Y": 0.0005618514260277152, + "U": 9.583385462974547e-07, + "K": 5.214997599978233e-06, + "L": 1.0963487966364482e-06, + "G": 0.00027323811082169414, + "F": 0.000611384108196944, + "E": 0.003055071458220482, + "T": 0.0002180497976951301, + "P": 0.8539392948150635, + "-": 0.12919418513774872 + }, + "id": "tp_15873" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1984151, + "label": "-", + "classification": { + "B": 0.0007637840462848544, + "S": 0.0016689728945493698, + "I": 0.009283933788537979, + "C": 0.0044176699593663216, + "R": 0.0015971111133694649, + "M": 0.00980952475219965, + "O": 0.004255475010722876, + "W": 0.001340774935670197, + "N": 0.0032840953208506107, + "Y": 0.04877598583698273, + "U": 0.0007647822494618595, + "K": 0.02400733157992363, + "L": 0.0014025120763108134, + "G": 0.03635089471936226, + "F": 0.12422966957092285, + "E": 0.03382275253534317, + "T": 0.02203112095594406, + "P": 0.11514827609062195, + "-": 0.5570453405380249 + }, + "id": "tp_15874" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1984251, + "label": "-", + "classification": { + "B": 1.8320167782803765e-06, + "S": 3.5939476674684556e-06, + "I": 0.0038329449016600847, + "C": 0.00022770417854189873, + "R": 5.0301343435421586e-05, + "M": 0.0002221050817752257, + "O": 6.25460161245428e-05, + "W": 6.537732133438112e-06, + "N": 0.00023392341972794384, + "Y": 0.005334372166544199, + "U": 1.0297642802470364e-05, + "K": 0.0001380059402436018, + "L": 9.404023330716882e-06, + "G": 0.000908650690689683, + "F": 0.004092131741344929, + "E": 0.0016498516779392958, + "T": 0.0017414544709026814, + "P": 0.29247918725013733, + "-": 0.6889951229095459 + }, + "id": "tp_15875" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1984384, + "label": "-", + "classification": { + "B": 8.228052138292696e-06, + "S": 3.5551099131225783e-07, + "I": 0.0010466263629496098, + "C": 5.0951413868460804e-05, + "R": 8.514315595675725e-06, + "M": 0.00011452234321041033, + "O": 1.8010630810749717e-05, + "W": 6.340376899061084e-07, + "N": 1.1254161108809058e-05, + "Y": 0.0014168100897222757, + "U": 5.477340891957283e-07, + "K": 1.4262113268159737e-07, + "L": 9.58138843998313e-06, + "G": 0.000634782831184566, + "F": 0.0008951834170147777, + "E": 0.0005182950408197939, + "T": 0.0005321052158251405, + "P": 0.34805282950401306, + "-": 0.6466805934906006 + }, + "id": "tp_15876" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1984518, + "label": "-", + "classification": { + "B": 1.7233162452612305e-08, + "S": 1.468964505590975e-08, + "I": 0.0004194412031210959, + "C": 5.374453394324519e-06, + "R": 8.130168112074898e-07, + "M": 1.0719593774410896e-05, + "O": 1.6246810901066056e-06, + "W": 4.292613908774001e-08, + "N": 2.416715005892911e-06, + "Y": 0.0008446881547570229, + "U": 2.6920657703044526e-08, + "K": 1.2349583755622007e-07, + "L": 8.046963273500296e-08, + "G": 2.6860483558266424e-05, + "F": 0.0001368398079648614, + "E": 3.383032526471652e-05, + "T": 0.00032849068520590663, + "P": 0.13222064077854156, + "-": 0.8659680485725403 + }, + "id": "tp_15877" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1984651, + "label": "P", + "classification": { + "B": 2.5583679530427617e-07, + "S": 6.089906889883423e-08, + "I": 0.0013763795141130686, + "C": 1.1280703802185599e-05, + "R": 3.3958414746848575e-07, + "M": 1.7582549844519235e-05, + "O": 1.7240672605112195e-06, + "W": 9.640268672228558e-08, + "N": 3.347226811456494e-05, + "Y": 0.0002931909402832389, + "U": 1.105831728409612e-07, + "K": 7.044589892757358e-06, + "L": 6.437684874072147e-08, + "G": 6.198473420226946e-05, + "F": 0.0003432811936363578, + "E": 0.00434643542394042, + "T": 5.8058205468114465e-05, + "P": 0.6348632574081421, + "-": 0.358585387468338 + }, + "id": "tp_15878" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1984751, + "label": "P", + "classification": { + "B": 7.406273994092771e-07, + "S": 1.8734381228568964e-06, + "I": 0.007029686588793993, + "C": 3.3085434552049264e-05, + "R": 2.381774265813874e-06, + "M": 8.177672862075269e-05, + "O": 8.062503184191883e-06, + "W": 1.3214726095611695e-06, + "N": 0.00015895752585493028, + "Y": 0.016949107870459557, + "U": 2.502227971490356e-07, + "K": 0.0001151027245214209, + "L": 4.168386169567384e-07, + "G": 0.0003088108787778765, + "F": 0.003079146845266223, + "E": 0.006834044586867094, + "T": 0.001016843132674694, + "P": 0.4822799265384674, + "-": 0.4820985198020935 + }, + "id": "tp_15879" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1984885, + "label": "-", + "classification": { + "B": 9.457360761189193e-08, + "S": 8.055075539914469e-08, + "I": 0.0012070204829797149, + "C": 2.383647597525851e-06, + "R": 2.426712910619244e-07, + "M": 4.7980374802136794e-05, + "O": 4.65090715806582e-06, + "W": 7.636820953393908e-08, + "N": 9.571999726176728e-06, + "Y": 0.0007664142758585513, + "U": 2.235489304780458e-08, + "K": 4.416768462078835e-08, + "L": 2.676118526778737e-07, + "G": 6.092999683460221e-05, + "F": 0.00010464088700246066, + "E": 0.00014823672245256603, + "T": 0.0006905811023898423, + "P": 0.4024173319339752, + "-": 0.59453946352005 + }, + "id": "tp_15880" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1985018, + "label": "P", + "classification": { + "B": 9.973123837880848e-08, + "S": 8.191666722723312e-08, + "I": 0.0007246467866934836, + "C": 7.155369416977919e-07, + "R": 9.635616038394801e-08, + "M": 9.236624464392662e-06, + "O": 1.4140838402454392e-06, + "W": 1.0232984948288504e-07, + "N": 1.3158650290279184e-05, + "Y": 0.0001684173766989261, + "U": 5.156343618750725e-08, + "K": 7.225698368529265e-07, + "L": 4.2352034768100566e-08, + "G": 9.777671039046254e-06, + "F": 0.00012461039295885712, + "E": 0.0001096154228434898, + "T": 0.00019894176512025297, + "P": 0.6409929990768433, + "-": 0.3576452136039734 + }, + "id": "tp_15881" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1985152, + "label": "-", + "classification": { + "B": 1.7229551119157804e-08, + "S": 1.6083540055333856e-10, + "I": 5.6315475376322865e-06, + "C": 1.0106485603955662e-07, + "R": 4.465058545122247e-09, + "M": 2.35439642892743e-06, + "O": 1.4208647769464733e-07, + "W": 2.6182409018638e-10, + "N": 5.4940647586931846e-09, + "Y": 1.9902512576663867e-05, + "U": 2.6993338120284704e-10, + "K": 2.799481783541391e-12, + "L": 4.522875229895362e-08, + "G": 6.14178998148418e-06, + "F": 4.2037195271404926e-06, + "E": 2.314449375262484e-06, + "T": 2.3898233848740347e-05, + "P": 0.09287909418344498, + "-": 0.9070562124252319 + }, + "id": "tp_15882" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1985252, + "label": "-", + "classification": { + "B": 1.2050924169670907e-07, + "S": 7.030166671029292e-08, + "I": 0.0006357199163176119, + "C": 4.180237010587007e-05, + "R": 9.102606782107614e-06, + "M": 5.54693688172847e-05, + "O": 1.3252895769255701e-05, + "W": 3.201014351361664e-07, + "N": 1.1715834261849523e-05, + "Y": 0.002313584554940462, + "U": 4.375647506549285e-07, + "K": 1.7696953591439524e-06, + "L": 1.0705182376113953e-06, + "G": 0.0003402930742595345, + "F": 0.0006537656299769878, + "E": 0.0001531578745925799, + "T": 0.0007369021186605096, + "P": 0.15079836547374725, + "-": 0.8442330956459045 + }, + "id": "tp_15883" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1985385, + "label": "P", + "classification": { + "B": 5.31671685166657e-05, + "S": 0.0006650274735875428, + "I": 0.013116228394210339, + "C": 0.00011906399595318362, + "R": 5.337892071111128e-05, + "M": 0.0005733187426812947, + "O": 0.0005294681177474558, + "W": 0.00019951204012613744, + "N": 0.0082747433334589, + "Y": 0.0020223415922373533, + "U": 2.7520543881109916e-05, + "K": 0.005983446724712849, + "L": 1.8003185687121004e-05, + "G": 0.0013986993581056595, + "F": 0.016165750101208687, + "E": 0.013716630637645721, + "T": 0.004762324038892984, + "P": 0.8102713227272034, + "-": 0.1220499724149704 + }, + "id": "tp_15884" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1985519, + "label": "P", + "classification": { + "B": 1.33668818307342e-05, + "S": 6.640701712967712e-07, + "I": 0.004233599174767733, + "C": 0.00019695593800861388, + "R": 2.0346888049971312e-05, + "M": 0.0002036839141510427, + "O": 2.2865891878609546e-05, + "W": 1.6447355619675363e-06, + "N": 6.393393414327875e-05, + "Y": 0.0011866698041558266, + "U": 2.6111761144420598e-06, + "K": 8.584774150222074e-06, + "L": 7.507035206799628e-06, + "G": 0.001232907292433083, + "F": 0.002533616265282035, + "E": 0.005021813325583935, + "T": 0.000351943337591365, + "P": 0.5577087998390198, + "-": 0.427188515663147 + }, + "id": "tp_15885" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1985652, + "label": "-", + "classification": { + "B": 2.474558277754113e-05, + "S": 7.71828563301824e-05, + "I": 0.00235525774769485, + "C": 7.714112871326506e-05, + "R": 2.2238817109609954e-05, + "M": 0.0015219338238239288, + "O": 0.000392335990909487, + "W": 4.645419539883733e-05, + "N": 0.0004206779121886939, + "Y": 0.005000714212656021, + "U": 1.7324828149867244e-05, + "K": 0.00040330964839085937, + "L": 2.3372942450805567e-05, + "G": 0.0011324957013130188, + "F": 0.005543125793337822, + "E": 0.004033435136079788, + "T": 0.005313689820468426, + "P": 0.23435990512371063, + "-": 0.7392346858978271 + }, + "id": "tp_15886" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1985752, + "label": "-", + "classification": { + "B": 4.743792305816896e-05, + "S": 1.7432972526876256e-05, + "I": 0.16666506230831146, + "C": 0.0014050976606085896, + "R": 0.0005332556320354342, + "M": 0.0034411519300192595, + "O": 0.000292101496597752, + "W": 2.698197749850806e-05, + "N": 0.002702378435060382, + "Y": 0.06386155635118484, + "U": 1.525029892945895e-05, + "K": 0.00043579316115938127, + "L": 4.4375250581651926e-05, + "G": 0.009454980492591858, + "F": 0.00280372379347682, + "E": 0.023487918078899384, + "T": 0.011067820712924004, + "P": 0.3328705430030823, + "-": 0.3808270990848541 + }, + "id": "tp_15887" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1985886, + "label": "-", + "classification": { + "B": 4.43378921772819e-05, + "S": 3.216769255232066e-05, + "I": 0.0011218407889828086, + "C": 1.4044221643416677e-05, + "R": 4.134029040869791e-06, + "M": 0.0009520216844975948, + "O": 0.00019680592231452465, + "W": 9.082819815375842e-06, + "N": 5.647533544106409e-05, + "Y": 0.0028743245638906956, + "U": 1.5014098835308687e-06, + "K": 3.108950068053673e-06, + "L": 2.6929634259431623e-05, + "G": 0.000757878297008574, + "F": 0.0026297480799257755, + "E": 0.0007759433938190341, + "T": 0.004415798466652632, + "P": 0.1571454405784607, + "-": 0.8289384245872498 + }, + "id": "tp_15888" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1986019, + "label": "-", + "classification": { + "B": 2.2574809918296523e-05, + "S": 1.0969081813527737e-05, + "I": 0.053350891917943954, + "C": 0.0007071347208693624, + "R": 0.00016038813919294626, + "M": 0.0014988490147516131, + "O": 0.00029907579300925136, + "W": 2.0496245269896463e-05, + "N": 0.001002432545647025, + "Y": 0.028582995757460594, + "U": 5.746799160988303e-06, + "K": 1.2498255273385439e-05, + "L": 3.4533215512055904e-05, + "G": 0.002907744375988841, + "F": 0.0010282403090968728, + "E": 0.004471339285373688, + "T": 0.011645428836345673, + "P": 0.38624441623687744, + "-": 0.5079943537712097 + }, + "id": "tp_15889" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1986153, + "label": "-", + "classification": { + "B": 1.0522731827222742e-05, + "S": 1.0711226423154585e-05, + "I": 0.0009241274674423039, + "C": 0.00013219202810432762, + "R": 2.249617682537064e-05, + "M": 0.0004617362283170223, + "O": 9.826188761508092e-05, + "W": 8.075294317677617e-06, + "N": 6.868859054520726e-05, + "Y": 0.005326066631823778, + "U": 5.063298431196017e-06, + "K": 6.910067895660177e-05, + "L": 1.1929276297450997e-05, + "G": 0.001344360993243754, + "F": 0.012042129412293434, + "E": 0.001229586312547326, + "T": 0.0026025588158518076, + "P": 0.11069414764642715, + "-": 0.8649381399154663 + }, + "id": "tp_15890" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1986253, + "label": "-", + "classification": { + "B": 1.6458874597446993e-05, + "S": 2.4090521037578583e-05, + "I": 0.0026345616206526756, + "C": 0.00019710577907972038, + "R": 4.3737356463680044e-05, + "M": 0.00039767357520759106, + "O": 0.00028113406733609736, + "W": 2.6705300115281716e-05, + "N": 0.0003170246200170368, + "Y": 0.00173272960819304, + "U": 2.3720993340248242e-05, + "K": 0.0001262767327716574, + "L": 2.7248226615483873e-05, + "G": 0.001176617806777358, + "F": 0.00491938553750515, + "E": 0.0014788307016715407, + "T": 0.0020115538500249386, + "P": 0.4329286515712738, + "-": 0.5516364574432373 + }, + "id": "tp_15891" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1986386, + "label": "P", + "classification": { + "B": 4.47916619350508e-08, + "S": 1.864179033361779e-09, + "I": 1.1623769751167856e-05, + "C": 5.511546330438932e-09, + "R": 9.734304473596467e-10, + "M": 8.266397912848333e-07, + "O": 1.6947811332101992e-07, + "W": 1.4410205251280672e-09, + "N": 2.643602847740567e-08, + "Y": 1.8025691588263726e-06, + "U": 1.000021385144656e-10, + "K": 1.9065259787565125e-11, + "L": 1.6725453022559122e-08, + "G": 1.8494403093427536e-06, + "F": 1.532098940515425e-05, + "E": 4.253040970070288e-06, + "T": 5.093652362120338e-06, + "P": 0.6019160747528076, + "-": 0.3980429768562317 + }, + "id": "tp_15892" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1986520, + "label": "-", + "classification": { + "B": 8.627876013633795e-07, + "S": 1.0919556814315001e-07, + "I": 0.011569878086447716, + "C": 0.00011071030894527212, + "R": 1.2924517250212375e-05, + "M": 0.0009671152802184224, + "O": 2.39703367697075e-05, + "W": 3.49998799720197e-07, + "N": 2.921495251939632e-05, + "Y": 0.02232591062784195, + "U": 1.578564479132183e-07, + "K": 1.2375532776331966e-07, + "L": 3.6747537706105504e-06, + "G": 0.0011623798636719584, + "F": 0.0001373580889776349, + "E": 0.0013655340299010277, + "T": 0.005696226842701435, + "P": 0.12628468871116638, + "-": 0.8303087949752808 + }, + "id": "tp_15893" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1986653, + "label": "P", + "classification": { + "B": 8.919164974940941e-05, + "S": 0.00033512499067001045, + "I": 0.13947303593158722, + "C": 0.0012827120954170823, + "R": 0.0002458012313582003, + "M": 0.0019832837861031294, + "O": 0.0008356321486644447, + "W": 0.0002419116353848949, + "N": 0.03795366734266281, + "Y": 0.031822726130485535, + "U": 1.6892679923330434e-05, + "K": 0.03348403796553612, + "L": 4.216005254420452e-05, + "G": 0.023250220343470573, + "F": 0.018831603229045868, + "E": 0.1871107518672943, + "T": 0.007221783045679331, + "P": 0.45842018723487854, + "-": 0.0573592334985733 + }, + "id": "tp_15894" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1986753, + "label": "P", + "classification": { + "B": 0.0004486232646740973, + "S": 0.00025920631014741957, + "I": 0.03292226791381836, + "C": 0.0019761594012379646, + "R": 0.000256381492363289, + "M": 0.004639572463929653, + "O": 0.0009221397922374308, + "W": 0.00024835014482960105, + "N": 0.006066175177693367, + "Y": 0.026507949456572533, + "U": 0.0001130410673795268, + "K": 0.00606138352304697, + "L": 0.00017963653954211622, + "G": 0.0229269377887249, + "F": 0.023821182548999786, + "E": 0.19814573228359222, + "T": 0.009169633500277996, + "P": 0.3518621027469635, + "-": 0.31347349286079407 + }, + "id": "tp_15895" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1986887, + "label": "-", + "classification": { + "B": 0.0009569354588165879, + "S": 0.000315464218147099, + "I": 0.01962456665933132, + "C": 0.0017185130855068564, + "R": 0.0005232990370132029, + "M": 0.011181997135281563, + "O": 0.00225618714466691, + "W": 0.000323039828799665, + "N": 0.0013147495919838548, + "Y": 0.04863019287586212, + "U": 0.00013137757196091115, + "K": 0.00021186195954214782, + "L": 0.000810548197478056, + "G": 0.01696058176457882, + "F": 0.010781028307974339, + "E": 0.006342011503875256, + "T": 0.029619125649333, + "P": 0.2051965892314911, + "-": 0.6431019306182861 + }, + "id": "tp_15896" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1987020, + "label": "-", + "classification": { + "B": 8.913632996154774e-07, + "S": 5.140310577189666e-07, + "I": 0.001668115146458149, + "C": 1.4119471416051965e-05, + "R": 1.934082547450089e-06, + "M": 0.00011359783093212172, + "O": 1.7995225789491087e-05, + "W": 4.7556514459756727e-07, + "N": 1.3526773727789987e-05, + "Y": 0.0054305242374539375, + "U": 9.936381673014694e-08, + "K": 8.732578180570272e-07, + "L": 1.3293730489749578e-06, + "G": 0.0005433898768387735, + "F": 0.001139637897722423, + "E": 0.0005926871672272682, + "T": 0.0012390032643452287, + "P": 0.14982321858406067, + "-": 0.8393980860710144 + }, + "id": "tp_15897" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1987154, + "label": "-", + "classification": { + "B": 5.20202377174428e-07, + "S": 2.955271156679373e-07, + "I": 0.0010510357096791267, + "C": 1.9582241293392144e-05, + "R": 5.376595026973519e-07, + "M": 0.0001917908084578812, + "O": 1.0944509085675236e-05, + "W": 3.0331563038998866e-07, + "N": 2.6933930712402798e-05, + "Y": 0.0002263331407448277, + "U": 2.44693978856958e-07, + "K": 3.8887264963705093e-07, + "L": 1.034473825711757e-06, + "G": 7.982245733728632e-05, + "F": 0.0002384918334428221, + "E": 0.0007039824849925935, + "T": 0.0004985054256394506, + "P": 0.4160040318965912, + "-": 0.5809451937675476 + }, + "id": "tp_15898" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1987254, + "label": "I", + "classification": { + "B": 4.413816895976197e-06, + "S": 0.00014179527352098376, + "I": 0.6219961643218994, + "C": 0.00017488635785412043, + "R": 3.2741121685830876e-05, + "M": 0.00040408148197457194, + "O": 0.000128008789033629, + "W": 3.2330401154467836e-05, + "N": 0.11509553343057632, + "Y": 0.05602947622537613, + "U": 2.5643319645496376e-07, + "K": 0.023339539766311646, + "L": 9.97563915916544e-07, + "G": 0.008150178007781506, + "F": 0.0023641723673790693, + "E": 0.07934893667697906, + "T": 0.006476834882050753, + "P": 0.08101774752140045, + "-": 0.005261966958642006 + }, + "id": "tp_15899" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1987387, + "label": "P", + "classification": { + "B": 4.957872079103254e-06, + "S": 4.575951152219204e-06, + "I": 0.0005748590338043869, + "C": 2.7140136808156967e-05, + "R": 3.848956112051383e-06, + "M": 2.9050550438114442e-05, + "O": 2.771776962617878e-05, + "W": 4.276913387002423e-06, + "N": 7.205490692285821e-05, + "Y": 0.0002580891305115074, + "U": 2.8620011107705068e-06, + "K": 3.6786150303669274e-05, + "L": 2.2062615698814625e-06, + "G": 0.00015473595703952014, + "F": 0.008851447142660618, + "E": 0.0014582514995709062, + "T": 0.00017517419473733753, + "P": 0.5221420526504517, + "-": 0.46616989374160767 + }, + "id": "tp_15900" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1987521, + "label": "P", + "classification": { + "B": 1.4637098200154242e-09, + "S": 1.9614388335753574e-08, + "I": 0.0002041072293650359, + "C": 7.735809215425604e-10, + "R": 4.875899684009255e-10, + "M": 1.3868557857676933e-07, + "O": 8.482628999217923e-08, + "W": 1.1976954983339283e-09, + "N": 3.119237135251751e-06, + "Y": 2.7372459499019897e-06, + "U": 2.0282931584292285e-11, + "K": 1.4717098373306925e-10, + "L": 4.81469308866167e-10, + "G": 1.6322199769547296e-07, + "F": 8.213319233618677e-07, + "E": 1.1028486142095062e-06, + "T": 7.578123586426955e-06, + "P": 0.9901621341705322, + "-": 0.009617994539439678 + }, + "id": "tp_15901" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1987654, + "label": "P", + "classification": { + "B": 2.6349904146627523e-05, + "S": 3.25884684571065e-05, + "I": 0.006766457576304674, + "C": 0.00011416900088079274, + "R": 2.1557336367550306e-05, + "M": 0.0003886327613145113, + "O": 0.00014371605357155204, + "W": 1.8970311430166475e-05, + "N": 0.0009399529080837965, + "Y": 0.0020121722482144833, + "U": 1.6535803297301754e-05, + "K": 0.00010555583867244422, + "L": 1.5025812899693847e-05, + "G": 0.0005253188428469002, + "F": 0.0019460151670500636, + "E": 0.004295209888368845, + "T": 0.0017506738658994436, + "P": 0.6837827563285828, + "-": 0.297098308801651 + }, + "id": "tp_15902" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1987754, + "label": "I", + "classification": { + "B": 9.470338409300894e-05, + "S": 2.848855910997372e-05, + "I": 0.4854786992073059, + "C": 0.0017551208147779107, + "R": 0.00018587497470434755, + "M": 0.003848623251542449, + "O": 0.0003471804957371205, + "W": 2.1130777895450592e-05, + "N": 0.0073033543303608894, + "Y": 0.010570378974080086, + "U": 2.395238198005245e-06, + "K": 3.0633459573436994e-06, + "L": 4.091451410204172e-05, + "G": 0.0031710697803646326, + "F": 0.0001849664986366406, + "E": 0.015302728861570358, + "T": 0.0029080412350594997, + "P": 0.4309735596179962, + "-": 0.03777972236275673 + }, + "id": "tp_15903" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1987888, + "label": "-", + "classification": { + "B": 7.358269549229135e-09, + "S": 6.849082723192623e-08, + "I": 3.462510721874423e-05, + "C": 8.750387223699363e-07, + "R": 1.2682107808359433e-07, + "M": 2.0307616068748757e-06, + "O": 1.2929409649586887e-06, + "W": 7.383269462479802e-08, + "N": 3.817061497102259e-06, + "Y": 0.00011435666965553537, + "U": 5.5649625352316434e-08, + "K": 1.7091197150875814e-05, + "L": 1.1306598324267725e-08, + "G": 4.840450856136158e-06, + "F": 0.000892417854629457, + "E": 3.5493107134243473e-05, + "T": 7.936968904687092e-05, + "P": 0.113370381295681, + "-": 0.8854430913925171 + }, + "id": "tp_15904" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1988021, + "label": "-", + "classification": { + "B": 1.9901655434750865e-08, + "S": 4.899555250403864e-08, + "I": 0.0005408740253187716, + "C": 3.0493895337713184e-06, + "R": 1.9537487787602004e-06, + "M": 1.0558956091699656e-05, + "O": 3.3220981094927993e-06, + "W": 1.269982874418929e-07, + "N": 7.605134214827558e-06, + "Y": 0.0007404672796837986, + "U": 6.455593393184245e-08, + "K": 4.071294370078249e-06, + "L": 5.344082154579155e-08, + "G": 3.5463097447063774e-05, + "F": 0.0003836309479083866, + "E": 3.4205339034087956e-05, + "T": 0.00026000384241342545, + "P": 0.18219126760959625, + "-": 0.8157832026481628 + }, + "id": "tp_15905" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1988155, + "label": "P", + "classification": { + "B": 1.0656201965275613e-07, + "S": 1.8003326829330035e-08, + "I": 0.00025324657326564193, + "C": 6.868492164358031e-06, + "R": 7.086545110723819e-07, + "M": 8.634302730570198e-07, + "O": 8.479566986352438e-07, + "W": 1.31486558530014e-07, + "N": 4.353705207904568e-06, + "Y": 7.561862003058195e-05, + "U": 2.992704253301781e-07, + "K": 1.8922917206509737e-06, + "L": 8.912281401762812e-08, + "G": 1.4674387784907594e-05, + "F": 0.0005289976834319532, + "E": 4.5882989070378244e-05, + "T": 3.570696935639717e-05, + "P": 0.537340521812439, + "-": 0.46168920397758484 + }, + "id": "tp_15906" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1988255, + "label": "P", + "classification": { + "B": 1.723728473734809e-06, + "S": 1.414353846485028e-06, + "I": 0.0054062604904174805, + "C": 6.392952491296455e-05, + "R": 1.0361453860241454e-05, + "M": 7.941012881929055e-05, + "O": 1.6753931049606763e-05, + "W": 1.97447093341907e-06, + "N": 0.0002770168939605355, + "Y": 0.0022672780323773623, + "U": 2.178508566430537e-06, + "K": 0.00010950407158816233, + "L": 1.629268695069186e-06, + "G": 0.0005528217297978699, + "F": 0.0027492879889905453, + "E": 0.0051445672288537025, + "T": 0.0004989822045899928, + "P": 0.6751744747161865, + "-": 0.3076404631137848 + }, + "id": "tp_15907" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1988388, + "label": "-", + "classification": { + "B": 0.00019718272960744798, + "S": 2.5992847440647893e-05, + "I": 0.1494169533252716, + "C": 0.0014212377136573195, + "R": 0.00023767205129843205, + "M": 0.013222429901361465, + "O": 0.001226663589477539, + "W": 4.470180283533409e-05, + "N": 0.001449157833121717, + "Y": 0.18753385543823242, + "U": 4.0088384594128e-06, + "K": 1.3167372344469186e-05, + "L": 0.00016637833323329687, + "G": 0.022961623966693878, + "F": 0.0010284362360835075, + "E": 0.02269732765853405, + "T": 0.026069218292832375, + "P": 0.14189210534095764, + "-": 0.43039193749427795 + }, + "id": "tp_15908" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1988522, + "label": "-", + "classification": { + "B": 1.8831207171388087e-06, + "S": 1.1691090548993088e-06, + "I": 0.002450185129418969, + "C": 2.169066465285141e-05, + "R": 1.2290678569115698e-05, + "M": 0.00018537948199082166, + "O": 6.3472987676505e-05, + "W": 1.856032668001717e-06, + "N": 5.4528663895325735e-05, + "Y": 0.005189583171159029, + "U": 5.236698257249373e-07, + "K": 4.166343387623783e-06, + "L": 2.1074129108455963e-06, + "G": 0.0004539836663752794, + "F": 0.00042382304673083127, + "E": 0.00010907308023888618, + "T": 0.003781245555728674, + "P": 0.18056190013885498, + "-": 0.8066811561584473 + }, + "id": "tp_15909" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1988655, + "label": "-", + "classification": { + "B": 1.3114049579598941e-05, + "S": 1.7885846318677068e-05, + "I": 0.008326803334057331, + "C": 0.00030680076451972127, + "R": 6.0798916820203885e-05, + "M": 0.0011975717497989535, + "O": 0.000215251580812037, + "W": 2.6094658096553758e-05, + "N": 0.0006652012234553695, + "Y": 0.01650683581829071, + "U": 1.3634476999868639e-05, + "K": 0.001595253124833107, + "L": 1.9876148144248873e-05, + "G": 0.007142498157918453, + "F": 0.017680486664175987, + "E": 0.015496214851737022, + "T": 0.0058150142431259155, + "P": 0.27408120036125183, + "-": 0.6508195400238037 + }, + "id": "tp_15910" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1988755, + "label": "P", + "classification": { + "B": 0.0005022289697080851, + "S": 6.410922651411965e-05, + "I": 0.023209549486637115, + "C": 0.0010056211613118649, + "R": 0.00010204957652604207, + "M": 0.003127030562609434, + "O": 0.0002828208380378783, + "W": 7.621978147653863e-05, + "N": 0.001552523230202496, + "Y": 0.010299376212060452, + "U": 5.267861342872493e-05, + "K": 0.00047927070409059525, + "L": 6.83493708493188e-05, + "G": 0.004514835309237242, + "F": 0.007234932389110327, + "E": 0.06492892652750015, + "T": 0.0033974754624068737, + "P": 0.580718457698822, + "-": 0.2983836829662323 + }, + "id": "tp_15911" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1988889, + "label": "-", + "classification": { + "B": 3.149919575662352e-05, + "S": 6.980172656767536e-06, + "I": 0.006814671214669943, + "C": 0.0008654467528685927, + "R": 0.00018605761579237878, + "M": 0.0016820348100736737, + "O": 0.0002580293221399188, + "W": 1.4656772691523656e-05, + "N": 0.00014339119661599398, + "Y": 0.0499531514942646, + "U": 1.1682456715789158e-05, + "K": 1.5088046893652063e-05, + "L": 7.510020077461377e-05, + "G": 0.004159432835876942, + "F": 0.0017428420251235366, + "E": 0.0014587447512894869, + "T": 0.014411794021725655, + "P": 0.07426682114601135, + "-": 0.843902587890625 + }, + "id": "tp_15912" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1989022, + "label": "P", + "classification": { + "B": 9.750135177455377e-06, + "S": 6.693039722449612e-06, + "I": 0.037272173911333084, + "C": 0.00015499569417443126, + "R": 3.1008927180664614e-05, + "M": 0.0007217007805593312, + "O": 5.7872774050338194e-05, + "W": 5.019696345698321e-06, + "N": 0.0008201743476092815, + "Y": 0.009807424619793892, + "U": 2.3028528630675282e-06, + "K": 6.217540794750676e-05, + "L": 4.411914233060088e-06, + "G": 0.0009244467364624143, + "F": 0.0013291380601003766, + "E": 0.010189727880060673, + "T": 0.0018812709022313356, + "P": 0.5851923823356628, + "-": 0.3515273928642273 + }, + "id": "tp_15913" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1989156, + "label": "P", + "classification": { + "B": 5.843949111294933e-06, + "S": 1.4889020576447365e-06, + "I": 8.169543434632942e-05, + "C": 1.204392333420401e-06, + "R": 1.060933740859582e-07, + "M": 1.773687472450547e-05, + "O": 2.1613530407194048e-05, + "W": 9.105061735681375e-07, + "N": 1.1480086868687067e-05, + "Y": 5.151488585397601e-05, + "U": 2.0082360663309373e-07, + "K": 4.99657119235053e-07, + "L": 5.444684347821749e-07, + "G": 3.635020766523667e-05, + "F": 0.00016410225362051278, + "E": 0.00012459584104362875, + "T": 0.0002233284030808136, + "P": 0.6442390084266663, + "-": 0.3550177812576294 + }, + "id": "tp_15914" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1989256, + "label": "-", + "classification": { + "B": 7.97312895883806e-06, + "S": 1.8038383586826967e-06, + "I": 0.006102198734879494, + "C": 0.00016492081340402365, + "R": 2.28620210691588e-05, + "M": 0.0006365626468323171, + "O": 3.771359479287639e-05, + "W": 1.8125292626791634e-06, + "N": 0.00011256730795139447, + "Y": 0.006635631434619427, + "U": 2.5117005861829966e-06, + "K": 9.435406354896259e-06, + "L": 9.976938599720597e-06, + "G": 0.0015111682005226612, + "F": 0.0022482136264443398, + "E": 0.0026063064578920603, + "T": 0.0037115784361958504, + "P": 0.3030443787574768, + "-": 0.6731324195861816 + }, + "id": "tp_15915" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1989389, + "label": "-", + "classification": { + "B": 6.020433374942513e-06, + "S": 3.735460268217139e-06, + "I": 0.0015323963016271591, + "C": 6.951879186090082e-05, + "R": 1.7899832528200932e-05, + "M": 0.0007444332004524767, + "O": 6.389126792782918e-05, + "W": 2.9383420496742474e-06, + "N": 5.51288430870045e-05, + "Y": 0.00794233288615942, + "U": 2.5473359528405126e-06, + "K": 3.905538687831722e-05, + "L": 1.0449365618114825e-05, + "G": 0.002128399210050702, + "F": 0.004207323770970106, + "E": 0.002082179533317685, + "T": 0.0039534498937428, + "P": 0.15004852414131165, + "-": 0.8270897269248962 + }, + "id": "tp_15916" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1989523, + "label": "-", + "classification": { + "B": 0.00018097987049259245, + "S": 1.4372999430634081e-05, + "I": 0.0011669470695778728, + "C": 4.972311216988601e-05, + "R": 2.7845548174809664e-05, + "M": 0.0006201017531566322, + "O": 0.0006832268554717302, + "W": 3.409554483368993e-05, + "N": 2.304976987943519e-05, + "Y": 0.000688324507791549, + "U": 2.7413384486862924e-06, + "K": 6.902662619268085e-08, + "L": 0.0002084383013425395, + "G": 0.0004988748114556074, + "F": 0.0004327208152972162, + "E": 0.0001775190030457452, + "T": 0.0013440813636407256, + "P": 0.18293893337249756, + "-": 0.8109080195426941 + }, + "id": "tp_15917" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1989656, + "label": "P", + "classification": { + "B": 1.6135148825924261e-06, + "S": 2.1993946575094014e-07, + "I": 0.001166782807558775, + "C": 7.89496407378465e-05, + "R": 3.314543164378847e-06, + "M": 1.5977151633705944e-05, + "O": 4.6544782890123315e-06, + "W": 6.434157171497645e-07, + "N": 6.340473191812634e-05, + "Y": 0.0002501719573047012, + "U": 1.1751407100746292e-06, + "K": 2.3572894860990345e-05, + "L": 4.0962237335406826e-07, + "G": 0.00024254182062577456, + "F": 0.001680985325947404, + "E": 0.0033809328451752663, + "T": 4.985064151696861e-05, + "P": 0.7221814393997192, + "-": 0.2708534300327301 + }, + "id": "tp_15918" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1989756, + "label": "-", + "classification": { + "B": 2.03721469915763e-06, + "S": 7.582544185424922e-06, + "I": 0.023455973714590073, + "C": 4.461318167159334e-05, + "R": 7.0093374233692884e-06, + "M": 0.00047783166519366205, + "O": 6.51131704216823e-05, + "W": 1.9182264168193797e-06, + "N": 0.00044799692113883793, + "Y": 0.01836533285677433, + "U": 2.886014272007742e-07, + "K": 5.859115481143817e-05, + "L": 9.883331131277373e-07, + "G": 0.0006192108266986907, + "F": 0.001019044197164476, + "E": 0.0009594128932803869, + "T": 0.006596577353775501, + "P": 0.32994797825813293, + "-": 0.6179224848747253 + }, + "id": "tp_15919" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1989890, + "label": "P", + "classification": { + "B": 4.0115588717526407e-07, + "S": 3.086741173774499e-07, + "I": 0.010997124947607517, + "C": 2.7794863854069263e-05, + "R": 2.360682628932409e-06, + "M": 5.9314825193723664e-05, + "O": 5.732518729928415e-06, + "W": 4.0231597608908487e-07, + "N": 0.00035496478085406125, + "Y": 0.00211369339376688, + "U": 2.6480012138563325e-07, + "K": 8.449476445093751e-05, + "L": 3.009697877587314e-07, + "G": 0.00126348074991256, + "F": 0.0009960351744666696, + "E": 0.02752763405442238, + "T": 0.001446677721105516, + "P": 0.6775084137916565, + "-": 0.2776106595993042 + }, + "id": "tp_15920" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1990023, + "label": "P", + "classification": { + "B": 0.00024030527856666595, + "S": 5.252610208117403e-06, + "I": 0.0009045920451171696, + "C": 2.2233665731619112e-05, + "R": 2.965000476251589e-06, + "M": 0.00011105824523838237, + "O": 7.976546476129442e-05, + "W": 4.840389919991139e-06, + "N": 3.2197869586525485e-05, + "Y": 8.885218267096207e-05, + "U": 3.976903144575772e-07, + "K": 1.214102240965076e-07, + "L": 1.1725574040610809e-05, + "G": 0.00035411090357229114, + "F": 0.0009373922948725522, + "E": 0.0007079412462189794, + "T": 6.634595047216862e-05, + "P": 0.7532550692558289, + "-": 0.24317480623722076 + }, + "id": "tp_15921" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1990157, + "label": "P", + "classification": { + "B": 1.986427150768577e-06, + "S": 1.5023587707219122e-07, + "I": 0.0009238788625225425, + "C": 3.718906009453349e-05, + "R": 6.20895571046276e-06, + "M": 2.236792352050543e-05, + "O": 6.322112312773243e-06, + "W": 7.682688760723977e-07, + "N": 9.080421477847267e-06, + "Y": 0.000258604995906353, + "U": 9.975055945687927e-07, + "K": 4.1020203411790135e-07, + "L": 1.825147592171561e-06, + "G": 8.759434422245249e-05, + "F": 0.00040407091728411615, + "E": 0.00018868106417357922, + "T": 0.0001707902702037245, + "P": 0.6117603182792664, + "-": 0.3861187696456909 + }, + "id": "tp_15922" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1990257, + "label": "-", + "classification": { + "B": 2.8457838197937235e-05, + "S": 6.996515821811045e-06, + "I": 0.011265968903899193, + "C": 0.0017063544364646077, + "R": 0.00033289246493950486, + "M": 0.002190835541114211, + "O": 0.00033397410879842937, + "W": 1.7370331988786347e-05, + "N": 0.00013872490671928972, + "Y": 0.024831539019942284, + "U": 1.4902929251547903e-05, + "K": 2.8759136512235273e-06, + "L": 0.00016686359595041722, + "G": 0.0030044259037822485, + "F": 0.001093448605388403, + "E": 0.0008964846492744982, + "T": 0.01940634474158287, + "P": 0.11000481992959976, + "-": 0.8245567083358765 + }, + "id": "tp_15923" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1990390, + "label": "-", + "classification": { + "B": 0.00024118117289617658, + "S": 9.656143083702773e-05, + "I": 0.019164862111210823, + "C": 0.00685941381379962, + "R": 0.0010323034366592765, + "M": 0.005013166461139917, + "O": 0.0009698194917291403, + "W": 0.0002239388704765588, + "N": 0.0018526670755818486, + "Y": 0.05310564115643501, + "U": 0.00012407120084390044, + "K": 0.013909710571169853, + "L": 0.0002806772827170789, + "G": 0.07159803807735443, + "F": 0.06367754191160202, + "E": 0.07634998112916946, + "T": 0.010550754144787788, + "P": 0.13936275243759155, + "-": 0.5355870127677917 + }, + "id": "tp_15924" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1990524, + "label": "-", + "classification": { + "B": 2.108829676217283e-06, + "S": 9.645207228459185e-07, + "I": 0.0011461263056844473, + "C": 8.700325997779146e-05, + "R": 3.110144461970776e-05, + "M": 0.0002668300876393914, + "O": 5.116023385198787e-05, + "W": 1.8303562683286145e-06, + "N": 2.2244059437070973e-05, + "Y": 0.005259119439870119, + "U": 4.4474754758994095e-06, + "K": 2.0685185972979525e-06, + "L": 1.508312561782077e-05, + "G": 0.0008881876128725708, + "F": 0.0007881643832661211, + "E": 0.000124871963635087, + "T": 0.005286023020744324, + "P": 0.14585980772972107, + "-": 0.8401628732681274 + }, + "id": "tp_15925" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1990657, + "label": "-", + "classification": { + "B": 1.0930061022929038e-10, + "S": 2.784645403153263e-09, + "I": 8.327187060785946e-06, + "C": 8.357092440292035e-08, + "R": 3.182745800245357e-08, + "M": 1.8785580095936893e-06, + "O": 4.307636913836177e-07, + "W": 5.298296468225772e-09, + "N": 2.1566496855029982e-07, + "Y": 0.0001567049912409857, + "U": 1.5402402686603978e-09, + "K": 6.254545610318019e-07, + "L": 3.5847880219819217e-09, + "G": 4.61130957774003e-06, + "F": 0.000845912960357964, + "E": 3.3950209399336018e-06, + "T": 7.852563430787995e-05, + "P": 0.04282604157924652, + "-": 0.9560731649398804 + }, + "id": "tp_15926" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1990757, + "label": "P", + "classification": { + "B": 2.4405524072790286e-06, + "S": 5.975246949674329e-06, + "I": 0.005007896572351456, + "C": 5.26892690686509e-05, + "R": 1.0250924788124394e-05, + "M": 0.0001269644999410957, + "O": 4.738930510939099e-05, + "W": 5.6589119594718795e-06, + "N": 0.0003480778250377625, + "Y": 0.0009605995146557689, + "U": 5.149614480615128e-06, + "K": 5.779608909506351e-05, + "L": 4.766236088471487e-06, + "G": 0.00024100083101075143, + "F": 0.0022239515092223883, + "E": 0.002029502298682928, + "T": 0.0010357717983424664, + "P": 0.648000180721283, + "-": 0.33983391523361206 + }, + "id": "tp_15927" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1990891, + "label": "P", + "classification": { + "B": 9.686289558885619e-05, + "S": 0.0005579685675911605, + "I": 0.0822601392865181, + "C": 0.00034823600435629487, + "R": 0.00013275962555781007, + "M": 0.0010203360579907894, + "O": 0.0006178416660986841, + "W": 0.0004563427937682718, + "N": 0.03608665615320206, + "Y": 0.030906613916158676, + "U": 2.5798824935918674e-05, + "K": 0.08404066413640976, + "L": 1.1755812920455355e-05, + "G": 0.006827206816524267, + "F": 0.0197049118578434, + "E": 0.09353886544704437, + "T": 0.009397114627063274, + "P": 0.534363329410553, + "-": 0.09960656613111496 + }, + "id": "tp_15928" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1991024, + "label": "P", + "classification": { + "B": 9.450634053109752e-08, + "S": 2.8169159804747324e-07, + "I": 0.0018983683548867702, + "C": 3.4408822102705017e-06, + "R": 5.043389137426857e-07, + "M": 1.9801704183919355e-05, + "O": 2.7099954422737937e-06, + "W": 2.227123303555345e-07, + "N": 5.773959128418937e-05, + "Y": 0.0004465884412638843, + "U": 1.128629634195022e-07, + "K": 3.4116380902560195e-06, + "L": 1.2017935091535037e-07, + "G": 4.003916183137335e-05, + "F": 0.00031852262327447534, + "E": 0.0005216708523221314, + "T": 0.00015189408441074193, + "P": 0.813484251499176, + "-": 0.183050274848938 + }, + "id": "tp_15929" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1991158, + "label": "-", + "classification": { + "B": 7.958495189086534e-06, + "S": 8.157725233104429e-07, + "I": 0.022703111171722412, + "C": 0.0003934642008971423, + "R": 1.2264340512047056e-05, + "M": 0.0012022793525829911, + "O": 4.972219539922662e-05, + "W": 2.116376663252595e-06, + "N": 0.00016900654009077698, + "Y": 0.008807256817817688, + "U": 1.8602901263875538e-06, + "K": 3.7211821108940057e-06, + "L": 9.155421139439568e-06, + "G": 0.001312691136263311, + "F": 0.0002684272767510265, + "E": 0.010898955166339874, + "T": 0.0020326811354607344, + "P": 0.2870825529098511, + "-": 0.6650419235229492 + }, + "id": "tp_15930" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1991258, + "label": "P", + "classification": { + "B": 4.624984057954862e-07, + "S": 7.848871774740473e-08, + "I": 0.00017703375488054007, + "C": 7.568646083200292e-07, + "R": 1.3263722564715863e-07, + "M": 3.1264364679373102e-06, + "O": 3.7321465242712293e-06, + "W": 9.834780456685621e-08, + "N": 4.536491815088084e-06, + "Y": 1.4610104699386284e-05, + "U": 2.6847642331517818e-08, + "K": 4.2116280241089044e-08, + "L": 2.2014718581431225e-07, + "G": 2.266820774821099e-05, + "F": 0.00023671959934290498, + "E": 5.265452273306437e-05, + "T": 2.6288609660696238e-05, + "P": 0.7558239698410034, + "-": 0.24363291263580322 + }, + "id": "tp_15931" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1991391, + "label": "-", + "classification": { + "B": 5.623835477308603e-07, + "S": 2.943436356872553e-07, + "I": 0.0004431009292602539, + "C": 7.106865723471856e-06, + "R": 9.182029430121474e-07, + "M": 5.5562857596669346e-05, + "O": 1.1548118891369086e-05, + "W": 4.394486552428134e-07, + "N": 1.3465230949805118e-05, + "Y": 0.0002857093932107091, + "U": 2.99062406838857e-07, + "K": 5.239726306172088e-07, + "L": 1.1180973160662688e-06, + "G": 7.106869452400133e-05, + "F": 0.0003542402700986713, + "E": 0.0002455238136462867, + "T": 0.00039165024645626545, + "P": 0.2594124376773834, + "-": 0.7387044429779053 + }, + "id": "tp_15932" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1991525, + "label": "P", + "classification": { + "B": 2.638851128722308e-06, + "S": 7.367391390289413e-06, + "I": 0.06400851160287857, + "C": 4.09441017836798e-05, + "R": 1.0357159226259682e-05, + "M": 5.656400026055053e-05, + "O": 1.733720455376897e-05, + "W": 4.288018772058422e-06, + "N": 0.001823348575271666, + "Y": 0.0022216893266886473, + "U": 1.3860276339983102e-06, + "K": 9.999390022130683e-05, + "L": 1.0542139534663875e-06, + "G": 0.00027888946351595223, + "F": 0.000914769945666194, + "E": 0.003516856348142028, + "T": 0.0007252063951455057, + "P": 0.8606263995170593, + "-": 0.0656423419713974 + }, + "id": "tp_15933" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1991658, + "label": "-", + "classification": { + "B": 0.0001529069704702124, + "S": 1.2888090168416966e-05, + "I": 0.0008888891316018999, + "C": 0.00033155022538267076, + "R": 2.6423067538416944e-05, + "M": 0.0007463224465027452, + "O": 0.00017514961655251682, + "W": 1.2356435945548583e-05, + "N": 0.00012448795314412564, + "Y": 0.002235087798908353, + "U": 8.25617644295562e-06, + "K": 0.00012857787078246474, + "L": 2.426680839562323e-05, + "G": 0.003377009881660342, + "F": 0.007309693843126297, + "E": 0.00649814959615469, + "T": 0.0012378834653645754, + "P": 0.2725295126438141, + "-": 0.7041805386543274 + }, + "id": "tp_15934" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1991758, + "label": "P", + "classification": { + "B": 4.402424565341789e-06, + "S": 2.265335751872044e-06, + "I": 0.003516311990097165, + "C": 0.00010836628644028679, + "R": 2.9174623705330305e-05, + "M": 0.00014716915029566735, + "O": 4.690016794484109e-05, + "W": 3.978518634539796e-06, + "N": 0.00010272611689288169, + "Y": 0.0013023035135120153, + "U": 4.064656422997359e-06, + "K": 6.344076155073708e-06, + "L": 6.203087650646921e-06, + "G": 0.0003634445311035961, + "F": 0.0011011663591489196, + "E": 0.0005213458207435906, + "T": 0.0008331786375492811, + "P": 0.5076740384101868, + "-": 0.48422664403915405 + }, + "id": "tp_15935" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1991892, + "label": "-", + "classification": { + "B": 0.00021240006026346236, + "S": 4.554087809083285e-06, + "I": 0.00029140993137843907, + "C": 6.64362232782878e-06, + "R": 2.1004486825404456e-06, + "M": 0.0008662712061777711, + "O": 0.00021353315969463438, + "W": 2.1065029613964725e-06, + "N": 5.458603027364006e-06, + "Y": 0.0005533259245567024, + "U": 2.1907160885348276e-07, + "K": 1.2647269009846696e-08, + "L": 6.096016295487061e-05, + "G": 0.0010247367899864912, + "F": 0.000534862803760916, + "E": 0.0001972156169358641, + "T": 0.0014105478767305613, + "P": 0.18216900527477264, + "-": 0.8124446272850037 + }, + "id": "tp_15936" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1992025, + "label": "-", + "classification": { + "B": 7.595494366796629e-08, + "S": 3.7738516311947023e-08, + "I": 0.0003910994855687022, + "C": 1.1690095561789349e-05, + "R": 2.1267512693157187e-06, + "M": 1.2591845006681979e-05, + "O": 3.4953523027070332e-06, + "W": 1.197964962784681e-07, + "N": 8.727175554668065e-06, + "Y": 0.0008294893195852637, + "U": 4.881890163233038e-07, + "K": 3.535849600666552e-06, + "L": 2.1428908780762868e-07, + "G": 0.00010128205030923709, + "F": 0.0002801140653900802, + "E": 0.00012677436461672187, + "T": 0.00034504637005738914, + "P": 0.18233710527420044, + "-": 0.8155459761619568 + }, + "id": "tp_15937" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1992125, + "label": "P", + "classification": { + "B": 2.203729673055932e-05, + "S": 2.9104410714353435e-05, + "I": 0.011409088037908077, + "C": 0.00011727299715857953, + "R": 7.134932093322277e-05, + "M": 0.00026810463168658316, + "O": 0.0002079554251395166, + "W": 3.6311743315309286e-05, + "N": 0.0009848613990470767, + "Y": 0.003953531384468079, + "U": 3.880619624396786e-05, + "K": 9.331334877060726e-05, + "L": 2.3896656784927472e-05, + "G": 0.0006072116084396839, + "F": 0.002903216751292348, + "E": 0.001237270189449191, + "T": 0.00471268966794014, + "P": 0.5752066373825073, + "-": 0.3980773687362671 + }, + "id": "tp_15938" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1992259, + "label": "-", + "classification": { + "B": 0.00023131456691771746, + "S": 0.00010163785918848589, + "I": 0.014850548468530178, + "C": 0.0013448370154947042, + "R": 0.0003100000030826777, + "M": 0.0018027223413810134, + "O": 0.0005509938928298652, + "W": 0.00018298854411114007, + "N": 0.0016883075004443526, + "Y": 0.015927975997328758, + "U": 0.00022159919899422675, + "K": 0.0022590875159949064, + "L": 0.00017606699839234352, + "G": 0.009807821363210678, + "F": 0.014358481392264366, + "E": 0.03166816383600235, + "T": 0.0068781194277107716, + "P": 0.43927201628685, + "-": 0.45836731791496277 + }, + "id": "tp_15939" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1992392, + "label": "P", + "classification": { + "B": 2.2184738554642536e-05, + "S": 3.3096992410719395e-05, + "I": 0.036829013377428055, + "C": 0.0021784540731459856, + "R": 0.0001537309872219339, + "M": 0.0006841280846856534, + "O": 0.00028487847885116935, + "W": 5.034272180637345e-05, + "N": 0.004207836929708719, + "Y": 0.011937267147004604, + "U": 1.9997563867946155e-05, + "K": 0.0032229269854724407, + "L": 1.5417137547046877e-05, + "G": 0.0053122080862522125, + "F": 0.00963539443910122, + "E": 0.04179772362112999, + "T": 0.00259644933976233, + "P": 0.5479555726051331, + "-": 0.33306339383125305 + }, + "id": "tp_15940" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1992526, + "label": "P", + "classification": { + "B": 1.664668388912105e-06, + "S": 1.1276129185944228e-07, + "I": 0.003966949880123138, + "C": 1.1472210644569714e-05, + "R": 6.161664600767836e-07, + "M": 6.438614218495786e-05, + "O": 1.8011513702731463e-06, + "W": 1.5904726069493336e-07, + "N": 7.591021130792797e-05, + "Y": 0.0013091808650642633, + "U": 1.8738042228960694e-07, + "K": 1.6242936908383854e-05, + "L": 1.8611025609516219e-07, + "G": 0.00019350073125679046, + "F": 0.0005815838812850416, + "E": 0.009508851915597916, + "T": 0.00016959347703959793, + "P": 0.8031538724899292, + "-": 0.18094372749328613 + }, + "id": "tp_15941" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1992626, + "label": "-", + "classification": { + "B": 4.696944870374864e-06, + "S": 4.615268096586078e-07, + "I": 0.00204172870144248, + "C": 6.256123015191406e-05, + "R": 7.020112661848543e-06, + "M": 0.00010595429921522737, + "O": 2.768895501503721e-05, + "W": 1.9744002202060074e-06, + "N": 4.8062280256999657e-05, + "Y": 0.0006126556545495987, + "U": 2.2376939341484103e-06, + "K": 2.0198149286443368e-06, + "L": 5.155678536539199e-06, + "G": 0.0002971255744341761, + "F": 0.0004333640681579709, + "E": 0.0008163301390595734, + "T": 0.0004335074918344617, + "P": 0.45527443289756775, + "-": 0.539823055267334 + }, + "id": "tp_15942" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1992759, + "label": "-", + "classification": { + "B": 7.4874042184092104e-06, + "S": 5.020172011427348e-07, + "I": 0.00014030351303517818, + "C": 1.7455275838074158e-06, + "R": 3.668348540486477e-07, + "M": 0.00011265480861766264, + "O": 3.945285425288603e-05, + "W": 6.162927093100734e-07, + "N": 2.8109138838772196e-06, + "Y": 0.0001653650833759457, + "U": 1.0956080132018542e-07, + "K": 7.255631206959379e-09, + "L": 6.7303308242117055e-06, + "G": 9.347057493869215e-05, + "F": 0.00016032181156333536, + "E": 3.284528793301433e-05, + "T": 0.0005617543356493115, + "P": 0.2387651801109314, + "-": 0.7599083185195923 + }, + "id": "tp_15943" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1992893, + "label": "-", + "classification": { + "B": 8.013887054403313e-06, + "S": 2.8062055207556114e-05, + "I": 0.005169776733964682, + "C": 0.00016143116226885468, + "R": 9.058111027115956e-05, + "M": 0.00122352153994143, + "O": 0.0003635869943536818, + "W": 3.954498242819682e-05, + "N": 0.0002566869661677629, + "Y": 0.017915718257427216, + "U": 8.921348126023076e-06, + "K": 7.578908844152465e-05, + "L": 2.45381652348442e-05, + "G": 0.001023886725306511, + "F": 0.003131752135232091, + "E": 0.0009285248816013336, + "T": 0.013560798019170761, + "P": 0.12394335120916367, + "-": 0.8320454955101013 + }, + "id": "tp_15944" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1993026, + "label": "-", + "classification": { + "B": 7.990359154064208e-05, + "S": 3.112322883680463e-05, + "I": 0.002483079908415675, + "C": 0.00014331069542095065, + "R": 5.962649083812721e-05, + "M": 0.0014539582189172506, + "O": 0.0006521662580780685, + "W": 5.029124076827429e-05, + "N": 0.00012793556379619986, + "Y": 0.005327497608959675, + "U": 1.3616572687169537e-05, + "K": 1.1316020390950143e-05, + "L": 0.00013194092025514692, + "G": 0.001625041593797505, + "F": 0.002358651254326105, + "E": 0.0009735327330417931, + "T": 0.007442948874086142, + "P": 0.13757260143756866, + "-": 0.8394614458084106 + }, + "id": "tp_15945" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1993126, + "label": "-", + "classification": { + "B": 3.8554489378839207e-07, + "S": 2.1260571969605735e-08, + "I": 1.2821584277844522e-05, + "C": 5.313922315508535e-07, + "R": 4.670081210633725e-08, + "M": 5.0538446885184385e-06, + "O": 1.6739497823436977e-06, + "W": 3.348619515008977e-08, + "N": 2.997902583956602e-07, + "Y": 5.298428004607558e-05, + "U": 1.6979074146661333e-08, + "K": 6.80004959008329e-08, + "L": 1.6558769289076736e-07, + "G": 2.823150498443283e-05, + "F": 0.000614690245129168, + "E": 4.589554373524152e-05, + "T": 6.414424569811672e-05, + "P": 0.222655788064003, + "-": 0.7765172123908997 + }, + "id": "tp_15946" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1993260, + "label": "P", + "classification": { + "B": 8.404252184845973e-06, + "S": 1.9316319594508968e-05, + "I": 0.00647083530202508, + "C": 0.00010763065802166238, + "R": 2.0302411940065213e-05, + "M": 0.00019042698841076344, + "O": 4.695519965025596e-05, + "W": 1.1854698641400319e-05, + "N": 0.0012495507253333926, + "Y": 0.002282761735841632, + "U": 7.013221875240561e-06, + "K": 0.0011459070956334472, + "L": 3.1214435693982523e-06, + "G": 0.000803497270680964, + "F": 0.00877026654779911, + "E": 0.016518713906407356, + "T": 0.0009137759334407747, + "P": 0.789705753326416, + "-": 0.1717238873243332 + }, + "id": "tp_15947" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1993393, + "label": "P", + "classification": { + "B": 1.464757275471129e-07, + "S": 2.7722981599254126e-07, + "I": 0.25448185205459595, + "C": 1.9164785044267774e-05, + "R": 3.034698920600931e-06, + "M": 0.0002918509708251804, + "O": 1.067904395313235e-05, + "W": 5.714965141123685e-07, + "N": 0.0008789412677288055, + "Y": 0.07390318810939789, + "U": 9.551206936464496e-09, + "K": 0.0001402610505465418, + "L": 3.966771444652295e-08, + "G": 0.0005265864892862737, + "F": 0.00025225855642929673, + "E": 0.007915344089269638, + "T": 0.002693207236006856, + "P": 0.4001246392726898, + "-": 0.2587580680847168 + }, + "id": "tp_15948" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1993527, + "label": "-", + "classification": { + "B": 1.3862191394764523e-09, + "S": 2.1292122232008381e-10, + "I": 7.987068238435313e-05, + "C": 3.5135207099301624e-07, + "R": 2.2418404910240497e-08, + "M": 7.636351142537023e-07, + "O": 7.759206255286699e-08, + "W": 1.0802601035919679e-09, + "N": 1.944006555731903e-07, + "Y": 3.79620396415703e-05, + "U": 1.6637771160787906e-09, + "K": 1.5993889546095374e-09, + "L": 6.211394509847423e-09, + "G": 4.631144747690996e-06, + "F": 2.27564996748697e-05, + "E": 1.53306082211202e-05, + "T": 1.4733447642356623e-05, + "P": 0.4147341251373291, + "-": 0.5850892066955566 + }, + "id": "tp_15949" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1993627, + "label": "-", + "classification": { + "B": 7.869437467888929e-06, + "S": 1.592471198819112e-05, + "I": 0.0006051283562555909, + "C": 0.00012457910634111613, + "R": 8.034285565372556e-05, + "M": 0.0003029060026165098, + "O": 0.00015509696095250547, + "W": 2.1475112589541823e-05, + "N": 7.072187872836366e-05, + "Y": 0.010172395035624504, + "U": 1.1011448805220425e-05, + "K": 0.00043222535168752074, + "L": 1.6763064195401967e-05, + "G": 0.0019424959318712354, + "F": 0.016492046415805817, + "E": 0.0009744548005983233, + "T": 0.00414682924747467, + "P": 0.0786258652806282, + "-": 0.8858017325401306 + }, + "id": "tp_15950" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1993760, + "label": "P", + "classification": { + "B": 1.0353101060900372e-05, + "S": 9.540922292217147e-07, + "I": 0.0010420430917292833, + "C": 3.471390300546773e-05, + "R": 2.7197006602364127e-06, + "M": 5.089899059385061e-05, + "O": 2.125479659298435e-05, + "W": 1.6106409930216614e-06, + "N": 4.642815110855736e-05, + "Y": 0.00027798867085948586, + "U": 1.1105122439403203e-06, + "K": 2.2287274532573065e-06, + "L": 3.4577660699142143e-06, + "G": 0.0002508723991923034, + "F": 0.0005539951962418854, + "E": 0.0010072672739624977, + "T": 0.0001958273205673322, + "P": 0.6755727529525757, + "-": 0.32092350721359253 + }, + "id": "tp_15951" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1993894, + "label": "-", + "classification": { + "B": 1.1347440249664942e-06, + "S": 4.4145514266347163e-07, + "I": 0.0016546433325856924, + "C": 4.4380980398273095e-05, + "R": 3.996341547463089e-06, + "M": 0.00011637628631433472, + "O": 8.702065315446816e-06, + "W": 5.942127927482943e-07, + "N": 3.205094617442228e-05, + "Y": 0.002268512500450015, + "U": 1.4296573453975725e-06, + "K": 3.0084031550359214e-06, + "L": 2.6470463581063086e-06, + "G": 0.00031927102827467024, + "F": 0.0007160289096646011, + "E": 0.0011615464463829994, + "T": 0.0009969164384528995, + "P": 0.4501189887523651, + "-": 0.5425493717193604 + }, + "id": "tp_15952" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1994027, + "label": "P", + "classification": { + "B": 1.672455027801334e-06, + "S": 1.3415115063253324e-05, + "I": 0.003824979765340686, + "C": 1.8702377929002978e-05, + "R": 8.431174137513153e-06, + "M": 8.029709715628996e-05, + "O": 3.362247662153095e-05, + "W": 1.0677453246898949e-05, + "N": 0.0006010044598951936, + "Y": 0.005356127396225929, + "U": 1.3362654271986685e-06, + "K": 0.0070892092771828175, + "L": 5.110988468004507e-07, + "G": 0.0008582915179431438, + "F": 0.014706612564623356, + "E": 0.008052704855799675, + "T": 0.0016562234377488494, + "P": 0.5305604338645935, + "-": 0.4271256923675537 + }, + "id": "tp_15953" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1994127, + "label": "P", + "classification": { + "B": 0.00012760049139615148, + "S": 2.054077594948467e-05, + "I": 0.013287977315485477, + "C": 0.0008626869530417025, + "R": 9.88153406069614e-05, + "M": 0.0013873860007151961, + "O": 0.00027362979017198086, + "W": 3.7858531868550926e-05, + "N": 0.0005522939027287066, + "Y": 0.003294361522421241, + "U": 2.34602703130804e-05, + "K": 3.675371044664644e-05, + "L": 7.048146653687581e-05, + "G": 0.0019071674905717373, + "F": 0.0027058471459895372, + "E": 0.008245554752647877, + "T": 0.0012508356012403965, + "P": 0.5872207283973694, + "-": 0.3785960376262665 + }, + "id": "tp_15954" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1994261, + "label": "-", + "classification": { + "B": 2.2723833481563815e-08, + "S": 1.2343381428081557e-08, + "I": 0.00010138314246432856, + "C": 8.875990715750959e-07, + "R": 1.1607400551838509e-07, + "M": 3.302614686617744e-06, + "O": 5.366465529732523e-07, + "W": 3.5724525559999165e-08, + "N": 1.3027316754232743e-06, + "Y": 0.0002195748093072325, + "U": 4.218250992948924e-08, + "K": 7.443290996889118e-07, + "L": 4.58318432094984e-08, + "G": 1.4984321751398966e-05, + "F": 0.0006102428305894136, + "E": 6.167963874759153e-05, + "T": 5.374911779654212e-05, + "P": 0.25422942638397217, + "-": 0.7447020411491394 + }, + "id": "tp_15955" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1994394, + "label": "-", + "classification": { + "B": 1.9832999896607362e-05, + "S": 4.6700188249815255e-06, + "I": 0.0017356968019157648, + "C": 3.481354360701516e-05, + "R": 7.2545990406069905e-06, + "M": 0.00045957101974636316, + "O": 6.728948937961832e-05, + "W": 5.211566531215794e-06, + "N": 6.524439959321171e-05, + "Y": 0.001824463834054768, + "U": 3.6106762308918405e-06, + "K": 9.434093044546898e-06, + "L": 1.1944136531383265e-05, + "G": 0.0005308833788149059, + "F": 0.001912460196763277, + "E": 0.0014114479999989271, + "T": 0.0015005947789177299, + "P": 0.3762090504169464, + "-": 0.6141865849494934 + }, + "id": "tp_15956" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1994528, + "label": "-", + "classification": { + "B": 6.501917368950672e-07, + "S": 3.7772375094391464e-07, + "I": 0.0002563204034231603, + "C": 3.87393229175359e-05, + "R": 4.327735950937495e-06, + "M": 5.461525870487094e-05, + "O": 1.281721779378131e-05, + "W": 8.063187237894454e-07, + "N": 1.0990763257723302e-05, + "Y": 0.0011585212778300047, + "U": 8.551843393433955e-07, + "K": 7.884081242082175e-06, + "L": 1.0886262771236943e-06, + "G": 0.00021501835726667196, + "F": 0.0020111571066081524, + "E": 0.0002419070660835132, + "T": 0.0003987913078162819, + "P": 0.1618591994047165, + "-": 0.8337258696556091 + }, + "id": "tp_15957" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1994628, + "label": "-", + "classification": { + "B": 9.262365097129077e-08, + "S": 6.783177042279931e-08, + "I": 0.0003300029202364385, + "C": 1.0702265171858016e-05, + "R": 1.4735339846083662e-06, + "M": 2.38404463743791e-05, + "O": 3.5498571833159076e-06, + "W": 1.4037681239642552e-07, + "N": 3.7095192055858206e-06, + "Y": 0.0032035978510975838, + "U": 1.0657745264097684e-07, + "K": 5.95533606428944e-07, + "L": 3.8414435721279006e-07, + "G": 9.431337093701586e-05, + "F": 0.0005843163817189634, + "E": 9.981770563172176e-05, + "T": 0.0006436724215745926, + "P": 0.09712877869606018, + "-": 0.8978708386421204 + }, + "id": "tp_15958" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1994761, + "label": "-", + "classification": { + "B": 3.5143565924045106e-07, + "S": 3.276172932942245e-08, + "I": 0.00018610796541906893, + "C": 9.017810953082517e-06, + "R": 5.69077428735909e-07, + "M": 5.3318381105782464e-05, + "O": 5.941300514678005e-06, + "W": 1.1122709508981643e-07, + "N": 3.6108192489336943e-06, + "Y": 0.0001744501932989806, + "U": 1.634497550639935e-07, + "K": 4.828647206522874e-07, + "L": 5.196944243834878e-07, + "G": 9.16901117307134e-05, + "F": 0.00022071042621973902, + "E": 0.00026843376690521836, + "T": 0.0002536084211897105, + "P": 0.20402707159519196, + "-": 0.7947039008140564 + }, + "id": "tp_15959" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1994895, + "label": "-", + "classification": { + "B": 5.268489644549845e-07, + "S": 3.4087921108039154e-07, + "I": 1.735843216010835e-05, + "C": 1.2113349612263846e-06, + "R": 6.871304236710785e-08, + "M": 8.421772690780926e-06, + "O": 3.4266881812072825e-06, + "W": 1.4079397203659028e-07, + "N": 1.9906542547687422e-06, + "Y": 0.00010392388503532857, + "U": 6.487875481298033e-08, + "K": 5.187583610677393e-06, + "L": 8.17063678937302e-08, + "G": 3.3038613764801994e-05, + "F": 0.0008001558599062264, + "E": 0.0001613762287888676, + "T": 7.891016866778955e-05, + "P": 0.16602280735969543, + "-": 0.8327608108520508 + }, + "id": "tp_15960" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1995028, + "label": "-", + "classification": { + "B": 1.4671377446262568e-09, + "S": 4.49675158220586e-11, + "I": 2.2781454390496947e-05, + "C": 9.345968976504082e-08, + "R": 2.6554629606323488e-09, + "M": 4.236337645124877e-07, + "O": 5.062296892788254e-08, + "W": 2.6466229208210734e-10, + "N": 4.8922949247298675e-08, + "Y": 8.221504685934633e-06, + "U": 4.677221943083509e-10, + "K": 1.0975298447846171e-10, + "L": 2.837475143735446e-09, + "G": 1.5907772876744275e-06, + "F": 2.529665607653442e-06, + "E": 2.119516693710466e-06, + "T": 1.2578476344060618e-05, + "P": 0.24171309173107147, + "-": 0.7582364082336426 + }, + "id": "tp_15961" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1995128, + "label": "-", + "classification": { + "B": 4.346226432971889e-06, + "S": 4.368854206404649e-06, + "I": 0.006351516116410494, + "C": 0.00013706287427339703, + "R": 1.638152389205061e-05, + "M": 0.0002851347380783409, + "O": 6.08075933996588e-05, + "W": 8.652781616547145e-06, + "N": 0.0003139291948173195, + "Y": 0.002504883334040642, + "U": 7.542528237536317e-06, + "K": 0.0001443551736883819, + "L": 5.0773878683685325e-06, + "G": 0.000629284477327019, + "F": 0.0027676692698150873, + "E": 0.007314664777368307, + "T": 0.001318670343607664, + "P": 0.43093374371528625, + "-": 0.5471919775009155 + }, + "id": "tp_15962" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1995262, + "label": "-", + "classification": { + "B": 8.366680413018912e-05, + "S": 2.1680365534848534e-05, + "I": 0.002672126516699791, + "C": 0.00023139554832596332, + "R": 3.564459620974958e-05, + "M": 0.0014502373524010181, + "O": 0.0002476217632647604, + "W": 1.3944121747044846e-05, + "N": 0.0001198387035401538, + "Y": 0.002359679900109768, + "U": 7.484406523872167e-06, + "K": 6.868431682960363e-06, + "L": 8.433684706687927e-05, + "G": 0.0024521290324628353, + "F": 0.0022147351410239935, + "E": 0.0026514013297855854, + "T": 0.003252672264352441, + "P": 0.2797349989414215, + "-": 0.7023595571517944 + }, + "id": "tp_15963" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1995395, + "label": "-", + "classification": { + "B": 2.283110234202468e-06, + "S": 8.150119015226664e-07, + "I": 0.0008131199283525348, + "C": 6.402085091394838e-06, + "R": 1.0403880423837109e-06, + "M": 0.00015521544264629483, + "O": 1.1923325473617297e-05, + "W": 9.047914204529661e-07, + "N": 3.425271643209271e-05, + "Y": 0.0020845280960202217, + "U": 5.187105784898449e-07, + "K": 5.660123497364111e-05, + "L": 7.139259992072766e-07, + "G": 0.0005432511679828167, + "F": 0.0022372447419911623, + "E": 0.004916916135698557, + "T": 0.0009124118951149285, + "P": 0.29091233015060425, + "-": 0.6973095536231995 + }, + "id": "tp_15964" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1995529, + "label": "-", + "classification": { + "B": 0.00010736822878243402, + "S": 6.134728755569085e-05, + "I": 0.00036497347173281014, + "C": 5.139620407135226e-05, + "R": 6.127042979642283e-06, + "M": 0.00023413835151586682, + "O": 0.0001354509877273813, + "W": 2.056878656730987e-05, + "N": 8.765370876062661e-05, + "Y": 0.0008913919446058571, + "U": 5.39564052814967e-06, + "K": 7.02230172464624e-05, + "L": 1.5238018931995612e-05, + "G": 0.0008856722852215171, + "F": 0.00942928995937109, + "E": 0.002396036172285676, + "T": 0.0009717943612486124, + "P": 0.4013238549232483, + "-": 0.5829421281814575 + }, + "id": "tp_15965" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1995629, + "label": "-", + "classification": { + "B": 6.167880201246589e-06, + "S": 2.4392006707785185e-06, + "I": 0.024343835189938545, + "C": 0.00047459526103921235, + "R": 7.749742508167401e-05, + "M": 0.000313267984893173, + "O": 5.26485382579267e-05, + "W": 7.345622179855127e-06, + "N": 0.0006407446344383061, + "Y": 0.026259206235408783, + "U": 4.7901735342748e-06, + "K": 0.000816170999314636, + "L": 4.064929271407891e-06, + "G": 0.005517690908163786, + "F": 0.0058870273642241955, + "E": 0.014896017499268055, + "T": 0.002121971920132637, + "P": 0.3140849769115448, + "-": 0.6044895648956299 + }, + "id": "tp_15966" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1995762, + "label": "P", + "classification": { + "B": 1.2689571349255857e-07, + "S": 2.6441236400387425e-07, + "I": 0.0004393271228764206, + "C": 2.447272891004104e-06, + "R": 4.854103963225498e-07, + "M": 1.1639577678579371e-05, + "O": 2.9553773401858052e-06, + "W": 3.107414556779986e-07, + "N": 2.1983949409332126e-05, + "Y": 0.00041129509918391705, + "U": 2.614138736589666e-07, + "K": 1.5463996533071622e-05, + "L": 1.4394177583199053e-07, + "G": 2.762579606496729e-05, + "F": 0.001514281379058957, + "E": 0.0003710948512889445, + "T": 0.00017212641250807792, + "P": 0.5698457360267639, + "-": 0.42716243863105774 + }, + "id": "tp_15967" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1995896, + "label": "-", + "classification": { + "B": 0.00013606584980152547, + "S": 3.3377331419615075e-05, + "I": 0.004709048196673393, + "C": 0.00029901775997132063, + "R": 7.470981654478237e-05, + "M": 0.0008925531292334199, + "O": 0.000355077616404742, + "W": 4.723398160422221e-05, + "N": 0.0004018753534182906, + "Y": 0.0027560850139707327, + "U": 4.103692845092155e-05, + "K": 4.4579675886780024e-05, + "L": 9.446664626011625e-05, + "G": 0.0015933651011437178, + "F": 0.0042591155506670475, + "E": 0.003522017039358616, + "T": 0.003242207458242774, + "P": 0.45968589186668396, + "-": 0.5178123712539673 + }, + "id": "tp_15968" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1996029, + "label": "-", + "classification": { + "B": 6.033877841815638e-10, + "S": 1.9003686124730024e-10, + "I": 1.686825999058783e-05, + "C": 5.0681954633091664e-08, + "R": 3.4901248557872577e-09, + "M": 2.081667105358065e-07, + "O": 4.440637724201224e-08, + "W": 1.170393004734649e-09, + "N": 1.7601897184249538e-07, + "Y": 1.5960909877321683e-05, + "U": 1.6231145316680795e-09, + "K": 1.517321948085737e-07, + "L": 3.949159332883312e-10, + "G": 1.7141030639322707e-06, + "F": 4.21172589994967e-05, + "E": 2.7070247597293928e-05, + "T": 6.493799446616322e-06, + "P": 0.2781066596508026, + "-": 0.7217825055122375 + }, + "id": "tp_15969" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1996129, + "label": "-", + "classification": { + "B": 2.758077016551397e-06, + "S": 1.2285013326618355e-06, + "I": 0.0004532648890744895, + "C": 9.937888535205275e-05, + "R": 9.022608537634369e-06, + "M": 0.00015661129145883024, + "O": 3.081924660364166e-05, + "W": 2.9844998152839253e-06, + "N": 2.637747093103826e-05, + "Y": 0.001117373933084309, + "U": 2.167016646126285e-06, + "K": 4.5545330067398027e-05, + "L": 3.6966400784876896e-06, + "G": 0.00050792918773368, + "F": 0.0026206530164927244, + "E": 0.0033676275052130222, + "T": 0.00042802022653631866, + "P": 0.17770613729953766, + "-": 0.8134183883666992 + }, + "id": "tp_15970" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1996263, + "label": "-", + "classification": { + "B": 1.0522190677875187e-05, + "S": 7.10871972842142e-06, + "I": 4.9702099204296246e-05, + "C": 4.5381986524262174e-07, + "R": 1.289531468273708e-07, + "M": 9.035232505993918e-05, + "O": 4.019045809400268e-05, + "W": 1.1641976698228973e-06, + "N": 2.6503021217649803e-06, + "Y": 0.0003249915025662631, + "U": 2.8522043393763852e-08, + "K": 2.408585260127438e-07, + "L": 2.612768639664864e-06, + "G": 0.00014475072384811938, + "F": 0.0025208021979779005, + "E": 0.00015238794730976224, + "T": 0.0003370970953255892, + "P": 0.07995179295539856, + "-": 0.916363000869751 + }, + "id": "tp_15971" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1996396, + "label": "-", + "classification": { + "B": 1.481958520344051e-07, + "S": 2.112681158905616e-07, + "I": 5.639138544211164e-05, + "C": 2.8840076993219554e-07, + "R": 5.6641329848616806e-08, + "M": 6.381031653290847e-06, + "O": 2.535731255193241e-06, + "W": 2.0240948117589141e-07, + "N": 1.5242526387737598e-06, + "Y": 0.0003788289614021778, + "U": 1.4658999347716417e-08, + "K": 4.1448897718510125e-06, + "L": 2.6348754289529097e-08, + "G": 1.3388942534220405e-05, + "F": 0.0008163056336343288, + "E": 7.514022581744939e-05, + "T": 5.72520075365901e-05, + "P": 0.08572205156087875, + "-": 0.912865161895752 + }, + "id": "tp_15972" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1996530, + "label": "-", + "classification": { + "B": 3.3800554319896037e-06, + "S": 4.012801582575776e-06, + "I": 0.00042704178486019373, + "C": 3.298277442809194e-05, + "R": 3.1896179280010983e-06, + "M": 0.00010758531425381079, + "O": 5.298724863678217e-05, + "W": 4.4377907215675805e-06, + "N": 4.541177986538969e-05, + "Y": 0.0003599488700274378, + "U": 1.9848996544169495e-06, + "K": 2.350198701606132e-05, + "L": 3.1771826343174325e-06, + "G": 0.0001426931848982349, + "F": 0.0019555576145648956, + "E": 0.0007557692588306963, + "T": 0.0005043184501118958, + "P": 0.2642412483692169, + "-": 0.7313308119773865 + }, + "id": "tp_15973" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1996630, + "label": "-", + "classification": { + "B": 1.8873507201533357e-07, + "S": 2.7310201744512597e-07, + "I": 8.539939153706655e-05, + "C": 1.0350067896069959e-05, + "R": 3.2041741633292986e-06, + "M": 0.0001450783311156556, + "O": 2.1590331016341224e-05, + "W": 3.935543020361365e-07, + "N": 2.050690909527475e-06, + "Y": 0.002450212836265564, + "U": 2.059686181610232e-07, + "K": 3.862044195557246e-07, + "L": 2.7753362701332662e-06, + "G": 0.00016252823115792125, + "F": 0.0009121742914430797, + "E": 2.489833059371449e-05, + "T": 0.0015561383916065097, + "P": 0.02076735720038414, + "-": 0.9738548994064331 + }, + "id": "tp_15974" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1996763, + "label": "-", + "classification": { + "B": 5.373095973482123e-06, + "S": 5.988664725009585e-06, + "I": 0.003230343572795391, + "C": 0.00011790682037826627, + "R": 5.147756019141525e-05, + "M": 0.00040008933865465224, + "O": 0.00015630488633178174, + "W": 8.701863407623023e-06, + "N": 0.00018428548355586827, + "Y": 0.0039328522980213165, + "U": 6.923030923644546e-06, + "K": 2.1557330910582095e-05, + "L": 1.2687582966464106e-05, + "G": 0.0010300230933353305, + "F": 0.0015256393235176802, + "E": 0.0005252724513411522, + "T": 0.004196514375507832, + "P": 0.30854877829551697, + "-": 0.6760393381118774 + }, + "id": "tp_15975" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1996897, + "label": "-", + "classification": { + "B": 8.877786683569866e-08, + "S": 4.063491019223875e-07, + "I": 0.0003640099603217095, + "C": 2.360666803724598e-05, + "R": 2.3564639377582353e-06, + "M": 6.832636699982686e-06, + "O": 8.975851415016223e-06, + "W": 6.318068130894972e-07, + "N": 3.760043910006061e-05, + "Y": 0.00028628201107494533, + "U": 4.803613933290762e-07, + "K": 0.00013583469262812287, + "L": 1.305613750446355e-07, + "G": 6.695419870084152e-05, + "F": 0.002985232975333929, + "E": 0.00032156408997252584, + "T": 0.00010796943388413638, + "P": 0.2654832899570465, + "-": 0.730167806148529 + }, + "id": "tp_15976" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1997030, + "label": "P", + "classification": { + "B": 8.165579323815564e-10, + "S": 4.591228872780073e-12, + "I": 3.103081553490483e-06, + "C": 1.7584896871980504e-09, + "R": 5.424651006169512e-11, + "M": 1.7643429828240187e-08, + "O": 4.406153220060105e-09, + "W": 1.769719440436468e-11, + "N": 4.329030911520704e-09, + "Y": 3.2834623198141344e-07, + "U": 1.127230340319807e-11, + "K": 1.8364012567551047e-12, + "L": 1.187300396887636e-10, + "G": 8.696202513647222e-08, + "F": 2.3262259674083907e-07, + "E": 3.5474465676088585e-07, + "T": 5.419283866103797e-07, + "P": 0.7362794280052185, + "-": 0.263715922832489 + }, + "id": "tp_15977" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1997130, + "label": "-", + "classification": { + "B": 6.9091238401597366e-06, + "S": 5.925525670136267e-07, + "I": 0.000720159150660038, + "C": 6.949902308406308e-05, + "R": 8.84873588802293e-06, + "M": 0.00014894908235874027, + "O": 3.932496110792272e-05, + "W": 1.994141939576366e-06, + "N": 2.9296101274667308e-05, + "Y": 0.00044334642007015646, + "U": 2.5889628432196332e-06, + "K": 5.022684945288347e-06, + "L": 4.660688773583388e-06, + "G": 0.00038719383883289993, + "F": 0.001243697595782578, + "E": 0.0006849805940873921, + "T": 0.0005379077047109604, + "P": 0.3788369596004486, + "-": 0.6168280839920044 + }, + "id": "tp_15978" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1997264, + "label": "-", + "classification": { + "B": 3.656582339317538e-05, + "S": 8.906034054234624e-06, + "I": 0.0008863001130521297, + "C": 0.00014863250544294715, + "R": 2.963982115034014e-05, + "M": 0.0003660928341560066, + "O": 0.00014252141409087926, + "W": 1.3846590263710823e-05, + "N": 8.241131581598893e-05, + "Y": 0.0030517936684191227, + "U": 1.6241561752394773e-05, + "K": 2.9282356990734115e-05, + "L": 2.769091952359304e-05, + "G": 0.0012317856308072805, + "F": 0.0023517191875725985, + "E": 0.0006687522400170565, + "T": 0.002958739409223199, + "P": 0.334701269865036, + "-": 0.6532478928565979 + }, + "id": "tp_15979" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1997397, + "label": "-", + "classification": { + "B": 2.7084821340395138e-05, + "S": 1.8190841728937812e-05, + "I": 0.0014568775659427047, + "C": 4.918704507872462e-05, + "R": 1.6968073396128602e-05, + "M": 0.000966206134762615, + "O": 0.00024860960547812283, + "W": 1.542406425869558e-05, + "N": 7.430429832311347e-05, + "Y": 0.004086070228368044, + "U": 3.365554903211887e-06, + "K": 8.288464414363261e-06, + "L": 2.4705452233320102e-05, + "G": 0.0009158426546491683, + "F": 0.001560363918542862, + "E": 0.0008083628490567207, + "T": 0.0064389328472316265, + "P": 0.14192119240760803, + "-": 0.8413600325584412 + }, + "id": "tp_15980" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1997531, + "label": "P", + "classification": { + "B": 1.4960062344471226e-07, + "S": 5.024933003028309e-08, + "I": 7.441743946401402e-05, + "C": 3.700423576447065e-07, + "R": 1.9961666097856323e-08, + "M": 2.846298684744397e-06, + "O": 5.284792905513314e-07, + "W": 5.660545809860196e-08, + "N": 3.6722622098750435e-06, + "Y": 2.3115198928280734e-05, + "U": 4.983651535894751e-08, + "K": 7.695717840761063e-07, + "L": 4.3818296546760394e-08, + "G": 1.1271273251622915e-05, + "F": 0.0003316984511911869, + "E": 0.0001842921192292124, + "T": 3.3370051824022084e-05, + "P": 0.8388351202011108, + "-": 0.16049814224243164 + }, + "id": "tp_15981" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1997631, + "label": "P", + "classification": { + "B": 1.9356535574388545e-07, + "S": 2.453463707752235e-07, + "I": 0.00014316437591332942, + "C": 6.379204364748148e-07, + "R": 5.679685344261998e-08, + "M": 1.0828493941517081e-06, + "O": 6.136699539638357e-07, + "W": 1.0506677483590465e-07, + "N": 1.0654093784978613e-05, + "Y": 2.1740632291766815e-05, + "U": 9.837586389949138e-08, + "K": 2.130261918864562e-06, + "L": 2.9079959773525843e-08, + "G": 6.736096565873595e-06, + "F": 0.0003966894291806966, + "E": 0.00024009865592233837, + "T": 1.9514454834279604e-05, + "P": 0.871930718421936, + "-": 0.12722542881965637 + }, + "id": "tp_15982" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1997764, + "label": "Y", + "classification": { + "B": 0.0003111185214947909, + "S": 0.0006613153964281082, + "I": 0.16099600493907928, + "C": 0.006485093850642443, + "R": 0.0023906163405627012, + "M": 0.005228699650615454, + "O": 0.0032264026813209057, + "W": 0.0007315595867112279, + "N": 0.029468072578310966, + "Y": 0.19553732872009277, + "U": 8.685736975166947e-05, + "K": 0.046651650220155716, + "L": 0.00027358526131138206, + "G": 0.10985066741704941, + "F": 0.031092308461666107, + "E": 0.08539985865354538, + "T": 0.036465369164943695, + "P": 0.12705746293067932, + "-": 0.1580859124660492 + }, + "id": "tp_15983" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1997898, + "label": "-", + "classification": { + "B": 0.0005732681602239609, + "S": 9.794594916456845e-06, + "I": 0.001298333052545786, + "C": 5.8515684941085055e-05, + "R": 1.2927323950862046e-05, + "M": 0.0017913185292854905, + "O": 0.000299155741231516, + "W": 9.99481744656805e-06, + "N": 3.114114224445075e-05, + "Y": 0.0017538439715281129, + "U": 2.4414830477326177e-06, + "K": 3.5052917723987775e-07, + "L": 0.00012050780787831172, + "G": 0.002421271987259388, + "F": 0.001012187683954835, + "E": 0.0012951487442478538, + "T": 0.0013705611927434802, + "P": 0.31906720995903015, + "-": 0.668872058391571 + }, + "id": "tp_15984" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1998031, + "label": "-", + "classification": { + "B": 0.00010966363333864138, + "S": 0.00018522169557400048, + "I": 0.013670484535396099, + "C": 0.0038963821716606617, + "R": 0.0012497196439653635, + "M": 0.003140225075185299, + "O": 0.0015448741614818573, + "W": 0.0003034667461179197, + "N": 0.0012376601807773113, + "Y": 0.23661090433597565, + "U": 2.7964239052380435e-05, + "K": 0.010467970743775368, + "L": 8.569462079321966e-05, + "G": 0.035645175725221634, + "F": 0.023315362632274628, + "E": 0.008572752587497234, + "T": 0.03171340748667717, + "P": 0.035591937601566315, + "-": 0.5926311612129211 + }, + "id": "tp_15985" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1998131, + "label": "-", + "classification": { + "B": 1.5883197193033993e-05, + "S": 1.4699883649882395e-05, + "I": 0.015341094695031643, + "C": 0.00014918413944542408, + "R": 9.069625230040401e-05, + "M": 0.0003518768644426018, + "O": 0.0002520666748750955, + "W": 1.8599343093228526e-05, + "N": 0.0003461561573203653, + "Y": 0.005015945062041283, + "U": 6.788395239709644e-06, + "K": 1.6514846947757178e-06, + "L": 3.03305423585698e-05, + "G": 0.0005476270453073084, + "F": 0.0005970766651444137, + "E": 0.0002210757229477167, + "T": 0.00794920977205038, + "P": 0.44851768016815186, + "-": 0.5205323100090027 + }, + "id": "tp_15986" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1998265, + "label": "-", + "classification": { + "B": 2.2874572096043266e-05, + "S": 1.2480960322136525e-05, + "I": 0.00024052186927292496, + "C": 9.051660163095221e-05, + "R": 1.8589909814181738e-05, + "M": 0.00013083370868116617, + "O": 0.00014480273239314556, + "W": 1.972061909327749e-05, + "N": 4.645193257601932e-05, + "Y": 0.0017512530321255326, + "U": 1.0809852028614841e-05, + "K": 0.00017142682918347418, + "L": 1.0395018762210384e-05, + "G": 0.00040842281305231154, + "F": 0.004807933699339628, + "E": 0.0004714584501925856, + "T": 0.0009442936861887574, + "P": 0.09655933827161789, + "-": 0.8941378593444824 + }, + "id": "tp_15987" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1998398, + "label": "-", + "classification": { + "B": 7.786308264812192e-10, + "S": 1.5093273297850374e-09, + "I": 0.0003688187280204147, + "C": 2.005243004532531e-06, + "R": 2.266959882035735e-07, + "M": 5.559086275752634e-06, + "O": 3.3045404279619106e-07, + "W": 5.613064679721447e-09, + "N": 7.68253244132211e-07, + "Y": 0.0013363882899284363, + "U": 3.820549210331592e-09, + "K": 5.656174195678432e-08, + "L": 1.0700902386417965e-08, + "G": 1.2538399460026994e-05, + "F": 4.803925548912957e-05, + "E": 1.4128688235359732e-05, + "T": 0.00041961969691328704, + "P": 0.0413491353392601, + "-": 0.9564423561096191 + }, + "id": "tp_15988" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1998532, + "label": "-", + "classification": { + "B": 1.8621548178998637e-06, + "S": 5.338073947314115e-07, + "I": 0.0023923225235193968, + "C": 7.07578583387658e-05, + "R": 8.120468010019977e-06, + "M": 0.00015598494792357087, + "O": 1.8153830751543865e-05, + "W": 1.3476334288498037e-06, + "N": 9.866946493275464e-05, + "Y": 0.002410894725471735, + "U": 2.31177205023414e-06, + "K": 7.53907734178938e-05, + "L": 1.9016951000594418e-06, + "G": 0.000741730211302638, + "F": 0.00273381476290524, + "E": 0.0041306717321276665, + "T": 0.0007101607625372708, + "P": 0.4683745801448822, + "-": 0.5180707573890686 + }, + "id": "tp_15989" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1998632, + "label": "P", + "classification": { + "B": 4.100814749108395e-06, + "S": 1.8886544239649083e-06, + "I": 0.2656289339065552, + "C": 1.3439488611766137e-05, + "R": 1.1705502629411058e-06, + "M": 8.427821012446657e-05, + "O": 3.422746658543474e-06, + "W": 2.893945918458485e-07, + "N": 0.0023898726794868708, + "Y": 0.0002798137429635972, + "U": 2.8025221254779353e-08, + "K": 4.07152384696019e-07, + "L": 3.640842862751015e-07, + "G": 8.787214756011963e-05, + "F": 1.4097270650381688e-05, + "E": 0.00760408490896225, + "T": 0.00010427455708850175, + "P": 0.7209619879722595, + "-": 0.0028197418432682753 + }, + "id": "tp_15990" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1998765, + "label": "-", + "classification": { + "B": 0.00013481594214681536, + "S": 0.0002263968053739518, + "I": 0.01636466197669506, + "C": 0.0007574991323053837, + "R": 0.0003258099895901978, + "M": 0.004629622679203749, + "O": 0.0009575082804076374, + "W": 0.00011693780834320933, + "N": 0.0017231212696060538, + "Y": 0.12447056919336319, + "U": 2.3710550522082485e-05, + "K": 0.002457819879055023, + "L": 8.84786422830075e-05, + "G": 0.017396295443177223, + "F": 0.026743872091174126, + "E": 0.01813535764813423, + "T": 0.03072771616280079, + "P": 0.11101590096950531, + "-": 0.6437038779258728 + }, + "id": "tp_15991" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1998899, + "label": "-", + "classification": { + "B": 0.0005629938095808029, + "S": 8.038935629883781e-05, + "I": 0.0025855156127363443, + "C": 0.0001011411368381232, + "R": 2.6500394596951082e-05, + "M": 0.0012030905345454812, + "O": 0.001318079885095358, + "W": 7.621126860613003e-05, + "N": 0.00015778049419168383, + "Y": 0.0010707766050472856, + "U": 9.430281352251768e-06, + "K": 4.51617353292022e-07, + "L": 0.00022590368462260813, + "G": 0.0006106742075644433, + "F": 0.0004011236596852541, + "E": 0.000412527791922912, + "T": 0.004156936891376972, + "P": 0.2910987138748169, + "-": 0.6959017515182495 + }, + "id": "tp_15992" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1999032, + "label": "-", + "classification": { + "B": 7.014522907411447e-06, + "S": 3.0389819585252553e-06, + "I": 0.004334081895649433, + "C": 0.0001744087494444102, + "R": 8.031716424738988e-05, + "M": 0.001002536155283451, + "O": 0.00010413270501885563, + "W": 5.636832611344289e-06, + "N": 0.00010246363672195002, + "Y": 0.013903666287660599, + "U": 8.520354640495498e-06, + "K": 4.50081133749336e-05, + "L": 2.359533027629368e-05, + "G": 0.002897814381867647, + "F": 0.0026787216775119305, + "E": 0.0011319911573082209, + "T": 0.009925369173288345, + "P": 0.11893829703330994, + "-": 0.8446333408355713 + }, + "id": "tp_15993" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1999132, + "label": "-", + "classification": { + "B": 5.981640072150185e-08, + "S": 1.377787484102555e-08, + "I": 5.882110053789802e-05, + "C": 7.888378945608565e-07, + "R": 2.1882549106067017e-08, + "M": 2.409067292319378e-06, + "O": 8.058943308242306e-07, + "W": 2.7466505514439632e-08, + "N": 1.5606602801199188e-06, + "Y": 1.7212305465363897e-05, + "U": 1.5911378881128257e-08, + "K": 3.249397764193418e-07, + "L": 1.554765560740634e-08, + "G": 8.96840629138751e-06, + "F": 0.00012051777594024315, + "E": 0.00010516119073145092, + "T": 1.2414808225003071e-05, + "P": 0.432586133480072, + "-": 0.5670846700668335 + }, + "id": "tp_15994" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1999266, + "label": "-", + "classification": { + "B": 0.00017767287499736995, + "S": 0.00011118166730739176, + "I": 0.0098347757011652, + "C": 0.002679970348253846, + "R": 0.0006001480505801737, + "M": 0.003270434681326151, + "O": 0.0009614963782951236, + "W": 0.0002312484139110893, + "N": 0.0016423321794718504, + "Y": 0.02188980206847191, + "U": 0.0002266911178594455, + "K": 0.004117058124393225, + "L": 0.0002658492012415081, + "G": 0.01613745279610157, + "F": 0.04524341598153114, + "E": 0.028853105381131172, + "T": 0.00848995242267847, + "P": 0.2600525915622711, + "-": 0.59521484375 + }, + "id": "tp_15995" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1999399, + "label": "P", + "classification": { + "B": 5.167623385204934e-06, + "S": 8.237670044763945e-06, + "I": 0.0010205777361989021, + "C": 1.8381193513050675e-05, + "R": 3.609072336985264e-06, + "M": 3.032949098269455e-05, + "O": 3.0176866857800633e-05, + "W": 4.0344712033402175e-06, + "N": 0.00021108366490807384, + "Y": 0.0008185102487914264, + "U": 4.1964744923461694e-06, + "K": 8.0684112617746e-05, + "L": 1.6226567822741345e-06, + "G": 0.00016974333266261965, + "F": 0.0025403436738997698, + "E": 0.0017421363154426217, + "T": 0.00035852426663041115, + "P": 0.6825366616249084, + "-": 0.3104158639907837 + }, + "id": "tp_15996" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1999533, + "label": "-", + "classification": { + "B": 4.1179264371749014e-05, + "S": 3.850549546768889e-05, + "I": 0.004846625495702028, + "C": 0.0005999630084261298, + "R": 0.00013723816664423794, + "M": 0.0015050838701426983, + "O": 0.0003581975761335343, + "W": 5.1139646529918537e-05, + "N": 0.0004408483800943941, + "Y": 0.0049476963467895985, + "U": 4.1885785321937874e-05, + "K": 0.00015642090875189751, + "L": 5.6857039453461766e-05, + "G": 0.00154898373875767, + "F": 0.00607852591201663, + "E": 0.003233538707718253, + "T": 0.004156189505010843, + "P": 0.22424830496311188, + "-": 0.7475128769874573 + }, + "id": "tp_15997" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1999633, + "label": "-", + "classification": { + "B": 2.2122088694231934e-07, + "S": 1.9253343808145473e-08, + "I": 0.00041819774196483195, + "C": 1.3444406249618623e-05, + "R": 1.727222183944832e-06, + "M": 0.00011025616549886763, + "O": 5.984267318126513e-06, + "W": 8.845869103879522e-08, + "N": 3.2026434837462148e-06, + "Y": 0.0012936019338667393, + "U": 7.177320071605209e-08, + "K": 9.672243095337762e-08, + "L": 7.630704317307391e-07, + "G": 0.0001661625283304602, + "F": 0.00029272076790221035, + "E": 0.00032677853596396744, + "T": 0.00027898361440747976, + "P": 0.1098564937710762, + "-": 0.8872311115264893 + }, + "id": "tp_15998" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1999766, + "label": "-", + "classification": { + "B": 6.2980376469568e-07, + "S": 3.682269777982583e-07, + "I": 0.00041536937351338565, + "C": 1.3415116882242728e-05, + "R": 2.0769725779246073e-06, + "M": 2.886244692490436e-05, + "O": 1.1439484296715818e-05, + "W": 6.101345775277878e-07, + "N": 2.1140152966836467e-05, + "Y": 0.0005010717432014644, + "U": 8.981039059108298e-07, + "K": 6.3184838836605195e-06, + "L": 1.1364602414687397e-06, + "G": 0.00013192866754252464, + "F": 0.001917930436320603, + "E": 0.0005251381662674248, + "T": 0.0003123038914054632, + "P": 0.2925502061843872, + "-": 0.7035592198371887 + }, + "id": "tp_15999" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 1999900, + "label": "P", + "classification": { + "B": 1.5682337561884196e-07, + "S": 9.342421058988748e-09, + "I": 0.0006342346896417439, + "C": 9.334971764474176e-06, + "R": 2.6140082809433807e-07, + "M": 1.987353061849717e-05, + "O": 8.397165061069245e-07, + "W": 3.648226254426845e-08, + "N": 1.1671329957607668e-05, + "Y": 0.00010408984235255048, + "U": 7.192823403556758e-08, + "K": 1.1114404969703173e-06, + "L": 7.399776080774245e-08, + "G": 4.0525417716708034e-05, + "F": 0.00029177466058172286, + "E": 0.0020217974670231342, + "T": 3.657641354948282e-05, + "P": 0.7560849189758301, + "-": 0.24074259400367737 + }, + "id": "tp_16000" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2000000, + "label": "-", + "classification": { + "B": 1.0526011351430498e-07, + "S": 1.5125651842140542e-08, + "I": 3.1168190616881475e-05, + "C": 9.214454053108057e-07, + "R": 1.1202808281041143e-07, + "M": 1.0643144378263969e-05, + "O": 1.9734816305572167e-06, + "W": 3.057605013623288e-08, + "N": 7.213640742520511e-07, + "Y": 0.00014260687748901546, + "U": 2.8640718241490504e-08, + "K": 1.8954936820136936e-07, + "L": 8.706685150627891e-08, + "G": 2.673592280189041e-05, + "F": 0.0002400177763774991, + "E": 6.879222200950608e-05, + "T": 0.00011549427290447056, + "P": 0.14545410871505737, + "-": 0.8539062738418579 + }, + "id": "tp_16001" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2000133, + "label": "P", + "classification": { + "B": 0.000384267361368984, + "S": 4.429850832821103e-06, + "I": 0.0008238988230004907, + "C": 2.0288445739424787e-05, + "R": 2.624444732646225e-06, + "M": 0.0007916269241832197, + "O": 0.00011099168477812782, + "W": 6.386362656485289e-06, + "N": 3.3764434192562476e-05, + "Y": 0.0002668928063940257, + "U": 2.032009433605708e-06, + "K": 5.182822064853099e-07, + "L": 4.869549593422562e-05, + "G": 0.0008835903136059642, + "F": 0.0010213990462943912, + "E": 0.0011151720536872745, + "T": 0.0007175534847192466, + "P": 0.6508501768112183, + "-": 0.34291574358940125 + }, + "id": "tp_16002" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2000267, + "label": "-", + "classification": { + "B": 3.287303762533611e-11, + "S": 1.2005849092666665e-10, + "I": 8.002602385204227e-07, + "C": 1.2036493579614671e-08, + "R": 5.732873065156241e-10, + "M": 1.1672658501993283e-06, + "O": 2.704030421796233e-08, + "W": 9.426608799101288e-11, + "N": 4.3063232979534405e-09, + "Y": 1.602256998012308e-05, + "U": 8.432778086930881e-11, + "K": 1.7466449397929296e-09, + "L": 7.242788035988212e-10, + "G": 5.253427843854297e-07, + "F": 2.4352271793759428e-05, + "E": 1.1833036523967166e-06, + "T": 2.7501788281369954e-05, + "P": 0.01341286115348339, + "-": 0.9865155220031738 + }, + "id": "tp_16003" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2000400, + "label": "-", + "classification": { + "B": 1.7690067579678725e-06, + "S": 6.396855951606994e-07, + "I": 0.0018896616529673338, + "C": 9.666576806921512e-05, + "R": 1.6499236153322272e-05, + "M": 0.00011118036491097882, + "O": 2.378526551183313e-05, + "W": 1.6575291965637007e-06, + "N": 3.800345439231023e-05, + "Y": 0.0021419115364551544, + "U": 2.745391839198419e-06, + "K": 3.2030372949520824e-06, + "L": 4.845403054787312e-06, + "G": 0.0003825433668680489, + "F": 0.000923076702747494, + "E": 0.0003644053067546338, + "T": 0.0010049431584775448, + "P": 0.36365580558776855, + "-": 0.6293366551399231 + }, + "id": "tp_16004" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2000501, + "label": "-", + "classification": { + "B": 0.00010375845158705488, + "S": 8.41737273731269e-05, + "I": 0.04891858622431755, + "C": 0.0059132445603609085, + "R": 0.0012538160663098097, + "M": 0.004863234702497721, + "O": 0.0008238031878136098, + "W": 0.0001228462642757222, + "N": 0.0019670722540467978, + "Y": 0.08618682622909546, + "U": 9.978943126043305e-05, + "K": 0.0007035823073238134, + "L": 0.00024544569896534085, + "G": 0.014930509962141514, + "F": 0.011843978427350521, + "E": 0.013083466328680515, + "T": 0.020554659888148308, + "P": 0.1857188642024994, + "-": 0.6025823354721069 + }, + "id": "tp_16005" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2000634, + "label": "-", + "classification": { + "B": 2.321069985100621e-07, + "S": 1.576787553858594e-07, + "I": 0.0023440043441951275, + "C": 1.4112359167484101e-05, + "R": 3.1864581160334637e-06, + "M": 0.0004022893263027072, + "O": 1.9847997464239597e-05, + "W": 2.2815139288923092e-07, + "N": 8.53610981721431e-06, + "Y": 0.007005022838711739, + "U": 5.501344091385363e-08, + "K": 9.186240390590683e-08, + "L": 1.5570308278256562e-06, + "G": 0.00023680648882873356, + "F": 0.00011210157390451059, + "E": 0.00013371722889132798, + "T": 0.003083346178755164, + "P": 0.0712047815322876, + "-": 0.9154300093650818 + }, + "id": "tp_16006" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2000767, + "label": "-", + "classification": { + "B": 4.780634299095254e-06, + "S": 1.2752188922604546e-05, + "I": 0.001166744390502572, + "C": 4.905014793621376e-05, + "R": 1.9402197722229175e-05, + "M": 0.00023905122361611575, + "O": 0.00012497665011323988, + "W": 1.931297629198525e-05, + "N": 0.00011993250518571585, + "Y": 0.0012799157993867993, + "U": 7.567435204691719e-06, + "K": 0.00012777966912835836, + "L": 8.344542948179878e-06, + "G": 0.00024181397748179734, + "F": 0.004758322145789862, + "E": 0.0007414196152240038, + "T": 0.0018971499521285295, + "P": 0.1665443480014801, + "-": 0.8226373195648193 + }, + "id": "tp_16007" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2000901, + "label": "-", + "classification": { + "B": 0.00020030036102980375, + "S": 5.724894072045572e-05, + "I": 0.0016809069784358144, + "C": 0.0003900828887708485, + "R": 6.769986066501588e-05, + "M": 0.0038190684281289577, + "O": 0.0005063602002337575, + "W": 3.4249580494361e-05, + "N": 0.00015307744615711272, + "Y": 0.01831073686480522, + "U": 1.6678928659530357e-05, + "K": 0.0001037097317748703, + "L": 0.00015917398559395224, + "G": 0.007396915461868048, + "F": 0.00866345502436161, + "E": 0.007070494350045919, + "T": 0.009631868451833725, + "P": 0.06545611470937729, + "-": 0.8762819170951843 + }, + "id": "tp_16008" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2001001, + "label": "-", + "classification": { + "B": 1.6430456525995396e-05, + "S": 1.0413708878331818e-05, + "I": 0.001643385156057775, + "C": 0.0003004572936333716, + "R": 9.61297846515663e-05, + "M": 0.000497586966957897, + "O": 0.0002126142499037087, + "W": 1.604898898222018e-05, + "N": 6.745969585608691e-05, + "Y": 0.005169870797544718, + "U": 3.0510398573824205e-05, + "K": 9.622522156860214e-06, + "L": 8.074669312918559e-05, + "G": 0.0014731019036844373, + "F": 0.0029649308416992426, + "E": 0.00032176129752770066, + "T": 0.0062186745926737785, + "P": 0.14751552045345306, + "-": 0.833354651927948 + }, + "id": "tp_16009" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2001134, + "label": "P", + "classification": { + "B": 0.000618128920905292, + "S": 0.00043555634329095483, + "I": 0.05158244073390961, + "C": 0.005265851505100727, + "R": 0.0011389597784727812, + "M": 0.00653285626322031, + "O": 0.0015519276494160295, + "W": 0.0004940018407069147, + "N": 0.009801821783185005, + "Y": 0.02093077450990677, + "U": 0.000464550219476223, + "K": 0.004921514540910721, + "L": 0.00041818353929556906, + "G": 0.013037404976785183, + "F": 0.020165428519248962, + "E": 0.07557844370603561, + "T": 0.00969849806278944, + "P": 0.517039954662323, + "-": 0.26032373309135437 + }, + "id": "tp_16010" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2001268, + "label": "-", + "classification": { + "B": 7.523620979554835e-07, + "S": 4.629420971014042e-07, + "I": 0.0006808898178860545, + "C": 2.517234315746464e-05, + "R": 1.4182654695105157e-06, + "M": 5.4813030146760866e-05, + "O": 1.3389192645263392e-05, + "W": 8.031584570744599e-07, + "N": 5.6784938351484016e-05, + "Y": 0.00037441388121806085, + "U": 5.704172281184583e-07, + "K": 1.9052235074923374e-05, + "L": 5.714451845051371e-07, + "G": 0.00019741831056308, + "F": 0.0018171422416344285, + "E": 0.0018854771042242646, + "T": 0.00018810595793183893, + "P": 0.4659014642238617, + "-": 0.5287812948226929 + }, + "id": "tp_16011" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2001401, + "label": "P", + "classification": { + "B": 5.079919901618268e-06, + "S": 1.0110221410286613e-05, + "I": 0.0031071549747139215, + "C": 6.477157876361161e-05, + "R": 1.1611319678195287e-05, + "M": 9.529661474516615e-05, + "O": 4.666549648391083e-05, + "W": 1.279206571780378e-05, + "N": 0.0008061878615990281, + "Y": 0.0009514038683846593, + "U": 1.1318851647956762e-05, + "K": 0.0009852632647380233, + "L": 2.5927338356268592e-06, + "G": 0.0006148735410533845, + "F": 0.004804107826203108, + "E": 0.01524715032428503, + "T": 0.00041091706953011453, + "P": 0.8230382204055786, + "-": 0.14977452158927917 + }, + "id": "tp_16012" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2001502, + "label": "-", + "classification": { + "B": 0.0006817316170781851, + "S": 0.0010354495607316494, + "I": 0.06904309242963791, + "C": 0.008372901007533073, + "R": 0.002001154934987426, + "M": 0.007219140417873859, + "O": 0.0026888796128332615, + "W": 0.000987404608167708, + "N": 0.010450725443661213, + "Y": 0.04220356419682503, + "U": 0.0005648803198710084, + "K": 0.006280175410211086, + "L": 0.000491314334794879, + "G": 0.00906592607498169, + "F": 0.015352627262473106, + "E": 0.025470521301031113, + "T": 0.02530377358198166, + "P": 0.34128862619400024, + "-": 0.43149805068969727 + }, + "id": "tp_16013" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2001635, + "label": "-", + "classification": { + "B": 1.1585249382051188e-07, + "S": 2.9475305751702763e-08, + "I": 1.4988380826252978e-05, + "C": 2.5955989713111194e-06, + "R": 2.774459062493406e-07, + "M": 1.3052643225819338e-05, + "O": 3.0789713036938338e-06, + "W": 3.8896793341791636e-08, + "N": 2.8048620492882037e-07, + "Y": 0.00017967807070817798, + "U": 4.059295477532032e-08, + "K": 3.134053372377821e-08, + "L": 4.5796869585501554e-07, + "G": 3.0023898943909444e-05, + "F": 0.00027350697200745344, + "E": 1.0653054232534487e-05, + "T": 0.0001915848843054846, + "P": 0.040507420897483826, + "-": 0.9587722420692444 + }, + "id": "tp_16014" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2001768, + "label": "-", + "classification": { + "B": 5.126448377268389e-05, + "S": 4.477785842027515e-05, + "I": 0.0015115173300728202, + "C": 0.0001246880565304309, + "R": 5.162853267393075e-05, + "M": 0.0005949280457571149, + "O": 0.0004362237814348191, + "W": 5.594041431322694e-05, + "N": 0.00020541554840747267, + "Y": 0.004358487203717232, + "U": 3.097869921475649e-05, + "K": 0.0001197433375637047, + "L": 5.75595440750476e-05, + "G": 0.0013555848272517323, + "F": 0.005619335453957319, + "E": 0.0019163840916007757, + "T": 0.004822052549570799, + "P": 0.22489650547504425, + "-": 0.7537469267845154 + }, + "id": "tp_16015" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2001902, + "label": "P", + "classification": { + "B": 9.343164128949866e-05, + "S": 8.830104889057111e-06, + "I": 0.022944094613194466, + "C": 0.0003113972197752446, + "R": 0.00011390246800146997, + "M": 0.0011446911375969648, + "O": 0.00031097017927095294, + "W": 1.595854337210767e-05, + "N": 0.0003643857198767364, + "Y": 0.003983015660196543, + "U": 3.989510332758073e-06, + "K": 7.717823677921842e-07, + "L": 8.19327324279584e-05, + "G": 0.0012805708684027195, + "F": 0.0005079693510197103, + "E": 0.0015629883855581284, + "T": 0.002563257934525609, + "P": 0.6225415468215942, + "-": 0.3421662747859955 + }, + "id": "tp_16016" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2002002, + "label": "P", + "classification": { + "B": 4.237104178628215e-07, + "S": 1.4240279142541112e-06, + "I": 0.0006572701968252659, + "C": 1.1333149814163335e-05, + "R": 1.7678609083304764e-06, + "M": 1.8862399883801118e-05, + "O": 1.6085747120087035e-05, + "W": 1.2065967212038231e-06, + "N": 9.886367479339242e-05, + "Y": 0.0002920414262916893, + "U": 1.0873593510041246e-06, + "K": 5.400914596975781e-05, + "L": 4.80253675050335e-07, + "G": 7.11594766471535e-05, + "F": 0.0018151423428207636, + "E": 0.0003966537187807262, + "T": 0.0003188435221090913, + "P": 0.5306442379951477, + "-": 0.4655991196632385 + }, + "id": "tp_16017" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2002135, + "label": "-", + "classification": { + "B": 1.731185611530961e-10, + "S": 1.1438074792868846e-10, + "I": 6.241902610781835e-06, + "C": 2.491266570814332e-07, + "R": 2.4633827422348986e-08, + "M": 1.005845433610375e-06, + "O": 9.949610557669075e-08, + "W": 6.551270637089601e-10, + "N": 2.385452901876306e-08, + "Y": 3.28775386151392e-05, + "U": 8.776072091265519e-10, + "K": 3.2698801444297487e-09, + "L": 4.24794732722944e-09, + "G": 2.8892516183987027e-06, + "F": 3.66463209502399e-05, + "E": 2.4044306883297395e-06, + "T": 1.5833838915568776e-05, + "P": 0.02825235016644001, + "-": 0.9716494083404541 + }, + "id": "tp_16018" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2002269, + "label": "-", + "classification": { + "B": 9.140209294855595e-05, + "S": 4.545595948002301e-05, + "I": 0.0016904867952689528, + "C": 0.0003990071709267795, + "R": 5.603076351690106e-05, + "M": 0.0016159059014171362, + "O": 0.0004861431079916656, + "W": 4.000269473181106e-05, + "N": 0.0001776120625436306, + "Y": 0.0032462249509990215, + "U": 3.375780943315476e-05, + "K": 1.9816447093035094e-05, + "L": 0.00017057458171620965, + "G": 0.001719292369671166, + "F": 0.0046169147826731205, + "E": 0.0024619409814476967, + "T": 0.00485313730314374, + "P": 0.2189614325761795, + "-": 0.759314775466919 + }, + "id": "tp_16019" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2002402, + "label": "-", + "classification": { + "B": 0.0005542009021155536, + "S": 0.00017738562019076198, + "I": 0.002687075175344944, + "C": 0.0004038296465296298, + "R": 0.00011453072511358187, + "M": 0.0024097561836242676, + "O": 0.0011226629139855504, + "W": 0.00018567952793091536, + "N": 0.0006206671823747456, + "Y": 0.0034123060759156942, + "U": 8.88876966200769e-05, + "K": 0.00015540760068688542, + "L": 0.00025790141080506146, + "G": 0.002742296550422907, + "F": 0.011449912562966347, + "E": 0.004677196498960257, + "T": 0.00610371446236968, + "P": 0.429320365190506, + "-": 0.5335162281990051 + }, + "id": "tp_16020" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2002503, + "label": "-", + "classification": { + "B": 4.121639449294889e-06, + "S": 2.4441853838652605e-06, + "I": 0.00011678491136990488, + "C": 7.513013315474382e-06, + "R": 1.3152134670235682e-06, + "M": 0.00037847005296498537, + "O": 3.754529825528152e-05, + "W": 7.722397299403383e-07, + "N": 7.224739874800434e-06, + "Y": 0.0007711218786425889, + "U": 1.858139455634955e-07, + "K": 5.967030460851674e-07, + "L": 5.177790626476053e-06, + "G": 0.00038169536856003106, + "F": 0.003889336483553052, + "E": 0.0005140525754541159, + "T": 0.0010057153413072228, + "P": 0.16079089045524597, + "-": 0.8320849537849426 + }, + "id": "tp_16021" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2002636, + "label": "-", + "classification": { + "B": 0.00014695635763928294, + "S": 6.577637395821512e-05, + "I": 0.005099929869174957, + "C": 0.00011924348655156791, + "R": 7.150239980546758e-05, + "M": 0.012599512003362179, + "O": 0.001123874681070447, + "W": 3.082138573518023e-05, + "N": 0.00012289604637771845, + "Y": 0.02771872840821743, + "U": 2.011131755352835e-06, + "K": 5.183470875635976e-06, + "L": 0.0001349922822555527, + "G": 0.004823292605578899, + "F": 0.0016000099712982774, + "E": 0.0008885406423360109, + "T": 0.033544767647981644, + "P": 0.021084031090140343, + "-": 0.8908179402351379 + }, + "id": "tp_16022" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2002769, + "label": "-", + "classification": { + "B": 5.94977393575391e-07, + "S": 5.067117569979018e-08, + "I": 0.000726704194676131, + "C": 7.141959486034466e-06, + "R": 7.027394985925639e-07, + "M": 3.8409831176977605e-05, + "O": 2.6886143587034894e-06, + "W": 2.2001950128469616e-07, + "N": 1.1498425919853617e-05, + "Y": 0.0006186314858496189, + "U": 2.722760825690784e-07, + "K": 2.0276107534300536e-05, + "L": 2.0923569366004813e-07, + "G": 0.0003624792443588376, + "F": 0.0007766173221170902, + "E": 0.0031589854042977095, + "T": 0.00016379232692997903, + "P": 0.29799917340278625, + "-": 0.6961115002632141 + }, + "id": "tp_16023" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2002903, + "label": "-", + "classification": { + "B": 3.695703583161958e-07, + "S": 4.2673217848232525e-08, + "I": 0.0006451513036154211, + "C": 3.865472081088228e-06, + "R": 6.512796062452253e-07, + "M": 3.452947930782102e-05, + "O": 5.27866359334439e-06, + "W": 1.2791952030966058e-07, + "N": 6.562596809089882e-06, + "Y": 0.00020666932687163353, + "U": 1.2253379111371032e-07, + "K": 7.161825266166488e-08, + "L": 4.727480416022445e-07, + "G": 4.288477430236526e-05, + "F": 8.124513988150284e-05, + "E": 0.00011001171515090391, + "T": 0.0003021173470187932, + "P": 0.41671743988990784, + "-": 0.5818424224853516 + }, + "id": "tp_16024" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2003003, + "label": "-", + "classification": { + "B": 0.00019211821199860424, + "S": 8.502419223077595e-05, + "I": 0.008899906650185585, + "C": 0.0012202480575069785, + "R": 0.0006437198026105762, + "M": 0.0022042777854949236, + "O": 0.0010975757613778114, + "W": 0.00010287918121321127, + "N": 0.0007484430097974837, + "Y": 0.0188948605209589, + "U": 0.00018699838255997747, + "K": 7.744841423118487e-05, + "L": 0.0005115336389280856, + "G": 0.007584316190332174, + "F": 0.005267227999866009, + "E": 0.001494377851486206, + "T": 0.026647141203284264, + "P": 0.3018690347671509, + "-": 0.6222728490829468 + }, + "id": "tp_16025" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2003136, + "label": "P", + "classification": { + "B": 3.9455258615817e-07, + "S": 6.117801945038082e-07, + "I": 0.0005171652301214635, + "C": 7.605385690112598e-06, + "R": 4.842077032662928e-07, + "M": 6.109146852395497e-06, + "O": 6.101356575527461e-06, + "W": 5.274845875646861e-07, + "N": 2.863808913389221e-05, + "Y": 2.6172441721428186e-05, + "U": 2.413853508187458e-07, + "K": 3.6771996292372933e-07, + "L": 4.5752054234071693e-07, + "G": 1.7956122974283062e-05, + "F": 0.00028915045550093055, + "E": 0.0002145925973309204, + "T": 5.905001307837665e-05, + "P": 0.8008652925491333, + "-": 0.1979590356349945 + }, + "id": "tp_16026" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2003270, + "label": "-", + "classification": { + "B": 2.273942456554323e-08, + "S": 4.090452421223745e-09, + "I": 1.0064250091090798e-05, + "C": 3.416456308968918e-07, + "R": 6.730950730116092e-08, + "M": 6.147039130155463e-06, + "O": 1.062688056663319e-06, + "W": 6.476521541287639e-09, + "N": 6.851986711353675e-08, + "Y": 5.658990266965702e-05, + "U": 2.9353328656611666e-09, + "K": 1.1273741939987758e-08, + "L": 4.578724599468842e-08, + "G": 1.5392393834190443e-05, + "F": 6.30170907243155e-05, + "E": 6.2910116866987664e-06, + "T": 3.880882286466658e-05, + "P": 0.04388931021094322, + "-": 0.9559128880500793 + }, + "id": "tp_16027" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2003403, + "label": "-", + "classification": { + "B": 5.781869276688667e-07, + "S": 1.521063630605113e-08, + "I": 1.6005517409212189e-06, + "C": 1.7191748469258528e-08, + "R": 1.786410575022046e-09, + "M": 1.7402381899955799e-06, + "O": 8.701874776306795e-07, + "W": 7.801337353896542e-09, + "N": 3.126352154936285e-08, + "Y": 4.40054236605647e-06, + "U": 6.953421172184449e-10, + "K": 3.748445109863496e-09, + "L": 3.9092338255386494e-08, + "G": 9.948375009116717e-06, + "F": 0.00014631944941356778, + "E": 8.613395038992167e-06, + "T": 1.4788610315008555e-05, + "P": 0.19184759259223938, + "-": 0.807963490486145 + }, + "id": "tp_16028" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2003504, + "label": "-", + "classification": { + "B": 4.313657200327725e-07, + "S": 2.433218469377607e-06, + "I": 0.00047282216837629676, + "C": 3.165917223668657e-05, + "R": 6.520212082250509e-06, + "M": 5.188814247958362e-05, + "O": 3.0780200177105144e-05, + "W": 2.4364135242649354e-06, + "N": 7.163008558563888e-05, + "Y": 0.0029372856952250004, + "U": 1.596314291418821e-06, + "K": 0.00014487584121525288, + "L": 1.0562179113549064e-06, + "G": 0.00043227753485552967, + "F": 0.006727301515638828, + "E": 0.001121706678532064, + "T": 0.0006842902512289584, + "P": 0.23141472041606903, + "-": 0.7558643221855164 + }, + "id": "tp_16029" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2003637, + "label": "P", + "classification": { + "B": 1.385674568155082e-05, + "S": 4.606444053933956e-05, + "I": 0.004224376752972603, + "C": 0.00018330344755668193, + "R": 3.746612856048159e-05, + "M": 0.000315980490995571, + "O": 0.00022169260773807764, + "W": 2.9120550607331097e-05, + "N": 0.0008358955383300781, + "Y": 0.003042456228286028, + "U": 2.986795334436465e-05, + "K": 0.00027989046066068113, + "L": 1.8612054191180505e-05, + "G": 0.0009284956031478941, + "F": 0.0053936876356601715, + "E": 0.001849195803515613, + "T": 0.003273353213444352, + "P": 0.5126129388809204, + "-": 0.46666374802589417 + }, + "id": "tp_16030" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2003770, + "label": "-", + "classification": { + "B": 0.00018315239867661148, + "S": 0.00024052483786363155, + "I": 0.010587318800389767, + "C": 0.0017230691155418754, + "R": 0.0005131249781697989, + "M": 0.004459508694708347, + "O": 0.0013171808095648885, + "W": 0.00021166571241337806, + "N": 0.0010397518053650856, + "Y": 0.12351083010435104, + "U": 4.076670666108839e-05, + "K": 0.005605324171483517, + "L": 0.00010750906221801415, + "G": 0.023340944200754166, + "F": 0.014262516051530838, + "E": 0.014186684042215347, + "T": 0.030360005795955658, + "P": 0.04744741693139076, + "-": 0.7208627462387085 + }, + "id": "tp_16031" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2003904, + "label": "P", + "classification": { + "B": 6.881449508000514e-07, + "S": 7.60957306056298e-08, + "I": 0.005070261191576719, + "C": 2.1805963115184568e-05, + "R": 9.88648139355064e-07, + "M": 1.2653103112825193e-05, + "O": 1.2671051763391006e-06, + "W": 1.301915801832365e-07, + "N": 9.993914136430249e-05, + "Y": 7.438605825882405e-05, + "U": 2.3729997167265537e-07, + "K": 7.536552857345669e-07, + "L": 2.3093046763733582e-07, + "G": 4.307175913709216e-05, + "F": 8.479815733153373e-05, + "E": 0.0019323306623846292, + "T": 1.8330129023524933e-05, + "P": 0.9599402546882629, + "-": 0.032697781920433044 + }, + "id": "tp_16032" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2004004, + "label": "-", + "classification": { + "B": 1.5105225656952825e-06, + "S": 1.3328301065484993e-05, + "I": 0.0007593284826725721, + "C": 0.00017461033712606877, + "R": 4.5524117012973875e-05, + "M": 0.00021278536587487906, + "O": 0.00011545749293873087, + "W": 1.727370181470178e-05, + "N": 0.00011695714783854783, + "Y": 0.0054601263254880905, + "U": 9.600335943105165e-06, + "K": 0.00024104614567477256, + "L": 7.78306093707215e-06, + "G": 0.0005399708170443773, + "F": 0.013996083289384842, + "E": 0.0006646991241723299, + "T": 0.002001261804252863, + "P": 0.15958631038665771, + "-": 0.8160364031791687 + }, + "id": "tp_16033" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2004137, + "label": "P", + "classification": { + "B": 6.833322796495622e-09, + "S": 8.680659746573838e-09, + "I": 1.8061338778352365e-05, + "C": 1.0830612851009391e-08, + "R": 1.4571479578506796e-09, + "M": 3.0674476647618576e-07, + "O": 2.06980658390421e-07, + "W": 5.387446488924752e-09, + "N": 4.0082676378006e-07, + "Y": 1.0167314940190408e-05, + "U": 6.452330336692569e-10, + "K": 1.290922746477463e-08, + "L": 1.9216201962990453e-09, + "G": 6.285176823439542e-07, + "F": 5.758017869084142e-05, + "E": 1.027770122163929e-05, + "T": 7.1621598181081936e-06, + "P": 0.6181312203407288, + "-": 0.38176393508911133 + }, + "id": "tp_16034" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2004271, + "label": "P", + "classification": { + "B": 6.3264301388699096e-06, + "S": 2.60766728388262e-06, + "I": 0.0019405623897910118, + "C": 0.00010643351561157033, + "R": 1.1989664926659316e-05, + "M": 0.00011504992289701477, + "O": 3.230319998692721e-05, + "W": 5.4257102419796865e-06, + "N": 0.00011853672185679898, + "Y": 0.0004559869703371078, + "U": 4.13197130910703e-06, + "K": 5.3885338274994865e-05, + "L": 2.8620511329791043e-06, + "G": 0.00020579381089191884, + "F": 0.002584286965429783, + "E": 0.0018529031658545136, + "T": 0.00038688554195687175, + "P": 0.5363422632217407, + "-": 0.455771803855896 + }, + "id": "tp_16035" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2004404, + "label": "-", + "classification": { + "B": 4.990850811736891e-06, + "S": 7.1197596298588905e-06, + "I": 0.011200650595128536, + "C": 0.00018096518761012703, + "R": 5.4025527788326144e-05, + "M": 0.0007580199162475765, + "O": 0.00012523226905614138, + "W": 8.650276868138462e-06, + "N": 0.0004603093839250505, + "Y": 0.006965939421206713, + "U": 8.54382506076945e-06, + "K": 2.3396278265863657e-05, + "L": 1.6879275790415704e-05, + "G": 0.001070509199053049, + "F": 0.001646682620048523, + "E": 0.001627124147489667, + "T": 0.0058945235796272755, + "P": 0.48193711042404175, + "-": 0.4880092740058899 + }, + "id": "tp_16036" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2004505, + "label": "-", + "classification": { + "B": 8.035365084424484e-08, + "S": 6.989446887928352e-08, + "I": 0.00037354507367126644, + "C": 2.6145592073589796e-06, + "R": 4.4144047706140555e-07, + "M": 1.1875296877406072e-05, + "O": 2.1306020698830253e-06, + "W": 3.8223987530727754e-08, + "N": 5.903722012590151e-06, + "Y": 0.00053350132657215, + "U": 4.8495348181631925e-08, + "K": 2.1398459182364604e-07, + "L": 1.1543603051222817e-07, + "G": 5.8666544646257535e-05, + "F": 0.0002612516691442579, + "E": 8.108616020763293e-05, + "T": 0.0004557088250294328, + "P": 0.3021432161331177, + "-": 0.6960695385932922 + }, + "id": "tp_16037" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2004638, + "label": "-", + "classification": { + "B": 4.166160579188727e-05, + "S": 6.35454716757522e-06, + "I": 0.0010630037868395448, + "C": 6.299305096035823e-05, + "R": 7.419511348416563e-06, + "M": 0.00033413938945159316, + "O": 8.358509512618184e-05, + "W": 7.909538908279501e-06, + "N": 6.968998786760494e-05, + "Y": 0.0007856291485950351, + "U": 3.96975383409881e-06, + "K": 8.358775630767923e-06, + "L": 1.8291717424290255e-05, + "G": 0.0005401022499427199, + "F": 0.003181012347340584, + "E": 0.0019817790016531944, + "T": 0.0006105802021920681, + "P": 0.4276593029499054, + "-": 0.5635342597961426 + }, + "id": "tp_16038" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2004771, + "label": "-", + "classification": { + "B": 5.9148463904534765e-09, + "S": 4.691200317097355e-09, + "I": 0.000175669978489168, + "C": 1.3885496628063265e-06, + "R": 1.7392554241268954e-07, + "M": 8.633446668682154e-06, + "O": 5.511871563612658e-07, + "W": 9.43198052993921e-09, + "N": 1.1494543059598072e-06, + "Y": 0.00020369523554109037, + "U": 1.2824398432087492e-08, + "K": 6.205049629670611e-08, + "L": 2.3241879532065468e-08, + "G": 1.7052199837053195e-05, + "F": 7.92435894254595e-05, + "E": 2.7214642614126205e-05, + "T": 0.0001754645345499739, + "P": 0.27083778381347656, + "-": 0.7284718751907349 + }, + "id": "tp_16039" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2004905, + "label": "-", + "classification": { + "B": 1.4352472135215066e-05, + "S": 3.150474003632553e-05, + "I": 0.003469579154625535, + "C": 6.53087263344787e-05, + "R": 4.19372518081218e-05, + "M": 0.00041820970363914967, + "O": 0.00015596342564094812, + "W": 3.013965397258289e-05, + "N": 0.0004899897612631321, + "Y": 0.01099642924964428, + "U": 3.149038093397394e-05, + "K": 0.0014403261011466384, + "L": 1.7283664419665e-05, + "G": 0.000863279274199158, + "F": 0.017598804086446762, + "E": 0.0016400795429944992, + "T": 0.006310609169304371, + "P": 0.2785927951335907, + "-": 0.6777918934822083 + }, + "id": "tp_16040" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2005005, + "label": "-", + "classification": { + "B": 4.734928182870135e-08, + "S": 4.1809190776120886e-08, + "I": 8.180735312635079e-05, + "C": 1.5456306527994457e-06, + "R": 1.987522324498059e-07, + "M": 3.258038304920774e-06, + "O": 1.386938038194785e-06, + "W": 9.553831858966078e-08, + "N": 5.106468506710371e-06, + "Y": 9.451081132283434e-05, + "U": 8.627341685496503e-08, + "K": 1.7429154468118213e-05, + "L": 2.087625539104465e-08, + "G": 1.1622151760093402e-05, + "F": 0.0012549536768347025, + "E": 0.00018889486091211438, + "T": 4.749905565404333e-05, + "P": 0.4014621078968048, + "-": 0.5968294143676758 + }, + "id": "tp_16041" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2005138, + "label": "-", + "classification": { + "B": 0.00035814521834254265, + "S": 0.0002811689337249845, + "I": 0.046344708651304245, + "C": 0.004265109077095985, + "R": 0.0015306707937270403, + "M": 0.01309860311448574, + "O": 0.003025424899533391, + "W": 0.0003613994049374014, + "N": 0.0030425190925598145, + "Y": 0.04887315630912781, + "U": 0.0002636635035742074, + "K": 0.00025698653189465404, + "L": 0.0007787136128172278, + "G": 0.013661876320838928, + "F": 0.006197635550051928, + "E": 0.008864940144121647, + "T": 0.04488365724682808, + "P": 0.19857893884181976, + "-": 0.605332612991333 + }, + "id": "tp_16042" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2005272, + "label": "-", + "classification": { + "B": 4.242469913151581e-07, + "S": 1.1767146901320302e-07, + "I": 0.00014520618424285203, + "C": 3.806601307587698e-05, + "R": 2.896189926104853e-06, + "M": 1.463547505409224e-05, + "O": 8.373684977414086e-06, + "W": 5.385104486776982e-07, + "N": 9.41887356020743e-06, + "Y": 0.0006039662403054535, + "U": 7.758041533634241e-07, + "K": 2.0751747797476128e-05, + "L": 4.900510361949273e-07, + "G": 0.00014487408043351024, + "F": 0.0019839678425341845, + "E": 0.0002457519294694066, + "T": 0.000171395848155953, + "P": 0.09451397508382797, + "-": 0.9020943641662598 + }, + "id": "tp_16043" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2005405, + "label": "-", + "classification": { + "B": 0.00082106061745435, + "S": 0.0008282223134301603, + "I": 0.10630898922681808, + "C": 0.002697363495826721, + "R": 0.0014713234268128872, + "M": 0.015663310885429382, + "O": 0.00513467937707901, + "W": 0.0006418682169169188, + "N": 0.004746474791318178, + "Y": 0.0667731836438179, + "U": 8.938452083384618e-05, + "K": 5.605726983048953e-05, + "L": 0.001263743033632636, + "G": 0.008418906480073929, + "F": 0.004531152546405792, + "E": 0.006391747388988733, + "T": 0.046402838081121445, + "P": 0.27120810747146606, + "-": 0.45655155181884766 + }, + "id": "tp_16044" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2005506, + "label": "-", + "classification": { + "B": 0.00021263040252961218, + "S": 1.4735115655639675e-05, + "I": 0.0015723881078884006, + "C": 0.0010098470374941826, + "R": 0.0001109561781049706, + "M": 0.0010529010323807597, + "O": 0.000452545122243464, + "W": 2.8913087589899078e-05, + "N": 0.0001862941135186702, + "Y": 0.0024066935293376446, + "U": 3.36153716489207e-05, + "K": 6.465236947406083e-05, + "L": 0.00010083875531563535, + "G": 0.0034554474987089634, + "F": 0.005208422429859638, + "E": 0.004347118549048901, + "T": 0.0016621117247268558, + "P": 0.22830086946487427, + "-": 0.7497789859771729 + }, + "id": "tp_16045" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2005639, + "label": "-", + "classification": { + "B": 2.453871559282561e-07, + "S": 4.22191170912356e-08, + "I": 0.0003941168251913041, + "C": 5.715060979127884e-05, + "R": 7.483892659365665e-06, + "M": 2.16988155443687e-05, + "O": 4.975363481207751e-06, + "W": 1.213874298855444e-07, + "N": 4.289591743145138e-06, + "Y": 0.0008740299963392317, + "U": 4.2573404357426625e-07, + "K": 1.252094534720527e-06, + "L": 3.8746597397221194e-07, + "G": 0.00016017435700632632, + "F": 0.0002897001977544278, + "E": 8.771157445153221e-05, + "T": 0.0003032049280591309, + "P": 0.14598730206489563, + "-": 0.8518056869506836 + }, + "id": "tp_16046" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2005772, + "label": "-", + "classification": { + "B": 1.4090596778260078e-07, + "S": 9.706452175350933e-08, + "I": 0.0001081590962712653, + "C": 1.3537027371057775e-05, + "R": 2.0142458652117057e-06, + "M": 0.00010010620462708175, + "O": 5.904573754378362e-06, + "W": 2.0782968590538076e-07, + "N": 1.7435519339414896e-06, + "Y": 0.002116405637934804, + "U": 1.8400841383936495e-07, + "K": 1.0687153007893357e-05, + "L": 5.783566621175851e-07, + "G": 0.00035103101981803775, + "F": 0.0016166974091902375, + "E": 0.0001740075385896489, + "T": 0.0005299444892443717, + "P": 0.024554956704378128, + "-": 0.9704135656356812 + }, + "id": "tp_16047" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2005906, + "label": "-", + "classification": { + "B": 4.806607876162161e-07, + "S": 5.327080998540623e-07, + "I": 0.0016202295664697886, + "C": 6.49935391265899e-05, + "R": 1.3236564882390667e-05, + "M": 2.9032002203166485e-05, + "O": 2.341731669730507e-05, + "W": 1.0688972906791605e-06, + "N": 5.699578832718544e-05, + "Y": 0.00038900625077076256, + "U": 2.6222462565783644e-06, + "K": 3.5134603422193322e-06, + "L": 2.8067743187421e-06, + "G": 0.00015730320592410862, + "F": 0.0006690583541058004, + "E": 0.00023629888892173767, + "T": 0.0006448486819863319, + "P": 0.41658154129981995, + "-": 0.5795029997825623 + }, + "id": "tp_16048" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2006006, + "label": "P", + "classification": { + "B": 1.561359931656625e-05, + "S": 1.1632951100182254e-06, + "I": 0.010709591209888458, + "C": 0.00015807013551238924, + "R": 2.152144406863954e-05, + "M": 0.0004487382248044014, + "O": 5.816955672344193e-05, + "W": 1.8672557189347572e-06, + "N": 0.00012311818136367947, + "Y": 0.0027908263728022575, + "U": 1.3414188515525893e-06, + "K": 1.6590389861903532e-07, + "L": 1.788053850759752e-05, + "G": 0.0006413479568436742, + "F": 0.000281251675914973, + "E": 0.0007086442201398313, + "T": 0.0019153121393173933, + "P": 0.5501000881195068, + "-": 0.43200525641441345 + }, + "id": "tp_16049" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2006139, + "label": "-", + "classification": { + "B": 1.815695482854096e-09, + "S": 5.624011256699646e-10, + "I": 2.5741826448211214e-06, + "C": 6.467600854875855e-08, + "R": 8.819879937504993e-09, + "M": 4.6654250240862893e-07, + "O": 1.6729747187582689e-07, + "W": 8.659088446272278e-10, + "N": 3.334255538334219e-08, + "Y": 1.43193501571659e-05, + "U": 1.1837828495231406e-09, + "K": 1.749190681188395e-09, + "L": 4.130027431159533e-09, + "G": 1.2169671208539512e-06, + "F": 8.646472451800946e-06, + "E": 7.732437552476767e-07, + "T": 4.0805141907185316e-05, + "P": 0.0666620135307312, + "-": 0.9332689642906189 + }, + "id": "tp_16050" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2006273, + "label": "-", + "classification": { + "B": 5.5595389625295866e-08, + "S": 7.89665079992119e-08, + "I": 0.0002683911588974297, + "C": 1.1692552106978837e-05, + "R": 1.9218659872421995e-06, + "M": 1.0743440725491382e-05, + "O": 3.3354897368553793e-06, + "W": 2.451826048854855e-07, + "N": 8.738337783142924e-06, + "Y": 0.0006324582500383258, + "U": 4.6950080445640197e-07, + "K": 1.9536164472810924e-05, + "L": 1.6118879386795015e-07, + "G": 7.579054363304749e-05, + "F": 0.0015944588230922818, + "E": 0.00013199486420489848, + "T": 0.00020687293726950884, + "P": 0.19259771704673767, + "-": 0.8044352531433105 + }, + "id": "tp_16051" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2006406, + "label": "-", + "classification": { + "B": 2.463232533500559e-07, + "S": 4.1128978978122177e-07, + "I": 0.003099303925409913, + "C": 1.2917381354782265e-05, + "R": 2.0002089513582177e-06, + "M": 9.15937198442407e-05, + "O": 8.44259193399921e-06, + "W": 3.879416681229486e-07, + "N": 4.1865168896038085e-05, + "Y": 0.006269184406846762, + "U": 1.1068690497495481e-07, + "K": 6.5220824581047054e-06, + "L": 2.3811733740330965e-07, + "G": 0.00017048156587406993, + "F": 0.000395796203520149, + "E": 0.000574096804484725, + "T": 0.0012998677557334304, + "P": 0.26030203700065613, + "-": 0.727724552154541 + }, + "id": "tp_16052" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2006507, + "label": "-", + "classification": { + "B": 0.0002609870280139148, + "S": 0.00017890924937091768, + "I": 0.0028596639167517424, + "C": 0.0003533987619448453, + "R": 0.00012674387835431844, + "M": 0.0028890972025692463, + "O": 0.0006792857311666012, + "W": 7.325641490751877e-05, + "N": 0.0004300298460293561, + "Y": 0.013129775412380695, + "U": 4.9082740588346496e-05, + "K": 0.00031357683474197984, + "L": 0.00015949101361911744, + "G": 0.005649063270539045, + "F": 0.02201138250529766, + "E": 0.005235619843006134, + "T": 0.008098452351987362, + "P": 0.24112871289253235, + "-": 0.696373462677002 + }, + "id": "tp_16053" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2006640, + "label": "-", + "classification": { + "B": 8.794634709374805e-07, + "S": 1.5807925137778511e-06, + "I": 0.0065474966540932655, + "C": 0.00010015982115874067, + "R": 2.6202236767858267e-05, + "M": 0.00037547259125858545, + "O": 7.870862464187667e-05, + "W": 5.374389274948044e-06, + "N": 0.00023848425189498812, + "Y": 0.004803281277418137, + "U": 2.2450626602221746e-06, + "K": 0.00010395851859357208, + "L": 3.017943527083844e-06, + "G": 0.000779183057602495, + "F": 0.0021529390942305326, + "E": 0.001376804430037737, + "T": 0.0028473513666540384, + "P": 0.3276178538799286, + "-": 0.6529389023780823 + }, + "id": "tp_16054" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2006773, + "label": "-", + "classification": { + "B": 5.997461994411424e-05, + "S": 2.6931424145004712e-05, + "I": 0.007077019661664963, + "C": 0.0015488065546378493, + "R": 0.0006028994685038924, + "M": 0.002489255042746663, + "O": 0.0007097322959452868, + "W": 5.7498702517477795e-05, + "N": 0.00046991664567030966, + "Y": 0.018259825184941292, + "U": 5.53187528566923e-05, + "K": 0.00018531590467318892, + "L": 0.00017481105169281363, + "G": 0.009047024883329868, + "F": 0.011048314161598682, + "E": 0.0040957024320960045, + "T": 0.008064471185207367, + "P": 0.1474882960319519, + "-": 0.7885388731956482 + }, + "id": "tp_16055" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2006907, + "label": "-", + "classification": { + "B": 1.37305914904573e-06, + "S": 9.203533863910707e-07, + "I": 0.0011117258109152317, + "C": 4.14777678088285e-05, + "R": 5.557517852139426e-06, + "M": 4.9888611101778224e-05, + "O": 1.8870196072384715e-05, + "W": 1.638154230931832e-06, + "N": 3.804802327067591e-05, + "Y": 0.0007347028004005551, + "U": 2.460087216604734e-06, + "K": 8.99076803762e-06, + "L": 1.9189481008652365e-06, + "G": 0.00017460195522289723, + "F": 0.0008632068056613207, + "E": 0.0004290349897928536, + "T": 0.000582521257456392, + "P": 0.27080121636390686, + "-": 0.7251319885253906 + }, + "id": "tp_16056" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2007007, + "label": "-", + "classification": { + "B": 3.976429141516746e-08, + "S": 9.188234884049962e-08, + "I": 3.678264329209924e-05, + "C": 8.549235417376622e-07, + "R": 7.094648424299521e-08, + "M": 3.2789669148769462e-06, + "O": 2.0563777525239857e-06, + "W": 1.0334344580087418e-07, + "N": 1.6705579355402733e-06, + "Y": 7.78695975895971e-05, + "U": 4.4827650924617046e-08, + "K": 6.171593440740253e-07, + "L": 7.866252360599901e-08, + "G": 1.4945002476451918e-05, + "F": 0.001334523200057447, + "E": 4.254881787346676e-05, + "T": 6.90296437824145e-05, + "P": 0.32154789566993713, + "-": 0.6768674850463867 + }, + "id": "tp_16057" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2007140, + "label": "-", + "classification": { + "B": 1.6623242515834136e-07, + "S": 6.317696232827075e-08, + "I": 0.00011212971730856225, + "C": 8.336536666320171e-06, + "R": 5.222035497354227e-07, + "M": 1.6951949874055572e-05, + "O": 3.1718573154648766e-06, + "W": 1.3196286374750343e-07, + "N": 5.872437668585917e-06, + "Y": 0.0007237285026349127, + "U": 2.4615496840851847e-07, + "K": 2.597832826722879e-05, + "L": 1.1857208193077895e-07, + "G": 0.00010766372724901885, + "F": 0.0013120193034410477, + "E": 0.0004010056727565825, + "T": 0.00013000988110434264, + "P": 0.09649235755205154, + "-": 0.9006595611572266 + }, + "id": "tp_16058" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2007274, + "label": "-", + "classification": { + "B": 0.0001840333716245368, + "S": 5.3546118579106405e-05, + "I": 0.1385614275932312, + "C": 0.007664491888135672, + "R": 0.0016665835864841938, + "M": 0.002690379973500967, + "O": 0.0006177133764140308, + "W": 7.86297459853813e-05, + "N": 0.0032922651153057814, + "Y": 0.06664291769266129, + "U": 6.552966078743339e-05, + "K": 0.0002397404023213312, + "L": 0.00016788355424068868, + "G": 0.012953278608620167, + "F": 0.004841887392103672, + "E": 0.009040234610438347, + "T": 0.012417947873473167, + "P": 0.326391339302063, + "-": 0.41243013739585876 + }, + "id": "tp_16059" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2007407, + "label": "-", + "classification": { + "B": 6.2530163269514105e-09, + "S": 2.015814598577137e-10, + "I": 4.308145071263425e-05, + "C": 3.222701025151764e-06, + "R": 1.4767925904379808e-07, + "M": 1.1454007108113728e-05, + "O": 3.427736601224751e-07, + "W": 1.9978598775338696e-09, + "N": 1.8496949394375406e-07, + "Y": 9.851779032032937e-05, + "U": 4.876313575152835e-09, + "K": 1.0202303890594067e-08, + "L": 3.530022496534002e-08, + "G": 3.538798773661256e-05, + "F": 4.134135087952018e-05, + "E": 0.00011140523565700278, + "T": 5.319037154549733e-05, + "P": 0.14536365866661072, + "-": 0.8542380332946777 + }, + "id": "tp_16060" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2007508, + "label": "-", + "classification": { + "B": 2.424766307740356e-07, + "S": 8.380047944456237e-08, + "I": 0.0003556726442184299, + "C": 4.779769369633868e-06, + "R": 5.908125899622974e-07, + "M": 3.500292223179713e-05, + "O": 6.0902689256181475e-06, + "W": 2.0469136075007555e-07, + "N": 1.6947409449130646e-06, + "Y": 0.0005274093127809465, + "U": 3.061564513018311e-08, + "K": 1.0910392589380535e-08, + "L": 6.440386073336413e-07, + "G": 1.8434411686030217e-05, + "F": 8.671323303133249e-05, + "E": 4.978544166078791e-05, + "T": 0.0002319785562576726, + "P": 0.14849182963371277, + "-": 0.8501887321472168 + }, + "id": "tp_16061" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2007641, + "label": "-", + "classification": { + "B": 2.05395545016529e-09, + "S": 5.597525776224188e-10, + "I": 5.531848728423938e-06, + "C": 8.96698466590351e-08, + "R": 1.070054600482706e-09, + "M": 6.676830253127264e-07, + "O": 2.822604194818723e-08, + "W": 6.688010700806046e-10, + "N": 4.88913052265616e-08, + "Y": 2.5158751668641344e-05, + "U": 5.387114088151179e-10, + "K": 5.431691008084272e-08, + "L": 7.616548503008858e-10, + "G": 2.3004188278719084e-06, + "F": 7.428133540088311e-05, + "E": 4.008236646768637e-05, + "T": 4.215024091536179e-06, + "P": 0.1451108604669571, + "-": 0.8547366857528687 + }, + "id": "tp_16062" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2007774, + "label": "-", + "classification": { + "B": 0.00018532191461417824, + "S": 4.260245987097733e-05, + "I": 0.002178551396355033, + "C": 0.0014587475452572107, + "R": 0.0002383914397796616, + "M": 0.0021414663642644882, + "O": 0.0005274068680591881, + "W": 7.166524301283062e-05, + "N": 0.00027800846146419644, + "Y": 0.007334092166274786, + "U": 6.774512439733371e-05, + "K": 0.00042260182090103626, + "L": 0.00014458372606895864, + "G": 0.00478481687605381, + "F": 0.009726653806865215, + "E": 0.007407495751976967, + "T": 0.0035019093193113804, + "P": 0.18914206326007843, + "-": 0.7703458666801453 + }, + "id": "tp_16063" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2007908, + "label": "-", + "classification": { + "B": 1.001975192593818e-06, + "S": 1.9697319331157814e-08, + "I": 4.501277544477489e-06, + "C": 1.7679546715498873e-08, + "R": 1.5953437459970132e-09, + "M": 9.093819244299084e-06, + "O": 3.141307843179675e-06, + "W": 1.1308911140872624e-08, + "N": 5.002189595870732e-08, + "Y": 3.2885666314541595e-06, + "U": 3.7951033982075444e-10, + "K": 1.9781174961930326e-11, + "L": 1.963577460628585e-07, + "G": 5.794573553430382e-06, + "F": 1.855654045357369e-05, + "E": 3.875754373439122e-06, + "T": 2.5644609195296653e-05, + "P": 0.25018802285194397, + "-": 0.7497367262840271 + }, + "id": "tp_16064" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2008008, + "label": "-", + "classification": { + "B": 9.989798854803666e-07, + "S": 2.522171371310833e-06, + "I": 0.0001307072234340012, + "C": 2.301327185705304e-05, + "R": 7.110967089829501e-06, + "M": 0.00010911492427112535, + "O": 4.1445142414886504e-05, + "W": 2.30331284001295e-06, + "N": 7.778167855576612e-06, + "Y": 0.0015407135942950845, + "U": 9.142150361185486e-07, + "K": 8.245349818025716e-06, + "L": 4.045193691126769e-06, + "G": 0.00019210042955819517, + "F": 0.00594506599009037, + "E": 0.00011974311200901866, + "T": 0.0007667294703423977, + "P": 0.05508698150515556, + "-": 0.9360103607177734 + }, + "id": "tp_16065" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2008141, + "label": "-", + "classification": { + "B": 5.608844162452442e-07, + "S": 8.743511870079601e-08, + "I": 0.0001477849145885557, + "C": 3.100652975263074e-06, + "R": 3.348855273088702e-07, + "M": 1.9176080968463793e-05, + "O": 3.1410675092047313e-06, + "W": 1.5717398582637543e-07, + "N": 2.7705789307219675e-06, + "Y": 0.00030482152942568064, + "U": 1.2008567296106776e-07, + "K": 3.808456312981434e-06, + "L": 2.48227706833859e-07, + "G": 0.00018566512153483927, + "F": 0.0019276801031082869, + "E": 0.00038660041172988713, + "T": 9.99006733763963e-05, + "P": 0.1900525689125061, + "-": 0.8068614602088928 + }, + "id": "tp_16066" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2008275, + "label": "-", + "classification": { + "B": 0.00010129921429324895, + "S": 5.0388745876261964e-05, + "I": 0.0026314526330679655, + "C": 0.000638870638795197, + "R": 7.054311572574079e-05, + "M": 0.0006559749017469585, + "O": 0.0003365939192008227, + "W": 6.389275949914008e-05, + "N": 0.0004001375345978886, + "Y": 0.002869334537535906, + "U": 4.8146845074370503e-05, + "K": 0.0001768452930264175, + "L": 6.899460277054459e-05, + "G": 0.0019884740468114614, + "F": 0.014182396233081818, + "E": 0.004262951202690601, + "T": 0.0018870910862460732, + "P": 0.37318629026412964, + "-": 0.5963804125785828 + }, + "id": "tp_16067" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2008375, + "label": "-", + "classification": { + "B": 1.1000169251929037e-05, + "S": 1.6351828890037723e-05, + "I": 0.05499377101659775, + "C": 0.0006801644922234118, + "R": 0.00017633024253882468, + "M": 0.0012057870626449585, + "O": 0.0002026978909270838, + "W": 2.5454008209635504e-05, + "N": 0.0016888873651623726, + "Y": 0.024394623935222626, + "U": 1.7699438103591092e-05, + "K": 0.0004444237274583429, + "L": 2.1143730918993242e-05, + "G": 0.0034613192547112703, + "F": 0.003924667369574308, + "E": 0.009320218116044998, + "T": 0.006326509639620781, + "P": 0.4054949879646301, + "-": 0.4875938892364502 + }, + "id": "tp_16068" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2008509, + "label": "P", + "classification": { + "B": 3.5351566118890787e-09, + "S": 2.116873565327637e-09, + "I": 7.075416942825541e-05, + "C": 5.69407404782396e-07, + "R": 1.2622944467466368e-08, + "M": 8.351186124855303e-07, + "O": 7.56840918825219e-08, + "W": 3.7134364472279913e-09, + "N": 7.077866825966339e-07, + "Y": 3.5839853808283806e-05, + "U": 1.360825452323411e-09, + "K": 3.580297303074076e-08, + "L": 1.5268017961034275e-09, + "G": 1.9854967376886634e-06, + "F": 3.082416151301004e-05, + "E": 0.00013491383288055658, + "T": 7.502790140279103e-06, + "P": 0.6315528750419617, + "-": 0.3681630790233612 + }, + "id": "tp_16069" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2008642, + "label": "-", + "classification": { + "B": 1.0987967868913984e-08, + "S": 2.1958474150096663e-08, + "I": 0.0007017210009507835, + "C": 1.6886519006220624e-05, + "R": 8.171836043402436e-07, + "M": 3.200688070137403e-06, + "O": 1.1923619922526996e-06, + "W": 9.93252626813046e-08, + "N": 1.7880405721371062e-05, + "Y": 0.00016391351528000087, + "U": 6.348934533662032e-08, + "K": 7.132494374673115e-06, + "L": 3.41084991362095e-08, + "G": 2.7090427465736866e-05, + "F": 0.001275453600101173, + "E": 0.001225236221216619, + "T": 2.4654897060827352e-05, + "P": 0.43573281168937683, + "-": 0.5608018636703491 + }, + "id": "tp_16070" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2008775, + "label": "-", + "classification": { + "B": 5.5735796195222065e-05, + "S": 8.651641837786883e-05, + "I": 0.007449384778738022, + "C": 0.0009254293399862945, + "R": 0.00022255571093410254, + "M": 0.00516570545732975, + "O": 0.0007381452596746385, + "W": 6.77501957397908e-05, + "N": 0.0007065882091410458, + "Y": 0.022223003208637238, + "U": 6.179724732646719e-05, + "K": 0.00019329431233927608, + "L": 0.0001547398860566318, + "G": 0.004334710072726011, + "F": 0.007268327753990889, + "E": 0.0033142967149615288, + "T": 0.0212197657674551, + "P": 0.15397021174430847, + "-": 0.7718420028686523 + }, + "id": "tp_16071" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2008876, + "label": "-", + "classification": { + "B": 2.401560232101474e-05, + "S": 9.33784122025827e-06, + "I": 0.015705235302448273, + "C": 0.0007953413878567517, + "R": 0.00018910301150754094, + "M": 0.0006492950487881899, + "O": 0.0001957192871486768, + "W": 2.605534427857492e-05, + "N": 0.0005032926565036178, + "Y": 0.012224127538502216, + "U": 2.2291163986665197e-05, + "K": 0.0001022527358145453, + "L": 2.787769517453853e-05, + "G": 0.0017846031114459038, + "F": 0.0029504955746233463, + "E": 0.004627354443073273, + "T": 0.0032441525254398584, + "P": 0.3139127492904663, + "-": 0.6430066823959351 + }, + "id": "tp_16072" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2009009, + "label": "-", + "classification": { + "B": 5.270538849799777e-07, + "S": 1.0464543720445363e-07, + "I": 0.00020443546236492693, + "C": 1.0738122000475414e-05, + "R": 9.81942093858379e-07, + "M": 0.00025787498452700675, + "O": 5.4817610362078995e-06, + "W": 1.0836541974867941e-07, + "N": 2.0853001387877157e-06, + "Y": 0.002358810743317008, + "U": 2.071321887342492e-07, + "K": 3.764700295505463e-06, + "L": 1.3791539004159858e-06, + "G": 0.0011086993617936969, + "F": 0.000937389675527811, + "E": 0.0005356548936106265, + "T": 0.001124769332818687, + "P": 0.044683653861284256, + "-": 0.9487632513046265 + }, + "id": "tp_16073" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2009142, + "label": "-", + "classification": { + "B": 2.3712876995318766e-08, + "S": 3.169189710661158e-08, + "I": 0.00011277304292889312, + "C": 1.1182523849129211e-06, + "R": 2.2067395377689536e-07, + "M": 4.138798885833239e-06, + "O": 1.1242747177675483e-06, + "W": 6.634426341634025e-08, + "N": 2.3408044853567844e-06, + "Y": 0.0003463743778411299, + "U": 4.3518760151073366e-08, + "K": 1.781117930477194e-06, + "L": 4.0774626341999465e-08, + "G": 2.0123006834182888e-05, + "F": 0.0008385678520426154, + "E": 7.164586713770404e-05, + "T": 0.00010945714893750846, + "P": 0.17261798679828644, + "-": 0.8258722424507141 + }, + "id": "tp_16074" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2009276, + "label": "-", + "classification": { + "B": 2.7646830858429894e-05, + "S": 8.953972610470373e-06, + "I": 0.0027640636544674635, + "C": 0.0004902331274934113, + "R": 8.978757978184149e-05, + "M": 0.0002625680936034769, + "O": 0.00011103242286480963, + "W": 1.5981251635821536e-05, + "N": 0.00017988290346693248, + "Y": 0.004714472219347954, + "U": 2.994348142237868e-05, + "K": 7.524969259975478e-05, + "L": 3.1723528081784025e-05, + "G": 0.00117666891310364, + "F": 0.005943169351667166, + "E": 0.0026785442605614662, + "T": 0.0013137899804860353, + "P": 0.3193284571170807, + "-": 0.660757839679718 + }, + "id": "tp_16075" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2009376, + "label": "-", + "classification": { + "B": 2.44927150561125e-06, + "S": 7.599242053402122e-07, + "I": 0.0023816220927983522, + "C": 9.624737867852673e-05, + "R": 1.8424592781229876e-05, + "M": 0.00015548575902357697, + "O": 3.9605653000762686e-05, + "W": 2.259524990222417e-06, + "N": 7.006087253103033e-05, + "Y": 0.0016406994545832276, + "U": 2.908898295572726e-06, + "K": 1.224597235705005e-05, + "L": 5.9600997701636516e-06, + "G": 0.0009900096338242292, + "F": 0.0030879233963787556, + "E": 0.0012850166531279683, + "T": 0.000571076525375247, + "P": 0.33403337001800537, + "-": 0.6556038856506348 + }, + "id": "tp_16076" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2009510, + "label": "P", + "classification": { + "B": 1.0196055200140108e-07, + "S": 8.257930517174827e-08, + "I": 0.001079138950444758, + "C": 1.1133141697428073e-06, + "R": 3.647161292974488e-07, + "M": 3.848958840535488e-06, + "O": 1.4972010831115767e-06, + "W": 1.6559715732000768e-07, + "N": 2.9191178327891976e-05, + "Y": 0.00010827639198396355, + "U": 7.48971800135223e-08, + "K": 3.827687578450423e-06, + "L": 3.6488884802565735e-08, + "G": 1.838895695982501e-05, + "F": 0.00028016435680910945, + "E": 0.0002365921245655045, + "T": 5.5969852837733924e-05, + "P": 0.8131157755851746, + "-": 0.1850653439760208 + }, + "id": "tp_16077" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2009643, + "label": "P", + "classification": { + "B": 2.1987652871757746e-05, + "S": 1.1007407920260448e-05, + "I": 0.004502540919929743, + "C": 0.0002836371713783592, + "R": 3.110539182671346e-05, + "M": 0.00021689748973585665, + "O": 5.654265987686813e-05, + "W": 1.3589535228675231e-05, + "N": 0.00022044165234547108, + "Y": 0.0015996481524780393, + "U": 1.2183275430288631e-05, + "K": 5.237416553427465e-05, + "L": 1.408263597113546e-05, + "G": 0.000464346056105569, + "F": 0.003833095310255885, + "E": 0.007440906949341297, + "T": 0.000558220490347594, + "P": 0.6061261892318726, + "-": 0.3745412826538086 + }, + "id": "tp_16078" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2009776, + "label": "-", + "classification": { + "B": 1.2784164937329479e-05, + "S": 5.022304321755655e-06, + "I": 0.00036564082256518304, + "C": 6.419867713702843e-05, + "R": 8.606981282355264e-06, + "M": 0.0002516631502658129, + "O": 7.628770254086703e-05, + "W": 6.668247806373984e-06, + "N": 2.9826356694684364e-05, + "Y": 0.0024325591512024403, + "U": 5.2695472732011694e-06, + "K": 6.586391100427136e-05, + "L": 1.423384492227342e-05, + "G": 0.0015650191344320774, + "F": 0.01297264639288187, + "E": 0.0019345534965395927, + "T": 0.0008198010618798435, + "P": 0.15690924227237701, + "-": 0.8224601149559021 + }, + "id": "tp_16079" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2009877, + "label": "-", + "classification": { + "B": 3.1860216154200316e-07, + "S": 7.282138199116162e-07, + "I": 0.0008103192667476833, + "C": 7.70477799960645e-06, + "R": 1.766070681696874e-06, + "M": 2.992585359606892e-05, + "O": 1.2325805073487572e-05, + "W": 1.0567808885753038e-06, + "N": 2.802293238346465e-05, + "Y": 0.0001614200882613659, + "U": 2.4545562382627395e-07, + "K": 8.042900958571408e-07, + "L": 4.6179624746400805e-07, + "G": 2.8267482775845565e-05, + "F": 0.0002012021141126752, + "E": 0.00013277764082886279, + "T": 0.00032418040791526437, + "P": 0.49080201983451843, + "-": 0.5074564218521118 + }, + "id": "tp_16080" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2010010, + "label": "P", + "classification": { + "B": 8.213912110477395e-07, + "S": 4.590875448684528e-07, + "I": 0.000592546071857214, + "C": 4.637814527086448e-06, + "R": 6.061852104721765e-07, + "M": 7.894787813711446e-06, + "O": 2.890662926802179e-06, + "W": 6.789210829083459e-07, + "N": 4.3092917621834204e-05, + "Y": 6.12266521784477e-05, + "U": 4.6058735847509524e-07, + "K": 2.481208684912417e-05, + "L": 1.2725588760531537e-07, + "G": 2.9816077585564926e-05, + "F": 0.0008146914187818766, + "E": 0.0010256796376779675, + "T": 4.8126516048796475e-05, + "P": 0.836502194404602, + "-": 0.16083917021751404 + }, + "id": "tp_16081" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2010143, + "label": "P", + "classification": { + "B": 3.599127012421377e-06, + "S": 4.404119408718543e-06, + "I": 0.0007205023430287838, + "C": 3.0093451641732827e-05, + "R": 5.122332822793396e-06, + "M": 6.371786003001034e-05, + "O": 3.320625546621159e-05, + "W": 3.573346702978597e-06, + "N": 6.269603909458965e-05, + "Y": 0.001154244295321405, + "U": 3.988880962424446e-06, + "K": 1.9719229385373183e-05, + "L": 3.1840490919421427e-06, + "G": 0.00036829340388067067, + "F": 0.0024506179615855217, + "E": 0.00060321856290102, + "T": 0.0005477399681694806, + "P": 0.5027526617050171, + "-": 0.49116939306259155 + }, + "id": "tp_16082" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2010277, + "label": "-", + "classification": { + "B": 3.121746203760267e-07, + "S": 6.091574960009893e-07, + "I": 0.0002282393106725067, + "C": 7.294302577065537e-06, + "R": 1.410903450960177e-06, + "M": 1.0085296707984526e-05, + "O": 7.164215730881551e-06, + "W": 1.262238697563589e-06, + "N": 2.0317367670941167e-05, + "Y": 0.0005452120094560087, + "U": 6.660099529653962e-07, + "K": 0.00020310790569055825, + "L": 1.881441278328566e-07, + "G": 8.685273496666923e-05, + "F": 0.0045778523199260235, + "E": 0.0006184543017297983, + "T": 0.0001584484416525811, + "P": 0.251971036195755, + "-": 0.7415615320205688 + }, + "id": "tp_16083" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2010377, + "label": "-", + "classification": { + "B": 9.77077334596288e-08, + "S": 7.504654320200643e-08, + "I": 0.00017251211102120578, + "C": 7.220694897114299e-06, + "R": 4.980098537998856e-07, + "M": 6.551028036483331e-06, + "O": 2.547468511693296e-06, + "W": 1.2138407612383162e-07, + "N": 6.298296284512617e-06, + "Y": 9.675677574705333e-05, + "U": 2.1720056508911512e-07, + "K": 1.109639242713456e-06, + "L": 1.2532622406524752e-07, + "G": 2.3680961021455005e-05, + "F": 0.0003499370359349996, + "E": 0.0001102189053199254, + "T": 0.0001246938481926918, + "P": 0.330722838640213, + "-": 0.6683744788169861 + }, + "id": "tp_16084" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2010511, + "label": "-", + "classification": { + "B": 4.9521695473231375e-05, + "S": 1.2614472325367387e-05, + "I": 0.04589124768972397, + "C": 0.0038111850153654814, + "R": 0.0003649547870736569, + "M": 0.001680046902038157, + "O": 0.00025755559909157455, + "W": 3.677098357002251e-05, + "N": 0.0018714468460530043, + "Y": 0.01821133680641651, + "U": 4.1208146285498515e-05, + "K": 0.0009402402793057263, + "L": 6.361684063449502e-05, + "G": 0.005823830142617226, + "F": 0.011944912374019623, + "E": 0.03744802251458168, + "T": 0.0021572362165898085, + "P": 0.40676742792129517, + "-": 0.4626269042491913 + }, + "id": "tp_16085" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2010644, + "label": "-", + "classification": { + "B": 0.0019108379492536187, + "S": 0.00023708718072157353, + "I": 0.00296604260802269, + "C": 0.0017738993046805263, + "R": 0.0005368312704376876, + "M": 0.004866035655140877, + "O": 0.0020900105591863394, + "W": 0.00014546352031175047, + "N": 0.00023835105821490288, + "Y": 0.009326847270131111, + "U": 5.578992568189278e-05, + "K": 3.2681618904462084e-05, + "L": 0.001129191368818283, + "G": 0.012623010203242302, + "F": 0.015983659774065018, + "E": 0.0020399801433086395, + "T": 0.01035089697688818, + "P": 0.10801167786121368, + "-": 0.8256816267967224 + }, + "id": "tp_16086" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2010777, + "label": "-", + "classification": { + "B": 2.3954957129035392e-08, + "S": 3.332157882951492e-09, + "I": 7.412674312945455e-05, + "C": 4.532493221631739e-06, + "R": 1.9804518558430573e-07, + "M": 1.334272269559733e-06, + "O": 4.4100497120780346e-07, + "W": 2.6626912230653943e-08, + "N": 1.464726892663748e-06, + "Y": 6.891084922244772e-05, + "U": 6.471244518024832e-08, + "K": 6.68129132463946e-07, + "L": 3.753908117687388e-08, + "G": 2.0616687834262848e-05, + "F": 0.0009641455835662782, + "E": 8.905156573746353e-05, + "T": 1.9640769096440636e-05, + "P": 0.4537694752216339, + "-": 0.5449852347373962 + }, + "id": "tp_16087" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2010878, + "label": "-", + "classification": { + "B": 3.5790068068308756e-05, + "S": 2.019752901105676e-05, + "I": 0.005194179248064756, + "C": 0.00019920106569770724, + "R": 4.751616870635189e-05, + "M": 0.0005092890933156013, + "O": 0.00020536960801109672, + "W": 2.3481707103201188e-05, + "N": 0.0004284260212443769, + "Y": 0.004220589064061642, + "U": 1.1746649761334993e-05, + "K": 0.00018352645565755665, + "L": 2.790772487060167e-05, + "G": 0.0015783527633175254, + "F": 0.010949411429464817, + "E": 0.005080881994217634, + "T": 0.0008928415481932461, + "P": 0.4599657952785492, + "-": 0.5104255080223083 + }, + "id": "tp_16088" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2011011, + "label": "-", + "classification": { + "B": 4.010725618286415e-08, + "S": 5.559765980933662e-08, + "I": 6.068674701964483e-05, + "C": 1.2439593774615787e-05, + "R": 6.216150154614297e-07, + "M": 1.2391936252242886e-05, + "O": 2.7238245365879266e-06, + "W": 6.084862747002262e-08, + "N": 2.3804659576853737e-06, + "Y": 0.0002115022361977026, + "U": 8.168594689550446e-08, + "K": 5.673449550158693e-07, + "L": 2.0961718405487773e-07, + "G": 3.05583089357242e-05, + "F": 0.0008954741060733795, + "E": 5.639965456794016e-05, + "T": 9.615604358259588e-05, + "P": 0.10434862971305847, + "-": 0.8942691087722778 + }, + "id": "tp_16089" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2011144, + "label": "P", + "classification": { + "B": 2.5352610464324243e-06, + "S": 5.72911346807814e-07, + "I": 0.009559713304042816, + "C": 3.578550968086347e-05, + "R": 1.597053483237687e-06, + "M": 0.00019805453484877944, + "O": 8.134776180668268e-06, + "W": 4.903563421976287e-07, + "N": 0.00016117759514600039, + "Y": 0.002070122864097357, + "U": 2.3112968960958824e-07, + "K": 6.359565304592252e-06, + "L": 7.804221127116762e-07, + "G": 0.0005018390947952867, + "F": 0.0008170276996679604, + "E": 0.009949267841875553, + "T": 0.0004805733624380082, + "P": 0.7658437490463257, + "-": 0.210362046957016 + }, + "id": "tp_16090" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2011278, + "label": "-", + "classification": { + "B": 5.781402023785631e-09, + "S": 1.9180039778632363e-09, + "I": 5.535567834158428e-05, + "C": 3.176654104208865e-07, + "R": 3.091082589889993e-08, + "M": 2.841215291482513e-06, + "O": 3.358509559348022e-07, + "W": 4.083061000415e-09, + "N": 4.2303938130316965e-07, + "Y": 5.336623144103214e-05, + "U": 4.572680456504941e-09, + "K": 1.1733120253154539e-08, + "L": 1.771710778086799e-08, + "G": 7.249660939123714e-06, + "F": 8.179774158634245e-05, + "E": 2.3768816390656866e-05, + "T": 4.5090106141287833e-05, + "P": 0.3423950970172882, + "-": 0.6573342680931091 + }, + "id": "tp_16091" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2011378, + "label": "-", + "classification": { + "B": 2.1619737822220486e-07, + "S": 8.141314111753672e-08, + "I": 6.671871233265847e-05, + "C": 8.920162031245127e-07, + "R": 1.464154166797016e-07, + "M": 3.3191972761414945e-05, + "O": 2.9190096029196866e-06, + "W": 6.301412014408925e-08, + "N": 1.1949731515414896e-06, + "Y": 0.0006061676540412009, + "U": 3.3253705566949066e-08, + "K": 4.063621190653066e-07, + "L": 2.443381106331799e-07, + "G": 0.00010607016884023324, + "F": 0.0008025157731026411, + "E": 0.00019671606423798949, + "T": 0.00022722325229551643, + "P": 0.14058980345726013, + "-": 0.8573653101921082 + }, + "id": "tp_16092" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2011512, + "label": "-", + "classification": { + "B": 1.2741534192173276e-05, + "S": 5.968705409031827e-06, + "I": 0.0016610577004030347, + "C": 0.00046086133806966245, + "R": 6.409757770597935e-05, + "M": 0.00032264686888083816, + "O": 9.20594684430398e-05, + "W": 1.1290829206700437e-05, + "N": 0.0002559466811362654, + "Y": 0.0037974570877850056, + "U": 9.97573988570366e-06, + "K": 0.00030929999775253236, + "L": 7.303128313651541e-06, + "G": 0.001547358580864966, + "F": 0.011300573125481606, + "E": 0.009583906270563602, + "T": 0.0006570863188244402, + "P": 0.41526028513908386, + "-": 0.5546401143074036 + }, + "id": "tp_16093" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2011645, + "label": "-", + "classification": { + "B": 1.0524900950770189e-09, + "S": 3.066007170371421e-10, + "I": 2.192874262618716e-06, + "C": 2.2379755648671562e-07, + "R": 1.3497426287756298e-08, + "M": 3.7425385812639433e-07, + "O": 1.5759795246594877e-07, + "W": 6.731800672454824e-10, + "N": 3.38156453949523e-08, + "Y": 1.9647848603199236e-05, + "U": 1.1961632795376431e-09, + "K": 4.241931694792811e-09, + "L": 4.3596388721312e-09, + "G": 4.6180857680155896e-06, + "F": 8.902242552721873e-05, + "E": 6.202291729096032e-07, + "T": 2.1782267140224576e-05, + "P": 0.10260075330734253, + "-": 0.8972604274749756 + }, + "id": "tp_16094" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2011778, + "label": "-", + "classification": { + "B": 0.00045094353845342994, + "S": 0.00036146907950751483, + "I": 0.11688558757305145, + "C": 0.014411751180887222, + "R": 0.003555809147655964, + "M": 0.006953543052077293, + "O": 0.0021722589153796434, + "W": 0.0005795243196189404, + "N": 0.006998325232416391, + "Y": 0.05044258385896683, + "U": 0.000489948783069849, + "K": 0.0014851053711026907, + "L": 0.001039589405991137, + "G": 0.021006949245929718, + "F": 0.021609928458929062, + "E": 0.02831818163394928, + "T": 0.01620572991669178, + "P": 0.3036225438117981, + "-": 0.40341025590896606 + }, + "id": "tp_16095" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2011879, + "label": "P", + "classification": { + "B": 2.6170439468842233e-06, + "S": 1.7147442576970207e-07, + "I": 0.0001319612201768905, + "C": 3.6056494536751416e-06, + "R": 4.196929239697056e-07, + "M": 2.3164760932559147e-05, + "O": 5.595446509687463e-06, + "W": 4.084495230927132e-07, + "N": 3.651420229289215e-06, + "Y": 7.772439857944846e-05, + "U": 1.1280035039362701e-07, + "K": 5.391574973145907e-07, + "L": 4.86822102629958e-07, + "G": 6.508016667794436e-05, + "F": 0.0010393832344561815, + "E": 0.0003697303181979805, + "T": 4.482096483116038e-05, + "P": 0.5442248582839966, + "-": 0.454005628824234 + }, + "id": "tp_16096" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2012012, + "label": "-", + "classification": { + "B": 5.178008564143965e-07, + "S": 1.346550675407343e-07, + "I": 6.234004104044288e-05, + "C": 1.004461068987439e-06, + "R": 2.3471160659482848e-07, + "M": 1.5272145901690237e-05, + "O": 5.908225830353331e-06, + "W": 2.890142525302508e-07, + "N": 1.6292960935970768e-06, + "Y": 0.00026370782870799303, + "U": 1.0457644350481132e-07, + "K": 4.484886630962137e-07, + "L": 3.057342041756783e-07, + "G": 3.555634611984715e-05, + "F": 0.00022052261920180172, + "E": 3.5800687328446656e-05, + "T": 0.00032322583138011396, + "P": 0.1663944572210312, + "-": 0.832638680934906 + }, + "id": "tp_16097" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2012145, + "label": "P", + "classification": { + "B": 7.237151294248179e-05, + "S": 4.307313429308124e-05, + "I": 0.07675241678953171, + "C": 0.00040443212492391467, + "R": 0.00012932869140058756, + "M": 0.0019424158381298184, + "O": 0.0004933343734592199, + "W": 6.283046241151169e-05, + "N": 0.0020919765811413527, + "Y": 0.02120807394385338, + "U": 1.4462159015238285e-05, + "K": 2.26776519411942e-05, + "L": 5.516519013326615e-05, + "G": 0.0016009770333766937, + "F": 0.0011646312195807695, + "E": 0.00301320175640285, + "T": 0.01452682912349701, + "P": 0.48249566555023193, + "-": 0.3939060866832733 + }, + "id": "tp_16098" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2012279, + "label": "-", + "classification": { + "B": 7.522404921189718e-09, + "S": 1.4014354121627548e-08, + "I": 7.82208371674642e-06, + "C": 1.280060075714573e-07, + "R": 8.140752960628106e-09, + "M": 2.588510369605501e-06, + "O": 5.925489858782385e-07, + "W": 1.230104729188497e-08, + "N": 2.022298986048554e-07, + "Y": 1.720547334116418e-05, + "U": 2.9649480648430426e-09, + "K": 3.265552805942207e-08, + "L": 1.2433615026452571e-08, + "G": 2.8027388907503337e-06, + "F": 0.00015293843171093613, + "E": 1.1071027984144166e-05, + "T": 2.7800724637927487e-05, + "P": 0.15095223486423492, + "-": 0.8488246202468872 + }, + "id": "tp_16099" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2012379, + "label": "-", + "classification": { + "B": 9.413065527041908e-08, + "S": 5.3843997704916546e-08, + "I": 4.629020259017125e-05, + "C": 1.6542982166356524e-06, + "R": 1.5375533735095814e-07, + "M": 1.5133115994103719e-05, + "O": 1.5487548807868734e-06, + "W": 1.223930894411751e-07, + "N": 2.2837436972622527e-06, + "Y": 0.0005391306476667523, + "U": 1.0077771150918124e-07, + "K": 1.3922161997470539e-05, + "L": 7.260774737005704e-08, + "G": 3.4334309020778164e-05, + "F": 0.0013445125659927726, + "E": 0.0003619227500166744, + "T": 0.00010382539767306298, + "P": 0.16986112296581268, + "-": 0.827673614025116 + }, + "id": "tp_16100" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2012513, + "label": "-", + "classification": { + "B": 0.0008805204997770488, + "S": 0.0033372649922966957, + "I": 0.028262432664632797, + "C": 0.0029971206095069647, + "R": 0.0016027665697038174, + "M": 0.011083838529884815, + "O": 0.00637718616053462, + "W": 0.0022863110061734915, + "N": 0.014317539520561695, + "Y": 0.06144116818904877, + "U": 0.000578569364733994, + "K": 0.028806937858462334, + "L": 0.001014202949590981, + "G": 0.02161809615790844, + "F": 0.08786296844482422, + "E": 0.03675852715969086, + "T": 0.04435959830880165, + "P": 0.2067851424217224, + "-": 0.4396297037601471 + }, + "id": "tp_16101" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2012646, + "label": "-", + "classification": { + "B": 0.012047967873513699, + "S": 0.0012830888153985143, + "I": 0.044326573610305786, + "C": 0.011036871001124382, + "R": 0.0037871466483920813, + "M": 0.03216327354311943, + "O": 0.014600404538214207, + "W": 0.0019069529371336102, + "N": 0.0021976165007799864, + "Y": 0.03271933272480965, + "U": 0.0003674386243801564, + "K": 2.6464789698366076e-05, + "L": 0.013287247158586979, + "G": 0.03061174415051937, + "F": 0.005093580577522516, + "E": 0.011569002643227577, + "T": 0.022900918498635292, + "P": 0.20829130709171295, + "-": 0.5517830848693848 + }, + "id": "tp_16102" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2012779, + "label": "P", + "classification": { + "B": 0.0019803186878561974, + "S": 0.0002142563898814842, + "I": 0.016891412436962128, + "C": 0.0007495253812521696, + "R": 0.00022643325792159885, + "M": 0.003432197729125619, + "O": 0.0008556473767384887, + "W": 0.0001511619338998571, + "N": 0.0010506035760045052, + "Y": 0.00575660727918148, + "U": 4.022039502160624e-05, + "K": 6.846687028883025e-05, + "L": 0.00032030203146860003, + "G": 0.0070305014960467815, + "F": 0.008862329646945, + "E": 0.014804699458181858, + "T": 0.002537985099479556, + "P": 0.5766324996948242, + "-": 0.3583948016166687 + }, + "id": "tp_16103" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2012880, + "label": "-", + "classification": { + "B": 0.00035072877653874457, + "S": 0.00010596733773127198, + "I": 0.004659691825509071, + "C": 0.00416087219491601, + "R": 0.0022283911239355803, + "M": 0.006122593302279711, + "O": 0.003093330655246973, + "W": 0.00029866109252907336, + "N": 0.0002142000012099743, + "Y": 0.016657629981637, + "U": 0.00010708871559472755, + "K": 2.7917649276787415e-05, + "L": 0.001643028692342341, + "G": 0.007384704425930977, + "F": 0.008100999519228935, + "E": 0.0009807235328480601, + "T": 0.011622901074588299, + "P": 0.05992661789059639, + "-": 0.8723139762878418 + }, + "id": "tp_16104" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2013013, + "label": "P", + "classification": { + "B": 4.125244686292717e-06, + "S": 6.010870947648073e-07, + "I": 0.0019655111245810986, + "C": 4.143731348449364e-05, + "R": 4.875219929090235e-06, + "M": 0.0001325361808994785, + "O": 1.7812093574320897e-05, + "W": 1.705328486423241e-06, + "N": 5.740888445870951e-05, + "Y": 0.00029977469239383936, + "U": 2.3138341020967346e-06, + "K": 4.42830014435458e-06, + "L": 3.2687753446225543e-06, + "G": 0.00014281926269177347, + "F": 0.0005881810211576521, + "E": 0.001018607639707625, + "T": 0.0004267558397259563, + "P": 0.6833578944206238, + "-": 0.3119299113750458 + }, + "id": "tp_16105" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2013146, + "label": "-", + "classification": { + "B": 2.6188868673671095e-07, + "S": 4.44549300482322e-07, + "I": 0.000102783422335051, + "C": 2.161554675694788e-06, + "R": 5.749681122324546e-07, + "M": 0.0002052090858342126, + "O": 2.068711182801053e-05, + "W": 3.9252594774552563e-07, + "N": 3.152731096633943e-06, + "Y": 0.001529468921944499, + "U": 4.45072529942081e-08, + "K": 3.30971488438081e-07, + "L": 7.774141863592376e-07, + "G": 0.0001031365100061521, + "F": 0.0005307486280798912, + "E": 6.226773257367313e-05, + "T": 0.0016206675209105015, + "P": 0.06859195232391357, + "-": 0.9272249937057495 + }, + "id": "tp_16106" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2013280, + "label": "-", + "classification": { + "B": 0.0006440350553020835, + "S": 0.0002519775298424065, + "I": 0.015206806361675262, + "C": 0.004289721604436636, + "R": 0.0007565842824988067, + "M": 0.007862195372581482, + "O": 0.002198263071477413, + "W": 0.000356077536707744, + "N": 0.001793727744370699, + "Y": 0.010395487770438194, + "U": 0.00032006215769797564, + "K": 0.0004725171602331102, + "L": 0.0009988155215978622, + "G": 0.008025160990655422, + "F": 0.016251428052783012, + "E": 0.013506381772458553, + "T": 0.01074905227869749, + "P": 0.28296685218811035, + "-": 0.6229549646377563 + }, + "id": "tp_16107" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2013380, + "label": "-", + "classification": { + "B": 0.0076431771740317345, + "S": 0.003511737799271941, + "I": 0.03803766891360283, + "C": 0.014238513074815273, + "R": 0.007547365967184305, + "M": 0.02108384482562542, + "O": 0.014560665003955364, + "W": 0.004597090184688568, + "N": 0.010063461028039455, + "Y": 0.029147891327738762, + "U": 0.003756852587684989, + "K": 0.0020412032026797533, + "L": 0.00783234741538763, + "G": 0.0244371946901083, + "F": 0.026006827130913734, + "E": 0.021264582872390747, + "T": 0.03976953774690628, + "P": 0.2742729187011719, + "-": 0.45018714666366577 + }, + "id": "tp_16108" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2013514, + "label": "-", + "classification": { + "B": 2.1561296307481825e-05, + "S": 4.0042879845714197e-05, + "I": 0.03317093849182129, + "C": 0.00014196000120136887, + "R": 6.649218266829848e-05, + "M": 0.003699760651215911, + "O": 0.00041833537397906184, + "W": 2.4773438781267032e-05, + "N": 0.0010384249035269022, + "Y": 0.054027408361434937, + "U": 5.1892207011405844e-06, + "K": 0.00046462228056043386, + "L": 2.4172943085432053e-05, + "G": 0.007646586745977402, + "F": 0.00507313571870327, + "E": 0.007405779790133238, + "T": 0.02774522826075554, + "P": 0.22872450947761536, + "-": 0.6302610635757446 + }, + "id": "tp_16109" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2013647, + "label": "P", + "classification": { + "B": 8.107643952826038e-05, + "S": 3.689246659632772e-05, + "I": 0.011802424676716328, + "C": 0.0008287166128866374, + "R": 0.00013467512326315045, + "M": 0.0011342254001647234, + "O": 0.00032827083487063646, + "W": 5.092088395031169e-05, + "N": 0.0011224790941923857, + "Y": 0.004033259116113186, + "U": 5.158641215530224e-05, + "K": 0.00018039648421108723, + "L": 7.043593359412625e-05, + "G": 0.0023421517107635736, + "F": 0.009761767461895943, + "E": 0.010746877640485764, + "T": 0.0017458341317251325, + "P": 0.5778352618217468, + "-": 0.37771278619766235 + }, + "id": "tp_16110" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2013780, + "label": "-", + "classification": { + "B": 0.0008281894261017442, + "S": 0.00014465984713751823, + "I": 0.00597749138250947, + "C": 0.0006430175271816552, + "R": 0.00017445812409278005, + "M": 0.0058150882832705975, + "O": 0.0014621959999203682, + "W": 0.00012527267972473055, + "N": 0.000414879119489342, + "Y": 0.010042035020887852, + "U": 3.773223943426274e-05, + "K": 1.826847619668115e-05, + "L": 0.0005177796119824052, + "G": 0.007887080311775208, + "F": 0.005365787539631128, + "E": 0.0060334233567118645, + "T": 0.007979273796081543, + "P": 0.29135751724243164, + "-": 0.6551758646965027 + }, + "id": "tp_16111" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2013881, + "label": "-", + "classification": { + "B": 1.8233345144835766e-07, + "S": 5.4245120395535196e-08, + "I": 6.345367728499696e-05, + "C": 4.048001756018493e-06, + "R": 1.3490322317011305e-06, + "M": 4.8965859605232254e-05, + "O": 9.994775609811768e-06, + "W": 2.698005232559808e-07, + "N": 1.4714090639245114e-06, + "Y": 0.0005361890653148293, + "U": 1.2189379106075648e-07, + "K": 1.6004883036657702e-06, + "L": 6.391884426193428e-07, + "G": 8.188618085114285e-05, + "F": 0.0011714952997863293, + "E": 4.0944905776996166e-05, + "T": 0.0004893491277471185, + "P": 0.03233567625284195, + "-": 0.9652121663093567 + }, + "id": "tp_16112" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2014014, + "label": "-", + "classification": { + "B": 9.125809441457022e-09, + "S": 4.9796962109383e-09, + "I": 0.0011760456254705787, + "C": 1.8590853869682178e-06, + "R": 1.8637194898474263e-07, + "M": 4.544630428426899e-06, + "O": 5.981628419249319e-07, + "W": 1.3897400563678275e-08, + "N": 8.4433559095487e-06, + "Y": 0.00022338662529364228, + "U": 1.752692746492812e-08, + "K": 2.2512651298711717e-07, + "L": 1.8344078256404828e-08, + "G": 1.3798267900710925e-05, + "F": 9.80153345153667e-05, + "E": 0.00010146468412131071, + "T": 8.149885252350941e-05, + "P": 0.48615556955337524, + "-": 0.512134313583374 + }, + "id": "tp_16113" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2014147, + "label": "-", + "classification": { + "B": 8.783005434054303e-10, + "S": 1.7617717007478717e-10, + "I": 5.019344939682924e-07, + "C": 9.88016601866093e-09, + "R": 3.0251301463835034e-10, + "M": 1.984251554176808e-07, + "O": 1.5246994777839973e-08, + "W": 8.739336337937331e-11, + "N": 3.505949530691055e-09, + "Y": 2.0798488549189642e-05, + "U": 3.624861522055767e-11, + "K": 1.381044056891767e-09, + "L": 7.215655295489398e-10, + "G": 1.7800232399167726e-06, + "F": 0.00023697038704995066, + "E": 4.787828402186278e-06, + "T": 3.6451988307817373e-06, + "P": 0.03552543371915817, + "-": 0.964205801486969 + }, + "id": "tp_16114" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2014281, + "label": "-", + "classification": { + "B": 3.420450411795173e-08, + "S": 2.7451594331040496e-09, + "I": 4.670442194765201e-06, + "C": 4.124741437294688e-08, + "R": 2.6264386221441782e-09, + "M": 7.074153245412163e-07, + "O": 4.3860455889443983e-07, + "W": 4.538044162671895e-09, + "N": 4.233064387904051e-08, + "Y": 3.122313955827849e-06, + "U": 3.8647640643318937e-10, + "K": 5.177900816444314e-11, + "L": 2.0679868484307917e-08, + "G": 1.0448293323861435e-06, + "F": 1.9367771528777666e-05, + "E": 1.7313464013568591e-06, + "T": 8.37242441775743e-06, + "P": 0.3341495096683502, + "-": 0.665810763835907 + }, + "id": "tp_16115" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2014381, + "label": "-", + "classification": { + "B": 5.025478344578005e-07, + "S": 3.329714900246472e-06, + "I": 0.00022739754058420658, + "C": 9.205621608998626e-06, + "R": 1.6644884226479917e-06, + "M": 2.2715596060152166e-05, + "O": 1.2414719094522297e-05, + "W": 3.9169549381767865e-06, + "N": 4.1933857573894784e-05, + "Y": 0.0005555095849558711, + "U": 1.8965413346450077e-06, + "K": 0.0004599160747602582, + "L": 4.1142354234580125e-07, + "G": 2.8124050004407763e-05, + "F": 0.005738672334700823, + "E": 0.0010833016131073236, + "T": 0.0003702863759826869, + "P": 0.2347358763217926, + "-": 0.7567029595375061 + }, + "id": "tp_16116" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2014515, + "label": "-", + "classification": { + "B": 5.755501283899456e-11, + "S": 8.265382822614242e-10, + "I": 1.0735608157119714e-05, + "C": 2.829737297815882e-07, + "R": 1.2708310848097426e-08, + "M": 9.667037659255584e-08, + "O": 4.68144598642084e-08, + "W": 8.279457119897415e-10, + "N": 2.486108883203997e-07, + "Y": 4.2598909203661606e-05, + "U": 2.971169532628437e-09, + "K": 3.938244503842725e-07, + "L": 8.359495318188692e-10, + "G": 2.1795717657369096e-06, + "F": 0.0002941885031759739, + "E": 3.1326565022027353e-06, + "T": 1.3115487490722444e-05, + "P": 0.10734155774116516, + "-": 0.8922913670539856 + }, + "id": "tp_16117" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2014648, + "label": "P", + "classification": { + "B": 9.289287394853574e-11, + "S": 9.599235989421473e-11, + "I": 2.9596043304991326e-07, + "C": 5.667415425847366e-10, + "R": 1.5750267409742058e-11, + "M": 7.165750215420985e-09, + "O": 3.830103345592306e-09, + "W": 5.4076351035936554e-11, + "N": 6.661211582326132e-09, + "Y": 5.721688012272352e-07, + "U": 7.2501102343913715e-12, + "K": 8.84814443935511e-10, + "L": 9.21474268417155e-12, + "G": 5.243127532139624e-08, + "F": 2.1069661670480855e-05, + "E": 7.208176384665421e-07, + "T": 4.5747793819828075e-07, + "P": 0.5165897011756897, + "-": 0.48338714241981506 + }, + "id": "tp_16118" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2014781, + "label": "-", + "classification": { + "B": 1.0145166925212834e-05, + "S": 1.2371718185022473e-05, + "I": 0.0007059863419272006, + "C": 5.894291098229587e-05, + "R": 2.355274773435667e-05, + "M": 0.0012224367819726467, + "O": 0.00021251173166092485, + "W": 1.2113455341022927e-05, + "N": 4.842961789108813e-05, + "Y": 0.005074913613498211, + "U": 3.895136160281254e-06, + "K": 2.6981837436323985e-05, + "L": 2.6419969799462706e-05, + "G": 0.0007097285706549883, + "F": 0.0035236289259046316, + "E": 0.0007307192427106202, + "T": 0.0035626559983938932, + "P": 0.08086741715669632, + "-": 0.903167188167572 + }, + "id": "tp_16119" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2014882, + "label": "-", + "classification": { + "B": 1.5923394585115602e-06, + "S": 8.684423278282338e-07, + "I": 0.0004075261822436005, + "C": 2.0295068679843098e-05, + "R": 2.617583959363401e-06, + "M": 4.411956979311071e-05, + "O": 1.3927090549259447e-05, + "W": 1.2349883036222309e-06, + "N": 2.5479352188995108e-05, + "Y": 0.0008672968833707273, + "U": 1.3420624327409314e-06, + "K": 5.4774689488112926e-05, + "L": 8.981518249129294e-07, + "G": 0.00034570368006825447, + "F": 0.0031282685231417418, + "E": 0.0009198131738230586, + "T": 0.00022701335547026247, + "P": 0.31133580207824707, + "-": 0.6826013326644897 + }, + "id": "tp_16120" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2015015, + "label": "-", + "classification": { + "B": 1.2076785083081631e-07, + "S": 3.017156586793135e-07, + "I": 0.00018112508405465633, + "C": 1.0899577318923548e-05, + "R": 9.221737400366692e-07, + "M": 1.2991327821509913e-05, + "O": 1.0392874173703603e-05, + "W": 5.92351909745048e-07, + "N": 1.3943176782049704e-05, + "Y": 0.00017989783373195678, + "U": 2.869665536309185e-07, + "K": 7.96905533206882e-06, + "L": 2.2924309917016217e-07, + "G": 5.289571708999574e-05, + "F": 0.0008958149701356888, + "E": 0.00018342467956244946, + "T": 0.0001599821844138205, + "P": 0.27078747749328613, + "-": 0.7275007963180542 + }, + "id": "tp_16121" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2015148, + "label": "P", + "classification": { + "B": 1.0678711987566203e-05, + "S": 2.095536046908819e-06, + "I": 0.03620855510234833, + "C": 0.00042928694165311754, + "R": 6.094939453760162e-05, + "M": 0.0012224034871906042, + "O": 0.00010561978706391528, + "W": 4.5683236749027856e-06, + "N": 0.0007390218670479953, + "Y": 0.006265887524932623, + "U": 4.383106897876132e-06, + "K": 1.4888534678902943e-05, + "L": 1.7636064512771554e-05, + "G": 0.0027330529410392046, + "F": 0.0007884681690484285, + "E": 0.007768213748931885, + "T": 0.0031254340428858995, + "P": 0.6763574481010437, + "-": 0.26414141058921814 + }, + "id": "tp_16122" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2015282, + "label": "-", + "classification": { + "B": 7.123093723748752e-07, + "S": 1.2993073141842615e-06, + "I": 0.000804959621746093, + "C": 3.1457188015338033e-05, + "R": 1.3974573448649608e-05, + "M": 0.0001459474879084155, + "O": 3.583455691114068e-05, + "W": 3.1356264571513748e-06, + "N": 3.1403233151650056e-05, + "Y": 0.0029942765831947327, + "U": 1.856176822911948e-06, + "K": 6.029199357726611e-05, + "L": 1.9343531221238663e-06, + "G": 0.00030724177486263216, + "F": 0.003130462020635605, + "E": 0.0002701759513001889, + "T": 0.0014948378084227443, + "P": 0.16790661215782166, + "-": 0.8227636814117432 + }, + "id": "tp_16123" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2015382, + "label": "P", + "classification": { + "B": 2.9111188268871047e-06, + "S": 1.5219460181015165e-07, + "I": 0.003677606815472245, + "C": 3.687416756292805e-05, + "R": 1.3616231626656372e-06, + "M": 0.00014648526848759502, + "O": 3.406807081773877e-06, + "W": 2.542657000503823e-07, + "N": 8.982981671579182e-05, + "Y": 0.0011052355403080583, + "U": 2.3937681703500857e-07, + "K": 4.596683538693469e-06, + "L": 4.0071407170216844e-07, + "G": 0.00032133329659700394, + "F": 0.00025147380074486136, + "E": 0.015984274446964264, + "T": 0.0002103831066051498, + "P": 0.822601854801178, + "-": 0.15556129813194275 + }, + "id": "tp_16124" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2015516, + "label": "P", + "classification": { + "B": 5.6220365252102056e-08, + "S": 2.754220531642204e-07, + "I": 0.00017122388817369938, + "C": 4.0088346509037365e-07, + "R": 5.2723159171819134e-08, + "M": 5.0449325499357656e-06, + "O": 3.1833349112275755e-06, + "W": 2.5954318516596686e-07, + "N": 2.2896439986652695e-05, + "Y": 3.7665158743038774e-05, + "U": 5.6079535681874404e-08, + "K": 1.6554164176341146e-05, + "L": 1.6765191901413345e-08, + "G": 8.288247045129538e-06, + "F": 0.000381197954993695, + "E": 0.0002850834571290761, + "T": 6.657333142356947e-05, + "P": 0.7024495601654053, + "-": 0.29655158519744873 + }, + "id": "tp_16125" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2015649, + "label": "-", + "classification": { + "B": 6.548422675223264e-07, + "S": 2.589744951819739e-07, + "I": 6.90301094437018e-05, + "C": 2.1229520825727377e-06, + "R": 3.8859587903061765e-07, + "M": 3.5136661608703434e-05, + "O": 7.786696187395137e-06, + "W": 5.117885280014889e-07, + "N": 1.5630484995199367e-06, + "Y": 0.00012026384501950815, + "U": 9.243986198725906e-08, + "K": 4.14164027517927e-08, + "L": 9.082277756533585e-07, + "G": 2.2341657313518226e-05, + "F": 0.0003638233174569905, + "E": 3.952107363147661e-05, + "T": 0.00024032648070715368, + "P": 0.2975127398967743, + "-": 0.7015825510025024 + }, + "id": "tp_16126" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2015782, + "label": "P", + "classification": { + "B": 1.7854824818641646e-06, + "S": 3.5889629543817136e-06, + "I": 0.012269694358110428, + "C": 5.2701459935633466e-05, + "R": 5.674831299984362e-06, + "M": 0.00018596401787362993, + "O": 2.0939254682161845e-05, + "W": 4.651559720514342e-06, + "N": 0.000808883283752948, + "Y": 0.006244833581149578, + "U": 9.432901606487576e-07, + "K": 0.0013480725465342402, + "L": 4.4105962615503813e-07, + "G": 0.001259117852896452, + "F": 0.003317153314128518, + "E": 0.023214733228087425, + "T": 0.0012382211862131953, + "P": 0.6572409868240356, + "-": 0.2927815914154053 + }, + "id": "tp_16127" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2015883, + "label": "-", + "classification": { + "B": 2.4910352749429876e-06, + "S": 1.7928740589923109e-06, + "I": 0.0008137577096931636, + "C": 6.049954754416831e-05, + "R": 1.4802614714426454e-05, + "M": 9.691488230600953e-05, + "O": 5.2239640353946015e-05, + "W": 3.3389924283255823e-06, + "N": 4.8685782530810684e-05, + "Y": 0.0007482801447622478, + "U": 3.1383385703520617e-06, + "K": 1.979983426281251e-05, + "L": 3.2443956570205046e-06, + "G": 0.0003571850247681141, + "F": 0.004554934799671173, + "E": 0.00032719832961447537, + "T": 0.0006953431875444949, + "P": 0.2890908718109131, + "-": 0.7031054496765137 + }, + "id": "tp_16128" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2016016, + "label": "-", + "classification": { + "B": 7.7413287726813e-06, + "S": 2.4710856450838037e-05, + "I": 0.0813979059457779, + "C": 0.00038885444519110024, + "R": 0.00021385290892794728, + "M": 0.001296871341764927, + "O": 0.00039439531974494457, + "W": 1.4408081369765569e-05, + "N": 0.0019222823902964592, + "Y": 0.02923201210796833, + "U": 5.821501872560475e-06, + "K": 4.046815956826322e-05, + "L": 2.811806189129129e-05, + "G": 0.00295412540435791, + "F": 0.0021910923533141613, + "E": 0.0011457201326265931, + "T": 0.016133824363350868, + "P": 0.39505791664123535, + "-": 0.4675498902797699 + }, + "id": "tp_16129" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2016149, + "label": "P", + "classification": { + "B": 1.6221703845076263e-05, + "S": 1.9654887637443608e-06, + "I": 0.0018782669212669134, + "C": 4.222754341753898e-06, + "R": 8.695310498296749e-07, + "M": 0.00014054942585062236, + "O": 2.5623772671679035e-05, + "W": 6.080501862015808e-07, + "N": 3.916029163519852e-05, + "Y": 0.00016884776414372027, + "U": 9.693601299431975e-08, + "K": 2.396010927441239e-07, + "L": 3.755254965653876e-06, + "G": 0.0005571546498686075, + "F": 0.0009457957930862904, + "E": 0.0011089551262557507, + "T": 0.0002349402493564412, + "P": 0.7156205177307129, + "-": 0.27925217151641846 + }, + "id": "tp_16130" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2016283, + "label": "P", + "classification": { + "B": 3.184469460393302e-05, + "S": 0.00011504520080052316, + "I": 0.0897267684340477, + "C": 0.000981509336270392, + "R": 0.000277676124824211, + "M": 0.00070324691478163, + "O": 0.0004276537802070379, + "W": 7.955675391713157e-05, + "N": 0.00906949583441019, + "Y": 0.009816071949899197, + "U": 2.2924408767721616e-05, + "K": 0.0012652940349653363, + "L": 2.720446173043456e-05, + "G": 0.002005618764087558, + "F": 0.004499960225075483, + "E": 0.016956284642219543, + "T": 0.0020837539341300726, + "P": 0.7000668048858643, + "-": 0.16184331476688385 + }, + "id": "tp_16131" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2016383, + "label": "P", + "classification": { + "B": 7.115660594081419e-08, + "S": 9.89512205507026e-09, + "I": 2.768659578578081e-05, + "C": 1.0088328394886048e-07, + "R": 1.7180433076191548e-08, + "M": 2.2436260849190148e-07, + "O": 2.2877705418977712e-07, + "W": 1.5821560950257663e-08, + "N": 8.909344160201726e-07, + "Y": 2.0811694412259385e-06, + "U": 5.368312461229152e-09, + "K": 1.3597063919235097e-08, + "L": 9.698089442622404e-09, + "G": 2.773497044472606e-06, + "F": 2.8082959033781663e-05, + "E": 6.350093372020638e-06, + "T": 7.324962098209653e-06, + "P": 0.9119381308555603, + "-": 0.08798585087060928 + }, + "id": "tp_16132" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2016517, + "label": "-", + "classification": { + "B": 1.600026962478296e-06, + "S": 2.3553224082206725e-07, + "I": 0.0007732065860182047, + "C": 8.456420800939668e-06, + "R": 1.0373377108408022e-06, + "M": 9.19891317607835e-05, + "O": 7.912738510640338e-06, + "W": 2.083764911731123e-07, + "N": 8.56091810419457e-06, + "Y": 0.0012346577132120728, + "U": 1.4204216824964533e-07, + "K": 8.044791854899813e-08, + "L": 1.6825998727654223e-06, + "G": 0.00015605153748765588, + "F": 0.00025826881756074727, + "E": 0.00022170820739120245, + "T": 0.0006000249995850027, + "P": 0.40506312251091003, + "-": 0.591571033000946 + }, + "id": "tp_16133" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2016650, + "label": "-", + "classification": { + "B": 2.5378132704645395e-05, + "S": 1.3697645044885576e-05, + "I": 0.028664326295256615, + "C": 0.0007919685449451208, + "R": 0.0003371957573108375, + "M": 0.0008341072243638337, + "O": 0.0002964958257507533, + "W": 3.3542262826813385e-05, + "N": 0.0008730684057809412, + "Y": 0.008882247842848301, + "U": 3.868020576192066e-05, + "K": 5.932953718001954e-05, + "L": 5.7136916439048946e-05, + "G": 0.0017388159176334739, + "F": 0.0032843344379216433, + "E": 0.001628800411708653, + "T": 0.00613078847527504, + "P": 0.4147076904773712, + "-": 0.5316024422645569 + }, + "id": "tp_16134" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2016750, + "label": "-", + "classification": { + "B": 2.0319679272517988e-09, + "S": 2.8385795936003433e-09, + "I": 1.2007182704110164e-05, + "C": 1.9942261175742715e-08, + "R": 9.32239263562451e-09, + "M": 7.574590199510567e-08, + "O": 1.1449960624076994e-07, + "W": 3.174689622298388e-09, + "N": 1.885393601241958e-07, + "Y": 2.2800346414442174e-05, + "U": 1.163815932514467e-09, + "K": 3.3016792855278254e-08, + "L": 9.065518891127056e-10, + "G": 1.0314925020793453e-06, + "F": 5.775773024652153e-05, + "E": 2.2730621367372805e-06, + "T": 1.6716172467567958e-05, + "P": 0.34417223930358887, + "-": 0.6557148098945618 + }, + "id": "tp_16135" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2016884, + "label": "P", + "classification": { + "B": 0.001643846626393497, + "S": 0.0008846697746776044, + "I": 0.11686970293521881, + "C": 0.0035175057128071785, + "R": 0.0014748864341527224, + "M": 0.0031826815102249384, + "O": 0.0031647710129618645, + "W": 0.0008059355313889682, + "N": 0.009705182164907455, + "Y": 0.015748240053653717, + "U": 0.00024520879378542304, + "K": 0.00012161827180534601, + "L": 0.0010228157043457031, + "G": 0.006268796510994434, + "F": 0.0032194608356803656, + "E": 0.00764976441860199, + "T": 0.013678798452019691, + "P": 0.6020644903182983, + "-": 0.20873163640499115 + }, + "id": "tp_16136" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2017017, + "label": "-", + "classification": { + "B": 1.4211479992809473e-07, + "S": 1.0896267355064992e-07, + "I": 0.0002810645673889667, + "C": 1.2374320249364246e-05, + "R": 1.8221130630990956e-06, + "M": 1.5892046576482244e-05, + "O": 4.501857347349869e-06, + "W": 1.9207274704058364e-07, + "N": 7.502413154725218e-06, + "Y": 0.0006192916189320385, + "U": 2.263709575345274e-07, + "K": 3.496867520880187e-06, + "L": 2.6555349563750497e-07, + "G": 8.57985214679502e-05, + "F": 0.0012351812329143286, + "E": 0.00017966974701266736, + "T": 0.00018318930233363062, + "P": 0.19504781067371368, + "-": 0.8023214936256409 + }, + "id": "tp_16137" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2017150, + "label": "-", + "classification": { + "B": 1.6189478628803045e-06, + "S": 6.704716781769093e-08, + "I": 2.0738132661790587e-05, + "C": 2.081515958707314e-06, + "R": 1.1631339447149003e-07, + "M": 1.102542501030257e-05, + "O": 4.173161869402975e-06, + "W": 1.0507378078727925e-07, + "N": 7.223953844004427e-07, + "Y": 4.213550710119307e-05, + "U": 2.5572603590262588e-08, + "K": 7.904216658971563e-08, + "L": 3.546798552633845e-07, + "G": 5.216380668571219e-05, + "F": 0.00033978340798057616, + "E": 4.780578819918446e-05, + "T": 3.647355333669111e-05, + "P": 0.16435006260871887, + "-": 0.8350903391838074 + }, + "id": "tp_16138" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2017251, + "label": "-", + "classification": { + "B": 1.797705976969155e-06, + "S": 2.1512175862881122e-06, + "I": 0.0018702003872022033, + "C": 7.431382255163044e-05, + "R": 3.088506855419837e-05, + "M": 0.00012014243111480027, + "O": 4.3174088204978034e-05, + "W": 4.0087406887323596e-06, + "N": 0.0001522726524854079, + "Y": 0.004415485542267561, + "U": 5.3194571592030115e-06, + "K": 0.00017206097254529595, + "L": 3.110031457254081e-06, + "G": 0.000815706851426512, + "F": 0.0055380407720804214, + "E": 0.0009206744143739343, + "T": 0.0011128655169159174, + "P": 0.43774449825286865, + "-": 0.5469732284545898 + }, + "id": "tp_16139" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2017384, + "label": "-", + "classification": { + "B": 4.3453648686408997e-05, + "S": 1.4171033399179578e-05, + "I": 0.006590866018086672, + "C": 0.00085086515173316, + "R": 0.00011427306162659079, + "M": 0.002464138902723789, + "O": 0.00037080797483213246, + "W": 3.177620965288952e-05, + "N": 0.0003049919905606657, + "Y": 0.016784358769655228, + "U": 2.0988336473237723e-05, + "K": 0.00011646289931377396, + "L": 5.7832119637168944e-05, + "G": 0.002887891372665763, + "F": 0.002859698375687003, + "E": 0.005942529067397118, + "T": 0.00756373256444931, + "P": 0.10972189158201218, + "-": 0.8432592153549194 + }, + "id": "tp_16140" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2017518, + "label": "-", + "classification": { + "B": 4.059234015585389e-06, + "S": 3.8761507425988384e-07, + "I": 0.0010275564854964614, + "C": 8.510143379680812e-05, + "R": 7.24345136404736e-06, + "M": 0.00015641894424334168, + "O": 2.5326942704850808e-05, + "W": 1.3534981917473488e-06, + "N": 1.993063597183209e-05, + "Y": 0.0022744869347661734, + "U": 1.2030445759592112e-06, + "K": 3.6891781292069936e-06, + "L": 3.7666077332687564e-06, + "G": 0.0008897052612155676, + "F": 0.0006887262570671737, + "E": 0.0007797368452884257, + "T": 0.0008136307005770504, + "P": 0.16376449167728424, + "-": 0.82945317029953 + }, + "id": "tp_16141" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2017651, + "label": "-", + "classification": { + "B": 1.6176951334045953e-08, + "S": 3.816020921476593e-08, + "I": 0.00043892068788409233, + "C": 1.884189714473905e-06, + "R": 4.3974372943011986e-07, + "M": 1.0797504728543572e-05, + "O": 2.343416326766601e-06, + "W": 7.932227674700698e-08, + "N": 7.017592906777281e-06, + "Y": 0.0002856405626516789, + "U": 4.7837705352549165e-08, + "K": 5.845972168572189e-07, + "L": 5.35058362061136e-08, + "G": 1.5363744751084596e-05, + "F": 0.00019234110368415713, + "E": 3.331592233735137e-05, + "T": 0.00026736443396657705, + "P": 0.24752794206142426, + "-": 0.7512157559394836 + }, + "id": "tp_16142" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2017751, + "label": "-", + "classification": { + "B": 0.0016688320320099592, + "S": 0.00030472237267531455, + "I": 0.0072202119044959545, + "C": 0.0015843306900933385, + "R": 0.0003298426454421133, + "M": 0.0050971619784832, + "O": 0.0014442839892581105, + "W": 0.00036809840821661055, + "N": 0.0010160949314013124, + "Y": 0.013953949324786663, + "U": 0.0002089250338030979, + "K": 0.0013836119323968887, + "L": 0.0005641374154947698, + "G": 0.01472407951951027, + "F": 0.03404783084988594, + "E": 0.03037702850997448, + "T": 0.005607210099697113, + "P": 0.27825894951820374, + "-": 0.6018407344818115 + }, + "id": "tp_16143" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2017885, + "label": "-", + "classification": { + "B": 9.944319572241511e-06, + "S": 4.236064341966994e-06, + "I": 0.017264891415834427, + "C": 0.0002487555320840329, + "R": 5.837821663590148e-05, + "M": 0.000711614906322211, + "O": 0.00010370058589614928, + "W": 8.43434827402234e-06, + "N": 0.000635010190308094, + "Y": 0.006272169295698404, + "U": 8.55772213981254e-06, + "K": 3.4075033909175545e-05, + "L": 1.4761816601094324e-05, + "G": 0.0011242672335356474, + "F": 0.0021851304918527603, + "E": 0.004015014972537756, + "T": 0.0036673475988209248, + "P": 0.4419441223144531, + "-": 0.5216895341873169 + }, + "id": "tp_16144" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2018018, + "label": "-", + "classification": { + "B": 2.4164321530406596e-06, + "S": 2.7593757749855286e-06, + "I": 0.0036559959407895803, + "C": 6.931425741640851e-05, + "R": 1.0170600035053212e-05, + "M": 0.0001928652636706829, + "O": 4.287237607059069e-05, + "W": 3.899639068549732e-06, + "N": 0.00012358110689092427, + "Y": 0.004966926760971546, + "U": 3.1367128485726425e-06, + "K": 9.869950190477539e-06, + "L": 4.776675723405788e-06, + "G": 0.00028599592042155564, + "F": 0.000999931711703539, + "E": 0.0007885342347435653, + "T": 0.003516389289870858, + "P": 0.3235027492046356, + "-": 0.6618177890777588 + }, + "id": "tp_16145" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2018151, + "label": "-", + "classification": { + "B": 6.001704946356767e-07, + "S": 7.169139166762761e-07, + "I": 0.0006380236591212451, + "C": 1.82554333605367e-06, + "R": 7.554787657682027e-07, + "M": 7.20941970939748e-05, + "O": 1.998835796257481e-05, + "W": 1.00252896118036e-06, + "N": 1.17333156595123e-05, + "Y": 0.0007966679986566305, + "U": 1.543816239291118e-07, + "K": 1.8255074962780782e-07, + "L": 1.207547484227689e-06, + "G": 6.818312249379233e-05, + "F": 0.0003535359865054488, + "E": 5.111786231282167e-05, + "T": 0.0019137306371703744, + "P": 0.28658369183540344, + "-": 0.7094847559928894 + }, + "id": "tp_16146" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2018252, + "label": "P", + "classification": { + "B": 3.107066277152626e-06, + "S": 5.1088495638396125e-06, + "I": 0.0025308316107839346, + "C": 0.0001044215532601811, + "R": 1.660792258917354e-05, + "M": 5.922123818891123e-05, + "O": 3.854676469927654e-05, + "W": 5.03019145980943e-06, + "N": 0.0002554752863943577, + "Y": 0.0018836578819900751, + "U": 1.0295810170646291e-05, + "K": 8.308491669595242e-05, + "L": 4.167137831245782e-06, + "G": 0.00026715820422396064, + "F": 0.0029337911400943995, + "E": 0.001610441249795258, + "T": 0.0009915875270962715, + "P": 0.5799975395202637, + "-": 0.40919986367225647 + }, + "id": "tp_16147" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2018385, + "label": "-", + "classification": { + "B": 3.582167482818477e-05, + "S": 5.596341361524537e-05, + "I": 0.0008469909662380815, + "C": 0.00011811906733782962, + "R": 3.59552213922143e-05, + "M": 0.0009120721369981766, + "O": 0.0003520350728649646, + "W": 5.981143840472214e-05, + "N": 0.00016220800171140581, + "Y": 0.0062224287539720535, + "U": 2.290364500368014e-05, + "K": 0.00041811642586253583, + "L": 3.712254329002462e-05, + "G": 0.0014725418295711279, + "F": 0.013370356522500515, + "E": 0.00227318680845201, + "T": 0.0036749092396348715, + "P": 0.15407530963420868, + "-": 0.8158541321754456 + }, + "id": "tp_16148" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2018519, + "label": "-", + "classification": { + "B": 3.109991303062998e-05, + "S": 1.8746606656350195e-05, + "I": 0.046592630445957184, + "C": 0.0015181878115981817, + "R": 0.0002313235163455829, + "M": 0.008955160155892372, + "O": 0.0005277315503917634, + "W": 1.3639227290695999e-05, + "N": 0.00030133166001178324, + "Y": 0.3537391722202301, + "U": 1.8241721591039095e-06, + "K": 6.551647402375238e-06, + "L": 8.79220460774377e-05, + "G": 0.01329494547098875, + "F": 0.0007213255157694221, + "E": 0.0021544324699789286, + "T": 0.05225454643368721, + "P": 0.029088826850056648, + "-": 0.49046069383621216 + }, + "id": "tp_16149" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2018652, + "label": "-", + "classification": { + "B": 0.00018471087969373912, + "S": 5.482359483721666e-05, + "I": 0.03955378383398056, + "C": 0.007851948961615562, + "R": 0.0025595491752028465, + "M": 0.004207886755466461, + "O": 0.0009176295716315508, + "W": 0.00019336149853188545, + "N": 0.002761350478976965, + "Y": 0.027836496010422707, + "U": 0.00023973587667569518, + "K": 0.0012541725300252438, + "L": 0.0002819167566485703, + "G": 0.011880705133080482, + "F": 0.011897068470716476, + "E": 0.02916821651160717, + "T": 0.007001694291830063, + "P": 0.3932822346687317, + "-": 0.45887282490730286 + }, + "id": "tp_16150" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2018752, + "label": "-", + "classification": { + "B": 1.292705383093562e-05, + "S": 1.9320464161864948e-06, + "I": 0.0016444313805550337, + "C": 0.00014747869863640517, + "R": 2.2816639102529734e-05, + "M": 0.00015256019833032042, + "O": 7.063174416543916e-05, + "W": 4.511858151090564e-06, + "N": 6.746646977262571e-05, + "Y": 0.0007140594534575939, + "U": 4.341176463640295e-06, + "K": 2.5364272460137727e-06, + "L": 1.5665398677811027e-05, + "G": 0.0003142394998576492, + "F": 0.0010719613637775183, + "E": 0.0006262329989112914, + "T": 0.0007367043290287256, + "P": 0.43694940209388733, + "-": 0.5574402213096619 + }, + "id": "tp_16151" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2018886, + "label": "-", + "classification": { + "B": 3.5236798368032396e-08, + "S": 1.4860296460028621e-07, + "I": 0.0008996016695164144, + "C": 7.293969247257337e-06, + "R": 2.0862105429841904e-06, + "M": 9.531391697237268e-06, + "O": 4.320379957789555e-06, + "W": 3.2566296681579843e-07, + "N": 1.1224738045712002e-05, + "Y": 0.00028715358348563313, + "U": 2.2133879440389137e-07, + "K": 1.4542702331254986e-07, + "L": 4.733779235266411e-07, + "G": 2.0845453036599793e-05, + "F": 0.00022939480550121516, + "E": 5.2486688218778e-05, + "T": 0.00029960981919430196, + "P": 0.45527833700180054, + "-": 0.5428967475891113 + }, + "id": "tp_16152" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2019019, + "label": "-", + "classification": { + "B": 2.5972528874262935e-06, + "S": 9.461950298828015e-07, + "I": 0.00031004147604107857, + "C": 8.829753824102227e-06, + "R": 1.494905859544815e-06, + "M": 2.5202516553690657e-05, + "O": 1.1712973901012447e-05, + "W": 1.3113848353896174e-06, + "N": 2.1946834749542177e-05, + "Y": 0.0008653349941596389, + "U": 1.0044653890872723e-06, + "K": 1.6233590940828435e-05, + "L": 5.612150175693387e-07, + "G": 0.00016283277363982052, + "F": 0.0017715502763167024, + "E": 0.0005055752699263394, + "T": 0.00021257235493976623, + "P": 0.30055874586105347, + "-": 0.6955215334892273 + }, + "id": "tp_16153" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2019152, + "label": "-", + "classification": { + "B": 1.3732850447922829e-06, + "S": 1.4585253893528716e-07, + "I": 0.0004453037108760327, + "C": 1.9203227566322312e-05, + "R": 1.1543900200194912e-06, + "M": 3.578071482479572e-05, + "O": 7.62140234655817e-06, + "W": 3.4769269063872343e-07, + "N": 1.0609925993776415e-05, + "Y": 0.00034876790596172214, + "U": 3.157173011913983e-07, + "K": 7.733197548986936e-07, + "L": 6.438943955799914e-07, + "G": 0.0001377621665596962, + "F": 0.0004872831632383168, + "E": 0.00021860873675905168, + "T": 0.00021607083908747882, + "P": 0.3849955201148987, + "-": 0.6130727529525757 + }, + "id": "tp_16154" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2019253, + "label": "-", + "classification": { + "B": 1.4204436411091592e-05, + "S": 1.5098395124368835e-05, + "I": 0.015330924652516842, + "C": 0.0005377947236411273, + "R": 0.00018143761553801596, + "M": 0.0015716387424618006, + "O": 0.0004389369278214872, + "W": 2.7698284611687995e-05, + "N": 0.000299330975394696, + "Y": 0.010863332077860832, + "U": 7.912574801594019e-06, + "K": 1.1715906111930963e-05, + "L": 5.0205602747155353e-05, + "G": 0.0017861396772786975, + "F": 0.0011669290252029896, + "E": 0.00034680095268413424, + "T": 0.01571251079440117, + "P": 0.2064739316701889, + "-": 0.7451634407043457 + }, + "id": "tp_16155" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2019386, + "label": "I", + "classification": { + "B": 0.00022889254614710808, + "S": 0.001563887926749885, + "I": 0.36531972885131836, + "C": 0.003670735517516732, + "R": 0.0015252541052177548, + "M": 0.005064303055405617, + "O": 0.002692868933081627, + "W": 0.0008522706339135766, + "N": 0.07092718780040741, + "Y": 0.12066775560379028, + "U": 8.566166798118502e-05, + "K": 0.04234538972377777, + "L": 0.00014748534886166453, + "G": 0.02333521842956543, + "F": 0.017350303009152412, + "E": 0.06568528711795807, + "T": 0.029332108795642853, + "P": 0.16202960908412933, + "-": 0.08717607706785202 + }, + "id": "tp_16156" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2019520, + "label": "P", + "classification": { + "B": 3.449641098995926e-06, + "S": 7.986441801222099e-07, + "I": 0.0027899411506950855, + "C": 8.880144741851836e-05, + "R": 5.654765573126497e-06, + "M": 9.29895686567761e-05, + "O": 1.629744474485051e-05, + "W": 1.0848940519281314e-06, + "N": 9.027206397149712e-05, + "Y": 0.0012215416645631194, + "U": 1.1852082479890669e-06, + "K": 7.2450984589522704e-06, + "L": 2.043201675405726e-06, + "G": 0.0004410562105476856, + "F": 0.001418495667167008, + "E": 0.002147515071555972, + "T": 0.00029049516888335347, + "P": 0.5615259408950806, + "-": 0.42985519766807556 + }, + "id": "tp_16157" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2019653, + "label": "-", + "classification": { + "B": 3.6050581964097717e-10, + "S": 1.0671116074112419e-10, + "I": 1.8277190974913538e-05, + "C": 9.462920758096516e-08, + "R": 1.670310112444895e-09, + "M": 6.364386990753701e-07, + "O": 2.2798374743615568e-08, + "W": 2.9980390392481127e-10, + "N": 6.033854305087516e-08, + "Y": 1.9512772269081324e-05, + "U": 1.4304364637229838e-10, + "K": 1.1184709824973993e-09, + "L": 6.118437423374701e-10, + "G": 7.293501198546437e-07, + "F": 1.1876091775775421e-05, + "E": 2.2223059204407036e-05, + "T": 5.227411747910082e-06, + "P": 0.2933788299560547, + "-": 0.7065424919128418 + }, + "id": "tp_16158" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2019753, + "label": "-", + "classification": { + "B": 9.289612535212655e-06, + "S": 4.336702659202274e-06, + "I": 0.04754962772130966, + "C": 0.0006504778284579515, + "R": 0.00018373930652160197, + "M": 0.0006339710671454668, + "O": 7.868282409617677e-05, + "W": 1.1933867426705547e-05, + "N": 0.0005670423270203173, + "Y": 0.02795148268342018, + "U": 8.774686648393981e-06, + "K": 0.00010314884275430813, + "L": 1.4209916116669774e-05, + "G": 0.002383593935519457, + "F": 0.003606439335271716, + "E": 0.0038733016699552536, + "T": 0.00579498428851366, + "P": 0.3663395047187805, + "-": 0.5402354001998901 + }, + "id": "tp_16159" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2019887, + "label": "-", + "classification": { + "B": 4.174069090367993e-06, + "S": 1.9966824766015634e-05, + "I": 0.002473826752975583, + "C": 8.455893112113699e-05, + "R": 1.1916255971300416e-05, + "M": 0.0006015580147504807, + "O": 8.774459274718538e-05, + "W": 1.0040103006758727e-05, + "N": 0.00031697371741756797, + "Y": 0.049470312893390656, + "U": 2.121199941029772e-06, + "K": 0.00517327431589365, + "L": 4.084195097675547e-06, + "G": 0.004814993590116501, + "F": 0.025352202355861664, + "E": 0.009717102162539959, + "T": 0.009366227313876152, + "P": 0.11288458108901978, + "-": 0.7796043753623962 + }, + "id": "tp_16160" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2020020, + "label": "-", + "classification": { + "B": 3.7948710087221116e-05, + "S": 2.6748268282972276e-05, + "I": 0.002363789826631546, + "C": 0.0005643687909469008, + "R": 7.265430031111464e-05, + "M": 0.0008234381675720215, + "O": 0.00028656463837251067, + "W": 2.5063438442884944e-05, + "N": 0.0003965294163208455, + "Y": 0.005698260385543108, + "U": 3.79763005184941e-05, + "K": 0.00013046158710494637, + "L": 5.856416828464717e-05, + "G": 0.0020684979390352964, + "F": 0.009890308603644371, + "E": 0.004092992749065161, + "T": 0.0033773151226341724, + "P": 0.2570455074310303, + "-": 0.7130029797554016 + }, + "id": "tp_16161" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2020153, + "label": "P", + "classification": { + "B": 6.432855137461502e-09, + "S": 7.317225492187163e-09, + "I": 3.810083944699727e-05, + "C": 3.881743637634827e-08, + "R": 6.670954899590242e-09, + "M": 5.660523925143934e-07, + "O": 1.1773710895113254e-07, + "W": 6.310405975540334e-09, + "N": 1.212821757690108e-06, + "Y": 5.151683581061661e-06, + "U": 1.5982557499683026e-09, + "K": 4.1065984390797894e-08, + "L": 1.990089648629123e-09, + "G": 1.344489191978937e-06, + "F": 5.173857061890885e-05, + "E": 2.176764428440947e-05, + "T": 4.849418019148288e-06, + "P": 0.9402713179588318, + "-": 0.05960368737578392 + }, + "id": "tp_16162" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2020254, + "label": "-", + "classification": { + "B": 1.0169755114475265e-05, + "S": 6.3874676925479434e-06, + "I": 0.001684812712483108, + "C": 7.87408062024042e-05, + "R": 8.75507976161316e-06, + "M": 0.00021016840764787048, + "O": 6.104088242864236e-05, + "W": 8.333362529810984e-06, + "N": 0.00016381923342123628, + "Y": 0.0013347547501325607, + "U": 5.407254320743959e-06, + "K": 5.378440619097091e-05, + "L": 6.02381760472781e-06, + "G": 0.0003700798552017659, + "F": 0.0033053334336727858, + "E": 0.004240929614752531, + "T": 0.0008184945909306407, + "P": 0.4456873834133148, + "-": 0.5419456958770752 + }, + "id": "tp_16163" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2020387, + "label": "-", + "classification": { + "B": 0.00045622303150594234, + "S": 0.00013494494487531483, + "I": 0.026392420753836632, + "C": 0.00416124751791358, + "R": 0.0014146723551675677, + "M": 0.009259456768631935, + "O": 0.0015280399238690734, + "W": 0.0003315083449706435, + "N": 0.0020005626138299704, + "Y": 0.06931531429290771, + "U": 0.00031210266752168536, + "K": 0.0029448275454342365, + "L": 0.0004756624111905694, + "G": 0.02370857261121273, + "F": 0.014551396481692791, + "E": 0.026473434641957283, + "T": 0.023264151066541672, + "P": 0.14848531782627106, + "-": 0.6447901129722595 + }, + "id": "tp_16164" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2020521, + "label": "-", + "classification": { + "B": 3.025406272172404e-07, + "S": 1.992198406242096e-07, + "I": 0.00015637071919627488, + "C": 3.7976801650074776e-06, + "R": 5.710572281714121e-07, + "M": 6.533285613841144e-06, + "O": 4.7133166845014784e-06, + "W": 2.7627669396679266e-07, + "N": 1.1617033123911824e-05, + "Y": 0.00021847638709004968, + "U": 4.305784102598409e-07, + "K": 1.6694677469786257e-05, + "L": 1.1938692523472128e-07, + "G": 4.254447412677109e-05, + "F": 0.0014729670947417617, + "E": 0.0002663389896042645, + "T": 0.0001154583296738565, + "P": 0.3619815707206726, + "-": 0.635701060295105 + }, + "id": "tp_16165" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2020654, + "label": "-", + "classification": { + "B": 8.190390872186981e-06, + "S": 5.3490048230742104e-06, + "I": 0.0011402855161577463, + "C": 0.00012340607645455748, + "R": 1.4911977814335842e-05, + "M": 0.00012657773913815618, + "O": 4.934249591315165e-05, + "W": 1.364187482977286e-05, + "N": 0.00015537318540737033, + "Y": 0.002236775355413556, + "U": 8.2753513197531e-06, + "K": 0.0010458201868459582, + "L": 2.3639784103579586e-06, + "G": 0.0006929454975761473, + "F": 0.0037780627608299255, + "E": 0.005921811331063509, + "T": 0.0005296174203976989, + "P": 0.32396548986434937, + "-": 0.6601818203926086 + }, + "id": "tp_16166" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2020754, + "label": "P", + "classification": { + "B": 6.468364063039189e-06, + "S": 2.186810206694645e-06, + "I": 0.002575586549937725, + "C": 9.024989253703097e-07, + "R": 2.1542017236697575e-07, + "M": 5.120292553328909e-05, + "O": 7.0777482505945954e-06, + "W": 6.349079626488674e-07, + "N": 9.846194734564051e-05, + "Y": 6.021768422215246e-05, + "U": 8.703246834329548e-08, + "K": 3.938050952001504e-07, + "L": 6.008224318065913e-07, + "G": 2.327384390810039e-05, + "F": 7.634213397977874e-05, + "E": 0.0006725057028234005, + "T": 0.00016135480836965144, + "P": 0.9557440876960754, + "-": 0.040518276393413544 + }, + "id": "tp_16167" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2020888, + "label": "P", + "classification": { + "B": 0.0004941076040267944, + "S": 0.00015020387945696712, + "I": 0.0948982760310173, + "C": 0.0021805239375680685, + "R": 0.0002934937656391412, + "M": 0.002266479190438986, + "O": 0.00046731490874662995, + "W": 9.470187069382519e-05, + "N": 0.003545528743416071, + "Y": 0.0036805623676627874, + "U": 4.8606198106426746e-05, + "K": 3.791538983932696e-05, + "L": 0.0003091910621151328, + "G": 0.004263800103217363, + "F": 0.0030428010504692793, + "E": 0.01921754516661167, + "T": 0.0033369457814842463, + "P": 0.7318789958953857, + "-": 0.12979312241077423 + }, + "id": "tp_16168" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2021021, + "label": "-", + "classification": { + "B": 7.2338393692916725e-06, + "S": 1.1499299034767319e-05, + "I": 0.004698791075497866, + "C": 0.00042157809366472065, + "R": 0.00014929594181012362, + "M": 0.0009224077221006155, + "O": 0.00023976783268153667, + "W": 3.112397462246008e-05, + "N": 0.0003464606706984341, + "Y": 0.006815111730247736, + "U": 3.0716779292561114e-05, + "K": 0.0003056364948861301, + "L": 3.140199260087684e-05, + "G": 0.0010061180219054222, + "F": 0.00594630092382431, + "E": 0.002801730763167143, + "T": 0.006206783000379801, + "P": 0.16747207939624786, + "-": 0.8025559186935425 + }, + "id": "tp_16169" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2021154, + "label": "-", + "classification": { + "B": 4.517218599175976e-07, + "S": 2.5627332433941774e-07, + "I": 9.648292325437069e-05, + "C": 3.3575090583326528e-06, + "R": 5.131162197358208e-07, + "M": 2.978347947646398e-05, + "O": 6.5719282247300725e-06, + "W": 4.716870591892075e-07, + "N": 4.243738658260554e-06, + "Y": 0.0003265929117333144, + "U": 2.1624011026233347e-07, + "K": 5.9731814872066025e-06, + "L": 1.8716896477144473e-07, + "G": 4.877942774328403e-05, + "F": 0.0005777933401986957, + "E": 0.00014652534446213394, + "T": 0.0002568029158283025, + "P": 0.19602622091770172, + "-": 0.8024686574935913 + }, + "id": "tp_16170" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2021255, + "label": "P", + "classification": { + "B": 7.077862392179668e-06, + "S": 3.0845608307572547e-06, + "I": 0.001171648153103888, + "C": 4.638821701519191e-05, + "R": 4.857645308220526e-06, + "M": 0.0002541034482419491, + "O": 5.2204239182174206e-05, + "W": 3.190540610376047e-06, + "N": 0.00011346134851919487, + "Y": 0.000526761170476675, + "U": 1.5735656688775634e-06, + "K": 7.868923603382427e-06, + "L": 4.759003786602989e-06, + "G": 0.0003725423594005406, + "F": 0.0012360598193481565, + "E": 0.0034100173506885767, + "T": 0.0005280389450490475, + "P": 0.5534529685974121, + "-": 0.43880340456962585 + }, + "id": "tp_16171" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2021388, + "label": "-", + "classification": { + "B": 4.991338755644392e-07, + "S": 1.3050298264261073e-07, + "I": 0.005932457745075226, + "C": 6.69194632791914e-05, + "R": 1.0663183275028132e-05, + "M": 4.263614027877338e-05, + "O": 7.479789474018617e-06, + "W": 4.28173819955191e-07, + "N": 4.037251710542478e-05, + "Y": 0.010634692385792732, + "U": 5.563463787439105e-07, + "K": 1.969713412108831e-05, + "L": 4.5837094830858405e-07, + "G": 0.00048112060176208615, + "F": 0.000730892876163125, + "E": 0.0008987649925984442, + "T": 0.0009318910306319594, + "P": 0.14890563488006592, + "-": 0.8312947750091553 + }, + "id": "tp_16172" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2021522, + "label": "P", + "classification": { + "B": 2.547218173276633e-05, + "S": 0.00011472494952613488, + "I": 0.05945561081171036, + "C": 3.4171702282037586e-05, + "R": 2.048479473160114e-05, + "M": 0.00032989951432682574, + "O": 9.621897334000096e-05, + "W": 1.845356382546015e-05, + "N": 0.00570800481364131, + "Y": 0.0037861999589949846, + "U": 3.7880631680309307e-06, + "K": 0.00038006380782462656, + "L": 5.899429197597783e-06, + "G": 0.0004960709484294057, + "F": 0.002748811384662986, + "E": 0.007776698097586632, + "T": 0.003332216525450349, + "P": 0.8220460414886475, + "-": 0.09362123161554337 + }, + "id": "tp_16173" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2021655, + "label": "-", + "classification": { + "B": 4.952314558437365e-09, + "S": 6.29353502645813e-09, + "I": 0.00016284633602481335, + "C": 2.898490720326663e-06, + "R": 2.2291263235274528e-07, + "M": 1.8947681610370637e-06, + "O": 3.839552107365307e-07, + "W": 2.8526502049430746e-08, + "N": 1.732351506689156e-06, + "Y": 9.905268962029368e-05, + "U": 8.437265108796055e-08, + "K": 1.4821220020166948e-06, + "L": 3.300332451772192e-08, + "G": 1.1060505130444653e-05, + "F": 0.0002238441229565069, + "E": 0.0001174585850094445, + "T": 4.137996074859984e-05, + "P": 0.2666751444339752, + "-": 0.7326604723930359 + }, + "id": "tp_16174" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2021755, + "label": "P", + "classification": { + "B": 0.00026953237829729915, + "S": 0.0001339534210273996, + "I": 0.029886087402701378, + "C": 0.0007052352884784341, + "R": 0.00012695524492301047, + "M": 0.0006960232858546078, + "O": 0.00022230844479054213, + "W": 7.744574395474046e-05, + "N": 0.003244204679504037, + "Y": 0.0018375043291598558, + "U": 7.35240028006956e-05, + "K": 0.0002681779442355037, + "L": 7.074821769492701e-05, + "G": 0.001315091853030026, + "F": 0.003291127271950245, + "E": 0.010559937916696072, + "T": 0.0020186607725918293, + "P": 0.7979616522789001, + "-": 0.14724181592464447 + }, + "id": "tp_16175" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2021889, + "label": "P", + "classification": { + "B": 2.6821537176147103e-05, + "S": 8.88616432348499e-06, + "I": 0.0012421701103448868, + "C": 3.5965946153737605e-05, + "R": 4.5031256377114914e-06, + "M": 8.668078226037323e-05, + "O": 3.471093441476114e-05, + "W": 3.8181756281119306e-06, + "N": 0.00023897863866295666, + "Y": 0.00031708311871625483, + "U": 3.550320570866461e-06, + "K": 1.4584604286937974e-05, + "L": 5.61440538149327e-06, + "G": 0.00034311271156184375, + "F": 0.0015818512765690684, + "E": 0.003924472723156214, + "T": 0.0005614908877760172, + "P": 0.8432953357696533, + "-": 0.1482703685760498 + }, + "id": "tp_16176" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2022022, + "label": "-", + "classification": { + "B": 1.0538917649682844e-07, + "S": 2.5160323957607034e-07, + "I": 0.004800332710146904, + "C": 7.996640306373592e-06, + "R": 1.564310309731809e-06, + "M": 6.558654422406107e-05, + "O": 7.299524440895766e-06, + "W": 3.5635568451652944e-07, + "N": 9.90029948297888e-05, + "Y": 0.003606823505833745, + "U": 3.5432242384558776e-07, + "K": 0.00010828481754288077, + "L": 2.0221014551680128e-07, + "G": 0.00044976428034715354, + "F": 0.0009844097075983882, + "E": 0.0018369161989539862, + "T": 0.001460975268855691, + "P": 0.2610510289669037, + "-": 0.7255188226699829 + }, + "id": "tp_16177" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2022155, + "label": "-", + "classification": { + "B": 0.00015229791461024433, + "S": 3.151516284560785e-05, + "I": 0.027739666402339935, + "C": 0.00364256021566689, + "R": 0.000827829702757299, + "M": 0.002339511178433895, + "O": 0.0004781281459145248, + "W": 3.882895180140622e-05, + "N": 0.001257506781257689, + "Y": 0.030780348926782608, + "U": 0.00010259327245876193, + "K": 0.00017344931256957352, + "L": 0.00021327937429305166, + "G": 0.01445430051535368, + "F": 0.006988071836531162, + "E": 0.009553625248372555, + "T": 0.010888439603149891, + "P": 0.33064624667167664, + "-": 0.5596917867660522 + }, + "id": "tp_16178" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2022256, + "label": "-", + "classification": { + "B": 1.5726585843367502e-05, + "S": 2.8587628548848443e-06, + "I": 0.005819156765937805, + "C": 0.00020199896243866533, + "R": 2.3975013391464017e-05, + "M": 0.0005588609492406249, + "O": 7.853573333704844e-05, + "W": 6.298669177340344e-06, + "N": 0.0001727893977658823, + "Y": 0.0051340023055672646, + "U": 7.876258678152226e-06, + "K": 5.636162677546963e-05, + "L": 1.0104793545906432e-05, + "G": 0.0012572609120979905, + "F": 0.0015004954766482115, + "E": 0.0025698277167975903, + "T": 0.0015522835310548544, + "P": 0.31948432326316833, + "-": 0.6615473031997681 + }, + "id": "tp_16179" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2022389, + "label": "-", + "classification": { + "B": 4.848054402373236e-09, + "S": 1.7385806572178808e-08, + "I": 2.4687719815119635e-06, + "C": 7.572961813195889e-09, + "R": 5.534621649871951e-10, + "M": 8.308868473250186e-07, + "O": 2.4049350599852914e-07, + "W": 4.5825228056628475e-09, + "N": 9.46652320976682e-08, + "Y": 3.9467386159230955e-06, + "U": 6.67754351812988e-10, + "K": 3.183133090445267e-09, + "L": 6.7588499241821864e-09, + "G": 5.25978919085901e-07, + "F": 0.00012160283222328871, + "E": 7.747062227281276e-06, + "T": 1.5253742276399862e-05, + "P": 0.40293458104133606, + "-": 0.5969127416610718 + }, + "id": "tp_16180" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2022523, + "label": "-", + "classification": { + "B": 0.00018731816089712083, + "S": 7.669104525120929e-05, + "I": 0.00888362992554903, + "C": 0.0012469919165596366, + "R": 0.00016247994790319353, + "M": 0.0030051672365516424, + "O": 0.0006693416507914662, + "W": 0.00013954262249171734, + "N": 0.0011127303587272763, + "Y": 0.008810926228761673, + "U": 0.00011830366565845907, + "K": 0.0005865857820026577, + "L": 0.00016055024752859026, + "G": 0.006365626119077206, + "F": 0.009971825405955315, + "E": 0.026876790449023247, + "T": 0.005250554997473955, + "P": 0.37361159920692444, + "-": 0.5527633428573608 + }, + "id": "tp_16181" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2022656, + "label": "-", + "classification": { + "B": 8.591228834120557e-06, + "S": 5.164891263120808e-06, + "I": 0.0023486330173909664, + "C": 0.00026217091362923384, + "R": 2.7235460947849788e-05, + "M": 0.0004752758250106126, + "O": 0.00012790113396476954, + "W": 5.1344718485779595e-06, + "N": 0.00010705460590543225, + "Y": 0.0036714947782456875, + "U": 3.2450907383463345e-06, + "K": 4.8907718337432016e-06, + "L": 1.1856867786264047e-05, + "G": 0.0006152405985631049, + "F": 0.0014362650690600276, + "E": 0.0007631679181940854, + "T": 0.0017408293206244707, + "P": 0.17479337751865387, + "-": 0.8135925531387329 + }, + "id": "tp_16182" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2022756, + "label": "-", + "classification": { + "B": 2.0943885829183273e-05, + "S": 4.6274031774373725e-05, + "I": 0.008215949870646, + "C": 0.00011845766857732087, + "R": 8.656347199575976e-05, + "M": 0.001658257795497775, + "O": 0.0006320981774479151, + "W": 4.3449872464407235e-05, + "N": 0.0006573483115062118, + "Y": 0.02606027014553547, + "U": 1.0393398042651825e-05, + "K": 0.00032092558103613555, + "L": 3.352663406985812e-05, + "G": 0.003118476364761591, + "F": 0.006035631988197565, + "E": 0.0020465573761612177, + "T": 0.019720925018191338, + "P": 0.15263701975345612, + "-": 0.7785369753837585 + }, + "id": "tp_16183" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2022890, + "label": "P", + "classification": { + "B": 2.8085462417948293e-06, + "S": 4.123868620808935e-06, + "I": 0.0006322261760942638, + "C": 2.6216855530947214e-06, + "R": 6.973744461902243e-07, + "M": 2.311782372999005e-05, + "O": 2.357463563384954e-05, + "W": 2.9398077003861545e-06, + "N": 4.122526297578588e-05, + "Y": 5.295650043990463e-05, + "U": 4.353553606506466e-07, + "K": 3.637613303908438e-07, + "L": 2.6003533548646374e-06, + "G": 2.295126614626497e-05, + "F": 0.00043498585000634193, + "E": 0.00023902613611426204, + "T": 0.0002235941938124597, + "P": 0.7690414786338806, + "-": 0.22924824059009552 + }, + "id": "tp_16184" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2023023, + "label": "-", + "classification": { + "B": 5.9080846881442994e-09, + "S": 3.216308330777906e-09, + "I": 0.00011642539902823046, + "C": 7.048779480101075e-07, + "R": 6.965891685695169e-08, + "M": 1.002761791824014e-06, + "O": 2.616114898046362e-07, + "W": 1.0563484309500382e-08, + "N": 1.2362019106149091e-06, + "Y": 7.684204319957644e-05, + "U": 1.433697871533468e-08, + "K": 7.623616227192542e-08, + "L": 9.756758068135696e-09, + "G": 5.0829830797738396e-06, + "F": 8.488395542372018e-05, + "E": 3.493408439680934e-05, + "T": 3.2909079891396686e-05, + "P": 0.4628826677799225, + "-": 0.5367628335952759 + }, + "id": "tp_16185" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2023156, + "label": "-", + "classification": { + "B": 3.738186933333054e-06, + "S": 2.2437579900724813e-06, + "I": 0.00022313540102913976, + "C": 8.33243211673107e-06, + "R": 2.478200485711568e-06, + "M": 0.00010607925651129335, + "O": 2.3778147806297056e-05, + "W": 2.382071670581354e-06, + "N": 1.7177793779410422e-05, + "Y": 0.0025671818293631077, + "U": 1.4869820006424561e-06, + "K": 4.4072006858186796e-05, + "L": 1.8610705865285126e-06, + "G": 0.00023908998991828412, + "F": 0.0023634587414562702, + "E": 0.0005599326686933637, + "T": 0.0009230715804733336, + "P": 0.1677084118127823, + "-": 0.8252020478248596 + }, + "id": "tp_16186" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2023257, + "label": "-", + "classification": { + "B": 1.1999822163488716e-05, + "S": 1.764853323038551e-06, + "I": 0.00011442784307291731, + "C": 9.433142622583546e-06, + "R": 3.0087746836215956e-06, + "M": 0.00013084530655760318, + "O": 5.082612551632337e-05, + "W": 1.9492565570544684e-06, + "N": 3.843751528620487e-06, + "Y": 0.0011122794821858406, + "U": 5.440764425657107e-07, + "K": 1.8686280611746042e-07, + "L": 1.0326298252039123e-05, + "G": 0.00018789041496347636, + "F": 0.0011315724113956094, + "E": 4.7018631448736414e-05, + "T": 0.0011787998955696821, + "P": 0.10874590277671814, + "-": 0.8872573971748352 + }, + "id": "tp_16187" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2023390, + "label": "-", + "classification": { + "B": 9.763846620103322e-09, + "S": 4.4636112583873455e-09, + "I": 3.9369174373860005e-06, + "C": 7.800235124477695e-08, + "R": 3.2309896980109443e-09, + "M": 6.823170792813471e-07, + "O": 2.0380572607336944e-07, + "W": 5.136968184160651e-09, + "N": 1.6363041765998787e-07, + "Y": 1.6854728528414853e-05, + "U": 2.5528781311123794e-09, + "K": 1.2023413376027747e-07, + "L": 3.3651361697195625e-09, + "G": 2.019305156863993e-06, + "F": 0.00018211007409263402, + "E": 2.4449107513646595e-05, + "T": 8.573535524192266e-06, + "P": 0.21732056140899658, + "-": 0.782440185546875 + }, + "id": "tp_16188" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2023524, + "label": "-", + "classification": { + "B": 2.104721488649375e-06, + "S": 1.9654680727398954e-06, + "I": 0.0007514281314797699, + "C": 2.0543753635138273e-05, + "R": 1.0437631317472551e-05, + "M": 5.3286745242075995e-05, + "O": 5.2461113227764145e-05, + "W": 5.272762336971937e-06, + "N": 2.5615241611376405e-05, + "Y": 0.0005443789414130151, + "U": 1.7914264844876016e-06, + "K": 7.037765499262605e-06, + "L": 3.5882917472918052e-06, + "G": 8.39519125293009e-05, + "F": 0.0014580608112737536, + "E": 0.00015987786173354834, + "T": 0.0005316002643667161, + "P": 0.26985064148902893, + "-": 0.7264358997344971 + }, + "id": "tp_16189" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2023657, + "label": "-", + "classification": { + "B": 8.389118306695309e-07, + "S": 1.4228726286091842e-07, + "I": 0.00404858123511076, + "C": 8.416452328674495e-05, + "R": 1.0155370546272025e-05, + "M": 0.00020672431855928153, + "O": 1.4134285265754443e-05, + "W": 3.3705688906593423e-07, + "N": 4.057266050949693e-05, + "Y": 0.006053512915968895, + "U": 4.517741274412401e-07, + "K": 3.0019776886547334e-07, + "L": 2.9710483886447037e-06, + "G": 0.0004985042614862323, + "F": 0.00044826639350503683, + "E": 0.0005484337452799082, + "T": 0.001422292785719037, + "P": 0.40165847539901733, + "-": 0.5849611163139343 + }, + "id": "tp_16190" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2023757, + "label": "-", + "classification": { + "B": 3.1710180792288156e-06, + "S": 2.23398004095543e-07, + "I": 0.0006301438552327454, + "C": 1.3038410543231294e-05, + "R": 1.48912192798889e-06, + "M": 4.9901605962077156e-05, + "O": 1.2906838492199313e-05, + "W": 6.320889838207222e-07, + "N": 1.684591370576527e-05, + "Y": 0.0003062874311581254, + "U": 2.9594295369861356e-07, + "K": 2.4235197315647383e-07, + "L": 1.6199558103835443e-06, + "G": 0.00010059455962618813, + "F": 0.000600818544626236, + "E": 0.0005392962484620512, + "T": 0.00018423449364490807, + "P": 0.46756088733673096, + "-": 0.5299773812294006 + }, + "id": "tp_16191" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2023891, + "label": "-", + "classification": { + "B": 7.156023639254272e-05, + "S": 6.316912276815856e-06, + "I": 0.003359310096129775, + "C": 0.0002147461345884949, + "R": 6.383896834449843e-05, + "M": 0.0030808174051344395, + "O": 0.00023646102636121213, + "W": 8.177202289516572e-06, + "N": 4.942520536133088e-05, + "Y": 0.023583607748150826, + "U": 4.276837898942176e-06, + "K": 5.944856184214586e-06, + "L": 6.327014125417918e-05, + "G": 0.005255596712231636, + "F": 0.0010546528501436114, + "E": 0.0014489864697679877, + "T": 0.011712610721588135, + "P": 0.0725526288151741, + "-": 0.877227783203125 + }, + "id": "tp_16192" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2024024, + "label": "-", + "classification": { + "B": 1.0473654583620373e-06, + "S": 1.0214303074462805e-06, + "I": 0.0020968345925211906, + "C": 3.759930041269399e-05, + "R": 6.902967470523436e-06, + "M": 4.851685298490338e-05, + "O": 2.4532031602575444e-05, + "W": 2.2887256818648893e-06, + "N": 7.068281411193311e-05, + "Y": 0.0008142570732161403, + "U": 1.8783717905535013e-06, + "K": 3.515031494316645e-06, + "L": 1.922336650750367e-06, + "G": 9.48168890317902e-05, + "F": 0.0008181837620213628, + "E": 0.00015387276653200388, + "T": 0.0007742870366200805, + "P": 0.425178587436676, + "-": 0.5698692798614502 + }, + "id": "tp_16193" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2024157, + "label": "P", + "classification": { + "B": 5.520430335081983e-09, + "S": 8.274212426329086e-09, + "I": 4.738678762805648e-05, + "C": 1.2389884318508848e-07, + "R": 9.304792492059732e-09, + "M": 2.4427592393294617e-07, + "O": 1.34632728077122e-07, + "W": 4.2142134226708095e-09, + "N": 1.7125677231888403e-06, + "Y": 2.9537804948631674e-05, + "U": 6.301716037881988e-09, + "K": 4.334556535923184e-07, + "L": 3.5755538529969044e-09, + "G": 6.2398958107223734e-06, + "F": 0.0004566398565657437, + "E": 0.00010603154805721715, + "T": 1.1429258847783785e-05, + "P": 0.690346896648407, + "-": 0.3089931905269623 + }, + "id": "tp_16194" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2024258, + "label": "-", + "classification": { + "B": 8.945256979586702e-09, + "S": 2.36429698041718e-09, + "I": 2.7860276532010175e-05, + "C": 4.31698964575844e-07, + "R": 3.611704002537408e-08, + "M": 5.391548256739043e-06, + "O": 2.9333097018025e-07, + "W": 2.1870802946466483e-09, + "N": 1.6521627799193084e-07, + "Y": 0.0003089820093009621, + "U": 2.570241131039097e-09, + "K": 2.6849837908571317e-08, + "L": 2.695482237413671e-08, + "G": 3.9483180444221944e-05, + "F": 0.00027489347849041224, + "E": 2.246617805212736e-05, + "T": 6.044185283826664e-05, + "P": 0.07541529834270477, + "-": 0.9238440990447998 + }, + "id": "tp_16195" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2024391, + "label": "-", + "classification": { + "B": 2.016147163885762e-06, + "S": 1.8420212199998787e-07, + "I": 0.003975460305809975, + "C": 0.00028126753750257194, + "R": 1.7209902580361813e-05, + "M": 8.954341319622472e-05, + "O": 1.6273292203550227e-05, + "W": 7.954174066071573e-07, + "N": 4.3950545659754425e-05, + "Y": 0.001308532664552331, + "U": 1.9665208128571976e-06, + "K": 1.424441734343418e-06, + "L": 3.862360699713463e-06, + "G": 0.0006233326275832951, + "F": 0.00040130974957719445, + "E": 0.0007726939511485398, + "T": 0.00040090407128445804, + "P": 0.48457083106040955, + "-": 0.5074884295463562 + }, + "id": "tp_16196" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2024525, + "label": "P", + "classification": { + "B": 1.4004098375153262e-05, + "S": 7.546630058641313e-06, + "I": 0.005955952685326338, + "C": 0.000201521092094481, + "R": 1.8794089555740356e-05, + "M": 0.0006394915981218219, + "O": 8.64879330038093e-05, + "W": 8.826034900266677e-06, + "N": 0.0003633275628089905, + "Y": 0.00043785711750388145, + "U": 5.846284238941735e-06, + "K": 7.802196705597453e-06, + "L": 1.8696980987442657e-05, + "G": 0.0002733346773311496, + "F": 0.001729435520246625, + "E": 0.004204619210213423, + "T": 0.0012235234025865793, + "P": 0.6541128754615784, + "-": 0.33069005608558655 + }, + "id": "tp_16197" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2024658, + "label": "P", + "classification": { + "B": 9.288568776355532e-07, + "S": 1.0500673397473292e-06, + "I": 0.0021165336947888136, + "C": 1.880099625850562e-05, + "R": 2.055826371361036e-06, + "M": 1.7464109987486154e-05, + "O": 1.0447947715874761e-05, + "W": 2.020284000536776e-06, + "N": 0.0002343085507163778, + "Y": 0.00021119216398801655, + "U": 2.2338651888276218e-06, + "K": 0.00010027737880591303, + "L": 3.7654402262887743e-07, + "G": 8.401717786910012e-05, + "F": 0.0009164958610199392, + "E": 0.005192330107092857, + "T": 0.00014694654964841902, + "P": 0.7623603940010071, + "-": 0.22858218848705292 + }, + "id": "tp_16198" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2024758, + "label": "-", + "classification": { + "B": 4.992793956049013e-10, + "S": 7.853355465936573e-11, + "I": 9.025913641380612e-06, + "C": 1.8370170096204674e-07, + "R": 1.6519299705919366e-08, + "M": 3.408407565075322e-07, + "O": 9.168741854637119e-08, + "W": 6.209675551538396e-10, + "N": 3.719324581652472e-08, + "Y": 9.527276233711746e-06, + "U": 9.191880590009305e-10, + "K": 1.3245248231541495e-09, + "L": 4.016104337978277e-09, + "G": 1.6544668142159935e-06, + "F": 1.1165239811816718e-05, + "E": 1.1322742921038298e-06, + "T": 2.4022047000471503e-05, + "P": 0.063932403922081, + "-": 0.9360103607177734 + }, + "id": "tp_16199" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2024892, + "label": "-", + "classification": { + "B": 9.559925073787667e-10, + "S": 3.122463676508147e-10, + "I": 6.661161023657769e-06, + "C": 2.393333033978706e-07, + "R": 6.259279317077926e-09, + "M": 1.9502058989928628e-07, + "O": 4.522654606375909e-08, + "W": 1.4116746660519652e-09, + "N": 7.295739123946987e-08, + "Y": 1.5590896509820595e-05, + "U": 1.7747550096203213e-09, + "K": 2.1832295260537649e-07, + "L": 9.026536185174905e-10, + "G": 2.2220679056772497e-06, + "F": 0.00023579646949656308, + "E": 1.0107217349286657e-05, + "T": 4.125778104935307e-06, + "P": 0.21491646766662598, + "-": 0.7848082184791565 + }, + "id": "tp_16200" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2025025, + "label": "P", + "classification": { + "B": 1.8279671110121853e-08, + "S": 2.2246009478976703e-08, + "I": 0.0006632470176555216, + "C": 9.043668001140759e-07, + "R": 1.7901825799526705e-07, + "M": 9.711770871945191e-07, + "O": 4.5954851657370455e-07, + "W": 3.2590641296792455e-08, + "N": 1.408706339134369e-05, + "Y": 7.001867925282568e-05, + "U": 3.567059891906865e-08, + "K": 1.6718729511921993e-06, + "L": 1.2640868796154336e-08, + "G": 1.2737262295559049e-05, + "F": 0.0002839174121618271, + "E": 9.928899817168713e-05, + "T": 1.392314243275905e-05, + "P": 0.8267095685005188, + "-": 0.1721288561820984 + }, + "id": "tp_16201" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2025125, + "label": "P", + "classification": { + "B": 1.3487737593465e-09, + "S": 1.5563536570617487e-10, + "I": 1.1918352811335353e-06, + "C": 1.0287615204163103e-10, + "R": 2.52938620569354e-12, + "M": 1.8793539169337237e-08, + "O": 3.9529859385822874e-09, + "W": 1.7045332159626447e-11, + "N": 9.219269792026807e-09, + "Y": 1.0640155423402575e-08, + "U": 3.6461298932345676e-13, + "K": 7.928989496225336e-13, + "L": 2.1890732282425773e-11, + "G": 1.638814062232541e-08, + "F": 4.1033038655768905e-07, + "E": 4.463776690499799e-07, + "T": 5.396945113034235e-08, + "P": 0.9544527530670166, + "-": 0.04554516449570656 + }, + "id": "tp_16202" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2025259, + "label": "P", + "classification": { + "B": 2.94197150196851e-07, + "S": 4.419428378810153e-08, + "I": 0.00034392267116345465, + "C": 5.687089128514344e-07, + "R": 8.392953532165848e-08, + "M": 2.8391943487804383e-05, + "O": 9.798457085707923e-07, + "W": 2.065225679359628e-08, + "N": 5.334169600246241e-06, + "Y": 0.00024612387642264366, + "U": 1.0531877592256933e-08, + "K": 6.265668162086513e-07, + "L": 6.931577445357107e-08, + "G": 0.00010716744873207062, + "F": 0.0004834991996176541, + "E": 0.001756738405674696, + "T": 9.136782318819314e-05, + "P": 0.6856637597084045, + "-": 0.3112710118293762 + }, + "id": "tp_16203" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2025392, + "label": "P", + "classification": { + "B": 4.923292884484454e-10, + "S": 3.660592939880303e-10, + "I": 7.388473022729158e-05, + "C": 1.1672552702179928e-08, + "R": 1.020084239300445e-09, + "M": 7.979846827765869e-08, + "O": 9.78121139638688e-09, + "W": 2.916431263155772e-10, + "N": 4.846120873480686e-07, + "Y": 6.560579208780837e-07, + "U": 1.2576426011712272e-10, + "K": 8.35973734680806e-10, + "L": 2.340309612769431e-10, + "G": 1.3020463995871978e-07, + "F": 2.5702393031679094e-06, + "E": 8.558758963772561e-06, + "T": 6.571199264726602e-07, + "P": 0.9752562642097473, + "-": 0.02465668134391308 + }, + "id": "tp_16204" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2025526, + "label": "-", + "classification": { + "B": 3.355004878358159e-07, + "S": 2.711416016154544e-07, + "I": 0.0004422598867677152, + "C": 1.254048038390465e-05, + "R": 1.5070154404384084e-06, + "M": 4.717776027973741e-05, + "O": 1.4430122973863035e-05, + "W": 5.176914328330895e-07, + "N": 1.7140870113507845e-05, + "Y": 0.0006537835579365492, + "U": 5.351632808014983e-07, + "K": 4.30926593253389e-06, + "L": 1.022719743559719e-06, + "G": 0.00015202582289930433, + "F": 0.0007174668717198074, + "E": 0.0003767982707358897, + "T": 0.0006124205538071692, + "P": 0.2522535026073456, + "-": 0.7446919679641724 + }, + "id": "tp_16205" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2025626, + "label": "P", + "classification": { + "B": 1.3807043508506922e-08, + "S": 3.1480279716333825e-08, + "I": 0.0017252874094992876, + "C": 1.1596642934819101e-06, + "R": 7.853197558915781e-08, + "M": 2.174878545702086e-06, + "O": 4.3627355239550525e-07, + "W": 3.3698253076863693e-08, + "N": 3.302156983409077e-05, + "Y": 0.00010359081352362409, + "U": 1.6633235233598498e-08, + "K": 1.962269834621111e-06, + "L": 6.97520219361536e-09, + "G": 3.832109086943092e-06, + "F": 5.872074325452559e-05, + "E": 0.00031947100069373846, + "T": 3.598490002332255e-05, + "P": 0.7930852174758911, + "-": 0.20462901890277863 + }, + "id": "tp_16206" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2025759, + "label": "P", + "classification": { + "B": 7.098558853613213e-05, + "S": 1.8421051208861172e-05, + "I": 0.007488747127354145, + "C": 0.00015803801943548024, + "R": 2.837632564478554e-05, + "M": 0.0007759351283311844, + "O": 0.00014949288743082434, + "W": 1.932294253492728e-05, + "N": 0.0006270352751016617, + "Y": 0.002415918745100498, + "U": 1.8361364709562622e-05, + "K": 4.6687040594406426e-05, + "L": 2.107726140820887e-05, + "G": 0.0006721934187225997, + "F": 0.0017036687349900603, + "E": 0.002432087901979685, + "T": 0.0024827744346112013, + "P": 0.654434084892273, + "-": 0.32643672823905945 + }, + "id": "tp_16207" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2025893, + "label": "-", + "classification": { + "B": 7.769716603434063e-07, + "S": 1.6212014486427506e-07, + "I": 0.0004311050579417497, + "C": 4.2652362026274204e-05, + "R": 3.605146503105061e-06, + "M": 7.61343035264872e-05, + "O": 9.926522579917219e-06, + "W": 2.2391940035504376e-07, + "N": 1.2065556802554056e-05, + "Y": 0.0008053454221226275, + "U": 7.489385325243347e-07, + "K": 5.598262760031503e-06, + "L": 1.7931387219505268e-06, + "G": 0.0005117236287333071, + "F": 0.003425339935347438, + "E": 0.00045121851144358516, + "T": 0.0003158004838041961, + "P": 0.23951847851276398, + "-": 0.754387378692627 + }, + "id": "tp_16208" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2026026, + "label": "-", + "classification": { + "B": 2.9362016107370437e-07, + "S": 6.020515286309092e-08, + "I": 0.031858451664447784, + "C": 0.000458564143627882, + "R": 1.6601472452748567e-05, + "M": 0.00016333238454535604, + "O": 1.5092061403265689e-05, + "W": 3.138898705401516e-07, + "N": 5.579897333518602e-05, + "Y": 0.0036920267157256603, + "U": 3.041295144612377e-07, + "K": 7.535742696518355e-08, + "L": 2.806737256833003e-06, + "G": 0.0006733986083418131, + "F": 7.724552415311337e-05, + "E": 0.0006105605280026793, + "T": 0.0013846851652488112, + "P": 0.40263330936431885, + "-": 0.5583571195602417 + }, + "id": "tp_16209" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2026126, + "label": "-", + "classification": { + "B": 7.718622509855777e-05, + "S": 0.00011919499229406938, + "I": 0.001671300269663334, + "C": 0.00033308169804513454, + "R": 0.00011597858974710107, + "M": 0.0013956028269603848, + "O": 0.0006710479501634836, + "W": 0.00011315578740322962, + "N": 0.00023660804436076432, + "Y": 0.01577397622168064, + "U": 5.25974937772844e-05, + "K": 0.00035459743230603635, + "L": 0.00014457381621468812, + "G": 0.003145048627629876, + "F": 0.023947972804307938, + "E": 0.002173713408410549, + "T": 0.007352613378316164, + "P": 0.14496684074401855, + "-": 0.7973548769950867 + }, + "id": "tp_16210" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2026260, + "label": "-", + "classification": { + "B": 4.540484951576218e-05, + "S": 4.516046465141699e-05, + "I": 0.273441344499588, + "C": 0.004812802188098431, + "R": 0.0020948268938809633, + "M": 0.0016368685755878687, + "O": 0.0006557735032401979, + "W": 7.952779560582712e-05, + "N": 0.003251617308706045, + "Y": 0.06870400160551071, + "U": 3.543857383192517e-05, + "K": 0.00025845281197689474, + "L": 6.133101851446554e-05, + "G": 0.005191173870116472, + "F": 0.0020502177067101, + "E": 0.002124953316524625, + "T": 0.02306324802339077, + "P": 0.18440258502960205, + "-": 0.42804524302482605 + }, + "id": "tp_16211" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2026393, + "label": "P", + "classification": { + "B": 7.947018043630294e-10, + "S": 7.327538575907511e-09, + "I": 7.539691432612017e-05, + "C": 9.08198813931449e-08, + "R": 5.32673549713536e-09, + "M": 9.86977397587907e-07, + "O": 1.466813728256966e-07, + "W": 2.399281440190748e-09, + "N": 1.5665660839658813e-06, + "Y": 5.5413356676581316e-06, + "U": 9.502449938025848e-10, + "K": 1.0991926480130587e-08, + "L": 1.6169702243828965e-09, + "G": 5.395203288571793e-07, + "F": 1.7096177543862723e-05, + "E": 1.1090013686043676e-05, + "T": 1.822169178922195e-05, + "P": 0.8229842782020569, + "-": 0.1768849790096283 + }, + "id": "tp_16212" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2026527, + "label": "-", + "classification": { + "B": 4.765185579458375e-08, + "S": 1.5663657677578158e-06, + "I": 0.005894571077078581, + "C": 4.424850703799166e-05, + "R": 2.5933613869710825e-05, + "M": 4.269593409844674e-05, + "O": 3.394310988369398e-05, + "W": 2.0142458652117057e-06, + "N": 0.00019373254326637834, + "Y": 0.04521084949374199, + "U": 2.400208245489921e-07, + "K": 0.000787305471021682, + "L": 2.686698792331299e-07, + "G": 0.0012739195954054594, + "F": 0.006643070839345455, + "E": 0.00036889585317112505, + "T": 0.004820636939257383, + "P": 0.09878028184175491, + "-": 0.8358757495880127 + }, + "id": "tp_16213" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2026627, + "label": "P", + "classification": { + "B": 2.4322116587427445e-07, + "S": 4.5066221332490386e-07, + "I": 0.0018592887790873647, + "C": 7.602111963933567e-06, + "R": 1.3874094975108164e-06, + "M": 4.705707397079095e-05, + "O": 7.467106115655042e-06, + "W": 3.872743832289416e-07, + "N": 4.6125260269036517e-05, + "Y": 0.0004404899664223194, + "U": 1.7398087948095053e-07, + "K": 1.7378894199282513e-06, + "L": 2.667903800102067e-07, + "G": 1.6427547961939126e-05, + "F": 0.0003907559730578214, + "E": 0.00011319701297907159, + "T": 0.0003636807668954134, + "P": 0.6132012009620667, + "-": 0.38350212574005127 + }, + "id": "tp_16214" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2026760, + "label": "-", + "classification": { + "B": 2.6376632433766645e-08, + "S": 7.12239724975916e-08, + "I": 0.00011507087765494362, + "C": 2.7547869194677332e-06, + "R": 3.609536634030519e-07, + "M": 9.983730706153437e-06, + "O": 3.3394999263691716e-06, + "W": 1.1037615621489749e-07, + "N": 4.3979698602925055e-06, + "Y": 0.00042891688644886017, + "U": 5.4625573397970584e-08, + "K": 2.989405857078964e-06, + "L": 5.736296060376844e-08, + "G": 5.186482667340897e-05, + "F": 0.00048537360271438956, + "E": 8.801175863482058e-05, + "T": 0.00020399884670041502, + "P": 0.14686553180217743, + "-": 0.8517370820045471 + }, + "id": "tp_16215" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2026894, + "label": "-", + "classification": { + "B": 9.560891157889273e-06, + "S": 3.1699207738711266e-06, + "I": 0.0018358592642471194, + "C": 0.00014662774628959596, + "R": 2.484894503140822e-05, + "M": 0.00011036042997147888, + "O": 4.921574509353377e-05, + "W": 5.893929937883513e-06, + "N": 0.0001117159627028741, + "Y": 0.00246000150218606, + "U": 1.1225769412703812e-05, + "K": 7.093721069395542e-05, + "L": 1.0153104994969908e-05, + "G": 0.0010232932399958372, + "F": 0.006015639752149582, + "E": 0.0027908356860280037, + "T": 0.0010942727094516158, + "P": 0.34890276193618774, + "-": 0.635323703289032 + }, + "id": "tp_16216" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2027027, + "label": "P", + "classification": { + "B": 3.987676109318272e-07, + "S": 1.796340370674443e-06, + "I": 0.003705014707520604, + "C": 4.4031043216818944e-05, + "R": 7.852814633224625e-06, + "M": 6.501392635982484e-05, + "O": 1.7441532691009343e-05, + "W": 2.1793443920614664e-06, + "N": 0.00018731360614765435, + "Y": 0.0015668529085814953, + "U": 1.367519871564582e-06, + "K": 4.605757203535177e-05, + "L": 1.1317541748212534e-06, + "G": 0.00011924843420274556, + "F": 0.002240353263914585, + "E": 0.0010376260615885258, + "T": 0.0008841779781505466, + "P": 0.5269711017608643, + "-": 0.46310102939605713 + }, + "id": "tp_16217" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2027127, + "label": "-", + "classification": { + "B": 2.5577581719282705e-10, + "S": 1.9013048080385175e-10, + "I": 9.005676702145138e-07, + "C": 1.021135886958291e-08, + "R": 4.561854782814123e-10, + "M": 4.4843979196684813e-08, + "O": 1.8377694033233638e-08, + "W": 7.697942838724714e-10, + "N": 1.123090953569772e-08, + "Y": 4.497340796660865e-06, + "U": 2.8969163179404234e-10, + "K": 1.4436431605702182e-08, + "L": 2.1496376900742575e-10, + "G": 2.583848299764213e-07, + "F": 0.00012731483730021864, + "E": 3.2069674489321187e-06, + "T": 1.6384149148507277e-06, + "P": 0.26596856117248535, + "-": 0.733893632888794 + }, + "id": "tp_16218" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2027261, + "label": "P", + "classification": { + "B": 1.7410164218745194e-05, + "S": 6.618076895392733e-07, + "I": 0.0009745019488036633, + "C": 2.2895665097166784e-05, + "R": 2.5082053980440833e-06, + "M": 0.00015730176528450102, + "O": 3.240037403884344e-05, + "W": 1.3536355254473165e-06, + "N": 4.2328476411057636e-05, + "Y": 0.00021790464234072715, + "U": 1.2910126088172547e-06, + "K": 6.448519229707017e-07, + "L": 5.097655957797542e-06, + "G": 0.00029749059467576444, + "F": 0.00023342555505223572, + "E": 0.0010513606248423457, + "T": 0.0005530749913305044, + "P": 0.7162136435508728, + "-": 0.2801746726036072 + }, + "id": "tp_16219" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2027394, + "label": "P", + "classification": { + "B": 7.897173759374709e-08, + "S": 3.0094778935563227e-07, + "I": 0.00035842900979332626, + "C": 6.275925443333108e-06, + "R": 5.707528316634125e-07, + "M": 1.6291891142827808e-06, + "O": 1.8815946987160714e-06, + "W": 3.45160088954799e-07, + "N": 2.965002386190463e-05, + "Y": 0.00013162635150365531, + "U": 4.270031013220432e-07, + "K": 3.791688504861668e-05, + "L": 9.526826971750779e-08, + "G": 1.56457881530514e-05, + "F": 0.00280387164093554, + "E": 0.0003710919991135597, + "T": 4.171764521743171e-05, + "P": 0.613044261932373, + "-": 0.3831543028354645 + }, + "id": "tp_16220" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2027528, + "label": "-", + "classification": { + "B": 3.2549052342289997e-10, + "S": 9.408596124416135e-10, + "I": 1.6839567251736298e-05, + "C": 3.2089353396713705e-08, + "R": 2.9812357027481085e-09, + "M": 2.287504798914597e-07, + "O": 3.416969107661316e-08, + "W": 1.3040585278289996e-09, + "N": 2.708568445086712e-07, + "Y": 6.047932038200088e-05, + "U": 9.207964390967049e-10, + "K": 3.4169053719779185e-07, + "L": 3.4626618239386175e-10, + "G": 9.801206033444032e-07, + "F": 0.0002243301278213039, + "E": 8.477437404508237e-06, + "T": 7.90889680502005e-06, + "P": 0.37783780694007874, + "-": 0.6218422055244446 + }, + "id": "tp_16221" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2027628, + "label": "-", + "classification": { + "B": 1.3499516171577852e-06, + "S": 4.8605741653773293e-08, + "I": 0.0006094018463045359, + "C": 6.294506601989269e-05, + "R": 3.195547378709307e-06, + "M": 9.419779235031456e-05, + "O": 5.701015652448405e-06, + "W": 1.2091111045720027e-07, + "N": 2.355376864215941e-06, + "Y": 0.00058693194296211, + "U": 1.1596402771374414e-07, + "K": 2.5786167867636323e-08, + "L": 3.1089971344044898e-06, + "G": 0.0002385681727901101, + "F": 0.00037601563963107765, + "E": 0.00020338788453955203, + "T": 0.00014333506987895817, + "P": 0.21699509024620056, + "-": 0.7806740403175354 + }, + "id": "tp_16222" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2027761, + "label": "-", + "classification": { + "B": 9.211667872932594e-08, + "S": 6.772246052832998e-08, + "I": 0.0002373115421505645, + "C": 7.073299912008224e-06, + "R": 1.0608204092932283e-06, + "M": 1.2105207133572549e-05, + "O": 3.306587814222439e-06, + "W": 1.337391353217754e-07, + "N": 5.7693546295922715e-06, + "Y": 0.0002627646317705512, + "U": 1.6829591231726226e-07, + "K": 8.364949053429882e-07, + "L": 2.3987541908354615e-07, + "G": 5.056315421825275e-05, + "F": 0.00039734909660182893, + "E": 0.00016087752010207623, + "T": 0.00012583758507389575, + "P": 0.444485068321228, + "-": 0.5542494058609009 + }, + "id": "tp_16223" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2027895, + "label": "-", + "classification": { + "B": 3.483767940792859e-08, + "S": 1.776944316134177e-07, + "I": 0.000277756858849898, + "C": 2.6217270715278573e-05, + "R": 9.508895345788915e-06, + "M": 2.996071270899847e-05, + "O": 8.889320270100143e-06, + "W": 3.6863553987132036e-07, + "N": 3.6613237170968205e-06, + "Y": 0.0025937864556908607, + "U": 6.370316185666525e-08, + "K": 6.768971729798068e-07, + "L": 2.941205821116455e-07, + "G": 5.959524787613191e-05, + "F": 0.0006412671064026654, + "E": 1.878184593806509e-05, + "T": 0.0005801363149657845, + "P": 0.05181029811501503, + "-": 0.9439384341239929 + }, + "id": "tp_16224" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2028028, + "label": "-", + "classification": { + "B": 0.00020622089505195618, + "S": 0.00017134254449047148, + "I": 0.02187529020011425, + "C": 0.0016180769307538867, + "R": 0.0004667867615353316, + "M": 0.004082625266164541, + "O": 0.0009253936586901546, + "W": 0.00017537579697091132, + "N": 0.002533797174692154, + "Y": 0.019925054162740707, + "U": 0.00012087734648957849, + "K": 0.0014656796120107174, + "L": 0.00020961738482583314, + "G": 0.011493722908198833, + "F": 0.025299524888396263, + "E": 0.024563496932387352, + "T": 0.008343721739947796, + "P": 0.4250142276287079, + "-": 0.45150911808013916 + }, + "id": "tp_16225" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2028128, + "label": "-", + "classification": { + "B": 7.454115120708593e-07, + "S": 7.047208328003762e-08, + "I": 0.000941476144362241, + "C": 4.675373202189803e-05, + "R": 1.0070074495160952e-05, + "M": 4.128785076318309e-05, + "O": 1.464411889173789e-05, + "W": 3.73240197859559e-07, + "N": 7.206750069599366e-06, + "Y": 0.0002717188617680222, + "U": 3.8101828181424935e-07, + "K": 2.0764606034617827e-08, + "L": 4.178272774879588e-06, + "G": 0.0001418411557096988, + "F": 7.892427674960345e-05, + "E": 5.436333958641626e-05, + "T": 0.0006412452203221619, + "P": 0.39600998163223267, + "-": 0.6017347574234009 + }, + "id": "tp_16226" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2028262, + "label": "P", + "classification": { + "B": 3.2407656558319786e-09, + "S": 1.9493193725850233e-09, + "I": 3.4454180422471836e-05, + "C": 1.429558125209951e-07, + "R": 2.179324454232301e-08, + "M": 2.472680762366508e-07, + "O": 1.4916348334281793e-07, + "W": 5.757565535446929e-09, + "N": 4.448291974767926e-07, + "Y": 1.2230821084813215e-05, + "U": 4.837871880880584e-09, + "K": 8.596843770192208e-08, + "L": 3.953937177669786e-09, + "G": 2.679009867279092e-06, + "F": 0.00012201026402181014, + "E": 1.0146130080102012e-05, + "T": 5.947839326836402e-06, + "P": 0.5837926864624023, + "-": 0.4160187244415283 + }, + "id": "tp_16227" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2028395, + "label": "P", + "classification": { + "B": 5.058415626990609e-05, + "S": 1.7738058886607178e-05, + "I": 0.004359791520982981, + "C": 0.00012256558693479747, + "R": 4.5389857405098155e-05, + "M": 0.0003177245380356908, + "O": 0.00016347496421076357, + "W": 2.565989962022286e-05, + "N": 0.0004516164190135896, + "Y": 0.0015208984259516, + "U": 1.8452437871019356e-05, + "K": 5.5109194363467395e-05, + "L": 2.3258760847966187e-05, + "G": 0.0007491459255106747, + "F": 0.001775813288986683, + "E": 0.003121251007542014, + "T": 0.0012114275014027953, + "P": 0.6667183637619019, + "-": 0.31925174593925476 + }, + "id": "tp_16228" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2028529, + "label": "-", + "classification": { + "B": 1.782302661013091e-06, + "S": 1.438757067262486e-06, + "I": 0.008000245317816734, + "C": 3.8482157833641395e-05, + "R": 6.370240953401662e-06, + "M": 0.00037807744229212403, + "O": 5.256808071862906e-05, + "W": 1.0483104233571794e-06, + "N": 5.3315965487854555e-05, + "Y": 0.014113678596913815, + "U": 1.9439545440036454e-07, + "K": 1.9397563733036804e-07, + "L": 7.5072384788654745e-06, + "G": 0.000748756225220859, + "F": 0.00045534229138866067, + "E": 0.0006877896375954151, + "T": 0.00796591304242611, + "P": 0.20211532711982727, + "-": 0.7653719186782837 + }, + "id": "tp_16229" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2028629, + "label": "P", + "classification": { + "B": 6.990446854615584e-05, + "S": 2.523992588976398e-05, + "I": 0.0025278120301663876, + "C": 4.637405709218001e-06, + "R": 9.308274456998333e-06, + "M": 0.0001652507489779964, + "O": 0.00040926600922830403, + "W": 1.2596353371918667e-05, + "N": 7.493234443245456e-05, + "Y": 0.00015750856255181134, + "U": 2.9122264777470264e-07, + "K": 3.032286244319948e-08, + "L": 3.408877091715112e-05, + "G": 0.00013272813521325588, + "F": 0.000245848874328658, + "E": 6.381412094924599e-05, + "T": 0.001157097634859383, + "P": 0.6057233214378357, + "-": 0.389186292886734 + }, + "id": "tp_16230" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2028762, + "label": "-", + "classification": { + "B": 1.123787924939279e-07, + "S": 1.869310182200934e-07, + "I": 0.0023247001226991415, + "C": 1.403794976795325e-05, + "R": 1.0015869520429987e-06, + "M": 2.725878221099265e-05, + "O": 4.9881537051987834e-06, + "W": 2.3388761860587692e-07, + "N": 4.0220107621280476e-05, + "Y": 0.0014266571961343288, + "U": 1.7311441524725524e-07, + "K": 6.855344054201851e-06, + "L": 2.0712008108603186e-07, + "G": 0.00013360728917177767, + "F": 0.0006725023267790675, + "E": 0.0005561969010159373, + "T": 0.00030707454425282776, + "P": 0.4903954565525055, + "-": 0.5040885210037231 + }, + "id": "tp_16231" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2028896, + "label": "P", + "classification": { + "B": 5.071369019171712e-11, + "S": 5.477185718860689e-11, + "I": 3.911866315320367e-06, + "C": 2.4882650606627976e-08, + "R": 9.071663559234722e-11, + "M": 5.012025638961859e-08, + "O": 4.564961297859327e-09, + "W": 4.815149667880547e-11, + "N": 5.741177844242884e-08, + "Y": 1.5077893067427794e-06, + "U": 8.419895336508887e-11, + "K": 1.8203426321861116e-08, + "L": 3.934128023352912e-11, + "G": 3.933768653041625e-07, + "F": 3.501760511426255e-05, + "E": 1.9728742699953727e-05, + "T": 7.464012696800637e-07, + "P": 0.6106626391410828, + "-": 0.3892758786678314 + }, + "id": "tp_16232" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2029029, + "label": "-", + "classification": { + "B": 3.209411181259725e-09, + "S": 1.9252811844783224e-10, + "I": 1.3923503502155654e-05, + "C": 8.64619380536169e-07, + "R": 3.5672098164241106e-08, + "M": 1.3052859912932036e-06, + "O": 1.3122888731231797e-07, + "W": 2.098557772001186e-09, + "N": 9.41181852454065e-08, + "Y": 4.59276488982141e-05, + "U": 3.768520162594768e-09, + "K": 5.8998622876060836e-08, + "L": 3.739635712207701e-09, + "G": 1.381879974360345e-05, + "F": 5.734899241360836e-05, + "E": 1.548233012726996e-05, + "T": 1.9807112039416097e-05, + "P": 0.09075058251619339, + "-": 0.9090806245803833 + }, + "id": "tp_16233" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2029129, + "label": "-", + "classification": { + "B": 1.4413226381293498e-06, + "S": 9.661221156420652e-07, + "I": 0.0006172682042233646, + "C": 3.6927238397765905e-05, + "R": 5.64989386475645e-06, + "M": 2.782147566904314e-05, + "O": 1.1795327736763284e-05, + "W": 1.4865051980450517e-06, + "N": 4.506918048718944e-05, + "Y": 0.0012346889125183225, + "U": 2.2244055344344815e-06, + "K": 0.00010207543527940288, + "L": 5.732661065849243e-07, + "G": 0.0003020341391675174, + "F": 0.001986393239349127, + "E": 0.000800086825620383, + "T": 0.00033428147435188293, + "P": 0.36697816848754883, + "-": 0.6275110840797424 + }, + "id": "tp_16234" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2029263, + "label": "-", + "classification": { + "B": 1.8797816636606512e-08, + "S": 1.5694215704797898e-08, + "I": 0.0005609182990156114, + "C": 5.465645699587185e-06, + "R": 8.506172548550239e-07, + "M": 1.1170053767273203e-05, + "O": 1.0894220849877456e-06, + "W": 2.324095937922266e-08, + "N": 4.6573300096497405e-06, + "Y": 0.0007937121554277837, + "U": 3.258035619069233e-08, + "K": 2.1958197748972452e-07, + "L": 1.0635317693186153e-07, + "G": 5.692835838999599e-05, + "F": 0.0003046010679099709, + "E": 0.00015793900820426643, + "T": 0.0001394524733768776, + "P": 0.38864296674728394, + "-": 0.6093198657035828 + }, + "id": "tp_16235" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2029396, + "label": "P", + "classification": { + "B": 9.730444228139845e-10, + "S": 1.063892751673734e-09, + "I": 7.99525369075127e-05, + "C": 1.1470564054150145e-08, + "R": 1.5699521682677187e-09, + "M": 7.164230453327036e-08, + "O": 3.9855329703186726e-08, + "W": 1.560964690838773e-09, + "N": 1.4326165000966284e-06, + "Y": 9.432047249902098e-07, + "U": 1.0536561623197827e-09, + "K": 3.950581728418001e-08, + "L": 4.111266604933661e-10, + "G": 2.3720724584563868e-07, + "F": 1.41859218274476e-05, + "E": 1.4147389265417587e-05, + "T": 1.5966056707839016e-06, + "P": 0.9225794672966003, + "-": 0.0773077979683876 + }, + "id": "tp_16236" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2029530, + "label": "P", + "classification": { + "B": 2.0485433083194948e-07, + "S": 9.729600947139261e-08, + "I": 0.00011237071885261685, + "C": 1.9482915831758874e-06, + "R": 1.6427168247901136e-07, + "M": 4.215045464661671e-06, + "O": 2.0481811588979326e-06, + "W": 8.400617446113756e-08, + "N": 5.24450842931401e-06, + "Y": 4.808294033864513e-05, + "U": 3.679125271105477e-08, + "K": 3.3744055372153525e-07, + "L": 6.114417772096203e-08, + "G": 3.6892950447509065e-05, + "F": 0.0009486856870353222, + "E": 0.00016325242177117616, + "T": 2.72158195002703e-05, + "P": 0.7167864441871643, + "-": 0.28186261653900146 + }, + "id": "tp_16237" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2029630, + "label": "-", + "classification": { + "B": 7.385698950201913e-07, + "S": 3.701136677136674e-07, + "I": 0.009323164820671082, + "C": 9.636277536628768e-05, + "R": 1.4453540643444285e-05, + "M": 0.00012323893315624446, + "O": 1.9306182366563007e-05, + "W": 9.887332907965174e-07, + "N": 8.379140490433201e-05, + "Y": 0.0040266807191073895, + "U": 6.936309659977269e-07, + "K": 2.3233208139572525e-06, + "L": 1.613223389540508e-06, + "G": 0.00026233657263219357, + "F": 0.0003711291356012225, + "E": 0.0009908691281452775, + "T": 0.000895014323759824, + "P": 0.4910861551761627, + "-": 0.49270081520080566 + }, + "id": "tp_16238" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2029763, + "label": "P", + "classification": { + "B": 4.4572420754285247e-10, + "S": 3.7306470412890036e-11, + "I": 2.4313763788086362e-05, + "C": 7.395792778197574e-08, + "R": 1.7869327129105272e-09, + "M": 3.969244843915476e-08, + "O": 1.12309086475193e-08, + "W": 1.4997360298085738e-10, + "N": 1.240368447952278e-07, + "Y": 1.5542127584922127e-06, + "U": 6.75883793377352e-10, + "K": 1.618975398187672e-09, + "L": 3.0831454056468033e-10, + "G": 4.893976210951223e-07, + "F": 9.375194167660084e-06, + "E": 1.552973481011577e-05, + "T": 1.3955077520222403e-06, + "P": 0.7279310822486877, + "-": 0.2720160186290741 + }, + "id": "tp_16239" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2029897, + "label": "P", + "classification": { + "B": 0.00024935780675150454, + "S": 2.4443008442176506e-05, + "I": 0.018539993092417717, + "C": 0.0013518783962354064, + "R": 0.00028106794343329966, + "M": 0.0015145734651014209, + "O": 0.00047843970241956413, + "W": 5.58527244720608e-05, + "N": 0.000946729036513716, + "Y": 0.005276561714708805, + "U": 5.889981548534706e-05, + "K": 3.1579973438056186e-05, + "L": 0.00015830893244128674, + "G": 0.003559066681191325, + "F": 0.0020291602704674006, + "E": 0.007198911625891924, + "T": 0.004936907906085253, + "P": 0.5748758316040039, + "-": 0.37843242287635803 + }, + "id": "tp_16240" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2030030, + "label": "-", + "classification": { + "B": 0.00011881838145200163, + "S": 5.2045063057448715e-05, + "I": 0.003937761299312115, + "C": 0.0006327161099761724, + "R": 0.00013523068628273904, + "M": 0.0017123217694461346, + "O": 0.0005499935941770673, + "W": 8.428394357906654e-05, + "N": 0.00038782076444476843, + "Y": 0.006672402378171682, + "U": 6.081980973249301e-05, + "K": 0.000133356501464732, + "L": 0.0001283083693124354, + "G": 0.0027525522746145725, + "F": 0.006999089382588863, + "E": 0.003572576679289341, + "T": 0.004654020071029663, + "P": 0.28259265422821045, + "-": 0.684823215007782 + }, + "id": "tp_16241" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2030130, + "label": "-", + "classification": { + "B": 8.563470146327745e-07, + "S": 5.072807311989891e-07, + "I": 0.00023960294493008405, + "C": 4.480850475374609e-05, + "R": 7.146601546992315e-06, + "M": 1.6125324691529386e-05, + "O": 1.5650080968043767e-05, + "W": 2.624050239319331e-06, + "N": 2.058832615148276e-05, + "Y": 0.0012725458946079016, + "U": 2.767410933302017e-06, + "K": 0.00010748447675723583, + "L": 9.5525308552169e-07, + "G": 0.00020691874669864774, + "F": 0.005794232245534658, + "E": 0.0005167372291907668, + "T": 0.0002667105000000447, + "P": 0.17838983237743378, + "-": 0.8130938410758972 + }, + "id": "tp_16242" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2030264, + "label": "-", + "classification": { + "B": 0.0006222568918019533, + "S": 2.2717318643117324e-05, + "I": 0.0010105386609211564, + "C": 7.32877233531326e-05, + "R": 9.11498318600934e-06, + "M": 0.0010450569679960608, + "O": 0.0004746221820823848, + "W": 2.3637730919290334e-05, + "N": 5.587375198956579e-05, + "Y": 0.001068155630491674, + "U": 4.195946075924439e-06, + "K": 1.0402010275356588e-06, + "L": 0.00010677862883312628, + "G": 0.0010397691512480378, + "F": 0.0014334926381707191, + "E": 0.0011174804531037807, + "T": 0.0008738900069147348, + "P": 0.29542452096939087, + "-": 0.6955936551094055 + }, + "id": "tp_16243" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2030397, + "label": "P", + "classification": { + "B": 1.2462039194360841e-05, + "S": 1.5159164945544035e-07, + "I": 0.0004642712010536343, + "C": 9.057572242454626e-06, + "R": 8.745137733967567e-07, + "M": 6.332066550385207e-05, + "O": 8.087532478384674e-06, + "W": 2.8634289606088714e-07, + "N": 4.620890649675857e-06, + "Y": 0.0003754415374714881, + "U": 2.8414518737918115e-07, + "K": 6.059806878511154e-08, + "L": 3.936207122023916e-06, + "G": 0.0003169846022501588, + "F": 0.0005888454033993185, + "E": 0.0005217376165091991, + "T": 0.00018603775242809206, + "P": 0.5700168013572693, + "-": 0.4274267852306366 + }, + "id": "tp_16244" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2030531, + "label": "P", + "classification": { + "B": 1.3125923459256228e-08, + "S": 2.3580932762001794e-09, + "I": 0.0007496532634831965, + "C": 1.3479050267051207e-06, + "R": 5.2939661543405236e-08, + "M": 2.7330306693329476e-06, + "O": 2.4503412987542106e-07, + "W": 5.728846730335135e-09, + "N": 5.2000104915350676e-06, + "Y": 2.5999333956860937e-05, + "U": 1.4106092294241535e-08, + "K": 6.672788543937713e-08, + "L": 1.5067728398321378e-08, + "G": 6.9842117227381095e-06, + "F": 1.8908640413428657e-05, + "E": 0.00032881397055462003, + "T": 1.9196246284991503e-05, + "P": 0.7176956534385681, + "-": 0.2811450660228729 + }, + "id": "tp_16245" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2030631, + "label": "-", + "classification": { + "B": 4.147928393649636e-06, + "S": 2.9157224616938038e-06, + "I": 0.004404142964631319, + "C": 6.273786857491359e-05, + "R": 2.2405127310776152e-05, + "M": 0.0001286778278881684, + "O": 4.76011773571372e-05, + "W": 4.61864510725718e-06, + "N": 0.0003067328070756048, + "Y": 0.002981918165460229, + "U": 6.3340285123558715e-06, + "K": 0.00032559639657847583, + "L": 3.0895685085852165e-06, + "G": 0.0010345694608986378, + "F": 0.004573227372020483, + "E": 0.003721714485436678, + "T": 0.0010528869461268187, + "P": 0.4648531377315521, + "-": 0.516463577747345 + }, + "id": "tp_16246" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2030764, + "label": "P", + "classification": { + "B": 6.470234348299186e-10, + "S": 3.2842020214474132e-09, + "I": 1.8890837964136153e-05, + "C": 2.573973745256808e-08, + "R": 1.3888029615216624e-09, + "M": 1.982788688792425e-07, + "O": 4.3539348126842015e-08, + "W": 2.6942348352321233e-09, + "N": 8.788813374849269e-07, + "Y": 1.1833901226054877e-05, + "U": 1.2551362171819846e-09, + "K": 2.1531424465592863e-07, + "L": 2.528238451926512e-10, + "G": 4.1996733557425614e-07, + "F": 8.974242518888786e-05, + "E": 3.338884562253952e-05, + "T": 8.31806300993776e-06, + "P": 0.5869528651237488, + "-": 0.41288313269615173 + }, + "id": "tp_16247" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2030898, + "label": "-", + "classification": { + "B": 7.478220709344896e-09, + "S": 1.099200508392073e-09, + "I": 4.316570266382769e-05, + "C": 7.865096449677367e-07, + "R": 4.6265739683803986e-08, + "M": 1.3692113043362042e-06, + "O": 5.655920745084586e-07, + "W": 5.84428594407882e-09, + "N": 3.2210178346758767e-07, + "Y": 1.2109094313927926e-05, + "U": 8.1442061983239e-09, + "K": 3.023735928309179e-08, + "L": 1.5141152331921148e-08, + "G": 5.34822493136744e-06, + "F": 2.4344935809494928e-05, + "E": 1.2210028216941282e-05, + "T": 1.6123030945891514e-05, + "P": 0.18352478742599487, + "-": 0.8163586854934692 + }, + "id": "tp_16248" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2031031, + "label": "-", + "classification": { + "B": 0.0002701305493246764, + "S": 0.00010377558646723628, + "I": 0.0036000164691358805, + "C": 0.0017763801151886582, + "R": 0.0003717697400134057, + "M": 0.003007999388501048, + "O": 0.000908141431864351, + "W": 0.00012597568274941295, + "N": 0.000305255816783756, + "Y": 0.008219371549785137, + "U": 9.632618457544595e-05, + "K": 6.154864968266338e-05, + "L": 0.0003878159914165735, + "G": 0.002586859278380871, + "F": 0.009202424436807632, + "E": 0.00223975139670074, + "T": 0.008289171382784843, + "P": 0.20022398233413696, + "-": 0.758223295211792 + }, + "id": "tp_16249" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2031131, + "label": "-", + "classification": { + "B": 1.0674936675059143e-05, + "S": 3.5763309824687894e-06, + "I": 0.0022910740226507187, + "C": 0.0003791072522290051, + "R": 8.064449502853677e-05, + "M": 0.0006619870546273887, + "O": 0.00010146301792701706, + "W": 6.66514233671478e-06, + "N": 0.00011457609798526391, + "Y": 0.008324983529746532, + "U": 8.043776688282378e-06, + "K": 4.049464041600004e-05, + "L": 1.6616892025922425e-05, + "G": 0.0016261214623227715, + "F": 0.004830711986869574, + "E": 0.0019889420364052057, + "T": 0.0033238648902624846, + "P": 0.18160130083560944, + "-": 0.7945891618728638 + }, + "id": "tp_16250" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2031265, + "label": "P", + "classification": { + "B": 6.487222208306775e-07, + "S": 1.036997218761826e-06, + "I": 0.0007103621610440314, + "C": 7.32645867174142e-06, + "R": 2.2619644823862473e-06, + "M": 3.5548608138924465e-05, + "O": 1.8329961676499806e-05, + "W": 1.0455222536620568e-06, + "N": 4.2194606066914275e-05, + "Y": 0.0004588595184031874, + "U": 3.4164435191996745e-07, + "K": 2.8945344183739508e-06, + "L": 8.613562272330455e-07, + "G": 5.772568329120986e-05, + "F": 0.0015795644139871001, + "E": 0.0001326099445577711, + "T": 0.0004588501469697803, + "P": 0.5546287298202515, + "-": 0.44186079502105713 + }, + "id": "tp_16251" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2031398, + "label": "P", + "classification": { + "B": 4.3932195694651455e-06, + "S": 9.973958867703914e-07, + "I": 0.0018079628935083747, + "C": 3.176013342454098e-05, + "R": 3.2829723295435542e-06, + "M": 0.00013689746265299618, + "O": 1.3017722267250065e-05, + "W": 1.7593680468053208e-06, + "N": 9.315052011515945e-05, + "Y": 0.0011649953667074442, + "U": 2.5560304948157864e-06, + "K": 5.256859731161967e-05, + "L": 1.5365953913715202e-06, + "G": 0.00027933542151004076, + "F": 0.001660839538089931, + "E": 0.004535886459052563, + "T": 0.0004804467025678605, + "P": 0.6078886389732361, + "-": 0.38183996081352234 + }, + "id": "tp_16252" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2031532, + "label": "-", + "classification": { + "B": 3.4629921152884435e-10, + "S": 1.2914470604030726e-09, + "I": 9.826396308199037e-06, + "C": 2.4548648980271537e-07, + "R": 6.437130384284728e-09, + "M": 6.747064844603301e-07, + "O": 1.321247395935643e-07, + "W": 1.290897944095093e-09, + "N": 2.3489089073791547e-07, + "Y": 1.6125180991366506e-05, + "U": 2.70110067646101e-09, + "K": 1.0108766446137452e-07, + "L": 1.5990919699504502e-09, + "G": 1.7488757748651551e-06, + "F": 5.094385051052086e-05, + "E": 6.885748007334769e-06, + "T": 3.097902663284913e-05, + "P": 0.1463683545589447, + "-": 0.8535136580467224 + }, + "id": "tp_16253" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2031632, + "label": "-", + "classification": { + "B": 0.0006252109888009727, + "S": 2.5760997232282534e-05, + "I": 0.0017850283766165376, + "C": 0.0005490576731972396, + "R": 8.843422983773053e-05, + "M": 0.000990375760011375, + "O": 0.0007541365921497345, + "W": 5.66924900340382e-05, + "N": 9.536293509881943e-05, + "Y": 0.0020854114554822445, + "U": 2.098218465107493e-05, + "K": 6.156191830086755e-06, + "L": 0.0002829582372214645, + "G": 0.003342266660183668, + "F": 0.0038002729415893555, + "E": 0.0014896559296175838, + "T": 0.0012301764218136668, + "P": 0.24766694009304047, + "-": 0.7351052165031433 + }, + "id": "tp_16254" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2031765, + "label": "-", + "classification": { + "B": 9.051581532915076e-12, + "S": 4.598824099311116e-11, + "I": 4.855055522057228e-06, + "C": 1.0902954983293967e-07, + "R": 1.0111042669791459e-08, + "M": 1.4299089912128693e-07, + "O": 3.326412212345531e-08, + "W": 2.193164538866199e-10, + "N": 1.6286298532008914e-08, + "Y": 3.094629937550053e-05, + "U": 4.946446585663011e-10, + "K": 1.1639864627710494e-09, + "L": 1.1529011079147722e-09, + "G": 1.0766773357318016e-06, + "F": 1.1833183634735178e-05, + "E": 4.654889380617533e-07, + "T": 1.837719537434168e-05, + "P": 0.042725227773189545, + "-": 0.9572069048881531 + }, + "id": "tp_16255" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2031899, + "label": "P", + "classification": { + "B": 4.1638844550107024e-07, + "S": 3.890741240297757e-08, + "I": 0.0018270398722961545, + "C": 7.725847535766661e-05, + "R": 4.052561962453183e-06, + "M": 7.021140481811017e-05, + "O": 4.094588348380057e-06, + "W": 4.655055647617701e-07, + "N": 4.441118653630838e-05, + "Y": 0.0008878351072780788, + "U": 4.959034640705795e-07, + "K": 3.115950676146895e-05, + "L": 2.2343340333463857e-07, + "G": 0.0003835767274722457, + "F": 0.0005061615374870598, + "E": 0.009224575012922287, + "T": 0.00015764606359880418, + "P": 0.5336422920227051, + "-": 0.4531380534172058 + }, + "id": "tp_16256" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2032032, + "label": "P", + "classification": { + "B": 1.8833646890925593e-06, + "S": 1.964614739335957e-06, + "I": 0.001539031509310007, + "C": 3.264754559495486e-05, + "R": 4.229725618642988e-06, + "M": 4.9132191634271294e-05, + "O": 1.8460679712006822e-05, + "W": 2.6290956611774163e-06, + "N": 0.00012384432193357497, + "Y": 0.0002780344511847943, + "U": 1.8347552668274147e-06, + "K": 1.246100782736903e-05, + "L": 2.3506790967076086e-06, + "G": 0.00020286301150918007, + "F": 0.002634871518239379, + "E": 0.0010439282050356269, + "T": 0.0002012317127082497, + "P": 0.8429229259490967, + "-": 0.1509256809949875 + }, + "id": "tp_16257" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2032132, + "label": "-", + "classification": { + "B": 5.772735676146112e-06, + "S": 8.512017188877508e-07, + "I": 0.0011391695588827133, + "C": 5.9666050219675526e-05, + "R": 7.081340299919248e-06, + "M": 0.00027277134358882904, + "O": 3.3685351809253916e-05, + "W": 2.284771881022607e-06, + "N": 3.119223765679635e-05, + "Y": 0.0024441005662083626, + "U": 2.177956503146561e-06, + "K": 2.0744373614434153e-05, + "L": 4.172563421889208e-06, + "G": 0.0006603611400350928, + "F": 0.0015296009369194508, + "E": 0.0013387114740908146, + "T": 0.0012104767374694347, + "P": 0.16122077405452728, + "-": 0.8300164937973022 + }, + "id": "tp_16258" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2032266, + "label": "-", + "classification": { + "B": 1.1884889318025671e-05, + "S": 7.976074130056077e-07, + "I": 0.005997010972350836, + "C": 0.00023684673942625523, + "R": 2.5201927201123908e-05, + "M": 0.00011057336814701557, + "O": 1.954682738869451e-05, + "W": 1.1235845249757404e-06, + "N": 5.7518092944519594e-05, + "Y": 0.00401133019477129, + "U": 3.3430092116759624e-06, + "K": 5.4781157814431936e-06, + "L": 9.14805605134461e-06, + "G": 0.0012545837089419365, + "F": 0.0019396054558455944, + "E": 0.002628029091283679, + "T": 0.0008013362530618906, + "P": 0.3514629900455475, + "-": 0.6314236521720886 + }, + "id": "tp_16259" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2032399, + "label": "P", + "classification": { + "B": 4.699493416637779e-08, + "S": 8.815500507353136e-08, + "I": 0.0020965987350791693, + "C": 2.8992224088142393e-06, + "R": 4.817543413082603e-07, + "M": 2.1162863049539737e-05, + "O": 2.1704379378206795e-06, + "W": 8.574855314691376e-08, + "N": 2.126709841832053e-05, + "Y": 0.0010544377146288753, + "U": 6.203993763165272e-08, + "K": 9.746993328008102e-07, + "L": 1.1187410109414486e-07, + "G": 3.9284710510401055e-05, + "F": 0.00020566135935951024, + "E": 0.0002308972179889679, + "T": 0.0003621972573455423, + "P": 0.5575965046882629, + "-": 0.43836510181427 + }, + "id": "tp_16260" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2032533, + "label": "P", + "classification": { + "B": 7.855067451600917e-06, + "S": 3.001221102749696e-07, + "I": 0.02345474436879158, + "C": 4.953163079335354e-05, + "R": 3.318928293083445e-06, + "M": 0.0002752472646534443, + "O": 2.395448973402381e-05, + "W": 4.452996620329941e-07, + "N": 9.323308040620759e-05, + "Y": 0.0022918349131941795, + "U": 1.9654052607620542e-07, + "K": 4.629383809628962e-08, + "L": 4.089201866008807e-06, + "G": 0.0005064807482995093, + "F": 5.801818406325765e-05, + "E": 0.0014552209759131074, + "T": 0.0012721861712634563, + "P": 0.7022920250892639, + "-": 0.2682112455368042 + }, + "id": "tp_16261" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2032633, + "label": "-", + "classification": { + "B": 2.5225087938451907e-06, + "S": 1.3396194731285505e-07, + "I": 0.002297224011272192, + "C": 0.00020441794185899198, + "R": 3.7802845326950774e-05, + "M": 7.817162986611947e-05, + "O": 2.0129125914536417e-05, + "W": 1.960764166142326e-06, + "N": 3.7359150155680254e-05, + "Y": 0.0020217527635395527, + "U": 3.840355475404067e-06, + "K": 1.6120708096423186e-05, + "L": 2.7837024845212e-06, + "G": 0.0006040316075086594, + "F": 0.000960766221396625, + "E": 0.001192479976452887, + "T": 0.0004906437825411558, + "P": 0.23036611080169678, + "-": 0.76166170835495 + }, + "id": "tp_16262" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2032766, + "label": "P", + "classification": { + "B": 0.0003288398729637265, + "S": 8.818088099360466e-05, + "I": 0.004090974107384682, + "C": 0.00023384636733680964, + "R": 0.00010465508967172354, + "M": 0.0006474299589172006, + "O": 0.0006615314050577581, + "W": 7.243538129841909e-05, + "N": 0.0003830674977507442, + "Y": 0.001199326361529529, + "U": 2.2758747945772484e-05, + "K": 9.922478966473136e-06, + "L": 0.0002723622601479292, + "G": 0.001658694352954626, + "F": 0.014202764257788658, + "E": 0.0022656144574284554, + "T": 0.0019358803983777761, + "P": 0.5109274983406067, + "-": 0.4608941674232483 + }, + "id": "tp_16263" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2032900, + "label": "-", + "classification": { + "B": 4.540679832132355e-09, + "S": 7.723161665751377e-09, + "I": 0.00029058539075776935, + "C": 2.9310283480299404e-06, + "R": 7.125632350835076e-07, + "M": 7.73264400777407e-06, + "O": 1.1154867252116674e-06, + "W": 4.668272879371216e-08, + "N": 4.929348506266251e-06, + "Y": 0.0002894859353546053, + "U": 5.806026237564765e-08, + "K": 7.485556579922559e-06, + "L": 3.183279062568545e-08, + "G": 2.7526282792678103e-05, + "F": 0.000770548009313643, + "E": 0.00010759805445559323, + "T": 9.117944136960432e-05, + "P": 0.21176941692829132, + "-": 0.7866286635398865 + }, + "id": "tp_16264" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2033033, + "label": "-", + "classification": { + "B": 0.00022025004727765918, + "S": 4.0166320104617625e-05, + "I": 0.004301269073039293, + "C": 0.00039421021938323975, + "R": 7.77065142756328e-05, + "M": 0.0008083852590061724, + "O": 0.0004420506302267313, + "W": 7.059971540002152e-05, + "N": 0.00048615416744723916, + "Y": 0.0027504016179591417, + "U": 5.0439321057638153e-05, + "K": 0.00015762430848553777, + "L": 7.94963343651034e-05, + "G": 0.001976849278435111, + "F": 0.004928398411720991, + "E": 0.005790532100945711, + "T": 0.0021920627914369106, + "P": 0.435427725315094, + "-": 0.5398057103157043 + }, + "id": "tp_16265" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2033133, + "label": "-", + "classification": { + "B": 1.1704389635269763e-07, + "S": 2.405640842084722e-08, + "I": 3.320862742839381e-05, + "C": 1.2054968010488665e-06, + "R": 9.1928136214392e-08, + "M": 2.6598042950354284e-06, + "O": 1.3784231214231113e-06, + "W": 4.842780398917057e-08, + "N": 7.626770752722223e-07, + "Y": 8.454280032310635e-05, + "U": 4.198990666282043e-08, + "K": 2.1542044237321534e-07, + "L": 1.053751219615151e-07, + "G": 3.5099696106044576e-05, + "F": 0.0007555629126727581, + "E": 5.0355683924863115e-05, + "T": 3.722248584381305e-05, + "P": 0.357354998588562, + "-": 0.6416423320770264 + }, + "id": "tp_16266" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2033267, + "label": "-", + "classification": { + "B": 1.0835454986590776e-06, + "S": 5.280627419779194e-07, + "I": 0.00010493082663742825, + "C": 1.1191580142622115e-06, + "R": 4.0334975892619696e-07, + "M": 3.06624460790772e-05, + "O": 2.886588845285587e-05, + "W": 5.677445642504608e-07, + "N": 5.1128549785062205e-06, + "Y": 0.00016580166993662715, + "U": 6.584415501720287e-08, + "K": 2.4542543997085886e-07, + "L": 7.962377708281565e-07, + "G": 5.194304321776144e-05, + "F": 0.0005688211531378329, + "E": 9.908858191920444e-05, + "T": 0.00017219563596881926, + "P": 0.23866961896419525, + "-": 0.7600980401039124 + }, + "id": "tp_16267" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2033400, + "label": "-", + "classification": { + "B": 7.632173115723617e-09, + "S": 2.050339453774086e-09, + "I": 3.922364703612402e-05, + "C": 4.804269337910227e-07, + "R": 3.2730056886975945e-08, + "M": 1.1652367675196729e-06, + "O": 2.176985276491905e-07, + "W": 7.894144005149428e-09, + "N": 4.620546576461493e-07, + "Y": 3.260387165937573e-05, + "U": 1.4216358756868885e-08, + "K": 1.6001582991975738e-07, + "L": 1.0002877637305119e-08, + "G": 5.910736035730224e-06, + "F": 0.00012306062853895128, + "E": 3.766827649087645e-05, + "T": 2.2990872821537778e-05, + "P": 0.4494677186012268, + "-": 0.5502683520317078 + }, + "id": "tp_16268" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2033500, + "label": "P", + "classification": { + "B": 2.9652221655851463e-06, + "S": 2.5036212036866345e-07, + "I": 0.0014746903907507658, + "C": 6.348722672555596e-05, + "R": 8.842141141940374e-06, + "M": 8.169236389221624e-05, + "O": 1.3373331057664473e-05, + "W": 8.438624945483753e-07, + "N": 1.5562338376184925e-05, + "Y": 0.0006203340017236769, + "U": 1.1698499520207406e-06, + "K": 1.5236176409416657e-07, + "L": 6.269454388529994e-06, + "G": 0.0001400534383719787, + "F": 0.00047969011939130723, + "E": 0.00019306382455397397, + "T": 0.0005692999111488461, + "P": 0.5054957270622253, + "-": 0.49083253741264343 + }, + "id": "tp_16269" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2033634, + "label": "-", + "classification": { + "B": 1.7100376226153458e-07, + "S": 6.119825002315338e-08, + "I": 0.001015512621961534, + "C": 6.400214260793291e-06, + "R": 1.2366036798994173e-06, + "M": 3.810480848187581e-05, + "O": 4.340934992796974e-06, + "W": 1.910505034175003e-07, + "N": 9.798058272281196e-06, + "Y": 0.0005613094544969499, + "U": 1.7086209425087873e-07, + "K": 1.3738631423620973e-06, + "L": 2.7602857244346524e-07, + "G": 7.078432099660859e-05, + "F": 0.0003231494629289955, + "E": 0.00025175066548399627, + "T": 0.0004630420880857855, + "P": 0.2769293487071991, + "-": 0.7203230261802673 + }, + "id": "tp_16270" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2033767, + "label": "-", + "classification": { + "B": 9.825067148749866e-11, + "S": 1.1971111602004925e-10, + "I": 4.638659902411746e-06, + "C": 9.865267003306144e-08, + "R": 6.9771428634624044e-09, + "M": 2.5137890702353616e-07, + "O": 4.212316540019856e-08, + "W": 5.859135954189298e-10, + "N": 3.1784836096449e-08, + "Y": 3.387554534128867e-05, + "U": 5.445411344062734e-10, + "K": 2.3547162442127956e-08, + "L": 5.96073079783821e-10, + "G": 1.1440042726462707e-06, + "F": 5.014025737182237e-05, + "E": 2.870767730200896e-06, + "T": 1.0684929293347523e-05, + "P": 0.06259149312973022, + "-": 0.937304675579071 + }, + "id": "tp_16271" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2033901, + "label": "-", + "classification": { + "B": 8.328208167540652e-08, + "S": 9.675900969341455e-08, + "I": 9.468130156164989e-05, + "C": 2.7621217668638565e-06, + "R": 5.048835305387911e-07, + "M": 6.0369193306542e-06, + "O": 2.2494580207421677e-06, + "W": 2.534086718242179e-07, + "N": 1.941481968970038e-06, + "Y": 0.0002023924607783556, + "U": 1.3935316189872538e-07, + "K": 5.504601290340361e-07, + "L": 1.641111140315843e-07, + "G": 2.3032100216369145e-05, + "F": 0.0004717365081887692, + "E": 2.459487041051034e-05, + "T": 0.00020232760289218277, + "P": 0.380814790725708, + "-": 0.6181517243385315 + }, + "id": "tp_16272" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2034001, + "label": "-", + "classification": { + "B": 1.586667508490791e-07, + "S": 2.0981696025046404e-07, + "I": 0.00030723100644536316, + "C": 8.746897947276011e-06, + "R": 1.0587355063762516e-06, + "M": 1.0578177352726925e-05, + "O": 3.259048980908119e-06, + "W": 5.63156334010273e-07, + "N": 1.6648475138936192e-05, + "Y": 0.0006630278076045215, + "U": 5.930122028985352e-07, + "K": 0.00010599550296319649, + "L": 1.0280762552383749e-07, + "G": 6.285597919486463e-05, + "F": 0.002636051271110773, + "E": 0.0006811237544752657, + "T": 0.00011952987551921979, + "P": 0.3530004322528839, + "-": 0.6423817276954651 + }, + "id": "tp_16273" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2034134, + "label": "-", + "classification": { + "B": 9.834078582571237e-07, + "S": 3.1784460929884517e-07, + "I": 0.002621607156470418, + "C": 8.661363244755194e-05, + "R": 1.4000156625115778e-05, + "M": 0.00010259240661980584, + "O": 1.5640005585737526e-05, + "W": 7.703736741859757e-07, + "N": 4.7636611270718277e-05, + "Y": 0.005682812537997961, + "U": 1.1731816584870103e-06, + "K": 6.531598501169356e-06, + "L": 2.402460495432024e-06, + "G": 0.0004490621795412153, + "F": 0.001754461438395083, + "E": 0.000773267587646842, + "T": 0.0006755306385457516, + "P": 0.31613320112228394, + "-": 0.6716315150260925 + }, + "id": "tp_16274" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2034268, + "label": "P", + "classification": { + "B": 2.489239022906986e-06, + "S": 1.7562672383064637e-06, + "I": 0.0018629233818501234, + "C": 8.697724297235254e-06, + "R": 1.2465015970519744e-06, + "M": 2.85106070805341e-05, + "O": 8.779645213508047e-06, + "W": 2.0123686681472464e-06, + "N": 0.00015637317846994847, + "Y": 0.00021151159307919443, + "U": 1.5867354932197486e-06, + "K": 8.154381794156507e-05, + "L": 5.555180564442708e-07, + "G": 0.00011995209206361324, + "F": 0.0009321424295194447, + "E": 0.004019233398139477, + "T": 9.597677126294002e-05, + "P": 0.8823719024658203, + "-": 0.11009282618761063 + }, + "id": "tp_16275" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2034401, + "label": "-", + "classification": { + "B": 1.5381448974949308e-05, + "S": 4.231249931763159e-06, + "I": 0.0012146150693297386, + "C": 7.071997970342636e-05, + "R": 1.7179876522277482e-05, + "M": 0.0001339021255262196, + "O": 0.00011780241766246036, + "W": 6.534777185152052e-06, + "N": 3.846798063023016e-05, + "Y": 0.0006963785272091627, + "U": 3.5992161429021508e-06, + "K": 4.205163861570327e-07, + "L": 2.4739727450651117e-05, + "G": 0.0002045080327661708, + "F": 0.00047753177932463586, + "E": 0.00011203070607734844, + "T": 0.0017185595352202654, + "P": 0.28998416662216187, + "-": 0.7051593065261841 + }, + "id": "tp_16276" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2034501, + "label": "P", + "classification": { + "B": 1.0447359244381005e-07, + "S": 5.420379878273707e-08, + "I": 8.745949162403122e-05, + "C": 1.0661917713150615e-06, + "R": 1.3271659327074303e-07, + "M": 2.9455682124535087e-06, + "O": 1.031646547744458e-06, + "W": 8.744526525106266e-08, + "N": 2.623573209348251e-06, + "Y": 9.189034608425573e-05, + "U": 7.599970075489182e-08, + "K": 4.344332467098866e-07, + "L": 5.2471936129450114e-08, + "G": 1.0643736459314823e-05, + "F": 0.00030829370371066034, + "E": 5.1239883759990335e-05, + "T": 6.0249545640544966e-05, + "P": 0.5521575212478638, + "-": 0.44722414016723633 + }, + "id": "tp_16277" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2034635, + "label": "-", + "classification": { + "B": 5.735388185712509e-06, + "S": 1.1276279110461473e-06, + "I": 0.0015942031750455499, + "C": 0.00020418665371835232, + "R": 2.2376776541932486e-05, + "M": 0.00014477124204859138, + "O": 3.104465940850787e-05, + "W": 2.466498699504882e-06, + "N": 4.4668038754025474e-05, + "Y": 0.001805970212444663, + "U": 3.933650532417232e-06, + "K": 7.736555744486395e-06, + "L": 8.163183338183444e-06, + "G": 0.000864120724145323, + "F": 0.0035158186219632626, + "E": 0.0015680547803640366, + "T": 0.000701670884154737, + "P": 0.3727997839450836, + "-": 0.6166741847991943 + }, + "id": "tp_16278" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2034768, + "label": "P", + "classification": { + "B": 9.250638477453776e-09, + "S": 2.7970683547096087e-08, + "I": 0.0003269586886744946, + "C": 1.5818673659850901e-07, + "R": 6.584746614635151e-08, + "M": 1.2029514664391172e-06, + "O": 6.406783086276846e-07, + "W": 4.2089681073775864e-08, + "N": 2.984167167596752e-06, + "Y": 6.393636431312189e-05, + "U": 1.1534936561474751e-08, + "K": 9.791408928094825e-08, + "L": 1.2217133082970122e-08, + "G": 2.62884100266092e-06, + "F": 8.200444426620379e-05, + "E": 9.555793440085836e-06, + "T": 7.10909953340888e-05, + "P": 0.6002401113510132, + "-": 0.39919838309288025 + }, + "id": "tp_16279" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2034902, + "label": "-", + "classification": { + "B": 3.8150678172144126e-09, + "S": 1.2435878993244387e-08, + "I": 2.041202060354408e-05, + "C": 5.1946685175607854e-08, + "R": 6.159377452519266e-09, + "M": 3.5376824598642997e-06, + "O": 4.419562742441485e-07, + "W": 8.587980104834969e-09, + "N": 4.4227843432054215e-07, + "Y": 0.00012519987649284303, + "U": 2.6642661410392066e-09, + "K": 1.4380577795236604e-07, + "L": 9.68693747438465e-09, + "G": 4.8585693548375275e-06, + "F": 0.000190872247912921, + "E": 1.5534467820543796e-05, + "T": 7.027136598480865e-05, + "P": 0.24852392077445984, + "-": 0.7510442733764648 + }, + "id": "tp_16280" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2035002, + "label": "P", + "classification": { + "B": 7.098402647898183e-07, + "S": 1.2874095318693435e-06, + "I": 0.018711775541305542, + "C": 5.723517824662849e-05, + "R": 5.508414687938057e-06, + "M": 0.00015365192666649818, + "O": 2.6636405891622417e-05, + "W": 5.001855242880993e-06, + "N": 0.000702447781804949, + "Y": 0.004898424260318279, + "U": 7.020535690571705e-07, + "K": 0.0003878108982462436, + "L": 3.3978568581005675e-07, + "G": 0.0003876993723679334, + "F": 0.0009770023170858622, + "E": 0.007314221002161503, + "T": 0.0009873892413452268, + "P": 0.6223405599594116, + "-": 0.3430415689945221 + }, + "id": "tp_16281" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2035135, + "label": "-", + "classification": { + "B": 4.047951662755622e-08, + "S": 4.083421245582031e-08, + "I": 8.290723053505644e-05, + "C": 2.4813186882965965e-06, + "R": 2.9999503681210626e-07, + "M": 1.7416925402358174e-05, + "O": 3.158100071232184e-06, + "W": 6.644857108994984e-08, + "N": 1.875961629593803e-06, + "Y": 0.00030990736559033394, + "U": 1.0453947396626972e-07, + "K": 3.968599457948585e-07, + "L": 2.50319828865031e-07, + "G": 3.901449599652551e-05, + "F": 0.0002429759333608672, + "E": 5.010425593354739e-05, + "T": 0.0003079713205806911, + "P": 0.12831205129623413, + "-": 0.870628833770752 + }, + "id": "tp_16282" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2035269, + "label": "P", + "classification": { + "B": 3.901518721249886e-05, + "S": 2.517325128792436e-06, + "I": 0.0011657057330012321, + "C": 6.370649498421699e-05, + "R": 4.509110112849157e-06, + "M": 0.0005114449304528534, + "O": 6.872887024655938e-05, + "W": 3.7272798181220423e-06, + "N": 3.484079570625909e-05, + "Y": 0.0006851893267594278, + "U": 1.8799439658323536e-06, + "K": 3.659901892660855e-07, + "L": 1.6644700735923834e-05, + "G": 0.00039559128344990313, + "F": 0.00027477278490550816, + "E": 0.0007649289327673614, + "T": 0.0007967433775775135, + "P": 0.5479612350463867, + "-": 0.4472084045410156 + }, + "id": "tp_16283" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2035402, + "label": "P", + "classification": { + "B": 5.1378709031268954e-05, + "S": 8.874359082255978e-06, + "I": 0.01946279965341091, + "C": 0.0006851141806691885, + "R": 6.895645492477342e-05, + "M": 0.001597343711182475, + "O": 0.0002038800303125754, + "W": 1.779004196578171e-05, + "N": 0.000636183365713805, + "Y": 0.009826237335801125, + "U": 1.7794589439290576e-05, + "K": 2.5756189643288963e-05, + "L": 6.399399717338383e-05, + "G": 0.002459209877997637, + "F": 0.0024910508655011654, + "E": 0.009814677760004997, + "T": 0.0033409164752811193, + "P": 0.48408186435699463, + "-": 0.4651462137699127 + }, + "id": "tp_16284" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2035502, + "label": "-", + "classification": { + "B": 1.127227946540188e-07, + "S": 4.0029018322229604e-08, + "I": 0.0011396288173273206, + "C": 2.9912340323789977e-05, + "R": 1.5482255548704416e-06, + "M": 4.463816367206164e-05, + "O": 4.712412646767916e-06, + "W": 8.658851413656521e-08, + "N": 8.65791935211746e-06, + "Y": 0.0005103666335344315, + "U": 9.583680338209888e-08, + "K": 1.0091510915799518e-07, + "L": 4.0916131638368824e-07, + "G": 8.886176510713995e-05, + "F": 0.0001838256575865671, + "E": 0.0001076078915502876, + "T": 0.0002946097811218351, + "P": 0.4268667697906494, + "-": 0.5707180500030518 + }, + "id": "tp_16285" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2035636, + "label": "P", + "classification": { + "B": 0.00012176057498436421, + "S": 3.997497697127983e-05, + "I": 0.039130210876464844, + "C": 0.0014758638571947813, + "R": 0.00043677989742718637, + "M": 0.001354030566290021, + "O": 0.0010218429379165173, + "W": 7.885503873694688e-05, + "N": 0.0014523753197863698, + "Y": 0.0024329854641109705, + "U": 5.072948260931298e-05, + "K": 1.091054582502693e-05, + "L": 0.00032246040063910186, + "G": 0.0026299720630049706, + "F": 0.0013778957072645426, + "E": 0.002112681744620204, + "T": 0.005037711001932621, + "P": 0.595445454120636, + "-": 0.34546753764152527 + }, + "id": "tp_16286" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2035769, + "label": "P", + "classification": { + "B": 1.2450224176063784e-06, + "S": 1.1130488019261975e-05, + "I": 0.005409760866314173, + "C": 9.679724462330341e-05, + "R": 1.816168150980957e-05, + "M": 0.00022789054492022842, + "O": 5.130744102643803e-05, + "W": 3.510368969728006e-06, + "N": 0.0005027098814025521, + "Y": 0.0012420996790751815, + "U": 1.7818769038058235e-06, + "K": 1.8894599634222686e-05, + "L": 3.8455082176369615e-06, + "G": 0.00023325278016272932, + "F": 0.002413666807115078, + "E": 0.0012953508412465453, + "T": 0.0008838113280944526, + "P": 0.7490184307098389, + "-": 0.23856627941131592 + }, + "id": "tp_16287" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2035903, + "label": "-", + "classification": { + "B": 9.384517034050077e-05, + "S": 0.00010824808850884438, + "I": 0.011858154088258743, + "C": 0.0002639277372509241, + "R": 0.00016308242629747838, + "M": 0.0018701532389968634, + "O": 0.0005926578305661678, + "W": 8.965279266703874e-05, + "N": 0.0010651311604306102, + "Y": 0.013212702237069607, + "U": 3.808372639468871e-05, + "K": 0.0003040989686269313, + "L": 8.882964903023094e-05, + "G": 0.00249476614408195, + "F": 0.012188734486699104, + "E": 0.0030237280298024416, + "T": 0.009410391561686993, + "P": 0.3155827820301056, + "-": 0.6275509595870972 + }, + "id": "tp_16288" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2036003, + "label": "P", + "classification": { + "B": 5.718586066905118e-07, + "S": 8.28078668746457e-07, + "I": 0.0009923696052283049, + "C": 7.110589649528265e-06, + "R": 1.3503859008778818e-06, + "M": 4.8140449507627636e-05, + "O": 1.4431960153160617e-05, + "W": 9.189083698402101e-07, + "N": 2.8512344215414487e-05, + "Y": 0.00022329125204123557, + "U": 5.498744712895132e-07, + "K": 9.658856470196042e-07, + "L": 9.113488204093301e-07, + "G": 2.504446092643775e-05, + "F": 0.0004519623762462288, + "E": 0.00012075541599188, + "T": 0.000423569290433079, + "P": 0.5192556381225586, + "-": 0.47840312123298645 + }, + "id": "tp_16289" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2036136, + "label": "-", + "classification": { + "B": 2.847656617177563e-07, + "S": 6.144990294387753e-08, + "I": 0.0015269397990778089, + "C": 0.00025577368796803057, + "R": 8.905150934879202e-06, + "M": 4.6027518692426383e-05, + "O": 6.167352694319561e-06, + "W": 2.258162510315742e-07, + "N": 1.2270931620150805e-05, + "Y": 0.0007566986023448408, + "U": 4.390950039123709e-07, + "K": 2.2424532630793692e-07, + "L": 1.2984459090148448e-06, + "G": 7.719288987573236e-05, + "F": 0.00016131598385982215, + "E": 0.00032334934803657234, + "T": 0.0005184762412682176, + "P": 0.20255663990974426, + "-": 0.7937476634979248 + }, + "id": "tp_16290" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2036270, + "label": "P", + "classification": { + "B": 2.384051567272394e-10, + "S": 5.511887127274129e-11, + "I": 7.832048140699044e-06, + "C": 1.3405995424875528e-08, + "R": 3.6217351340184223e-10, + "M": 6.717947087508946e-08, + "O": 7.512927169273098e-09, + "W": 1.829858764512693e-10, + "N": 5.3428930613108605e-08, + "Y": 2.986039135066676e-06, + "U": 2.3654356251512354e-10, + "K": 1.2600278154195621e-08, + "L": 1.345318995094047e-10, + "G": 5.775086719950195e-07, + "F": 3.852265217574313e-05, + "E": 9.378751201438718e-06, + "T": 1.4236190963856643e-06, + "P": 0.6802477836608887, + "-": 0.31969133019447327 + }, + "id": "tp_16291" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2036403, + "label": "-", + "classification": { + "B": 1.262984161698455e-09, + "S": 2.6621507220880858e-09, + "I": 4.735999755212106e-05, + "C": 7.4952157547159e-07, + "R": 4.8715001810251124e-08, + "M": 8.261541211140866e-07, + "O": 1.6153553872300108e-07, + "W": 4.57931736974615e-09, + "N": 7.24092899417883e-07, + "Y": 6.475196278188378e-05, + "U": 8.952231844716607e-09, + "K": 4.952712515660096e-07, + "L": 5.616650256001776e-09, + "G": 8.116468961816281e-06, + "F": 0.00028459634631872177, + "E": 5.225981294643134e-05, + "T": 1.6053378203650936e-05, + "P": 0.27377498149871826, + "-": 0.7257487773895264 + }, + "id": "tp_16292" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2036503, + "label": "-", + "classification": { + "B": 5.162809202374774e-07, + "S": 1.993780074371898e-07, + "I": 5.6459281040588394e-05, + "C": 2.080147851302172e-06, + "R": 3.268759201091598e-07, + "M": 6.093788215366658e-06, + "O": 5.256757503957488e-06, + "W": 3.0429885100602405e-07, + "N": 2.3616751150257187e-06, + "Y": 6.492272223113105e-05, + "U": 1.363969772683049e-07, + "K": 2.5150293936349044e-07, + "L": 3.715767604717257e-07, + "G": 1.8180793631472625e-05, + "F": 0.000945801381021738, + "E": 3.5625951568363234e-05, + "T": 0.0001117632637033239, + "P": 0.3840833604335785, + "-": 0.6146661043167114 + }, + "id": "tp_16293" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2036637, + "label": "-", + "classification": { + "B": 5.8646169236453716e-06, + "S": 7.390810878860066e-06, + "I": 0.0009120291797444224, + "C": 0.00022864312632009387, + "R": 8.56471888255328e-05, + "M": 0.0003328448219690472, + "O": 0.00013711281644646078, + "W": 1.190892726299353e-05, + "N": 4.200213879812509e-05, + "Y": 0.00418950105085969, + "U": 9.834271622821689e-06, + "K": 2.1203208234510385e-05, + "L": 2.8901307814521715e-05, + "G": 0.0009282256942242384, + "F": 0.004686043597757816, + "E": 0.0002890567993745208, + "T": 0.00282941572368145, + "P": 0.10669893771409988, + "-": 0.878555417060852 + }, + "id": "tp_16294" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2036770, + "label": "P", + "classification": { + "B": 2.8596467018360272e-05, + "S": 3.917852609447436e-06, + "I": 0.0003934807318728417, + "C": 4.5051519919070415e-06, + "R": 2.267135187139502e-06, + "M": 0.0001647233439143747, + "O": 8.543379226466641e-05, + "W": 2.2697158783557825e-06, + "N": 1.663673720031511e-05, + "Y": 0.00027857095119543374, + "U": 5.960856128695013e-07, + "K": 4.5610704546561465e-08, + "L": 1.4695373465656303e-05, + "G": 0.0001956919877557084, + "F": 0.00028863607440143824, + "E": 0.0001435555168427527, + "T": 0.0010609966702759266, + "P": 0.5979652404785156, + "-": 0.399350106716156 + }, + "id": "tp_16295" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2036904, + "label": "-", + "classification": { + "B": 0.0002759956696536392, + "S": 0.00015393015928566456, + "I": 0.005782086402177811, + "C": 0.0008888236479833722, + "R": 0.00046071058022789657, + "M": 0.004712190479040146, + "O": 0.0009490921511314809, + "W": 0.0001596166257513687, + "N": 0.00046807085163891315, + "Y": 0.050771698355674744, + "U": 0.0001205118460347876, + "K": 0.0004536486230790615, + "L": 0.00034299015533179045, + "G": 0.008455646224319935, + "F": 0.026500867679715157, + "E": 0.0030970731750130653, + "T": 0.020724881440401077, + "P": 0.10723301023244858, + "-": 0.7684491872787476 + }, + "id": "tp_16296" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2037004, + "label": "-", + "classification": { + "B": 8.33568992675282e-06, + "S": 4.40289159087115e-06, + "I": 0.002814631909132004, + "C": 5.450242315419018e-05, + "R": 1.7369788110954687e-05, + "M": 0.0002983305312227458, + "O": 5.7007087889360264e-05, + "W": 8.62557499203831e-06, + "N": 0.00012624906958080828, + "Y": 0.00324410293251276, + "U": 5.396676442614989e-06, + "K": 0.00018133234698325396, + "L": 5.404824605648173e-06, + "G": 0.0005976699176244438, + "F": 0.005052699241787195, + "E": 0.0015750229358673096, + "T": 0.0017044561682268977, + "P": 0.26637643575668335, + "-": 0.7178680896759033 + }, + "id": "tp_16297" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2037137, + "label": "P", + "classification": { + "B": 6.219126134965336e-06, + "S": 1.4720145372848492e-05, + "I": 0.008782317861914635, + "C": 0.00036164550692774355, + "R": 4.3958389142062515e-05, + "M": 0.00011700101458700374, + "O": 6.421473517548293e-05, + "W": 1.631576378713362e-05, + "N": 0.0008732142159715295, + "Y": 0.0014956403756514192, + "U": 1.0560311238805298e-05, + "K": 0.00012101101310690865, + "L": 5.682877144863596e-06, + "G": 0.0002969333145301789, + "F": 0.004061127547174692, + "E": 0.004159559961408377, + "T": 0.0007044620579108596, + "P": 0.6978326439857483, + "-": 0.2810327112674713 + }, + "id": "tp_16298" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2037271, + "label": "-", + "classification": { + "B": 9.187247633235529e-05, + "S": 3.122746420558542e-05, + "I": 0.031029945239424706, + "C": 0.0072941770777106285, + "R": 0.0008349601994268596, + "M": 0.0016064660158008337, + "O": 0.00038385335938073695, + "W": 6.820295675424859e-05, + "N": 0.0021147835068404675, + "Y": 0.01899106428027153, + "U": 0.00010948691488010809, + "K": 0.0009015484247356653, + "L": 0.00012032539962092414, + "G": 0.007574732415378094, + "F": 0.012414594180881977, + "E": 0.02797718718647957, + "T": 0.0030877506360411644, + "P": 0.40659117698669434, + "-": 0.47877663373947144 + }, + "id": "tp_16299" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2037404, + "label": "-", + "classification": { + "B": 9.980161053135816e-08, + "S": 2.2209281524965263e-08, + "I": 0.00010945410758722574, + "C": 9.959453564079013e-06, + "R": 3.396707484171202e-07, + "M": 7.013107278908137e-06, + "O": 1.7106036693803617e-06, + "W": 4.8508326244700584e-08, + "N": 2.0906013560306747e-06, + "Y": 0.000155610017827712, + "U": 1.8700956161410431e-07, + "K": 2.261062235220379e-07, + "L": 3.31195280978136e-07, + "G": 6.817848770879209e-05, + "F": 0.00030763278482481837, + "E": 8.631473610876128e-05, + "T": 0.00010291924991179258, + "P": 0.3308807611465454, + "-": 0.6682671904563904 + }, + "id": "tp_16300" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2037504, + "label": "P", + "classification": { + "B": 2.2078264549918458e-08, + "S": 1.66598894679737e-08, + "I": 6.127639790065587e-05, + "C": 6.285293920882395e-07, + "R": 9.655480681658446e-08, + "M": 9.760919965629e-07, + "O": 7.299980779862381e-07, + "W": 4.329199398966921e-08, + "N": 1.91880371858133e-06, + "Y": 5.171019438421354e-05, + "U": 2.5145009630023196e-08, + "K": 6.143537234493124e-07, + "L": 1.4678120052735721e-08, + "G": 1.277267438126728e-05, + "F": 0.00033062929287552834, + "E": 6.015954932081513e-05, + "T": 1.8740358427749015e-05, + "P": 0.6711181402206421, + "-": 0.32834136486053467 + }, + "id": "tp_16301" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2037638, + "label": "P", + "classification": { + "B": 2.536573674660758e-06, + "S": 1.366787614642817e-06, + "I": 0.0010769817745313048, + "C": 1.696741128398571e-05, + "R": 3.258522610849468e-06, + "M": 3.2486539566889405e-05, + "O": 1.3293813935888465e-05, + "W": 1.7916756860358873e-06, + "N": 8.447520667687058e-05, + "Y": 0.0006109942914918065, + "U": 2.1712216948799323e-06, + "K": 5.108369805384427e-05, + "L": 1.0158207714994205e-06, + "G": 0.00010999418009305373, + "F": 0.0015335716307163239, + "E": 0.0006792147760279477, + "T": 0.0003489978553261608, + "P": 0.7293978929519653, + "-": 0.2660318911075592 + }, + "id": "tp_16302" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2037771, + "label": "P", + "classification": { + "B": 1.1303482096991502e-06, + "S": 2.8106714466957783e-07, + "I": 0.0008478518575429916, + "C": 2.5193978217430413e-05, + "R": 3.203406322427327e-06, + "M": 4.347383219283074e-05, + "O": 9.400996532349382e-06, + "W": 8.130854212140548e-07, + "N": 5.917788075748831e-05, + "Y": 0.0005482462584041059, + "U": 1.1329750577715458e-06, + "K": 2.1315174308256246e-05, + "L": 5.801866223009711e-07, + "G": 0.0002839513181243092, + "F": 0.001818748190999031, + "E": 0.0020713629201054573, + "T": 0.00018737964273896068, + "P": 0.7307779788970947, + "-": 0.2632986903190613 + }, + "id": "tp_16303" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2037905, + "label": "-", + "classification": { + "B": 5.325364895725215e-07, + "S": 3.6363866229294217e-07, + "I": 0.0027549187652766705, + "C": 0.00010230713814962655, + "R": 1.4235068192647304e-05, + "M": 5.6989872973645106e-05, + "O": 1.4318803550850134e-05, + "W": 1.3631386082124664e-06, + "N": 8.533876098226756e-05, + "Y": 0.0007641645497642457, + "U": 2.0097218111914117e-06, + "K": 3.8553258491447195e-05, + "L": 1.7967845451494213e-06, + "G": 0.00029363049543462694, + "F": 0.003090398386120796, + "E": 0.0015584995271638036, + "T": 0.0002431816974421963, + "P": 0.4769977331161499, + "-": 0.5139795541763306 + }, + "id": "tp_16304" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2038005, + "label": "-", + "classification": { + "B": 1.8483189978546477e-10, + "S": 8.6287123279849e-11, + "I": 1.889986720016168e-06, + "C": 6.429126386819917e-08, + "R": 2.531828968699301e-09, + "M": 1.4714760254719295e-07, + "O": 5.448299944532664e-08, + "W": 2.3846277730221743e-10, + "N": 9.451865956577876e-09, + "Y": 2.443982566546765e-06, + "U": 7.123975021006146e-11, + "K": 2.3134645241174034e-11, + "L": 7.350118291782337e-10, + "G": 3.0049159249756485e-07, + "F": 4.104200797883095e-06, + "E": 1.0561301877487494e-07, + "T": 6.2890248955227435e-06, + "P": 0.13769152760505676, + "-": 0.8622931838035583 + }, + "id": "tp_16305" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2038138, + "label": "P", + "classification": { + "B": 1.1815540545967451e-08, + "S": 1.135305405242093e-09, + "I": 0.00041872161091305315, + "C": 1.32964089516463e-06, + "R": 2.832666012864138e-08, + "M": 6.371776066771417e-07, + "O": 3.7459507495896105e-08, + "W": 4.14730472186875e-09, + "N": 1.773643361957511e-06, + "Y": 2.1843698050361127e-05, + "U": 7.886114872235339e-09, + "K": 7.376259958391529e-08, + "L": 4.21172341447118e-09, + "G": 3.491993084026035e-06, + "F": 4.638343307306059e-05, + "E": 0.00041653664084151387, + "T": 3.98286556446692e-06, + "P": 0.9020049571990967, + "-": 0.09708024561405182 + }, + "id": "tp_16306" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2038272, + "label": "P", + "classification": { + "B": 4.1805876094258565e-07, + "S": 3.6546731507769437e-07, + "I": 0.0010630529141053557, + "C": 1.2391392374411225e-05, + "R": 1.150863340626529e-06, + "M": 4.750167590827914e-06, + "O": 2.6232039544993313e-06, + "W": 6.40550751995761e-07, + "N": 4.2973919335054234e-05, + "Y": 8.930425974540412e-05, + "U": 1.1010454272764036e-06, + "K": 9.904278158501256e-06, + "L": 2.838233683633007e-07, + "G": 3.209090209566057e-05, + "F": 0.00044212632928974926, + "E": 0.0005945909069851041, + "T": 6.338904495351017e-05, + "P": 0.8374148607254028, + "-": 0.16022402048110962 + }, + "id": "tp_16307" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2038405, + "label": "-", + "classification": { + "B": 2.2884153167979093e-06, + "S": 5.56883605895564e-07, + "I": 0.00014711917901877314, + "C": 2.075345219054725e-05, + "R": 5.456031431094743e-06, + "M": 0.00010599174856906757, + "O": 4.701238140114583e-05, + "W": 1.7737652342475485e-06, + "N": 2.900250365200918e-06, + "Y": 0.0002912018389906734, + "U": 4.791073138221691e-07, + "K": 1.4463077491200238e-07, + "L": 6.971718903514557e-06, + "G": 0.00012099363084416837, + "F": 0.0003910614177584648, + "E": 3.556497176759876e-05, + "T": 0.00036580025334842503, + "P": 0.08394674956798553, + "-": 0.9145072102546692 + }, + "id": "tp_16308" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2038505, + "label": "P", + "classification": { + "B": 1.5989938262350734e-08, + "S": 2.588654979263083e-08, + "I": 0.0005559864803217351, + "C": 4.312045803089859e-06, + "R": 1.0477445755441295e-07, + "M": 7.473326149920467e-06, + "O": 4.835665663449618e-07, + "W": 1.6876503750040683e-08, + "N": 6.144547569419956e-06, + "Y": 5.2209630666766316e-05, + "U": 1.891084977501123e-08, + "K": 2.683291810967603e-08, + "L": 3.058978492731512e-08, + "G": 3.2384803034801735e-06, + "F": 3.807543180300854e-05, + "E": 0.00010412128904135898, + "T": 5.007714207749814e-05, + "P": 0.7276696562767029, + "-": 0.27150800824165344 + }, + "id": "tp_16309" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2038639, + "label": "P", + "classification": { + "B": 5.537658012144675e-07, + "S": 1.5533651094301604e-06, + "I": 0.010362613946199417, + "C": 7.864777580834925e-05, + "R": 1.5900935977697372e-05, + "M": 0.00011106217425549403, + "O": 2.554744241933804e-05, + "W": 1.2547183132483042e-06, + "N": 0.00025254537467844784, + "Y": 0.0060833957977592945, + "U": 6.323944603536802e-07, + "K": 1.1501832887006458e-05, + "L": 1.3560453453465016e-06, + "G": 0.00046041677705943584, + "F": 0.0012922976166009903, + "E": 0.0015676183393225074, + "T": 0.0011567625915631652, + "P": 0.6077180504798889, + "-": 0.370858371257782 + }, + "id": "tp_16310" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2038772, + "label": "P", + "classification": { + "B": 3.5119420260798506e-08, + "S": 8.568004261633178e-08, + "I": 0.0005284462822601199, + "C": 3.898760041920468e-06, + "R": 8.033140375118819e-07, + "M": 3.312380385978031e-06, + "O": 1.890089606604306e-06, + "W": 1.0172292519428083e-07, + "N": 7.64323522162158e-06, + "Y": 7.908078259788454e-05, + "U": 1.0526409965905259e-07, + "K": 4.8891468651390824e-08, + "L": 3.000125445851154e-07, + "G": 1.1868403817061335e-05, + "F": 0.00020819599740207195, + "E": 2.872552431654185e-05, + "T": 9.147542004939169e-05, + "P": 0.7343425750732422, + "-": 0.2646915316581726 + }, + "id": "tp_16311" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2038906, + "label": "-", + "classification": { + "B": 2.8880909667350352e-05, + "S": 5.343725206330419e-06, + "I": 0.011228363029658794, + "C": 0.00048304907977581024, + "R": 0.00012716147466562688, + "M": 0.0007178818923421204, + "O": 0.0001766775967553258, + "W": 1.2984008208150044e-05, + "N": 0.00037697184598073363, + "Y": 0.004240040201693773, + "U": 2.0897283320664428e-05, + "K": 1.8934964828076772e-05, + "L": 5.080013943370432e-05, + "G": 0.0016971137374639511, + "F": 0.0019097875338047743, + "E": 0.0035471587907522917, + "T": 0.002788651967421174, + "P": 0.4141022264957428, + "-": 0.5584670305252075 + }, + "id": "tp_16312" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2039006, + "label": "P", + "classification": { + "B": 3.7073339953508366e-09, + "S": 1.293280371683636e-09, + "I": 0.0003698539803735912, + "C": 2.117367330356501e-07, + "R": 2.5156627003752874e-08, + "M": 3.18151990086335e-07, + "O": 7.360483067486712e-08, + "W": 1.4764824918245267e-09, + "N": 3.983875103585888e-06, + "Y": 4.325319605413824e-05, + "U": 3.4140537064075716e-09, + "K": 5.5015078714859555e-08, + "L": 1.4561779559940646e-09, + "G": 6.085753739171196e-06, + "F": 7.628194452991011e-06, + "E": 3.616184403654188e-05, + "T": 1.6130265066749416e-05, + "P": 0.9037311673164368, + "-": 0.09578518569469452 + }, + "id": "tp_16313" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2039139, + "label": "-", + "classification": { + "B": 1.7557824321556836e-05, + "S": 1.432128215128614e-06, + "I": 0.0008412242750637233, + "C": 1.3718379705096595e-05, + "R": 1.4923253957022098e-06, + "M": 0.0002833135658875108, + "O": 4.735796028398909e-05, + "W": 1.5883312016740092e-06, + "N": 2.8917113013449125e-05, + "Y": 0.0004975296324118972, + "U": 1.2556647561723366e-06, + "K": 7.573476636935084e-07, + "L": 9.52700702328002e-06, + "G": 0.0004153967893216759, + "F": 0.0005068206810392439, + "E": 0.0008227064972743392, + "T": 0.0008886115974746644, + "P": 0.47117292881011963, + "-": 0.5244479179382324 + }, + "id": "tp_16314" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2039273, + "label": "-", + "classification": { + "B": 2.891067083510279e-07, + "S": 1.7579797884081927e-07, + "I": 0.0014959491090849042, + "C": 0.00012971948308404535, + "R": 8.279176654468756e-06, + "M": 8.271021215477958e-05, + "O": 1.0125437256647274e-05, + "W": 5.343162570170534e-07, + "N": 4.775864726980217e-05, + "Y": 0.0008870023884810507, + "U": 7.627400009369012e-07, + "K": 1.83559677680023e-05, + "L": 9.69456664279278e-07, + "G": 0.0003549724060576409, + "F": 0.0036268990952521563, + "E": 0.001714155776426196, + "T": 0.0002647472720127553, + "P": 0.323920875787735, + "-": 0.6674357056617737 + }, + "id": "tp_16315" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2039406, + "label": "P", + "classification": { + "B": 1.0700214936321117e-08, + "S": 1.8045078764572509e-09, + "I": 8.815476030576974e-05, + "C": 3.129955246095051e-07, + "R": 1.1684722522886659e-08, + "M": 8.371834496756492e-07, + "O": 9.515847665397814e-08, + "W": 3.4201377285825174e-09, + "N": 1.5275300029315986e-06, + "Y": 1.7088243112084456e-05, + "U": 1.0481691958830197e-08, + "K": 1.0766571278963966e-07, + "L": 6.7068368636569176e-09, + "G": 6.104447038524086e-06, + "F": 6.428654887713492e-05, + "E": 8.74066972755827e-05, + "T": 1.0059686246677302e-05, + "P": 0.8587803244590759, + "-": 0.14094367623329163 + }, + "id": "tp_16316" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2039506, + "label": "-", + "classification": { + "B": 2.7162754268061917e-09, + "S": 2.827669209892747e-10, + "I": 1.929286190716084e-05, + "C": 2.2811750000073516e-07, + "R": 6.566936328056272e-09, + "M": 2.3998703113647935e-07, + "O": 4.9852694417040766e-08, + "W": 1.3830101508460757e-09, + "N": 1.6695688032086764e-07, + "Y": 1.9495109881972894e-05, + "U": 2.562058121213795e-09, + "K": 1.0906592251558322e-07, + "L": 9.531332390011471e-10, + "G": 2.8899978588015074e-06, + "F": 9.5623210654594e-05, + "E": 2.3035854610498063e-05, + "T": 2.8936713079019682e-06, + "P": 0.37596920132637024, + "-": 0.6238667964935303 + }, + "id": "tp_16317" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2039640, + "label": "P", + "classification": { + "B": 2.1093310351716354e-05, + "S": 5.060029252490494e-06, + "I": 0.00045547043555416167, + "C": 7.329666914301924e-06, + "R": 1.0373078112024814e-06, + "M": 7.380165334325284e-05, + "O": 5.9709371271310374e-05, + "W": 3.50158870787709e-06, + "N": 7.772982644382864e-05, + "Y": 0.00017136895621661097, + "U": 1.1587929975576117e-06, + "K": 6.6923480517289136e-06, + "L": 3.53590758095379e-06, + "G": 0.0001998424413613975, + "F": 0.0017109191976487637, + "E": 0.0012920763110741973, + "T": 0.0004545864649116993, + "P": 0.6423022150993347, + "-": 0.353152871131897 + }, + "id": "tp_16318" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2039773, + "label": "-", + "classification": { + "B": 5.1393529432175455e-09, + "S": 7.669131996124179e-09, + "I": 0.0007535300683230162, + "C": 5.870014661013556e-07, + "R": 8.728026301696445e-08, + "M": 8.31972010928439e-06, + "O": 5.745300768467132e-07, + "W": 1.398668647567547e-08, + "N": 3.8829020923003554e-06, + "Y": 0.00045267134555615485, + "U": 4.246629270454605e-09, + "K": 7.534828938560167e-08, + "L": 1.4838825279639423e-08, + "G": 9.715457053971477e-06, + "F": 7.372006075456738e-05, + "E": 8.814877219265327e-05, + "T": 0.0001224806474056095, + "P": 0.4661512076854706, + "-": 0.5323349833488464 + }, + "id": "tp_16319" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2039907, + "label": "P", + "classification": { + "B": 0.002163717756047845, + "S": 0.002144909929484129, + "I": 0.12682540714740753, + "C": 0.018349256366491318, + "R": 0.004887527320533991, + "M": 0.008968510664999485, + "O": 0.00449436204507947, + "W": 0.0018762624822556973, + "N": 0.022199025377631187, + "Y": 0.046448178589344025, + "U": 0.001129649579524994, + "K": 0.00385037693195045, + "L": 0.002078283578157425, + "G": 0.02542867325246334, + "F": 0.0220506452023983, + "E": 0.07589716464281082, + "T": 0.019533921033143997, + "P": 0.3989385962486267, + "-": 0.21273551881313324 + }, + "id": "tp_16320" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2040007, + "label": "-", + "classification": { + "B": 9.73316893748688e-09, + "S": 6.382534945004181e-09, + "I": 2.870030039048288e-05, + "C": 4.4202604954080016e-07, + "R": 1.8167659376899792e-08, + "M": 9.689741773399874e-07, + "O": 2.525474656067672e-07, + "W": 8.671733553455852e-09, + "N": 7.782393254274211e-07, + "Y": 4.152901965426281e-05, + "U": 9.523054345095261e-09, + "K": 2.302788999486438e-07, + "L": 5.603474573234735e-09, + "G": 6.108852176112123e-06, + "F": 0.00013033156574238092, + "E": 3.926586214220151e-05, + "T": 2.1438680050778203e-05, + "P": 0.3900391161441803, + "-": 0.6096907258033752 + }, + "id": "tp_16321" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2040140, + "label": "P", + "classification": { + "B": 4.471423409313502e-08, + "S": 3.324122133108176e-08, + "I": 0.0005894851055927575, + "C": 2.7250885068497155e-06, + "R": 2.0244485199327755e-07, + "M": 3.999334239779273e-06, + "O": 8.97573329439183e-07, + "W": 7.495998488593614e-08, + "N": 1.128992244048277e-05, + "Y": 6.63921600789763e-05, + "U": 4.2040241510221676e-08, + "K": 1.056343876371102e-06, + "L": 3.997858044613167e-08, + "G": 9.401040188095067e-06, + "F": 0.00031578633934259415, + "E": 0.0002832864411175251, + "T": 2.0119516193517484e-05, + "P": 0.7779780030250549, + "-": 0.2207171767950058 + }, + "id": "tp_16322" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2040274, + "label": "-", + "classification": { + "B": 1.166399385965633e-07, + "S": 4.6937692843584955e-08, + "I": 0.0001418522879248485, + "C": 1.9312332369736396e-05, + "R": 2.1683486011170316e-06, + "M": 6.382251012837514e-05, + "O": 3.959186415158911e-06, + "W": 1.2434742302502855e-07, + "N": 9.890322871797252e-07, + "Y": 0.0009473459213040769, + "U": 1.1166177671384503e-07, + "K": 1.2147532970629982e-06, + "L": 5.878960109839682e-07, + "G": 0.00014127837494015694, + "F": 0.0007930177380330861, + "E": 5.6913169828476384e-05, + "T": 0.0003476437123026699, + "P": 0.02860855869948864, + "-": 0.9688711166381836 + }, + "id": "tp_16323" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2040407, + "label": "P", + "classification": { + "B": 5.169745691091521e-06, + "S": 4.205378900223877e-06, + "I": 0.01706591807305813, + "C": 0.00011094538058387116, + "R": 2.6845606043934822e-05, + "M": 0.00026254160911776125, + "O": 7.467340037692338e-05, + "W": 3.2723739877837943e-06, + "N": 0.00031902213231660426, + "Y": 0.0014388273702934384, + "U": 1.7097506770369364e-06, + "K": 3.802365711180755e-07, + "L": 9.990199032472447e-06, + "G": 0.00015986910148058087, + "F": 0.0001500370999565348, + "E": 0.0004023335059173405, + "T": 0.002297166269272566, + "P": 0.7348002791404724, + "-": 0.2428668886423111 + }, + "id": "tp_16324" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2040507, + "label": "-", + "classification": { + "B": 1.7378653183186543e-08, + "S": 4.723309521281749e-10, + "I": 9.867807420960162e-06, + "C": 2.978844975132233e-07, + "R": 2.5461423192041366e-08, + "M": 5.023101493861759e-06, + "O": 2.6215511184091156e-07, + "W": 1.717355813113386e-09, + "N": 2.8441025534675646e-08, + "Y": 6.370645860442892e-05, + "U": 1.6377998957040063e-09, + "K": 4.69101479882994e-10, + "L": 4.3857333764663053e-08, + "G": 1.5752026229165494e-05, + "F": 3.2662217563483864e-05, + "E": 7.044338872219669e-06, + "T": 4.4934029574505985e-05, + "P": 0.10737397521734238, + "-": 0.8924463987350464 + }, + "id": "tp_16325" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2040641, + "label": "-", + "classification": { + "B": 0.0004196222289465368, + "S": 0.0001838128810049966, + "I": 0.013404954224824905, + "C": 0.0016423908527940512, + "R": 0.00041278815479017794, + "M": 0.004983261227607727, + "O": 0.0011201564921066165, + "W": 0.0002469022001605481, + "N": 0.0018636445747688413, + "Y": 0.023160867393016815, + "U": 0.0002063455613097176, + "K": 0.0010186624713242054, + "L": 0.00028699394897557795, + "G": 0.007816556841135025, + "F": 0.01035790704190731, + "E": 0.019821137189865112, + "T": 0.012130525894463062, + "P": 0.2697230279445648, + "-": 0.6312004327774048 + }, + "id": "tp_16326" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2040774, + "label": "-", + "classification": { + "B": 6.81634628563188e-06, + "S": 5.626827623927966e-05, + "I": 0.0031545667443424463, + "C": 0.0001539123331895098, + "R": 4.622877895599231e-05, + "M": 0.00043458311120048165, + "O": 0.0002550935314502567, + "W": 5.3938114433549345e-05, + "N": 0.0004346974892541766, + "Y": 0.006716777104884386, + "U": 1.0136460332432762e-05, + "K": 0.0006941532483324409, + "L": 9.846336070040707e-06, + "G": 0.0005463066045194864, + "F": 0.009720845147967339, + "E": 0.0017118039540946484, + "T": 0.0032398707699030638, + "P": 0.2116752713918686, + "-": 0.7610790133476257 + }, + "id": "tp_16327" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2040908, + "label": "P", + "classification": { + "B": 1.8313583893814211e-07, + "S": 1.2456234799174126e-07, + "I": 0.0003229529538657516, + "C": 3.2245161492028274e-06, + "R": 7.20597142844781e-07, + "M": 6.564218892890494e-06, + "O": 4.0843533497536555e-06, + "W": 2.829266065873526e-07, + "N": 9.230868272425141e-06, + "Y": 0.0001219174955622293, + "U": 1.7762360471351712e-07, + "K": 3.33404017283101e-07, + "L": 2.6102182459908363e-07, + "G": 1.4233487490855623e-05, + "F": 0.0005808614077977836, + "E": 4.167780571151525e-05, + "T": 0.00013110633881296962, + "P": 0.5178110003471375, + "-": 0.4809510111808777 + }, + "id": "tp_16328" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2041008, + "label": "P", + "classification": { + "B": 9.19344529393129e-08, + "S": 8.765321268811022e-08, + "I": 0.0004745905171148479, + "C": 1.4785740631850786e-06, + "R": 2.5425464400541387e-07, + "M": 8.646702553960495e-06, + "O": 3.85798330171383e-06, + "W": 8.056308331561013e-08, + "N": 3.924219981854549e-06, + "Y": 4.469429768505506e-05, + "U": 1.3407820631528011e-08, + "K": 2.685622835230106e-09, + "L": 1.6282496062558494e-07, + "G": 6.8893818934157025e-06, + "F": 1.9517096006893553e-05, + "E": 1.3535442121792585e-05, + "T": 0.00010466868116054684, + "P": 0.6408161520957947, + "-": 0.3585014045238495 + }, + "id": "tp_16329" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2041141, + "label": "-", + "classification": { + "B": 6.879820269034553e-09, + "S": 4.950200249709269e-09, + "I": 6.400979327736422e-05, + "C": 5.741473501075234e-07, + "R": 5.082519649590722e-08, + "M": 3.0006294764461927e-06, + "O": 5.21149786436581e-07, + "W": 1.1970263003036052e-08, + "N": 5.639558366965503e-07, + "Y": 5.924337528995238e-05, + "U": 1.0090148272468014e-08, + "K": 1.1549347078698702e-07, + "L": 1.54009924813181e-08, + "G": 9.451011464989278e-06, + "F": 0.00015346381405834109, + "E": 1.6152169337146915e-05, + "T": 4.394280040287413e-05, + "P": 0.24030497670173645, + "-": 0.7593439817428589 + }, + "id": "tp_16330" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2041275, + "label": "P", + "classification": { + "B": 3.220096459699562e-06, + "S": 3.6812832604482537e-06, + "I": 0.017132339999079704, + "C": 1.1642764548014384e-05, + "R": 3.9436745282728225e-06, + "M": 0.00013384371413849294, + "O": 1.8736114725470543e-05, + "W": 1.7414841977370088e-06, + "N": 0.001103790127672255, + "Y": 0.0006038674619048834, + "U": 7.901517733444052e-07, + "K": 5.0363527407171205e-05, + "L": 8.217955382860964e-07, + "G": 0.0002598402206785977, + "F": 0.000585426576435566, + "E": 0.005089804530143738, + "T": 0.00033590305247344077, + "P": 0.9321485757827759, + "-": 0.042511727660894394 + }, + "id": "tp_16331" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2041408, + "label": "-", + "classification": { + "B": 1.3891042272007326e-07, + "S": 9.063113282081758e-08, + "I": 0.00025649304734542966, + "C": 2.6246841571264667e-06, + "R": 2.757691106580751e-07, + "M": 2.2951653591007926e-05, + "O": 3.224324700568104e-06, + "W": 1.4260997716064594e-07, + "N": 8.06652860774193e-06, + "Y": 0.00040818177512846887, + "U": 9.718906568423336e-08, + "K": 2.2175806861923775e-06, + "L": 1.734596111191422e-07, + "G": 7.822819316061214e-05, + "F": 0.0007792693213559687, + "E": 0.00040027862996794283, + "T": 0.00013703379954677075, + "P": 0.4959137439727783, + "-": 0.5019867420196533 + }, + "id": "tp_16332" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2041508, + "label": "-", + "classification": { + "B": 5.321034404914826e-05, + "S": 8.218303992180154e-05, + "I": 0.01542087085545063, + "C": 0.0009250090806744993, + "R": 0.0003715279744938016, + "M": 0.0010012340499088168, + "O": 0.0006476186099462211, + "W": 0.00013769633369520307, + "N": 0.001265093102119863, + "Y": 0.019841646775603294, + "U": 7.003732025623322e-05, + "K": 0.0005586179322563112, + "L": 6.805875455029309e-05, + "G": 0.0025126938708126545, + "F": 0.00902234110981226, + "E": 0.0022230874747037888, + "T": 0.009880190715193748, + "P": 0.2776859998703003, + "-": 0.6582329273223877 + }, + "id": "tp_16333" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2041642, + "label": "P", + "classification": { + "B": 4.960893420502543e-07, + "S": 4.495790108194342e-06, + "I": 0.006715415045619011, + "C": 7.083184755174443e-06, + "R": 6.574037342943484e-06, + "M": 3.260593075538054e-05, + "O": 2.8498883693828247e-05, + "W": 2.2531608010467608e-06, + "N": 0.0005515111843124032, + "Y": 0.0008748885593377054, + "U": 1.24391260669654e-06, + "K": 3.27878151438199e-05, + "L": 8.708988730177225e-07, + "G": 9.754024358699098e-05, + "F": 0.0010346955386921763, + "E": 0.00018089296645484865, + "T": 0.0012909634970128536, + "P": 0.7567952871322632, + "-": 0.23234187066555023 + }, + "id": "tp_16334" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2041775, + "label": "-", + "classification": { + "B": 6.180366085573041e-07, + "S": 1.0789950692924322e-06, + "I": 0.0020913565531373024, + "C": 3.499611921142787e-05, + "R": 1.1583010746107902e-05, + "M": 2.247649354103487e-05, + "O": 2.0526846128632315e-05, + "W": 3.7380666526587447e-06, + "N": 0.00012020736176054925, + "Y": 0.0005141273722983897, + "U": 1.9555504877644125e-06, + "K": 5.473293276736513e-05, + "L": 7.458770596713293e-07, + "G": 0.00010270757775288075, + "F": 0.0013668196042999625, + "E": 0.0009820995619520545, + "T": 0.00022776373953092843, + "P": 0.48525622487068176, + "-": 0.5091862082481384 + }, + "id": "tp_16335" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2041875, + "label": "-", + "classification": { + "B": 1.6086264054138155e-07, + "S": 7.493742373299028e-07, + "I": 0.000574817880988121, + "C": 1.844927464844659e-05, + "R": 6.822879640822066e-06, + "M": 9.749701712280512e-05, + "O": 2.8861570172011852e-05, + "W": 7.856003776396392e-07, + "N": 2.4520157239749096e-05, + "Y": 0.0025114447344094515, + "U": 3.7649149930985004e-07, + "K": 1.773564918039483e-06, + "L": 1.4732452200405532e-06, + "G": 0.0001597118389327079, + "F": 0.0015096213901415467, + "E": 0.0001057559420587495, + "T": 0.00184219004586339, + "P": 0.1417163759469986, + "-": 0.8513985872268677 + }, + "id": "tp_16336" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2042009, + "label": "-", + "classification": { + "B": 1.843781483046314e-08, + "S": 5.516517376236152e-08, + "I": 1.1120125236629974e-05, + "C": 6.975327693226063e-08, + "R": 7.598841555989111e-09, + "M": 4.87000534121762e-06, + "O": 1.039165681504528e-06, + "W": 1.993481468787195e-08, + "N": 7.20959803857113e-07, + "Y": 7.824810745660216e-05, + "U": 6.8290542110105434e-09, + "K": 2.925083606442058e-07, + "L": 1.6848545669745363e-08, + "G": 4.565318704408128e-06, + "F": 0.00033881820854730904, + "E": 4.027909380965866e-05, + "T": 7.863388600526378e-05, + "P": 0.1658308058977127, + "-": 0.8336104154586792 + }, + "id": "tp_16337" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2042142, + "label": "P", + "classification": { + "B": 9.138907586248024e-08, + "S": 1.0796439653404377e-07, + "I": 0.004772648215293884, + "C": 1.8600092516862787e-05, + "R": 1.3653478845299105e-06, + "M": 1.9923914805985987e-05, + "O": 2.4213964024966117e-06, + "W": 1.3659332864790485e-07, + "N": 0.00011515466758282855, + "Y": 0.0013612622860819101, + "U": 1.6682032821790926e-07, + "K": 4.139116936130449e-05, + "L": 7.071691499049848e-08, + "G": 9.217373735737056e-05, + "F": 0.0008161418954841793, + "E": 0.002548706252127886, + "T": 0.00011744313087547198, + "P": 0.6780171394348145, + "-": 0.31207501888275146 + }, + "id": "tp_16338" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2042276, + "label": "P", + "classification": { + "B": 2.600725565571338e-06, + "S": 9.819642400543671e-06, + "I": 0.0010767225176095963, + "C": 3.793288487941027e-05, + "R": 5.720191438740585e-06, + "M": 6.516819121316075e-05, + "O": 3.914570697816089e-05, + "W": 1.0402417501609307e-05, + "N": 0.00023289112141355872, + "Y": 0.0008165744948200881, + "U": 5.897365099372109e-06, + "K": 0.0005090240738354623, + "L": 1.5307815601772745e-06, + "G": 0.0001996740174945444, + "F": 0.007070430088788271, + "E": 0.005354098044335842, + "T": 0.00036676498712040484, + "P": 0.5689868927001953, + "-": 0.4152086079120636 + }, + "id": "tp_16339" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2042376, + "label": "-", + "classification": { + "B": 1.580912226017972e-06, + "S": 5.830900704495434e-07, + "I": 0.0013827795628458261, + "C": 0.000332528114086017, + "R": 6.064479021006264e-05, + "M": 0.00014378946798387915, + "O": 4.89497251692228e-05, + "W": 3.11639450956136e-06, + "N": 4.6941473556216806e-05, + "Y": 0.001253820490092039, + "U": 6.160559223644668e-06, + "K": 1.5392948625958525e-05, + "L": 5.881704510102281e-06, + "G": 0.0006163392099551857, + "F": 0.002567896619439125, + "E": 0.0003408599877730012, + "T": 0.0011295884614810348, + "P": 0.1942860335111618, + "-": 0.797757089138031 + }, + "id": "tp_16340" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2042509, + "label": "-", + "classification": { + "B": 0.00022560422075912356, + "S": 0.00020722045155707747, + "I": 0.012163368985056877, + "C": 0.0004802088369615376, + "R": 0.00020402470545377582, + "M": 0.005527504254132509, + "O": 0.001549647538922727, + "W": 0.00021168688545003533, + "N": 0.000788531790021807, + "Y": 0.02368796057999134, + "U": 4.89768099214416e-05, + "K": 5.4083080613054335e-05, + "L": 0.0003158728068228811, + "G": 0.0025038346648216248, + "F": 0.00594593770802021, + "E": 0.003480559214949608, + "T": 0.020607519894838333, + "P": 0.19622743129730225, + "-": 0.7257699966430664 + }, + "id": "tp_16341" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2042643, + "label": "-", + "classification": { + "B": 5.5059470469132066e-05, + "S": 3.092025144724175e-05, + "I": 0.0033108117058873177, + "C": 0.00038690329529345036, + "R": 6.0712365666404366e-05, + "M": 0.000727937207557261, + "O": 0.00023322076594922692, + "W": 5.7058747188420966e-05, + "N": 0.00036041540442965925, + "Y": 0.003309361170977354, + "U": 3.575398295652121e-05, + "K": 0.0008071227930486202, + "L": 3.555581497494131e-05, + "G": 0.0017209056532010436, + "F": 0.025642473250627518, + "E": 0.00791045743972063, + "T": 0.0016452802810817957, + "P": 0.33953607082366943, + "-": 0.614133894443512 + }, + "id": "tp_16342" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2042776, + "label": "-", + "classification": { + "B": 8.027468538784888e-07, + "S": 4.185816578683443e-06, + "I": 0.0003634925524238497, + "C": 0.0001457351172575727, + "R": 2.880110332625918e-05, + "M": 0.0009194980375468731, + "O": 6.896077684359625e-05, + "W": 2.836638941516867e-06, + "N": 2.2185857233125716e-05, + "Y": 0.0043320669792592525, + "U": 9.494087294115161e-07, + "K": 2.3882443201728165e-05, + "L": 7.723147973592859e-06, + "G": 0.0010305768810212612, + "F": 0.011386589147150517, + "E": 0.0009012417867779732, + "T": 0.0014309821417555213, + "P": 0.0744050145149231, + "-": 0.9049245715141296 + }, + "id": "tp_16343" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2042876, + "label": "-", + "classification": { + "B": 2.0550244244077476e-06, + "S": 2.1986711828958505e-07, + "I": 9.822152787819505e-05, + "C": 1.4361085050040856e-06, + "R": 1.370144957490993e-07, + "M": 8.239735507231671e-06, + "O": 4.867019924859051e-06, + "W": 2.848574354175071e-07, + "N": 2.5061899577849545e-06, + "Y": 4.962826278642751e-05, + "U": 7.10685554849988e-08, + "K": 1.1784013764781776e-07, + "L": 5.398946996137965e-07, + "G": 2.3148855689214543e-05, + "F": 0.0005371857550926507, + "E": 4.214740692987107e-05, + "T": 5.423780021374114e-05, + "P": 0.4869035482406616, + "-": 0.5122713446617126 + }, + "id": "tp_16344" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2043010, + "label": "-", + "classification": { + "B": 3.2869538699742407e-05, + "S": 3.3290820283582434e-05, + "I": 0.00021681962243746966, + "C": 1.071802125807153e-05, + "R": 3.2694135825295234e-06, + "M": 0.0008588616619817913, + "O": 0.00026972676278091967, + "W": 1.6423104170826264e-05, + "N": 2.7078980565420352e-05, + "Y": 0.0011539492988958955, + "U": 5.719999194297998e-07, + "K": 6.907731403771322e-06, + "L": 1.2931866876897402e-05, + "G": 0.00042597539140842855, + "F": 0.00536076445132494, + "E": 0.0005584084428846836, + "T": 0.0012915863189846277, + "P": 0.0909961685538292, + "-": 0.8987237215042114 + }, + "id": "tp_16345" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2043143, + "label": "-", + "classification": { + "B": 6.405649060070573e-07, + "S": 3.8040522554183553e-07, + "I": 0.00014909070159774274, + "C": 6.618040060857311e-06, + "R": 3.5404534628469264e-06, + "M": 1.0576647582638543e-05, + "O": 2.040538311121054e-05, + "W": 7.698303647885041e-07, + "N": 7.454222213709727e-06, + "Y": 0.00034256084472872317, + "U": 6.496671289824008e-07, + "K": 1.084865380107658e-05, + "L": 8.669842941344541e-07, + "G": 8.145225001499057e-05, + "F": 0.0030471060890704393, + "E": 0.00013121572555974126, + "T": 0.00026360395713709295, + "P": 0.11009690910577774, + "-": 0.8858253359794617 + }, + "id": "tp_16346" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2043277, + "label": "-", + "classification": { + "B": 6.351524195480351e-09, + "S": 3.728089836840809e-09, + "I": 4.579517735692207e-06, + "C": 4.511527436079632e-07, + "R": 2.5136534631542418e-08, + "M": 3.3276437534368597e-06, + "O": 3.286487810783001e-07, + "W": 7.048044814439436e-09, + "N": 6.274537867057006e-08, + "Y": 0.00021854379156138748, + "U": 2.63443045156464e-09, + "K": 8.037586951559206e-08, + "L": 2.4136481258096865e-08, + "G": 2.1213596482994035e-05, + "F": 0.001027610502205789, + "E": 1.3035471965849865e-05, + "T": 4.427048042998649e-05, + "P": 0.030412474647164345, + "-": 0.9682537913322449 + }, + "id": "tp_16347" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2043377, + "label": "-", + "classification": { + "B": 1.2043402719541518e-08, + "S": 1.972755399037851e-07, + "I": 5.855637937202118e-05, + "C": 2.2251154518926342e-07, + "R": 6.20329529965602e-08, + "M": 1.4089864635025151e-06, + "O": 1.312184167545638e-06, + "W": 1.4381230073468032e-07, + "N": 5.361500370781869e-06, + "Y": 0.00026223884196951985, + "U": 7.070387653129728e-08, + "K": 3.893504253937863e-05, + "L": 1.0850444098764456e-08, + "G": 6.215073881321587e-06, + "F": 0.0008034416823647916, + "E": 8.518066897522658e-05, + "T": 9.070479427464306e-05, + "P": 0.1778080314397812, + "-": 0.8208379149436951 + }, + "id": "tp_16348" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2043510, + "label": "-", + "classification": { + "B": 3.7652053919146056e-08, + "S": 4.581256618507723e-08, + "I": 0.00012293827603571117, + "C": 8.737425559957046e-06, + "R": 2.3934428554639453e-06, + "M": 2.20440579141723e-05, + "O": 3.92828860640293e-06, + "W": 1.8937474521862896e-07, + "N": 2.003027930186363e-06, + "Y": 0.004827600903809071, + "U": 8.292673214782553e-08, + "K": 3.239899160689674e-05, + "L": 1.5694702426571894e-07, + "G": 0.00034907381632365286, + "F": 0.0029007638804614544, + "E": 0.0001536716881673783, + "T": 0.00045549176866188645, + "P": 0.011532413773238659, + "-": 0.9795860648155212 + }, + "id": "tp_16349" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2043644, + "label": "-", + "classification": { + "B": 1.932918712554965e-05, + "S": 1.133207024395233e-05, + "I": 0.0013407355872914195, + "C": 4.13367451983504e-05, + "R": 7.59372642278322e-06, + "M": 0.00039768769056536257, + "O": 9.925234189722687e-05, + "W": 5.630867690342711e-06, + "N": 7.539278885815293e-05, + "Y": 0.005965457297861576, + "U": 2.628131142046186e-06, + "K": 1.7165242752525955e-05, + "L": 1.1986551726295147e-05, + "G": 0.0014626086922362447, + "F": 0.002345946617424488, + "E": 0.002762462943792343, + "T": 0.0035237090196460485, + "P": 0.20621998608112335, + "-": 0.7756897211074829 + }, + "id": "tp_16350" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2043777, + "label": "-", + "classification": { + "B": 5.302093342152148e-08, + "S": 1.2826172905988642e-06, + "I": 1.7906942957779393e-05, + "C": 1.8397708117845468e-05, + "R": 3.3981746128119994e-06, + "M": 8.428681758232415e-05, + "O": 1.7415826732758433e-05, + "W": 4.0116435684467433e-07, + "N": 1.0281567028869176e-06, + "Y": 0.011618632823228836, + "U": 5.545175341126196e-08, + "K": 1.0921946341113653e-05, + "L": 1.0648137731550378e-06, + "G": 0.0005555171519517899, + "F": 0.005666790995746851, + "E": 2.6017005438916385e-05, + "T": 0.001969192875549197, + "P": 0.005970971193164587, + "-": 0.9740365147590637 + }, + "id": "tp_16351" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2043877, + "label": "-", + "classification": { + "B": 2.525770981254283e-10, + "S": 5.715059328559313e-11, + "I": 3.7938687569294416e-07, + "C": 4.066899705890137e-08, + "R": 2.2122728093876276e-09, + "M": 4.3619547795969993e-07, + "O": 4.3066428645488486e-08, + "W": 1.175350095028449e-10, + "N": 1.3338093962644848e-09, + "Y": 1.594950481376145e-05, + "U": 2.1634412317173002e-10, + "K": 1.5769834327272747e-09, + "L": 1.531017757017139e-09, + "G": 1.0358086228734464e-06, + "F": 7.479695796064334e-06, + "E": 2.898188427025161e-07, + "T": 1.2006696124444716e-05, + "P": 0.004146347753703594, + "-": 0.9958160519599915 + }, + "id": "tp_16352" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2044011, + "label": "-", + "classification": { + "B": 3.252394526498392e-05, + "S": 2.3573405997012742e-05, + "I": 0.0018754592165350914, + "C": 0.00014637570711784065, + "R": 4.396781514515169e-05, + "M": 0.0013807308860123158, + "O": 0.00031624315306544304, + "W": 2.914332435466349e-05, + "N": 0.00010351991659263149, + "Y": 0.005072539206594229, + "U": 1.4093907338974532e-05, + "K": 2.117750591423828e-05, + "L": 7.389969687210396e-05, + "G": 0.0010782830649986863, + "F": 0.0035576983354985714, + "E": 0.0009880949510261416, + "T": 0.005168695468455553, + "P": 0.1968201994895935, + "-": 0.7832537293434143 + }, + "id": "tp_16353" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2044144, + "label": "-", + "classification": { + "B": 4.735980496661796e-09, + "S": 4.4824718936631314e-10, + "I": 5.1564242312451825e-05, + "C": 1.6434597682746244e-06, + "R": 1.9830004305276816e-07, + "M": 4.757540409627836e-06, + "O": 5.268360041554843e-07, + "W": 3.611179577589496e-09, + "N": 1.1734601201851547e-07, + "Y": 0.0001316115231020376, + "U": 6.939890884183342e-09, + "K": 9.109669685258837e-10, + "L": 5.2055888488666824e-08, + "G": 1.4338659639179241e-05, + "F": 7.694235137023497e-06, + "E": 4.083494786755182e-06, + "T": 0.00013088328705634922, + "P": 0.0389716736972332, + "-": 0.9606809020042419 + }, + "id": "tp_16354" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2044278, + "label": "-", + "classification": { + "B": 1.0813146218424663e-05, + "S": 1.0660895895853173e-05, + "I": 0.003330640960484743, + "C": 0.0008633494144305587, + "R": 0.00012170673289801925, + "M": 0.0002699896285776049, + "O": 0.00013539391511585563, + "W": 2.154180583602283e-05, + "N": 0.0004045592504553497, + "Y": 0.0037295203655958176, + "U": 4.204263677820563e-05, + "K": 0.0010371269891038537, + "L": 2.366989792790264e-05, + "G": 0.0017885008128359914, + "F": 0.015023303218185902, + "E": 0.005232867319136858, + "T": 0.0013180379755795002, + "P": 0.24403934180736542, + "-": 0.7225969433784485 + }, + "id": "tp_16355" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2044378, + "label": "-", + "classification": { + "B": 0.00018022222502622753, + "S": 0.0012250127037987113, + "I": 0.012315466068685055, + "C": 0.0016141734085977077, + "R": 0.0010206293081864715, + "M": 0.005457996856421232, + "O": 0.004527048207819462, + "W": 0.0007601922261528671, + "N": 0.00297044706530869, + "Y": 0.03060307167470455, + "U": 0.00028546317480504513, + "K": 0.001775448676198721, + "L": 0.0005171074299141765, + "G": 0.005393609404563904, + "F": 0.019167402759194374, + "E": 0.0033768960274755955, + "T": 0.04114533215761185, + "P": 0.15150335431098938, + "-": 0.7161611914634705 + }, + "id": "tp_16356" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2044511, + "label": "-", + "classification": { + "B": 7.878118140070001e-07, + "S": 8.449790556142034e-08, + "I": 1.2041583431710023e-05, + "C": 1.0192743502557278e-05, + "R": 1.5504779184993822e-06, + "M": 2.8492926503531635e-05, + "O": 1.043371139530791e-05, + "W": 1.8086539910200372e-07, + "N": 2.0235883368968643e-07, + "Y": 0.0001869858824647963, + "U": 3.2856529941227564e-08, + "K": 5.1565120173791e-08, + "L": 1.1907668522326276e-06, + "G": 8.835704647935927e-05, + "F": 0.0004680049023590982, + "E": 1.035710647556698e-05, + "T": 0.00010376302088843659, + "P": 0.024670666083693504, + "-": 0.9744065999984741 + }, + "id": "tp_16357" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2044645, + "label": "-", + "classification": { + "B": 2.0614004824892618e-05, + "S": 9.835850505623966e-06, + "I": 0.002772142179310322, + "C": 0.0005878651281818748, + "R": 0.00012027559569105506, + "M": 0.0007537112687714398, + "O": 0.00025341796572320163, + "W": 1.5141480616875924e-05, + "N": 0.00010670978372218087, + "Y": 0.0034880880266427994, + "U": 5.881123797735199e-06, + "K": 2.7957576094195247e-06, + "L": 6.418908014893532e-05, + "G": 0.0015185254160314798, + "F": 0.0026471081655472517, + "E": 0.0005725728115066886, + "T": 0.002962642116472125, + "P": 0.18615089356899261, + "-": 0.7979476451873779 + }, + "id": "tp_16358" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2044778, + "label": "P", + "classification": { + "B": 3.266582737637691e-08, + "S": 9.966890246460025e-08, + "I": 9.763675188878551e-05, + "C": 3.649363634394831e-06, + "R": 3.608417671330244e-07, + "M": 1.363386672892375e-06, + "O": 1.5738810361654032e-06, + "W": 2.1179420173211838e-07, + "N": 7.64496417104965e-06, + "Y": 5.443744157673791e-05, + "U": 1.0058962374159819e-07, + "K": 1.3174250852898695e-05, + "L": 4.59794691209936e-08, + "G": 2.8351551009109244e-05, + "F": 0.005790333729237318, + "E": 0.00040362696745432913, + "T": 1.896214780572336e-05, + "P": 0.5671589970588684, + "-": 0.42641937732696533 + }, + "id": "tp_16359" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2044878, + "label": "-", + "classification": { + "B": 1.636591332498938e-05, + "S": 2.6338046154705808e-05, + "I": 0.00016239722026512027, + "C": 1.0250721970805898e-05, + "R": 4.7683374759799335e-06, + "M": 9.92712375591509e-05, + "O": 0.00013141987437848002, + "W": 2.370407310081646e-05, + "N": 4.335689664003439e-05, + "Y": 0.001660781679674983, + "U": 3.332683036205708e-06, + "K": 0.0004532703896984458, + "L": 3.0841390525893075e-06, + "G": 0.00034475314896553755, + "F": 0.01203348021954298, + "E": 0.0005012169131077826, + "T": 0.0008668395457789302, + "P": 0.13034644722938538, + "-": 0.8532690405845642 + }, + "id": "tp_16360" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2045012, + "label": "-", + "classification": { + "B": 4.0731737982468985e-08, + "S": 8.795530703764598e-08, + "I": 5.689877798431553e-05, + "C": 1.8594355424284004e-05, + "R": 3.100365574937314e-06, + "M": 1.020544641505694e-05, + "O": 5.011958364775637e-06, + "W": 2.0699984304428654e-07, + "N": 1.8393881191514083e-06, + "Y": 0.0007764332112856209, + "U": 3.5727126146412047e-07, + "K": 8.474009518977255e-06, + "L": 5.526848667614104e-07, + "G": 0.000139637864776887, + "F": 0.0028737715911120176, + "E": 4.946134868077934e-05, + "T": 0.00018277860363014042, + "P": 0.07005307823419571, + "-": 0.9258195161819458 + }, + "id": "tp_16361" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2045145, + "label": "-", + "classification": { + "B": 4.3485616885163836e-08, + "S": 3.031023254607135e-08, + "I": 1.7704312995192595e-05, + "C": 9.601335477782413e-06, + "R": 1.0416869145046803e-06, + "M": 1.0315632607671432e-05, + "O": 2.519955842217314e-06, + "W": 3.870221831903109e-08, + "N": 3.0861116329106153e-07, + "Y": 0.0004381003091111779, + "U": 4.702597777850315e-08, + "K": 2.451007276249584e-06, + "L": 3.2293598906107945e-07, + "G": 0.00011637926218099892, + "F": 0.0030610812827944756, + "E": 2.5858938897727057e-05, + "T": 0.00013834674609825015, + "P": 0.014002607204020023, + "-": 0.9821731448173523 + }, + "id": "tp_16362" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2045279, + "label": "-", + "classification": { + "B": 6.545407086377963e-05, + "S": 5.754388439527247e-06, + "I": 0.009842496365308762, + "C": 0.0004662194987758994, + "R": 8.828192949295044e-05, + "M": 0.001096931635402143, + "O": 0.0001793168776202947, + "W": 7.88405304774642e-06, + "N": 0.00017101287085097283, + "Y": 0.006429765839129686, + "U": 9.555074029776733e-06, + "K": 3.037307351405616e-06, + "L": 8.501348929712549e-05, + "G": 0.0035501867532730103, + "F": 0.0015004085144028068, + "E": 0.0026614901144057512, + "T": 0.0035714907571673393, + "P": 0.35974863171577454, + "-": 0.6105170249938965 + }, + "id": "tp_16363" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2045379, + "label": "-", + "classification": { + "B": 8.736102245165966e-06, + "S": 1.615380028852087e-06, + "I": 0.00041359468013979495, + "C": 0.00022751114738639444, + "R": 4.471282591111958e-05, + "M": 0.0009462122689001262, + "O": 0.0001256375981029123, + "W": 2.767718342511216e-06, + "N": 1.6138657883857377e-05, + "Y": 0.009888861328363419, + "U": 2.936501232397859e-06, + "K": 4.93083553010365e-06, + "L": 4.0826344047673047e-05, + "G": 0.001641006558202207, + "F": 0.0024780230596661568, + "E": 0.00036751051084138453, + "T": 0.003779501421377063, + "P": 0.015308705158531666, + "-": 0.9647008180618286 + }, + "id": "tp_16364" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2045512, + "label": "-", + "classification": { + "B": 3.7634778626838283e-10, + "S": 2.374425545070835e-09, + "I": 1.9044932741962839e-06, + "C": 1.3316970637333725e-07, + "R": 6.179630140934478e-09, + "M": 9.156893838735414e-07, + "O": 8.812832419380356e-08, + "W": 2.4822093269705192e-09, + "N": 7.482393016289279e-08, + "Y": 0.0003851053479593247, + "U": 1.4818104521197029e-09, + "K": 1.8662969978322508e-06, + "L": 1.6615094855509938e-09, + "G": 6.740653134329477e-06, + "F": 0.001838731812313199, + "E": 1.0187852240051143e-05, + "T": 3.371689672349021e-05, + "P": 0.023021453991532326, + "-": 0.974699079990387 + }, + "id": "tp_16365" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2045646, + "label": "-", + "classification": { + "B": 1.0032970010342979e-08, + "S": 8.525645966983575e-09, + "I": 1.0561369890638161e-05, + "C": 1.9587798760767328e-06, + "R": 4.7516439849459857e-07, + "M": 6.744466645614011e-06, + "O": 2.8116944577050162e-06, + "W": 2.837188795012935e-08, + "N": 1.1201049687770137e-07, + "Y": 0.00013792836398351938, + "U": 2.1355447188398102e-08, + "K": 1.3104016538534324e-08, + "L": 3.3470914218014514e-07, + "G": 1.9072662325925194e-05, + "F": 0.00013644293358083814, + "E": 2.341776280445629e-06, + "T": 0.00014407053822651505, + "P": 0.021111655980348587, + "-": 0.9784253239631653 + }, + "id": "tp_16366" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2045779, + "label": "-", + "classification": { + "B": 2.2724311747879256e-06, + "S": 1.7003434322759858e-06, + "I": 0.00018801496480591595, + "C": 3.372224819031544e-05, + "R": 7.740606633888092e-06, + "M": 0.0003304054553154856, + "O": 3.909413862857036e-05, + "W": 2.114249809892499e-06, + "N": 7.016830750217196e-06, + "Y": 0.008508892729878426, + "U": 6.759668735867308e-07, + "K": 9.608223626855761e-05, + "L": 2.9738826015091036e-06, + "G": 0.0011888709850609303, + "F": 0.002881616586819291, + "E": 0.0005897252121940255, + "T": 0.0021348115988075733, + "P": 0.023432986810803413, + "-": 0.9605513215065002 + }, + "id": "tp_16367" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2045879, + "label": "-", + "classification": { + "B": 3.8811136526817336e-09, + "S": 1.5912571260656705e-09, + "I": 1.415154565620469e-05, + "C": 1.772461473592557e-06, + "R": 2.9921017130618566e-07, + "M": 2.8086719794373494e-06, + "O": 3.1732542993268e-07, + "W": 5.683737036576986e-09, + "N": 1.0033455311031503e-07, + "Y": 0.0005146951298229396, + "U": 9.389505173373891e-09, + "K": 7.891110840319016e-07, + "L": 1.029372498351222e-08, + "G": 2.2885538783157244e-05, + "F": 0.00038052391028031707, + "E": 8.439160410489421e-06, + "T": 4.629650720744394e-05, + "P": 0.015028613619506359, + "-": 0.9839782118797302 + }, + "id": "tp_16368" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2046013, + "label": "-", + "classification": { + "B": 1.749257450001096e-08, + "S": 1.097998358901009e-09, + "I": 1.5430608755195863e-06, + "C": 6.9442144479126e-08, + "R": 1.2257335590959428e-08, + "M": 3.2491582260263385e-06, + "O": 4.242511124630255e-07, + "W": 2.444855207173191e-09, + "N": 6.130968621675947e-09, + "Y": 4.983192411600612e-05, + "U": 4.782694240645924e-10, + "K": 9.581588855667178e-10, + "L": 4.1946503159806525e-08, + "G": 7.470901437045541e-06, + "F": 6.3864812545944e-05, + "E": 2.0638140085793566e-06, + "T": 1.673238875810057e-05, + "P": 0.008243118412792683, + "-": 0.9916115403175354 + }, + "id": "tp_16369" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2046146, + "label": "P", + "classification": { + "B": 0.0004322840250097215, + "S": 0.0010641043772920966, + "I": 0.13494563102722168, + "C": 0.0018216827884316444, + "R": 0.0004411393601913005, + "M": 0.0036332097370177507, + "O": 0.0018199559999629855, + "W": 0.0005498789832927287, + "N": 0.016254043206572533, + "Y": 0.028152070939540863, + "U": 5.4861866374267265e-05, + "K": 0.004724342375993729, + "L": 9.086147474590689e-05, + "G": 0.005668526981025934, + "F": 0.009950348176062107, + "E": 0.02476208284497261, + "T": 0.010353314690291882, + "P": 0.49857500195503235, + "-": 0.25670671463012695 + }, + "id": "tp_16370" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2046280, + "label": "P", + "classification": { + "B": 1.1224024376588204e-07, + "S": 1.0688202678466041e-07, + "I": 0.0003092014812864363, + "C": 1.660013253967918e-06, + "R": 4.078346762526053e-07, + "M": 2.7711103030014783e-06, + "O": 1.9823696675302926e-06, + "W": 1.8736979257027997e-07, + "N": 1.5552564946119674e-05, + "Y": 6.786845187889412e-05, + "U": 1.2465068266465096e-07, + "K": 3.935241693397984e-06, + "L": 6.568955512875618e-08, + "G": 1.2393012184475083e-05, + "F": 0.0007899306947365403, + "E": 8.759358752286062e-05, + "T": 4.966200140188448e-05, + "P": 0.766443133354187, + "-": 0.23221328854560852 + }, + "id": "tp_16371" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2046380, + "label": "-", + "classification": { + "B": 5.09583628627297e-07, + "S": 6.278538080550788e-07, + "I": 1.8658085537026636e-05, + "C": 5.639363280351972e-06, + "R": 1.6858803064678796e-06, + "M": 7.889424887252972e-05, + "O": 2.44806069531478e-05, + "W": 8.350903613063565e-07, + "N": 1.106319132304634e-06, + "Y": 0.0012082135071977973, + "U": 1.7984231703849218e-07, + "K": 3.4078070711984765e-06, + "L": 1.1811079048129614e-06, + "G": 8.756698662182316e-05, + "F": 0.001355272252112627, + "E": 2.3173417503130622e-05, + "T": 0.0007573005859740078, + "P": 0.016162235289812088, + "-": 0.9802690148353577 + }, + "id": "tp_16372" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2046513, + "label": "-", + "classification": { + "B": 1.2868573548985296e-06, + "S": 4.524483756540576e-06, + "I": 0.00042098487028852105, + "C": 9.00031955097802e-06, + "R": 2.2257495402300265e-06, + "M": 3.0010965929250233e-05, + "O": 3.10688883473631e-05, + "W": 5.245460670266766e-06, + "N": 9.771259647095576e-05, + "Y": 0.0009607195970602334, + "U": 2.5981773887906456e-06, + "K": 0.0003948429657611996, + "L": 6.368802587530809e-07, + "G": 0.00014593162632081658, + "F": 0.006794174201786518, + "E": 0.001357975765131414, + "T": 0.00039762299275025725, + "P": 0.3403376340866089, + "-": 0.6490058302879333 + }, + "id": "tp_16373" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2046647, + "label": "-", + "classification": { + "B": 3.6908924812451005e-05, + "S": 3.0341507226694375e-06, + "I": 0.000419222837081179, + "C": 0.0004364086198620498, + "R": 3.081069007748738e-05, + "M": 0.00010772649693535641, + "O": 5.8162157074548304e-05, + "W": 5.384177711675875e-06, + "N": 3.971132537117228e-05, + "Y": 0.0022450140677392483, + "U": 1.5270650692400523e-05, + "K": 0.00015926106425467879, + "L": 9.854246854956727e-06, + "G": 0.0012480717850849032, + "F": 0.00650410121306777, + "E": 0.0007652496569789946, + "T": 0.0007554299081675708, + "P": 0.14187775552272797, + "-": 0.8452825546264648 + }, + "id": "tp_16374" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2046780, + "label": "P", + "classification": { + "B": 3.602946662795148e-06, + "S": 2.3311729819397442e-05, + "I": 0.004277705680578947, + "C": 4.382712359074503e-05, + "R": 2.3853675884311087e-05, + "M": 4.609898314811289e-05, + "O": 6.279514491325244e-05, + "W": 1.5720554074505344e-05, + "N": 0.00040662530227564275, + "Y": 0.0015736588975414634, + "U": 6.142264737718506e-06, + "K": 0.00010863228817470372, + "L": 4.0490053834219e-06, + "G": 0.0001797587174223736, + "F": 0.0073721460066735744, + "E": 0.0006350091425701976, + "T": 0.0010011823615059257, + "P": 0.6552631258964539, + "-": 0.32895275950431824 + }, + "id": "tp_16375" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2046880, + "label": "-", + "classification": { + "B": 6.498511595509626e-08, + "S": 2.7570274951926876e-08, + "I": 1.6412104741903022e-05, + "C": 2.1114708488312317e-06, + "R": 3.483988280095218e-07, + "M": 7.243211439345032e-05, + "O": 2.9365626232902287e-06, + "W": 2.731792037025116e-08, + "N": 1.4031176931439404e-07, + "Y": 0.0013092191657051444, + "U": 1.535591387380464e-08, + "K": 3.3673524058031035e-07, + "L": 3.224960209990968e-07, + "G": 0.00015329490997828543, + "F": 0.0003748440358322114, + "E": 3.630909850471653e-05, + "T": 0.0005063774297013879, + "P": 0.004304212052375078, + "-": 0.9932204484939575 + }, + "id": "tp_16376" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2047014, + "label": "P", + "classification": { + "B": 2.0403924281708896e-05, + "S": 1.9609280570875853e-05, + "I": 0.006837412714958191, + "C": 0.000687953142914921, + "R": 0.00010142631799681112, + "M": 0.00046409721835516393, + "O": 0.00012143587082391605, + "W": 2.4195695004891604e-05, + "N": 0.0005964038427919149, + "Y": 0.004635985009372234, + "U": 2.2327965780277736e-05, + "K": 0.00013970413419883698, + "L": 2.0483139451243915e-05, + "G": 0.0007147514843381941, + "F": 0.006077216472476721, + "E": 0.0047742510214447975, + "T": 0.0012673104647547007, + "P": 0.5490870475769043, + "-": 0.42438799142837524 + }, + "id": "tp_16377" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2047147, + "label": "-", + "classification": { + "B": 5.6829817367543e-06, + "S": 3.076446546401712e-06, + "I": 4.338863800512627e-05, + "C": 2.523441480661859e-06, + "R": 3.096106411248911e-07, + "M": 4.104225808987394e-05, + "O": 4.728171552415006e-05, + "W": 3.443449486439931e-06, + "N": 2.938209945568815e-06, + "Y": 7.198175444500521e-05, + "U": 1.3411710142463562e-07, + "K": 7.869617206779367e-07, + "L": 2.3696995867794612e-06, + "G": 6.206920079421252e-05, + "F": 0.0025661408435553312, + "E": 7.503193046431988e-05, + "T": 0.00010425460641272366, + "P": 0.1810770183801651, + "-": 0.8158905506134033 + }, + "id": "tp_16378" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2047281, + "label": "-", + "classification": { + "B": 6.178220701258397e-06, + "S": 3.5449922961561242e-06, + "I": 0.00166232546325773, + "C": 6.0889684391440824e-05, + "R": 2.4083885364234447e-05, + "M": 8.712417184142396e-05, + "O": 5.3774019761476666e-05, + "W": 7.279973033291753e-06, + "N": 0.00012201005301903933, + "Y": 0.002231334103271365, + "U": 8.814271495793946e-06, + "K": 0.0001341760071227327, + "L": 3.891905180353206e-06, + "G": 0.0005746046081185341, + "F": 0.0021037945989519358, + "E": 0.000746732868719846, + "T": 0.001032377011142671, + "P": 0.4132600724697113, + "-": 0.5778769254684448 + }, + "id": "tp_16379" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2047381, + "label": "P", + "classification": { + "B": 9.7392203315394e-06, + "S": 1.2311116392993426e-07, + "I": 7.018568430794403e-05, + "C": 1.3294979908096138e-06, + "R": 1.1180232206697838e-07, + "M": 7.994809493538924e-06, + "O": 3.7008239814895205e-06, + "W": 1.2373584468150511e-07, + "N": 1.2215142533023027e-06, + "Y": 3.387432298040949e-05, + "U": 2.494880213532724e-08, + "K": 1.1566123170325682e-08, + "L": 5.204115609558357e-07, + "G": 3.0503048037644476e-05, + "F": 0.000289523130049929, + "E": 8.890249591786414e-05, + "T": 2.6966610676026903e-05, + "P": 0.5393778085708618, + "-": 0.4600572884082794 + }, + "id": "tp_16380" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2047514, + "label": "-", + "classification": { + "B": 2.020349484155304e-06, + "S": 3.120290728020336e-07, + "I": 3.985483090218622e-06, + "C": 8.662965456096572e-08, + "R": 1.5314013168676865e-08, + "M": 2.306740680069197e-05, + "O": 9.416968168807216e-06, + "W": 1.2066156784840132e-07, + "N": 1.4432350781135028e-07, + "Y": 4.6367549657588825e-05, + "U": 1.6947566683356285e-09, + "K": 3.6664078439940795e-09, + "L": 2.991102974192472e-07, + "G": 1.217171211465029e-05, + "F": 0.00020249906810931861, + "E": 2.5935974917956628e-05, + "T": 4.839008397539146e-05, + "P": 0.04290017858147621, + "-": 0.956725001335144 + }, + "id": "tp_16381" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2047648, + "label": "-", + "classification": { + "B": 2.7443481940281345e-06, + "S": 5.313795554684475e-06, + "I": 0.00020261257304809988, + "C": 1.703456109680701e-05, + "R": 9.778460480447393e-06, + "M": 0.0004890963318757713, + "O": 9.463388414587826e-05, + "W": 4.141151748626726e-06, + "N": 8.192720088118222e-06, + "Y": 0.04039718210697174, + "U": 8.004869869182585e-07, + "K": 5.592821617028676e-05, + "L": 6.8590616137953475e-06, + "G": 0.0028732179198414087, + "F": 0.0052839284762740135, + "E": 9.829777991399169e-05, + "T": 0.01041375007480383, + "P": 0.009306882508099079, + "-": 0.9307295680046082 + }, + "id": "tp_16382" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2047781, + "label": "-", + "classification": { + "B": 4.425139650265919e-06, + "S": 7.29865803350549e-07, + "I": 0.0011858586221933365, + "C": 7.81193157308735e-05, + "R": 1.619593967916444e-05, + "M": 0.00022292356879916042, + "O": 3.8219644920900464e-05, + "W": 1.8405642094876384e-06, + "N": 2.6062516553793103e-05, + "Y": 0.0014834015164524317, + "U": 2.4292946818604833e-06, + "K": 1.3903116951041739e-06, + "L": 8.88222893991042e-06, + "G": 0.00039599629235453904, + "F": 0.000973077374510467, + "E": 0.00043289168388582766, + "T": 0.0010386749636381865, + "P": 0.28391721844673157, + "-": 0.7101715803146362 + }, + "id": "tp_16383" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2047881, + "label": "-", + "classification": { + "B": 7.635450742782268e-07, + "S": 3.9663078155172116e-07, + "I": 9.169876284431666e-05, + "C": 6.602688245038735e-06, + "R": 1.5715816061856458e-06, + "M": 0.00016453818534500897, + "O": 2.0261879399186e-05, + "W": 3.3862306736409664e-07, + "N": 2.4626156118756626e-06, + "Y": 0.0012063119793310761, + "U": 3.4736245879685157e-07, + "K": 8.705417826604389e-07, + "L": 3.099966988884262e-06, + "G": 0.00033249642001464963, + "F": 0.0006955191493034363, + "E": 6.73778704367578e-05, + "T": 0.0015922391321510077, + "P": 0.06211889907717705, + "-": 0.9336942434310913 + }, + "id": "tp_16384" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2048015, + "label": "-", + "classification": { + "B": 0.0015375650255009532, + "S": 0.0017962383572012186, + "I": 0.007778636179864407, + "C": 0.0017393011366948485, + "R": 0.0011810064315795898, + "M": 0.013805333524942398, + "O": 0.017187537625432014, + "W": 0.0008046846487559378, + "N": 0.0006267374265007675, + "Y": 0.19162149727344513, + "U": 5.174967100174399e-06, + "K": 0.00017437379574403167, + "L": 0.001324944430962205, + "G": 0.08973204344511032, + "F": 0.007816550321877003, + "E": 0.0019726089667528868, + "T": 0.08218859136104584, + "P": 0.012281788513064384, + "-": 0.5664253830909729 + }, + "id": "tp_16385" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2048148, + "label": "-", + "classification": { + "B": 3.558502430678345e-05, + "S": 2.0528108507278375e-05, + "I": 0.00014061057299841195, + "C": 8.245955541497096e-06, + "R": 7.044468475214671e-06, + "M": 4.139351949561387e-05, + "O": 0.00017604924505576491, + "W": 1.8828473912435584e-05, + "N": 1.1668354090943467e-05, + "Y": 0.00046180959907360375, + "U": 6.336986757560226e-07, + "K": 6.934774319233838e-07, + "L": 1.5734778571641073e-05, + "G": 7.926273974590003e-05, + "F": 0.003916164394468069, + "E": 4.635164805222303e-05, + "T": 0.0003318441449664533, + "P": 0.11319165676832199, + "-": 0.8814959526062012 + }, + "id": "tp_16386" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2048282, + "label": "-", + "classification": { + "B": 2.373255085785786e-07, + "S": 8.184197781702096e-07, + "I": 1.0588539225864224e-05, + "C": 9.852074981608894e-06, + "R": 1.1924449836442363e-06, + "M": 0.00024199564359150827, + "O": 1.5653846276109107e-05, + "W": 4.852691972700995e-07, + "N": 5.488168994816078e-07, + "Y": 0.02026713453233242, + "U": 1.1955945566910486e-08, + "K": 0.00018051547522190958, + "L": 1.3223681207819027e-06, + "G": 0.006015045568346977, + "F": 0.028048016130924225, + "E": 0.0004897821345366538, + "T": 0.0019790497608482838, + "P": 0.0020285798236727715, + "-": 0.940709114074707 + }, + "id": "tp_16387" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2048382, + "label": "-", + "classification": { + "B": 0.00012110374518670142, + "S": 0.00012649984273593873, + "I": 0.006693395785987377, + "C": 0.0015105867059901357, + "R": 0.0003732565965037793, + "M": 0.0009463396272622049, + "O": 0.0006275543128140271, + "W": 0.00023752085689920932, + "N": 0.0012560323812067509, + "Y": 0.020784281194210052, + "U": 0.0002872525656130165, + "K": 0.005379661452025175, + "L": 9.633609442971647e-05, + "G": 0.004415267612785101, + "F": 0.021565429866313934, + "E": 0.01028078980743885, + "T": 0.004776520188897848, + "P": 0.1967507004737854, + "-": 0.7237714529037476 + }, + "id": "tp_16388" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2048515, + "label": "-", + "classification": { + "B": 8.048612016864354e-07, + "S": 2.9250545594550204e-06, + "I": 0.0031561742071062326, + "C": 4.241538772475906e-05, + "R": 1.5952226021909155e-05, + "M": 0.00013433794083539397, + "O": 6.088891313993372e-05, + "W": 4.0809527490637265e-06, + "N": 0.0001826668158173561, + "Y": 0.003211073810234666, + "U": 2.8805077363358578e-06, + "K": 8.538216206943616e-05, + "L": 2.5471886146988254e-06, + "G": 0.0005113460938446224, + "F": 0.003441756358370185, + "E": 0.0007587861036881804, + "T": 0.0012649806449189782, + "P": 0.3712601363658905, + "-": 0.6158609986305237 + }, + "id": "tp_16389" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2048649, + "label": "-", + "classification": { + "B": 2.616536107780121e-07, + "S": 6.010622399799104e-08, + "I": 2.3723894628346898e-05, + "C": 2.1575845039478736e-06, + "R": 3.6504019362837425e-07, + "M": 4.664960579248145e-05, + "O": 1.02809381132829e-05, + "W": 4.990447521890928e-08, + "N": 3.7055045254419383e-07, + "Y": 0.00018294897745363414, + "U": 2.523942121968048e-08, + "K": 7.1689774117089655e-09, + "L": 1.514965561000281e-06, + "G": 0.00010725374158937484, + "F": 0.00017916079377755523, + "E": 1.0910113815043587e-05, + "T": 0.0006600783090107143, + "P": 0.05053744837641716, + "-": 0.9482367038726807 + }, + "id": "tp_16390" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2048782, + "label": "-", + "classification": { + "B": 5.442018391477177e-08, + "S": 9.547401305098902e-07, + "I": 0.0003855066606774926, + "C": 1.3160921525923186e-06, + "R": 3.472389948910859e-07, + "M": 6.6502684603619855e-06, + "O": 4.81390452478081e-06, + "W": 4.1749899537535384e-07, + "N": 2.9256772904773243e-05, + "Y": 0.00011987933976342902, + "U": 8.006743712485331e-08, + "K": 4.1246548789786175e-05, + "L": 4.9868518203766143e-08, + "G": 1.0300725989509374e-05, + "F": 0.0023625304456800222, + "E": 0.00017094146460294724, + "T": 9.77877207333222e-05, + "P": 0.4811151623725891, + "-": 0.5156527161598206 + }, + "id": "tp_16391" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2048882, + "label": "-", + "classification": { + "B": 0.00030406785663217306, + "S": 0.00011457122309366241, + "I": 0.0007894497248344123, + "C": 0.00033869888284243643, + "R": 0.00010045345698017627, + "M": 0.002511221682652831, + "O": 0.001054437831044197, + "W": 0.00012075919948983938, + "N": 0.00010799810843309388, + "Y": 0.010491276159882545, + "U": 3.0356701245182194e-05, + "K": 0.00022577813069801778, + "L": 0.00026390625862404704, + "G": 0.004637186415493488, + "F": 0.014476913027465343, + "E": 0.0020142432767897844, + "T": 0.005991355516016483, + "P": 0.04686010628938675, + "-": 0.9095671772956848 + }, + "id": "tp_16392" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2049016, + "label": "-", + "classification": { + "B": 4.366745997685939e-06, + "S": 4.798805548489327e-06, + "I": 0.005774683319032192, + "C": 0.00017410150030627847, + "R": 0.00010808662045747042, + "M": 0.0005399150541052222, + "O": 0.00019634248747024685, + "W": 1.0930830285360571e-05, + "N": 0.00019963309750892222, + "Y": 0.006629015319049358, + "U": 1.4277934496931266e-05, + "K": 3.9518705307273194e-05, + "L": 2.080591548292432e-05, + "G": 0.0012270809384062886, + "F": 0.0015569357201457024, + "E": 0.0003896242706105113, + "T": 0.010048513300716877, + "P": 0.15731753408908844, + "-": 0.8157437443733215 + }, + "id": "tp_16393" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2049149, + "label": "P", + "classification": { + "B": 1.130739019572502e-05, + "S": 2.859583446479519e-06, + "I": 0.011133743450045586, + "C": 0.00043538492172956467, + "R": 4.4572232582140714e-05, + "M": 0.00024804860004223883, + "O": 3.9713595469947904e-05, + "W": 3.3985543268499896e-06, + "N": 0.0002572566154412925, + "Y": 0.009698519483208656, + "U": 1.975500936168828e-06, + "K": 5.504261207534e-05, + "L": 8.217323738790583e-06, + "G": 0.0021091701928526163, + "F": 0.007777951657772064, + "E": 0.006465285550802946, + "T": 0.0006871881196275353, + "P": 0.6111762523651123, + "-": 0.34984415769577026 + }, + "id": "tp_16394" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2049283, + "label": "-", + "classification": { + "B": 2.2493033611681312e-05, + "S": 7.289987843250856e-05, + "I": 0.0006772347842343152, + "C": 0.00016706009046174586, + "R": 3.271493915235624e-05, + "M": 0.0005216490244492888, + "O": 0.00026089628227055073, + "W": 3.994180224253796e-05, + "N": 0.00015859451377764344, + "Y": 0.002817764412611723, + "U": 1.7455487977713346e-05, + "K": 0.0007145824492909014, + "L": 2.5242201445507817e-05, + "G": 0.0008286642259918153, + "F": 0.04150386527180672, + "E": 0.0023382585495710373, + "T": 0.0020066932775080204, + "P": 0.12856794893741608, + "-": 0.8192260265350342 + }, + "id": "tp_16395" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2049383, + "label": "-", + "classification": { + "B": 1.3435645769277471e-06, + "S": 1.4325800066217198e-06, + "I": 3.878720963257365e-05, + "C": 9.231357012140506e-07, + "R": 2.2841955171770678e-07, + "M": 1.8617123714648187e-05, + "O": 9.685813893156592e-06, + "W": 6.258961775529315e-07, + "N": 4.15592785429908e-06, + "Y": 0.0002525296004023403, + "U": 1.6390896462326054e-07, + "K": 2.781747571134474e-05, + "L": 1.765660329056118e-07, + "G": 6.81438177707605e-05, + "F": 0.0026562425773590803, + "E": 0.0002277028252137825, + "T": 0.0001926572876982391, + "P": 0.16548357903957367, + "-": 0.8310152888298035 + }, + "id": "tp_16396" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2049516, + "label": "-", + "classification": { + "B": 1.6534650626454095e-07, + "S": 2.1678660289126128e-07, + "I": 0.0002831260790117085, + "C": 9.529769158689305e-06, + "R": 4.366567736724392e-06, + "M": 7.720426947344095e-05, + "O": 2.0344292352092452e-05, + "W": 4.91821481318766e-07, + "N": 2.6323414203943685e-06, + "Y": 0.002524618525058031, + "U": 2.002597909722681e-07, + "K": 2.0342777418136393e-07, + "L": 1.2246732694620732e-06, + "G": 9.231782314600423e-05, + "F": 0.00014402763918042183, + "E": 1.2839773262385279e-05, + "T": 0.0024911744985729456, + "P": 0.027280669659376144, + "-": 0.9670546054840088 + }, + "id": "tp_16397" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2049650, + "label": "-", + "classification": { + "B": 1.5109764106568946e-08, + "S": 1.0371655534413549e-08, + "I": 2.8118425689172e-05, + "C": 1.3005286518819048e-06, + "R": 2.2180186931564094e-07, + "M": 1.349120680060878e-06, + "O": 5.953675099590328e-07, + "W": 4.123641872411099e-08, + "N": 5.114193299959879e-07, + "Y": 0.00021815845684614033, + "U": 6.067150337685234e-08, + "K": 3.186834874213673e-06, + "L": 2.7849694106407696e-08, + "G": 1.4227141946321353e-05, + "F": 0.0008472356130369008, + "E": 3.533078415784985e-05, + "T": 4.2779291106853634e-05, + "P": 0.112833671271801, + "-": 0.8859732151031494 + }, + "id": "tp_16398" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2049783, + "label": "-", + "classification": { + "B": 1.8032214610386177e-10, + "S": 6.311987044149703e-11, + "I": 2.3760556189245108e-07, + "C": 7.29395344123418e-09, + "R": 5.40314404329223e-10, + "M": 1.7526369333609182e-07, + "O": 2.5117062207868912e-08, + "W": 1.1674404498673852e-10, + "N": 2.126746334596419e-09, + "Y": 1.437654373148689e-05, + "U": 1.5150422583154466e-10, + "K": 5.557608262485303e-10, + "L": 6.580603839623222e-10, + "G": 3.92033484786225e-07, + "F": 2.0072382540092804e-05, + "E": 1.3223883854607266e-07, + "T": 2.0883024262730032e-05, + "P": 0.03331068158149719, + "-": 0.9666330814361572 + }, + "id": "tp_16399" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2049883, + "label": "-", + "classification": { + "B": 7.458835398210795e-07, + "S": 8.379830092053453e-07, + "I": 0.0001255552633665502, + "C": 3.252680755849724e-07, + "R": 1.133430416189185e-07, + "M": 1.9563369278330356e-05, + "O": 1.725472066027578e-05, + "W": 1.0435821877763374e-06, + "N": 5.467463779496029e-06, + "Y": 6.601303175557405e-05, + "U": 5.05651414073327e-08, + "K": 6.172609232635295e-07, + "L": 4.3465448129609285e-07, + "G": 2.5455947252339683e-05, + "F": 0.0004647131427191198, + "E": 7.561721577076241e-05, + "T": 0.00014237196592148393, + "P": 0.3891463279724121, + "-": 0.6099074482917786 + }, + "id": "tp_16400" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2050017, + "label": "-", + "classification": { + "B": 1.839961863425721e-11, + "S": 1.3526700592958463e-10, + "I": 7.09817582489336e-09, + "C": 1.4022449867923115e-09, + "R": 3.275224258469933e-10, + "M": 6.269431196415098e-07, + "O": 3.193473929741231e-08, + "W": 2.703189234953829e-11, + "N": 1.6163568747340484e-11, + "Y": 2.2489253751700744e-05, + "U": 2.20818459004124e-12, + "K": 1.8584401378918258e-11, + "L": 2.602288384778717e-09, + "G": 5.864247327735939e-07, + "F": 8.181911834981292e-05, + "E": 4.246362816928695e-09, + "T": 9.7761039796751e-06, + "P": 0.0001423712819814682, + "-": 0.9997422099113464 + }, + "id": "tp_16401" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2050150, + "label": "-", + "classification": { + "B": 7.472455987311832e-10, + "S": 6.833619750068465e-07, + "I": 4.162202671409432e-08, + "C": 1.046346255861863e-06, + "R": 1.7749157166235818e-07, + "M": 0.0001907004480017349, + "O": 1.3984532415634021e-05, + "W": 3.5796968944623586e-08, + "N": 1.9217090141410154e-09, + "Y": 0.06720487028360367, + "U": 1.5368597020004593e-11, + "K": 2.5327437924715923e-06, + "L": 1.3076497680231114e-06, + "G": 0.01201954111456871, + "F": 0.07170194387435913, + "E": 9.48942386003182e-07, + "T": 0.010418909601867199, + "P": 7.964150427142158e-06, + "-": 0.8384353518486023 + }, + "id": "tp_16402" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2050250, + "label": "-", + "classification": { + "B": 0.0002812062739394605, + "S": 0.0011620502918958664, + "I": 6.603912333957851e-05, + "C": 0.0013404295314103365, + "R": 0.0005194654804654419, + "M": 0.020419539883732796, + "O": 0.004183197859674692, + "W": 0.00018670274585019797, + "N": 1.3020167898503132e-05, + "Y": 0.029967116191983223, + "U": 2.9925431590527296e-06, + "K": 5.7795467000687495e-05, + "L": 0.005606990773230791, + "G": 0.052299924194812775, + "F": 0.19968253374099731, + "E": 0.0006295701023191214, + "T": 0.02236967161297798, + "P": 0.0031892405822873116, + "-": 0.6580225229263306 + }, + "id": "tp_16403" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2050384, + "label": "-", + "classification": { + "B": 1.7224184589454544e-14, + "S": 3.192128703835735e-14, + "I": 4.588693926785639e-14, + "C": 1.3784343675174449e-12, + "R": 5.60097182121435e-14, + "M": 1.9006638041219048e-08, + "O": 9.681522250559738e-11, + "W": 6.741895216199559e-16, + "N": 2.6868166328314675e-18, + "Y": 1.7003297614337498e-07, + "U": 2.749711530426787e-20, + "K": 6.781477917820784e-19, + "L": 1.462887797010204e-11, + "G": 6.580923894716761e-08, + "F": 6.212685548234731e-06, + "E": 1.5486511812518033e-12, + "T": 2.546437016803793e-08, + "P": 1.070780015766104e-07, + "-": 0.9999934434890747 + }, + "id": "tp_16404" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2050517, + "label": "-", + "classification": { + "B": 1.6261689260790857e-12, + "S": 8.052984667994423e-11, + "I": 3.552989458199818e-09, + "C": 1.3892783590208069e-09, + "R": 1.463197063511501e-10, + "M": 5.6084246580212493e-08, + "O": 6.302964372650877e-09, + "W": 3.0362778263848256e-11, + "N": 4.18805372326414e-11, + "Y": 7.81025937612867e-06, + "U": 2.536540855829772e-12, + "K": 1.359906354192475e-10, + "L": 1.1470972782756661e-10, + "G": 5.681964765358316e-08, + "F": 0.00010885428491747007, + "E": 2.232165785542861e-09, + "T": 6.176096576382406e-06, + "P": 0.0009233129676431417, + "-": 0.9989537000656128 + }, + "id": "tp_16405" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2050651, + "label": "-", + "classification": { + "B": 4.295955591260281e-07, + "S": 7.378201644314686e-06, + "I": 3.66000494977925e-05, + "C": 0.0018474517855793238, + "R": 0.00024368347658310086, + "M": 0.007578602060675621, + "O": 0.0005473364726640284, + "W": 2.7259102353127673e-06, + "N": 1.3343841374080512e-06, + "Y": 0.2147379070520401, + "U": 1.5252250307185022e-07, + "K": 3.765436849789694e-05, + "L": 0.0005595664260908961, + "G": 0.2054625153541565, + "F": 0.034321095794439316, + "E": 0.00019626329594757408, + "T": 0.020945046097040176, + "P": 0.00032429106067866087, + "-": 0.5131500363349915 + }, + "id": "tp_16406" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2050751, + "label": "-", + "classification": { + "B": 1.7564407706061047e-09, + "S": 1.891783796281743e-08, + "I": 7.38193079996563e-08, + "C": 6.619543313490794e-08, + "R": 1.7802401330868634e-08, + "M": 2.9124161301297136e-05, + "O": 3.717150093507371e-06, + "W": 6.077247594049595e-09, + "N": 1.7452003175932873e-09, + "Y": 0.0007581688114441931, + "U": 7.216999220460707e-11, + "K": 2.4342361459872564e-09, + "L": 1.9420569685735245e-07, + "G": 3.801362254307605e-05, + "F": 0.0010211295448243618, + "E": 3.803207846431178e-07, + "T": 0.00013603974366560578, + "P": 0.0004202751733828336, + "-": 0.9975926280021667 + }, + "id": "tp_16407" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2050884, + "label": "-", + "classification": { + "B": 2.4797955355815304e-10, + "S": 1.7990582357185758e-09, + "I": 2.4741099835523528e-08, + "C": 5.024312077495097e-09, + "R": 2.6427073862578254e-09, + "M": 1.3508228221326135e-05, + "O": 3.035260931483208e-07, + "W": 8.012145114033586e-11, + "N": 1.110537616727525e-11, + "Y": 0.0008107577450573444, + "U": 1.0565107680859595e-13, + "K": 9.367207530475152e-13, + "L": 2.529122689054475e-08, + "G": 1.461748433939647e-05, + "F": 1.6695983504178002e-05, + "E": 4.612511705914812e-09, + "T": 0.00023530711769126356, + "P": 2.492514977348037e-05, + "-": 0.9988839030265808 + }, + "id": "tp_16408" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2051018, + "label": "-", + "classification": { + "B": 0.0002170429506804794, + "S": 0.002969556488096714, + "I": 0.00022621851530857384, + "C": 0.0001949221914401278, + "R": 8.605042239651084e-05, + "M": 0.012478622607886791, + "O": 0.006727586966007948, + "W": 7.893908332334831e-05, + "N": 4.499527221923927e-06, + "Y": 0.3667156994342804, + "U": 4.605898329401725e-09, + "K": 1.2581827490976139e-07, + "L": 0.0008788094273768365, + "G": 0.045597296208143234, + "F": 0.02330876886844635, + "E": 3.884274701704271e-05, + "T": 0.052406881004571915, + "P": 0.0003005440521519631, + "-": 0.48776954412460327 + }, + "id": "tp_16409" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2051151, + "label": "-", + "classification": { + "B": 8.884240401130228e-07, + "S": 6.740685785189271e-05, + "I": 6.262999522732571e-05, + "C": 0.00013513583689928055, + "R": 7.184804417192936e-05, + "M": 0.003083960385993123, + "O": 0.0007126515847630799, + "W": 1.7482749171904288e-05, + "N": 5.008696007280378e-06, + "Y": 0.3050059378147125, + "U": 4.166182066001056e-08, + "K": 0.0005445117712952197, + "L": 4.422673737281002e-05, + "G": 0.04742608964443207, + "F": 0.10473694652318954, + "E": 0.00010793787078000605, + "T": 0.03244829922914505, + "P": 0.0003199721104465425, + "-": 0.5052090883255005 + }, + "id": "tp_16410" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2051251, + "label": "-", + "classification": { + "B": 1.2183238141005859e-05, + "S": 9.401462079949852e-07, + "I": 5.8797340329874714e-09, + "C": 9.529671274322027e-09, + "R": 5.470540909158217e-09, + "M": 8.600229193689302e-06, + "O": 1.8017477486864664e-05, + "W": 3.2876815936333514e-08, + "N": 4.282045898418296e-11, + "Y": 4.491307663556654e-06, + "U": 7.432296423269535e-13, + "K": 4.806767505728671e-13, + "L": 1.187927682622103e-05, + "G": 9.640764619689435e-05, + "F": 0.00605425238609314, + "E": 1.9605835177571862e-07, + "T": 2.5089607333939057e-06, + "P": 0.0002798454079311341, + "-": 0.9935106635093689 + }, + "id": "tp_16411" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2051385, + "label": "-", + "classification": { + "B": 4.536187259152058e-10, + "S": 1.187691367476873e-08, + "I": 7.284364528459264e-06, + "C": 1.7141406942755566e-06, + "R": 6.717282303725369e-07, + "M": 3.533125345711596e-05, + "O": 5.8585969782143366e-06, + "W": 8.700148157458898e-09, + "N": 2.0857678251218204e-08, + "Y": 0.009413220919668674, + "U": 7.649998690073545e-11, + "K": 7.964252368708458e-09, + "L": 7.550163871883342e-08, + "G": 0.00010227903112536296, + "F": 0.00024236067838501185, + "E": 2.975853590214683e-07, + "T": 0.0010818428127095103, + "P": 0.00019433486158959568, + "-": 0.9889146685600281 + }, + "id": "tp_16412" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2051518, + "label": "-", + "classification": { + "B": 3.5458616043371194e-09, + "S": 9.477072353547555e-07, + "I": 8.626985237292217e-10, + "C": 1.1557670376305396e-08, + "R": 6.287273368599244e-09, + "M": 0.0005924340803176165, + "O": 1.2151460396125913e-05, + "W": 3.510291168851154e-09, + "N": 1.3658824939144498e-11, + "Y": 0.0039438712410628796, + "U": 2.4824018302104303e-14, + "K": 1.5756643212405663e-10, + "L": 3.234256155337789e-06, + "G": 0.0028222159016877413, + "F": 0.12850850820541382, + "E": 3.906048462454237e-08, + "T": 0.0011526319431141019, + "P": 1.476976308367739e-06, + "-": 0.8629624843597412 + }, + "id": "tp_16413" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2051652, + "label": "-", + "classification": { + "B": 1.8558910852561894e-08, + "S": 6.461284840497683e-08, + "I": 2.3406737454934046e-06, + "C": 2.1655611703863542e-07, + "R": 8.779096560829203e-08, + "M": 1.693427657301072e-05, + "O": 2.2022909433871973e-06, + "W": 4.5528153691520856e-08, + "N": 7.5549436928668e-08, + "Y": 0.0005275389412418008, + "U": 7.778200306063354e-09, + "K": 4.5870035592088243e-07, + "L": 1.1052654258492112e-07, + "G": 4.6877365093678236e-05, + "F": 0.0024757636711001396, + "E": 6.291627869359218e-06, + "T": 0.000161947391461581, + "P": 0.008602569811046124, + "-": 0.9881564378738403 + }, + "id": "tp_16414" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2051752, + "label": "-", + "classification": { + "B": 1.6531144808595855e-07, + "S": 1.3633798978673894e-08, + "I": 9.404899081744134e-10, + "C": 1.2030592522194183e-08, + "R": 1.136401373003082e-08, + "M": 0.00016873687854968011, + "O": 8.28020438348176e-06, + "W": 6.880626068905826e-10, + "N": 1.2064575683964907e-12, + "Y": 8.642747707199305e-05, + "U": 7.312760016671763e-14, + "K": 2.0917777211558854e-15, + "L": 1.2287258869037032e-05, + "G": 0.00015478688874281943, + "F": 0.00039764601388014853, + "E": 2.4300734757787268e-09, + "T": 4.430216722539626e-05, + "P": 4.269582404958783e-06, + "-": 0.9991230368614197 + }, + "id": "tp_16415" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2051885, + "label": "-", + "classification": { + "B": 6.498369398144632e-09, + "S": 1.0289089686921216e-06, + "I": 3.13378869520875e-08, + "C": 6.457266010784224e-08, + "R": 2.9769469112039815e-09, + "M": 7.599799573654309e-05, + "O": 4.158748652116628e-06, + "W": 1.188875931035227e-08, + "N": 5.274478187544673e-09, + "Y": 0.0014530293410643935, + "U": 3.322153533172334e-12, + "K": 2.4480229399159725e-07, + "L": 3.2905387570281164e-07, + "G": 0.0019918056204915047, + "F": 0.28018346428871155, + "E": 8.493200584780425e-05, + "T": 0.0003760902036447078, + "P": 0.0008443332044407725, + "-": 0.7149844765663147 + }, + "id": "tp_16416" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2052019, + "label": "-", + "classification": { + "B": 3.475572718514286e-09, + "S": 2.7655341909849085e-06, + "I": 2.1386935600276047e-07, + "C": 1.4034043488209136e-05, + "R": 2.055000095424475e-06, + "M": 0.00016681845590937883, + "O": 3.180305066052824e-05, + "W": 3.9241052718352876e-07, + "N": 3.193298780956866e-08, + "Y": 0.025846540927886963, + "U": 4.856292590282862e-10, + "K": 2.470725667080842e-05, + "L": 2.9763798465864966e-06, + "G": 0.004041905514895916, + "F": 0.08300493657588959, + "E": 2.382202001172118e-05, + "T": 0.003704097820445895, + "P": 0.00021497085981536657, + "-": 0.8829179406166077 + }, + "id": "tp_16417" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2052152, + "label": "-", + "classification": { + "B": 2.0785749857421543e-11, + "S": 2.7311175543331956e-09, + "I": 2.4437261103571473e-09, + "C": 5.958310680398426e-07, + "R": 1.402207630007979e-07, + "M": 6.671461960650049e-06, + "O": 1.3966110827823286e-06, + "W": 2.985066416272275e-09, + "N": 9.94020560307618e-11, + "Y": 0.0010062670335173607, + "U": 2.9455465844208106e-11, + "K": 8.117351768532899e-08, + "L": 1.5378047635294934e-07, + "G": 0.00011116918904008344, + "F": 0.005437849555164576, + "E": 2.5490354715884678e-08, + "T": 7.643243588972837e-05, + "P": 4.23621095251292e-05, + "-": 0.9933167695999146 + }, + "id": "tp_16418" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2052252, + "label": "F", + "classification": { + "B": 1.8751470634015277e-05, + "S": 0.002012677723541856, + "I": 0.00019928236724808812, + "C": 0.001071419334039092, + "R": 0.0003976779989898205, + "M": 0.012864511460065842, + "O": 0.008649987168610096, + "W": 0.00033980264561250806, + "N": 7.724532770225778e-05, + "Y": 0.09127791970968246, + "U": 1.2849413906224072e-06, + "K": 0.0007801762549206614, + "L": 0.0013928773114457726, + "G": 0.11138845235109329, + "F": 0.41963133215904236, + "E": 0.0014199917204678059, + "T": 0.030643507838249207, + "P": 0.0023515322245657444, + "-": 0.3154815137386322 + }, + "id": "tp_16419" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2052386, + "label": "-", + "classification": { + "B": 3.120883542914732e-13, + "S": 6.922157846922516e-10, + "I": 5.475901510010317e-09, + "C": 9.27765309022277e-10, + "R": 9.721857763267394e-10, + "M": 4.755225745611824e-06, + "O": 3.0366084047273034e-07, + "W": 1.1314216924462883e-10, + "N": 1.6610128203420338e-11, + "Y": 0.002686054678633809, + "U": 4.918431655877298e-14, + "K": 1.038887309512404e-09, + "L": 1.8494716869099648e-09, + "G": 1.794904710550327e-05, + "F": 0.0005060338880866766, + "E": 3.851543528554657e-09, + "T": 0.0002289584226673469, + "P": 3.993950940639479e-06, + "-": 0.9965519905090332 + }, + "id": "tp_16420" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2052519, + "label": "-", + "classification": { + "B": 4.005195108902626e-08, + "S": 2.3155049348133616e-05, + "I": 8.707369829608069e-07, + "C": 9.25554777495563e-05, + "R": 7.945188554003835e-05, + "M": 0.009389698505401611, + "O": 0.005243914667516947, + "W": 6.926279638719279e-06, + "N": 1.6512451850303478e-08, + "Y": 0.02710697241127491, + "U": 7.126908507792962e-10, + "K": 4.066318393114443e-09, + "L": 0.001012494321912527, + "G": 0.0035107340663671494, + "F": 0.001347174635156989, + "E": 1.371943625372296e-07, + "T": 0.02088009938597679, + "P": 1.5182961760729086e-05, + "-": 0.9312905669212341 + }, + "id": "tp_16421" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2052653, + "label": "Y", + "classification": { + "B": 2.8213999030413106e-06, + "S": 0.00031512926216237247, + "I": 0.001163760549388826, + "C": 1.3265856068755966e-05, + "R": 2.194331682403572e-05, + "M": 0.004424362909048796, + "O": 0.0012873131781816483, + "W": 4.0444745536660776e-05, + "N": 3.554300565156154e-05, + "Y": 0.49439945816993713, + "U": 3.571181395045642e-08, + "K": 3.4578472423163475e-06, + "L": 1.7139285773737356e-05, + "G": 0.0015116953290998936, + "F": 0.0021389464382082224, + "E": 2.4644068616908044e-05, + "T": 0.18482565879821777, + "P": 0.0011773966252803802, + "-": 0.3085969388484955 + }, + "id": "tp_16422" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2052753, + "label": "-", + "classification": { + "B": 1.3319087202035007e-06, + "S": 0.001253775437362492, + "I": 1.0045825547422282e-05, + "C": 1.894931415336032e-06, + "R": 4.650228220270947e-06, + "M": 0.026862895116209984, + "O": 0.01046067662537098, + "W": 5.822223101858981e-06, + "N": 1.8044552518858836e-07, + "Y": 0.19372284412384033, + "U": 1.0910187336898858e-10, + "K": 5.598634889025789e-09, + "L": 0.0014945679577067494, + "G": 0.13545289635658264, + "F": 0.09520178288221359, + "E": 3.1942604437062982e-06, + "T": 0.07667887210845947, + "P": 6.854993989691138e-05, + "-": 0.45877605676651 + }, + "id": "tp_16423" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2052886, + "label": "Y", + "classification": { + "B": 1.8016634018014344e-10, + "S": 9.40471949206767e-08, + "I": 5.443688223749632e-06, + "C": 4.407352662383346e-06, + "R": 7.1353606472257525e-06, + "M": 0.0023816360626369715, + "O": 8.340789645444602e-05, + "W": 1.8445945215717074e-08, + "N": 5.411520564990724e-09, + "Y": 0.5923091769218445, + "U": 1.0093984675885181e-11, + "K": 7.241756083686823e-10, + "L": 1.1230745258217212e-05, + "G": 0.005846810061484575, + "F": 0.0004685439052991569, + "E": 9.881284057655648e-08, + "T": 0.048023805022239685, + "P": 2.167219236071105e-06, + "-": 0.35085609555244446 + }, + "id": "tp_16424" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2053020, + "label": "-", + "classification": { + "B": 1.092253999919468e-13, + "S": 1.6335931496413991e-09, + "I": 3.339503340527017e-09, + "C": 9.444616200227074e-10, + "R": 4.101394224242938e-10, + "M": 2.0037100512126926e-06, + "O": 1.3923327912834793e-07, + "W": 1.0200690986339467e-10, + "N": 1.1617774450800589e-11, + "Y": 0.07326488941907883, + "U": 1.2302568047343923e-15, + "K": 1.818940020825721e-08, + "L": 4.1113257243097223e-10, + "G": 0.00018983721383847296, + "F": 0.0027769855223596096, + "E": 8.259818606859426e-09, + "T": 0.002539123175665736, + "P": 5.322386869011098e-07, + "-": 0.921226441860199 + }, + "id": "tp_16425" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2053153, + "label": "-", + "classification": { + "B": 0.00027252963627688587, + "S": 0.0001919228961924091, + "I": 0.0033296491019427776, + "C": 0.0013499059714376926, + "R": 0.00024371339532081038, + "M": 0.005066646263003349, + "O": 0.0009902265155687928, + "W": 0.00017406219558324665, + "N": 0.0005312071298249066, + "Y": 0.0287838913500309, + "U": 5.9530855651246384e-05, + "K": 0.0017606873298063874, + "L": 0.00022232107585296035, + "G": 0.018516292795538902, + "F": 0.04378173127770424, + "E": 0.02354678511619568, + "T": 0.007730175741016865, + "P": 0.12749621272087097, + "-": 0.7359525561332703 + }, + "id": "tp_16426" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2053253, + "label": "-", + "classification": { + "B": 5.863441288056492e-07, + "S": 5.6428107200190425e-06, + "I": 0.00016524683451279998, + "C": 1.213522318721516e-05, + "R": 2.271836365252966e-06, + "M": 0.00026702508330345154, + "O": 2.4799901439109817e-05, + "W": 2.6671889372664737e-06, + "N": 1.3977710295876022e-05, + "Y": 0.09514402598142624, + "U": 5.5423669209631043e-08, + "K": 0.009742961265146732, + "L": 5.495684263223666e-07, + "G": 0.009126720018684864, + "F": 0.04895535111427307, + "E": 0.004736755043268204, + "T": 0.005400324705988169, + "P": 0.009119343012571335, + "-": 0.817279577255249 + }, + "id": "tp_16427" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2053387, + "label": "-", + "classification": { + "B": 2.1420483165002224e-09, + "S": 1.0521609139502175e-09, + "I": 1.329884889855748e-05, + "C": 8.020667792152381e-07, + "R": 1.5221393923070536e-08, + "M": 1.8517697526476695e-06, + "O": 1.0224195534647151e-07, + "W": 2.574304547309225e-09, + "N": 1.546467274238239e-07, + "Y": 0.00012355578655842692, + "U": 6.232946159201447e-09, + "K": 9.023973746025149e-08, + "L": 1.170542418549303e-08, + "G": 8.265848919108976e-06, + "F": 0.00021081404702272266, + "E": 6.841741560492665e-05, + "T": 2.3630313080502674e-05, + "P": 0.12217038124799728, + "-": 0.877378523349762 + }, + "id": "tp_16428" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2053520, + "label": "-", + "classification": { + "B": 0.00013674628280568868, + "S": 9.06710047274828e-05, + "I": 0.005534109193831682, + "C": 0.001349996542558074, + "R": 0.00040023322799243033, + "M": 0.00219921488314867, + "O": 0.0007943140808492899, + "W": 0.00015787566371727735, + "N": 0.0008476631483063102, + "Y": 0.020539935678243637, + "U": 0.0001950757869053632, + "K": 0.0036535486578941345, + "L": 0.00015642194193787873, + "G": 0.006225572898983955, + "F": 0.03261517733335495, + "E": 0.009432276710867882, + "T": 0.009272972121834755, + "P": 0.1415824294090271, + "-": 0.7648156881332397 + }, + "id": "tp_16429" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2053654, + "label": "-", + "classification": { + "B": 9.270194141208776e-07, + "S": 9.697345149106695e-07, + "I": 0.0003800297563429922, + "C": 4.541721864370629e-05, + "R": 6.40485131953028e-06, + "M": 4.652832285501063e-05, + "O": 1.732975033519324e-05, + "W": 1.16890441859141e-06, + "N": 2.1617674065055326e-05, + "Y": 0.0007124677649699152, + "U": 1.5918247981971945e-06, + "K": 2.8466671210480854e-05, + "L": 2.0425541151780635e-06, + "G": 0.0002718261384870857, + "F": 0.004468977451324463, + "E": 0.00043450415250845253, + "T": 0.00038308397051878273, + "P": 0.21892186999320984, + "-": 0.7742547392845154 + }, + "id": "tp_16430" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2053754, + "label": "-", + "classification": { + "B": 8.956125157055794e-07, + "S": 1.2922428140882403e-06, + "I": 0.004331762902438641, + "C": 2.7199406758882105e-05, + "R": 9.713640793052036e-06, + "M": 0.00024252833100035787, + "O": 2.3607648472534493e-05, + "W": 1.7715464082357357e-06, + "N": 0.00010097135236719623, + "Y": 0.008291318081319332, + "U": 8.365576036339917e-07, + "K": 4.076337063452229e-05, + "L": 1.8705443380895304e-06, + "G": 0.0006611751159653068, + "F": 0.005089154466986656, + "E": 0.0011211119126528502, + "T": 0.001759222592227161, + "P": 0.24640671908855438, + "-": 0.7318880558013916 + }, + "id": "tp_16431" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2053887, + "label": "-", + "classification": { + "B": 1.1260460119899562e-08, + "S": 1.4376871915189327e-09, + "I": 1.695855644356925e-05, + "C": 9.255718680378777e-08, + "R": 5.171911343637703e-09, + "M": 7.838737587917421e-07, + "O": 1.2968048679340427e-07, + "W": 2.273086829873705e-09, + "N": 2.7904602006856294e-07, + "Y": 1.7646523701841943e-05, + "U": 2.111883112831947e-09, + "K": 1.2815804950605525e-07, + "L": 3.4966947115577796e-09, + "G": 5.225598215474747e-06, + "F": 0.0002432640321785584, + "E": 7.100150833139196e-05, + "T": 9.473090358369518e-06, + "P": 0.3902382552623749, + "-": 0.609396755695343 + }, + "id": "tp_16432" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2054021, + "label": "-", + "classification": { + "B": 8.646204605611274e-07, + "S": 2.7842511940434633e-07, + "I": 0.0003658721107058227, + "C": 1.1355107744748238e-05, + "R": 2.0659003894252237e-06, + "M": 1.83495540113654e-05, + "O": 5.75250214751577e-06, + "W": 3.1057334126671776e-07, + "N": 1.239826360688312e-05, + "Y": 0.001748588983900845, + "U": 5.879381888007629e-07, + "K": 2.2723679649061523e-05, + "L": 5.352625862542482e-07, + "G": 0.0005442849942483008, + "F": 0.0025584446266293526, + "E": 0.0005748968105763197, + "T": 0.0003348048485349864, + "P": 0.18662379682064056, + "-": 0.8071741461753845 + }, + "id": "tp_16433" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2054154, + "label": "-", + "classification": { + "B": 1.6733874019791983e-07, + "S": 1.8402627688374196e-07, + "I": 0.0005656426073983312, + "C": 2.6511554551689187e-06, + "R": 6.335706075333292e-07, + "M": 8.11013305792585e-05, + "O": 9.22295748750912e-06, + "W": 2.1357827506562899e-07, + "N": 5.529129339265637e-06, + "Y": 0.0015480763977393508, + "U": 2.7439780225790855e-08, + "K": 2.0508970521859737e-07, + "L": 2.550029876147164e-07, + "G": 2.313178265467286e-05, + "F": 0.00016848651284817606, + "E": 0.0001225146115757525, + "T": 0.0008169860811904073, + "P": 0.12712204456329346, + "-": 0.8695329427719116 + }, + "id": "tp_16434" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2054254, + "label": "-", + "classification": { + "B": 8.89834245754173e-06, + "S": 2.901320840464905e-06, + "I": 0.0012972800759598613, + "C": 9.779504762263969e-05, + "R": 1.199684356834041e-05, + "M": 0.0005467783194035292, + "O": 6.456169649027288e-05, + "W": 4.325755526224384e-06, + "N": 6.256185588426888e-05, + "Y": 0.0035902070812880993, + "U": 4.223526957503054e-06, + "K": 3.466429188847542e-05, + "L": 1.478803824284114e-05, + "G": 0.001735127647407353, + "F": 0.003670260775834322, + "E": 0.0044821579940617085, + "T": 0.0013234830694273114, + "P": 0.23807696998119354, + "-": 0.7449710369110107 + }, + "id": "tp_16435" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2054388, + "label": "-", + "classification": { + "B": 6.91306013322901e-06, + "S": 2.8443448627513135e-06, + "I": 0.0008106378954835236, + "C": 2.567044248280581e-05, + "R": 9.750112440087833e-06, + "M": 0.0007823355845175683, + "O": 9.359764226246625e-05, + "W": 4.108030680072261e-06, + "N": 2.414893424429465e-05, + "Y": 0.005954110994935036, + "U": 1.2604851917785709e-06, + "K": 1.8042508600046858e-05, + "L": 9.272195711673703e-06, + "G": 0.0012653287267312407, + "F": 0.0008902177796699107, + "E": 0.0007452134741470218, + "T": 0.004693794064223766, + "P": 0.0597936175763607, + "-": 0.924869179725647 + }, + "id": "tp_16436" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2054521, + "label": "-", + "classification": { + "B": 3.0688504466525046e-06, + "S": 5.866140327270841e-06, + "I": 0.0013283732114359736, + "C": 0.00015467246703337878, + "R": 1.945245276147034e-05, + "M": 0.0006300587556324899, + "O": 7.503297820221633e-05, + "W": 7.5972016020386945e-06, + "N": 0.00010733596718637273, + "Y": 0.006056024692952633, + "U": 5.046503702033078e-06, + "K": 0.0003253225586377084, + "L": 5.836870968778385e-06, + "G": 0.0012209692504256964, + "F": 0.008950949646532536, + "E": 0.0035495180636644363, + "T": 0.0020498286467045546, + "P": 0.14768415689468384, + "-": 0.8278208374977112 + }, + "id": "tp_16437" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2054655, + "label": "-", + "classification": { + "B": 4.697561166722153e-07, + "S": 9.880558309305343e-07, + "I": 0.001637326437048614, + "C": 3.2616171665722504e-05, + "R": 1.6650370525894687e-05, + "M": 0.00019509234698489308, + "O": 3.8105736166471615e-05, + "W": 1.297231278840627e-06, + "N": 3.1048541131895036e-05, + "Y": 0.004730767570436001, + "U": 7.249419695654069e-07, + "K": 2.269185642944649e-06, + "L": 3.027709453817806e-06, + "G": 0.0002671947004273534, + "F": 0.00057345035020262, + "E": 0.00016400276217609644, + "T": 0.0032344916835427284, + "P": 0.1360904574394226, + "-": 0.8529800772666931 + }, + "id": "tp_16438" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2054755, + "label": "-", + "classification": { + "B": 1.6985940192171256e-06, + "S": 1.8791520233207848e-06, + "I": 0.0003291727334726602, + "C": 3.0501025321427733e-05, + "R": 5.3793369261256885e-06, + "M": 8.569975034333766e-05, + "O": 4.13339766964782e-05, + "W": 2.388273287579068e-06, + "N": 1.628378959139809e-05, + "Y": 0.0004254128143656999, + "U": 1.3244429055703222e-06, + "K": 2.486966423020931e-06, + "L": 4.407141204865184e-06, + "G": 0.00010175612260354683, + "F": 0.0015146589139476418, + "E": 0.00013759333523921669, + "T": 0.0006337359664030373, + "P": 0.22510047256946564, + "-": 0.7715638279914856 + }, + "id": "tp_16439" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2054888, + "label": "-", + "classification": { + "B": 1.2922992027597502e-06, + "S": 9.515232477497193e-07, + "I": 0.0003609652048908174, + "C": 3.4209944715257734e-05, + "R": 2.0596326066879556e-06, + "M": 4.600186730385758e-05, + "O": 1.5366387742687948e-05, + "W": 1.3865497976439656e-06, + "N": 2.1353658667067066e-05, + "Y": 0.0008907609735615551, + "U": 1.6468528656332637e-06, + "K": 3.020143230969552e-05, + "L": 1.056886617334385e-06, + "G": 0.00018928913050331175, + "F": 0.0017137230606749654, + "E": 0.0008068025927059352, + "T": 0.00026781493215821683, + "P": 0.24092364311218262, + "-": 0.754691481590271 + }, + "id": "tp_16440" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2055022, + "label": "-", + "classification": { + "B": 1.8956825692528767e-11, + "S": 4.6357209737557525e-11, + "I": 3.7277709452609997e-07, + "C": 5.879508435668868e-09, + "R": 1.3961533318340713e-10, + "M": 3.5267230913405e-08, + "O": 5.383673062908656e-09, + "W": 1.0978240538861428e-10, + "N": 6.074851288673244e-09, + "Y": 5.232104740571231e-06, + "U": 4.6693798133601305e-11, + "K": 1.2121624592964508e-07, + "L": 1.2128480511575113e-11, + "G": 2.2349323103298957e-07, + "F": 2.7021183996112086e-05, + "E": 1.2936233133586938e-06, + "T": 1.8190963828601525e-06, + "P": 0.04955968260765076, + "-": 0.9504041075706482 + }, + "id": "tp_16441" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2055155, + "label": "P", + "classification": { + "B": 0.00047069470747374, + "S": 0.0001544577971799299, + "I": 0.018763842061161995, + "C": 0.001032438944093883, + "R": 0.00017115713853854686, + "M": 0.001327325007878244, + "O": 0.0002998508862219751, + "W": 0.00012207563850097358, + "N": 0.003624440636485815, + "Y": 0.0039846207946538925, + "U": 7.95327068772167e-05, + "K": 0.0008506858139298856, + "L": 7.47747253626585e-05, + "G": 0.0030227384995669127, + "F": 0.009791390039026737, + "E": 0.06279950588941574, + "T": 0.0015008739428594708, + "P": 0.752872109413147, + "-": 0.13905750215053558 + }, + "id": "tp_16442" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2055255, + "label": "-", + "classification": { + "B": 1.720986233522126e-06, + "S": 4.7110481204981625e-07, + "I": 0.0004817074805032462, + "C": 1.689829514361918e-05, + "R": 2.7909281925531104e-06, + "M": 0.0004275582614354789, + "O": 2.183971446356736e-05, + "W": 6.446821316785645e-07, + "N": 1.0987459972966462e-05, + "Y": 0.006130400113761425, + "U": 1.6526739443634142e-07, + "K": 6.71094221615931e-06, + "L": 2.158028337362339e-06, + "G": 0.0015625545056536794, + "F": 0.0014708723174408078, + "E": 0.0030054894741624594, + "T": 0.001330781844444573, + "P": 0.12182604521512985, + "-": 0.8637001514434814 + }, + "id": "tp_16443" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2055389, + "label": "I", + "classification": { + "B": 0.000257728504948318, + "S": 0.00016620456881355494, + "I": 0.44807353615760803, + "C": 0.0037145731039345264, + "R": 0.0007300639990717173, + "M": 0.0021550983656197786, + "O": 0.0008689830428920686, + "W": 0.00015620312478858978, + "N": 0.018923591822385788, + "Y": 0.03432711586356163, + "U": 2.680321631487459e-05, + "K": 0.0002148194471374154, + "L": 8.388512651436031e-05, + "G": 0.00717531144618988, + "F": 0.0011994270607829094, + "E": 0.01365234050899744, + "T": 0.01040167547762394, + "P": 0.38361722230911255, + "-": 0.07425539195537567 + }, + "id": "tp_16444" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2055522, + "label": "-", + "classification": { + "B": 1.6661754216329427e-06, + "S": 5.831893759022932e-07, + "I": 3.287123399786651e-05, + "C": 7.132739483495243e-06, + "R": 4.028946420930879e-07, + "M": 4.069660644745454e-05, + "O": 9.220711035595741e-06, + "W": 3.2895817980715947e-07, + "N": 2.4470787138852756e-06, + "Y": 0.0002925093867816031, + "U": 9.156390490261401e-08, + "K": 4.9584382395551074e-06, + "L": 3.9305450627580285e-07, + "G": 0.0001826666557462886, + "F": 0.001200212282128632, + "E": 0.0003056091663893312, + "T": 0.00013885179942008108, + "P": 0.11364006251096725, + "-": 0.8841392397880554 + }, + "id": "tp_16445" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2055656, + "label": "-", + "classification": { + "B": 1.3263019354781136e-05, + "S": 7.194341833383078e-06, + "I": 0.0007491065771318972, + "C": 6.452291563618928e-05, + "R": 1.2941531167598441e-05, + "M": 0.0006485892808996141, + "O": 8.69703508215025e-05, + "W": 7.531714345532237e-06, + "N": 4.329162766225636e-05, + "Y": 0.00271749054081738, + "U": 3.169632236676989e-06, + "K": 4.202704440103844e-05, + "L": 1.3798488907923456e-05, + "G": 0.0014216819545254111, + "F": 0.01120395865291357, + "E": 0.0022126261610537767, + "T": 0.0013232603669166565, + "P": 0.22773338854312897, + "-": 0.7516951560974121 + }, + "id": "tp_16446" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2055756, + "label": "-", + "classification": { + "B": 2.9691216695937328e-05, + "S": 2.4176893930416554e-05, + "I": 0.00865852553397417, + "C": 0.0005849754670634866, + "R": 9.520989988232031e-05, + "M": 0.0005566063337028027, + "O": 0.0001479201891925186, + "W": 2.970399145851843e-05, + "N": 0.0007068051490932703, + "Y": 0.004906076472252607, + "U": 3.547143569448963e-05, + "K": 0.0005334701272659004, + "L": 2.9188946427893825e-05, + "G": 0.001509187393821776, + "F": 0.012250613421201706, + "E": 0.008296661078929901, + "T": 0.0018444947199895978, + "P": 0.44731849431991577, + "-": 0.5124427676200867 + }, + "id": "tp_16447" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2055889, + "label": "-", + "classification": { + "B": 3.695842281103978e-07, + "S": 8.31578063298366e-07, + "I": 0.00022606404672842473, + "C": 0.0001116814382839948, + "R": 3.3245600207010284e-05, + "M": 0.00017929842579178512, + "O": 5.933296779403463e-05, + "W": 3.1599267913406948e-06, + "N": 1.375524061586475e-05, + "Y": 0.006532452534884214, + "U": 1.4976743614170118e-06, + "K": 0.00012079179577995092, + "L": 4.3436734813440125e-06, + "G": 0.0018355395877733827, + "F": 0.009137864224612713, + "E": 0.00026053879992105067, + "T": 0.0016125290421769023, + "P": 0.0349690280854702, + "-": 0.9448977112770081 + }, + "id": "tp_16448" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2056023, + "label": "-", + "classification": { + "B": 9.781246035345248e-07, + "S": 4.043473325054947e-07, + "I": 0.00029601494316011667, + "C": 1.6053452782216482e-05, + "R": 3.5849657251674216e-06, + "M": 3.970726174884476e-05, + "O": 1.0261479474138469e-05, + "W": 6.600162691938749e-07, + "N": 9.40496647672262e-06, + "Y": 0.0008760856580920517, + "U": 5.231306090536236e-07, + "K": 1.093091668735724e-05, + "L": 8.670331794746744e-07, + "G": 0.00022535139578394592, + "F": 0.0018808114109560847, + "E": 0.0003350971674080938, + "T": 0.00038175960071384907, + "P": 0.20140299201011658, + "-": 0.7945085763931274 + }, + "id": "tp_16449" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2056156, + "label": "P", + "classification": { + "B": 4.96252425818966e-07, + "S": 4.690949026553426e-06, + "I": 0.005803218111395836, + "C": 3.5902187391911866e-06, + "R": 6.151437332846399e-07, + "M": 2.680691068235319e-05, + "O": 7.80046684667468e-06, + "W": 1.1414573464207933e-06, + "N": 0.0004629383620340377, + "Y": 0.00026837261975742877, + "U": 3.4473939081181015e-07, + "K": 3.0477654945570976e-05, + "L": 2.585418599210243e-07, + "G": 2.9934430131106637e-05, + "F": 0.0008904497954063118, + "E": 0.0015242425724864006, + "T": 0.00044724889448843896, + "P": 0.8824892044067383, + "-": 0.10800811648368835 + }, + "id": "tp_16450" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2056256, + "label": "-", + "classification": { + "B": 4.7555224114148587e-07, + "S": 1.7427339571440825e-06, + "I": 0.004726311191916466, + "C": 5.017037892685039e-06, + "R": 1.7231815263585304e-06, + "M": 0.00016250793123617768, + "O": 1.7391885194228962e-05, + "W": 7.249770987982629e-07, + "N": 7.690275378990918e-05, + "Y": 0.009716080501675606, + "U": 1.6610684383522312e-07, + "K": 3.979246685048565e-05, + "L": 4.4582154146155517e-07, + "G": 0.0007527581183239818, + "F": 0.000693159585352987, + "E": 0.001048567472025752, + "T": 0.0068593453615903854, + "P": 0.16827867925167084, + "-": 0.807618260383606 + }, + "id": "tp_16451" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2056390, + "label": "-", + "classification": { + "B": 4.681289283325896e-06, + "S": 1.790681039892661e-06, + "I": 0.00031394659890793264, + "C": 1.2087368304491974e-05, + "R": 2.9218253985163756e-06, + "M": 5.9799647715408355e-05, + "O": 4.929494753014296e-05, + "W": 2.0699883407360176e-06, + "N": 3.0306084227049723e-05, + "Y": 0.0004975589690729976, + "U": 1.5163651596594718e-06, + "K": 1.019315550365718e-05, + "L": 2.8124547952756984e-06, + "G": 0.00021971981914248317, + "F": 0.0020561511628329754, + "E": 0.0002870061434805393, + "T": 0.0007057590410113335, + "P": 0.3066973090171814, + "-": 0.6890450716018677 + }, + "id": "tp_16452" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2056523, + "label": "-", + "classification": { + "B": 3.4860287996707484e-05, + "S": 2.066997876681853e-05, + "I": 0.0001999466330744326, + "C": 0.00011040575191145763, + "R": 2.037014019151684e-05, + "M": 0.00010707425826694816, + "O": 0.00014995303354226053, + "W": 2.0887975551886484e-05, + "N": 3.781833220273256e-05, + "Y": 0.0013287212932482362, + "U": 6.381959337886656e-06, + "K": 4.9998052418231964e-05, + "L": 1.0295761967427097e-05, + "G": 0.00031903880881145597, + "F": 0.003497811034321785, + "E": 0.0002316364407306537, + "T": 0.0007540525984950364, + "P": 0.12918725609779358, + "-": 0.8639128804206848 + }, + "id": "tp_16453" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2056657, + "label": "-", + "classification": { + "B": 4.37905129047067e-07, + "S": 7.026619641692378e-07, + "I": 0.0003293387999292463, + "C": 8.301500201923773e-06, + "R": 3.154947307848488e-06, + "M": 0.00013683892029803246, + "O": 1.71027841133764e-05, + "W": 5.464842729452357e-07, + "N": 5.073502052255208e-06, + "Y": 0.020753512158989906, + "U": 1.8515775934702106e-07, + "K": 0.00023700624296907336, + "L": 1.502573240941274e-06, + "G": 0.002484620315954089, + "F": 0.0038265043403953314, + "E": 0.0005100018461234868, + "T": 0.002904917811974883, + "P": 0.005708028096705675, + "-": 0.9630722999572754 + }, + "id": "tp_16454" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2056757, + "label": "-", + "classification": { + "B": 1.245181664444317e-07, + "S": 3.634462686363804e-08, + "I": 0.00030328991124406457, + "C": 2.5064607598324073e-06, + "R": 3.988854757608351e-07, + "M": 6.880436558276415e-06, + "O": 3.1250426673068432e-06, + "W": 2.1498729552149598e-07, + "N": 8.591987352701835e-06, + "Y": 0.00028314421069808304, + "U": 3.036303439785115e-07, + "K": 5.6834487622836605e-06, + "L": 9.667419220704687e-08, + "G": 4.6778044634265825e-05, + "F": 0.0003436680417507887, + "E": 0.00010596366337267682, + "T": 0.00023188003979157656, + "P": 0.2707476317882538, + "-": 0.7279096841812134 + }, + "id": "tp_16455" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2056890, + "label": "-", + "classification": { + "B": 1.8563649064162746e-05, + "S": 3.630241917562671e-05, + "I": 0.002486801240593195, + "C": 0.00024821667466312647, + "R": 9.534315177006647e-05, + "M": 0.0004707324842456728, + "O": 0.00020499827223829925, + "W": 6.611965363845229e-05, + "N": 0.0003491584211587906, + "Y": 0.015669317916035652, + "U": 2.0231425878591835e-05, + "K": 0.013289406895637512, + "L": 1.4773409020563122e-05, + "G": 0.00549777876585722, + "F": 0.05335291102528572, + "E": 0.009214134886860847, + "T": 0.0039927237667143345, + "P": 0.16200412809848785, + "-": 0.7329683303833008 + }, + "id": "tp_16456" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2057024, + "label": "-", + "classification": { + "B": 1.8620246919454075e-05, + "S": 1.2467514352465514e-05, + "I": 0.0004265423340257257, + "C": 4.6453384129563347e-05, + "R": 6.964031399547821e-06, + "M": 4.651340714190155e-05, + "O": 6.149057298898697e-05, + "W": 1.895077366498299e-05, + "N": 0.00010257909161737189, + "Y": 0.0008648494258522987, + "U": 1.2245485777384602e-05, + "K": 0.00031463903724215925, + "L": 4.143659225519514e-06, + "G": 0.0003817558172158897, + "F": 0.005499289371073246, + "E": 0.0018536222632974386, + "T": 0.0005035681533627212, + "P": 0.4387276768684387, + "-": 0.5510976314544678 + }, + "id": "tp_16457" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2057157, + "label": "P", + "classification": { + "B": 1.4082868801779114e-05, + "S": 6.603287374673528e-07, + "I": 0.001427984214387834, + "C": 3.0507517294608988e-05, + "R": 3.123364649582072e-06, + "M": 7.651697524124756e-05, + "O": 2.159773612220306e-05, + "W": 1.4014424323249841e-06, + "N": 5.093921936349943e-05, + "Y": 0.0004503781092353165, + "U": 1.1977939493590384e-06, + "K": 7.598814590892289e-07, + "L": 2.7591106572799617e-06, + "G": 0.00016276082897093147, + "F": 0.00026981253176927567, + "E": 0.00041664886521175504, + "T": 0.0004925166722387075, + "P": 0.6424667239189148, + "-": 0.35410967469215393 + }, + "id": "tp_16458" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2057257, + "label": "-", + "classification": { + "B": 0.0005974571104161441, + "S": 0.006511128507554531, + "I": 0.062426839023828506, + "C": 0.0034862614702433348, + "R": 0.0016301037976518273, + "M": 0.012626396492123604, + "O": 0.0053331200033426285, + "W": 0.0020431317389011383, + "N": 0.01515210885554552, + "Y": 0.13569119572639465, + "U": 0.00019425046048127115, + "K": 0.00927816703915596, + "L": 0.0007498827762901783, + "G": 0.021439993754029274, + "F": 0.07407669723033905, + "E": 0.029825694859027863, + "T": 0.05955115333199501, + "P": 0.21947932243347168, + "-": 0.33990713953971863 + }, + "id": "tp_16459" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2057391, + "label": "P", + "classification": { + "B": 4.352633453663657e-08, + "S": 2.0476566930938134e-07, + "I": 0.00047885594540275633, + "C": 3.4067031720041996e-06, + "R": 5.498947643900465e-07, + "M": 1.0181251127505675e-05, + "O": 3.7432873796205968e-06, + "W": 2.121074658134603e-07, + "N": 3.44824293279089e-05, + "Y": 0.00013618283264804631, + "U": 8.985907129499537e-08, + "K": 6.181227035995107e-06, + "L": 9.46264862022872e-08, + "G": 3.483341060928069e-05, + "F": 0.0006688244175165892, + "E": 0.0003962526679970324, + "T": 9.232738375430927e-05, + "P": 0.7507174015045166, + "-": 0.24741612374782562 + }, + "id": "tp_16460" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2057524, + "label": "-", + "classification": { + "B": 5.756548362989555e-11, + "S": 1.439485058929435e-10, + "I": 9.773822284842026e-07, + "C": 3.964153005853177e-09, + "R": 1.1865682048028958e-10, + "M": 4.506760298284007e-09, + "O": 4.699868494384418e-09, + "W": 2.312043889673987e-10, + "N": 1.6139944492010727e-08, + "Y": 1.3852572919859085e-06, + "U": 8.903884574085197e-11, + "K": 1.2475979360715428e-08, + "L": 1.7587249365180746e-11, + "G": 3.485293831317904e-08, + "F": 4.651719063986093e-05, + "E": 1.5873800975896302e-06, + "T": 4.3180480702176283e-07, + "P": 0.20268844068050385, + "-": 0.7972606420516968 + }, + "id": "tp_16461" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2057658, + "label": "-", + "classification": { + "B": 0.00024917576229199767, + "S": 0.0001428926916560158, + "I": 0.024209115654230118, + "C": 0.0018096554558724165, + "R": 0.0006084446213208139, + "M": 0.0032572245690971613, + "O": 0.0008823666721582413, + "W": 0.00015641649952158332, + "N": 0.0023360084742307663, + "Y": 0.03723548352718353, + "U": 0.00011363600788172334, + "K": 0.005151926074177027, + "L": 0.00014362855290528387, + "G": 0.017341267317533493, + "F": 0.02393743209540844, + "E": 0.03415881469845772, + "T": 0.008254487998783588, + "P": 0.2821487486362457, + "-": 0.5578633546829224 + }, + "id": "tp_16462" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2057758, + "label": "-", + "classification": { + "B": 8.946710039481331e-11, + "S": 7.211488350922224e-11, + "I": 3.495617875159951e-06, + "C": 2.9174072935234108e-08, + "R": 1.7752396219705702e-09, + "M": 1.6247296841243042e-08, + "O": 1.2703149643300549e-08, + "W": 3.196920228543121e-10, + "N": 4.5250718727629646e-08, + "Y": 7.885163540777285e-06, + "U": 5.007216863361919e-10, + "K": 1.1528361909540763e-07, + "L": 8.270677892552314e-11, + "G": 5.623447236757784e-07, + "F": 6.977201701374725e-05, + "E": 4.038235147163505e-06, + "T": 2.060542783510755e-06, + "P": 0.17009536921977997, + "-": 0.8298166990280151 + }, + "id": "tp_16463" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2057891, + "label": "-", + "classification": { + "B": 1.907626756292302e-05, + "S": 1.1805270787590416e-06, + "I": 0.00014052342157810926, + "C": 5.752921879320638e-06, + "R": 4.070480486007e-07, + "M": 0.00013455672888085246, + "O": 4.767382051795721e-05, + "W": 8.056071010287269e-07, + "N": 3.500966386127402e-06, + "Y": 0.00014394834579434246, + "U": 1.1723363257942765e-07, + "K": 1.2898841994513077e-08, + "L": 8.111187526083086e-06, + "G": 0.00010359581938246265, + "F": 0.00033561873715370893, + "E": 0.00011166852345922962, + "T": 0.00017612395458854735, + "P": 0.2604101896286011, + "-": 0.7383571267127991 + }, + "id": "tp_16464" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2058025, + "label": "-", + "classification": { + "B": 8.073358912952244e-05, + "S": 1.604040153324604e-05, + "I": 0.008982627652585506, + "C": 0.00011103558063041419, + "R": 2.99602143059019e-05, + "M": 0.0013276026584208012, + "O": 0.0002710129483602941, + "W": 1.1308100511087105e-05, + "N": 0.00027043125010095537, + "Y": 0.004963595885783434, + "U": 6.602313533221604e-06, + "K": 2.776481096589123e-06, + "L": 9.430084173800424e-05, + "G": 0.0018444668967276812, + "F": 0.001980135915800929, + "E": 0.0019225918222218752, + "T": 0.004019222687929869, + "P": 0.3816148340702057, + "-": 0.5924507975578308 + }, + "id": "tp_16465" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2058158, + "label": "-", + "classification": { + "B": 4.6526797632395755e-06, + "S": 1.2257950174898724e-06, + "I": 0.006412644870579243, + "C": 0.0002643405750859529, + "R": 4.258366607245989e-05, + "M": 0.0004097702039871365, + "O": 6.162244972074404e-05, + "W": 3.3093970159825403e-06, + "N": 0.000117621457320638, + "Y": 0.0062173944897949696, + "U": 5.255841188045451e-06, + "K": 5.1071361667709425e-05, + "L": 7.896953320596367e-06, + "G": 0.002333011943846941, + "F": 0.001523451297543943, + "E": 0.0026972161140292883, + "T": 0.0027718099299818277, + "P": 0.23123499751091003, + "-": 0.7458401322364807 + }, + "id": "tp_16466" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2058258, + "label": "-", + "classification": { + "B": 7.290629611134136e-08, + "S": 4.4984428626548834e-08, + "I": 0.00017253021360374987, + "C": 2.6438046916155145e-06, + "R": 3.1947067213877745e-07, + "M": 1.0264712727803271e-05, + "O": 3.2111265682033263e-06, + "W": 5.888600895787022e-08, + "N": 4.109020665055141e-06, + "Y": 0.00018416557577438653, + "U": 8.601971757116189e-08, + "K": 1.704238314914619e-07, + "L": 1.816229513451617e-07, + "G": 3.318157541798428e-05, + "F": 0.00012800941476598382, + "E": 7.885498780524358e-05, + "T": 0.00031473845592699945, + "P": 0.3510841727256775, + "-": 0.647983193397522 + }, + "id": "tp_16467" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2058392, + "label": "-", + "classification": { + "B": 4.4097593132619295e-08, + "S": 2.071398519376544e-08, + "I": 0.0004588753799907863, + "C": 8.204932782973628e-06, + "R": 7.006485134297691e-07, + "M": 1.938832974701654e-05, + "O": 1.2290363429201534e-06, + "W": 5.965152638509608e-08, + "N": 5.282297934172675e-06, + "Y": 0.0026149735786020756, + "U": 3.50604310028757e-08, + "K": 2.0868954379693605e-05, + "L": 2.343113614244885e-08, + "G": 9.306433639721945e-05, + "F": 0.0007263877196237445, + "E": 0.0006106755463406444, + "T": 0.00018585649377200752, + "P": 0.1602770984172821, + "-": 0.8349772095680237 + }, + "id": "tp_16468" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2058525, + "label": "-", + "classification": { + "B": 8.221024359045259e-07, + "S": 7.933533197501674e-06, + "I": 0.0028588271234184504, + "C": 4.203275602776557e-05, + "R": 6.559696885233279e-06, + "M": 3.891875530825928e-05, + "O": 3.138787724310532e-05, + "W": 8.485940270475112e-06, + "N": 0.0004631191841326654, + "Y": 0.003918224014341831, + "U": 1.2202687003082247e-06, + "K": 0.003267540130764246, + "L": 4.4496019313555735e-07, + "G": 0.0003024902835022658, + "F": 0.012031234800815582, + "E": 0.005613603163510561, + "T": 0.0005581224686466157, + "P": 0.46557676792144775, + "-": 0.5052722692489624 + }, + "id": "tp_16469" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2058625, + "label": "-", + "classification": { + "B": 0.00013530997966881841, + "S": 0.0001008683757390827, + "I": 0.004149452317506075, + "C": 0.0009761867695488036, + "R": 0.00026021504891104996, + "M": 0.006504520773887634, + "O": 0.0013557147467508912, + "W": 0.00013888516696169972, + "N": 0.0003360099799465388, + "Y": 0.014622170478105545, + "U": 4.3757871026173234e-05, + "K": 2.5184073820128106e-05, + "L": 0.0003969917888753116, + "G": 0.0035292685497552156, + "F": 0.004146143328398466, + "E": 0.0020279809832572937, + "T": 0.0169677771627903, + "P": 0.1209183931350708, + "-": 0.8233651518821716 + }, + "id": "tp_16470" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2058759, + "label": "-", + "classification": { + "B": 2.676451629213261e-07, + "S": 2.947083146409568e-07, + "I": 0.0003473855904303491, + "C": 5.680502454197267e-06, + "R": 1.5651206695110886e-06, + "M": 4.389583773445338e-05, + "O": 9.073945875570644e-06, + "W": 5.906649676035158e-07, + "N": 1.1383959645172581e-05, + "Y": 0.0008400985971093178, + "U": 3.814183457961917e-07, + "K": 6.116088570706779e-06, + "L": 5.490031185217958e-07, + "G": 0.00011133340740343556, + "F": 0.0011466523865237832, + "E": 0.00035053532337769866, + "T": 0.0004431020934134722, + "P": 0.23178374767303467, + "-": 0.764897346496582 + }, + "id": "tp_16471" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2058892, + "label": "-", + "classification": { + "B": 1.1290126877838702e-07, + "S": 3.138641773148265e-07, + "I": 0.00020533458155114204, + "C": 3.518133962643333e-05, + "R": 2.328949676666525e-06, + "M": 4.536996129900217e-05, + "O": 1.0665429726941511e-05, + "W": 5.286282203087467e-07, + "N": 1.4389057469088584e-05, + "Y": 0.000632484327070415, + "U": 4.3399299443080963e-07, + "K": 1.744348628562875e-05, + "L": 3.573584024252341e-07, + "G": 0.00010182068217545748, + "F": 0.002314387820661068, + "E": 0.0002479700488038361, + "T": 0.00029115649522282183, + "P": 0.1563774049282074, + "-": 0.8397023677825928 + }, + "id": "tp_16472" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2059026, + "label": "-", + "classification": { + "B": 2.652135435710079e-06, + "S": 3.511617308049608e-07, + "I": 0.0003680323134176433, + "C": 2.3591404897160828e-05, + "R": 2.2231388356885873e-06, + "M": 0.00013777993444819003, + "O": 1.7994439986068755e-05, + "W": 7.205927659015288e-07, + "N": 1.2911596968478989e-05, + "Y": 0.0010641184635460377, + "U": 6.493402224805322e-07, + "K": 2.5260555958084296e-06, + "L": 1.90778723663243e-06, + "G": 0.0003247528220526874, + "F": 0.0006674284813925624, + "E": 0.0010924618691205978, + "T": 0.00034992501605302095, + "P": 0.2685043215751648, + "-": 0.727425754070282 + }, + "id": "tp_16473" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2059126, + "label": "P", + "classification": { + "B": 0.00012927401985507458, + "S": 5.733934449381195e-05, + "I": 0.004755575675517321, + "C": 0.00018740474479272962, + "R": 7.487852417398244e-05, + "M": 0.0010376186110079288, + "O": 0.00035701936576515436, + "W": 8.343978697666898e-05, + "N": 0.0006298038642853498, + "Y": 0.005483673419803381, + "U": 4.838201493839733e-05, + "K": 0.0013907599495723844, + "L": 4.215987792122178e-05, + "G": 0.0044718533754348755, + "F": 0.01223758328706026, + "E": 0.01334469299763441, + "T": 0.00219027535058558, + "P": 0.5516712069511414, + "-": 0.4018069803714752 + }, + "id": "tp_16474" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2059259, + "label": "-", + "classification": { + "B": 8.908572546317828e-09, + "S": 4.828323962868808e-09, + "I": 5.613781013380503e-06, + "C": 1.8884040287048265e-07, + "R": 9.257761668379771e-09, + "M": 2.5483295758021995e-06, + "O": 3.074618177834054e-07, + "W": 1.2935962523386024e-08, + "N": 1.3475495563852746e-07, + "Y": 7.140600791899487e-05, + "U": 9.10321862335195e-09, + "K": 4.843410010835214e-07, + "L": 9.509406595498149e-09, + "G": 3.3811788853199687e-06, + "F": 0.00015497005369979888, + "E": 1.993424848478753e-05, + "T": 5.123208393342793e-05, + "P": 0.042775534093379974, + "-": 0.9569142460823059 + }, + "id": "tp_16475" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2059393, + "label": "-", + "classification": { + "B": 1.536344171881865e-07, + "S": 6.017179288164698e-08, + "I": 1.796468313841615e-05, + "C": 2.9972848096804228e-06, + "R": 6.587911229871679e-07, + "M": 3.0988074286142364e-05, + "O": 7.75578519096598e-06, + "W": 7.116157973996451e-08, + "N": 2.681947250948724e-07, + "Y": 0.000380446930648759, + "U": 3.9007687746561714e-08, + "K": 1.0726679988692922e-07, + "L": 8.393448069909937e-07, + "G": 0.00013123622920829803, + "F": 0.001173461670987308, + "E": 1.1165998330397997e-05, + "T": 0.00016125099500641227, + "P": 0.025688106194138527, + "-": 0.9723924398422241 + }, + "id": "tp_16476" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2059526, + "label": "-", + "classification": { + "B": 1.1517587772402749e-08, + "S": 2.7375888222991307e-08, + "I": 2.813060928019695e-05, + "C": 2.4619112082291394e-07, + "R": 2.0517560983535077e-08, + "M": 8.440216561211855e-07, + "O": 7.560719268440153e-07, + "W": 2.118339814671799e-08, + "N": 2.698057869565673e-06, + "Y": 4.3402451410656795e-05, + "U": 1.7107133487570536e-08, + "K": 1.200207634610706e-06, + "L": 7.110886102168479e-09, + "G": 6.973578820179682e-06, + "F": 0.0004931995645165443, + "E": 5.0335333071416244e-05, + "T": 3.507511064526625e-05, + "P": 0.3857284188270569, + "-": 0.6136086583137512 + }, + "id": "tp_16477" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2059626, + "label": "-", + "classification": { + "B": 5.852488129676203e-07, + "S": 1.2021124007333128e-07, + "I": 0.004134211223572493, + "C": 9.36103897402063e-05, + "R": 2.764954842859879e-05, + "M": 0.0001322569150943309, + "O": 1.9742874428629875e-05, + "W": 5.69751705370436e-07, + "N": 4.26459482696373e-05, + "Y": 0.0037233210168778896, + "U": 8.438463510174188e-07, + "K": 1.6236970168392872e-06, + "L": 2.3633892851648852e-06, + "G": 0.0004931999137625098, + "F": 0.00030544830951839685, + "E": 0.0006866111070849001, + "T": 0.0014387739356607199, + "P": 0.27523258328437805, + "-": 0.7136638164520264 + }, + "id": "tp_16478" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2059760, + "label": "-", + "classification": { + "B": 2.0703878362837713e-06, + "S": 9.6321706166691e-08, + "I": 3.249624205636792e-05, + "C": 1.3647947980643949e-06, + "R": 1.378988230271716e-07, + "M": 1.0998259313055314e-05, + "O": 2.8385882160364417e-06, + "W": 1.2919308289838227e-07, + "N": 1.487730173721502e-06, + "Y": 0.00018693039601203054, + "U": 5.569448546793865e-08, + "K": 8.555064709980797e-07, + "L": 1.3050521374680102e-07, + "G": 5.557603799388744e-05, + "F": 0.00044506904669106007, + "E": 0.00028784212190657854, + "T": 4.180203177384101e-05, + "P": 0.31085529923439026, + "-": 0.6880747675895691 + }, + "id": "tp_16479" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2059893, + "label": "-", + "classification": { + "B": 1.5904422223655956e-09, + "S": 5.3013825968006856e-11, + "I": 5.891934779356234e-05, + "C": 5.162723368812294e-07, + "R": 9.135758816114503e-09, + "M": 3.465485406195512e-06, + "O": 3.051506425322259e-08, + "W": 1.4238227263874137e-10, + "N": 6.704628674469859e-08, + "Y": 0.00012167678505647928, + "U": 8.495375514172565e-10, + "K": 3.2332012067648463e-10, + "L": 7.685234670873342e-09, + "G": 1.0585247764538508e-05, + "F": 1.312179483647924e-05, + "E": 3.0115423214738257e-05, + "T": 3.4111773857148364e-05, + "P": 0.31261974573135376, + "-": 0.6871075630187988 + }, + "id": "tp_16480" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2060027, + "label": "-", + "classification": { + "B": 1.0904004739131778e-06, + "S": 2.692435373319313e-06, + "I": 0.000724111741874367, + "C": 9.888739441521466e-05, + "R": 2.253127604490146e-05, + "M": 0.00013340362056624144, + "O": 5.232742114458233e-05, + "W": 4.208479367662221e-06, + "N": 7.034873124212027e-05, + "Y": 0.0036962467711418867, + "U": 3.787373316299636e-06, + "K": 0.00014404123066924512, + "L": 3.0320607038447633e-06, + "G": 0.00044160656398162246, + "F": 0.005352110136300325, + "E": 0.001518698874861002, + "T": 0.001484891283325851, + "P": 0.11077690124511719, + "-": 0.8754691481590271 + }, + "id": "tp_16481" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2060127, + "label": "P", + "classification": { + "B": 0.001650998485274613, + "S": 0.0036486650351434946, + "I": 0.16505217552185059, + "C": 0.011792373843491077, + "R": 0.008380916900932789, + "M": 0.01132628321647644, + "O": 0.008331194519996643, + "W": 0.0029821456409990788, + "N": 0.03608298674225807, + "Y": 0.029208680614829063, + "U": 0.001804562285542488, + "K": 0.0044094654731452465, + "L": 0.002401958219707012, + "G": 0.012530420906841755, + "F": 0.019947176799178123, + "E": 0.016551991924643517, + "T": 0.037615373730659485, + "P": 0.3949507176876068, + "-": 0.2313319444656372 + }, + "id": "tp_16482" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2060260, + "label": "-", + "classification": { + "B": 6.62649881633115e-08, + "S": 1.5427088939645728e-08, + "I": 0.003114260733127594, + "C": 1.0956667210848536e-05, + "R": 8.120284746837569e-07, + "M": 2.2022370103513822e-05, + "O": 1.3246338994576945e-06, + "W": 4.990803503801544e-08, + "N": 8.411189810431097e-06, + "Y": 0.002272835001349449, + "U": 3.5019578348283176e-08, + "K": 1.8751951813555934e-07, + "L": 1.7659664308666834e-07, + "G": 0.00013459418551065028, + "F": 0.0001792082766769454, + "E": 0.0007703882292844355, + "T": 0.0002811115700751543, + "P": 0.43030500411987305, + "-": 0.5628986358642578 + }, + "id": "tp_16483" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2060394, + "label": "P", + "classification": { + "B": 0.0004174939531367272, + "S": 0.00017115169612225145, + "I": 0.33599400520324707, + "C": 0.008836925029754639, + "R": 0.0009253635071218014, + "M": 0.002838826272636652, + "O": 0.0002968769404105842, + "W": 0.0001029146951623261, + "N": 0.01881667599081993, + "Y": 0.01785830408334732, + "U": 5.530956696020439e-05, + "K": 0.0008760204073041677, + "L": 0.00014763459330424666, + "G": 0.015112625434994698, + "F": 0.003809649497270584, + "E": 0.21368487179279327, + "T": 0.0031134726013988256, + "P": 0.348589688539505, + "-": 0.028352223336696625 + }, + "id": "tp_16484" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2060527, + "label": "-", + "classification": { + "B": 8.969794180302415e-06, + "S": 5.935211902396986e-06, + "I": 0.004497887101024389, + "C": 0.00019091331341769546, + "R": 4.0908580558607355e-05, + "M": 0.0002504267613403499, + "O": 8.821594383334741e-05, + "W": 1.0614415259624366e-05, + "N": 0.00024057434347923845, + "Y": 0.003443123772740364, + "U": 1.0758702956081834e-05, + "K": 0.0001335506240138784, + "L": 1.2392737517075147e-05, + "G": 0.001401987741701305, + "F": 0.004980616271495819, + "E": 0.0025544113013893366, + "T": 0.0008747202809900045, + "P": 0.4871043860912323, + "-": 0.4941496253013611 + }, + "id": "tp_16485" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2060627, + "label": "-", + "classification": { + "B": 3.8211113960462395e-12, + "S": 4.848264845147554e-11, + "I": 1.4860640717984097e-08, + "C": 8.27006796377816e-10, + "R": 5.213347809007729e-11, + "M": 3.273105164680601e-08, + "O": 3.857327790512954e-09, + "W": 2.590322054074612e-11, + "N": 5.204111030998604e-10, + "Y": 3.1085142836673185e-05, + "U": 4.4547729220745236e-12, + "K": 4.6614616167062195e-08, + "L": 7.521749716132842e-12, + "G": 2.366996767477758e-07, + "F": 0.0001268759515369311, + "E": 2.8499417226157675e-07, + "T": 1.938045443239389e-06, + "P": 0.004598634783178568, + "-": 0.9952409267425537 + }, + "id": "tp_16486" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2060761, + "label": "P", + "classification": { + "B": 3.812024033322814e-06, + "S": 2.014470283029368e-06, + "I": 0.18299083411693573, + "C": 0.00018610188271850348, + "R": 2.0876927010249346e-05, + "M": 0.0005011188914068043, + "O": 2.9105789508321323e-05, + "W": 2.051177716566599e-06, + "N": 0.0016068280674517155, + "Y": 0.04677412286400795, + "U": 3.0736003964193515e-07, + "K": 9.261099330615252e-05, + "L": 9.401728675584309e-07, + "G": 0.003705232869833708, + "F": 0.0005847905413247645, + "E": 0.02483248896896839, + "T": 0.003314313944429159, + "P": 0.540779709815979, + "-": 0.19457285106182098 + }, + "id": "tp_16487" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2060894, + "label": "-", + "classification": { + "B": 9.015549585456029e-05, + "S": 0.00018205068772658706, + "I": 0.006699318531900644, + "C": 0.0010305545292794704, + "R": 0.0002498179383110255, + "M": 0.004130446817725897, + "O": 0.0009226588299497962, + "W": 0.00014188293425831944, + "N": 0.0007545949192717671, + "Y": 0.032597966492176056, + "U": 5.5939806770766154e-05, + "K": 0.0015950852539390326, + "L": 0.00011599268327699974, + "G": 0.007332903798669577, + "F": 0.018775777891278267, + "E": 0.007990572601556778, + "T": 0.017739728093147278, + "P": 0.13425765931606293, + "-": 0.7653368711471558 + }, + "id": "tp_16488" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2061028, + "label": "-", + "classification": { + "B": 5.503013653651578e-06, + "S": 7.922374607005622e-06, + "I": 0.0002179973089369014, + "C": 1.1735754924302455e-05, + "R": 3.1869813028606586e-06, + "M": 0.00014966470189392567, + "O": 6.648992712143809e-05, + "W": 5.361042894946877e-06, + "N": 3.0390339816221967e-05, + "Y": 0.0012622812064364552, + "U": 1.8076143533107825e-06, + "K": 6.164972728583962e-05, + "L": 4.715132035926217e-06, + "G": 0.0005919748800806701, + "F": 0.003729855641722679, + "E": 0.0006496170535683632, + "T": 0.001299978932365775, + "P": 0.15802867710590363, + "-": 0.8338711857795715 + }, + "id": "tp_16489" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2061128, + "label": "-", + "classification": { + "B": 1.1566970492538076e-08, + "S": 1.5986161283620959e-09, + "I": 8.3034326962661e-05, + "C": 9.630919066694332e-07, + "R": 8.808789253578198e-09, + "M": 3.744912191905314e-06, + "O": 1.4417426541513123e-07, + "W": 1.7341365010636878e-09, + "N": 1.0198115205639624e-06, + "Y": 5.7359753554919735e-05, + "U": 2.2444475167304745e-09, + "K": 3.964306642956217e-07, + "L": 3.4270510873568583e-09, + "G": 2.5466519218753092e-05, + "F": 0.00019769185746554285, + "E": 0.0011624670587480068, + "T": 1.4205404113454279e-05, + "P": 0.29648226499557495, + "-": 0.7019712924957275 + }, + "id": "tp_16490" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2061261, + "label": "-", + "classification": { + "B": 7.130254857656837e-07, + "S": 7.877245593590487e-07, + "I": 0.0002520433918107301, + "C": 1.1931328117498197e-05, + "R": 1.2469254215830006e-06, + "M": 2.586925620562397e-05, + "O": 1.2834196240874007e-05, + "W": 1.3080957614874933e-06, + "N": 2.1040725187049247e-05, + "Y": 0.0002773955638986081, + "U": 5.967416996099928e-07, + "K": 1.2930416232848074e-05, + "L": 5.781733989351778e-07, + "G": 8.499887917423621e-05, + "F": 0.002464410150423646, + "E": 0.0005400289664976299, + "T": 0.00015495522529818118, + "P": 0.36066198348999023, + "-": 0.6354743242263794 + }, + "id": "tp_16491" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2061395, + "label": "P", + "classification": { + "B": 4.9499108172312845e-06, + "S": 8.699298632564023e-05, + "I": 0.015250719152390957, + "C": 0.0003018309362232685, + "R": 4.2403305997140706e-05, + "M": 9.875211253529415e-05, + "O": 0.00010604360431898385, + "W": 4.7685047320555896e-05, + "N": 0.0046304077841341496, + "Y": 0.01574036292731762, + "U": 2.9182479011069518e-06, + "K": 0.03633987903594971, + "L": 3.653753310572938e-06, + "G": 0.006338085979223251, + "F": 0.207235187292099, + "E": 0.07367919385433197, + "T": 0.002342942403629422, + "P": 0.42987269163131714, + "-": 0.2078753262758255 + }, + "id": "tp_16492" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2061528, + "label": "-", + "classification": { + "B": 1.4145124396236497e-06, + "S": 1.89985644283297e-06, + "I": 0.0001030386847560294, + "C": 1.4196112942954642e-06, + "R": 2.708920874283649e-07, + "M": 0.0001458385813748464, + "O": 3.92189176636748e-05, + "W": 1.2926349199915421e-06, + "N": 6.326908987830393e-06, + "Y": 0.00036396124050952494, + "U": 2.1160207097636885e-07, + "K": 1.2485290881159017e-06, + "L": 2.1427133560791845e-06, + "G": 0.00010353799734730273, + "F": 0.0012513847323134542, + "E": 0.0002110541972797364, + "T": 0.0005551725625991821, + "P": 0.14291638135910034, + "-": 0.8542941212654114 + }, + "id": "tp_16493" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2061628, + "label": "-", + "classification": { + "B": 0.0006780989933758974, + "S": 0.0002405669365543872, + "I": 0.0033594320993870497, + "C": 0.00048549947678111494, + "R": 0.00019923527725040913, + "M": 0.0012765373103320599, + "O": 0.00111490732524544, + "W": 0.00036942321457900107, + "N": 0.0006416726973839104, + "Y": 0.007452288642525673, + "U": 0.00016137889178935438, + "K": 0.0010489259148016572, + "L": 0.00026451272424310446, + "G": 0.004028567112982273, + "F": 0.02505744993686676, + "E": 0.006728454027324915, + "T": 0.005464250687509775, + "P": 0.243902787566185, + "-": 0.6975259780883789 + }, + "id": "tp_16494" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2061762, + "label": "-", + "classification": { + "B": 4.111151952201908e-08, + "S": 7.597984108542732e-08, + "I": 0.0002604121982585639, + "C": 7.987337085069157e-06, + "R": 1.1116145515188691e-06, + "M": 1.6666499504935928e-05, + "O": 4.10120219385135e-06, + "W": 2.5000463210744783e-07, + "N": 7.91175989434123e-06, + "Y": 0.0005264481296762824, + "U": 2.5335964437545044e-07, + "K": 3.0612386581196915e-06, + "L": 1.754100651396584e-07, + "G": 3.814432420767844e-05, + "F": 0.0005708461394533515, + "E": 8.225755300372839e-05, + "T": 0.0003431879449635744, + "P": 0.1701212376356125, + "-": 0.8280158638954163 + }, + "id": "tp_16495" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2061895, + "label": "-", + "classification": { + "B": 0.00020184260210953653, + "S": 6.809342448832467e-05, + "I": 0.06808353215456009, + "C": 0.0031654820777475834, + "R": 0.0006855439278297126, + "M": 0.004160733427852392, + "O": 0.000615875527728349, + "W": 7.50956023694016e-05, + "N": 0.0023361402563750744, + "Y": 0.07197297364473343, + "U": 5.1627663196995854e-05, + "K": 0.00023766579397488385, + "L": 0.00014117402315605432, + "G": 0.01091174129396677, + "F": 0.006071251817047596, + "E": 0.0185464508831501, + "T": 0.014642572961747646, + "P": 0.3498474955558777, + "-": 0.44818466901779175 + }, + "id": "tp_16496" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2062029, + "label": "P", + "classification": { + "B": 2.342454536119476e-06, + "S": 9.977339914257755e-07, + "I": 0.007792750373482704, + "C": 1.8869248378905468e-05, + "R": 5.491851425176719e-06, + "M": 2.5436987925786525e-05, + "O": 1.2469172361306846e-05, + "W": 2.319898385394481e-06, + "N": 0.00016920796770136803, + "Y": 0.001264191814698279, + "U": 9.231879403159837e-07, + "K": 6.4686191763030365e-06, + "L": 6.594002570636803e-07, + "G": 8.931526826927438e-05, + "F": 0.00023168297775555402, + "E": 0.0009679117356427014, + "T": 0.0002443592238705605, + "P": 0.8082864880561829, + "-": 0.1808781921863556 + }, + "id": "tp_16497" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2062129, + "label": "P", + "classification": { + "B": 1.3147143363312352e-05, + "S": 9.415933163836598e-06, + "I": 0.0040202089585363865, + "C": 1.4550757441611495e-05, + "R": 3.768257784031448e-06, + "M": 0.00022014942078385502, + "O": 7.667415047762915e-05, + "W": 7.495790669054259e-06, + "N": 0.0001061379662132822, + "Y": 0.0015526249771937728, + "U": 8.350774578502751e-07, + "K": 5.488566330313915e-07, + "L": 6.423448667192133e-06, + "G": 0.00019202285329811275, + "F": 0.00047115582856349647, + "E": 0.00018401051056571305, + "T": 0.002752745756879449, + "P": 0.6639083027839661, + "-": 0.32645973563194275 + }, + "id": "tp_16498" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2062262, + "label": "-", + "classification": { + "B": 2.6692558208196715e-07, + "S": 3.3471316829292164e-09, + "I": 1.2380870430206414e-05, + "C": 1.2020566941828292e-07, + "R": 9.334414130535151e-09, + "M": 1.451654156880977e-06, + "O": 1.4307015590020455e-06, + "W": 1.0801170624574752e-08, + "N": 7.220622677550637e-08, + "Y": 2.934794565589982e-06, + "U": 1.7913580618866831e-09, + "K": 3.50937959248121e-11, + "L": 1.2588378694999847e-07, + "G": 3.166576334479032e-06, + "F": 3.905020093952771e-06, + "E": 1.7861033256849623e-06, + "T": 1.495547348895343e-05, + "P": 0.23188026249408722, + "-": 0.7680771350860596 + }, + "id": "tp_16499" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2062396, + "label": "-", + "classification": { + "B": 2.951781652882346e-06, + "S": 2.483127161667653e-07, + "I": 0.00020921828399877995, + "C": 4.1984316339949146e-05, + "R": 3.065029432036681e-06, + "M": 5.885737482458353e-05, + "O": 1.545714621897787e-05, + "W": 6.686143478873419e-07, + "N": 4.4598718886845745e-06, + "Y": 0.00045572829549200833, + "U": 6.605355906685872e-07, + "K": 4.34944979588181e-07, + "L": 2.598970240796916e-06, + "G": 0.0001181154657388106, + "F": 0.0004988308064639568, + "E": 0.00011389187420718372, + "T": 0.00031807541381567717, + "P": 0.14996404945850372, + "-": 0.8481907248497009 + }, + "id": "tp_16500" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2062529, + "label": "-", + "classification": { + "B": 1.3180933819967322e-06, + "S": 3.520467771522817e-06, + "I": 0.016573380678892136, + "C": 0.00023937365040183067, + "R": 5.316906390362419e-05, + "M": 0.0002386633714195341, + "O": 5.328576298779808e-05, + "W": 1.3041000784141943e-05, + "N": 0.0006477428833022714, + "Y": 0.023820679634809494, + "U": 4.505362539930502e-06, + "K": 0.0027768134605139494, + "L": 2.335230192329618e-06, + "G": 0.0020242100581526756, + "F": 0.008028634823858738, + "E": 0.014726340770721436, + "T": 0.002383457263931632, + "P": 0.20414185523986816, + "-": 0.7242677211761475 + }, + "id": "tp_16501" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2062629, + "label": "-", + "classification": { + "B": 4.401841579237953e-06, + "S": 4.018014351458987e-06, + "I": 0.0009612979483790696, + "C": 0.0001067139019141905, + "R": 2.9155487936805002e-05, + "M": 0.0009923184989020228, + "O": 0.00010005225340137258, + "W": 5.100628186482936e-06, + "N": 2.823936847562436e-05, + "Y": 0.0073899743147194386, + "U": 3.743029992619995e-06, + "K": 1.984285881917458e-05, + "L": 1.4890171769366134e-05, + "G": 0.0007081106305122375, + "F": 0.0025951825082302094, + "E": 0.000268407427938655, + "T": 0.006795832887291908, + "P": 0.053829263895750046, + "-": 0.9261435270309448 + }, + "id": "tp_16502" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2062763, + "label": "P", + "classification": { + "B": 1.530522058601491e-05, + "S": 5.912078449910041e-06, + "I": 0.0015010266797617078, + "C": 5.349192178982776e-06, + "R": 1.3167974657335435e-06, + "M": 1.6826546925585717e-05, + "O": 1.6305395547533408e-05, + "W": 2.9424470540106995e-06, + "N": 0.0001784196065273136, + "Y": 4.265059033059515e-05, + "U": 8.500221042595513e-07, + "K": 2.412203684798442e-06, + "L": 1.2028802984787035e-06, + "G": 4.7046301915543154e-05, + "F": 0.00032451702281832695, + "E": 0.0009285190026275814, + "T": 6.660457438556477e-05, + "P": 0.9393718838691711, + "-": 0.057470887899398804 + }, + "id": "tp_16503" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2062896, + "label": "P", + "classification": { + "B": 1.0158072299981669e-10, + "S": 1.1719203385496257e-09, + "I": 1.8665703464648686e-05, + "C": 5.67478064539273e-10, + "R": 4.5065340348315885e-11, + "M": 1.869697641154744e-08, + "O": 7.700083237693889e-09, + "W": 2.9563157477596747e-10, + "N": 5.318535158949089e-07, + "Y": 2.4520761598978424e-06, + "U": 7.007950469928304e-11, + "K": 1.0449302578763309e-07, + "L": 1.7788152895104048e-11, + "G": 1.1753744644238395e-07, + "F": 3.462563836365007e-05, + "E": 2.8466820367611945e-05, + "T": 1.6192509519896703e-06, + "P": 0.9258466958999634, + "-": 0.07406677305698395 + }, + "id": "tp_16504" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2063030, + "label": "-", + "classification": { + "B": 2.352292138851908e-09, + "S": 6.65599741989098e-10, + "I": 6.3267266341426875e-06, + "C": 3.147303573314275e-07, + "R": 2.150973976711157e-08, + "M": 3.6481496863416396e-06, + "O": 2.3183270059234928e-07, + "W": 2.256927755794891e-09, + "N": 5.6345768939536356e-08, + "Y": 8.846045238897204e-05, + "U": 5.519186885294403e-09, + "K": 7.014337199962029e-08, + "L": 1.8355843067752176e-08, + "G": 8.552823601348791e-06, + "F": 0.00015228956181090325, + "E": 1.2369375326670706e-05, + "T": 4.76944878755603e-05, + "P": 0.038141150027513504, + "-": 0.9615387320518494 + }, + "id": "tp_16505" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2063130, + "label": "-", + "classification": { + "B": 2.2278569304035045e-05, + "S": 1.0189818567596376e-05, + "I": 0.009109129197895527, + "C": 0.0005792892770841718, + "R": 0.00010798974835779518, + "M": 0.0007841970073059201, + "O": 0.00024670606944710016, + "W": 2.359715108468663e-05, + "N": 0.0005006674909964204, + "Y": 0.00416433485224843, + "U": 3.926111457985826e-05, + "K": 6.679241050733253e-05, + "L": 5.169114956515841e-05, + "G": 0.0019447194645181298, + "F": 0.0024565195199102163, + "E": 0.002617842284962535, + "T": 0.003220289247110486, + "P": 0.3556269705295563, + "-": 0.6184273958206177 + }, + "id": "tp_16506" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2063263, + "label": "-", + "classification": { + "B": 1.7786018361221068e-05, + "S": 1.7124624719144776e-05, + "I": 0.000742802512831986, + "C": 3.4608005080372095e-05, + "R": 6.8436370384006295e-06, + "M": 0.00018017218098975718, + "O": 7.937505142763257e-05, + "W": 1.2583654097397812e-05, + "N": 0.00012535462155938148, + "Y": 0.0014246535720303655, + "U": 5.4299362091114745e-06, + "K": 0.00014404252578970045, + "L": 4.987819920643233e-06, + "G": 0.0005052350461483002, + "F": 0.004461584612727165, + "E": 0.0032831875141710043, + "T": 0.0009176936582662165, + "P": 0.37380251288414, + "-": 0.6142339706420898 + }, + "id": "tp_16507" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2063397, + "label": "-", + "classification": { + "B": 0.000670804874971509, + "S": 0.0007771942764520645, + "I": 0.03291543945670128, + "C": 0.004333890974521637, + "R": 0.0017808825941756368, + "M": 0.011369053274393082, + "O": 0.0042024459689855576, + "W": 0.0010820962488651276, + "N": 0.006810472812503576, + "Y": 0.05270097777247429, + "U": 0.0006823295843787491, + "K": 0.0135931596159935, + "L": 0.0007829843671061099, + "G": 0.028456775471568108, + "F": 0.026527421548962593, + "E": 0.03893936052918434, + "T": 0.029235657304525375, + "P": 0.20916184782981873, + "-": 0.5359772443771362 + }, + "id": "tp_16508" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2063530, + "label": "-", + "classification": { + "B": 0.00016883858188521117, + "S": 2.2752879885956645e-05, + "I": 0.0017810262506827712, + "C": 0.0001417352759744972, + "R": 5.391688318923116e-05, + "M": 0.0011319860350340605, + "O": 0.0003318497911095619, + "W": 2.4676261091371998e-05, + "N": 0.00010943620873149484, + "Y": 0.006437893956899643, + "U": 2.784018943202682e-05, + "K": 3.0145858545438386e-05, + "L": 9.291557216783985e-05, + "G": 0.0035149124450981617, + "F": 0.0031098907347768545, + "E": 0.0016699645202606916, + "T": 0.007836362347006798, + "P": 0.2295735776424408, + "-": 0.7439402341842651 + }, + "id": "tp_16509" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2063630, + "label": "-", + "classification": { + "B": 8.10279843221906e-10, + "S": 9.818179602660848e-10, + "I": 2.6391640858491883e-05, + "C": 5.890722718504549e-07, + "R": 7.19666246595807e-08, + "M": 1.0343983376515098e-06, + "O": 1.698240765790615e-07, + "W": 5.6040794227385504e-09, + "N": 2.9229852316348115e-07, + "Y": 0.0001290301588596776, + "U": 4.71476235830437e-09, + "K": 4.041825150125078e-07, + "L": 3.701972506320317e-09, + "G": 5.590342425421113e-06, + "F": 0.00020175313693471253, + "E": 2.9285462005645968e-05, + "T": 1.806292675610166e-05, + "P": 0.12333157658576965, + "-": 0.8762558102607727 + }, + "id": "tp_16510" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2063764, + "label": "-", + "classification": { + "B": 5.732656305212913e-08, + "S": 5.533191238527024e-09, + "I": 0.00046146975364536047, + "C": 7.571372862003045e-06, + "R": 5.533840976568172e-07, + "M": 2.1495197870535776e-05, + "O": 1.013272253658215e-06, + "W": 1.6201681773964083e-08, + "N": 2.5654705950728385e-06, + "Y": 0.0002486539597157389, + "U": 3.206859489068847e-08, + "K": 3.5764870176535624e-08, + "L": 1.3529687237223698e-07, + "G": 6.895670958328992e-05, + "F": 0.00010179387754760683, + "E": 0.0001685226015979424, + "T": 0.00014413855387829244, + "P": 0.3467426002025604, + "-": 0.652030348777771 + }, + "id": "tp_16511" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2063897, + "label": "-", + "classification": { + "B": 6.958516678423621e-07, + "S": 5.015430737387305e-09, + "I": 2.585334914328996e-05, + "C": 5.566800155065721e-06, + "R": 2.6958809939969797e-07, + "M": 2.495147600711789e-05, + "O": 1.419483169229352e-06, + "W": 2.6279179721200308e-08, + "N": 2.2812083955159324e-07, + "Y": 0.0003872264933306724, + "U": 4.7716508078110564e-08, + "K": 2.7965944582319935e-07, + "L": 1.9750498836401675e-07, + "G": 0.00019118002092000097, + "F": 0.00015635162708349526, + "E": 8.173404785338789e-05, + "T": 8.927017915993929e-05, + "P": 0.06343941390514374, + "-": 0.9355952739715576 + }, + "id": "tp_16512" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2064031, + "label": "-", + "classification": { + "B": 2.0468492948566563e-05, + "S": 2.1560130335274152e-05, + "I": 0.0009750441531650722, + "C": 0.00011351605644449592, + "R": 1.778944169927854e-05, + "M": 0.0005754247540608048, + "O": 0.00014660789747722447, + "W": 1.9384575352887623e-05, + "N": 0.00012936681741848588, + "Y": 0.006895650178194046, + "U": 1.6380105080315843e-05, + "K": 0.00016386846255045384, + "L": 1.782015897333622e-05, + "G": 0.0007788158254697919, + "F": 0.004808204714208841, + "E": 0.0017356513999402523, + "T": 0.003839001525193453, + "P": 0.13719411194324493, + "-": 0.8425313830375671 + }, + "id": "tp_16513" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2064131, + "label": "-", + "classification": { + "B": 5.0127100621466525e-06, + "S": 6.199441486387514e-06, + "I": 0.010386349633336067, + "C": 0.00015849068586248904, + "R": 7.673630898352712e-05, + "M": 0.00021120940800756216, + "O": 6.22375009697862e-05, + "W": 7.572987669846043e-06, + "N": 0.0002870194148272276, + "Y": 0.010105679742991924, + "U": 6.247188139241189e-06, + "K": 0.00013775295519735664, + "L": 4.919338607578538e-06, + "G": 0.0012670231517404318, + "F": 0.0031893462873995304, + "E": 0.0011600371217355132, + "T": 0.004945886787027121, + "P": 0.3213939368724823, + "-": 0.6465883851051331 + }, + "id": "tp_16514" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2064264, + "label": "-", + "classification": { + "B": 0.0012112772092223167, + "S": 0.0005840196972712874, + "I": 0.0020615821704268456, + "C": 0.0019542761147022247, + "R": 0.0006644227541983128, + "M": 0.010019714944064617, + "O": 0.0036488354671746492, + "W": 0.0002877273072954267, + "N": 0.0002958393597509712, + "Y": 0.010388380847871304, + "U": 5.0509894208516926e-05, + "K": 5.822170351166278e-05, + "L": 0.0016215576324611902, + "G": 0.011388254351913929, + "F": 0.030036557465791702, + "E": 0.005448268726468086, + "T": 0.00855175033211708, + "P": 0.09478572010993958, + "-": 0.8169431090354919 + }, + "id": "tp_16515" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2064398, + "label": "-", + "classification": { + "B": 3.3811826938290324e-07, + "S": 4.360296088634641e-07, + "I": 4.845210423809476e-05, + "C": 3.836850737570785e-06, + "R": 8.905120694180368e-07, + "M": 5.425764811661793e-06, + "O": 5.5213613450177945e-06, + "W": 7.726816306785622e-07, + "N": 5.091136699775234e-06, + "Y": 0.0005200306768529117, + "U": 2.2759755324841535e-07, + "K": 3.415934043005109e-05, + "L": 1.7942946328730613e-07, + "G": 0.00012116197467548773, + "F": 0.006765172351151705, + "E": 0.00022417020227294415, + "T": 0.00011550412455108017, + "P": 0.20925971865653992, + "-": 0.7828888893127441 + }, + "id": "tp_16516" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2064531, + "label": "-", + "classification": { + "B": 5.291090565151535e-05, + "S": 4.3735566578106955e-05, + "I": 0.004511661361902952, + "C": 0.000425086822360754, + "R": 0.0001316605048486963, + "M": 0.00064419349655509, + "O": 0.00023507179867010564, + "W": 6.90383167238906e-05, + "N": 0.0004479010822251439, + "Y": 0.022752836346626282, + "U": 3.618099435698241e-05, + "K": 0.004505914635956287, + "L": 2.1339237719075754e-05, + "G": 0.004686788655817509, + "F": 0.015438182279467583, + "E": 0.007040257100015879, + "T": 0.004918691702187061, + "P": 0.17631983757019043, + "-": 0.7577186822891235 + }, + "id": "tp_16517" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2064631, + "label": "-", + "classification": { + "B": 5.900803330405324e-07, + "S": 1.1973013158694812e-07, + "I": 0.00019297187100164592, + "C": 4.559198259812547e-06, + "R": 1.0111594974659965e-06, + "M": 3.631370418588631e-05, + "O": 1.023879576678155e-05, + "W": 4.452639359442401e-07, + "N": 4.245892796461703e-06, + "Y": 0.00021834755898453295, + "U": 1.9418259000758553e-07, + "K": 8.720057280697802e-07, + "L": 7.606581107211241e-07, + "G": 9.037278505275026e-05, + "F": 0.0007305724429897964, + "E": 0.00015033794625196606, + "T": 0.0001703995803836733, + "P": 0.2312026023864746, + "-": 0.7671851515769958 + }, + "id": "tp_16518" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2064765, + "label": "-", + "classification": { + "B": 7.458736490661977e-06, + "S": 1.3525018403015565e-06, + "I": 0.0003588515392038971, + "C": 7.414404080918757e-06, + "R": 1.1678780538204592e-06, + "M": 0.00020966386364307255, + "O": 2.7551714083529077e-05, + "W": 4.642517410502478e-07, + "N": 2.4048717932600994e-06, + "Y": 0.0006003208109177649, + "U": 4.446815893288658e-08, + "K": 3.1931310928712264e-08, + "L": 6.856306754343677e-06, + "G": 0.00034472570405341685, + "F": 0.00033305687247775495, + "E": 0.00014925241703167558, + "T": 0.0003433612873777747, + "P": 0.07489533722400665, + "-": 0.9227107763290405 + }, + "id": "tp_16519" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2064898, + "label": "-", + "classification": { + "B": 1.5403660654556006e-05, + "S": 7.757736284474959e-07, + "I": 7.817395817255601e-05, + "C": 7.916921276773792e-06, + "R": 8.690448680681584e-07, + "M": 0.00026777098537422717, + "O": 2.0972982383682393e-05, + "W": 8.502957484779472e-07, + "N": 3.4308479825995164e-06, + "Y": 0.001447100075893104, + "U": 2.9514433208532864e-07, + "K": 5.360577233659569e-06, + "L": 3.113009370281361e-06, + "G": 0.0007853042334318161, + "F": 0.0025777427945286036, + "E": 0.0010423553176224232, + "T": 0.0004561719251796603, + "P": 0.08998274803161621, + "-": 0.9033036828041077 + }, + "id": "tp_16520" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2065032, + "label": "-", + "classification": { + "B": 2.258872910942955e-08, + "S": 1.5716070111970737e-10, + "I": 6.679856142000062e-06, + "C": 1.2776887103882473e-07, + "R": 8.8721652247159e-09, + "M": 5.032009084970923e-07, + "O": 1.3900734074923093e-07, + "W": 1.535629179372222e-09, + "N": 3.5572998768884645e-08, + "Y": 8.235693712776992e-06, + "U": 1.2213737798916213e-09, + "K": 8.703976983603923e-10, + "L": 5.671648040106447e-09, + "G": 4.443704256118508e-06, + "F": 7.73540432419395e-06, + "E": 2.425546654194477e-06, + "T": 7.701734830334317e-06, + "P": 0.20634496212005615, + "-": 0.7936170101165771 + }, + "id": "tp_16521" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2065132, + "label": "-", + "classification": { + "B": 4.3539287730709475e-08, + "S": 1.453862008560236e-08, + "I": 5.403762315836502e-06, + "C": 2.92690430114817e-07, + "R": 6.618504500011113e-08, + "M": 1.6826499631861225e-05, + "O": 3.934294909413438e-06, + "W": 1.3832290868265318e-08, + "N": 6.375548622372662e-08, + "Y": 9.461192530579865e-05, + "U": 2.1366606262063215e-09, + "K": 1.8002707657949202e-10, + "L": 2.0990120219721575e-07, + "G": 1.3633039998239838e-05, + "F": 2.2549629647983238e-05, + "E": 1.0396736342954682e-06, + "T": 0.00022933555010240525, + "P": 0.034492481499910355, + "-": 0.965119481086731 + }, + "id": "tp_16522" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2065265, + "label": "P", + "classification": { + "B": 2.706962831666715e-08, + "S": 1.33577785277339e-07, + "I": 0.019565274938941002, + "C": 2.6338091174693545e-06, + "R": 7.776561119499092e-07, + "M": 2.2340924260788597e-05, + "O": 3.0927640182198957e-06, + "W": 2.419371867290465e-07, + "N": 0.0003004679165314883, + "Y": 0.0025549260899424553, + "U": 4.702114608789998e-08, + "K": 0.00011951195483561605, + "L": 1.6631499732966404e-08, + "G": 8.242468175012618e-05, + "F": 0.0002983711601700634, + "E": 0.0019456762820482254, + "T": 0.00047143283882178366, + "P": 0.6464327573776245, + "-": 0.3281998634338379 + }, + "id": "tp_16523" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2065399, + "label": "-", + "classification": { + "B": 4.225526026857551e-06, + "S": 1.1358985148035572e-06, + "I": 0.0027020347770303488, + "C": 0.00021788806770928204, + "R": 3.9535654650535434e-05, + "M": 0.00047659504343755543, + "O": 5.94702796661295e-05, + "W": 2.08192182071798e-06, + "N": 2.9703407562919892e-05, + "Y": 0.005447401665151119, + "U": 1.823942852752225e-06, + "K": 2.925899309502711e-07, + "L": 2.315603705937974e-05, + "G": 0.000772313738707453, + "F": 0.0008407505811192095, + "E": 0.0001863281213445589, + "T": 0.004342567175626755, + "P": 0.15963593125343323, + "-": 0.8252167701721191 + }, + "id": "tp_16524" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2065532, + "label": "-", + "classification": { + "B": 2.2495113682907686e-07, + "S": 2.572695052549534e-07, + "I": 0.0021146913059055805, + "C": 2.4132101316354237e-05, + "R": 2.705832685023779e-06, + "M": 8.984943269751966e-05, + "O": 1.1015644304279704e-05, + "W": 4.1737149558684905e-07, + "N": 2.1496556655620225e-05, + "Y": 0.00200146296992898, + "U": 3.475522589724278e-07, + "K": 3.1961332069840864e-07, + "L": 1.37119695864385e-06, + "G": 0.0001058191410265863, + "F": 0.00021086899505462497, + "E": 0.00025368441129103303, + "T": 0.001294740941375494, + "P": 0.2381799817085266, + "-": 0.7556865811347961 + }, + "id": "tp_16525" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2065632, + "label": "-", + "classification": { + "B": 9.439406858291477e-05, + "S": 5.569850327447057e-05, + "I": 0.008332722820341587, + "C": 0.0011886995052918792, + "R": 0.0002887254813686013, + "M": 0.0012219561031088233, + "O": 0.0005750101990997791, + "W": 0.00013161153765395284, + "N": 0.0009465481853112578, + "Y": 0.007103025913238525, + "U": 9.341007535113022e-05, + "K": 0.000573200115468353, + "L": 9.541371400700882e-05, + "G": 0.002061455277726054, + "F": 0.020391851663589478, + "E": 0.0056479754857718945, + "T": 0.0034149957355111837, + "P": 0.3679649531841278, + "-": 0.5798183679580688 + }, + "id": "tp_16526" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2065766, + "label": "-", + "classification": { + "B": 3.5080890938843368e-06, + "S": 1.0540765288169496e-05, + "I": 0.005972559098154306, + "C": 0.0007925930549390614, + "R": 0.00015674623136874288, + "M": 0.0006623812369070947, + "O": 0.00015243058442138135, + "W": 1.6964908354566433e-05, + "N": 0.0003027165657840669, + "Y": 0.010936553589999676, + "U": 1.576089380250778e-05, + "K": 0.00023602991132065654, + "L": 1.50705218402436e-05, + "G": 0.00089236133499071, + "F": 0.005620840936899185, + "E": 0.0017596448305994272, + "T": 0.004380860365927219, + "P": 0.1232508197426796, + "-": 0.8448216915130615 + }, + "id": "tp_16527" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2065899, + "label": "-", + "classification": { + "B": 1.0697976904339157e-05, + "S": 1.4433174328587484e-05, + "I": 0.0005470207543112338, + "C": 2.272788879054133e-05, + "R": 6.822295290476177e-06, + "M": 0.0003925426572095603, + "O": 0.00015625575906597078, + "W": 1.2089769370504655e-05, + "N": 3.930609091185033e-05, + "Y": 0.0014860789524391294, + "U": 3.0610549401899334e-06, + "K": 1.3117139133100864e-05, + "L": 1.7801869034883566e-05, + "G": 0.00037241794052533805, + "F": 0.0042885178700089455, + "E": 0.0006767029408365488, + "T": 0.0014036246575415134, + "P": 0.10587802529335022, + "-": 0.8846588134765625 + }, + "id": "tp_16528" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2066033, + "label": "-", + "classification": { + "B": 1.340253796833224e-09, + "S": 7.869371643209888e-08, + "I": 6.134161230875179e-05, + "C": 2.3363734271697467e-06, + "R": 3.7367109939623333e-07, + "M": 7.584924787806813e-06, + "O": 2.7409280392021174e-06, + "W": 8.354213321126736e-08, + "N": 2.450035253787064e-06, + "Y": 0.0007553970790468156, + "U": 1.8329835427266516e-08, + "K": 6.2013004935579374e-06, + "L": 2.6419897380947077e-08, + "G": 1.518425688118441e-05, + "F": 0.0008017123909667134, + "E": 2.9358609026530758e-05, + "T": 0.0005809327703900635, + "P": 0.04112417995929718, + "-": 0.9566100239753723 + }, + "id": "tp_16529" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2066133, + "label": "-", + "classification": { + "B": 1.7734066659613745e-06, + "S": 4.0494367681276344e-07, + "I": 0.0038964676205068827, + "C": 3.9919406845001504e-05, + "R": 1.4357575309986714e-05, + "M": 0.00011432014434831217, + "O": 1.981243258342147e-05, + "W": 1.1727383935067337e-06, + "N": 6.478447176050395e-05, + "Y": 0.004504513926804066, + "U": 1.397007054038113e-06, + "K": 4.601874388754368e-05, + "L": 2.2441961391450604e-06, + "G": 0.0013336382107809186, + "F": 0.0024286857806146145, + "E": 0.003121425164863467, + "T": 0.000718934228643775, + "P": 0.3070247769355774, + "-": 0.6766653656959534 + }, + "id": "tp_16530" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2066266, + "label": "-", + "classification": { + "B": 3.276876441304921e-07, + "S": 5.111260179546662e-07, + "I": 0.0010908463736996055, + "C": 1.655780761211645e-05, + "R": 1.7743101352607482e-06, + "M": 5.3782227041665465e-05, + "O": 8.769364285399206e-06, + "W": 9.586858595866943e-07, + "N": 5.082170173409395e-05, + "Y": 0.002924383385106921, + "U": 4.761719765156158e-07, + "K": 0.000186209988896735, + "L": 2.899535331835068e-07, + "G": 0.00043455659761093557, + "F": 0.0018651069840416312, + "E": 0.0030746208503842354, + "T": 0.0007498096092604101, + "P": 0.21099714934825897, + "-": 0.7785429954528809 + }, + "id": "tp_16531" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2066400, + "label": "-", + "classification": { + "B": 2.5594747057766654e-05, + "S": 6.37997145531699e-05, + "I": 0.0044965422712266445, + "C": 0.00012136409350205213, + "R": 3.213961099390872e-05, + "M": 0.0013307506451383233, + "O": 0.00034730383777059615, + "W": 4.0145907405531034e-05, + "N": 0.0006395569653250277, + "Y": 0.0051309410482645035, + "U": 1.5002658983576111e-05, + "K": 0.00012775168579537421, + "L": 2.509811929485295e-05, + "G": 0.0010365478228777647, + "F": 0.0058964393101632595, + "E": 0.0026891122106462717, + "T": 0.004927775822579861, + "P": 0.35692518949508667, + "-": 0.6161288619041443 + }, + "id": "tp_16532" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2066533, + "label": "-", + "classification": { + "B": 1.537457683298271e-05, + "S": 3.1881631002761424e-05, + "I": 0.0007590392488054931, + "C": 0.00028183957329019904, + "R": 4.3143827497260645e-05, + "M": 0.00032449778518639505, + "O": 0.0001191607370856218, + "W": 1.5526373317698017e-05, + "N": 9.949001832865179e-05, + "Y": 0.005985199939459562, + "U": 7.731692676316015e-06, + "K": 0.0007095423643477261, + "L": 1.1280508260824718e-05, + "G": 0.0023870738223195076, + "F": 0.029708020389080048, + "E": 0.0017254974227398634, + "T": 0.0018922599265351892, + "P": 0.140751913189888, + "-": 0.815131425857544 + }, + "id": "tp_16533" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2066633, + "label": "-", + "classification": { + "B": 3.561000738727671e-08, + "S": 4.525881891481731e-08, + "I": 0.00041050591971725225, + "C": 2.9518565725084045e-07, + "R": 6.81283296444235e-08, + "M": 1.1917664778593462e-05, + "O": 1.4469824236584827e-06, + "W": 2.0272985068459093e-08, + "N": 4.928885573463049e-06, + "Y": 0.0003122324123978615, + "U": 5.358329779880933e-09, + "K": 4.682364718178178e-08, + "L": 2.986920932812609e-08, + "G": 1.5474051906494424e-05, + "F": 6.473120447481051e-05, + "E": 1.564096237416379e-05, + "T": 0.0003960102912969887, + "P": 0.4640677869319916, + "-": 0.5346988439559937 + }, + "id": "tp_16534" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2066767, + "label": "P", + "classification": { + "B": 8.913219971873332e-06, + "S": 2.1935743461654056e-06, + "I": 0.0002968319458886981, + "C": 1.6717565813451074e-05, + "R": 1.015986413221981e-06, + "M": 3.250218651373871e-05, + "O": 9.651717846281826e-06, + "W": 1.5337469676524051e-06, + "N": 6.481714081019163e-05, + "Y": 0.00042848873999901116, + "U": 8.691766311130777e-07, + "K": 6.530639075208455e-05, + "L": 6.805642556173552e-07, + "G": 0.0008741540950722992, + "F": 0.009921147488057613, + "E": 0.02236153744161129, + "T": 0.00014059603563509881, + "P": 0.7374125123023987, + "-": 0.22836054861545563 + }, + "id": "tp_16535" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2066900, + "label": "-", + "classification": { + "B": 2.5445897335885093e-06, + "S": 8.436491043539718e-06, + "I": 0.007657887414097786, + "C": 5.8279551012674347e-05, + "R": 1.873143992270343e-05, + "M": 0.00032438247581012547, + "O": 5.628627695841715e-05, + "W": 6.851771104265936e-06, + "N": 0.0002714103611651808, + "Y": 0.03335344418883324, + "U": 2.0519235022220528e-06, + "K": 0.00022944978263694793, + "L": 2.5426154479646357e-06, + "G": 0.000924609019421041, + "F": 0.003695032326504588, + "E": 0.001401814166456461, + "T": 0.007290873676538467, + "P": 0.1862729787826538, + "-": 0.7584223747253418 + }, + "id": "tp_16536" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2067000, + "label": "-", + "classification": { + "B": 7.22096549221618e-10, + "S": 3.4531301429385763e-11, + "I": 9.004821913549677e-05, + "C": 5.000722467229934e-07, + "R": 7.972725590832397e-09, + "M": 6.698390961901168e-07, + "O": 1.9218271418708355e-08, + "W": 1.8987435235207073e-10, + "N": 7.284828740239391e-08, + "Y": 3.2467851269757375e-05, + "U": 3.565471806687981e-10, + "K": 2.3149780703501932e-10, + "L": 2.582009051010914e-09, + "G": 1.4627868267780286e-06, + "F": 3.562538950063754e-06, + "E": 1.0909626325883437e-05, + "T": 9.50435332924826e-06, + "P": 0.4216754138469696, + "-": 0.5781753659248352 + }, + "id": "tp_16537" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2067134, + "label": "P", + "classification": { + "B": 4.045350578962825e-05, + "S": 7.907853432698175e-05, + "I": 0.006745039951056242, + "C": 0.0003089772944804281, + "R": 8.94400363904424e-05, + "M": 0.0005741403438150883, + "O": 0.00031427430803887546, + "W": 7.497880142182112e-05, + "N": 0.0015248843701556325, + "Y": 0.003918458707630634, + "U": 2.7173813577974215e-05, + "K": 0.0018275250913575292, + "L": 3.164053850923665e-05, + "G": 0.0032290713861584663, + "F": 0.03655233234167099, + "E": 0.016636647284030914, + "T": 0.0018385136500000954, + "P": 0.6035367250442505, + "-": 0.32265061140060425 + }, + "id": "tp_16538" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2067267, + "label": "P", + "classification": { + "B": 4.0323582652490586e-05, + "S": 1.1980553608736955e-05, + "I": 0.004563216585665941, + "C": 0.00018140827887691557, + "R": 3.054004264413379e-05, + "M": 0.00045360441436059773, + "O": 0.00013150957238394767, + "W": 1.2085359230695758e-05, + "N": 0.0003412647929508239, + "Y": 0.0016908813267946243, + "U": 1.8146252841688693e-05, + "K": 4.877660467172973e-05, + "L": 3.02440002997173e-05, + "G": 0.0012527955695986748, + "F": 0.0043219407089054585, + "E": 0.005630383267998695, + "T": 0.001702126581221819, + "P": 0.5680797100067139, + "-": 0.4114590585231781 + }, + "id": "tp_16539" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2067401, + "label": "P", + "classification": { + "B": 5.955466349405469e-06, + "S": 7.242081210279139e-07, + "I": 0.00026500591775402427, + "C": 1.5155622349993791e-05, + "R": 7.46195723877463e-07, + "M": 2.197159301431384e-05, + "O": 1.385510404361412e-05, + "W": 1.0469223070685985e-06, + "N": 2.1803791241836734e-05, + "Y": 0.00018099980661645532, + "U": 6.146444206933666e-07, + "K": 3.492128143989248e-06, + "L": 1.0602333304632339e-06, + "G": 7.221831765491515e-05, + "F": 0.00233549065887928, + "E": 0.0005512441857717931, + "T": 9.05608176253736e-05, + "P": 0.5633763670921326, + "-": 0.43304166197776794 + }, + "id": "tp_16540" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2067501, + "label": "-", + "classification": { + "B": 6.009676667417807e-07, + "S": 1.6226715615630383e-06, + "I": 0.006710254121571779, + "C": 0.00022250114125199616, + "R": 6.756429502274841e-05, + "M": 0.0004043645167257637, + "O": 7.931374420877546e-05, + "W": 3.421780093049165e-06, + "N": 0.00013362124445848167, + "Y": 0.007688374724239111, + "U": 3.4835663882404333e-06, + "K": 5.5030968724167906e-06, + "L": 1.0356835446145851e-05, + "G": 0.0006411428330466151, + "F": 0.0007427995442412794, + "E": 0.00046472082613036036, + "T": 0.0074421726167202, + "P": 0.1727031171321869, + "-": 0.8026750683784485 + }, + "id": "tp_16541" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2067634, + "label": "P", + "classification": { + "B": 1.7707415622680855e-07, + "S": 1.5746822157325369e-07, + "I": 8.330243872478604e-05, + "C": 1.510933202553133e-06, + "R": 1.3400092768733884e-07, + "M": 4.179346433375031e-06, + "O": 3.455646265138057e-06, + "W": 3.155932404297346e-07, + "N": 5.367840913095279e-06, + "Y": 6.491400563390926e-05, + "U": 1.3651776953338413e-07, + "K": 4.402863396535395e-06, + "L": 1.0341811673697521e-07, + "G": 1.9705523300217465e-05, + "F": 0.0014117495156824589, + "E": 0.0001975369086721912, + "T": 4.834214269067161e-05, + "P": 0.5300482511520386, + "-": 0.4681062400341034 + }, + "id": "tp_16542" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2067768, + "label": "-", + "classification": { + "B": 1.5609314232278848e-06, + "S": 1.3973723298477125e-06, + "I": 4.515342152444646e-05, + "C": 9.427457371202763e-06, + "R": 7.403504014291684e-07, + "M": 7.522380474256352e-05, + "O": 3.2414936868008226e-05, + "W": 7.927301908239315e-07, + "N": 2.94689243673929e-06, + "Y": 0.00014116117381490767, + "U": 1.5341666426138545e-07, + "K": 2.048807203891556e-07, + "L": 3.562460051398375e-06, + "G": 6.716050847899169e-05, + "F": 0.001196464290842414, + "E": 0.00010385291534475982, + "T": 0.0002456247457303107, + "P": 0.10897267609834671, + "-": 0.8890995383262634 + }, + "id": "tp_16543" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2067901, + "label": "-", + "classification": { + "B": 5.7639958868094254e-06, + "S": 6.268733159231488e-06, + "I": 0.0006887421477586031, + "C": 6.064232366043143e-05, + "R": 1.2448034794942942e-05, + "M": 0.0006301187095232308, + "O": 0.00015395102673210204, + "W": 4.45856676378753e-06, + "N": 4.292510129744187e-05, + "Y": 0.0007195704383775592, + "U": 2.0197128378640627e-06, + "K": 2.793158955682884e-06, + "L": 1.594305103935767e-05, + "G": 0.00039493051008321345, + "F": 0.0009770561009645462, + "E": 0.0003087973454967141, + "T": 0.0028080290649086237, + "P": 0.12719246745109558, + "-": 0.8659730553627014 + }, + "id": "tp_16544" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2068001, + "label": "-", + "classification": { + "B": 4.542187070910586e-07, + "S": 5.538846039598866e-07, + "I": 0.0009591965354047716, + "C": 5.4588694183621556e-05, + "R": 9.644100828154478e-06, + "M": 3.44467225659173e-05, + "O": 1.8287330021848902e-05, + "W": 1.5084415281307884e-06, + "N": 5.6595752539578825e-05, + "Y": 0.0018011798383668065, + "U": 1.7115701211878331e-06, + "K": 5.6174976634792984e-05, + "L": 7.501122922803916e-07, + "G": 0.0003108972159679979, + "F": 0.0014573120279237628, + "E": 0.0008718068129383028, + "T": 0.00042363934335298836, + "P": 0.2633507549762726, + "-": 0.7305904626846313 + }, + "id": "tp_16545" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2068135, + "label": "P", + "classification": { + "B": 1.5917942164378474e-07, + "S": 1.163083766186901e-06, + "I": 0.001645246404223144, + "C": 1.5936719137243927e-05, + "R": 2.9680197712878e-06, + "M": 1.8474454918759875e-05, + "O": 7.502866083086701e-06, + "W": 1.0992780516971834e-06, + "N": 0.00017476365610491484, + "Y": 0.00423832144588232, + "U": 2.2279834865912562e-07, + "K": 0.0006593719008378685, + "L": 1.3213515615007054e-07, + "G": 0.0004194089851807803, + "F": 0.007137704640626907, + "E": 0.0032078560907393694, + "T": 0.0004387086955830455, + "P": 0.5526131987571716, + "-": 0.4294176697731018 + }, + "id": "tp_16546" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2068268, + "label": "-", + "classification": { + "B": 3.2861191812116886e-07, + "S": 1.4461440400737047e-07, + "I": 0.00013285856402944773, + "C": 1.6546746337553486e-05, + "R": 2.2433794129028684e-06, + "M": 5.12521255586762e-05, + "O": 8.039691238082014e-06, + "W": 3.30502047063419e-07, + "N": 2.7671276257024147e-06, + "Y": 0.0010799459414556623, + "U": 3.7161893828852044e-07, + "K": 1.7882318843476241e-06, + "L": 1.190555963148654e-06, + "G": 0.00014210265362635255, + "F": 0.0008981651626527309, + "E": 0.00014285881479736418, + "T": 0.00047253488446585834, + "P": 0.06924694776535034, + "-": 0.9277995824813843 + }, + "id": "tp_16547" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2068402, + "label": "-", + "classification": { + "B": 1.1721373027739901e-07, + "S": 4.0339611473427794e-07, + "I": 0.00022670917678624392, + "C": 4.414061550050974e-06, + "R": 5.653340053868305e-07, + "M": 7.163841019064421e-06, + "O": 4.683305178332375e-06, + "W": 3.967884367739316e-07, + "N": 1.3248115465103183e-05, + "Y": 0.0002562259614933282, + "U": 2.3561817386053008e-07, + "K": 5.701944246538915e-06, + "L": 1.8199506257587927e-07, + "G": 2.442533877911046e-05, + "F": 0.001635072287172079, + "E": 0.00012673628225456923, + "T": 0.00011530119081726298, + "P": 0.46270379424095154, + "-": 0.5348745584487915 + }, + "id": "tp_16548" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2068502, + "label": "-", + "classification": { + "B": 2.4145085262716748e-05, + "S": 3.5678953281603754e-05, + "I": 0.002442549681290984, + "C": 0.0005688711535185575, + "R": 0.00018967073992826045, + "M": 0.0006501785828731954, + "O": 0.0002688686072360724, + "W": 4.0141942008631304e-05, + "N": 0.00030220657936297357, + "Y": 0.008160418830811977, + "U": 3.195045792381279e-05, + "K": 0.0002429630112601444, + "L": 5.045492434874177e-05, + "G": 0.0015567876398563385, + "F": 0.02041056379675865, + "E": 0.0018337388755753636, + "T": 0.003482205094769597, + "P": 0.2019190639257431, + "-": 0.7577896118164062 + }, + "id": "tp_16549" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2068635, + "label": "-", + "classification": { + "B": 9.17472959827137e-08, + "S": 1.2640266788821464e-07, + "I": 6.254841719055548e-05, + "C": 1.6115925518533913e-06, + "R": 1.9051481103815604e-07, + "M": 6.681202648906037e-06, + "O": 1.976071416720515e-06, + "W": 3.444221761128574e-07, + "N": 5.073628472018754e-06, + "Y": 0.0005168220377527177, + "U": 1.1455885839950497e-07, + "K": 9.846649481914937e-05, + "L": 2.6488212512276732e-08, + "G": 6.317964289337397e-05, + "F": 0.0020969496108591557, + "E": 0.0005126832402311265, + "T": 9.35655552893877e-05, + "P": 0.17842619121074677, + "-": 0.8181132078170776 + }, + "id": "tp_16550" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2068769, + "label": "P", + "classification": { + "B": 0.0001244313025381416, + "S": 0.0003340756520628929, + "I": 0.04061000421643257, + "C": 0.00026831115246750414, + "R": 7.762230234220624e-05, + "M": 0.00110499223228544, + "O": 0.00034361204598098993, + "W": 0.00014772088616155088, + "N": 0.012917270883917809, + "Y": 0.0018224524101242423, + "U": 6.277790089370683e-05, + "K": 0.0020396760664880276, + "L": 3.438226485741325e-05, + "G": 0.0008717917953617871, + "F": 0.0035236631520092487, + "E": 0.03197842463850975, + "T": 0.0015225729439407587, + "P": 0.8588762283325195, + "-": 0.04333993420004845 + }, + "id": "tp_16551" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2068902, + "label": "-", + "classification": { + "B": 2.5263547698273214e-08, + "S": 5.361468424780469e-08, + "I": 0.0005327841499820352, + "C": 2.259535904158838e-06, + "R": 6.215004191290063e-07, + "M": 1.7558049876242876e-05, + "O": 2.9367304250627058e-06, + "W": 1.2397320858781313e-07, + "N": 1.4993152035458479e-05, + "Y": 0.0013827510410919785, + "U": 4.527036523427341e-08, + "K": 3.236788688809611e-05, + "L": 1.8569178195093627e-08, + "G": 6.594125443371013e-05, + "F": 0.000437586015323177, + "E": 0.0003183378139510751, + "T": 0.000417927949456498, + "P": 0.2661559283733368, + "-": 0.7306177616119385 + }, + "id": "tp_16552" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2069002, + "label": "-", + "classification": { + "B": 1.1049990007450106e-06, + "S": 3.707859264068247e-08, + "I": 0.00023198324197437614, + "C": 1.4628341887146235e-05, + "R": 5.207443791732658e-07, + "M": 5.750599939347012e-06, + "O": 1.7401721379428636e-06, + "W": 9.407541057271374e-08, + "N": 3.0663197776448214e-06, + "Y": 0.00012714180047623813, + "U": 1.4030744921456062e-07, + "K": 1.995835532397905e-07, + "L": 4.930355430587952e-07, + "G": 7.919614290585741e-05, + "F": 0.0009136321023106575, + "E": 0.0002131135988747701, + "T": 3.886935883201659e-05, + "P": 0.4682896137237549, + "-": 0.5300787091255188 + }, + "id": "tp_16553" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2069136, + "label": "Y", + "classification": { + "B": 0.00024187516828533262, + "S": 0.0003690666053444147, + "I": 0.2320002168416977, + "C": 0.0010750555666163564, + "R": 0.0008033416233956814, + "M": 0.014631077647209167, + "O": 0.00316113093867898, + "W": 0.0002926307206507772, + "N": 0.011622318997979164, + "Y": 0.30065014958381653, + "U": 1.9978208001703024e-05, + "K": 0.0006855574320070446, + "L": 0.00014373812882695347, + "G": 0.02010875940322876, + "F": 0.0027203497011214495, + "E": 0.013455141335725784, + "T": 0.0938355103135109, + "P": 0.08852323144674301, + "-": 0.21566088497638702 + }, + "id": "tp_16554" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2069269, + "label": "-", + "classification": { + "B": 2.088952566481339e-09, + "S": 5.182973605855068e-09, + "I": 3.3470514608779922e-06, + "C": 5.888313125979039e-08, + "R": 2.2402000254828636e-09, + "M": 1.7971646570913435e-07, + "O": 1.0669253924788791e-07, + "W": 2.666516341065517e-09, + "N": 2.322556298395284e-07, + "Y": 6.027301878930302e-06, + "U": 1.4968417616501029e-09, + "K": 1.5030686029149365e-07, + "L": 6.525125995082703e-10, + "G": 4.122610732792964e-07, + "F": 0.00023464842524845153, + "E": 4.579774667945458e-06, + "T": 1.0316863154002931e-05, + "P": 0.25633957982063293, + "-": 0.7434003353118896 + }, + "id": "tp_16555" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2069403, + "label": "-", + "classification": { + "B": 0.00014599005226045847, + "S": 1.113940652430756e-05, + "I": 0.0020363512448966503, + "C": 0.00011750616977224126, + "R": 3.648668644018471e-05, + "M": 0.0017791540594771504, + "O": 0.00040086949593387544, + "W": 3.232217932236381e-05, + "N": 0.0001042883304762654, + "Y": 0.005211381707340479, + "U": 2.091263741021976e-05, + "K": 3.1579911592416465e-05, + "L": 9.492735262028873e-05, + "G": 0.004433852154761553, + "F": 0.002033246448263526, + "E": 0.0029690598603338003, + "T": 0.0044809067621827126, + "P": 0.1763528287410736, + "-": 0.7997071146965027 + }, + "id": "tp_16556" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2069503, + "label": "-", + "classification": { + "B": 1.6298033642669907e-06, + "S": 1.4994848243077286e-06, + "I": 0.0026962854899466038, + "C": 0.0001872601715149358, + "R": 3.396489410079084e-05, + "M": 0.000288790266495198, + "O": 4.796528446604498e-05, + "W": 3.1926256269798614e-06, + "N": 8.222135511459783e-05, + "Y": 0.005834038369357586, + "U": 3.4997585771634476e-06, + "K": 3.481683597783558e-05, + "L": 4.715016530099092e-06, + "G": 0.0007023097132332623, + "F": 0.0016281924908980727, + "E": 0.0016412452096119523, + "T": 0.0021302388049662113, + "P": 0.1410842090845108, + "-": 0.843593955039978 + }, + "id": "tp_16557" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2069636, + "label": "-", + "classification": { + "B": 6.214950776239903e-11, + "S": 1.2185097375549958e-10, + "I": 2.6591451387503184e-05, + "C": 6.412387847376522e-07, + "R": 5.93953686234272e-08, + "M": 5.152076028025476e-07, + "O": 7.755959785527011e-08, + "W": 1.0439262787542702e-09, + "N": 7.222058684419608e-08, + "Y": 4.770975647261366e-05, + "U": 1.6537685665340973e-09, + "K": 2.469077209354964e-08, + "L": 1.485706335735415e-09, + "G": 2.178838940380956e-06, + "F": 3.091886901529506e-05, + "E": 2.66327811004885e-06, + "T": 1.4250927051762119e-05, + "P": 0.036948446184396744, + "-": 0.9629257917404175 + }, + "id": "tp_16558" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2069770, + "label": "P", + "classification": { + "B": 4.4375616425895714e-07, + "S": 9.022179625617355e-08, + "I": 0.004613217432051897, + "C": 2.8345468308543786e-05, + "R": 1.3588407909992384e-06, + "M": 8.358876220881939e-05, + "O": 3.2166478831641143e-06, + "W": 1.721162021794953e-07, + "N": 3.507278597680852e-05, + "Y": 0.0010858625173568726, + "U": 1.2049270026182057e-07, + "K": 1.5796011894053663e-06, + "L": 5.356694714464538e-07, + "G": 0.00036670605186372995, + "F": 0.0006740654353052378, + "E": 0.004805739503353834, + "T": 0.00019519093621056527, + "P": 0.6404519081115723, + "-": 0.34765273332595825 + }, + "id": "tp_16559" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2069903, + "label": "-", + "classification": { + "B": 7.944696335471235e-06, + "S": 3.568304464351968e-06, + "I": 0.001366817275993526, + "C": 6.327957089524716e-05, + "R": 9.06324294192018e-06, + "M": 0.00011488562449812889, + "O": 4.557248030323535e-05, + "W": 9.019596291182097e-06, + "N": 0.00013657363888341933, + "Y": 0.001971169840544462, + "U": 1.1220358828722965e-05, + "K": 0.0010327245108783245, + "L": 2.2887031718710205e-06, + "G": 0.0008392913150601089, + "F": 0.005289627239108086, + "E": 0.00487143499776721, + "T": 0.0005802083178423345, + "P": 0.3054125905036926, + "-": 0.6782326698303223 + }, + "id": "tp_16560" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2070003, + "label": "-", + "classification": { + "B": 2.6749808057502378e-06, + "S": 9.354831149721576e-07, + "I": 0.0002766034740488976, + "C": 1.1161102520418353e-05, + "R": 1.0896407047766843e-06, + "M": 7.445494702551514e-05, + "O": 2.311101707164198e-05, + "W": 1.072623604159162e-06, + "N": 1.8601705960463732e-05, + "Y": 0.0002240792673546821, + "U": 4.952872245667095e-07, + "K": 1.7571751413925085e-06, + "L": 1.0708421314120642e-06, + "G": 9.26134962355718e-05, + "F": 0.00037936275475658476, + "E": 0.00022688740864396095, + "T": 0.0004901899374090135, + "P": 0.45514899492263794, + "-": 0.5430248975753784 + }, + "id": "tp_16561" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2070137, + "label": "-", + "classification": { + "B": 0.0001366695505566895, + "S": 0.00038277870044112206, + "I": 0.03241889551281929, + "C": 0.0015255259349942207, + "R": 0.0003426918701734394, + "M": 0.0027300501242280006, + "O": 0.0007664468139410019, + "W": 0.00021536990243475884, + "N": 0.004098276607692242, + "Y": 0.028342152014374733, + "U": 6.171233690110967e-05, + "K": 0.006469887215644121, + "L": 0.00012155559670645744, + "G": 0.0121693667024374, + "F": 0.03515605255961418, + "E": 0.06155899912118912, + "T": 0.007498779334127903, + "P": 0.31937798857688904, + "-": 0.4866267442703247 + }, + "id": "tp_16562" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2070270, + "label": "-", + "classification": { + "B": 1.1253867171490128e-07, + "S": 2.2405589561458328e-07, + "I": 2.927428067778237e-05, + "C": 2.301011136296438e-06, + "R": 1.6883552689250791e-07, + "M": 1.5122273907763883e-05, + "O": 4.54780638392549e-06, + "W": 1.8224545783596113e-07, + "N": 1.5551863725704607e-06, + "Y": 0.0001417511812178418, + "U": 6.949353092977617e-08, + "K": 7.611687351527507e-07, + "L": 2.6804679009728716e-07, + "G": 2.1395861040218733e-05, + "F": 0.0021480729337781668, + "E": 9.007161133922637e-05, + "T": 9.244330431101844e-05, + "P": 0.09844415634870529, + "-": 0.8990075588226318 + }, + "id": "tp_16563" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2070404, + "label": "-", + "classification": { + "B": 1.691420607130567e-06, + "S": 7.555626098110224e-07, + "I": 0.00043749072938226163, + "C": 1.979834632948041e-05, + "R": 7.236752480821451e-06, + "M": 0.00015553859702777117, + "O": 3.777919482672587e-05, + "W": 2.6140235149796354e-06, + "N": 1.8937153072329238e-05, + "Y": 0.0027147349901497364, + "U": 1.5671813571316306e-06, + "K": 1.802663246053271e-05, + "L": 2.339096454306855e-06, + "G": 0.00026606739265844226, + "F": 0.0009972989792004228, + "E": 0.00025185447884723544, + "T": 0.0019082276849076152, + "P": 0.07968354970216751, + "-": 0.9134745001792908 + }, + "id": "tp_16564" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2070504, + "label": "-", + "classification": { + "B": 2.8509601790460692e-08, + "S": 7.343987817876041e-08, + "I": 4.780102608492598e-05, + "C": 2.9144496238586726e-06, + "R": 3.897984299783275e-07, + "M": 4.653461292036809e-05, + "O": 5.967813194729388e-06, + "W": 1.1961384416281362e-07, + "N": 1.2163446854174254e-06, + "Y": 0.0012482755118981004, + "U": 3.5442354828774114e-08, + "K": 1.1069432730437256e-06, + "L": 1.1770023178314659e-07, + "G": 4.647779860533774e-05, + "F": 0.00026545781292952597, + "E": 5.404208422987722e-05, + "T": 0.0004972597234882414, + "P": 0.01642124354839325, + "-": 0.9813608527183533 + }, + "id": "tp_16565" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2070637, + "label": "P", + "classification": { + "B": 1.0244007420112666e-08, + "S": 8.722965816332362e-08, + "I": 0.00020559842232614756, + "C": 3.6406535741662083e-07, + "R": 2.6732381641636493e-08, + "M": 1.6214335119002499e-06, + "O": 5.901626423110429e-07, + "W": 8.78146835248117e-08, + "N": 1.0273148291162215e-05, + "Y": 0.0001829338289098814, + "U": 1.558429829628949e-08, + "K": 1.81121940840967e-05, + "L": 9.217835383878992e-09, + "G": 7.0861910899111535e-06, + "F": 0.0011594247771427035, + "E": 0.000649769906885922, + "T": 3.3451207855250686e-05, + "P": 0.6690309643745422, + "-": 0.3286995589733124 + }, + "id": "tp_16566" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2070771, + "label": "-", + "classification": { + "B": 9.398772427005042e-09, + "S": 7.0251777728458364e-09, + "I": 2.7419031539466232e-05, + "C": 4.0962302705338516e-07, + "R": 1.02893174869223e-07, + "M": 2.064078444163897e-06, + "O": 6.547074917762075e-07, + "W": 1.749056188771192e-08, + "N": 5.015418764742208e-07, + "Y": 0.00025671953335404396, + "U": 1.906202307111471e-08, + "K": 1.2049598581143073e-06, + "L": 2.1106981051843832e-08, + "G": 2.4234092052211054e-05, + "F": 0.0003993815917056054, + "E": 2.453357956255786e-05, + "T": 9.737787331687286e-05, + "P": 0.039608996361494064, + "-": 0.9595562815666199 + }, + "id": "tp_16567" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2070904, + "label": "-", + "classification": { + "B": 1.2444671426692366e-07, + "S": 4.941544773373607e-08, + "I": 0.0005068067112006247, + "C": 2.068562935164664e-06, + "R": 2.0575323844695959e-07, + "M": 9.089616651181132e-05, + "O": 7.388096491922624e-06, + "W": 1.0475086753558571e-07, + "N": 2.788082838378614e-06, + "Y": 0.0002721590280998498, + "U": 1.7896406134809695e-08, + "K": 5.423486992839344e-09, + "L": 4.119794141388411e-07, + "G": 2.2471724150818773e-05, + "F": 2.2640349925495684e-05, + "E": 6.94249029038474e-05, + "T": 0.0004098015488125384, + "P": 0.2275492548942566, + "-": 0.7710433602333069 + }, + "id": "tp_16568" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2071004, + "label": "-", + "classification": { + "B": 3.10568339045858e-07, + "S": 1.2544082892418373e-06, + "I": 0.013351076282560825, + "C": 2.4053833840298466e-05, + "R": 5.147754563950002e-06, + "M": 0.000344935484463349, + "O": 2.5240122340619564e-05, + "W": 1.3547058870244655e-06, + "N": 0.00017164608289021999, + "Y": 0.04024440795183182, + "U": 1.2108493763207662e-07, + "K": 5.160625369171612e-05, + "L": 2.9924345312792866e-07, + "G": 0.00030618984601460397, + "F": 0.000893350865226239, + "E": 0.0020729287061840296, + "T": 0.006118190474808216, + "P": 0.09140870720148087, + "-": 0.8449792861938477 + }, + "id": "tp_16569" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2071138, + "label": "-", + "classification": { + "B": 6.380942068062723e-06, + "S": 1.7229069271706976e-05, + "I": 0.07215933501720428, + "C": 0.0005696711596101522, + "R": 7.268243643920869e-05, + "M": 0.001677049440331757, + "O": 0.00021740580268669873, + "W": 3.5252305679023266e-05, + "N": 0.0023898202925920486, + "Y": 0.05682848021388054, + "U": 6.012730409565847e-06, + "K": 0.0009614384034648538, + "L": 1.1050257853639778e-05, + "G": 0.003914028871804476, + "F": 0.004013379570096731, + "E": 0.04733331874012947, + "T": 0.013204757124185562, + "P": 0.26910606026649475, + "-": 0.5274766087532043 + }, + "id": "tp_16570" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2071271, + "label": "-", + "classification": { + "B": 3.7980377953772404e-08, + "S": 2.2750660377823806e-07, + "I": 0.00020658380526583642, + "C": 8.749941116548143e-06, + "R": 2.8009383186144987e-06, + "M": 6.23661617282778e-05, + "O": 1.2731841707136482e-05, + "W": 3.3789712006182526e-07, + "N": 6.0983793446212076e-06, + "Y": 0.001705697039142251, + "U": 1.4693904404339264e-07, + "K": 2.5153751721518347e-06, + "L": 4.939717541674327e-07, + "G": 0.00017939294048119336, + "F": 0.0006883802125230432, + "E": 9.658731869421899e-05, + "T": 0.0012197992764413357, + "P": 0.06445379555225372, + "-": 0.9313532114028931 + }, + "id": "tp_16571" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2071405, + "label": "-", + "classification": { + "B": 6.315748635188356e-08, + "S": 1.0875560008116736e-08, + "I": 0.0005891573382541537, + "C": 2.6882831662078388e-05, + "R": 3.5598973227024544e-06, + "M": 1.671550671744626e-05, + "O": 2.004213456530124e-06, + "W": 8.958836161809813e-08, + "N": 4.455723228602437e-06, + "Y": 0.0006823644507676363, + "U": 1.8654678513030376e-07, + "K": 2.6866362077271333e-06, + "L": 1.3129876208495261e-07, + "G": 0.00010860605107154697, + "F": 0.0003060582675971091, + "E": 0.00015906245971564204, + "T": 0.0001592951884958893, + "P": 0.18823571503162384, + "-": 0.8097029328346252 + }, + "id": "tp_16572" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2071505, + "label": "-", + "classification": { + "B": 8.599375860285363e-07, + "S": 1.3438183543712512e-07, + "I": 4.212322528474033e-05, + "C": 1.4999593531683786e-06, + "R": 8.308432342118977e-08, + "M": 2.8552940420922823e-06, + "O": 4.020942469651345e-06, + "W": 1.1431593804900331e-07, + "N": 1.1163156159454957e-06, + "Y": 3.481112071312964e-05, + "U": 3.819311800157266e-08, + "K": 1.6766433574844086e-08, + "L": 3.0611150236836693e-07, + "G": 1.3752232007391285e-05, + "F": 0.00013984799443278462, + "E": 1.671610152698122e-05, + "T": 5.030395550420508e-05, + "P": 0.25462159514427185, + "-": 0.7450698018074036 + }, + "id": "tp_16573" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2071638, + "label": "-", + "classification": { + "B": 9.071549357031472e-06, + "S": 2.1593164092337247e-06, + "I": 0.0017260222230106592, + "C": 0.0008010242599993944, + "R": 0.00011385506513761356, + "M": 0.0003717546060215682, + "O": 7.81021808506921e-05, + "W": 4.941970018990105e-06, + "N": 0.00010017582826549187, + "Y": 0.005984154529869556, + "U": 1.3432425475912169e-05, + "K": 0.0001661115384195, + "L": 1.445992529625073e-05, + "G": 0.0028347810730338097, + "F": 0.00926733948290348, + "E": 0.0018235677853226662, + "T": 0.001556378323584795, + "P": 0.1825079768896103, + "-": 0.7926247119903564 + }, + "id": "tp_16574" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2071772, + "label": "-", + "classification": { + "B": 4.390439747870012e-11, + "S": 7.206664431880228e-11, + "I": 4.294281268357736e-07, + "C": 4.329067770925121e-09, + "R": 5.131243208111869e-10, + "M": 1.804463067855977e-08, + "O": 1.7272647312438494e-08, + "W": 2.379051122769482e-10, + "N": 6.728781976050868e-09, + "Y": 1.7989872276302776e-06, + "U": 4.518330501412926e-11, + "K": 8.602633272403182e-09, + "L": 6.783412720423598e-11, + "G": 1.1467607663462331e-07, + "F": 0.00011101476411568001, + "E": 6.913833772159705e-07, + "T": 7.053613444440998e-07, + "P": 0.12957416474819183, + "-": 0.8703110814094543 + }, + "id": "tp_16575" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2071905, + "label": "-", + "classification": { + "B": 1.5857373192318391e-09, + "S": 1.168184482480683e-08, + "I": 2.4062796001089737e-05, + "C": 3.2417571560472425e-07, + "R": 6.59699210814324e-08, + "M": 1.4073038983042352e-06, + "O": 2.675211021596624e-07, + "W": 1.8914114718882047e-08, + "N": 8.307695225084899e-07, + "Y": 0.0017394358292222023, + "U": 3.928849245937727e-09, + "K": 6.0616635892074555e-05, + "L": 1.613845723724694e-09, + "G": 3.8888589187990874e-05, + "F": 0.0019268650794401765, + "E": 0.000124124635476619, + "T": 5.260807665763423e-05, + "P": 0.07117977738380432, + "-": 0.9248507618904114 + }, + "id": "tp_16576" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2072005, + "label": "-", + "classification": { + "B": 2.8776090843507518e-08, + "S": 1.5575074563400904e-09, + "I": 3.0639748729299754e-05, + "C": 1.5294975241886277e-07, + "R": 9.980740678372513e-09, + "M": 9.743533837536233e-07, + "O": 3.048619987566781e-07, + "W": 3.472249154867768e-09, + "N": 4.894523044640664e-07, + "Y": 1.905196040752344e-05, + "U": 4.158806632403866e-09, + "K": 8.032537124336159e-08, + "L": 7.246844457853285e-09, + "G": 1.3826836948283017e-05, + "F": 0.00013426959048956633, + "E": 5.2917515859007835e-05, + "T": 1.01904979601386e-05, + "P": 0.4106962978839874, + "-": 0.5890408158302307 + }, + "id": "tp_16577" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2072139, + "label": "-", + "classification": { + "B": 1.6872390062872e-07, + "S": 2.2193997040176328e-07, + "I": 0.00022437001462094486, + "C": 2.1601779735647142e-05, + "R": 2.4300704808410956e-06, + "M": 5.882218465558253e-05, + "O": 1.1130667189718224e-05, + "W": 5.681603170160088e-07, + "N": 7.592286692670314e-06, + "Y": 0.0007629424799233675, + "U": 4.639463497824181e-07, + "K": 4.669601366913412e-06, + "L": 7.767060310470697e-07, + "G": 9.434091043658555e-05, + "F": 0.0007869915571063757, + "E": 0.00017801986541599035, + "T": 0.0006494405679404736, + "P": 0.10057801753282547, + "-": 0.8966174125671387 + }, + "id": "tp_16578" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2072272, + "label": "-", + "classification": { + "B": 8.419485941768556e-11, + "S": 6.612275310624582e-11, + "I": 5.977463388262549e-06, + "C": 4.337956127642428e-08, + "R": 1.6667205393616769e-09, + "M": 4.6824311539239716e-08, + "O": 9.420380919777926e-09, + "W": 1.9258028505220182e-10, + "N": 4.158845712254333e-08, + "Y": 1.6606391000095755e-05, + "U": 2.781865293677299e-10, + "K": 4.474471637649913e-08, + "L": 1.527502985210205e-10, + "G": 1.297602125305275e-06, + "F": 5.7320390624227e-05, + "E": 8.75670593813993e-06, + "T": 2.79831510852091e-06, + "P": 0.27842533588409424, + "-": 0.7214816808700562 + }, + "id": "tp_16579" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2072406, + "label": "-", + "classification": { + "B": 1.5778124407006544e-06, + "S": 9.424014933756553e-06, + "I": 0.00167065707501024, + "C": 4.655112934415229e-05, + "R": 1.154468372988049e-05, + "M": 0.00018641115457285196, + "O": 9.750786557560787e-05, + "W": 1.2444209460227285e-05, + "N": 0.00023492617765441537, + "Y": 0.0051268599927425385, + "U": 4.182822976872558e-06, + "K": 0.0006911795353516936, + "L": 2.489952976247878e-06, + "G": 0.0007083245436660945, + "F": 0.00448831869289279, + "E": 0.0024085110053420067, + "T": 0.0019210997270420194, + "P": 0.24890463054180145, + "-": 0.7334733009338379 + }, + "id": "tp_16580" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2072506, + "label": "-", + "classification": { + "B": 2.512172250135336e-05, + "S": 3.7829761367902393e-06, + "I": 0.0006422108272090554, + "C": 2.51749916060362e-05, + "R": 5.391980266722385e-06, + "M": 0.00047434927546419203, + "O": 0.00017097374075092375, + "W": 3.432447329032584e-06, + "N": 1.5880439605098218e-05, + "Y": 0.0009794665966182947, + "U": 9.490871093476017e-07, + "K": 1.0399925542969868e-07, + "L": 3.06872752844356e-05, + "G": 0.00043950180406682193, + "F": 0.00030398881062865257, + "E": 0.00013258970284368843, + "T": 0.0021979711018502712, + "P": 0.1375584602355957, + "-": 0.8569899201393127 + }, + "id": "tp_16581" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2072639, + "label": "P", + "classification": { + "B": 2.3337172194715095e-08, + "S": 1.7200162405472952e-09, + "I": 3.112961712758988e-05, + "C": 1.8398539225472632e-07, + "R": 1.2012557171203753e-08, + "M": 2.439288209643564e-06, + "O": 2.2327719761960907e-07, + "W": 3.7114424866757645e-09, + "N": 2.802535448154231e-07, + "Y": 1.7698224837658927e-05, + "U": 3.203658671679932e-09, + "K": 7.884130681645729e-09, + "L": 1.1726858595295653e-08, + "G": 5.1455581342452206e-06, + "F": 4.4274078391026706e-05, + "E": 2.1225296222837642e-05, + "T": 2.194833905377891e-05, + "P": 0.5284541249275208, + "-": 0.47140124440193176 + }, + "id": "tp_16582" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2072773, + "label": "-", + "classification": { + "B": 4.5483653821065673e-07, + "S": 1.3929144415669725e-07, + "I": 8.21240246295929e-05, + "C": 8.71495331011829e-07, + "R": 1.1979662417616055e-07, + "M": 1.0924419257207774e-05, + "O": 4.361239462014055e-06, + "W": 1.4775946510781068e-07, + "N": 2.893510099966079e-06, + "Y": 0.00010061181819764897, + "U": 3.029568418355666e-08, + "K": 7.015950131972204e-07, + "L": 1.5794434204963181e-07, + "G": 6.373369978973642e-05, + "F": 0.000989185064099729, + "E": 0.00026355209411121905, + "T": 6.759900861652568e-05, + "P": 0.38084492087364197, + "-": 0.6175674796104431 + }, + "id": "tp_16583" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2072906, + "label": "P", + "classification": { + "B": 2.593240067128022e-09, + "S": 1.2548613703700084e-08, + "I": 0.0009529569069854915, + "C": 1.5717056101038906e-07, + "R": 3.956257543791253e-08, + "M": 1.3878516256227158e-06, + "O": 2.800940990255185e-07, + "W": 1.6756642295945312e-08, + "N": 1.7909482266986743e-05, + "Y": 0.0003381447459105402, + "U": 3.6576406348132195e-09, + "K": 2.6927451472147368e-05, + "L": 9.636759168429876e-10, + "G": 1.4833230125077534e-05, + "F": 0.0002179858274757862, + "E": 0.00026741798501461744, + "T": 0.00010617035150062293, + "P": 0.6906331777572632, + "-": 0.3074226379394531 + }, + "id": "tp_16584" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2073006, + "label": "-", + "classification": { + "B": 6.309257969405735e-07, + "S": 4.6113402163427963e-07, + "I": 0.0003877766721416265, + "C": 2.1786523575428873e-05, + "R": 2.143373421858996e-06, + "M": 3.936382563551888e-05, + "O": 6.400182428478729e-06, + "W": 7.417586402880261e-07, + "N": 1.2563065865833778e-05, + "Y": 0.00028397972346283495, + "U": 7.206270993265207e-07, + "K": 1.8152709344576579e-06, + "L": 1.1974431117778295e-06, + "G": 5.6637218222022057e-05, + "F": 0.0009975139982998371, + "E": 0.0003372712235432118, + "T": 0.00025640876265242696, + "P": 0.49760112166404724, + "-": 0.4999914765357971 + }, + "id": "tp_16585" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2073140, + "label": "P", + "classification": { + "B": 7.705126137125262e-08, + "S": 9.281113655390527e-09, + "I": 0.0005632569664157927, + "C": 7.462760549969971e-06, + "R": 2.121278583899766e-07, + "M": 1.645968950469978e-05, + "O": 5.519668206943606e-07, + "W": 2.3996543419002592e-08, + "N": 4.222137704346096e-06, + "Y": 0.00015821530541870743, + "U": 3.516981905704597e-08, + "K": 4.894613070405285e-08, + "L": 7.606155350003974e-08, + "G": 3.0449065889115445e-05, + "F": 8.021020767046139e-05, + "E": 0.0003594273584894836, + "T": 4.344763874541968e-05, + "P": 0.6738524436950684, + "-": 0.3248833119869232 + }, + "id": "tp_16586" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2073273, + "label": "-", + "classification": { + "B": 3.71454625565093e-05, + "S": 5.727605639549438e-06, + "I": 0.00024046293401625007, + "C": 5.437632717075758e-05, + "R": 1.4661760360468179e-05, + "M": 0.00029219675343483686, + "O": 0.00011743225331883878, + "W": 7.66927405493334e-06, + "N": 1.982374487852212e-05, + "Y": 0.003345214296132326, + "U": 5.285683982947376e-06, + "K": 8.689987225807272e-06, + "L": 2.970730020024348e-05, + "G": 0.0007564229890704155, + "F": 0.002629141556099057, + "E": 0.0006427813787013292, + "T": 0.001433458412066102, + "P": 0.08985429257154465, + "-": 0.900505542755127 + }, + "id": "tp_16587" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2073407, + "label": "-", + "classification": { + "B": 4.039072337036487e-06, + "S": 2.6813013391802087e-06, + "I": 0.00036230951081961393, + "C": 2.7612528356257826e-05, + "R": 6.173392193886684e-06, + "M": 8.842549868859351e-05, + "O": 3.959863897762261e-05, + "W": 6.638639206357766e-06, + "N": 2.4938464775914326e-05, + "Y": 0.0010402803309261799, + "U": 3.2592386105534388e-06, + "K": 0.0001122392131946981, + "L": 1.958416305569699e-06, + "G": 0.000263270630966872, + "F": 0.004284850787371397, + "E": 0.0004516460176091641, + "T": 0.0005129617638885975, + "P": 0.24350515007972717, + "-": 0.7492619156837463 + }, + "id": "tp_16588" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2073507, + "label": "-", + "classification": { + "B": 3.074427513638511e-05, + "S": 7.854660361772403e-05, + "I": 0.005065035540610552, + "C": 8.95760822459124e-05, + "R": 5.783736924058758e-05, + "M": 0.00286318501457572, + "O": 0.0004934573080390692, + "W": 5.193827018956654e-05, + "N": 0.000431227934313938, + "Y": 0.025585444644093513, + "U": 9.57382690103259e-06, + "K": 0.0011883698171004653, + "L": 2.8959764676983468e-05, + "G": 0.0040062968619167805, + "F": 0.014275291003286839, + "E": 0.005002601537853479, + "T": 0.012946886010468006, + "P": 0.09492495656013489, + "-": 0.8328701257705688 + }, + "id": "tp_16589" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2073640, + "label": "-", + "classification": { + "B": 2.50565926762647e-06, + "S": 1.0194913784289383e-06, + "I": 0.0015014457749202847, + "C": 0.00018971807730849832, + "R": 2.1741692762589082e-05, + "M": 0.0006449350039474666, + "O": 4.276074469089508e-05, + "W": 3.097601620538626e-06, + "N": 3.068541991524398e-05, + "Y": 0.00683991564437747, + "U": 3.815554919128772e-06, + "K": 6.697935168631375e-05, + "L": 9.30683108890662e-06, + "G": 0.002316864673048258, + "F": 0.0038282754831016064, + "E": 0.0021242708899080753, + "T": 0.00249431817792356, + "P": 0.05552099272608757, + "-": 0.9243574142456055 + }, + "id": "tp_16590" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2073774, + "label": "-", + "classification": { + "B": 0.00024038300034590065, + "S": 0.00012155185686424375, + "I": 0.03446400165557861, + "C": 0.0016737333498895168, + "R": 0.00026316643925383687, + "M": 0.006615978665649891, + "O": 0.0008578912820667028, + "W": 0.00011931628250749782, + "N": 0.0023227825295180082, + "Y": 0.02429492585361004, + "U": 0.00010370352538302541, + "K": 0.00033814547350630164, + "L": 0.00023493827029597014, + "G": 0.0052183219231665134, + "F": 0.0051287692040205, + "E": 0.024647440761327744, + "T": 0.010859539732336998, + "P": 0.4028668999671936, + "-": 0.47962847352027893 + }, + "id": "tp_16591" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2073907, + "label": "-", + "classification": { + "B": 1.3874717296857852e-05, + "S": 2.1463151824718807e-06, + "I": 0.0017252634279429913, + "C": 0.0007360968738794327, + "R": 0.00011422914394643158, + "M": 0.0008622529567219317, + "O": 0.0001472640287829563, + "W": 1.315627832809696e-05, + "N": 4.704574530478567e-05, + "Y": 0.0028210871387273073, + "U": 1.40083238875377e-05, + "K": 1.7426045815227553e-05, + "L": 4.8378456995124e-05, + "G": 0.001660962589085102, + "F": 0.0021671890281140804, + "E": 0.0008074942161329091, + "T": 0.0019407067447900772, + "P": 0.13378100097179413, + "-": 0.8530803918838501 + }, + "id": "tp_16592" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2074007, + "label": "-", + "classification": { + "B": 5.579481694439892e-07, + "S": 2.805338965572446e-07, + "I": 0.00105268822517246, + "C": 4.4008676923112944e-05, + "R": 4.550543508230476e-06, + "M": 7.916343747638166e-05, + "O": 1.5128100130823441e-05, + "W": 4.3817288997161086e-07, + "N": 1.6849387975526042e-05, + "Y": 0.00034512532874941826, + "U": 7.965849135871395e-07, + "K": 3.041724312424776e-07, + "L": 2.893185410357546e-06, + "G": 0.00010259400733048096, + "F": 0.0002362365194130689, + "E": 0.00011615316907409579, + "T": 0.0006657389458268881, + "P": 0.312616229057312, + "-": 0.6847001910209656 + }, + "id": "tp_16593" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2074141, + "label": "-", + "classification": { + "B": 1.6658172796724102e-07, + "S": 9.887818350762245e-07, + "I": 0.0014395758043974638, + "C": 7.882207682996523e-06, + "R": 1.8332337958781864e-06, + "M": 2.1573527192231268e-05, + "O": 8.985373824543785e-06, + "W": 1.4900659834893304e-06, + "N": 8.106866880552843e-05, + "Y": 0.0047129616141319275, + "U": 2.0143227175140055e-07, + "K": 0.001323355478234589, + "L": 9.052012472920978e-08, + "G": 0.00031392648816108704, + "F": 0.008564363233745098, + "E": 0.0017510473262518644, + "T": 0.0005212679388932884, + "P": 0.20285114645957947, + "-": 0.7783980965614319 + }, + "id": "tp_16594" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2074274, + "label": "-", + "classification": { + "B": 1.0435091013505371e-08, + "S": 9.736820238970267e-09, + "I": 4.961035665473901e-05, + "C": 9.672617125033867e-07, + "R": 1.2131664561820799e-07, + "M": 3.11036433231493e-06, + "O": 8.284640671263332e-07, + "W": 3.715783591928812e-08, + "N": 1.430109250577516e-06, + "Y": 0.00019041566702071577, + "U": 2.7594509788286814e-08, + "K": 1.83632130301703e-06, + "L": 1.741512711816995e-08, + "G": 1.128300755226519e-05, + "F": 0.0008091183844953775, + "E": 3.9861824916442856e-05, + "T": 5.5122593039413914e-05, + "P": 0.14459767937660217, + "-": 0.8542384505271912 + }, + "id": "tp_16595" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2074408, + "label": "P", + "classification": { + "B": 6.42355444142595e-05, + "S": 7.940894283819944e-05, + "I": 0.01963585428893566, + "C": 0.00038319412851706147, + "R": 9.336754737887532e-05, + "M": 0.0011302060447633266, + "O": 0.0002817004860844463, + "W": 6.0896149079781026e-05, + "N": 0.0016434334684163332, + "Y": 0.0034979728516191244, + "U": 4.1299012082163244e-05, + "K": 4.120070661883801e-05, + "L": 8.3517050370574e-05, + "G": 0.0009163919021375477, + "F": 0.004657327197492123, + "E": 0.006060910411179066, + "T": 0.003823184175416827, + "P": 0.6177071928977966, + "-": 0.3397987484931946 + }, + "id": "tp_16596" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2074508, + "label": "-", + "classification": { + "B": 6.996677257120609e-06, + "S": 2.6599316697684117e-05, + "I": 0.0012838043039664626, + "C": 0.00025786904734559357, + "R": 5.835713091073558e-05, + "M": 0.0010719617130234838, + "O": 0.0003150222764816135, + "W": 1.9341654478921555e-05, + "N": 0.00010832868429133669, + "Y": 0.008609303273260593, + "U": 1.8667184122023173e-05, + "K": 7.925306999823079e-05, + "L": 3.5102024412481114e-05, + "G": 0.0010769324144348502, + "F": 0.003021528711542487, + "E": 0.0003569540858734399, + "T": 0.01099212933331728, + "P": 0.06411086767911911, + "-": 0.9085509181022644 + }, + "id": "tp_16597" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2074641, + "label": "-", + "classification": { + "B": 5.316650231179665e-09, + "S": 2.654084951814184e-08, + "I": 8.715562580619007e-05, + "C": 1.4613424355047755e-06, + "R": 2.688518634386128e-07, + "M": 1.3083414160064422e-05, + "O": 1.7986633338296087e-06, + "W": 8.55273185607075e-08, + "N": 1.5840242895137635e-06, + "Y": 0.0008297560852952302, + "U": 5.4800260329557204e-08, + "K": 1.5416633686982095e-05, + "L": 2.98848767954496e-08, + "G": 2.5362764063174836e-05, + "F": 0.00031471424154005945, + "E": 6.22842853772454e-05, + "T": 0.00029614364029839635, + "P": 0.022607646882534027, + "-": 0.9757431149482727 + }, + "id": "tp_16598" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2074775, + "label": "P", + "classification": { + "B": 3.6119928381594946e-07, + "S": 1.1474746486328513e-07, + "I": 0.002496548928320408, + "C": 1.0645025213307235e-05, + "R": 1.7625695818423992e-06, + "M": 1.6167194189620204e-05, + "O": 3.0027645152586047e-06, + "W": 3.1999994121179043e-07, + "N": 2.6970350518240593e-05, + "Y": 0.0010951557196676731, + "U": 4.147019296851795e-07, + "K": 1.2883950830655522e-06, + "L": 4.84058546135202e-07, + "G": 9.926896746037528e-05, + "F": 0.0004501313087530434, + "E": 0.0008060699328780174, + "T": 0.00020823102386202663, + "P": 0.6766232252120972, + "-": 0.31815990805625916 + }, + "id": "tp_16599" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2074908, + "label": "-", + "classification": { + "B": 4.815864826923644e-07, + "S": 7.13669905394454e-08, + "I": 0.00021136100986041129, + "C": 2.8028664019075222e-05, + "R": 2.7191777007828932e-06, + "M": 0.00013130689330864698, + "O": 6.655296147073386e-06, + "W": 1.964246933994218e-07, + "N": 3.3687922496028477e-06, + "Y": 0.0013300777645781636, + "U": 4.3280144268464937e-07, + "K": 2.226875722044497e-06, + "L": 2.2121014353615465e-06, + "G": 0.00031364773167297244, + "F": 0.0016531464643776417, + "E": 0.0002394506591372192, + "T": 0.0005057696835137904, + "P": 0.061891067773103714, + "-": 0.9336778521537781 + }, + "id": "tp_16600" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2075008, + "label": "-", + "classification": { + "B": 1.0008095914504356e-11, + "S": 8.839428321250065e-12, + "I": 3.1520283982899855e-07, + "C": 1.9779922144635975e-10, + "R": 3.1550987517059426e-11, + "M": 1.191509113596112e-08, + "O": 4.7381849554994915e-09, + "W": 2.773647110598798e-11, + "N": 1.684313577499097e-09, + "Y": 1.3482485883287154e-06, + "U": 3.7286055319663e-12, + "K": 3.266499015719404e-10, + "L": 2.3103720325767796e-11, + "G": 9.003083789593802e-08, + "F": 2.0246627173037268e-05, + "E": 3.6949020909560204e-07, + "T": 7.186791890489985e-07, + "P": 0.18296870589256287, + "-": 0.8170082569122314 + }, + "id": "tp_16601" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2075142, + "label": "-", + "classification": { + "B": 3.545395088622172e-07, + "S": 1.767291593068876e-07, + "I": 0.0007400275208055973, + "C": 4.822732535103569e-06, + "R": 9.743836244524573e-07, + "M": 2.7775786293204874e-05, + "O": 3.7063175568619044e-06, + "W": 3.404001063245232e-07, + "N": 1.352508206764469e-05, + "Y": 0.0010892741847783327, + "U": 3.124220313566184e-07, + "K": 8.128668923745863e-06, + "L": 2.9034001158834144e-07, + "G": 0.00010348606883781031, + "F": 0.0010661173146218061, + "E": 0.0002834442420862615, + "T": 0.0004193316854070872, + "P": 0.35452383756637573, + "-": 0.6417139768600464 + }, + "id": "tp_16602" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2075275, + "label": "-", + "classification": { + "B": 2.142528689186296e-11, + "S": 8.758205966019617e-12, + "I": 9.524166699748093e-08, + "C": 4.669720166106117e-10, + "R": 1.957701709076609e-11, + "M": 5.459167340404747e-09, + "O": 9.343916751447523e-10, + "W": 1.500363375206426e-11, + "N": 6.429720089684565e-10, + "Y": 1.4752268953088787e-06, + "U": 9.480975032838401e-12, + "K": 4.289021582337682e-09, + "L": 1.0500949935987602e-11, + "G": 8.547118568458245e-08, + "F": 6.190426938701421e-05, + "E": 8.718651542949374e-07, + "T": 4.4827797296420613e-07, + "P": 0.13136786222457886, + "-": 0.8685672879219055 + }, + "id": "tp_16603" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2075375, + "label": "-", + "classification": { + "B": 1.6619966514141993e-10, + "S": 3.2111374670407145e-10, + "I": 1.2650674761971459e-05, + "C": 8.211110014144651e-08, + "R": 1.9864812017544864e-09, + "M": 1.9584535948524717e-07, + "O": 3.6450412466138005e-08, + "W": 1.4757968180845182e-09, + "N": 1.5965130728545773e-07, + "Y": 8.256567525677383e-06, + "U": 1.4895719102625549e-09, + "K": 3.5649412666316493e-07, + "L": 2.2929233511881364e-10, + "G": 5.188240379538911e-07, + "F": 3.886494232574478e-05, + "E": 8.354546480404679e-06, + "T": 6.475637746916618e-06, + "P": 0.13142170011997223, + "-": 0.8685023784637451 + }, + "id": "tp_16604" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2075509, + "label": "-", + "classification": { + "B": 2.4783435937161813e-13, + "S": 2.1259052461128358e-13, + "I": 1.168436547516194e-08, + "C": 6.087136350529931e-11, + "R": 1.1040632384023974e-12, + "M": 4.911336892732265e-10, + "O": 5.5181820918237534e-11, + "W": 1.4743306402109635e-13, + "N": 6.613613823258646e-11, + "Y": 4.6299663836180116e-07, + "U": 1.382416452361604e-13, + "K": 2.507268351270575e-11, + "L": 1.6683873792049109e-13, + "G": 5.9973097599197445e-09, + "F": 7.430085133819375e-06, + "E": 2.1057365628962543e-08, + "T": 9.122494049051966e-08, + "P": 0.10222518444061279, + "-": 0.8977668881416321 + }, + "id": "tp_16605" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2075642, + "label": "-", + "classification": { + "B": 4.1478387391435945e-10, + "S": 1.7507602312338832e-10, + "I": 5.398572284320835e-06, + "C": 1.1667778920809724e-07, + "R": 5.593882246301973e-09, + "M": 1.236798254922178e-07, + "O": 2.4962778510939643e-08, + "W": 4.05152994487068e-10, + "N": 4.5258513381440935e-08, + "Y": 2.9665599868167192e-05, + "U": 2.831030965211312e-10, + "K": 2.663891329746093e-08, + "L": 5.105394440541033e-10, + "G": 4.576175797410542e-06, + "F": 0.00032198926783166826, + "E": 1.5872128642513417e-05, + "T": 1.8865532638301374e-06, + "P": 0.27908042073249817, + "-": 0.7205398082733154 + }, + "id": "tp_16606" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2075776, + "label": "P", + "classification": { + "B": 4.440355212409486e-07, + "S": 1.1273701971958872e-07, + "I": 0.0001054020831361413, + "C": 7.620195106028405e-07, + "R": 1.417604948983353e-07, + "M": 7.08850802766392e-06, + "O": 2.742500100794132e-06, + "W": 1.5913848017135024e-07, + "N": 4.053747488796944e-06, + "Y": 5.224334017839283e-05, + "U": 5.8119052681604444e-08, + "K": 5.280308528199384e-07, + "L": 1.4909967660514667e-07, + "G": 3.073319385293871e-05, + "F": 0.0006272636819630861, + "E": 0.00011184289178345352, + "T": 5.553038863581605e-05, + "P": 0.6436688899993896, + "-": 0.3553319573402405 + }, + "id": "tp_16607" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2075876, + "label": "-", + "classification": { + "B": 4.3374967617637594e-07, + "S": 6.91516035544737e-08, + "I": 0.0003439397260081023, + "C": 3.317359369248152e-05, + "R": 1.424092943125288e-06, + "M": 6.849078636150807e-05, + "O": 5.072433850727975e-06, + "W": 8.513177363056457e-08, + "N": 4.872802037425572e-06, + "Y": 0.00042019999818876386, + "U": 2.2265813015565072e-07, + "K": 3.011128058005852e-07, + "L": 1.2645856486415141e-06, + "G": 0.00020202298765070736, + "F": 0.0008480752585455775, + "E": 0.0004316750564612448, + "T": 0.0003386042080819607, + "P": 0.22545818984508514, + "-": 0.7718420028686523 + }, + "id": "tp_16608" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2076009, + "label": "-", + "classification": { + "B": 8.348909064093135e-11, + "S": 6.643786215621006e-11, + "I": 1.1036589739887859e-06, + "C": 2.1972985209117724e-08, + "R": 8.9761625909901e-10, + "M": 3.0760412528252346e-07, + "O": 2.4863487269044526e-08, + "W": 2.1585194742712588e-10, + "N": 9.723319038812406e-09, + "Y": 2.490025872248225e-05, + "U": 8.32300825481802e-11, + "K": 5.031544070277505e-09, + "L": 2.65096083973404e-10, + "G": 7.858783419578685e-07, + "F": 8.415619959123433e-05, + "E": 2.633596977830166e-06, + "T": 3.738625991900335e-06, + "P": 0.05360030382871628, + "-": 0.9462820887565613 + }, + "id": "tp_16609" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2076143, + "label": "P", + "classification": { + "B": 2.8455311440467312e-09, + "S": 7.65078833619981e-10, + "I": 4.8252973101625685e-06, + "C": 1.928238235748836e-09, + "R": 3.2380528813824583e-10, + "M": 2.5590908947492608e-08, + "O": 5.012416437466527e-08, + "W": 1.4714716112251836e-09, + "N": 1.7071796776235715e-07, + "Y": 1.4091958746575983e-06, + "U": 1.6750931197684338e-10, + "K": 3.3391085452194602e-09, + "L": 3.8009623226642475e-10, + "G": 1.7246597394660057e-07, + "F": 5.4687192459823564e-05, + "E": 3.4453548778401455e-06, + "T": 2.7652406515699113e-06, + "P": 0.7167460918426514, + "-": 0.2831863462924957 + }, + "id": "tp_16610" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2076276, + "label": "-", + "classification": { + "B": 2.2204127958502795e-07, + "S": 4.780570179718779e-07, + "I": 3.7751608488179045e-06, + "C": 1.2037853593938053e-06, + "R": 3.194298017206165e-07, + "M": 0.00014646246563643217, + "O": 2.507037243049126e-05, + "W": 9.887360619131869e-08, + "N": 7.081951025611488e-08, + "Y": 0.0003990322584286332, + "U": 3.114466018416806e-09, + "K": 2.7098048249740714e-09, + "L": 4.287419869797304e-06, + "G": 9.889893408399075e-05, + "F": 0.0006672903546132147, + "E": 7.1978474807110615e-06, + "T": 0.0005073176580481231, + "P": 0.0026850118301808834, + "-": 0.9954533576965332 + }, + "id": "tp_16611" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2076376, + "label": "-", + "classification": { + "B": 3.9834868736932094e-09, + "S": 1.16080078882419e-09, + "I": 5.425732160801999e-05, + "C": 1.3499250428594678e-07, + "R": 1.7529556695095039e-09, + "M": 6.721688805555459e-07, + "O": 4.9113864974970056e-08, + "W": 3.1539618139397874e-10, + "N": 4.5571226792162634e-07, + "Y": 1.124370282923337e-05, + "U": 5.68353974994551e-10, + "K": 1.818445838353e-08, + "L": 2.0181245563577477e-09, + "G": 6.207206752151251e-06, + "F": 0.00012324292038101703, + "E": 5.0269296480109915e-05, + "T": 7.788069524394814e-06, + "P": 0.40868183970451355, + "-": 0.5910638570785522 + }, + "id": "tp_16612" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2076510, + "label": "-", + "classification": { + "B": 1.2048814723719659e-10, + "S": 2.9925259492635803e-10, + "I": 6.249127295632206e-07, + "C": 5.832672655969873e-08, + "R": 2.8068314339435574e-09, + "M": 1.1428507029620505e-08, + "O": 1.3585388813908139e-08, + "W": 5.200074260081067e-10, + "N": 9.409730772347302e-09, + "Y": 2.5559259029250825e-06, + "U": 1.501536950332394e-10, + "K": 7.157754389197635e-09, + "L": 2.266399290462573e-10, + "G": 1.8929715395188396e-07, + "F": 0.00012777005031239241, + "E": 3.3225060747099633e-07, + "T": 9.013481303554727e-07, + "P": 0.10504802316427231, + "-": 0.8948193788528442 + }, + "id": "tp_16613" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2076643, + "label": "-", + "classification": { + "B": 4.187115237863637e-11, + "S": 4.990222471357164e-11, + "I": 1.6347453879461682e-07, + "C": 1.251451581252283e-10, + "R": 1.445455994480982e-11, + "M": 2.7710942873682143e-08, + "O": 1.5269352005020664e-08, + "W": 8.032620402165236e-11, + "N": 1.1904008889729312e-09, + "Y": 2.905554481458239e-07, + "U": 2.6971662750452374e-12, + "K": 1.7541601851633892e-11, + "L": 7.278089936280097e-11, + "G": 3.401808257308403e-08, + "F": 6.325030881271232e-06, + "E": 8.800021333854602e-08, + "T": 1.240530423274322e-06, + "P": 0.12326006591320038, + "-": 0.8767316341400146 + }, + "id": "tp_16614" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2076777, + "label": "-", + "classification": { + "B": 5.754064585916652e-11, + "S": 4.7868937980144466e-11, + "I": 1.2549375014714315e-06, + "C": 1.4502060885490664e-08, + "R": 3.118192093420902e-10, + "M": 1.1981178715814167e-07, + "O": 1.8178836214133298e-08, + "W": 9.739017231558122e-11, + "N": 4.599530534221685e-09, + "Y": 8.684295380589901e-07, + "U": 2.998877535187461e-11, + "K": 3.2135846067538054e-11, + "L": 4.495826488870591e-10, + "G": 1.8321530603770952e-07, + "F": 5.934825821896084e-06, + "E": 7.810162401256093e-07, + "T": 2.1871476292290026e-06, + "P": 0.13430167734622955, + "-": 0.8656869530677795 + }, + "id": "tp_16615" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2076877, + "label": "-", + "classification": { + "B": 4.898847993928257e-10, + "S": 3.113386493058812e-10, + "I": 1.274683768315299e-06, + "C": 2.7545461023237294e-08, + "R": 5.204581765561045e-10, + "M": 7.02783751194147e-08, + "O": 2.4916120722195956e-08, + "W": 2.0548106272055833e-10, + "N": 3.5808522369507045e-08, + "Y": 1.6249405234702863e-06, + "U": 6.514110778566007e-11, + "K": 1.0341710598993359e-08, + "L": 1.8584213334893462e-10, + "G": 9.699151632958092e-07, + "F": 0.00014718988677486777, + "E": 2.0793784642592072e-05, + "T": 4.670879434343078e-07, + "P": 0.42870381474494934, + "-": 0.5711236596107483 + }, + "id": "tp_16616" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2077010, + "label": "-", + "classification": { + "B": 2.1106548800386982e-11, + "S": 4.623934915515271e-12, + "I": 4.179892584943445e-06, + "C": 8.42126652855768e-08, + "R": 2.1073502942670075e-09, + "M": 1.663491566716857e-08, + "O": 4.827436228538318e-09, + "W": 1.0517445941937709e-10, + "N": 9.736021766570957e-09, + "Y": 1.0303472208761377e-06, + "U": 9.312006721273747e-11, + "K": 4.3175902852965464e-09, + "L": 8.87494175372261e-11, + "G": 2.441668414121523e-07, + "F": 3.2532196200918406e-05, + "E": 1.3907333595852833e-06, + "T": 3.0578135579162335e-07, + "P": 0.16927357017993927, + "-": 0.8306865692138672 + }, + "id": "tp_16617" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2077144, + "label": "P", + "classification": { + "B": 2.792370284651624e-13, + "S": 2.4727168229654595e-11, + "I": 2.017038696067175e-06, + "C": 5.861536950257928e-11, + "R": 7.025139150962367e-12, + "M": 2.2716918623988391e-10, + "O": 2.5975721573701094e-10, + "W": 4.839615687368681e-12, + "N": 2.7593401341619028e-08, + "Y": 2.1613244527429742e-08, + "U": 4.1737503752616034e-13, + "K": 2.959523737189329e-10, + "L": 2.1881520033406598e-13, + "G": 1.3041603352803577e-09, + "F": 4.973695013177348e-06, + "E": 1.123687383142169e-07, + "T": 1.6797901736254062e-08, + "P": 0.9628579616546631, + "-": 0.03713491931557655 + }, + "id": "tp_16618" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2077277, + "label": "-", + "classification": { + "B": 7.035416871303823e-08, + "S": 7.624628040048265e-09, + "I": 5.415880423242925e-06, + "C": 1.4770941447750374e-07, + "R": 7.865069484580545e-09, + "M": 3.5634313917398686e-06, + "O": 6.278389150793373e-07, + "W": 8.664738260222293e-09, + "N": 1.0108879422432437e-07, + "Y": 1.5865311070228927e-05, + "U": 1.6282083459273622e-09, + "K": 8.311650256942471e-10, + "L": 3.107517088096756e-08, + "G": 6.517112069559516e-06, + "F": 0.00011403008102206513, + "E": 1.4326308701129165e-05, + "T": 2.8505643058451824e-05, + "P": 0.3748229742050171, + "-": 0.6249877214431763 + }, + "id": "tp_16619" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2077377, + "label": "-", + "classification": { + "B": 1.824099551961389e-11, + "S": 7.569177055966048e-12, + "I": 2.1751769452293956e-07, + "C": 7.517135358625637e-09, + "R": 9.652016685901543e-11, + "M": 8.373455706589539e-09, + "O": 1.7591196277422227e-09, + "W": 5.0872160650694553e-11, + "N": 3.6020446625428804e-09, + "Y": 5.261986643745331e-06, + "U": 3.117163818733282e-11, + "K": 6.760136557204532e-07, + "L": 5.808007286917105e-12, + "G": 6.805526595599076e-07, + "F": 0.0004598438972607255, + "E": 2.994502028741408e-05, + "T": 1.467677606115103e-07, + "P": 0.094950370490551, + "-": 0.9045529365539551 + }, + "id": "tp_16620" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2077511, + "label": "-", + "classification": { + "B": 1.3229972672945678e-08, + "S": 9.61641255514678e-09, + "I": 0.00029400837956927717, + "C": 2.2081110273575177e-06, + "R": 2.7676113845132022e-08, + "M": 1.5375846487586387e-05, + "O": 2.6976084654961596e-07, + "W": 5.952056625346813e-09, + "N": 3.0938335839891806e-06, + "Y": 0.00012185303785372525, + "U": 3.058449493664739e-09, + "K": 2.4873489223864453e-07, + "L": 1.407020988608565e-08, + "G": 4.027767135994509e-05, + "F": 0.00030156958382576704, + "E": 0.0015234164893627167, + "T": 5.610194057226181e-05, + "P": 0.4591418206691742, + "-": 0.5384995937347412 + }, + "id": "tp_16621" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2077644, + "label": "P", + "classification": { + "B": 4.880503223780863e-10, + "S": 8.345735214021488e-11, + "I": 1.5608923149557086e-06, + "C": 1.9090739655780453e-08, + "R": 6.688345710603727e-11, + "M": 3.7443214750965126e-08, + "O": 6.294281096330678e-09, + "W": 1.5519047158463195e-10, + "N": 4.020765231871337e-08, + "Y": 1.2244341860423447e-06, + "U": 5.979623046714622e-11, + "K": 1.9877635537568494e-08, + "L": 6.524792511841682e-11, + "G": 1.1763360134864342e-06, + "F": 0.0001021054049488157, + "E": 0.00020995570230297744, + "T": 3.383730415862374e-07, + "P": 0.7047971487045288, + "-": 0.29488641023635864 + }, + "id": "tp_16622" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2077778, + "label": "-", + "classification": { + "B": 5.3346211643656716e-05, + "S": 1.1479812201287132e-05, + "I": 0.0013558057835325599, + "C": 0.00022223095584195107, + "R": 2.950894122477621e-05, + "M": 0.0015244570095092058, + "O": 0.00013733898231294006, + "W": 7.733046004432254e-06, + "N": 7.898177136667073e-05, + "Y": 0.0072091128677129745, + "U": 1.4491029105556663e-05, + "K": 4.595820064423606e-05, + "L": 4.741869634017348e-05, + "G": 0.0021015077363699675, + "F": 0.004145204089581966, + "E": 0.003099957713857293, + "T": 0.005698098801076412, + "P": 0.17618007957935333, + "-": 0.7980373501777649 + }, + "id": "tp_16623" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2077878, + "label": "-", + "classification": { + "B": 4.0155722917287716e-15, + "S": 1.6219488741046591e-15, + "I": 6.121435358608096e-09, + "C": 1.4737716602652995e-10, + "R": 1.6480434638505015e-12, + "M": 2.4213782090498626e-09, + "O": 2.789086843424382e-11, + "W": 6.346705641910961e-15, + "N": 5.323786116812057e-12, + "Y": 3.8707429439455154e-07, + "U": 2.2238031796334608e-14, + "K": 2.688258957887074e-13, + "L": 5.151265698721819e-13, + "G": 1.253189285677081e-08, + "F": 2.022422677327995e-06, + "E": 9.214777385579964e-09, + "T": 1.9308795629058295e-07, + "P": 0.01161267887800932, + "-": 0.9883847236633301 + }, + "id": "tp_16624" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2078011, + "label": "-", + "classification": { + "B": 7.091950465110131e-06, + "S": 4.4081156502784324e-09, + "I": 1.9935471300414065e-06, + "C": 6.188594170453143e-08, + "R": 4.457372249078162e-09, + "M": 3.396814918232849e-06, + "O": 9.025324061440188e-07, + "W": 3.015019567342847e-09, + "N": 1.2447380903779504e-08, + "Y": 4.740739768749336e-06, + "U": 2.259531728387998e-10, + "K": 2.4183219662909927e-11, + "L": 9.991079252813506e-08, + "G": 2.3462042008759454e-05, + "F": 3.618697155616246e-05, + "E": 9.792809578357264e-06, + "T": 5.09585925101419e-06, + "P": 0.2814371585845947, + "-": 0.71847003698349 + }, + "id": "tp_16625" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2078145, + "label": "-", + "classification": { + "B": 1.6833810150274076e-06, + "S": 1.0219116575171938e-06, + "I": 0.00016373702965211123, + "C": 3.212294586774078e-06, + "R": 3.9326914702542126e-07, + "M": 2.534254963393323e-05, + "O": 7.4467739068495575e-06, + "W": 8.79753201843414e-07, + "N": 1.0002550880017225e-05, + "Y": 0.00032012941665016115, + "U": 1.57645942522322e-07, + "K": 1.81748819159111e-05, + "L": 5.688787609869905e-07, + "G": 0.00014384393580257893, + "F": 0.01527763344347477, + "E": 0.0010679333936423063, + "T": 0.00012522240285761654, + "P": 0.3158651292324066, + "-": 0.666967511177063 + }, + "id": "tp_16626" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2078278, + "label": "P", + "classification": { + "B": 5.1067627282463945e-06, + "S": 1.1326195448191356e-07, + "I": 9.549751121085137e-05, + "C": 1.3672198519998346e-06, + "R": 6.676206965039455e-08, + "M": 8.404169420828111e-06, + "O": 4.302085017116042e-06, + "W": 1.2382366776364506e-07, + "N": 2.40151462094218e-06, + "Y": 3.913032924174331e-05, + "U": 2.5378913193208064e-08, + "K": 1.74071583813884e-08, + "L": 5.581524078479561e-07, + "G": 2.387057429587003e-05, + "F": 0.0001666790049057454, + "E": 0.00014529879263136536, + "T": 2.0752766431542113e-05, + "P": 0.6445031762123108, + "-": 0.35498303174972534 + }, + "id": "tp_16627" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2078378, + "label": "-", + "classification": { + "B": 2.008384430984833e-11, + "S": 9.360090827414957e-13, + "I": 1.3339567885850556e-06, + "C": 6.358058524114085e-09, + "R": 4.936237876784766e-11, + "M": 1.7623500880858955e-08, + "O": 2.714704461226347e-09, + "W": 2.7720844283235513e-12, + "N": 1.3227940964810614e-09, + "Y": 2.356042756446186e-07, + "U": 3.363518014457001e-12, + "K": 1.4417135020539096e-13, + "L": 1.0521235271898632e-10, + "G": 6.36142161170028e-08, + "F": 4.064266931891325e-07, + "E": 1.4610193943553895e-07, + "T": 4.750621656057774e-07, + "P": 0.44787129759788513, + "-": 0.5521260499954224 + }, + "id": "tp_16628" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2078512, + "label": "-", + "classification": { + "B": 3.215109600773758e-08, + "S": 1.2404806071231178e-09, + "I": 2.644191772560589e-05, + "C": 4.342841464222147e-07, + "R": 4.824941868264432e-08, + "M": 6.427595735658542e-07, + "O": 4.5318981278796855e-07, + "W": 1.2234362856133885e-08, + "N": 1.0747994139137518e-07, + "Y": 8.834081199893262e-06, + "U": 8.077294388897371e-09, + "K": 1.6455968809836463e-09, + "L": 3.300764817026902e-08, + "G": 2.489966391294729e-06, + "F": 1.9506589524098672e-05, + "E": 1.8734265267994488e-06, + "T": 1.8558830561232753e-05, + "P": 0.1620977818965912, + "-": 0.8378227353096008 + }, + "id": "tp_16629" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2078645, + "label": "-", + "classification": { + "B": 6.809224117887425e-08, + "S": 1.9958155961230517e-10, + "I": 6.454963852320361e-08, + "C": 7.325846596017982e-10, + "R": 1.153171481915738e-11, + "M": 1.2505461199907586e-07, + "O": 7.773338239758232e-08, + "W": 1.7134041407906864e-10, + "N": 2.4282531541075514e-10, + "Y": 8.156525410640825e-08, + "U": 7.124318496254389e-13, + "K": 1.4207198243375296e-13, + "L": 1.8633632414832846e-09, + "G": 2.1166609087686084e-07, + "F": 2.811887270581792e-06, + "E": 1.4350058563650236e-07, + "T": 1.4034279161023733e-07, + "P": 0.1099187508225441, + "-": 0.8900774717330933 + }, + "id": "tp_16630" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2078779, + "label": "-", + "classification": { + "B": 1.6117067402898755e-10, + "S": 1.0780968999479779e-11, + "I": 2.4595170344809958e-08, + "C": 1.463807963730801e-10, + "R": 6.985814704485449e-12, + "M": 1.5629131322469902e-09, + "O": 2.201884230501605e-09, + "W": 3.526444761203784e-11, + "N": 2.1045330755864455e-10, + "Y": 1.0007472184270227e-07, + "U": 2.967224556338355e-12, + "K": 8.727386174856022e-11, + "L": 1.887433091762869e-11, + "G": 1.3501947115912571e-08, + "F": 1.2165181033196859e-05, + "E": 8.496577663663629e-08, + "T": 1.7275687014262076e-07, + "P": 0.15819205343723297, + "-": 0.8417953848838806 + }, + "id": "tp_16631" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2078879, + "label": "-", + "classification": { + "B": 7.820087459531333e-12, + "S": 3.323394510978961e-12, + "I": 8.05283207228058e-07, + "C": 8.768576087447855e-09, + "R": 1.3574315282927074e-10, + "M": 4.203914372169493e-08, + "O": 1.3240387675139687e-09, + "W": 1.632627713576973e-11, + "N": 5.505087496970873e-09, + "Y": 6.478644081653329e-06, + "U": 2.3375877622466845e-11, + "K": 4.6127127006911905e-08, + "L": 1.3276816278329218e-11, + "G": 2.427047149922146e-07, + "F": 0.00011255254503339529, + "E": 6.803879387007328e-06, + "T": 8.643745559311355e-07, + "P": 0.13317221403121948, + "-": 0.8666999936103821 + }, + "id": "tp_16632" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2079012, + "label": "-", + "classification": { + "B": 9.161206949298561e-13, + "S": 3.0070528857749357e-13, + "I": 1.104848834643235e-07, + "C": 7.388396006113851e-10, + "R": 4.273413220512445e-12, + "M": 3.0306954723613444e-09, + "O": 5.4985649367012e-10, + "W": 8.239556498028378e-13, + "N": 1.589341991348192e-10, + "Y": 3.28055449472231e-08, + "U": 2.9710050608935945e-13, + "K": 5.789263382918741e-13, + "L": 4.721691787556992e-12, + "G": 7.921517664044586e-09, + "F": 1.0682026641006814e-06, + "E": 7.686519865046648e-08, + "T": 5.6986323215824086e-08, + "P": 0.24883605539798737, + "-": 0.751162588596344 + }, + "id": "tp_16633" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2079146, + "label": "-", + "classification": { + "B": 6.052456279215246e-12, + "S": 9.426907171539156e-12, + "I": 2.9517973842985157e-08, + "C": 2.1631986479864196e-10, + "R": 1.6419022391689353e-11, + "M": 6.262482976637784e-09, + "O": 1.700981244745492e-09, + "W": 8.87359716955638e-12, + "N": 3.7472372427238554e-10, + "Y": 1.7027066689934145e-07, + "U": 5.497677508549403e-13, + "K": 3.5952107957371027e-10, + "L": 3.3879721944574115e-12, + "G": 2.10463539929151e-08, + "F": 2.122754267475102e-05, + "E": 2.032729327083871e-07, + "T": 2.090416018063479e-07, + "P": 0.08783561736345291, + "-": 0.9121425151824951 + }, + "id": "tp_16634" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2079279, + "label": "-", + "classification": { + "B": 3.1857031568964894e-17, + "S": 1.3207855685545638e-15, + "I": 6.13979075914095e-11, + "C": 3.641981634078684e-15, + "R": 1.296340912380854e-16, + "M": 2.6081385315346317e-12, + "O": 7.332217515435002e-13, + "W": 8.655350584980904e-16, + "N": 2.1556577866049115e-13, + "Y": 3.808311443975754e-09, + "U": 2.216179484737989e-17, + "K": 1.83380545991374e-12, + "L": 3.971059532445366e-17, + "G": 2.2899746335292015e-11, + "F": 2.4262003535113763e-06, + "E": 6.542112962470981e-10, + "T": 8.264675055436044e-10, + "P": 0.03469226136803627, + "-": 0.9653052687644958 + }, + "id": "tp_16635" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2079379, + "label": "-", + "classification": { + "B": 3.4834140905104505e-08, + "S": 1.0895135904576136e-09, + "I": 1.1020621968782507e-05, + "C": 5.052251026427257e-07, + "R": 1.2971558938090766e-08, + "M": 1.6476955124744563e-06, + "O": 2.034305452980334e-07, + "W": 3.143353355383738e-09, + "N": 1.203085702172757e-07, + "Y": 2.4562945327488706e-05, + "U": 1.4447151253094148e-09, + "K": 1.7661031748161804e-08, + "L": 1.183112185998425e-08, + "G": 2.2428637748816982e-05, + "F": 0.00035230041248723865, + "E": 7.370946696028113e-05, + "T": 5.060518560640048e-06, + "P": 0.3566291928291321, + "-": 0.6428791284561157 + }, + "id": "tp_16636" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2079513, + "label": "-", + "classification": { + "B": 6.526672677864553e-06, + "S": 8.06735442893114e-06, + "I": 0.00022854845155961812, + "C": 4.0002969399211e-06, + "R": 1.7571812804817455e-06, + "M": 0.00021993777772877365, + "O": 9.7377022029832e-05, + "W": 2.4995881631184602e-06, + "N": 1.0196846233156975e-05, + "Y": 0.00020643162133637816, + "U": 1.510063327714306e-07, + "K": 5.229415478424926e-08, + "L": 9.414770829607733e-06, + "G": 8.145004539983347e-05, + "F": 0.00058277155039832, + "E": 5.227144720265642e-05, + "T": 0.0013212870107963681, + "P": 0.20761334896087646, + "-": 0.7895539402961731 + }, + "id": "tp_16637" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2079646, + "label": "-", + "classification": { + "B": 1.5897292163224996e-11, + "S": 7.132632158513008e-13, + "I": 3.4350797761817375e-09, + "C": 1.398704901900416e-10, + "R": 3.180337720606885e-12, + "M": 7.875132546075747e-09, + "O": 5.252474566397325e-10, + "W": 1.113609096430046e-12, + "N": 1.4650749363687154e-11, + "Y": 5.809673098156054e-07, + "U": 3.183449597682353e-13, + "K": 1.761681425738182e-11, + "L": 6.4108232611381766e-12, + "G": 1.210410829344255e-07, + "F": 1.433823854313232e-05, + "E": 2.995525605342664e-08, + "T": 2.6075775849676575e-07, + "P": 0.04558902233839035, + "-": 0.9543956518173218 + }, + "id": "tp_16638" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2079780, + "label": "P", + "classification": { + "B": 2.8853548428742215e-05, + "S": 4.599121794512939e-08, + "I": 9.870773283182643e-06, + "C": 9.943642353960058e-09, + "R": 8.933042638936683e-10, + "M": 4.608282324625179e-07, + "O": 1.055184498000017e-06, + "W": 9.36403843354583e-09, + "N": 8.850509658486772e-08, + "Y": 3.521075200296764e-07, + "U": 1.23567239773692e-10, + "K": 1.7904205678806462e-12, + "L": 8.776459736736797e-08, + "G": 2.648223926371429e-06, + "F": 4.704802904598182e-06, + "E": 2.910377816078835e-06, + "T": 6.656982804997824e-07, + "P": 0.8805045485496521, + "-": 0.11944367736577988 + }, + "id": "tp_16639" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2079880, + "label": "P", + "classification": { + "B": 1.8249028677086443e-10, + "S": 2.643669831658979e-11, + "I": 3.600410991566605e-07, + "C": 8.322620370648792e-10, + "R": 2.131826312701257e-11, + "M": 1.471012756049106e-09, + "O": 6.043119338272618e-10, + "W": 7.178184435741031e-11, + "N": 2.0675516854140596e-09, + "Y": 7.143244573626362e-08, + "U": 1.2282556915987897e-11, + "K": 2.0136439737861167e-10, + "L": 2.0432671180015127e-11, + "G": 2.075269023293913e-08, + "F": 1.8844206351786852e-05, + "E": 9.111824397223245e-07, + "T": 4.2032393565705206e-08, + "P": 0.8968096971511841, + "-": 0.10316995531320572 + }, + "id": "tp_16640" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2080013, + "label": "P", + "classification": { + "B": 2.6887671538133873e-06, + "S": 2.528790048472729e-07, + "I": 0.0010199528187513351, + "C": 1.0750485671451315e-05, + "R": 8.066478471846494e-07, + "M": 0.00023599123232997954, + "O": 1.2791548215318471e-05, + "W": 2.4019840338951326e-07, + "N": 2.188640064559877e-05, + "Y": 0.00041280442383140326, + "U": 2.84280218920685e-07, + "K": 1.6784885303877672e-07, + "L": 2.3458912892238004e-06, + "G": 0.00011523225111886859, + "F": 0.00014671843382529914, + "E": 0.0005428096046671271, + "T": 0.000717925897333771, + "P": 0.5301525592803955, + "-": 0.4666039049625397 + }, + "id": "tp_16641" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2080147, + "label": "P", + "classification": { + "B": 9.840793544629856e-13, + "S": 2.4155029647483783e-13, + "I": 1.701325516023644e-07, + "C": 1.4975519088689104e-11, + "R": 1.017981204431799e-13, + "M": 2.159056128325787e-10, + "O": 4.6795217006900813e-11, + "W": 1.7692973280046542e-13, + "N": 4.1796521799142283e-10, + "Y": 5.1091362252009276e-09, + "U": 4.369631216648122e-14, + "K": 7.487237284158066e-13, + "L": 1.1364569902543378e-13, + "G": 5.338377517816184e-10, + "F": 1.169167873626975e-07, + "E": 7.7921264107772e-08, + "T": 1.0327177335511806e-08, + "P": 0.811909556388855, + "-": 0.18809004127979279 + }, + "id": "tp_16642" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2080280, + "label": "-", + "classification": { + "B": 1.0281046014526396e-09, + "S": 6.663371937554174e-11, + "I": 2.3271912141353823e-05, + "C": 2.1969280794564838e-07, + "R": 5.800639524267126e-09, + "M": 2.461135011344595e-07, + "O": 2.4170576651272313e-08, + "W": 7.591619555213924e-10, + "N": 1.347362967862864e-07, + "Y": 1.430987049388932e-05, + "U": 1.0353147228414628e-09, + "K": 3.547749116705745e-08, + "L": 4.988933710592391e-10, + "G": 1.8606550611366401e-06, + "F": 3.064229531446472e-05, + "E": 3.509881207719445e-05, + "T": 3.224519105060608e-06, + "P": 0.38297396898269653, + "-": 0.6169170141220093 + }, + "id": "tp_16643" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2080380, + "label": "-", + "classification": { + "B": 1.2359349966573063e-05, + "S": 7.65816821512999e-07, + "I": 8.282294584205374e-05, + "C": 2.0143872461630963e-05, + "R": 2.9053726393613033e-06, + "M": 0.0003849467320833355, + "O": 3.8727997889509425e-05, + "W": 9.073318096852745e-07, + "N": 1.8580258256406523e-06, + "Y": 0.0008956743986345828, + "U": 3.7333111890802684e-07, + "K": 6.536300247717008e-07, + "L": 1.114427504944615e-05, + "G": 0.0005412985919974744, + "F": 0.001638598507270217, + "E": 0.0002219086018158123, + "T": 0.0006004626047797501, + "P": 0.04959174990653992, + "-": 0.9459526538848877 + }, + "id": "tp_16644" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2080514, + "label": "-", + "classification": { + "B": 3.598332027308915e-13, + "S": 3.89404329094456e-13, + "I": 4.145790910570213e-08, + "C": 2.3391961978536102e-11, + "R": 5.354539511434608e-13, + "M": 5.414773074363666e-10, + "O": 2.2510392161390058e-10, + "W": 3.518330646355011e-13, + "N": 6.239165434296368e-11, + "Y": 1.0046990439604997e-07, + "U": 2.625190104361963e-13, + "K": 1.6030792416178025e-13, + "L": 2.639691850520043e-12, + "G": 4.133172026854481e-09, + "F": 2.2666931442927307e-07, + "E": 1.527223858488469e-08, + "T": 2.94724372906785e-07, + "P": 0.19968314468860626, + "-": 0.8003162741661072 + }, + "id": "tp_16645" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2080647, + "label": "-", + "classification": { + "B": 1.419685702330753e-07, + "S": 3.5958336752628384e-07, + "I": 0.00018377909145783633, + "C": 1.4390888281923253e-05, + "R": 8.819271215543267e-07, + "M": 5.906051228521392e-05, + "O": 7.153723800001899e-06, + "W": 2.9213128982519265e-07, + "N": 9.094839697354473e-06, + "Y": 0.0007876526215113699, + "U": 7.056941342398204e-08, + "K": 2.471664402037277e-06, + "L": 2.698173204862542e-07, + "G": 7.640622061444446e-05, + "F": 0.002304303925484419, + "E": 0.00038671024958603084, + "T": 0.00029179066768847406, + "P": 0.20598454773426056, + "-": 0.7898905873298645 + }, + "id": "tp_16646" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2080781, + "label": "-", + "classification": { + "B": 3.77682667362933e-08, + "S": 3.8786527767342704e-08, + "I": 5.205198613111861e-05, + "C": 9.852892617345788e-07, + "R": 4.813941245629394e-08, + "M": 2.8517658847704297e-06, + "O": 5.408571723819477e-07, + "W": 2.687361266850985e-08, + "N": 2.310474656042061e-06, + "Y": 7.489319250453264e-05, + "U": 1.2632989765393177e-08, + "K": 7.513871764786018e-07, + "L": 1.5123919894222126e-08, + "G": 1.8037988411379047e-05, + "F": 0.001038651796989143, + "E": 0.0004117191710975021, + "T": 1.7523279893794097e-05, + "P": 0.4543568193912506, + "-": 0.5440226793289185 + }, + "id": "tp_16647" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2080881, + "label": "-", + "classification": { + "B": 7.940251754712246e-12, + "S": 1.0301832900194013e-13, + "I": 1.564550871080428e-07, + "C": 1.4478943044515802e-10, + "R": 1.4953790159269453e-12, + "M": 2.6049674417549795e-08, + "O": 3.8503880639417787e-10, + "W": 3.013323911140592e-13, + "N": 4.425364588667158e-11, + "Y": 6.299415389321439e-08, + "U": 6.207680176102334e-14, + "K": 1.4083721846082711e-14, + "L": 1.2922194564390921e-11, + "G": 1.037280483728864e-07, + "F": 3.4586668107294827e-07, + "E": 5.600684360729247e-08, + "T": 1.6174789152501035e-07, + "P": 0.4610455334186554, + "-": 0.5389536023139954 + }, + "id": "tp_16648" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2081014, + "label": "-", + "classification": { + "B": 4.451048880582675e-06, + "S": 3.6425728922040435e-07, + "I": 0.0002631634706631303, + "C": 0.00011198673746548593, + "R": 1.4049278433958534e-05, + "M": 0.0001974423648789525, + "O": 3.022026430699043e-05, + "W": 1.4880992011967464e-06, + "N": 9.868117558653466e-06, + "Y": 0.000986744067631662, + "U": 1.1022310673070024e-06, + "K": 3.885155365423998e-06, + "L": 5.582573066931218e-06, + "G": 0.0004786659264937043, + "F": 0.0038404965307563543, + "E": 0.0008967744070105255, + "T": 0.0003934262495022267, + "P": 0.1717895120382309, + "-": 0.8209707736968994 + }, + "id": "tp_16649" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2081148, + "label": "P", + "classification": { + "B": 3.068407683427983e-14, + "S": 9.06012804283683e-16, + "I": 1.754126621733576e-08, + "C": 6.223515626457843e-14, + "R": 4.75867821388235e-16, + "M": 7.780063052131858e-12, + "O": 1.5986374550525095e-12, + "W": 1.594499606778581e-15, + "N": 1.475487267088571e-11, + "Y": 2.426737699678938e-09, + "U": 2.564823969917698e-16, + "K": 3.8380526513025204e-14, + "L": 9.66076863485551e-16, + "G": 4.0002945400630097e-10, + "F": 8.530768980108405e-09, + "E": 5.932198732239158e-08, + "T": 4.0981595894606926e-10, + "P": 0.931387722492218, + "-": 0.06861216574907303 + }, + "id": "tp_16650" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2081281, + "label": "-", + "classification": { + "B": 4.905689365841681e-08, + "S": 7.581212102536483e-09, + "I": 4.5358210627455264e-05, + "C": 5.192023877498286e-07, + "R": 1.0453570098434284e-07, + "M": 2.0811694412259385e-06, + "O": 1.2167738532298245e-06, + "W": 3.600975873041534e-08, + "N": 5.204611284170824e-07, + "Y": 9.50411194935441e-05, + "U": 2.4598993064728347e-08, + "K": 5.338794650810996e-08, + "L": 5.3895210072596456e-08, + "G": 1.099252676795004e-05, + "F": 0.00022895877191331238, + "E": 3.0823230190435424e-06, + "T": 6.854792445665225e-05, + "P": 0.13257502019405365, + "-": 0.8669684529304504 + }, + "id": "tp_16651" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2081381, + "label": "P", + "classification": { + "B": 3.3691971434990364e-09, + "S": 3.20012211174614e-10, + "I": 3.4849104849854484e-05, + "C": 1.2257241621682624e-07, + "R": 3.706215778720434e-09, + "M": 5.55644135147304e-07, + "O": 3.191950526115761e-08, + "W": 2.558620815218404e-10, + "N": 1.649499097311491e-07, + "Y": 1.606895921213436e-06, + "U": 4.359805294562591e-10, + "K": 6.657667195320016e-10, + "L": 3.889804478518499e-09, + "G": 2.542903985158773e-06, + "F": 2.4625540390843526e-05, + "E": 1.794643139874097e-05, + "T": 5.4706383707525674e-06, + "P": 0.840245246887207, + "-": 0.15966682136058807 + }, + "id": "tp_16652" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2081515, + "label": "-", + "classification": { + "B": 1.0222767343748274e-07, + "S": 3.607213443501678e-07, + "I": 5.818736462970264e-05, + "C": 3.2909442779782694e-06, + "R": 5.194243613004801e-07, + "M": 1.1951524356845766e-05, + "O": 4.188602815702325e-06, + "W": 4.462605431854172e-07, + "N": 4.817301942239283e-06, + "Y": 0.0008917673258110881, + "U": 1.6982166073375993e-07, + "K": 5.322454671841115e-05, + "L": 1.6086704590634326e-07, + "G": 9.294457413488999e-05, + "F": 0.011329670436680317, + "E": 0.0005107973120175302, + "T": 0.00011677968723233789, + "P": 0.12260860949754715, + "-": 0.8643120527267456 + }, + "id": "tp_16653" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2081648, + "label": "-", + "classification": { + "B": 6.622919226928481e-12, + "S": 1.9639481013689064e-11, + "I": 1.2700348861471866e-06, + "C": 1.4922945101858431e-09, + "R": 8.665742429192491e-11, + "M": 6.656238582536389e-08, + "O": 3.549464056007423e-09, + "W": 1.5719932300317652e-11, + "N": 6.340167946206066e-09, + "Y": 6.8509029915730935e-06, + "U": 7.929530296268972e-12, + "K": 1.2545184890910832e-09, + "L": 2.1768383970388605e-11, + "G": 8.603764456438512e-08, + "F": 3.719232336152345e-05, + "E": 5.059554268882493e-07, + "T": 3.1235033475240925e-06, + "P": 0.1385994255542755, + "-": 0.8613515496253967 + }, + "id": "tp_16654" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2081782, + "label": "-", + "classification": { + "B": 3.423781924638547e-09, + "S": 7.472288066079358e-11, + "I": 6.350758212647634e-07, + "C": 5.688516768742602e-09, + "R": 1.5700432620668892e-10, + "M": 1.5012258813840162e-07, + "O": 2.0217997942495458e-08, + "W": 1.1407861461032454e-10, + "N": 3.0994422584029735e-09, + "Y": 1.8736703850663616e-06, + "U": 1.9631390263397108e-11, + "K": 5.1651929261486984e-11, + "L": 7.058733042519805e-10, + "G": 1.4428289887291612e-06, + "F": 2.839167973434087e-05, + "E": 2.447008000672213e-06, + "T": 1.3279445738589857e-06, + "P": 0.2823063135147095, + "-": 0.7176573872566223 + }, + "id": "tp_16655" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2081882, + "label": "-", + "classification": { + "B": 4.098864181401041e-08, + "S": 1.4230260525494032e-08, + "I": 3.074802225455642e-05, + "C": 1.8228176941192942e-06, + "R": 7.049722228202882e-08, + "M": 9.457541636948008e-06, + "O": 8.987401542981388e-07, + "W": 2.55764138756831e-08, + "N": 5.651523338201514e-07, + "Y": 0.0001050916180247441, + "U": 2.0620960938799726e-08, + "K": 1.4754328958588303e-07, + "L": 9.00415173532565e-08, + "G": 1.958872780960519e-05, + "F": 0.0007473045843653381, + "E": 6.814880180172622e-05, + "T": 4.748587161884643e-05, + "P": 0.16081732511520386, + "-": 0.838151216506958 + }, + "id": "tp_16656" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2082015, + "label": "-", + "classification": { + "B": 6.547849125126959e-07, + "S": 5.299119365531624e-08, + "I": 2.046201188932173e-05, + "C": 9.072501597984228e-06, + "R": 7.269683806043759e-07, + "M": 7.364483735727845e-06, + "O": 4.674757747125113e-06, + "W": 1.0763899638277508e-07, + "N": 1.2383685543682077e-06, + "Y": 0.0001364374184049666, + "U": 8.715532828773576e-08, + "K": 3.4415614891258883e-07, + "L": 2.8927891548846674e-07, + "G": 7.697635737713426e-05, + "F": 0.001890955725684762, + "E": 4.8276167945005e-05, + "T": 6.469861546065658e-05, + "P": 0.2014959454536438, + "-": 0.7962417006492615 + }, + "id": "tp_16657" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2082149, + "label": "P", + "classification": { + "B": 1.1581852810138571e-08, + "S": 3.928252212404004e-08, + "I": 0.0001151773685705848, + "C": 5.605267006103531e-07, + "R": 4.243889861754724e-08, + "M": 7.064720193739049e-06, + "O": 6.234845955077617e-07, + "W": 1.83934449893286e-08, + "N": 6.557169399457052e-06, + "Y": 0.00015963245823513716, + "U": 1.0212180434621132e-08, + "K": 1.0410420827611233e-06, + "L": 1.3665614417845973e-08, + "G": 8.672558578837197e-06, + "F": 0.0005083832074888051, + "E": 0.00030361622339114547, + "T": 5.6548306019976735e-05, + "P": 0.6198800206184387, + "-": 0.3789519667625427 + }, + "id": "tp_16658" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2082282, + "label": "-", + "classification": { + "B": 1.1391336585120371e-07, + "S": 4.858917179717537e-08, + "I": 0.0003326411824673414, + "C": 5.351801974029513e-06, + "R": 2.53144406769934e-07, + "M": 6.751046021236107e-05, + "O": 1.9085553049080772e-06, + "W": 4.752148896614017e-08, + "N": 6.538419256685302e-06, + "Y": 0.0005717936437577009, + "U": 4.084811422444545e-08, + "K": 2.31523745242157e-06, + "L": 1.5710376999322762e-07, + "G": 0.00021660924539901316, + "F": 0.0008190585067495704, + "E": 0.0027569865342229605, + "T": 0.00017719996685627848, + "P": 0.26693281531333923, + "-": 0.7281086444854736 + }, + "id": "tp_16659" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2082382, + "label": "-", + "classification": { + "B": 2.0444071196834557e-05, + "S": 1.2158739991718903e-05, + "I": 0.0014632410602644086, + "C": 0.00027960247825831175, + "R": 2.9946817448944785e-05, + "M": 0.0008527434547431767, + "O": 8.400971273658797e-05, + "W": 6.405604835890699e-06, + "N": 7.779860607115552e-05, + "Y": 0.008364003151655197, + "U": 4.362114850664511e-06, + "K": 6.555886648129672e-05, + "L": 1.640546543058008e-05, + "G": 0.0015974217094480991, + "F": 0.01009609829634428, + "E": 0.004300269763916731, + "T": 0.0018075276166200638, + "P": 0.13441917300224304, + "-": 0.8365028500556946 + }, + "id": "tp_16660" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2082516, + "label": "-", + "classification": { + "B": 7.091403020353937e-10, + "S": 1.00266038527419e-10, + "I": 1.0361594831920229e-05, + "C": 8.046909272252378e-08, + "R": 2.3660269299341508e-09, + "M": 4.032585536606348e-07, + "O": 3.889687505420625e-08, + "W": 1.7700041432533453e-10, + "N": 3.324640829305281e-08, + "Y": 2.2621468815486878e-05, + "U": 1.3447053193171854e-10, + "K": 7.242144661745442e-10, + "L": 1.0911759273923849e-09, + "G": 4.203008757031057e-06, + "F": 4.759851799462922e-05, + "E": 7.705843017902225e-06, + "T": 6.029052656231215e-06, + "P": 0.1998259723186493, + "-": 0.8000749349594116 + }, + "id": "tp_16661" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2082649, + "label": "-", + "classification": { + "B": 6.549956310664129e-07, + "S": 6.661855422862573e-08, + "I": 5.532706927624531e-05, + "C": 1.4928117764156923e-07, + "R": 2.7596550822295285e-08, + "M": 9.575677722750697e-06, + "O": 1.9725207494047936e-06, + "W": 5.8619239240442766e-08, + "N": 5.149525463821192e-07, + "Y": 2.7277448680251837e-05, + "U": 4.2928469667913305e-09, + "K": 3.817423266383457e-09, + "L": 1.6912161981963436e-07, + "G": 1.3741716429649387e-05, + "F": 0.00022632582113146782, + "E": 3.3064032322727144e-05, + "T": 2.9185528546804562e-05, + "P": 0.43800848722457886, + "-": 0.5615934729576111 + }, + "id": "tp_16662" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2082783, + "label": "P", + "classification": { + "B": 9.655294341825993e-10, + "S": 6.917768007735914e-12, + "I": 1.3113080399307364e-07, + "C": 1.1229487478781053e-10, + "R": 2.5210001187297992e-12, + "M": 2.445473823442512e-09, + "O": 5.950826498235529e-10, + "W": 5.2898015828750644e-12, + "N": 8.358320147117126e-10, + "Y": 6.028341381636437e-09, + "U": 5.601161353306627e-13, + "K": 8.326833146610202e-13, + "L": 9.310685902819138e-12, + "G": 1.2438674090731183e-08, + "F": 4.895434244645003e-07, + "E": 2.620592169932934e-07, + "T": 4.438389211713911e-08, + "P": 0.9092141389846802, + "-": 0.09078498929738998 + }, + "id": "tp_16663" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2082883, + "label": "-", + "classification": { + "B": 8.551649166577135e-09, + "S": 3.433903439375996e-10, + "I": 1.4186119869918912e-06, + "C": 6.39694448523187e-08, + "R": 1.002832816787702e-09, + "M": 3.141303750453517e-06, + "O": 7.85834259886542e-08, + "W": 2.847577174058813e-10, + "N": 9.6744061650611e-09, + "Y": 5.303962097968906e-06, + "U": 1.510578329089185e-10, + "K": 6.671339869424031e-11, + "L": 6.334787805428732e-09, + "G": 2.733812607402797e-06, + "F": 1.3848190974385943e-05, + "E": 1.4783799088036176e-05, + "T": 1.0826078323589172e-05, + "P": 0.23321016132831573, + "-": 0.7667376399040222 + }, + "id": "tp_16664" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2083016, + "label": "-", + "classification": { + "B": 1.202847784043115e-06, + "S": 3.031533992725599e-07, + "I": 9.948177648766432e-06, + "C": 3.5348418236935686e-07, + "R": 2.070577309609689e-08, + "M": 1.1938474017370027e-05, + "O": 5.695209438272286e-06, + "W": 2.1373651293288276e-07, + "N": 9.648060768085998e-07, + "Y": 2.122757723554969e-05, + "U": 1.8923540068271905e-08, + "K": 1.4501719647341815e-07, + "L": 1.8962607839512202e-07, + "G": 1.615357177797705e-05, + "F": 0.0004099794605281204, + "E": 0.00017089719767682254, + "T": 4.848532989853993e-05, + "P": 0.24363815784454346, + "-": 0.755664050579071 + }, + "id": "tp_16665" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2083150, + "label": "-", + "classification": { + "B": 8.851358188621816e-07, + "S": 6.617990493396064e-07, + "I": 0.0001368712109979242, + "C": 2.1071027731522918e-05, + "R": 1.7517349988338538e-06, + "M": 5.712168785976246e-05, + "O": 1.006443017104175e-05, + "W": 4.919564275951416e-07, + "N": 6.3626903283875436e-06, + "Y": 0.00046657794155180454, + "U": 4.090334755346703e-07, + "K": 7.52083792576741e-07, + "L": 2.287483994223294e-06, + "G": 0.0001876055175671354, + "F": 0.0015075986739248037, + "E": 0.00014918268425390124, + "T": 0.0005806875415146351, + "P": 0.3548768162727356, + "-": 0.6419928073883057 + }, + "id": "tp_16666" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2083283, + "label": "P", + "classification": { + "B": 4.9982782357460565e-09, + "S": 8.026654341186656e-10, + "I": 6.038707579136826e-05, + "C": 8.111152993706128e-08, + "R": 1.067248511787966e-08, + "M": 7.589890742565331e-07, + "O": 1.3530359410651727e-07, + "W": 1.8706400872758877e-09, + "N": 2.2986742465036514e-07, + "Y": 3.2249758987745736e-06, + "U": 9.011743573594799e-10, + "K": 9.329280403758133e-11, + "L": 1.223550327722478e-08, + "G": 1.0493305353520554e-06, + "F": 4.267430995241739e-06, + "E": 2.610031742733554e-06, + "T": 1.3375558410189115e-05, + "P": 0.8056323528289795, + "-": 0.19428148865699768 + }, + "id": "tp_16667" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2083383, + "label": "-", + "classification": { + "B": 2.860839121154868e-09, + "S": 4.214945725777852e-09, + "I": 2.7010057692677947e-06, + "C": 1.318240094860812e-07, + "R": 8.705721477042516e-09, + "M": 4.576208084472455e-06, + "O": 5.762549903920444e-07, + "W": 3.0441569265349244e-09, + "N": 4.820907761882154e-08, + "Y": 3.431066215853207e-05, + "U": 7.066313090220433e-10, + "K": 6.191298584923288e-09, + "L": 1.8267554580120304e-08, + "G": 8.359944331459701e-06, + "F": 0.0003154253645334393, + "E": 6.6310508373135235e-06, + "T": 2.7050105927628465e-05, + "P": 0.06447874754667282, + "-": 0.935121476650238 + }, + "id": "tp_16668" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2083517, + "label": "-", + "classification": { + "B": 5.1510906651230925e-11, + "S": 2.1719769038863745e-10, + "I": 5.789299848402152e-06, + "C": 6.176199995877596e-09, + "R": 7.504136756431024e-10, + "M": 7.7859191094376e-08, + "O": 2.4398103093403734e-08, + "W": 4.018176902320647e-10, + "N": 5.773767242089889e-08, + "Y": 9.680756193120033e-06, + "U": 1.6801769697760705e-10, + "K": 1.9147003982311617e-08, + "L": 1.4957433902562656e-10, + "G": 3.750523376311321e-07, + "F": 3.448096686042845e-05, + "E": 3.2001839826989453e-06, + "T": 5.021423930884339e-06, + "P": 0.4146501421928406, + "-": 0.5852910876274109 + }, + "id": "tp_16669" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2083650, + "label": "-", + "classification": { + "B": 5.463388075277464e-10, + "S": 2.242016017284243e-10, + "I": 2.851408453352633e-06, + "C": 6.702944865821792e-09, + "R": 4.22503337871305e-10, + "M": 1.2782538760802709e-07, + "O": 3.310847418447338e-08, + "W": 5.168568351088254e-10, + "N": 2.3079785194113356e-08, + "Y": 3.0328230877785245e-06, + "U": 1.3476486593333448e-10, + "K": 1.7444278910261346e-08, + "L": 2.7425151039039974e-10, + "G": 5.635850470753212e-07, + "F": 4.793747211806476e-05, + "E": 4.0186619116866495e-06, + "T": 2.327218680875376e-06, + "P": 0.13282261788845062, + "-": 0.867116391658783 + }, + "id": "tp_16670" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2083750, + "label": "P", + "classification": { + "B": 5.320597087909995e-11, + "S": 6.612521944934779e-13, + "I": 2.843068386937375e-06, + "C": 5.361167065842665e-09, + "R": 3.309215401703369e-11, + "M": 1.2416040640061965e-08, + "O": 8.046510679982077e-10, + "W": 2.555021732381091e-12, + "N": 5.407668979273694e-09, + "Y": 2.528268794321775e-07, + "U": 7.093500700022792e-12, + "K": 1.4453170431305562e-11, + "L": 1.6473013925155655e-11, + "G": 3.1346608864168957e-08, + "F": 4.618346167717391e-07, + "E": 2.5317999643448275e-06, + "T": 2.406208921001962e-07, + "P": 0.6887580156326294, + "-": 0.3112355172634125 + }, + "id": "tp_16671" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2083884, + "label": "-", + "classification": { + "B": 3.386878120181791e-07, + "S": 4.8393694385140407e-08, + "I": 5.244634303380735e-05, + "C": 3.210936029063305e-06, + "R": 1.1614181971708604e-07, + "M": 8.962556421465706e-06, + "O": 2.0083386971236905e-06, + "W": 8.07968518756752e-08, + "N": 2.073483983622282e-06, + "Y": 4.328026625444181e-05, + "U": 6.140061969972521e-08, + "K": 1.509832259216637e-07, + "L": 2.061402568642734e-07, + "G": 2.54498518188484e-05, + "F": 0.00030891448841430247, + "E": 0.00010100248618982732, + "T": 5.6108099670382217e-05, + "P": 0.43395477533340454, + "-": 0.5654407143592834 + }, + "id": "tp_16672" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2084017, + "label": "-", + "classification": { + "B": 5.271523662031541e-09, + "S": 4.677493947724543e-10, + "I": 2.0186656911391765e-05, + "C": 1.8233350829177652e-07, + "R": 3.122024949675506e-08, + "M": 5.863340902578784e-06, + "O": 8.427044804193429e-07, + "W": 1.989136189095575e-09, + "N": 2.8359103509956185e-08, + "Y": 2.5603059839340858e-05, + "U": 3.90568882790987e-10, + "K": 2.533715251495927e-11, + "L": 5.3548060208186143e-08, + "G": 5.669979600497754e-06, + "F": 1.6793161421446712e-06, + "E": 8.174474146471766e-07, + "T": 3.6020672268932685e-05, + "P": 0.06521817296743393, + "-": 0.9346848726272583 + }, + "id": "tp_16673" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2084151, + "label": "P", + "classification": { + "B": 5.0430393368217086e-12, + "S": 1.4708748813114375e-13, + "I": 1.7536249785621294e-08, + "C": 7.213816404037093e-14, + "R": 1.475988156633798e-15, + "M": 3.023621353293038e-10, + "O": 4.7635673183776817e-11, + "W": 2.4002352297554375e-14, + "N": 5.260982188087793e-12, + "Y": 2.6550250886714366e-10, + "U": 1.7660810327308553e-16, + "K": 3.049346941051461e-18, + "L": 3.7604262152074464e-13, + "G": 1.0644014836191928e-10, + "F": 4.9634412135901584e-09, + "E": 7.983311789416803e-09, + "T": 2.857068359674031e-09, + "P": 0.8850318789482117, + "-": 0.11496809870004654 + }, + "id": "tp_16674" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2084251, + "label": "-", + "classification": { + "B": 4.672563334515156e-13, + "S": 1.020012321676679e-14, + "I": 2.7527814694394692e-08, + "C": 4.838033793030938e-11, + "R": 1.2498388554573608e-13, + "M": 7.528003914680781e-11, + "O": 2.2220926487737103e-11, + "W": 2.833581181922295e-14, + "N": 1.4859355065843793e-11, + "Y": 1.8613527386079909e-09, + "U": 1.8614651852810575e-14, + "K": 5.897819260964124e-15, + "L": 2.6118731201278667e-13, + "G": 5.79311099091484e-10, + "F": 9.309600557116937e-08, + "E": 1.29361552581031e-08, + "T": 3.8808947167012775e-09, + "P": 0.4316321313381195, + "-": 0.5683678388595581 + }, + "id": "tp_16675" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2084384, + "label": "P", + "classification": { + "B": 4.337551217759028e-06, + "S": 6.211661229826859e-08, + "I": 0.0017949852626770735, + "C": 6.088775535317836e-06, + "R": 2.855920229194453e-07, + "M": 0.00011497401283122599, + "O": 3.8008693081792444e-06, + "W": 8.33986391057806e-08, + "N": 1.3650383152707946e-05, + "Y": 6.495387788163498e-05, + "U": 4.464910219326157e-08, + "K": 1.691143403093065e-08, + "L": 8.190510243366589e-07, + "G": 5.4371652367990464e-05, + "F": 4.1363571654073894e-05, + "E": 0.0017234289553016424, + "T": 8.422081737080589e-05, + "P": 0.8028295040130615, + "-": 0.19326309859752655 + }, + "id": "tp_16676" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2084518, + "label": "-", + "classification": { + "B": 9.600480641318212e-15, + "S": 8.841130718348884e-17, + "I": 4.1637898684498964e-10, + "C": 1.0338020858206148e-13, + "R": 8.122649976265899e-16, + "M": 1.7442708735715406e-11, + "O": 2.261735070063775e-12, + "W": 4.745858899621249e-16, + "N": 6.307138107142576e-14, + "Y": 8.478268642697628e-10, + "U": 5.597107688672711e-17, + "K": 9.319477520623602e-18, + "L": 7.990503942648282e-15, + "G": 7.45055545037232e-11, + "F": 1.0233597969033781e-08, + "E": 7.348488484382187e-11, + "T": 5.0598663037249025e-09, + "P": 0.10005700588226318, + "-": 0.8999429941177368 + }, + "id": "tp_16677" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2084651, + "label": "-", + "classification": { + "B": 3.4604204918187165e-11, + "S": 1.7249668707308707e-11, + "I": 8.624851375316211e-07, + "C": 6.116140038869844e-09, + "R": 1.6183999973495844e-10, + "M": 9.245820109526903e-09, + "O": 3.3963358792021836e-09, + "W": 3.899659761774643e-11, + "N": 4.016290855446414e-09, + "Y": 1.5993089164112462e-06, + "U": 2.1950507383960982e-11, + "K": 6.029692856124313e-10, + "L": 4.862303615293939e-11, + "G": 1.4744213672202022e-07, + "F": 7.024498336249962e-05, + "E": 5.218282126406848e-07, + "T": 3.9121462691582565e-07, + "P": 0.26104792952537537, + "-": 0.7388782501220703 + }, + "id": "tp_16678" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2084751, + "label": "P", + "classification": { + "B": 6.155465825941064e-07, + "S": 4.42633840691542e-08, + "I": 0.0015115307178348303, + "C": 1.588383202033583e-05, + "R": 8.066367627179716e-07, + "M": 1.57190952450037e-05, + "O": 9.216246326104738e-07, + "W": 2.822797107171482e-08, + "N": 1.0902534086199012e-05, + "Y": 0.00014787362306378782, + "U": 2.985274960565221e-08, + "K": 3.4082978572769207e-07, + "L": 2.727441881233972e-07, + "G": 0.0002233551349490881, + "F": 0.0017743861535564065, + "E": 0.001258313306607306, + "T": 3.2202624424826354e-05, + "P": 0.7159292697906494, + "-": 0.2790774703025818 + }, + "id": "tp_16679" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2084885, + "label": "P", + "classification": { + "B": 7.411077240249142e-05, + "S": 5.768684786744416e-06, + "I": 0.0025825100019574165, + "C": 1.96178207261255e-05, + "R": 7.142979939089855e-06, + "M": 0.00039342051604762673, + "O": 0.0001434461009921506, + "W": 6.440111064875964e-06, + "N": 0.00010583510447759181, + "Y": 0.00059365393826738, + "U": 8.365971666535188e-07, + "K": 3.0578451060137013e-07, + "L": 1.5168775462370832e-05, + "G": 0.00021833987557329237, + "F": 0.00029071851167827845, + "E": 0.0002784110838547349, + "T": 0.0010780756128951907, + "P": 0.6514973044395447, + "-": 0.3426888883113861 + }, + "id": "tp_16680" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2085018, + "label": "P", + "classification": { + "B": 3.956537329941057e-05, + "S": 2.5363358872709796e-05, + "I": 0.004940698854625225, + "C": 5.800268627353944e-05, + "R": 1.963336944754701e-05, + "M": 0.00045614337432198226, + "O": 0.00019031247938983142, + "W": 1.2947740287927445e-05, + "N": 0.0004314292746130377, + "Y": 0.0009134651045314968, + "U": 4.869458280154504e-06, + "K": 6.745052814949304e-06, + "L": 3.6466019082581624e-05, + "G": 0.0010520206997171044, + "F": 0.002092747949063778, + "E": 0.001863849931396544, + "T": 0.0012720732484012842, + "P": 0.7879794239997864, + "-": 0.1986042857170105 + }, + "id": "tp_16681" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2085152, + "label": "-", + "classification": { + "B": 6.289108256396503e-08, + "S": 5.808156622322258e-09, + "I": 8.419647201662883e-05, + "C": 1.9730705389520153e-06, + "R": 1.9812038942745858e-07, + "M": 1.1832419659185689e-05, + "O": 7.602397431583086e-07, + "W": 1.806071203702686e-08, + "N": 5.544841314986115e-07, + "Y": 0.00036729537532664835, + "U": 3.6198482433746904e-08, + "K": 1.3931004616551945e-07, + "L": 1.2736252585909824e-07, + "G": 5.438922380562872e-05, + "F": 0.0002664101484697312, + "E": 0.00012420467101037502, + "T": 0.00014295733126346022, + "P": 0.15466825664043427, + "-": 0.844276487827301 + }, + "id": "tp_16682" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2085252, + "label": "P", + "classification": { + "B": 0.00036042608553543687, + "S": 5.3053267947689164e-06, + "I": 0.003304082667455077, + "C": 5.5742402764735743e-05, + "R": 9.8067812359659e-06, + "M": 0.00046356438542716205, + "O": 9.042847523232922e-05, + "W": 5.5638497542531695e-06, + "N": 6.731427129125223e-05, + "Y": 0.00046078453306108713, + "U": 9.92317040982016e-07, + "K": 4.7762330268597e-07, + "L": 5.404522380558774e-05, + "G": 0.0014125759480521083, + "F": 0.0015678234631195664, + "E": 0.0062208580784499645, + "T": 0.0002054742944892496, + "P": 0.7331563830375671, + "-": 0.2525583505630493 + }, + "id": "tp_16683" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2085385, + "label": "P", + "classification": { + "B": 3.528149682097137e-05, + "S": 1.290491309191566e-05, + "I": 0.0008860011585056782, + "C": 3.305593963887077e-06, + "R": 2.2681194877804955e-06, + "M": 3.629108687164262e-05, + "O": 6.165461672935635e-05, + "W": 5.666328434017487e-06, + "N": 8.073658682405949e-05, + "Y": 6.079463128116913e-05, + "U": 4.311411885282723e-07, + "K": 7.564483439637115e-07, + "L": 4.511279257712886e-06, + "G": 9.41579564823769e-05, + "F": 0.0005358342314139009, + "E": 0.00027198673342354596, + "T": 0.00012117038568248972, + "P": 0.8797320127487183, + "-": 0.11805426329374313 + }, + "id": "tp_16684" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2085519, + "label": "-", + "classification": { + "B": 1.9434818199215442e-09, + "S": 6.244137651378878e-09, + "I": 0.0001212999050039798, + "C": 2.2933461423235713e-06, + "R": 3.6575411854755657e-07, + "M": 3.932894742320059e-06, + "O": 6.480862566604628e-07, + "W": 2.0574738357481692e-08, + "N": 1.5375520661109476e-06, + "Y": 0.0008086509769782424, + "U": 1.3007423582678257e-08, + "K": 1.8371910073256004e-06, + "L": 8.297817544189456e-09, + "G": 1.596078072907403e-05, + "F": 0.0002778749039862305, + "E": 4.1378945752512664e-05, + "T": 0.00011752596037695184, + "P": 0.09636174142360687, + "-": 0.9022449254989624 + }, + "id": "tp_16685" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2085652, + "label": "-", + "classification": { + "B": 8.30812132335268e-05, + "S": 6.852223305031657e-05, + "I": 0.007097044959664345, + "C": 0.001525808242149651, + "R": 0.0004021545173600316, + "M": 0.0011844374239444733, + "O": 0.0004813416162505746, + "W": 0.0001227658212883398, + "N": 0.0009154103463515639, + "Y": 0.009537148289382458, + "U": 0.000176262081367895, + "K": 0.0012462426675483584, + "L": 0.00014342556823976338, + "G": 0.00256897509098053, + "F": 0.03298171982169151, + "E": 0.006044615991413593, + "T": 0.004875794984400272, + "P": 0.27159786224365234, + "-": 0.6589474678039551 + }, + "id": "tp_16686" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2085752, + "label": "-", + "classification": { + "B": 4.766218353324803e-06, + "S": 1.443107180421066e-06, + "I": 0.0022637571673840284, + "C": 0.00021689363347832114, + "R": 3.5461082006804645e-05, + "M": 0.00011863988038385287, + "O": 6.4132284023799e-05, + "W": 5.680491540260846e-06, + "N": 0.00015897935372777283, + "Y": 0.0011782950023189187, + "U": 1.0099027349497192e-05, + "K": 6.875745748402551e-05, + "L": 8.604479262430687e-06, + "G": 0.0005615993868559599, + "F": 0.0051514566875994205, + "E": 0.0015403174329549074, + "T": 0.0006919361185282469, + "P": 0.3577024042606354, + "-": 0.6302167177200317 + }, + "id": "tp_16687" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2085886, + "label": "-", + "classification": { + "B": 1.2158446907051257e-06, + "S": 3.450569693086436e-06, + "I": 0.0010541342198848724, + "C": 1.1151882972626481e-05, + "R": 7.829787136870436e-06, + "M": 0.00012546467769425362, + "O": 4.146114952163771e-05, + "W": 3.5538132578949444e-06, + "N": 4.1552470065653324e-05, + "Y": 0.005108322482556105, + "U": 1.2053640148224076e-06, + "K": 3.520057725836523e-05, + "L": 1.7760181663106778e-06, + "G": 0.0003313852066639811, + "F": 0.002135718474164605, + "E": 0.00014560084673576057, + "T": 0.004067314323037863, + "P": 0.1280203014612198, + "-": 0.8588632941246033 + }, + "id": "tp_16688" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2086019, + "label": "-", + "classification": { + "B": 1.4463576917478349e-05, + "S": 5.001465979148634e-05, + "I": 0.0019533876329660416, + "C": 0.0003886690828949213, + "R": 0.00014243503392208368, + "M": 0.0010152386967092752, + "O": 0.0004929034621454775, + "W": 7.84023868618533e-05, + "N": 0.00023836709442548454, + "Y": 0.012430308386683464, + "U": 2.8640559321502224e-05, + "K": 0.0006584649672731757, + "L": 4.759387593367137e-05, + "G": 0.002536623040214181, + "F": 0.01913878321647644, + "E": 0.0020070120226591825, + "T": 0.0054958234541118145, + "P": 0.10228560119867325, + "-": 0.8509972095489502 + }, + "id": "tp_16689" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2086153, + "label": "-", + "classification": { + "B": 0.0007221314590424299, + "S": 0.00025561710936017334, + "I": 0.012746910564601421, + "C": 0.002120033837854862, + "R": 0.000985424150712788, + "M": 0.00449554855003953, + "O": 0.0022660151589661837, + "W": 0.0004012663848698139, + "N": 0.001581723801791668, + "Y": 0.01653583161532879, + "U": 0.00032246121554635465, + "K": 0.0010127730201929808, + "L": 0.0007411562837660313, + "G": 0.014306535013020039, + "F": 0.026340853422880173, + "E": 0.012568834237754345, + "T": 0.010942873544991016, + "P": 0.26144126057624817, + "-": 0.6302127242088318 + }, + "id": "tp_16690" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2086253, + "label": "-", + "classification": { + "B": 6.337020749924704e-05, + "S": 2.67888062808197e-05, + "I": 0.024921201169490814, + "C": 0.0009105228236876428, + "R": 0.00016084876551758498, + "M": 0.002735564950853586, + "O": 0.00033162598265334964, + "W": 5.182879249332473e-05, + "N": 0.001028996892273426, + "Y": 0.026241485029459, + "U": 2.3459748263121583e-05, + "K": 0.0007110686274245381, + "L": 3.964691131841391e-05, + "G": 0.005066221114248037, + "F": 0.007474882993847132, + "E": 0.015882905572652817, + "T": 0.006066081114113331, + "P": 0.3556978106498718, + "-": 0.5525656342506409 + }, + "id": "tp_16691" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2086386, + "label": "-", + "classification": { + "B": 1.5926525520626456e-05, + "S": 3.8477355701616034e-05, + "I": 0.0025112233124673367, + "C": 0.0001295425754506141, + "R": 3.566843588487245e-05, + "M": 0.00043706613359972835, + "O": 0.00018231412104796618, + "W": 4.515186446951702e-05, + "N": 0.000478870962979272, + "Y": 0.0038260917644947767, + "U": 3.0962153687141836e-05, + "K": 0.001336361630819738, + "L": 1.5742927644168958e-05, + "G": 0.0007807188085280359, + "F": 0.01634347252547741, + "E": 0.00342384516261518, + "T": 0.002693700836971402, + "P": 0.30105912685394287, + "-": 0.6666157245635986 + }, + "id": "tp_16692" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2086520, + "label": "-", + "classification": { + "B": 4.8235588110401295e-06, + "S": 7.470546734111849e-06, + "I": 0.00035261991433799267, + "C": 0.0001140048771048896, + "R": 2.6073053959407844e-05, + "M": 0.0002709448745008558, + "O": 0.00012601030175574124, + "W": 1.9200639144401066e-05, + "N": 9.115182183450088e-05, + "Y": 0.008148537017405033, + "U": 1.2680673535214737e-05, + "K": 0.0022379220463335514, + "L": 1.014274857880082e-05, + "G": 0.0025060095358639956, + "F": 0.030384447425603867, + "E": 0.0029178541153669357, + "T": 0.0022179053630679846, + "P": 0.10840022563934326, + "-": 0.8421519994735718 + }, + "id": "tp_16693" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2086653, + "label": "P", + "classification": { + "B": 0.0007908513653092086, + "S": 0.0009877848206087947, + "I": 0.028963420540094376, + "C": 0.0037763426080346107, + "R": 0.001682424102909863, + "M": 0.004053863231092691, + "O": 0.0022844509221613407, + "W": 0.0011683289194479585, + "N": 0.008317764848470688, + "Y": 0.021505283191800117, + "U": 0.0007553696632385254, + "K": 0.013347020372748375, + "L": 0.0006914453115314245, + "G": 0.012222737073898315, + "F": 0.0761142298579216, + "E": 0.03511262312531471, + "T": 0.012220502831041813, + "P": 0.4194106161594391, + "-": 0.356594979763031 + }, + "id": "tp_16694" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2086753, + "label": "-", + "classification": { + "B": 0.00028780775028280914, + "S": 0.00019754411187022924, + "I": 0.0009149679099209607, + "C": 7.140256639104337e-05, + "R": 1.7001359083224088e-05, + "M": 0.000485876458697021, + "O": 0.0005499469698406756, + "W": 9.965444769477472e-05, + "N": 0.00029743011691607535, + "Y": 0.0007352260290645063, + "U": 2.7638068786473013e-05, + "K": 0.0002458473900333047, + "L": 5.898742165300064e-05, + "G": 0.0009343283018097281, + "F": 0.007482132408767939, + "E": 0.0024881514254957438, + "T": 0.0018214035080745816, + "P": 0.4523777663707733, + "-": 0.5309068560600281 + }, + "id": "tp_16695" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2086887, + "label": "-", + "classification": { + "B": 4.254971372574801e-06, + "S": 6.665505338787625e-07, + "I": 0.0011849127477034926, + "C": 8.885701390681788e-05, + "R": 1.524130129837431e-05, + "M": 0.00025806453777477145, + "O": 4.620721665560268e-05, + "W": 2.4469222807965707e-06, + "N": 2.5170151275233366e-05, + "Y": 0.0014770227717235684, + "U": 5.015374881622847e-06, + "K": 1.098124130294309e-06, + "L": 1.5930119843687862e-05, + "G": 0.0005296367453411222, + "F": 0.0005575185641646385, + "E": 0.00031018079607747495, + "T": 0.0024095403496176004, + "P": 0.20435068011283875, + "-": 0.78871750831604 + }, + "id": "tp_16696" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2087020, + "label": "P", + "classification": { + "B": 4.293949677958153e-05, + "S": 3.178658153046854e-05, + "I": 0.002874715719372034, + "C": 0.00014822739467490464, + "R": 2.5612313038436696e-05, + "M": 0.00027868052711710334, + "O": 0.00018726944108493626, + "W": 6.132618000265211e-05, + "N": 0.0005254245479591191, + "Y": 0.0010394772980362177, + "U": 2.2843021724838763e-05, + "K": 0.00031789217609912157, + "L": 1.3188188859203365e-05, + "G": 0.0007552466704510152, + "F": 0.005455293692648411, + "E": 0.006563007831573486, + "T": 0.0007957653142511845, + "P": 0.6248107552528381, + "-": 0.356050580739975 + }, + "id": "tp_16697" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2087154, + "label": "P", + "classification": { + "B": 6.553879211423919e-05, + "S": 1.2905526091344655e-05, + "I": 0.0018608218524605036, + "C": 8.82194290170446e-05, + "R": 2.5971708964789286e-05, + "M": 0.000522467540577054, + "O": 0.0001821406913222745, + "W": 2.1885936803300865e-05, + "N": 0.00017896345525514334, + "Y": 0.0020194852259010077, + "U": 1.2058837455697358e-05, + "K": 2.64108875853708e-05, + "L": 2.6518428057897836e-05, + "G": 0.001035092631354928, + "F": 0.0030167505610734224, + "E": 0.0009836648823693395, + "T": 0.0033575003035366535, + "P": 0.5317991971969604, + "-": 0.45476439595222473 + }, + "id": "tp_16698" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2087254, + "label": "-", + "classification": { + "B": 3.9289975717338166e-08, + "S": 9.46994926920297e-09, + "I": 3.278718941146508e-05, + "C": 9.760798320712638e-07, + "R": 7.560034731568521e-08, + "M": 2.144288600902655e-06, + "O": 1.1310669378872262e-06, + "W": 2.5071209108773473e-08, + "N": 7.470735567949305e-07, + "Y": 1.9644221538328566e-05, + "U": 2.2801138754857675e-08, + "K": 6.724982881678443e-08, + "L": 7.109924382575628e-08, + "G": 1.055926077242475e-05, + "F": 0.0005539967096410692, + "E": 3.654241299955174e-05, + "T": 2.886007678171154e-05, + "P": 0.2945106625556946, + "-": 0.7048015594482422 + }, + "id": "tp_16699" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2087387, + "label": "-", + "classification": { + "B": 7.650892257515807e-06, + "S": 4.481009000301128e-06, + "I": 0.00044709094800055027, + "C": 3.5438079066807404e-05, + "R": 5.899687039345736e-06, + "M": 4.364757114672102e-05, + "O": 3.773994103539735e-05, + "W": 5.938795311521972e-06, + "N": 4.7277615522034466e-05, + "Y": 0.0006224401295185089, + "U": 3.6126609757047845e-06, + "K": 3.033970460819546e-05, + "L": 3.6899866699968698e-06, + "G": 0.00024258781922981143, + "F": 0.009277201257646084, + "E": 0.0008598361164331436, + "T": 0.0002945912128780037, + "P": 0.44905537366867065, + "-": 0.5389751195907593 + }, + "id": "tp_16700" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2087521, + "label": "P", + "classification": { + "B": 0.0023347956594079733, + "S": 0.0017453664913773537, + "I": 0.11001857370138168, + "C": 0.006222067400813103, + "R": 0.003757901955395937, + "M": 0.015019241720438004, + "O": 0.007503843400627375, + "W": 0.001228890847414732, + "N": 0.014352797530591488, + "Y": 0.0353158675134182, + "U": 0.0007064047385938466, + "K": 0.002499331720173359, + "L": 0.0030761249363422394, + "G": 0.040584973990917206, + "F": 0.030467946082353592, + "E": 0.03071427531540394, + "T": 0.02451512962579727, + "P": 0.3685897886753082, + "-": 0.30134662985801697 + }, + "id": "tp_16701" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2087654, + "label": "E", + "classification": { + "B": 0.0020139014814049006, + "S": 0.0077313208021223545, + "I": 0.020818928256630898, + "C": 0.014293371699750423, + "R": 0.003433513455092907, + "M": 0.017911037430167198, + "O": 0.008344217203557491, + "W": 0.0036876536905765533, + "N": 0.0162193663418293, + "Y": 0.028406910598278046, + "U": 0.0006282474496401846, + "K": 0.069363072514534, + "L": 0.0037544311489909887, + "G": 0.15326055884361267, + "F": 0.18924397230148315, + "E": 0.2279176414012909, + "T": 0.024559227749705315, + "P": 0.09684332460165024, + "-": 0.11156929284334183 + }, + "id": "tp_16702" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2087754, + "label": "-", + "classification": { + "B": 1.4559906276190304e-06, + "S": 2.725513468249119e-06, + "I": 0.000533262558747083, + "C": 5.373783642426133e-05, + "R": 9.62017566052964e-06, + "M": 3.807415487244725e-05, + "O": 3.901257514371537e-05, + "W": 7.8512111940654e-06, + "N": 8.392414747504517e-05, + "Y": 0.001808467204682529, + "U": 7.992826795089059e-06, + "K": 0.0009024181053973734, + "L": 1.9378312572371215e-06, + "G": 0.0003776972007472068, + "F": 0.011284202337265015, + "E": 0.0015107361832633615, + "T": 0.0005331237916834652, + "P": 0.21649308502674103, + "-": 0.7663106918334961 + }, + "id": "tp_16703" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2087888, + "label": "-", + "classification": { + "B": 2.0171190044493414e-05, + "S": 2.5136212116194656e-06, + "I": 0.0019864176865667105, + "C": 3.572417699615471e-05, + "R": 6.929788014531368e-06, + "M": 0.0006217224290594459, + "O": 6.82520549162291e-05, + "W": 3.176224026901764e-06, + "N": 3.775316145038232e-05, + "Y": 0.0014871687162667513, + "U": 9.899580390992924e-07, + "K": 2.0421334738784935e-06, + "L": 1.3408324775809888e-05, + "G": 0.0006517944275401533, + "F": 0.0013250989140942693, + "E": 0.0016279646661132574, + "T": 0.0010008288081735373, + "P": 0.2028043568134308, + "-": 0.7883036732673645 + }, + "id": "tp_16704" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2088021, + "label": "P", + "classification": { + "B": 2.1131092580617405e-05, + "S": 1.2257598427822813e-05, + "I": 0.002302509965375066, + "C": 7.699459820287302e-05, + "R": 2.9537221053033136e-05, + "M": 0.00017635722178965807, + "O": 0.00014261183969210833, + "W": 1.4209600522008259e-05, + "N": 0.0002490997430868447, + "Y": 0.0014329347759485245, + "U": 1.3515208593162242e-05, + "K": 7.223777356557548e-05, + "L": 1.8758068108581938e-05, + "G": 0.0008771680877543986, + "F": 0.006311509758234024, + "E": 0.0020636001136153936, + "T": 0.001351907616481185, + "P": 0.5004156231880188, + "-": 0.48441803455352783 + }, + "id": "tp_16705" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2088155, + "label": "-", + "classification": { + "B": 0.00010553655010880902, + "S": 8.283690112875775e-05, + "I": 0.0033800776582211256, + "C": 0.0005368883721530437, + "R": 8.738113683648407e-05, + "M": 0.0015162989730015397, + "O": 0.0004934257012791932, + "W": 7.95812375145033e-05, + "N": 0.0005588535568676889, + "Y": 0.006168251391500235, + "U": 5.7174169342033565e-05, + "K": 0.000585469591896981, + "L": 7.172683399403468e-05, + "G": 0.002536321757361293, + "F": 0.012724986299872398, + "E": 0.011049631051719189, + "T": 0.003839322132989764, + "P": 0.26947829127311707, + "-": 0.6866478323936462 + }, + "id": "tp_16706" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2088255, + "label": "-", + "classification": { + "B": 0.00028892146656289697, + "S": 0.00011333344446029514, + "I": 0.015118373557925224, + "C": 0.0015159263275563717, + "R": 0.00038786380901001394, + "M": 0.00226893974468112, + "O": 0.000779684807639569, + "W": 0.0001756564452080056, + "N": 0.0030436799861490726, + "Y": 0.012819397263228893, + "U": 0.0003288895823061466, + "K": 0.011418120004236698, + "L": 0.00011755931336665526, + "G": 0.012011894956231117, + "F": 0.0216967910528183, + "E": 0.046036891639232635, + "T": 0.005306437145918608, + "P": 0.36620914936065674, + "-": 0.5003623962402344 + }, + "id": "tp_16707" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2088388, + "label": "-", + "classification": { + "B": 3.0387111564778024e-06, + "S": 2.003238392944695e-07, + "I": 0.00010393412230769172, + "C": 2.3959864847711287e-06, + "R": 2.8651311367866583e-07, + "M": 2.157834023819305e-05, + "O": 7.747508789179847e-06, + "W": 2.673159258392843e-07, + "N": 1.92108404917235e-06, + "Y": 7.119823567336425e-05, + "U": 7.465251172789067e-08, + "K": 8.845730548046049e-08, + "L": 1.3127945521773654e-06, + "G": 6.647800910286605e-05, + "F": 0.0005402817623689771, + "E": 0.00020844642131123692, + "T": 6.925949128344655e-05, + "P": 0.3081877529621124, + "-": 0.6907137632369995 + }, + "id": "tp_16708" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2088522, + "label": "-", + "classification": { + "B": 2.805142855777376e-07, + "S": 5.670733571605524e-07, + "I": 9.731871978146955e-05, + "C": 1.1705838005582336e-05, + "R": 2.5384961190866306e-06, + "M": 3.309663225081749e-05, + "O": 1.63875211001141e-05, + "W": 7.08553159256553e-07, + "N": 8.426728527410887e-06, + "Y": 0.0007631218177266419, + "U": 4.267707822691591e-07, + "K": 3.307419683551416e-05, + "L": 3.241895853989263e-07, + "G": 0.000114414855488576, + "F": 0.0023438753560185432, + "E": 0.00014848365390207618, + "T": 0.00036686219391413033, + "P": 0.09361425787210464, + "-": 0.9024440050125122 + }, + "id": "tp_16709" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2088655, + "label": "-", + "classification": { + "B": 2.7839018912345637e-07, + "S": 1.8478010588296456e-06, + "I": 0.0006825558375567198, + "C": 9.892047091852874e-05, + "R": 1.3984062206873205e-05, + "M": 6.708221917506307e-05, + "O": 3.1512940040556714e-05, + "W": 3.6637159155361587e-06, + "N": 4.053536758874543e-05, + "Y": 0.0015688106650486588, + "U": 1.363447495350556e-06, + "K": 4.8983947635861114e-05, + "L": 6.930179097253131e-07, + "G": 7.842130435165018e-05, + "F": 0.0020471932366490364, + "E": 0.0002949043409898877, + "T": 0.0010082395747303963, + "P": 0.09678292274475098, + "-": 0.8972280621528625 + }, + "id": "tp_16710" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2088755, + "label": "-", + "classification": { + "B": 1.2877659401056007e-06, + "S": 1.1018618124580826e-06, + "I": 0.0006347864982672036, + "C": 5.003576370654628e-05, + "R": 7.7376353146974e-06, + "M": 9.622798097552732e-05, + "O": 3.172045762767084e-05, + "W": 2.6624616111803334e-06, + "N": 1.3420223694993183e-05, + "Y": 0.0007444284274242818, + "U": 8.324334999088023e-07, + "K": 7.0667292675352655e-06, + "L": 4.547567186818924e-06, + "G": 0.00021624017972499132, + "F": 0.003983381204307079, + "E": 0.00020850662258453667, + "T": 0.0003087286022491753, + "P": 0.12611554563045502, + "-": 0.8675717711448669 + }, + "id": "tp_16711" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2088889, + "label": "-", + "classification": { + "B": 2.5027322863024892e-06, + "S": 1.5852759815970785e-07, + "I": 0.000750265025999397, + "C": 4.4592994527192786e-05, + "R": 8.617582352599129e-06, + "M": 0.00011639663716778159, + "O": 2.5468511012149975e-05, + "W": 8.194533620553557e-07, + "N": 1.2110730494896416e-05, + "Y": 0.0008479398093186319, + "U": 8.903017487682519e-07, + "K": 8.482818429911276e-07, + "L": 3.2482507776876446e-06, + "G": 0.0004963630926795304, + "F": 0.0003127541858702898, + "E": 0.00022416235879063606, + "T": 0.0008865252020768821, + "P": 0.23027271032333374, + "-": 0.765993595123291 + }, + "id": "tp_16712" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2089022, + "label": "-", + "classification": { + "B": 3.00727642752463e-05, + "S": 4.8959816922433674e-05, + "I": 0.013275092467665672, + "C": 0.0010263343574479222, + "R": 0.0003214908065274358, + "M": 0.0011620385339483619, + "O": 0.00048060863628052175, + "W": 6.885996117489412e-05, + "N": 0.0010093385353684425, + "Y": 0.013797170482575893, + "U": 5.1641647587530315e-05, + "K": 0.0002566703478805721, + "L": 9.504704939899966e-05, + "G": 0.0034331977367401123, + "F": 0.010301093570888042, + "E": 0.005316282156854868, + "T": 0.007038488052785397, + "P": 0.4067721962928772, + "-": 0.5355153679847717 + }, + "id": "tp_16713" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2089156, + "label": "-", + "classification": { + "B": 6.220664090506034e-06, + "S": 6.073908934922656e-06, + "I": 0.0021807244047522545, + "C": 0.0003583270008675754, + "R": 8.602050365880132e-05, + "M": 0.0004592104523908347, + "O": 0.00017509782628621906, + "W": 2.064035288640298e-05, + "N": 0.0001625816512387246, + "Y": 0.004082392435520887, + "U": 2.619444603624288e-05, + "K": 0.0002118112170137465, + "L": 2.663037957972847e-05, + "G": 0.0012267809361219406, + "F": 0.008271954953670502, + "E": 0.001714201527647674, + "T": 0.002477796981111169, + "P": 0.17254656553268433, + "-": 0.8059606552124023 + }, + "id": "tp_16714" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2089256, + "label": "-", + "classification": { + "B": 8.565151006223459e-07, + "S": 2.7218680997975753e-07, + "I": 0.0006237303023226559, + "C": 8.209068619180471e-05, + "R": 1.1196175364602823e-05, + "M": 6.80348020978272e-05, + "O": 1.5784304196131416e-05, + "W": 1.1694062322931131e-06, + "N": 1.4436776837101206e-05, + "Y": 0.0010579274967312813, + "U": 1.953438186319545e-06, + "K": 1.3594430129160173e-05, + "L": 2.221622708020732e-06, + "G": 0.0002746332611422986, + "F": 0.0013667996972799301, + "E": 0.00040773648652248085, + "T": 0.00043300504330545664, + "P": 0.15772321820259094, + "-": 0.8379014134407043 + }, + "id": "tp_16715" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2089389, + "label": "-", + "classification": { + "B": 0.00038360912003554404, + "S": 0.00044683634769171476, + "I": 0.05362958461046219, + "C": 0.004590900149196386, + "R": 0.0010116460034623742, + "M": 0.0032770377583801746, + "O": 0.0015020322753116488, + "W": 0.0004889136762358248, + "N": 0.006293481681495905, + "Y": 0.030189307406544685, + "U": 0.00030581551254726946, + "K": 0.002432925859466195, + "L": 0.0003586365783121437, + "G": 0.007782941684126854, + "F": 0.01836293563246727, + "E": 0.027055900543928146, + "T": 0.011824729852378368, + "P": 0.39471307396888733, + "-": 0.435349702835083 + }, + "id": "tp_16716" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2089523, + "label": "P", + "classification": { + "B": 0.00029581840499304235, + "S": 5.903095006942749e-05, + "I": 0.003268602304160595, + "C": 0.00028033179114572704, + "R": 3.7734043871751055e-05, + "M": 0.00041054654866456985, + "O": 0.0002447220031172037, + "W": 5.2265721024014056e-05, + "N": 0.0007160540553741157, + "Y": 0.004416509531438351, + "U": 4.0409508073935285e-05, + "K": 0.00037330668419599533, + "L": 4.869252734351903e-05, + "G": 0.003086705459281802, + "F": 0.024461200460791588, + "E": 0.026314588263630867, + "T": 0.0012941800523549318, + "P": 0.5714268088340759, + "-": 0.3631725013256073 + }, + "id": "tp_16717" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2089656, + "label": "-", + "classification": { + "B": 3.529342939145863e-05, + "S": 1.6657704691169783e-05, + "I": 0.0018746801652014256, + "C": 0.00017568247858434916, + "R": 4.4608696043724194e-05, + "M": 0.00041413286817260087, + "O": 0.00015219907800201327, + "W": 1.7605674656806514e-05, + "N": 0.00016478379257023335, + "Y": 0.0033139733131974936, + "U": 1.644590520299971e-05, + "K": 0.0001640983100514859, + "L": 2.1410467525129206e-05, + "G": 0.0018721636151894927, + "F": 0.011211609467864037, + "E": 0.003451940370723605, + "T": 0.0021008679177612066, + "P": 0.328547865152359, + "-": 0.646403968334198 + }, + "id": "tp_16718" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2089756, + "label": "-", + "classification": { + "B": 1.037815991367097e-06, + "S": 3.747072341298008e-08, + "I": 3.52535535057541e-05, + "C": 8.067540306910814e-07, + "R": 8.730336276130402e-08, + "M": 1.023675395117607e-05, + "O": 6.699790901620872e-06, + "W": 5.98536118445736e-08, + "N": 9.61878299676755e-07, + "Y": 2.204571501351893e-05, + "U": 2.0022996594093456e-08, + "K": 7.542441338159733e-09, + "L": 2.374505072566535e-07, + "G": 2.3999831682885997e-05, + "F": 6.579149339813739e-05, + "E": 1.876341957540717e-05, + "T": 8.57212653500028e-05, + "P": 0.27138960361480713, + "-": 0.7283386588096619 + }, + "id": "tp_16719" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2089890, + "label": "-", + "classification": { + "B": 0.00294223939999938, + "S": 0.0004912555450573564, + "I": 0.006793241482228041, + "C": 0.0006249987636692822, + "R": 0.0002274588478030637, + "M": 0.009635183028876781, + "O": 0.003162780310958624, + "W": 0.00028658442897722125, + "N": 0.0002651590039022267, + "Y": 0.006425231229513884, + "U": 2.497621244401671e-05, + "K": 1.1569855814741459e-05, + "L": 0.0022000165190547705, + "G": 0.009518756531178951, + "F": 0.0164794884622097, + "E": 0.010640853084623814, + "T": 0.0044682263396680355, + "P": 0.18599779903888702, + "-": 0.739804208278656 + }, + "id": "tp_16720" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2090023, + "label": "-", + "classification": { + "B": 5.164959588910278e-07, + "S": 4.1091399793913297e-07, + "I": 0.00053790194215253, + "C": 2.4173743440769613e-05, + "R": 1.7716231468511978e-06, + "M": 5.509581387741491e-05, + "O": 1.3742044757236727e-05, + "W": 7.450972816513968e-07, + "N": 1.8914333850261755e-05, + "Y": 0.00028616967028938234, + "U": 5.358582484404906e-07, + "K": 3.39065195475996e-06, + "L": 1.0417894600323052e-06, + "G": 0.00010453264985699207, + "F": 0.0009185242233797908, + "E": 0.0005175471887923777, + "T": 0.00023337236780207604, + "P": 0.24938558042049408, + "-": 0.7478960156440735 + }, + "id": "tp_16721" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2090157, + "label": "-", + "classification": { + "B": 9.16208082344383e-05, + "S": 0.0004069064452778548, + "I": 0.008376729674637318, + "C": 0.0005285800434648991, + "R": 0.00047494599130004644, + "M": 0.0038456704933196306, + "O": 0.0017163436859846115, + "W": 0.00041576180956326425, + "N": 0.0020204000174999237, + "Y": 0.02987104095518589, + "U": 0.00013982447853777558, + "K": 0.0033571321982890368, + "L": 0.0001513649185653776, + "G": 0.004492193926125765, + "F": 0.017014281824231148, + "E": 0.005581885576248169, + "T": 0.02181798592209816, + "P": 0.15132348239421844, + "-": 0.748373806476593 + }, + "id": "tp_16722" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2090257, + "label": "-", + "classification": { + "B": 8.765757115725137e-07, + "S": 1.5088627947079658e-07, + "I": 0.00110142701305449, + "C": 1.4228236068447586e-05, + "R": 3.4339789181103697e-06, + "M": 0.00010615978681016713, + "O": 1.209370657306863e-05, + "W": 3.0175655751918384e-07, + "N": 1.7015916455420665e-05, + "Y": 0.0009530851384624839, + "U": 4.7370497213705676e-07, + "K": 5.027600309404079e-07, + "L": 1.6828158777570934e-06, + "G": 0.0002321330684935674, + "F": 0.00039315700996667147, + "E": 0.00034170274739153683, + "T": 0.0007344310870394111, + "P": 0.31508225202560425, + "-": 0.6810048818588257 + }, + "id": "tp_16723" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2090390, + "label": "-", + "classification": { + "B": 9.367131133330986e-05, + "S": 1.1419567272241693e-05, + "I": 0.0018012630753219128, + "C": 0.0007805555942468345, + "R": 8.731675916351378e-05, + "M": 0.0006768064922653139, + "O": 0.0003062063769903034, + "W": 2.9161110433051363e-05, + "N": 0.00022764375898987055, + "Y": 0.0021807176526635885, + "U": 3.211162402294576e-05, + "K": 0.00011627803178271279, + "L": 4.8581809096504e-05, + "G": 0.0010277380933985114, + "F": 0.006492040120065212, + "E": 0.0030580160673707724, + "T": 0.0017312156269326806, + "P": 0.17638836801052094, + "-": 0.8049108386039734 + }, + "id": "tp_16724" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2090524, + "label": "-", + "classification": { + "B": 1.2758522416334017e-06, + "S": 5.572948793997057e-06, + "I": 0.0013082337100058794, + "C": 0.00012176578457001597, + "R": 3.9997776184463874e-05, + "M": 0.0011392628075554967, + "O": 0.00014086335431784391, + "W": 1.2423366570146754e-05, + "N": 7.011544948909432e-05, + "Y": 0.008098975755274296, + "U": 3.524111889419146e-06, + "K": 0.0002696735318750143, + "L": 8.48684703669278e-06, + "G": 0.000822539790533483, + "F": 0.007871498353779316, + "E": 0.0014912079786881804, + "T": 0.004594605881720781, + "P": 0.04224815219640732, + "-": 0.9317517876625061 + }, + "id": "tp_16725" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2090657, + "label": "-", + "classification": { + "B": 0.00044110423186793923, + "S": 0.0004077102930750698, + "I": 0.017252402380108833, + "C": 0.0009934917325153947, + "R": 0.0005610244697891176, + "M": 0.004625001922249794, + "O": 0.002172343898564577, + "W": 0.0003591503482311964, + "N": 0.0014161833096295595, + "Y": 0.0446007177233696, + "U": 0.00010233421926386654, + "K": 0.0008105094311758876, + "L": 0.00043664826080203056, + "G": 0.009332270361483097, + "F": 0.01924017444252968, + "E": 0.00564026040956378, + "T": 0.017096692696213722, + "P": 0.1684444546699524, + "-": 0.7060674428939819 + }, + "id": "tp_16726" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2090757, + "label": "-", + "classification": { + "B": 0.0007865890511311591, + "S": 0.0006017042323946953, + "I": 0.08226019889116287, + "C": 0.013602782972157001, + "R": 0.0033297038171440363, + "M": 0.009098581969738007, + "O": 0.0031089012045413256, + "W": 0.0007864105864427984, + "N": 0.007056209724396467, + "Y": 0.07454223930835724, + "U": 0.0005155508406460285, + "K": 0.00431666849181056, + "L": 0.0008573249797336757, + "G": 0.0128943407908082, + "F": 0.02326781302690506, + "E": 0.029207902029156685, + "T": 0.019098440185189247, + "P": 0.1951303780078888, + "-": 0.519538164138794 + }, + "id": "tp_16727" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2090891, + "label": "-", + "classification": { + "B": 2.1832771381014027e-05, + "S": 7.828490197425708e-06, + "I": 0.0029284434858709574, + "C": 0.00038079352816566825, + "R": 9.722790127852932e-05, + "M": 0.0006394768133759499, + "O": 0.0001792016701074317, + "W": 1.762358078849502e-05, + "N": 0.0001358790323138237, + "Y": 0.006722485646605492, + "U": 3.532892151270062e-05, + "K": 0.00010938593914033845, + "L": 5.1810042350552976e-05, + "G": 0.002412799745798111, + "F": 0.005934980697929859, + "E": 0.0015284540131688118, + "T": 0.004307733848690987, + "P": 0.16191375255584717, + "-": 0.8125749826431274 + }, + "id": "tp_16728" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2091024, + "label": "-", + "classification": { + "B": 0.0014189948560670018, + "S": 0.0004980180528946221, + "I": 0.000964558101259172, + "C": 0.00035306718200445175, + "R": 0.00010716504039010033, + "M": 0.0008724300423637033, + "O": 0.0015820191474631429, + "W": 0.00017438949726056308, + "N": 0.00023283054179046303, + "Y": 0.0021851714700460434, + "U": 3.3127114875242114e-05, + "K": 3.129680408164859e-05, + "L": 0.00040999246994033456, + "G": 0.003359710332006216, + "F": 0.01910078153014183, + "E": 0.0013655029470100999, + "T": 0.0031465536449104548, + "P": 0.2683839499950409, + "-": 0.6957805156707764 + }, + "id": "tp_16729" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2091158, + "label": "-", + "classification": { + "B": 1.943158349604346e-05, + "S": 5.5736196372890845e-05, + "I": 0.0010608606971800327, + "C": 0.00012742431135848165, + "R": 2.5788171114982106e-05, + "M": 0.0006751004257239401, + "O": 0.00021418114192783833, + "W": 3.1009440135676414e-05, + "N": 0.0001369132660329342, + "Y": 0.01215730793774128, + "U": 3.482402689769515e-06, + "K": 0.0007864378858357668, + "L": 2.0496261640801094e-05, + "G": 0.006270232610404491, + "F": 0.06260596215724945, + "E": 0.0078064980916678905, + "T": 0.0034136585891246796, + "P": 0.11444339156150818, + "-": 0.7901460528373718 + }, + "id": "tp_16730" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2091258, + "label": "-", + "classification": { + "B": 2.7886382667929865e-05, + "S": 1.6800497178337537e-05, + "I": 0.007281782105565071, + "C": 0.0008850116864778101, + "R": 0.0002688042295631021, + "M": 0.0010881256312131882, + "O": 0.0003484101325739175, + "W": 4.809079837286845e-05, + "N": 0.0004422763013280928, + "Y": 0.02948538400232792, + "U": 4.6671830205013976e-05, + "K": 0.0005778228514827788, + "L": 4.7922367230057716e-05, + "G": 0.006146386731415987, + "F": 0.007820325903594494, + "E": 0.0031090781558305025, + "T": 0.0073970602825284, + "P": 0.13444674015045166, + "-": 0.8005154132843018 + }, + "id": "tp_16731" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2091391, + "label": "-", + "classification": { + "B": 6.75107366987504e-05, + "S": 6.1498399190895725e-06, + "I": 0.0028582848608493805, + "C": 0.0004100362421013415, + "R": 9.968120139092207e-05, + "M": 0.001323328586295247, + "O": 0.0005239539314061403, + "W": 2.097761353070382e-05, + "N": 8.222683391068131e-05, + "Y": 0.0019115661270916462, + "U": 9.728663826535922e-06, + "K": 5.361537773751479e-07, + "L": 0.00018128649389836937, + "G": 0.0015624752268195152, + "F": 0.0004924573004245758, + "E": 0.0005082184798084199, + "T": 0.0037820448633283377, + "P": 0.2516147494316101, + "-": 0.7345448732376099 + }, + "id": "tp_16732" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2091525, + "label": "-", + "classification": { + "B": 3.500248203636147e-05, + "S": 1.2727610737783834e-05, + "I": 0.0024336460046470165, + "C": 2.262893394799903e-05, + "R": 4.4753123802365735e-06, + "M": 0.0008861289243213832, + "O": 8.53553501656279e-05, + "W": 4.298074600228574e-06, + "N": 4.3046482460340485e-05, + "Y": 0.001683691400103271, + "U": 1.1373101642675465e-06, + "K": 9.564342917656177e-07, + "L": 3.912943429895677e-05, + "G": 0.0009106845827773213, + "F": 0.002509472658857703, + "E": 0.0012957467697560787, + "T": 0.0016609388403594494, + "P": 0.3211629092693329, + "-": 0.6672080755233765 + }, + "id": "tp_16733" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2091658, + "label": "-", + "classification": { + "B": 1.0699048289097846e-05, + "S": 8.255300599557813e-06, + "I": 0.00042582539026625454, + "C": 1.1474539860500954e-05, + "R": 2.1014720914536156e-06, + "M": 0.00019363712635822594, + "O": 5.9133031754754484e-05, + "W": 5.838552624481963e-06, + "N": 6.196969479788095e-05, + "Y": 0.0018806332955136895, + "U": 2.305841917404905e-06, + "K": 6.677983765257522e-05, + "L": 2.619715360197006e-06, + "G": 0.0004061313811689615, + "F": 0.0019534642342478037, + "E": 0.0012350002070888877, + "T": 0.0013860745821148157, + "P": 0.269000381231308, + "-": 0.7232877016067505 + }, + "id": "tp_16734" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2091758, + "label": "P", + "classification": { + "B": 6.220216164365411e-07, + "S": 1.380476533086039e-07, + "I": 2.943222352769226e-05, + "C": 3.868722444622108e-07, + "R": 7.964092674228596e-08, + "M": 5.0329649639024865e-06, + "O": 3.231981054341304e-06, + "W": 1.699439167168748e-07, + "N": 1.6342045228157076e-06, + "Y": 2.5068964532692917e-05, + "U": 5.48583294346372e-08, + "K": 8.725433531253657e-08, + "L": 3.093605869253224e-07, + "G": 9.156086889561266e-06, + "F": 0.0007212419295683503, + "E": 4.8550857172813267e-05, + "T": 0.0001166675501735881, + "P": 0.501637876033783, + "-": 0.49740028381347656 + }, + "id": "tp_16735" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2091892, + "label": "-", + "classification": { + "B": 3.403536175028421e-05, + "S": 2.6282035832991824e-05, + "I": 0.0002831284946296364, + "C": 2.246020085294731e-05, + "R": 7.156107130867895e-06, + "M": 0.00027194307767786086, + "O": 9.426879842067137e-05, + "W": 9.75172224570997e-06, + "N": 2.3491129468311556e-05, + "Y": 0.0028867938090115786, + "U": 4.281205576717184e-07, + "K": 0.00011878172517754138, + "L": 1.1689640814438462e-05, + "G": 0.004992103669792414, + "F": 0.04842948168516159, + "E": 0.005084462929517031, + "T": 0.0008648755610920489, + "P": 0.09116323292255402, + "-": 0.8456755876541138 + }, + "id": "tp_16736" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2092025, + "label": "-", + "classification": { + "B": 2.470088418249361e-07, + "S": 2.361839364084517e-07, + "I": 0.00021003783331252635, + "C": 3.4162396332249045e-05, + "R": 6.734786893503042e-06, + "M": 7.680208364035934e-05, + "O": 1.6278139810310677e-05, + "W": 5.957402322565031e-07, + "N": 6.8056469899602234e-06, + "Y": 0.001831097761169076, + "U": 1.0847646763068042e-06, + "K": 8.028277989069466e-06, + "L": 1.2747105984090012e-06, + "G": 0.00023658759891986847, + "F": 0.0010265911696478724, + "E": 9.004928142530844e-05, + "T": 0.0009805760346353054, + "P": 0.07332715392112732, + "-": 0.9221456050872803 + }, + "id": "tp_16737" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2092125, + "label": "-", + "classification": { + "B": 0.00010264771117363125, + "S": 0.0003962646587751806, + "I": 0.013147515244781971, + "C": 0.0008920875261537731, + "R": 0.00019233088823966682, + "M": 0.0023099975660443306, + "O": 0.0009190148557536304, + "W": 0.00033243303187191486, + "N": 0.004190152045339346, + "Y": 0.024223163723945618, + "U": 8.246661309385672e-05, + "K": 0.039919670671224594, + "L": 7.311420631594956e-05, + "G": 0.01425074227154255, + "F": 0.07806400209665298, + "E": 0.08251278847455978, + "T": 0.008910435251891613, + "P": 0.2804049551486969, + "-": 0.44907620549201965 + }, + "id": "tp_16738" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2092259, + "label": "-", + "classification": { + "B": 7.97885377323837e-07, + "S": 2.458934318383399e-07, + "I": 0.0002930781338363886, + "C": 2.4298558855662122e-05, + "R": 1.673471047070052e-06, + "M": 8.52830708026886e-05, + "O": 5.683399194822414e-06, + "W": 4.843168994739244e-07, + "N": 1.3127943020663224e-05, + "Y": 0.0009086729842238128, + "U": 6.312070013336779e-07, + "K": 3.928552905563265e-05, + "L": 7.93964090917143e-07, + "G": 0.0001677836844464764, + "F": 0.006730666849762201, + "E": 0.0015992596745491028, + "T": 0.00023367551330011338, + "P": 0.23435285687446594, + "-": 0.7555417418479919 + }, + "id": "tp_16739" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2092392, + "label": "-", + "classification": { + "B": 1.844623938040968e-07, + "S": 4.125422137235546e-08, + "I": 0.003437227802351117, + "C": 3.343761636642739e-05, + "R": 6.466161266871495e-06, + "M": 3.284420381532982e-05, + "O": 3.97129770135507e-06, + "W": 1.8084021746744838e-07, + "N": 3.3198892197106034e-05, + "Y": 0.0018733680481091142, + "U": 2.2476821470718278e-07, + "K": 6.072102678444935e-06, + "L": 2.5552051852173463e-07, + "G": 0.0003268798172939569, + "F": 0.0007457422907464206, + "E": 0.0008133415831252933, + "T": 0.000342299637850374, + "P": 0.389977365732193, + "-": 0.6023669838905334 + }, + "id": "tp_16740" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2092526, + "label": "-", + "classification": { + "B": 4.4590788661480474e-07, + "S": 6.464387070082012e-08, + "I": 0.0004999657394364476, + "C": 2.1305164409568533e-05, + "R": 2.9660857308044797e-06, + "M": 1.3046161257079802e-05, + "O": 4.396695203467971e-06, + "W": 2.57538175674199e-07, + "N": 7.983975592651404e-06, + "Y": 0.0002375104377279058, + "U": 3.352479325258173e-07, + "K": 4.479601898310648e-07, + "L": 6.310681897048198e-07, + "G": 8.88417343958281e-05, + "F": 0.00035350429243408144, + "E": 0.00013861995830666274, + "T": 0.00011132543295389041, + "P": 0.49435853958129883, + "-": 0.5041598677635193 + }, + "id": "tp_16741" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2092626, + "label": "-", + "classification": { + "B": 0.00031397261773236096, + "S": 0.00020445731934159994, + "I": 0.005964532494544983, + "C": 0.0011101129930466413, + "R": 0.0003559750912245363, + "M": 0.0008335671736858785, + "O": 0.0009640405769459903, + "W": 0.0003975122526753694, + "N": 0.0016424754867330194, + "Y": 0.008046595379710197, + "U": 0.00026406676624901593, + "K": 0.003783254884183407, + "L": 9.860925638349727e-05, + "G": 0.0037561804056167603, + "F": 0.025915678590536118, + "E": 0.010652050375938416, + "T": 0.0034555045422166586, + "P": 0.3335541784763336, + "-": 0.5986872315406799 + }, + "id": "tp_16742" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2092759, + "label": "-", + "classification": { + "B": 4.613134478859138e-06, + "S": 8.552041208531591e-07, + "I": 0.0005563590093515813, + "C": 9.26224747672677e-05, + "R": 2.2738629922969267e-05, + "M": 9.546825458528474e-05, + "O": 5.9385212807683274e-05, + "W": 2.414984237475437e-06, + "N": 2.1480593204614706e-05, + "Y": 0.001724098576232791, + "U": 2.539009301472106e-06, + "K": 5.051927473687101e-06, + "L": 6.764263162040152e-06, + "G": 0.0005886659491807222, + "F": 0.0009270505979657173, + "E": 0.00018136590369977057, + "T": 0.0009684080723673105, + "P": 0.10644152760505676, + "-": 0.8882986307144165 + }, + "id": "tp_16743" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2092893, + "label": "P", + "classification": { + "B": 7.919014706203598e-07, + "S": 5.951749244559323e-07, + "I": 6.147094973130152e-05, + "C": 3.911499106834526e-07, + "R": 3.421492067445797e-08, + "M": 5.528155270440038e-06, + "O": 6.3228176259144675e-06, + "W": 1.498911075259457e-07, + "N": 6.647268946835538e-06, + "Y": 1.0149038644158281e-05, + "U": 2.5205318721077674e-08, + "K": 1.0051051191339866e-07, + "L": 1.6891650034267514e-07, + "G": 1.7715588910505176e-05, + "F": 0.00020562666759360582, + "E": 6.579371984116733e-05, + "T": 3.977589221904054e-05, + "P": 0.7452442049980164, + "-": 0.2543344795703888 + }, + "id": "tp_16744" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2093026, + "label": "-", + "classification": { + "B": 1.0351660648666439e-06, + "S": 7.362812652900175e-07, + "I": 0.0006304944399744272, + "C": 1.436853563063778e-05, + "R": 2.2785004603065317e-06, + "M": 5.746290480601601e-05, + "O": 1.5452398656634614e-05, + "W": 1.5537729041170678e-06, + "N": 3.0270919523900375e-05, + "Y": 0.0009445153991691768, + "U": 1.285805637962767e-06, + "K": 1.865940612333361e-05, + "L": 9.81452444648312e-07, + "G": 0.00016136893827933818, + "F": 0.0016032540006563067, + "E": 0.0006346270674839616, + "T": 0.0005557258264161646, + "P": 0.31955868005752563, + "-": 0.6757671236991882 + }, + "id": "tp_16745" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2093126, + "label": "-", + "classification": { + "B": 7.76161024340638e-10, + "S": 2.375407093246906e-10, + "I": 6.934074008313473e-06, + "C": 1.4169447126732848e-07, + "R": 1.61619446714667e-08, + "M": 4.301118678995408e-06, + "O": 1.8656534450656181e-07, + "W": 1.0036571573834863e-09, + "N": 2.3563396567283235e-08, + "Y": 5.8370129409013316e-05, + "U": 4.4672457399919097e-10, + "K": 1.227044910123709e-09, + "L": 4.8578723266246016e-09, + "G": 1.7030139360940666e-06, + "F": 4.596134203893598e-06, + "E": 2.5940980776795186e-06, + "T": 6.14580130786635e-05, + "P": 0.012782958336174488, + "-": 0.9870766997337341 + }, + "id": "tp_16746" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2093260, + "label": "-", + "classification": { + "B": 8.848311416898014e-09, + "S": 1.6702418292879884e-07, + "I": 2.9772359994240105e-05, + "C": 4.398030171159917e-07, + "R": 1.4630776945523394e-07, + "M": 1.7952863345271908e-05, + "O": 3.819149696937529e-06, + "W": 1.6161312998974608e-07, + "N": 1.4906536307535134e-06, + "Y": 0.00039909008773975074, + "U": 2.0877077844261294e-08, + "K": 6.2086942307360005e-06, + "L": 6.214013126282225e-08, + "G": 1.4027701581653673e-05, + "F": 0.001994814956560731, + "E": 4.1884934034897014e-05, + "T": 0.00028543753433041275, + "P": 0.05848805233836174, + "-": 0.938716471195221 + }, + "id": "tp_16747" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2093393, + "label": "-", + "classification": { + "B": 1.1923265219593304e-06, + "S": 3.902350727003068e-06, + "I": 0.0006623730296269059, + "C": 2.4910450520110317e-05, + "R": 4.51742198492866e-06, + "M": 4.699139026342891e-05, + "O": 2.704143298615236e-05, + "W": 3.7614179291267646e-06, + "N": 6.320205284282565e-05, + "Y": 0.0006619293708354235, + "U": 3.096537739111227e-06, + "K": 0.000226695163291879, + "L": 1.2112229796912288e-06, + "G": 0.00010494214802747592, + "F": 0.007111622020602226, + "E": 0.0009527634829282761, + "T": 0.0004519661015365273, + "P": 0.20173563063144684, + "-": 0.7879122495651245 + }, + "id": "tp_16748" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2093527, + "label": "-", + "classification": { + "B": 0.0013113280292600393, + "S": 0.00014087835734244436, + "I": 0.003994963597506285, + "C": 0.0013790992088615894, + "R": 0.00028617065981961787, + "M": 0.0033371467143297195, + "O": 0.0009615845629014075, + "W": 6.643715460086241e-05, + "N": 0.00034916691947728395, + "Y": 0.007053154055029154, + "U": 4.230330523569137e-05, + "K": 6.145287625258788e-05, + "L": 0.0008639372535981238, + "G": 0.02383093349635601, + "F": 0.045030973851680756, + "E": 0.012839367613196373, + "T": 0.00400209054350853, + "P": 0.24920246005058289, + "-": 0.6452465653419495 + }, + "id": "tp_16749" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2093627, + "label": "-", + "classification": { + "B": 3.932142362828017e-07, + "S": 6.567601076312712e-07, + "I": 0.00010905381350312382, + "C": 1.2930388948007021e-05, + "R": 2.2169206204125658e-06, + "M": 3.405021197977476e-05, + "O": 1.3774018043477554e-05, + "W": 1.173931991615973e-06, + "N": 9.259722901333589e-06, + "Y": 0.0007254501688294113, + "U": 6.964629619687912e-07, + "K": 2.4728506105020642e-05, + "L": 7.974583695613546e-07, + "G": 6.612089782720432e-05, + "F": 0.0023602633737027645, + "E": 0.0001735991972964257, + "T": 0.000510184618178755, + "P": 0.09960700571537018, + "-": 0.89634770154953 + }, + "id": "tp_16750" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2093760, + "label": "P", + "classification": { + "B": 1.4684191640412791e-09, + "S": 6.849331768421507e-09, + "I": 0.00010226431913906708, + "C": 1.4876516907236237e-08, + "R": 1.3091067119219701e-09, + "M": 6.010453290627993e-08, + "O": 1.6345889974900274e-08, + "W": 2.6193882618485986e-09, + "N": 9.026063708006404e-06, + "Y": 6.451058425227529e-07, + "U": 5.255469948117764e-10, + "K": 4.577671006700257e-07, + "L": 2.241809932135297e-10, + "G": 4.636802088953118e-07, + "F": 6.767676677554846e-05, + "E": 0.0004017729079350829, + "T": 4.0042925775196636e-07, + "P": 0.9935184121131897, + "-": 0.005898784380406141 + }, + "id": "tp_16751" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2093894, + "label": "P", + "classification": { + "B": 0.0007461810600943863, + "S": 0.00023199556744657457, + "I": 0.02792971022427082, + "C": 0.00136479118373245, + "R": 0.00027660897467285395, + "M": 0.002407464198768139, + "O": 0.0006772468914277852, + "W": 0.00013772259990219027, + "N": 0.003037248272448778, + "Y": 0.007862448692321777, + "U": 0.00021442702563945204, + "K": 0.00022083442308939993, + "L": 0.0003989306860603392, + "G": 0.005340095143765211, + "F": 0.008980863727629185, + "E": 0.016790781170129776, + "T": 0.007245420943945646, + "P": 0.6885877847671509, + "-": 0.2275494933128357 + }, + "id": "tp_16752" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2094027, + "label": "-", + "classification": { + "B": 3.0446759069491236e-07, + "S": 1.0592945045573288e-06, + "I": 0.00015405724116135389, + "C": 8.702652849024162e-06, + "R": 9.123976951741497e-07, + "M": 5.2250634325901046e-05, + "O": 1.4277950867835898e-05, + "W": 1.0210118261966272e-06, + "N": 1.786053144314792e-05, + "Y": 0.0005027794977650046, + "U": 6.329518100756104e-07, + "K": 2.4049953935900703e-05, + "L": 5.364087769521575e-07, + "G": 6.107017543399706e-05, + "F": 0.002514150459319353, + "E": 0.00042137657874263823, + "T": 0.00041049346327781677, + "P": 0.20252789556980133, + "-": 0.7932865619659424 + }, + "id": "tp_16753" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2094127, + "label": "-", + "classification": { + "B": 3.509097012965867e-08, + "S": 7.904219501142506e-09, + "I": 0.00010251027561025694, + "C": 3.917556568922009e-06, + "R": 1.0663472949090647e-07, + "M": 3.3410199193895096e-06, + "O": 5.344739406609733e-07, + "W": 1.300865903886006e-08, + "N": 2.1138571355550084e-06, + "Y": 7.617815572302788e-05, + "U": 2.0907547693127526e-08, + "K": 1.712391650698919e-07, + "L": 2.8673156293734792e-08, + "G": 2.2987482225289568e-05, + "F": 0.000317515543429181, + "E": 0.00012752927432302386, + "T": 2.7760901502915658e-05, + "P": 0.35914334654808044, + "-": 0.6401717066764832 + }, + "id": "tp_16754" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2094261, + "label": "P", + "classification": { + "B": 4.827292650588788e-05, + "S": 2.314628000021912e-05, + "I": 0.0034870021045207977, + "C": 4.468997576623224e-05, + "R": 2.2960502974456176e-05, + "M": 0.0002804257383104414, + "O": 0.00018634411389939487, + "W": 3.000139804498758e-05, + "N": 0.00033806258579716086, + "Y": 0.0014010274317115545, + "U": 8.283354873128701e-06, + "K": 1.707170122244861e-05, + "L": 1.930170583364088e-05, + "G": 0.00037782511208206415, + "F": 0.0017406027764081955, + "E": 0.0005501337582245469, + "T": 0.002914901589974761, + "P": 0.6336794495582581, + "-": 0.35483047366142273 + }, + "id": "tp_16755" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2094394, + "label": "-", + "classification": { + "B": 7.224589808174642e-06, + "S": 1.0534226021263748e-05, + "I": 0.0034984617959707975, + "C": 0.0005028806044720113, + "R": 0.00015527392679359764, + "M": 0.0006182490615174174, + "O": 0.00021872654906474054, + "W": 2.189766564697493e-05, + "N": 0.0002091797796310857, + "Y": 0.008418144658207893, + "U": 3.1645671697333455e-05, + "K": 0.000127152306959033, + "L": 5.170851727598347e-05, + "G": 0.002323746681213379, + "F": 0.00776447169482708, + "E": 0.001402493566274643, + "T": 0.004128314554691315, + "P": 0.20279090106487274, + "-": 0.7677189707756042 + }, + "id": "tp_16756" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2094528, + "label": "-", + "classification": { + "B": 0.00010747747728601098, + "S": 0.00018993964476976544, + "I": 0.06770358234643936, + "C": 0.003739110194146633, + "R": 0.0017504061106592417, + "M": 0.0085789505392313, + "O": 0.0021395038347691298, + "W": 0.00026955310022458434, + "N": 0.0026741221081465483, + "Y": 0.19696028530597687, + "U": 8.909006282920018e-05, + "K": 0.0003534449206199497, + "L": 0.0003328995080664754, + "G": 0.01265297457575798, + "F": 0.004824260715395212, + "E": 0.005021683406084776, + "T": 0.09191762655973434, + "P": 0.07227879762649536, + "-": 0.5284163951873779 + }, + "id": "tp_16757" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2094628, + "label": "-", + "classification": { + "B": 0.0006923493347130716, + "S": 9.436878463020548e-05, + "I": 0.0021980428136885166, + "C": 0.0001635946537135169, + "R": 0.00010108440619660541, + "M": 0.0011126694735139608, + "O": 0.0010706981411203742, + "W": 7.5735297286883e-05, + "N": 0.00015496792912017554, + "Y": 0.003077444154769182, + "U": 2.5765131795196794e-05, + "K": 1.6821184544824064e-05, + "L": 0.00035784172359853983, + "G": 0.0040933662094175816, + "F": 0.007097003515809774, + "E": 0.0018147979862987995, + "T": 0.004180752206593752, + "P": 0.2385573536157608, + "-": 0.7351152300834656 + }, + "id": "tp_16758" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2094761, + "label": "-", + "classification": { + "B": 6.289743851084495e-06, + "S": 1.640754362597363e-06, + "I": 0.00010805782949319109, + "C": 1.99189453269355e-05, + "R": 1.7081625856008031e-06, + "M": 4.634130164049566e-05, + "O": 2.8552716685226187e-05, + "W": 3.261981191826635e-06, + "N": 1.727575363474898e-05, + "Y": 0.0004441733763087541, + "U": 1.3177068467484787e-06, + "K": 8.239537419285625e-05, + "L": 1.4369801419888972e-06, + "G": 0.0003395856183487922, + "F": 0.013796551153063774, + "E": 0.0023310205433517694, + "T": 0.00017205964832101017, + "P": 0.2665921449661255, + "-": 0.7160062193870544 + }, + "id": "tp_16759" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2094895, + "label": "-", + "classification": { + "B": 4.505462129600346e-06, + "S": 1.2354723821772495e-07, + "I": 0.00020282858167774975, + "C": 4.874335900240112e-06, + "R": 9.367421966999245e-07, + "M": 7.309074862860143e-05, + "O": 2.397701973677613e-05, + "W": 2.0651197019105894e-07, + "N": 2.384818344580708e-06, + "Y": 7.022047066129744e-05, + "U": 7.638021770617343e-08, + "K": 1.2370179325316144e-09, + "L": 5.174022589926608e-06, + "G": 7.789453229634091e-05, + "F": 6.29212663625367e-05, + "E": 2.5973920855903998e-05, + "T": 0.0003284427511971444, + "P": 0.3275453448295593, + "-": 0.6715710163116455 + }, + "id": "tp_16760" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2095028, + "label": "P", + "classification": { + "B": 0.001035345601849258, + "S": 0.0010919563937932253, + "I": 0.028952063992619514, + "C": 0.005101697985082865, + "R": 0.0013577089412137866, + "M": 0.0055894991382956505, + "O": 0.002682318678125739, + "W": 0.0010158602381125093, + "N": 0.011859026737511158, + "Y": 0.020213060081005096, + "U": 0.0007553444593213499, + "K": 0.0244474858045578, + "L": 0.0005393068422563374, + "G": 0.024238480255007744, + "F": 0.04874928295612335, + "E": 0.09908834099769592, + "T": 0.01219300925731659, + "P": 0.394297331571579, + "-": 0.31679290533065796 + }, + "id": "tp_16761" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2095128, + "label": "P", + "classification": { + "B": 2.0972440324840136e-05, + "S": 2.0098952518310398e-05, + "I": 0.00033786657149903476, + "C": 9.00846043805359e-06, + "R": 2.5892256871884456e-06, + "M": 3.742997796507552e-05, + "O": 0.00010918782936641946, + "W": 2.071480412269011e-05, + "N": 8.35807149996981e-05, + "Y": 0.00023613107623532414, + "U": 4.736344180855667e-06, + "K": 2.1021260181441903e-05, + "L": 5.864130798727274e-06, + "G": 0.00010118178033735603, + "F": 0.002012308221310377, + "E": 0.00035165046574547887, + "T": 0.0005535687087103724, + "P": 0.5257228016853333, + "-": 0.4703492820262909 + }, + "id": "tp_16762" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2095262, + "label": "P", + "classification": { + "B": 0.0013007322559133172, + "S": 0.0006334998761303723, + "I": 0.02290021814405918, + "C": 0.0026168818585574627, + "R": 0.0005815009935759008, + "M": 0.005671674385666847, + "O": 0.0021132659167051315, + "W": 0.0008142775041051209, + "N": 0.007181387394666672, + "Y": 0.012908215634524822, + "U": 0.0004894871381111443, + "K": 0.008321030996739864, + "L": 0.0004599299281835556, + "G": 0.019628431648015976, + "F": 0.028323501348495483, + "E": 0.10531213879585266, + "T": 0.005931949242949486, + "P": 0.5205333828926086, + "-": 0.2542784810066223 + }, + "id": "tp_16763" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2095395, + "label": "-", + "classification": { + "B": 5.2091753133254315e-08, + "S": 1.968768401638954e-07, + "I": 1.4025748669155291e-06, + "C": 8.505626425403534e-09, + "R": 8.035562215624736e-10, + "M": 2.4159230633813422e-06, + "O": 1.4562789374394924e-06, + "W": 2.4790075769942632e-08, + "N": 1.5673100506319315e-07, + "Y": 4.824619281862397e-06, + "U": 7.269557178446462e-10, + "K": 7.904620957788211e-09, + "L": 1.8074265639711484e-08, + "G": 6.939237664482789e-07, + "F": 0.0002688842942006886, + "E": 8.263949894171674e-06, + "T": 2.5602905225241557e-05, + "P": 0.19884343445301056, + "-": 0.8008424639701843 + }, + "id": "tp_16764" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2095529, + "label": "P", + "classification": { + "B": 1.824453465815168e-05, + "S": 5.8829635236179456e-05, + "I": 0.002280009211972356, + "C": 2.8302027203608304e-05, + "R": 1.321078343607951e-05, + "M": 0.0001691856305114925, + "O": 0.00015308396541513503, + "W": 2.3448978026863188e-05, + "N": 0.0004174356290604919, + "Y": 0.0005786161636933684, + "U": 5.772035819973098e-06, + "K": 5.3510157158598304e-05, + "L": 9.952926120604388e-06, + "G": 0.0003151384007651359, + "F": 0.009203789755702019, + "E": 0.0012870559003204107, + "T": 0.0007096896297298372, + "P": 0.7334578037261963, + "-": 0.25121697783470154 + }, + "id": "tp_16765" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2095629, + "label": "-", + "classification": { + "B": 1.5829822785917713e-08, + "S": 1.2153291706340497e-08, + "I": 2.5487672701274278e-06, + "C": 3.0104480686077295e-08, + "R": 5.1402295753177896e-09, + "M": 1.8328587430005427e-06, + "O": 1.1749799568860908e-06, + "W": 1.2988240705169574e-08, + "N": 2.858401160210633e-08, + "Y": 1.3314820535015315e-05, + "U": 1.0248724091610484e-09, + "K": 1.1177482273083683e-09, + "L": 3.018595506887323e-08, + "G": 2.6376985715614865e-06, + "F": 0.00010119749640580267, + "E": 1.1120783938167733e-06, + "T": 2.3446904378943145e-05, + "P": 0.059571705758571625, + "-": 0.9402809143066406 + }, + "id": "tp_16766" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2095762, + "label": "-", + "classification": { + "B": 3.33543630404165e-06, + "S": 2.4149808268703055e-06, + "I": 0.004746558144688606, + "C": 7.157272921176627e-05, + "R": 3.922235919162631e-05, + "M": 0.0002598926657810807, + "O": 6.073846816434525e-05, + "W": 5.550560672418214e-06, + "N": 0.0001240387646248564, + "Y": 0.013998255133628845, + "U": 2.8535921501315897e-06, + "K": 5.937312380410731e-05, + "L": 3.0637122563348385e-06, + "G": 0.0009569779504090548, + "F": 0.0019533317536115646, + "E": 0.0010574269108474255, + "T": 0.0035355682484805584, + "P": 0.2035791277885437, + "-": 0.7695407271385193 + }, + "id": "tp_16767" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2095896, + "label": "-", + "classification": { + "B": 0.003880472620949149, + "S": 0.0012617377797141671, + "I": 0.038622137159109116, + "C": 0.008402144536376, + "R": 0.0015240624779835343, + "M": 0.0341353639960289, + "O": 0.003528370289131999, + "W": 0.0007539197686128318, + "N": 0.004135402385145426, + "Y": 0.05699503421783447, + "U": 0.000396374030970037, + "K": 0.0014888953883200884, + "L": 0.002968755317851901, + "G": 0.06614840030670166, + "F": 0.032827071845531464, + "E": 0.1271655261516571, + "T": 0.02845129743218422, + "P": 0.16787008941173553, + "-": 0.4194449186325073 + }, + "id": "tp_16768" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2096029, + "label": "-", + "classification": { + "B": 3.2225859758483466e-09, + "S": 1.4563450445592707e-09, + "I": 1.3367985957302153e-05, + "C": 6.03226482098762e-08, + "R": 2.1106760783595746e-09, + "M": 7.787463118802407e-07, + "O": 9.58946841933539e-08, + "W": 2.265323484351711e-09, + "N": 1.449847104595392e-07, + "Y": 9.39794881560374e-06, + "U": 1.1562969470801931e-09, + "K": 8.741237067511065e-09, + "L": 3.402560899701257e-09, + "G": 1.723759510241507e-06, + "F": 7.915403693914413e-05, + "E": 2.656866126926616e-05, + "T": 9.524475899524987e-06, + "P": 0.3640945255756378, + "-": 0.6357646584510803 + }, + "id": "tp_16769" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2096129, + "label": "-", + "classification": { + "B": 1.2083881983926403e-06, + "S": 2.771093363662658e-07, + "I": 0.0014678725274279714, + "C": 6.3951505580917e-05, + "R": 6.964073691051453e-06, + "M": 3.730475509655662e-05, + "O": 1.2876229448011145e-05, + "W": 1.3981752999825403e-06, + "N": 9.702211536932737e-05, + "Y": 0.004597201012074947, + "U": 1.8810128494806122e-06, + "K": 0.0007867157110013068, + "L": 7.226268508020439e-07, + "G": 0.0017450862796977162, + "F": 0.005335720721632242, + "E": 0.012029726058244705, + "T": 0.00046211836161091924, + "P": 0.17019683122634888, + "-": 0.8031551241874695 + }, + "id": "tp_16770" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2096263, + "label": "-", + "classification": { + "B": 4.2215884604956955e-05, + "S": 4.974488911102526e-05, + "I": 0.0015361137920990586, + "C": 0.00019374521798454225, + "R": 4.0380375139648095e-05, + "M": 0.0005008259904570878, + "O": 0.00018160385661758482, + "W": 3.9946749893715605e-05, + "N": 0.0002479516842868179, + "Y": 0.005193083547055721, + "U": 2.492747807991691e-05, + "K": 0.0010747227352112532, + "L": 2.866974136850331e-05, + "G": 0.002880964893847704, + "F": 0.03101368062198162, + "E": 0.008707542903721333, + "T": 0.0028512647841125727, + "P": 0.22701512277126312, + "-": 0.7183774709701538 + }, + "id": "tp_16771" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2096396, + "label": "P", + "classification": { + "B": 0.00101768271997571, + "S": 0.0007255080854520202, + "I": 0.20642873644828796, + "C": 0.0057867239229381084, + "R": 0.0022310521453619003, + "M": 0.010953173972666264, + "O": 0.002794058294966817, + "W": 0.0005940769333392382, + "N": 0.01610637828707695, + "Y": 0.07265825569629669, + "U": 0.00016653125931043178, + "K": 0.0009253783500753343, + "L": 0.0006651886506006122, + "G": 0.01595783792436123, + "F": 0.008843932300806046, + "E": 0.033319469541311264, + "T": 0.022958964109420776, + "P": 0.3921719491481781, + "-": 0.20569507777690887 + }, + "id": "tp_16772" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2096530, + "label": "-", + "classification": { + "B": 1.4889992598909885e-06, + "S": 1.3288903346619918e-06, + "I": 0.0022187833674252033, + "C": 4.831819387618452e-05, + "R": 6.61945023239241e-06, + "M": 0.0001853985886555165, + "O": 1.984446498681791e-05, + "W": 2.416702272967086e-06, + "N": 9.26645880099386e-05, + "Y": 0.003671820042654872, + "U": 2.395161800450296e-06, + "K": 0.00018501919112168252, + "L": 1.4417155398405157e-06, + "G": 0.0006622105138376355, + "F": 0.0018196390010416508, + "E": 0.005562846083194017, + "T": 0.0007807775982655585, + "P": 0.24279284477233887, + "-": 0.7419441938400269 + }, + "id": "tp_16773" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2096630, + "label": "-", + "classification": { + "B": 0.0004114109033253044, + "S": 0.0003061142051592469, + "I": 0.004433589056134224, + "C": 0.000947647902648896, + "R": 0.0005556383403018117, + "M": 0.004044103901833296, + "O": 0.0027011120691895485, + "W": 0.0002601974119897932, + "N": 0.0005434706690721214, + "Y": 0.00847938098013401, + "U": 6.586404924746603e-05, + "K": 2.8555994504131377e-05, + "L": 0.0007829829701222479, + "G": 0.0050177378579974174, + "F": 0.008933375589549541, + "E": 0.002090626396238804, + "T": 0.010384478606283665, + "P": 0.23320652544498444, + "-": 0.7168072462081909 + }, + "id": "tp_16774" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2096763, + "label": "-", + "classification": { + "B": 2.1757508875452913e-05, + "S": 0.00011791638098657131, + "I": 0.005793286021798849, + "C": 0.0004500594804994762, + "R": 0.00017107177700381726, + "M": 0.0006497342837974429, + "O": 0.00041605407022871077, + "W": 0.0002050564216915518, + "N": 0.0013321972219273448, + "Y": 0.01734268106520176, + "U": 9.724192204885185e-05, + "K": 0.02456245943903923, + "L": 2.788677920761984e-05, + "G": 0.0022449323441833258, + "F": 0.03787962719798088, + "E": 0.008982855826616287, + "T": 0.005866871681064367, + "P": 0.1770872175693512, + "-": 0.7167510986328125 + }, + "id": "tp_16775" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2096897, + "label": "-", + "classification": { + "B": 0.03831985220313072, + "S": 0.014019658789038658, + "I": 0.1314762830734253, + "C": 0.033188000321388245, + "R": 0.02095472440123558, + "M": 0.04724133387207985, + "O": 0.03790336102247238, + "W": 0.01205300074070692, + "N": 0.02267473191022873, + "Y": 0.07952545583248138, + "U": 0.0017809324199333787, + "K": 0.002075465861707926, + "L": 0.01966612972319126, + "G": 0.06882502883672714, + "F": 0.02337631769478321, + "E": 0.03550845384597778, + "T": 0.04616696387529373, + "P": 0.13483408093452454, + "-": 0.23041023313999176 + }, + "id": "tp_16776" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2097030, + "label": "-", + "classification": { + "B": 7.947760423121508e-07, + "S": 6.792804470023839e-07, + "I": 0.025501325726509094, + "C": 0.0011444224510341883, + "R": 0.00020012955064885318, + "M": 0.0004924416425637901, + "O": 8.040066313697025e-05, + "W": 4.10674783779541e-06, + "N": 0.00015990724205039442, + "Y": 0.047224320471286774, + "U": 1.4732819408891373e-06, + "K": 3.058561196667142e-05, + "L": 4.492886091611581e-06, + "G": 0.0017083585262298584, + "F": 0.0009934360859915614, + "E": 0.0010724086314439774, + "T": 0.005005666054785252, + "P": 0.07057017087936401, + "-": 0.8458049297332764 + }, + "id": "tp_16777" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2097130, + "label": "-", + "classification": { + "B": 2.078862255949776e-12, + "S": 4.896262215114966e-12, + "I": 1.594329006593398e-07, + "C": 7.520971068153415e-10, + "R": 1.3139372923021142e-10, + "M": 1.2259033788097895e-08, + "O": 3.349452271095288e-09, + "W": 1.384483586802654e-11, + "N": 1.0121344873326166e-09, + "Y": 6.303778718574904e-06, + "U": 7.886925487698981e-12, + "K": 3.0227115255243575e-10, + "L": 1.692197423852626e-11, + "G": 3.497099498872558e-08, + "F": 9.937591130437795e-06, + "E": 4.4402007404187316e-08, + "T": 3.4696499824349303e-06, + "P": 0.015348219312727451, + "-": 0.9846317768096924 + }, + "id": "tp_16778" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2097264, + "label": "P", + "classification": { + "B": 0.0005150256911292672, + "S": 0.0002975458628498018, + "I": 0.00571999279782176, + "C": 0.001129499520175159, + "R": 0.0003156558086629957, + "M": 0.0026010305155068636, + "O": 0.0009541956824250519, + "W": 0.00026434261235408485, + "N": 0.001373868784867227, + "Y": 0.009376014582812786, + "U": 0.00016593915643170476, + "K": 0.0009462781017646194, + "L": 0.0002816593332681805, + "G": 0.006050409749150276, + "F": 0.036917544901371, + "E": 0.01725039817392826, + "T": 0.00649307994171977, + "P": 0.45732957124710083, + "-": 0.4520179033279419 + }, + "id": "tp_16779" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2097397, + "label": "-", + "classification": { + "B": 5.155429789738264e-07, + "S": 6.887249810461071e-07, + "I": 1.4793038644711487e-05, + "C": 2.26123233915132e-07, + "R": 5.5042768565272127e-08, + "M": 6.5525971876923e-05, + "O": 1.1768287549784873e-05, + "W": 3.140227704534482e-07, + "N": 7.425227863677719e-07, + "Y": 0.0004631862975656986, + "U": 2.176729196889937e-08, + "K": 1.5283150105460663e-06, + "L": 3.3860663961604587e-07, + "G": 6.458025745814666e-05, + "F": 0.0005496291560120881, + "E": 2.967787986563053e-05, + "T": 0.0007364788907580078, + "P": 0.018127689138054848, + "-": 0.9799321293830872 + }, + "id": "tp_16780" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2097531, + "label": "-", + "classification": { + "B": 0.00010053128062281758, + "S": 3.171518983435817e-05, + "I": 0.001169309252873063, + "C": 6.364424916682765e-05, + "R": 4.481371070141904e-05, + "M": 0.0006860481225885451, + "O": 0.0008422246901318431, + "W": 5.6163280532928184e-05, + "N": 0.00010814177221618593, + "Y": 0.002658282872289419, + "U": 1.1259027814958245e-05, + "K": 8.073051503743045e-06, + "L": 0.00010016838496085256, + "G": 0.0009758681990206242, + "F": 0.002200848190113902, + "E": 0.00043022105819545686, + "T": 0.004273097030818462, + "P": 0.16542498767375946, + "-": 0.8208146095275879 + }, + "id": "tp_16781" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2097631, + "label": "-", + "classification": { + "B": 0.00025080633349716663, + "S": 9.260862861992791e-05, + "I": 0.0026093802880495787, + "C": 0.0002747568942140788, + "R": 0.0001228825276484713, + "M": 0.0019144117832183838, + "O": 0.0009081183234229684, + "W": 9.042618330568075e-05, + "N": 0.00010982643289025873, + "Y": 0.00404643127694726, + "U": 1.0008878234657459e-05, + "K": 4.869622443948174e-06, + "L": 0.00027513710665516555, + "G": 0.0012392476201057434, + "F": 0.0037215810734778643, + "E": 0.0008954189834184945, + "T": 0.002654167590662837, + "P": 0.14459951221942902, + "-": 0.8361803293228149 + }, + "id": "tp_16782" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2097764, + "label": "P", + "classification": { + "B": 0.0034480635076761246, + "S": 0.0004063167725689709, + "I": 0.02524179220199585, + "C": 0.0012902712915092707, + "R": 0.0001435152516933158, + "M": 0.006607760675251484, + "O": 0.0009662243537604809, + "W": 0.0002531908394303173, + "N": 0.00399563554674387, + "Y": 0.011992961168289185, + "U": 9.666086407378316e-05, + "K": 0.0015581388724967837, + "L": 0.0004213266947772354, + "G": 0.023350995033979416, + "F": 0.014937036670744419, + "E": 0.3541238009929657, + "T": 0.0035208803601562977, + "P": 0.36997032165527344, + "-": 0.17767509818077087 + }, + "id": "tp_16783" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2097898, + "label": "P", + "classification": { + "B": 8.084039677669352e-07, + "S": 3.971557305249007e-07, + "I": 9.071533713722602e-05, + "C": 8.951305972004775e-07, + "R": 1.0440290054702928e-07, + "M": 7.4368731475260574e-06, + "O": 4.964785603078781e-06, + "W": 1.6592235851931036e-07, + "N": 3.820926849584794e-06, + "Y": 1.7250664313905872e-05, + "U": 4.308509815587058e-08, + "K": 1.55876396235044e-08, + "L": 3.8747384678572416e-07, + "G": 1.3759161447524093e-05, + "F": 0.00011835968325613067, + "E": 3.727373041328974e-05, + "T": 9.256348857888952e-05, + "P": 0.6424374580383301, + "-": 0.3571735918521881 + }, + "id": "tp_16784" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2098031, + "label": "-", + "classification": { + "B": 3.709834345499985e-05, + "S": 4.945480759488419e-05, + "I": 0.0023341437336057425, + "C": 0.00020294712157920003, + "R": 4.951101800543256e-05, + "M": 0.0008539550472050905, + "O": 0.00031023917836137116, + "W": 8.499932300765067e-05, + "N": 0.0004194824432488531, + "Y": 0.006190046202391386, + "U": 4.987078864360228e-05, + "K": 0.0037658631335943937, + "L": 2.3867460186011158e-05, + "G": 0.0021093597169965506, + "F": 0.009894628077745438, + "E": 0.006581482011824846, + "T": 0.002895380137488246, + "P": 0.18477007746696472, + "-": 0.7793776392936707 + }, + "id": "tp_16785" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2098131, + "label": "-", + "classification": { + "B": 9.165981282421853e-06, + "S": 1.4214757356967311e-05, + "I": 0.004156114533543587, + "C": 8.220545714721084e-05, + "R": 2.1637866666424088e-05, + "M": 0.00023877497005742043, + "O": 0.00011948066094191745, + "W": 1.672216967563145e-05, + "N": 0.0005205404595471919, + "Y": 0.0020486086141318083, + "U": 1.2367262570478488e-05, + "K": 0.0001234996598213911, + "L": 1.1348935004207306e-05, + "G": 0.0005238754092715681, + "F": 0.004028953146189451, + "E": 0.003095271997153759, + "T": 0.0017754287691786885, + "P": 0.4904547929763794, + "-": 0.49274688959121704 + }, + "id": "tp_16786" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2098265, + "label": "-", + "classification": { + "B": 1.3717815363634145e-06, + "S": 1.8436890059092548e-06, + "I": 0.0022700028494000435, + "C": 0.0001047421246767044, + "R": 4.798938971362077e-05, + "M": 0.00033195645664818585, + "O": 6.933557597221807e-05, + "W": 8.170938599505462e-06, + "N": 8.52381854201667e-05, + "Y": 0.00608418881893158, + "U": 5.632844022329664e-06, + "K": 4.214641376165673e-05, + "L": 1.077574779628776e-05, + "G": 0.00056219391990453, + "F": 0.003753547091037035, + "E": 0.000853625766467303, + "T": 0.004091489594429731, + "P": 0.13726484775543213, + "-": 0.8444108366966248 + }, + "id": "tp_16787" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2098398, + "label": "-", + "classification": { + "B": 8.173587957571726e-07, + "S": 1.4872210840621847e-07, + "I": 0.00035476661287248135, + "C": 1.1489801181596704e-05, + "R": 1.4385616395884426e-06, + "M": 3.325480065541342e-05, + "O": 8.721761332708411e-06, + "W": 5.179978188607492e-07, + "N": 9.025658982864115e-06, + "Y": 0.00037508842069655657, + "U": 8.096371857391205e-07, + "K": 1.4483974837276037e-06, + "L": 1.2856772855229792e-06, + "G": 8.9826418843586e-05, + "F": 0.0005088634788990021, + "E": 0.00017631780065130442, + "T": 0.00035869766725227237, + "P": 0.34570756554603577, + "-": 0.6523598432540894 + }, + "id": "tp_16788" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2098532, + "label": "-", + "classification": { + "B": 1.2797530644093058e-06, + "S": 1.453869685974496e-06, + "I": 0.0006697566132061183, + "C": 1.9028275346499868e-05, + "R": 9.727741598908324e-06, + "M": 0.00011874527262989432, + "O": 3.2595369702903554e-05, + "W": 3.6006415484735044e-06, + "N": 1.8072358216159046e-05, + "Y": 0.003196007339283824, + "U": 1.5676154134780518e-06, + "K": 0.00010138638026546687, + "L": 1.7701482875054353e-06, + "G": 0.00028049928369000554, + "F": 0.0016753539675846696, + "E": 0.00018354796338826418, + "T": 0.001835957751609385, + "P": 0.05091002210974693, + "-": 0.9409395456314087 + }, + "id": "tp_16789" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2098632, + "label": "-", + "classification": { + "B": 0.002705127000808716, + "S": 0.004823243245482445, + "I": 0.04648715257644653, + "C": 0.008626001887023449, + "R": 0.0030042564030736685, + "M": 0.017664458602666855, + "O": 0.008290466852486134, + "W": 0.003141513094305992, + "N": 0.016973095014691353, + "Y": 0.05633158981800079, + "U": 0.0012514668051153421, + "K": 0.023098977282643318, + "L": 0.0025113343726843596, + "G": 0.05905817076563835, + "F": 0.08033600449562073, + "E": 0.08850551396608353, + "T": 0.0403401255607605, + "P": 0.21620017290115356, + "-": 0.3206513822078705 + }, + "id": "tp_16790" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2098765, + "label": "-", + "classification": { + "B": 6.179361093927582e-07, + "S": 1.8550727531874145e-07, + "I": 8.13229416962713e-06, + "C": 1.5052904700496583e-06, + "R": 2.2721457071384066e-07, + "M": 1.8845988961402327e-05, + "O": 1.1253217053308617e-05, + "W": 1.451420246212365e-07, + "N": 4.891476237389725e-07, + "Y": 0.00014047638978809118, + "U": 3.3136274169009994e-08, + "K": 8.541765339487029e-08, + "L": 3.739017984116799e-07, + "G": 3.6031418858328834e-05, + "F": 0.0005570196663029492, + "E": 9.942898941517342e-06, + "T": 0.0002137564733857289, + "P": 0.06328948587179184, + "-": 0.9357113242149353 + }, + "id": "tp_16791" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2098899, + "label": "-", + "classification": { + "B": 3.756797741516493e-05, + "S": 0.00024621732882224023, + "I": 0.011620157398283482, + "C": 0.0067993877455592155, + "R": 0.0025542813818901777, + "M": 0.005228135269135237, + "O": 0.002336625475436449, + "W": 0.00039453498902730644, + "N": 0.0012080256128683686, + "Y": 0.1876356303691864, + "U": 6.90140514052473e-05, + "K": 0.006049755960702896, + "L": 0.00020408310228958726, + "G": 0.021114302799105644, + "F": 0.02815955877304077, + "E": 0.004564202856272459, + "T": 0.04506387934088707, + "P": 0.03372354432940483, + "-": 0.6429910659790039 + }, + "id": "tp_16792" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2099032, + "label": "-", + "classification": { + "B": 1.4158750616388716e-07, + "S": 2.9373561005741067e-07, + "I": 0.0005836947239004076, + "C": 8.938887731346767e-06, + "R": 1.964622470040922e-06, + "M": 8.617912681074813e-05, + "O": 1.1172404811077286e-05, + "W": 6.614795324821898e-07, + "N": 1.0352512617828324e-05, + "Y": 0.0074981446377933025, + "U": 1.508207674305595e-07, + "K": 2.7695909011526965e-05, + "L": 3.2866378774087934e-07, + "G": 0.00021754395856987685, + "F": 0.0010521229123696685, + "E": 0.00028246245346963406, + "T": 0.0016125921392813325, + "P": 0.037914346903562546, + "-": 0.9506911635398865 + }, + "id": "tp_16793" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2099132, + "label": "-", + "classification": { + "B": 0.003815209958702326, + "S": 0.004866424482315779, + "I": 0.024940870702266693, + "C": 0.006109233479946852, + "R": 0.003052819985896349, + "M": 0.016046365723013878, + "O": 0.006444184109568596, + "W": 0.0034472907427698374, + "N": 0.010095554403960705, + "Y": 0.048991233110427856, + "U": 0.0017506261356174946, + "K": 0.03264213725924492, + "L": 0.0026103013660758734, + "G": 0.03792425990104675, + "F": 0.12462659180164337, + "E": 0.07012965530157089, + "T": 0.027483778074383736, + "P": 0.20325440168380737, + "-": 0.3717690110206604 + }, + "id": "tp_16794" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2099266, + "label": "-", + "classification": { + "B": 1.6338891128953037e-08, + "S": 1.372953022382717e-07, + "I": 3.768249007407576e-05, + "C": 2.962247663162998e-06, + "R": 4.0007964230426296e-07, + "M": 8.963444997789338e-06, + "O": 2.664183966771816e-06, + "W": 1.2931064929944114e-07, + "N": 1.516857196293131e-06, + "Y": 0.000244407681748271, + "U": 8.927196404329152e-08, + "K": 1.6224781802520738e-06, + "L": 9.069266582173441e-08, + "G": 1.2285178854654077e-05, + "F": 0.0006420001154765487, + "E": 2.8204205591464415e-05, + "T": 0.00016381300520151854, + "P": 0.07884572446346283, + "-": 0.9200074076652527 + }, + "id": "tp_16795" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2099399, + "label": "-", + "classification": { + "B": 2.5128403649432585e-05, + "S": 7.243474829010665e-05, + "I": 0.0010753662791103125, + "C": 0.00014108057075645775, + "R": 2.661759026523214e-05, + "M": 0.00039801327511668205, + "O": 0.00023244974727276713, + "W": 7.465264934580773e-05, + "N": 0.00034252580371685326, + "Y": 0.004055227618664503, + "U": 2.3501635951106437e-05, + "K": 0.002838138723745942, + "L": 2.0623514501494355e-05, + "G": 0.0024014560040086508, + "F": 0.04488026723265648, + "E": 0.007832295261323452, + "T": 0.002527212258428335, + "P": 0.2783735394477844, + "-": 0.6546593904495239 + }, + "id": "tp_16796" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2099533, + "label": "-", + "classification": { + "B": 2.7632329420157475e-06, + "S": 1.1028357221221086e-05, + "I": 0.005340474657714367, + "C": 9.35294883674942e-05, + "R": 6.21726576355286e-05, + "M": 0.00042842060793191195, + "O": 0.00017247666255570948, + "W": 1.6147650967468508e-05, + "N": 0.0002835187769960612, + "Y": 0.01651502214372158, + "U": 5.374489319365239e-06, + "K": 0.0002891679177992046, + "L": 5.44121439816081e-06, + "G": 0.0009184344671666622, + "F": 0.0028795499820262194, + "E": 0.0006297365762293339, + "T": 0.009675636887550354, + "P": 0.13883790373802185, + "-": 0.8238331079483032 + }, + "id": "tp_16797" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2099633, + "label": "-", + "classification": { + "B": 0.0002498737012501806, + "S": 5.473277997225523e-05, + "I": 0.0013727452605962753, + "C": 0.0002453341439832002, + "R": 6.726015999447554e-05, + "M": 0.0017299391329288483, + "O": 0.0007799365557730198, + "W": 4.574752529151738e-05, + "N": 8.89657239895314e-05, + "Y": 0.0018911275546997786, + "U": 1.8918462956207804e-05, + "K": 7.569697572762379e-06, + "L": 0.0003055778506677598, + "G": 0.0025404873304069042, + "F": 0.003913577646017075, + "E": 0.0009888182394206524, + "T": 0.004397707525640726, + "P": 0.17819008231163025, + "-": 0.8031116724014282 + }, + "id": "tp_16798" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2099766, + "label": "-", + "classification": { + "B": 1.9382914615562186e-05, + "S": 0.00020745996152982116, + "I": 0.0024783883709460497, + "C": 0.00018248539709020406, + "R": 6.773940549464896e-05, + "M": 0.0004163530538789928, + "O": 0.00037391719524748623, + "W": 0.00015658569463994354, + "N": 0.0008162851445376873, + "Y": 0.015946967527270317, + "U": 2.325042623851914e-05, + "K": 0.012120858766138554, + "L": 1.3830512216372881e-05, + "G": 0.002555298153311014, + "F": 0.039437491446733475, + "E": 0.005248769652098417, + "T": 0.0069794971495866776, + "P": 0.20863217115402222, + "-": 0.7043233513832092 + }, + "id": "tp_16799" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2099900, + "label": "-", + "classification": { + "B": 2.745236542978091e-06, + "S": 2.0002805740659824e-06, + "I": 0.0003968641103710979, + "C": 3.364793519722298e-05, + "R": 5.904768386244541e-06, + "M": 9.387598402099684e-05, + "O": 3.5951885365648195e-05, + "W": 3.888632363668876e-06, + "N": 5.175466867513023e-05, + "Y": 0.002022362081333995, + "U": 5.00982559969998e-06, + "K": 0.0006061681779101491, + "L": 1.4954572407077649e-06, + "G": 0.00039439412648789585, + "F": 0.0037430296652019024, + "E": 0.001722197514027357, + "T": 0.0005237440345808864, + "P": 0.1447041779756546, + "-": 0.8456509709358215 + }, + "id": "tp_16800" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2100000, + "label": "P", + "classification": { + "B": 6.55103804092505e-06, + "S": 4.21776894654613e-06, + "I": 0.003771913703531027, + "C": 3.6121196899330243e-05, + "R": 1.6056392269092612e-05, + "M": 6.259094516281039e-05, + "O": 3.9257902244571596e-05, + "W": 6.702784958179109e-06, + "N": 0.00025552307488396764, + "Y": 0.0006324392161332071, + "U": 5.712865458917804e-06, + "K": 5.0037528126267716e-05, + "L": 4.535106654657284e-06, + "G": 0.00028044870123267174, + "F": 0.0033475803211331367, + "E": 0.0008889187010936439, + "T": 0.0005848228465765715, + "P": 0.7286238670349121, + "-": 0.2613827586174011 + }, + "id": "tp_16801" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2100133, + "label": "-", + "classification": { + "B": 0.0004032247234135866, + "S": 0.00046169094275683165, + "I": 0.0035221960861235857, + "C": 0.0006992291891947389, + "R": 0.0002537724212743342, + "M": 0.0029839342460036278, + "O": 0.0018883825978264213, + "W": 0.0004999434459023178, + "N": 0.0009463630267418921, + "Y": 0.009680512361228466, + "U": 0.00018504280888009816, + "K": 0.009003421291708946, + "L": 0.0003283493861090392, + "G": 0.013511138036847115, + "F": 0.05440819635987282, + "E": 0.01514922920614481, + "T": 0.007018953561782837, + "P": 0.1641811579465866, + "-": 0.7148754000663757 + }, + "id": "tp_16802" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2100267, + "label": "-", + "classification": { + "B": 2.8038248274242505e-06, + "S": 4.9143191063194536e-06, + "I": 0.00011532251664903015, + "C": 9.06909644982079e-06, + "R": 4.47711636297754e-06, + "M": 0.0002144907630281523, + "O": 6.272614700719714e-05, + "W": 4.200606326776324e-06, + "N": 9.018313903652597e-06, + "Y": 0.00272074481472373, + "U": 8.541572924514185e-07, + "K": 4.4747881474904716e-05, + "L": 2.542027687013615e-06, + "G": 0.0003321098629385233, + "F": 0.005556558258831501, + "E": 0.0001651995989959687, + "T": 0.0011107728350907564, + "P": 0.054302018135786057, + "-": 0.9353373646736145 + }, + "id": "tp_16803" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2100400, + "label": "P", + "classification": { + "B": 2.6990902568524433e-11, + "S": 2.578130486874386e-10, + "I": 1.2573466847243253e-05, + "C": 5.906782285514112e-10, + "R": 2.3587740094477283e-10, + "M": 1.760482959412002e-08, + "O": 7.465395412964426e-09, + "W": 6.282231679310968e-11, + "N": 1.7628258319746237e-07, + "Y": 1.2328198408795288e-06, + "U": 9.447070729862173e-12, + "K": 7.521804845644908e-10, + "L": 1.986653376528924e-11, + "G": 6.29452330258573e-08, + "F": 3.873386049235705e-06, + "E": 3.2001426575334335e-07, + "T": 3.1814722660783445e-06, + "P": 0.8981436491012573, + "-": 0.10183479636907578 + }, + "id": "tp_16804" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2100501, + "label": "P", + "classification": { + "B": 1.4868111975374632e-05, + "S": 2.4524362743250094e-05, + "I": 0.006754480302333832, + "C": 0.00024138475419022143, + "R": 3.833471055258997e-05, + "M": 0.0007149968296289444, + "O": 0.00016942707588896155, + "W": 2.206623503298033e-05, + "N": 0.0007215869845822453, + "Y": 0.00351902237161994, + "U": 9.208923984260764e-06, + "K": 0.0001766697532730177, + "L": 1.7370504792779684e-05, + "G": 0.001344179385341704, + "F": 0.011110699735581875, + "E": 0.008337341248989105, + "T": 0.0011301420163363218, + "P": 0.610691249370575, + "-": 0.3549625873565674 + }, + "id": "tp_16805" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2100634, + "label": "-", + "classification": { + "B": 1.5731298219634482e-07, + "S": 3.618733401822283e-08, + "I": 3.8711674278602004e-05, + "C": 1.7820144648794667e-06, + "R": 1.7522005180126143e-07, + "M": 6.402981398423435e-06, + "O": 2.936826376753743e-06, + "W": 1.2970137674983562e-07, + "N": 7.813465003891906e-07, + "Y": 7.645988080184907e-05, + "U": 3.7157725785164075e-08, + "K": 7.93511617303011e-07, + "L": 1.0965513297378493e-07, + "G": 3.663362076622434e-05, + "F": 0.0011965014273300767, + "E": 0.00011577171244425699, + "T": 2.362500708841253e-05, + "P": 0.1900855451822281, + "-": 0.8084134459495544 + }, + "id": "tp_16806" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2100767, + "label": "-", + "classification": { + "B": 2.2276508389040828e-06, + "S": 5.37672917744203e-07, + "I": 0.0007321848534047604, + "C": 7.201614062068984e-05, + "R": 1.1204297152289655e-05, + "M": 0.00044242216972634196, + "O": 3.0413772037718445e-05, + "W": 7.94023719663528e-07, + "N": 9.895465154841077e-06, + "Y": 0.01061123888939619, + "U": 1.1594080433496856e-06, + "K": 3.549792154444731e-06, + "L": 5.734334990847856e-06, + "G": 0.0011631293455138803, + "F": 0.0006396399694494903, + "E": 0.0003190988500136882, + "T": 0.004335458390414715, + "P": 0.05067559331655502, + "-": 0.9309437274932861 + }, + "id": "tp_16807" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2100901, + "label": "-", + "classification": { + "B": 1.699851104319805e-08, + "S": 3.382873003943132e-08, + "I": 9.800391126191244e-06, + "C": 1.6240718991866743e-07, + "R": 1.775143765314624e-08, + "M": 2.615331368360785e-06, + "O": 1.340203198196832e-06, + "W": 4.5572704721053015e-08, + "N": 4.767189238918945e-07, + "Y": 5.393481478677131e-05, + "U": 8.641679372090039e-09, + "K": 8.543452736375912e-07, + "L": 1.6688629145278355e-08, + "G": 7.323205409193179e-06, + "F": 0.0009512428077869117, + "E": 2.2475012883660384e-05, + "T": 4.72524443466682e-05, + "P": 0.1356074959039688, + "-": 0.8632949590682983 + }, + "id": "tp_16808" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2101001, + "label": "P", + "classification": { + "B": 5.476638165191616e-08, + "S": 4.834830846789373e-08, + "I": 0.00013510652934201062, + "C": 3.0844910270388937e-07, + "R": 3.7037352740298957e-08, + "M": 1.7266912664126721e-06, + "O": 8.879043775777973e-07, + "W": 2.8189811374090823e-08, + "N": 8.959899787441827e-06, + "Y": 2.1202773496042937e-05, + "U": 2.1659230853288136e-08, + "K": 9.899113138089888e-07, + "L": 1.5744733516953602e-08, + "G": 9.047861567523796e-06, + "F": 0.0002383458922849968, + "E": 0.00019666922162286937, + "T": 2.7495480026118457e-05, + "P": 0.777664303779602, + "-": 0.22169476747512817 + }, + "id": "tp_16809" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2101134, + "label": "-", + "classification": { + "B": 0.0025629790034145117, + "S": 0.0037035115528851748, + "I": 0.0017828611889854074, + "C": 0.006735959090292454, + "R": 0.0019289839547127485, + "M": 0.014288170263171196, + "O": 0.0066125416196882725, + "W": 0.0010771830566227436, + "N": 0.0004458702460397035, + "Y": 0.015238306485116482, + "U": 0.00010306483454769477, + "K": 0.0004030974523629993, + "L": 0.003802591934800148, + "G": 0.03124648705124855, + "F": 0.15912693738937378, + "E": 0.006473690737038851, + "T": 0.01400499977171421, + "P": 0.052340731024742126, + "-": 0.6781219840049744 + }, + "id": "tp_16810" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2101268, + "label": "-", + "classification": { + "B": 0.00021285410912241787, + "S": 8.965231972979382e-05, + "I": 0.0012413219083100557, + "C": 0.00033517132396809757, + "R": 0.00013914507871959358, + "M": 0.0037618614733219147, + "O": 0.0007501606014557183, + "W": 6.359429971780628e-05, + "N": 0.00011816997721325606, + "Y": 0.007280450779944658, + "U": 2.7492997105582617e-05, + "K": 5.604838952422142e-05, + "L": 0.0002534381637815386, + "G": 0.004027178045362234, + "F": 0.021680248901247978, + "E": 0.0027159173041582108, + "T": 0.005952736828476191, + "P": 0.14923886954784393, + "-": 0.8020557165145874 + }, + "id": "tp_16811" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2101401, + "label": "-", + "classification": { + "B": 9.376586240250617e-05, + "S": 1.5325276763178408e-05, + "I": 0.0003213814343325794, + "C": 4.482438453123905e-05, + "R": 1.1431498933234252e-05, + "M": 0.0015157751040533185, + "O": 0.0003152663412038237, + "W": 1.8371732949162833e-05, + "N": 2.254881474073045e-05, + "Y": 0.0025375778786838055, + "U": 5.658381724060746e-06, + "K": 1.4123597793513909e-05, + "L": 6.920841406099498e-05, + "G": 0.0014739910839125514, + "F": 0.005051791202276945, + "E": 0.0008176186238415539, + "T": 0.002739640651270747, + "P": 0.07111046463251114, + "-": 0.913821280002594 + }, + "id": "tp_16812" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2101502, + "label": "-", + "classification": { + "B": 0.0006705042906105518, + "S": 0.0003001544682774693, + "I": 0.004685110412538052, + "C": 0.002512938342988491, + "R": 0.0006556101143360138, + "M": 0.0036088628694415092, + "O": 0.002173140412196517, + "W": 0.0005135760293342173, + "N": 0.0010162658290937543, + "Y": 0.010606495663523674, + "U": 0.00037129223346710205, + "K": 0.0008047831361182034, + "L": 0.0006674184696748853, + "G": 0.007475106045603752, + "F": 0.024178506806492805, + "E": 0.0040591093711555, + "T": 0.010021306574344635, + "P": 0.3198583722114563, + "-": 0.6058215498924255 + }, + "id": "tp_16813" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2101635, + "label": "-", + "classification": { + "B": 6.281096284510568e-05, + "S": 5.185120244277641e-05, + "I": 0.0009383369470015168, + "C": 0.0003454052784945816, + "R": 5.132135993335396e-05, + "M": 0.0005775944446213543, + "O": 0.00025503954384475946, + "W": 4.342298780102283e-05, + "N": 0.00020257419964764267, + "Y": 0.004771637264639139, + "U": 3.0452634746325202e-05, + "K": 0.0006921066669747233, + "L": 3.76539392163977e-05, + "G": 0.0028176873456686735, + "F": 0.024572215974330902, + "E": 0.0034024883061647415, + "T": 0.002489554462954402, + "P": 0.18031467497348785, + "-": 0.7783432006835938 + }, + "id": "tp_16814" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2101768, + "label": "P", + "classification": { + "B": 9.639848576625809e-05, + "S": 0.00014687201473861933, + "I": 0.023298067972064018, + "C": 0.0003242596867494285, + "R": 0.00012448969937395304, + "M": 0.0016697898972779512, + "O": 0.0005657082656398416, + "W": 0.0001299621508223936, + "N": 0.003206317313015461, + "Y": 0.010459602810442448, + "U": 6.33203744655475e-05, + "K": 0.004385286010801792, + "L": 4.3722255213651806e-05, + "G": 0.004218617919832468, + "F": 0.012137378565967083, + "E": 0.013784089125692844, + "T": 0.007955921813845634, + "P": 0.538470447063446, + "-": 0.3789198398590088 + }, + "id": "tp_16815" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2101902, + "label": "-", + "classification": { + "B": 2.0161437797039383e-10, + "S": 1.9893595659681296e-09, + "I": 2.4162818590411916e-05, + "C": 1.4226482392132311e-07, + "R": 5.517897250228998e-08, + "M": 1.4574864053429337e-06, + "O": 2.831781671375211e-07, + "W": 6.007901731663878e-09, + "N": 1.795749682287351e-07, + "Y": 0.0003672870807349682, + "U": 2.7662332424682745e-09, + "K": 1.1017124279533164e-07, + "L": 4.30286029029503e-09, + "G": 2.046640247499454e-06, + "F": 8.142207661876455e-05, + "E": 1.957820131792687e-06, + "T": 0.00016498610784765333, + "P": 0.015553108416497707, + "-": 0.9838026762008667 + }, + "id": "tp_16816" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2102002, + "label": "-", + "classification": { + "B": 5.756895120612171e-07, + "S": 8.05064155429136e-06, + "I": 0.0005077425157651305, + "C": 0.00039496913086622953, + "R": 7.171982724685222e-05, + "M": 0.00029563039424829185, + "O": 0.00014419104263652116, + "W": 1.9798786524916068e-05, + "N": 7.168577576521784e-05, + "Y": 0.0274219810962677, + "U": 3.189997414665413e-06, + "K": 0.009046954102814198, + "L": 7.961645678733476e-06, + "G": 0.0042792512103915215, + "F": 0.0494014210999012, + "E": 0.002603614004328847, + "T": 0.003926330246031284, + "P": 0.020680217072367668, + "-": 0.8811147212982178 + }, + "id": "tp_16817" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2102135, + "label": "I", + "classification": { + "B": 0.00043653545435518026, + "S": 0.003074357286095619, + "I": 0.3305862247943878, + "C": 0.004517382010817528, + "R": 0.0016652691410854459, + "M": 0.005700203590095043, + "O": 0.00270944950170815, + "W": 0.0017555024242028594, + "N": 0.1346355527639389, + "Y": 0.08622795343399048, + "U": 0.0001538997603347525, + "K": 0.1121109127998352, + "L": 0.00022081976931076497, + "G": 0.04069956764578819, + "F": 0.011079348623752594, + "E": 0.15699826180934906, + "T": 0.03405579924583435, + "P": 0.05201086774468422, + "-": 0.02136210910975933 + }, + "id": "tp_16818" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2102269, + "label": "-", + "classification": { + "B": 3.177938560838811e-05, + "S": 6.007182037137682e-06, + "I": 0.0007260737475007772, + "C": 6.06193789280951e-05, + "R": 5.023450285079889e-06, + "M": 0.00025953477597795427, + "O": 7.263704901561141e-05, + "W": 4.319822437537368e-06, + "N": 2.9822667784173973e-05, + "Y": 0.0009849857306107879, + "U": 6.351093020384724e-07, + "K": 1.960783265531063e-06, + "L": 1.0991431736329105e-05, + "G": 0.0005440663080662489, + "F": 0.0038325400091707706, + "E": 0.0022573021706193686, + "T": 0.0003053174295928329, + "P": 0.1911710500717163, + "-": 0.7996953129768372 + }, + "id": "tp_16819" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2102402, + "label": "-", + "classification": { + "B": 9.93653998193622e-07, + "S": 9.619351430956158e-07, + "I": 0.0014052748447284102, + "C": 5.7658919104142115e-05, + "R": 1.5205820091068745e-05, + "M": 0.00031536127789877355, + "O": 5.5788346799090505e-05, + "W": 2.4747605493757874e-06, + "N": 4.3739732063841075e-05, + "Y": 0.003259969875216484, + "U": 2.1823300357937114e-06, + "K": 6.248757927096449e-06, + "L": 6.569709967152448e-06, + "G": 0.0004663058207370341, + "F": 0.0011495384387671947, + "E": 0.00045234221033751965, + "T": 0.003324132412672043, + "P": 0.11743953824043274, + "-": 0.8719956874847412 + }, + "id": "tp_16820" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2102503, + "label": "-", + "classification": { + "B": 2.6852665087062633e-06, + "S": 2.3074298951542005e-06, + "I": 0.001953339437022805, + "C": 0.00020718279120046645, + "R": 3.4034692362183705e-05, + "M": 0.00016191597387660295, + "O": 7.905231905169785e-05, + "W": 7.260612619575113e-06, + "N": 9.865796164376661e-05, + "Y": 0.0014175788965076208, + "U": 1.0326499250368215e-05, + "K": 2.184842378483154e-05, + "L": 1.295395031775115e-05, + "G": 0.0005175868282094598, + "F": 0.002965007908642292, + "E": 0.0004559921217150986, + "T": 0.0014804024249315262, + "P": 0.20422473549842834, + "-": 0.7863472104072571 + }, + "id": "tp_16821" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2102636, + "label": "-", + "classification": { + "B": 1.5963312616218417e-10, + "S": 8.119698247099905e-10, + "I": 2.1382982140494278e-06, + "C": 2.5827405991663e-08, + "R": 4.11786427179095e-09, + "M": 6.220349035856998e-08, + "O": 6.275811870182224e-08, + "W": 5.176004069795681e-09, + "N": 1.111514364993127e-07, + "Y": 2.9428603738779202e-05, + "U": 2.3821962180647915e-09, + "K": 7.89176829130156e-06, + "L": 2.521408082323262e-10, + "G": 1.0594968671284732e-06, + "F": 0.0011680831667035818, + "E": 1.1072454981331248e-05, + "T": 4.012924364360515e-06, + "P": 0.16822533309459686, + "-": 0.8305506706237793 + }, + "id": "tp_16822" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2102769, + "label": "-", + "classification": { + "B": 3.104330062342342e-06, + "S": 1.1230938071093988e-05, + "I": 0.0006956951692700386, + "C": 0.00015168941172305495, + "R": 4.3559328332776204e-05, + "M": 0.00018936852575279772, + "O": 0.00011054757487727329, + "W": 2.2258071112446487e-05, + "N": 0.00010556191409705207, + "Y": 0.0037918142043054104, + "U": 1.3278207006806042e-05, + "K": 0.0009237886988557875, + "L": 8.809583050606307e-06, + "G": 0.0006861623842269182, + "F": 0.0275066327303648, + "E": 0.0016942498041316867, + "T": 0.0013149062870070338, + "P": 0.10562899708747864, + "-": 0.857098400592804 + }, + "id": "tp_16823" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2102903, + "label": "-", + "classification": { + "B": 3.4748045436572284e-05, + "S": 6.236736953724176e-05, + "I": 0.001125950482673943, + "C": 0.00035635242238640785, + "R": 5.136162872076966e-05, + "M": 0.0011092954082414508, + "O": 0.00022158479259815067, + "W": 4.783942858921364e-05, + "N": 0.0002448150480631739, + "Y": 0.007851501926779747, + "U": 1.641854214540217e-05, + "K": 0.001568848267197609, + "L": 3.5663953894982114e-05, + "G": 0.0046877553686499596, + "F": 0.09080220013856888, + "E": 0.015052617527544498, + "T": 0.0020998152904212475, + "P": 0.18809634447097778, + "-": 0.6865347027778625 + }, + "id": "tp_16824" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2103003, + "label": "-", + "classification": { + "B": 1.2904661339518952e-08, + "S": 1.6540830927169736e-08, + "I": 1.6624484487692825e-05, + "C": 1.65606422797282e-06, + "R": 3.7187339785305085e-07, + "M": 1.534937837277539e-05, + "O": 3.4934221275761956e-06, + "W": 3.969748263443762e-08, + "N": 4.001492186489486e-07, + "Y": 0.000490949722006917, + "U": 3.1054309346245645e-08, + "K": 4.2996120441785024e-07, + "L": 1.1206553551801335e-07, + "G": 3.6980200093239546e-05, + "F": 0.00026564544532448053, + "E": 1.03803040474304e-05, + "T": 0.0002780130598694086, + "P": 0.02248525060713291, + "-": 0.9763943552970886 + }, + "id": "tp_16825" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2103136, + "label": "-", + "classification": { + "B": 3.698312139022164e-05, + "S": 3.6481909774011e-05, + "I": 0.004697851836681366, + "C": 0.0001867343671619892, + "R": 0.0001087850978365168, + "M": 0.001121597713790834, + "O": 0.00044969498412683606, + "W": 4.5737971959169954e-05, + "N": 0.0004290917422622442, + "Y": 0.012366926297545433, + "U": 3.6029417969984934e-05, + "K": 0.00015422837168443948, + "L": 6.0672300605801865e-05, + "G": 0.002637745114043355, + "F": 0.005117375869303942, + "E": 0.001989952754229307, + "T": 0.010660102590918541, + "P": 0.1689448207616806, + "-": 0.7909192442893982 + }, + "id": "tp_16826" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2103270, + "label": "P", + "classification": { + "B": 0.0017328988760709763, + "S": 0.006022745277732611, + "I": 0.0994071513414383, + "C": 0.007689252030104399, + "R": 0.00421686377376318, + "M": 0.007562597747892141, + "O": 0.007121932227164507, + "W": 0.003867532592266798, + "N": 0.03704952448606491, + "Y": 0.016467787325382233, + "U": 0.0011018862714990973, + "K": 0.00857685599476099, + "L": 0.0015233716694638133, + "G": 0.011185810901224613, + "F": 0.03742901608347893, + "E": 0.034323278814554214, + "T": 0.017230380326509476, + "P": 0.514378547668457, + "-": 0.18311257660388947 + }, + "id": "tp_16827" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2103403, + "label": "-", + "classification": { + "B": 0.000305914378259331, + "S": 0.00011661653843475506, + "I": 0.0070477998815476894, + "C": 0.0003066052740905434, + "R": 0.00011344568338245153, + "M": 0.002288743620738387, + "O": 0.001203416963107884, + "W": 0.00010187298903474584, + "N": 0.0006638207123614848, + "Y": 0.005102233495563269, + "U": 3.0043091101106256e-05, + "K": 4.82425166410394e-05, + "L": 0.0001804307830752805, + "G": 0.0025886280927807093, + "F": 0.004673137329518795, + "E": 0.003432414960116148, + "T": 0.004238355439156294, + "P": 0.4348917603492737, + "-": 0.5326665043830872 + }, + "id": "tp_16828" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2103504, + "label": "-", + "classification": { + "B": 1.275582235393813e-07, + "S": 1.8437347648614377e-08, + "I": 5.7737674069358036e-05, + "C": 7.710960971962777e-07, + "R": 6.313241129873859e-08, + "M": 9.833491276367567e-06, + "O": 2.4477449187543243e-06, + "W": 4.040296985863279e-08, + "N": 5.511563472282432e-07, + "Y": 4.724768587038852e-05, + "U": 1.0941741734882271e-08, + "K": 3.6296565752991228e-09, + "L": 1.7452708789278404e-07, + "G": 8.61516673467122e-06, + "F": 3.289153391961008e-05, + "E": 1.5027581866888795e-05, + "T": 6.0693328123306856e-05, + "P": 0.27991795539855957, + "-": 0.7198458313941956 + }, + "id": "tp_16829" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2103637, + "label": "-", + "classification": { + "B": 4.088848527317168e-06, + "S": 6.18457306700293e-06, + "I": 0.0029117618687450886, + "C": 7.842671766411513e-05, + "R": 4.154556154389866e-05, + "M": 0.0001961785601451993, + "O": 7.503840606659651e-05, + "W": 1.348176010651514e-05, + "N": 0.00012811414489988238, + "Y": 0.0062937489710748196, + "U": 8.181929842976388e-06, + "K": 2.9967353839310817e-05, + "L": 9.115075044974219e-06, + "G": 0.00031986430985853076, + "F": 0.002931171329692006, + "E": 0.00035328883677721024, + "T": 0.004448066931217909, + "P": 0.240591898560524, + "-": 0.7415598630905151 + }, + "id": "tp_16830" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2103770, + "label": "-", + "classification": { + "B": 2.6033174435724504e-05, + "S": 4.885453381575644e-05, + "I": 0.0032230515498667955, + "C": 0.00022900784097146243, + "R": 5.1788803830277175e-05, + "M": 0.00042955251410603523, + "O": 0.00023136206436902285, + "W": 5.2234972827136517e-05, + "N": 0.0005111415521241724, + "Y": 0.002974393544718623, + "U": 5.187317947275005e-05, + "K": 0.00027452874928712845, + "L": 3.428535637794994e-05, + "G": 0.000771978113334626, + "F": 0.00858681183308363, + "E": 0.0019807214848697186, + "T": 0.0031213306356221437, + "P": 0.30980876088142395, + "-": 0.6675924062728882 + }, + "id": "tp_16831" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2103904, + "label": "-", + "classification": { + "B": 8.54996699217736e-07, + "S": 6.107513854658464e-07, + "I": 0.0004898923798464239, + "C": 2.4033934096223675e-05, + "R": 6.663768999715103e-06, + "M": 0.00014708774688187987, + "O": 3.098241359111853e-05, + "W": 1.1107298405477195e-06, + "N": 1.1533477845659945e-05, + "Y": 0.0016027766978368163, + "U": 8.316895332427521e-07, + "K": 1.3105618563713506e-06, + "L": 2.6164545943174744e-06, + "G": 0.00022711198835168034, + "F": 0.00042449490865692496, + "E": 5.623577089863829e-05, + "T": 0.0033372207544744015, + "P": 0.10667451471090317, + "-": 0.8869600892066956 + }, + "id": "tp_16832" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2104004, + "label": "P", + "classification": { + "B": 0.015536936931312084, + "S": 0.002396170748397708, + "I": 0.06114766374230385, + "C": 0.006152311805635691, + "R": 0.003947433549910784, + "M": 0.022631516680121422, + "O": 0.008797421120107174, + "W": 0.0018235966563224792, + "N": 0.00769710773602128, + "Y": 0.04383758455514908, + "U": 0.0010516333859413862, + "K": 0.00032829606789164245, + "L": 0.008754825219511986, + "G": 0.04154234752058983, + "F": 0.01354234665632248, + "E": 0.02803856134414673, + "T": 0.04267225041985512, + "P": 0.3882928192615509, + "-": 0.3018091917037964 + }, + "id": "tp_16833" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2104137, + "label": "-", + "classification": { + "B": 0.00023578853870276362, + "S": 0.00028522172942757607, + "I": 0.002391472226008773, + "C": 0.00015323895786423236, + "R": 5.92754477111157e-05, + "M": 0.0024165373761206865, + "O": 0.0007683233707211912, + "W": 0.00017407276027370244, + "N": 0.0005010434542782605, + "Y": 0.018809188157320023, + "U": 6.178937474032864e-05, + "K": 0.0021825372241437435, + "L": 0.0001377756561851129, + "G": 0.008713147602975368, + "F": 0.03684261068701744, + "E": 0.009383784607052803, + "T": 0.010365968570113182, + "P": 0.1661267876625061, + "-": 0.7403915524482727 + }, + "id": "tp_16834" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2104271, + "label": "P", + "classification": { + "B": 1.694403908913955e-05, + "S": 3.8577163650188595e-05, + "I": 0.16872334480285645, + "C": 0.00020554826187435538, + "R": 3.214058597222902e-05, + "M": 0.0014232542598620057, + "O": 0.00010627732262946665, + "W": 1.4736659068148583e-05, + "N": 0.006691315211355686, + "Y": 0.00910485815256834, + "U": 8.69566122219112e-07, + "K": 0.00018205617379862815, + "L": 6.061251497158082e-06, + "G": 0.0022282665595412254, + "F": 0.0017526372103020549, + "E": 0.04321758449077606, + "T": 0.0035917088389396667, + "P": 0.6915282011032104, + "-": 0.07113558053970337 + }, + "id": "tp_16835" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2104404, + "label": "-", + "classification": { + "B": 4.02519901854248e-08, + "S": 2.079771377339057e-08, + "I": 1.6629106539767236e-05, + "C": 3.697665817981033e-07, + "R": 4.443353773808667e-08, + "M": 9.713589861348737e-07, + "O": 1.151602532445395e-06, + "W": 3.184984365134369e-08, + "N": 7.873171625760733e-07, + "Y": 3.0392191547434777e-05, + "U": 1.0050904108993564e-08, + "K": 1.3251217012566485e-07, + "L": 3.123750502709299e-08, + "G": 1.0511606888030656e-05, + "F": 0.0007419729372486472, + "E": 1.5455852917511947e-05, + "T": 3.188073605997488e-05, + "P": 0.38212403655052185, + "-": 0.6170254945755005 + }, + "id": "tp_16836" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2104505, + "label": "-", + "classification": { + "B": 7.700839432800421e-08, + "S": 1.5347480086802534e-07, + "I": 0.00034288130700588226, + "C": 3.2981897675199434e-06, + "R": 8.847849244375539e-07, + "M": 2.1840874978806823e-05, + "O": 7.75541593611706e-06, + "W": 3.0939406769903144e-07, + "N": 9.69186658039689e-06, + "Y": 0.0008711752016097307, + "U": 1.298097913604579e-07, + "K": 1.542463360237889e-05, + "L": 1.8544118063346104e-07, + "G": 0.00013277407560963184, + "F": 0.0015927717322483659, + "E": 0.00014674538397230208, + "T": 0.00035092580947093666, + "P": 0.14020009338855743, + "-": 0.8563029170036316 + }, + "id": "tp_16837" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2104638, + "label": "-", + "classification": { + "B": 0.0004571073513943702, + "S": 0.0002871934848371893, + "I": 0.004098562523722649, + "C": 0.0017132970970124006, + "R": 0.00046497044968418777, + "M": 0.004348000045865774, + "O": 0.0015278877690434456, + "W": 0.0003392805519979447, + "N": 0.0009308233275078237, + "Y": 0.01911875791847706, + "U": 0.00030713973683305085, + "K": 0.0031701549887657166, + "L": 0.0004747252678498626, + "G": 0.01405730564147234, + "F": 0.04868287220597267, + "E": 0.011462639085948467, + "T": 0.010950617492198944, + "P": 0.20335200428962708, + "-": 0.6742566227912903 + }, + "id": "tp_16838" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2104771, + "label": "-", + "classification": { + "B": 0.00020228204084560275, + "S": 2.1971927708364092e-05, + "I": 0.001800292287953198, + "C": 0.0002642515755724162, + "R": 7.691178325330839e-05, + "M": 0.0011260081082582474, + "O": 0.000497044122312218, + "W": 5.5847038311185315e-05, + "N": 9.305145795224234e-05, + "Y": 0.003254177048802376, + "U": 2.4945680706878193e-05, + "K": 1.0767072126327548e-05, + "L": 0.00013667299936059862, + "G": 0.0013474073493853211, + "F": 0.002648092107847333, + "E": 0.0010724794119596481, + "T": 0.00299872481264174, + "P": 0.1920095682144165, + "-": 0.792359471321106 + }, + "id": "tp_16839" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2104905, + "label": "P", + "classification": { + "B": 6.050874617358204e-06, + "S": 6.753483830834739e-06, + "I": 0.0033849042374640703, + "C": 9.672244777902961e-05, + "R": 2.979947385028936e-05, + "M": 6.597999163204804e-05, + "O": 5.3612253395840526e-05, + "W": 1.6814286937005818e-05, + "N": 0.00046834477689117193, + "Y": 0.0017416052287444472, + "U": 1.2987164154765196e-05, + "K": 0.0012834783410653472, + "L": 4.17701721744379e-06, + "G": 0.0007612679619342089, + "F": 0.015531065873801708, + "E": 0.0067858584225177765, + "T": 0.000708464824128896, + "P": 0.6020991802215576, + "-": 0.3669429123401642 + }, + "id": "tp_16840" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2105005, + "label": "P", + "classification": { + "B": 0.0010061500361189246, + "S": 0.0003860887954942882, + "I": 0.04710078239440918, + "C": 0.0009901260491460562, + "R": 0.0003600217751227319, + "M": 0.0022533144801855087, + "O": 0.00107656791806221, + "W": 0.00027299736393615603, + "N": 0.004231481347233057, + "Y": 0.004015364684164524, + "U": 7.338247814914212e-05, + "K": 0.00017874584591481835, + "L": 0.0004435357404872775, + "G": 0.0060063316486775875, + "F": 0.013072020374238491, + "E": 0.014797327108681202, + "T": 0.003333039116114378, + "P": 0.7089868783950806, + "-": 0.19141586124897003 + }, + "id": "tp_16841" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2105138, + "label": "P", + "classification": { + "B": 8.618571155238897e-05, + "S": 7.459096195816528e-06, + "I": 0.01271195150911808, + "C": 0.0003384552546776831, + "R": 3.198792182956822e-05, + "M": 0.0007276644464582205, + "O": 6.183468940434977e-05, + "W": 8.968200745584909e-06, + "N": 0.0007056169561110437, + "Y": 0.0016589845763519406, + "U": 1.2468248314689845e-05, + "K": 6.080466482671909e-05, + "L": 2.5643521439633332e-05, + "G": 0.0018831236520782113, + "F": 0.002975253853946924, + "E": 0.022960858419537544, + "T": 0.0006028001080267131, + "P": 0.8047348260879517, + "-": 0.1504051238298416 + }, + "id": "tp_16842" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2105272, + "label": "-", + "classification": { + "B": 0.00011692626867443323, + "S": 0.00024415168445557356, + "I": 0.002504064468666911, + "C": 0.00018006401660386473, + "R": 0.00011053762136725709, + "M": 0.0003772004274651408, + "O": 0.0006373266223818064, + "W": 0.00027603365015238523, + "N": 0.001020121038891375, + "Y": 0.003104305360466242, + "U": 8.11364152468741e-05, + "K": 0.0019524181261658669, + "L": 4.586223076330498e-05, + "G": 0.0013917614705860615, + "F": 0.030902232974767685, + "E": 0.005161442793905735, + "T": 0.002198589500039816, + "P": 0.4654991030693054, + "-": 0.4841966927051544 + }, + "id": "tp_16843" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2105405, + "label": "P", + "classification": { + "B": 0.002379381563514471, + "S": 0.0010798143921419978, + "I": 0.08144626766443253, + "C": 0.004855021368712187, + "R": 0.0011950171319767833, + "M": 0.006153767928481102, + "O": 0.0018740736413747072, + "W": 0.0009701554663479328, + "N": 0.023098284378647804, + "Y": 0.0163972619920969, + "U": 0.0009708260768093169, + "K": 0.016143659129738808, + "L": 0.0006199846975505352, + "G": 0.02425195276737213, + "F": 0.01958206109702587, + "E": 0.19520513713359833, + "T": 0.009410924278199673, + "P": 0.4638901352882385, + "-": 0.13047634065151215 + }, + "id": "tp_16844" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2105506, + "label": "P", + "classification": { + "B": 1.7771366600527472e-08, + "S": 6.14008897059648e-08, + "I": 0.0002067326713586226, + "C": 3.0237856663006824e-07, + "R": 2.8091649895145565e-08, + "M": 7.670410013815854e-07, + "O": 4.5281279881237424e-07, + "W": 6.389628737224484e-08, + "N": 1.3766210940957535e-05, + "Y": 5.495799996424466e-06, + "U": 1.951668870958656e-08, + "K": 9.859602414508117e-07, + "L": 5.290823779091625e-09, + "G": 2.198469928771374e-06, + "F": 5.631634485325776e-05, + "E": 0.00012156282173236832, + "T": 6.643256710958667e-06, + "P": 0.9513509273529053, + "-": 0.04823371022939682 + }, + "id": "tp_16845" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2105639, + "label": "-", + "classification": { + "B": 8.672958210809156e-05, + "S": 3.840418139589019e-05, + "I": 0.007635890506207943, + "C": 0.0009840831626206636, + "R": 0.00024985443451441824, + "M": 0.0005777623155154288, + "O": 0.00037900751340202987, + "W": 9.108940867008641e-05, + "N": 0.0010832847328856587, + "Y": 0.004319282248616219, + "U": 0.00013378860603552312, + "K": 0.0008406428387388587, + "L": 6.187499093357474e-05, + "G": 0.0020158810075372458, + "F": 0.014445986598730087, + "E": 0.006010450888425112, + "T": 0.002772176405414939, + "P": 0.4724715054035187, + "-": 0.4858023226261139 + }, + "id": "tp_16846" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2105772, + "label": "-", + "classification": { + "B": 4.359291324362857e-06, + "S": 2.619802216941025e-06, + "I": 0.0005300854681991041, + "C": 7.368310616584495e-05, + "R": 1.4651447600044776e-05, + "M": 0.0006702902028337121, + "O": 7.187595474533737e-05, + "W": 2.059821554212249e-06, + "N": 1.3189492165111005e-05, + "Y": 0.0037299087271094322, + "U": 1.001557052404678e-06, + "K": 9.978920161302085e-07, + "L": 2.1152582121430896e-05, + "G": 0.0006986845983192325, + "F": 0.003676184918731451, + "E": 0.0003685388946905732, + "T": 0.0024472177028656006, + "P": 0.06296084076166153, + "-": 0.924712598323822 + }, + "id": "tp_16847" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2105906, + "label": "-", + "classification": { + "B": 4.547127446130617e-06, + "S": 6.193624813022325e-06, + "I": 0.0030000070109963417, + "C": 0.00026607399922795594, + "R": 0.00010786365601234138, + "M": 0.0009850255446508527, + "O": 0.00019093170703854412, + "W": 1.016673650156008e-05, + "N": 7.307125633815303e-05, + "Y": 0.01139632984995842, + "U": 6.190282419993309e-06, + "K": 1.1935632755921688e-05, + "L": 3.2454128813697025e-05, + "G": 0.0012031327933073044, + "F": 0.0034489305689930916, + "E": 0.00034434717963449657, + "T": 0.010869073681533337, + "P": 0.062382183969020844, + "-": 0.9056615829467773 + }, + "id": "tp_16848" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2106006, + "label": "-", + "classification": { + "B": 1.488083256617756e-07, + "S": 2.961498637432669e-07, + "I": 0.0014036954380571842, + "C": 1.6846142898430116e-06, + "R": 1.272718179734511e-07, + "M": 9.409425547346473e-05, + "O": 6.793950888095424e-06, + "W": 1.851235964522857e-07, + "N": 2.560178836574778e-05, + "Y": 0.0008477828232571483, + "U": 2.9557497782661812e-08, + "K": 1.17449349090748e-06, + "L": 1.9125707240164047e-07, + "G": 5.426726056612097e-05, + "F": 0.00020403752569109201, + "E": 0.0008888468146324158, + "T": 0.0006980275502428412, + "P": 0.2786071002483368, + "-": 0.7171659469604492 + }, + "id": "tp_16849" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2106139, + "label": "-", + "classification": { + "B": 4.978895731255761e-07, + "S": 4.258601791207184e-07, + "I": 2.83479894278571e-05, + "C": 3.3448359317844734e-06, + "R": 1.2413685226420057e-06, + "M": 1.3144323020242155e-05, + "O": 1.1965691555815283e-05, + "W": 9.025215490510163e-07, + "N": 2.345360599065316e-06, + "Y": 0.0006458316347561777, + "U": 2.029209014153821e-07, + "K": 1.0058332009066362e-05, + "L": 3.16854141146905e-07, + "G": 6.765269063180313e-05, + "F": 0.0049867467023432255, + "E": 5.2331470214994624e-05, + "T": 0.00015344476560130715, + "P": 0.08050292730331421, + "-": 0.9135183691978455 + }, + "id": "tp_16850" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2106273, + "label": "-", + "classification": { + "B": 6.903352414155961e-07, + "S": 2.1618275241053198e-06, + "I": 0.0009301186655648053, + "C": 9.374806541018188e-05, + "R": 2.599794061097782e-05, + "M": 0.00010936089529423043, + "O": 4.3363197619328275e-05, + "W": 8.885437637218274e-06, + "N": 7.474882295355201e-05, + "Y": 0.002830259734764695, + "U": 7.535013537562918e-06, + "K": 0.0012060202425345778, + "L": 2.373922825427144e-06, + "G": 0.0004602575208991766, + "F": 0.00630383612588048, + "E": 0.001245478168129921, + "T": 0.0008490932523272932, + "P": 0.10795854777097702, + "-": 0.8778474926948547 + }, + "id": "tp_16851" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2106406, + "label": "-", + "classification": { + "B": 0.00033309246646240354, + "S": 0.0003640249778982252, + "I": 0.0051514264196157455, + "C": 0.0013194632483646274, + "R": 0.00027585800853557885, + "M": 0.0043102349154651165, + "O": 0.0019017084268853068, + "W": 0.0002752650179900229, + "N": 0.0006364696891978383, + "Y": 0.00674525136128068, + "U": 9.796636004466563e-05, + "K": 0.00010693437798181549, + "L": 0.000732227461412549, + "G": 0.0031455415301024914, + "F": 0.018980350345373154, + "E": 0.007574977818876505, + "T": 0.0079388078302145, + "P": 0.23079177737236023, + "-": 0.7093186378479004 + }, + "id": "tp_16852" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2106507, + "label": "-", + "classification": { + "B": 0.0007580334786325693, + "S": 7.03560363035649e-05, + "I": 0.0055934712290763855, + "C": 0.0005117138498462737, + "R": 8.152597729349509e-05, + "M": 0.001916839275509119, + "O": 0.0004886893439106643, + "W": 6.68714419589378e-05, + "N": 0.0002803566458169371, + "Y": 0.0026348812971264124, + "U": 1.968446304090321e-05, + "K": 1.7005226254696026e-05, + "L": 0.0002762977092061192, + "G": 0.0050057009793818, + "F": 0.008948259986937046, + "E": 0.009764847345650196, + "T": 0.0019795119296759367, + "P": 0.4592447578907013, + "-": 0.5023412704467773 + }, + "id": "tp_16853" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2106640, + "label": "-", + "classification": { + "B": 2.406624389550416e-06, + "S": 3.5286707316117827e-06, + "I": 0.0008332680445164442, + "C": 5.0133134209318087e-05, + "R": 7.909506166470237e-06, + "M": 2.9893297323724255e-05, + "O": 2.870648677344434e-05, + "W": 7.734643986623269e-06, + "N": 9.906907507684082e-05, + "Y": 0.000557891558855772, + "U": 8.879338565748185e-06, + "K": 0.00017135011148639023, + "L": 1.8166239215133828e-06, + "G": 9.8287986475043e-05, + "F": 0.005404515191912651, + "E": 0.0007247848552651703, + "T": 0.0004944439278915524, + "P": 0.3984416723251343, + "-": 0.5930337905883789 + }, + "id": "tp_16854" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2106773, + "label": "-", + "classification": { + "B": 1.680606510490179e-05, + "S": 1.2123924534535035e-05, + "I": 0.010903039947152138, + "C": 0.002163872355595231, + "R": 0.0007794707780703902, + "M": 0.0022321396972984076, + "O": 0.000633016403298825, + "W": 3.5449262213660404e-05, + "N": 0.0002627958310768008, + "Y": 0.028881115838885307, + "U": 4.579179221764207e-05, + "K": 2.931434937636368e-05, + "L": 0.00018489095964469016, + "G": 0.005707755219191313, + "F": 0.002431016881018877, + "E": 0.0009757096413522959, + "T": 0.022516578435897827, + "P": 0.06196507439017296, + "-": 0.8602240085601807 + }, + "id": "tp_16855" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2106907, + "label": "-", + "classification": { + "B": 3.210427166777663e-05, + "S": 4.44166362285614e-05, + "I": 0.00615580752491951, + "C": 0.000723951612599194, + "R": 0.00019791557861026376, + "M": 0.0011205875780433416, + "O": 0.0003722951514646411, + "W": 7.714469393249601e-05, + "N": 0.0006450707442127168, + "Y": 0.009434166364371777, + "U": 5.6068583944579586e-05, + "K": 0.0009644687524996698, + "L": 5.1277824240969494e-05, + "G": 0.0029836504254490137, + "F": 0.01596514694392681, + "E": 0.006689149886369705, + "T": 0.0036690637934952974, + "P": 0.2530074715614319, + "-": 0.6978102326393127 + }, + "id": "tp_16856" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2107007, + "label": "-", + "classification": { + "B": 5.628821782011073e-07, + "S": 4.140715077483037e-07, + "I": 1.6963991583907045e-05, + "C": 7.545485914306482e-06, + "R": 1.0706246484915027e-06, + "M": 7.316391020140145e-06, + "O": 9.021631740324665e-06, + "W": 1.0803323675645515e-06, + "N": 1.7001801779770176e-06, + "Y": 0.0001894227898446843, + "U": 3.564872486094828e-07, + "K": 2.8188496798975393e-05, + "L": 3.493541953503154e-07, + "G": 4.7924193495418876e-05, + "F": 0.005102638155221939, + "E": 8.56219558045268e-05, + "T": 5.789688293589279e-05, + "P": 0.08404769003391266, + "-": 0.9103943109512329 + }, + "id": "tp_16857" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2107140, + "label": "-", + "classification": { + "B": 0.00016728743503335863, + "S": 0.0007334972615353763, + "I": 0.01209609117358923, + "C": 0.0017762539209797978, + "R": 0.0006461732555180788, + "M": 0.003242099890485406, + "O": 0.0018573397537693381, + "W": 0.0005704555660486221, + "N": 0.003174850018694997, + "Y": 0.01450827531516552, + "U": 0.0004596197104547173, + "K": 0.0043096584267914295, + "L": 0.0004671785864047706, + "G": 0.003661318449303508, + "F": 0.03600721433758736, + "E": 0.011610439978539944, + "T": 0.015240555629134178, + "P": 0.25934115052223206, + "-": 0.6301305294036865 + }, + "id": "tp_16858" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2107274, + "label": "-", + "classification": { + "B": 3.9148300857050344e-05, + "S": 3.525913416524418e-05, + "I": 0.003085463773459196, + "C": 0.0005578012787736952, + "R": 0.00011499150423333049, + "M": 0.0006774626672267914, + "O": 0.00023436085029970855, + "W": 7.744728645775467e-05, + "N": 0.0004446314414963126, + "Y": 0.00786353275179863, + "U": 6.16776742390357e-05, + "K": 0.004675586707890034, + "L": 3.201474464731291e-05, + "G": 0.0034093984868377447, + "F": 0.028698990121483803, + "E": 0.014391045086085796, + "T": 0.001995636150240898, + "P": 0.23391631245613098, + "-": 0.6996893286705017 + }, + "id": "tp_16859" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2107407, + "label": "-", + "classification": { + "B": 3.2365289371227846e-05, + "S": 0.00013176702486816794, + "I": 0.007381812669336796, + "C": 0.0003110978868789971, + "R": 0.00014610881044063717, + "M": 0.0006952483090572059, + "O": 0.0005162770394235849, + "W": 0.00020969289471395314, + "N": 0.0012631014687940478, + "Y": 0.014182924292981625, + "U": 6.825742457294837e-05, + "K": 0.0021842345595359802, + "L": 4.711664587375708e-05, + "G": 0.00201091798953712, + "F": 0.02147330343723297, + "E": 0.0048065464943647385, + "T": 0.009713816456496716, + "P": 0.3285238742828369, + "-": 0.606301486492157 + }, + "id": "tp_16860" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2107508, + "label": "P", + "classification": { + "B": 4.209473445371259e-07, + "S": 1.2082729199391906e-06, + "I": 0.0038785629440099, + "C": 5.4349624406313524e-05, + "R": 4.346131390775554e-06, + "M": 3.665917392936535e-05, + "O": 1.7298378224950284e-05, + "W": 1.8770435872283997e-06, + "N": 0.000245368923060596, + "Y": 0.00022294952941592783, + "U": 1.2086036349501228e-06, + "K": 2.4512111849617213e-05, + "L": 7.780236614962632e-07, + "G": 6.206508260220289e-05, + "F": 0.0009800737025216222, + "E": 0.001118123298510909, + "T": 0.00021472829394042492, + "P": 0.6701984405517578, + "-": 0.32293692231178284 + }, + "id": "tp_16861" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2107641, + "label": "-", + "classification": { + "B": 6.203791417647153e-05, + "S": 2.144508653145749e-05, + "I": 0.006085630506277084, + "C": 0.0005192979006096721, + "R": 0.00015959898883011192, + "M": 0.0006059863953851163, + "O": 0.0005088030593469739, + "W": 5.9473361034179106e-05, + "N": 0.00043939208262600005, + "Y": 0.002103733364492655, + "U": 3.952300176024437e-05, + "K": 5.7948251196648926e-05, + "L": 7.680102862650529e-05, + "G": 0.0018940011505037546, + "F": 0.004343407228589058, + "E": 0.0014994589146226645, + "T": 0.0021856327075511217, + "P": 0.4133761525154114, + "-": 0.5659617185592651 + }, + "id": "tp_16862" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2107774, + "label": "P", + "classification": { + "B": 0.0024586976505815983, + "S": 0.0014718080637976527, + "I": 0.01184170413762331, + "C": 0.000727604201529175, + "R": 0.00040740889380685985, + "M": 0.003562538418918848, + "O": 0.0050867218524217606, + "W": 0.0010927602415904403, + "N": 0.0028348667547106743, + "Y": 0.004869064316153526, + "U": 0.0003266306594014168, + "K": 0.00014560800627805293, + "L": 0.0015193452127277851, + "G": 0.003960061818361282, + "F": 0.00862341932952404, + "E": 0.006492494605481625, + "T": 0.009781325235962868, + "P": 0.5396620035171509, + "-": 0.3951358497142792 + }, + "id": "tp_16863" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2107908, + "label": "-", + "classification": { + "B": 7.962546987982932e-06, + "S": 1.0369057235948276e-05, + "I": 0.0042666057124733925, + "C": 8.481016266159713e-05, + "R": 3.3682139473967254e-05, + "M": 0.0004485109820961952, + "O": 0.00013491538993548602, + "W": 1.3021857739659026e-05, + "N": 0.00017864879919216037, + "Y": 0.0043905251659452915, + "U": 4.688132776209386e-06, + "K": 7.323300906136865e-06, + "L": 1.1242503205721732e-05, + "G": 0.0003101714828517288, + "F": 0.0009813070064410567, + "E": 0.0003746897273231298, + "T": 0.005230641458183527, + "P": 0.28390204906463623, + "-": 0.6996088624000549 + }, + "id": "tp_16864" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2108008, + "label": "-", + "classification": { + "B": 0.0014231387758627534, + "S": 0.0015744133852422237, + "I": 0.020399456843733788, + "C": 0.0016104565002024174, + "R": 0.0008468315354548395, + "M": 0.008678710088133812, + "O": 0.00478752888739109, + "W": 0.0011927082668989897, + "N": 0.00525329727679491, + "Y": 0.02094080112874508, + "U": 0.00040691759204491973, + "K": 0.009437908418476582, + "L": 0.0012208475964143872, + "G": 0.032528720796108246, + "F": 0.06809507310390472, + "E": 0.05447883531451225, + "T": 0.017389332875609398, + "P": 0.31165584921836853, + "-": 0.43807926774024963 + }, + "id": "tp_16865" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2108141, + "label": "-", + "classification": { + "B": 2.93313905785908e-06, + "S": 2.673777999007143e-06, + "I": 0.0008479063399136066, + "C": 5.388664794736542e-05, + "R": 1.0383698281657416e-05, + "M": 7.912805449450389e-05, + "O": 4.468207771424204e-05, + "W": 5.9390317801444326e-06, + "N": 6.646673136856407e-05, + "Y": 0.0013966261176392436, + "U": 5.415053692559013e-06, + "K": 9.073114779312164e-05, + "L": 3.998564352514222e-06, + "G": 0.0003846700128633529, + "F": 0.007067281752824783, + "E": 0.0009515283163636923, + "T": 0.0007296250551007688, + "P": 0.20952239632606506, + "-": 0.7787337303161621 + }, + "id": "tp_16866" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2108275, + "label": "-", + "classification": { + "B": 4.6964554911710366e-08, + "S": 9.433222203369951e-08, + "I": 4.677876131609082e-05, + "C": 3.1964432309905533e-06, + "R": 4.4112067598689464e-07, + "M": 4.425635052029975e-05, + "O": 7.569700755993836e-06, + "W": 1.6721207884984324e-07, + "N": 1.5913630022623693e-06, + "Y": 0.0003145401715300977, + "U": 6.26197333986056e-08, + "K": 9.168492738353962e-07, + "L": 3.988782566466398e-07, + "G": 5.603711542789824e-05, + "F": 0.001423041569069028, + "E": 6.995299918344244e-05, + "T": 0.0002684766077436507, + "P": 0.07920543849468231, + "-": 0.9185569882392883 + }, + "id": "tp_16867" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2108375, + "label": "-", + "classification": { + "B": 4.7593016461178195e-06, + "S": 3.288860898464918e-05, + "I": 0.0033648882526904345, + "C": 0.0007668955367989838, + "R": 0.00019040648476220667, + "M": 0.0004848579701501876, + "O": 0.000354040035745129, + "W": 8.408025314565748e-05, + "N": 0.0007853920105844736, + "Y": 0.023429134860634804, + "U": 2.2354241082211956e-05, + "K": 0.009120391681790352, + "L": 1.4527701750921551e-05, + "G": 0.003368132282048464, + "F": 0.04507133364677429, + "E": 0.0089732576161623, + "T": 0.005203409120440483, + "P": 0.12651681900024414, + "-": 0.7722123861312866 + }, + "id": "tp_16868" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2108509, + "label": "-", + "classification": { + "B": 5.0987698507753976e-09, + "S": 1.0015043017119751e-08, + "I": 1.7296566511504352e-05, + "C": 2.165440378121275e-07, + "R": 5.157232507713161e-08, + "M": 9.543970236336463e-07, + "O": 5.204003059589013e-07, + "W": 1.132293103722759e-08, + "N": 3.0904791969987855e-07, + "Y": 8.612915553385392e-05, + "U": 5.1409760892795475e-09, + "K": 5.363041566397442e-08, + "L": 1.0411176809554945e-08, + "G": 6.1017281041131355e-06, + "F": 0.00016376237908843905, + "E": 3.1296699489757884e-06, + "T": 6.077763100620359e-05, + "P": 0.19186891615390778, + "-": 0.8077917695045471 + }, + "id": "tp_16869" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2108642, + "label": "-", + "classification": { + "B": 7.937751070130616e-05, + "S": 1.319658196052842e-07, + "I": 0.0004242995928507298, + "C": 3.917604772141203e-06, + "R": 1.1269345350228832e-06, + "M": 0.00012525309284683317, + "O": 4.891523713013157e-05, + "W": 4.1276328488493164e-07, + "N": 1.1265153716522036e-06, + "Y": 6.70985464239493e-05, + "U": 1.953454642489305e-08, + "K": 2.1975955777353562e-10, + "L": 1.1002554856531788e-05, + "G": 0.00023126350424718112, + "F": 2.218384361185599e-05, + "E": 8.772868022788316e-05, + "T": 0.00010567384742898867, + "P": 0.32754626870155334, + "-": 0.6712441444396973 + }, + "id": "tp_16870" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2108775, + "label": "-", + "classification": { + "B": 0.00017326249508187175, + "S": 5.2297771617304534e-05, + "I": 0.01641824282705784, + "C": 0.0002502480347175151, + "R": 9.235450124833733e-05, + "M": 0.0015635037561878562, + "O": 0.0006045460468158126, + "W": 5.881515971850604e-05, + "N": 0.0003072282124776393, + "Y": 0.02608508989214897, + "U": 5.6726180446275976e-06, + "K": 2.8662348086072598e-06, + "L": 0.00010060558270197362, + "G": 0.0016541836084797978, + "F": 0.0011188705684617162, + "E": 0.0007409793906845152, + "T": 0.012212244793772697, + "P": 0.294178307056427, + "-": 0.6443806886672974 + }, + "id": "tp_16871" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2108876, + "label": "P", + "classification": { + "B": 9.921691525960341e-05, + "S": 2.2567368432646617e-05, + "I": 0.00614528264850378, + "C": 0.00030257413163781166, + "R": 5.832828173879534e-05, + "M": 0.0004803223127964884, + "O": 0.00018570662359707057, + "W": 3.391655263840221e-05, + "N": 0.0006484772311523557, + "Y": 0.001354856532998383, + "U": 4.324659676058218e-05, + "K": 7.948881830088794e-05, + "L": 4.8349389544455335e-05, + "G": 0.0012503992766141891, + "F": 0.004510924220085144, + "E": 0.00537065090611577, + "T": 0.001717424369417131, + "P": 0.6845409274101257, + "-": 0.29310739040374756 + }, + "id": "tp_16872" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2109009, + "label": "-", + "classification": { + "B": 2.579135980340652e-06, + "S": 2.4450600903946906e-06, + "I": 0.0005197115824557841, + "C": 2.8389185899868608e-05, + "R": 2.910458761107293e-06, + "M": 0.00023410785070154816, + "O": 2.671173024282325e-05, + "W": 3.4934298582811607e-06, + "N": 4.466054087970406e-05, + "Y": 0.007073717657476664, + "U": 7.665620955776831e-07, + "K": 0.0008229335071519017, + "L": 1.4656369557997095e-06, + "G": 0.002390271984040737, + "F": 0.012474659830331802, + "E": 0.014272646978497505, + "T": 0.0012133559212088585, + "P": 0.11480715125799179, + "-": 0.846078097820282 + }, + "id": "tp_16873" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2109142, + "label": "-", + "classification": { + "B": 1.378560455123079e-06, + "S": 3.244131221435964e-07, + "I": 8.636985876364633e-05, + "C": 1.584788151376415e-06, + "R": 2.4753023808443686e-07, + "M": 7.639523573743645e-06, + "O": 9.460040018893778e-06, + "W": 4.732163176868198e-07, + "N": 4.748403625853825e-06, + "Y": 7.867666136007756e-05, + "U": 1.1512565123439344e-07, + "K": 1.5181883838977228e-07, + "L": 3.098867864537169e-07, + "G": 1.780098864401225e-05, + "F": 9.045417391462252e-05, + "E": 9.071142267202958e-05, + "T": 0.00010517402552068233, + "P": 0.47829729318618774, + "-": 0.5212071537971497 + }, + "id": "tp_16874" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2109276, + "label": "-", + "classification": { + "B": 2.793555893276789e-07, + "S": 6.234954241790547e-08, + "I": 8.105693996185437e-05, + "C": 1.2769995691996883e-06, + "R": 4.1732053546184034e-07, + "M": 6.095623575674836e-06, + "O": 5.58854526389041e-06, + "W": 1.3196402903759008e-07, + "N": 2.8891474812553497e-06, + "Y": 0.00010494839807506651, + "U": 7.633996546019262e-08, + "K": 5.76120385176182e-07, + "L": 1.2140318972342357e-07, + "G": 5.439290180220269e-05, + "F": 0.0005396377528086305, + "E": 5.276437514112331e-05, + "T": 7.753205863991752e-05, + "P": 0.4412524104118347, + "-": 0.5578197836875916 + }, + "id": "tp_16875" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2109376, + "label": "-", + "classification": { + "B": 9.445139781405487e-09, + "S": 9.794901778548137e-09, + "I": 1.3328416571312118e-05, + "C": 1.6550358168387902e-06, + "R": 2.0971602054942196e-07, + "M": 4.3739888155869266e-07, + "O": 4.147987908709183e-07, + "W": 5.525257407157369e-08, + "N": 6.585983669538109e-07, + "Y": 0.00021717556228395551, + "U": 4.988380197801234e-08, + "K": 6.809129263274372e-05, + "L": 1.1930396226489393e-08, + "G": 2.6632655135472305e-05, + "F": 0.005256373435258865, + "E": 0.00010183232370764017, + "T": 2.1751580788986757e-05, + "P": 0.09625553339719772, + "-": 0.8980357646942139 + }, + "id": "tp_16876" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2109510, + "label": "-", + "classification": { + "B": 2.65364654694622e-08, + "S": 1.206540645171117e-08, + "I": 2.1743295292253606e-05, + "C": 1.2996690657018917e-06, + "R": 1.3114942021275056e-07, + "M": 6.915598532941658e-06, + "O": 9.721704827825306e-07, + "W": 3.852411367688546e-08, + "N": 4.935264428240771e-07, + "Y": 0.0001646839955355972, + "U": 2.70874256358411e-08, + "K": 7.790439667587634e-06, + "L": 2.6459742841211664e-08, + "G": 2.401464917056728e-05, + "F": 0.0010224638972431421, + "E": 0.0001157451988547109, + "T": 3.878861025441438e-05, + "P": 0.0694655105471611, + "-": 0.9291293621063232 + }, + "id": "tp_16877" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2109643, + "label": "-", + "classification": { + "B": 3.706221832544543e-05, + "S": 4.924142558593303e-06, + "I": 0.0005849689478054643, + "C": 0.00011554478987818584, + "R": 1.5466357581317425e-05, + "M": 0.00021433721121866256, + "O": 0.00012362028064671904, + "W": 6.7825558289769106e-06, + "N": 3.559642573236488e-05, + "Y": 0.0008690402028150856, + "U": 5.414088718680432e-06, + "K": 4.45471414423082e-06, + "L": 2.7758820579038e-05, + "G": 0.001053694519214332, + "F": 0.0030944268219172955, + "E": 0.0004899931373074651, + "T": 0.0011654034024104476, + "P": 0.32044717669487, + "-": 0.6717043519020081 + }, + "id": "tp_16878" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2109776, + "label": "-", + "classification": { + "B": 5.78459804501108e-08, + "S": 2.8676785746029054e-07, + "I": 0.0002304709778400138, + "C": 5.163648893358186e-05, + "R": 1.849033469625283e-05, + "M": 4.9848404160002246e-05, + "O": 2.6618819902068935e-05, + "W": 5.993674108140112e-07, + "N": 8.450069799437188e-06, + "Y": 0.001486296532675624, + "U": 5.620631782221608e-07, + "K": 2.6126842840312747e-06, + "L": 1.0954631761705969e-06, + "G": 0.0001152154291048646, + "F": 0.0006358657265082002, + "E": 4.120244921068661e-05, + "T": 0.0008448539883829653, + "P": 0.03533657267689705, + "-": 0.961149275302887 + }, + "id": "tp_16879" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2109877, + "label": "P", + "classification": { + "B": 3.1096249585971236e-05, + "S": 8.640859050501604e-06, + "I": 0.0023636664263904095, + "C": 4.0336479287361726e-05, + "R": 6.459316864493303e-06, + "M": 0.0002576535625848919, + "O": 5.400264126365073e-05, + "W": 7.599316177220317e-06, + "N": 0.00021456168906297535, + "Y": 0.0008615023107267916, + "U": 4.905897640128387e-06, + "K": 3.416180334170349e-05, + "L": 8.345738024218008e-06, + "G": 0.0003875817346852273, + "F": 0.0013979568611830473, + "E": 0.0027403642889112234, + "T": 0.0005453049088828266, + "P": 0.7928645014762878, + "-": 0.19817131757736206 + }, + "id": "tp_16880" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2110010, + "label": "-", + "classification": { + "B": 0.00011613910464802757, + "S": 0.00010138550715055317, + "I": 0.004566973075270653, + "C": 0.0004817255539819598, + "R": 0.00019070447888225317, + "M": 0.0015830333577468991, + "O": 0.0008185906335711479, + "W": 0.00014881342940498143, + "N": 0.0008941925480030477, + "Y": 0.010061551816761494, + "U": 0.0001025089222821407, + "K": 0.00205667014233768, + "L": 0.00010890268458751962, + "G": 0.004992078058421612, + "F": 0.022509129717946053, + "E": 0.009900735691189766, + "T": 0.004937967285513878, + "P": 0.2855497896671295, + "-": 0.6508790254592896 + }, + "id": "tp_16881" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2110143, + "label": "P", + "classification": { + "B": 1.4900383149551999e-08, + "S": 2.5306201578700893e-09, + "I": 2.2064739823690616e-05, + "C": 1.3573392720900301e-07, + "R": 5.991180440645394e-09, + "M": 7.307865530492563e-07, + "O": 1.4667367054244096e-07, + "W": 8.422659902862506e-09, + "N": 5.987336635371321e-07, + "Y": 1.2879481801064685e-05, + "U": 4.746687043422071e-09, + "K": 1.129729184867756e-06, + "L": 3.3054965431489336e-09, + "G": 7.3110340963467024e-06, + "F": 0.0004808513622265309, + "E": 0.0002272373385494575, + "T": 7.206155714811757e-06, + "P": 0.592404842376709, + "-": 0.40683484077453613 + }, + "id": "tp_16882" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2110277, + "label": "-", + "classification": { + "B": 0.00034186834818683565, + "S": 0.0009290017187595367, + "I": 0.011121843941509724, + "C": 0.0031200700905174017, + "R": 0.0018209762638434768, + "M": 0.006121370941400528, + "O": 0.004781721625477076, + "W": 0.0011606133775785565, + "N": 0.002256366889923811, + "Y": 0.027940567582845688, + "U": 0.0004164092242717743, + "K": 0.004016040358692408, + "L": 0.000756300869397819, + "G": 0.009267960675060749, + "F": 0.0435347817838192, + "E": 0.006238143425434828, + "T": 0.01972692646086216, + "P": 0.12867076694965363, + "-": 0.7277781367301941 + }, + "id": "tp_16883" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2110377, + "label": "-", + "classification": { + "B": 3.959406058129389e-06, + "S": 2.2327781152853277e-06, + "I": 0.00025523785734549165, + "C": 7.56826648284914e-06, + "R": 9.293554512623814e-07, + "M": 0.00011633818212430924, + "O": 2.23672413994791e-05, + "W": 2.080749482047395e-06, + "N": 3.539664612617344e-05, + "Y": 0.0007041424978524446, + "U": 1.7232163145308732e-06, + "K": 0.00013674261572305113, + "L": 1.4212392898116377e-06, + "G": 0.0002673789858818054, + "F": 0.0051692696288228035, + "E": 0.002527146600186825, + "T": 0.00046345716691575944, + "P": 0.33466026186943054, + "-": 0.6556223630905151 + }, + "id": "tp_16884" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2110511, + "label": "-", + "classification": { + "B": 4.249136864586944e-08, + "S": 8.916946114823077e-08, + "I": 4.420517507242039e-05, + "C": 1.5456572555194725e-06, + "R": 2.75792018555876e-07, + "M": 5.493629032571334e-06, + "O": 2.4080084131128388e-06, + "W": 1.6615780396023183e-07, + "N": 1.6510147133885766e-06, + "Y": 0.00012654026795644313, + "U": 5.3549836565025544e-08, + "K": 1.2200993069200194e-06, + "L": 6.227216431398119e-08, + "G": 9.494348887528758e-06, + "F": 0.0005794491153210402, + "E": 3.14232638629619e-05, + "T": 8.709476969670504e-05, + "P": 0.1994834542274475, + "-": 0.7996253371238708 + }, + "id": "tp_16885" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2110644, + "label": "-", + "classification": { + "B": 3.758029924938455e-05, + "S": 1.3270132512843702e-05, + "I": 0.0019824025221168995, + "C": 0.00012640893692150712, + "R": 3.286281935288571e-05, + "M": 0.0005970905185677111, + "O": 0.0002913649659603834, + "W": 2.119627060892526e-05, + "N": 0.0001415656297467649, + "Y": 0.0015678550116717815, + "U": 1.2225439604662824e-05, + "K": 1.731633165036328e-05, + "L": 5.1963790610898286e-05, + "G": 0.001029631937853992, + "F": 0.0030810481403023005, + "E": 0.0014033140614628792, + "T": 0.002114727860316634, + "P": 0.2934168875217438, + "-": 0.6940611600875854 + }, + "id": "tp_16886" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2110777, + "label": "-", + "classification": { + "B": 7.433468999806792e-05, + "S": 0.00017281256441492587, + "I": 0.015394764952361584, + "C": 0.0008656670688651502, + "R": 0.0002936071250587702, + "M": 0.004634176380932331, + "O": 0.0010422308696433902, + "W": 0.00019214465282857418, + "N": 0.001531090005300939, + "Y": 0.03627035766839981, + "U": 4.5802127715433016e-05, + "K": 0.0012578606838360429, + "L": 9.33069532038644e-05, + "G": 0.006865378003567457, + "F": 0.017428215593099594, + "E": 0.009375710040330887, + "T": 0.022963082417845726, + "P": 0.22791841626167297, + "-": 0.6535810232162476 + }, + "id": "tp_16887" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2110878, + "label": "-", + "classification": { + "B": 1.745432564348448e-05, + "S": 5.335786681825994e-06, + "I": 0.0019215750508010387, + "C": 0.00020341442723292857, + "R": 4.176107904640958e-05, + "M": 0.0001913998567033559, + "O": 0.00014741820632480085, + "W": 1.4754020412510727e-05, + "N": 8.864730625646189e-05, + "Y": 0.0009491825476288795, + "U": 6.6116408561356366e-06, + "K": 3.4813697311619762e-06, + "L": 1.6639267414575443e-05, + "G": 0.00019002884801011533, + "F": 0.0009748488664627075, + "E": 0.00018599383474793285, + "T": 0.0010750913061201572, + "P": 0.22231917083263397, + "-": 0.7716472148895264 + }, + "id": "tp_16888" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2111011, + "label": "P", + "classification": { + "B": 0.006342415232211351, + "S": 0.0018490515649318695, + "I": 0.04619240015745163, + "C": 0.0020049072336405516, + "R": 0.001213287701830268, + "M": 0.007330736611038446, + "O": 0.00461742514744401, + "W": 0.0013102662051096559, + "N": 0.006345999892801046, + "Y": 0.010397468693554401, + "U": 0.0004131181340198964, + "K": 0.00023395799507852644, + "L": 0.0020368334371596575, + "G": 0.008697278797626495, + "F": 0.009189767763018608, + "E": 0.013008542358875275, + "T": 0.01397550106048584, + "P": 0.5788205862045288, + "-": 0.2860204875469208 + }, + "id": "tp_16889" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2111144, + "label": "P", + "classification": { + "B": 5.0844450015574694e-05, + "S": 2.451044747431297e-05, + "I": 0.0788998007774353, + "C": 0.0013327046763151884, + "R": 0.0004906717804260552, + "M": 0.0013021772028878331, + "O": 0.0004496583133004606, + "W": 4.027227987535298e-05, + "N": 0.0016737963305786252, + "Y": 0.016442416235804558, + "U": 2.8314638257143088e-05, + "K": 2.8512229619082063e-05, + "L": 0.00011269871902186424, + "G": 0.0038353244308382273, + "F": 0.0016498216427862644, + "E": 0.0024123790208250284, + "T": 0.010949796065688133, + "P": 0.535786509513855, + "-": 0.34448978304862976 + }, + "id": "tp_16890" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2111278, + "label": "P", + "classification": { + "B": 2.3854208848206326e-05, + "S": 2.0915420009259833e-06, + "I": 9.09196533029899e-05, + "C": 3.937185283575673e-06, + "R": 7.477976851077983e-07, + "M": 1.44811474456219e-05, + "O": 1.9429544408922084e-05, + "W": 1.21321784263273e-06, + "N": 1.3401814612734597e-05, + "Y": 9.943264012690634e-05, + "U": 4.59954065945567e-07, + "K": 4.667083146614459e-07, + "L": 2.1727221337641822e-06, + "G": 9.267558198189363e-05, + "F": 0.000599271384999156, + "E": 0.00014038935478311032, + "T": 0.00019687025633174926, + "P": 0.6786068081855774, + "-": 0.3200913965702057 + }, + "id": "tp_16891" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2111378, + "label": "P", + "classification": { + "B": 2.544091557865613e-06, + "S": 1.170822542917449e-05, + "I": 0.006812958046793938, + "C": 2.0488227164605632e-05, + "R": 1.481121580582112e-05, + "M": 9.139717440120876e-05, + "O": 5.2747618610737845e-05, + "W": 9.791865522856824e-06, + "N": 0.0006870253710076213, + "Y": 0.001884971628896892, + "U": 3.9134101825766265e-06, + "K": 0.0005464472924359143, + "L": 1.8098780856234953e-06, + "G": 0.00027894641971215606, + "F": 0.004169120453298092, + "E": 0.001463581225834787, + "T": 0.0011220740852877498, + "P": 0.6899844408035278, + "-": 0.29284122586250305 + }, + "id": "tp_16892" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2111512, + "label": "P", + "classification": { + "B": 0.00031531279091723263, + "S": 0.0004933123709633946, + "I": 0.010147051885724068, + "C": 0.0007523546810261905, + "R": 0.0001947833807207644, + "M": 0.0014328121906146407, + "O": 0.0009598497999832034, + "W": 0.00037073538987897336, + "N": 0.003087832825258374, + "Y": 0.006349210161715746, + "U": 0.000274180609267205, + "K": 0.0014508496969938278, + "L": 0.00021132024994585663, + "G": 0.001819285680539906, + "F": 0.02275598794221878, + "E": 0.010273187421262264, + "T": 0.006097788456827402, + "P": 0.5128593444824219, + "-": 0.420154869556427 + }, + "id": "tp_16893" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2111645, + "label": "-", + "classification": { + "B": 1.2599895853782073e-05, + "S": 3.207059990018024e-06, + "I": 0.0011070147156715393, + "C": 0.0002389965084148571, + "R": 4.0021615859586746e-05, + "M": 0.00020126426534261554, + "O": 0.00010021002526627854, + "W": 1.040099778037984e-05, + "N": 4.924230961478315e-05, + "Y": 0.001156936283223331, + "U": 4.8190804591286e-06, + "K": 1.0065996320918202e-05, + "L": 1.380587764288066e-05, + "G": 0.0005443632835522294, + "F": 0.0032760263420641422, + "E": 0.0006875321851111948, + "T": 0.0005907716695219278, + "P": 0.2413497418165207, + "-": 0.7506029605865479 + }, + "id": "tp_16894" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2111778, + "label": "P", + "classification": { + "B": 1.5485954918403877e-06, + "S": 1.5452967545570573e-06, + "I": 3.8251953810686246e-05, + "C": 2.2613130568061024e-06, + "R": 1.4523138247568568e-07, + "M": 2.606270072647021e-06, + "O": 7.0820096880197525e-06, + "W": 7.195864668574359e-07, + "N": 9.573390343575738e-06, + "Y": 5.826707820233423e-06, + "U": 1.0301452135763611e-07, + "K": 5.368007123252028e-07, + "L": 1.5917541418275505e-07, + "G": 6.5897802414838225e-06, + "F": 0.0006266084965318441, + "E": 8.194059046218172e-05, + "T": 3.1295756343752146e-05, + "P": 0.7667545676231384, + "-": 0.23242853581905365 + }, + "id": "tp_16895" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2111879, + "label": "-", + "classification": { + "B": 1.8624416043167002e-05, + "S": 6.26267092229682e-06, + "I": 0.0010279016569256783, + "C": 9.33690807869425e-06, + "R": 4.996037660021102e-06, + "M": 8.667103247717023e-05, + "O": 6.018316707923077e-05, + "W": 4.809391612070613e-06, + "N": 4.9307804147247225e-05, + "Y": 0.0007340227602981031, + "U": 1.817809334170306e-06, + "K": 5.797555786557496e-06, + "L": 7.0408068495453335e-06, + "G": 0.00034790183417499065, + "F": 0.003009890438988805, + "E": 0.0006128300447016954, + "T": 0.0011646485654637218, + "P": 0.41202113032341003, + "-": 0.5808268189430237 + }, + "id": "tp_16896" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2112012, + "label": "-", + "classification": { + "B": 0.0001362761831842363, + "S": 0.00012246242840774357, + "I": 0.008040939457714558, + "C": 0.0010168224107474089, + "R": 0.0002984908642247319, + "M": 0.006624295376241207, + "O": 0.0009157333406619728, + "W": 0.00012294313637539744, + "N": 0.0004847138188779354, + "Y": 0.03791609779000282, + "U": 8.061047265073285e-05, + "K": 0.00015608250396326184, + "L": 0.00034008926013484597, + "G": 0.005100939888507128, + "F": 0.010226549580693245, + "E": 0.0029372351709753275, + "T": 0.02332453802227974, + "P": 0.1309041976928711, + "-": 0.7712510228157043 + }, + "id": "tp_16897" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2112145, + "label": "-", + "classification": { + "B": 1.571445977788244e-07, + "S": 3.104269978848606e-07, + "I": 0.0022968293633311987, + "C": 4.625631117960438e-05, + "R": 5.916608188272221e-06, + "M": 1.55808447743766e-05, + "O": 8.007911674212664e-06, + "W": 2.169860636058729e-06, + "N": 0.00012824125587940216, + "Y": 0.001292927423492074, + "U": 8.682005159244e-07, + "K": 0.0007319915457628667, + "L": 1.411138867979389e-07, + "G": 0.00013769145880360156, + "F": 0.0026311916299164295, + "E": 0.004408115055412054, + "T": 0.00013938442862126976, + "P": 0.40103691816329956, + "-": 0.5871173143386841 + }, + "id": "tp_16898" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2112279, + "label": "-", + "classification": { + "B": 4.150562745053321e-05, + "S": 1.937796241691103e-06, + "I": 0.003377558197826147, + "C": 0.000288901588646695, + "R": 2.2852589609101415e-05, + "M": 0.0008404221152886748, + "O": 9.254143515136093e-05, + "W": 2.7946771297138184e-06, + "N": 4.205399818602018e-05, + "Y": 0.005625569261610508, + "U": 2.1777132133138366e-06, + "K": 7.632800702594977e-07, + "L": 4.07869229093194e-05, + "G": 0.002174137160181999, + "F": 0.002186361001804471, + "E": 0.0011546139139682055, + "T": 0.001449653529562056, + "P": 0.28987374901771545, + "-": 0.6927815675735474 + }, + "id": "tp_16899" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2112379, + "label": "-", + "classification": { + "B": 5.7443276801905085e-08, + "S": 3.975567608449637e-07, + "I": 0.00015508983051404357, + "C": 1.738995479172445e-06, + "R": 4.1502664771542186e-07, + "M": 2.196000968979206e-05, + "O": 3.751665644813329e-06, + "W": 2.3428286510807084e-07, + "N": 8.918932508095168e-06, + "Y": 0.0025605533737689257, + "U": 7.670546864346761e-08, + "K": 5.183269240660593e-05, + "L": 6.768122773337382e-08, + "G": 0.00012273040192667395, + "F": 0.002952547976747155, + "E": 0.00037042677286081016, + "T": 0.00041196506936103106, + "P": 0.11399556696414948, + "-": 0.879341721534729 + }, + "id": "tp_16900" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2112513, + "label": "-", + "classification": { + "B": 1.6662065061012754e-09, + "S": 2.987009084520764e-09, + "I": 1.06529587355908e-05, + "C": 3.981266672781203e-06, + "R": 1.8840789550722548e-07, + "M": 3.201805839125882e-06, + "O": 4.128304453843157e-07, + "W": 7.181100603048662e-09, + "N": 3.823552106041461e-07, + "Y": 0.000561944383662194, + "U": 8.022213116021248e-09, + "K": 5.3633198149327654e-06, + "L": 1.6405692804255523e-08, + "G": 8.106558379950002e-05, + "F": 0.0018299423390999436, + "E": 0.00014897080836817622, + "T": 6.091889736126177e-05, + "P": 0.03081132471561432, + "-": 0.9664815068244934 + }, + "id": "tp_16901" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2112646, + "label": "-", + "classification": { + "B": 2.0374069208628498e-05, + "S": 6.188655970618129e-05, + "I": 0.0015032169176265597, + "C": 0.00029340380569919944, + "R": 8.532586798537523e-05, + "M": 0.0006072117830626667, + "O": 0.0003371981729287654, + "W": 7.794932025717571e-05, + "N": 0.0003292113251518458, + "Y": 0.012662889435887337, + "U": 2.805597432598006e-05, + "K": 0.0011060105171054602, + "L": 3.5844906960846856e-05, + "G": 0.0023736318107694387, + "F": 0.024861907586455345, + "E": 0.0036237272433936596, + "T": 0.004389042500406504, + "P": 0.17168252170085907, + "-": 0.7759206295013428 + }, + "id": "tp_16902" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2112779, + "label": "-", + "classification": { + "B": 1.2359480479062768e-06, + "S": 3.365921656950377e-06, + "I": 0.0003043391043320298, + "C": 1.95555949176196e-05, + "R": 3.4183633488282794e-06, + "M": 7.869594264775515e-05, + "O": 4.389464083942585e-05, + "W": 8.929089744924568e-06, + "N": 5.05691314174328e-05, + "Y": 0.003591590328142047, + "U": 1.6806039866423816e-06, + "K": 0.0011045882711187005, + "L": 1.2010218597424682e-06, + "G": 0.0006682377425022423, + "F": 0.011676489375531673, + "E": 0.00151325564365834, + "T": 0.0009164955699816346, + "P": 0.13122503459453583, + "-": 0.8487875461578369 + }, + "id": "tp_16903" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2112880, + "label": "-", + "classification": { + "B": 9.971336112357676e-06, + "S": 1.8382399503025226e-05, + "I": 0.0031224742997437716, + "C": 0.0007773397956043482, + "R": 0.0002491783525329083, + "M": 0.0031772025395184755, + "O": 0.00045545303146354854, + "W": 3.67310676665511e-05, + "N": 0.0001427842362318188, + "Y": 0.04135817289352417, + "U": 1.325534231000347e-05, + "K": 0.00015368132153525949, + "L": 4.725222606793977e-05, + "G": 0.002881344873458147, + "F": 0.00436516385525465, + "E": 0.0011744131334125996, + "T": 0.014528783969581127, + "P": 0.044580139219760895, + "-": 0.882908284664154 + }, + "id": "tp_16904" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2113013, + "label": "-", + "classification": { + "B": 1.6389001267214098e-09, + "S": 1.9166859210884013e-09, + "I": 6.526923925775918e-07, + "C": 1.298408278671559e-07, + "R": 1.0119475035708092e-08, + "M": 1.2176258223917102e-06, + "O": 2.3718506270142825e-07, + "W": 1.5484893367556651e-09, + "N": 6.39438502147982e-09, + "Y": 1.99158675968647e-05, + "U": 5.559584459469136e-10, + "K": 3.051106700624473e-09, + "L": 1.2739743482370613e-08, + "G": 2.448405439281487e-06, + "F": 0.000143040218972601, + "E": 4.6935778641454817e-07, + "T": 2.8113530788687058e-05, + "P": 0.01050539966672659, + "-": 0.9892982244491577 + }, + "id": "tp_16905" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2113146, + "label": "-", + "classification": { + "B": 0.00021743812249042094, + "S": 0.00032123568234965205, + "I": 0.014268715865910053, + "C": 0.0031360711436718702, + "R": 0.002224495867267251, + "M": 0.0029491360764950514, + "O": 0.0021389268804341555, + "W": 0.0004499153874348849, + "N": 0.002293564146384597, + "Y": 0.019684964790940285, + "U": 0.0004681807477027178, + "K": 0.0013458020985126495, + "L": 0.0005254338611848652, + "G": 0.0063130492344498634, + "F": 0.026704352349042892, + "E": 0.0034030175302177668, + "T": 0.01796947605907917, + "P": 0.264613538980484, + "-": 0.630972683429718 + }, + "id": "tp_16906" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2113280, + "label": "-", + "classification": { + "B": 1.075218669654987e-08, + "S": 2.1462872368260832e-08, + "I": 7.19792369636707e-05, + "C": 3.648561687441543e-05, + "R": 6.875925464555621e-06, + "M": 3.3762735256459564e-05, + "O": 7.505710982513847e-06, + "W": 5.7933291941481e-08, + "N": 7.109330795174174e-07, + "Y": 0.003159294603392482, + "U": 8.224124314892833e-08, + "K": 1.5025758557385416e-06, + "L": 1.3087675370115903e-06, + "G": 0.0005739590851590037, + "F": 0.0020245348569005728, + "E": 3.819075209321454e-05, + "T": 0.0006867642514407635, + "P": 0.010232801549136639, + "-": 0.9831240177154541 + }, + "id": "tp_16907" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2113380, + "label": "-", + "classification": { + "B": 6.478920795416343e-07, + "S": 1.0618425676511833e-06, + "I": 0.0004651675990317017, + "C": 5.690467150998302e-05, + "R": 9.416114153282251e-06, + "M": 1.9461898773442954e-05, + "O": 1.4981915228418075e-05, + "W": 2.371104983467376e-06, + "N": 3.5814788134302944e-05, + "Y": 0.0006905848858878016, + "U": 2.868426918212208e-06, + "K": 0.0002325070818187669, + "L": 5.503961233443988e-07, + "G": 0.00010480384662514552, + "F": 0.010642285458743572, + "E": 0.0006305023562163115, + "T": 0.00015411530330311507, + "P": 0.20997002720832825, + "-": 0.7769659161567688 + }, + "id": "tp_16908" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2113514, + "label": "-", + "classification": { + "B": 9.058527439265163e-07, + "S": 8.340341537405038e-07, + "I": 0.0013982425443828106, + "C": 5.6143915571738034e-05, + "R": 1.2723670806735754e-05, + "M": 0.00024557067081332207, + "O": 3.2344923965865746e-05, + "W": 1.3602093531517312e-06, + "N": 4.162167169852182e-05, + "Y": 0.002532395999878645, + "U": 6.78482820148929e-07, + "K": 8.781798896961845e-06, + "L": 2.963050519610988e-06, + "G": 0.0009719299850985408, + "F": 0.0030299779027700424, + "E": 0.0008948290487751365, + "T": 0.001029545208439231, + "P": 0.2749360501766205, + "-": 0.714803159236908 + }, + "id": "tp_16909" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2113647, + "label": "-", + "classification": { + "B": 2.2033141533484013e-07, + "S": 1.3225931638771726e-07, + "I": 0.00011823554814327508, + "C": 9.81617358775111e-06, + "R": 1.7771869806892937e-06, + "M": 2.9953815101180226e-05, + "O": 7.058426945150131e-06, + "W": 2.678842747627641e-07, + "N": 5.449353466246976e-06, + "Y": 0.003293693298473954, + "U": 4.0276830759466975e-07, + "K": 7.833778363419697e-05, + "L": 4.0414693103230093e-07, + "G": 0.0005654921988025308, + "F": 0.002896760357543826, + "E": 0.00051722745411098, + "T": 0.0005978612462058663, + "P": 0.043487682938575745, + "-": 0.9483892321586609 + }, + "id": "tp_16910" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2113780, + "label": "-", + "classification": { + "B": 1.2231410551066801e-08, + "S": 1.1888148243599517e-08, + "I": 2.906266672653146e-06, + "C": 2.2129823662453418e-07, + "R": 2.0391993871271552e-08, + "M": 9.60094348556595e-06, + "O": 8.333822734130081e-07, + "W": 1.2047133068904259e-08, + "N": 6.35261159231959e-08, + "Y": 6.797102105338126e-05, + "U": 4.5573562701406445e-09, + "K": 9.638326758931726e-08, + "L": 4.1034791564698025e-08, + "G": 9.137445886153728e-06, + "F": 0.0005520060658454895, + "E": 1.3538945495383814e-05, + "T": 5.051047264714725e-05, + "P": 0.03505966439843178, + "-": 0.9642332792282104 + }, + "id": "tp_16911" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2113881, + "label": "-", + "classification": { + "B": 1.6800064672750636e-09, + "S": 2.464056692019767e-08, + "I": 8.882066140358802e-07, + "C": 7.061075848469045e-07, + "R": 7.095930953937568e-08, + "M": 7.0388646236096974e-06, + "O": 4.513738360856223e-07, + "W": 1.1742846695028675e-08, + "N": 1.913431901812146e-08, + "Y": 7.910926069598645e-05, + "U": 6.500120441899071e-10, + "K": 2.9067803097859723e-07, + "L": 1.8265060575117786e-08, + "G": 1.1261447980359662e-05, + "F": 0.0026312493719160557, + "E": 6.043480880180141e-06, + "T": 2.207621764682699e-05, + "P": 0.006014267913997173, + "-": 0.9912263751029968 + }, + "id": "tp_16912" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2114014, + "label": "-", + "classification": { + "B": 0.00011557685502339154, + "S": 0.00011468432057881728, + "I": 0.009331721812486649, + "C": 0.0029462191741913557, + "R": 0.000995537848211825, + "M": 0.002277141436934471, + "O": 0.0011757855536416173, + "W": 0.00017523212591186166, + "N": 0.000789090758189559, + "Y": 0.024487324059009552, + "U": 0.00011809323041234165, + "K": 0.0006062121246941388, + "L": 0.00019380287267267704, + "G": 0.0067754704505205154, + "F": 0.00963628850877285, + "E": 0.0041063884273171425, + "T": 0.01129220798611641, + "P": 0.1162126362323761, + "-": 0.8086506724357605 + }, + "id": "tp_16913" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2114147, + "label": "-", + "classification": { + "B": 1.8949018567582243e-06, + "S": 4.222990355629008e-06, + "I": 0.0003055748820770532, + "C": 7.058166374918073e-05, + "R": 1.4095305232331157e-05, + "M": 0.00032683974131941795, + "O": 9.29578163777478e-05, + "W": 4.324199380789651e-06, + "N": 2.13465973502025e-05, + "Y": 0.0021828252356499434, + "U": 3.980103883804986e-06, + "K": 3.124157592537813e-05, + "L": 1.0281208233209327e-05, + "G": 0.0005533442017622292, + "F": 0.004077424295246601, + "E": 0.00028413449763320386, + "T": 0.001643882249481976, + "P": 0.07914090156555176, + "-": 0.9112300276756287 + }, + "id": "tp_16914" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2114281, + "label": "-", + "classification": { + "B": 0.0004899144405499101, + "S": 0.0002305818343302235, + "I": 0.0028397073037922382, + "C": 0.00041854078881442547, + "R": 0.00027292899903841317, + "M": 0.005931468214839697, + "O": 0.0017939441604539752, + "W": 0.00018330244347453117, + "N": 0.0002640083839651197, + "Y": 0.01751967892050743, + "U": 7.363227632595226e-05, + "K": 0.00014297899906523526, + "L": 0.0009987099329009652, + "G": 0.007680580951273441, + "F": 0.017787178978323936, + "E": 0.004844225011765957, + "T": 0.013975297100841999, + "P": 0.11226972192525864, + "-": 0.8122835159301758 + }, + "id": "tp_16915" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2114381, + "label": "-", + "classification": { + "B": 1.6559496316403965e-06, + "S": 7.781109161442146e-06, + "I": 0.0001094019171432592, + "C": 1.715548205538653e-05, + "R": 4.300797172618331e-06, + "M": 0.0001179978353320621, + "O": 6.110955291660503e-05, + "W": 5.207087724556914e-06, + "N": 1.0341162123950198e-05, + "Y": 0.001504486077465117, + "U": 1.5755844060549862e-06, + "K": 1.132524721469963e-05, + "L": 7.446825748047559e-06, + "G": 0.00020698011212516576, + "F": 0.0036790163721889257, + "E": 0.00010912225116044283, + "T": 0.0011599144199863076, + "P": 0.04629881680011749, + "-": 0.9466865062713623 + }, + "id": "tp_16916" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2114515, + "label": "-", + "classification": { + "B": 1.4041989970792201e-07, + "S": 1.794209580907591e-08, + "I": 9.464773029321805e-05, + "C": 8.720799996808637e-06, + "R": 8.208359076888883e-07, + "M": 2.4139093511621468e-05, + "O": 5.918248007219518e-06, + "W": 6.56088090522644e-08, + "N": 1.5373057067336049e-06, + "Y": 0.00024923135060817003, + "U": 1.577529644691822e-07, + "K": 1.460199996472511e-07, + "L": 6.465946853495552e-07, + "G": 7.562162500107661e-05, + "F": 0.00017847145500127226, + "E": 3.808700057561509e-05, + "T": 0.00026218799757771194, + "P": 0.06319752335548401, + "-": 0.9358619451522827 + }, + "id": "tp_16917" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2114648, + "label": "-", + "classification": { + "B": 0.0002240183239337057, + "S": 6.554071296704933e-05, + "I": 0.003042478347197175, + "C": 0.00010403463238617405, + "R": 4.908590199192986e-05, + "M": 0.005916927941143513, + "O": 0.0007514763856306672, + "W": 1.8743718101177365e-05, + "N": 3.495361306704581e-05, + "Y": 0.016727663576602936, + "U": 9.226904467141139e-07, + "K": 1.7126134821410233e-07, + "L": 0.0004700751742348075, + "G": 0.006881338078528643, + "F": 0.002706496976315975, + "E": 0.0007104637916199863, + "T": 0.015310277231037617, + "P": 0.05632326379418373, + "-": 0.8906620740890503 + }, + "id": "tp_16918" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2114781, + "label": "-", + "classification": { + "B": 1.0063661015635716e-10, + "S": 1.8487184005877566e-10, + "I": 5.833377940689388e-07, + "C": 1.0449110732224653e-07, + "R": 7.74699326910877e-09, + "M": 4.2035284764097014e-07, + "O": 2.736168802641714e-08, + "W": 2.789227460109345e-10, + "N": 2.53588972043417e-09, + "Y": 3.782268686336465e-05, + "U": 1.2400704074710944e-10, + "K": 6.364109683687502e-09, + "L": 1.1988318115996321e-09, + "G": 1.3486782108884654e-06, + "F": 0.00018555331917013973, + "E": 1.0861465398193104e-06, + "T": 7.117531367839547e-06, + "P": 0.010669946670532227, + "-": 0.9890959858894348 + }, + "id": "tp_16919" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2114882, + "label": "-", + "classification": { + "B": 5.7537658904038835e-06, + "S": 1.0507190381758846e-05, + "I": 0.0006400977144949138, + "C": 0.00038290495285764337, + "R": 7.314834510907531e-05, + "M": 0.0003753479977604002, + "O": 0.00013025908265262842, + "W": 1.873889959824737e-05, + "N": 0.00012004298332612962, + "Y": 0.01672441139817238, + "U": 1.0049273441836704e-05, + "K": 0.003498476231470704, + "L": 1.5151725165196694e-05, + "G": 0.004118980374187231, + "F": 0.08433382958173752, + "E": 0.005658658221364021, + "T": 0.0019995681941509247, + "P": 0.08079726248979568, + "-": 0.8010869026184082 + }, + "id": "tp_16920" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2115015, + "label": "-", + "classification": { + "B": 1.6719127415854018e-08, + "S": 1.8823931302591745e-09, + "I": 1.4751715752936434e-05, + "C": 1.7318355958195752e-06, + "R": 1.5338450509716495e-07, + "M": 5.766155481978785e-06, + "O": 4.765524010963418e-07, + "W": 7.533515145041747e-09, + "N": 1.1250353537661795e-07, + "Y": 0.00019035846344195306, + "U": 9.6404031424413e-09, + "K": 2.706722170842113e-07, + "L": 3.216549160356408e-08, + "G": 6.444163591368124e-05, + "F": 0.0002761038485914469, + "E": 2.7843059797305614e-05, + "T": 3.1277995731215924e-05, + "P": 0.04115008935332298, + "-": 0.958236575126648 + }, + "id": "tp_16921" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2115148, + "label": "-", + "classification": { + "B": 2.8563329479425192e-09, + "S": 4.414357768212085e-09, + "I": 1.0074184501718264e-05, + "C": 6.253625315366662e-07, + "R": 1.2272113281142083e-07, + "M": 2.291129476361675e-06, + "O": 4.1752667812033906e-07, + "W": 1.6561397586656312e-08, + "N": 2.5945101356228406e-07, + "Y": 0.00024149792443495244, + "U": 7.380836386516876e-09, + "K": 2.634494649100816e-06, + "L": 6.144107889127781e-09, + "G": 1.5333473129430786e-05, + "F": 0.001470764633268118, + "E": 3.303050107206218e-05, + "T": 1.728834286041092e-05, + "P": 0.07136337459087372, + "-": 0.9268423318862915 + }, + "id": "tp_16922" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2115282, + "label": "-", + "classification": { + "B": 1.010583946481347e-05, + "S": 1.4383471352630295e-05, + "I": 0.001990562304854393, + "C": 0.00016562893870286644, + "R": 2.8749514967785217e-05, + "M": 0.0006238184869289398, + "O": 0.00016239023534581065, + "W": 2.3254593543242663e-05, + "N": 0.0002668389643076807, + "Y": 0.0059079802595078945, + "U": 1.2241508557053749e-05, + "K": 0.0004912288277409971, + "L": 1.2942045032104943e-05, + "G": 0.0014486443251371384, + "F": 0.00956798531115055, + "E": 0.00592235941439867, + "T": 0.0018766679568216205, + "P": 0.17847968637943268, + "-": 0.7929945588111877 + }, + "id": "tp_16923" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2115382, + "label": "-", + "classification": { + "B": 2.5537150577292778e-05, + "S": 4.350168092059903e-05, + "I": 0.0008095746161416173, + "C": 0.0004325200861785561, + "R": 5.115914609632455e-05, + "M": 0.0012355438666418195, + "O": 0.00036027326132170856, + "W": 3.1858486181590706e-05, + "N": 0.00013607121945824474, + "Y": 0.005038430914282799, + "U": 1.7089396351366304e-05, + "K": 0.00012373155914247036, + "L": 3.0311282898765057e-05, + "G": 0.0012280538212507963, + "F": 0.006262354552745819, + "E": 0.0011306394590064883, + "T": 0.004176195245236158, + "P": 0.1480632871389389, + "-": 0.8308038115501404 + }, + "id": "tp_16924" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2115516, + "label": "-", + "classification": { + "B": 6.671347705378139e-07, + "S": 6.806458827668393e-07, + "I": 0.00014274347631726414, + "C": 3.5350276448298246e-06, + "R": 2.8246216743355035e-07, + "M": 7.366959471255541e-05, + "O": 1.1910676221305039e-05, + "W": 3.929378067368816e-07, + "N": 7.067052138154395e-06, + "Y": 0.00014327045937534422, + "U": 9.74488827409914e-08, + "K": 3.2653386483616487e-07, + "L": 7.643881190233515e-07, + "G": 4.453138171811588e-05, + "F": 0.0008677581790834665, + "E": 0.000270138873020187, + "T": 0.0002295168669661507, + "P": 0.34287673234939575, + "-": 0.6553260087966919 + }, + "id": "tp_16925" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2115649, + "label": "-", + "classification": { + "B": 1.1413013453420717e-05, + "S": 1.1901306606887374e-05, + "I": 0.0014208372449502349, + "C": 0.0004921965883113444, + "R": 7.277728582266718e-05, + "M": 0.0007168612792156637, + "O": 0.00019022035121452063, + "W": 2.5604134862078354e-05, + "N": 0.00019824071205221117, + "Y": 0.0123890470713377, + "U": 3.0081791919656098e-05, + "K": 0.0010224556317552924, + "L": 2.918954487540759e-05, + "G": 0.003485426539555192, + "F": 0.016014903783798218, + "E": 0.005049389787018299, + "T": 0.003944456111639738, + "P": 0.12624523043632507, + "-": 0.8286497592926025 + }, + "id": "tp_16926" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2115782, + "label": "-", + "classification": { + "B": 3.3180112950503826e-06, + "S": 1.8628275938681327e-05, + "I": 0.002385773928835988, + "C": 0.00047602487029507756, + "R": 0.0002088424953399226, + "M": 0.0011796113103628159, + "O": 0.000256265775533393, + "W": 1.5273801182047464e-05, + "N": 0.00011121835268568248, + "Y": 0.036603014916181564, + "U": 6.500738436443498e-06, + "K": 5.4013344197301194e-05, + "L": 2.9332675694604404e-05, + "G": 0.0022477107122540474, + "F": 0.009192440658807755, + "E": 0.0005894885398447514, + "T": 0.011702931486070156, + "P": 0.0613396093249321, + "-": 0.8735800385475159 + }, + "id": "tp_16927" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2115883, + "label": "-", + "classification": { + "B": 3.169253659507376e-06, + "S": 2.3638706352357985e-06, + "I": 0.00041468910058028996, + "C": 9.708872312330641e-06, + "R": 6.434702868318709e-07, + "M": 0.00010546688281465322, + "O": 2.9110442483215593e-05, + "W": 1.679472234172863e-06, + "N": 2.3267839424079284e-05, + "Y": 0.0003185977111570537, + "U": 6.7711556539507e-07, + "K": 7.262506187544204e-07, + "L": 3.472624257483403e-06, + "G": 8.694345160620287e-05, + "F": 0.0004924925742670894, + "E": 0.0004983281251043081, + "T": 0.0006359863909892738, + "P": 0.3334352374076843, + "-": 0.6639374494552612 + }, + "id": "tp_16928" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2116016, + "label": "-", + "classification": { + "B": 1.8823964609282484e-09, + "S": 1.4845811691088784e-08, + "I": 9.469952601648401e-06, + "C": 1.079403091353015e-06, + "R": 1.1501055041662767e-07, + "M": 8.591196660745481e-07, + "O": 7.812040507815254e-07, + "W": 4.0266911582875764e-08, + "N": 3.9311575505962537e-07, + "Y": 9.652307198848575e-05, + "U": 1.943840999274471e-08, + "K": 9.423281426279573e-07, + "L": 1.6080127451800763e-08, + "G": 5.111868176754797e-06, + "F": 0.0012707444839179516, + "E": 4.815381544176489e-06, + "T": 4.849945253226906e-05, + "P": 0.06489863991737366, + "-": 0.9336620569229126 + }, + "id": "tp_16929" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2116149, + "label": "-", + "classification": { + "B": 8.400641672778875e-05, + "S": 5.30977122252807e-05, + "I": 0.0027153068222105503, + "C": 0.0003040072915609926, + "R": 0.00024625484365969896, + "M": 0.006151351146399975, + "O": 0.00184055685531348, + "W": 7.036692841211334e-05, + "N": 9.954986308002844e-05, + "Y": 0.016974639147520065, + "U": 1.085283474822063e-05, + "K": 2.6633733796188608e-06, + "L": 0.0004181661643087864, + "G": 0.0038067130371928215, + "F": 0.00215320335701108, + "E": 0.0004466547106858343, + "T": 0.01987730897963047, + "P": 0.05124664306640625, + "-": 0.8934987187385559 + }, + "id": "tp_16930" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2116283, + "label": "-", + "classification": { + "B": 1.8889814157319051e-07, + "S": 5.978968147246633e-07, + "I": 0.0008080306579358876, + "C": 6.090334409236675e-06, + "R": 6.333661417556868e-07, + "M": 9.998650784837082e-05, + "O": 1.4993749573477544e-05, + "W": 3.9880205804365687e-07, + "N": 1.995856837311294e-05, + "Y": 0.0022718117106705904, + "U": 1.083648513144908e-07, + "K": 1.3584955240730778e-06, + "L": 3.857088017866772e-07, + "G": 0.00010139122605323792, + "F": 0.00021996600844431669, + "E": 0.0003081878530792892, + "T": 0.0017326872330158949, + "P": 0.14452102780342102, + "-": 0.849892258644104 + }, + "id": "tp_16931" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2116383, + "label": "-", + "classification": { + "B": 1.3282602822073386e-06, + "S": 5.36188849764585e-07, + "I": 0.09119917452335358, + "C": 0.0007869855035096407, + "R": 0.00014404839021153748, + "M": 0.0007287441403605044, + "O": 4.0574064769316465e-05, + "W": 1.1870167782035423e-06, + "N": 0.00034515283186919987, + "Y": 0.03156806528568268, + "U": 7.765397640469018e-07, + "K": 6.772464075766038e-06, + "L": 5.307834726409055e-06, + "G": 0.004145461600273848, + "F": 0.0005973641527816653, + "E": 0.008154335431754589, + "T": 0.0066067129373550415, + "P": 0.2480781376361847, + "-": 0.6075892448425293 + }, + "id": "tp_16932" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2116517, + "label": "-", + "classification": { + "B": 1.1306674423394725e-05, + "S": 5.468906238093041e-06, + "I": 0.001085891155526042, + "C": 0.0002943124563898891, + "R": 7.31074542272836e-05, + "M": 0.00046450208174064755, + "O": 8.307728421641514e-05, + "W": 9.687089004728477e-06, + "N": 3.45356238540262e-05, + "Y": 0.004212736617773771, + "U": 8.080701263679657e-06, + "K": 3.520838436088525e-05, + "L": 3.130047116428614e-05, + "G": 0.0008043776033446193, + "F": 0.008539985865354538, + "E": 0.0009403383592143655, + "T": 0.0012175145093351603, + "P": 0.10090605169534683, + "-": 0.8812423944473267 + }, + "id": "tp_16933" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2116650, + "label": "-", + "classification": { + "B": 3.191962889559363e-07, + "S": 2.006074772964439e-08, + "I": 8.631399396108463e-06, + "C": 7.774010555294808e-07, + "R": 4.6532097286444696e-08, + "M": 3.061168172280304e-05, + "O": 2.3931095256557455e-06, + "W": 1.913976355183422e-08, + "N": 1.0577508646747447e-07, + "Y": 8.029992022784427e-05, + "U": 6.430538768142924e-09, + "K": 2.899908535525242e-09, + "L": 3.566663053788943e-07, + "G": 3.746517177205533e-05, + "F": 8.534409425919876e-05, + "E": 1.3814803423883859e-05, + "T": 0.00015180560876615345, + "P": 0.05562905594706535, + "-": 0.9439589381217957 + }, + "id": "tp_16934" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2116750, + "label": "-", + "classification": { + "B": 4.0333799233849277e-07, + "S": 3.1371505428978708e-06, + "I": 3.829467823379673e-05, + "C": 0.00011004183033946902, + "R": 1.239664743479807e-05, + "M": 9.096421126741916e-05, + "O": 6.585389928659424e-05, + "W": 4.630976491171168e-06, + "N": 7.161763278418221e-06, + "Y": 0.002016413491219282, + "U": 1.1537982800291502e-06, + "K": 0.0007392542320303619, + "L": 4.125047780689783e-06, + "G": 0.0009463107562623918, + "F": 0.03187502920627594, + "E": 0.00040213033207692206, + "T": 0.0005309995613060892, + "P": 0.020491864532232285, + "-": 0.9426597952842712 + }, + "id": "tp_16935" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2116884, + "label": "-", + "classification": { + "B": 5.955609140073648e-06, + "S": 6.739976925018709e-06, + "I": 0.0023690343368798494, + "C": 0.00014317568275146186, + "R": 4.6957473387010396e-05, + "M": 0.000232642560149543, + "O": 8.009743032744154e-05, + "W": 9.043269528774545e-06, + "N": 0.00015074202383402735, + "Y": 0.0035830328706651926, + "U": 6.944396318431245e-06, + "K": 0.0001602765405550599, + "L": 7.647824531886727e-06, + "G": 0.0009925480699166656, + "F": 0.010379261337220669, + "E": 0.001396339968778193, + "T": 0.0013689445331692696, + "P": 0.28670620918273926, + "-": 0.6923544406890869 + }, + "id": "tp_16936" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2117017, + "label": "-", + "classification": { + "B": 6.952993203412916e-08, + "S": 1.373817752892137e-07, + "I": 9.1509849880822e-05, + "C": 7.26386861060746e-06, + "R": 1.128180201703799e-06, + "M": 2.2816614091425436e-06, + "O": 3.16557498081238e-06, + "W": 3.824277428066125e-07, + "N": 5.459845851873979e-06, + "Y": 0.00026559928664937615, + "U": 5.036217203269189e-07, + "K": 4.9746871809475124e-05, + "L": 9.117146504422635e-08, + "G": 2.9456623451551422e-05, + "F": 0.0025214888155460358, + "E": 5.943533324170858e-05, + "T": 8.850123413139954e-05, + "P": 0.18671409785747528, + "-": 0.8101596832275391 + }, + "id": "tp_16937" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2117150, + "label": "-", + "classification": { + "B": 0.00020441357628442347, + "S": 0.00017713429406285286, + "I": 0.04573727771639824, + "C": 0.0017068396555259824, + "R": 0.001221117447130382, + "M": 0.006612362805753946, + "O": 0.001895584282465279, + "W": 0.00022900811745785177, + "N": 0.0037780702114105225, + "Y": 0.052576541900634766, + "U": 0.00014852412277832627, + "K": 0.000498936278745532, + "L": 0.00045723438961431384, + "G": 0.009200862608850002, + "F": 0.011696291156113148, + "E": 0.010250603780150414, + "T": 0.028576578944921494, + "P": 0.29735812544822693, + "-": 0.5276744961738586 + }, + "id": "tp_16938" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2117251, + "label": "-", + "classification": { + "B": 1.830570454330882e-06, + "S": 2.0520917587418808e-06, + "I": 0.0007696193060837686, + "C": 8.523581527697388e-06, + "R": 1.7982551980821881e-06, + "M": 0.0002838166255969554, + "O": 3.8032358133932576e-05, + "W": 1.9359752059244784e-06, + "N": 3.145418668282218e-05, + "Y": 0.0012316228821873665, + "U": 6.483950301117147e-07, + "K": 7.896658644312993e-06, + "L": 2.711725983317592e-06, + "G": 0.00035410220152698457, + "F": 0.0018971672980114818, + "E": 0.00047496831393800676, + "T": 0.0023024417459964752, + "P": 0.28757137060165405, + "-": 0.7050180435180664 + }, + "id": "tp_16939" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2117384, + "label": "-", + "classification": { + "B": 6.383252593167299e-09, + "S": 1.3902314854874476e-08, + "I": 5.4515978263225406e-05, + "C": 3.624688815762056e-07, + "R": 7.085553477281792e-08, + "M": 1.665495256020222e-05, + "O": 1.0733393764894572e-06, + "W": 1.7425673348725468e-08, + "N": 5.310173492034664e-07, + "Y": 0.00048728499677963555, + "U": 5.87049830969022e-09, + "K": 3.274888271675991e-08, + "L": 4.006572851267265e-08, + "G": 1.055958910001209e-05, + "F": 7.591891335323453e-05, + "E": 1.2988565686100628e-05, + "T": 0.0005894037894904613, + "P": 0.0957970842719078, + "-": 0.9029534459114075 + }, + "id": "tp_16940" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2117518, + "label": "P", + "classification": { + "B": 2.4296830360981403e-06, + "S": 7.365615033450013e-07, + "I": 0.00866471603512764, + "C": 2.2113457816885784e-05, + "R": 3.8084774587332504e-06, + "M": 0.000280446169199422, + "O": 1.7462649338995107e-05, + "W": 4.841085683437996e-07, + "N": 0.0001707035698927939, + "Y": 0.0017974994843825698, + "U": 2.3551980632419145e-07, + "K": 9.623224741517333e-07, + "L": 1.8488391333448817e-06, + "G": 0.00046845118049532175, + "F": 0.00036063423613086343, + "E": 0.0028486568480730057, + "T": 0.0008217302383854985, + "P": 0.7692782878875732, + "-": 0.21525885164737701 + }, + "id": "tp_16941" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2117651, + "label": "-", + "classification": { + "B": 4.6939422304603795e-07, + "S": 2.9282519520279493e-08, + "I": 0.00017881074745673686, + "C": 4.852192432736047e-06, + "R": 1.7410903296877223e-07, + "M": 3.390852361917496e-05, + "O": 1.7291786207351834e-06, + "W": 4.636060424445532e-08, + "N": 1.330460918325116e-06, + "Y": 8.571892976760864e-05, + "U": 3.96604491470498e-08, + "K": 1.336046384636802e-08, + "L": 4.136886104788573e-07, + "G": 2.874358688131906e-05, + "F": 0.0001358119334327057, + "E": 0.00017002433014567941, + "T": 0.0001256809919141233, + "P": 0.4406808018684387, + "-": 0.5585513710975647 + }, + "id": "tp_16942" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2117751, + "label": "-", + "classification": { + "B": 7.5201514846412465e-06, + "S": 4.075037850270746e-06, + "I": 0.0011386636178940535, + "C": 6.233261956367642e-05, + "R": 1.0441084668855183e-05, + "M": 0.0005294979200698435, + "O": 6.99334341334179e-05, + "W": 3.159491825499572e-06, + "N": 3.848593769362196e-05, + "Y": 0.005202662665396929, + "U": 1.2481472140279948e-06, + "K": 1.3110199688526336e-05, + "L": 1.2464016435842495e-05, + "G": 0.0015891734510660172, + "F": 0.009386532939970493, + "E": 0.0025004115886986256, + "T": 0.001927498378790915, + "P": 0.12317415326833725, + "-": 0.8543285131454468 + }, + "id": "tp_16943" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2117885, + "label": "-", + "classification": { + "B": 1.484253880335018e-05, + "S": 4.221414201310836e-06, + "I": 0.00037301916745491326, + "C": 2.543664231779985e-05, + "R": 6.707177362841321e-06, + "M": 0.0001297195121878758, + "O": 9.111010149354115e-05, + "W": 5.338352821127046e-06, + "N": 3.184062006766908e-05, + "Y": 0.0010444449726492167, + "U": 2.39473797591927e-06, + "K": 4.93344168717158e-06, + "L": 9.128460987994913e-06, + "G": 0.0005706801312044263, + "F": 0.0018432262586429715, + "E": 0.00048291907296516, + "T": 0.000881607411429286, + "P": 0.2771236002445221, + "-": 0.7173548340797424 + }, + "id": "tp_16944" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2118018, + "label": "-", + "classification": { + "B": 0.0002765159588307142, + "S": 0.00036509890924207866, + "I": 0.04880485311150551, + "C": 0.002983511658385396, + "R": 0.0010963297681882977, + "M": 0.0043107978999614716, + "O": 0.0016921815695241094, + "W": 0.000539375701919198, + "N": 0.006194381974637508, + "Y": 0.06995927542448044, + "U": 0.00015693125897087157, + "K": 0.00984001811593771, + "L": 0.00022744738089386374, + "G": 0.017476152628660202, + "F": 0.036646172404289246, + "E": 0.04960041120648384, + "T": 0.020872831344604492, + "P": 0.24916119873523712, + "-": 0.4797965884208679 + }, + "id": "tp_16945" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2118151, + "label": "-", + "classification": { + "B": 5.0898165682156105e-08, + "S": 9.632755038069263e-09, + "I": 2.2802962575951824e-06, + "C": 1.4509664936213085e-07, + "R": 1.6384650081135987e-08, + "M": 1.1167182947247056e-06, + "O": 9.68139147516922e-07, + "W": 1.1036575209288912e-08, + "N": 5.4398785920284354e-08, + "Y": 8.507686288794503e-06, + "U": 1.01446417932749e-09, + "K": 1.0546786777254624e-09, + "L": 2.5935916525554603e-08, + "G": 2.774642553049489e-06, + "F": 7.507115515181795e-05, + "E": 1.751449417497497e-06, + "T": 1.6472506104037166e-05, + "P": 0.17008723318576813, + "-": 0.829803466796875 + }, + "id": "tp_16946" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2118252, + "label": "P", + "classification": { + "B": 1.4088968782743905e-05, + "S": 1.5400888514705002e-05, + "I": 0.03032570332288742, + "C": 0.0005808314308524132, + "R": 8.137324766721576e-05, + "M": 0.0004936626646667719, + "O": 0.00011314581934129819, + "W": 2.6150217308895662e-05, + "N": 0.002077160170301795, + "Y": 0.0048504420556128025, + "U": 1.8685759641812183e-05, + "K": 0.0005411182646639645, + "L": 9.315863280789927e-06, + "G": 0.0008111578063108027, + "F": 0.0044141774997115135, + "E": 0.014050694182515144, + "T": 0.0010626132134348154, + "P": 0.6251266002655029, + "-": 0.31538763642311096 + }, + "id": "tp_16947" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2118385, + "label": "-", + "classification": { + "B": 0.00016918545588850975, + "S": 1.3859433238394558e-05, + "I": 0.013448803685605526, + "C": 0.0009284463012591004, + "R": 0.00012023962335661054, + "M": 0.0011567507172003388, + "O": 0.00022374519903678447, + "W": 2.5139908757410012e-05, + "N": 0.000510845216922462, + "Y": 0.010007916949689388, + "U": 2.9058417567284778e-05, + "K": 0.00014729678514413536, + "L": 4.762656317325309e-05, + "G": 0.0055443840101361275, + "F": 0.004238835535943508, + "E": 0.008428323082625866, + "T": 0.0027247765101492405, + "P": 0.3673311173915863, + "-": 0.5849035382270813 + }, + "id": "tp_16948" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2118519, + "label": "-", + "classification": { + "B": 1.9017998056369834e-05, + "S": 3.821921836788533e-06, + "I": 0.016087664291262627, + "C": 0.0014928444288671017, + "R": 0.0002515287196729332, + "M": 0.0009511089883744717, + "O": 0.00011599494609981775, + "W": 6.889222277095541e-06, + "N": 0.00023344256624113768, + "Y": 0.01688140071928501, + "U": 1.8311176972929388e-05, + "K": 1.9674627765198238e-05, + "L": 6.733200279995799e-05, + "G": 0.004769133869558573, + "F": 0.004542895592749119, + "E": 0.003436859231442213, + "T": 0.004652157425880432, + "P": 0.2515973746776581, + "-": 0.6948525905609131 + }, + "id": "tp_16949" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2118652, + "label": "-", + "classification": { + "B": 8.52181765367277e-05, + "S": 1.7589336493983865e-05, + "I": 0.0052548558451235294, + "C": 0.0002448145824018866, + "R": 3.934655978810042e-05, + "M": 0.0013115451438352466, + "O": 0.00019998702919110656, + "W": 3.663290408439934e-05, + "N": 0.00030694331508129835, + "Y": 0.013609887100756168, + "U": 2.1880869098822586e-05, + "K": 0.00017636326083447784, + "L": 2.7928359486395493e-05, + "G": 0.002940674778074026, + "F": 0.003123163478448987, + "E": 0.003552720183506608, + "T": 0.006117438431829214, + "P": 0.34388861060142517, + "-": 0.6190443634986877 + }, + "id": "tp_16950" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2118752, + "label": "P", + "classification": { + "B": 1.075768523151055e-07, + "S": 9.381034260513843e-08, + "I": 0.0001576255599502474, + "C": 1.5058632243380998e-06, + "R": 2.484282219938905e-07, + "M": 1.3768880080533563e-06, + "O": 1.6082719866972184e-06, + "W": 2.601830146886641e-07, + "N": 9.766452421899885e-06, + "Y": 4.412586349644698e-05, + "U": 2.3624616574124957e-07, + "K": 1.6683456124155782e-05, + "L": 4.190827596062263e-08, + "G": 1.2261084521014709e-05, + "F": 0.0015387516468763351, + "E": 0.00035556836519390345, + "T": 2.8006195861962624e-05, + "P": 0.6358562707901001, + "-": 0.3619754910469055 + }, + "id": "tp_16951" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2118886, + "label": "-", + "classification": { + "B": 7.543062565673608e-07, + "S": 1.1190110171810375e-07, + "I": 0.00014864502009004354, + "C": 7.859212928451598e-06, + "R": 2.210304330674262e-07, + "M": 3.990008190157823e-05, + "O": 5.880280241399305e-06, + "W": 2.869466584343172e-07, + "N": 5.450800472317496e-06, + "Y": 9.264510299544781e-05, + "U": 8.038684740085955e-08, + "K": 3.940496355880896e-07, + "L": 4.813588816432457e-07, + "G": 4.2252184357494116e-05, + "F": 0.00046370309428311884, + "E": 0.0005485312431119382, + "T": 5.860023156856187e-05, + "P": 0.35226717591285706, + "-": 0.6463170051574707 + }, + "id": "tp_16952" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2119019, + "label": "-", + "classification": { + "B": 6.810129349332783e-08, + "S": 8.961102970772572e-09, + "I": 0.00018613458087202162, + "C": 5.07133336213883e-06, + "R": 5.774483611276082e-07, + "M": 1.9215294742025435e-05, + "O": 2.8958511393284425e-06, + "W": 3.454116281886854e-08, + "N": 8.461109359814145e-07, + "Y": 9.556473378324881e-05, + "U": 3.203614795665999e-08, + "K": 5.416421533510629e-09, + "L": 2.205615317052434e-07, + "G": 2.4055500034592114e-05, + "F": 2.737208160397131e-05, + "E": 1.2442833394743502e-05, + "T": 0.00021748598373960704, + "P": 0.24049721658229828, + "-": 0.7589107155799866 + }, + "id": "tp_16953" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2119152, + "label": "P", + "classification": { + "B": 1.1877347994015963e-09, + "S": 8.103955007054964e-11, + "I": 4.930814725412347e-07, + "C": 1.6762305987683135e-09, + "R": 9.081431787127947e-12, + "M": 3.5019787958390225e-08, + "O": 6.914441907923674e-09, + "W": 1.0158977825636129e-10, + "N": 4.860697178088458e-09, + "Y": 1.049371576300473e-07, + "U": 1.8860264044961994e-11, + "K": 2.518738828616307e-10, + "L": 7.981024174874563e-11, + "G": 4.657179886180529e-08, + "F": 7.698475201323163e-06, + "E": 4.31634498454514e-06, + "T": 2.7739247343561146e-07, + "P": 0.5436865091323853, + "-": 0.45630037784576416 + }, + "id": "tp_16954" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2119253, + "label": "-", + "classification": { + "B": 5.248322393000548e-13, + "S": 3.7124724952194987e-13, + "I": 2.8774802984798953e-08, + "C": 3.904351564276709e-10, + "R": 1.9464881095832e-12, + "M": 1.303297469945619e-09, + "O": 1.569936541878647e-10, + "W": 5.483780205102484e-13, + "N": 2.008052196744714e-10, + "Y": 2.7558201054489473e-07, + "U": 7.29707527041823e-13, + "K": 4.788595631133319e-10, + "L": 4.1523035010371245e-13, + "G": 1.6077814635195864e-08, + "F": 2.856485025404254e-06, + "E": 2.1418938445094682e-07, + "T": 1.154720408180765e-07, + "P": 0.06568504124879837, + "-": 0.9343114495277405 + }, + "id": "tp_16955" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2119386, + "label": "P", + "classification": { + "B": 8.921467269829009e-06, + "S": 4.932214778818889e-06, + "I": 0.017153941094875336, + "C": 0.00036419136449694633, + "R": 8.519783295923844e-05, + "M": 0.00035779294557869434, + "O": 0.00011664669727906585, + "W": 1.124623668147251e-05, + "N": 0.0005911203334107995, + "Y": 0.003988940268754959, + "U": 1.299802624998847e-05, + "K": 3.056152127101086e-05, + "L": 1.6903544747037813e-05, + "G": 0.0007497791666537523, + "F": 0.0015110307140275836, + "E": 0.003043304430320859, + "T": 0.0018900559516623616, + "P": 0.5254806876182556, + "-": 0.44458168745040894 + }, + "id": "tp_16956" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2119520, + "label": "P", + "classification": { + "B": 3.7234472074487712e-06, + "S": 2.2979015739110764e-06, + "I": 0.003570630680769682, + "C": 5.581100776907988e-05, + "R": 7.598976480949204e-06, + "M": 3.525499414536171e-05, + "O": 2.172396852984093e-05, + "W": 1.930837015606812e-06, + "N": 0.00016573877655901015, + "Y": 0.0002467866870574653, + "U": 1.4248862498789094e-06, + "K": 2.329662720512715e-06, + "L": 2.379477109570871e-06, + "G": 0.0001211313356179744, + "F": 0.0002653339470271021, + "E": 0.0005897682276554406, + "T": 0.0002901613770518452, + "P": 0.7473140954971313, + "-": 0.24730196595191956 + }, + "id": "tp_16957" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2119653, + "label": "P", + "classification": { + "B": 2.716878952924162e-07, + "S": 3.256042873545084e-06, + "I": 0.007841972634196281, + "C": 3.654240117612062e-06, + "R": 4.917512228530541e-07, + "M": 1.3552375094150193e-05, + "O": 5.032065473642433e-06, + "W": 4.7341967501779436e-07, + "N": 0.00042478006798774004, + "Y": 0.00020256562856957316, + "U": 7.355478004456018e-08, + "K": 1.1470231129351305e-06, + "L": 1.1527842502800922e-07, + "G": 1.2945723028678913e-05, + "F": 5.745405360357836e-05, + "E": 0.0005302876234054565, + "T": 0.00017866895359475166, + "P": 0.9498544335365295, + "-": 0.04086878523230553 + }, + "id": "tp_16958" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2119753, + "label": "-", + "classification": { + "B": 7.540255069216073e-07, + "S": 6.233974545466481e-07, + "I": 0.0006073103868402541, + "C": 1.0377322723797988e-05, + "R": 4.210231509205187e-06, + "M": 5.1259674364700913e-05, + "O": 1.568262632645201e-05, + "W": 6.52597577754932e-07, + "N": 1.6867559679667465e-05, + "Y": 0.0017824608366936445, + "U": 5.276511387819482e-07, + "K": 5.994666935293935e-06, + "L": 1.3960799378764932e-06, + "G": 0.0002152446104446426, + "F": 0.0010479610646143556, + "E": 0.00024472447694279253, + "T": 0.0010076414328068495, + "P": 0.15600115060806274, + "-": 0.8389852046966553 + }, + "id": "tp_16959" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2119887, + "label": "-", + "classification": { + "B": 1.1634241445790394e-06, + "S": 3.2769037261459744e-07, + "I": 0.0005507578607648611, + "C": 2.504065378161613e-06, + "R": 6.703652388750925e-07, + "M": 1.5116374925128184e-05, + "O": 1.1513978279253934e-05, + "W": 7.526122658418899e-07, + "N": 1.3011708688281942e-05, + "Y": 0.00022873813577461988, + "U": 1.3276643073822925e-07, + "K": 1.2217458333907416e-07, + "L": 5.315258135851764e-07, + "G": 2.2551812435267493e-05, + "F": 0.00012757246440742165, + "E": 3.333021231810562e-05, + "T": 0.00042483420111238956, + "P": 0.4960954785346985, + "-": 0.502470850944519 + }, + "id": "tp_16960" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2120020, + "label": "-", + "classification": { + "B": 0.00012590411643031985, + "S": 0.001139340689405799, + "I": 0.013769100420176983, + "C": 0.00113627256359905, + "R": 0.0009435562533326447, + "M": 0.009838836267590523, + "O": 0.0035630909260362387, + "W": 0.0007674929220229387, + "N": 0.0026065099518746138, + "Y": 0.051425520330667496, + "U": 0.00014856622146908194, + "K": 0.002608981914818287, + "L": 0.0003083901247009635, + "G": 0.004453985020518303, + "F": 0.01930222474038601, + "E": 0.0035237870179116726, + "T": 0.06508443504571915, + "P": 0.11078048497438431, + "-": 0.7084735631942749 + }, + "id": "tp_16961" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2120153, + "label": "-", + "classification": { + "B": 1.7297521992531983e-07, + "S": 1.848192141551408e-07, + "I": 0.0008820504299364984, + "C": 6.482882599812001e-05, + "R": 5.861346835445147e-06, + "M": 5.8016990806208923e-05, + "O": 9.917777788359672e-06, + "W": 5.782845846624696e-07, + "N": 2.477958878444042e-05, + "Y": 0.0017135159578174353, + "U": 6.768269713575137e-07, + "K": 1.7194564861711115e-05, + "L": 6.708595492455061e-07, + "G": 0.00016042824427131563, + "F": 0.0012351047480478883, + "E": 0.0006872331723570824, + "T": 0.0004748936917167157, + "P": 0.13308629393577576, + "-": 0.861577570438385 + }, + "id": "tp_16962" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2120254, + "label": "-", + "classification": { + "B": 5.803251212910254e-09, + "S": 3.892837341368249e-08, + "I": 9.644201054470614e-05, + "C": 2.98960912914481e-07, + "R": 2.4989018854171263e-08, + "M": 4.271406851330539e-06, + "O": 8.088944696282852e-07, + "W": 4.030460232229416e-08, + "N": 2.5681520128273405e-06, + "Y": 0.00013851711992174387, + "U": 1.7549671937899802e-08, + "K": 1.5476089174626395e-06, + "L": 8.572233589632106e-09, + "G": 4.005882146884687e-06, + "F": 0.00010918404586846009, + "E": 5.6392818805761635e-05, + "T": 0.00017027257126756012, + "P": 0.1311570107936859, + "-": 0.8682584762573242 + }, + "id": "tp_16963" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2120387, + "label": "-", + "classification": { + "B": 3.063453959839535e-06, + "S": 1.2394340274113347e-06, + "I": 0.0017396877519786358, + "C": 5.3419102187035605e-05, + "R": 1.2947461073054e-05, + "M": 6.699694495182484e-05, + "O": 2.668201705091633e-05, + "W": 2.083610525005497e-06, + "N": 4.995741255697794e-05, + "Y": 0.0010550739243626595, + "U": 1.2198925105622038e-06, + "K": 4.158802312304033e-06, + "L": 2.946724180219462e-06, + "G": 0.00028223718982189894, + "F": 0.001915203989483416, + "E": 0.0008139127749018371, + "T": 0.0005636080750264227, + "P": 0.40987861156463623, + "-": 0.5835269093513489 + }, + "id": "tp_16964" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2120521, + "label": "-", + "classification": { + "B": 4.671653641707962e-06, + "S": 3.607410235417774e-06, + "I": 0.007568527013063431, + "C": 0.0006591054261662066, + "R": 6.776933878427371e-05, + "M": 0.00026084735873155296, + "O": 5.65682421438396e-05, + "W": 9.765194590727333e-06, + "N": 0.0005190273514017463, + "Y": 0.004617813043296337, + "U": 1.3847884474671446e-05, + "K": 0.0003849985369015485, + "L": 7.877181815274525e-06, + "G": 0.0009614670416340232, + "F": 0.005967323202639818, + "E": 0.00864923931658268, + "T": 0.0010272307554259896, + "P": 0.3860696256160736, + "-": 0.5831506848335266 + }, + "id": "tp_16965" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2120654, + "label": "-", + "classification": { + "B": 1.145383232703523e-10, + "S": 1.1221230611369037e-09, + "I": 8.355605132237542e-06, + "C": 5.475988373859764e-08, + "R": 7.1626717890183045e-09, + "M": 1.8580054472749907e-07, + "O": 1.0009871687088889e-07, + "W": 2.291808964827169e-09, + "N": 1.020254885020222e-07, + "Y": 6.865376690257108e-06, + "U": 9.804782541422696e-10, + "K": 5.592452723135466e-09, + "L": 1.5293872834831745e-09, + "G": 2.5350237820020993e-07, + "F": 3.672166712931357e-05, + "E": 1.6661019799357746e-06, + "T": 1.4202563761500642e-05, + "P": 0.08881103992462158, + "-": 0.9111204147338867 + }, + "id": "tp_16966" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2120754, + "label": "P", + "classification": { + "B": 8.212401007767767e-05, + "S": 1.4257749171520118e-05, + "I": 0.013367891311645508, + "C": 0.00011128917685709894, + "R": 7.064532837830484e-05, + "M": 0.00048365749535150826, + "O": 0.00023791249259375036, + "W": 6.026061328157084e-06, + "N": 0.00025632139295339584, + "Y": 0.0032430069986730814, + "U": 1.7964990774999023e-06, + "K": 3.4284397543160594e-07, + "L": 6.172192661324516e-05, + "G": 0.0014755764277651906, + "F": 0.000835269340313971, + "E": 0.0021721157245337963, + "T": 0.0022171675227582455, + "P": 0.5254022479057312, + "-": 0.4499606192111969 + }, + "id": "tp_16967" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2120888, + "label": "P", + "classification": { + "B": 6.34667821941548e-06, + "S": 2.2821323000243865e-06, + "I": 0.001947033335454762, + "C": 3.6145236663287506e-05, + "R": 6.1927207752887625e-06, + "M": 9.047937783179805e-05, + "O": 6.913062679814175e-05, + "W": 3.875239144690568e-06, + "N": 4.3259111407678574e-05, + "Y": 0.00025715070660226047, + "U": 1.4525634242090746e-06, + "K": 1.9993834143861022e-07, + "L": 1.1267983609286603e-05, + "G": 0.0001396662264596671, + "F": 0.00039414677303284407, + "E": 0.0002837404899764806, + "T": 0.00045371989835985005, + "P": 0.5197479128837585, + "-": 0.4765060544013977 + }, + "id": "tp_16968" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2121021, + "label": "P", + "classification": { + "B": 1.628296331546153e-06, + "S": 1.5753057596157305e-06, + "I": 0.0007903900113888085, + "C": 9.343142664874904e-06, + "R": 4.485093256789696e-07, + "M": 0.00011501521657919511, + "O": 1.0287753866577987e-05, + "W": 1.008491722132021e-06, + "N": 6.598321488127112e-05, + "Y": 0.00034788736957125366, + "U": 4.5527309566750773e-07, + "K": 1.4004734111949801e-05, + "L": 8.307272878482763e-07, + "G": 8.503675053361803e-05, + "F": 0.0018702973611652851, + "E": 0.004045961424708366, + "T": 0.0002859600353986025, + "P": 0.6371182203292847, + "-": 0.3552357256412506 + }, + "id": "tp_16969" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2121154, + "label": "P", + "classification": { + "B": 3.4766163281574336e-08, + "S": 1.0856305188156057e-08, + "I": 9.743793270899914e-06, + "C": 2.9329640938158263e-08, + "R": 1.460184084756122e-09, + "M": 2.1009805095673073e-06, + "O": 2.783977208764554e-07, + "W": 3.740749043856795e-09, + "N": 1.4134784009911527e-07, + "Y": 4.486508714762749e-06, + "U": 3.2651842341024917e-10, + "K": 6.406726260621554e-10, + "L": 8.928553008047402e-09, + "G": 1.1890741689057904e-06, + "F": 7.246965105878189e-05, + "E": 9.719134141050745e-06, + "T": 7.009475666563958e-06, + "P": 0.7039666175842285, + "-": 0.29592615365982056 + }, + "id": "tp_16970" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2121255, + "label": "-", + "classification": { + "B": 5.969160611130064e-06, + "S": 8.076673907453369e-08, + "I": 0.00045757804764434695, + "C": 7.300850938918302e-06, + "R": 4.638209816221206e-07, + "M": 9.89451800705865e-05, + "O": 1.0513335837458726e-05, + "W": 2.1213230638750247e-07, + "N": 3.147699317196384e-06, + "Y": 0.00013360357843339443, + "U": 7.252163669591027e-08, + "K": 1.0435623920557191e-08, + "L": 2.471663947289926e-06, + "G": 0.00017526689043734223, + "F": 9.928224608302116e-05, + "E": 0.00040088986861519516, + "T": 0.00016162765678018332, + "P": 0.3929661810398102, + "-": 0.6054763793945312 + }, + "id": "tp_16971" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2121388, + "label": "-", + "classification": { + "B": 7.763111931069488e-09, + "S": 2.243532581935881e-10, + "I": 9.942024917108938e-06, + "C": 6.150109044256169e-08, + "R": 2.7023960846861428e-09, + "M": 1.6821305734993075e-06, + "O": 1.2830217599457683e-07, + "W": 7.155284698079356e-10, + "N": 5.145296810837863e-08, + "Y": 7.769952389935497e-06, + "U": 3.9166916931954177e-10, + "K": 2.883286942534369e-10, + "L": 5.086067567106056e-09, + "G": 2.7470912300486816e-06, + "F": 9.334235983260442e-06, + "E": 1.0872305210796185e-05, + "T": 1.0693256626836956e-05, + "P": 0.4199916124343872, + "-": 0.5799550414085388 + }, + "id": "tp_16972" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2121522, + "label": "-", + "classification": { + "B": 0.00016266244347207248, + "S": 1.446819339889771e-07, + "I": 3.716444780366146e-06, + "C": 5.269913572192308e-07, + "R": 4.621217541966871e-08, + "M": 0.00022814181284047663, + "O": 1.6358893844881095e-05, + "W": 4.512393658728797e-08, + "N": 1.279943706578024e-08, + "Y": 3.1706553272670135e-05, + "U": 3.316240893003197e-10, + "K": 7.850811147014358e-12, + "L": 8.836288543534465e-06, + "G": 0.00017695479618851095, + "F": 6.776067311875522e-05, + "E": 2.1156398361199535e-05, + "T": 2.8367387130856514e-05, + "P": 0.020822612568736076, + "-": 0.9784309267997742 + }, + "id": "tp_16973" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2121655, + "label": "P", + "classification": { + "B": 9.2712258492611e-07, + "S": 1.7965501797334582e-07, + "I": 0.008296847343444824, + "C": 2.9642767913173884e-05, + "R": 9.060993875209533e-07, + "M": 0.00011027192522305995, + "O": 6.351523097691825e-06, + "W": 5.881185529688082e-07, + "N": 0.0001451915450161323, + "Y": 0.0006509479135274887, + "U": 2.4753950356171117e-07, + "K": 9.262702405976597e-06, + "L": 2.753471619598713e-07, + "G": 0.00020178566046524793, + "F": 0.00024108769139274955, + "E": 0.009198876097798347, + "T": 0.00023446977138519287, + "P": 0.7114709615707397, + "-": 0.2694012522697449 + }, + "id": "tp_16974" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2121755, + "label": "-", + "classification": { + "B": 9.723364513547494e-08, + "S": 3.1105194864267105e-08, + "I": 0.00032584837754257023, + "C": 8.122749932226725e-06, + "R": 9.392289257448283e-07, + "M": 8.77165439305827e-06, + "O": 2.660363179529668e-06, + "W": 7.914778166195902e-08, + "N": 4.9300765567750204e-06, + "Y": 0.0001641733688302338, + "U": 1.1841795100053787e-07, + "K": 5.9228259630117464e-08, + "L": 2.3333103627010132e-07, + "G": 2.9365464797592722e-05, + "F": 0.00010051530989585444, + "E": 3.969015597249381e-05, + "T": 0.00021341165120247751, + "P": 0.38528627157211304, + "-": 0.613814651966095 + }, + "id": "tp_16975" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2121889, + "label": "-", + "classification": { + "B": 2.2033273125998676e-05, + "S": 6.709285571560031e-06, + "I": 0.0006513557163998485, + "C": 4.970405643689446e-05, + "R": 1.0316746738681104e-05, + "M": 0.0002021332475123927, + "O": 0.0001094419349101372, + "W": 8.876203537511174e-06, + "N": 3.55750453309156e-05, + "Y": 0.0006539568421430886, + "U": 2.679953240658506e-06, + "K": 2.1014161575294565e-06, + "L": 1.8353513951296918e-05, + "G": 0.0003929683880414814, + "F": 0.0011921945260837674, + "E": 0.0006063702749088407, + "T": 0.0008818323840387166, + "P": 0.320324182510376, + "-": 0.6748293042182922 + }, + "id": "tp_16976" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2122022, + "label": "-", + "classification": { + "B": 9.477461176965463e-11, + "S": 5.96030256400093e-12, + "I": 1.325292032561265e-06, + "C": 4.543490472741496e-09, + "R": 1.5360099303585173e-10, + "M": 3.7974182021116576e-08, + "O": 2.3719155528567626e-09, + "W": 1.8170798199435012e-11, + "N": 2.146471445030329e-09, + "Y": 6.287229552981444e-06, + "U": 2.394851851550417e-11, + "K": 4.527018482303191e-10, + "L": 1.200916310839517e-10, + "G": 1.0431642749608727e-06, + "F": 2.866489921871107e-05, + "E": 2.08325809580856e-06, + "T": 1.7374577510054223e-06, + "P": 0.18143031001091003, + "-": 0.8185284733772278 + }, + "id": "tp_16977" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2122155, + "label": "-", + "classification": { + "B": 6.540687172673643e-05, + "S": 3.528153683873825e-05, + "I": 0.006443805526942015, + "C": 0.0006094507407397032, + "R": 0.00014297869347501546, + "M": 0.0011205051559954882, + "O": 0.00027929191128350794, + "W": 5.654461347148754e-05, + "N": 0.0005602910532616079, + "Y": 0.036444444209337234, + "U": 3.329689207021147e-05, + "K": 0.0024178181774914265, + "L": 5.1080780394840986e-05, + "G": 0.01247872319072485, + "F": 0.025435464456677437, + "E": 0.02609873004257679, + "T": 0.007134441751986742, + "P": 0.18524351716041565, + "-": 0.695348858833313 + }, + "id": "tp_16978" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2122256, + "label": "-", + "classification": { + "B": 1.6711604544639158e-08, + "S": 8.991536404323597e-09, + "I": 0.00023677507124375552, + "C": 3.1711210795037914e-06, + "R": 5.914839675824624e-07, + "M": 2.6504516426939517e-05, + "O": 1.658653786762443e-06, + "W": 3.405456538985163e-08, + "N": 1.297631911256758e-06, + "Y": 0.0010588893201202154, + "U": 1.4870840558955933e-08, + "K": 2.6467813540875795e-07, + "L": 8.7037207663343e-08, + "G": 4.731750232167542e-05, + "F": 0.00026318567688576877, + "E": 0.00010308907803846523, + "T": 0.00035739390295930207, + "P": 0.0728893131017685, + "-": 0.9250104427337646 + }, + "id": "tp_16979" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2122389, + "label": "-", + "classification": { + "B": 4.9160576054418925e-06, + "S": 2.155780066459556e-06, + "I": 0.00020566853345371783, + "C": 0.0001407875242875889, + "R": 2.188143480452709e-05, + "M": 0.00015430693747475743, + "O": 3.78018849005457e-05, + "W": 2.571275899754255e-06, + "N": 7.86949931352865e-06, + "Y": 0.0012495460687205195, + "U": 2.1859023036086e-06, + "K": 3.6719826312037185e-05, + "L": 9.92966761259595e-06, + "G": 0.0006733027985319495, + "F": 0.015513280406594276, + "E": 0.0003694156475830823, + "T": 0.00038553602644242346, + "P": 0.04962737113237381, + "-": 0.9315547943115234 + }, + "id": "tp_16980" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2122523, + "label": "-", + "classification": { + "B": 3.1045590731082484e-05, + "S": 6.276979092945112e-06, + "I": 0.00327499583363533, + "C": 0.0001538118376629427, + "R": 2.3923827029648237e-05, + "M": 0.0010352523531764746, + "O": 9.657922055339441e-05, + "W": 7.877376447140705e-06, + "N": 7.69045582273975e-05, + "Y": 0.002941600978374481, + "U": 4.679108315031044e-06, + "K": 6.779787327104714e-06, + "L": 3.4565062378533185e-05, + "G": 0.0013913330622017384, + "F": 0.002171184867620468, + "E": 0.0038117854855954647, + "T": 0.002394377486780286, + "P": 0.2540496289730072, + "-": 0.7284873127937317 + }, + "id": "tp_16981" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2122656, + "label": "-", + "classification": { + "B": 2.750642352111754e-06, + "S": 1.099755991162965e-06, + "I": 0.00738725159317255, + "C": 0.00011408084537833929, + "R": 1.0721813850977924e-05, + "M": 0.00029189378255978227, + "O": 1.8355312931817025e-05, + "W": 9.910030485116295e-07, + "N": 0.00012975827849004418, + "Y": 0.019172528758645058, + "U": 3.3589699910407944e-07, + "K": 0.00012531373067758977, + "L": 2.3173977297119563e-06, + "G": 0.01270604319870472, + "F": 0.0057736607268452644, + "E": 0.03397062420845032, + "T": 0.0025611133314669132, + "P": 0.2888382375240326, + "-": 0.6288929581642151 + }, + "id": "tp_16982" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2122756, + "label": "-", + "classification": { + "B": 6.396206799763604e-07, + "S": 3.166138995425172e-08, + "I": 4.3169583818780666e-07, + "C": 9.297532699292788e-08, + "R": 2.3976342689024932e-08, + "M": 5.196247343519644e-07, + "O": 1.8667631138669094e-06, + "W": 4.04840285739283e-08, + "N": 1.8439909155176792e-08, + "Y": 3.607448888942599e-05, + "U": 4.175883194790231e-09, + "K": 1.2285783057564004e-08, + "L": 1.1218024553727446e-07, + "G": 1.1472504411358386e-05, + "F": 0.00039414444472640753, + "E": 9.284848943025281e-07, + "T": 2.8842754545621574e-05, + "P": 0.024605337530374527, + "-": 0.9749193787574768 + }, + "id": "tp_16983" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2122890, + "label": "P", + "classification": { + "B": 7.209454810919169e-09, + "S": 3.075929511098252e-10, + "I": 6.200821644597454e-06, + "C": 2.267604948258395e-08, + "R": 1.1292389245909362e-09, + "M": 3.2152613016478426e-07, + "O": 4.2147551226889846e-08, + "W": 1.0012672913006782e-09, + "N": 4.5170398976779325e-08, + "Y": 1.151695187218138e-06, + "U": 4.529717989587567e-10, + "K": 6.779553585190001e-10, + "L": 1.110587288799536e-09, + "G": 4.69470563757568e-07, + "F": 9.136069820669945e-06, + "E": 1.0813269909704104e-05, + "T": 2.9369628009590087e-06, + "P": 0.6564322113990784, + "-": 0.3435365855693817 + }, + "id": "tp_16984" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2123023, + "label": "-", + "classification": { + "B": 2.4853992641737932e-08, + "S": 2.2892161055665383e-08, + "I": 0.0003200513019692153, + "C": 3.086184506173595e-06, + "R": 3.9451091993214504e-07, + "M": 5.9000003602704965e-06, + "O": 1.0936253147519892e-06, + "W": 4.646606299729683e-08, + "N": 3.5544605907489313e-06, + "Y": 0.00021983498299960047, + "U": 4.548691734385102e-08, + "K": 6.760969313290843e-07, + "L": 4.743985115851501e-08, + "G": 1.4647818716184702e-05, + "F": 0.0005045316065661609, + "E": 9.403566218679771e-05, + "T": 4.366883877082728e-05, + "P": 0.32997065782546997, + "-": 0.6688176393508911 + }, + "id": "tp_16985" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2123156, + "label": "P", + "classification": { + "B": 1.8075449759180628e-07, + "S": 2.5411571513700437e-08, + "I": 0.00010069079871755093, + "C": 2.6117066909137066e-07, + "R": 2.682696731426404e-08, + "M": 1.1096980415459257e-05, + "O": 1.901814698612725e-06, + "W": 1.1880397110530794e-08, + "N": 1.077939032256836e-06, + "Y": 1.2281293493288103e-05, + "U": 4.316604407250679e-09, + "K": 5.214409459775027e-10, + "L": 1.964936586773547e-07, + "G": 1.4141938663669862e-05, + "F": 6.297969230217859e-05, + "E": 1.706863804429304e-05, + "T": 5.3822604968445376e-05, + "P": 0.6308646202087402, + "-": 0.36885949969291687 + }, + "id": "tp_16986" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2123257, + "label": "-", + "classification": { + "B": 1.8370990492733164e-11, + "S": 1.2040409468061508e-11, + "I": 6.697450771753211e-07, + "C": 1.0122863436379248e-08, + "R": 2.3062358966985386e-10, + "M": 2.583933600419641e-08, + "O": 4.291132782441309e-09, + "W": 9.61682955491483e-11, + "N": 8.811250395979187e-09, + "Y": 5.906487331230892e-06, + "U": 1.920071740491025e-10, + "K": 3.012065690199961e-07, + "L": 2.1516982640079618e-11, + "G": 3.281064095972397e-07, + "F": 2.7466316169011407e-05, + "E": 2.099759967677528e-06, + "T": 1.6208272199946805e-06, + "P": 0.05763312801718712, + "-": 0.9423283338546753 + }, + "id": "tp_16987" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2123390, + "label": "-", + "classification": { + "B": 5.332186674422701e-07, + "S": 6.895928095218551e-07, + "I": 0.0006340751424431801, + "C": 7.487672701245174e-05, + "R": 1.0673805263650138e-05, + "M": 0.00021812398335896432, + "O": 2.90371917799348e-05, + "W": 1.7537187204652582e-06, + "N": 2.6371906642452814e-05, + "Y": 0.0023795661982148886, + "U": 1.435337708244333e-06, + "K": 7.291002111742273e-05, + "L": 2.0050149487360613e-06, + "G": 0.00030814262572675943, + "F": 0.0024712574668228626, + "E": 0.0007206097361631691, + "T": 0.000727376842405647, + "P": 0.055918533354997635, + "-": 0.9364020824432373 + }, + "id": "tp_16988" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2123524, + "label": "-", + "classification": { + "B": 1.3363528523768764e-06, + "S": 1.703560599253251e-07, + "I": 0.0036806848365813494, + "C": 6.60222940496169e-05, + "R": 7.327768798859324e-06, + "M": 0.0001172648771898821, + "O": 1.9889328541466966e-05, + "W": 4.222079041937832e-07, + "N": 2.3482833057641983e-05, + "Y": 0.003008562605828047, + "U": 3.320132293538336e-07, + "K": 4.495547401006661e-08, + "L": 3.6780616028408986e-06, + "G": 0.0003510653623379767, + "F": 6.761975237168372e-05, + "E": 0.00011508212628541514, + "T": 0.0023571718484163284, + "P": 0.3292519152164459, + "-": 0.660927951335907 + }, + "id": "tp_16989" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2123657, + "label": "-", + "classification": { + "B": 4.537272616289556e-05, + "S": 9.170661542157177e-06, + "I": 0.004774118773639202, + "C": 0.00027707978733815253, + "R": 6.522740295622498e-05, + "M": 0.0011689733946695924, + "O": 0.00023495529603678733, + "W": 1.8567518054624088e-05, + "N": 0.0002400297234999016, + "Y": 0.0060881334356963634, + "U": 1.9575070837163366e-05, + "K": 2.7328322175890207e-05, + "L": 4.844192517339252e-05, + "G": 0.0023397759068757296, + "F": 0.0016246142331510782, + "E": 0.0023203501477837563, + "T": 0.00582179706543684, + "P": 0.30406028032302856, + "-": 0.6708162426948547 + }, + "id": "tp_16990" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2123757, + "label": "-", + "classification": { + "B": 6.41114020254463e-05, + "S": 1.9457040252746083e-05, + "I": 0.0010162144899368286, + "C": 3.2435342291137204e-05, + "R": 1.2374135621939786e-05, + "M": 0.0011507945600897074, + "O": 0.00024505125475116074, + "W": 6.2176218307286035e-06, + "N": 2.1049756469437853e-05, + "Y": 0.0029293422121554613, + "U": 1.1640881893981714e-06, + "K": 9.17155205115705e-07, + "L": 0.00011402442760299891, + "G": 0.005038448143750429, + "F": 0.012158865109086037, + "E": 0.001086440752260387, + "T": 0.002483635675162077, + "P": 0.10093152523040771, + "-": 0.8726879954338074 + }, + "id": "tp_16991" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2123891, + "label": "P", + "classification": { + "B": 6.324057176243514e-05, + "S": 6.652564934483962e-06, + "I": 0.0010112703312188387, + "C": 1.564585545565933e-05, + "R": 1.3151701523383963e-06, + "M": 7.964974793139845e-05, + "O": 2.7839852918987162e-05, + "W": 6.298239895841107e-06, + "N": 9.762205445440486e-05, + "Y": 0.00010223183926427737, + "U": 1.9059882561123231e-06, + "K": 2.230852032880648e-06, + "L": 4.959023499395698e-06, + "G": 7.056065805954859e-05, + "F": 0.000408508931286633, + "E": 0.0010478022741153836, + "T": 0.000258381653111428, + "P": 0.8905254602432251, + "-": 0.10626842081546783 + }, + "id": "tp_16992" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2124024, + "label": "-", + "classification": { + "B": 4.914410851597495e-07, + "S": 9.527170163892151e-07, + "I": 0.00010784739424707368, + "C": 6.966587989154505e-06, + "R": 1.534656121293665e-06, + "M": 2.344376662222203e-05, + "O": 1.2786563274858054e-05, + "W": 1.4243880741560133e-06, + "N": 1.2915443221572787e-05, + "Y": 0.00224210973829031, + "U": 1.0865043122976203e-06, + "K": 0.0005308692925609648, + "L": 4.83151552543859e-07, + "G": 0.0003592524444684386, + "F": 0.005582225974649191, + "E": 0.0007648809696547687, + "T": 0.0005901887197978795, + "P": 0.05582771822810173, + "-": 0.9339327216148376 + }, + "id": "tp_16993" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2124157, + "label": "-", + "classification": { + "B": 2.742071814054725e-08, + "S": 4.664890251859788e-09, + "I": 0.0015480730216950178, + "C": 8.517706191923935e-06, + "R": 9.6167696028715e-07, + "M": 1.3211217265052255e-05, + "O": 1.2234449968673289e-06, + "W": 2.324584080781733e-08, + "N": 7.943359378259629e-06, + "Y": 0.00038231260259635746, + "U": 6.943488273236653e-08, + "K": 4.8630880655764486e-08, + "L": 1.480098319461831e-07, + "G": 2.3790782506694086e-05, + "F": 6.658706115558743e-05, + "E": 0.00011514728976180777, + "T": 0.0001960463123396039, + "P": 0.40385714173316956, + "-": 0.5937787294387817 + }, + "id": "tp_16994" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2124258, + "label": "-", + "classification": { + "B": 1.793619652801226e-08, + "S": 4.43016207052338e-10, + "I": 9.152294069281197e-07, + "C": 4.863542901745177e-09, + "R": 2.0972557024379057e-10, + "M": 7.913292421335427e-08, + "O": 6.186191114920803e-08, + "W": 6.617285053245325e-10, + "N": 1.0744320100286586e-08, + "Y": 8.730731906325673e-07, + "U": 8.334641310447921e-11, + "K": 6.856568091073711e-11, + "L": 9.164053405008588e-10, + "G": 3.290715255843679e-07, + "F": 4.080895450897515e-06, + "E": 6.17972546024248e-07, + "T": 2.1278485746734077e-06, + "P": 0.4777686893939972, + "-": 0.5222221612930298 + }, + "id": "tp_16995" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2124391, + "label": "P", + "classification": { + "B": 0.00012344008428044617, + "S": 6.742755795130506e-05, + "I": 0.026517363265156746, + "C": 0.00042258697794750333, + "R": 4.9969854444498196e-05, + "M": 0.0015965417260304093, + "O": 0.00021339683735277504, + "W": 6.670202856184915e-05, + "N": 0.0012196688912808895, + "Y": 0.008529864251613617, + "U": 2.8050575565430336e-05, + "K": 0.00044251736835576594, + "L": 3.901838499587029e-05, + "G": 0.002861794549971819, + "F": 0.0050862133502960205, + "E": 0.025796258822083473, + "T": 0.003958977293223143, + "P": 0.5079764127731323, + "-": 0.4150037169456482 + }, + "id": "tp_16996" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2124525, + "label": "-", + "classification": { + "B": 7.692831786698662e-06, + "S": 6.033234058122616e-06, + "I": 0.004235793370753527, + "C": 7.034691225271672e-05, + "R": 2.0433595636859536e-05, + "M": 0.000557263963855803, + "O": 0.00011207631905563176, + "W": 6.952240710234037e-06, + "N": 0.00012305713607929647, + "Y": 0.00620177062228322, + "U": 3.872302841045894e-06, + "K": 1.1878426448674873e-05, + "L": 1.3254059012979269e-05, + "G": 0.0007976472261361778, + "F": 0.0008991271606646478, + "E": 0.0009698282810859382, + "T": 0.005617230664938688, + "P": 0.22283132374286652, + "-": 0.757514476776123 + }, + "id": "tp_16997" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2124658, + "label": "-", + "classification": { + "B": 4.964320510225662e-07, + "S": 2.737949955644581e-07, + "I": 0.00046707672299817204, + "C": 1.557760697323829e-05, + "R": 1.022798187477747e-06, + "M": 2.9429882488329895e-05, + "O": 1.026378868118627e-05, + "W": 5.545805379369995e-07, + "N": 2.7716485419659875e-05, + "Y": 0.0003046511556021869, + "U": 6.101712983763719e-07, + "K": 1.3601096725324169e-05, + "L": 4.603658396717947e-07, + "G": 0.00012235852773301303, + "F": 0.0011120998533442616, + "E": 0.0009305833955295384, + "T": 0.00022716636885888875, + "P": 0.34010255336761475, + "-": 0.6566335558891296 + }, + "id": "tp_16998" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2124758, + "label": "P", + "classification": { + "B": 3.968669261666946e-06, + "S": 3.8459660345324664e-07, + "I": 0.0002494696236681193, + "C": 5.5240730034711305e-06, + "R": 4.934825028612977e-07, + "M": 1.5811354387551546e-05, + "O": 6.004593615216436e-06, + "W": 3.3269876098529494e-07, + "N": 1.1981314855802339e-05, + "Y": 5.7547564210835844e-05, + "U": 1.8729161865849164e-07, + "K": 3.97844758026622e-07, + "L": 8.07485207587888e-07, + "G": 5.13444647367578e-05, + "F": 0.0005776594043709338, + "E": 0.00018745718989521265, + "T": 0.00010602206020848826, + "P": 0.6757102012634277, + "-": 0.3230144679546356 + }, + "id": "tp_16999" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2124892, + "label": "-", + "classification": { + "B": 1.1990756320301443e-05, + "S": 1.6918313576752553e-06, + "I": 0.0008138591656461358, + "C": 0.00014955783262848854, + "R": 1.3120328731019981e-05, + "M": 0.00039623063639737666, + "O": 4.794024789589457e-05, + "W": 1.9772837731579784e-06, + "N": 2.8627140636672266e-05, + "Y": 0.0014271569671109319, + "U": 2.6947200240101665e-06, + "K": 7.148511031118687e-06, + "L": 1.6711779608158395e-05, + "G": 0.0010958280181512237, + "F": 0.004836558364331722, + "E": 0.0011504184221848845, + "T": 0.0012228629784658551, + "P": 0.20103466510772705, + "-": 0.7877410650253296 + }, + "id": "tp_17000" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2125025, + "label": "-", + "classification": { + "B": 6.38484820569829e-08, + "S": 2.3256185865960788e-09, + "I": 3.45397784258239e-05, + "C": 5.769674658040458e-07, + "R": 2.1684233075802695e-08, + "M": 1.604010867595207e-05, + "O": 9.234925641976588e-07, + "W": 4.421269572674191e-09, + "N": 1.8735499907052144e-07, + "Y": 8.502049604430795e-05, + "U": 4.603605940900479e-09, + "K": 1.0647580594991268e-09, + "L": 1.1469985139456185e-07, + "G": 3.47701643477194e-05, + "F": 2.3230011720443144e-05, + "E": 2.225054777227342e-05, + "T": 8.504789730068296e-05, + "P": 0.13025857508182526, + "-": 0.8694387078285217 + }, + "id": "tp_17001" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2125125, + "label": "-", + "classification": { + "B": 9.725960126161226e-07, + "S": 1.893761947258099e-07, + "I": 0.0007996284984983504, + "C": 2.99306666420307e-05, + "R": 1.3415657349469257e-06, + "M": 0.0003146355738863349, + "O": 5.684667939931387e-06, + "W": 1.6553956072584697e-07, + "N": 1.3891550224798266e-05, + "Y": 0.0018723276443779469, + "U": 2.5777376322366763e-07, + "K": 5.578992841037689e-06, + "L": 1.4017730336490786e-06, + "G": 0.0007073453161865473, + "F": 0.0035646934993565083, + "E": 0.003843428799882531, + "T": 0.0005477823433466256, + "P": 0.2548307776451111, + "-": 0.7334599494934082 + }, + "id": "tp_17002" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2125259, + "label": "-", + "classification": { + "B": 2.8710712030033392e-08, + "S": 4.696998345821157e-09, + "I": 5.167266135686077e-05, + "C": 7.716433287896507e-07, + "R": 1.3384568831042998e-07, + "M": 1.3958279851067346e-05, + "O": 5.45942214102979e-07, + "W": 8.224062320039138e-09, + "N": 3.519486995173793e-07, + "Y": 0.0004044373636133969, + "U": 8.38935498848059e-09, + "K": 6.635061566839795e-08, + "L": 7.083317399292355e-08, + "G": 6.698408105876297e-05, + "F": 0.0004734185931738466, + "E": 6.146347732283175e-05, + "T": 9.25356725929305e-05, + "P": 0.18710538744926453, + "-": 0.8117282390594482 + }, + "id": "tp_17003" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2125392, + "label": "P", + "classification": { + "B": 1.1264655341847174e-07, + "S": 6.723466228208963e-09, + "I": 8.358174818567932e-05, + "C": 5.826159963362443e-07, + "R": 6.332780344564526e-08, + "M": 2.4889297947083833e-06, + "O": 5.823088713441393e-07, + "W": 1.0179770804086274e-08, + "N": 3.8733278984182107e-07, + "Y": 6.185495294630527e-05, + "U": 5.322301710464217e-09, + "K": 7.307512372989322e-10, + "L": 1.1506587327403395e-07, + "G": 1.1611266018007882e-05, + "F": 2.300539745192509e-05, + "E": 1.4877969988447148e-05, + "T": 4.467907638172619e-05, + "P": 0.5497958660125732, + "-": 0.44996020197868347 + }, + "id": "tp_17004" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2125526, + "label": "-", + "classification": { + "B": 2.492207613613573e-06, + "S": 2.077737235595123e-06, + "I": 0.0035708320792764425, + "C": 4.614634235622361e-05, + "R": 2.756044159468729e-05, + "M": 0.00013955854228697717, + "O": 7.04553458490409e-05, + "W": 6.574457984243054e-06, + "N": 0.00011426013224991038, + "Y": 0.0019486778182908893, + "U": 3.3997034734056797e-06, + "K": 6.61504873278318e-06, + "L": 8.003102266229689e-06, + "G": 0.00028155880863778293, + "F": 0.0014007551362738013, + "E": 0.0005514147342182696, + "T": 0.0017840280197560787, + "P": 0.3412705659866333, + "-": 0.6487650275230408 + }, + "id": "tp_17005" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2125626, + "label": "-", + "classification": { + "B": 7.814320923671403e-08, + "S": 1.4563716455029407e-08, + "I": 0.0003274660848546773, + "C": 7.920432835817337e-06, + "R": 1.2328151797191822e-06, + "M": 2.496577326382976e-05, + "O": 2.559258518886054e-06, + "W": 7.472009855291617e-08, + "N": 2.2741426164429868e-06, + "Y": 0.0006875324761494994, + "U": 7.59335421207652e-08, + "K": 2.5652488488958625e-07, + "L": 2.883276408738311e-07, + "G": 0.00013248244067654014, + "F": 0.0002447288716211915, + "E": 0.00022276933304965496, + "T": 0.00022056656598579139, + "P": 0.12849189341068268, + "-": 0.8696328401565552 + }, + "id": "tp_17006" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2125759, + "label": "-", + "classification": { + "B": 8.020365203265101e-05, + "S": 9.566477092448622e-05, + "I": 0.0074989707209169865, + "C": 0.0034344594459980726, + "R": 0.0007505266694352031, + "M": 0.0018915305845439434, + "O": 0.0010627745650708675, + "W": 0.00017190010112244636, + "N": 0.0008585054893046618, + "Y": 0.00903275702148676, + "U": 0.00026089034508913755, + "K": 0.0005051702028140426, + "L": 0.00028679214301519096, + "G": 0.003515110816806555, + "F": 0.009705800563097, + "E": 0.003930624108761549, + "T": 0.0086552444845438, + "P": 0.1384716033935547, + "-": 0.8097915649414062 + }, + "id": "tp_17007" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2125893, + "label": "-", + "classification": { + "B": 2.1315045160008594e-05, + "S": 2.019839121203404e-05, + "I": 0.02057577483355999, + "C": 0.001513687428086996, + "R": 0.00027894097729586065, + "M": 0.0027884270530194044, + "O": 0.00040749029722064734, + "W": 4.846683077630587e-05, + "N": 0.0006586323142983019, + "Y": 0.05053789168596268, + "U": 2.4303180907736532e-05, + "K": 0.00029331803671084344, + "L": 6.533752457471564e-05, + "G": 0.004787629935890436, + "F": 0.005690536927431822, + "E": 0.014318207278847694, + "T": 0.012463388964533806, + "P": 0.1065107136964798, + "-": 0.77899569272995 + }, + "id": "tp_17008" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2126026, + "label": "-", + "classification": { + "B": 2.2091150242431468e-07, + "S": 1.5781810702719667e-07, + "I": 0.0010322513990104198, + "C": 4.5161803427618e-05, + "R": 1.5942478057695553e-05, + "M": 5.623173638014123e-05, + "O": 1.5386147424578667e-05, + "W": 8.488698313158238e-07, + "N": 1.619282556930557e-05, + "Y": 0.0017561211716383696, + "U": 7.974516051945102e-07, + "K": 1.756031451805029e-06, + "L": 1.2725970464089187e-06, + "G": 0.00018695069593377411, + "F": 0.0003829224733635783, + "E": 8.648342918604612e-05, + "T": 0.0011445627314969897, + "P": 0.18811777234077454, + "-": 0.8071389198303223 + }, + "id": "tp_17009" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2126126, + "label": "P", + "classification": { + "B": 1.1941295952055953e-06, + "S": 4.154221073804365e-07, + "I": 0.003377601271495223, + "C": 3.725869464688003e-05, + "R": 1.3511751149053453e-06, + "M": 0.0002145196485798806, + "O": 7.351001841016114e-06, + "W": 3.0048755661482573e-07, + "N": 5.491877891472541e-05, + "Y": 0.0006403741426765919, + "U": 1.7274285823987157e-07, + "K": 4.44398608578922e-07, + "L": 1.2235941539984196e-06, + "G": 8.823654934531078e-05, + "F": 0.00029621529392898083, + "E": 0.002299374667927623, + "T": 0.00031589186983183026, + "P": 0.6587087512016296, + "-": 0.33395445346832275 + }, + "id": "tp_17010" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2126260, + "label": "-", + "classification": { + "B": 9.945782863951536e-09, + "S": 5.709444028667576e-09, + "I": 1.0310175639460795e-05, + "C": 2.948506789834937e-07, + "R": 2.1057593002637987e-08, + "M": 2.8774882139259716e-06, + "O": 5.343829343473772e-07, + "W": 1.2752966682683109e-08, + "N": 1.282088533116621e-07, + "Y": 3.678158100228757e-05, + "U": 8.418270525112348e-09, + "K": 2.464649284661391e-08, + "L": 3.5480120175179763e-08, + "G": 6.038797891960712e-06, + "F": 0.0002645948843564838, + "E": 5.631345175061142e-06, + "T": 8.15655366750434e-05, + "P": 0.12738589942455292, + "-": 0.8722053170204163 + }, + "id": "tp_17011" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2126393, + "label": "-", + "classification": { + "B": 5.990833074065449e-07, + "S": 7.393797432087013e-07, + "I": 3.690370067488402e-05, + "C": 1.3870089787815232e-06, + "R": 1.6654975354413182e-07, + "M": 5.8680278016254306e-05, + "O": 1.1027022082998883e-05, + "W": 5.221646119935031e-07, + "N": 4.444790647539776e-06, + "Y": 0.0002576095866970718, + "U": 1.653215946362252e-07, + "K": 5.638963557430543e-06, + "L": 5.568159622271196e-07, + "G": 4.378495941637084e-05, + "F": 0.0029421327635645866, + "E": 0.000263749563600868, + "T": 0.00031177568598650396, + "P": 0.2046053111553192, + "-": 0.7914547920227051 + }, + "id": "tp_17012" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2126527, + "label": "-", + "classification": { + "B": 4.3309360542309605e-09, + "S": 3.708885421005448e-09, + "I": 0.00010425146319903433, + "C": 3.3393505418644054e-06, + "R": 1.7113386263645225e-07, + "M": 2.37365406974277e-06, + "O": 5.421802597993519e-07, + "W": 2.3841831620075027e-08, + "N": 1.921056309583946e-06, + "Y": 4.369864836917259e-05, + "U": 3.059378528291745e-08, + "K": 1.5521027307840995e-06, + "L": 2.2980652047976946e-08, + "G": 2.0745586880366318e-05, + "F": 0.0008565356256440282, + "E": 0.0002533357765059918, + "T": 1.938973400683608e-05, + "P": 0.3232327103614807, + "-": 0.6754593849182129 + }, + "id": "tp_17013" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2126627, + "label": "-", + "classification": { + "B": 7.108231329766568e-06, + "S": 1.9619832528405823e-05, + "I": 0.0015222314978018403, + "C": 0.00015257654013112187, + "R": 3.892058157362044e-05, + "M": 0.00015298435755539685, + "O": 0.00014898668450769037, + "W": 4.2259576730430126e-05, + "N": 0.000382836238713935, + "Y": 0.004293661564588547, + "U": 3.1144511012826115e-05, + "K": 0.003446607617661357, + "L": 6.389740974555025e-06, + "G": 0.0007053803419694304, + "F": 0.01453713234513998, + "E": 0.003298651659861207, + "T": 0.0019890598487108946, + "P": 0.22446537017822266, + "-": 0.7447591423988342 + }, + "id": "tp_17014" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2126760, + "label": "P", + "classification": { + "B": 0.0005968283512629569, + "S": 5.918831448070705e-05, + "I": 0.01911108009517193, + "C": 0.003615927416831255, + "R": 0.00028951058629900217, + "M": 0.001370032667182386, + "O": 0.0003846294421236962, + "W": 8.330729906447232e-05, + "N": 0.0016725874738767743, + "Y": 0.0053988490253686905, + "U": 0.00012354376667644829, + "K": 0.0001784253108780831, + "L": 0.0001747917995089665, + "G": 0.0032423553057014942, + "F": 0.00669206352904439, + "E": 0.026615053415298462, + "T": 0.0017177602276206017, + "P": 0.5045982003211975, + "-": 0.4240758717060089 + }, + "id": "tp_17015" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2126894, + "label": "-", + "classification": { + "B": 2.0900966291037548e-08, + "S": 6.377962158410355e-09, + "I": 0.00017532097990624607, + "C": 8.269757927337196e-06, + "R": 4.7073240239114966e-07, + "M": 4.741541488328949e-06, + "O": 1.42831720495451e-06, + "W": 3.725559949430135e-08, + "N": 2.900295839936007e-06, + "Y": 0.0002044807479251176, + "U": 1.8496695020076004e-07, + "K": 7.227695277833845e-07, + "L": 1.247844920726493e-07, + "G": 3.859335629385896e-05, + "F": 0.0002348359557799995, + "E": 7.978987559909001e-05, + "T": 0.00014389006537385285, + "P": 0.1592707484960556, + "-": 0.8398334980010986 + }, + "id": "tp_17016" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2127027, + "label": "P", + "classification": { + "B": 3.294030648248736e-06, + "S": 0.00010897091124206781, + "I": 0.0009212102741003036, + "C": 1.8722073491517222e-06, + "R": 8.557850605939166e-07, + "M": 4.7413665015483275e-05, + "O": 3.8153510104166344e-05, + "W": 7.13599547452759e-06, + "N": 0.0004425597726367414, + "Y": 6.044438487151638e-05, + "U": 5.023148901273089e-07, + "K": 1.2224192687426694e-05, + "L": 1.0610058325255523e-06, + "G": 3.233966344851069e-05, + "F": 0.002475503133609891, + "E": 0.000793231010902673, + "T": 0.00014703157648909837, + "P": 0.9451536536216736, + "-": 0.04975249990820885 + }, + "id": "tp_17017" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2127127, + "label": "-", + "classification": { + "B": 0.0001408201496815309, + "S": 3.8544963899767026e-05, + "I": 0.0033272739965468645, + "C": 0.0002567999472375959, + "R": 9.574148862157017e-05, + "M": 0.001637916429899633, + "O": 0.0004989005392417312, + "W": 3.535836731316522e-05, + "N": 0.0001539400836918503, + "Y": 0.004311405122280121, + "U": 1.8208844267064705e-05, + "K": 5.258670626062667e-06, + "L": 0.00023212535597849637, + "G": 0.002526557072997093, + "F": 0.0029768089298158884, + "E": 0.0023336804006248713, + "T": 0.00613824650645256, + "P": 0.26349279284477234, + "-": 0.7117795348167419 + }, + "id": "tp_17018" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2127261, + "label": "-", + "classification": { + "B": 3.043968632709948e-08, + "S": 2.4656076291762474e-08, + "I": 0.000183828073204495, + "C": 9.659713668952463e-07, + "R": 9.890216290386888e-08, + "M": 1.366947685710329e-06, + "O": 1.1020099464076338e-06, + "W": 4.1726679000930744e-08, + "N": 5.080241407995345e-06, + "Y": 3.257411299273372e-05, + "U": 5.51411289961834e-08, + "K": 2.1779453618364641e-07, + "L": 4.949092158312851e-08, + "G": 6.851445505162701e-06, + "F": 0.00011170255311299115, + "E": 4.342032116255723e-05, + "T": 8.27549010864459e-05, + "P": 0.3907324969768524, + "-": 0.6087973713874817 + }, + "id": "tp_17019" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2127394, + "label": "P", + "classification": { + "B": 0.000171613457496278, + "S": 5.960815542493947e-05, + "I": 0.067532978951931, + "C": 0.0029025275725871325, + "R": 0.0006540447357110679, + "M": 0.001750913797877729, + "O": 0.0004940203507430851, + "W": 0.00011985669698333368, + "N": 0.0031598974019289017, + "Y": 0.00844061654061079, + "U": 7.684726006118581e-05, + "K": 0.00018268488929606974, + "L": 0.00017595461395103484, + "G": 0.0041378396563231945, + "F": 0.0050234925001859665, + "E": 0.017356475815176964, + "T": 0.004647927358746529, + "P": 0.6439877152442932, + "-": 0.23912502825260162 + }, + "id": "tp_17020" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2127528, + "label": "P", + "classification": { + "B": 5.2483987929008435e-06, + "S": 6.5932204051932786e-06, + "I": 0.0006355671212077141, + "C": 1.4300245311460458e-05, + "R": 4.092238668818027e-06, + "M": 2.5466893930570222e-05, + "O": 3.995991937699728e-05, + "W": 8.250372957263608e-06, + "N": 8.551906648790464e-05, + "Y": 0.0006630131974816322, + "U": 5.38725817023078e-06, + "K": 0.00021368238958530128, + "L": 2.0667853277700488e-06, + "G": 0.00020731479162350297, + "F": 0.007074016146361828, + "E": 0.0008844456169754267, + "T": 0.000470347935333848, + "P": 0.5307180285453796, + "-": 0.4589367210865021 + }, + "id": "tp_17021" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2127628, + "label": "P", + "classification": { + "B": 2.150029331460246e-06, + "S": 1.978511591005372e-06, + "I": 0.037232350558042526, + "C": 0.00013869722897652537, + "R": 1.8493123207008466e-05, + "M": 0.00019542552763596177, + "O": 2.857858817151282e-05, + "W": 2.4072594442259287e-06, + "N": 0.00041459937347099185, + "Y": 0.00407247431576252, + "U": 2.2065369194024242e-06, + "K": 4.640078714146512e-06, + "L": 5.165356014913414e-06, + "G": 0.0003407516342122108, + "F": 0.0005199484876357019, + "E": 0.001900307135656476, + "T": 0.0016176295466721058, + "P": 0.6095841526985168, + "-": 0.3439181447029114 + }, + "id": "tp_17022" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2127761, + "label": "-", + "classification": { + "B": 2.2190496662410908e-10, + "S": 6.086894899226536e-08, + "I": 1.666719242621184e-07, + "C": 1.717580289550824e-06, + "R": 3.958440686346876e-07, + "M": 5.753080404247157e-05, + "O": 9.40121663006721e-06, + "W": 1.4684391480557224e-08, + "N": 5.223043775259839e-09, + "Y": 0.02820773981511593, + "U": 4.1495969854699055e-11, + "K": 3.6032011507813877e-07, + "L": 5.78521678562538e-07, + "G": 0.002088231034576893, + "F": 0.008301249705255032, + "E": 1.783806737876148e-06, + "T": 0.0028613770846277475, + "P": 5.9088135458296165e-05, + "-": 0.9584103226661682 + }, + "id": "tp_17023" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2127895, + "label": "-", + "classification": { + "B": 7.162516624248383e-08, + "S": 1.3507879884855356e-05, + "I": 2.91030971766304e-07, + "C": 9.470913937548175e-07, + "R": 5.410628318713862e-07, + "M": 0.0010501339565962553, + "O": 0.0001875604357337579, + "W": 6.141473818388477e-07, + "N": 2.0129338196284152e-08, + "Y": 0.013135728426277637, + "U": 2.2911580965789824e-10, + "K": 2.1464558130901423e-07, + "L": 9.915996088238899e-06, + "G": 0.001643611816689372, + "F": 0.010232292115688324, + "E": 3.5659306831803406e-06, + "T": 0.003568596439436078, + "P": 0.00012110239185858518, + "-": 0.9700312614440918 + }, + "id": "tp_17024" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2128028, + "label": "-", + "classification": { + "B": 1.2278185135272679e-09, + "S": 2.858500010916032e-06, + "I": 1.2944248055646312e-06, + "C": 2.80236832850278e-07, + "R": 2.0179042792278779e-07, + "M": 0.00010269718040945008, + "O": 3.84327067877166e-05, + "W": 3.0800103445471905e-07, + "N": 4.793779595502201e-08, + "Y": 0.04610242322087288, + "U": 4.780824000572004e-11, + "K": 1.3996229881740874e-06, + "L": 4.0287002889272117e-07, + "G": 0.0006851357757113874, + "F": 0.039154428988695145, + "E": 7.424782779708039e-07, + "T": 0.01057965587824583, + "P": 0.00011050567991333082, + "-": 0.9032192230224609 + }, + "id": "tp_17025" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2128128, + "label": "-", + "classification": { + "B": 3.080091559581888e-08, + "S": 5.584169215921975e-08, + "I": 3.484263288555667e-05, + "C": 1.1124941011075862e-05, + "R": 3.0843448257655837e-06, + "M": 7.855847798055038e-05, + "O": 8.512658496329095e-06, + "W": 1.1805283151034018e-07, + "N": 5.923902222093602e-07, + "Y": 0.0014584539458155632, + "U": 1.1119594489628071e-07, + "K": 4.181203223652119e-07, + "L": 9.951122592610773e-07, + "G": 0.0001472359144827351, + "F": 0.001091438694857061, + "E": 1.8856191672966816e-05, + "T": 0.00046892036334611475, + "P": 0.016329284757375717, + "-": 0.9803473949432373 + }, + "id": "tp_17026" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2128262, + "label": "-", + "classification": { + "B": 1.639333607013002e-13, + "S": 5.188038366965575e-12, + "I": 2.48124409907291e-10, + "C": 2.6002075492748133e-10, + "R": 7.488583364523294e-11, + "M": 1.6183071238629054e-06, + "O": 6.989659961931238e-09, + "W": 6.458831408075183e-13, + "N": 9.699030722445587e-14, + "Y": 0.0001528955326648429, + "U": 8.241349467724972e-16, + "K": 7.537167504706455e-13, + "L": 1.837752727773534e-10, + "G": 8.512782301295374e-07, + "F": 3.094832572969608e-05, + "E": 3.1747826589878514e-10, + "T": 1.9147488274029456e-05, + "P": 1.0019809906225419e-06, + "-": 0.9997934699058533 + }, + "id": "tp_17027" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2128395, + "label": "-", + "classification": { + "B": 2.5838727424343233e-07, + "S": 3.1118954211706296e-05, + "I": 7.446363451890647e-05, + "C": 0.00010599536472000182, + "R": 0.00016769857029430568, + "M": 0.006072612013667822, + "O": 0.001083854935131967, + "W": 9.913147550832946e-06, + "N": 1.9729345694941003e-06, + "Y": 0.2739078998565674, + "U": 3.568535333897671e-08, + "K": 9.84613780019572e-06, + "L": 0.00010474939335836098, + "G": 0.014503433369100094, + "F": 0.00910978578031063, + "E": 2.7069199859397486e-05, + "T": 0.056847959756851196, + "P": 0.0002421323151793331, + "-": 0.6376992464065552 + }, + "id": "tp_17028" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2128529, + "label": "-", + "classification": { + "B": 2.902550977346152e-10, + "S": 4.812712894874949e-09, + "I": 2.0812844013562426e-05, + "C": 2.518492237868486e-06, + "R": 2.8510848437690584e-07, + "M": 3.4707397844613297e-06, + "O": 5.356639007914055e-07, + "W": 7.45104866695101e-09, + "N": 2.5518016855130554e-07, + "Y": 0.00811074674129486, + "U": 8.254416039576995e-10, + "K": 2.2839597022539238e-06, + "L": 3.490544520090566e-09, + "G": 4.915584941045381e-05, + "F": 0.001301456824876368, + "E": 1.8932787497760728e-05, + "T": 0.0001889569393824786, + "P": 0.006073307245969772, + "-": 0.9842273592948914 + }, + "id": "tp_17029" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2128629, + "label": "G", + "classification": { + "B": 7.232654475330946e-09, + "S": 0.00025126829859800637, + "I": 8.509111637522437e-08, + "C": 0.0017968016909435391, + "R": 0.0004306526680011302, + "M": 0.008148460648953915, + "O": 0.002564983209595084, + "W": 5.51621906197397e-06, + "N": 2.420766342936531e-08, + "Y": 0.02491973154246807, + "U": 2.1479037992655492e-10, + "K": 5.554867129831109e-06, + "L": 0.002051649847999215, + "G": 0.7652814388275146, + "F": 0.1677151322364807, + "E": 8.882253723641043e-07, + "T": 0.019485700875520706, + "P": 1.734711929657351e-07, + "-": 0.007341878488659859 + }, + "id": "tp_17030" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2128762, + "label": "-", + "classification": { + "B": 1.9298884268437178e-08, + "S": 2.7382252909546878e-08, + "I": 4.1832441866063164e-07, + "C": 2.331795911914014e-08, + "R": 6.21249984789074e-09, + "M": 3.839406872430118e-06, + "O": 6.206773832673207e-07, + "W": 6.897444393416663e-09, + "N": 8.551912955567786e-09, + "Y": 0.0001943302631843835, + "U": 3.8179079342448574e-10, + "K": 8.529919881539172e-09, + "L": 4.221427118977772e-08, + "G": 1.6058887922554277e-05, + "F": 0.001393208629451692, + "E": 1.211668859468773e-06, + "T": 0.00011193972022738308, + "P": 0.006715413182973862, + "-": 0.9915627241134644 + }, + "id": "tp_17031" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2128896, + "label": "-", + "classification": { + "B": 2.8718414365330736e-12, + "S": 4.9006618207947383e-11, + "I": 6.655740403260779e-09, + "C": 1.987115583190757e-09, + "R": 7.800673995639329e-11, + "M": 1.0098612079900704e-07, + "O": 5.573523864654817e-09, + "W": 2.127981992006145e-11, + "N": 1.3518235142395696e-10, + "Y": 2.4343005861737765e-05, + "U": 1.887348133680633e-12, + "K": 5.0049091981918536e-08, + "L": 2.3476078719886218e-11, + "G": 6.753522825420077e-07, + "F": 0.0006360402330756187, + "E": 2.130079650441985e-07, + "T": 3.43485112352937e-06, + "P": 0.0008394546457566321, + "-": 0.9984955787658691 + }, + "id": "tp_17032" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2129029, + "label": "-", + "classification": { + "B": 2.4017026145628506e-09, + "S": 5.5555616995661694e-08, + "I": 1.475989620303153e-06, + "C": 5.686689519279753e-08, + "R": 4.574615886099309e-08, + "M": 6.3141501414065715e-06, + "O": 2.461542180753895e-06, + "W": 5.642962719321076e-08, + "N": 8.471737089621456e-08, + "Y": 0.0006148854736238718, + "U": 2.627265072163709e-09, + "K": 1.7905281310959253e-06, + "L": 2.0575054548999105e-08, + "G": 1.240365054400172e-05, + "F": 0.0007100412040017545, + "E": 1.921813918670523e-06, + "T": 0.00025813549291342497, + "P": 0.0026936072390526533, + "-": 0.9956966638565063 + }, + "id": "tp_17033" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2129129, + "label": "-", + "classification": { + "B": 7.268823765116394e-08, + "S": 7.788525522300915e-07, + "I": 7.89242494647624e-06, + "C": 1.7250218661502004e-05, + "R": 2.6756097213365138e-06, + "M": 5.7008161093108356e-05, + "O": 1.7322390704066493e-05, + "W": 1.077709953278827e-06, + "N": 1.3753038956565433e-06, + "Y": 0.005574038717895746, + "U": 1.34484281488767e-07, + "K": 0.0007883394137024879, + "L": 1.311603455178556e-06, + "G": 0.001634501852095127, + "F": 0.031282342970371246, + "E": 0.0002694592403713614, + "T": 0.0008653636905364692, + "P": 0.0072051468305289745, + "-": 0.9522738456726074 + }, + "id": "tp_17034" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2129263, + "label": "-", + "classification": { + "B": 0.0001447027752874419, + "S": 0.00020715611753985286, + "I": 0.0019399127922952175, + "C": 0.00026642746524885297, + "R": 0.00010103336535394192, + "M": 0.005607553292065859, + "O": 0.0006289667799137533, + "W": 9.40206300583668e-05, + "N": 0.00032046419801190495, + "Y": 0.2074514925479889, + "U": 1.2444673302525189e-05, + "K": 0.004061538260430098, + "L": 0.00011548247130122036, + "G": 0.031761620193719864, + "F": 0.06181612238287926, + "E": 0.01831907033920288, + "T": 0.03897175192832947, + "P": 0.02006998471915722, + "-": 0.6081101894378662 + }, + "id": "tp_17035" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2129396, + "label": "-", + "classification": { + "B": 5.857149062649114e-06, + "S": 3.333802305860445e-05, + "I": 6.8136055233480874e-06, + "C": 0.00013678577670361847, + "R": 6.708242290187627e-05, + "M": 0.0012747630244120955, + "O": 0.0014780241763219237, + "W": 2.0879779185634106e-05, + "N": 3.673048638574983e-07, + "Y": 0.006057786755263805, + "U": 1.291515019374856e-07, + "K": 5.349444904823031e-07, + "L": 0.000713276444002986, + "G": 0.005932432133704424, + "F": 0.06946723908185959, + "E": 8.94364984560525e-06, + "T": 0.0013448505196720362, + "P": 0.0018124524503946304, + "-": 0.9116383194923401 + }, + "id": "tp_17036" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2129530, + "label": "-", + "classification": { + "B": 1.0645657966268374e-10, + "S": 3.067658904676307e-10, + "I": 9.811047085861446e-09, + "C": 3.6737293207522725e-09, + "R": 4.795347452457577e-10, + "M": 1.2165263569841045e-06, + "O": 7.851529204572216e-08, + "W": 5.4537950544553127e-11, + "N": 2.682505433060367e-11, + "Y": 1.0296604159520939e-05, + "U": 1.4996197643044051e-12, + "K": 4.266498179056333e-12, + "L": 5.005929448742563e-09, + "G": 1.0247168802379747e-06, + "F": 6.980715261306614e-05, + "E": 1.955735129399727e-08, + "T": 7.1070589910959825e-06, + "P": 0.00023702412727288902, + "-": 0.9996734857559204 + }, + "id": "tp_17037" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2129630, + "label": "-", + "classification": { + "B": 3.346416477256753e-09, + "S": 2.403519829385914e-06, + "I": 7.002423672020086e-07, + "C": 1.3121289157425053e-05, + "R": 8.403994797845371e-06, + "M": 0.003260150784626603, + "O": 0.0001788726804079488, + "W": 4.4098578655393794e-07, + "N": 1.4681536875116308e-08, + "Y": 0.07759939879179001, + "U": 1.648913089402626e-10, + "K": 1.1450737957829915e-07, + "L": 1.934151259774808e-05, + "G": 0.002831049030646682, + "F": 0.009527302347123623, + "E": 2.1634493805322563e-06, + "T": 0.01829495094716549, + "P": 2.353717172809411e-05, + "-": 0.8882379531860352 + }, + "id": "tp_17038" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2129763, + "label": "-", + "classification": { + "B": 1.6325685496808599e-15, + "S": 5.0500688700272356e-12, + "I": 1.9557822375504408e-11, + "C": 8.698323311628897e-11, + "R": 1.772735083727106e-11, + "M": 3.848804794870375e-07, + "O": 6.700761723266169e-09, + "W": 1.8780807529809873e-13, + "N": 4.714722603754891e-15, + "Y": 0.0010581001406535506, + "U": 4.8079980638124365e-18, + "K": 2.54920325300223e-13, + "L": 3.2174882202973265e-10, + "G": 1.2872900697402656e-05, + "F": 0.00014338555047288537, + "E": 2.183456367099712e-11, + "T": 0.00013439031317830086, + "P": 2.989026981481402e-08, + "-": 0.998650848865509 + }, + "id": "tp_17039" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2129897, + "label": "-", + "classification": { + "B": 1.5910689432629965e-10, + "S": 1.5069356322783278e-06, + "I": 2.2695458845589656e-09, + "C": 8.548537380193011e-07, + "R": 5.80344703848823e-07, + "M": 0.0017383283702656627, + "O": 0.00023155329108703882, + "W": 4.732975611432266e-08, + "N": 3.959214553428403e-11, + "Y": 0.07545865327119827, + "U": 1.0130635344279479e-13, + "K": 1.3379457541873307e-09, + "L": 2.6231384254060686e-05, + "G": 0.00843872595578432, + "F": 0.05440052971243858, + "E": 6.9579559891508325e-09, + "T": 0.007148731965571642, + "P": 3.315210790333367e-07, + "-": 0.8525539040565491 + }, + "id": "tp_17040" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2130030, + "label": "-", + "classification": { + "B": 2.5820967586298593e-09, + "S": 2.8740342372657324e-07, + "I": 2.3792013053025585e-06, + "C": 2.1763042923339526e-07, + "R": 2.3101576118733647e-07, + "M": 0.0003691850579343736, + "O": 1.2595952284755185e-05, + "W": 4.1431206909692264e-08, + "N": 1.862346543646254e-08, + "Y": 0.04407681152224541, + "U": 2.7004753988535413e-10, + "K": 8.042514423323155e-07, + "L": 5.740417918786989e-07, + "G": 0.0005585194448940456, + "F": 0.0030571671668440104, + "E": 9.76095293481194e-07, + "T": 0.011780922301113605, + "P": 8.647940558148548e-05, + "-": 0.94005286693573 + }, + "id": "tp_17041" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2130130, + "label": "-", + "classification": { + "B": 1.7254834006052988e-07, + "S": 8.62569322634954e-06, + "I": 1.070619148890728e-07, + "C": 1.7183843738166615e-05, + "R": 5.214900738792494e-06, + "M": 0.0001389938115607947, + "O": 0.00010488402767805383, + "W": 2.0921929717587773e-06, + "N": 1.4422337102359961e-08, + "Y": 0.0012765791034325957, + "U": 8.460534495213778e-10, + "K": 5.487163434736431e-07, + "L": 1.9957231415901333e-05, + "G": 0.0011142242001369596, + "F": 0.21853820979595184, + "E": 4.540300324151758e-06, + "T": 0.0002809360739775002, + "P": 0.00029910338344052434, + "-": 0.7781886458396912 + }, + "id": "tp_17042" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2130264, + "label": "-", + "classification": { + "B": 1.2952247274711226e-08, + "S": 8.446345134416333e-08, + "I": 1.1502375230065809e-07, + "C": 1.5036495142339845e-06, + "R": 1.468991172259848e-06, + "M": 0.00015595748845953494, + "O": 8.185736987798009e-06, + "W": 1.766463064711843e-08, + "N": 9.685194868325198e-10, + "Y": 0.004069892689585686, + "U": 2.2153978651573425e-10, + "K": 2.255464481848435e-09, + "L": 8.104850167001132e-06, + "G": 0.0004702132719103247, + "F": 0.006032984703779221, + "E": 2.0029797553888784e-07, + "T": 0.0010845311917364597, + "P": 3.7292938941391185e-05, + "-": 0.9881293773651123 + }, + "id": "tp_17043" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2130397, + "label": "-", + "classification": { + "B": 3.347704752298952e-11, + "S": 9.035231585130532e-08, + "I": 2.2963018864174956e-07, + "C": 4.2867259253398515e-06, + "R": 1.077554770745337e-06, + "M": 4.558761793305166e-05, + "O": 9.195238817483187e-06, + "W": 2.1991027665535512e-08, + "N": 2.7217814668745177e-09, + "Y": 0.002080614911392331, + "U": 4.287990795770469e-11, + "K": 3.010636717704074e-08, + "L": 5.152916173756239e-07, + "G": 0.0002792039595078677, + "F": 0.005036857910454273, + "E": 1.464449610466545e-07, + "T": 0.0007762635941617191, + "P": 5.68994801142253e-05, + "-": 0.9917089343070984 + }, + "id": "tp_17044" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2130531, + "label": "-", + "classification": { + "B": 9.95222348976199e-10, + "S": 8.017764798751159e-07, + "I": 6.083156023350966e-08, + "C": 1.9273057816349137e-08, + "R": 6.1406595364132954e-09, + "M": 6.479202420450747e-05, + "O": 1.5530669770669192e-05, + "W": 3.1766507646580067e-08, + "N": 4.2527643628886835e-09, + "Y": 0.012062768451869488, + "U": 6.441781136290459e-12, + "K": 4.6536521836060274e-07, + "L": 1.9797629136064643e-07, + "G": 0.0010001321788877249, + "F": 0.011609211564064026, + "E": 2.4345940801140387e-06, + "T": 0.001627266756258905, + "P": 8.353376324521378e-05, + "-": 0.9735326766967773 + }, + "id": "tp_17045" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2130631, + "label": "-", + "classification": { + "B": 6.579518596616651e-10, + "S": 1.4742638221321158e-08, + "I": 1.0064061584103001e-08, + "C": 8.357539660330815e-10, + "R": 2.383520880666623e-10, + "M": 1.0895767445617821e-05, + "O": 5.361100079426251e-07, + "W": 4.0736522488593607e-10, + "N": 3.396042475012351e-11, + "Y": 7.362780161201954e-05, + "U": 2.3471732912318244e-13, + "K": 2.456883654855524e-11, + "L": 2.7749207376359664e-08, + "G": 8.2094320532633e-06, + "F": 0.0006800940609537065, + "E": 7.482189801066852e-08, + "T": 1.9008553863386624e-05, + "P": 0.00014523437130264938, + "-": 0.9990622401237488 + }, + "id": "tp_17046" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2130764, + "label": "-", + "classification": { + "B": 3.3320885113596876e-12, + "S": 8.806098961144926e-09, + "I": 1.5677667497548953e-10, + "C": 1.9891622571321932e-07, + "R": 1.0327115163022427e-08, + "M": 1.1354948583175428e-05, + "O": 5.623286369882408e-07, + "W": 7.433685889068897e-10, + "N": 1.083602998996902e-11, + "Y": 0.0011158845154568553, + "U": 3.1230730892020664e-13, + "K": 1.3624078576413012e-07, + "L": 4.4683201139150697e-08, + "G": 0.0006009933422319591, + "F": 0.01840164139866829, + "E": 1.3853602354174654e-07, + "T": 0.0004987106658518314, + "P": 2.064197360596154e-06, + "-": 0.9793682098388672 + }, + "id": "tp_17047" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2130898, + "label": "-", + "classification": { + "B": 0.00010219022806268185, + "S": 0.00011016044300049543, + "I": 0.00014258347800932825, + "C": 0.0047798543237149715, + "R": 0.0029369129333645105, + "M": 0.008088331669569016, + "O": 0.00671296427026391, + "W": 0.00012130829418310896, + "N": 7.137997727113543e-06, + "Y": 0.08856344223022461, + "U": 3.125684770566295e-06, + "K": 1.612963023944758e-05, + "L": 0.005342431366443634, + "G": 0.053498245775699615, + "F": 0.035354822874069214, + "E": 0.00012926865019835532, + "T": 0.009393838234245777, + "P": 0.0016750710783526301, + "-": 0.7830222249031067 + }, + "id": "tp_17048" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2131031, + "label": "-", + "classification": { + "B": 2.3015968508843798e-07, + "S": 1.2626904890566948e-06, + "I": 0.0003808559849858284, + "C": 0.00013556332851294428, + "R": 5.181320375413634e-05, + "M": 0.0006896272534504533, + "O": 7.585458661196753e-05, + "W": 1.6141003698066925e-06, + "N": 3.1618467346561374e-06, + "Y": 0.19018226861953735, + "U": 8.92264679919208e-08, + "K": 3.4140341540478403e-06, + "L": 7.3492283263476565e-06, + "G": 0.0020141296554356813, + "F": 0.0019240735564380884, + "E": 3.048170037800446e-05, + "T": 0.03300241008400917, + "P": 0.0006825675955042243, + "-": 0.7708132266998291 + }, + "id": "tp_17049" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2131131, + "label": "-", + "classification": { + "B": 2.4614195126559935e-09, + "S": 2.3698121243143078e-09, + "I": 5.703763150677332e-08, + "C": 2.460730996745042e-08, + "R": 1.8635242238218552e-09, + "M": 1.880081072158646e-05, + "O": 1.311727260144835e-07, + "W": 1.0857920812457067e-10, + "N": 1.1091753210346056e-10, + "Y": 0.00026372665888629854, + "U": 1.4409518500277385e-12, + "K": 1.303661484319818e-10, + "L": 3.8174167826809935e-08, + "G": 0.00010765794286271557, + "F": 0.0009074431727640331, + "E": 3.3881390208989615e-06, + "T": 5.6778571888571605e-05, + "P": 0.0001598075032234192, + "-": 0.9984822869300842 + }, + "id": "tp_17050" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2131265, + "label": "-", + "classification": { + "B": 1.2058065657072348e-09, + "S": 9.738605477593865e-09, + "I": 2.061353114868325e-07, + "C": 7.174065075332692e-08, + "R": 2.1136111527653156e-08, + "M": 7.046896826068405e-06, + "O": 8.153392627718858e-07, + "W": 2.2572548274979454e-09, + "N": 3.3096290152911934e-09, + "Y": 0.00015665976388845593, + "U": 1.5778081619011175e-10, + "K": 1.8587231753741662e-09, + "L": 3.7214299197785294e-08, + "G": 7.459954304067651e-06, + "F": 0.000248725526034832, + "E": 6.416777296180953e-07, + "T": 8.03429284133017e-05, + "P": 0.0009898525895550847, + "-": 0.9985080361366272 + }, + "id": "tp_17051" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2131398, + "label": "-", + "classification": { + "B": 1.9346653445939666e-10, + "S": 1.9962448050137027e-07, + "I": 1.211824042002263e-06, + "C": 2.9980578801769298e-06, + "R": 9.602420050214278e-07, + "M": 0.00012920422886963934, + "O": 1.6251613487838767e-05, + "W": 6.160097854035484e-08, + "N": 1.22660086532278e-08, + "Y": 0.21319930255413055, + "U": 1.4278250456967179e-11, + "K": 7.805968493812543e-07, + "L": 1.7926711848303967e-07, + "G": 0.0013712653890252113, + "F": 0.006086375564336777, + "E": 7.578065606139717e-07, + "T": 0.008684352971613407, + "P": 2.4699966161279008e-05, + "-": 0.7704814672470093 + }, + "id": "tp_17052" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2131532, + "label": "-", + "classification": { + "B": 4.5247105617818306e-07, + "S": 2.700859340620809e-07, + "I": 4.824311616857813e-09, + "C": 6.597981183631418e-08, + "R": 5.3108873743212826e-08, + "M": 2.8241185646038502e-05, + "O": 1.9902794520021416e-05, + "W": 3.885691057803342e-08, + "N": 7.109453303844049e-11, + "Y": 4.75770139019005e-05, + "U": 9.812827633792764e-12, + "K": 4.441501420121563e-12, + "L": 5.581118330155732e-06, + "G": 3.3955871913349256e-05, + "F": 0.00048211804823949933, + "E": 9.997817684848087e-09, + "T": 4.3279887904645875e-05, + "P": 7.123768591554835e-05, + "-": 0.9992672801017761 + }, + "id": "tp_17053" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2131632, + "label": "-", + "classification": { + "B": 1.491054155144944e-11, + "S": 8.34318036879722e-09, + "I": 1.3376219021310476e-09, + "C": 3.2745668931966065e-07, + "R": 1.4796251335269517e-08, + "M": 3.4890297229139833e-06, + "O": 3.3033231261470064e-07, + "W": 1.7492259862805781e-09, + "N": 1.0979533948685116e-10, + "Y": 0.0010120540391653776, + "U": 3.6290159245722098e-12, + "K": 3.6515964438876836e-06, + "L": 1.2710480667976753e-08, + "G": 0.0002254554710816592, + "F": 0.039319608360528946, + "E": 4.3958388573628326e-07, + "T": 6.436409603338689e-05, + "P": 4.23811434302479e-05, + "-": 0.9593278169631958 + }, + "id": "tp_17054" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2131765, + "label": "-", + "classification": { + "B": 6.561707843744102e-10, + "S": 1.138208105544436e-08, + "I": 2.0221355612193292e-07, + "C": 3.4700843798418646e-07, + "R": 1.0166878894324327e-07, + "M": 6.778902388759889e-06, + "O": 1.4805855244048871e-06, + "W": 9.146753576771971e-09, + "N": 4.502050288124337e-09, + "Y": 0.00019945681560784578, + "U": 6.21636409015025e-10, + "K": 3.16339793471343e-07, + "L": 4.6038689305305525e-08, + "G": 2.1681069483747706e-05, + "F": 0.0010836831061169505, + "E": 3.116823279469827e-07, + "T": 7.561737584182993e-05, + "P": 0.00045835599303245544, + "-": 0.9981514811515808 + }, + "id": "tp_17055" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2131899, + "label": "-", + "classification": { + "B": 2.2490192463919811e-07, + "S": 8.348143637704197e-06, + "I": 2.4194172510760836e-05, + "C": 2.2793515199737158e-06, + "R": 1.7614488569961395e-06, + "M": 0.0007664728327654302, + "O": 6.317277438938618e-05, + "W": 9.583737892171484e-07, + "N": 1.1198435458936729e-06, + "Y": 0.008899949491024017, + "U": 2.471802318382288e-08, + "K": 1.3670717180502834e-06, + "L": 2.9940974854980595e-06, + "G": 0.0003254094044677913, + "F": 0.007430415600538254, + "E": 2.0598110495484434e-05, + "T": 0.004501804709434509, + "P": 0.0034694368951022625, + "-": 0.974479615688324 + }, + "id": "tp_17056" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2132032, + "label": "-", + "classification": { + "B": 9.73949227045523e-07, + "S": 3.320838857234776e-07, + "I": 2.1649456982686388e-07, + "C": 1.1707895737345098e-06, + "R": 1.256689643014397e-06, + "M": 0.0013038103934377432, + "O": 0.00013620061508845538, + "W": 3.9701195220231966e-08, + "N": 6.584154887967486e-10, + "Y": 0.0013508484698832035, + "U": 9.416927654326557e-11, + "K": 1.1452893321217683e-11, + "L": 0.0001063491654349491, + "G": 0.0011146891629323363, + "F": 0.0002753635635599494, + "E": 3.4096409251560544e-08, + "T": 0.0014919311506673694, + "P": 1.2641151442949194e-05, + "-": 0.9942041039466858 + }, + "id": "tp_17057" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2132132, + "label": "-", + "classification": { + "B": 1.5055553375178943e-12, + "S": 5.000115876896416e-10, + "I": 1.0063426654494112e-11, + "C": 6.638084613236339e-12, + "R": 3.4861089709403714e-12, + "M": 1.3120197763782926e-06, + "O": 8.601416467968193e-09, + "W": 1.8904363751487407e-12, + "N": 3.150605454695435e-14, + "Y": 3.2881926017580554e-05, + "U": 5.747399126784206e-17, + "K": 3.087378660018847e-12, + "L": 2.0867690908588088e-10, + "G": 1.142709606938297e-06, + "F": 0.0012579676695168018, + "E": 3.275436866179149e-10, + "T": 1.752891876094509e-05, + "P": 8.295799034385709e-07, + "-": 0.998688280582428 + }, + "id": "tp_17058" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2132266, + "label": "-", + "classification": { + "B": 3.09392369501893e-08, + "S": 2.520578163967002e-07, + "I": 2.4920170744735515e-06, + "C": 1.2565178053591808e-07, + "R": 3.5463415315462044e-08, + "M": 0.0004720935830846429, + "O": 1.0304319403076079e-05, + "W": 2.3739360699437384e-08, + "N": 1.3075307947474357e-08, + "Y": 0.004339840728789568, + "U": 6.034615862571258e-11, + "K": 2.344523908348606e-09, + "L": 1.910099854285363e-06, + "G": 0.0007566495914943516, + "F": 0.002699699718505144, + "E": 1.14073100121459e-05, + "T": 0.0015558227896690369, + "P": 0.0007887150859460235, + "-": 0.9893605709075928 + }, + "id": "tp_17059" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2132399, + "label": "-", + "classification": { + "B": 3.5143028043194136e-08, + "S": 1.073285943675728e-06, + "I": 1.1965197472818545e-06, + "C": 1.2936358871229459e-05, + "R": 2.363983639952494e-06, + "M": 0.002165379235520959, + "O": 8.255494321929291e-05, + "W": 1.3947617105714016e-07, + "N": 2.52616398910277e-08, + "Y": 0.040824878960847855, + "U": 4.384022034287227e-10, + "K": 1.8292753622972668e-07, + "L": 1.1043084668926895e-05, + "G": 0.0045076715759932995, + "F": 0.007578966673463583, + "E": 6.236112767510349e-06, + "T": 0.006642044521868229, + "P": 6.824667798355222e-05, + "-": 0.9380949139595032 + }, + "id": "tp_17060" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2132533, + "label": "-", + "classification": { + "B": 1.508833591401526e-08, + "S": 2.508483305518894e-07, + "I": 1.672147504905297e-06, + "C": 6.487352948170155e-07, + "R": 1.546095091953248e-07, + "M": 0.00015916807751636952, + "O": 1.106917807192076e-05, + "W": 3.026516992576944e-08, + "N": 2.2817301825739378e-08, + "Y": 0.0020869900472462177, + "U": 7.106656374489262e-10, + "K": 1.1819006218161121e-08, + "L": 3.3942933441721834e-06, + "G": 0.0005651938845403492, + "F": 0.009734826162457466, + "E": 5.7372162700630724e-06, + "T": 0.0005862711113877594, + "P": 0.0013746024342253804, + "-": 0.9854699373245239 + }, + "id": "tp_17061" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2132633, + "label": "-", + "classification": { + "B": 6.219317327804674e-08, + "S": 3.890496884650929e-07, + "I": 6.274843144637998e-06, + "C": 1.576162986793861e-07, + "R": 6.103947924884778e-08, + "M": 7.19244490028359e-05, + "O": 6.884774393256521e-06, + "W": 1.31555268012562e-07, + "N": 2.614814604839921e-07, + "Y": 0.0019013924757018685, + "U": 1.1845914471564356e-08, + "K": 9.933485671353992e-06, + "L": 2.554420461819973e-07, + "G": 0.00025432862457819283, + "F": 0.0031455138232558966, + "E": 2.2706966774421744e-05, + "T": 0.0008391165174543858, + "P": 0.0037505931686609983, + "-": 0.9899899959564209 + }, + "id": "tp_17062" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2132766, + "label": "-", + "classification": { + "B": 5.7441957440618197e-11, + "S": 1.6796640744942692e-09, + "I": 5.225431110034151e-08, + "C": 2.4033578682747248e-08, + "R": 2.4770048234756814e-09, + "M": 2.6068084935104707e-06, + "O": 4.538442226476036e-07, + "W": 1.295744844753699e-09, + "N": 1.705935948059789e-09, + "Y": 5.089959449833259e-05, + "U": 1.1368291724656032e-10, + "K": 5.906477529293852e-09, + "L": 7.908083077268202e-09, + "G": 1.289933493353601e-06, + "F": 0.0003319643728900701, + "E": 8.686627239740119e-08, + "T": 4.652404459193349e-05, + "P": 0.0010604998096823692, + "-": 0.9985055923461914 + }, + "id": "tp_17063" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2132900, + "label": "-", + "classification": { + "B": 4.102838957464883e-09, + "S": 2.246285468743281e-08, + "I": 2.4001954557206773e-07, + "C": 2.573957317508757e-06, + "R": 2.8710832111755735e-07, + "M": 1.1607428859861102e-05, + "O": 1.7635568383411737e-06, + "W": 1.763116053155045e-08, + "N": 3.540762794074226e-09, + "Y": 0.00047793652629479766, + "U": 3.7297945287839696e-10, + "K": 5.177364315045452e-08, + "L": 2.5384284185747674e-07, + "G": 5.855669223819859e-05, + "F": 0.005409938283264637, + "E": 1.0105788987857522e-06, + "T": 0.00015676248585805297, + "P": 0.00037178327329456806, + "-": 0.9935072660446167 + }, + "id": "tp_17064" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2133033, + "label": "-", + "classification": { + "B": 3.750771249144691e-09, + "S": 1.4294449783847085e-06, + "I": 3.0208525458874647e-08, + "C": 2.812398918194958e-07, + "R": 2.365065370213415e-07, + "M": 0.0004967070417478681, + "O": 6.220970681170002e-05, + "W": 5.2162008046252595e-08, + "N": 6.562421717148936e-10, + "Y": 0.015326007269322872, + "U": 5.9568149024524786e-12, + "K": 5.559630089635448e-09, + "L": 1.158102895715274e-05, + "G": 0.0031126190442591906, + "F": 0.030293432995676994, + "E": 1.287999253918315e-07, + "T": 0.002342730760574341, + "P": 8.282603630505037e-06, + "-": 0.9483442902565002 + }, + "id": "tp_17065" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2133133, + "label": "-", + "classification": { + "B": 3.3375742169994282e-09, + "S": 9.046306672644278e-07, + "I": 7.767656825308222e-06, + "C": 2.6515543538607744e-08, + "R": 3.43321246987216e-08, + "M": 1.6271500498987734e-05, + "O": 5.802174655400449e-06, + "W": 2.027809529181468e-07, + "N": 6.354651986839599e-07, + "Y": 0.004770052619278431, + "U": 1.1084584361498173e-09, + "K": 3.484188346192241e-05, + "L": 1.8238731414044196e-08, + "G": 6.642182415816933e-05, + "F": 0.006323585286736488, + "E": 1.0030022167484276e-05, + "T": 0.0016996568301692605, + "P": 0.0042831916362047195, + "-": 0.9827806949615479 + }, + "id": "tp_17066" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2133267, + "label": "-", + "classification": { + "B": 9.707726349006407e-06, + "S": 0.00028917164308950305, + "I": 7.151468162192032e-05, + "C": 9.529281669529155e-06, + "R": 5.212361429585144e-06, + "M": 0.004365393426269293, + "O": 0.0011309904512017965, + "W": 2.5216188078047708e-05, + "N": 3.5956327337771654e-06, + "Y": 0.04309164732694626, + "U": 1.4802436609784309e-08, + "K": 9.201838224726089e-07, + "L": 6.676475459244102e-05, + "G": 0.003769448958337307, + "F": 0.016904965043067932, + "E": 4.8845809942577034e-05, + "T": 0.04792597517371178, + "P": 0.0010165299754589796, + "-": 0.8812646269798279 + }, + "id": "tp_17067" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2133400, + "label": "-", + "classification": { + "B": 4.979232581803217e-10, + "S": 3.1380025689031754e-07, + "I": 5.28120290255174e-06, + "C": 1.027699818223482e-05, + "R": 2.3550780952064088e-06, + "M": 6.379986007232219e-05, + "O": 4.0461833123117685e-05, + "W": 3.9782477756489243e-07, + "N": 2.4685914468136616e-07, + "Y": 0.021300235763192177, + "U": 2.585835323642982e-09, + "K": 1.098593475035159e-05, + "L": 5.009246137888113e-07, + "G": 0.0004157962976023555, + "F": 0.00985566433519125, + "E": 5.4424008339992724e-06, + "T": 0.0036821970716118813, + "P": 0.0008432222530245781, + "-": 0.9637628197669983 + }, + "id": "tp_17068" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2133500, + "label": "Y", + "classification": { + "B": 1.1863298823300283e-06, + "S": 0.005892445333302021, + "I": 2.5348455892526545e-05, + "C": 9.838307960308157e-06, + "R": 2.011001924984157e-05, + "M": 0.011203383095562458, + "O": 0.011371007189154625, + "W": 0.00015854839875828475, + "N": 2.5554611511324765e-06, + "Y": 0.37782710790634155, + "U": 2.1109936021446174e-09, + "K": 9.724411938805133e-06, + "L": 0.0003274689079262316, + "G": 0.01881491392850876, + "F": 0.05156242847442627, + "E": 7.3037740548898e-06, + "T": 0.1572655290365219, + "P": 0.00011977617396041751, + "-": 0.3653813898563385 + }, + "id": "tp_17069" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2133634, + "label": "-", + "classification": { + "B": 1.629426265026268e-07, + "S": 2.557466132202535e-06, + "I": 1.577353941684123e-05, + "C": 2.3503760530729778e-05, + "R": 1.5333518604165874e-05, + "M": 0.0013583844993263483, + "O": 5.903814599150792e-05, + "W": 1.0871376616705675e-06, + "N": 2.821201690039743e-07, + "Y": 0.11750643700361252, + "U": 3.5011495924663905e-08, + "K": 1.9389751741982764e-06, + "L": 1.905237695609685e-05, + "G": 0.0025155209004878998, + "F": 0.018269618973135948, + "E": 1.0933140401903074e-05, + "T": 0.013047892600297928, + "P": 0.0003344193391967565, + "-": 0.8468180298805237 + }, + "id": "tp_17070" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2133767, + "label": "-", + "classification": { + "B": 6.253124684718614e-09, + "S": 1.1209785988341991e-08, + "I": 2.172444055759115e-06, + "C": 1.1420169130360591e-06, + "R": 1.2875742072537832e-07, + "M": 4.89399781145039e-06, + "O": 1.6578544546064222e-06, + "W": 1.187155262982742e-08, + "N": 2.9133984114082523e-08, + "Y": 6.081371975596994e-05, + "U": 1.9065642398174987e-09, + "K": 5.766166655263305e-09, + "L": 1.1367398400352613e-07, + "G": 4.6816262511129025e-06, + "F": 0.00016088518896140158, + "E": 1.4162028492137324e-06, + "T": 5.073094871477224e-05, + "P": 0.002962122904136777, + "-": 0.9967492818832397 + }, + "id": "tp_17071" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2133901, + "label": "Y", + "classification": { + "B": 3.763663158906638e-09, + "S": 1.2095261809008662e-05, + "I": 1.2172769856988452e-05, + "C": 1.5412782659041113e-06, + "R": 1.6856877209647791e-06, + "M": 0.001665563671849668, + "O": 0.00018453848315402865, + "W": 8.181702355614107e-07, + "N": 4.126844430629717e-07, + "Y": 0.7902868390083313, + "U": 9.168560355377053e-11, + "K": 5.3781996030011214e-06, + "L": 1.7419791902284487e-06, + "G": 0.010866319760680199, + "F": 0.007012211252003908, + "E": 4.7335652197944e-06, + "T": 0.0897192507982254, + "P": 1.4256241229304578e-05, + "-": 0.10021058470010757 + }, + "id": "tp_17072" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2134001, + "label": "-", + "classification": { + "B": 2.036176169895043e-07, + "S": 1.285672510675795e-06, + "I": 3.353782673798378e-08, + "C": 1.1154605772389914e-06, + "R": 1.4098296787778963e-06, + "M": 0.000275053724180907, + "O": 0.00017797933833207935, + "W": 5.646004410664318e-07, + "N": 4.6250869800701366e-10, + "Y": 0.002085495973005891, + "U": 3.235135770385256e-11, + "K": 4.039679701861587e-09, + "L": 1.301585234614322e-05, + "G": 0.001024119439534843, + "F": 0.010187200270593166, + "E": 8.439791798764418e-08, + "T": 0.0002661814505700022, + "P": 1.5049071407702286e-05, + "-": 0.98595130443573 + }, + "id": "tp_17073" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2134134, + "label": "-", + "classification": { + "B": 6.538103392017547e-13, + "S": 2.4326662906304364e-10, + "I": 3.519905700244408e-09, + "C": 9.517990662288867e-08, + "R": 4.671512066067862e-09, + "M": 1.2866007637057919e-05, + "O": 3.2721607112762285e-07, + "W": 4.0855183819354934e-11, + "N": 2.1528306914930795e-11, + "Y": 0.0017968941247090697, + "U": 9.079556225789764e-14, + "K": 2.2034601920850605e-10, + "L": 2.6149999499125443e-08, + "G": 9.60575562203303e-05, + "F": 0.0005316859460435808, + "E": 5.970538552446669e-08, + "T": 0.00019532919395714998, + "P": 9.873981980490498e-06, + "-": 0.9973567724227905 + }, + "id": "tp_17074" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2134268, + "label": "-", + "classification": { + "B": 2.035041024583961e-09, + "S": 9.660910649245125e-08, + "I": 7.954889724715031e-07, + "C": 1.024995640364068e-06, + "R": 3.8936886426199635e-07, + "M": 1.3297163604875095e-05, + "O": 2.6329098545829765e-06, + "W": 6.439298516625058e-08, + "N": 4.830038591308039e-08, + "Y": 0.007818935438990593, + "U": 1.0257901195132035e-09, + "K": 1.871798849606421e-05, + "L": 6.202412805578206e-08, + "G": 0.0002508019679225981, + "F": 0.006569172255694866, + "E": 1.3662699529959355e-05, + "T": 0.000610075076110661, + "P": 0.0006554078427143395, + "-": 0.9840447902679443 + }, + "id": "tp_17075" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2134401, + "label": "-", + "classification": { + "B": 1.0642574821417838e-08, + "S": 1.3233952813607175e-06, + "I": 3.0912276542949257e-06, + "C": 2.823408976837527e-05, + "R": 4.192094365862431e-06, + "M": 0.00047796053695492446, + "O": 2.9819606425007805e-05, + "W": 1.9068372125730093e-07, + "N": 7.313429506439206e-08, + "Y": 0.020602837204933167, + "U": 1.3052662284351868e-09, + "K": 1.4788737416893127e-06, + "L": 7.844421816116665e-06, + "G": 0.003893279004842043, + "F": 0.06368277966976166, + "E": 1.3038903489359654e-05, + "T": 0.004030880983918905, + "P": 0.000372302602045238, + "-": 0.9068506360054016 + }, + "id": "tp_17076" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2134501, + "label": "-", + "classification": { + "B": 0.00037770989001728594, + "S": 0.00034981677890755236, + "I": 0.0013406624784693122, + "C": 0.008760997094213963, + "R": 0.001960986526682973, + "M": 0.021251477301120758, + "O": 0.002287531504407525, + "W": 0.00011847682617371902, + "N": 8.247023652074859e-05, + "Y": 0.10842782258987427, + "U": 1.3366053281060886e-05, + "K": 0.0003584633523132652, + "L": 0.00301914568990469, + "G": 0.13023297488689423, + "F": 0.07451322674751282, + "E": 0.009151413105428219, + "T": 0.021372759714722633, + "P": 0.011485324241220951, + "-": 0.6048954725265503 + }, + "id": "tp_17077" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2134635, + "label": "-", + "classification": { + "B": 1.0848672360452838e-07, + "S": 6.1191271925054025e-06, + "I": 1.72075360751478e-05, + "C": 0.00027444236911833286, + "R": 2.880334977817256e-05, + "M": 0.00012433611846063286, + "O": 9.698768553789705e-05, + "W": 3.4715767469606362e-06, + "N": 1.4149748039926635e-06, + "Y": 0.04776529222726822, + "U": 4.797706765202747e-08, + "K": 6.216263864189386e-05, + "L": 5.39311668035225e-06, + "G": 0.00542747275903821, + "F": 0.08429606258869171, + "E": 2.5646148060332052e-05, + "T": 0.004274996463209391, + "P": 0.0016406562644988298, + "-": 0.855949342250824 + }, + "id": "tp_17078" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2134768, + "label": "-", + "classification": { + "B": 3.538549935910851e-05, + "S": 0.0010500773787498474, + "I": 0.0012594001600518823, + "C": 0.012144193053245544, + "R": 0.004436567425727844, + "M": 0.029743177816271782, + "O": 0.0070138173177838326, + "W": 0.00031251084874384105, + "N": 0.00012369272008072585, + "Y": 0.18417532742023468, + "U": 9.63041020440869e-06, + "K": 0.0006489384104497731, + "L": 0.0025822382885962725, + "G": 0.10427718609571457, + "F": 0.06607618927955627, + "E": 0.001200376427732408, + "T": 0.09510505199432373, + "P": 0.0024660141207277775, + "-": 0.48734018206596375 + }, + "id": "tp_17079" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2134902, + "label": "-", + "classification": { + "B": 2.621373951239292e-11, + "S": 8.414573038351136e-09, + "I": 1.8255420786150722e-10, + "C": 2.2539523580888954e-09, + "R": 2.2849360181709244e-09, + "M": 0.00035175736411474645, + "O": 5.5912701100169215e-06, + "W": 1.208424471599301e-10, + "N": 7.623494392185182e-13, + "Y": 0.007914133369922638, + "U": 1.986953582284903e-15, + "K": 4.835170350041273e-13, + "L": 1.3532527418647078e-06, + "G": 0.0007085291435942054, + "F": 0.0047709764912724495, + "E": 1.2169323326816084e-09, + "T": 0.0010341322049498558, + "P": 3.449420091783395e-07, + "-": 0.9852131009101868 + }, + "id": "tp_17080" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2135002, + "label": "-", + "classification": { + "B": 6.620367587473197e-10, + "S": 4.608922665738646e-08, + "I": 2.856462231193291e-07, + "C": 1.532689339001081e-06, + "R": 2.2445232161771855e-07, + "M": 0.0001915998727781698, + "O": 5.791468538518529e-06, + "W": 4.0550416358087205e-09, + "N": 3.08938186144303e-09, + "Y": 0.2698579728603363, + "U": 7.113728009433551e-12, + "K": 7.162265092119924e-08, + "L": 3.2514762438040634e-07, + "G": 0.006082969252020121, + "F": 0.006612857338041067, + "E": 1.1115758979940438e-06, + "T": 0.007795722223818302, + "P": 1.706704824755434e-05, + "-": 0.7094323635101318 + }, + "id": "tp_17081" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2135135, + "label": "-", + "classification": { + "B": 7.445330130195771e-09, + "S": 2.455253991229256e-07, + "I": 1.674292320785753e-06, + "C": 2.7719060824438202e-08, + "R": 9.731735417517484e-09, + "M": 2.013294943026267e-05, + "O": 2.1263119833747623e-06, + "W": 6.818215325665733e-08, + "N": 1.0397448590993008e-07, + "Y": 0.0017322036437690258, + "U": 1.2909056046339629e-09, + "K": 2.7781823519035242e-05, + "L": 1.6578473704953467e-08, + "G": 9.689451690064743e-05, + "F": 0.00414375402033329, + "E": 2.1331252355594188e-05, + "T": 0.0006056738784536719, + "P": 0.0014778341865167022, + "-": 0.9918701648712158 + }, + "id": "tp_17082" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2135269, + "label": "-", + "classification": { + "B": 3.0826332597655437e-09, + "S": 8.204288803881354e-08, + "I": 5.417317439082581e-08, + "C": 4.965668267686851e-07, + "R": 3.3562741919013206e-08, + "M": 1.4623005881730933e-05, + "O": 1.576825525262393e-06, + "W": 1.717669917411513e-08, + "N": 4.782660489865975e-09, + "Y": 0.0016036784509196877, + "U": 2.501343299154968e-10, + "K": 3.955617648898624e-05, + "L": 4.6549544663321285e-08, + "G": 0.00019677641103044152, + "F": 0.0075741177424788475, + "E": 1.1951260603382252e-05, + "T": 0.00015292958414647728, + "P": 0.0002704504586290568, + "-": 0.9901337027549744 + }, + "id": "tp_17083" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2135402, + "label": "-", + "classification": { + "B": 5.3954893886043465e-09, + "S": 2.5028178640695842e-08, + "I": 1.2217151379445568e-05, + "C": 6.885139782752958e-07, + "R": 2.2977479829933145e-07, + "M": 1.583940138516482e-05, + "O": 1.9720134787348798e-06, + "W": 4.437406531110355e-08, + "N": 2.1379754855388455e-07, + "Y": 0.0005873949266970158, + "U": 8.979597510005988e-09, + "K": 1.3739321502725943e-07, + "L": 8.287811681384483e-08, + "G": 9.32544753595721e-06, + "F": 0.0005656293942593038, + "E": 2.680319539649645e-06, + "T": 0.0003938257577829063, + "P": 0.009537717327475548, + "-": 0.9888719916343689 + }, + "id": "tp_17084" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2135502, + "label": "-", + "classification": { + "B": 3.33824606846278e-10, + "S": 3.0144872198434314e-07, + "I": 8.083319471552386e-07, + "C": 1.3978143087456374e-08, + "R": 8.950276964014847e-09, + "M": 0.0001498309284215793, + "O": 6.713355560350465e-06, + "W": 1.4757581823232613e-08, + "N": 3.416709759562764e-08, + "Y": 0.013695617206394672, + "U": 1.6992489013101242e-11, + "K": 1.7449191602736391e-07, + "L": 4.438585676780349e-08, + "G": 0.00011777132749557495, + "F": 0.006897016428411007, + "E": 3.5638349800137803e-06, + "T": 0.005129527300596237, + "P": 0.0002639418526086956, + "-": 0.9737346172332764 + }, + "id": "tp_17085" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2135636, + "label": "-", + "classification": { + "B": 1.223605408995354e-06, + "S": 1.8713024473981932e-05, + "I": 2.050401599262841e-05, + "C": 1.1217834071430843e-05, + "R": 6.138787284726277e-06, + "M": 0.0008152498630806804, + "O": 0.00015862549480516464, + "W": 3.6515552892524283e-06, + "N": 2.8423646654118784e-06, + "Y": 0.009975275956094265, + "U": 8.22594827809553e-08, + "K": 1.3086702892906033e-05, + "L": 1.8143357010558248e-05, + "G": 0.0012220644857734442, + "F": 0.026981452479958534, + "E": 0.00015926941705401987, + "T": 0.007037688512355089, + "P": 0.004839777015149593, + "-": 0.9487149715423584 + }, + "id": "tp_17086" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2135769, + "label": "-", + "classification": { + "B": 1.9267744344464433e-10, + "S": 2.574861746040824e-08, + "I": 2.4757316623436054e-06, + "C": 2.533272436266998e-06, + "R": 6.275984105741372e-07, + "M": 1.8546857972978614e-05, + "O": 1.7011933550747926e-06, + "W": 2.379242225458711e-08, + "N": 7.653702027710096e-08, + "Y": 0.016192857176065445, + "U": 2.3220998734974074e-10, + "K": 1.336089007963892e-05, + "L": 2.4874013959674812e-08, + "G": 0.0001653426152188331, + "F": 0.021438656374812126, + "E": 2.4907330953283235e-05, + "T": 0.00047956028720363975, + "P": 0.0008605519542470574, + "-": 0.9607987403869629 + }, + "id": "tp_17087" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2135903, + "label": "-", + "classification": { + "B": 1.277214011635719e-12, + "S": 3.243899940330586e-11, + "I": 1.2815010164146656e-09, + "C": 1.0860664367839945e-08, + "R": 2.051139702530236e-09, + "M": 2.46902413891803e-06, + "O": 3.531367909204164e-08, + "W": 8.398254314201381e-12, + "N": 9.570929118685179e-13, + "Y": 0.0007548267603851855, + "U": 9.761368959231714e-14, + "K": 5.662221993357752e-13, + "L": 5.758931109767218e-09, + "G": 4.010068550996948e-06, + "F": 2.8040787583449855e-05, + "E": 1.7857348932892592e-10, + "T": 0.0001861811033450067, + "P": 3.085976914007915e-06, + "-": 0.9990212917327881 + }, + "id": "tp_17088" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2136003, + "label": "-", + "classification": { + "B": 4.333117198385139e-10, + "S": 1.031046181765305e-07, + "I": 5.0504862514344495e-08, + "C": 5.5222670880539226e-08, + "R": 1.2041459385159214e-08, + "M": 0.00019968824926763773, + "O": 5.7816873777483124e-06, + "W": 6.4826739532009015e-09, + "N": 2.047460867515838e-09, + "Y": 0.04702943190932274, + "U": 5.740266335180211e-12, + "K": 9.020482139021624e-08, + "L": 1.5311890422253782e-07, + "G": 0.0009602634236216545, + "F": 0.01231543067842722, + "E": 1.220506646859576e-06, + "T": 0.005218517500907183, + "P": 5.332797809387557e-05, + "-": 0.9342159628868103 + }, + "id": "tp_17089" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2136136, + "label": "-", + "classification": { + "B": 7.724136139586335e-07, + "S": 2.8300302801653743e-05, + "I": 0.00010659318650141358, + "C": 0.0002001867105718702, + "R": 5.017757575842552e-05, + "M": 0.0008261794573627412, + "O": 0.0004553426697384566, + "W": 3.228715286240913e-05, + "N": 1.2294867701712064e-05, + "Y": 0.01576610840857029, + "U": 7.148776148824254e-07, + "K": 0.0001605123543413356, + "L": 2.1764311895822175e-05, + "G": 0.0018493448151275516, + "F": 0.03310520574450493, + "E": 0.0001800171594368294, + "T": 0.005040459800511599, + "P": 0.007114183623343706, + "-": 0.9350495338439941 + }, + "id": "tp_17090" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2136270, + "label": "-", + "classification": { + "B": 5.158142246663999e-10, + "S": 7.195581019914243e-08, + "I": 2.238033403045847e-08, + "C": 1.3428295808637358e-08, + "R": 5.4736992716186705e-09, + "M": 0.00015423496370203793, + "O": 2.9196835384937003e-06, + "W": 2.0103765319134936e-09, + "N": 4.151979038358178e-10, + "Y": 0.006773766130208969, + "U": 1.7561463351231654e-12, + "K": 8.333445933317307e-09, + "L": 3.0933071570871107e-07, + "G": 0.0006431101355701685, + "F": 0.015019223093986511, + "E": 6.643680308116018e-07, + "T": 0.0013649769825860858, + "P": 3.7779787817271426e-05, + "-": 0.9760029911994934 + }, + "id": "tp_17091" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2136403, + "label": "-", + "classification": { + "B": 8.13384701814357e-08, + "S": 2.721803298300074e-07, + "I": 1.294875892199343e-05, + "C": 7.890109372965526e-06, + "R": 3.121674808426178e-06, + "M": 4.2603849578881636e-05, + "O": 1.2478319149522576e-05, + "W": 2.0000840095235617e-07, + "N": 2.1127151228483854e-07, + "Y": 0.0018863455625250936, + "U": 6.540756203321507e-08, + "K": 1.9131677220229903e-07, + "L": 2.3872362362453714e-06, + "G": 0.0001767118665156886, + "F": 0.004782204050570726, + "E": 3.393399993001367e-06, + "T": 0.0006618412444368005, + "P": 0.004576241597533226, + "-": 0.9878306984901428 + }, + "id": "tp_17092" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2136503, + "label": "-", + "classification": { + "B": 7.145604552505347e-09, + "S": 7.704068138991715e-08, + "I": 2.304876943526324e-06, + "C": 2.4298262815136695e-06, + "R": 6.567771038135106e-07, + "M": 1.708546005829703e-05, + "O": 5.310372671374353e-06, + "W": 1.0077344825276668e-07, + "N": 7.221444775495911e-08, + "Y": 0.0005427324795164168, + "U": 1.0529123350977443e-08, + "K": 2.5419742541998858e-06, + "L": 2.2120919140888873e-07, + "G": 4.324837573221885e-05, + "F": 0.003276882926002145, + "E": 7.815552635292988e-06, + "T": 0.00016422160842921585, + "P": 0.003159002400934696, + "-": 0.9927752017974854 + }, + "id": "tp_17093" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2136637, + "label": "-", + "classification": { + "B": 4.227003636003701e-09, + "S": 2.952661191102379e-07, + "I": 9.602333150837694e-09, + "C": 1.4904632053003297e-06, + "R": 2.6143914055865025e-07, + "M": 6.718358054058626e-05, + "O": 1.6043501091189682e-05, + "W": 2.535510645884642e-08, + "N": 4.537428488493589e-10, + "Y": 0.0004641491104848683, + "U": 3.344839683006029e-11, + "K": 3.16307269265792e-09, + "L": 5.1353085837035906e-06, + "G": 0.00033639042521826923, + "F": 0.025334928184747696, + "E": 1.423911015763224e-07, + "T": 0.00014964566798880696, + "P": 7.588296284666285e-05, + "-": 0.9735485315322876 + }, + "id": "tp_17094" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2136770, + "label": "-", + "classification": { + "B": 4.886290330685661e-11, + "S": 2.058054882070337e-08, + "I": 1.820854222955859e-08, + "C": 1.4571280644304352e-06, + "R": 1.844452981458744e-07, + "M": 2.9917136998847127e-05, + "O": 1.3843863371221232e-06, + "W": 2.495399442636881e-09, + "N": 4.955881260926276e-10, + "Y": 0.004750641994178295, + "U": 3.891767116903644e-12, + "K": 5.9011096453787104e-08, + "L": 1.3510891960777371e-07, + "G": 0.000656201271340251, + "F": 0.044424522668123245, + "E": 5.005449565942399e-07, + "T": 0.00022622528194915503, + "P": 6.921645399415866e-05, + "-": 0.9498394727706909 + }, + "id": "tp_17095" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2136904, + "label": "-", + "classification": { + "B": 8.058297085167254e-12, + "S": 4.654061136477594e-09, + "I": 2.4107447149646077e-09, + "C": 8.27511428269645e-08, + "R": 5.633423505457813e-09, + "M": 6.011516120452143e-07, + "O": 2.0025747460294951e-07, + "W": 1.8087010777989576e-09, + "N": 2.879224081375753e-10, + "Y": 0.00037614101893268526, + "U": 6.35152997904842e-12, + "K": 4.420281129569048e-06, + "L": 2.9226039366392342e-09, + "G": 4.2486590245971456e-05, + "F": 0.025669751688838005, + "E": 4.852375354857941e-07, + "T": 2.7850741389556788e-05, + "P": 0.00014924448623787612, + "-": 0.9737287759780884 + }, + "id": "tp_17096" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2137004, + "label": "-", + "classification": { + "B": 2.480659873072e-07, + "S": 0.00012763604172505438, + "I": 2.268953903694637e-05, + "C": 3.984945942647755e-05, + "R": 4.688612534664571e-05, + "M": 0.012681321240961552, + "O": 0.0016179824015125632, + "W": 1.0760518307506572e-05, + "N": 1.2885502655990422e-06, + "Y": 0.18969660997390747, + "U": 9.119456301220907e-09, + "K": 3.7785005133628147e-06, + "L": 0.0003387922770343721, + "G": 0.03265473246574402, + "F": 0.1422448307275772, + "E": 2.3084485292201862e-05, + "T": 0.08195222914218903, + "P": 0.00014480199024546891, + "-": 0.5383924841880798 + }, + "id": "tp_17097" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2137137, + "label": "-", + "classification": { + "B": 3.4617680944037943e-10, + "S": 1.0541623129967093e-09, + "I": 1.967427891713669e-07, + "C": 6.29039709210133e-09, + "R": 3.9332479495612915e-09, + "M": 1.761619387252722e-05, + "O": 4.3061845644842833e-07, + "W": 2.250536840220363e-10, + "N": 6.411745578915884e-10, + "Y": 0.0007636010996066034, + "U": 1.3164996003067753e-11, + "K": 1.746342931374656e-10, + "L": 1.759886991692383e-08, + "G": 1.712798621156253e-05, + "F": 0.0001251832873094827, + "E": 6.409722175249044e-08, + "T": 0.0004678910772781819, + "P": 0.000422425102442503, + "-": 0.9981853365898132 + }, + "id": "tp_17098" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2137271, + "label": "-", + "classification": { + "B": 2.794742247954479e-13, + "S": 2.9038918838986127e-11, + "I": 5.147254622528408e-09, + "C": 4.623425947647419e-11, + "R": 3.134781670355302e-11, + "M": 5.260620127955917e-06, + "O": 2.160261658445961e-08, + "W": 1.3480335554413858e-12, + "N": 8.97444499357164e-13, + "Y": 0.0013278421247377992, + "U": 5.803242950205498e-16, + "K": 3.947869049898689e-13, + "L": 1.808803523628555e-10, + "G": 1.4632837519457098e-06, + "F": 1.3133594620740041e-05, + "E": 4.40491226827433e-10, + "T": 0.0002804468385875225, + "P": 1.0435609283376834e-06, + "-": 0.9983708262443542 + }, + "id": "tp_17099" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2137404, + "label": "-", + "classification": { + "B": 1.4285557329088427e-12, + "S": 1.6716887596412988e-10, + "I": 2.261059250940889e-08, + "C": 1.2116476710843926e-09, + "R": 2.0189429295047745e-10, + "M": 1.7550186157677672e-06, + "O": 2.2383900954991987e-08, + "W": 4.0985093791023886e-11, + "N": 1.176518604761867e-10, + "Y": 0.010354305617511272, + "U": 6.353724919241563e-14, + "K": 5.171228281142248e-07, + "L": 4.372353867854173e-11, + "G": 4.103735409444198e-05, + "F": 0.0003916386922355741, + "E": 3.838527504740341e-07, + "T": 0.00027994802803732455, + "P": 2.6673380489228293e-05, + "-": 0.9889037013053894 + }, + "id": "tp_17100" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2137504, + "label": "-", + "classification": { + "B": 7.039068350422895e-07, + "S": 3.236873817513697e-05, + "I": 2.8546548492158763e-05, + "C": 6.696099603686889e-07, + "R": 9.72984253166942e-07, + "M": 0.0015561248874291778, + "O": 0.00017413607565686107, + "W": 1.8755048358798376e-06, + "N": 1.1584044159462792e-06, + "Y": 0.058120183646678925, + "U": 4.751452564732972e-09, + "K": 2.728867002588231e-06, + "L": 8.355972568097059e-06, + "G": 0.0030586428474634886, + "F": 0.021255601197481155, + "E": 2.042109554167837e-05, + "T": 0.027126425877213478, + "P": 0.0007600476965308189, + "-": 0.8878509998321533 + }, + "id": "tp_17101" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2137638, + "label": "-", + "classification": { + "B": 3.065876372221332e-11, + "S": 2.911906271663156e-08, + "I": 2.0251464394327456e-10, + "C": 9.39872677463427e-08, + "R": 1.7793507112173756e-08, + "M": 2.702158599277027e-05, + "O": 3.921460120182019e-06, + "W": 9.95297955164176e-10, + "N": 2.1349801267167567e-12, + "Y": 0.00046787914470769465, + "U": 1.5892584421866793e-14, + "K": 9.327421474081277e-11, + "L": 6.271733354878961e-07, + "G": 0.00014761497732251883, + "F": 0.008835908956825733, + "E": 7.468714535718846e-09, + "T": 5.2141433116048574e-05, + "P": 8.575828474022273e-07, + "-": 0.9904638528823853 + }, + "id": "tp_17102" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2137771, + "label": "-", + "classification": { + "B": 1.9169134191088233e-07, + "S": 7.242325409606565e-06, + "I": 1.9003353372681886e-05, + "C": 1.1399744835216552e-05, + "R": 3.2581949653831543e-06, + "M": 0.0010677375830709934, + "O": 0.00015069442451931536, + "W": 2.9121970328560565e-06, + "N": 2.101342943205964e-06, + "Y": 0.046168938279151917, + "U": 2.7225963705745926e-08, + "K": 0.0023775361478328705, + "L": 7.069971161399735e-06, + "G": 0.017539557069540024, + "F": 0.03407273814082146, + "E": 0.0006584956427104771, + "T": 0.008869994431734085, + "P": 0.00141968356911093, + "-": 0.8876214027404785 + }, + "id": "tp_17103" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2137905, + "label": "-", + "classification": { + "B": 3.0638630050816573e-06, + "S": 7.750804797979072e-05, + "I": 8.09418907010695e-06, + "C": 0.00011920738324988633, + "R": 2.0939740352332592e-05, + "M": 0.0022654251661151648, + "O": 0.0004469797422643751, + "W": 1.4960792213969398e-05, + "N": 3.4466636407159967e-06, + "Y": 0.017009098082780838, + "U": 4.294339532862068e-07, + "K": 0.0012242784723639488, + "L": 0.00014933629427105188, + "G": 0.023672880604863167, + "F": 0.2693394124507904, + "E": 0.0005529344198293984, + "T": 0.005507871508598328, + "P": 0.0022947988472878933, + "-": 0.6772892475128174 + }, + "id": "tp_17104" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2138005, + "label": "-", + "classification": { + "B": 3.012154137227441e-10, + "S": 3.4013527550058598e-09, + "I": 2.917808785696252e-07, + "C": 2.4117467134487924e-08, + "R": 1.5782687157184228e-08, + "M": 4.367659130366519e-06, + "O": 4.759320972880232e-07, + "W": 1.4564416339624131e-09, + "N": 1.624167689229239e-09, + "Y": 0.0002933868672698736, + "U": 7.29109619901358e-11, + "K": 2.1987398568512617e-09, + "L": 1.045618258643799e-08, + "G": 4.4182966121297795e-06, + "F": 0.0003401254361961037, + "E": 1.1167107061282877e-07, + "T": 7.268935587489977e-05, + "P": 0.0007064866949804127, + "-": 0.9985775947570801 + }, + "id": "tp_17105" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2138138, + "label": "-", + "classification": { + "B": 9.142702706022021e-10, + "S": 8.660083761213855e-10, + "I": 4.4514525399108607e-08, + "C": 1.3636859419463576e-09, + "R": 6.261954288433458e-10, + "M": 1.0587986253085546e-05, + "O": 3.4094802003892255e-07, + "W": 3.3342795191515506e-10, + "N": 1.1132261085178285e-10, + "Y": 0.0001589062303537503, + "U": 3.493171897572811e-12, + "K": 5.053198311177898e-12, + "L": 8.29066770791087e-09, + "G": 1.6577249652982573e-06, + "F": 1.014977169688791e-05, + "E": 1.6702342620078525e-08, + "T": 0.00010180672688875347, + "P": 6.184372614370659e-05, + "-": 0.9996547698974609 + }, + "id": "tp_17106" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2138272, + "label": "-", + "classification": { + "B": 6.514744299579434e-10, + "S": 1.4661174496666263e-08, + "I": 8.96647520676197e-08, + "C": 8.10597597933338e-08, + "R": 1.0723275600810211e-08, + "M": 7.595219813083531e-06, + "O": 7.573235052404925e-07, + "W": 3.5599143632936148e-09, + "N": 3.1528626376342572e-09, + "Y": 0.00023681319726165384, + "U": 9.402185280338315e-11, + "K": 1.1203909799917255e-08, + "L": 2.1624130042141587e-08, + "G": 1.3102578122925479e-05, + "F": 0.005786706227809191, + "E": 8.775728019827511e-07, + "T": 5.855788549524732e-05, + "P": 0.002403806895017624, + "-": 0.9914914965629578 + }, + "id": "tp_17107" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2138405, + "label": "-", + "classification": { + "B": 4.2184771587017167e-07, + "S": 4.310697363507643e-07, + "I": 7.14890757080866e-06, + "C": 3.640720251496532e-06, + "R": 2.501364633644698e-06, + "M": 0.001244833110831678, + "O": 7.859979086788371e-05, + "W": 2.0456516836020455e-07, + "N": 4.091595684485583e-08, + "Y": 0.011640838347375393, + "U": 4.249018914492808e-10, + "K": 4.429000810546313e-08, + "L": 4.67423797090305e-06, + "G": 0.0016414984129369259, + "F": 0.0007040085038170218, + "E": 9.771453733264934e-06, + "T": 0.0016099439235404134, + "P": 0.00031491799745708704, + "-": 0.9827364683151245 + }, + "id": "tp_17108" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2138505, + "label": "-", + "classification": { + "B": 1.265111904125149e-10, + "S": 5.735084300795279e-07, + "I": 9.601363899491844e-07, + "C": 5.200540726946201e-06, + "R": 1.7617354615140357e-06, + "M": 0.0001874306472018361, + "O": 3.155649028485641e-05, + "W": 7.631079768088966e-08, + "N": 1.7934336682401408e-08, + "Y": 0.025833172723650932, + "U": 1.121637574486023e-10, + "K": 1.2307918950682506e-06, + "L": 1.9639676338556455e-06, + "G": 0.003576589748263359, + "F": 0.021576648578047752, + "E": 2.3378231617243728e-06, + "T": 0.0056673637591302395, + "P": 0.00012107988732168451, + "-": 0.9429919123649597 + }, + "id": "tp_17109" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2138639, + "label": "Y", + "classification": { + "B": 7.636240528796634e-10, + "S": 1.9686256109707756e-06, + "I": 8.962920219346415e-06, + "C": 1.0292946939216563e-07, + "R": 7.674415769542975e-08, + "M": 0.00021579307212959975, + "O": 4.536768756224774e-05, + "W": 6.334670388241648e-08, + "N": 4.7546855341806804e-08, + "Y": 0.8704066276550293, + "U": 1.128529236206488e-12, + "K": 1.367299319099402e-06, + "L": 9.189383831653686e-08, + "G": 0.005635551642626524, + "F": 0.0005855141207575798, + "E": 6.66451114739175e-07, + "T": 0.040554750710725784, + "P": 1.5681547438362031e-06, + "-": 0.0825415626168251 + }, + "id": "tp_17110" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2138772, + "label": "-", + "classification": { + "B": 5.00961183647064e-09, + "S": 7.522933032078072e-08, + "I": 1.8668963264190097e-08, + "C": 4.854398660825154e-09, + "R": 2.7878273023418387e-09, + "M": 8.779943163972348e-05, + "O": 2.304847839695867e-06, + "W": 3.141357174385462e-09, + "N": 1.8439412496906726e-10, + "Y": 0.0013907423708587885, + "U": 3.498287813943901e-12, + "K": 2.77969314232962e-09, + "L": 1.4176299600876519e-07, + "G": 0.0001353350089630112, + "F": 0.0014740837505087256, + "E": 2.0162654834621208e-07, + "T": 0.0002779130300041288, + "P": 5.626821075566113e-05, + "-": 0.9965750575065613 + }, + "id": "tp_17111" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2138906, + "label": "-", + "classification": { + "B": 3.2366098690062017e-09, + "S": 9.208301889884751e-07, + "I": 4.532149766589555e-09, + "C": 4.763989636558108e-06, + "R": 2.0207710349495756e-07, + "M": 0.00019481171329971403, + "O": 1.2784431419277098e-05, + "W": 2.191141490470727e-08, + "N": 7.456302797415049e-10, + "Y": 0.0034408224746584892, + "U": 1.59783263009583e-11, + "K": 1.4754057247046148e-06, + "L": 5.557804342970485e-06, + "G": 0.01639445498585701, + "F": 0.24040019512176514, + "E": 9.896817573462613e-06, + "T": 0.000816130603197962, + "P": 2.4889164706110023e-05, + "-": 0.7386931777000427 + }, + "id": "tp_17112" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2139006, + "label": "-", + "classification": { + "B": 9.435142012299835e-14, + "S": 1.4091542169247795e-11, + "I": 8.581673149876679e-10, + "C": 3.2492311619058967e-10, + "R": 5.8081317533265064e-11, + "M": 2.3591783815390954e-07, + "O": 6.385223905169823e-09, + "W": 3.3574950545484095e-12, + "N": 2.4641764323485305e-12, + "Y": 6.933607801329345e-05, + "U": 2.15704834365376e-14, + "K": 1.9603204476359437e-11, + "L": 2.439253139752129e-11, + "G": 8.264611039976444e-08, + "F": 1.475598674005596e-05, + "E": 5.146497672470218e-10, + "T": 1.3555468285630923e-05, + "P": 2.531712561903987e-05, + "-": 0.9998766183853149 + }, + "id": "tp_17113" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2139139, + "label": "-", + "classification": { + "B": 1.4564192518662367e-08, + "S": 7.159638992781936e-10, + "I": 3.0510892656820943e-07, + "C": 7.315162520171725e-07, + "R": 2.064942634660838e-07, + "M": 2.0284205675125122e-05, + "O": 1.7602452544451808e-06, + "W": 1.3244310093085687e-09, + "N": 1.4863900388295548e-10, + "Y": 1.7088459571823478e-05, + "U": 7.283960240522802e-11, + "K": 1.1785867149848722e-13, + "L": 2.2426106625061948e-06, + "G": 1.8417267710901797e-05, + "F": 1.348248406429775e-05, + "E": 4.5518682156853174e-08, + "T": 5.0048525736201555e-05, + "P": 0.00033605078351683915, + "-": 0.9995392560958862 + }, + "id": "tp_17114" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2139273, + "label": "-", + "classification": { + "B": 5.311821496434277e-06, + "S": 0.00013448116078507155, + "I": 0.000484574178699404, + "C": 0.0006367581663653255, + "R": 0.0002686810912564397, + "M": 0.015682008117437363, + "O": 0.0038632575888186693, + "W": 2.3420947400154546e-05, + "N": 1.0118148566107266e-05, + "Y": 0.3497558534145355, + "U": 9.545262003030075e-08, + "K": 4.993017682863865e-06, + "L": 0.0003458057763054967, + "G": 0.036686718463897705, + "F": 0.006243153940886259, + "E": 6.38202327536419e-05, + "T": 0.06750635802745819, + "P": 0.0004884634981863201, + "-": 0.5177960991859436 + }, + "id": "tp_17115" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2139406, + "label": "-", + "classification": { + "B": 3.1899287898651263e-13, + "S": 3.6919156620740523e-09, + "I": 2.3589139530599823e-08, + "C": 3.5383256324905688e-09, + "R": 1.9749231139343237e-09, + "M": 4.554951374302618e-06, + "O": 3.3915196695488703e-07, + "W": 1.813614675105768e-10, + "N": 8.146631286232164e-11, + "Y": 0.01263538096100092, + "U": 1.6397990346768594e-14, + "K": 3.4653094282965924e-10, + "L": 8.585331889854331e-10, + "G": 1.770191556715872e-05, + "F": 0.0012725612614303827, + "E": 2.8651443439997593e-09, + "T": 0.0012696664780378342, + "P": 1.2615952982741874e-05, + "-": 0.9847871661186218 + }, + "id": "tp_17116" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2139506, + "label": "-", + "classification": { + "B": 1.306435737369327e-09, + "S": 9.610974238682957e-10, + "I": 1.173483354932614e-08, + "C": 3.397010228667341e-09, + "R": 3.607389109649972e-10, + "M": 9.92620812212408e-07, + "O": 3.275859583595775e-08, + "W": 7.363688825368087e-11, + "N": 2.4924012853588806e-10, + "Y": 0.00011341113713569939, + "U": 1.496500839914816e-11, + "K": 4.7794930679856407e-08, + "L": 1.0255308824369536e-09, + "G": 1.5656984032830223e-05, + "F": 0.00032059859950095415, + "E": 9.569822623234359e-07, + "T": 9.510797099210322e-06, + "P": 0.0004921926883980632, + "-": 0.9990466237068176 + }, + "id": "tp_17117" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2139640, + "label": "-", + "classification": { + "B": 6.418906739469321e-09, + "S": 4.079879989404844e-09, + "I": 9.18110103498293e-08, + "C": 4.049993407306829e-08, + "R": 2.336230231492209e-08, + "M": 2.1525616830331273e-05, + "O": 6.805882435401145e-07, + "W": 2.059651338370827e-09, + "N": 6.826634257883768e-10, + "Y": 0.002047882415354252, + "U": 2.120479764000649e-10, + "K": 7.416452785236061e-09, + "L": 1.174261612391092e-07, + "G": 3.9795668271835893e-05, + "F": 0.001226717373356223, + "E": 8.783572269521756e-08, + "T": 0.0003827252658084035, + "P": 0.00016803744074422866, + "-": 0.9961122870445251 + }, + "id": "tp_17118" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2139773, + "label": "Y", + "classification": { + "B": 1.1248253173334888e-07, + "S": 4.194954453851096e-05, + "I": 2.6533376512816176e-05, + "C": 5.183694520383142e-05, + "R": 2.312508695467841e-05, + "M": 0.006653622258454561, + "O": 0.0015584029024466872, + "W": 7.1333297455566935e-06, + "N": 1.1871887863890151e-06, + "Y": 0.6108316779136658, + "U": 1.596357379618496e-09, + "K": 5.592360139416996e-06, + "L": 0.00010051939898403361, + "G": 0.05527086555957794, + "F": 0.02227998524904251, + "E": 3.449503856245428e-05, + "T": 0.0755683109164238, + "P": 2.89461349893827e-05, + "-": 0.22751568257808685 + }, + "id": "tp_17119" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2139907, + "label": "-", + "classification": { + "B": 3.458732744654469e-10, + "S": 1.1800742640843964e-06, + "I": 6.109551531352508e-09, + "C": 1.284430140913173e-06, + "R": 1.1426915591528086e-07, + "M": 9.449025674257427e-05, + "O": 1.0529891369515099e-05, + "W": 5.890065679636791e-08, + "N": 1.1508027863982306e-09, + "Y": 0.002994987415149808, + "U": 9.678419524150605e-12, + "K": 3.748787776203244e-06, + "L": 1.064892899194092e-06, + "G": 0.0029939578380435705, + "F": 0.40459203720092773, + "E": 5.033180514146807e-06, + "T": 0.0009001099388115108, + "P": 2.6008843633462675e-05, + "-": 0.5883753895759583 + }, + "id": "tp_17120" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2140007, + "label": "-", + "classification": { + "B": 4.632886019262372e-10, + "S": 3.978319895736604e-09, + "I": 8.666488082731405e-10, + "C": 2.4896273487229337e-08, + "R": 4.272610709676883e-09, + "M": 9.593148206477053e-06, + "O": 3.116999209851201e-07, + "W": 2.445367242032148e-10, + "N": 1.4655575364397322e-11, + "Y": 0.0001850840199040249, + "U": 1.751160306172339e-12, + "K": 6.945877206732121e-10, + "L": 7.58775513531873e-08, + "G": 5.6565881095593795e-05, + "F": 0.0006299361702986062, + "E": 6.348022907332052e-08, + "T": 5.3100735385669395e-05, + "P": 2.49402983172331e-05, + "-": 0.9990401864051819 + }, + "id": "tp_17121" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2140140, + "label": "-", + "classification": { + "B": 4.199922329917172e-07, + "S": 2.3098087694961578e-05, + "I": 0.00016631479957140982, + "C": 3.151831833747565e-06, + "R": 1.6363001122954302e-06, + "M": 0.004097694996744394, + "O": 0.0001535074261482805, + "W": 6.320024112937972e-07, + "N": 9.036438655130041e-07, + "Y": 0.3112585246562958, + "U": 1.0853035831148716e-10, + "K": 2.325496097910218e-06, + "L": 4.326489033701364e-06, + "G": 0.018241945654153824, + "F": 0.010842135176062584, + "E": 0.00024200968618970364, + "T": 0.028690405189990997, + "P": 0.0003296822542324662, + "-": 0.625941276550293 + }, + "id": "tp_17122" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2140274, + "label": "-", + "classification": { + "B": 2.1742556366444177e-10, + "S": 2.5413768867110775e-09, + "I": 1.0266031722494517e-06, + "C": 8.186034072821258e-09, + "R": 1.908212698964462e-09, + "M": 5.863390924787382e-06, + "O": 1.781459388894291e-07, + "W": 8.153027142299152e-10, + "N": 1.310462049985972e-08, + "Y": 0.0005158059648238122, + "U": 9.025641345417057e-11, + "K": 2.6813497200350866e-08, + "L": 2.728793857542655e-09, + "G": 5.430393684946466e-06, + "F": 0.0002823623362928629, + "E": 2.0196430341457017e-06, + "T": 0.00010760391887743026, + "P": 0.002273071790114045, + "-": 0.9968065023422241 + }, + "id": "tp_17123" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2140407, + "label": "-", + "classification": { + "B": 6.780381954740733e-05, + "S": 1.8287322745891288e-05, + "I": 0.000387763197068125, + "C": 0.0003677295462694019, + "R": 4.524572068476118e-05, + "M": 0.0004983681719750166, + "O": 0.00016092175792437047, + "W": 2.1187281163292937e-05, + "N": 6.271953316172585e-05, + "Y": 0.005038341972976923, + "U": 1.0246828423987608e-05, + "K": 0.000303861714201048, + "L": 2.4527191271772608e-05, + "G": 0.0021786910947412252, + "F": 0.03160083666443825, + "E": 0.004107512533664703, + "T": 0.0009966008365154266, + "P": 0.09566505998373032, + "-": 0.858444333076477 + }, + "id": "tp_17124" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2140507, + "label": "-", + "classification": { + "B": 0.0001369696547044441, + "S": 0.0006744596757926047, + "I": 0.001172807184047997, + "C": 0.0002163194731110707, + "R": 0.00010649805335560814, + "M": 0.0033115395344793797, + "O": 0.004251697566360235, + "W": 0.00013493825099430978, + "N": 0.0001127102950704284, + "Y": 0.034181274473667145, + "U": 1.261226771021029e-06, + "K": 4.732858360512182e-05, + "L": 0.0004315374535508454, + "G": 0.012379094026982784, + "F": 0.0408928282558918, + "E": 0.0004056872276123613, + "T": 0.024007342755794525, + "P": 0.02447391301393509, + "-": 0.8530617952346802 + }, + "id": "tp_17125" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2140641, + "label": "-", + "classification": { + "B": 9.253367386566347e-14, + "S": 3.6956753629580064e-11, + "I": 2.02669170334957e-09, + "C": 1.0668452787854221e-09, + "R": 1.8223673958761566e-10, + "M": 2.5793110580707435e-07, + "O": 2.0574779213689e-08, + "W": 6.054326311122349e-12, + "N": 1.2452372466498218e-11, + "Y": 1.375643114442937e-05, + "U": 1.2841440963969747e-13, + "K": 4.938667183540524e-11, + "L": 2.3568524909478583e-10, + "G": 3.106780752659688e-07, + "F": 8.95396078703925e-05, + "E": 8.002488116609641e-10, + "T": 1.1459166671556886e-05, + "P": 8.893029007595032e-05, + "-": 0.9997958540916443 + }, + "id": "tp_17126" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2140774, + "label": "-", + "classification": { + "B": 0.00035277247661724687, + "S": 0.015996867790818214, + "I": 0.0011331378482282162, + "C": 0.0012770695611834526, + "R": 0.0014387380797415972, + "M": 0.2171032875776291, + "O": 0.04962169751524925, + "W": 0.0011397141497582197, + "N": 0.00015528348740190268, + "Y": 0.07873064279556274, + "U": 8.419243044954783e-07, + "K": 3.2730727980379015e-05, + "L": 0.005367065779864788, + "G": 0.034150995314121246, + "F": 0.018337955698370934, + "E": 0.0009526261128485203, + "T": 0.17556343972682953, + "P": 0.0014664257178083062, + "-": 0.3971788287162781 + }, + "id": "tp_17127" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2140908, + "label": "-", + "classification": { + "B": 2.535020457439252e-11, + "S": 3.528145553488571e-10, + "I": 1.8031001673080027e-05, + "C": 1.2117909342634903e-08, + "R": 3.716479346493884e-09, + "M": 1.8641487713466631e-06, + "O": 5.97706915073104e-08, + "W": 3.4446945296195963e-10, + "N": 4.8506549887861183e-08, + "Y": 0.008105181157588959, + "U": 2.0580934526059913e-11, + "K": 5.818100135002169e-08, + "L": 1.914308711548074e-10, + "G": 1.2040034562232904e-05, + "F": 5.426032657851465e-05, + "E": 4.193158929410856e-06, + "T": 0.0005503405118361115, + "P": 0.0033385700080543756, + "-": 0.9879152774810791 + }, + "id": "tp_17128" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2141008, + "label": "-", + "classification": { + "B": 1.2676693028623731e-09, + "S": 1.477448137165993e-07, + "I": 2.472495452821022e-07, + "C": 6.522804962827422e-09, + "R": 1.1161103152801388e-08, + "M": 6.814303924329579e-05, + "O": 2.572657876953599e-06, + "W": 9.309492732256786e-09, + "N": 3.2538578498275683e-09, + "Y": 0.005742046050727367, + "U": 9.108127446699754e-12, + "K": 1.051663112150436e-08, + "L": 4.9554149228470123e-08, + "G": 3.787352761719376e-05, + "F": 0.0038209548220038414, + "E": 2.3087021361334337e-07, + "T": 0.0024363244883716106, + "P": 0.00015788465680088848, + "-": 0.9877334833145142 + }, + "id": "tp_17129" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2141141, + "label": "-", + "classification": { + "B": 3.968682904087473e-06, + "S": 2.561777819209965e-06, + "I": 7.39481984055601e-05, + "C": 1.7392416339134797e-05, + "R": 3.0398173294088338e-06, + "M": 0.0008656136924400926, + "O": 5.4896016081329435e-05, + "W": 7.262580652422912e-07, + "N": 1.8368573364568874e-06, + "Y": 0.008326835930347443, + "U": 2.80083696679867e-07, + "K": 3.020100223238842e-07, + "L": 1.8152919437852688e-05, + "G": 0.001196031691506505, + "F": 0.00123924994841218, + "E": 5.8988476666854694e-05, + "T": 0.0063869100995361805, + "P": 0.006648864131420851, + "-": 0.9751003384590149 + }, + "id": "tp_17130" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2141275, + "label": "-", + "classification": { + "B": 3.903171622715584e-12, + "S": 5.961676152743678e-10, + "I": 2.13313546514049e-12, + "C": 2.3036634821949065e-09, + "R": 5.308758987965234e-10, + "M": 7.604200163768837e-06, + "O": 1.3865978587546124e-07, + "W": 1.1896630382202122e-11, + "N": 8.134585941042133e-15, + "Y": 0.0001101494999602437, + "U": 4.261644839087243e-16, + "K": 5.256014265313247e-14, + "L": 1.6114697132252331e-07, + "G": 2.6214998797513545e-05, + "F": 0.006630352232605219, + "E": 8.99567018097791e-11, + "T": 2.053044045169372e-05, + "P": 2.0445348525299778e-07, + "-": 0.9932045936584473 + }, + "id": "tp_17131" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2141408, + "label": "-", + "classification": { + "B": 8.042734811475327e-10, + "S": 1.4392929870155058e-06, + "I": 2.3036659513309132e-07, + "C": 3.207009910966008e-07, + "R": 4.841343326233982e-08, + "M": 8.724934741621837e-05, + "O": 1.7614795069675893e-05, + "W": 5.6152426708422354e-08, + "N": 3.302907458646587e-08, + "Y": 0.059416867792606354, + "U": 1.344603248187859e-11, + "K": 8.8604683696758e-06, + "L": 2.5524121838316205e-07, + "G": 0.008074384182691574, + "F": 0.184689000248909, + "E": 1.2604558833118062e-05, + "T": 0.005446234717965126, + "P": 9.505447087576613e-05, + "-": 0.7421497702598572 + }, + "id": "tp_17132" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2141508, + "label": "Y", + "classification": { + "B": 4.686373813456157e-07, + "S": 0.00037960740155540407, + "I": 0.0015368660679087043, + "C": 6.78889118717052e-05, + "R": 0.00023887018323875964, + "M": 0.00455138087272644, + "O": 0.002258464228361845, + "W": 3.205007305950858e-05, + "N": 2.331654650333803e-05, + "Y": 0.7031882405281067, + "U": 6.565381571732587e-09, + "K": 8.551406267542916e-07, + "L": 0.00011542214633664116, + "G": 0.004898041021078825, + "F": 0.0009437044500373304, + "E": 2.7558930923987646e-06, + "T": 0.25732430815696716, + "P": 2.7560732632991858e-05, + "-": 0.024410268291831017 + }, + "id": "tp_17133" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2141642, + "label": "-", + "classification": { + "B": 9.619781167202746e-07, + "S": 2.2459685169451404e-06, + "I": 6.73297518005711e-06, + "C": 1.7366235624649562e-05, + "R": 1.3562656931753736e-05, + "M": 0.0007186704897321761, + "O": 0.00029916202765889466, + "W": 9.230683986061194e-07, + "N": 6.380734873800975e-08, + "Y": 0.026772301644086838, + "U": 5.749664744314487e-09, + "K": 2.637359841628495e-08, + "L": 6.471505184890702e-05, + "G": 0.003130716970190406, + "F": 0.0024840531405061483, + "E": 1.3809562915412243e-06, + "T": 0.0029131982009857893, + "P": 0.00018813685164786875, + "-": 0.9633857011795044 + }, + "id": "tp_17134" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2141775, + "label": "-", + "classification": { + "B": 2.7090465287704646e-12, + "S": 1.0040719367054862e-09, + "I": 6.38903614458286e-08, + "C": 3.497525824514014e-08, + "R": 3.6526297542138764e-09, + "M": 1.7176140545416274e-06, + "O": 2.0656854360368015e-07, + "W": 9.50121425979944e-10, + "N": 2.613022020980793e-09, + "Y": 0.013508271425962448, + "U": 3.0185882005789866e-12, + "K": 3.5361356367502594e-06, + "L": 6.711308175866293e-10, + "G": 0.00010931082942988724, + "F": 0.0025305107701569796, + "E": 2.378626959398389e-06, + "T": 0.00037557524046860635, + "P": 0.00013743940507993102, + "-": 0.9833309054374695 + }, + "id": "tp_17135" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2141875, + "label": "-", + "classification": { + "B": 4.4725260295308544e-07, + "S": 2.0188421331113204e-05, + "I": 3.690347966767149e-06, + "C": 0.0002092909999191761, + "R": 5.11342404934112e-05, + "M": 0.001078904140740633, + "O": 0.0002478943788446486, + "W": 6.666195986326784e-06, + "N": 6.447221494454425e-07, + "Y": 0.02299400232732296, + "U": 8.768107306877937e-08, + "K": 3.877709241351113e-05, + "L": 0.00012553346459753811, + "G": 0.006696612574160099, + "F": 0.25181475281715393, + "E": 5.36496372660622e-05, + "T": 0.006517263129353523, + "P": 0.0009121999028138816, + "-": 0.7092283368110657 + }, + "id": "tp_17136" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2142009, + "label": "-", + "classification": { + "B": 6.649380338785704e-06, + "S": 5.442350811790675e-06, + "I": 8.290102414321154e-05, + "C": 6.881918670842424e-05, + "R": 4.087606066605076e-05, + "M": 0.0008292075362987816, + "O": 0.0001974601618712768, + "W": 6.091221166570904e-06, + "N": 6.543863491970114e-06, + "Y": 0.010038083419203758, + "U": 2.3769293875375297e-06, + "K": 3.205718030585558e-06, + "L": 4.885263479081914e-05, + "G": 0.0009098885348066688, + "F": 0.008088990114629269, + "E": 0.00011372429435141385, + "T": 0.0034380515571683645, + "P": 0.016488835215568542, + "-": 0.9596239924430847 + }, + "id": "tp_17137" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2142142, + "label": "-", + "classification": { + "B": 8.464273264507938e-07, + "S": 3.6386336432769895e-07, + "I": 7.6229762271395884e-06, + "C": 3.4564709494588897e-07, + "R": 7.478337238353561e-08, + "M": 1.1391168300178833e-05, + "O": 6.533043233503122e-06, + "W": 1.2276424854462675e-07, + "N": 3.4025001127702126e-07, + "Y": 6.553758430527523e-05, + "U": 6.872380442501935e-09, + "K": 6.132998553454172e-09, + "L": 3.943101773984381e-07, + "G": 1.7122116332757287e-05, + "F": 0.0017113726353272796, + "E": 1.1008746696461458e-05, + "T": 7.549907604698092e-05, + "P": 0.1635967344045639, + "-": 0.8344945311546326 + }, + "id": "tp_17138" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2142276, + "label": "-", + "classification": { + "B": 1.5971979598281005e-12, + "S": 2.0581816251308283e-09, + "I": 1.2186045506012988e-09, + "C": 1.5150456444956717e-09, + "R": 1.85273088537663e-10, + "M": 7.365762826339051e-07, + "O": 3.1766126085130963e-07, + "W": 1.993571557834528e-10, + "N": 2.056590488186405e-11, + "Y": 6.194998422870412e-05, + "U": 1.1128837922817075e-13, + "K": 2.427508194458028e-10, + "L": 2.991867642521129e-09, + "G": 2.83027179648343e-06, + "F": 0.00144356454256922, + "E": 1.7691887066462186e-08, + "T": 8.544438969693147e-06, + "P": 0.00016758877609390765, + "-": 0.998314380645752 + }, + "id": "tp_17139" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2142376, + "label": "-", + "classification": { + "B": 1.147618718277954e-06, + "S": 2.4604794816696085e-05, + "I": 8.696228906046599e-05, + "C": 4.4819884351454675e-05, + "R": 3.619503331719898e-05, + "M": 0.01437554694712162, + "O": 0.001300656353123486, + "W": 5.684541520167841e-06, + "N": 1.6185807680813014e-06, + "Y": 0.28821277618408203, + "U": 1.0538665939918701e-08, + "K": 3.990101618001063e-07, + "L": 0.00010699716949602589, + "G": 0.010419320315122604, + "F": 0.003214240772649646, + "E": 1.7241940440726466e-05, + "T": 0.08285131305456161, + "P": 0.00018675485625863075, + "-": 0.5991138219833374 + }, + "id": "tp_17140" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2142509, + "label": "-", + "classification": { + "B": 2.596693082779211e-09, + "S": 2.488932011601719e-07, + "I": 2.3353562994543609e-07, + "C": 1.3617753211292438e-05, + "R": 2.8941740310983732e-06, + "M": 4.0960290789371356e-05, + "O": 1.7007589121931233e-05, + "W": 5.244286427341649e-08, + "N": 2.5770163780691746e-09, + "Y": 0.002128247171640396, + "U": 1.6244475209425957e-10, + "K": 2.8752877412330236e-08, + "L": 9.035022230818868e-06, + "G": 0.0011478207306936383, + "F": 0.03427125886082649, + "E": 4.151914936301182e-07, + "T": 0.0002988406631629914, + "P": 6.989815301494673e-05, + "-": 0.9619994163513184 + }, + "id": "tp_17141" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2142643, + "label": "-", + "classification": { + "B": 1.109275518662578e-10, + "S": 2.1095630131640064e-08, + "I": 1.7404643415375176e-07, + "C": 6.570896857738262e-06, + "R": 8.532913398084929e-07, + "M": 2.579587271611672e-05, + "O": 8.018801054276992e-06, + "W": 8.754271085820164e-09, + "N": 2.6104671757565256e-09, + "Y": 0.0058837286196649075, + "U": 2.708614756097294e-11, + "K": 3.248947777478861e-08, + "L": 4.345419597484579e-07, + "G": 0.0007035878952592611, + "F": 0.005422585643827915, + "E": 5.284742314870527e-07, + "T": 0.0004875198646914214, + "P": 7.707029726589099e-05, + "-": 0.9873831868171692 + }, + "id": "tp_17142" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2142776, + "label": "-", + "classification": { + "B": 3.34678423863366e-10, + "S": 1.4425253880290256e-07, + "I": 1.439702543848398e-07, + "C": 2.0400003908349618e-09, + "R": 4.176111900733304e-09, + "M": 8.221673488151282e-05, + "O": 6.080128969188081e-06, + "W": 3.057658126692786e-09, + "N": 2.6586369217262984e-10, + "Y": 0.023393476381897926, + "U": 1.3965375080318698e-13, + "K": 2.950975852566984e-10, + "L": 8.29544219982381e-08, + "G": 8.00004563643597e-05, + "F": 0.0005844449042342603, + "E": 1.5155523058751896e-08, + "T": 0.0018314443295821548, + "P": 8.296535270346794e-06, + "-": 0.9740136861801147 + }, + "id": "tp_17143" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2142876, + "label": "-", + "classification": { + "B": 1.3079596897881208e-15, + "S": 2.4587967837989833e-13, + "I": 6.091967750566918e-13, + "C": 9.414862986445449e-12, + "R": 3.7587118205222037e-13, + "M": 2.5539822701148296e-08, + "O": 3.5924402341791506e-10, + "W": 1.9457390343022296e-14, + "N": 2.7157671998821048e-15, + "Y": 5.957946882517717e-07, + "U": 1.810525149258309e-17, + "K": 8.902997967758647e-14, + "L": 8.818538781152352e-12, + "G": 2.840713442253673e-08, + "F": 0.00017387422849424183, + "E": 1.3225683048734282e-10, + "T": 2.3742418875372095e-07, + "P": 6.913775450811954e-06, + "-": 0.9998183846473694 + }, + "id": "tp_17144" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2143010, + "label": "-", + "classification": { + "B": 1.3703647994134371e-07, + "S": 6.917478003742872e-06, + "I": 1.7110376404616545e-07, + "C": 5.879197033209493e-06, + "R": 1.4624364439441706e-06, + "M": 0.00017610548820812255, + "O": 7.123452087398618e-05, + "W": 5.157148734724615e-07, + "N": 1.0219064705552228e-08, + "Y": 0.0018449556082487106, + "U": 2.636950657830539e-10, + "K": 6.152983900165054e-08, + "L": 1.073818111763103e-05, + "G": 0.0011328592663630843, + "F": 0.06171064451336861, + "E": 4.581907433021115e-06, + "T": 0.0003193045558873564, + "P": 0.0003326941223349422, + "-": 0.9343817234039307 + }, + "id": "tp_17145" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2143143, + "label": "-", + "classification": { + "B": 1.4149318872114236e-07, + "S": 1.0501953511266038e-05, + "I": 1.3255672456580214e-05, + "C": 7.915460628282744e-06, + "R": 5.5355922086164355e-06, + "M": 0.0037374659441411495, + "O": 0.0003301129618193954, + "W": 1.5555681329715298e-06, + "N": 6.67514541419223e-07, + "Y": 0.18725794553756714, + "U": 7.473176744099419e-09, + "K": 3.299160653114086e-06, + "L": 2.8374235625960864e-05, + "G": 0.009078167378902435, + "F": 0.02149658463895321, + "E": 2.8518807084765285e-05, + "T": 0.036684274673461914, + "P": 0.0005697297165170312, + "-": 0.7407459616661072 + }, + "id": "tp_17146" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2143277, + "label": "-", + "classification": { + "B": 8.805077555962271e-08, + "S": 2.2264698600338306e-06, + "I": 8.963437721831724e-06, + "C": 7.040436230454361e-06, + "R": 1.966088120752829e-06, + "M": 0.0016196540091186762, + "O": 9.116515866480768e-05, + "W": 3.7353746051849157e-07, + "N": 2.3410781579968898e-07, + "Y": 0.11604355275630951, + "U": 3.2601306099167005e-09, + "K": 5.6469884839316364e-06, + "L": 1.440179767087102e-05, + "G": 0.010769258253276348, + "F": 0.014843552373349667, + "E": 4.663833533413708e-05, + "T": 0.02067726105451584, + "P": 0.0002779772039502859, + "-": 0.8355899453163147 + }, + "id": "tp_17147" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2143377, + "label": "-", + "classification": { + "B": 2.915582626883406e-06, + "S": 1.0158018994843587e-05, + "I": 8.946637535700575e-06, + "C": 1.3846130286765401e-06, + "R": 8.60741408814647e-07, + "M": 0.00037151918513700366, + "O": 0.00017918634694069624, + "W": 1.6017936559364898e-06, + "N": 1.9777596094172623e-07, + "Y": 0.0011484590359032154, + "U": 9.074868856373541e-09, + "K": 2.1778365777436193e-08, + "L": 2.695942202990409e-05, + "G": 0.000582607404794544, + "F": 0.005107694771140814, + "E": 1.0603675946185831e-05, + "T": 0.0007297160918824375, + "P": 0.003080514958128333, + "-": 0.9887366890907288 + }, + "id": "tp_17148" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2143510, + "label": "-", + "classification": { + "B": 1.6464127838844433e-07, + "S": 1.876365558928228e-06, + "I": 1.6999283616314642e-05, + "C": 1.1463524970167782e-05, + "R": 5.192762273509288e-06, + "M": 0.0009751689503900707, + "O": 0.00016734354721847922, + "W": 7.191318331933871e-07, + "N": 1.9153004870986479e-07, + "Y": 0.015270262025296688, + "U": 6.362987470254211e-09, + "K": 1.2248550262938807e-07, + "L": 2.1937199562671594e-05, + "G": 0.0019487659446895123, + "F": 0.0036196622531861067, + "E": 1.0954628123727161e-05, + "T": 0.005611706990748644, + "P": 0.0005732071585953236, + "-": 0.9717642068862915 + }, + "id": "tp_17149" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2143644, + "label": "-", + "classification": { + "B": 2.1742224340370875e-11, + "S": 1.4158160865918035e-08, + "I": 1.773175171138064e-07, + "C": 6.067923052910373e-09, + "R": 1.902620505589425e-09, + "M": 6.885425705149828e-07, + "O": 2.0401355982357927e-07, + "W": 2.959097855637083e-09, + "N": 7.145752434212227e-09, + "Y": 0.00664543965831399, + "U": 3.4540053109322066e-12, + "K": 3.358273488629493e-06, + "L": 2.5402285830367077e-10, + "G": 2.4645491066621616e-05, + "F": 0.002591287950053811, + "E": 1.6295711020575254e-06, + "T": 0.00027237064205110073, + "P": 0.0003779065445996821, + "-": 0.9900822043418884 + }, + "id": "tp_17150" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2143777, + "label": "-", + "classification": { + "B": 2.011239265409248e-12, + "S": 2.0121122823457682e-10, + "I": 7.963544490507957e-09, + "C": 6.448782130519248e-08, + "R": 2.765277784533282e-08, + "M": 2.8212101824465208e-05, + "O": 5.330555836735584e-07, + "W": 5.473597616822978e-11, + "N": 6.2926591021250644e-12, + "Y": 0.0019432296976447105, + "U": 2.148896972907835e-13, + "K": 1.0133864233874412e-12, + "L": 1.110280436478206e-07, + "G": 2.9040191293461248e-05, + "F": 6.163888610899448e-05, + "E": 9.130974865101393e-10, + "T": 0.0003645083343144506, + "P": 5.371500719775213e-06, + "-": 0.9975672960281372 + }, + "id": "tp_17151" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2143877, + "label": "-", + "classification": { + "B": 6.648742001402752e-09, + "S": 1.9498280323659856e-07, + "I": 4.1502815406602167e-07, + "C": 9.770967608346837e-07, + "R": 1.5654450180591084e-07, + "M": 4.636774610844441e-05, + "O": 6.258362191147171e-06, + "W": 4.488498106525185e-08, + "N": 1.964982843105645e-08, + "Y": 0.003804991487413645, + "U": 5.387589263605719e-10, + "K": 9.65396012020392e-08, + "L": 4.5725255404249765e-07, + "G": 0.00021931574156042188, + "F": 0.0076965815387666225, + "E": 4.553771759674419e-06, + "T": 0.0006161288474686444, + "P": 0.0006024374160915613, + "-": 0.9870009422302246 + }, + "id": "tp_17152" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2144011, + "label": "-", + "classification": { + "B": 3.0137944917463244e-10, + "S": 2.7670566282722575e-08, + "I": 3.87752834285493e-08, + "C": 0.0003147954703308642, + "R": 1.742429412843194e-05, + "M": 0.0005209233495406806, + "O": 3.0123423130135052e-05, + "W": 1.2120882075805639e-08, + "N": 2.749990790640311e-10, + "Y": 0.06158784031867981, + "U": 1.5646539619496025e-11, + "K": 4.3786393177924765e-08, + "L": 1.488008456362877e-05, + "G": 0.013899598270654678, + "F": 0.004103305283933878, + "E": 7.574204801130691e-07, + "T": 0.002019202569499612, + "P": 2.004077487072209e-06, + "-": 0.9174890518188477 + }, + "id": "tp_17153" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2144144, + "label": "-", + "classification": { + "B": 1.6734491055103717e-06, + "S": 0.00019456080917734653, + "I": 0.00013695440429728478, + "C": 0.0008055151556618512, + "R": 0.000455681758467108, + "M": 0.005777583457529545, + "O": 0.003882157150655985, + "W": 7.56660956540145e-05, + "N": 1.3110116924508475e-05, + "Y": 0.37754055857658386, + "U": 5.4606967836434706e-08, + "K": 7.556268246844411e-05, + "L": 0.00011106242891401052, + "G": 0.02359548956155777, + "F": 0.04487632215023041, + "E": 3.467303395154886e-05, + "T": 0.059779681265354156, + "P": 0.0003822720900643617, + "-": 0.48226144909858704 + }, + "id": "tp_17154" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2144278, + "label": "-", + "classification": { + "B": 4.076237569705654e-09, + "S": 6.475075497291982e-05, + "I": 3.884671059495304e-06, + "C": 3.075789891227032e-06, + "R": 2.5448612177569885e-06, + "M": 0.0010279869893565774, + "O": 0.0003835464594885707, + "W": 6.606655006180517e-06, + "N": 4.686708336976153e-07, + "Y": 0.1249997615814209, + "U": 3.866227893389862e-10, + "K": 9.552855044603348e-05, + "L": 2.9608365821331972e-06, + "G": 0.006929413415491581, + "F": 0.12768909335136414, + "E": 1.6978196072159335e-05, + "T": 0.027532119303941727, + "P": 0.00014885864220559597, + "-": 0.7110924124717712 + }, + "id": "tp_17155" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2144378, + "label": "-", + "classification": { + "B": 9.056540051233242e-08, + "S": 2.4924008812376997e-07, + "I": 6.774540395326767e-08, + "C": 3.8659109691252524e-08, + "R": 1.9690684638362654e-08, + "M": 0.00034167864941991866, + "O": 1.3748968740401324e-05, + "W": 6.023789023146264e-09, + "N": 1.0515677217881603e-10, + "Y": 0.0007901911158114672, + "U": 7.44784062981646e-13, + "K": 2.6418741326528217e-12, + "L": 5.821252216264838e-06, + "G": 0.0002898014208767563, + "F": 0.0006327286246232688, + "E": 6.448686917792656e-07, + "T": 0.00011971273488597944, + "P": 7.819927122909576e-05, + "-": 0.99772709608078 + }, + "id": "tp_17156" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2144511, + "label": "-", + "classification": { + "B": 7.421692149733872e-09, + "S": 1.5131007558011333e-07, + "I": 5.618712251020952e-08, + "C": 1.0201529221376404e-06, + "R": 1.849637243367397e-07, + "M": 3.9789538277545944e-05, + "O": 3.1168904115475016e-06, + "W": 2.0480694473690164e-08, + "N": 2.390692754872248e-09, + "Y": 0.0007187615847215056, + "U": 1.7449552913717525e-10, + "K": 8.281190133629934e-08, + "L": 1.0270105121890083e-06, + "G": 0.0004298686399124563, + "F": 0.016570542007684708, + "E": 2.2989697754383087e-06, + "T": 0.00037126606912352145, + "P": 0.00036715526948682964, + "-": 0.981494665145874 + }, + "id": "tp_17157" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2144645, + "label": "-", + "classification": { + "B": 1.2621164963838583e-12, + "S": 1.3983045407325867e-12, + "I": 6.338778113512689e-11, + "C": 9.987821236734362e-09, + "R": 3.555611916006285e-10, + "M": 2.1414781770090485e-07, + "O": 1.34098354642731e-09, + "W": 2.766485228834076e-13, + "N": 7.463055509953492e-14, + "Y": 4.9589696573093534e-05, + "U": 7.592124865796798e-15, + "K": 2.631859452595364e-10, + "L": 6.567133503665445e-10, + "G": 0.00010228217433905229, + "F": 0.0014564323937520385, + "E": 8.747513824403086e-09, + "T": 3.3509666081954492e-06, + "P": 3.749649067685823e-06, + "-": 0.9983843564987183 + }, + "id": "tp_17158" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2144778, + "label": "-", + "classification": { + "B": 2.3979009711183608e-05, + "S": 7.826714863767847e-05, + "I": 0.00014216438285075128, + "C": 2.873619996535126e-05, + "R": 1.3173892511986196e-05, + "M": 0.002914925804361701, + "O": 0.0003451369411777705, + "W": 1.1480779903649818e-05, + "N": 6.65160951029975e-06, + "Y": 0.022761255502700806, + "U": 2.662813756160176e-07, + "K": 8.655400961288251e-06, + "L": 6.977854354772717e-05, + "G": 0.0038387482054531574, + "F": 0.018160903826355934, + "E": 0.00036502635339275, + "T": 0.010044470429420471, + "P": 0.0066373273730278015, + "-": 0.93454909324646 + }, + "id": "tp_17159" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2144878, + "label": "-", + "classification": { + "B": 5.1561008945834335e-18, + "S": 1.1835220795069915e-15, + "I": 1.8471509877215908e-09, + "C": 5.554076296099275e-12, + "R": 9.32324096397652e-13, + "M": 1.1550640305335591e-10, + "O": 9.924770207059286e-12, + "W": 6.877431075672088e-15, + "N": 2.2631462676114822e-13, + "Y": 1.1728405297617428e-05, + "U": 2.7146940091379336e-16, + "K": 5.3571786763628726e-12, + "L": 1.7917186289316545e-15, + "G": 1.0586255205780049e-09, + "F": 1.5512041784404573e-07, + "E": 6.124689644337877e-11, + "T": 2.267460814664446e-07, + "P": 2.2633583284914494e-05, + "-": 0.9999653100967407 + }, + "id": "tp_17160" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2145012, + "label": "-", + "classification": { + "B": 2.3612385918053702e-12, + "S": 3.321854125104551e-09, + "I": 1.0451432785885117e-07, + "C": 4.771689887661523e-08, + "R": 1.9134480666593845e-08, + "M": 3.952478073188104e-05, + "O": 6.624017601097876e-07, + "W": 2.7934307644805756e-10, + "N": 8.79578979096074e-11, + "Y": 0.06697043031454086, + "U": 2.0754221502191153e-14, + "K": 6.238531913282941e-10, + "L": 7.216730768533353e-09, + "G": 0.00011878356599481776, + "F": 0.0005475744837895036, + "E": 1.6969712746117693e-08, + "T": 0.006111734546720982, + "P": 2.480797775206156e-06, + "-": 0.9262085556983948 + }, + "id": "tp_17161" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2145145, + "label": "-", + "classification": { + "B": 1.7982995301202287e-11, + "S": 2.223038197968208e-09, + "I": 2.8092363990595004e-08, + "C": 1.8367461507295957e-06, + "R": 3.2953633422039275e-07, + "M": 2.270949880767148e-05, + "O": 1.0067265066027176e-06, + "W": 6.357629422915068e-10, + "N": 5.355843546439587e-11, + "Y": 0.005390963051468134, + "U": 1.0566048903870584e-12, + "K": 2.198522253138435e-09, + "L": 1.4653463153990742e-07, + "G": 0.0002681515470612794, + "F": 0.0006694017793051898, + "E": 5.4287095707650224e-08, + "T": 0.00048136545228771865, + "P": 5.229449470789405e-06, + "-": 0.993158757686615 + }, + "id": "tp_17162" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2145279, + "label": "-", + "classification": { + "B": 2.7497176233737264e-06, + "S": 2.5503217671030143e-07, + "I": 1.2075456652382854e-06, + "C": 1.0057009376396309e-06, + "R": 5.038918970967643e-07, + "M": 0.00013327693159226328, + "O": 2.5891844416037202e-05, + "W": 1.1346692474489828e-07, + "N": 1.0741064926378385e-08, + "Y": 0.0014041513204574585, + "U": 2.090715156555234e-09, + "K": 1.32504152094981e-09, + "L": 7.076107976899948e-06, + "G": 0.0002880240208469331, + "F": 0.0004859923501498997, + "E": 9.59459839577903e-07, + "T": 0.0003475022967904806, + "P": 0.0006145660299807787, + "-": 0.9966867566108704 + }, + "id": "tp_17163" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2145379, + "label": "-", + "classification": { + "B": 3.616532767702907e-11, + "S": 4.917077411903392e-09, + "I": 6.21182536519882e-08, + "C": 2.844475659458112e-07, + "R": 1.944578720269874e-08, + "M": 1.748522845446132e-05, + "O": 7.109952093742322e-07, + "W": 1.5544505682640875e-09, + "N": 1.811605643275982e-09, + "Y": 0.018412591889500618, + "U": 9.83277608640476e-12, + "K": 6.61925810163666e-07, + "L": 2.543931465481819e-08, + "G": 0.0008828347199596465, + "F": 0.012834583409130573, + "E": 3.5215771276853047e-06, + "T": 0.0008783284574747086, + "P": 9.991056140279397e-05, + "-": 0.9668688178062439 + }, + "id": "tp_17164" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2145512, + "label": "-", + "classification": { + "B": 2.397812259857801e-08, + "S": 8.125530257530045e-06, + "I": 2.090693442369229e-06, + "C": 8.661501851747744e-06, + "R": 3.3783244361984544e-06, + "M": 0.00018411476048640907, + "O": 7.819953316356987e-05, + "W": 1.5288692338799592e-06, + "N": 2.0549447299345047e-07, + "Y": 0.013225856237113476, + "U": 2.854899650017728e-09, + "K": 1.6528242667845916e-06, + "L": 4.335666289989604e-06, + "G": 0.0008138548582792282, + "F": 0.06091636046767235, + "E": 1.944051518876222e-06, + "T": 0.00377477565780282, + "P": 0.0006505792262032628, + "-": 0.9203242063522339 + }, + "id": "tp_17165" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2145646, + "label": "-", + "classification": { + "B": 6.671003660585484e-08, + "S": 3.227748265999253e-06, + "I": 4.915780664305203e-06, + "C": 2.9074873964418657e-05, + "R": 7.472302513633622e-06, + "M": 0.0020151182543486357, + "O": 0.00011869829904753715, + "W": 3.753504245196382e-07, + "N": 6.574622801736041e-08, + "Y": 0.12010711431503296, + "U": 8.193001832523805e-10, + "K": 6.893145609865314e-07, + "L": 2.6728534066933207e-05, + "G": 0.014838031493127346, + "F": 0.015720311552286148, + "E": 1.1632107089099009e-05, + "T": 0.01241096667945385, + "P": 7.2228598583024e-05, + "-": 0.8346334099769592 + }, + "id": "tp_17166" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2145779, + "label": "-", + "classification": { + "B": 3.815768678805398e-08, + "S": 2.1560552454502613e-08, + "I": 4.122474820178468e-06, + "C": 6.677310921077151e-06, + "R": 1.1548382872206275e-06, + "M": 0.00022822729079052806, + "O": 3.7576428439933807e-06, + "W": 1.0898548730153834e-08, + "N": 1.6979393890892425e-08, + "Y": 0.008104554377496243, + "U": 2.9074036511644863e-09, + "K": 4.3787964365549215e-09, + "L": 2.1513008050533244e-06, + "G": 0.0002753235457930714, + "F": 0.000438200804637745, + "E": 2.788116262308904e-06, + "T": 0.001946573960594833, + "P": 0.00028170537552796304, + "-": 0.9887046217918396 + }, + "id": "tp_17167" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2145879, + "label": "-", + "classification": { + "B": 5.862594854022518e-09, + "S": 3.639005115019245e-07, + "I": 1.0293011882822611e-06, + "C": 4.1034084574675944e-07, + "R": 9.637145836904892e-08, + "M": 1.691375109658111e-05, + "O": 4.500779141380917e-06, + "W": 7.270836732686803e-08, + "N": 9.701047787302741e-08, + "Y": 0.004914318677037954, + "U": 1.1109340114501265e-09, + "K": 1.580946263857186e-05, + "L": 1.3975930812648585e-07, + "G": 0.00036479582195170224, + "F": 0.06594794243574142, + "E": 3.893244866048917e-05, + "T": 0.00039835204370319843, + "P": 0.004431049805134535, + "-": 0.9238651990890503 + }, + "id": "tp_17168" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2146013, + "label": "-", + "classification": { + "B": 5.396220785769401e-07, + "S": 2.000150561798364e-05, + "I": 5.5214444728335366e-05, + "C": 5.911748667131178e-05, + "R": 9.408138794242404e-06, + "M": 0.001997727667912841, + "O": 0.0002889536553993821, + "W": 5.559712917602155e-06, + "N": 7.4626709647418465e-06, + "Y": 0.021474085748195648, + "U": 1.6902298227705614e-07, + "K": 6.765918806195259e-05, + "L": 2.9681381420232356e-05, + "G": 0.006977408193051815, + "F": 0.06071906164288521, + "E": 0.0006476221606135368, + "T": 0.009337467141449451, + "P": 0.006916886195540428, + "-": 0.8913859724998474 + }, + "id": "tp_17169" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2146146, + "label": "-", + "classification": { + "B": 5.099372479833164e-09, + "S": 5.8847245298920825e-08, + "I": 1.0905367275881872e-08, + "C": 1.0839929700523498e-06, + "R": 2.2808787036865397e-07, + "M": 3.418119013076648e-05, + "O": 6.39797190160607e-06, + "W": 1.032497465303095e-08, + "N": 2.3960150530299984e-10, + "Y": 0.0009294889168813825, + "U": 1.950667058436828e-11, + "K": 5.150986748247988e-09, + "L": 1.3737682138525997e-06, + "G": 0.00038067216519266367, + "F": 0.007960221730172634, + "E": 2.683823367988225e-07, + "T": 0.00010200872202403843, + "P": 5.047168815508485e-05, + "-": 0.9905334711074829 + }, + "id": "tp_17170" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2146280, + "label": "-", + "classification": { + "B": 4.900746475300366e-10, + "S": 9.93344739796953e-10, + "I": 8.743964663437964e-09, + "C": 4.2879313988386514e-10, + "R": 2.7810398428584904e-10, + "M": 2.759121571216383e-06, + "O": 2.1094651003750187e-07, + "W": 9.754382718218935e-11, + "N": 6.558241363169293e-12, + "Y": 3.1419760489370674e-05, + "U": 1.5817174772638637e-13, + "K": 1.0792391286207348e-12, + "L": 1.035053376341466e-08, + "G": 3.2821546938066604e-06, + "F": 5.0595957873156294e-05, + "E": 2.9438107063128882e-08, + "T": 4.497079771681456e-06, + "P": 0.00015994999557733536, + "-": 0.9997472167015076 + }, + "id": "tp_17171" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2146380, + "label": "-", + "classification": { + "B": 4.406327661854448e-06, + "S": 2.049828481176519e-06, + "I": 3.162231223541312e-05, + "C": 3.1089759886526735e-06, + "R": 1.1844346090583713e-06, + "M": 0.0002256530278827995, + "O": 4.5886754378443584e-05, + "W": 1.1154145340697141e-06, + "N": 1.716960809972079e-06, + "Y": 0.0018861588323488832, + "U": 1.9971824372078117e-07, + "K": 1.5730046243334073e-06, + "L": 6.557361757586477e-06, + "G": 0.00034880699240602553, + "F": 0.002607678296044469, + "E": 6.462299643317237e-05, + "T": 0.0013000993058085442, + "P": 0.010697911493480206, + "-": 0.9827694892883301 + }, + "id": "tp_17172" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2146513, + "label": "-", + "classification": { + "B": 2.291888456795732e-09, + "S": 2.104789409429486e-08, + "I": 0.0001631392224226147, + "C": 1.8438529991726682e-07, + "R": 1.9459318423287186e-07, + "M": 0.00011686029756674543, + "O": 2.299752168255509e-06, + "W": 4.02720257142164e-09, + "N": 2.1528802562897909e-07, + "Y": 0.016840334981679916, + "U": 2.640362373185212e-10, + "K": 2.277903199399134e-09, + "L": 8.338333401525233e-08, + "G": 0.0001759094011504203, + "F": 0.00012285223056096584, + "E": 7.350936812144937e-06, + "T": 0.01074392069131136, + "P": 0.006741502787917852, + "-": 0.9650851488113403 + }, + "id": "tp_17173" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2146647, + "label": "-", + "classification": { + "B": 5.376242853682989e-12, + "S": 7.338872620721304e-08, + "I": 8.037116572268133e-08, + "C": 3.880392185351411e-08, + "R": 9.87616832759386e-09, + "M": 4.963261017110199e-05, + "O": 2.569417347331182e-06, + "W": 8.308227883446762e-09, + "N": 3.2859659437889377e-09, + "Y": 0.10137464106082916, + "U": 2.082804198208499e-12, + "K": 0.0003074348496738821, + "L": 1.9754002877903076e-08, + "G": 0.00606241449713707, + "F": 0.04009019955992699, + "E": 6.776101145078428e-06, + "T": 0.00978976208716631, + "P": 1.7961192497750744e-05, + "-": 0.8422984480857849 + }, + "id": "tp_17174" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2146780, + "label": "-", + "classification": { + "B": 1.4223305421900284e-13, + "S": 7.512327565573074e-11, + "I": 4.1542005391193015e-09, + "C": 4.819400700739607e-08, + "R": 7.680062807935428e-09, + "M": 2.8239082894288003e-06, + "O": 1.0709575093414969e-07, + "W": 4.786734203454657e-11, + "N": 1.1383029935307931e-11, + "Y": 0.034502774477005005, + "U": 6.404298207203507e-14, + "K": 1.904015967113537e-08, + "L": 1.9540811191376406e-09, + "G": 0.0001953614701051265, + "F": 0.000826892675831914, + "E": 1.932698268092281e-08, + "T": 0.0004917341284453869, + "P": 2.399840241196216e-06, + "-": 0.9639778137207031 + }, + "id": "tp_17175" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2146880, + "label": "-", + "classification": { + "B": 4.438901503311943e-12, + "S": 2.6757280835454367e-08, + "I": 4.322522340061141e-09, + "C": 1.5656370422334476e-08, + "R": 2.2314369019227343e-08, + "M": 0.000808639102615416, + "O": 1.1654434274532832e-05, + "W": 5.428545946095653e-10, + "N": 2.0713487348944515e-12, + "Y": 0.25717893242836, + "U": 1.6879014798860595e-16, + "K": 2.747830608884616e-12, + "L": 3.840958129330829e-07, + "G": 0.0010966322151944041, + "F": 0.0011353256413713098, + "E": 2.649819919042784e-09, + "T": 0.013871519826352596, + "P": 3.529220649056697e-08, + "-": 0.7258967757225037 + }, + "id": "tp_17176" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2147014, + "label": "-", + "classification": { + "B": 3.1733227388031082e-06, + "S": 9.310988389188424e-06, + "I": 2.2354483007802628e-05, + "C": 3.8091985743449186e-07, + "R": 1.1925203580176458e-06, + "M": 0.002324857749044895, + "O": 0.000272692006547004, + "W": 8.005241056707746e-07, + "N": 1.6747763709190622e-07, + "Y": 0.012450031004846096, + "U": 4.5719223962237265e-09, + "K": 4.063925640451771e-09, + "L": 5.613895336864516e-05, + "G": 0.0017100233817473054, + "F": 0.0015863226726651192, + "E": 3.841149009531364e-06, + "T": 0.005441140383481979, + "P": 0.0010388822993263602, + "-": 0.9750787019729614 + }, + "id": "tp_17177" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2147147, + "label": "-", + "classification": { + "B": 3.411275168591077e-12, + "S": 3.773347953539563e-11, + "I": 3.7134979535835555e-09, + "C": 1.7823012163353802e-11, + "R": 1.5505707828822324e-11, + "M": 4.400519628688926e-07, + "O": 1.947534578050636e-08, + "W": 9.97833413118876e-12, + "N": 6.036359346400788e-12, + "Y": 1.439695006411057e-05, + "U": 8.05103122299318e-14, + "K": 6.291800305584239e-13, + "L": 1.5677543985237463e-10, + "G": 6.40622701553184e-08, + "F": 1.7204654795932584e-05, + "E": 8.442094245886267e-10, + "T": 2.0822417354793288e-05, + "P": 0.00018386842566542327, + "-": 0.9997630715370178 + }, + "id": "tp_17178" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2147281, + "label": "-", + "classification": { + "B": 2.813047537963964e-11, + "S": 3.1102831421492283e-10, + "I": 1.7126122742183725e-08, + "C": 4.684948540223388e-10, + "R": 2.4141683097056443e-10, + "M": 4.727015038952231e-06, + "O": 1.0302972697218138e-07, + "W": 3.5111726026659795e-11, + "N": 1.3579211539938019e-11, + "Y": 0.00012209097621962428, + "U": 1.0791768276533983e-13, + "K": 2.554680642377627e-13, + "L": 4.538688980204597e-09, + "G": 1.2191538871775265e-06, + "F": 2.537848376960028e-05, + "E": 2.6899102945066033e-09, + "T": 0.00011380194337107241, + "P": 6.162183854030445e-05, + "-": 0.9996709823608398 + }, + "id": "tp_17179" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2147381, + "label": "-", + "classification": { + "B": 1.7264763230162572e-10, + "S": 2.2785641817790747e-08, + "I": 9.744796614086226e-08, + "C": 7.133386770163952e-09, + "R": 1.9771180248540077e-09, + "M": 8.9439317889628e-06, + "O": 4.7515297296740755e-07, + "W": 1.035097785262451e-09, + "N": 1.2002399074617642e-09, + "Y": 0.002183429664000869, + "U": 1.2415066804466468e-12, + "K": 6.413050535059028e-09, + "L": 1.950825279095625e-09, + "G": 1.3101096556056291e-05, + "F": 9.180220513371751e-05, + "E": 1.0378051484849493e-07, + "T": 0.0011535827070474625, + "P": 8.566148608224466e-05, + "-": 0.9964627623558044 + }, + "id": "tp_17180" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2147514, + "label": "-", + "classification": { + "B": 5.273829817298292e-09, + "S": 6.438677502274004e-08, + "I": 2.937689203008631e-07, + "C": 8.575607921557094e-07, + "R": 1.5785799689638225e-07, + "M": 2.7116224373457953e-05, + "O": 1.6025471722969087e-06, + "W": 1.4422091076937704e-08, + "N": 6.103157534909087e-09, + "Y": 0.0005253648268990219, + "U": 2.519218167407189e-10, + "K": 1.1035830027594784e-07, + "L": 1.4671471149085846e-07, + "G": 5.666217839461751e-05, + "F": 0.00388096715323627, + "E": 2.547300709920819e-06, + "T": 0.00024101104645524174, + "P": 0.0006277963984757662, + "-": 0.9946354031562805 + }, + "id": "tp_17181" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2147648, + "label": "-", + "classification": { + "B": 1.039290320470343e-10, + "S": 1.830946678993417e-11, + "I": 2.91472019853245e-08, + "C": 1.1641503316894841e-09, + "R": 1.0369454427061608e-11, + "M": 1.216397382819423e-08, + "O": 2.4038646628810056e-09, + "W": 1.1786583861694844e-11, + "N": 3.3323452330868975e-10, + "Y": 8.021430630833493e-07, + "U": 3.4612228447944426e-12, + "K": 5.099686783971435e-10, + "L": 2.2386467679602617e-11, + "G": 1.3482414829013578e-07, + "F": 7.455520244548097e-05, + "E": 4.471309580367233e-07, + "T": 1.6971323191228294e-07, + "P": 0.058943867683410645, + "-": 0.9409798979759216 + }, + "id": "tp_17182" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2147781, + "label": "-", + "classification": { + "B": 9.428490106710985e-12, + "S": 1.9734120587644455e-11, + "I": 8.842335773806553e-06, + "C": 4.4293315681898093e-08, + "R": 1.7458088308330844e-09, + "M": 8.856365418807854e-09, + "O": 9.255704647159746e-09, + "W": 2.949465116586225e-10, + "N": 6.438128252739261e-08, + "Y": 1.1639575632216292e-06, + "U": 3.603806975061019e-10, + "K": 1.8710318272496806e-07, + "L": 4.124806399219416e-11, + "G": 1.5239970707625616e-07, + "F": 3.9881102566141635e-05, + "E": 4.0688769331609365e-06, + "T": 4.211038344692497e-07, + "P": 0.3097223937511444, + "-": 0.6902228593826294 + }, + "id": "tp_17183" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2147881, + "label": "-", + "classification": { + "B": 2.0539690837040325e-08, + "S": 3.938770376521461e-08, + "I": 2.482684431015514e-05, + "C": 1.5747345116778888e-07, + "R": 1.2779269198404108e-08, + "M": 1.612374376236403e-06, + "O": 5.260355919745052e-07, + "W": 3.412618099218889e-08, + "N": 1.7279422763749608e-06, + "Y": 2.6342810087953694e-05, + "U": 3.082632105133598e-08, + "K": 2.0900724848615937e-06, + "L": 1.605676303029213e-08, + "G": 2.6429361241753213e-06, + "F": 0.0006185940001159906, + "E": 0.00011183736933162436, + "T": 3.990487675764598e-05, + "P": 0.464499831199646, + "-": 0.5346696972846985 + }, + "id": "tp_17184" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2148015, + "label": "P", + "classification": { + "B": 8.720174027310179e-10, + "S": 4.693632149610494e-10, + "I": 4.632347554434091e-07, + "C": 1.0932377225714163e-09, + "R": 5.6935661046919606e-11, + "M": 2.185852032710045e-08, + "O": 1.0586047594074444e-08, + "W": 5.717881168543215e-10, + "N": 1.748099620613175e-08, + "Y": 2.03984882318764e-06, + "U": 1.2245425506929308e-10, + "K": 3.801516257340154e-08, + "L": 1.224750439954292e-10, + "G": 1.7241791283595376e-07, + "F": 0.00045801352825947106, + "E": 1.0490839486010373e-05, + "T": 6.695232741549262e-07, + "P": 0.5019388198852539, + "-": 0.4975892901420593 + }, + "id": "tp_17185" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2148148, + "label": "P", + "classification": { + "B": 3.4002706181843027e-15, + "S": 1.173050846454797e-15, + "I": 3.7086471671443633e-09, + "C": 7.6370686033847e-14, + "R": 5.701551880327291e-16, + "M": 4.020206476745836e-12, + "O": 2.8195284648702135e-13, + "W": 8.897789943330806e-16, + "N": 3.4208252550071983e-12, + "Y": 9.465951356091296e-10, + "U": 2.708790718891163e-16, + "K": 2.8258488214347177e-13, + "L": 4.292181435626945e-16, + "G": 5.976102251947779e-11, + "F": 7.46448108657205e-07, + "E": 3.022377015327038e-08, + "T": 1.4999237962776135e-10, + "P": 0.9387941956520081, + "-": 0.06120498105883598 + }, + "id": "tp_17186" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2148282, + "label": "P", + "classification": { + "B": 2.9915010912873186e-08, + "S": 5.180790019210235e-09, + "I": 9.458953513785673e-07, + "C": 9.45194589263565e-09, + "R": 3.222314082229616e-10, + "M": 2.1684758877427157e-08, + "O": 3.727238961914736e-08, + "W": 2.858060677013441e-09, + "N": 6.063352486762597e-08, + "Y": 4.1327717781314277e-07, + "U": 4.2336487093841413e-10, + "K": 3.3622271633504397e-09, + "L": 5.482198028872176e-10, + "G": 2.1831888830092794e-07, + "F": 3.31961055053398e-05, + "E": 4.4720427467837e-06, + "T": 8.070165335993806e-07, + "P": 0.8522315621376038, + "-": 0.1477283239364624 + }, + "id": "tp_17187" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2148382, + "label": "-", + "classification": { + "B": 2.9282333444813477e-15, + "S": 1.8827009788950806e-14, + "I": 1.0374161599213672e-11, + "C": 9.962703269783199e-15, + "R": 1.8666301963170452e-16, + "M": 9.941477328856418e-12, + "O": 4.695349577893415e-12, + "W": 4.151678627891276e-15, + "N": 2.2019443085834374e-14, + "Y": 1.5017541654671618e-09, + "U": 2.5063876962822158e-17, + "K": 2.6442073153992197e-15, + "L": 8.474611224091374e-15, + "G": 9.733645139897718e-11, + "F": 1.7695767382974736e-05, + "E": 1.100277022270113e-10, + "T": 1.7776107252842621e-09, + "P": 0.026107758283615112, + "-": 0.973874568939209 + }, + "id": "tp_17188" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2148515, + "label": "-", + "classification": { + "B": 2.619584583973822e-11, + "S": 6.8261689703530415e-12, + "I": 1.9141536355959943e-08, + "C": 2.6636562400206287e-10, + "R": 8.83766237275152e-12, + "M": 2.379950103659212e-08, + "O": 1.4501515543940968e-09, + "W": 3.1870825423219173e-12, + "N": 5.835506383666811e-11, + "Y": 2.8970746370760025e-06, + "U": 7.877981578717497e-13, + "K": 1.7599684210001243e-10, + "L": 2.6922533646889235e-11, + "G": 2.4847065560607007e-07, + "F": 0.00010991411545546725, + "E": 1.1029236901549666e-07, + "T": 6.296324386312335e-07, + "P": 0.011015179567039013, + "-": 0.9888710379600525 + }, + "id": "tp_17189" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2148649, + "label": "P", + "classification": { + "B": 2.9060160500193888e-08, + "S": 1.0791595173031965e-08, + "I": 0.00014993082731962204, + "C": 8.414632475250983e-07, + "R": 3.4286198768995746e-08, + "M": 4.994577466277406e-06, + "O": 3.576191147658392e-07, + "W": 6.430351806585577e-09, + "N": 1.3785769397145486e-06, + "Y": 2.085866617562715e-05, + "U": 6.017825349147188e-09, + "K": 3.039638984958515e-09, + "L": 2.8540569019241957e-08, + "G": 4.454461759451078e-06, + "F": 3.675593688967638e-05, + "E": 2.1989013475831598e-05, + "T": 4.9851769290398806e-05, + "P": 0.6001802086830139, + "-": 0.3995283544063568 + }, + "id": "tp_17190" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2148782, + "label": "-", + "classification": { + "B": 2.4776123375147563e-09, + "S": 7.921013178702196e-09, + "I": 2.2457557861343957e-05, + "C": 1.3718749869440217e-07, + "R": 1.0765788260869158e-08, + "M": 1.005872377390915e-06, + "O": 2.7356779241927143e-07, + "W": 5.705476091577566e-09, + "N": 6.531823260047531e-07, + "Y": 1.968552896869369e-05, + "U": 3.3986466974056384e-09, + "K": 1.0067740419117399e-07, + "L": 4.553047272537469e-09, + "G": 2.3662846615479793e-06, + "F": 0.00017024410772137344, + "E": 1.517674627393717e-05, + "T": 2.3702948965365067e-05, + "P": 0.46431678533554077, + "-": 0.5354272723197937 + }, + "id": "tp_17191" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2148882, + "label": "P", + "classification": { + "B": 2.884121830248887e-09, + "S": 4.111739393408698e-09, + "I": 1.6597126887063496e-05, + "C": 6.933986274049175e-09, + "R": 1.8697523529453974e-09, + "M": 5.035418837451289e-08, + "O": 9.234177156258738e-08, + "W": 6.687468356858517e-09, + "N": 7.32924149815517e-07, + "Y": 3.4934957966470392e-06, + "U": 7.756691955407291e-10, + "K": 7.479362551521263e-08, + "L": 2.6684948695177013e-10, + "G": 4.878297090726846e-07, + "F": 9.311045869253576e-05, + "E": 1.0375732927059289e-05, + "T": 2.9359382551774615e-06, + "P": 0.8200006484985352, + "-": 0.17987138032913208 + }, + "id": "tp_17192" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2149016, + "label": "-", + "classification": { + "B": 1.021947149126845e-08, + "S": 1.9148129748458587e-09, + "I": 1.143546342063928e-05, + "C": 1.9168025744420447e-07, + "R": 2.8168363641611904e-08, + "M": 1.907723572003306e-06, + "O": 1.7437331223391084e-07, + "W": 4.7968646832430295e-09, + "N": 7.873688190329631e-08, + "Y": 0.00010167610162170604, + "U": 1.954382433666524e-09, + "K": 1.2143523520080635e-07, + "L": 5.7704179212692e-09, + "G": 1.3186172509449534e-05, + "F": 0.0007032598368823528, + "E": 2.5352714146720245e-05, + "T": 1.7928285160451196e-05, + "P": 0.11410218477249146, + "-": 0.8850225210189819 + }, + "id": "tp_17193" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2149149, + "label": "P", + "classification": { + "B": 2.0313934783189325e-06, + "S": 2.007864850384067e-06, + "I": 0.01260510552674532, + "C": 4.931044895783998e-05, + "R": 1.6327601770171896e-05, + "M": 6.152506830403581e-05, + "O": 2.183628748753108e-05, + "W": 1.6866140413185349e-06, + "N": 0.0007203436689451337, + "Y": 0.0002194770349888131, + "U": 1.6714249113647384e-06, + "K": 1.7276644939556718e-05, + "L": 1.5963699979693047e-06, + "G": 0.0002606734342407435, + "F": 0.0004098684003110975, + "E": 0.0013488050317391753, + "T": 0.0005299985059536994, + "P": 0.9085292816162109, + "-": 0.07520122081041336 + }, + "id": "tp_17194" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2149283, + "label": "P", + "classification": { + "B": 1.775829816530461e-09, + "S": 1.7083136016893263e-09, + "I": 2.0955894797225483e-06, + "C": 5.039001660378517e-09, + "R": 6.517825168472768e-11, + "M": 4.5508136281569023e-07, + "O": 1.897058510280658e-08, + "W": 4.10564943154057e-10, + "N": 4.2137806133268896e-08, + "Y": 1.4524130165227689e-06, + "U": 6.76547984301834e-11, + "K": 3.9773913051988075e-09, + "L": 8.118967165238189e-10, + "G": 4.554530050882022e-07, + "F": 0.0004183978890068829, + "E": 5.903040073462762e-05, + "T": 1.5649235365344794e-06, + "P": 0.6411889791488647, + "-": 0.3583275377750397 + }, + "id": "tp_17195" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2149383, + "label": "P", + "classification": { + "B": 1.684963706338749e-07, + "S": 3.2261937121802475e-07, + "I": 0.00018403620924800634, + "C": 5.924489343556161e-08, + "R": 7.324056916502286e-09, + "M": 9.796513040782884e-07, + "O": 4.426402711033006e-07, + "W": 4.62832829839499e-08, + "N": 4.163093399256468e-05, + "Y": 1.126489451053203e-06, + "U": 2.5697859840079218e-08, + "K": 3.8500849086631206e-07, + "L": 9.305194836883857e-09, + "G": 7.771053560645669e-07, + "F": 1.992023862840142e-05, + "E": 0.00012343616981524974, + "T": 1.5169470316322986e-05, + "P": 0.9890511631965637, + "-": 0.010560266673564911 + }, + "id": "tp_17196" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2149516, + "label": "P", + "classification": { + "B": 4.1621542909257847e-13, + "S": 4.413521631496664e-12, + "I": 3.6968418726246455e-07, + "C": 7.266161006214134e-10, + "R": 8.163995521281997e-12, + "M": 1.8402183110666215e-09, + "O": 5.162750227327706e-10, + "W": 1.545449879181149e-11, + "N": 1.6748485265338786e-08, + "Y": 3.6908076594954764e-07, + "U": 1.2391680563605956e-11, + "K": 1.488872840127442e-06, + "L": 3.907686077931488e-13, + "G": 3.758424682587247e-08, + "F": 0.00026388384867459536, + "E": 2.5197317881975323e-05, + "T": 1.6303307859288907e-07, + "P": 0.519182562828064, + "-": 0.4805258810520172 + }, + "id": "tp_17197" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2149650, + "label": "-", + "classification": { + "B": 1.4936273329269056e-09, + "S": 2.7582269801484927e-09, + "I": 7.37273512640968e-06, + "C": 2.3631120882328105e-07, + "R": 2.2835003221644e-08, + "M": 6.891666544106556e-07, + "O": 2.862574319806299e-07, + "W": 2.261011822213277e-08, + "N": 3.554379759407311e-07, + "Y": 7.463787915185094e-05, + "U": 9.125838751344872e-09, + "K": 3.15241668431554e-05, + "L": 3.0282567564654528e-09, + "G": 1.308572700509103e-05, + "F": 0.0018496365519240499, + "E": 0.00011527125025168061, + "T": 1.1525458830874413e-05, + "P": 0.07240280508995056, + "-": 0.9254924654960632 + }, + "id": "tp_17198" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2149783, + "label": "-", + "classification": { + "B": 3.513163164825528e-06, + "S": 6.2640915530209895e-06, + "I": 0.0005503941210918128, + "C": 1.7054282579920255e-05, + "R": 2.092650447593769e-06, + "M": 0.00034523403155617416, + "O": 4.649436232284643e-05, + "W": 3.816300704784226e-06, + "N": 7.240405102493241e-05, + "Y": 0.0019669528119266033, + "U": 8.473250545648625e-07, + "K": 0.00010587907308945432, + "L": 1.7887238072944456e-06, + "G": 0.00030606024665758014, + "F": 0.0032378998585045338, + "E": 0.0032628809567540884, + "T": 0.0014836271293461323, + "P": 0.35763564705848694, + "-": 0.6309511661529541 + }, + "id": "tp_17199" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2149883, + "label": "P", + "classification": { + "B": 3.3229891727160066e-08, + "S": 4.075962678484757e-09, + "I": 3.0392432108783396e-06, + "C": 4.760579841445178e-08, + "R": 2.627932538246114e-09, + "M": 3.831292190170643e-07, + "O": 1.1027735524749005e-07, + "W": 4.844925349800633e-09, + "N": 1.300443415175323e-07, + "Y": 7.312609795917524e-06, + "U": 1.7619025127757482e-09, + "K": 5.6320828889511176e-08, + "L": 2.118117681249032e-09, + "G": 1.1097401966253528e-06, + "F": 0.00019559670181479305, + "E": 2.2661435650661588e-05, + "T": 6.196567937877262e-06, + "P": 0.5791875123977661, + "-": 0.4205757975578308 + }, + "id": "tp_17200" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2150017, + "label": "P", + "classification": { + "B": 2.725154324423329e-09, + "S": 2.482644756440777e-09, + "I": 1.6015935671020998e-06, + "C": 2.521966635526951e-09, + "R": 3.069743764738675e-11, + "M": 7.846506377973128e-08, + "O": 1.9841534637521363e-08, + "W": 7.304984950273763e-10, + "N": 4.152117938360789e-08, + "Y": 1.2267904594409629e-06, + "U": 1.6585575968175448e-10, + "K": 9.553409174856142e-10, + "L": 6.353403358971832e-10, + "G": 1.2763032941620622e-07, + "F": 2.9970358809805475e-05, + "E": 4.148093012190657e-06, + "T": 1.83339079740108e-06, + "P": 0.8090022206306458, + "-": 0.1909586638212204 + }, + "id": "tp_17201" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2150150, + "label": "-", + "classification": { + "B": 1.7528441198511047e-10, + "S": 8.857772154646781e-11, + "I": 2.1527326055093e-07, + "C": 1.8583747873890388e-09, + "R": 2.702096532636311e-11, + "M": 5.14237790127936e-08, + "O": 8.363807424416336e-09, + "W": 8.460112471686543e-11, + "N": 3.882727472870329e-09, + "Y": 7.919033464531822e-07, + "U": 2.108010467571919e-11, + "K": 3.4884759525510844e-09, + "L": 6.191392537546747e-11, + "G": 1.7817139053022402e-07, + "F": 0.00012130591494496912, + "E": 3.210409659004654e-06, + "T": 9.65421008913836e-07, + "P": 0.3096493184566498, + "-": 0.6902239322662354 + }, + "id": "tp_17202" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2150250, + "label": "P", + "classification": { + "B": 4.4658141074016555e-10, + "S": 7.770556975650322e-10, + "I": 2.7841188057209365e-05, + "C": 1.4341948073592903e-08, + "R": 1.7923956763254978e-09, + "M": 3.185434138686105e-08, + "O": 1.4005923532067754e-08, + "W": 6.241984151778013e-10, + "N": 3.746723393760476e-07, + "Y": 1.8648680679689278e-06, + "U": 6.283781273097588e-10, + "K": 7.655931710814912e-08, + "L": 3.557877881199545e-10, + "G": 5.026337248636992e-07, + "F": 5.865007551619783e-05, + "E": 1.2256474292371422e-05, + "T": 1.5607968180120224e-06, + "P": 0.8466910123825073, + "-": 0.15320594608783722 + }, + "id": "tp_17203" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2150384, + "label": "-", + "classification": { + "B": 1.4966614614309037e-09, + "S": 5.815690595767364e-09, + "I": 2.798031346173957e-05, + "C": 1.6186019138331176e-06, + "R": 2.0373161646602966e-07, + "M": 3.467720546268538e-07, + "O": 3.34933190515585e-07, + "W": 2.0151395219158985e-08, + "N": 8.298851525978534e-07, + "Y": 2.6244268156006e-05, + "U": 1.1199138505446626e-08, + "K": 9.825549796005362e-07, + "L": 5.637018851700759e-09, + "G": 6.068874881748343e-06, + "F": 0.0011523875873535872, + "E": 2.2384399926522747e-05, + "T": 7.408970304823015e-06, + "P": 0.408509761095047, + "-": 0.5902433395385742 + }, + "id": "tp_17204" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2150517, + "label": "-", + "classification": { + "B": 4.1415593177163146e-10, + "S": 1.000229787884166e-09, + "I": 1.265893729396339e-06, + "C": 3.1214599793827347e-09, + "R": 3.05050512627858e-10, + "M": 5.838791850010239e-08, + "O": 3.941421411468582e-08, + "W": 9.166639669544452e-10, + "N": 2.947172639267137e-08, + "Y": 2.775745542749064e-06, + "U": 1.465086801877291e-10, + "K": 9.898847963540902e-09, + "L": 4.3725148501927436e-10, + "G": 2.6539308350947977e-07, + "F": 0.00032849350827746093, + "E": 4.015538706880761e-06, + "T": 1.8849353864425211e-06, + "P": 0.24263893067836761, + "-": 0.7570223212242126 + }, + "id": "tp_17205" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2150651, + "label": "-", + "classification": { + "B": 5.691064286494907e-10, + "S": 2.100089657730564e-09, + "I": 1.4411521078727674e-05, + "C": 1.5632238614671223e-07, + "R": 4.232744377219433e-09, + "M": 4.2737769945233595e-07, + "O": 8.18348055986462e-08, + "W": 3.776064794180911e-09, + "N": 4.1488220858809655e-07, + "Y": 7.093487511156127e-06, + "U": 1.4429617500866243e-09, + "K": 1.0060008293066858e-07, + "L": 1.6273302705371862e-09, + "G": 8.732292826607591e-07, + "F": 0.0008818580536171794, + "E": 3.2813812140375376e-05, + "T": 3.516651531754178e-06, + "P": 0.4587526321411133, + "-": 0.5403056144714355 + }, + "id": "tp_17206" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2150751, + "label": "-", + "classification": { + "B": 1.1770459051874127e-09, + "S": 2.346216998461159e-09, + "I": 4.980301127943676e-06, + "C": 2.5508418843855907e-07, + "R": 1.610323785428136e-08, + "M": 2.2460147874880931e-07, + "O": 1.3689005129435827e-07, + "W": 4.374399065198986e-09, + "N": 1.268184206537626e-07, + "Y": 2.8383330572978593e-05, + "U": 2.8611832902925016e-09, + "K": 5.609676918538753e-07, + "L": 2.362315010273619e-09, + "G": 3.026867943844991e-06, + "F": 0.000739759299904108, + "E": 9.626422979636118e-06, + "T": 6.279021363297943e-06, + "P": 0.13988196849822998, + "-": 0.85932457447052 + }, + "id": "tp_17207" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2150884, + "label": "-", + "classification": { + "B": 0.00012204750237287953, + "S": 0.00019235900253988802, + "I": 0.008660334162414074, + "C": 0.0021687569096684456, + "R": 0.0003160785709042102, + "M": 0.004936628043651581, + "O": 0.0011744375806301832, + "W": 0.00014895798813086003, + "N": 0.0011381335789337754, + "Y": 0.015227637253701687, + "U": 0.00011954908404732123, + "K": 0.0001851638953667134, + "L": 0.0003088947560172528, + "G": 0.004269877914339304, + "F": 0.009366595186293125, + "E": 0.007970836013555527, + "T": 0.016340745612978935, + "P": 0.293138712644577, + "-": 0.6342142224311829 + }, + "id": "tp_17208" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2151018, + "label": "P", + "classification": { + "B": 6.646249102828551e-15, + "S": 1.2904466483289277e-14, + "I": 2.8203727353570684e-08, + "C": 9.91901656297034e-13, + "R": 1.0744106410218342e-14, + "M": 7.816106269153966e-12, + "O": 2.278272622641131e-12, + "W": 2.3471584512145885e-14, + "N": 1.7230185334060621e-10, + "Y": 5.0518487171302695e-09, + "U": 2.8930457747315674e-14, + "K": 2.7634142196752975e-10, + "L": 7.810992673653152e-16, + "G": 7.717346900415478e-11, + "F": 1.7626834960537963e-06, + "E": 2.011139343949253e-07, + "T": 1.8193748729800063e-09, + "P": 0.8462435007095337, + "-": 0.15375448763370514 + }, + "id": "tp_17209" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2151151, + "label": "-", + "classification": { + "B": 3.042455523627474e-11, + "S": 1.6010245212916274e-11, + "I": 1.844560770791759e-08, + "C": 3.189379871315623e-10, + "R": 1.0943222890358317e-11, + "M": 2.1610133682514743e-09, + "O": 2.063658577355909e-09, + "W": 3.069594925464436e-11, + "N": 1.7342144387200165e-10, + "Y": 1.5790061524967314e-07, + "U": 1.9965919108994035e-12, + "K": 9.951880985958894e-11, + "L": 1.2762776079033866e-11, + "G": 2.054598979839284e-08, + "F": 0.0001976744388230145, + "E": 1.302074537079534e-07, + "T": 4.978936729571615e-08, + "P": 0.1720086634159088, + "-": 0.8277931809425354 + }, + "id": "tp_17210" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2151251, + "label": "-", + "classification": { + "B": 1.416101991225105e-08, + "S": 1.030026908210857e-08, + "I": 1.7330759874312207e-05, + "C": 2.0090288899154984e-07, + "R": 8.84465123363043e-09, + "M": 9.988353895096225e-07, + "O": 4.719793480489898e-07, + "W": 1.5189312918550968e-08, + "N": 1.2002439007119392e-06, + "Y": 7.474716312572127e-06, + "U": 4.577199064215165e-09, + "K": 3.4501451295909646e-07, + "L": 5.842546890733047e-09, + "G": 2.0626339392038062e-06, + "F": 0.0006754551432095468, + "E": 9.545034845359623e-05, + "T": 9.232094271283131e-06, + "P": 0.49482694268226624, + "-": 0.5043628215789795 + }, + "id": "tp_17211" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2151385, + "label": "-", + "classification": { + "B": 1.8834314663429552e-10, + "S": 3.752816113422597e-10, + "I": 1.2010193131573033e-05, + "C": 9.4196998645657e-08, + "R": 1.0955503171317105e-08, + "M": 2.1803323591029766e-07, + "O": 9.49962952745409e-08, + "W": 1.569994023675747e-09, + "N": 1.3141733745669626e-07, + "Y": 1.4434018339670729e-05, + "U": 1.2606141686077876e-09, + "K": 1.0666098226863596e-08, + "L": 1.6830153937164027e-09, + "G": 8.697201110408059e-07, + "F": 5.065375080448575e-05, + "E": 2.3620777938049287e-06, + "T": 1.9926848835893907e-05, + "P": 0.16619382798671722, + "-": 0.8337053060531616 + }, + "id": "tp_17212" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2151518, + "label": "P", + "classification": { + "B": 3.064029666585157e-15, + "S": 1.3816986724069359e-15, + "I": 4.111484486202244e-09, + "C": 1.0431967654078375e-13, + "R": 5.343309142044096e-15, + "M": 3.757684810014317e-13, + "O": 1.3537337483632284e-12, + "W": 4.933427781285372e-15, + "N": 3.792203964042562e-12, + "Y": 1.9848261922916777e-10, + "U": 7.457573470367215e-16, + "K": 4.377284328733154e-14, + "L": 5.172454338011668e-16, + "G": 1.0878806536163133e-11, + "F": 1.0668485117548698e-07, + "E": 3.3823036038604926e-10, + "T": 3.474659171498473e-10, + "P": 0.7673344612121582, + "-": 0.23266543447971344 + }, + "id": "tp_17213" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2151652, + "label": "-", + "classification": { + "B": 7.388746503522725e-09, + "S": 4.452261226361998e-09, + "I": 6.731365829182323e-06, + "C": 4.973412046638259e-07, + "R": 1.195693943856213e-08, + "M": 3.921414304386417e-07, + "O": 1.576704278249963e-07, + "W": 2.3532533699466285e-09, + "N": 2.4196347681026964e-07, + "Y": 1.7041507817339152e-05, + "U": 4.0972207848710696e-09, + "K": 5.513836853765497e-08, + "L": 6.6406609100511105e-09, + "G": 6.815832875872729e-06, + "F": 0.0004343846521805972, + "E": 2.1569025193457492e-05, + "T": 8.446084393654019e-06, + "P": 0.4495568573474884, + "-": 0.5499467253684998 + }, + "id": "tp_17214" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2151752, + "label": "-", + "classification": { + "B": 4.847614026366092e-15, + "S": 2.5768870425755793e-15, + "I": 8.311499044566517e-09, + "C": 1.4808801754306877e-11, + "R": 3.533703548958683e-13, + "M": 1.0634816638432909e-10, + "O": 6.81177250022591e-12, + "W": 2.0332053505016032e-14, + "N": 4.066633748495141e-12, + "Y": 1.2236860413850081e-07, + "U": 6.6712759618046e-15, + "K": 1.2885209392521357e-12, + "L": 9.407828079662905e-15, + "G": 1.7822310294235422e-09, + "F": 9.887446594802896e-07, + "E": 3.8357921283704854e-09, + "T": 2.129227461011851e-08, + "P": 0.1002892553806305, + "-": 0.8997097015380859 + }, + "id": "tp_17215" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2151885, + "label": "-", + "classification": { + "B": 1.526359305614733e-08, + "S": 4.6222777427828987e-07, + "I": 2.6070034436997958e-05, + "C": 1.4633011460318812e-06, + "R": 1.7160459719889332e-07, + "M": 1.7995117786995252e-06, + "O": 2.6076784251927165e-06, + "W": 5.113165570946876e-07, + "N": 5.953890195087297e-06, + "Y": 0.00018404703587293625, + "U": 4.3559541751392317e-08, + "K": 6.998707249294966e-05, + "L": 2.2905895846747626e-08, + "G": 2.136438160960097e-05, + "F": 0.027048857882618904, + "E": 0.0004076114564668387, + "T": 3.343381467857398e-05, + "P": 0.35673025250434875, + "-": 0.6154653429985046 + }, + "id": "tp_17216" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2152019, + "label": "-", + "classification": { + "B": 2.370374652116425e-08, + "S": 9.760551620274782e-07, + "I": 9.9316939667915e-06, + "C": 4.2501564166741446e-05, + "R": 7.624675617989851e-06, + "M": 0.00012908132339362055, + "O": 2.909188151534181e-05, + "W": 5.374791385293065e-07, + "N": 4.980132075615984e-07, + "Y": 0.008172320201992989, + "U": 5.8746724818092844e-08, + "K": 5.1404754231043626e-06, + "L": 4.763379820360569e-06, + "G": 0.0005137057160027325, + "F": 0.01971229538321495, + "E": 2.5031909899553284e-05, + "T": 0.001260644174180925, + "P": 0.0026460851076990366, + "-": 0.967439591884613 + }, + "id": "tp_17217" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2152152, + "label": "P", + "classification": { + "B": 0.00022311933571472764, + "S": 0.00011329135304549709, + "I": 0.06872963160276413, + "C": 0.0009882706217467785, + "R": 0.0002970659115817398, + "M": 0.0023599767591804266, + "O": 0.0009752750629559159, + "W": 0.00012086421338608488, + "N": 0.002622344996780157, + "Y": 0.00731907831504941, + "U": 2.77743638434913e-05, + "K": 2.2070998966228217e-05, + "L": 0.00020902353571727872, + "G": 0.003062007250264287, + "F": 0.0018629672704264522, + "E": 0.004523853771388531, + "T": 0.006296188570559025, + "P": 0.6441839337348938, + "-": 0.2560632824897766 + }, + "id": "tp_17218" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2152252, + "label": "Y", + "classification": { + "B": 9.670776489656419e-05, + "S": 0.0049225687980651855, + "I": 0.12824437022209167, + "C": 0.001980685396119952, + "R": 0.0010279600974172354, + "M": 0.008310109376907349, + "O": 0.0023469149600714445, + "W": 0.0005691620172001421, + "N": 0.035561662167310715, + "Y": 0.4510141611099243, + "U": 7.79896890890086e-06, + "K": 0.047542277723550797, + "L": 0.00015805888688191772, + "G": 0.08048103749752045, + "F": 0.059593018144369125, + "E": 0.04047992080450058, + "T": 0.0970010831952095, + "P": 0.015355938114225864, + "-": 0.02530653402209282 + }, + "id": "tp_17219" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2152386, + "label": "P", + "classification": { + "B": 0.0011157345725223422, + "S": 0.0010559684596955776, + "I": 0.19741159677505493, + "C": 0.0036395443603396416, + "R": 0.0012637299951165915, + "M": 0.015584121458232403, + "O": 0.003102672751992941, + "W": 0.00045495538506656885, + "N": 0.010447075590491295, + "Y": 0.09050673246383667, + "U": 0.00010084413224831223, + "K": 0.0009359422838315368, + "L": 0.0007453202269971371, + "G": 0.020129369571805, + "F": 0.0131120840087533, + "E": 0.02895495295524597, + "T": 0.02305569313466549, + "P": 0.32548433542251587, + "-": 0.2628993093967438 + }, + "id": "tp_17220" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2152519, + "label": "P", + "classification": { + "B": 1.462598993384745e-05, + "S": 3.8799447793280706e-05, + "I": 0.14775553345680237, + "C": 8.843106479616836e-05, + "R": 7.90691228758078e-06, + "M": 0.0001917201152537018, + "O": 6.752845365554094e-05, + "W": 9.541887266095728e-06, + "N": 0.006111375521868467, + "Y": 0.0006248872959986329, + "U": 6.95768790137663e-07, + "K": 1.3163184121367522e-05, + "L": 4.029230694868602e-06, + "G": 0.0003708322474267334, + "F": 0.0003570286207832396, + "E": 0.009571290574967861, + "T": 0.0004168774757999927, + "P": 0.8121936917304993, + "-": 0.02216200716793537 + }, + "id": "tp_17221" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2152653, + "label": "I", + "classification": { + "B": 9.411338623976917e-07, + "S": 1.0038531399914064e-05, + "I": 0.9451699256896973, + "C": 0.00042734856833703816, + "R": 5.959349437034689e-05, + "M": 0.00015603678184561431, + "O": 1.9124270693282597e-05, + "W": 1.7146016944025178e-06, + "N": 0.010767847299575806, + "Y": 0.03493137285113335, + "U": 1.2942566129936495e-08, + "K": 2.097799733746797e-05, + "L": 8.992428774945438e-07, + "G": 0.0022238465026021004, + "F": 1.528675784356892e-05, + "E": 0.002983678365126252, + "T": 0.0023574326187372208, + "P": 0.0007281149155460298, + "-": 0.00012585635704454035 + }, + "id": "tp_17222" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2152753, + "label": "I", + "classification": { + "B": 2.5573654056643136e-06, + "S": 6.806606961617945e-06, + "I": 0.852318286895752, + "C": 0.00022641710529569536, + "R": 5.1887251174775884e-05, + "M": 0.0006197536713443696, + "O": 5.5743876146152616e-05, + "W": 2.634541942825308e-06, + "N": 0.0066955904476344585, + "Y": 0.0943608283996582, + "U": 7.80181110826561e-08, + "K": 9.37088316277368e-06, + "L": 8.654058092361083e-07, + "G": 0.000760599912609905, + "F": 2.091829082928598e-05, + "E": 0.0013244019355624914, + "T": 0.007257708813995123, + "P": 0.028443966060876846, + "-": 0.007841506972908974 + }, + "id": "tp_17223" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2152886, + "label": "I", + "classification": { + "B": 0.0005165486945770681, + "S": 0.00043777000973932445, + "I": 0.894558310508728, + "C": 0.012368242256343365, + "R": 0.0034693165216594934, + "M": 0.007140077650547028, + "O": 0.0011249138042330742, + "W": 0.00022836636344436556, + "N": 0.021132828667759895, + "Y": 0.004804727155715227, + "U": 2.4465985916322097e-05, + "K": 4.780190283781849e-05, + "L": 0.0005286170053295791, + "G": 0.009792258031666279, + "F": 0.00022483142674900591, + "E": 0.010337241925299168, + "T": 0.005518421530723572, + "P": 0.024417148903012276, + "-": 0.0033281403593719006 + }, + "id": "tp_17224" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2153020, + "label": "-", + "classification": { + "B": 1.4460654711001553e-05, + "S": 5.350465653464198e-05, + "I": 0.005220684222877026, + "C": 0.00017143285367637873, + "R": 5.6109842262230814e-05, + "M": 0.0009147319942712784, + "O": 0.0002564949681982398, + "W": 3.301882679807022e-05, + "N": 0.0005421375390142202, + "Y": 0.00948614813387394, + "U": 1.4237698451324832e-05, + "K": 0.000326279376167804, + "L": 2.9925704438937828e-05, + "G": 0.001790702110156417, + "F": 0.01721426285803318, + "E": 0.00336449989117682, + "T": 0.005447098985314369, + "P": 0.29633402824401855, + "-": 0.6587302088737488 + }, + "id": "tp_17225" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2153153, + "label": "I", + "classification": { + "B": 0.0005011048051528633, + "S": 0.002120622666552663, + "I": 0.3426961898803711, + "C": 0.00694627221673727, + "R": 0.003291235538199544, + "M": 0.0077184573747217655, + "O": 0.00314733712002635, + "W": 0.0013481387868523598, + "N": 0.06531568616628647, + "Y": 0.10709021240472794, + "U": 0.00025130630820058286, + "K": 0.02812095545232296, + "L": 0.00046077065053395927, + "G": 0.03307045251131058, + "F": 0.025330768898129463, + "E": 0.07433619350194931, + "T": 0.04003189876675606, + "P": 0.18476086854934692, + "-": 0.07346150279045105 + }, + "id": "tp_17226" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2153253, + "label": "I", + "classification": { + "B": 0.0006399117410182953, + "S": 0.0004936171462759376, + "I": 0.6894018054008484, + "C": 0.00596626615151763, + "R": 0.0018233502050861716, + "M": 0.0114867202937603, + "O": 0.0014052847400307655, + "W": 0.00020802371727768332, + "N": 0.01772233471274376, + "Y": 0.06858792155981064, + "U": 6.0531423514476046e-05, + "K": 0.0004677115648519248, + "L": 0.0005516074015758932, + "G": 0.02060166746377945, + "F": 0.0020583884324878454, + "E": 0.031053295359015465, + "T": 0.023199692368507385, + "P": 0.08079640567302704, + "-": 0.043475404381752014 + }, + "id": "tp_17227" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2153387, + "label": "I", + "classification": { + "B": 0.0005441975663416088, + "S": 0.0008490600157529116, + "I": 0.2814556658267975, + "C": 0.0008689624373801053, + "R": 0.00023444596445187926, + "M": 0.021012600511312485, + "O": 0.0009925954509526491, + "W": 0.0002278387692058459, + "N": 0.01315669622272253, + "Y": 0.2173086553812027, + "U": 5.788202997791814e-06, + "K": 0.005275545176118612, + "L": 0.000125875769299455, + "G": 0.053290899842977524, + "F": 0.0072897751815617085, + "E": 0.2520112991333008, + "T": 0.03805901110172272, + "P": 0.05821140483021736, + "-": 0.04907969385385513 + }, + "id": "tp_17228" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2153520, + "label": "I", + "classification": { + "B": 0.00011176819680258632, + "S": 0.000951013236772269, + "I": 0.522106945514679, + "C": 0.008986739441752434, + "R": 0.0033473942894488573, + "M": 0.0032673270907253027, + "O": 0.002268542069941759, + "W": 0.0009132287232205272, + "N": 0.06805472820997238, + "Y": 0.07575404644012451, + "U": 9.495754056842998e-05, + "K": 0.03156943991780281, + "L": 0.00016232040070462972, + "G": 0.019635317847132683, + "F": 0.013539924286305904, + "E": 0.06854892522096634, + "T": 0.02346467413008213, + "P": 0.09929487854242325, + "-": 0.057927872985601425 + }, + "id": "tp_17229" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2153654, + "label": "P", + "classification": { + "B": 0.006162215024232864, + "S": 0.004993494134396315, + "I": 0.12826749682426453, + "C": 0.01003259140998125, + "R": 0.005935077555477619, + "M": 0.01634925603866577, + "O": 0.010294768027961254, + "W": 0.0046476684510707855, + "N": 0.023443832993507385, + "Y": 0.01812690868973732, + "U": 0.0016749135684221983, + "K": 0.003073679516091943, + "L": 0.004504391457885504, + "G": 0.01943322829902172, + "F": 0.03256678953766823, + "E": 0.03170419856905937, + "T": 0.016908055171370506, + "P": 0.4636366665363312, + "-": 0.19824472069740295 + }, + "id": "tp_17230" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2153754, + "label": "I", + "classification": { + "B": 0.0010864551877602935, + "S": 0.001329311984591186, + "I": 0.37128907442092896, + "C": 0.01075393334031105, + "R": 0.004421308171004057, + "M": 0.01433240994811058, + "O": 0.0032226266339421272, + "W": 0.000905317603610456, + "N": 0.02443445660173893, + "Y": 0.14145371317863464, + "U": 0.0002608268114272505, + "K": 0.005164462607353926, + "L": 0.0008936561062000692, + "G": 0.037394434213638306, + "F": 0.01553255319595337, + "E": 0.06495965272188187, + "T": 0.03597124293446541, + "P": 0.13626140356063843, + "-": 0.1303332895040512 + }, + "id": "tp_17231" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2153887, + "label": "P", + "classification": { + "B": 5.3216830565361306e-05, + "S": 0.00011988629557890818, + "I": 0.03768278658390045, + "C": 0.0016060186317190528, + "R": 0.00045289727859199047, + "M": 0.0012172320857644081, + "O": 0.000430791056714952, + "W": 0.0001706134353298694, + "N": 0.0040157935582101345, + "Y": 0.0068329195491969585, + "U": 0.0001029994455166161, + "K": 0.0016817260766401887, + "L": 7.652809290448204e-05, + "G": 0.0017748952377587557, + "F": 0.01632857695221901, + "E": 0.015574059449136257, + "T": 0.0029380873311311007, + "P": 0.5728312730789185, + "-": 0.3361097276210785 + }, + "id": "tp_17232" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2154021, + "label": "I", + "classification": { + "B": 0.00011063977581216022, + "S": 0.0015890133799985051, + "I": 0.5036556720733643, + "C": 0.015781553462147713, + "R": 0.006621249485760927, + "M": 0.012880727648735046, + "O": 0.0024882331490516663, + "W": 0.0007437810418196023, + "N": 0.018754731863737106, + "Y": 0.2110143005847931, + "U": 7.563636609120294e-05, + "K": 0.0023709151428192854, + "L": 0.0004827063239645213, + "G": 0.01624026894569397, + "F": 0.00786677561700344, + "E": 0.020299864932894707, + "T": 0.06253217160701752, + "P": 0.040365833789110184, + "-": 0.0761258602142334 + }, + "id": "tp_17233" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2154154, + "label": "I", + "classification": { + "B": 0.0042039984837174416, + "S": 0.008656936697661877, + "I": 0.5037279725074768, + "C": 0.025060806423425674, + "R": 0.01607496663928032, + "M": 0.02693653479218483, + "O": 0.013332519680261612, + "W": 0.00434784684330225, + "N": 0.11558181792497635, + "Y": 0.050867851823568344, + "U": 0.0007918829214759171, + "K": 0.011547724716365337, + "L": 0.003922939766198397, + "G": 0.046468645334243774, + "F": 0.009023066610097885, + "E": 0.04350282996892929, + "T": 0.03225187957286835, + "P": 0.06116717681288719, + "-": 0.02253258228302002 + }, + "id": "tp_17234" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2154254, + "label": "I", + "classification": { + "B": 0.00012434620293788612, + "S": 0.0018030850915238261, + "I": 0.7243483662605286, + "C": 0.008395059034228325, + "R": 0.0039892480708658695, + "M": 0.0042763277888298035, + "O": 0.00261671538464725, + "W": 0.0006442207377403975, + "N": 0.09146516770124435, + "Y": 0.06253668665885925, + "U": 3.375771484570578e-05, + "K": 0.003981600981205702, + "L": 0.00021501228911802173, + "G": 0.01662558503448963, + "F": 0.0022520162165164948, + "E": 0.018837323412299156, + "T": 0.022843997925519943, + "P": 0.025914937257766724, + "-": 0.009096569381654263 + }, + "id": "tp_17235" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2154388, + "label": "I", + "classification": { + "B": 0.0005060243420302868, + "S": 0.0012499545700848103, + "I": 0.8613221049308777, + "C": 0.0018388639437034726, + "R": 0.0011244850466027856, + "M": 0.006397122051566839, + "O": 0.0016286576865240932, + "W": 0.00017991321510635316, + "N": 0.025047263130545616, + "Y": 0.01665310189127922, + "U": 1.1463665941846557e-05, + "K": 0.00011666240607155487, + "L": 0.0005563945742323995, + "G": 0.015094732865691185, + "F": 0.001004357123747468, + "E": 0.009610634297132492, + "T": 0.014382520690560341, + "P": 0.034249525517225266, + "-": 0.009026181884109974 + }, + "id": "tp_17236" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2154521, + "label": "I", + "classification": { + "B": 2.4352202672162093e-05, + "S": 5.6890115956775844e-05, + "I": 0.9560906887054443, + "C": 0.0009414046653546393, + "R": 0.00012426725879777223, + "M": 0.0003020758740603924, + "O": 2.4848875909810886e-05, + "W": 9.738423614180647e-06, + "N": 0.013842478394508362, + "Y": 0.00035902991658076644, + "U": 9.168792303171358e-07, + "K": 1.4290876606537495e-05, + "L": 1.1891450412804261e-05, + "G": 0.0007772654062137008, + "F": 3.068499790970236e-05, + "E": 0.010306727141141891, + "T": 0.00016886570665519685, + "P": 0.016772104427218437, + "-": 0.00014139739505480975 + }, + "id": "tp_17237" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2154655, + "label": "I", + "classification": { + "B": 0.000658281787764281, + "S": 0.001044039847329259, + "I": 0.7249305844306946, + "C": 0.010120016522705555, + "R": 0.005981806665658951, + "M": 0.007523348089307547, + "O": 0.0022503072395920753, + "W": 0.00045342478551901877, + "N": 0.040682267397642136, + "Y": 0.01473868079483509, + "U": 0.0001557913637952879, + "K": 0.0004587486037053168, + "L": 0.0011585693573579192, + "G": 0.01895490474998951, + "F": 0.0025484284851700068, + "E": 0.01696467585861683, + "T": 0.017526714131236076, + "P": 0.11419924348592758, + "-": 0.019650153815746307 + }, + "id": "tp_17238" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2154755, + "label": "I", + "classification": { + "B": 0.00019679554679896683, + "S": 0.00038692684029228985, + "I": 0.9351378083229065, + "C": 0.002204342046752572, + "R": 0.0011070511536672711, + "M": 0.0015534671256318688, + "O": 0.0007490521529689431, + "W": 0.00013987698184791952, + "N": 0.019438117742538452, + "Y": 0.0019078482873737812, + "U": 3.2516261398995994e-06, + "K": 1.2010927093797363e-05, + "L": 0.00016553571913391352, + "G": 0.0020336343441158533, + "F": 0.00010902942449320108, + "E": 0.002910915296524763, + "T": 0.0012879074783995748, + "P": 0.028931764885783195, + "-": 0.0017246973002329469 + }, + "id": "tp_17239" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2154888, + "label": "I", + "classification": { + "B": 7.635514407411392e-07, + "S": 4.1514842450851575e-05, + "I": 0.9707177877426147, + "C": 7.927967089926824e-05, + "R": 3.759584797080606e-05, + "M": 6.7952620156575e-05, + "O": 1.4943732821848243e-05, + "W": 1.5830073607503437e-06, + "N": 0.02444610558450222, + "Y": 0.0007191995973698795, + "U": 4.141123444156847e-09, + "K": 1.044973214447964e-05, + "L": 6.734014164067048e-07, + "G": 0.00044026560499332845, + "F": 6.477023362094769e-06, + "E": 0.0013534061145037413, + "T": 0.0002473826752975583, + "P": 0.001797533594071865, + "-": 1.7096415831474587e-05 + }, + "id": "tp_17240" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2155022, + "label": "I", + "classification": { + "B": 0.00013030489208176732, + "S": 0.0003384460578672588, + "I": 0.9063132405281067, + "C": 0.003095582127571106, + "R": 0.0020716493017971516, + "M": 0.004229910206049681, + "O": 0.0006248558638617396, + "W": 0.000103686390502844, + "N": 0.028521064668893814, + "Y": 0.007387774996459484, + "U": 9.431137186766136e-06, + "K": 8.310398698085919e-05, + "L": 0.0001421740889782086, + "G": 0.004612179473042488, + "F": 0.0002403242397122085, + "E": 0.011474826373159885, + "T": 0.003482993459329009, + "P": 0.02429037168622017, + "-": 0.0028480535838752985 + }, + "id": "tp_17241" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2155155, + "label": "P", + "classification": { + "B": 0.0014297360321506858, + "S": 0.002290875418111682, + "I": 0.1489447057247162, + "C": 0.0017499409150332212, + "R": 0.0007040874916128814, + "M": 0.0039017724338918924, + "O": 0.0033622425980865955, + "W": 0.0004482196527533233, + "N": 0.0160579401999712, + "Y": 0.014745191670954227, + "U": 2.7045518436352722e-05, + "K": 0.000424004188971594, + "L": 0.00035203751758672297, + "G": 0.011679298244416714, + "F": 0.007618190720677376, + "E": 0.013640565797686577, + "T": 0.011510142125189304, + "P": 0.5693471431732178, + "-": 0.19176694750785828 + }, + "id": "tp_17242" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2155255, + "label": "I", + "classification": { + "B": 6.0973830841248855e-05, + "S": 0.00010893410944845527, + "I": 0.8443730473518372, + "C": 0.030406758189201355, + "R": 0.004175692331045866, + "M": 0.0022082228679209948, + "O": 0.0005208853981457651, + "W": 0.00011985015589743853, + "N": 0.020431039854884148, + "Y": 0.030608488246798515, + "U": 1.5935429473756813e-05, + "K": 0.00027443395811133087, + "L": 0.00015034670650493354, + "G": 0.011941377073526382, + "F": 0.0007291758665814996, + "E": 0.024436866864562035, + "T": 0.004548975266516209, + "P": 0.017692523077130318, + "-": 0.007196594029664993 + }, + "id": "tp_17243" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2155389, + "label": "P", + "classification": { + "B": 0.0006155864684842527, + "S": 0.001198255573399365, + "I": 0.04427669569849968, + "C": 0.0009288237779401243, + "R": 0.0004421471676323563, + "M": 0.0030075570102781057, + "O": 0.0010249129263684154, + "W": 0.0002926143060903996, + "N": 0.005996024701744318, + "Y": 0.00691774720326066, + "U": 3.0840292311040685e-05, + "K": 0.0004820370231755078, + "L": 0.0005358508788049221, + "G": 0.010459751822054386, + "F": 0.06270027905702591, + "E": 0.04441695287823677, + "T": 0.003235733136534691, + "P": 0.6916009783744812, + "-": 0.12183726578950882 + }, + "id": "tp_17244" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2155522, + "label": "I", + "classification": { + "B": 0.00036681603523902595, + "S": 0.0002384391991654411, + "I": 0.7415490746498108, + "C": 0.05973568931221962, + "R": 0.012420231476426125, + "M": 0.01266434695571661, + "O": 0.0016391337849199772, + "W": 0.0002726615930441767, + "N": 0.01105534564703703, + "Y": 0.024279972538352013, + "U": 0.00020127174502704293, + "K": 8.607740164734423e-05, + "L": 0.001720226020552218, + "G": 0.01931656524538994, + "F": 0.0012155883014202118, + "E": 0.022078901529312134, + "T": 0.012713823467493057, + "P": 0.05267949402332306, + "-": 0.025766273960471153 + }, + "id": "tp_17245" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2155656, + "label": "P", + "classification": { + "B": 1.759756742103491e-05, + "S": 0.00018294641631655395, + "I": 0.3052813410758972, + "C": 0.00022093723237048835, + "R": 0.00023753082496114075, + "M": 0.00042842054972425103, + "O": 0.00021873757941648364, + "W": 6.66788182570599e-05, + "N": 0.012583973817527294, + "Y": 0.004600959364324808, + "U": 6.086651410441846e-06, + "K": 0.00048509248881600797, + "L": 1.9069108020630665e-05, + "G": 0.0010663310531526804, + "F": 0.003061811439692974, + "E": 0.007695569656789303, + "T": 0.0021167006343603134, + "P": 0.6168583035469055, + "-": 0.044851914048194885 + }, + "id": "tp_17246" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2155756, + "label": "P", + "classification": { + "B": 1.3769133147434331e-05, + "S": 7.108113641152158e-05, + "I": 0.1668456345796585, + "C": 0.001002865144982934, + "R": 0.0002066426823148504, + "M": 0.0005017667426727712, + "O": 0.00014859209477435797, + "W": 1.4274508430389687e-05, + "N": 0.003111552679911256, + "Y": 0.004166961181908846, + "U": 1.2204250197100919e-06, + "K": 8.475513459416106e-05, + "L": 3.320730684208684e-05, + "G": 0.005745650269091129, + "F": 0.008531657047569752, + "E": 0.01026961300522089, + "T": 0.0010235405061393976, + "P": 0.7335275411605835, + "-": 0.0646996945142746 + }, + "id": "tp_17247" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2155889, + "label": "I", + "classification": { + "B": 1.3897993994760327e-05, + "S": 8.71671800268814e-05, + "I": 0.4595600962638855, + "C": 0.0017124268924817443, + "R": 0.000318073172820732, + "M": 0.0008286288939416409, + "O": 0.0003164357622154057, + "W": 2.8807144190068357e-05, + "N": 0.006359546910971403, + "Y": 0.006894285324960947, + "U": 2.994870783368242e-06, + "K": 1.1347907275194302e-05, + "L": 4.1579125536372885e-05, + "G": 0.0013491263380274177, + "F": 0.0009506086353212595, + "E": 0.0023481121752411127, + "T": 0.006486821454018354, + "P": 0.3916221857070923, + "-": 0.12106771022081375 + }, + "id": "tp_17248" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2156023, + "label": "I", + "classification": { + "B": 0.00030498573323711753, + "S": 0.0012876245891675353, + "I": 0.8840474486351013, + "C": 0.002903916174545884, + "R": 0.0020238130819052458, + "M": 0.0016010281397029757, + "O": 0.0008327907999046147, + "W": 0.00031278867390938103, + "N": 0.05737830325961113, + "Y": 0.015790291130542755, + "U": 1.5087402061908506e-05, + "K": 0.001574514084495604, + "L": 0.00013950976426713169, + "G": 0.005908492021262646, + "F": 0.0006955679855309427, + "E": 0.008315286599099636, + "T": 0.005592799745500088, + "P": 0.009678049944341183, + "-": 0.0015977167058736086 + }, + "id": "tp_17249" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2156156, + "label": "I", + "classification": { + "B": 1.7312657973889145e-06, + "S": 0.0008667254005558789, + "I": 0.8753554821014404, + "C": 0.00012462458107620478, + "R": 8.118792902678251e-05, + "M": 0.00014708891103509814, + "O": 0.00013346200285013765, + "W": 2.6906269340543076e-05, + "N": 0.07736427336931229, + "Y": 0.014127405360341072, + "U": 6.276968633756042e-08, + "K": 0.002747115446254611, + "L": 1.3695334928343073e-06, + "G": 0.0019691018387675285, + "F": 0.001173077616840601, + "E": 0.002900154562667012, + "T": 0.004550440236926079, + "P": 0.01732352003455162, + "-": 0.0011061530094593763 + }, + "id": "tp_17250" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2156256, + "label": "I", + "classification": { + "B": 1.1795368664024863e-06, + "S": 0.00012347608571872115, + "I": 0.9089616537094116, + "C": 0.0003950693644583225, + "R": 0.000177282519871369, + "M": 0.00012149673420935869, + "O": 0.00010701271094148979, + "W": 2.3462016542907804e-05, + "N": 0.07355885207653046, + "Y": 0.004330949392169714, + "U": 1.5779453121922415e-07, + "K": 0.0011378100607544184, + "L": 1.1919290727746557e-06, + "G": 0.0009295271593146026, + "F": 0.00021369675232563168, + "E": 0.0012271227315068245, + "T": 0.0017656399868428707, + "P": 0.006395880598574877, + "-": 0.0005285505903884768 + }, + "id": "tp_17251" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2156390, + "label": "I", + "classification": { + "B": 0.00011337275645928457, + "S": 0.00018326242570765316, + "I": 0.7552312612533569, + "C": 0.0027090359944850206, + "R": 0.0008588501950725913, + "M": 0.005444797221571207, + "O": 0.0007754134712740779, + "W": 9.231004514731467e-05, + "N": 0.024845492094755173, + "Y": 0.059547148644924164, + "U": 2.100543861160986e-05, + "K": 0.00029724888736382127, + "L": 0.0001292988017667085, + "G": 0.008740989491343498, + "F": 0.0008518118411302567, + "E": 0.013615141622722149, + "T": 0.015038952231407166, + "P": 0.08978839218616486, + "-": 0.021716283634305 + }, + "id": "tp_17252" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2156523, + "label": "I", + "classification": { + "B": 0.0006867923075333238, + "S": 0.00041155991493724287, + "I": 0.4195113778114319, + "C": 0.009336221031844616, + "R": 0.0029231517110019922, + "M": 0.005625528749078512, + "O": 0.001083288574591279, + "W": 0.0002889445750042796, + "N": 0.02361803688108921, + "Y": 0.015302403829991817, + "U": 0.00019453029381111264, + "K": 0.0004146616265643388, + "L": 0.0008409953443333507, + "G": 0.01374080590903759, + "F": 0.005151441320776939, + "E": 0.03632098808884621, + "T": 0.00856426078826189, + "P": 0.4058811366558075, + "-": 0.050103943794965744 + }, + "id": "tp_17253" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2156657, + "label": "Y", + "classification": { + "B": 0.0022493544965982437, + "S": 0.0027723778039216995, + "I": 0.19622638821601868, + "C": 0.03224266320466995, + "R": 0.011570880189538002, + "M": 0.030336111783981323, + "O": 0.006029081530869007, + "W": 0.0018571701366454363, + "N": 0.016774749383330345, + "Y": 0.3369514048099518, + "U": 0.00045409443555399776, + "K": 0.005209503695368767, + "L": 0.003450702643021941, + "G": 0.08882550895214081, + "F": 0.02063797041773796, + "E": 0.05898301303386688, + "T": 0.060824599117040634, + "P": 0.04065512493252754, + "-": 0.08394929766654968 + }, + "id": "tp_17254" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2156757, + "label": "I", + "classification": { + "B": 7.497462502215058e-05, + "S": 6.515878339996561e-05, + "I": 0.9586832523345947, + "C": 0.0004481162177398801, + "R": 0.00013802219473291188, + "M": 0.0005890277680009604, + "O": 6.85089617036283e-05, + "W": 7.690151505812537e-06, + "N": 0.008272014558315277, + "Y": 0.000516147876624018, + "U": 4.2019826196337817e-07, + "K": 1.7474532114647445e-06, + "L": 3.45068983733654e-05, + "G": 0.001326399389654398, + "F": 3.018161078216508e-05, + "E": 0.005900415126234293, + "T": 0.0002859921660274267, + "P": 0.0231285709887743, + "-": 0.00042873856727965176 + }, + "id": "tp_17255" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2156890, + "label": "P", + "classification": { + "B": 7.690478378208354e-05, + "S": 0.00019740601419471204, + "I": 0.24486100673675537, + "C": 0.00010037163156084716, + "R": 4.779659502673894e-05, + "M": 0.0008783119264990091, + "O": 0.00013724803284276277, + "W": 4.226397868478671e-05, + "N": 0.011617748066782951, + "Y": 0.002703301142901182, + "U": 2.943524123111274e-06, + "K": 0.0003529934328980744, + "L": 1.4400235158973373e-05, + "G": 0.0009013258968479931, + "F": 0.002897649072110653, + "E": 0.02089022845029831, + "T": 0.0011608987115323544, + "P": 0.6806281805038452, + "-": 0.032489027827978134 + }, + "id": "tp_17256" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2157024, + "label": "I", + "classification": { + "B": 0.0010591628961265087, + "S": 0.0028333384543657303, + "I": 0.2870349586009979, + "C": 0.01902320608496666, + "R": 0.0084458002820611, + "M": 0.020971709862351418, + "O": 0.00550156319513917, + "W": 0.0027968769427388906, + "N": 0.05104628950357437, + "Y": 0.17637303471565247, + "U": 0.00035037577617913485, + "K": 0.024425989016890526, + "L": 0.0006386478780768812, + "G": 0.02334604784846306, + "F": 0.017685770988464355, + "E": 0.09218522161245346, + "T": 0.027099717408418655, + "P": 0.12808963656425476, + "-": 0.11109261214733124 + }, + "id": "tp_17257" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2157157, + "label": "I", + "classification": { + "B": 0.000617179844994098, + "S": 0.000746196077670902, + "I": 0.3431081771850586, + "C": 0.014127984642982483, + "R": 0.0035445985849946737, + "M": 0.008056280203163624, + "O": 0.002246999414637685, + "W": 0.0004633097560144961, + "N": 0.024137457832694054, + "Y": 0.07264430820941925, + "U": 0.0001312127715209499, + "K": 0.0053229075856506824, + "L": 0.0006021296139806509, + "G": 0.039804935455322266, + "F": 0.0181881096214056, + "E": 0.07563748955726624, + "T": 0.014280598610639572, + "P": 0.26201769709587097, + "-": 0.11432246118783951 + }, + "id": "tp_17258" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2157257, + "label": "-", + "classification": { + "B": 8.128594345180318e-05, + "S": 0.0007316212868317962, + "I": 0.10246561467647552, + "C": 0.020051581785082817, + "R": 0.007074169814586639, + "M": 0.013850188814103603, + "O": 0.00649351766332984, + "W": 0.0008984770392999053, + "N": 0.008953528478741646, + "Y": 0.19270826876163483, + "U": 0.00012468926433939487, + "K": 0.0045220875181257725, + "L": 0.0007736452971585095, + "G": 0.044011496007442474, + "F": 0.029745372012257576, + "E": 0.01641676016151905, + "T": 0.06936730444431305, + "P": 0.08275412768125534, + "-": 0.3989761769771576 + }, + "id": "tp_17259" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2157391, + "label": "P", + "classification": { + "B": 0.0002249586977995932, + "S": 0.0001294236717512831, + "I": 0.05286361277103424, + "C": 0.004938674159348011, + "R": 0.000898011785466224, + "M": 0.003278690855950117, + "O": 0.0006464787293225527, + "W": 0.000216533342609182, + "N": 0.003953698556870222, + "Y": 0.023159895092248917, + "U": 9.746110299602151e-05, + "K": 0.0022782979067415, + "L": 0.0001649358164286241, + "G": 0.007687587756663561, + "F": 0.02666633017361164, + "E": 0.046921294182538986, + "T": 0.003773827338591218, + "P": 0.48241597414016724, + "-": 0.3396843373775482 + }, + "id": "tp_17260" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2157524, + "label": "-", + "classification": { + "B": 0.0005748283583670855, + "S": 0.0002456358924973756, + "I": 0.006768419872969389, + "C": 0.0033079106360673904, + "R": 0.0009757140651345253, + "M": 0.0026662214659154415, + "O": 0.002085052663460374, + "W": 0.00046752271009609103, + "N": 0.0011287167435511947, + "Y": 0.010885494761168957, + "U": 0.00034057663287967443, + "K": 0.0013780049048364162, + "L": 0.0006581260822713375, + "G": 0.008010677061975002, + "F": 0.04988105222582817, + "E": 0.006567711476236582, + "T": 0.005540901329368353, + "P": 0.20933747291564941, + "-": 0.6891799569129944 + }, + "id": "tp_17261" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2157658, + "label": "P", + "classification": { + "B": 8.508146187580223e-09, + "S": 5.587904361448182e-09, + "I": 1.7177603695017751e-06, + "C": 4.148714705110024e-09, + "R": 2.3603194398980065e-10, + "M": 5.346245046666809e-08, + "O": 5.121701107668741e-08, + "W": 1.0690301976978844e-09, + "N": 7.264703327791722e-08, + "Y": 1.3558694433868368e-07, + "U": 7.438501203882453e-11, + "K": 2.6684421339240316e-10, + "L": 4.798685893092625e-10, + "G": 1.6049331463818817e-07, + "F": 9.54945517150918e-06, + "E": 2.4508310616511153e-06, + "T": 1.9540550511010224e-06, + "P": 0.7856513261795044, + "-": 0.2143324911594391 + }, + "id": "tp_17262" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2157758, + "label": "P", + "classification": { + "B": 3.1192487313091988e-06, + "S": 1.7245935168830329e-06, + "I": 3.66105668945238e-05, + "C": 8.200142787018194e-08, + "R": 1.8777733146180253e-08, + "M": 6.274919724091887e-05, + "O": 1.0837606168934144e-05, + "W": 3.13267122464822e-07, + "N": 1.7542612340548658e-06, + "Y": 6.81108795106411e-05, + "U": 1.2652905390098113e-08, + "K": 1.6882893305592006e-08, + "L": 7.510094519602717e-07, + "G": 2.7151038011652417e-05, + "F": 0.0003316067159175873, + "E": 7.78675967012532e-05, + "T": 0.0001994543563341722, + "P": 0.6587722301483154, + "-": 0.34040552377700806 + }, + "id": "tp_17263" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2157891, + "label": "-", + "classification": { + "B": 5.509545042414743e-10, + "S": 1.5868063807378263e-10, + "I": 4.239025130914342e-08, + "C": 4.672558340246269e-09, + "R": 2.7225058318869344e-10, + "M": 2.3214695943352126e-08, + "O": 1.8158489822894808e-08, + "W": 3.0202143563862194e-10, + "N": 1.2596546028476041e-09, + "Y": 2.324977003809181e-06, + "U": 4.914834511593469e-11, + "K": 4.949231691142586e-09, + "L": 1.9923293570478506e-10, + "G": 2.804681002999132e-07, + "F": 0.0003787616442423314, + "E": 4.901522743239184e-07, + "T": 9.434103276362293e-07, + "P": 0.09417632222175598, + "-": 0.9054408669471741 + }, + "id": "tp_17264" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2158025, + "label": "-", + "classification": { + "B": 5.357751568790814e-12, + "S": 1.5958663210358104e-11, + "I": 3.718272694186453e-07, + "C": 3.6558638338846094e-09, + "R": 1.1446991271535367e-10, + "M": 4.927917185426622e-09, + "O": 5.7092921501578076e-09, + "W": 5.044947098964414e-11, + "N": 6.534720764506119e-09, + "Y": 1.2352600151643855e-06, + "U": 7.059931111941253e-11, + "K": 5.835898164718856e-08, + "L": 1.986511996565632e-11, + "G": 1.666820139689662e-07, + "F": 3.862809535348788e-05, + "E": 6.851327043477795e-07, + "T": 7.340607908190577e-07, + "P": 0.049924757331609726, + "-": 0.9500333070755005 + }, + "id": "tp_17265" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2158158, + "label": "-", + "classification": { + "B": 1.158171698989463e-06, + "S": 6.350107355501677e-07, + "I": 0.0008612898527644575, + "C": 8.160112884070259e-06, + "R": 2.1256416857795557e-06, + "M": 9.141599730355665e-05, + "O": 1.543286634841934e-05, + "W": 1.4109331232248223e-06, + "N": 3.5546454455470666e-05, + "Y": 0.0020814938470721245, + "U": 4.882168695985456e-07, + "K": 3.686519994516857e-05, + "L": 5.249308969723643e-07, + "G": 0.00014996046957094222, + "F": 0.0020329232793301344, + "E": 0.001220987061969936, + "T": 0.0007523728418163955, + "P": 0.27986305952072144, + "-": 0.7128440737724304 + }, + "id": "tp_17266" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2158258, + "label": "-", + "classification": { + "B": 1.3352068890526425e-06, + "S": 5.780406695521378e-07, + "I": 0.0002715027949307114, + "C": 7.933713277452625e-06, + "R": 9.059742183126218e-07, + "M": 0.00010659848339855671, + "O": 1.2876619621238206e-05, + "W": 7.869701903473469e-07, + "N": 1.3971307453175541e-05, + "Y": 0.0004249979683663696, + "U": 3.5661605579662137e-07, + "K": 2.2380925202014623e-06, + "L": 1.038749132931116e-06, + "G": 0.00011268356320215389, + "F": 0.0011247786460444331, + "E": 0.0004432110581547022, + "T": 0.0004597855149768293, + "P": 0.41345515847206116, + "-": 0.5835592150688171 + }, + "id": "tp_17267" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2158392, + "label": "-", + "classification": { + "B": 1.346070338525962e-10, + "S": 8.164048603820362e-11, + "I": 5.353348910830391e-07, + "C": 1.319965137192014e-09, + "R": 5.2818849988200967e-11, + "M": 2.6531532526519186e-08, + "O": 1.8740111684678595e-08, + "W": 9.26312151983133e-11, + "N": 4.797644503895526e-09, + "Y": 3.958115541990992e-07, + "U": 7.960306025456276e-12, + "K": 6.348861020244456e-11, + "L": 1.321985160229744e-10, + "G": 1.7063432267150347e-07, + "F": 3.145436494378373e-05, + "E": 7.830532240404864e-07, + "T": 4.3077437794636353e-07, + "P": 0.48164230585098267, + "-": 0.5183238983154297 + }, + "id": "tp_17268" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2158525, + "label": "P", + "classification": { + "B": 1.8895074394009725e-09, + "S": 1.342081445976362e-09, + "I": 4.493055530474521e-05, + "C": 1.0383573112449085e-08, + "R": 7.194175255520463e-10, + "M": 2.991537328966842e-08, + "O": 9.962271896313268e-09, + "W": 6.209330272177738e-10, + "N": 1.3337594282347709e-06, + "Y": 5.150640163265052e-07, + "U": 3.9799938345019825e-10, + "K": 6.690470844006313e-09, + "L": 3.802382575468499e-10, + "G": 1.4882132859384e-07, + "F": 1.1821734005934559e-05, + "E": 1.058834732248215e-05, + "T": 7.340221372942324e-07, + "P": 0.9844970703125, + "-": 0.015432829037308693 + }, + "id": "tp_17269" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2158625, + "label": "P", + "classification": { + "B": 5.373613221060225e-10, + "S": 1.4156444072543906e-10, + "I": 2.3462644094252028e-06, + "C": 2.030569712374586e-09, + "R": 8.632872194880292e-11, + "M": 9.877674678193671e-09, + "O": 4.294193001186386e-09, + "W": 1.1356314499888498e-10, + "N": 3.642226076294719e-08, + "Y": 1.0432192709686205e-07, + "U": 3.6131736491640254e-11, + "K": 6.410528774480895e-10, + "L": 3.682406810034955e-11, + "G": 5.396595526008241e-08, + "F": 8.841722774377558e-06, + "E": 2.3560608042316744e-06, + "T": 1.8933781120722415e-07, + "P": 0.938958466053009, + "-": 0.06102753430604935 + }, + "id": "tp_17270" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2158759, + "label": "-", + "classification": { + "B": 1.9773274684276032e-10, + "S": 1.3472338800113448e-08, + "I": 1.5141255005346466e-07, + "C": 1.7924966186910751e-06, + "R": 1.5379475826193811e-07, + "M": 2.170474181184545e-05, + "O": 1.932471832333249e-06, + "W": 6.079585723739456e-09, + "N": 2.1797794680367133e-09, + "Y": 0.00021812613704241812, + "U": 1.272758842763011e-10, + "K": 8.180556676506967e-09, + "L": 2.9410426805043244e-07, + "G": 3.741954787983559e-05, + "F": 0.003564120503142476, + "E": 5.529590225705761e-07, + "T": 0.00010889807163039222, + "P": 0.0003994076105300337, + "-": 0.9956455230712891 + }, + "id": "tp_17271" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2158892, + "label": "-", + "classification": { + "B": 9.649280485746203e-09, + "S": 1.7890659620434235e-08, + "I": 9.121747552853776e-07, + "C": 3.3185557413162314e-08, + "R": 6.245424177819814e-10, + "M": 4.489862419632118e-07, + "O": 1.942628671258717e-07, + "W": 5.4530762128024435e-09, + "N": 2.6490756255270753e-08, + "Y": 2.2902806904312456e-06, + "U": 2.1467744248937493e-10, + "K": 4.783548002151861e-10, + "L": 4.543623255415241e-09, + "G": 3.9464654832954693e-07, + "F": 8.255939610535279e-05, + "E": 2.0197896901663626e-06, + "T": 4.565169092529686e-06, + "P": 0.345800518989563, + "-": 0.6541059613227844 + }, + "id": "tp_17272" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2159026, + "label": "P", + "classification": { + "B": 3.100050162174739e-05, + "S": 9.440977009944618e-06, + "I": 0.0073049780912697315, + "C": 0.00020299985771998763, + "R": 2.394585135334637e-05, + "M": 0.0003748563176486641, + "O": 6.031726661603898e-05, + "W": 8.426339263678528e-06, + "N": 0.0003942965413443744, + "Y": 0.0018295261543244123, + "U": 6.579572982445825e-06, + "K": 6.0593145462917164e-05, + "L": 1.0419241334602702e-05, + "G": 0.0007669194019399583, + "F": 0.005015029571950436, + "E": 0.007879574783146381, + "T": 0.000716985494364053, + "P": 0.671709418296814, + "-": 0.303594708442688 + }, + "id": "tp_17273" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2159126, + "label": "P", + "classification": { + "B": 1.0327617233629738e-10, + "S": 4.935420960805459e-10, + "I": 3.4732543099380564e-06, + "C": 1.3464756420944468e-08, + "R": 4.957895205492946e-10, + "M": 3.719192775974989e-08, + "O": 2.084885863951058e-08, + "W": 5.912606515501295e-10, + "N": 1.2314576736116578e-07, + "Y": 4.46823150923592e-06, + "U": 2.146908761879729e-10, + "K": 2.448548741540435e-07, + "L": 7.879107782882144e-11, + "G": 5.314489044394577e-07, + "F": 0.0008566029719077051, + "E": 2.8802627639379352e-05, + "T": 5.702223688786034e-07, + "P": 0.6208903193473816, + "-": 0.3782147765159607 + }, + "id": "tp_17274" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2159259, + "label": "P", + "classification": { + "B": 1.2356401438064907e-13, + "S": 2.3118361608745475e-14, + "I": 2.936884300197562e-07, + "C": 2.5103972720041945e-11, + "R": 1.1078466567509757e-13, + "M": 1.838802582421195e-10, + "O": 1.354973511863422e-11, + "W": 5.953266715317748e-14, + "N": 1.2214309563773895e-09, + "Y": 6.519709216945557e-09, + "U": 6.017929888137499e-14, + "K": 9.746783241615375e-12, + "L": 6.028372787937608e-14, + "G": 1.1622011131251497e-09, + "F": 1.0185743803958758e-06, + "E": 3.206349390438845e-07, + "T": 1.0233531355652303e-08, + "P": 0.9096183776855469, + "-": 0.09038002043962479 + }, + "id": "tp_17275" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2159393, + "label": "P", + "classification": { + "B": 3.814728533058087e-09, + "S": 1.9142587515119658e-09, + "I": 1.2044123650412075e-05, + "C": 1.2942058980058846e-08, + "R": 1.5649095908010224e-10, + "M": 1.8899353904089367e-07, + "O": 5.0637019910482195e-08, + "W": 1.269439331430533e-09, + "N": 5.658503141603433e-07, + "Y": 9.393028790327662e-07, + "U": 1.035149854722306e-09, + "K": 2.4465361292413945e-08, + "L": 5.879517428475367e-10, + "G": 5.483515224113944e-07, + "F": 1.4353430742630735e-05, + "E": 8.151222573360428e-05, + "T": 2.4267242224595975e-06, + "P": 0.8592706918716431, + "-": 0.14061671495437622 + }, + "id": "tp_17276" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2159526, + "label": "-", + "classification": { + "B": 8.35685687317067e-10, + "S": 4.388845120661955e-10, + "I": 6.746665803802898e-06, + "C": 2.7229216215118868e-08, + "R": 1.2341732080756174e-09, + "M": 6.260438567551319e-07, + "O": 4.729285407734096e-08, + "W": 1.5444020506905076e-09, + "N": 5.703921956978775e-08, + "Y": 8.608945790911093e-06, + "U": 5.614682052623721e-10, + "K": 1.0371419278953908e-08, + "L": 1.1971923452591682e-09, + "G": 3.5354111105334596e-07, + "F": 7.431690755765885e-05, + "E": 9.71833105722908e-06, + "T": 8.332116522069555e-06, + "P": 0.4318885803222656, + "-": 0.5680025219917297 + }, + "id": "tp_17277" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2159626, + "label": "P", + "classification": { + "B": 6.509384142816543e-10, + "S": 1.1697022517243028e-10, + "I": 8.409494330408052e-05, + "C": 3.948433118239336e-07, + "R": 6.451146727926016e-09, + "M": 8.145274819071346e-07, + "O": 1.796768067663379e-08, + "W": 3.3634986462693917e-10, + "N": 1.362859052278509e-07, + "Y": 1.7014859622577205e-05, + "U": 1.2907831470343467e-09, + "K": 5.46383105426429e-10, + "L": 3.648984669979427e-09, + "G": 4.298657074741641e-07, + "F": 1.0219781870546285e-05, + "E": 3.629258571891114e-05, + "T": 8.315329978358932e-06, + "P": 0.5150548815727234, + "-": 0.48478737473487854 + }, + "id": "tp_17278" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2159760, + "label": "-", + "classification": { + "B": 1.4448087908361384e-12, + "S": 7.092079094134229e-12, + "I": 3.872162679385838e-08, + "C": 1.4856466057366902e-10, + "R": 1.2554159101174633e-11, + "M": 2.1188460763710282e-08, + "O": 2.025243306391644e-09, + "W": 1.223446604442513e-11, + "N": 4.675902443018742e-10, + "Y": 3.1136232792050578e-06, + "U": 1.5819829170607425e-12, + "K": 3.027577299974382e-09, + "L": 3.687647409655881e-12, + "G": 2.48374405487084e-08, + "F": 1.6354113540728576e-05, + "E": 5.873171744497085e-07, + "T": 4.6009586185391527e-07, + "P": 0.01602158509194851, + "-": 0.9839578866958618 + }, + "id": "tp_17279" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2159893, + "label": "P", + "classification": { + "B": 7.919895295138701e-10, + "S": 5.827613946962629e-10, + "I": 1.6128951756400056e-05, + "C": 6.494660453881806e-08, + "R": 1.3395275999528167e-09, + "M": 7.935855705909489e-08, + "O": 2.3386599323771406e-08, + "W": 2.2752562056638226e-09, + "N": 8.018064932002744e-07, + "Y": 1.97460167328245e-06, + "U": 1.591474951823102e-09, + "K": 1.821984255911957e-06, + "L": 3.5684014076942105e-10, + "G": 3.122002681266167e-06, + "F": 0.00028882260085083544, + "E": 0.0004655917873606086, + "T": 1.2711593626590911e-06, + "P": 0.86258465051651, + "-": 0.1366356760263443 + }, + "id": "tp_17280" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2160027, + "label": "P", + "classification": { + "B": 3.3129188068414805e-06, + "S": 9.503319802206533e-07, + "I": 0.00019108755805063993, + "C": 2.5530912353133317e-06, + "R": 3.1342119655164424e-07, + "M": 2.11201113415882e-05, + "O": 9.923116522259079e-06, + "W": 6.673895995845669e-07, + "N": 8.29312193673104e-06, + "Y": 0.0002828083815984428, + "U": 1.6786550816050294e-07, + "K": 3.1740903523314046e-06, + "L": 7.708803764217009e-07, + "G": 9.701824455987662e-05, + "F": 0.003191794967278838, + "E": 0.0005500729312188923, + "T": 5.941203926340677e-05, + "P": 0.5017454624176025, + "-": 0.49383118748664856 + }, + "id": "tp_17281" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2160127, + "label": "P", + "classification": { + "B": 7.046880301508907e-10, + "S": 5.09888042898865e-09, + "I": 2.8849465252278605e-06, + "C": 1.8044538085959516e-09, + "R": 4.685200005738466e-10, + "M": 2.316249947398319e-08, + "O": 5.948647796572004e-08, + "W": 2.155261968894706e-09, + "N": 1.9677142404361803e-07, + "Y": 1.058097836903471e-06, + "U": 3.228100564633962e-10, + "K": 1.7015615583204635e-08, + "L": 3.6471953235306387e-10, + "G": 9.61664383680727e-08, + "F": 0.00010966345871565863, + "E": 1.7361699065077119e-06, + "T": 1.9589956536947284e-06, + "P": 0.8314734697341919, + "-": 0.16840870678424835 + }, + "id": "tp_17282" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2160260, + "label": "P", + "classification": { + "B": 1.1945377309530159e-07, + "S": 1.6978040306980802e-08, + "I": 2.7953281460213475e-05, + "C": 1.8115107991434343e-07, + "R": 1.636047741726543e-08, + "M": 1.9357917153683957e-06, + "O": 5.952786068519345e-07, + "W": 1.4176215756833699e-08, + "N": 6.940470029803691e-07, + "Y": 2.1432422727230005e-05, + "U": 7.964371384616697e-09, + "K": 4.8218741000027876e-08, + "L": 3.882200161342553e-08, + "G": 1.3446839147945866e-05, + "F": 0.0003420082211960107, + "E": 6.349660543492064e-05, + "T": 3.1219013180816546e-05, + "P": 0.5518949031829834, + "-": 0.4476018249988556 + }, + "id": "tp_17283" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2160394, + "label": "P", + "classification": { + "B": 1.5632660096964734e-11, + "S": 1.2616469501069982e-11, + "I": 4.5975968987477245e-07, + "C": 3.101590762000228e-09, + "R": 4.844844317397623e-11, + "M": 6.186500645100068e-09, + "O": 2.3218633682375867e-09, + "W": 1.313347347542404e-11, + "N": 5.632668553801068e-09, + "Y": 1.9988226540590404e-07, + "U": 1.061491606418885e-11, + "K": 6.93859913969419e-10, + "L": 2.015848599157266e-11, + "G": 8.108609961254842e-08, + "F": 4.0106191590894014e-05, + "E": 2.3372449504677206e-06, + "T": 1.4485146948572947e-07, + "P": 0.6549146175384521, + "-": 0.34504202008247375 + }, + "id": "tp_17284" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2160527, + "label": "P", + "classification": { + "B": 3.5679089904760986e-08, + "S": 1.3267740683886586e-08, + "I": 1.2749786947097164e-05, + "C": 2.4376979013140954e-07, + "R": 1.1491387397200015e-08, + "M": 8.604887398178107e-07, + "O": 4.6400143105529423e-07, + "W": 1.3868928228077948e-08, + "N": 6.367262130879681e-07, + "Y": 1.0631673831085209e-05, + "U": 4.690667854134745e-09, + "K": 7.698390191990256e-08, + "L": 9.127302469380538e-09, + "G": 2.9673090011783643e-06, + "F": 0.0002264539507450536, + "E": 2.8186814233777113e-05, + "T": 9.399148439115379e-06, + "P": 0.6042568683624268, + "-": 0.3954503834247589 + }, + "id": "tp_17285" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2160627, + "label": "P", + "classification": { + "B": 1.1056385806895719e-09, + "S": 8.17283241083544e-10, + "I": 0.0001304493343923241, + "C": 6.587133327684569e-08, + "R": 1.1909746966409784e-08, + "M": 5.425980589279789e-07, + "O": 1.1491408002939352e-07, + "W": 4.01701250041242e-09, + "N": 2.673459903235198e-06, + "Y": 3.298605952295475e-05, + "U": 3.408908044733039e-09, + "K": 2.2977687876846176e-06, + "L": 1.046949305028022e-09, + "G": 5.942302323092008e-06, + "F": 0.00016148379654623568, + "E": 0.00014235248090699315, + "T": 1.4442971405514982e-05, + "P": 0.6805284023284912, + "-": 0.3189782500267029 + }, + "id": "tp_17286" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2160761, + "label": "-", + "classification": { + "B": 4.790427166057043e-09, + "S": 1.0626324709051005e-08, + "I": 4.956638690600812e-07, + "C": 1.833641571913347e-09, + "R": 3.1299624003722215e-10, + "M": 1.0327350992156425e-06, + "O": 1.6929956814237812e-07, + "W": 1.8047108252261523e-09, + "N": 5.87831694431884e-09, + "Y": 1.6201473044930026e-05, + "U": 4.4830424095199106e-11, + "K": 4.47852599450016e-09, + "L": 3.781380986112026e-09, + "G": 1.817529664549511e-06, + "F": 0.0012717022327706218, + "E": 3.140511353194597e-06, + "T": 8.026998330024071e-06, + "P": 0.03476596251130104, + "-": 0.9639315009117126 + }, + "id": "tp_17287" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2160894, + "label": "P", + "classification": { + "B": 1.404859193386565e-12, + "S": 5.279268775609802e-12, + "I": 4.4016766764798376e-07, + "C": 9.017864927018948e-11, + "R": 1.2241648666977412e-12, + "M": 1.4874931286712467e-09, + "O": 1.209687211511934e-10, + "W": 1.8505945473951124e-12, + "N": 3.5607774506729584e-09, + "Y": 1.0872514621951268e-07, + "U": 4.858907872405671e-13, + "K": 1.3267759113588795e-10, + "L": 8.484201839339955e-13, + "G": 5.329824581679077e-09, + "F": 1.1542681022547185e-05, + "E": 8.779011295700911e-07, + "T": 4.400751052457963e-08, + "P": 0.9246567487716675, + "-": 0.07533018290996552 + }, + "id": "tp_17288" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2161028, + "label": "P", + "classification": { + "B": 3.9112907357363724e-11, + "S": 4.423620914018045e-10, + "I": 6.601115728699369e-06, + "C": 4.128795083602199e-09, + "R": 2.7402682900579123e-10, + "M": 3.2495687918299154e-08, + "O": 1.1451530390615972e-08, + "W": 3.8068445618044677e-10, + "N": 3.1764352570462506e-07, + "Y": 1.536307195237896e-06, + "U": 8.025677344924986e-11, + "K": 2.0911286924274464e-07, + "L": 1.9100103443303595e-11, + "G": 1.0186509058485171e-07, + "F": 9.728266013553366e-05, + "E": 2.046365443675313e-05, + "T": 9.210158395944745e-07, + "P": 0.7787610292434692, + "-": 0.22111153602600098 + }, + "id": "tp_17289" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2161128, + "label": "-", + "classification": { + "B": 5.4387137154998655e-12, + "S": 1.1387411846808249e-11, + "I": 4.259865704625554e-07, + "C": 6.907322491755963e-10, + "R": 2.36182982893407e-11, + "M": 2.3409818528108417e-09, + "O": 1.137307581444702e-09, + "W": 3.9425913922475075e-11, + "N": 4.497564098926432e-09, + "Y": 3.8480936837004265e-07, + "U": 1.3351989652798935e-11, + "K": 1.0190428945122676e-08, + "L": 5.731118704610516e-12, + "G": 2.7139721581193044e-08, + "F": 9.640637290431187e-05, + "E": 2.040722392848693e-06, + "T": 1.760406718176455e-07, + "P": 0.4903314709663391, + "-": 0.509568989276886 + }, + "id": "tp_17290" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2161261, + "label": "-", + "classification": { + "B": 2.948405892766459e-07, + "S": 2.230690370197408e-07, + "I": 0.00027600929024629295, + "C": 8.746534149395302e-05, + "R": 4.09296881116461e-05, + "M": 0.00014784086670260876, + "O": 3.012387423950713e-05, + "W": 5.213328790887317e-07, + "N": 4.288091531634564e-06, + "Y": 0.004730431828647852, + "U": 5.46675266832608e-07, + "K": 1.4048094953977852e-06, + "L": 5.555599273066036e-06, + "G": 0.0010316330008208752, + "F": 0.0023200800642371178, + "E": 5.6313700042665005e-05, + "T": 0.0012937522260472178, + "P": 0.025826478376984596, + "-": 0.964146077632904 + }, + "id": "tp_17291" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2161395, + "label": "-", + "classification": { + "B": 4.675805923004539e-11, + "S": 3.6992058721763144e-11, + "I": 1.5944962683533959e-07, + "C": 9.474040302270836e-11, + "R": 8.025188152904761e-12, + "M": 1.080162093103354e-08, + "O": 7.336577567684799e-09, + "W": 2.3937041584987107e-11, + "N": 7.163247217611968e-10, + "Y": 9.124065059040731e-08, + "U": 7.428369985101879e-13, + "K": 4.408205571404533e-12, + "L": 6.513368316918289e-11, + "G": 3.664540670911265e-08, + "F": 9.428078556084074e-06, + "E": 1.3470587134634116e-07, + "T": 3.0123072747301194e-07, + "P": 0.22290197014808655, + "-": 0.7770878076553345 + }, + "id": "tp_17292" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2161528, + "label": "-", + "classification": { + "B": 1.2087165036228642e-12, + "S": 6.990222203157037e-12, + "I": 1.002955741569167e-05, + "C": 9.269973233472228e-09, + "R": 1.367415070063771e-09, + "M": 2.5045977736226632e-08, + "O": 5.8757887444471635e-09, + "W": 3.182317256933409e-11, + "N": 3.3071792415739765e-08, + "Y": 7.326132163143484e-06, + "U": 2.8016543945907912e-11, + "K": 2.4898596517886062e-09, + "L": 3.111529089938614e-11, + "G": 1.5056866686791182e-07, + "F": 1.0332290003134403e-05, + "E": 5.529587951969006e-07, + "T": 5.9051835705759e-06, + "P": 0.183914452791214, + "-": 0.8160512447357178 + }, + "id": "tp_17293" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2161628, + "label": "P", + "classification": { + "B": 1.0795260685370067e-08, + "S": 1.8393363276913988e-08, + "I": 5.988203611195786e-06, + "C": 1.1694148582819253e-07, + "R": 4.0807828227684695e-09, + "M": 4.6522032448592654e-07, + "O": 1.308034853764184e-07, + "W": 2.0083252394442752e-08, + "N": 5.941633389738854e-07, + "Y": 2.3465074264095165e-05, + "U": 9.189628613626155e-09, + "K": 1.902000917652913e-06, + "L": 1.8555585956647747e-09, + "G": 2.600079142212053e-06, + "F": 0.000703164900187403, + "E": 0.00012474948016460985, + "T": 1.1838384125439916e-05, + "P": 0.7313488125801086, + "-": 0.267776221036911 + }, + "id": "tp_17294" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2161762, + "label": "P", + "classification": { + "B": 1.7074957270324376e-07, + "S": 4.6998557934330165e-08, + "I": 0.00011624921171460301, + "C": 2.9956481739645824e-07, + "R": 3.118299574111916e-08, + "M": 1.882051037682686e-06, + "O": 4.3188953213757486e-07, + "W": 5.482921139332575e-08, + "N": 7.208291663118871e-06, + "Y": 2.6395617169328034e-05, + "U": 5.600251284931801e-08, + "K": 3.031987716894946e-06, + "L": 6.678399167014959e-09, + "G": 3.81458448828198e-06, + "F": 0.00020178045087959617, + "E": 0.000300811167107895, + "T": 3.431145887589082e-05, + "P": 0.7744761109352112, + "-": 0.22482724487781525 + }, + "id": "tp_17295" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2161895, + "label": "P", + "classification": { + "B": 2.5829431038459916e-08, + "S": 1.8769513943084348e-08, + "I": 6.422260776162148e-05, + "C": 5.243287759526538e-08, + "R": 1.0298036201561445e-08, + "M": 7.231167273857864e-07, + "O": 4.3692838858078176e-07, + "W": 1.5938841357865385e-08, + "N": 1.8325071096114698e-06, + "Y": 4.395188625494484e-06, + "U": 3.139244197924995e-09, + "K": 3.354040245540091e-08, + "L": 1.4638861678406556e-08, + "G": 1.1403041071389453e-06, + "F": 0.00010679881233954802, + "E": 2.1649915652233176e-05, + "T": 1.4006458513904363e-05, + "P": 0.7621853947639465, + "-": 0.2375992089509964 + }, + "id": "tp_17296" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2162029, + "label": "P", + "classification": { + "B": 1.3040739155201209e-08, + "S": 2.664356291148806e-09, + "I": 9.018350283440668e-06, + "C": 8.493477920978876e-09, + "R": 5.714018147529032e-10, + "M": 4.115020857398122e-08, + "O": 4.112392559818545e-08, + "W": 2.2365631568987965e-09, + "N": 2.418596523057204e-07, + "Y": 4.6961883981566643e-07, + "U": 5.126538082933507e-10, + "K": 5.867526464697903e-09, + "L": 9.764113961807652e-10, + "G": 2.7112349698654725e-07, + "F": 2.94445562758483e-05, + "E": 8.528881153324619e-06, + "T": 6.4236559182973e-07, + "P": 0.9280914068222046, + "-": 0.07185991108417511 + }, + "id": "tp_17297" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2162129, + "label": "-", + "classification": { + "B": 2.7967725605180594e-15, + "S": 1.200535574815212e-13, + "I": 3.5017924115976484e-09, + "C": 6.10899839829232e-13, + "R": 1.9453333055204948e-14, + "M": 2.2367803789724583e-11, + "O": 2.6582494885851737e-11, + "W": 5.278937009745022e-13, + "N": 1.06494688068004e-10, + "Y": 3.297930462053955e-08, + "U": 3.07348344366111e-14, + "K": 2.595232917457224e-09, + "L": 1.88183044078354e-15, + "G": 6.727523399474578e-11, + "F": 1.470356437494047e-05, + "E": 3.682322358145029e-08, + "T": 1.2440627195076104e-08, + "P": 0.10173854231834412, + "-": 0.8982467651367188 + }, + "id": "tp_17298" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2162262, + "label": "P", + "classification": { + "B": 2.7491303030151466e-14, + "S": 1.4304008010609243e-14, + "I": 4.107611673020983e-08, + "C": 1.5937801425836007e-11, + "R": 6.615456067064068e-14, + "M": 1.110267693754663e-11, + "O": 7.067043564928932e-12, + "W": 4.484719277257458e-14, + "N": 1.3884299265853883e-10, + "Y": 3.0844229947923907e-10, + "U": 1.47228946021467e-14, + "K": 2.1553746743126212e-13, + "L": 6.723785228270789e-15, + "G": 2.1053002396964615e-10, + "F": 5.1341377371727503e-08, + "E": 2.9217801511549624e-08, + "T": 1.0433891528549566e-09, + "P": 0.9273714423179626, + "-": 0.07262848317623138 + }, + "id": "tp_17299" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2162396, + "label": "-", + "classification": { + "B": 1.6836125382724276e-08, + "S": 1.6719919893048996e-09, + "I": 2.9197001367720077e-06, + "C": 4.794775776417737e-08, + "R": 1.23354348957605e-09, + "M": 7.725663522251125e-07, + "O": 1.0411091722062338e-07, + "W": 2.274683108538511e-09, + "N": 8.494830439076395e-08, + "Y": 1.0009996003645938e-05, + "U": 9.866926165003065e-10, + "K": 1.8278578650665622e-08, + "L": 4.651997898008631e-09, + "G": 2.2694885046803392e-06, + "F": 0.0002497673558536917, + "E": 4.822531991521828e-05, + "T": 5.452112418424804e-06, + "P": 0.4294738173484802, + "-": 0.5702064633369446 + }, + "id": "tp_17300" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2162529, + "label": "P", + "classification": { + "B": 1.4141588735583355e-06, + "S": 1.5387984149128897e-06, + "I": 0.004498165100812912, + "C": 1.2444947969925124e-05, + "R": 1.2333595122981933e-06, + "M": 3.632854713941924e-05, + "O": 7.245746019179933e-06, + "W": 6.170536153149442e-07, + "N": 0.00039809028385207057, + "Y": 4.1270315705332905e-05, + "U": 4.642341480121104e-07, + "K": 4.74214766654768e-06, + "L": 9.890154615277424e-07, + "G": 5.572085501626134e-05, + "F": 0.0004373094125185162, + "E": 0.002025956753641367, + "T": 0.00012132449046475813, + "P": 0.9587029814720154, + "-": 0.033652130514383316 + }, + "id": "tp_17301" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2162629, + "label": "-", + "classification": { + "B": 1.116842668125173e-06, + "S": 4.318595983932028e-06, + "I": 4.187150261714123e-05, + "C": 1.2861476079706335e-06, + "R": 1.8739616791663138e-07, + "M": 6.869686330901459e-05, + "O": 3.090321479248814e-05, + "W": 1.6880669591046171e-06, + "N": 4.815357897314243e-06, + "Y": 0.00021404592553153634, + "U": 1.4080390187132252e-08, + "K": 2.1690604626201093e-05, + "L": 1.6140492107297177e-06, + "G": 0.0010549972066655755, + "F": 0.08027277886867523, + "E": 0.002051382791250944, + "T": 0.0001041042705764994, + "P": 0.2264302521944046, + "-": 0.6896942853927612 + }, + "id": "tp_17302" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2162763, + "label": "-", + "classification": { + "B": 6.972553610873344e-12, + "S": 2.096145305940933e-12, + "I": 1.6134754332597367e-07, + "C": 2.1708651543050905e-10, + "R": 6.9952789220895095e-12, + "M": 1.7277639319246418e-09, + "O": 3.7307334999070463e-10, + "W": 4.983011833020745e-12, + "N": 5.961706683876855e-10, + "Y": 3.3501407870062394e-07, + "U": 3.8474457994541744e-12, + "K": 2.206633070711561e-10, + "L": 3.883298196893925e-12, + "G": 6.810421560032864e-09, + "F": 1.918693851621356e-05, + "E": 2.0198491768042004e-07, + "T": 1.2600332865986275e-07, + "P": 0.3616698980331421, + "-": 0.6383100748062134 + }, + "id": "tp_17303" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2162896, + "label": "P", + "classification": { + "B": 2.1097776303768967e-10, + "S": 1.6853754503109997e-10, + "I": 2.8983882657485083e-05, + "C": 9.002353529297125e-09, + "R": 6.26581231344403e-10, + "M": 9.505914277951888e-09, + "O": 2.651135533326965e-09, + "W": 1.435306318242624e-10, + "N": 2.5240271384063817e-07, + "Y": 1.604048094350219e-07, + "U": 2.226270695571131e-10, + "K": 2.6676307829376356e-09, + "L": 4.3703873853218056e-11, + "G": 4.469685066510465e-08, + "F": 3.5843963814841118e-06, + "E": 3.0147077723086113e-06, + "T": 3.691314702791715e-07, + "P": 0.9622501134872437, + "-": 0.037713516503572464 + }, + "id": "tp_17304" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2163030, + "label": "-", + "classification": { + "B": 1.485903400322286e-08, + "S": 3.944114368437113e-09, + "I": 3.23776293953415e-05, + "C": 2.464045962824457e-07, + "R": 1.749610234469401e-08, + "M": 7.637918315595016e-06, + "O": 5.324816356733209e-07, + "W": 7.438673677029328e-09, + "N": 2.453124352541636e-07, + "Y": 9.861683793133125e-05, + "U": 3.5199654302431327e-09, + "K": 3.018751471017822e-08, + "L": 2.4972447221216498e-08, + "G": 1.453683216823265e-05, + "F": 0.00021858558466192335, + "E": 3.6489658668870106e-05, + "T": 4.174429705017246e-05, + "P": 0.11026246100664139, + "-": 0.889286458492279 + }, + "id": "tp_17305" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2163130, + "label": "-", + "classification": { + "B": 2.5420407112619614e-08, + "S": 7.785237343682638e-09, + "I": 6.659042264800519e-05, + "C": 7.545891662630311e-07, + "R": 6.472770763821245e-08, + "M": 1.5161728015300469e-06, + "O": 7.843328830858809e-07, + "W": 1.6820397519268226e-08, + "N": 1.5767686818435322e-06, + "Y": 9.625719940231647e-06, + "U": 1.3644245733246407e-08, + "K": 3.9795445161416865e-08, + "L": 2.2570644020447617e-08, + "G": 6.497268259408884e-06, + "F": 8.973788499133661e-05, + "E": 2.0650599253713153e-05, + "T": 3.4035168937407434e-05, + "P": 0.3550575375556946, + "-": 0.64471036195755 + }, + "id": "tp_17306" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2163263, + "label": "-", + "classification": { + "B": 1.366239846950501e-11, + "S": 1.0376967514436064e-11, + "I": 1.0146296602897564e-07, + "C": 8.669711060171892e-10, + "R": 9.28999238647421e-12, + "M": 6.830815468816809e-09, + "O": 1.06010589195904e-09, + "W": 1.6062783048109708e-11, + "N": 7.684543001929001e-10, + "Y": 1.1550501994861406e-06, + "U": 5.142853590905938e-12, + "K": 2.0270609635275605e-09, + "L": 6.857553153799545e-12, + "G": 4.066540171265842e-08, + "F": 6.656874757027254e-05, + "E": 1.2160232927271863e-06, + "T": 1.1926425713681965e-07, + "P": 0.11153396219015121, + "-": 0.8883968591690063 + }, + "id": "tp_17307" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2163397, + "label": "-", + "classification": { + "B": 7.654529093903406e-11, + "S": 1.3306328261464273e-10, + "I": 4.1626844904385507e-07, + "C": 4.353181637384296e-08, + "R": 1.6122179147259885e-09, + "M": 1.2932218851346988e-07, + "O": 1.952184192077766e-08, + "W": 2.3779989088978937e-10, + "N": 2.4374218199341158e-09, + "Y": 1.0279909474775195e-05, + "U": 6.669056279440255e-11, + "K": 2.8022373754765795e-08, + "L": 7.302460303115765e-10, + "G": 2.4735720671742456e-06, + "F": 0.0013426045188680291, + "E": 1.8314904082217254e-06, + "T": 1.6221385976677993e-06, + "P": 0.013479062356054783, + "-": 0.9851614236831665 + }, + "id": "tp_17308" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2163530, + "label": "-", + "classification": { + "B": 4.596304847837018e-08, + "S": 9.954213453511329e-08, + "I": 1.8621232811710797e-05, + "C": 1.6562818245802191e-06, + "R": 9.048964955127303e-08, + "M": 1.1310792160657002e-06, + "O": 8.336961627719575e-07, + "W": 1.3640628537814337e-07, + "N": 3.75065815205744e-06, + "Y": 0.00014882339746691287, + "U": 5.006820558151048e-08, + "K": 0.00012893528037238866, + "L": 2.4378872254260386e-08, + "G": 6.326664879452437e-05, + "F": 0.02528177760541439, + "E": 0.002739640884101391, + "T": 3.0727936973562464e-05, + "P": 0.40251895785331726, + "-": 0.5690614581108093 + }, + "id": "tp_17309" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2163630, + "label": "P", + "classification": { + "B": 1.276682581874411e-07, + "S": 1.5338098569017689e-09, + "I": 1.653821163927205e-05, + "C": 2.6595918711791455e-07, + "R": 5.8790439183553644e-09, + "M": 7.721964152551664e-07, + "O": 8.391202044322199e-08, + "W": 1.7601827773106038e-09, + "N": 1.4488882982277573e-07, + "Y": 6.718886197631946e-06, + "U": 2.3594943776572563e-09, + "K": 3.324830410988966e-10, + "L": 2.35659918246256e-08, + "G": 5.3795452004123945e-06, + "F": 1.8421103959553875e-05, + "E": 2.923972533608321e-05, + "T": 5.707386208086973e-06, + "P": 0.8201181292533875, + "-": 0.17979834973812103 + }, + "id": "tp_17310" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2163764, + "label": "-", + "classification": { + "B": 7.223852094284666e-07, + "S": 1.746999714669073e-06, + "I": 8.706352673470974e-05, + "C": 1.0327278687327635e-05, + "R": 1.0650605872797314e-06, + "M": 2.3198492272058502e-05, + "O": 1.0862778253795113e-05, + "W": 1.5393815147035639e-06, + "N": 1.0348978321417235e-05, + "Y": 0.0005029598833061755, + "U": 6.436661124098464e-07, + "K": 4.726218321593478e-05, + "L": 8.340732051692612e-07, + "G": 0.0001064155949279666, + "F": 0.008858568966388702, + "E": 0.0007191967451944947, + "T": 0.00021638897305820137, + "P": 0.1749666929244995, + "-": 0.814434289932251 + }, + "id": "tp_17311" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2163897, + "label": "P", + "classification": { + "B": 2.738233604304696e-07, + "S": 1.553330548631493e-07, + "I": 0.0007122522220015526, + "C": 1.40988288421795e-06, + "R": 3.4136984794486125e-08, + "M": 1.5632473150617443e-05, + "O": 1.1730975302270963e-06, + "W": 7.446538319300089e-08, + "N": 3.1867930374573916e-05, + "Y": 2.1046547772129998e-05, + "U": 6.354400028385498e-08, + "K": 2.907632392634696e-07, + "L": 1.223098848868176e-07, + "G": 8.376529876841232e-06, + "F": 8.29702039482072e-05, + "E": 0.0005038693198002875, + "T": 3.676475535030477e-05, + "P": 0.9410252571105957, + "-": 0.05755839869379997 + }, + "id": "tp_17312" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2164031, + "label": "P", + "classification": { + "B": 2.9125568623555864e-09, + "S": 5.576552553065994e-10, + "I": 1.086080146706081e-06, + "C": 2.4916504415273266e-09, + "R": 1.3841110202417184e-10, + "M": 6.063742574724529e-08, + "O": 1.0368618852396594e-08, + "W": 5.55899562493245e-11, + "N": 1.234073643274769e-08, + "Y": 1.1854916692755069e-06, + "U": 3.858644740534212e-12, + "K": 1.4518672375452013e-10, + "L": 3.6406280767842247e-10, + "G": 1.1415274911996676e-06, + "F": 0.0004772640822920948, + "E": 3.4337967917963397e-06, + "T": 5.147859383214382e-07, + "P": 0.7254331111907959, + "-": 0.27408215403556824 + }, + "id": "tp_17313" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2164131, + "label": "-", + "classification": { + "B": 9.110962650993315e-07, + "S": 3.6782981283067784e-07, + "I": 0.000739928858820349, + "C": 0.0002616127603687346, + "R": 8.695627911947668e-06, + "M": 0.00014022526738699526, + "O": 1.3206762560002971e-05, + "W": 5.066204948889208e-07, + "N": 1.5523957699770108e-05, + "Y": 0.001325766323134303, + "U": 4.829524868910084e-07, + "K": 1.658944893279113e-05, + "L": 2.2167728275235277e-06, + "G": 0.0008215639390982687, + "F": 0.009233424440026283, + "E": 0.0021104386541992426, + "T": 0.00024450590717606246, + "P": 0.1263555884361267, + "-": 0.858708381652832 + }, + "id": "tp_17314" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2164264, + "label": "-", + "classification": { + "B": 3.993859756801221e-11, + "S": 2.1471259492589212e-10, + "I": 7.870409717725124e-06, + "C": 4.400834185958047e-08, + "R": 2.76245581964929e-09, + "M": 3.2901698432397097e-07, + "O": 8.075882362845732e-08, + "W": 6.314848088884162e-10, + "N": 1.1096431506985027e-07, + "Y": 9.152946404356044e-06, + "U": 9.554492613750298e-11, + "K": 2.2708666946869016e-08, + "L": 4.523066365891282e-10, + "G": 2.3747422801534412e-06, + "F": 0.000494210107717663, + "E": 1.0032088539446704e-05, + "T": 2.292528733960353e-06, + "P": 0.17754368484020233, + "-": 0.8219298124313354 + }, + "id": "tp_17315" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2164398, + "label": "-", + "classification": { + "B": 1.3349286120956094e-07, + "S": 9.539395051660904e-08, + "I": 0.00018853010260500014, + "C": 2.565508339102962e-06, + "R": 3.0515175808432105e-07, + "M": 6.148489046609029e-05, + "O": 8.017967047635466e-06, + "W": 1.1024011570270886e-07, + "N": 2.8817839847761206e-06, + "Y": 0.0002037466474575922, + "U": 4.971679246068561e-08, + "K": 1.63261439922735e-08, + "L": 6.600719757443585e-07, + "G": 2.3329999748966657e-05, + "F": 8.680125029059127e-05, + "E": 4.1407576645724475e-05, + "T": 0.0006195131572894752, + "P": 0.1908455193042755, + "-": 0.8079147338867188 + }, + "id": "tp_17316" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2164531, + "label": "P", + "classification": { + "B": 1.298474609084943e-11, + "S": 2.528197486431627e-12, + "I": 3.340800347473305e-08, + "C": 2.2216397558422196e-12, + "R": 1.0762790940595235e-13, + "M": 1.4456610908375467e-10, + "O": 2.206948790384189e-10, + "W": 1.2571109517939272e-12, + "N": 1.4838105744097163e-10, + "Y": 3.503799028692356e-09, + "U": 5.555765334006209e-14, + "K": 8.711519732581413e-14, + "L": 1.390096913446437e-12, + "G": 8.671519058367494e-10, + "F": 2.954693343326653e-07, + "E": 8.424179576138613e-09, + "T": 4.7095856103851474e-08, + "P": 0.6823229789733887, + "-": 0.3176766335964203 + }, + "id": "tp_17317" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2164631, + "label": "P", + "classification": { + "B": 1.1868711742579752e-11, + "S": 2.8356450867961236e-11, + "I": 1.4648899195890408e-06, + "C": 4.776805173634102e-09, + "R": 8.107266247225908e-11, + "M": 1.516129000123101e-09, + "O": 9.422301827655133e-10, + "W": 3.512042046072139e-11, + "N": 1.669990012942435e-08, + "Y": 3.9398443618665624e-07, + "U": 4.549586402058381e-11, + "K": 2.1641223924007136e-08, + "L": 5.910360308808427e-12, + "G": 2.585278302547067e-08, + "F": 4.605411595548503e-05, + "E": 1.4388199360837461e-06, + "T": 1.759429864023332e-07, + "P": 0.6112717390060425, + "-": 0.38867878913879395 + }, + "id": "tp_17318" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2164765, + "label": "P", + "classification": { + "B": 6.3348717446048714e-15, + "S": 3.863193182100091e-15, + "I": 4.563538880120177e-09, + "C": 4.48128459253766e-13, + "R": 3.1185597419052576e-15, + "M": 2.068961538551073e-12, + "O": 1.2408106226519111e-12, + "W": 6.07594054889281e-15, + "N": 1.702901882005836e-11, + "Y": 3.470000953242902e-10, + "U": 4.534034382479551e-15, + "K": 1.0597113464516639e-12, + "L": 6.535410288878234e-16, + "G": 4.806474315777187e-11, + "F": 1.5663127328480186e-07, + "E": 7.856578498888211e-09, + "T": 1.0184456611384007e-09, + "P": 0.8959226608276367, + "-": 0.10407717525959015 + }, + "id": "tp_17319" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2164898, + "label": "-", + "classification": { + "B": 2.0138724465823543e-08, + "S": 5.0091806258478755e-08, + "I": 7.020694465609267e-05, + "C": 3.9487829894824245e-07, + "R": 2.6585905033016388e-08, + "M": 6.488946269200824e-07, + "O": 5.680485628545284e-07, + "W": 5.918970202856144e-08, + "N": 5.844949100719532e-06, + "Y": 3.0748989956919104e-05, + "U": 4.8295454746494215e-08, + "K": 8.606255505583249e-06, + "L": 9.341221129943733e-09, + "G": 3.0878038614901016e-06, + "F": 0.0009880878496915102, + "E": 0.00026990132755599916, + "T": 1.766252717061434e-05, + "P": 0.49365919828414917, + "-": 0.504944920539856 + }, + "id": "tp_17320" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2165032, + "label": "P", + "classification": { + "B": 6.261020189413102e-06, + "S": 1.2962035498276236e-06, + "I": 0.0003161719941999763, + "C": 1.4021625247551128e-06, + "R": 4.3662240045705403e-07, + "M": 2.7312529709888622e-05, + "O": 2.213452353316825e-05, + "W": 1.1580342516026576e-06, + "N": 9.095745554077439e-06, + "Y": 4.529658326646313e-05, + "U": 7.540356961044381e-08, + "K": 9.959737212739128e-08, + "L": 8.465300993520941e-07, + "G": 1.9540580979082733e-05, + "F": 0.00027741939993575215, + "E": 0.0001861793571151793, + "T": 4.652828283724375e-05, + "P": 0.708075225353241, + "-": 0.2909635603427887 + }, + "id": "tp_17321" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2165132, + "label": "-", + "classification": { + "B": 8.271930362901969e-11, + "S": 5.906429512148037e-11, + "I": 1.289330384679488e-06, + "C": 2.3945911920009166e-09, + "R": 6.376964234444671e-11, + "M": 1.1675497901819654e-08, + "O": 5.703570504778099e-09, + "W": 6.389480611268539e-11, + "N": 1.0931316296591831e-08, + "Y": 1.7295971588282555e-07, + "U": 2.4111334456788924e-11, + "K": 5.610666931055164e-10, + "L": 7.421432912657622e-11, + "G": 9.201558981430935e-08, + "F": 2.301984204677865e-05, + "E": 5.413329517978127e-07, + "T": 8.431284186372068e-07, + "P": 0.46971994638442993, + "-": 0.530254065990448 + }, + "id": "tp_17322" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2165265, + "label": "P", + "classification": { + "B": 9.257161259768054e-09, + "S": 6.930288565243359e-10, + "I": 2.2242577415454434e-06, + "C": 1.1994861992548067e-08, + "R": 1.042373631854332e-09, + "M": 6.002890273748562e-08, + "O": 9.11176130102831e-08, + "W": 1.5528656138741326e-09, + "N": 5.1994696548263164e-08, + "Y": 2.236748287032242e-06, + "U": 9.89810122753454e-10, + "K": 2.8117690398232753e-09, + "L": 1.8260272183212578e-09, + "G": 6.584688208022271e-07, + "F": 4.883874862571247e-05, + "E": 2.890264340749127e-06, + "T": 3.176106019964209e-06, + "P": 0.6137067079544067, + "-": 0.3862329125404358 + }, + "id": "tp_17323" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2165399, + "label": "-", + "classification": { + "B": 3.262093040135028e-09, + "S": 8.72439898103039e-10, + "I": 2.352473302380531e-06, + "C": 3.50884015176689e-08, + "R": 1.4271783754793432e-09, + "M": 2.700264758459525e-07, + "O": 6.756310710898106e-08, + "W": 1.448674624704438e-09, + "N": 6.613939262933854e-08, + "Y": 4.644091677619144e-05, + "U": 1.015497574918811e-09, + "K": 5.545330736822507e-07, + "L": 1.2482592737228515e-09, + "G": 9.317078365711495e-06, + "F": 0.0011777397012338042, + "E": 5.460889951791614e-05, + "T": 5.732344561693026e-06, + "P": 0.17081256210803986, + "-": 0.8278902769088745 + }, + "id": "tp_17324" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2165532, + "label": "-", + "classification": { + "B": 1.8709751525847196e-09, + "S": 1.2593848186526202e-10, + "I": 1.684910671428952e-06, + "C": 1.0752803980551562e-08, + "R": 9.226698849396087e-10, + "M": 2.7186749207430694e-07, + "O": 3.341698473491306e-08, + "W": 1.1254246146119584e-10, + "N": 8.207369894819294e-09, + "Y": 7.243376785481814e-06, + "U": 9.874566442302779e-11, + "K": 8.806042006703763e-10, + "L": 2.903781659568949e-09, + "G": 4.787104899151018e-06, + "F": 0.0002083853614749387, + "E": 8.223130862461403e-06, + "T": 4.844952400162583e-06, + "P": 0.11171114444732666, + "-": 0.8880533576011658 + }, + "id": "tp_17325" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2165632, + "label": "P", + "classification": { + "B": 1.175387698282293e-08, + "S": 4.383503282578971e-11, + "I": 9.059962394530885e-06, + "C": 2.96819315792618e-08, + "R": 8.889259883737566e-10, + "M": 3.737120124469584e-08, + "O": 5.208534048506408e-09, + "W": 3.886036284428407e-11, + "N": 2.3040906071969403e-08, + "Y": 1.441105723642977e-06, + "U": 6.249840228678138e-11, + "K": 1.2634082668938618e-10, + "L": 5.661922042321521e-10, + "G": 1.7423251392756356e-06, + "F": 1.2308558325457852e-05, + "E": 5.806914032291388e-06, + "T": 3.9913322780193994e-07, + "P": 0.8533117771148682, + "-": 0.14665743708610535 + }, + "id": "tp_17326" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2165766, + "label": "-", + "classification": { + "B": 9.850088545379845e-14, + "S": 4.529632148964763e-13, + "I": 5.963332938563326e-08, + "C": 4.5188588981837086e-11, + "R": 8.133588746093989e-13, + "M": 6.534048857531616e-10, + "O": 1.2337396382289256e-10, + "W": 1.0700621161721657e-12, + "N": 3.1192054494866284e-10, + "Y": 4.8268418595398543e-08, + "U": 3.7391872367495416e-13, + "K": 1.7909902727542004e-10, + "L": 3.5949127247074386e-13, + "G": 2.6856898927007933e-09, + "F": 1.3731719263887499e-05, + "E": 1.6508198541487218e-07, + "T": 8.315556954130443e-08, + "P": 0.38933876156806946, + "-": 0.6106471419334412 + }, + "id": "tp_17327" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2165899, + "label": "-", + "classification": { + "B": 1.2371917934572707e-09, + "S": 1.1785995512880731e-09, + "I": 4.0404511310043745e-06, + "C": 1.5546367748697776e-08, + "R": 5.211263642834751e-10, + "M": 1.8931264378352353e-07, + "O": 3.835029005472279e-08, + "W": 2.033945234458656e-09, + "N": 1.0956355822600017e-07, + "Y": 1.1520266525621992e-05, + "U": 1.1991754256257536e-09, + "K": 3.237165913105855e-07, + "L": 3.4740596510651756e-10, + "G": 8.100485047179973e-07, + "F": 0.00020392138685565442, + "E": 2.2424495909945108e-05, + "T": 4.588419415085809e-06, + "P": 0.3592537045478821, + "-": 0.6404982209205627 + }, + "id": "tp_17328" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2166033, + "label": "P", + "classification": { + "B": 4.6324133629515804e-14, + "S": 2.3019414607979016e-13, + "I": 1.278204830867935e-08, + "C": 2.2745689880199205e-12, + "R": 5.6728510371183496e-14, + "M": 9.151197161161306e-11, + "O": 1.929578025139378e-11, + "W": 2.3271312719723436e-13, + "N": 1.2481415900822412e-10, + "Y": 2.388538788977712e-08, + "U": 4.376863861578137e-14, + "K": 3.0932294919905345e-11, + "L": 1.3960030471828113e-14, + "G": 2.544844612817343e-10, + "F": 1.3832109289069194e-06, + "E": 1.4424546890268175e-08, + "T": 4.88597322600981e-08, + "P": 0.5225830674171448, + "-": 0.4774154722690582 + }, + "id": "tp_17329" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2166133, + "label": "-", + "classification": { + "B": 7.261800605284918e-10, + "S": 1.7256920337160864e-09, + "I": 2.458523795212386e-06, + "C": 7.41714885066358e-08, + "R": 2.871977544671722e-09, + "M": 9.913625831359241e-08, + "O": 5.357055599120031e-08, + "W": 2.1531132432528466e-09, + "N": 7.594577056124763e-08, + "Y": 9.349082574772183e-06, + "U": 9.898839525845915e-10, + "K": 8.649176663766411e-08, + "L": 1.0844307674062748e-09, + "G": 1.1611559784796555e-06, + "F": 0.0007241318817250431, + "E": 7.080598606989952e-06, + "T": 3.3050571346393554e-06, + "P": 0.2808358669281006, + "-": 0.718416154384613 + }, + "id": "tp_17330" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2166266, + "label": "-", + "classification": { + "B": 3.060363351625739e-10, + "S": 1.3664672171564973e-10, + "I": 1.4548168110195547e-05, + "C": 1.2590803635248449e-06, + "R": 8.203457468880515e-08, + "M": 2.0043164283833903e-07, + "O": 3.456623076658616e-08, + "W": 4.5647746693688873e-10, + "N": 3.5994855096532774e-08, + "Y": 1.1077758244937286e-05, + "U": 5.855766982421073e-10, + "K": 3.9880894142640955e-09, + "L": 3.6645031453730326e-09, + "G": 7.730218385404442e-06, + "F": 0.00016256167145911604, + "E": 4.222089501126902e-06, + "T": 2.4116970962495543e-06, + "P": 0.27645620703697205, + "-": 0.7233395576477051 + }, + "id": "tp_17331" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2166400, + "label": "P", + "classification": { + "B": 1.1358830542818055e-11, + "S": 5.077399611863598e-11, + "I": 1.2105635960324435e-06, + "C": 5.853467016647684e-11, + "R": 6.830404297719639e-12, + "M": 5.876107239677353e-11, + "O": 7.108724719984139e-10, + "W": 2.148779071342588e-11, + "N": 2.4682284660570986e-08, + "Y": 1.6008456782401481e-09, + "U": 1.4514227493489518e-12, + "K": 3.841140946980737e-11, + "L": 1.7470107391975853e-12, + "G": 7.346154240472913e-10, + "F": 9.762056834006216e-07, + "E": 7.311006555710264e-08, + "T": 5.978401773631958e-09, + "P": 0.9868496656417847, + "-": 0.013147978112101555 + }, + "id": "tp_17332" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2166533, + "label": "P", + "classification": { + "B": 6.865697593783082e-11, + "S": 2.542191457344245e-11, + "I": 1.1830890116470982e-06, + "C": 7.942023705354018e-10, + "R": 5.247161732890859e-11, + "M": 1.8115793309902983e-08, + "O": 4.189962599099317e-09, + "W": 5.3032044033951564e-11, + "N": 4.6735904035699605e-09, + "Y": 4.2721831050585024e-07, + "U": 1.8193469300542553e-11, + "K": 8.623891184500465e-11, + "L": 9.091651737014317e-11, + "G": 4.4685133815391964e-08, + "F": 9.925580343406182e-06, + "E": 2.2507605024202348e-07, + "T": 1.3454339296004036e-06, + "P": 0.5865699052810669, + "-": 0.41341686248779297 + }, + "id": "tp_17333" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2166633, + "label": "-", + "classification": { + "B": 1.1682607103935538e-09, + "S": 1.4308596085754743e-08, + "I": 8.290358891827054e-06, + "C": 7.446262628718614e-08, + "R": 4.883711213210518e-09, + "M": 2.2341857857099967e-06, + "O": 2.507509577753808e-07, + "W": 4.067795877915614e-09, + "N": 2.865988051325985e-07, + "Y": 3.098635716014542e-05, + "U": 1.1590786108683915e-09, + "K": 1.6419754444996215e-08, + "L": 4.0585037552887115e-09, + "G": 1.6059597101047984e-06, + "F": 0.0002110293717123568, + "E": 8.390874427277595e-06, + "T": 4.7394678404089063e-05, + "P": 0.3374558389186859, + "-": 0.6622336506843567 + }, + "id": "tp_17334" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2166767, + "label": "-", + "classification": { + "B": 2.997989634323517e-10, + "S": 7.530364110053256e-10, + "I": 9.909803338814527e-06, + "C": 6.054518308928891e-08, + "R": 1.985561493000887e-09, + "M": 2.8048160061189265e-07, + "O": 5.034559436012387e-08, + "W": 2.294977319294844e-09, + "N": 1.3738782911332237e-07, + "Y": 5.248080924502574e-06, + "U": 1.846726882526184e-09, + "K": 1.926419734843421e-08, + "L": 2.0059496286251033e-09, + "G": 3.2944555528047204e-07, + "F": 0.0001100997906178236, + "E": 9.327269253844861e-06, + "T": 1.1314468792988919e-05, + "P": 0.3528430759906769, + "-": 0.647010087966919 + }, + "id": "tp_17335" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2166900, + "label": "P", + "classification": { + "B": 3.191085440334973e-08, + "S": 4.964719124700423e-08, + "I": 0.00014655222184956074, + "C": 2.368738307723106e-07, + "R": 3.869551790103287e-08, + "M": 9.996566632253234e-07, + "O": 5.483133236339199e-07, + "W": 3.607259202453861e-08, + "N": 5.257804787106579e-06, + "Y": 4.841204827243928e-06, + "U": 1.3212051008792969e-08, + "K": 1.4951675098018313e-07, + "L": 2.4522730512899216e-08, + "G": 2.458966491758474e-06, + "F": 0.00011909999011550099, + "E": 2.2410453311749734e-05, + "T": 2.154477078875061e-05, + "P": 0.8908013105392456, + "-": 0.1088743582367897 + }, + "id": "tp_17336" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2167000, + "label": "-", + "classification": { + "B": 1.278135755455878e-06, + "S": 1.369481168467246e-07, + "I": 0.00012601503112819046, + "C": 1.955897459993139e-06, + "R": 8.59903224181835e-08, + "M": 5.0513397582108155e-05, + "O": 1.9040207916987129e-06, + "W": 5.532190883172916e-08, + "N": 4.185361831332557e-06, + "Y": 0.00012574360880535096, + "U": 3.1765242880510414e-08, + "K": 6.134978889349441e-07, + "L": 2.196782418195653e-07, + "G": 6.175223097670823e-05, + "F": 0.0016161312814801931, + "E": 0.000786394695751369, + "T": 0.0001216837263200432, + "P": 0.39307382702827454, + "-": 0.6040274500846863 + }, + "id": "tp_17337" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2167134, + "label": "P", + "classification": { + "B": 1.3845428969982976e-10, + "S": 6.139072583621896e-10, + "I": 1.7154192391899414e-05, + "C": 4.387050012155669e-08, + "R": 1.6330503616046599e-09, + "M": 1.9916988946988567e-08, + "O": 1.7879987268543118e-08, + "W": 1.3272124510521621e-09, + "N": 3.468263685135753e-07, + "Y": 2.3351144591288175e-06, + "U": 7.351881325945442e-10, + "K": 1.2701616469712462e-07, + "L": 2.733794857157079e-10, + "G": 2.726480374803941e-07, + "F": 0.0003526065847836435, + "E": 1.3567364476330113e-05, + "T": 1.0325843504688237e-06, + "P": 0.6481115818023682, + "-": 0.35150083899497986 + }, + "id": "tp_17338" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2167267, + "label": "-", + "classification": { + "B": 1.6022142769830548e-15, + "S": 2.0393368526001876e-14, + "I": 3.6087908217297127e-09, + "C": 1.1718987759368193e-11, + "R": 1.264887446086188e-13, + "M": 3.963724747729769e-12, + "O": 9.985102154830283e-12, + "W": 1.361654116283778e-13, + "N": 4.181533938552029e-11, + "Y": 1.3099305640196235e-08, + "U": 7.964318088490505e-14, + "K": 2.5782305179689047e-09, + "L": 1.8162254096780895e-15, + "G": 1.6641062139388652e-10, + "F": 1.6414916899520904e-05, + "E": 2.7582837347495115e-08, + "T": 1.9116854765854896e-09, + "P": 0.11403892934322357, + "-": 0.885944664478302 + }, + "id": "tp_17339" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2167401, + "label": "-", + "classification": { + "B": 2.8940958074485934e-08, + "S": 3.8429710969012376e-08, + "I": 1.248531771125272e-05, + "C": 5.432303851193865e-07, + "R": 4.098600214774706e-08, + "M": 4.435300979821477e-06, + "O": 1.7319730432063807e-06, + "W": 6.919940886973563e-08, + "N": 6.674212045254535e-07, + "Y": 7.618795643793419e-05, + "U": 3.2718801890041505e-08, + "K": 1.447138288312999e-06, + "L": 6.456839685142768e-08, + "G": 1.5248974705173168e-05, + "F": 0.001391031313687563, + "E": 2.974415292555932e-05, + "T": 8.02067297627218e-05, + "P": 0.13371609151363373, + "-": 0.8646699786186218 + }, + "id": "tp_17340" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2167501, + "label": "-", + "classification": { + "B": 6.147699710412624e-11, + "S": 4.107164261468732e-11, + "I": 8.738077212910866e-07, + "C": 5.0514341154439535e-08, + "R": 2.673559151844529e-09, + "M": 6.223474713351607e-08, + "O": 2.3381563352131707e-08, + "W": 2.0465008854220201e-10, + "N": 6.610386460437212e-09, + "Y": 6.254409072425915e-06, + "U": 1.1372757596772587e-10, + "K": 6.266208885108426e-09, + "L": 6.95310475862243e-10, + "G": 1.987384393942193e-06, + "F": 0.00030641097691841424, + "E": 2.033041937465896e-06, + "T": 1.5578331158394576e-06, + "P": 0.08989822864532471, + "-": 0.9097826480865479 + }, + "id": "tp_17341" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2167634, + "label": "P", + "classification": { + "B": 7.9381140549728e-10, + "S": 6.48916476109207e-10, + "I": 1.1897444892383646e-05, + "C": 2.2501172480815512e-08, + "R": 1.2173173580265484e-09, + "M": 1.3793710706977436e-07, + "O": 3.180487340159743e-08, + "W": 3.537708570533482e-09, + "N": 2.1385338300206058e-07, + "Y": 4.018098479718901e-06, + "U": 4.2969286462302136e-10, + "K": 6.073367444514588e-07, + "L": 1.420264184037734e-10, + "G": 4.228704142406059e-07, + "F": 0.0006213128799572587, + "E": 8.2998929428868e-05, + "T": 8.518308050042833e-07, + "P": 0.5727939605712891, + "-": 0.42648351192474365 + }, + "id": "tp_17342" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2167768, + "label": "P", + "classification": { + "B": 3.6940571135346545e-07, + "S": 1.8205560081696603e-07, + "I": 0.0004409600514918566, + "C": 1.4739094694959931e-05, + "R": 3.451006250543287e-06, + "M": 2.8450311219785362e-05, + "O": 6.261104772420367e-06, + "W": 4.3868178067896224e-07, + "N": 9.778088497114368e-06, + "Y": 0.0002223168412456289, + "U": 6.228744950931286e-07, + "K": 8.569647320655349e-07, + "L": 8.944176670411252e-07, + "G": 6.476524140452966e-05, + "F": 0.0005985717289149761, + "E": 0.00022057583555579185, + "T": 0.000212692582863383, + "P": 0.5076927542686462, + "-": 0.4904813766479492 + }, + "id": "tp_17343" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2167901, + "label": "P", + "classification": { + "B": 8.165594866937909e-10, + "S": 1.0968247643461382e-08, + "I": 1.6313500964315608e-05, + "C": 7.421543823937782e-09, + "R": 6.972503685531706e-10, + "M": 2.7315800821270386e-07, + "O": 5.8894219279181925e-08, + "W": 3.633948031378509e-09, + "N": 1.2470694628063939e-06, + "Y": 4.4071216507290956e-06, + "U": 7.298429638424864e-10, + "K": 1.7355340560243349e-06, + "L": 4.0098416254075175e-10, + "G": 2.5318990992673207e-07, + "F": 0.0009409224730916321, + "E": 0.00010128746362170205, + "T": 4.402786544233095e-06, + "P": 0.7575013637542725, + "-": 0.24142765998840332 + }, + "id": "tp_17344" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2168001, + "label": "P", + "classification": { + "B": 1.0684178874953432e-08, + "S": 1.807708827072929e-07, + "I": 1.6616368156974204e-05, + "C": 1.9573172949094442e-07, + "R": 1.6139352965183207e-08, + "M": 4.678919367506751e-07, + "O": 6.833044494669593e-07, + "W": 1.2707327812222502e-07, + "N": 5.79336710870848e-06, + "Y": 3.175443271175027e-05, + "U": 2.334689952476765e-08, + "K": 3.802425999310799e-05, + "L": 8.386492389433897e-09, + "G": 5.52439587409026e-06, + "F": 0.009006833657622337, + "E": 0.0006219087517820299, + "T": 1.5137327864067629e-05, + "P": 0.6514313817024231, + "-": 0.3388253152370453 + }, + "id": "tp_17345" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2168135, + "label": "-", + "classification": { + "B": 1.6039371220077925e-10, + "S": 1.2785433822770642e-10, + "I": 3.096646423728089e-07, + "C": 6.190354895352357e-09, + "R": 5.790206647482421e-10, + "M": 1.4516209034809435e-07, + "O": 2.610445548612006e-08, + "W": 1.609922889445059e-10, + "N": 2.3639241675255107e-09, + "Y": 9.45824558584718e-06, + "U": 6.28754479037319e-11, + "K": 9.037798842648215e-10, + "L": 7.8550360660401e-10, + "G": 5.531398983293911e-07, + "F": 0.00011815204925369471, + "E": 7.94110292190453e-07, + "T": 4.645871740649454e-06, + "P": 0.04021748527884483, + "-": 0.9596483707427979 + }, + "id": "tp_17346" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2168268, + "label": "P", + "classification": { + "B": 4.9771071708448744e-09, + "S": 3.7149175402539925e-10, + "I": 8.988863555714488e-06, + "C": 1.5206653714017193e-08, + "R": 2.7805302504901874e-10, + "M": 8.2317953342681e-08, + "O": 1.2431969231840867e-08, + "W": 5.029112126742064e-10, + "N": 2.788852100366057e-07, + "Y": 5.435405796561099e-07, + "U": 4.730942304576047e-10, + "K": 5.6175997187324356e-09, + "L": 3.6822905835620645e-10, + "G": 2.0220505803081323e-07, + "F": 2.3808112018741667e-05, + "E": 2.8286318411119282e-05, + "T": 9.225950634572655e-07, + "P": 0.9532051086425781, + "-": 0.04673164710402489 + }, + "id": "tp_17347" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2168402, + "label": "P", + "classification": { + "B": 1.0390376559143988e-07, + "S": 2.523144075894379e-07, + "I": 0.0002647613873705268, + "C": 7.922910185698129e-07, + "R": 9.277854218225912e-08, + "M": 4.250592610333115e-06, + "O": 1.3324221299626515e-06, + "W": 2.1096218461025273e-07, + "N": 1.2563894415507093e-05, + "Y": 3.0002882340340875e-05, + "U": 4.725166746766263e-08, + "K": 8.440382771368604e-06, + "L": 5.762382571106173e-08, + "G": 2.0957675587851554e-05, + "F": 0.0032870585564523935, + "E": 0.0010424614883959293, + "T": 1.4706651199958287e-05, + "P": 0.7690398693084717, + "-": 0.22627201676368713 + }, + "id": "tp_17348" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2168502, + "label": "-", + "classification": { + "B": 2.6000299691020246e-09, + "S": 1.9709137100143437e-10, + "I": 2.373153847656795e-06, + "C": 2.3122201042724555e-08, + "R": 1.4864707242878694e-09, + "M": 4.440063889887824e-07, + "O": 5.3068362149133463e-08, + "W": 1.1874930205824086e-10, + "N": 7.102723298402225e-09, + "Y": 1.0371511052653659e-05, + "U": 5.2082164969657896e-11, + "K": 2.6600877056637273e-10, + "L": 3.1264397737373884e-09, + "G": 7.188830295490334e-06, + "F": 0.00013098240015096962, + "E": 1.80538802396768e-06, + "T": 6.231729003047803e-06, + "P": 0.05694007873535156, + "-": 0.9429003000259399 + }, + "id": "tp_17349" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2168635, + "label": "-", + "classification": { + "B": 4.578940351884775e-11, + "S": 6.091405591740484e-12, + "I": 1.7667098006768356e-07, + "C": 4.5369094592295767e-10, + "R": 2.2538493640866797e-11, + "M": 9.622941554709996e-09, + "O": 1.7520100925594306e-09, + "W": 1.7140887667577154e-11, + "N": 5.74526370922257e-10, + "Y": 3.406143207485002e-07, + "U": 2.820054736604738e-12, + "K": 3.030428338823832e-11, + "L": 1.5985599996493072e-11, + "G": 6.103490335362949e-08, + "F": 1.987289942917414e-05, + "E": 2.4503179929524777e-07, + "T": 1.7985010458687611e-07, + "P": 0.4070870876312256, + "-": 0.5928919911384583 + }, + "id": "tp_17350" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2168769, + "label": "P", + "classification": { + "B": 5.583165155783991e-14, + "S": 1.9745799979364702e-14, + "I": 2.602143354124564e-07, + "C": 1.4475594334317776e-11, + "R": 3.057415974040689e-13, + "M": 4.9810117835891177e-11, + "O": 1.2982523042714966e-11, + "W": 3.1392816406301816e-14, + "N": 5.847961004334934e-10, + "Y": 1.7122975037864308e-08, + "U": 4.3458929488947307e-14, + "K": 4.6615159648988325e-12, + "L": 6.097815937085305e-14, + "G": 1.483902667409609e-09, + "F": 1.0842253459486528e-06, + "E": 1.1804782928948043e-07, + "T": 1.1189539073086507e-08, + "P": 0.8937004208564758, + "-": 0.10629814863204956 + }, + "id": "tp_17351" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2168902, + "label": "P", + "classification": { + "B": 4.575338152790209e-06, + "S": 1.1875472409883514e-05, + "I": 0.0003322020638734102, + "C": 2.7066753318649717e-06, + "R": 7.615128083671152e-07, + "M": 2.6744210117612965e-05, + "O": 3.241260128561407e-05, + "W": 4.104233539692359e-06, + "N": 6.708774890284985e-05, + "Y": 9.969541133614257e-05, + "U": 6.878047997815884e-07, + "K": 2.201595634687692e-05, + "L": 1.8248553033117787e-06, + "G": 0.00012109123053960502, + "F": 0.006143087055534124, + "E": 0.0010719943093135953, + "T": 0.00016994444013107568, + "P": 0.7209591269493103, + "-": 0.27092814445495605 + }, + "id": "tp_17352" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2169002, + "label": "-", + "classification": { + "B": 4.58385968071795e-11, + "S": 7.314296390781294e-10, + "I": 4.885978341917507e-06, + "C": 9.883896723295038e-08, + "R": 6.2168674652696154e-09, + "M": 8.644335025564942e-08, + "O": 4.811434450857632e-08, + "W": 4.652090712653489e-09, + "N": 1.7081310943467543e-07, + "Y": 1.3186569049139507e-05, + "U": 1.6886912979074964e-09, + "K": 4.386325144878356e-06, + "L": 3.908107448769016e-10, + "G": 7.765750638100144e-07, + "F": 0.003943224903196096, + "E": 3.6724290112033486e-05, + "T": 1.7369118268106831e-06, + "P": 0.1396941840648651, + "-": 0.856300413608551 + }, + "id": "tp_17353" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2169136, + "label": "P", + "classification": { + "B": 2.3656835171359525e-11, + "S": 2.1698217875232295e-11, + "I": 2.0154167941655032e-05, + "C": 8.35580049596274e-10, + "R": 4.576581821846837e-11, + "M": 2.3071118349093922e-08, + "O": 1.978867736340817e-09, + "W": 1.6059523502698347e-11, + "N": 4.004262521561941e-08, + "Y": 1.287141060402064e-07, + "U": 8.506808105157582e-12, + "K": 9.536645778629449e-12, + "L": 6.064235225089476e-11, + "G": 3.465274645009231e-08, + "F": 4.2675083022913896e-07, + "E": 1.4844144970993511e-06, + "T": 4.516194849202293e-07, + "P": 0.9453771114349365, + "-": 0.054600100964307785 + }, + "id": "tp_17354" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2169269, + "label": "P", + "classification": { + "B": 7.962761526536521e-12, + "S": 7.659932584058726e-12, + "I": 4.785683245245309e-07, + "C": 1.9269828788193166e-10, + "R": 4.963664895774045e-12, + "M": 1.9769976766781383e-09, + "O": 5.161223115557334e-10, + "W": 8.208368880435746e-12, + "N": 8.002939644313756e-09, + "Y": 7.475872365603209e-08, + "U": 4.85303030400841e-12, + "K": 1.2499943302657357e-08, + "L": 1.119003219078596e-12, + "G": 1.0296519192820597e-08, + "F": 3.684838520712219e-05, + "E": 4.866568815486971e-06, + "T": 6.357009851853945e-08, + "P": 0.7882038950920105, + "-": 0.2117536962032318 + }, + "id": "tp_17355" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2169403, + "label": "P", + "classification": { + "B": 0.00011015773634426296, + "S": 4.211739360471256e-05, + "I": 0.0028619610238820314, + "C": 0.0001791243557818234, + "R": 5.158963176654652e-05, + "M": 0.0007810965762473643, + "O": 0.0004002493806183338, + "W": 4.277004336472601e-05, + "N": 0.00043004710460081697, + "Y": 0.002252183621749282, + "U": 2.3557724489364773e-05, + "K": 5.8256911870557815e-05, + "L": 5.293809954309836e-05, + "G": 0.0018383574206382036, + "F": 0.008783981204032898, + "E": 0.0032154854852706194, + "T": 0.0024734819307923317, + "P": 0.49365299940109253, + "-": 0.48274970054626465 + }, + "id": "tp_17356" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2169503, + "label": "-", + "classification": { + "B": 7.557702019767021e-07, + "S": 6.850813178971293e-07, + "I": 5.232576950220391e-05, + "C": 6.132785983936628e-06, + "R": 1.4968861705710879e-06, + "M": 4.9225971451960504e-05, + "O": 1.2412066098477226e-05, + "W": 4.43798484184299e-07, + "N": 2.1267333067953587e-06, + "Y": 0.000789509154856205, + "U": 2.3852595631979057e-07, + "K": 6.396423941623652e-07, + "L": 1.152526238001883e-06, + "G": 6.435596151277423e-05, + "F": 0.0018105364870280027, + "E": 3.359991387696937e-05, + "T": 0.000589053553994745, + "P": 0.10161993652582169, + "-": 0.8949652910232544 + }, + "id": "tp_17357" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2169636, + "label": "-", + "classification": { + "B": 4.22677093325774e-09, + "S": 1.5142248344091058e-08, + "I": 2.486059884176939e-06, + "C": 5.945078651592439e-09, + "R": 8.412974206173374e-10, + "M": 4.1160134855999786e-07, + "O": 1.1577984082578041e-07, + "W": 6.053680223772062e-09, + "N": 6.510629191325279e-08, + "Y": 3.4223576221847907e-06, + "U": 5.081098319870136e-10, + "K": 3.506899304284161e-08, + "L": 1.8071459884083652e-09, + "G": 1.2507031499353616e-07, + "F": 0.0003610737039707601, + "E": 8.677565347170457e-06, + "T": 5.696511834685225e-06, + "P": 0.28568145632743835, + "-": 0.7139363884925842 + }, + "id": "tp_17358" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2169770, + "label": "-", + "classification": { + "B": 2.0335512829205982e-08, + "S": 5.023008142757135e-08, + "I": 9.52482605498517e-06, + "C": 3.2165914376491855e-07, + "R": 3.3185497017029775e-08, + "M": 8.809103064777446e-07, + "O": 6.806894816691056e-07, + "W": 5.238187128497884e-08, + "N": 6.747310976606968e-07, + "Y": 6.149153341539204e-05, + "U": 2.5506688317022963e-08, + "K": 6.405047315638512e-06, + "L": 9.72182778724573e-09, + "G": 5.695805612049298e-06, + "F": 0.002605332527309656, + "E": 7.822876068530604e-05, + "T": 1.581131982675288e-05, + "P": 0.31181421875953674, + "-": 0.6854004859924316 + }, + "id": "tp_17359" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2169903, + "label": "-", + "classification": { + "B": 6.628672055697393e-10, + "S": 8.122342382010928e-11, + "I": 2.8943645702383947e-06, + "C": 4.078781756788885e-08, + "R": 9.336539319448889e-10, + "M": 5.1332193606867804e-08, + "O": 1.4802293613058737e-08, + "W": 1.6389160861773888e-10, + "N": 4.287664623348064e-08, + "Y": 3.1907434276945423e-06, + "U": 4.0053838024078914e-10, + "K": 1.625834755714095e-08, + "L": 3.674642257145422e-10, + "G": 1.1762496114897658e-06, + "F": 9.32019465835765e-05, + "E": 7.82620281825075e-06, + "T": 2.6899163003690774e-06, + "P": 0.3863568603992462, + "-": 0.6135320067405701 + }, + "id": "tp_17360" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2170003, + "label": "-", + "classification": { + "B": 3.354284894546006e-13, + "S": 4.095375514406863e-12, + "I": 1.710998049020418e-06, + "C": 1.043245712040175e-09, + "R": 9.863766747830738e-11, + "M": 6.596425095040104e-08, + "O": 2.2886850192804786e-09, + "W": 8.939374414318468e-12, + "N": 3.862651531960637e-09, + "Y": 9.060394404514227e-06, + "U": 2.4436234286051572e-12, + "K": 7.408196833758041e-10, + "L": 5.366866239614465e-12, + "G": 1.3941252063887077e-07, + "F": 3.6733092656504596e-06, + "E": 2.2099440855072316e-07, + "T": 4.220230948703829e-06, + "P": 0.08823820948600769, + "-": 0.9117425680160522 + }, + "id": "tp_17361" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2170137, + "label": "-", + "classification": { + "B": 1.328982932591316e-07, + "S": 2.7233186372654927e-08, + "I": 0.0001456053723813966, + "C": 5.911635071242927e-06, + "R": 1.3602569879367366e-06, + "M": 1.9010642063221894e-05, + "O": 4.289978733140742e-06, + "W": 1.3476063998041354e-07, + "N": 1.1824284911199356e-06, + "Y": 0.00016799078730400652, + "U": 5.1234124498478195e-08, + "K": 2.4201193937756216e-08, + "L": 3.999163595835853e-07, + "G": 4.489722050493583e-05, + "F": 0.0002593704266473651, + "E": 2.9898499633418396e-05, + "T": 0.00010874358849832788, + "P": 0.186381533741951, + "-": 0.8128294348716736 + }, + "id": "tp_17362" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2170270, + "label": "-", + "classification": { + "B": 1.7641489657993503e-10, + "S": 1.0812381372182767e-11, + "I": 3.835428685761144e-07, + "C": 6.375230898747475e-10, + "R": 1.0698384886320689e-11, + "M": 2.947383670459658e-08, + "O": 4.817789278632745e-09, + "W": 1.372958517709133e-11, + "N": 1.9882291368844562e-09, + "Y": 4.082107523117884e-07, + "U": 4.504331803378836e-12, + "K": 1.455800410776753e-11, + "L": 5.093828830959879e-11, + "G": 7.278763547446943e-08, + "F": 2.5507602003926877e-06, + "E": 1.026019504024589e-06, + "T": 8.035727887545363e-07, + "P": 0.21311253309249878, + "-": 0.786882221698761 + }, + "id": "tp_17363" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2170404, + "label": "P", + "classification": { + "B": 2.917471819685602e-12, + "S": 5.2974291619989344e-12, + "I": 1.1579828651520074e-06, + "C": 5.908216138550415e-10, + "R": 1.3204824386714442e-11, + "M": 1.0376192349781377e-08, + "O": 9.468226203068753e-10, + "W": 4.907476335025418e-12, + "N": 2.0755758001200775e-08, + "Y": 5.744903432969295e-07, + "U": 4.049890631185882e-12, + "K": 1.6347215803236281e-09, + "L": 3.1518266729174682e-12, + "G": 2.147703881405505e-08, + "F": 2.645380300236866e-05, + "E": 2.9654684112756513e-06, + "T": 2.574877555616695e-07, + "P": 0.8240088820457458, + "-": 0.1759597212076187 + }, + "id": "tp_17364" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2170504, + "label": "-", + "classification": { + "B": 4.608261341965125e-11, + "S": 2.1780788977965315e-12, + "I": 1.9756057554332074e-06, + "C": 4.418131638317391e-08, + "R": 7.956050818158644e-10, + "M": 7.807201996001822e-09, + "O": 2.5421416083304393e-09, + "W": 2.1085324458658405e-11, + "N": 4.869769032467275e-09, + "Y": 6.278297064454819e-07, + "U": 4.906722597675106e-11, + "K": 2.825012446194819e-11, + "L": 1.061327761786579e-10, + "G": 1.4361087607994705e-07, + "F": 4.2133674469369e-06, + "E": 3.632504501638323e-07, + "T": 7.206262466752378e-07, + "P": 0.357516884803772, + "-": 0.6424750685691833 + }, + "id": "tp_17365" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2170637, + "label": "-", + "classification": { + "B": 9.622443120083091e-11, + "S": 2.2701548973991237e-11, + "I": 1.1007563216480776e-06, + "C": 4.615635429416898e-09, + "R": 7.839855153957132e-11, + "M": 2.325013248594132e-08, + "O": 8.061281420168598e-09, + "W": 5.8099504374187205e-11, + "N": 8.069541479471809e-09, + "Y": 6.65975733227242e-07, + "U": 2.3016685779531088e-11, + "K": 7.307370819553682e-10, + "L": 8.355260927572772e-11, + "G": 2.1711278463953931e-07, + "F": 6.604201189475134e-05, + "E": 2.2886399619892472e-06, + "T": 5.836903369527136e-07, + "P": 0.2860875725746155, + "-": 0.713841438293457 + }, + "id": "tp_17366" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2170771, + "label": "-", + "classification": { + "B": 5.6739474230127485e-12, + "S": 2.163929571554618e-13, + "I": 2.2149018263917242e-07, + "C": 6.851708644894927e-10, + "R": 2.857821835081098e-12, + "M": 7.1256724964996465e-09, + "O": 4.5428474870767843e-10, + "W": 5.117092188346162e-13, + "N": 6.26123708435955e-10, + "Y": 1.1457887438837133e-07, + "U": 6.363395053943233e-13, + "K": 7.764424519995927e-12, + "L": 4.566551130291696e-12, + "G": 7.101741772430614e-08, + "F": 4.132454250793671e-06, + "E": 1.7834947811934398e-06, + "T": 8.976569176866178e-08, + "P": 0.31713274121284485, + "-": 0.6828608512878418 + }, + "id": "tp_17367" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2170904, + "label": "-", + "classification": { + "B": 3.466359699277888e-10, + "S": 7.385051598030046e-11, + "I": 1.5855357560212724e-06, + "C": 4.492665794941786e-08, + "R": 7.730132089989183e-10, + "M": 1.9904292969386006e-07, + "O": 1.985116604430459e-08, + "W": 1.9102096293632798e-10, + "N": 2.6549461296099253e-08, + "Y": 9.29316047404427e-06, + "U": 1.940453908666484e-10, + "K": 4.581354673405258e-08, + "L": 1.302118135537711e-10, + "G": 9.788149100131704e-07, + "F": 4.640438419301063e-05, + "E": 1.1770847777370363e-05, + "T": 2.9794191505061463e-06, + "P": 0.179407000541687, + "-": 0.8205196261405945 + }, + "id": "tp_17368" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2171004, + "label": "P", + "classification": { + "B": 1.0389498129370622e-05, + "S": 1.757290533532796e-06, + "I": 0.0007596822688356042, + "C": 1.5458723282790743e-05, + "R": 1.3709227459912654e-06, + "M": 0.00011982652358710766, + "O": 2.6415968022774905e-05, + "W": 1.7730758372636046e-06, + "N": 3.654084503068589e-05, + "Y": 9.247994603356346e-05, + "U": 4.959001103088667e-07, + "K": 9.526109465696209e-07, + "L": 1.940194806593354e-06, + "G": 5.818609133712016e-05, + "F": 0.00024333396868314594, + "E": 0.0006929044611752033, + "T": 0.0003736750513780862, + "P": 0.5289821624755859, + "-": 0.4685807228088379 + }, + "id": "tp_17369" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2171138, + "label": "-", + "classification": { + "B": 1.6993253382224793e-07, + "S": 1.615945421917786e-07, + "I": 4.4474647438619286e-05, + "C": 8.769724786361621e-07, + "R": 7.726691819698317e-08, + "M": 1.6143073935381835e-06, + "O": 1.66051063388295e-06, + "W": 1.3909398433042952e-07, + "N": 3.15784927806817e-06, + "Y": 9.904749458655715e-05, + "U": 6.846965305840058e-08, + "K": 2.346040901102242e-06, + "L": 7.661628842470236e-08, + "G": 1.5845302186789922e-05, + "F": 0.002493400825187564, + "E": 0.00010768568608909845, + "T": 4.1853327275021e-05, + "P": 0.46898946166038513, + "-": 0.5281979441642761 + }, + "id": "tp_17370" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2171271, + "label": "-", + "classification": { + "B": 2.373247431908254e-10, + "S": 1.8007469959613331e-09, + "I": 3.77722835764871e-06, + "C": 1.6142270453656238e-07, + "R": 5.895891774798656e-09, + "M": 2.3859684006311e-07, + "O": 5.5054712788660254e-08, + "W": 3.3085068018579022e-09, + "N": 1.0430366614855302e-07, + "Y": 2.415028757241089e-05, + "U": 1.118945491818124e-09, + "K": 7.126026275727781e-07, + "L": 1.129161320001515e-09, + "G": 2.076812961604446e-06, + "F": 0.0012718354118987918, + "E": 1.5898465790087357e-05, + "T": 5.656982921209419e-06, + "P": 0.1499970406293869, + "-": 0.8486782908439636 + }, + "id": "tp_17371" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2171405, + "label": "-", + "classification": { + "B": 2.112635222317749e-08, + "S": 2.2139385436048542e-08, + "I": 7.392407860606909e-05, + "C": 1.5173804968071636e-06, + "R": 3.562105632681778e-07, + "M": 1.1562904091988457e-06, + "O": 7.405411110994464e-07, + "W": 6.7507947676404e-08, + "N": 1.9165211142535554e-06, + "Y": 0.00028643201221711934, + "U": 5.7388184870887926e-08, + "K": 3.228455170756206e-06, + "L": 2.2447318670515415e-08, + "G": 1.8212394934380427e-05, + "F": 0.0010654873913154006, + "E": 3.925692362827249e-05, + "T": 4.292227094992995e-05, + "P": 0.314055860042572, + "-": 0.6844088435173035 + }, + "id": "tp_17372" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2171505, + "label": "P", + "classification": { + "B": 9.074567060451955e-05, + "S": 4.8349389544455335e-05, + "I": 0.0008066004957072437, + "C": 5.731385317631066e-05, + "R": 5.9123408391315024e-06, + "M": 0.00030231112032197416, + "O": 0.00013758217392023653, + "W": 2.0429317373782396e-05, + "N": 0.0001208340036100708, + "Y": 0.00146420206874609, + "U": 7.103643838490825e-06, + "K": 3.027760612894781e-05, + "L": 1.8901779185398482e-05, + "G": 0.000755925546400249, + "F": 0.008242682553827763, + "E": 0.0024039146956056356, + "T": 0.0011063381098210812, + "P": 0.534279465675354, + "-": 0.4501011073589325 + }, + "id": "tp_17373" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2171638, + "label": "P", + "classification": { + "B": 1.1099180596829683e-07, + "S": 7.005912152635574e-07, + "I": 0.0006826188764534891, + "C": 4.68143127818621e-07, + "R": 1.286620374685299e-07, + "M": 2.5284875846409705e-06, + "O": 1.8317239209864056e-06, + "W": 3.3686171718727564e-07, + "N": 0.00011480019020382315, + "Y": 1.2303788935241755e-05, + "U": 1.2686642492099054e-07, + "K": 1.591970431036316e-05, + "L": 4.1295106001371096e-08, + "G": 7.879254553699866e-06, + "F": 0.000516943633556366, + "E": 0.0008745085797272623, + "T": 1.8796263248077594e-05, + "P": 0.9608505964279175, + "-": 0.03689927980303764 + }, + "id": "tp_17374" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2171772, + "label": "P", + "classification": { + "B": 9.957860057363543e-12, + "S": 2.6509053632772783e-11, + "I": 3.316548458087709e-08, + "C": 2.973436497022419e-10, + "R": 2.9273679834351807e-12, + "M": 2.982814550911428e-10, + "O": 6.89004131526616e-10, + "W": 4.041631265772061e-11, + "N": 5.525008894835537e-09, + "Y": 4.543051801420006e-08, + "U": 3.1497857707479815e-12, + "K": 2.583255742649726e-08, + "L": 1.2817539998127847e-12, + "G": 3.4400912340970535e-08, + "F": 0.0012876959517598152, + "E": 1.7207676137331873e-05, + "T": 3.1888180984651626e-08, + "P": 0.8463206887245178, + "-": 0.152374267578125 + }, + "id": "tp_17375" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2171905, + "label": "-", + "classification": { + "B": 1.1932924648405674e-09, + "S": 3.83290149619242e-10, + "I": 1.4723025287821656e-06, + "C": 5.5136073484618464e-08, + "R": 3.1590665638958626e-09, + "M": 4.0256114175463154e-07, + "O": 6.242125749622573e-08, + "W": 4.774683426411741e-10, + "N": 3.211877697140153e-08, + "Y": 1.5118765077204444e-05, + "U": 4.88354134908775e-10, + "K": 2.4628764805356695e-08, + "L": 1.8942969415292055e-09, + "G": 2.7153125756740337e-06, + "F": 0.0006553137791343033, + "E": 1.332651936536422e-05, + "T": 7.789304618199822e-06, + "P": 0.20001435279846191, + "-": 0.7992894053459167 + }, + "id": "tp_17376" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2172005, + "label": "-", + "classification": { + "B": 9.493278163574814e-09, + "S": 9.264257694319156e-10, + "I": 3.2492459922650596e-06, + "C": 1.218147627213284e-08, + "R": 2.784756036877667e-10, + "M": 1.7784288957045646e-06, + "O": 5.0038018173381715e-08, + "W": 4.5157189099143125e-10, + "N": 3.760627720339471e-08, + "Y": 9.295446034229826e-06, + "U": 1.3527881592700908e-10, + "K": 5.328294694351143e-09, + "L": 1.4189225350236256e-09, + "G": 1.3924624227001914e-06, + "F": 0.00018125318456441164, + "E": 6.709765875712037e-05, + "T": 4.33942977906554e-06, + "P": 0.2888166606426239, + "-": 0.7109149098396301 + }, + "id": "tp_17377" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2172139, + "label": "-", + "classification": { + "B": 7.756719710982907e-09, + "S": 5.078359954779899e-10, + "I": 1.1228337370994268e-07, + "C": 2.0534245137593388e-10, + "R": 2.940193227773946e-11, + "M": 3.9714233679433164e-08, + "O": 8.942402729417154e-08, + "W": 2.840194746056568e-10, + "N": 9.650313881337524e-10, + "Y": 3.0848480037093395e-07, + "U": 6.8044090327512574e-12, + "K": 6.985968661193942e-12, + "L": 1.445465525051759e-09, + "G": 2.610355238630291e-07, + "F": 3.512383045745082e-05, + "E": 1.8572930571281177e-07, + "T": 1.2396538977554883e-06, + "P": 0.15377485752105713, + "-": 0.8461877703666687 + }, + "id": "tp_17378" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2172272, + "label": "-", + "classification": { + "B": 1.2221224210406945e-07, + "S": 5.930818058885734e-10, + "I": 1.1118228030682076e-05, + "C": 1.9109982929421676e-07, + "R": 9.30930088571813e-09, + "M": 1.3175430240153219e-06, + "O": 1.504951825381795e-07, + "W": 6.85465462169077e-10, + "N": 3.8079893016629285e-08, + "Y": 2.5655772333266214e-05, + "U": 6.380460604304972e-10, + "K": 2.207607707749304e-10, + "L": 3.511350854523698e-08, + "G": 2.7173824491910636e-05, + "F": 5.402603710535914e-05, + "E": 1.1431319762778003e-05, + "T": 2.969818888232112e-05, + "P": 0.16651639342308044, + "-": 0.8333227038383484 + }, + "id": "tp_17379" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2172406, + "label": "-", + "classification": { + "B": 2.5485962851234945e-07, + "S": 2.0796504074382938e-08, + "I": 2.7393527489039116e-05, + "C": 7.315132393159729e-07, + "R": 7.011387737065888e-08, + "M": 1.201127452077344e-05, + "O": 1.167298250948079e-06, + "W": 1.2746275146469088e-08, + "N": 3.563499433312245e-07, + "Y": 0.00023086360306479037, + "U": 1.4590560759586424e-08, + "K": 1.5597156277635804e-07, + "L": 1.6357063259420102e-07, + "G": 0.00014630872465204448, + "F": 0.0012398145627230406, + "E": 0.00012078374857082963, + "T": 8.068815805017948e-05, + "P": 0.1447743922472, + "-": 0.8533649444580078 + }, + "id": "tp_17380" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2172506, + "label": "P", + "classification": { + "B": 1.7679689656713293e-10, + "S": 1.4994830377368373e-10, + "I": 2.1269712306093425e-05, + "C": 1.5548330400960708e-09, + "R": 1.335105775934764e-10, + "M": 1.1142011757669934e-08, + "O": 1.9804327067163285e-09, + "W": 8.34941490945873e-11, + "N": 3.3731791404534306e-07, + "Y": 2.0145131429671892e-07, + "U": 6.032146310230857e-11, + "K": 9.199408346205473e-09, + "L": 3.1726003768550726e-11, + "G": 4.55986324254809e-08, + "F": 5.608535047940677e-06, + "E": 1.3092321751173586e-05, + "T": 1.9499317716054065e-07, + "P": 0.9882411360740662, + "-": 0.01171808410435915 + }, + "id": "tp_17381" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2172639, + "label": "-", + "classification": { + "B": 4.830815214518225e-07, + "S": 2.1430439289815695e-07, + "I": 0.00011797234765253961, + "C": 7.161074336181628e-06, + "R": 6.32618309737154e-07, + "M": 1.9348108253325336e-05, + "O": 5.240272912487853e-06, + "W": 3.241554793476098e-07, + "N": 7.1743766056897584e-06, + "Y": 0.0004415893054101616, + "U": 3.08438842466785e-07, + "K": 2.1926118279225193e-05, + "L": 3.262871928200184e-07, + "G": 0.00017463088443037122, + "F": 0.0034976776223629713, + "E": 0.0006246307166293263, + "T": 0.00016287995094899088, + "P": 0.27657973766326904, + "-": 0.7183377146720886 + }, + "id": "tp_17382" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2172773, + "label": "-", + "classification": { + "B": 3.3477706717910394e-11, + "S": 2.0852621712696973e-11, + "I": 3.468991760513518e-09, + "C": 2.8766492660148302e-11, + "R": 1.1992703921950842e-12, + "M": 4.233565498168446e-09, + "O": 2.3627246825697057e-09, + "W": 9.888520557943536e-12, + "N": 5.1394621197742296e-11, + "Y": 9.376488918633186e-08, + "U": 2.193434913951367e-13, + "K": 4.46561451011851e-12, + "L": 5.7191950827983895e-12, + "G": 7.473631491450305e-09, + "F": 1.9338936908752657e-05, + "E": 2.0976795411797866e-08, + "T": 1.1649202491526012e-07, + "P": 0.08904387056827545, + "-": 0.9109365344047546 + }, + "id": "tp_17383" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2172906, + "label": "-", + "classification": { + "B": 6.044344170140492e-13, + "S": 1.8425701502761127e-13, + "I": 6.6338574633562075e-09, + "C": 7.10620451371824e-11, + "R": 9.32093378175347e-13, + "M": 1.6339635422468746e-08, + "O": 4.806989806205308e-10, + "W": 2.4724458049484033e-13, + "N": 5.446528644759141e-12, + "Y": 5.2712703535462424e-08, + "U": 2.397792725548735e-14, + "K": 2.983207688582283e-14, + "L": 1.363895541645066e-11, + "G": 1.7259706552863463e-08, + "F": 5.94812581766746e-06, + "E": 1.0731256772089637e-08, + "T": 1.0417555529329547e-07, + "P": 0.02278781495988369, + "-": 0.9772059917449951 + }, + "id": "tp_17384" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2173006, + "label": "-", + "classification": { + "B": 6.93948953855994e-10, + "S": 8.239449122982023e-10, + "I": 1.1141725735797081e-05, + "C": 1.0877037937007117e-07, + "R": 3.569400108816012e-09, + "M": 2.9328259643079946e-07, + "O": 1.0232249536556992e-07, + "W": 1.8485761810183021e-09, + "N": 1.1743208006009809e-07, + "Y": 7.16253225618857e-06, + "U": 1.0074313605556995e-09, + "K": 8.319786637400739e-09, + "L": 1.54980783761971e-09, + "G": 8.384313332499005e-07, + "F": 4.172988701611757e-05, + "E": 8.191876077034976e-06, + "T": 6.237145953491563e-06, + "P": 0.22607605159282684, + "-": 0.7738480567932129 + }, + "id": "tp_17385" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2173140, + "label": "P", + "classification": { + "B": 1.7306632793534504e-09, + "S": 7.004284929834625e-10, + "I": 5.499817052623257e-05, + "C": 1.245845311359517e-07, + "R": 2.4031090450904458e-09, + "M": 1.4770982659229048e-07, + "O": 2.240367891204187e-08, + "W": 7.389002742996809e-10, + "N": 7.857354944462713e-07, + "Y": 1.6589582401138614e-06, + "U": 1.6703032290621422e-09, + "K": 3.45827473324789e-08, + "L": 1.437153174244088e-09, + "G": 1.4859917882859008e-06, + "F": 6.59278521197848e-05, + "E": 8.117009565467015e-05, + "T": 1.3522176232072525e-06, + "P": 0.9130439758300781, + "-": 0.0867483913898468 + }, + "id": "tp_17386" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2173273, + "label": "P", + "classification": { + "B": 7.637467206222937e-06, + "S": 4.975138836016413e-06, + "I": 0.001028782338835299, + "C": 3.722387191373855e-05, + "R": 5.509803486347664e-06, + "M": 5.6379773013759404e-05, + "O": 4.093048846698366e-05, + "W": 5.412227892520605e-06, + "N": 0.00021848244068678468, + "Y": 0.0004047779075335711, + "U": 4.8655383579898626e-06, + "K": 8.006131247384474e-05, + "L": 2.378589670115616e-06, + "G": 0.00021033803932368755, + "F": 0.0037414655089378357, + "E": 0.0027419955004006624, + "T": 0.00042920911801047623, + "P": 0.6862874627113342, + "-": 0.30469217896461487 + }, + "id": "tp_17387" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2173407, + "label": "-", + "classification": { + "B": 1.5323295883717947e-05, + "S": 9.60865418164758e-06, + "I": 2.0759425751748495e-05, + "C": 3.9647347875870764e-06, + "R": 8.418983838964778e-07, + "M": 6.564476643688977e-05, + "O": 5.4759042541263625e-05, + "W": 3.886774265993154e-06, + "N": 1.8274383819516515e-06, + "Y": 0.00014854389883112162, + "U": 6.822099862802133e-08, + "K": 6.921503654666594e-07, + "L": 4.766096481034765e-06, + "G": 0.00016316706023644656, + "F": 0.026595426723361015, + "E": 0.00015224138041958213, + "T": 8.310044358950108e-05, + "P": 0.1198049783706665, + "-": 0.8528704047203064 + }, + "id": "tp_17388" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2173507, + "label": "-", + "classification": { + "B": 4.03844694574218e-07, + "S": 6.651304715887818e-07, + "I": 3.4685937862377614e-05, + "C": 3.836551513813902e-06, + "R": 4.4254539943722193e-07, + "M": 2.251379373774398e-05, + "O": 7.881181772972923e-06, + "W": 4.6201995473893476e-07, + "N": 3.856739567709155e-06, + "Y": 0.00045145765761844814, + "U": 1.7765650284218282e-07, + "K": 5.749863248638576e-06, + "L": 6.11415998719167e-07, + "G": 7.448121323250234e-05, + "F": 0.010509788058698177, + "E": 0.00015524060290772468, + "T": 0.00022461563639808446, + "P": 0.20515473186969757, + "-": 0.7833485007286072 + }, + "id": "tp_17389" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2173640, + "label": "-", + "classification": { + "B": 1.0746303047426409e-07, + "S": 4.872630299246339e-08, + "I": 1.614480970602017e-05, + "C": 1.5515342965954915e-07, + "R": 2.7726631657287726e-08, + "M": 3.688328888529213e-06, + "O": 1.4258026794777834e-06, + "W": 4.986802082385111e-08, + "N": 3.5681188137459685e-07, + "Y": 2.2587051716982387e-05, + "U": 8.920691740854636e-09, + "K": 5.01931367580255e-08, + "L": 9.076121187945319e-08, + "G": 9.07727371668443e-06, + "F": 0.0009036273695528507, + "E": 4.997908035875298e-05, + "T": 3.8774029235355556e-05, + "P": 0.30915436148643494, + "-": 0.6897994875907898 + }, + "id": "tp_17390" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2173774, + "label": "-", + "classification": { + "B": 9.54824912469121e-08, + "S": 3.906384904439619e-08, + "I": 3.342117452120874e-06, + "C": 4.606506252002873e-07, + "R": 3.4648017788185825e-08, + "M": 3.8928592402953655e-06, + "O": 1.610761614756484e-06, + "W": 4.3912624647646226e-08, + "N": 9.432365288830624e-08, + "Y": 4.306260234443471e-05, + "U": 3.895787248353599e-09, + "K": 8.720800792616501e-08, + "L": 9.382035415228529e-08, + "G": 1.7908774680108763e-05, + "F": 0.002970476634800434, + "E": 1.7549327822052874e-05, + "T": 2.1517313143704087e-05, + "P": 0.05860358104109764, + "-": 0.9383161067962646 + }, + "id": "tp_17391" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2173907, + "label": "-", + "classification": { + "B": 4.205122472455969e-09, + "S": 2.0116905363742887e-10, + "I": 3.8622562925638704e-08, + "C": 1.627595502817769e-09, + "R": 2.0142004383827405e-11, + "M": 1.9143793394960085e-07, + "O": 3.0578494403243894e-08, + "W": 5.082354329055683e-11, + "N": 9.689978819338307e-10, + "Y": 1.8569032533832797e-07, + "U": 6.458666934605617e-12, + "K": 1.5633254239755257e-12, + "L": 6.498970805957072e-10, + "G": 1.2425354611877992e-07, + "F": 1.9470958250167314e-06, + "E": 2.7367980237613665e-07, + "T": 7.110073056537658e-06, + "P": 0.2058241367340088, + "-": 0.7941659092903137 + }, + "id": "tp_17392" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2174007, + "label": "-", + "classification": { + "B": 6.1575460676976945e-06, + "S": 3.865703206429316e-07, + "I": 2.4508681235602126e-06, + "C": 2.2093286133895162e-07, + "R": 9.171417758579992e-08, + "M": 3.021568772965111e-05, + "O": 9.667521226219833e-06, + "W": 1.5737225567136193e-07, + "N": 9.267093048492825e-08, + "Y": 0.00024212429707404226, + "U": 7.78899433839797e-09, + "K": 8.514220439792552e-08, + "L": 7.373311632363766e-07, + "G": 0.00011745585652533919, + "F": 0.001091929618269205, + "E": 1.4536853996105492e-05, + "T": 0.00014482534606941044, + "P": 0.023230329155921936, + "-": 0.9751085042953491 + }, + "id": "tp_17393" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2174141, + "label": "-", + "classification": { + "B": 7.084301500981383e-07, + "S": 2.0171972892057966e-07, + "I": 0.00029662196175195277, + "C": 2.6472469016880495e-06, + "R": 5.887139309379563e-07, + "M": 3.531749825924635e-05, + "O": 7.194782483566087e-06, + "W": 3.4135538840018853e-07, + "N": 1.0830973224074114e-05, + "Y": 0.00016807678912300617, + "U": 2.4564033651586215e-07, + "K": 1.0542740938035422e-06, + "L": 7.402071560136392e-07, + "G": 5.346318721421994e-05, + "F": 0.000622333085630089, + "E": 0.00021631487470585853, + "T": 0.0003132290730718523, + "P": 0.48167353868484497, + "-": 0.5165966749191284 + }, + "id": "tp_17394" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2174274, + "label": "-", + "classification": { + "B": 8.901206882683255e-09, + "S": 9.554069180239821e-08, + "I": 1.265110131498659e-05, + "C": 6.079510512790876e-07, + "R": 1.9073300450145325e-07, + "M": 2.8090414616599446e-06, + "O": 1.5818665133338072e-06, + "W": 1.0585723231315569e-07, + "N": 8.26222958494327e-07, + "Y": 0.0010130227310582995, + "U": 2.1509277914333325e-08, + "K": 1.937114939210005e-05, + "L": 2.7554319714795383e-08, + "G": 3.317828304716386e-05, + "F": 0.009977464564144611, + "E": 3.025966179848183e-05, + "T": 0.0001744428154779598, + "P": 0.02829490229487419, + "-": 0.9604384899139404 + }, + "id": "tp_17395" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2174408, + "label": "P", + "classification": { + "B": 2.613039450614918e-13, + "S": 1.4410970246986343e-12, + "I": 2.1508708414330613e-06, + "C": 4.057889579911489e-10, + "R": 9.560713332135151e-12, + "M": 5.581828332879013e-10, + "O": 1.1971237889873976e-10, + "W": 1.3022579976179616e-12, + "N": 1.2775964286504404e-08, + "Y": 6.777415961778388e-08, + "U": 1.3339108463628069e-12, + "K": 2.8814398089771487e-10, + "L": 1.0508277191109694e-12, + "G": 8.991997368923421e-09, + "F": 1.1971073945460375e-05, + "E": 1.1785124343077769e-06, + "T": 2.7448756156900345e-08, + "P": 0.9351502060890198, + "-": 0.06483426690101624 + }, + "id": "tp_17396" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2174508, + "label": "-", + "classification": { + "B": 4.094868194526313e-11, + "S": 3.5373456941378834e-10, + "I": 5.238199264567811e-06, + "C": 1.5795018271091976e-07, + "R": 2.983739122441875e-08, + "M": 4.773400519297866e-07, + "O": 1.475413000662229e-07, + "W": 1.740976474096101e-09, + "N": 5.0216737434993775e-08, + "Y": 1.5643043298041448e-05, + "U": 1.3308742996542833e-09, + "K": 1.1534669219770421e-08, + "L": 3.6981886442077894e-09, + "G": 8.621883580417489e-07, + "F": 0.00013170922466088086, + "E": 1.146065642387839e-06, + "T": 3.935530548915267e-05, + "P": 0.04406518116593361, + "-": 0.9557400941848755 + }, + "id": "tp_17397" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2174641, + "label": "P", + "classification": { + "B": 3.5935785597240866e-11, + "S": 2.0231448460972246e-11, + "I": 1.3651569133799057e-05, + "C": 3.841455598063703e-09, + "R": 2.5406154957607896e-10, + "M": 1.204998341108876e-07, + "O": 7.373143873223853e-09, + "W": 2.1987604445494746e-11, + "N": 6.139674013638796e-08, + "Y": 1.3532388720705057e-06, + "U": 2.2529641346968887e-11, + "K": 2.4961180344895695e-10, + "L": 1.6034192029668048e-10, + "G": 3.5950597521150485e-07, + "F": 9.47876469581388e-06, + "E": 6.090169790695654e-06, + "T": 8.504780453222338e-07, + "P": 0.8847859501838684, + "-": 0.11518195271492004 + }, + "id": "tp_17398" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2174775, + "label": "-", + "classification": { + "B": 2.3968476980940068e-08, + "S": 6.459219292764828e-08, + "I": 4.3075137909909245e-06, + "C": 5.502313342731213e-07, + "R": 3.363530254318903e-08, + "M": 1.108551714423811e-06, + "O": 8.637362043373287e-07, + "W": 1.358864576417318e-08, + "N": 2.507476892787963e-07, + "Y": 2.2680296751786955e-05, + "U": 4.5585943908577065e-09, + "K": 1.0501758396230798e-07, + "L": 5.4165035123787675e-08, + "G": 1.715049620543141e-05, + "F": 0.002706705592572689, + "E": 6.224995104275877e-06, + "T": 3.356613888172433e-05, + "P": 0.06464722752571106, + "-": 0.9325591325759888 + }, + "id": "tp_17399" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2174908, + "label": "-", + "classification": { + "B": 2.02327410079306e-05, + "S": 3.421711880946532e-05, + "I": 0.00043209223076701164, + "C": 3.057034336961806e-05, + "R": 5.956736913503846e-06, + "M": 0.00036069052293896675, + "O": 0.00013374192349147052, + "W": 2.8786209441022947e-05, + "N": 0.0001013668006635271, + "Y": 0.002547311596572399, + "U": 1.043668726197211e-05, + "K": 0.00041850050911307335, + "L": 1.2247166523593478e-05, + "G": 0.0006464571342803538, + "F": 0.02436034008860588, + "E": 0.0029693159740418196, + "T": 0.0012716755736619234, + "P": 0.2646079659461975, + "-": 0.7020081281661987 + }, + "id": "tp_17400" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2175008, + "label": "-", + "classification": { + "B": 7.910355748208531e-07, + "S": 4.525394956544915e-07, + "I": 1.8758018995868042e-05, + "C": 7.671444279822026e-08, + "R": 1.2854869169132144e-08, + "M": 5.931969553785166e-06, + "O": 3.858129275613464e-06, + "W": 1.4647305590642645e-07, + "N": 6.247350370358618e-07, + "Y": 2.0864628822891973e-05, + "U": 6.942635799589425e-09, + "K": 5.498452182450819e-08, + "L": 2.0530086430881056e-07, + "G": 1.2517362847574987e-05, + "F": 0.0014467689907178283, + "E": 5.413411054178141e-05, + "T": 3.3212225389434025e-05, + "P": 0.2904217541217804, + "-": 0.7079797983169556 + }, + "id": "tp_17401" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2175142, + "label": "-", + "classification": { + "B": 8.138162144177841e-08, + "S": 1.35563613667955e-08, + "I": 1.4671684311906574e-06, + "C": 1.193620935424633e-08, + "R": 1.647115999148241e-09, + "M": 6.079739591768885e-07, + "O": 7.206579084595433e-07, + "W": 7.120547707017977e-09, + "N": 1.616923128722192e-08, + "Y": 2.145581674994901e-06, + "U": 1.0650753196062013e-10, + "K": 5.282473347634209e-10, + "L": 1.8933011602939587e-08, + "G": 4.879027073911857e-06, + "F": 0.0007084192475304008, + "E": 5.646798854286317e-06, + "T": 1.16339617761696e-06, + "P": 0.24266129732131958, + "-": 0.756613552570343 + }, + "id": "tp_17402" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2175275, + "label": "P", + "classification": { + "B": 2.4359311442956333e-11, + "S": 3.919208707570121e-12, + "I": 1.1858870863079574e-07, + "C": 3.853354024752065e-10, + "R": 9.58847758136816e-12, + "M": 3.8211581121494476e-10, + "O": 2.0442070258752665e-10, + "W": 6.334056109474906e-12, + "N": 8.022123521023161e-10, + "Y": 1.487212220041556e-08, + "U": 7.568949265089608e-13, + "K": 8.117084088210547e-11, + "L": 8.194137642719701e-13, + "G": 2.824008360491348e-09, + "F": 1.4255598216550425e-05, + "E": 1.5585932544581738e-07, + "T": 1.7279361941291427e-08, + "P": 0.8237060904502869, + "-": 0.17627927660942078 + }, + "id": "tp_17403" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2175375, + "label": "-", + "classification": { + "B": 1.9992958755210566e-07, + "S": 4.214790578771499e-07, + "I": 0.0001488512643845752, + "C": 2.1856758394278586e-06, + "R": 2.2604577054607944e-07, + "M": 1.1686350262607448e-05, + "O": 5.0516337068984285e-06, + "W": 8.674562650412554e-07, + "N": 2.1713725800509565e-05, + "Y": 0.00032021119841374457, + "U": 2.738779585342854e-07, + "K": 0.0001254544040421024, + "L": 7.723984651875071e-08, + "G": 8.006998541532084e-05, + "F": 0.0038220917340368032, + "E": 0.0015582595951855183, + "T": 0.00012228440027683973, + "P": 0.4158308506011963, + "-": 0.5779492259025574 + }, + "id": "tp_17404" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2175509, + "label": "P", + "classification": { + "B": 5.546750344365137e-06, + "S": 7.143736002035439e-05, + "I": 0.0016625149874016643, + "C": 2.1545167328440584e-05, + "R": 6.950498573132791e-06, + "M": 7.105773693183437e-05, + "O": 6.582517380593345e-05, + "W": 1.8123342670151033e-05, + "N": 0.0005979414563626051, + "Y": 0.0003498231526464224, + "U": 3.3661867746559437e-06, + "K": 0.0001859275798778981, + "L": 5.229228008829523e-06, + "G": 0.00016782873717602342, + "F": 0.017089232802391052, + "E": 0.0016429746756330132, + "T": 0.0007880658376961946, + "P": 0.7752633690834045, + "-": 0.20198316872119904 + }, + "id": "tp_17405" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2175642, + "label": "-", + "classification": { + "B": 1.2031928520173096e-07, + "S": 6.078887793137255e-08, + "I": 7.522046871599741e-06, + "C": 1.0528447802471419e-07, + "R": 2.3247032743256568e-08, + "M": 3.947746790800011e-06, + "O": 2.5999318040703656e-06, + "W": 3.437104467707286e-08, + "N": 1.350905023400628e-07, + "Y": 1.3014556316193193e-05, + "U": 2.1042432241102915e-09, + "K": 3.704563056317056e-08, + "L": 8.167035758788188e-08, + "G": 1.6247513485723175e-05, + "F": 0.0012811587657779455, + "E": 3.303677658550441e-05, + "T": 1.1554122465895489e-05, + "P": 0.10234297066926956, + "-": 0.8962873816490173 + }, + "id": "tp_17406" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2175776, + "label": "-", + "classification": { + "B": 3.3440951341390246e-08, + "S": 4.0654342114976316e-07, + "I": 6.174809095682576e-05, + "C": 3.0258135552685417e-07, + "R": 6.465342039518873e-08, + "M": 2.8180309072922682e-06, + "O": 1.9281019376649056e-06, + "W": 2.2440201519202674e-07, + "N": 4.547270691546146e-06, + "Y": 8.817952766548842e-05, + "U": 4.7834390670686844e-08, + "K": 6.698183369735489e-06, + "L": 3.500145950852129e-08, + "G": 4.892687684332486e-06, + "F": 0.0020769021939486265, + "E": 6.386598397511989e-05, + "T": 6.680018123006448e-05, + "P": 0.47555097937583923, + "-": 0.5220694541931152 + }, + "id": "tp_17407" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2175876, + "label": "P", + "classification": { + "B": 5.151774189540714e-13, + "S": 5.0018331490542245e-12, + "I": 3.8747634789615404e-07, + "C": 3.192729414180917e-11, + "R": 1.2257917120575557e-12, + "M": 2.0646293563686413e-09, + "O": 1.2822674866352912e-10, + "W": 2.2570543524447206e-12, + "N": 4.412391785280079e-09, + "Y": 3.313729735054949e-07, + "U": 4.589614278904808e-13, + "K": 3.4865503817371746e-09, + "L": 3.0310164642922965e-13, + "G": 6.984164802048554e-09, + "F": 7.093311432981864e-05, + "E": 5.199998213356594e-06, + "T": 5.608159980852179e-08, + "P": 0.8457566499710083, + "-": 0.15416641533374786 + }, + "id": "tp_17408" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2176009, + "label": "P", + "classification": { + "B": 6.652640660576026e-10, + "S": 1.8935185017165956e-11, + "I": 8.432712093053851e-06, + "C": 8.92628015947139e-09, + "R": 6.156170712090514e-11, + "M": 6.370597560589886e-08, + "O": 4.077460147300371e-09, + "W": 1.851840382427472e-11, + "N": 1.6063152585843454e-08, + "Y": 2.9299886250555573e-07, + "U": 6.126496011893412e-12, + "K": 9.338304435280165e-11, + "L": 1.6613387054942308e-10, + "G": 4.954988526151283e-07, + "F": 3.912458851118572e-05, + "E": 1.9217222870793194e-05, + "T": 2.072254829954545e-07, + "P": 0.8090893030166626, + "-": 0.19084285199642181 + }, + "id": "tp_17409" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2176143, + "label": "P", + "classification": { + "B": 8.717853052075952e-05, + "S": 0.00018815374642144889, + "I": 0.017058029770851135, + "C": 0.000594389159232378, + "R": 0.00024350553576368839, + "M": 0.0004678096156567335, + "O": 0.00037906455690972507, + "W": 8.943505235947669e-05, + "N": 0.005058795213699341, + "Y": 0.0010280221467837691, + "U": 7.264946907525882e-05, + "K": 0.000433359295129776, + "L": 6.288066651904956e-05, + "G": 0.0012630142737179995, + "F": 0.004609839990735054, + "E": 0.006293703801929951, + "T": 0.002404573140665889, + "P": 0.8513144254684448, + "-": 0.10835114866495132 + }, + "id": "tp_17410" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2176276, + "label": "-", + "classification": { + "B": 1.8657343048289476e-07, + "S": 4.777404569722421e-07, + "I": 3.91779285564553e-05, + "C": 4.668243036576314e-06, + "R": 5.137524112797109e-07, + "M": 6.752024091838393e-06, + "O": 7.883059879532084e-06, + "W": 1.1648047575363307e-06, + "N": 7.432675829477375e-06, + "Y": 0.0004323282337281853, + "U": 3.9555192188345245e-07, + "K": 0.00019940035417675972, + "L": 2.3051664754802914e-07, + "G": 0.000126607294077985, + "F": 0.01892123743891716, + "E": 0.0005792542360723019, + "T": 0.00010969911818392575, + "P": 0.16608364880084991, + "-": 0.8134790062904358 + }, + "id": "tp_17411" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2176376, + "label": "P", + "classification": { + "B": 2.9354993102970184e-07, + "S": 8.658666956762318e-07, + "I": 0.008115937933325768, + "C": 3.427052206461667e-06, + "R": 6.255934295040788e-07, + "M": 1.2643295121961273e-05, + "O": 1.568324705658597e-06, + "W": 3.263406824771664e-07, + "N": 0.0002909422619268298, + "Y": 0.00015092633839230984, + "U": 7.40022940703966e-08, + "K": 6.929936716915108e-06, + "L": 9.324198657623128e-08, + "G": 1.8726235794019885e-05, + "F": 0.00023601680004503578, + "E": 0.001050549908541143, + "T": 7.01375538483262e-05, + "P": 0.9723650813102722, + "-": 0.017674779519438744 + }, + "id": "tp_17412" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2176510, + "label": "P", + "classification": { + "B": 2.0088485541691625e-07, + "S": 4.845567218580982e-07, + "I": 0.00022138416534289718, + "C": 7.278360385498672e-07, + "R": 7.296245740917584e-08, + "M": 3.395617113710614e-06, + "O": 9.06276738987799e-07, + "W": 3.4120600389542233e-07, + "N": 3.838291740976274e-05, + "Y": 8.465613791486248e-05, + "U": 1.0088282209608224e-07, + "K": 9.454888640902936e-05, + "L": 3.534652748271583e-08, + "G": 2.8687554731732234e-05, + "F": 0.002759163035079837, + "E": 0.0050099859945476055, + "T": 3.152123827021569e-05, + "P": 0.9076841473579407, + "-": 0.08404122292995453 + }, + "id": "tp_17413" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2176643, + "label": "-", + "classification": { + "B": 1.7279621999932715e-07, + "S": 1.308790160692297e-07, + "I": 2.7212468921788968e-05, + "C": 8.022072250923884e-08, + "R": 1.3704475776421532e-08, + "M": 8.487675586366095e-06, + "O": 3.42715384249459e-06, + "W": 7.236481280870066e-08, + "N": 1.092087018150778e-06, + "Y": 1.4641757843492087e-05, + "U": 5.426201710179157e-09, + "K": 8.225740977252372e-09, + "L": 7.455717820903374e-08, + "G": 3.4854019759222865e-06, + "F": 9.438867709832266e-05, + "E": 1.1901372090505902e-05, + "T": 0.00014341187488753349, + "P": 0.43506374955177307, + "-": 0.5646277070045471 + }, + "id": "tp_17414" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2176777, + "label": "P", + "classification": { + "B": 1.219417344877627e-10, + "S": 4.625511917932812e-10, + "I": 2.7794767447630875e-05, + "C": 8.077567770214955e-08, + "R": 3.104866586056687e-09, + "M": 1.605540091986768e-07, + "O": 2.9307452464877315e-08, + "W": 8.534532525139582e-10, + "N": 3.6616521015275794e-07, + "Y": 6.9137704485910945e-06, + "U": 4.972511846723648e-10, + "K": 7.737880025615596e-08, + "L": 3.319465258222465e-10, + "G": 4.61010955632446e-07, + "F": 8.868499571690336e-05, + "E": 2.1001409550081007e-05, + "T": 3.380532689334359e-06, + "P": 0.6415452361106873, + "-": 0.35830584168434143 + }, + "id": "tp_17415" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2176877, + "label": "-", + "classification": { + "B": 1.3995489211993117e-08, + "S": 2.5804665071404997e-08, + "I": 6.493863224932284e-07, + "C": 4.3085798040465306e-08, + "R": 2.871664683823383e-09, + "M": 8.420794870289683e-07, + "O": 1.7283960573877266e-07, + "W": 4.747505499835825e-09, + "N": 3.7139869846214424e-08, + "Y": 1.0544094038777985e-05, + "U": 3.9176187294209797e-10, + "K": 1.276670360539356e-07, + "L": 2.5697726169227053e-09, + "G": 2.661074859133805e-06, + "F": 0.00316798803396523, + "E": 2.6314561182516627e-05, + "T": 4.87855140818283e-06, + "P": 0.11221664398908615, + "-": 0.8845689296722412 + }, + "id": "tp_17416" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2177010, + "label": "P", + "classification": { + "B": 2.7292930099065416e-05, + "S": 6.086404027882963e-06, + "I": 0.0003432064549997449, + "C": 5.122461061546346e-06, + "R": 8.307944767693698e-07, + "M": 1.8944969269796275e-05, + "O": 3.1144398235483095e-05, + "W": 3.7811314541613683e-06, + "N": 3.0219338441384025e-05, + "Y": 5.424825212685391e-05, + "U": 6.484361279035511e-07, + "K": 2.8497008770500543e-06, + "L": 2.813743776641786e-06, + "G": 5.226101347943768e-05, + "F": 0.0016021599294617772, + "E": 0.00026986023294739425, + "T": 0.00011600596189964563, + "P": 0.5669553875923157, + "-": 0.43047717213630676 + }, + "id": "tp_17417" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2177144, + "label": "P", + "classification": { + "B": 1.0804224181981681e-08, + "S": 3.778561463718688e-08, + "I": 0.0003148048126604408, + "C": 6.696217269563931e-07, + "R": 9.462394245929318e-08, + "M": 3.7643849282176234e-07, + "O": 1.3778473828551796e-07, + "W": 2.0282122648040968e-08, + "N": 1.2487230378610548e-05, + "Y": 9.321479410573374e-06, + "U": 2.008184019075543e-08, + "K": 1.5799168977537192e-06, + "L": 6.506178262810636e-09, + "G": 4.58718841400696e-06, + "F": 0.00015000438725110143, + "E": 0.00022637570509687066, + "T": 3.5532034416974057e-06, + "P": 0.9713298678398132, + "-": 0.02794599160552025 + }, + "id": "tp_17418" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2177277, + "label": "P", + "classification": { + "B": 5.609574600384803e-07, + "S": 7.329317099902255e-07, + "I": 0.00015872035874053836, + "C": 1.5404050373035716e-06, + "R": 2.8912899097122136e-07, + "M": 6.820409453212051e-06, + "O": 3.580633801902877e-06, + "W": 3.2920272019509866e-07, + "N": 1.5202340364339761e-05, + "Y": 9.62247941060923e-05, + "U": 1.3580117297351535e-07, + "K": 5.1014399105042685e-06, + "L": 2.7318762363393034e-07, + "G": 4.072021329193376e-05, + "F": 0.005649728700518608, + "E": 0.0005217598518356681, + "T": 4.7437482862733305e-05, + "P": 0.7596909999847412, + "-": 0.23375985026359558 + }, + "id": "tp_17419" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2177377, + "label": "P", + "classification": { + "B": 1.3843289181636464e-08, + "S": 1.551069850336262e-08, + "I": 2.097675178447389e-06, + "C": 8.865097100851926e-09, + "R": 1.2875527310995949e-09, + "M": 4.5441962015502213e-07, + "O": 2.2028198998214066e-07, + "W": 1.084983836108222e-08, + "N": 1.17277750177891e-07, + "Y": 1.1613493370532524e-05, + "U": 6.251795192646625e-10, + "K": 8.84776980569768e-08, + "L": 2.223775386056559e-09, + "G": 1.132034071815724e-06, + "F": 0.0005412573809735477, + "E": 1.2440510545275174e-05, + "T": 5.207912636251422e-06, + "P": 0.5253639817237854, + "-": 0.47406134009361267 + }, + "id": "tp_17420" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2177511, + "label": "P", + "classification": { + "B": 8.746701496420428e-07, + "S": 6.472353106801165e-07, + "I": 0.001078006811439991, + "C": 3.7640504615410464e-06, + "R": 6.41129417999764e-07, + "M": 1.2603415598277934e-05, + "O": 5.515668362932047e-06, + "W": 4.75268365107695e-07, + "N": 5.375101318350062e-05, + "Y": 0.00015546445501968265, + "U": 4.7120073531914386e-07, + "K": 2.8326398933131713e-06, + "L": 4.809060101251816e-07, + "G": 4.618362436303869e-05, + "F": 0.0005256963195279241, + "E": 0.0003639044880401343, + "T": 0.00012254439934622496, + "P": 0.7855575680732727, + "-": 0.2120686024427414 + }, + "id": "tp_17421" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2177644, + "label": "P", + "classification": { + "B": 8.434437870352696e-11, + "S": 7.060636797451281e-11, + "I": 3.4887139008787926e-06, + "C": 6.187614864927582e-09, + "R": 8.829442038615909e-11, + "M": 8.04838951040665e-09, + "O": 1.7535486396269562e-09, + "W": 5.825973037332233e-11, + "N": 4.337643844110062e-08, + "Y": 3.671579236197431e-07, + "U": 3.6305691092364256e-11, + "K": 6.067426117084551e-09, + "L": 2.4589379143957757e-11, + "G": 8.015486230306124e-08, + "F": 0.00011658223229460418, + "E": 1.8960148736368865e-05, + "T": 5.078489095922123e-08, + "P": 0.904028594493866, + "-": 0.09583178907632828 + }, + "id": "tp_17422" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2177778, + "label": "P", + "classification": { + "B": 5.220319053478306e-06, + "S": 3.7170056543800456e-07, + "I": 0.00010169722372666001, + "C": 6.325948476160193e-08, + "R": 4.666203867742524e-09, + "M": 1.6631296603009105e-05, + "O": 1.4973335282775224e-06, + "W": 4.294670219451291e-08, + "N": 2.9271277526277117e-06, + "Y": 2.032698375842301e-06, + "U": 2.430176504475412e-09, + "K": 6.025857035574234e-10, + "L": 1.5673202824473265e-07, + "G": 5.020130629418418e-06, + "F": 2.110581044689752e-05, + "E": 0.00030324692488648, + "T": 1.2024202987959143e-05, + "P": 0.9611684083938599, + "-": 0.03835947439074516 + }, + "id": "tp_17423" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2177878, + "label": "-", + "classification": { + "B": 1.5216737381251733e-07, + "S": 6.790832784986378e-09, + "I": 2.720463044170174e-06, + "C": 1.110696885575635e-07, + "R": 1.106596148048311e-08, + "M": 3.7437754940583545e-07, + "O": 3.0395025873986015e-07, + "W": 7.874079166469983e-09, + "N": 9.175479220857596e-08, + "Y": 1.4912531696609221e-05, + "U": 2.3847706032142924e-09, + "K": 1.4211640575467754e-07, + "L": 1.4188664465564216e-08, + "G": 2.2318659830489196e-05, + "F": 0.002142729237675667, + "E": 6.24113527010195e-05, + "T": 7.593396276206477e-06, + "P": 0.18621647357940674, + "-": 0.8115296363830566 + }, + "id": "tp_17424" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2178011, + "label": "-", + "classification": { + "B": 2.5877390896766883e-08, + "S": 6.427661958241515e-08, + "I": 0.00011019372323062271, + "C": 1.634644604564528e-06, + "R": 1.3225231043634267e-07, + "M": 7.140065918065375e-06, + "O": 1.5788073142175563e-06, + "W": 5.961090465689267e-08, + "N": 2.1621515315928264e-06, + "Y": 4.1684812458697706e-05, + "U": 2.0567680891758755e-08, + "K": 1.5876833003858337e-07, + "L": 1.4049939522919885e-07, + "G": 2.1938234567642212e-05, + "F": 0.0013721849536523223, + "E": 6.913861579960212e-05, + "T": 3.8337551814038306e-05, + "P": 0.45261579751968384, + "-": 0.5457175970077515 + }, + "id": "tp_17425" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2178145, + "label": "-", + "classification": { + "B": 7.030537858554453e-07, + "S": 1.7582507325641927e-06, + "I": 0.0011703325435519218, + "C": 5.5490996601292863e-05, + "R": 8.479950338369235e-06, + "M": 7.835670839995146e-05, + "O": 2.532575308578089e-05, + "W": 4.055974841321586e-06, + "N": 0.00010516862676013261, + "Y": 0.0032583591528236866, + "U": 1.2810444331989856e-06, + "K": 0.000549235672224313, + "L": 9.058850309884292e-07, + "G": 0.0003113135462626815, + "F": 0.014286216348409653, + "E": 0.0042054555378854275, + "T": 0.0005736932507716119, + "P": 0.282162070274353, + "-": 0.6932017803192139 + }, + "id": "tp_17426" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2178278, + "label": "P", + "classification": { + "B": 1.0204109557321317e-08, + "S": 2.0129027333837257e-09, + "I": 0.00012230135325808078, + "C": 2.0726065486087464e-07, + "R": 4.869591840872545e-09, + "M": 3.59397290594643e-07, + "O": 3.710489693276031e-08, + "W": 2.009323818441544e-09, + "N": 2.527416199882282e-06, + "Y": 4.150359472987475e-06, + "U": 4.918673912612803e-09, + "K": 8.604797585576307e-08, + "L": 2.277982691367697e-09, + "G": 1.99968440028897e-06, + "F": 3.677560016512871e-05, + "E": 0.00011734034342225641, + "T": 2.217188466602238e-06, + "P": 0.964986264705658, + "-": 0.0347256064414978 + }, + "id": "tp_17427" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2178378, + "label": "P", + "classification": { + "B": 5.727355478768459e-09, + "S": 1.564970930623133e-10, + "I": 1.0742213589765015e-06, + "C": 1.0252265703059038e-08, + "R": 2.089554085316081e-10, + "M": 6.341364269246696e-07, + "O": 1.8126007361729535e-08, + "W": 1.140797942222882e-10, + "N": 1.0677030815031685e-08, + "Y": 2.659831807250157e-06, + "U": 4.4810835597708376e-11, + "K": 1.542784372476902e-10, + "L": 1.2068646082497025e-09, + "G": 1.5863008684391389e-06, + "F": 9.334145579487085e-05, + "E": 1.0425835171190556e-05, + "T": 2.980865247081965e-06, + "P": 0.6089650392532349, + "-": 0.39092209935188293 + }, + "id": "tp_17428" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2178512, + "label": "-", + "classification": { + "B": 6.230433852757837e-15, + "S": 9.449302370298854e-14, + "I": 1.4613868337676195e-08, + "C": 1.322365481004617e-11, + "R": 2.382692296503536e-13, + "M": 5.0849872923475203e-11, + "O": 2.4865012826502664e-11, + "W": 6.84376600529335e-13, + "N": 1.8318624395163852e-10, + "Y": 5.748245257564122e-08, + "U": 1.8810722023001464e-13, + "K": 1.0524168203573936e-08, + "L": 7.110522260778736e-15, + "G": 6.947256103728705e-10, + "F": 2.9172659196774475e-05, + "E": 2.686616653591045e-07, + "T": 8.773368698200557e-09, + "P": 0.18612509965896606, + "-": 0.8138453960418701 + }, + "id": "tp_17429" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2178645, + "label": "P", + "classification": { + "B": 1.8278859670317615e-07, + "S": 3.071496621487313e-07, + "I": 0.00014090602053329349, + "C": 4.332686103225569e-07, + "R": 1.2644539992834325e-07, + "M": 3.407726808291045e-06, + "O": 3.521315647958545e-06, + "W": 2.0456675997593265e-07, + "N": 9.822497304412536e-06, + "Y": 3.138071406283416e-05, + "U": 2.746541127862656e-08, + "K": 2.9068189633107977e-06, + "L": 8.052256816881709e-08, + "G": 2.5179595468216576e-05, + "F": 0.0008474401547573507, + "E": 0.0001593379711266607, + "T": 3.115325671387836e-05, + "P": 0.712899923324585, + "-": 0.2858436405658722 + }, + "id": "tp_17430" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2178779, + "label": "P", + "classification": { + "B": 6.200294819791452e-07, + "S": 4.941065071761841e-06, + "I": 0.0004273868689779192, + "C": 2.247790916953818e-06, + "R": 6.199874746926071e-07, + "M": 1.1950179214181844e-05, + "O": 1.0586868484097067e-05, + "W": 1.1742406513803871e-06, + "N": 7.239435217343271e-05, + "Y": 0.0004967786953784525, + "U": 8.186692070921708e-07, + "K": 4.6733151975786313e-05, + "L": 3.54899981402923e-07, + "G": 3.273329639341682e-05, + "F": 0.0035768288653343916, + "E": 0.00030705222161486745, + "T": 0.0003244299441576004, + "P": 0.6635485887527466, + "-": 0.33113372325897217 + }, + "id": "tp_17431" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2178879, + "label": "P", + "classification": { + "B": 3.2712610398277775e-11, + "S": 5.583186343804947e-11, + "I": 2.1747921437054174e-06, + "C": 6.469985880386275e-09, + "R": 1.4556454652758788e-10, + "M": 8.218798974723995e-09, + "O": 2.497472229023856e-09, + "W": 3.523495037405233e-11, + "N": 2.3437126017711307e-08, + "Y": 4.5727890096713963e-07, + "U": 7.764596604564744e-11, + "K": 9.276470147590032e-10, + "L": 2.1316568302176542e-11, + "G": 2.953680144912596e-08, + "F": 2.7550133836484747e-06, + "E": 9.048123956745258e-07, + "T": 1.6117614904942457e-06, + "P": 0.5379770994186401, + "-": 0.46201491355895996 + }, + "id": "tp_17432" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2179012, + "label": "-", + "classification": { + "B": 1.1068394911717405e-07, + "S": 2.803840573051275e-07, + "I": 4.684109444497153e-05, + "C": 1.8720218122325605e-06, + "R": 1.6308260342157155e-07, + "M": 6.7300584305485245e-06, + "O": 2.3875413717178162e-06, + "W": 3.1181980375549756e-07, + "N": 4.365497261460405e-06, + "Y": 0.00023577024694532156, + "U": 2.4975432211249426e-07, + "K": 3.667172495624982e-05, + "L": 8.843002774483466e-08, + "G": 2.57358951785136e-05, + "F": 0.0033049611374735832, + "E": 0.00035037685302086174, + "T": 7.809600356267765e-05, + "P": 0.2939984202384949, + "-": 0.7019065618515015 + }, + "id": "tp_17433" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2179146, + "label": "P", + "classification": { + "B": 3.288548100499611e-09, + "S": 6.709661271031564e-09, + "I": 1.1344041922711767e-05, + "C": 3.075314580769373e-08, + "R": 1.4596351904927474e-09, + "M": 6.882432046495524e-08, + "O": 6.66544224259269e-08, + "W": 3.4900478063093487e-09, + "N": 5.792160777673416e-07, + "Y": 2.4423518425464863e-06, + "U": 9.941931722323716e-10, + "K": 1.2755775458117569e-07, + "L": 6.25080986971227e-10, + "G": 3.4613066191013786e-07, + "F": 0.00028659621602855623, + "E": 1.4379188542079646e-05, + "T": 2.6430768684804207e-06, + "P": 0.6147546172142029, + "-": 0.3849267363548279 + }, + "id": "tp_17434" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2179279, + "label": "-", + "classification": { + "B": 2.1357152490963927e-07, + "S": 7.235270231831237e-07, + "I": 1.9259485270595178e-05, + "C": 2.444828396619414e-06, + "R": 2.9461094186444825e-07, + "M": 3.2031682621891377e-06, + "O": 3.0465434974757954e-06, + "W": 5.025941050007532e-07, + "N": 3.0779606277064886e-06, + "Y": 0.0001023334261844866, + "U": 1.0273829786910937e-07, + "K": 1.0037838364951313e-05, + "L": 9.046343762975084e-08, + "G": 1.877720387710724e-05, + "F": 0.009949675761163235, + "E": 0.00022021771292202175, + "T": 2.472306732670404e-05, + "P": 0.38655245304107666, + "-": 0.6030888557434082 + }, + "id": "tp_17435" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2179379, + "label": "P", + "classification": { + "B": 3.0114019722304874e-08, + "S": 3.0776787784958515e-09, + "I": 4.1007882600752055e-07, + "C": 4.820416510398218e-09, + "R": 9.55510337519172e-10, + "M": 9.888475815955644e-09, + "O": 2.1700711272387707e-07, + "W": 2.9964177805652525e-09, + "N": 1.1221237272707185e-08, + "Y": 7.28063582755567e-08, + "U": 4.800455519204938e-11, + "K": 5.321366177563069e-12, + "L": 3.995107356047356e-09, + "G": 1.4828592043159006e-07, + "F": 7.339278909057612e-06, + "E": 9.800166367313068e-08, + "T": 6.335871489682177e-07, + "P": 0.7241827249526978, + "-": 0.27580827474594116 + }, + "id": "tp_17436" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2179513, + "label": "-", + "classification": { + "B": 2.3542127448872296e-12, + "S": 1.442019463906985e-12, + "I": 6.35967367657031e-08, + "C": 4.15124018493529e-10, + "R": 1.639986584034414e-11, + "M": 7.363187282116712e-10, + "O": 5.986434681304331e-10, + "W": 6.439353824466698e-12, + "N": 4.232486305877359e-10, + "Y": 9.395060374117747e-07, + "U": 3.097737344415208e-12, + "K": 1.7015329145664282e-09, + "L": 1.6736142636683549e-12, + "G": 3.596915121306665e-08, + "F": 3.339497197885066e-05, + "E": 2.4628627670608694e-07, + "T": 1.528479884882472e-07, + "P": 0.09011103957891464, + "-": 0.9098540544509888 + }, + "id": "tp_17437" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2179646, + "label": "P", + "classification": { + "B": 8.423716622019128e-07, + "S": 6.572765300916217e-07, + "I": 0.0001965449337149039, + "C": 4.43579182274334e-07, + "R": 2.512627794715172e-08, + "M": 1.2454617717594374e-05, + "O": 2.5548552002874203e-06, + "W": 1.880740114756918e-07, + "N": 1.2883199815405533e-05, + "Y": 2.500802838767413e-05, + "U": 3.829378414366147e-08, + "K": 7.361667826444318e-07, + "L": 1.5462433111679275e-07, + "G": 1.7113885405706242e-05, + "F": 0.0004471121937967837, + "E": 0.00043502077460289, + "T": 4.44551114924252e-05, + "P": 0.8179885745048523, + "-": 0.1808152198791504 + }, + "id": "tp_17438" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2179780, + "label": "P", + "classification": { + "B": 5.1352585378472426e-11, + "S": 1.3083661931645452e-10, + "I": 1.2066307135683019e-05, + "C": 3.0793825267494412e-09, + "R": 2.95144186868157e-10, + "M": 2.9252888111841457e-08, + "O": 7.642098509563766e-09, + "W": 1.0363421232284509e-10, + "N": 1.5999701474811445e-07, + "Y": 2.9416494271572446e-06, + "U": 6.749680675488534e-11, + "K": 4.542030751508719e-09, + "L": 7.714981431483636e-11, + "G": 9.416186230737367e-08, + "F": 3.855477916658856e-05, + "E": 2.417930772935506e-06, + "T": 2.159453060812666e-06, + "P": 0.7421543598175049, + "-": 0.2577872574329376 + }, + "id": "tp_17439" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2179880, + "label": "-", + "classification": { + "B": 1.1104134500783402e-07, + "S": 1.167737195828522e-06, + "I": 7.737544365227222e-05, + "C": 9.04441492366459e-07, + "R": 3.589771324641333e-07, + "M": 1.675889507168904e-05, + "O": 1.2034002793370746e-05, + "W": 1.6000441291907919e-06, + "N": 1.544811857456807e-05, + "Y": 0.0005271969712339342, + "U": 3.92943974247828e-07, + "K": 0.0006814613589085639, + "L": 1.52888915749827e-07, + "G": 4.34372341260314e-05, + "F": 0.007342988159507513, + "E": 0.0006405633175745606, + "T": 0.00022421484754886478, + "P": 0.1563308835029602, + "-": 0.834082841873169 + }, + "id": "tp_17440" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2180013, + "label": "P", + "classification": { + "B": 1.1974393915661907e-12, + "S": 4.309184953310563e-12, + "I": 5.810245966131333e-06, + "C": 5.652766255082042e-09, + "R": 3.8790490264339894e-10, + "M": 3.461438069507494e-08, + "O": 3.1050200188786903e-09, + "W": 3.29386344588567e-11, + "N": 6.416743758563825e-08, + "Y": 3.035327836187207e-06, + "U": 1.936354895870629e-11, + "K": 5.028291027997511e-08, + "L": 1.5493897831397874e-11, + "G": 1.2310488273215014e-07, + "F": 0.00014678839943371713, + "E": 4.803262072528014e-06, + "T": 1.3648063941218425e-06, + "P": 0.5035017132759094, + "-": 0.4963361322879791 + }, + "id": "tp_17441" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2180147, + "label": "-", + "classification": { + "B": 7.66004926155972e-10, + "S": 1.3563770939750697e-10, + "I": 4.844531304115662e-06, + "C": 2.1927810678334936e-08, + "R": 1.2286804906835869e-09, + "M": 1.8264161383285682e-07, + "O": 3.7873334690630145e-08, + "W": 5.821036985764749e-10, + "N": 3.247533086891963e-08, + "Y": 3.84055692848051e-06, + "U": 2.729811099388968e-10, + "K": 2.5138380266298554e-09, + "L": 9.15512221588699e-10, + "G": 6.293126944001415e-07, + "F": 6.544229108840227e-05, + "E": 2.821745283654309e-06, + "T": 3.868331987177953e-06, + "P": 0.43485763669013977, + "-": 0.565060555934906 + }, + "id": "tp_17442" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2180280, + "label": "P", + "classification": { + "B": 1.8128541512396623e-07, + "S": 7.964172255015001e-08, + "I": 0.00013055861927568913, + "C": 3.176019447437284e-07, + "R": 6.448426859151368e-08, + "M": 2.3323073037317954e-06, + "O": 2.0100396795896813e-06, + "W": 4.9542151714376814e-08, + "N": 4.298926796764135e-06, + "Y": 2.0868013962171972e-05, + "U": 1.9325273825643308e-08, + "K": 1.3324815029136516e-07, + "L": 6.506593308586162e-08, + "G": 1.082331255020108e-05, + "F": 0.00033534050453454256, + "E": 3.146054586977698e-05, + "T": 2.426142236799933e-05, + "P": 0.7384390234947205, + "-": 0.2609981596469879 + }, + "id": "tp_17443" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2180380, + "label": "P", + "classification": { + "B": 4.2422762525085034e-10, + "S": 2.52787901722229e-10, + "I": 5.770532425231067e-07, + "C": 1.6492373688947737e-08, + "R": 5.248893542031396e-10, + "M": 2.488533823452599e-08, + "O": 1.8428950809834532e-08, + "W": 4.967126154831192e-10, + "N": 1.5522168439474626e-08, + "Y": 1.018677608044527e-06, + "U": 1.1004376576639885e-10, + "K": 2.0188415383870506e-09, + "L": 1.6995575780054395e-10, + "G": 2.5089596533689473e-07, + "F": 0.00019576722115743905, + "E": 2.6295640509488294e-06, + "T": 5.596855316980509e-07, + "P": 0.587554931640625, + "-": 0.41224417090415955 + }, + "id": "tp_17444" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2180514, + "label": "P", + "classification": { + "B": 3.668970407488814e-07, + "S": 1.7526947004853355e-08, + "I": 2.3066162611939944e-05, + "C": 7.61970682106039e-08, + "R": 1.9792564032172777e-08, + "M": 1.0151493370358367e-06, + "O": 7.471797971447813e-07, + "W": 1.4484139221337955e-08, + "N": 2.4086949679258396e-07, + "Y": 4.3952823034487665e-06, + "U": 2.1045567510924457e-09, + "K": 3.86006920871651e-10, + "L": 7.709643057296489e-08, + "G": 6.92083222020301e-06, + "F": 6.257584027480334e-05, + "E": 1.1185332368768286e-05, + "T": 1.0592352737148758e-05, + "P": 0.7432923316955566, + "-": 0.2565862834453583 + }, + "id": "tp_17445" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2180647, + "label": "P", + "classification": { + "B": 3.318522487916198e-07, + "S": 1.9987528787623887e-07, + "I": 0.00010016732994699851, + "C": 2.3397223003485124e-07, + "R": 3.38984484926641e-08, + "M": 9.770054703039932e-07, + "O": 7.372019013018871e-07, + "W": 1.3612786631256313e-07, + "N": 1.2205542589072138e-05, + "Y": 5.64028550797957e-06, + "U": 3.8540253655128254e-08, + "K": 6.34868115412246e-07, + "L": 2.1965901098042195e-08, + "G": 3.7676959436794277e-06, + "F": 0.00014800341159570962, + "E": 0.00028285966254770756, + "T": 6.5156095843121875e-06, + "P": 0.9676273465156555, + "-": 0.03181018307805061 + }, + "id": "tp_17446" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2180781, + "label": "P", + "classification": { + "B": 1.3273547594394586e-08, + "S": 6.077012226768375e-10, + "I": 6.333974624794791e-07, + "C": 2.183212943762669e-09, + "R": 8.975842291647496e-11, + "M": 1.5237395345479854e-08, + "O": 2.1823815643529088e-08, + "W": 3.449998897675499e-10, + "N": 6.545327391194178e-09, + "Y": 2.4816280586037465e-08, + "U": 1.1028956393988043e-11, + "K": 1.3468489561477281e-12, + "L": 7.894987996692748e-10, + "G": 3.501539325156955e-08, + "F": 2.9500602067855652e-06, + "E": 3.707814926201536e-07, + "T": 1.7897703230573825e-07, + "P": 0.7928192019462585, + "-": 0.2071765512228012 + }, + "id": "tp_17447" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2180881, + "label": "-", + "classification": { + "B": 1.7153170550621155e-10, + "S": 1.9047576016451018e-11, + "I": 3.280032245811526e-08, + "C": 9.659899963265772e-11, + "R": 4.317198942088707e-12, + "M": 4.407664899730435e-09, + "O": 7.92920484826709e-09, + "W": 1.2959967300718578e-11, + "N": 1.2641611368824357e-10, + "Y": 1.108036062902329e-08, + "U": 2.492005083190585e-13, + "K": 3.054129079629528e-14, + "L": 1.3257976660963067e-10, + "G": 2.49149820774619e-08, + "F": 3.4920196867460618e-06, + "E": 1.4838251516380296e-08, + "T": 1.3106536300711014e-07, + "P": 0.29242172837257385, + "-": 0.7075746059417725 + }, + "id": "tp_17448" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2181014, + "label": "P", + "classification": { + "B": 1.831213070069282e-09, + "S": 6.101500193977927e-09, + "I": 4.3237432691967115e-06, + "C": 3.817367255631865e-10, + "R": 1.176699571114881e-10, + "M": 2.469790771897351e-08, + "O": 2.198332893499355e-08, + "W": 1.803084015428169e-09, + "N": 4.0713308635531575e-07, + "Y": 1.1360972251850399e-07, + "U": 1.2283604688967387e-10, + "K": 9.688585933531613e-09, + "L": 8.174361881829739e-11, + "G": 2.403218246627148e-08, + "F": 1.1207195711904205e-05, + "E": 3.1841357213124866e-06, + "T": 1.1751141073546023e-06, + "P": 0.9625410437583923, + "-": 0.03743847832083702 + }, + "id": "tp_17449" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2181148, + "label": "-", + "classification": { + "B": 2.7078453967988025e-07, + "S": 1.556578865802294e-08, + "I": 5.048359071224695e-06, + "C": 1.1386958043146933e-08, + "R": 1.583704389851448e-09, + "M": 1.8874560510084848e-06, + "O": 1.2893003713543294e-06, + "W": 8.354681391153918e-09, + "N": 9.580613635762347e-08, + "Y": 3.6752646792592714e-06, + "U": 4.2969464097986076e-10, + "K": 4.052305990764893e-10, + "L": 3.926772151885416e-08, + "G": 2.9049208478681976e-06, + "F": 8.524535951437429e-05, + "E": 8.639224688522518e-06, + "T": 1.0955688594549429e-05, + "P": 0.30060458183288574, + "-": 0.6992753148078918 + }, + "id": "tp_17450" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2181281, + "label": "P", + "classification": { + "B": 1.1782969044915603e-10, + "S": 1.3249153510419553e-11, + "I": 1.534013426862657e-05, + "C": 2.7168535865484955e-08, + "R": 9.16517972626707e-11, + "M": 6.283528364292579e-08, + "O": 1.9167798459562846e-09, + "W": 2.4158721897982183e-11, + "N": 1.0744668088591425e-07, + "Y": 1.423301512204489e-07, + "U": 7.324840040068281e-11, + "K": 1.473868027623837e-09, + "L": 5.0147341140727164e-11, + "G": 1.0881539935780893e-07, + "F": 5.7954130170401186e-06, + "E": 3.406228279345669e-05, + "T": 3.139236355309549e-07, + "P": 0.9258983135223389, + "-": 0.07404568791389465 + }, + "id": "tp_17451" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2181381, + "label": "-", + "classification": { + "B": 1.886570998976822e-06, + "S": 1.2469544117266196e-06, + "I": 0.002300010062754154, + "C": 8.226168574765325e-05, + "R": 1.4262081094784662e-05, + "M": 0.0001731472584651783, + "O": 2.446136568323709e-05, + "W": 2.092210706905462e-06, + "N": 9.031449008034542e-05, + "Y": 0.0022114890161901712, + "U": 1.897306560749712e-06, + "K": 1.4906005162629299e-05, + "L": 3.487721414785483e-06, + "G": 0.0003408892953302711, + "F": 0.0031633242033421993, + "E": 0.0011451656464487314, + "T": 0.0006583037902601063, + "P": 0.4601839482784271, + "-": 0.529586911201477 + }, + "id": "tp_17452" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2181515, + "label": "P", + "classification": { + "B": 2.165978685297887e-08, + "S": 9.661245137237984e-09, + "I": 0.0004035328747704625, + "C": 6.782644845770847e-08, + "R": 9.261598599152876e-09, + "M": 2.1004110806188692e-07, + "O": 7.627736664517215e-08, + "W": 4.5191694830748474e-09, + "N": 1.1463263945188373e-05, + "Y": 2.2705346509610536e-06, + "U": 5.687846194035728e-09, + "K": 2.2430370449910697e-07, + "L": 2.294234802135975e-09, + "G": 1.1758817208828987e-06, + "F": 1.6749883798183873e-05, + "E": 8.872374019119889e-05, + "T": 2.18268587559578e-06, + "P": 0.9866993427276611, + "-": 0.012773885391652584 + }, + "id": "tp_17453" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2181648, + "label": "-", + "classification": { + "B": 7.539871660355857e-08, + "S": 4.127326747038751e-08, + "I": 4.9301601393381134e-05, + "C": 3.7908844205958303e-06, + "R": 3.663025722744351e-07, + "M": 1.0182852747675497e-05, + "O": 2.4076480258372612e-06, + "W": 6.545570840899018e-08, + "N": 1.8840981965695391e-06, + "Y": 8.112561044981703e-05, + "U": 5.7327618208091735e-08, + "K": 6.122917284301366e-07, + "L": 2.2129911769752653e-07, + "G": 3.110688703600317e-05, + "F": 0.002276907442137599, + "E": 0.00018042189185507596, + "T": 6.757232040399686e-05, + "P": 0.19440017640590668, + "-": 0.8028936386108398 + }, + "id": "tp_17454" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2181782, + "label": "P", + "classification": { + "B": 5.942326311014767e-07, + "S": 7.962259473970335e-07, + "I": 0.00010946092515951023, + "C": 2.7769583539338782e-06, + "R": 1.5306399347991828e-07, + "M": 7.506744623242412e-06, + "O": 5.752388915425399e-06, + "W": 4.677008860198839e-07, + "N": 1.2230647371325176e-05, + "Y": 2.2661706680082716e-05, + "U": 1.9832374675843312e-07, + "K": 1.578033106852672e-06, + "L": 5.23036931099341e-07, + "G": 3.382475915714167e-05, + "F": 0.0018867492908611894, + "E": 0.0002367821871303022, + "T": 8.333672303706408e-05, + "P": 0.624310314655304, + "-": 0.37328439950942993 + }, + "id": "tp_17455" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2181882, + "label": "-", + "classification": { + "B": 1.0438507835885957e-09, + "S": 4.838160080899989e-11, + "I": 1.5470091341285297e-07, + "C": 1.4138259452067814e-09, + "R": 1.0938455002884595e-10, + "M": 3.1116704768408e-09, + "O": 1.6868151320181823e-08, + "W": 1.0618873835799292e-10, + "N": 2.308237601056362e-09, + "Y": 3.1760885121911997e-07, + "U": 1.6837203506425702e-11, + "K": 1.7930460935455805e-11, + "L": 1.1521007758918955e-10, + "G": 8.308466448170293e-08, + "F": 1.4196344636729918e-05, + "E": 4.1257962379859237e-08, + "T": 6.1116236338421e-07, + "P": 0.37196576595306396, + "-": 0.628018856048584 + }, + "id": "tp_17456" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2182015, + "label": "-", + "classification": { + "B": 7.1869648010647325e-09, + "S": 1.6981857697828673e-08, + "I": 5.569388304138556e-05, + "C": 1.031218630487274e-06, + "R": 4.927190389025782e-08, + "M": 2.047409225269803e-06, + "O": 4.660161607716873e-07, + "W": 1.2757916501016098e-08, + "N": 1.0314576002201647e-06, + "Y": 3.102679693256505e-05, + "U": 2.405776733382936e-08, + "K": 3.480910493181e-08, + "L": 2.3729146647610833e-08, + "G": 2.915613322329591e-06, + "F": 2.7825131837744266e-05, + "E": 2.783110539894551e-05, + "T": 8.23647205834277e-05, + "P": 0.2711260914802551, + "-": 0.7286415100097656 + }, + "id": "tp_17457" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2182149, + "label": "-", + "classification": { + "B": 1.893548962073055e-08, + "S": 3.795736063239019e-07, + "I": 4.442659701453522e-06, + "C": 4.832082822758821e-08, + "R": 9.185817440027222e-09, + "M": 1.3221044810052263e-06, + "O": 1.845130896072078e-06, + "W": 1.3275847265958873e-07, + "N": 6.884211529722961e-07, + "Y": 1.7455000488553196e-05, + "U": 8.309591237321001e-09, + "K": 1.3149215192242991e-05, + "L": 1.0842444275738217e-08, + "G": 2.9288928544701776e-06, + "F": 0.005434305872768164, + "E": 4.963824903825298e-05, + "T": 1.9688210159074515e-05, + "P": 0.10981453955173492, + "-": 0.8846393823623657 + }, + "id": "tp_17458" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2182282, + "label": "P", + "classification": { + "B": 2.1670958361141857e-09, + "S": 3.2750484546539838e-09, + "I": 6.477578153862851e-06, + "C": 3.1555482671308255e-09, + "R": 3.241104884477153e-10, + "M": 6.182463607729005e-08, + "O": 3.318310248801026e-08, + "W": 3.2858353815612418e-09, + "N": 3.847910932108789e-07, + "Y": 5.831410589962616e-07, + "U": 7.226177434205283e-10, + "K": 1.9900068082279176e-07, + "L": 4.3891390522077245e-10, + "G": 5.326733116817195e-07, + "F": 0.00028590080910362303, + "E": 6.460012082243338e-05, + "T": 1.3472324553731596e-06, + "P": 0.8870472311973572, + "-": 0.11259249597787857 + }, + "id": "tp_17459" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2182382, + "label": "-", + "classification": { + "B": 9.89897330327949e-07, + "S": 1.2502518131896068e-07, + "I": 1.5348867236752994e-05, + "C": 1.354668938802206e-06, + "R": 7.244132405048731e-08, + "M": 3.212644514860585e-05, + "O": 3.5848513562086737e-06, + "W": 4.854750201843672e-08, + "N": 5.947861154709244e-07, + "Y": 0.0002617358695715666, + "U": 1.916687075720347e-08, + "K": 2.0648209897444758e-07, + "L": 2.684889750526054e-07, + "G": 7.625284342793748e-05, + "F": 0.0013877672608941793, + "E": 0.00012366168084554374, + "T": 0.00013454440340865403, + "P": 0.11621318012475967, + "-": 0.8817481398582458 + }, + "id": "tp_17460" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2182516, + "label": "P", + "classification": { + "B": 2.116072178592887e-10, + "S": 1.8189037082061432e-11, + "I": 4.309422649839689e-07, + "C": 5.369500954977013e-10, + "R": 1.1656091890299702e-11, + "M": 6.0466480711340864e-09, + "O": 6.200743252193774e-10, + "W": 6.399876288643025e-12, + "N": 7.208222463361835e-09, + "Y": 1.628243779805416e-07, + "U": 5.5658689462889654e-12, + "K": 8.710951404644618e-11, + "L": 8.419621770616725e-12, + "G": 4.240497375462837e-08, + "F": 2.9756261028524023e-06, + "E": 1.8542029920354253e-06, + "T": 1.1854133674660261e-07, + "P": 0.9631845355033875, + "-": 0.03680998831987381 + }, + "id": "tp_17461" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2182649, + "label": "-", + "classification": { + "B": 4.130975028715511e-08, + "S": 3.314468415283045e-07, + "I": 0.0001481368817621842, + "C": 2.651381237228634e-06, + "R": 5.393300739342521e-07, + "M": 4.889936917606974e-06, + "O": 3.921122697647661e-06, + "W": 4.285274712856335e-07, + "N": 1.089438683266053e-05, + "Y": 0.0002874323690775782, + "U": 1.9977129284143302e-07, + "K": 3.36424054694362e-05, + "L": 7.681681779558858e-08, + "G": 1.8073204046231695e-05, + "F": 0.00447684433311224, + "E": 0.00013685469457414, + "T": 8.661299216328189e-05, + "P": 0.20508649945259094, + "-": 0.7897018790245056 + }, + "id": "tp_17462" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2182783, + "label": "-", + "classification": { + "B": 9.745694251606096e-10, + "S": 1.8644878696516543e-10, + "I": 6.528592848553672e-07, + "C": 3.647160085051837e-08, + "R": 7.848844352231765e-10, + "M": 4.514176765724187e-08, + "O": 1.518800374356033e-08, + "W": 2.657959408125521e-10, + "N": 1.476576638737015e-08, + "Y": 2.054564447462326e-06, + "U": 1.2113678116154603e-10, + "K": 1.891425505107236e-08, + "L": 1.8357147746339564e-10, + "G": 6.263433078856906e-07, + "F": 0.0001281160512007773, + "E": 4.605881258612499e-06, + "T": 1.1022395938198315e-06, + "P": 0.42945030331611633, + "-": 0.5704123973846436 + }, + "id": "tp_17463" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2182883, + "label": "-", + "classification": { + "B": 1.3375853202823862e-10, + "S": 9.766726316584595e-10, + "I": 9.112056432059035e-05, + "C": 1.2034126939397538e-07, + "R": 1.2724523656970632e-08, + "M": 1.6168495449164766e-06, + "O": 1.459392251490499e-07, + "W": 1.6749973630325599e-09, + "N": 5.622282515105326e-07, + "Y": 0.00011883964180015028, + "U": 5.516206380562494e-10, + "K": 7.382281808077096e-08, + "L": 1.1538853206261024e-09, + "G": 1.7724439658195479e-06, + "F": 0.00010868118260987103, + "E": 2.2691068807034753e-05, + "T": 7.685137825319543e-05, + "P": 0.20877158641815186, + "-": 0.790805995464325 + }, + "id": "tp_17464" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2183016, + "label": "P", + "classification": { + "B": 4.3063977273050114e-08, + "S": 5.322602447677127e-08, + "I": 7.552815804956481e-05, + "C": 1.2496551562435343e-06, + "R": 2.1629499258324358e-07, + "M": 3.5613998079497833e-06, + "O": 1.0472023177499068e-06, + "W": 5.683522985577838e-08, + "N": 3.304598749309662e-06, + "Y": 5.565672108787112e-05, + "U": 3.0361423597469184e-08, + "K": 1.2066855106240837e-06, + "L": 3.047676244705144e-08, + "G": 1.759080078045372e-05, + "F": 0.0010481636272743344, + "E": 0.000136259724968113, + "T": 2.3727465304546058e-05, + "P": 0.7410532832145691, + "-": 0.2575790286064148 + }, + "id": "tp_17465" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2183150, + "label": "P", + "classification": { + "B": 6.174707323225448e-07, + "S": 1.2811616656449587e-08, + "I": 6.754996138624847e-05, + "C": 9.926237680701888e-07, + "R": 4.8995367762927344e-08, + "M": 1.8471139355824562e-06, + "O": 4.756247449222428e-07, + "W": 2.2778401387313352e-08, + "N": 9.754887742019491e-07, + "Y": 2.9959197490825318e-05, + "U": 1.8311514082824942e-08, + "K": 2.8529075990491037e-08, + "L": 5.8707708916472257e-08, + "G": 1.8715563783189282e-05, + "F": 9.662051888881251e-05, + "E": 0.0001457548059988767, + "T": 1.3923235201218631e-05, + "P": 0.7790600657463074, + "-": 0.22056226432323456 + }, + "id": "tp_17466" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2183283, + "label": "P", + "classification": { + "B": 2.6013193821228242e-09, + "S": 1.139286220919189e-09, + "I": 5.417697684606537e-05, + "C": 9.568456107444945e-07, + "R": 3.6062619557242215e-08, + "M": 2.9034572435193695e-07, + "O": 1.000426763653195e-07, + "W": 7.757000375363532e-09, + "N": 1.5329156894949847e-06, + "Y": 1.5669162166886963e-05, + "U": 1.2197284959825083e-08, + "K": 3.2652153549861396e-06, + "L": 2.405675658678774e-09, + "G": 7.456389084836701e-06, + "F": 0.0009680531802587211, + "E": 0.0005417959182523191, + "T": 2.824652483468526e-06, + "P": 0.6839240193367004, + "-": 0.314479798078537 + }, + "id": "tp_17467" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2183383, + "label": "-", + "classification": { + "B": 9.695497009409859e-12, + "S": 6.030842492066313e-11, + "I": 4.035623078380013e-06, + "C": 2.9189657357875376e-09, + "R": 7.830210785320091e-11, + "M": 5.792370583179718e-09, + "O": 8.063982370742906e-09, + "W": 2.7714375239185074e-10, + "N": 4.271386799814536e-08, + "Y": 5.134752427693456e-07, + "U": 1.085440973214169e-10, + "K": 1.0006239392623684e-08, + "L": 1.0452250870374158e-10, + "G": 1.3324091696631513e-07, + "F": 8.394561155000702e-05, + "E": 2.0800330275960732e-06, + "T": 6.445694111789635e-07, + "P": 0.39980578422546387, + "-": 0.6001028418540955 + }, + "id": "tp_17468" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2183517, + "label": "P", + "classification": { + "B": 4.602671854758711e-10, + "S": 1.6822809811856132e-09, + "I": 0.00012916944979224354, + "C": 1.2166326612828016e-08, + "R": 1.3812908594701412e-09, + "M": 8.381169536164634e-09, + "O": 8.84876882878416e-09, + "W": 1.3601950676900287e-09, + "N": 7.085245670168661e-06, + "Y": 9.155716185205165e-08, + "U": 6.513379280370657e-10, + "K": 1.921309547014971e-07, + "L": 1.5871889913476878e-10, + "G": 1.636454953768407e-07, + "F": 1.5265255569829606e-05, + "E": 8.802679076325148e-05, + "T": 2.0024486957481713e-07, + "P": 0.9965881109237671, + "-": 0.003171612974256277 + }, + "id": "tp_17469" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2183650, + "label": "-", + "classification": { + "B": 3.7066967550902774e-11, + "S": 1.0776491678188282e-11, + "I": 1.8963056902521203e-07, + "C": 5.336078801043698e-10, + "R": 5.5251223735064414e-11, + "M": 6.984659250974801e-08, + "O": 9.171722936685e-09, + "W": 1.0989291074348095e-11, + "N": 6.876365588048827e-10, + "Y": 2.6979082576872315e-06, + "U": 1.927671780879714e-12, + "K": 1.7834352050716262e-11, + "L": 1.2617544509208045e-10, + "G": 2.6069727709909785e-07, + "F": 3.415932587813586e-05, + "E": 4.212120074953418e-07, + "T": 2.0934385247528553e-06, + "P": 0.06764557212591171, + "-": 0.9323145151138306 + }, + "id": "tp_17470" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2183750, + "label": "P", + "classification": { + "B": 3.5371879036905085e-11, + "S": 2.0533625323605927e-14, + "I": 2.6657367016014177e-06, + "C": 8.521423844332077e-11, + "R": 1.6819714837492533e-13, + "M": 1.0054879151510931e-09, + "O": 2.561059871120097e-12, + "W": 5.463177178981378e-14, + "N": 3.680981519593729e-09, + "Y": 9.69090230285019e-09, + "U": 1.0828026843212601e-12, + "K": 2.509490705515649e-11, + "L": 1.3448858454841173e-13, + "G": 1.8126263823248223e-09, + "F": 6.459920598445024e-08, + "E": 2.543655500630848e-05, + "T": 4.002624010013278e-09, + "P": 0.996042013168335, + "-": 0.003929848317056894 + }, + "id": "tp_17471" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2183884, + "label": "-", + "classification": { + "B": 3.733139075645653e-10, + "S": 6.101453786655497e-10, + "I": 1.314054543399834e-06, + "C": 2.079376848485026e-08, + "R": 5.610019671031807e-10, + "M": 1.7062747659224442e-08, + "O": 1.95527629642811e-08, + "W": 8.4344808914949e-10, + "N": 2.752032735031662e-08, + "Y": 2.6063230507133994e-06, + "U": 4.1700465303051715e-10, + "K": 1.0412477990939806e-08, + "L": 4.44112580044731e-10, + "G": 2.9317581606846943e-07, + "F": 0.0006033170502632856, + "E": 1.5086758367033326e-06, + "T": 1.1104181112386868e-06, + "P": 0.3902066946029663, + "-": 0.6091830730438232 + }, + "id": "tp_17472" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2184017, + "label": "-", + "classification": { + "B": 2.5718521062811917e-11, + "S": 4.2385426765600975e-12, + "I": 2.364857891734573e-06, + "C": 1.0551231888200618e-08, + "R": 2.4720350766394006e-10, + "M": 1.2141058824965967e-08, + "O": 1.5649569418130227e-09, + "W": 3.0122068034321714e-11, + "N": 2.456611092327421e-08, + "Y": 1.9636963770608418e-06, + "U": 9.525418648292927e-11, + "K": 1.637163649093054e-07, + "L": 1.4229038086677193e-11, + "G": 2.8357149517432845e-07, + "F": 0.00010230780753772706, + "E": 3.620168718043715e-05, + "T": 4.6394066544053203e-07, + "P": 0.326416552066803, + "-": 0.6734396815299988 + }, + "id": "tp_17473" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2184151, + "label": "P", + "classification": { + "B": 1.4759798201355312e-12, + "S": 8.841398099757036e-12, + "I": 2.178004251618404e-06, + "C": 6.644108180298147e-11, + "R": 8.313867714930534e-13, + "M": 2.9825880654144044e-10, + "O": 1.0448722442824021e-10, + "W": 2.3408078860670534e-12, + "N": 2.717794167494958e-08, + "Y": 3.1646557374642725e-08, + "U": 1.436378793684412e-12, + "K": 8.458958533630323e-10, + "L": 3.369809856504369e-13, + "G": 3.116119362545078e-09, + "F": 1.8217892829852644e-06, + "E": 2.2656929559161654e-06, + "T": 1.0155538632261596e-08, + "P": 0.977782130241394, + "-": 0.02221156656742096 + }, + "id": "tp_17474" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2184251, + "label": "P", + "classification": { + "B": 1.01216326986453e-11, + "S": 4.90762638860609e-12, + "I": 1.4062158015804016e-06, + "C": 3.902585365977984e-09, + "R": 6.146019804198488e-11, + "M": 2.1003017103282673e-09, + "O": 1.6760745569222024e-10, + "W": 3.864093506972255e-12, + "N": 5.9216791470362296e-09, + "Y": 9.149643460659718e-07, + "U": 1.1131291201282867e-11, + "K": 3.379427848670957e-10, + "L": 7.299591486820134e-12, + "G": 1.1960358392570924e-07, + "F": 3.014943104062695e-05, + "E": 4.642519343178719e-06, + "T": 1.1375372110933313e-07, + "P": 0.9036927819252014, + "-": 0.09626986086368561 + }, + "id": "tp_17475" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2184384, + "label": "-", + "classification": { + "B": 4.5883106736255286e-07, + "S": 6.8445475953637924e-09, + "I": 2.7137466531712562e-05, + "C": 1.9126496226817835e-06, + "R": 2.3635972468127875e-07, + "M": 1.5631410860805772e-05, + "O": 1.6747703739383724e-06, + "W": 1.9667615092089363e-08, + "N": 1.379592049488565e-07, + "Y": 0.00031212775502353907, + "U": 2.9876030538389386e-08, + "K": 1.3410535792957035e-08, + "L": 5.056127179159375e-07, + "G": 8.830202568788081e-05, + "F": 0.0001648737961659208, + "E": 2.2267282474786043e-05, + "T": 0.00012166728993179277, + "P": 0.04710283502936363, + "-": 0.9521402716636658 + }, + "id": "tp_17476" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2184518, + "label": "-", + "classification": { + "B": 5.265362368334081e-09, + "S": 4.11641165598553e-09, + "I": 1.0686466339393519e-05, + "C": 2.137434762516932e-07, + "R": 5.365547117719416e-09, + "M": 1.3561967762143468e-06, + "O": 1.7591116829862585e-07, + "W": 5.600610197831202e-09, + "N": 2.209203984193664e-07, + "Y": 1.5149010323511902e-05, + "U": 4.704677980527094e-09, + "K": 6.622701675951248e-08, + "L": 5.3742024164193936e-09, + "G": 1.8773540659822174e-06, + "F": 0.0001454935409128666, + "E": 2.9110560717526823e-05, + "T": 1.8848644685931504e-05, + "P": 0.2845615744590759, + "-": 0.7152151465415955 + }, + "id": "tp_17477" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2184651, + "label": "P", + "classification": { + "B": 3.970000161945819e-10, + "S": 1.0291962837527535e-08, + "I": 1.2405845154717099e-05, + "C": 2.0781179443929432e-08, + "R": 1.940882565776292e-09, + "M": 4.8929408080766734e-08, + "O": 4.629840333336688e-08, + "W": 6.589281564828298e-09, + "N": 1.0222814808003022e-06, + "Y": 3.847974312520819e-06, + "U": 7.702133375531162e-10, + "K": 4.5332799913921917e-07, + "L": 3.055305453081303e-10, + "G": 2.455666390233091e-07, + "F": 0.000926581269595772, + "E": 5.4369800636777654e-05, + "T": 1.5266546142811421e-06, + "P": 0.8188757300376892, + "-": 0.18012362718582153 + }, + "id": "tp_17478" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2184751, + "label": "-", + "classification": { + "B": 3.6879342246720626e-07, + "S": 9.381845984535175e-07, + "I": 3.584145815693773e-05, + "C": 5.501384748640703e-06, + "R": 4.4452281144913286e-07, + "M": 1.1162387636431959e-05, + "O": 7.133184681151761e-06, + "W": 1.1416165079936036e-06, + "N": 8.581629117543343e-06, + "Y": 0.00034719242830760777, + "U": 3.521303710840584e-07, + "K": 0.00022211414761841297, + "L": 1.7726334533563204e-07, + "G": 9.357229282613844e-05, + "F": 0.010680769570171833, + "E": 0.0008338596089743078, + "T": 0.00017770775593817234, + "P": 0.18004748225212097, + "-": 0.8075257539749146 + }, + "id": "tp_17479" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2184885, + "label": "P", + "classification": { + "B": 8.160438470794507e-13, + "S": 1.0365073382923029e-11, + "I": 2.861629297967738e-07, + "C": 1.5354848469095739e-12, + "R": 4.097286068370162e-14, + "M": 4.700087541387177e-11, + "O": 2.395405922228644e-11, + "W": 9.99656629176171e-13, + "N": 7.047523453707072e-09, + "Y": 5.53519730051022e-10, + "U": 9.433500801261235e-14, + "K": 3.435969217480128e-11, + "L": 4.6581167471426016e-14, + "G": 6.016447756662657e-11, + "F": 4.6280098331408226e-07, + "E": 2.0694957925115887e-07, + "T": 1.7429343524000274e-09, + "P": 0.9967706203460693, + "-": 0.0032284664921462536 + }, + "id": "tp_17480" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2185018, + "label": "-", + "classification": { + "B": 3.872704656959769e-10, + "S": 4.2027389901555523e-10, + "I": 1.5146767964324681e-06, + "C": 1.773295288387544e-08, + "R": 2.146492761312402e-09, + "M": 8.715901458344888e-07, + "O": 4.974031853066663e-08, + "W": 1.1129630550499314e-10, + "N": 1.8365890142035823e-08, + "Y": 3.3207823435077444e-05, + "U": 4.5792449693271564e-11, + "K": 1.5372986439388114e-08, + "L": 5.735354413616278e-10, + "G": 3.120034307357855e-06, + "F": 0.00033251955755986273, + "E": 4.21436288888799e-06, + "T": 1.5616991731803864e-05, + "P": 0.025527264922857285, + "-": 0.9740815162658691 + }, + "id": "tp_17481" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2185152, + "label": "P", + "classification": { + "B": 5.621835028751798e-12, + "S": 1.1121259349631402e-13, + "I": 1.181737729893939e-06, + "C": 5.207995146250255e-11, + "R": 1.2996075569871035e-12, + "M": 1.0179426052081553e-10, + "O": 1.1406674216285495e-11, + "W": 2.070892014729292e-13, + "N": 1.8281173241874171e-09, + "Y": 4.839340039808349e-09, + "U": 2.048847338531959e-13, + "K": 1.9767648889307265e-12, + "L": 3.533392111884637e-13, + "G": 7.875602392459768e-10, + "F": 4.816413579078471e-08, + "E": 1.789047274769473e-07, + "T": 4.910469364460823e-09, + "P": 0.9910138249397278, + "-": 0.008984684944152832 + }, + "id": "tp_17482" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2185252, + "label": "-", + "classification": { + "B": 5.662112112503337e-09, + "S": 1.5470998926403468e-09, + "I": 2.443801349727437e-05, + "C": 2.522932049942028e-07, + "R": 2.665508347376999e-08, + "M": 4.251673999533523e-06, + "O": 4.431372815361101e-07, + "W": 3.5913840790158247e-09, + "N": 1.343102127293605e-07, + "Y": 2.292765384481754e-05, + "U": 2.176590241376175e-09, + "K": 3.683457983072458e-09, + "L": 3.6873895936651024e-08, + "G": 7.120255759218708e-06, + "F": 0.00013894547009840608, + "E": 1.265187074750429e-05, + "T": 2.873162338801194e-05, + "P": 0.17967580258846283, + "-": 0.8200841546058655 + }, + "id": "tp_17483" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2185385, + "label": "P", + "classification": { + "B": 3.280123728188755e-09, + "S": 3.3412603794857887e-09, + "I": 0.0004147849977016449, + "C": 4.6952143861744844e-07, + "R": 5.703986616367729e-08, + "M": 6.584015409316635e-06, + "O": 3.3815490496635903e-07, + "W": 8.256775707593533e-09, + "N": 3.0779831377003575e-06, + "Y": 0.00011155246465932578, + "U": 7.836256976645473e-09, + "K": 1.906323774392149e-07, + "L": 1.3656656250304877e-08, + "G": 7.42488600735669e-06, + "F": 0.00010068999836221337, + "E": 0.00010587765427771956, + "T": 6.76461131661199e-05, + "P": 0.5786852240562439, + "-": 0.4204960763454437 + }, + "id": "tp_17484" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2185519, + "label": "-", + "classification": { + "B": 8.849687094247827e-10, + "S": 2.1220014634337758e-10, + "I": 4.749578295104584e-07, + "C": 9.822788804569882e-09, + "R": 2.862363124300771e-10, + "M": 8.262286854687773e-08, + "O": 2.2501705387867332e-08, + "W": 2.0025210656360315e-10, + "N": 1.0818079765329003e-08, + "Y": 3.8108346416265704e-06, + "U": 1.1765793894724652e-10, + "K": 6.433383603621223e-09, + "L": 4.121857855032829e-10, + "G": 9.799902045415365e-07, + "F": 0.0007953880704008043, + "E": 8.039824933803175e-06, + "T": 1.5338758885263815e-06, + "P": 0.2315530627965927, + "-": 0.7676365375518799 + }, + "id": "tp_17485" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2185652, + "label": "-", + "classification": { + "B": 4.497613019793789e-07, + "S": 4.319439739219888e-08, + "I": 1.2843709555454552e-05, + "C": 1.4014405280704523e-07, + "R": 2.0265863653889937e-08, + "M": 1.2364679378151777e-06, + "O": 9.966388461180031e-07, + "W": 6.509930017273291e-08, + "N": 3.282312093233486e-07, + "Y": 3.466649332040106e-06, + "U": 3.804299986143178e-09, + "K": 2.592982717430914e-08, + "L": 4.0229444664419134e-08, + "G": 3.7389945646282285e-06, + "F": 0.00016509424312971532, + "E": 7.692725375818554e-06, + "T": 1.1882941180374473e-05, + "P": 0.4602928161621094, + "-": 0.539499044418335 + }, + "id": "tp_17486" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2185752, + "label": "-", + "classification": { + "B": 6.992542100903165e-10, + "S": 1.914949865344795e-10, + "I": 1.3802244211547077e-05, + "C": 3.477406949059514e-07, + "R": 6.870350066634501e-09, + "M": 1.0600455624398819e-07, + "O": 7.086292441726982e-08, + "W": 1.09938702586021e-09, + "N": 1.2395670978548878e-07, + "Y": 6.181440767250024e-06, + "U": 1.4075326459916937e-09, + "K": 4.5631232126197574e-08, + "L": 1.3264451759198437e-09, + "G": 2.3170680378825637e-06, + "F": 0.00018430866475682706, + "E": 8.568888915760908e-06, + "T": 1.6109603393488214e-06, + "P": 0.18051481246948242, + "-": 0.8192676901817322 + }, + "id": "tp_17487" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2185886, + "label": "P", + "classification": { + "B": 2.4557125777313615e-10, + "S": 1.262560500592258e-09, + "I": 2.4563266833865782e-06, + "C": 6.788750450681391e-09, + "R": 2.9621882724484294e-10, + "M": 4.446199852736754e-08, + "O": 2.622194728019167e-08, + "W": 1.2453571507364813e-09, + "N": 1.364707173934221e-07, + "Y": 2.17773549593403e-06, + "U": 3.5511021900802575e-10, + "K": 4.03919642621986e-07, + "L": 9.772733317037208e-11, + "G": 1.8686398561840178e-07, + "F": 0.00043478913721628487, + "E": 2.3294776838156395e-05, + "T": 1.576829617988551e-06, + "P": 0.5179625153541565, + "-": 0.48157235980033875 + }, + "id": "tp_17488" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2186019, + "label": "-", + "classification": { + "B": 1.2099262924891718e-08, + "S": 2.3503242019273785e-08, + "I": 1.74156557477545e-05, + "C": 9.499221960140858e-07, + "R": 9.546468504595396e-08, + "M": 3.5734294101530395e-07, + "O": 3.675263542390894e-07, + "W": 1.95862970286953e-08, + "N": 8.608701591583667e-07, + "Y": 9.710736776469275e-05, + "U": 2.7661066326345463e-08, + "K": 4.77546507227089e-07, + "L": 1.579559061326563e-08, + "G": 8.084955879894551e-06, + "F": 0.0006622440996579826, + "E": 1.1529833500389941e-05, + "T": 3.290657696197741e-05, + "P": 0.39042291045188904, + "-": 0.6087445020675659 + }, + "id": "tp_17489" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2186153, + "label": "P", + "classification": { + "B": 1.6561026328076878e-08, + "S": 2.294969192462304e-07, + "I": 0.00020878973009530455, + "C": 1.2192919029985205e-07, + "R": 5.193765417743634e-08, + "M": 9.371071882924298e-07, + "O": 3.509566965931299e-07, + "W": 4.693482935635984e-08, + "N": 2.1325289708329365e-05, + "Y": 6.797127753088716e-06, + "U": 8.930562067632764e-09, + "K": 8.548348660042393e-07, + "L": 7.250600120300987e-09, + "G": 2.898128059314331e-06, + "F": 0.00016587076243013144, + "E": 8.105850429274142e-05, + "T": 7.957719390105922e-06, + "P": 0.985900342464447, + "-": 0.013602355495095253 + }, + "id": "tp_17490" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2186253, + "label": "-", + "classification": { + "B": 1.1855891268730545e-10, + "S": 1.3891413574995681e-09, + "I": 3.2146836019819602e-06, + "C": 2.9148186087013528e-08, + "R": 2.0866650629614014e-09, + "M": 9.172727999384733e-08, + "O": 4.298424727267047e-08, + "W": 1.3911430896129673e-09, + "N": 9.562656089201482e-08, + "Y": 4.969142082700273e-06, + "U": 4.147397703047062e-10, + "K": 1.233967736880004e-07, + "L": 2.2649356001824827e-10, + "G": 4.053501072576182e-07, + "F": 0.00042122439481317997, + "E": 4.210830411466304e-06, + "T": 2.89785316454072e-06, + "P": 0.31663352251052856, + "-": 0.6829292178153992 + }, + "id": "tp_17491" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2186386, + "label": "-", + "classification": { + "B": 3.1742165447212756e-05, + "S": 6.14932578173466e-05, + "I": 0.00024733145255595446, + "C": 0.00027132692048326135, + "R": 3.0418270398513414e-05, + "M": 0.0005496084340848029, + "O": 0.00018732120224740356, + "W": 2.079196201520972e-05, + "N": 3.0329687433550134e-05, + "Y": 0.0015066367341205478, + "U": 4.702146270574303e-06, + "K": 7.151188037823886e-05, + "L": 7.784982153680176e-05, + "G": 0.0031498437747359276, + "F": 0.05917420610785484, + "E": 0.002433108864352107, + "T": 0.0014119312399998307, + "P": 0.07533261179924011, + "-": 0.8554071187973022 + }, + "id": "tp_17492" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2186520, + "label": "P", + "classification": { + "B": 1.2472439747668318e-09, + "S": 5.080092249643009e-11, + "I": 9.634817979531363e-05, + "C": 2.4112036811629878e-08, + "R": 1.4294487815647017e-09, + "M": 4.511583284738663e-08, + "O": 6.107522931841913e-09, + "W": 8.103902271461294e-11, + "N": 3.272730566550308e-07, + "Y": 3.060569497392862e-06, + "U": 2.407143651073085e-10, + "K": 1.3318667280159957e-09, + "L": 3.290928363153256e-10, + "G": 1.1707688827300444e-06, + "F": 2.504791382307303e-06, + "E": 1.2614757906703744e-05, + "T": 1.098923348763492e-06, + "P": 0.9493246078491211, + "-": 0.050558146089315414 + }, + "id": "tp_17493" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2186653, + "label": "-", + "classification": { + "B": 1.2691562290001457e-07, + "S": 4.293792699172627e-08, + "I": 6.668421701760963e-05, + "C": 5.2636278269346803e-05, + "R": 1.7258902289540856e-06, + "M": 7.786475180182606e-06, + "O": 3.7625720779033145e-06, + "W": 1.941733955845848e-07, + "N": 4.690731657319702e-06, + "Y": 0.0002812816819641739, + "U": 4.5643918156201835e-07, + "K": 4.187427111901343e-05, + "L": 2.744733933468524e-07, + "G": 0.00012655177852138877, + "F": 0.005795399658381939, + "E": 0.0005028047598898411, + "T": 5.655504355672747e-05, + "P": 0.12089789658784866, + "-": 0.8721591234207153 + }, + "id": "tp_17494" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2186753, + "label": "P", + "classification": { + "B": 1.72991079239182e-07, + "S": 2.6103702310820154e-08, + "I": 8.979535778053105e-05, + "C": 2.669475236416474e-07, + "R": 9.04652708300091e-09, + "M": 3.307079168735072e-06, + "O": 2.652913053680095e-07, + "W": 3.529440206762047e-08, + "N": 6.889495580253424e-06, + "Y": 3.573083085939288e-05, + "U": 3.291883743372637e-08, + "K": 1.0638895219017286e-05, + "L": 2.09440518261772e-08, + "G": 1.7055779608199373e-05, + "F": 0.0021361957769840956, + "E": 0.007665742188692093, + "T": 2.9258373615448363e-05, + "P": 0.7087901830673218, + "-": 0.2812143564224243 + }, + "id": "tp_17495" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2186887, + "label": "P", + "classification": { + "B": 1.903812005821237e-07, + "S": 1.147505201970489e-08, + "I": 4.636641460820101e-05, + "C": 7.77066055945852e-09, + "R": 2.2463793047933223e-09, + "M": 9.25809118257348e-08, + "O": 2.015531919141722e-07, + "W": 3.71812025612428e-09, + "N": 8.71285010362044e-07, + "Y": 3.433870787716842e-08, + "U": 1.9545258467257298e-10, + "K": 1.17418311185169e-10, + "L": 5.207202224966068e-09, + "G": 2.903628626427235e-07, + "F": 3.8881330510776024e-06, + "E": 3.2462255603604717e-06, + "T": 3.113086677331012e-07, + "P": 0.9882610440254211, + "-": 0.011683410033583641 + }, + "id": "tp_17496" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2187020, + "label": "-", + "classification": { + "B": 7.017499359385226e-10, + "S": 2.5313533491555518e-09, + "I": 1.9133482055622153e-05, + "C": 2.651720194535301e-07, + "R": 2.6425800214724404e-08, + "M": 1.833275433682502e-07, + "O": 1.8174169724716194e-07, + "W": 1.0526886029538218e-08, + "N": 6.250949695640884e-07, + "Y": 3.499526792438701e-05, + "U": 7.672838364669587e-09, + "K": 1.737310867611086e-06, + "L": 1.8408279345294432e-09, + "G": 2.8156155167380348e-06, + "F": 0.0006714438204653561, + "E": 2.4779128580121323e-05, + "T": 7.071007985359756e-06, + "P": 0.34155797958374023, + "-": 0.6576787233352661 + }, + "id": "tp_17497" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2187154, + "label": "-", + "classification": { + "B": 7.399596313462098e-08, + "S": 8.475252855077997e-08, + "I": 8.868602890288457e-05, + "C": 2.227011037803095e-07, + "R": 1.1322164539251389e-07, + "M": 2.9780233035126003e-06, + "O": 1.5002500504124328e-06, + "W": 2.6793353313792068e-08, + "N": 3.0021360544196796e-06, + "Y": 0.00019300270651001483, + "U": 1.084086598268641e-08, + "K": 1.0128682248478071e-07, + "L": 3.914533763804684e-08, + "G": 2.652729381225072e-05, + "F": 0.000344192172633484, + "E": 1.0128798749065027e-05, + "T": 0.00020066263095941395, + "P": 0.4920477867126465, + "-": 0.5070808529853821 + }, + "id": "tp_17498" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2187254, + "label": "P", + "classification": { + "B": 8.721754873874943e-09, + "S": 6.626614634797079e-08, + "I": 0.0033440045081079006, + "C": 1.413651489201584e-06, + "R": 1.2834529172778275e-07, + "M": 8.554088708478957e-07, + "O": 2.422426632620045e-07, + "W": 9.607558837387842e-08, + "N": 6.605380622204393e-05, + "Y": 2.3994894945644774e-05, + "U": 2.52088003804829e-08, + "K": 4.598218765750062e-06, + "L": 6.671772911914786e-09, + "G": 2.2206693301995983e-06, + "F": 7.95024388935417e-05, + "E": 0.00046413246309384704, + "T": 6.9310099206632e-06, + "P": 0.9664956331253052, + "-": 0.02951006218791008 + }, + "id": "tp_17499" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2187387, + "label": "P", + "classification": { + "B": 1.0897343116766933e-07, + "S": 9.51920000602513e-08, + "I": 0.00030272422009147704, + "C": 1.2194235523566022e-06, + "R": 6.068938773751142e-07, + "M": 6.830141501268372e-06, + "O": 4.522230028669583e-06, + "W": 1.0495114821651441e-07, + "N": 8.455755960312672e-06, + "Y": 0.00011508544412208721, + "U": 2.658560482871053e-08, + "K": 1.6893513077320677e-07, + "L": 1.3792580944027577e-07, + "G": 5.777044134447351e-05, + "F": 0.0003585160884540528, + "E": 5.4446980357170105e-05, + "T": 0.00013970272266305983, + "P": 0.7228713631629944, + "-": 0.2760780155658722 + }, + "id": "tp_17500" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2187521, + "label": "P", + "classification": { + "B": 1.2523209136361402e-09, + "S": 5.195995633755501e-09, + "I": 7.93186918599531e-05, + "C": 3.5419461141827924e-07, + "R": 1.2231716084443178e-08, + "M": 4.0060245964923524e-07, + "O": 1.0128140814913422e-07, + "W": 4.3145718109371956e-09, + "N": 1.3779019809589954e-06, + "Y": 1.3442646377370693e-05, + "U": 4.4396175624683565e-09, + "K": 2.8565730758600694e-07, + "L": 4.146063492527219e-09, + "G": 3.3046585485863034e-06, + "F": 0.00034786679316312075, + "E": 3.880843723891303e-05, + "T": 5.811289611301618e-06, + "P": 0.66608065366745, + "-": 0.33342820405960083 + }, + "id": "tp_17501" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2187654, + "label": "P", + "classification": { + "B": 1.1725744433615257e-16, + "S": 8.265089683654142e-16, + "I": 3.7519814810593743e-08, + "C": 4.687779968010389e-16, + "R": 1.4682985268408275e-17, + "M": 1.1939614641203692e-14, + "O": 1.1514975637163193e-15, + "W": 3.559029619676372e-17, + "N": 1.4518786173312037e-10, + "Y": 1.0157037700058574e-13, + "U": 2.565574909293192e-18, + "K": 4.671733987615841e-15, + "L": 4.846644562416373e-19, + "G": 2.961165180789295e-14, + "F": 2.2461706106202683e-11, + "E": 3.908561918564146e-09, + "T": 5.383459520183487e-13, + "P": 0.9999920129776001, + "-": 7.937931513879448e-06 + }, + "id": "tp_17502" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2187754, + "label": "P", + "classification": { + "B": 6.436114119955094e-13, + "S": 1.5225631085774571e-12, + "I": 5.897837240809167e-07, + "C": 6.730024870726936e-11, + "R": 1.2524407509359459e-12, + "M": 3.843192430963427e-10, + "O": 1.0797548272156732e-10, + "W": 1.6931143986820274e-12, + "N": 1.237103575135734e-08, + "Y": 4.08730933543211e-08, + "U": 1.4177267216100575e-12, + "K": 7.136832014253969e-09, + "L": 1.5052804109520063e-13, + "G": 3.2734497334985235e-09, + "F": 1.718053681543097e-05, + "E": 6.22038487563259e-06, + "T": 1.7211489122814783e-08, + "P": 0.9246677756309509, + "-": 0.07530824840068817 + }, + "id": "tp_17503" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2187888, + "label": "-", + "classification": { + "B": 3.728312926128737e-15, + "S": 1.1096982030110378e-14, + "I": 1.3289591649368049e-09, + "C": 3.6178514611212576e-12, + "R": 1.7196991443715892e-13, + "M": 3.399813069959734e-11, + "O": 1.1959896614732735e-11, + "W": 2.487708322218389e-14, + "N": 2.6238052529270472e-12, + "Y": 2.4027388079161938e-08, + "U": 4.482388666103088e-15, + "K": 7.212599441308587e-12, + "L": 3.039793089348896e-15, + "G": 2.642601693025881e-10, + "F": 1.130922896663833e-06, + "E": 1.133041327427975e-09, + "T": 8.310614418860496e-09, + "P": 0.014676042832434177, + "-": 0.9853227138519287 + }, + "id": "tp_17504" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2188021, + "label": "P", + "classification": { + "B": 5.04921139621306e-11, + "S": 4.974437094878992e-12, + "I": 2.4715129711694317e-06, + "C": 1.9402444095817373e-09, + "R": 4.703071265765857e-11, + "M": 3.336138032494773e-09, + "O": 2.6879376502364494e-09, + "W": 1.531048378355937e-11, + "N": 5.786769285975879e-09, + "Y": 6.726935453116312e-08, + "U": 7.684481523329012e-12, + "K": 1.9173189511750843e-12, + "L": 7.452308214972447e-11, + "G": 3.260978331809383e-08, + "F": 1.521088847766805e-06, + "E": 2.0092825536721648e-07, + "T": 1.6242410083577852e-07, + "P": 0.8042905330657959, + "-": 0.19570502638816833 + }, + "id": "tp_17505" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2188155, + "label": "P", + "classification": { + "B": 1.1005538702590911e-08, + "S": 5.46286083036307e-09, + "I": 1.1490734550534398e-06, + "C": 6.541265862303192e-10, + "R": 1.4312032114993656e-10, + "M": 8.437965881569198e-09, + "O": 3.71718655856057e-08, + "W": 3.918962043769625e-09, + "N": 1.0046458953638648e-07, + "Y": 8.006421126083296e-08, + "U": 1.8779899857435112e-10, + "K": 5.010354797718719e-09, + "L": 3.0136557138682463e-10, + "G": 5.019051485533055e-08, + "F": 7.30830361135304e-05, + "E": 5.83207201998448e-06, + "T": 2.1914603109962627e-07, + "P": 0.9382312893867493, + "-": 0.061688024550676346 + }, + "id": "tp_17506" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2188255, + "label": "P", + "classification": { + "B": 1.990308419408393e-06, + "S": 3.987041168329597e-07, + "I": 8.870017336448655e-05, + "C": 2.258028644064325e-06, + "R": 3.77718095023738e-07, + "M": 8.763380719756242e-06, + "O": 5.862357284058817e-06, + "W": 5.129974738338205e-07, + "N": 5.654476808558684e-06, + "Y": 9.588681859895587e-05, + "U": 2.4101353801597725e-07, + "K": 7.504997370233468e-07, + "L": 4.149434857936285e-07, + "G": 3.6945915780961514e-05, + "F": 0.0005861890967935324, + "E": 0.0001218758916365914, + "T": 8.934157085604966e-05, + "P": 0.6479185223579407, + "-": 0.3510352373123169 + }, + "id": "tp_17507" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2188388, + "label": "P", + "classification": { + "B": 1.89161815551675e-12, + "S": 3.6743611625533745e-11, + "I": 7.16571321390802e-06, + "C": 2.354016537253756e-09, + "R": 1.938100652187913e-10, + "M": 5.83966430767191e-09, + "O": 3.70498476343073e-09, + "W": 2.1806896566278766e-11, + "N": 5.621247467502144e-08, + "Y": 1.0975802524626488e-06, + "U": 2.571912301185808e-11, + "K": 1.126775561743898e-09, + "L": 2.27005983455264e-11, + "G": 4.3791430925921304e-08, + "F": 2.0432129531400278e-05, + "E": 5.69955489027052e-07, + "T": 7.17934938165854e-07, + "P": 0.6753901839256287, + "-": 0.3245796859264374 + }, + "id": "tp_17508" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2188522, + "label": "P", + "classification": { + "B": 6.685567655040359e-09, + "S": 2.8271138763358294e-09, + "I": 2.7371214628146845e-07, + "C": 4.594761460197105e-09, + "R": 3.0097666026129843e-10, + "M": 3.381581592520888e-08, + "O": 3.4000652959775834e-08, + "W": 2.5086284161091044e-09, + "N": 1.3702492474010342e-08, + "Y": 5.682020400854526e-07, + "U": 6.895573695375745e-11, + "K": 1.0535523564669802e-08, + "L": 3.12064374341503e-10, + "G": 5.160923137736972e-07, + "F": 0.0005900806863792241, + "E": 4.9062045945902355e-06, + "T": 7.95192534042144e-07, + "P": 0.5393875241279602, + "-": 0.46001511812210083 + }, + "id": "tp_17509" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2188655, + "label": "P", + "classification": { + "B": 5.7902866501535755e-06, + "S": 1.955501538475346e-08, + "I": 0.0002098495460813865, + "C": 3.5954440136265475e-07, + "R": 1.4536960080135941e-08, + "M": 2.0700692857644754e-06, + "O": 3.365776990449376e-07, + "W": 1.7146737363304965e-08, + "N": 2.268815251227352e-06, + "Y": 6.402268354577245e-06, + "U": 8.154402486582057e-09, + "K": 1.2668210924715595e-09, + "L": 1.2596736098657857e-07, + "G": 8.18433181848377e-06, + "F": 1.3485989256878383e-05, + "E": 0.0004733348323497921, + "T": 3.4489787594793597e-06, + "P": 0.961401104927063, + "-": 0.03787332400679588 + }, + "id": "tp_17510" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2188755, + "label": "-", + "classification": { + "B": 6.204686542332638e-09, + "S": 1.1620016060476246e-08, + "I": 1.0244712029816583e-05, + "C": 2.828609808602778e-07, + "R": 1.5236919281846895e-08, + "M": 2.0464788974550174e-07, + "O": 2.738138960012293e-07, + "W": 2.824360301190154e-08, + "N": 6.702196628793899e-07, + "Y": 2.437839975755196e-05, + "U": 2.091265827175448e-08, + "K": 2.214499318142771e-06, + "L": 5.742217812354511e-09, + "G": 1.876202986750286e-06, + "F": 0.0011263447813689709, + "E": 5.980348578304984e-05, + "T": 5.552499260375043e-06, + "P": 0.3520289361476898, + "-": 0.64673912525177 + }, + "id": "tp_17511" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2188889, + "label": "-", + "classification": { + "B": 2.1272792555260267e-12, + "S": 8.86608148009671e-12, + "I": 6.500271751974651e-07, + "C": 6.035381261426664e-08, + "R": 3.629170075569732e-09, + "M": 2.3498113677078436e-08, + "O": 4.956316690396534e-09, + "W": 5.3642354447269724e-11, + "N": 2.0346970774909323e-09, + "Y": 8.01462920207996e-06, + "U": 7.09670516796379e-11, + "K": 4.242622253514128e-09, + "L": 1.3304038426475984e-10, + "G": 1.8227690645744588e-07, + "F": 0.00010368542280048132, + "E": 4.50967633014443e-07, + "T": 1.0063720310427016e-06, + "P": 0.01609938219189644, + "-": 0.983786404132843 + }, + "id": "tp_17512" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2189022, + "label": "P", + "classification": { + "B": 8.517655260220636e-06, + "S": 8.452816473436542e-07, + "I": 0.006716842297464609, + "C": 0.00027435700758360326, + "R": 1.759093538566958e-05, + "M": 9.538271115161479e-05, + "O": 1.847696148615796e-05, + "W": 1.4881519518894493e-06, + "N": 0.00019521452486515045, + "Y": 0.00042596872663125396, + "U": 3.6582694065145915e-06, + "K": 4.150607310293708e-06, + "L": 6.475714144471567e-06, + "G": 0.0004867172392550856, + "F": 0.0007545541157014668, + "E": 0.002302196342498064, + "T": 0.00023711826361250132, + "P": 0.8428725600242615, + "-": 0.14557789266109467 + }, + "id": "tp_17513" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2189156, + "label": "P", + "classification": { + "B": 1.7024770215812168e-07, + "S": 9.873456292552873e-07, + "I": 0.0002191997627960518, + "C": 3.041436002604314e-06, + "R": 5.914891971769975e-07, + "M": 8.473932211927604e-06, + "O": 4.4737180360243656e-06, + "W": 4.0961060676636407e-07, + "N": 3.518865196383558e-05, + "Y": 7.524788088630885e-05, + "U": 1.6487696541389596e-07, + "K": 1.98547186300857e-05, + "L": 1.3696339351554343e-07, + "G": 3.409176497370936e-05, + "F": 0.0030652291607111692, + "E": 0.0004905668902210891, + "T": 8.46150069264695e-05, + "P": 0.8045550584793091, + "-": 0.19140243530273438 + }, + "id": "tp_17514" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2189256, + "label": "P", + "classification": { + "B": 4.554422464164709e-11, + "S": 2.14820183863651e-09, + "I": 1.871524204943853e-06, + "C": 1.2082056466411473e-09, + "R": 2.157859169127363e-10, + "M": 1.8086980801967911e-09, + "O": 8.67760352463165e-09, + "W": 1.3295561318571458e-09, + "N": 2.6858438673116325e-07, + "Y": 2.120926012594282e-07, + "U": 1.5708000178360493e-10, + "K": 4.0149885194296075e-07, + "L": 2.977625437883269e-11, + "G": 7.170372384734947e-08, + "F": 0.0006118622259236872, + "E": 1.0373601980973035e-05, + "T": 3.2251372772407194e-07, + "P": 0.8971284627914429, + "-": 0.10224605351686478 + }, + "id": "tp_17515" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2189389, + "label": "P", + "classification": { + "B": 8.838342324679616e-08, + "S": 1.3541989574150648e-07, + "I": 0.0002656888391356915, + "C": 9.710126960271737e-07, + "R": 1.9808270224075386e-07, + "M": 3.026116473847651e-06, + "O": 1.6954331840679515e-06, + "W": 1.1203269423276652e-07, + "N": 1.6645213690935634e-05, + "Y": 6.272595055634156e-05, + "U": 9.067503015103284e-08, + "K": 6.327518349280581e-06, + "L": 3.8867035812018e-08, + "G": 1.5346256986958906e-05, + "F": 0.0005878477822989225, + "E": 0.00029044513939879835, + "T": 5.004799095331691e-05, + "P": 0.7745510935783386, + "-": 0.2241474986076355 + }, + "id": "tp_17516" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2189523, + "label": "P", + "classification": { + "B": 8.098623283103734e-08, + "S": 4.1269765915785683e-07, + "I": 2.3701584723312408e-05, + "C": 1.3093965378629946e-07, + "R": 2.9585743632765116e-08, + "M": 8.051267741393531e-07, + "O": 8.027591889003816e-07, + "W": 1.112368863687152e-07, + "N": 5.72786848351825e-06, + "Y": 1.1603930033743382e-05, + "U": 1.3983501467862425e-08, + "K": 1.209872380059096e-06, + "L": 1.926040482658209e-08, + "G": 3.367561248523998e-06, + "F": 0.0031623414251953363, + "E": 0.00011580179125303403, + "T": 2.6042669560411014e-05, + "P": 0.7841806411743164, + "-": 0.21246707439422607 + }, + "id": "tp_17517" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2189656, + "label": "P", + "classification": { + "B": 4.7909728267958585e-11, + "S": 5.248803475188524e-11, + "I": 1.343021835964464e-07, + "C": 1.5685223953010308e-10, + "R": 2.640320037258781e-12, + "M": 7.50768069934793e-09, + "O": 2.786324282411101e-09, + "W": 2.7967680255036598e-11, + "N": 3.186856112336045e-09, + "Y": 1.3998779024859687e-07, + "U": 3.709497986559285e-12, + "K": 2.4523919006647077e-10, + "L": 1.811030492238075e-11, + "G": 2.390937936525006e-08, + "F": 5.3786028729518875e-05, + "E": 1.3056071566097671e-06, + "T": 2.2361923868174927e-07, + "P": 0.64133620262146, + "-": 0.3586081266403198 + }, + "id": "tp_17518" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2189756, + "label": "-", + "classification": { + "B": 9.021055603908312e-12, + "S": 1.4172663043154898e-11, + "I": 9.192329564200463e-09, + "C": 1.1384455878005184e-10, + "R": 1.6680591369971909e-12, + "M": 6.110760231159418e-10, + "O": 1.1981758918366836e-09, + "W": 1.9149369590021337e-11, + "N": 2.212909022691889e-10, + "Y": 8.736748213777901e-08, + "U": 9.645262019630785e-13, + "K": 4.904387451709624e-10, + "L": 3.484726396330018e-12, + "G": 2.538180154942893e-08, + "F": 0.00030273638549260795, + "E": 3.930998673240538e-07, + "T": 3.199088638439207e-08, + "P": 0.22401085495948792, + "-": 0.7756858468055725 + }, + "id": "tp_17519" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2189890, + "label": "P", + "classification": { + "B": 4.180691817040616e-12, + "S": 4.1019657288920985e-12, + "I": 9.411310202267487e-07, + "C": 8.749007629482719e-10, + "R": 1.3528092708547934e-11, + "M": 1.3038096158268786e-09, + "O": 1.821766210108322e-10, + "W": 4.341001082902585e-12, + "N": 2.4388822073007077e-09, + "Y": 1.6679018699505832e-07, + "U": 3.12475631307485e-12, + "K": 1.9636994808003294e-10, + "L": 3.7000962190003595e-12, + "G": 1.5462767066765082e-08, + "F": 1.5450630598934367e-05, + "E": 5.807797265333647e-07, + "T": 3.6277207016155444e-08, + "P": 0.8271433115005493, + "-": 0.1728394627571106 + }, + "id": "tp_17520" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2190023, + "label": "-", + "classification": { + "B": 8.469183132575608e-10, + "S": 6.594121360059546e-10, + "I": 5.741789209423587e-06, + "C": 1.1077028716499626e-07, + "R": 3.729693887066787e-09, + "M": 2.2816760747446097e-07, + "O": 7.130332591032129e-08, + "W": 2.385665665016745e-09, + "N": 1.4492374589281098e-07, + "Y": 4.66826677438803e-05, + "U": 8.233074777486138e-10, + "K": 1.18527395898127e-06, + "L": 1.0493591551252734e-09, + "G": 2.777738518489059e-05, + "F": 0.002015248406678438, + "E": 0.00025807885685935616, + "T": 3.124613158433931e-06, + "P": 0.20520004630088806, + "-": 0.7924414873123169 + }, + "id": "tp_17521" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2190157, + "label": "-", + "classification": { + "B": 4.880866266709916e-10, + "S": 2.4964427747242723e-10, + "I": 6.20751563928934e-07, + "C": 6.402517183090595e-09, + "R": 2.603277593493658e-10, + "M": 7.89480054663727e-08, + "O": 2.8156062370499058e-08, + "W": 4.3218495449082184e-10, + "N": 5.241383771448227e-09, + "Y": 6.030805934642558e-07, + "U": 1.0052928628434543e-10, + "K": 3.8179492900525247e-10, + "L": 7.571740456846499e-10, + "G": 9.690806024309495e-08, + "F": 6.720430974382907e-05, + "E": 8.944791716203326e-07, + "T": 1.9221433831262402e-06, + "P": 0.25496330857276917, + "-": 0.7449652552604675 + }, + "id": "tp_17522" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2190257, + "label": "-", + "classification": { + "B": 3.2222075674326334e-08, + "S": 5.046746665016144e-08, + "I": 5.875485294382088e-05, + "C": 1.7389048423410713e-07, + "R": 2.7211711994823418e-08, + "M": 3.811734131886624e-06, + "O": 2.025489720836049e-06, + "W": 5.7081756210664025e-08, + "N": 2.9694876957364613e-06, + "Y": 0.0001031165083986707, + "U": 2.1527547744426556e-08, + "K": 2.1154711760118516e-07, + "L": 4.298422240367472e-08, + "G": 1.0865073818422388e-05, + "F": 0.0003239538345951587, + "E": 3.0480368877761066e-05, + "T": 0.00012167626118753105, + "P": 0.3799237608909607, + "-": 0.6194179058074951 + }, + "id": "tp_17523" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2190390, + "label": "-", + "classification": { + "B": 4.767739980593433e-08, + "S": 1.605628057177455e-07, + "I": 5.155685357749462e-05, + "C": 4.114692728762748e-06, + "R": 2.915902541644755e-07, + "M": 4.665479991672328e-06, + "O": 1.947911187016871e-06, + "W": 2.831148151472007e-07, + "N": 8.037797670112923e-06, + "Y": 0.00035642279544845223, + "U": 1.001642075948439e-07, + "K": 5.202487955102697e-05, + "L": 7.901304854840419e-08, + "G": 3.783097417908721e-05, + "F": 0.03140635043382645, + "E": 0.0009256231714971364, + "T": 4.967213681084104e-05, + "P": 0.43097174167633057, + "-": 0.5361289978027344 + }, + "id": "tp_17524" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2190524, + "label": "-", + "classification": { + "B": 5.420227822128254e-09, + "S": 7.761777887083099e-09, + "I": 3.22533815051429e-05, + "C": 3.41716827279015e-07, + "R": 4.868756420250975e-08, + "M": 3.0169651381584117e-06, + "O": 4.3636197233354324e-07, + "W": 8.43488123791758e-09, + "N": 3.8901552557035757e-07, + "Y": 0.00014448098954744637, + "U": 4.205462200701504e-09, + "K": 2.2913140185210068e-07, + "L": 2.7800556523516207e-08, + "G": 2.2933756554266438e-05, + "F": 0.0019822553731501102, + "E": 3.772460331674665e-05, + "T": 3.9423412090400234e-05, + "P": 0.3108987510204315, + "-": 0.6868376731872559 + }, + "id": "tp_17525" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2190657, + "label": "P", + "classification": { + "B": 1.5167200828614114e-11, + "S": 4.033844872713965e-12, + "I": 1.638337607801077e-06, + "C": 3.6531888625290776e-09, + "R": 8.655574867955096e-11, + "M": 6.242343086881874e-09, + "O": 1.0630332170080692e-09, + "W": 2.500052595499902e-11, + "N": 1.2700832385803551e-08, + "Y": 3.1735766015117406e-07, + "U": 3.151982841398393e-11, + "K": 7.801597590173515e-09, + "L": 8.440611057314307e-12, + "G": 4.097260131175062e-08, + "F": 3.491127790766768e-05, + "E": 4.377608547656564e-06, + "T": 2.1931251126261486e-07, + "P": 0.6463609337806702, + "-": 0.3535974621772766 + }, + "id": "tp_17526" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2190757, + "label": "P", + "classification": { + "B": 4.335381012521289e-11, + "S": 3.739826157089787e-12, + "I": 1.8776606935944073e-08, + "C": 1.4589288110933296e-10, + "R": 1.6151872591144145e-12, + "M": 2.0818582968651356e-10, + "O": 1.241478031488441e-10, + "W": 1.6964897368854093e-12, + "N": 2.4269761200734763e-10, + "Y": 7.077608721317574e-09, + "U": 3.128974130576362e-13, + "K": 2.6009183955871817e-12, + "L": 1.3708962350728049e-12, + "G": 4.9025072890174215e-09, + "F": 5.6775766097416636e-06, + "E": 1.2282360728477215e-07, + "T": 8.839481147049355e-09, + "P": 0.8884918689727783, + "-": 0.1115022823214531 + }, + "id": "tp_17527" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2190891, + "label": "-", + "classification": { + "B": 5.02015692471075e-13, + "S": 1.1043402520574674e-12, + "I": 1.8512213273425004e-07, + "C": 5.620859333532735e-10, + "R": 1.3789853807455454e-11, + "M": 2.2525783460736193e-09, + "O": 3.072642418278093e-10, + "W": 4.107640009382019e-12, + "N": 7.229878362657871e-10, + "Y": 2.617660754822282e-07, + "U": 2.198472740660984e-12, + "K": 1.050896258902867e-09, + "L": 3.349713735556481e-12, + "G": 1.127613291629359e-08, + "F": 0.00020080883405171335, + "E": 6.337685363178025e-07, + "T": 4.7865896135590447e-08, + "P": 0.1511450558900833, + "-": 0.8486530780792236 + }, + "id": "tp_17528" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2191024, + "label": "P", + "classification": { + "B": 1.1936933663747595e-09, + "S": 2.221661077328463e-08, + "I": 0.00030959444120526314, + "C": 6.893066117896751e-09, + "R": 1.903097679445409e-09, + "M": 6.407999109114826e-08, + "O": 3.752267474510518e-08, + "W": 1.3107857022021108e-09, + "N": 7.875271876400802e-06, + "Y": 7.089096243362292e-07, + "U": 1.8636622800549674e-10, + "K": 3.1903262254218134e-08, + "L": 4.384590190920079e-10, + "G": 2.779719920908974e-07, + "F": 1.7176045730593614e-05, + "E": 2.1683956219931133e-05, + "T": 2.9130451366654597e-06, + "P": 0.9906725287437439, + "-": 0.00896699819713831 + }, + "id": "tp_17529" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2191158, + "label": "P", + "classification": { + "B": 0.00025061648921109736, + "S": 0.0001606981677468866, + "I": 0.01570523902773857, + "C": 0.0032545074354857206, + "R": 0.0004593836492858827, + "M": 0.0031051053665578365, + "O": 0.0006749826716259122, + "W": 0.00019659411918837577, + "N": 0.0019149183062836528, + "Y": 0.01604100503027439, + "U": 0.00023820623755455017, + "K": 0.0009093463304452598, + "L": 0.0003707755822688341, + "G": 0.005392934661358595, + "F": 0.0360245518386364, + "E": 0.027029987424612045, + "T": 0.005237193312495947, + "P": 0.46422308683395386, + "-": 0.41881078481674194 + }, + "id": "tp_17530" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2191258, + "label": "P", + "classification": { + "B": 3.351679211949232e-10, + "S": 8.406776386138404e-10, + "I": 1.3235105143394321e-05, + "C": 2.236280716161332e-09, + "R": 1.5926587826342598e-10, + "M": 7.00594426916723e-09, + "O": 3.413682225783532e-09, + "W": 4.919789575730249e-10, + "N": 2.7076089281763416e-07, + "Y": 1.3143095145551342e-07, + "U": 1.5160342425879492e-10, + "K": 8.123194561449054e-09, + "L": 6.79170886197511e-11, + "G": 3.028628370316255e-08, + "F": 9.060597221832722e-06, + "E": 4.236180757288821e-06, + "T": 2.7449729600448336e-07, + "P": 0.9790001511573792, + "-": 0.020972635596990585 + }, + "id": "tp_17531" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2191391, + "label": "P", + "classification": { + "B": 6.82804738971754e-07, + "S": 6.561085683642887e-07, + "I": 7.063501834636554e-05, + "C": 8.173926744348137e-07, + "R": 1.4123716596259328e-07, + "M": 2.3945865450514248e-06, + "O": 5.573599537456175e-06, + "W": 4.830441753256309e-07, + "N": 1.0751707122835796e-05, + "Y": 1.343901840300532e-05, + "U": 6.480180303469751e-08, + "K": 7.760557991787209e-07, + "L": 1.0315831389107188e-07, + "G": 1.482324023527326e-05, + "F": 0.0019256152445450425, + "E": 0.00020594785746652633, + "T": 1.6322226656484418e-05, + "P": 0.8115943074226379, + "-": 0.1861364096403122 + }, + "id": "tp_17532" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2191525, + "label": "-", + "classification": { + "B": 8.800374491635399e-12, + "S": 1.4159638739297264e-11, + "I": 1.6100368327442993e-07, + "C": 1.2551817363259943e-09, + "R": 4.742353384989961e-11, + "M": 6.75407108019499e-09, + "O": 7.746235874961371e-10, + "W": 1.2937081961261754e-11, + "N": 1.124122905871161e-09, + "Y": 1.3918123613620992e-06, + "U": 4.17580466732792e-12, + "K": 2.4112811747301066e-09, + "L": 4.965648552068824e-12, + "G": 1.031638916515476e-07, + "F": 7.759009167784825e-05, + "E": 6.301109465312038e-07, + "T": 2.5847890583463595e-07, + "P": 0.3617474436759949, + "-": 0.638172447681427 + }, + "id": "tp_17533" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2191658, + "label": "P", + "classification": { + "B": 5.972832363247693e-13, + "S": 1.0440132265643332e-11, + "I": 3.0070506085166926e-08, + "C": 4.4810305639686465e-12, + "R": 9.615726726149021e-14, + "M": 6.444594163879103e-11, + "O": 1.1381227904561086e-10, + "W": 4.078585125882883e-12, + "N": 1.380658809502222e-09, + "Y": 6.220924664290806e-09, + "U": 4.303604456308563e-13, + "K": 9.088164665271847e-10, + "L": 8.065377250614236e-14, + "G": 3.866092723736614e-10, + "F": 1.1551580428204034e-05, + "E": 5.457681027110084e-07, + "T": 1.4047710550357806e-08, + "P": 0.8317995667457581, + "-": 0.168188214302063 + }, + "id": "tp_17534" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2191758, + "label": "P", + "classification": { + "B": 6.303782495997723e-10, + "S": 1.0538502293044871e-09, + "I": 0.00012774832430295646, + "C": 2.6426391741551924e-07, + "R": 9.474951490062722e-09, + "M": 5.628443773275649e-07, + "O": 4.916920914865841e-08, + "W": 1.487341028116873e-09, + "N": 1.4807181969445082e-06, + "Y": 1.1257069672865327e-05, + "U": 2.001783405702895e-09, + "K": 3.318962882303822e-08, + "L": 3.2353810741625466e-09, + "G": 1.2577555708048749e-06, + "F": 0.00011552860087249428, + "E": 4.0628718124935403e-05, + "T": 7.438050033670152e-06, + "P": 0.7698294520378113, + "-": 0.2298642247915268 + }, + "id": "tp_17535" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2191892, + "label": "-", + "classification": { + "B": 3.666539294400195e-09, + "S": 6.13327166831823e-10, + "I": 3.504684354993515e-05, + "C": 7.42682857435284e-07, + "R": 4.096849792745161e-08, + "M": 1.0365287153035752e-06, + "O": 1.5874837799856323e-07, + "W": 2.138518473415729e-09, + "N": 2.750958003616688e-07, + "Y": 1.330698978563305e-05, + "U": 3.675123538826597e-09, + "K": 6.257539553189417e-08, + "L": 1.165921847956497e-08, + "G": 1.0240792107651941e-05, + "F": 0.0004456322640180588, + "E": 7.000093319220468e-05, + "T": 1.0204145837633405e-05, + "P": 0.3102433383464813, + "-": 0.6891699433326721 + }, + "id": "tp_17536" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2192025, + "label": "P", + "classification": { + "B": 8.465312930638902e-06, + "S": 1.7858990304375766e-06, + "I": 0.0008762167417444289, + "C": 1.0916341125266626e-05, + "R": 2.9357406674535014e-06, + "M": 7.329594518523663e-05, + "O": 1.6789796063676476e-05, + "W": 2.222894408987486e-06, + "N": 4.6992998250061646e-05, + "Y": 0.00020636888802982867, + "U": 8.61008061292523e-07, + "K": 9.915564078255557e-06, + "L": 1.4821301874690107e-06, + "G": 0.00013464804214891046, + "F": 0.001796604716219008, + "E": 0.0017282039625570178, + "T": 0.00015946025087032467, + "P": 0.7214068174362183, + "-": 0.2735160291194916 + }, + "id": "tp_17537" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2192125, + "label": "P", + "classification": { + "B": 8.00581489990293e-10, + "S": 2.0420940979870572e-11, + "I": 8.797839541330177e-07, + "C": 4.9265584667335105e-11, + "R": 3.572382840932864e-12, + "M": 3.714646146235623e-09, + "O": 1.494613766084285e-09, + "W": 5.542520435664056e-12, + "N": 4.293952748923857e-09, + "Y": 2.6547533060750084e-09, + "U": 4.743208863872139e-13, + "K": 1.3710507609874384e-13, + "L": 2.6129843080924253e-11, + "G": 1.9231537251584996e-08, + "F": 1.9412831875342818e-07, + "E": 1.438466910030911e-07, + "T": 2.4252770458588202e-08, + "P": 0.9910715222358704, + "-": 0.008927272632718086 + }, + "id": "tp_17538" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2192259, + "label": "-", + "classification": { + "B": 2.1247270609592306e-09, + "S": 7.843360960713142e-10, + "I": 2.7830462840938708e-06, + "C": 1.0255136118075825e-07, + "R": 5.488705046019504e-09, + "M": 2.332441653152273e-07, + "O": 6.669428387340304e-08, + "W": 1.2252751036001541e-09, + "N": 6.326905577225261e-08, + "Y": 8.825763870845549e-06, + "U": 1.2419334449731423e-09, + "K": 6.354309789458057e-08, + "L": 1.9988650734603652e-09, + "G": 3.1961139939085115e-06, + "F": 0.00030226874514482915, + "E": 1.1638148862402886e-05, + "T": 4.415485364006599e-06, + "P": 0.2543497085571289, + "-": 0.7453166246414185 + }, + "id": "tp_17539" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2192392, + "label": "P", + "classification": { + "B": 1.1185131398860904e-07, + "S": 8.578014387694566e-08, + "I": 1.9408866137382574e-05, + "C": 8.211078039721542e-08, + "R": 3.81800857596204e-09, + "M": 1.6794706425571349e-06, + "O": 3.661298535462265e-07, + "W": 2.573058388577465e-08, + "N": 3.5220457448303932e-06, + "Y": 7.963255484355614e-06, + "U": 7.130231516327967e-09, + "K": 4.7612144271624857e-07, + "L": 8.84367423736876e-09, + "G": 4.392551090859342e-06, + "F": 0.00042435654904693365, + "E": 0.00038140115793794394, + "T": 1.5219177839753684e-05, + "P": 0.9066808223724365, + "-": 0.09246018528938293 + }, + "id": "tp_17540" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2192526, + "label": "-", + "classification": { + "B": 1.2498666137616965e-06, + "S": 5.128283078192908e-07, + "I": 0.0006321340333670378, + "C": 0.00010313922393834218, + "R": 1.966801028174814e-05, + "M": 3.4174729080405086e-05, + "O": 1.912507286760956e-05, + "W": 6.938579417692381e-07, + "N": 3.392763755982742e-05, + "Y": 0.0008497479720972478, + "U": 1.6732561789467582e-06, + "K": 1.925223841681145e-05, + "L": 1.8451511323291925e-06, + "G": 0.00044840897317044437, + "F": 0.0028306515887379646, + "E": 0.000456835055956617, + "T": 0.0003787160385400057, + "P": 0.2415754348039627, + "-": 0.7525928020477295 + }, + "id": "tp_17541" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2192626, + "label": "P", + "classification": { + "B": 2.870598481141684e-10, + "S": 3.3384821573889667e-09, + "I": 6.1389773691189475e-06, + "C": 1.7904485005715287e-08, + "R": 6.785229045291885e-10, + "M": 5.944207615016239e-08, + "O": 3.0127225159048976e-08, + "W": 9.701579095633406e-09, + "N": 6.566108368133428e-07, + "Y": 1.1161505426571239e-05, + "U": 2.4575326218467808e-09, + "K": 3.379417466931045e-05, + "L": 1.395321636010749e-10, + "G": 7.502658263547346e-07, + "F": 0.002193295629695058, + "E": 0.0004047623951919377, + "T": 2.4976420718303416e-06, + "P": 0.5946496725082397, + "-": 0.4026971459388733 + }, + "id": "tp_17542" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2192759, + "label": "-", + "classification": { + "B": 2.9700977393076755e-06, + "S": 9.776219940249575e-07, + "I": 0.00022248324239626527, + "C": 2.412040703347884e-05, + "R": 3.5087600736005697e-06, + "M": 2.8827407732023858e-05, + "O": 1.7376127289026044e-05, + "W": 1.4984121889938251e-06, + "N": 1.9869135940098204e-05, + "Y": 0.0008237520232796669, + "U": 1.0902542726398678e-06, + "K": 2.8946999009349383e-05, + "L": 1.1687366168189328e-06, + "G": 0.0004589859745465219, + "F": 0.006476611364632845, + "E": 0.0005498172831721604, + "T": 0.00028307511820457876, + "P": 0.36647897958755493, + "-": 0.6245758533477783 + }, + "id": "tp_17543" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2192893, + "label": "-", + "classification": { + "B": 1.1554093237720053e-09, + "S": 6.032331856253847e-10, + "I": 9.002858014639514e-09, + "C": 2.4070775928031196e-10, + "R": 9.557720066777353e-12, + "M": 3.452958452498933e-08, + "O": 1.526797355211329e-08, + "W": 2.1546184281184821e-10, + "N": 2.819714739477064e-10, + "Y": 1.301571160183812e-06, + "U": 2.585850153793978e-12, + "K": 2.702988055602873e-09, + "L": 1.6072225494934145e-10, + "G": 6.805663019804342e-07, + "F": 0.003613168140873313, + "E": 2.638877276694984e-06, + "T": 3.649693667284737e-07, + "P": 0.030068229883909225, + "-": 0.9663136005401611 + }, + "id": "tp_17544" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2193026, + "label": "-", + "classification": { + "B": 3.9732785239721125e-07, + "S": 6.299109855945062e-08, + "I": 4.261880167177878e-05, + "C": 3.993018253822811e-06, + "R": 2.0768547415173089e-07, + "M": 1.0721403668867424e-05, + "O": 2.159328914785874e-06, + "W": 1.7087032233575883e-07, + "N": 1.6534752376173856e-06, + "Y": 0.00012004385644104332, + "U": 1.1546611489166025e-07, + "K": 9.62668877946271e-07, + "L": 2.3478474986404763e-07, + "G": 2.8832377211074345e-05, + "F": 0.0021259996574372053, + "E": 0.00019361286831554025, + "T": 5.924923607381061e-05, + "P": 0.40904557704925537, + "-": 0.5883634090423584 + }, + "id": "tp_17545" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2193126, + "label": "P", + "classification": { + "B": 4.988547422368761e-11, + "S": 4.489772095772615e-11, + "I": 9.670233680481033e-08, + "C": 8.767271630905071e-11, + "R": 4.258310284249722e-12, + "M": 1.5040214629280513e-09, + "O": 1.6045044182178003e-09, + "W": 3.793277150720975e-11, + "N": 1.6659785773143199e-09, + "Y": 9.83887815664275e-08, + "U": 3.150120572378845e-12, + "K": 3.2669814076236037e-10, + "L": 3.340767116069565e-12, + "G": 5.542642789180263e-09, + "F": 1.0205196304013953e-05, + "E": 2.430626011573622e-07, + "T": 1.4363318712184991e-07, + "P": 0.5361152291297913, + "-": 0.463873952627182 + }, + "id": "tp_17546" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2193260, + "label": "-", + "classification": { + "B": 8.986051902581949e-09, + "S": 5.633203681298937e-09, + "I": 1.3872775070922216e-06, + "C": 6.354587522849897e-09, + "R": 4.894302740865442e-10, + "M": 1.1418503476079422e-07, + "O": 1.067784438646413e-07, + "W": 5.348140597050133e-09, + "N": 6.446417444294639e-08, + "Y": 1.3456370879794122e-06, + "U": 3.969594930541831e-10, + "K": 5.2147761664400605e-08, + "L": 1.3393973707920281e-09, + "G": 8.076744961726945e-07, + "F": 0.0003896233974955976, + "E": 1.6542615412618034e-05, + "T": 1.5983082448656205e-06, + "P": 0.39948147535324097, + "-": 0.600106954574585 + }, + "id": "tp_17547" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2193393, + "label": "-", + "classification": { + "B": 1.1583091819034053e-08, + "S": 1.3589227521038083e-08, + "I": 4.47417187388055e-05, + "C": 1.448124180569721e-06, + "R": 3.35854508648481e-08, + "M": 8.185659680748358e-06, + "O": 4.844695240535657e-07, + "W": 9.853851956620474e-09, + "N": 9.624164931665291e-07, + "Y": 3.9440208638552576e-05, + "U": 1.2945876370906717e-08, + "K": 1.0970631336704173e-07, + "L": 3.64107961559057e-08, + "G": 1.38508366944734e-05, + "F": 0.00035068095894530416, + "E": 9.70531182247214e-05, + "T": 5.036072252551094e-05, + "P": 0.3846893906593323, + "-": 0.6147031784057617 + }, + "id": "tp_17548" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2193527, + "label": "-", + "classification": { + "B": 7.258192624703952e-08, + "S": 3.5580481494434935e-07, + "I": 7.372450909315376e-06, + "C": 6.066624678169319e-07, + "R": 1.3119145592099812e-07, + "M": 2.272940719194594e-06, + "O": 3.934704182029236e-06, + "W": 1.7758907233655918e-07, + "N": 6.393569265128463e-07, + "Y": 7.769054354866967e-05, + "U": 4.630329186738891e-08, + "K": 1.2663916777455597e-06, + "L": 1.3238710039331636e-07, + "G": 9.517114449408837e-06, + "F": 0.0027233976870775223, + "E": 5.555896677833516e-06, + "T": 8.780601638136432e-05, + "P": 0.0670178160071373, + "-": 0.9300612211227417 + }, + "id": "tp_17549" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2193627, + "label": "P", + "classification": { + "B": 3.010787708035423e-08, + "S": 9.291296620972389e-09, + "I": 3.5730708987102844e-06, + "C": 8.772192749972874e-09, + "R": 9.890849250737688e-10, + "M": 6.849973033240531e-07, + "O": 1.4599490327782405e-07, + "W": 8.163087983348305e-09, + "N": 5.6289170657919385e-08, + "Y": 8.758371222938877e-06, + "U": 6.895264914597021e-10, + "K": 8.70686545084709e-09, + "L": 5.629869459511383e-09, + "G": 1.5008074569777818e-06, + "F": 0.0005878542433492839, + "E": 1.3043826584180351e-05, + "T": 3.340297325848951e-06, + "P": 0.5339799523353577, + "-": 0.4654010236263275 + }, + "id": "tp_17550" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2193760, + "label": "-", + "classification": { + "B": 7.807642310453389e-10, + "S": 6.538614649720387e-10, + "I": 3.7871561744395876e-06, + "C": 2.494055877377832e-07, + "R": 7.455566830572025e-09, + "M": 5.5074053761927644e-08, + "O": 2.7612697905965433e-08, + "W": 9.467938655305375e-10, + "N": 6.482790126938198e-08, + "Y": 7.738319254713133e-06, + "U": 5.013072179593792e-10, + "K": 1.841325847351527e-08, + "L": 6.278441655460654e-10, + "G": 1.8340965652896557e-06, + "F": 0.000245683710090816, + "E": 6.081109404476592e-06, + "T": 1.2586377806655946e-06, + "P": 0.4485030770301819, + "-": 0.5512301325798035 + }, + "id": "tp_17551" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2193894, + "label": "-", + "classification": { + "B": 1.941222071977222e-09, + "S": 3.489374567067216e-09, + "I": 4.672159411711618e-05, + "C": 1.1197831781828427e-06, + "R": 1.2997350040677702e-07, + "M": 9.993514140660409e-07, + "O": 9.284178190682724e-07, + "W": 2.39484201358664e-08, + "N": 1.050920104717079e-06, + "Y": 5.973640509182587e-05, + "U": 2.134808063658511e-08, + "K": 4.3789657411252847e-07, + "L": 2.4525791175733502e-08, + "G": 1.5089777662069537e-05, + "F": 0.0003365055308677256, + "E": 1.3704340744880028e-05, + "T": 3.766457302845083e-05, + "P": 0.24486076831817627, + "-": 0.7546250224113464 + }, + "id": "tp_17552" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2194027, + "label": "P", + "classification": { + "B": 2.921916875120445e-11, + "S": 2.1972772559775144e-11, + "I": 2.5215913410647772e-06, + "C": 3.903902534574399e-09, + "R": 2.519062181072229e-10, + "M": 7.774654697811911e-09, + "O": 6.878732250470421e-09, + "W": 8.081255109537722e-11, + "N": 9.882126228433208e-09, + "Y": 6.349514478642959e-07, + "U": 5.6783838048302115e-11, + "K": 1.2954365358197606e-10, + "L": 1.2297131368743663e-10, + "G": 5.728258045678558e-08, + "F": 5.381503342505312e-06, + "E": 3.2180719244934153e-07, + "T": 6.723765864080633e-07, + "P": 0.5374070405960083, + "-": 0.4625833332538605 + }, + "id": "tp_17553" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2194127, + "label": "-", + "classification": { + "B": 2.515773811495592e-09, + "S": 7.484678155034175e-11, + "I": 1.8729560125052558e-08, + "C": 1.0922739795971026e-10, + "R": 5.526953460871509e-12, + "M": 2.50319143191291e-08, + "O": 6.609723879336116e-09, + "W": 1.868753068956508e-11, + "N": 3.4896394801586794e-11, + "Y": 3.996674138306844e-07, + "U": 1.2538785927520418e-13, + "K": 1.133727375759834e-13, + "L": 2.701053825049371e-10, + "G": 8.478305346670822e-08, + "F": 7.364839257206768e-05, + "E": 7.079174935142873e-08, + "T": 1.4217999932952807e-07, + "P": 0.043745506554841995, + "-": 0.956180214881897 + }, + "id": "tp_17554" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2194261, + "label": "P", + "classification": { + "B": 4.089458372630306e-12, + "S": 3.702561521268244e-11, + "I": 1.725220926118709e-07, + "C": 1.4916096136019519e-09, + "R": 1.2405435186046976e-11, + "M": 2.3562336526339323e-09, + "O": 1.4534897729845397e-09, + "W": 3.302738291188767e-11, + "N": 1.1573636271577925e-08, + "Y": 1.7987692899623653e-06, + "U": 1.2422340933682108e-11, + "K": 2.04911287937648e-08, + "L": 3.792735656787949e-12, + "G": 5.302509364923935e-08, + "F": 0.0004358012811280787, + "E": 8.92047773959348e-06, + "T": 1.6771849686847418e-07, + "P": 0.6159752011299133, + "-": 0.38357779383659363 + }, + "id": "tp_17555" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2194394, + "label": "P", + "classification": { + "B": 2.6658213414521015e-08, + "S": 5.3470539995714716e-08, + "I": 7.362356700468808e-05, + "C": 4.00955599388908e-07, + "R": 9.775093623431985e-09, + "M": 1.1765998806367861e-06, + "O": 2.5555289084877586e-07, + "W": 3.350174893057556e-08, + "N": 6.32174169368227e-06, + "Y": 7.666953024454415e-06, + "U": 2.386238229235005e-08, + "K": 2.6358948161941953e-06, + "L": 8.381838334514669e-09, + "G": 1.904971441035741e-06, + "F": 0.0006565426592715085, + "E": 0.00048351893201470375, + "T": 6.9801144491066225e-06, + "P": 0.8854355216026306, + "-": 0.11332330852746964 + }, + "id": "tp_17556" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2194528, + "label": "P", + "classification": { + "B": 5.151123971813831e-09, + "S": 6.390697693259284e-11, + "I": 1.2995154747841298e-06, + "C": 3.9671061574653166e-11, + "R": 1.774828114337046e-12, + "M": 8.933628059537568e-09, + "O": 2.2775938912644733e-09, + "W": 1.2972797315546902e-11, + "N": 3.742268717132902e-09, + "Y": 9.070765472074527e-09, + "U": 6.115663531147675e-13, + "K": 8.858336969768538e-14, + "L": 6.734747481917935e-11, + "G": 5.4872972832242795e-09, + "F": 1.498568025226632e-07, + "E": 2.2775397212626558e-07, + "T": 3.0612110180072705e-08, + "P": 0.9740686416625977, + "-": 0.02592967078089714 + }, + "id": "tp_17557" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2194628, + "label": "P", + "classification": { + "B": 1.4856473171676043e-05, + "S": 2.503150042798552e-08, + "I": 3.112199192401022e-05, + "C": 9.256296173987266e-09, + "R": 1.344918731938094e-09, + "M": 1.5510147477471037e-06, + "O": 8.794352766017255e-07, + "W": 9.898369235372684e-09, + "N": 1.7761445292308053e-07, + "Y": 4.6161031264091434e-07, + "U": 1.8285878367052533e-10, + "K": 2.0140089682790796e-12, + "L": 1.0656751214810356e-07, + "G": 1.8569909343568725e-06, + "F": 1.6829460491862847e-06, + "E": 1.4022591130924411e-05, + "T": 2.1479847873706603e-06, + "P": 0.9229817986488342, + "-": 0.07694922387599945 + }, + "id": "tp_17558" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2194761, + "label": "P", + "classification": { + "B": 2.2777031460918806e-07, + "S": 1.487944079059389e-08, + "I": 0.00042062075226567686, + "C": 2.781646344374167e-06, + "R": 1.448227067157859e-07, + "M": 4.867102688876912e-06, + "O": 3.550165388332971e-07, + "W": 1.3013673694217687e-08, + "N": 1.0235306035610847e-05, + "Y": 8.65748825162882e-06, + "U": 1.7292844489702475e-08, + "K": 7.946125890612166e-08, + "L": 5.857128471120632e-08, + "G": 2.1821309928782284e-05, + "F": 4.150821769144386e-05, + "E": 0.0015722531825304031, + "T": 7.799460036039818e-06, + "P": 0.9793493151664734, + "-": 0.018559128046035767 + }, + "id": "tp_17559" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2194895, + "label": "P", + "classification": { + "B": 3.5653525287671073e-07, + "S": 2.652523392043804e-07, + "I": 7.57703892304562e-05, + "C": 4.315879209570994e-07, + "R": 9.995068950274799e-08, + "M": 7.667798854527064e-06, + "O": 4.616812020685757e-06, + "W": 1.5491076510443236e-07, + "N": 2.5998660930781625e-06, + "Y": 5.535186210181564e-05, + "U": 2.3332599852210478e-08, + "K": 5.8837883898377186e-08, + "L": 2.753199623839464e-07, + "G": 1.7488508092355914e-05, + "F": 0.0007116554770618677, + "E": 0.00011308526154607534, + "T": 5.0943144742632285e-05, + "P": 0.5278519988059998, + "-": 0.4711071252822876 + }, + "id": "tp_17560" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2195028, + "label": "P", + "classification": { + "B": 3.955311633774272e-09, + "S": 2.7373669997388106e-09, + "I": 1.2811209671781398e-05, + "C": 1.8194599249454768e-07, + "R": 8.608535218002089e-09, + "M": 1.0231164537799486e-07, + "O": 1.0747464074256641e-07, + "W": 5.099940914021772e-09, + "N": 3.6565171512847883e-07, + "Y": 3.111577598247095e-06, + "U": 3.777483215117172e-09, + "K": 3.1064271155401e-08, + "L": 3.832946848802976e-09, + "G": 8.02959505108447e-07, + "F": 0.00016850195243023336, + "E": 9.883019629342016e-06, + "T": 3.0903061087883543e-06, + "P": 0.7572818398475647, + "-": 0.24251917004585266 + }, + "id": "tp_17561" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2195128, + "label": "P", + "classification": { + "B": 2.352384780024419e-12, + "S": 2.119417922413769e-12, + "I": 4.068619432473497e-07, + "C": 3.325246467067444e-10, + "R": 1.1221679835360376e-11, + "M": 1.9145256491270857e-09, + "O": 5.227198118795684e-10, + "W": 2.6015838788806533e-12, + "N": 1.1533142219022352e-09, + "Y": 1.5352181037542323e-07, + "U": 1.778116716366629e-12, + "K": 2.5264519209339253e-12, + "L": 1.110978670171292e-11, + "G": 7.474763030757003e-09, + "F": 4.161746801401023e-06, + "E": 1.8294981884992012e-07, + "T": 1.7571809962646512e-07, + "P": 0.6247293949127197, + "-": 0.37526556849479675 + }, + "id": "tp_17562" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2195262, + "label": "-", + "classification": { + "B": 1.9549240901756658e-15, + "S": 2.6787377252247846e-16, + "I": 4.830934541288912e-10, + "C": 4.037004427579968e-14, + "R": 1.4349139143648813e-16, + "M": 2.152849513242794e-12, + "O": 2.4163792711542897e-13, + "W": 4.0289543005646463e-16, + "N": 4.3531056038471905e-13, + "Y": 1.1357944584844404e-09, + "U": 1.514680992241289e-16, + "K": 4.936084635649707e-13, + "L": 7.882439638056256e-17, + "G": 4.094910174834432e-11, + "F": 5.989770102132752e-07, + "E": 6.552172138185597e-09, + "T": 2.2389019804780474e-10, + "P": 0.3199767768383026, + "-": 0.6800225973129272 + }, + "id": "tp_17563" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2195395, + "label": "-", + "classification": { + "B": 3.451965994827333e-06, + "S": 1.4739661935436743e-07, + "I": 0.00017665977065917104, + "C": 2.4063871023827232e-05, + "R": 1.1984043339907657e-06, + "M": 0.0003195629105903208, + "O": 8.180717486538924e-06, + "W": 2.5046315954568854e-07, + "N": 4.236089353071293e-06, + "Y": 0.001967712538316846, + "U": 4.286707735445816e-07, + "K": 1.8032658317679306e-06, + "L": 1.6226167645072564e-06, + "G": 0.00031451796530745924, + "F": 0.0008774360176175833, + "E": 0.001461831503547728, + "T": 0.0007191593176685274, + "P": 0.11541497707366943, + "-": 0.878702700138092 + }, + "id": "tp_17564" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2195529, + "label": "P", + "classification": { + "B": 4.6549718940580576e-11, + "S": 3.31719096635652e-11, + "I": 9.008710549096577e-06, + "C": 1.0855163434797532e-09, + "R": 2.3379541358448108e-11, + "M": 5.82361137091425e-09, + "O": 2.925028552702713e-10, + "W": 1.972257600291183e-11, + "N": 7.809537549974266e-08, + "Y": 5.862129626166279e-08, + "U": 9.807317284671324e-12, + "K": 8.03196009702134e-10, + "L": 4.131254366379622e-12, + "G": 1.1067663230335256e-08, + "F": 1.136782316280005e-06, + "E": 3.6567400911735604e-06, + "T": 8.901233883307214e-08, + "P": 0.9884745478630066, + "-": 0.011511459946632385 + }, + "id": "tp_17565" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2195629, + "label": "P", + "classification": { + "B": 2.5703836845428207e-13, + "S": 3.4025384506447542e-12, + "I": 3.3975261430896353e-06, + "C": 1.7198610970711042e-13, + "R": 7.057837658492466e-14, + "M": 7.892675228660107e-12, + "O": 3.5730121118737745e-12, + "W": 1.3577017927892537e-13, + "N": 2.465534976181516e-08, + "Y": 1.5331923230998967e-10, + "U": 1.4485022339569276e-14, + "K": 2.7564372225702405e-12, + "L": 9.56572942059121e-15, + "G": 3.3688440925772056e-11, + "F": 9.676559109550453e-09, + "E": 3.1663347499488737e-08, + "T": 1.229361501486892e-09, + "P": 0.9998784065246582, + "-": 0.00011812215234385803 + }, + "id": "tp_17566" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2195762, + "label": "P", + "classification": { + "B": 5.770821043249441e-10, + "S": 6.355184711814843e-10, + "I": 2.288481937284814e-06, + "C": 2.6488373716659908e-09, + "R": 4.843711196023115e-11, + "M": 6.301081612036796e-08, + "O": 1.3145506905232196e-08, + "W": 4.095615513399764e-10, + "N": 1.0316811938082537e-07, + "Y": 3.58706699898903e-07, + "U": 5.165592259492868e-11, + "K": 9.667667555390835e-09, + "L": 6.171353705841653e-11, + "G": 8.174870202992679e-08, + "F": 0.0001612730120541528, + "E": 2.0548546672216617e-05, + "T": 4.977177354703599e-07, + "P": 0.794037401676178, + "-": 0.20577730238437653 + }, + "id": "tp_17567" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2195896, + "label": "-", + "classification": { + "B": 1.8153890550820506e-06, + "S": 5.9662643252522685e-06, + "I": 0.006256743799895048, + "C": 0.00014645438932348043, + "R": 3.84099330403842e-05, + "M": 0.0007369349477812648, + "O": 0.00016663220594637096, + "W": 2.1577705410891213e-05, + "N": 0.00036550714867189527, + "Y": 0.010829856619238853, + "U": 2.6193981739197625e-06, + "K": 0.00023472502653021365, + "L": 7.476546215912094e-06, + "G": 0.001410063006915152, + "F": 0.005411549471318722, + "E": 0.0040915850549936295, + "T": 0.008427257649600506, + "P": 0.30104920268058777, + "-": 0.6607956886291504 + }, + "id": "tp_17568" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2196029, + "label": "-", + "classification": { + "B": 4.4690726813678694e-11, + "S": 1.4887884328129708e-11, + "I": 9.937598122178315e-08, + "C": 2.2018642908960828e-08, + "R": 2.7775490241133127e-10, + "M": 1.6178958617274475e-08, + "O": 3.1450064774674047e-09, + "W": 1.55479743663145e-11, + "N": 2.2965163104515796e-09, + "Y": 3.890791958838236e-06, + "U": 1.7095923635079835e-11, + "K": 1.3499543705108863e-09, + "L": 5.011945025668041e-11, + "G": 2.943461367976852e-07, + "F": 0.0001759549049893394, + "E": 4.347561457507254e-07, + "T": 6.093023330322467e-07, + "P": 0.09618891030550003, + "-": 0.903629720211029 + }, + "id": "tp_17569" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2196129, + "label": "-", + "classification": { + "B": 1.977923796969705e-10, + "S": 1.4777815082744894e-10, + "I": 7.058148185024038e-06, + "C": 2.1826721763318346e-08, + "R": 4.756163796137969e-10, + "M": 1.3811367693961074e-07, + "O": 1.1518669573717943e-08, + "W": 2.7176413897045393e-10, + "N": 6.520980377899832e-08, + "Y": 6.952579042263096e-06, + "U": 3.574159856967185e-10, + "K": 1.0305953423994652e-07, + "L": 2.2612436922919699e-10, + "G": 7.414753895318427e-07, + "F": 0.00015676421753596514, + "E": 3.394165469217114e-05, + "T": 3.4354341096332064e-06, + "P": 0.2983238995075226, + "-": 0.7014668583869934 + }, + "id": "tp_17570" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2196263, + "label": "-", + "classification": { + "B": 3.813795501628192e-08, + "S": 4.483225346518793e-09, + "I": 3.471227319096215e-05, + "C": 2.0110969956022018e-07, + "R": 2.522866715537475e-08, + "M": 2.5095464479818475e-06, + "O": 8.042746344472107e-07, + "W": 9.359754749027616e-09, + "N": 4.5617503019457217e-07, + "Y": 5.02367147419136e-05, + "U": 1.2852595654422316e-09, + "K": 1.3463600234686623e-09, + "L": 1.9349394975165524e-08, + "G": 4.208483005641028e-06, + "F": 3.0623308703070506e-05, + "E": 7.586830633954378e-06, + "T": 5.345436875359155e-05, + "P": 0.25306907296180725, + "-": 0.7467460036277771 + }, + "id": "tp_17571" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2196396, + "label": "P", + "classification": { + "B": 4.7325510621476496e-08, + "S": 1.166739416191831e-08, + "I": 0.0003088123630732298, + "C": 2.568580015349653e-09, + "R": 1.8599918827355566e-10, + "M": 8.25602626264299e-07, + "O": 9.285819224658098e-09, + "W": 4.368616024486016e-10, + "N": 1.4533427474816563e-06, + "Y": 7.488719120374299e-07, + "U": 1.3729605126411304e-11, + "K": 5.686780907288025e-11, + "L": 7.521129830045936e-10, + "G": 2.0968019498468493e-07, + "F": 5.462460990202089e-07, + "E": 3.075270069530234e-05, + "T": 8.78755542998988e-07, + "P": 0.9986717700958252, + "-": 0.0009839527774602175 + }, + "id": "tp_17572" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2196530, + "label": "P", + "classification": { + "B": 3.751654730876908e-05, + "S": 2.3858456188463606e-05, + "I": 0.00027151612448506057, + "C": 2.1859908883925527e-05, + "R": 3.7162603803153615e-06, + "M": 2.6682235329644755e-05, + "O": 4.7864603402558714e-05, + "W": 1.2790828805009369e-05, + "N": 7.005305087659508e-05, + "Y": 7.833875861251727e-05, + "U": 3.6400290355231846e-06, + "K": 5.709768174710916e-06, + "L": 6.23094729235163e-06, + "G": 9.509213850833476e-05, + "F": 0.0020283216144889593, + "E": 0.0005084425793029368, + "T": 0.00022751821961719543, + "P": 0.766754150390625, + "-": 0.22977674007415771 + }, + "id": "tp_17573" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2196630, + "label": "-", + "classification": { + "B": 5.0481799296342444e-11, + "S": 3.2060027375935274e-12, + "I": 8.047318260651082e-06, + "C": 2.4324386060925463e-08, + "R": 1.239137126241019e-09, + "M": 1.2090394463371013e-08, + "O": 4.401946362975195e-09, + "W": 5.493728735816994e-11, + "N": 1.807383220864267e-08, + "Y": 4.434925358509645e-06, + "U": 1.7233790783333092e-10, + "K": 1.0626917124056945e-09, + "L": 9.323675165262557e-11, + "G": 2.906378142597532e-07, + "F": 1.5740293747512624e-05, + "E": 1.0694216143747326e-06, + "T": 1.2547454844025197e-06, + "P": 0.27909722924232483, + "-": 0.7208718657493591 + }, + "id": "tp_17574" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2196763, + "label": "-", + "classification": { + "B": 1.938241095400528e-10, + "S": 1.305566904585831e-10, + "I": 3.021050787310742e-08, + "C": 1.3652642349981647e-09, + "R": 3.298397319162483e-11, + "M": 2.7625544518627976e-08, + "O": 1.0693526064642356e-08, + "W": 9.720857452322207e-11, + "N": 1.9206547463568313e-09, + "Y": 1.0149243507839856e-06, + "U": 1.124888984044281e-11, + "K": 1.309108377256507e-09, + "L": 3.6990285834370695e-11, + "G": 7.515921396361591e-08, + "F": 6.602922803722322e-05, + "E": 3.964034078762779e-07, + "T": 1.1178070735695655e-06, + "P": 0.1828245371580124, + "-": 0.8171067833900452 + }, + "id": "tp_17575" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2196897, + "label": "-", + "classification": { + "B": 1.4836286713060254e-11, + "S": 2.269022469914006e-11, + "I": 3.2473499800289574e-07, + "C": 3.0496338787600052e-09, + "R": 4.7427336363758954e-11, + "M": 1.5804229036575634e-08, + "O": 2.280248434516352e-09, + "W": 3.6898987337830036e-11, + "N": 3.783362068077167e-09, + "Y": 2.8558889653140795e-07, + "U": 1.3265038373289073e-11, + "K": 7.320349881823063e-10, + "L": 1.2374897981337618e-11, + "G": 2.66364548195952e-08, + "F": 1.7240872693946585e-05, + "E": 5.40317614650121e-07, + "T": 7.088921734066389e-07, + "P": 0.4985620975494385, + "-": 0.5014187693595886 + }, + "id": "tp_17576" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2197030, + "label": "-", + "classification": { + "B": 8.330120447597178e-12, + "S": 2.516690501830343e-11, + "I": 1.3073421314402367e-06, + "C": 4.914059159588646e-10, + "R": 1.21711793421575e-10, + "M": 3.1077735940243656e-08, + "O": 3.763690692437649e-09, + "W": 1.463856987016232e-11, + "N": 3.254036151645323e-09, + "Y": 2.940120339189889e-06, + "U": 9.831788161385191e-12, + "K": 5.2955150681155416e-11, + "L": 6.673289698611029e-11, + "G": 7.52339914811273e-08, + "F": 5.0373628255329095e-06, + "E": 3.431121342600818e-07, + "T": 3.5006382859137375e-06, + "P": 0.3001547157764435, + "-": 0.699832022190094 + }, + "id": "tp_17577" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2197130, + "label": "P", + "classification": { + "B": 1.922572240298237e-10, + "S": 1.3822626376835956e-09, + "I": 1.3210553333919961e-05, + "C": 2.0966934854982355e-08, + "R": 3.142846871639904e-09, + "M": 4.674049947084313e-08, + "O": 4.688022769983036e-08, + "W": 7.478382912928794e-10, + "N": 4.107168933842331e-07, + "Y": 1.1163580211359658e-06, + "U": 1.1597175303412754e-10, + "K": 6.576055699980543e-09, + "L": 2.949626931592064e-10, + "G": 4.800151032213762e-07, + "F": 6.0304035287117586e-05, + "E": 1.7990552123592352e-06, + "T": 2.028585640800884e-06, + "P": 0.8501938581466675, + "-": 0.14972661435604095 + }, + "id": "tp_17578" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2197264, + "label": "P", + "classification": { + "B": 9.604090092651951e-12, + "S": 7.488237460662184e-12, + "I": 1.1185687071701977e-05, + "C": 9.955000157546579e-10, + "R": 3.943558327113017e-11, + "M": 1.2639119750801342e-09, + "O": 2.115123770574101e-10, + "W": 1.2205998364822612e-11, + "N": 8.393134720563467e-08, + "Y": 2.841129571606871e-07, + "U": 1.909247412945625e-11, + "K": 5.806869207702903e-09, + "L": 1.887661684948916e-12, + "G": 1.619608802627681e-08, + "F": 2.593600584077649e-06, + "E": 7.01156977811479e-06, + "T": 4.9842476812500536e-08, + "P": 0.9808785915374756, + "-": 0.019100230187177658 + }, + "id": "tp_17579" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2197397, + "label": "P", + "classification": { + "B": 1.0730283848958688e-11, + "S": 1.3358657713000155e-12, + "I": 7.758732323281947e-08, + "C": 1.0702057295919332e-11, + "R": 1.8524308335095968e-13, + "M": 1.924577164302832e-10, + "O": 7.507856142341396e-11, + "W": 1.6575345696684396e-12, + "N": 6.58458065849743e-10, + "Y": 3.891902355945831e-09, + "U": 3.1941449810633793e-13, + "K": 3.754268163708163e-12, + "L": 2.9936987676164317e-13, + "G": 6.74607980588604e-10, + "F": 4.0416426827505347e-07, + "E": 1.3309340829437133e-07, + "T": 9.057766980902215e-09, + "P": 0.9751006960868835, + "-": 0.02489871345460415 + }, + "id": "tp_17580" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2197531, + "label": "-", + "classification": { + "B": 9.289142371970982e-11, + "S": 2.1481923184740737e-10, + "I": 4.7633424316018136e-08, + "C": 4.691913524368374e-10, + "R": 7.276614033546736e-11, + "M": 2.5709148587793607e-08, + "O": 2.2536644550541496e-08, + "W": 1.8409752888803865e-10, + "N": 4.782874651887425e-10, + "Y": 9.306239689976792e-07, + "U": 8.952466372391665e-12, + "K": 1.7644884164891295e-10, + "L": 2.416470912258717e-10, + "G": 7.198258344942587e-08, + "F": 0.0001536001218482852, + "E": 8.231903336763935e-08, + "T": 1.2015004813292762e-06, + "P": 0.036171797662973404, + "-": 0.9636723399162292 + }, + "id": "tp_17581" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2197631, + "label": "-", + "classification": { + "B": 3.3957705536380445e-09, + "S": 3.5107012852364505e-09, + "I": 5.7535817177267745e-06, + "C": 7.135953694614727e-08, + "R": 1.2886538058864971e-08, + "M": 6.446173301810632e-07, + "O": 3.703420645706501e-07, + "W": 9.796794486760518e-09, + "N": 1.0244149706295502e-07, + "Y": 2.079732257698197e-05, + "U": 1.427279849863794e-09, + "K": 3.216340616063462e-08, + "L": 6.801123664246234e-09, + "G": 2.381160584263853e-06, + "F": 0.00022048424580134451, + "E": 3.576983317543636e-06, + "T": 2.1266025214572437e-05, + "P": 0.14459028840065002, + "-": 0.8551341891288757 + }, + "id": "tp_17582" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2197764, + "label": "P", + "classification": { + "B": 6.309036848506366e-08, + "S": 1.703988417034452e-08, + "I": 0.0002036486257566139, + "C": 1.831499957916094e-06, + "R": 1.6829041271648748e-07, + "M": 6.140776804386405e-06, + "O": 6.548649480464519e-07, + "W": 4.529682229303944e-08, + "N": 3.5632263006846188e-06, + "Y": 4.6109311369946226e-05, + "U": 3.600435150019621e-08, + "K": 2.3636573587282328e-07, + "L": 9.393787792078001e-08, + "G": 1.3977482012705877e-05, + "F": 0.0006267455173656344, + "E": 0.00016503783990629017, + "T": 4.408580207382329e-05, + "P": 0.6815698146820068, + "-": 0.3173176348209381 + }, + "id": "tp_17583" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2197898, + "label": "-", + "classification": { + "B": 1.0558002389027266e-10, + "S": 5.5095868839449835e-11, + "I": 6.008476134411467e-07, + "C": 8.506545690067924e-09, + "R": 4.472810455347087e-10, + "M": 2.483871242020541e-08, + "O": 1.1753471973463547e-08, + "W": 1.0343903511511598e-10, + "N": 2.548599997709289e-09, + "Y": 1.3086323633615393e-06, + "U": 5.6446448210012434e-11, + "K": 2.280625167883077e-11, + "L": 6.252466322465011e-10, + "G": 9.389618327304561e-08, + "F": 2.1637322788592428e-05, + "E": 1.3111089458561764e-07, + "T": 2.0478744318097597e-06, + "P": 0.2092183530330658, + "-": 0.7907558083534241 + }, + "id": "tp_17584" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2198031, + "label": "P", + "classification": { + "B": 3.3619249051319855e-10, + "S": 2.233519591499089e-09, + "I": 3.963322797062574e-06, + "C": 3.7682418962958764e-08, + "R": 1.7795694917666083e-09, + "M": 3.523794944726433e-08, + "O": 4.523054641936142e-08, + "W": 1.3031857815093417e-09, + "N": 1.9777003501530999e-07, + "Y": 4.889343017566716e-06, + "U": 6.85339673900387e-10, + "K": 6.174717270823749e-08, + "L": 5.56176993349311e-10, + "G": 6.520019724121084e-07, + "F": 0.00047712199739180505, + "E": 7.563704912172398e-06, + "T": 2.2694707695336547e-06, + "P": 0.502456784248352, + "-": 0.49704647064208984 + }, + "id": "tp_17585" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2198131, + "label": "-", + "classification": { + "B": 8.178306989958806e-12, + "S": 8.563859257154638e-13, + "I": 8.64213839379957e-11, + "C": 2.6971046923618403e-12, + "R": 3.7048987331809655e-14, + "M": 1.797514359580532e-10, + "O": 2.9072880214364716e-10, + "W": 3.753151760731155e-13, + "N": 1.9018822974836702e-12, + "Y": 4.672548570283652e-09, + "U": 5.023397503360356e-15, + "K": 9.885667994922673e-14, + "L": 3.337447505857849e-13, + "G": 4.048289481417555e-10, + "F": 7.715869969615596e-07, + "E": 5.765918853484209e-10, + "T": 1.8571347126794535e-08, + "P": 0.04403157904744148, + "-": 0.9559676051139832 + }, + "id": "tp_17586" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2198265, + "label": "-", + "classification": { + "B": 2.8784830075068157e-09, + "S": 9.079485607799143e-09, + "I": 2.0782288629561663e-05, + "C": 5.081631684333843e-07, + "R": 3.614852062128193e-08, + "M": 1.0234942919851164e-06, + "O": 4.407749258916738e-07, + "W": 1.0616491685766505e-08, + "N": 5.995533456371049e-07, + "Y": 1.2965051610080991e-05, + "U": 6.44485576017928e-09, + "K": 1.2151924977388262e-07, + "L": 2.0559557611932178e-08, + "G": 3.250499958085129e-06, + "F": 0.0007963167736306787, + "E": 1.8485508917365223e-05, + "T": 3.322945485706441e-05, + "P": 0.29793456196784973, + "-": 0.7011776566505432 + }, + "id": "tp_17587" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2198398, + "label": "-", + "classification": { + "B": 5.600315489573404e-06, + "S": 1.3473822946252767e-05, + "I": 0.0017264151247218251, + "C": 0.00035478881909511983, + "R": 5.444708585855551e-05, + "M": 0.0003647279227152467, + "O": 0.00010291185026289895, + "W": 1.6920201233006082e-05, + "N": 0.000192759427591227, + "Y": 0.00245517841540277, + "U": 1.7104895960073918e-05, + "K": 0.0001624132419237867, + "L": 2.1460627976921387e-05, + "G": 0.0004455008020158857, + "F": 0.013728158548474312, + "E": 0.0026598633266985416, + "T": 0.00165434624068439, + "P": 0.28019800782203674, + "-": 0.69582599401474 + }, + "id": "tp_17588" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2198532, + "label": "-", + "classification": { + "B": 4.3985426412262996e-11, + "S": 6.308389921549917e-11, + "I": 4.766918237919526e-08, + "C": 1.9084300806326837e-09, + "R": 1.0444650699881208e-10, + "M": 9.720946714253387e-09, + "O": 7.4242367809063126e-09, + "W": 1.3515299990274343e-10, + "N": 3.4333562659583095e-09, + "Y": 9.412781764694955e-06, + "U": 6.90147800019858e-11, + "K": 3.6395303482095187e-07, + "L": 2.2777462208023458e-11, + "G": 3.778169173074275e-07, + "F": 0.00075578095857054, + "E": 2.4221585590566974e-06, + "T": 7.094147917996452e-07, + "P": 0.04323948174715042, + "-": 0.9559914469718933 + }, + "id": "tp_17589" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2198632, + "label": "P", + "classification": { + "B": 1.2551509165348307e-08, + "S": 2.096588858080395e-08, + "I": 0.00012721805251203477, + "C": 9.067297810361197e-07, + "R": 3.9351402136844627e-08, + "M": 1.0325678886147216e-05, + "O": 5.022670279686281e-07, + "W": 3.139875559554639e-08, + "N": 2.3922229956951924e-06, + "Y": 0.00011062639532610774, + "U": 1.4918910551386944e-08, + "K": 8.441380714430124e-07, + "L": 4.5597261078000884e-08, + "G": 2.1837855456396937e-05, + "F": 0.0018904623575508595, + "E": 0.0004294825776014477, + "T": 2.611777927086223e-05, + "P": 0.5603681206703186, + "-": 0.43701109290122986 + }, + "id": "tp_17590" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2198765, + "label": "-", + "classification": { + "B": 8.94580693966418e-07, + "S": 1.4739538478636405e-08, + "I": 4.3660274968715385e-06, + "C": 1.1505274954970446e-07, + "R": 2.506218343967248e-08, + "M": 1.0003223906096537e-05, + "O": 3.375503865754581e-06, + "W": 2.564320844555823e-08, + "N": 3.759488720334048e-08, + "Y": 2.980245517392177e-05, + "U": 1.4155900895929108e-09, + "K": 8.433613807312668e-10, + "L": 2.0322713112364e-07, + "G": 2.775209395622369e-05, + "F": 0.0001049804050126113, + "E": 6.576028226845665e-06, + "T": 4.2675677832448855e-05, + "P": 0.04756815731525421, + "-": 0.9522010087966919 + }, + "id": "tp_17591" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2198899, + "label": "P", + "classification": { + "B": 6.474381279986119e-07, + "S": 3.369927412677498e-07, + "I": 0.0010718349367380142, + "C": 1.3093978850520216e-05, + "R": 2.0935585780534893e-06, + "M": 5.9894977312069386e-05, + "O": 5.511138624569867e-06, + "W": 1.9443641008365375e-07, + "N": 3.668258068501018e-05, + "Y": 0.000495198299176991, + "U": 3.114415392246883e-07, + "K": 1.0905444014497334e-06, + "L": 1.2434908285285928e-06, + "G": 0.0001289593637920916, + "F": 0.0011419791262596846, + "E": 0.0007080063805915415, + "T": 0.00028360349824652076, + "P": 0.7786088585853577, + "-": 0.21744035184383392 + }, + "id": "tp_17592" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2199032, + "label": "P", + "classification": { + "B": 3.597262221433084e-08, + "S": 8.659370998032045e-09, + "I": 3.52659699274227e-05, + "C": 2.8637253990382305e-07, + "R": 2.787702513273871e-08, + "M": 1.3998467238707235e-06, + "O": 5.903551141273056e-07, + "W": 1.2213067890343154e-08, + "N": 8.687138688401319e-07, + "Y": 1.1961853488173801e-05, + "U": 5.970947292155415e-09, + "K": 2.3778401470053723e-08, + "L": 3.112571178576218e-08, + "G": 4.892211563856108e-06, + "F": 0.00019998940115328878, + "E": 3.648846541182138e-05, + "T": 1.0925858077825978e-05, + "P": 0.7106612920761108, + "-": 0.28903594613075256 + }, + "id": "tp_17593" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2199132, + "label": "-", + "classification": { + "B": 1.903589873109013e-05, + "S": 9.216727448801976e-06, + "I": 0.002424360252916813, + "C": 0.0005302674835547805, + "R": 4.319165600463748e-05, + "M": 0.0007784509798511863, + "O": 0.0001271544024348259, + "W": 1.844739199441392e-05, + "N": 0.00027050322387367487, + "Y": 0.002964257262647152, + "U": 2.406500789220445e-05, + "K": 0.0006247705314308405, + "L": 1.9234295905334875e-05, + "G": 0.0010481278877705336, + "F": 0.012291726656258106, + "E": 0.009927697479724884, + "T": 0.0011321535566821694, + "P": 0.2855251729488373, + "-": 0.6822221279144287 + }, + "id": "tp_17594" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2199266, + "label": "-", + "classification": { + "B": 5.066797242186949e-12, + "S": 1.2164030199768305e-11, + "I": 2.1459943582158303e-06, + "C": 9.453443361451264e-09, + "R": 5.365233257670354e-10, + "M": 1.4947659110475797e-08, + "O": 2.17885642861404e-09, + "W": 5.8004562958346995e-11, + "N": 1.027995200075793e-08, + "Y": 4.158317551627988e-06, + "U": 5.455721291403037e-11, + "K": 1.527780923993305e-08, + "L": 1.6334746055779448e-11, + "G": 2.149268283346828e-07, + "F": 6.59706347505562e-05, + "E": 2.5400941012776457e-06, + "T": 4.083256612830155e-07, + "P": 0.33566632866859436, + "-": 0.6642581820487976 + }, + "id": "tp_17595" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2199399, + "label": "-", + "classification": { + "B": 1.6714608213133642e-12, + "S": 5.658851165435408e-11, + "I": 1.5305749556659975e-08, + "C": 4.047985904809259e-12, + "R": 2.9086586248285376e-14, + "M": 6.953878362025989e-09, + "O": 3.610169663215146e-10, + "W": 5.230525648020068e-12, + "N": 2.7833768623253263e-10, + "Y": 3.2444447128909815e-08, + "U": 7.298572553618432e-14, + "K": 1.5732934399714793e-10, + "L": 7.282612555538359e-13, + "G": 1.2048586572888098e-09, + "F": 0.00010327027848688886, + "E": 5.375186447054148e-07, + "T": 4.2785032405845413e-08, + "P": 0.40028780698776245, + "-": 0.599608302116394 + }, + "id": "tp_17596" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2199533, + "label": "-", + "classification": { + "B": 2.833026348236789e-11, + "S": 8.992076180880382e-12, + "I": 2.988705816164838e-08, + "C": 3.041273899384578e-10, + "R": 6.582007074790175e-12, + "M": 2.3829664907992765e-09, + "O": 1.4408062520843146e-09, + "W": 2.6726496016316048e-11, + "N": 6.391477902489839e-10, + "Y": 5.794968416239499e-08, + "U": 5.823054278347728e-12, + "K": 8.155000563725423e-10, + "L": 5.4377760974611e-12, + "G": 6.7154974914274135e-09, + "F": 2.2671001715934835e-05, + "E": 2.0380028331601352e-07, + "T": 1.7384779482654267e-07, + "P": 0.3549513816833496, + "-": 0.6450255513191223 + }, + "id": "tp_17597" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2199633, + "label": "-", + "classification": { + "B": 3.4383831892803585e-10, + "S": 9.049263005600494e-10, + "I": 1.8050564904115163e-05, + "C": 1.4249107493924384e-07, + "R": 9.20131437709415e-09, + "M": 5.587904183812498e-07, + "O": 6.878980940427937e-08, + "W": 2.1060804211714412e-09, + "N": 1.8635951448686683e-07, + "Y": 3.771522824536078e-05, + "U": 2.1133716998633645e-09, + "K": 3.934588121978777e-08, + "L": 2.6650479600931476e-09, + "G": 5.74319017232483e-07, + "F": 0.00013676150410901755, + "E": 7.646648555237334e-06, + "T": 2.378027784288861e-05, + "P": 0.21091963350772858, + "-": 0.7888548374176025 + }, + "id": "tp_17598" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2199766, + "label": "-", + "classification": { + "B": 1.778734820025163e-12, + "S": 2.4529128863715402e-14, + "I": 6.2039893222731735e-09, + "C": 7.852649737058459e-13, + "R": 1.6335132031752853e-13, + "M": 5.503851194244014e-11, + "O": 8.533723727666143e-11, + "W": 3.113478645364563e-14, + "N": 2.9290211749077866e-12, + "Y": 2.672412735549301e-09, + "U": 1.0327690613788024e-15, + "K": 3.0932790906823874e-16, + "L": 2.2829860831657944e-13, + "G": 2.2848594127822253e-09, + "F": 7.647658861742457e-08, + "E": 8.632838333078041e-10, + "T": 1.1194766003086443e-08, + "P": 0.3808704614639282, + "-": 0.619129478931427 + }, + "id": "tp_17599" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2199900, + "label": "P", + "classification": { + "B": 2.136916421591195e-09, + "S": 1.7773806870735598e-09, + "I": 7.94962852523895e-06, + "C": 2.063288651044104e-09, + "R": 3.5684885602016436e-11, + "M": 3.6871762176815537e-07, + "O": 1.671600990960087e-08, + "W": 3.9696562703639415e-10, + "N": 1.1666411836586121e-07, + "Y": 4.282897236862482e-07, + "U": 1.685436235021598e-10, + "K": 4.678896714516156e-10, + "L": 7.517969025094828e-10, + "G": 3.835956619013814e-08, + "F": 5.13588292960776e-06, + "E": 1.0160120837099385e-05, + "T": 7.133820872695651e-06, + "P": 0.8669639825820923, + "-": 0.13300472497940063 + }, + "id": "tp_17600" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2200000, + "label": "-", + "classification": { + "B": 7.712862348796534e-09, + "S": 1.6182902129457943e-08, + "I": 1.0380107369201141e-06, + "C": 2.295202961022369e-08, + "R": 9.467943096197473e-10, + "M": 4.17435018107426e-07, + "O": 9.01962806665324e-08, + "W": 4.405264153461985e-09, + "N": 7.250682187986968e-08, + "Y": 9.882138328975998e-06, + "U": 4.5435916140590393e-10, + "K": 1.358565327791439e-06, + "L": 1.2900750467892408e-09, + "G": 3.035547933905036e-06, + "F": 0.0013224846916273236, + "E": 9.920971933752298e-05, + "T": 6.328121799015207e-06, + "P": 0.10383614152669907, + "-": 0.8947198390960693 + }, + "id": "tp_17601" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2200133, + "label": "-", + "classification": { + "B": 1.5264758346233975e-08, + "S": 3.3305834534758105e-08, + "I": 3.510041278786957e-05, + "C": 6.366084903675073e-07, + "R": 5.688902504630278e-08, + "M": 3.2853015454747947e-06, + "O": 9.727805263537448e-07, + "W": 3.828655081861143e-08, + "N": 1.9465196601231582e-06, + "Y": 5.173222234589048e-05, + "U": 2.761608719481501e-08, + "K": 1.3452321354634478e-06, + "L": 3.4154759021021164e-08, + "G": 9.580191544955596e-06, + "F": 0.0014220922021195292, + "E": 0.00010543040843913332, + "T": 4.286698822397739e-05, + "P": 0.3691995143890381, + "-": 0.6291252970695496 + }, + "id": "tp_17602" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2200267, + "label": "P", + "classification": { + "B": 3.9980831145758344e-12, + "S": 6.757854367246685e-13, + "I": 2.8956073947483674e-06, + "C": 8.4232096853043e-09, + "R": 1.3839228374390444e-10, + "M": 1.1020769852265744e-09, + "O": 4.3036627039860775e-10, + "W": 2.3430918663636113e-12, + "N": 1.4543651616349962e-08, + "Y": 1.2151403439020214e-07, + "U": 1.0582319742713509e-11, + "K": 6.462867463419286e-10, + "L": 4.62208570028988e-12, + "G": 5.086225129957711e-08, + "F": 1.8448241462465376e-05, + "E": 9.679221193437115e-07, + "T": 9.386457122673164e-08, + "P": 0.6882644891738892, + "-": 0.31171298027038574 + }, + "id": "tp_17603" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2200400, + "label": "P", + "classification": { + "B": 1.194724354169896e-11, + "S": 1.8611556794421308e-13, + "I": 3.2487318435414636e-07, + "C": 3.352809696544057e-11, + "R": 2.8695801160619205e-13, + "M": 3.613202403940363e-09, + "O": 2.16734061253554e-10, + "W": 3.168179152183981e-13, + "N": 1.8212550911833603e-10, + "Y": 5.176927331262959e-09, + "U": 5.31694405571468e-14, + "K": 2.2235795629353856e-14, + "L": 9.386983378101288e-12, + "G": 7.746034924593914e-09, + "F": 5.45879743185651e-07, + "E": 1.2188694142878376e-07, + "T": 2.4377342811021663e-08, + "P": 0.6889376044273376, + "-": 0.31106141209602356 + }, + "id": "tp_17604" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2200501, + "label": "-", + "classification": { + "B": 4.68075844750615e-09, + "S": 1.4388761293560037e-09, + "I": 2.362588384130504e-05, + "C": 7.254314482452173e-07, + "R": 1.5864154434552802e-08, + "M": 3.107052407358424e-06, + "O": 8.130596285127467e-08, + "W": 1.0771299407963397e-09, + "N": 3.0675303719363e-07, + "Y": 0.00011266056390013546, + "U": 3.247967228503512e-09, + "K": 3.717498486821569e-08, + "L": 5.3519397802404e-09, + "G": 6.2089302446111105e-06, + "F": 0.00015036837430670857, + "E": 3.126985393464565e-05, + "T": 3.887263665092178e-05, + "P": 0.2985404431819916, + "-": 0.7010922431945801 + }, + "id": "tp_17605" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2200634, + "label": "-", + "classification": { + "B": 7.654209257396545e-17, + "S": 2.5112783189358743e-17, + "I": 2.645753338637036e-10, + "C": 2.5970512632783604e-13, + "R": 2.2718524788191766e-16, + "M": 4.1116738377748596e-13, + "O": 1.5156152971106812e-13, + "W": 1.1226811587435932e-16, + "N": 1.7020316633951232e-13, + "Y": 2.6010657516728486e-10, + "U": 1.0551120170521376e-16, + "K": 4.48703252423641e-15, + "L": 1.2235592093413341e-16, + "G": 1.1115510421821906e-11, + "F": 1.3285091426951112e-07, + "E": 3.065850906480705e-10, + "T": 2.2828577916911286e-10, + "P": 0.15395714342594147, + "-": 0.8460427522659302 + }, + "id": "tp_17606" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2200767, + "label": "P", + "classification": { + "B": 1.3731411840911534e-11, + "S": 1.5322396400719446e-13, + "I": 2.519358019981155e-07, + "C": 1.3381023719616358e-11, + "R": 2.4060910056890317e-13, + "M": 9.252859034525329e-10, + "O": 4.874303391466661e-11, + "W": 1.302127351256177e-13, + "N": 2.284162026189307e-10, + "Y": 2.4776404927706608e-08, + "U": 4.0704364791949166e-14, + "K": 2.881154733194724e-12, + "L": 4.3904279083822884e-13, + "G": 8.529147166314033e-09, + "F": 4.577249001158634e-06, + "E": 1.5453396144948783e-06, + "T": 1.049569320343835e-08, + "P": 0.795688271522522, + "-": 0.20430541038513184 + }, + "id": "tp_17607" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2200901, + "label": "P", + "classification": { + "B": 7.505599697310572e-09, + "S": 1.114646375199868e-09, + "I": 1.0003215038523194e-06, + "C": 2.5322668406602133e-09, + "R": 7.96906846067813e-11, + "M": 4.229094940910727e-08, + "O": 1.6401273228439095e-08, + "W": 2.1886734091758342e-10, + "N": 3.385693148061364e-08, + "Y": 1.6286012396449223e-06, + "U": 6.328423896029278e-11, + "K": 4.486408133885789e-09, + "L": 3.1880684203677845e-10, + "G": 6.70524286761065e-07, + "F": 0.00010441034828545526, + "E": 2.314546873094514e-05, + "T": 9.357962653666618e-07, + "P": 0.6425013542175293, + "-": 0.3573668599128723 + }, + "id": "tp_17608" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2201001, + "label": "-", + "classification": { + "B": 4.585145418900538e-08, + "S": 2.169941115681695e-09, + "I": 5.3688745538238436e-05, + "C": 8.373319815291325e-07, + "R": 1.4423727989765212e-08, + "M": 4.643044576368993e-06, + "O": 8.247069160915999e-08, + "W": 2.404775489850408e-09, + "N": 3.146463996017701e-07, + "Y": 6.880877481307834e-05, + "U": 1.8603623086477228e-09, + "K": 5.926518724663765e-07, + "L": 9.51215994859922e-09, + "G": 0.00010636862134560943, + "F": 0.0014871055027469993, + "E": 0.0030587965156883, + "T": 1.4472691873379517e-05, + "P": 0.19960065186023712, + "-": 0.7956035733222961 + }, + "id": "tp_17609" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2201134, + "label": "-", + "classification": { + "B": 1.339638799890963e-07, + "S": 1.2229453716372518e-07, + "I": 0.0006099729798734188, + "C": 9.433513696421869e-06, + "R": 2.468391130605596e-06, + "M": 1.8019918570644222e-05, + "O": 5.662999228661647e-06, + "W": 3.831723915936891e-07, + "N": 1.3613192095363047e-05, + "Y": 0.0006506300996989012, + "U": 4.904445063402818e-07, + "K": 4.252788130543195e-06, + "L": 4.2828230562008685e-07, + "G": 7.465367525583133e-05, + "F": 0.0006419590208679438, + "E": 0.00018410052871331573, + "T": 0.00048661601613275707, + "P": 0.3486049473285675, + "-": 0.6486921310424805 + }, + "id": "tp_17610" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2201268, + "label": "P", + "classification": { + "B": 8.789507316420142e-11, + "S": 3.0892170765906e-11, + "I": 8.180309691852017e-07, + "C": 2.510798513544188e-10, + "R": 4.4597971149418214e-11, + "M": 1.6753501919097857e-09, + "O": 2.0568364789141924e-09, + "W": 7.890052500236777e-11, + "N": 1.3376924457020323e-08, + "Y": 3.67232075859647e-07, + "U": 2.2085474074562406e-11, + "K": 3.81774212243613e-09, + "L": 1.1295442012282386e-11, + "G": 3.304417361960077e-08, + "F": 3.5891403967980295e-05, + "E": 1.0576449085419881e-06, + "T": 1.9547289298316173e-07, + "P": 0.8769340515136719, + "-": 0.12302754074335098 + }, + "id": "tp_17611" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2201401, + "label": "P", + "classification": { + "B": 2.267108385467509e-07, + "S": 1.1502039143351794e-07, + "I": 0.0005576022667810321, + "C": 3.332295136715402e-06, + "R": 2.2478164396488864e-07, + "M": 2.2981503207120113e-05, + "O": 1.147860530181788e-06, + "W": 1.0519721627133549e-07, + "N": 1.4354367522173561e-05, + "Y": 0.000280017004115507, + "U": 1.2801785942428978e-07, + "K": 2.1803264189657057e-06, + "L": 1.1876708327918095e-07, + "G": 2.531775135139469e-05, + "F": 0.0003004533937200904, + "E": 0.0008383860113099217, + "T": 0.00012034799146931618, + "P": 0.801102876663208, + "-": 0.1967300921678543 + }, + "id": "tp_17612" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2201502, + "label": "-", + "classification": { + "B": 2.074617988512273e-08, + "S": 7.008091884586065e-09, + "I": 2.8667502192547545e-05, + "C": 1.0721864782681223e-06, + "R": 1.3332096671092586e-07, + "M": 5.028250143368496e-06, + "O": 9.74422164290445e-07, + "W": 1.198534516078098e-08, + "N": 3.976525704274536e-07, + "Y": 4.528736826614477e-05, + "U": 8.159449116362794e-09, + "K": 9.822651136914828e-09, + "L": 6.095850579868056e-08, + "G": 1.3317954653757624e-05, + "F": 0.0002277292951475829, + "E": 1.0137524441233836e-05, + "T": 7.142131653381512e-05, + "P": 0.23635846376419067, + "-": 0.7632371783256531 + }, + "id": "tp_17613" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2201635, + "label": "-", + "classification": { + "B": 2.1184806797691635e-08, + "S": 5.502616140518057e-09, + "I": 4.445795184437884e-06, + "C": 3.0389696803467814e-07, + "R": 4.2298635705151355e-09, + "M": 8.003114544408163e-07, + "O": 1.2996042642043903e-07, + "W": 2.3417965344663116e-09, + "N": 1.289874518306533e-07, + "Y": 1.4725140317750629e-05, + "U": 4.714201917721539e-09, + "K": 3.115031077527419e-08, + "L": 7.860724515751372e-09, + "G": 2.909851446020184e-06, + "F": 0.00019562666420824826, + "E": 2.26264564844314e-05, + "T": 1.3804735317535233e-05, + "P": 0.26074230670928955, + "-": 0.7390020489692688 + }, + "id": "tp_17614" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2201768, + "label": "P", + "classification": { + "B": 4.605998200034322e-13, + "S": 6.22864661323913e-13, + "I": 8.33447444392732e-08, + "C": 1.1635379075156105e-12, + "R": 1.2766069939443986e-13, + "M": 1.0450223152103089e-11, + "O": 4.036028802834046e-11, + "W": 1.105509564100493e-12, + "N": 3.8830269555312213e-10, + "Y": 1.7019117226624303e-09, + "U": 5.598975533964261e-14, + "K": 3.841878638138896e-12, + "L": 8.042465348204186e-14, + "G": 3.534848524999745e-10, + "F": 9.304240506935457e-07, + "E": 4.6388070273906123e-08, + "T": 1.929070458928095e-09, + "P": 0.9625194072723389, + "-": 0.03747954219579697 + }, + "id": "tp_17615" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2201902, + "label": "P", + "classification": { + "B": 1.714500140844637e-15, + "S": 3.878645180640378e-15, + "I": 8.544168705881816e-10, + "C": 1.1463428134256964e-13, + "R": 4.689384883687199e-15, + "M": 5.884842309636373e-13, + "O": 7.912322598328803e-13, + "W": 1.2285398054228368e-14, + "N": 2.673688744361802e-12, + "Y": 1.923439185702591e-09, + "U": 1.2238218954341014e-15, + "K": 5.063210050879063e-13, + "L": 1.2164493206612e-15, + "G": 4.758036412783051e-12, + "F": 7.1185663728101645e-06, + "E": 9.261985067787748e-10, + "T": 8.651251381941449e-10, + "P": 0.5053014755249023, + "-": 0.4946913719177246 + }, + "id": "tp_17616" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2202002, + "label": "-", + "classification": { + "B": 2.247209085481927e-10, + "S": 6.699943551347065e-12, + "I": 9.865694039490336e-09, + "C": 7.848674488108998e-11, + "R": 1.8011649029897603e-12, + "M": 4.8895398840898e-09, + "O": 3.1610813966409523e-09, + "W": 8.044487818936741e-12, + "N": 6.486631370927753e-11, + "Y": 1.6756363407921526e-08, + "U": 9.393690930366641e-14, + "K": 2.242967530458051e-12, + "L": 1.8710845373082208e-11, + "G": 5.07482447176244e-08, + "F": 8.991517097456381e-05, + "E": 1.7456234502333245e-07, + "T": 3.2560997453856544e-08, + "P": 0.20352958142757416, + "-": 0.7963802814483643 + }, + "id": "tp_17617" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2202135, + "label": "P", + "classification": { + "B": 5.5105101037788984e-11, + "S": 2.21336820399598e-11, + "I": 1.5504427210544236e-05, + "C": 2.4636102935460258e-08, + "R": 7.098672760719182e-10, + "M": 1.203409816241674e-08, + "O": 2.052009451247727e-09, + "W": 6.696904836234197e-11, + "N": 3.7775951255980544e-08, + "Y": 3.2016557725000894e-06, + "U": 2.4636170881109365e-10, + "K": 2.9216491448380566e-09, + "L": 1.1982323466774858e-10, + "G": 1.300885514865513e-07, + "F": 1.2978447557543404e-05, + "E": 5.548878561967285e-06, + "T": 1.1478781516416348e-06, + "P": 0.6530410051345825, + "-": 0.3469204008579254 + }, + "id": "tp_17618" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2202269, + "label": "P", + "classification": { + "B": 3.0247435112151777e-10, + "S": 2.5047991458748697e-10, + "I": 2.5251479200960603e-06, + "C": 1.603638821734421e-08, + "R": 7.011322633587724e-10, + "M": 4.320692426063033e-08, + "O": 1.2451878639296865e-08, + "W": 3.631998035658057e-10, + "N": 2.1479001688362587e-08, + "Y": 1.7024702856360818e-06, + "U": 1.2981894725871967e-10, + "K": 6.55997423049115e-10, + "L": 2.7083646436665276e-10, + "G": 1.3525627196031564e-07, + "F": 4.062278458150104e-05, + "E": 1.0235343097519944e-06, + "T": 1.0999199275829596e-06, + "P": 0.5953876972198486, + "-": 0.40456506609916687 + }, + "id": "tp_17619" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2202402, + "label": "-", + "classification": { + "B": 1.0601314270886064e-09, + "S": 1.6764768462351753e-09, + "I": 4.55055078418809e-06, + "C": 2.9868036932612085e-08, + "R": 4.658519348055279e-09, + "M": 3.4348749977652915e-07, + "O": 1.1528621257639315e-07, + "W": 1.6190159213280708e-09, + "N": 1.1091863427736826e-07, + "Y": 2.1900023057241924e-05, + "U": 2.451721325957834e-10, + "K": 3.887880950514955e-08, + "L": 2.668618881429552e-09, + "G": 5.93259255765588e-06, + "F": 0.001363742514513433, + "E": 2.8393895263434388e-05, + "T": 1.0270826351188589e-05, + "P": 0.1378035992383957, + "-": 0.8607609868049622 + }, + "id": "tp_17620" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2202503, + "label": "-", + "classification": { + "B": 4.72184666477915e-07, + "S": 1.8236566035056967e-08, + "I": 1.0701184010031284e-06, + "C": 3.200189624408267e-08, + "R": 6.542107300333555e-09, + "M": 2.1087571440148167e-06, + "O": 1.2754277349813492e-06, + "W": 2.9624477093648238e-08, + "N": 1.5668994990392093e-08, + "Y": 2.5860364985419437e-05, + "U": 2.0686334867292544e-09, + "K": 1.3746102034417618e-09, + "L": 1.2936675375385676e-07, + "G": 4.7176904445223045e-06, + "F": 0.0001166296933661215, + "E": 1.6350785472241114e-06, + "T": 2.1245941752567887e-05, + "P": 0.0683775469660759, + "-": 0.9314470887184143 + }, + "id": "tp_17621" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2202636, + "label": "P", + "classification": { + "B": 2.9926621077092097e-12, + "S": 4.159151842375586e-11, + "I": 2.6161606001551263e-06, + "C": 3.0815010265694553e-11, + "R": 5.288269822045777e-13, + "M": 7.431593535001113e-11, + "O": 2.0885666460190855e-11, + "W": 3.821093615130611e-12, + "N": 5.995325125240925e-08, + "Y": 2.4397436848566656e-10, + "U": 7.054358724771503e-13, + "K": 3.868652620475643e-11, + "L": 1.7562768730647327e-13, + "G": 1.828699136563472e-10, + "F": 5.329962959876866e-08, + "E": 8.999813303489645e-07, + "T": 1.6211060271942301e-09, + "P": 0.9996614456176758, + "-": 0.00033482274739071727 + }, + "id": "tp_17622" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2202769, + "label": "-", + "classification": { + "B": 1.3137187693246233e-07, + "S": 9.4602320643844e-08, + "I": 2.3047296053846367e-05, + "C": 7.979304541549936e-07, + "R": 1.1361246521346402e-07, + "M": 2.550087401687051e-06, + "O": 2.225532853117329e-06, + "W": 1.142753163207999e-07, + "N": 1.8341822851652978e-06, + "Y": 0.00010597934306133538, + "U": 4.4296360357520825e-08, + "K": 4.95755193696823e-06, + "L": 5.360135801879551e-08, + "G": 3.5096105420961976e-05, + "F": 0.004840123001486063, + "E": 0.00024588973610661924, + "T": 3.471253876341507e-05, + "P": 0.2839968204498291, + "-": 0.7107053995132446 + }, + "id": "tp_17623" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2202903, + "label": "-", + "classification": { + "B": 1.009774264204566e-09, + "S": 1.8498844678305204e-09, + "I": 9.4928309408715e-06, + "C": 7.629849818613366e-08, + "R": 7.398161638860756e-09, + "M": 1.409548815445305e-07, + "O": 9.314994997566828e-08, + "W": 9.553247082294547e-09, + "N": 5.203485216043191e-07, + "Y": 3.833404480246827e-05, + "U": 4.034989231627151e-09, + "K": 2.325518653378822e-05, + "L": 5.499952160370469e-10, + "G": 3.1713900625618408e-06, + "F": 0.0021754582412540913, + "E": 0.0001856727321865037, + "T": 6.355577625072328e-06, + "P": 0.24502061307430267, + "-": 0.7525367736816406 + }, + "id": "tp_17624" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2203003, + "label": "P", + "classification": { + "B": 4.3514759795471036e-07, + "S": 1.1550497447387897e-06, + "I": 0.0006463797762989998, + "C": 6.376853889378253e-06, + "R": 6.109429477874073e-07, + "M": 3.120617475360632e-05, + "O": 6.76627314533107e-06, + "W": 5.378739160732948e-07, + "N": 7.408361125271767e-05, + "Y": 0.00021346285939216614, + "U": 3.13658574668807e-07, + "K": 2.646782377269119e-05, + "L": 1.8401216550500976e-07, + "G": 3.4111799323000014e-05, + "F": 0.0018231805879622698, + "E": 0.0011460743844509125, + "T": 0.0001131026292569004, + "P": 0.7716991901397705, + "-": 0.22417637705802917 + }, + "id": "tp_17625" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2203136, + "label": "P", + "classification": { + "B": 1.2123637649352759e-09, + "S": 2.705295099048044e-09, + "I": 2.555199671405717e-06, + "C": 1.6433470140242434e-09, + "R": 8.13112008279937e-11, + "M": 1.3187303693484864e-08, + "O": 1.0549912943247364e-08, + "W": 4.444674628345524e-10, + "N": 1.5151759669151943e-07, + "Y": 3.222309175043847e-08, + "U": 4.413609755449244e-11, + "K": 6.704509725175001e-10, + "L": 1.1536566146830296e-10, + "G": 5.137933811738549e-08, + "F": 1.1929557331313845e-05, + "E": 2.1177452254050877e-06, + "T": 2.1678221173715428e-07, + "P": 0.9822224378585815, + "-": 0.017760494723916054 + }, + "id": "tp_17626" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2203270, + "label": "P", + "classification": { + "B": 5.879577935630209e-10, + "S": 7.128167500702887e-11, + "I": 2.3147293177316897e-05, + "C": 1.5910909922922656e-08, + "R": 3.395680681084201e-10, + "M": 1.5749016313293396e-08, + "O": 3.695044714646656e-09, + "W": 1.0181903931094638e-10, + "N": 1.903245419043742e-07, + "Y": 1.5541779418981605e-07, + "U": 9.2723377587145e-11, + "K": 3.5451744317960276e-10, + "L": 9.699290676179473e-11, + "G": 7.81126132665122e-08, + "F": 2.6822906420420622e-06, + "E": 3.4729666822386207e-06, + "T": 2.1274355788136745e-07, + "P": 0.9603066444396973, + "-": 0.03966343402862549 + }, + "id": "tp_17627" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2203403, + "label": "P", + "classification": { + "B": 3.786527081467428e-12, + "S": 2.0167866942449875e-12, + "I": 5.536218736779119e-07, + "C": 1.642008924662708e-11, + "R": 6.348315970128304e-13, + "M": 1.1017037976346344e-10, + "O": 1.0792373938972588e-10, + "W": 1.877257680901745e-12, + "N": 2.331903337093877e-09, + "Y": 3.266680703717384e-09, + "U": 3.9436317167580726e-13, + "K": 8.920839327658525e-13, + "L": 7.214951834762229e-13, + "G": 3.9124700701442805e-10, + "F": 1.5691264820816286e-07, + "E": 3.1395128274880335e-08, + "T": 1.8980175653382503e-08, + "P": 0.9730528593063354, + "-": 0.02694634534418583 + }, + "id": "tp_17628" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2203504, + "label": "P", + "classification": { + "B": 1.5774750394825787e-09, + "S": 2.2394383236701287e-08, + "I": 0.00011385824473109096, + "C": 3.876242260503204e-08, + "R": 6.0924278955099e-09, + "M": 3.404884125757235e-07, + "O": 5.500966793192674e-08, + "W": 4.380935170189559e-09, + "N": 6.799554284953047e-06, + "Y": 2.3810341645003064e-06, + "U": 9.131640998916168e-10, + "K": 2.394057219134993e-07, + "L": 1.1374551300846747e-09, + "G": 3.3081812489399454e-07, + "F": 5.401701855589636e-05, + "E": 5.0954899052158e-05, + "T": 4.781032657774631e-06, + "P": 0.9772809147834778, + "-": 0.022485144436359406 + }, + "id": "tp_17629" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2203637, + "label": "P", + "classification": { + "B": 1.857516918057911e-09, + "S": 1.0286430041084316e-10, + "I": 3.1024321742734173e-06, + "C": 1.1473122007998882e-08, + "R": 1.487287376589208e-10, + "M": 1.8444245597493136e-07, + "O": 8.668795459243483e-09, + "W": 1.7364452931101226e-10, + "N": 8.467244327903245e-08, + "Y": 8.152811687978101e-07, + "U": 5.243233278107162e-11, + "K": 1.0070988487598243e-08, + "L": 7.455079609197668e-11, + "G": 2.2703582658323285e-07, + "F": 2.457681875966955e-05, + "E": 7.48418751754798e-05, + "T": 6.166037564980797e-07, + "P": 0.8257794380187988, + "-": 0.1741161048412323 + }, + "id": "tp_17630" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2203770, + "label": "P", + "classification": { + "B": 2.321641414271963e-13, + "S": 9.681227174096474e-12, + "I": 3.7657725897588534e-06, + "C": 1.2325820364367246e-09, + "R": 3.821470223597245e-11, + "M": 3.0110196558297275e-09, + "O": 6.774609206949833e-10, + "W": 8.085759492515443e-12, + "N": 5.110511480665991e-08, + "Y": 4.113727527510491e-07, + "U": 6.873429776732554e-12, + "K": 2.8711204080877906e-08, + "L": 1.7904133037260905e-12, + "G": 2.9783661759097413e-08, + "F": 5.1006350986426696e-05, + "E": 6.041401320544537e-06, + "T": 1.4501526379717689e-07, + "P": 0.7915781140327454, + "-": 0.20836052298545837 + }, + "id": "tp_17631" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2203904, + "label": "-", + "classification": { + "B": 1.6652801360095282e-10, + "S": 2.1523624549324438e-10, + "I": 8.53157507663127e-06, + "C": 5.8029332450360016e-08, + "R": 4.344047788151784e-09, + "M": 2.648116890213714e-07, + "O": 4.428216726637402e-08, + "W": 2.820224331845367e-10, + "N": 5.0812477780937115e-08, + "Y": 1.8975353668793105e-05, + "U": 2.566839518713948e-10, + "K": 3.4849709229511916e-10, + "L": 1.2223257961352374e-09, + "G": 7.181357091212703e-07, + "F": 1.0869051948247943e-05, + "E": 6.599656785510888e-07, + "T": 3.2391857530456036e-05, + "P": 0.263902872800827, + "-": 0.7360246181488037 + }, + "id": "tp_17632" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2204004, + "label": "P", + "classification": { + "B": 4.945445198245579e-06, + "S": 7.964362680468184e-08, + "I": 8.986005013866816e-06, + "C": 3.865849507178609e-08, + "R": 1.4291467564930826e-08, + "M": 4.2971132074853813e-07, + "O": 1.6446525705759996e-06, + "W": 2.7903523047712042e-08, + "N": 2.3574817475946475e-07, + "Y": 1.0033560329247848e-06, + "U": 4.814307841272125e-10, + "K": 6.344192948759542e-10, + "L": 5.818067805307692e-08, + "G": 7.779446605127305e-06, + "F": 9.893182868836448e-05, + "E": 9.053261237568222e-06, + "T": 2.659631718415767e-06, + "P": 0.7750304341316223, + "-": 0.22483360767364502 + }, + "id": "tp_17633" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2204137, + "label": "P", + "classification": { + "B": 3.71016883665351e-13, + "S": 9.92914789017113e-14, + "I": 1.3327923653605467e-08, + "C": 6.348047087989528e-12, + "R": 5.277557023667355e-14, + "M": 2.0585489909907828e-11, + "O": 5.0940730800252965e-11, + "W": 5.560748801529403e-13, + "N": 1.2934790738494684e-10, + "Y": 1.7984580491514635e-09, + "U": 1.03405653451797e-13, + "K": 1.7010269928730004e-11, + "L": 4.434859529850281e-14, + "G": 3.1389080223931387e-10, + "F": 1.4673738633064204e-06, + "E": 7.737175167221721e-08, + "T": 3.554917471504382e-09, + "P": 0.7830302715301514, + "-": 0.21696819365024567 + }, + "id": "tp_17634" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2204271, + "label": "-", + "classification": { + "B": 3.2595615095942776e-10, + "S": 1.2283654649003495e-10, + "I": 9.709663117973832e-08, + "C": 1.226678092436373e-09, + "R": 1.5771524711216678e-11, + "M": 7.79904780756624e-08, + "O": 4.883887960716038e-09, + "W": 2.360497908249215e-11, + "N": 2.2811172950554237e-09, + "Y": 2.3975119347596774e-06, + "U": 7.275336149498157e-12, + "K": 3.760323608048566e-09, + "L": 7.949749192270872e-11, + "G": 7.162834663176909e-07, + "F": 0.0003646815021056682, + "E": 1.2021538168482948e-05, + "T": 8.264406119451451e-07, + "P": 0.1716274470090866, + "-": 0.8279917240142822 + }, + "id": "tp_17635" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2204404, + "label": "P", + "classification": { + "B": 1.8857507222413972e-10, + "S": 6.201835156538493e-10, + "I": 2.7077956019638805e-06, + "C": 1.0064159283729168e-08, + "R": 2.440547486326494e-10, + "M": 4.112519391696878e-08, + "O": 1.8842820637132718e-08, + "W": 5.071367215059297e-10, + "N": 5.5352348482529123e-08, + "Y": 4.850866730521375e-07, + "U": 2.0420028168377513e-10, + "K": 2.9184483718580623e-09, + "L": 3.022221917170498e-10, + "G": 1.0734314770388664e-07, + "F": 4.678689219872467e-05, + "E": 3.645398692242452e-06, + "T": 1.9391147816349985e-06, + "P": 0.6225104331970215, + "-": 0.37743377685546875 + }, + "id": "tp_17636" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2204505, + "label": "P", + "classification": { + "B": 2.357165413968687e-07, + "S": 2.968668582070677e-07, + "I": 0.00018700148211792111, + "C": 1.3676753951585852e-06, + "R": 2.735141890752857e-07, + "M": 1.7531380080981762e-06, + "O": 2.6613474801706616e-06, + "W": 3.290500956154574e-07, + "N": 1.4313849533209577e-05, + "Y": 6.237137858988717e-05, + "U": 2.1912188685746514e-07, + "K": 5.722419246012578e-06, + "L": 1.8640204757502943e-07, + "G": 3.708080112119205e-05, + "F": 0.0018619277980178595, + "E": 0.000225578696699813, + "T": 5.539505582419224e-05, + "P": 0.6843509674072266, + "-": 0.31319233775138855 + }, + "id": "tp_17637" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2204638, + "label": "P", + "classification": { + "B": 1.161556184570145e-09, + "S": 1.006817892945655e-10, + "I": 1.431013743058429e-06, + "C": 5.457101881489734e-09, + "R": 9.975680698159906e-11, + "M": 6.155808307539701e-08, + "O": 6.141087638411591e-09, + "W": 8.475653512363124e-11, + "N": 1.3670020670986105e-08, + "Y": 1.2663240340771154e-06, + "U": 6.046864398090435e-11, + "K": 5.210985531967083e-10, + "L": 1.7947683617069998e-10, + "G": 2.2853069481243438e-07, + "F": 2.219268753833603e-05, + "E": 7.0122091528901365e-06, + "T": 8.714505383977666e-07, + "P": 0.7554936408996582, + "-": 0.24447327852249146 + }, + "id": "tp_17638" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2204771, + "label": "-", + "classification": { + "B": 4.295136323298331e-17, + "S": 1.6871863987901197e-16, + "I": 4.015332771140079e-12, + "C": 1.93346239287461e-15, + "R": 1.9669220074710575e-17, + "M": 5.950932970141473e-14, + "O": 1.2128746086897263e-13, + "W": 1.5301766659179183e-16, + "N": 3.157383412339364e-14, + "Y": 5.288215351728631e-11, + "U": 2.6231301363146316e-18, + "K": 5.523006758287622e-15, + "L": 5.5716061239780076e-18, + "G": 1.7684329478226402e-12, + "F": 5.008778884985077e-07, + "E": 2.661334520814851e-11, + "T": 7.737029766863301e-11, + "P": 0.31459587812423706, + "-": 0.68540358543396 + }, + "id": "tp_17639" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2204905, + "label": "P", + "classification": { + "B": 5.07154229723028e-09, + "S": 3.899941347640379e-08, + "I": 2.8821890737162903e-05, + "C": 1.1561208168586745e-07, + "R": 1.1198631355568978e-08, + "M": 9.944081824642126e-08, + "O": 1.1693204982066163e-07, + "W": 3.0001405804114256e-08, + "N": 2.666739646883798e-06, + "Y": 7.250595444929786e-06, + "U": 7.316656613909345e-09, + "K": 3.7561678709607804e-06, + "L": 2.2712247638168037e-09, + "G": 8.152432542374299e-07, + "F": 0.0016671359771862626, + "E": 8.899543900042772e-05, + "T": 2.8754557206411846e-06, + "P": 0.8325611352920532, + "-": 0.16563622653484344 + }, + "id": "tp_17640" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2205005, + "label": "-", + "classification": { + "B": 1.8022572323417307e-10, + "S": 3.167177631269169e-10, + "I": 1.942202288773842e-06, + "C": 4.130937814039726e-09, + "R": 1.8952812930184137e-10, + "M": 5.693226157177378e-08, + "O": 1.628702506195623e-08, + "W": 4.665062780517815e-10, + "N": 4.2409052269931635e-08, + "Y": 1.7001123069348978e-06, + "U": 1.0822432533474924e-10, + "K": 5.413348347360625e-08, + "L": 1.0265858996216792e-10, + "G": 2.213036651710354e-07, + "F": 0.0003113565035164356, + "E": 1.3747310731559992e-05, + "T": 1.0055066468339646e-06, + "P": 0.44492045044898987, + "-": 0.5547494888305664 + }, + "id": "tp_17641" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2205138, + "label": "-", + "classification": { + "B": 1.688026628199335e-11, + "S": 8.443527127477424e-12, + "I": 3.6948918591406255e-07, + "C": 2.118716091459305e-09, + "R": 4.099412129199287e-11, + "M": 8.895819547660722e-08, + "O": 4.428832856007148e-09, + "W": 1.089755542749149e-11, + "N": 1.388830939141883e-09, + "Y": 1.8272796751261922e-06, + "U": 5.30912033086528e-12, + "K": 1.641615732239643e-10, + "L": 5.176708714471623e-11, + "G": 3.1534148092760006e-07, + "F": 3.025038677151315e-05, + "E": 1.9535114006430376e-06, + "T": 1.4748464991498622e-06, + "P": 0.1014893651008606, + "-": 0.898474395275116 + }, + "id": "tp_17642" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2205272, + "label": "P", + "classification": { + "B": 1.6911659628249254e-08, + "S": 1.1914509379096216e-08, + "I": 4.7901616198942065e-05, + "C": 4.72240202498142e-08, + "R": 3.3630398466044653e-09, + "M": 6.076361813711628e-08, + "O": 8.636087045488239e-08, + "W": 5.806999769930599e-09, + "N": 2.6254087970301043e-06, + "Y": 1.5872996073085233e-06, + "U": 1.04822781565872e-08, + "K": 6.758428128250671e-08, + "L": 2.7705218119677966e-09, + "G": 3.017730421106535e-07, + "F": 3.9818358345655724e-05, + "E": 1.533140311948955e-05, + "T": 4.3707414079108275e-06, + "P": 0.9317800402641296, + "-": 0.06810780614614487 + }, + "id": "tp_17643" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2205405, + "label": "-", + "classification": { + "B": 3.242890622701111e-09, + "S": 2.560375911286883e-09, + "I": 6.575878614967223e-06, + "C": 9.447372661952613e-08, + "R": 1.0257446447781149e-08, + "M": 2.6189775326201925e-07, + "O": 1.609573843097678e-07, + "W": 1.1451436243703483e-08, + "N": 1.5512769380165992e-07, + "Y": 3.600324998842552e-05, + "U": 3.146314098145808e-09, + "K": 1.771038682818471e-06, + "L": 2.781648245075985e-09, + "G": 5.000570581614738e-06, + "F": 0.0009368294849991798, + "E": 4.2930074414471164e-05, + "T": 6.288034001045162e-06, + "P": 0.11891951411962509, + "-": 0.8800443410873413 + }, + "id": "tp_17644" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2205506, + "label": "P", + "classification": { + "B": 1.1265923749448348e-09, + "S": 5.6481257171281385e-11, + "I": 2.225444177383906e-06, + "C": 7.796224221756631e-10, + "R": 1.2434008683781528e-11, + "M": 4.975551348707086e-08, + "O": 4.816078646996402e-09, + "W": 4.591350563631913e-11, + "N": 1.28050618997122e-08, + "Y": 2.449049816277693e-07, + "U": 1.2605028132384177e-11, + "K": 1.8460560857747055e-10, + "L": 7.285139158597076e-11, + "G": 7.300019433387206e-08, + "F": 9.162661626760382e-06, + "E": 6.008991476846859e-06, + "T": 2.4651362195982074e-07, + "P": 0.8186227083206177, + "-": 0.1813591569662094 + }, + "id": "tp_17645" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2205639, + "label": "-", + "classification": { + "B": 1.0560279084840477e-14, + "S": 8.250568739494313e-13, + "I": 1.2035429319823265e-09, + "C": 2.343367470555857e-12, + "R": 4.6977314616461485e-14, + "M": 1.4023868177837073e-10, + "O": 7.899604581584896e-11, + "W": 2.938062662084795e-13, + "N": 2.320816802625636e-11, + "Y": 8.853566413336011e-08, + "U": 1.7099487787091555e-14, + "K": 1.110293107453586e-11, + "L": 8.057319595593596e-14, + "G": 6.642387750943612e-10, + "F": 4.665259621106088e-05, + "E": 2.9713806970477208e-09, + "T": 5.5652670027939166e-08, + "P": 0.07090166956186295, + "-": 0.9290515184402466 + }, + "id": "tp_17646" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2205772, + "label": "-", + "classification": { + "B": 5.4455699682876e-06, + "S": 1.1376835118426243e-06, + "I": 0.0020195706747472286, + "C": 0.0001087912023649551, + "R": 1.1405129043851048e-05, + "M": 0.0004291022487450391, + "O": 2.4827939341776073e-05, + "W": 1.5996821502994862e-06, + "N": 4.430699846125208e-05, + "Y": 0.0017786736134439707, + "U": 2.731639597186586e-06, + "K": 1.0552064850344323e-05, + "L": 1.048917602020083e-05, + "G": 0.001056500943377614, + "F": 0.0032002448569983244, + "E": 0.005013602785766125, + "T": 0.0007700819405727088, + "P": 0.30741754174232483, + "-": 0.6780933737754822 + }, + "id": "tp_17647" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2205906, + "label": "P", + "classification": { + "B": 1.231789781286352e-07, + "S": 3.445052811912319e-07, + "I": 0.00032510433811694384, + "C": 1.097946096706437e-06, + "R": 3.6436040318221785e-07, + "M": 3.1709196264273487e-06, + "O": 2.809519855873077e-06, + "W": 1.5931364316656982e-07, + "N": 3.310014653834514e-05, + "Y": 0.0001801886537577957, + "U": 1.659300465917113e-07, + "K": 2.6499874365981668e-05, + "L": 8.560216713249247e-08, + "G": 3.4473734558559954e-05, + "F": 0.003067182609811425, + "E": 0.00037073908606544137, + "T": 7.365099736489356e-05, + "P": 0.765303909778595, + "-": 0.23057670891284943 + }, + "id": "tp_17648" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2206006, + "label": "-", + "classification": { + "B": 4.527151098443483e-09, + "S": 7.2002546147587054e-09, + "I": 1.2645262359001208e-05, + "C": 2.3214984423702845e-07, + "R": 2.43996254312151e-08, + "M": 3.528651859596721e-07, + "O": 1.7862481627162197e-07, + "W": 2.012916411331389e-08, + "N": 4.354242264525965e-07, + "Y": 4.6559423935832456e-05, + "U": 6.984811395938095e-09, + "K": 3.7905663248238852e-06, + "L": 3.5176681567605783e-09, + "G": 6.654941444139695e-06, + "F": 0.0029084146954119205, + "E": 7.107241253834218e-05, + "T": 8.217349204642233e-06, + "P": 0.38703733682632446, + "-": 0.6099041104316711 + }, + "id": "tp_17649" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2206139, + "label": "-", + "classification": { + "B": 1.2812384042604208e-08, + "S": 5.858202456465733e-08, + "I": 0.00010328802454750985, + "C": 1.9323629203427117e-06, + "R": 1.9178580146217428e-07, + "M": 1.917734607559396e-06, + "O": 1.155389441009902e-06, + "W": 1.6552691306515044e-07, + "N": 4.859595264861127e-06, + "Y": 4.806395372725092e-05, + "U": 1.1085958107059923e-07, + "K": 1.8204349544248544e-05, + "L": 2.2919577347124687e-08, + "G": 4.02180148739717e-06, + "F": 0.0008117671823129058, + "E": 8.094962686300278e-05, + "T": 5.908427920076065e-05, + "P": 0.2479821890592575, + "-": 0.7508819699287415 + }, + "id": "tp_17650" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2206273, + "label": "-", + "classification": { + "B": 1.0792522431302132e-10, + "S": 5.225432087030413e-09, + "I": 5.282157417241251e-06, + "C": 3.806738035905255e-09, + "R": 1.6932910629208209e-09, + "M": 1.2041209629387595e-07, + "O": 1.1749068562494358e-07, + "W": 1.8241915755723426e-09, + "N": 1.0764887292680214e-07, + "Y": 1.8924062032965594e-06, + "U": 1.1107622460704292e-10, + "K": 4.791359309308518e-09, + "L": 5.715328765809602e-10, + "G": 1.600881063268389e-07, + "F": 0.00022519889171235263, + "E": 3.487544120162056e-07, + "T": 1.2855040949943941e-05, + "P": 0.3878604471683502, + "-": 0.6118934750556946 + }, + "id": "tp_17651" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2206406, + "label": "-", + "classification": { + "B": 2.2783757103184143e-09, + "S": 5.432435057350915e-10, + "I": 1.8588195871416247e-06, + "C": 3.6446088813590904e-08, + "R": 1.0304055386711752e-09, + "M": 1.966828762078876e-07, + "O": 6.072323799344304e-08, + "W": 9.457029603865408e-10, + "N": 3.703147299916054e-08, + "Y": 5.296622475725599e-06, + "U": 6.606239999484842e-10, + "K": 1.6172945649373105e-08, + "L": 1.2762186862858016e-09, + "G": 1.4938970025468734e-06, + "F": 0.00022331037325784564, + "E": 5.822086222906364e-06, + "T": 3.380811676834128e-06, + "P": 0.298452228307724, + "-": 0.7013062834739685 + }, + "id": "tp_17652" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2206507, + "label": "P", + "classification": { + "B": 1.7628203341502058e-09, + "S": 1.2202125421190146e-10, + "I": 2.426334685878828e-05, + "C": 6.372690108946699e-07, + "R": 1.5621454352299224e-08, + "M": 4.959654233971378e-07, + "O": 3.298941564366942e-08, + "W": 6.200663871247514e-10, + "N": 4.5565656137114274e-08, + "Y": 8.52865559863858e-06, + "U": 8.539186024947298e-10, + "K": 5.769518890419434e-11, + "L": 8.063367751276473e-09, + "G": 9.594655239197891e-07, + "F": 1.1942444871237967e-05, + "E": 3.4286656500626123e-06, + "T": 6.838839453848777e-06, + "P": 0.5682754516601562, + "-": 0.4316673278808594 + }, + "id": "tp_17653" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2206640, + "label": "-", + "classification": { + "B": 1.9774746817802225e-07, + "S": 1.4310067797396187e-07, + "I": 2.0158597180852666e-05, + "C": 9.665502602729248e-07, + "R": 7.035522031628716e-08, + "M": 1.6243267282334273e-06, + "O": 2.218119561803178e-06, + "W": 1.505578950400377e-07, + "N": 1.806859472708311e-06, + "Y": 3.252209353377111e-05, + "U": 8.308676058277342e-08, + "K": 5.455938776322e-07, + "L": 1.1088788909319192e-07, + "G": 7.64270680519985e-06, + "F": 0.0007541020167991519, + "E": 3.774817014345899e-05, + "T": 5.6671680795261636e-05, + "P": 0.42787685990333557, + "-": 0.5712063908576965 + }, + "id": "tp_17654" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2206773, + "label": "P", + "classification": { + "B": 4.820954302431346e-09, + "S": 8.269339102362494e-10, + "I": 1.4385995200427715e-05, + "C": 8.322159850138178e-09, + "R": 2.2235195629161097e-10, + "M": 4.086639648903656e-07, + "O": 1.985052122677189e-08, + "W": 8.334974932466821e-10, + "N": 3.128214984826627e-07, + "Y": 9.544124850435765e-07, + "U": 6.118432982482602e-10, + "K": 4.551210963654739e-08, + "L": 6.555262443974641e-10, + "G": 4.0808640733303037e-07, + "F": 0.00013792030222248286, + "E": 0.0002580684085842222, + "T": 1.5491821159230312e-06, + "P": 0.8584157824516296, + "-": 0.1411701887845993 + }, + "id": "tp_17655" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2206907, + "label": "-", + "classification": { + "B": 6.08850192485022e-10, + "S": 2.3145088068332598e-09, + "I": 5.0311623454035725e-06, + "C": 1.273382999045225e-08, + "R": 1.0143462736422748e-09, + "M": 1.0540359198785154e-06, + "O": 1.9173887721990468e-07, + "W": 1.4203953568880934e-09, + "N": 1.722442704021887e-07, + "Y": 5.28841019331594e-06, + "U": 2.0865692507143763e-10, + "K": 2.7653650036540967e-08, + "L": 1.3278639299230122e-09, + "G": 8.993552000902127e-07, + "F": 0.0003208305570296943, + "E": 1.3806507922708988e-05, + "T": 1.3457760360324755e-05, + "P": 0.3222956657409668, + "-": 0.677343487739563 + }, + "id": "tp_17656" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2207007, + "label": "P", + "classification": { + "B": 1.4555079363987034e-10, + "S": 3.251074964794043e-10, + "I": 1.5258052371791564e-05, + "C": 2.0133013312051418e-10, + "R": 1.430571199695363e-11, + "M": 2.000498211529589e-09, + "O": 4.0678413415484727e-10, + "W": 4.130094530263584e-11, + "N": 3.58688936330509e-07, + "Y": 6.60442793787297e-08, + "U": 1.35800216558013e-11, + "K": 3.748738208741997e-09, + "L": 6.054439501829156e-12, + "G": 7.676566937675489e-09, + "F": 2.709994532779092e-06, + "E": 5.607875209534541e-06, + "T": 4.922910434856931e-08, + "P": 0.9973841309547424, + "-": 0.002591725206002593 + }, + "id": "tp_17657" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2207140, + "label": "P", + "classification": { + "B": 1.1756062789913813e-09, + "S": 7.3560407765072e-10, + "I": 1.6894347936613485e-05, + "C": 3.779577184559457e-08, + "R": 3.5518559204916755e-09, + "M": 1.1328113203035173e-07, + "O": 3.660302638763824e-08, + "W": 5.081637333148592e-10, + "N": 1.7957597719941987e-07, + "Y": 3.7780710044899024e-06, + "U": 3.9140882202026717e-10, + "K": 4.65905003466105e-09, + "L": 1.977033647904136e-09, + "G": 1.5980052694430924e-06, + "F": 8.875268395058811e-05, + "E": 5.613285793515388e-06, + "T": 2.4038529318204382e-06, + "P": 0.8638971447944641, + "-": 0.135983407497406 + }, + "id": "tp_17658" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2207274, + "label": "P", + "classification": { + "B": 6.7560529653371e-13, + "S": 8.881545672523306e-13, + "I": 4.961830768479558e-07, + "C": 2.0169858838681165e-11, + "R": 3.7492808879248385e-13, + "M": 1.8693616099518806e-10, + "O": 4.4649298147625416e-11, + "W": 3.219235858789582e-13, + "N": 1.8896204601048794e-09, + "Y": 3.5249263508063677e-09, + "U": 1.671825790869677e-13, + "K": 1.2164062075312176e-12, + "L": 3.423396277828922e-13, + "G": 5.239155775882409e-10, + "F": 1.5759877669552225e-07, + "E": 7.457548889533427e-08, + "T": 1.3811955135167864e-08, + "P": 0.977919340133667, + "-": 0.022079845890402794 + }, + "id": "tp_17659" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2207407, + "label": "-", + "classification": { + "B": 7.537207693530945e-06, + "S": 4.63022843177896e-06, + "I": 0.00028245479916222394, + "C": 2.6938598239212297e-05, + "R": 4.305944003135664e-06, + "M": 0.00012735146447084844, + "O": 5.266234074952081e-05, + "W": 4.6108884816931095e-06, + "N": 2.539393972256221e-05, + "Y": 0.001064940937794745, + "U": 2.9582693059637677e-06, + "K": 1.7483635019743815e-05, + "L": 8.086829438980203e-06, + "G": 0.0003778533136937767, + "F": 0.007941259071230888, + "E": 0.0008513391367159784, + "T": 0.000742979405913502, + "P": 0.30463099479675293, + "-": 0.6838263273239136 + }, + "id": "tp_17660" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2207508, + "label": "P", + "classification": { + "B": 3.022194161594882e-10, + "S": 1.4398233993961895e-10, + "I": 4.6530382746823307e-07, + "C": 2.658833431201657e-10, + "R": 1.375149386723118e-11, + "M": 2.360757456187912e-08, + "O": 1.3257635878005658e-08, + "W": 1.055138684757928e-10, + "N": 5.369631850271617e-09, + "Y": 1.1927595267025026e-07, + "U": 8.907892652676441e-12, + "K": 5.0467418438726597e-11, + "L": 1.700991569819621e-10, + "G": 5.6385456304042236e-08, + "F": 2.0357438188511878e-05, + "E": 7.582338525935484e-07, + "T": 6.027494237059727e-07, + "P": 0.5916519165039062, + "-": 0.4083256423473358 + }, + "id": "tp_17661" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2207641, + "label": "-", + "classification": { + "B": 4.559167973705591e-11, + "S": 1.7643419277652006e-12, + "I": 1.0355249990823268e-08, + "C": 6.668740559767627e-11, + "R": 1.079590843805489e-12, + "M": 4.1545378248741827e-10, + "O": 1.140694538825926e-09, + "W": 2.135200002917337e-12, + "N": 7.38417174628303e-11, + "Y": 6.198173974070187e-09, + "U": 2.9509362076303447e-13, + "K": 8.343624727756571e-13, + "L": 6.577129899737466e-12, + "G": 1.0559791263631269e-08, + "F": 2.455962885505869e-06, + "E": 1.0731915800477054e-08, + "T": 3.5206053183856056e-08, + "P": 0.26893532276153564, + "-": 0.7310622334480286 + }, + "id": "tp_17662" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2207774, + "label": "P", + "classification": { + "B": 1.9787531613246756e-08, + "S": 6.062212776214437e-08, + "I": 0.0001534989569336176, + "C": 4.482212290213283e-08, + "R": 1.0587543286533219e-08, + "M": 1.0961646239593392e-06, + "O": 3.618516188907961e-07, + "W": 1.9855278310387803e-08, + "N": 8.591279765823856e-06, + "Y": 4.078274287167005e-05, + "U": 4.835778000256141e-09, + "K": 4.804015816262108e-07, + "L": 3.4512714908174758e-09, + "G": 1.4829903420832125e-06, + "F": 0.00019727088510990143, + "E": 1.9633760530268773e-05, + "T": 7.713121158303693e-05, + "P": 0.8624343276023865, + "-": 0.13706523180007935 + }, + "id": "tp_17663" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2207908, + "label": "P", + "classification": { + "B": 2.391423864489539e-11, + "S": 1.4173311829734914e-11, + "I": 1.5987468941602856e-05, + "C": 5.24494154774402e-08, + "R": 2.557037470651835e-09, + "M": 1.0545250006543938e-08, + "O": 1.970520635552475e-09, + "W": 6.672564584198071e-11, + "N": 5.889627630040195e-08, + "Y": 2.8460858629841823e-06, + "U": 1.7778341299123923e-10, + "K": 5.726905172309671e-09, + "L": 4.8755367798580806e-11, + "G": 3.883426984430116e-07, + "F": 4.695228926721029e-05, + "E": 4.618151251634117e-06, + "T": 3.2176600939237687e-07, + "P": 0.7813060283660889, + "-": 0.21862266957759857 + }, + "id": "tp_17664" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2208008, + "label": "-", + "classification": { + "B": 1.194647158975215e-09, + "S": 3.2035471497771084e-10, + "I": 1.565953198223724e-06, + "C": 1.500792379260929e-08, + "R": 2.1759047341696203e-10, + "M": 6.920136996768633e-08, + "O": 2.76640932383998e-08, + "W": 1.0195075894614547e-09, + "N": 3.379843604989219e-08, + "Y": 7.43877762943157e-07, + "U": 5.027578353633544e-10, + "K": 1.533396520869701e-08, + "L": 5.258014579290204e-10, + "G": 3.7497349580917216e-07, + "F": 0.0001599100505700335, + "E": 1.9546947441995144e-05, + "T": 7.268828312589903e-07, + "P": 0.4766242504119873, + "-": 0.523192822933197 + }, + "id": "tp_17665" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2208141, + "label": "-", + "classification": { + "B": 4.161671895985819e-08, + "S": 3.8608138908102774e-08, + "I": 2.7380261599319056e-05, + "C": 2.937304941497132e-07, + "R": 4.580476797855226e-08, + "M": 1.5044014389786753e-06, + "O": 6.520481861116423e-07, + "W": 2.7330520069313025e-08, + "N": 1.1534909845067887e-06, + "Y": 0.00015428515325766057, + "U": 1.803713800541118e-08, + "K": 8.906562243282679e-07, + "L": 2.4017831279365964e-08, + "G": 1.8528355212765746e-05, + "F": 0.00081667210906744, + "E": 0.00010164534614887089, + "T": 6.205804675118998e-05, + "P": 0.3824607729911804, + "-": 0.6163539290428162 + }, + "id": "tp_17666" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2208275, + "label": "-", + "classification": { + "B": 2.3522564451816663e-10, + "S": 2.6427301319520424e-11, + "I": 3.258269089201349e-06, + "C": 1.9783954030572204e-08, + "R": 6.075566716390313e-10, + "M": 3.343967236446588e-08, + "O": 7.131623291911637e-09, + "W": 1.2593699694196658e-10, + "N": 1.5088376770222567e-08, + "Y": 2.2819388050265843e-06, + "U": 1.228670082342731e-10, + "K": 4.214312454564606e-09, + "L": 1.5351128701546202e-10, + "G": 3.831924004771281e-07, + "F": 7.61272240197286e-05, + "E": 4.293358415452531e-06, + "T": 5.412796895143401e-07, + "P": 0.424908846616745, + "-": 0.5750041604042053 + }, + "id": "tp_17667" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2208375, + "label": "P", + "classification": { + "B": 4.102699083241568e-12, + "S": 6.648674124275222e-13, + "I": 8.023095432463379e-08, + "C": 3.951041924188381e-11, + "R": 3.0620365726492793e-13, + "M": 8.05708499918012e-10, + "O": 1.7077088354522374e-10, + "W": 2.9062196442788957e-13, + "N": 2.200647858385807e-10, + "Y": 6.545546327174634e-09, + "U": 4.488070817223154e-14, + "K": 2.2755297537750685e-13, + "L": 1.6441538885567097e-12, + "G": 1.046180830854837e-08, + "F": 2.882035460061161e-06, + "E": 9.098071984681155e-08, + "T": 1.0553399043544687e-08, + "P": 0.8622705936431885, + "-": 0.13772639632225037 + }, + "id": "tp_17668" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2208509, + "label": "P", + "classification": { + "B": 4.164646227877711e-08, + "S": 8.77874162252823e-10, + "I": 4.5087439502822235e-05, + "C": 6.612017244833623e-08, + "R": 1.3347561944598851e-09, + "M": 2.3067799759246554e-07, + "O": 1.197068577596383e-08, + "W": 5.815601333836184e-10, + "N": 1.0586575172055745e-06, + "Y": 3.063979931994254e-07, + "U": 6.985673151049809e-10, + "K": 7.379836741705503e-09, + "L": 8.172642007586717e-10, + "G": 6.492244324363128e-07, + "F": 3.325996658531949e-06, + "E": 0.00014581398863811046, + "T": 5.968667551314866e-07, + "P": 0.9916292428970337, + "-": 0.008173598907887936 + }, + "id": "tp_17669" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2208642, + "label": "-", + "classification": { + "B": 1.9862814326643274e-07, + "S": 8.309289967201039e-08, + "I": 7.685493619646877e-05, + "C": 3.310908141429536e-06, + "R": 3.485291131255508e-07, + "M": 7.345108315348625e-06, + "O": 4.11908513342496e-06, + "W": 8.5561723039973e-08, + "N": 2.7365954338165466e-06, + "Y": 4.538944995147176e-05, + "U": 7.472675633835024e-08, + "K": 6.072256155675859e-07, + "L": 2.3504995283474273e-07, + "G": 4.6609988203272223e-05, + "F": 0.0016252488130703568, + "E": 9.574680734658614e-05, + "T": 6.10615243203938e-05, + "P": 0.25643932819366455, + "-": 0.741590678691864 + }, + "id": "tp_17670" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2208775, + "label": "P", + "classification": { + "B": 1.2095684098767379e-07, + "S": 4.552733514628926e-07, + "I": 0.0002747011894825846, + "C": 3.7901565974607365e-06, + "R": 5.42286386462365e-07, + "M": 3.597967634050292e-06, + "O": 4.029978299513459e-06, + "W": 1.0575997748674126e-06, + "N": 4.2773950553964823e-05, + "Y": 0.00023830357531551272, + "U": 1.0324937420591596e-06, + "K": 0.00034265615977346897, + "L": 6.423429965707328e-08, + "G": 2.7525882615009323e-05, + "F": 0.0023785822559148073, + "E": 0.0009819257538765669, + "T": 7.154277409426868e-05, + "P": 0.6397360563278198, + "-": 0.35589122772216797 + }, + "id": "tp_17671" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2208876, + "label": "-", + "classification": { + "B": 7.069730578734834e-09, + "S": 3.515584490187962e-10, + "I": 1.22358315479687e-07, + "C": 1.870674948278861e-09, + "R": 1.0882073020468397e-10, + "M": 8.656432015641258e-09, + "O": 2.2368654484239414e-08, + "W": 4.6482609428188937e-10, + "N": 2.2770834107177507e-09, + "Y": 3.783930253575818e-07, + "U": 2.924599798448391e-11, + "K": 5.482968523651266e-10, + "L": 3.8104577826381103e-10, + "G": 1.8657985378922604e-07, + "F": 0.00012146003427915275, + "E": 1.2884031548310304e-06, + "T": 3.102805123944563e-07, + "P": 0.3255954086780548, + "-": 0.6742808222770691 + }, + "id": "tp_17672" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2209009, + "label": "-", + "classification": { + "B": 3.8305217458400875e-05, + "S": 2.5023189664352685e-05, + "I": 0.0014544798759743571, + "C": 0.0001175297365989536, + "R": 2.105705425492488e-05, + "M": 0.002766404068097472, + "O": 0.0003644269017968327, + "W": 1.8852466382668354e-05, + "N": 6.367084279190749e-05, + "Y": 0.00520377466455102, + "U": 5.3247881623974536e-06, + "K": 3.580031943783979e-06, + "L": 0.00011797453771578148, + "G": 0.0013950500870123506, + "F": 0.0033254167065024376, + "E": 0.0015188264660537243, + "T": 0.004484165459871292, + "P": 0.14282472431659698, + "-": 0.8362513780593872 + }, + "id": "tp_17673" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2209142, + "label": "P", + "classification": { + "B": 5.1622631502823424e-08, + "S": 2.0816683932167734e-09, + "I": 0.00013297374243848026, + "C": 3.7479503589565866e-07, + "R": 1.800689553022039e-08, + "M": 1.4808466630711337e-06, + "O": 2.621581529638206e-07, + "W": 8.424142272644985e-09, + "N": 1.745806002872996e-06, + "Y": 5.4891147556190845e-06, + "U": 7.383998745780218e-09, + "K": 2.1636731517560293e-08, + "L": 7.670035273577014e-09, + "G": 3.108818191321916e-06, + "F": 8.326812348968815e-06, + "E": 6.486070196842775e-05, + "T": 1.0233075045107398e-05, + "P": 0.8427262306213379, + "-": 0.1570446640253067 + }, + "id": "tp_17674" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2209276, + "label": "P", + "classification": { + "B": 5.520505060030434e-12, + "S": 3.08629017524778e-13, + "I": 4.79366690342431e-07, + "C": 1.0314095064134499e-11, + "R": 1.6096862341316576e-13, + "M": 1.1584648518248031e-10, + "O": 2.745686837613004e-11, + "W": 4.3458051285187593e-13, + "N": 2.0744850282028438e-09, + "Y": 5.166395755651365e-09, + "U": 2.8179837478249647e-13, + "K": 1.3069459577075282e-11, + "L": 1.3811986222713596e-13, + "G": 1.497116874915605e-09, + "F": 1.5253003482484928e-07, + "E": 3.2491982437932165e-07, + "T": 6.661767137927654e-09, + "P": 0.9852500557899475, + "-": 0.014748984947800636 + }, + "id": "tp_17675" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2209376, + "label": "P", + "classification": { + "B": 1.5390487817512621e-07, + "S": 1.0705879276429187e-06, + "I": 0.00015491808881051838, + "C": 2.1800456124765333e-06, + "R": 7.09365451712074e-07, + "M": 1.674457780609373e-05, + "O": 6.995705916779116e-06, + "W": 3.9272509866350447e-07, + "N": 1.7805141396820545e-05, + "Y": 0.00035669561475515366, + "U": 1.6322236717769556e-07, + "K": 8.007272299437318e-06, + "L": 2.102918159607725e-07, + "G": 4.1077953937929124e-05, + "F": 0.0033067872282117605, + "E": 7.958287460496649e-05, + "T": 0.0004135232884436846, + "P": 0.4992033541202545, + "-": 0.49638962745666504 + }, + "id": "tp_17676" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2209510, + "label": "-", + "classification": { + "B": 1.32154653886829e-09, + "S": 1.8453848449340171e-09, + "I": 3.0323681130539626e-06, + "C": 1.872098920330245e-08, + "R": 8.213639768328562e-10, + "M": 6.297525345644317e-08, + "O": 2.3997957399046754e-08, + "W": 1.3890297800855933e-09, + "N": 1.3950290167485946e-07, + "Y": 1.3282129657454789e-05, + "U": 6.452888778873955e-10, + "K": 2.294811565661803e-06, + "L": 3.0955041308011744e-10, + "G": 3.517279992593103e-06, + "F": 0.002402461599558592, + "E": 0.00025003409245982766, + "T": 3.2177410957956454e-06, + "P": 0.3887699544429779, + "-": 0.6085519194602966 + }, + "id": "tp_17677" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2209643, + "label": "P", + "classification": { + "B": 1.646538017041621e-09, + "S": 4.470669612288702e-09, + "I": 1.6486501408508047e-05, + "C": 8.413231711301705e-08, + "R": 3.6918232915184035e-09, + "M": 3.3455745551691507e-07, + "O": 4.9301643656463057e-08, + "W": 1.7190299184122182e-09, + "N": 3.846284357678087e-07, + "Y": 4.104088930034777e-06, + "U": 8.227365455582003e-10, + "K": 1.518895231811257e-08, + "L": 1.77859438288408e-09, + "G": 9.126848681262345e-07, + "F": 0.00015700286894571036, + "E": 1.629674261494074e-05, + "T": 3.952023689635098e-06, + "P": 0.8387753963470459, + "-": 0.1610250473022461 + }, + "id": "tp_17678" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2209776, + "label": "P", + "classification": { + "B": 1.1755056129880703e-11, + "S": 3.800213616012016e-11, + "I": 8.078205269157479e-07, + "C": 9.316315496832317e-10, + "R": 4.228397146310847e-11, + "M": 4.229224526142161e-09, + "O": 1.2032983498500016e-09, + "W": 6.675373448450372e-11, + "N": 1.5725769131336165e-08, + "Y": 4.536209701200278e-07, + "U": 4.617982038435109e-11, + "K": 4.686473076276343e-08, + "L": 6.317811291484121e-12, + "G": 3.158753969501049e-08, + "F": 7.632726919837296e-05, + "E": 5.245108241069829e-06, + "T": 3.4781189128807455e-07, + "P": 0.6299604773521423, + "-": 0.36995622515678406 + }, + "id": "tp_17679" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2209877, + "label": "P", + "classification": { + "B": 3.0490114877324004e-09, + "S": 1.9848993282334249e-10, + "I": 3.0928695196053013e-06, + "C": 3.72601371978476e-09, + "R": 7.574676302857242e-11, + "M": 2.4822270461299922e-08, + "O": 7.254012945878685e-09, + "W": 1.7432348620172178e-10, + "N": 5.846403183795701e-08, + "Y": 1.8648619004579814e-07, + "U": 6.266023117040831e-11, + "K": 1.3798417963784004e-09, + "L": 1.252371401028185e-10, + "G": 1.656228789670422e-07, + "F": 1.217131648445502e-05, + "E": 1.4388194358616602e-05, + "T": 2.2155184353778168e-07, + "P": 0.8760499358177185, + "-": 0.12391966581344604 + }, + "id": "tp_17680" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2210010, + "label": "-", + "classification": { + "B": 1.9075103807608684e-07, + "S": 7.248783617797017e-08, + "I": 2.5180050215567462e-05, + "C": 6.174389000079827e-07, + "R": 3.445177298999624e-08, + "M": 7.3336077548447065e-06, + "O": 2.068558842438506e-06, + "W": 6.960458875937547e-08, + "N": 1.3154040061635897e-06, + "Y": 2.8944716177647933e-05, + "U": 2.5526562197342173e-08, + "K": 3.6798320479647373e-07, + "L": 9.157135849591214e-08, + "G": 1.6129175492096692e-05, + "F": 0.0009367679595015943, + "E": 0.00012237855116836727, + "T": 3.5270542866783217e-05, + "P": 0.4173817038536072, + "-": 0.5814414620399475 + }, + "id": "tp_17681" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2210143, + "label": "P", + "classification": { + "B": 1.7560105591840625e-09, + "S": 1.9585975064018157e-09, + "I": 0.00017853188910521567, + "C": 2.737161075572203e-08, + "R": 2.088482498052713e-09, + "M": 2.3721737818505062e-07, + "O": 4.0028481862464105e-08, + "W": 1.5394511221344942e-09, + "N": 2.7165001483808737e-06, + "Y": 6.228121947060572e-07, + "U": 5.479197651148127e-10, + "K": 1.025854068359422e-08, + "L": 8.99098739903792e-10, + "G": 3.026525234872679e-07, + "F": 6.6554994191392325e-06, + "E": 3.655103864730336e-05, + "T": 1.1790067446781904e-06, + "P": 0.9702336192131042, + "-": 0.02953951805830002 + }, + "id": "tp_17682" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2210277, + "label": "P", + "classification": { + "B": 2.4125444480702085e-13, + "S": 8.826349617548426e-14, + "I": 3.090147799866827e-07, + "C": 7.975730319242924e-12, + "R": 5.528627076002539e-14, + "M": 2.2977958077929905e-11, + "O": 3.206520769391541e-12, + "W": 3.45383850642797e-14, + "N": 1.1886831519092311e-09, + "Y": 5.496799682092046e-10, + "U": 1.0753484759010341e-14, + "K": 3.5833312771009485e-13, + "L": 1.3940616476677044e-14, + "G": 2.0320498061998649e-10, + "F": 3.376080925932001e-08, + "E": 6.838236998873981e-08, + "T": 4.689893473575069e-10, + "P": 0.9979240894317627, + "-": 0.002075474476441741 + }, + "id": "tp_17683" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2210377, + "label": "P", + "classification": { + "B": 2.5270448844594284e-08, + "S": 3.558038308426603e-09, + "I": 3.996265877503902e-05, + "C": 8.891822744772071e-08, + "R": 4.79135353614879e-09, + "M": 8.224772045650752e-07, + "O": 1.629316699336414e-07, + "W": 3.2035738506408507e-09, + "N": 5.458987288875505e-07, + "Y": 5.5582140703336336e-06, + "U": 2.622322359258078e-09, + "K": 8.756234848306121e-09, + "L": 1.0008729844912523e-08, + "G": 3.158125764457509e-06, + "F": 0.00012549069651868194, + "E": 4.544720286503434e-05, + "T": 9.792737728275824e-06, + "P": 0.6258957982063293, + "-": 0.37387314438819885 + }, + "id": "tp_17684" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2210511, + "label": "P", + "classification": { + "B": 1.1574747237064198e-11, + "S": 1.739458078443834e-12, + "I": 1.691145371296443e-06, + "C": 1.6832496507745986e-10, + "R": 1.6311237300073445e-12, + "M": 2.418542033311155e-09, + "O": 7.847600347332673e-11, + "W": 9.597005265135627e-13, + "N": 1.2701462104303118e-08, + "Y": 2.7705050698045852e-08, + "U": 1.2013625771273295e-12, + "K": 7.776052024510705e-11, + "L": 7.123080337373411e-13, + "G": 2.2751669437326427e-09, + "F": 2.3768391201883787e-06, + "E": 5.06832702740212e-06, + "T": 2.5038835005375404e-08, + "P": 0.9762784242630005, + "-": 0.023712357506155968 + }, + "id": "tp_17685" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2210644, + "label": "P", + "classification": { + "B": 9.501841535808353e-10, + "S": 3.1418812863892587e-12, + "I": 6.360348834277829e-06, + "C": 2.3669848303597973e-08, + "R": 3.100326939620146e-10, + "M": 1.082901501803235e-08, + "O": 1.121084225452762e-09, + "W": 1.8719328170879734e-11, + "N": 1.0206989031757985e-08, + "Y": 4.797429369318706e-07, + "U": 4.973259998264368e-11, + "K": 4.5271536519564393e-10, + "L": 7.703529480984628e-11, + "G": 2.5127755520770734e-07, + "F": 1.2701005289272871e-05, + "E": 5.996595973556396e-06, + "T": 9.806856837712985e-08, + "P": 0.8162237405776978, + "-": 0.18375028669834137 + }, + "id": "tp_17686" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2210777, + "label": "P", + "classification": { + "B": 2.4244968699349556e-07, + "S": 6.223980619779468e-08, + "I": 0.00018067601195070893, + "C": 1.045866859783473e-08, + "R": 7.580455152478294e-10, + "M": 6.747648626515002e-07, + "O": 4.306689049826673e-08, + "W": 1.8029912007833104e-09, + "N": 6.6519464780867565e-06, + "Y": 3.5460993785818573e-07, + "U": 3.288994077088603e-10, + "K": 1.7522817641335564e-09, + "L": 5.307196015991167e-09, + "G": 7.15824398866971e-07, + "F": 7.026518687780481e-06, + "E": 0.00029829118284396827, + "T": 1.6021866713344934e-06, + "P": 0.9969004392623901, + "-": 0.0026031257584691048 + }, + "id": "tp_17687" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2210878, + "label": "P", + "classification": { + "B": 7.637923431502713e-07, + "S": 2.3466037646358018e-07, + "I": 3.4023658372461796e-05, + "C": 2.841546802301309e-07, + "R": 3.938246351253838e-08, + "M": 5.240651717031142e-06, + "O": 1.5257437553373165e-06, + "W": 8.058500355900833e-08, + "N": 1.3340988971322076e-06, + "Y": 2.6226387490169145e-05, + "U": 1.0734189537231487e-08, + "K": 6.796741303105591e-08, + "L": 7.140416613538036e-08, + "G": 8.715237527212594e-06, + "F": 0.0005487188464030623, + "E": 0.00014461165119428188, + "T": 2.1523916075238958e-05, + "P": 0.787605881690979, + "-": 0.21160061657428741 + }, + "id": "tp_17688" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2211011, + "label": "-", + "classification": { + "B": 1.4778187801212718e-16, + "S": 3.039941359819335e-17, + "I": 9.15511000343372e-10, + "C": 1.4973682016528045e-12, + "R": 3.588823116858425e-15, + "M": 1.5696863297012809e-12, + "O": 2.274731780976119e-13, + "W": 3.396596559836028e-16, + "N": 5.46838453425319e-13, + "Y": 2.9418305569350878e-09, + "U": 3.8822325769302364e-16, + "K": 5.750716309399495e-12, + "L": 1.6289715448610057e-16, + "G": 5.971313443708937e-10, + "F": 7.053718491079053e-06, + "E": 3.836060002981867e-08, + "T": 2.0264047384532802e-10, + "P": 0.12238072603940964, + "-": 0.8776122331619263 + }, + "id": "tp_17689" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2211144, + "label": "-", + "classification": { + "B": 4.2785384124499615e-09, + "S": 3.71082307992765e-07, + "I": 4.984019324183464e-05, + "C": 4.514807585564995e-07, + "R": 9.128589084639316e-08, + "M": 3.0342378067871323e-06, + "O": 2.1816561002196977e-06, + "W": 3.0523264626936e-07, + "N": 9.614615009923e-06, + "Y": 0.0003165612288285047, + "U": 3.939133819130802e-08, + "K": 0.0013640386750921607, + "L": 9.419057533932573e-09, + "G": 1.4191198715707287e-05, + "F": 0.007800278719514608, + "E": 0.0002903291897382587, + "T": 0.00017804904200602323, + "P": 0.12239011377096176, + "-": 0.8675804734230042 + }, + "id": "tp_17690" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2211278, + "label": "-", + "classification": { + "B": 7.21692359206827e-08, + "S": 6.267252388170164e-07, + "I": 0.000305516499793157, + "C": 1.1124172488052864e-05, + "R": 4.38694814874907e-06, + "M": 6.318666419247165e-05, + "O": 2.0490106180659495e-05, + "W": 1.817938027670607e-06, + "N": 1.1892309885297436e-05, + "Y": 0.005053617060184479, + "U": 2.5735201347742986e-07, + "K": 5.786860128864646e-05, + "L": 3.96008260850067e-07, + "G": 7.110333535820246e-05, + "F": 0.002833958715200424, + "E": 0.00018102634930983186, + "T": 0.0018875272944569588, + "P": 0.02867533452808857, + "-": 0.9608197808265686 + }, + "id": "tp_17691" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2211378, + "label": "-", + "classification": { + "B": 2.7766914101334805e-08, + "S": 2.2986760939147644e-08, + "I": 3.0853025236865506e-06, + "C": 3.387452807146474e-08, + "R": 4.21163592889684e-09, + "M": 1.4819065654592123e-06, + "O": 3.238626220536389e-07, + "W": 1.886271761009084e-08, + "N": 1.4036733375633048e-07, + "Y": 4.680620622821152e-05, + "U": 1.3045198254957313e-09, + "K": 4.4756379224963894e-07, + "L": 4.142483245317408e-09, + "G": 6.042762834113091e-06, + "F": 0.0010651376796886325, + "E": 5.043784767622128e-05, + "T": 9.925874110194854e-06, + "P": 0.1608165204524994, + "-": 0.8379995226860046 + }, + "id": "tp_17692" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2211512, + "label": "-", + "classification": { + "B": 3.1748921713870004e-08, + "S": 7.428171500123426e-08, + "I": 0.00021178215683903545, + "C": 2.1970308807794936e-06, + "R": 6.821666715950414e-07, + "M": 3.987481704825768e-06, + "O": 2.5746469418663764e-06, + "W": 3.1469588179788843e-07, + "N": 1.1389250175852794e-05, + "Y": 0.00020736204169224948, + "U": 2.0998137983951892e-07, + "K": 0.00010702256258809939, + "L": 3.939861059620853e-08, + "G": 2.8696431400021538e-05, + "F": 0.0033192832488566637, + "E": 0.0003939590824302286, + "T": 4.982587051927112e-05, + "P": 0.38491329550743103, + "-": 0.6107472777366638 + }, + "id": "tp_17693" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2211645, + "label": "P", + "classification": { + "B": 1.0535560969373702e-14, + "S": 6.575937168927515e-13, + "I": 6.363517854879319e-07, + "C": 1.3265723155381215e-13, + "R": 1.3094396681052108e-14, + "M": 8.036674624400941e-12, + "O": 2.5391370863520057e-12, + "W": 1.2082864006210392e-13, + "N": 7.749664021616809e-09, + "Y": 1.9383012972440383e-09, + "U": 7.393856475701194e-15, + "K": 1.8939486090552293e-10, + "L": 6.896456494458604e-16, + "G": 3.067281151292178e-11, + "F": 1.5999262359400745e-07, + "E": 1.1960845824887656e-07, + "T": 3.2821902973267925e-09, + "P": 0.9964062571525574, + "-": 0.0035928275901824236 + }, + "id": "tp_17694" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2211778, + "label": "-", + "classification": { + "B": 6.282276920899221e-09, + "S": 8.835636222670473e-09, + "I": 2.873361836464028e-06, + "C": 3.5010083365705214e-07, + "R": 3.24250599703646e-08, + "M": 3.718418497555831e-07, + "O": 2.2353394513174862e-07, + "W": 1.222045398208138e-08, + "N": 1.2208484179154766e-07, + "Y": 6.565299554495141e-05, + "U": 6.7020060612321686e-09, + "K": 2.221189788542688e-06, + "L": 5.4175104402531815e-09, + "G": 6.58452063362347e-06, + "F": 0.001202294952236116, + "E": 1.1404024917283095e-05, + "T": 1.5279712897608988e-05, + "P": 0.062032073736190796, + "-": 0.9366604089736938 + }, + "id": "tp_17695" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2211879, + "label": "-", + "classification": { + "B": 4.1266225991876126e-08, + "S": 7.153614367538808e-10, + "I": 2.5646852463978576e-07, + "C": 1.4242761414706706e-09, + "R": 4.4970773632746486e-11, + "M": 9.849004811712803e-08, + "O": 4.939777653589772e-08, + "W": 5.094537014471712e-10, + "N": 3.0322464539267457e-09, + "Y": 6.19510501564946e-07, + "U": 1.3188452066548173e-11, + "K": 9.444423021420789e-11, + "L": 1.4800132230874397e-09, + "G": 4.869307872468198e-07, + "F": 8.149604400387034e-05, + "E": 6.2343724493985064e-06, + "T": 2.7283101644570706e-07, + "P": 0.3836308717727661, + "-": 0.6162796020507812 + }, + "id": "tp_17696" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2212012, + "label": "P", + "classification": { + "B": 3.877665299967248e-09, + "S": 5.802051616932147e-10, + "I": 9.274965850636363e-05, + "C": 4.564333551115851e-07, + "R": 1.1096488172768204e-08, + "M": 3.142605180528335e-07, + "O": 8.587127808823425e-08, + "W": 2.0434016700932034e-09, + "N": 2.379067154834047e-06, + "Y": 1.320160117757041e-05, + "U": 6.031398935846255e-09, + "K": 3.0627006708527915e-07, + "L": 1.5900132321888805e-09, + "G": 5.0993489821848925e-06, + "F": 9.511173993814737e-05, + "E": 0.00024073038366623223, + "T": 3.794682015723083e-06, + "P": 0.8006448149681091, + "-": 0.19890093803405762 + }, + "id": "tp_17697" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2212145, + "label": "P", + "classification": { + "B": 2.1694165752705885e-07, + "S": 6.558924781074893e-08, + "I": 0.00017335078155156225, + "C": 3.996247414761456e-06, + "R": 2.657497475411219e-07, + "M": 3.685436013256549e-06, + "O": 2.2496328710985836e-06, + "W": 2.593682211227133e-07, + "N": 8.469953172607347e-06, + "Y": 0.00010487728286534548, + "U": 2.520669681871368e-07, + "K": 5.3030516937724315e-06, + "L": 8.773163528985606e-08, + "G": 2.142991252185311e-05, + "F": 0.0008817472844384611, + "E": 0.0002706653904169798, + "T": 5.936822708463296e-05, + "P": 0.5614897608757019, + "-": 0.43697389960289 + }, + "id": "tp_17698" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2212279, + "label": "P", + "classification": { + "B": 2.3872190890728007e-09, + "S": 3.4690280870108836e-08, + "I": 8.246205834439024e-05, + "C": 1.2389844528115646e-07, + "R": 2.837431090085829e-08, + "M": 4.430869921634439e-06, + "O": 4.473202181998204e-07, + "W": 2.2050612002999515e-08, + "N": 3.4173378935520304e-06, + "Y": 7.476488099200651e-05, + "U": 4.0304168891225345e-09, + "K": 1.0818189366545994e-06, + "L": 3.3829836709742267e-09, + "G": 2.4648527414683485e-06, + "F": 0.0002633684780448675, + "E": 5.30366669408977e-05, + "T": 0.00011957925744354725, + "P": 0.5966759920120239, + "-": 0.4027186632156372 + }, + "id": "tp_17699" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2212379, + "label": "-", + "classification": { + "B": 2.5888284849173715e-09, + "S": 3.451978425328406e-10, + "I": 6.799670586588036e-07, + "C": 3.3497584706054795e-09, + "R": 1.725774384508938e-10, + "M": 6.536495078535154e-08, + "O": 2.8241398553063846e-08, + "W": 3.7063577207341325e-10, + "N": 9.494154795675058e-09, + "Y": 8.339513442479074e-06, + "U": 2.3239669910690708e-10, + "K": 5.114537238171124e-09, + "L": 7.395715151403692e-10, + "G": 5.660580200128607e-07, + "F": 0.00011993465159321204, + "E": 2.807622195177828e-06, + "T": 3.875952188536758e-06, + "P": 0.09966253489255905, + "-": 0.9002012610435486 + }, + "id": "tp_17700" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2212513, + "label": "-", + "classification": { + "B": 4.625224092613678e-10, + "S": 3.5082103888584015e-10, + "I": 2.5288984033977613e-05, + "C": 2.121938358357056e-08, + "R": 2.6726871826809884e-09, + "M": 3.731123285888316e-07, + "O": 4.830428679269971e-08, + "W": 8.867240830490175e-10, + "N": 1.7326578927168157e-07, + "Y": 2.0403867893037386e-05, + "U": 5.305981765069134e-10, + "K": 1.0895774060770691e-08, + "L": 1.191243881315529e-09, + "G": 9.96384869722533e-07, + "F": 4.893839650321752e-05, + "E": 8.299806722789072e-06, + "T": 1.3416168258117978e-05, + "P": 0.2614562511444092, + "-": 0.7384258508682251 + }, + "id": "tp_17701" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2212646, + "label": "-", + "classification": { + "B": 4.4916070862655033e-10, + "S": 2.918156161157981e-09, + "I": 3.6031860872753896e-06, + "C": 4.4961886658256844e-08, + "R": 5.532335034530433e-09, + "M": 2.2241983970161527e-06, + "O": 2.8172263455417124e-07, + "W": 3.1737366068540496e-09, + "N": 5.729309648927483e-08, + "Y": 9.700499504106119e-05, + "U": 4.558373678520411e-10, + "K": 6.13412876049324e-09, + "L": 2.863756121129768e-09, + "G": 1.8633174931892427e-06, + "F": 9.033481910591945e-05, + "E": 1.5047700117065688e-06, + "T": 6.75512055750005e-05, + "P": 0.07666734606027603, + "-": 0.9230682849884033 + }, + "id": "tp_17702" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2212779, + "label": "-", + "classification": { + "B": 4.619030562480475e-07, + "S": 6.993137162680796e-07, + "I": 2.579058900664677e-06, + "C": 1.461132086433281e-07, + "R": 1.974442298546819e-08, + "M": 4.058756530866958e-06, + "O": 8.047190021898132e-06, + "W": 5.779049274678982e-07, + "N": 2.7341104669176275e-07, + "Y": 1.3802738976664841e-05, + "U": 5.052184004483706e-09, + "K": 2.921903217156796e-07, + "L": 1.6515414813511597e-07, + "G": 1.0930545613518916e-05, + "F": 0.0166487917304039, + "E": 5.1588707719929516e-05, + "T": 9.302005310019013e-06, + "P": 0.16171833872795105, + "-": 0.8215300440788269 + }, + "id": "tp_17703" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2212880, + "label": "P", + "classification": { + "B": 2.0184891127428273e-06, + "S": 7.684428737775306e-07, + "I": 7.847166671126615e-06, + "C": 4.3859822085323685e-07, + "R": 5.0361865788772775e-08, + "M": 5.338926257536514e-06, + "O": 8.22992660687305e-06, + "W": 4.406084599395399e-07, + "N": 1.0112885320268106e-06, + "Y": 2.4946619305410422e-05, + "U": 3.31874367986984e-08, + "K": 9.934203859529589e-08, + "L": 1.872766262067671e-07, + "G": 1.5066782907524612e-05, + "F": 0.0012283085379749537, + "E": 5.070918268756941e-05, + "T": 2.6892381356447004e-05, + "P": 0.5707159042358398, + "-": 0.427911639213562 + }, + "id": "tp_17704" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2213013, + "label": "-", + "classification": { + "B": 1.4069298615027037e-08, + "S": 1.1507425057288856e-07, + "I": 1.4801990801061038e-05, + "C": 4.6221623506426113e-07, + "R": 4.5175816865139495e-08, + "M": 1.3143848264007829e-05, + "O": 1.9026958852919051e-06, + "W": 5.560823623795841e-08, + "N": 1.1011067044819356e-06, + "Y": 0.0003245309635531157, + "U": 5.049865414719079e-09, + "K": 7.367983926087618e-06, + "L": 5.7545165077499405e-08, + "G": 5.9326881455490366e-05, + "F": 0.026054074987769127, + "E": 0.00039126366027630866, + "T": 0.0001349903322989121, + "P": 0.0984252393245697, + "-": 0.8745715022087097 + }, + "id": "tp_17705" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2213146, + "label": "P", + "classification": { + "B": 2.2077093625449962e-11, + "S": 4.802392858382909e-11, + "I": 1.1581762009882368e-05, + "C": 1.6390158563694968e-08, + "R": 3.183726893229988e-10, + "M": 2.248702557494653e-08, + "O": 4.788649921039223e-09, + "W": 7.400167284510317e-11, + "N": 1.2201181220916624e-07, + "Y": 1.5355616369561176e-06, + "U": 6.642544847501597e-11, + "K": 8.969732512298378e-09, + "L": 2.3210544597418448e-11, + "G": 8.073899948612961e-08, + "F": 2.0313989807618782e-05, + "E": 1.8786959117278457e-05, + "T": 6.097932327975286e-07, + "P": 0.6008949875831604, + "-": 0.3990519940853119 + }, + "id": "tp_17706" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2213280, + "label": "P", + "classification": { + "B": 3.91340015948316e-10, + "S": 9.266398204310633e-10, + "I": 1.3192622645874508e-05, + "C": 8.83956297048627e-10, + "R": 1.8785466238124826e-11, + "M": 1.8311764549139298e-08, + "O": 2.8544093755300537e-09, + "W": 1.9703765008483032e-10, + "N": 8.223117902161903e-07, + "Y": 6.714512323924282e-08, + "U": 9.854846799717265e-11, + "K": 1.3491256112274641e-08, + "L": 1.5454094601241586e-11, + "G": 9.32091026584203e-09, + "F": 3.1561778541799868e-06, + "E": 1.6193391275010072e-05, + "T": 3.395279293272324e-07, + "P": 0.9878326654434204, + "-": 0.012133399024605751 + }, + "id": "tp_17707" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2213380, + "label": "-", + "classification": { + "B": 1.7893650450240273e-10, + "S": 4.37400914099495e-11, + "I": 3.0364226404344663e-06, + "C": 4.630838645880431e-08, + "R": 1.329515608716747e-09, + "M": 3.6121324598070714e-08, + "O": 1.6291188842387783e-08, + "W": 1.3906593931967137e-10, + "N": 2.5933283964718612e-08, + "Y": 3.2511826475456473e-07, + "U": 1.433654583937738e-10, + "K": 4.478159176812824e-09, + "L": 1.8903426046712468e-10, + "G": 4.4621518213716627e-07, + "F": 6.17687328485772e-05, + "E": 5.3393277994473465e-06, + "T": 4.2562803059809085e-07, + "P": 0.42226991057395935, + "-": 0.5776585936546326 + }, + "id": "tp_17708" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2213514, + "label": "-", + "classification": { + "B": 2.2110258157681528e-07, + "S": 5.951678616611389e-08, + "I": 0.00041066919220611453, + "C": 0.00010434654541313648, + "R": 6.201084943313617e-06, + "M": 8.893260383047163e-05, + "O": 6.102768566051964e-06, + "W": 1.8988008321230154e-07, + "N": 4.27481882070424e-06, + "Y": 0.000570143572986126, + "U": 4.261392518856155e-07, + "K": 6.126873586254078e-07, + "L": 1.4010649920237483e-06, + "G": 0.00023317226441577077, + "F": 0.0006307399598881602, + "E": 0.0002354238968109712, + "T": 0.0004658946709241718, + "P": 0.15499189496040344, + "-": 0.8422492742538452 + }, + "id": "tp_17709" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2213647, + "label": "P", + "classification": { + "B": 1.8290475054527633e-05, + "S": 4.0732535921961244e-07, + "I": 0.00010009053949033841, + "C": 2.8646581995417364e-06, + "R": 1.908715034915076e-07, + "M": 6.242073868634179e-05, + "O": 2.7989564841846004e-05, + "W": 5.44621514109167e-07, + "N": 3.6096373605687404e-06, + "Y": 3.4551689168438315e-05, + "U": 1.0025976138194892e-07, + "K": 1.5943022901865334e-08, + "L": 3.3464812076999806e-06, + "G": 7.081261719577014e-05, + "F": 0.00027317964122630656, + "E": 0.00013719858543481678, + "T": 0.0001186969893751666, + "P": 0.5544551610946655, + "-": 0.4446905553340912 + }, + "id": "tp_17710" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2213780, + "label": "-", + "classification": { + "B": 2.8983414626648774e-11, + "S": 1.650150710519327e-10, + "I": 1.3589794889412588e-06, + "C": 3.038157503354455e-09, + "R": 2.71415501185146e-10, + "M": 2.4411965782178413e-08, + "O": 1.073320188282878e-08, + "W": 3.1179550608051443e-10, + "N": 2.5989129071035677e-08, + "Y": 3.4209699606435606e-06, + "U": 6.118481415962052e-11, + "K": 6.420885512170571e-08, + "L": 3.189739097853028e-11, + "G": 1.1894306339854666e-07, + "F": 0.00019726833852473646, + "E": 3.236633801861899e-06, + "T": 1.0015546649810858e-06, + "P": 0.3493601679801941, + "-": 0.6504333019256592 + }, + "id": "tp_17711" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2213881, + "label": "P", + "classification": { + "B": 1.8335239815314708e-07, + "S": 4.717841761703312e-08, + "I": 1.63799286383437e-05, + "C": 1.0421063478815995e-07, + "R": 6.955791054252813e-09, + "M": 6.775643441869761e-07, + "O": 9.093596986531338e-07, + "W": 2.3701860030200805e-08, + "N": 8.905038839657209e-07, + "Y": 3.1838817449170165e-06, + "U": 4.329506531064453e-09, + "K": 2.2413434663803855e-08, + "L": 2.437776736030628e-08, + "G": 3.4749552924040472e-06, + "F": 9.839408448897302e-05, + "E": 1.6223346392507665e-05, + "T": 6.203545126481913e-06, + "P": 0.7876626253128052, + "-": 0.21219070255756378 + }, + "id": "tp_17712" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2214014, + "label": "P", + "classification": { + "B": 6.791078135393036e-07, + "S": 2.5160620680253487e-06, + "I": 0.0003711512254085392, + "C": 4.502242063608719e-06, + "R": 7.147221481318411e-07, + "M": 1.3769938959740102e-05, + "O": 7.262547569553135e-06, + "W": 1.5940803450575913e-06, + "N": 2.730314554355573e-05, + "Y": 0.00042307059629820287, + "U": 1.2187319953227416e-06, + "K": 3.67653883586172e-05, + "L": 4.6169790834937885e-07, + "G": 3.740694955922663e-05, + "F": 0.0032606502063572407, + "E": 0.000372132082702592, + "T": 0.00019548244017641991, + "P": 0.528833270072937, + "-": 0.4664100706577301 + }, + "id": "tp_17713" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2214147, + "label": "-", + "classification": { + "B": 2.559377026045695e-05, + "S": 9.291823516832665e-06, + "I": 7.894992450019345e-05, + "C": 1.330538452748442e-06, + "R": 4.1812626250248286e-07, + "M": 5.00233618367929e-05, + "O": 4.114809416932985e-05, + "W": 2.8697563720925245e-06, + "N": 6.7540104282670654e-06, + "Y": 7.178093801485375e-05, + "U": 9.101915310338882e-08, + "K": 1.008475010166876e-06, + "L": 2.2201595584192546e-06, + "G": 0.0001298614079132676, + "F": 0.008075733669102192, + "E": 0.00042032400961034, + "T": 0.0001037781112245284, + "P": 0.39969149231910706, + "-": 0.59128737449646 + }, + "id": "tp_17714" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2214281, + "label": "-", + "classification": { + "B": 2.9950417683721753e-06, + "S": 4.6499084760398546e-07, + "I": 0.00022306539176497608, + "C": 2.4356728317798115e-05, + "R": 2.1752621250925586e-06, + "M": 0.00010248972830595449, + "O": 1.0179456694459077e-05, + "W": 8.32086527680076e-07, + "N": 8.397655619774014e-06, + "Y": 0.0008574386010877788, + "U": 7.401182529065409e-07, + "K": 7.363021722994745e-06, + "L": 2.1202588413871126e-06, + "G": 0.0003613872977439314, + "F": 0.005506673827767372, + "E": 0.0011215267004445195, + "T": 0.0002661938196979463, + "P": 0.3496573567390442, + "-": 0.6418441534042358 + }, + "id": "tp_17715" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2214381, + "label": "P", + "classification": { + "B": 5.500373276845494e-07, + "S": 1.530879387701134e-07, + "I": 8.021893154364079e-05, + "C": 1.2254973853487172e-06, + "R": 6.141984698615488e-08, + "M": 1.391359546687454e-05, + "O": 1.8883288248616736e-06, + "W": 1.1112177134009471e-07, + "N": 5.45370585314231e-06, + "Y": 4.3395335524110124e-05, + "U": 1.0357944546512954e-07, + "K": 2.6109933060070034e-06, + "L": 1.789733374835123e-07, + "G": 1.6488897017552517e-05, + "F": 0.0017014647601172328, + "E": 0.0010732958326116204, + "T": 5.338445771485567e-05, + "P": 0.5465575456619263, + "-": 0.4504479467868805 + }, + "id": "tp_17716" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2214515, + "label": "-", + "classification": { + "B": 1.6390950463573972e-07, + "S": 1.1184103421157943e-08, + "I": 2.0235770534782205e-06, + "C": 1.294942961749257e-07, + "R": 2.0266517353206837e-08, + "M": 4.2709913827820856e-07, + "O": 9.72603174886899e-07, + "W": 2.5914497214785115e-08, + "N": 5.694671401101914e-08, + "Y": 5.484195298777195e-06, + "U": 2.889547268125625e-09, + "K": 4.875078674082545e-10, + "L": 5.151030180172711e-08, + "G": 2.1922508040006505e-06, + "F": 8.509229519404471e-05, + "E": 9.714026418805588e-07, + "T": 1.9253327991464175e-05, + "P": 0.2929372489452362, + "-": 0.7069458961486816 + }, + "id": "tp_17717" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2214648, + "label": "-", + "classification": { + "B": 8.181381787319975e-12, + "S": 2.1679849582234567e-10, + "I": 1.2222470502365468e-07, + "C": 9.488714258765185e-10, + "R": 6.742969377304675e-11, + "M": 3.852709262730514e-09, + "O": 6.474719871363277e-09, + "W": 3.5324299041405993e-10, + "N": 1.4888752453146026e-08, + "Y": 5.518764737644233e-06, + "U": 4.630783256853732e-11, + "K": 1.0456652717039105e-06, + "L": 5.871791768086165e-12, + "G": 5.926170132397601e-08, + "F": 0.001492863753810525, + "E": 2.5500105493847514e-06, + "T": 7.269449611158052e-07, + "P": 0.09330131858587265, + "-": 0.9051957130432129 + }, + "id": "tp_17718" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2214781, + "label": "-", + "classification": { + "B": 5.963205623737977e-11, + "S": 6.728029244840172e-11, + "I": 2.7869351470144466e-05, + "C": 1.7290781784140563e-07, + "R": 1.174777608525801e-08, + "M": 9.812584949031589e-07, + "O": 5.757805965345142e-08, + "W": 2.1434592989422185e-10, + "N": 4.2595800664457784e-08, + "Y": 1.2797297131328378e-05, + "U": 3.030041217932933e-10, + "K": 2.7273386674075972e-11, + "L": 8.053650191186534e-09, + "G": 8.839292604534421e-07, + "F": 7.80664322519442e-06, + "E": 8.514863338859868e-07, + "T": 2.3380487618851475e-05, + "P": 0.49597805738449097, + "-": 0.5039471387863159 + }, + "id": "tp_17719" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2214882, + "label": "-", + "classification": { + "B": 4.6253777696847465e-08, + "S": 6.234722071951637e-09, + "I": 5.12413043907145e-06, + "C": 6.896210891227383e-08, + "R": 1.1681410505559597e-08, + "M": 5.701329541807354e-07, + "O": 9.637068387746694e-07, + "W": 1.2525823933628999e-08, + "N": 1.481961362514994e-07, + "Y": 7.773186553095002e-06, + "U": 2.7196265239837203e-09, + "K": 2.0201925465812565e-08, + "L": 1.5833279576327186e-08, + "G": 3.596278929762775e-06, + "F": 0.00024718986242078245, + "E": 7.2665266088733915e-06, + "T": 1.265045466425363e-05, + "P": 0.18251392245292664, + "-": 0.8172006607055664 + }, + "id": "tp_17720" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2215015, + "label": "-", + "classification": { + "B": 2.1353891987985207e-09, + "S": 3.635603970653101e-11, + "I": 3.124462750747625e-07, + "C": 4.63810811979215e-09, + "R": 4.8827129839335015e-11, + "M": 4.867935032848436e-08, + "O": 8.832998332763964e-09, + "W": 4.560982494461463e-11, + "N": 2.155144063209491e-09, + "Y": 8.7940186688229e-08, + "U": 8.554823516249144e-12, + "K": 4.523493125213607e-12, + "L": 2.685589528539367e-10, + "G": 1.6020086945900402e-07, + "F": 1.2790575055987574e-05, + "E": 2.1925166038272437e-06, + "T": 2.4919415864133043e-07, + "P": 0.4967833161354065, + "-": 0.503200888633728 + }, + "id": "tp_17721" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2215148, + "label": "-", + "classification": { + "B": 8.737127927815891e-07, + "S": 2.433733925499837e-06, + "I": 0.00041546919965185225, + "C": 2.31605808949098e-05, + "R": 3.6867741073365323e-06, + "M": 7.085062679834664e-05, + "O": 2.853664591384586e-05, + "W": 2.6876416541199433e-06, + "N": 3.3755892218323424e-05, + "Y": 0.0004877270257566124, + "U": 1.4220532875697245e-06, + "K": 1.0314433893654495e-05, + "L": 2.785565129670431e-06, + "G": 9.323501581093296e-05, + "F": 0.006614827550947666, + "E": 0.0002689794637262821, + "T": 0.0004861087363678962, + "P": 0.3314434587955475, + "-": 0.6600095629692078 + }, + "id": "tp_17722" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2215282, + "label": "P", + "classification": { + "B": 2.382325192229473e-06, + "S": 5.192414960220049e-07, + "I": 0.0012822025455534458, + "C": 8.997870281746145e-06, + "R": 1.203358692691836e-06, + "M": 3.345238292240538e-05, + "O": 6.554835181304952e-06, + "W": 4.820897174795391e-07, + "N": 3.7943333154544234e-05, + "Y": 0.0001890352723421529, + "U": 3.581193368518143e-07, + "K": 8.868789223015483e-07, + "L": 1.105104615817254e-06, + "G": 7.302569429157302e-05, + "F": 0.0006283536204136908, + "E": 0.0007579286466352642, + "T": 0.00015975625137798488, + "P": 0.7924619913101196, + "-": 0.20435376465320587 + }, + "id": "tp_17723" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2215382, + "label": "-", + "classification": { + "B": 5.073698128299498e-10, + "S": 1.089566492584737e-10, + "I": 1.2263933513168013e-06, + "C": 1.195054633029713e-08, + "R": 3.843285412141739e-10, + "M": 9.295870029291109e-08, + "O": 3.0857439270448594e-08, + "W": 5.034665462311239e-10, + "N": 1.166478735825649e-08, + "Y": 2.2182116481417324e-06, + "U": 2.039729080083319e-10, + "K": 5.3810293998424186e-09, + "L": 9.077630314102692e-10, + "G": 1.8557745988800889e-06, + "F": 0.00011018352961400524, + "E": 2.8677798127318965e-06, + "T": 2.173486791434698e-06, + "P": 0.1866523027420044, + "-": 0.8132269382476807 + }, + "id": "tp_17724" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2215516, + "label": "-", + "classification": { + "B": 1.218301761557461e-11, + "S": 3.0065587606348254e-13, + "I": 2.224705895059742e-06, + "C": 8.845786325650806e-10, + "R": 7.754076894461726e-12, + "M": 6.447201439385708e-09, + "O": 2.4460303227336055e-10, + "W": 7.737687986002217e-13, + "N": 2.80751999426343e-09, + "Y": 2.1142794537354348e-07, + "U": 1.9816889015172867e-12, + "K": 1.1955594292345495e-09, + "L": 3.5648192297371706e-12, + "G": 1.7027934973157244e-07, + "F": 2.548594056861475e-05, + "E": 1.9134453395963646e-05, + "T": 1.6219108545101335e-07, + "P": 0.2622138261795044, + "-": 0.7377387881278992 + }, + "id": "tp_17725" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2215649, + "label": "-", + "classification": { + "B": 1.0203620934290392e-11, + "S": 1.7077164335410622e-11, + "I": 1.3258552655770472e-07, + "C": 9.540258860685213e-11, + "R": 1.6128353860778155e-11, + "M": 2.007300992090677e-08, + "O": 3.93819910016191e-09, + "W": 1.912544254911719e-11, + "N": 1.3499296125374372e-09, + "Y": 1.4904225054124254e-06, + "U": 1.4156162136610972e-12, + "K": 1.2144640848532617e-10, + "L": 7.523836588474442e-12, + "G": 3.54651987777288e-08, + "F": 6.9025236371089704e-06, + "E": 4.973427181198531e-08, + "T": 3.2046127671492286e-06, + "P": 0.14574941992759705, + "-": 0.8542388081550598 + }, + "id": "tp_17726" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2215782, + "label": "-", + "classification": { + "B": 1.7644331566017517e-14, + "S": 2.1471090896440885e-14, + "I": 1.8790876410434976e-08, + "C": 6.81381643816148e-12, + "R": 1.4447247380627165e-13, + "M": 1.5163209576840586e-10, + "O": 4.393312103001534e-11, + "W": 8.773000094398561e-14, + "N": 3.2426211021840956e-11, + "Y": 5.378599254868277e-08, + "U": 6.092163855634866e-14, + "K": 2.6949306501655723e-12, + "L": 7.251754670931435e-14, + "G": 1.7353107839568338e-09, + "F": 4.6729476821383287e-07, + "E": 1.3563091982859987e-08, + "T": 5.6009067606055396e-08, + "P": 0.15655836462974548, + "-": 0.8434409499168396 + }, + "id": "tp_17727" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2215883, + "label": "P", + "classification": { + "B": 1.6751329212638666e-08, + "S": 4.0499190667731e-09, + "I": 8.908876043278724e-05, + "C": 9.341376738802865e-08, + "R": 1.0246974824212884e-08, + "M": 5.29938176896394e-07, + "O": 2.1801552918532252e-07, + "W": 2.628204542887147e-09, + "N": 1.6447850157419452e-06, + "Y": 4.05394030167372e-06, + "U": 1.5098901018362199e-09, + "K": 1.1392994103687215e-08, + "L": 7.164232318501718e-09, + "G": 2.954112233055639e-06, + "F": 9.278335346607491e-05, + "E": 4.019579500891268e-05, + "T": 7.857741366024129e-06, + "P": 0.7302666306495667, + "-": 0.26949378848075867 + }, + "id": "tp_17728" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2216016, + "label": "-", + "classification": { + "B": 1.959166183951311e-06, + "S": 4.189606897853082e-06, + "I": 0.0004362636827863753, + "C": 8.317824722325895e-06, + "R": 1.0483630603630445e-06, + "M": 0.0001153987250290811, + "O": 2.466952173563186e-05, + "W": 1.963084514500224e-06, + "N": 3.720531094586477e-05, + "Y": 0.0003927818906959146, + "U": 6.624478032790648e-07, + "K": 5.011458597437013e-06, + "L": 2.665652800715179e-06, + "G": 0.00010502484656171873, + "F": 0.0027511841617524624, + "E": 0.0010221918346360326, + "T": 0.00041551029426045716, + "P": 0.4317561686038971, + "-": 0.5629177689552307 + }, + "id": "tp_17729" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2216149, + "label": "P", + "classification": { + "B": 2.903331465216666e-14, + "S": 1.6411498404694932e-15, + "I": 4.219069182909152e-08, + "C": 3.757323011749358e-12, + "R": 2.928738049062969e-14, + "M": 1.42155991839088e-11, + "O": 1.6579659737128716e-12, + "W": 7.315612654231526e-15, + "N": 2.2082571882187096e-11, + "Y": 1.7082528447343037e-10, + "U": 2.652380971581987e-15, + "K": 6.001885728863787e-15, + "L": 3.07061437366217e-14, + "G": 2.750177585664204e-10, + "F": 1.1406630306964871e-07, + "E": 5.86519677270303e-09, + "T": 7.804965562741017e-10, + "P": 0.9668453931808472, + "-": 0.033154476433992386 + }, + "id": "tp_17730" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2216283, + "label": "-", + "classification": { + "B": 1.500814472699119e-09, + "S": 3.6283445137286208e-09, + "I": 1.4407399930860265e-06, + "C": 7.783354050161506e-08, + "R": 4.8718851175522104e-09, + "M": 5.790116119896993e-07, + "O": 1.6455264528758562e-07, + "W": 3.564347261786338e-09, + "N": 2.9205230234197188e-08, + "Y": 2.5863460905384272e-05, + "U": 5.68352309660014e-10, + "K": 7.1582646476997525e-09, + "L": 5.778316491955593e-09, + "G": 1.341247070740792e-06, + "F": 0.0013934870949015021, + "E": 2.982681735375081e-06, + "T": 9.146340744337067e-06, + "P": 0.08777569979429245, + "-": 0.9107890725135803 + }, + "id": "tp_17731" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2216383, + "label": "-", + "classification": { + "B": 3.505387603450205e-12, + "S": 9.839895825231038e-13, + "I": 1.827855555802671e-07, + "C": 9.425050739864105e-10, + "R": 2.1149953316479397e-11, + "M": 3.0915696669353565e-09, + "O": 6.089321824553906e-10, + "W": 6.4430674337478955e-12, + "N": 7.479301622481671e-10, + "Y": 7.085439506226976e-07, + "U": 7.252085217068771e-12, + "K": 6.751230685608789e-09, + "L": 2.319997492727932e-12, + "G": 2.23828511280999e-08, + "F": 9.768422387423925e-06, + "E": 5.727499683416681e-07, + "T": 1.2866188114912802e-07, + "P": 0.04112191125750542, + "-": 0.9588667154312134 + }, + "id": "tp_17732" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2216517, + "label": "-", + "classification": { + "B": 6.594428896278259e-07, + "S": 1.375401211589633e-06, + "I": 7.08327570464462e-05, + "C": 1.6857651417012676e-06, + "R": 1.951024160007364e-07, + "M": 1.4568484402843751e-05, + "O": 1.0290758837072644e-05, + "W": 1.1158731467730831e-06, + "N": 7.739359716651961e-06, + "Y": 9.458207205170766e-05, + "U": 2.592713030935556e-07, + "K": 5.8323785196989775e-06, + "L": 3.8262419366219547e-07, + "G": 1.953219179995358e-05, + "F": 0.0020876931957900524, + "E": 0.00035501629463396966, + "T": 9.913166286423802e-05, + "P": 0.3352297246456146, + "-": 0.6619993448257446 + }, + "id": "tp_17733" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2216650, + "label": "-", + "classification": { + "B": 2.0727190985780908e-07, + "S": 9.00157544947433e-07, + "I": 9.427265467820689e-05, + "C": 1.8910850485553965e-06, + "R": 1.8421754077735386e-07, + "M": 1.7235142877325416e-05, + "O": 5.183587290957803e-06, + "W": 3.8473550034723303e-07, + "N": 9.264285836252384e-06, + "Y": 0.0001431543641956523, + "U": 1.9192383149402303e-07, + "K": 7.153602382459212e-06, + "L": 2.7973368332823156e-07, + "G": 3.278503572801128e-05, + "F": 0.00328544108197093, + "E": 0.0002683171769604087, + "T": 0.0001736466510919854, + "P": 0.35420525074005127, + "-": 0.6417542099952698 + }, + "id": "tp_17734" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2216750, + "label": "-", + "classification": { + "B": 4.199326220089006e-09, + "S": 6.113163308896219e-10, + "I": 2.4352830223506317e-06, + "C": 2.086981538695909e-07, + "R": 3.089199651640229e-08, + "M": 1.0777005172712961e-06, + "O": 4.224169458666438e-07, + "W": 1.611876188079009e-09, + "N": 6.991555778768088e-09, + "Y": 6.33637228020234e-06, + "U": 4.408020060076012e-10, + "K": 6.570007038408932e-11, + "L": 2.2508574559765293e-08, + "G": 2.371878736084909e-06, + "F": 2.1172245396883227e-05, + "E": 1.5545469977951143e-07, + "T": 2.0549925466184504e-05, + "P": 0.04921037703752518, + "-": 0.9507347941398621 + }, + "id": "tp_17735" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2216884, + "label": "-", + "classification": { + "B": 1.5075020343147116e-08, + "S": 2.027888967859326e-08, + "I": 0.0002646932553034276, + "C": 1.4754718904441688e-05, + "R": 8.83855818756274e-07, + "M": 3.846220806735801e-06, + "O": 1.3745678870691336e-06, + "W": 1.2136820259911474e-07, + "N": 1.1796235412475653e-05, + "Y": 0.000193766230950132, + "U": 1.80273644900808e-07, + "K": 4.890135824098252e-05, + "L": 3.048567975838523e-08, + "G": 2.3686830900260247e-05, + "F": 0.0016918523469939828, + "E": 0.0005692372214980423, + "T": 3.700584056787193e-05, + "P": 0.23416444659233093, + "-": 0.762973427772522 + }, + "id": "tp_17736" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2217017, + "label": "P", + "classification": { + "B": 7.43801686908796e-10, + "S": 2.580101757243547e-11, + "I": 5.844793236065016e-07, + "C": 3.34322208805915e-10, + "R": 9.808271382583111e-12, + "M": 4.2576959735640685e-09, + "O": 1.2604968180340848e-09, + "W": 1.175545424891844e-11, + "N": 4.065590086810289e-09, + "Y": 3.998791342496588e-08, + "U": 3.4906493927983062e-12, + "K": 1.1459503051342024e-12, + "L": 4.1487941554452235e-11, + "G": 1.5318754265081225e-08, + "F": 2.8163535148451047e-07, + "E": 6.120114193208792e-08, + "T": 1.5038152412216732e-07, + "P": 0.9726800918579102, + "-": 0.027318798005580902 + }, + "id": "tp_17737" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2217150, + "label": "-", + "classification": { + "B": 3.969061168618282e-08, + "S": 7.671504675954566e-08, + "I": 5.132630121806869e-06, + "C": 1.632075452562276e-07, + "R": 2.3268952986654767e-08, + "M": 2.855257434930536e-06, + "O": 1.1735712632798823e-06, + "W": 1.5073659653808136e-07, + "N": 1.0387136626377469e-06, + "Y": 0.0003217232588212937, + "U": 2.9701674009174894e-08, + "K": 0.00015636600437574089, + "L": 1.5884852544445494e-08, + "G": 4.157520015724003e-05, + "F": 0.011804251931607723, + "E": 0.0008574358653277159, + "T": 4.238666588207707e-05, + "P": 0.11458893865346909, + "-": 0.8721766471862793 + }, + "id": "tp_17738" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2217251, + "label": "-", + "classification": { + "B": 2.85454319737255e-07, + "S": 2.420858180585128e-08, + "I": 1.7012484022416174e-05, + "C": 2.3416987460223027e-07, + "R": 2.6501805194811823e-08, + "M": 3.579183976398781e-05, + "O": 2.3489174054702744e-06, + "W": 7.048257977260164e-09, + "N": 8.166120579744529e-08, + "Y": 4.88590267195832e-05, + "U": 9.995295702225349e-10, + "K": 2.587241254570216e-10, + "L": 5.830931399941619e-07, + "G": 5.938920003245585e-05, + "F": 0.00045369722647592425, + "E": 2.7144758860231377e-05, + "T": 5.6718454288784415e-05, + "P": 0.09643852710723877, + "-": 0.9028592705726624 + }, + "id": "tp_17739" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2217384, + "label": "-", + "classification": { + "B": 1.820855577427949e-09, + "S": 3.997122188792446e-09, + "I": 1.5412853827001527e-05, + "C": 7.089790869940771e-07, + "R": 4.922759089254214e-08, + "M": 2.981190903028619e-07, + "O": 3.5084391925011005e-07, + "W": 1.544609951054099e-08, + "N": 5.92260050780169e-07, + "Y": 3.662083690869622e-05, + "U": 1.3234297213671198e-08, + "K": 1.771414417817141e-06, + "L": 3.829103700780934e-09, + "G": 4.602421995514305e-06, + "F": 0.000976382929366082, + "E": 1.9772500309045427e-05, + "T": 8.779074050835334e-06, + "P": 0.22063037753105164, + "-": 0.7783042192459106 + }, + "id": "tp_17740" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2217518, + "label": "-", + "classification": { + "B": 9.149242474748576e-10, + "S": 1.9740484247243728e-10, + "I": 1.3196507779866806e-06, + "C": 2.4777469320724776e-07, + "R": 4.618518900656454e-09, + "M": 1.3325343672931922e-07, + "O": 5.220748278134124e-08, + "W": 6.280025943716794e-10, + "N": 3.006435633778892e-08, + "Y": 2.773180131043773e-05, + "U": 1.2724944431496965e-09, + "K": 1.344315592177736e-07, + "L": 1.6431566107755202e-09, + "G": 1.0886039490287658e-05, + "F": 0.0010674446821212769, + "E": 1.1761403584387153e-05, + "T": 4.041571628476959e-06, + "P": 0.09661583602428436, + "-": 0.9022603631019592 + }, + "id": "tp_17741" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2217651, + "label": "-", + "classification": { + "B": 3.0660352035027927e-09, + "S": 2.1665607086163163e-09, + "I": 5.951412163085479e-07, + "C": 2.0449231641350707e-08, + "R": 6.739297453428605e-10, + "M": 3.7242418216010265e-07, + "O": 4.538470221859825e-08, + "W": 4.2667644417626605e-10, + "N": 1.797410753567874e-08, + "Y": 1.309224717260804e-05, + "U": 1.1508223540790397e-10, + "K": 1.0779935166738142e-08, + "L": 1.598460364071741e-09, + "G": 4.4772191358788405e-06, + "F": 0.002017852384597063, + "E": 1.1926152183150407e-05, + "T": 8.306865311169531e-06, + "P": 0.24245135486125946, + "-": 0.7554919719696045 + }, + "id": "tp_17742" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2217751, + "label": "P", + "classification": { + "B": 3.824245141004212e-06, + "S": 3.4351702993262734e-07, + "I": 0.0008380039944313467, + "C": 1.2650043572648428e-05, + "R": 2.2641227133135544e-06, + "M": 2.7044390662922524e-05, + "O": 1.1235772944928613e-05, + "W": 5.119218826621363e-07, + "N": 1.9769237042055465e-05, + "Y": 0.00014792665024288, + "U": 4.801545401278418e-07, + "K": 1.3987745717258804e-07, + "L": 2.693881469895132e-06, + "G": 8.024574344744906e-05, + "F": 0.0004768004873767495, + "E": 0.0001442610373487696, + "T": 0.0001790800306480378, + "P": 0.6108356714248657, + "-": 0.38721710443496704 + }, + "id": "tp_17743" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2217885, + "label": "-", + "classification": { + "B": 1.0765706548454546e-07, + "S": 2.077582550441548e-08, + "I": 4.7144494601525366e-05, + "C": 2.35583797802974e-06, + "R": 1.7682438624433416e-07, + "M": 1.7735275150698726e-06, + "O": 1.1938782336073928e-06, + "W": 5.33141353287192e-08, + "N": 8.844592684909003e-07, + "Y": 3.6412518966244534e-05, + "U": 4.2318543336250514e-08, + "K": 8.053073941027833e-08, + "L": 1.0019574148145693e-07, + "G": 5.729320491809631e-06, + "F": 0.00038433141889981925, + "E": 3.4868218790506944e-05, + "T": 2.7162672267877497e-05, + "P": 0.3782791495323181, + "-": 0.6211784482002258 + }, + "id": "tp_17744" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2218018, + "label": "-", + "classification": { + "B": 1.6558667994104326e-05, + "S": 4.590193384501617e-06, + "I": 0.0009407392935827374, + "C": 6.387836765497923e-05, + "R": 7.784426998114213e-06, + "M": 0.0001854248548625037, + "O": 6.181769276736304e-05, + "W": 1.0011036465584766e-05, + "N": 9.185615635942668e-05, + "Y": 0.0008718776516616344, + "U": 5.566771051235264e-06, + "K": 4.8645990318618715e-05, + "L": 7.636024747625925e-06, + "G": 0.00037048192461952567, + "F": 0.00758534949272871, + "E": 0.0016744034364819527, + "T": 0.0005746337119489908, + "P": 0.39819493889808655, + "-": 0.58928382396698 + }, + "id": "tp_17745" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2218151, + "label": "-", + "classification": { + "B": 9.555350288792397e-08, + "S": 1.1634067931254322e-07, + "I": 0.00015664946113247424, + "C": 2.710255557758501e-06, + "R": 7.889075845923799e-07, + "M": 2.787194898701273e-05, + "O": 4.760104275192134e-06, + "W": 1.7392170548191643e-07, + "N": 3.175131496391259e-06, + "Y": 0.0011162349255755544, + "U": 1.3599606063507963e-07, + "K": 1.699573999758286e-06, + "L": 4.1173174736286455e-07, + "G": 7.009011460468173e-05, + "F": 0.001293425913900137, + "E": 6.36085169389844e-05, + "T": 0.00067561847390607, + "P": 0.06808698177337646, + "-": 0.9284955263137817 + }, + "id": "tp_17746" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2218252, + "label": "-", + "classification": { + "B": 2.43593376580975e-07, + "S": 1.7443167621422617e-07, + "I": 0.00045612824033014476, + "C": 8.060337677306961e-06, + "R": 1.298498887081223e-06, + "M": 3.3985583286266774e-05, + "O": 7.710947102168575e-06, + "W": 4.349190021457616e-07, + "N": 1.911120671138633e-05, + "Y": 0.00033231047564186156, + "U": 4.3149944417564257e-07, + "K": 5.972735834802734e-06, + "L": 4.4467310544860084e-07, + "G": 5.6192224292317405e-05, + "F": 0.0008180073346011341, + "E": 0.0005404433468356729, + "T": 0.0003232574090361595, + "P": 0.4006314277648926, + "-": 0.5967643857002258 + }, + "id": "tp_17747" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2218385, + "label": "P", + "classification": { + "B": 4.166485823020594e-08, + "S": 3.3707138413774373e-08, + "I": 0.00023992519709281623, + "C": 1.9691658508236287e-06, + "R": 2.2931152443561587e-07, + "M": 4.289595835871296e-06, + "O": 7.89828447977925e-07, + "W": 5.1208981943773324e-08, + "N": 1.3778630091110244e-05, + "Y": 0.00013822992332279682, + "U": 5.026230098792439e-08, + "K": 1.597840127942618e-05, + "L": 1.675851812876772e-08, + "G": 2.855396451195702e-05, + "F": 0.0010016312589868903, + "E": 0.0009058128343895078, + "T": 5.183933535590768e-05, + "P": 0.7651128768920898, + "-": 0.2324838489294052 + }, + "id": "tp_17748" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2218519, + "label": "-", + "classification": { + "B": 3.58388624333017e-10, + "S": 8.086616376523637e-10, + "I": 6.955222033866448e-06, + "C": 2.3218287736881393e-08, + "R": 2.2208852534788548e-09, + "M": 5.994735374770244e-08, + "O": 4.7015266346761564e-08, + "W": 2.0879766804426936e-09, + "N": 2.230332540875679e-07, + "Y": 7.316477876884164e-06, + "U": 1.050209030850624e-09, + "K": 9.534821856505005e-07, + "L": 2.495826323389849e-10, + "G": 8.488132721140573e-07, + "F": 0.000548998883459717, + "E": 1.3428781130642164e-05, + "T": 2.5551205453666626e-06, + "P": 0.4792810380458832, + "-": 0.5201375484466553 + }, + "id": "tp_17749" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2218652, + "label": "P", + "classification": { + "B": 3.630262757070568e-11, + "S": 2.575062038601139e-11, + "I": 3.707216080783837e-07, + "C": 2.4571624734903708e-09, + "R": 6.434534155497218e-11, + "M": 2.1698656205160205e-09, + "O": 2.0906196773751162e-09, + "W": 7.394317103059933e-11, + "N": 7.577173555262107e-09, + "Y": 5.905573061681935e-07, + "U": 3.017151459228096e-11, + "K": 4.602375369699985e-09, + "L": 1.1697299379109793e-11, + "G": 1.2531421589301317e-07, + "F": 0.00026611934299580753, + "E": 3.9908250073494855e-06, + "T": 9.456804406227093e-08, + "P": 0.6203566789627075, + "-": 0.3793719708919525 + }, + "id": "tp_17750" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2218752, + "label": "-", + "classification": { + "B": 3.621562200351036e-06, + "S": 1.446934106752451e-06, + "I": 0.0002228503581136465, + "C": 5.04554009239655e-06, + "R": 7.181859018601244e-07, + "M": 8.941293344832957e-05, + "O": 2.505468910385389e-05, + "W": 5.826394726682338e-07, + "N": 1.0279227353748865e-05, + "Y": 0.0003046383790206164, + "U": 1.4261645731039607e-07, + "K": 8.30590280997967e-08, + "L": 1.970919811355998e-06, + "G": 7.890896813478321e-05, + "F": 0.00031045166542753577, + "E": 0.00018893351079896092, + "T": 0.00039487367030233145, + "P": 0.38197648525238037, + "-": 0.6163844466209412 + }, + "id": "tp_17751" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2218886, + "label": "P", + "classification": { + "B": 1.0159241448093326e-08, + "S": 8.766194020681795e-11, + "I": 1.4977067053223436e-07, + "C": 2.1192230262312428e-11, + "R": 8.133850580918645e-13, + "M": 1.0791063598247774e-09, + "O": 6.659502393979722e-10, + "W": 2.8673579136051508e-11, + "N": 3.7043748069010007e-09, + "Y": 8.876910317923148e-10, + "U": 1.4196717803074965e-12, + "K": 1.47190714477885e-11, + "L": 1.1622754841900118e-11, + "G": 2.273407062602928e-08, + "F": 1.9505509953887668e-06, + "E": 1.40465936055989e-05, + "T": 5.816062742525219e-09, + "P": 0.9937201738357544, + "-": 0.006263562012463808 + }, + "id": "tp_17752" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2219019, + "label": "P", + "classification": { + "B": 6.691600162866962e-08, + "S": 1.4164389483539708e-07, + "I": 7.832445407984778e-05, + "C": 1.5397876040879055e-06, + "R": 1.0593008425985317e-07, + "M": 2.64552090811776e-06, + "O": 1.87092757641949e-06, + "W": 1.3019449340845313e-07, + "N": 7.944192475406453e-06, + "Y": 4.087520210305229e-05, + "U": 6.850993372609082e-08, + "K": 2.7516148293216247e-06, + "L": 5.952155035515716e-08, + "G": 1.901359428302385e-05, + "F": 0.0020713796839118004, + "E": 0.00027252151630818844, + "T": 2.4899447453208268e-05, + "P": 0.7648491263389587, + "-": 0.2326265424489975 + }, + "id": "tp_17753" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2219152, + "label": "-", + "classification": { + "B": 1.8751177321973955e-07, + "S": 8.025811126799454e-08, + "I": 0.00018148450180888176, + "C": 7.012799414951587e-06, + "R": 4.1962906038861547e-07, + "M": 3.0271396099124104e-05, + "O": 5.857642463524826e-06, + "W": 2.0555837920710474e-07, + "N": 3.177754933858523e-06, + "Y": 0.00021637573081534356, + "U": 1.4163555306367925e-07, + "K": 2.1670271621587744e-07, + "L": 5.153951292413694e-07, + "G": 4.8154412070289254e-05, + "F": 0.00015184478252194822, + "E": 0.00017780563211999834, + "T": 0.00016760514699853957, + "P": 0.1530197560787201, + "-": 0.8459887504577637 + }, + "id": "tp_17754" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2219253, + "label": "-", + "classification": { + "B": 3.7438476797879705e-12, + "S": 8.288412491064268e-12, + "I": 2.2428626778037142e-07, + "C": 3.2261956994794616e-10, + "R": 2.9976372079021374e-11, + "M": 1.3408374410772694e-09, + "O": 2.545015531651984e-09, + "W": 1.596862572728064e-11, + "N": 1.4060916875280327e-09, + "Y": 3.0058535571697576e-07, + "U": 6.630331266660461e-12, + "K": 1.0928947330457461e-10, + "L": 1.3609695835581359e-11, + "G": 2.8432792120725026e-08, + "F": 1.7083755665225908e-05, + "E": 9.538359080352166e-08, + "T": 3.970429531818809e-07, + "P": 0.2298211306333542, + "-": 0.7701608538627625 + }, + "id": "tp_17755" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2219386, + "label": "P", + "classification": { + "B": 5.545751032877411e-13, + "S": 7.079908274226776e-12, + "I": 9.155305491503896e-08, + "C": 4.671754519694482e-13, + "R": 1.2973977395072753e-14, + "M": 5.481311585175952e-12, + "O": 3.5852706220529384e-11, + "W": 9.58331396010148e-13, + "N": 4.4314041325321796e-09, + "Y": 3.6322823221413e-11, + "U": 1.5295715879320472e-14, + "K": 4.447494456050194e-12, + "L": 1.7453601769152477e-14, + "G": 3.133666243160249e-11, + "F": 1.794410167121896e-07, + "E": 8.095246784023402e-08, + "T": 1.9111059956777865e-10, + "P": 0.9983565211296082, + "-": 0.0016430951654911041 + }, + "id": "tp_17756" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2219520, + "label": "-", + "classification": { + "B": 2.5660071401034656e-07, + "S": 7.991334882717638e-08, + "I": 6.433072485378943e-06, + "C": 2.5944277126654924e-07, + "R": 1.9260768979734166e-08, + "M": 1.168812650576001e-05, + "O": 2.3128645807446446e-06, + "W": 2.8532811668924296e-08, + "N": 1.0270642292198318e-07, + "Y": 8.977366815088317e-05, + "U": 4.6389159180648676e-09, + "K": 4.559954192018267e-09, + "L": 3.902668765931594e-07, + "G": 3.726833892869763e-05, + "F": 0.0005740229971706867, + "E": 1.2751388567266986e-05, + "T": 0.00013071038119960576, + "P": 0.08719808608293533, + "-": 0.9119358658790588 + }, + "id": "tp_17757" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2219653, + "label": "-", + "classification": { + "B": 4.99787849994604e-11, + "S": 5.381391946640557e-13, + "I": 1.7190036061265346e-08, + "C": 3.825426433956558e-11, + "R": 2.367476223744114e-12, + "M": 1.763019619183126e-09, + "O": 1.3224722428262226e-09, + "W": 1.6930015332358717e-12, + "N": 3.1415287038427664e-11, + "Y": 5.942839820249901e-08, + "U": 1.6947711680218025e-13, + "K": 1.995169573174374e-13, + "L": 1.0963710841971341e-11, + "G": 2.404607357675559e-08, + "F": 8.651997518427379e-07, + "E": 1.0741810108072514e-08, + "T": 1.732752679117766e-07, + "P": 0.11759880930185318, + "-": 0.8823999762535095 + }, + "id": "tp_17758" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2219753, + "label": "P", + "classification": { + "B": 1.081078260765922e-12, + "S": 4.588062243494895e-13, + "I": 1.162595708592562e-07, + "C": 1.1100290131516033e-10, + "R": 3.106647697339454e-13, + "M": 6.235996163894697e-10, + "O": 4.903854058935231e-11, + "W": 2.30543476019765e-13, + "N": 9.544737222810795e-10, + "Y": 1.0184048448991234e-07, + "U": 4.4474878424169417e-13, + "K": 8.212566737775262e-11, + "L": 2.8751802913333513e-13, + "G": 7.161236048602859e-09, + "F": 1.2839611372328363e-05, + "E": 8.816943477540917e-07, + "T": 2.458982883979388e-08, + "P": 0.7924047112464905, + "-": 0.20758134126663208 + }, + "id": "tp_17759" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2219887, + "label": "P", + "classification": { + "B": 1.2969196383494364e-08, + "S": 7.617481756483357e-09, + "I": 2.0121501620451454e-06, + "C": 1.213723077597706e-08, + "R": 6.153074716408469e-10, + "M": 2.9321583383534744e-07, + "O": 1.7141763919426012e-07, + "W": 5.286629800593801e-09, + "N": 1.6070548269908613e-07, + "Y": 1.1626055993474438e-06, + "U": 4.4404224741612097e-10, + "K": 1.8564410453336677e-08, + "L": 1.2989143094443989e-09, + "G": 4.636139294689201e-07, + "F": 0.00015700454241596162, + "E": 1.3666541235579643e-05, + "T": 2.7009461973648285e-06, + "P": 0.6364815831184387, + "-": 0.36334067583084106 + }, + "id": "tp_17760" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2220020, + "label": "P", + "classification": { + "B": 4.709726297846828e-08, + "S": 5.787993018202542e-08, + "I": 0.0001857766619650647, + "C": 2.8054432732460555e-06, + "R": 1.4863739750126115e-07, + "M": 2.001293978537433e-06, + "O": 5.452523055282654e-07, + "W": 6.755822568038639e-08, + "N": 6.138852313597454e-06, + "Y": 3.849500717478804e-05, + "U": 1.1720948833726652e-07, + "K": 4.841149916501308e-07, + "L": 8.403476670082455e-08, + "G": 6.336100796033861e-06, + "F": 0.0005587913910858333, + "E": 0.00019348801288288087, + "T": 2.715698974498082e-05, + "P": 0.8130553960800171, + "-": 0.18592201173305511 + }, + "id": "tp_17761" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2220153, + "label": "P", + "classification": { + "B": 1.683893202653053e-08, + "S": 9.513660081950093e-09, + "I": 7.667623867746443e-05, + "C": 7.259857852659479e-07, + "R": 6.34539034649606e-08, + "M": 4.895537131233141e-07, + "O": 2.518540895835031e-07, + "W": 3.001096970933759e-08, + "N": 1.3963680203232798e-06, + "Y": 4.730977525468916e-05, + "U": 2.0596182537246932e-08, + "K": 2.1411587169950508e-07, + "L": 1.4557378413826427e-08, + "G": 3.9716996980132535e-06, + "F": 0.0005554684321396053, + "E": 5.898582094232552e-05, + "T": 7.5183329499850515e-06, + "P": 0.7348056435585022, + "-": 0.26444125175476074 + }, + "id": "tp_17762" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2220254, + "label": "-", + "classification": { + "B": 4.1199655242962763e-07, + "S": 5.726631684410677e-07, + "I": 1.793240699043963e-05, + "C": 1.6110061551444232e-07, + "R": 1.4134148074163022e-08, + "M": 6.700357971567428e-06, + "O": 7.0521623456443194e-06, + "W": 1.8742919394298951e-07, + "N": 1.313219058829418e-06, + "Y": 8.467034604109358e-06, + "U": 1.3831401801667198e-08, + "K": 1.2848269115295352e-08, + "L": 3.353199815592234e-07, + "G": 6.846854830655502e-06, + "F": 0.00028140051290392876, + "E": 2.904422399296891e-05, + "T": 6.246406701393425e-05, + "P": 0.38039159774780273, + "-": 0.6191854476928711 + }, + "id": "tp_17763" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2220387, + "label": "-", + "classification": { + "B": 2.6788413709510905e-09, + "S": 5.783742818010751e-09, + "I": 4.610749601852149e-05, + "C": 3.475767243799055e-06, + "R": 4.157218143063801e-07, + "M": 6.4918422140181065e-06, + "O": 1.0715529015214997e-06, + "W": 1.5966927335853143e-08, + "N": 4.068638190801721e-07, + "Y": 0.0001694777893135324, + "U": 1.9271256590513985e-08, + "K": 6.29025507237202e-08, + "L": 6.402853358622451e-08, + "G": 1.720605905575212e-05, + "F": 0.00017141389253083616, + "E": 8.739636541577056e-06, + "T": 0.00012092687393305823, + "P": 0.04199405014514923, + "-": 0.9574601650238037 + }, + "id": "tp_17764" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2220521, + "label": "-", + "classification": { + "B": 1.9997446407127306e-11, + "S": 4.5112757279808235e-11, + "I": 6.228595452739683e-07, + "C": 1.6189376506048347e-09, + "R": 1.4304163409306625e-10, + "M": 7.667416146439621e-10, + "O": 3.206410692513373e-09, + "W": 6.583903561230287e-11, + "N": 1.6692622395453327e-08, + "Y": 3.926123781639035e-07, + "U": 4.4882826621961414e-11, + "K": 1.8490691644501567e-08, + "L": 9.85779340101356e-12, + "G": 6.531917762231387e-08, + "F": 6.361415580613539e-05, + "E": 5.472989528243488e-07, + "T": 3.7314856626835535e-07, + "P": 0.3988845944404602, + "-": 0.6010497212409973 + }, + "id": "tp_17765" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2220654, + "label": "P", + "classification": { + "B": 5.888645127072323e-09, + "S": 2.4285995436912344e-08, + "I": 0.00011185049515916035, + "C": 1.876795323596525e-07, + "R": 1.2563988072145094e-08, + "M": 2.7633302579488372e-06, + "O": 1.7647884931193403e-07, + "W": 8.981645649441816e-09, + "N": 2.768809281405993e-06, + "Y": 5.028067243983969e-05, + "U": 3.1122020516249904e-09, + "K": 1.405961853606641e-07, + "L": 4.8462975854590695e-09, + "G": 1.4002662283019163e-06, + "F": 0.00012815103400498629, + "E": 9.598838369129226e-05, + "T": 3.4419095754856244e-05, + "P": 0.8132929801940918, + "-": 0.18627871572971344 + }, + "id": "tp_17766" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2220754, + "label": "P", + "classification": { + "B": 1.9741812351536936e-12, + "S": 6.6943065674118785e-12, + "I": 7.376970643235836e-07, + "C": 1.024183626796571e-09, + "R": 1.813585566445841e-11, + "M": 1.3473453464030172e-09, + "O": 5.691976889821149e-10, + "W": 1.0154159631181603e-11, + "N": 3.2123117499338605e-09, + "Y": 4.7476540032675985e-08, + "U": 3.067637506862231e-12, + "K": 4.83797446548806e-10, + "L": 3.942750206181733e-12, + "G": 1.5343097459208366e-08, + "F": 4.675598393077962e-05, + "E": 4.776298965225578e-07, + "T": 4.787053953236864e-08, + "P": 0.5232029557228088, + "-": 0.4767489433288574 + }, + "id": "tp_17767" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2220888, + "label": "-", + "classification": { + "B": 3.4784938059313764e-13, + "S": 8.03373426810916e-12, + "I": 6.132267582614759e-09, + "C": 9.26001289536238e-11, + "R": 1.341517695541139e-11, + "M": 1.7135559637893039e-09, + "O": 1.0896304969421067e-09, + "W": 6.424235275692691e-12, + "N": 8.252536848329939e-11, + "Y": 1.276902480640274e-06, + "U": 9.009302093417049e-13, + "K": 5.349747866922883e-10, + "L": 2.3544896501220824e-12, + "G": 6.641308392119072e-09, + "F": 8.106893801596016e-05, + "E": 5.353823606668584e-09, + "T": 4.133758295665757e-07, + "P": 0.012487764470279217, + "-": 0.9874293208122253 + }, + "id": "tp_17768" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2221021, + "label": "-", + "classification": { + "B": 5.0995193845437825e-08, + "S": 1.585015141358781e-08, + "I": 1.594172317709308e-05, + "C": 9.03635140048209e-08, + "R": 1.658637316381828e-08, + "M": 2.7536486868484644e-06, + "O": 3.2447971420879185e-07, + "W": 5.822620163797865e-09, + "N": 8.061939382741912e-08, + "Y": 0.00012762875121552497, + "U": 1.8880184082803453e-09, + "K": 1.91943829719321e-08, + "L": 4.523588970073433e-08, + "G": 1.60355593834538e-05, + "F": 0.0008501826669089496, + "E": 2.041964398813434e-05, + "T": 3.812782233580947e-05, + "P": 0.08447758108377457, + "-": 0.9144506454467773 + }, + "id": "tp_17769" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2221154, + "label": "P", + "classification": { + "B": 3.1093405628013215e-09, + "S": 1.3872955006988263e-09, + "I": 8.650990639580414e-05, + "C": 1.0840706998749283e-08, + "R": 2.14481890581375e-10, + "M": 5.333741910362733e-07, + "O": 1.2686332873101946e-08, + "W": 3.4064576159842375e-10, + "N": 6.034850343894504e-07, + "Y": 2.5120211830653716e-06, + "U": 4.2877805472851804e-11, + "K": 6.945741759523116e-10, + "L": 2.823347111657881e-10, + "G": 2.6007899123214884e-07, + "F": 4.095561962458305e-06, + "E": 1.977401552721858e-05, + "T": 6.257505901885452e-06, + "P": 0.9449233412742615, + "-": 0.054956045001745224 + }, + "id": "tp_17770" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2221255, + "label": "-", + "classification": { + "B": 1.983475189648587e-11, + "S": 8.464987044654038e-11, + "I": 1.356514167127898e-05, + "C": 9.176900306329117e-08, + "R": 4.095575434348575e-09, + "M": 3.489342148554897e-08, + "O": 7.489892261958175e-09, + "W": 1.9648675742001132e-10, + "N": 1.8108418942119897e-07, + "Y": 1.4097297935222741e-05, + "U": 4.300646228028171e-10, + "K": 4.572894169996289e-07, + "L": 6.225863574682577e-11, + "G": 1.0261692295898683e-06, + "F": 0.0001438072504242882, + "E": 1.9270522898295894e-05, + "T": 1.6990962876661797e-06, + "P": 0.315261572599411, + "-": 0.6845442652702332 + }, + "id": "tp_17771" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2221388, + "label": "P", + "classification": { + "B": 6.686772024977472e-09, + "S": 1.894848944417049e-09, + "I": 2.700994627957698e-05, + "C": 4.2919467091451224e-07, + "R": 8.743530344190731e-09, + "M": 2.8039195854034915e-07, + "O": 1.383895806839064e-07, + "W": 2.5292801186793668e-09, + "N": 3.5794886343865073e-07, + "Y": 4.8912165766523685e-06, + "U": 5.036582706452464e-09, + "K": 2.7800437507607967e-09, + "L": 1.2787786829449033e-08, + "G": 1.7034008124028333e-06, + "F": 7.597098010592163e-05, + "E": 4.158146566624055e-06, + "T": 9.96517701423727e-06, + "P": 0.6114689707756042, + "-": 0.3884061574935913 + }, + "id": "tp_17772" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2221522, + "label": "-", + "classification": { + "B": 1.0212882983751115e-08, + "S": 3.247962121477599e-09, + "I": 7.298777404685097e-07, + "C": 1.1523681564540311e-08, + "R": 5.592908913776284e-10, + "M": 1.6470691832637385e-07, + "O": 7.290279313565406e-08, + "W": 2.1534687366653316e-09, + "N": 2.734214454847006e-08, + "Y": 1.8079434767059865e-06, + "U": 9.029294673057464e-11, + "K": 2.185005243404703e-08, + "L": 7.363584186848016e-10, + "G": 8.093646783891018e-07, + "F": 0.000304221612168476, + "E": 9.2473655968206e-06, + "T": 1.3548038850785815e-06, + "P": 0.31271180510520935, + "-": 0.6869697570800781 + }, + "id": "tp_17773" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2221655, + "label": "P", + "classification": { + "B": 1.0018347893492319e-05, + "S": 4.022722350782715e-06, + "I": 0.0012469070497900248, + "C": 1.1343455298629124e-05, + "R": 2.5353165256092325e-06, + "M": 0.0001473328738939017, + "O": 6.677691999357194e-05, + "W": 3.6219332741893595e-06, + "N": 6.478688010247424e-05, + "Y": 0.0002837846986949444, + "U": 1.2878965662821429e-06, + "K": 3.779745156862191e-07, + "L": 7.732355697953608e-06, + "G": 9.347122249891981e-05, + "F": 0.0003639639471657574, + "E": 0.0003330339095555246, + "T": 0.0009057092247530818, + "P": 0.6207494139671326, + "-": 0.3757038712501526 + }, + "id": "tp_17774" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2221755, + "label": "-", + "classification": { + "B": 1.9387037114571015e-11, + "S": 1.5601502728612715e-11, + "I": 3.040306921775482e-07, + "C": 1.9750401314411192e-09, + "R": 5.2614562012776034e-11, + "M": 3.430910666679665e-08, + "O": 1.5832885003064234e-09, + "W": 2.170644740340233e-11, + "N": 3.0932014727369506e-09, + "Y": 1.5353673461504513e-06, + "U": 3.813286145182282e-11, + "K": 1.578534103430229e-08, + "L": 1.9681900206847125e-11, + "G": 7.529214229862191e-08, + "F": 0.00011110592458862811, + "E": 3.224557985959109e-06, + "T": 1.038672394315654e-06, + "P": 0.19585439562797546, + "-": 0.8040282726287842 + }, + "id": "tp_17775" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2221889, + "label": "P", + "classification": { + "B": 1.0633393685566261e-06, + "S": 5.051253992860438e-07, + "I": 0.0001561687677167356, + "C": 1.5096670722414274e-05, + "R": 6.286147709033685e-07, + "M": 0.00010174050839850679, + "O": 7.20831667422317e-06, + "W": 2.3929621306706395e-07, + "N": 9.38761149882339e-06, + "Y": 0.0002851915778592229, + "U": 2.5614406240492826e-07, + "K": 6.008806963109237e-07, + "L": 1.5670673292333959e-06, + "G": 0.00018787260341923684, + "F": 0.0026281862519681454, + "E": 0.0005372634623199701, + "T": 0.0002303614601260051, + "P": 0.55548495054245, + "-": 0.4403516948223114 + }, + "id": "tp_17776" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2222022, + "label": "P", + "classification": { + "B": 3.453532761415329e-13, + "S": 7.804294591216149e-14, + "I": 1.3604278592538321e-07, + "C": 3.819852073538854e-11, + "R": 7.689550493746033e-13, + "M": 6.337091962294039e-11, + "O": 1.895050782962926e-11, + "W": 2.0573270192482396e-13, + "N": 4.939035846973638e-10, + "Y": 3.342349330637262e-08, + "U": 3.2026762969081246e-13, + "K": 3.925749655908639e-11, + "L": 6.61221023681019e-14, + "G": 3.2139915173701183e-09, + "F": 1.8598612996356678e-06, + "E": 2.5220245447599154e-07, + "T": 5.767947452994804e-09, + "P": 0.948447048664093, + "-": 0.05155075341463089 + }, + "id": "tp_17777" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2222155, + "label": "P", + "classification": { + "B": 4.5048342833808874e-09, + "S": 1.1869488725224642e-09, + "I": 1.2141757906647399e-05, + "C": 2.3030813167679298e-07, + "R": 5.218875998025396e-09, + "M": 3.720813595009531e-07, + "O": 1.3526597797408613e-07, + "W": 1.3309890967150295e-09, + "N": 1.9475051260542386e-07, + "Y": 4.08205232815817e-06, + "U": 9.711831339132004e-10, + "K": 5.5482214378344e-09, + "L": 3.9218037706234554e-09, + "G": 2.070064965664642e-06, + "F": 0.0004129658918827772, + "E": 2.5692461349535733e-05, + "T": 2.2990379875409417e-06, + "P": 0.5076305866241455, + "-": 0.4919092059135437 + }, + "id": "tp_17778" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2222256, + "label": "-", + "classification": { + "B": 1.7892463066715436e-09, + "S": 3.114015434402262e-10, + "I": 5.751808771492506e-07, + "C": 1.5472744863131993e-08, + "R": 7.819113689855328e-10, + "M": 1.762274592920221e-07, + "O": 3.2074066069753826e-08, + "W": 3.169920992363018e-10, + "N": 7.226951037608842e-09, + "Y": 4.0503682612325065e-06, + "U": 1.176643088518503e-10, + "K": 1.712359143368758e-09, + "L": 1.9914243587493274e-09, + "G": 1.7059868469004869e-06, + "F": 0.000808483047876507, + "E": 5.909374976909021e-06, + "T": 1.7593771417523385e-06, + "P": 0.2054608166217804, + "-": 0.7937164306640625 + }, + "id": "tp_17779" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2222389, + "label": "-", + "classification": { + "B": 4.093155536732951e-10, + "S": 1.0169214775812563e-10, + "I": 3.8582905403927725e-07, + "C": 3.036715545690072e-09, + "R": 1.5120849017336013e-10, + "M": 9.24918239775252e-08, + "O": 3.08440313290248e-08, + "W": 1.2278469907478495e-10, + "N": 2.89690804677889e-09, + "Y": 8.068315082709887e-07, + "U": 4.364433467407558e-11, + "K": 1.6003113764706534e-11, + "L": 1.0441916220571557e-09, + "G": 1.7005361030442145e-07, + "F": 5.111138762003975e-06, + "E": 4.7233555733328103e-07, + "T": 4.894812263955828e-06, + "P": 0.18140429258346558, + "-": 0.8185836672782898 + }, + "id": "tp_17780" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2222523, + "label": "-", + "classification": { + "B": 1.860073293308284e-12, + "S": 1.3056133865013697e-12, + "I": 6.0679048452527695e-09, + "C": 9.716764892697682e-11, + "R": 1.2105205076176628e-12, + "M": 7.610185814854731e-10, + "O": 3.208776300223093e-10, + "W": 7.099580255284788e-13, + "N": 5.918569107032923e-11, + "Y": 3.608829146628523e-08, + "U": 4.507415016859369e-14, + "K": 3.835874326507671e-12, + "L": 8.390374441231974e-13, + "G": 1.3423542277735123e-08, + "F": 2.886357469833456e-05, + "E": 4.8205698988113e-08, + "T": 2.130803977706819e-08, + "P": 0.19961361587047577, + "-": 0.8003573417663574 + }, + "id": "tp_17781" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2222656, + "label": "-", + "classification": { + "B": 9.76970674498867e-13, + "S": 4.721783727901219e-12, + "I": 2.575782609426369e-08, + "C": 2.4435125797750423e-11, + "R": 5.681981577951301e-13, + "M": 8.915323479463666e-10, + "O": 3.8637620880521695e-10, + "W": 1.5018302356936686e-12, + "N": 4.810529197207813e-10, + "Y": 6.470170887951099e-08, + "U": 3.2356308929913646e-13, + "K": 2.5447322027360997e-10, + "L": 7.964484106948166e-13, + "G": 1.3676799248685256e-08, + "F": 4.5556327677331865e-05, + "E": 4.420850814312871e-07, + "T": 7.56630100795519e-08, + "P": 0.17631027102470398, + "-": 0.8236435651779175 + }, + "id": "tp_17782" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2222756, + "label": "P", + "classification": { + "B": 4.244721241164484e-10, + "S": 6.902509380041222e-12, + "I": 1.2859413800470065e-06, + "C": 5.943583847312084e-09, + "R": 2.8929914019926173e-11, + "M": 2.8812827679303155e-08, + "O": 3.9985388333718674e-09, + "W": 1.210633589904253e-11, + "N": 7.34794669554617e-09, + "Y": 2.4090979877655627e-07, + "U": 1.338542124362796e-11, + "K": 3.5584261232068926e-11, + "L": 9.531819777919281e-11, + "G": 2.0103732367715565e-07, + "F": 7.384361197182443e-06, + "E": 5.034006790083367e-06, + "T": 2.637723639509204e-07, + "P": 0.5933255553245544, + "-": 0.4066600501537323 + }, + "id": "tp_17783" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2222890, + "label": "-", + "classification": { + "B": 7.278183264403104e-12, + "S": 1.2588710727057945e-13, + "I": 6.2640886921983e-10, + "C": 1.2503647206160706e-12, + "R": 1.5331289569039258e-14, + "M": 4.199225966949882e-10, + "O": 1.780613018143029e-10, + "W": 9.489652309400617e-14, + "N": 1.6508089383318603e-12, + "Y": 3.4270617454978947e-09, + "U": 2.819047832964953e-15, + "K": 8.631757858663675e-15, + "L": 5.807663920089079e-13, + "G": 1.1811213118662067e-09, + "F": 1.0010353435063735e-06, + "E": 3.688655603184543e-09, + "T": 9.593483341063802e-09, + "P": 0.09695057570934296, + "-": 0.9030485153198242 + }, + "id": "tp_17784" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2223023, + "label": "-", + "classification": { + "B": 1.8970827397879475e-07, + "S": 1.204412285460421e-07, + "I": 1.2687411071965471e-05, + "C": 5.6826362282436094e-08, + "R": 9.619840035668403e-09, + "M": 1.1199916798432241e-06, + "O": 1.2029962590531795e-06, + "W": 9.089767871728327e-08, + "N": 5.851523496858135e-07, + "Y": 2.0204204702167772e-05, + "U": 1.0998739696788107e-08, + "K": 3.276618087966199e-07, + "L": 2.8083587011451527e-08, + "G": 4.1082853385887574e-06, + "F": 0.0008007148280739784, + "E": 5.883424819330685e-05, + "T": 1.1561189239728265e-05, + "P": 0.3403007388114929, + "-": 0.6587873697280884 + }, + "id": "tp_17785" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2223156, + "label": "-", + "classification": { + "B": 1.0130268890407024e-07, + "S": 9.03269636864934e-09, + "I": 1.3448254321701825e-05, + "C": 4.5780325308442116e-07, + "R": 3.0434602393825116e-08, + "M": 8.895995961211156e-06, + "O": 9.173795092465298e-07, + "W": 1.5240036788100042e-08, + "N": 1.3340583393528505e-07, + "Y": 5.486471491167322e-05, + "U": 6.692663312435343e-09, + "K": 4.642178863534241e-10, + "L": 3.1761527452545124e-07, + "G": 9.167869393422734e-06, + "F": 0.00013603593106381595, + "E": 1.5349412933574058e-05, + "T": 6.852487422293052e-05, + "P": 0.25178247690200806, + "-": 0.7479091882705688 + }, + "id": "tp_17786" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2223257, + "label": "P", + "classification": { + "B": 2.3181559072327218e-07, + "S": 4.899758891951933e-07, + "I": 2.3637037884327583e-05, + "C": 3.4506180668358866e-07, + "R": 2.193778136927449e-08, + "M": 3.3277617603744147e-06, + "O": 1.1453263368821354e-06, + "W": 1.507565485781015e-07, + "N": 1.6370063349313568e-06, + "Y": 1.2695325494860299e-05, + "U": 2.5003608072893257e-08, + "K": 1.7412328645605157e-07, + "L": 6.44533955096449e-08, + "G": 3.467459919193061e-06, + "F": 0.00019484161748550832, + "E": 2.793617568386253e-05, + "T": 3.717114304890856e-05, + "P": 0.7868996858596802, + "-": 0.21279293298721313 + }, + "id": "tp_17787" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2223390, + "label": "-", + "classification": { + "B": 5.830920417793095e-05, + "S": 0.0003051980456802994, + "I": 5.2716572099598125e-05, + "C": 3.5611335533758393e-06, + "R": 1.8586607666293276e-06, + "M": 0.00018044521857518703, + "O": 0.0003450149088166654, + "W": 2.8720303816953674e-05, + "N": 1.3139874681655783e-05, + "Y": 0.00029695595731027424, + "U": 3.7486674386855157e-07, + "K": 5.113401584821986e-06, + "L": 2.058862264675554e-05, + "G": 0.00023912447795737535, + "F": 0.024333253502845764, + "E": 0.00013296848919708282, + "T": 0.00048768881242722273, + "P": 0.08586154133081436, + "-": 0.8876334428787231 + }, + "id": "tp_17788" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2223524, + "label": "P", + "classification": { + "B": 1.4396998870847e-10, + "S": 5.901972660593557e-11, + "I": 3.7181928291829536e-06, + "C": 1.832363416554017e-08, + "R": 3.8536379642906127e-10, + "M": 7.066802698574293e-09, + "O": 3.920093583076323e-09, + "W": 1.0956796581140793e-10, + "N": 3.605958198704684e-08, + "Y": 4.3629540869005723e-07, + "U": 3.866984857325839e-11, + "K": 5.984441830975129e-10, + "L": 3.524531361209782e-11, + "G": 1.9435061915373808e-07, + "F": 4.105000334675424e-05, + "E": 3.7219606383587234e-06, + "T": 6.87975969526633e-08, + "P": 0.9158076047897339, + "-": 0.08414320647716522 + }, + "id": "tp_17789" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2223657, + "label": "P", + "classification": { + "B": 1.4926902167644585e-06, + "S": 2.7046596073887486e-07, + "I": 4.7398865717696026e-05, + "C": 5.610185098703369e-07, + "R": 2.9358313113903023e-08, + "M": 9.725508789415471e-06, + "O": 3.002622179337777e-06, + "W": 6.841209199137666e-08, + "N": 2.908801207013312e-06, + "Y": 6.4513160396018066e-06, + "U": 1.2469324239816615e-08, + "K": 7.592396933375767e-09, + "L": 2.7100148258796253e-07, + "G": 1.5216324754874222e-05, + "F": 0.00016602785035502166, + "E": 4.5689848775509745e-05, + "T": 3.230651418562047e-05, + "P": 0.8377676010131836, + "-": 0.16190096735954285 + }, + "id": "tp_17790" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2223757, + "label": "P", + "classification": { + "B": 3.780661927521578e-06, + "S": 1.9642436654976336e-06, + "I": 0.000665427593048662, + "C": 2.3882739697000943e-05, + "R": 2.9691400413867086e-06, + "M": 3.482592001091689e-05, + "O": 1.4292842024588026e-05, + "W": 2.789259724522708e-06, + "N": 5.874719863641076e-05, + "Y": 0.0003685530973598361, + "U": 3.7895927107456373e-06, + "K": 6.432346708606929e-05, + "L": 1.5165172726483434e-06, + "G": 0.00010938347259070724, + "F": 0.002610164927318692, + "E": 0.002295493381097913, + "T": 0.0002420917444396764, + "P": 0.5875571966171265, + "-": 0.40593886375427246 + }, + "id": "tp_17791" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2223891, + "label": "-", + "classification": { + "B": 6.365362403837338e-11, + "S": 1.0708002193271504e-11, + "I": 3.6765190003507087e-08, + "C": 1.0848234532900847e-09, + "R": 2.240187722823972e-11, + "M": 5.156681748275105e-09, + "O": 3.059793307613745e-09, + "W": 1.802783269888586e-11, + "N": 3.966762751606012e-10, + "Y": 2.4728726089051634e-07, + "U": 1.9404772927389402e-12, + "K": 4.1694377117540427e-11, + "L": 1.1695167403957818e-11, + "G": 4.36057305819304e-08, + "F": 2.8295631636865437e-05, + "E": 9.727152416871832e-08, + "T": 1.3285516331507097e-07, + "P": 0.20540311932563782, + "-": 0.7945680618286133 + }, + "id": "tp_17792" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2224024, + "label": "-", + "classification": { + "B": 1.5248298268488725e-07, + "S": 7.934906420814514e-08, + "I": 8.443519618595019e-05, + "C": 5.762151886301581e-06, + "R": 1.0236915386485634e-06, + "M": 1.211655035149306e-05, + "O": 5.1241622713860124e-06, + "W": 2.1909710312684183e-07, + "N": 2.776240989987855e-06, + "Y": 0.00043025866034440696, + "U": 2.600307027478266e-07, + "K": 6.539412424899638e-06, + "L": 2.5200634468092176e-07, + "G": 6.743551784893498e-05, + "F": 0.0013887601671740413, + "E": 0.0002031143376370892, + "T": 0.00013809936353936791, + "P": 0.08851607888936996, + "-": 0.9091376066207886 + }, + "id": "tp_17793" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2224157, + "label": "-", + "classification": { + "B": 1.5006376141712963e-09, + "S": 8.804496021141972e-10, + "I": 1.3242147360870149e-05, + "C": 1.3431119327833585e-07, + "R": 4.8721009449081976e-09, + "M": 4.796223720404669e-07, + "O": 1.3396848430602404e-07, + "W": 1.2855111419796117e-09, + "N": 1.3871657245090319e-07, + "Y": 4.5920714910607785e-06, + "U": 1.2155523254619993e-09, + "K": 6.801917251664236e-09, + "L": 3.53007378883774e-09, + "G": 1.4231313798518386e-06, + "F": 5.30161960341502e-05, + "E": 5.218511887505883e-06, + "T": 1.0881261914619245e-05, + "P": 0.30529046058654785, + "-": 0.6946202516555786 + }, + "id": "tp_17794" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2224258, + "label": "P", + "classification": { + "B": 8.272763272760674e-15, + "S": 1.1685753784713895e-14, + "I": 2.3537007898255524e-09, + "C": 1.3099623382556436e-12, + "R": 1.4888774146405194e-14, + "M": 5.749105184971182e-12, + "O": 1.9561539887913426e-12, + "W": 1.3119938959576562e-14, + "N": 3.253152087989708e-12, + "Y": 4.854656676656077e-09, + "U": 7.244731243139391e-15, + "K": 7.293959273374506e-13, + "L": 8.963059549389144e-15, + "G": 1.9956282459876462e-10, + "F": 2.0742861579492455e-06, + "E": 5.047061879537296e-09, + "T": 2.1313493192565147e-09, + "P": 0.5131542086601257, + "-": 0.48684367537498474 + }, + "id": "tp_17795" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2224391, + "label": "-", + "classification": { + "B": 2.9962435310615376e-11, + "S": 2.0519542662245094e-11, + "I": 3.31505646045116e-07, + "C": 6.680201947162345e-10, + "R": 3.611361903965715e-11, + "M": 1.731679155625443e-08, + "O": 2.999174020246187e-09, + "W": 4.1580874160507264e-11, + "N": 4.358207572607853e-09, + "Y": 7.066592502269486e-07, + "U": 1.1918506112595928e-11, + "K": 1.7806804919473507e-09, + "L": 3.5203045339882166e-11, + "G": 8.276899166048679e-08, + "F": 0.00011746789823519066, + "E": 1.203562533191871e-06, + "T": 6.888197390253481e-07, + "P": 0.4990815222263336, + "-": 0.5007979273796082 + }, + "id": "tp_17796" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2224525, + "label": "P", + "classification": { + "B": 6.342691261096434e-09, + "S": 1.4083468835579538e-09, + "I": 3.471710442681797e-06, + "C": 4.996274327595529e-08, + "R": 1.1717837811175968e-09, + "M": 2.1367006297623448e-07, + "O": 5.069526665124613e-08, + "W": 7.059267059794649e-10, + "N": 1.008418877290751e-07, + "Y": 7.735647500339837e-07, + "U": 4.986120960559504e-10, + "K": 9.737914918872548e-10, + "L": 2.410598387569962e-09, + "G": 1.639305423850601e-06, + "F": 3.2700580050004646e-05, + "E": 6.112002665759064e-06, + "T": 2.0908191800117493e-06, + "P": 0.9018757343292236, + "-": 0.09807705879211426 + }, + "id": "tp_17797" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2224658, + "label": "-", + "classification": { + "B": 1.322061356874224e-13, + "S": 5.730318156831407e-14, + "I": 3.493029510082124e-08, + "C": 6.376116995499004e-11, + "R": 8.398585646385293e-13, + "M": 1.9160923958594367e-09, + "O": 1.4078015142526823e-10, + "W": 1.7119484540910335e-13, + "N": 5.517827514345264e-11, + "Y": 5.139050429647796e-08, + "U": 5.808911972314881e-14, + "K": 7.230470020457014e-13, + "L": 1.0456496779553959e-12, + "G": 5.217228871146062e-09, + "F": 5.524971129489131e-06, + "E": 3.625628508530099e-08, + "T": 6.677091590745476e-08, + "P": 0.16675379872322083, + "-": 0.8332404494285583 + }, + "id": "tp_17798" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2224758, + "label": "-", + "classification": { + "B": 4.919076951326318e-11, + "S": 3.1492360802465313e-11, + "I": 8.293916664570133e-08, + "C": 4.437377132404663e-10, + "R": 2.3717423858204967e-11, + "M": 6.16208994941303e-09, + "O": 7.672341872932975e-09, + "W": 8.456357836195139e-11, + "N": 1.6586020334941054e-09, + "Y": 3.7644795725100266e-07, + "U": 1.500731657000376e-11, + "K": 7.156372161531976e-10, + "L": 3.014873767304138e-11, + "G": 3.004671356166e-08, + "F": 2.758760456345044e-05, + "E": 7.145371938577227e-08, + "T": 9.941586540662684e-07, + "P": 0.1506289690732956, + "-": 0.8493417501449585 + }, + "id": "tp_17799" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2224892, + "label": "P", + "classification": { + "B": 1.0633947056248871e-09, + "S": 2.0731869346257703e-11, + "I": 1.8927002543023264e-07, + "C": 9.719375998473723e-11, + "R": 8.354460352688609e-12, + "M": 5.7728857250083365e-09, + "O": 6.093580751098671e-09, + "W": 3.1384568555115067e-11, + "N": 1.579209651936253e-09, + "Y": 2.6693756538520574e-08, + "U": 2.3767966761401027e-12, + "K": 6.523111478057286e-12, + "L": 6.246318046132515e-11, + "G": 4.3144918748794225e-08, + "F": 8.865114978107158e-06, + "E": 1.7613915304082184e-07, + "T": 3.118065876606124e-07, + "P": 0.587414026260376, + "-": 0.4125763475894928 + }, + "id": "tp_17800" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2225025, + "label": "P", + "classification": { + "B": 1.598815288161859e-05, + "S": 8.704022548045032e-06, + "I": 0.003631428349763155, + "C": 2.1219335394562222e-05, + "R": 7.912023647804745e-06, + "M": 0.00010733063390944153, + "O": 4.815648208023049e-05, + "W": 3.987021500506671e-06, + "N": 0.00042605484486557543, + "Y": 0.0002230520622106269, + "U": 2.1148657651792746e-06, + "K": 6.336691058095312e-06, + "L": 5.744734608015278e-06, + "G": 0.00021995676797814667, + "F": 0.0009414919768460095, + "E": 0.0005801022052764893, + "T": 0.0004873438738286495, + "P": 0.9095231890678406, + "-": 0.08373979479074478 + }, + "id": "tp_17801" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2225125, + "label": "-", + "classification": { + "B": 5.989392093397328e-08, + "S": 4.0626146891042936e-09, + "I": 5.9394369600340724e-05, + "C": 1.140790573117556e-05, + "R": 6.153630920380238e-07, + "M": 5.7685015235620085e-06, + "O": 9.758773558132816e-07, + "W": 2.118733810618778e-08, + "N": 8.601302852184745e-07, + "Y": 0.00014756656310055405, + "U": 9.875666506786729e-08, + "K": 7.293303383448801e-07, + "L": 1.6278821135529142e-07, + "G": 6.507245416287333e-05, + "F": 0.0007983953109942377, + "E": 7.225320587167516e-05, + "T": 7.159943925216794e-05, + "P": 0.15425774455070496, + "-": 0.8445073366165161 + }, + "id": "tp_17802" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2225259, + "label": "-", + "classification": { + "B": 6.011463256072602e-07, + "S": 8.03021080741928e-08, + "I": 0.00013696133100893348, + "C": 8.29293185233837e-07, + "R": 1.4044339025076624e-07, + "M": 3.231404480175115e-05, + "O": 4.913861175737111e-06, + "W": 5.652222512253502e-08, + "N": 1.8844687019736739e-06, + "Y": 7.207931048469618e-05, + "U": 1.3057478653877297e-08, + "K": 3.144884130890091e-09, + "L": 2.974434494262823e-07, + "G": 2.6569428882794455e-05, + "F": 2.5622724933782592e-05, + "E": 3.8529102312168106e-05, + "T": 0.0002933848008979112, + "P": 0.3864229619503021, + "-": 0.6129427552223206 + }, + "id": "tp_17803" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2225392, + "label": "-", + "classification": { + "B": 4.488390814572085e-08, + "S": 4.29118465206102e-08, + "I": 5.14215680595953e-05, + "C": 2.1348594145820243e-06, + "R": 1.6493902421643725e-07, + "M": 9.022054996421502e-07, + "O": 1.7008527493089787e-06, + "W": 2.2091917628586089e-07, + "N": 3.557147465471644e-06, + "Y": 2.8461916372179985e-05, + "U": 1.4081180665925785e-07, + "K": 8.779357813182287e-06, + "L": 3.446347562885421e-08, + "G": 5.426631105365232e-06, + "F": 0.003119530389085412, + "E": 8.514704677509144e-05, + "T": 2.1418612959678285e-05, + "P": 0.41793784499168396, + "-": 0.5787330269813538 + }, + "id": "tp_17804" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2225526, + "label": "-", + "classification": { + "B": 1.0797009120100398e-10, + "S": 2.398786169699463e-10, + "I": 1.2738590157823637e-05, + "C": 6.75603857303031e-08, + "R": 5.299172212147596e-09, + "M": 7.759240361338016e-08, + "O": 3.0781908577637296e-08, + "W": 7.012871394707076e-10, + "N": 8.839968046459035e-08, + "Y": 1.2755499483319e-05, + "U": 1.7393578799484999e-09, + "K": 1.7686410558326315e-08, + "L": 2.2917872044558862e-09, + "G": 1.772195219018613e-06, + "F": 0.0003035962872672826, + "E": 3.726970817297115e-06, + "T": 4.6108580136206e-06, + "P": 0.3174164295196533, + "-": 0.6822441220283508 + }, + "id": "tp_17805" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2225626, + "label": "-", + "classification": { + "B": 1.8562433012903057e-07, + "S": 4.726887770090116e-09, + "I": 5.312310804583831e-06, + "C": 1.3595753500794672e-07, + "R": 1.2446757402528874e-08, + "M": 7.420424935844494e-06, + "O": 7.657328637833416e-07, + "W": 4.3026329166195865e-09, + "N": 1.9436710019249404e-08, + "Y": 5.585710459854454e-05, + "U": 5.374991007833785e-10, + "K": 1.4491566835417302e-09, + "L": 9.801735245673626e-08, + "G": 3.0013341529411264e-05, + "F": 0.00018280951189808547, + "E": 9.481016604695469e-06, + "T": 3.194906821590848e-05, + "P": 0.01729964278638363, + "-": 0.982376217842102 + }, + "id": "tp_17806" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2225759, + "label": "-", + "classification": { + "B": 4.789553198492058e-09, + "S": 1.1063000515676435e-09, + "I": 3.0216122581805394e-07, + "C": 2.293801593111766e-08, + "R": 1.0802769789819422e-09, + "M": 1.2327018517055421e-08, + "O": 3.7525023088846865e-08, + "W": 2.963092438079684e-09, + "N": 2.524640763112984e-08, + "Y": 2.4877833766367985e-06, + "U": 4.825753130432986e-10, + "K": 1.6099826893878344e-07, + "L": 1.7429749310515774e-10, + "G": 7.269210868798837e-07, + "F": 0.00019500523922033608, + "E": 4.296779025025899e-06, + "T": 9.086878094421991e-07, + "P": 0.28044211864471436, + "-": 0.7193539142608643 + }, + "id": "tp_17807" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2225893, + "label": "P", + "classification": { + "B": 1.8848493255063659e-06, + "S": 2.2841253155547747e-07, + "I": 0.00022955871827434748, + "C": 2.2110873487690696e-06, + "R": 3.370616354914091e-07, + "M": 2.082613718812354e-05, + "O": 8.625845111964736e-06, + "W": 2.447374640723865e-07, + "N": 7.909732630650979e-06, + "Y": 0.000136728078359738, + "U": 1.602456336513569e-07, + "K": 3.063904330247169e-07, + "L": 8.273000275949016e-07, + "G": 0.00010047957766801119, + "F": 0.00031183738610707223, + "E": 0.0001701405708445236, + "T": 0.00022125797113403678, + "P": 0.5743523836135864, + "-": 0.4244340658187866 + }, + "id": "tp_17808" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2226026, + "label": "P", + "classification": { + "B": 9.666431424193433e-07, + "S": 5.788514201299222e-08, + "I": 0.0003374428197275847, + "C": 6.275235136854462e-06, + "R": 5.587058353739849e-07, + "M": 9.59597855398897e-06, + "O": 4.357552825240418e-06, + "W": 2.2395096266336623e-07, + "N": 7.633680070284754e-06, + "Y": 0.00020071245671715587, + "U": 2.373043912484718e-07, + "K": 1.2578700534504605e-06, + "L": 3.409244300200953e-07, + "G": 8.669149974593893e-05, + "F": 0.0005248288507573307, + "E": 0.00023334914294537157, + "T": 4.994065602659248e-05, + "P": 0.5417327880859375, + "-": 0.45680272579193115 + }, + "id": "tp_17809" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2226126, + "label": "-", + "classification": { + "B": 1.0112774333215224e-11, + "S": 6.962714692998473e-12, + "I": 3.688063827667065e-07, + "C": 5.34755617564997e-09, + "R": 1.1222173884606335e-10, + "M": 3.6920120294325898e-09, + "O": 2.113127450797947e-09, + "W": 3.9117400291166504e-11, + "N": 3.454235786293225e-09, + "Y": 6.109944479248952e-07, + "U": 2.2097641425022907e-11, + "K": 3.647308011167638e-09, + "L": 1.0214509793549098e-11, + "G": 8.255759098574345e-08, + "F": 0.0003149971889797598, + "E": 2.121680608979659e-06, + "T": 8.070054491327028e-08, + "P": 0.27557048201560974, + "-": 0.7241112589836121 + }, + "id": "tp_17810" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2226260, + "label": "P", + "classification": { + "B": 1.077250674731342e-13, + "S": 6.358125424809138e-14, + "I": 2.0341667550383136e-06, + "C": 1.8140705951297242e-11, + "R": 1.542984354651819e-13, + "M": 4.330713912481521e-11, + "O": 1.0067381824019339e-11, + "W": 4.338015203672087e-14, + "N": 8.328974843152537e-09, + "Y": 8.21955614682679e-10, + "U": 1.8794341083427923e-13, + "K": 2.8729069470601054e-11, + "L": 2.9718195000130385e-14, + "G": 4.544589149446665e-10, + "F": 1.3341403359845572e-07, + "E": 6.092614626140858e-07, + "T": 2.7763473742226097e-09, + "P": 0.9907709360122681, + "-": 0.009226223453879356 + }, + "id": "tp_17811" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2226393, + "label": "P", + "classification": { + "B": 8.528791006767733e-10, + "S": 8.99978847002103e-09, + "I": 6.124462743173353e-06, + "C": 1.0152081841852123e-08, + "R": 2.347837924077112e-09, + "M": 3.8260974832837746e-08, + "O": 1.0362650471051893e-07, + "W": 5.815600889746975e-09, + "N": 1.0789874522743048e-06, + "Y": 4.815354714082787e-06, + "U": 2.040097646371919e-09, + "K": 7.892268513387535e-06, + "L": 3.215981370097154e-10, + "G": 6.034726425241388e-07, + "F": 0.0010458159958943725, + "E": 3.990286131738685e-05, + "T": 5.328784936864395e-06, + "P": 0.5385102033615112, + "-": 0.46037811040878296 + }, + "id": "tp_17812" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2226527, + "label": "-", + "classification": { + "B": 6.526072837687025e-08, + "S": 2.4208981486140146e-08, + "I": 4.713606176665053e-05, + "C": 1.0408301704956102e-06, + "R": 7.886607278351221e-08, + "M": 8.493101631756872e-06, + "O": 1.5650750810891623e-06, + "W": 5.054851470731592e-08, + "N": 9.625188113204786e-07, + "Y": 3.627638579928316e-05, + "U": 2.0845179804496183e-08, + "K": 1.987385900292793e-07, + "L": 5.997337382268597e-08, + "G": 1.7000309526338242e-05, + "F": 0.0004903827793896198, + "E": 9.65729559538886e-05, + "T": 3.867494888254441e-05, + "P": 0.3780328333377838, + "-": 0.6212285161018372 + }, + "id": "tp_17813" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2226627, + "label": "P", + "classification": { + "B": 2.054944880924836e-09, + "S": 3.5498544104228813e-09, + "I": 2.339701313758269e-05, + "C": 4.6180144153140645e-08, + "R": 8.577173415957873e-10, + "M": 5.018310389459657e-07, + "O": 2.612103600085902e-08, + "W": 1.0774059422402615e-09, + "N": 7.350911914727476e-07, + "Y": 2.4443104393867543e-06, + "U": 5.973573302675561e-10, + "K": 1.2843401009376976e-07, + "L": 8.624320702033117e-10, + "G": 9.68009771895595e-07, + "F": 0.00029669981449842453, + "E": 0.00014716490113642067, + "T": 2.787366838674643e-06, + "P": 0.8145593404769897, + "-": 0.1849658191204071 + }, + "id": "tp_17814" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2226760, + "label": "P", + "classification": { + "B": 1.0423676144455385e-08, + "S": 6.486794035254206e-08, + "I": 4.3559688492678106e-05, + "C": 4.205156756142969e-07, + "R": 2.9372587917464443e-08, + "M": 1.2307101542319288e-06, + "O": 1.226293420586444e-06, + "W": 4.9584233607902206e-08, + "N": 2.59025136983837e-06, + "Y": 1.8097680367645808e-05, + "U": 1.2303568830418499e-08, + "K": 5.040031965108938e-07, + "L": 3.687192062784561e-08, + "G": 1.1973947039223276e-05, + "F": 0.0013479756889864802, + "E": 7.735101826256141e-05, + "T": 1.665709169174079e-05, + "P": 0.5921406745910645, + "-": 0.4063374698162079 + }, + "id": "tp_17815" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2226894, + "label": "P", + "classification": { + "B": 2.9188879091535114e-10, + "S": 4.4059913595177747e-13, + "I": 9.70202473915549e-10, + "C": 7.772707038547141e-14, + "R": 5.756777899092679e-16, + "M": 5.2148244056304804e-11, + "O": 5.969197358624001e-11, + "W": 6.259427112915994e-14, + "N": 2.216630958645771e-12, + "Y": 2.191116732497278e-11, + "U": 3.1968283390886336e-16, + "K": 1.4982303674987885e-18, + "L": 1.3164051012454214e-12, + "G": 8.007743773630338e-11, + "F": 2.3554502348588358e-08, + "E": 1.7859598244740482e-09, + "T": 4.637013273356416e-10, + "P": 0.9472404718399048, + "-": 0.05275946855545044 + }, + "id": "tp_17816" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2227027, + "label": "P", + "classification": { + "B": 3.968791961739271e-09, + "S": 1.1722383064238784e-08, + "I": 5.268914173939265e-05, + "C": 1.4266356629377697e-07, + "R": 1.1659857079848734e-08, + "M": 4.428221700436552e-07, + "O": 1.7977389177303849e-07, + "W": 3.384461422228924e-08, + "N": 3.1843112537899287e-06, + "Y": 1.237690776179079e-05, + "U": 1.1824286438866238e-08, + "K": 1.1033116606995463e-05, + "L": 1.8751429298191624e-09, + "G": 2.846962843250367e-06, + "F": 0.0010685630841180682, + "E": 0.0005688262754119933, + "T": 3.6586350233847043e-06, + "P": 0.8394021987915039, + "-": 0.15887372195720673 + }, + "id": "tp_17817" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2227127, + "label": "-", + "classification": { + "B": 5.423653874458978e-06, + "S": 6.618341785724624e-07, + "I": 0.0006115266005508602, + "C": 2.3955055439728312e-05, + "R": 6.379129445122089e-06, + "M": 0.00010936742910416797, + "O": 2.8565293177962303e-05, + "W": 1.0622112540659145e-06, + "N": 1.879366573120933e-05, + "Y": 0.0005355137400329113, + "U": 1.4992785963841015e-06, + "K": 1.5533434634562582e-05, + "L": 2.417094037809875e-06, + "G": 0.0003913691616617143, + "F": 0.001913879532366991, + "E": 0.0006466650520451367, + "T": 0.00036208107485435903, + "P": 0.2259165495634079, + "-": 0.7694087624549866 + }, + "id": "tp_17818" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2227261, + "label": "P", + "classification": { + "B": 5.1979354848130654e-11, + "S": 1.4104028708827876e-11, + "I": 7.421306236210512e-07, + "C": 3.8680292302473163e-10, + "R": 1.2488092157592057e-11, + "M": 1.659746451387889e-09, + "O": 1.8099521881254077e-09, + "W": 2.107885047064606e-11, + "N": 9.225487929143128e-09, + "Y": 3.847489082886568e-08, + "U": 7.588740399966376e-12, + "K": 2.1770553415567662e-10, + "L": 9.955614457823891e-12, + "G": 1.766229118516094e-08, + "F": 6.393512649083277e-06, + "E": 5.854779487890482e-07, + "T": 1.1530283927640994e-07, + "P": 0.8305907845497131, + "-": 0.16940133273601532 + }, + "id": "tp_17819" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2227394, + "label": "P", + "classification": { + "B": 9.110373566656449e-10, + "S": 5.591112017810929e-10, + "I": 9.424679774383549e-07, + "C": 2.0838157865910034e-08, + "R": 1.9544242613189766e-10, + "M": 2.4407343701682294e-08, + "O": 1.6702909277910294e-08, + "W": 3.9153791320245546e-10, + "N": 4.6035253831178125e-08, + "Y": 2.2450420544828376e-07, + "U": 1.0053530924425402e-10, + "K": 2.1684327666804393e-09, + "L": 2.7768540244998974e-10, + "G": 2.454792991102295e-07, + "F": 0.00010561827366473153, + "E": 1.051668277796125e-05, + "T": 4.4301552293291024e-07, + "P": 0.7777435183525085, + "-": 0.22213831543922424 + }, + "id": "tp_17820" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2227528, + "label": "P", + "classification": { + "B": 6.539073449385313e-11, + "S": 6.052471349625443e-13, + "I": 4.451468100796774e-07, + "C": 1.5210362969142466e-09, + "R": 8.26035854301077e-12, + "M": 2.6413720100038063e-09, + "O": 1.8303919491202691e-10, + "W": 2.431968688931807e-12, + "N": 1.1801123411814274e-09, + "Y": 1.1074295258595157e-07, + "U": 4.9579333694094174e-12, + "K": 2.023123162053775e-11, + "L": 6.6235489315502605e-12, + "G": 4.189637081708497e-08, + "F": 1.9927010725950822e-06, + "E": 1.3589910849987064e-06, + "T": 5.396299940230165e-08, + "P": 0.8395257592201233, + "-": 0.16047020256519318 + }, + "id": "tp_17821" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2227628, + "label": "P", + "classification": { + "B": 4.893995365212733e-13, + "S": 3.818714889116705e-14, + "I": 6.554292042437737e-08, + "C": 1.6942044989143312e-11, + "R": 1.225396466155576e-13, + "M": 6.302278143799356e-11, + "O": 1.855453291010889e-11, + "W": 6.911925052493009e-14, + "N": 1.3512432839313249e-10, + "Y": 6.060813184660674e-09, + "U": 3.447487453389457e-14, + "K": 2.7551496240701967e-13, + "L": 1.0705766649707002e-13, + "G": 8.721741107109438e-10, + "F": 3.651182112207607e-07, + "E": 6.457737100618033e-08, + "T": 2.9571978199527393e-09, + "P": 0.9158689975738525, + "-": 0.08413046598434448 + }, + "id": "tp_17822" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2227761, + "label": "P", + "classification": { + "B": 7.289049244718626e-05, + "S": 2.144237805623561e-05, + "I": 0.007422545924782753, + "C": 0.00047586654545739293, + "R": 6.790785846533254e-05, + "M": 0.00017394527094438672, + "O": 0.0001632693747524172, + "W": 3.090065001742914e-05, + "N": 0.0005944081931374967, + "Y": 0.0005051558837294579, + "U": 1.5321867977036163e-05, + "K": 1.5050240108394064e-05, + "L": 3.163126530125737e-05, + "G": 0.0005112969665788114, + "F": 0.0017064017010852695, + "E": 0.0026883974205702543, + "T": 0.0005842525279149413, + "P": 0.7133316993713379, + "-": 0.27158766984939575 + }, + "id": "tp_17823" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2227895, + "label": "-", + "classification": { + "B": 3.2163879950530827e-06, + "S": 8.679512575326953e-06, + "I": 0.00015627869288437068, + "C": 9.768992640601937e-06, + "R": 2.4424321054539178e-06, + "M": 7.317213021451607e-05, + "O": 4.4680797145701945e-05, + "W": 5.05397383676609e-06, + "N": 2.1380501493695192e-05, + "Y": 0.0005202892352826893, + "U": 1.5845323559915414e-06, + "K": 1.8635215383255854e-05, + "L": 2.4811836283333832e-06, + "G": 8.560148853575811e-05, + "F": 0.005733955651521683, + "E": 0.00021592224948108196, + "T": 0.0005776368197984993, + "P": 0.24297674000263214, + "-": 0.7495424747467041 + }, + "id": "tp_17824" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2228028, + "label": "-", + "classification": { + "B": 2.553512103986577e-07, + "S": 1.2931915307490272e-06, + "I": 0.00027807167498394847, + "C": 1.2121404324716423e-05, + "R": 2.270929371661623e-06, + "M": 1.070806411007652e-05, + "O": 1.1047785847040359e-05, + "W": 1.6862085203683819e-06, + "N": 3.496256977086887e-05, + "Y": 0.0003928279329556972, + "U": 8.783111411503342e-07, + "K": 0.0001405943330610171, + "L": 3.6476976106314396e-07, + "G": 7.331548840738833e-05, + "F": 0.0065072630532085896, + "E": 0.0005758233019150794, + "T": 0.00014535778609570116, + "P": 0.399783730506897, + "-": 0.5920273661613464 + }, + "id": "tp_17825" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2228128, + "label": "-", + "classification": { + "B": 9.916348631122673e-09, + "S": 1.7241836403059096e-08, + "I": 8.603051537647843e-05, + "C": 7.428228059325193e-07, + "R": 9.778511866898043e-08, + "M": 2.8286387987463968e-06, + "O": 1.3091691926092608e-06, + "W": 3.157311212476088e-08, + "N": 1.9876010810548905e-06, + "Y": 6.031049633747898e-05, + "U": 2.996223713580548e-08, + "K": 5.987651263694715e-08, + "L": 6.455611867295374e-08, + "G": 4.269060809747316e-06, + "F": 0.00010820425814017653, + "E": 1.4336383173940703e-05, + "T": 0.00014041183749213815, + "P": 0.19017772376537323, + "-": 0.8094015121459961 + }, + "id": "tp_17826" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2228262, + "label": "-", + "classification": { + "B": 3.769649481455417e-09, + "S": 1.6388797874355987e-08, + "I": 4.064092081534909e-06, + "C": 4.4685978650704783e-07, + "R": 6.364057014707214e-08, + "M": 5.776445846095157e-07, + "O": 1.023459731186449e-06, + "W": 2.463917425643558e-08, + "N": 1.48823275480936e-07, + "Y": 1.5634343071724288e-05, + "U": 5.340703435052774e-09, + "K": 3.3791454967513346e-08, + "L": 3.234239542848627e-08, + "G": 2.8627391657209955e-06, + "F": 0.0008756382158026099, + "E": 1.955977495526895e-06, + "T": 2.0533674614853226e-05, + "P": 0.07421030849218369, + "-": 0.9248667359352112 + }, + "id": "tp_17827" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2228395, + "label": "-", + "classification": { + "B": 6.717070988315754e-08, + "S": 1.933823625677178e-07, + "I": 7.525704859290272e-06, + "C": 9.753372864906851e-08, + "R": 1.533603821712859e-08, + "M": 7.311152785405284e-07, + "O": 1.197253823193023e-06, + "W": 1.8721787853337446e-07, + "N": 1.4271291775003192e-06, + "Y": 1.3698185284738429e-05, + "U": 1.954290596017927e-08, + "K": 1.3137861060386058e-05, + "L": 8.606233947716646e-09, + "G": 3.2604752959741745e-06, + "F": 0.003350384533405304, + "E": 0.00015791879559401423, + "T": 1.4568633559974842e-05, + "P": 0.495108038187027, + "-": 0.5013275146484375 + }, + "id": "tp_17828" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2228529, + "label": "P", + "classification": { + "B": 1.3237513515895749e-11, + "S": 6.0393890409515816e-12, + "I": 1.3949020285508595e-06, + "C": 1.1103026942294036e-08, + "R": 2.306602409074543e-10, + "M": 6.652201012258274e-09, + "O": 1.838451724189838e-09, + "W": 1.4303804668491793e-11, + "N": 7.759978437604786e-09, + "Y": 2.3016180250579055e-07, + "U": 2.327300852034142e-11, + "K": 1.5144793752419616e-10, + "L": 6.56881493643624e-11, + "G": 1.1274933342519944e-07, + "F": 2.814904109982308e-05, + "E": 9.564993206367944e-07, + "T": 4.6499280870193616e-07, + "P": 0.6457862257957458, + "-": 0.3541824221611023 + }, + "id": "tp_17829" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2228629, + "label": "P", + "classification": { + "B": 2.2790322873333935e-06, + "S": 6.152521336844075e-07, + "I": 0.0003518855373840779, + "C": 6.561300324392505e-06, + "R": 9.791269803827163e-07, + "M": 4.915848694508895e-05, + "O": 1.1885751519002952e-05, + "W": 3.8266483670668094e-07, + "N": 1.059310307027772e-05, + "Y": 9.162013157038018e-05, + "U": 1.497736974442887e-07, + "K": 2.70605767127563e-07, + "L": 1.781208197826345e-06, + "G": 0.00021891316282562912, + "F": 0.001168787945061922, + "E": 0.00041622068965807557, + "T": 0.00013196469808463007, + "P": 0.7077034115791321, + "-": 0.28983259201049805 + }, + "id": "tp_17830" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2228762, + "label": "-", + "classification": { + "B": 1.2312770536482276e-07, + "S": 5.180791049497202e-07, + "I": 0.0008583568851463497, + "C": 0.00011151911894557998, + "R": 1.9887495000148192e-05, + "M": 7.512122101616114e-05, + "O": 1.666375646891538e-05, + "W": 5.891952810088696e-07, + "N": 4.434612492332235e-05, + "Y": 0.0005640664021484554, + "U": 5.520248578250175e-07, + "K": 1.0688945621950552e-05, + "L": 9.902788633553428e-07, + "G": 0.0001972203463083133, + "F": 0.003263800172135234, + "E": 0.0004891399876214564, + "T": 0.00040507566882297397, + "P": 0.31621474027633667, + "-": 0.6777265667915344 + }, + "id": "tp_17831" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2228896, + "label": "P", + "classification": { + "B": 4.848755352782064e-08, + "S": 1.3248941854726581e-07, + "I": 1.657402390264906e-05, + "C": 9.139573080574337e-07, + "R": 7.198688933840458e-08, + "M": 1.683981963651604e-06, + "O": 1.6585764797127922e-06, + "W": 1.5095642424967082e-07, + "N": 1.7494384110250394e-06, + "Y": 2.462396696500946e-05, + "U": 4.3386521042521053e-08, + "K": 3.4478312045393977e-06, + "L": 4.629018590662781e-08, + "G": 1.7289454262936488e-05, + "F": 0.00438691396266222, + "E": 8.609687210991979e-05, + "T": 2.5599159926059656e-05, + "P": 0.5207523107528687, + "-": 0.474680632352829 + }, + "id": "tp_17832" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2229029, + "label": "-", + "classification": { + "B": 6.32807427791704e-07, + "S": 3.793641553784255e-06, + "I": 6.845439202152193e-05, + "C": 1.1115960205643205e-06, + "R": 3.521052747146314e-07, + "M": 4.507131961872801e-06, + "O": 1.9250384866609238e-05, + "W": 1.3458653711495572e-06, + "N": 1.099670316762058e-05, + "Y": 2.935187512775883e-05, + "U": 1.9059106648455781e-07, + "K": 1.957542735908646e-06, + "L": 3.900424587754969e-07, + "G": 1.1668923434626777e-05, + "F": 0.0010559911606833339, + "E": 2.437380862829741e-05, + "T": 0.0001516521442681551, + "P": 0.4765622913837433, + "-": 0.5220515727996826 + }, + "id": "tp_17833" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2229129, + "label": "-", + "classification": { + "B": 0.0003191755968146026, + "S": 1.4499639291898347e-05, + "I": 0.0026025075931102037, + "C": 0.0008491145563311875, + "R": 0.00010955225297948346, + "M": 0.0013702589785680175, + "O": 0.00025226123398169875, + "W": 1.8934159015771e-05, + "N": 9.457902342546731e-05, + "Y": 0.005758935585618019, + "U": 2.4177465093089268e-05, + "K": 1.2199679076729808e-05, + "L": 0.00018406346498522907, + "G": 0.009060274809598923, + "F": 0.0064899432472884655, + "E": 0.0031531841959804296, + "T": 0.002373880473896861, + "P": 0.32821688055992126, + "-": 0.6390956044197083 + }, + "id": "tp_17834" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2229263, + "label": "P", + "classification": { + "B": 1.8606773011242694e-08, + "S": 7.328079032475898e-09, + "I": 1.665210584178567e-05, + "C": 4.0908483356361103e-07, + "R": 1.8944685820088125e-08, + "M": 9.285823239224555e-07, + "O": 2.8889220970995666e-07, + "W": 1.0630045288451129e-08, + "N": 4.3239916180937144e-07, + "Y": 2.618492544570472e-05, + "U": 9.262675959575972e-09, + "K": 8.184724720194936e-08, + "L": 1.1822516299275776e-08, + "G": 6.083414973545587e-06, + "F": 0.00028125994140282273, + "E": 2.6182728106505238e-05, + "T": 1.7482656403444707e-05, + "P": 0.5006341934204102, + "-": 0.4989897310733795 + }, + "id": "tp_17835" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2229396, + "label": "-", + "classification": { + "B": 2.8988372378080385e-06, + "S": 3.221770384698175e-06, + "I": 0.00010172616021009162, + "C": 9.901271369017195e-06, + "R": 2.3220352431962965e-06, + "M": 0.00041663716547191143, + "O": 0.00011893401097040623, + "W": 2.5334770725748967e-06, + "N": 6.855755145807052e-06, + "Y": 0.0009038699790835381, + "U": 6.663682938778948e-07, + "K": 4.802399189429707e-07, + "L": 1.289857755182311e-05, + "G": 0.00021651182032655925, + "F": 0.0015798350796103477, + "E": 0.00016339895955752581, + "T": 0.0016994953621178865, + "P": 0.06703729182481766, + "-": 0.9277204871177673 + }, + "id": "tp_17836" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2229530, + "label": "-", + "classification": { + "B": 1.7564887855314737e-07, + "S": 3.2063905308632457e-08, + "I": 2.1083675164845772e-05, + "C": 1.2370570630082511e-06, + "R": 2.0835439329403016e-07, + "M": 8.62178421812132e-06, + "O": 2.981843408633722e-06, + "W": 4.8526775486834595e-08, + "N": 3.799704018092598e-07, + "Y": 0.00011205366172362119, + "U": 1.512533209790945e-08, + "K": 4.348593307668125e-08, + "L": 1.6261419943930377e-07, + "G": 2.4992968974402174e-05, + "F": 0.00024636872694827616, + "E": 1.1187379641341977e-05, + "T": 0.00010624316200846806, + "P": 0.06804220378398895, + "-": 0.9314219951629639 + }, + "id": "tp_17837" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2229630, + "label": "-", + "classification": { + "B": 1.04387336250511e-05, + "S": 6.65252264298033e-06, + "I": 0.0007693047518841922, + "C": 3.1417728223459562e-06, + "R": 4.6644427698083746e-07, + "M": 0.0003773424250539392, + "O": 5.402969691203907e-05, + "W": 3.3888345569721423e-06, + "N": 2.6588502805680037e-05, + "Y": 0.0019190325401723385, + "U": 4.912886311103648e-07, + "K": 1.3280869097798131e-06, + "L": 4.476616140891565e-06, + "G": 0.00016930355923250318, + "F": 0.00044089279253967106, + "E": 0.0003560370532795787, + "T": 0.0024700190406292677, + "P": 0.272736519575119, + "-": 0.7206506133079529 + }, + "id": "tp_17838" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2229763, + "label": "P", + "classification": { + "B": 5.97421347947602e-08, + "S": 8.8503909978499e-08, + "I": 0.0001948323188116774, + "C": 9.844126225289074e-07, + "R": 1.0351438817224334e-07, + "M": 7.704837798883091e-07, + "O": 5.9762453474832e-07, + "W": 1.1842318059507306e-07, + "N": 1.3363908692554105e-05, + "Y": 4.012932549812831e-06, + "U": 6.306753874696369e-08, + "K": 1.6507393638676149e-06, + "L": 3.030836737138998e-08, + "G": 4.037392955069663e-06, + "F": 0.0005511083290912211, + "E": 0.0002663888153620064, + "T": 1.0406254659756087e-05, + "P": 0.8786724805831909, + "-": 0.12027891725301743 + }, + "id": "tp_17839" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2229897, + "label": "-", + "classification": { + "B": 0.0006585520459339023, + "S": 0.00044993628398515284, + "I": 0.0005896512884646654, + "C": 5.370456347009167e-05, + "R": 1.3823590052197687e-05, + "M": 0.0015922726597636938, + "O": 0.0010149310110136867, + "W": 0.00010008295794250444, + "N": 0.00012595666339620948, + "Y": 0.0013580551603809, + "U": 5.265374966256786e-06, + "K": 2.1160249161766842e-05, + "L": 0.00016455035074613988, + "G": 0.0025325347669422626, + "F": 0.036987289786338806, + "E": 0.0040055736899375916, + "T": 0.0018098605796694756, + "P": 0.3005727231502533, + "-": 0.6479441523551941 + }, + "id": "tp_17840" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2230030, + "label": "-", + "classification": { + "B": 8.834855975692335e-07, + "S": 8.42177598769922e-07, + "I": 0.00021220800408627838, + "C": 2.3010730728856288e-05, + "R": 1.4542785038429429e-06, + "M": 3.0690996936755255e-05, + "O": 1.1477348380140029e-05, + "W": 1.8007093558480847e-06, + "N": 1.6574971596128307e-05, + "Y": 0.00038020845386199653, + "U": 9.152132633971632e-07, + "K": 2.2723937945556827e-05, + "L": 6.013155484652088e-07, + "G": 9.257755300495774e-05, + "F": 0.003247528802603483, + "E": 0.0004240446141920984, + "T": 0.00016336662520188838, + "P": 0.37238767743110657, + "-": 0.6229813694953918 + }, + "id": "tp_17841" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2230130, + "label": "-", + "classification": { + "B": 1.8219150632603487e-08, + "S": 7.1905157383866936e-09, + "I": 1.7614212993066758e-05, + "C": 1.2578253461015265e-07, + "R": 8.870959078421947e-09, + "M": 4.494132554100361e-06, + "O": 7.382934654742712e-07, + "W": 9.71480407230274e-09, + "N": 4.5909231971563713e-07, + "Y": 4.546126365312375e-05, + "U": 4.814408427478156e-09, + "K": 1.3893863126668293e-07, + "L": 1.9016383134839998e-08, + "G": 1.0936162652797066e-05, + "F": 0.0002854419872164726, + "E": 7.913650188129395e-05, + "T": 3.247975473641418e-05, + "P": 0.23264959454536438, + "-": 0.766873300075531 + }, + "id": "tp_17842" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2230264, + "label": "-", + "classification": { + "B": 2.717234615090547e-08, + "S": 8.312287747003211e-08, + "I": 1.170318228105316e-05, + "C": 1.4897646849476587e-07, + "R": 1.928087201008566e-08, + "M": 7.779523230055929e-07, + "O": 1.1467451486169011e-06, + "W": 9.383344945490535e-08, + "N": 9.007130756799597e-07, + "Y": 6.588900760107208e-06, + "U": 1.618004219494651e-08, + "K": 8.580324788454163e-07, + "L": 2.29203713786319e-08, + "G": 2.215966560470406e-06, + "F": 0.0012210620334371924, + "E": 1.930150574480649e-05, + "T": 2.1244641175144352e-05, + "P": 0.3369869291782379, + "-": 0.661726713180542 + }, + "id": "tp_17843" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2230397, + "label": "P", + "classification": { + "B": 8.34672435334749e-12, + "S": 2.7417478010161034e-12, + "I": 5.0717169131075934e-08, + "C": 7.723762601719031e-11, + "R": 1.0355904773041297e-13, + "M": 4.264738784343081e-09, + "O": 1.952464440124757e-10, + "W": 6.076544974663312e-13, + "N": 1.2280404471098905e-10, + "Y": 2.1661684002083348e-08, + "U": 6.176543922587624e-14, + "K": 7.151826331673605e-13, + "L": 4.250334893068919e-12, + "G": 8.362608383549741e-09, + "F": 8.697408702573739e-06, + "E": 5.474419708662026e-07, + "T": 2.6503572669867026e-08, + "P": 0.526986837387085, + "-": 0.4730037450790405 + }, + "id": "tp_17844" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2230531, + "label": "P", + "classification": { + "B": 9.289038427340301e-10, + "S": 4.8641424221784746e-11, + "I": 2.9665864076378057e-06, + "C": 1.7191394974247487e-09, + "R": 1.522301902590062e-11, + "M": 1.5249574047970782e-08, + "O": 1.1554773804434149e-09, + "W": 1.1215911879802754e-11, + "N": 2.6269766806308326e-08, + "Y": 1.6886333753518556e-07, + "U": 4.902458213690286e-12, + "K": 3.600535147807449e-11, + "L": 5.59914892228619e-11, + "G": 1.650462024826993e-07, + "F": 1.1141470167785883e-05, + "E": 1.1583803825487848e-05, + "T": 3.8194155393966867e-08, + "P": 0.9847689867019653, + "-": 0.015204821713268757 + }, + "id": "tp_17845" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2230631, + "label": "P", + "classification": { + "B": 2.0062518313324063e-09, + "S": 3.0295319586315372e-09, + "I": 2.4267017579404637e-05, + "C": 8.35016038536196e-08, + "R": 2.915451213780784e-09, + "M": 1.7161642063001636e-07, + "O": 4.48742305536598e-08, + "W": 4.974317846517806e-09, + "N": 7.074025347719726e-07, + "Y": 2.4093801584967878e-06, + "U": 1.875318789146263e-09, + "K": 1.744909781109527e-07, + "L": 7.489626696610685e-10, + "G": 1.1404313227103557e-06, + "F": 0.00021041158470325172, + "E": 6.29229107289575e-05, + "T": 1.244823693014041e-06, + "P": 0.8655887842178345, + "-": 0.13410764932632446 + }, + "id": "tp_17846" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2230764, + "label": "P", + "classification": { + "B": 3.670759713986921e-13, + "S": 5.996535191142571e-14, + "I": 7.901538978671852e-09, + "C": 2.0875434627448675e-12, + "R": 1.2515880801373946e-14, + "M": 1.5126262742359842e-10, + "O": 1.4149949441322196e-11, + "W": 9.011486625269335e-14, + "N": 5.194033050881508e-11, + "Y": 2.2916590847188445e-09, + "U": 2.4972211798424127e-14, + "K": 3.194893568453372e-12, + "L": 4.5251014036112175e-14, + "G": 1.1334862215495178e-10, + "F": 1.4897677829139866e-06, + "E": 7.185523287489559e-08, + "T": 9.823501123662481e-09, + "P": 0.7305598855018616, + "-": 0.26943856477737427 + }, + "id": "tp_17847" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2230898, + "label": "-", + "classification": { + "B": 8.335359780176077e-06, + "S": 1.2914680382891675e-06, + "I": 0.0003261634847149253, + "C": 2.3531789338449016e-05, + "R": 4.549940967990551e-06, + "M": 3.558538810466416e-05, + "O": 3.67189095413778e-05, + "W": 4.3602599362202454e-06, + "N": 1.9803417671937495e-05, + "Y": 0.0006811597850173712, + "U": 3.0018657071195776e-06, + "K": 2.1724612452089787e-05, + "L": 4.023688234155998e-06, + "G": 0.0003610001294873655, + "F": 0.004612715449184179, + "E": 0.00054305320372805, + "T": 0.00022903666831552982, + "P": 0.3226539194583893, + "-": 0.6704300045967102 + }, + "id": "tp_17848" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2231031, + "label": "-", + "classification": { + "B": 9.100183107069171e-11, + "S": 1.1506073871458966e-11, + "I": 3.3915841868292773e-07, + "C": 3.3270902699555904e-10, + "R": 1.1999756223401992e-11, + "M": 7.080589892183298e-09, + "O": 5.955168358440233e-09, + "W": 1.8353157535400122e-11, + "N": 8.963922382143608e-10, + "Y": 4.809169595887397e-08, + "U": 1.5798997310065288e-12, + "K": 6.55448460264163e-13, + "L": 1.1132947341785382e-10, + "G": 3.4539528570576294e-08, + "F": 3.313525439807563e-06, + "E": 5.475717657077439e-08, + "T": 3.09564143208263e-07, + "P": 0.436879962682724, + "-": 0.5631159543991089 + }, + "id": "tp_17849" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2231131, + "label": "P", + "classification": { + "B": 2.617062344612009e-09, + "S": 5.212607678828363e-09, + "I": 7.564341649413109e-05, + "C": 1.539696015129266e-08, + "R": 2.0298873693036512e-09, + "M": 2.781115426842007e-07, + "O": 6.786191875107761e-08, + "W": 2.415042166248327e-09, + "N": 8.569560350224492e-07, + "Y": 1.4845056284684688e-05, + "U": 8.163436593378037e-10, + "K": 1.8590105455018602e-08, + "L": 2.813879351748483e-09, + "G": 9.129421414399985e-07, + "F": 9.743469854583964e-05, + "E": 4.890282070846297e-05, + "T": 5.3031717470730655e-06, + "P": 0.8938263654708862, + "-": 0.10592935979366302 + }, + "id": "tp_17850" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2231265, + "label": "P", + "classification": { + "B": 1.4971099013272315e-11, + "S": 1.3567402409875307e-11, + "I": 8.126248189910257e-07, + "C": 1.294465645784726e-10, + "R": 5.222156474610218e-12, + "M": 1.8809387380969156e-09, + "O": 1.0841199049593797e-09, + "W": 1.0804669658970312e-11, + "N": 5.240864187072702e-09, + "Y": 1.467276522504335e-08, + "U": 1.3920724382249228e-12, + "K": 3.5068479370403693e-11, + "L": 6.629031525096085e-12, + "G": 2.5954268068062447e-08, + "F": 1.0931918950518593e-05, + "E": 4.3451024112073355e-07, + "T": 5.454901241819243e-08, + "P": 0.902020275592804, + "-": 0.09796749800443649 + }, + "id": "tp_17851" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2231398, + "label": "P", + "classification": { + "B": 6.8306280809338205e-06, + "S": 1.4465308595390525e-07, + "I": 2.1602862034342252e-05, + "C": 5.735877195434114e-08, + "R": 6.4460894400042434e-09, + "M": 4.407876531331567e-06, + "O": 1.587808924341516e-06, + "W": 4.899833783156282e-08, + "N": 5.795020001642115e-07, + "Y": 4.727261057269061e-06, + "U": 2.1163575336657914e-09, + "K": 8.435330656197948e-09, + "L": 8.242414395454034e-08, + "G": 1.4701318832521793e-05, + "F": 0.00011892458132933825, + "E": 0.00012559369497466832, + "T": 4.563007678370923e-06, + "P": 0.8946337103843689, + "-": 0.10506238788366318 + }, + "id": "tp_17852" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2231532, + "label": "-", + "classification": { + "B": 6.620295778247964e-08, + "S": 4.963397159940541e-08, + "I": 0.0002318114711670205, + "C": 1.2203827282064594e-05, + "R": 7.463504516636021e-07, + "M": 7.177236511779483e-06, + "O": 2.0580885120580206e-06, + "W": 7.948932534418418e-08, + "N": 7.303560323634883e-06, + "Y": 0.0003592532593756914, + "U": 1.433867709010883e-07, + "K": 1.043655061039317e-06, + "L": 1.1706693925361833e-07, + "G": 2.6408150006318465e-05, + "F": 0.00031530114938504994, + "E": 0.00012259370123501867, + "T": 8.765747770667076e-05, + "P": 0.18178553879261017, + "-": 0.8170405030250549 + }, + "id": "tp_17853" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2231632, + "label": "-", + "classification": { + "B": 1.462463722172458e-12, + "S": 3.1319974283343377e-13, + "I": 1.0100463868067955e-11, + "C": 9.04054527637102e-14, + "R": 1.9579643031815983e-15, + "M": 2.9302252291252273e-10, + "O": 3.312479457395767e-10, + "W": 1.2051502103118533e-13, + "N": 5.811597405570856e-14, + "Y": 1.4562780981108858e-09, + "U": 2.749031666028439e-16, + "K": 8.557138173537952e-16, + "L": 5.57762007153545e-13, + "G": 1.1895497087355267e-10, + "F": 1.030569706017559e-06, + "E": 1.0751770307404485e-10, + "T": 5.176759021452426e-09, + "P": 0.003179360879585147, + "-": 0.9968194961547852 + }, + "id": "tp_17854" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2231765, + "label": "-", + "classification": { + "B": 1.2570394574140664e-06, + "S": 1.1379507895981078e-06, + "I": 0.0005477899685502052, + "C": 1.5933010217850097e-05, + "R": 1.7138047496700892e-06, + "M": 6.458194548031315e-05, + "O": 1.4369956261361949e-05, + "W": 1.5123927141758031e-06, + "N": 4.910994539386593e-05, + "Y": 0.0005764839006587863, + "U": 1.4342978147396934e-06, + "K": 3.8912829040782526e-05, + "L": 1.0456265044922475e-06, + "G": 7.254145748447627e-05, + "F": 0.004157625138759613, + "E": 0.001535114017315209, + "T": 0.000362210936145857, + "P": 0.4903942346572876, + "-": 0.5021629333496094 + }, + "id": "tp_17855" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2231899, + "label": "-", + "classification": { + "B": 2.5202235853782895e-09, + "S": 9.784767440734754e-10, + "I": 1.5082305537816865e-07, + "C": 1.2265599202976318e-08, + "R": 4.158712263446773e-10, + "M": 4.4012857358666224e-08, + "O": 4.0763197262094764e-08, + "W": 7.628236931012111e-10, + "N": 3.387730540538314e-09, + "Y": 1.1110538480352261e-06, + "U": 5.2611543593927834e-11, + "K": 5.718900353279821e-10, + "L": 4.350826088295179e-10, + "G": 1.661265542907131e-07, + "F": 0.00019162005628459156, + "E": 5.782565040135523e-07, + "T": 4.6739273784623947e-07, + "P": 0.11759036779403687, + "-": 0.8822154998779297 + }, + "id": "tp_17856" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2232032, + "label": "P", + "classification": { + "B": 6.604950044675206e-07, + "S": 2.8911290428368375e-06, + "I": 0.0005095044616609812, + "C": 1.1305445468678954e-06, + "R": 2.879899909657979e-07, + "M": 7.247207577165682e-06, + "O": 5.01757722304319e-06, + "W": 8.40500376853015e-07, + "N": 8.03231232566759e-05, + "Y": 2.1932979507255368e-05, + "U": 2.9815936386512476e-07, + "K": 4.302846718928777e-06, + "L": 3.521984979215631e-07, + "G": 1.7328007743344642e-05, + "F": 0.000676353694871068, + "E": 0.00029602492577396333, + "T": 6.137263699201867e-05, + "P": 0.9571129679679871, + "-": 0.04120122268795967 + }, + "id": "tp_17857" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2232132, + "label": "-", + "classification": { + "B": 3.563265948969274e-08, + "S": 2.429315060226145e-08, + "I": 6.829082394688157e-06, + "C": 3.95582532064509e-07, + "R": 1.7151215558897093e-08, + "M": 2.351106559217442e-06, + "O": 9.125158157985425e-07, + "W": 4.3981494002309773e-08, + "N": 2.967102545881062e-07, + "Y": 1.4919230125087779e-05, + "U": 4.407704423670111e-09, + "K": 8.712382282283215e-08, + "L": 1.3375608176602327e-08, + "G": 2.5407002794963773e-06, + "F": 0.0002451990731060505, + "E": 2.2176503989612684e-05, + "T": 1.533295289846137e-05, + "P": 0.23594693839550018, + "-": 0.7637419104576111 + }, + "id": "tp_17858" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2232266, + "label": "P", + "classification": { + "B": 4.933399395667948e-07, + "S": 1.6001166613932583e-07, + "I": 0.00019741637515835464, + "C": 4.653834821510827e-06, + "R": 2.5631709377194056e-07, + "M": 2.1587007722700946e-05, + "O": 4.8915289880824275e-06, + "W": 2.2709473057602736e-07, + "N": 1.0394291166448966e-05, + "Y": 0.0001054256790666841, + "U": 2.116721447009695e-07, + "K": 1.5531516055489192e-06, + "L": 3.322694794860581e-07, + "G": 6.0499201936181635e-05, + "F": 0.0008903367561288178, + "E": 0.0004460529307834804, + "T": 0.00010171490430366248, + "P": 0.5775187611579895, + "-": 0.4206351339817047 + }, + "id": "tp_17859" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2232399, + "label": "-", + "classification": { + "B": 2.4854521996076073e-08, + "S": 1.0649380932648e-08, + "I": 7.971368177095428e-06, + "C": 1.45041454402417e-07, + "R": 1.9759744063208018e-08, + "M": 1.2583784609887516e-06, + "O": 5.391632384998957e-07, + "W": 1.9086524361000556e-08, + "N": 2.6670795705285855e-07, + "Y": 2.7417981982580386e-05, + "U": 7.102600729780306e-09, + "K": 9.61098294283147e-07, + "L": 1.3108933494265784e-08, + "G": 4.9941095312533434e-06, + "F": 0.0011915697250515223, + "E": 3.337928501423448e-05, + "T": 1.2076719031028915e-05, + "P": 0.2219826728105545, + "-": 0.7767366170883179 + }, + "id": "tp_17860" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2232533, + "label": "-", + "classification": { + "B": 8.07201736008345e-11, + "S": 7.674382795919144e-10, + "I": 1.357389578515722e-06, + "C": 1.4224953659436324e-08, + "R": 3.149518146283725e-10, + "M": 1.4571629947113252e-07, + "O": 2.184107827929438e-08, + "W": 4.0574121840109e-10, + "N": 2.3457547015937052e-08, + "Y": 6.179244792292593e-06, + "U": 1.4676429516136125e-10, + "K": 5.93287463601655e-09, + "L": 3.696360162397383e-10, + "G": 1.8003861157467327e-07, + "F": 0.00024288232089020312, + "E": 1.8007476683123969e-06, + "T": 4.251532118360046e-06, + "P": 0.22296012938022614, + "-": 0.7767829298973083 + }, + "id": "tp_17861" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2232633, + "label": "P", + "classification": { + "B": 3.2521018056286266e-07, + "S": 5.7495054051059924e-08, + "I": 0.0001829687098506838, + "C": 2.832490963555756e-06, + "R": 1.3100066098559182e-07, + "M": 3.4463737392798066e-06, + "O": 6.331314352792106e-07, + "W": 7.357250808581739e-08, + "N": 7.187628852989292e-06, + "Y": 4.512582745519467e-05, + "U": 5.353213339276408e-08, + "K": 8.118179835037154e-07, + "L": 3.836013107161307e-08, + "G": 1.28361934912391e-05, + "F": 0.00027480535209178925, + "E": 0.00047664419980719686, + "T": 1.1791112228820566e-05, + "P": 0.8813807964324951, + "-": 0.11759938299655914 + }, + "id": "tp_17862" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2232766, + "label": "-", + "classification": { + "B": 7.454498823777911e-11, + "S": 1.9269157103263268e-10, + "I": 1.7730617400957271e-06, + "C": 2.3817142036364203e-08, + "R": 9.567353576045434e-10, + "M": 1.120416115441003e-07, + "O": 1.9401719342226897e-08, + "W": 7.323396333802634e-10, + "N": 3.325911634988188e-08, + "Y": 5.326442078512628e-06, + "U": 5.294146232515118e-10, + "K": 1.1392116903152782e-06, + "L": 1.5365525518618028e-10, + "G": 3.57295135700042e-07, + "F": 0.0003059405426029116, + "E": 1.7104879589169286e-05, + "T": 1.4276289448389434e-06, + "P": 0.12634597718715668, + "-": 0.8733208179473877 + }, + "id": "tp_17863" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2232900, + "label": "-", + "classification": { + "B": 8.72692680786713e-07, + "S": 4.83980159060593e-07, + "I": 0.0007344756741076708, + "C": 0.00010769978689495474, + "R": 2.5486506274319254e-05, + "M": 8.148312190314755e-05, + "O": 2.4533894247724675e-05, + "W": 2.2951510345592396e-06, + "N": 2.012097684200853e-05, + "Y": 0.0009831530041992664, + "U": 2.464616500219563e-06, + "K": 1.9343142412253655e-05, + "L": 2.458841208863305e-06, + "G": 0.0002483470889274031, + "F": 0.003291007596999407, + "E": 0.00031847276841290295, + "T": 0.00036556008853949606, + "P": 0.1622067242860794, + "-": 0.8315651416778564 + }, + "id": "tp_17864" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2233033, + "label": "-", + "classification": { + "B": 4.3033196561736986e-08, + "S": 5.078205234099187e-08, + "I": 6.631097676290665e-06, + "C": 1.582474027372882e-07, + "R": 9.798561073637302e-09, + "M": 1.447162844669947e-06, + "O": 6.392630780283071e-07, + "W": 5.30627417560936e-08, + "N": 7.432042252730753e-07, + "Y": 7.561819802504033e-05, + "U": 1.9444401644364007e-08, + "K": 2.2108370103524067e-06, + "L": 1.3567443168938098e-08, + "G": 6.578490229003364e-06, + "F": 0.004435451235622168, + "E": 0.00022172550961840898, + "T": 1.5852732758503407e-05, + "P": 0.38810598850250244, + "-": 0.6071268320083618 + }, + "id": "tp_17865" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2233133, + "label": "-", + "classification": { + "B": 2.0712168091741034e-11, + "S": 8.890013725171286e-12, + "I": 2.1761459265690064e-06, + "C": 6.451449152677924e-09, + "R": 7.336535545743317e-11, + "M": 1.387771941807614e-08, + "O": 2.5686723859053018e-09, + "W": 1.8734418530397257e-11, + "N": 1.2897148238266709e-08, + "Y": 8.265856763500778e-07, + "U": 2.4642281271081146e-11, + "K": 2.826650025156141e-09, + "L": 2.6461622823492625e-11, + "G": 2.427273670946306e-07, + "F": 5.1979452109662816e-05, + "E": 4.625465408025775e-06, + "T": 4.942376676808635e-07, + "P": 0.27231094241142273, + "-": 0.7276286482810974 + }, + "id": "tp_17866" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2233267, + "label": "-", + "classification": { + "B": 1.8613309293868951e-06, + "S": 1.1338674710259511e-07, + "I": 2.344034510315396e-05, + "C": 4.647734499485523e-07, + "R": 1.3554759448197728e-07, + "M": 3.486530840746127e-05, + "O": 1.0747555279522203e-05, + "W": 9.889748753266758e-08, + "N": 2.0187209770483605e-07, + "Y": 2.5332199584227055e-05, + "U": 9.541999190787465e-09, + "K": 8.1260054241028e-10, + "L": 1.1282869536444196e-06, + "G": 2.3283941118279472e-05, + "F": 0.0001118481086450629, + "E": 7.052446107991273e-06, + "T": 0.0001156950747827068, + "P": 0.1844889521598816, + "-": 0.8151547312736511 + }, + "id": "tp_17867" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2233400, + "label": "P", + "classification": { + "B": 2.656598465516913e-12, + "S": 9.537118490776653e-12, + "I": 6.169379958009813e-07, + "C": 6.255981843672487e-11, + "R": 5.640842393878076e-12, + "M": 4.2008388434489063e-10, + "O": 1.4313804308496714e-10, + "W": 3.688701254167537e-12, + "N": 3.902678180622843e-09, + "Y": 3.9436557131011796e-08, + "U": 1.0951991267008077e-12, + "K": 1.4937438785889157e-10, + "L": 1.208859943570284e-12, + "G": 3.506053225521555e-09, + "F": 1.2773693015333265e-05, + "E": 2.3083802602741343e-07, + "T": 2.208771121559039e-08, + "P": 0.9561395645141602, + "-": 0.04384676367044449 + }, + "id": "tp_17868" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2233500, + "label": "P", + "classification": { + "B": 2.7752082587539917e-07, + "S": 4.079356230590747e-08, + "I": 0.00041510388837195933, + "C": 3.499849526633625e-06, + "R": 8.017594410603124e-08, + "M": 1.0382496839156374e-05, + "O": 8.424065640610934e-07, + "W": 4.879045079064781e-08, + "N": 6.756296443199972e-06, + "Y": 1.9638810044853017e-05, + "U": 7.625428821711466e-08, + "K": 5.759313381759057e-08, + "L": 1.9276342300145188e-07, + "G": 1.612094092706684e-05, + "F": 8.288529352284968e-05, + "E": 0.00037013969267718494, + "T": 3.2735330023569986e-05, + "P": 0.8588423728942871, + "-": 0.14019867777824402 + }, + "id": "tp_17869" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2233634, + "label": "P", + "classification": { + "B": 1.1426047308304987e-07, + "S": 9.948010415428143e-08, + "I": 0.00022177388018462807, + "C": 6.387166649801657e-06, + "R": 4.112331737360364e-07, + "M": 2.479704562574625e-05, + "O": 2.192449983340339e-06, + "W": 1.529706281644394e-07, + "N": 5.480798336066073e-06, + "Y": 0.0001769688242347911, + "U": 7.370628196667894e-08, + "K": 1.1071015251218341e-06, + "L": 4.0149708979697607e-07, + "G": 7.022202044026926e-05, + "F": 0.005023675505071878, + "E": 0.00045682190102525055, + "T": 3.7615434848703444e-05, + "P": 0.6226657629013062, + "-": 0.3713059425354004 + }, + "id": "tp_17870" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2233767, + "label": "P", + "classification": { + "B": 9.2056312572808e-10, + "S": 8.005652807341335e-10, + "I": 1.381283436785452e-05, + "C": 3.720734653711588e-08, + "R": 1.537621030500702e-09, + "M": 1.2942341243160627e-07, + "O": 2.7895838528024797e-08, + "W": 1.424917850378904e-09, + "N": 2.1913358239089575e-07, + "Y": 4.030512627650751e-06, + "U": 1.1623743079169913e-09, + "K": 3.517617841453102e-08, + "L": 7.656624778640264e-10, + "G": 2.9354285402405367e-07, + "F": 8.26762625365518e-05, + "E": 2.7365538699086756e-05, + "T": 2.408214186289115e-06, + "P": 0.7293240427970886, + "-": 0.2705448865890503 + }, + "id": "tp_17871" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2233901, + "label": "P", + "classification": { + "B": 5.026227427151753e-06, + "S": 9.893784636005876e-07, + "I": 0.0006058571743778884, + "C": 6.446711722674081e-06, + "R": 4.99748978199932e-07, + "M": 0.00015696510672569275, + "O": 2.188766302424483e-05, + "W": 4.975063916390354e-07, + "N": 2.298596518812701e-05, + "Y": 5.048145249020308e-05, + "U": 1.6800460400645534e-07, + "K": 1.0449889487063047e-06, + "L": 2.561711653470411e-06, + "G": 0.00023792957654222846, + "F": 0.0024344094563275576, + "E": 0.0012615375453606248, + "T": 0.0001492125738877803, + "P": 0.6282423138618469, + "-": 0.3667992651462555 + }, + "id": "tp_17872" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2234001, + "label": "P", + "classification": { + "B": 9.054500083038874e-08, + "S": 1.3648397612087138e-07, + "I": 8.981832070276141e-05, + "C": 1.0852294280994101e-06, + "R": 4.076546034070816e-08, + "M": 1.076064017979661e-05, + "O": 9.205814421875402e-07, + "W": 6.884871339707388e-08, + "N": 6.705332452838775e-06, + "Y": 2.4351284082513303e-05, + "U": 2.5244830226256454e-08, + "K": 5.092172727927391e-07, + "L": 5.143299830479009e-08, + "G": 8.037794032134116e-06, + "F": 0.0005641568568535149, + "E": 0.0003723224508576095, + "T": 3.909524457412772e-05, + "P": 0.8304627537727356, + "-": 0.16841909289360046 + }, + "id": "tp_17873" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2234134, + "label": "-", + "classification": { + "B": 3.6570281025660734e-08, + "S": 7.317935590833713e-09, + "I": 9.404763113707304e-05, + "C": 5.742980647482909e-06, + "R": 2.280982869251602e-07, + "M": 1.7917877812578809e-06, + "O": 6.902610039105639e-07, + "W": 3.063252407287109e-08, + "N": 1.4754483572687604e-06, + "Y": 3.6526875192066655e-05, + "U": 6.482271430741093e-08, + "K": 7.061477163006202e-07, + "L": 5.946390757571862e-08, + "G": 1.910418359329924e-05, + "F": 0.0007801609463058412, + "E": 7.657139212824404e-05, + "T": 1.659072222537361e-05, + "P": 0.39902299642562866, + "-": 0.599943220615387 + }, + "id": "tp_17874" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2234268, + "label": "P", + "classification": { + "B": 6.91412992637197e-07, + "S": 9.221275121262806e-08, + "I": 0.00012569161481224, + "C": 3.448766619840171e-06, + "R": 2.0452634430512262e-07, + "M": 6.824690899520647e-06, + "O": 2.7431115086073987e-06, + "W": 2.2855414272271446e-07, + "N": 7.09441746948869e-06, + "Y": 4.601461478159763e-05, + "U": 1.6816242975892237e-07, + "K": 1.6743058495194418e-06, + "L": 1.7605164259748562e-07, + "G": 4.82432333228644e-05, + "F": 0.0012293750187382102, + "E": 0.0005148948985151947, + "T": 3.875728361890651e-05, + "P": 0.6141051650047302, + "-": 0.38386842608451843 + }, + "id": "tp_17875" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2234401, + "label": "P", + "classification": { + "B": 9.332185157973072e-08, + "S": 6.382739456967101e-07, + "I": 0.0006246385164558887, + "C": 3.1695010420662584e-06, + "R": 5.638906941385358e-07, + "M": 9.186548595607746e-06, + "O": 3.1459010187973035e-06, + "W": 5.214375846662733e-07, + "N": 5.5242751841433346e-05, + "Y": 0.0003378991677891463, + "U": 2.1101401159739908e-07, + "K": 0.00018883733719121665, + "L": 8.265634932058674e-08, + "G": 5.568701817537658e-05, + "F": 0.003988261800259352, + "E": 0.0015111007960513234, + "T": 0.00014565189485438168, + "P": 0.7000395655632019, + "-": 0.2930354177951813 + }, + "id": "tp_17876" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2234501, + "label": "-", + "classification": { + "B": 8.459068862043395e-11, + "S": 8.217988789471775e-11, + "I": 8.04253261321719e-07, + "C": 6.0537264090498866e-09, + "R": 1.0500668390367451e-10, + "M": 1.5125708685559403e-08, + "O": 5.169480399302984e-09, + "W": 1.3095390050121836e-10, + "N": 3.089554567736741e-08, + "Y": 1.6065894214989385e-06, + "U": 1.1146628065006325e-10, + "K": 1.4197415509897837e-07, + "L": 3.216369878766834e-11, + "G": 2.4423533773187955e-07, + "F": 0.00032615545205771923, + "E": 2.3165874154074118e-05, + "T": 6.749253884663631e-07, + "P": 0.49893054366111755, + "-": 0.5007166266441345 + }, + "id": "tp_17877" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2234635, + "label": "P", + "classification": { + "B": 1.1081404077770834e-13, + "S": 6.9153940386590396e-12, + "I": 7.634915988319335e-08, + "C": 2.1925286239343755e-11, + "R": 6.764736882637623e-13, + "M": 1.3434246770582803e-10, + "O": 2.0417649515547254e-10, + "W": 1.3103246786216882e-12, + "N": 1.0597412947177531e-09, + "Y": 3.2182150278003974e-08, + "U": 2.3290893410958524e-13, + "K": 5.6901438422185535e-11, + "L": 3.794847465779516e-13, + "G": 9.668490452696687e-10, + "F": 2.348803900531493e-05, + "E": 8.110596638744028e-09, + "T": 7.180785388527511e-08, + "P": 0.5257573127746582, + "-": 0.47421902418136597 + }, + "id": "tp_17878" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2234768, + "label": "P", + "classification": { + "B": 5.947662273797505e-08, + "S": 5.523565960174892e-08, + "I": 7.264482974278508e-06, + "C": 2.441843491851614e-07, + "R": 3.315750163324083e-08, + "M": 2.3616247801783175e-07, + "O": 6.016959446242254e-07, + "W": 5.489128085400807e-08, + "N": 5.803630074296962e-07, + "Y": 1.3401308933680411e-05, + "U": 1.5119061558266367e-08, + "K": 2.0700665004369512e-07, + "L": 1.3184012104261456e-08, + "G": 3.1282286272471538e-06, + "F": 0.00047093836474232376, + "E": 7.749797987344209e-06, + "T": 1.382242680847412e-05, + "P": 0.5924506783485413, + "-": 0.4070308804512024 + }, + "id": "tp_17879" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2234902, + "label": "-", + "classification": { + "B": 5.9307866777380536e-12, + "S": 2.074137302882084e-12, + "I": 1.2728573750564465e-08, + "C": 3.768890408095693e-11, + "R": 9.928102177175768e-13, + "M": 4.2160108737476776e-10, + "O": 5.323959051395377e-10, + "W": 5.7432743456875546e-12, + "N": 1.5672470266014926e-10, + "Y": 3.010396198988019e-08, + "U": 3.6287083906259843e-13, + "K": 5.2604653272281254e-11, + "L": 1.640380322895374e-12, + "G": 5.4625690637521984e-09, + "F": 2.703435893636197e-05, + "E": 1.2819104711070395e-07, + "T": 2.6145098530605537e-08, + "P": 0.34264644980430603, + "-": 0.6573264002799988 + }, + "id": "tp_17880" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2235002, + "label": "-", + "classification": { + "B": 4.481574222836571e-09, + "S": 8.895279512977083e-10, + "I": 8.923616405809298e-06, + "C": 3.940597252949374e-07, + "R": 1.1182325287961703e-08, + "M": 2.8313766620158276e-07, + "O": 8.75012489132132e-08, + "W": 7.283392111645526e-09, + "N": 4.07509503475012e-07, + "Y": 6.338793900795281e-05, + "U": 5.890289145327188e-09, + "K": 1.5511721358052455e-05, + "L": 1.0617500212362074e-09, + "G": 1.5280353181879036e-05, + "F": 0.002124905353412032, + "E": 0.0004236099193803966, + "T": 5.27119937032694e-06, + "P": 0.32001200318336487, + "-": 0.6773297786712646 + }, + "id": "tp_17881" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2235135, + "label": "-", + "classification": { + "B": 7.76450084782887e-11, + "S": 3.613212160025192e-11, + "I": 3.5343023796485795e-07, + "C": 2.2241108954546007e-09, + "R": 6.482313297251352e-11, + "M": 1.674651706196073e-08, + "O": 1.1439120761735921e-08, + "W": 7.148002328927205e-11, + "N": 7.465787987825934e-09, + "Y": 1.7481997929280624e-06, + "U": 4.289396268730705e-11, + "K": 9.345728635423711e-09, + "L": 3.8541239644196423e-11, + "G": 3.734971869562287e-07, + "F": 8.056844671955332e-05, + "E": 1.679744627836044e-06, + "T": 9.274706940232136e-07, + "P": 0.17887946963310242, + "-": 0.821034848690033 + }, + "id": "tp_17882" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2235269, + "label": "P", + "classification": { + "B": 1.3508696383723873e-09, + "S": 2.143592858772081e-09, + "I": 1.941912341862917e-05, + "C": 6.978267919066639e-08, + "R": 3.419119876113541e-09, + "M": 1.9343470114563388e-07, + "O": 5.843743267064383e-08, + "W": 2.5578832385519945e-09, + "N": 7.142305662455328e-07, + "Y": 4.027965132991085e-06, + "U": 1.5429475475059462e-09, + "K": 1.1590260129423768e-07, + "L": 7.019309578026878e-10, + "G": 1.1642910067166667e-06, + "F": 0.00018182388157583773, + "E": 3.5644312447402626e-05, + "T": 2.646185293997405e-06, + "P": 0.8387042880058289, + "-": 0.16104979813098907 + }, + "id": "tp_17883" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2235402, + "label": "P", + "classification": { + "B": 5.35993251560285e-07, + "S": 5.0868607104348484e-08, + "I": 0.0016689199255779386, + "C": 9.468880648455524e-07, + "R": 1.4057171426884452e-07, + "M": 4.7290639486163855e-05, + "O": 3.2537068364035804e-06, + "W": 3.5649911467317e-08, + "N": 8.566066753701307e-06, + "Y": 0.00012355297803878784, + "U": 1.3512533314496977e-08, + "K": 4.5480086363625105e-09, + "L": 4.1042406451197166e-07, + "G": 4.6067922085057944e-05, + "F": 6.213178858160973e-05, + "E": 0.00021567037038039416, + "T": 0.00013913535804022104, + "P": 0.7315959334373474, + "-": 0.2660873830318451 + }, + "id": "tp_17884" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2235502, + "label": "-", + "classification": { + "B": 6.164224259919138e-07, + "S": 1.3206322364567313e-06, + "I": 0.00015153011190705, + "C": 3.919585651601665e-06, + "R": 6.515302288789826e-07, + "M": 9.46197451412445e-06, + "O": 5.0266644393559545e-06, + "W": 5.832420129081584e-07, + "N": 8.874692866811529e-06, + "Y": 0.0003124480426777154, + "U": 4.2645999087653763e-07, + "K": 2.3882403183961287e-06, + "L": 4.14084865951736e-07, + "G": 3.06472102238331e-05, + "F": 0.0013086285907775164, + "E": 0.00010081306390929967, + "T": 0.00020577428222168237, + "P": 0.41559186577796936, + "-": 0.5822645425796509 + }, + "id": "tp_17885" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2235636, + "label": "P", + "classification": { + "B": 7.172826108027205e-14, + "S": 2.0695895084493765e-12, + "I": 8.823978880911909e-09, + "C": 4.600085503486673e-13, + "R": 1.4460622708490668e-14, + "M": 2.1361612565634625e-12, + "O": 4.838454723682384e-12, + "W": 4.3601775835677703e-13, + "N": 4.5090717271101255e-10, + "Y": 1.0969575248154229e-09, + "U": 1.716226139881257e-14, + "K": 5.571614836163974e-10, + "L": 6.78254856250303e-15, + "G": 3.1931565724896416e-10, + "F": 1.368630000797566e-05, + "E": 4.836349489778513e-07, + "T": 5.23417753583999e-10, + "P": 0.9878111481666565, + "-": 0.012174677103757858 + }, + "id": "tp_17886" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2235769, + "label": "-", + "classification": { + "B": 4.8633605587156126e-08, + "S": 3.128525705164975e-08, + "I": 2.313800541742239e-05, + "C": 5.150754986971151e-07, + "R": 3.8717335115734386e-08, + "M": 1.3536799770008656e-06, + "O": 9.57715656113578e-07, + "W": 6.353928228008954e-08, + "N": 1.0765894558062428e-06, + "Y": 6.179716001497582e-05, + "U": 6.057331347619765e-08, + "K": 3.381746410013875e-06, + "L": 2.7920687983851167e-08, + "G": 1.1074634130636696e-05, + "F": 0.0009787059389054775, + "E": 5.4479191021528095e-05, + "T": 2.8705888325930573e-05, + "P": 0.2333192676305771, + "-": 0.7655152678489685 + }, + "id": "tp_17887" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2235903, + "label": "P", + "classification": { + "B": 7.39086136042344e-12, + "S": 5.2547788169377e-12, + "I": 2.3131738089432474e-06, + "C": 9.317313143242245e-09, + "R": 7.73466499182085e-11, + "M": 1.0545662121330679e-08, + "O": 1.8644970012360318e-09, + "W": 1.7947851538302473e-11, + "N": 1.6113864020894653e-08, + "Y": 2.504704355033027e-07, + "U": 1.5074799047942733e-11, + "K": 1.9900614489642976e-09, + "L": 1.7666293775087105e-11, + "G": 1.1027066193491919e-07, + "F": 4.606690345099196e-05, + "E": 6.67487893224461e-06, + "T": 1.2932619597449957e-07, + "P": 0.6273319721221924, + "-": 0.37261244654655457 + }, + "id": "tp_17888" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2236003, + "label": "-", + "classification": { + "B": 3.1133464517552056e-07, + "S": 9.853792448666354e-08, + "I": 0.0005799758364446461, + "C": 1.6723593944334425e-05, + "R": 7.144612482079538e-06, + "M": 6.690719601465389e-05, + "O": 1.185685869131703e-05, + "W": 2.454292200582131e-07, + "N": 1.0634887985361274e-05, + "Y": 0.0011641279561445117, + "U": 3.858338857298804e-07, + "K": 1.2104737834306434e-06, + "L": 8.474276569359063e-07, + "G": 0.0002658326702658087, + "F": 0.0004850454570259899, + "E": 0.00017285133071709424, + "T": 0.0011645937338471413, + "P": 0.12892673909664154, + "-": 0.8671244382858276 + }, + "id": "tp_17889" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2236136, + "label": "-", + "classification": { + "B": 3.0939797165258076e-12, + "S": 2.602419668651379e-10, + "I": 3.415858174093955e-08, + "C": 1.2130113580255397e-09, + "R": 1.932964899253875e-11, + "M": 2.7020206072592146e-09, + "O": 4.274999465536666e-09, + "W": 1.0969408714700535e-10, + "N": 2.915095942412904e-09, + "Y": 8.080302222879254e-07, + "U": 7.506195318085496e-12, + "K": 3.2244222847310766e-09, + "L": 7.288476246147813e-12, + "G": 2.977472490783839e-08, + "F": 0.0005435977946035564, + "E": 2.8949634156560933e-07, + "T": 2.9837846682312374e-07, + "P": 0.31686922907829285, + "-": 0.6825856566429138 + }, + "id": "tp_17890" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2236270, + "label": "-", + "classification": { + "B": 2.0797101887848335e-11, + "S": 2.2918521247472512e-11, + "I": 3.727264811459463e-06, + "C": 2.6508011785608687e-08, + "R": 9.081553287160204e-10, + "M": 1.1168977920306133e-07, + "O": 1.3396326714598672e-08, + "W": 1.0479069001423369e-10, + "N": 2.4295676581687076e-08, + "Y": 6.290914825513028e-06, + "U": 5.6368187895117217e-11, + "K": 5.736456643035126e-09, + "L": 1.0087506524536494e-10, + "G": 4.408171321301779e-07, + "F": 3.201872459612787e-05, + "E": 7.888106665632222e-06, + "T": 2.458037897667964e-06, + "P": 0.12519478797912598, + "-": 0.8747521638870239 + }, + "id": "tp_17891" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2236403, + "label": "-", + "classification": { + "B": 7.575004623561199e-09, + "S": 4.640524853272154e-09, + "I": 9.832320756686386e-06, + "C": 6.025746301929757e-08, + "R": 4.036089684689159e-09, + "M": 6.267055141506717e-07, + "O": 2.903199458614836e-07, + "W": 6.158529686217662e-09, + "N": 4.1273179363088275e-07, + "Y": 1.2975606296095066e-05, + "U": 4.854100676965345e-09, + "K": 2.08216732744404e-07, + "L": 3.0036839682168193e-09, + "G": 2.3048228285915684e-06, + "F": 0.00025895130238495767, + "E": 2.919453072536271e-05, + "T": 2.0821913494728506e-05, + "P": 0.3426049053668976, + "-": 0.657059371471405 + }, + "id": "tp_17892" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2236503, + "label": "-", + "classification": { + "B": 6.2218802332481e-10, + "S": 6.947909469978697e-10, + "I": 1.893673288577702e-05, + "C": 1.1755314943684425e-07, + "R": 1.1454210024908207e-08, + "M": 7.629876108694589e-08, + "O": 4.105894646500019e-08, + "W": 4.473375447844319e-09, + "N": 2.865339467916783e-07, + "Y": 5.0676990213105455e-05, + "U": 4.4801207188527314e-09, + "K": 1.204895056616806e-06, + "L": 4.500004535668012e-10, + "G": 1.4848757245999877e-06, + "F": 0.000288432405795902, + "E": 2.824448347382713e-05, + "T": 3.405225015740143e-06, + "P": 0.37884581089019775, + "-": 0.6207612752914429 + }, + "id": "tp_17893" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2236637, + "label": "-", + "classification": { + "B": 0.00011135516251670197, + "S": 1.8694554455578327e-05, + "I": 0.0029602928552776575, + "C": 0.0005862481193616986, + "R": 5.927918755332939e-05, + "M": 0.0008755646995268762, + "O": 0.00024275788746308535, + "W": 1.5026195796963293e-05, + "N": 0.00022708393225912005, + "Y": 0.002772990148514509, + "U": 2.6722715119831264e-05, + "K": 1.1702580195560586e-05, + "L": 9.506253991276026e-05, + "G": 0.0025265116710215807, + "F": 0.003865870414301753, + "E": 0.0029746678192168474, + "T": 0.0035049619618803263, + "P": 0.3713395297527313, + "-": 0.6077855825424194 + }, + "id": "tp_17894" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2236770, + "label": "-", + "classification": { + "B": 1.9012985603694688e-06, + "S": 1.0143618567326484e-07, + "I": 4.521543451119214e-05, + "C": 3.1078436677489663e-06, + "R": 5.159816396371752e-07, + "M": 2.0777637473656796e-05, + "O": 7.350056421273621e-06, + "W": 3.0653313842776697e-07, + "N": 1.349631133962248e-06, + "Y": 0.00012329159653745592, + "U": 8.700259712668412e-08, + "K": 1.0565876351620318e-07, + "L": 7.545797302555002e-07, + "G": 4.4909025746164843e-05, + "F": 0.0004754717811010778, + "E": 5.806928675156087e-05, + "T": 0.00010066404502140358, + "P": 0.25517067313194275, + "-": 0.7439453601837158 + }, + "id": "tp_17895" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2236904, + "label": "P", + "classification": { + "B": 7.641270428904168e-13, + "S": 1.6341986357887306e-12, + "I": 2.1741775526606943e-06, + "C": 6.048442302564183e-10, + "R": 1.875789454319765e-11, + "M": 6.966682786213596e-10, + "O": 3.100351364526688e-10, + "W": 6.079595594316034e-12, + "N": 7.047892935929667e-09, + "Y": 1.2926820147640683e-07, + "U": 1.8324522454982173e-11, + "K": 1.2866687715273883e-09, + "L": 2.5024864992728713e-12, + "G": 6.1158216269063814e-09, + "F": 4.654280928662047e-06, + "E": 4.5764917899759894e-07, + "T": 1.8370927534760995e-07, + "P": 0.5326893925666809, + "-": 0.467303067445755 + }, + "id": "tp_17896" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2237004, + "label": "P", + "classification": { + "B": 1.2531514714808623e-10, + "S": 2.1454889947980504e-11, + "I": 2.5519826522213407e-05, + "C": 5.9604229107890205e-08, + "R": 2.5965345429312947e-09, + "M": 1.1627215457110651e-07, + "O": 5.97404348212649e-09, + "W": 3.8197535412454187e-11, + "N": 6.612300751385192e-08, + "Y": 2.0050495095347287e-06, + "U": 9.638918135879138e-11, + "K": 1.1370730051973865e-10, + "L": 8.295794606816287e-10, + "G": 7.475014740521146e-07, + "F": 1.0578355613688473e-05, + "E": 1.25340930026141e-05, + "T": 1.4836256241324008e-06, + "P": 0.878034770488739, + "-": 0.12191217392683029 + }, + "id": "tp_17897" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2237137, + "label": "-", + "classification": { + "B": 6.402238184044506e-10, + "S": 1.6651363621278392e-10, + "I": 5.902979296479316e-07, + "C": 7.529051160304334e-09, + "R": 2.8023242060193354e-10, + "M": 6.779345795848712e-08, + "O": 2.8881297353677837e-08, + "W": 3.5403757703278416e-10, + "N": 9.930142930159036e-09, + "Y": 7.359082587754529e-07, + "U": 6.959775117332256e-11, + "K": 7.815393332499809e-10, + "L": 2.1703640273873503e-10, + "G": 2.418907172341278e-07, + "F": 2.5958885089494288e-05, + "E": 9.412401027475426e-07, + "T": 1.4817137525824364e-06, + "P": 0.40264809131622314, + "-": 0.5973218083381653 + }, + "id": "tp_17898" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2237271, + "label": "P", + "classification": { + "B": 3.165640860558483e-09, + "S": 4.5473747434243705e-08, + "I": 8.481776603730395e-05, + "C": 1.5197331038052653e-07, + "R": 1.3597818870891842e-08, + "M": 5.573816679316224e-07, + "O": 1.5996351976355072e-07, + "W": 1.7968817545011007e-08, + "N": 7.847679626138415e-06, + "Y": 5.847259217262035e-06, + "U": 6.050152823178223e-09, + "K": 2.0004206362500554e-06, + "L": 2.365291518202639e-09, + "G": 5.501728992385324e-07, + "F": 0.0002526078897062689, + "E": 0.00012291358143556863, + "T": 7.981408998603001e-06, + "P": 0.8798860311508179, + "-": 0.11962836980819702 + }, + "id": "tp_17899" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2237404, + "label": "P", + "classification": { + "B": 2.7765048038475015e-09, + "S": 1.0114200144073493e-08, + "I": 0.0001788955123629421, + "C": 1.541006042771187e-07, + "R": 1.567582152972591e-08, + "M": 3.066065517032257e-07, + "O": 9.118411981035024e-08, + "W": 2.0391691890608854e-08, + "N": 1.2404682820488233e-05, + "Y": 8.525231351086404e-06, + "U": 9.534598000016103e-09, + "K": 1.1048430678783916e-05, + "L": 2.0733001981909638e-09, + "G": 5.116658485349035e-06, + "F": 0.0005166201153770089, + "E": 0.0009736384963616729, + "T": 5.460822194436332e-06, + "P": 0.921593964099884, + "-": 0.07669377326965332 + }, + "id": "tp_17900" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2237504, + "label": "P", + "classification": { + "B": 6.214020409345267e-09, + "S": 2.3555999373314762e-09, + "I": 4.740314125228906e-06, + "C": 4.427405286833164e-08, + "R": 1.9297119457917233e-09, + "M": 2.3805321802683466e-07, + "O": 8.112974114737881e-08, + "W": 4.411134568726993e-09, + "N": 1.3284159194881795e-07, + "Y": 1.0576360182312783e-05, + "U": 2.0260424449247694e-09, + "K": 2.0241500919837563e-07, + "L": 1.647588177000614e-09, + "G": 2.7245853289059596e-06, + "F": 0.0006802767748013139, + "E": 5.073458669357933e-05, + "T": 2.734982899710303e-06, + "P": 0.5060315728187561, + "-": 0.493215948343277 + }, + "id": "tp_17901" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2237638, + "label": "-", + "classification": { + "B": 2.176273827814157e-09, + "S": 2.1262618332684724e-09, + "I": 9.348997991764918e-05, + "C": 1.6885861668924917e-06, + "R": 1.62021649430244e-07, + "M": 1.0098174243466929e-06, + "O": 2.1289605456331628e-07, + "W": 1.3464994452760948e-08, + "N": 1.4014806311024586e-06, + "Y": 3.7291410990292206e-05, + "U": 1.6164158012088592e-08, + "K": 3.6414339774637483e-06, + "L": 9.745980911191054e-09, + "G": 6.812488209106959e-06, + "F": 0.0014228634536266327, + "E": 0.00011616499978117645, + "T": 8.355261343240272e-06, + "P": 0.36896419525146484, + "-": 0.629342794418335 + }, + "id": "tp_17902" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2237771, + "label": "-", + "classification": { + "B": 1.0117516069385601e-07, + "S": 4.3832122287312814e-07, + "I": 3.6557295970851555e-05, + "C": 1.4315231737782597e-06, + "R": 1.3132329002019105e-07, + "M": 3.1422393931279657e-06, + "O": 2.274844973726431e-06, + "W": 1.7020708753534564e-07, + "N": 3.052753982046852e-06, + "Y": 4.406133302836679e-05, + "U": 4.0116479027574314e-08, + "K": 6.119217914601904e-07, + "L": 5.0253078143214225e-08, + "G": 8.548182449885644e-06, + "F": 0.0008202269091270864, + "E": 4.552415703074075e-05, + "T": 5.362046795198694e-05, + "P": 0.4914267957210541, + "-": 0.507553219795227 + }, + "id": "tp_17903" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2237905, + "label": "P", + "classification": { + "B": 6.58740770265176e-12, + "S": 3.267461648470693e-11, + "I": 9.478209904045798e-06, + "C": 4.31441105064323e-09, + "R": 2.532868081939199e-10, + "M": 6.348363168484639e-09, + "O": 1.7899073334604054e-09, + "W": 3.9042668403821423e-11, + "N": 7.147564673459783e-08, + "Y": 3.7699248878197977e-07, + "U": 2.9067059523213423e-11, + "K": 1.9800416861670556e-09, + "L": 1.137086692165612e-11, + "G": 2.392919817850725e-08, + "F": 2.192929787270259e-05, + "E": 7.965936106302252e-07, + "T": 3.429162802603969e-07, + "P": 0.7913381457328796, + "-": 0.20862875878810883 + }, + "id": "tp_17904" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2238005, + "label": "P", + "classification": { + "B": 1.6968466809430538e-07, + "S": 5.561021865219118e-08, + "I": 0.0015514142578467727, + "C": 1.1535850035215844e-06, + "R": 3.106721635504073e-07, + "M": 3.2116874990606448e-06, + "O": 1.683496407167695e-06, + "W": 3.095930622976084e-08, + "N": 1.2967538168595638e-05, + "Y": 1.4942123016226105e-05, + "U": 1.6160145221988387e-08, + "K": 5.9345515168729435e-09, + "L": 1.9244687621267076e-07, + "G": 1.1798804735008162e-05, + "F": 6.96277929819189e-05, + "E": 1.910153696371708e-05, + "T": 2.9647006158484146e-05, + "P": 0.8942083716392517, + "-": 0.10407526046037674 + }, + "id": "tp_17905" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2238138, + "label": "-", + "classification": { + "B": 8.271076694654766e-06, + "S": 1.0218636816716753e-05, + "I": 0.003421919420361519, + "C": 0.00020585684978868812, + "R": 6.87486826791428e-05, + "M": 0.0004046194953843951, + "O": 0.00023986404994502664, + "W": 1.1213926882192027e-05, + "N": 0.00013621784455608577, + "Y": 0.0025318146217614412, + "U": 1.4878525689709932e-05, + "K": 5.100256203149911e-06, + "L": 4.669752161134966e-05, + "G": 0.0006634496385231614, + "F": 0.0009634860325604677, + "E": 0.00034610307193361223, + "T": 0.006720189470797777, + "P": 0.20881877839565277, + "-": 0.7753824591636658 + }, + "id": "tp_17906" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2238272, + "label": "P", + "classification": { + "B": 6.829444121336792e-09, + "S": 1.5924662699617897e-09, + "I": 1.5152977539401036e-05, + "C": 1.2384587932956492e-07, + "R": 6.3697127572481804e-09, + "M": 5.07952165662573e-07, + "O": 1.3885434668736707e-07, + "W": 2.0126820210464302e-09, + "N": 3.8172584027051926e-07, + "Y": 4.399186764203478e-06, + "U": 1.0248587534178455e-09, + "K": 2.112606312110188e-09, + "L": 4.650423157670502e-09, + "G": 2.091768010359374e-06, + "F": 3.496411954984069e-05, + "E": 9.806963134906255e-06, + "T": 6.3314769249700475e-06, + "P": 0.8607184290885925, + "-": 0.13920772075653076 + }, + "id": "tp_17907" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2238405, + "label": "P", + "classification": { + "B": 1.7433809262001887e-05, + "S": 0.00010344899783376604, + "I": 0.02610265277326107, + "C": 0.00010119070066139102, + "R": 2.1493518943316303e-05, + "M": 0.0009361698175780475, + "O": 0.0001492724404670298, + "W": 3.995360748376697e-05, + "N": 0.003547560889273882, + "Y": 0.0039774393662810326, + "U": 5.439945653051836e-06, + "K": 0.0014791410649195313, + "L": 8.877177606336772e-06, + "G": 0.0013850599061697721, + "F": 0.009926165454089642, + "E": 0.028493650257587433, + "T": 0.0031448868103325367, + "P": 0.7514815330505371, + "-": 0.16907867789268494 + }, + "id": "tp_17908" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2238505, + "label": "-", + "classification": { + "B": 7.231108725136437e-07, + "S": 6.607373848055431e-07, + "I": 4.5617995056090876e-05, + "C": 4.427209205459803e-06, + "R": 6.207810656633228e-07, + "M": 2.5532701329211704e-05, + "O": 8.23037316877162e-06, + "W": 4.504445598740858e-07, + "N": 5.633395630866289e-06, + "Y": 0.0005010587046854198, + "U": 2.253979261013228e-07, + "K": 3.465658301138319e-05, + "L": 3.17552064643678e-07, + "G": 0.000140905161970295, + "F": 0.005966163706034422, + "E": 0.0006031104712747037, + "T": 0.0002168353385059163, + "P": 0.1540779173374176, + "-": 0.8383668065071106 + }, + "id": "tp_17909" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2238639, + "label": "-", + "classification": { + "B": 9.560680247489017e-09, + "S": 3.3668219323601534e-09, + "I": 3.113067941740155e-05, + "C": 1.4864256172586465e-06, + "R": 8.235870296857684e-08, + "M": 7.784834110680094e-07, + "O": 3.2222695267591916e-07, + "W": 1.2176186281465107e-08, + "N": 5.665186222358898e-07, + "Y": 4.0622588130645454e-05, + "U": 2.3727631415226824e-08, + "K": 1.817639940782101e-07, + "L": 2.526646092348983e-08, + "G": 1.1996969078609254e-05, + "F": 0.00132744200527668, + "E": 3.474743425613269e-05, + "T": 1.1284789252385963e-05, + "P": 0.35122013092041016, + "-": 0.6473191976547241 + }, + "id": "tp_17910" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2238772, + "label": "-", + "classification": { + "B": 3.016670291344781e-08, + "S": 6.491338133685076e-09, + "I": 2.1413350623333827e-05, + "C": 7.904317840257136e-07, + "R": 5.3199300964479335e-08, + "M": 1.1144558129672077e-06, + "O": 4.207988126836426e-07, + "W": 1.4663262604130978e-08, + "N": 2.3499713108776632e-07, + "Y": 1.684328162809834e-05, + "U": 6.982730837989948e-09, + "K": 5.224270349657445e-09, + "L": 3.8802696167294926e-08, + "G": 2.616495976326405e-06, + "F": 9.351477638119832e-05, + "E": 1.3390436834015418e-05, + "T": 2.0209932699799538e-05, + "P": 0.31586340069770813, + "-": 0.6839659214019775 + }, + "id": "tp_17911" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2238906, + "label": "-", + "classification": { + "B": 2.3918484970408826e-09, + "S": 5.136664427141113e-09, + "I": 2.5164022190438118e-06, + "C": 1.0986633469656226e-07, + "R": 6.524937035123912e-09, + "M": 9.540971177557367e-07, + "O": 1.985991247011043e-07, + "W": 4.881288262481576e-09, + "N": 1.1152562251481868e-07, + "Y": 2.8254718927200884e-05, + "U": 2.404757504237409e-09, + "K": 3.016276082234981e-07, + "L": 5.6358979705350976e-09, + "G": 2.100658775816555e-06, + "F": 0.001128828851506114, + "E": 1.1861089660669677e-05, + "T": 1.6598705769865774e-05, + "P": 0.09974556416273117, + "-": 0.8990625739097595 + }, + "id": "tp_17912" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2239006, + "label": "-", + "classification": { + "B": 4.524184760157368e-07, + "S": 1.567266565416503e-07, + "I": 5.98385049670469e-05, + "C": 1.1637615671133972e-06, + "R": 5.485615020006662e-07, + "M": 5.381425125960959e-06, + "O": 6.745816335751442e-06, + "W": 2.8796327455893334e-07, + "N": 2.335684712306829e-06, + "Y": 4.6307042794069275e-05, + "U": 5.672918845789354e-08, + "K": 1.0560270169435171e-07, + "L": 2.3102867885427258e-07, + "G": 1.3187102013034746e-05, + "F": 0.00045323619269765913, + "E": 1.819943281589076e-05, + "T": 9.894260438159108e-05, + "P": 0.36636677384376526, + "-": 0.6329260468482971 + }, + "id": "tp_17913" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2239139, + "label": "P", + "classification": { + "B": 9.693812592914686e-13, + "S": 1.5598501223318406e-12, + "I": 2.410871786651114e-07, + "C": 4.914539608602553e-11, + "R": 8.463516346091104e-13, + "M": 1.9030041431555844e-10, + "O": 6.938918190035892e-11, + "W": 6.240581510753851e-13, + "N": 1.2763945456129022e-09, + "Y": 5.923460832946148e-09, + "U": 3.064610197556217e-13, + "K": 1.2119872813687316e-11, + "L": 5.618808369967088e-13, + "G": 1.6113793632754891e-09, + "F": 6.873954134789528e-06, + "E": 2.44040762709119e-07, + "T": 7.172954230583173e-09, + "P": 0.9458374977111816, + "-": 0.05415518209338188 + }, + "id": "tp_17914" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2239273, + "label": "-", + "classification": { + "B": 1.317932714073322e-07, + "S": 9.109560323850019e-07, + "I": 0.0002905126311816275, + "C": 6.476506769104162e-06, + "R": 1.7127957789853099e-06, + "M": 2.8262144041946158e-05, + "O": 8.992621587822214e-06, + "W": 7.673688742215745e-07, + "N": 2.1811025362694636e-05, + "Y": 0.0007403315394185483, + "U": 2.989515621720784e-07, + "K": 1.0008506251324434e-05, + "L": 2.632091309351381e-07, + "G": 4.755944974021986e-05, + "F": 0.0019290108466520905, + "E": 0.0003147684328723699, + "T": 0.00043054961133748293, + "P": 0.2947435975074768, + "-": 0.7014240622520447 + }, + "id": "tp_17915" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2239406, + "label": "P", + "classification": { + "B": 6.39866241589071e-12, + "S": 1.014599862458887e-12, + "I": 1.8022537062734045e-07, + "C": 6.452178743544812e-13, + "R": 6.6486999926614315e-15, + "M": 6.909168792645914e-10, + "O": 1.947667721546864e-11, + "W": 6.735370182593681e-14, + "N": 7.191912065884765e-10, + "Y": 2.6806956654468195e-09, + "U": 1.185629709237997e-14, + "K": 1.2472343036834532e-12, + "L": 1.4743311823120497e-13, + "G": 1.9546773089018643e-09, + "F": 4.936185860060505e-07, + "E": 2.882835815398721e-06, + "T": 3.1203797323797744e-09, + "P": 0.9838138818740845, + "-": 0.016182569786906242 + }, + "id": "tp_17916" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2239506, + "label": "P", + "classification": { + "B": 1.0808929307160042e-09, + "S": 2.7611570807550834e-09, + "I": 3.263024700572714e-05, + "C": 9.439511217124164e-08, + "R": 1.062713916866187e-08, + "M": 9.349541585379484e-08, + "O": 5.9359404502856705e-08, + "W": 1.748049038852173e-09, + "N": 1.2383420653350186e-06, + "Y": 3.4765155305649387e-06, + "U": 1.7216179593049219e-09, + "K": 3.908784762529649e-08, + "L": 9.603360329180077e-10, + "G": 1.3059219554634183e-06, + "F": 0.00014111875498201698, + "E": 1.6128453353303485e-05, + "T": 2.9857608296879334e-06, + "P": 0.883894145488739, + "-": 0.1159067451953888 + }, + "id": "tp_17917" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2239640, + "label": "-", + "classification": { + "B": 1.2080429972333162e-12, + "S": 1.565925259469983e-13, + "I": 1.1082575968046626e-09, + "C": 2.954345969252703e-12, + "R": 8.628715146910548e-14, + "M": 2.1031615685118688e-11, + "O": 1.5361084626519528e-10, + "W": 2.6995522787662263e-13, + "N": 6.473978471366326e-12, + "Y": 3.299426509784098e-09, + "U": 9.833361338737467e-15, + "K": 6.008048062961652e-14, + "L": 2.082895488031422e-13, + "G": 1.0974602338009731e-09, + "F": 1.4782958714931738e-06, + "E": 1.005284078203772e-09, + "T": 5.752957665805525e-09, + "P": 0.3039754629135132, + "-": 0.6960231065750122 + }, + "id": "tp_17918" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2239773, + "label": "-", + "classification": { + "B": 2.1941228001143287e-10, + "S": 5.966133143076036e-10, + "I": 1.260950830328511e-05, + "C": 7.530597372351622e-07, + "R": 3.281306248936744e-08, + "M": 4.6227413008637086e-07, + "O": 8.730095402142979e-08, + "W": 8.351974667419881e-10, + "N": 1.8310070970528614e-07, + "Y": 9.506259084446356e-05, + "U": 1.4824397265300604e-09, + "K": 2.517430743864679e-07, + "L": 2.8698761145307117e-09, + "G": 1.8328119040234014e-05, + "F": 0.0016319325659424067, + "E": 2.058162135654129e-05, + "T": 1.5005311070126481e-05, + "P": 0.10311073064804077, + "-": 0.8950939178466797 + }, + "id": "tp_17919" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2239907, + "label": "P", + "classification": { + "B": 1.3317375646693108e-07, + "S": 2.1159600294140546e-07, + "I": 0.00018313410691916943, + "C": 3.869996362482198e-06, + "R": 4.60957664927264e-07, + "M": 2.6100340164703084e-06, + "O": 1.0837253512363532e-06, + "W": 1.1351696826977786e-07, + "N": 1.4851194464426953e-05, + "Y": 8.492867345921695e-05, + "U": 9.407244760950562e-08, + "K": 3.0740757210878655e-06, + "L": 6.593975143687203e-08, + "G": 2.799459434754681e-05, + "F": 0.0019203705014660954, + "E": 0.0004502427182160318, + "T": 2.409005719528068e-05, + "P": 0.8628817200660706, + "-": 0.13440091907978058 + }, + "id": "tp_17920" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2240007, + "label": "-", + "classification": { + "B": 6.599905622017843e-10, + "S": 1.5859331903289586e-10, + "I": 2.3207246613310417e-07, + "C": 2.1910846470518663e-09, + "R": 1.104759270176281e-10, + "M": 1.1489034079659177e-07, + "O": 2.7302798244477344e-08, + "W": 2.957662448288545e-10, + "N": 2.600330173407883e-09, + "Y": 8.263320410151209e-07, + "U": 1.2351873690530368e-10, + "K": 8.739465401363944e-11, + "L": 1.0860773391740963e-09, + "G": 7.273570190591272e-08, + "F": 3.414590173633769e-05, + "E": 2.965996941384219e-07, + "T": 8.95754692464834e-06, + "P": 0.14715427160263062, + "-": 0.8528010845184326 + }, + "id": "tp_17921" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2240140, + "label": "P", + "classification": { + "B": 1.7861543355479625e-09, + "S": 7.832269943719439e-09, + "I": 1.1831492884084582e-05, + "C": 1.0368356839762782e-08, + "R": 9.264572442546637e-10, + "M": 6.775011485160576e-08, + "O": 1.3922402786192833e-08, + "W": 2.4520985242304505e-09, + "N": 8.363545589418209e-07, + "Y": 1.8787726503433078e-06, + "U": 5.734723806938291e-10, + "K": 1.692905868821981e-07, + "L": 5.124196622574573e-10, + "G": 2.3825194261917204e-07, + "F": 0.0004630438925232738, + "E": 6.544557254528627e-05, + "T": 8.885991746865329e-07, + "P": 0.965917706489563, + "-": 0.033537883311510086 + }, + "id": "tp_17922" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2240274, + "label": "-", + "classification": { + "B": 1.469323649416765e-07, + "S": 9.185160365632328e-08, + "I": 6.331122131086886e-05, + "C": 6.449511715800327e-07, + "R": 1.9439181642155745e-07, + "M": 1.1425559023336973e-05, + "O": 5.123611572344089e-06, + "W": 8.737959689142372e-08, + "N": 1.3539329302147962e-06, + "Y": 6.793662760173902e-05, + "U": 1.2430632523319218e-08, + "K": 6.16725444047006e-08, + "L": 2.3331733700615587e-07, + "G": 6.235440378077328e-05, + "F": 0.0012583420611917973, + "E": 4.856448504142463e-05, + "T": 6.577438762178645e-05, + "P": 0.24329543113708496, + "-": 0.7551190257072449 + }, + "id": "tp_17923" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2240407, + "label": "P", + "classification": { + "B": 5.49145728889755e-10, + "S": 1.51028189954161e-10, + "I": 5.599575615633512e-06, + "C": 9.775219744767583e-09, + "R": 2.7051344497763807e-10, + "M": 1.3467885473517072e-08, + "O": 5.272671632639003e-09, + "W": 3.981811269593294e-10, + "N": 7.73428467937265e-08, + "Y": 4.847172476729611e-07, + "U": 2.716757929732694e-10, + "K": 1.2643102564879882e-08, + "L": 1.3623119299310815e-10, + "G": 1.970304310816573e-07, + "F": 8.117943798424676e-05, + "E": 2.79846371995518e-05, + "T": 1.6194627505683457e-07, + "P": 0.9212760329246521, + "-": 0.07860827445983887 + }, + "id": "tp_17924" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2240507, + "label": "-", + "classification": { + "B": 2.790500730043277e-06, + "S": 1.0272965482727159e-06, + "I": 8.077227539615706e-05, + "C": 2.3140464691095985e-06, + "R": 2.178754812121042e-07, + "M": 1.5292878742911853e-05, + "O": 1.4193459719535895e-05, + "W": 7.581444378956803e-07, + "N": 9.062926437763963e-06, + "Y": 8.220912422984838e-05, + "U": 3.22499403182519e-07, + "K": 1.4396990763998474e-06, + "L": 8.046827133512124e-07, + "G": 1.9868803065037355e-05, + "F": 0.0021721257362514734, + "E": 0.00014602263399865478, + "T": 0.0001251862122444436, + "P": 0.3827129006385803, + "-": 0.6146126985549927 + }, + "id": "tp_17925" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2240641, + "label": "P", + "classification": { + "B": 3.916088644473348e-07, + "S": 9.203405682001176e-08, + "I": 0.00014067198208067566, + "C": 7.829529522496159e-07, + "R": 2.926384752299782e-07, + "M": 4.4949142647965346e-06, + "O": 4.682510279963026e-06, + "W": 1.6712021988496417e-07, + "N": 3.017742528754752e-06, + "Y": 8.27092935651308e-06, + "U": 1.6144017678243472e-08, + "K": 2.644160268516771e-08, + "L": 2.4559201960983046e-07, + "G": 1.5623216313542798e-05, + "F": 0.00013280885468702763, + "E": 1.2880092072009575e-05, + "T": 3.827741238637827e-05, + "P": 0.6422211527824402, + "-": 0.35741615295410156 + }, + "id": "tp_17926" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2240774, + "label": "-", + "classification": { + "B": 8.391619303438347e-06, + "S": 4.920778337691445e-06, + "I": 5.70588163100183e-05, + "C": 2.4177534214686602e-05, + "R": 4.459706360648852e-06, + "M": 0.0002824485709425062, + "O": 8.526910096406937e-05, + "W": 2.8272668259887723e-06, + "N": 4.1756884456845e-06, + "Y": 0.0010085075628012419, + "U": 4.684054601966636e-07, + "K": 3.549392602053558e-07, + "L": 2.0512574337772094e-05, + "G": 0.0003093912673648447, + "F": 0.006127352826297283, + "E": 8.518741378793493e-05, + "T": 0.0007517194026149809, + "P": 0.05876176431775093, + "-": 0.9324609637260437 + }, + "id": "tp_17927" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2240908, + "label": "P", + "classification": { + "B": 6.608176672528998e-09, + "S": 1.276901473445946e-09, + "I": 3.258391370764002e-05, + "C": 1.5192979674338858e-07, + "R": 8.487154090630611e-09, + "M": 4.354449743004807e-07, + "O": 4.687912280587625e-08, + "W": 1.6015625492471486e-09, + "N": 6.00387636495725e-07, + "Y": 1.0378285878687166e-05, + "U": 1.3739581694593994e-09, + "K": 5.405323832974318e-08, + "L": 2.4334012582727382e-09, + "G": 4.224973963573575e-06, + "F": 0.0001745471527101472, + "E": 6.427027255995199e-05, + "T": 3.914085937140044e-06, + "P": 0.8415424823760986, + "-": 0.15816639363765717 + }, + "id": "tp_17928" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2241008, + "label": "-", + "classification": { + "B": 8.39737538171903e-07, + "S": 1.8394131018339976e-07, + "I": 1.593214437889401e-05, + "C": 5.1919118959631305e-06, + "R": 3.309179135158047e-07, + "M": 3.619818016886711e-05, + "O": 1.0299464520358015e-05, + "W": 2.1753952239578211e-07, + "N": 9.620002856536303e-07, + "Y": 0.00015214532322715968, + "U": 9.32290120658763e-08, + "K": 5.322665401763516e-07, + "L": 5.945518068983802e-07, + "G": 7.960908260429278e-05, + "F": 0.0013819520827382803, + "E": 4.229636033414863e-05, + "T": 0.00017928519810084254, + "P": 0.11902116239070892, + "-": 0.8790721297264099 + }, + "id": "tp_17929" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2241141, + "label": "P", + "classification": { + "B": 1.1003042033053134e-08, + "S": 5.1719773352942866e-08, + "I": 5.374965439841617e-06, + "C": 1.265696738528277e-07, + "R": 2.2811978972470115e-09, + "M": 1.9750015667341358e-07, + "O": 1.538716674076568e-07, + "W": 1.7440989097394777e-08, + "N": 9.05717683963303e-07, + "Y": 4.623247605195502e-06, + "U": 8.360492742554015e-09, + "K": 1.5901769074844196e-06, + "L": 4.234839146022296e-09, + "G": 1.1486451967357425e-06, + "F": 0.0011129522463306785, + "E": 0.00010005409421864897, + "T": 6.946977919142228e-06, + "P": 0.755316436290741, + "-": 0.2434493452310562 + }, + "id": "tp_17930" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2241275, + "label": "-", + "classification": { + "B": 1.3043446323024455e-09, + "S": 4.69343586217974e-09, + "I": 1.1975027518928982e-05, + "C": 5.154094750992044e-08, + "R": 1.3335863524588376e-09, + "M": 1.7960039144782058e-07, + "O": 1.2536860083400825e-07, + "W": 4.017235433195765e-09, + "N": 5.862528382749588e-07, + "Y": 2.3561972284369403e-06, + "U": 2.8751481195854467e-09, + "K": 1.6891835912247188e-06, + "L": 5.422362558960003e-10, + "G": 3.4020465022877033e-07, + "F": 0.0003672551829367876, + "E": 5.1499799155863e-05, + "T": 3.1609972666046815e-06, + "P": 0.3213789165019989, + "-": 0.6781818866729736 + }, + "id": "tp_17931" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2241408, + "label": "P", + "classification": { + "B": 3.253847191686532e-11, + "S": 1.5952673904084946e-10, + "I": 6.442649009841261e-07, + "C": 8.574903981317661e-11, + "R": 2.626128481342249e-12, + "M": 8.997990796899558e-09, + "O": 9.690214186619528e-10, + "W": 4.034206302350185e-11, + "N": 2.549037958488043e-08, + "Y": 5.418788262545604e-08, + "U": 7.2299124152797045e-12, + "K": 4.726114166686557e-09, + "L": 4.479874370771908e-12, + "G": 6.6493095474129404e-09, + "F": 2.6734272978501394e-05, + "E": 1.3227471754362341e-05, + "T": 1.3027452894220914e-07, + "P": 0.9269129633903503, + "-": 0.07304619252681732 + }, + "id": "tp_17932" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2241508, + "label": "-", + "classification": { + "B": 2.9750746310952536e-09, + "S": 1.0005246631195064e-09, + "I": 3.037028363905847e-06, + "C": 8.330831491321078e-08, + "R": 2.4153623545686287e-09, + "M": 6.201333917488228e-07, + "O": 1.581987731924528e-07, + "W": 2.584069846989223e-09, + "N": 6.82346126268385e-08, + "Y": 1.9366077594895614e-06, + "U": 6.751075254385341e-10, + "K": 7.981051375338666e-09, + "L": 3.5464238212767896e-09, + "G": 7.939572697068797e-07, + "F": 0.0001683403243077919, + "E": 7.013711638137465e-06, + "T": 6.352363925543614e-06, + "P": 0.21079087257385254, + "-": 0.7890208959579468 + }, + "id": "tp_17933" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2241642, + "label": "-", + "classification": { + "B": 7.507735944045635e-08, + "S": 9.811483181465519e-09, + "I": 2.901180778280832e-06, + "C": 2.940516026228579e-07, + "R": 2.3218875710995235e-08, + "M": 1.1134713531646412e-05, + "O": 7.615154800078017e-07, + "W": 8.932707906694759e-09, + "N": 2.8074591540416804e-08, + "Y": 2.991554902109783e-05, + "U": 2.6794213514591547e-09, + "K": 1.7839001387187636e-08, + "L": 1.3132078890976118e-07, + "G": 2.0244962797733024e-05, + "F": 0.0012162458151578903, + "E": 1.6372821846744046e-05, + "T": 3.371029015397653e-05, + "P": 0.03748731315135956, + "-": 0.9611809849739075 + }, + "id": "tp_17934" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2241775, + "label": "P", + "classification": { + "B": 2.4843734180990396e-08, + "S": 6.381278438993832e-08, + "I": 0.00017362803919240832, + "C": 9.337842499235194e-08, + "R": 1.3388980590889332e-08, + "M": 5.631869157696201e-07, + "O": 1.717143192081494e-07, + "W": 1.795115522895685e-08, + "N": 7.545223979832372e-06, + "Y": 9.327006296189211e-07, + "U": 2.0943946577034467e-09, + "K": 4.821796295573222e-08, + "L": 5.180059048370822e-09, + "G": 5.038947392677073e-07, + "F": 4.7663095756433904e-05, + "E": 3.7106641684658825e-05, + "T": 2.495736453056452e-06, + "P": 0.970792829990387, + "-": 0.02893625944852829 + }, + "id": "tp_17935" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2241875, + "label": "-", + "classification": { + "B": 7.808750268623044e-08, + "S": 1.757414622716169e-07, + "I": 0.00020932077313773334, + "C": 1.0795609341585077e-05, + "R": 1.4571361361959134e-06, + "M": 1.4992007891123649e-05, + "O": 5.5987602536333725e-06, + "W": 3.1350703011412406e-07, + "N": 7.946317964524496e-06, + "Y": 0.00033382169203832746, + "U": 2.504874316855421e-07, + "K": 6.113099516369402e-06, + "L": 2.568632453403552e-07, + "G": 3.5740857128985226e-05, + "F": 0.0016117104096338153, + "E": 0.00015603686915710568, + "T": 0.00016787523054517806, + "P": 0.1400056630373001, + "-": 0.8574318289756775 + }, + "id": "tp_17936" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2242009, + "label": "-", + "classification": { + "B": 5.58992994115215e-08, + "S": 7.218938691266885e-08, + "I": 8.298921784444246e-06, + "C": 1.3052667391377781e-08, + "R": 6.381925210519057e-09, + "M": 7.911417583272851e-07, + "O": 2.008231831496232e-06, + "W": 1.0437280195674248e-07, + "N": 3.5902166928281076e-07, + "Y": 5.998916549287969e-06, + "U": 1.7656611728256166e-09, + "K": 3.65552708103678e-08, + "L": 1.9044406940338376e-08, + "G": 6.895369324411149e-07, + "F": 0.0003468798822723329, + "E": 3.4951278848893708e-06, + "T": 1.8564334823167883e-05, + "P": 0.19692270457744598, + "-": 0.8026898503303528 + }, + "id": "tp_17937" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2242142, + "label": "P", + "classification": { + "B": 7.912486580607947e-06, + "S": 2.9518552764784545e-05, + "I": 0.0025222408585250378, + "C": 2.0055536879226565e-05, + "R": 5.815686108689988e-06, + "M": 6.381025741575286e-05, + "O": 5.46632036275696e-05, + "W": 1.4054478924663272e-05, + "N": 0.000525147479493171, + "Y": 0.00040270446334034204, + "U": 4.94139794682269e-06, + "K": 0.00019711088680196553, + "L": 3.3892554256453877e-06, + "G": 0.00019279378466308117, + "F": 0.00505958404392004, + "E": 0.0036166305653750896, + "T": 0.00023334169236477464, + "P": 0.8619600534439087, + "-": 0.12508638203144073 + }, + "id": "tp_17938" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2242276, + "label": "-", + "classification": { + "B": 2.322747133520764e-10, + "S": 6.133116930984173e-11, + "I": 1.3885944554203888e-06, + "C": 5.315394346894209e-09, + "R": 2.1803300831457761e-10, + "M": 2.788336317394169e-08, + "O": 1.4862988173547365e-08, + "W": 3.073878651616013e-10, + "N": 2.179866420704002e-08, + "Y": 1.5677783267165069e-06, + "U": 1.2837121643460847e-10, + "K": 2.3328547982259806e-08, + "L": 7.550499114827858e-11, + "G": 3.241563035771833e-07, + "F": 0.00010455375741003081, + "E": 6.5685680965543725e-06, + "T": 8.912228963708912e-07, + "P": 0.3756781220436096, + "-": 0.62420654296875 + }, + "id": "tp_17939" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2242376, + "label": "-", + "classification": { + "B": 0.000142599456012249, + "S": 0.00019683247955981642, + "I": 0.004632631782442331, + "C": 0.00023345630324911326, + "R": 0.00013031289563514292, + "M": 0.0011255866847932339, + "O": 0.0007697991095483303, + "W": 0.00027378296363167465, + "N": 0.0010545438854023814, + "Y": 0.006110902410000563, + "U": 8.452509791823104e-05, + "K": 0.0028768968768417835, + "L": 0.0001008873587124981, + "G": 0.002844336209818721, + "F": 0.03678968921303749, + "E": 0.017910931259393692, + "T": 0.004439241252839565, + "P": 0.38150644302368164, + "-": 0.5387766361236572 + }, + "id": "tp_17940" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2242509, + "label": "P", + "classification": { + "B": 2.4799424735988396e-08, + "S": 3.118332259077761e-08, + "I": 0.001292791566811502, + "C": 5.602855708275456e-07, + "R": 4.144599330402343e-08, + "M": 3.596175247366773e-06, + "O": 2.933600171672879e-07, + "W": 1.812092520481201e-08, + "N": 4.0056627767626196e-05, + "Y": 2.0966634110664017e-05, + "U": 1.7630462423312565e-08, + "K": 4.968279085915128e-07, + "L": 1.588053422096891e-08, + "G": 2.9092514068906894e-06, + "F": 7.12254986865446e-05, + "E": 0.0003062673786189407, + "T": 2.676466465345584e-05, + "P": 0.9554852247238159, + "-": 0.0427488349378109 + }, + "id": "tp_17941" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2242643, + "label": "P", + "classification": { + "B": 1.7276144717470743e-05, + "S": 7.238081707328092e-06, + "I": 0.0015418189577758312, + "C": 3.058199945371598e-05, + "R": 2.379785883022123e-06, + "M": 0.00027750147273764014, + "O": 6.004035458317958e-05, + "W": 9.850034984992817e-06, + "N": 0.00023062598484102637, + "Y": 0.0005438300431706011, + "U": 5.37767027708469e-06, + "K": 0.00015474017709493637, + "L": 3.790583605223219e-06, + "G": 0.00021712901070713997, + "F": 0.003021405078470707, + "E": 0.006306641735136509, + "T": 0.0008322584326379001, + "P": 0.542167603969574, + "-": 0.44456997513771057 + }, + "id": "tp_17942" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2242776, + "label": "P", + "classification": { + "B": 8.652468075354136e-09, + "S": 3.740351139924769e-09, + "I": 3.4924723877338693e-06, + "C": 4.9185899797521415e-08, + "R": 2.5003992210059778e-09, + "M": 3.7831426880075014e-07, + "O": 1.2424898443441634e-07, + "W": 5.112512191374208e-09, + "N": 1.9161852549132163e-07, + "Y": 5.853215952811297e-06, + "U": 1.7790650064242186e-09, + "K": 1.188249925121454e-07, + "L": 2.046012470557912e-09, + "G": 1.6254879255939159e-06, + "F": 0.0010381407337263227, + "E": 7.296949479496107e-05, + "T": 2.828201331794844e-06, + "P": 0.5692031979560852, + "-": 0.429671049118042 + }, + "id": "tp_17943" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2242876, + "label": "-", + "classification": { + "B": 6.959265874684206e-08, + "S": 1.3277642096909403e-07, + "I": 4.931291186949238e-05, + "C": 1.727028234199679e-06, + "R": 2.7120145773551485e-07, + "M": 2.027087248279713e-05, + "O": 2.6090060600836296e-06, + "W": 1.5655497520583594e-07, + "N": 1.9258088741480606e-06, + "Y": 0.00041250581853091717, + "U": 2.0889489249498183e-08, + "K": 2.2260321657086024e-06, + "L": 9.200452666391357e-08, + "G": 4.6749162720516324e-05, + "F": 0.006929981056600809, + "E": 0.0001569524174556136, + "T": 5.617196438834071e-05, + "P": 0.2068277895450592, + "-": 0.7854911088943481 + }, + "id": "tp_17944" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2243010, + "label": "-", + "classification": { + "B": 3.4024606065941043e-07, + "S": 2.9433095960484934e-07, + "I": 3.75443632947281e-05, + "C": 1.2939068483319716e-06, + "R": 2.30241766985273e-07, + "M": 1.588547820574604e-05, + "O": 6.666795343335252e-06, + "W": 2.1723207055401872e-07, + "N": 1.8377958213022794e-06, + "Y": 0.00013981747906655073, + "U": 7.385362010836616e-08, + "K": 4.2447791059885276e-08, + "L": 6.180674745337456e-07, + "G": 2.459888855810277e-05, + "F": 0.000726094760466367, + "E": 1.7398382624378428e-05, + "T": 0.00028806764748878777, + "P": 0.3564535081386566, + "-": 0.6422854661941528 + }, + "id": "tp_17945" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2243143, + "label": "-", + "classification": { + "B": 1.9604360723766284e-13, + "S": 4.5758576506897686e-14, + "I": 2.5029733841108737e-09, + "C": 1.830879848771505e-12, + "R": 9.82468856839053e-15, + "M": 3.711285445628931e-11, + "O": 2.145855194923829e-11, + "W": 5.975583661785647e-14, + "N": 1.2974769696139088e-11, + "Y": 3.4699412232441773e-09, + "U": 9.610233378672898e-15, + "K": 3.380578423532038e-13, + "L": 4.1495764615227804e-14, + "G": 1.3460788039765248e-10, + "F": 1.2418271353453747e-06, + "E": 7.177094918375815e-09, + "T": 5.763944876946425e-09, + "P": 0.41965046525001526, + "-": 0.5803483128547668 + }, + "id": "tp_17946" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2243277, + "label": "-", + "classification": { + "B": 1.4185462526850046e-10, + "S": 1.0595203603358527e-09, + "I": 5.867248091817601e-06, + "C": 2.7732736995744744e-08, + "R": 4.2117669352137455e-09, + "M": 9.097516340261791e-08, + "O": 5.3130264632272883e-08, + "W": 1.808699967575933e-09, + "N": 1.904621456105815e-07, + "Y": 1.0153360562981106e-05, + "U": 9.018140123551177e-10, + "K": 2.2893652840139112e-07, + "L": 2.365724283137638e-10, + "G": 5.338668529475399e-07, + "F": 0.00020408765703905374, + "E": 3.1324923384090653e-06, + "T": 7.920812095107976e-06, + "P": 0.3966738283634186, + "-": 0.6030939221382141 + }, + "id": "tp_17947" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2243377, + "label": "-", + "classification": { + "B": 2.345115435176126e-09, + "S": 4.962827371279843e-10, + "I": 5.043639461632665e-08, + "C": 5.615998222019414e-10, + "R": 3.242128093772223e-11, + "M": 1.3778770835415344e-07, + "O": 5.27390682236728e-08, + "W": 2.0348839280259767e-10, + "N": 5.199351504892036e-10, + "Y": 7.098837500052468e-07, + "U": 3.4463647213822668e-12, + "K": 3.7778061928728235e-12, + "L": 7.970001325574572e-10, + "G": 1.6087506082840264e-07, + "F": 1.8957613065140322e-05, + "E": 9.909552289855128e-08, + "T": 1.9104522834823e-06, + "P": 0.08301357924938202, + "-": 0.9169643521308899 + }, + "id": "tp_17948" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2243510, + "label": "-", + "classification": { + "B": 9.688875479696435e-09, + "S": 1.075855582399754e-08, + "I": 0.0002565479662735015, + "C": 3.436793804212357e-06, + "R": 3.4547048244348844e-07, + "M": 2.4492537704645656e-06, + "O": 7.668809303140733e-07, + "W": 5.0091923498030155e-08, + "N": 5.661059731210116e-06, + "Y": 8.408013673033565e-05, + "U": 5.109451350904237e-08, + "K": 4.080157395947026e-06, + "L": 2.7543030967080995e-08, + "G": 1.909108686959371e-05, + "F": 0.00114397460129112, + "E": 0.0002038950624410063, + "T": 2.8253545679035597e-05, + "P": 0.453556090593338, + "-": 0.544691264629364 + }, + "id": "tp_17949" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2243644, + "label": "-", + "classification": { + "B": 2.0953798418599234e-10, + "S": 1.4508957923986543e-10, + "I": 4.789544163941173e-06, + "C": 2.4928358044462584e-08, + "R": 1.0113947457313088e-09, + "M": 6.235617888705747e-08, + "O": 2.9486169950132535e-08, + "W": 4.4917369823593845e-10, + "N": 4.844554979399618e-08, + "Y": 4.7174617066048086e-06, + "U": 3.461570474705411e-10, + "K": 8.537279327924807e-09, + "L": 3.745528054377445e-10, + "G": 5.287099043016497e-07, + "F": 6.77187999826856e-05, + "E": 2.094810724884155e-06, + "T": 3.929969807359157e-06, + "P": 0.34360599517822266, + "-": 0.6563100218772888 + }, + "id": "tp_17950" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2243777, + "label": "P", + "classification": { + "B": 8.761067249452026e-08, + "S": 1.1794595593528356e-06, + "I": 0.0023441934026777744, + "C": 6.176476290420396e-07, + "R": 8.614684077201673e-08, + "M": 1.429276494491205e-06, + "O": 7.397168815259647e-07, + "W": 4.0323280359189084e-07, + "N": 0.00042985836626030505, + "Y": 1.3726871657127049e-05, + "U": 3.020262795416784e-08, + "K": 6.897623097756878e-05, + "L": 1.189266818357737e-08, + "G": 1.1571901268325746e-05, + "F": 0.00047490495489910245, + "E": 0.003126914845779538, + "T": 1.621417686692439e-05, + "P": 0.9838219285011292, + "-": 0.009687086567282677 + }, + "id": "tp_17951" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2243877, + "label": "-", + "classification": { + "B": 1.4041335134606925e-06, + "S": 3.62211238780219e-07, + "I": 8.040975808398798e-05, + "C": 3.2988912153086858e-06, + "R": 4.629695808944234e-07, + "M": 2.3104956198949367e-05, + "O": 5.62976401852211e-06, + "W": 2.1490555468517414e-07, + "N": 3.1687270620750496e-06, + "Y": 0.00017353340808767825, + "U": 4.530761188448196e-08, + "K": 2.1468179056682857e-06, + "L": 4.185937712009036e-07, + "G": 0.0002691243134904653, + "F": 0.006590063683688641, + "E": 0.0007021712954156101, + "T": 6.648445560131222e-05, + "P": 0.42361557483673096, + "-": 0.5684624314308167 + }, + "id": "tp_17952" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2244011, + "label": "-", + "classification": { + "B": 9.93842986645177e-05, + "S": 3.6117760373599594e-06, + "I": 0.00021669901616405696, + "C": 1.7321683117188513e-05, + "R": 2.0708507690869737e-06, + "M": 0.00012073143443558365, + "O": 0.00014277041191235185, + "W": 5.571756901190383e-06, + "N": 6.233041403902462e-06, + "Y": 0.00013745830801781267, + "U": 3.9335205315182975e-07, + "K": 1.7721896838907014e-08, + "L": 4.134948903811164e-05, + "G": 0.0001307592319790274, + "F": 0.00041328457882627845, + "E": 7.32104163034819e-05, + "T": 0.0001761580933816731, + "P": 0.31519633531570435, + "-": 0.6832166910171509 + }, + "id": "tp_17953" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2244144, + "label": "-", + "classification": { + "B": 6.980656621635717e-07, + "S": 4.807910954696126e-06, + "I": 0.00022935125161893666, + "C": 2.0195551769575104e-05, + "R": 4.0393415474682115e-06, + "M": 0.00013581928214989603, + "O": 5.6939650676213205e-05, + "W": 2.1740358988608932e-06, + "N": 2.8875869247713126e-05, + "Y": 0.0006385211017914116, + "U": 1.0691682064134511e-06, + "K": 1.041399718815228e-05, + "L": 2.7034259346692124e-06, + "G": 0.00011898201773874462, + "F": 0.0014229307416826487, + "E": 0.0002444150159135461, + "T": 0.001221174607053399, + "P": 0.16852201521396637, + "-": 0.8273348808288574 + }, + "id": "tp_17954" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2244278, + "label": "P", + "classification": { + "B": 6.791466944378044e-09, + "S": 2.7945493030756552e-08, + "I": 1.693431295279879e-05, + "C": 5.28859729342912e-08, + "R": 4.091388561278109e-09, + "M": 2.413567301573494e-07, + "O": 2.018448412854923e-07, + "W": 2.0623211582915246e-08, + "N": 1.7388229025527835e-06, + "Y": 3.7351362607296323e-06, + "U": 3.616786203863853e-09, + "K": 1.5064583749335725e-06, + "L": 1.0373972791910546e-09, + "G": 5.403564955486218e-07, + "F": 0.0005328135448507965, + "E": 0.00010368687799200416, + "T": 2.976854148073471e-06, + "P": 0.7993976473808289, + "-": 0.1999378651380539 + }, + "id": "tp_17955" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2244378, + "label": "-", + "classification": { + "B": 7.625782814102422e-07, + "S": 6.695033789583249e-07, + "I": 0.004627764690667391, + "C": 0.00014530755288433284, + "R": 2.744117045949679e-05, + "M": 0.00013959119678474963, + "O": 4.520199945545755e-05, + "W": 1.8550589402366313e-06, + "N": 0.0001294117682846263, + "Y": 0.00191193085629493, + "U": 3.0241026252042502e-06, + "K": 1.0418036254122853e-05, + "L": 5.563057129620574e-06, + "G": 0.0005620436859317124, + "F": 0.0018772401381283998, + "E": 0.0010058213956654072, + "T": 0.0008597438572905958, + "P": 0.40966835618019104, + "-": 0.5789778232574463 + }, + "id": "tp_17956" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2244511, + "label": "P", + "classification": { + "B": 1.1694771728798514e-07, + "S": 3.16767270192031e-08, + "I": 0.0002695104922167957, + "C": 5.827886980114272e-06, + "R": 1.8928002987195214e-07, + "M": 1.1579845704545733e-06, + "O": 3.8918790323805297e-07, + "W": 5.075567699464045e-08, + "N": 9.143396709987428e-06, + "Y": 4.7522142267553136e-05, + "U": 5.2213245282928256e-08, + "K": 1.1646428674794151e-06, + "L": 3.188032238199412e-08, + "G": 6.733889313181862e-05, + "F": 0.0004856292507611215, + "E": 0.0012692896416410804, + "T": 9.65029903454706e-06, + "P": 0.8948596715927124, + "-": 0.10297311097383499 + }, + "id": "tp_17957" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2244645, + "label": "P", + "classification": { + "B": 4.538959785804764e-08, + "S": 5.005936554169921e-09, + "I": 0.00020326278172433376, + "C": 2.794748752421583e-06, + "R": 1.1670255872786583e-07, + "M": 1.0748688055173261e-06, + "O": 1.2520165171281405e-07, + "W": 4.523823982083286e-09, + "N": 2.2850420009490335e-06, + "Y": 1.6582618627580814e-05, + "U": 1.3346948435355444e-08, + "K": 1.3196837400641925e-08, + "L": 2.7815360681415768e-08, + "G": 1.4409634786716197e-05, + "F": 9.691721061244607e-05, + "E": 4.753250323119573e-05, + "T": 6.235906766960397e-06, + "P": 0.9281826019287109, + "-": 0.0714259222149849 + }, + "id": "tp_17958" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2244778, + "label": "P", + "classification": { + "B": 3.335839604545754e-09, + "S": 1.0049935328382276e-09, + "I": 2.6110492967745813e-07, + "C": 2.705541693459601e-11, + "R": 6.060727440748703e-12, + "M": 1.1346533490552702e-08, + "O": 5.872082819990965e-09, + "W": 8.514798588432626e-11, + "N": 5.460348617702948e-09, + "Y": 1.4259673442040821e-08, + "U": 9.229328455997998e-13, + "K": 9.71029940483037e-12, + "L": 5.0072151286384425e-11, + "G": 2.75715112962871e-08, + "F": 8.907503797672689e-06, + "E": 9.218607601724216e-07, + "T": 6.402088104096038e-08, + "P": 0.9427192211151123, + "-": 0.05727062746882439 + }, + "id": "tp_17959" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2244878, + "label": "-", + "classification": { + "B": 2.4315820468245875e-09, + "S": 3.521163449704545e-08, + "I": 0.00037496176082640886, + "C": 1.7277191091125133e-06, + "R": 4.002854154805391e-07, + "M": 1.7694667349132942e-06, + "O": 7.623660849276348e-07, + "W": 3.1442787928881444e-08, + "N": 4.6462914724543225e-06, + "Y": 0.00040575023740530014, + "U": 3.872289866535539e-08, + "K": 4.1313842302770354e-07, + "L": 4.258511765442563e-08, + "G": 1.1035684110538568e-05, + "F": 0.0002807094424497336, + "E": 3.0341116143972613e-05, + "T": 0.0001078800851246342, + "P": 0.4981227517127991, + "-": 0.5006566643714905 + }, + "id": "tp_17960" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2245012, + "label": "P", + "classification": { + "B": 2.7049727790995348e-08, + "S": 3.02404390417621e-09, + "I": 0.0002732252760324627, + "C": 4.814730232283182e-07, + "R": 2.349587724381763e-08, + "M": 2.1934574760962278e-06, + "O": 1.7034598442933202e-07, + "W": 4.739718395541104e-09, + "N": 1.4682914297736716e-06, + "Y": 1.2328125194471795e-05, + "U": 3.937016934685289e-09, + "K": 6.186239964733886e-09, + "L": 2.1441891817630676e-08, + "G": 3.185274181305431e-06, + "F": 0.0001676102983765304, + "E": 0.0001065298420144245, + "T": 6.1905579968879465e-06, + "P": 0.8231847286224365, + "-": 0.17624172568321228 + }, + "id": "tp_17961" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2245145, + "label": "P", + "classification": { + "B": 3.8286169373735746e-11, + "S": 4.134184938830998e-10, + "I": 1.0035771992988884e-05, + "C": 4.262898478657462e-09, + "R": 1.1148043599362722e-09, + "M": 8.240448323704186e-09, + "O": 9.450946691913487e-09, + "W": 1.893583762013762e-10, + "N": 2.1218737344952388e-07, + "Y": 1.4569377526640892e-06, + "U": 1.1128366284030022e-10, + "K": 2.4772452533738942e-08, + "L": 3.586835689572965e-11, + "G": 8.755584701702901e-08, + "F": 3.335668225190602e-05, + "E": 5.904180966354033e-07, + "T": 8.130886612889299e-07, + "P": 0.8854736089706421, + "-": 0.11447972804307938 + }, + "id": "tp_17962" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2245279, + "label": "-", + "classification": { + "B": 6.68184668484173e-07, + "S": 2.6072566328139146e-08, + "I": 1.7458072761655785e-05, + "C": 1.9373426596303034e-07, + "R": 1.1828329427032713e-08, + "M": 6.020295586495195e-06, + "O": 9.85582346402225e-07, + "W": 1.4274004200842683e-08, + "N": 1.599470493829358e-07, + "Y": 4.3500884203240275e-05, + "U": 3.4779368274229228e-09, + "K": 6.71727775625186e-08, + "L": 1.2200105459214683e-07, + "G": 0.00010942412336589769, + "F": 0.0021647296380251646, + "E": 0.00014254648704081774, + "T": 1.4975265912653413e-05, + "P": 0.15200833976268768, + "-": 0.8454908132553101 + }, + "id": "tp_17963" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2245379, + "label": "-", + "classification": { + "B": 7.632036846513183e-16, + "S": 9.423947751923865e-16, + "I": 2.5645904844218137e-10, + "C": 3.790543928543742e-14, + "R": 2.2935995203443387e-16, + "M": 2.4865990343181377e-12, + "O": 1.2875822370111978e-12, + "W": 4.509601822995119e-16, + "N": 4.0753197257797913e-13, + "Y": 1.9700224784813258e-10, + "U": 3.334391849853101e-17, + "K": 1.5143879717810982e-15, + "L": 4.2990559020873015e-16, + "G": 6.415528264885895e-12, + "F": 5.781075884669917e-08, + "E": 2.378159613680708e-10, + "T": 1.0610445855263606e-09, + "P": 0.36306095123291016, + "-": 0.6369390487670898 + }, + "id": "tp_17964" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2245512, + "label": "-", + "classification": { + "B": 3.398756623362864e-11, + "S": 4.6753007715283346e-11, + "I": 1.2894919336758903e-06, + "C": 6.3260263694076e-09, + "R": 1.358158863151715e-10, + "M": 1.685824102537481e-08, + "O": 4.246031970467357e-09, + "W": 4.888657881285674e-11, + "N": 1.5068456704625532e-08, + "Y": 5.835873366777378e-07, + "U": 3.446226637393579e-11, + "K": 6.5469216714575396e-09, + "L": 1.1765743761216196e-11, + "G": 5.584320206253324e-08, + "F": 1.0767949788714759e-05, + "E": 1.0889451687035034e-06, + "T": 1.1058098152716411e-06, + "P": 0.35825666785240173, + "-": 0.6417282819747925 + }, + "id": "tp_17965" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2245646, + "label": "P", + "classification": { + "B": 2.532463270199514e-07, + "S": 1.3049257674424553e-08, + "I": 2.4309852051374037e-06, + "C": 4.321967228548829e-09, + "R": 3.3099881169285084e-10, + "M": 2.0726409388771572e-07, + "O": 3.108910959781497e-07, + "W": 4.065948022713428e-09, + "N": 6.896181048432481e-08, + "Y": 1.9274915530331782e-07, + "U": 1.2686271477768685e-10, + "K": 1.5501822048236136e-11, + "L": 1.045194686355444e-08, + "G": 3.1111505904846126e-07, + "F": 8.91904619493289e-06, + "E": 1.8047794583253562e-06, + "T": 1.235547301803308e-06, + "P": 0.8630234599113464, + "-": 0.1369607150554657 + }, + "id": "tp_17966" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2245779, + "label": "P", + "classification": { + "B": 1.3352968730728776e-09, + "S": 6.967806331914517e-10, + "I": 2.2291880668490194e-05, + "C": 1.3988895375405264e-07, + "R": 7.764396237064375e-09, + "M": 1.6588477080858866e-07, + "O": 3.487841127025604e-08, + "W": 7.228435627837371e-10, + "N": 1.6573297045852087e-07, + "Y": 4.1034386413230095e-06, + "U": 1.6000687441675154e-09, + "K": 3.138907356259324e-09, + "L": 1.9652335314646052e-09, + "G": 9.458759677727357e-07, + "F": 3.348469908814877e-05, + "E": 6.53558163321577e-06, + "T": 6.048455361451488e-06, + "P": 0.6881579160690308, + "-": 0.31176814436912537 + }, + "id": "tp_17967" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2245879, + "label": "-", + "classification": { + "B": 0.0004132436297368258, + "S": 0.0001911886502057314, + "I": 0.003555962583050132, + "C": 0.0009539820021018386, + "R": 0.00022286380408331752, + "M": 0.0028176442719995975, + "O": 0.001061301096342504, + "W": 0.00016377095016650856, + "N": 0.000550786149688065, + "Y": 0.014795321971178055, + "U": 7.787139475112781e-05, + "K": 0.0007389782113023102, + "L": 0.0003673828614410013, + "G": 0.011012949980795383, + "F": 0.05536717176437378, + "E": 0.017084280028939247, + "T": 0.004615180194377899, + "P": 0.17879153788089752, + "-": 0.7072187066078186 + }, + "id": "tp_17968" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2246013, + "label": "P", + "classification": { + "B": 2.5354715660341753e-08, + "S": 1.0300031050292091e-08, + "I": 2.8458765882533044e-05, + "C": 1.4100530165706004e-07, + "R": 2.043944924423613e-08, + "M": 2.2107154507011728e-07, + "O": 4.946460308019596e-07, + "W": 1.0680940576435205e-08, + "N": 3.10013973603418e-07, + "Y": 2.5853069018921815e-06, + "U": 1.5416026233339153e-09, + "K": 5.49440493102793e-10, + "L": 4.187827684631884e-08, + "G": 3.1003658023109892e-06, + "F": 0.00016249754116870463, + "E": 2.1912483134656213e-06, + "T": 5.9833887462446e-06, + "P": 0.6864665746688843, + "-": 0.31332725286483765 + }, + "id": "tp_17969" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2246146, + "label": "P", + "classification": { + "B": 8.039167664897207e-10, + "S": 2.5740146125663443e-10, + "I": 8.409198812842078e-07, + "C": 1.854660069966485e-08, + "R": 6.282873665774957e-10, + "M": 6.20106632709394e-08, + "O": 3.0277835350034366e-08, + "W": 3.698431283449821e-10, + "N": 1.4781675439223818e-08, + "Y": 1.9427052393439226e-06, + "U": 8.578629473454669e-11, + "K": 5.457697627164748e-10, + "L": 3.692834649182686e-10, + "G": 6.952978992558201e-07, + "F": 0.00021204633230809122, + "E": 1.7045452977981768e-06, + "T": 1.067599214366055e-06, + "P": 0.5184465050697327, + "-": 0.4813351333141327 + }, + "id": "tp_17970" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2246280, + "label": "P", + "classification": { + "B": 0.00013415864668786526, + "S": 4.674701267504133e-05, + "I": 0.002231413731351495, + "C": 3.9590904634678736e-05, + "R": 7.673545951547567e-06, + "M": 0.0006523363408632576, + "O": 0.00016271605272777379, + "W": 1.7184182070195675e-05, + "N": 0.00011950504267588258, + "Y": 0.00024624422076158226, + "U": 1.8127375369658694e-06, + "K": 3.603345533065294e-07, + "L": 5.071021951152943e-05, + "G": 0.00019026028166990727, + "F": 0.0009824078297242522, + "E": 0.0025411539245396852, + "T": 0.0005187034257687628, + "P": 0.6918955445289612, + "-": 0.3001614511013031 + }, + "id": "tp_17971" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2246380, + "label": "P", + "classification": { + "B": 2.3069720356261314e-08, + "S": 1.842688135411663e-08, + "I": 2.6919842639472336e-06, + "C": 2.061950077347774e-08, + "R": 1.0271818950968736e-09, + "M": 6.198307289650984e-08, + "O": 1.316106903459513e-07, + "W": 1.3765185435943295e-08, + "N": 2.6561329491414654e-07, + "Y": 4.945665637023922e-07, + "U": 2.9242384069760874e-09, + "K": 3.0483178647955356e-08, + "L": 2.548771416144291e-09, + "G": 2.654449247074808e-07, + "F": 0.00021277283667586744, + "E": 1.4269198800320737e-05, + "T": 2.30966884373629e-06, + "P": 0.8202435970306396, + "-": 0.17952308058738708 + }, + "id": "tp_17972" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2246513, + "label": "-", + "classification": { + "B": 6.457713652707753e-07, + "S": 8.061671792347624e-07, + "I": 5.977144246571697e-05, + "C": 4.0877657738747075e-06, + "R": 8.158341984199069e-07, + "M": 5.728049927711254e-06, + "O": 9.372778549732175e-06, + "W": 1.1432109658926493e-06, + "N": 5.259307272353908e-06, + "Y": 0.00016353721730411053, + "U": 1.414306893821049e-07, + "K": 1.7927883391166688e-06, + "L": 3.003631263709394e-07, + "G": 4.118222204851918e-05, + "F": 0.0036590939853340387, + "E": 8.86384877958335e-05, + "T": 6.177892646519467e-05, + "P": 0.38795650005340576, + "-": 0.6079394221305847 + }, + "id": "tp_17973" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2246647, + "label": "P", + "classification": { + "B": 6.095149728935212e-05, + "S": 0.00018383603310212493, + "I": 0.006981659680604935, + "C": 1.9590557712945156e-05, + "R": 8.323279871547129e-06, + "M": 0.00022876755974721164, + "O": 6.883418245706707e-05, + "W": 2.7579046218306758e-05, + "N": 0.0039737713523209095, + "Y": 0.0001060104405041784, + "U": 3.909020051651169e-06, + "K": 0.00014375474711414427, + "L": 5.352886091714026e-06, + "G": 0.000384609738830477, + "F": 0.002385620726272464, + "E": 0.014459679834544659, + "T": 0.0003112624690402299, + "P": 0.956559956073761, + "-": 0.014086504466831684 + }, + "id": "tp_17974" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2246780, + "label": "P", + "classification": { + "B": 2.548712352279381e-10, + "S": 5.828185156708798e-11, + "I": 3.964515599363949e-06, + "C": 6.666408758349007e-09, + "R": 1.37707401037801e-10, + "M": 3.722503194580895e-08, + "O": 3.4456544284466872e-09, + "W": 1.2080023092941872e-10, + "N": 1.753335610032991e-08, + "Y": 1.4980665810071514e-06, + "U": 4.313678234058038e-11, + "K": 1.3217357208716862e-09, + "L": 1.196335946973548e-10, + "G": 1.2248271730186389e-07, + "F": 9.536922152619809e-05, + "E": 5.986622454656754e-06, + "T": 3.155166155011102e-07, + "P": 0.6328036189079285, + "-": 0.36708903312683105 + }, + "id": "tp_17975" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2246880, + "label": "-", + "classification": { + "B": 6.332879820547532e-08, + "S": 1.756706780042805e-08, + "I": 4.260787136445288e-06, + "C": 1.3684574469152722e-06, + "R": 6.675217889551277e-08, + "M": 1.6413096091127954e-06, + "O": 7.454320893884869e-07, + "W": 2.3521506520296498e-08, + "N": 1.370217006524399e-07, + "Y": 4.641378473024815e-05, + "U": 1.7545836783483537e-08, + "K": 2.370116050087745e-07, + "L": 6.777789707257398e-08, + "G": 1.2874871572421398e-05, + "F": 0.004380786791443825, + "E": 1.7862257664091885e-05, + "T": 1.9995321054011583e-05, + "P": 0.10351374745368958, + "-": 0.8919997215270996 + }, + "id": "tp_17976" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2247014, + "label": "-", + "classification": { + "B": 3.6921306900694617e-07, + "S": 6.67874999749074e-08, + "I": 0.00013600601232610643, + "C": 1.4079709217185155e-05, + "R": 4.941102247357776e-07, + "M": 1.474501368647907e-05, + "O": 3.4705185498751234e-06, + "W": 6.041082656338403e-08, + "N": 4.9935924835153855e-06, + "Y": 0.0001223578437929973, + "U": 1.0622196811027607e-07, + "K": 2.0569809748849366e-06, + "L": 3.2632755164740956e-07, + "G": 0.00030621030600741506, + "F": 0.002463381504639983, + "E": 0.0005424742121249437, + "T": 0.00010909645789070055, + "P": 0.22116480767726898, + "-": 0.775114893913269 + }, + "id": "tp_17977" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2247147, + "label": "-", + "classification": { + "B": 3.678053190014907e-06, + "S": 2.5122315037151566e-06, + "I": 0.0007139567751437426, + "C": 0.00010519134229980409, + "R": 1.2685442015936133e-05, + "M": 9.467839845456183e-05, + "O": 4.875568993156776e-05, + "W": 7.886266757850535e-06, + "N": 6.30436697974801e-05, + "Y": 0.0009704572148621082, + "U": 5.410359790403163e-06, + "K": 0.00016406533541157842, + "L": 5.017459898226662e-06, + "G": 0.000614875229075551, + "F": 0.016148606315255165, + "E": 0.0020443564280867577, + "T": 0.00035874181776307523, + "P": 0.28539350628852844, + "-": 0.6932424306869507 + }, + "id": "tp_17978" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2247281, + "label": "P", + "classification": { + "B": 4.563752398212273e-08, + "S": 1.8495319165090507e-10, + "I": 3.2187500664804247e-07, + "C": 2.768328677404952e-09, + "R": 5.0616361796373965e-11, + "M": 1.571243188891458e-07, + "O": 6.070625602205837e-08, + "W": 1.7413394337584265e-10, + "N": 3.4985545571686316e-09, + "Y": 2.097556972557868e-07, + "U": 9.95633089861947e-12, + "K": 9.627981571724842e-12, + "L": 1.3304468637898026e-09, + "G": 8.225655392379849e-07, + "F": 2.5132641894742846e-05, + "E": 2.301674385307706e-06, + "T": 4.4974927959628985e-07, + "P": 0.5608854293823242, + "-": 0.43908509612083435 + }, + "id": "tp_17979" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2247381, + "label": "-", + "classification": { + "B": 8.958431862993166e-06, + "S": 7.189952157204971e-06, + "I": 4.993430047761649e-05, + "C": 2.427581239317078e-05, + "R": 7.712244041613303e-06, + "M": 6.454088725149632e-05, + "O": 4.2625903006410226e-05, + "W": 3.6868275401502615e-06, + "N": 5.061137471784605e-06, + "Y": 0.0010064867092296481, + "U": 4.861998945671075e-07, + "K": 1.4212732821761165e-05, + "L": 5.564443654293427e-06, + "G": 0.000590882555115968, + "F": 0.02113436348736286, + "E": 0.0001672239595791325, + "T": 0.00040168152190744877, + "P": 0.09070855379104614, + "-": 0.8857564926147461 + }, + "id": "tp_17980" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2247514, + "label": "P", + "classification": { + "B": 1.0046641296668213e-09, + "S": 4.3205944377788796e-10, + "I": 1.0168786275244202e-06, + "C": 6.858434264955804e-09, + "R": 2.9517105426535295e-10, + "M": 1.3734912762686236e-08, + "O": 4.940805098385681e-08, + "W": 1.0940442995988064e-09, + "N": 3.317472874186933e-08, + "Y": 2.6803360242411145e-07, + "U": 1.6012642600760074e-10, + "K": 1.3038967683343117e-09, + "L": 2.311205671290395e-10, + "G": 1.3356201122860512e-07, + "F": 7.853739225538447e-05, + "E": 1.1628790161921643e-06, + "T": 4.0415824287265423e-07, + "P": 0.7196139097213745, + "-": 0.2803044021129608 + }, + "id": "tp_17981" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2247648, + "label": "-", + "classification": { + "B": 2.3375239521783442e-08, + "S": 2.0273800416248378e-09, + "I": 6.995942840148928e-06, + "C": 6.645460359777644e-08, + "R": 1.1400463684196893e-08, + "M": 1.5548104101981153e-06, + "O": 3.450068106758408e-07, + "W": 3.604598841633333e-09, + "N": 2.9004302959378947e-08, + "Y": 3.154842124786228e-05, + "U": 6.304606836593507e-10, + "K": 6.2254090771318715e-09, + "L": 8.819951879956989e-09, + "G": 4.355548753665062e-06, + "F": 7.802473555784672e-05, + "E": 3.362066081535886e-06, + "T": 1.3389562809607014e-05, + "P": 0.04207614064216614, + "-": 0.9577841758728027 + }, + "id": "tp_17982" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2247781, + "label": "P", + "classification": { + "B": 1.9183003630018902e-08, + "S": 1.6771821265137987e-07, + "I": 0.000110147702798713, + "C": 4.903798185296182e-07, + "R": 4.51475443696836e-08, + "M": 1.6169630043805228e-06, + "O": 6.914257255630218e-07, + "W": 8.936469697573557e-08, + "N": 4.963796527590603e-06, + "Y": 3.5588323953561485e-05, + "U": 4.202390613272655e-08, + "K": 8.277334586637153e-07, + "L": 2.749725780404333e-08, + "G": 2.7719556783267763e-06, + "F": 0.0007179964450187981, + "E": 6.436731928260997e-05, + "T": 3.577852112357505e-05, + "P": 0.6822634935379028, + "-": 0.316760778427124 + }, + "id": "tp_17983" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2247881, + "label": "P", + "classification": { + "B": 7.441987008860451e-07, + "S": 2.3893966272225953e-07, + "I": 5.184495239518583e-05, + "C": 3.2825425932969665e-07, + "R": 3.876892762377793e-08, + "M": 1.9432300177868456e-06, + "O": 2.144591690012021e-06, + "W": 2.2590833737012872e-07, + "N": 5.638699803967029e-06, + "Y": 5.246571163297631e-06, + "U": 4.573858802814357e-08, + "K": 1.2884224531717337e-07, + "L": 7.13536323360131e-08, + "G": 4.780315975949634e-06, + "F": 0.00014651271339971572, + "E": 9.866330947261304e-05, + "T": 1.91160124813905e-05, + "P": 0.8992080092430115, + "-": 0.10045424103736877 + }, + "id": "tp_17984" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2248015, + "label": "-", + "classification": { + "B": 1.0803516284699222e-12, + "S": 6.916079579692702e-14, + "I": 1.608161284138987e-07, + "C": 2.829418921379556e-10, + "R": 1.007175137561489e-12, + "M": 6.821010423152529e-10, + "O": 1.1625962692551894e-10, + "W": 2.4659771837368116e-13, + "N": 1.567018598214176e-10, + "Y": 1.9589901256722442e-08, + "U": 8.263109299447638e-14, + "K": 4.547738921556466e-12, + "L": 1.0749088251438277e-12, + "G": 1.793823933837757e-08, + "F": 2.5502908101771027e-05, + "E": 2.8213264613441424e-07, + "T": 6.782353789702711e-09, + "P": 0.3461518883705139, + "-": 0.6538221836090088 + }, + "id": "tp_17985" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2248148, + "label": "-", + "classification": { + "B": 1.3455053249344928e-07, + "S": 2.0676857559465134e-08, + "I": 0.0001097949207178317, + "C": 1.3251336667963187e-06, + "R": 6.040494326953194e-08, + "M": 1.3789325748803094e-05, + "O": 1.213615178130567e-06, + "W": 2.8222968850855068e-08, + "N": 1.0464590332048829e-06, + "Y": 0.00010860439215321094, + "U": 1.779826952486019e-08, + "K": 6.045911504770629e-08, + "L": 1.3077465155220125e-07, + "G": 3.1375577236758545e-05, + "F": 0.0002627007197588682, + "E": 9.550316462991759e-05, + "T": 3.302380719105713e-05, + "P": 0.3865000903606415, + "-": 0.6128411889076233 + }, + "id": "tp_17986" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2248282, + "label": "P", + "classification": { + "B": 1.1636942520709681e-09, + "S": 7.739937579742673e-10, + "I": 1.8655395251698792e-05, + "C": 3.789722669012008e-08, + "R": 1.3193881542861163e-09, + "M": 2.351088284058278e-07, + "O": 3.2534579474940983e-08, + "W": 1.2554008943510553e-09, + "N": 4.78881531762454e-07, + "Y": 3.5794694213109324e-06, + "U": 6.641339145296854e-10, + "K": 2.9397995149338385e-07, + "L": 3.7480543668699795e-10, + "G": 4.179979384844046e-07, + "F": 0.0002913125790655613, + "E": 7.750046643195674e-05, + "T": 2.002011115109781e-06, + "P": 0.6658111810684204, + "-": 0.3337942957878113 + }, + "id": "tp_17987" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2248382, + "label": "-", + "classification": { + "B": 2.5939481118619767e-10, + "S": 1.4958882743609792e-10, + "I": 5.866260380571475e-06, + "C": 1.6505710576097954e-08, + "R": 3.9870498569349877e-10, + "M": 7.055696471525152e-08, + "O": 1.239407865227804e-08, + "W": 1.014221484574307e-09, + "N": 1.4994584773830866e-07, + "Y": 1.7479813323006965e-05, + "U": 7.667523838073009e-10, + "K": 5.534895990422228e-06, + "L": 6.387419065889688e-11, + "G": 1.269190647690266e-06, + "F": 0.00013878263416700065, + "E": 0.00016362340829800814, + "T": 1.7185107026307378e-06, + "P": 0.41022390127182007, + "-": 0.5894415974617004 + }, + "id": "tp_17988" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2248515, + "label": "-", + "classification": { + "B": 1.6087577492385208e-08, + "S": 1.5400907216189808e-08, + "I": 1.383931430609664e-05, + "C": 5.162794636248691e-08, + "R": 3.3675118249476554e-09, + "M": 5.202280135563342e-06, + "O": 6.358147857099539e-07, + "W": 6.995270140919274e-09, + "N": 1.061650678479964e-07, + "Y": 7.709213605266996e-06, + "U": 5.242291045703951e-10, + "K": 1.1359421181467155e-09, + "L": 7.522518075120388e-08, + "G": 5.626293386740144e-06, + "F": 0.0003999512118753046, + "E": 1.36119369926746e-05, + "T": 1.540292942081578e-05, + "P": 0.17605064809322357, + "-": 0.8234870433807373 + }, + "id": "tp_17989" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2248649, + "label": "-", + "classification": { + "B": 5.747105222275728e-11, + "S": 2.3018002434649354e-11, + "I": 1.837292870732199e-06, + "C": 1.0327614319294298e-09, + "R": 1.4255123123585456e-11, + "M": 3.354282895884353e-08, + "O": 3.0791007521457914e-09, + "W": 2.76760801776188e-11, + "N": 2.7062091234597574e-08, + "Y": 2.2940078281408205e-07, + "U": 3.0336282097476186e-11, + "K": 1.2900921220193595e-08, + "L": 1.5991707957851986e-11, + "G": 8.019303265882627e-08, + "F": 3.78794466087129e-05, + "E": 3.306920552859083e-05, + "T": 4.652506504498888e-07, + "P": 0.48442038893699646, + "-": 0.5155059695243835 + }, + "id": "tp_17990" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2248782, + "label": "-", + "classification": { + "B": 9.903100475078253e-13, + "S": 1.1835719036790149e-12, + "I": 1.5863490077094866e-08, + "C": 7.612409314017299e-11, + "R": 7.6641790787077e-13, + "M": 3.502137690958307e-09, + "O": 2.924436526274832e-10, + "W": 9.447513301188981e-13, + "N": 1.4285414517978268e-10, + "Y": 1.512868550435087e-07, + "U": 1.575724278704907e-13, + "K": 3.656107083749305e-10, + "L": 6.934039930781011e-13, + "G": 1.170459285049219e-08, + "F": 7.92211212683469e-05, + "E": 5.891683940717485e-07, + "T": 8.02923878495676e-08, + "P": 0.09333786368370056, + "-": 0.9065819978713989 + }, + "id": "tp_17991" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2248882, + "label": "-", + "classification": { + "B": 7.825821376172826e-05, + "S": 0.000283021799987182, + "I": 0.00037814141251146793, + "C": 3.0469553166767582e-05, + "R": 9.978815796785057e-06, + "M": 0.000291414005914703, + "O": 0.00032631761860102415, + "W": 0.00011409068974899128, + "N": 0.00017553874931763858, + "Y": 0.0008890799363143742, + "U": 1.129804877564311e-05, + "K": 0.000780570728238672, + "L": 3.6354562325868756e-05, + "G": 0.0005419909139163792, + "F": 0.07347919046878815, + "E": 0.0046770647168159485, + "T": 0.001206926885060966, + "P": 0.3158133029937744, + "-": 0.6008769869804382 + }, + "id": "tp_17992" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2249016, + "label": "-", + "classification": { + "B": 1.2127360449198932e-08, + "S": 7.768189647094914e-09, + "I": 8.799080387689173e-05, + "C": 2.4814885364321526e-06, + "R": 2.071237616974031e-07, + "M": 5.094194875709945e-06, + "O": 7.954159286782669e-07, + "W": 8.305962140298107e-09, + "N": 8.281309646918089e-07, + "Y": 8.148900815285742e-05, + "U": 7.486570474668497e-09, + "K": 6.708362576546278e-08, + "L": 7.59084883839023e-08, + "G": 5.8238623751094565e-05, + "F": 0.0015207492979243398, + "E": 4.726506085717119e-05, + "T": 4.4685264583677053e-05, + "P": 0.28845351934432983, + "-": 0.7096964716911316 + }, + "id": "tp_17993" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2249149, + "label": "-", + "classification": { + "B": 9.649063059669061e-08, + "S": 2.9792067834932823e-07, + "I": 5.883583980903495e-06, + "C": 8.212050488509703e-07, + "R": 7.343098218370869e-08, + "M": 3.872454271913739e-06, + "O": 2.5733495476742974e-06, + "W": 1.6490001542024402e-07, + "N": 7.10945869286661e-07, + "Y": 0.00018847922910936177, + "U": 4.019820210032776e-08, + "K": 1.8467284235157422e-06, + "L": 1.7715956346364692e-07, + "G": 3.0836803489364684e-05, + "F": 0.008998901583254337, + "E": 4.251852442394011e-05, + "T": 9.414884698344395e-05, + "P": 0.14461420476436615, + "-": 0.8460142612457275 + }, + "id": "tp_17994" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2249283, + "label": "P", + "classification": { + "B": 2.5246099539799616e-06, + "S": 5.361310400076036e-07, + "I": 0.00010251029016217217, + "C": 6.945873792574275e-06, + "R": 8.359100434063294e-07, + "M": 1.114021688408684e-05, + "O": 7.386880497506354e-06, + "W": 9.460563887842e-07, + "N": 3.2992281830956927e-06, + "Y": 9.965140634449199e-05, + "U": 1.3655437669513049e-07, + "K": 2.1260696314584493e-07, + "L": 9.352521033179073e-07, + "G": 4.515343971434049e-05, + "F": 0.0018620840273797512, + "E": 9.602776844985783e-05, + "T": 3.7251247704261914e-05, + "P": 0.5802634954452515, + "-": 0.4174589514732361 + }, + "id": "tp_17995" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2249383, + "label": "-", + "classification": { + "B": 5.639051448014243e-09, + "S": 1.2453454267813413e-08, + "I": 2.694782415346708e-05, + "C": 1.2771944568612525e-07, + "R": 1.2076427857721228e-08, + "M": 2.1936764369456796e-06, + "O": 3.1094529617803346e-07, + "W": 1.0999257504806792e-08, + "N": 5.997446805849904e-07, + "Y": 8.734676521271467e-05, + "U": 3.2949061257170342e-09, + "K": 1.1984653838226222e-06, + "L": 5.192134278075855e-09, + "G": 1.5712952517787926e-05, + "F": 0.0011985243763774633, + "E": 9.327723091701046e-05, + "T": 3.36467674060259e-05, + "P": 0.31827032566070557, + "-": 0.680269718170166 + }, + "id": "tp_17996" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2249516, + "label": "-", + "classification": { + "B": 1.2577243413414152e-10, + "S": 1.0601656219577649e-09, + "I": 1.1267914032941917e-06, + "C": 1.636814239702744e-08, + "R": 1.0549453532959774e-09, + "M": 1.9056058064848003e-08, + "O": 3.2094860102915845e-08, + "W": 1.9818668928195393e-09, + "N": 3.6637544553741463e-08, + "Y": 6.30694694336853e-06, + "U": 4.628765426506476e-10, + "K": 2.1490181723038404e-07, + "L": 2.2048082803927116e-10, + "G": 1.9107112336769205e-07, + "F": 0.001104603405110538, + "E": 2.680130364751676e-06, + "T": 1.317468218076101e-06, + "P": 0.18526247143745422, + "-": 0.8136209845542908 + }, + "id": "tp_17997" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2249650, + "label": "-", + "classification": { + "B": 2.9618908570228086e-07, + "S": 1.7567543864061008e-07, + "I": 1.5201429050648585e-05, + "C": 6.042280347173801e-07, + "R": 2.415779363218462e-07, + "M": 5.3662874961446505e-06, + "O": 1.0174086128245108e-05, + "W": 3.2903827218433435e-07, + "N": 1.0139780215467908e-06, + "Y": 6.497349386336282e-05, + "U": 3.8016182202227355e-08, + "K": 2.17477904129737e-07, + "L": 2.1925218618434883e-07, + "G": 1.2543147022370249e-05, + "F": 0.0003749316092580557, + "E": 6.698858214804204e-06, + "T": 0.00011225759953958914, + "P": 0.13093021512031555, + "-": 0.868464469909668 + }, + "id": "tp_17998" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2249783, + "label": "P", + "classification": { + "B": 6.7589946972645976e-09, + "S": 5.021153270945433e-09, + "I": 0.0002729825209826231, + "C": 9.955642781278584e-07, + "R": 8.063274492542405e-08, + "M": 1.2713887826976134e-06, + "O": 1.9906271120362362e-07, + "W": 1.203726629483981e-08, + "N": 2.9254115361254662e-06, + "Y": 4.0872178942663595e-05, + "U": 1.3937184739631903e-08, + "K": 2.434656494187948e-07, + "L": 1.1986313275258453e-08, + "G": 2.87198554360657e-06, + "F": 0.0001313951943302527, + "E": 0.00012005465396214277, + "T": 2.0248755390639417e-05, + "P": 0.7509691715240479, + "-": 0.24843662977218628 + }, + "id": "tp_17999" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2249883, + "label": "P", + "classification": { + "B": 1.5308038200601004e-05, + "S": 2.0004536054329947e-05, + "I": 0.004311839584261179, + "C": 0.000323332758853212, + "R": 0.00012811618216801435, + "M": 0.00025483439094386995, + "O": 0.00018312825704924762, + "W": 3.0354263799381442e-05, + "N": 0.0006665816763415933, + "Y": 0.003362850286066532, + "U": 3.943010960938409e-05, + "K": 0.0004578525258693844, + "L": 1.739111939969007e-05, + "G": 0.0013902272330597043, + "F": 0.012320530600845814, + "E": 0.004013679455965757, + "T": 0.0020060541573911905, + "P": 0.5055458545684814, + "-": 0.4649125635623932 + }, + "id": "tp_18000" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2250017, + "label": "P", + "classification": { + "B": 1.552067274701585e-08, + "S": 1.0155415175461258e-08, + "I": 2.2848738808534108e-05, + "C": 3.35236620685464e-08, + "R": 3.0421329899610328e-09, + "M": 3.261299639234494e-07, + "O": 1.7307883126704837e-07, + "W": 1.0467156030813385e-08, + "N": 1.1462643669801764e-06, + "Y": 1.3361053561311564e-06, + "U": 1.944311600610149e-09, + "K": 9.67756932368502e-08, + "L": 2.9870792506159205e-09, + "G": 1.217466206071549e-06, + "F": 0.00018926948541775346, + "E": 7.634958456037566e-05, + "T": 2.7666981168295024e-06, + "P": 0.8285291194915771, + "-": 0.17117519676685333 + }, + "id": "tp_18001" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2250150, + "label": "P", + "classification": { + "B": 1.461081811093834e-10, + "S": 1.167113211630877e-10, + "I": 1.7365800886182114e-05, + "C": 2.603216087138094e-09, + "R": 2.339737015244481e-10, + "M": 9.024066116580798e-08, + "O": 2.0215569662695998e-08, + "W": 5.328412364113966e-11, + "N": 5.983287110211677e-08, + "Y": 1.3214096270530717e-06, + "U": 2.0847264886603156e-11, + "K": 1.5159347735438367e-11, + "L": 3.6913988532560893e-10, + "G": 1.633913200294046e-07, + "F": 2.5635695237724576e-06, + "E": 7.740264891253901e-07, + "T": 7.211243428173475e-06, + "P": 0.7074832320213318, + "-": 0.29248717427253723 + }, + "id": "tp_18002" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2250250, + "label": "-", + "classification": { + "B": 3.8256624179666687e-07, + "S": 1.4945749171602074e-07, + "I": 0.0001508738932898268, + "C": 3.2727573398005916e-06, + "R": 4.864111815550132e-07, + "M": 5.659973612637259e-05, + "O": 1.4567182915925514e-05, + "W": 2.4402837084380735e-07, + "N": 2.013128778344253e-06, + "Y": 0.00015644119412172586, + "U": 4.243231188638674e-08, + "K": 1.0517887893968236e-08, + "L": 1.858890868788876e-06, + "G": 6.245089025469497e-05, + "F": 0.0005134753882884979, + "E": 7.685870514251292e-05, + "T": 0.00015460031863767654, + "P": 0.21321868896484375, + "-": 0.7855870127677917 + }, + "id": "tp_18003" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2250384, + "label": "P", + "classification": { + "B": 6.907441019166072e-08, + "S": 1.2401567772712951e-08, + "I": 0.00018424667359795421, + "C": 1.4553387472915347e-06, + "R": 1.627835217732354e-07, + "M": 2.199632490373915e-06, + "O": 7.206709824458812e-07, + "W": 1.9691162478352453e-08, + "N": 2.0798013338207966e-06, + "Y": 4.579413871397264e-05, + "U": 3.250346836125573e-08, + "K": 3.498251643918593e-08, + "L": 1.0729086596938942e-07, + "G": 2.494021100574173e-05, + "F": 0.0004589979653246701, + "E": 0.0001368316006846726, + "T": 2.6424113457323983e-05, + "P": 0.6152586340904236, + "-": 0.38385719060897827 + }, + "id": "tp_18004" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2250517, + "label": "P", + "classification": { + "B": 3.25995557659553e-07, + "S": 3.611301124806232e-08, + "I": 0.0001970369921764359, + "C": 3.536602207532269e-06, + "R": 1.8077233221447386e-07, + "M": 8.000470188562758e-06, + "O": 1.5879977581789717e-06, + "W": 6.863352552954893e-08, + "N": 3.0880937629262917e-06, + "Y": 9.508819493930787e-05, + "U": 7.996540318799816e-08, + "K": 2.458494066104322e-07, + "L": 2.1854664566944848e-07, + "G": 3.229932190151885e-05, + "F": 0.00040266450378112495, + "E": 0.00011201840970898047, + "T": 4.600800821208395e-05, + "P": 0.5783998370170593, + "-": 0.42069774866104126 + }, + "id": "tp_18005" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2250651, + "label": "-", + "classification": { + "B": 6.37717878504418e-09, + "S": 1.0443352849165422e-09, + "I": 5.518778198165819e-05, + "C": 2.058466861853958e-06, + "R": 8.717687904891136e-08, + "M": 2.870068556148908e-06, + "O": 3.2290952844959975e-07, + "W": 5.323212537433619e-09, + "N": 4.2987744564015884e-07, + "Y": 0.00012132937990827486, + "U": 1.72094836159431e-08, + "K": 2.0784958110198204e-07, + "L": 1.852438735738815e-08, + "G": 1.628135214559734e-05, + "F": 0.00012204797531012446, + "E": 3.618598930188455e-05, + "T": 3.6173707485431805e-05, + "P": 0.14193786680698395, + "-": 0.8576688766479492 + }, + "id": "tp_18006" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2250751, + "label": "P", + "classification": { + "B": 2.5753221777335966e-10, + "S": 2.42291187113608e-10, + "I": 6.376869714586064e-05, + "C": 6.722997625274729e-08, + "R": 6.483333869766739e-09, + "M": 4.709148413439834e-07, + "O": 5.747578768477979e-08, + "W": 1.2451313313732726e-09, + "N": 6.044475640010205e-07, + "Y": 3.0861356208333746e-05, + "U": 1.2377082692083263e-09, + "K": 1.7367925408962037e-07, + "L": 6.628791959784053e-10, + "G": 2.086785343635711e-06, + "F": 8.547806646674871e-05, + "E": 2.762458098004572e-05, + "T": 1.534125294710975e-05, + "P": 0.5685602426528931, + "-": 0.43121325969696045 + }, + "id": "tp_18007" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2250884, + "label": "P", + "classification": { + "B": 2.041497859650576e-09, + "S": 9.629054220638977e-10, + "I": 1.5578062857457553e-06, + "C": 1.0392844806972334e-08, + "R": 1.764114826441343e-10, + "M": 4.4748571070840626e-08, + "O": 2.193611692291597e-08, + "W": 8.446354171631754e-10, + "N": 7.613367358771939e-08, + "Y": 9.855075404630043e-07, + "U": 3.1701569147557507e-10, + "K": 1.0925267446282305e-07, + "L": 2.6738000702408726e-10, + "G": 1.0770395419967826e-06, + "F": 0.0003841807192657143, + "E": 9.274520562030375e-05, + "T": 7.040095511001709e-07, + "P": 0.6763399839401245, + "-": 0.3231784999370575 + }, + "id": "tp_18008" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2251018, + "label": "-", + "classification": { + "B": 2.042075841757196e-08, + "S": 9.501534670164347e-09, + "I": 9.85460719675757e-05, + "C": 9.117873105424223e-07, + "R": 1.697535765288194e-07, + "M": 3.61951219929324e-06, + "O": 1.026157519845583e-06, + "W": 2.973856005894504e-08, + "N": 1.1003867257386446e-06, + "Y": 9.685925033409148e-05, + "U": 2.1545469408579265e-08, + "K": 3.204201846074284e-07, + "L": 6.500989258029222e-08, + "G": 2.7500776923261583e-05, + "F": 0.0005274072173051536, + "E": 4.482625445234589e-05, + "T": 4.369733142084442e-05, + "P": 0.22853870689868927, + "-": 0.77061527967453 + }, + "id": "tp_18009" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2251151, + "label": "-", + "classification": { + "B": 1.5982906916178763e-05, + "S": 5.159657575859455e-06, + "I": 0.003739253617823124, + "C": 0.0010465455707162619, + "R": 9.986925579141825e-05, + "M": 0.0013262912398204207, + "O": 0.00014185406325850636, + "W": 9.463997230341192e-06, + "N": 0.00016159536608029157, + "Y": 0.0037923003546893597, + "U": 1.739283288770821e-05, + "K": 2.216764733020682e-05, + "L": 4.627710222848691e-05, + "G": 0.0019627136643975973, + "F": 0.004496252164244652, + "E": 0.002593133132904768, + "T": 0.0030675826128572226, + "P": 0.2770600914955139, + "-": 0.7003960609436035 + }, + "id": "tp_18010" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2251251, + "label": "-", + "classification": { + "B": 1.0650090809249946e-09, + "S": 2.227457152059742e-08, + "I": 1.0603569080558373e-06, + "C": 1.281561452515234e-07, + "R": 1.049042275269585e-08, + "M": 1.7958255966732395e-06, + "O": 4.401564979161776e-07, + "W": 6.2411245060900455e-09, + "N": 3.290819705625836e-08, + "Y": 6.300923996604979e-05, + "U": 1.108296343588222e-09, + "K": 2.765529849568793e-08, + "L": 9.37561583924662e-09, + "G": 2.3337297534453683e-06, + "F": 0.00019749750208575279, + "E": 4.225478278385708e-07, + "T": 6.461317389039323e-05, + "P": 0.018355753272771835, + "-": 0.9813127517700195 + }, + "id": "tp_18011" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2251385, + "label": "P", + "classification": { + "B": 3.99890592861496e-10, + "S": 8.550127272854979e-11, + "I": 3.584871592465788e-05, + "C": 2.3092115952749737e-07, + "R": 8.094302117456209e-09, + "M": 1.539025191732435e-07, + "O": 1.527244108956438e-08, + "W": 3.15751147450527e-10, + "N": 3.157435060074931e-07, + "Y": 3.495173586998135e-06, + "U": 6.140646879870815e-10, + "K": 3.7762113436201616e-08, + "L": 3.2120223147913407e-10, + "G": 1.4992051546869334e-06, + "F": 0.00012787235027644783, + "E": 5.140261055203155e-05, + "T": 1.1793697467510356e-06, + "P": 0.7586222290992737, + "-": 0.241155743598938 + }, + "id": "tp_18012" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2251518, + "label": "-", + "classification": { + "B": 5.544897589970788e-07, + "S": 1.3532785203551612e-07, + "I": 8.252495172200724e-05, + "C": 5.902718839934096e-06, + "R": 5.43226917670836e-07, + "M": 5.669971869792789e-06, + "O": 3.841792931780219e-06, + "W": 4.815074703401478e-07, + "N": 4.6250711420725565e-06, + "Y": 0.00013246212620288134, + "U": 4.822123855774407e-07, + "K": 4.557836746243993e-06, + "L": 3.783391093747923e-07, + "G": 5.536823664442636e-05, + "F": 0.0034067819360643625, + "E": 0.00025019809254445136, + "T": 6.194476009113714e-05, + "P": 0.48601096868515015, + "-": 0.5099725723266602 + }, + "id": "tp_18013" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2251652, + "label": "-", + "classification": { + "B": 4.0592522054794244e-07, + "S": 1.7563820620125625e-07, + "I": 0.00010550410661380738, + "C": 2.279546060890425e-05, + "R": 1.5661972838643123e-06, + "M": 3.497442958177999e-05, + "O": 6.347553608065937e-06, + "W": 1.9966901732004771e-07, + "N": 4.095814801985398e-06, + "Y": 0.00042172594112344086, + "U": 2.0611271622783534e-07, + "K": 3.4108234103769064e-06, + "L": 5.170630856810021e-07, + "G": 0.0002142841840395704, + "F": 0.0033823330886662006, + "E": 0.00030617593438364565, + "T": 0.0001325951743638143, + "P": 0.187454491853714, + "-": 0.8079081177711487 + }, + "id": "tp_18014" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2251752, + "label": "-", + "classification": { + "B": 1.968112783856668e-08, + "S": 2.214332717187517e-08, + "I": 2.386270580245764e-06, + "C": 5.832799487848206e-08, + "R": 3.408033411034239e-09, + "M": 5.396744882091298e-07, + "O": 2.840512820512231e-07, + "W": 9.161796654666432e-09, + "N": 2.2857227577333106e-07, + "Y": 1.0774751899589319e-05, + "U": 1.6295630400620098e-09, + "K": 8.90571243417071e-08, + "L": 2.98993940717196e-09, + "G": 1.1768972854042659e-06, + "F": 0.0004261544090695679, + "E": 1.00658407973242e-05, + "T": 1.1077685485361144e-05, + "P": 0.254690945148468, + "-": 0.7448461055755615 + }, + "id": "tp_18015" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2251885, + "label": "-", + "classification": { + "B": 5.487091243594477e-07, + "S": 4.951763798999309e-07, + "I": 0.00043757070670835674, + "C": 3.5097833460895345e-05, + "R": 4.529558736976469e-06, + "M": 0.0001573242770973593, + "O": 2.673440394573845e-05, + "W": 1.1247019529037061e-06, + "N": 2.008740557357669e-05, + "Y": 0.0010011590784415603, + "U": 9.526032727080747e-07, + "K": 9.625118764233775e-06, + "L": 3.84706163458759e-06, + "G": 0.00034553807927295566, + "F": 0.0054239206947386265, + "E": 0.0007317811250686646, + "T": 0.0006754319183528423, + "P": 0.14748696982860565, + "-": 0.843637228012085 + }, + "id": "tp_18016" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2252019, + "label": "-", + "classification": { + "B": 1.3123534472470055e-06, + "S": 5.1711203923332505e-06, + "I": 0.00012758448428940028, + "C": 3.3306230307061924e-06, + "R": 4.906493131784373e-07, + "M": 1.3502163710654713e-05, + "O": 2.2431944671552628e-05, + "W": 1.7174328377222992e-06, + "N": 3.093825580435805e-05, + "Y": 6.249509169720113e-05, + "U": 4.826267172575172e-07, + "K": 2.729757943598088e-05, + "L": 6.275913619901985e-07, + "G": 5.044921635999344e-05, + "F": 0.0040124328806996346, + "E": 0.00042778326314873993, + "T": 0.00019631366012617946, + "P": 0.44873932003974915, + "-": 0.5462763905525208 + }, + "id": "tp_18017" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2252152, + "label": "-", + "classification": { + "B": 3.5130646221931405e-12, + "S": 1.9665824524395248e-10, + "I": 3.629644140801247e-07, + "C": 4.798251240778484e-10, + "R": 3.5936903453048785e-10, + "M": 2.5959064231528828e-08, + "O": 1.2384559155975694e-08, + "W": 1.5163795219486076e-10, + "N": 6.094821092261782e-09, + "Y": 1.535817136755213e-05, + "U": 7.404263833998836e-12, + "K": 1.5514055817789085e-08, + "L": 8.963398599737271e-12, + "G": 2.2708197988663414e-08, + "F": 5.13430786668323e-05, + "E": 3.7055713164591e-08, + "T": 1.166140464192722e-05, + "P": 0.021883442997932434, + "-": 0.9780378341674805 + }, + "id": "tp_18018" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2252252, + "label": "P", + "classification": { + "B": 7.448618166705501e-09, + "S": 7.037953331234803e-09, + "I": 3.8849448174005374e-05, + "C": 1.1118469700477362e-07, + "R": 2.1048469633910827e-08, + "M": 6.836880288574321e-07, + "O": 2.7750044750973757e-07, + "W": 8.269910978242478e-09, + "N": 1.0824734317793627e-06, + "Y": 2.084540028590709e-05, + "U": 6.546457154144036e-09, + "K": 9.99346667640566e-08, + "L": 9.994423955106413e-09, + "G": 2.7302749003865756e-06, + "F": 0.00038526669959537685, + "E": 2.8968228434678167e-05, + "T": 1.7735268556862138e-05, + "P": 0.681441068649292, + "-": 0.3180621564388275 + }, + "id": "tp_18019" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2252386, + "label": "P", + "classification": { + "B": 1.3410672572433668e-10, + "S": 1.6293906501818611e-10, + "I": 7.98861583461985e-06, + "C": 3.0731229117009207e-08, + "R": 1.8696106884874553e-09, + "M": 3.958609440246619e-08, + "O": 1.0627134727769771e-08, + "W": 4.415731114093546e-10, + "N": 1.1772521446573592e-07, + "Y": 3.1008462428872008e-06, + "U": 3.4940636495228716e-10, + "K": 2.6885050630198748e-08, + "L": 1.3235360030172671e-10, + "G": 9.77139052338316e-07, + "F": 0.00014344412193167955, + "E": 2.015842437685933e-05, + "T": 4.62422121927375e-07, + "P": 0.8385347127914429, + "-": 0.16128894686698914 + }, + "id": "tp_18020" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2252519, + "label": "P", + "classification": { + "B": 1.5909325939977847e-11, + "S": 5.220884054940589e-12, + "I": 1.2874125786765944e-05, + "C": 1.5678711662303613e-09, + "R": 3.1953620305280594e-11, + "M": 2.829614542676495e-09, + "O": 2.536346965786862e-10, + "W": 1.0305075369421157e-11, + "N": 9.006163992353322e-08, + "Y": 1.3466161519204434e-08, + "U": 7.958742172242683e-12, + "K": 4.3448283859603976e-10, + "L": 5.9959428914957424e-12, + "G": 9.039149873046881e-09, + "F": 1.540169250802137e-06, + "E": 7.032406756479759e-06, + "T": 3.6678766690556586e-08, + "P": 0.9883657693862915, + "-": 0.011612655594944954 + }, + "id": "tp_18021" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2252653, + "label": "P", + "classification": { + "B": 1.2944297855810305e-09, + "S": 5.798419522307086e-10, + "I": 1.3369959788178676e-06, + "C": 8.963808029172071e-10, + "R": 9.527061778369372e-11, + "M": 4.7734953767530897e-08, + "O": 2.0063335881559397e-08, + "W": 9.61472679250619e-10, + "N": 2.464074455588161e-08, + "Y": 4.42570694758615e-07, + "U": 5.012840142981645e-11, + "K": 4.071700310248616e-09, + "L": 1.4751946886271128e-10, + "G": 8.221034164535013e-08, + "F": 0.00011567745968932286, + "E": 3.033613438674365e-06, + "T": 7.461628115379426e-07, + "P": 0.6905909180641174, + "-": 0.3092876076698303 + }, + "id": "tp_18022" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2252753, + "label": "P", + "classification": { + "B": 5.2484371015903974e-11, + "S": 1.6957301118836199e-09, + "I": 1.7444421246182173e-05, + "C": 1.440311869771449e-09, + "R": 1.1739992311632363e-10, + "M": 3.2612526013053866e-08, + "O": 9.605737538720405e-09, + "W": 1.738520299943147e-10, + "N": 1.5529755046372884e-06, + "Y": 4.797213364327035e-07, + "U": 5.275012371352972e-11, + "K": 5.4304599927945674e-08, + "L": 3.596738185063231e-11, + "G": 5.8385587919929094e-08, + "F": 3.998208194389008e-05, + "E": 3.16157347697299e-05, + "T": 1.2468873364923638e-06, + "P": 0.9673382043838501, + "-": 0.03256923705339432 + }, + "id": "tp_18023" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2252886, + "label": "P", + "classification": { + "B": 3.4252723253302975e-06, + "S": 6.965778538869927e-06, + "I": 0.00016551755834370852, + "C": 2.0212317394907586e-05, + "R": 5.026874532632064e-06, + "M": 7.102928975655232e-06, + "O": 2.0414096070453525e-05, + "W": 8.581907422922086e-06, + "N": 4.669162444770336e-05, + "Y": 0.0004996672505512834, + "U": 4.5078277253196575e-06, + "K": 0.00029985824949108064, + "L": 1.2904504274047213e-06, + "G": 0.00013713711814489216, + "F": 0.02713964320719242, + "E": 0.0013069127453491092, + "T": 0.00013376922288443893, + "P": 0.49834170937538147, + "-": 0.47185149788856506 + }, + "id": "tp_18024" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2253020, + "label": "-", + "classification": { + "B": 2.5207187448472723e-09, + "S": 4.765406735884881e-09, + "I": 3.7223746858217055e-06, + "C": 4.469649184102309e-08, + "R": 5.729165586387808e-09, + "M": 2.57305003970032e-07, + "O": 1.1026192225926934e-07, + "W": 3.889448763061409e-09, + "N": 1.1313772318999327e-07, + "Y": 3.08522030536551e-05, + "U": 1.5690743149221476e-09, + "K": 5.055401857134711e-07, + "L": 1.7404149232902455e-09, + "G": 3.829336947092088e-06, + "F": 0.0007577555952593684, + "E": 1.4709352399222553e-05, + "T": 9.084831617656164e-06, + "P": 0.17625504732131958, + "-": 0.8229239583015442 + }, + "id": "tp_18025" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2253153, + "label": "-", + "classification": { + "B": 0.0007298936252482235, + "S": 6.0262242186581716e-05, + "I": 0.0036798440851271152, + "C": 0.00029757129959762096, + "R": 0.00011678118607960641, + "M": 0.00155521125998348, + "O": 0.0008927063317969441, + "W": 8.03951479610987e-05, + "N": 0.00013523684174288064, + "Y": 0.0025780468713492155, + "U": 1.8382661437499337e-05, + "K": 3.314733021397842e-06, + "L": 0.0005213019903749228, + "G": 0.0027430944610387087, + "F": 0.002774022752419114, + "E": 0.0013479456538334489, + "T": 0.0028809465002268553, + "P": 0.3431130647659302, + "-": 0.6364719271659851 + }, + "id": "tp_18026" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2253253, + "label": "-", + "classification": { + "B": 9.785845804799465e-07, + "S": 2.0842244339291938e-05, + "I": 0.006512056104838848, + "C": 0.0003274184709880501, + "R": 6.560370820807293e-05, + "M": 0.0015805738512426615, + "O": 0.00024157963343895972, + "W": 1.3258121725812089e-05, + "N": 0.00017904816195368767, + "Y": 0.2939547598361969, + "U": 1.239691584942193e-07, + "K": 0.00021045705943834037, + "L": 4.4999051169725135e-06, + "G": 0.013860948383808136, + "F": 0.012521863915026188, + "E": 0.002996548544615507, + "T": 0.028545735403895378, + "P": 0.011146368458867073, + "-": 0.6278173327445984 + }, + "id": "tp_18027" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2253387, + "label": "-", + "classification": { + "B": 1.4300735075301052e-11, + "S": 1.3692996389536027e-11, + "I": 9.996132348533138e-07, + "C": 4.210006210314532e-08, + "R": 1.6787269352391831e-09, + "M": 6.027496368687935e-08, + "O": 2.2785345166198567e-08, + "W": 6.078760411698525e-11, + "N": 2.833852930095304e-09, + "Y": 1.4779978982915054e-06, + "U": 7.93479379423978e-11, + "K": 2.2496424167961493e-10, + "L": 5.238043332411735e-10, + "G": 4.3277788108753157e-07, + "F": 1.2851990504714195e-05, + "E": 2.5549118731760245e-07, + "T": 1.6488525034219492e-06, + "P": 0.030955493450164795, + "-": 0.9690268039703369 + }, + "id": "tp_18028" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2253520, + "label": "-", + "classification": { + "B": 1.0885941264859866e-05, + "S": 7.830873073544353e-06, + "I": 0.0006388170295394957, + "C": 7.228735194075853e-05, + "R": 1.712512494123075e-05, + "M": 0.0008612498641014099, + "O": 8.847993012750521e-05, + "W": 5.898343715671217e-06, + "N": 3.8129503082018346e-05, + "Y": 0.004888034425675869, + "U": 2.758969685601187e-06, + "K": 3.1310530175687745e-05, + "L": 1.4733046555193141e-05, + "G": 0.0010598673252388835, + "F": 0.00818353146314621, + "E": 0.0020888124126940966, + "T": 0.0022261624690145254, + "P": 0.13293126225471497, + "-": 0.8468328714370728 + }, + "id": "tp_18029" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2253654, + "label": "-", + "classification": { + "B": 8.734089362860686e-08, + "S": 2.2552315570578685e-08, + "I": 9.333796697319485e-06, + "C": 9.553615427648765e-07, + "R": 2.4494598349633634e-08, + "M": 1.1289807844150346e-06, + "O": 4.654417580240988e-07, + "W": 2.4802153220093714e-08, + "N": 3.699038018112333e-07, + "Y": 1.934131250891369e-05, + "U": 1.2002875138250602e-08, + "K": 2.857661911548348e-07, + "L": 2.6655866847136167e-08, + "G": 6.89491071170778e-06, + "F": 0.0007969942525960505, + "E": 5.7390148867852986e-05, + "T": 8.309167242259718e-06, + "P": 0.32519397139549255, + "-": 0.673904299736023 + }, + "id": "tp_18030" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2253754, + "label": "-", + "classification": { + "B": 6.787553985532213e-08, + "S": 8.276376917137895e-08, + "I": 2.6521283871261403e-05, + "C": 1.0347307579650078e-05, + "R": 6.235394494069624e-07, + "M": 2.417622454231605e-05, + "O": 4.8664478526916355e-06, + "W": 1.80557165663231e-07, + "N": 2.042979076577467e-06, + "Y": 0.004799078684300184, + "U": 6.296252053061835e-08, + "K": 7.40381728974171e-05, + "L": 1.9566276421301154e-07, + "G": 0.0006052454700693488, + "F": 0.0055446745827794075, + "E": 0.0006839088164269924, + "T": 0.0003531527181621641, + "P": 0.02938997559249401, + "-": 0.9584808349609375 + }, + "id": "tp_18031" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2253887, + "label": "-", + "classification": { + "B": 1.6071291611297056e-05, + "S": 3.335340443300083e-05, + "I": 0.0040607936680316925, + "C": 0.0006426380714401603, + "R": 0.00012168772082077339, + "M": 0.0007776083657518029, + "O": 0.0002347400295548141, + "W": 2.529507219151128e-05, + "N": 0.0002184052427764982, + "Y": 0.04533325880765915, + "U": 9.074522495211568e-06, + "K": 0.0003286862629465759, + "L": 3.244546314817853e-05, + "G": 0.004572233185172081, + "F": 0.014716549776494503, + "E": 0.0022994326427578926, + "T": 0.01113178115338087, + "P": 0.09218327701091766, + "-": 0.823262631893158 + }, + "id": "tp_18032" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2254021, + "label": "-", + "classification": { + "B": 2.7231801595917204e-06, + "S": 1.9133051409880864e-06, + "I": 0.0010194119531661272, + "C": 0.0001315135887125507, + "R": 1.1960792107856832e-05, + "M": 0.00043420144356787205, + "O": 4.597238512360491e-05, + "W": 2.2912915937922662e-06, + "N": 3.452247619861737e-05, + "Y": 0.00384212052449584, + "U": 2.9139382604626007e-06, + "K": 1.3847688933310565e-05, + "L": 7.95127016317565e-06, + "G": 0.0013064454542472959, + "F": 0.0025818070862442255, + "E": 0.0006452160887420177, + "T": 0.0023941670078784227, + "P": 0.14413374662399292, + "-": 0.843387246131897 + }, + "id": "tp_18033" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2254154, + "label": "-", + "classification": { + "B": 1.676479222112448e-08, + "S": 3.592641206751068e-08, + "I": 0.00014822093362454325, + "C": 1.1477139196358621e-05, + "R": 1.0665307854651473e-06, + "M": 2.1005143935326487e-05, + "O": 3.0607266126025934e-06, + "W": 1.78857888499806e-07, + "N": 3.434231530263787e-06, + "Y": 0.0004020027699880302, + "U": 1.377335507868338e-07, + "K": 2.9374583391472697e-05, + "L": 1.4012459814694012e-07, + "G": 0.0001402405760018155, + "F": 0.003446100512519479, + "E": 0.0001882012002170086, + "T": 7.423612987622619e-05, + "P": 0.1170453354716301, + "-": 0.8784857988357544 + }, + "id": "tp_18034" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2254254, + "label": "-", + "classification": { + "B": 1.8986986560776131e-06, + "S": 2.4693503064554534e-07, + "I": 0.0003968986275140196, + "C": 6.748067789885681e-06, + "R": 2.045930841632071e-06, + "M": 8.460014942102134e-05, + "O": 2.49108525167685e-05, + "W": 5.124699669067923e-07, + "N": 1.0531514817557763e-05, + "Y": 0.0009248486021533608, + "U": 2.2893385676070466e-07, + "K": 8.605697416896874e-07, + "L": 1.3320619700607494e-06, + "G": 0.000494579435326159, + "F": 0.0003881541488226503, + "E": 0.00016293083899654448, + "T": 0.0005979117704555392, + "P": 0.2194020003080368, + "-": 0.7774986624717712 + }, + "id": "tp_18035" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2254388, + "label": "-", + "classification": { + "B": 0.00033164225169457495, + "S": 7.844979700166732e-05, + "I": 0.007552261929959059, + "C": 0.0010172351030632854, + "R": 0.0004794408450834453, + "M": 0.0035779469180852175, + "O": 0.00105685880407691, + "W": 6.807469617342576e-05, + "N": 0.0003142951463814825, + "Y": 0.02447354607284069, + "U": 2.5602421374060214e-05, + "K": 0.00011138868285343051, + "L": 0.00030214316211640835, + "G": 0.014642731286585331, + "F": 0.008104581385850906, + "E": 0.002715823706239462, + "T": 0.008844190277159214, + "P": 0.07849747687578201, + "-": 0.8478063344955444 + }, + "id": "tp_18036" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2254521, + "label": "-", + "classification": { + "B": 1.641307335376041e-06, + "S": 6.745853625034215e-06, + "I": 0.0017761139897629619, + "C": 5.29884455318097e-05, + "R": 1.0463569196872413e-05, + "M": 0.000382309895940125, + "O": 8.69718860485591e-05, + "W": 9.320372555521317e-06, + "N": 8.101036655716598e-05, + "Y": 0.03043408878147602, + "U": 1.0234177807433298e-06, + "K": 0.0005018527153879404, + "L": 3.0181295187503565e-06, + "G": 0.0021601023618131876, + "F": 0.005910228472203016, + "E": 0.0037240025121718645, + "T": 0.007919756695628166, + "P": 0.05156995728611946, + "-": 0.8953683972358704 + }, + "id": "tp_18037" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2254655, + "label": "-", + "classification": { + "B": 1.2217351752497052e-07, + "S": 5.764412946973607e-08, + "I": 7.468221883755177e-05, + "C": 2.021514546868275e-06, + "R": 2.55843190188898e-07, + "M": 1.04783875940484e-05, + "O": 2.184388449677499e-06, + "W": 1.1396276278219375e-07, + "N": 2.8407507670635823e-06, + "Y": 0.0005027648294344544, + "U": 1.0317891963040893e-07, + "K": 1.1348156476742588e-05, + "L": 1.01629083815169e-07, + "G": 0.0001001522468868643, + "F": 0.0021425914019346237, + "E": 0.00037861152668483555, + "T": 9.556803706800565e-05, + "P": 0.16760386526584625, + "-": 0.8290720582008362 + }, + "id": "tp_18038" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2254755, + "label": "-", + "classification": { + "B": 6.477513636582444e-08, + "S": 1.9424701847015058e-08, + "I": 0.00026112073101103306, + "C": 3.17660415021237e-05, + "R": 2.6630732463672757e-06, + "M": 6.50661286272225e-06, + "O": 1.8362250102654798e-06, + "W": 1.5550428145161277e-07, + "N": 5.085000793769723e-06, + "Y": 0.0002732091525103897, + "U": 2.34165796086927e-07, + "K": 2.2340793748298893e-06, + "L": 1.0411964979084587e-07, + "G": 4.296330735087395e-05, + "F": 0.0003794506483245641, + "E": 0.0001896939502330497, + "T": 7.443079812219366e-05, + "P": 0.2716498076915741, + "-": 0.7270786762237549 + }, + "id": "tp_18039" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2254888, + "label": "-", + "classification": { + "B": 0.00015953868569340557, + "S": 1.6930707715800963e-05, + "I": 0.009015698917210102, + "C": 0.0008039061212912202, + "R": 0.00017804396338760853, + "M": 0.004105980042368174, + "O": 0.00045277911704033613, + "W": 5.851333844475448e-05, + "N": 0.00034873446566052735, + "Y": 0.007585383486002684, + "U": 2.1743233446613885e-05, + "K": 5.89506707910914e-05, + "L": 0.00011595523392315954, + "G": 0.007408025208860636, + "F": 0.0033338561188429594, + "E": 0.014517289586365223, + "T": 0.004003728274255991, + "P": 0.3026279807090759, + "-": 0.6451869010925293 + }, + "id": "tp_18040" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2255022, + "label": "-", + "classification": { + "B": 4.064636959810741e-05, + "S": 4.135062681598356e-06, + "I": 1.7883132386486977e-05, + "C": 1.3207829397288151e-05, + "R": 3.563671270967461e-06, + "M": 0.0004955262993462384, + "O": 0.0001650689955567941, + "W": 2.9763946258754004e-06, + "N": 6.698756465084443e-07, + "Y": 0.00012187743413960561, + "U": 9.05694079733621e-08, + "K": 9.175296611374506e-08, + "L": 2.3659937141928822e-05, + "G": 0.0001790506939869374, + "F": 0.0005956242675893009, + "E": 6.0991016653133556e-05, + "T": 0.00023061801039148122, + "P": 0.014921113848686218, + "-": 0.983123242855072 + }, + "id": "tp_18041" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2255155, + "label": "-", + "classification": { + "B": 4.6033115097543487e-08, + "S": 8.8825302668738e-08, + "I": 0.0007703313021920621, + "C": 1.7525862858747132e-05, + "R": 1.1831068604806205e-06, + "M": 8.19003616925329e-06, + "O": 1.884266907836718e-06, + "W": 3.211798969005031e-07, + "N": 2.7063422749051824e-05, + "Y": 0.0003812854702118784, + "U": 4.959184138897399e-07, + "K": 4.2342373490100726e-05, + "L": 9.502972631025841e-08, + "G": 4.109783185413107e-05, + "F": 0.0016083740629255772, + "E": 0.0007261982536874712, + "T": 0.0001045770404743962, + "P": 0.33479925990104675, + "-": 0.6614696979522705 + }, + "id": "tp_18042" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2255255, + "label": "-", + "classification": { + "B": 1.8054165593639482e-06, + "S": 9.73611122390139e-07, + "I": 0.0065534720197319984, + "C": 0.0002688736713025719, + "R": 5.300155680743046e-05, + "M": 0.00016864111239556223, + "O": 3.877684139297344e-05, + "W": 2.2477515813079663e-06, + "N": 0.00013741383736487478, + "Y": 0.006473531015217304, + "U": 2.0050190414622193e-06, + "K": 3.2190753699978814e-05, + "L": 2.7818086891784333e-06, + "G": 0.0013422975316643715, + "F": 0.0013598736841231585, + "E": 0.0017295136349275708, + "T": 0.001654453226365149, + "P": 0.29782190918922424, + "-": 0.6823562979698181 + }, + "id": "tp_18043" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2255389, + "label": "-", + "classification": { + "B": 2.6845253131568825e-08, + "S": 4.98825016848059e-08, + "I": 6.040502921678126e-05, + "C": 4.911837550025666e-06, + "R": 1.763349246175494e-06, + "M": 3.195680255885236e-05, + "O": 9.932314242178109e-06, + "W": 1.802749522994418e-07, + "N": 9.773820011105272e-07, + "Y": 0.0018516745185479522, + "U": 2.3852082975395206e-08, + "K": 1.6646913536533248e-06, + "L": 3.336206475523795e-07, + "G": 0.00012193531438242644, + "F": 0.0012417904799804091, + "E": 3.0738181521883234e-05, + "T": 0.0003360302362125367, + "P": 0.021111365407705307, + "-": 0.9751942157745361 + }, + "id": "tp_18044" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2255522, + "label": "-", + "classification": { + "B": 7.648786208847014e-07, + "S": 5.20475964549405e-07, + "I": 2.933399628091138e-06, + "C": 7.638522561137506e-07, + "R": 8.758523506458005e-08, + "M": 7.66314915381372e-05, + "O": 1.2703620086540468e-05, + "W": 2.3779045932315057e-07, + "N": 1.7462298274040222e-07, + "Y": 0.00034083586069755256, + "U": 8.524581929236774e-09, + "K": 1.2496951740104123e-07, + "L": 1.1525743275342393e-06, + "G": 0.00011993316002190113, + "F": 0.0021781898103654385, + "E": 5.973937368253246e-05, + "T": 0.00022794329561293125, + "P": 0.018849216401576996, + "-": 0.9781278967857361 + }, + "id": "tp_18045" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2255656, + "label": "-", + "classification": { + "B": 8.070537660387345e-08, + "S": 1.8063428086634303e-08, + "I": 1.803238774300553e-05, + "C": 8.452750535070663e-07, + "R": 9.750183238566024e-08, + "M": 1.3740930626227055e-05, + "O": 1.0852315881493269e-06, + "W": 2.27594814106169e-08, + "N": 3.616398203121207e-07, + "Y": 0.00020983401918783784, + "U": 1.3807351706418558e-08, + "K": 7.109836133167846e-07, + "L": 9.664753264360115e-08, + "G": 9.502840839559212e-05, + "F": 0.0024430977646261454, + "E": 0.00014348655531648546, + "T": 6.187208782648668e-05, + "P": 0.1365218311548233, + "-": 0.8604897856712341 + }, + "id": "tp_18046" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2255756, + "label": "-", + "classification": { + "B": 8.710907763997966e-07, + "S": 8.314693786815042e-07, + "I": 0.0004885596572421491, + "C": 3.305647987872362e-05, + "R": 9.833381227508653e-06, + "M": 7.410654507111758e-05, + "O": 1.4241814824345056e-05, + "W": 3.88585931432317e-07, + "N": 6.32636374575668e-06, + "Y": 0.014719025231897831, + "U": 1.661833834987192e-07, + "K": 4.877844730799552e-06, + "L": 1.3595252994491602e-06, + "G": 0.0009569242829456925, + "F": 0.002623353386297822, + "E": 0.00012976517609786242, + "T": 0.0022307136096060276, + "P": 0.03084385395050049, + "-": 0.9478616714477539 + }, + "id": "tp_18047" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2255889, + "label": "P", + "classification": { + "B": 1.307708316744538e-06, + "S": 6.678263275716745e-08, + "I": 0.0026156138628721237, + "C": 3.3637120395724196e-06, + "R": 3.147209781673155e-07, + "M": 0.0001247006730409339, + "O": 3.3510837056383025e-06, + "W": 7.444033656156535e-08, + "N": 1.776863427949138e-05, + "Y": 0.00047145996359176934, + "U": 1.543049243935002e-08, + "K": 6.678811104166016e-08, + "L": 3.100562651070504e-07, + "G": 8.410635928157717e-05, + "F": 0.00010455532174091786, + "E": 0.002261985093355179, + "T": 0.00014503367128781974, + "P": 0.7595500946044922, + "-": 0.23461578786373138 + }, + "id": "tp_18048" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2256023, + "label": "-", + "classification": { + "B": 2.3502030671807006e-05, + "S": 6.307763214863371e-06, + "I": 0.0009239105274900794, + "C": 9.560307080391794e-05, + "R": 3.4807897463906556e-05, + "M": 0.0009620997589081526, + "O": 0.000334988406393677, + "W": 6.289874363574199e-06, + "N": 1.9731480279006064e-05, + "Y": 0.003430641256272793, + "U": 7.00712234902312e-07, + "K": 5.352223979571136e-07, + "L": 4.422148413141258e-05, + "G": 0.0012713865144178271, + "F": 0.0007981128874234855, + "E": 0.0001328781363554299, + "T": 0.003537246724590659, + "P": 0.03438255563378334, + "-": 0.9539943933486938 + }, + "id": "tp_18049" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2256156, + "label": "-", + "classification": { + "B": 5.89865692290914e-07, + "S": 3.062740461245994e-07, + "I": 2.3075408535078168e-05, + "C": 3.8738180592190474e-06, + "R": 6.307583930720284e-07, + "M": 2.7957190468441695e-05, + "O": 9.849799425865058e-06, + "W": 2.574910524799634e-07, + "N": 6.415450002350553e-07, + "Y": 0.00022234440257307142, + "U": 5.0602277923417205e-08, + "K": 5.007701133763476e-07, + "L": 8.748098139221838e-07, + "G": 8.161367441061884e-05, + "F": 0.0023982070852071047, + "E": 5.5352546041831374e-05, + "T": 9.536110883345827e-05, + "P": 0.03914681822061539, + "-": 0.9579316973686218 + }, + "id": "tp_18050" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2256256, + "label": "-", + "classification": { + "B": 4.1980324994028706e-08, + "S": 6.107539363142678e-09, + "I": 2.2584392354474403e-05, + "C": 4.044116224122263e-07, + "R": 5.8498638821902205e-08, + "M": 5.687391421815846e-06, + "O": 6.158242626952415e-07, + "W": 1.4394150760210778e-08, + "N": 1.7976164201627398e-07, + "Y": 0.00010891460988204926, + "U": 5.438357320031173e-09, + "K": 1.0371861662861193e-06, + "L": 1.854011166813052e-08, + "G": 3.776475568884052e-05, + "F": 0.0002564970636740327, + "E": 0.00012779198004864156, + "T": 4.61420277133584e-05, + "P": 0.03718400374054909, + "-": 0.9622082114219666 + }, + "id": "tp_18051" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2256390, + "label": "-", + "classification": { + "B": 7.863264483987109e-10, + "S": 6.283844999899202e-09, + "I": 1.4735771856067004e-06, + "C": 3.883804708948446e-07, + "R": 9.569943415499438e-08, + "M": 1.6163403415703215e-05, + "O": 8.905179242901795e-07, + "W": 5.159474181226642e-09, + "N": 1.8404893609158535e-08, + "Y": 0.0018416282255202532, + "U": 6.812217456797498e-10, + "K": 1.2038179875162314e-07, + "L": 5.0404093343559e-08, + "G": 8.631838136352599e-05, + "F": 0.0015726403798907995, + "E": 6.257445875235135e-06, + "T": 0.0002230671962024644, + "P": 0.002073507057502866, + "-": 0.9941773414611816 + }, + "id": "tp_18052" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2256523, + "label": "-", + "classification": { + "B": 4.819967784897017e-07, + "S": 2.816964297380764e-07, + "I": 6.053913602954708e-05, + "C": 1.042079475155333e-06, + "R": 2.400850291905954e-07, + "M": 0.0005820399383082986, + "O": 7.3515393523848616e-06, + "W": 1.566237273209481e-07, + "N": 5.913748282182496e-07, + "Y": 0.0019195560598745942, + "U": 1.2752260580839447e-08, + "K": 1.7735078472469468e-06, + "L": 1.3668463907379191e-06, + "G": 0.001050698570907116, + "F": 0.005375537555664778, + "E": 0.0006794641958549619, + "T": 0.0007686133030802011, + "P": 0.015036151744425297, + "-": 0.9745141267776489 + }, + "id": "tp_18053" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2256657, + "label": "-", + "classification": { + "B": 0.00017665674386080354, + "S": 4.3881722376681864e-05, + "I": 0.006598380394279957, + "C": 0.0007284447783604264, + "R": 7.142862159525976e-05, + "M": 0.005735000595450401, + "O": 0.0005470413598231971, + "W": 3.3548265491845086e-05, + "N": 0.0006194955203682184, + "Y": 0.0097846994176507, + "U": 3.270496381446719e-05, + "K": 5.1124512538081035e-05, + "L": 0.0001275269314646721, + "G": 0.0030390797182917595, + "F": 0.002762887626886368, + "E": 0.012242994271218777, + "T": 0.008352919481694698, + "P": 0.20309136807918549, + "-": 0.7459608912467957 + }, + "id": "tp_18054" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2256757, + "label": "-", + "classification": { + "B": 2.1360726805141894e-06, + "S": 4.333497599873226e-06, + "I": 0.0010967394337058067, + "C": 0.0001194632932310924, + "R": 1.424169931851793e-05, + "M": 0.000159292365424335, + "O": 3.0158653316902928e-05, + "W": 6.520424904010724e-06, + "N": 8.540816634194925e-05, + "Y": 0.0770426094532013, + "U": 5.680860226675577e-07, + "K": 0.01174288522452116, + "L": 6.158498990771477e-07, + "G": 0.009844760410487652, + "F": 0.016243180260062218, + "E": 0.013938864693045616, + "T": 0.0030030463822185993, + "P": 0.03917489945888519, + "-": 0.8274902701377869 + }, + "id": "tp_18055" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2256890, + "label": "-", + "classification": { + "B": 4.272676960681565e-05, + "S": 4.344788521848386e-06, + "I": 0.00031605182448402047, + "C": 3.235024996683933e-05, + "R": 9.598000360711012e-06, + "M": 0.00017211156955454499, + "O": 8.103122672764584e-05, + "W": 3.5289917832415085e-06, + "N": 1.3380159543885384e-05, + "Y": 0.0013238592073321342, + "U": 9.02326064533554e-07, + "K": 4.835031631955644e-06, + "L": 9.628539373807143e-06, + "G": 0.0011772442376241088, + "F": 0.0025666484143584967, + "E": 0.0008048698073253036, + "T": 0.0006790458573959768, + "P": 0.11988558620214462, + "-": 0.8728722929954529 + }, + "id": "tp_18056" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2257024, + "label": "-", + "classification": { + "B": 1.9389821304116595e-08, + "S": 4.959953781025206e-09, + "I": 4.7919227654347196e-05, + "C": 1.8707928575167898e-06, + "R": 2.2268024224558758e-07, + "M": 2.9618231565109454e-05, + "O": 7.057662401166453e-07, + "W": 4.6314729829077805e-09, + "N": 4.376263689209736e-07, + "Y": 0.0014509455068036914, + "U": 6.385468154235241e-09, + "K": 1.2836171663366258e-06, + "L": 5.0728836242797115e-08, + "G": 0.0002377665223320946, + "F": 0.0006547796074301004, + "E": 0.00028482420020736754, + "T": 0.00029787328094244003, + "P": 0.023217961192131042, + "-": 0.973773717880249 + }, + "id": "tp_18057" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2257157, + "label": "-", + "classification": { + "B": 8.817498382995836e-06, + "S": 3.482509418972768e-05, + "I": 0.0007126076961867511, + "C": 0.005681938026100397, + "R": 0.0006334084901027381, + "M": 0.0029955690260976553, + "O": 0.0005174970719963312, + "W": 2.65521139226621e-05, + "N": 5.4536820243811235e-05, + "Y": 0.09361759573221207, + "U": 4.744808848045068e-06, + "K": 0.0016122960951179266, + "L": 0.00029124997672624886, + "G": 0.09948477149009705, + "F": 0.08397328108549118, + "E": 0.006074925418943167, + "T": 0.012610471807420254, + "P": 0.010975255630910397, + "-": 0.6806897521018982 + }, + "id": "tp_18058" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2257257, + "label": "-", + "classification": { + "B": 4.208291557006305e-06, + "S": 2.734479380706034e-07, + "I": 0.00021819359972141683, + "C": 5.244542990112677e-05, + "R": 5.263796538201859e-06, + "M": 0.0005264828796498477, + "O": 2.1570349417743273e-05, + "W": 3.989700587681e-07, + "N": 1.8027833448286401e-06, + "Y": 0.003534996183589101, + "U": 1.133386859919483e-07, + "K": 6.856428740320553e-07, + "L": 5.761165539297508e-06, + "G": 0.0011502859415486455, + "F": 0.0011825670953840017, + "E": 0.0005125626339577138, + "T": 0.0007408708916045725, + "P": 0.030493639409542084, + "-": 0.9615478515625 + }, + "id": "tp_18059" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2257391, + "label": "-", + "classification": { + "B": 9.094135222653676e-09, + "S": 4.580779755514186e-09, + "I": 2.0291916371206753e-05, + "C": 1.8046264926852018e-07, + "R": 3.095117051543639e-08, + "M": 2.90586081064248e-06, + "O": 3.1101794206733757e-07, + "W": 4.041251777664456e-09, + "N": 2.0490560359576193e-07, + "Y": 0.00017348164692521095, + "U": 2.0426038638277078e-09, + "K": 3.325468966863809e-08, + "L": 1.9351908520093275e-08, + "G": 1.5170993719948456e-05, + "F": 0.0005265298532322049, + "E": 2.9841950890840963e-05, + "T": 5.5018768762238324e-05, + "P": 0.09520282596349716, + "-": 0.9039731621742249 + }, + "id": "tp_18060" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2257524, + "label": "-", + "classification": { + "B": 3.208827479284082e-07, + "S": 1.7485135117567552e-07, + "I": 0.0008195904083549976, + "C": 3.4103468351531774e-05, + "R": 7.224328328447882e-06, + "M": 8.933306526159868e-05, + "O": 1.1358681149431504e-05, + "W": 1.0254331073156209e-06, + "N": 1.4892167200741824e-05, + "Y": 0.0018452159129083157, + "U": 9.285156465921318e-07, + "K": 6.719775410601869e-05, + "L": 7.474092740267224e-07, + "G": 0.00024560067686252296, + "F": 0.0015815520891919732, + "E": 0.0009973648702725768, + "T": 0.0005455659702420235, + "P": 0.1266442835330963, + "-": 0.8670936226844788 + }, + "id": "tp_18061" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2257658, + "label": "-", + "classification": { + "B": 5.977082828678704e-09, + "S": 1.365369928230109e-09, + "I": 1.1460025461929035e-06, + "C": 4.5600394571465586e-09, + "R": 6.234853744402358e-10, + "M": 6.402516561365701e-08, + "O": 1.3876123716727307e-07, + "W": 3.7229459515231156e-09, + "N": 3.517173752243252e-08, + "Y": 8.911816848922172e-07, + "U": 1.1727064874733628e-09, + "K": 2.7415021008891927e-07, + "L": 7.497366061315347e-10, + "G": 3.891272797318379e-07, + "F": 0.00011313223512843251, + "E": 4.442530098458519e-06, + "T": 2.6626078124536434e-06, + "P": 0.15887588262557983, + "-": 0.8410009741783142 + }, + "id": "tp_18062" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2257758, + "label": "-", + "classification": { + "B": 3.5919781566917663e-06, + "S": 3.2160933187697083e-06, + "I": 0.0009338209056295455, + "C": 5.4184027248993516e-05, + "R": 1.2885418982477859e-05, + "M": 0.00041709301876835525, + "O": 7.458010077243671e-05, + "W": 8.640192390885204e-06, + "N": 7.263662701006979e-05, + "Y": 0.011389348655939102, + "U": 3.487043386485311e-06, + "K": 0.0025607969146221876, + "L": 4.456284841580782e-06, + "G": 0.0023461931850761175, + "F": 0.008160395547747612, + "E": 0.007510493043810129, + "T": 0.0021120451856404543, + "P": 0.059850096702575684, + "-": 0.9044820666313171 + }, + "id": "tp_18063" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2257891, + "label": "-", + "classification": { + "B": 3.8396042327804025e-06, + "S": 3.5307601820022683e-07, + "I": 0.00017794249288272113, + "C": 0.00023363434593193233, + "R": 2.3998674805625342e-05, + "M": 0.0002274059661431238, + "O": 2.157814560632687e-05, + "W": 5.618373393190268e-07, + "N": 3.1148763355304254e-06, + "Y": 0.005184126552194357, + "U": 5.210487188378465e-07, + "K": 3.094440671702614e-06, + "L": 1.4287183148553595e-05, + "G": 0.002692911773920059, + "F": 0.004216601140797138, + "E": 0.0006961277686059475, + "T": 0.0006713583716191351, + "P": 0.027708077803254128, + "-": 0.958120584487915 + }, + "id": "tp_18064" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2258025, + "label": "-", + "classification": { + "B": 3.954075054934947e-06, + "S": 1.033976786857238e-06, + "I": 0.0006900719599798322, + "C": 7.781826570862904e-05, + "R": 7.34979948902037e-06, + "M": 3.956506043323316e-05, + "O": 2.265746661578305e-05, + "W": 4.708584583568154e-06, + "N": 9.041369776241481e-05, + "Y": 0.001609764527529478, + "U": 5.206810783420224e-06, + "K": 0.001210375688970089, + "L": 1.225981009156385e-06, + "G": 0.0013224411522969604, + "F": 0.006173089146614075, + "E": 0.013512298464775085, + "T": 0.00022454671852756292, + "P": 0.3733319938182831, + "-": 0.6016714572906494 + }, + "id": "tp_18065" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2258158, + "label": "-", + "classification": { + "B": 3.8332786061801016e-05, + "S": 9.433989180251956e-05, + "I": 0.011075861752033234, + "C": 0.017671288922429085, + "R": 0.0016768736531957984, + "M": 0.006782581564038992, + "O": 0.001616207999177277, + "W": 0.00010499953350517899, + "N": 0.0007123519317246974, + "Y": 0.08861362189054489, + "U": 2.982207661261782e-05, + "K": 0.0006027244962751865, + "L": 0.0007030433043837547, + "G": 0.0701841339468956, + "F": 0.032568998634815216, + "E": 0.02709505707025528, + "T": 0.02008640021085739, + "P": 0.0669608935713768, + "-": 0.653382420539856 + }, + "id": "tp_18066" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2258258, + "label": "-", + "classification": { + "B": 1.2219354417197792e-09, + "S": 1.7507646721259817e-10, + "I": 5.197243808652274e-06, + "C": 3.19674029469752e-07, + "R": 1.5305010592214785e-08, + "M": 4.096399607078638e-06, + "O": 1.6422346504896268e-07, + "W": 6.199664115413839e-10, + "N": 2.0466153216602834e-08, + "Y": 0.00010673702490748838, + "U": 8.661514283581084e-10, + "K": 1.6721415363463166e-09, + "L": 9.600474193405262e-09, + "G": 9.885216059046797e-06, + "F": 2.0062370822415687e-05, + "E": 5.86418536840938e-06, + "T": 4.486514808377251e-05, + "P": 0.03021526150405407, + "-": 0.9695874452590942 + }, + "id": "tp_18067" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2258392, + "label": "-", + "classification": { + "B": 3.972530521423323e-06, + "S": 2.7207486255065305e-06, + "I": 6.0036330978618935e-05, + "C": 6.957432196941227e-05, + "R": 8.325673661602195e-06, + "M": 0.00013481690257322043, + "O": 3.211092916899361e-05, + "W": 1.1637491752480855e-06, + "N": 4.018748313683318e-06, + "Y": 0.0005905712605454028, + "U": 6.585028700101248e-07, + "K": 1.0959683095279615e-05, + "L": 5.292423338687513e-06, + "G": 0.0002110453206114471, + "F": 0.007443077862262726, + "E": 0.0001444974768674001, + "T": 0.0004650266782846302, + "P": 0.02497224137187004, + "-": 0.9658398628234863 + }, + "id": "tp_18068" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2258525, + "label": "-", + "classification": { + "B": 2.572001278622338e-08, + "S": 5.887650189606575e-08, + "I": 6.860100256744772e-05, + "C": 7.216246103780577e-06, + "R": 6.474936640188389e-07, + "M": 6.572679467353737e-06, + "O": 1.9825004073936725e-06, + "W": 1.2087657808024233e-07, + "N": 2.9206530598457903e-06, + "Y": 0.00046495647984556854, + "U": 1.2517116942944995e-07, + "K": 1.70954481291119e-05, + "L": 6.849218436855153e-08, + "G": 6.931029201950878e-05, + "F": 0.001632840489037335, + "E": 0.00015058139979373664, + "T": 0.00011400731455069035, + "P": 0.10872131586074829, + "-": 0.8887414336204529 + }, + "id": "tp_18069" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2258625, + "label": "-", + "classification": { + "B": 5.8587939832932534e-08, + "S": 2.7648178857475614e-08, + "I": 0.00015695739421062171, + "C": 4.41609627159778e-05, + "R": 3.832647507806541e-06, + "M": 9.496379789197817e-05, + "O": 3.922993528249208e-06, + "W": 6.088951920446561e-08, + "N": 5.856617804056441e-07, + "Y": 0.0014102266868576407, + "U": 4.953947652097668e-08, + "K": 2.1931299443167518e-07, + "L": 1.2910593341075582e-06, + "G": 0.00040082118357531726, + "F": 0.000794818508438766, + "E": 0.00014807010302320123, + "T": 0.00043795976671390235, + "P": 0.024829478934407234, + "-": 0.9716724753379822 + }, + "id": "tp_18070" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2258759, + "label": "-", + "classification": { + "B": 1.1271891708020121e-05, + "S": 1.058671114151366e-05, + "I": 0.004764501936733723, + "C": 0.0015321100363507867, + "R": 0.0001857241877587512, + "M": 0.0003570244589354843, + "O": 0.00021333058248274028, + "W": 1.5745732525829226e-05, + "N": 0.00033950977376662195, + "Y": 0.005495109129697084, + "U": 1.9634453565231524e-05, + "K": 3.301103424746543e-05, + "L": 4.43257340521086e-05, + "G": 0.0026206423062831163, + "F": 0.004498728085309267, + "E": 0.002011325443163514, + "T": 0.003187687136232853, + "P": 0.31241944432258606, + "-": 0.6622402667999268 + }, + "id": "tp_18071" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2258892, + "label": "-", + "classification": { + "B": 1.527980566606857e-05, + "S": 2.7976934688922483e-06, + "I": 0.0008805248653516173, + "C": 0.00015087259816937149, + "R": 3.832166112260893e-05, + "M": 0.0006073480471968651, + "O": 9.223051893059164e-05, + "W": 8.644607987662312e-06, + "N": 4.5094995584804565e-05, + "Y": 0.004853256978094578, + "U": 8.085395165835507e-06, + "K": 0.00012744950072374195, + "L": 1.206876459036721e-05, + "G": 0.001096741994842887, + "F": 0.0037974228616803885, + "E": 0.0013585081323981285, + "T": 0.0015067711938172579, + "P": 0.09433356672525406, + "-": 0.8910648822784424 + }, + "id": "tp_18072" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2259026, + "label": "-", + "classification": { + "B": 3.935546715183591e-07, + "S": 4.606447845389994e-08, + "I": 0.0006399511476047337, + "C": 0.00018812062626238912, + "R": 1.4492035006696824e-05, + "M": 0.00044589233584702015, + "O": 1.0737210686784238e-05, + "W": 1.9248948035510693e-07, + "N": 2.388549773968407e-06, + "Y": 0.003314611501991749, + "U": 3.0853894372739887e-07, + "K": 3.291014252226887e-07, + "L": 3.938120698876446e-06, + "G": 0.0004942144150845706, + "F": 0.0002791571314446628, + "E": 0.0002901222323998809, + "T": 0.001003212295472622, + "P": 0.049668584018945694, + "-": 0.9436432123184204 + }, + "id": "tp_18073" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2259126, + "label": "-", + "classification": { + "B": 1.1977092650994337e-09, + "S": 8.903432852092052e-11, + "I": 9.913425856211688e-06, + "C": 2.7977478112006793e-07, + "R": 3.279614801954267e-08, + "M": 1.923917807289399e-06, + "O": 7.617613562160841e-08, + "W": 4.670674957907295e-10, + "N": 1.3937631493377012e-08, + "Y": 0.00014951371122151613, + "U": 2.736744442177752e-10, + "K": 5.9968563448364876e-09, + "L": 6.6832934741967165e-09, + "G": 3.0853279895382e-05, + "F": 8.785921090748161e-05, + "E": 1.821533078327775e-05, + "T": 1.5913670722511597e-05, + "P": 0.035229139029979706, + "-": 0.9644562602043152 + }, + "id": "tp_18074" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2259259, + "label": "-", + "classification": { + "B": 8.067923218391115e-09, + "S": 8.11719225168872e-09, + "I": 3.008511612279108e-06, + "C": 2.2993602044607542e-07, + "R": 4.00231705555143e-08, + "M": 6.7978685365233105e-06, + "O": 7.79609479195642e-07, + "W": 6.834761201446327e-09, + "N": 2.6314104673019756e-08, + "Y": 0.00012030678772134706, + "U": 2.1449506615311975e-09, + "K": 1.3731120240834116e-08, + "L": 6.587324463680488e-08, + "G": 1.4740808182978071e-05, + "F": 0.0001580546668265015, + "E": 2.5507790724077495e-06, + "T": 7.681481656618416e-05, + "P": 0.00977789331227541, + "-": 0.9898386001586914 + }, + "id": "tp_18075" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2259393, + "label": "-", + "classification": { + "B": 2.7136374569636246e-07, + "S": 2.6829193089383807e-08, + "I": 0.00053821672918275, + "C": 8.991807408165187e-05, + "R": 3.11347298520559e-06, + "M": 4.148732477915473e-05, + "O": 4.638707196136238e-06, + "W": 1.0661320715144029e-07, + "N": 7.955324690556154e-06, + "Y": 0.0003129937977064401, + "U": 2.774301606223162e-07, + "K": 2.3349989533016924e-06, + "L": 5.073413262834947e-07, + "G": 0.00023161849821917713, + "F": 0.0006352172349579632, + "E": 0.0005732842837460339, + "T": 0.00010896566527662799, + "P": 0.21217946708202362, + "-": 0.7852696180343628 + }, + "id": "tp_18076" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2259526, + "label": "-", + "classification": { + "B": 8.740958583075553e-05, + "S": 4.441034252522513e-05, + "I": 0.008146308362483978, + "C": 0.0016327357152476907, + "R": 0.00048506914754398167, + "M": 0.0010907558025792241, + "O": 0.0005473890341818333, + "W": 9.336355287814513e-05, + "N": 0.001171617186628282, + "Y": 0.014199361205101013, + "U": 0.00015853891090955585, + "K": 0.002506888471543789, + "L": 8.897502266336232e-05, + "G": 0.007685635704547167, + "F": 0.01940523274242878, + "E": 0.009216287173330784, + "T": 0.005300446413457394, + "P": 0.23357102274894714, + "-": 0.6945685148239136 + }, + "id": "tp_18077" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2259626, + "label": "P", + "classification": { + "B": 4.2124287574552e-05, + "S": 2.801820301101543e-05, + "I": 0.006812632083892822, + "C": 0.0003818669356405735, + "R": 0.00011765588715206832, + "M": 0.00092290312750265, + "O": 0.00034625950502231717, + "W": 4.711015571956523e-05, + "N": 0.0006329822936095297, + "Y": 0.0041488842107355595, + "U": 2.8517184546217322e-05, + "K": 0.0002680323086678982, + "L": 5.518503166968003e-05, + "G": 0.003177706152200699, + "F": 0.019446633756160736, + "E": 0.007563721388578415, + "T": 0.0018673494923859835, + "P": 0.4830716550350189, + "-": 0.4710407555103302 + }, + "id": "tp_18078" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2259760, + "label": "-", + "classification": { + "B": 1.2559858708627303e-09, + "S": 7.637143140115654e-10, + "I": 2.2661130060441792e-05, + "C": 5.292857849781285e-07, + "R": 1.9411736218444275e-08, + "M": 9.570874226483284e-07, + "O": 7.759401654539033e-08, + "W": 1.4820316085462082e-09, + "N": 1.2554218642435444e-07, + "Y": 0.00012184764636913314, + "U": 1.4045570262410934e-09, + "K": 2.762951680779224e-07, + "L": 1.989162834448166e-09, + "G": 7.881120836827904e-06, + "F": 0.00022708433971274644, + "E": 3.279832162661478e-05, + "T": 1.2432928087946493e-05, + "P": 0.11433420330286026, + "-": 0.8852390050888062 + }, + "id": "tp_18079" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2259893, + "label": "-", + "classification": { + "B": 3.3574098779354244e-05, + "S": 0.00019190584134776145, + "I": 0.00481717474758625, + "C": 0.005382715258747339, + "R": 0.0012927291681990027, + "M": 0.0034718671813607216, + "O": 0.0016786875203251839, + "W": 0.000258719694102183, + "N": 0.0007675651577301323, + "Y": 0.04137417674064636, + "U": 9.201870125252753e-05, + "K": 0.005741130094975233, + "L": 0.00020406617841217667, + "G": 0.012166962027549744, + "F": 0.0472528301179409, + "E": 0.005293985363095999, + "T": 0.012367659248411655, + "P": 0.05840425565838814, + "-": 0.7992079257965088 + }, + "id": "tp_18080" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2260027, + "label": "-", + "classification": { + "B": 6.940234698049608e-08, + "S": 2.8392397322107854e-09, + "I": 7.321983139263466e-05, + "C": 3.7348397654568544e-06, + "R": 2.0627483365842636e-07, + "M": 7.936791007523425e-06, + "O": 9.571584769219044e-07, + "W": 1.1439844627147977e-08, + "N": 1.7284220632518554e-07, + "Y": 5.769341441919096e-05, + "U": 9.778823972794726e-09, + "K": 1.1101922714473744e-09, + "L": 4.196833174319181e-07, + "G": 4.3470601667650044e-05, + "F": 6.450951332226396e-05, + "E": 5.2947048970963806e-05, + "T": 4.7727091441629454e-05, + "P": 0.1653515100479126, + "-": 0.8342954516410828 + }, + "id": "tp_18081" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2260127, + "label": "-", + "classification": { + "B": 2.2214356931726797e-07, + "S": 2.402854022420797e-07, + "I": 0.0001417241437593475, + "C": 3.6671362977358513e-06, + "R": 4.835883942178043e-07, + "M": 3.015181164300884e-06, + "O": 4.264489234628854e-06, + "W": 4.163909181897907e-07, + "N": 8.818909918772988e-06, + "Y": 0.00010097425547428429, + "U": 2.73815658147214e-07, + "K": 1.3746235708822496e-05, + "L": 8.52672101814278e-08, + "G": 2.7219028197578155e-05, + "F": 0.0010342879686504602, + "E": 0.0001456417521694675, + "T": 5.844381666975096e-05, + "P": 0.3125379979610443, + "-": 0.6859184503555298 + }, + "id": "tp_18082" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2260260, + "label": "-", + "classification": { + "B": 2.4347405997104943e-05, + "S": 7.160636869230075e-06, + "I": 6.626198592130095e-05, + "C": 2.1003674191888422e-05, + "R": 6.357035999826621e-06, + "M": 0.0010599568486213684, + "O": 0.00024463163572363555, + "W": 2.817454742398695e-06, + "N": 1.5287135965991183e-06, + "Y": 0.0013925848761573434, + "U": 1.8502949217236164e-07, + "K": 4.191437952272281e-08, + "L": 6.319562817225233e-05, + "G": 0.000872950884513557, + "F": 0.0015253301244229078, + "E": 7.299031130969524e-05, + "T": 0.0013138939393684268, + "P": 0.011073671281337738, + "-": 0.9822511076927185 + }, + "id": "tp_18083" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2260394, + "label": "-", + "classification": { + "B": 9.492976005276432e-07, + "S": 6.227572413308735e-08, + "I": 0.0002835539053194225, + "C": 6.956528068258194e-06, + "R": 2.8544511110339954e-07, + "M": 3.969420868088491e-05, + "O": 4.729800366476411e-06, + "W": 8.573911003395551e-08, + "N": 3.861367076751776e-06, + "Y": 0.0001739759318297729, + "U": 1.1027056245893618e-07, + "K": 7.460995021801864e-08, + "L": 8.268234523711726e-07, + "G": 0.0001427111419616267, + "F": 0.00020883334218524396, + "E": 0.00015750921738799661, + "T": 0.00017436643247492611, + "P": 0.43988803029060364, + "-": 0.5589134097099304 + }, + "id": "tp_18084" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2260527, + "label": "-", + "classification": { + "B": 0.0020652078092098236, + "S": 0.0007298098062165082, + "I": 0.009316996671259403, + "C": 0.004675727337598801, + "R": 0.0013296572724357247, + "M": 0.03371220827102661, + "O": 0.004829202778637409, + "W": 0.000419265212258324, + "N": 0.0010711265495046973, + "Y": 0.03831472620368004, + "U": 0.00023620031424798071, + "K": 0.00030161323957145214, + "L": 0.0031617404893040657, + "G": 0.039805635809898376, + "F": 0.02738485299050808, + "E": 0.020346038043498993, + "T": 0.029624400660395622, + "P": 0.11722519248723984, + "-": 0.665450394153595 + }, + "id": "tp_18085" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2260627, + "label": "-", + "classification": { + "B": 3.0407235840357316e-07, + "S": 5.718608235838474e-07, + "I": 0.0046513997949659824, + "C": 0.00038896602927707136, + "R": 4.699465353041887e-05, + "M": 0.00014573607768397778, + "O": 1.985556991712656e-05, + "W": 3.6113153782935115e-06, + "N": 9.519654122414067e-05, + "Y": 0.025280246511101723, + "U": 1.3847038644598797e-06, + "K": 0.0021019186824560165, + "L": 4.354327245437162e-07, + "G": 0.0014672917313873768, + "F": 0.0025644146371632814, + "E": 0.0019282918656244874, + "T": 0.0018753010081127286, + "P": 0.05459584668278694, + "-": 0.9048321843147278 + }, + "id": "tp_18086" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2260761, + "label": "-", + "classification": { + "B": 3.9995221357003174e-08, + "S": 1.4411723725515913e-07, + "I": 4.080890357727185e-05, + "C": 1.436861748516094e-05, + "R": 2.445901600367506e-06, + "M": 4.2206006583001e-06, + "O": 4.3710742829716764e-06, + "W": 4.932135766466672e-07, + "N": 3.367209728821763e-06, + "Y": 0.0004923979286104441, + "U": 2.461296730871254e-07, + "K": 6.0093134379712865e-05, + "L": 1.0077165057964521e-07, + "G": 5.348291961126961e-05, + "F": 0.002783259842544794, + "E": 0.00012082864122930914, + "T": 7.94574007159099e-05, + "P": 0.07785475254058838, + "-": 0.9184851050376892 + }, + "id": "tp_18087" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2260894, + "label": "-", + "classification": { + "B": 0.00017125635349657387, + "S": 1.7826600924308877e-06, + "I": 0.00011404281394788995, + "C": 6.085866061766865e-06, + "R": 5.137984544489882e-07, + "M": 0.0013596133794635534, + "O": 6.976997974561527e-05, + "W": 1.0732617283792933e-06, + "N": 2.508112856958178e-06, + "Y": 0.0003631251456681639, + "U": 1.0169285502570347e-07, + "K": 2.171872459655333e-08, + "L": 1.8075988919008523e-05, + "G": 0.0004459224874153733, + "F": 0.0001979786466108635, + "E": 0.0007651921478100121, + "T": 0.0005965784657746553, + "P": 0.1072336956858635, + "-": 0.8886528015136719 + }, + "id": "tp_18088" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2261028, + "label": "-", + "classification": { + "B": 1.1036227078875527e-06, + "S": 3.3698643164825626e-07, + "I": 0.00013594860502053052, + "C": 1.656140921113547e-05, + "R": 2.031581061601173e-06, + "M": 4.361294850241393e-05, + "O": 1.753694778017234e-05, + "W": 7.150732130867254e-07, + "N": 3.979881512350403e-06, + "Y": 0.00028178124921396375, + "U": 8.927468115871307e-07, + "K": 2.8950441901542945e-06, + "L": 2.771360414044466e-06, + "G": 0.00015313579933717847, + "F": 0.0015996403526514769, + "E": 7.80917180236429e-05, + "T": 0.00039725686656311154, + "P": 0.1256135106086731, + "-": 0.8716483116149902 + }, + "id": "tp_18089" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2261128, + "label": "-", + "classification": { + "B": 6.796673890363536e-09, + "S": 3.825919581146309e-09, + "I": 2.273415884701535e-05, + "C": 1.374152816424612e-06, + "R": 2.0803803124636033e-07, + "M": 6.816677796450676e-06, + "O": 1.252719357580645e-06, + "W": 8.367485371252315e-09, + "N": 2.6158198807024746e-07, + "Y": 0.00010160264355363324, + "U": 9.092856245729308e-09, + "K": 5.600354402446328e-09, + "L": 9.17503797381869e-08, + "G": 1.2476742995204404e-05, + "F": 0.00016251935448963195, + "E": 8.120947313727811e-06, + "T": 0.00012160476035205647, + "P": 0.05266908183693886, + "-": 0.9468919038772583 + }, + "id": "tp_18090" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2261261, + "label": "-", + "classification": { + "B": 2.306985334143974e-05, + "S": 4.389919467939762e-06, + "I": 0.025177137926220894, + "C": 0.0009525776840746403, + "R": 9.037012205226347e-05, + "M": 0.0027386608999222517, + "O": 0.00023964671709109098, + "W": 5.393193077907199e-06, + "N": 0.00019432741100899875, + "Y": 0.023066964000463486, + "U": 2.1442328943521716e-06, + "K": 5.9165904531255364e-06, + "L": 5.7570090575609356e-05, + "G": 0.006983808241784573, + "F": 0.0009659909992478788, + "E": 0.003934858366847038, + "T": 0.007985051721334457, + "P": 0.11139360070228577, + "-": 0.816178560256958 + }, + "id": "tp_18091" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2261395, + "label": "-", + "classification": { + "B": 5.222007004590523e-08, + "S": 1.5260052776966404e-08, + "I": 1.6987030903692357e-05, + "C": 2.989644656281598e-07, + "R": 2.252250475009987e-08, + "M": 1.6169165974133648e-05, + "O": 9.362775585941563e-07, + "W": 7.060696916028064e-09, + "N": 1.3151307598491258e-07, + "Y": 6.671572919003665e-05, + "U": 2.5664452785179037e-09, + "K": 6.995561907530146e-09, + "L": 8.479275237505135e-08, + "G": 1.716553197184112e-05, + "F": 0.00033206556690856814, + "E": 2.671023685252294e-05, + "T": 8.788404375081882e-05, + "P": 0.08318710327148438, + "-": 0.9162476062774658 + }, + "id": "tp_18092" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2261528, + "label": "-", + "classification": { + "B": 7.702557923039421e-06, + "S": 1.3030516129219905e-05, + "I": 0.00036877847742289305, + "C": 0.000371853617252782, + "R": 0.00011975532834185287, + "M": 0.001048387261107564, + "O": 0.0001968982396647334, + "W": 8.94898948899936e-06, + "N": 1.9890321709681302e-05, + "Y": 0.020400242879986763, + "U": 2.3649226932320744e-06, + "K": 4.155751230427995e-05, + "L": 5.867191794095561e-05, + "G": 0.004065703600645065, + "F": 0.03621195629239082, + "E": 0.0006249099969863892, + "T": 0.008036463521420956, + "P": 0.023717563599348068, + "-": 0.9046852588653564 + }, + "id": "tp_18093" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2261628, + "label": "P", + "classification": { + "B": 2.7605970842614624e-09, + "S": 4.0762321296128334e-10, + "I": 2.043606946244836e-05, + "C": 7.546358347099158e-07, + "R": 8.768926029745217e-09, + "M": 1.9660825500977808e-07, + "O": 3.1771929087653916e-08, + "W": 1.3071562721123087e-09, + "N": 3.69367512575991e-07, + "Y": 1.111622987082228e-05, + "U": 1.2072284283348722e-09, + "K": 1.2323469036346069e-06, + "L": 9.103742759641875e-10, + "G": 1.4259154340834357e-05, + "F": 0.001110516837798059, + "E": 0.0005347506958059967, + "T": 2.8728441066050436e-06, + "P": 0.5385076403617859, + "-": 0.45979586243629456 + }, + "id": "tp_18094" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2261762, + "label": "-", + "classification": { + "B": 2.9083500407978136e-07, + "S": 5.220581442699768e-07, + "I": 0.001486872206442058, + "C": 6.983705679886043e-05, + "R": 1.0198545169259887e-05, + "M": 7.425103103742003e-05, + "O": 1.5667079424019903e-05, + "W": 8.535733400094614e-07, + "N": 2.4638231479912065e-05, + "Y": 0.012265894562005997, + "U": 2.0546667656162754e-07, + "K": 6.830280472058803e-05, + "L": 6.925690740899881e-07, + "G": 0.0016589607112109661, + "F": 0.003881316864863038, + "E": 0.0015876456163823605, + "T": 0.0014403448440134525, + "P": 0.07366421073675156, + "-": 0.9037492871284485 + }, + "id": "tp_18095" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2261895, + "label": "-", + "classification": { + "B": 3.6623887922360154e-07, + "S": 6.262000340484519e-08, + "I": 0.00022457350860349834, + "C": 5.91089792578714e-06, + "R": 6.094945206314151e-07, + "M": 6.783915887353942e-05, + "O": 4.72300780529622e-06, + "W": 9.749270191150572e-08, + "N": 1.5669131698814454e-06, + "Y": 0.0005221032188273966, + "U": 5.1315844018517964e-08, + "K": 3.703014073153099e-08, + "L": 9.951864967661095e-07, + "G": 8.828491263557225e-05, + "F": 0.00018761081446427852, + "E": 0.00017596576071809977, + "T": 0.0003550311957951635, + "P": 0.13462448120117188, + "-": 0.8637397289276123 + }, + "id": "tp_18096" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2262029, + "label": "-", + "classification": { + "B": 8.804884288338144e-08, + "S": 3.426780281756692e-08, + "I": 0.00038210657658055425, + "C": 5.4441065913124476e-06, + "R": 8.443653882750368e-07, + "M": 9.092958498513326e-05, + "O": 4.806085144082317e-06, + "W": 5.577554063052048e-08, + "N": 1.983618403755827e-06, + "Y": 0.008714256808161736, + "U": 8.419529962111483e-09, + "K": 1.1255868912485312e-06, + "L": 1.54142853148187e-07, + "G": 0.0004133263719268143, + "F": 0.0006328843883238733, + "E": 0.00021609693067148328, + "T": 0.0009630282875150442, + "P": 0.033371325582265854, + "-": 0.9552014470100403 + }, + "id": "tp_18097" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2262129, + "label": "-", + "classification": { + "B": 1.8386518263469043e-07, + "S": 2.958042841783026e-07, + "I": 0.0062995911575853825, + "C": 2.1303892935975455e-05, + "R": 2.6204472760582576e-06, + "M": 0.00022183166583999991, + "O": 1.7011074305628426e-05, + "W": 3.8457827145066403e-07, + "N": 5.9329322539269924e-05, + "Y": 0.006581615656614304, + "U": 6.83616079300009e-08, + "K": 8.211632120946888e-07, + "L": 6.9756976017743e-07, + "G": 0.00029318471206352115, + "F": 0.0004314009565860033, + "E": 0.0010048928670585155, + "T": 0.0015532606048509479, + "P": 0.395563542842865, + "-": 0.5879479646682739 + }, + "id": "tp_18098" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2262262, + "label": "P", + "classification": { + "B": 0.00018318305956199765, + "S": 0.00010505672980798408, + "I": 0.11328273266553879, + "C": 0.0009818931575864553, + "R": 0.00014778049080632627, + "M": 0.004788387566804886, + "O": 0.0004020324849989265, + "W": 2.348370435356628e-05, + "N": 0.0029366547241806984, + "Y": 0.035232461988925934, + "U": 8.898642818166991e-07, + "K": 0.0002498305693734437, + "L": 5.019407035433687e-05, + "G": 0.03527532145380974, + "F": 0.010486037470400333, + "E": 0.06814026832580566, + "T": 0.007231993600726128, + "P": 0.45458367466926575, + "-": 0.2658981382846832 + }, + "id": "tp_18099" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2262396, + "label": "-", + "classification": { + "B": 8.853800470554063e-10, + "S": 5.391983526337185e-10, + "I": 7.495415047742426e-06, + "C": 3.720374763815926e-08, + "R": 5.030909022707419e-09, + "M": 2.073122914225678e-06, + "O": 1.6390112023145775e-07, + "W": 7.863056872281504e-10, + "N": 5.6879756016314786e-08, + "Y": 9.718302317196503e-05, + "U": 2.895074180386814e-10, + "K": 5.568177474657432e-09, + "L": 1.6467163188593759e-09, + "G": 5.022269306209637e-06, + "F": 1.3249771654955111e-05, + "E": 2.697461695788661e-06, + "T": 8.171652007149532e-05, + "P": 0.06466686725616455, + "-": 0.9351234436035156 + }, + "id": "tp_18100" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2262529, + "label": "-", + "classification": { + "B": 3.929686045012204e-06, + "S": 2.435645455989288e-06, + "I": 0.0016463578213006258, + "C": 4.8086149035952985e-05, + "R": 4.254696705174865e-06, + "M": 0.0011086049489676952, + "O": 1.4536823073285632e-05, + "W": 4.679718017541745e-07, + "N": 1.934845931828022e-05, + "Y": 0.010899386368691921, + "U": 1.9336707168804423e-07, + "K": 1.7012767784763128e-05, + "L": 3.925356395484414e-06, + "G": 0.002661891747266054, + "F": 0.00758224306628108, + "E": 0.006128496490418911, + "T": 0.0019833229016512632, + "P": 0.11772855371236801, + "-": 0.850147008895874 + }, + "id": "tp_18101" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2262629, + "label": "-", + "classification": { + "B": 3.3521581599416095e-07, + "S": 4.036193104184349e-07, + "I": 0.0005586813786067069, + "C": 0.0001669820339884609, + "R": 2.9775474104098976e-05, + "M": 0.00011891756730619818, + "O": 1.814855022530537e-05, + "W": 8.533187951798027e-07, + "N": 6.45379031993798e-06, + "Y": 0.007266652304679155, + "U": 5.714086341868096e-07, + "K": 1.4438300240726676e-05, + "L": 2.6588215860101627e-06, + "G": 0.0009782500565052032, + "F": 0.0025173781905323267, + "E": 0.0005108434124849737, + "T": 0.000884263776242733, + "P": 0.030425528064370155, + "-": 0.9564988613128662 + }, + "id": "tp_18102" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2262763, + "label": "-", + "classification": { + "B": 4.837038795812987e-05, + "S": 3.5822467907564715e-06, + "I": 8.065396104939282e-05, + "C": 8.066491318459157e-06, + "R": 6.524303444166435e-07, + "M": 0.0001672942889854312, + "O": 3.5514134651748464e-05, + "W": 3.3886674373206915e-06, + "N": 8.252807674580254e-06, + "Y": 0.0004885863163508475, + "U": 4.804108471034851e-07, + "K": 1.2256266927579418e-05, + "L": 3.3626752156123985e-06, + "G": 0.00021673370792996138, + "F": 0.0024213178548961878, + "E": 0.0012321147369220853, + "T": 0.0003315124486107379, + "P": 0.15144383907318115, + "-": 0.8434941172599792 + }, + "id": "tp_18103" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2262896, + "label": "-", + "classification": { + "B": 5.466270158649422e-05, + "S": 9.44506155065028e-06, + "I": 1.324147615378024e-05, + "C": 8.148016604536679e-06, + "R": 1.8207837229056167e-06, + "M": 0.00012067745410604402, + "O": 8.835453627398238e-05, + "W": 2.997350520672626e-06, + "N": 9.686649491413846e-07, + "Y": 0.00020419017528183758, + "U": 1.637354216654785e-07, + "K": 1.20835977668321e-07, + "L": 1.879901537904516e-05, + "G": 0.00025776535039767623, + "F": 0.0029128652531653643, + "E": 2.7917270926991478e-05, + "T": 0.0004706307372543961, + "P": 0.09002885967493057, + "-": 0.9057783484458923 + }, + "id": "tp_18104" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2263030, + "label": "P", + "classification": { + "B": 6.400642238446608e-10, + "S": 9.994920446843025e-10, + "I": 1.856113703979645e-05, + "C": 3.0077732304789606e-08, + "R": 2.3158313045001933e-09, + "M": 3.438542535150191e-07, + "O": 5.55458790074681e-08, + "W": 8.80787776047498e-10, + "N": 2.268564998075817e-07, + "Y": 8.79844265000429e-06, + "U": 4.005068499068898e-10, + "K": 1.2477000765898083e-08, + "L": 1.3783432173397614e-09, + "G": 1.0795730531754089e-06, + "F": 0.00035153201315551996, + "E": 1.3830136595061049e-05, + "T": 3.4883059925050475e-06, + "P": 0.5799269676208496, + "-": 0.4196750521659851 + }, + "id": "tp_18105" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2263130, + "label": "P", + "classification": { + "B": 3.6477159071068854e-09, + "S": 1.8799383383338863e-08, + "I": 0.00016371098172385246, + "C": 5.805998171126703e-07, + "R": 6.171809019406282e-08, + "M": 1.3781890402242425e-06, + "O": 7.593841360176157e-07, + "W": 1.773129731930112e-08, + "N": 3.883527369907824e-06, + "Y": 1.592452645127196e-05, + "U": 2.3923137248971216e-08, + "K": 1.9123285710520577e-07, + "L": 2.185434233581418e-08, + "G": 2.8327456220722524e-06, + "F": 0.00011101012933067977, + "E": 3.490401286398992e-05, + "T": 5.289034015731886e-05, + "P": 0.5644674897193909, + "-": 0.43514421582221985 + }, + "id": "tp_18106" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2263263, + "label": "-", + "classification": { + "B": 2.4910367102393138e-08, + "S": 2.105029928145541e-08, + "I": 1.8437684047967196e-05, + "C": 3.795225609337649e-07, + "R": 8.756282454669417e-08, + "M": 2.840315573848784e-06, + "O": 1.296922164328862e-06, + "W": 1.3598588921581722e-08, + "N": 2.895221200560627e-07, + "Y": 3.74502305930946e-05, + "U": 4.370386275098781e-09, + "K": 5.409939607403658e-09, + "L": 7.816885272404761e-08, + "G": 1.549113767396193e-05, + "F": 0.00025944149820134044, + "E": 6.253997526073363e-06, + "T": 6.188996485434473e-05, + "P": 0.19714045524597168, + "-": 0.802455484867096 + }, + "id": "tp_18107" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2263397, + "label": "P", + "classification": { + "B": 1.481560190086384e-07, + "S": 5.371051869929033e-08, + "I": 6.857316293462645e-06, + "C": 2.4153004929416966e-08, + "R": 5.534826374997692e-09, + "M": 8.566909173168824e-07, + "O": 9.85533802122518e-07, + "W": 2.4877200743844696e-08, + "N": 1.4703432782425807e-07, + "Y": 4.315852038416779e-06, + "U": 7.879755181683379e-10, + "K": 3.0994060096212195e-10, + "L": 3.3544385047434844e-08, + "G": 1.0698173582568415e-06, + "F": 7.875515439081937e-05, + "E": 1.1579801366679021e-06, + "T": 8.920337677409407e-06, + "P": 0.5667941570281982, + "-": 0.43310239911079407 + }, + "id": "tp_18108" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2263530, + "label": "-", + "classification": { + "B": 1.7394532036973942e-08, + "S": 4.16347534226702e-09, + "I": 9.080707059183624e-06, + "C": 1.0586874168438953e-06, + "R": 4.7255380053456975e-08, + "M": 7.91359468621522e-07, + "O": 2.2031537127986667e-07, + "W": 7.880058383591404e-09, + "N": 3.258001015638001e-07, + "Y": 4.395389623823576e-05, + "U": 6.456073009530883e-09, + "K": 4.5775135504300124e-07, + "L": 1.0918323134490038e-08, + "G": 2.5500792617094703e-05, + "F": 0.001416901359334588, + "E": 0.00010170399764319882, + "T": 7.703323717578314e-06, + "P": 0.25704944133758545, + "-": 0.7413427233695984 + }, + "id": "tp_18109" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2263630, + "label": "-", + "classification": { + "B": 2.0030348213406768e-10, + "S": 7.3438002345938e-09, + "I": 3.744245020698145e-07, + "C": 2.4491251249258994e-09, + "R": 2.866397952328015e-10, + "M": 1.654030228337433e-07, + "O": 6.885994707772625e-08, + "W": 2.2766135643337293e-09, + "N": 2.8359094628171988e-08, + "Y": 7.402411483781179e-06, + "U": 2.650863417663629e-10, + "K": 1.387273300679226e-07, + "L": 3.252685620847018e-10, + "G": 9.45006632946388e-08, + "F": 0.0004216375818941742, + "E": 1.5058932376632583e-06, + "T": 1.4787149666517507e-05, + "P": 0.06793055683374405, + "-": 0.9316232800483704 + }, + "id": "tp_18110" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2263764, + "label": "-", + "classification": { + "B": 4.30643541660114e-11, + "S": 5.0340030754991716e-11, + "I": 2.0518822907433787e-07, + "C": 1.0632022373613381e-08, + "R": 3.975153539670373e-10, + "M": 6.269146979320794e-08, + "O": 5.8618030429613555e-09, + "W": 6.906292204789111e-11, + "N": 3.1591793625551645e-09, + "Y": 1.0926009963441174e-05, + "U": 5.629982591237592e-11, + "K": 5.098200261954844e-08, + "L": 1.4305080731080722e-10, + "G": 9.369270514980599e-07, + "F": 0.0022774389944970608, + "E": 4.376440756459488e-06, + "T": 1.8821508547262056e-06, + "P": 0.06589426100254059, + "-": 0.9318097829818726 + }, + "id": "tp_18111" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2263897, + "label": "-", + "classification": { + "B": 4.916633855600594e-08, + "S": 9.195367312031522e-08, + "I": 4.043624721816741e-05, + "C": 6.77388607073226e-06, + "R": 1.3367454130275291e-06, + "M": 2.997990850417409e-05, + "O": 7.727364391030278e-06, + "W": 2.9410756496872636e-07, + "N": 1.4827612631052034e-06, + "Y": 0.000812066369690001, + "U": 2.8905674298584927e-07, + "K": 7.506680503865937e-06, + "L": 5.807185630146705e-07, + "G": 7.990823360159993e-05, + "F": 0.0017739858012646437, + "E": 5.9799549489980564e-05, + "T": 0.0003338043170515448, + "P": 0.04081946238875389, + "-": 0.9560244679450989 + }, + "id": "tp_18112" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2264031, + "label": "-", + "classification": { + "B": 2.4283333459607093e-06, + "S": 4.938631263939897e-07, + "I": 2.987762570683117e-07, + "C": 5.53711387851763e-08, + "R": 3.619503274876479e-08, + "M": 0.00012532551772892475, + "O": 2.431404936942272e-05, + "W": 7.885211061875452e-08, + "N": 1.5420762444762204e-09, + "Y": 4.2655763536458835e-05, + "U": 1.6317973361434923e-10, + "K": 1.5710262951662557e-11, + "L": 1.1026862921426073e-05, + "G": 4.3987060053041205e-05, + "F": 0.0013716231333091855, + "E": 8.201947139241383e-07, + "T": 3.891422238666564e-05, + "P": 0.002340863225981593, + "-": 0.9959970712661743 + }, + "id": "tp_18113" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2264131, + "label": "P", + "classification": { + "B": 4.5591631164798585e-11, + "S": 1.082110623329413e-09, + "I": 1.8135889376935665e-06, + "C": 1.3271705956441338e-09, + "R": 6.982710937242231e-11, + "M": 5.1786148702603896e-09, + "O": 7.1011130309273085e-09, + "W": 1.201422433760868e-10, + "N": 1.0589143073502782e-07, + "Y": 2.781393106943142e-07, + "U": 3.16706418035384e-11, + "K": 4.4510324315183425e-09, + "L": 2.4991494984583085e-11, + "G": 3.7244660688884323e-08, + "F": 0.00011814828758360818, + "E": 1.6919005929594277e-06, + "T": 3.130280674668029e-07, + "P": 0.9048090577125549, + "-": 0.09506851434707642 + }, + "id": "tp_18114" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2264264, + "label": "P", + "classification": { + "B": 1.627677015392237e-08, + "S": 9.071654538672647e-11, + "I": 4.4340695239952765e-06, + "C": 6.968219778968887e-09, + "R": 2.881651861574852e-10, + "M": 4.696957134342483e-08, + "O": 1.594466603194178e-08, + "W": 1.5672589614990073e-10, + "N": 2.391296227699513e-08, + "Y": 5.590686669165734e-07, + "U": 9.290591213018118e-11, + "K": 1.1595913465556329e-11, + "L": 1.0629518376603642e-09, + "G": 3.6333798902887793e-07, + "F": 7.958200285429484e-07, + "E": 9.432263823327958e-07, + "T": 1.5501763073189068e-06, + "P": 0.8990054130554199, + "-": 0.10098583251237869 + }, + "id": "tp_18115" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2264398, + "label": "-", + "classification": { + "B": 7.767247400813915e-10, + "S": 2.626316664144923e-10, + "I": 1.821654223022051e-05, + "C": 1.1236507901912773e-07, + "R": 5.766705779564063e-09, + "M": 3.6162919059279375e-07, + "O": 5.827633486887862e-08, + "W": 1.0361836944028369e-09, + "N": 1.2989903552806936e-07, + "Y": 2.0737406885018572e-05, + "U": 1.611249245137003e-09, + "K": 1.2700148488420382e-08, + "L": 1.9634229797560465e-09, + "G": 2.03214108296379e-06, + "F": 3.3793294278439134e-05, + "E": 1.4557244867319241e-05, + "T": 1.149842228187481e-05, + "P": 0.2908572852611542, + "-": 0.709041178226471 + }, + "id": "tp_18116" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2264531, + "label": "-", + "classification": { + "B": 7.2170451038966466e-12, + "S": 1.7969452315025336e-11, + "I": 6.920014357092441e-07, + "C": 7.0472521151998535e-09, + "R": 2.415252997600703e-10, + "M": 6.1643214976925265e-09, + "O": 5.571188843589425e-09, + "W": 4.146260765280907e-11, + "N": 1.1596924309742462e-08, + "Y": 1.210610321322747e-06, + "U": 4.147755749972504e-11, + "K": 1.8052546124636137e-08, + "L": 1.9468340134443096e-11, + "G": 1.7307776545294473e-07, + "F": 0.00012631950085051358, + "E": 1.4716886198584689e-06, + "T": 3.992876997926942e-07, + "P": 0.1763032078742981, + "-": 0.8235664963722229 + }, + "id": "tp_18117" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2264631, + "label": "-", + "classification": { + "B": 1.1176361919273958e-10, + "S": 3.266734755966172e-13, + "I": 7.100454268993417e-08, + "C": 1.0460801669331943e-10, + "R": 3.2022997534936204e-12, + "M": 9.543148493662557e-10, + "O": 9.886389484847768e-10, + "W": 2.248355581574435e-12, + "N": 4.6207874332404586e-11, + "Y": 5.569555128204229e-08, + "U": 8.397149620607836e-13, + "K": 5.982403971076938e-14, + "L": 3.872228579449022e-11, + "G": 2.4359259498396568e-08, + "F": 3.2392154025728814e-07, + "E": 2.4333392190101222e-08, + "T": 5.829611637864218e-08, + "P": 0.26566609740257263, + "-": 0.7343332171440125 + }, + "id": "tp_18118" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2264765, + "label": "-", + "classification": { + "B": 1.826201301291519e-09, + "S": 4.148801746595154e-09, + "I": 1.907480964291608e-06, + "C": 5.950327164327973e-08, + "R": 3.709468732182586e-09, + "M": 3.1930176191963255e-07, + "O": 1.2316425568315026e-07, + "W": 3.2760059109904205e-09, + "N": 5.871018515790638e-08, + "Y": 2.1171767002670094e-05, + "U": 1.5350025694971237e-09, + "K": 5.804279012977531e-08, + "L": 3.3504716778764987e-09, + "G": 1.3299609236128163e-06, + "F": 0.0004209647886455059, + "E": 2.6069412797369296e-06, + "T": 1.3349772416404448e-05, + "P": 0.12972219288349152, + "-": 0.8698158860206604 + }, + "id": "tp_18119" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2264898, + "label": "-", + "classification": { + "B": 1.5392081706422367e-11, + "S": 1.2142347891042071e-11, + "I": 3.24948423724436e-08, + "C": 2.753794747789584e-09, + "R": 5.860626567377736e-11, + "M": 1.0959194440829378e-08, + "O": 2.920516495308334e-09, + "W": 8.482741419013617e-12, + "N": 4.671931175259658e-10, + "Y": 1.4748811736353673e-06, + "U": 2.4950798805517538e-12, + "K": 1.202123539600919e-10, + "L": 2.0114151663697122e-11, + "G": 1.2569590523980878e-07, + "F": 1.9866267393808812e-05, + "E": 1.2637345037092018e-07, + "T": 4.755304985337716e-07, + "P": 0.0603380985558033, + "-": 0.9396399259567261 + }, + "id": "tp_18120" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2265032, + "label": "-", + "classification": { + "B": 4.899273764458201e-10, + "S": 7.075311864168654e-11, + "I": 1.7973112562685856e-06, + "C": 1.0449586085314877e-08, + "R": 1.4890699784331218e-10, + "M": 8.14703255969107e-08, + "O": 1.1610246097859545e-08, + "W": 1.246278358291164e-10, + "N": 1.601308063925444e-08, + "Y": 1.4223327298168442e-06, + "U": 6.53157319896458e-11, + "K": 1.4258059177763016e-09, + "L": 1.3810312615714082e-10, + "G": 1.861485969811838e-07, + "F": 1.8923064999398775e-05, + "E": 6.507707894343184e-06, + "T": 1.0243046517643961e-06, + "P": 0.3650136888027191, + "-": 0.6349563002586365 + }, + "id": "tp_18121" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2265132, + "label": "P", + "classification": { + "B": 6.282268572022076e-08, + "S": 5.732702090810449e-10, + "I": 2.5296209059888497e-05, + "C": 2.992571168647373e-08, + "R": 2.313714109192233e-09, + "M": 1.9016400187865656e-07, + "O": 4.4543703836552595e-08, + "W": 4.4520134800940525e-10, + "N": 2.1513415049412288e-07, + "Y": 8.121920700432383e-07, + "U": 2.201889504060972e-10, + "K": 4.622487947969489e-10, + "L": 2.2463129134564497e-09, + "G": 2.2922927200852428e-06, + "F": 2.09154295589542e-05, + "E": 5.1143575547030196e-05, + "T": 7.351068234129343e-07, + "P": 0.934948742389679, + "-": 0.06494957208633423 + }, + "id": "tp_18122" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2265265, + "label": "-", + "classification": { + "B": 1.0926041227321548e-07, + "S": 1.817817718574588e-08, + "I": 3.896244379575364e-05, + "C": 1.7131283129856456e-06, + "R": 8.594575007236926e-08, + "M": 1.5083619473443832e-05, + "O": 7.839145155230653e-07, + "W": 2.8964937115460998e-08, + "N": 7.205977112789697e-07, + "Y": 0.00012642578803934157, + "U": 2.326230763571857e-08, + "K": 4.366250720977405e-07, + "L": 8.523179673147752e-08, + "G": 3.144289803458378e-05, + "F": 0.000602462503593415, + "E": 0.00010174585622735322, + "T": 5.085946759209037e-05, + "P": 0.23587845265865326, + "-": 0.7631504535675049 + }, + "id": "tp_18123" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2265399, + "label": "P", + "classification": { + "B": 1.5876587156071764e-07, + "S": 1.0942853378992368e-07, + "I": 0.00025443127378821373, + "C": 3.1522179142484674e-06, + "R": 4.1591565036469547e-07, + "M": 1.0918689440586604e-05, + "O": 3.5428633964329492e-06, + "W": 1.5395499985970673e-07, + "N": 7.277634267666144e-06, + "Y": 0.00010158366058021784, + "U": 1.4948037119211222e-07, + "K": 3.4281069360986294e-07, + "L": 2.822105784616724e-07, + "G": 2.536691681598313e-05, + "F": 0.0002761970099527389, + "E": 0.00010446111991768703, + "T": 0.00013693088840227574, + "P": 0.590622067451477, + "-": 0.40845251083374023 + }, + "id": "tp_18124" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2265532, + "label": "P", + "classification": { + "B": 2.473193594365597e-10, + "S": 8.734664658227587e-10, + "I": 8.17090185591951e-05, + "C": 1.7992283218859484e-08, + "R": 1.4480131538263663e-09, + "M": 1.4824486527231784e-08, + "O": 5.898033617057763e-09, + "W": 3.932023873165491e-10, + "N": 1.521296326245647e-06, + "Y": 2.9056718631181866e-07, + "U": 2.5118293556225524e-10, + "K": 2.0071345474548252e-08, + "L": 9.857424598802567e-11, + "G": 9.110001997214567e-08, + "F": 1.1505188012961298e-05, + "E": 1.2509922271419782e-05, + "T": 2.900419815432542e-07, + "P": 0.9820055961608887, + "-": 0.017886541783809662 + }, + "id": "tp_18125" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2265632, + "label": "-", + "classification": { + "B": 1.992773235315326e-08, + "S": 1.943977423479737e-07, + "I": 2.0561612473102286e-05, + "C": 5.253594736132072e-06, + "R": 8.837322411636706e-07, + "M": 1.3389257219387218e-05, + "O": 5.196832262299722e-06, + "W": 1.4497810241209663e-07, + "N": 1.2980462997802533e-06, + "Y": 0.0006735239294357598, + "U": 6.316288647667534e-08, + "K": 1.1031841040676227e-06, + "L": 2.576236113327468e-07, + "G": 4.350390736362897e-05, + "F": 0.002319991821423173, + "E": 1.7754926375346258e-05, + "T": 0.00016820876044221222, + "P": 0.054731786251068115, + "-": 0.9419968128204346 + }, + "id": "tp_18126" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2265766, + "label": "-", + "classification": { + "B": 1.1477940126125574e-10, + "S": 9.326041050528033e-10, + "I": 1.4410876474357792e-06, + "C": 4.119540264468924e-08, + "R": 1.927719761596336e-09, + "M": 1.3867456516436505e-07, + "O": 5.152260129648312e-08, + "W": 1.2122040038420323e-09, + "N": 8.508488491543176e-08, + "Y": 1.730035182845313e-05, + "U": 3.846911400540165e-10, + "K": 2.816682922457403e-07, + "L": 2.4789914565559457e-10, + "G": 5.35521166966646e-07, + "F": 0.00026213156525045633, + "E": 3.6136773360340158e-06, + "T": 9.627425242797472e-06, + "P": 0.21713604032993317, + "-": 0.7825687527656555 + }, + "id": "tp_18127" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2265899, + "label": "P", + "classification": { + "B": 1.5563982458388637e-07, + "S": 1.1408646827248958e-07, + "I": 2.0519786630757153e-05, + "C": 9.995014238484146e-08, + "R": 9.579546045301868e-09, + "M": 4.597987128818204e-07, + "O": 6.729160304530524e-07, + "W": 3.591276609427041e-08, + "N": 3.288778316345997e-06, + "Y": 2.8527194899652386e-06, + "U": 9.188307892316061e-09, + "K": 5.688213633447958e-08, + "L": 1.325490739390034e-08, + "G": 2.7749199489335297e-06, + "F": 9.223391680279747e-05, + "E": 6.294144986895844e-05, + "T": 9.348927960672881e-06, + "P": 0.8973084092140198, + "-": 0.10249601304531097 + }, + "id": "tp_18128" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2266033, + "label": "-", + "classification": { + "B": 5.403257841152254e-10, + "S": 4.8167022453915465e-11, + "I": 3.962250048061833e-06, + "C": 1.679248384789389e-07, + "R": 4.1333287903455584e-09, + "M": 8.790895833499235e-08, + "O": 1.0186725241112526e-08, + "W": 9.570555459248453e-11, + "N": 1.05160422592121e-08, + "Y": 4.717972842627205e-06, + "U": 8.414537955303558e-10, + "K": 3.415811189455553e-09, + "L": 1.6492692767045014e-09, + "G": 1.791663180483738e-06, + "F": 0.00012819565017707646, + "E": 5.169010364625137e-06, + "T": 2.4079245122266e-06, + "P": 0.2555381953716278, + "-": 0.7443152070045471 + }, + "id": "tp_18129" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2266133, + "label": "P", + "classification": { + "B": 3.1547511269991446e-09, + "S": 8.200113477130344e-09, + "I": 2.8428192308638245e-05, + "C": 2.1482229328739777e-07, + "R": 1.7723582601547605e-08, + "M": 3.3960807854782615e-07, + "O": 2.512255434794497e-07, + "W": 1.7819987263578696e-08, + "N": 1.1049570503018913e-06, + "Y": 1.0660998668754473e-05, + "U": 8.748176405504182e-09, + "K": 9.897009931592038e-07, + "L": 3.5953156007906273e-09, + "G": 1.7567321037859074e-06, + "F": 0.0005070065381005406, + "E": 2.500636037439108e-05, + "T": 9.189497177430894e-06, + "P": 0.5756685137748718, + "-": 0.4237465560436249 + }, + "id": "tp_18130" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2266266, + "label": "-", + "classification": { + "B": 2.865081796699087e-06, + "S": 1.745321696944302e-06, + "I": 0.001108555938117206, + "C": 0.00013623753329738975, + "R": 2.143912934116088e-05, + "M": 0.00015923984756227583, + "O": 3.3349624573020265e-05, + "W": 3.5224609291617526e-06, + "N": 5.4390002333093435e-05, + "Y": 0.0025826035998761654, + "U": 5.4542319958272856e-06, + "K": 1.970843004528433e-05, + "L": 1.0414952157589141e-05, + "G": 0.0006580271292477846, + "F": 0.005900714546442032, + "E": 0.00159195507876575, + "T": 0.0009789826581254601, + "P": 0.3220917582511902, + "-": 0.6646390557289124 + }, + "id": "tp_18131" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2266400, + "label": "-", + "classification": { + "B": 7.315898109538921e-09, + "S": 2.2585631143101637e-08, + "I": 6.0634047258645296e-05, + "C": 1.8662836964722374e-06, + "R": 1.7700304510981368e-07, + "M": 4.271307716408046e-07, + "O": 1.1518100109242368e-06, + "W": 4.875570169815546e-08, + "N": 5.011911525798496e-06, + "Y": 4.4804612116422504e-05, + "U": 8.91922127266298e-08, + "K": 6.443141046474921e-06, + "L": 1.5074572701223588e-08, + "G": 9.796950507734437e-06, + "F": 0.00083039456512779, + "E": 4.715573231806047e-05, + "T": 2.721772216318641e-05, + "P": 0.28366053104400635, + "-": 0.7153041362762451 + }, + "id": "tp_18132" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2266533, + "label": "-", + "classification": { + "B": 1.0691621810110519e-07, + "S": 2.7610527197907686e-08, + "I": 3.658308196463622e-05, + "C": 2.8489832857303554e-06, + "R": 2.6948524123326933e-07, + "M": 8.974907359515782e-06, + "O": 1.6197465129152988e-06, + "W": 6.569445076820557e-08, + "N": 5.890169063604844e-07, + "Y": 0.000137405950226821, + "U": 3.146936222719887e-08, + "K": 5.345224849406804e-07, + "L": 1.5952925025430886e-07, + "G": 3.957936496590264e-05, + "F": 0.0013754951069131494, + "E": 9.672861779108644e-05, + "T": 5.038119707023725e-05, + "P": 0.1353897750377655, + "-": 0.862858772277832 + }, + "id": "tp_18133" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2266633, + "label": "P", + "classification": { + "B": 1.3959296218946093e-10, + "S": 2.9221305930526853e-10, + "I": 1.7606283790883026e-06, + "C": 3.1386635512831162e-09, + "R": 5.089566615379404e-11, + "M": 2.850813096699767e-08, + "O": 6.840672917007851e-09, + "W": 2.445716962284905e-10, + "N": 5.3596387772358867e-08, + "Y": 1.6355332945749979e-06, + "U": 1.3687105615556305e-10, + "K": 3.308591089989932e-08, + "L": 4.696730157571771e-11, + "G": 2.447988833864656e-07, + "F": 0.00010312710219295695, + "E": 1.3551285519497469e-05, + "T": 9.781745120562846e-07, + "P": 0.6738243103027344, + "-": 0.32605430483818054 + }, + "id": "tp_18134" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2266767, + "label": "-", + "classification": { + "B": 1.8544853430668695e-09, + "S": 7.117760159047748e-09, + "I": 1.5626821550540626e-05, + "C": 1.4050014840449876e-07, + "R": 1.430010510006241e-08, + "M": 1.0942737560526439e-07, + "O": 1.5877388648277702e-07, + "W": 1.5589852964126294e-08, + "N": 1.1718763062162907e-06, + "Y": 5.1797534979414195e-05, + "U": 1.536701788040773e-08, + "K": 1.5940991943352856e-05, + "L": 1.2336346388863717e-09, + "G": 2.3226975827128626e-06, + "F": 0.0004246524767950177, + "E": 6.894410034874454e-05, + "T": 9.860159480012953e-06, + "P": 0.2656073570251465, + "-": 0.7338019609451294 + }, + "id": "tp_18135" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2266900, + "label": "P", + "classification": { + "B": 1.954189343678081e-08, + "S": 2.636671752043185e-07, + "I": 2.2650721803074703e-05, + "C": 1.0742672174046675e-07, + "R": 1.343362399097714e-08, + "M": 2.4969710921141086e-06, + "O": 6.613620371354045e-07, + "W": 9.656679367253673e-08, + "N": 2.043216682068305e-06, + "Y": 9.08250058273552e-06, + "U": 3.10241499157371e-09, + "K": 3.3790395264077233e-06, + "L": 9.014024193731984e-09, + "G": 1.5970381355145946e-05, + "F": 0.004479088354855776, + "E": 0.0002974808739963919, + "T": 1.490367685619276e-05, + "P": 0.7281286716461182, + "-": 0.2670230567455292 + }, + "id": "tp_18136" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2267000, + "label": "-", + "classification": { + "B": 1.0749160450629347e-09, + "S": 4.9070376234583435e-11, + "I": 1.676930878602434e-06, + "C": 9.363324560140995e-10, + "R": 4.6427181543684526e-11, + "M": 7.943928892473195e-08, + "O": 1.1299050584057113e-08, + "W": 5.724993049072147e-11, + "N": 4.397386010879245e-09, + "Y": 7.126303671611822e-07, + "U": 7.352968060814202e-12, + "K": 3.9300160348254565e-11, + "L": 2.997428416584569e-10, + "G": 2.9899786113674054e-07, + "F": 1.3992982530908193e-05, + "E": 4.28710472988314e-06, + "T": 6.389378768290044e-07, + "P": 0.38989686965942383, + "-": 0.6100813746452332 + }, + "id": "tp_18137" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2267134, + "label": "-", + "classification": { + "B": 1.5494373428737163e-07, + "S": 2.1569315222791374e-08, + "I": 3.3057025575544685e-05, + "C": 2.3469942789233755e-06, + "R": 7.837569881985473e-08, + "M": 1.8854700101655908e-05, + "O": 8.257698027591687e-07, + "W": 6.406938979353072e-09, + "N": 7.824787644494791e-07, + "Y": 6.623607623623684e-05, + "U": 1.0288726315366148e-08, + "K": 6.21735907202492e-08, + "L": 1.8922825972822466e-07, + "G": 0.00012489031360018998, + "F": 0.001910841790959239, + "E": 0.00014086096780374646, + "T": 0.00010235098307020962, + "P": 0.3545416295528412, + "-": 0.6430569291114807 + }, + "id": "tp_18138" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2267267, + "label": "-", + "classification": { + "B": 7.333249385510499e-08, + "S": 2.2124451604099704e-08, + "I": 6.324883088382194e-06, + "C": 2.5213482786057284e-06, + "R": 1.2647562641632248e-07, + "M": 5.417476131697185e-06, + "O": 2.3343357042904245e-06, + "W": 2.989130720720823e-08, + "N": 2.6151485599257285e-07, + "Y": 0.0001166134825325571, + "U": 1.3508010709983864e-08, + "K": 5.438259265133638e-08, + "L": 1.247075687160759e-07, + "G": 3.753042983589694e-05, + "F": 0.0006691106827929616, + "E": 6.307330295385327e-06, + "T": 7.383597403531894e-05, + "P": 0.07919793576002121, + "-": 0.919881284236908 + }, + "id": "tp_18139" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2267401, + "label": "-", + "classification": { + "B": 2.8665811044326084e-12, + "S": 1.6842419819917964e-11, + "I": 3.1547000389764435e-07, + "C": 1.451877507108179e-10, + "R": 4.143481738272392e-11, + "M": 4.941180797857214e-10, + "O": 1.7511192496044714e-09, + "W": 5.1219851276984585e-11, + "N": 2.5983930562745172e-09, + "Y": 1.930448121356676e-07, + "U": 8.457439609754758e-12, + "K": 6.240560512793536e-09, + "L": 3.27369490023266e-12, + "G": 7.978511185058323e-09, + "F": 4.783613621839322e-05, + "E": 1.0612792777919822e-07, + "T": 1.461458225548995e-07, + "P": 0.27469146251678467, + "-": 0.7252598404884338 + }, + "id": "tp_18140" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2267501, + "label": "P", + "classification": { + "B": 6.0924731926093045e-09, + "S": 3.6615392939864932e-09, + "I": 4.1250877984566614e-05, + "C": 5.693320872524055e-07, + "R": 1.889464584792222e-08, + "M": 2.447377028147457e-06, + "O": 1.8931596912352688e-07, + "W": 5.0333728296436675e-09, + "N": 7.354808531090384e-07, + "Y": 2.0383113223942928e-05, + "U": 4.56886040112181e-09, + "K": 2.3315580577332184e-08, + "L": 6.042387035165575e-09, + "G": 2.8398737867973978e-06, + "F": 9.876752301352099e-05, + "E": 3.720073073054664e-05, + "T": 2.3364542357739992e-05, + "P": 0.6513099074363708, + "-": 0.34846219420433044 + }, + "id": "tp_18141" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2267634, + "label": "-", + "classification": { + "B": 4.55509008290278e-09, + "S": 8.353196467858481e-10, + "I": 1.5015695680631325e-05, + "C": 6.631780280486055e-08, + "R": 3.8205829611115405e-09, + "M": 1.9216624878026778e-06, + "O": 1.385584198487777e-07, + "W": 1.062977261767628e-09, + "N": 1.965607232534694e-08, + "Y": 1.4791259673074819e-05, + "U": 1.9797713468605593e-10, + "K": 5.600692479235114e-11, + "L": 3.218138999727671e-08, + "G": 3.652685336419381e-06, + "F": 0.00011919170356122777, + "E": 5.58932515559718e-06, + "T": 6.939522791071795e-06, + "P": 0.10035637021064758, + "-": 0.8994763493537903 + }, + "id": "tp_18142" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2267768, + "label": "-", + "classification": { + "B": 3.9111183736117994e-10, + "S": 1.3261385323204422e-09, + "I": 9.607836091163335e-07, + "C": 4.5312456009583e-09, + "R": 1.0467993138973952e-09, + "M": 1.5443436041095993e-07, + "O": 4.993593094582138e-08, + "W": 7.917919098154869e-10, + "N": 1.041975217219715e-08, + "Y": 2.1108211512910202e-05, + "U": 9.313671361921294e-11, + "K": 5.339852449104399e-10, + "L": 8.555811059629548e-10, + "G": 3.513426918289042e-07, + "F": 0.0002022427652264014, + "E": 2.0396808508849062e-07, + "T": 1.5138019080040976e-05, + "P": 0.12432949244976044, + "-": 0.8754303455352783 + }, + "id": "tp_18143" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2267901, + "label": "-", + "classification": { + "B": 1.5928439722756593e-07, + "S": 1.8870230178436032e-07, + "I": 1.5239519598253537e-05, + "C": 1.6520600354397175e-07, + "R": 1.0331235422711416e-08, + "M": 8.011294085008558e-06, + "O": 3.795019438257441e-06, + "W": 1.2933340087784018e-07, + "N": 6.58070689496526e-07, + "Y": 1.1692202861013357e-05, + "U": 5.949432502205809e-09, + "K": 1.5775563966258233e-08, + "L": 1.3321535163868248e-07, + "G": 4.54225573776057e-06, + "F": 0.0004516231419984251, + "E": 1.3961887816549279e-05, + "T": 4.2238763853674755e-05, + "P": 0.29306405782699585, + "-": 0.7063834071159363 + }, + "id": "tp_18144" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2268001, + "label": "-", + "classification": { + "B": 2.0545021470752545e-06, + "S": 1.9059367559748353e-06, + "I": 0.00025403223116882145, + "C": 5.5277829233091325e-05, + "R": 4.419968263391638e-06, + "M": 4.846755473408848e-05, + "O": 1.6815927665447816e-05, + "W": 1.6444811308247154e-06, + "N": 3.5835062590194866e-05, + "Y": 0.001105132745578885, + "U": 1.6545427570235915e-06, + "K": 0.00021948707581032068, + "L": 1.7113080730268848e-06, + "G": 0.0008837180794216692, + "F": 0.026656271889805794, + "E": 0.0038868337869644165, + "T": 0.0003697941720020026, + "P": 0.2520536780357361, + "-": 0.714401364326477 + }, + "id": "tp_18145" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2268135, + "label": "P", + "classification": { + "B": 8.264801726909354e-05, + "S": 3.99674208892975e-05, + "I": 0.0006647323607467115, + "C": 2.3656753910472617e-05, + "R": 6.277952252276009e-06, + "M": 0.00024356928770430386, + "O": 0.00017214668332599103, + "W": 3.6765257391380146e-05, + "N": 0.00010124065011041239, + "Y": 0.0006746586877852678, + "U": 6.648803264397429e-06, + "K": 1.7297254089498892e-05, + "L": 1.5652958609280176e-05, + "G": 0.00018346872820984572, + "F": 0.002275154460221529, + "E": 0.0006932881660759449, + "T": 0.00136604905128479, + "P": 0.5194611549377441, + "-": 0.473935604095459 + }, + "id": "tp_18146" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2268268, + "label": "-", + "classification": { + "B": 8.728451295070272e-11, + "S": 5.490821686215952e-10, + "I": 5.257152224658057e-08, + "C": 1.349181599774596e-10, + "R": 3.0090001670868283e-12, + "M": 6.215315551116873e-08, + "O": 8.77028050183526e-09, + "W": 9.812744367065918e-11, + "N": 2.0045747284314075e-09, + "Y": 1.5178461580944713e-06, + "U": 3.736413522331672e-12, + "K": 9.753657437272523e-09, + "L": 2.8935080026437632e-11, + "G": 1.2310246688684856e-07, + "F": 0.0006590096745640039, + "E": 3.849499080388341e-06, + "T": 8.662459549668711e-07, + "P": 0.0736810639500618, + "-": 0.9256535172462463 + }, + "id": "tp_18147" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2268402, + "label": "-", + "classification": { + "B": 2.1920175896639194e-08, + "S": 5.219259833211254e-07, + "I": 4.061898380314233e-06, + "C": 9.006096490793425e-08, + "R": 1.1344501338328428e-08, + "M": 6.370502774188935e-07, + "O": 1.7647405456955312e-06, + "W": 1.5267742980995536e-07, + "N": 6.915108201610565e-07, + "Y": 1.0252624633722007e-05, + "U": 1.8422156022879221e-09, + "K": 2.928632909515727e-07, + "L": 2.9531102896385164e-08, + "G": 5.142846021044534e-06, + "F": 0.051419664174318314, + "E": 3.790677874349058e-05, + "T": 6.801595191063825e-06, + "P": 0.39189618825912476, + "-": 0.5566157698631287 + }, + "id": "tp_18148" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2268502, + "label": "P", + "classification": { + "B": 7.402698543046426e-07, + "S": 1.4752775996385026e-06, + "I": 0.00016577013593632728, + "C": 5.852033154951641e-06, + "R": 9.722685945234844e-07, + "M": 4.40903240814805e-05, + "O": 1.3830253010382876e-05, + "W": 6.924952344888879e-07, + "N": 1.5255629477906041e-05, + "Y": 0.00010741924779722467, + "U": 1.7132028062860627e-07, + "K": 1.6751044995544362e-06, + "L": 6.914117420819821e-07, + "G": 3.795704833464697e-05, + "F": 0.0024405738804489374, + "E": 0.0001342594769084826, + "T": 0.0002832836762536317, + "P": 0.506782054901123, + "-": 0.4899633228778839 + }, + "id": "tp_18149" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2268635, + "label": "-", + "classification": { + "B": 1.3831549239284868e-09, + "S": 4.4012647693048024e-11, + "I": 6.962482075323351e-07, + "C": 7.721963513063201e-09, + "R": 1.602899341035524e-10, + "M": 9.44286355775148e-08, + "O": 1.0181392617880647e-08, + "W": 7.829912412882223e-11, + "N": 4.658395003076521e-09, + "Y": 1.4279233937486424e-06, + "U": 1.7150045272806835e-11, + "K": 7.319976846886789e-10, + "L": 1.385358772143519e-10, + "G": 5.348078957467806e-07, + "F": 4.739386713481508e-05, + "E": 3.8197981666598935e-06, + "T": 6.441319442274107e-07, + "P": 0.25966036319732666, + "-": 0.7402850389480591 + }, + "id": "tp_18150" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2268769, + "label": "P", + "classification": { + "B": 2.297902597092616e-07, + "S": 3.460372610675222e-08, + "I": 5.397358563641319e-06, + "C": 2.279271171801156e-08, + "R": 1.0521739035596056e-09, + "M": 1.1129840231660637e-06, + "O": 2.39485672182127e-07, + "W": 1.0508988346202841e-08, + "N": 4.1164585695696587e-07, + "Y": 8.157874731296033e-07, + "U": 9.065531658691839e-10, + "K": 7.228571963224795e-09, + "L": 1.0955123919131893e-08, + "G": 1.7275756363233086e-06, + "F": 0.00010551721061347052, + "E": 7.572850881842896e-05, + "T": 2.546989890106488e-06, + "P": 0.8962622880935669, + "-": 0.10354389995336533 + }, + "id": "tp_18151" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2268902, + "label": "-", + "classification": { + "B": 9.55850731898522e-10, + "S": 5.9781962713501e-10, + "I": 1.83326804403805e-07, + "C": 1.5873686365353024e-08, + "R": 6.000437924313928e-10, + "M": 2.975125994453265e-07, + "O": 3.182906027632271e-08, + "W": 2.5855798058138646e-10, + "N": 3.5950340482315823e-09, + "Y": 8.781123142398428e-06, + "U": 1.8553414013466885e-11, + "K": 1.302897789656754e-08, + "L": 4.209011195133172e-10, + "G": 2.776362634904217e-06, + "F": 0.0021660260390490294, + "E": 8.232746949943248e-06, + "T": 1.7152929103758652e-06, + "P": 0.06075572595000267, + "-": 0.9370561242103577 + }, + "id": "tp_18152" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2269002, + "label": "-", + "classification": { + "B": 2.2521351103477194e-12, + "S": 2.899289315572151e-11, + "I": 9.85519577056948e-08, + "C": 5.313179340937779e-10, + "R": 1.4021062956504071e-11, + "M": 2.669414911338208e-09, + "O": 1.7134903496085485e-09, + "W": 5.185229329240926e-11, + "N": 3.779025092853772e-09, + "Y": 2.399848426648532e-07, + "U": 7.170333337497281e-12, + "K": 2.0698622904546937e-07, + "L": 1.7715961076608666e-12, + "G": 4.262331998461377e-08, + "F": 0.00035116993240080774, + "E": 3.5677708183357026e-06, + "T": 1.2814994931886758e-07, + "P": 0.2435203492641449, + "-": 0.7561241984367371 + }, + "id": "tp_18153" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2269136, + "label": "-", + "classification": { + "B": 7.22817006248988e-08, + "S": 8.894041059193114e-08, + "I": 1.9021748812519945e-05, + "C": 8.016218657758145e-07, + "R": 6.503669425228509e-08, + "M": 1.0441225640533958e-05, + "O": 1.6903545656532515e-06, + "W": 6.467202240401093e-08, + "N": 5.656333428305516e-07, + "Y": 0.0002895767684094608, + "U": 9.98317872813459e-09, + "K": 6.961311100894818e-07, + "L": 1.420274742258698e-07, + "G": 0.00012679686187766492, + "F": 0.006138244178146124, + "E": 0.0001262613368453458, + "T": 8.103382424451411e-05, + "P": 0.10079962760210037, + "-": 0.8924047946929932 + }, + "id": "tp_18154" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2269269, + "label": "-", + "classification": { + "B": 5.700459229001156e-14, + "S": 2.354950544465606e-13, + "I": 6.46644826574061e-09, + "C": 5.6319146395089614e-12, + "R": 6.363920485421073e-14, + "M": 8.546113122731569e-11, + "O": 2.472327724489798e-11, + "W": 3.213425619347232e-13, + "N": 4.508469292341388e-11, + "Y": 3.093849798574411e-08, + "U": 4.269552579864132e-14, + "K": 7.900335247112977e-11, + "L": 4.655215489891666e-14, + "G": 1.1888078299548965e-09, + "F": 3.7246656575007364e-05, + "E": 1.1660043242045504e-07, + "T": 9.914713494652005e-09, + "P": 0.3959343135356903, + "-": 0.6040283441543579 + }, + "id": "tp_18155" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2269403, + "label": "-", + "classification": { + "B": 1.341457789294509e-08, + "S": 1.4905191747516255e-08, + "I": 4.766594656757661e-07, + "C": 5.3240889030803373e-08, + "R": 1.1641605457413107e-09, + "M": 1.592979515407933e-06, + "O": 4.612664668002253e-07, + "W": 4.260036767789188e-09, + "N": 2.2203165528367208e-08, + "Y": 2.133954922101111e-06, + "U": 2.7872310015553126e-10, + "K": 3.2155156315383238e-09, + "L": 6.056326551373559e-09, + "G": 1.5340162917709677e-06, + "F": 0.0003454199177213013, + "E": 5.021898687118664e-06, + "T": 5.956269433227135e-06, + "P": 0.11185551434755325, + "-": 0.8877817392349243 + }, + "id": "tp_18156" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2269503, + "label": "P", + "classification": { + "B": 0.0006716414936818182, + "S": 0.00010409419337520376, + "I": 0.002405487233772874, + "C": 0.00013491269783116877, + "R": 3.0844956199871376e-05, + "M": 0.0007177719380706549, + "O": 0.0003998505126219243, + "W": 7.673038635402918e-05, + "N": 0.00036950057256035507, + "Y": 0.0007769037620164454, + "U": 2.320855128346011e-05, + "K": 3.1137969926930964e-05, + "L": 0.0001064884418155998, + "G": 0.0007956480258144438, + "F": 0.009601164609193802, + "E": 0.006824754178524017, + "T": 0.00100685132201761, + "P": 0.6544466614723206, + "-": 0.3214762210845947 + }, + "id": "tp_18157" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2269636, + "label": "P", + "classification": { + "B": 1.1307465683785267e-06, + "S": 1.6411512149261398e-07, + "I": 5.0190839829156175e-05, + "C": 8.403860078942671e-07, + "R": 1.986941100540207e-07, + "M": 1.8254850147059187e-06, + "O": 2.2992157937551383e-06, + "W": 7.058046236352311e-08, + "N": 2.2974404600972775e-06, + "Y": 1.7446489437134005e-05, + "U": 1.1391879439770491e-08, + "K": 1.1289605339470654e-07, + "L": 7.675097180026569e-08, + "G": 3.876879418385215e-05, + "F": 0.0011307256063446403, + "E": 8.950957999331877e-05, + "T": 9.367734492116142e-06, + "P": 0.7908193469047546, + "-": 0.20783567428588867 + }, + "id": "tp_18158" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2269770, + "label": "P", + "classification": { + "B": 8.101789717329666e-05, + "S": 5.283173959469423e-05, + "I": 0.0076528689824044704, + "C": 0.0006804097210988402, + "R": 9.304209379479289e-05, + "M": 0.0005378827918320894, + "O": 0.0002890729228965938, + "W": 4.696716496255249e-05, + "N": 0.0007790664676576853, + "Y": 0.002746111713349819, + "U": 2.3833010345697403e-05, + "K": 4.206024095765315e-05, + "L": 5.800981671200134e-05, + "G": 0.0010631514014676213, + "F": 0.005050378385931253, + "E": 0.0039755962789058685, + "T": 0.001466573216021061, + "P": 0.6075975298881531, + "-": 0.36776360869407654 + }, + "id": "tp_18159" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2269903, + "label": "-", + "classification": { + "B": 2.256499465147499e-05, + "S": 1.0088763701787684e-05, + "I": 0.003744229208678007, + "C": 0.0004603014967869967, + "R": 9.708151628728956e-05, + "M": 0.000542423571459949, + "O": 0.00021143147023394704, + "W": 1.9004275600309484e-05, + "N": 0.00023685886117164046, + "Y": 0.002632850781083107, + "U": 2.6143918148591183e-05, + "K": 4.335857738624327e-05, + "L": 4.298760904930532e-05, + "G": 0.0010677933460101485, + "F": 0.004450785927474499, + "E": 0.001820962643250823, + "T": 0.0026001492515206337, + "P": 0.31703004240989685, + "-": 0.6649409532546997 + }, + "id": "tp_18160" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2270003, + "label": "I", + "classification": { + "B": 0.0004911853466182947, + "S": 0.00036956730764359236, + "I": 0.6575504541397095, + "C": 0.06187152490019798, + "R": 0.009294000454246998, + "M": 0.008746456354856491, + "O": 0.0009577357559464872, + "W": 0.0002172718959627673, + "N": 0.03093337081372738, + "Y": 0.04691497981548309, + "U": 5.815571057610214e-05, + "K": 0.00035187159664928913, + "L": 0.0006639807252213359, + "G": 0.028496436774730682, + "F": 0.0010417987359687686, + "E": 0.1074933260679245, + "T": 0.008868671953678131, + "P": 0.027998797595500946, + "-": 0.007680365350097418 + }, + "id": "tp_18161" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2270137, + "label": "I", + "classification": { + "B": 0.00011997842375421897, + "S": 9.862400474958122e-05, + "I": 0.885921835899353, + "C": 0.006354904733598232, + "R": 0.0007274859817698598, + "M": 0.0037522753700613976, + "O": 0.00022390607045963407, + "W": 3.2235107937594876e-05, + "N": 0.011914475820958614, + "Y": 0.0173820611089468, + "U": 9.790546755539253e-06, + "K": 3.554061913746409e-05, + "L": 0.00014804933744017035, + "G": 0.006291044410318136, + "F": 0.00020982038404326886, + "E": 0.025977250188589096, + "T": 0.005165166221559048, + "P": 0.03152306750416756, + "-": 0.0041124229319393635 + }, + "id": "tp_18162" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2270270, + "label": "I", + "classification": { + "B": 0.00027896257233805954, + "S": 0.0003851611400023103, + "I": 0.49272119998931885, + "C": 0.009367046877741814, + "R": 0.0054024443961679935, + "M": 0.005037903320044279, + "O": 0.0015194729203358293, + "W": 0.0002833792532328516, + "N": 0.022125108167529106, + "Y": 0.06252684444189072, + "U": 0.00011807912960648537, + "K": 0.001579459523782134, + "L": 0.0005216430872678757, + "G": 0.02669830247759819, + "F": 0.010369042865931988, + "E": 0.026567110791802406, + "T": 0.019596977159380913, + "P": 0.20987577736377716, + "-": 0.10502613335847855 + }, + "id": "tp_18163" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2270404, + "label": "P", + "classification": { + "B": 0.0006966536748223007, + "S": 0.0022558732889592648, + "I": 0.3414594233036041, + "C": 0.003366343677043915, + "R": 0.0013466111849993467, + "M": 0.004328342620283365, + "O": 0.0015936847776174545, + "W": 0.00079834193456918, + "N": 0.049684762954711914, + "Y": 0.00848984532058239, + "U": 0.00018977679428644478, + "K": 0.0028575279284268618, + "L": 0.0004555779160000384, + "G": 0.006938702426850796, + "F": 0.009290226735174656, + "E": 0.05123959109187126, + "T": 0.007735471241176128, + "P": 0.4583725333213806, + "-": 0.04890071600675583 + }, + "id": "tp_18164" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2270504, + "label": "I", + "classification": { + "B": 0.002690472872927785, + "S": 0.0003518834710121155, + "I": 0.30128246545791626, + "C": 0.026926668360829353, + "R": 0.004857421386986971, + "M": 0.024414915591478348, + "O": 0.003173273289576173, + "W": 0.00042200778261758387, + "N": 0.005204120185226202, + "Y": 0.03248856961727142, + "U": 0.00017805669631343335, + "K": 7.767653005430475e-05, + "L": 0.004027460236102343, + "G": 0.04423943907022476, + "F": 0.005165354814380407, + "E": 0.03607122227549553, + "T": 0.012674718163907528, + "P": 0.2922550141811371, + "-": 0.20349928736686707 + }, + "id": "tp_18165" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2270637, + "label": "I", + "classification": { + "B": 0.0005564665189012885, + "S": 0.0007373677799478173, + "I": 0.5976043939590454, + "C": 0.004204218741506338, + "R": 0.0010665602749213576, + "M": 0.0073768217116594315, + "O": 0.0004788520745933056, + "W": 0.00012070591765223071, + "N": 0.06288672983646393, + "Y": 0.012900162488222122, + "U": 1.7601632862351835e-05, + "K": 0.001677925931289792, + "L": 0.0001694859383860603, + "G": 0.01572001725435257, + "F": 0.0025980505160987377, + "E": 0.18484869599342346, + "T": 0.006291445344686508, + "P": 0.09187579900026321, + "-": 0.008868680335581303 + }, + "id": "tp_18166" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2270771, + "label": "I", + "classification": { + "B": 0.005261133890599012, + "S": 0.0015278887003660202, + "I": 0.7474050521850586, + "C": 0.025255851447582245, + "R": 0.006559931207448244, + "M": 0.022190188989043236, + "O": 0.003525921842083335, + "W": 0.001018829527311027, + "N": 0.02159341610968113, + "Y": 0.0257611945271492, + "U": 0.0001325942575931549, + "K": 0.00022874691057950258, + "L": 0.002619253471493721, + "G": 0.02639193646609783, + "F": 0.0013065323000773787, + "E": 0.041447706520557404, + "T": 0.012633990496397018, + "P": 0.04022933915257454, + "-": 0.014910569414496422 + }, + "id": "tp_18167" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2270904, + "label": "I", + "classification": { + "B": 9.121899347519502e-05, + "S": 0.00123258912935853, + "I": 0.7712651491165161, + "C": 0.030260246247053146, + "R": 0.004096271004527807, + "M": 0.0031712993513792753, + "O": 0.0013636397197842598, + "W": 0.00029443128732964396, + "N": 0.08517773449420929, + "Y": 0.02358025498688221, + "U": 2.6276968583260896e-06, + "K": 0.0007013326394371688, + "L": 0.00017700844909995794, + "G": 0.03403818607330322, + "F": 0.000427094753831625, + "E": 0.03145403042435646, + "T": 0.0061054290272295475, + "P": 0.0059988186694681644, + "-": 0.0005626290803775191 + }, + "id": "tp_18168" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2271004, + "label": "I", + "classification": { + "B": 0.0011172326048836112, + "S": 0.0014333659783005714, + "I": 0.47721150517463684, + "C": 0.010261072777211666, + "R": 0.004319040570408106, + "M": 0.010801706463098526, + "O": 0.00650556106120348, + "W": 0.0007713689119555056, + "N": 0.019260268658399582, + "Y": 0.24979548156261444, + "U": 4.109992369194515e-05, + "K": 0.0005784811219200492, + "L": 0.0007135910564102232, + "G": 0.03022383153438568, + "F": 0.0025334360543638468, + "E": 0.005358424969017506, + "T": 0.061622004956007004, + "P": 0.04058559238910675, + "-": 0.07686692476272583 + }, + "id": "tp_18169" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2271138, + "label": "-", + "classification": { + "B": 0.0019834714476019144, + "S": 0.0022053299471735954, + "I": 0.14256206154823303, + "C": 0.009351186454296112, + "R": 0.005697017535567284, + "M": 0.04239402338862419, + "O": 0.008465826511383057, + "W": 0.0015114948619157076, + "N": 0.010003403760492802, + "Y": 0.12550993263721466, + "U": 0.00043300175457261503, + "K": 0.0008225166238844395, + "L": 0.003254734678193927, + "G": 0.035609085112810135, + "F": 0.01282467320561409, + "E": 0.021647024899721146, + "T": 0.08616600930690765, + "P": 0.12151119858026505, + "-": 0.3680480122566223 + }, + "id": "tp_18170" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2271271, + "label": "I", + "classification": { + "B": 9.901799785438925e-06, + "S": 2.3931994292070158e-05, + "I": 0.9616783857345581, + "C": 0.0010763048194348812, + "R": 0.0002675484283827245, + "M": 0.00048672614502720535, + "O": 5.546458123717457e-05, + "W": 6.406289685401134e-06, + "N": 0.00749653996899724, + "Y": 0.01654420793056488, + "U": 3.085818036652199e-07, + "K": 1.5198585970210843e-05, + "L": 6.772523192921653e-06, + "G": 0.00154870783444494, + "F": 2.9036802516202442e-05, + "E": 0.001888728584162891, + "T": 0.0020105410367250443, + "P": 0.0058060819283127785, + "-": 0.001049212645739317 + }, + "id": "tp_18171" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2271405, + "label": "I", + "classification": { + "B": 0.0008577145054005086, + "S": 0.0011837544152513146, + "I": 0.3454243540763855, + "C": 0.04281538724899292, + "R": 0.007143815513700247, + "M": 0.017817672342061996, + "O": 0.00424159737303853, + "W": 0.000975250150077045, + "N": 0.02833583950996399, + "Y": 0.12897641956806183, + "U": 0.00023389034322462976, + "K": 0.006605376023799181, + "L": 0.0009533661068417132, + "G": 0.06609857082366943, + "F": 0.012645675800740719, + "E": 0.06907546520233154, + "T": 0.031975775957107544, + "P": 0.12257383018732071, + "-": 0.11206632107496262 + }, + "id": "tp_18172" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2271505, + "label": "I", + "classification": { + "B": 2.78236370832019e-07, + "S": 3.7452937817761267e-07, + "I": 0.9966890215873718, + "C": 8.399712532991543e-05, + "R": 1.207892182719661e-05, + "M": 3.2127107260748744e-05, + "O": 1.5546686427114764e-06, + "W": 1.5460908286968333e-07, + "N": 0.0009484110632911325, + "Y": 0.0006163229700177908, + "U": 2.4180255575600995e-09, + "K": 3.367448542235252e-08, + "L": 1.4455486052611377e-07, + "G": 5.402917304309085e-05, + "F": 2.1072683864531427e-07, + "E": 0.00024592276895418763, + "T": 6.15032113273628e-05, + "P": 0.0012224772945046425, + "-": 3.140377884847112e-05 + }, + "id": "tp_18173" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2271638, + "label": "Y", + "classification": { + "B": 0.000798364111687988, + "S": 0.0019943073857575655, + "I": 0.18562312424182892, + "C": 0.03328719735145569, + "R": 0.010795497335493565, + "M": 0.01768297143280506, + "O": 0.004271353129297495, + "W": 0.0015913391252979636, + "N": 0.02010447345674038, + "Y": 0.3091985583305359, + "U": 0.0004169704334344715, + "K": 0.014443869702517986, + "L": 0.0012516457354649901, + "G": 0.05205148458480835, + "F": 0.027867136523127556, + "E": 0.04904637858271599, + "T": 0.048254676163196564, + "P": 0.07328715175390244, + "-": 0.14803344011306763 + }, + "id": "tp_18174" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2271772, + "label": "I", + "classification": { + "B": 0.003814966417849064, + "S": 0.0028207122813910246, + "I": 0.6652886867523193, + "C": 0.016023999080061913, + "R": 0.009226858615875244, + "M": 0.032627224922180176, + "O": 0.008607110939919949, + "W": 0.0017042168183252215, + "N": 0.03821878135204315, + "Y": 0.027639223262667656, + "U": 0.0001990753080463037, + "K": 0.0005351179279386997, + "L": 0.0035106223076581955, + "G": 0.029635906219482422, + "F": 0.003759307786822319, + "E": 0.02193457819521427, + "T": 0.021381495520472527, + "P": 0.08073194324970245, + "-": 0.03234010189771652 + }, + "id": "tp_18175" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2271905, + "label": "I", + "classification": { + "B": 1.673278347880114e-05, + "S": 8.765357961237896e-06, + "I": 0.81206876039505, + "C": 0.0034996524918824434, + "R": 0.0008588933851569891, + "M": 0.002646472305059433, + "O": 0.0004128747386857867, + "W": 1.2978905033378396e-05, + "N": 0.0047780415043234825, + "Y": 0.03087223693728447, + "U": 2.2931401417736197e-06, + "K": 1.6974702248262474e-06, + "L": 5.494993456522934e-05, + "G": 0.003430641023442149, + "F": 7.315532275242731e-05, + "E": 0.001352500170469284, + "T": 0.018321337178349495, + "P": 0.0651145800948143, + "-": 0.05647331476211548 + }, + "id": "tp_18176" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2272005, + "label": "-", + "classification": { + "B": 0.0001410497643519193, + "S": 0.00026728762895800173, + "I": 0.00831055548042059, + "C": 0.0034551809076219797, + "R": 0.001881988369859755, + "M": 0.00881189201027155, + "O": 0.0022695637308061123, + "W": 0.00029603217262774706, + "N": 0.0009284353582188487, + "Y": 0.07608505338430405, + "U": 0.00016187343862839043, + "K": 0.0010006051743403077, + "L": 0.0008128597401082516, + "G": 0.018117688596248627, + "F": 0.04084533080458641, + "E": 0.00567341735586524, + "T": 0.03355273976922035, + "P": 0.07303397357463837, + "-": 0.7243544459342957 + }, + "id": "tp_18177" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2272139, + "label": "P", + "classification": { + "B": 0.0011281510815024376, + "S": 0.0006590071716345847, + "I": 0.3531496226787567, + "C": 0.002818134380504489, + "R": 0.0014917131047695875, + "M": 0.006204736884683371, + "O": 0.0018484639003872871, + "W": 0.0002954436931759119, + "N": 0.016714243218302727, + "Y": 0.009848485700786114, + "U": 4.9944239435717463e-05, + "K": 0.00018798376549966633, + "L": 0.0008441548561677337, + "G": 0.0139622138813138, + "F": 0.006341044325381517, + "E": 0.04669985920190811, + "T": 0.007194110192358494, + "P": 0.4478134512901306, + "-": 0.08274932950735092 + }, + "id": "tp_18178" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2272272, + "label": "I", + "classification": { + "B": 2.19383819057839e-05, + "S": 3.490024755592458e-05, + "I": 0.7889383435249329, + "C": 0.001179313287138939, + "R": 0.00023308796517085284, + "M": 0.0014123276341706514, + "O": 8.752752910368145e-05, + "W": 1.3052044778305572e-05, + "N": 0.010803554207086563, + "Y": 0.0062811169773340225, + "U": 3.115271056230995e-06, + "K": 2.3938144295243546e-05, + "L": 2.0013871107948944e-05, + "G": 0.001176032004877925, + "F": 0.0002294895821250975, + "E": 0.004993090871721506, + "T": 0.0030374147463589907, + "P": 0.16866527497768402, + "-": 0.012846465222537518 + }, + "id": "tp_18179" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2272406, + "label": "I", + "classification": { + "B": 9.278700417780783e-06, + "S": 6.736093200743198e-05, + "I": 0.9068451523780823, + "C": 0.008226924575865269, + "R": 0.002112697809934616, + "M": 0.0018484180327504873, + "O": 0.0007111276499927044, + "W": 4.5753582526231185e-05, + "N": 0.013802302069962025, + "Y": 0.03549933061003685, + "U": 1.6366604995710077e-06, + "K": 4.4918466301169246e-05, + "L": 5.688176679541357e-05, + "G": 0.009253441356122494, + "F": 0.000116532071842812, + "E": 0.0015983839984983206, + "T": 0.010826471261680126, + "P": 0.0056185475550591946, + "-": 0.0033148829825222492 + }, + "id": "tp_18180" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2272506, + "label": "I", + "classification": { + "B": 0.003686855547130108, + "S": 0.008444223552942276, + "I": 0.366900235414505, + "C": 0.023695439100265503, + "R": 0.011844892054796219, + "M": 0.027249567210674286, + "O": 0.020619753748178482, + "W": 0.005486947949975729, + "N": 0.06283340603113174, + "Y": 0.13026325404644012, + "U": 0.000707223720382899, + "K": 0.00632665678858757, + "L": 0.004080141894519329, + "G": 0.0532066710293293, + "F": 0.01608917862176895, + "E": 0.03545265272259712, + "T": 0.04406939446926117, + "P": 0.10272276401519775, + "-": 0.07632075250148773 + }, + "id": "tp_18181" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2272639, + "label": "I", + "classification": { + "B": 2.4587121515651233e-05, + "S": 0.0006072507239878178, + "I": 0.8649939894676208, + "C": 0.009908521547913551, + "R": 0.0021307796705514193, + "M": 0.0012802929850295186, + "O": 0.0005054160137660801, + "W": 0.00011191717931069434, + "N": 0.07981914281845093, + "Y": 0.011992478743195534, + "U": 1.0829853636096232e-06, + "K": 0.0007338794530369341, + "L": 5.1952494686702266e-05, + "G": 0.012492993846535683, + "F": 0.00024526409106329083, + "E": 0.006819352973252535, + "T": 0.0056284028105437756, + "P": 0.002406330080702901, + "-": 0.0002463151467964053 + }, + "id": "tp_18182" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2272773, + "label": "-", + "classification": { + "B": 0.00316813075914979, + "S": 0.0023385530803352594, + "I": 0.17215916514396667, + "C": 0.04508186876773834, + "R": 0.013236700557172298, + "M": 0.04657198116183281, + "O": 0.013411449268460274, + "W": 0.0028216217178851366, + "N": 0.018443364650011063, + "Y": 0.11216627806425095, + "U": 0.0012141201877966523, + "K": 0.003906894009560347, + "L": 0.006041029933840036, + "G": 0.06866732239723206, + "F": 0.03043833002448082, + "E": 0.05890766903758049, + "T": 0.04601159319281578, + "P": 0.10830110311508179, + "-": 0.24711284041404724 + }, + "id": "tp_18183" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2272906, + "label": "I", + "classification": { + "B": 0.00019704969599843025, + "S": 0.0012247824342921376, + "I": 0.7897070050239563, + "C": 0.0031275481451302767, + "R": 0.0009967605583369732, + "M": 0.007353998254984617, + "O": 0.001245796331204474, + "W": 0.00019494129810482264, + "N": 0.10450466722249985, + "Y": 0.013462589122354984, + "U": 1.4623413335357327e-05, + "K": 0.0008029179298318923, + "L": 0.00013495863822754472, + "G": 0.007569840177893639, + "F": 0.0004924360546283424, + "E": 0.01960928738117218, + "T": 0.01222708635032177, + "P": 0.03387145325541496, + "-": 0.003262297948822379 + }, + "id": "tp_18184" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2273006, + "label": "I", + "classification": { + "B": 0.003939907532185316, + "S": 0.003731091972440481, + "I": 0.5719665884971619, + "C": 0.009284273721277714, + "R": 0.0031718092504888773, + "M": 0.03565838187932968, + "O": 0.004025816917419434, + "W": 0.0009869656059890985, + "N": 0.027510639280080795, + "Y": 0.06984502077102661, + "U": 0.0001569803716847673, + "K": 0.0009779951069504023, + "L": 0.002121435245499015, + "G": 0.029726257547736168, + "F": 0.005322399083524942, + "E": 0.07057538628578186, + "T": 0.027861930429935455, + "P": 0.08701198548078537, + "-": 0.046125177294015884 + }, + "id": "tp_18185" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2273140, + "label": "I", + "classification": { + "B": 0.004955330863595009, + "S": 0.0049208165146410465, + "I": 0.41913649439811707, + "C": 0.038390666246414185, + "R": 0.025367414578795433, + "M": 0.026496917009353638, + "O": 0.010607329197227955, + "W": 0.0023991181515157223, + "N": 0.0213775597512722, + "Y": 0.07016327232122421, + "U": 0.0006938648875802755, + "K": 0.0014846865087747574, + "L": 0.009431551210582256, + "G": 0.07534363865852356, + "F": 0.020213492214679718, + "E": 0.027701381593942642, + "T": 0.03942630812525749, + "P": 0.09102224558591843, + "-": 0.11086783558130264 + }, + "id": "tp_18186" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2273273, + "label": "I", + "classification": { + "B": 3.9125046896515414e-05, + "S": 0.0001004149962682277, + "I": 0.43586376309394836, + "C": 0.018132716417312622, + "R": 0.004812534432858229, + "M": 0.014410228468477726, + "O": 0.0017061281250789762, + "W": 0.00012521327880676836, + "N": 0.0033823098056018353, + "Y": 0.3910631537437439, + "U": 5.646973022521706e-06, + "K": 0.0001882984215626493, + "L": 0.0003232665185350925, + "G": 0.03665964677929878, + "F": 0.0010507225524634123, + "E": 0.006544784177094698, + "T": 0.04640240967273712, + "P": 0.00356474332511425, + "-": 0.03562492877244949 + }, + "id": "tp_18187" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2273407, + "label": "I", + "classification": { + "B": 0.00022578233620151877, + "S": 0.00023119282559491694, + "I": 0.9182991981506348, + "C": 0.003449556417763233, + "R": 0.0005473970086313784, + "M": 0.0035118258092552423, + "O": 0.00015958673611748964, + "W": 3.440929503994994e-05, + "N": 0.013979233801364899, + "Y": 0.004510417580604553, + "U": 4.2443580241524614e-06, + "K": 2.044118991761934e-05, + "L": 0.00011769017146434635, + "G": 0.004067222587764263, + "F": 0.00015098434232641011, + "E": 0.024043582379817963, + "T": 0.0014291326515376568, + "P": 0.023977845907211304, + "-": 0.0012401868589222431 + }, + "id": "tp_18188" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2273507, + "label": "-", + "classification": { + "B": 0.00018196151359006763, + "S": 7.023187208687887e-05, + "I": 0.02002946473658085, + "C": 0.0027007414028048515, + "R": 0.0004470048297662288, + "M": 0.006837484426796436, + "O": 0.0007095830515027046, + "W": 7.733710663160309e-05, + "N": 0.0010161733953282237, + "Y": 0.04904025420546532, + "U": 5.353634333005175e-05, + "K": 0.00042874092468991876, + "L": 0.0003809347690548748, + "G": 0.023618383333086967, + "F": 0.026174087077379227, + "E": 0.03818191587924957, + "T": 0.01190513838082552, + "P": 0.20623879134655, + "-": 0.6119083166122437 + }, + "id": "tp_18189" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2273640, + "label": "I", + "classification": { + "B": 0.009216483682394028, + "S": 0.01753285899758339, + "I": 0.18932101130485535, + "C": 0.03391842916607857, + "R": 0.02563353069126606, + "M": 0.03420393913984299, + "O": 0.024233629927039146, + "W": 0.014852317981421947, + "N": 0.06519981473684311, + "Y": 0.11579103767871857, + "U": 0.0063042170368134975, + "K": 0.02893533557653427, + "L": 0.010754723101854324, + "G": 0.05697350949048996, + "F": 0.04071970283985138, + "E": 0.05506619065999985, + "T": 0.06823408603668213, + "P": 0.10062211751937866, + "-": 0.10248695313930511 + }, + "id": "tp_18190" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2273774, + "label": "I", + "classification": { + "B": 0.0005064072902314365, + "S": 0.00040243493276648223, + "I": 0.5163271427154541, + "C": 0.07051343470811844, + "R": 0.013503167778253555, + "M": 0.02159898541867733, + "O": 0.004164004232734442, + "W": 0.0007337864371947944, + "N": 0.013219726271927357, + "Y": 0.10474549978971481, + "U": 0.0003351309569552541, + "K": 0.0005436834180727601, + "L": 0.001962123205885291, + "G": 0.03809336572885513, + "F": 0.003599477233365178, + "E": 0.027952808886766434, + "T": 0.024879952892661095, + "P": 0.06151166930794716, + "-": 0.09540717303752899 + }, + "id": "tp_18191" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2273907, + "label": "I", + "classification": { + "B": 9.26325301406905e-05, + "S": 0.00023063547268975526, + "I": 0.9277735948562622, + "C": 0.007487170398235321, + "R": 0.003876275848597288, + "M": 0.004262868314981461, + "O": 0.0007805899949744344, + "W": 7.917411130620167e-05, + "N": 0.012320752255618572, + "Y": 0.015227728523314, + "U": 5.552780748985242e-06, + "K": 3.1933668651618063e-05, + "L": 0.0002218217559857294, + "G": 0.004647874739021063, + "F": 0.0001817873417166993, + "E": 0.0023155594244599342, + "T": 0.007516101468354464, + "P": 0.008985145017504692, + "-": 0.003962862771004438 + }, + "id": "tp_18192" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2274007, + "label": "I", + "classification": { + "B": 8.585050090914592e-05, + "S": 0.00010828741505974904, + "I": 0.8616843819618225, + "C": 0.02200447767972946, + "R": 0.0028038148302584887, + "M": 0.002258551772683859, + "O": 0.0001932395389303565, + "W": 3.8655532989650965e-05, + "N": 0.013621564023196697, + "Y": 0.029720114544034004, + "U": 1.5178860621745116e-06, + "K": 0.00013217274681665003, + "L": 0.00013197335647419095, + "G": 0.02324499562382698, + "F": 0.00016140149091370404, + "E": 0.037382788956165314, + "T": 0.0036360439844429493, + "P": 0.002301320433616638, + "-": 0.0004888722905889153 + }, + "id": "tp_18193" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2274141, + "label": "I", + "classification": { + "B": 0.015562757849693298, + "S": 0.0021061464212834835, + "I": 0.25552213191986084, + "C": 0.12167003750801086, + "R": 0.020298751071095467, + "M": 0.17270752787590027, + "O": 0.008157228119671345, + "W": 0.0010710981441661716, + "N": 0.004766378086060286, + "Y": 0.033937107771635056, + "U": 6.955488788662478e-05, + "K": 3.031785126950126e-05, + "L": 0.020644115284085274, + "G": 0.14475055038928986, + "F": 0.0016233657952398062, + "E": 0.13697689771652222, + "T": 0.010523058474063873, + "P": 0.026323093101382256, + "-": 0.023259930312633514 + }, + "id": "tp_18194" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2274274, + "label": "-", + "classification": { + "B": 0.0013221853878349066, + "S": 0.001172554329968989, + "I": 0.08439722657203674, + "C": 0.006550672464072704, + "R": 0.0029603943694382906, + "M": 0.004891198128461838, + "O": 0.004071860574185848, + "W": 0.0010598375229164958, + "N": 0.0063122292049229145, + "Y": 0.024945536628365517, + "U": 0.00022652556071989238, + "K": 0.0004585167916957289, + "L": 0.001005847007036209, + "G": 0.007602196652442217, + "F": 0.011740224435925484, + "E": 0.007626900915056467, + "T": 0.01989964209496975, + "P": 0.3937591314315796, + "-": 0.4199973940849304 + }, + "id": "tp_18195" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2274408, + "label": "P", + "classification": { + "B": 2.65882790699834e-05, + "S": 7.240806735353544e-05, + "I": 0.20258644223213196, + "C": 0.006798902060836554, + "R": 0.0014318025205284357, + "M": 0.0013264461886137724, + "O": 0.0004460725758690387, + "W": 0.00010124601976713166, + "N": 0.010810204781591892, + "Y": 0.007931339554488659, + "U": 7.950612780405208e-05, + "K": 0.0009901570156216621, + "L": 9.069283260032535e-05, + "G": 0.004301626235246658, + "F": 0.006574126426130533, + "E": 0.01921146549284458, + "T": 0.004899127874523401, + "P": 0.546015739440918, + "-": 0.18630610406398773 + }, + "id": "tp_18196" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2274508, + "label": "-", + "classification": { + "B": 0.0008636357961222529, + "S": 0.004046791698783636, + "I": 0.01111912913620472, + "C": 0.010165204294025898, + "R": 0.004549941048026085, + "M": 0.034399744123220444, + "O": 0.014633208513259888, + "W": 0.002261352725327015, + "N": 0.003154577687382698, + "Y": 0.20011785626411438, + "U": 0.0001691957877483219, + "K": 0.00681307865306735, + "L": 0.007252114359289408, + "G": 0.1680004596710205, + "F": 0.16128112375736237, + "E": 0.02502339892089367, + "T": 0.06657197326421738, + "P": 0.02170945145189762, + "-": 0.2578677237033844 + }, + "id": "tp_18197" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2274641, + "label": "I", + "classification": { + "B": 0.0013164384290575981, + "S": 0.0009764517308212817, + "I": 0.5333221554756165, + "C": 0.017146289348602295, + "R": 0.003005681559443474, + "M": 0.020211631432175636, + "O": 0.0012422665022313595, + "W": 0.00030904755112715065, + "N": 0.04069484397768974, + "Y": 0.01890932209789753, + "U": 2.962530379591044e-05, + "K": 0.000638569996226579, + "L": 0.0005433688638731837, + "G": 0.04175008088350296, + "F": 0.002474176464602351, + "E": 0.21614228188991547, + "T": 0.007046390790492296, + "P": 0.08674632757902145, + "-": 0.007494941353797913 + }, + "id": "tp_18198" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2274775, + "label": "-", + "classification": { + "B": 0.002736058784648776, + "S": 0.002674247371032834, + "I": 0.021320248022675514, + "C": 0.005146237090229988, + "R": 0.0016349380603060126, + "M": 0.012488635256886482, + "O": 0.004998232237994671, + "W": 0.0018642034847289324, + "N": 0.005834696348756552, + "Y": 0.01876993477344513, + "U": 0.0007178887026384473, + "K": 0.003437389386817813, + "L": 0.0018944049952551723, + "G": 0.011841396801173687, + "F": 0.07395695894956589, + "E": 0.03348290175199509, + "T": 0.010020412504673004, + "P": 0.36242038011550903, + "-": 0.4247608184814453 + }, + "id": "tp_18199" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2274908, + "label": "P", + "classification": { + "B": 0.0038142292760312557, + "S": 0.0018127672374248505, + "I": 0.14428962767124176, + "C": 0.0221205223351717, + "R": 0.005728716496378183, + "M": 0.02773432619869709, + "O": 0.004948655609041452, + "W": 0.001181562663987279, + "N": 0.011181434616446495, + "Y": 0.07558127492666245, + "U": 0.0008243454503826797, + "K": 0.002061092760413885, + "L": 0.004336817655712366, + "G": 0.06971478462219238, + "F": 0.027130547910928726, + "E": 0.09644348919391632, + "T": 0.02860218472778797, + "P": 0.25710397958755493, + "-": 0.21538957953453064 + }, + "id": "tp_18200" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2275008, + "label": "P", + "classification": { + "B": 1.9518516637617722e-05, + "S": 1.6046631571953185e-05, + "I": 0.002186395460739732, + "C": 0.00016661742120049894, + "R": 3.1234376365318894e-05, + "M": 0.0002440093958284706, + "O": 9.8982265626546e-05, + "W": 2.266369483550079e-05, + "N": 0.00021514100080821663, + "Y": 0.0013450762489810586, + "U": 1.2572714695124887e-05, + "K": 0.00019604453700594604, + "L": 1.5621038983226754e-05, + "G": 0.0005674673593603075, + "F": 0.019064709544181824, + "E": 0.004476549103856087, + "T": 0.0005802528467029333, + "P": 0.5157021284103394, + "-": 0.4550389051437378 + }, + "id": "tp_18201" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2275142, + "label": "P", + "classification": { + "B": 3.175427264068276e-05, + "S": 3.525600186549127e-05, + "I": 0.05566142499446869, + "C": 0.0005792194278910756, + "R": 0.00010139025107491761, + "M": 0.0007919407216832042, + "O": 0.0001300303265452385, + "W": 4.0773757064016536e-05, + "N": 0.00307633588090539, + "Y": 0.007532468065619469, + "U": 2.3752025299472734e-05, + "K": 0.0003076214052271098, + "L": 2.1700469005736522e-05, + "G": 0.0008985043969005346, + "F": 0.0026020018849521875, + "E": 0.015940235927700996, + "T": 0.0020254412665963173, + "P": 0.7652419209480286, + "-": 0.14495816826820374 + }, + "id": "tp_18202" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2275275, + "label": "-", + "classification": { + "B": 1.524715230516449e-06, + "S": 2.856971377696027e-06, + "I": 0.00015074793191161007, + "C": 6.714795745210722e-06, + "R": 2.4062953798420494e-06, + "M": 9.242311352863908e-05, + "O": 4.1243998566642404e-05, + "W": 3.28575833918876e-06, + "N": 9.971572580980137e-06, + "Y": 0.0005551091162487864, + "U": 8.463840686090407e-07, + "K": 1.9216042801417643e-06, + "L": 3.2365853712690296e-06, + "G": 6.237358320504427e-05, + "F": 0.0008411408634856343, + "E": 0.0001042048679664731, + "T": 0.0008455765782855451, + "P": 0.15273255109786987, + "-": 0.8445418477058411 + }, + "id": "tp_18203" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2275375, + "label": "-", + "classification": { + "B": 1.3335861304142327e-08, + "S": 1.2767737977981142e-08, + "I": 7.517102403653553e-06, + "C": 1.5413938854180742e-06, + "R": 8.069890355955067e-08, + "M": 1.1789605878220755e-06, + "O": 8.457724902655173e-07, + "W": 2.2493464868489355e-08, + "N": 2.5498414402136405e-07, + "Y": 3.46970628015697e-05, + "U": 1.5633277783422272e-08, + "K": 3.888036417265539e-07, + "L": 3.315061647413131e-08, + "G": 1.1504321264510509e-05, + "F": 0.002654158277437091, + "E": 1.1485706636449322e-05, + "T": 1.2281818271731026e-05, + "P": 0.08809879422187805, + "-": 0.90916508436203 + }, + "id": "tp_18204" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2275509, + "label": "P", + "classification": { + "B": 1.2848065944481846e-09, + "S": 1.6323061791112536e-09, + "I": 6.695635238429531e-05, + "C": 2.8670237739447657e-08, + "R": 6.278546016424968e-10, + "M": 3.1566708003083477e-07, + "O": 1.7496773807579302e-08, + "W": 3.739613896325267e-10, + "N": 6.378249963745475e-07, + "Y": 5.819798047923541e-07, + "U": 2.5289598193367624e-10, + "K": 2.2604167149165022e-10, + "L": 1.2539745908313193e-09, + "G": 1.698834353192069e-07, + "F": 3.171252274114522e-06, + "E": 1.3964359823148698e-05, + "T": 2.2527640339831123e-06, + "P": 0.9551048874855042, + "-": 0.04480699822306633 + }, + "id": "tp_18205" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2275642, + "label": "-", + "classification": { + "B": 3.702388369219989e-07, + "S": 3.4210418675684195e-07, + "I": 0.00024145438510458916, + "C": 1.564666672493331e-05, + "R": 2.348302132304525e-06, + "M": 4.661677303374745e-05, + "O": 2.5016899598995224e-05, + "W": 5.815238637296716e-07, + "N": 8.086439265753143e-06, + "Y": 0.00025150011060759425, + "U": 3.5756841043621534e-07, + "K": 3.7209926517789427e-07, + "L": 2.6762165816762717e-06, + "G": 0.00018027256010100245, + "F": 0.0012357848463580012, + "E": 0.00010422058403491974, + "T": 0.00042103001032955945, + "P": 0.22384677827358246, + "-": 0.77361661195755 + }, + "id": "tp_18206" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2275776, + "label": "-", + "classification": { + "B": 5.649912093730336e-09, + "S": 1.0044718834478772e-08, + "I": 6.220107025001198e-06, + "C": 1.1348747364081646e-07, + "R": 9.394333311263381e-09, + "M": 2.6816269382834435e-07, + "O": 2.4070317294899723e-07, + "W": 9.256417854430765e-09, + "N": 3.4750021882246074e-07, + "Y": 6.720576948282542e-06, + "U": 3.101179757436512e-09, + "K": 2.178839935140786e-07, + "L": 2.1876240818841097e-09, + "G": 7.807801694070804e-07, + "F": 0.0001144769266829826, + "E": 8.48864783620229e-06, + "T": 1.0673715223674662e-05, + "P": 0.28551140427589417, + "-": 0.7143399715423584 + }, + "id": "tp_18207" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2275876, + "label": "-", + "classification": { + "B": 2.9725216066367466e-08, + "S": 2.3889528577569763e-08, + "I": 3.699795342981815e-05, + "C": 7.891036943874497e-07, + "R": 3.612349530612846e-07, + "M": 1.587884617038071e-05, + "O": 2.994912847498199e-06, + "W": 2.6664524810371404e-08, + "N": 1.524812631714667e-07, + "Y": 0.00033377722138538957, + "U": 3.793291458720205e-09, + "K": 3.9781493654800215e-09, + "L": 2.3702887119725347e-07, + "G": 2.3245562260854058e-05, + "F": 0.00039234186988323927, + "E": 5.344363216863712e-06, + "T": 0.0001700821885606274, + "P": 0.022366918623447418, + "-": 0.9766506552696228 + }, + "id": "tp_18208" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2276009, + "label": "-", + "classification": { + "B": 5.8661955293359824e-09, + "S": 3.3390404330368995e-10, + "I": 1.9032922864425927e-06, + "C": 2.7522128576151772e-08, + "R": 5.237111300182562e-10, + "M": 1.3018834579270333e-06, + "O": 4.1781259341178156e-08, + "W": 3.458621999907763e-10, + "N": 7.224922438098247e-09, + "Y": 4.711192104878137e-06, + "U": 9.465036393541126e-11, + "K": 1.3802082809988292e-09, + "L": 1.5449582724258448e-09, + "G": 1.0864144996958203e-06, + "F": 6.620345811825246e-05, + "E": 1.6828971638460644e-05, + "T": 2.3191103082353948e-06, + "P": 0.12664468586444855, + "-": 0.8732609748840332 + }, + "id": "tp_18209" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2276143, + "label": "-", + "classification": { + "B": 1.0562905217170737e-08, + "S": 5.1936317468914694e-09, + "I": 4.590903699863702e-06, + "C": 4.5632316414412344e-07, + "R": 3.15552277641018e-08, + "M": 2.1330738491087686e-06, + "O": 4.113734917154943e-07, + "W": 1.0234404435038869e-08, + "N": 9.11379061108164e-08, + "Y": 6.325929280137643e-05, + "U": 7.70105934577714e-09, + "K": 2.616897347706981e-07, + "L": 2.065758941682816e-08, + "G": 1.1651060049189255e-05, + "F": 0.0019772935193032026, + "E": 1.0987073437718209e-05, + "T": 1.8690961951506324e-05, + "P": 0.07628396898508072, + "-": 0.9216260313987732 + }, + "id": "tp_18210" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2276276, + "label": "-", + "classification": { + "B": 6.26994108188228e-07, + "S": 1.6710006320863613e-06, + "I": 0.0001675539097050205, + "C": 2.6549068934400566e-06, + "R": 6.071439315746829e-07, + "M": 2.5526624085614458e-05, + "O": 1.1864293810504023e-05, + "W": 5.010989525544574e-07, + "N": 7.790765266690869e-06, + "Y": 0.0002838555083144456, + "U": 8.279373275854596e-08, + "K": 1.3442254385154229e-06, + "L": 8.666664825796033e-07, + "G": 0.00010933063458651304, + "F": 0.00613080570474267, + "E": 0.0001226263411808759, + "T": 0.00011577521217986941, + "P": 0.38904085755348206, + "-": 0.6039758324623108 + }, + "id": "tp_18211" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2276376, + "label": "-", + "classification": { + "B": 2.5509052647976205e-07, + "S": 3.079124724081339e-07, + "I": 2.667180888238363e-05, + "C": 4.593477740399976e-07, + "R": 4.512248352739334e-08, + "M": 8.485629223287106e-06, + "O": 3.162178018101258e-06, + "W": 2.9672713708350784e-07, + "N": 1.316797238359868e-06, + "Y": 6.3275896536652e-05, + "U": 3.137668258546e-08, + "K": 5.341378823686682e-07, + "L": 1.0078211687414296e-07, + "G": 1.1520738553372212e-05, + "F": 0.0016405250644311309, + "E": 5.415656414697878e-05, + "T": 4.607007940649055e-05, + "P": 0.33439260721206665, + "-": 0.6637502908706665 + }, + "id": "tp_18212" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2276510, + "label": "P", + "classification": { + "B": 8.422055275403295e-10, + "S": 2.860005288152223e-10, + "I": 2.5057486709556542e-05, + "C": 6.52855547400577e-08, + "R": 7.422959469316481e-10, + "M": 3.219627160433447e-07, + "O": 7.70890551393677e-09, + "W": 9.184432381292851e-11, + "N": 1.8120267952781433e-07, + "Y": 2.5917859147739364e-06, + "U": 1.3080778127338988e-10, + "K": 2.2918279773964656e-10, + "L": 3.923625313539958e-10, + "G": 3.7076594594509515e-07, + "F": 4.9001282604876906e-06, + "E": 1.90043356269598e-05, + "T": 1.7271652268391335e-06, + "P": 0.8888159990310669, + "-": 0.11112981289625168 + }, + "id": "tp_18213" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2276643, + "label": "P", + "classification": { + "B": 9.736985703057144e-06, + "S": 3.942176135751652e-06, + "I": 0.0008706297376193106, + "C": 1.478995181969367e-05, + "R": 2.029450115514919e-06, + "M": 7.014107541181147e-05, + "O": 1.7497599401394837e-05, + "W": 2.21237519326678e-06, + "N": 9.148146637016907e-05, + "Y": 0.0005155394319444895, + "U": 1.6997911416183342e-06, + "K": 1.924271600728389e-05, + "L": 1.3436045946946251e-06, + "G": 0.0001396475126966834, + "F": 0.0030326717533171177, + "E": 0.0014176232507452369, + "T": 0.00023900911037344486, + "P": 0.7367678284645081, + "-": 0.2567828893661499 + }, + "id": "tp_18214" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2276777, + "label": "-", + "classification": { + "B": 1.0015729218215697e-10, + "S": 5.7908129680317444e-11, + "I": 2.522191380194272e-06, + "C": 2.340261495703544e-08, + "R": 1.0405383221723241e-09, + "M": 1.1854711878811486e-08, + "O": 2.0936278488647986e-08, + "W": 3.467377773791469e-10, + "N": 3.0759753855136296e-08, + "Y": 2.0275713268347317e-06, + "U": 3.0218041957574826e-10, + "K": 2.1760859780783903e-08, + "L": 7.93145479849322e-11, + "G": 2.2645254205144738e-07, + "F": 9.719593799673021e-05, + "E": 1.0655976439011283e-06, + "T": 9.760092325450387e-07, + "P": 0.2077893167734146, + "-": 0.7921063899993896 + }, + "id": "tp_18215" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2276877, + "label": "P", + "classification": { + "B": 9.820737556509584e-10, + "S": 3.9791476780237645e-09, + "I": 3.399197339604143e-06, + "C": 1.1317411008349154e-08, + "R": 1.138532490507771e-09, + "M": 4.746458515114682e-08, + "O": 5.158426574780606e-08, + "W": 1.8366074217013306e-09, + "N": 2.4033712975324306e-07, + "Y": 1.962123633347801e-06, + "U": 2.9566099568612003e-10, + "K": 1.531470594784423e-08, + "L": 3.481160915086434e-10, + "G": 2.3106120750071568e-07, + "F": 0.00017511007899884135, + "E": 2.370072934354539e-06, + "T": 3.1297945497499313e-06, + "P": 0.8096171021461487, + "-": 0.19019635021686554 + }, + "id": "tp_18216" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2277010, + "label": "P", + "classification": { + "B": 6.22813844941561e-09, + "S": 3.961073691272077e-09, + "I": 0.00021927566558588296, + "C": 9.09361688172794e-07, + "R": 6.434711252722991e-08, + "M": 3.915751278782409e-07, + "O": 9.414990387313082e-08, + "W": 8.024055198063706e-09, + "N": 2.5072149583138525e-06, + "Y": 4.354668635642156e-05, + "U": 2.2664607968181372e-08, + "K": 2.42328013655424e-07, + "L": 8.189091182941866e-09, + "G": 2.3339277959166793e-06, + "F": 0.00025052050477825105, + "E": 3.1294031941797584e-05, + "T": 8.2599617599044e-06, + "P": 0.7170883417129517, + "-": 0.28235211968421936 + }, + "id": "tp_18217" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2277144, + "label": "-", + "classification": { + "B": 3.6236979212844744e-05, + "S": 3.6488258047029376e-05, + "I": 0.0016503942897543311, + "C": 0.0002908272435888648, + "R": 4.9309604946756735e-05, + "M": 0.0009977228473871946, + "O": 0.0001902706135297194, + "W": 2.7951393349212594e-05, + "N": 0.00023345214140135795, + "Y": 0.017616624012589455, + "U": 1.4170874237606768e-05, + "K": 0.00046444596955552697, + "L": 3.0282299121608958e-05, + "G": 0.005403162911534309, + "F": 0.023958619683980942, + "E": 0.007763892412185669, + "T": 0.0037742594722658396, + "P": 0.22742924094200134, + "-": 0.7100326418876648 + }, + "id": "tp_18218" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2277277, + "label": "P", + "classification": { + "B": 2.7864371920927056e-10, + "S": 1.0791791939246398e-11, + "I": 3.911250587407267e-06, + "C": 2.9834215098389905e-08, + "R": 2.647158325874699e-10, + "M": 3.22133502095312e-08, + "O": 3.385678182254992e-09, + "W": 2.2864096033137216e-11, + "N": 1.4604323972378097e-08, + "Y": 1.0720773389039095e-06, + "U": 4.50111961591837e-11, + "K": 6.261584584166258e-10, + "L": 1.4638529277632983e-10, + "G": 6.365443141476135e-07, + "F": 3.2140214898390695e-05, + "E": 9.079450137505773e-06, + "T": 2.711742297378805e-07, + "P": 0.5783562064170837, + "-": 0.42159655690193176 + }, + "id": "tp_18219" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2277377, + "label": "P", + "classification": { + "B": 5.225416771281743e-06, + "S": 4.6951535637163033e-07, + "I": 0.0008948860340751708, + "C": 2.168698216564735e-07, + "R": 7.622363540349397e-08, + "M": 8.053685633058194e-06, + "O": 3.1210188353725243e-06, + "W": 7.387031075722916e-08, + "N": 2.2718380932928994e-05, + "Y": 5.253643848845968e-06, + "U": 8.277008411994302e-09, + "K": 2.0720778426408515e-09, + "L": 2.6755088811114547e-07, + "G": 8.126286047627218e-06, + "F": 1.5429615814355202e-05, + "E": 3.4774788218783215e-05, + "T": 2.238246815977618e-05, + "P": 0.9788893461227417, + "-": 0.02008945122361183 + }, + "id": "tp_18220" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2277511, + "label": "P", + "classification": { + "B": 6.080366432570372e-09, + "S": 1.42343843378967e-08, + "I": 8.267792145488784e-05, + "C": 2.926428521732305e-07, + "R": 3.289022032504363e-08, + "M": 7.729578328508069e-07, + "O": 1.6702361449461023e-07, + "W": 1.1435859370578783e-08, + "N": 3.307277665953734e-06, + "Y": 2.747903999988921e-05, + "U": 1.1455638215807085e-08, + "K": 4.4136410792816605e-07, + "L": 5.827223148457961e-09, + "G": 1.7177300151161035e-06, + "F": 0.0003216750337742269, + "E": 5.3679166740039364e-05, + "T": 1.5155509572650772e-05, + "P": 0.8254872560501099, + "-": 0.17400537431240082 + }, + "id": "tp_18221" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2277644, + "label": "-", + "classification": { + "B": 9.467362929171941e-07, + "S": 7.112063940439839e-06, + "I": 0.0006645680987276137, + "C": 1.013770634017419e-05, + "R": 3.039612693100935e-06, + "M": 8.452888141619042e-05, + "O": 3.582470162655227e-05, + "W": 5.144579972693464e-06, + "N": 7.91805941844359e-05, + "Y": 0.0011163007002323866, + "U": 1.5008664604465594e-06, + "K": 0.00013199049863032997, + "L": 1.777046350071032e-06, + "G": 0.00013315366231836379, + "F": 0.01265136431902647, + "E": 0.0006336523219943047, + "T": 0.0004772567190229893, + "P": 0.4674866795539856, + "-": 0.5164757966995239 + }, + "id": "tp_18222" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2277778, + "label": "-", + "classification": { + "B": 6.185870802255522e-07, + "S": 7.121666953935346e-07, + "I": 0.0003478929284028709, + "C": 2.891763870138675e-06, + "R": 9.814309578359826e-07, + "M": 2.9956625439808704e-05, + "O": 1.1372291737643536e-05, + "W": 5.401178668762441e-07, + "N": 6.077120360714616e-06, + "Y": 0.00021649329573847353, + "U": 1.0455475774051592e-07, + "K": 2.6074914671880833e-07, + "L": 1.3562914773501689e-06, + "G": 4.2450254113646224e-05, + "F": 0.002319898921996355, + "E": 0.0002277425373904407, + "T": 0.00013779378787148744, + "P": 0.3708837926387787, + "-": 0.6257691383361816 + }, + "id": "tp_18223" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2277878, + "label": "-", + "classification": { + "B": 8.140917107102297e-11, + "S": 3.5069121218089805e-11, + "I": 3.498057594697457e-07, + "C": 7.061540685526779e-09, + "R": 3.5997732572568e-10, + "M": 6.179039502285377e-08, + "O": 1.4586085228529555e-08, + "W": 2.820119832103174e-11, + "N": 1.081071232533759e-09, + "Y": 8.829763942230784e-07, + "U": 7.532718372671443e-12, + "K": 1.1529192314382875e-12, + "L": 9.867212602543418e-10, + "G": 5.905216653445677e-07, + "F": 9.056176168087404e-06, + "E": 8.962712172433385e-08, + "T": 4.916325451631565e-06, + "P": 0.186968132853508, + "-": 0.8130158185958862 + }, + "id": "tp_18224" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2278011, + "label": "P", + "classification": { + "B": 6.456788526065793e-08, + "S": 8.224494862929532e-09, + "I": 0.0001230830530403182, + "C": 3.8913358935133147e-07, + "R": 2.7329544849408194e-08, + "M": 2.566076091170544e-06, + "O": 6.071712164157361e-07, + "W": 8.686432906301889e-09, + "N": 2.4387322810071055e-06, + "Y": 6.511683295684634e-06, + "U": 7.314347794107334e-09, + "K": 5.3196245630715566e-08, + "L": 2.7755687526109796e-08, + "G": 1.5338655430241488e-05, + "F": 0.00020029995357617736, + "E": 0.00015584519132971764, + "T": 7.699421075813007e-06, + "P": 0.8228859305381775, + "-": 0.17659905552864075 + }, + "id": "tp_18225" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2278145, + "label": "P", + "classification": { + "B": 1.871115092835947e-14, + "S": 1.0056345811420772e-13, + "I": 5.468370289918312e-08, + "C": 1.9491452722675273e-12, + "R": 2.5027448510980474e-14, + "M": 3.6748014353715774e-11, + "O": 6.495410546231151e-12, + "W": 8.901496347749754e-14, + "N": 3.383605895468378e-10, + "Y": 9.446059046069877e-09, + "U": 2.0744092682207886e-14, + "K": 3.048128971450126e-10, + "L": 5.712372408591109e-15, + "G": 2.0022553059995118e-10, + "F": 4.854406597587513e-06, + "E": 3.819786513759027e-07, + "T": 4.3404968508298225e-09, + "P": 0.773501455783844, + "-": 0.22649326920509338 + }, + "id": "tp_18226" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2278278, + "label": "-", + "classification": { + "B": 3.3475018312856264e-07, + "S": 4.124796078031068e-07, + "I": 2.8214342819410376e-05, + "C": 1.1526384469107143e-06, + "R": 1.72547984789162e-07, + "M": 3.3688747862470336e-06, + "O": 6.343479981296696e-06, + "W": 5.487685825755761e-07, + "N": 4.163906396570383e-06, + "Y": 5.794405296910554e-05, + "U": 1.9681350238442974e-07, + "K": 9.653133020037785e-06, + "L": 1.2634707502456877e-07, + "G": 2.172228596464265e-05, + "F": 0.004479995463043451, + "E": 0.00014163061860017478, + "T": 4.5554214011644945e-05, + "P": 0.43133077025413513, + "-": 0.5638676285743713 + }, + "id": "tp_18227" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2278378, + "label": "-", + "classification": { + "B": 5.650999224116049e-09, + "S": 4.076176551848221e-08, + "I": 5.631645308312727e-06, + "C": 1.2666906741287676e-06, + "R": 1.650516310292005e-07, + "M": 9.564438414599863e-07, + "O": 1.1821276757473242e-06, + "W": 4.7175291228995775e-08, + "N": 5.998117558192462e-07, + "Y": 0.0001026964164339006, + "U": 5.7863771552035814e-09, + "K": 1.167631467069441e-06, + "L": 1.4139406978586067e-08, + "G": 1.9649869500426576e-05, + "F": 0.011080768890678883, + "E": 2.9389982955763116e-05, + "T": 2.119343298545573e-05, + "P": 0.20215320587158203, + "-": 0.7865820527076721 + }, + "id": "tp_18228" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2278512, + "label": "-", + "classification": { + "B": 1.9741990264776632e-09, + "S": 6.42981001774956e-09, + "I": 7.593065674882382e-05, + "C": 4.30897853220813e-06, + "R": 9.758088026501355e-07, + "M": 2.456078846080345e-06, + "O": 1.538387095934013e-06, + "W": 3.457039454701771e-08, + "N": 1.742888571243384e-06, + "Y": 0.00013854274584446102, + "U": 5.539051528558048e-08, + "K": 1.3774581475445302e-06, + "L": 3.747931032194174e-08, + "G": 1.932550367200747e-05, + "F": 0.00044012124999426305, + "E": 1.5694016838097014e-05, + "T": 0.00010716551332734525, + "P": 0.10851337015628815, + "-": 0.890677273273468 + }, + "id": "tp_18229" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2278645, + "label": "-", + "classification": { + "B": 3.0813485096814475e-08, + "S": 3.579878438131345e-08, + "I": 7.919281051727012e-05, + "C": 5.422571121016517e-06, + "R": 1.3987328202347271e-06, + "M": 1.1232711585762445e-05, + "O": 3.3194173738593236e-06, + "W": 1.1229646190713538e-07, + "N": 1.3518472314899554e-06, + "Y": 0.0003039505099877715, + "U": 1.3424472911083285e-07, + "K": 4.4022655742992356e-07, + "L": 2.25101672413075e-07, + "G": 3.238930366933346e-05, + "F": 0.00040470322710461915, + "E": 1.8960072338813916e-05, + "T": 0.0002342072839383036, + "P": 0.07140848785638809, + "-": 0.9274945855140686 + }, + "id": "tp_18230" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2278779, + "label": "-", + "classification": { + "B": 1.0515968540403264e-08, + "S": 1.4334268494398117e-10, + "I": 1.3324230167199858e-05, + "C": 1.0526148486178499e-07, + "R": 1.5146113696573593e-08, + "M": 2.1594537429336924e-06, + "O": 4.197333396405156e-07, + "W": 1.1487484297134642e-09, + "N": 2.913621344191597e-08, + "Y": 1.0928493793471716e-05, + "U": 4.2591052906715277e-10, + "K": 9.386828814239578e-11, + "L": 1.7916400807393984e-08, + "G": 8.925532711145934e-06, + "F": 4.25815142079955e-06, + "E": 2.375220219619223e-06, + "T": 1.3761274203716312e-05, + "P": 0.11105941236019135, + "-": 0.8888841867446899 + }, + "id": "tp_18231" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2278879, + "label": "-", + "classification": { + "B": 2.750975003351641e-09, + "S": 4.882285242757689e-09, + "I": 2.1854848455404863e-05, + "C": 1.3182025782043638e-07, + "R": 7.5942514499161e-09, + "M": 8.812621103970741e-07, + "O": 1.333627892563527e-07, + "W": 6.368793048494581e-09, + "N": 3.700412207763293e-07, + "Y": 2.02752162294928e-05, + "U": 2.160797540895487e-09, + "K": 3.858962145386613e-07, + "L": 3.390760339172516e-09, + "G": 2.9338082185859093e-06, + "F": 0.0010472560534253716, + "E": 0.00013310227950569242, + "T": 6.2987537603476085e-06, + "P": 0.35048142075538635, + "-": 0.648284912109375 + }, + "id": "tp_18232" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2279012, + "label": "P", + "classification": { + "B": 1.8437677908877959e-06, + "S": 1.0002637509387569e-06, + "I": 0.00044472963782027364, + "C": 5.107751235300384e-07, + "R": 4.9857703743327875e-08, + "M": 1.807065746106673e-05, + "O": 2.9978496058902238e-06, + "W": 2.2620420736529923e-07, + "N": 8.599162538303062e-05, + "Y": 5.349170351109933e-06, + "U": 6.475811886730298e-08, + "K": 4.542551437225484e-07, + "L": 1.563507794344332e-07, + "G": 1.533334216219373e-05, + "F": 8.989424532046542e-05, + "E": 0.0006995265139266849, + "T": 5.25519935763441e-05, + "P": 0.9744398593902588, + "-": 0.02414129674434662 + }, + "id": "tp_18233" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2279146, + "label": "-", + "classification": { + "B": 9.649937027234046e-08, + "S": 1.2639803514957748e-07, + "I": 4.542184979072772e-05, + "C": 1.4744803138455609e-06, + "R": 1.5880195292083954e-07, + "M": 5.816392331325915e-06, + "O": 1.4914413668520865e-06, + "W": 6.776822658594028e-08, + "N": 2.4117300654324936e-06, + "Y": 0.00041292665991932154, + "U": 6.323998036350531e-08, + "K": 2.406234671070706e-06, + "L": 6.466304114383092e-08, + "G": 3.2971689506666735e-05, + "F": 0.001032087835483253, + "E": 4.457960312720388e-05, + "T": 0.00015020383580122143, + "P": 0.20426146686077118, + "-": 0.7940061092376709 + }, + "id": "tp_18234" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2279279, + "label": "-", + "classification": { + "B": 7.359666653883323e-09, + "S": 2.1430230923158433e-09, + "I": 9.658084309194237e-06, + "C": 9.648186249933133e-08, + "R": 1.1961558854522991e-08, + "M": 1.0358642157370923e-06, + "O": 2.7507124400472094e-07, + "W": 2.673050003565436e-09, + "N": 1.0443714160146556e-07, + "Y": 3.083420961047523e-05, + "U": 1.6835194349695826e-09, + "K": 3.983516627670269e-09, + "L": 1.602937160782858e-08, + "G": 4.9232271521759685e-06, + "F": 0.00013328161730896682, + "E": 6.42607346890145e-06, + "T": 2.2393911422113888e-05, + "P": 0.18623992800712585, + "-": 0.8135510087013245 + }, + "id": "tp_18235" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2279379, + "label": "-", + "classification": { + "B": 2.632247753098227e-09, + "S": 7.877710039849717e-09, + "I": 4.30981981480727e-06, + "C": 3.651821316452697e-07, + "R": 2.341362836943972e-08, + "M": 3.950068730773637e-06, + "O": 8.28774147976219e-07, + "W": 4.125403130217364e-09, + "N": 1.1913145669950609e-07, + "Y": 5.5304699344560504e-05, + "U": 1.951819594836479e-09, + "K": 7.641092203414246e-09, + "L": 1.6422252002712412e-08, + "G": 7.03856312611606e-06, + "F": 8.362220251001418e-05, + "E": 3.4963948110089405e-06, + "T": 7.39755923859775e-05, + "P": 0.06318357586860657, + "-": 0.9365833401679993 + }, + "id": "tp_18236" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2279513, + "label": "-", + "classification": { + "B": 2.0304506165302882e-07, + "S": 2.980316935463634e-07, + "I": 0.0007460303604602814, + "C": 0.00010890574048971757, + "R": 1.7230799130629748e-05, + "M": 0.00022451103723142296, + "O": 1.9677381715155207e-05, + "W": 7.001945618867467e-07, + "N": 9.04675016499823e-06, + "Y": 0.0018542433390393853, + "U": 1.1318811630189884e-06, + "K": 1.149876652561943e-06, + "L": 5.039516508986708e-06, + "G": 0.0002579297579359263, + "F": 0.000542948953807354, + "E": 0.00012129273090977222, + "T": 0.0023540998809039593, + "P": 0.1068769097328186, + "-": 0.8868586421012878 + }, + "id": "tp_18237" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2279646, + "label": "-", + "classification": { + "B": 2.373461711613345e-07, + "S": 3.65741747998527e-08, + "I": 0.00019249615434091538, + "C": 1.7983584257308394e-05, + "R": 1.7578012148078415e-06, + "M": 4.644916771212593e-05, + "O": 7.3752271418925375e-06, + "W": 1.7318689060630277e-07, + "N": 3.836279574898072e-06, + "Y": 0.0005820505321025848, + "U": 3.998928832515958e-07, + "K": 2.59787179857085e-06, + "L": 8.271730393971666e-07, + "G": 0.0001611070620128885, + "F": 0.0003268660802859813, + "E": 0.0002884272253140807, + "T": 0.0002940398990176618, + "P": 0.058525167405605316, + "-": 0.9395482540130615 + }, + "id": "tp_18238" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2279780, + "label": "-", + "classification": { + "B": 7.611574481813932e-09, + "S": 3.38072236871767e-09, + "I": 3.014583489857614e-05, + "C": 5.812642939417856e-06, + "R": 1.7667566964973958e-07, + "M": 2.871907099688542e-06, + "O": 3.796994292315503e-07, + "W": 1.4557850036567288e-08, + "N": 5.519112278307148e-07, + "Y": 8.301477646455169e-05, + "U": 3.7960653287427704e-08, + "K": 2.6068985334859462e-06, + "L": 2.1465019983679667e-08, + "G": 2.3792208594386466e-05, + "F": 0.0006507784710265696, + "E": 0.00011691998224705458, + "T": 2.2662166884401813e-05, + "P": 0.11806005984544754, + "-": 0.8810001611709595 + }, + "id": "tp_18239" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2279880, + "label": "-", + "classification": { + "B": 4.7104219902394107e-07, + "S": 3.112668123250728e-09, + "I": 6.209887214936316e-05, + "C": 2.2576368792215362e-06, + "R": 8.544863305814943e-08, + "M": 9.285070518672e-06, + "O": 1.7582459577170084e-06, + "W": 1.3951501287579049e-08, + "N": 3.3709869740050635e-07, + "Y": 2.2568414351553656e-05, + "U": 6.743777536399875e-09, + "K": 6.109691641498216e-10, + "L": 2.506596104012715e-07, + "G": 2.4644330551382154e-05, + "F": 2.0885812773485668e-05, + "E": 2.7751762900152244e-05, + "T": 2.164116631320212e-05, + "P": 0.35419541597366333, + "-": 0.6456104516983032 + }, + "id": "tp_18240" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2280013, + "label": "-", + "classification": { + "B": 0.000159819406690076, + "S": 1.4842521522950847e-06, + "I": 0.00031669982126913965, + "C": 3.846402250928804e-05, + "R": 7.957713933137711e-06, + "M": 0.0014242144534364343, + "O": 0.00016122472879942507, + "W": 2.4157293410098646e-06, + "N": 5.170297754375497e-06, + "Y": 0.0008864384726621211, + "U": 7.145446261347388e-07, + "K": 5.814557368921669e-08, + "L": 6.216448673512787e-05, + "G": 0.001576990238390863, + "F": 0.0004000260669272393, + "E": 0.0004985769628547132, + "T": 0.00139247952029109, + "P": 0.08008833229541779, + "-": 0.9129766821861267 + }, + "id": "tp_18241" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2280147, + "label": "-", + "classification": { + "B": 1.6335763852737273e-09, + "S": 4.786824825409042e-10, + "I": 1.351234004687285e-05, + "C": 5.390558612816676e-07, + "R": 2.1444972020390196e-08, + "M": 3.7700360735470895e-06, + "O": 2.7021599180443445e-07, + "W": 9.887506369210541e-10, + "N": 6.322991907836695e-08, + "Y": 0.00010090030264109373, + "U": 8.506478299530329e-10, + "K": 2.1362374091893344e-09, + "L": 9.751167873162103e-09, + "G": 1.5028044799691997e-05, + "F": 4.6367837057914585e-05, + "E": 5.970757683826378e-06, + "T": 5.1295399316586554e-05, + "P": 0.03745488449931145, + "-": 0.962307333946228 + }, + "id": "tp_18242" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2280280, + "label": "-", + "classification": { + "B": 2.068507001240505e-06, + "S": 3.842811111098854e-06, + "I": 0.00016177275392692536, + "C": 9.112304724112619e-06, + "R": 1.2197046999062877e-06, + "M": 4.573622572934255e-05, + "O": 2.8710830520140007e-05, + "W": 2.801031314447755e-06, + "N": 1.533183421997819e-05, + "Y": 0.00026406761026009917, + "U": 5.291704496812599e-07, + "K": 1.03918853255891e-06, + "L": 2.03233616957732e-06, + "G": 7.262320286827162e-05, + "F": 0.0014832804445177317, + "E": 0.00015601541963405907, + "T": 0.00040326392627321184, + "P": 0.3767019212245941, + "-": 0.6206445097923279 + }, + "id": "tp_18243" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2280380, + "label": "-", + "classification": { + "B": 1.343832956024471e-08, + "S": 4.037040701732053e-10, + "I": 6.840726655354956e-06, + "C": 3.459862796262314e-07, + "R": 1.6811101843927645e-08, + "M": 8.715008448234585e-07, + "O": 1.7704853405575705e-07, + "W": 1.915691605347547e-09, + "N": 4.7233228883669653e-08, + "Y": 1.3376949027588125e-05, + "U": 1.909963298629691e-09, + "K": 3.0777644877133525e-09, + "L": 1.3901397366566925e-08, + "G": 8.983094630821142e-06, + "F": 7.485059177270159e-05, + "E": 6.216850124474149e-06, + "T": 8.253537089331076e-06, + "P": 0.1873432695865631, + "-": 0.8125366568565369 + }, + "id": "tp_18244" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2280514, + "label": "-", + "classification": { + "B": 1.9687121266542817e-07, + "S": 2.2887180151087705e-08, + "I": 0.0004145897109992802, + "C": 6.969859532546252e-05, + "R": 7.834686584828887e-06, + "M": 5.864135528099723e-05, + "O": 8.011482350411825e-06, + "W": 1.4103724765845982e-07, + "N": 4.4836879169452e-06, + "Y": 0.0006031634984537959, + "U": 4.391929735447775e-07, + "K": 3.3362019280502864e-07, + "L": 1.9193389562133234e-06, + "G": 0.00030838188831694424, + "F": 0.0005404019029811025, + "E": 0.00010971917799906805, + "T": 0.0003465541813056916, + "P": 0.09865158796310425, + "-": 0.8988739252090454 + }, + "id": "tp_18245" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2280647, + "label": "-", + "classification": { + "B": 5.524543666979298e-05, + "S": 1.1643781363090966e-05, + "I": 0.000791517726611346, + "C": 6.75898845656775e-05, + "R": 8.438021723122802e-06, + "M": 0.0007275375537574291, + "O": 0.00011099987750640139, + "W": 5.471776603371836e-06, + "N": 5.995594256091863e-05, + "Y": 0.0011453644838184118, + "U": 1.9078997866017744e-06, + "K": 2.482484887877945e-06, + "L": 2.885378125938587e-05, + "G": 0.001337655121460557, + "F": 0.0062311748042702675, + "E": 0.00174305634573102, + "T": 0.0010911918943747878, + "P": 0.4648890495300293, + "-": 0.521690845489502 + }, + "id": "tp_18246" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2280781, + "label": "-", + "classification": { + "B": 4.1703483333321856e-08, + "S": 7.3674653044975e-09, + "I": 1.5659865084671765e-06, + "C": 3.558987060614527e-08, + "R": 5.47047340759832e-09, + "M": 1.3165830523576005e-06, + "O": 2.575980886376783e-07, + "W": 8.087545633195248e-10, + "N": 2.474532934115814e-08, + "Y": 2.6579620680422522e-05, + "U": 2.6201688041460613e-10, + "K": 1.3661308750911871e-09, + "L": 1.7409815811220142e-08, + "G": 1.1666354112094268e-05, + "F": 0.0005991989746689796, + "E": 4.243781404511537e-06, + "T": 3.655105683719739e-05, + "P": 0.08124829083681107, + "-": 0.9180702567100525 + }, + "id": "tp_18247" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2280881, + "label": "-", + "classification": { + "B": 5.015433381105883e-12, + "S": 2.1348526245412724e-12, + "I": 2.864809403035906e-07, + "C": 4.606449444111149e-09, + "R": 6.173882238780237e-11, + "M": 6.339724301085425e-09, + "O": 1.5681566045699924e-09, + "W": 7.484799238732798e-12, + "N": 9.127509859041538e-10, + "Y": 8.295152724713262e-07, + "U": 8.71080031022986e-12, + "K": 7.42911981932437e-11, + "L": 1.6838164543231393e-11, + "G": 5.0544521457140945e-08, + "F": 4.248558070685249e-06, + "E": 1.6273345693207375e-07, + "T": 4.561661910429393e-07, + "P": 0.09572458267211914, + "-": 0.9042693972587585 + }, + "id": "tp_18248" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2281014, + "label": "-", + "classification": { + "B": 3.30150178342592e-05, + "S": 4.813516352442093e-05, + "I": 0.0030813731718808413, + "C": 0.00023302440240513533, + "R": 0.0001073019448085688, + "M": 0.004838120192289352, + "O": 0.0004284213646315038, + "W": 3.656322223832831e-05, + "N": 0.00013362400932237506, + "Y": 0.026477940380573273, + "U": 1.044811142492108e-05, + "K": 6.955752178328112e-05, + "L": 0.00010014678991865367, + "G": 0.003973088692873716, + "F": 0.007571312598884106, + "E": 0.0027539122384041548, + "T": 0.0133137796074152, + "P": 0.07300471514463425, + "-": 0.8637855052947998 + }, + "id": "tp_18249" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2281148, + "label": "-", + "classification": { + "B": 1.4056033137421764e-07, + "S": 9.815089185849502e-08, + "I": 0.00034881095052696764, + "C": 2.3232680177898146e-05, + "R": 9.336341690868721e-07, + "M": 1.338051151833497e-05, + "O": 3.941380782634951e-06, + "W": 3.184945001066808e-07, + "N": 1.545666964375414e-05, + "Y": 0.000128447703900747, + "U": 3.4351330668869196e-07, + "K": 1.0249551451124717e-05, + "L": 2.4145728616531414e-07, + "G": 0.00010146659769816324, + "F": 0.0026565154548734426, + "E": 0.0009908698266372085, + "T": 4.29326573794242e-05, + "P": 0.49706342816352844, + "-": 0.4985992908477783 + }, + "id": "tp_18250" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2281281, + "label": "-", + "classification": { + "B": 6.039479333308506e-11, + "S": 6.500532750974841e-11, + "I": 1.093979903998843e-06, + "C": 2.8844992172594175e-08, + "R": 2.8601678803141795e-09, + "M": 1.7406080132786883e-07, + "O": 2.5434893302644923e-08, + "W": 2.0472877559907232e-10, + "N": 4.9102348853580224e-09, + "Y": 2.729857988015283e-05, + "U": 1.1274669392546954e-10, + "K": 2.895290451832011e-09, + "L": 4.238629447428366e-10, + "G": 8.330175091941783e-07, + "F": 6.750576721969992e-05, + "E": 1.046063289322774e-06, + "T": 5.1304546104802284e-06, + "P": 0.026919657364487648, + "-": 0.9729772210121155 + }, + "id": "tp_18251" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2281381, + "label": "-", + "classification": { + "B": 8.353998737220536e-08, + "S": 1.2995583276165235e-08, + "I": 8.271094884548802e-06, + "C": 5.987054692013771e-07, + "R": 1.1089685614251721e-08, + "M": 2.744951643762761e-06, + "O": 7.762942004774231e-07, + "W": 1.4217809152228256e-08, + "N": 2.5180983698191994e-07, + "Y": 1.3089063941151835e-05, + "U": 8.399803519409943e-09, + "K": 5.417161830223449e-08, + "L": 3.610259824426976e-08, + "G": 8.239791895903181e-06, + "F": 0.00024182174820452929, + "E": 2.32956008403562e-05, + "T": 2.057934398180805e-05, + "P": 0.20625391602516174, + "-": 0.7934260964393616 + }, + "id": "tp_18252" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2281515, + "label": "-", + "classification": { + "B": 4.9781551325622786e-08, + "S": 3.6281942783489285e-08, + "I": 4.98920344398357e-05, + "C": 1.619672957531293e-06, + "R": 1.1521825626914506e-07, + "M": 3.358694584676414e-06, + "O": 7.280858653757605e-07, + "W": 1.4158227656935196e-07, + "N": 1.9421418073761743e-06, + "Y": 0.00018570598331280053, + "U": 1.4120674052264803e-07, + "K": 4.903886292595416e-05, + "L": 2.4553244770686433e-08, + "G": 1.8821308913175017e-05, + "F": 0.0010466644307598472, + "E": 0.00018097678548656404, + "T": 4.739236464956775e-05, + "P": 0.2037513107061386, + "-": 0.7946619987487793 + }, + "id": "tp_18253" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2281648, + "label": "-", + "classification": { + "B": 2.1852658846910344e-06, + "S": 2.740397633260727e-07, + "I": 0.00045151825179345906, + "C": 4.5161792513681576e-05, + "R": 2.725020522120758e-06, + "M": 6.40959115116857e-05, + "O": 1.0810152161866426e-05, + "W": 5.01730880841933e-07, + "N": 1.3897888493374921e-05, + "Y": 0.0007851761183701456, + "U": 1.8181241330239573e-06, + "K": 3.590547930798493e-05, + "L": 1.5817752228031168e-06, + "G": 0.00047089834697544575, + "F": 0.0019958429038524628, + "E": 0.001040179398842156, + "T": 0.00033731249277479947, + "P": 0.23555925488471985, + "-": 0.7591809034347534 + }, + "id": "tp_18254" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2281782, + "label": "-", + "classification": { + "B": 1.8330257312015874e-09, + "S": 4.925583899084707e-11, + "I": 1.552617959532654e-06, + "C": 9.438150705420867e-09, + "R": 9.905327669201824e-10, + "M": 1.6854761497597792e-06, + "O": 4.143414500390463e-08, + "W": 8.289208208722698e-11, + "N": 2.1584647402761448e-09, + "Y": 1.7964444850804284e-05, + "U": 3.3725147674523726e-11, + "K": 5.6646968366047545e-11, + "L": 4.777870099559323e-09, + "G": 5.542392500501592e-06, + "F": 2.1564446797128767e-05, + "E": 2.403952748863958e-06, + "T": 1.6059133486123756e-05, + "P": 0.026011331006884575, + "-": 0.9739219546318054 + }, + "id": "tp_18255" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2281882, + "label": "-", + "classification": { + "B": 1.3149350497343448e-09, + "S": 1.379933251000054e-10, + "I": 2.574815027855948e-07, + "C": 2.874329219082483e-09, + "R": 2.521746977901529e-10, + "M": 5.759221721746144e-08, + "O": 6.070803237889777e-08, + "W": 2.430929069152654e-10, + "N": 1.9405699269725574e-09, + "Y": 7.916586355349864e-07, + "U": 4.495754810096564e-11, + "K": 1.3968279310994092e-10, + "L": 8.544182028558112e-10, + "G": 2.975829147544573e-07, + "F": 1.566652463225182e-05, + "E": 1.3292088851812878e-07, + "T": 1.6418071027146652e-06, + "P": 0.0693853348493576, + "-": 0.9305957555770874 + }, + "id": "tp_18256" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2282015, + "label": "-", + "classification": { + "B": 7.291399706232937e-10, + "S": 2.7937998581251122e-09, + "I": 3.0982687349023763e-06, + "C": 2.980847852995794e-07, + "R": 4.436918388250888e-08, + "M": 8.200377124012448e-07, + "O": 1.764646100355094e-07, + "W": 2.808594468106662e-09, + "N": 5.861347318614207e-08, + "Y": 7.164826820371673e-05, + "U": 1.9054386957151337e-09, + "K": 1.300719247865345e-07, + "L": 7.04720282129756e-09, + "G": 6.400908659998095e-06, + "F": 0.0012948750518262386, + "E": 5.569968834606698e-06, + "T": 2.4364288037759252e-05, + "P": 0.061857450753450394, + "-": 0.9367350935935974 + }, + "id": "tp_18257" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2282149, + "label": "-", + "classification": { + "B": 1.0230897906637892e-08, + "S": 1.9711121623799954e-09, + "I": 4.24713789470843e-06, + "C": 6.581211096090556e-07, + "R": 9.667131095625336e-09, + "M": 5.112525514050503e-07, + "O": 1.268960261313623e-07, + "W": 2.849320557274382e-09, + "N": 1.248893681804475e-07, + "Y": 3.3689342672005296e-05, + "U": 2.3070012566961395e-09, + "K": 3.681391831378278e-07, + "L": 2.599883863751984e-09, + "G": 8.460381650365889e-06, + "F": 0.0008593465317972004, + "E": 5.634913031826727e-05, + "T": 3.922004907508381e-06, + "P": 0.12464921921491623, + "-": 0.8743828535079956 + }, + "id": "tp_18258" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2282282, + "label": "-", + "classification": { + "B": 2.6960169652312516e-09, + "S": 1.2810508209781801e-09, + "I": 3.385112722753547e-05, + "C": 8.451026474176615e-07, + "R": 3.3998929893641616e-08, + "M": 2.074710664601298e-06, + "O": 1.4809658921421942e-07, + "W": 4.552855870088024e-09, + "N": 3.8645779909529665e-07, + "Y": 4.894153607892804e-05, + "U": 2.9796916045654598e-09, + "K": 5.613824214378837e-07, + "L": 4.899392891388743e-09, + "G": 1.1785736205638386e-05, + "F": 0.0007242308929562569, + "E": 0.00019912931020371616, + "T": 7.66271296015475e-06, + "P": 0.31498393416404724, + "-": 0.6839864253997803 + }, + "id": "tp_18259" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2282382, + "label": "P", + "classification": { + "B": 1.537116567362773e-08, + "S": 6.130695595629732e-08, + "I": 2.0070536265848204e-05, + "C": 4.105721984615229e-08, + "R": 2.7818074510577162e-09, + "M": 2.3271363716048654e-06, + "O": 5.872844326404447e-07, + "W": 1.2961606898898026e-08, + "N": 1.1166200692969142e-06, + "Y": 8.964387234300375e-06, + "U": 3.764223155400259e-09, + "K": 5.4020500073193034e-08, + "L": 9.234453202111581e-09, + "G": 1.0381169204265461e-06, + "F": 5.7875211496138945e-05, + "E": 2.383087485213764e-05, + "T": 4.992662798031233e-05, + "P": 0.5127880573272705, + "-": 0.48704594373703003 + }, + "id": "tp_18260" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2282516, + "label": "-", + "classification": { + "B": 2.763654549653438e-07, + "S": 9.217722407584006e-08, + "I": 2.1700263459933922e-05, + "C": 1.1680214129228261e-06, + "R": 1.246590528580782e-07, + "M": 2.710584567466867e-06, + "O": 2.260949713672744e-06, + "W": 1.5494995864173688e-07, + "N": 1.2589290463438374e-06, + "Y": 0.00010625315189827234, + "U": 7.683633640453991e-08, + "K": 8.464447205369652e-07, + "L": 8.015334174160671e-08, + "G": 1.9857394363498315e-05, + "F": 0.0005797096528112888, + "E": 1.6770392903708853e-05, + "T": 8.386515401070938e-05, + "P": 0.29594406485557556, + "-": 0.7032187581062317 + }, + "id": "tp_18261" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2282649, + "label": "-", + "classification": { + "B": 2.8248957733012503e-06, + "S": 6.018896783643868e-06, + "I": 0.0019013092387467623, + "C": 0.001380470348522067, + "R": 0.0001540559169370681, + "M": 0.0006464978214353323, + "O": 0.00018118515436071903, + "W": 1.5853085642447695e-05, + "N": 0.00016712934302631766, + "Y": 0.015660325065255165, + "U": 1.251946832780959e-05, + "K": 0.00029843521770089865, + "L": 2.207646866736468e-05, + "G": 0.0025383776519447565, + "F": 0.015354213304817677, + "E": 0.0036692533176392317, + "T": 0.002439680276438594, + "P": 0.08865439891815186, + "-": 0.866895318031311 + }, + "id": "tp_18262" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2282783, + "label": "-", + "classification": { + "B": 3.438733244820469e-07, + "S": 7.502679295612324e-07, + "I": 0.0003280919627286494, + "C": 1.9766051991609856e-05, + "R": 2.3405627871397883e-06, + "M": 1.3241274245956447e-05, + "O": 1.1123325748485513e-05, + "W": 8.249997449638613e-07, + "N": 1.3642315025208518e-05, + "Y": 0.00011331949644954875, + "U": 5.986217388453952e-07, + "K": 1.1583532568693045e-06, + "L": 1.2924903103339602e-06, + "G": 4.5389031583908945e-05, + "F": 0.0015867587644606829, + "E": 0.00018672237638384104, + "T": 0.00019711095956154168, + "P": 0.40440747141838074, + "-": 0.5930701494216919 + }, + "id": "tp_18263" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2282883, + "label": "-", + "classification": { + "B": 1.2536886195846364e-08, + "S": 1.6358356447199185e-08, + "I": 3.425312752369791e-05, + "C": 3.8435618421317486e-07, + "R": 3.062048037349996e-08, + "M": 1.024479297484504e-05, + "O": 8.762814900364901e-07, + "W": 2.679245625358817e-08, + "N": 7.34717787054251e-07, + "Y": 6.839739944553003e-05, + "U": 7.952865033189482e-09, + "K": 2.0736496253448422e-07, + "L": 2.4454251956740336e-08, + "G": 1.2325177522143349e-05, + "F": 0.0005430867313407362, + "E": 7.37921945983544e-05, + "T": 6.533936539199203e-05, + "P": 0.27959778904914856, + "-": 0.7195925116539001 + }, + "id": "tp_18264" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2283016, + "label": "-", + "classification": { + "B": 2.1410624384543553e-08, + "S": 5.44366685062414e-09, + "I": 1.3523895177058876e-05, + "C": 9.84372718448867e-07, + "R": 2.816242172798411e-08, + "M": 5.446318482427159e-06, + "O": 9.256095836462919e-07, + "W": 8.80925465907012e-09, + "N": 1.3635502682518563e-07, + "Y": 2.824767943820916e-05, + "U": 3.519478708469137e-09, + "K": 3.491563704827172e-09, + "L": 4.882653215076971e-08, + "G": 8.22709989733994e-06, + "F": 4.584132693707943e-05, + "E": 1.0082438166136853e-05, + "T": 3.292356268502772e-05, + "P": 0.07500865310430527, + "-": 0.9248448014259338 + }, + "id": "tp_18265" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2283150, + "label": "-", + "classification": { + "B": 1.1266717592661735e-05, + "S": 3.1225677048496436e-06, + "I": 0.0004347393405623734, + "C": 8.515720401192084e-05, + "R": 9.126590157393366e-06, + "M": 0.0002600463049020618, + "O": 5.631339445244521e-05, + "W": 3.7700428947573528e-06, + "N": 2.7006917662220076e-05, + "Y": 0.0012512780958786607, + "U": 2.9391776479315013e-06, + "K": 1.0519788702367805e-05, + "L": 1.1121140232717153e-05, + "G": 0.0006188911502249539, + "F": 0.004698098171502352, + "E": 0.000969273503869772, + "T": 0.0009497422724962234, + "P": 0.22011798620224, + "-": 0.770479679107666 + }, + "id": "tp_18266" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2283283, + "label": "-", + "classification": { + "B": 1.4151007121654402e-07, + "S": 1.0333818245555904e-08, + "I": 0.00010619432578096166, + "C": 1.2263143617019523e-05, + "R": 4.4997332793172973e-07, + "M": 2.5855326384771615e-05, + "O": 1.0055206303150044e-06, + "W": 1.7016022368920858e-08, + "N": 2.0903673885186436e-06, + "Y": 0.0003837812109850347, + "U": 8.796755679441048e-08, + "K": 3.112912963842973e-06, + "L": 1.6010528725018958e-07, + "G": 0.000287586881313473, + "F": 0.0022079290356487036, + "E": 0.0006798520917072892, + "T": 0.00015358613745775074, + "P": 0.18275701999664307, + "-": 0.8133789300918579 + }, + "id": "tp_18267" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2283383, + "label": "-", + "classification": { + "B": 6.163727861441259e-10, + "S": 1.1393749138610687e-10, + "I": 5.776839770987863e-06, + "C": 1.093943424734789e-07, + "R": 1.3273677712533072e-09, + "M": 1.3876008608804113e-07, + "O": 1.6783351597382534e-08, + "W": 2.344445471091916e-10, + "N": 3.653480007415055e-08, + "Y": 1.3343015780264977e-05, + "U": 2.667042975357248e-10, + "K": 5.267246194762265e-08, + "L": 1.6387233237047383e-10, + "G": 1.7400075194018427e-06, + "F": 8.169714419636875e-05, + "E": 1.2248432540218346e-05, + "T": 1.8704961348703364e-06, + "P": 0.12006568908691406, + "-": 0.8798173666000366 + }, + "id": "tp_18268" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2283517, + "label": "P", + "classification": { + "B": 6.918924100318691e-07, + "S": 2.862979044948588e-07, + "I": 0.0003887079074047506, + "C": 1.4213096619641874e-05, + "R": 2.386063897574786e-07, + "M": 3.4328728361288086e-05, + "O": 3.191793439327739e-06, + "W": 2.3530442661012785e-07, + "N": 2.0861676603090018e-05, + "Y": 0.00010498411575099453, + "U": 3.354792852405808e-07, + "K": 5.871553184988443e-06, + "L": 2.189099319593879e-07, + "G": 5.7759189076023176e-05, + "F": 0.0005532210925593972, + "E": 0.0012766773579642177, + "T": 9.327761654276401e-05, + "P": 0.6649419069290161, + "-": 0.33250299096107483 + }, + "id": "tp_18269" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2283650, + "label": "-", + "classification": { + "B": 6.847106305940542e-06, + "S": 1.1691613508446608e-05, + "I": 0.002568072872236371, + "C": 0.00020167697221040726, + "R": 3.365622615092434e-05, + "M": 0.0001651991915423423, + "O": 0.00011108678882010281, + "W": 3.622177609940991e-05, + "N": 0.0004335677658673376, + "Y": 0.0026750173419713974, + "U": 3.029180152225308e-05, + "K": 0.0026202350854873657, + "L": 9.261838386009913e-06, + "G": 0.001538101932965219, + "F": 0.014470032416284084, + "E": 0.01127119455486536, + "T": 0.0007817441946826875, + "P": 0.398584246635437, + "-": 0.5644518136978149 + }, + "id": "tp_18270" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2283750, + "label": "P", + "classification": { + "B": 2.2415562739297457e-07, + "S": 3.6892817689704316e-09, + "I": 1.6943908121902496e-05, + "C": 3.6147330462199534e-08, + "R": 1.6544867698087273e-09, + "M": 1.9011808944924269e-06, + "O": 5.309724429025664e-07, + "W": 4.968127242932496e-09, + "N": 3.623943598540791e-07, + "Y": 2.6350110147177475e-06, + "U": 1.0754785950695123e-09, + "K": 1.4534304870750248e-09, + "L": 1.2943343286053732e-08, + "G": 2.9612101570819505e-06, + "F": 2.1472795197041705e-05, + "E": 3.9887683669803664e-05, + "T": 6.7460714490152895e-06, + "P": 0.6376624703407288, + "-": 0.36224380135536194 + }, + "id": "tp_18271" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2283884, + "label": "P", + "classification": { + "B": 4.765876838064287e-06, + "S": 4.2790622956090374e-07, + "I": 0.0007002502679824829, + "C": 1.4384291716851294e-05, + "R": 1.6311503259203164e-06, + "M": 0.00012594171857926995, + "O": 9.63816637522541e-06, + "W": 4.956207249051658e-07, + "N": 1.5121893738978542e-05, + "Y": 0.0006686061387881637, + "U": 3.224890292585769e-07, + "K": 4.2419497958690044e-07, + "L": 1.8506849528421299e-06, + "G": 0.0002176630950998515, + "F": 0.000565829686820507, + "E": 0.0004746004124172032, + "T": 0.00044597810483537614, + "P": 0.5259810090065002, + "-": 0.47077104449272156 + }, + "id": "tp_18272" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2284017, + "label": "-", + "classification": { + "B": 1.6020056392562765e-08, + "S": 5.79268855105397e-10, + "I": 1.1339491720718797e-05, + "C": 5.42031060035697e-08, + "R": 2.5862727515146844e-09, + "M": 1.8890268620452844e-06, + "O": 9.86700214866687e-08, + "W": 9.267112632826979e-10, + "N": 8.601803358487814e-08, + "Y": 1.675920793786645e-05, + "U": 9.79724856797759e-10, + "K": 1.2977933172564349e-09, + "L": 4.951879795100922e-09, + "G": 2.7635098831524374e-06, + "F": 6.781168394809356e-06, + "E": 1.4887777979311068e-05, + "T": 5.593386595137417e-05, + "P": 0.3927045166492462, + "-": 0.6071848273277283 + }, + "id": "tp_18273" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2284151, + "label": "-", + "classification": { + "B": 7.881529456854608e-11, + "S": 2.140517277315901e-11, + "I": 2.4437263164145406e-06, + "C": 2.6976985978421908e-08, + "R": 5.41994227276632e-10, + "M": 1.051747915425949e-07, + "O": 4.868119241052682e-09, + "W": 5.101077893421291e-11, + "N": 8.665145045938516e-09, + "Y": 5.709982815460535e-06, + "U": 8.311448751463502e-11, + "K": 2.141368860009152e-09, + "L": 1.686617234764043e-10, + "G": 8.277412462120992e-07, + "F": 3.913065665983595e-05, + "E": 7.4105296334892046e-06, + "T": 1.853411617958045e-06, + "P": 0.30266162753105164, + "-": 0.6972808241844177 + }, + "id": "tp_18274" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2284251, + "label": "-", + "classification": { + "B": 1.4290105809777742e-06, + "S": 1.502326540503418e-06, + "I": 5.204200715525076e-05, + "C": 3.130538289042306e-06, + "R": 2.688169900011417e-07, + "M": 0.00011404231190681458, + "O": 2.989783934026491e-05, + "W": 6.335604894047719e-07, + "N": 2.2500003069581e-06, + "Y": 8.987628825707361e-05, + "U": 1.0090909796645064e-07, + "K": 1.2127733839406574e-07, + "L": 2.3931445412017638e-06, + "G": 5.832198075950146e-05, + "F": 0.000655517855193466, + "E": 4.411426925798878e-05, + "T": 0.0004104696854483336, + "P": 0.11848333477973938, + "-": 0.8800505995750427 + }, + "id": "tp_18275" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2284384, + "label": "-", + "classification": { + "B": 2.7189170737074164e-07, + "S": 1.3543566979024035e-07, + "I": 0.00029636273393407464, + "C": 2.03976669581607e-05, + "R": 2.651460363267688e-06, + "M": 1.0956019650620874e-05, + "O": 6.746789495082339e-06, + "W": 5.152163566890522e-07, + "N": 1.563897058076691e-05, + "Y": 0.00028889047098346055, + "U": 8.532966830898658e-07, + "K": 2.040862091234885e-05, + "L": 3.4451784358680015e-07, + "G": 8.552789950044826e-05, + "F": 0.002143195131793618, + "E": 0.0002818601205945015, + "T": 0.00015276178601197898, + "P": 0.32803332805633545, + "-": 0.668639063835144 + }, + "id": "tp_18276" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2284518, + "label": "-", + "classification": { + "B": 3.293592817499302e-05, + "S": 1.7065494830603711e-06, + "I": 4.870772681897506e-05, + "C": 9.503284672973678e-06, + "R": 8.141449825416203e-07, + "M": 0.00023734141723252833, + "O": 5.3904564992990345e-05, + "W": 1.6963319922069786e-06, + "N": 2.247990551040857e-06, + "Y": 0.00017738202586770058, + "U": 1.5825180810224992e-07, + "K": 3.5717326341000444e-07, + "L": 5.790298018837348e-06, + "G": 0.00022437071311287582, + "F": 0.002998753683641553, + "E": 0.0001955177285708487, + "T": 0.00018050559447146952, + "P": 0.10391903668642044, + "-": 0.891909122467041 + }, + "id": "tp_18277" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2284651, + "label": "-", + "classification": { + "B": 7.71351385542296e-12, + "S": 3.443939577962851e-11, + "I": 1.4565630124252493e-07, + "C": 5.2827799912336104e-09, + "R": 2.6078869619361456e-10, + "M": 2.4555836475315118e-08, + "O": 6.128178853259669e-09, + "W": 8.064538620233819e-11, + "N": 3.0712730136883692e-09, + "Y": 4.9255745580012444e-06, + "U": 4.265052894192323e-11, + "K": 1.4047628837943194e-07, + "L": 3.490642150327794e-11, + "G": 3.157776120588096e-07, + "F": 0.0004481362411752343, + "E": 1.1840785418826272e-06, + "T": 7.640138619535719e-07, + "P": 0.04131453484296799, + "-": 0.9582297801971436 + }, + "id": "tp_18278" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2284751, + "label": "-", + "classification": { + "B": 2.446871076244861e-05, + "S": 1.1785423339460976e-05, + "I": 0.0019442836055532098, + "C": 0.0008754384471103549, + "R": 5.0434340664651245e-05, + "M": 0.000522409740369767, + "O": 0.00011450237798271701, + "W": 1.4407078197109513e-05, + "N": 0.00020308665989432484, + "Y": 0.0037368142511695623, + "U": 1.641833659959957e-05, + "K": 0.00023969163885340095, + "L": 2.3819950001779944e-05, + "G": 0.0018257914343848825, + "F": 0.020287610590457916, + "E": 0.006091754883527756, + "T": 0.0010738254059106112, + "P": 0.3324660062789917, + "-": 0.6304774284362793 + }, + "id": "tp_18279" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2284885, + "label": "-", + "classification": { + "B": 2.183755620777106e-09, + "S": 7.41752215205338e-10, + "I": 1.0395012850494822e-06, + "C": 1.0833415942101965e-08, + "R": 1.6414163084288447e-10, + "M": 4.000837066087115e-07, + "O": 2.4194077852257578e-08, + "W": 3.4392655390291793e-10, + "N": 3.2535400151800786e-08, + "Y": 1.0498190022190101e-05, + "U": 1.6319356976879362e-10, + "K": 1.4189535590958258e-07, + "L": 3.2525376836289865e-10, + "G": 3.6165290566714248e-06, + "F": 0.0007268919725902379, + "E": 9.714309999253601e-05, + "T": 4.723541678686161e-06, + "P": 0.28163909912109375, + "-": 0.717516303062439 + }, + "id": "tp_18280" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2285018, + "label": "P", + "classification": { + "B": 1.82848669538771e-08, + "S": 1.7307144162259647e-08, + "I": 7.215889490908012e-05, + "C": 1.0598428161756601e-06, + "R": 4.1927432192778724e-08, + "M": 1.4097230405241135e-06, + "O": 3.262872780851467e-07, + "W": 2.1029583407994323e-08, + "N": 3.335523842906696e-06, + "Y": 3.784919681493193e-05, + "U": 2.822680933434185e-08, + "K": 1.5726446918051806e-06, + "L": 7.584676886551733e-09, + "G": 6.261149792408105e-06, + "F": 0.00031518502510152757, + "E": 0.00018746638670563698, + "T": 2.0618343114620075e-05, + "P": 0.6095053553581238, + "-": 0.3898472487926483 + }, + "id": "tp_18281" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2285152, + "label": "-", + "classification": { + "B": 9.992607374442741e-06, + "S": 2.3127033728087554e-06, + "I": 0.0002862054097931832, + "C": 2.0465211491682567e-05, + "R": 1.267858920073195e-06, + "M": 0.00010871318954741582, + "O": 3.207062036381103e-05, + "W": 2.6647653612599242e-06, + "N": 2.7589319870457985e-05, + "Y": 0.0004059103084728122, + "U": 1.6438277725683292e-06, + "K": 2.1727506464230828e-05, + "L": 3.5394500628171954e-06, + "G": 0.0003086646902374923, + "F": 0.00199747271835804, + "E": 0.001715469523333013, + "T": 0.0003236057236790657, + "P": 0.300272136926651, + "-": 0.694458544254303 + }, + "id": "tp_18282" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2285252, + "label": "-", + "classification": { + "B": 2.0453106230888807e-07, + "S": 1.546333550095369e-07, + "I": 0.00020223991305101663, + "C": 1.3773930731986184e-05, + "R": 6.201328233146342e-07, + "M": 5.344533929019235e-05, + "O": 2.2054982764529996e-06, + "W": 1.0784198423152702e-07, + "N": 2.7797118491434958e-06, + "Y": 0.0003350372426211834, + "U": 5.6132606118808326e-08, + "K": 2.853930936908e-06, + "L": 3.267505803705717e-07, + "G": 0.00015655187598895282, + "F": 0.003925601951777935, + "E": 0.00032803916838020086, + "T": 0.00011754874867619947, + "P": 0.20458973944187164, + "-": 0.7902688384056091 + }, + "id": "tp_18283" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2285385, + "label": "-", + "classification": { + "B": 1.521057015452243e-06, + "S": 9.26464679196215e-07, + "I": 0.0007195748039521277, + "C": 0.00016228902677539736, + "R": 2.4815895812935196e-05, + "M": 0.00016889201651792973, + "O": 3.621616633608937e-05, + "W": 2.335186081836582e-06, + "N": 1.9205777789466083e-05, + "Y": 0.0013297968544065952, + "U": 2.1824382656632224e-06, + "K": 3.570717581169447e-06, + "L": 8.855006853991654e-06, + "G": 0.0004407225933391601, + "F": 0.0033584507182240486, + "E": 0.0002921770792454481, + "T": 0.0008480979595333338, + "P": 0.20046308636665344, + "-": 0.7921172380447388 + }, + "id": "tp_18284" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2285519, + "label": "-", + "classification": { + "B": 6.395848117790592e-07, + "S": 8.840549412525434e-07, + "I": 0.00031206588027998805, + "C": 4.937815174343996e-05, + "R": 4.632779564417433e-06, + "M": 1.3717755791731179e-05, + "O": 1.309164690610487e-05, + "W": 2.5709134661155986e-06, + "N": 4.632428317563608e-05, + "Y": 0.0003367736062500626, + "U": 2.7874496026925044e-06, + "K": 0.00017090489563997835, + "L": 6.737334956596897e-07, + "G": 7.34628047212027e-05, + "F": 0.006763946730643511, + "E": 0.0007918865303508937, + "T": 0.00027844938449561596, + "P": 0.38211894035339355, + "-": 0.609018862247467 + }, + "id": "tp_18285" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2285652, + "label": "-", + "classification": { + "B": 5.881690157139019e-08, + "S": 8.520770933273525e-08, + "I": 0.0009835701202973723, + "C": 9.462843081564642e-06, + "R": 6.656700293206086e-07, + "M": 1.767778849171009e-05, + "O": 3.2277387163048843e-06, + "W": 2.1221985946340283e-07, + "N": 1.4686728718515951e-05, + "Y": 0.00016142919776029885, + "U": 2.594049419712974e-07, + "K": 7.232643383758841e-06, + "L": 1.93095189615633e-07, + "G": 4.739175346912816e-05, + "F": 0.0010412315605208278, + "E": 0.0003972949634771794, + "T": 9.424723975826055e-05, + "P": 0.29324156045913696, + "-": 0.7039794921875 + }, + "id": "tp_18286" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2285752, + "label": "-", + "classification": { + "B": 3.1396078270518046e-07, + "S": 6.497811000372167e-07, + "I": 0.000437518407125026, + "C": 4.551252641249448e-05, + "R": 6.131845566414995e-06, + "M": 2.6229781724396162e-05, + "O": 1.3763261449639685e-05, + "W": 1.4244919839256909e-06, + "N": 3.297515650046989e-05, + "Y": 0.0005512591451406479, + "U": 1.2449048654161743e-06, + "K": 4.842053385800682e-05, + "L": 6.594561909878394e-07, + "G": 0.00011222885950701311, + "F": 0.004092061426490545, + "E": 0.00030679121846333146, + "T": 0.0002816393971443176, + "P": 0.280821293592453, + "-": 0.7132198214530945 + }, + "id": "tp_18287" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2285886, + "label": "-", + "classification": { + "B": 5.647458601742983e-05, + "S": 0.00011768585682148114, + "I": 0.005134915001690388, + "C": 0.0008473285124637187, + "R": 0.0002064922300633043, + "M": 0.0008397104684263468, + "O": 0.0008975573582574725, + "W": 0.00016515226161573082, + "N": 0.0015779220266267657, + "Y": 0.004392414819449186, + "U": 0.00016126607079058886, + "K": 0.003145425347611308, + "L": 6.658738129772246e-05, + "G": 0.003178158076480031, + "F": 0.02528061531484127, + "E": 0.00791822001338005, + "T": 0.0033852695487439632, + "P": 0.3725648522377014, + "-": 0.5700640082359314 + }, + "id": "tp_18288" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2286019, + "label": "-", + "classification": { + "B": 1.317933424616058e-07, + "S": 7.335466989388806e-08, + "I": 7.775218546157703e-05, + "C": 1.2874183994426858e-05, + "R": 1.212345523526892e-06, + "M": 1.7913522242452018e-05, + "O": 5.7388224377064034e-06, + "W": 1.550908450553834e-07, + "N": 1.5349194200098282e-06, + "Y": 0.00017549117910675704, + "U": 2.0455482285797189e-07, + "K": 5.460448164740228e-07, + "L": 8.841433896122908e-07, + "G": 7.263505540322512e-05, + "F": 0.0011099426774308085, + "E": 4.9337249947711825e-05, + "T": 0.0002098600525641814, + "P": 0.08790984749794006, + "-": 0.9103538990020752 + }, + "id": "tp_18289" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2286153, + "label": "-", + "classification": { + "B": 3.1642622388972086e-07, + "S": 2.607069689020136e-07, + "I": 8.827571582514793e-05, + "C": 2.5052117962331977e-06, + "R": 2.6730566560217994e-07, + "M": 2.673671224329155e-05, + "O": 5.887779025215423e-06, + "W": 2.3137481264257076e-07, + "N": 5.382686595112318e-06, + "Y": 0.00025694366195239127, + "U": 1.0437217667913501e-07, + "K": 1.8596870177134406e-06, + "L": 2.174485587147501e-07, + "G": 5.2064453484490514e-05, + "F": 0.0013168161967769265, + "E": 0.00017740622570272535, + "T": 0.00015723226533737034, + "P": 0.21648098528385162, + "-": 0.7814265489578247 + }, + "id": "tp_18290" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2286253, + "label": "-", + "classification": { + "B": 1.593130605215265e-08, + "S": 1.9462702560701928e-09, + "I": 3.614731031120755e-05, + "C": 2.989425865962403e-06, + "R": 9.395487410301939e-08, + "M": 1.1292696399323177e-05, + "O": 5.109361040922522e-07, + "W": 8.117662098072742e-09, + "N": 3.496084275411704e-07, + "Y": 0.0001852245768532157, + "U": 1.7680218178384166e-08, + "K": 2.979246858103579e-07, + "L": 3.501895307067571e-08, + "G": 2.601962478365749e-05, + "F": 0.00011591533984756097, + "E": 0.0001186260487884283, + "T": 4.81870629300829e-05, + "P": 0.08854171633720398, + "-": 0.9109126329421997 + }, + "id": "tp_18291" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2286386, + "label": "-", + "classification": { + "B": 3.0194049482901164e-09, + "S": 1.464115079174988e-10, + "I": 2.278839701830293e-06, + "C": 3.222131450542065e-09, + "R": 1.6327278418160063e-10, + "M": 3.599442663926311e-07, + "O": 1.8438893079064655e-08, + "W": 9.271365619678562e-11, + "N": 2.4117372543486226e-09, + "Y": 6.4096889218490105e-06, + "U": 1.309203266630643e-11, + "K": 2.9116485698171823e-12, + "L": 1.986650621788044e-09, + "G": 3.5009045973311004e-07, + "F": 1.0229729014099576e-05, + "E": 6.550689022333245e-07, + "T": 5.71990676689893e-06, + "P": 0.1278316229581833, + "-": 0.8721422553062439 + }, + "id": "tp_18292" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2286520, + "label": "-", + "classification": { + "B": 1.6220769794017542e-06, + "S": 3.494328097985999e-07, + "I": 4.568590156850405e-05, + "C": 3.909174211003119e-06, + "R": 1.844984893750734e-07, + "M": 1.9589182556956075e-05, + "O": 6.4688156271586195e-06, + "W": 3.587552157569007e-07, + "N": 3.962986738770269e-06, + "Y": 0.00021391823247540742, + "U": 4.6496157324327214e-07, + "K": 3.836570158455288e-06, + "L": 3.126093872651836e-07, + "G": 4.167996303294785e-05, + "F": 0.00023976975353434682, + "E": 9.874621900962666e-05, + "T": 0.0002854542399290949, + "P": 0.2004232406616211, + "-": 0.798610508441925 + }, + "id": "tp_18293" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2286653, + "label": "-", + "classification": { + "B": 3.781644331013467e-09, + "S": 3.4852627450732143e-09, + "I": 9.386381861986592e-06, + "C": 4.2079324202859425e-07, + "R": 2.3261058856860473e-08, + "M": 3.324437045648665e-07, + "O": 1.9401517192818574e-07, + "W": 7.467267693073154e-09, + "N": 2.5802373215810803e-07, + "Y": 3.246030246373266e-05, + "U": 8.978548571292322e-09, + "K": 5.278417916088074e-07, + "L": 3.369178269707618e-09, + "G": 4.529410034592729e-06, + "F": 0.00042424327693879604, + "E": 1.3650582332047634e-05, + "T": 8.709594112588093e-06, + "P": 0.19430610537528992, + "-": 0.8051990270614624 + }, + "id": "tp_18294" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2286753, + "label": "-", + "classification": { + "B": 7.766303711242983e-10, + "S": 2.1816341788660765e-10, + "I": 2.5237316094717244e-06, + "C": 4.0993242578224454e-08, + "R": 1.4871787135106729e-09, + "M": 1.5479247394978302e-07, + "O": 1.8854148464697573e-08, + "W": 1.1375723696360751e-09, + "N": 3.3860555248566016e-08, + "Y": 1.5988365703378804e-05, + "U": 7.71137931288024e-10, + "K": 1.2322396969466354e-07, + "L": 6.064402313654682e-10, + "G": 8.566076417082513e-07, + "F": 0.0002668314555194229, + "E": 1.7796382962842472e-05, + "T": 3.173390950905741e-06, + "P": 0.27854496240615845, + "-": 0.7211475968360901 + }, + "id": "tp_18295" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2286887, + "label": "-", + "classification": { + "B": 1.215968268297729e-07, + "S": 6.617963954624884e-09, + "I": 2.4696557375136763e-05, + "C": 2.578510475359508e-06, + "R": 7.177503391631035e-08, + "M": 9.362997843709309e-06, + "O": 1.1048801979995915e-06, + "W": 2.1414738426983604e-08, + "N": 4.6770054495937075e-07, + "Y": 0.00020172770018689334, + "U": 2.7129846813522818e-08, + "K": 2.1583323928098253e-07, + "L": 7.275932745187674e-08, + "G": 4.322694439906627e-05, + "F": 0.0001356771244900301, + "E": 6.459157157223672e-05, + "T": 9.179690823657438e-05, + "P": 0.08717826008796692, + "-": 0.9122459888458252 + }, + "id": "tp_18296" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2287020, + "label": "-", + "classification": { + "B": 7.477643976017134e-06, + "S": 7.775683116051368e-06, + "I": 0.0011282628402113914, + "C": 1.493568197474815e-05, + "R": 7.462925623258343e-06, + "M": 0.0002330230054212734, + "O": 7.614332571392879e-05, + "W": 1.10212340587168e-05, + "N": 7.992836617631838e-05, + "Y": 0.0030380557291209698, + "U": 4.906222784484271e-06, + "K": 0.0001333025866188109, + "L": 5.550213245442137e-06, + "G": 0.0005072355270385742, + "F": 0.004212242551147938, + "E": 0.0011478033848106861, + "T": 0.0025023024063557386, + "P": 0.19576777517795563, + "-": 0.7911148071289062 + }, + "id": "tp_18297" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2287154, + "label": "-", + "classification": { + "B": 1.8311447913532675e-09, + "S": 5.348254727977064e-09, + "I": 1.745640292938333e-05, + "C": 1.4524316611641552e-06, + "R": 1.138474559070346e-07, + "M": 1.5034237321742694e-06, + "O": 4.5892736011410307e-07, + "W": 1.076489386520052e-08, + "N": 2.2215741068976058e-07, + "Y": 8.313335274579003e-05, + "U": 1.2777435998145847e-08, + "K": 2.6778939954397174e-08, + "L": 3.517776647754545e-08, + "G": 4.884634563495638e-06, + "F": 0.00018992918194271624, + "E": 4.350794370111544e-06, + "T": 5.784121822216548e-05, + "P": 0.08303669840097427, + "-": 0.916601836681366 + }, + "id": "tp_18298" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2287254, + "label": "-", + "classification": { + "B": 1.6397853561112008e-11, + "S": 1.3481176244778403e-11, + "I": 9.903716318149236e-07, + "C": 3.777629942192107e-08, + "R": 6.241130945383588e-10, + "M": 2.9373000032251184e-08, + "O": 5.234193523051545e-09, + "W": 2.986768124491057e-11, + "N": 8.45066683297091e-09, + "Y": 4.05140644943458e-06, + "U": 1.6541862324359613e-10, + "K": 1.2098857915532335e-08, + "L": 1.1523349635611524e-10, + "G": 6.188320753608423e-07, + "F": 0.00011772592552006245, + "E": 9.623603318686946e-07, + "T": 1.7635410358707304e-06, + "P": 0.09037424623966217, + "-": 0.9094995260238647 + }, + "id": "tp_18299" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2287387, + "label": "-", + "classification": { + "B": 1.688099082741701e-08, + "S": 3.3274915267611505e-08, + "I": 8.370952127734199e-05, + "C": 5.819950388286088e-07, + "R": 2.9515611288388754e-08, + "M": 2.483485332049895e-06, + "O": 6.478361456174753e-07, + "W": 3.765130074384615e-08, + "N": 3.697881311381934e-06, + "Y": 3.9711219869786873e-05, + "U": 4.631975514257647e-08, + "K": 2.174795099563198e-06, + "L": 1.519994263787794e-08, + "G": 5.307644642016385e-06, + "F": 0.00023063462867867202, + "E": 9.632168803364038e-05, + "T": 8.253071428043768e-05, + "P": 0.4054701328277588, + "-": 0.5939818620681763 + }, + "id": "tp_18300" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2287521, + "label": "-", + "classification": { + "B": 1.1330643019391573e-06, + "S": 1.6450702844394982e-07, + "I": 0.00011242252367082983, + "C": 3.4867266549554188e-06, + "R": 4.6588303348471527e-07, + "M": 3.406452378840186e-05, + "O": 1.2331905963947065e-05, + "W": 3.22928826790303e-07, + "N": 2.8018614557367982e-06, + "Y": 0.00013252247299533337, + "U": 1.0935688976587699e-07, + "K": 2.385901325396844e-07, + "L": 1.1736115084204357e-06, + "G": 0.0001252410584129393, + "F": 0.0006650950526818633, + "E": 0.00017521047266200185, + "T": 0.00017109837790485471, + "P": 0.18047884106636047, + "-": 0.8180832862854004 + }, + "id": "tp_18301" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2287654, + "label": "-", + "classification": { + "B": 1.2482388456191984e-06, + "S": 6.938510068721371e-07, + "I": 0.0004711927904281765, + "C": 2.517752545827534e-05, + "R": 3.444405137997819e-06, + "M": 0.00014154560631141067, + "O": 1.791564136510715e-05, + "W": 9.740392670209985e-07, + "N": 2.172770291508641e-05, + "Y": 0.001047081546857953, + "U": 5.119607067172183e-07, + "K": 1.0463742910360452e-05, + "L": 1.1780504109992762e-06, + "G": 0.0002970681816805154, + "F": 0.0022548530250787735, + "E": 0.001238435972481966, + "T": 0.00048664360656403005, + "P": 0.30359920859336853, + "-": 0.6903806328773499 + }, + "id": "tp_18302" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2287754, + "label": "-", + "classification": { + "B": 6.7981486608914565e-06, + "S": 2.7683115604304476e-06, + "I": 0.0002924211439676583, + "C": 2.1267598640406504e-05, + "R": 1.85093642812717e-06, + "M": 5.656483335769735e-05, + "O": 2.8584803658304736e-05, + "W": 1.4754306221220759e-06, + "N": 1.831473309721332e-05, + "Y": 6.36087788734585e-05, + "U": 8.902284207579214e-07, + "K": 3.0349899589054985e-06, + "L": 3.39498410539818e-06, + "G": 0.00017931664478965104, + "F": 0.0025228552985936403, + "E": 0.0004876554012298584, + "T": 0.00014779134653508663, + "P": 0.45115816593170166, + "-": 0.5450032949447632 + }, + "id": "tp_18303" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2287888, + "label": "-", + "classification": { + "B": 1.419090400744949e-09, + "S": 3.9768999204881084e-10, + "I": 2.4813305572024547e-05, + "C": 1.0195044524152763e-06, + "R": 4.887404259079631e-08, + "M": 1.2298650062803063e-06, + "O": 1.2982476960132772e-07, + "W": 1.76099368420779e-09, + "N": 1.8854170491522382e-07, + "Y": 8.900531975086778e-05, + "U": 3.3014981859480486e-09, + "K": 3.9418104336164106e-08, + "L": 6.964121279651181e-09, + "G": 6.3556931308994535e-06, + "F": 0.0001874508598120883, + "E": 1.9252696802141145e-05, + "T": 1.1121829629701097e-05, + "P": 0.13953426480293274, + "-": 0.8601250648498535 + }, + "id": "tp_18304" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2288021, + "label": "-", + "classification": { + "B": 4.7304410388804286e-11, + "S": 1.6925051637972643e-10, + "I": 4.0071745388559066e-06, + "C": 3.341357057706773e-08, + "R": 2.1325816668138486e-09, + "M": 1.8433063075917744e-08, + "O": 2.8376287986020543e-08, + "W": 3.640930057446923e-10, + "N": 1.2560914797177247e-07, + "Y": 1.3165447853680234e-05, + "U": 8.01648469828109e-10, + "K": 1.9477394630484923e-07, + "L": 1.1855569304053404e-10, + "G": 3.502522361031879e-07, + "F": 4.326019552536309e-05, + "E": 1.8105538401869126e-06, + "T": 5.351341314963065e-06, + "P": 0.08162149041891098, + "-": 0.9183101654052734 + }, + "id": "tp_18305" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2288155, + "label": "-", + "classification": { + "B": 1.0727087101258803e-05, + "S": 5.785270786873298e-07, + "I": 0.00016265676822513342, + "C": 1.1209976946702227e-05, + "R": 1.914252379719983e-06, + "M": 6.529222446260974e-05, + "O": 3.415166065678932e-05, + "W": 1.0129219845111948e-06, + "N": 6.238720743567683e-06, + "Y": 0.00020035078341607004, + "U": 3.336301688250387e-07, + "K": 7.861524977670342e-07, + "L": 3.937680958188139e-06, + "G": 0.0002843646507244557, + "F": 0.0019893625285476446, + "E": 0.0004118649521842599, + "T": 0.0001867795072030276, + "P": 0.235757514834404, + "-": 0.7608709335327148 + }, + "id": "tp_18306" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2288255, + "label": "-", + "classification": { + "B": 6.747944212293078e-07, + "S": 5.22686946169415e-07, + "I": 0.00025098066544160247, + "C": 2.3765331206959672e-05, + "R": 2.921174655057257e-06, + "M": 1.8426684619043954e-05, + "O": 1.2815997251891531e-05, + "W": 7.930022434265993e-07, + "N": 1.491407510911813e-05, + "Y": 0.0005198871367610991, + "U": 7.930279934953433e-07, + "K": 9.838893674896099e-06, + "L": 8.189804816538526e-07, + "G": 9.844848682405427e-05, + "F": 0.0026362985372543335, + "E": 0.00014568264305125922, + "T": 0.00026817433536052704, + "P": 0.1725456267595291, + "-": 0.823448657989502 + }, + "id": "tp_18307" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2288388, + "label": "-", + "classification": { + "B": 2.5690196636674045e-09, + "S": 3.28314958553122e-10, + "I": 7.1049598773242906e-06, + "C": 2.0839345893364225e-07, + "R": 1.0276441919643275e-08, + "M": 3.5395885333855404e-07, + "O": 7.638364962758715e-08, + "W": 1.9254946526103822e-09, + "N": 8.666106054988632e-08, + "Y": 1.822667218220886e-05, + "U": 3.029355433170622e-09, + "K": 3.305655980057054e-07, + "L": 1.6015702097860185e-09, + "G": 5.073029569757637e-06, + "F": 0.00035433395532891154, + "E": 2.2139409338706173e-05, + "T": 5.157490704732481e-06, + "P": 0.2047242671251297, + "-": 0.7948627471923828 + }, + "id": "tp_18308" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2288522, + "label": "-", + "classification": { + "B": 3.320425534525384e-08, + "S": 1.5229404404237812e-09, + "I": 2.858489278878551e-05, + "C": 1.4737377114215633e-06, + "R": 4.231542405364053e-08, + "M": 9.207006769429427e-06, + "O": 6.189144983181905e-07, + "W": 3.788081848199454e-09, + "N": 2.386412631949497e-07, + "Y": 7.213404023787007e-05, + "U": 5.867688557259498e-09, + "K": 2.0488567287202386e-08, + "L": 3.5091225925043545e-08, + "G": 3.096652653766796e-05, + "F": 8.255134162027389e-05, + "E": 4.5212280383566394e-05, + "T": 4.306128903408535e-05, + "P": 0.07925140857696533, + "-": 0.920434296131134 + }, + "id": "tp_18309" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2288655, + "label": "-", + "classification": { + "B": 1.719947704259539e-06, + "S": 1.5493450291614863e-06, + "I": 0.0010601012036204338, + "C": 3.419723725528456e-05, + "R": 5.468610197567614e-06, + "M": 0.00017615834076423198, + "O": 3.68903019989375e-05, + "W": 3.064150632781093e-06, + "N": 5.486734880832955e-05, + "Y": 0.0006027588970027864, + "U": 1.6061960650404217e-06, + "K": 9.769159987627063e-06, + "L": 2.8958222628716612e-06, + "G": 0.00017226581985596567, + "F": 0.002250267192721367, + "E": 0.0007736319093964994, + "T": 0.0007585878483951092, + "P": 0.3930753767490387, + "-": 0.6009787321090698 + }, + "id": "tp_18310" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2288755, + "label": "-", + "classification": { + "B": 7.3425820978911815e-09, + "S": 1.7308906308244332e-08, + "I": 1.5810272088856436e-05, + "C": 1.201302097797452e-07, + "R": 1.1387455423061965e-08, + "M": 1.533978547740844e-06, + "O": 5.22070706665545e-07, + "W": 8.935354678385465e-09, + "N": 5.008820949115034e-07, + "Y": 5.698734457837418e-05, + "U": 2.820416122872871e-09, + "K": 1.1666472232718661e-07, + "L": 1.2092394641172177e-08, + "G": 9.010749636217952e-06, + "F": 0.0008553317165933549, + "E": 2.180041337851435e-05, + "T": 3.867672057822347e-05, + "P": 0.2739098370075226, + "-": 0.7250897288322449 + }, + "id": "tp_18311" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2288889, + "label": "-", + "classification": { + "B": 1.2641672242352797e-07, + "S": 1.2592331621874564e-08, + "I": 3.746575384866446e-05, + "C": 1.3141429917595815e-06, + "R": 2.1733375987764703e-08, + "M": 3.4175559449067805e-06, + "O": 5.109789640300733e-07, + "W": 2.4879161841795394e-08, + "N": 8.886502200766699e-07, + "Y": 4.848687967751175e-05, + "U": 2.368333085200902e-08, + "K": 2.3311407915116433e-07, + "L": 4.059965164060486e-08, + "G": 2.6274414267390966e-05, + "F": 0.0002671410038601607, + "E": 0.00014991892385296524, + "T": 2.1674914023606107e-05, + "P": 0.46654027700424194, + "-": 0.5329022407531738 + }, + "id": "tp_18312" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2289022, + "label": "P", + "classification": { + "B": 2.574391144705146e-09, + "S": 7.85483456056113e-10, + "I": 1.2835349480155855e-05, + "C": 1.0189399546334243e-07, + "R": 1.1152265777525372e-09, + "M": 3.6903330169479887e-07, + "O": 4.2589306303852936e-08, + "W": 1.1218059814410708e-09, + "N": 9.753886587304805e-08, + "Y": 3.673456149044796e-06, + "U": 4.3925860171434294e-10, + "K": 1.952376926794841e-09, + "L": 1.4699134132101221e-09, + "G": 1.068476080945402e-06, + "F": 4.6486660721711814e-05, + "E": 1.8595950677990913e-05, + "T": 2.282887635374209e-06, + "P": 0.5449467897415161, + "-": 0.4549676477909088 + }, + "id": "tp_18313" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2289156, + "label": "-", + "classification": { + "B": 1.0869660727053088e-09, + "S": 8.497104131421906e-10, + "I": 5.5302211876551155e-06, + "C": 6.178521516631008e-08, + "R": 6.976637489941595e-09, + "M": 1.2252371561771724e-06, + "O": 1.820228590077022e-07, + "W": 1.3470276005733695e-09, + "N": 4.6958547272879514e-08, + "Y": 2.2766489564673975e-05, + "U": 6.160687515688323e-10, + "K": 2.4972661716304856e-09, + "L": 4.8432795551889285e-09, + "G": 2.586991286079865e-06, + "F": 0.00010356539860367775, + "E": 2.9918694508523913e-06, + "T": 2.5244515200029127e-05, + "P": 0.14216585457324982, + "-": 0.8576700091362 + }, + "id": "tp_18314" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2289256, + "label": "-", + "classification": { + "B": 1.432226159892025e-08, + "S": 2.014098887670457e-09, + "I": 2.424329250061419e-05, + "C": 2.440654725432978e-06, + "R": 7.112087274663281e-08, + "M": 2.296744014529395e-06, + "O": 3.335208020871505e-07, + "W": 9.699229863713299e-09, + "N": 4.2617827489266347e-07, + "Y": 8.502412674715742e-05, + "U": 1.2907289459462845e-08, + "K": 1.0785411177494098e-06, + "L": 1.496989021632089e-08, + "G": 4.116359195904806e-05, + "F": 0.000753212021663785, + "E": 0.0001444354566046968, + "T": 1.2860212336818222e-05, + "P": 0.17683765292167664, + "-": 0.8220946788787842 + }, + "id": "tp_18315" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2289389, + "label": "P", + "classification": { + "B": 1.4665917369427461e-09, + "S": 2.1880253164852093e-10, + "I": 1.2310484862609883e-06, + "C": 8.512338389721208e-09, + "R": 2.1486373791290703e-10, + "M": 1.8847268634658576e-08, + "O": 1.1480937978092243e-08, + "W": 2.805319587739774e-10, + "N": 2.170838619974802e-08, + "Y": 1.044539203576278e-06, + "U": 1.7840301458349472e-10, + "K": 2.9800919509881396e-09, + "L": 2.7535901336861457e-10, + "G": 3.4265309523107135e-07, + "F": 9.779960964806378e-05, + "E": 4.526510110736126e-06, + "T": 6.787087158954819e-07, + "P": 0.6712579727172852, + "-": 0.3286362886428833 + }, + "id": "tp_18316" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2289523, + "label": "-", + "classification": { + "B": 2.166668754133294e-12, + "S": 1.617964096034541e-11, + "I": 8.558655508750235e-07, + "C": 3.2470059974087917e-09, + "R": 1.6166477878609697e-10, + "M": 2.733663961862476e-09, + "O": 1.707830543651312e-09, + "W": 4.066366687816014e-11, + "N": 1.1180488534989763e-08, + "Y": 6.442317612709303e-07, + "U": 1.1470435712368499e-11, + "K": 2.4164945600091414e-08, + "L": 7.1149462189945556e-12, + "G": 6.761177928638062e-08, + "F": 0.0002506190212443471, + "E": 1.2744590094371233e-06, + "T": 2.95061084898407e-07, + "P": 0.2705157995223999, + "-": 0.7292303442955017 + }, + "id": "tp_18317" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2289656, + "label": "-", + "classification": { + "B": 2.6920098150640115e-08, + "S": 3.6359775190675236e-09, + "I": 1.3967041923024226e-06, + "C": 4.694824973228151e-09, + "R": 2.7296059856851684e-10, + "M": 6.409725301637081e-07, + "O": 1.7953604469767015e-07, + "W": 3.327206066217059e-09, + "N": 2.7193093998789664e-08, + "Y": 3.536569465723005e-06, + "U": 1.543662003777868e-10, + "K": 5.374354294929162e-09, + "L": 2.246350216950077e-09, + "G": 1.0077242222905625e-06, + "F": 0.00022252833878155798, + "E": 1.7409547581337392e-05, + "T": 1.611398715795076e-06, + "P": 0.19245581328868866, + "-": 0.8072958588600159 + }, + "id": "tp_18318" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2289756, + "label": "-", + "classification": { + "B": 2.3890713407581643e-08, + "S": 4.843040191104819e-09, + "I": 0.0002481866395100951, + "C": 4.593279300024733e-06, + "R": 1.63293449872981e-07, + "M": 1.3483465409080964e-05, + "O": 6.77542345783877e-07, + "W": 1.3738398862983559e-08, + "N": 4.886348392574291e-07, + "Y": 0.0005460587562993169, + "U": 1.1845296299384245e-08, + "K": 4.2123233789936876e-09, + "L": 2.492120643182716e-07, + "G": 2.8616808776860125e-05, + "F": 0.0001325850171269849, + "E": 4.2691328417276964e-05, + "T": 0.00013920773926656693, + "P": 0.2271176129579544, + "-": 0.7717253565788269 + }, + "id": "tp_18319" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2289890, + "label": "P", + "classification": { + "B": 1.0978852742482559e-06, + "S": 3.1522236554337724e-07, + "I": 0.001586745260283351, + "C": 2.7138530640513636e-06, + "R": 3.2271950090034807e-07, + "M": 4.091592927579768e-05, + "O": 5.350703759177122e-06, + "W": 3.6525446489577007e-07, + "N": 2.0740522813866846e-05, + "Y": 0.000271767086815089, + "U": 9.226197050793417e-08, + "K": 9.254224551114021e-07, + "L": 3.38497557095252e-07, + "G": 3.37897363351658e-05, + "F": 0.0002947898465208709, + "E": 0.000382114143576473, + "T": 0.00011916716903215274, + "P": 0.6771175861358643, + "-": 0.32012081146240234 + }, + "id": "tp_18320" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2290023, + "label": "-", + "classification": { + "B": 0.0001803991326596588, + "S": 6.238668720470741e-05, + "I": 0.00021522758470382541, + "C": 6.961552571738139e-06, + "R": 2.2479036942968378e-06, + "M": 0.00021893657685723156, + "O": 0.00018052133964374661, + "W": 1.7138381736003794e-05, + "N": 4.0124592487700284e-05, + "Y": 0.0001698817650321871, + "U": 1.6094087413875968e-06, + "K": 5.170530585019151e-06, + "L": 1.8612978237797506e-05, + "G": 0.0002643797197379172, + "F": 0.0033813328482210636, + "E": 0.0005826827837154269, + "T": 0.0009010104695335031, + "P": 0.48737141489982605, + "-": 0.506380021572113 + }, + "id": "tp_18321" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2290157, + "label": "P", + "classification": { + "B": 1.8263461853962326e-09, + "S": 1.1893058760037434e-09, + "I": 0.0004716956755146384, + "C": 1.506206359636053e-07, + "R": 4.4649919317407694e-08, + "M": 1.1696115507220384e-06, + "O": 1.6960576942892658e-07, + "W": 2.21256146737403e-09, + "N": 4.494688710110495e-06, + "Y": 1.7329983165836893e-05, + "U": 1.6485947051947392e-09, + "K": 3.319013615055155e-07, + "L": 3.3085116868392106e-09, + "G": 1.3132668755133636e-05, + "F": 0.00012881282600574195, + "E": 0.0002061440609395504, + "T": 8.73152293934254e-06, + "P": 0.8693922162055969, + "-": 0.12975561618804932 + }, + "id": "tp_18322" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2290257, + "label": "-", + "classification": { + "B": 0.00022392715618479997, + "S": 2.264916656713467e-05, + "I": 0.0002520020352676511, + "C": 1.1719489521055948e-05, + "R": 1.2935867061969475e-06, + "M": 0.0005039175739511847, + "O": 0.00018374268256593496, + "W": 9.607964784663636e-06, + "N": 2.0639339709305204e-05, + "Y": 0.0002006355207413435, + "U": 8.433470952695643e-07, + "K": 7.121430485312885e-07, + "L": 4.495008397498168e-05, + "G": 0.0004292016674298793, + "F": 0.004098276607692242, + "E": 0.0014856115449219942, + "T": 0.00036310151335783303, + "P": 0.31702011823654175, + "-": 0.6751270294189453 + }, + "id": "tp_18323" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2290390, + "label": "P", + "classification": { + "B": 4.557370175461983e-06, + "S": 8.781114502198761e-07, + "I": 0.0005623030592687428, + "C": 2.765567842288874e-05, + "R": 3.1002043670014245e-06, + "M": 8.012898615561426e-05, + "O": 1.4545054909831379e-05, + "W": 7.378245072686695e-07, + "N": 2.0971781850676052e-05, + "Y": 0.00023013180179987103, + "U": 9.644654710427858e-07, + "K": 1.0497882385607227e-07, + "L": 4.52749691248755e-06, + "G": 5.134264210937545e-05, + "F": 0.00024530600057914853, + "E": 0.00022536750475410372, + "T": 0.0007411652477458119, + "P": 0.7028102278709412, + "-": 0.29497605562210083 + }, + "id": "tp_18324" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2290524, + "label": "P", + "classification": { + "B": 2.975381363512497e-08, + "S": 1.4441762630212907e-07, + "I": 0.00019659585086628795, + "C": 1.2271283367226715e-06, + "R": 2.2598894133807335e-07, + "M": 6.927016897861904e-07, + "O": 8.003023026503797e-07, + "W": 9.134924283671353e-08, + "N": 1.561553835927043e-05, + "Y": 1.8632046703714877e-05, + "U": 6.228633964155961e-08, + "K": 4.789346803590888e-06, + "L": 3.305750695403731e-08, + "G": 9.375235094921663e-06, + "F": 0.0015982771292328835, + "E": 9.097277506953105e-05, + "T": 1.7872511307359673e-05, + "P": 0.8666356801986694, + "-": 0.1314089000225067 + }, + "id": "tp_18325" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2290657, + "label": "P", + "classification": { + "B": 5.380438761193318e-09, + "S": 2.4584345670319863e-09, + "I": 5.0277417358302046e-06, + "C": 1.7394427231920417e-08, + "R": 4.582145773923685e-09, + "M": 9.89842092735671e-08, + "O": 1.805114635544669e-07, + "W": 2.5822914917483786e-09, + "N": 1.586254256835673e-07, + "Y": 9.78567186393775e-07, + "U": 6.478048097946498e-10, + "K": 2.1827029073051563e-08, + "L": 1.6010892611717509e-09, + "G": 8.377747349186393e-07, + "F": 0.0002759411290753633, + "E": 5.261967544356594e-06, + "T": 2.513807203285978e-06, + "P": 0.5386436581611633, + "-": 0.46106523275375366 + }, + "id": "tp_18326" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2290757, + "label": "P", + "classification": { + "B": 3.013517613226213e-08, + "S": 6.979522026995255e-08, + "I": 6.58125281916e-05, + "C": 3.9012195429677377e-07, + "R": 3.313409280281121e-08, + "M": 2.9189470751589397e-06, + "O": 1.0272151484969072e-06, + "W": 4.849044898946886e-08, + "N": 5.551203230425017e-06, + "Y": 3.506809662212618e-05, + "U": 1.9884732083141898e-08, + "K": 1.512524249847047e-06, + "L": 2.2198937799089435e-08, + "G": 1.1729380275937729e-05, + "F": 0.0009643955854699016, + "E": 0.0002146405604435131, + "T": 2.755375680862926e-05, + "P": 0.6755769848823547, + "-": 0.32309234142303467 + }, + "id": "tp_18327" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2290891, + "label": "-", + "classification": { + "B": 1.3697033784954016e-10, + "S": 8.068171131192514e-10, + "I": 1.602404495315568e-06, + "C": 1.9365034020779603e-08, + "R": 5.185401552587621e-10, + "M": 4.6570338696483304e-08, + "O": 1.98321270516999e-08, + "W": 1.0724960919361592e-09, + "N": 5.145200887568535e-08, + "Y": 1.3120757103024516e-06, + "U": 2.791456787942792e-10, + "K": 1.5670629238684342e-07, + "L": 2.0458447436144667e-10, + "G": 1.866439447439916e-07, + "F": 0.0011800633510574698, + "E": 1.6454832802992314e-05, + "T": 7.556038212896965e-07, + "P": 0.4044109880924225, + "-": 0.5943883657455444 + }, + "id": "tp_18328" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2291024, + "label": "-", + "classification": { + "B": 9.219135871374462e-12, + "S": 2.9115841682081367e-12, + "I": 5.273930696603202e-07, + "C": 8.916961058424988e-10, + "R": 1.938384001920479e-11, + "M": 8.360290237874324e-09, + "O": 1.0838593356155002e-09, + "W": 9.651350031669725e-12, + "N": 1.8724446437801134e-09, + "Y": 4.5717953867097094e-07, + "U": 4.9747549829559645e-12, + "K": 8.06447061907356e-11, + "L": 9.865819099175166e-12, + "G": 2.080728300768442e-08, + "F": 6.890987151564332e-06, + "E": 7.758566198390326e-07, + "T": 3.207840393315564e-07, + "P": 0.37071162462234497, + "-": 0.6292794346809387 + }, + "id": "tp_18329" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2291158, + "label": "P", + "classification": { + "B": 1.3357446732698008e-05, + "S": 7.79131460149074e-06, + "I": 0.0018518486758694053, + "C": 1.5387233361252584e-05, + "R": 5.3166818361205515e-06, + "M": 0.00018830382032319903, + "O": 9.800072439247742e-05, + "W": 3.2254442885459866e-06, + "N": 7.707372424192727e-05, + "Y": 0.0001892437576316297, + "U": 3.597781415010104e-07, + "K": 3.4291442574385655e-08, + "L": 1.9077811884926632e-05, + "G": 0.00014393926539923996, + "F": 0.0002681865880731493, + "E": 0.0003422036243136972, + "T": 0.0007887496030889452, + "P": 0.8132686018943787, + "-": 0.18271933495998383 + }, + "id": "tp_18330" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2291258, + "label": "-", + "classification": { + "B": 2.612726929338699e-13, + "S": 1.4719326560559687e-13, + "I": 3.4431588136207836e-10, + "C": 7.543870584637846e-13, + "R": 1.0280876796859174e-14, + "M": 1.903292801141987e-10, + "O": 6.713504752120514e-11, + "W": 6.570358677699534e-14, + "N": 2.2321777672779097e-12, + "Y": 8.169419807302347e-09, + "U": 3.582126474377433e-15, + "K": 1.9034859138119392e-13, + "L": 1.1029987144993425e-13, + "G": 4.054178381895923e-10, + "F": 2.155549736926332e-06, + "E": 1.892322298857607e-09, + "T": 1.4998374098240674e-08, + "P": 0.06819622218608856, + "-": 0.9318016767501831 + }, + "id": "tp_18331" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2291391, + "label": "P", + "classification": { + "B": 1.320405971227956e-07, + "S": 3.808053250509147e-08, + "I": 5.030037937103771e-05, + "C": 2.5498843569948804e-07, + "R": 9.934391975718881e-09, + "M": 3.928615569748217e-06, + "O": 3.4482005162317364e-07, + "W": 1.4262369063544611e-08, + "N": 2.7054902602685615e-06, + "Y": 1.6481499187648296e-05, + "U": 9.432300274170302e-09, + "K": 8.459564071472414e-08, + "L": 1.824209228118434e-08, + "G": 6.22200104771764e-06, + "F": 0.00011105935845989734, + "E": 0.0001949042925843969, + "T": 1.4427884707401972e-05, + "P": 0.9088396430015564, + "-": 0.09075950086116791 + }, + "id": "tp_18332" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2291525, + "label": "P", + "classification": { + "B": 7.357213689829223e-06, + "S": 2.2738547613698756e-06, + "I": 0.0008945129811763763, + "C": 1.5363113561761566e-05, + "R": 2.173778284486616e-06, + "M": 9.033183596329764e-05, + "O": 4.4360753236105666e-05, + "W": 4.658364105125656e-06, + "N": 4.078881102032028e-05, + "Y": 0.0002550358767621219, + "U": 7.126542413971038e-07, + "K": 5.594746198767098e-06, + "L": 3.7640634218405467e-06, + "G": 0.0002105295570800081, + "F": 0.002588693518191576, + "E": 0.000995305716060102, + "T": 0.00014148243644740433, + "P": 0.5174949169158936, + "-": 0.4772021770477295 + }, + "id": "tp_18333" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2291658, + "label": "-", + "classification": { + "B": 6.648567250522319e-06, + "S": 5.205889053172541e-08, + "I": 3.730328171513975e-05, + "C": 4.089316973932e-07, + "R": 4.636152084458445e-08, + "M": 8.6634187027812e-05, + "O": 3.174388211846235e-06, + "W": 1.066090327128677e-08, + "N": 2.986967331253254e-07, + "Y": 2.3403648810926825e-05, + "U": 1.859348452981635e-09, + "K": 1.1842792302374505e-09, + "L": 8.285136914309987e-07, + "G": 0.00018602079944685102, + "F": 0.000333919539116323, + "E": 0.00015784084098413587, + "T": 0.00012042497110087425, + "P": 0.33802086114883423, + "-": 0.6610220670700073 + }, + "id": "tp_18334" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2291758, + "label": "P", + "classification": { + "B": 8.606376944442218e-09, + "S": 1.055139833283647e-07, + "I": 0.00015483549213968217, + "C": 1.1151408330078993e-07, + "R": 1.1632329766086968e-08, + "M": 1.2727665534839616e-06, + "O": 3.4892664757535385e-07, + "W": 5.358542054523241e-08, + "N": 1.226894892170094e-05, + "Y": 1.3903255421610083e-05, + "U": 1.9622941493935286e-08, + "K": 5.090435024612816e-06, + "L": 3.5278890919698824e-09, + "G": 7.248768838508113e-07, + "F": 0.0002545862225815654, + "E": 0.00013564780238084495, + "T": 2.43160920945229e-05, + "P": 0.8069723844528198, + "-": 0.1924242228269577 + }, + "id": "tp_18335" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2291892, + "label": "P", + "classification": { + "B": 2.3476673050026875e-07, + "S": 6.408437798199884e-07, + "I": 0.0003126380906905979, + "C": 2.8367996947054053e-06, + "R": 1.3589368563771131e-07, + "M": 9.42767110245768e-06, + "O": 3.337976522743702e-06, + "W": 5.190032652535592e-07, + "N": 2.129000313288998e-05, + "Y": 6.930680683581159e-05, + "U": 5.067398660685285e-07, + "K": 6.425925221265061e-06, + "L": 1.7805010088522977e-07, + "G": 8.699460522620939e-06, + "F": 0.00041397992754355073, + "E": 0.00042618377483449876, + "T": 0.00016033821157179773, + "P": 0.5610913634300232, + "-": 0.4374718964099884 + }, + "id": "tp_18336" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2292025, + "label": "P", + "classification": { + "B": 8.242540729952452e-07, + "S": 1.1470431360294242e-07, + "I": 1.2981121244592941e-06, + "C": 3.702155026985565e-08, + "R": 7.964217618727787e-10, + "M": 1.229073632202926e-06, + "O": 6.875135341033456e-07, + "W": 1.9337386802931178e-08, + "N": 1.2284986894428584e-07, + "Y": 2.694875774977845e-06, + "U": 1.3911649610065524e-09, + "K": 1.106388758387311e-09, + "L": 3.470715981279682e-08, + "G": 1.6887116771613364e-06, + "F": 0.00015658519987482578, + "E": 1.0318285603716504e-05, + "T": 6.812592346250312e-06, + "P": 0.7226241230964661, + "-": 0.2771933972835541 + }, + "id": "tp_18337" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2292125, + "label": "-", + "classification": { + "B": 3.117851088418888e-09, + "S": 5.37912103748539e-10, + "I": 4.5764238620904507e-07, + "C": 1.896122370226294e-08, + "R": 2.9982194504896142e-09, + "M": 3.454302799354991e-08, + "O": 6.205878833043244e-08, + "W": 5.793044377533363e-10, + "N": 4.972334100017406e-09, + "Y": 1.87407863450062e-06, + "U": 6.834052074244923e-11, + "K": 6.727355478242103e-11, + "L": 1.9740702406068067e-09, + "G": 8.617994353699032e-07, + "F": 0.00021771436149720103, + "E": 1.8215131092347292e-07, + "T": 1.6220622001128504e-06, + "P": 0.21056662499904633, + "-": 0.7892104387283325 + }, + "id": "tp_18338" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2292259, + "label": "-", + "classification": { + "B": 4.310155873099575e-06, + "S": 7.360847575910157e-06, + "I": 0.0007721952279098332, + "C": 2.3231719751493074e-05, + "R": 7.853701390558854e-06, + "M": 0.00024211424170061946, + "O": 5.0518312491476536e-05, + "W": 4.6993700379971415e-06, + "N": 4.3665077100740746e-05, + "Y": 0.006459684111177921, + "U": 2.0364550437079743e-06, + "K": 4.197227826807648e-05, + "L": 4.559739863907453e-06, + "G": 0.0005750901182182133, + "F": 0.004908203613013029, + "E": 0.000606791814789176, + "T": 0.002948144916445017, + "P": 0.1633230596780777, + "-": 0.8199744820594788 + }, + "id": "tp_18339" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2292392, + "label": "-", + "classification": { + "B": 3.1892764695840015e-07, + "S": 4.780699782713782e-07, + "I": 0.0005056745139881968, + "C": 1.1584254025365226e-05, + "R": 2.8908125386806205e-06, + "M": 2.4257209588540718e-05, + "O": 1.1813385754066985e-05, + "W": 1.2247428458067589e-06, + "N": 2.5133938834187575e-05, + "Y": 0.0008770332206040621, + "U": 1.1405619488868979e-06, + "K": 1.6596717614447698e-05, + "L": 7.163127975218231e-07, + "G": 7.53465064917691e-05, + "F": 0.0018989969976246357, + "E": 0.00037024830817244947, + "T": 0.0005956507520750165, + "P": 0.23291775584220886, + "-": 0.7626631259918213 + }, + "id": "tp_18340" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2292526, + "label": "-", + "classification": { + "B": 6.369585414667256e-10, + "S": 1.6847079287174438e-09, + "I": 7.6003339017916005e-06, + "C": 2.3416959038513596e-08, + "R": 3.965799688643301e-09, + "M": 6.984885203564772e-07, + "O": 6.35614441080179e-08, + "W": 1.7233279248074496e-09, + "N": 6.541009156535438e-08, + "Y": 4.716741023003124e-05, + "U": 3.2250255244115067e-10, + "K": 1.699448048952945e-08, + "L": 1.1084952955542349e-09, + "G": 1.0846729310287628e-06, + "F": 0.0003617318288888782, + "E": 5.683111794496654e-06, + "T": 1.4179373465594836e-05, + "P": 0.17998167872428894, + "-": 0.8195799589157104 + }, + "id": "tp_18341" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2292626, + "label": "P", + "classification": { + "B": 2.4681819468241883e-06, + "S": 4.919787670587539e-07, + "I": 0.00020465481793507934, + "C": 9.741143003338948e-07, + "R": 2.677476231838227e-07, + "M": 4.8115220124600455e-05, + "O": 1.7995813323068433e-05, + "W": 2.2019320056188008e-07, + "N": 2.80089534498984e-06, + "Y": 5.8697529311757535e-05, + "U": 1.7024227361162048e-08, + "K": 2.0225168206877697e-09, + "L": 1.8547759736975422e-06, + "G": 4.075210745213553e-05, + "F": 0.0001970519224414602, + "E": 5.8309600717620924e-05, + "T": 6.879912689328194e-05, + "P": 0.5661135911941528, + "-": 0.43318283557891846 + }, + "id": "tp_18342" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2292759, + "label": "P", + "classification": { + "B": 1.3281290875966079e-06, + "S": 1.2401999356370652e-06, + "I": 0.0034620228689163923, + "C": 1.5795760191394947e-05, + "R": 4.280205757822841e-06, + "M": 5.605661135632545e-05, + "O": 1.0002777344197966e-05, + "W": 1.5788281189088593e-06, + "N": 0.00014419785293284804, + "Y": 0.005503532942384481, + "U": 7.596555064992572e-07, + "K": 0.0002022859116550535, + "L": 3.541523483363562e-07, + "G": 0.00021665869280695915, + "F": 0.004512229934334755, + "E": 0.001670240075327456, + "T": 0.0007373722037300467, + "P": 0.5355840921401978, + "-": 0.4478759765625 + }, + "id": "tp_18343" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2292893, + "label": "P", + "classification": { + "B": 3.8727229756396753e-10, + "S": 3.490796762761761e-09, + "I": 3.033261964446865e-05, + "C": 6.996900392408634e-09, + "R": 2.5044413765051843e-10, + "M": 1.0233798519720949e-07, + "O": 1.6838464844681766e-08, + "W": 6.373737093667842e-10, + "N": 1.2444273806977435e-06, + "Y": 8.408990197494859e-07, + "U": 3.040802054599112e-10, + "K": 2.8448603472952527e-08, + "L": 2.2445986735952772e-10, + "G": 8.439732113174614e-08, + "F": 2.595439218566753e-05, + "E": 1.800180871214252e-05, + "T": 1.9562100987968734e-06, + "P": 0.9413278102874756, + "-": 0.0585935041308403 + }, + "id": "tp_18344" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2293026, + "label": "P", + "classification": { + "B": 1.549095003383627e-07, + "S": 3.583933221307234e-07, + "I": 1.4542746612278279e-05, + "C": 1.6303006944440313e-08, + "R": 3.0738847023314975e-09, + "M": 4.216324214212364e-06, + "O": 4.551235633698525e-06, + "W": 3.420349514726695e-08, + "N": 1.432344674867636e-06, + "Y": 3.3489234283479163e-06, + "U": 1.714075437142526e-09, + "K": 1.162539486898595e-08, + "L": 4.74231285352289e-08, + "G": 3.5358864352019737e-06, + "F": 0.00034041862818412483, + "E": 2.1073903553769924e-05, + "T": 3.1978011975297704e-05, + "P": 0.51457279920578, + "-": 0.48500150442123413 + }, + "id": "tp_18345" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2293126, + "label": "P", + "classification": { + "B": 2.2716271919076547e-10, + "S": 1.63681828507789e-11, + "I": 8.578716915508267e-06, + "C": 3.858640695852955e-08, + "R": 8.938139672842738e-10, + "M": 4.86727742554649e-08, + "O": 3.4683480532038402e-09, + "W": 5.320799009722599e-11, + "N": 1.7416921238577743e-08, + "Y": 7.040698051241634e-07, + "U": 9.206747170198426e-11, + "K": 7.99444607735289e-11, + "L": 4.132668096623604e-10, + "G": 2.4412980792476446e-07, + "F": 3.430197466514073e-05, + "E": 7.648610335309058e-06, + "T": 3.154854653075745e-07, + "P": 0.804343044757843, + "-": 0.1956050992012024 + }, + "id": "tp_18346" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2293260, + "label": "-", + "classification": { + "B": 6.350875771457543e-13, + "S": 1.2001411623936524e-14, + "I": 1.5096260241875825e-08, + "C": 7.497182735738406e-11, + "R": 4.62054927739125e-13, + "M": 6.83823830893715e-11, + "O": 3.137073587011763e-11, + "W": 5.3017289722897404e-14, + "N": 1.439537117980949e-11, + "Y": 3.819007776684202e-09, + "U": 4.638693265222524e-14, + "K": 1.2284640806773522e-13, + "L": 3.2220848710483307e-13, + "G": 2.9449094274269783e-09, + "F": 8.783629823483352e-07, + "E": 9.16553499763495e-09, + "T": 4.927338537186188e-09, + "P": 0.4524492919445038, + "-": 0.547549843788147 + }, + "id": "tp_18347" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2293393, + "label": "-", + "classification": { + "B": 3.861477526623247e-10, + "S": 6.515560313502533e-11, + "I": 7.585977641610953e-07, + "C": 1.0371981051804369e-09, + "R": 7.061385504103512e-11, + "M": 2.049483960320231e-08, + "O": 9.729335559427454e-09, + "W": 1.494593199202754e-10, + "N": 4.0972092385516135e-09, + "Y": 2.633915983096813e-07, + "U": 2.0001916789524898e-11, + "K": 2.0103972653284785e-10, + "L": 9.601459904917675e-11, + "G": 3.298769968296256e-08, + "F": 1.779878220986575e-05, + "E": 8.429559557043831e-07, + "T": 3.289636083536607e-07, + "P": 0.44187813997268677, + "-": 0.5581017732620239 + }, + "id": "tp_18348" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2293527, + "label": "-", + "classification": { + "B": 4.376670581507369e-09, + "S": 6.2194942529458785e-09, + "I": 1.5355766663560644e-05, + "C": 2.9091950182191795e-07, + "R": 5.9566498400442924e-09, + "M": 2.674915435818548e-07, + "O": 3.2987668419082183e-07, + "W": 7.501241405805104e-09, + "N": 1.6116135839183698e-06, + "Y": 1.0840130016731564e-05, + "U": 1.2034576002406538e-08, + "K": 1.788417762327299e-06, + "L": 2.009427291227439e-09, + "G": 1.8947571334138047e-06, + "F": 0.0003308928571641445, + "E": 8.021108078537509e-05, + "T": 9.997222150559537e-06, + "P": 0.36520782113075256, + "-": 0.6343386769294739 + }, + "id": "tp_18349" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2293627, + "label": "P", + "classification": { + "B": 5.54890178250389e-08, + "S": 9.961976843442244e-08, + "I": 0.00010228369501419365, + "C": 4.897255507785303e-07, + "R": 4.20856700600325e-08, + "M": 1.6418376844740123e-06, + "O": 6.66241987801186e-07, + "W": 5.471821040714531e-08, + "N": 6.537069566547871e-06, + "Y": 3.494197881082073e-05, + "U": 2.4179017898973143e-08, + "K": 1.981787136173807e-06, + "L": 2.8214055092234958e-08, + "G": 1.2246257028891705e-05, + "F": 0.0016708474140614271, + "E": 0.00025365749024786055, + "T": 1.652298124099616e-05, + "P": 0.8633407354354858, + "-": 0.13455721735954285 + }, + "id": "tp_18350" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2293760, + "label": "-", + "classification": { + "B": 2.374808127925121e-09, + "S": 6.150699505269586e-08, + "I": 5.4357366025215015e-05, + "C": 3.860061497107381e-07, + "R": 1.0667179140000371e-07, + "M": 3.0021292332094163e-06, + "O": 1.466591129428707e-06, + "W": 5.0381359528728353e-08, + "N": 1.803631562324881e-06, + "Y": 0.00014704088971484452, + "U": 1.308101627017777e-08, + "K": 1.7374816252413439e-07, + "L": 2.904614682108786e-08, + "G": 5.426974894362502e-06, + "F": 0.000538879306986928, + "E": 1.2126720321248285e-05, + "T": 8.585419709561393e-05, + "P": 0.3566054105758667, + "-": 0.6425438523292542 + }, + "id": "tp_18351" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2293894, + "label": "-", + "classification": { + "B": 1.4998763617768418e-06, + "S": 7.035083626760752e-07, + "I": 0.0001106461786548607, + "C": 9.648457535149646e-07, + "R": 3.713599738830453e-08, + "M": 2.464530734869186e-05, + "O": 2.711494516915991e-06, + "W": 1.7917911065978842e-07, + "N": 5.245718057267368e-06, + "Y": 0.0001777570287231356, + "U": 1.0244214365684456e-07, + "K": 6.895852493471466e-06, + "L": 2.918778250204923e-07, + "G": 3.605499296099879e-05, + "F": 0.005347852129489183, + "E": 0.001536506344564259, + "T": 8.288082608487457e-05, + "P": 0.32931220531463623, + "-": 0.6633527874946594 + }, + "id": "tp_18352" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2294027, + "label": "P", + "classification": { + "B": 1.79752462914351e-11, + "S": 1.7566285231973566e-11, + "I": 7.388828038301654e-08, + "C": 3.463299785844143e-11, + "R": 1.2074287967026032e-12, + "M": 4.037857825878177e-10, + "O": 6.430804777579624e-10, + "W": 1.5789022866918856e-11, + "N": 7.605227003715243e-10, + "Y": 2.6340938319435736e-09, + "U": 3.7371952863081426e-13, + "K": 8.405984242010334e-12, + "L": 3.9899281795152675e-12, + "G": 2.7543953784459063e-09, + "F": 1.138618063123431e-05, + "E": 5.5980876823014114e-08, + "T": 2.140124166771784e-08, + "P": 0.8491211533546448, + "-": 0.1508672833442688 + }, + "id": "tp_18353" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2294127, + "label": "-", + "classification": { + "B": 1.900992030456905e-09, + "S": 5.126082336381899e-10, + "I": 5.171973498363513e-07, + "C": 1.019187045869785e-08, + "R": 7.737577800703832e-10, + "M": 1.2254307648618123e-06, + "O": 1.9346759927429957e-07, + "W": 7.416161573736701e-10, + "N": 5.571449523955607e-09, + "Y": 2.9770460514555452e-06, + "U": 5.6530429642931423e-11, + "K": 9.55572732053156e-10, + "L": 2.951950461849151e-09, + "G": 6.047405349818291e-07, + "F": 0.0001349701633444056, + "E": 4.225126758683473e-06, + "T": 2.528885943320347e-06, + "P": 0.039382271468639374, + "-": 0.9604704976081848 + }, + "id": "tp_18354" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2294261, + "label": "-", + "classification": { + "B": 7.028331694414192e-09, + "S": 1.0881245904315051e-09, + "I": 9.86342797659745e-07, + "C": 4.414215482029249e-07, + "R": 8.423275410507358e-09, + "M": 1.6567150851187762e-06, + "O": 9.081144725087142e-08, + "W": 1.1877220318368131e-09, + "N": 1.0678423478793775e-08, + "Y": 1.506093940406572e-05, + "U": 4.1358569347060836e-10, + "K": 3.660900560475966e-08, + "L": 4.842822143302783e-09, + "G": 7.146808911784319e-06, + "F": 0.0004594494530465454, + "E": 7.1559957177669276e-06, + "T": 6.234336524357786e-06, + "P": 0.04892188310623169, + "-": 0.9505798816680908 + }, + "id": "tp_18355" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2294394, + "label": "-", + "classification": { + "B": 1.1010866697580557e-12, + "S": 5.055809937370981e-12, + "I": 3.8593111639784183e-07, + "C": 2.244296276598945e-10, + "R": 4.667424086113314e-11, + "M": 1.1234058128195556e-08, + "O": 2.348627958781435e-09, + "W": 2.1050895401830694e-11, + "N": 1.2184823150462876e-09, + "Y": 1.2769628483511042e-06, + "U": 2.4567080141035813e-12, + "K": 1.6887155562805845e-10, + "L": 7.449931296865664e-12, + "G": 1.2053121167809877e-08, + "F": 1.0962186024698894e-05, + "E": 8.393023875896688e-08, + "T": 1.2117641290387837e-06, + "P": 0.04581422731280327, + "-": 0.954171895980835 + }, + "id": "tp_18356" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2294528, + "label": "-", + "classification": { + "B": 2.3915535507512686e-07, + "S": 2.1233493185945918e-08, + "I": 1.826719380915165e-05, + "C": 1.3274117236505845e-06, + "R": 1.7901012938636995e-07, + "M": 1.352398430753965e-05, + "O": 3.66527615369705e-06, + "W": 5.235490263544307e-08, + "N": 2.079653569353468e-07, + "Y": 9.459698048885912e-05, + "U": 2.8619693281939362e-08, + "K": 7.719078709556015e-09, + "L": 5.749537308474828e-07, + "G": 2.2491843992611393e-05, + "F": 7.410938269458711e-05, + "E": 7.419584107992705e-06, + "T": 0.0002442378317937255, + "P": 0.04372721165418625, + "-": 0.9557917714118958 + }, + "id": "tp_18357" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2294628, + "label": "-", + "classification": { + "B": 8.835588714123897e-15, + "S": 1.3784033966047615e-14, + "I": 8.511042182135498e-08, + "C": 1.8506005061702524e-10, + "R": 7.637317427783286e-13, + "M": 1.1469707822397979e-10, + "O": 9.883201895766192e-12, + "W": 4.4830363921978533e-14, + "N": 5.1900560238404836e-11, + "Y": 8.180966126758449e-09, + "U": 3.695460753269479e-14, + "K": 3.094054960156578e-12, + "L": 1.330494687947631e-13, + "G": 1.3876501059328916e-09, + "F": 8.226590580306947e-06, + "E": 5.273072645195498e-08, + "T": 5.1591886318647084e-09, + "P": 0.4544444978237152, + "-": 0.5455471873283386 + }, + "id": "tp_18358" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2294761, + "label": "-", + "classification": { + "B": 5.906746012446229e-12, + "S": 1.8663417165887264e-12, + "I": 4.075311153428629e-06, + "C": 4.518003748898991e-09, + "R": 9.977179082909515e-10, + "M": 4.270573228382091e-09, + "O": 3.0279205809335963e-09, + "W": 9.464390209046325e-12, + "N": 8.38224689658773e-09, + "Y": 1.3126885960446089e-06, + "U": 8.789852526391861e-12, + "K": 1.9139070883689158e-10, + "L": 1.1490771875677375e-11, + "G": 2.9839978310519655e-07, + "F": 7.899308002379257e-06, + "E": 5.310533879310242e-07, + "T": 3.8090789189482166e-07, + "P": 0.4419001638889313, + "-": 0.5580853819847107 + }, + "id": "tp_18359" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2294895, + "label": "-", + "classification": { + "B": 7.2173325094126994e-09, + "S": 6.381892792006738e-10, + "I": 4.292768608138431e-06, + "C": 2.5118671942436777e-07, + "R": 7.580814198604457e-09, + "M": 5.718693500966765e-07, + "O": 1.2578868791024433e-07, + "W": 2.6238700101544055e-09, + "N": 4.79464112856931e-08, + "Y": 2.187493009842001e-05, + "U": 1.7358109394294274e-09, + "K": 3.146442395518534e-08, + "L": 5.215969434146928e-09, + "G": 8.611461453256197e-06, + "F": 0.00010260530689265579, + "E": 1.597925802343525e-05, + "T": 6.434769602492452e-06, + "P": 0.08706497400999069, + "-": 0.9127742648124695 + }, + "id": "tp_18360" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2295028, + "label": "-", + "classification": { + "B": 8.787285135647416e-13, + "S": 6.05200178166454e-12, + "I": 2.96805069410766e-07, + "C": 1.678352457012977e-10, + "R": 1.510877360721974e-11, + "M": 1.2770309254506174e-09, + "O": 6.940434893465408e-10, + "W": 6.736214884506264e-12, + "N": 1.53602763841576e-09, + "Y": 5.670556220138678e-07, + "U": 3.817612458795194e-12, + "K": 5.791210566652438e-11, + "L": 5.418237473270304e-12, + "G": 4.636584005623945e-09, + "F": 5.787735517515102e-06, + "E": 4.6588993996010686e-08, + "T": 7.809748012732598e-07, + "P": 0.3457137644290924, + "-": 0.6542787551879883 + }, + "id": "tp_18361" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2295128, + "label": "P", + "classification": { + "B": 1.560813002281225e-12, + "S": 1.2537371314735868e-12, + "I": 2.515743108233437e-05, + "C": 7.4402426442077285e-09, + "R": 4.407211817714085e-10, + "M": 2.0876895767685255e-09, + "O": 8.268946083411777e-10, + "W": 1.0560913255019955e-11, + "N": 9.993515703854428e-08, + "Y": 5.079353400105902e-07, + "U": 3.900068462625583e-11, + "K": 1.649953240701052e-08, + "L": 4.954882424496043e-12, + "G": 3.410091764521894e-08, + "F": 1.0593971637717914e-05, + "E": 4.104273102711886e-06, + "T": 2.380908483701205e-07, + "P": 0.7418535351753235, + "-": 0.2581057846546173 + }, + "id": "tp_18362" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2295262, + "label": "-", + "classification": { + "B": 1.8273264004164957e-06, + "S": 2.4747621409915155e-06, + "I": 0.00011051304318243638, + "C": 8.2523183664307e-07, + "R": 1.7674480545792903e-07, + "M": 0.00011215845006518066, + "O": 2.0726936782011762e-05, + "W": 8.710492807040282e-07, + "N": 3.2870896120584803e-06, + "Y": 0.00024936083354987204, + "U": 6.131295293698713e-08, + "K": 1.4965080481488258e-06, + "L": 6.813459663135291e-07, + "G": 0.00012301748211029917, + "F": 0.0019467814126983285, + "E": 0.0001423201902071014, + "T": 0.0005267821834422648, + "P": 0.10099129378795624, + "-": 0.895765483379364 + }, + "id": "tp_18363" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2295395, + "label": "P", + "classification": { + "B": 4.1955167118246095e-10, + "S": 1.7287117293207643e-09, + "I": 6.5216054281336255e-06, + "C": 1.0810556005935723e-07, + "R": 3.8707739236087946e-09, + "M": 7.63596759156826e-08, + "O": 4.482870608057965e-08, + "W": 2.7521498413562995e-09, + "N": 3.0160109076859953e-07, + "Y": 8.175035873136949e-06, + "U": 9.826727209727437e-10, + "K": 7.309791953957756e-07, + "L": 6.701181831658687e-10, + "G": 1.6059021845649113e-06, + "F": 0.0026213908568024635, + "E": 4.5937878894619644e-05, + "T": 2.0434647467482137e-06, + "P": 0.5955057144165039, + "-": 0.4018073081970215 + }, + "id": "tp_18364" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2295529, + "label": "-", + "classification": { + "B": 3.9881829392782175e-13, + "S": 1.3490014769308722e-13, + "I": 2.0932528599360012e-08, + "C": 4.4318833325451834e-11, + "R": 5.739051811906593e-13, + "M": 8.876921420153394e-10, + "O": 1.104016947306441e-10, + "W": 2.4877661237467097e-13, + "N": 3.1602880035119796e-11, + "Y": 5.8276764747233756e-08, + "U": 5.544152851112531e-14, + "K": 1.7879183376867669e-12, + "L": 1.2272266536328402e-12, + "G": 7.0303873833665875e-09, + "F": 1.2467533451854251e-05, + "E": 4.356269656113909e-08, + "T": 4.1713793308417735e-08, + "P": 0.06755106896162033, + "-": 0.9324364066123962 + }, + "id": "tp_18365" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2295629, + "label": "-", + "classification": { + "B": 4.508937945235658e-10, + "S": 1.5500717376326634e-10, + "I": 4.059695584146539e-06, + "C": 6.427620746762841e-08, + "R": 2.8396986984091654e-09, + "M": 6.385448614310008e-07, + "O": 6.880419078925115e-08, + "W": 4.3674960870099255e-10, + "N": 1.981307562459733e-08, + "Y": 3.86676083508064e-06, + "U": 2.579760849386048e-10, + "K": 1.6238972666560159e-10, + "L": 4.072485904060841e-09, + "G": 7.255090963553812e-07, + "F": 3.618184200604446e-05, + "E": 2.3198695089376997e-06, + "T": 1.2759465789713431e-05, + "P": 0.1751675009727478, + "-": 0.8247718214988708 + }, + "id": "tp_18366" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2295762, + "label": "-", + "classification": { + "B": 3.6107939554996804e-11, + "S": 8.34519779668863e-12, + "I": 2.3461630860310834e-07, + "C": 2.4009541577107996e-10, + "R": 1.5087903149080262e-11, + "M": 1.8811485702485697e-09, + "O": 3.4385934100100712e-09, + "W": 1.432567519471517e-11, + "N": 1.476327726734894e-09, + "Y": 1.2724677844744292e-07, + "U": 2.8941792538927924e-12, + "K": 2.1774826733378383e-11, + "L": 1.8523495237676713e-11, + "G": 2.9694378511635477e-08, + "F": 8.295851330331061e-06, + "E": 8.033708809307427e-08, + "T": 1.843003900603435e-07, + "P": 0.4939200282096863, + "-": 0.5060710310935974 + }, + "id": "tp_18367" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2295896, + "label": "P", + "classification": { + "B": 8.614790738409317e-13, + "S": 3.883903181706172e-12, + "I": 2.9897560125391465e-06, + "C": 3.6516933921149075e-09, + "R": 8.128838574483765e-11, + "M": 1.8322194872411046e-09, + "O": 7.038524207914065e-10, + "W": 1.2684430762688326e-11, + "N": 3.215082600149799e-08, + "Y": 1.1159245616454427e-07, + "U": 1.7563422938238205e-11, + "K": 1.4909632639614756e-08, + "L": 2.2755469383795024e-12, + "G": 2.0056370786392108e-08, + "F": 3.099843888776377e-05, + "E": 2.0775344182766275e-06, + "T": 1.8142080193683796e-07, + "P": 0.6221416592597961, + "-": 0.3778218626976013 + }, + "id": "tp_18368" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2296029, + "label": "-", + "classification": { + "B": 4.2932254973315764e-10, + "S": 2.6280191356420346e-09, + "I": 4.0647077526045905e-07, + "C": 3.579819773946724e-09, + "R": 1.6572804240055916e-10, + "M": 6.955467313218833e-08, + "O": 2.9779203103430518e-08, + "W": 4.6336623427123413e-10, + "N": 3.150852734279397e-08, + "Y": 2.4087778456305386e-06, + "U": 1.5247036966314909e-10, + "K": 4.908692829985739e-08, + "L": 1.8758183895073444e-10, + "G": 2.2235323626773607e-07, + "F": 0.0004030886630062014, + "E": 5.872237125004176e-06, + "T": 2.544317112551653e-06, + "P": 0.2584366202354431, + "-": 0.7411486506462097 + }, + "id": "tp_18369" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2296129, + "label": "P", + "classification": { + "B": 3.635867415141547e-06, + "S": 1.4159627426124644e-06, + "I": 4.7202112909872085e-05, + "C": 6.698824677187076e-07, + "R": 1.4734828823748103e-07, + "M": 1.0934217243629973e-05, + "O": 6.215115718077868e-06, + "W": 6.374020813382231e-07, + "N": 5.492148375196848e-06, + "Y": 4.707938205683604e-05, + "U": 1.0577329589978035e-07, + "K": 8.087749279184209e-07, + "L": 4.5214048327579803e-07, + "G": 2.023405431827996e-05, + "F": 0.0021014611702412367, + "E": 0.00022705391165800393, + "T": 8.165678445948288e-05, + "P": 0.626465380191803, + "-": 0.3709794878959656 + }, + "id": "tp_18370" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2296263, + "label": "-", + "classification": { + "B": 4.471342435863335e-06, + "S": 4.1075199987972155e-06, + "I": 0.00010366883361712098, + "C": 3.2859561542863958e-06, + "R": 5.650347247865284e-07, + "M": 1.5602501662215218e-05, + "O": 2.0642732124542817e-05, + "W": 2.6667137262847973e-06, + "N": 2.0232231690897606e-05, + "Y": 0.0001834172144299373, + "U": 3.89760032248887e-07, + "K": 1.1509765499795321e-05, + "L": 4.6828910171825555e-07, + "G": 7.800878665875643e-05, + "F": 0.0032565798610448837, + "E": 0.0004682876169681549, + "T": 0.00011040036770282313, + "P": 0.48240798711776733, + "-": 0.5133076310157776 + }, + "id": "tp_18371" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2296396, + "label": "-", + "classification": { + "B": 1.5746579595798949e-09, + "S": 2.6258684115987307e-09, + "I": 8.249076927313581e-05, + "C": 4.071994226251263e-06, + "R": 2.2357087914315343e-07, + "M": 1.0035616924142232e-06, + "O": 3.3920750297511404e-07, + "W": 7.879224384055306e-09, + "N": 1.2811595979655976e-06, + "Y": 2.9909902877989225e-05, + "U": 9.421961877364993e-09, + "K": 1.3266932796796027e-07, + "L": 1.459563669925501e-08, + "G": 9.552269148116466e-06, + "F": 0.0005055727087892592, + "E": 3.234426549170166e-05, + "T": 1.830203109420836e-05, + "P": 0.29330024123191833, + "-": 0.7060145139694214 + }, + "id": "tp_18372" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2296530, + "label": "-", + "classification": { + "B": 1.3696794667339418e-06, + "S": 5.079455718259851e-07, + "I": 8.616779814474285e-05, + "C": 6.493623004644178e-06, + "R": 1.9212950519431615e-06, + "M": 5.885768405278213e-05, + "O": 2.2789337890571915e-05, + "W": 5.621196237370896e-07, + "N": 2.487797019057325e-06, + "Y": 0.0004944318206980824, + "U": 1.8694062475788087e-07, + "K": 4.4900397710989637e-07, + "L": 2.4827177185215987e-06, + "G": 0.00016896775923669338, + "F": 0.0018602653872221708, + "E": 0.00010801948519656435, + "T": 0.0003855066606774926, + "P": 0.09169340133666992, + "-": 0.9051052927970886 + }, + "id": "tp_18373" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2296630, + "label": "P", + "classification": { + "B": 9.310178405996794e-09, + "S": 4.953544796570952e-10, + "I": 7.51182733438327e-06, + "C": 2.7075824959865713e-07, + "R": 8.621731772961994e-09, + "M": 7.6906538026833e-08, + "O": 1.6539476632715377e-07, + "W": 4.287837196415012e-09, + "N": 1.439693306792833e-07, + "Y": 2.8916517749166815e-06, + "U": 2.8765554382914615e-09, + "K": 1.0711413978015116e-08, + "L": 4.949797904885145e-09, + "G": 1.8514284647608292e-06, + "F": 0.0001446782553102821, + "E": 8.220973541028798e-06, + "T": 2.2289912067208206e-06, + "P": 0.5090166926383972, + "-": 0.4908151626586914 + }, + "id": "tp_18374" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2296763, + "label": "P", + "classification": { + "B": 4.877809715253534e-06, + "S": 2.7206122013012646e-06, + "I": 0.001320304931141436, + "C": 9.694686013972387e-05, + "R": 9.790912372409366e-06, + "M": 2.551393845351413e-05, + "O": 2.3396321921609342e-05, + "W": 3.4966815292136744e-06, + "N": 0.00012086870992789045, + "Y": 0.0005254149436950684, + "U": 2.5801853098528227e-06, + "K": 1.2537942893686704e-05, + "L": 2.0295067315601045e-06, + "G": 0.000133027890115045, + "F": 0.0022129921708256006, + "E": 0.0007764126639813185, + "T": 0.00019577941566240042, + "P": 0.6721624732017517, + "-": 0.32236871123313904 + }, + "id": "tp_18375" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2296897, + "label": "-", + "classification": { + "B": 1.3535689902255399e-08, + "S": 2.8142801511421567e-07, + "I": 4.225093653076328e-05, + "C": 8.509987878824177e-07, + "R": 2.3907344370854844e-07, + "M": 2.2832757622381905e-06, + "O": 3.026822469109902e-06, + "W": 3.1183492410491453e-07, + "N": 6.810090781073086e-06, + "Y": 0.00014986716269049793, + "U": 9.62614095101344e-08, + "K": 5.287561361910775e-05, + "L": 2.8034753185579575e-08, + "G": 8.796270776656456e-06, + "F": 0.003918630536645651, + "E": 9.227124974131584e-05, + "T": 9.707725257612765e-05, + "P": 0.25575220584869385, + "-": 0.7398720979690552 + }, + "id": "tp_18376" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2297030, + "label": "-", + "classification": { + "B": 5.356570742520717e-10, + "S": 6.297105614727627e-10, + "I": 3.9767521229805425e-05, + "C": 1.0923648687821697e-06, + "R": 1.0228573898984905e-07, + "M": 5.852095341651875e-07, + "O": 1.870281636229265e-07, + "W": 2.1081048018345427e-09, + "N": 1.9025590347609977e-07, + "Y": 4.746191552840173e-05, + "U": 2.5900426248171016e-09, + "K": 5.1407953449711385e-09, + "L": 1.3225067263533674e-08, + "G": 3.4679217151278863e-06, + "F": 0.00020966256852261722, + "E": 3.827665295830229e-06, + "T": 1.7599790226086043e-05, + "P": 0.22395916283130646, + "-": 0.7757169008255005 + }, + "id": "tp_18377" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2297130, + "label": "P", + "classification": { + "B": 8.990938202280141e-12, + "S": 1.7226510148904417e-11, + "I": 2.843680249497993e-06, + "C": 2.0043049442364236e-09, + "R": 7.862693135463061e-11, + "M": 3.644184121132099e-10, + "O": 4.393721497741865e-10, + "W": 5.408151357300106e-11, + "N": 1.747406663810125e-08, + "Y": 1.6770937349974702e-07, + "U": 1.0163248020944593e-10, + "K": 8.761176673033333e-09, + "L": 5.493901774483723e-12, + "G": 1.3988843861056921e-08, + "F": 2.438682349747978e-05, + "E": 2.421173348921002e-06, + "T": 5.970209571160012e-08, + "P": 0.837456226348877, + "-": 0.1625138819217682 + }, + "id": "tp_18378" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2297264, + "label": "-", + "classification": { + "B": 2.694481082698985e-08, + "S": 7.3515771248366946e-09, + "I": 2.803733650580398e-06, + "C": 3.3825307355073164e-07, + "R": 1.044531128258086e-08, + "M": 1.0492975661691162e-06, + "O": 2.593409362816601e-07, + "W": 4.557390909099013e-09, + "N": 1.4218790056474973e-07, + "Y": 1.569776941323653e-05, + "U": 9.721120575179043e-10, + "K": 6.413144433281559e-07, + "L": 1.1694802459771836e-08, + "G": 4.294767859391868e-05, + "F": 0.01411342341452837, + "E": 0.0006221423391252756, + "T": 6.705402938678162e-06, + "P": 0.31594738364219666, + "-": 0.6692463755607605 + }, + "id": "tp_18379" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2297397, + "label": "P", + "classification": { + "B": 8.349369529092598e-10, + "S": 9.269042200443778e-10, + "I": 2.1382867998909205e-05, + "C": 3.455304309341045e-08, + "R": 1.4220482569271553e-09, + "M": 3.179894179083931e-07, + "O": 2.2284497802615988e-08, + "W": 8.109746207907165e-10, + "N": 1.6428150217961957e-07, + "Y": 8.980884558695834e-06, + "U": 3.50849571617573e-10, + "K": 5.08549424793614e-09, + "L": 8.636567017106245e-10, + "G": 4.561108539746783e-07, + "F": 8.896487270249054e-05, + "E": 2.6728534066933207e-05, + "T": 3.725994702108437e-06, + "P": 0.7337738275527954, + "-": 0.2660753130912781 + }, + "id": "tp_18380" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2297531, + "label": "P", + "classification": { + "B": 1.9599522005364634e-09, + "S": 3.6569178241130373e-10, + "I": 3.882814326061634e-06, + "C": 2.9019318503742397e-08, + "R": 5.203102948492244e-10, + "M": 3.260653613779141e-07, + "O": 2.940701016029834e-08, + "W": 4.2355421947526395e-10, + "N": 2.456883585466585e-08, + "Y": 3.1796198527445085e-06, + "U": 1.3014692101798175e-10, + "K": 1.3496980200145003e-09, + "L": 1.7568327903560998e-09, + "G": 3.91673620470101e-06, + "F": 0.00020851661975029856, + "E": 3.4992019209312275e-05, + "T": 1.8973072428707383e-06, + "P": 0.5051948428153992, + "-": 0.49454832077026367 + }, + "id": "tp_18381" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2297631, + "label": "-", + "classification": { + "B": 6.615896632616858e-12, + "S": 2.905814911607907e-12, + "I": 2.50399966716941e-06, + "C": 2.7257961221494043e-08, + "R": 2.3500318357960737e-10, + "M": 7.501009591237562e-09, + "O": 1.4284806670872285e-09, + "W": 9.364908154507745e-12, + "N": 8.750538071922165e-09, + "Y": 2.125583250744967e-06, + "U": 4.694078806211088e-11, + "K": 5.344851228272773e-10, + "L": 4.959722910147235e-11, + "G": 2.5169916284539795e-07, + "F": 2.281959132233169e-05, + "E": 7.167055855461513e-07, + "T": 7.345538506342564e-07, + "P": 0.3173905611038208, + "-": 0.682580292224884 + }, + "id": "tp_18382" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2297764, + "label": "P", + "classification": { + "B": 5.199060626459584e-10, + "S": 2.206061167076001e-10, + "I": 1.6345062249456532e-05, + "C": 4.5286206784567185e-08, + "R": 7.744981878055057e-10, + "M": 3.809940452015326e-08, + "O": 1.0613110390522706e-08, + "W": 4.348553461763771e-10, + "N": 1.6827391391416313e-07, + "Y": 1.5529606116615469e-06, + "U": 2.6811006192950515e-10, + "K": 7.223651898868866e-09, + "L": 3.057967767894354e-10, + "G": 3.8907225530238065e-07, + "F": 0.0001167560403700918, + "E": 2.081727870972827e-05, + "T": 3.00347977599813e-07, + "P": 0.8180774450302124, + "-": 0.1817661076784134 + }, + "id": "tp_18383" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2297898, + "label": "-", + "classification": { + "B": 7.429632091771055e-07, + "S": 2.62840239884099e-06, + "I": 0.0030711228027939796, + "C": 9.785450674826279e-05, + "R": 1.0180902791034896e-05, + "M": 0.00026441336376592517, + "O": 3.1640629458706826e-05, + "W": 5.530707312573213e-06, + "N": 0.0001688122283667326, + "Y": 0.0013077588519081473, + "U": 1.6822995121401618e-06, + "K": 0.00026216646074317396, + "L": 1.511033701717679e-06, + "G": 0.00039022459532134235, + "F": 0.0070922356098890305, + "E": 0.003839540295302868, + "T": 0.0006517203873954713, + "P": 0.4410175383090973, + "-": 0.541782796382904 + }, + "id": "tp_18384" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2298031, + "label": "P", + "classification": { + "B": 5.353198440083418e-10, + "S": 2.5437244324799657e-11, + "I": 1.249753267984488e-06, + "C": 7.439583393775706e-10, + "R": 3.7177521478026776e-11, + "M": 2.464666692958417e-08, + "O": 3.866901465698902e-09, + "W": 2.8192037246355106e-11, + "N": 4.674634013213108e-09, + "Y": 3.450194014931185e-07, + "U": 5.866875561755247e-12, + "K": 8.918929830792344e-12, + "L": 9.896605757120369e-11, + "G": 1.0243476111782002e-07, + "F": 1.2679271094384603e-05, + "E": 2.1436608221847564e-06, + "T": 2.398311380602536e-07, + "P": 0.7528949975967407, + "-": 0.24708816409111023 + }, + "id": "tp_18385" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2298131, + "label": "P", + "classification": { + "B": 2.1393982418960178e-10, + "S": 3.488676708629512e-11, + "I": 5.18581884989544e-07, + "C": 1.685756048641629e-11, + "R": 8.93423085079198e-13, + "M": 1.3650016672528409e-09, + "O": 1.0699786612278217e-09, + "W": 4.980776641821949e-12, + "N": 1.384792502889809e-09, + "Y": 8.595212541706587e-09, + "U": 2.1667944402701395e-13, + "K": 2.956000651503296e-14, + "L": 1.6177378880932736e-11, + "G": 8.013678054474838e-10, + "F": 4.972160922989133e-07, + "E": 4.339905146366618e-08, + "T": 2.268925314297121e-08, + "P": 0.906715989112854, + "-": 0.09328295290470123 + }, + "id": "tp_18386" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2298265, + "label": "-", + "classification": { + "B": 5.0935515361061334e-08, + "S": 3.4365047696383044e-08, + "I": 0.00013836791913490742, + "C": 1.0461671081429813e-05, + "R": 8.918756293496699e-07, + "M": 1.1070875189034268e-05, + "O": 4.725343842437724e-06, + "W": 9.854971949607716e-08, + "N": 2.8933886824233923e-06, + "Y": 6.183901859913021e-05, + "U": 7.219492204058042e-08, + "K": 7.158460135769928e-08, + "L": 3.170438844790624e-07, + "G": 5.931904524913989e-05, + "F": 0.00026620307471603155, + "E": 4.227516183163971e-05, + "T": 7.624304271303117e-05, + "P": 0.4355354905128479, + "-": 0.5637895464897156 + }, + "id": "tp_18387" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2298398, + "label": "-", + "classification": { + "B": 1.2257600019438541e-06, + "S": 7.002917801202102e-09, + "I": 2.8786757866328117e-06, + "C": 1.3957307309908629e-08, + "R": 1.5934021879715488e-09, + "M": 5.649212198477471e-06, + "O": 3.417644848013879e-06, + "W": 5.347431830671212e-09, + "N": 2.0191507132949482e-08, + "Y": 1.2221427141412278e-06, + "U": 1.5432705113838097e-10, + "K": 1.3918511796665728e-13, + "L": 4.2251954823768756e-07, + "G": 3.0214619073376525e-06, + "F": 2.3525155938841635e-06, + "E": 1.0700102848204551e-06, + "T": 1.8254011592944153e-05, + "P": 0.2737097144126892, + "-": 0.7262507081031799 + }, + "id": "tp_18388" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2298532, + "label": "-", + "classification": { + "B": 1.8135949630959658e-06, + "S": 2.345574557693908e-06, + "I": 2.6291445465176366e-06, + "C": 1.722188969210947e-08, + "R": 3.623942701480587e-09, + "M": 1.102091118809767e-05, + "O": 1.4207545973476954e-05, + "W": 2.9684522928619117e-07, + "N": 2.5762335553736193e-07, + "Y": 2.280181206515408e-06, + "U": 1.6681228620640809e-09, + "K": 3.943413595663969e-09, + "L": 4.2751622686409974e-07, + "G": 2.5484778234385885e-06, + "F": 0.0009132740669883788, + "E": 3.883680619765073e-05, + "T": 2.057442361547146e-05, + "P": 0.21177755296230316, + "-": 0.7872119545936584 + }, + "id": "tp_18389" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2298632, + "label": "P", + "classification": { + "B": 5.969258836557856e-06, + "S": 1.6979805650407798e-06, + "I": 0.01650811731815338, + "C": 5.411144593381323e-05, + "R": 1.0659515282895882e-05, + "M": 9.84109501587227e-05, + "O": 2.2649977836408652e-05, + "W": 1.135500042437343e-06, + "N": 0.0003200348874088377, + "Y": 0.0009703004034236073, + "U": 1.587738324815291e-06, + "K": 6.525757271447219e-06, + "L": 3.69241570297163e-06, + "G": 0.0003394023806322366, + "F": 0.0005454643396660686, + "E": 0.0020741296466439962, + "T": 0.0005016649374738336, + "P": 0.7192934155464172, + "-": 0.25924089550971985 + }, + "id": "tp_18390" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2298765, + "label": "P", + "classification": { + "B": 6.600255915145681e-07, + "S": 7.270730293384986e-07, + "I": 0.0002976440009661019, + "C": 5.677778062818106e-06, + "R": 2.9429796200020064e-07, + "M": 1.6870175386429764e-05, + "O": 2.10978487302782e-06, + "W": 2.647978192271694e-07, + "N": 1.891282772703562e-05, + "Y": 0.00025836218264885247, + "U": 5.289803084451705e-08, + "K": 5.2390638302313164e-05, + "L": 1.246281016165085e-07, + "G": 0.0002885314461309463, + "F": 0.014202906750142574, + "E": 0.010161238722503185, + "T": 8.206767961382866e-05, + "P": 0.6480088233947754, + "-": 0.32660242915153503 + }, + "id": "tp_18391" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2298899, + "label": "P", + "classification": { + "B": 5.776047418137864e-10, + "S": 6.914843142524774e-10, + "I": 2.443915218464099e-05, + "C": 2.0662197286469564e-08, + "R": 2.366962181810095e-09, + "M": 8.52776338433614e-08, + "O": 1.7181067235583214e-08, + "W": 3.9553493813571095e-10, + "N": 6.949376256670803e-07, + "Y": 1.0536911759118084e-05, + "U": 4.22623352980267e-10, + "K": 4.821987786840509e-08, + "L": 1.4121456781701625e-10, + "G": 4.892739298156812e-07, + "F": 3.4113461879314855e-05, + "E": 1.4197285963746253e-05, + "T": 3.5792611470242264e-06, + "P": 0.9213008284568787, + "-": 0.07861099392175674 + }, + "id": "tp_18392" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2299032, + "label": "P", + "classification": { + "B": 4.978947032441283e-09, + "S": 6.1149534325011246e-09, + "I": 5.381418304750696e-06, + "C": 5.8809987990571244e-08, + "R": 9.32647958862276e-10, + "M": 2.5726029662109795e-07, + "O": 4.509118056716943e-08, + "W": 2.5893525101849946e-09, + "N": 2.0656941046581778e-07, + "Y": 3.819944140559528e-06, + "U": 7.94589616326391e-10, + "K": 2.198974442535473e-07, + "L": 1.4280383542342179e-09, + "G": 2.041029347310541e-06, + "F": 0.001966298557817936, + "E": 0.00024519124417565763, + "T": 2.2198967144504422e-06, + "P": 0.6462560892105103, + "-": 0.3515181839466095 + }, + "id": "tp_18393" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2299132, + "label": "P", + "classification": { + "B": 5.563474405789748e-05, + "S": 6.434139504563063e-05, + "I": 0.043861210346221924, + "C": 0.0004443931975401938, + "R": 0.00015575200086459517, + "M": 0.0004348197835497558, + "O": 0.0002292639692313969, + "W": 4.928528142045252e-05, + "N": 0.0026129723992198706, + "Y": 0.0018365737050771713, + "U": 2.4490040232194588e-05, + "K": 4.5156164560467005e-05, + "L": 5.4152318625710905e-05, + "G": 0.0007152498001232743, + "F": 0.0015967328799888492, + "E": 0.0026965150609612465, + "T": 0.0023177596740424633, + "P": 0.7937514185905457, + "-": 0.14905431866645813 + }, + "id": "tp_18394" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2299266, + "label": "P", + "classification": { + "B": 3.533553183387994e-08, + "S": 5.243842338131799e-08, + "I": 0.00017865658446680754, + "C": 1.4863477417748072e-06, + "R": 1.5546461895610264e-07, + "M": 6.9169627749943174e-06, + "O": 1.0794399258884368e-06, + "W": 8.21576406906388e-08, + "N": 6.046946964488598e-06, + "Y": 7.186754373833537e-05, + "U": 5.362966604138819e-08, + "K": 3.1278359529096633e-06, + "L": 3.356634792339719e-08, + "G": 1.4416971680475399e-05, + "F": 0.0008464441052637994, + "E": 0.0001682661531958729, + "T": 5.8059020375367254e-05, + "P": 0.5399628281593323, + "-": 0.4586804509162903 + }, + "id": "tp_18395" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2299399, + "label": "-", + "classification": { + "B": 5.197311838855967e-05, + "S": 6.212086009327322e-05, + "I": 0.00495022302493453, + "C": 0.0004514660977292806, + "R": 0.00012220494681969285, + "M": 0.00040550329140387475, + "O": 0.00030873139621689916, + "W": 7.599144737469032e-05, + "N": 0.0009763769921846688, + "Y": 0.0038550388999283314, + "U": 4.3278272642055526e-05, + "K": 0.001891935127787292, + "L": 3.511834074743092e-05, + "G": 0.002648530527949333, + "F": 0.03745124489068985, + "E": 0.0163743756711483, + "T": 0.0011974719818681479, + "P": 0.4639734923839569, + "-": 0.4651249349117279 + }, + "id": "tp_18396" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2299533, + "label": "P", + "classification": { + "B": 6.126436460363038e-07, + "S": 5.132729086199106e-08, + "I": 0.0002843765541911125, + "C": 9.698506801214535e-06, + "R": 2.697979084587132e-07, + "M": 6.080062121327501e-06, + "O": 1.6169666423593299e-06, + "W": 6.090665038982479e-08, + "N": 8.808403435978107e-06, + "Y": 1.879543560789898e-05, + "U": 9.610605644638781e-08, + "K": 8.811376517314784e-08, + "L": 2.440314119667164e-07, + "G": 3.8526140997419134e-05, + "F": 0.00027304174727760255, + "E": 0.00022534173331223428, + "T": 3.782788189710118e-05, + "P": 0.7817285060882568, + "-": 0.21736590564250946 + }, + "id": "tp_18397" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2299633, + "label": "-", + "classification": { + "B": 9.275938239738934e-09, + "S": 6.3461600419145725e-09, + "I": 1.5056643860589247e-05, + "C": 1.6552020269955392e-06, + "R": 4.7007471692950276e-08, + "M": 5.237208142716554e-07, + "O": 3.6687623605757835e-07, + "W": 2.1224412449782903e-08, + "N": 8.564854283577006e-07, + "Y": 5.577340562012978e-05, + "U": 1.5776494777242078e-08, + "K": 2.5265812837460544e-06, + "L": 7.099788312814326e-09, + "G": 2.1854388251085766e-05, + "F": 0.003870079992339015, + "E": 0.00016115469043143094, + "T": 7.487570655939635e-06, + "P": 0.39154210686683655, + "-": 0.6043204069137573 + }, + "id": "tp_18398" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2299766, + "label": "-", + "classification": { + "B": 6.12952935625799e-05, + "S": 2.7694561140378937e-05, + "I": 0.0001835355651564896, + "C": 3.495826240396127e-05, + "R": 5.828310804645298e-06, + "M": 0.0005664650816470385, + "O": 0.00010516477777855471, + "W": 5.761529791925568e-06, + "N": 9.22533763514366e-06, + "Y": 0.0016284334706142545, + "U": 2.450872784720559e-07, + "K": 4.149925644014729e-06, + "L": 2.24782525037881e-05, + "G": 0.0012209785636514425, + "F": 0.036424387246370316, + "E": 0.0012263981625437737, + "T": 0.0006129760295152664, + "P": 0.1353839635848999, + "-": 0.8224760890007019 + }, + "id": "tp_18399" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2299900, + "label": "-", + "classification": { + "B": 5.951126258452177e-10, + "S": 2.4800048681328235e-09, + "I": 1.4485041901934892e-05, + "C": 1.4524430298479274e-06, + "R": 3.084593203084296e-08, + "M": 4.704477021277853e-07, + "O": 2.0533590827653825e-07, + "W": 1.2603491583718096e-08, + "N": 1.0654509878804674e-06, + "Y": 8.642014290671796e-05, + "U": 5.740374842133633e-09, + "K": 1.0901959285547491e-05, + "L": 4.419231647290189e-09, + "G": 4.368471491034143e-05, + "F": 0.00745236175134778, + "E": 0.0004375474527478218, + "T": 8.350121788680553e-06, + "P": 0.3468206226825714, + "-": 0.6451222896575928 + }, + "id": "tp_18400" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2300000, + "label": "P", + "classification": { + "B": 4.322521895971931e-09, + "S": 2.6015429810399837e-09, + "I": 8.28123593237251e-05, + "C": 4.5818455873813946e-07, + "R": 2.307189106431906e-08, + "M": 2.0699872038676403e-07, + "O": 1.0257092952770108e-07, + "W": 7.054455686272831e-09, + "N": 1.7424781617592089e-06, + "Y": 1.7451415260438807e-05, + "U": 1.0220373880542866e-08, + "K": 9.178581876767566e-07, + "L": 1.8207548801996154e-09, + "G": 1.515656549599953e-06, + "F": 0.00027136807329952717, + "E": 5.45627590327058e-05, + "T": 4.585100214171689e-06, + "P": 0.681652843952179, + "-": 0.31791141629219055 + }, + "id": "tp_18401" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2300133, + "label": "P", + "classification": { + "B": 4.982382950657893e-09, + "S": 8.628150638401166e-09, + "I": 3.2465650292579085e-06, + "C": 2.7437561112009234e-09, + "R": 2.9651789357210134e-10, + "M": 2.6446921097544873e-08, + "O": 6.418164844035346e-08, + "W": 4.603787129298098e-09, + "N": 2.067336595246161e-07, + "Y": 3.3607489058340434e-07, + "U": 3.0870583866970946e-10, + "K": 1.3600652160050686e-08, + "L": 4.113085427803753e-10, + "G": 1.4459449459991447e-07, + "F": 8.917069499148056e-05, + "E": 6.0433662838477176e-06, + "T": 8.858786486598547e-07, + "P": 0.8494904041290283, + "-": 0.15040943026542664 + }, + "id": "tp_18402" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2300267, + "label": "-", + "classification": { + "B": 5.171606787257588e-08, + "S": 1.465929386768039e-07, + "I": 0.0001118852524086833, + "C": 2.5360182007716503e-06, + "R": 1.5475417569632555e-07, + "M": 8.789510502538178e-06, + "O": 3.1808704079594463e-06, + "W": 1.6491259202666697e-07, + "N": 8.401851118833292e-06, + "Y": 0.0001710184005787596, + "U": 1.0923429272224894e-07, + "K": 1.0268807272950653e-05, + "L": 4.654244278867736e-08, + "G": 3.663235838757828e-05, + "F": 0.0006572378915734589, + "E": 0.0002121628203894943, + "T": 0.0001298700226470828, + "P": 0.2988291382789612, + "-": 0.6998183131217957 + }, + "id": "tp_18403" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2300400, + "label": "-", + "classification": { + "B": 2.505128771090881e-09, + "S": 3.6188232965805867e-10, + "I": 7.17536750016734e-07, + "C": 2.647716712544934e-08, + "R": 6.328583768144824e-10, + "M": 1.3429298917344568e-07, + "O": 5.100931232959738e-08, + "W": 6.09443329135928e-10, + "N": 1.2624172818220813e-08, + "Y": 3.3243493362533627e-06, + "U": 2.7431279470135905e-10, + "K": 5.138406589111355e-09, + "L": 1.3017772415579998e-09, + "G": 1.1455363164714072e-06, + "F": 0.00017032504547387362, + "E": 2.6557891033007763e-06, + "T": 2.2408155473385705e-06, + "P": 0.1885892152786255, + "-": 0.8112301230430603 + }, + "id": "tp_18404" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2300501, + "label": "P", + "classification": { + "B": 7.52696038830436e-09, + "S": 2.3282517247480428e-08, + "I": 1.1208077012270223e-05, + "C": 4.873157877227641e-08, + "R": 7.44423633847191e-09, + "M": 2.2259862930695817e-07, + "O": 2.6545774289843393e-07, + "W": 2.6103993633341815e-08, + "N": 5.423922857517027e-07, + "Y": 5.823080755362753e-06, + "U": 4.061079028616632e-09, + "K": 3.5230783623774187e-07, + "L": 4.038770207159814e-09, + "G": 1.0606185014694347e-06, + "F": 0.0011885554995387793, + "E": 1.3644333193951752e-05, + "T": 4.801195245818235e-06, + "P": 0.6527126431465149, + "-": 0.3460608124732971 + }, + "id": "tp_18405" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2300634, + "label": "-", + "classification": { + "B": 1.199227739334674e-07, + "S": 8.348844460215332e-08, + "I": 0.00269241607747972, + "C": 2.339402271900326e-05, + "R": 3.7718214116466697e-06, + "M": 0.00011910981993423775, + "O": 7.297460342670092e-06, + "W": 1.206031186029577e-07, + "N": 2.9702239771722816e-05, + "Y": 0.0016874559223651886, + "U": 1.0772087222221671e-07, + "K": 7.298229434127279e-07, + "L": 1.0069346672025858e-06, + "G": 0.0003633429005276412, + "F": 0.0013175883796066046, + "E": 0.0006905088666826487, + "T": 0.0005162007291801274, + "P": 0.44474661350250244, + "-": 0.5478004813194275 + }, + "id": "tp_18406" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2300767, + "label": "-", + "classification": { + "B": 1.8256658407267423e-08, + "S": 1.9088016500745653e-08, + "I": 4.144961712881923e-05, + "C": 7.12939993263717e-07, + "R": 2.4168942402980065e-08, + "M": 1.7311089095528587e-06, + "O": 6.723536216668435e-07, + "W": 3.148667104824199e-08, + "N": 1.7947597825695993e-06, + "Y": 3.004672544193454e-05, + "U": 1.764363233291988e-08, + "K": 1.3354271004573093e-06, + "L": 1.6471195962708407e-08, + "G": 6.80300854583038e-06, + "F": 0.0012063216418027878, + "E": 0.00019156075723003596, + "T": 1.081892605725443e-05, + "P": 0.38378894329071045, + "-": 0.6147176623344421 + }, + "id": "tp_18407" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2300901, + "label": "-", + "classification": { + "B": 1.1361443341684208e-08, + "S": 4.133518771709532e-08, + "I": 4.22079574491363e-05, + "C": 3.13196267143212e-07, + "R": 2.6699510158323392e-08, + "M": 2.0819256860704627e-06, + "O": 7.355815228038409e-07, + "W": 7.520424816220839e-08, + "N": 2.2969381916482234e-06, + "Y": 1.5544359484920278e-05, + "U": 3.7367808403132585e-08, + "K": 3.0463866096397396e-06, + "L": 1.7904460136719536e-08, + "G": 2.6043533125630347e-06, + "F": 0.0011948096798732877, + "E": 9.075496200239286e-05, + "T": 2.9709186492254958e-05, + "P": 0.373236745595932, + "-": 0.6253788471221924 + }, + "id": "tp_18408" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2301001, + "label": "P", + "classification": { + "B": 2.2708206842692036e-11, + "S": 2.7533711421945384e-10, + "I": 1.4614805650126073e-06, + "C": 4.681882104229373e-10, + "R": 1.632793206196581e-11, + "M": 4.71248018385495e-09, + "O": 1.6034814587229107e-09, + "W": 8.324366196355015e-11, + "N": 4.213097781757824e-08, + "Y": 4.2063715000040247e-07, + "U": 1.365087730353931e-11, + "K": 1.5789508367447525e-08, + "L": 7.148344416396668e-12, + "G": 1.700908391910616e-08, + "F": 0.00010442749771755189, + "E": 3.2328555334970588e-06, + "T": 1.8706754190134234e-07, + "P": 0.808181643486023, + "-": 0.19170859456062317 + }, + "id": "tp_18409" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2301134, + "label": "-", + "classification": { + "B": 7.439702742750853e-10, + "S": 2.035585727755418e-10, + "I": 6.775752262910828e-05, + "C": 3.622474196163239e-07, + "R": 7.185082306904178e-09, + "M": 7.834206599000026e-07, + "O": 5.848825068710539e-08, + "W": 1.7263086515839632e-09, + "N": 3.6415596582628496e-07, + "Y": 7.367273792624474e-05, + "U": 9.646733412083108e-10, + "K": 2.451172917972144e-07, + "L": 5.577502348863561e-10, + "G": 2.803720917654573e-06, + "F": 5.5929849622771144e-05, + "E": 0.00014361049397848547, + "T": 9.128782039624639e-06, + "P": 0.2293127030134201, + "-": 0.7703325748443604 + }, + "id": "tp_18410" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2301268, + "label": "-", + "classification": { + "B": 3.495548989151942e-11, + "S": 4.2859926718818997e-10, + "I": 2.6433971811457013e-07, + "C": 8.876765988929947e-09, + "R": 7.685127534351466e-10, + "M": 1.0720854248802425e-07, + "O": 2.259018394568102e-08, + "W": 1.1439301728088935e-09, + "N": 8.626431124980627e-09, + "Y": 1.836091723816935e-05, + "U": 7.495737364138222e-11, + "K": 7.546815936620987e-07, + "L": 5.744265826890249e-11, + "G": 3.484475996629044e-07, + "F": 0.0005414480692707002, + "E": 2.8823876618844224e-06, + "T": 1.9690435237862403e-06, + "P": 0.032087478786706924, + "-": 0.9673463702201843 + }, + "id": "tp_18411" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2301401, + "label": "P", + "classification": { + "B": 2.765072508736921e-07, + "S": 5.6857338393001555e-08, + "I": 4.829819226870313e-05, + "C": 2.9244006327644456e-07, + "R": 3.415371097048592e-08, + "M": 1.0765601246021106e-06, + "O": 1.9034999922951101e-06, + "W": 5.996472651759177e-08, + "N": 2.443098537696642e-06, + "Y": 6.9718435042886995e-06, + "U": 9.861553351697694e-09, + "K": 6.729373325242705e-08, + "L": 4.4547469713052124e-08, + "G": 5.3927024055155925e-06, + "F": 0.0002560870489105582, + "E": 4.1968356526922435e-05, + "T": 7.125138381525176e-06, + "P": 0.8318244218826294, + "-": 0.1678035855293274 + }, + "id": "tp_18412" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2301502, + "label": "-", + "classification": { + "B": 1.4176463309922838e-06, + "S": 2.4997102627821732e-06, + "I": 5.0505359467933886e-06, + "C": 1.3314964917299221e-06, + "R": 1.5204359726794792e-07, + "M": 7.323241152334958e-05, + "O": 2.0818953998968937e-05, + "W": 4.798248482984491e-07, + "N": 3.615902812725835e-07, + "Y": 5.421476089395583e-05, + "U": 1.7860038781236653e-08, + "K": 4.676459752772644e-08, + "L": 1.7614984244573861e-06, + "G": 2.9230579457362182e-05, + "F": 0.0020557998213917017, + "E": 2.8664198907790706e-05, + "T": 0.0001272023655474186, + "P": 0.06149715185165405, + "-": 0.9361006021499634 + }, + "id": "tp_18413" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2301635, + "label": "P", + "classification": { + "B": 1.0049137737222491e-11, + "S": 1.189736894072202e-12, + "I": 1.3349582559385453e-06, + "C": 2.2611577055187126e-09, + "R": 3.5337160281256885e-11, + "M": 2.673218091331364e-09, + "O": 3.8371020250060894e-10, + "W": 3.15959368044072e-12, + "N": 2.8111590832935462e-09, + "Y": 7.975128824000421e-08, + "U": 4.155664094090961e-12, + "K": 2.91004512154025e-11, + "L": 2.886477732180759e-12, + "G": 1.226162549272658e-08, + "F": 1.7533776599520934e-06, + "E": 3.2596307164567406e-07, + "T": 7.755573960821494e-08, + "P": 0.7136473655700684, + "-": 0.28634902834892273 + }, + "id": "tp_18414" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2301768, + "label": "P", + "classification": { + "B": 3.0843347076370264e-07, + "S": 1.4421655691876367e-07, + "I": 8.923937457439024e-06, + "C": 8.345492119588016e-08, + "R": 2.42319817544967e-08, + "M": 9.946450063580414e-08, + "O": 8.360966603504494e-07, + "W": 6.330753166139402e-08, + "N": 1.0287695886290749e-06, + "Y": 2.782816636681673e-06, + "U": 1.341943711707927e-08, + "K": 1.7236266103282105e-07, + "L": 1.9915129101377715e-08, + "G": 1.982650019272114e-06, + "F": 0.0005620184820145369, + "E": 1.1806251677626278e-05, + "T": 5.827854238305008e-06, + "P": 0.7747254371643066, + "-": 0.2246783822774887 + }, + "id": "tp_18415" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2301902, + "label": "-", + "classification": { + "B": 2.6625424087711735e-10, + "S": 2.0136754763644404e-10, + "I": 2.8979527996852994e-05, + "C": 4.3989246023556916e-07, + "R": 1.987717546114709e-08, + "M": 1.5051868729187845e-07, + "O": 5.1515886667630184e-08, + "W": 1.0429217489615894e-09, + "N": 1.9885415269982332e-07, + "Y": 1.024091943691019e-05, + "U": 3.179762453342505e-09, + "K": 4.958857857673138e-08, + "L": 1.691983331220115e-09, + "G": 1.0047808700619498e-06, + "F": 9.309761662734672e-05, + "E": 7.87545013736235e-06, + "T": 5.521680577658117e-06, + "P": 0.1431647092103958, + "-": 0.8566877245903015 + }, + "id": "tp_18416" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2302002, + "label": "-", + "classification": { + "B": 2.31454624355365e-08, + "S": 6.656554862871644e-09, + "I": 5.986125415802235e-06, + "C": 2.157671161739927e-07, + "R": 2.0203662742801498e-08, + "M": 1.7314184788119746e-06, + "O": 3.9579589383720304e-07, + "W": 1.4216245070031164e-08, + "N": 2.1701646346627967e-07, + "Y": 6.423813465517014e-05, + "U": 1.1728945814581948e-08, + "K": 6.172421080918866e-07, + "L": 9.954757906882605e-09, + "G": 4.309227279009065e-06, + "F": 0.00022696364612784237, + "E": 1.1614448339969385e-05, + "T": 3.58409270120319e-05, + "P": 0.11965072900056839, + "-": 0.8799971342086792 + }, + "id": "tp_18417" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2302135, + "label": "P", + "classification": { + "B": 8.772562232195469e-09, + "S": 3.648540314316051e-08, + "I": 6.313300218607765e-06, + "C": 1.8751046937381943e-08, + "R": 1.4285184146700658e-09, + "M": 1.9495763581289793e-07, + "O": 2.709440707349131e-07, + "W": 1.3902710094271242e-08, + "N": 3.7737123648184934e-07, + "Y": 3.1306590244639665e-06, + "U": 2.3494499679088676e-09, + "K": 2.4212074123397542e-08, + "L": 5.073161446489394e-09, + "G": 5.564668299484765e-07, + "F": 9.793849312700331e-05, + "E": 5.20891217092867e-06, + "T": 1.5840665582800284e-05, + "P": 0.6208399534225464, + "-": 0.3790300786495209 + }, + "id": "tp_18418" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2302269, + "label": "-", + "classification": { + "B": 2.5587325227366398e-12, + "S": 7.938298456078297e-12, + "I": 1.924072847714342e-07, + "C": 1.8981034521914353e-09, + "R": 5.715691808738654e-12, + "M": 7.488214492923362e-08, + "O": 1.964064022530465e-09, + "W": 3.689159654846064e-12, + "N": 7.945850089008388e-10, + "Y": 1.6219199494571512e-07, + "U": 2.811397382257441e-12, + "K": 1.4117867031676612e-12, + "L": 7.998183365609535e-11, + "G": 1.2331263121723168e-08, + "F": 2.0450509055081056e-06, + "E": 4.493969925079e-07, + "T": 2.114132939823321e-06, + "P": 0.18628385663032532, + "-": 0.8137111067771912 + }, + "id": "tp_18419" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2302402, + "label": "P", + "classification": { + "B": 8.72367400006624e-06, + "S": 4.23692908952944e-05, + "I": 0.0022410727106034756, + "C": 3.8942402170505375e-05, + "R": 1.3516801118385047e-05, + "M": 8.176737173926085e-05, + "O": 0.0001101069719879888, + "W": 3.680840745801106e-05, + "N": 0.0009654721943661571, + "Y": 0.0013033620780333877, + "U": 1.5127736332942732e-05, + "K": 0.0019250523764640093, + "L": 6.352560376399197e-06, + "G": 0.00039113356615416706, + "F": 0.015966203063726425, + "E": 0.007081200368702412, + "T": 0.001014284323900938, + "P": 0.6908149719238281, + "-": 0.27794361114501953 + }, + "id": "tp_18420" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2302503, + "label": "P", + "classification": { + "B": 8.092355258115802e-11, + "S": 7.213009634021716e-10, + "I": 8.983022780739702e-06, + "C": 6.6616898664051405e-09, + "R": 8.73746908158779e-10, + "M": 2.0994798788365188e-08, + "O": 1.6216935350144013e-08, + "W": 1.6862838903008992e-09, + "N": 3.901976128872775e-07, + "Y": 1.0672340522432933e-06, + "U": 3.694769212803095e-10, + "K": 6.556859943884774e-07, + "L": 4.5924097857863444e-11, + "G": 7.626925935255713e-08, + "F": 0.00011709396494552493, + "E": 7.170918706833618e-06, + "T": 1.294257913286856e-06, + "P": 0.8546003103256226, + "-": 0.14526298642158508 + }, + "id": "tp_18421" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2302636, + "label": "P", + "classification": { + "B": 9.392107092054403e-10, + "S": 5.651345613699732e-09, + "I": 1.4693795492348727e-05, + "C": 8.217614322347799e-08, + "R": 7.968534276869832e-09, + "M": 1.6991816664813086e-07, + "O": 1.3696957523734454e-07, + "W": 3.4718783403775433e-09, + "N": 9.141391501543694e-07, + "Y": 6.815508186264196e-06, + "U": 1.6782822909178208e-09, + "K": 1.7099608839998837e-07, + "L": 2.176270719189688e-09, + "G": 1.6220208181039197e-06, + "F": 0.0007226344896480441, + "E": 1.7112057321355678e-05, + "T": 9.066381608135998e-06, + "P": 0.7270382046699524, + "-": 0.27218833565711975 + }, + "id": "tp_18422" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2302769, + "label": "-", + "classification": { + "B": 1.1661683840813453e-09, + "S": 3.321130748190626e-08, + "I": 7.3316614361829124e-06, + "C": 4.490810283641622e-07, + "R": 4.5291209005426936e-08, + "M": 1.0513588222238468e-06, + "O": 6.441444497795601e-07, + "W": 3.288015193447791e-08, + "N": 5.996624281578988e-07, + "Y": 5.452495679492131e-05, + "U": 1.9111048743525316e-08, + "K": 2.1485880097316112e-06, + "L": 1.3325004211139913e-08, + "G": 1.2856665989602334e-06, + "F": 0.0013005679938942194, + "E": 1.121720106311841e-05, + "T": 6.958880112506449e-05, + "P": 0.05639949440956116, + "-": 0.9421509504318237 + }, + "id": "tp_18423" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2302903, + "label": "-", + "classification": { + "B": 1.6443433423773968e-06, + "S": 1.4296675772129674e-06, + "I": 3.3693995646899566e-05, + "C": 2.1066803128633182e-06, + "R": 1.5513957407620182e-07, + "M": 1.4304838259704411e-05, + "O": 6.035449587216135e-06, + "W": 3.0451835186795506e-07, + "N": 3.0640062504971866e-06, + "Y": 8.886249270290136e-05, + "U": 4.408652287679615e-08, + "K": 7.453748480656941e-07, + "L": 2.339891977953812e-07, + "G": 4.545742922346108e-05, + "F": 0.004462146665900946, + "E": 0.00033856937079690397, + "T": 6.199603376444429e-05, + "P": 0.43497076630592346, + "-": 0.5599684715270996 + }, + "id": "tp_18424" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2303003, + "label": "-", + "classification": { + "B": 1.9188435089745326e-06, + "S": 5.6843668971851e-07, + "I": 0.00034527890966273844, + "C": 1.1042214282497298e-05, + "R": 2.3269835764949676e-06, + "M": 1.132614033849677e-05, + "O": 1.3238291103334632e-05, + "W": 1.324535674029903e-06, + "N": 1.7982933059101924e-05, + "Y": 0.0001506321714259684, + "U": 8.385557066503679e-07, + "K": 2.5934634777513565e-06, + "L": 9.293205494032009e-07, + "G": 4.342879765317775e-05, + "F": 0.00047744467156007886, + "E": 0.00011207651550648734, + "T": 0.00017668974760454148, + "P": 0.4752523601055145, + "-": 0.5233779549598694 + }, + "id": "tp_18425" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2303136, + "label": "-", + "classification": { + "B": 5.228251720446053e-10, + "S": 1.1785143694265088e-10, + "I": 1.085356871044496e-06, + "C": 3.25317128790914e-09, + "R": 1.4668974368525767e-10, + "M": 3.966478701045162e-08, + "O": 3.48348123679898e-08, + "W": 2.857696579372515e-10, + "N": 7.861919115725868e-09, + "Y": 7.124239118638798e-07, + "U": 4.045452514644943e-11, + "K": 2.4420807043235015e-10, + "L": 3.9706227195068777e-10, + "G": 2.0705174108570645e-07, + "F": 1.4158280464471318e-05, + "E": 4.407202709444391e-07, + "T": 1.2412008345563663e-06, + "P": 0.19782020151615143, + "-": 0.8021618723869324 + }, + "id": "tp_18426" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2303270, + "label": "-", + "classification": { + "B": 3.662642238111413e-12, + "S": 5.496221967132842e-12, + "I": 1.4733496200847185e-08, + "C": 1.4724096941698406e-10, + "R": 3.301570605449e-12, + "M": 2.08169392834634e-09, + "O": 1.4448737761796338e-09, + "W": 1.3998494204081613e-11, + "N": 4.2114037257512393e-10, + "Y": 1.4539052983764122e-07, + "U": 5.592803997700457e-12, + "K": 1.947431016446899e-08, + "L": 2.382690399149734e-12, + "G": 1.3305121449036506e-08, + "F": 8.765379607211798e-05, + "E": 2.923405304500193e-07, + "T": 3.0545857043762226e-07, + "P": 0.05163435637950897, + "-": 0.9482771754264832 + }, + "id": "tp_18427" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2303403, + "label": "P", + "classification": { + "B": 3.814419926584378e-07, + "S": 1.1973846767432406e-06, + "I": 0.00010923344234470278, + "C": 5.2804843164722115e-08, + "R": 1.7471940338964487e-08, + "M": 2.5521899260638747e-06, + "O": 2.1843866306880955e-06, + "W": 1.5512688378294115e-07, + "N": 7.95502000983106e-06, + "Y": 8.936923222790938e-06, + "U": 5.468141939246607e-09, + "K": 2.8688464226434007e-07, + "L": 5.2504752545701194e-08, + "G": 4.49309072791948e-06, + "F": 0.0005806977278552949, + "E": 3.953359919250943e-05, + "T": 1.7287231457885355e-05, + "P": 0.8579116463661194, + "-": 0.141313374042511 + }, + "id": "tp_18428" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2303504, + "label": "P", + "classification": { + "B": 3.017629069290706e-06, + "S": 9.007102619307261e-08, + "I": 1.2347100891929585e-05, + "C": 3.271509285696084e-08, + "R": 9.273767531681187e-09, + "M": 8.51816650992987e-07, + "O": 2.156141590603511e-06, + "W": 3.3317032688273684e-08, + "N": 1.8782084509894048e-07, + "Y": 2.335303406653111e-06, + "U": 1.910303470964436e-09, + "K": 2.2356365023123992e-11, + "L": 2.0662184851971688e-07, + "G": 2.2857554995425744e-06, + "F": 5.870784661965445e-06, + "E": 8.353999874088913e-07, + "T": 2.044457505689934e-05, + "P": 0.6874678730964661, + "-": 0.3124813735485077 + }, + "id": "tp_18429" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2303637, + "label": "-", + "classification": { + "B": 5.262666302741081e-09, + "S": 2.9376894872257253e-07, + "I": 4.246259049978107e-05, + "C": 1.6020788962123333e-07, + "R": 6.835934129867383e-08, + "M": 3.1540878353553126e-06, + "O": 2.0556851723085856e-06, + "W": 1.4892540889377415e-07, + "N": 4.953055849910015e-06, + "Y": 0.00010500494681764394, + "U": 2.1378596670729166e-08, + "K": 6.976879376452416e-06, + "L": 7.499570742197648e-09, + "G": 1.898139998957049e-06, + "F": 0.0004901038482785225, + "E": 6.362042768159881e-05, + "T": 0.0002132866793544963, + "P": 0.26189225912094116, + "-": 0.7371736168861389 + }, + "id": "tp_18430" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2303770, + "label": "-", + "classification": { + "B": 1.5081253953996843e-11, + "S": 5.946057535233251e-10, + "I": 9.206853064824827e-06, + "C": 3.873888587690999e-08, + "R": 1.00785202405973e-08, + "M": 4.028990474580496e-08, + "O": 6.683094966319914e-08, + "W": 1.0338913059015908e-09, + "N": 1.1745673589302896e-07, + "Y": 7.927967999421526e-06, + "U": 3.339433729543373e-10, + "K": 2.836382329007847e-08, + "L": 3.7909803074498427e-10, + "G": 2.3075298827279767e-07, + "F": 0.0001215145384776406, + "E": 6.053421657270519e-07, + "T": 6.2308808992384e-06, + "P": 0.16775189340114594, + "-": 0.8321020603179932 + }, + "id": "tp_18431" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2303904, + "label": "-", + "classification": { + "B": 1.556926983170559e-11, + "S": 6.358306893147758e-13, + "I": 5.2258237737135005e-09, + "C": 1.1444118222514454e-11, + "R": 1.4898935492453635e-13, + "M": 5.251610257772654e-10, + "O": 1.6840824568209456e-10, + "W": 4.450690575634464e-13, + "N": 3.177797261444404e-11, + "Y": 4.152239085897236e-08, + "U": 1.4822150939345496e-13, + "K": 2.197240306367476e-11, + "L": 1.017926411564507e-12, + "G": 6.821819997782086e-09, + "F": 1.0423478670418262e-05, + "E": 1.7120744644216757e-07, + "T": 2.9668035139707172e-08, + "P": 0.12636598944664001, + "-": 0.8736233115196228 + }, + "id": "tp_18432" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2304004, + "label": "-", + "classification": { + "B": 1.9517103211352804e-10, + "S": 1.4906218620547307e-11, + "I": 5.311277817554583e-08, + "C": 6.929874452055174e-10, + "R": 1.4952520124844604e-11, + "M": 4.938335962378915e-09, + "O": 3.3858666981245733e-09, + "W": 5.169722636089169e-11, + "N": 6.77019662553846e-10, + "Y": 1.1881464700991273e-07, + "U": 3.0351361614971983e-12, + "K": 1.0032316644092987e-10, + "L": 1.2465687336538078e-11, + "G": 3.624298372528756e-08, + "F": 3.16555451718159e-05, + "E": 4.627370628895733e-07, + "T": 6.510753536304037e-08, + "P": 0.4503346383571625, + "-": 0.5496329665184021 + }, + "id": "tp_18433" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2304137, + "label": "-", + "classification": { + "B": 1.3608157738945626e-14, + "S": 1.7273275230945614e-14, + "I": 3.6164691241680202e-09, + "C": 2.578951375370453e-12, + "R": 1.9370405141536963e-14, + "M": 7.101768478845472e-11, + "O": 2.0834783551193503e-11, + "W": 5.1530028616526835e-14, + "N": 2.4437439918867376e-11, + "Y": 1.160729645732772e-08, + "U": 1.0826713298399317e-14, + "K": 6.03643107721652e-11, + "L": 6.960502561424633e-15, + "G": 5.123201862744509e-10, + "F": 4.5288916226127185e-06, + "E": 6.093551263575137e-08, + "T": 5.916656498072825e-09, + "P": 0.14966560900211334, + "-": 0.8503298163414001 + }, + "id": "tp_18434" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2304271, + "label": "-", + "classification": { + "B": 9.265637856969988e-08, + "S": 1.7055960199741094e-08, + "I": 1.4847694728814531e-05, + "C": 2.926296645000548e-07, + "R": 2.609393767727397e-08, + "M": 6.065223260520725e-06, + "O": 1.5022033039713278e-06, + "W": 1.4679394588767991e-08, + "N": 5.605882051895605e-07, + "Y": 5.646435238304548e-05, + "U": 5.922657475565529e-09, + "K": 3.5792734109918456e-08, + "L": 2.668162579766431e-08, + "G": 1.483337109675631e-05, + "F": 0.00012759360834024847, + "E": 3.425052636885084e-05, + "T": 7.197079685283825e-05, + "P": 0.27856653928756714, + "-": 0.7211048007011414 + }, + "id": "tp_18435" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2304404, + "label": "P", + "classification": { + "B": 1.634406672501587e-11, + "S": 1.7657627096601125e-11, + "I": 2.3680719607455103e-07, + "C": 1.2502221480303888e-09, + "R": 2.153194809950687e-11, + "M": 1.6210953690531937e-09, + "O": 8.918487059972335e-10, + "W": 6.130828483774664e-11, + "N": 6.092482962571921e-09, + "Y": 4.905692776446813e-07, + "U": 3.113110116914619e-11, + "K": 3.342038468190367e-08, + "L": 6.107855540782303e-12, + "G": 5.05787660642909e-08, + "F": 0.00022831797832623124, + "E": 1.0137845492863562e-05, + "T": 1.0853534604393644e-07, + "P": 0.5408019423484802, + "-": 0.4589586555957794 + }, + "id": "tp_18436" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2304505, + "label": "-", + "classification": { + "B": 1.8102022658617045e-10, + "S": 3.106091217564e-10, + "I": 2.550024191805278e-07, + "C": 1.254062169664394e-07, + "R": 3.0086628743930532e-09, + "M": 1.4230674594273296e-07, + "O": 1.972422758456105e-08, + "W": 1.8492953002269275e-10, + "N": 6.82521461570218e-09, + "Y": 1.7435988411307335e-05, + "U": 9.963763147879945e-11, + "K": 1.530346622757861e-07, + "L": 7.624317843735184e-10, + "G": 7.433120572386542e-06, + "F": 0.0015385568840429187, + "E": 1.6093526937766e-05, + "T": 1.9208698631700827e-06, + "P": 0.016633998602628708, + "-": 0.9817837476730347 + }, + "id": "tp_18437" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2304638, + "label": "P", + "classification": { + "B": 2.0679746803864418e-10, + "S": 8.110969673680302e-10, + "I": 8.873445949575398e-06, + "C": 2.0305522596686387e-08, + "R": 1.849423503230696e-09, + "M": 2.9875482709940115e-07, + "O": 5.2713140519244917e-08, + "W": 3.481684385242545e-10, + "N": 1.3932265119365184e-07, + "Y": 4.3750314944190904e-06, + "U": 1.975545976806714e-10, + "K": 6.757791659595114e-09, + "L": 7.266799384453293e-10, + "G": 8.953328460847843e-07, + "F": 8.940649422584102e-05, + "E": 6.102254701545462e-06, + "T": 7.071222171362024e-06, + "P": 0.6434791684150696, + "-": 0.35640355944633484 + }, + "id": "tp_18438" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2304771, + "label": "P", + "classification": { + "B": 1.5241861939241375e-10, + "S": 2.1828202440010713e-11, + "I": 8.049960342759732e-06, + "C": 2.328381398797319e-08, + "R": 2.9641811227776316e-10, + "M": 4.968810074501562e-08, + "O": 1.845645747344804e-09, + "W": 5.516078913081479e-11, + "N": 2.6239934669547438e-08, + "Y": 4.122102382098092e-06, + "U": 9.467786971084635e-11, + "K": 1.7232087756724468e-08, + "L": 1.0756068952177955e-10, + "G": 1.1286398375887075e-06, + "F": 0.00038755140849389136, + "E": 7.726020703557879e-05, + "T": 5.258482929093589e-07, + "P": 0.5960342288017273, + "-": 0.4034869968891144 + }, + "id": "tp_18439" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2304905, + "label": "-", + "classification": { + "B": 6.901376536916359e-08, + "S": 6.753845482876386e-09, + "I": 2.567512638051994e-05, + "C": 7.70165584640381e-08, + "R": 7.267687340828388e-09, + "M": 2.3509073798777536e-06, + "O": 1.843609851448491e-07, + "W": 3.27778448827587e-09, + "N": 1.3327640147053899e-07, + "Y": 2.144149038940668e-05, + "U": 7.925539668995896e-10, + "K": 1.2211260891348275e-09, + "L": 4.2347295448053046e-08, + "G": 1.625582626729738e-05, + "F": 0.0006985986256040633, + "E": 5.4625295888399705e-05, + "T": 1.0253311302221846e-05, + "P": 0.4140242338180542, + "-": 0.5851459503173828 + }, + "id": "tp_18440" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2305005, + "label": "-", + "classification": { + "B": 1.1534580153238494e-06, + "S": 1.4919406510216504e-07, + "I": 0.0012619972694665194, + "C": 7.929968705866486e-05, + "R": 9.253366442862898e-06, + "M": 0.00010827978258021176, + "O": 1.0404008207842708e-05, + "W": 5.293516665005882e-07, + "N": 1.3073964510113001e-05, + "Y": 0.0008526991005055606, + "U": 1.1013114544766722e-06, + "K": 2.855277443813975e-06, + "L": 3.514151785566355e-06, + "G": 0.00041521782986819744, + "F": 0.002158342394977808, + "E": 0.0006337580271065235, + "T": 0.0003224613319616765, + "P": 0.3384571671485901, + "-": 0.6556687951087952 + }, + "id": "tp_18441" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2305138, + "label": "P", + "classification": { + "B": 6.489074833027075e-10, + "S": 8.142788110454546e-10, + "I": 4.520146831055172e-05, + "C": 8.798133421805687e-08, + "R": 6.658920082003306e-09, + "M": 1.2969235285709146e-07, + "O": 4.98701844264815e-08, + "W": 6.032494503926955e-09, + "N": 9.102846547648369e-07, + "Y": 2.090351699735038e-06, + "U": 1.914326253071863e-09, + "K": 5.37976347914082e-07, + "L": 5.757516685633846e-10, + "G": 1.8160217223339714e-06, + "F": 0.00016982127272058278, + "E": 9.814021177589893e-05, + "T": 1.6183948901016265e-06, + "P": 0.8147392272949219, + "-": 0.18494033813476562 + }, + "id": "tp_18442" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2305272, + "label": "-", + "classification": { + "B": 3.726304334539243e-11, + "S": 4.634823341093108e-12, + "I": 1.9918822147246829e-07, + "C": 3.3499327756203456e-09, + "R": 6.63166466186027e-11, + "M": 9.746639051400052e-08, + "O": 1.4726643238205384e-09, + "W": 2.858243589726195e-12, + "N": 2.383680752782169e-10, + "Y": 1.7091771269406308e-06, + "U": 1.4182348871683015e-12, + "K": 1.0907354880407283e-10, + "L": 8.56311063723858e-11, + "G": 9.991356364480453e-07, + "F": 0.00012478519056458026, + "E": 2.136562898158445e-06, + "T": 8.356661851394165e-07, + "P": 0.04988233745098114, + "-": 0.9499868154525757 + }, + "id": "tp_18443" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2305405, + "label": "-", + "classification": { + "B": 1.695441142146592e-06, + "S": 1.8127502698916942e-06, + "I": 4.7342702600872144e-05, + "C": 1.8093675180352875e-07, + "R": 4.810596365700803e-08, + "M": 7.142949925764697e-06, + "O": 5.941160907241283e-06, + "W": 2.7892798470929847e-07, + "N": 1.1929590755244135e-06, + "Y": 2.457972186675761e-05, + "U": 4.950525767100089e-09, + "K": 1.5104862427506305e-07, + "L": 3.946049389469408e-07, + "G": 5.8811947383219376e-05, + "F": 0.009560799226164818, + "E": 0.00017480763199273497, + "T": 1.9754561435547657e-05, + "P": 0.25549283623695374, + "-": 0.7346020936965942 + }, + "id": "tp_18444" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2305506, + "label": "-", + "classification": { + "B": 3.749899042304605e-05, + "S": 1.1096536582044791e-05, + "I": 0.00034049214445985854, + "C": 4.242820523359114e-06, + "R": 8.630752859062341e-07, + "M": 4.7886529500829056e-05, + "O": 0.00010522620141273364, + "W": 9.347500053991098e-06, + "N": 3.378127803443931e-05, + "Y": 5.500662518898025e-05, + "U": 9.071566751117643e-07, + "K": 1.3802206240143278e-06, + "L": 5.208744369156193e-06, + "G": 9.06114000827074e-05, + "F": 0.0009185895905829966, + "E": 0.00027984517510049045, + "T": 0.00021819288667757064, + "P": 0.4849367141723633, + "-": 0.5129030346870422 + }, + "id": "tp_18445" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2305639, + "label": "-", + "classification": { + "B": 9.280385349086373e-09, + "S": 3.102580636848984e-09, + "I": 3.237602868466638e-05, + "C": 2.4851036073414434e-07, + "R": 2.620746464288004e-08, + "M": 1.7886346768136718e-06, + "O": 2.606609825761552e-07, + "W": 5.632038391212291e-09, + "N": 2.407935255632765e-07, + "Y": 3.598737748689018e-05, + "U": 3.837209217039117e-09, + "K": 1.8614597863120252e-08, + "L": 1.1396837251709258e-08, + "G": 4.117786829738179e-06, + "F": 0.00020982626301702112, + "E": 8.488174898957368e-06, + "T": 1.5470379366888665e-05, + "P": 0.4799638092517853, + "-": 0.519727349281311 + }, + "id": "tp_18446" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2305772, + "label": "-", + "classification": { + "B": 1.0037256004125084e-07, + "S": 1.8498067788641492e-07, + "I": 3.541831756592728e-05, + "C": 2.939084652098245e-06, + "R": 2.5818192739279766e-07, + "M": 4.2562296584947035e-05, + "O": 5.97895632381551e-06, + "W": 1.9505569071043283e-07, + "N": 1.3744479474553373e-06, + "Y": 0.0001681781286606565, + "U": 4.294009059435666e-08, + "K": 2.8782201866306423e-07, + "L": 5.186238922760822e-07, + "G": 3.3356493077008054e-05, + "F": 0.002240641275420785, + "E": 0.00012202800280647352, + "T": 0.00013592724280897528, + "P": 0.12702259421348572, + "-": 0.8701874613761902 + }, + "id": "tp_18447" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2305906, + "label": "-", + "classification": { + "B": 4.689112596475975e-13, + "S": 1.874433496872746e-13, + "I": 3.268227288799608e-08, + "C": 2.9100177129093296e-11, + "R": 5.846780308169097e-13, + "M": 1.568144725183629e-09, + "O": 1.87131060647161e-10, + "W": 9.204928486106212e-13, + "N": 1.1053216675271926e-10, + "Y": 7.034686433371462e-08, + "U": 1.5975278554441336e-13, + "K": 7.921210215533492e-11, + "L": 5.17874534488455e-13, + "G": 5.67803848383619e-09, + "F": 1.7028611182468012e-05, + "E": 1.5451836077318148e-07, + "T": 4.429812605621919e-08, + "P": 0.1455211341381073, + "-": 0.8544615507125854 + }, + "id": "tp_18448" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2306006, + "label": "-", + "classification": { + "B": 1.736266654006613e-06, + "S": 1.5692820625190507e-06, + "I": 8.513539796695113e-05, + "C": 4.058565991726937e-06, + "R": 1.5985250456651556e-06, + "M": 1.4642969290434849e-05, + "O": 2.858098378055729e-05, + "W": 2.0586708160408307e-06, + "N": 9.762156878423411e-06, + "Y": 0.00020273459085728973, + "U": 3.78340871520777e-07, + "K": 8.621150868748373e-07, + "L": 1.3515857517631957e-06, + "G": 4.009949407191016e-05, + "F": 0.002238023327663541, + "E": 4.324895053287037e-05, + "T": 0.00022141571389511228, + "P": 0.3568722903728485, + "-": 0.6402304768562317 + }, + "id": "tp_18449" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2306139, + "label": "-", + "classification": { + "B": 2.7404142954878807e-08, + "S": 3.571366491428307e-08, + "I": 2.192868123529479e-05, + "C": 5.379184244702628e-07, + "R": 4.51624089237157e-08, + "M": 4.081979568582028e-06, + "O": 1.1090992302342784e-06, + "W": 3.2200425437167723e-08, + "N": 5.981019057799131e-07, + "Y": 1.7906511857290752e-05, + "U": 1.0148425211298218e-08, + "K": 4.239857531729285e-08, + "L": 3.5571311229887215e-08, + "G": 4.8438378144055605e-06, + "F": 0.00035835194285027683, + "E": 1.874815279734321e-05, + "T": 3.654468309832737e-05, + "P": 0.46086758375167847, + "-": 0.5386675000190735 + }, + "id": "tp_18450" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2306273, + "label": "-", + "classification": { + "B": 3.5217517790897546e-10, + "S": 8.59892990145994e-10, + "I": 2.065429782760475e-07, + "C": 2.7318014517163647e-09, + "R": 5.232543287547742e-10, + "M": 7.339576768572442e-08, + "O": 1.2176323593848792e-07, + "W": 1.0101104397364224e-09, + "N": 3.228354472639694e-09, + "Y": 1.5924333638395183e-06, + "U": 5.761374363699723e-11, + "K": 3.7349537351794027e-10, + "L": 1.5662989794051896e-09, + "G": 2.8224698667145276e-07, + "F": 0.00017096866213250905, + "E": 1.2531945969840308e-07, + "T": 1.7653983377385885e-06, + "P": 0.10391678661108017, + "-": 0.895907998085022 + }, + "id": "tp_18451" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2306406, + "label": "-", + "classification": { + "B": 4.990926769088411e-11, + "S": 3.208187188130651e-11, + "I": 6.807409391740293e-08, + "C": 9.019806013199627e-10, + "R": 1.384472536614112e-10, + "M": 2.845131952255997e-08, + "O": 1.0633590896702572e-08, + "W": 4.292873348465953e-11, + "N": 2.571973467535571e-10, + "Y": 2.7228225008002482e-06, + "U": 5.4689260932383466e-12, + "K": 1.0761485452759345e-11, + "L": 4.199738612431503e-10, + "G": 1.7685793807231676e-07, + "F": 2.6793299184646457e-05, + "E": 5.9243717487333925e-08, + "T": 1.944889163496555e-06, + "P": 0.024675248190760612, + "-": 0.9752928614616394 + }, + "id": "tp_18452" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2306507, + "label": "-", + "classification": { + "B": 5.97119864664819e-09, + "S": 3.2298455021617656e-09, + "I": 4.105293555767275e-06, + "C": 2.4579830437687633e-07, + "R": 2.5881615073330977e-08, + "M": 1.8906550280917145e-07, + "O": 9.865129868558142e-08, + "W": 7.087620268464434e-09, + "N": 1.0999292499036528e-07, + "Y": 3.0147477446007542e-05, + "U": 6.857264978066269e-09, + "K": 1.9888351232566492e-07, + "L": 4.469773440263225e-09, + "G": 1.618029159544676e-06, + "F": 0.00031778906122781336, + "E": 6.75747560308082e-06, + "T": 1.1674456800392363e-05, + "P": 0.29365092515945435, + "-": 0.705976128578186 + }, + "id": "tp_18453" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2306640, + "label": "P", + "classification": { + "B": 2.0281008816791513e-10, + "S": 8.144787955188804e-09, + "I": 1.8993758885699208e-06, + "C": 3.112665680760074e-09, + "R": 3.988530061782569e-10, + "M": 1.461417653558783e-08, + "O": 2.4437008860900278e-08, + "W": 1.108900749002828e-09, + "N": 1.2510930957887467e-07, + "Y": 1.5308473848563153e-06, + "U": 3.3363639628802844e-10, + "K": 8.176592558584161e-08, + "L": 1.451584547007556e-10, + "G": 7.466045559567647e-08, + "F": 0.00038874257006682456, + "E": 3.5557709452405106e-06, + "T": 1.8623420601215912e-06, + "P": 0.5260527729988098, + "-": 0.47354933619499207 + }, + "id": "tp_18454" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2306773, + "label": "-", + "classification": { + "B": 3.1389348009724927e-08, + "S": 4.526242847191497e-08, + "I": 4.643548891181126e-05, + "C": 4.266627001925372e-06, + "R": 1.735869261665357e-07, + "M": 4.092119979759445e-06, + "O": 9.268565008824226e-07, + "W": 6.652480522006954e-08, + "N": 1.2912137208331842e-06, + "Y": 0.00011586415348574519, + "U": 7.318062955619098e-08, + "K": 7.283310310413071e-07, + "L": 1.5687402310504694e-07, + "G": 3.4980585041921586e-05, + "F": 0.005095866974443197, + "E": 6.225107790669426e-05, + "T": 5.2534116548486054e-05, + "P": 0.30158531665802, + "-": 0.6929949522018433 + }, + "id": "tp_18455" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2306907, + "label": "-", + "classification": { + "B": 8.111170068936246e-10, + "S": 9.105450837765261e-10, + "I": 7.106195880624e-07, + "C": 5.797948077201909e-08, + "R": 3.9420475772544705e-09, + "M": 8.288260744393483e-08, + "O": 4.5586713071088525e-08, + "W": 1.384924286362832e-09, + "N": 8.816964935931537e-09, + "Y": 6.861891051812563e-06, + "U": 2.987714242674855e-10, + "K": 2.0429563818424867e-08, + "L": 1.3451338931602663e-09, + "G": 1.0284373956892523e-06, + "F": 0.0011271464172750711, + "E": 1.5186482187345973e-06, + "T": 1.1742379228962818e-06, + "P": 0.07640071213245392, + "-": 0.9224606156349182 + }, + "id": "tp_18456" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2307007, + "label": "-", + "classification": { + "B": 4.536939002264262e-07, + "S": 1.2497076795625617e-07, + "I": 7.81754897616338e-06, + "C": 3.0571140996471513e-07, + "R": 3.1166596414777814e-08, + "M": 5.659884209308075e-06, + "O": 3.169244337186683e-06, + "W": 6.01594720706089e-08, + "N": 2.4145785459950275e-07, + "Y": 2.285312075400725e-05, + "U": 3.64558494503342e-09, + "K": 7.757980036160461e-09, + "L": 1.8015863645359786e-07, + "G": 1.9578317733248696e-05, + "F": 0.00041767791844904423, + "E": 7.1079398367146496e-06, + "T": 2.973063055833336e-05, + "P": 0.21048176288604736, + "-": 0.789003312587738 + }, + "id": "tp_18457" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2307140, + "label": "-", + "classification": { + "B": 2.397191889436101e-10, + "S": 6.455010415074014e-10, + "I": 3.16080422635423e-06, + "C": 2.2105693275875637e-08, + "R": 6.753138603876607e-10, + "M": 6.28864782470373e-08, + "O": 2.2612354655393574e-08, + "W": 9.338967377203744e-10, + "N": 7.878311691911222e-08, + "Y": 1.5709180161138647e-06, + "U": 6.186494649895735e-10, + "K": 6.488790660341692e-08, + "L": 3.7602440605688514e-10, + "G": 1.575331083358833e-07, + "F": 0.0001916777400765568, + "E": 8.054917998379096e-06, + "T": 1.8457955093253986e-06, + "P": 0.3533948063850403, + "-": 0.6463984847068787 + }, + "id": "tp_18458" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2307274, + "label": "P", + "classification": { + "B": 2.5583577212273667e-07, + "S": 1.834282272739074e-07, + "I": 0.0019109670538455248, + "C": 5.810269612993579e-06, + "R": 8.735378855817544e-07, + "M": 0.00010902742360485718, + "O": 7.526250556111336e-06, + "W": 9.471747830502864e-08, + "N": 1.8229487977805547e-05, + "Y": 0.0001469305861974135, + "U": 5.8095654509315864e-08, + "K": 1.4401587478118927e-08, + "L": 1.4744250620424282e-06, + "G": 6.880846194690093e-05, + "F": 0.00010989574366249144, + "E": 0.00016686867456883192, + "T": 0.00018834657385013998, + "P": 0.806384265422821, + "-": 0.19088052213191986 + }, + "id": "tp_18459" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2307407, + "label": "P", + "classification": { + "B": 2.412016101516201e-06, + "S": 1.6127363551277085e-06, + "I": 0.0024434924125671387, + "C": 2.4862561986083165e-05, + "R": 2.8584540814335924e-06, + "M": 0.00011844274558825418, + "O": 2.454077184665948e-05, + "W": 2.1464643396029714e-06, + "N": 0.00011463104601716623, + "Y": 0.0007348904036916792, + "U": 1.0559148222455406e-06, + "K": 1.8351725884713233e-05, + "L": 2.5979429665312637e-06, + "G": 0.00037306969170458615, + "F": 0.002691452158614993, + "E": 0.0028708435129374266, + "T": 0.00034140655770897865, + "P": 0.5693708658218384, + "-": 0.4208604097366333 + }, + "id": "tp_18460" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2307508, + "label": "P", + "classification": { + "B": 7.48854986909464e-08, + "S": 2.8655313677461436e-09, + "I": 7.052451564959483e-07, + "C": 2.511546970396239e-09, + "R": 1.0775579734056961e-10, + "M": 6.108317052166967e-08, + "O": 7.952522196319478e-08, + "W": 1.5199373981644726e-09, + "N": 3.181240870731017e-08, + "Y": 5.544360988096741e-07, + "U": 1.0468241551375712e-10, + "K": 1.6866488206090935e-09, + "L": 1.1106426889284648e-09, + "G": 6.7813448367815e-07, + "F": 6.390662747435272e-05, + "E": 1.5507746866205707e-05, + "T": 8.038713872338121e-07, + "P": 0.639001727104187, + "-": 0.3609158396720886 + }, + "id": "tp_18461" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2307641, + "label": "P", + "classification": { + "B": 2.9895732556184385e-09, + "S": 2.8384778971712876e-09, + "I": 6.794391083531082e-05, + "C": 8.553627139917808e-07, + "R": 2.0796248278998064e-08, + "M": 7.842619993425615e-07, + "O": 8.690228980867687e-08, + "W": 4.257623587022863e-09, + "N": 1.3853606333213975e-06, + "Y": 1.39460989885265e-05, + "U": 7.589947337294234e-09, + "K": 1.7181041300773359e-07, + "L": 3.2921829706822336e-09, + "G": 1.4216570889402647e-06, + "F": 0.00016712328942958266, + "E": 5.2102754125371575e-05, + "T": 1.1334745977364946e-05, + "P": 0.6794586777687073, + "-": 0.3202240467071533 + }, + "id": "tp_18462" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2307774, + "label": "-", + "classification": { + "B": 1.619777236783193e-07, + "S": 8.139324592093544e-08, + "I": 1.4807093975832686e-05, + "C": 9.998448291526074e-08, + "R": 2.0869173056325963e-08, + "M": 3.0527794478985015e-06, + "O": 3.6715266560349846e-06, + "W": 4.9335117324744715e-08, + "N": 3.4554426520116976e-07, + "Y": 7.695838576182723e-06, + "U": 4.682557896984463e-09, + "K": 9.181110094402811e-09, + "L": 1.2611674549134477e-07, + "G": 8.06656953500351e-06, + "F": 0.00023189133207779378, + "E": 1.631074701435864e-05, + "T": 2.8635344278882258e-05, + "P": 0.2936658561229706, + "-": 0.7060191035270691 + }, + "id": "tp_18463" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2307908, + "label": "P", + "classification": { + "B": 4.8262581913149916e-06, + "S": 5.338388859854604e-07, + "I": 9.55364066612674e-06, + "C": 1.762277435091164e-08, + "R": 2.3116315528426412e-09, + "M": 4.08422738473746e-06, + "O": 2.3255608994077193e-06, + "W": 1.0667942973441313e-07, + "N": 4.84719748783391e-07, + "Y": 1.0304056559107266e-06, + "U": 1.299676477550804e-09, + "K": 3.2381897163702433e-09, + "L": 1.1822151435580963e-07, + "G": 4.788233582075918e-06, + "F": 0.00019774197426158935, + "E": 6.428502820199355e-05, + "T": 5.765773494204041e-06, + "P": 0.8470109701156616, + "-": 0.15269340574741364 + }, + "id": "tp_18464" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2308008, + "label": "P", + "classification": { + "B": 9.155783092405431e-14, + "S": 3.787504164465272e-13, + "I": 2.263832072912919e-07, + "C": 1.8949491281672337e-11, + "R": 2.3554723167611147e-13, + "M": 5.953806891945135e-10, + "O": 4.6958444077649375e-11, + "W": 1.9846911657531163e-13, + "N": 6.413212183531414e-10, + "Y": 1.7180765254920516e-08, + "U": 1.2641888133112927e-13, + "K": 1.7118712046862439e-12, + "L": 2.312386393477084e-13, + "G": 4.2719980331007434e-10, + "F": 5.584873292718839e-07, + "E": 6.192651369474333e-08, + "T": 9.178095439210665e-08, + "P": 0.7895631790161133, + "-": 0.21043585240840912 + }, + "id": "tp_18465" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2308141, + "label": "-", + "classification": { + "B": 1.4731705855197674e-09, + "S": 4.660448693627472e-10, + "I": 6.672131803497905e-06, + "C": 2.085537289531203e-07, + "R": 2.0419204105337485e-08, + "M": 2.2181075109983794e-06, + "O": 1.7577467303908634e-07, + "W": 1.9149994923139957e-09, + "N": 5.18467295762548e-08, + "Y": 5.973663428449072e-05, + "U": 1.5183518886630054e-09, + "K": 3.310844221005027e-08, + "L": 8.389586803048132e-09, + "G": 7.451695182680851e-06, + "F": 0.00023897821665741503, + "E": 1.4212096175469924e-05, + "T": 1.4375633327290416e-05, + "P": 0.05365031957626343, + "-": 0.9460055828094482 + }, + "id": "tp_18466" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2308275, + "label": "-", + "classification": { + "B": 4.732445901822757e-08, + "S": 1.5691561827679834e-07, + "I": 4.701248326455243e-05, + "C": 9.384150871483143e-06, + "R": 7.221085525088711e-07, + "M": 6.181127446325263e-06, + "O": 3.2419438866782002e-06, + "W": 1.478591258319284e-07, + "N": 4.790555976796895e-06, + "Y": 0.0001896671310532838, + "U": 2.3250304082012008e-07, + "K": 1.426002290827455e-05, + "L": 1.4185110330799944e-07, + "G": 3.3955733670154586e-05, + "F": 0.004563323222100735, + "E": 0.00011560091661522165, + "T": 9.228161798091605e-05, + "P": 0.16028337180614471, + "-": 0.8346353769302368 + }, + "id": "tp_18467" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2308375, + "label": "-", + "classification": { + "B": 6.879724012698318e-10, + "S": 4.0072150458980715e-11, + "I": 3.9029336562634853e-07, + "C": 2.5513552159850406e-08, + "R": 4.6120143815109316e-10, + "M": 5.6378857138383864e-09, + "O": 8.165157439066206e-09, + "W": 2.351317751614346e-10, + "N": 3.6791740765096392e-09, + "Y": 9.559639693179633e-07, + "U": 1.423059448057984e-10, + "K": 3.1803333300217673e-09, + "L": 2.152901051877265e-10, + "G": 2.472689857313526e-07, + "F": 0.0002071576745947823, + "E": 1.0013496876126737e-06, + "T": 2.3508009405759367e-07, + "P": 0.23837508261203766, + "-": 0.7614149451255798 + }, + "id": "tp_18468" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2308509, + "label": "P", + "classification": { + "B": 8.248584454362273e-11, + "S": 1.9891147756689875e-11, + "I": 3.963196832046378e-06, + "C": 8.402397888573887e-09, + "R": 1.0600344213518298e-10, + "M": 6.998406743008445e-09, + "O": 1.5551533394386752e-09, + "W": 2.704594881386413e-11, + "N": 1.9247703875180378e-08, + "Y": 3.03019618286271e-07, + "U": 5.259404717294913e-11, + "K": 1.6724718832072938e-10, + "L": 7.29775545549316e-11, + "G": 7.553790482006661e-08, + "F": 9.788279385247733e-06, + "E": 5.177138064027531e-06, + "T": 1.2369827118163812e-07, + "P": 0.8974281549453735, + "-": 0.10255242884159088 + }, + "id": "tp_18469" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2308642, + "label": "-", + "classification": { + "B": 9.422961966265575e-07, + "S": 6.809005412833358e-07, + "I": 0.00018516423006076366, + "C": 1.88060130312806e-05, + "R": 2.356571030759369e-06, + "M": 7.600973185617477e-05, + "O": 1.4689810086565558e-05, + "W": 1.0656740414560772e-06, + "N": 1.2338897249719594e-05, + "Y": 0.0005406435229815543, + "U": 9.817440513870679e-07, + "K": 1.327010068052914e-05, + "L": 2.0314253106334945e-06, + "G": 0.00012650524149648845, + "F": 0.006419728510081768, + "E": 0.0004168174637015909, + "T": 0.0003814666415564716, + "P": 0.1624470204114914, + "-": 0.8293395042419434 + }, + "id": "tp_18470" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2308775, + "label": "-", + "classification": { + "B": 1.537126675943412e-11, + "S": 7.864662913970033e-12, + "I": 1.008256504064775e-06, + "C": 1.0920852666629344e-08, + "R": 6.097328753007503e-10, + "M": 2.5779701928740906e-08, + "O": 3.84481291249017e-09, + "W": 4.73495409547553e-11, + "N": 3.0374680548561628e-09, + "Y": 8.206512575270608e-06, + "U": 3.960868091845704e-11, + "K": 1.5849186851824015e-08, + "L": 5.374234737787198e-11, + "G": 6.042086511115485e-07, + "F": 0.00010195327195106074, + "E": 9.315978104496025e-07, + "T": 9.99796952783072e-07, + "P": 0.03164680302143097, + "-": 0.9682393670082092 + }, + "id": "tp_18471" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2308876, + "label": "-", + "classification": { + "B": 2.362688711343708e-08, + "S": 9.655654054085971e-08, + "I": 5.233220508671366e-05, + "C": 2.5208948954968946e-06, + "R": 3.3822672662608966e-07, + "M": 2.5199755327776074e-05, + "O": 2.7240246254223166e-06, + "W": 1.377342044861507e-07, + "N": 2.5957451725844294e-06, + "Y": 0.000765083241276443, + "U": 6.290644449791216e-08, + "K": 3.4341430819040397e-06, + "L": 5.2283141371844977e-08, + "G": 1.3493873666448053e-05, + "F": 0.0006763686542399228, + "E": 8.837897621560842e-05, + "T": 0.00030437682289630175, + "P": 0.06441731750965118, + "-": 0.9336453080177307 + }, + "id": "tp_18472" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2309009, + "label": "-", + "classification": { + "B": 2.033213597485428e-09, + "S": 1.1428812340952277e-09, + "I": 4.7398475544468965e-06, + "C": 5.121779622641043e-07, + "R": 1.4741435627740884e-08, + "M": 1.830998286322938e-07, + "O": 1.420423387799019e-07, + "W": 3.875191278979173e-09, + "N": 1.8942364476970397e-07, + "Y": 4.9025715270545334e-05, + "U": 2.4465713899246566e-09, + "K": 4.6569007849939226e-07, + "L": 4.760261518299558e-09, + "G": 2.187590507674031e-05, + "F": 0.0026386373210698366, + "E": 7.719126006122679e-05, + "T": 5.1668384912773035e-06, + "P": 0.2646081745624542, + "-": 0.7325935959815979 + }, + "id": "tp_18473" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2309142, + "label": "-", + "classification": { + "B": 6.720266810589237e-06, + "S": 1.3008394716962357e-07, + "I": 0.00032841262873262167, + "C": 5.965235686744563e-05, + "R": 5.045444595452864e-06, + "M": 4.555604391498491e-05, + "O": 1.1338671356497798e-05, + "W": 5.679470973518619e-07, + "N": 6.7962023422296625e-06, + "Y": 0.0004733288078568876, + "U": 1.0184785423916765e-06, + "K": 3.3735916531441035e-06, + "L": 3.529019295456237e-06, + "G": 0.0006114389980211854, + "F": 0.0024326976854354143, + "E": 0.000692699512001127, + "T": 0.00017324509099125862, + "P": 0.3573499023914337, + "-": 0.6377946138381958 + }, + "id": "tp_18474" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2309276, + "label": "P", + "classification": { + "B": 8.958988217955266e-08, + "S": 3.9469239254685817e-07, + "I": 4.071421062690206e-05, + "C": 5.034487671196075e-08, + "R": 1.8246231192620144e-08, + "M": 4.897479470855615e-07, + "O": 1.132427769334754e-06, + "W": 1.8074351260111143e-07, + "N": 3.4241586490679765e-06, + "Y": 2.7290948310110252e-06, + "U": 8.667872641865415e-09, + "K": 5.886729468329577e-07, + "L": 8.313613797383823e-09, + "G": 1.3226637065599789e-06, + "F": 0.00032298517180606723, + "E": 1.9173392502125353e-05, + "T": 1.058475663739955e-05, + "P": 0.783710777759552, + "-": 0.21588538587093353 + }, + "id": "tp_18475" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2309376, + "label": "P", + "classification": { + "B": 8.864222245108522e-09, + "S": 9.320324512174238e-10, + "I": 3.409078999538906e-06, + "C": 9.078291896003066e-09, + "R": 6.088773929491254e-10, + "M": 1.0529652882951268e-07, + "O": 6.699855958913759e-08, + "W": 8.825012942637045e-10, + "N": 3.109821022917458e-08, + "Y": 2.8121351078880252e-06, + "U": 2.042185309747424e-10, + "K": 2.1814929862529198e-09, + "L": 1.1912216768550365e-09, + "G": 1.4151540881357505e-06, + "F": 5.9344620240153745e-05, + "E": 3.874123194691492e-06, + "T": 1.8307865730093908e-06, + "P": 0.5375562906265259, + "-": 0.4623708426952362 + }, + "id": "tp_18476" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2309510, + "label": "P", + "classification": { + "B": 1.1750478368099948e-09, + "S": 7.64238095030123e-09, + "I": 2.4710749130463228e-05, + "C": 6.344865255414334e-08, + "R": 7.3216361862193935e-09, + "M": 1.2058066545250767e-07, + "O": 7.731010498446267e-08, + "W": 3.903703138519177e-09, + "N": 6.723647061335214e-07, + "Y": 7.606189228681615e-06, + "U": 3.5159088973557573e-09, + "K": 1.3875599336188316e-07, + "L": 1.7479966363254107e-09, + "G": 1.1047163752664346e-06, + "F": 0.00013726853649131954, + "E": 6.288804797804914e-06, + "T": 6.021387889632024e-06, + "P": 0.8228673934936523, + "-": 0.17694859206676483 + }, + "id": "tp_18477" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2309643, + "label": "-", + "classification": { + "B": 1.5068566838749575e-08, + "S": 5.852376361303868e-10, + "I": 7.793007171130739e-06, + "C": 5.791168860014295e-07, + "R": 2.0834303171568536e-08, + "M": 2.9799352319059835e-07, + "O": 7.837479643058032e-08, + "W": 8.269466778010326e-10, + "N": 5.962348836874298e-08, + "Y": 2.9745408028247766e-05, + "U": 2.3845483365647624e-09, + "K": 1.5802962494149142e-08, + "L": 5.040257544663973e-09, + "G": 9.494655387243256e-06, + "F": 0.00016166092245839536, + "E": 1.1881489626830444e-05, + "T": 1.0316153748135548e-05, + "P": 0.15535834431648254, + "-": 0.8444097638130188 + }, + "id": "tp_18478" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2309776, + "label": "P", + "classification": { + "B": 6.851760912113258e-12, + "S": 1.395976650248043e-11, + "I": 3.3926622222679725e-07, + "C": 7.430756010506911e-11, + "R": 1.4573778382015457e-12, + "M": 2.3698107920466782e-09, + "O": 3.106654378193241e-10, + "W": 4.90134842434653e-12, + "N": 2.5584843132975266e-09, + "Y": 3.718097119076447e-08, + "U": 6.171773704079231e-13, + "K": 5.2491226643081035e-11, + "L": 3.0811288850157714e-12, + "G": 2.4635273820905468e-09, + "F": 8.07321794127347e-06, + "E": 5.507616833710927e-07, + "T": 4.304668621557539e-08, + "P": 0.8582123517990112, + "-": 0.1417786180973053 + }, + "id": "tp_18479" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2309877, + "label": "-", + "classification": { + "B": 7.580459697453801e-14, + "S": 1.4283437180210462e-15, + "I": 2.6578753420380963e-08, + "C": 3.317371377598022e-11, + "R": 3.8938061217193287e-13, + "M": 8.457127359529082e-11, + "O": 9.312066742706016e-12, + "W": 3.9027192122540605e-14, + "N": 1.2769180678107173e-11, + "Y": 9.822399960057737e-08, + "U": 1.7492374194093274e-13, + "K": 1.4553242291825974e-11, + "L": 5.6034966570235253e-14, + "G": 4.284004262444796e-09, + "F": 1.788253740642176e-07, + "E": 3.537632409233993e-08, + "T": 2.261201537123725e-08, + "P": 0.0694873183965683, + "-": 0.9305123686790466 + }, + "id": "tp_18480" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2310010, + "label": "-", + "classification": { + "B": 2.936880738602099e-09, + "S": 9.14823861108971e-09, + "I": 0.00020985248556826264, + "C": 4.06665731134126e-06, + "R": 2.2008978817211755e-07, + "M": 3.3636536045378307e-06, + "O": 3.947511117985414e-07, + "W": 1.327566945263925e-08, + "N": 3.152951876472798e-06, + "Y": 0.00011908089800272137, + "U": 2.273063692825872e-08, + "K": 3.60731263526759e-07, + "L": 1.540110261544214e-08, + "G": 5.3566709539154544e-06, + "F": 0.00022279004042502493, + "E": 3.587271203286946e-05, + "T": 7.449739496223629e-05, + "P": 0.2296110838651657, + "-": 0.7697098851203918 + }, + "id": "tp_18481" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2310143, + "label": "-", + "classification": { + "B": 5.993067819787257e-09, + "S": 5.343435471871771e-09, + "I": 2.2600720512855332e-06, + "C": 1.2184310094198736e-07, + "R": 5.466542774001937e-09, + "M": 1.3384432122620638e-06, + "O": 2.3888779310254904e-07, + "W": 8.992079969516453e-09, + "N": 4.336617820399624e-08, + "Y": 5.431158115243306e-06, + "U": 3.353468169819962e-09, + "K": 7.101377708096379e-09, + "L": 1.051198417201249e-08, + "G": 6.889347332617035e-07, + "F": 7.036713941488415e-05, + "E": 1.7307564803559217e-06, + "T": 3.192251460859552e-05, + "P": 0.17763102054595947, + "-": 0.8222548961639404 + }, + "id": "tp_18482" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2310277, + "label": "P", + "classification": { + "B": 1.2946919092371445e-08, + "S": 9.836411685171242e-09, + "I": 0.0012639283668249846, + "C": 1.1336233001202345e-05, + "R": 8.378817710763542e-07, + "M": 5.082535608380567e-06, + "O": 6.752902095286117e-07, + "W": 5.265697211598308e-08, + "N": 1.0638228559400886e-05, + "Y": 0.0001463378284825012, + "U": 9.577688331319223e-08, + "K": 1.0944037285298691e-06, + "L": 6.95724580168644e-08, + "G": 1.3054930604994297e-05, + "F": 0.000296080979751423, + "E": 0.00037141123902983963, + "T": 3.646904951892793e-05, + "P": 0.5914241075515747, + "-": 0.4064188003540039 + }, + "id": "tp_18483" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2310377, + "label": "P", + "classification": { + "B": 6.509879441063404e-11, + "S": 1.93284971361507e-12, + "I": 2.079063278870308e-06, + "C": 6.207654834611276e-09, + "R": 9.852590271419714e-11, + "M": 5.112514855909467e-09, + "O": 2.491631123646698e-09, + "W": 2.2289279796861017e-11, + "N": 7.199632001686496e-09, + "Y": 2.486122241407429e-07, + "U": 2.3726000331070196e-11, + "K": 4.322651403487754e-10, + "L": 2.106008076263599e-11, + "G": 7.667350132578576e-08, + "F": 5.709471679438138e-06, + "E": 2.103175347656361e-06, + "T": 1.752685392375497e-07, + "P": 0.5975723266601562, + "-": 0.40241727232933044 + }, + "id": "tp_18484" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2310511, + "label": "P", + "classification": { + "B": 1.133433277789031e-10, + "S": 1.4462835096207272e-10, + "I": 4.562099093163852e-06, + "C": 3.639788026532642e-09, + "R": 2.9445038074449315e-10, + "M": 1.4708296802723453e-08, + "O": 7.530826628965315e-09, + "W": 1.8054094330643977e-10, + "N": 7.358259779266518e-08, + "Y": 9.81684365797264e-07, + "U": 9.984862242573556e-11, + "K": 5.2553796869858616e-09, + "L": 6.222001386335663e-11, + "G": 8.952871155543107e-08, + "F": 1.0121275408891961e-05, + "E": 2.659491201484343e-06, + "T": 1.3123942608217476e-06, + "P": 0.7441985011100769, + "-": 0.2557816505432129 + }, + "id": "tp_18485" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2310644, + "label": "P", + "classification": { + "B": 8.529094856594976e-13, + "S": 1.3238018537267693e-12, + "I": 1.6153368420646075e-08, + "C": 1.577460731483349e-11, + "R": 2.605944702648716e-13, + "M": 1.9430811126763814e-10, + "O": 1.1973166902379262e-10, + "W": 2.454296531631539e-12, + "N": 2.2786611486580455e-10, + "Y": 2.7210564468305165e-08, + "U": 2.9543701469611494e-13, + "K": 2.8694524187300452e-11, + "L": 3.6354415571676624e-13, + "G": 4.998439995240744e-10, + "F": 1.543004509585444e-05, + "E": 6.181362977031313e-08, + "T": 3.205913046144815e-08, + "P": 0.5732033848762512, + "-": 0.42678102850914 + }, + "id": "tp_18486" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2310777, + "label": "P", + "classification": { + "B": 4.0454510852327985e-09, + "S": 3.7607069458545084e-08, + "I": 0.0005381139344535768, + "C": 6.565895773746888e-07, + "R": 5.366351274460612e-08, + "M": 6.327211963252921e-07, + "O": 2.506156704384921e-07, + "W": 7.727158468640027e-09, + "N": 1.540784433018416e-05, + "Y": 2.3077639070834266e-06, + "U": 6.956648590517034e-09, + "K": 2.579630553611878e-08, + "L": 1.0717605469778846e-08, + "G": 1.806997033781954e-06, + "F": 2.8770766220986843e-05, + "E": 3.338257010909729e-05, + "T": 1.6182491890504025e-05, + "P": 0.901795506477356, + "-": 0.09756678342819214 + }, + "id": "tp_18487" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2310878, + "label": "-", + "classification": { + "B": 1.4962899693685312e-14, + "S": 1.6719445110075642e-13, + "I": 4.630197114607881e-09, + "C": 2.710534704672418e-12, + "R": 1.367112667646428e-13, + "M": 3.943994783539573e-11, + "O": 1.8692295974953588e-11, + "W": 1.1402672155016308e-13, + "N": 4.930619107446077e-11, + "Y": 2.9779457122458552e-08, + "U": 3.4627262537369197e-14, + "K": 5.4186870268591036e-11, + "L": 8.027797956282941e-15, + "G": 3.82807424648135e-10, + "F": 4.5437191147357225e-06, + "E": 1.0013010864895477e-08, + "T": 2.599184512064312e-08, + "P": 0.44921478629112244, + "-": 0.5507806539535522 + }, + "id": "tp_18488" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2311011, + "label": "-", + "classification": { + "B": 9.771356168641887e-09, + "S": 5.3604538585716455e-09, + "I": 1.1372040717105847e-05, + "C": 6.118760325080075e-07, + "R": 4.7116945012248834e-08, + "M": 5.700979386347171e-07, + "O": 1.8993272021816665e-07, + "W": 1.219430512122699e-08, + "N": 3.30171474161034e-07, + "Y": 2.4155886421795003e-05, + "U": 8.187946320958872e-09, + "K": 1.5902408279089286e-07, + "L": 2.302524215735957e-08, + "G": 7.4044742177648e-06, + "F": 0.0034601332154124975, + "E": 4.290977449272759e-05, + "T": 1.4329821169667412e-05, + "P": 0.4452444911003113, + "-": 0.5511932373046875 + }, + "id": "tp_18489" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2311144, + "label": "-", + "classification": { + "B": 1.3702817547311952e-08, + "S": 3.123996350495872e-08, + "I": 4.419131073518656e-05, + "C": 8.025079978324356e-08, + "R": 1.9614571300508032e-08, + "M": 2.929254151240457e-06, + "O": 6.991143663981347e-07, + "W": 1.0925923277227412e-08, + "N": 1.2819781431971933e-06, + "Y": 0.00012219673953950405, + "U": 3.967233652701907e-09, + "K": 1.376395033503286e-07, + "L": 1.371526447968563e-08, + "G": 1.262880141439382e-05, + "F": 0.00010513734014239162, + "E": 2.2307287508738227e-05, + "T": 0.00016136599879246205, + "P": 0.4072166681289673, + "-": 0.5923103094100952 + }, + "id": "tp_18490" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2311278, + "label": "P", + "classification": { + "B": 4.184951052366159e-08, + "S": 7.2807098128180314e-09, + "I": 6.751554610673338e-05, + "C": 3.451809504895209e-08, + "R": 5.639536837520609e-09, + "M": 2.4637853357489803e-07, + "O": 1.2743767285883223e-07, + "W": 6.884749215174679e-09, + "N": 1.1718224186552106e-06, + "Y": 2.452763283145032e-06, + "U": 1.3617827976375452e-09, + "K": 9.276819312731277e-09, + "L": 3.4369995738359194e-09, + "G": 6.217486543391715e-07, + "F": 1.2436255019565579e-05, + "E": 1.0061076864076313e-05, + "T": 2.5225697299902095e-06, + "P": 0.9421796798706055, + "-": 0.057723041623830795 + }, + "id": "tp_18491" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2311378, + "label": "-", + "classification": { + "B": 2.0307288836618476e-11, + "S": 7.58541406770119e-12, + "I": 9.920640309246664e-09, + "C": 2.7557439663539185e-10, + "R": 6.54774758718224e-12, + "M": 6.174593281116358e-09, + "O": 1.8445281968482163e-09, + "W": 5.085365288592936e-12, + "N": 8.2025122805085e-11, + "Y": 2.8790290684810316e-07, + "U": 3.158404798548481e-13, + "K": 2.0931152644454443e-10, + "L": 1.503573134054026e-11, + "G": 1.5709808565134153e-07, + "F": 0.0008256423752754927, + "E": 3.4267134196852567e-07, + "T": 1.0348454537734142e-07, + "P": 0.03211944177746773, + "-": 0.9670539498329163 + }, + "id": "tp_18492" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2311512, + "label": "P", + "classification": { + "B": 1.6170025674000499e-06, + "S": 1.153193124991958e-06, + "I": 0.001442139851860702, + "C": 2.9684741093660705e-05, + "R": 5.603583304036874e-06, + "M": 3.227808701922186e-05, + "O": 1.2565055840241257e-05, + "W": 2.6905627237283625e-06, + "N": 7.789297524141148e-05, + "Y": 0.0004647619207389653, + "U": 1.995633283513598e-06, + "K": 2.8572974770213477e-05, + "L": 1.14793726879725e-06, + "G": 0.00014385527174454182, + "F": 0.002539237728342414, + "E": 0.0012299073860049248, + "T": 0.0002571129007264972, + "P": 0.6440531015396118, + "-": 0.3496747314929962 + }, + "id": "tp_18493" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2311645, + "label": "-", + "classification": { + "B": 1.8596945846658086e-17, + "S": 7.345477659523173e-17, + "I": 3.4123948111641766e-10, + "C": 4.75253083415117e-13, + "R": 5.0646374199797995e-15, + "M": 1.0253011547417534e-12, + "O": 3.97898538119848e-13, + "W": 8.786394522855025e-16, + "N": 4.931003522168353e-13, + "Y": 6.5510357138975905e-09, + "U": 3.622860235871333e-16, + "K": 3.0398463694153444e-12, + "L": 1.5244136655030369e-16, + "G": 2.586951486360789e-11, + "F": 1.6902556581044337e-06, + "E": 8.847551025148448e-10, + "T": 5.165546324015224e-10, + "P": 0.021833499893546104, + "-": 0.9781648516654968 + }, + "id": "tp_18494" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2311778, + "label": "-", + "classification": { + "B": 7.977117633117814e-08, + "S": 5.730265911552124e-06, + "I": 6.1165078477642965e-06, + "C": 3.2884815936995437e-06, + "R": 1.389488375025394e-06, + "M": 7.432999700540677e-05, + "O": 5.1309983973624185e-05, + "W": 2.0598956780304434e-06, + "N": 1.9358681129233446e-06, + "Y": 0.005781880114227533, + "U": 3.218329069909487e-08, + "K": 8.238934969995171e-05, + "L": 1.9919511942134704e-06, + "G": 0.0008533777436241508, + "F": 0.08200536668300629, + "E": 8.070222975220531e-05, + "T": 0.0014167376793920994, + "P": 0.008767620660364628, + "-": 0.9008636474609375 + }, + "id": "tp_18495" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2311879, + "label": "-", + "classification": { + "B": 5.520796975133635e-08, + "S": 8.202795243050787e-07, + "I": 2.9663712552974175e-07, + "C": 1.4221875517250737e-06, + "R": 4.821241077479499e-07, + "M": 0.00034904913627542555, + "O": 3.506748180370778e-05, + "W": 4.278657783629569e-08, + "N": 4.504463024801453e-09, + "Y": 0.0013093356974422932, + "U": 1.8611015506486694e-10, + "K": 1.0998792987493289e-09, + "L": 3.533079507178627e-05, + "G": 0.00132843223400414, + "F": 0.031692199409008026, + "E": 1.2632079915420036e-06, + "T": 0.0006030758377164602, + "P": 0.00017726996156852692, + "-": 0.9644659161567688 + }, + "id": "tp_18496" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2312012, + "label": "-", + "classification": { + "B": 3.094780964829624e-08, + "S": 1.1154379535582848e-05, + "I": 1.1899240917045972e-06, + "C": 2.2524300220538862e-05, + "R": 5.823998435516842e-06, + "M": 0.00041709502693265676, + "O": 9.822104766499251e-05, + "W": 1.971085566765396e-06, + "N": 1.2842860996897798e-07, + "Y": 0.014721528626978397, + "U": 4.843965673018147e-09, + "K": 1.2465380677895155e-05, + "L": 9.60407305683475e-06, + "G": 0.0020027721766382456, + "F": 0.0750490352511406, + "E": 9.884833161777351e-06, + "T": 0.0025146084371954203, + "P": 0.0003551059926394373, + "-": 0.9047667980194092 + }, + "id": "tp_18497" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2312145, + "label": "-", + "classification": { + "B": 2.2966005417401902e-06, + "S": 1.790432293091726e-06, + "I": 1.8022501535597257e-05, + "C": 6.674240285065025e-05, + "R": 6.535533884743927e-06, + "M": 0.0001159866078523919, + "O": 3.384376395842992e-05, + "W": 1.78368338765722e-06, + "N": 2.440041271256632e-06, + "Y": 0.0016780791338533163, + "U": 6.345687211251061e-07, + "K": 1.4307054698292632e-05, + "L": 6.567611308128107e-06, + "G": 0.0006185678066685796, + "F": 0.015086022205650806, + "E": 0.000120565811812412, + "T": 0.0006952523253858089, + "P": 0.020717456936836243, + "-": 0.960813045501709 + }, + "id": "tp_18498" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2312279, + "label": "-", + "classification": { + "B": 2.1796883231672837e-07, + "S": 8.995220213137145e-08, + "I": 2.186427627748344e-05, + "C": 1.0861705959541723e-05, + "R": 2.639145577632007e-06, + "M": 4.208329119137488e-05, + "O": 4.799917860509595e-06, + "W": 8.017272534743825e-08, + "N": 4.428658257893403e-07, + "Y": 0.002973876427859068, + "U": 6.324728474282892e-08, + "K": 2.853735395547119e-06, + "L": 8.176471055776346e-07, + "G": 0.0006787126767449081, + "F": 0.004622306674718857, + "E": 4.0545932279201224e-05, + "T": 0.0003166204842273146, + "P": 0.010143887251615524, + "-": 0.9811373949050903 + }, + "id": "tp_18499" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2312379, + "label": "-", + "classification": { + "B": 1.4219615762645077e-10, + "S": 1.133045657297771e-08, + "I": 4.867894531912498e-08, + "C": 8.108593796407604e-09, + "R": 2.0549106860556776e-09, + "M": 1.4151892173686065e-06, + "O": 4.0315430283044407e-07, + "W": 2.6369875172349566e-09, + "N": 1.0772420733218269e-09, + "Y": 4.0103452192852274e-05, + "U": 2.6344060613525677e-11, + "K": 4.220618521344477e-09, + "L": 9.178432236467415e-09, + "G": 3.1492468224314507e-06, + "F": 0.0047930702567100525, + "E": 1.512613323484402e-07, + "T": 2.1863088477402925e-05, + "P": 0.0017903000116348267, + "-": 0.9933494925498962 + }, + "id": "tp_18500" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2312513, + "label": "-", + "classification": { + "B": 8.10541962437128e-08, + "S": 1.7806323171498661e-07, + "I": 5.929237886448391e-06, + "C": 6.7829128056473564e-06, + "R": 9.27479902657069e-07, + "M": 1.761956445989199e-05, + "O": 9.617817340767942e-06, + "W": 2.1791602478060668e-07, + "N": 3.312011926936975e-07, + "Y": 0.0004039731284137815, + "U": 6.109056016612158e-08, + "K": 7.228099434541946e-07, + "L": 6.883328182993864e-07, + "G": 4.727951090899296e-05, + "F": 0.00505786994472146, + "E": 8.3846189227188e-06, + "T": 0.00014542519056703895, + "P": 0.014577873982489109, + "-": 0.9797160625457764 + }, + "id": "tp_18501" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2312646, + "label": "-", + "classification": { + "B": 4.496931160780093e-10, + "S": 6.9963292936847665e-09, + "I": 1.4863627484373865e-06, + "C": 1.4115578039763932e-07, + "R": 2.7524420076474598e-08, + "M": 1.9997687559225596e-06, + "O": 5.04170941439952e-07, + "W": 3.4170692941870584e-09, + "N": 2.0548846180190594e-08, + "Y": 9.034706454258412e-05, + "U": 4.933141117824391e-10, + "K": 1.8287323877430595e-09, + "L": 1.1733822802284521e-08, + "G": 2.887198888856801e-06, + "F": 0.00017992043285630643, + "E": 2.812132038343407e-07, + "T": 7.911121065262705e-05, + "P": 0.008948131464421749, + "-": 0.9906951189041138 + }, + "id": "tp_18502" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2312779, + "label": "-", + "classification": { + "B": 7.793004089262645e-12, + "S": 9.200790351826527e-09, + "I": 5.254785939712292e-09, + "C": 1.5162518707256822e-07, + "R": 1.3378341101599744e-08, + "M": 7.156390893214848e-07, + "O": 4.4017110667482484e-07, + "W": 4.973689460285868e-09, + "N": 1.3140936117039814e-09, + "Y": 0.00013844016939401627, + "U": 2.2195842386274478e-11, + "K": 2.710423359530978e-06, + "L": 5.2994755250779235e-09, + "G": 9.499508450971916e-06, + "F": 0.03015960566699505, + "E": 5.448538331620512e-07, + "T": 3.117639425909147e-05, + "P": 0.0007465207600034773, + "-": 0.9689101576805115 + }, + "id": "tp_18503" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2312880, + "label": "-", + "classification": { + "B": 6.456603500737401e-07, + "S": 8.030566277739126e-06, + "I": 6.843732990091667e-06, + "C": 5.479951505549252e-05, + "R": 2.6076142603415065e-05, + "M": 0.0010620362590998411, + "O": 0.0001781726023182273, + "W": 1.2709508609987097e-06, + "N": 2.16948336628775e-07, + "Y": 0.025848204270005226, + "U": 5.938873393063204e-09, + "K": 4.928244266011461e-07, + "L": 5.6299602874787524e-05, + "G": 0.005735250189900398, + "F": 0.04117022827267647, + "E": 2.835663872247096e-05, + "T": 0.004546270705759525, + "P": 0.0005612615495920181, + "-": 0.9207156300544739 + }, + "id": "tp_18504" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2313013, + "label": "-", + "classification": { + "B": 9.97192273644032e-07, + "S": 0.0010481707286089659, + "I": 6.477060651377542e-06, + "C": 0.00013972150918561965, + "R": 8.896328654373065e-05, + "M": 0.013360525481402874, + "O": 0.0033855652436614037, + "W": 4.23733945353888e-05, + "N": 9.412744930159533e-07, + "Y": 0.2776757776737213, + "U": 3.982608909325336e-09, + "K": 2.5917312086676247e-05, + "L": 0.00040664669359102845, + "G": 0.10798927396535873, + "F": 0.22894662618637085, + "E": 3.084915442741476e-05, + "T": 0.07320824265480042, + "P": 5.094466541777365e-05, + "-": 0.29359203577041626 + }, + "id": "tp_18505" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2313146, + "label": "-", + "classification": { + "B": 8.43732850626111e-05, + "S": 0.0010196971707046032, + "I": 0.00013005887740291655, + "C": 0.0001231114292750135, + "R": 5.5038155551301315e-05, + "M": 0.00849494431167841, + "O": 0.002410376211628318, + "W": 9.292894537793472e-05, + "N": 2.418663279968314e-05, + "Y": 0.03702175244688988, + "U": 9.415239787813334e-07, + "K": 5.855742347193882e-05, + "L": 0.0008696690783835948, + "G": 0.022502241656184196, + "F": 0.17750386893749237, + "E": 0.0012632606085389853, + "T": 0.016500571742653847, + "P": 0.005833717528730631, + "-": 0.7260106205940247 + }, + "id": "tp_18506" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2313280, + "label": "-", + "classification": { + "B": 1.488256740067584e-09, + "S": 2.7968010840595525e-07, + "I": 6.376989176715142e-07, + "C": 4.331264790380374e-06, + "R": 4.997557425667765e-07, + "M": 1.2971019714314025e-05, + "O": 5.923141088715056e-06, + "W": 1.5769710159929673e-07, + "N": 9.550411306236128e-08, + "Y": 0.0009572452399879694, + "U": 1.935621662951803e-09, + "K": 2.259253778902348e-05, + "L": 1.7225696069544938e-07, + "G": 0.00019261412671767175, + "F": 0.049284372478723526, + "E": 1.2595475709531456e-05, + "T": 0.00024608790408819914, + "P": 0.0019109079148620367, + "-": 0.9473484754562378 + }, + "id": "tp_18507" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2313380, + "label": "-", + "classification": { + "B": 1.7267116163566243e-06, + "S": 1.6493880821144558e-06, + "I": 7.447229108947795e-06, + "C": 1.0145007536266348e-06, + "R": 6.755177537343116e-07, + "M": 5.037858136347495e-05, + "O": 2.438605770294089e-05, + "W": 2.8880114655294165e-07, + "N": 1.0839994502021e-07, + "Y": 0.0014738569734618068, + "U": 2.6783046891409867e-09, + "K": 2.090638595575456e-08, + "L": 1.0997828212566674e-06, + "G": 8.918603998608887e-05, + "F": 0.0006677754572592676, + "E": 1.4667693903902546e-06, + "T": 0.0008829422295093536, + "P": 0.0014608775964006782, + "-": 0.9953351616859436 + }, + "id": "tp_18508" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2313514, + "label": "-", + "classification": { + "B": 1.2699864782916848e-05, + "S": 2.235431020380929e-05, + "I": 4.8666361180949025e-06, + "C": 2.5964463929994963e-05, + "R": 1.634122963878326e-05, + "M": 0.0015723543474450707, + "O": 0.000391513662179932, + "W": 5.0521584853413515e-06, + "N": 1.5652639717700367e-07, + "Y": 0.007811761926859617, + "U": 2.232619600306407e-08, + "K": 5.8921290957414385e-08, + "L": 0.0002386286505497992, + "G": 0.0030851345509290695, + "F": 0.024849116802215576, + "E": 1.041950145008741e-05, + "T": 0.002770304912701249, + "P": 0.0007367139915004373, + "-": 0.9584465622901917 + }, + "id": "tp_18509" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2313647, + "label": "-", + "classification": { + "B": 1.3104263416607864e-06, + "S": 9.216875696438365e-06, + "I": 0.00014959619147703052, + "C": 0.000150359672261402, + "R": 7.919062045402825e-05, + "M": 0.0017448425060138106, + "O": 0.00025018982705660164, + "W": 8.92466869117925e-06, + "N": 6.56171823720797e-06, + "Y": 0.030148450285196304, + "U": 6.594638080059667e-07, + "K": 2.5051676857401617e-05, + "L": 3.285596540081315e-05, + "G": 0.002319398568943143, + "F": 0.01800626516342163, + "E": 0.00010457828466314822, + "T": 0.008670871146023273, + "P": 0.004913319367915392, + "-": 0.9333784580230713 + }, + "id": "tp_18510" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2313780, + "label": "-", + "classification": { + "B": 1.6913418443564865e-09, + "S": 1.1888200646126279e-07, + "I": 1.023298068503209e-06, + "C": 7.632609140273416e-07, + "R": 5.309212980364464e-08, + "M": 1.310333755100146e-05, + "O": 1.1424558579165023e-06, + "W": 2.9408358415139446e-08, + "N": 9.895729391473651e-08, + "Y": 0.0009868588531389832, + "U": 4.3861095311292786e-10, + "K": 2.549635428295005e-05, + "L": 3.2840766550634726e-08, + "G": 0.00025294115766882896, + "F": 0.03769421949982643, + "E": 0.00013834427227266133, + "T": 0.00020554735965561122, + "P": 0.00628725765272975, + "-": 0.9543930292129517 + }, + "id": "tp_18511" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2313881, + "label": "Y", + "classification": { + "B": 1.8111955796484835e-05, + "S": 0.0010177968069911003, + "I": 0.0004552609461825341, + "C": 0.0003831409849226475, + "R": 0.00019963787053711712, + "M": 0.006838941480964422, + "O": 0.003553146030753851, + "W": 0.0002080328849842772, + "N": 0.00011476085637696087, + "Y": 0.41122400760650635, + "U": 4.1016997442966385e-07, + "K": 0.0022455118596553802, + "L": 0.00014369883865583688, + "G": 0.06889878958463669, + "F": 0.1447531282901764, + "E": 0.0011792139848694205, + "T": 0.05868661776185036, + "P": 0.0020191825460642576, + "-": 0.2980605959892273 + }, + "id": "tp_18512" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2314014, + "label": "-", + "classification": { + "B": 1.9409704066220002e-07, + "S": 1.932843815666274e-06, + "I": 4.202089257887565e-06, + "C": 5.428777058114065e-06, + "R": 3.083525143665611e-06, + "M": 0.00039642234332859516, + "O": 5.19000859640073e-05, + "W": 6.055097969692724e-07, + "N": 1.4411774884592887e-07, + "Y": 0.0034026068169623613, + "U": 2.6410628350959087e-08, + "K": 3.0811042961431667e-07, + "L": 1.2890548532595858e-05, + "G": 0.0004873514117207378, + "F": 0.02045762725174427, + "E": 5.6455623962392565e-06, + "T": 0.001585358171723783, + "P": 0.00165039231069386, + "-": 0.9719340205192566 + }, + "id": "tp_18513" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2314147, + "label": "-", + "classification": { + "B": 2.985880200867541e-06, + "S": 1.868802064564079e-05, + "I": 5.658272584696533e-06, + "C": 1.1764090004362515e-06, + "R": 4.842868293053471e-07, + "M": 0.0005022810073569417, + "O": 8.87590431375429e-05, + "W": 2.837484316842165e-06, + "N": 6.558489076269325e-07, + "Y": 0.001240128418430686, + "U": 2.5457683960894428e-08, + "K": 4.798057943844469e-06, + "L": 5.228786449151812e-06, + "G": 0.00035768121597357094, + "F": 0.020725278183817863, + "E": 7.590384484501556e-05, + "T": 0.0013748914934694767, + "P": 0.004401698708534241, + "-": 0.9711909294128418 + }, + "id": "tp_18514" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2314281, + "label": "-", + "classification": { + "B": 3.2388379622716457e-07, + "S": 1.6526322497156798e-06, + "I": 0.00013557194324675947, + "C": 4.524330051935976e-06, + "R": 1.1245720088481903e-06, + "M": 0.00022918153263162822, + "O": 2.458743801980745e-05, + "W": 4.264333313130919e-07, + "N": 4.6416412260441575e-06, + "Y": 0.0051900772377848625, + "U": 2.9757680763964345e-08, + "K": 8.311486681122915e-07, + "L": 1.3703416925636702e-06, + "G": 0.00035352903068996966, + "F": 0.00584782287478447, + "E": 0.00015511695528402925, + "T": 0.0020844275131821632, + "P": 0.06583965569734573, + "-": 0.9201251268386841 + }, + "id": "tp_18515" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2314381, + "label": "-", + "classification": { + "B": 7.5007468694821e-05, + "S": 2.4526743800379336e-05, + "I": 0.00012029778736177832, + "C": 1.3759004104940686e-05, + "R": 2.4682512957951985e-06, + "M": 0.000908380257897079, + "O": 0.00017925325664691627, + "W": 1.009001334750792e-05, + "N": 8.913683814171236e-06, + "Y": 0.0013229930773377419, + "U": 5.631800377159379e-07, + "K": 4.7232256292772945e-06, + "L": 2.8361499062157236e-05, + "G": 0.0013791939709335566, + "F": 0.008487909100949764, + "E": 0.0009615520830266178, + "T": 0.0008212908287532628, + "P": 0.07372989505529404, + "-": 0.9119207859039307 + }, + "id": "tp_18516" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2314515, + "label": "-", + "classification": { + "B": 1.6405263068008935e-06, + "S": 8.929549153435801e-07, + "I": 1.0746585758170113e-05, + "C": 1.3155532542441506e-05, + "R": 1.6174521988432389e-06, + "M": 0.0002316290483577177, + "O": 2.1852751160622574e-05, + "W": 2.4625421701784944e-07, + "N": 2.5625146804486576e-07, + "Y": 0.0015286409761756659, + "U": 5.0909687132616455e-08, + "K": 1.2152985107150016e-07, + "L": 1.2088347830285784e-05, + "G": 0.0008687999215908349, + "F": 0.009181525558233261, + "E": 5.849460285389796e-05, + "T": 0.0004681731224991381, + "P": 0.008873610757291317, + "-": 0.9787263870239258 + }, + "id": "tp_18517" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2314648, + "label": "-", + "classification": { + "B": 3.091995282034077e-08, + "S": 1.8987030614425748e-07, + "I": 1.5439902654179605e-06, + "C": 2.78248148788407e-06, + "R": 1.8020269862972782e-06, + "M": 0.00011369340063538402, + "O": 1.838737262005452e-05, + "W": 7.563705395341458e-08, + "N": 1.5186502722031037e-08, + "Y": 0.0028172696474939585, + "U": 7.878228625024519e-10, + "K": 8.767339743087632e-09, + "L": 3.2329569421563065e-06, + "G": 0.00032965015270747244, + "F": 0.0021617829333990812, + "E": 1.3705098353966605e-06, + "T": 0.0004416118608787656, + "P": 0.0007843045750632882, + "-": 0.9933221936225891 + }, + "id": "tp_18518" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2314781, + "label": "-", + "classification": { + "B": 6.760790256521432e-07, + "S": 3.3033954878192162e-06, + "I": 9.719618537928909e-05, + "C": 0.00016138108912855387, + "R": 5.125235838931985e-05, + "M": 0.0009377485839650035, + "O": 0.00013747364573646337, + "W": 3.893699158652453e-06, + "N": 3.914313765562838e-06, + "Y": 0.01158233918249607, + "U": 9.338827453575504e-07, + "K": 1.05524632090237e-05, + "L": 3.2359159376937896e-05, + "G": 0.0010893750004470348, + "F": 0.00724268052726984, + "E": 0.00010122681851498783, + "T": 0.003443918190896511, + "P": 0.006303631700575352, + "-": 0.9687961339950562 + }, + "id": "tp_18519" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2314882, + "label": "-", + "classification": { + "B": 4.392842356537585e-07, + "S": 7.595038186991587e-05, + "I": 2.7705626052920707e-05, + "C": 0.0025233288761228323, + "R": 0.0005395482294261456, + "M": 0.0060392143204808235, + "O": 0.001777708064764738, + "W": 1.9386021449463442e-05, + "N": 3.402668653507135e-06, + "Y": 0.14280475676059723, + "U": 1.4362417743996048e-07, + "K": 4.462266224436462e-05, + "L": 0.0010459868935868144, + "G": 0.09240936487913132, + "F": 0.16986669600009918, + "E": 0.00014420467778109014, + "T": 0.03371972590684891, + "P": 0.00048569112550467253, + "-": 0.5484721064567566 + }, + "id": "tp_18520" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2315015, + "label": "-", + "classification": { + "B": 6.250513138184033e-07, + "S": 4.473590706766117e-06, + "I": 0.0016346948686987162, + "C": 0.004473874811083078, + "R": 0.0009632529690861702, + "M": 0.0013367768842726946, + "O": 0.0008330092532560229, + "W": 1.3781785128230695e-05, + "N": 4.025095404358581e-05, + "Y": 0.1910495162010193, + "U": 1.1052962918256526e-06, + "K": 1.3094256246404257e-05, + "L": 0.00010340154403820634, + "G": 0.01634914055466652, + "F": 0.0062071941792964935, + "E": 0.00025902592460624874, + "T": 0.02265961840748787, + "P": 0.00368132209405303, + "-": 0.7503758072853088 + }, + "id": "tp_18521" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2315148, + "label": "-", + "classification": { + "B": 3.547523519387141e-08, + "S": 2.94446902415757e-08, + "I": 8.468930900562555e-06, + "C": 2.9739687761320965e-06, + "R": 1.851375486694451e-06, + "M": 2.4683969968464226e-05, + "O": 4.5519623199652415e-06, + "W": 4.991962754274937e-08, + "N": 3.19737374354645e-08, + "Y": 0.0022925494704395533, + "U": 1.945763195010386e-08, + "K": 3.8630321164134784e-09, + "L": 2.736212991294451e-06, + "G": 0.00014047579315956682, + "F": 0.0013672633795067668, + "E": 1.3668303608938004e-06, + "T": 0.00035748822847381234, + "P": 0.00308592920191586, + "-": 0.9927095174789429 + }, + "id": "tp_18522" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2315282, + "label": "F", + "classification": { + "B": 3.3207259093614994e-06, + "S": 0.0045199147425591946, + "I": 3.7879985029576346e-05, + "C": 0.0020587658509612083, + "R": 0.000913318304810673, + "M": 0.01595783233642578, + "O": 0.008021828718483448, + "W": 0.00019575085025280714, + "N": 1.4981659660406876e-05, + "Y": 0.10641958564519882, + "U": 2.0809358147744206e-07, + "K": 0.00013870703696738929, + "L": 0.003639816539362073, + "G": 0.17523124814033508, + "F": 0.4175996482372284, + "E": 0.00019956733740400523, + "T": 0.08373859524726868, + "P": 0.00033418802195228636, + "-": 0.18097488582134247 + }, + "id": "tp_18523" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2315382, + "label": "-", + "classification": { + "B": 1.9108401261291874e-07, + "S": 1.631603822715988e-06, + "I": 9.339569260191638e-06, + "C": 2.4788280370557914e-06, + "R": 1.234701585417497e-06, + "M": 0.0007614564383402467, + "O": 5.093236541142687e-05, + "W": 3.7853584444746957e-07, + "N": 2.428602101645083e-07, + "Y": 0.013190507888793945, + "U": 1.7323353418419174e-08, + "K": 2.2128494947537547e-07, + "L": 5.175800197321223e-06, + "G": 0.0006324485293589532, + "F": 0.0031955342274159193, + "E": 4.0635936784383375e-06, + "T": 0.008652184158563614, + "P": 0.0009756769286468625, + "-": 0.9725162386894226 + }, + "id": "tp_18524" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2315516, + "label": "-", + "classification": { + "B": 2.7126051804771123e-07, + "S": 1.0682980246201623e-05, + "I": 3.147124152746983e-05, + "C": 0.0006782858981750906, + "R": 6.867948832223192e-05, + "M": 0.0008518587565049529, + "O": 0.0001637300883885473, + "W": 4.76699688078952e-06, + "N": 2.1266207568260143e-06, + "Y": 0.005590356886386871, + "U": 1.7794856432828965e-07, + "K": 5.4780932259745896e-05, + "L": 5.998272172291763e-05, + "G": 0.003633872838690877, + "F": 0.13135504722595215, + "E": 0.0001152440017904155, + "T": 0.002455885987728834, + "P": 0.0027969477232545614, + "-": 0.8521257638931274 + }, + "id": "tp_18525" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2315649, + "label": "-", + "classification": { + "B": 1.4162439276876881e-10, + "S": 1.0601367250728799e-07, + "I": 5.795496305083248e-10, + "C": 1.8407557718091994e-06, + "R": 2.2576446667699201e-07, + "M": 4.8646175855537876e-05, + "O": 8.65769379743142e-06, + "W": 3.3674725230525837e-09, + "N": 1.1138504181495978e-11, + "Y": 0.0018657287582755089, + "U": 4.517164637132809e-13, + "K": 3.819442984109855e-09, + "L": 9.779094398254529e-06, + "G": 0.010168683715164661, + "F": 0.17290563881397247, + "E": 7.326116957528939e-08, + "T": 0.0001250712084583938, + "P": 3.35803611051233e-06, + "-": 0.8148621320724487 + }, + "id": "tp_18526" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2315782, + "label": "-", + "classification": { + "B": 4.45999785370077e-06, + "S": 2.185126140830107e-05, + "I": 1.5608917237841524e-05, + "C": 0.0003572352579794824, + "R": 0.00014588756312150508, + "M": 0.0012841069838032126, + "O": 0.0004908162518404424, + "W": 6.916434813319938e-06, + "N": 2.406833914392337e-07, + "Y": 0.009803956374526024, + "U": 1.502155200228117e-08, + "K": 5.856665907799652e-08, + "L": 0.0002642015169840306, + "G": 0.004636852536350489, + "F": 0.024835480377078056, + "E": 6.523391220980557e-06, + "T": 0.0038325588684529066, + "P": 0.0007828353554941714, + "-": 0.9535105228424072 + }, + "id": "tp_18527" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2315883, + "label": "-", + "classification": { + "B": 5.566880190599477e-06, + "S": 4.196078862150898e-06, + "I": 3.1092336030269507e-06, + "C": 2.4854091407178203e-06, + "R": 1.5565060493827332e-06, + "M": 0.0006253886385820806, + "O": 5.82680368097499e-05, + "W": 3.2027330121309205e-07, + "N": 1.3316459046563978e-08, + "Y": 0.0017949643079191446, + "U": 8.118523076028339e-10, + "K": 7.491012254945417e-10, + "L": 3.154595469823107e-05, + "G": 0.0006002505542710423, + "F": 0.0017757110763341188, + "E": 2.2267913664109074e-06, + "T": 0.0011414472246542573, + "P": 0.00038964085979387164, + "-": 0.9935634136199951 + }, + "id": "tp_18528" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2316016, + "label": "-", + "classification": { + "B": 6.854936618339025e-09, + "S": 1.1968055559918866e-06, + "I": 1.5605729686285486e-06, + "C": 0.00023610897187609226, + "R": 3.4768996556522325e-05, + "M": 0.0001967163843801245, + "O": 3.896491034538485e-05, + "W": 4.421041523983149e-07, + "N": 9.88684760727665e-08, + "Y": 0.015765590593218803, + "U": 3.972118189921048e-09, + "K": 5.117878572491463e-06, + "L": 9.483718713454437e-06, + "G": 0.0033270420972257853, + "F": 0.11148670315742493, + "E": 8.465746759611648e-06, + "T": 0.001690272823907435, + "P": 0.00041392381535843015, + "-": 0.8667834401130676 + }, + "id": "tp_18529" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2316149, + "label": "-", + "classification": { + "B": 1.4142448890197556e-05, + "S": 0.00027860698173753917, + "I": 0.0005312945577315986, + "C": 0.006107694003731012, + "R": 0.0010793831897899508, + "M": 0.008282700553536415, + "O": 0.002470501931384206, + "W": 0.00011391212319722399, + "N": 7.840504258638248e-05, + "Y": 0.15757416188716888, + "U": 7.469922820746433e-06, + "K": 0.00033013097709044814, + "L": 0.0015944637125357985, + "G": 0.0669633150100708, + "F": 0.17126169800758362, + "E": 0.0015370982000604272, + "T": 0.032439980655908585, + "P": 0.004707956686615944, + "-": 0.5446270704269409 + }, + "id": "tp_18530" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2316283, + "label": "-", + "classification": { + "B": 2.5401056973350933e-06, + "S": 4.262924903741805e-06, + "I": 0.00027375476201996207, + "C": 3.228800051147118e-05, + "R": 1.749354851199314e-05, + "M": 0.0002846322313416749, + "O": 7.35864887246862e-05, + "W": 4.834374522033613e-06, + "N": 1.616552981431596e-05, + "Y": 0.0056686182506382465, + "U": 1.5252127241183189e-06, + "K": 1.6750602298998274e-05, + "L": 1.0213398127234541e-05, + "G": 0.0005436050705611706, + "F": 0.01603594422340393, + "E": 0.0002793245075736195, + "T": 0.0017665448831394315, + "P": 0.057614218443632126, + "-": 0.9173538088798523 + }, + "id": "tp_18531" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2316383, + "label": "-", + "classification": { + "B": 5.321647336131718e-07, + "S": 1.5942637787702552e-07, + "I": 1.0700727216317318e-05, + "C": 3.3668056858005002e-06, + "R": 1.284086692976416e-06, + "M": 1.63909589900868e-05, + "O": 1.307100410485873e-05, + "W": 1.7149834263818775e-07, + "N": 1.7498059889931028e-07, + "Y": 0.00015500980953220278, + "U": 3.027858852533427e-08, + "K": 5.307663197839929e-09, + "L": 2.6916236492979806e-06, + "G": 5.594335380010307e-05, + "F": 0.0008181630983017385, + "E": 3.52212873622193e-06, + "T": 0.0002234810235677287, + "P": 0.026097994297742844, + "-": 0.9725973010063171 + }, + "id": "tp_18532" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2316517, + "label": "-", + "classification": { + "B": 2.29850365940365e-06, + "S": 9.060439879249316e-06, + "I": 6.048126579116797e-06, + "C": 3.7859254007344134e-06, + "R": 2.2204051219887333e-06, + "M": 0.00014612075756303966, + "O": 9.381688141729683e-05, + "W": 1.9601079657149967e-06, + "N": 2.424474985218694e-07, + "Y": 0.0009260519873350859, + "U": 3.175382445874675e-08, + "K": 8.756799729781051e-08, + "L": 3.500452294247225e-05, + "G": 0.00042023780406452715, + "F": 0.01784328743815422, + "E": 5.71484360989416e-06, + "T": 0.0009851133218035102, + "P": 0.003430453594774008, + "-": 0.9760885238647461 + }, + "id": "tp_18533" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2316650, + "label": "-", + "classification": { + "B": 2.5264502295785363e-11, + "S": 8.524778105645225e-11, + "I": 2.50458365158579e-09, + "C": 2.42368103364754e-09, + "R": 5.385482615416493e-10, + "M": 1.8278896618539875e-07, + "O": 9.68373736753847e-09, + "W": 1.722948346494224e-11, + "N": 5.650103648835447e-12, + "Y": 2.160785697924439e-05, + "U": 4.289181043757445e-13, + "K": 8.081182424624078e-12, + "L": 1.3959103872807077e-09, + "G": 1.3287765341374325e-06, + "F": 0.0013022224884480238, + "E": 1.7409679031743508e-08, + "T": 2.4261546514026122e-06, + "P": 0.00040441969758830965, + "-": 0.9982677698135376 + }, + "id": "tp_18534" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2316750, + "label": "-", + "classification": { + "B": 3.106595869439843e-08, + "S": 1.6934416180447442e-06, + "I": 6.015724238750408e-07, + "C": 2.1330593881430104e-05, + "R": 2.8536262561829062e-06, + "M": 0.00015637895558029413, + "O": 3.0198434615158476e-05, + "W": 4.612723500940774e-07, + "N": 6.476962255419494e-08, + "Y": 0.015982013195753098, + "U": 2.4588078240128652e-09, + "K": 2.5219034796464257e-05, + "L": 3.4184131436632015e-06, + "G": 0.002887243404984474, + "F": 0.07238658517599106, + "E": 2.8811698939534836e-05, + "T": 0.0018602933268994093, + "P": 0.0003679157525766641, + "-": 0.9062448143959045 + }, + "id": "tp_18535" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2316884, + "label": "-", + "classification": { + "B": 2.3187838849025866e-07, + "S": 1.7236030544154346e-05, + "I": 6.942037089174846e-06, + "C": 0.0002163405588362366, + "R": 1.6289604900521226e-05, + "M": 0.0006218614289537072, + "O": 7.694815576542169e-05, + "W": 1.6942249203566462e-06, + "N": 7.383867455246218e-07, + "Y": 0.006011549849063158, + "U": 5.329089702854617e-08, + "K": 4.447581886779517e-05, + "L": 4.616411752067506e-05, + "G": 0.008159501478075981, + "F": 0.13174062967300415, + "E": 0.00015137296577449888, + "T": 0.006149521563202143, + "P": 0.0008509066537953913, + "-": 0.8458876013755798 + }, + "id": "tp_18536" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2317017, + "label": "-", + "classification": { + "B": 7.313629701855007e-09, + "S": 2.3572836482799175e-07, + "I": 1.9407210061217484e-07, + "C": 7.200198979262495e-06, + "R": 6.875482085888507e-07, + "M": 2.8049636966898106e-05, + "O": 1.2310623787925579e-05, + "W": 1.264821918312009e-07, + "N": 2.5959849381251843e-08, + "Y": 0.0015391827328130603, + "U": 2.3860875497661027e-09, + "K": 9.115689863392618e-06, + "L": 1.416851546309772e-06, + "G": 0.0008083891007117927, + "F": 0.06190915405750275, + "E": 1.0479205229785293e-05, + "T": 0.00019201217219233513, + "P": 0.0010290573118254542, + "-": 0.9344522953033447 + }, + "id": "tp_18537" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2317150, + "label": "-", + "classification": { + "B": 4.6680230525453226e-07, + "S": 2.111179583152989e-06, + "I": 2.278188276250148e-06, + "C": 2.142709490726702e-05, + "R": 4.13266889154329e-06, + "M": 0.00022124825045466423, + "O": 4.704200182459317e-05, + "W": 7.997589364094893e-07, + "N": 2.3372936652776843e-07, + "Y": 0.0027463522274047136, + "U": 2.7147065040367124e-08, + "K": 1.6152400803548517e-06, + "L": 1.0307418051525019e-05, + "G": 0.0007817084551788867, + "F": 0.04365101084113121, + "E": 6.0957918321946636e-05, + "T": 0.0006172098219394684, + "P": 0.004028976429253817, + "-": 0.9478020071983337 + }, + "id": "tp_18538" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2317251, + "label": "-", + "classification": { + "B": 3.1884139843896264e-06, + "S": 3.922511496057268e-06, + "I": 4.70450959255686e-06, + "C": 3.9110349462134764e-05, + "R": 9.284120096708648e-06, + "M": 0.000658338307403028, + "O": 9.624756057746708e-05, + "W": 1.2730087064483087e-06, + "N": 3.634848440015048e-07, + "Y": 0.0058224317617714405, + "U": 5.851044093674318e-08, + "K": 3.210131126252236e-06, + "L": 2.8930249754921533e-05, + "G": 0.002903421875089407, + "F": 0.021477026864886284, + "E": 5.267372034722939e-05, + "T": 0.0015112604014575481, + "P": 0.001996539533138275, + "-": 0.9653880596160889 + }, + "id": "tp_18539" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2317384, + "label": "-", + "classification": { + "B": 4.436419676068226e-09, + "S": 8.948137519837474e-08, + "I": 8.840329712711537e-08, + "C": 3.89281211710113e-08, + "R": 1.0923217885761005e-08, + "M": 2.3715281713521108e-05, + "O": 3.6895514767820714e-06, + "W": 2.114741981529278e-08, + "N": 4.886348214938607e-09, + "Y": 8.505875302944332e-05, + "U": 2.617443761732119e-10, + "K": 1.6878244579743296e-08, + "L": 7.847678773487132e-08, + "G": 4.599886324285762e-06, + "F": 0.0007542824023403227, + "E": 2.3200141185952816e-07, + "T": 9.591691923560575e-05, + "P": 0.0008087832247838378, + "-": 0.9982232451438904 + }, + "id": "tp_18540" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2317518, + "label": "-", + "classification": { + "B": 2.0018833879476006e-07, + "S": 4.67869085696293e-06, + "I": 0.00032695187837816775, + "C": 0.0004100349615328014, + "R": 0.00015573766722809523, + "M": 0.0007858516182750463, + "O": 0.0001748725917423144, + "W": 5.742897428717697e-06, + "N": 1.2557740774354897e-05, + "Y": 0.1134524792432785, + "U": 2.394718308096344e-07, + "K": 0.0003496543213259429, + "L": 1.073182556865504e-05, + "G": 0.00827554427087307, + "F": 0.03906174376606941, + "E": 0.00022656345390714705, + "T": 0.01065776962786913, + "P": 0.002913047093898058, + "-": 0.8231756687164307 + }, + "id": "tp_18541" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2317651, + "label": "-", + "classification": { + "B": 3.9888978231594763e-10, + "S": 5.129692226546467e-08, + "I": 9.886402096981328e-08, + "C": 2.6273191906511784e-06, + "R": 1.4224718825062155e-07, + "M": 7.133125473046675e-05, + "O": 5.0528474275779445e-06, + "W": 1.5846914891426422e-08, + "N": 8.014559682578692e-09, + "Y": 0.0017077334923669696, + "U": 9.156065489124288e-11, + "K": 2.744183404956857e-07, + "L": 9.205956530422554e-07, + "G": 0.0008342273067682981, + "F": 0.06941894441843033, + "E": 1.282374796574004e-05, + "T": 0.0003736366343218833, + "P": 0.0010672302450984716, + "-": 0.9265048503875732 + }, + "id": "tp_18542" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2317751, + "label": "-", + "classification": { + "B": 5.583682650467381e-06, + "S": 3.9848569031164516e-06, + "I": 0.00020223183673806489, + "C": 0.0003378951514605433, + "R": 2.8242255211807787e-05, + "M": 0.0005245147040113807, + "O": 5.677221997757442e-05, + "W": 4.884561349172145e-06, + "N": 2.2520423954119906e-05, + "Y": 0.010931747034192085, + "U": 1.652642367844237e-06, + "K": 0.0018885914469137788, + "L": 1.0214940630248748e-05, + "G": 0.009482131339609623, + "F": 0.04299101233482361, + "E": 0.005220238119363785, + "T": 0.0015527458162978292, + "P": 0.027713386341929436, + "-": 0.8990216851234436 + }, + "id": "tp_18543" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2317885, + "label": "-", + "classification": { + "B": 1.8586060468450682e-10, + "S": 8.75354189133759e-09, + "I": 1.18470886434352e-08, + "C": 3.480984034354151e-08, + "R": 3.258630032476617e-09, + "M": 3.979581379098818e-06, + "O": 4.236518975631043e-07, + "W": 6.653792516964074e-10, + "N": 2.8949470598504945e-10, + "Y": 7.641094998689368e-05, + "U": 4.295851001312467e-12, + "K": 2.7952291592470146e-09, + "L": 3.403714643468447e-08, + "G": 1.3358593605516944e-05, + "F": 0.011642915196716785, + "E": 3.497440559385723e-07, + "T": 2.0729163225041702e-05, + "P": 0.00049253785982728, + "-": 0.9877492785453796 + }, + "id": "tp_18544" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2318018, + "label": "-", + "classification": { + "B": 7.348339818580296e-12, + "S": 1.6162148286369415e-09, + "I": 1.2479462441206124e-07, + "C": 5.555344841923215e-07, + "R": 9.004732248740765e-08, + "M": 2.7411271730670705e-05, + "O": 8.24468145310675e-07, + "W": 9.460170424802072e-10, + "N": 6.233607519057216e-10, + "Y": 0.02106359601020813, + "U": 8.610830798394531e-12, + "K": 1.0401852534869249e-07, + "L": 5.0510042370888186e-08, + "G": 0.0004811339604202658, + "F": 0.002186971716582775, + "E": 5.436693868432485e-07, + "T": 0.0010727670742198825, + "P": 2.4467155526508577e-05, + "-": 0.9751414060592651 + }, + "id": "tp_18545" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2318151, + "label": "-", + "classification": { + "B": 4.87252909806557e-05, + "S": 0.0029008067212998867, + "I": 1.6228734239120968e-05, + "C": 0.000453391345217824, + "R": 0.00018975492275785655, + "M": 0.025882475078105927, + "O": 0.01010609045624733, + "W": 0.00016264674195554107, + "N": 2.171666210415424e-06, + "Y": 0.02052980288863182, + "U": 1.0190628074724373e-07, + "K": 4.027737759315642e-06, + "L": 0.0051997145637869835, + "G": 0.06835133582353592, + "F": 0.21920205652713776, + "E": 0.00015128481027204543, + "T": 0.015522751025855541, + "P": 0.0005595913389697671, + "-": 0.6307169795036316 + }, + "id": "tp_18546" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2318252, + "label": "-", + "classification": { + "B": 1.1706400755429058e-06, + "S": 9.144409887085203e-07, + "I": 1.1300732694508042e-05, + "C": 5.870091627002694e-05, + "R": 1.276826333196368e-05, + "M": 8.871117461239919e-05, + "O": 4.874452133662999e-05, + "W": 1.508427772023424e-06, + "N": 9.509925007478159e-07, + "Y": 0.0005396139458753169, + "U": 3.262465213538235e-07, + "K": 1.2544077208076487e-06, + "L": 8.389554750465322e-06, + "G": 0.0001996427890844643, + "F": 0.016172293573617935, + "E": 2.1741205273428932e-05, + "T": 0.00026826138491742313, + "P": 0.017288457602262497, + "-": 0.9652751684188843 + }, + "id": "tp_18547" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2318385, + "label": "-", + "classification": { + "B": 4.3765407964357905e-10, + "S": 4.343190695976773e-08, + "I": 1.1444327263632204e-08, + "C": 2.8428888132481234e-09, + "R": 6.941716090835826e-10, + "M": 1.281228492189257e-06, + "O": 2.7213917519475217e-07, + "W": 1.2568434071269508e-09, + "N": 8.203792090100137e-10, + "Y": 0.00014396547339856625, + "U": 7.264670635886983e-12, + "K": 6.411735142819452e-08, + "L": 4.581445445239751e-09, + "G": 1.639933543629013e-05, + "F": 0.011271952651441097, + "E": 8.064755547820823e-07, + "T": 4.2023271817015484e-05, + "P": 0.0014293799176812172, + "-": 0.9870937466621399 + }, + "id": "tp_18548" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2318519, + "label": "-", + "classification": { + "B": 8.470701686746906e-07, + "S": 4.7793790145078674e-05, + "I": 6.145605584606528e-05, + "C": 7.23043194739148e-05, + "R": 2.619260521896649e-05, + "M": 0.00041328935185447335, + "O": 0.0001679334236541763, + "W": 1.2575946129800286e-05, + "N": 7.211854608613066e-06, + "Y": 0.022541595622897148, + "U": 1.6015219728160446e-07, + "K": 0.00013134903565514833, + "L": 1.1920892575290054e-05, + "G": 0.00305618392303586, + "F": 0.10823237150907516, + "E": 0.00027479356504045427, + "T": 0.005378753412514925, + "P": 0.00832801591604948, + "-": 0.8512352108955383 + }, + "id": "tp_18549" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2318652, + "label": "-", + "classification": { + "B": 9.987223137386536e-08, + "S": 5.765157311543589e-07, + "I": 0.00016481647617183626, + "C": 5.4971922509139404e-05, + "R": 8.54776499181753e-06, + "M": 5.138455890119076e-05, + "O": 1.5779005479998887e-05, + "W": 9.897549944071216e-07, + "N": 1.3769362340099178e-05, + "Y": 0.004197796806693077, + "U": 4.59976916999949e-07, + "K": 0.00014887868019286543, + "L": 9.672037322161486e-07, + "G": 0.0009772063931450248, + "F": 0.022049924358725548, + "E": 0.0007993620820343494, + "T": 0.0005752468132413924, + "P": 0.057939186692237854, + "-": 0.9129999279975891 + }, + "id": "tp_18550" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2318752, + "label": "-", + "classification": { + "B": 4.114404873689637e-06, + "S": 1.725360743876081e-05, + "I": 0.00015008180344011635, + "C": 9.518596925772727e-05, + "R": 2.7505737307365052e-05, + "M": 0.0016978341154754162, + "O": 0.00013623166887555271, + "W": 5.759844498243183e-06, + "N": 1.2214004527777433e-05, + "Y": 0.012596150860190392, + "U": 9.332629247182922e-07, + "K": 3.908720100298524e-05, + "L": 3.860699507640675e-05, + "G": 0.003364105708897114, + "F": 0.023638693615794182, + "E": 0.0008027889998629689, + "T": 0.007300682365894318, + "P": 0.02153874933719635, + "-": 0.9285339713096619 + }, + "id": "tp_18551" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2318886, + "label": "-", + "classification": { + "B": 1.109374636598659e-08, + "S": 2.3486056477395323e-07, + "I": 0.0001576315553393215, + "C": 3.674821755339508e-06, + "R": 1.3992563481224352e-06, + "M": 0.00013423332711681724, + "O": 1.2886847798654344e-05, + "W": 1.2166557894488506e-07, + "N": 1.685997744971246e-06, + "Y": 0.02740331180393696, + "U": 6.8800836139359944e-09, + "K": 2.367018169024959e-06, + "L": 3.1210137763082457e-07, + "G": 0.0004975299816578627, + "F": 0.0014196367701515555, + "E": 3.193287193425931e-05, + "T": 0.007135136052966118, + "P": 0.0026266903150826693, + "-": 0.9605712294578552 + }, + "id": "tp_18552" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2319019, + "label": "-", + "classification": { + "B": 3.6442591999641394e-11, + "S": 1.855662984384665e-10, + "I": 1.224465648874684e-07, + "C": 3.7394698892967426e-08, + "R": 6.179526668148583e-09, + "M": 6.360246061376529e-06, + "O": 1.3901026818530227e-07, + "W": 8.759163533378356e-11, + "N": 2.2926183174121206e-10, + "Y": 0.0008407319546677172, + "U": 1.3112164999606879e-11, + "K": 5.3767715973984664e-11, + "L": 1.1412986111736245e-08, + "G": 1.1375796020729467e-05, + "F": 3.9334270695690066e-05, + "E": 5.399729019472943e-08, + "T": 0.0001689350901870057, + "P": 0.00032123434357345104, + "-": 0.998611569404602 + }, + "id": "tp_18553" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2319152, + "label": "-", + "classification": { + "B": 1.2619942708624876e-06, + "S": 0.0001100734225474298, + "I": 6.097111509006936e-06, + "C": 4.3589138840616215e-06, + "R": 1.913185997182154e-06, + "M": 0.00042659041355364025, + "O": 0.00030735268956050277, + "W": 6.471243978012353e-06, + "N": 5.80209928102704e-07, + "Y": 0.0007322949822992086, + "U": 1.1419362344611272e-08, + "K": 1.0423092362543684e-06, + "L": 7.693565567024052e-05, + "G": 0.0025277009699493647, + "F": 0.20221318304538727, + "E": 4.018387335236184e-05, + "T": 0.0008566573378629982, + "P": 0.004478692542761564, + "-": 0.7882086038589478 + }, + "id": "tp_18554" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2319253, + "label": "-", + "classification": { + "B": 4.944072706791758e-09, + "S": 7.183687245060355e-08, + "I": 1.367266236229625e-06, + "C": 2.41616419316415e-07, + "R": 1.0073838296875692e-07, + "M": 4.9644033424556255e-05, + "O": 2.2319998151942855e-06, + "W": 9.697579628209496e-09, + "N": 7.64244223461219e-09, + "Y": 0.0002990471257362515, + "U": 2.9657221123358113e-10, + "K": 7.13148817776954e-10, + "L": 4.6842808387737023e-07, + "G": 2.8215110432938673e-05, + "F": 0.0009935551788657904, + "E": 5.139281711308286e-07, + "T": 0.00043114315485581756, + "P": 0.0008279787725768983, + "-": 0.997365415096283 + }, + "id": "tp_18555" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2319386, + "label": "F", + "classification": { + "B": 2.81078314401384e-07, + "S": 0.00013265790767036378, + "I": 5.3093306632945314e-05, + "C": 0.0005086903111077845, + "R": 0.00010924991511274129, + "M": 0.0008657950675114989, + "O": 0.0006911892560310662, + "W": 3.850604480248876e-05, + "N": 1.7670588931650855e-05, + "Y": 0.11127129942178726, + "U": 9.336065431853058e-08, + "K": 0.004982505924999714, + "L": 4.1110164602287114e-05, + "G": 0.0410677008330822, + "F": 0.5160025358200073, + "E": 0.0006301646935753524, + "T": 0.013621466234326363, + "P": 0.0015116548165678978, + "-": 0.30845436453819275 + }, + "id": "tp_18556" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2319520, + "label": "-", + "classification": { + "B": 3.568032813650035e-10, + "S": 5.108926615093878e-09, + "I": 1.3340900295588654e-07, + "C": 1.499856772113617e-08, + "R": 1.5895118554709597e-09, + "M": 3.648989093107957e-07, + "O": 1.6603097208189865e-07, + "W": 2.1954789097833327e-09, + "N": 3.625052702460607e-09, + "Y": 6.746541203028755e-06, + "U": 5.2052862020701696e-11, + "K": 8.147024388449609e-09, + "L": 4.095018990568633e-09, + "G": 1.937739170898567e-06, + "F": 0.0039020413532853127, + "E": 1.697940433587064e-06, + "T": 4.293498022889253e-06, + "P": 0.019496090710163116, + "-": 0.9765864610671997 + }, + "id": "tp_18557" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2319653, + "label": "-", + "classification": { + "B": 4.879771253740728e-08, + "S": 1.486176159914976e-07, + "I": 3.174826872509584e-07, + "C": 6.363547555565674e-08, + "R": 1.867668864008465e-08, + "M": 2.6740561224869452e-05, + "O": 4.795183031092165e-06, + "W": 1.7945307462241544e-08, + "N": 6.621836856623986e-09, + "Y": 6.083510015741922e-05, + "U": 3.257539515910679e-10, + "K": 6.258338847153766e-10, + "L": 4.857227509091899e-07, + "G": 2.407916690572165e-05, + "F": 0.00113515998236835, + "E": 1.1429142432461958e-06, + "T": 7.742480374872684e-05, + "P": 0.005439193919301033, + "-": 0.9932293891906738 + }, + "id": "tp_18558" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2319753, + "label": "-", + "classification": { + "B": 1.7380247300025076e-05, + "S": 0.0009081495809368789, + "I": 8.88281374500366e-06, + "C": 0.00011446300050010905, + "R": 8.749415428610519e-05, + "M": 0.0071200220845639706, + "O": 0.002667853841558099, + "W": 7.284743333002552e-05, + "N": 1.714454583634506e-06, + "Y": 0.030771762132644653, + "U": 1.2195152976346435e-07, + "K": 5.5843574955360964e-05, + "L": 0.001100013847462833, + "G": 0.037053223699331284, + "F": 0.2620176672935486, + "E": 0.00014537031529471278, + "T": 0.009228643961250782, + "P": 0.0006796502857469022, + "-": 0.6479488611221313 + }, + "id": "tp_18559" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2319887, + "label": "-", + "classification": { + "B": 0.0002593065146356821, + "S": 0.0007801222964189947, + "I": 0.0026646158657968044, + "C": 0.0017588016344234347, + "R": 0.0010598149383440614, + "M": 0.02269190549850464, + "O": 0.005372535437345505, + "W": 0.0003920176823157817, + "N": 0.0003482140018604696, + "Y": 0.051995325833559036, + "U": 7.593588816234842e-05, + "K": 8.457973308395594e-05, + "L": 0.002966388827189803, + "G": 0.02070455625653267, + "F": 0.0604681521654129, + "E": 0.0014363410882651806, + "T": 0.046459730714559555, + "P": 0.029720282182097435, + "-": 0.7507613301277161 + }, + "id": "tp_18560" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2320020, + "label": "-", + "classification": { + "B": 9.520187660427837e-08, + "S": 2.4924382159952074e-05, + "I": 1.5438061382155865e-05, + "C": 4.672009254136356e-06, + "R": 1.1711287015714333e-06, + "M": 0.00036940068821422756, + "O": 0.00017147955077234656, + "W": 4.2517312976997346e-06, + "N": 2.0438217234186595e-06, + "Y": 0.06410085409879684, + "U": 4.985600821072467e-09, + "K": 0.00014631992962677032, + "L": 2.6417051230964717e-06, + "G": 0.005132334306836128, + "F": 0.04911317303776741, + "E": 0.00024686605320312083, + "T": 0.008942712098360062, + "P": 0.0017120168777182698, + "-": 0.8700096011161804 + }, + "id": "tp_18561" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2320153, + "label": "-", + "classification": { + "B": 6.517616668588744e-08, + "S": 3.49024121533148e-05, + "I": 6.864036095066695e-07, + "C": 6.784281868021935e-05, + "R": 1.6052606952143833e-05, + "M": 0.001187803572975099, + "O": 0.00021899720013607293, + "W": 1.5412286984428647e-06, + "N": 6.769690230612468e-08, + "Y": 0.008602927438914776, + "U": 1.942795035958511e-09, + "K": 5.890161105526204e-07, + "L": 0.000148282982991077, + "G": 0.012396109290421009, + "F": 0.35686004161834717, + "E": 1.2143704225309193e-05, + "T": 0.005845165811479092, + "P": 0.0001904292730614543, + "-": 0.6144164204597473 + }, + "id": "tp_18562" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2320254, + "label": "-", + "classification": { + "B": 3.062680843868293e-05, + "S": 6.379286787705496e-05, + "I": 0.00020944082643836737, + "C": 0.000730244442820549, + "R": 0.0001551075401948765, + "M": 0.0010735566029325128, + "O": 0.0004061644140165299, + "W": 4.654997246689163e-05, + "N": 3.8513444451382384e-05, + "Y": 0.019463781267404556, + "U": 1.1975309462286532e-05, + "K": 0.0008643802721053362, + "L": 8.81392479641363e-05, + "G": 0.008512836880981922, + "F": 0.13882826268672943, + "E": 0.0010197070660069585, + "T": 0.004625364206731319, + "P": 0.0204630009829998, + "-": 0.8033685684204102 + }, + "id": "tp_18563" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2320387, + "label": "-", + "classification": { + "B": 1.15024190172619e-09, + "S": 1.1722776083189501e-09, + "I": 3.686728859975119e-07, + "C": 1.9410203222491873e-08, + "R": 2.7537190305793047e-09, + "M": 1.262580099137267e-06, + "O": 7.25194695405662e-08, + "W": 6.994516632552461e-10, + "N": 2.3419952643877195e-09, + "Y": 3.422538793529384e-05, + "U": 7.171194887911625e-11, + "K": 8.717315758133282e-09, + "L": 3.170998796875324e-09, + "G": 3.7174006592977094e-06, + "F": 0.0005577306146733463, + "E": 2.4198818664444843e-06, + "T": 1.029920531436801e-05, + "P": 0.010087463073432446, + "-": 0.9893024563789368 + }, + "id": "tp_18564" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2320521, + "label": "-", + "classification": { + "B": 4.618271598477719e-10, + "S": 2.3017200589947606e-07, + "I": 5.668805980185709e-10, + "C": 1.3330357262475445e-07, + "R": 3.171350471120604e-08, + "M": 4.233010622556321e-05, + "O": 8.52308494359022e-06, + "W": 1.697061158267843e-08, + "N": 6.443830885549673e-11, + "Y": 0.0016023835632950068, + "U": 9.260841876343462e-13, + "K": 1.0159244112628585e-07, + "L": 4.1588000954106974e-07, + "G": 0.001086956006474793, + "F": 0.06923921406269073, + "E": 1.502802717823215e-07, + "T": 0.00024439222761429846, + "P": 5.691308160749031e-06, + "-": 0.9277694225311279 + }, + "id": "tp_18565" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2320654, + "label": "-", + "classification": { + "B": 4.371146644643886e-07, + "S": 5.412827022155398e-07, + "I": 0.00010113427561009303, + "C": 8.805774268694222e-05, + "R": 3.225077307433821e-05, + "M": 0.00020103556744288653, + "O": 4.061450090375729e-05, + "W": 1.3345854767976562e-06, + "N": 3.893917892128229e-06, + "Y": 0.005796863231807947, + "U": 1.1544444760147599e-06, + "K": 1.7051523172995076e-05, + "L": 5.043724740971811e-06, + "G": 0.0007033919100649655, + "F": 0.002842656569555402, + "E": 0.00013639729877468199, + "T": 0.001163183944299817, + "P": 0.010183674283325672, + "-": 0.9786812663078308 + }, + "id": "tp_18566" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2320754, + "label": "-", + "classification": { + "B": 0.00018553712288849056, + "S": 0.00014746996748726815, + "I": 0.003466833382844925, + "C": 0.0013758322456851602, + "R": 0.00043175468454137444, + "M": 0.019101526588201523, + "O": 0.0015470358775928617, + "W": 7.383535557892174e-05, + "N": 9.736828360473737e-05, + "Y": 0.11386609822511673, + "U": 1.6581228919676505e-05, + "K": 4.779719529324211e-05, + "L": 0.0013795491540804505, + "G": 0.033869750797748566, + "F": 0.013834057375788689, + "E": 0.0043730782344937325, + "T": 0.04183029383420944, + "P": 0.015076584182679653, + "-": 0.7492790222167969 + }, + "id": "tp_18567" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2320888, + "label": "-", + "classification": { + "B": 2.9591426531361265e-11, + "S": 7.947194013979697e-10, + "I": 3.3999796755779244e-08, + "C": 5.8434480365576746e-08, + "R": 8.282209584820066e-09, + "M": 3.4924416922876844e-06, + "O": 1.5512839013354096e-07, + "W": 5.647757261861841e-10, + "N": 6.08635586374362e-10, + "Y": 0.0005482333363033831, + "U": 3.1251497917272886e-11, + "K": 1.2295843987431e-07, + "L": 1.1960915813347128e-08, + "G": 5.253744893707335e-05, + "F": 0.005305183585733175, + "E": 7.941592343740922e-07, + "T": 5.892410990782082e-05, + "P": 0.00037180876825004816, + "-": 0.993658721446991 + }, + "id": "tp_18568" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2321021, + "label": "-", + "classification": { + "B": 7.906789960543392e-07, + "S": 1.0899867675107089e-06, + "I": 1.6357529602828436e-05, + "C": 3.4345071071584243e-06, + "R": 2.7401986812947143e-07, + "M": 4.105969492229633e-05, + "O": 1.2221629731357098e-05, + "W": 6.274184443100239e-07, + "N": 1.5454044159923797e-06, + "Y": 0.0005028345622122288, + "U": 1.8586433725431561e-07, + "K": 1.8015681462202338e-06, + "L": 1.3562813592216116e-06, + "G": 8.71614392963238e-05, + "F": 0.006670522037893534, + "E": 9.206232061842456e-05, + "T": 0.0002409226872259751, + "P": 0.1001928523182869, + "-": 0.8921328186988831 + }, + "id": "tp_18569" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2321154, + "label": "-", + "classification": { + "B": 6.788944301661104e-05, + "S": 0.00011458776134531945, + "I": 0.00020091627084184438, + "C": 0.00013317041157279164, + "R": 6.177256000228226e-05, + "M": 0.0033528401982039213, + "O": 0.0005495192017406225, + "W": 3.4367672924418e-05, + "N": 1.8595002984511666e-05, + "Y": 0.009118924848735332, + "U": 3.4506545034673763e-06, + "K": 6.448647764045745e-05, + "L": 0.00013869786926079541, + "G": 0.0031608580611646175, + "F": 0.03019956685602665, + "E": 0.0007718013948760927, + "T": 0.004795991349965334, + "P": 0.01743563637137413, + "-": 0.9297769069671631 + }, + "id": "tp_18570" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2321255, + "label": "-", + "classification": { + "B": 1.2122738368702812e-09, + "S": 9.521188282235471e-09, + "I": 9.676147527670764e-08, + "C": 1.4013323834660696e-06, + "R": 6.710338595894427e-08, + "M": 1.6470447690153378e-06, + "O": 6.692268925689859e-07, + "W": 8.371864090861436e-09, + "N": 2.992547987190619e-09, + "Y": 8.643631736049429e-05, + "U": 3.24741844526244e-10, + "K": 7.515179589745458e-08, + "L": 3.1735446270886314e-08, + "G": 1.6277652321150526e-05, + "F": 0.010630166158080101, + "E": 3.3994265891124087e-07, + "T": 2.0408924683579244e-05, + "P": 0.0011062361299991608, + "-": 0.9881360530853271 + }, + "id": "tp_18571" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2321388, + "label": "-", + "classification": { + "B": 1.9884556934357533e-07, + "S": 5.561598186432093e-07, + "I": 9.289760782849044e-05, + "C": 1.532770329504274e-05, + "R": 9.04410853763693e-07, + "M": 1.7893022231874056e-05, + "O": 1.2050316399836447e-05, + "W": 1.2998674492337159e-06, + "N": 1.4526753147947602e-05, + "Y": 0.000513452454470098, + "U": 5.141837391420268e-07, + "K": 8.817086199996993e-05, + "L": 5.610053221971611e-07, + "G": 0.00022085400996729732, + "F": 0.013299750164151192, + "E": 0.0004847511590924114, + "T": 0.0002086257009068504, + "P": 0.21646122634410858, + "-": 0.7685664296150208 + }, + "id": "tp_18572" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2321522, + "label": "-", + "classification": { + "B": 3.3775762631194084e-07, + "S": 9.460458159082918e-07, + "I": 9.556105942465365e-05, + "C": 1.9593489923863672e-05, + "R": 9.122679330175743e-06, + "M": 0.00015615489974152297, + "O": 2.885125832108315e-05, + "W": 2.0831525944231544e-06, + "N": 6.440766810555942e-06, + "Y": 0.004787606652826071, + "U": 8.921066978473391e-07, + "K": 0.00020738384046126157, + "L": 3.2103607736644335e-06, + "G": 0.0006210095598362386, + "F": 0.011379803530871868, + "E": 0.0004462416691239923, + "T": 0.0016908518737182021, + "P": 0.023597918450832367, + "-": 0.9569458365440369 + }, + "id": "tp_18573" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2321655, + "label": "-", + "classification": { + "B": 4.5712300789091387e-07, + "S": 1.1648425015664543e-06, + "I": 1.4192269190971274e-05, + "C": 1.978572754524066e-06, + "R": 3.588444599245122e-07, + "M": 3.4154916647821665e-05, + "O": 6.317264706012793e-06, + "W": 4.710695122867037e-07, + "N": 1.3484706187227857e-06, + "Y": 0.0035185515880584717, + "U": 4.811621678868505e-08, + "K": 4.3812258809339255e-05, + "L": 1.7316595801730728e-07, + "G": 0.0002821637026499957, + "F": 0.00970433745533228, + "E": 0.00017237434803973883, + "T": 0.0003795638622250408, + "P": 0.015546313486993313, + "-": 0.9702922105789185 + }, + "id": "tp_18574" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2321755, + "label": "-", + "classification": { + "B": 4.652603365684627e-06, + "S": 1.1751664715120569e-05, + "I": 1.2588292520376854e-05, + "C": 5.844970655743964e-05, + "R": 2.6732041078503244e-05, + "M": 0.0017715833382681012, + "O": 0.0002775455650407821, + "W": 7.852589988033287e-06, + "N": 9.511675216344884e-07, + "Y": 0.016918107867240906, + "U": 2.7228855969951837e-07, + "K": 2.38938500842778e-05, + "L": 5.6903125368990004e-05, + "G": 0.004554467275738716, + "F": 0.009851220063865185, + "E": 4.578325024340302e-05, + "T": 0.006111146882176399, + "P": 0.0015476698754355311, + "-": 0.9587182998657227 + }, + "id": "tp_18575" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2321889, + "label": "-", + "classification": { + "B": 6.671200389973819e-05, + "S": 0.00010921018110821024, + "I": 0.0003303968987893313, + "C": 4.092203744221479e-05, + "R": 1.8600208932184614e-05, + "M": 0.0016058507608249784, + "O": 0.0006534663261845708, + "W": 3.766389636439271e-05, + "N": 4.383182022138499e-05, + "Y": 0.0032896290067583323, + "U": 2.4639730327180587e-06, + "K": 1.9991834051324986e-05, + "L": 4.299240026739426e-05, + "G": 0.0010221621487289667, + "F": 0.007019267417490482, + "E": 0.0007824638742022216, + "T": 0.003316011745482683, + "P": 0.05812801420688629, + "-": 0.9234703779220581 + }, + "id": "tp_18576" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2322022, + "label": "-", + "classification": { + "B": 4.081082067841635e-07, + "S": 5.032276476413244e-06, + "I": 1.73930329765426e-05, + "C": 0.000380133802536875, + "R": 6.808913894928992e-05, + "M": 0.0018730247393250465, + "O": 0.00027008194592781365, + "W": 2.333299789825105e-06, + "N": 5.615813734038966e-07, + "Y": 0.09553011506795883, + "U": 1.5637509065413724e-08, + "K": 1.9357068595127203e-05, + "L": 6.867691990919411e-05, + "G": 0.04365244135260582, + "F": 0.03462519496679306, + "E": 0.00010016293526859954, + "T": 0.007651807740330696, + "P": 0.0006065515917725861, + "-": 0.8151286840438843 + }, + "id": "tp_18577" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2322155, + "label": "F", + "classification": { + "B": 3.979129985509644e-07, + "S": 7.576973439427093e-05, + "I": 6.717120413668454e-06, + "C": 0.0015799746615812182, + "R": 9.442177542950958e-05, + "M": 0.0014989152550697327, + "O": 0.0004502351803239435, + "W": 1.2557325135276187e-05, + "N": 3.8872594814165495e-06, + "Y": 0.011008495464920998, + "U": 1.1812039701908361e-07, + "K": 0.0004886291571892798, + "L": 0.0002630151284392923, + "G": 0.0577116422355175, + "F": 0.6640779972076416, + "E": 0.0010223507415503263, + "T": 0.004584078211337328, + "P": 0.0014018465299159288, + "-": 0.25571900606155396 + }, + "id": "tp_18578" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2322256, + "label": "-", + "classification": { + "B": 2.1223202750775272e-08, + "S": 4.880233106518972e-09, + "I": 6.467433195211925e-06, + "C": 3.047767677344382e-06, + "R": 4.204373169613973e-07, + "M": 1.75941768247867e-05, + "O": 1.4753441064385697e-06, + "W": 9.116329025005143e-09, + "N": 7.571759397251299e-08, + "Y": 0.000295081059448421, + "U": 1.2143605232495247e-08, + "K": 6.4757488260624996e-09, + "L": 2.729687480496068e-07, + "G": 4.495144821703434e-05, + "F": 0.0004020246269647032, + "E": 6.076744284655433e-06, + "T": 0.00013939333439338952, + "P": 0.033875107765197754, + "-": 0.9652079939842224 + }, + "id": "tp_18579" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2322389, + "label": "-", + "classification": { + "B": 6.403048701031366e-06, + "S": 0.00011005268606822938, + "I": 0.0003930305829271674, + "C": 0.0014426426496356726, + "R": 0.001025751931592822, + "M": 0.01210726797580719, + "O": 0.0021391843911260366, + "W": 6.004588067298755e-05, + "N": 1.7763482901500538e-05, + "Y": 0.0929730013012886, + "U": 3.285556658738642e-06, + "K": 6.305646093096584e-05, + "L": 0.0008297066087834537, + "G": 0.019808435812592506, + "F": 0.04217779263854027, + "E": 0.00011331224959576502, + "T": 0.028519121930003166, + "P": 0.001600239658728242, + "-": 0.7966099381446838 + }, + "id": "tp_18580" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2322523, + "label": "-", + "classification": { + "B": 3.139772886129322e-08, + "S": 1.4279102344971761e-07, + "I": 3.536129725034698e-06, + "C": 3.5229669492764515e-07, + "R": 2.6146804543714097e-07, + "M": 8.718453318579122e-05, + "O": 1.5981835531420074e-05, + "W": 3.67328105710385e-08, + "N": 1.861137732817042e-08, + "Y": 0.001622506300918758, + "U": 3.0936875283771315e-10, + "K": 1.0611357348366823e-09, + "L": 7.494597866752883e-07, + "G": 7.800138700986281e-05, + "F": 0.00021045797620899975, + "E": 4.0477775087310874e-07, + "T": 0.0008201152086257935, + "P": 0.0006549490499310195, + "-": 0.9965052604675293 + }, + "id": "tp_18581" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2322656, + "label": "-", + "classification": { + "B": 8.046117244697726e-11, + "S": 2.2639712327077177e-09, + "I": 2.685264099966389e-08, + "C": 1.3821290849591605e-06, + "R": 1.2634508550490864e-07, + "M": 1.187437737826258e-05, + "O": 5.403645104706811e-07, + "W": 1.0544621842356605e-09, + "N": 4.407195719480228e-10, + "Y": 0.002756513422355056, + "U": 4.17572018629464e-11, + "K": 1.2503505786298774e-07, + "L": 1.539675906769844e-07, + "G": 0.0006174550508148968, + "F": 0.007765447720885277, + "E": 7.060119742163806e-07, + "T": 0.0002124320308212191, + "P": 7.457300671376288e-05, + "-": 0.9885586500167847 + }, + "id": "tp_18582" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2322756, + "label": "-", + "classification": { + "B": 0.00011724625073838979, + "S": 5.0407557864673436e-05, + "I": 8.421832171734422e-05, + "C": 0.00010990887676598504, + "R": 2.0013718312839046e-05, + "M": 0.001656678388826549, + "O": 0.0004054761375300586, + "W": 1.46482279888005e-05, + "N": 7.822975021554157e-06, + "Y": 0.005370954051613808, + "U": 1.9146923477819655e-06, + "K": 0.00011583145533222705, + "L": 0.000126980448840186, + "G": 0.0072203949093818665, + "F": 0.03734307363629341, + "E": 0.0009063735487870872, + "T": 0.0028315598610788584, + "P": 0.011671260930597782, + "-": 0.931945264339447 + }, + "id": "tp_18583" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2322890, + "label": "-", + "classification": { + "B": 3.3281041811328294e-10, + "S": 3.5338928228156874e-07, + "I": 2.1767965208141504e-09, + "C": 1.162637772722519e-07, + "R": 1.6209694919666617e-08, + "M": 7.313560490729287e-05, + "O": 2.5237306999770226e-06, + "W": 3.847761664843574e-09, + "N": 9.368782138974296e-11, + "Y": 0.0017300257459282875, + "U": 4.927344339836215e-13, + "K": 1.066457411269539e-08, + "L": 6.523794695567631e-07, + "G": 0.0007378282025456429, + "F": 0.1722932606935501, + "E": 4.666144661769067e-07, + "T": 0.0005043780547566712, + "P": 1.539024742669426e-05, + "-": 0.8246418237686157 + }, + "id": "tp_18584" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2323023, + "label": "-", + "classification": { + "B": 1.8536622974352213e-06, + "S": 2.346853989365627e-06, + "I": 4.3107349483761936e-05, + "C": 4.640188126359135e-05, + "R": 1.2450331269064918e-05, + "M": 0.0012356548104435205, + "O": 0.00013734270760323852, + "W": 7.761209417367354e-07, + "N": 5.845715804753127e-07, + "Y": 0.02738812007009983, + "U": 3.130160308728591e-08, + "K": 3.845957508019637e-08, + "L": 5.654208507621661e-05, + "G": 0.004150846973061562, + "F": 0.006474312394857407, + "E": 6.150798435555771e-05, + "T": 0.00578121654689312, + "P": 0.0038829150144010782, + "-": 0.9507239460945129 + }, + "id": "tp_18585" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2323156, + "label": "-", + "classification": { + "B": 4.2126026755795465e-07, + "S": 3.7406215369628626e-07, + "I": 3.732258846866898e-05, + "C": 5.886334474780597e-05, + "R": 1.3974817193229683e-05, + "M": 0.00023584734299220145, + "O": 3.0872539355186746e-05, + "W": 5.434263812276185e-07, + "N": 7.672798005842196e-07, + "Y": 0.006174932699650526, + "U": 3.230844640711439e-07, + "K": 1.7774985963114887e-06, + "L": 9.38079938350711e-06, + "G": 0.0010021771304309368, + "F": 0.0032117031514644623, + "E": 3.99628552258946e-05, + "T": 0.001324820681475103, + "P": 0.00861313845962286, + "-": 0.9792429208755493 + }, + "id": "tp_18586" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2323257, + "label": "-", + "classification": { + "B": 6.593555923473104e-08, + "S": 2.8717918212350924e-06, + "I": 1.785241607876742e-07, + "C": 2.524227227240772e-07, + "R": 3.188604011938878e-07, + "M": 0.000841822475194931, + "O": 0.00010190939792664722, + "W": 1.2344619904069987e-07, + "N": 2.558325995494215e-09, + "Y": 0.008953952230513096, + "U": 4.318004287462429e-11, + "K": 1.472649335809706e-09, + "L": 2.075968950521201e-05, + "G": 0.0012707001296803355, + "F": 0.011104852892458439, + "E": 6.001168344482721e-07, + "T": 0.002978141186758876, + "P": 5.107314063934609e-05, + "-": 0.9746723175048828 + }, + "id": "tp_18587" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2323390, + "label": "F", + "classification": { + "B": 6.194576851470401e-09, + "S": 1.5297804566216655e-05, + "I": 2.139276205070928e-07, + "C": 5.582757148658857e-05, + "R": 4.817773969989503e-06, + "M": 0.00015349750174209476, + "O": 9.664583194535226e-05, + "W": 2.4330540782102617e-06, + "N": 1.920814014511052e-07, + "Y": 0.020656397566199303, + "U": 1.4462882003130062e-09, + "K": 0.0014814159367233515, + "L": 4.799041107617086e-06, + "G": 0.013294387608766556, + "F": 0.584126353263855, + "E": 4.792745676240884e-05, + "T": 0.003602196928113699, + "P": 0.00021482566080521792, + "-": 0.3762427568435669 + }, + "id": "tp_18588" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2323524, + "label": "-", + "classification": { + "B": 5.5978976121195956e-08, + "S": 3.6859091778751463e-07, + "I": 2.4832704639266012e-06, + "C": 3.316141601317213e-06, + "R": 5.445976967166644e-07, + "M": 6.522507464978844e-05, + "O": 3.865819962811656e-06, + "W": 1.0599990218906896e-07, + "N": 1.4110970880665263e-07, + "Y": 0.0027431088965386152, + "U": 6.4417116085735415e-09, + "K": 4.53362235930399e-06, + "L": 3.6031460126650927e-07, + "G": 0.0003809114277828485, + "F": 0.015443731099367142, + "E": 6.745817518094555e-05, + "T": 0.0002800223883241415, + "P": 0.004507650155574083, + "-": 0.976496160030365 + }, + "id": "tp_18589" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2323657, + "label": "-", + "classification": { + "B": 4.923180313198827e-05, + "S": 0.00018649334379006177, + "I": 0.005252784583717585, + "C": 0.008663385175168514, + "R": 0.0031086495146155357, + "M": 0.00829381961375475, + "O": 0.0022199000231921673, + "W": 0.00012182989303255454, + "N": 0.0003466849448159337, + "Y": 0.08499089628458023, + "U": 4.6700188249815255e-05, + "K": 0.00015279522631317377, + "L": 0.0010523326927796006, + "G": 0.02599659375846386, + "F": 0.035495977848768234, + "E": 0.0028683592099696398, + "T": 0.027764488011598587, + "P": 0.040317386388778687, + "-": 0.7530717253684998 + }, + "id": "tp_18590" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2323757, + "label": "-", + "classification": { + "B": 1.3727573389132885e-07, + "S": 7.244848347909283e-07, + "I": 1.097579843190033e-05, + "C": 3.1044785373524064e-06, + "R": 9.281001212002593e-07, + "M": 0.000884915585629642, + "O": 2.0934987333021127e-05, + "W": 2.1413913486867386e-07, + "N": 2.709431328185019e-07, + "Y": 0.048769351094961166, + "U": 3.973951390179309e-09, + "K": 8.933562639867887e-06, + "L": 1.6469043657707516e-06, + "G": 0.0056845820508897305, + "F": 0.0086010517552495, + "E": 0.00018481184088159353, + "T": 0.005193193443119526, + "P": 0.0008337799808941782, + "-": 0.9298003911972046 + }, + "id": "tp_18591" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2323891, + "label": "-", + "classification": { + "B": 6.640046024131152e-08, + "S": 1.183114022751397e-06, + "I": 1.5908822206256445e-06, + "C": 3.8078044894973573e-07, + "R": 1.1563863608898828e-06, + "M": 0.00044256591354496777, + "O": 7.124385592760518e-05, + "W": 3.1683202905696817e-07, + "N": 1.2339204324973707e-08, + "Y": 0.0056020827032625675, + "U": 3.854403740621848e-10, + "K": 1.1432704560832008e-08, + "L": 3.80956475964922e-06, + "G": 0.00021818380628246814, + "F": 0.001993299461901188, + "E": 3.2112424719343835e-07, + "T": 0.0018150168471038342, + "P": 0.00013224143185652792, + "-": 0.9897165894508362 + }, + "id": "tp_18592" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2324024, + "label": "-", + "classification": { + "B": 1.7917223260610626e-08, + "S": 4.970718947561181e-09, + "I": 1.4568906863132725e-06, + "C": 1.9290774844193948e-07, + "R": 1.0355917012816462e-08, + "M": 6.8287813519418705e-06, + "O": 1.0788936606331845e-06, + "W": 5.2875495093474e-09, + "N": 1.5148803100828445e-08, + "Y": 2.000846689043101e-05, + "U": 1.19941556686598e-09, + "K": 1.6124331869704633e-09, + "L": 9.321951921492655e-08, + "G": 9.275201591663063e-06, + "F": 0.00021431803179439157, + "E": 3.812700697380933e-06, + "T": 2.9650571377715096e-05, + "P": 0.02063617669045925, + "-": 0.979077160358429 + }, + "id": "tp_18593" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2324157, + "label": "-", + "classification": { + "B": 2.8826867492171004e-05, + "S": 0.0002184910699725151, + "I": 0.0004277084954082966, + "C": 0.0005774279125034809, + "R": 0.00012224171950947493, + "M": 0.005619811825454235, + "O": 0.0009447536431252956, + "W": 7.713292870903388e-05, + "N": 8.515798981534317e-05, + "Y": 0.04191331937909126, + "U": 2.386466121606645e-06, + "K": 0.001410711440257728, + "L": 0.00013605185085907578, + "G": 0.02252076379954815, + "F": 0.170509934425354, + "E": 0.004415868315845728, + "T": 0.014823798090219498, + "P": 0.015771791338920593, + "-": 0.7203938364982605 + }, + "id": "tp_18594" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2324258, + "label": "-", + "classification": { + "B": 1.6268783653572427e-08, + "S": 3.819915050939926e-08, + "I": 1.0376597714412128e-07, + "C": 7.227915830299025e-07, + "R": 1.8628456643909885e-07, + "M": 2.3905708076199517e-05, + "O": 3.450739541221992e-06, + "W": 1.0526417959511036e-08, + "N": 8.145639163181784e-10, + "Y": 0.00019321612489875406, + "U": 7.224111586712212e-11, + "K": 3.9325329104222817e-10, + "L": 1.1865265605592867e-06, + "G": 6.271696474868804e-05, + "F": 0.002387461019679904, + "E": 4.2443906522748875e-07, + "T": 4.9837224651128054e-05, + "P": 0.0004688840708695352, + "-": 0.9968078136444092 + }, + "id": "tp_18595" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2324391, + "label": "-", + "classification": { + "B": 1.2543358707262087e-06, + "S": 2.066382194243488e-06, + "I": 1.7703021512716077e-05, + "C": 5.915527435718104e-05, + "R": 1.4099427971814293e-05, + "M": 0.0004469430132303387, + "O": 6.470112566603348e-05, + "W": 2.1216767436271766e-06, + "N": 2.0347786175989313e-06, + "Y": 0.010791582986712456, + "U": 4.7506807732133893e-07, + "K": 9.784274152480066e-05, + "L": 1.634021828067489e-05, + "G": 0.003030110616236925, + "F": 0.023610670119524002, + "E": 0.0003240481892134994, + "T": 0.002031436190009117, + "P": 0.0076555535197257996, + "-": 0.9518318176269531 + }, + "id": "tp_18596" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2324525, + "label": "-", + "classification": { + "B": 1.4984552487717906e-10, + "S": 2.285073019692163e-09, + "I": 6.994071100052679e-07, + "C": 2.0774103859366733e-07, + "R": 1.809332594859825e-08, + "M": 2.586029040685389e-06, + "O": 2.502227118839073e-07, + "W": 2.537042131933731e-09, + "N": 1.562442797364838e-08, + "Y": 0.006731417495757341, + "U": 7.111002064963401e-11, + "K": 7.865719453548081e-06, + "L": 4.039662382382403e-09, + "G": 0.00036212222767062485, + "F": 0.005336008034646511, + "E": 2.0952560589648783e-05, + "T": 0.00016844214405864477, + "P": 0.0011383162345737219, + "-": 0.9862310290336609 + }, + "id": "tp_18597" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2324658, + "label": "-", + "classification": { + "B": 1.35680338075872e-07, + "S": 0.00024108774960041046, + "I": 4.719872777059209e-06, + "C": 0.00028656484209932387, + "R": 0.00014100111729931086, + "M": 0.0035728884395211935, + "O": 0.0017754103755578399, + "W": 3.2554515200899914e-05, + "N": 4.1739394873729907e-07, + "Y": 0.0936807245016098, + "U": 5.71633362866919e-09, + "K": 3.2126229143614182e-06, + "L": 0.00035773220588453114, + "G": 0.017193039879202843, + "F": 0.27174901962280273, + "E": 6.718829808960436e-06, + "T": 0.023034995421767235, + "P": 0.0001285472681047395, + "-": 0.587791383266449 + }, + "id": "tp_18598" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2324758, + "label": "-", + "classification": { + "B": 4.0803124079502595e-07, + "S": 2.5318729512946447e-06, + "I": 5.66646849620156e-06, + "C": 4.475903097045375e-06, + "R": 1.938449713634327e-06, + "M": 4.9271740863332525e-05, + "O": 5.296556992107071e-05, + "W": 1.6925059753702953e-06, + "N": 3.4660254755181086e-07, + "Y": 0.0002475534856785089, + "U": 4.2783518949818244e-08, + "K": 1.3838507584296167e-07, + "L": 3.930790626327507e-06, + "G": 5.3254170779837295e-05, + "F": 0.004319073166698217, + "E": 7.424653176713036e-06, + "T": 0.00026160251582041383, + "P": 0.010406107641756535, + "-": 0.9845815300941467 + }, + "id": "tp_18599" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2324892, + "label": "-", + "classification": { + "B": 5.75129832647292e-10, + "S": 9.565411795975365e-10, + "I": 8.578527740610298e-06, + "C": 2.7841528194016973e-08, + "R": 8.472695434136313e-09, + "M": 6.3237989706976805e-06, + "O": 4.1310227061330806e-07, + "W": 2.5724942176452714e-09, + "N": 5.86763633236842e-08, + "Y": 0.0001945441763382405, + "U": 1.0366355551738593e-09, + "K": 6.604941660270924e-08, + "L": 4.874515902031362e-09, + "G": 4.986527983419364e-06, + "F": 1.5375913790194318e-05, + "E": 2.9261800591484644e-06, + "T": 0.0002834910119418055, + "P": 0.00565643934533, + "-": 0.9938269257545471 + }, + "id": "tp_18600" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2325025, + "label": "-", + "classification": { + "B": 1.5815289616111228e-13, + "S": 1.2048398390085424e-10, + "I": 1.5785517337718602e-09, + "C": 4.3906616120636954e-09, + "R": 5.001757896749837e-10, + "M": 1.7484362047071045e-07, + "O": 6.016293951915941e-08, + "W": 1.5728378321977488e-10, + "N": 6.551650194586145e-11, + "Y": 0.00014833247405476868, + "U": 5.633721570849626e-13, + "K": 5.5078405836184174e-08, + "L": 3.2056282628367683e-10, + "G": 3.028256742254598e-06, + "F": 0.002008904004469514, + "E": 4.427691990827043e-08, + "T": 1.063947729562642e-05, + "P": 8.837027417030185e-05, + "-": 0.9977403879165649 + }, + "id": "tp_18601" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2325125, + "label": "Y", + "classification": { + "B": 1.9953041885401035e-08, + "S": 2.680096940821386e-06, + "I": 1.4208931133907754e-06, + "C": 0.00014842457312624902, + "R": 1.5594858268741518e-05, + "M": 0.0014231104869395494, + "O": 0.00011869607260450721, + "W": 4.2631793917280447e-07, + "N": 7.831064152696854e-08, + "Y": 0.5547507405281067, + "U": 3.5899788697335566e-10, + "K": 3.977589585701935e-06, + "L": 2.1136838768143207e-05, + "G": 0.07666260749101639, + "F": 0.0383581817150116, + "E": 1.2948816220159642e-05, + "T": 0.02958477847278118, + "P": 1.677424916124437e-05, + "-": 0.29887840151786804 + }, + "id": "tp_18602" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2325259, + "label": "-", + "classification": { + "B": 5.967032024045693e-08, + "S": 4.5497313294617925e-07, + "I": 2.1008883777540177e-05, + "C": 2.166502963518724e-05, + "R": 2.486046696503763e-06, + "M": 6.177631348691648e-06, + "O": 6.87682768329978e-06, + "W": 6.293436172200018e-07, + "N": 1.73950718362903e-06, + "Y": 0.0003024796023964882, + "U": 1.1609588312921915e-07, + "K": 1.2434893505997024e-05, + "L": 3.6871387010251055e-07, + "G": 8.442592661594972e-05, + "F": 0.027931537479162216, + "E": 5.7163535529980436e-05, + "T": 6.525529170176014e-05, + "P": 0.05494709312915802, + "-": 0.9165380597114563 + }, + "id": "tp_18603" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2325392, + "label": "-", + "classification": { + "B": 6.350926469167462e-07, + "S": 6.533743430736649e-07, + "I": 8.364491804968566e-06, + "C": 1.3220274922787212e-05, + "R": 6.01564033786417e-06, + "M": 0.00012067006900906563, + "O": 4.478105984162539e-05, + "W": 4.5147044147597626e-07, + "N": 2.6527115437602333e-07, + "Y": 0.0024133750703185797, + "U": 4.35493383577068e-08, + "K": 3.053476689274248e-07, + "L": 6.115677933848929e-06, + "G": 0.0003354690270498395, + "F": 0.0019050390692427754, + "E": 9.472363672102802e-06, + "T": 0.0006476700073108077, + "P": 0.003419534768909216, + "-": 0.9910679459571838 + }, + "id": "tp_18604" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2325526, + "label": "-", + "classification": { + "B": 2.409624144661393e-08, + "S": 1.937939657636889e-07, + "I": 4.701909801951842e-06, + "C": 7.154430932132527e-07, + "R": 7.535582113860073e-08, + "M": 1.0342826499254443e-05, + "O": 3.157182845825446e-06, + "W": 1.112588066121134e-07, + "N": 3.5455460078992473e-07, + "Y": 0.00015272571181412786, + "U": 7.037837868040242e-09, + "K": 2.1106459371367237e-06, + "L": 8.332192891202794e-08, + "G": 3.445311449468136e-05, + "F": 0.008455326780676842, + "E": 4.014807564090006e-05, + "T": 6.877889245515689e-05, + "P": 0.03977678343653679, + "-": 0.9514498710632324 + }, + "id": "tp_18605" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2325626, + "label": "-", + "classification": { + "B": 8.514398055689803e-15, + "S": 6.772805650730532e-14, + "I": 5.056147167614711e-10, + "C": 6.694982762622814e-11, + "R": 1.658704640652986e-12, + "M": 1.830912310651911e-09, + "O": 9.267057954343016e-11, + "W": 3.288593355965652e-13, + "N": 4.9119232986560846e-12, + "Y": 5.722243372474622e-07, + "U": 4.564286164190738e-14, + "K": 3.3894145268220655e-09, + "L": 2.951696233353257e-13, + "G": 1.3132177123509337e-08, + "F": 0.00016817373398225754, + "E": 3.2852351949941294e-08, + "T": 1.3261676201636874e-07, + "P": 0.0011418475769460201, + "-": 0.9986892342567444 + }, + "id": "tp_18606" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2325759, + "label": "-", + "classification": { + "B": 4.720897777588107e-06, + "S": 3.104324832747807e-06, + "I": 0.0005539834382943809, + "C": 4.935952529194765e-05, + "R": 1.2399820661812555e-05, + "M": 0.00018330947204958647, + "O": 3.703636321006343e-05, + "W": 6.905917871335987e-06, + "N": 4.7119629016378894e-05, + "Y": 0.009062360972166061, + "U": 4.119317509321263e-06, + "K": 0.0014056748477742076, + "L": 2.187823838539771e-06, + "G": 0.0014413828030228615, + "F": 0.010614249855279922, + "E": 0.001839399803429842, + "T": 0.00156888784840703, + "P": 0.0926230251789093, + "-": 0.8805407285690308 + }, + "id": "tp_18607" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2325893, + "label": "-", + "classification": { + "B": 4.207321713245449e-10, + "S": 2.000710930261107e-09, + "I": 4.685355392552992e-08, + "C": 2.1856733312120014e-08, + "R": 4.590385405123243e-09, + "M": 3.1138313261180883e-07, + "O": 8.567798914782543e-08, + "W": 1.3905622209264834e-09, + "N": 1.7033464638771534e-09, + "Y": 0.0001268049527425319, + "U": 1.6649003009572283e-10, + "K": 1.2836076166422572e-06, + "L": 2.148595745765647e-09, + "G": 9.161233720078599e-06, + "F": 0.0015604812651872635, + "E": 1.3800510032524471e-06, + "T": 1.8376407751929946e-05, + "P": 0.001299701165407896, + "-": 0.9969822764396667 + }, + "id": "tp_18608" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2326026, + "label": "-", + "classification": { + "B": 1.97604324396472e-12, + "S": 3.149713996564163e-12, + "I": 4.074937010045687e-08, + "C": 3.578635165979449e-09, + "R": 8.668820522528264e-11, + "M": 3.594493946934563e-08, + "O": 2.7337425656526193e-09, + "W": 8.632270245834128e-12, + "N": 3.074753507359418e-10, + "Y": 3.744679133887985e-06, + "U": 1.2487500616886749e-11, + "K": 8.810720153462626e-09, + "L": 2.2691872686442238e-11, + "G": 2.3605359444900387e-07, + "F": 1.8039409042103216e-05, + "E": 3.9444921640097164e-07, + "T": 7.003421842455282e-07, + "P": 0.004012358840554953, + "-": 0.9959644079208374 + }, + "id": "tp_18609" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2326126, + "label": "-", + "classification": { + "B": 1.9071415557903038e-09, + "S": 1.693218121268103e-09, + "I": 1.998403377001523e-06, + "C": 3.0555924013242475e-07, + "R": 4.166043154896215e-08, + "M": 1.9408132629905595e-06, + "O": 4.406066125284269e-07, + "W": 2.4052952962705376e-09, + "N": 1.396062021541411e-08, + "Y": 7.428911339957267e-05, + "U": 1.7145991293432417e-09, + "K": 3.1697620084258915e-09, + "L": 1.2743818444960198e-08, + "G": 1.7749810012901435e-06, + "F": 1.6612208128208295e-05, + "E": 4.4064694293410867e-07, + "T": 0.00011434256157372147, + "P": 0.005987032316625118, + "-": 0.993800699710846 + }, + "id": "tp_18610" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2326260, + "label": "-", + "classification": { + "B": 1.7873587332406515e-10, + "S": 1.226461820991176e-09, + "I": 1.1872180039063096e-06, + "C": 1.3978963764316177e-08, + "R": 3.9346610414270344e-09, + "M": 3.0167606723807694e-07, + "O": 1.3100256524012366e-07, + "W": 1.6952553805182902e-09, + "N": 2.4963727085491882e-08, + "Y": 2.943667277577333e-05, + "U": 4.3862660725757507e-10, + "K": 5.909400968562295e-08, + "L": 1.3494064754482338e-09, + "G": 1.681709363765549e-06, + "F": 8.963447180576622e-05, + "E": 2.3460179363610223e-06, + "T": 1.2845332094002515e-05, + "P": 0.015904515981674194, + "-": 0.9839578866958618 + }, + "id": "tp_18611" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2326393, + "label": "-", + "classification": { + "B": 1.452861164707997e-09, + "S": 7.264264301198864e-09, + "I": 2.9766019906674046e-06, + "C": 1.9601931455781596e-07, + "R": 3.83901905820494e-08, + "M": 1.8107699588654214e-06, + "O": 4.4434071355681226e-07, + "W": 1.3497293060993343e-08, + "N": 1.3965701839424582e-07, + "Y": 0.00035153262433595955, + "U": 4.9753210440428575e-09, + "K": 1.1797213119280059e-05, + "L": 1.0608482980956069e-08, + "G": 4.6620807552244514e-05, + "F": 0.0027008650358766317, + "E": 4.058795457240194e-05, + "T": 8.311406418215483e-05, + "P": 0.02212415635585785, + "-": 0.974635660648346 + }, + "id": "tp_18612" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2326527, + "label": "-", + "classification": { + "B": 2.8566493615045374e-09, + "S": 3.6324268037901675e-09, + "I": 1.3368982365591364e-07, + "C": 1.639779512174755e-08, + "R": 5.157975380143398e-09, + "M": 8.491203402627434e-07, + "O": 3.2725048981774307e-07, + "W": 4.135114028969156e-09, + "N": 1.586962450339513e-09, + "Y": 2.4319424483110197e-05, + "U": 1.7854229206193395e-10, + "K": 2.236990859216803e-08, + "L": 6.534484509046479e-09, + "G": 3.2438611015095375e-06, + "F": 9.399201371707022e-05, + "E": 3.371433479060215e-07, + "T": 1.4181296137394384e-05, + "P": 0.0009644582751207054, + "-": 0.9988981485366821 + }, + "id": "tp_18613" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2326627, + "label": "-", + "classification": { + "B": 3.1331678918000705e-10, + "S": 9.244965903931757e-11, + "I": 3.7166578295000363e-06, + "C": 5.723226195186726e-07, + "R": 1.9747588453356002e-08, + "M": 4.652466714105685e-07, + "O": 5.030398142480408e-08, + "W": 7.069273499915596e-10, + "N": 1.854364128917041e-08, + "Y": 2.0762776330229826e-05, + "U": 7.043351457625135e-10, + "K": 2.1669421812475775e-08, + "L": 3.2035025743226697e-09, + "G": 3.2476773412781768e-06, + "F": 0.00032468087738379836, + "E": 4.7166486183414236e-06, + "T": 4.45644809587975e-06, + "P": 0.032666150480508804, + "-": 0.9669711589813232 + }, + "id": "tp_18614" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2326760, + "label": "-", + "classification": { + "B": 9.602685224763263e-08, + "S": 1.1979354042068735e-07, + "I": 2.076286000374239e-05, + "C": 4.829782028537011e-06, + "R": 1.0794061608976335e-06, + "M": 7.994034967850894e-05, + "O": 8.2280539572821e-06, + "W": 2.051476002407071e-07, + "N": 6.026013465998403e-07, + "Y": 0.0014554347144439816, + "U": 6.81068783592309e-08, + "K": 2.385235347901471e-06, + "L": 4.7230705035872234e-07, + "G": 0.0001396930165356025, + "F": 0.0017524296417832375, + "E": 6.138710887171328e-05, + "T": 0.00029529552557505667, + "P": 0.018514256924390793, + "-": 0.9776626825332642 + }, + "id": "tp_18615" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2326894, + "label": "-", + "classification": { + "B": 8.199254608598494e-08, + "S": 6.609482028352431e-08, + "I": 5.8652422012528405e-05, + "C": 2.1742673652624944e-06, + "R": 6.213853112058132e-07, + "M": 8.907293522497639e-05, + "O": 6.718107215419877e-06, + "W": 9.497742325947911e-08, + "N": 4.441814667188737e-07, + "Y": 0.0010115039767697453, + "U": 1.6983653594593306e-08, + "K": 6.556608411756315e-08, + "L": 5.67333245271584e-07, + "G": 0.00010389923409093171, + "F": 0.0004613669589161873, + "E": 2.391659108980093e-05, + "T": 0.0005461816908791661, + "P": 0.022763976827263832, + "-": 0.974930465221405 + }, + "id": "tp_18616" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2327027, + "label": "-", + "classification": { + "B": 3.0360404707607813e-05, + "S": 2.157300968974596e-06, + "I": 0.0006479301955550909, + "C": 0.00039075076347216964, + "R": 3.954365456593223e-05, + "M": 0.0005869612796232104, + "O": 7.126307173166424e-05, + "W": 3.962067694374127e-06, + "N": 2.8742459107888862e-05, + "Y": 0.00421834597364068, + "U": 5.493101525644306e-06, + "K": 2.8591086447704583e-05, + "L": 3.916097557521425e-05, + "G": 0.004070324823260307, + "F": 0.009287909604609013, + "E": 0.0023306263610720634, + "T": 0.0014321217313408852, + "P": 0.1040068045258522, + "-": 0.8727788925170898 + }, + "id": "tp_18617" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2327127, + "label": "-", + "classification": { + "B": 3.232585470414051e-07, + "S": 3.508197110591027e-08, + "I": 8.434862684225664e-05, + "C": 2.9247179554658942e-05, + "R": 1.6963384723567287e-06, + "M": 1.8290744264959358e-05, + "O": 4.232335413689725e-06, + "W": 1.8599325812829193e-07, + "N": 1.700528741821472e-06, + "Y": 0.00034817715641111135, + "U": 3.040845228952094e-07, + "K": 2.4232072064478416e-06, + "L": 2.6029726996057434e-07, + "G": 4.0511305996915326e-05, + "F": 0.0002522646391298622, + "E": 0.00017501994443591684, + "T": 0.00010874379222514108, + "P": 0.03607943654060364, + "-": 0.9628527164459229 + }, + "id": "tp_18618" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2327261, + "label": "-", + "classification": { + "B": 3.8247557898607454e-10, + "S": 6.715716316385567e-10, + "I": 1.3249467656351044e-06, + "C": 2.3206970567457574e-08, + "R": 2.76858647119127e-09, + "M": 5.301675400914974e-07, + "O": 1.0067466860164132e-07, + "W": 1.3268909304642307e-09, + "N": 1.378294278708836e-08, + "Y": 1.805463216442149e-05, + "U": 3.680245830306461e-10, + "K": 1.4371904555332549e-08, + "L": 1.4922560964691911e-09, + "G": 6.254995241761208e-07, + "F": 0.00015356861695181578, + "E": 9.225524877365388e-07, + "T": 1.11280387500301e-05, + "P": 0.0206858292222023, + "-": 0.9791279435157776 + }, + "id": "tp_18619" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2327394, + "label": "-", + "classification": { + "B": 2.5620243773727402e-11, + "S": 2.8450585637385117e-11, + "I": 2.3295733342365565e-07, + "C": 8.80460504504299e-09, + "R": 8.178381860624029e-10, + "M": 9.192627992149482e-09, + "O": 7.3849069082143615e-09, + "W": 1.2040286823111757e-10, + "N": 1.6558231452634686e-09, + "Y": 3.952255156036699e-06, + "U": 9.151193691714354e-11, + "K": 7.648537803106592e-09, + "L": 4.2780647080409295e-11, + "G": 9.156742208915603e-08, + "F": 2.6213587261736393e-05, + "E": 4.0208618656834005e-08, + "T": 1.4848868659100845e-06, + "P": 0.024376975372433662, + "-": 0.9755910634994507 + }, + "id": "tp_18620" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2327528, + "label": "-", + "classification": { + "B": 5.225427295724172e-13, + "S": 4.225598549453119e-13, + "I": 2.0775695830366203e-08, + "C": 2.4232470252627536e-08, + "R": 2.497427376013661e-09, + "M": 4.435475631225927e-08, + "O": 2.0955090995755654e-09, + "W": 5.224981038109977e-12, + "N": 2.0062970382261902e-11, + "Y": 6.828007462900132e-05, + "U": 1.048408755643937e-11, + "K": 6.964148147048377e-10, + "L": 5.404638195316558e-11, + "G": 2.4791387431832845e-07, + "F": 8.08709501143312e-06, + "E": 9.176668314125891e-09, + "T": 3.198982312824228e-06, + "P": 0.00013779531582258642, + "-": 0.9997822642326355 + }, + "id": "tp_18621" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2327628, + "label": "-", + "classification": { + "B": 6.815757958023028e-10, + "S": 5.750916964863961e-10, + "I": 1.2384183492031298e-06, + "C": 7.323900490519009e-07, + "R": 1.1562780599660982e-07, + "M": 3.2305086961059715e-07, + "O": 1.6515944878392474e-07, + "W": 1.5662696695173395e-09, + "N": 9.55447987394109e-09, + "Y": 0.0002149204956367612, + "U": 1.9802752770914367e-09, + "K": 2.8611154334612365e-08, + "L": 8.710594023852991e-09, + "G": 8.939977305999491e-06, + "F": 0.0010136893251910806, + "E": 3.283034573087207e-07, + "T": 2.0796180251636542e-05, + "P": 0.007582356221973896, + "-": 0.9911563396453857 + }, + "id": "tp_18622" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2327761, + "label": "-", + "classification": { + "B": 3.3822026068719424e-08, + "S": 4.254736296616102e-08, + "I": 9.350075742986519e-06, + "C": 3.1520562515652273e-07, + "R": 5.423115112535015e-08, + "M": 3.7340822018450126e-05, + "O": 1.6134948737089871e-06, + "W": 1.629948798154146e-08, + "N": 1.1137149869000496e-07, + "Y": 0.0008407371933571994, + "U": 4.2566417057798844e-09, + "K": 3.4111573654627136e-07, + "L": 1.3086376782212028e-07, + "G": 0.0001392119302181527, + "F": 0.001461658044718206, + "E": 6.384415610227734e-05, + "T": 0.0003104785573668778, + "P": 0.007169482298195362, + "-": 0.9899652600288391 + }, + "id": "tp_18623" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2327895, + "label": "-", + "classification": { + "B": 1.3094090256515756e-09, + "S": 6.491154280752198e-09, + "I": 3.6118469779466977e-06, + "C": 5.668793619406642e-06, + "R": 1.0871352742469753e-06, + "M": 1.1839887520181946e-05, + "O": 2.171209189327783e-06, + "W": 2.076927607674861e-08, + "N": 3.3194528015201286e-08, + "Y": 0.0006955221761018038, + "U": 1.2450226627436223e-08, + "K": 1.5486530458019843e-07, + "L": 1.954069546172832e-07, + "G": 3.792013740167022e-05, + "F": 0.0007546197739429772, + "E": 7.359518576777191e-07, + "T": 0.0003422533627599478, + "P": 0.0022557605989277363, + "-": 0.9958882927894592 + }, + "id": "tp_18624" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2328028, + "label": "-", + "classification": { + "B": 2.703224311062513e-10, + "S": 5.766190858125242e-10, + "I": 4.845925900553993e-07, + "C": 5.2008555684324165e-08, + "R": 3.7484713111268775e-09, + "M": 2.466827879743505e-07, + "O": 1.0721897325538521e-07, + "W": 6.929585238957259e-10, + "N": 4.741947279285341e-09, + "Y": 1.5059685210871976e-05, + "U": 8.108520105354344e-11, + "K": 5.0889190639225035e-09, + "L": 1.9077843749215617e-09, + "G": 2.4542821392969927e-06, + "F": 0.0008705012151040137, + "E": 1.4197170230545453e-06, + "T": 6.5463186729175504e-06, + "P": 0.013980639167129993, + "-": 0.985122561454773 + }, + "id": "tp_18625" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2328128, + "label": "-", + "classification": { + "B": 1.9200977613431647e-12, + "S": 3.4134597926005483e-11, + "I": 1.491405110520816e-09, + "C": 7.202712315468318e-10, + "R": 1.627545320737056e-10, + "M": 5.691824611631091e-08, + "O": 2.0370682918269267e-08, + "W": 2.4398526601854265e-11, + "N": 7.0786054968963175e-12, + "Y": 1.5199933613985195e-06, + "U": 2.025671974993995e-13, + "K": 2.9163891896062666e-13, + "L": 1.3359507944343818e-10, + "G": 1.900314217095911e-08, + "F": 3.2049783840193413e-06, + "E": 5.914785883298634e-10, + "T": 1.048348963195167e-06, + "P": 0.0002627395442686975, + "-": 0.9997313618659973 + }, + "id": "tp_18626" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2328262, + "label": "-", + "classification": { + "B": 1.842629338000279e-08, + "S": 6.038209043879306e-09, + "I": 2.3925589630380273e-05, + "C": 1.4548859326168895e-06, + "R": 1.1466745064581119e-07, + "M": 1.104401599150151e-05, + "O": 9.127149951382307e-07, + "W": 2.0232807429465538e-08, + "N": 2.1874973299418343e-07, + "Y": 0.0001508616260252893, + "U": 9.369372833134548e-09, + "K": 1.500953601407673e-07, + "L": 1.0319553922499836e-07, + "G": 4.5824832341168076e-05, + "F": 0.0008124272571876645, + "E": 9.66327716014348e-05, + "T": 4.877549145021476e-05, + "P": 0.07287390530109406, + "-": 0.9259335398674011 + }, + "id": "tp_18627" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2328395, + "label": "-", + "classification": { + "B": 1.03539710138989e-08, + "S": 7.1897368059126165e-09, + "I": 5.38568838237552e-06, + "C": 6.03673768750923e-08, + "R": 1.7311945654796546e-08, + "M": 9.360080184706021e-06, + "O": 8.755289400141919e-07, + "W": 4.836720801648653e-09, + "N": 1.962707329994373e-08, + "Y": 0.00010095688048750162, + "U": 4.5489745303939344e-10, + "K": 4.043334278502897e-10, + "L": 6.343810809994466e-08, + "G": 3.3209896628250135e-06, + "F": 5.6534598115831614e-05, + "E": 6.340342224575579e-07, + "T": 0.0001318552967859432, + "P": 0.00991212110966444, + "-": 0.9897786974906921 + }, + "id": "tp_18628" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2328529, + "label": "-", + "classification": { + "B": 2.495863959950384e-08, + "S": 8.697105258193005e-09, + "I": 0.00011630192602751777, + "C": 1.5396784874610603e-05, + "R": 1.8033268815997872e-06, + "M": 1.2034251994919032e-05, + "O": 1.6151141153386561e-06, + "W": 7.263741252927503e-08, + "N": 1.1684911669362918e-06, + "Y": 0.00041331411921419203, + "U": 1.7218225423221156e-07, + "K": 1.1102157486675424e-06, + "L": 2.3337059928962844e-07, + "G": 4.543186878436245e-05, + "F": 0.0005135072278790176, + "E": 4.5746601244900376e-05, + "T": 0.00011479917884571478, + "P": 0.04820118844509125, + "-": 0.9505159854888916 + }, + "id": "tp_18629" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2328629, + "label": "-", + "classification": { + "B": 2.8499633764056398e-09, + "S": 5.756420478064683e-07, + "I": 1.0895279274336644e-06, + "C": 1.6143596440088004e-05, + "R": 1.8023785059995134e-06, + "M": 1.5226849427563138e-05, + "O": 1.370491645502625e-05, + "W": 5.340344841897604e-07, + "N": 2.0112230458835256e-07, + "Y": 0.0008192290551960468, + "U": 1.011361838720859e-08, + "K": 7.278192788362503e-05, + "L": 2.400415723968763e-07, + "G": 0.00019707328465301543, + "F": 0.050266824662685394, + "E": 1.3827786460751668e-05, + "T": 0.0001334782864432782, + "P": 0.004969747271388769, + "-": 0.9434774518013 + }, + "id": "tp_18630" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2328762, + "label": "-", + "classification": { + "B": 1.2296298734781885e-07, + "S": 9.152533380074601e-07, + "I": 2.7764153855969198e-05, + "C": 0.0001125363414757885, + "R": 1.7752458006725647e-05, + "M": 0.00025486727827228606, + "O": 6.74103939672932e-05, + "W": 1.304685042669007e-06, + "N": 8.385199521399045e-07, + "Y": 0.0012541854521259665, + "U": 6.699729482306793e-08, + "K": 1.2775274171872297e-06, + "L": 8.00788893684512e-06, + "G": 0.0003421026049181819, + "F": 0.009155224077403545, + "E": 5.354258610168472e-05, + "T": 0.0006027848576195538, + "P": 0.009791015647351742, + "-": 0.9783082604408264 + }, + "id": "tp_18631" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2328896, + "label": "-", + "classification": { + "B": 2.5753670307437915e-09, + "S": 9.514301568813721e-10, + "I": 1.5566463389404817e-06, + "C": 1.6143324899076106e-07, + "R": 4.0689240421443174e-08, + "M": 2.678388682397781e-06, + "O": 1.6907301869650837e-07, + "W": 2.932881715267399e-09, + "N": 4.888978111239339e-09, + "Y": 8.927200542530045e-05, + "U": 2.633880336055938e-10, + "K": 2.6008002862454305e-08, + "L": 1.1092504692555849e-08, + "G": 1.369236815662589e-05, + "F": 0.00026791600976139307, + "E": 3.841333636955824e-06, + "T": 2.0773342839675024e-05, + "P": 0.005126022733747959, + "-": 0.9944738745689392 + }, + "id": "tp_18632" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2329029, + "label": "-", + "classification": { + "B": 4.294558486606093e-09, + "S": 2.1873846733910796e-08, + "I": 2.662960014276905e-06, + "C": 2.709018417590414e-06, + "R": 3.5130477726852405e-07, + "M": 1.2906193660455756e-05, + "O": 1.5120018588277162e-06, + "W": 2.483525030072542e-08, + "N": 1.0000648131835987e-07, + "Y": 0.0007348967483267188, + "U": 6.771305294250851e-09, + "K": 2.0124612092331517e-06, + "L": 7.275355784486237e-08, + "G": 6.80084340274334e-05, + "F": 0.0012414411175996065, + "E": 1.763959699019324e-05, + "T": 0.00015727912250440568, + "P": 0.004523762967437506, + "-": 0.9932344555854797 + }, + "id": "tp_18633" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2329129, + "label": "-", + "classification": { + "B": 7.221583331329384e-09, + "S": 4.138315023993755e-09, + "I": 6.776701411581598e-06, + "C": 6.205505087564234e-08, + "R": 1.5393780472550134e-08, + "M": 1.087955965317633e-07, + "O": 4.584127850648656e-07, + "W": 2.2739774507840593e-08, + "N": 2.568117452028673e-07, + "Y": 2.434175621601753e-05, + "U": 1.5259077557061573e-08, + "K": 6.005327577440767e-07, + "L": 5.520139900738741e-09, + "G": 3.279499878772185e-06, + "F": 0.00015243458619806916, + "E": 3.0081871500442503e-06, + "T": 3.0178951419657096e-05, + "P": 0.14464721083641052, + "-": 0.8551311492919922 + }, + "id": "tp_18634" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2329263, + "label": "-", + "classification": { + "B": 1.2856352213930222e-06, + "S": 1.2265452369319974e-06, + "I": 7.643139724677894e-06, + "C": 3.215666947653517e-05, + "R": 4.461252956389217e-06, + "M": 6.14026648690924e-05, + "O": 2.651131035236176e-05, + "W": 1.833744818213745e-06, + "N": 1.6169566379176104e-06, + "Y": 0.00070764689007774, + "U": 2.4350543981199735e-07, + "K": 5.140567373018712e-05, + "L": 3.2953150821413146e-06, + "G": 0.0003665201074909419, + "F": 0.02993183769285679, + "E": 0.00020122103160247207, + "T": 0.0002351511939195916, + "P": 0.026058707386255264, + "-": 0.9423058032989502 + }, + "id": "tp_18635" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2329396, + "label": "-", + "classification": { + "B": 4.196063855488319e-06, + "S": 1.909431830426911e-06, + "I": 0.0015659454511478543, + "C": 0.00014083230053074658, + "R": 2.691086228878703e-05, + "M": 0.00021768499573227018, + "O": 5.425738345365971e-05, + "W": 5.8463451750867534e-06, + "N": 4.4257831177674234e-05, + "Y": 0.005420892499387264, + "U": 3.5645168736664345e-06, + "K": 0.0001684166636550799, + "L": 5.428965323517332e-06, + "G": 0.0010853351559489965, + "F": 0.004513661842793226, + "E": 0.001299045979976654, + "T": 0.0011871597962453961, + "P": 0.10461288690567017, + "-": 0.8796418905258179 + }, + "id": "tp_18636" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2329530, + "label": "-", + "classification": { + "B": 3.1474774467245194e-15, + "S": 5.386903217333844e-14, + "I": 5.719920648239452e-10, + "C": 1.3308742129181095e-11, + "R": 2.933886586366924e-13, + "M": 1.0978933318028794e-09, + "O": 1.1429481666658248e-10, + "W": 3.6560455997283053e-14, + "N": 1.348592027980433e-12, + "Y": 4.3168530083903534e-08, + "U": 8.661538690056189e-15, + "K": 2.7204077207056143e-13, + "L": 3.1702616335067824e-13, + "G": 1.2682624950244303e-09, + "F": 6.375325369845086e-07, + "E": 6.063894386620916e-10, + "T": 1.4769334200082085e-07, + "P": 0.0022410638630390167, + "-": 0.9977582097053528 + }, + "id": "tp_18637" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2329630, + "label": "-", + "classification": { + "B": 2.1109838120700504e-14, + "S": 3.3353921295893596e-13, + "I": 8.375804494420436e-10, + "C": 4.3488171397321196e-10, + "R": 5.140638782707985e-12, + "M": 1.4380107105083084e-09, + "O": 2.579175206740558e-10, + "W": 2.9600421506265073e-13, + "N": 4.277611251324309e-12, + "Y": 7.709919600529247e-07, + "U": 1.7400526007051165e-13, + "K": 1.5340673176211794e-11, + "L": 1.2123989963017112e-12, + "G": 6.291956289317113e-09, + "F": 7.677924259041902e-06, + "E": 4.1224773594805697e-10, + "T": 2.6899394356405537e-07, + "P": 0.0012101532192900777, + "-": 0.9987812638282776 + }, + "id": "tp_18638" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2329763, + "label": "-", + "classification": { + "B": 8.09151003977604e-08, + "S": 2.221130657176218e-08, + "I": 7.788118091411889e-05, + "C": 1.4511672816297505e-05, + "R": 5.088800207886379e-07, + "M": 1.3549451068683993e-05, + "O": 1.8236768255519564e-06, + "W": 4.412277476717463e-08, + "N": 2.1224518604867626e-06, + "Y": 0.00043019370059482753, + "U": 1.0303406128286952e-07, + "K": 5.589052761933999e-06, + "L": 1.2595003795468074e-07, + "G": 0.00028176759951747954, + "F": 0.0015763076953589916, + "E": 0.00042865099385380745, + "T": 8.036934013944119e-05, + "P": 0.08557753264904022, + "-": 0.9115086793899536 + }, + "id": "tp_18639" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2329897, + "label": "-", + "classification": { + "B": 2.183083791865159e-12, + "S": 5.676513946395456e-12, + "I": 2.0398243094632562e-08, + "C": 7.463281659347842e-10, + "R": 8.207758084299854e-11, + "M": 5.06458297522272e-09, + "O": 3.1041658132835437e-09, + "W": 1.2365417717541405e-11, + "N": 6.333227692278953e-11, + "Y": 1.7009369912557304e-06, + "U": 3.597882842348854e-12, + "K": 1.2964687656769058e-10, + "L": 4.873102962821285e-11, + "G": 7.18558013090842e-08, + "F": 6.17334881098941e-05, + "E": 1.6123570034665136e-08, + "T": 3.6441619499782973e-07, + "P": 0.006947597488760948, + "-": 0.9929885268211365 + }, + "id": "tp_18640" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2330030, + "label": "-", + "classification": { + "B": 8.517295896348642e-11, + "S": 2.1722739163010374e-09, + "I": 1.7045716731445282e-06, + "C": 1.8855599748235363e-08, + "R": 1.6633061150628237e-08, + "M": 1.1349579835950863e-06, + "O": 2.99151224680827e-07, + "W": 3.5614264870531542e-09, + "N": 1.9961804653689796e-08, + "Y": 0.0003881976299453527, + "U": 3.9755199132684993e-10, + "K": 7.344466013137207e-08, + "L": 2.115858599438525e-09, + "G": 1.7810310737331747e-06, + "F": 0.0001061448419932276, + "E": 4.7096946786950866e-07, + "T": 0.00012181351485196501, + "P": 0.003832235699519515, + "-": 0.9955461025238037 + }, + "id": "tp_18641" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2330130, + "label": "-", + "classification": { + "B": 5.313912851412361e-11, + "S": 4.772928233198748e-11, + "I": 3.6112076884364797e-08, + "C": 2.2354323947482158e-10, + "R": 2.3072450200389838e-11, + "M": 4.9861050399613305e-08, + "O": 5.459610985525387e-09, + "W": 3.0549125729084636e-11, + "N": 2.1647138248592768e-10, + "Y": 5.8504106164036784e-06, + "U": 7.72003728305437e-12, + "K": 8.840905785234554e-09, + "L": 5.610983552783999e-11, + "G": 5.522203423424799e-07, + "F": 8.510718907928094e-05, + "E": 1.3809075483095512e-07, + "T": 1.988993517443305e-06, + "P": 0.0028771846555173397, + "-": 0.9970291256904602 + }, + "id": "tp_18642" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2330264, + "label": "-", + "classification": { + "B": 3.9080864195836784e-13, + "S": 7.339286513599608e-13, + "I": 1.746452582551683e-08, + "C": 2.0547403778437e-09, + "R": 8.609914864399215e-11, + "M": 4.2430642110957706e-08, + "O": 8.556157449213231e-10, + "W": 6.213061207009651e-13, + "N": 2.0333422445784066e-11, + "Y": 1.1288018413324608e-06, + "U": 8.417294096972616e-13, + "K": 4.631569867213914e-12, + "L": 1.4542622314706044e-11, + "G": 2.5500899170083358e-08, + "F": 9.82254050541087e-07, + "E": 1.5492320315502184e-08, + "T": 1.606468345016765e-06, + "P": 0.002057591686025262, + "-": 0.9979385733604431 + }, + "id": "tp_18643" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2330397, + "label": "-", + "classification": { + "B": 1.5576614434062441e-12, + "S": 1.6722013313971718e-12, + "I": 6.176366440513448e-08, + "C": 1.6100564437238063e-07, + "R": 6.9430932114755706e-09, + "M": 3.292152683798122e-08, + "O": 6.9106316225031605e-09, + "W": 2.0241522000197243e-11, + "N": 2.2818104350452728e-10, + "Y": 2.476358895364683e-05, + "U": 7.094138471108735e-11, + "K": 1.3233393270084548e-09, + "L": 2.8556570996762787e-10, + "G": 5.405770480138017e-07, + "F": 6.538302113767713e-05, + "E": 1.652171199850727e-08, + "T": 2.3115985641197767e-06, + "P": 0.0009303335100412369, + "-": 0.998976469039917 + }, + "id": "tp_18644" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2330531, + "label": "-", + "classification": { + "B": 3.8230665314711355e-16, + "S": 1.3662024163951553e-15, + "I": 3.6756789278946655e-10, + "C": 1.0079647186356233e-11, + "R": 3.0777781039915963e-13, + "M": 7.649088307193352e-11, + "O": 7.235987416892575e-12, + "W": 6.942781785135126e-15, + "N": 4.1140233038826357e-13, + "Y": 4.399381907660427e-07, + "U": 6.317641823908298e-15, + "K": 2.812620795988874e-12, + "L": 1.290577345512689e-14, + "G": 6.97452096076745e-10, + "F": 5.164883418729005e-07, + "E": 5.468833164101738e-10, + "T": 2.4545926180508104e-08, + "P": 0.0010777624556794763, + "-": 0.9989213943481445 + }, + "id": "tp_18645" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2330631, + "label": "-", + "classification": { + "B": 7.452451673893405e-15, + "S": 4.047838182263258e-13, + "I": 2.7571080973842754e-09, + "C": 1.398511528805102e-09, + "R": 2.983525232425066e-11, + "M": 9.514163901158668e-10, + "O": 3.7183880974289707e-10, + "W": 6.071774485104375e-13, + "N": 7.158056699457793e-12, + "Y": 1.461793033286085e-07, + "U": 1.0792053015129532e-12, + "K": 1.8671739501763263e-11, + "L": 4.921476420838289e-12, + "G": 2.9016187230723745e-09, + "F": 4.806774541066261e-06, + "E": 2.9213978458564327e-10, + "T": 4.223961127536313e-07, + "P": 0.0013040709309279919, + "-": 0.9986905455589294 + }, + "id": "tp_18646" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2330764, + "label": "-", + "classification": { + "B": 3.757334443577065e-10, + "S": 1.483726475015601e-09, + "I": 2.853815431080875e-06, + "C": 2.889062500344153e-07, + "R": 2.133394794157084e-08, + "M": 4.570472356135724e-06, + "O": 4.026538249490841e-07, + "W": 3.2199558575030096e-09, + "N": 2.540132015838026e-08, + "Y": 3.493846452329308e-05, + "U": 2.277666277805679e-09, + "K": 2.0670248090937093e-07, + "L": 1.0035820174891796e-08, + "G": 5.222311756369891e-06, + "F": 0.0001864756050053984, + "E": 5.2396671890164725e-06, + "T": 2.9121189072611742e-05, + "P": 0.005741996690630913, + "-": 0.9939886331558228 + }, + "id": "tp_18647" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2330898, + "label": "-", + "classification": { + "B": 2.863744796854917e-10, + "S": 1.1563305868378393e-08, + "I": 6.10312054050155e-06, + "C": 4.1723447452568507e-07, + "R": 1.4747111265478452e-07, + "M": 8.538938345736824e-06, + "O": 1.0593513479761896e-06, + "W": 1.0627391411333065e-08, + "N": 6.201376834269468e-08, + "Y": 0.0017095679650083184, + "U": 1.081807421421388e-09, + "K": 1.8848571414764592e-07, + "L": 9.850819715495618e-09, + "G": 1.1665512829495128e-05, + "F": 0.00022191082825884223, + "E": 7.262632379934075e-07, + "T": 0.0006851666839793324, + "P": 0.003386507509276271, + "-": 0.9939678907394409 + }, + "id": "tp_18648" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2331031, + "label": "-", + "classification": { + "B": 8.209209137119422e-13, + "S": 4.4925903817417956e-13, + "I": 6.766820348502733e-08, + "C": 8.92938789576192e-09, + "R": 1.021691065083985e-09, + "M": 5.951568571305188e-09, + "O": 1.3602808879298323e-09, + "W": 5.1468642715823965e-12, + "N": 2.5626967214975593e-10, + "Y": 1.4126257156021893e-05, + "U": 2.3742004889859558e-11, + "K": 5.263533164878709e-09, + "L": 1.0490434909637969e-11, + "G": 2.2146220146623818e-07, + "F": 8.259748028649483e-06, + "E": 6.539652730452872e-08, + "T": 7.722385362285422e-07, + "P": 0.005243413150310516, + "-": 0.9947328567504883 + }, + "id": "tp_18649" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2331131, + "label": "-", + "classification": { + "B": 1.2295739907131065e-05, + "S": 4.466213067644276e-05, + "I": 0.01066265907138586, + "C": 0.0011122745927423239, + "R": 0.00045090081403031945, + "M": 0.00105565064586699, + "O": 0.0003772326745092869, + "W": 6.999874312896281e-05, + "N": 0.0007263923180289567, + "Y": 0.05405701696872711, + "U": 2.9884906325605698e-05, + "K": 0.0024041554424911737, + "L": 2.9430420909193344e-05, + "G": 0.0023532721679657698, + "F": 0.010791392996907234, + "E": 0.0023026796989142895, + "T": 0.00890632625669241, + "P": 0.05708986893296242, + "-": 0.8475239276885986 + }, + "id": "tp_18650" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2331265, + "label": "-", + "classification": { + "B": 9.916947263377551e-09, + "S": 1.8742902341273293e-08, + "I": 1.6258993582596304e-06, + "C": 1.5181224455318443e-07, + "R": 8.613956659075939e-09, + "M": 1.2145043228883878e-06, + "O": 7.942884963085817e-07, + "W": 5.681796366729941e-08, + "N": 2.1169141461996333e-07, + "Y": 5.374163811211474e-05, + "U": 5.815279813248253e-09, + "K": 7.330970402108505e-05, + "L": 3.7062155566758292e-09, + "G": 1.4157057194097433e-05, + "F": 0.0022891638800501823, + "E": 7.19883682904765e-05, + "T": 1.809650166251231e-05, + "P": 0.031063539907336235, + "-": 0.9664118885993958 + }, + "id": "tp_18651" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2331398, + "label": "-", + "classification": { + "B": 9.31446980228243e-16, + "S": 1.1435266795978283e-12, + "I": 5.556606841317091e-10, + "C": 1.4333883038841755e-11, + "R": 3.281824681802825e-13, + "M": 4.187249158515982e-10, + "O": 1.540564481539164e-10, + "W": 1.4109846104004564e-12, + "N": 4.0717783311716715e-11, + "Y": 1.5386586937893298e-06, + "U": 5.781131324524014e-14, + "K": 1.4692679428662814e-07, + "L": 3.507182608566972e-14, + "G": 1.0139049599899863e-08, + "F": 0.00032521822140552104, + "E": 2.8233545279476857e-08, + "T": 4.51847881777212e-07, + "P": 0.001793028088286519, + "-": 0.9978796243667603 + }, + "id": "tp_18652" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2331532, + "label": "-", + "classification": { + "B": 5.013680581811286e-10, + "S": 1.2346439426380584e-09, + "I": 7.539756552432664e-07, + "C": 9.477734153051642e-08, + "R": 4.75270311994791e-09, + "M": 2.30133537115762e-06, + "O": 1.0139423523014557e-07, + "W": 1.1203373784240966e-09, + "N": 6.57259890957107e-09, + "Y": 4.038097176817246e-05, + "U": 1.3897230588533205e-10, + "K": 1.859766740608393e-08, + "L": 7.923019573752299e-09, + "G": 1.5718391296104528e-05, + "F": 0.0011324502993375063, + "E": 6.015769031364471e-06, + "T": 1.3712008694710676e-05, + "P": 0.013478250242769718, + "-": 0.9853101968765259 + }, + "id": "tp_18653" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2331632, + "label": "-", + "classification": { + "B": 4.1341699841268564e-08, + "S": 5.6088627076178454e-08, + "I": 1.4264886658565956e-06, + "C": 1.99199203052558e-05, + "R": 3.442045226620394e-06, + "M": 0.0006012447411194444, + "O": 3.0691022402606905e-05, + "W": 8.10566760378606e-08, + "N": 1.4040904439127644e-08, + "Y": 0.0023935874924063683, + "U": 7.193887263667875e-09, + "K": 6.190542478634598e-08, + "L": 7.832830306142569e-06, + "G": 0.0006557522574439645, + "F": 0.0007151853060349822, + "E": 2.588961251603905e-06, + "T": 0.0007928797276690602, + "P": 0.0004314207471907139, + "-": 0.9943437576293945 + }, + "id": "tp_18654" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2331765, + "label": "-", + "classification": { + "B": 5.229796329331293e-07, + "S": 4.2922906118292303e-07, + "I": 9.215065074386075e-05, + "C": 9.68606400419958e-05, + "R": 6.563748229382327e-06, + "M": 4.145078855799511e-05, + "O": 1.5039980098663364e-05, + "W": 6.62698880660173e-07, + "N": 5.420685738499742e-06, + "Y": 0.004726241808384657, + "U": 5.8544742387312e-07, + "K": 0.0004806553479284048, + "L": 1.6830947515700245e-06, + "G": 0.004501436371356249, + "F": 0.0073751425370574, + "E": 0.001454512937925756, + "T": 0.0004981407546438277, + "P": 0.01827075518667698, + "-": 0.9624317288398743 + }, + "id": "tp_18655" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2331899, + "label": "-", + "classification": { + "B": 1.4605817000301613e-08, + "S": 3.485415067672193e-09, + "I": 5.291036586640985e-07, + "C": 1.6014472237202426e-07, + "R": 2.2690077372544692e-08, + "M": 8.689269748174411e-07, + "O": 3.434047073369584e-07, + "W": 3.5956562172145823e-09, + "N": 1.6261893165392394e-08, + "Y": 7.486505637643859e-05, + "U": 1.7685068964823358e-09, + "K": 3.387783209518602e-08, + "L": 1.7975779087464616e-08, + "G": 5.196535767026944e-06, + "F": 0.0005265644285827875, + "E": 6.463496902142651e-07, + "T": 2.3837339540477842e-05, + "P": 0.013766233809292316, + "-": 0.9856005311012268 + }, + "id": "tp_18656" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2332032, + "label": "-", + "classification": { + "B": 7.458740893526768e-15, + "S": 1.3824858141955887e-12, + "I": 3.444134422103673e-10, + "C": 1.0054801609371555e-11, + "R": 4.821081034389607e-12, + "M": 1.3168562906784587e-09, + "O": 3.2681693462599526e-10, + "W": 1.1186426134360272e-12, + "N": 1.8897637361209307e-12, + "Y": 2.043875838353415e-06, + "U": 1.15719947187988e-14, + "K": 5.568703831393407e-10, + "L": 6.289119073611682e-13, + "G": 7.450786654317199e-09, + "F": 0.00012574385618790984, + "E": 1.6405304892330719e-09, + "T": 2.6544364573055645e-07, + "P": 0.00010222932178294286, + "-": 0.9997697472572327 + }, + "id": "tp_18657" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2332132, + "label": "-", + "classification": { + "B": 2.5617726606697033e-08, + "S": 2.880579108577308e-09, + "I": 1.2513895626398153e-06, + "C": 1.4646886370428547e-07, + "R": 8.364216874667818e-09, + "M": 1.2044691857227008e-06, + "O": 1.6897223531486816e-07, + "W": 3.9952925412478635e-09, + "N": 1.6378528755467414e-08, + "Y": 3.412587466300465e-05, + "U": 4.730483227355364e-10, + "K": 2.641847096640504e-08, + "L": 5.628519428313439e-09, + "G": 4.087748038728023e-06, + "F": 0.0005421406240202487, + "E": 4.110911504540127e-06, + "T": 7.37077061785385e-06, + "P": 0.032427482306957245, + "-": 0.9669778347015381 + }, + "id": "tp_18658" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2332266, + "label": "-", + "classification": { + "B": 5.3321696423481654e-14, + "S": 6.111485693601273e-14, + "I": 2.9667782897035977e-08, + "C": 1.8174177440766215e-10, + "R": 7.56754207908994e-12, + "M": 1.7334390589596183e-09, + "O": 8.252150351939491e-11, + "W": 7.101874969182853e-13, + "N": 4.22082785389577e-11, + "Y": 6.096375273045851e-06, + "U": 4.583461431575953e-13, + "K": 1.2349763878205522e-08, + "L": 3.080584561315075e-13, + "G": 9.064439154826687e-08, + "F": 1.0635857506713364e-05, + "E": 3.184657089150278e-07, + "T": 1.6918056644499302e-07, + "P": 0.0037253161426633596, + "-": 0.9962573051452637 + }, + "id": "tp_18659" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2332399, + "label": "-", + "classification": { + "B": 7.922241707092326e-07, + "S": 5.859114367012808e-07, + "I": 2.422873512841761e-05, + "C": 9.064502592082135e-06, + "R": 1.5224861726892414e-06, + "M": 0.00033403243287466466, + "O": 1.8776499928208068e-05, + "W": 4.158150943567307e-07, + "N": 5.779885441370425e-07, + "Y": 0.003003333229571581, + "U": 6.038680311348799e-08, + "K": 9.150458595286182e-07, + "L": 3.2431757972517516e-06, + "G": 0.0005075506051070988, + "F": 0.0031799697317183018, + "E": 0.00010441197082400322, + "T": 0.0010636814404278994, + "P": 0.00984521210193634, + "-": 0.9819014668464661 + }, + "id": "tp_18660" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2332533, + "label": "-", + "classification": { + "B": 3.927740355180731e-09, + "S": 5.224394250546993e-09, + "I": 9.961983096218319e-07, + "C": 7.876749208435285e-08, + "R": 3.115810498499627e-09, + "M": 2.6244237005812465e-07, + "O": 1.92691913980525e-07, + "W": 5.6154436656186135e-09, + "N": 5.598186092470314e-08, + "Y": 5.148248874320416e-06, + "U": 2.9535482948261915e-09, + "K": 4.776343871526478e-07, + "L": 2.900844453535001e-09, + "G": 8.978761343314545e-07, + "F": 0.0007096336339600384, + "E": 7.905873644631356e-06, + "T": 6.161300461826613e-06, + "P": 0.07163488864898682, + "-": 0.9276332855224609 + }, + "id": "tp_18661" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2332633, + "label": "-", + "classification": { + "B": 2.2369683883027847e-10, + "S": 2.630735074227175e-10, + "I": 3.272891945016454e-06, + "C": 6.335535829293804e-08, + "R": 6.318408907191042e-09, + "M": 8.674066521052737e-06, + "O": 1.090483294774458e-07, + "W": 2.723323511144571e-10, + "N": 5.631898059021978e-09, + "Y": 0.00044710072688758373, + "U": 2.1264963401268488e-10, + "K": 3.112556212769846e-09, + "L": 8.798717310298798e-09, + "G": 2.2888498278916813e-05, + "F": 4.233423533150926e-05, + "E": 1.5021663557490683e-06, + "T": 0.00020442342793103307, + "P": 0.0023353316355496645, + "-": 0.9969342947006226 + }, + "id": "tp_18662" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2332766, + "label": "-", + "classification": { + "B": 2.604461979416328e-09, + "S": 7.71948194255856e-09, + "I": 7.483698709620512e-07, + "C": 1.064191437194495e-07, + "R": 6.0508802413039575e-09, + "M": 4.843865099246614e-06, + "O": 3.231013181448361e-07, + "W": 1.778244662631323e-09, + "N": 2.061223902671827e-08, + "Y": 6.353296339511871e-05, + "U": 5.348340104127658e-10, + "K": 1.817580930207896e-08, + "L": 7.3377961484766274e-09, + "G": 2.888798235289869e-06, + "F": 0.00016010830586310476, + "E": 2.229877281934023e-06, + "T": 6.540740287164226e-05, + "P": 0.006227047648280859, + "-": 0.993472695350647 + }, + "id": "tp_18663" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2332900, + "label": "-", + "classification": { + "B": 2.0607976694009267e-06, + "S": 1.252392030437477e-05, + "I": 0.0002388450229773298, + "C": 1.243859969690675e-05, + "R": 7.751689736323897e-06, + "M": 0.00022414721024688333, + "O": 8.64622852532193e-05, + "W": 1.1465730494819582e-05, + "N": 3.013425703102257e-05, + "Y": 0.007848882116377354, + "U": 1.1645317954389611e-06, + "K": 0.0004310685326345265, + "L": 4.727422492578626e-06, + "G": 0.001216346281580627, + "F": 0.014348644763231277, + "E": 0.0012331389589235187, + "T": 0.0035302035976201296, + "P": 0.03851937875151634, + "-": 0.9322405457496643 + }, + "id": "tp_18664" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2333033, + "label": "-", + "classification": { + "B": 3.549602625718684e-11, + "S": 1.0673916611692036e-10, + "I": 4.411073462051718e-07, + "C": 1.4873934084391749e-08, + "R": 1.3648820962330888e-09, + "M": 3.8326882645378646e-07, + "O": 1.9982490329084612e-08, + "W": 1.894288892412277e-10, + "N": 4.183208446306708e-09, + "Y": 0.0001577624789206311, + "U": 7.569835730469876e-11, + "K": 1.689816144789802e-07, + "L": 1.3957837663447492e-10, + "G": 1.3349614391700015e-06, + "F": 0.00010006784577853978, + "E": 1.8284698626302998e-06, + "T": 1.652586979616899e-05, + "P": 0.002274648752063513, + "-": 0.9974467754364014 + }, + "id": "tp_18665" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2333133, + "label": "-", + "classification": { + "B": 1.4886052390750137e-08, + "S": 1.2309681274302875e-08, + "I": 8.561133881812566e-07, + "C": 1.3191161940540042e-07, + "R": 3.407574666880464e-08, + "M": 5.9395847529231105e-06, + "O": 1.5677318287998787e-06, + "W": 1.3727125214302305e-08, + "N": 1.3933114217934417e-08, + "Y": 5.718259126297198e-05, + "U": 1.2215417566352471e-09, + "K": 2.6662914098807278e-09, + "L": 4.125667274479383e-08, + "G": 2.9127388643246377e-06, + "F": 9.027194755617529e-05, + "E": 6.074940301914467e-07, + "T": 6.410611240426078e-05, + "P": 0.0116572305560112, + "-": 0.9881190657615662 + }, + "id": "tp_18666" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2333267, + "label": "-", + "classification": { + "B": 6.995305284362985e-06, + "S": 2.3146552848629653e-05, + "I": 0.001255190116353333, + "C": 0.00044836263987235725, + "R": 0.0001021296193357557, + "M": 0.0006979532772675157, + "O": 0.0003125213843304664, + "W": 3.7928733945591375e-05, + "N": 0.0001564043341204524, + "Y": 0.003961045760661364, + "U": 2.0654559193644673e-05, + "K": 0.0004581437970045954, + "L": 4.150333916186355e-05, + "G": 0.001099641085602343, + "F": 0.03769010677933693, + "E": 0.0011489412281662226, + "T": 0.0022431788966059685, + "P": 0.08411000669002533, + "-": 0.8661861419677734 + }, + "id": "tp_18667" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2333400, + "label": "-", + "classification": { + "B": 3.5865808101220864e-09, + "S": 1.0185929433248475e-08, + "I": 4.503723175730556e-05, + "C": 1.5789778444741387e-06, + "R": 2.056964092389535e-07, + "M": 3.3722146781656193e-06, + "O": 7.809443900441693e-07, + "W": 2.8007233865423586e-08, + "N": 6.400977099474403e-07, + "Y": 6.866310286568478e-05, + "U": 4.121459440398212e-08, + "K": 3.4346172128607577e-07, + "L": 5.593794583091949e-08, + "G": 6.967482022446347e-06, + "F": 0.0003409698256291449, + "E": 1.2793801943189465e-05, + "T": 0.0001116175772040151, + "P": 0.09923521429300308, + "-": 0.9001715779304504 + }, + "id": "tp_18668" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2333500, + "label": "-", + "classification": { + "B": 1.4392304015231616e-10, + "S": 2.3756485667547622e-09, + "I": 5.284191502141766e-07, + "C": 2.6413271569936114e-08, + "R": 1.2670664517600017e-08, + "M": 8.883223927114159e-06, + "O": 5.780195238003216e-07, + "W": 9.948918355817682e-10, + "N": 2.0162715941296483e-09, + "Y": 0.0003417178522795439, + "U": 5.123987692479126e-11, + "K": 3.265559489484815e-10, + "L": 1.6093840926600933e-08, + "G": 4.036837708554231e-06, + "F": 6.777288945158944e-05, + "E": 5.1312230908706624e-08, + "T": 0.0003845792671199888, + "P": 0.0005653490661643445, + "-": 0.9986264705657959 + }, + "id": "tp_18669" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2333634, + "label": "-", + "classification": { + "B": 7.493655829193813e-08, + "S": 4.746731008253846e-09, + "I": 5.257854354567826e-06, + "C": 6.794092399786678e-08, + "R": 9.064796024915722e-09, + "M": 5.128763405082282e-06, + "O": 2.6491659355087904e-06, + "W": 1.3693973954786998e-08, + "N": 3.1792779964234796e-08, + "Y": 9.77459603745956e-06, + "U": 7.044305694314801e-10, + "K": 1.4771836531757288e-10, + "L": 9.898572272959427e-08, + "G": 4.9939608288696036e-06, + "F": 7.075911526044365e-06, + "E": 1.2244578329045908e-06, + "T": 3.619594281190075e-05, + "P": 0.036753591150045395, + "-": 0.9631738066673279 + }, + "id": "tp_18670" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2333767, + "label": "-", + "classification": { + "B": 9.687060043006568e-09, + "S": 9.468815065361014e-09, + "I": 6.291248155321227e-06, + "C": 3.240247110625205e-07, + "R": 2.2546856826011208e-08, + "M": 1.745412760101317e-06, + "O": 8.111707074931473e-07, + "W": 1.3213595551064827e-08, + "N": 1.2727238640763971e-07, + "Y": 1.781980427040253e-05, + "U": 4.000670905668358e-09, + "K": 5.001504277402091e-08, + "L": 2.6005778863691376e-08, + "G": 7.090161943779094e-06, + "F": 0.0005411746678873897, + "E": 8.127360160870012e-06, + "T": 2.463590499246493e-05, + "P": 0.10087350755929947, + "-": 0.8985182046890259 + }, + "id": "tp_18671" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2333901, + "label": "-", + "classification": { + "B": 5.235968274064362e-06, + "S": 3.8190396622894696e-08, + "I": 2.14488864003215e-05, + "C": 1.7361747950417339e-06, + "R": 9.706163695000214e-08, + "M": 6.640295760007575e-05, + "O": 4.88855494040763e-06, + "W": 3.606681531209688e-08, + "N": 7.478843144781422e-08, + "Y": 2.0704766939161345e-05, + "U": 3.965948014439391e-09, + "K": 1.8352021291523357e-10, + "L": 2.6823627194971777e-06, + "G": 4.3405241740401834e-05, + "F": 0.00011538910621311516, + "E": 1.7927950466400944e-05, + "T": 5.6426979426760226e-05, + "P": 0.09730628877878189, + "-": 0.9023372530937195 + }, + "id": "tp_18672" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2334001, + "label": "P", + "classification": { + "B": 1.5021199561982002e-10, + "S": 4.858898700055292e-11, + "I": 1.9245244402554817e-05, + "C": 3.0628548586264515e-08, + "R": 7.903640519835164e-10, + "M": 3.9216228486793625e-08, + "O": 8.77430661461176e-09, + "W": 1.2376008551306938e-10, + "N": 1.3599006365438981e-07, + "Y": 1.0557594123383751e-06, + "U": 1.8260995493513121e-10, + "K": 1.4054100105909129e-08, + "L": 1.0068611916436154e-10, + "G": 1.9777458248881885e-07, + "F": 8.172838715836406e-05, + "E": 1.6020581824705005e-05, + "T": 4.2095487629012496e-07, + "P": 0.6258503794670105, + "-": 0.374030739068985 + }, + "id": "tp_18673" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2334134, + "label": "-", + "classification": { + "B": 1.6249219925157377e-07, + "S": 2.410057220458839e-07, + "I": 0.00026903205434791744, + "C": 2.559603308327496e-05, + "R": 1.8663956780073931e-06, + "M": 5.3601695981342345e-05, + "O": 1.0613536687742453e-05, + "W": 6.286965685831092e-07, + "N": 1.2051477824570611e-05, + "Y": 0.0004645503358915448, + "U": 5.641751386065152e-07, + "K": 1.6296273315674625e-05, + "L": 7.257843890329241e-07, + "G": 0.00011809970601461828, + "F": 0.0033606949727982283, + "E": 0.00037189002614468336, + "T": 0.0002500936097931117, + "P": 0.12345115840435028, + "-": 0.8715920448303223 + }, + "id": "tp_18674" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2334268, + "label": "-", + "classification": { + "B": 2.357634656391383e-07, + "S": 1.2347544497970375e-07, + "I": 0.0004917319165542722, + "C": 1.6824287740746513e-05, + "R": 6.11276982454001e-06, + "M": 8.424265979556367e-05, + "O": 1.2136631085013505e-05, + "W": 3.870251816806558e-07, + "N": 8.955717930803075e-06, + "Y": 0.0012732994509860873, + "U": 4.221613778554456e-07, + "K": 5.743439942307305e-06, + "L": 7.180083798630221e-07, + "G": 0.00010607803415041417, + "F": 0.001025597914122045, + "E": 0.00021508897771127522, + "T": 0.0010605878196656704, + "P": 0.07307671010494232, + "-": 0.9226149320602417 + }, + "id": "tp_18675" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2334401, + "label": "-", + "classification": { + "B": 1.8594009665306999e-10, + "S": 1.7794898887757427e-09, + "I": 2.2692016500514e-05, + "C": 2.3489874934057298e-07, + "R": 1.0767167601954952e-08, + "M": 1.6329480558852083e-06, + "O": 8.934016193506977e-08, + "W": 1.4862864272657816e-09, + "N": 4.172832177573582e-07, + "Y": 1.3330676665646024e-05, + "U": 1.1881234884825176e-09, + "K": 5.4525013837292136e-08, + "L": 1.4931798020256792e-09, + "G": 5.519555088540073e-07, + "F": 0.0001123765396187082, + "E": 1.6796921045170166e-05, + "T": 1.74019078258425e-05, + "P": 0.1920296996831894, + "-": 0.8077846765518188 + }, + "id": "tp_18676" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2334501, + "label": "-", + "classification": { + "B": 2.037668700438644e-08, + "S": 8.247463156862977e-09, + "I": 6.900191237946274e-06, + "C": 4.403285061016504e-07, + "R": 9.198487305184244e-08, + "M": 3.392848520888947e-05, + "O": 2.777258941932814e-06, + "W": 1.2564347784405072e-08, + "N": 4.249353580121351e-08, + "Y": 0.00013756744738202542, + "U": 1.916801828372172e-09, + "K": 5.642502021174778e-10, + "L": 2.589688676835067e-07, + "G": 1.526433879917022e-05, + "F": 5.728056203224696e-05, + "E": 2.699459855648456e-06, + "T": 0.000184629563591443, + "P": 0.020259402692317963, + "-": 0.9792987108230591 + }, + "id": "tp_18677" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2334635, + "label": "-", + "classification": { + "B": 1.950952288609642e-09, + "S": 2.2888213546679026e-09, + "I": 2.1927273792243795e-06, + "C": 3.733011411100051e-08, + "R": 4.931437036503894e-09, + "M": 1.5577965939428395e-07, + "O": 1.4996693664670602e-07, + "W": 3.875826770638469e-09, + "N": 6.770074634232515e-08, + "Y": 6.493602995760739e-06, + "U": 1.2656476977568332e-09, + "K": 1.6435631522426775e-08, + "L": 2.1675252703801107e-09, + "G": 4.4073360072616197e-07, + "F": 0.00012819617404602468, + "E": 1.3951720347904484e-06, + "T": 8.248335689131636e-06, + "P": 0.19578993320465088, + "-": 0.8040626645088196 + }, + "id": "tp_18678" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2334768, + "label": "-", + "classification": { + "B": 2.7382298650735493e-09, + "S": 1.1959412127282576e-08, + "I": 2.9399006962194107e-05, + "C": 2.114505832651048e-07, + "R": 2.1670903294079835e-08, + "M": 9.230666364601348e-07, + "O": 4.4663582343673625e-07, + "W": 9.883773799401752e-09, + "N": 3.878400605117349e-07, + "Y": 1.4117465980234556e-05, + "U": 8.561984898847186e-09, + "K": 1.0850978782173115e-08, + "L": 1.957328876756037e-08, + "G": 1.152219169853197e-06, + "F": 4.2412237235112116e-05, + "E": 4.452959274203749e-06, + "T": 0.0001250235509360209, + "P": 0.18183346092700958, + "-": 0.8179478645324707 + }, + "id": "tp_18679" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2334902, + "label": "-", + "classification": { + "B": 4.616304083784883e-13, + "S": 1.055341035914592e-12, + "I": 6.467931257247983e-08, + "C": 7.516082894953868e-11, + "R": 3.164796332985609e-12, + "M": 1.5034733458207938e-09, + "O": 3.436956552693715e-10, + "W": 1.8618297008277107e-12, + "N": 9.550602669827768e-11, + "Y": 2.2435338564719132e-07, + "U": 1.4866714359140082e-13, + "K": 7.971270128345753e-13, + "L": 2.485973232824179e-12, + "G": 1.1198530991407551e-09, + "F": 1.2875210586571484e-06, + "E": 7.23883264441838e-09, + "T": 2.97108300628679e-07, + "P": 0.0489974282681942, + "-": 0.9510006308555603 + }, + "id": "tp_18680" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2335002, + "label": "-", + "classification": { + "B": 1.0247430681786796e-09, + "S": 1.5098178707262377e-08, + "I": 2.8472962299019855e-07, + "C": 2.2328019610995398e-07, + "R": 2.0545293466511794e-08, + "M": 2.5244719381589675e-06, + "O": 9.748330285219708e-07, + "W": 1.0095455138525722e-08, + "N": 1.6881475772834165e-08, + "Y": 7.64762080507353e-05, + "U": 1.8361641096475978e-09, + "K": 1.301152821042706e-07, + "L": 2.033430313019835e-08, + "G": 5.525113010662608e-06, + "F": 0.0004435757000464946, + "E": 1.6525226556041162e-06, + "T": 4.1028055420611054e-05, + "P": 0.005830935202538967, + "-": 0.9935966730117798 + }, + "id": "tp_18681" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2335135, + "label": "-", + "classification": { + "B": 4.5644031843039556e-07, + "S": 2.121908892149804e-06, + "I": 0.00023275981948245317, + "C": 4.477787115320098e-06, + "R": 8.304111815959914e-07, + "M": 3.309144813101739e-05, + "O": 1.7516254956717603e-05, + "W": 1.195106960949488e-06, + "N": 2.591276279417798e-05, + "Y": 0.00022730376804247499, + "U": 7.055422202029149e-07, + "K": 1.067704306478845e-05, + "L": 9.437039238946454e-07, + "G": 4.134896516916342e-05, + "F": 0.0021479465067386627, + "E": 0.0005363015807233751, + "T": 0.00043303146958351135, + "P": 0.4519837498664856, + "-": 0.5442995429039001 + }, + "id": "tp_18682" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2335269, + "label": "-", + "classification": { + "B": 8.055773150772438e-07, + "S": 1.3578084008258884e-06, + "I": 0.0011608393397182226, + "C": 0.0001346765347989276, + "R": 2.648000736371614e-05, + "M": 0.00015191745478659868, + "O": 2.6688863727031276e-05, + "W": 1.5313844414777122e-06, + "N": 3.348114842083305e-05, + "Y": 0.026935245841741562, + "U": 7.051355055409658e-07, + "K": 5.450097160064615e-05, + "L": 2.1294406451488612e-06, + "G": 0.0013611800968647003, + "F": 0.004407972097396851, + "E": 0.0009059056174010038, + "T": 0.003948928322643042, + "P": 0.06804226338863373, + "-": 0.892803430557251 + }, + "id": "tp_18683" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2335402, + "label": "-", + "classification": { + "B": 5.170652794816988e-10, + "S": 1.0260418209506739e-10, + "I": 3.33935929575091e-07, + "C": 1.3980248958489483e-08, + "R": 1.3461423087335334e-09, + "M": 2.4892750971616806e-08, + "O": 2.9162194437049038e-08, + "W": 3.617113553122664e-10, + "N": 2.3926420844588847e-09, + "Y": 1.8108531776306336e-06, + "U": 1.0275537365433962e-10, + "K": 3.5772237949593944e-10, + "L": 8.196002765359367e-10, + "G": 2.3532753345989477e-07, + "F": 1.879861156339757e-05, + "E": 2.7482971631798137e-07, + "T": 1.4889820931784925e-06, + "P": 0.06689390540122986, + "-": 0.933083176612854 + }, + "id": "tp_18684" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2335502, + "label": "-", + "classification": { + "B": 0.00019342111772857606, + "S": 5.718428292311728e-05, + "I": 0.0014588405610993505, + "C": 0.002736672293394804, + "R": 0.0007377858273684978, + "M": 0.0015097876312211156, + "O": 0.0011347183026373386, + "W": 8.490866457577795e-05, + "N": 0.00011037443618988618, + "Y": 0.00540873222053051, + "U": 8.169815555447713e-05, + "K": 2.2496240489999764e-05, + "L": 0.0007133928593248129, + "G": 0.005705561954528093, + "F": 0.004550215322524309, + "E": 0.00047758687287569046, + "T": 0.006364965811371803, + "P": 0.08700995147228241, + "-": 0.881641685962677 + }, + "id": "tp_18685" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2335636, + "label": "-", + "classification": { + "B": 4.662461972060328e-09, + "S": 5.728293217543978e-08, + "I": 4.2288329495931976e-06, + "C": 2.769072295905062e-07, + "R": 5.5096236906138074e-08, + "M": 7.443413778673857e-07, + "O": 9.210640428136685e-07, + "W": 5.046992868074085e-08, + "N": 1.7779635186343512e-07, + "Y": 4.207687379675917e-05, + "U": 1.1731291493788376e-08, + "K": 2.871761353162583e-07, + "L": 2.8177245425808906e-08, + "G": 3.0214644084480824e-06, + "F": 0.0021011659409850836, + "E": 2.2073948002798716e-06, + "T": 5.374379543354735e-05, + "P": 0.07878772169351578, + "-": 0.9190031886100769 + }, + "id": "tp_18686" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2335769, + "label": "-", + "classification": { + "B": 4.131977399124409e-11, + "S": 5.8039177630586636e-11, + "I": 1.631147597436211e-06, + "C": 1.0618250279037511e-08, + "R": 3.4102506929478693e-10, + "M": 1.095411477081143e-07, + "O": 8.562603959205717e-09, + "W": 7.173568683516152e-11, + "N": 8.597740297489054e-09, + "Y": 4.505667675402947e-06, + "U": 1.0540311679019254e-10, + "K": 7.214737696159546e-10, + "L": 1.765439322509721e-10, + "G": 2.7791867296400596e-07, + "F": 9.045513252203818e-06, + "E": 8.429387889918871e-07, + "T": 6.607402156078024e-06, + "P": 0.15549959242343903, + "-": 0.8444773554801941 + }, + "id": "tp_18687" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2335903, + "label": "-", + "classification": { + "B": 4.781199880454778e-09, + "S": 1.9942758555657747e-09, + "I": 1.1554505363164935e-05, + "C": 5.959334998806298e-07, + "R": 9.439222026230709e-08, + "M": 6.128945528871554e-07, + "O": 5.700140945918974e-07, + "W": 9.490631391884108e-09, + "N": 1.4438131756833172e-07, + "Y": 2.528744880692102e-05, + "U": 9.733650330190358e-09, + "K": 4.380980556106806e-08, + "L": 1.634625412805235e-08, + "G": 2.756538606263348e-06, + "F": 9.086675709113479e-05, + "E": 4.071903276781086e-06, + "T": 3.05086523439968e-05, + "P": 0.05573451146483421, + "-": 0.9440984129905701 + }, + "id": "tp_18688" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2336003, + "label": "-", + "classification": { + "B": 6.970584554011339e-09, + "S": 3.19877813126368e-08, + "I": 6.284679693635553e-05, + "C": 1.240298047378019e-06, + "R": 2.2483614259272144e-07, + "M": 2.1495231976587093e-06, + "O": 1.1757338143070228e-06, + "W": 8.136458262697488e-08, + "N": 2.2079307200328913e-06, + "Y": 7.688051118748263e-05, + "U": 5.0473612844825766e-08, + "K": 3.04428090203146e-06, + "L": 2.13135766813366e-08, + "G": 4.12958615925163e-06, + "F": 0.0006239272770471871, + "E": 3.176848258590326e-05, + "T": 7.417064625769854e-05, + "P": 0.2071935087442398, + "-": 0.7919224500656128 + }, + "id": "tp_18689" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2336136, + "label": "-", + "classification": { + "B": 4.342389225975296e-10, + "S": 1.6303444705378922e-10, + "I": 1.7224962221007445e-06, + "C": 3.090927691573597e-08, + "R": 6.886509140713315e-10, + "M": 4.308403589448062e-08, + "O": 1.6716562356577924e-08, + "W": 4.685731802567261e-10, + "N": 3.130943682094767e-08, + "Y": 3.171008984281798e-06, + "U": 7.556789638485384e-10, + "K": 7.410650226802318e-08, + "L": 2.626412698436553e-10, + "G": 5.091408183943713e-07, + "F": 0.0001110256853280589, + "E": 4.9691443564370275e-06, + "T": 2.5011913749040104e-06, + "P": 0.30741527676582336, + "-": 0.6924605965614319 + }, + "id": "tp_18690" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2336270, + "label": "-", + "classification": { + "B": 1.279410577481599e-09, + "S": 1.1443876068994996e-08, + "I": 2.010652497119736e-05, + "C": 5.07487811773899e-07, + "R": 4.106542661475032e-08, + "M": 1.2989580682187807e-06, + "O": 4.763838887811289e-07, + "W": 2.049107727941646e-08, + "N": 8.354309670721705e-07, + "Y": 9.538055746816099e-05, + "U": 6.061923851774509e-09, + "K": 5.152085577719845e-06, + "L": 5.710214967535876e-09, + "G": 1.532862734165974e-05, + "F": 0.0025706635788083076, + "E": 7.455598097294569e-05, + "T": 1.7229853256139904e-05, + "P": 0.19176901876926422, + "-": 0.8054293394088745 + }, + "id": "tp_18691" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2336403, + "label": "P", + "classification": { + "B": 8.318273359009254e-08, + "S": 4.9847493244215e-08, + "I": 3.955078136641532e-05, + "C": 2.0472300548135536e-06, + "R": 4.582550161558174e-08, + "M": 1.2148271935075172e-06, + "O": 5.271870691103686e-07, + "W": 3.8121473977525966e-08, + "N": 3.738717168744188e-06, + "Y": 2.229969686595723e-05, + "U": 5.71321194797747e-08, + "K": 1.2797892168237013e-06, + "L": 1.2787837455618956e-08, + "G": 9.433824743609875e-06, + "F": 0.0003626662655733526, + "E": 0.00019328994676470757, + "T": 1.7735666915541515e-05, + "P": 0.6852545142173767, + "-": 0.3140914738178253 + }, + "id": "tp_18692" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2336503, + "label": "-", + "classification": { + "B": 1.1503424701686527e-07, + "S": 4.2021056856356154e-08, + "I": 7.914649177109823e-05, + "C": 7.563242888863897e-06, + "R": 3.987858292475721e-07, + "M": 2.620751729409676e-05, + "O": 3.0082435387157602e-06, + "W": 6.949911579567924e-08, + "N": 2.9804068617522717e-06, + "Y": 0.0002781195507850498, + "U": 1.1588120685246395e-07, + "K": 1.802805059014645e-06, + "L": 3.3234150009775476e-07, + "G": 0.00010677183308871463, + "F": 0.0015283445827662945, + "E": 0.00029475954943336546, + "T": 0.0001780673919711262, + "P": 0.24305932223796844, + "-": 0.7544329762458801 + }, + "id": "tp_18693" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2336637, + "label": "-", + "classification": { + "B": 1.0996649146832738e-09, + "S": 9.062221806299675e-11, + "I": 6.635131057919352e-07, + "C": 3.7717748924137595e-09, + "R": 2.3282246963685083e-10, + "M": 2.070467886028382e-08, + "O": 2.273439569933089e-08, + "W": 1.684873351948113e-10, + "N": 4.268449149691378e-09, + "Y": 7.507862278544053e-07, + "U": 3.4519085506667935e-11, + "K": 5.264347846534179e-10, + "L": 6.884953718255815e-10, + "G": 1.0297568451278494e-06, + "F": 0.00013786269119009376, + "E": 1.7173608739540214e-06, + "T": 5.075492595096875e-07, + "P": 0.3104653060436249, + "-": 0.68939208984375 + }, + "id": "tp_18694" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2336770, + "label": "-", + "classification": { + "B": 1.4790292546251749e-08, + "S": 7.784131561550112e-09, + "I": 0.0030797841027379036, + "C": 1.3199113709561061e-05, + "R": 1.473760676162783e-06, + "M": 1.3134458640706725e-05, + "O": 1.4374795682670083e-06, + "W": 3.993028840909574e-08, + "N": 1.6083362424978986e-05, + "Y": 0.0006778530078008771, + "U": 4.702461708916417e-08, + "K": 5.119013621879276e-07, + "L": 7.435711069092577e-08, + "G": 4.329721923568286e-05, + "F": 0.00019871887343470007, + "E": 0.00030664840596728027, + "T": 0.00014391529839485884, + "P": 0.46690285205841064, + "-": 0.5286009311676025 + }, + "id": "tp_18695" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2336904, + "label": "P", + "classification": { + "B": 3.0469107059616363e-07, + "S": 1.47392100302568e-07, + "I": 0.0012382434215396643, + "C": 6.097152436268516e-06, + "R": 4.1388889826521336e-07, + "M": 1.2146236258558929e-05, + "O": 1.6534791029698681e-06, + "W": 2.552277180711826e-07, + "N": 8.170053479261696e-05, + "Y": 4.408039603731595e-05, + "U": 2.9788051847390307e-07, + "K": 9.130869329965208e-06, + "L": 7.204172192132319e-08, + "G": 1.7088003005483188e-05, + "F": 0.0002208981750300154, + "E": 0.0012802394339814782, + "T": 4.650518894777633e-05, + "P": 0.9358611106872559, + "-": 0.06117970123887062 + }, + "id": "tp_18696" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2337004, + "label": "-", + "classification": { + "B": 3.839635610347614e-06, + "S": 1.224256834575499e-06, + "I": 0.017942553386092186, + "C": 0.0008511889027431607, + "R": 4.421124322107062e-05, + "M": 0.0003483597538433969, + "O": 2.4113600375130773e-05, + "W": 2.325886953258305e-06, + "N": 0.00020501007384154946, + "Y": 0.010677624493837357, + "U": 2.7530968509381637e-06, + "K": 1.744839573802892e-05, + "L": 5.472638804349117e-06, + "G": 0.0008600520086474717, + "F": 0.002262988593429327, + "E": 0.009865610860288143, + "T": 0.0009039212018251419, + "P": 0.4560454785823822, + "-": 0.49993574619293213 + }, + "id": "tp_18697" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2337137, + "label": "-", + "classification": { + "B": 2.924836761675209e-10, + "S": 1.4744612475414698e-10, + "I": 2.0387308268254856e-06, + "C": 5.484378107212251e-08, + "R": 1.8043102567588676e-09, + "M": 7.92785499470483e-08, + "O": 3.6142584036724656e-08, + "W": 5.623412291377861e-10, + "N": 3.313222407541616e-08, + "Y": 1.1461865142337047e-05, + "U": 9.62812829463644e-10, + "K": 5.3167369173934276e-08, + "L": 4.773073603026035e-10, + "G": 7.983913974385359e-07, + "F": 0.0001343341136816889, + "E": 3.0381606848095544e-06, + "T": 5.672503448295174e-06, + "P": 0.12828566133975983, + "-": 0.8715566992759705 + }, + "id": "tp_18698" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2337271, + "label": "-", + "classification": { + "B": 8.238940063165501e-05, + "S": 6.34475418337388e-06, + "I": 0.000483135023387149, + "C": 0.00021790406026411802, + "R": 1.904554846987594e-05, + "M": 0.00023040974338073283, + "O": 0.00013244421279523522, + "W": 8.243172487709671e-06, + "N": 5.610667358268984e-05, + "Y": 0.0015529277734458447, + "U": 9.817243153520394e-06, + "K": 1.458847509638872e-05, + "L": 2.6034114853246137e-05, + "G": 0.0010097853373736143, + "F": 0.0022051220294088125, + "E": 0.0010949441930279136, + "T": 0.0012210075510665774, + "P": 0.3177122175693512, + "-": 0.6739174723625183 + }, + "id": "tp_18699" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2337404, + "label": "-", + "classification": { + "B": 2.083283767717603e-08, + "S": 2.4769541084879165e-08, + "I": 3.5142929846188053e-06, + "C": 2.3729667120164777e-08, + "R": 1.6396721758127342e-09, + "M": 1.0623288062561187e-06, + "O": 3.3911450714185776e-07, + "W": 1.1221315432408119e-08, + "N": 1.3768949713721668e-07, + "Y": 9.493742254562676e-06, + "U": 1.1949420342105554e-09, + "K": 1.0845186082519831e-08, + "L": 1.1138493682949502e-08, + "G": 1.8131501064999611e-06, + "F": 0.0007172070909291506, + "E": 1.2232467270223424e-05, + "T": 1.0380768799223006e-05, + "P": 0.4983372986316681, + "-": 0.5009064674377441 + }, + "id": "tp_18700" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2337504, + "label": "-", + "classification": { + "B": 1.519130382197833e-14, + "S": 1.865064694142062e-15, + "I": 2.2103368024772863e-08, + "C": 5.003926786817381e-11, + "R": 2.840255157801619e-13, + "M": 1.2286066608524493e-10, + "O": 1.017206804898585e-11, + "W": 1.2745234453600835e-14, + "N": 1.5492662708282978e-11, + "Y": 2.3568304641230498e-08, + "U": 2.846620915332096e-14, + "K": 1.7226501258446603e-12, + "L": 4.96812335194774e-14, + "G": 1.6875268959992695e-09, + "F": 1.0373036047894857e-06, + "E": 3.0029720932134296e-08, + "T": 1.0813596240666357e-08, + "P": 0.0996696725487709, + "-": 0.9003292322158813 + }, + "id": "tp_18701" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2337638, + "label": "-", + "classification": { + "B": 1.1880991745982783e-09, + "S": 1.5118561957905285e-10, + "I": 1.5704708644648235e-08, + "C": 2.009081269405133e-11, + "R": 2.779533114088961e-12, + "M": 1.503022240001428e-08, + "O": 9.235069597934853e-09, + "W": 1.0548861784087649e-10, + "N": 1.6421594639659531e-10, + "Y": 2.2167613167312084e-07, + "U": 9.165140434780339e-13, + "K": 5.830659566274932e-11, + "L": 1.0781609632859457e-10, + "G": 5.955792303780072e-08, + "F": 6.838350236648694e-05, + "E": 1.0169069497578676e-07, + "T": 3.3791354780987604e-07, + "P": 0.0756271556019783, + "-": 0.9243037104606628 + }, + "id": "tp_18702" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2337771, + "label": "-", + "classification": { + "B": 2.166813374060439e-06, + "S": 2.0908071292069508e-06, + "I": 0.0024449783377349377, + "C": 0.00010949755960609764, + "R": 2.860606946342159e-05, + "M": 9.933971159625798e-05, + "O": 4.9305064749205485e-05, + "W": 3.7752649859612575e-06, + "N": 0.00014520532567985356, + "Y": 0.002255747327581048, + "U": 5.028257874073461e-06, + "K": 0.0001486733090132475, + "L": 3.3300491395493736e-06, + "G": 0.0007495716563425958, + "F": 0.005257627461105585, + "E": 0.0014496437506750226, + "T": 0.0007897222531028092, + "P": 0.2760656774044037, + "-": 0.7103899121284485 + }, + "id": "tp_18703" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2337905, + "label": "-", + "classification": { + "B": 1.5991288648820046e-07, + "S": 7.674980651017904e-08, + "I": 0.00024696270702406764, + "C": 7.081513467710465e-05, + "R": 5.561973011936061e-06, + "M": 0.00020908445003442466, + "O": 7.608807663928019e-06, + "W": 1.8218267427982937e-07, + "N": 1.7036825283867074e-06, + "Y": 0.0016359238652512431, + "U": 3.4271926097062533e-07, + "K": 1.421773987431152e-07, + "L": 3.910344730684301e-06, + "G": 0.00019387264910619706, + "F": 0.00032266363268718123, + "E": 7.321266457438469e-05, + "T": 0.0011804071255028248, + "P": 0.07496737688779831, + "-": 0.9210799932479858 + }, + "id": "tp_18704" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2338005, + "label": "P", + "classification": { + "B": 1.0267701133770402e-09, + "S": 6.912588557117516e-11, + "I": 3.264105544076301e-05, + "C": 9.437749071139478e-08, + "R": 1.3334158222022552e-09, + "M": 5.923721602130172e-08, + "O": 1.0123280880236507e-08, + "W": 2.26223151322813e-10, + "N": 1.2106792723898252e-07, + "Y": 2.217298288087477e-06, + "U": 3.256408198648586e-10, + "K": 7.899040532777235e-09, + "L": 3.031643547313223e-10, + "G": 9.814151553655392e-07, + "F": 5.881265315110795e-05, + "E": 2.216516986663919e-05, + "T": 5.973482188892376e-07, + "P": 0.6920195817947388, + "-": 0.30786269903182983 + }, + "id": "tp_18705" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2338138, + "label": "P", + "classification": { + "B": 1.9249368676810263e-07, + "S": 1.0332206556995516e-07, + "I": 6.090566603234038e-05, + "C": 8.062339475145563e-06, + "R": 3.388307447949046e-07, + "M": 1.6983468640319188e-06, + "O": 1.9685917322931346e-06, + "W": 1.5916430129436776e-07, + "N": 5.64923720958177e-06, + "Y": 9.522638720227405e-05, + "U": 1.4543120130383613e-07, + "K": 4.73939280709601e-06, + "L": 1.01139434605102e-07, + "G": 6.470317021012306e-05, + "F": 0.0060256063006818295, + "E": 0.0005968678742647171, + "T": 2.1937083147349767e-05, + "P": 0.508496880531311, + "-": 0.4846147894859314 + }, + "id": "tp_18706" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2338272, + "label": "-", + "classification": { + "B": 4.6058021979655805e-11, + "S": 1.2449105080136746e-09, + "I": 5.75419619508466e-07, + "C": 1.9163685749390424e-08, + "R": 1.0444517473118253e-09, + "M": 1.4322301922220504e-07, + "O": 8.753286806495453e-08, + "W": 2.0455108717953863e-09, + "N": 2.531971787789189e-08, + "Y": 7.738374733889941e-06, + "U": 6.887714287806546e-10, + "K": 1.4236496781450114e-07, + "L": 6.201251734339053e-10, + "G": 2.741969638009323e-07, + "F": 0.00024116417625918984, + "E": 8.08280333330913e-07, + "T": 9.155413863481954e-06, + "P": 0.04140963777899742, + "-": 0.9583302736282349 + }, + "id": "tp_18707" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2338405, + "label": "P", + "classification": { + "B": 1.0823246299196398e-07, + "S": 1.0823329432696482e-07, + "I": 0.0002520511916372925, + "C": 3.020659278263338e-06, + "R": 2.593897079350427e-07, + "M": 4.414322575030383e-06, + "O": 1.5407373439302319e-06, + "W": 1.75678636082921e-07, + "N": 9.057065653905738e-06, + "Y": 6.311690231086686e-05, + "U": 1.3956666577996657e-07, + "K": 3.700936076711514e-06, + "L": 5.499924782270682e-08, + "G": 7.972240382514428e-06, + "F": 0.0008539582486264408, + "E": 0.0005130678182467818, + "T": 2.9116476071067154e-05, + "P": 0.6145668625831604, + "-": 0.38369131088256836 + }, + "id": "tp_18708" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2338505, + "label": "-", + "classification": { + "B": 7.625878879480297e-07, + "S": 2.7380815481592435e-07, + "I": 7.002353231655434e-05, + "C": 2.853881142073078e-06, + "R": 2.300191965787235e-07, + "M": 8.804852768662386e-06, + "O": 4.99331281389459e-06, + "W": 4.178772599061631e-07, + "N": 4.147939762333408e-06, + "Y": 0.0001337577123194933, + "U": 3.052189185837051e-07, + "K": 2.237884700662107e-06, + "L": 3.431151469612814e-07, + "G": 3.3645210351096466e-05, + "F": 0.0009927841601893306, + "E": 0.00012497539864853024, + "T": 0.00010532348096603528, + "P": 0.3760693073272705, + "-": 0.6224448084831238 + }, + "id": "tp_18709" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2338639, + "label": "-", + "classification": { + "B": 4.585591995009963e-08, + "S": 1.709162766871941e-08, + "I": 0.00014390674186870456, + "C": 2.1789530819660285e-06, + "R": 2.4483901484018133e-07, + "M": 6.5536723923287354e-06, + "O": 1.454139237466734e-06, + "W": 3.8368611399164365e-08, + "N": 1.7640013538766652e-06, + "Y": 3.110605393885635e-05, + "U": 2.391749376329244e-08, + "K": 1.5003979569883086e-07, + "L": 1.6341772379746544e-07, + "G": 2.4764432964730076e-05, + "F": 0.001084373565390706, + "E": 0.00011697538138832897, + "T": 2.870733260351699e-05, + "P": 0.45304667949676514, + "-": 0.5455108880996704 + }, + "id": "tp_18710" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2338772, + "label": "P", + "classification": { + "B": 5.2575007430277765e-05, + "S": 7.494082092307508e-05, + "I": 0.011033419519662857, + "C": 0.0006169500993564725, + "R": 8.193845133064315e-05, + "M": 0.0006079890881665051, + "O": 0.00018152680422645062, + "W": 0.0001098401116905734, + "N": 0.002291755983605981, + "Y": 0.004630655515938997, + "U": 9.050060180015862e-05, + "K": 0.007645446807146072, + "L": 2.3585493181599304e-05, + "G": 0.0021308998111635447, + "F": 0.009016436524689198, + "E": 0.0287307258695364, + "T": 0.002228810917586088, + "P": 0.6647600531578064, + "-": 0.26569199562072754 + }, + "id": "tp_18711" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2338906, + "label": "-", + "classification": { + "B": 3.749464028146576e-08, + "S": 4.5949317950544355e-07, + "I": 4.7219298721756786e-05, + "C": 6.015136477799388e-07, + "R": 9.70302380665089e-08, + "M": 2.4930195650085807e-06, + "O": 2.293700390509912e-06, + "W": 4.4337656390780467e-07, + "N": 9.022856829687953e-06, + "Y": 9.452712401980534e-05, + "U": 1.1795584242690893e-07, + "K": 4.361239916761406e-05, + "L": 3.0623720448375025e-08, + "G": 7.96496715338435e-06, + "F": 0.005173266399651766, + "E": 0.00027143952320329845, + "T": 5.8349491155240685e-05, + "P": 0.47472065687179565, + "-": 0.5195674300193787 + }, + "id": "tp_18712" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2339006, + "label": "P", + "classification": { + "B": 3.845638616439828e-07, + "S": 2.250305215056869e-06, + "I": 0.000524218543432653, + "C": 7.802103709764197e-07, + "R": 1.864057708189648e-07, + "M": 4.4048629206372425e-06, + "O": 3.2483198992849793e-06, + "W": 1.1440396292528021e-06, + "N": 6.688287976430729e-05, + "Y": 5.90342897339724e-05, + "U": 1.3767630946404097e-07, + "K": 4.3218344217166305e-05, + "L": 9.061778172281265e-08, + "G": 1.1846062989206985e-05, + "F": 0.002190592000260949, + "E": 0.0006073309923522174, + "T": 2.6525456632953137e-05, + "P": 0.9202635288238525, + "-": 0.07619407773017883 + }, + "id": "tp_18713" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2339139, + "label": "-", + "classification": { + "B": 2.46478680310247e-06, + "S": 1.562853185532731e-06, + "I": 5.4806925618322566e-05, + "C": 3.621329824454733e-06, + "R": 3.55427005160891e-07, + "M": 4.4237363908905536e-05, + "O": 1.186574445455335e-05, + "W": 9.307354389420652e-07, + "N": 4.9834429773909505e-06, + "Y": 0.00029318610904738307, + "U": 8.395212347522829e-08, + "K": 4.917593287245836e-06, + "L": 9.404232059750939e-07, + "G": 0.00018943377654068172, + "F": 0.03948669135570526, + "E": 0.0014130607014521956, + "T": 9.36546057346277e-05, + "P": 0.311229944229126, + "-": 0.6471632719039917 + }, + "id": "tp_18714" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2339273, + "label": "P", + "classification": { + "B": 4.920615879200341e-07, + "S": 5.95507060552336e-07, + "I": 0.000660749152302742, + "C": 3.181720330758253e-06, + "R": 5.444662747322582e-07, + "M": 1.1846782399516087e-05, + "O": 4.599263320415048e-06, + "W": 4.6113206053632894e-07, + "N": 6.285281415330246e-05, + "Y": 7.943400123622268e-05, + "U": 3.832786603652494e-07, + "K": 6.071108145988546e-06, + "L": 1.9766935110965278e-07, + "G": 1.8803353668772615e-05, + "F": 0.0004254314990248531, + "E": 0.0005364810931496322, + "T": 9.80101031018421e-05, + "P": 0.8883216381072998, + "-": 0.10976815968751907 + }, + "id": "tp_18715" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2339406, + "label": "P", + "classification": { + "B": 2.3675224269936734e-07, + "S": 7.023215431445351e-08, + "I": 0.0008726856904104352, + "C": 4.2911160562653095e-05, + "R": 2.822459464368876e-06, + "M": 1.7110342014348134e-05, + "O": 3.400110017537372e-06, + "W": 1.354912342321768e-07, + "N": 2.3714386770734563e-05, + "Y": 0.00018889628699980676, + "U": 3.672154207379208e-07, + "K": 8.860738489602227e-07, + "L": 4.3334745214451686e-07, + "G": 0.00011438513320172206, + "F": 0.0008035433129407465, + "E": 0.0004295589169487357, + "T": 0.000124412210425362, + "P": 0.6129285097122192, + "-": 0.38444599509239197 + }, + "id": "tp_18716" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2339506, + "label": "-", + "classification": { + "B": 4.726651958719685e-09, + "S": 3.651123847703275e-08, + "I": 2.153166315110866e-05, + "C": 3.6535570302476117e-07, + "R": 2.1040273523453834e-08, + "M": 2.5441379420954036e-06, + "O": 7.293625117199554e-07, + "W": 4.633729489000871e-08, + "N": 1.6860689129316597e-06, + "Y": 9.184726513922215e-05, + "U": 1.2971143270590346e-08, + "K": 2.839611261151731e-05, + "L": 7.267691337631277e-09, + "G": 6.474725978478091e-06, + "F": 0.003112059785053134, + "E": 0.0003306085418444127, + "T": 2.2377817003871314e-05, + "P": 0.18970531225204468, + "-": 0.806675910949707 + }, + "id": "tp_18717" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2339640, + "label": "-", + "classification": { + "B": 3.648762810447813e-14, + "S": 8.977454738802459e-13, + "I": 3.987121743875832e-08, + "C": 1.1951421796663197e-10, + "R": 3.190764926580547e-12, + "M": 3.2688157736160406e-10, + "O": 2.796670672822188e-10, + "W": 2.000392906875703e-12, + "N": 3.780980251111288e-10, + "Y": 1.2839643659390276e-07, + "U": 3.722214051739281e-13, + "K": 4.2413028644716633e-10, + "L": 2.1825163204480802e-13, + "G": 4.4232328910709384e-09, + "F": 1.897708534670528e-05, + "E": 5.7907371342480474e-08, + "T": 6.156616905172996e-08, + "P": 0.09109970927238464, + "-": 0.9088810086250305 + }, + "id": "tp_18718" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2339773, + "label": "-", + "classification": { + "B": 1.0955446619331788e-11, + "S": 8.733526922488632e-12, + "I": 6.294812351370638e-07, + "C": 3.3693861034578276e-09, + "R": 1.1950353207001996e-10, + "M": 5.828365789994905e-09, + "O": 2.5396911240704867e-09, + "W": 2.3015573821782986e-11, + "N": 4.370667827657826e-09, + "Y": 8.474256105728273e-07, + "U": 1.8283550021203077e-11, + "K": 3.3533962273679663e-09, + "L": 3.07555057810216e-11, + "G": 2.1978001996103558e-07, + "F": 0.00025274461950175464, + "E": 1.3867891084373696e-06, + "T": 3.5886534988094354e-07, + "P": 0.38368502259254456, + "-": 0.6160587072372437 + }, + "id": "tp_18719" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2339907, + "label": "-", + "classification": { + "B": 8.560683412150993e-12, + "S": 4.952148691117486e-10, + "I": 7.578518079753849e-08, + "C": 1.458730136683073e-09, + "R": 2.4517810004454077e-10, + "M": 5.3939782418410687e-08, + "O": 2.2390011622519523e-08, + "W": 3.0745536672149854e-10, + "N": 1.6674639446989659e-09, + "Y": 2.612378239064128e-06, + "U": 1.5185977475518087e-11, + "K": 5.421894599955124e-10, + "L": 1.7499812710042306e-10, + "G": 4.3254210879695165e-08, + "F": 0.00023021224478725344, + "E": 1.4508000845125935e-07, + "T": 3.957867193093989e-06, + "P": 0.07895917445421219, + "-": 0.9208037853240967 + }, + "id": "tp_18720" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2340007, + "label": "P", + "classification": { + "B": 2.8034994556946913e-06, + "S": 7.1220028985408135e-06, + "I": 0.00010788650251924992, + "C": 9.804401770452387e-07, + "R": 2.426803575872327e-07, + "M": 8.41213022795273e-06, + "O": 1.7470580132794566e-05, + "W": 7.966317525642808e-07, + "N": 2.67485884251073e-05, + "Y": 9.499087354924995e-06, + "U": 6.754187609203655e-08, + "K": 4.330290721554775e-07, + "L": 4.971259954800189e-07, + "G": 1.7516440493636765e-05, + "F": 0.0009473684476688504, + "E": 7.247496250784025e-05, + "T": 9.29990055738017e-05, + "P": 0.7972961664199829, + "-": 0.20139051973819733 + }, + "id": "tp_18721" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2340140, + "label": "P", + "classification": { + "B": 8.428774900259839e-10, + "S": 7.959863879136719e-10, + "I": 1.3119506547809578e-05, + "C": 9.22598619723658e-09, + "R": 3.6522102009328705e-10, + "M": 1.0950619611094226e-07, + "O": 9.35846689031905e-09, + "W": 6.020098308745503e-10, + "N": 2.1638311409333255e-07, + "Y": 9.745559736984433e-07, + "U": 2.1426667384805143e-10, + "K": 1.4735858755443587e-08, + "L": 3.4113517566325413e-10, + "G": 1.6202544372845296e-07, + "F": 5.3756233683088794e-05, + "E": 2.662898441485595e-05, + "T": 7.460964752681321e-07, + "P": 0.9349299073219299, + "-": 0.0649743378162384 + }, + "id": "tp_18722" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2340274, + "label": "-", + "classification": { + "B": 1.7949441932785248e-10, + "S": 3.4681832405958346e-10, + "I": 3.7663226066797506e-06, + "C": 7.65067564856281e-09, + "R": 2.2479357264515443e-10, + "M": 2.680780539776606e-07, + "O": 2.0714232107366115e-08, + "W": 4.3852313447168e-10, + "N": 5.3504663810599595e-08, + "Y": 3.783678721447359e-06, + "U": 1.1463805599243315e-10, + "K": 3.63041614548365e-08, + "L": 2.1231415237021878e-10, + "G": 3.1565090807816887e-07, + "F": 0.00015182196511887014, + "E": 4.355808414402418e-05, + "T": 1.4521243656417937e-06, + "P": 0.34344393014907837, + "-": 0.6563509106636047 + }, + "id": "tp_18723" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2340407, + "label": "-", + "classification": { + "B": 2.594760170615551e-11, + "S": 2.661425420324992e-11, + "I": 5.745056910200219e-07, + "C": 9.817592960814636e-09, + "R": 8.827495401320107e-10, + "M": 2.2734299776061562e-08, + "O": 1.0286590246266769e-08, + "W": 5.3572490193998235e-11, + "N": 3.5890976857189116e-09, + "Y": 5.824250820296584e-06, + "U": 5.03629950243667e-11, + "K": 6.817145181692297e-10, + "L": 1.5169067391074265e-10, + "G": 3.974963362907147e-07, + "F": 5.6825731007847935e-05, + "E": 1.923402521697426e-07, + "T": 2.2833141883893404e-06, + "P": 0.13065394759178162, + "-": 0.8692799210548401 + }, + "id": "tp_18724" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2340507, + "label": "-", + "classification": { + "B": 4.8659901949577034e-05, + "S": 1.7368765838909894e-05, + "I": 0.00011891399481100962, + "C": 1.2661986374951084e-06, + "R": 4.7643067091485136e-07, + "M": 0.00011503248242661357, + "O": 8.965516462922096e-05, + "W": 3.2842569908098085e-06, + "N": 9.955454515875317e-06, + "Y": 0.000137280163471587, + "U": 1.2732806453641388e-07, + "K": 1.2095756574126426e-06, + "L": 8.905308277462609e-06, + "G": 0.00048052266356535256, + "F": 0.01516767404973507, + "E": 0.0007404526695609093, + "T": 0.0002237491135019809, + "P": 0.28596600890159607, + "-": 0.6968694925308228 + }, + "id": "tp_18725" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2340641, + "label": "P", + "classification": { + "B": 2.688560243768734e-06, + "S": 2.965199428217602e-06, + "I": 0.002116374671459198, + "C": 2.3935946956044063e-05, + "R": 3.1035367555887206e-06, + "M": 6.445452891057357e-05, + "O": 1.4926953554095235e-05, + "W": 2.5286353775300086e-06, + "N": 0.00022740656277164817, + "Y": 0.00017857790226116776, + "U": 2.0550896806525998e-06, + "K": 2.7926929760724306e-05, + "L": 1.0829757002284168e-06, + "G": 0.0001247045729542151, + "F": 0.0012242717202752829, + "E": 0.0026553997304290533, + "T": 0.00015958644507918507, + "P": 0.9026142358779907, + "-": 0.09055379778146744 + }, + "id": "tp_18726" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2340774, + "label": "P", + "classification": { + "B": 1.519729721621843e-05, + "S": 2.5383831598446704e-05, + "I": 0.0024034464731812477, + "C": 0.0004306508635636419, + "R": 3.69124099961482e-05, + "M": 0.0002400543016847223, + "O": 0.00011982294381596148, + "W": 3.056162313441746e-05, + "N": 0.0005490130861289799, + "Y": 0.0013767199125140905, + "U": 1.7323694919468835e-05, + "K": 0.000555371050722897, + "L": 1.1979888768109959e-05, + "G": 0.0009774973150342703, + "F": 0.02715386264026165, + "E": 0.013122773729264736, + "T": 0.0006398133700713515, + "P": 0.6309205889701843, + "-": 0.3213731050491333 + }, + "id": "tp_18727" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2340908, + "label": "-", + "classification": { + "B": 3.6493708055473917e-09, + "S": 2.5827112670739893e-10, + "I": 2.071762992272852e-06, + "C": 1.2616062861070532e-07, + "R": 3.416125604616127e-09, + "M": 3.622947133408161e-07, + "O": 3.820273875021485e-08, + "W": 5.164675909163918e-10, + "N": 2.2191377624380948e-08, + "Y": 1.0335901606595144e-05, + "U": 7.784080047201769e-10, + "K": 5.117171575363955e-09, + "L": 2.230356122012722e-09, + "G": 2.9669699870282784e-06, + "F": 0.00015871705545578152, + "E": 6.430051598727005e-06, + "T": 7.3529854489606805e-06, + "P": 0.36711710691452026, + "-": 0.6326944828033447 + }, + "id": "tp_18728" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2341008, + "label": "P", + "classification": { + "B": 2.4833527277223766e-05, + "S": 1.0065500646305736e-05, + "I": 0.00023270270321518183, + "C": 1.310327115788823e-05, + "R": 1.9744568362511927e-06, + "M": 8.233218250097707e-05, + "O": 3.1684299756307155e-05, + "W": 3.878516963595757e-06, + "N": 2.3982116545084864e-05, + "Y": 0.00014032181934453547, + "U": 4.0865626260710997e-07, + "K": 2.5433023438381497e-06, + "L": 6.735376246069791e-06, + "G": 0.00026861130027100444, + "F": 0.011077316477894783, + "E": 0.0015135952271521091, + "T": 0.00010947175906039774, + "P": 0.6635127067565918, + "-": 0.3229437470436096 + }, + "id": "tp_18729" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2341141, + "label": "P", + "classification": { + "B": 9.249108146036633e-09, + "S": 1.3679701815760836e-08, + "I": 7.27767292119097e-06, + "C": 5.0187857425498805e-08, + "R": 2.6053399437842018e-09, + "M": 1.0493545232748147e-06, + "O": 1.7705932009448588e-07, + "W": 6.2222431651548504e-09, + "N": 1.844579031740068e-07, + "Y": 1.2458571291062981e-05, + "U": 1.5516743445687098e-09, + "K": 1.4161591010974917e-08, + "L": 1.026105422852197e-08, + "G": 1.1819291785286623e-06, + "F": 0.00025469568208791316, + "E": 1.4576369721908122e-05, + "T": 9.422958100913092e-06, + "P": 0.6129681468009949, + "-": 0.3867306113243103 + }, + "id": "tp_18730" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2341275, + "label": "P", + "classification": { + "B": 1.8829958889909904e-06, + "S": 2.5288784399890574e-07, + "I": 4.5932036300655454e-05, + "C": 2.688457243493758e-07, + "R": 5.2952191964550366e-08, + "M": 3.1293143365473952e-06, + "O": 5.917020644119475e-06, + "W": 2.0054243066169875e-07, + "N": 1.585827476446866e-06, + "Y": 1.129282645706553e-05, + "U": 1.6127218671613264e-08, + "K": 6.906685889873643e-09, + "L": 3.3207609817509365e-07, + "G": 4.210037332086358e-06, + "F": 0.0002305505913682282, + "E": 2.906272311520297e-05, + "T": 2.0241643142071553e-05, + "P": 0.5562544465065002, + "-": 0.4433906078338623 + }, + "id": "tp_18731" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2341408, + "label": "-", + "classification": { + "B": 9.832135816623122e-08, + "S": 1.133531224439821e-08, + "I": 1.6731432879169006e-06, + "C": 7.1734733708694876e-09, + "R": 5.483770659786558e-10, + "M": 3.8646376196993515e-06, + "O": 3.594306576815143e-07, + "W": 3.014089866582026e-09, + "N": 1.4780623835974893e-08, + "Y": 4.4947023525310215e-06, + "U": 9.954681523538511e-11, + "K": 2.1892124224542897e-10, + "L": 2.244963859254767e-08, + "G": 2.060579845419852e-06, + "F": 0.00032404460944235325, + "E": 1.3296576980792452e-05, + "T": 5.394728304963792e-06, + "P": 0.25127291679382324, + "-": 0.7483717203140259 + }, + "id": "tp_18732" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2341508, + "label": "P", + "classification": { + "B": 2.9150969567126594e-06, + "S": 3.419767153900466e-07, + "I": 0.0002685877261683345, + "C": 1.6881957662917557e-06, + "R": 8.980432397720506e-08, + "M": 2.212189428973943e-05, + "O": 3.422512691031443e-06, + "W": 4.1297028019471327e-07, + "N": 1.8729773728409782e-05, + "Y": 9.425078314961866e-05, + "U": 1.8514795385726757e-07, + "K": 1.6953495105553884e-06, + "L": 3.357075684107258e-07, + "G": 3.7564172089332715e-05, + "F": 0.0007318318239413202, + "E": 0.0021919775754213333, + "T": 3.565755105228163e-05, + "P": 0.8647916913032532, + "-": 0.13179652392864227 + }, + "id": "tp_18733" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2341642, + "label": "P", + "classification": { + "B": 2.2695099133329677e-08, + "S": 2.9424742642447654e-09, + "I": 4.374903710413491e-06, + "C": 6.304858413130887e-09, + "R": 2.1424978458028932e-10, + "M": 1.6553960335841111e-07, + "O": 4.321353586078658e-08, + "W": 9.225219477215774e-10, + "N": 1.8649927824299084e-07, + "Y": 2.5316026608379616e-07, + "U": 9.518126564689311e-11, + "K": 5.281576287430312e-10, + "L": 8.943674689732006e-10, + "G": 2.6997929580829805e-07, + "F": 1.863494071585592e-05, + "E": 1.2021610018564388e-05, + "T": 6.601118229809799e-07, + "P": 0.9379371404647827, + "-": 0.06202618032693863 + }, + "id": "tp_18734" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2341775, + "label": "-", + "classification": { + "B": 5.5926641095993546e-09, + "S": 3.654464819646819e-08, + "I": 8.607992185716284e-07, + "C": 8.493547909438348e-08, + "R": 5.931439783779524e-09, + "M": 1.4260341458793846e-06, + "O": 7.198106573014229e-07, + "W": 1.8932372114477403e-08, + "N": 9.903048692194716e-08, + "Y": 3.19449718517717e-05, + "U": 3.874073062348771e-09, + "K": 2.6293046175851487e-06, + "L": 1.823655715327277e-08, + "G": 8.609245014667977e-06, + "F": 0.0053035118617117405, + "E": 1.4071916666580364e-05, + "T": 3.133157952106558e-05, + "P": 0.028049945831298828, + "-": 0.9665545225143433 + }, + "id": "tp_18735" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2341875, + "label": "P", + "classification": { + "B": 3.249605697419611e-06, + "S": 2.0424879494385095e-06, + "I": 0.000382788508431986, + "C": 1.6420900692537543e-06, + "R": 6.574191502295434e-07, + "M": 3.4994372981600463e-05, + "O": 2.595382829895243e-05, + "W": 1.5395071386592463e-06, + "N": 1.665479976509232e-05, + "Y": 4.5765664253849536e-05, + "U": 1.608460422630742e-07, + "K": 1.0638937055773567e-06, + "L": 1.845100314312731e-06, + "G": 6.370570190483704e-05, + "F": 0.0015671264845877886, + "E": 0.00024184385256376117, + "T": 9.298856457462534e-05, + "P": 0.5913442373275757, + "-": 0.4061717391014099 + }, + "id": "tp_18736" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2342009, + "label": "P", + "classification": { + "B": 6.354022161758621e-07, + "S": 2.437874400129658e-06, + "I": 0.008960360661149025, + "C": 9.65216095210053e-05, + "R": 1.0691035640775226e-05, + "M": 5.6217555538751185e-05, + "O": 1.7557751561980695e-05, + "W": 2.454971308907261e-06, + "N": 0.00020518196106422693, + "Y": 0.0008518501417711377, + "U": 2.044520215349621e-06, + "K": 5.659887847286882e-06, + "L": 4.180940322839888e-06, + "G": 0.00014268288214225322, + "F": 0.001095290994271636, + "E": 0.0016024003271013498, + "T": 0.0005422919057309628, + "P": 0.706549882888794, + "-": 0.27985164523124695 + }, + "id": "tp_18737" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2342142, + "label": "P", + "classification": { + "B": 9.163230885178564e-08, + "S": 3.6285669580138347e-08, + "I": 0.00032944907434284687, + "C": 3.775437562580919e-08, + "R": 4.20067536310853e-09, + "M": 1.2701200375886401e-06, + "O": 1.6836283123211615e-07, + "W": 7.3025381297497916e-09, + "N": 1.2119528946641367e-05, + "Y": 7.793382792442571e-07, + "U": 1.41456302227283e-09, + "K": 2.7669504465421824e-09, + "L": 6.020243414894821e-09, + "G": 1.1399351933505386e-06, + "F": 4.075076503795572e-06, + "E": 3.518841913319193e-05, + "T": 6.1950518102094065e-06, + "P": 0.9940218329429626, + "-": 0.005587638355791569 + }, + "id": "tp_18738" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2342276, + "label": "-", + "classification": { + "B": 3.3995584125534606e-10, + "S": 1.5927455188080586e-10, + "I": 6.34697912005322e-08, + "C": 1.0083025525631228e-09, + "R": 6.958163212278379e-11, + "M": 1.286865103367063e-08, + "O": 1.7546502917298312e-08, + "W": 1.3005189980486165e-10, + "N": 7.636805077204656e-10, + "Y": 3.857989838706999e-07, + "U": 8.893902975204426e-12, + "K": 1.7291924836460026e-10, + "L": 2.39420677727864e-10, + "G": 1.7106914640407922e-07, + "F": 0.00020673396647907794, + "E": 1.383684633537996e-07, + "T": 2.9770242804261215e-07, + "P": 0.12943901121616364, + "-": 0.8703531622886658 + }, + "id": "tp_18739" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2342376, + "label": "P", + "classification": { + "B": 1.0378735197658084e-11, + "S": 3.277839371457203e-12, + "I": 2.6611837711243425e-07, + "C": 1.0032962238781806e-09, + "R": 6.309915263902344e-12, + "M": 8.994952338525763e-09, + "O": 1.100110003093846e-09, + "W": 5.604848182794164e-12, + "N": 1.9963015684965058e-09, + "Y": 1.3703878209980758e-07, + "U": 4.77484414854179e-12, + "K": 1.0894183471998886e-10, + "L": 1.5965081687219218e-11, + "G": 6.866326884846785e-08, + "F": 2.2931631974643096e-05, + "E": 9.80364916358667e-07, + "T": 3.20338870096748e-07, + "P": 0.5905227065086365, + "-": 0.40945255756378174 + }, + "id": "tp_18740" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2342509, + "label": "P", + "classification": { + "B": 3.1710296610754085e-09, + "S": 4.598973202263323e-09, + "I": 2.7488973501021974e-05, + "C": 8.235437576331606e-08, + "R": 6.953566167311465e-09, + "M": 3.714419563038973e-07, + "O": 1.021061137862489e-07, + "W": 8.966031472823488e-09, + "N": 1.209263473356259e-06, + "Y": 1.7958094758796506e-05, + "U": 6.815898512257945e-09, + "K": 1.729834252728324e-06, + "L": 1.7743136959680328e-09, + "G": 1.8415920521874796e-06, + "F": 0.0003944113850593567, + "E": 0.00012142871128162369, + "T": 6.023583409842104e-06, + "P": 0.768692135810852, + "-": 0.23073522746562958 + }, + "id": "tp_18741" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2342643, + "label": "-", + "classification": { + "B": 4.812022308398056e-12, + "S": 4.291645706346048e-13, + "I": 4.818886623070284e-07, + "C": 6.338751035173118e-08, + "R": 9.793980071393094e-10, + "M": 6.96071689176847e-09, + "O": 2.255443387610967e-09, + "W": 1.3563492343160455e-11, + "N": 5.384478418690719e-10, + "Y": 7.773124934828957e-07, + "U": 2.820304406681018e-11, + "K": 3.869529002775707e-11, + "L": 1.4009861326602646e-10, + "G": 2.3851873720559524e-07, + "F": 1.542878453619778e-05, + "E": 1.2805961091544305e-07, + "T": 3.634493737081357e-07, + "P": 0.08457528054714203, + "-": 0.9154073596000671 + }, + "id": "tp_18742" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2342776, + "label": "P", + "classification": { + "B": 4.031041472840613e-11, + "S": 1.5834947242332476e-10, + "I": 8.69912412326812e-07, + "C": 2.58715576739732e-10, + "R": 2.4206762896245015e-12, + "M": 1.8223218489765713e-08, + "O": 2.8969808774093053e-09, + "W": 1.165659322538426e-11, + "N": 3.185677854844471e-08, + "Y": 6.668103935680847e-08, + "U": 2.9867993928817116e-12, + "K": 1.5448199663925521e-10, + "L": 1.1986718909118288e-11, + "G": 1.728465548467284e-08, + "F": 4.012652425444685e-06, + "E": 3.618784376158146e-06, + "T": 3.6658346402873576e-07, + "P": 0.8705922961235046, + "-": 0.1293986588716507 + }, + "id": "tp_18743" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2342876, + "label": "P", + "classification": { + "B": 1.2331849430502473e-10, + "S": 3.881010790518502e-11, + "I": 1.0165578032683698e-06, + "C": 5.779857703558378e-10, + "R": 3.356665986831153e-11, + "M": 4.981439261086962e-09, + "O": 5.03549912878043e-09, + "W": 5.019288457086546e-11, + "N": 1.4803740455704428e-08, + "Y": 9.027455405430374e-08, + "U": 2.1209553210943533e-11, + "K": 1.0741433437155834e-10, + "L": 3.8667204854681e-11, + "G": 1.7740886093520203e-08, + "F": 2.4249866328318603e-06, + "E": 4.812758334082901e-07, + "T": 6.603314091080392e-07, + "P": 0.8103277087211609, + "-": 0.18966761231422424 + }, + "id": "tp_18744" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2343010, + "label": "-", + "classification": { + "B": 7.424195036520587e-09, + "S": 2.1067663169560547e-09, + "I": 7.143399670894723e-06, + "C": 1.8922619346994907e-06, + "R": 1.0732505018040683e-07, + "M": 8.748349387133203e-07, + "O": 2.580111981842492e-07, + "W": 5.195235797117448e-09, + "N": 1.0215432411087022e-07, + "Y": 6.915011908859015e-05, + "U": 6.103762384412903e-09, + "K": 7.287799519417604e-08, + "L": 1.1383511022700077e-08, + "G": 1.3907237189414445e-05, + "F": 0.0003651681763585657, + "E": 9.875571777229197e-06, + "T": 1.3782019777863752e-05, + "P": 0.14153870940208435, + "-": 0.857978880405426 + }, + "id": "tp_18745" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2343143, + "label": "P", + "classification": { + "B": 8.45611081157216e-12, + "S": 2.8128600794083414e-13, + "I": 7.177447400863457e-07, + "C": 1.9056884958956744e-09, + "R": 1.462529056195372e-11, + "M": 2.4473632009858193e-09, + "O": 2.66456384734326e-10, + "W": 8.776120563776246e-13, + "N": 8.92779683514533e-10, + "Y": 2.626380002368478e-08, + "U": 9.987036154665563e-13, + "K": 8.356792905242494e-13, + "L": 1.2559450007776363e-11, + "G": 3.295412653869789e-08, + "F": 2.2595602331421105e-06, + "E": 3.2286007467519084e-07, + "T": 5.07105220037829e-08, + "P": 0.7678154706954956, + "-": 0.2321811467409134 + }, + "id": "tp_18746" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2343277, + "label": "P", + "classification": { + "B": 1.3498744522166817e-07, + "S": 2.3097534995741853e-09, + "I": 1.0102121450472623e-05, + "C": 1.0670255790046212e-08, + "R": 1.4977655782288934e-09, + "M": 2.0671707545716345e-07, + "O": 2.2258383580719965e-07, + "W": 1.91479454514365e-09, + "N": 4.587323232385643e-08, + "Y": 2.8341639790596673e-07, + "U": 2.3381560576574145e-10, + "K": 2.8182439021362526e-12, + "L": 3.32890266463437e-08, + "G": 8.691958441886527e-07, + "F": 3.8563985071959905e-06, + "E": 1.0524333902139915e-06, + "T": 3.275487188147963e-06, + "P": 0.7873460054397583, + "-": 0.21263399720191956 + }, + "id": "tp_18747" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2343377, + "label": "-", + "classification": { + "B": 9.57796544298617e-08, + "S": 2.787453290409303e-08, + "I": 1.01200639619492e-05, + "C": 1.538562628411455e-07, + "R": 4.517145058002825e-08, + "M": 2.974812218781153e-07, + "O": 1.0002070212067338e-06, + "W": 2.8932564788419768e-08, + "N": 2.731387951371289e-07, + "Y": 2.329447670490481e-05, + "U": 5.522339918684338e-09, + "K": 3.432277040360532e-08, + "L": 2.7068811192521025e-08, + "G": 8.317236279253848e-06, + "F": 0.00022943229123484343, + "E": 4.169934527453734e-06, + "T": 1.4660179658676498e-05, + "P": 0.21347054839134216, + "-": 0.7862374782562256 + }, + "id": "tp_18748" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2343510, + "label": "P", + "classification": { + "B": 2.9467126516635744e-09, + "S": 6.610294343151191e-12, + "I": 2.2019960965735663e-08, + "C": 8.500844993208911e-12, + "R": 9.434799133362787e-14, + "M": 2.22183182962965e-09, + "O": 2.193744963463473e-09, + "W": 2.9007193782376595e-12, + "N": 5.588833909553337e-11, + "Y": 1.4445450169375817e-08, + "U": 2.514952120527287e-14, + "K": 5.832020471071989e-15, + "L": 2.3162674903098868e-11, + "G": 9.873005524241307e-09, + "F": 1.3775876368526951e-06, + "E": 5.7167852673956077e-08, + "T": 7.504112886635994e-09, + "P": 0.5712260603904724, + "-": 0.4287724792957306 + }, + "id": "tp_18749" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2343644, + "label": "-", + "classification": { + "B": 5.795691777166212e-06, + "S": 1.234747287526261e-06, + "I": 0.00021462494623847306, + "C": 1.7361051504849456e-05, + "R": 2.1091454982524738e-06, + "M": 0.0002097853721352294, + "O": 3.898838258464821e-05, + "W": 7.076377528392186e-07, + "N": 6.784365268686088e-06, + "Y": 0.0004841983027290553, + "U": 4.363456582723302e-07, + "K": 3.8544015978914103e-08, + "L": 1.4134750017547049e-05, + "G": 0.00022470095427706838, + "F": 0.001380817499011755, + "E": 0.00011592345254030079, + "T": 0.0008345772512257099, + "P": 0.28396740555763245, + "-": 0.7124803066253662 + }, + "id": "tp_18750" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2343777, + "label": "P", + "classification": { + "B": 4.6024175581749205e-09, + "S": 2.543102617380555e-09, + "I": 9.216843864123803e-06, + "C": 2.8756250713968257e-08, + "R": 5.039678674378933e-10, + "M": 1.345077293990471e-07, + "O": 1.9745023394079908e-08, + "W": 7.381846800491587e-10, + "N": 3.824219447778887e-07, + "Y": 1.9012431948794983e-06, + "U": 6.662433382764732e-10, + "K": 1.7624302017793525e-08, + "L": 5.857547780152572e-10, + "G": 2.968403123304597e-07, + "F": 4.952108793077059e-05, + "E": 2.507054159650579e-05, + "T": 2.4305450097017456e-06, + "P": 0.8799871802330017, + "-": 0.11992383003234863 + }, + "id": "tp_18751" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2343877, + "label": "-", + "classification": { + "B": 1.165400154851115e-11, + "S": 1.205939536598477e-12, + "I": 1.3023782940990714e-08, + "C": 9.22494892974246e-12, + "R": 3.614035611575195e-13, + "M": 4.18062517937301e-09, + "O": 5.1348153506936e-10, + "W": 6.589991681689444e-13, + "N": 2.4502462558917415e-11, + "Y": 5.140278602766557e-08, + "U": 2.5998905515988747e-14, + "K": 2.9312213463764114e-13, + "L": 3.4867074505395834e-12, + "G": 6.094049709304272e-09, + "F": 1.26440781968995e-05, + "E": 3.383051350169808e-08, + "T": 4.275835152611762e-08, + "P": 0.1277337521314621, + "-": 0.8722534775733948 + }, + "id": "tp_18752" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2344011, + "label": "P", + "classification": { + "B": 1.1213390962439007e-06, + "S": 2.0719726308016106e-06, + "I": 0.0009852552320808172, + "C": 7.945700986056181e-07, + "R": 2.6852606538341206e-07, + "M": 7.021073543000966e-06, + "O": 5.2831969696853776e-06, + "W": 4.6438051981567696e-07, + "N": 5.669121674145572e-05, + "Y": 1.4659126463811845e-05, + "U": 5.256480051230028e-08, + "K": 1.3210568283739121e-07, + "L": 3.848021492558473e-07, + "G": 8.022371730476152e-06, + "F": 0.00014710138202644885, + "E": 9.329658496426418e-05, + "T": 5.779270577477291e-05, + "P": 0.942287802696228, + "-": 0.05633170157670975 + }, + "id": "tp_18753" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2344144, + "label": "-", + "classification": { + "B": 4.8315591527625656e-08, + "S": 4.0646018106826887e-08, + "I": 4.0420254663331434e-05, + "C": 6.4959153860399965e-06, + "R": 6.121206297393655e-07, + "M": 1.8002114302362315e-05, + "O": 2.3700927158643026e-06, + "W": 8.33108586562048e-08, + "N": 2.0309651063143974e-06, + "Y": 0.000530251010786742, + "U": 1.0754342127938799e-07, + "K": 5.260376838123193e-06, + "L": 1.4377455670455674e-07, + "G": 4.359614831628278e-05, + "F": 0.0029802508652210236, + "E": 9.15474010980688e-05, + "T": 0.0001530516892671585, + "P": 0.07670387625694275, + "-": 0.9194218516349792 + }, + "id": "tp_18754" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2344278, + "label": "-", + "classification": { + "B": 1.1574341485243167e-08, + "S": 2.775724894377163e-08, + "I": 4.165019345236942e-05, + "C": 2.359758809689083e-06, + "R": 1.2175416941317962e-07, + "M": 4.708218057203339e-06, + "O": 1.256166115126689e-06, + "W": 3.596359832158669e-08, + "N": 1.3825763289787574e-06, + "Y": 9.460352885071188e-05, + "U": 2.4636534590172232e-08, + "K": 2.160439294129901e-07, + "L": 6.568564003828214e-08, + "G": 9.918359864968807e-06, + "F": 0.0010914088925346732, + "E": 3.415110404603183e-05, + "T": 7.042255310807377e-05, + "P": 0.1922139674425125, + "-": 0.8064336180686951 + }, + "id": "tp_18755" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2344378, + "label": "-", + "classification": { + "B": 5.701433474314399e-05, + "S": 4.5671662519453093e-05, + "I": 0.002892895834520459, + "C": 0.00014789238048251718, + "R": 4.7478697524638847e-05, + "M": 0.000566357746720314, + "O": 0.00030579118174500763, + "W": 5.318762123351917e-05, + "N": 0.0002910722978413105, + "Y": 0.0018524060724303126, + "U": 1.102965234167641e-05, + "K": 0.00010294918320141733, + "L": 5.390703518060036e-05, + "G": 0.001120994915254414, + "F": 0.025557255372405052, + "E": 0.002643423154950142, + "T": 0.0009556544828228652, + "P": 0.45864197611808777, + "-": 0.5046529769897461 + }, + "id": "tp_18756" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2344511, + "label": "P", + "classification": { + "B": 1.0947054107646181e-07, + "S": 1.1710490355198999e-08, + "I": 1.6180008969968185e-05, + "C": 9.377948799738078e-07, + "R": 1.480305211742916e-08, + "M": 1.1130379107271438e-06, + "O": 2.3838796892050595e-07, + "W": 1.195036869461319e-08, + "N": 6.304667294898536e-07, + "Y": 1.4850032130198088e-05, + "U": 2.4912932161669232e-08, + "K": 4.181390238500171e-07, + "L": 1.6648726841594907e-08, + "G": 5.381547452998348e-06, + "F": 0.0007385028293356299, + "E": 0.0001665117306401953, + "T": 1.13428786789882e-05, + "P": 0.5489938259124756, + "-": 0.4500499665737152 + }, + "id": "tp_18757" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2344645, + "label": "-", + "classification": { + "B": 8.77161451112718e-12, + "S": 3.4114055330602966e-11, + "I": 1.2239128182045533e-06, + "C": 1.2285183981219916e-09, + "R": 1.2247182434865778e-10, + "M": 3.877499654691974e-09, + "O": 3.3570084490008867e-09, + "W": 2.3490193123976155e-10, + "N": 2.8799375328958376e-08, + "Y": 5.066319772595307e-06, + "U": 1.0786435633569624e-10, + "K": 9.191632557303819e-07, + "L": 5.611969656343918e-12, + "G": 1.775959930228055e-07, + "F": 0.00010795606794999912, + "E": 8.392850759264547e-06, + "T": 6.08826042025612e-07, + "P": 0.3489229679107666, + "-": 0.6509526371955872 + }, + "id": "tp_18758" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2344778, + "label": "-", + "classification": { + "B": 1.9024801645173284e-07, + "S": 1.1103970365411442e-07, + "I": 0.0003124396607745439, + "C": 2.2426658688345924e-05, + "R": 1.3615843954539741e-06, + "M": 2.6538635211181827e-05, + "O": 6.35545029581408e-06, + "W": 3.5004978826691513e-07, + "N": 1.5358782547991723e-05, + "Y": 0.00039550219662487507, + "U": 4.723327435840474e-07, + "K": 3.0140949093038216e-05, + "L": 2.2728572446339967e-07, + "G": 0.00012312662147451192, + "F": 0.001970867859199643, + "E": 0.0006201607757247984, + "T": 0.00014125909365247935, + "P": 0.2531394064426422, + "-": 0.7431936860084534 + }, + "id": "tp_18759" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2344878, + "label": "-", + "classification": { + "B": 1.630414203646069e-08, + "S": 6.116829709412741e-09, + "I": 9.022346785059199e-05, + "C": 1.3566858569902251e-06, + "R": 7.182975991781859e-08, + "M": 7.578137228847481e-06, + "O": 6.107882200012682e-07, + "W": 1.9808174656077426e-08, + "N": 1.1166619060531957e-06, + "Y": 0.00011922555131604895, + "U": 1.6316212381184414e-08, + "K": 3.398238845875312e-07, + "L": 4.433531941572255e-08, + "G": 1.5926802007015795e-05, + "F": 0.0003349176258780062, + "E": 0.00012774905189871788, + "T": 3.425541945034638e-05, + "P": 0.2967728078365326, + "-": 0.7024936676025391 + }, + "id": "tp_18760" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2345012, + "label": "-", + "classification": { + "B": 1.6015043735606582e-09, + "S": 7.08173919505839e-09, + "I": 2.3308688469114713e-05, + "C": 4.129666706376156e-07, + "R": 3.593969566395572e-08, + "M": 1.6060217831181944e-06, + "O": 4.2001315136985795e-07, + "W": 2.0944932899169544e-08, + "N": 5.240354994384688e-07, + "Y": 0.0001919046335387975, + "U": 2.4526372044419986e-08, + "K": 2.3335389869316714e-06, + "L": 1.9735253431463207e-08, + "G": 1.592653825355228e-05, + "F": 0.0005671186954714358, + "E": 2.911266710725613e-05, + "T": 0.00010140226368093863, + "P": 0.06331458687782288, + "-": 0.9357513189315796 + }, + "id": "tp_18761" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2345145, + "label": "-", + "classification": { + "B": 1.5428424093855142e-09, + "S": 5.902092148346583e-09, + "I": 2.8645177735597827e-05, + "C": 8.126464308588766e-06, + "R": 6.926453011146805e-07, + "M": 1.0753835795185296e-06, + "O": 9.851293043539044e-07, + "W": 3.941516624195174e-08, + "N": 9.636285085434793e-07, + "Y": 0.00021793255291413516, + "U": 2.4429640532730446e-08, + "K": 5.9458539908519015e-05, + "L": 1.822103357085325e-08, + "G": 5.111714926897548e-05, + "F": 0.004365523811429739, + "E": 0.0001161649779533036, + "T": 2.3014083126327023e-05, + "P": 0.03919519856572151, + "-": 0.9559308886528015 + }, + "id": "tp_18762" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2345279, + "label": "-", + "classification": { + "B": 1.5314996062443242e-06, + "S": 1.0804463954627863e-06, + "I": 0.0004458161711227149, + "C": 1.0291405487805605e-05, + "R": 1.8717659031608491e-06, + "M": 0.00018460767751093954, + "O": 1.4804339116381016e-05, + "W": 9.705585171104758e-07, + "N": 1.625808363314718e-05, + "Y": 0.0012999423779547215, + "U": 4.899394525637035e-07, + "K": 1.2727740795526188e-05, + "L": 1.2925947885378264e-06, + "G": 0.00023231518571265042, + "F": 0.002752043539658189, + "E": 0.0009733124752528965, + "T": 0.0009662737138569355, + "P": 0.2890978157520294, + "-": 0.7039865255355835 + }, + "id": "tp_18763" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2345379, + "label": "-", + "classification": { + "B": 9.97698634819244e-08, + "S": 1.0375602244039328e-07, + "I": 0.0001653359504416585, + "C": 7.508793714805506e-06, + "R": 3.392490839360107e-07, + "M": 6.232873602129985e-06, + "O": 3.7134727790544275e-06, + "W": 4.3803939320241625e-07, + "N": 2.5525185264996253e-05, + "Y": 0.0003719173837453127, + "U": 2.3581847585774085e-07, + "K": 0.00031806257902644575, + "L": 6.33106864711408e-08, + "G": 0.00017264048801735044, + "F": 0.0032256769482046366, + "E": 0.003717847866937518, + "T": 0.00011059796815970913, + "P": 0.3352424204349518, + "-": 0.656631350517273 + }, + "id": "tp_18764" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2345512, + "label": "-", + "classification": { + "B": 3.867016429293102e-11, + "S": 1.8939122839456424e-11, + "I": 3.831431456546852e-07, + "C": 1.87436555165732e-08, + "R": 4.125104702268345e-10, + "M": 1.7691421660970263e-08, + "O": 9.046982718530217e-09, + "W": 6.469268870601397e-11, + "N": 7.858040440567038e-09, + "Y": 8.601927220297512e-06, + "U": 1.0443294840012385e-10, + "K": 6.177162248377499e-08, + "L": 2.891266392968106e-11, + "G": 4.1336645040246367e-07, + "F": 4.463214645511471e-05, + "E": 2.3006728042673785e-06, + "T": 1.1116883342765504e-06, + "P": 0.026357503607869148, + "-": 0.9735848903656006 + }, + "id": "tp_18765" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2345646, + "label": "-", + "classification": { + "B": 5.682530002104613e-09, + "S": 1.3684923194645648e-09, + "I": 7.325441515604325e-07, + "C": 3.910672319307196e-08, + "R": 2.43179631986834e-09, + "M": 4.2021804347314173e-07, + "O": 1.485317255855989e-07, + "W": 2.352011030382073e-09, + "N": 1.4382170121507443e-08, + "Y": 1.5048982277221512e-05, + "U": 4.880514881122622e-10, + "K": 4.243327111908002e-08, + "L": 2.9601494588860078e-09, + "G": 4.737897597806295e-06, + "F": 0.00033330361475236714, + "E": 3.583436637200066e-06, + "T": 6.900282642163802e-06, + "P": 0.039929553866386414, + "-": 0.9597053527832031 + }, + "id": "tp_18766" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2345779, + "label": "P", + "classification": { + "B": 1.630899681970277e-08, + "S": 1.274404759499248e-08, + "I": 0.0005901996046304703, + "C": 9.474571015744004e-06, + "R": 7.181611181295011e-07, + "M": 7.049960458971327e-06, + "O": 7.896142051322386e-07, + "W": 2.3748421895675165e-08, + "N": 1.4675076272396836e-05, + "Y": 0.0003788104804698378, + "U": 5.112229573001059e-08, + "K": 3.387191782167065e-06, + "L": 2.4919673435874756e-08, + "G": 5.94275988987647e-05, + "F": 0.0003596765745896846, + "E": 0.00036822870606556535, + "T": 6.493820546893403e-05, + "P": 0.5805877447128296, + "-": 0.4175547957420349 + }, + "id": "tp_18767" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2345879, + "label": "-", + "classification": { + "B": 2.4757639494055184e-08, + "S": 2.2853356540508685e-08, + "I": 9.757346560945734e-06, + "C": 2.8089917236684414e-07, + "R": 1.849521247265784e-08, + "M": 9.71241661318345e-07, + "O": 4.4316396952126524e-07, + "W": 1.7034624377743057e-08, + "N": 3.9495213854934264e-07, + "Y": 9.298337681684643e-05, + "U": 1.0089986623995628e-08, + "K": 9.61086016104673e-07, + "L": 1.6490508514266367e-08, + "G": 1.218170018546516e-05, + "F": 0.001415527076460421, + "E": 3.322178963571787e-05, + "T": 2.8033691705786623e-05, + "P": 0.10799050331115723, + "-": 0.8904146552085876 + }, + "id": "tp_18768" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2346013, + "label": "P", + "classification": { + "B": 7.306700244846809e-10, + "S": 8.713175736474454e-10, + "I": 1.2357836567389313e-05, + "C": 6.065254609666226e-08, + "R": 1.6524643875470701e-09, + "M": 2.1172786546230782e-07, + "O": 4.37986038548388e-08, + "W": 2.4593158620689337e-09, + "N": 3.326804005610029e-07, + "Y": 7.120805548765929e-06, + "U": 1.3414750421603117e-09, + "K": 9.165028131974395e-07, + "L": 4.2694706103851843e-10, + "G": 2.170480684071663e-06, + "F": 0.0001733437820803374, + "E": 6.734668568242341e-05, + "T": 5.677006356563652e-06, + "P": 0.5352148413658142, + "-": 0.4645156264305115 + }, + "id": "tp_18769" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2346146, + "label": "-", + "classification": { + "B": 1.7295128884597943e-07, + "S": 8.831700881728466e-08, + "I": 3.2125291909324005e-05, + "C": 5.824571758239472e-07, + "R": 1.8865989659389015e-07, + "M": 8.914688805816695e-06, + "O": 2.5876779545797035e-06, + "W": 1.6758856702381308e-07, + "N": 7.382453190984961e-07, + "Y": 0.00029840259230695665, + "U": 2.2405208355280593e-08, + "K": 6.5267363424936775e-06, + "L": 7.680523594899569e-08, + "G": 8.059071114985272e-05, + "F": 0.002591672819107771, + "E": 0.00018391957564745098, + "T": 8.189332584151998e-05, + "P": 0.05296725034713745, + "-": 0.9437441825866699 + }, + "id": "tp_18770" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2346280, + "label": "-", + "classification": { + "B": 2.0758181840108136e-09, + "S": 1.1359412299682958e-09, + "I": 0.0002154658577637747, + "C": 1.4118029412202304e-06, + "R": 5.07506747737807e-08, + "M": 4.823058930014668e-07, + "O": 1.483884233266508e-07, + "W": 4.3917927072811835e-09, + "N": 2.2269591681833845e-06, + "Y": 2.7555282940738834e-05, + "U": 2.015025479806809e-08, + "K": 4.84113286347565e-07, + "L": 4.598557978852114e-09, + "G": 4.207603524264414e-06, + "F": 6.914625555509701e-05, + "E": 6.32515293546021e-05, + "T": 1.0059507076221053e-05, + "P": 0.4155101776123047, + "-": 0.584095299243927 + }, + "id": "tp_18771" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2346380, + "label": "P", + "classification": { + "B": 4.3674674543581204e-07, + "S": 7.808964141986507e-07, + "I": 0.0038039679639041424, + "C": 4.0225637349067256e-05, + "R": 2.919078042395995e-06, + "M": 0.00011357989569660276, + "O": 9.915523150993977e-06, + "W": 9.364815696244477e-07, + "N": 0.00029962026746943593, + "Y": 0.002190980827435851, + "U": 3.41046245466714e-07, + "K": 0.0010573939653113484, + "L": 2.852440843525983e-07, + "G": 0.0019445893121883273, + "F": 0.006263135001063347, + "E": 0.04180438816547394, + "T": 0.0004666823078878224, + "P": 0.6597447991371155, + "-": 0.28225505352020264 + }, + "id": "tp_18772" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2346513, + "label": "P", + "classification": { + "B": 2.944557486728172e-09, + "S": 3.333363585156235e-09, + "I": 3.464124529273249e-05, + "C": 4.3190055976083386e-08, + "R": 2.693412604060086e-09, + "M": 1.0060801969302702e-06, + "O": 8.212980162625172e-08, + "W": 1.7683012831781753e-09, + "N": 7.155749699450098e-07, + "Y": 1.2756788237311412e-05, + "U": 8.015131891525584e-10, + "K": 8.03991397901882e-08, + "L": 1.881707900608376e-09, + "G": 1.7997498389377142e-06, + "F": 0.00012240205251146108, + "E": 4.764880213770084e-05, + "T": 8.124251507979352e-06, + "P": 0.7539096474647522, + "-": 0.2458609789609909 + }, + "id": "tp_18773" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2346647, + "label": "-", + "classification": { + "B": 7.103487860149471e-07, + "S": 2.912258878495777e-07, + "I": 0.0004693191731348634, + "C": 2.570623291830998e-05, + "R": 2.8059707801730838e-06, + "M": 0.00013763827155344188, + "O": 1.3066117389826104e-05, + "W": 7.157589152484434e-07, + "N": 1.7312813724856824e-05, + "Y": 0.0019353076349943876, + "U": 9.754385246196762e-07, + "K": 4.2397776269353926e-05, + "L": 1.1346838846293394e-06, + "G": 0.0005306511884555221, + "F": 0.001880996162071824, + "E": 0.0013933742884546518, + "T": 0.0006924706976860762, + "P": 0.12555254995822906, + "-": 0.8673025965690613 + }, + "id": "tp_18774" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2346780, + "label": "P", + "classification": { + "B": 1.2210854038130492e-05, + "S": 1.5266159607563168e-05, + "I": 0.012936646118760109, + "C": 0.00039695276063866913, + "R": 5.7452569308225065e-05, + "M": 0.000717187998816371, + "O": 0.00011919569806195796, + "W": 2.007031798711978e-05, + "N": 0.0006238038768060505, + "Y": 0.00429360568523407, + "U": 3.0856790544930845e-05, + "K": 9.31990725803189e-05, + "L": 3.492199903121218e-05, + "G": 0.0009607750689610839, + "F": 0.0026650375220924616, + "E": 0.004145101644098759, + "T": 0.0029445441905409098, + "P": 0.49875694513320923, + "-": 0.47117626667022705 + }, + "id": "tp_18775" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2346880, + "label": "-", + "classification": { + "B": 1.0207924283633929e-08, + "S": 7.908802501788159e-09, + "I": 3.716001447173767e-05, + "C": 1.995108959818026e-06, + "R": 9.044267557101193e-08, + "M": 3.519201072776923e-06, + "O": 5.528721658265567e-07, + "W": 1.2981961283742294e-08, + "N": 4.964825848219334e-07, + "Y": 2.709183536353521e-05, + "U": 1.1614802453152606e-08, + "K": 3.0989056654107117e-08, + "L": 3.0768433134653606e-08, + "G": 7.021430064924061e-06, + "F": 8.365582471014932e-05, + "E": 1.900307870528195e-05, + "T": 5.463997513288632e-05, + "P": 0.34989869594573975, + "-": 0.649865984916687 + }, + "id": "tp_18776" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2347014, + "label": "-", + "classification": { + "B": 2.225482603535056e-06, + "S": 2.715885784709826e-06, + "I": 9.115559078054503e-05, + "C": 1.0129094334843103e-05, + "R": 1.6510316527273972e-06, + "M": 4.6906279749237e-05, + "O": 1.4239265510695986e-05, + "W": 1.2083630736015039e-06, + "N": 8.39220592752099e-06, + "Y": 0.00027654602308757603, + "U": 5.626208690046042e-07, + "K": 4.489656021178234e-06, + "L": 1.6510662135260645e-06, + "G": 0.00010680335253709927, + "F": 0.007200631313025951, + "E": 0.00024006603052839637, + "T": 0.0003540855541359633, + "P": 0.44050824642181396, + "-": 0.5511283874511719 + }, + "id": "tp_18777" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2347147, + "label": "-", + "classification": { + "B": 1.635380719733348e-11, + "S": 3.97000730900654e-11, + "I": 5.93760830724932e-07, + "C": 4.4249773623050714e-08, + "R": 6.858998369274616e-10, + "M": 1.2175037866768434e-08, + "O": 3.132622605761526e-09, + "W": 5.5663449544107735e-11, + "N": 7.761956410945459e-09, + "Y": 4.968625944457017e-06, + "U": 7.499542653555125e-11, + "K": 2.062485471299169e-08, + "L": 2.6192692112458893e-11, + "G": 2.2897697249391058e-07, + "F": 0.00012925664486829191, + "E": 1.4732415820617462e-06, + "T": 4.220960079237557e-07, + "P": 0.11313531547784805, + "-": 0.8867275714874268 + }, + "id": "tp_18778" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2347281, + "label": "-", + "classification": { + "B": 3.387692009510987e-14, + "S": 5.340027058780075e-14, + "I": 1.5797782282334083e-07, + "C": 2.930595766059696e-10, + "R": 5.975307922068129e-12, + "M": 1.259415238763495e-09, + "O": 2.2725288317815284e-10, + "W": 5.354941208339514e-13, + "N": 1.4240067458537453e-10, + "Y": 1.349238090142535e-07, + "U": 4.3003878995133415e-13, + "K": 2.33963959317407e-11, + "L": 1.0904741736331158e-12, + "G": 1.1345433925669113e-08, + "F": 2.0130823941144627e-06, + "E": 5.846227679739968e-08, + "T": 5.683449444404687e-08, + "P": 0.0339406356215477, + "-": 0.9660571217536926 + }, + "id": "tp_18779" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2347381, + "label": "-", + "classification": { + "B": 1.0867513111634253e-08, + "S": 4.325684255235274e-09, + "I": 6.686459528282285e-06, + "C": 2.5006056603160687e-07, + "R": 2.510415519907383e-08, + "M": 3.1484782994084526e-06, + "O": 5.308432946549146e-07, + "W": 7.493325959728736e-09, + "N": 1.1792170795388301e-07, + "Y": 0.00012413636432029307, + "U": 7.098233556490641e-09, + "K": 1.3351490224522422e-07, + "L": 2.4335076176384973e-08, + "G": 1.3373192814469803e-05, + "F": 0.0004556774511002004, + "E": 8.770855856710114e-06, + "T": 5.8719058870337903e-05, + "P": 0.06970787793397903, + "-": 0.9296205639839172 + }, + "id": "tp_18780" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2347514, + "label": "P", + "classification": { + "B": 1.0436616015851996e-09, + "S": 9.257729027822847e-10, + "I": 9.223797678714618e-05, + "C": 9.48501934772139e-08, + "R": 3.253503910727318e-09, + "M": 5.035321350987942e-07, + "O": 5.2758664992325066e-08, + "W": 8.667024875563811e-10, + "N": 8.443737442576094e-07, + "Y": 6.029971700627357e-06, + "U": 1.4228641598279523e-09, + "K": 1.3110746266420392e-08, + "L": 1.831054419199063e-09, + "G": 9.96908056549728e-07, + "F": 2.194748230976984e-05, + "E": 4.463494769879617e-05, + "T": 8.194780093617737e-06, + "P": 0.8012025356292725, + "-": 0.1986219435930252 + }, + "id": "tp_18781" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2347648, + "label": "-", + "classification": { + "B": 4.8441592070958e-07, + "S": 3.2365065294470696e-07, + "I": 2.531646896386519e-05, + "C": 1.3699618648388423e-05, + "R": 1.114737528951082e-06, + "M": 1.2392482858558651e-05, + "O": 6.597000265173847e-06, + "W": 6.971579296077834e-07, + "N": 1.6584010609221878e-06, + "Y": 0.00021365894644986838, + "U": 1.7724936185459228e-07, + "K": 1.9475579392747022e-05, + "L": 3.8769022125961783e-07, + "G": 0.00011171353253303096, + "F": 0.011505335569381714, + "E": 0.0002337801706744358, + "T": 4.303614696254954e-05, + "P": 0.08286571502685547, + "-": 0.9049444794654846 + }, + "id": "tp_18782" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2347781, + "label": "-", + "classification": { + "B": 4.211225812511543e-10, + "S": 2.2662031973208485e-10, + "I": 4.060568971908651e-05, + "C": 4.4221874162531094e-08, + "R": 3.7004241892901746e-09, + "M": 6.211037657521956e-07, + "O": 5.187771989767498e-08, + "W": 8.125916051149318e-10, + "N": 1.372721243342312e-07, + "Y": 7.590895984321833e-05, + "U": 4.049880708567599e-10, + "K": 6.8696102140108906e-09, + "L": 7.75790154339262e-10, + "G": 8.975612217909656e-07, + "F": 9.538125596009195e-06, + "E": 7.108373210940044e-06, + "T": 2.9546619771281257e-05, + "P": 0.15138334035873413, + "-": 0.8484522104263306 + }, + "id": "tp_18783" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2347881, + "label": "-", + "classification": { + "B": 3.4369215806684394e-11, + "S": 1.2151771776325315e-11, + "I": 1.0940127026515256e-07, + "C": 1.3070599047537712e-09, + "R": 3.1394140759255507e-11, + "M": 3.332441878001191e-08, + "O": 3.5541773968361667e-09, + "W": 4.274650772240207e-11, + "N": 1.5948194986847852e-09, + "Y": 1.8730512465481297e-06, + "U": 8.35372656465827e-12, + "K": 2.0902747976947467e-08, + "L": 1.2537845761606548e-11, + "G": 1.5611760773026617e-07, + "F": 0.0002149041392840445, + "E": 6.381040293490514e-06, + "T": 2.202094009362554e-07, + "P": 0.09382645785808563, + "-": 0.9059498310089111 + }, + "id": "tp_18784" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2348015, + "label": "-", + "classification": { + "B": 8.17178545275965e-07, + "S": 7.997771831469436e-07, + "I": 0.00010411036055302247, + "C": 5.363536729419138e-06, + "R": 1.6251968872893485e-06, + "M": 5.975374369882047e-05, + "O": 2.956563730549533e-05, + "W": 9.252977974938403e-07, + "N": 7.4547683652781416e-06, + "Y": 0.00041591079207137227, + "U": 3.616461583533237e-07, + "K": 1.636834781493235e-06, + "L": 1.7479904954598169e-06, + "G": 0.00010372820543125272, + "F": 0.0023270039819180965, + "E": 6.313239282462746e-05, + "T": 0.0006530692335218191, + "P": 0.136659637093544, + "-": 0.8595632910728455 + }, + "id": "tp_18785" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2348148, + "label": "-", + "classification": { + "B": 9.051580041052887e-10, + "S": 1.2663093906795098e-09, + "I": 1.477972318753018e-06, + "C": 1.2846950880884833e-07, + "R": 1.2830660089946377e-08, + "M": 7.180462944234023e-07, + "O": 1.977410732934004e-07, + "W": 1.0339081812915651e-09, + "N": 1.528595205968486e-08, + "Y": 2.0987130483263172e-05, + "U": 1.2596006460086073e-09, + "K": 2.3206430110889187e-09, + "L": 1.1838502622651959e-08, + "G": 3.4259110179846175e-06, + "F": 6.0382120864233e-05, + "E": 5.130734734848375e-07, + "T": 2.507558383513242e-05, + "P": 0.035265740007162094, + "-": 0.9646212458610535 + }, + "id": "tp_18786" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2348282, + "label": "-", + "classification": { + "B": 4.9264889945277446e-09, + "S": 3.757294919637388e-09, + "I": 5.774596047558589e-06, + "C": 1.176583666051556e-07, + "R": 1.4668446013388348e-08, + "M": 4.047711570365209e-07, + "O": 3.4986089758604066e-07, + "W": 1.0695005769889576e-08, + "N": 1.6487720699842612e-07, + "Y": 3.0430664992309175e-05, + "U": 5.755300680476694e-09, + "K": 8.560951982872211e-07, + "L": 4.273698284151806e-09, + "G": 4.796223947778344e-06, + "F": 0.0003446025657467544, + "E": 9.24414416658692e-06, + "T": 1.1547909707587678e-05, + "P": 0.11130567640066147, + "-": 0.8882859349250793 + }, + "id": "tp_18787" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2348382, + "label": "-", + "classification": { + "B": 1.3390823028203158e-07, + "S": 2.1967284169477352e-07, + "I": 1.5708417777204886e-05, + "C": 7.002632287367305e-07, + "R": 8.534093609569027e-08, + "M": 3.1853196560405195e-06, + "O": 1.6326125660270918e-06, + "W": 2.6541101760813035e-07, + "N": 2.016107146118884e-06, + "Y": 9.748477168614045e-05, + "U": 8.630870240722288e-08, + "K": 2.6433244784129784e-05, + "L": 3.2706271468896375e-08, + "G": 1.1925957551284228e-05, + "F": 0.002580249449238181, + "E": 0.00026440329384058714, + "T": 3.793482392211445e-05, + "P": 0.32464882731437683, + "-": 0.672308623790741 + }, + "id": "tp_18788" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2348515, + "label": "P", + "classification": { + "B": 1.6831286364649145e-10, + "S": 2.7126512147646054e-10, + "I": 2.3350788978859782e-05, + "C": 8.356558112154744e-08, + "R": 4.845058132474378e-09, + "M": 7.32263600866645e-08, + "O": 2.4945087773176056e-08, + "W": 6.176906763855072e-10, + "N": 3.6413584325600823e-07, + "Y": 6.560389465448679e-06, + "U": 1.6853654027926268e-09, + "K": 2.1389401183569134e-07, + "L": 4.3853828901596614e-10, + "G": 9.925755648509949e-07, + "F": 0.00017797232430893928, + "E": 2.3120821424527094e-05, + "T": 3.0475869152724044e-06, + "P": 0.5764437317848206, + "-": 0.4233204424381256 + }, + "id": "tp_18789" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2348649, + "label": "-", + "classification": { + "B": 1.3903965478956337e-10, + "S": 9.96096677363667e-11, + "I": 2.7751118523156038e-06, + "C": 7.957856951179565e-08, + "R": 4.5021981698312175e-09, + "M": 3.5648758966999594e-07, + "O": 4.2901014296603535e-08, + "W": 1.807496791128571e-10, + "N": 3.921499924786076e-08, + "Y": 2.5427747459616512e-05, + "U": 3.034079931740763e-10, + "K": 5.796372715138887e-09, + "L": 6.653230744113614e-10, + "G": 2.319690565855126e-06, + "F": 7.429315883200616e-05, + "E": 2.225998059657286e-06, + "T": 1.0338568245060742e-05, + "P": 0.12291202694177628, + "-": 0.8769700527191162 + }, + "id": "tp_18790" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2348782, + "label": "P", + "classification": { + "B": 1.9848028387059458e-05, + "S": 5.2355811931192875e-05, + "I": 0.006783237215131521, + "C": 0.0005509367911145091, + "R": 0.00014335311425384134, + "M": 0.0003887095081154257, + "O": 0.0003303216362837702, + "W": 7.384148193523288e-05, + "N": 0.0020119305700063705, + "Y": 0.00640573026612401, + "U": 4.352707037469372e-05, + "K": 0.0031438858713954687, + "L": 1.7961561752599664e-05, + "G": 0.002067781984806061, + "F": 0.014405054040253162, + "E": 0.013781777583062649, + "T": 0.002855291124433279, + "P": 0.5093627572059631, + "-": 0.43756169080734253 + }, + "id": "tp_18791" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2348882, + "label": "-", + "classification": { + "B": 7.580248428951109e-09, + "S": 2.3931523429610024e-08, + "I": 5.3287807531887665e-05, + "C": 1.2217794846947072e-06, + "R": 8.148540331376353e-08, + "M": 1.223883145939908e-06, + "O": 7.025770401014597e-07, + "W": 6.276368225144324e-08, + "N": 5.594303729594685e-06, + "Y": 0.00013665623555425555, + "U": 5.228261912293419e-08, + "K": 8.05660747573711e-05, + "L": 4.608751158485802e-09, + "G": 1.4169098903948907e-05, + "F": 0.0010974833276122808, + "E": 0.00043500104220584035, + "T": 2.8594566174433567e-05, + "P": 0.30678823590278625, + "-": 0.6913570165634155 + }, + "id": "tp_18792" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2349016, + "label": "-", + "classification": { + "B": 6.550128972548919e-08, + "S": 9.202440054423278e-08, + "I": 5.36364532308653e-05, + "C": 1.2258733477210626e-05, + "R": 6.75413843964634e-07, + "M": 4.8477872951480094e-06, + "O": 2.8298877623456065e-06, + "W": 2.4940385401350795e-07, + "N": 9.815997145778965e-06, + "Y": 0.0015651618596166372, + "U": 1.736973302968181e-07, + "K": 0.0003088843950536102, + "L": 8.612216362280378e-08, + "G": 0.0004458074108697474, + "F": 0.017365675419569016, + "E": 0.001895771361887455, + "T": 0.00017508980818092823, + "P": 0.17036212980747223, + "-": 0.8077967166900635 + }, + "id": "tp_18793" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2349149, + "label": "-", + "classification": { + "B": 4.243200457665353e-09, + "S": 8.749681867925574e-09, + "I": 4.499902206589468e-05, + "C": 1.3990476190883783e-06, + "R": 1.0846821396626183e-07, + "M": 2.0940433387295343e-06, + "O": 5.556642577175808e-07, + "W": 4.531362662874017e-08, + "N": 1.57616602791677e-06, + "Y": 7.722974987700582e-05, + "U": 4.660877195306057e-08, + "K": 9.555309225106612e-05, + "L": 6.837068244891498e-09, + "G": 1.1144892596348654e-05, + "F": 0.0018689288990572095, + "E": 0.0004022039647679776, + "T": 1.0972148629662115e-05, + "P": 0.121003158390522, + "-": 0.8764800429344177 + }, + "id": "tp_18794" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2349283, + "label": "-", + "classification": { + "B": 1.6554056855966337e-05, + "S": 2.977989242936019e-05, + "I": 0.0012695597251877189, + "C": 0.00022281924611888826, + "R": 5.806520493933931e-05, + "M": 0.0007170075550675392, + "O": 0.00019001535838469863, + "W": 2.8821685191360302e-05, + "N": 0.0002333057636860758, + "Y": 0.01837858371436596, + "U": 2.913057505793404e-05, + "K": 0.008073338307440281, + "L": 1.6851010514074005e-05, + "G": 0.004570149350911379, + "F": 0.02768547646701336, + "E": 0.00773250125348568, + "T": 0.005091368220746517, + "P": 0.08059444278478622, + "-": 0.8450621962547302 + }, + "id": "tp_18795" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2349383, + "label": "-", + "classification": { + "B": 1.1986412573605776e-05, + "S": 1.3067327699900488e-06, + "I": 0.00038745434721931815, + "C": 1.2715519915218465e-05, + "R": 9.308486141890171e-07, + "M": 6.0666923673124984e-05, + "O": 2.754153683781624e-05, + "W": 2.0794329884665785e-06, + "N": 1.9229237295803614e-05, + "Y": 0.00020050285093020648, + "U": 5.146211492501607e-07, + "K": 2.0999134449084522e-06, + "L": 2.090454245262663e-06, + "G": 0.00013909395784139633, + "F": 0.0011835767654702067, + "E": 0.000646253814920783, + "T": 0.00016025762306526303, + "P": 0.44217297434806824, + "-": 0.5549686551094055 + }, + "id": "tp_18796" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2349516, + "label": "-", + "classification": { + "B": 2.9655900561920134e-06, + "S": 3.950228801841149e-06, + "I": 0.0015718304784968495, + "C": 7.017737516434863e-05, + "R": 7.886384082667064e-06, + "M": 0.00022822609753347933, + "O": 4.808326411875896e-05, + "W": 6.888736606924795e-06, + "N": 0.00015310353774111718, + "Y": 0.00201696390286088, + "U": 4.295520739105996e-06, + "K": 0.00024154703714884818, + "L": 3.2651059882482514e-06, + "G": 0.0004810787213500589, + "F": 0.006333863828331232, + "E": 0.00396260479465127, + "T": 0.0007485887035727501, + "P": 0.30796778202056885, + "-": 0.6761468648910522 + }, + "id": "tp_18797" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2349650, + "label": "-", + "classification": { + "B": 7.578442051681122e-08, + "S": 1.7129436002960574e-07, + "I": 6.203560769790784e-05, + "C": 3.0718153993802844e-06, + "R": 4.063892049543938e-07, + "M": 4.242781869834289e-06, + "O": 3.533948984113522e-06, + "W": 2.0145388646142237e-07, + "N": 5.340818461263552e-06, + "Y": 0.0001196202210849151, + "U": 1.7280321173984703e-07, + "K": 1.849399814091157e-05, + "L": 6.485041836867822e-08, + "G": 3.364776057424024e-05, + "F": 0.002296646824106574, + "E": 0.00011998524860246107, + "T": 6.235132605070248e-05, + "P": 0.24143679440021515, + "-": 0.7558331489562988 + }, + "id": "tp_18798" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2349783, + "label": "-", + "classification": { + "B": 3.551914460331318e-06, + "S": 9.352012853014458e-07, + "I": 0.00015467568300664425, + "C": 1.8981474568136036e-05, + "R": 1.7310650264334981e-06, + "M": 3.7142206565476954e-05, + "O": 1.605758734513074e-05, + "W": 1.0079249932459788e-06, + "N": 7.131282472983003e-06, + "Y": 0.00025888311211019754, + "U": 5.016208888264373e-07, + "K": 2.471983634677599e-06, + "L": 2.572459834482288e-06, + "G": 0.00020281170145608485, + "F": 0.0059692817740142345, + "E": 0.00023231020895764232, + "T": 0.00021798998932354152, + "P": 0.24219369888305664, + "-": 0.750678300857544 + }, + "id": "tp_18799" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2349883, + "label": "-", + "classification": { + "B": 1.4690296268327074e-07, + "S": 1.6683395642758114e-07, + "I": 0.00019163057731930166, + "C": 2.104079840137274e-06, + "R": 3.6900945588058676e-07, + "M": 1.4458019904850516e-05, + "O": 3.041150648641633e-06, + "W": 2.800860556817497e-07, + "N": 5.1531806093407795e-06, + "Y": 0.0008173824171535671, + "U": 1.3976931256820535e-07, + "K": 1.532033820694778e-05, + "L": 1.4897149469561555e-07, + "G": 8.145471656462178e-05, + "F": 0.0014916235813871026, + "E": 0.0006223283126018941, + "T": 0.00024952253443188965, + "P": 0.11238104104995728, + "-": 0.884123682975769 + }, + "id": "tp_18800" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2350017, + "label": "-", + "classification": { + "B": 2.8078898139938246e-06, + "S": 6.114391908340622e-07, + "I": 0.00021851941710337996, + "C": 3.868763815262355e-05, + "R": 5.356328074412886e-06, + "M": 3.832058791886084e-05, + "O": 1.711196091491729e-05, + "W": 3.297301645943662e-06, + "N": 1.872868597274646e-05, + "Y": 0.001911661704070866, + "U": 2.7274240892438684e-06, + "K": 0.0005734588485211134, + "L": 1.1427154049670207e-06, + "G": 0.0007135956548154354, + "F": 0.009678900241851807, + "E": 0.0030678710900247097, + "T": 0.00019084993982687593, + "P": 0.20248723030090332, + "-": 0.7810291051864624 + }, + "id": "tp_18801" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2350150, + "label": "-", + "classification": { + "B": 6.553476872284136e-09, + "S": 2.514772612371985e-09, + "I": 3.5171474337403197e-06, + "C": 1.6036308636557806e-07, + "R": 8.834592613027326e-09, + "M": 1.5059259794725222e-07, + "O": 1.345946714081947e-07, + "W": 5.926866109007278e-09, + "N": 1.86397727475196e-07, + "Y": 1.4919970453775022e-05, + "U": 3.4352811706384045e-09, + "K": 9.465037464906345e-07, + "L": 7.637450116781963e-10, + "G": 2.6122220333490986e-06, + "F": 0.0006610438576899469, + "E": 3.319937241030857e-05, + "T": 3.5246591778559377e-06, + "P": 0.33348456025123596, + "-": 0.6657950282096863 + }, + "id": "tp_18802" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2350250, + "label": "-", + "classification": { + "B": 2.4636490070228945e-10, + "S": 4.145696633206519e-11, + "I": 5.251829406915931e-07, + "C": 7.0550210118369705e-09, + "R": 6.44134634519844e-10, + "M": 3.23934195023412e-08, + "O": 9.508047682516008e-09, + "W": 1.287070727773454e-10, + "N": 4.964026079079531e-09, + "Y": 1.2321667782089207e-05, + "U": 2.9639390941582633e-10, + "K": 7.515479438779948e-08, + "L": 2.1406963701675608e-10, + "G": 1.7406230199412676e-06, + "F": 0.00011822321539511904, + "E": 2.0307450085965684e-06, + "T": 2.7121113816974685e-06, + "P": 0.10241671651601791, + "-": 0.8974456787109375 + }, + "id": "tp_18803" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2350384, + "label": "P", + "classification": { + "B": 3.900646916576989e-09, + "S": 1.608952526765961e-09, + "I": 0.00032744050258770585, + "C": 3.0975111258157995e-06, + "R": 1.6265015290173324e-07, + "M": 1.1317562211843324e-06, + "O": 1.2297728346766235e-07, + "W": 1.1983027015105563e-08, + "N": 2.207463694503531e-06, + "Y": 4.300749424146488e-05, + "U": 2.0433875036474092e-08, + "K": 1.7722370557748945e-06, + "L": 6.4612271089004025e-09, + "G": 6.156325071060564e-06, + "F": 0.00024111528182402253, + "E": 0.00019652923219837248, + "T": 6.830312486272305e-06, + "P": 0.5963772535324097, + "-": 0.40279313921928406 + }, + "id": "tp_18804" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2350517, + "label": "-", + "classification": { + "B": 6.23888854534016e-06, + "S": 9.856515958972523e-08, + "I": 1.3654317626787815e-05, + "C": 2.161297345537605e-07, + "R": 2.902940998694703e-08, + "M": 1.3666250197275076e-05, + "O": 1.0005682270275429e-05, + "W": 1.6105772715491184e-07, + "N": 2.6693831500779197e-07, + "Y": 2.6709876692621037e-05, + "U": 7.546503866251442e-09, + "K": 6.249803452540448e-10, + "L": 6.589783652088954e-07, + "G": 2.103224687743932e-05, + "F": 4.316195554565638e-05, + "E": 1.1048727174056694e-05, + "T": 5.890432294108905e-05, + "P": 0.2839876413345337, + "-": 0.7158064246177673 + }, + "id": "tp_18805" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2350651, + "label": "-", + "classification": { + "B": 8.559717201706007e-08, + "S": 2.0162325142791815e-07, + "I": 7.121445378288627e-05, + "C": 2.4025916900427546e-06, + "R": 5.083272753836354e-07, + "M": 8.06138905318221e-06, + "O": 4.6912914513086434e-06, + "W": 2.924352600075508e-07, + "N": 5.3979133554094005e-06, + "Y": 0.0005885798018425703, + "U": 3.353851525389473e-07, + "K": 1.241890095116105e-05, + "L": 1.9474443035960576e-07, + "G": 2.716804010560736e-05, + "F": 0.0017366937827318907, + "E": 8.594249084126204e-05, + "T": 0.0002685589133761823, + "P": 0.11410139501094818, + "-": 0.8830857276916504 + }, + "id": "tp_18806" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2350751, + "label": "-", + "classification": { + "B": 4.324979556713515e-07, + "S": 4.09802368039891e-07, + "I": 0.0007549811853095889, + "C": 4.5884702558396384e-05, + "R": 4.295845428714529e-06, + "M": 4.303273090044968e-05, + "O": 1.3131715604686178e-05, + "W": 1.0558579788266798e-06, + "N": 6.350607145577669e-05, + "Y": 0.0008636911516077816, + "U": 1.9752133084693924e-06, + "K": 9.095583664020523e-05, + "L": 6.305261308625632e-07, + "G": 0.0001088064382201992, + "F": 0.001878239680081606, + "E": 0.001963118789717555, + "T": 0.000400977412937209, + "P": 0.24122090637683868, + "-": 0.7525439858436584 + }, + "id": "tp_18807" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2350884, + "label": "-", + "classification": { + "B": 1.1225291807193116e-08, + "S": 5.776893963194141e-10, + "I": 9.97628303593956e-05, + "C": 8.031610718717275e-07, + "R": 1.5237842987403383e-08, + "M": 4.0932450247055385e-06, + "O": 1.9848542365252797e-07, + "W": 2.457769543440236e-09, + "N": 5.230805868450261e-07, + "Y": 1.9666678781504743e-05, + "U": 4.23399582061279e-09, + "K": 9.458956284902342e-09, + "L": 1.408703109717635e-08, + "G": 7.872678907006048e-06, + "F": 3.559141623554751e-05, + "E": 8.273161802208051e-05, + "T": 1.4753984032722656e-05, + "P": 0.4516885578632355, + "-": 0.5480453372001648 + }, + "id": "tp_18808" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2351018, + "label": "-", + "classification": { + "B": 3.9102562254811346e-07, + "S": 3.7216842940779316e-08, + "I": 0.00016702903667464852, + "C": 5.835181127622491e-06, + "R": 6.113091899351275e-07, + "M": 5.3346575441537425e-06, + "O": 1.7453318150728592e-06, + "W": 2.067492914648028e-07, + "N": 2.9067634841339896e-06, + "Y": 0.00020447111455723643, + "U": 2.4059715997282183e-07, + "K": 5.100711405248148e-06, + "L": 1.9057303290992422e-07, + "G": 7.822985935490578e-05, + "F": 0.0010087800910696387, + "E": 0.00028532426222227514, + "T": 4.363604239188135e-05, + "P": 0.33114486932754517, + "-": 0.6670450568199158 + }, + "id": "tp_18809" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2351151, + "label": "-", + "classification": { + "B": 1.3652953612108831e-06, + "S": 1.7986459397434373e-06, + "I": 0.00016074780432973057, + "C": 6.225351535249501e-05, + "R": 6.786193353036651e-06, + "M": 0.00010546010889811441, + "O": 3.922484756913036e-05, + "W": 3.1061636036611162e-06, + "N": 1.2908598364447244e-05, + "Y": 0.001854861038736999, + "U": 1.7739212125889026e-06, + "K": 0.00017133036453742534, + "L": 4.152686869929312e-06, + "G": 0.0010068982373923063, + "F": 0.009667463600635529, + "E": 0.0011541079729795456, + "T": 0.0005721146007999778, + "P": 0.08116362243890762, + "-": 0.904009997844696 + }, + "id": "tp_18810" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2351251, + "label": "-", + "classification": { + "B": 7.424276193823687e-10, + "S": 5.180186057884839e-09, + "I": 7.864006875024643e-06, + "C": 1.5157097266182973e-07, + "R": 2.412505928361952e-08, + "M": 1.0240675862860371e-07, + "O": 1.802712290555064e-07, + "W": 7.845581961873904e-09, + "N": 3.2791547255328624e-07, + "Y": 1.1939065188926179e-05, + "U": 4.353982951954549e-09, + "K": 3.896908538081334e-07, + "L": 1.2643628366504345e-09, + "G": 9.537029654893558e-07, + "F": 0.00041978826629929245, + "E": 2.4991034024424152e-06, + "T": 1.0037279935204424e-05, + "P": 0.2717410922050476, + "-": 0.7278045415878296 + }, + "id": "tp_18811" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2351385, + "label": "-", + "classification": { + "B": 5.355471088819286e-08, + "S": 2.93239619253427e-08, + "I": 1.027321741275955e-05, + "C": 8.42109693621751e-06, + "R": 4.052428437262279e-07, + "M": 4.703044851339655e-06, + "O": 2.2698538941767765e-06, + "W": 7.264120682748398e-08, + "N": 3.5444440982246306e-07, + "Y": 9.687666170066223e-05, + "U": 5.8322111584629965e-08, + "K": 4.5325009523367044e-07, + "L": 2.3828110329304764e-07, + "G": 3.399844354134984e-05, + "F": 0.002766846911981702, + "E": 1.2430024980858434e-05, + "T": 4.5775435864925385e-05, + "P": 0.07811541110277176, + "-": 0.9189014434814453 + }, + "id": "tp_18812" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2351518, + "label": "P", + "classification": { + "B": 4.0523300981476496e-07, + "S": 1.2082347211617162e-07, + "I": 3.8482045056298375e-05, + "C": 6.219598276402394e-07, + "R": 5.99458687133847e-08, + "M": 2.201370534749003e-06, + "O": 1.8146237152905087e-06, + "W": 1.0467773137179393e-07, + "N": 2.2707363314111717e-06, + "Y": 1.4726072549819946e-05, + "U": 2.034158974595357e-08, + "K": 8.890334157740654e-08, + "L": 6.019207887675293e-08, + "G": 1.906757097458467e-05, + "F": 0.0005711712874472141, + "E": 5.64216315979138e-05, + "T": 1.4377730622072704e-05, + "P": 0.7673291563987732, + "-": 0.23194879293441772 + }, + "id": "tp_18813" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2351652, + "label": "P", + "classification": { + "B": 3.6916836254619056e-10, + "S": 6.111949835130304e-11, + "I": 5.160990440344904e-06, + "C": 1.3621896499671493e-08, + "R": 3.217389688003891e-10, + "M": 3.1902246178106e-08, + "O": 8.791603001157e-09, + "W": 1.529791848753348e-10, + "N": 3.8912936872748105e-08, + "Y": 1.444866938982159e-06, + "U": 1.5971801659020457e-10, + "K": 2.9845474980305653e-09, + "L": 1.59709176439371e-10, + "G": 2.8930369921909005e-07, + "F": 1.9984596292488277e-05, + "E": 3.8094228784757433e-06, + "T": 9.586029818819952e-07, + "P": 0.6654427647590637, + "-": 0.33452555537223816 + }, + "id": "tp_18814" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2351752, + "label": "-", + "classification": { + "B": 1.5730627911381134e-09, + "S": 6.84081624680033e-10, + "I": 5.221232868279913e-07, + "C": 1.582968200963819e-09, + "R": 8.57758516992213e-11, + "M": 4.774352646563784e-08, + "O": 1.9684140539766304e-08, + "W": 3.373787360594349e-10, + "N": 4.997495750558301e-09, + "Y": 4.3664951476785063e-07, + "U": 1.0319614954235057e-11, + "K": 4.7843912859280024e-11, + "L": 2.828016987255211e-10, + "G": 1.073813464813611e-07, + "F": 2.763856900855899e-05, + "E": 1.8219870412394812e-07, + "T": 5.431393219623715e-07, + "P": 0.4876537621021271, + "-": 0.5123167037963867 + }, + "id": "tp_18815" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2351885, + "label": "-", + "classification": { + "B": 8.78225756006934e-11, + "S": 6.612148328866141e-11, + "I": 3.774049901039689e-06, + "C": 3.301345330442018e-08, + "R": 5.954992610135434e-10, + "M": 1.7695609244583466e-07, + "O": 1.1064598126608871e-08, + "W": 9.73688282779328e-11, + "N": 1.154314688278646e-08, + "Y": 6.2534095377486665e-06, + "U": 9.358976787998685e-11, + "K": 1.9022775021859673e-10, + "L": 5.308414263716088e-10, + "G": 2.3133479487569275e-07, + "F": 1.545149825687986e-05, + "E": 1.0183606491409591e-06, + "T": 4.322057975514326e-06, + "P": 0.12377303093671799, + "-": 0.8761956691741943 + }, + "id": "tp_18816" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2352019, + "label": "-", + "classification": { + "B": 2.3867952947398408e-08, + "S": 2.0547931356418303e-08, + "I": 3.877321069012396e-05, + "C": 3.024576017196523e-06, + "R": 9.641635045909425e-08, + "M": 3.2755715437815525e-06, + "O": 8.793326173872629e-07, + "W": 3.235264856016329e-08, + "N": 1.4868918469801429e-06, + "Y": 7.842217746656388e-05, + "U": 9.9560786281927e-09, + "K": 6.979364570725011e-07, + "L": 2.3924471292957605e-08, + "G": 3.902130265487358e-05, + "F": 0.0014364680973812938, + "E": 0.00018560908210929483, + "T": 2.046994268312119e-05, + "P": 0.3297477662563324, + "-": 0.6684439182281494 + }, + "id": "tp_18817" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2352152, + "label": "-", + "classification": { + "B": 2.1743684630592952e-09, + "S": 9.239799897420298e-11, + "I": 4.635749206727269e-08, + "C": 4.320453439454752e-10, + "R": 2.32814947875859e-11, + "M": 7.359582721022662e-09, + "O": 1.963188012155115e-08, + "W": 1.178663971979077e-10, + "N": 3.2516778158964144e-10, + "Y": 1.6441930483779288e-07, + "U": 2.522124653223101e-12, + "K": 1.5806702734905143e-12, + "L": 1.8097863485611043e-10, + "G": 7.885058295187264e-08, + "F": 3.516323340591043e-05, + "E": 4.289894661724247e-08, + "T": 1.823597415295808e-07, + "P": 0.21363939344882965, + "-": 0.7863249182701111 + }, + "id": "tp_18818" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2352252, + "label": "P", + "classification": { + "B": 4.3146997086296324e-08, + "S": 9.070954121170871e-08, + "I": 0.00036162754986435175, + "C": 1.0399984375908389e-06, + "R": 1.3468536508298712e-07, + "M": 2.5584117793187033e-06, + "O": 1.3063499864074402e-06, + "W": 7.270305246720454e-08, + "N": 7.753516911179759e-06, + "Y": 1.9694611182785593e-05, + "U": 1.8206625540528876e-08, + "K": 1.491961825195176e-07, + "L": 5.5261267561945715e-08, + "G": 6.170598680910189e-06, + "F": 0.00019647739827632904, + "E": 0.00011890335736097768, + "T": 2.102868165820837e-05, + "P": 0.7331379055976868, + "-": 0.26612502336502075 + }, + "id": "tp_18819" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2352386, + "label": "-", + "classification": { + "B": 3.6953242670278996e-06, + "S": 7.348588042077608e-06, + "I": 0.00046683839173056185, + "C": 1.9174918634234928e-05, + "R": 2.6747288757178467e-06, + "M": 0.00038165299338288605, + "O": 8.81511514307931e-05, + "W": 4.8706415327615105e-06, + "N": 3.348336394992657e-05, + "Y": 0.001324605429545045, + "U": 1.1255193612669245e-06, + "K": 2.7842741019412642e-06, + "L": 5.522450464923168e-06, + "G": 0.00016419857274740934, + "F": 0.000663543411064893, + "E": 0.00032812103745527565, + "T": 0.003013527486473322, + "P": 0.17858442664146423, + "-": 0.8149042725563049 + }, + "id": "tp_18820" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2352519, + "label": "P", + "classification": { + "B": 1.2932750703686935e-10, + "S": 3.354370947672436e-11, + "I": 2.490471047167375e-07, + "C": 7.724722944635332e-11, + "R": 3.2648308969512874e-12, + "M": 8.092696512917996e-10, + "O": 1.7419532483131661e-09, + "W": 6.223312837283501e-11, + "N": 1.9799888395510834e-09, + "Y": 8.765646875019684e-09, + "U": 5.235277055620768e-12, + "K": 6.725912882199481e-11, + "L": 7.32949551746076e-12, + "G": 1.2936902660243277e-09, + "F": 3.7503511975955917e-06, + "E": 1.5453794333097903e-07, + "T": 4.371944584136145e-08, + "P": 0.7377728819847107, + "-": 0.26222291588783264 + }, + "id": "tp_18821" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2352653, + "label": "-", + "classification": { + "B": 8.7410953710787e-05, + "S": 2.3371099814539775e-05, + "I": 0.0020021232776343822, + "C": 0.00047769889351911843, + "R": 7.16477952664718e-05, + "M": 0.0006699234945699573, + "O": 0.00017227880016434938, + "W": 2.1699393982999027e-05, + "N": 0.0002647670335136354, + "Y": 0.004869560245424509, + "U": 3.629216371336952e-05, + "K": 0.00031798623967915773, + "L": 3.5660876164911315e-05, + "G": 0.0028123557567596436, + "F": 0.018347159028053284, + "E": 0.006348772440105677, + "T": 0.0022950242273509502, + "P": 0.3660992980003357, + "-": 0.5950470566749573 + }, + "id": "tp_18822" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2352753, + "label": "P", + "classification": { + "B": 2.1004803452129295e-10, + "S": 1.9171171594667413e-11, + "I": 4.925884695694549e-06, + "C": 1.9259700501095267e-09, + "R": 1.6848532291557916e-10, + "M": 1.5785207807539336e-08, + "O": 5.171691963568037e-09, + "W": 8.701131481991808e-11, + "N": 2.5968086347916142e-08, + "Y": 2.394215243839426e-07, + "U": 3.5568523820694864e-11, + "K": 9.721937699325167e-10, + "L": 8.737419121551682e-11, + "G": 1.1018879320090491e-07, + "F": 1.5084740880411118e-05, + "E": 6.041032975190319e-06, + "T": 2.698705543480173e-07, + "P": 0.8335565328598022, + "-": 0.16641679406166077 + }, + "id": "tp_18823" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2352886, + "label": "-", + "classification": { + "B": 6.708660293952562e-08, + "S": 1.1103938390988333e-07, + "I": 0.00018713004828896374, + "C": 3.2457828638143837e-06, + "R": 4.724800533040252e-07, + "M": 6.619780833716504e-06, + "O": 2.2266810901783174e-06, + "W": 2.981778948196734e-07, + "N": 6.915499852766516e-06, + "Y": 0.00024647783720865846, + "U": 1.3614706517728337e-07, + "K": 4.9158575166075025e-06, + "L": 1.4156042027479998e-07, + "G": 2.0903386030113325e-05, + "F": 0.003036292502656579, + "E": 0.00010210690379608423, + "T": 8.411726594204083e-05, + "P": 0.3686208426952362, + "-": 0.6276769638061523 + }, + "id": "tp_18824" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2353020, + "label": "-", + "classification": { + "B": 1.3670839571489068e-08, + "S": 1.6170976779861235e-09, + "I": 1.7228920796696912e-06, + "C": 1.0436168906835519e-07, + "R": 2.375119434461226e-09, + "M": 7.40206417049194e-07, + "O": 8.987836253027126e-08, + "W": 2.303410573389897e-09, + "N": 2.9334753293142057e-08, + "Y": 6.82590325595811e-06, + "U": 1.037858243790879e-09, + "K": 5.82362851275775e-08, + "L": 7.620064579327845e-09, + "G": 6.817712346673943e-06, + "F": 0.00043064725468866527, + "E": 4.117174830753356e-05, + "T": 4.650690698326798e-06, + "P": 0.1342928558588028, + "-": 0.8652141690254211 + }, + "id": "tp_18825" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2353153, + "label": "-", + "classification": { + "B": 2.0007664716104046e-06, + "S": 2.693915348572773e-06, + "I": 0.0002304443478351459, + "C": 2.4005867089726962e-05, + "R": 3.4180657166871242e-06, + "M": 2.5436165742576122e-05, + "O": 1.659392364672385e-05, + "W": 2.7153703285875963e-06, + "N": 2.771194340311922e-05, + "Y": 0.0004603549896273762, + "U": 2.1975608888169518e-06, + "K": 2.8895059585920535e-05, + "L": 2.2638748760073213e-06, + "G": 8.825772238196805e-05, + "F": 0.015183213166892529, + "E": 0.0007255991804413497, + "T": 0.00020360318012535572, + "P": 0.40983420610427856, + "-": 0.5731363892555237 + }, + "id": "tp_18826" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2353253, + "label": "P", + "classification": { + "B": 3.77576583332484e-07, + "S": 2.608188367503317e-07, + "I": 0.0011533857323229313, + "C": 9.075546586245764e-06, + "R": 1.469586663915834e-06, + "M": 1.9344572137924843e-05, + "O": 3.5618525089375908e-06, + "W": 5.077510536466434e-07, + "N": 4.0093855204759166e-05, + "Y": 0.00021616197773255408, + "U": 4.4938843757336144e-07, + "K": 5.3456483328773174e-06, + "L": 3.9125097828218713e-07, + "G": 2.4420434783678502e-05, + "F": 0.001169882481917739, + "E": 0.0006537254666909575, + "T": 9.018210403155535e-05, + "P": 0.7930556535720825, + "-": 0.20355567336082458 + }, + "id": "tp_18827" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2353387, + "label": "-", + "classification": { + "B": 3.317360460641794e-05, + "S": 5.5097057156672236e-06, + "I": 0.00030131329549476504, + "C": 1.6219257304328494e-05, + "R": 5.5828350014053285e-06, + "M": 0.00019409642845857888, + "O": 0.00012824195437133312, + "W": 6.151352863525972e-06, + "N": 1.725686524878256e-05, + "Y": 0.0005552860675379634, + "U": 1.0894510751313646e-06, + "K": 1.8037525251202169e-06, + "L": 1.1829257346107624e-05, + "G": 0.00037265411810949445, + "F": 0.002329098293557763, + "E": 0.00030964030884206295, + "T": 0.0005509501206688583, + "P": 0.2215537279844284, + "-": 0.7736064195632935 + }, + "id": "tp_18828" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2353520, + "label": "-", + "classification": { + "B": 5.886810683364274e-08, + "S": 2.9596100148410187e-07, + "I": 0.00011140792776132002, + "C": 1.011369295156328e-05, + "R": 1.9322083062434103e-06, + "M": 1.6923799194046296e-05, + "O": 1.0206857950834092e-05, + "W": 4.364548544799618e-07, + "N": 4.3206232476222795e-06, + "Y": 0.0004237320099491626, + "U": 2.7668249913403997e-07, + "K": 2.780167960736435e-06, + "L": 3.7468285540853685e-07, + "G": 4.0377835830440745e-05, + "F": 0.0012654546881094575, + "E": 3.0438821340794675e-05, + "T": 0.00032961281249299645, + "P": 0.06638266146183014, + "-": 0.9313685297966003 + }, + "id": "tp_18829" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2353654, + "label": "P", + "classification": { + "B": 8.061144796383396e-15, + "S": 6.476443560859534e-16, + "I": 3.5876450965588447e-07, + "C": 7.325113432488095e-11, + "R": 3.647486230152347e-13, + "M": 9.063855915814045e-11, + "O": 2.2085358715451253e-12, + "W": 3.0025357098892053e-15, + "N": 6.024922227787499e-11, + "Y": 1.2373792657172089e-08, + "U": 1.69623785639195e-14, + "K": 1.7565931890485553e-14, + "L": 5.604472438978762e-14, + "G": 3.0260752237332156e-10, + "F": 5.681553361114311e-08, + "E": 4.0720568250662836e-08, + "T": 1.1333669114321765e-08, + "P": 0.745880663394928, + "-": 0.254118949174881 + }, + "id": "tp_18830" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2353754, + "label": "P", + "classification": { + "B": 1.6360414412108781e-10, + "S": 8.798351630590062e-11, + "I": 3.5534191056285636e-07, + "C": 1.2223232426222808e-09, + "R": 2.4692289879446605e-11, + "M": 1.807377181251013e-08, + "O": 4.36831681938088e-09, + "W": 1.0897450303248846e-10, + "N": 6.044274414307438e-09, + "Y": 2.419681095489068e-07, + "U": 2.630381329415954e-11, + "K": 1.3717337266072605e-09, + "L": 4.133689571195198e-11, + "G": 4.0026204572995994e-08, + "F": 6.875670806039125e-05, + "E": 2.4390276394115062e-06, + "T": 3.693026542350708e-07, + "P": 0.5514556169509888, + "-": 0.44847220182418823 + }, + "id": "tp_18831" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2353887, + "label": "-", + "classification": { + "B": 1.4790904612205225e-11, + "S": 4.589460322196315e-12, + "I": 1.668962390510842e-08, + "C": 7.913942834392174e-10, + "R": 2.5066769840376146e-11, + "M": 2.221074435482251e-09, + "O": 2.883943306386527e-09, + "W": 8.239241754137705e-12, + "N": 6.579721489874402e-11, + "Y": 1.2913707791994966e-07, + "U": 5.765370277542592e-13, + "K": 1.7931221828540456e-12, + "L": 1.0169197081633108e-11, + "G": 1.96537079943937e-08, + "F": 7.570849447802175e-06, + "E": 4.419383969889168e-09, + "T": 1.652610137625743e-07, + "P": 0.06552287191152573, + "-": 0.9344692230224609 + }, + "id": "tp_18832" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2354021, + "label": "P", + "classification": { + "B": 7.847325832699426e-06, + "S": 7.061916221573483e-06, + "I": 0.0020949672907590866, + "C": 6.766517617506906e-05, + "R": 8.906128641683608e-06, + "M": 0.0002988550113514066, + "O": 8.214939589379355e-05, + "W": 5.770511052105576e-06, + "N": 0.0002826411509886384, + "Y": 0.0008746192324906588, + "U": 5.260527814243687e-06, + "K": 3.743060369743034e-05, + "L": 1.064958814822603e-05, + "G": 0.0005321002099663019, + "F": 0.007471018936485052, + "E": 0.0015686929691582918, + "T": 0.001246321597136557, + "P": 0.6185134053230286, + "-": 0.3668845593929291 + }, + "id": "tp_18833" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2354154, + "label": "-", + "classification": { + "B": 5.749645204389253e-11, + "S": 7.702593771141686e-12, + "I": 5.643201461680292e-08, + "C": 2.918113972683045e-09, + "R": 1.1125429050240498e-10, + "M": 1.731291519035949e-07, + "O": 4.701481426394594e-09, + "W": 5.588029171332831e-12, + "N": 6.713483241549412e-11, + "Y": 1.3239853160484927e-06, + "U": 1.4691575863853834e-12, + "K": 1.729710125131234e-13, + "L": 4.33923480480658e-10, + "G": 1.350589826643045e-07, + "F": 2.484759534127079e-05, + "E": 4.649236728937467e-08, + "T": 1.8814322402249672e-06, + "P": 0.055612362921237946, + "-": 0.9443590044975281 + }, + "id": "tp_18834" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2354254, + "label": "-", + "classification": { + "B": 2.4158317490571846e-13, + "S": 4.815369769053078e-14, + "I": 4.964932909246045e-09, + "C": 1.3112377936913555e-12, + "R": 5.886965041964828e-14, + "M": 5.672512806698116e-12, + "O": 1.2261547679970342e-11, + "W": 1.068560726556235e-13, + "N": 2.6901224303710336e-11, + "Y": 2.3810935445567338e-08, + "U": 1.9705101740315027e-14, + "K": 4.6460939262527035e-11, + "L": 1.05464360253835e-14, + "G": 3.6436635930670036e-09, + "F": 1.1231182725168765e-05, + "E": 1.0866249056107335e-07, + "T": 3.5416172217139774e-09, + "P": 0.34743133187294006, + "-": 0.6525573134422302 + }, + "id": "tp_18835" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2354388, + "label": "-", + "classification": { + "B": 6.336977520504661e-08, + "S": 2.5055300056919805e-07, + "I": 4.2422932892804965e-05, + "C": 4.493525921134278e-06, + "R": 5.980173227726482e-07, + "M": 3.0388544018933317e-06, + "O": 4.680689471570076e-06, + "W": 3.498014962133311e-07, + "N": 5.8262062339053955e-06, + "Y": 0.00019408625666983426, + "U": 1.576328543251293e-07, + "K": 1.3695158486370929e-05, + "L": 3.762327338563409e-08, + "G": 2.3386581233353354e-05, + "F": 0.002315087476745248, + "E": 9.018303535412997e-05, + "T": 5.412073733168654e-05, + "P": 0.28857335448265076, + "-": 0.7086741924285889 + }, + "id": "tp_18836" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2354521, + "label": "-", + "classification": { + "B": 4.192151692450352e-08, + "S": 1.2061710208399745e-07, + "I": 3.0328399589052424e-05, + "C": 1.5963839814503444e-06, + "R": 1.982578226034093e-07, + "M": 1.0488323823665269e-05, + "O": 3.047128529942711e-06, + "W": 1.9853558796967263e-07, + "N": 2.019683734033606e-06, + "Y": 0.00048067388706840575, + "U": 6.61571633031599e-08, + "K": 3.5602821299107745e-05, + "L": 6.144266251340014e-08, + "G": 6.966481305425987e-05, + "F": 0.004020919557660818, + "E": 0.0002767016994766891, + "T": 8.049315511016175e-05, + "P": 0.08890361338853836, + "-": 0.9060841798782349 + }, + "id": "tp_18837" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2354655, + "label": "-", + "classification": { + "B": 2.38196457758022e-06, + "S": 5.158964881957218e-07, + "I": 0.00023192963271867484, + "C": 2.564700298535172e-05, + "R": 1.748245722410502e-06, + "M": 5.9942776715615764e-05, + "O": 1.316036195930792e-05, + "W": 8.848877541822731e-07, + "N": 1.0688691872928757e-05, + "Y": 0.0007594946073368192, + "U": 7.750908253001398e-07, + "K": 1.3331363334145863e-05, + "L": 7.352920192715828e-07, + "G": 0.0001718348648864776, + "F": 0.0005533218500204384, + "E": 0.0004896015743725002, + "T": 0.0006144782528281212, + "P": 0.14534342288970947, + "-": 0.8517061471939087 + }, + "id": "tp_18838" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2354755, + "label": "P", + "classification": { + "B": 7.481389951990991e-10, + "S": 5.568959529633766e-11, + "I": 3.137512294415501e-07, + "C": 6.905772620413586e-10, + "R": 1.1173302734424073e-11, + "M": 1.6248096201820772e-08, + "O": 2.747525096324921e-09, + "W": 2.992601652596072e-11, + "N": 4.928421670769012e-09, + "Y": 5.43993451174174e-07, + "U": 1.7286746686884236e-11, + "K": 6.765721871637709e-10, + "L": 5.207739101065201e-11, + "G": 1.357698948822872e-07, + "F": 6.080724051571451e-05, + "E": 7.359427854680689e-06, + "T": 3.7176675959926797e-07, + "P": 0.6358358263969421, + "-": 0.36409464478492737 + }, + "id": "tp_18839" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2354888, + "label": "-", + "classification": { + "B": 1.0720858228951968e-11, + "S": 7.593531706207024e-12, + "I": 7.588537755509606e-06, + "C": 6.391112084003225e-09, + "R": 3.643663148977794e-10, + "M": 2.6419579413072825e-08, + "O": 5.039342276802472e-09, + "W": 2.1349130796544102e-11, + "N": 1.564693441480358e-08, + "Y": 7.871607863307872e-07, + "U": 2.052205801128526e-11, + "K": 2.624427064557011e-10, + "L": 6.911435312950687e-11, + "G": 1.1825120793673705e-07, + "F": 6.63070522932685e-06, + "E": 7.206371606116591e-07, + "T": 2.002430392167298e-06, + "P": 0.3946458399295807, + "-": 0.6053363084793091 + }, + "id": "tp_18840" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2355022, + "label": "P", + "classification": { + "B": 5.739919650693537e-11, + "S": 4.868211389563726e-11, + "I": 1.1289119356661104e-05, + "C": 2.7213964415295777e-08, + "R": 5.833227234575133e-10, + "M": 7.262623569204152e-08, + "O": 6.225617354971291e-09, + "W": 5.0286878827687786e-11, + "N": 7.977268268177795e-08, + "Y": 2.7640439839160535e-06, + "U": 4.3118692644172896e-11, + "K": 1.457146847627655e-09, + "L": 6.64938729078024e-11, + "G": 4.00571934733307e-07, + "F": 1.778823025233578e-05, + "E": 8.644787158118561e-06, + "T": 1.3711735391552793e-06, + "P": 0.7490103840827942, + "-": 0.25094711780548096 + }, + "id": "tp_18841" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2355155, + "label": "-", + "classification": { + "B": 5.234577201918e-06, + "S": 1.2543375760287745e-06, + "I": 0.0001241999852936715, + "C": 9.954402230505366e-06, + "R": 1.771424990693049e-06, + "M": 0.00013631505134981126, + "O": 2.4915583708207123e-05, + "W": 9.674834018369438e-07, + "N": 6.073165423003957e-06, + "Y": 0.0006148520624265075, + "U": 3.623111695105763e-07, + "K": 2.1582256977126235e-06, + "L": 5.621492164209485e-06, + "G": 0.0003670556761790067, + "F": 0.00959006603807211, + "E": 0.00036833540070801973, + "T": 0.00041313620749861, + "P": 0.15417490899562836, + "-": 0.8341526985168457 + }, + "id": "tp_18842" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2355255, + "label": "P", + "classification": { + "B": 2.2027119683798446e-08, + "S": 1.9041814880438324e-07, + "I": 0.000276485487120226, + "C": 6.896695481373172e-07, + "R": 1.606821768973532e-07, + "M": 3.950249265471939e-06, + "O": 1.8485562804926303e-06, + "W": 8.909989901439985e-08, + "N": 1.5352345144492574e-05, + "Y": 4.931357398163527e-05, + "U": 2.816150868056866e-08, + "K": 5.591168701357674e-07, + "L": 5.8017459281245465e-08, + "G": 5.909245373914018e-06, + "F": 0.0006621595821343362, + "E": 4.387591980048455e-05, + "T": 5.405937190516852e-05, + "P": 0.8041983246803284, + "-": 0.1946869045495987 + }, + "id": "tp_18843" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2355389, + "label": "-", + "classification": { + "B": 3.753690414054489e-10, + "S": 3.0695102015698694e-10, + "I": 3.5524692520993995e-06, + "C": 1.4183515872900898e-07, + "R": 5.775028899535073e-09, + "M": 1.343380660046023e-07, + "O": 5.116267942639752e-08, + "W": 1.0929828153649623e-09, + "N": 5.803974545415258e-08, + "Y": 7.353653472819133e-06, + "U": 8.216597402466164e-10, + "K": 5.164003269442219e-08, + "L": 5.252517309983773e-10, + "G": 1.0793837645906024e-06, + "F": 0.00019559342763386667, + "E": 3.7539020922849886e-06, + "T": 3.736714461410884e-06, + "P": 0.21505647897720337, + "-": 0.7847279906272888 + }, + "id": "tp_18844" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2355522, + "label": "-", + "classification": { + "B": 9.009925250325068e-09, + "S": 1.6279368963978413e-08, + "I": 9.498906729277223e-05, + "C": 1.3885165799365495e-06, + "R": 3.048688483886508e-07, + "M": 1.9952656202804064e-06, + "O": 9.645308409744757e-07, + "W": 4.7613578857408356e-08, + "N": 3.6503636238194304e-06, + "Y": 0.0002514739171601832, + "U": 3.508288060061204e-08, + "K": 1.5615838492522016e-05, + "L": 1.562016294087698e-08, + "G": 4.077258927281946e-05, + "F": 0.0029618593398481607, + "E": 0.00018990675744134933, + "T": 3.0847171728964895e-05, + "P": 0.43592458963394165, + "-": 0.5604815483093262 + }, + "id": "tp_18845" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2355656, + "label": "-", + "classification": { + "B": 2.1607016620350805e-08, + "S": 7.258252310293756e-08, + "I": 0.00018646000535227358, + "C": 1.486229393776739e-05, + "R": 1.223361664415279e-06, + "M": 9.05087472347077e-06, + "O": 2.051703631877899e-06, + "W": 8.356157366051775e-08, + "N": 6.591958481294569e-06, + "Y": 0.0003637369954958558, + "U": 1.7292232712406985e-07, + "K": 2.27035320676805e-06, + "L": 1.9028894371331262e-07, + "G": 6.976137956371531e-05, + "F": 0.0010644992580637336, + "E": 0.0002297503233421594, + "T": 9.840342681854963e-05, + "P": 0.27509334683418274, + "-": 0.7228574752807617 + }, + "id": "tp_18846" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2355756, + "label": "-", + "classification": { + "B": 1.3876023663428327e-09, + "S": 2.8711960586846885e-10, + "I": 2.0630210428862483e-07, + "C": 2.5758328803249242e-08, + "R": 1.1236439556583377e-09, + "M": 6.864998169930914e-08, + "O": 3.674421122923377e-08, + "W": 4.0026718051144883e-10, + "N": 3.771908563265924e-09, + "Y": 6.750720331183402e-06, + "U": 1.5097334493674452e-10, + "K": 5.611761721979747e-09, + "L": 5.383719026141875e-10, + "G": 1.0069710469906568e-06, + "F": 0.00013448650133796036, + "E": 4.906115691483137e-07, + "T": 1.7550551092426758e-06, + "P": 0.06911659985780716, + "-": 0.9307385683059692 + }, + "id": "tp_18847" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2355889, + "label": "-", + "classification": { + "B": 2.8664919396459432e-11, + "S": 2.975494156620684e-11, + "I": 3.965300265917904e-07, + "C": 7.123579504053623e-09, + "R": 2.6858759660797205e-10, + "M": 6.666148522072035e-09, + "O": 4.597048075538623e-09, + "W": 6.901374610679412e-11, + "N": 3.7114096240742356e-09, + "Y": 1.081915456779825e-06, + "U": 5.346718554011254e-11, + "K": 1.3264547238378555e-09, + "L": 8.039045817920254e-11, + "G": 9.040719817221543e-08, + "F": 9.687394049251452e-05, + "E": 3.763885558782931e-07, + "T": 7.934091854622238e-07, + "P": 0.19931067526340485, + "-": 0.8005897402763367 + }, + "id": "tp_18848" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2356023, + "label": "P", + "classification": { + "B": 7.70130015315118e-10, + "S": 2.246770269831444e-10, + "I": 4.928106136503629e-07, + "C": 4.879478418540195e-11, + "R": 7.266820825635456e-12, + "M": 3.866842401833992e-09, + "O": 3.1689209034624355e-09, + "W": 1.0656805993214391e-10, + "N": 1.3360015316266072e-08, + "Y": 2.304106061501443e-08, + "U": 5.9159799455088535e-12, + "K": 2.951165700704195e-11, + "L": 1.3660680225902055e-11, + "G": 6.7280319093754315e-09, + "F": 1.505714067207009e-06, + "E": 2.800029506033752e-07, + "T": 1.8937764423299086e-07, + "P": 0.9616677165031433, + "-": 0.038329895585775375 + }, + "id": "tp_18849" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2356156, + "label": "P", + "classification": { + "B": 2.814618760282883e-09, + "S": 3.6407759029799536e-09, + "I": 3.4162159863626584e-05, + "C": 2.668979703912555e-08, + "R": 1.7280800124197526e-09, + "M": 1.2356170486782503e-07, + "O": 5.722047546896647e-08, + "W": 2.8415136910098227e-09, + "N": 1.039831772686739e-06, + "Y": 2.016985490627121e-06, + "U": 1.7068921831508987e-09, + "K": 8.165340403820665e-08, + "L": 8.355731662135213e-10, + "G": 4.997672249373863e-07, + "F": 6.047351416782476e-05, + "E": 2.380106525379233e-05, + "T": 3.019307087015477e-06, + "P": 0.8598529100418091, + "-": 0.14002178609371185 + }, + "id": "tp_18850" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2356256, + "label": "P", + "classification": { + "B": 4.441846890301804e-09, + "S": 5.494655841431495e-09, + "I": 1.931644328578841e-05, + "C": 8.363887360474109e-08, + "R": 7.693011561116236e-09, + "M": 3.382135673746234e-07, + "O": 1.639194806557498e-07, + "W": 4.747379822589437e-09, + "N": 6.701535539832548e-07, + "Y": 2.601862433948554e-06, + "U": 2.096119944283714e-09, + "K": 2.3115898528658363e-08, + "L": 4.46507852913669e-09, + "G": 1.7841879298430285e-06, + "F": 0.00017836879123933613, + "E": 1.067513494490413e-05, + "T": 7.923944394860882e-06, + "P": 0.836551308631897, + "-": 0.16322672367095947 + }, + "id": "tp_18851" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2356390, + "label": "P", + "classification": { + "B": 4.4364387163930985e-10, + "S": 1.4051179664242852e-10, + "I": 5.333107765181921e-06, + "C": 5.863881380463454e-09, + "R": 6.068112679002979e-11, + "M": 7.089050768627203e-08, + "O": 3.223171729516139e-09, + "W": 4.6708643897108715e-11, + "N": 1.6325286367191438e-07, + "Y": 1.5408065223709855e-07, + "U": 6.875548047569069e-11, + "K": 9.581071491737703e-10, + "L": 4.6303717804452305e-11, + "G": 6.182626322015494e-08, + "F": 1.8346472643315792e-05, + "E": 4.724445898318663e-05, + "T": 4.2258236021552875e-07, + "P": 0.9384731650352478, + "-": 0.06145510450005531 + }, + "id": "tp_18852" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2356523, + "label": "-", + "classification": { + "B": 1.555373252415393e-08, + "S": 2.3936919113509703e-09, + "I": 7.97308257460827e-06, + "C": 1.228198129865632e-07, + "R": 1.3607307280949499e-08, + "M": 5.44124930001999e-07, + "O": 2.458089340962033e-07, + "W": 4.549226773065129e-09, + "N": 1.0890970969512637e-07, + "Y": 1.5149107639444992e-05, + "U": 2.2165240753935223e-09, + "K": 6.203342728383632e-09, + "L": 8.064492185155814e-09, + "G": 3.479506403891719e-06, + "F": 4.1967879951698706e-05, + "E": 3.155275635435828e-06, + "T": 1.8995149730471894e-05, + "P": 0.22666634619235992, + "-": 0.7732418179512024 + }, + "id": "tp_18853" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2356657, + "label": "-", + "classification": { + "B": 1.0635503713274375e-06, + "S": 1.314906654670267e-07, + "I": 9.595420851837844e-05, + "C": 1.2438581507012714e-05, + "R": 7.916535196272889e-07, + "M": 6.484563527919818e-06, + "O": 9.37447930482449e-06, + "W": 1.3782455710042996e-07, + "N": 2.635904820635915e-06, + "Y": 4.009066833532415e-05, + "U": 1.297408118716703e-07, + "K": 9.938138134657493e-08, + "L": 1.0241142263112124e-06, + "G": 0.00010406129149487242, + "F": 0.000988953746855259, + "E": 4.588674346450716e-05, + "T": 5.7145985920215026e-05, + "P": 0.23022425174713135, + "-": 0.7684093713760376 + }, + "id": "tp_18854" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2356757, + "label": "P", + "classification": { + "B": 6.500643821558182e-16, + "S": 1.799107932605264e-15, + "I": 1.0154425744701712e-08, + "C": 4.716169945892523e-13, + "R": 2.1076754707846646e-15, + "M": 1.0745234996917263e-12, + "O": 3.2342775376295596e-13, + "W": 3.647979474378192e-15, + "N": 2.7676194669368215e-11, + "Y": 6.012257358634088e-10, + "U": 3.728325631622946e-15, + "K": 4.429851450937772e-12, + "L": 4.53229860021239e-16, + "G": 2.781452845823651e-11, + "F": 4.502206536471931e-07, + "E": 3.3487548734001393e-08, + "T": 6.051869561041201e-10, + "P": 0.8424950838088989, + "-": 0.15750442445278168 + }, + "id": "tp_18855" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2356890, + "label": "-", + "classification": { + "B": 2.459255687980999e-09, + "S": 1.9278258156507633e-10, + "I": 9.206735740008298e-06, + "C": 1.6980285977297171e-07, + "R": 4.828655253419356e-09, + "M": 6.681196396129963e-07, + "O": 7.42696428801537e-08, + "W": 4.069834746989187e-10, + "N": 4.322440716464371e-08, + "Y": 6.282856247707969e-06, + "U": 3.569741446884933e-10, + "K": 5.784213663595494e-10, + "L": 5.946012571200754e-09, + "G": 5.2190080168657005e-06, + "F": 9.340877295471728e-05, + "E": 1.4183109669829719e-05, + "T": 5.156247425475158e-06, + "P": 0.3734707236289978, + "-": 0.6263948678970337 + }, + "id": "tp_18856" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2357024, + "label": "-", + "classification": { + "B": 1.5302492606394935e-09, + "S": 2.2898141160965224e-09, + "I": 3.3100659493356943e-06, + "C": 6.76654110520758e-08, + "R": 4.056368130278543e-09, + "M": 1.9462389388991141e-07, + "O": 1.278060466347597e-07, + "W": 5.682562864706142e-09, + "N": 1.572161067997513e-07, + "Y": 1.1827523849206045e-05, + "U": 2.2358193074722976e-09, + "K": 4.4780125563192996e-07, + "L": 1.3200532889001693e-09, + "G": 1.7912547036758042e-06, + "F": 0.0012898941058665514, + "E": 2.4441798814223148e-05, + "T": 5.77541231905343e-06, + "P": 0.3567773997783661, + "-": 0.6418845653533936 + }, + "id": "tp_18857" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2357157, + "label": "-", + "classification": { + "B": 3.255912484068091e-10, + "S": 8.855553512709946e-10, + "I": 1.1251157729930128e-06, + "C": 8.255532257805953e-09, + "R": 6.241341332646755e-10, + "M": 1.2332302290474217e-08, + "O": 3.080858235193773e-08, + "W": 2.1741832778587877e-09, + "N": 5.6459594333091445e-08, + "Y": 1.7315308014076436e-06, + "U": 4.5445064378313305e-10, + "K": 2.476957376984501e-07, + "L": 1.114903377952281e-10, + "G": 2.0326841365658765e-07, + "F": 0.0004479234048631042, + "E": 5.878757747268537e-06, + "T": 8.061194876063382e-07, + "P": 0.47933945059776306, + "-": 0.5202024579048157 + }, + "id": "tp_18858" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2357257, + "label": "-", + "classification": { + "B": 2.8017093089971468e-09, + "S": 3.889751187813317e-09, + "I": 2.69986703642644e-05, + "C": 1.1087826123912237e-06, + "R": 7.564987214436769e-08, + "M": 5.292483251650992e-07, + "O": 3.3594778869883157e-07, + "W": 1.3227253070624556e-08, + "N": 1.3216548495620373e-06, + "Y": 8.817555499263108e-05, + "U": 1.745235067573958e-08, + "K": 4.558029104373418e-06, + "L": 2.6428230714969914e-09, + "G": 1.0790669875859749e-05, + "F": 0.0014644524781033397, + "E": 6.874517566757277e-05, + "T": 1.0193287380388938e-05, + "P": 0.33186328411102295, + "-": 0.6664593815803528 + }, + "id": "tp_18859" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2357391, + "label": "P", + "classification": { + "B": 5.425006624482087e-11, + "S": 1.6324848417514914e-10, + "I": 1.7234973711310886e-05, + "C": 1.4558673155917745e-09, + "R": 1.3276413302065748e-10, + "M": 6.990369616488579e-09, + "O": 2.084427519477572e-09, + "W": 4.9313251399007996e-11, + "N": 4.1598303823775495e-07, + "Y": 7.914032096323353e-08, + "U": 2.722926051301755e-11, + "K": 3.2516795922532538e-09, + "L": 2.0801678088377962e-11, + "G": 4.5995591335667996e-08, + "F": 4.3911245484196115e-06, + "E": 3.7286008591763675e-06, + "T": 1.5584731727358303e-07, + "P": 0.9925812482833862, + "-": 0.007392603438347578 + }, + "id": "tp_18860" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2357524, + "label": "-", + "classification": { + "B": 2.108557737301453e-07, + "S": 1.2858947684435407e-08, + "I": 8.804273420537356e-06, + "C": 1.5764618410685216e-07, + "R": 1.7452329359457508e-08, + "M": 2.3606496597494697e-06, + "O": 7.459903486051189e-07, + "W": 1.0065631883549031e-08, + "N": 1.2432033713594137e-07, + "Y": 2.7267567929811776e-05, + "U": 2.1750194978409354e-09, + "K": 2.92381923117091e-08, + "L": 4.3394607018854003e-08, + "G": 1.7198832210851833e-05, + "F": 0.0014913436025381088, + "E": 2.5581697627785616e-05, + "T": 1.2951186363352463e-05, + "P": 0.17209015786647797, + "-": 0.8263230919837952 + }, + "id": "tp_18861" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2357658, + "label": "P", + "classification": { + "B": 6.349674208649958e-08, + "S": 8.686278363256861e-08, + "I": 8.303601134684868e-06, + "C": 2.219718595597442e-07, + "R": 1.2364418822130574e-08, + "M": 1.975975465029478e-06, + "O": 8.609378028268111e-07, + "W": 7.42703960554536e-08, + "N": 8.842378633744374e-07, + "Y": 1.923661147884559e-05, + "U": 1.1289798429459097e-08, + "K": 1.7662281379671185e-06, + "L": 1.0005337003349268e-08, + "G": 7.101586106728064e-06, + "F": 0.001490290043875575, + "E": 0.00013616864453069866, + "T": 1.848938518378418e-05, + "P": 0.5208950638771057, + "-": 0.47741931676864624 + }, + "id": "tp_18862" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2357758, + "label": "-", + "classification": { + "B": 3.4374322694930015e-06, + "S": 7.0517817221116275e-06, + "I": 0.0002645772765390575, + "C": 5.529253394342959e-05, + "R": 1.4573402040696237e-05, + "M": 0.000255827879300341, + "O": 6.746299186488613e-05, + "W": 7.435936822730582e-06, + "N": 2.734713052632287e-05, + "Y": 0.003224356332793832, + "U": 2.995975364683545e-06, + "K": 9.442434384254739e-05, + "L": 5.875150691281306e-06, + "G": 0.0004174589121248573, + "F": 0.017246529459953308, + "E": 0.0005201840540394187, + "T": 0.0009888841304928064, + "P": 0.12394671142101288, + "-": 0.8528496026992798 + }, + "id": "tp_18863" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2357891, + "label": "-", + "classification": { + "B": 5.061046026710869e-10, + "S": 1.4628227795743243e-10, + "I": 1.3596444432550925e-06, + "C": 8.101462611875831e-08, + "R": 5.610057751681552e-09, + "M": 3.396630177121551e-08, + "O": 3.537566328759567e-08, + "W": 4.310708179300349e-10, + "N": 1.7169805133221416e-08, + "Y": 2.2360420643963153e-06, + "U": 3.3947616939755676e-10, + "K": 3.143206250832975e-10, + "L": 1.5671849373788405e-09, + "G": 6.685052085231291e-07, + "F": 7.543732499470934e-05, + "E": 4.475655259739142e-07, + "T": 4.055874796904391e-06, + "P": 0.3590410351753235, + "-": 0.6408746242523193 + }, + "id": "tp_18864" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2358025, + "label": "-", + "classification": { + "B": 2.256356768093326e-10, + "S": 4.721651403194471e-10, + "I": 6.690821692245663e-07, + "C": 3.4525568515242355e-10, + "R": 2.9057296499490626e-11, + "M": 1.3475109916782912e-08, + "O": 1.815824823836465e-08, + "W": 3.0162594644167484e-10, + "N": 2.146832578375779e-08, + "Y": 3.247163817832188e-07, + "U": 6.560263443589065e-11, + "K": 1.0602946298732263e-09, + "L": 1.492741069641923e-10, + "G": 2.754953065675636e-08, + "F": 1.7890384697238915e-05, + "E": 7.58576618409279e-07, + "T": 2.1643559193762485e-06, + "P": 0.41736623644828796, + "-": 0.5826119184494019 + }, + "id": "tp_18865" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2358158, + "label": "-", + "classification": { + "B": 2.1782883777632378e-05, + "S": 3.536821850502747e-06, + "I": 0.000303208886180073, + "C": 5.0163569540018216e-05, + "R": 4.465771326067625e-06, + "M": 0.0003279737429693341, + "O": 8.329084084834903e-05, + "W": 2.906409690695e-06, + "N": 1.1097865353804082e-05, + "Y": 0.0002498333342373371, + "U": 5.254415214039909e-07, + "K": 2.782208241569606e-08, + "L": 3.7304398574633524e-05, + "G": 0.0002864580019377172, + "F": 0.0008876679348759353, + "E": 0.0001940613437909633, + "T": 0.000465986697236076, + "P": 0.42322954535484314, + "-": 0.5738402009010315 + }, + "id": "tp_18866" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2358258, + "label": "-", + "classification": { + "B": 2.16883277423573e-14, + "S": 2.423739919703294e-13, + "I": 5.430942806583516e-09, + "C": 4.2460184673798196e-11, + "R": 4.78345607481806e-13, + "M": 3.5415509413994073e-10, + "O": 6.44794634352408e-11, + "W": 1.751577805323909e-13, + "N": 9.735671296917658e-11, + "Y": 6.320154710692805e-08, + "U": 8.14901192857341e-14, + "K": 1.995349024896953e-10, + "L": 8.758268497379915e-14, + "G": 1.3417089661516002e-09, + "F": 6.502344331238419e-05, + "E": 6.55153300499478e-08, + "T": 3.922843916370766e-08, + "P": 0.15454205870628357, + "-": 0.8453928232192993 + }, + "id": "tp_18867" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2358392, + "label": "-", + "classification": { + "B": 1.266978817866804e-12, + "S": 5.5459716680195115e-12, + "I": 1.1980437193415128e-06, + "C": 3.982493002041565e-09, + "R": 3.358471278858133e-10, + "M": 1.682586869833358e-08, + "O": 2.6382234175059693e-09, + "W": 1.1804390798175746e-11, + "N": 3.3275291411172248e-09, + "Y": 1.642318920858088e-06, + "U": 2.286650035987492e-11, + "K": 7.923222494765625e-11, + "L": 5.279866821528145e-11, + "G": 4.2012935352886416e-08, + "F": 4.429784894455224e-06, + "E": 1.5989644452929497e-07, + "T": 4.400630587042542e-06, + "P": 0.27285873889923096, + "-": 0.7271293997764587 + }, + "id": "tp_18868" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2358525, + "label": "-", + "classification": { + "B": 2.5891608856909443e-06, + "S": 8.253197734120477e-07, + "I": 3.38559111696668e-05, + "C": 1.6012384094210574e-06, + "R": 9.40583220199187e-08, + "M": 7.339502917602658e-05, + "O": 1.675821295066271e-05, + "W": 5.305436161506805e-07, + "N": 2.0807508462894475e-06, + "Y": 3.649911013781093e-05, + "U": 5.398462121775083e-08, + "K": 1.72049553270881e-07, + "L": 1.2331332754911273e-06, + "G": 3.251472662668675e-05, + "F": 0.0027265078388154507, + "E": 0.00024106331693474203, + "T": 7.499737694161013e-05, + "P": 0.2691481411457062, + "-": 0.7276070713996887 + }, + "id": "tp_18869" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2358625, + "label": "-", + "classification": { + "B": 4.682229604036081e-11, + "S": 6.573358524164519e-11, + "I": 3.81811878469307e-05, + "C": 7.224419817930539e-08, + "R": 3.982584928508004e-09, + "M": 1.5143908171921794e-07, + "O": 1.9855960431414132e-08, + "W": 1.7316478806428393e-10, + "N": 1.4111124357896188e-07, + "Y": 1.0171910616918467e-05, + "U": 2.731173620595939e-10, + "K": 1.7082653069877551e-09, + "L": 3.3334804361295767e-10, + "G": 3.4570561524560617e-07, + "F": 1.1217180144740269e-05, + "E": 7.1397221290681046e-06, + "T": 1.0955578545690514e-05, + "P": 0.24548311531543732, + "-": 0.7544384598731995 + }, + "id": "tp_18870" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2358759, + "label": "-", + "classification": { + "B": 1.0865649352487239e-10, + "S": 1.2703570140271125e-10, + "I": 2.856940000128816e-07, + "C": 1.0778435921565688e-07, + "R": 4.451440549502195e-09, + "M": 9.585922953192494e-07, + "O": 4.044813550763138e-08, + "W": 1.4790775548778612e-10, + "N": 2.810638388694997e-09, + "Y": 1.957058884727303e-05, + "U": 8.376967869372365e-11, + "K": 1.3787656572006313e-09, + "L": 1.596610399445808e-09, + "G": 1.499561449236353e-06, + "F": 0.00023835062165744603, + "E": 8.095315138234582e-07, + "T": 9.233337550540455e-06, + "P": 0.016599329188466072, + "-": 0.9831299185752869 + }, + "id": "tp_18871" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2358892, + "label": "P", + "classification": { + "B": 8.355266478687895e-10, + "S": 7.612826480318802e-10, + "I": 7.4031759140780196e-06, + "C": 6.671660912616062e-08, + "R": 1.2541951921463124e-09, + "M": 2.0345855489267706e-07, + "O": 2.8316401667893842e-08, + "W": 6.371779770475428e-10, + "N": 1.3650314656388218e-07, + "Y": 4.958652880304726e-06, + "U": 5.487257315195393e-10, + "K": 1.0582620113552821e-08, + "L": 8.210823132515088e-10, + "G": 3.361336666785064e-07, + "F": 0.0001553975889692083, + "E": 1.2273147149244323e-05, + "T": 2.600576408440247e-06, + "P": 0.5280289649963379, + "-": 0.47178760170936584 + }, + "id": "tp_18872" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2359026, + "label": "P", + "classification": { + "B": 1.3489918160303205e-07, + "S": 8.059198535192991e-07, + "I": 0.0003340891271363944, + "C": 5.687997145287227e-06, + "R": 5.412382506619906e-07, + "M": 4.9199865316040814e-05, + "O": 5.77288847125601e-06, + "W": 2.485950858499564e-07, + "N": 2.21721002162667e-05, + "Y": 0.00029607335454784334, + "U": 1.638565834127803e-07, + "K": 4.434682068676921e-06, + "L": 3.1775485354046396e-07, + "G": 2.894095996452961e-05, + "F": 0.0008594355313107371, + "E": 0.0005671098479069769, + "T": 0.0002502900315448642, + "P": 0.5198812484741211, + "-": 0.4776933491230011 + }, + "id": "tp_18873" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2359126, + "label": "P", + "classification": { + "B": 4.520373764194119e-08, + "S": 5.887453369268769e-08, + "I": 0.0001112115933210589, + "C": 1.4960944554331945e-06, + "R": 1.5515249174313794e-07, + "M": 2.588799134173314e-06, + "O": 7.153164460760308e-07, + "W": 7.330241658110026e-08, + "N": 8.33057492855005e-06, + "Y": 2.487178244336974e-05, + "U": 5.964026428273428e-08, + "K": 1.4695337995362934e-06, + "L": 2.7681497982712244e-08, + "G": 7.811333489371464e-06, + "F": 0.0005671047256328166, + "E": 0.00016842408513184637, + "T": 3.124577779090032e-05, + "P": 0.8378664255142212, + "-": 0.16120782494544983 + }, + "id": "tp_18874" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2359259, + "label": "-", + "classification": { + "B": 4.059760527752587e-08, + "S": 1.8101875554066282e-08, + "I": 9.422044240636751e-05, + "C": 4.469345185498241e-06, + "R": 2.2171026614614675e-07, + "M": 4.092190920346184e-06, + "O": 8.220756058108236e-07, + "W": 5.516384149473197e-08, + "N": 2.770283117570216e-06, + "Y": 6.335398938972503e-05, + "U": 4.390903285411696e-08, + "K": 5.193336960473971e-07, + "L": 6.768335225615374e-08, + "G": 1.060883096215548e-05, + "F": 0.0005977748660370708, + "E": 8.038315718295053e-05, + "T": 4.0268943848786876e-05, + "P": 0.37446990609169006, + "-": 0.6246303915977478 + }, + "id": "tp_18875" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2359393, + "label": "-", + "classification": { + "B": 2.6724579580555963e-12, + "S": 1.280299325757961e-12, + "I": 3.378005999365996e-07, + "C": 6.721568190926064e-09, + "R": 1.267747434807731e-10, + "M": 1.1678335631870596e-08, + "O": 2.2613806383020574e-09, + "W": 1.4532043970949537e-11, + "N": 4.659729824219028e-10, + "Y": 7.749252404209983e-07, + "U": 1.736533139506946e-11, + "K": 2.3274063232214814e-11, + "L": 5.391436602719679e-11, + "G": 4.5453369068582106e-08, + "F": 1.5496266314585228e-06, + "E": 3.941877935176308e-08, + "T": 9.12751659143396e-07, + "P": 0.036668840795755386, + "-": 0.9633274078369141 + }, + "id": "tp_18876" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2359526, + "label": "P", + "classification": { + "B": 7.202524443528091e-07, + "S": 3.049114027930955e-08, + "I": 2.78745501418598e-05, + "C": 3.786535174299388e-08, + "R": 6.21537399325689e-09, + "M": 1.5381688172055874e-06, + "O": 2.6414722924528178e-06, + "W": 4.6451063440144935e-08, + "N": 3.0703643005836057e-07, + "Y": 1.0577377906884067e-06, + "U": 2.757382100426753e-09, + "K": 1.1486079448674857e-10, + "L": 2.3519598357779614e-07, + "G": 1.6529644426555024e-06, + "F": 2.5946876121452078e-05, + "E": 4.182771590421908e-06, + "T": 1.411841731169261e-05, + "P": 0.5640510320663452, + "-": 0.43586859107017517 + }, + "id": "tp_18877" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2359626, + "label": "-", + "classification": { + "B": 4.1404915607223813e-10, + "S": 3.865479492048962e-09, + "I": 1.2194665941933636e-05, + "C": 3.753507087367325e-07, + "R": 2.302459378711319e-08, + "M": 1.4619182593378355e-06, + "O": 2.2573411229132034e-07, + "W": 9.401293077360151e-09, + "N": 1.7261925222555874e-07, + "Y": 2.8625361665035598e-05, + "U": 2.8048490197107867e-09, + "K": 3.47945245948722e-08, + "L": 5.065207364651769e-09, + "G": 7.367493708443362e-07, + "F": 8.366277324967086e-05, + "E": 8.06961179478094e-06, + "T": 3.499193917377852e-05, + "P": 0.06284162402153015, + "-": 0.9369877576828003 + }, + "id": "tp_18878" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2359760, + "label": "-", + "classification": { + "B": 1.8126161682729958e-10, + "S": 2.53077753198383e-10, + "I": 2.14342671824852e-05, + "C": 4.488204865538137e-07, + "R": 4.660378749576921e-08, + "M": 5.951913522039831e-07, + "O": 1.2178449537714187e-07, + "W": 1.4689662819478144e-09, + "N": 6.767412230601622e-08, + "Y": 2.6412893930682912e-05, + "U": 1.5254015828247702e-09, + "K": 1.4351155819269934e-09, + "L": 3.907363765875971e-09, + "G": 2.546356881794054e-06, + "F": 1.919015085150022e-05, + "E": 9.264792311114434e-07, + "T": 3.119589382549748e-05, + "P": 0.1141267791390419, + "-": 0.8857702016830444 + }, + "id": "tp_18879" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2359893, + "label": "-", + "classification": { + "B": 1.1262715586546346e-11, + "S": 4.0991294560088765e-12, + "I": 7.39312042696838e-08, + "C": 9.401085465654546e-10, + "R": 5.689981472101202e-12, + "M": 1.6506532807269991e-09, + "O": 6.319287315648126e-10, + "W": 7.076786205650887e-12, + "N": 5.302417394048575e-10, + "Y": 3.818898619556421e-07, + "U": 3.4783619127370935e-12, + "K": 4.1809225526101557e-10, + "L": 4.274803601378441e-12, + "G": 2.859417058687086e-08, + "F": 1.149284162238473e-05, + "E": 2.7196770702175854e-07, + "T": 7.688699099617224e-08, + "P": 0.14854814112186432, + "-": 0.8514394760131836 + }, + "id": "tp_18880" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2360027, + "label": "P", + "classification": { + "B": 3.3537303251347794e-13, + "S": 3.656094727639246e-14, + "I": 2.056079217993556e-08, + "C": 2.921168298572474e-12, + "R": 2.4056409940248144e-14, + "M": 1.2230971443982774e-11, + "O": 5.3194193841421544e-12, + "W": 4.9596293055526736e-14, + "N": 1.0710067555042002e-10, + "Y": 3.46403927764527e-09, + "U": 3.441553818187351e-14, + "K": 1.160585603315889e-11, + "L": 1.1746900246143235e-14, + "G": 2.9833746584273513e-10, + "F": 1.5491745841700322e-07, + "E": 5.0897863701493407e-08, + "T": 3.877602239299449e-09, + "P": 0.8717969655990601, + "-": 0.1282028704881668 + }, + "id": "tp_18881" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2360127, + "label": "-", + "classification": { + "B": 9.463605593618141e-11, + "S": 1.4251769209217002e-10, + "I": 1.4301895134849474e-07, + "C": 7.873941498814929e-10, + "R": 7.949646496641094e-11, + "M": 1.3385553998546129e-08, + "O": 1.289291073902632e-08, + "W": 9.706931786146455e-11, + "N": 2.92812574187451e-09, + "Y": 6.019089369146968e-07, + "U": 1.6706230149265977e-11, + "K": 5.557281856916063e-10, + "L": 5.473104608411106e-11, + "G": 5.289567539534801e-08, + "F": 2.9509479645639658e-05, + "E": 1.6264154112377582e-07, + "T": 1.5207709793685353e-06, + "P": 0.2489687204360962, + "-": 0.7509992122650146 + }, + "id": "tp_18882" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2360260, + "label": "-", + "classification": { + "B": 6.960418569637583e-13, + "S": 1.6021227042511271e-13, + "I": 2.4822034205840282e-08, + "C": 1.234439911401708e-10, + "R": 4.4709284018062956e-12, + "M": 2.8710966937239846e-09, + "O": 2.3414609140459675e-10, + "W": 1.443633759626653e-13, + "N": 7.222376863236235e-11, + "Y": 4.611014787769818e-07, + "U": 7.088483988150485e-14, + "K": 1.2830305394506691e-12, + "L": 8.896552656893764e-13, + "G": 1.1871527760831668e-08, + "F": 4.237049324729014e-06, + "E": 2.4894530881169885e-08, + "T": 2.852842726497329e-07, + "P": 0.10078056901693344, + "-": 0.8992142677307129 + }, + "id": "tp_18883" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2360394, + "label": "-", + "classification": { + "B": 2.8581482069967024e-07, + "S": 2.548581612416001e-08, + "I": 1.840550612541847e-05, + "C": 3.0112553872641e-07, + "R": 3.25143325596855e-08, + "M": 1.1442251889093313e-05, + "O": 2.2794611140852794e-06, + "W": 6.413442577013484e-08, + "N": 7.611362775605812e-07, + "Y": 0.00010668175673345104, + "U": 3.3109614605564275e-08, + "K": 5.720002036468941e-07, + "L": 6.940486230178067e-08, + "G": 1.6599167793174274e-05, + "F": 0.00041365399374626577, + "E": 8.423228428000584e-05, + "T": 0.00010771478991955519, + "P": 0.146834596991539, + "-": 0.8524023294448853 + }, + "id": "tp_18884" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2360527, + "label": "-", + "classification": { + "B": 3.26334603784062e-09, + "S": 9.097288256043612e-08, + "I": 1.6366228692277218e-06, + "C": 1.2998067511205136e-08, + "R": 6.967559307291538e-10, + "M": 2.551280715579196e-07, + "O": 1.4170362305776507e-07, + "W": 1.7147439024256528e-08, + "N": 2.3624332357030653e-07, + "Y": 1.8387740055914037e-05, + "U": 1.7345026526172092e-09, + "K": 1.1939933983740048e-06, + "L": 7.979590321838259e-10, + "G": 5.159694183021202e-07, + "F": 0.00033324374817311764, + "E": 1.0682038919185288e-05, + "T": 1.4054873645363841e-05, + "P": 0.15013764798641205, + "-": 0.8494819402694702 + }, + "id": "tp_18885" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2360627, + "label": "-", + "classification": { + "B": 1.3132928522452403e-08, + "S": 1.257999260317888e-09, + "I": 7.681900751776993e-05, + "C": 8.093479664239567e-07, + "R": 1.528079351942324e-08, + "M": 5.940812570770504e-07, + "O": 1.5100916073151893e-07, + "W": 7.154809189557909e-09, + "N": 1.8538441963755758e-06, + "Y": 3.390717756701633e-05, + "U": 1.5742118719686005e-08, + "K": 5.913643690291792e-06, + "L": 3.659271108347184e-09, + "G": 2.654363379406277e-05, + "F": 0.0006881497683934867, + "E": 0.0011799961794167757, + "T": 5.762480668636272e-06, + "P": 0.4192720353603363, + "-": 0.5787073969841003 + }, + "id": "tp_18886" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2360761, + "label": "-", + "classification": { + "B": 5.080525930512003e-11, + "S": 2.3264157961166987e-11, + "I": 1.5714336143446417e-07, + "C": 6.490145754156629e-09, + "R": 1.5798232166908122e-10, + "M": 1.517947190166069e-08, + "O": 3.114219992994549e-09, + "W": 3.338996440449549e-11, + "N": 1.02431974013939e-09, + "Y": 8.726261739866459e-07, + "U": 1.8806499760271045e-11, + "K": 2.502182350205828e-10, + "L": 6.31498256464802e-11, + "G": 1.3216728689258161e-07, + "F": 4.401457044878043e-05, + "E": 1.2734719234686054e-07, + "T": 1.073840962817485e-06, + "P": 0.25389620661735535, + "-": 0.746057391166687 + }, + "id": "tp_18887" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2360894, + "label": "-", + "classification": { + "B": 5.796132018787148e-09, + "S": 2.94774760156713e-09, + "I": 3.8100773736005067e-07, + "C": 1.8064678641849241e-09, + "R": 3.470854853526717e-11, + "M": 1.5352158300174779e-07, + "O": 4.189843849644603e-08, + "W": 4.525443353387004e-10, + "N": 1.1401604105287788e-08, + "Y": 1.1736782425941783e-06, + "U": 6.293891796627094e-11, + "K": 2.2231029517261192e-10, + "L": 6.631417637237291e-10, + "G": 2.5632053279878164e-07, + "F": 6.191993634274695e-06, + "E": 9.643389375924016e-07, + "T": 6.823565399827203e-06, + "P": 0.3311153054237366, + "-": 0.6688687205314636 + }, + "id": "tp_18888" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2361028, + "label": "-", + "classification": { + "B": 7.52678364079884e-09, + "S": 6.838576815937358e-09, + "I": 5.989614692225587e-06, + "C": 7.267987029990763e-07, + "R": 1.214636142776726e-07, + "M": 9.53575272433227e-06, + "O": 1.4605237765863421e-06, + "W": 1.936777316302596e-08, + "N": 6.826850551533425e-08, + "Y": 0.00013359234435483813, + "U": 1.0660319738065027e-08, + "K": 4.3220147460942826e-08, + "L": 1.2567450369260769e-07, + "G": 1.3362222489377018e-05, + "F": 0.00027502389275468886, + "E": 1.0234487490379252e-05, + "T": 9.177920583169907e-05, + "P": 0.024380434304475784, + "-": 0.9750774502754211 + }, + "id": "tp_18889" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2361128, + "label": "-", + "classification": { + "B": 1.2570285923274582e-09, + "S": 9.99955673819386e-12, + "I": 8.870698309237923e-08, + "C": 1.0551297613403676e-09, + "R": 6.796047752333223e-11, + "M": 7.09533409803953e-08, + "O": 1.6949151415701635e-08, + "W": 1.603930877003279e-11, + "N": 1.5893839022673717e-10, + "Y": 3.387655738151807e-07, + "U": 2.3075675485012548e-12, + "K": 2.2839440842054026e-12, + "L": 7.829610293441647e-10, + "G": 7.281492457877903e-07, + "F": 1.5295274351956323e-05, + "E": 1.9249117144681804e-07, + "T": 8.794253858468437e-07, + "P": 0.037734683603048325, + "-": 0.9622477293014526 + }, + "id": "tp_18890" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2361261, + "label": "-", + "classification": { + "B": 7.568385029799174e-08, + "S": 5.643896656692959e-07, + "I": 0.00042965731699950993, + "C": 7.067217666190118e-06, + "R": 8.025006650314026e-07, + "M": 7.102460131136468e-06, + "O": 4.8385309128207155e-06, + "W": 1.0070817779705976e-06, + "N": 3.3290831197518855e-05, + "Y": 0.0001670444617047906, + "U": 3.7852035461583e-07, + "K": 2.5995730538852513e-05, + "L": 1.4033410877800634e-07, + "G": 1.9279919797554612e-05, + "F": 0.0018414213554933667, + "E": 0.0004385558422654867, + "T": 0.00012096524005755782, + "P": 0.4411576986312866, + "-": 0.5557441115379333 + }, + "id": "tp_18891" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2361395, + "label": "-", + "classification": { + "B": 4.443133794912457e-12, + "S": 3.918688724208197e-12, + "I": 7.509718784604047e-07, + "C": 1.3807283316680241e-08, + "R": 2.1440989261822807e-10, + "M": 1.1307959368878073e-07, + "O": 4.886410831517196e-09, + "W": 1.5535591910142976e-11, + "N": 1.3998598946685092e-09, + "Y": 3.270093657192774e-06, + "U": 1.942077054728486e-11, + "K": 3.1356913593461044e-11, + "L": 1.549653599886014e-10, + "G": 2.547126598528848e-07, + "F": 3.572434025045368e-06, + "E": 4.0555653413321124e-07, + "T": 4.6323011702043004e-06, + "P": 0.08925547450780869, + "-": 0.9107314348220825 + }, + "id": "tp_18892" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2361528, + "label": "-", + "classification": { + "B": 4.84108295495389e-06, + "S": 1.2903202332381625e-05, + "I": 0.0010958208004012704, + "C": 0.0001921678049257025, + "R": 3.078560621361248e-05, + "M": 0.0003489221562631428, + "O": 6.711042078677565e-05, + "W": 9.715560736367479e-06, + "N": 0.0001225031155627221, + "Y": 0.003968453966081142, + "U": 7.601941888424335e-06, + "K": 0.0001354557607555762, + "L": 1.5412950233439915e-05, + "G": 0.000988887157291174, + "F": 0.02549365535378456, + "E": 0.0025932115968316793, + "T": 0.0015510935336351395, + "P": 0.3212091326713562, + "-": 0.6421524286270142 + }, + "id": "tp_18893" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2361628, + "label": "-", + "classification": { + "B": 5.475316380842976e-13, + "S": 2.275149198812526e-13, + "I": 6.796553098098457e-09, + "C": 6.410129805428655e-12, + "R": 7.099786118172288e-14, + "M": 6.959995357824766e-10, + "O": 1.586880210568964e-10, + "W": 2.5282751695172856e-13, + "N": 2.133043221219655e-11, + "Y": 1.883825540005546e-08, + "U": 2.943827771611715e-14, + "K": 3.3178193807777145e-13, + "L": 4.5412835276113783e-13, + "G": 1.6886044784669707e-09, + "F": 1.3635726645588875e-06, + "E": 9.995843264221094e-09, + "T": 5.50480692140809e-08, + "P": 0.1497669816017151, + "-": 0.8502316474914551 + }, + "id": "tp_18894" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2361762, + "label": "-", + "classification": { + "B": 5.569285690398829e-07, + "S": 2.664251326223166e-07, + "I": 0.0014112612698227167, + "C": 2.851156023098156e-05, + "R": 5.097951543575618e-06, + "M": 0.00013963127275928855, + "O": 1.5498804714297876e-05, + "W": 8.611585258222476e-07, + "N": 3.3083895687013865e-05, + "Y": 0.0009358402458019555, + "U": 7.807642532497994e-07, + "K": 4.65438006358454e-06, + "L": 2.122280648109154e-06, + "G": 0.0001600355317350477, + "F": 0.0021063475869596004, + "E": 0.0005171449738554657, + "T": 0.0006404792075045407, + "P": 0.2825658917427063, + "-": 0.7114319205284119 + }, + "id": "tp_18895" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2361895, + "label": "-", + "classification": { + "B": 3.151489363517612e-05, + "S": 8.802239608485252e-05, + "I": 0.00047592128976248205, + "C": 7.199981337180361e-05, + "R": 2.161156589863822e-05, + "M": 0.00012010244245175272, + "O": 0.0002869648451451212, + "W": 4.605400317814201e-05, + "N": 0.00013639027019962668, + "Y": 0.0007227214518934488, + "U": 1.374980820401106e-05, + "K": 4.902048749499954e-05, + "L": 3.658218702184968e-05, + "G": 0.00027138571022078395, + "F": 0.01204951573163271, + "E": 0.000731683277990669, + "T": 0.0013314601965248585, + "P": 0.3192635178565979, + "-": 0.6642518639564514 + }, + "id": "tp_18896" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2362029, + "label": "-", + "classification": { + "B": 5.938436409280712e-09, + "S": 4.334515679715878e-08, + "I": 1.8285873011336662e-05, + "C": 6.598152708647831e-07, + "R": 8.177207178050594e-08, + "M": 1.418958390786429e-06, + "O": 8.601380159234395e-07, + "W": 1.2889469758192718e-07, + "N": 1.2643558875424787e-06, + "Y": 6.074980410630815e-05, + "U": 3.9182019406780455e-08, + "K": 2.5786181140574627e-05, + "L": 1.3073415239261976e-08, + "G": 3.933852894988377e-06, + "F": 0.006795018445700407, + "E": 0.00010084266978083178, + "T": 1.580818025104236e-05, + "P": 0.16449114680290222, + "-": 0.8284838795661926 + }, + "id": "tp_18897" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2362129, + "label": "P", + "classification": { + "B": 5.311332484936315e-10, + "S": 3.295598793862098e-10, + "I": 1.8165650544688106e-05, + "C": 5.228046262573116e-08, + "R": 1.8142848334790074e-09, + "M": 6.885427694669488e-08, + "O": 2.8721188982672174e-08, + "W": 6.382479544875252e-10, + "N": 1.2899076295980194e-07, + "Y": 1.8115904367732583e-06, + "U": 1.211856615057627e-09, + "K": 1.3952188293586687e-09, + "L": 1.6522653245587549e-09, + "G": 2.881662624076853e-07, + "F": 1.2343474736553617e-05, + "E": 8.826439625408966e-06, + "T": 5.1452457228151616e-06, + "P": 0.6045235991477966, + "-": 0.3954295516014099 + }, + "id": "tp_18898" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2362262, + "label": "-", + "classification": { + "B": 2.9603370421682484e-06, + "S": 1.1480809689601301e-06, + "I": 0.00030839303508400917, + "C": 3.7525394873227924e-05, + "R": 2.481821184119326e-06, + "M": 2.8596754418686032e-05, + "O": 1.4907806871633511e-05, + "W": 1.224904053742648e-06, + "N": 3.225480395485647e-05, + "Y": 0.00021386955631896853, + "U": 1.2284780268601025e-06, + "K": 1.4364013622980565e-05, + "L": 2.1645257675118046e-06, + "G": 0.00012784937280230224, + "F": 0.008770156651735306, + "E": 0.0009847949258983135, + "T": 0.0001530816371086985, + "P": 0.4699726998806, + "-": 0.5193302631378174 + }, + "id": "tp_18899" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2362396, + "label": "-", + "classification": { + "B": 2.3598448706252384e-07, + "S": 1.7188993695071986e-07, + "I": 0.0005775250610895455, + "C": 3.3360243833158165e-05, + "R": 2.564106353020179e-06, + "M": 5.260225862002699e-06, + "O": 6.690290319966152e-06, + "W": 7.622811040164379e-07, + "N": 3.920408198609948e-05, + "Y": 0.0003525162464939058, + "U": 2.5667434329079697e-06, + "K": 5.214964403421618e-05, + "L": 5.459083922687569e-07, + "G": 0.00013499487249646336, + "F": 0.0022157144267112017, + "E": 0.00046797716640867293, + "T": 0.00017301595653407276, + "P": 0.3806859850883484, + "-": 0.6152488589286804 + }, + "id": "tp_18900" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2362529, + "label": "-", + "classification": { + "B": 3.3351781336676822e-09, + "S": 3.031206574632961e-08, + "I": 2.646394568728283e-05, + "C": 8.897694669940392e-07, + "R": 7.20579578228353e-08, + "M": 9.346471188109717e-07, + "O": 6.829799872321018e-07, + "W": 8.180060007134671e-08, + "N": 1.930911366798682e-06, + "Y": 4.2806044803000987e-05, + "U": 2.9497714493231797e-08, + "K": 1.5156425433815457e-05, + "L": 7.221284015201945e-09, + "G": 3.829141405731207e-06, + "F": 0.0038987763691693544, + "E": 0.00011386556434445083, + "T": 1.2031688129354734e-05, + "P": 0.26460304856300354, + "-": 0.7312793731689453 + }, + "id": "tp_18901" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2362629, + "label": "P", + "classification": { + "B": 6.564165877520622e-11, + "S": 4.708510248363496e-10, + "I": 6.112248229328543e-05, + "C": 1.56905368697835e-08, + "R": 9.571234915739524e-10, + "M": 3.5213727045402266e-08, + "O": 1.3997064840509665e-08, + "W": 6.325065471379787e-10, + "N": 1.337687194791215e-06, + "Y": 1.5776499822095502e-06, + "U": 4.5729067754685104e-10, + "K": 2.903972529111343e-07, + "L": 9.005601125933183e-11, + "G": 1.622906893317122e-07, + "F": 5.964636511635035e-05, + "E": 3.500752063700929e-05, + "T": 9.440535677640582e-07, + "P": 0.8442918658256531, + "-": 0.1555478870868683 + }, + "id": "tp_18902" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2362763, + "label": "-", + "classification": { + "B": 7.218436076072976e-05, + "S": 3.038754584849812e-05, + "I": 0.0008747821557335556, + "C": 0.000315732293529436, + "R": 8.792156586423516e-05, + "M": 0.000945254520047456, + "O": 0.0004533142491709441, + "W": 3.077079600188881e-05, + "N": 6.641708023380488e-05, + "Y": 0.00447557307779789, + "U": 1.7589545677765273e-05, + "K": 6.0214897530386224e-06, + "L": 0.000169859966263175, + "G": 0.0024250876158475876, + "F": 0.0033579524606466293, + "E": 0.0005865872371941805, + "T": 0.005464802496135235, + "P": 0.19464103877544403, + "-": 0.7859787344932556 + }, + "id": "tp_18903" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2362896, + "label": "-", + "classification": { + "B": 1.853494302483938e-10, + "S": 1.9243537319191262e-10, + "I": 3.1941419820213923e-06, + "C": 1.722843911977634e-08, + "R": 8.933424555657155e-10, + "M": 1.070853414830708e-07, + "O": 2.0242916676238565e-08, + "W": 3.7594968804732787e-10, + "N": 3.004650395155295e-08, + "Y": 3.2119751267600805e-06, + "U": 2.3846777330582825e-10, + "K": 2.7873776176079446e-08, + "L": 2.7183325035373684e-10, + "G": 4.307102017264697e-07, + "F": 0.00018858510884456336, + "E": 6.7593614403449465e-06, + "T": 1.4808241530772648e-06, + "P": 0.2808702886104584, + "-": 0.7189257740974426 + }, + "id": "tp_18904" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2363030, + "label": "-", + "classification": { + "B": 0.00027612302801571786, + "S": 6.519509042846039e-05, + "I": 0.0009467596537433565, + "C": 1.6807363863335922e-05, + "R": 3.781947498282534e-06, + "M": 0.0014566767495125532, + "O": 0.00017178583948407322, + "W": 8.2320557339699e-06, + "N": 5.106072421767749e-05, + "Y": 0.0013736977707594633, + "U": 7.162157658058277e-07, + "K": 1.7715913145366358e-06, + "L": 4.697125041275285e-05, + "G": 0.002125053433701396, + "F": 0.009753823280334473, + "E": 0.0038116336800158024, + "T": 0.0015447838231921196, + "P": 0.3708621859550476, + "-": 0.60748291015625 + }, + "id": "tp_18905" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2363130, + "label": "-", + "classification": { + "B": 2.9765467868259066e-09, + "S": 1.6821355419693873e-09, + "I": 5.68966356695455e-07, + "C": 2.7615226372290635e-07, + "R": 1.1094876128936448e-08, + "M": 1.3676233265869087e-06, + "O": 2.603283633106912e-07, + "W": 1.0846709086465012e-09, + "N": 5.742184061574562e-09, + "Y": 1.0796419701364357e-05, + "U": 2.6090857252469846e-10, + "K": 7.987038252998957e-10, + "L": 3.565248718473413e-08, + "G": 8.162843187164981e-06, + "F": 0.001496455050073564, + "E": 1.1445287100286805e-06, + "T": 7.82241204433376e-06, + "P": 0.019035981968045235, + "-": 0.9794371724128723 + }, + "id": "tp_18906" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2363263, + "label": "-", + "classification": { + "B": 3.825233761745039e-06, + "S": 1.1054038395741372e-07, + "I": 0.0015529622323811054, + "C": 0.00019277767569292337, + "R": 1.0800526069942862e-05, + "M": 7.826853106962517e-05, + "O": 1.618162787053734e-05, + "W": 3.3836423085631395e-07, + "N": 1.8288194041815586e-05, + "Y": 0.0003455991973169148, + "U": 7.659972425244632e-07, + "K": 3.510179453769524e-07, + "L": 2.782412366286735e-06, + "G": 0.0003637637128122151, + "F": 0.0003941337636206299, + "E": 0.0007360239396803081, + "T": 0.00019602087559178472, + "P": 0.40683579444885254, + "-": 0.5892511606216431 + }, + "id": "tp_18907" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2363397, + "label": "-", + "classification": { + "B": 3.445554597192313e-08, + "S": 7.1302167725662e-08, + "I": 1.1710490070981905e-05, + "C": 4.7497780997218797e-07, + "R": 7.834582049781602e-08, + "M": 2.3301211058424087e-06, + "O": 1.7827958345151274e-06, + "W": 8.394609096740169e-08, + "N": 5.273121814752812e-07, + "Y": 2.066572051262483e-05, + "U": 1.3364383377734157e-08, + "K": 2.2004712718626251e-07, + "L": 5.16036813280607e-08, + "G": 7.994357474672142e-06, + "F": 0.0013537307968363166, + "E": 8.005717063497286e-06, + "T": 3.37977398885414e-05, + "P": 0.2877733111381531, + "-": 0.7107851505279541 + }, + "id": "tp_18908" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2363530, + "label": "P", + "classification": { + "B": 1.2273252423256054e-06, + "S": 2.7017895831704664e-07, + "I": 0.0005726575036533177, + "C": 3.236605698475614e-05, + "R": 1.1059761391152279e-06, + "M": 5.137585321790539e-05, + "O": 3.2183793337026145e-06, + "W": 3.4559846540105355e-07, + "N": 2.8090204068575986e-05, + "Y": 0.0001519405486760661, + "U": 5.048397042628494e-07, + "K": 3.5013961223739898e-06, + "L": 5.517757131201506e-07, + "G": 4.553784674499184e-05, + "F": 0.0008801283547654748, + "E": 0.002025946509093046, + "T": 0.00012387811148073524, + "P": 0.6974766850471497, + "-": 0.29860052466392517 + }, + "id": "tp_18909" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2363630, + "label": "-", + "classification": { + "B": 6.762631528545171e-06, + "S": 2.2547810658579692e-06, + "I": 5.6766639318084344e-05, + "C": 2.2733001969754696e-06, + "R": 2.2792275444771803e-07, + "M": 2.174344081140589e-05, + "O": 2.379370380367618e-05, + "W": 1.8147902665077709e-06, + "N": 8.347056791535579e-06, + "Y": 6.5784108301159e-05, + "U": 3.773824914787838e-07, + "K": 4.466890004550805e-06, + "L": 1.27562179841334e-06, + "G": 5.384715404943563e-05, + "F": 0.006204955745488405, + "E": 0.0006295175408013165, + "T": 8.836320193950087e-05, + "P": 0.38616377115249634, + "-": 0.606663703918457 + }, + "id": "tp_18910" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2363764, + "label": "-", + "classification": { + "B": 3.2872931043925746e-09, + "S": 3.31635552353049e-10, + "I": 6.70583267492475e-06, + "C": 1.1297066038196135e-07, + "R": 5.840683936497726e-09, + "M": 2.7603465468928334e-07, + "O": 4.72623469249811e-08, + "W": 5.86975079652774e-10, + "N": 6.49134506147675e-08, + "Y": 7.950192411954049e-06, + "U": 1.2273343452662289e-09, + "K": 5.851463757977626e-10, + "L": 3.093461264924713e-09, + "G": 5.175492105990998e-07, + "F": 3.1050720281200483e-05, + "E": 2.3973582301550778e-06, + "T": 1.2195649105706252e-05, + "P": 0.3860850930213928, + "-": 0.6138534545898438 + }, + "id": "tp_18911" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2363897, + "label": "-", + "classification": { + "B": 6.317790735010931e-09, + "S": 6.367775196025605e-10, + "I": 8.101697312667966e-05, + "C": 1.0724104413384339e-06, + "R": 1.2980788710592606e-07, + "M": 6.95740197897976e-07, + "O": 3.531149559421465e-07, + "W": 1.217342404657984e-08, + "N": 8.791860750534397e-07, + "Y": 1.0434545401949435e-05, + "U": 1.3636969775632224e-08, + "K": 3.557385923613765e-07, + "L": 9.791365052080891e-09, + "G": 6.284748906182358e-06, + "F": 0.0002490353654138744, + "E": 7.831890252418816e-05, + "T": 1.0102711712534074e-05, + "P": 0.3192965090274811, + "-": 0.6802648305892944 + }, + "id": "tp_18912" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2364031, + "label": "P", + "classification": { + "B": 2.1785648840477734e-09, + "S": 8.058028022617236e-09, + "I": 1.0629525604599621e-05, + "C": 3.692910865993326e-08, + "R": 2.9474465090828517e-09, + "M": 1.7700851628887904e-07, + "O": 8.136705531569532e-08, + "W": 3.648674251621742e-09, + "N": 6.913851962053741e-07, + "Y": 5.601194970950019e-06, + "U": 1.0010561268813944e-09, + "K": 1.1503036745352802e-07, + "L": 6.444052513820964e-10, + "G": 8.473904244965524e-07, + "F": 0.0002140934520866722, + "E": 1.681164030742366e-05, + "T": 4.670236194215249e-06, + "P": 0.7619707584381104, + "-": 0.23777548968791962 + }, + "id": "tp_18913" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2364131, + "label": "-", + "classification": { + "B": 4.3860141213381e-13, + "S": 7.731143850109312e-12, + "I": 6.082242975935515e-08, + "C": 2.9998162287547814e-10, + "R": 1.1758450116361452e-11, + "M": 2.0271588851983324e-09, + "O": 7.449312278140496e-10, + "W": 1.1225556942329185e-11, + "N": 1.107197666883053e-09, + "Y": 1.7321567611361388e-06, + "U": 2.4306483475261542e-12, + "K": 2.0040920034603005e-09, + "L": 1.594392478286577e-12, + "G": 5.69779201597953e-09, + "F": 4.732771776616573e-05, + "E": 1.5486868676362064e-07, + "T": 3.8552161640836857e-07, + "P": 0.06453918665647507, + "-": 0.9354112148284912 + }, + "id": "tp_18914" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2364264, + "label": "P", + "classification": { + "B": 2.346841991573978e-11, + "S": 4.0913513896234655e-12, + "I": 5.280209052216378e-07, + "C": 1.1432916835474316e-09, + "R": 1.5727428040457347e-11, + "M": 4.842158229934057e-09, + "O": 1.6527866852911188e-09, + "W": 9.88102048099515e-12, + "N": 1.5395267283224712e-09, + "Y": 3.608064957916213e-08, + "U": 4.119760955989538e-12, + "K": 1.3379856033876592e-12, + "L": 4.723926458338745e-11, + "G": 1.556451501016909e-08, + "F": 1.9432818589848466e-06, + "E": 2.1376213510393427e-07, + "T": 2.7258113277639495e-07, + "P": 0.6411736607551575, + "-": 0.35882335901260376 + }, + "id": "tp_18915" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2364398, + "label": "P", + "classification": { + "B": 8.171057719330577e-10, + "S": 7.763766018964446e-11, + "I": 3.516943479553447e-06, + "C": 6.967942667301941e-09, + "R": 1.0834202285314731e-10, + "M": 1.7712336486397362e-08, + "O": 1.0085315693686425e-08, + "W": 1.190780807291958e-10, + "N": 2.1089761048642686e-08, + "Y": 1.1636041818974263e-07, + "U": 2.5770030206984096e-11, + "K": 1.0583551396381452e-10, + "L": 2.2058435633631746e-10, + "G": 1.2363395285319712e-07, + "F": 1.4388464478543028e-05, + "E": 2.166515287171933e-06, + "T": 2.019602050040703e-07, + "P": 0.7952286005020142, + "-": 0.2047509253025055 + }, + "id": "tp_18916" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2364531, + "label": "-", + "classification": { + "B": 2.936529353014805e-10, + "S": 1.286628720231775e-10, + "I": 3.720519089256413e-05, + "C": 8.427776947428356e-07, + "R": 7.12037291350498e-08, + "M": 1.0767855656013126e-06, + "O": 9.007813162043021e-08, + "W": 1.3518112185195719e-09, + "N": 1.0193784305556619e-07, + "Y": 5.9405552747193724e-05, + "U": 1.7999954859959644e-09, + "K": 1.0790666138404958e-08, + "L": 3.6271554648692472e-09, + "G": 3.839270902972203e-06, + "F": 4.332654134486802e-05, + "E": 7.95855430624215e-06, + "T": 1.6801790479803458e-05, + "P": 0.08036870509386063, + "-": 0.919460654258728 + }, + "id": "tp_18917" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2364631, + "label": "-", + "classification": { + "B": 2.7552646850257517e-14, + "S": 4.588353758354022e-14, + "I": 9.517402759229299e-07, + "C": 1.4108751944519327e-09, + "R": 1.8045384631015793e-11, + "M": 3.3355562756298696e-10, + "O": 8.000222012638503e-11, + "W": 6.345829352445709e-13, + "N": 2.063016646403071e-09, + "Y": 2.2590985793158325e-07, + "U": 1.727724842533196e-12, + "K": 1.978911923217197e-09, + "L": 1.4573750734860058e-13, + "G": 6.847685529720593e-09, + "F": 5.093664640298812e-06, + "E": 4.150622885390476e-07, + "T": 4.8500922389393963e-08, + "P": 0.11944052577018738, + "-": 0.8805527091026306 + }, + "id": "tp_18918" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2364765, + "label": "-", + "classification": { + "B": 7.193476108213286e-18, + "S": 4.9636899987071674e-18, + "I": 1.9577064969134028e-10, + "C": 3.197416391712265e-15, + "R": 1.979480759839205e-17, + "M": 1.8085640136108333e-13, + "O": 4.162494730407945e-14, + "W": 1.4257337977523188e-17, + "N": 6.183058622391546e-14, + "Y": 4.4416633565580455e-11, + "U": 1.1982822903573877e-17, + "K": 8.031893572341153e-16, + "L": 1.7151641286485007e-17, + "G": 5.320016887959411e-13, + "F": 2.6172197742369008e-09, + "E": 1.0735350108870279e-10, + "T": 5.182236306744414e-10, + "P": 0.17568138241767883, + "-": 0.8243185877799988 + }, + "id": "tp_18919" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2364898, + "label": "-", + "classification": { + "B": 2.5719707252847002e-08, + "S": 3.139066606649976e-08, + "I": 6.290071905823424e-05, + "C": 1.24372149912233e-06, + "R": 1.0360002988818451e-07, + "M": 6.858085271232994e-06, + "O": 8.699931868250133e-07, + "W": 3.504207413129734e-08, + "N": 2.4715186555113178e-06, + "Y": 6.265053525567055e-05, + "U": 3.739113196843391e-08, + "K": 6.437210231524659e-07, + "L": 4.232681405369476e-08, + "G": 7.716241270827595e-06, + "F": 0.0003084273193962872, + "E": 6.29397836746648e-05, + "T": 0.00013329664943739772, + "P": 0.34809523820877075, + "-": 0.6512544751167297 + }, + "id": "tp_18920" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2365032, + "label": "-", + "classification": { + "B": 7.258177999597271e-12, + "S": 8.770388928991402e-13, + "I": 1.1338888725731522e-06, + "C": 6.687921771941774e-09, + "R": 3.0416549834377804e-10, + "M": 2.0345730433746212e-08, + "O": 1.3032565027160103e-09, + "W": 7.151104361446947e-12, + "N": 1.0089955537750939e-09, + "Y": 5.838599918206455e-06, + "U": 1.1434277136235238e-11, + "K": 5.6476125859239446e-11, + "L": 4.476227027927493e-11, + "G": 1.247173742058294e-07, + "F": 5.594097274297383e-06, + "E": 4.3024391516155447e-07, + "T": 9.160225431514846e-07, + "P": 0.08406630903482437, + "-": 0.9159196615219116 + }, + "id": "tp_18921" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2365132, + "label": "-", + "classification": { + "B": 2.5359959465731663e-08, + "S": 8.76941808058973e-09, + "I": 7.16155273039476e-06, + "C": 6.610198965972813e-07, + "R": 9.453005134218984e-08, + "M": 2.0855490845406166e-07, + "O": 3.160889150422008e-07, + "W": 6.640267447011183e-09, + "N": 1.8116091382580635e-07, + "Y": 6.950651004444808e-05, + "U": 1.7241063687833957e-08, + "K": 1.7344011382647295e-07, + "L": 9.754373309078801e-09, + "G": 6.353575827233726e-06, + "F": 0.0002857182116713375, + "E": 1.9318467820994556e-06, + "T": 3.227042907383293e-05, + "P": 0.1004006564617157, + "-": 0.8991947174072266 + }, + "id": "tp_18922" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2365265, + "label": "P", + "classification": { + "B": 1.3637599730054184e-11, + "S": 3.012694260728921e-11, + "I": 1.313957341153582e-06, + "C": 7.078326258458389e-10, + "R": 2.1483497272822838e-11, + "M": 2.800367049360375e-08, + "O": 3.1836209224422873e-09, + "W": 1.2521512472718488e-11, + "N": 9.241361453860009e-09, + "Y": 6.54837151614629e-07, + "U": 6.979155101061174e-12, + "K": 9.307581788631225e-11, + "L": 3.166793563491588e-11, + "G": 5.2945054562769656e-08, + "F": 8.423859071626794e-06, + "E": 6.063691557756101e-07, + "T": 1.3554792985814856e-06, + "P": 0.5496609807014465, + "-": 0.4503266513347626 + }, + "id": "tp_18923" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2365399, + "label": "P", + "classification": { + "B": 1.3946567511968766e-10, + "S": 1.757451545403299e-10, + "I": 5.097199959891441e-07, + "C": 7.132304469248396e-11, + "R": 7.229117911927707e-12, + "M": 1.1604137650778057e-09, + "O": 1.6663680435513584e-09, + "W": 2.4251916447282085e-11, + "N": 1.180028874614436e-08, + "Y": 1.344467115416137e-08, + "U": 9.001960960507149e-13, + "K": 4.967774455688634e-12, + "L": 6.874312317300957e-12, + "G": 5.872040631516029e-09, + "F": 2.4537853278161492e-06, + "E": 7.61948228955589e-08, + "T": 3.8948364533553104e-08, + "P": 0.983648419380188, + "-": 0.01634838618338108 + }, + "id": "tp_18924" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2365532, + "label": "-", + "classification": { + "B": 2.818539290849742e-10, + "S": 8.869828205249064e-10, + "I": 2.6601330318953842e-05, + "C": 6.79791298807686e-08, + "R": 2.616262539945069e-09, + "M": 3.1793808830116177e-07, + "O": 7.532487700245838e-08, + "W": 2.436068013977888e-09, + "N": 6.435174100261065e-07, + "Y": 6.251212198549183e-06, + "U": 9.930534172752914e-10, + "K": 1.3561050593580148e-07, + "L": 6.974794075631507e-10, + "G": 6.855487981738406e-07, + "F": 9.95481459540315e-05, + "E": 2.3518055968452245e-05, + "T": 6.762266366422409e-06, + "P": 0.38057148456573486, + "-": 0.6192638874053955 + }, + "id": "tp_18925" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2365632, + "label": "P", + "classification": { + "B": 8.338783175076969e-08, + "S": 2.4761357408920048e-08, + "I": 1.3940815733803902e-05, + "C": 6.214528980308387e-08, + "R": 5.415373038886173e-09, + "M": 2.6171181843892555e-07, + "O": 3.497698628507351e-07, + "W": 3.0916854854012854e-08, + "N": 7.871548746152257e-07, + "Y": 1.0809521882038098e-05, + "U": 1.502986890500324e-08, + "K": 7.169256122097067e-08, + "L": 1.2144102612410279e-08, + "G": 1.2823990118704387e-06, + "F": 0.0002813535975292325, + "E": 1.378752313030418e-05, + "T": 1.1922643352590967e-05, + "P": 0.6771032810211182, + "-": 0.32256197929382324 + }, + "id": "tp_18926" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2365766, + "label": "P", + "classification": { + "B": 2.3090137440950897e-11, + "S": 4.82957493441738e-11, + "I": 1.6166541172424331e-06, + "C": 5.995632879063351e-10, + "R": 1.499535044746647e-11, + "M": 4.420938282123643e-09, + "O": 1.5411876219673104e-09, + "W": 3.237800652589051e-11, + "N": 5.111193956963689e-08, + "Y": 4.719646824469237e-07, + "U": 2.0474958534189014e-11, + "K": 6.503274363467426e-09, + "L": 2.3855006511808163e-12, + "G": 2.1043380371565945e-08, + "F": 2.870873913707328e-06, + "E": 2.501531298548798e-06, + "T": 4.971528255737212e-07, + "P": 0.847786009311676, + "-": 0.1522059291601181 + }, + "id": "tp_18927" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2365899, + "label": "P", + "classification": { + "B": 7.0795987819403765e-15, + "S": 5.861250307532314e-15, + "I": 1.4439173412483797e-08, + "C": 7.714917029874591e-13, + "R": 8.337352076087656e-15, + "M": 5.0590306249764794e-11, + "O": 3.863621662186789e-12, + "W": 3.822334006790438e-15, + "N": 7.225082511441716e-12, + "Y": 1.989948206215786e-09, + "U": 1.7003550082628455e-15, + "K": 6.770724829592307e-15, + "L": 1.226979062514226e-14, + "G": 8.14108155888782e-11, + "F": 1.2117175174353179e-07, + "E": 4.017897570207651e-09, + "T": 6.886150316631756e-09, + "P": 0.6691635847091675, + "-": 0.33083629608154297 + }, + "id": "tp_18928" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2366033, + "label": "-", + "classification": { + "B": 1.1838085850132685e-12, + "S": 2.853698397378701e-12, + "I": 1.3002258159033886e-09, + "C": 5.5425973598081935e-15, + "R": 8.180432446345219e-16, + "M": 2.2162677248971363e-10, + "O": 4.475463888375941e-10, + "W": 1.5777598682837485e-13, + "N": 2.2787802460982887e-12, + "Y": 1.398198501423309e-10, + "U": 3.528155930493443e-17, + "K": 3.4983231653933503e-17, + "L": 4.237843257738627e-13, + "G": 6.78860231917433e-11, + "F": 9.487894914173012e-08, + "E": 1.1466811528082488e-10, + "T": 1.2195154219796223e-08, + "P": 0.19545306265354156, + "-": 0.8045468926429749 + }, + "id": "tp_18929" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2366133, + "label": "-", + "classification": { + "B": 9.726680181773584e-13, + "S": 1.083514181154932e-11, + "I": 3.6679190884569834e-07, + "C": 1.4018789462610926e-09, + "R": 9.697472859448997e-12, + "M": 1.533212667936823e-09, + "O": 6.030694277292525e-10, + "W": 5.833359836837637e-12, + "N": 2.6360793548008132e-09, + "Y": 7.287161452040891e-08, + "U": 1.0153312218763588e-11, + "K": 1.5075053705349006e-10, + "L": 3.771188222811972e-12, + "G": 1.2083983813582222e-09, + "F": 3.6203825857228367e-06, + "E": 1.735246542011737e-07, + "T": 4.6831732447571994e-07, + "P": 0.2778048813343048, + "-": 0.7221904993057251 + }, + "id": "tp_18930" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2366266, + "label": "-", + "classification": { + "B": 1.5330901478871617e-11, + "S": 1.4545831206191906e-10, + "I": 2.6757490445561416e-07, + "C": 2.527105635863336e-09, + "R": 1.7684784192617542e-10, + "M": 1.1501006369485367e-08, + "O": 7.793392597932325e-09, + "W": 8.052191552421206e-11, + "N": 8.545615770572113e-09, + "Y": 1.7047597111741197e-06, + "U": 3.619417612843456e-11, + "K": 1.6229540378276397e-08, + "L": 1.4946797272097356e-11, + "G": 5.131742852881871e-08, + "F": 0.00010478549666004255, + "E": 3.640382431058242e-07, + "T": 1.4247849549064995e-06, + "P": 0.10281724482774734, + "-": 0.8970741033554077 + }, + "id": "tp_18931" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2366400, + "label": "P", + "classification": { + "B": 3.024985539834546e-10, + "S": 3.5909129402628137e-12, + "I": 2.1581345777121896e-07, + "C": 1.2431653484412664e-09, + "R": 1.4976070730754465e-11, + "M": 7.072991525802763e-09, + "O": 2.0842028103373877e-09, + "W": 2.2114799574923794e-11, + "N": 2.4221578076577543e-09, + "Y": 6.096291116364227e-08, + "U": 8.754012272016443e-12, + "K": 1.1548581535514302e-10, + "L": 2.0640957693052187e-11, + "G": 8.688556363267708e-08, + "F": 5.44786280443077e-06, + "E": 2.0478173610172234e-06, + "T": 1.1646781672425277e-07, + "P": 0.8015821576118469, + "-": 0.19840985536575317 + }, + "id": "tp_18932" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2366533, + "label": "P", + "classification": { + "B": 2.4915736140940226e-10, + "S": 2.84732321054193e-10, + "I": 2.172120275645284e-06, + "C": 2.804753096441459e-09, + "R": 3.7789604778737385e-10, + "M": 7.513400568370798e-09, + "O": 1.6686797721376934e-08, + "W": 1.9204279833040516e-10, + "N": 3.598245257308008e-08, + "Y": 5.421421178652963e-07, + "U": 1.964863688419527e-10, + "K": 2.5329798258866276e-09, + "L": 1.432456098182655e-10, + "G": 7.409487068343878e-08, + "F": 2.3893471734481864e-05, + "E": 1.1728286608558847e-06, + "T": 1.7175775610667188e-06, + "P": 0.5340670347213745, + "-": 0.46590331196784973 + }, + "id": "tp_18933" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2366633, + "label": "P", + "classification": { + "B": 1.899138832306413e-12, + "S": 3.2440293940699805e-12, + "I": 6.727278787366231e-07, + "C": 5.605075431569517e-11, + "R": 2.394471123115527e-12, + "M": 4.287369903543947e-10, + "O": 2.5110483137247286e-10, + "W": 4.53386590423821e-12, + "N": 5.900868238484236e-09, + "Y": 4.692358945845854e-09, + "U": 1.1891898056559658e-12, + "K": 3.977348728145813e-10, + "L": 5.688409270530881e-13, + "G": 2.324379577700597e-09, + "F": 3.395168278075289e-06, + "E": 6.616517111979192e-07, + "T": 2.7012655223757065e-08, + "P": 0.8638607859611511, + "-": 0.1361345648765564 + }, + "id": "tp_18934" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2366767, + "label": "-", + "classification": { + "B": 3.984008001972628e-12, + "S": 3.200327643951978e-14, + "I": 2.103279550524917e-09, + "C": 1.9733973569829866e-12, + "R": 3.3012495867382544e-14, + "M": 1.4606665876826241e-09, + "O": 1.4731163511250145e-10, + "W": 6.652890179948204e-14, + "N": 2.3796726308228378e-12, + "Y": 1.0724041210607993e-08, + "U": 5.887939892183823e-15, + "K": 5.89099514002457e-15, + "L": 1.0412927031050456e-12, + "G": 1.8276189450716629e-09, + "F": 5.040301971348526e-07, + "E": 4.6121502172979945e-09, + "T": 3.9549050256937335e-08, + "P": 0.10062980651855469, + "-": 0.8993696570396423 + }, + "id": "tp_18935" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2366900, + "label": "-", + "classification": { + "B": 1.4630597178211247e-08, + "S": 2.17081508324668e-09, + "I": 8.613386057731987e-07, + "C": 1.7945683339348761e-07, + "R": 9.571802017660502e-09, + "M": 4.881216682406375e-06, + "O": 3.3184136327690794e-07, + "W": 2.694351408649709e-09, + "N": 1.257498727369466e-08, + "Y": 1.4027563338459004e-05, + "U": 9.559645297585462e-10, + "K": 1.0805594641283278e-08, + "L": 1.2897623413721249e-08, + "G": 3.434990276218741e-06, + "F": 0.00017983658472076058, + "E": 3.383961939107394e-06, + "T": 2.0175375539110973e-05, + "P": 0.034385647624731064, + "-": 0.9653871655464172 + }, + "id": "tp_18936" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2367000, + "label": "-", + "classification": { + "B": 3.849696383895207e-07, + "S": 1.62295589234418e-06, + "I": 0.0011346196988597512, + "C": 2.223070987383835e-05, + "R": 1.719386204968032e-06, + "M": 4.94295745738782e-05, + "O": 9.76313094724901e-06, + "W": 1.2738544228341198e-06, + "N": 9.40039535635151e-05, + "Y": 0.0003616060421336442, + "U": 8.775737683208717e-07, + "K": 3.343940625200048e-05, + "L": 3.7675644648516027e-07, + "G": 3.6544537579175085e-05, + "F": 0.0012544646160677075, + "E": 0.0013068163534626365, + "T": 0.0002777441404759884, + "P": 0.44433748722076416, + "-": 0.5510756373405457 + }, + "id": "tp_18937" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2367134, + "label": "-", + "classification": { + "B": 3.5706185030903725e-07, + "S": 2.2231184004795068e-08, + "I": 6.321110049611889e-06, + "C": 6.394483875737933e-07, + "R": 8.959261776908534e-08, + "M": 8.750397455514758e-07, + "O": 1.087601390281634e-06, + "W": 5.03716321986758e-08, + "N": 1.2046638175888802e-07, + "Y": 8.727524800633546e-06, + "U": 8.011511454242282e-09, + "K": 7.322514150587267e-09, + "L": 1.0626416724335286e-07, + "G": 5.507741661858745e-06, + "F": 0.00010983950778609142, + "E": 3.6368555811350234e-06, + "T": 2.4983433831948787e-05, + "P": 0.23748628795146942, + "-": 0.7623512148857117 + }, + "id": "tp_18938" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2367267, + "label": "P", + "classification": { + "B": 5.413251097374783e-11, + "S": 3.1679045497945424e-10, + "I": 1.4019791478858679e-06, + "C": 9.949454593538576e-10, + "R": 8.49276690639833e-11, + "M": 2.957610156784085e-09, + "O": 4.591761637584568e-09, + "W": 1.1702561142357126e-10, + "N": 5.26448360460563e-08, + "Y": 1.1167435332026798e-07, + "U": 3.212001498109629e-11, + "K": 4.3591832366018934e-09, + "L": 2.720541673884025e-11, + "G": 2.8397755258424695e-08, + "F": 5.50615404790733e-05, + "E": 8.941393048189639e-07, + "T": 2.8947869168405305e-07, + "P": 0.8775781393051147, + "-": 0.12236395478248596 + }, + "id": "tp_18939" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2367401, + "label": "-", + "classification": { + "B": 1.2782358282947826e-07, + "S": 1.511370157913916e-07, + "I": 0.00023475170019082725, + "C": 7.934181667224038e-06, + "R": 2.8426582048268756e-06, + "M": 2.298872459505219e-05, + "O": 6.4537357502558734e-06, + "W": 2.1752400414243311e-07, + "N": 5.298612904880429e-06, + "Y": 0.0009059858857654035, + "U": 1.3395298026352975e-07, + "K": 1.1578373459997238e-06, + "L": 3.3168544177897274e-07, + "G": 9.734127525007352e-05, + "F": 0.0013973998138681054, + "E": 5.692114064004272e-05, + "T": 0.0003341624396853149, + "P": 0.19965782761573792, + "-": 0.7972680330276489 + }, + "id": "tp_18940" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2367501, + "label": "P", + "classification": { + "B": 5.081494691694388e-06, + "S": 4.414916432438076e-08, + "I": 2.066799243038986e-05, + "C": 1.9928846484162932e-07, + "R": 7.868229623397838e-09, + "M": 1.855232403613627e-05, + "O": 1.5055704807309667e-06, + "W": 3.7293588661668764e-08, + "N": 4.70106414240945e-07, + "Y": 1.548519139760174e-05, + "U": 9.585625626584715e-09, + "K": 1.006699701378011e-08, + "L": 3.13847237976006e-07, + "G": 3.576616654754616e-05, + "F": 0.00021805708820465952, + "E": 0.0003170435957144946, + "T": 2.7304107788950205e-05, + "P": 0.6050863265991211, + "-": 0.39425307512283325 + }, + "id": "tp_18941" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2367634, + "label": "-", + "classification": { + "B": 1.9266701656306395e-06, + "S": 5.696777407138143e-06, + "I": 0.0008293617283925414, + "C": 5.853974653291516e-05, + "R": 1.2398165381455328e-05, + "M": 0.0001517523778602481, + "O": 3.679573637782596e-05, + "W": 7.868933607824147e-06, + "N": 0.00010334372927900404, + "Y": 0.0034809240605682135, + "U": 4.208491191093344e-06, + "K": 0.0006679104990325868, + "L": 1.7044234255081392e-06, + "G": 0.00027109452639706433, + "F": 0.011968662030994892, + "E": 0.0020594587549567223, + "T": 0.0009934669360518456, + "P": 0.24697649478912354, + "-": 0.7323682904243469 + }, + "id": "tp_18942" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2367768, + "label": "-", + "classification": { + "B": 1.8266297274749377e-07, + "S": 1.5191722013696562e-07, + "I": 9.742336987983435e-05, + "C": 6.787766324123368e-06, + "R": 1.415880433341954e-06, + "M": 5.835301635670476e-05, + "O": 1.0512977496546227e-05, + "W": 2.6552177700978064e-07, + "N": 1.49179845720937e-06, + "Y": 0.00042621826287359, + "U": 4.635693073851144e-08, + "K": 5.542901249100396e-07, + "L": 9.069484008250583e-07, + "G": 0.000134840898681432, + "F": 0.004249485209584236, + "E": 0.00015254810568876565, + "T": 8.816077024675906e-05, + "P": 0.07708489149808884, + "-": 0.9176858067512512 + }, + "id": "tp_18943" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2367901, + "label": "P", + "classification": { + "B": 3.081141741745341e-08, + "S": 8.472279944271577e-08, + "I": 6.392002978827804e-05, + "C": 2.4066739001682436e-07, + "R": 2.996089776274857e-08, + "M": 6.773549330318929e-07, + "O": 5.659447310790711e-07, + "W": 1.0084097112894597e-07, + "N": 3.5738055430556415e-06, + "Y": 5.408284323493717e-06, + "U": 3.046308449938806e-08, + "K": 1.7435567087886739e-06, + "L": 1.2741773858238048e-08, + "G": 2.1274897790135583e-06, + "F": 0.0010063298977911472, + "E": 0.00011261694453423843, + "T": 7.3807022999972105e-06, + "P": 0.8478145599365234, + "-": 0.150980606675148 + }, + "id": "tp_18944" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2368001, + "label": "-", + "classification": { + "B": 3.125049330421348e-09, + "S": 1.0541656436657831e-09, + "I": 3.860500044083892e-07, + "C": 4.440701140140391e-09, + "R": 4.846061885110942e-10, + "M": 3.483972932372126e-08, + "O": 4.91686407144698e-08, + "W": 9.080250995552319e-10, + "N": 1.5452606305643712e-08, + "Y": 1.4740875258212327e-06, + "U": 1.3734437198653637e-10, + "K": 1.616484546218544e-08, + "L": 2.532875298388859e-10, + "G": 4.5961544969941315e-07, + "F": 0.0002017507649725303, + "E": 4.243216608301736e-06, + "T": 9.879742037810502e-07, + "P": 0.3842906057834625, + "-": 0.6155000329017639 + }, + "id": "tp_18945" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2368135, + "label": "-", + "classification": { + "B": 3.050472585641728e-08, + "S": 3.1851516979486405e-08, + "I": 2.9778304451610893e-05, + "C": 9.6694668627606e-07, + "R": 5.148411830191435e-08, + "M": 2.908692067649099e-06, + "O": 8.403742413065629e-07, + "W": 4.207521087096211e-08, + "N": 9.75660327640071e-07, + "Y": 0.00013066342216916382, + "U": 2.990261904756153e-08, + "K": 1.0386900157755008e-06, + "L": 5.2418506868434633e-08, + "G": 2.2923517462913878e-05, + "F": 0.0012917841086164117, + "E": 8.551898645237088e-05, + "T": 2.914585820690263e-05, + "P": 0.18771514296531677, + "-": 0.8106881976127625 + }, + "id": "tp_18946" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2368268, + "label": "P", + "classification": { + "B": 1.4670983539133431e-08, + "S": 1.6657857315749425e-08, + "I": 7.185010326793417e-05, + "C": 5.776296916337742e-07, + "R": 2.378915908707313e-08, + "M": 7.471263074876333e-07, + "O": 2.491562725026597e-07, + "W": 9.86822978887858e-09, + "N": 1.8701339286053553e-06, + "Y": 3.377626489964314e-05, + "U": 1.5883701465213562e-08, + "K": 1.82890147470971e-07, + "L": 1.534927385193896e-08, + "G": 4.702089881902793e-06, + "F": 0.00034983083605766296, + "E": 3.5773133276961744e-05, + "T": 1.4669228221464437e-05, + "P": 0.7004421353340149, + "-": 0.2990434765815735 + }, + "id": "tp_18947" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2368402, + "label": "-", + "classification": { + "B": 1.0843604059118661e-06, + "S": 7.80310801928863e-06, + "I": 0.003170497016981244, + "C": 6.460240547312424e-05, + "R": 1.796688411559444e-05, + "M": 0.00048684366629458964, + "O": 9.488903742749244e-05, + "W": 6.831423888797872e-06, + "N": 0.0001563183614052832, + "Y": 0.006318517029285431, + "U": 1.521226863587799e-06, + "K": 3.634394670370966e-05, + "L": 4.658830675907666e-06, + "G": 0.00036172594991512597, + "F": 0.003033514367416501, + "E": 0.0010931316064670682, + "T": 0.005750170908868313, + "P": 0.1942242830991745, + "-": 0.7851693630218506 + }, + "id": "tp_18948" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2368502, + "label": "P", + "classification": { + "B": 1.4316411944825802e-10, + "S": 4.1111841708740826e-10, + "I": 3.777567599172471e-06, + "C": 5.42720091090132e-09, + "R": 2.709325819250097e-10, + "M": 4.229331196370367e-08, + "O": 1.5578320855524908e-08, + "W": 2.6384044948812857e-10, + "N": 8.648480331885366e-08, + "Y": 3.1850072446104605e-06, + "U": 1.9472080892146693e-10, + "K": 2.233241325200197e-08, + "L": 2.2440205249552037e-10, + "G": 5.617482656816719e-07, + "F": 8.456977957393974e-05, + "E": 4.799481303052744e-06, + "T": 3.4565807709441287e-06, + "P": 0.5918190479278564, + "-": 0.40808048844337463 + }, + "id": "tp_18949" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2368635, + "label": "P", + "classification": { + "B": 2.8912929342372884e-11, + "S": 4.3431268997862205e-11, + "I": 2.1210773866187083e-06, + "C": 2.416827848961134e-09, + "R": 4.195331235190558e-11, + "M": 7.072790353390701e-09, + "O": 2.47415088416858e-09, + "W": 4.6958426730414615e-11, + "N": 3.240891999212181e-08, + "Y": 2.6704768174568017e-07, + "U": 2.2810057662137062e-11, + "K": 4.928467411957627e-09, + "L": 1.3159666065187814e-11, + "G": 3.174766050051403e-08, + "F": 4.566075585898943e-05, + "E": 4.445195372682065e-06, + "T": 1.7799069951252022e-07, + "P": 0.6709732413291931, + "-": 0.32897403836250305 + }, + "id": "tp_18950" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2368769, + "label": "-", + "classification": { + "B": 1.0335019950957758e-08, + "S": 1.2561859330517677e-09, + "I": 5.028562100051204e-06, + "C": 2.526843161376746e-07, + "R": 9.187950844591342e-09, + "M": 2.954007243261003e-07, + "O": 1.5365036176717695e-07, + "W": 3.029760442530005e-09, + "N": 7.783837219221823e-08, + "Y": 1.4067435586184729e-05, + "U": 1.3541349153101123e-09, + "K": 1.2268529303582909e-08, + "L": 3.7130039043375973e-09, + "G": 2.8827873848058516e-06, + "F": 0.0001492208248237148, + "E": 3.727460125446669e-06, + "T": 5.3843073146708775e-06, + "P": 0.235911026597023, + "-": 0.7639079093933105 + }, + "id": "tp_18951" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2368902, + "label": "-", + "classification": { + "B": 2.4313240309936646e-09, + "S": 3.70427288842734e-09, + "I": 5.2703121582453605e-06, + "C": 1.6555485871094788e-08, + "R": 1.4667115300071032e-09, + "M": 1.9476468082757492e-07, + "O": 8.805260875988097e-08, + "W": 2.2544734967766544e-09, + "N": 1.5309285572584486e-07, + "Y": 9.648330888012424e-06, + "U": 4.3212675104875586e-10, + "K": 4.0616200180920714e-08, + "L": 9.67523394734826e-10, + "G": 6.816541713305924e-07, + "F": 0.0006550914258696139, + "E": 6.64831622998463e-06, + "T": 4.4246971810935065e-06, + "P": 0.3812904357910156, + "-": 0.6180272698402405 + }, + "id": "tp_18952" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2369002, + "label": "P", + "classification": { + "B": 1.9308319679112174e-05, + "S": 4.233001163811423e-06, + "I": 0.015705924481153488, + "C": 8.999808051157743e-05, + "R": 4.402565082273213e-06, + "M": 0.0012562001356855035, + "O": 1.8985076167155057e-05, + "W": 1.2606465134012979e-06, + "N": 0.00021783370175398886, + "Y": 0.00896423403173685, + "U": 4.528837109774031e-07, + "K": 1.6193853298318572e-05, + "L": 3.54651888301305e-06, + "G": 0.0019192203180864453, + "F": 0.001969211036339402, + "E": 0.0343189463019371, + "T": 0.0010754778049886227, + "P": 0.6769005656242371, + "-": 0.25751402974128723 + }, + "id": "tp_18953" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2369136, + "label": "-", + "classification": { + "B": 1.0378007342382034e-09, + "S": 6.822673537243418e-10, + "I": 6.493437922472367e-06, + "C": 4.324056490645489e-08, + "R": 4.588731172816551e-09, + "M": 1.1378256203897763e-07, + "O": 7.710809768468607e-08, + "W": 2.1759347657024364e-09, + "N": 7.355692588362217e-08, + "Y": 8.036538019950967e-06, + "U": 2.07073469482566e-09, + "K": 9.35278343661139e-09, + "L": 2.8074760294316548e-09, + "G": 8.540979479221278e-07, + "F": 8.028697629924864e-05, + "E": 3.598445800889749e-06, + "T": 1.0423726052977145e-05, + "P": 0.32838162779808044, + "-": 0.6715084314346313 + }, + "id": "tp_18954" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2369269, + "label": "-", + "classification": { + "B": 1.3929642161958355e-10, + "S": 4.5019734468132455e-11, + "I": 2.1378012249329004e-08, + "C": 8.035606902101478e-11, + "R": 2.9536136991054063e-12, + "M": 1.4159247996303748e-08, + "O": 6.932909357715289e-09, + "W": 3.959179512014188e-11, + "N": 4.628593341937659e-10, + "Y": 6.598003920998963e-08, + "U": 7.170863837620278e-13, + "K": 1.90643733438689e-11, + "L": 1.540400272614928e-11, + "G": 1.479600442166884e-08, + "F": 2.1954370822641067e-05, + "E": 1.4318592889139836e-07, + "T": 1.864978287358099e-07, + "P": 0.37382280826568604, + "-": 0.6261547803878784 + }, + "id": "tp_18955" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2369403, + "label": "P", + "classification": { + "B": 7.091119358371145e-10, + "S": 3.4817371208362147e-11, + "I": 1.2539605904748896e-06, + "C": 5.295186067399982e-09, + "R": 4.895130481519239e-11, + "M": 1.7391148077194885e-08, + "O": 5.037209316327562e-09, + "W": 8.121603389810161e-11, + "N": 6.868547952620929e-09, + "Y": 2.7071845920545456e-07, + "U": 3.931315342708963e-11, + "K": 1.5720329205048955e-10, + "L": 2.2211837924501765e-10, + "G": 1.722717399843532e-07, + "F": 2.6114166757906787e-05, + "E": 2.602735548862256e-06, + "T": 2.7367539701117494e-07, + "P": 0.7049508094787598, + "-": 0.2950185239315033 + }, + "id": "tp_18956" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2369503, + "label": "P", + "classification": { + "B": 3.4705436224510833e-13, + "S": 2.949306380714556e-14, + "I": 1.3342500437829585e-07, + "C": 6.333034097139034e-11, + "R": 4.334437268740249e-13, + "M": 2.530632092767604e-10, + "O": 2.4166385906299048e-11, + "W": 1.7337756122275116e-13, + "N": 2.211605620860979e-10, + "Y": 2.628263828796662e-08, + "U": 1.523063630510385e-13, + "K": 8.395857793719319e-12, + "L": 2.1554561250008292e-13, + "G": 3.489400990375202e-09, + "F": 1.9017967360923649e-06, + "E": 2.7141842906530655e-07, + "T": 1.0760295765521732e-08, + "P": 0.812747597694397, + "-": 0.1872500628232956 + }, + "id": "tp_18957" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2369636, + "label": "-", + "classification": { + "B": 1.896834875584827e-13, + "S": 2.8717811548922834e-12, + "I": 1.5247379678839934e-06, + "C": 1.2151186723485807e-09, + "R": 6.809126179563307e-11, + "M": 1.2540590788034933e-09, + "O": 5.318636087103812e-10, + "W": 6.517989273313596e-12, + "N": 3.5860809877164e-09, + "Y": 2.1332407129648345e-07, + "U": 3.365530727370003e-12, + "K": 4.966275307660695e-11, + "L": 4.6257654824632954e-12, + "G": 5.019093141100939e-09, + "F": 1.1388779967091978e-05, + "E": 1.5197592517779412e-07, + "T": 2.1482482281953708e-07, + "P": 0.4240284264087677, + "-": 0.5759580731391907 + }, + "id": "tp_18958" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2369770, + "label": "-", + "classification": { + "B": 3.3030865369265694e-12, + "S": 6.053326243038448e-13, + "I": 3.596886983814329e-07, + "C": 8.701055431714622e-10, + "R": 4.553807678164823e-11, + "M": 5.920061108000141e-10, + "O": 4.0168918191696434e-10, + "W": 3.807562338337123e-12, + "N": 5.998133656426319e-10, + "Y": 4.037587757466099e-07, + "U": 6.7851765872539715e-12, + "K": 1.1999630455949983e-10, + "L": 5.0253113302589636e-12, + "G": 4.770591388592038e-08, + "F": 1.0486312930879649e-05, + "E": 5.479805764707635e-08, + "T": 1.0476895795363816e-07, + "P": 0.3376450836658478, + "-": 0.6623435020446777 + }, + "id": "tp_18959" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2369903, + "label": "-", + "classification": { + "B": 1.2062072585194983e-07, + "S": 5.400742253414137e-08, + "I": 1.3440901966532692e-05, + "C": 9.962900548998732e-07, + "R": 1.0003167716376993e-07, + "M": 6.185601250763284e-06, + "O": 1.9780175080086337e-06, + "W": 8.315407740155933e-08, + "N": 3.775044206122402e-07, + "Y": 7.358375296462327e-05, + "U": 3.365931178223036e-08, + "K": 4.813013561033586e-07, + "L": 1.7205279334575607e-07, + "G": 1.465694367652759e-05, + "F": 0.0006337472586892545, + "E": 2.6655965484678745e-05, + "T": 6.056385609554127e-05, + "P": 0.04749201238155365, + "-": 0.9516745805740356 + }, + "id": "tp_18960" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2370003, + "label": "-", + "classification": { + "B": 3.672182783548417e-12, + "S": 2.6302906033781603e-11, + "I": 2.1321811800589785e-06, + "C": 4.360682037685137e-09, + "R": 1.7505420724095444e-10, + "M": 1.3546699761946002e-08, + "O": 6.734532487229217e-09, + "W": 4.37952382692508e-11, + "N": 1.1812981703940295e-08, + "Y": 8.457741955680831e-07, + "U": 4.457537117197319e-11, + "K": 4.890422511394377e-10, + "L": 8.750502406007499e-11, + "G": 6.105594252403534e-08, + "F": 1.1494463251437992e-05, + "E": 4.7348754605991417e-07, + "T": 2.421394583507208e-06, + "P": 0.2063997983932495, + "-": 0.7935826182365417 + }, + "id": "tp_18961" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2370137, + "label": "P", + "classification": { + "B": 6.079226011479477e-11, + "S": 1.8664288170544552e-10, + "I": 1.6201039443330956e-06, + "C": 3.1168931324820903e-10, + "R": 3.385948812995032e-11, + "M": 1.2465966037211729e-09, + "O": 1.5212595627644987e-09, + "W": 8.027471742888537e-11, + "N": 2.4398580933393532e-08, + "Y": 1.861208609454934e-08, + "U": 1.9232154063741902e-11, + "K": 2.9306090887359915e-10, + "L": 4.35014940736167e-11, + "G": 8.036701970581817e-09, + "F": 7.88268334872555e-06, + "E": 6.759996722394135e-07, + "T": 1.5569121103453654e-07, + "P": 0.953319787979126, + "-": 0.046669792383909225 + }, + "id": "tp_18962" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2370270, + "label": "P", + "classification": { + "B": 2.240652455243186e-11, + "S": 3.95879232173435e-11, + "I": 6.435622026401688e-07, + "C": 5.36060196232313e-10, + "R": 1.4476096536764071e-11, + "M": 3.5279013044231533e-10, + "O": 2.0023732671958783e-10, + "W": 1.774064402326747e-11, + "N": 1.4372644407956159e-08, + "Y": 4.983976253924993e-08, + "U": 1.4356895013112325e-11, + "K": 1.8728050221739068e-09, + "L": 3.81426834561438e-12, + "G": 6.509160765943989e-09, + "F": 9.153600694844499e-05, + "E": 2.248080818390008e-06, + "T": 3.051296104672474e-08, + "P": 0.9477515816688538, + "-": 0.05215398222208023 + }, + "id": "tp_18963" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2370404, + "label": "P", + "classification": { + "B": 1.2781304660480775e-11, + "S": 1.0032351685507201e-11, + "I": 1.5546958138656919e-06, + "C": 3.969677919712922e-09, + "R": 6.672342539593146e-11, + "M": 3.425721928351777e-08, + "O": 9.888361240939503e-10, + "W": 7.875895248476983e-12, + "N": 1.4866721187445364e-08, + "Y": 2.1102384835103294e-06, + "U": 1.3968448793477695e-11, + "K": 1.9190067312990777e-09, + "L": 9.250171809083163e-12, + "G": 5.6111019830495934e-08, + "F": 2.8115269742556848e-05, + "E": 5.287107796903001e-06, + "T": 8.408089797740104e-07, + "P": 0.5624344348907471, + "-": 0.4375275671482086 + }, + "id": "tp_18964" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2370504, + "label": "-", + "classification": { + "B": 1.0896923554465365e-12, + "S": 8.189814386556915e-13, + "I": 1.4418235423363512e-06, + "C": 5.868812102960419e-10, + "R": 3.2313117459548124e-11, + "M": 4.563982525240817e-09, + "O": 5.926688029234128e-10, + "W": 4.031237149648703e-12, + "N": 2.821103128880509e-09, + "Y": 4.923414280710858e-07, + "U": 1.3966550138633238e-11, + "K": 2.564779499891756e-10, + "L": 5.032779314823044e-12, + "G": 1.330880827765668e-08, + "F": 1.2857667570642661e-06, + "E": 3.8858260609231365e-07, + "T": 1.214173039443267e-06, + "P": 0.2773454487323761, + "-": 0.7226496338844299 + }, + "id": "tp_18965" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2370637, + "label": "P", + "classification": { + "B": 4.200039187968185e-12, + "S": 2.1230945875059387e-13, + "I": 2.588359038213639e-08, + "C": 1.6639065125723107e-11, + "R": 1.0881974574911135e-13, + "M": 2.436850547737901e-11, + "O": 2.8616891842303538e-11, + "W": 4.193280922146214e-13, + "N": 1.5674790632136393e-10, + "Y": 4.933331521073114e-09, + "U": 1.966554902862322e-13, + "K": 7.2714260827833055e-12, + "L": 1.0310473991508723e-13, + "G": 7.43500205846459e-10, + "F": 9.434056096324639e-07, + "E": 1.0523502425030529e-07, + "T": 2.8411015762230818e-09, + "P": 0.8758725523948669, + "-": 0.1241263821721077 + }, + "id": "tp_18966" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2370771, + "label": "P", + "classification": { + "B": 4.105095712143847e-13, + "S": 1.1146793557625934e-11, + "I": 4.5917390707472805e-06, + "C": 4.547904552953952e-10, + "R": 1.938605179163666e-11, + "M": 6.081173897776182e-10, + "O": 4.826357646869894e-10, + "W": 6.3059618291005926e-12, + "N": 5.740659148045779e-08, + "Y": 8.614397017936426e-08, + "U": 2.117323243816527e-12, + "K": 1.1759480056383609e-09, + "L": 9.202386032011733e-13, + "G": 4.320573232519109e-09, + "F": 3.370542799530085e-06, + "E": 6.344929488477646e-07, + "T": 3.241205703830019e-08, + "P": 0.9762710332870483, + "-": 0.023720230907201767 + }, + "id": "tp_18967" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2370904, + "label": "P", + "classification": { + "B": 4.1006850692859587e-10, + "S": 2.4313506763462556e-10, + "I": 3.7085897020006087e-07, + "C": 1.829866702607319e-09, + "R": 4.6646912027492604e-11, + "M": 1.767199897528826e-08, + "O": 5.256937107844806e-09, + "W": 4.025138278240803e-10, + "N": 1.277183070413912e-08, + "Y": 1.4580465403923881e-06, + "U": 1.3142148480582705e-10, + "K": 1.5574714495869557e-07, + "L": 4.663454691855584e-11, + "G": 5.062002514932828e-07, + "F": 0.0007732189260423183, + "E": 7.416702283080667e-05, + "T": 5.076375373391784e-07, + "P": 0.7285837531089783, + "-": 0.27056583762168884 + }, + "id": "tp_18968" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2371004, + "label": "-", + "classification": { + "B": 1.9423698205400797e-08, + "S": 1.1385661480289855e-07, + "I": 1.4757273675058968e-05, + "C": 2.3587365660659998e-07, + "R": 6.494634163800583e-08, + "M": 1.5265580941559165e-06, + "O": 1.6833890867928858e-06, + "W": 1.6574446703998547e-07, + "N": 1.4715751603944227e-06, + "Y": 9.660227806307375e-05, + "U": 5.428902483117781e-08, + "K": 1.210083701153053e-05, + "L": 2.8845279942402158e-08, + "G": 3.93225900552352e-06, + "F": 0.003570309141650796, + "E": 3.717267100000754e-05, + "T": 5.419320586952381e-05, + "P": 0.1334368884563446, + "-": 0.8627687096595764 + }, + "id": "tp_18969" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2371138, + "label": "-", + "classification": { + "B": 4.795042943435412e-13, + "S": 8.265739438392816e-13, + "I": 2.008139432518874e-08, + "C": 5.510734923941385e-11, + "R": 8.796322177595517e-12, + "M": 7.999451101525779e-11, + "O": 6.899448234953809e-10, + "W": 9.182732699231089e-13, + "N": 2.524087605593195e-10, + "Y": 2.2267796495611947e-08, + "U": 1.1189151412046086e-13, + "K": 9.811990629715606e-13, + "L": 6.601092827733523e-13, + "G": 2.526400866287304e-09, + "F": 2.398747938059387e-06, + "E": 2.0529504762833994e-09, + "T": 1.318529001537172e-07, + "P": 0.22866182029247284, + "-": 0.7713356614112854 + }, + "id": "tp_18970" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2371271, + "label": "P", + "classification": { + "B": 1.0071777190034936e-08, + "S": 4.106427198280471e-08, + "I": 6.206635589478537e-05, + "C": 4.619292448548862e-10, + "R": 3.1417671242373046e-10, + "M": 2.391680027358234e-07, + "O": 1.3855651559424587e-07, + "W": 3.162136996692766e-09, + "N": 4.544833245745394e-06, + "Y": 9.056819862962584e-07, + "U": 1.0331952654540899e-10, + "K": 4.201195125119739e-08, + "L": 1.984808845056918e-10, + "G": 1.1926162812869734e-07, + "F": 1.5595958757330664e-05, + "E": 1.0181996913161129e-05, + "T": 4.882464054389857e-06, + "P": 0.9721880555152893, + "-": 0.027713222429156303 + }, + "id": "tp_18971" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2371405, + "label": "-", + "classification": { + "B": 3.0664359940146824e-08, + "S": 2.8069726099033687e-08, + "I": 3.4558921470306814e-05, + "C": 1.7980987365717738e-07, + "R": 4.49459065521296e-08, + "M": 1.814875986383413e-06, + "O": 1.3989409808345954e-06, + "W": 4.3596479315510805e-08, + "N": 8.747097695049888e-07, + "Y": 3.0373359550139867e-05, + "U": 1.2606298227524348e-08, + "K": 4.639290196450929e-08, + "L": 4.332020964170624e-08, + "G": 3.600030368033913e-06, + "F": 0.0001490787835791707, + "E": 9.858538760454394e-06, + "T": 7.558266952401027e-05, + "P": 0.27718737721443176, + "-": 0.7225050926208496 + }, + "id": "tp_18972" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2371505, + "label": "-", + "classification": { + "B": 7.75938886476979e-08, + "S": 2.2733563298515946e-07, + "I": 0.0004956646007485688, + "C": 1.299406085308874e-05, + "R": 2.403379767201841e-06, + "M": 4.786570571013726e-06, + "O": 5.803377916890895e-06, + "W": 5.079879770164553e-07, + "N": 3.4658827644307166e-05, + "Y": 0.00024372419284190983, + "U": 6.064549893380899e-07, + "K": 4.661702405428514e-05, + "L": 1.2656246894948708e-07, + "G": 3.088705489062704e-05, + "F": 0.001219969242811203, + "E": 0.00025471896515227854, + "T": 0.00014876702334731817, + "P": 0.37092968821525574, + "-": 0.6265677213668823 + }, + "id": "tp_18973" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2371638, + "label": "P", + "classification": { + "B": 1.499916117415727e-14, + "S": 1.679180340781461e-13, + "I": 9.324240295427444e-07, + "C": 2.7126521515152824e-11, + "R": 1.1590753313736601e-12, + "M": 5.357754864765418e-11, + "O": 2.1708190800495686e-11, + "W": 2.0388814876877437e-13, + "N": 3.1654256993363106e-09, + "Y": 3.63809995462816e-08, + "U": 1.3574135305366442e-13, + "K": 1.3343560978373858e-10, + "L": 3.625170571174528e-14, + "G": 1.0126478544592032e-09, + "F": 1.9246110696258256e-06, + "E": 1.3423391465039458e-07, + "T": 9.937497935652573e-09, + "P": 0.9212026596069336, + "-": 0.07879430055618286 + }, + "id": "tp_18974" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2371772, + "label": "P", + "classification": { + "B": 8.205201795785655e-11, + "S": 3.5794082975382224e-11, + "I": 9.985549098701085e-08, + "C": 3.87788134936784e-11, + "R": 1.3924717498850492e-12, + "M": 2.5308062312490165e-09, + "O": 2.57458609986827e-09, + "W": 1.9794648559168238e-11, + "N": 2.420367462008244e-09, + "Y": 2.7223888920957506e-08, + "U": 9.717163055103506e-13, + "K": 4.790682087141285e-11, + "L": 4.477805713026806e-12, + "G": 8.28065971347769e-09, + "F": 3.6196493056195322e-06, + "E": 2.2164265089941182e-07, + "T": 1.3918923968958552e-07, + "P": 0.6243374943733215, + "-": 0.37565839290618896 + }, + "id": "tp_18975" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2371905, + "label": "P", + "classification": { + "B": 1.2693555095921738e-09, + "S": 3.951421967407498e-10, + "I": 8.829597209114581e-05, + "C": 1.191565335290079e-08, + "R": 1.0283259799237499e-09, + "M": 4.8475236269496236e-08, + "O": 4.726656399611784e-09, + "W": 1.5120900365150902e-10, + "N": 9.37868719574908e-07, + "Y": 6.081529022594623e-07, + "U": 4.858902169502244e-11, + "K": 2.6217736870393082e-09, + "L": 1.4352270760742414e-10, + "G": 5.612358222606417e-07, + "F": 1.080099718819838e-05, + "E": 2.9039580113021657e-05, + "T": 3.8783466038694314e-07, + "P": 0.9934298396110535, + "-": 0.006439558696001768 + }, + "id": "tp_18976" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2372005, + "label": "-", + "classification": { + "B": 1.0048727183686879e-08, + "S": 5.94119553554151e-09, + "I": 2.885325375245884e-05, + "C": 1.3991929108669865e-06, + "R": 8.549974950256001e-08, + "M": 9.72267116594594e-07, + "O": 6.112539381319948e-07, + "W": 2.4728931791173636e-08, + "N": 6.903057396812073e-07, + "Y": 1.629528014746029e-05, + "U": 1.097565771601694e-08, + "K": 5.278482149151387e-07, + "L": 8.12551625983815e-09, + "G": 9.108096492127515e-06, + "F": 0.0004887148388661444, + "E": 5.5768530728528276e-05, + "T": 6.062621196178952e-06, + "P": 0.286165714263916, + "-": 0.7132251858711243 + }, + "id": "tp_18977" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2372139, + "label": "P", + "classification": { + "B": 1.8271961721438856e-09, + "S": 7.203124208210454e-10, + "I": 0.0002606628113426268, + "C": 6.306201782990684e-08, + "R": 2.6132072061813005e-09, + "M": 2.1097572755479632e-07, + "O": 1.9763005454365157e-08, + "W": 1.7531399665315917e-09, + "N": 4.043335593451047e-06, + "Y": 5.62292996164615e-07, + "U": 1.5441747880373669e-09, + "K": 1.3181815461393853e-07, + "L": 4.895969185625404e-10, + "G": 5.624796131087351e-07, + "F": 1.284437530557625e-05, + "E": 0.00032244768226519227, + "T": 4.5826232053514104e-07, + "P": 0.9849098324775696, + "-": 0.01448808517307043 + }, + "id": "tp_18978" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2372272, + "label": "P", + "classification": { + "B": 1.2823024064800848e-07, + "S": 1.253133206091661e-07, + "I": 1.4303058378573041e-05, + "C": 5.5021480704908754e-08, + "R": 4.237835415921154e-09, + "M": 1.108134370042535e-06, + "O": 5.011887083128386e-07, + "W": 1.9267224260488547e-08, + "N": 1.7355367845084402e-06, + "Y": 1.733294629957527e-05, + "U": 6.141014363691966e-09, + "K": 4.004309062111133e-07, + "L": 1.7856796930004748e-08, + "G": 6.494018634839449e-06, + "F": 0.0018190655391663313, + "E": 0.0003381037386134267, + "T": 1.7706206563161686e-05, + "P": 0.6928645372390747, + "-": 0.30491840839385986 + }, + "id": "tp_18979" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2372406, + "label": "P", + "classification": { + "B": 7.894652043205497e-08, + "S": 1.3365180961955048e-07, + "I": 0.00015205034287646413, + "C": 1.1722145387693672e-07, + "R": 8.251441308004814e-09, + "M": 6.290382543738815e-07, + "O": 1.9256859218330646e-07, + "W": 2.185502445684051e-08, + "N": 1.575263013364747e-05, + "Y": 1.3314867828739807e-05, + "U": 1.677044991765797e-08, + "K": 8.769774467509706e-06, + "L": 6.809741659452584e-09, + "G": 7.86514920037007e-06, + "F": 0.0005175961414352059, + "E": 0.002144978614524007, + "T": 1.2106848771509249e-05, + "P": 0.9533525109291077, + "-": 0.04377390444278717 + }, + "id": "tp_18980" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2372506, + "label": "P", + "classification": { + "B": 7.616848485270111e-09, + "S": 1.6385663936802075e-09, + "I": 3.848551932605915e-05, + "C": 6.232127702787693e-08, + "R": 2.493944606385412e-09, + "M": 5.5299800294505985e-08, + "O": 2.139810817425314e-08, + "W": 1.6835619565114257e-09, + "N": 7.948577263050538e-07, + "Y": 3.7954458775857347e-07, + "U": 6.792144624512275e-10, + "K": 4.519138396830158e-09, + "L": 1.6221135545890775e-09, + "G": 6.219887609404395e-07, + "F": 2.313931327080354e-05, + "E": 2.6086167054018006e-05, + "T": 4.4588668401956966e-07, + "P": 0.9847465753555298, + "-": 0.015163242816925049 + }, + "id": "tp_18981" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2372639, + "label": "-", + "classification": { + "B": 4.74721133514322e-07, + "S": 4.856192958868633e-07, + "I": 0.0002035823999904096, + "C": 9.747544936544728e-06, + "R": 1.7625854979996802e-06, + "M": 5.8524969972495455e-06, + "O": 5.4153647397470195e-06, + "W": 4.789922627423948e-07, + "N": 1.5783985872985795e-05, + "Y": 0.00023581403365824372, + "U": 4.7496340016550676e-07, + "K": 1.478891590522835e-05, + "L": 2.0473343909088726e-07, + "G": 5.831445741932839e-05, + "F": 0.003207925707101822, + "E": 0.00018350614118389785, + "T": 0.00010060683416668326, + "P": 0.4945937395095825, + "-": 0.501361072063446 + }, + "id": "tp_18982" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2372773, + "label": "P", + "classification": { + "B": 9.442698845063546e-10, + "S": 1.8555806891029647e-09, + "I": 3.915585330105387e-05, + "C": 1.5516131668391608e-07, + "R": 1.0015764217996548e-08, + "M": 1.3713062685383193e-07, + "O": 8.989833588657348e-08, + "W": 5.5506981233577335e-09, + "N": 8.011871273083671e-07, + "Y": 5.889781732548727e-06, + "U": 4.126722519259829e-09, + "K": 1.702138661130448e-07, + "L": 1.4403011006081101e-09, + "G": 5.814735573039798e-07, + "F": 0.0001417250168742612, + "E": 9.877554475679062e-06, + "T": 5.9310132201062515e-06, + "P": 0.6118826866149902, + "-": 0.3879128098487854 + }, + "id": "tp_18983" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2372906, + "label": "-", + "classification": { + "B": 1.060436183308866e-08, + "S": 3.473084264626891e-09, + "I": 6.072642008803086e-06, + "C": 2.0296825198329316e-07, + "R": 6.481451375606184e-09, + "M": 2.159923496947158e-06, + "O": 3.475725236512517e-07, + "W": 1.792085368990115e-09, + "N": 1.1739553684719795e-07, + "Y": 1.944413270393852e-05, + "U": 2.0928994093338815e-09, + "K": 7.048778893903318e-09, + "L": 1.7014317066355034e-08, + "G": 7.715533683949616e-06, + "F": 0.0001324309705523774, + "E": 1.2436401448212564e-05, + "T": 3.0013474315637723e-05, + "P": 0.14658871293067932, + "-": 0.8532002568244934 + }, + "id": "tp_18984" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2373006, + "label": "-", + "classification": { + "B": 3.5838795042764104e-07, + "S": 1.1701614788250936e-08, + "I": 4.399924819153966e-06, + "C": 3.65629801990508e-07, + "R": 3.137857973456448e-08, + "M": 1.040809820551658e-06, + "O": 1.435921717529709e-06, + "W": 1.5190977364909486e-08, + "N": 1.267177651698148e-07, + "Y": 6.116438271419611e-06, + "U": 2.3411665939221393e-09, + "K": 1.4384989865945386e-09, + "L": 5.306118211478861e-08, + "G": 8.023882401175797e-06, + "F": 0.00011105121666332707, + "E": 6.998400749580469e-06, + "T": 1.1908892702194862e-05, + "P": 0.2822248637676239, + "-": 0.7176231741905212 + }, + "id": "tp_18985" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2373140, + "label": "-", + "classification": { + "B": 2.0689472357560135e-10, + "S": 1.877782818127116e-09, + "I": 2.3010348115803936e-07, + "C": 1.3679477550709862e-09, + "R": 1.0202841349560288e-10, + "M": 5.084649501441163e-08, + "O": 2.4423606248547003e-08, + "W": 1.022285145424462e-09, + "N": 1.3274426891030089e-08, + "Y": 9.239396945304179e-07, + "U": 4.768577546720998e-11, + "K": 1.2498697188334518e-08, + "L": 8.684594016150626e-11, + "G": 3.728213471276831e-08, + "F": 0.0002513485960662365, + "E": 9.751174729899503e-07, + "T": 1.6174270740521024e-06, + "P": 0.28305134177207947, + "-": 0.7166934609413147 + }, + "id": "tp_18986" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2373273, + "label": "-", + "classification": { + "B": 0.0008344624657183886, + "S": 0.00018462147272657603, + "I": 0.0027219534385949373, + "C": 0.0003174599842168391, + "R": 0.00014592801744583994, + "M": 0.0010612612823024392, + "O": 0.0013584286207333207, + "W": 0.00034981584758497775, + "N": 0.0005838061333633959, + "Y": 0.005510686431080103, + "U": 0.00010141488746739924, + "K": 0.0007039796910248697, + "L": 0.00023774603323545307, + "G": 0.003177369711920619, + "F": 0.030387623235583305, + "E": 0.007329011335968971, + "T": 0.0027975658886134624, + "P": 0.3231261074542999, + "-": 0.6190707683563232 + }, + "id": "tp_18987" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2373407, + "label": "-", + "classification": { + "B": 2.590652137257621e-10, + "S": 7.276893670971063e-11, + "I": 1.4746072338311933e-05, + "C": 4.26055173363693e-08, + "R": 3.268496362451856e-09, + "M": 5.036247330281185e-07, + "O": 2.5496976974181962e-08, + "W": 1.497168222730494e-10, + "N": 3.608132814747478e-08, + "Y": 2.5688854293548502e-05, + "U": 1.525483489528412e-10, + "K": 3.9714712074534475e-10, + "L": 1.0146306017588813e-09, + "G": 1.0821064506671974e-06, + "F": 2.526211756048724e-05, + "E": 4.2059746192535385e-06, + "T": 9.917603165376931e-06, + "P": 0.33061710000038147, + "-": 0.6693013906478882 + }, + "id": "tp_18988" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2373507, + "label": "-", + "classification": { + "B": 1.0979274520650506e-06, + "S": 8.763648793319589e-07, + "I": 0.00032425130484625697, + "C": 1.704309761407785e-05, + "R": 2.145439111700398e-06, + "M": 2.5663335691206157e-05, + "O": 1.810282628866844e-05, + "W": 1.9015097905139555e-06, + "N": 3.4457632864359766e-05, + "Y": 0.0004947015549987555, + "U": 1.4762961200176505e-06, + "K": 3.357584137120284e-05, + "L": 6.026648975421267e-07, + "G": 0.00014723761705681682, + "F": 0.003303172532469034, + "E": 0.0006173881702125072, + "T": 0.00022599571093451232, + "P": 0.3755098581314087, + "-": 0.619240403175354 + }, + "id": "tp_18989" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2373640, + "label": "P", + "classification": { + "B": 1.994808311589491e-11, + "S": 3.883667747204417e-13, + "I": 6.02155125761783e-08, + "C": 1.3882096860928783e-10, + "R": 1.5566244040282617e-12, + "M": 2.4456410230300207e-09, + "O": 2.392296916120529e-10, + "W": 7.647662342812056e-13, + "N": 1.6468615360309968e-10, + "Y": 2.6015609222440617e-08, + "U": 2.7600328706550714e-13, + "K": 6.143381159687267e-13, + "L": 2.9318106102571573e-12, + "G": 6.15498185752017e-09, + "F": 1.0424176934975549e-06, + "E": 2.0751532758822577e-07, + "T": 7.178674366059568e-08, + "P": 0.6993078589439392, + "-": 0.30069082975387573 + }, + "id": "tp_18990" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2373774, + "label": "-", + "classification": { + "B": 1.62820937288366e-11, + "S": 1.638030856787598e-11, + "I": 5.873556929714141e-08, + "C": 2.9695803593909886e-09, + "R": 5.523036888943622e-11, + "M": 1.1117738951682554e-09, + "O": 2.5201924991336e-09, + "W": 2.006957273981147e-11, + "N": 2.058114123570931e-09, + "Y": 3.0995619226814597e-07, + "U": 2.0246665455303514e-11, + "K": 2.4727018210768392e-09, + "L": 1.468035588925165e-11, + "G": 4.477606552200086e-08, + "F": 0.00043904894846491516, + "E": 4.441069449967472e-07, + "T": 1.6542004743769212e-07, + "P": 0.23685842752456665, + "-": 0.7627013921737671 + }, + "id": "tp_18991" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2373907, + "label": "P", + "classification": { + "B": 5.4392337855979633e-11, + "S": 1.1708907281249292e-11, + "I": 3.295262374081176e-08, + "C": 4.280784407506566e-11, + "R": 2.011726939546432e-12, + "M": 4.731083858011687e-10, + "O": 1.086620238233138e-09, + "W": 1.0596856725442194e-11, + "N": 8.081531555070853e-10, + "Y": 9.532588940430742e-09, + "U": 2.88223221331374e-12, + "K": 2.2824665768528263e-11, + "L": 7.774504998114828e-12, + "G": 2.813349109231922e-09, + "F": 4.541979251371231e-06, + "E": 1.7490337711478787e-07, + "T": 1.7244546768324653e-07, + "P": 0.6951456665992737, + "-": 0.30484938621520996 + }, + "id": "tp_18992" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2374007, + "label": "-", + "classification": { + "B": 6.28853555895148e-08, + "S": 2.3626230927220604e-07, + "I": 9.99762924038805e-05, + "C": 3.164780764564057e-06, + "R": 3.953390432798187e-07, + "M": 4.485448698687833e-06, + "O": 3.3409055504307617e-06, + "W": 2.775595362436434e-07, + "N": 4.600207830662839e-06, + "Y": 8.767233521211892e-05, + "U": 2.1201535105319635e-07, + "K": 1.626304651836108e-06, + "L": 2.219675820924749e-07, + "G": 1.19604674182483e-05, + "F": 0.0014142312575131655, + "E": 8.089311450021341e-05, + "T": 0.00010163759725401178, + "P": 0.3621228337287903, + "-": 0.6360622644424438 + }, + "id": "tp_18993" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2374141, + "label": "-", + "classification": { + "B": 2.8887314762471306e-10, + "S": 1.8770831555769973e-09, + "I": 7.0478886300406884e-06, + "C": 2.816510971115349e-07, + "R": 2.12060626836319e-08, + "M": 3.323180521874747e-07, + "O": 1.3446121727156424e-07, + "W": 7.749044073079858e-09, + "N": 2.001417271912942e-07, + "Y": 3.149749682052061e-05, + "U": 9.086408958580705e-09, + "K": 3.2312605071638245e-06, + "L": 1.342248312496963e-09, + "G": 7.299853450604132e-07, + "F": 0.0002617371501401067, + "E": 1.343949497822905e-05, + "T": 1.2382719432935119e-05, + "P": 0.045930758118629456, + "-": 0.9537381529808044 + }, + "id": "tp_18994" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2374274, + "label": "P", + "classification": { + "B": 2.980937328575517e-12, + "S": 1.74025602955874e-11, + "I": 1.0054839094664203e-06, + "C": 1.0397501748471427e-09, + "R": 5.261980955129086e-12, + "M": 5.956170223697654e-09, + "O": 9.422016500337804e-10, + "W": 1.3191605793827499e-11, + "N": 1.1007225353409922e-08, + "Y": 8.822133423791456e-08, + "U": 3.28890907563828e-12, + "K": 4.0209377494271337e-10, + "L": 4.344408513490272e-12, + "G": 5.736794150834612e-09, + "F": 1.0764581929834094e-05, + "E": 1.301237489315099e-06, + "T": 1.2979809582702728e-07, + "P": 0.7332324981689453, + "-": 0.2667542099952698 + }, + "id": "tp_18995" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2374408, + "label": "P", + "classification": { + "B": 2.7867003149495417e-10, + "S": 1.8384682665129048e-09, + "I": 2.4332730390597135e-06, + "C": 1.5406280695628993e-09, + "R": 4.97595471771195e-11, + "M": 3.588716523950097e-08, + "O": 2.5314390583730528e-08, + "W": 1.4273450199553395e-09, + "N": 2.4404621967732965e-07, + "Y": 1.7591069934042025e-07, + "U": 3.555532257504268e-10, + "K": 1.5792537055858702e-07, + "L": 5.727376559128139e-11, + "G": 1.9314086330268765e-08, + "F": 4.1246850742027164e-05, + "E": 1.842052188294474e-05, + "T": 1.2893680150227738e-06, + "P": 0.742010235786438, + "-": 0.25792577862739563 + }, + "id": "tp_18996" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2374508, + "label": "-", + "classification": { + "B": 1.71349672228871e-08, + "S": 2.7425242521417204e-08, + "I": 1.42702574521536e-05, + "C": 1.05263829652813e-07, + "R": 1.7031156929192548e-08, + "M": 7.05218326402246e-07, + "O": 8.584630108998681e-07, + "W": 3.6101685196854305e-08, + "N": 6.713523248436104e-07, + "Y": 6.7798687268805224e-06, + "U": 1.483578238037353e-08, + "K": 1.7023272391725186e-07, + "L": 1.997157283994966e-08, + "G": 1.4216445833881153e-06, + "F": 0.0002513571234885603, + "E": 1.7288268281845376e-05, + "T": 3.246763662900776e-05, + "P": 0.3742319941520691, + "-": 0.6254417300224304 + }, + "id": "tp_18997" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2374641, + "label": "-", + "classification": { + "B": 1.3035608020534745e-13, + "S": 2.002022137480297e-13, + "I": 2.6454044288470868e-08, + "C": 1.6219357801272594e-10, + "R": 7.407553737071026e-12, + "M": 1.765422703858821e-11, + "O": 6.658137929882457e-11, + "W": 1.341510561490844e-12, + "N": 1.2239954882975468e-10, + "Y": 4.7734811658983745e-08, + "U": 1.172025042121827e-12, + "K": 1.1183211301446505e-10, + "L": 2.487421076405316e-13, + "G": 1.2061535104024301e-09, + "F": 1.0166620086238254e-05, + "E": 2.2457037118783774e-08, + "T": 2.3879325183884248e-08, + "P": 0.43252894282341003, + "-": 0.567460834980011 + }, + "id": "tp_18998" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2374775, + "label": "P", + "classification": { + "B": 1.1102578856281298e-09, + "S": 1.7627657111773942e-09, + "I": 2.861124585251673e-06, + "C": 1.4980566120925687e-08, + "R": 1.3262372311473314e-09, + "M": 3.589375907608883e-08, + "O": 9.150893021114825e-08, + "W": 2.1371737712883032e-09, + "N": 1.0914002501749565e-07, + "Y": 4.696675830473396e-07, + "U": 2.735023874045339e-10, + "K": 1.0581961973343823e-08, + "L": 4.4252046471626727e-10, + "G": 2.0326727678821044e-07, + "F": 4.997002179152332e-05, + "E": 2.0593586214090465e-06, + "T": 1.7289041807089234e-06, + "P": 0.532905101776123, + "-": 0.4670373201370239 + }, + "id": "tp_18999" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2374908, + "label": "P", + "classification": { + "B": 1.6887027800421839e-12, + "S": 1.0433332149617502e-11, + "I": 1.2081612510428386e-07, + "C": 1.0229352087609556e-10, + "R": 2.177513377943363e-12, + "M": 6.931371587803881e-10, + "O": 2.679483579459685e-10, + "W": 5.560793579079126e-12, + "N": 1.7931965912154624e-09, + "Y": 2.199088200427468e-08, + "U": 8.490651215962985e-13, + "K": 6.159938531480336e-11, + "L": 8.594751971756354e-13, + "G": 2.5402067116431226e-09, + "F": 8.457014700979926e-06, + "E": 1.1227672302993597e-07, + "T": 5.852379914017547e-08, + "P": 0.8751242160797119, + "-": 0.12486709654331207 + }, + "id": "tp_19000" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2375008, + "label": "P", + "classification": { + "B": 2.0606814052446382e-13, + "S": 9.676141859331702e-14, + "I": 1.0268409234015508e-08, + "C": 1.880433309064955e-11, + "R": 4.454549793267426e-13, + "M": 4.2821388795966087e-11, + "O": 3.7520698353832316e-11, + "W": 3.7031578433051326e-13, + "N": 3.584609345463896e-11, + "Y": 7.2698189690356685e-09, + "U": 8.95567867369336e-14, + "K": 1.5493731514784614e-12, + "L": 1.3075573067865276e-13, + "G": 3.8006323088701777e-10, + "F": 1.173349232885812e-06, + "E": 6.549469855343659e-09, + "T": 1.74137273489805e-08, + "P": 0.5332040786743164, + "-": 0.4667946994304657 + }, + "id": "tp_19001" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2375142, + "label": "-", + "classification": { + "B": 9.766015773848835e-10, + "S": 2.3152442185647715e-09, + "I": 2.1851290512131527e-05, + "C": 4.1084129520641e-07, + "R": 3.4357253042571756e-08, + "M": 4.240319810833171e-07, + "O": 3.2369317182201485e-07, + "W": 1.1815624034738903e-08, + "N": 5.616059297608444e-07, + "Y": 3.749227835214697e-05, + "U": 1.5525923657833118e-08, + "K": 1.0451315120008076e-06, + "L": 3.823969141336647e-09, + "G": 1.7616648619878106e-06, + "F": 0.0001876943133538589, + "E": 2.250567740702536e-05, + "T": 2.0977338863303885e-05, + "P": 0.10583562403917313, + "-": 0.8938692212104797 + }, + "id": "tp_19002" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2375275, + "label": "P", + "classification": { + "B": 1.0568136588062771e-08, + "S": 7.686026926023715e-09, + "I": 0.00021260333596728742, + "C": 1.7826199893988814e-07, + "R": 7.080028296968521e-08, + "M": 1.3774493368146068e-07, + "O": 3.0961180641497776e-07, + "W": 7.614150199231062e-09, + "N": 5.867708750884049e-06, + "Y": 2.6172783691436052e-06, + "U": 1.0697197794229396e-08, + "K": 2.4316532787338474e-08, + "L": 1.5153121424305027e-08, + "G": 2.7134040010423632e-06, + "F": 6.811742787249386e-05, + "E": 7.136258773243753e-06, + "T": 9.518420483800583e-06, + "P": 0.9381049871444702, + "-": 0.06158573552966118 + }, + "id": "tp_19003" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2375375, + "label": "P", + "classification": { + "B": 2.9896164051024243e-06, + "S": 5.060522880739882e-07, + "I": 0.0006508008227683604, + "C": 1.3713783118873835e-05, + "R": 2.5392707811988657e-06, + "M": 6.88541040290147e-05, + "O": 8.901374712877441e-06, + "W": 4.815191232410143e-07, + "N": 1.2729307854897343e-05, + "Y": 0.000854457903187722, + "U": 4.6657618213430396e-07, + "K": 1.261873194380314e-06, + "L": 1.4899600273565738e-06, + "G": 0.0001417422026861459, + "F": 0.0012002328876405954, + "E": 0.0003280581149738282, + "T": 0.00030022452119737864, + "P": 0.5192426443099976, + "-": 0.4771679639816284 + }, + "id": "tp_19004" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2375509, + "label": "-", + "classification": { + "B": 6.0124704694131115e-12, + "S": 5.6582316956821366e-12, + "I": 1.732187087100101e-07, + "C": 3.449508456654371e-10, + "R": 3.279835777969531e-11, + "M": 1.335397570301211e-09, + "O": 1.9144639207269165e-09, + "W": 8.249686524186561e-12, + "N": 2.2988950743041414e-09, + "Y": 3.526046441493236e-07, + "U": 2.803058783348855e-12, + "K": 9.182662269457964e-11, + "L": 4.693559776947076e-12, + "G": 2.998800496811782e-08, + "F": 1.4145885870675556e-05, + "E": 3.772424861381296e-08, + "T": 3.868227054226736e-07, + "P": 0.4227937161922455, + "-": 0.5771909952163696 + }, + "id": "tp_19005" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2375642, + "label": "P", + "classification": { + "B": 9.618859486693054e-09, + "S": 1.6834060811987683e-09, + "I": 7.53971326048486e-05, + "C": 3.674912818496523e-07, + "R": 2.1670730987466413e-08, + "M": 1.3650422658884054e-07, + "O": 4.5093031530996086e-08, + "W": 8.377790017277675e-09, + "N": 1.6244952121269307e-06, + "Y": 3.7590145893773297e-06, + "U": 5.318790741171142e-09, + "K": 2.991686187669984e-07, + "L": 1.632319723832154e-09, + "G": 3.927795205527218e-06, + "F": 0.00027111833333037794, + "E": 0.0002867862640414387, + "T": 9.905406841426156e-07, + "P": 0.9447401165962219, + "-": 0.054615553468465805 + }, + "id": "tp_19006" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2375776, + "label": "P", + "classification": { + "B": 5.92851856495713e-09, + "S": 3.004398507755468e-09, + "I": 0.0002460078976582736, + "C": 4.999059797228256e-07, + "R": 7.396015888616603e-08, + "M": 9.513528880233935e-07, + "O": 2.650967871886678e-07, + "W": 1.3400138776376025e-08, + "N": 3.2429284146928694e-06, + "Y": 2.421009776298888e-05, + "U": 3.4971423534813084e-09, + "K": 1.1996610282949405e-07, + "L": 3.976500906333058e-09, + "G": 2.907360794779379e-06, + "F": 0.00020199599384795874, + "E": 4.4585227442439646e-05, + "T": 7.714904313615989e-06, + "P": 0.6694562435150146, + "-": 0.33001118898391724 + }, + "id": "tp_19007" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2375876, + "label": "P", + "classification": { + "B": 1.7549600809556407e-23, + "S": 4.8403859264495135e-25, + "I": 7.089597463781627e-13, + "C": 1.947748126308201e-18, + "R": 2.0201559006392937e-22, + "M": 4.023087000946328e-19, + "O": 5.3163605595947734e-20, + "W": 5.2282600574691144e-24, + "N": 1.0972746040140475e-17, + "Y": 1.4592470162994378e-14, + "U": 5.394554618416781e-23, + "K": 3.111136143737042e-20, + "L": 8.091758090244443e-24, + "G": 4.559161191343376e-16, + "F": 3.8082134667938305e-11, + "E": 4.601592002405341e-13, + "T": 4.2764567454172016e-15, + "P": 0.8988114595413208, + "-": 0.1011885404586792 + }, + "id": "tp_19008" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2376009, + "label": "P", + "classification": { + "B": 5.219237930731424e-09, + "S": 3.6232130629088033e-09, + "I": 5.048131697549252e-06, + "C": 1.9317436539267874e-08, + "R": 5.402308045354687e-10, + "M": 2.1495981172847678e-07, + "O": 9.892908536812683e-08, + "W": 4.667629838195353e-09, + "N": 1.9026809638944542e-07, + "Y": 3.253685008530738e-06, + "U": 6.496298499136799e-10, + "K": 5.156595150879184e-08, + "L": 6.186645085115572e-10, + "G": 5.475184821079893e-07, + "F": 9.060327283805236e-05, + "E": 1.9059700207435526e-05, + "T": 2.0726799903059145e-06, + "P": 0.6251105070114136, + "-": 0.37476828694343567 + }, + "id": "tp_19009" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2376143, + "label": "-", + "classification": { + "B": 4.529872657532685e-11, + "S": 7.397413237519856e-11, + "I": 1.2441111607586208e-07, + "C": 4.5164683104559344e-10, + "R": 6.733516955820251e-12, + "M": 4.572838996352857e-09, + "O": 7.54366702437892e-09, + "W": 1.979045226307985e-11, + "N": 4.754310722887567e-09, + "Y": 1.6172985795037675e-07, + "U": 1.1746362563180845e-11, + "K": 2.6618587889437606e-10, + "L": 2.3908753449264353e-11, + "G": 4.331973713078696e-08, + "F": 1.9430770407780074e-05, + "E": 3.9156228126557835e-07, + "T": 5.756410814683477e-07, + "P": 0.37022775411605835, + "-": 0.6297515630722046 + }, + "id": "tp_19010" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2376276, + "label": "P", + "classification": { + "B": 7.674025802838214e-13, + "S": 1.9909206610933686e-15, + "I": 1.4635413947416964e-07, + "C": 2.5032892425613795e-10, + "R": 6.959401587999792e-13, + "M": 8.479197205479849e-11, + "O": 1.5259359747998857e-11, + "W": 2.4011708623489746e-14, + "N": 9.224890989978363e-11, + "Y": 8.693273656490419e-09, + "U": 1.3746650844546904e-13, + "K": 2.807062037240432e-13, + "L": 1.3385428561992624e-13, + "G": 6.051983358901225e-09, + "F": 3.157824934874043e-08, + "E": 4.6161993338955654e-08, + "T": 7.1862507056152936e-09, + "P": 0.7673721313476562, + "-": 0.23262760043144226 + }, + "id": "tp_19011" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2376376, + "label": "P", + "classification": { + "B": 5.070823405617375e-08, + "S": 5.193255674385e-07, + "I": 0.00013055969611741602, + "C": 4.8372849050792865e-06, + "R": 8.263450013146212e-07, + "M": 1.8070132909997483e-06, + "O": 3.868440671794815e-06, + "W": 1.0077071692649042e-06, + "N": 2.2405252821044996e-05, + "Y": 8.054142381297424e-05, + "U": 5.658695840793371e-07, + "K": 7.05370694049634e-05, + "L": 7.908531785005835e-08, + "G": 8.455964234599378e-06, + "F": 0.0058771283365786076, + "E": 0.00039364994154311717, + "T": 4.233812433085404e-05, + "P": 0.5542314052581787, + "-": 0.43912944197654724 + }, + "id": "tp_19012" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2376510, + "label": "P", + "classification": { + "B": 4.0083072901401715e-15, + "S": 8.671177247369585e-14, + "I": 7.86482985404291e-08, + "C": 4.412577508244864e-12, + "R": 4.173003902065847e-13, + "M": 3.8131359181292623e-11, + "O": 3.4012681560113833e-11, + "W": 3.7216743901079263e-14, + "N": 1.255603537808625e-10, + "Y": 7.090224407590995e-09, + "U": 7.652152396702815e-15, + "K": 3.100662020433069e-14, + "L": 9.318887079102361e-14, + "G": 2.8059848888872807e-10, + "F": 1.2263440396509395e-07, + "E": 7.501388399333564e-10, + "T": 5.30423136524405e-08, + "P": 0.7582439184188843, + "-": 0.24175582826137543 + }, + "id": "tp_19013" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2376643, + "label": "-", + "classification": { + "B": 4.56926163572291e-12, + "S": 7.137300195303453e-10, + "I": 1.8834732600225834e-06, + "C": 1.5145097398416851e-09, + "R": 1.9350554492092442e-10, + "M": 5.148129744725338e-08, + "O": 1.385277936805096e-08, + "W": 6.475448510734338e-10, + "N": 8.165049791841739e-08, + "Y": 3.2243069654214196e-06, + "U": 1.1435821040128857e-10, + "K": 8.498251986566174e-07, + "L": 3.341497911701907e-11, + "G": 3.5056810787637005e-08, + "F": 0.00019181467359885573, + "E": 4.500873274082551e-06, + "T": 4.286182957002893e-06, + "P": 0.2534603178501129, + "-": 0.7463330030441284 + }, + "id": "tp_19014" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2376777, + "label": "-", + "classification": { + "B": 1.1238723146567153e-10, + "S": 4.825093102844846e-11, + "I": 1.2947665481988224e-06, + "C": 2.6293678345723492e-08, + "R": 5.229884858515277e-10, + "M": 2.3358488476787898e-08, + "O": 7.702988469304728e-09, + "W": 1.675111160892584e-10, + "N": 1.786528791569708e-08, + "Y": 4.805844582733698e-06, + "U": 1.2894603440560815e-10, + "K": 2.1567180397141783e-07, + "L": 4.8053651335866476e-11, + "G": 5.22642835676379e-07, + "F": 0.0005386276170611382, + "E": 7.487265975214541e-06, + "T": 6.02663533300074e-07, + "P": 0.12449304759502411, + "-": 0.8749533295631409 + }, + "id": "tp_19015" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2376877, + "label": "-", + "classification": { + "B": 1.7352616565879941e-10, + "S": 1.7461425638742867e-09, + "I": 2.551635589043144e-06, + "C": 5.1609333695523674e-08, + "R": 2.858258962845639e-09, + "M": 1.9058358446955026e-08, + "O": 4.155810273687166e-08, + "W": 2.6740258896040814e-09, + "N": 1.212253408766628e-07, + "Y": 5.613082066702191e-06, + "U": 1.1994002457882402e-09, + "K": 6.902566269673116e-07, + "L": 2.8979518784666425e-10, + "G": 8.735968890505319e-07, + "F": 0.0005966175231151283, + "E": 3.5483330975694116e-06, + "T": 2.5937788450391963e-06, + "P": 0.33174484968185425, + "-": 0.6676424145698547 + }, + "id": "tp_19016" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2377010, + "label": "-", + "classification": { + "B": 1.3054473058105032e-09, + "S": 5.036827066540184e-10, + "I": 9.116560249822214e-06, + "C": 3.3104132768357886e-08, + "R": 2.3544328708879902e-09, + "M": 1.840218487814127e-06, + "O": 2.7846713379631183e-08, + "W": 2.4497862072259124e-10, + "N": 2.606503635149693e-08, + "Y": 0.00018704550166148692, + "U": 2.5931026770287247e-10, + "K": 7.779333843771497e-10, + "L": 3.503233481083612e-09, + "G": 5.50033655599691e-06, + "F": 2.482206400600262e-05, + "E": 9.986711120291147e-06, + "T": 4.195638030068949e-05, + "P": 0.2298700213432312, + "-": 0.7698495388031006 + }, + "id": "tp_19017" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2377144, + "label": "-", + "classification": { + "B": 1.683034245823778e-12, + "S": 8.450250048308572e-12, + "I": 7.725949657810816e-09, + "C": 4.1871148909189415e-11, + "R": 6.408054425630083e-13, + "M": 1.2386422443277922e-10, + "O": 3.4428493389526693e-10, + "W": 4.422219535005212e-12, + "N": 2.1841173314385287e-10, + "Y": 3.7249055395705e-08, + "U": 4.61625258418169e-13, + "K": 3.4277528038195726e-10, + "L": 6.041849420941603e-13, + "G": 3.024648087546211e-09, + "F": 4.5370205043582246e-05, + "E": 6.223935855587115e-08, + "T": 2.7043162376116925e-08, + "P": 0.32747945189476013, + "-": 0.6724750399589539 + }, + "id": "tp_19018" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2377277, + "label": "-", + "classification": { + "B": 2.704412693788072e-09, + "S": 4.663875063926071e-09, + "I": 4.6724504500161856e-05, + "C": 3.0970872444413544e-07, + "R": 9.939158829297412e-09, + "M": 2.8620779630728066e-06, + "O": 2.2841628322112228e-07, + "W": 7.11088210536559e-09, + "N": 1.1811760032287566e-06, + "Y": 1.8658660337678157e-05, + "U": 4.121967656089964e-09, + "K": 2.582309264198557e-07, + "L": 6.415587616714902e-09, + "G": 2.194923126808135e-06, + "F": 0.00042980024591088295, + "E": 0.0001308549108216539, + "T": 1.586814505571965e-05, + "P": 0.4571562707424164, + "-": 0.5421947240829468 + }, + "id": "tp_19019" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2377377, + "label": "P", + "classification": { + "B": 7.729836326575423e-09, + "S": 4.212263249314674e-08, + "I": 3.73315233446192e-05, + "C": 3.5600288583736983e-07, + "R": 3.533016723622495e-08, + "M": 2.5459902985858207e-07, + "O": 5.974310965939367e-07, + "W": 6.705459298927963e-08, + "N": 3.7158208670007298e-06, + "Y": 1.855509435699787e-05, + "U": 4.776480366786018e-08, + "K": 1.2513561159721576e-05, + "L": 7.534173285250745e-09, + "G": 2.0958000277460087e-06, + "F": 0.0020565283484756947, + "E": 8.18323896965012e-05, + "T": 1.0716960787249263e-05, + "P": 0.5428898930549622, + "-": 0.45488548278808594 + }, + "id": "tp_19020" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2377511, + "label": "P", + "classification": { + "B": 1.421117137317538e-17, + "S": 7.862718163327889e-18, + "I": 6.976484667742255e-11, + "C": 2.980554357875009e-16, + "R": 1.0174602775810508e-18, + "M": 7.0656578901779916e-15, + "O": 1.097402164528926e-14, + "W": 1.784848139555683e-17, + "N": 2.8879571395976425e-14, + "Y": 8.898660888018162e-13, + "U": 1.6144384902145257e-18, + "K": 2.220500014513476e-17, + "L": 2.7430591242207855e-18, + "G": 2.3569067839979488e-14, + "F": 9.45493683346399e-10, + "E": 2.2649371961280806e-11, + "T": 1.197323056673083e-11, + "P": 0.8076959848403931, + "-": 0.19230401515960693 + }, + "id": "tp_19021" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2377644, + "label": "P", + "classification": { + "B": 9.702446845949453e-09, + "S": 1.567713181493957e-10, + "I": 0.000185061915544793, + "C": 1.7348422716167988e-06, + "R": 2.710178925724449e-08, + "M": 1.7741257352099638e-06, + "O": 2.5336730047342826e-08, + "W": 2.6263971553142085e-10, + "N": 7.178815621955437e-07, + "Y": 2.0671815946116112e-05, + "U": 1.9599435407968713e-09, + "K": 1.6267479585607703e-09, + "L": 6.251157813608188e-09, + "G": 5.136639629199635e-06, + "F": 3.818615368800238e-05, + "E": 0.00010398362792329863, + "T": 1.2147130291850772e-05, + "P": 0.8624469041824341, + "-": 0.13718368113040924 + }, + "id": "tp_19022" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2377778, + "label": "-", + "classification": { + "B": 6.542393293784698e-10, + "S": 5.854190049392471e-11, + "I": 1.1140976141632564e-07, + "C": 4.623398108805077e-09, + "R": 1.1354889944970026e-10, + "M": 8.210544244491302e-09, + "O": 9.307030701677377e-09, + "W": 5.897100169294234e-11, + "N": 2.287285916224846e-09, + "Y": 6.95708365583414e-07, + "U": 2.4883223953553468e-11, + "K": 2.844932900369912e-10, + "L": 6.602084157147914e-11, + "G": 9.522540977968674e-08, + "F": 9.651748769101687e-06, + "E": 1.5499654182349332e-07, + "T": 6.540394679177552e-07, + "P": 0.1540817767381668, + "-": 0.8459067940711975 + }, + "id": "tp_19023" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2377878, + "label": "P", + "classification": { + "B": 1.7132784080331476e-08, + "S": 6.192848900354875e-08, + "I": 4.315884507377632e-05, + "C": 2.7770681754191173e-07, + "R": 5.6537405868084534e-08, + "M": 4.03662767212154e-07, + "O": 4.7225464072653267e-07, + "W": 5.7507758555175315e-08, + "N": 3.4695499380177353e-06, + "Y": 1.910865648824256e-05, + "U": 1.7905106730609077e-08, + "K": 2.3981033336895052e-06, + "L": 4.594633118415459e-09, + "G": 2.5138187993434258e-06, + "F": 0.0006203797529451549, + "E": 6.358396785799414e-05, + "T": 1.0415565157018136e-05, + "P": 0.7913327813148499, + "-": 0.20790080726146698 + }, + "id": "tp_19024" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2378011, + "label": "P", + "classification": { + "B": 1.9687216266939256e-12, + "S": 9.397921893819494e-13, + "I": 3.652421582955867e-06, + "C": 6.94519053379139e-10, + "R": 6.019849115718179e-12, + "M": 8.223506320348406e-10, + "O": 3.716328286773596e-11, + "W": 6.809821803677174e-13, + "N": 1.9406190432391668e-08, + "Y": 3.598545239569262e-09, + "U": 5.300511548775311e-13, + "K": 3.445923060785283e-11, + "L": 4.973143750107434e-13, + "G": 3.375868251609404e-09, + "F": 2.3678944671701174e-07, + "E": 2.097835249514901e-06, + "T": 1.2845364771862933e-08, + "P": 0.9932020306587219, + "-": 0.006791929714381695 + }, + "id": "tp_19025" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2378145, + "label": "-", + "classification": { + "B": 2.218835575343303e-12, + "S": 1.6673969063102367e-12, + "I": 1.3295817780090147e-06, + "C": 6.8826455645876194e-09, + "R": 2.1924941029372036e-10, + "M": 5.028646388183233e-09, + "O": 1.0520048165929552e-09, + "W": 1.4270308025532419e-11, + "N": 5.4854192299558235e-09, + "Y": 9.70981886894151e-07, + "U": 4.5315407676271846e-11, + "K": 1.9816650542736625e-09, + "L": 1.3692454288449785e-11, + "G": 5.904697530922931e-08, + "F": 1.9658107703435235e-05, + "E": 1.6755857359385118e-06, + "T": 6.848298426120891e-07, + "P": 0.3017944097518921, + "-": 0.6981812119483948 + }, + "id": "tp_19026" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2378278, + "label": "-", + "classification": { + "B": 6.431374877102769e-10, + "S": 9.433829273319816e-10, + "I": 4.735839866043534e-06, + "C": 1.1718313430719718e-08, + "R": 1.9489096447777854e-10, + "M": 1.1668360144767576e-07, + "O": 3.318924157724723e-08, + "W": 2.9983280303014226e-09, + "N": 1.1876096550622606e-07, + "Y": 6.131636837380938e-06, + "U": 6.731684099037238e-10, + "K": 6.226292157407443e-07, + "L": 3.3323810377794416e-10, + "G": 1.015874090626312e-06, + "F": 0.0003547288361005485, + "E": 5.645607961923815e-05, + "T": 2.3795205379428808e-06, + "P": 0.38829609751701355, + "-": 0.6112776398658752 + }, + "id": "tp_19027" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2378378, + "label": "P", + "classification": { + "B": 6.015000164616424e-10, + "S": 2.935770071488264e-09, + "I": 1.3887342902307864e-05, + "C": 2.0217733265326387e-08, + "R": 1.4724298447177375e-09, + "M": 2.5041728690666787e-08, + "O": 3.288221961383897e-08, + "W": 2.1822199602894443e-09, + "N": 4.34641549418302e-07, + "Y": 2.658133780641947e-06, + "U": 1.42201961317312e-09, + "K": 8.254755812231451e-08, + "L": 5.570301997437355e-10, + "G": 2.1271345929108065e-07, + "F": 0.0001069147401722148, + "E": 4.502914180193329e-06, + "T": 2.217791688963189e-06, + "P": 0.8459782600402832, + "-": 0.15389080345630646 + }, + "id": "tp_19028" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2378512, + "label": "P", + "classification": { + "B": 1.122051074275987e-08, + "S": 1.1041097813802025e-08, + "I": 4.017849641968496e-05, + "C": 2.216259815668309e-07, + "R": 2.4718069369100704e-08, + "M": 2.0642607978516025e-07, + "O": 1.9782480364938237e-07, + "W": 2.2857033599166243e-08, + "N": 1.0669706398402923e-06, + "Y": 1.1619344149949029e-05, + "U": 1.6606357178261533e-08, + "K": 1.0338968650103197e-06, + "L": 4.46821912802875e-09, + "G": 2.205186092396616e-06, + "F": 0.00045627591316588223, + "E": 4.171652108198032e-05, + "T": 5.232152034295723e-06, + "P": 0.6954084038734436, + "-": 0.3040315806865692 + }, + "id": "tp_19029" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2378645, + "label": "P", + "classification": { + "B": 5.1274021473091125e-08, + "S": 7.695435400023598e-09, + "I": 0.0009061479941010475, + "C": 5.01884414916276e-06, + "R": 3.51661100239653e-07, + "M": 6.365301032928983e-07, + "O": 1.5365719718829496e-07, + "W": 1.4343276788508774e-08, + "N": 7.0851338023203425e-06, + "Y": 1.554316986585036e-05, + "U": 5.766960953224043e-08, + "K": 5.662325364141907e-08, + "L": 5.277746595311328e-08, + "G": 9.561049409967382e-06, + "F": 0.00011074222857132554, + "E": 0.00016029247490223497, + "T": 6.583714821317699e-06, + "P": 0.933783769607544, + "-": 0.06499378383159637 + }, + "id": "tp_19030" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2378779, + "label": "P", + "classification": { + "B": 1.495387458305686e-08, + "S": 9.273209422566708e-10, + "I": 3.461897358647548e-05, + "C": 1.1495671259353912e-07, + "R": 5.424650062479941e-09, + "M": 5.882424716219248e-07, + "O": 1.5209086257073068e-07, + "W": 1.1823122481047221e-09, + "N": 1.969914507071735e-07, + "Y": 2.2904371235199505e-06, + "U": 5.84663262248597e-10, + "K": 2.7640567612507994e-10, + "L": 1.0183875964742128e-08, + "G": 2.1448483948915964e-06, + "F": 2.7248515834799036e-05, + "E": 1.2303451512707397e-05, + "T": 2.566557895988808e-06, + "P": 0.7763728499412537, + "-": 0.22354483604431152 + }, + "id": "tp_19031" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2378879, + "label": "P", + "classification": { + "B": 7.289872172577816e-08, + "S": 1.3662568676409137e-07, + "I": 5.65860427741427e-05, + "C": 4.926982342112751e-07, + "R": 6.258365914391106e-08, + "M": 5.772511144641612e-07, + "O": 3.437407087858446e-07, + "W": 1.350041998193774e-07, + "N": 2.6753264137369115e-06, + "Y": 1.4898722838552203e-05, + "U": 4.231352335182237e-08, + "K": 9.484064094067435e-07, + "L": 1.6163227201104746e-08, + "G": 3.1787199077371042e-06, + "F": 0.0004423697537276894, + "E": 7.373683183686808e-05, + "T": 9.340701581095345e-06, + "P": 0.8595728874206543, + "-": 0.13982142508029938 + }, + "id": "tp_19032" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2379012, + "label": "-", + "classification": { + "B": 4.32308766562528e-09, + "S": 9.046836169090966e-09, + "I": 4.750537846121006e-05, + "C": 6.249009629755164e-07, + "R": 9.512116605492338e-08, + "M": 1.2093785244360333e-06, + "O": 5.996114396111807e-07, + "W": 2.1038898623260138e-08, + "N": 5.506228148988157e-07, + "Y": 4.800951137440279e-05, + "U": 1.2372684210504303e-08, + "K": 6.841142408120504e-08, + "L": 3.727625141891622e-08, + "G": 1.0985876542690676e-05, + "F": 0.0007557736826129258, + "E": 1.4420335901377257e-05, + "T": 2.8404332624631934e-05, + "P": 0.2813774347305298, + "-": 0.7177143096923828 + }, + "id": "tp_19033" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2379146, + "label": "P", + "classification": { + "B": 7.307712213133755e-09, + "S": 1.620847633887479e-08, + "I": 9.106061042984948e-05, + "C": 2.2367689211932884e-07, + "R": 3.142254101362596e-08, + "M": 8.578713845963648e-07, + "O": 7.848694281165081e-07, + "W": 2.7476422914674004e-08, + "N": 1.2387761216814397e-06, + "Y": 1.1799158528447151e-05, + "U": 1.1392261356490962e-08, + "K": 1.4188638708390044e-08, + "L": 3.708162310545049e-08, + "G": 2.972318270622054e-06, + "F": 7.921161159174517e-05, + "E": 8.929852810979355e-06, + "T": 3.360289701959118e-05, + "P": 0.5810858011245728, + "-": 0.41868332028388977 + }, + "id": "tp_19034" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2379279, + "label": "-", + "classification": { + "B": 2.2696646784226004e-09, + "S": 6.418196196733561e-09, + "I": 3.260262246840284e-06, + "C": 1.3641287921473122e-07, + "R": 8.421094044308575e-09, + "M": 1.8718495198299934e-07, + "O": 4.042161947381828e-07, + "W": 6.956449638551021e-09, + "N": 1.447202464532893e-07, + "Y": 3.106905296590412e-06, + "U": 9.119255905964962e-10, + "K": 4.542783358374436e-07, + "L": 3.044907881388781e-09, + "G": 3.439844022068428e-06, + "F": 0.007555964402854443, + "E": 2.8580925572896376e-05, + "T": 1.3728894145970116e-06, + "P": 0.3152660131454468, + "-": 0.6771369576454163 + }, + "id": "tp_19035" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2379379, + "label": "P", + "classification": { + "B": 4.642668898213742e-07, + "S": 2.1326295609469526e-06, + "I": 0.0005656937719322741, + "C": 8.798243470664602e-06, + "R": 1.709215894152294e-06, + "M": 2.293696343258489e-05, + "O": 1.4658614418294746e-05, + "W": 2.735276211751625e-06, + "N": 8.084867295110598e-05, + "Y": 0.00033045513555407524, + "U": 1.4266167909227079e-06, + "K": 0.00016411476826760918, + "L": 4.048905282161286e-07, + "G": 8.727848035050556e-05, + "F": 0.0063078999519348145, + "E": 0.0014265882782638073, + "T": 0.00021365137945394963, + "P": 0.5261114835739136, + "-": 0.4646567404270172 + }, + "id": "tp_19036" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2379513, + "label": "-", + "classification": { + "B": 2.3704649354527874e-10, + "S": 3.0769387038276363e-10, + "I": 1.7440468127460917e-06, + "C": 6.152935583259023e-08, + "R": 1.4035872464290833e-09, + "M": 2.8630748261093686e-07, + "O": 3.699555861658155e-08, + "W": 3.761813083258403e-10, + "N": 3.683537386223179e-08, + "Y": 1.3269281225802843e-05, + "U": 2.0421983548679634e-10, + "K": 4.781485074545344e-08, + "L": 8.01514299375583e-10, + "G": 3.2875077522476204e-06, + "F": 0.0009790642652660608, + "E": 1.8599281247588806e-05, + "T": 2.082310629702988e-06, + "P": 0.2554895579814911, + "-": 0.7434918880462646 + }, + "id": "tp_19037" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2379646, + "label": "-", + "classification": { + "B": 1.3589677109848708e-05, + "S": 2.1309479052433744e-05, + "I": 0.008713321760296822, + "C": 0.0009126054355874658, + "R": 0.00030353976762853563, + "M": 0.0005455853533931077, + "O": 0.0002636771823745221, + "W": 5.64642614335753e-05, + "N": 0.000531836471054703, + "Y": 0.00567392073571682, + "U": 4.598385567078367e-05, + "K": 0.0002737980685196817, + "L": 5.2824274462182075e-05, + "G": 0.0018244320526719093, + "F": 0.015639249235391617, + "E": 0.002906848443672061, + "T": 0.0022198338992893696, + "P": 0.3785726726055145, + "-": 0.5814285278320312 + }, + "id": "tp_19038" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2379780, + "label": "P", + "classification": { + "B": 1.2165781981821056e-07, + "S": 2.2397058430101424e-08, + "I": 7.1657127591606695e-06, + "C": 6.632783566828948e-08, + "R": 9.28625798479743e-09, + "M": 4.175649621629418e-07, + "O": 3.9171681009975146e-07, + "W": 4.154848554094315e-08, + "N": 2.4244275209639454e-07, + "Y": 3.8752314139856026e-06, + "U": 4.336455639020187e-09, + "K": 3.686570337890771e-08, + "L": 8.353540970063023e-09, + "G": 1.0777746410894906e-06, + "F": 0.0001835135481087491, + "E": 7.577658834634349e-06, + "T": 6.596530511160381e-06, + "P": 0.5819756388664246, + "-": 0.41781318187713623 + }, + "id": "tp_19039" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2379880, + "label": "P", + "classification": { + "B": 1.5603085490312196e-09, + "S": 3.11956078746789e-08, + "I": 8.51856566441711e-06, + "C": 1.024328355470061e-08, + "R": 1.2530545490108125e-09, + "M": 3.167721445151983e-07, + "O": 1.1400502586411676e-07, + "W": 1.086372858338791e-08, + "N": 5.477352260641055e-07, + "Y": 3.92591846321011e-06, + "U": 1.1538616728756779e-09, + "K": 3.8537035607077996e-07, + "L": 6.421607690043629e-10, + "G": 3.7438033473335963e-07, + "F": 0.00029779228498227894, + "E": 1.7232527170563117e-05, + "T": 6.7263613345858175e-06, + "P": 0.7891128659248352, + "-": 0.2105512171983719 + }, + "id": "tp_19040" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2380013, + "label": "P", + "classification": { + "B": 1.674207616986223e-08, + "S": 6.66136656946037e-09, + "I": 3.118245876976289e-05, + "C": 2.5733220354595687e-07, + "R": 1.3340717863741247e-08, + "M": 3.9747604319018137e-07, + "O": 1.6907767985685496e-07, + "W": 7.548591085537737e-09, + "N": 6.90353260779375e-07, + "Y": 8.288660865218844e-06, + "U": 8.194058764843248e-09, + "K": 3.404313986266061e-08, + "L": 9.28122556587141e-09, + "G": 1.377501916977053e-06, + "F": 0.0001390065299347043, + "E": 3.646871482487768e-05, + "T": 1.0582832146610599e-05, + "P": 0.6217184066772461, + "-": 0.37805306911468506 + }, + "id": "tp_19041" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2380147, + "label": "P", + "classification": { + "B": 5.994298390987751e-10, + "S": 1.2199061760753693e-09, + "I": 2.7142141334479675e-05, + "C": 7.891968323292531e-08, + "R": 1.0305510889097036e-09, + "M": 6.744734548647102e-08, + "O": 6.316383860394126e-09, + "W": 6.58375021167501e-10, + "N": 5.531633746613807e-07, + "Y": 9.477207072450256e-07, + "U": 1.6644621236849844e-09, + "K": 1.0078744594466116e-07, + "L": 5.304063854794094e-10, + "G": 2.5762466293599573e-07, + "F": 0.00011027017899323255, + "E": 5.0966023991350085e-05, + "T": 9.724006986289169e-07, + "P": 0.9314417243003845, + "-": 0.06836681813001633 + }, + "id": "tp_19042" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2380280, + "label": "-", + "classification": { + "B": 5.180690436645818e-07, + "S": 1.965539553339113e-07, + "I": 4.326982525526546e-05, + "C": 1.7329086858808296e-06, + "R": 2.839152557498892e-07, + "M": 3.006987572007347e-05, + "O": 7.5446678238222376e-06, + "W": 1.8181425787133776e-07, + "N": 1.4438743392020115e-06, + "Y": 0.00013100382057018578, + "U": 4.059076985640786e-08, + "K": 2.993976409015886e-07, + "L": 3.6611493214877555e-07, + "G": 6.897381535964087e-05, + "F": 0.0018683582311496139, + "E": 9.598521137377247e-05, + "T": 0.00012085268826922402, + "P": 0.22096368670463562, + "-": 0.7766651511192322 + }, + "id": "tp_19043" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2380380, + "label": "-", + "classification": { + "B": 4.575816722057757e-12, + "S": 2.526364967919692e-12, + "I": 5.85902341754263e-07, + "C": 1.8553951708355498e-09, + "R": 6.815090158873716e-11, + "M": 5.66322766459848e-09, + "O": 1.3189762615439804e-09, + "W": 4.2938209411647055e-12, + "N": 1.1802678834271774e-09, + "Y": 3.459039987774304e-07, + "U": 2.2398239946791465e-12, + "K": 3.3701238414535206e-12, + "L": 1.8759219871933297e-11, + "G": 4.493822558515603e-08, + "F": 2.2293907022685744e-06, + "E": 9.971977732448067e-08, + "T": 5.572472332460165e-07, + "P": 0.38166001439094543, + "-": 0.6183360815048218 + }, + "id": "tp_19044" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2380514, + "label": "P", + "classification": { + "B": 5.1885105101234785e-09, + "S": 2.216249544995108e-10, + "I": 4.225019438308664e-06, + "C": 1.7609133040608071e-09, + "R": 1.0993119609059576e-10, + "M": 5.956422466368849e-09, + "O": 6.4374807706713e-09, + "W": 1.620425599258013e-10, + "N": 7.210438468518987e-08, + "Y": 3.2311103126403395e-08, + "U": 5.158596119714254e-11, + "K": 7.332529028403201e-11, + "L": 1.5674879449978363e-10, + "G": 5.089886201403715e-08, + "F": 6.527274649670289e-07, + "E": 1.020825720843277e-06, + "T": 2.99700900541211e-07, + "P": 0.9621577858924866, + "-": 0.03783594071865082 + }, + "id": "tp_19045" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2380647, + "label": "P", + "classification": { + "B": 3.778240227347851e-07, + "S": 3.644346691089595e-07, + "I": 3.981095505878329e-05, + "C": 2.6863797302212333e-06, + "R": 3.6390329682944866e-07, + "M": 1.749147827467823e-06, + "O": 2.7015480554837268e-06, + "W": 5.552917627937859e-07, + "N": 4.530480509856716e-06, + "Y": 7.862725760787725e-05, + "U": 2.054824506103614e-07, + "K": 6.970783033466432e-06, + "L": 1.2691924666796695e-07, + "G": 1.9585837435442954e-05, + "F": 0.007029233034700155, + "E": 0.000172975764144212, + "T": 4.272868318366818e-05, + "P": 0.5021147727966309, + "-": 0.4904816746711731 + }, + "id": "tp_19046" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2380781, + "label": "P", + "classification": { + "B": 4.0152758895573015e-10, + "S": 8.103865668795951e-12, + "I": 1.5513743392148172e-06, + "C": 3.653087388144627e-09, + "R": 9.421691204991589e-11, + "M": 9.73227987088876e-09, + "O": 1.6868868524255731e-09, + "W": 3.695418623883562e-11, + "N": 8.397546658045485e-09, + "Y": 2.9478360374923795e-07, + "U": 3.349886687487036e-11, + "K": 9.010944074239191e-11, + "L": 1.0817279016972492e-10, + "G": 7.415549418965384e-08, + "F": 6.8667436607938726e-06, + "E": 2.3625896119483514e-06, + "T": 2.8982563549107e-07, + "P": 0.8572571873664856, + "-": 0.14273129403591156 + }, + "id": "tp_19047" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2380881, + "label": "P", + "classification": { + "B": 1.9433752385111802e-09, + "S": 6.618792625090464e-09, + "I": 1.1550202543730848e-05, + "C": 1.759120493716182e-07, + "R": 2.404645815801132e-09, + "M": 1.7852573819254758e-07, + "O": 5.2977490838657104e-08, + "W": 4.786425478187084e-09, + "N": 9.587081422068877e-07, + "Y": 6.143492555565899e-06, + "U": 2.6369901817702157e-09, + "K": 5.51443520180328e-07, + "L": 1.973613716899081e-09, + "G": 1.8986404484166997e-06, + "F": 0.0013201915426179767, + "E": 0.0003054174885619432, + "T": 2.1984722025081282e-06, + "P": 0.8672291040420532, + "-": 0.1311217099428177 + }, + "id": "tp_19048" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2381014, + "label": "P", + "classification": { + "B": 3.282162042150816e-10, + "S": 6.314032074961062e-10, + "I": 1.7865770587377483e-06, + "C": 2.414638267111968e-09, + "R": 6.025244886354031e-11, + "M": 1.7423339215838496e-08, + "O": 7.172433313940019e-09, + "W": 3.029025918976913e-10, + "N": 8.818227570372983e-08, + "Y": 2.413029278613976e-07, + "U": 1.4146267490744435e-10, + "K": 1.2457267217769186e-08, + "L": 4.77271069887486e-11, + "G": 4.2458339066797635e-08, + "F": 3.950401514885016e-05, + "E": 5.601685643341625e-06, + "T": 6.172519988467684e-07, + "P": 0.9160990118980408, + "-": 0.0838531032204628 + }, + "id": "tp_19049" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2381148, + "label": "P", + "classification": { + "B": 8.804589128885709e-07, + "S": 3.7360610605219335e-08, + "I": 7.937249756650999e-05, + "C": 3.9995504153012007e-07, + "R": 6.568119204075629e-08, + "M": 4.687675755121745e-06, + "O": 1.3137855603417847e-06, + "W": 2.7186983331262127e-08, + "N": 1.8204689240519656e-06, + "Y": 1.1923890269827098e-05, + "U": 6.563457333186307e-09, + "K": 5.085980525620926e-09, + "L": 1.4447844876031013e-07, + "G": 2.1885152818867937e-05, + "F": 0.00031371525255963206, + "E": 5.69312360312324e-05, + "T": 1.767659887264017e-05, + "P": 0.8203471302986145, + "-": 0.17914192378520966 + }, + "id": "tp_19050" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2381281, + "label": "P", + "classification": { + "B": 7.753187105663528e-07, + "S": 2.713802587095415e-07, + "I": 0.00012823540600948036, + "C": 3.0061937650316395e-06, + "R": 1.260793851542985e-07, + "M": 1.3235178812465165e-05, + "O": 2.7709415917342994e-06, + "W": 2.475539986335207e-07, + "N": 1.0617101906973403e-05, + "Y": 0.00010884370567509905, + "U": 1.9109141646822536e-07, + "K": 1.4075591252549202e-06, + "L": 1.1540404898369161e-07, + "G": 1.3513850717572495e-05, + "F": 0.0006860449211671948, + "E": 0.0003131035773549229, + "T": 8.932634227676317e-05, + "P": 0.6811220645904541, + "-": 0.3175060451030731 + }, + "id": "tp_19051" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2381381, + "label": "-", + "classification": { + "B": 4.931581187861411e-08, + "S": 2.1519934989555622e-07, + "I": 2.1794316126033664e-05, + "C": 2.831376093581639e-07, + "R": 5.371283506860891e-08, + "M": 3.4577618635012186e-07, + "O": 1.8443569160808693e-06, + "W": 2.849620557299204e-07, + "N": 3.986113824794302e-06, + "Y": 8.15108978713397e-06, + "U": 5.4465427723471294e-08, + "K": 6.647778718615882e-06, + "L": 1.8597141604459466e-08, + "G": 2.7631549528450705e-06, + "F": 0.0018775409553200006, + "E": 2.5071472919080406e-05, + "T": 2.8115668101236224e-05, + "P": 0.3466170132160187, + "-": 0.6514057517051697 + }, + "id": "tp_19052" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2381515, + "label": "-", + "classification": { + "B": 1.6554239437027718e-06, + "S": 5.953780146228382e-06, + "I": 6.085697532398626e-05, + "C": 7.982333045220003e-06, + "R": 9.255408031094703e-07, + "M": 6.224374374141917e-05, + "O": 3.577163806767203e-05, + "W": 3.907463906216435e-06, + "N": 9.351527296530548e-06, + "Y": 0.00036955263931304216, + "U": 2.695281011710904e-07, + "K": 5.4081905545899644e-05, + "L": 2.446359758323524e-06, + "G": 0.000305896217469126, + "F": 0.08998724818229675, + "E": 0.0013589999871328473, + "T": 0.00021926769113633782, + "P": 0.134846031665802, + "-": 0.7726674675941467 + }, + "id": "tp_19053" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2381648, + "label": "P", + "classification": { + "B": 3.5889263472199673e-07, + "S": 1.579904136406185e-07, + "I": 3.7642705137841403e-05, + "C": 6.981568390074244e-07, + "R": 1.2670044213791698e-07, + "M": 2.738724163009465e-07, + "O": 5.933809461566852e-07, + "W": 2.998211243721016e-07, + "N": 4.23297933593858e-06, + "Y": 5.0393291530781426e-06, + "U": 7.612012353774844e-08, + "K": 1.973791086129495e-06, + "L": 3.1485669182984566e-08, + "G": 5.374933152779704e-06, + "F": 0.0006601370987482369, + "E": 0.00010726292384788394, + "T": 9.951178981282283e-06, + "P": 0.8653996586799622, + "-": 0.1337660849094391 + }, + "id": "tp_19054" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2381782, + "label": "-", + "classification": { + "B": 6.960270554356995e-11, + "S": 1.018563636212555e-10, + "I": 3.5860333014170465e-07, + "C": 2.8154585329787096e-09, + "R": 2.0677129453083865e-10, + "M": 5.550074178017894e-09, + "O": 1.0963596253077412e-08, + "W": 1.9232883341491203e-10, + "N": 4.416717658273228e-09, + "Y": 2.0585328002198366e-06, + "U": 4.788849872205958e-11, + "K": 1.2551825134821115e-09, + "L": 8.933755124562737e-11, + "G": 7.80395126298572e-08, + "F": 9.990010585170239e-05, + "E": 2.3015159911210503e-07, + "T": 6.258371172407351e-07, + "P": 0.11845609545707703, + "-": 0.8814406394958496 + }, + "id": "tp_19055" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2381882, + "label": "-", + "classification": { + "B": 8.327428986376617e-06, + "S": 9.960233001038432e-06, + "I": 0.004961521830409765, + "C": 0.000712432898581028, + "R": 9.754761413205415e-05, + "M": 0.00020886525453533977, + "O": 6.786037556594238e-05, + "W": 2.919434518844355e-05, + "N": 0.00039601203752681613, + "Y": 0.003337601665407419, + "U": 2.9097254810039885e-05, + "K": 0.0006210102583281696, + "L": 1.3987949387228582e-05, + "G": 0.0007024453370831907, + "F": 0.012964303605258465, + "E": 0.008547703735530376, + "T": 0.0007784211775287986, + "P": 0.4337627589702606, + "-": 0.5327509641647339 + }, + "id": "tp_19056" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2382015, + "label": "P", + "classification": { + "B": 1.679168436241607e-11, + "S": 2.6695815696919922e-11, + "I": 6.8770614234381355e-06, + "C": 3.0755678559479804e-10, + "R": 2.236679244593809e-11, + "M": 7.404561963575418e-10, + "O": 3.077492150005412e-10, + "W": 1.0722885253333647e-11, + "N": 9.567249747988171e-08, + "Y": 1.3819361655009743e-08, + "U": 7.958441197719601e-12, + "K": 3.2328334453879393e-10, + "L": 4.0490193663200724e-12, + "G": 7.328454731947431e-09, + "F": 7.124888838916377e-07, + "E": 1.2875019592684112e-06, + "T": 5.160543636861803e-08, + "P": 0.9935259819030762, + "-": 0.006464996375143528 + }, + "id": "tp_19057" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2382149, + "label": "P", + "classification": { + "B": 3.512042393016834e-11, + "S": 2.6309100731314317e-11, + "I": 9.016241165227257e-06, + "C": 2.5456687424707525e-08, + "R": 2.4623760808140105e-09, + "M": 8.021906694466452e-09, + "O": 9.456461391721405e-09, + "W": 1.3030317103090994e-10, + "N": 5.805239666756279e-08, + "Y": 2.402063046247349e-06, + "U": 1.207108718537242e-10, + "K": 4.990195812126785e-09, + "L": 4.702564032621481e-11, + "G": 1.782441074738017e-07, + "F": 6.535225111292675e-05, + "E": 6.075312626308005e-07, + "T": 1.1320364592393162e-06, + "P": 0.5030199289321899, + "-": 0.4969012141227722 + }, + "id": "tp_19058" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2382282, + "label": "-", + "classification": { + "B": 1.201342403334138e-08, + "S": 3.879569110409875e-09, + "I": 3.635982284322381e-05, + "C": 3.3087178508139914e-07, + "R": 2.7790905576807745e-08, + "M": 3.851425844914047e-06, + "O": 3.882926762344141e-07, + "W": 4.692515265247721e-09, + "N": 2.0267319200684142e-07, + "Y": 8.369320130441338e-05, + "U": 2.8232893800606007e-09, + "K": 1.449620867788326e-08, + "L": 2.2577216540753398e-08, + "G": 1.5699773939559236e-05, + "F": 0.00019716912356670946, + "E": 1.9342403902555816e-05, + "T": 5.16806794621516e-05, + "P": 0.1588110625743866, + "-": 0.8407801389694214 + }, + "id": "tp_19059" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2382382, + "label": "P", + "classification": { + "B": 2.386279229771304e-10, + "S": 2.1836252250828636e-10, + "I": 3.5027733247261494e-06, + "C": 1.4017867977500487e-09, + "R": 7.57900686654267e-11, + "M": 2.356097716926797e-08, + "O": 1.5812693376915377e-08, + "W": 2.1055990284679638e-10, + "N": 1.1220617324170234e-07, + "Y": 1.5611480819188728e-07, + "U": 5.7278785881020866e-11, + "K": 1.4214576182780547e-09, + "L": 7.025523912629339e-11, + "G": 6.66263844095738e-08, + "F": 7.661749805265572e-06, + "E": 3.025982096005464e-06, + "T": 7.967380497575505e-07, + "P": 0.8558716177940369, + "-": 0.1441129893064499 + }, + "id": "tp_19060" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2382516, + "label": "-", + "classification": { + "B": 2.414816613338644e-08, + "S": 3.378794133368501e-08, + "I": 3.760182153200731e-05, + "C": 3.6024682685820153e-06, + "R": 1.281482866488659e-07, + "M": 6.234758620848879e-05, + "O": 3.616381491156062e-06, + "W": 4.606317460797982e-08, + "N": 9.956512485587155e-07, + "Y": 0.000155985020683147, + "U": 2.9714993132756717e-08, + "K": 9.003795042872298e-08, + "L": 2.1783483816761873e-07, + "G": 2.089669396809768e-05, + "F": 0.0002091143833240494, + "E": 6.319631938822567e-05, + "T": 0.0005068298196420074, + "P": 0.08243707567453384, + "-": 0.9164983034133911 + }, + "id": "tp_19061" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2382649, + "label": "P", + "classification": { + "B": 1.025798086102018e-15, + "S": 1.4419227149567167e-17, + "I": 1.714701935995322e-09, + "C": 7.59292327905288e-14, + "R": 2.2067455560262708e-16, + "M": 6.630492595943727e-13, + "O": 9.645778099864888e-14, + "W": 5.17903207824269e-17, + "N": 4.315259900713325e-13, + "Y": 4.5976507323519655e-11, + "U": 3.420181398158936e-17, + "K": 2.625957646443491e-17, + "L": 2.1271343851517172e-16, + "G": 1.3091037802392957e-11, + "F": 1.1636939190040607e-09, + "E": 1.0432433389384599e-10, + "T": 3.4850705654676517e-10, + "P": 0.8697370886802673, + "-": 0.13026295602321625 + }, + "id": "tp_19062" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2382783, + "label": "-", + "classification": { + "B": 2.0656598653800984e-09, + "S": 1.437886254507248e-08, + "I": 2.124790853486047e-06, + "C": 1.536871394591799e-07, + "R": 6.496073456929707e-09, + "M": 2.4473328608110023e-07, + "O": 2.603999860184558e-07, + "W": 2.7258874268909494e-08, + "N": 1.5500836525461636e-07, + "Y": 8.647170034237206e-06, + "U": 1.3128456100020003e-09, + "K": 1.1217200608371058e-06, + "L": 4.506449435837112e-09, + "G": 4.109103883820353e-06, + "F": 0.016490498557686806, + "E": 6.793493957957253e-05, + "T": 2.950283715108526e-06, + "P": 0.2855609655380249, + "-": 0.6978608965873718 + }, + "id": "tp_19063" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2382883, + "label": "P", + "classification": { + "B": 2.69386958962059e-07, + "S": 1.9264707873389852e-07, + "I": 6.870901415823027e-05, + "C": 2.5640594003562e-07, + "R": 2.621226080634642e-08, + "M": 8.484341265102557e-07, + "O": 5.794818775939348e-07, + "W": 6.243572414632581e-08, + "N": 4.955855729349423e-06, + "Y": 3.401097956157173e-06, + "U": 2.81240630783941e-08, + "K": 2.4122224218103838e-08, + "L": 3.805584825045116e-08, + "G": 1.1951700571444235e-06, + "F": 3.6155557609163225e-05, + "E": 3.2137762900674716e-05, + "T": 2.27783530135639e-05, + "P": 0.9259981513023376, + "-": 0.07383010536432266 + }, + "id": "tp_19064" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2383016, + "label": "P", + "classification": { + "B": 4.549730370229099e-09, + "S": 7.187390238527769e-09, + "I": 0.00012751424219459295, + "C": 5.290575018079835e-07, + "R": 7.684842984190254e-08, + "M": 2.3565041828987887e-06, + "O": 2.94309870696452e-07, + "W": 1.135927529816172e-08, + "N": 1.596101583345444e-06, + "Y": 5.764721208834089e-05, + "U": 8.649562843743297e-09, + "K": 8.614235724735408e-08, + "L": 2.112273911336615e-08, + "G": 6.325450158328749e-06, + "F": 0.0003235947515349835, + "E": 4.083544627064839e-05, + "T": 3.0006282031536102e-05, + "P": 0.6662304997444153, + "-": 0.33317863941192627 + }, + "id": "tp_19065" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2383150, + "label": "P", + "classification": { + "B": 4.524950801153196e-15, + "S": 2.3498879301838208e-15, + "I": 3.223500755211717e-07, + "C": 1.381296292624068e-11, + "R": 6.93789372740311e-14, + "M": 2.316074589059358e-11, + "O": 2.012815261687173e-12, + "W": 1.0287505676704386e-14, + "N": 2.837152457413339e-10, + "Y": 9.044462956353527e-09, + "U": 5.690988045398138e-14, + "K": 9.070535988975337e-12, + "L": 4.334273520330886e-15, + "G": 3.7831496269014053e-10, + "F": 9.374044651622171e-08, + "E": 1.9134834872147621e-07, + "T": 1.139632654911793e-08, + "P": 0.6807850003242493, + "-": 0.31921446323394775 + }, + "id": "tp_19066" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2383283, + "label": "-", + "classification": { + "B": 3.9896189650556746e-13, + "S": 4.959945757061768e-13, + "I": 2.982559635711368e-06, + "C": 8.264625428466843e-09, + "R": 2.9520960675988306e-10, + "M": 3.26454845378521e-08, + "O": 9.358722685703924e-10, + "W": 4.49092455931388e-12, + "N": 3.2385920611943675e-09, + "Y": 1.1404216593291494e-06, + "U": 5.948873338379457e-12, + "K": 3.9831013487479083e-10, + "L": 1.1821453538285454e-11, + "G": 7.97115404793658e-08, + "F": 4.1772000258788466e-05, + "E": 8.746367257117527e-07, + "T": 5.901028998778202e-07, + "P": 0.18471522629261017, + "-": 0.815237283706665 + }, + "id": "tp_19067" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2383383, + "label": "P", + "classification": { + "B": 2.1222101409534844e-08, + "S": 6.167825805647453e-09, + "I": 1.866969910224725e-06, + "C": 1.1914706721238844e-10, + "R": 7.168564353232654e-11, + "M": 1.0253748961019937e-08, + "O": 1.1408798172851675e-07, + "W": 2.6235740246960404e-09, + "N": 6.674205366152819e-08, + "Y": 7.682549352239221e-08, + "U": 4.579200213461476e-11, + "K": 3.708025830828632e-10, + "L": 6.120851603341748e-10, + "G": 6.243784156367838e-08, + "F": 7.529092727054376e-06, + "E": 7.168292199821735e-07, + "T": 4.2604028749337886e-07, + "P": 0.8691728711128235, + "-": 0.13081613183021545 + }, + "id": "tp_19068" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2383517, + "label": "-", + "classification": { + "B": 2.2169641678004837e-09, + "S": 2.0496917496615197e-09, + "I": 1.693598460406065e-05, + "C": 2.537825878334843e-07, + "R": 1.922432879553071e-08, + "M": 3.073963625865872e-07, + "O": 8.976371645985637e-08, + "W": 4.74689754170754e-09, + "N": 2.96909405506085e-07, + "Y": 9.295530617237091e-06, + "U": 4.519588259199736e-09, + "K": 5.997740117891226e-07, + "L": 8.434378195865122e-10, + "G": 1.1289465646768804e-06, + "F": 0.00023229421640280634, + "E": 2.9381742933765054e-05, + "T": 4.29999090556521e-06, + "P": 0.4244554936885834, + "-": 0.5752496719360352 + }, + "id": "tp_19069" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2383650, + "label": "-", + "classification": { + "B": 1.3169609500152113e-11, + "S": 1.0561935007147305e-11, + "I": 6.528626528279347e-08, + "C": 2.4084023664272536e-09, + "R": 1.4325672592629957e-10, + "M": 1.649640211098813e-07, + "O": 5.449077189467744e-09, + "W": 1.5697814575998947e-11, + "N": 6.057723211938537e-10, + "Y": 3.2531611395825166e-06, + "U": 3.638131462757599e-12, + "K": 1.3792805786394524e-09, + "L": 4.2578565673245805e-11, + "G": 3.0362861025423626e-07, + "F": 0.0001423513749614358, + "E": 1.06473282812658e-06, + "T": 2.1817415927216643e-06, + "P": 0.0867810919880867, + "-": 0.9130694270133972 + }, + "id": "tp_19070" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2383750, + "label": "P", + "classification": { + "B": 1.1047968963284749e-11, + "S": 5.573437544814652e-12, + "I": 3.063508984268992e-07, + "C": 5.836549299420568e-11, + "R": 2.1487145829973686e-12, + "M": 3.56512597221581e-10, + "O": 1.1402501859381076e-10, + "W": 4.924229426994664e-12, + "N": 2.0458363891862064e-09, + "Y": 9.2515772820434e-09, + "U": 7.534171312002791e-13, + "K": 9.841426978907108e-11, + "L": 3.7646489116187343e-13, + "G": 2.1216643997234996e-09, + "F": 1.8250451603307738e-06, + "E": 4.715627994755778e-07, + "T": 6.458814816312497e-09, + "P": 0.9643544554710388, + "-": 0.03564294055104256 + }, + "id": "tp_19071" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2383884, + "label": "P", + "classification": { + "B": 2.3305810827878304e-06, + "S": 7.602689947816543e-06, + "I": 0.006467231083661318, + "C": 0.00014305250078905374, + "R": 3.453267345321365e-05, + "M": 0.00022262794664129615, + "O": 5.878055890207179e-05, + "W": 8.476707080262713e-06, + "N": 0.00044477905612438917, + "Y": 0.0012865200405940413, + "U": 6.8959184318373445e-06, + "K": 5.4224256018642336e-05, + "L": 6.7852279244107194e-06, + "G": 0.0003965531650464982, + "F": 0.0018167650559917092, + "E": 0.0018393415957689285, + "T": 0.001579834963195026, + "P": 0.6595239043235779, + "-": 0.32609981298446655 + }, + "id": "tp_19072" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2384017, + "label": "P", + "classification": { + "B": 3.6683353576982825e-10, + "S": 2.871092773248929e-11, + "I": 4.205753793939948e-05, + "C": 1.5611396975145908e-07, + "R": 4.320478197428201e-09, + "M": 3.3682610478535935e-08, + "O": 5.842831107827351e-09, + "W": 1.3685910738026053e-10, + "N": 6.995878010229717e-08, + "Y": 4.9601162572798785e-06, + "U": 8.339697821213576e-10, + "K": 1.7535731755558004e-09, + "L": 5.370872080412425e-10, + "G": 8.639519251119054e-07, + "F": 1.400829387421254e-05, + "E": 7.5456373451743275e-06, + "T": 1.2273999345779885e-06, + "P": 0.6750041246414185, + "-": 0.32492485642433167 + }, + "id": "tp_19073" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2384151, + "label": "P", + "classification": { + "B": 1.3485527006196207e-07, + "S": 2.9767779352596335e-08, + "I": 0.00014299352187663317, + "C": 1.6408848750870675e-06, + "R": 4.72054360045604e-08, + "M": 5.751888693339424e-06, + "O": 5.542586336559907e-07, + "W": 6.981675682027344e-08, + "N": 6.390965154423611e-06, + "Y": 8.92999378265813e-05, + "U": 1.0058370492060931e-07, + "K": 2.836823114193976e-06, + "L": 3.687873828539523e-08, + "G": 7.819501661288086e-06, + "F": 0.0006277211359702051, + "E": 0.0004805238568224013, + "T": 4.320631705923006e-05, + "P": 0.7455806136131287, + "-": 0.2530101239681244 + }, + "id": "tp_19074" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2384251, + "label": "P", + "classification": { + "B": 5.4431229488949295e-12, + "S": 1.5163264741047122e-11, + "I": 6.231051429494983e-06, + "C": 6.811660124839136e-09, + "R": 1.8230596199320104e-10, + "M": 1.3579249724671172e-08, + "O": 2.3626920420127817e-09, + "W": 3.1848700760006565e-11, + "N": 3.512059620902619e-08, + "Y": 4.934535695610975e-07, + "U": 2.6450877946282425e-11, + "K": 2.089021400308866e-09, + "L": 4.3423705603506946e-11, + "G": 1.8455480699230975e-07, + "F": 2.9547320082201622e-05, + "E": 3.857669980789069e-06, + "T": 3.0172270726325223e-07, + "P": 0.828302264213562, + "-": 0.17165710031986237 + }, + "id": "tp_19075" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2384384, + "label": "-", + "classification": { + "B": 1.1556338108675845e-08, + "S": 7.366350196491567e-09, + "I": 5.5010546930134296e-05, + "C": 1.7044551441358635e-06, + "R": 1.1620464590578194e-07, + "M": 1.2364931535557844e-05, + "O": 7.082076081132982e-07, + "W": 2.2505782126813756e-08, + "N": 1.2068843489032588e-06, + "Y": 0.00010122360254172236, + "U": 2.3765947432252688e-08, + "K": 1.9147262264596066e-06, + "L": 3.661349978756334e-08, + "G": 1.4387465853360482e-05, + "F": 0.0009836030658334494, + "E": 0.0002722177014220506, + "T": 6.270561425480992e-05, + "P": 0.15506476163864136, + "-": 0.8434279561042786 + }, + "id": "tp_19076" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2384518, + "label": "P", + "classification": { + "B": 2.005941857063931e-09, + "S": 3.609817333938281e-09, + "I": 0.0001447800314053893, + "C": 8.927813155423792e-08, + "R": 1.1299290392230432e-08, + "M": 2.978706277190213e-07, + "O": 5.972999872483342e-08, + "W": 4.3882710798470725e-09, + "N": 2.759087237791391e-06, + "Y": 5.2739746934094e-06, + "U": 2.6756694637697365e-09, + "K": 3.54505488076029e-07, + "L": 1.2754628464506368e-09, + "G": 6.499444111796038e-07, + "F": 7.311174704227597e-05, + "E": 6.644323002547026e-05, + "T": 2.53673874794913e-06, + "P": 0.9314919114112854, + "-": 0.06821169704198837 + }, + "id": "tp_19077" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2384651, + "label": "-", + "classification": { + "B": 1.3398698683886323e-06, + "S": 2.505986685719108e-06, + "I": 0.002454271772876382, + "C": 2.8175205443403684e-05, + "R": 7.011798061284935e-06, + "M": 8.264309144578874e-05, + "O": 2.3828326447983272e-05, + "W": 4.613485089066671e-06, + "N": 0.00010188945452682674, + "Y": 0.0015344019047915936, + "U": 2.4147068415913964e-06, + "K": 2.9664590329048224e-05, + "L": 1.8751672996586422e-06, + "G": 9.518086881143972e-05, + "F": 0.001916537992656231, + "E": 0.0006760318647138774, + "T": 0.0008327395771630108, + "P": 0.4071754217147827, + "-": 0.5850294828414917 + }, + "id": "tp_19078" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2384751, + "label": "P", + "classification": { + "B": 5.266405878501246e-06, + "S": 1.415173471741582e-07, + "I": 0.002559682121500373, + "C": 5.5490094382548705e-05, + "R": 2.973371920234058e-06, + "M": 2.926879096776247e-05, + "O": 4.6411246330535505e-06, + "W": 1.5556119592474715e-07, + "N": 3.866130646201782e-05, + "Y": 0.00014097712119109929, + "U": 3.880351471252652e-07, + "K": 1.3816357125051582e-07, + "L": 1.6208905435632914e-06, + "G": 0.00033341499511152506, + "F": 0.00035390356788411736, + "E": 0.0010876251617446542, + "T": 0.00010004777141148224, + "P": 0.8394728302955627, + "-": 0.15581274032592773 + }, + "id": "tp_19079" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2384885, + "label": "P", + "classification": { + "B": 8.299665665845168e-08, + "S": 3.63977576967045e-08, + "I": 3.3256495953537524e-05, + "C": 1.611654099065163e-08, + "R": 2.1420809570571464e-09, + "M": 2.664894509507576e-07, + "O": 2.2202414129424142e-07, + "W": 1.861534570934964e-08, + "N": 5.080012783764687e-07, + "Y": 3.735920017788885e-07, + "U": 6.274488151269964e-10, + "K": 4.020170862872874e-10, + "L": 4.336028869289521e-09, + "G": 7.745322250229947e-08, + "F": 5.988198608974926e-06, + "E": 3.513883939376683e-06, + "T": 2.910440798586933e-06, + "P": 0.9208871722221375, + "-": 0.07906557619571686 + }, + "id": "tp_19080" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2385018, + "label": "-", + "classification": { + "B": 5.88736202189466e-06, + "S": 1.028302335726039e-06, + "I": 0.00012262379459571093, + "C": 1.014105600916082e-05, + "R": 1.3123719782015542e-06, + "M": 5.320023774402216e-05, + "O": 2.5085044399020262e-05, + "W": 1.3123820963301114e-06, + "N": 8.448832886642776e-06, + "Y": 0.000247408461291343, + "U": 5.154765290171781e-07, + "K": 1.3231343700681464e-06, + "L": 2.203379381171544e-06, + "G": 0.00013931584544479847, + "F": 0.0011532673379406333, + "E": 0.0002575769613031298, + "T": 0.00022839246958028525, + "P": 0.35646891593933105, + "-": 0.6412720680236816 + }, + "id": "tp_19081" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2385152, + "label": "P", + "classification": { + "B": 5.235725915320177e-12, + "S": 1.1823907738323092e-13, + "I": 2.8532778628687083e-07, + "C": 1.339785227205681e-10, + "R": 2.120833890451035e-12, + "M": 7.493475284725548e-10, + "O": 1.2624731815513712e-10, + "W": 3.9387584990432933e-13, + "N": 5.422545745759066e-10, + "Y": 1.014196016058122e-07, + "U": 4.701128809153632e-13, + "K": 5.354053138340031e-12, + "L": 1.091849158828262e-12, + "G": 1.0168947461863809e-08, + "F": 1.1256997822783887e-06, + "E": 1.4748486876214884e-07, + "T": 8.213984870053537e-08, + "P": 0.6595187783241272, + "-": 0.34047943353652954 + }, + "id": "tp_19082" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2385252, + "label": "-", + "classification": { + "B": 1.2188763453407914e-14, + "S": 2.73234638751695e-15, + "I": 5.6010229343428364e-08, + "C": 7.421808306817823e-11, + "R": 9.798397851553883e-14, + "M": 1.0289627483395236e-10, + "O": 1.0666871032294356e-11, + "W": 2.2196127382368043e-14, + "N": 6.724307916039507e-11, + "Y": 1.2425173778751741e-08, + "U": 5.3925410686307684e-14, + "K": 1.5600397709758518e-11, + "L": 2.6017801126976096e-14, + "G": 2.009600041930071e-09, + "F": 5.395033895183587e-07, + "E": 2.6378313577879453e-07, + "T": 4.1795717997672455e-09, + "P": 0.2309117466211319, + "-": 0.7690872550010681 + }, + "id": "tp_19083" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2385385, + "label": "-", + "classification": { + "B": 3.26950555518124e-07, + "S": 2.1422196994080878e-07, + "I": 0.00017386145191267133, + "C": 6.9360839916043915e-06, + "R": 5.592123102360347e-07, + "M": 1.4524706784868613e-05, + "O": 5.369930931919953e-06, + "W": 1.2020819895042223e-07, + "N": 7.573733910248848e-06, + "Y": 0.0002072305796900764, + "U": 1.9293707964607165e-07, + "K": 9.455180247641692e-07, + "L": 2.99105067824712e-07, + "G": 0.00011679721501423046, + "F": 0.0003241885278839618, + "E": 9.042474266607314e-05, + "T": 0.0001890249113785103, + "P": 0.37482500076293945, + "-": 0.6240363717079163 + }, + "id": "tp_19084" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2385519, + "label": "P", + "classification": { + "B": 2.5361858446704133e-11, + "S": 1.9897916647693137e-10, + "I": 4.434650406892615e-07, + "C": 1.0215065460172923e-09, + "R": 1.2650678248016245e-11, + "M": 4.742066739282791e-09, + "O": 1.7016417164228415e-09, + "W": 4.1292913532942066e-10, + "N": 1.3825604661121815e-08, + "Y": 3.3377688168911845e-07, + "U": 9.66213289932405e-11, + "K": 2.536733063607244e-07, + "L": 9.17542344186506e-12, + "G": 1.722900044853759e-08, + "F": 0.00011837740748887882, + "E": 1.0361335625930224e-05, + "T": 4.122624090996396e-07, + "P": 0.5666490793228149, + "-": 0.4332208037376404 + }, + "id": "tp_19085" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2385652, + "label": "-", + "classification": { + "B": 9.142840928788587e-10, + "S": 6.7570491424362444e-09, + "I": 3.102656046394259e-05, + "C": 9.760863406427234e-08, + "R": 2.453210257158389e-08, + "M": 2.1389578819253074e-07, + "O": 2.9871202400499897e-07, + "W": 2.2700433532918396e-08, + "N": 1.2812322438549018e-06, + "Y": 1.9785769836744294e-05, + "U": 1.0795983662603703e-08, + "K": 4.316845206631115e-06, + "L": 1.665505955372737e-09, + "G": 1.1984955108346185e-06, + "F": 0.0003009449574165046, + "E": 1.517227337899385e-05, + "T": 1.9396566131035797e-05, + "P": 0.338085412979126, + "-": 0.6615207195281982 + }, + "id": "tp_19086" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2385752, + "label": "-", + "classification": { + "B": 2.3794036962954124e-08, + "S": 3.112978674835176e-08, + "I": 6.684282561764121e-05, + "C": 8.208297913370188e-06, + "R": 4.705802325588593e-07, + "M": 1.5851622947593569e-06, + "O": 7.056643198666279e-07, + "W": 4.3938069183013795e-08, + "N": 3.5198158911953215e-06, + "Y": 0.00010293719969922677, + "U": 1.8364272591497866e-07, + "K": 1.5145073120947927e-05, + "L": 3.104618073734855e-08, + "G": 1.7742828276823275e-05, + "F": 0.0007796596619300544, + "E": 0.0001677672698860988, + "T": 4.3397347326390445e-05, + "P": 0.3140864670276642, + "-": 0.6847053170204163 + }, + "id": "tp_19087" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2385886, + "label": "-", + "classification": { + "B": 1.71152487382642e-06, + "S": 1.0623963220268706e-07, + "I": 3.103396011283621e-05, + "C": 8.755605449550785e-07, + "R": 6.534580876405016e-08, + "M": 2.0710451281047426e-05, + "O": 4.0942745727079455e-06, + "W": 1.6137406078087224e-07, + "N": 1.1510705917316955e-06, + "Y": 5.7404733524890617e-05, + "U": 4.102798811800312e-08, + "K": 1.278807530979975e-07, + "L": 2.520335158351372e-07, + "G": 3.871081571560353e-05, + "F": 0.0005436000064946711, + "E": 8.601041918154806e-05, + "T": 9.109600796364248e-05, + "P": 0.42189469933509827, + "-": 0.5772281289100647 + }, + "id": "tp_19088" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2386019, + "label": "P", + "classification": { + "B": 4.146635390611664e-08, + "S": 2.0954239232651162e-07, + "I": 0.0001820755860535428, + "C": 1.3560121487898869e-06, + "R": 1.605885131539253e-07, + "M": 1.1019475323337247e-06, + "O": 1.359906377729203e-06, + "W": 1.431999976375664e-07, + "N": 1.0946664588118438e-05, + "Y": 5.672502811648883e-05, + "U": 6.119685735939129e-08, + "K": 2.5256447315769037e-06, + "L": 4.0480994556446603e-08, + "G": 7.304724931600504e-06, + "F": 0.0014404455432668328, + "E": 5.811282244394533e-05, + "T": 2.480899274814874e-05, + "P": 0.7192426919937134, + "-": 0.2789699137210846 + }, + "id": "tp_19089" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2386153, + "label": "P", + "classification": { + "B": 5.305628711978899e-14, + "S": 3.7488014672766926e-14, + "I": 7.508864285910022e-08, + "C": 7.895425632731268e-12, + "R": 2.612139562811755e-13, + "M": 3.26219919133397e-11, + "O": 1.0600813629690897e-11, + "W": 6.621260614445013e-14, + "N": 1.9367717152274366e-10, + "Y": 2.061138459907852e-08, + "U": 7.252584085593386e-14, + "K": 1.1048424328197193e-11, + "L": 3.4433630805626864e-14, + "G": 7.810342927960789e-10, + "F": 1.6590975064900704e-06, + "E": 2.8621204961609692e-08, + "T": 1.327931276051686e-08, + "P": 0.8150606155395508, + "-": 0.18493761122226715 + }, + "id": "tp_19090" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2386253, + "label": "P", + "classification": { + "B": 3.885301703121513e-05, + "S": 2.3422933736583218e-05, + "I": 0.004465017467737198, + "C": 0.0005890547181479633, + "R": 8.780362986726686e-05, + "M": 0.00035530608147382736, + "O": 0.0001951890590135008, + "W": 3.715245475177653e-05, + "N": 0.0005890403990633786, + "Y": 0.003066356759518385, + "U": 5.3252144425641745e-05, + "K": 0.0003616965841501951, + "L": 3.195748649886809e-05, + "G": 0.00161898008082062, + "F": 0.011572213843464851, + "E": 0.006721422076225281, + "T": 0.0011041443794965744, + "P": 0.5507517457008362, + "-": 0.4183374345302582 + }, + "id": "tp_19091" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2386386, + "label": "-", + "classification": { + "B": 5.632887933870734e-08, + "S": 4.6111285456618134e-08, + "I": 0.000162419761181809, + "C": 7.705724783590995e-06, + "R": 6.264054945859243e-07, + "M": 1.8098560303769773e-06, + "O": 2.1161297354410635e-06, + "W": 1.558146607294475e-07, + "N": 4.851451194554102e-06, + "Y": 0.0001324741606367752, + "U": 3.2389013426836755e-07, + "K": 7.5660923357645515e-06, + "L": 1.108868872279345e-07, + "G": 2.700729964999482e-05, + "F": 0.0017932535847648978, + "E": 0.0001868449035100639, + "T": 2.3626558686373755e-05, + "P": 0.24116037786006927, + "-": 0.7564885020256042 + }, + "id": "tp_19092" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2386520, + "label": "P", + "classification": { + "B": 4.4249193820178334e-07, + "S": 6.898854394421505e-07, + "I": 7.735662802588195e-05, + "C": 4.366282837509061e-07, + "R": 5.931265079084369e-08, + "M": 1.4580575680156471e-06, + "O": 3.6956519124942133e-06, + "W": 4.976285481461673e-07, + "N": 1.726165100990329e-05, + "Y": 6.749709882569732e-06, + "U": 6.596327750685305e-08, + "K": 1.780353841240867e-06, + "L": 3.903531364812807e-08, + "G": 4.1600337681302335e-06, + "F": 0.000728028710000217, + "E": 0.0002682057092897594, + "T": 1.555986818857491e-05, + "P": 0.8196368217468262, + "-": 0.17923679947853088 + }, + "id": "tp_19093" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2386653, + "label": "-", + "classification": { + "B": 6.413471099683821e-13, + "S": 2.4004012753181536e-12, + "I": 2.2033803759313741e-07, + "C": 1.0926316518222734e-09, + "R": 3.5505907242106005e-11, + "M": 2.273702559563162e-09, + "O": 6.390634132991124e-10, + "W": 7.828586737201881e-12, + "N": 5.29748578337319e-10, + "Y": 4.5042420993013366e-07, + "U": 2.946822256696957e-12, + "K": 3.947012716665199e-10, + "L": 5.810714322901367e-12, + "G": 2.176297542177963e-08, + "F": 5.181597589398734e-05, + "E": 1.8716315253186622e-07, + "T": 9.536221057260263e-08, + "P": 0.16845305263996124, + "-": 0.831494152545929 + }, + "id": "tp_19094" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2386753, + "label": "P", + "classification": { + "B": 5.262261737470908e-09, + "S": 8.007612350979798e-10, + "I": 9.969528764486313e-05, + "C": 3.902767957697506e-07, + "R": 2.5633806188807284e-08, + "M": 4.074151433997031e-07, + "O": 9.010716439661337e-08, + "W": 2.920460540067893e-09, + "N": 9.93442085928109e-07, + "Y": 3.922673386114184e-06, + "U": 2.6484801018966664e-09, + "K": 1.6644323252990034e-08, + "L": 3.2967153451579634e-09, + "G": 2.5016299787239404e-06, + "F": 3.6133591493126005e-05, + "E": 2.2768988856114447e-05, + "T": 3.722042947629234e-06, + "P": 0.8539280295372009, + "-": 0.14590118825435638 + }, + "id": "tp_19095" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2386887, + "label": "P", + "classification": { + "B": 5.6473840714943435e-08, + "S": 2.9233937937078736e-08, + "I": 0.00013524696987587959, + "C": 1.8200222257291898e-05, + "R": 1.3585337228505523e-06, + "M": 3.504839014567551e-06, + "O": 1.3573603609984275e-06, + "W": 1.557556856823794e-07, + "N": 5.068814061814919e-06, + "Y": 0.00011256015568505973, + "U": 1.3540783072585327e-07, + "K": 1.1389256542315707e-05, + "L": 1.0015494211756959e-07, + "G": 9.416635293746367e-05, + "F": 0.008622553199529648, + "E": 0.0006938744918443263, + "T": 2.1099969671922736e-05, + "P": 0.5031036138534546, + "-": 0.48717549443244934 + }, + "id": "tp_19096" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2387020, + "label": "-", + "classification": { + "B": 6.303266353313575e-09, + "S": 1.0293136343264564e-09, + "I": 2.663349368958734e-05, + "C": 1.5300347513402812e-06, + "R": 8.169757848008885e-08, + "M": 4.522170229392941e-07, + "O": 1.3799102305256383e-07, + "W": 3.069846377101726e-09, + "N": 2.852167710898357e-07, + "Y": 1.766452805895824e-05, + "U": 6.750690229040401e-09, + "K": 5.006767622717234e-08, + "L": 6.630684890041039e-09, + "G": 8.105192137008999e-06, + "F": 0.00022697605891153216, + "E": 1.8936891137855127e-05, + "T": 9.124895768763963e-06, + "P": 0.4105696678161621, + "-": 0.5891203880310059 + }, + "id": "tp_19097" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2387154, + "label": "P", + "classification": { + "B": 5.9400457885772084e-09, + "S": 4.020148658412381e-09, + "I": 8.891111065167934e-06, + "C": 3.256109550875408e-07, + "R": 1.7854526745963994e-08, + "M": 4.0493497976967774e-07, + "O": 1.0588292553848078e-07, + "W": 6.194071922038802e-09, + "N": 2.521947237710265e-07, + "Y": 1.83806932909647e-05, + "U": 1.4150699501058739e-09, + "K": 6.105909733378212e-07, + "L": 2.272070753761568e-09, + "G": 8.330097443831619e-06, + "F": 0.0030777628999203444, + "E": 0.00012974749552085996, + "T": 3.7899642393313115e-06, + "P": 0.521111011505127, + "-": 0.4756404161453247 + }, + "id": "tp_19098" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2387254, + "label": "P", + "classification": { + "B": 2.961724199224136e-08, + "S": 9.721864202560937e-09, + "I": 0.00011076025839429349, + "C": 8.367298391931399e-07, + "R": 5.4297164098215944e-08, + "M": 4.068469934281893e-06, + "O": 6.424123739634524e-07, + "W": 1.8196224971234187e-08, + "N": 1.852325340223615e-06, + "Y": 9.484380825597327e-06, + "U": 1.1047162296051738e-08, + "K": 3.992290587007119e-08, + "L": 6.125906537590708e-08, + "G": 6.314249276329065e-06, + "F": 0.00023410608991980553, + "E": 0.0001297971175517887, + "T": 1.6826519640744664e-05, + "P": 0.7165816426277161, + "-": 0.28290343284606934 + }, + "id": "tp_19099" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2387387, + "label": "-", + "classification": { + "B": 3.5325376757100457e-06, + "S": 5.649037007060542e-07, + "I": 0.0002632178657222539, + "C": 1.1696389265125617e-05, + "R": 1.730886651785113e-06, + "M": 9.55044524744153e-05, + "O": 1.845995575422421e-05, + "W": 5.97739301611e-07, + "N": 8.626466296846047e-06, + "Y": 0.0007790416711941361, + "U": 2.563143084444164e-07, + "K": 2.136996954504866e-06, + "L": 2.4478672457917128e-06, + "G": 0.0005853853072039783, + "F": 0.004308973904699087, + "E": 0.000571652315557003, + "T": 0.000309945666231215, + "P": 0.33233028650283813, + "-": 0.6607059240341187 + }, + "id": "tp_19100" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2387521, + "label": "P", + "classification": { + "B": 1.907364548969781e-06, + "S": 3.753275905182818e-06, + "I": 0.0002137187257176265, + "C": 1.0032096042777994e-06, + "R": 2.2233193419651798e-07, + "M": 3.716140417964198e-05, + "O": 1.2115053323213942e-05, + "W": 7.026906700957625e-07, + "N": 2.887439404730685e-05, + "Y": 0.00034150233841501176, + "U": 6.646710914992582e-08, + "K": 3.0284269087132998e-05, + "L": 5.846058570568857e-07, + "G": 0.0004207125457469374, + "F": 0.03476245701313019, + "E": 0.006311717908829451, + "T": 0.0001929925347212702, + "P": 0.5152388215065002, + "-": 0.4424014091491699 + }, + "id": "tp_19101" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2387654, + "label": "-", + "classification": { + "B": 4.6569095801807237e-11, + "S": 2.8787972006227847e-10, + "I": 3.120018845947925e-06, + "C": 1.0839345421231883e-08, + "R": 7.320135053667798e-10, + "M": 5.740723896252575e-09, + "O": 8.648145310985456e-09, + "W": 7.813361624364745e-10, + "N": 5.7396214003802015e-08, + "Y": 1.9481240087770857e-06, + "U": 6.101485983123212e-10, + "K": 7.393514778186727e-08, + "L": 5.2968754382654026e-11, + "G": 5.101702882370773e-08, + "F": 0.00014982868742663413, + "E": 2.2155093120090896e-06, + "T": 7.572843969683163e-07, + "P": 0.36849457025527954, + "-": 0.6313473582267761 + }, + "id": "tp_19102" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2387754, + "label": "P", + "classification": { + "B": 4.505528242160217e-11, + "S": 7.875989443961728e-11, + "I": 5.793831974187924e-07, + "C": 5.435691896593653e-10, + "R": 2.590293214296824e-12, + "M": 1.099037838514505e-08, + "O": 2.6096771410522024e-09, + "W": 4.2977291864199074e-11, + "N": 1.0744288125863477e-08, + "Y": 4.260810726464115e-08, + "U": 7.170783064558428e-12, + "K": 8.813411667141224e-10, + "L": 1.926254468431754e-11, + "G": 3.2611556122219554e-08, + "F": 2.482775744283572e-05, + "E": 4.4588787204702385e-06, + "T": 1.6261550683793757e-07, + "P": 0.790212094783783, + "-": 0.20975790917873383 + }, + "id": "tp_19103" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2387888, + "label": "-", + "classification": { + "B": 1.9820018890004398e-11, + "S": 7.25902185583216e-11, + "I": 9.044128432833531e-07, + "C": 6.469133673192573e-09, + "R": 3.0835117792449296e-10, + "M": 1.1518715758995768e-08, + "O": 5.800044000636717e-09, + "W": 2.0639938369537703e-10, + "N": 8.609646329205134e-09, + "Y": 1.2045085213685525e-06, + "U": 4.089781985294749e-11, + "K": 1.1009133160655438e-08, + "L": 2.957040515227938e-11, + "G": 5.132591951451104e-08, + "F": 3.8969603338046e-05, + "E": 4.355320015747566e-07, + "T": 6.710400271003891e-07, + "P": 0.20674075186252594, + "-": 0.7932169437408447 + }, + "id": "tp_19104" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2388021, + "label": "-", + "classification": { + "B": 1.6705621330714848e-09, + "S": 6.0822551439798644e-09, + "I": 5.072550629847683e-05, + "C": 7.626733236065775e-07, + "R": 4.237742601276295e-08, + "M": 1.741768755891826e-06, + "O": 1.8542633029028366e-07, + "W": 1.4267758530195351e-08, + "N": 1.6448719861728023e-06, + "Y": 6.091026807553135e-05, + "U": 6.808710928396522e-09, + "K": 3.6919482226949185e-06, + "L": 2.6056869995016996e-09, + "G": 3.1772815418662503e-06, + "F": 0.0006704964907839894, + "E": 0.00014090875629335642, + "T": 1.6858497474459e-05, + "P": 0.3852396607398987, + "-": 0.6138091683387756 + }, + "id": "tp_19105" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2388155, + "label": "P", + "classification": { + "B": 4.542587195288661e-09, + "S": 5.423311133512243e-09, + "I": 9.672692249296233e-05, + "C": 1.5864142142163473e-06, + "R": 7.337786200878327e-08, + "M": 1.1730475080184988e-06, + "O": 2.0376499776375567e-07, + "W": 1.1557942158901824e-08, + "N": 1.6500976016686764e-06, + "Y": 3.916112473234534e-05, + "U": 1.6293965288127765e-08, + "K": 5.468793347063183e-07, + "L": 6.2802532063699346e-09, + "G": 3.8604816836596e-06, + "F": 0.00023036682978272438, + "E": 7.403674680972472e-05, + "T": 1.5239550521073397e-05, + "P": 0.49987921118736267, + "-": 0.49965617060661316 + }, + "id": "tp_19106" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2388255, + "label": "-", + "classification": { + "B": 1.674340666113494e-08, + "S": 2.9083153663123085e-08, + "I": 0.0002239750901935622, + "C": 2.696352566999849e-06, + "R": 2.12175990554897e-07, + "M": 2.132715962943621e-06, + "O": 8.44264832267072e-07, + "W": 2.8935088991488556e-08, + "N": 4.5864799176342785e-06, + "Y": 4.380686004878953e-05, + "U": 2.873358084798383e-08, + "K": 3.3823147305156454e-07, + "L": 3.583107144322639e-08, + "G": 8.7057505879784e-06, + "F": 0.0005314461304806173, + "E": 5.4095078667160124e-05, + "T": 2.937955650850199e-05, + "P": 0.49883130192756653, + "-": 0.5002662539482117 + }, + "id": "tp_19107" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2388388, + "label": "P", + "classification": { + "B": 6.649065298347523e-09, + "S": 7.454874406676026e-08, + "I": 0.00022046997037250549, + "C": 3.8091883425295237e-07, + "R": 1.3433884760161163e-07, + "M": 1.6828113302835845e-06, + "O": 8.486290994369483e-07, + "W": 7.67415357927348e-08, + "N": 1.2008020348730497e-05, + "Y": 0.00010019341425504535, + "U": 2.9488694153201322e-08, + "K": 5.739125299442094e-06, + "L": 9.20297349438215e-09, + "G": 5.3143066907068714e-06, + "F": 0.0005611581145785749, + "E": 5.471297845360823e-05, + "T": 4.48020437033847e-05, + "P": 0.7705553770065308, + "-": 0.22843694686889648 + }, + "id": "tp_19108" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2388522, + "label": "P", + "classification": { + "B": 2.0449526794141804e-10, + "S": 1.7120546091931033e-09, + "I": 8.104511266537884e-07, + "C": 9.809643097824505e-10, + "R": 6.044534317517503e-11, + "M": 2.1369919167568696e-08, + "O": 1.6355754084429464e-08, + "W": 1.0850293996611526e-09, + "N": 9.515952115179971e-08, + "Y": 7.876769814174622e-06, + "U": 7.378143235259316e-11, + "K": 5.435256298369495e-07, + "L": 4.826960706139083e-11, + "G": 9.222618473359034e-07, + "F": 0.003311593784019351, + "E": 7.05183920217678e-05, + "T": 1.6378652389903436e-06, + "P": 0.5891628265380859, + "-": 0.40744319558143616 + }, + "id": "tp_19109" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2388655, + "label": "P", + "classification": { + "B": 5.627263632845825e-08, + "S": 5.0717311239623086e-08, + "I": 0.00030407647136598825, + "C": 5.657108204104588e-07, + "R": 1.4710929363559444e-08, + "M": 2.0413256152096437e-06, + "O": 8.440054557468102e-07, + "W": 5.617515341782564e-08, + "N": 1.1165362593601458e-05, + "Y": 5.484037956193788e-06, + "U": 3.472004550530983e-08, + "K": 2.2978694858011295e-07, + "L": 2.94870972084027e-08, + "G": 4.227704721415648e-06, + "F": 5.2272567700129e-05, + "E": 0.0002310510608367622, + "T": 1.8372353224549443e-05, + "P": 0.8399850130081177, + "-": 0.1593843400478363 + }, + "id": "tp_19110" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2388755, + "label": "-", + "classification": { + "B": 4.194461666884308e-09, + "S": 7.0636461124706784e-09, + "I": 5.2130599215161055e-06, + "C": 1.1868405636050738e-07, + "R": 6.1068647916329155e-09, + "M": 1.1022394375004296e-07, + "O": 2.0212206663927645e-07, + "W": 2.1753036705263185e-08, + "N": 2.5012261062329344e-07, + "Y": 9.909079381031916e-06, + "U": 6.929810947298165e-09, + "K": 1.3841083728038939e-06, + "L": 2.8651192529594027e-09, + "G": 3.1557776765112067e-06, + "F": 0.0015857559628784657, + "E": 2.1925103283138014e-05, + "T": 4.574098966259044e-06, + "P": 0.41979479789733887, + "-": 0.5785725712776184 + }, + "id": "tp_19111" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2388889, + "label": "P", + "classification": { + "B": 2.3361346634942493e-08, + "S": 1.2151656392234145e-07, + "I": 0.00036284184898249805, + "C": 1.2300930620767758e-06, + "R": 1.2222272971484927e-07, + "M": 6.814631205998012e-07, + "O": 3.242957973270677e-07, + "W": 5.9237351024421514e-08, + "N": 2.0177334590698592e-05, + "Y": 5.8583835198078305e-05, + "U": 1.1578549674595706e-07, + "K": 4.975870524503989e-06, + "L": 2.1948631356849546e-08, + "G": 3.86214378522709e-06, + "F": 0.0005385882104746997, + "E": 0.0001750356750562787, + "T": 1.87244986591395e-05, + "P": 0.8785657286643982, + "-": 0.12024876475334167 + }, + "id": "tp_19112" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2389022, + "label": "P", + "classification": { + "B": 0.00010897215543081984, + "S": 1.1829058166767936e-05, + "I": 0.002990802051499486, + "C": 8.399405487580225e-05, + "R": 1.4832379747531377e-05, + "M": 0.0006664381362497807, + "O": 0.00012382172280922532, + "W": 9.81798530119704e-06, + "N": 0.00018701319640967995, + "Y": 0.0009906800696626306, + "U": 5.553386472456623e-06, + "K": 1.8424995005261735e-06, + "L": 3.475440826150589e-05, + "G": 0.0006956791039556265, + "F": 0.0009059137664735317, + "E": 0.002628489164635539, + "T": 0.0016585763078182936, + "P": 0.6494007110595703, + "-": 0.33948031067848206 + }, + "id": "tp_19113" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2389156, + "label": "P", + "classification": { + "B": 1.224700127977485e-07, + "S": 1.2023748752199026e-07, + "I": 5.275124203762971e-05, + "C": 4.5240653889777604e-07, + "R": 7.584461769738482e-08, + "M": 7.111539161996916e-07, + "O": 1.4795043625781545e-06, + "W": 9.710134207807641e-08, + "N": 5.436497303890064e-06, + "Y": 1.2926237104693428e-05, + "U": 3.124338832094509e-08, + "K": 5.560334557230817e-07, + "L": 2.5792138202973547e-08, + "G": 5.1952406465716194e-06, + "F": 0.0003759870305657387, + "E": 3.5849210689775646e-05, + "T": 2.124660022673197e-05, + "P": 0.7144264578819275, + "-": 0.2850605547428131 + }, + "id": "tp_19114" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2389256, + "label": "-", + "classification": { + "B": 8.013362418068937e-09, + "S": 1.0930470750736276e-08, + "I": 2.1987816580804065e-05, + "C": 1.6421149666712154e-06, + "R": 7.825407521977468e-08, + "M": 1.4132660908217076e-06, + "O": 4.248747984547663e-07, + "W": 3.360855060918766e-08, + "N": 8.947245646595547e-07, + "Y": 7.057316543068737e-05, + "U": 1.2051023290382545e-08, + "K": 3.2520390504942043e-06, + "L": 9.352180363464413e-09, + "G": 1.2136967598053161e-05, + "F": 0.0023110797628760338, + "E": 0.00011547003668965772, + "T": 1.3882599887438118e-05, + "P": 0.344412624835968, + "-": 0.653034508228302 + }, + "id": "tp_19115" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2389389, + "label": "P", + "classification": { + "B": 1.0743246292577169e-09, + "S": 3.981798890606569e-09, + "I": 4.825980795430951e-06, + "C": 4.048896684594183e-08, + "R": 2.5599600217418583e-09, + "M": 4.988746127310151e-08, + "O": 7.253960632169765e-08, + "W": 3.563669581652107e-09, + "N": 1.3536940457470337e-07, + "Y": 1.7380358485752367e-06, + "U": 9.197093642221432e-10, + "K": 6.659995221980353e-09, + "L": 8.275130580770451e-10, + "G": 1.5579911405438907e-07, + "F": 6.065216439310461e-05, + "E": 1.0582243703538552e-06, + "T": 3.539025556165143e-06, + "P": 0.6501823663711548, + "-": 0.34974536299705505 + }, + "id": "tp_19116" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2389523, + "label": "P", + "classification": { + "B": 1.045261228682648e-06, + "S": 8.604001777712256e-08, + "I": 0.0005423387628979981, + "C": 1.2237427426953218e-06, + "R": 4.673286113643371e-08, + "M": 1.231332771567395e-05, + "O": 2.9630422204718343e-07, + "W": 3.919921809369953e-08, + "N": 1.479426646255888e-05, + "Y": 3.502505933283828e-05, + "U": 1.8603980578291157e-08, + "K": 5.48111131593032e-07, + "L": 3.926956182453978e-08, + "G": 1.3002662853978109e-05, + "F": 0.0004186002188362181, + "E": 0.003689476288855076, + "T": 2.0179099010420032e-05, + "P": 0.960940957069397, + "-": 0.03431001305580139 + }, + "id": "tp_19117" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2389656, + "label": "-", + "classification": { + "B": 2.6044560952342977e-10, + "S": 6.105935201894397e-10, + "I": 3.2485939300386235e-05, + "C": 1.0182811820413917e-06, + "R": 6.166908406157745e-08, + "M": 8.484770432914956e-07, + "O": 1.87077688451609e-07, + "W": 4.41449010679662e-09, + "N": 3.3556526091160777e-07, + "Y": 2.7225591111346148e-05, + "U": 6.506894578706124e-09, + "K": 3.3494529816380236e-07, + "L": 5.548323134263455e-09, + "G": 4.0908257687988225e-06, + "F": 0.00037391105433925986, + "E": 1.1588676898099948e-05, + "T": 1.4507719242828898e-05, + "P": 0.0957542434334755, + "-": 0.903779149055481 + }, + "id": "tp_19118" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2389756, + "label": "P", + "classification": { + "B": 1.0414104245626277e-08, + "S": 3.104537782405714e-08, + "I": 9.273120667785406e-05, + "C": 3.0103890935606614e-07, + "R": 4.0802465406386546e-08, + "M": 2.880472607103002e-07, + "O": 2.195908450630668e-07, + "W": 1.9632580006145872e-08, + "N": 5.736345428886125e-06, + "Y": 1.7642365492065437e-05, + "U": 2.8027697496213477e-08, + "K": 2.760583129202132e-06, + "L": 5.426747051728853e-09, + "G": 2.5337487841170514e-06, + "F": 0.00041717683780007064, + "E": 0.00011758992332033813, + "T": 7.967363671923522e-06, + "P": 0.8718788623809814, + "-": 0.12745606899261475 + }, + "id": "tp_19119" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2389890, + "label": "-", + "classification": { + "B": 8.556733099851499e-09, + "S": 4.26658465502161e-11, + "I": 9.381982408740441e-07, + "C": 2.0229975916663534e-08, + "R": 7.812984703647885e-10, + "M": 2.873778903733637e-08, + "O": 1.2478139410632139e-07, + "W": 4.701981581867187e-10, + "N": 5.653131740501749e-09, + "Y": 2.5376263579346414e-07, + "U": 7.994507833508635e-11, + "K": 6.691670655090132e-12, + "L": 3.4123242009798105e-09, + "G": 5.703477086171915e-07, + "F": 4.1399630390515085e-06, + "E": 1.52443774936728e-07, + "T": 9.684554242994636e-07, + "P": 0.3190902769565582, + "-": 0.6809024810791016 + }, + "id": "tp_19120" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2390023, + "label": "P", + "classification": { + "B": 5.3378683417815154e-11, + "S": 7.212513225551831e-11, + "I": 1.4706872207170818e-05, + "C": 2.060640102996558e-09, + "R": 1.5323710356174303e-10, + "M": 6.474344171891744e-09, + "O": 1.634748891810034e-09, + "W": 3.011225643834159e-11, + "N": 1.4609827303502243e-07, + "Y": 2.479346790096315e-07, + "U": 5.2646033366077205e-11, + "K": 2.699845236264764e-09, + "L": 2.4996669664711924e-11, + "G": 1.0588234999886481e-07, + "F": 1.0802014003274962e-05, + "E": 2.05546939469059e-06, + "T": 2.525565321320755e-07, + "P": 0.97353595495224, + "-": 0.026435650885105133 + }, + "id": "tp_19121" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2390157, + "label": "-", + "classification": { + "B": 1.5372116557096915e-13, + "S": 5.252815868904415e-13, + "I": 1.1902041130440466e-08, + "C": 9.020110353086253e-11, + "R": 1.553500383888462e-12, + "M": 2.2081864115008898e-10, + "O": 3.1205285577762254e-10, + "W": 1.3606846769112502e-12, + "N": 1.4098924805416857e-10, + "Y": 4.317020341204625e-08, + "U": 3.03809657552917e-13, + "K": 1.2189529940975774e-10, + "L": 3.307895949343498e-13, + "G": 5.393397284336743e-09, + "F": 4.693360460805707e-05, + "E": 4.683427690110875e-08, + "T": 2.4976515078378725e-08, + "P": 0.2582721710205078, + "-": 0.7416807413101196 + }, + "id": "tp_19122" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2390257, + "label": "P", + "classification": { + "B": 1.1563208723863738e-10, + "S": 2.988912936596755e-11, + "I": 2.5752667625056347e-06, + "C": 9.289235158860265e-09, + "R": 3.899908174176403e-10, + "M": 2.2835147106547993e-08, + "O": 8.387084804439837e-09, + "W": 8.973716214555338e-11, + "N": 1.3534331877451677e-08, + "Y": 1.5512587197008543e-06, + "U": 4.0477572682551255e-11, + "K": 2.0331644701165885e-10, + "L": 9.42568870176963e-11, + "G": 1.7476077118772082e-07, + "F": 6.615191978198709e-06, + "E": 6.836420993749925e-07, + "T": 1.4152525409372174e-06, + "P": 0.52912837266922, + "-": 0.47085848450660706 + }, + "id": "tp_19123" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2390390, + "label": "-", + "classification": { + "B": 4.101024728142555e-11, + "S": 2.1158224911693724e-12, + "I": 7.371036645054119e-06, + "C": 9.075979967576586e-09, + "R": 2.0285452484447575e-10, + "M": 8.476004609292431e-08, + "O": 4.4229335749434995e-09, + "W": 1.0028699225228532e-11, + "N": 6.89277301901825e-09, + "Y": 8.494531584801734e-07, + "U": 1.8652072941716114e-11, + "K": 1.3033910973084262e-12, + "L": 2.8100993754165415e-10, + "G": 5.6508312695768836e-08, + "F": 3.1102879916034e-07, + "E": 4.0690096625439764e-07, + "T": 7.956412446219474e-06, + "P": 0.42308393120765686, + "-": 0.5768990516662598 + }, + "id": "tp_19124" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2390524, + "label": "P", + "classification": { + "B": 1.7561038845315124e-08, + "S": 1.9661288774841523e-07, + "I": 1.104210787161719e-05, + "C": 1.8039047233742167e-07, + "R": 1.6919495138267848e-08, + "M": 6.837548198745935e-07, + "O": 1.2691505162365502e-06, + "W": 1.8383927624654461e-07, + "N": 2.6938239443552447e-06, + "Y": 1.1397349226172082e-05, + "U": 2.2059019499920396e-08, + "K": 5.739742391597247e-06, + "L": 1.536142235636362e-08, + "G": 2.787351377264713e-06, + "F": 0.004269050899893045, + "E": 9.299207158619538e-05, + "T": 1.8984506823471747e-05, + "P": 0.623491108417511, + "-": 0.3720916211605072 + }, + "id": "tp_19125" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2390657, + "label": "-", + "classification": { + "B": 6.682130959667631e-10, + "S": 6.380711958797747e-09, + "I": 1.7742644558893517e-05, + "C": 8.646818372426424e-08, + "R": 1.1736060123723746e-08, + "M": 7.692165127082262e-08, + "O": 1.0560751917410016e-07, + "W": 1.095999113687185e-08, + "N": 1.1317446251268848e-06, + "Y": 2.6120096663362347e-05, + "U": 1.136552363334431e-08, + "K": 1.740207699185703e-05, + "L": 8.891644642794461e-10, + "G": 1.0974581527989358e-06, + "F": 0.0006693341420032084, + "E": 5.074771979707293e-05, + "T": 5.689643785444787e-06, + "P": 0.4985296428203583, + "-": 0.5006808638572693 + }, + "id": "tp_19126" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2390757, + "label": "-", + "classification": { + "B": 1.2287086903484123e-09, + "S": 6.833242860437849e-09, + "I": 2.9663169698324054e-05, + "C": 2.576244355623203e-07, + "R": 1.0346612455691684e-08, + "M": 1.2612744058060343e-06, + "O": 1.0554208529356401e-07, + "W": 7.415349667638793e-09, + "N": 1.4203574210114311e-06, + "Y": 3.634965469245799e-05, + "U": 4.911222539760729e-09, + "K": 4.088119567313697e-06, + "L": 1.1596007487568727e-09, + "G": 1.3909020708524622e-06, + "F": 0.0006201003561727703, + "E": 0.00014475554053205997, + "T": 1.3331073205335997e-05, + "P": 0.4045421779155731, + "-": 0.594605028629303 + }, + "id": "tp_19127" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2390891, + "label": "P", + "classification": { + "B": 2.8697815235290136e-09, + "S": 9.007547485673228e-10, + "I": 2.9478000215021893e-05, + "C": 2.431017662729573e-07, + "R": 4.410240173058355e-09, + "M": 1.9800179984486022e-07, + "O": 2.7689809556363798e-08, + "W": 1.1203596939068916e-09, + "N": 6.27240751782665e-07, + "Y": 2.7909673008252867e-06, + "U": 8.221215375137092e-10, + "K": 3.1455282822889785e-08, + "L": 5.960647531111363e-10, + "G": 3.4357043432464707e-07, + "F": 7.299034768948331e-05, + "E": 2.0401743313414045e-05, + "T": 2.7097382826468674e-06, + "P": 0.7688172459602356, + "-": 0.23105289041996002 + }, + "id": "tp_19128" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2391024, + "label": "P", + "classification": { + "B": 8.892162441043183e-06, + "S": 2.0576113456627354e-05, + "I": 0.01247980073094368, + "C": 0.00018250223365612328, + "R": 3.7486202927539125e-05, + "M": 0.00033831875771284103, + "O": 0.00010285065218340605, + "W": 2.4756956918281503e-05, + "N": 0.0009091967949643731, + "Y": 0.0014122456777840853, + "U": 1.3457428394758608e-05, + "K": 0.00013475902960635722, + "L": 1.0681071216822602e-05, + "G": 0.0002875330683309585, + "F": 0.0024578850716352463, + "E": 0.0037572390865534544, + "T": 0.0010344786569476128, + "P": 0.6921694874763489, + "-": 0.28461790084838867 + }, + "id": "tp_19129" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2391158, + "label": "-", + "classification": { + "B": 3.1617801710126514e-08, + "S": 2.7318705519974174e-08, + "I": 2.0417368432390504e-05, + "C": 4.533693527264404e-07, + "R": 5.551807547021781e-08, + "M": 3.0389239782380173e-06, + "O": 1.6546878214285243e-06, + "W": 3.648333191108577e-08, + "N": 6.591435521841049e-07, + "Y": 4.470195563044399e-05, + "U": 9.555041202702341e-09, + "K": 1.463085119723928e-08, + "L": 5.343389375411789e-08, + "G": 3.878914867527783e-06, + "F": 0.0001042287694872357, + "E": 7.1281388045463245e-06, + "T": 8.266771328635514e-05, + "P": 0.27165043354034424, + "-": 0.7280805110931396 + }, + "id": "tp_19130" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2391258, + "label": "-", + "classification": { + "B": 2.323245111915395e-12, + "S": 1.7127587596896948e-13, + "I": 1.1610795880301339e-08, + "C": 2.728190763578997e-11, + "R": 9.833651362818607e-14, + "M": 2.5915772305928897e-10, + "O": 8.385758754059225e-11, + "W": 4.865200039713691e-13, + "N": 6.969217564156693e-11, + "Y": 9.702755043861089e-09, + "U": 1.6924493490694248e-13, + "K": 2.5704910422419402e-11, + "L": 2.755360501392745e-13, + "G": 2.344410665600094e-09, + "F": 7.928131708467845e-06, + "E": 2.3093653567229921e-07, + "T": 1.1739058614068654e-08, + "P": 0.31507694721221924, + "-": 0.6849149465560913 + }, + "id": "tp_19131" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2391391, + "label": "-", + "classification": { + "B": 2.281975275408854e-09, + "S": 1.09343716303556e-08, + "I": 1.4649811419076286e-05, + "C": 4.787020202456915e-07, + "R": 4.699086986192924e-08, + "M": 2.2087773743351136e-07, + "O": 3.173086327024066e-07, + "W": 1.3152942734961925e-08, + "N": 9.456459793000249e-07, + "Y": 3.705230847117491e-05, + "U": 1.4854882657289181e-08, + "K": 3.6516619275062112e-06, + "L": 3.56702178905266e-09, + "G": 3.820513029495487e-06, + "F": 0.0017333149444311857, + "E": 3.1017258152132854e-05, + "T": 8.106397217488848e-06, + "P": 0.3038732707500458, + "-": 0.6942930817604065 + }, + "id": "tp_19132" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2391525, + "label": "-", + "classification": { + "B": 1.8720655816650833e-06, + "S": 5.885861810384085e-06, + "I": 0.0009342777775600553, + "C": 3.48124849551823e-05, + "R": 9.151286576525308e-06, + "M": 8.973527292255312e-05, + "O": 2.908026181103196e-05, + "W": 4.938312486046925e-06, + "N": 9.272118040826172e-05, + "Y": 0.0016991703305393457, + "U": 2.3440936729457462e-06, + "K": 4.544484181678854e-05, + "L": 1.8425199641569634e-06, + "G": 0.00010936337639577687, + "F": 0.005107901059091091, + "E": 0.0005019654636271298, + "T": 0.000923811923712492, + "P": 0.43709471821784973, + "-": 0.5533109307289124 + }, + "id": "tp_19133" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2391658, + "label": "-", + "classification": { + "B": 1.3866804593476445e-08, + "S": 1.7549755426671254e-08, + "I": 4.230641570757143e-05, + "C": 6.237081606741413e-07, + "R": 5.215937903813028e-08, + "M": 1.8018736227531917e-06, + "O": 6.801687959523406e-07, + "W": 5.689158655286519e-08, + "N": 2.8479466891440097e-06, + "Y": 7.886862294981256e-05, + "U": 3.5403104448050726e-08, + "K": 2.1087113054818474e-05, + "L": 1.1121418452830767e-08, + "G": 1.9724395315279253e-05, + "F": 0.0024510882794857025, + "E": 0.0005453078192658722, + "T": 1.698276355455164e-05, + "P": 0.4247503876686096, + "-": 0.5720680356025696 + }, + "id": "tp_19134" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2391758, + "label": "P", + "classification": { + "B": 1.058081444682557e-08, + "S": 2.374778595992666e-08, + "I": 8.254501153714955e-06, + "C": 2.73516818083408e-08, + "R": 4.100852990518433e-09, + "M": 6.069243596584784e-08, + "O": 1.5541247933015256e-07, + "W": 5.781927825410094e-09, + "N": 7.792018550389912e-07, + "Y": 9.558199963066727e-06, + "U": 2.5583213325575116e-09, + "K": 1.6598140462065203e-07, + "L": 2.4960424838127437e-09, + "G": 1.8357590079176589e-06, + "F": 0.00061204400844872, + "E": 1.77445854205871e-05, + "T": 5.993068498355569e-06, + "P": 0.7174143195152283, + "-": 0.28192904591560364 + }, + "id": "tp_19135" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2391892, + "label": "P", + "classification": { + "B": 4.436613298963721e-10, + "S": 5.739345665389806e-10, + "I": 1.0201448503721622e-06, + "C": 5.415940473874059e-10, + "R": 3.814012994318716e-11, + "M": 6.283778830606934e-09, + "O": 5.6577120766121425e-09, + "W": 1.965373558343586e-10, + "N": 5.663977376002549e-08, + "Y": 7.286144665386018e-08, + "U": 1.9538865317358933e-11, + "K": 1.0830439878262155e-09, + "L": 2.9586576244522433e-11, + "G": 5.918929701920206e-08, + "F": 2.1464509700308554e-05, + "E": 3.6888204704155214e-06, + "T": 2.345970244732598e-07, + "P": 0.9589152932167053, + "-": 0.04105808213353157 + }, + "id": "tp_19136" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2392025, + "label": "-", + "classification": { + "B": 1.6061255792010343e-07, + "S": 6.10562892688904e-07, + "I": 0.00024603691417723894, + "C": 3.753371856873855e-06, + "R": 1.0657579423423158e-06, + "M": 4.11172877647914e-05, + "O": 7.721113433944993e-06, + "W": 3.1128936939239793e-07, + "N": 1.2378044630168006e-05, + "Y": 0.0013138046488165855, + "U": 1.2882341593467572e-07, + "K": 3.694744236781844e-06, + "L": 4.3522459236555733e-07, + "G": 0.00012734875781461596, + "F": 0.00446199020370841, + "E": 0.00025141361402347684, + "T": 0.0002881083346437663, + "P": 0.4390696883201599, + "-": 0.5541702508926392 + }, + "id": "tp_19137" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2392125, + "label": "P", + "classification": { + "B": 1.2269347759996663e-09, + "S": 1.6782338851939471e-09, + "I": 2.2460271793534048e-05, + "C": 1.0360313495993978e-07, + "R": 9.481094132013368e-09, + "M": 5.7416997378823e-08, + "O": 8.930926753691892e-08, + "W": 5.788893364666592e-09, + "N": 1.0778329624372418e-06, + "Y": 3.070308139285771e-06, + "U": 3.663628511674233e-09, + "K": 2.957173990125739e-07, + "L": 7.677010138706919e-10, + "G": 8.626340104456176e-07, + "F": 0.00010586998541839421, + "E": 1.7896936697070487e-05, + "T": 2.83656095234619e-06, + "P": 0.8874785900115967, + "-": 0.11236678063869476 + }, + "id": "tp_19138" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2392259, + "label": "-", + "classification": { + "B": 5.204454645024725e-10, + "S": 1.7855210643347164e-09, + "I": 1.4699418898089789e-05, + "C": 8.96086419288622e-07, + "R": 3.597255826548462e-08, + "M": 5.638755169456999e-07, + "O": 1.7049654843503959e-07, + "W": 7.667360080176877e-09, + "N": 6.210840410858509e-07, + "Y": 4.186033038422465e-05, + "U": 6.98663260578769e-09, + "K": 1.597391201357823e-05, + "L": 2.186627545697206e-09, + "G": 8.34466209198581e-06, + "F": 0.0021326669957488775, + "E": 9.998473979067057e-05, + "T": 1.145469013863476e-05, + "P": 0.11700426787137985, + "-": 0.8806684017181396 + }, + "id": "tp_19139" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2392392, + "label": "-", + "classification": { + "B": 1.195862786573798e-08, + "S": 3.807380366538382e-08, + "I": 3.3149108276120387e-06, + "C": 9.32905663830752e-08, + "R": 9.872951345357706e-09, + "M": 1.0091796411870746e-06, + "O": 7.083388595674478e-07, + "W": 1.9218175495439027e-08, + "N": 2.9012920776949613e-07, + "Y": 2.6628755222191103e-05, + "U": 6.975672484088591e-09, + "K": 7.363465215348697e-07, + "L": 1.1467141014520621e-08, + "G": 1.7390229913871735e-06, + "F": 0.0009730380843393505, + "E": 1.1966906640736852e-05, + "T": 2.9109036404406652e-05, + "P": 0.08888450264930725, + "-": 0.9100666642189026 + }, + "id": "tp_19140" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2392526, + "label": "P", + "classification": { + "B": 6.057609969190025e-09, + "S": 5.694093641039899e-09, + "I": 9.912845598591957e-06, + "C": 2.2640611163637914e-08, + "R": 9.8826669070462e-10, + "M": 1.815142240957357e-07, + "O": 6.57740812926022e-08, + "W": 3.58328300364974e-09, + "N": 3.5987318369734567e-07, + "Y": 1.4522903484248673e-06, + "U": 1.0108925918572709e-09, + "K": 2.7239819289093248e-08, + "L": 1.2181976538627737e-09, + "G": 6.763122541997291e-07, + "F": 0.00016381446039304137, + "E": 2.2150454242364503e-05, + "T": 2.3222189611260546e-06, + "P": 0.8636871576309204, + "-": 0.13611187040805817 + }, + "id": "tp_19141" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2392626, + "label": "P", + "classification": { + "B": 3.6132519198872615e-08, + "S": 1.6131869173818814e-08, + "I": 3.967879820265807e-05, + "C": 1.364661414982038e-07, + "R": 1.07603348453722e-08, + "M": 9.713896815810585e-07, + "O": 2.575507949131861e-07, + "W": 8.67256488845669e-09, + "N": 2.5755828119145008e-06, + "Y": 2.6554962460068054e-06, + "U": 6.4280842870800825e-09, + "K": 2.1083843648739276e-07, + "L": 1.2675170246723155e-08, + "G": 3.52297001882107e-06, + "F": 0.00029863539384678006, + "E": 0.00012389017501845956, + "T": 1.4253016161092091e-05, + "P": 0.7995733022689819, + "-": 0.19993984699249268 + }, + "id": "tp_19142" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2392759, + "label": "P", + "classification": { + "B": 6.829793397500339e-10, + "S": 6.601997282196237e-10, + "I": 1.825863478188694e-06, + "C": 2.7813120695441285e-08, + "R": 1.266084792561628e-09, + "M": 8.828663311533091e-08, + "O": 1.9239037030160944e-08, + "W": 1.2181904374131136e-09, + "N": 3.900189682326527e-08, + "Y": 7.812458534317557e-06, + "U": 5.764738686409032e-10, + "K": 5.8210389397572726e-08, + "L": 5.770799949011973e-10, + "G": 7.274969675563625e-07, + "F": 0.0011760029010474682, + "E": 1.4422578715311829e-05, + "T": 1.5366356365120737e-06, + "P": 0.517934262752533, + "-": 0.48086321353912354 + }, + "id": "tp_19143" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2392893, + "label": "P", + "classification": { + "B": 3.946201942994776e-08, + "S": 2.324581638291079e-09, + "I": 0.0001702064328128472, + "C": 5.446789828056353e-07, + "R": 2.4366578088574897e-08, + "M": 8.34515560654836e-07, + "O": 2.1488577317541058e-07, + "W": 8.900517656229567e-09, + "N": 2.2733211153536104e-06, + "Y": 8.723170140001457e-06, + "U": 1.2817209515958439e-08, + "K": 1.0339250877677841e-07, + "L": 1.2118899661572868e-08, + "G": 9.197886356560048e-06, + "F": 8.463099948130548e-05, + "E": 0.00012475070252548903, + "T": 4.383897703519324e-06, + "P": 0.8598146438598633, + "-": 0.13977932929992676 + }, + "id": "tp_19144" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2393026, + "label": "P", + "classification": { + "B": 1.612511186976917e-05, + "S": 1.8800117686623707e-05, + "I": 0.004082098137587309, + "C": 3.951576218241826e-06, + "R": 1.369483356938872e-06, + "M": 5.5227803386515006e-05, + "O": 3.5363798815524206e-05, + "W": 4.312989403842948e-06, + "N": 0.00023025811242405325, + "Y": 6.344568828353658e-05, + "U": 6.070882250241993e-07, + "K": 4.948699938722712e-07, + "L": 5.8853606788034085e-06, + "G": 5.2186802349751815e-05, + "F": 0.00028658134397119284, + "E": 0.0007661071722395718, + "T": 0.00019724831508938223, + "P": 0.94522625207901, + "-": 0.04895363003015518 + }, + "id": "tp_19145" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2393126, + "label": "-", + "classification": { + "B": 7.107936107786372e-05, + "S": 1.3152336578059476e-05, + "I": 0.000591528951190412, + "C": 9.044931357493624e-05, + "R": 1.4070513316255528e-05, + "M": 0.0005989225464873016, + "O": 0.00035022408701479435, + "W": 1.4807382285653148e-05, + "N": 3.8711648812750354e-05, + "Y": 0.0005186849739402533, + "U": 4.621441348717781e-06, + "K": 2.4575160750828218e-06, + "L": 5.616837734123692e-05, + "G": 0.0005478350794874132, + "F": 0.0016389591619372368, + "E": 0.0005183292087167501, + "T": 0.001788851572200656, + "P": 0.1656591296195984, + "-": 0.8274821043014526 + }, + "id": "tp_19146" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2393260, + "label": "-", + "classification": { + "B": 5.95579852102901e-09, + "S": 1.6567258676047913e-09, + "I": 4.226432793075219e-05, + "C": 2.158476718250313e-06, + "R": 9.051560567741035e-08, + "M": 1.1612070238697925e-06, + "O": 2.7852496486957534e-07, + "W": 7.791210343555122e-09, + "N": 6.311121296675992e-07, + "Y": 4.9558395403437316e-05, + "U": 1.11087015142175e-08, + "K": 1.4610701271067228e-07, + "L": 1.138214056339848e-08, + "G": 4.710474058811087e-06, + "F": 0.0004686846805270761, + "E": 2.9593855288112536e-05, + "T": 1.2992500160180498e-05, + "P": 0.19356341660022736, + "-": 0.8058242797851562 + }, + "id": "tp_19147" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2393393, + "label": "-", + "classification": { + "B": 3.1630082667627457e-12, + "S": 7.376608004983076e-12, + "I": 8.449451911474171e-07, + "C": 2.0337249662105705e-09, + "R": 5.930032853651568e-11, + "M": 4.979279655259461e-09, + "O": 1.2542350491528964e-09, + "W": 1.3194645896719148e-11, + "N": 4.153945187823638e-09, + "Y": 2.516968891086435e-07, + "U": 4.999237135372425e-12, + "K": 2.169070478785784e-10, + "L": 1.051314937883241e-11, + "G": 5.723995855078101e-08, + "F": 3.989841934526339e-05, + "E": 7.281132070602325e-07, + "T": 1.7158787102289352e-07, + "P": 0.42825260758399963, + "-": 0.5717055201530457 + }, + "id": "tp_19148" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2393527, + "label": "P", + "classification": { + "B": 7.008926786511438e-06, + "S": 1.1126614481327124e-05, + "I": 0.002002560533583164, + "C": 3.6554680264089257e-05, + "R": 9.221929758496117e-06, + "M": 3.5159726394340396e-05, + "O": 6.527336518047377e-05, + "W": 1.3497902727976907e-05, + "N": 0.00028296542586758733, + "Y": 0.0003455527184996754, + "U": 5.1619804253277835e-06, + "K": 0.00016692635836079717, + "L": 2.7387084173824405e-06, + "G": 0.00018439498671796173, + "F": 0.004381613805890083, + "E": 0.0011986545287072659, + "T": 0.0003050088416785002, + "P": 0.5757905840873718, + "-": 0.41515597701072693 + }, + "id": "tp_19149" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2393627, + "label": "-", + "classification": { + "B": 3.739300868943474e-09, + "S": 1.5397266395211773e-07, + "I": 5.652008439938072e-06, + "C": 2.286786411787034e-06, + "R": 2.1458279775288247e-07, + "M": 1.5642908692825586e-06, + "O": 2.416956704109907e-06, + "W": 2.692570149065432e-07, + "N": 1.366534434055211e-06, + "Y": 0.00010335033584851772, + "U": 3.573754625563197e-08, + "K": 3.6143559555057436e-05, + "L": 3.770025358562634e-08, + "G": 8.710903784958646e-06, + "F": 0.024465112015604973, + "E": 5.591364606516436e-05, + "T": 5.030661850469187e-05, + "P": 0.12397677451372147, + "-": 0.8512896299362183 + }, + "id": "tp_19150" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2393760, + "label": "-", + "classification": { + "B": 9.896853475632739e-11, + "S": 2.5538673953384716e-10, + "I": 8.87911824065668e-07, + "C": 1.6939297964313482e-08, + "R": 9.595274574891732e-10, + "M": 4.3288864048918185e-08, + "O": 1.7482776115684828e-08, + "W": 6.561517995606891e-10, + "N": 2.6287441556860358e-08, + "Y": 1.54061708599329e-05, + "U": 3.9561109943520023e-10, + "K": 2.5939257852769515e-07, + "L": 1.5759360483258433e-10, + "G": 3.710726161898492e-07, + "F": 0.000590860319789499, + "E": 2.951439000753453e-06, + "T": 3.3728356356732547e-06, + "P": 0.12793049216270447, + "-": 0.8714551329612732 + }, + "id": "tp_19151" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2393894, + "label": "P", + "classification": { + "B": 3.0180604109614206e-12, + "S": 4.855888911456385e-13, + "I": 3.214943490092992e-06, + "C": 5.405810798997379e-10, + "R": 5.588627650932043e-12, + "M": 3.5465697045822253e-10, + "O": 6.294526011529911e-11, + "W": 1.0829379927523863e-12, + "N": 1.1790616483153826e-08, + "Y": 3.701234874142756e-08, + "U": 1.9531310162940185e-12, + "K": 1.1288956575095099e-10, + "L": 6.521935769221443e-13, + "G": 6.704649724298406e-09, + "F": 1.6520475583092775e-06, + "E": 1.7677562027529348e-06, + "T": 9.420167756957198e-09, + "P": 0.9756754636764526, + "-": 0.024317942559719086 + }, + "id": "tp_19152" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2394027, + "label": "-", + "classification": { + "B": 1.3383046947543428e-17, + "S": 6.666716740791555e-18, + "I": 1.675647537391356e-10, + "C": 2.7622698169061342e-14, + "R": 1.2264921932701002e-16, + "M": 1.0825259281642061e-13, + "O": 2.848606021747281e-14, + "W": 9.539003810569662e-17, + "N": 1.4157090484721163e-13, + "Y": 6.179540212869483e-10, + "U": 3.6591836556275575e-17, + "K": 3.902843759978625e-12, + "L": 5.747989568305446e-18, + "G": 1.7457067041926067e-11, + "F": 1.5945955738061457e-06, + "E": 3.249875479838238e-09, + "T": 7.370350163515837e-11, + "P": 0.17011180520057678, + "-": 0.8298865556716919 + }, + "id": "tp_19153" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2394127, + "label": "P", + "classification": { + "B": 1.289830603434794e-10, + "S": 2.1117856074948094e-10, + "I": 9.305065873377316e-07, + "C": 2.213331740108515e-09, + "R": 9.537227257938596e-11, + "M": 1.6909469380266273e-08, + "O": 1.2015425987499384e-08, + "W": 5.576956674246958e-10, + "N": 3.346054455732883e-08, + "Y": 6.323954835352197e-07, + "U": 1.7169449195719722e-10, + "K": 6.598050106276787e-08, + "L": 4.266190525847868e-11, + "G": 1.2594671261467738e-07, + "F": 0.00013910690904594958, + "E": 4.736633400170831e-06, + "T": 9.32436023504124e-07, + "P": 0.5386397838592529, + "-": 0.461213618516922 + }, + "id": "tp_19154" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2394261, + "label": "-", + "classification": { + "B": 1.3964969181046172e-09, + "S": 1.5740186931623157e-09, + "I": 4.21458316850476e-05, + "C": 3.023408794433635e-07, + "R": 1.727091003544956e-08, + "M": 8.575925107834337e-07, + "O": 1.6517817869043938e-07, + "W": 3.770138867764672e-09, + "N": 5.609284130514425e-07, + "Y": 3.3815009373938665e-05, + "U": 2.9168516491040464e-09, + "K": 3.8628485299341264e-07, + "L": 2.5386843738317566e-09, + "G": 5.013795998820569e-06, + "F": 0.0003638536436483264, + "E": 8.146312757162377e-05, + "T": 1.1531692507560365e-05, + "P": 0.3282026946544647, + "-": 0.6712571382522583 + }, + "id": "tp_19155" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2394394, + "label": "-", + "classification": { + "B": 3.121639835512724e-08, + "S": 4.7414814297042085e-09, + "I": 1.3407498954620678e-05, + "C": 4.0906607523538696e-07, + "R": 2.7071456187854892e-08, + "M": 3.794737608586729e-07, + "O": 2.0712261061817117e-07, + "W": 1.1074516415021662e-08, + "N": 2.992137808632833e-07, + "Y": 2.1373551135184243e-05, + "U": 1.0828504315441023e-08, + "K": 2.4135175635819905e-07, + "L": 9.839476788897628e-09, + "G": 7.841450496925972e-06, + "F": 0.0016699784900993109, + "E": 4.3115480366395786e-05, + "T": 6.344158919091569e-06, + "P": 0.4264679551124573, + "-": 0.5717683434486389 + }, + "id": "tp_19156" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2394528, + "label": "P", + "classification": { + "B": 3.051622741168103e-07, + "S": 6.038725075541151e-08, + "I": 0.00012967214570380747, + "C": 9.324198799731676e-07, + "R": 6.44677911054714e-08, + "M": 4.836253992834827e-06, + "O": 1.6419850226156996e-06, + "W": 1.1089800722174914e-07, + "N": 4.2182232391496655e-06, + "Y": 4.418230673763901e-05, + "U": 9.913188847576748e-08, + "K": 2.935929046543606e-07, + "L": 1.4681023685625405e-07, + "G": 1.433141096640611e-05, + "F": 0.0002195327397203073, + "E": 0.00015706365229561925, + "T": 4.4974607590120286e-05, + "P": 0.6968700885772705, + "-": 0.30250731110572815 + }, + "id": "tp_19157" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2394628, + "label": "-", + "classification": { + "B": 1.2682113692541463e-10, + "S": 4.928337685866646e-12, + "I": 1.3618374623547425e-06, + "C": 2.386617348193454e-09, + "R": 1.3425265066313585e-10, + "M": 1.5028604138933588e-08, + "O": 2.3472106480681987e-09, + "W": 9.179606727527378e-12, + "N": 2.2435850954849457e-09, + "Y": 6.847395752629382e-07, + "U": 5.80157623331079e-12, + "K": 1.1415753758958758e-11, + "L": 8.881245738834309e-11, + "G": 1.9942133633321646e-07, + "F": 8.158068339980673e-06, + "E": 8.818850574243697e-07, + "T": 5.409493155639211e-07, + "P": 0.4902975261211395, + "-": 0.5096907019615173 + }, + "id": "tp_19158" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2394761, + "label": "P", + "classification": { + "B": 2.213410878193489e-11, + "S": 1.1344373357369264e-11, + "I": 1.1372279004717711e-05, + "C": 8.87663986759435e-09, + "R": 1.6880909170513547e-10, + "M": 2.495984974260068e-09, + "O": 1.0840279784929407e-09, + "W": 2.8695119197452712e-11, + "N": 3.861724451326154e-08, + "Y": 1.9564195952170849e-07, + "U": 4.197344555256777e-11, + "K": 1.2522688441762853e-10, + "L": 3.303500181739416e-11, + "G": 2.0023247060407812e-08, + "F": 4.489845650823554e-06, + "E": 9.387697446072707e-07, + "T": 2.7252514200881706e-07, + "P": 0.832748532295227, + "-": 0.16723409295082092 + }, + "id": "tp_19159" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2394895, + "label": "P", + "classification": { + "B": 5.083936605032591e-10, + "S": 5.959435167568472e-10, + "I": 1.718413841444999e-06, + "C": 1.285435230480303e-10, + "R": 5.159187747155736e-12, + "M": 7.989285677467706e-09, + "O": 5.220647913972698e-09, + "W": 1.277642713848337e-10, + "N": 1.9395320904891378e-08, + "Y": 1.2940736482391912e-08, + "U": 3.915750536320761e-12, + "K": 1.5885537676951778e-11, + "L": 1.035930438653132e-10, + "G": 9.253603217018735e-09, + "F": 2.382055299676722e-06, + "E": 2.033434384429711e-06, + "T": 1.395544586557662e-07, + "P": 0.9111670851707458, + "-": 0.08882651478052139 + }, + "id": "tp_19160" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2395028, + "label": "-", + "classification": { + "B": 5.7306187573047396e-11, + "S": 2.3047825800648347e-11, + "I": 3.1501025432589813e-07, + "C": 5.839484451541921e-09, + "R": 7.646915739512039e-11, + "M": 4.0029281223041835e-08, + "O": 7.87192533380221e-09, + "W": 4.131343184221592e-11, + "N": 4.170108258705341e-09, + "Y": 4.7198437869155896e-07, + "U": 2.0608263359700452e-11, + "K": 5.49176704112142e-10, + "L": 3.806610929246723e-11, + "G": 2.689491225282836e-07, + "F": 6.75315095577389e-05, + "E": 1.0271128303429577e-06, + "T": 5.78978244902828e-07, + "P": 0.4091406762599945, + "-": 0.5907891392707825 + }, + "id": "tp_19161" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2395128, + "label": "-", + "classification": { + "B": 3.631868417119932e-11, + "S": 2.0787517540643563e-11, + "I": 1.5358207747340202e-05, + "C": 2.7984928152591237e-08, + "R": 1.2557400674850783e-09, + "M": 8.2959466851662e-08, + "O": 8.906658521823374e-09, + "W": 7.513495381417101e-11, + "N": 3.364294443031213e-08, + "Y": 4.030917807540391e-06, + "U": 9.978722709247378e-11, + "K": 2.6329374791522753e-10, + "L": 2.0813593903934446e-10, + "G": 1.408597114505028e-07, + "F": 4.668963356380118e-06, + "E": 1.1957716878896463e-06, + "T": 4.338228336564498e-06, + "P": 0.2708286643028259, + "-": 0.7291414141654968 + }, + "id": "tp_19162" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2395262, + "label": "-", + "classification": { + "B": 2.2995434889594435e-08, + "S": 4.9934234525039756e-09, + "I": 8.395068675781658e-07, + "C": 3.1394231658765648e-09, + "R": 1.7678269959020554e-10, + "M": 1.3598402404113585e-07, + "O": 1.1286391554676811e-07, + "W": 1.6202246211349802e-09, + "N": 3.3890220407784e-08, + "Y": 1.8621561821419164e-06, + "U": 2.5150245774874236e-10, + "K": 1.1126570775843447e-08, + "L": 1.9102166515239105e-09, + "G": 8.493444170198927e-07, + "F": 0.0003149804542772472, + "E": 1.757595600793138e-05, + "T": 2.1892672066314844e-06, + "P": 0.3674585819244385, + "-": 0.6322028040885925 + }, + "id": "tp_19163" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2395395, + "label": "P", + "classification": { + "B": 2.523684657518982e-13, + "S": 1.4602018596002186e-12, + "I": 1.4186425687512383e-06, + "C": 2.044945116019825e-11, + "R": 4.2510022195060837e-13, + "M": 1.080088449234573e-10, + "O": 3.9795517575713646e-11, + "W": 8.894628198037602e-13, + "N": 1.4525435076961912e-08, + "Y": 1.0965649721583759e-08, + "U": 4.1121652524095387e-13, + "K": 4.894225025253718e-10, + "L": 6.153984385883632e-14, + "G": 4.275231557659964e-10, + "F": 1.1068342473663506e-06, + "E": 4.6453541813207266e-07, + "T": 7.617272146376308e-09, + "P": 0.9768710732460022, + "-": 0.02312583290040493 + }, + "id": "tp_19164" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2395529, + "label": "-", + "classification": { + "B": 1.068743982202136e-09, + "S": 3.675763027288781e-10, + "I": 5.12859685386502e-07, + "C": 4.7859058938115595e-09, + "R": 1.541964056439582e-10, + "M": 2.6067425551445922e-08, + "O": 3.4237483959032033e-08, + "W": 8.825807307211164e-10, + "N": 8.987226074452792e-09, + "Y": 4.4294449708104366e-07, + "U": 7.081107922246588e-11, + "K": 2.2761004192517476e-09, + "L": 3.2359395718550843e-10, + "G": 1.3336769200122944e-07, + "F": 0.00012655541650019586, + "E": 1.8476695231584017e-06, + "T": 4.278010123925924e-07, + "P": 0.3952957093715668, + "-": 0.6045743227005005 + }, + "id": "tp_19165" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2395629, + "label": "P", + "classification": { + "B": 6.837444564526673e-13, + "S": 1.8933250800490242e-11, + "I": 1.3034749599682982e-06, + "C": 1.3829436484869007e-09, + "R": 4.9823329489884216e-11, + "M": 9.408936962884695e-10, + "O": 1.4502610223843249e-09, + "W": 1.964264341458577e-11, + "N": 1.587105735723071e-08, + "Y": 2.117432842396738e-07, + "U": 9.920384826112016e-12, + "K": 8.814635132914361e-10, + "L": 8.84939517498129e-12, + "G": 1.4147681248743993e-08, + "F": 4.8682966735213995e-05, + "E": 2.49384441985967e-07, + "T": 2.6001143282883277e-07, + "P": 0.6232326626777649, + "-": 0.37671664357185364 + }, + "id": "tp_19166" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2395762, + "label": "-", + "classification": { + "B": 6.951047453185311e-07, + "S": 1.2300707794565824e-06, + "I": 0.0013437934685498476, + "C": 0.00013958536146674305, + "R": 1.9413571862969548e-05, + "M": 4.502985757426359e-05, + "O": 3.193150041624904e-05, + "W": 3.83393444280955e-06, + "N": 8.009630255401134e-05, + "Y": 0.0005022234399802983, + "U": 4.81734150525881e-06, + "K": 5.618585419142619e-05, + "L": 2.7662820230034413e-06, + "G": 0.00019088630506303161, + "F": 0.0036973413079977036, + "E": 0.0005190492956899107, + "T": 0.0003575011214707047, + "P": 0.32841426134109497, + "-": 0.6645894050598145 + }, + "id": "tp_19167" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2395896, + "label": "P", + "classification": { + "B": 1.0012782269974707e-10, + "S": 1.5395341945723118e-10, + "I": 8.365188114112243e-05, + "C": 1.2760285983404174e-07, + "R": 4.361784267103985e-09, + "M": 1.0976757636171897e-07, + "O": 2.0218180907249916e-08, + "W": 7.300878235305674e-10, + "N": 3.1926447263685986e-07, + "Y": 3.6036999517818913e-06, + "U": 1.8223036413189675e-09, + "K": 3.432910489209462e-08, + "L": 7.580049921074306e-10, + "G": 2.8968847232135886e-07, + "F": 2.665294050530065e-05, + "E": 1.1941231605305802e-05, + "T": 3.806708491538302e-06, + "P": 0.5178464651107788, + "-": 0.48202311992645264 + }, + "id": "tp_19168" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2396029, + "label": "P", + "classification": { + "B": 9.164773974446039e-12, + "S": 9.887073798564572e-12, + "I": 2.780195245577488e-06, + "C": 7.1465624529309935e-09, + "R": 9.452706672963274e-11, + "M": 9.036600800982342e-09, + "O": 1.1615707284917676e-09, + "W": 2.2919879535954202e-11, + "N": 2.15430588923482e-08, + "Y": 3.434268364799209e-06, + "U": 2.0131387876154427e-11, + "K": 4.005840636978064e-08, + "L": 6.614183593184331e-12, + "G": 1.7134632912529923e-07, + "F": 0.0001738754363032058, + "E": 8.869736120686866e-06, + "T": 2.509031276076712e-07, + "P": 0.5173373222351074, + "-": 0.48247313499450684 + }, + "id": "tp_19169" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2396129, + "label": "-", + "classification": { + "B": 3.4003150295447426e-10, + "S": 2.7244173930740523e-11, + "I": 2.3609911181665666e-07, + "C": 2.6123547769429933e-09, + "R": 3.4361190975884526e-11, + "M": 1.6277203584991184e-08, + "O": 3.461467779075633e-09, + "W": 2.6869464986312153e-11, + "N": 3.011169313893447e-09, + "Y": 8.086044545052573e-07, + "U": 3.29559574074878e-11, + "K": 1.5090138028028832e-09, + "L": 2.87434936963038e-11, + "G": 1.6095310684249853e-07, + "F": 1.1617577001743484e-05, + "E": 8.385254091081151e-07, + "T": 8.814512852950429e-07, + "P": 0.3797697126865387, + "-": 0.6202157735824585 + }, + "id": "tp_19170" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2396263, + "label": "P", + "classification": { + "B": 3.7017653653492744e-07, + "S": 3.066550334551721e-06, + "I": 0.0005412473692558706, + "C": 7.243991603900213e-06, + "R": 2.399015329501708e-06, + "M": 1.1083766366937198e-05, + "O": 1.1109767001471482e-05, + "W": 1.8975131297338521e-06, + "N": 4.1713534301379696e-05, + "Y": 0.00019087169494014233, + "U": 4.295286260003195e-07, + "K": 1.218699344462948e-05, + "L": 4.80213259379525e-07, + "G": 3.904258846887387e-05, + "F": 0.0023929523304104805, + "E": 9.328105807071552e-05, + "T": 0.00013315209071151912, + "P": 0.6623923182487488, + "-": 0.3341251313686371 + }, + "id": "tp_19171" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2396396, + "label": "P", + "classification": { + "B": 7.69374841613768e-10, + "S": 5.23268928187548e-10, + "I": 5.288318425300531e-05, + "C": 4.727041300611745e-07, + "R": 1.7456036616181336e-08, + "M": 5.567617336055264e-07, + "O": 1.0084253432296464e-07, + "W": 1.5862002822331078e-09, + "N": 8.329774914273003e-07, + "Y": 1.7346383174299262e-05, + "U": 4.194285363467998e-09, + "K": 2.620717509671522e-07, + "L": 3.31236327255624e-09, + "G": 4.2321253204136156e-06, + "F": 0.00027830840554088354, + "E": 4.292284938856028e-05, + "T": 1.0423242201795802e-05, + "P": 0.5276329517364502, + "-": 0.471958726644516 + }, + "id": "tp_19172" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2396530, + "label": "-", + "classification": { + "B": 2.963920451293234e-07, + "S": 2.8664819406998276e-09, + "I": 5.068958671472501e-06, + "C": 1.533841924583612e-07, + "R": 7.1830341674683496e-09, + "M": 7.408310466416879e-06, + "O": 7.786617857163947e-07, + "W": 4.286698995770166e-09, + "N": 3.068549503382201e-08, + "Y": 2.0470301024033688e-05, + "U": 1.722731512998621e-09, + "K": 6.192061446919084e-11, + "L": 1.5846153189613688e-07, + "G": 9.380042683915235e-06, + "F": 2.0044813936692663e-05, + "E": 2.1903538254264276e-06, + "T": 4.505693505052477e-05, + "P": 0.20588752627372742, + "-": 0.7940014600753784 + }, + "id": "tp_19173" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2396630, + "label": "-", + "classification": { + "B": 2.164692425310477e-08, + "S": 1.2042492336661326e-08, + "I": 3.983998976764269e-05, + "C": 4.604180503520183e-06, + "R": 4.2390482235532545e-07, + "M": 2.762736130534904e-06, + "O": 1.5546987697234727e-06, + "W": 5.8340887676422426e-08, + "N": 1.0565414640950621e-06, + "Y": 7.921353244455531e-05, + "U": 8.16687801830085e-08, + "K": 5.187573037801485e-07, + "L": 9.784881171981397e-08, + "G": 9.9473918453441e-06, + "F": 0.0006839683628641069, + "E": 2.0849862266913988e-05, + "T": 6.949165981495753e-05, + "P": 0.0955997183918953, + "-": 0.9034856557846069 + }, + "id": "tp_19174" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2396763, + "label": "P", + "classification": { + "B": 1.4924269464700046e-07, + "S": 2.7383482148479743e-08, + "I": 0.0005426394636742771, + "C": 4.6553873289667536e-06, + "R": 2.7840889060826157e-07, + "M": 2.149324609490577e-05, + "O": 1.1397501111787278e-06, + "W": 2.880990734865918e-08, + "N": 5.256788881524699e-06, + "Y": 0.00013589707668870687, + "U": 4.17365910720946e-08, + "K": 7.964584369801742e-08, + "L": 1.5509182560435875e-07, + "G": 5.0763988838298246e-05, + "F": 0.00021953090617898852, + "E": 0.0002358889178140089, + "T": 0.00010477764590177685, + "P": 0.6998099088668823, + "-": 0.29886728525161743 + }, + "id": "tp_19175" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2396897, + "label": "-", + "classification": { + "B": 3.504018464273173e-10, + "S": 7.424121872823264e-10, + "I": 1.3159980881027877e-05, + "C": 1.4795062952543958e-07, + "R": 8.614321700406435e-09, + "M": 7.272844726458061e-08, + "O": 4.6053525437628196e-08, + "W": 3.1747671158655066e-09, + "N": 2.5100851530623913e-07, + "Y": 1.6025573131628335e-05, + "U": 2.8411624164448313e-09, + "K": 1.0981254945363617e-06, + "L": 5.655131918302914e-10, + "G": 9.604034403309925e-07, + "F": 0.0005327685503289104, + "E": 1.788371810107492e-05, + "T": 3.2128323255165014e-06, + "P": 0.2654801905155182, + "-": 0.7339341640472412 + }, + "id": "tp_19176" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2397030, + "label": "-", + "classification": { + "B": 7.435803708877309e-12, + "S": 1.7749900507735283e-11, + "I": 2.1312338560619537e-07, + "C": 1.6568237892755633e-09, + "R": 6.493460630307979e-11, + "M": 5.423198334852941e-09, + "O": 3.4750797794913524e-09, + "W": 4.1784912335751656e-11, + "N": 1.532481030963595e-09, + "Y": 8.264873372354486e-07, + "U": 2.3457458198095082e-11, + "K": 7.620444719691477e-09, + "L": 1.0981421501299327e-11, + "G": 3.085735755803398e-08, + "F": 8.408752182731405e-05, + "E": 1.3592473635526403e-07, + "T": 3.458908395259641e-07, + "P": 0.04345787689089775, + "-": 0.9564564228057861 + }, + "id": "tp_19177" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2397130, + "label": "P", + "classification": { + "B": 6.454289547264125e-08, + "S": 1.1079681616621428e-09, + "I": 2.7178732125321403e-05, + "C": 2.3781726099514344e-07, + "R": 7.323183837115721e-09, + "M": 6.037137723069463e-07, + "O": 7.332132412329884e-08, + "W": 2.7010205183586322e-09, + "N": 5.853510174347321e-07, + "Y": 1.9903138763766037e-06, + "U": 2.950104827093014e-09, + "K": 2.3872424037563178e-08, + "L": 4.52431558883859e-09, + "G": 2.9255356821522582e-06, + "F": 4.400996112963185e-05, + "E": 8.976105891633779e-05, + "T": 2.47677530751389e-06, + "P": 0.9259069561958313, + "-": 0.07392298430204391 + }, + "id": "tp_19178" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2397264, + "label": "P", + "classification": { + "B": 2.0278578816146364e-08, + "S": 4.470171344195251e-09, + "I": 1.2878901998192305e-06, + "C": 3.373871493295155e-08, + "R": 6.161254839653907e-10, + "M": 4.639566952846508e-07, + "O": 5.7418638732542604e-08, + "W": 3.022391226181753e-09, + "N": 8.919553806663316e-08, + "Y": 1.3396007489063777e-05, + "U": 6.827526877195567e-10, + "K": 3.076948473790253e-07, + "L": 4.242470541537813e-10, + "G": 4.286331659386633e-06, + "F": 0.0009100549505092204, + "E": 0.0003266608982812613, + "T": 2.788498932204675e-06, + "P": 0.6293573379516602, + "-": 0.36938321590423584 + }, + "id": "tp_19179" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2397397, + "label": "P", + "classification": { + "B": 5.850950973718128e-11, + "S": 5.0751208791055546e-11, + "I": 0.0001584583951625973, + "C": 3.619118160713697e-08, + "R": 2.3070370058775325e-09, + "M": 4.7913079725958596e-08, + "O": 5.029449301474642e-09, + "W": 1.1439426489401328e-10, + "N": 4.3952275063929847e-07, + "Y": 5.692386366717983e-06, + "U": 2.910693075452997e-10, + "K": 6.898202897787087e-09, + "L": 1.5999523927945347e-10, + "G": 1.3544082833050197e-07, + "F": 1.751994204823859e-05, + "E": 4.057888872921467e-06, + "T": 1.589590738149127e-06, + "P": 0.7884896993637085, + "-": 0.21132221817970276 + }, + "id": "tp_19180" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2397531, + "label": "P", + "classification": { + "B": 6.027124632712599e-11, + "S": 1.3225045190912166e-11, + "I": 2.1077106282518798e-07, + "C": 1.864679105567646e-10, + "R": 1.1079393695892503e-12, + "M": 1.1351566353567932e-09, + "O": 3.3631095130992605e-10, + "W": 1.3745708564438797e-11, + "N": 3.1022109325817837e-09, + "Y": 1.8184447725388964e-08, + "U": 5.193038273704209e-12, + "K": 1.6486051412911706e-10, + "L": 3.3219028656300553e-12, + "G": 4.539756126575867e-09, + "F": 2.558758296800079e-06, + "E": 1.1842330422950909e-06, + "T": 3.3143972899551954e-08, + "P": 0.9485229253768921, + "-": 0.05147312954068184 + }, + "id": "tp_19181" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2397631, + "label": "-", + "classification": { + "B": 4.6080150806204756e-10, + "S": 1.905991364736792e-09, + "I": 3.218041092623025e-05, + "C": 1.9286500219095615e-07, + "R": 2.7038304040161165e-08, + "M": 7.279582803221274e-08, + "O": 1.6982548345367832e-07, + "W": 4.7775534639526995e-09, + "N": 8.685296961630229e-07, + "Y": 4.565959443425527e-06, + "U": 6.124679430286051e-09, + "K": 4.88222440253594e-07, + "L": 1.5602664715785863e-09, + "G": 1.2011319086013827e-06, + "F": 0.00021433565416373312, + "E": 6.922663942532381e-06, + "T": 5.6573658184788655e-06, + "P": 0.4177282750606537, + "-": 0.5820050239562988 + }, + "id": "tp_19182" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2397764, + "label": "-", + "classification": { + "B": 1.184963238642922e-11, + "S": 9.409472983765155e-13, + "I": 6.406782659951205e-08, + "C": 7.4406713429509e-12, + "R": 1.664860605063087e-13, + "M": 3.0771110659522094e-10, + "O": 3.00611091574865e-10, + "W": 1.1641064631348619e-12, + "N": 2.008135463471561e-10, + "Y": 8.775715265585404e-09, + "U": 8.191351378661685e-14, + "K": 3.326404473050215e-12, + "L": 6.59903446990906e-13, + "G": 3.7092009463890463e-09, + "F": 2.753356056928169e-06, + "E": 1.6485810760968889e-07, + "T": 1.1066766170131359e-08, + "P": 0.48876091837882996, + "-": 0.5112361311912537 + }, + "id": "tp_19183" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2397898, + "label": "-", + "classification": { + "B": 9.634808922909244e-11, + "S": 5.3550254508483164e-11, + "I": 3.868554358632537e-06, + "C": 2.4803670228834562e-08, + "R": 4.666722563939629e-10, + "M": 2.798385168034656e-08, + "O": 6.356625448233899e-09, + "W": 1.4433523820578387e-10, + "N": 5.30243653429352e-08, + "Y": 3.0704898108524503e-06, + "U": 1.939780974735683e-10, + "K": 3.748991161955928e-08, + "L": 4.5686870953076664e-11, + "G": 9.015260360456523e-08, + "F": 8.60306536196731e-05, + "E": 6.5463746068417095e-06, + "T": 1.1896563592017628e-06, + "P": 0.32708629965782166, + "-": 0.6728127002716064 + }, + "id": "tp_19184" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2398031, + "label": "-", + "classification": { + "B": 4.30540065404772e-12, + "S": 4.980026807599458e-12, + "I": 1.3354689087918814e-07, + "C": 2.0223580587952483e-09, + "R": 2.371953154722828e-11, + "M": 1.7038743749253626e-08, + "O": 1.8029473469738377e-09, + "W": 2.1630105692671542e-11, + "N": 3.6892822130596414e-09, + "Y": 2.928749381680973e-06, + "U": 7.603503764108677e-12, + "K": 6.282270703650283e-08, + "L": 5.402758102013294e-12, + "G": 3.241989361413289e-07, + "F": 0.0005606003105640411, + "E": 3.2303545594913885e-05, + "T": 1.2285363482078537e-07, + "P": 0.17314687371253967, + "-": 0.8262565732002258 + }, + "id": "tp_19185" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2398131, + "label": "-", + "classification": { + "B": 4.97978547286948e-09, + "S": 4.418287069540838e-09, + "I": 1.062714454747038e-05, + "C": 4.166478362321868e-08, + "R": 8.31389002087235e-09, + "M": 1.777857647766723e-07, + "O": 2.1438103203763603e-07, + "W": 4.342775028476353e-09, + "N": 2.2302626234704803e-07, + "Y": 1.5361078112618998e-05, + "U": 1.8499279885730857e-09, + "K": 9.81944658917655e-09, + "L": 4.174112167021349e-09, + "G": 1.8807678543453221e-06, + "F": 4.8370940930908546e-05, + "E": 4.747040748043219e-06, + "T": 2.339779894100502e-05, + "P": 0.45384904742240906, + "-": 0.5460459589958191 + }, + "id": "tp_19186" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2398265, + "label": "P", + "classification": { + "B": 1.0039528930416708e-10, + "S": 2.7839511251848137e-10, + "I": 3.304457777630887e-06, + "C": 1.4201069209462958e-09, + "R": 6.78822831279291e-11, + "M": 8.842642174045068e-09, + "O": 4.077665316515322e-09, + "W": 6.036227767625135e-11, + "N": 5.0484601388234296e-08, + "Y": 5.984980333550993e-08, + "U": 1.4052698241173722e-11, + "K": 3.2337962169171064e-11, + "L": 4.332665476391995e-11, + "G": 1.2257490134004456e-08, + "F": 1.6609980093562626e-06, + "E": 3.4255879199918127e-07, + "T": 5.3210993655739e-07, + "P": 0.9251682758331299, + "-": 0.07482568919658661 + }, + "id": "tp_19187" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2398398, + "label": "-", + "classification": { + "B": 4.1869819785746165e-13, + "S": 2.967997158806468e-12, + "I": 1.605844317964511e-06, + "C": 2.4458393088622188e-09, + "R": 1.0558938445814903e-10, + "M": 1.1531136046016854e-09, + "O": 5.550668258358371e-10, + "W": 3.8238003041701774e-11, + "N": 1.253150738733666e-08, + "Y": 5.278203616398969e-07, + "U": 6.509964789458422e-11, + "K": 9.152081048569016e-08, + "L": 2.710931088986679e-12, + "G": 1.2184284692295932e-08, + "F": 3.707965151988901e-05, + "E": 2.0703510017483495e-06, + "T": 3.21278548653936e-07, + "P": 0.29835712909698486, + "-": 0.7016011476516724 + }, + "id": "tp_19188" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2398532, + "label": "-", + "classification": { + "B": 2.6113807507499587e-06, + "S": 2.1415380615508184e-06, + "I": 0.0001719191495794803, + "C": 1.2042701200698502e-05, + "R": 3.1201898309518583e-06, + "M": 0.00025214700144715607, + "O": 4.906396134174429e-05, + "W": 1.190434659292805e-06, + "N": 6.28424186288612e-06, + "Y": 0.002244063653051853, + "U": 6.929969913471723e-07, + "K": 9.754965049069142e-07, + "L": 8.953687029134016e-06, + "G": 0.0005304317455738783, + "F": 0.0025974703021347523, + "E": 0.00012202361540403217, + "T": 0.001785281696356833, + "P": 0.09035029262304306, + "-": 0.9018591642379761 + }, + "id": "tp_19189" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2398632, + "label": "-", + "classification": { + "B": 1.161448608399951e-06, + "S": 8.523119277015212e-08, + "I": 0.00014206446940079331, + "C": 5.005306775274221e-06, + "R": 5.128430871081946e-07, + "M": 1.0454284165462013e-05, + "O": 5.060932835476706e-06, + "W": 1.3621165351196396e-07, + "N": 1.6976624692688347e-06, + "Y": 5.481284824782051e-05, + "U": 9.288890367997737e-08, + "K": 4.5802540427075655e-08, + "L": 7.159928259170556e-07, + "G": 3.185089735779911e-05, + "F": 0.00015045033069327474, + "E": 5.10334393766243e-05, + "T": 6.369805487338454e-05, + "P": 0.3028400242328644, + "-": 0.6966410279273987 + }, + "id": "tp_19190" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2398765, + "label": "P", + "classification": { + "B": 3.731097990566923e-07, + "S": 8.633210590858198e-09, + "I": 3.618433038354851e-05, + "C": 1.7631622029057326e-07, + "R": 6.108496375389905e-09, + "M": 1.784824803507945e-06, + "O": 3.8724866158190707e-07, + "W": 7.143162950029591e-09, + "N": 6.986275025155919e-07, + "Y": 2.4645007670187624e-06, + "U": 2.1210249112613155e-09, + "K": 1.3715624191945608e-08, + "L": 9.658046806748644e-09, + "G": 5.938039521424798e-06, + "F": 4.41435695393011e-05, + "E": 7.36528163542971e-05, + "T": 6.830054189777002e-06, + "P": 0.7095908522605896, + "-": 0.2902365028858185 + }, + "id": "tp_19191" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2398899, + "label": "P", + "classification": { + "B": 2.701523840187292e-07, + "S": 1.5599200153815218e-08, + "I": 2.785494075396855e-07, + "C": 1.3540539800516171e-09, + "R": 4.5782468094390794e-11, + "M": 1.516634995368804e-07, + "O": 3.7660387874893786e-07, + "W": 1.0662649652104506e-09, + "N": 9.577706627794669e-09, + "Y": 6.096369986607897e-08, + "U": 1.2509069301225306e-11, + "K": 1.9441011300802558e-12, + "L": 1.0392873228681765e-08, + "G": 2.702807364585169e-07, + "F": 5.778716513304971e-05, + "E": 8.764573067310266e-07, + "T": 6.364437012962298e-07, + "P": 0.5377877354621887, + "-": 0.4621514678001404 + }, + "id": "tp_19192" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2399032, + "label": "P", + "classification": { + "B": 2.4137239516136555e-12, + "S": 2.251058194013833e-11, + "I": 8.554674764127412e-07, + "C": 1.1156786605681646e-09, + "R": 4.5724844049965796e-11, + "M": 5.806056968538087e-09, + "O": 9.441986081881737e-10, + "W": 2.473294312410612e-11, + "N": 5.827458515739181e-09, + "Y": 4.6452444735223253e-07, + "U": 6.735994574624815e-12, + "K": 8.767958581401558e-10, + "L": 3.2405824985232146e-12, + "G": 1.2904736834684627e-08, + "F": 1.4675967577204574e-05, + "E": 5.827936888636032e-07, + "T": 3.374247796728014e-07, + "P": 0.535927951335907, + "-": 0.4640551805496216 + }, + "id": "tp_19193" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2399132, + "label": "-", + "classification": { + "B": 5.758161478297552e-06, + "S": 2.2135548078949796e-06, + "I": 0.0007245967863127589, + "C": 4.149293454247527e-05, + "R": 8.44555688672699e-06, + "M": 0.00015272108430508524, + "O": 5.5114560382207856e-05, + "W": 3.46996534972277e-06, + "N": 3.0465262170764618e-05, + "Y": 0.0006786587764509022, + "U": 9.335768140772416e-07, + "K": 7.221308919724834e-07, + "L": 7.366458248725394e-06, + "G": 0.00023766467347741127, + "F": 0.0013366031926125288, + "E": 0.00029749306850135326, + "T": 0.0006627087714150548, + "P": 0.3853214979171753, + "-": 0.6104322075843811 + }, + "id": "tp_19194" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2399266, + "label": "P", + "classification": { + "B": 7.544704061501761e-08, + "S": 4.965879707441445e-09, + "I": 7.440215995302424e-05, + "C": 1.4827790550953068e-07, + "R": 8.762110148552438e-09, + "M": 5.974901796435006e-06, + "O": 2.747280518633488e-07, + "W": 5.988429752079583e-09, + "N": 2.9943134904897306e-07, + "Y": 2.5686964363558218e-05, + "U": 1.9588461963593318e-09, + "K": 8.874746493248153e-10, + "L": 3.67508086185353e-08, + "G": 3.2501832265552366e-06, + "F": 3.3747335692169145e-05, + "E": 4.9793579819379374e-05, + "T": 3.7251797039061785e-05, + "P": 0.5407558679580688, + "-": 0.4590132236480713 + }, + "id": "tp_19195" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2399399, + "label": "-", + "classification": { + "B": 1.102796520768834e-09, + "S": 1.6278951520121154e-09, + "I": 6.201057840371504e-05, + "C": 3.486655089091073e-07, + "R": 7.519228972796554e-08, + "M": 6.700537937831541e-07, + "O": 2.538485261993628e-07, + "W": 1.2277180161390788e-08, + "N": 1.2341357660261565e-06, + "Y": 4.835158688365482e-05, + "U": 6.915199968204888e-09, + "K": 7.60481327688467e-07, + "L": 3.849975005465467e-09, + "G": 3.039370540136588e-06, + "F": 0.00035898369969800115, + "E": 3.3084957976825535e-05, + "T": 1.7699510863167234e-05, + "P": 0.35707080364227295, + "-": 0.6424026489257812 + }, + "id": "tp_19196" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2399533, + "label": "-", + "classification": { + "B": 5.175171935434264e-08, + "S": 3.595050657168031e-07, + "I": 5.8946934586856514e-05, + "C": 3.886182753376488e-07, + "R": 2.8310207511594854e-08, + "M": 4.9320747166348156e-06, + "O": 2.6651318876247387e-06, + "W": 3.195504518771486e-07, + "N": 5.622500793833751e-06, + "Y": 2.8877870136057027e-05, + "U": 8.206075818861791e-08, + "K": 6.216659585334128e-06, + "L": 4.246267693019945e-08, + "G": 3.566388386389008e-06, + "F": 0.0007537673809565604, + "E": 0.00025973099400289357, + "T": 4.809218444279395e-05, + "P": 0.39718347787857056, + "-": 0.6016427874565125 + }, + "id": "tp_19197" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2399633, + "label": "P", + "classification": { + "B": 2.2933080781606385e-11, + "S": 2.6428206845174884e-11, + "I": 7.444665243383497e-06, + "C": 1.898879942174858e-09, + "R": 1.5359269411874266e-10, + "M": 2.2054045256680865e-09, + "O": 6.46402764648002e-10, + "W": 2.2551283757055174e-11, + "N": 2.3350277444933454e-07, + "Y": 1.2752892075695854e-07, + "U": 2.3929509415654415e-11, + "K": 9.54350709569951e-10, + "L": 6.0982577494705925e-12, + "G": 7.986250949443274e-08, + "F": 4.160309345024871e-06, + "E": 5.576817329711048e-06, + "T": 6.003106989282969e-08, + "P": 0.9969748258590698, + "-": 0.0030075053218752146 + }, + "id": "tp_19198" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2399766, + "label": "P", + "classification": { + "B": 1.712620928628894e-06, + "S": 6.9741838970571735e-09, + "I": 1.8765662389341742e-05, + "C": 1.0125704719143869e-08, + "R": 1.792129999955705e-09, + "M": 9.354597523270058e-07, + "O": 7.42267104669736e-07, + "W": 7.557579451145102e-09, + "N": 8.895909786588163e-08, + "Y": 2.276179202453932e-06, + "U": 3.545395366177928e-10, + "K": 3.658808325757157e-11, + "L": 5.692013971270171e-08, + "G": 4.4928879106009845e-06, + "F": 7.850007023080252e-06, + "E": 6.721540103171719e-06, + "T": 1.3943694057161338e-06, + "P": 0.7888616323471069, + "-": 0.21109330654144287 + }, + "id": "tp_19199" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2399900, + "label": "P", + "classification": { + "B": 3.1143258638621774e-08, + "S": 1.6717407458344269e-09, + "I": 7.083296623022761e-06, + "C": 8.866842371446637e-09, + "R": 2.668236076530661e-09, + "M": 5.866656138664439e-08, + "O": 8.473013224374881e-08, + "W": 2.111646635327702e-09, + "N": 1.3956280042748404e-07, + "Y": 2.673430117283715e-07, + "U": 2.360528161826636e-10, + "K": 1.613374323028438e-09, + "L": 1.2835394969101799e-09, + "G": 8.592006111030059e-07, + "F": 6.555806612595916e-05, + "E": 5.336651156540029e-06, + "T": 7.985971137713932e-07, + "P": 0.9038623571395874, + "-": 0.09605735540390015 + }, + "id": "tp_19200" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2400000, + "label": "-", + "classification": { + "B": 3.430985316299484e-06, + "S": 2.2819384071226523e-07, + "I": 1.6134106772369705e-05, + "C": 1.5606740078055736e-07, + "R": 4.135894826617914e-08, + "M": 3.3709784474922344e-05, + "O": 1.3378400581132155e-05, + "W": 1.6417747872310429e-07, + "N": 2.451232319344854e-07, + "Y": 2.9750230169156566e-05, + "U": 5.266571179163293e-09, + "K": 2.0754253871047013e-09, + "L": 1.0429801022837637e-06, + "G": 2.24422419705661e-05, + "F": 0.00024481010041199625, + "E": 2.585217953310348e-05, + "T": 5.6521199439885095e-05, + "P": 0.1159844920039177, + "-": 0.8835676312446594 + }, + "id": "tp_19201" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2400133, + "label": "P", + "classification": { + "B": 3.2126585836067534e-08, + "S": 4.283957188988552e-09, + "I": 1.5431514839292504e-05, + "C": 3.4508218504925026e-07, + "R": 1.1047011305720389e-08, + "M": 3.267505803705717e-07, + "O": 3.039852742858784e-07, + "W": 8.624549963087702e-09, + "N": 4.0168478676605446e-07, + "Y": 4.252052804076811e-06, + "U": 4.96897456514489e-09, + "K": 2.7062327490057214e-08, + "L": 1.0875680800381815e-08, + "G": 1.8419809748593252e-06, + "F": 0.0005946458550170064, + "E": 2.3026048438623548e-05, + "T": 4.9848208618641365e-06, + "P": 0.5614843964576721, + "-": 0.43786996603012085 + }, + "id": "tp_19202" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2400267, + "label": "P", + "classification": { + "B": 2.8070934376955847e-07, + "S": 3.730272624125064e-08, + "I": 9.869140922091901e-05, + "C": 2.437166415347747e-07, + "R": 5.333848207556002e-08, + "M": 9.400851013197098e-07, + "O": 6.740742151123413e-07, + "W": 6.324781764988074e-08, + "N": 5.68152472624206e-06, + "Y": 1.1697645277308766e-05, + "U": 5.152378435013816e-08, + "K": 9.403289595866227e-07, + "L": 1.7984897127121258e-08, + "G": 6.191345164552331e-06, + "F": 8.773653098614886e-05, + "E": 5.568284905166365e-05, + "T": 2.936830605904106e-05, + "P": 0.8631340265274048, + "-": 0.1365676373243332 + }, + "id": "tp_19203" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2400400, + "label": "P", + "classification": { + "B": 5.264694014073257e-09, + "S": 8.415168006870033e-10, + "I": 1.7988871832130826e-06, + "C": 1.323814036169324e-08, + "R": 5.01269248331937e-10, + "M": 9.948434609441392e-08, + "O": 4.757363925023128e-08, + "W": 6.527491325236667e-10, + "N": 4.498034655853189e-08, + "Y": 2.0696713818324497e-06, + "U": 1.8441577431804745e-10, + "K": 3.648987334514686e-09, + "L": 1.1482398365458835e-09, + "G": 1.649233240641479e-06, + "F": 0.00019762357987929136, + "E": 1.0156382813875098e-05, + "T": 1.3390956610237481e-06, + "P": 0.6795501708984375, + "-": 0.3202348053455353 + }, + "id": "tp_19204" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2400501, + "label": "-", + "classification": { + "B": 0.00013156687782611698, + "S": 4.61176614408032e-06, + "I": 0.00045194063568487763, + "C": 1.887136386358179e-05, + "R": 3.893445864378009e-06, + "M": 0.00038634767406620085, + "O": 0.0001451279822504148, + "W": 4.8316978791262954e-06, + "N": 1.0960200597764924e-05, + "Y": 0.0006644544773735106, + "U": 4.578686230161111e-07, + "K": 5.1609593043622226e-08, + "L": 3.271936657256447e-05, + "G": 0.0002951575443148613, + "F": 0.0005640951567329466, + "E": 0.000285501271719113, + "T": 0.0006048539653420448, + "P": 0.277008593082428, + "-": 0.7193859815597534 + }, + "id": "tp_19205" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2400634, + "label": "P", + "classification": { + "B": 7.91100447372628e-08, + "S": 1.4948373650014446e-09, + "I": 1.8958413420477882e-05, + "C": 9.972295345050952e-08, + "R": 1.6636244604129047e-09, + "M": 1.663905493387574e-07, + "O": 2.0051963645073556e-08, + "W": 1.3481104010892864e-09, + "N": 4.4621518213716627e-07, + "Y": 6.084600840949861e-07, + "U": 9.43962463750836e-10, + "K": 5.110103451499981e-09, + "L": 1.085918133192365e-09, + "G": 9.753515541888191e-07, + "F": 1.0965823094011284e-05, + "E": 0.00011761890345951542, + "T": 5.438769790089282e-07, + "P": 0.9712120294570923, + "-": 0.028637437149882317 + }, + "id": "tp_19206" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2400767, + "label": "-", + "classification": { + "B": 1.018344408798555e-09, + "S": 1.1114849041149455e-09, + "I": 8.105211236397736e-06, + "C": 1.1893612139601828e-07, + "R": 7.008340130454371e-09, + "M": 1.7302660637597e-07, + "O": 7.411524904910038e-08, + "W": 2.6675750497417994e-09, + "N": 3.6260550473343756e-07, + "Y": 6.785073765058769e-06, + "U": 2.051728120733287e-09, + "K": 2.5650704174040584e-06, + "L": 5.820119386434897e-10, + "G": 1.033420176099753e-06, + "F": 0.002294426318258047, + "E": 7.473499135812744e-05, + "T": 2.80982658296125e-06, + "P": 0.4265921711921692, + "-": 0.5710165500640869 + }, + "id": "tp_19207" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2400901, + "label": "-", + "classification": { + "B": 6.967321297679518e-08, + "S": 1.783662106902284e-08, + "I": 5.465603317134082e-05, + "C": 2.7250696348346537e-06, + "R": 4.2719597104223794e-07, + "M": 4.80890275866841e-06, + "O": 2.1718235529988306e-06, + "W": 4.8399034113799644e-08, + "N": 1.1895708666997962e-06, + "Y": 0.00016269853222183883, + "U": 5.82516861413751e-08, + "K": 1.9110306936909183e-07, + "L": 1.4812165716193704e-07, + "G": 4.487568367039785e-05, + "F": 0.00037383477319963276, + "E": 3.417877451283857e-05, + "T": 7.957155321491882e-05, + "P": 0.3029541075229645, + "-": 0.6962842345237732 + }, + "id": "tp_19208" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2401001, + "label": "P", + "classification": { + "B": 1.9578071430714772e-07, + "S": 7.772319321475152e-08, + "I": 9.712978499010205e-05, + "C": 2.863810948383616e-07, + "R": 2.471893800759517e-08, + "M": 1.764320018082799e-06, + "O": 1.6978647181531414e-06, + "W": 6.888704717766814e-08, + "N": 2.4861521978891687e-06, + "Y": 5.85755742577021e-06, + "U": 2.0117447263601207e-08, + "K": 1.2466737864258448e-08, + "L": 1.0759609381238988e-07, + "G": 2.8447905151551822e-06, + "F": 5.3976840717950836e-05, + "E": 2.9843316951883025e-05, + "T": 1.919729220389854e-05, + "P": 0.778190016746521, + "-": 0.22159439325332642 + }, + "id": "tp_19209" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2401134, + "label": "-", + "classification": { + "B": 2.3638592819286153e-11, + "S": 3.520420413516412e-11, + "I": 3.528761993720764e-08, + "C": 4.50818826713828e-10, + "R": 9.593686955966518e-12, + "M": 5.521791468510173e-09, + "O": 3.0112243809554684e-09, + "W": 1.1615072618986755e-11, + "N": 1.048417130888879e-09, + "Y": 2.0395980016019166e-07, + "U": 1.0158994956030454e-12, + "K": 1.6188089063673416e-11, + "L": 1.001497582781008e-11, + "G": 2.0542140433121858e-08, + "F": 2.9553939384641126e-05, + "E": 8.860990163839233e-08, + "T": 3.022609575964452e-07, + "P": 0.4139052629470825, + "-": 0.5860644578933716 + }, + "id": "tp_19210" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2401268, + "label": "P", + "classification": { + "B": 1.657435177548905e-06, + "S": 7.3408852330203445e-09, + "I": 2.055852564808447e-05, + "C": 2.7042568717661197e-07, + "R": 7.897884124474785e-09, + "M": 2.5218059818143956e-07, + "O": 2.8983455990783114e-07, + "W": 1.2453301501125225e-08, + "N": 5.572234726969327e-07, + "Y": 5.79601419303799e-07, + "U": 6.239499583671204e-09, + "K": 1.0014695739357649e-09, + "L": 6.100966487565529e-08, + "G": 4.687812634074362e-06, + "F": 6.928379298187792e-05, + "E": 5.20130961376708e-05, + "T": 1.3381636563281063e-06, + "P": 0.9355423450469971, + "-": 0.06430605053901672 + }, + "id": "tp_19211" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2401401, + "label": "-", + "classification": { + "B": 5.288927695801249e-07, + "S": 9.870765893538191e-08, + "I": 2.2867352527100593e-05, + "C": 1.2398858189044404e-06, + "R": 1.9572468090700568e-07, + "M": 8.201552191167139e-06, + "O": 2.6267816792824306e-06, + "W": 1.0841566933095237e-07, + "N": 5.728077212552307e-07, + "Y": 0.00012148136738687754, + "U": 4.0959744040947044e-08, + "K": 1.0674359884887963e-07, + "L": 3.585968499919545e-07, + "G": 4.784824341186322e-05, + "F": 0.0017676152056083083, + "E": 2.9714608899666928e-05, + "T": 8.410507871303707e-05, + "P": 0.2869783639907837, + "-": 0.7109339237213135 + }, + "id": "tp_19212" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2401502, + "label": "P", + "classification": { + "B": 3.9586844219341444e-11, + "S": 3.406094850610941e-12, + "I": 6.311898687272333e-06, + "C": 3.180689267523462e-09, + "R": 1.0823988406960527e-11, + "M": 1.3438973489598993e-08, + "O": 5.482784226629178e-10, + "W": 6.953178918051028e-12, + "N": 2.1456994403479257e-08, + "Y": 8.884944691089913e-08, + "U": 1.0708951087012863e-11, + "K": 1.6370371724860888e-10, + "L": 8.965498482504941e-12, + "G": 5.0977003951402367e-08, + "F": 1.8143473425880075e-06, + "E": 1.9661478290800005e-05, + "T": 5.4572282692788576e-08, + "P": 0.9254469275474548, + "-": 0.07452507317066193 + }, + "id": "tp_19213" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2401635, + "label": "P", + "classification": { + "B": 5.129676878823375e-07, + "S": 5.24355186826142e-07, + "I": 3.127304808003828e-05, + "C": 3.66425325637465e-07, + "R": 3.8459958773273684e-08, + "M": 1.0970562698275899e-06, + "O": 3.319027200632263e-06, + "W": 1.421990987182653e-07, + "N": 4.277457264834084e-06, + "Y": 2.6767911549541168e-05, + "U": 8.324330025288873e-08, + "K": 1.871363934924375e-07, + "L": 1.280124450886433e-07, + "G": 9.475293154537212e-06, + "F": 0.00016217553638853133, + "E": 2.2231497496250086e-05, + "T": 8.970912313088775e-05, + "P": 0.5745487213134766, + "-": 0.4250990152359009 + }, + "id": "tp_19214" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2401768, + "label": "P", + "classification": { + "B": 5.577781848842278e-06, + "S": 1.5050563888507895e-05, + "I": 0.0038227709010243416, + "C": 2.7984102416667156e-05, + "R": 3.831926733255386e-06, + "M": 5.468330346047878e-05, + "O": 2.5707124223117717e-05, + "W": 4.806523520528572e-06, + "N": 0.0005580306751653552, + "Y": 0.0003276592760812491, + "U": 3.4852243970817653e-06, + "K": 8.864919800544158e-05, + "L": 2.0707327621494187e-06, + "G": 0.0001415143779013306, + "F": 0.003025609999895096, + "E": 0.0029868106357753277, + "T": 0.00020522998238448054, + "P": 0.8940467238426208, + "-": 0.09465375542640686 + }, + "id": "tp_19215" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2401902, + "label": "-", + "classification": { + "B": 3.171867774653947e-06, + "S": 5.920516628066252e-07, + "I": 0.0007144043920561671, + "C": 0.00016927409160416573, + "R": 2.5682955310912803e-05, + "M": 0.00012857458204962313, + "O": 2.0427243725862354e-05, + "W": 1.3471275224219426e-06, + "N": 1.3515883438230958e-05, + "Y": 0.005751884076744318, + "U": 3.236087422919809e-06, + "K": 3.9232313611137215e-06, + "L": 1.0990096598106902e-05, + "G": 0.0007832004339434206, + "F": 0.0031848065555095673, + "E": 0.0006761452532373369, + "T": 0.0012741935206577182, + "P": 0.11181226372718811, + "-": 0.8754222989082336 + }, + "id": "tp_19216" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2402002, + "label": "-", + "classification": { + "B": 3.767762635220606e-08, + "S": 5.1970584280525145e-08, + "I": 2.1369221485656453e-06, + "C": 9.577956205930604e-09, + "R": 1.6930039592466528e-09, + "M": 1.092346835207536e-07, + "O": 7.1615477281739e-07, + "W": 1.0867912791923118e-08, + "N": 9.625045294114898e-08, + "Y": 3.4165293527621543e-07, + "U": 4.5567713491401207e-10, + "K": 6.895227167014184e-10, + "L": 9.685240165424602e-09, + "G": 3.9735721202305285e-07, + "F": 4.646307570510544e-05, + "E": 1.8793477920553414e-06, + "T": 4.8124238674063236e-06, + "P": 0.39670222997665405, + "-": 0.6032406687736511 + }, + "id": "tp_19217" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2402135, + "label": "-", + "classification": { + "B": 3.2869371580090956e-07, + "S": 4.1110052251269735e-08, + "I": 8.187485036614817e-06, + "C": 1.0239012482315957e-07, + "R": 1.320372611246512e-08, + "M": 1.7420927633793326e-06, + "O": 2.004293037316529e-06, + "W": 5.2962942476142416e-08, + "N": 2.1915421655194223e-07, + "Y": 1.0437086530146189e-05, + "U": 3.453047625612271e-09, + "K": 1.2279580907659238e-08, + "L": 6.341289093825253e-08, + "G": 9.87019211606821e-06, + "F": 0.0003880846779793501, + "E": 1.714801874186378e-05, + "T": 9.489237527304795e-06, + "P": 0.30744418501853943, + "-": 0.6921080350875854 + }, + "id": "tp_19218" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2402269, + "label": "-", + "classification": { + "B": 1.656122883275657e-08, + "S": 2.60359778181396e-09, + "I": 5.941419658483937e-06, + "C": 2.2835139645849267e-07, + "R": 2.7355310905363694e-08, + "M": 5.109081030241214e-06, + "O": 4.87549812078214e-07, + "W": 9.785309451615376e-09, + "N": 5.0229260750711546e-08, + "Y": 7.318975985981524e-05, + "U": 2.6574062950146526e-09, + "K": 4.192665326030465e-09, + "L": 2.3933884207849587e-08, + "G": 4.284352598915575e-06, + "F": 3.8759219023631886e-05, + "E": 3.4854431305575417e-06, + "T": 6.702628161292523e-05, + "P": 0.07000082731246948, + "-": 0.9298005104064941 + }, + "id": "tp_19219" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2402402, + "label": "-", + "classification": { + "B": 2.927774221461732e-05, + "S": 6.359520739351865e-06, + "I": 0.0012336821528151631, + "C": 0.00014317706518340856, + "R": 1.1733013707271311e-05, + "M": 0.0007868207758292556, + "O": 6.334017962217331e-05, + "W": 6.26855489826994e-06, + "N": 7.439554610755295e-05, + "Y": 0.0019278262043371797, + "U": 8.06024490884738e-06, + "K": 5.40707515028771e-06, + "L": 2.217581459262874e-05, + "G": 0.0006618414190597832, + "F": 0.0014927461743354797, + "E": 0.0019438071176409721, + "T": 0.0032161090057343245, + "P": 0.39911291003227234, + "-": 0.5892541408538818 + }, + "id": "tp_19220" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2402503, + "label": "-", + "classification": { + "B": 1.0553547014069409e-07, + "S": 2.3308142971245616e-08, + "I": 3.57132958015427e-05, + "C": 1.8792762830344145e-06, + "R": 8.28066788471915e-08, + "M": 1.8351031030761078e-05, + "O": 1.2245359357621055e-06, + "W": 2.8677053620640436e-08, + "N": 8.449922574982338e-07, + "Y": 0.0003299970703665167, + "U": 2.2737399518746315e-08, + "K": 3.175165829816251e-06, + "L": 5.0128797113302426e-08, + "G": 0.00011041259858757257, + "F": 0.0008488348685204983, + "E": 0.0003065075143240392, + "T": 8.981156133813784e-05, + "P": 0.10536377876996994, + "-": 0.892889142036438 + }, + "id": "tp_19221" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2402636, + "label": "-", + "classification": { + "B": 6.022065623945139e-10, + "S": 3.730772080157152e-10, + "I": 1.8060875390801812e-06, + "C": 1.8122142009247e-08, + "R": 1.7145717068345334e-09, + "M": 2.473826725690742e-07, + "O": 4.791434449202825e-08, + "W": 5.107410605553753e-10, + "N": 1.6928204615851428e-08, + "Y": 2.6618285119184293e-05, + "U": 5.579409156908355e-10, + "K": 1.7713690070308985e-08, + "L": 1.3879808413719275e-09, + "G": 1.7858207002063864e-06, + "F": 0.00012048969801981002, + "E": 2.2684891973767662e-06, + "T": 9.513723853160627e-06, + "P": 0.0927463173866272, + "-": 0.9070907831192017 + }, + "id": "tp_19222" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2402769, + "label": "-", + "classification": { + "B": 2.3395929638070356e-10, + "S": 1.0461550375984174e-10, + "I": 1.3630695320898667e-05, + "C": 5.6437528428432415e-08, + "R": 2.803322907141137e-09, + "M": 2.327614367914066e-07, + "O": 2.7432996319021186e-08, + "W": 3.545123361536895e-10, + "N": 8.444721544265121e-08, + "Y": 1.389232693327358e-05, + "U": 6.35472563459416e-10, + "K": 1.8939140034035518e-08, + "L": 5.631135002737153e-10, + "G": 1.7187132925755577e-06, + "F": 4.593647827277891e-05, + "E": 1.3017582205065992e-05, + "T": 7.70407586969668e-06, + "P": 0.264354407787323, + "-": 0.73554927110672 + }, + "id": "tp_19223" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2402903, + "label": "-", + "classification": { + "B": 4.4712641056321445e-07, + "S": 2.0425902746978863e-08, + "I": 0.00040221758536063135, + "C": 2.4630813641124405e-05, + "R": 2.3006650735624135e-06, + "M": 2.9224969694041647e-05, + "O": 3.6414321584743448e-06, + "W": 1.080073772641299e-07, + "N": 4.046852154715452e-06, + "Y": 0.0008327781688421965, + "U": 4.5458324393621297e-07, + "K": 1.9473570773698157e-06, + "L": 7.661919880774803e-07, + "G": 0.00022263516439124942, + "F": 0.0007501851068809628, + "E": 0.0002533769584260881, + "T": 0.0002847864816430956, + "P": 0.13116341829299927, + "-": 0.8660230040550232 + }, + "id": "tp_19224" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2403003, + "label": "-", + "classification": { + "B": 0.00037620877264998853, + "S": 2.48068181463168e-06, + "I": 2.9867838748032227e-05, + "C": 1.790771057130769e-05, + "R": 1.309873141508433e-06, + "M": 0.0003748945309780538, + "O": 0.00019012721895705909, + "W": 2.4622856926725945e-06, + "N": 9.789803243620554e-07, + "Y": 9.584589133737609e-05, + "U": 1.2352707301488408e-07, + "K": 2.012101951720524e-08, + "L": 3.4215310733998194e-05, + "G": 0.0005197643185965717, + "F": 0.0007060328498482704, + "E": 9.512677206657827e-05, + "T": 0.00013297788973432034, + "P": 0.07292230427265167, + "-": 0.9244974851608276 + }, + "id": "tp_19225" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2403136, + "label": "-", + "classification": { + "B": 2.6552320377959404e-06, + "S": 6.015469722342459e-08, + "I": 8.675020944792777e-05, + "C": 7.712423212069552e-06, + "R": 1.63990375767753e-06, + "M": 0.00019951433932874352, + "O": 1.755818993842695e-05, + "W": 1.8495443043775595e-07, + "N": 8.161015330188093e-07, + "Y": 0.0002418912627035752, + "U": 5.247236245509157e-08, + "K": 8.058616884909497e-09, + "L": 4.242122486175504e-06, + "G": 0.00016235490329563618, + "F": 0.0002871694159694016, + "E": 4.841120244236663e-05, + "T": 0.0002995116519741714, + "P": 0.10254411399364471, + "-": 0.8960952758789062 + }, + "id": "tp_19226" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2403270, + "label": "-", + "classification": { + "B": 8.272209925053176e-06, + "S": 1.1737021168300998e-06, + "I": 0.0024203951470553875, + "C": 0.0003588967374525964, + "R": 3.0319668439915404e-05, + "M": 0.00033827582956291735, + "O": 3.288940933998674e-05, + "W": 2.251588512081071e-06, + "N": 4.5642878831131384e-05, + "Y": 0.002389284083619714, + "U": 5.428365511761513e-06, + "K": 5.877959665667731e-06, + "L": 1.4510179425997194e-05, + "G": 0.0009403928415849805, + "F": 0.0023851031437516212, + "E": 0.00124023063108325, + "T": 0.0012110380921512842, + "P": 0.3226504325866699, + "-": 0.6659195423126221 + }, + "id": "tp_19227" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2403403, + "label": "-", + "classification": { + "B": 1.901738905241146e-10, + "S": 4.327829761230362e-11, + "I": 3.7576160138996784e-06, + "C": 1.7990078760021788e-08, + "R": 2.7451610429274353e-10, + "M": 8.863349165721957e-08, + "O": 2.385731434628724e-08, + "W": 5.852259649108404e-11, + "N": 1.672853855438916e-08, + "Y": 4.492761433994019e-07, + "U": 8.359089115339557e-11, + "K": 1.6096093208295414e-11, + "L": 9.674216983057704e-10, + "G": 3.6938124026164587e-07, + "F": 1.7432809045203612e-06, + "E": 5.811526193610916e-07, + "T": 4.824000825465191e-06, + "P": 0.41815170645713806, + "-": 0.5818365216255188 + }, + "id": "tp_19228" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2403504, + "label": "-", + "classification": { + "B": 1.9397693904465996e-05, + "S": 1.8494340110919438e-05, + "I": 0.0032657578121870756, + "C": 0.0004836279258597642, + "R": 8.01954374765046e-05, + "M": 0.0006497045396827161, + "O": 0.0001646472082938999, + "W": 2.268300340801943e-05, + "N": 0.000368854874977842, + "Y": 0.0043203276582062244, + "U": 2.331738141947426e-05, + "K": 0.0004451691929716617, + "L": 1.980228626052849e-05, + "G": 0.0015937706921249628, + "F": 0.011230876669287682, + "E": 0.00617356738075614, + "T": 0.0019884114153683186, + "P": 0.33425334095954895, + "-": 0.6348781585693359 + }, + "id": "tp_19229" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2403637, + "label": "-", + "classification": { + "B": 5.5414864760978694e-15, + "S": 1.3155362724463684e-14, + "I": 6.504414784558321e-09, + "C": 3.7966733923422424e-11, + "R": 2.6010422114752796e-13, + "M": 1.3075215909985616e-10, + "O": 2.0398165795354473e-11, + "W": 8.403857037347917e-14, + "N": 4.1215642010428155e-11, + "Y": 1.2449271480363677e-07, + "U": 6.055947437315704e-14, + "K": 1.3832225365106865e-09, + "L": 2.129237880303149e-14, + "G": 7.661047796148068e-09, + "F": 1.6402929759351537e-05, + "E": 1.7578082633917802e-07, + "T": 1.1046816794646475e-08, + "P": 0.059037379920482635, + "-": 0.9409459233283997 + }, + "id": "tp_19230" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2403770, + "label": "-", + "classification": { + "B": 7.355521915997087e-07, + "S": 3.111038893166551e-07, + "I": 0.0002241886395495385, + "C": 2.8410659069777466e-05, + "R": 1.90472849226353e-06, + "M": 0.00016976278857327998, + "O": 1.8094082406605594e-05, + "W": 4.7667688818364695e-07, + "N": 2.7743992632167647e-06, + "Y": 0.0005820312071591616, + "U": 1.605767181445117e-07, + "K": 6.3186473830967316e-09, + "L": 6.847367330919951e-06, + "G": 8.328295371029526e-05, + "F": 0.00012884780880995095, + "E": 4.9733371270122007e-05, + "T": 0.001178556471131742, + "P": 0.15705689787864685, + "-": 0.8404670357704163 + }, + "id": "tp_19231" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2403904, + "label": "-", + "classification": { + "B": 3.620153421479699e-08, + "S": 9.924231392233196e-08, + "I": 5.1876268116757274e-05, + "C": 6.194711659190943e-07, + "R": 1.1085256801379728e-07, + "M": 5.115211479278514e-06, + "O": 1.5642017388017848e-06, + "W": 7.723480166532681e-08, + "N": 2.0807478904316667e-06, + "Y": 9.765540744410828e-05, + "U": 1.514135661295768e-08, + "K": 8.779030054029135e-07, + "L": 3.814196603002529e-08, + "G": 1.7665233826846816e-05, + "F": 0.0007956660119816661, + "E": 6.305257556959987e-05, + "T": 7.029731204966083e-05, + "P": 0.33730003237724304, + "-": 0.6615931391716003 + }, + "id": "tp_19232" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2404004, + "label": "-", + "classification": { + "B": 9.816354577196762e-06, + "S": 1.837578679442231e-06, + "I": 0.0005020590615458786, + "C": 6.315804057521746e-05, + "R": 2.2092526705819182e-05, + "M": 0.0002793331223074347, + "O": 0.00011034082126570866, + "W": 6.546295935550006e-06, + "N": 1.7157733964268118e-05, + "Y": 0.0018435020465403795, + "U": 4.482320946408436e-06, + "K": 1.4198943063092884e-05, + "L": 1.0075570571643766e-05, + "G": 0.0006356285884976387, + "F": 0.001474266522563994, + "E": 0.0002596296835690737, + "T": 0.0012283475371077657, + "P": 0.06740041077136993, + "-": 0.9261171221733093 + }, + "id": "tp_19233" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2404137, + "label": "-", + "classification": { + "B": 0.00016032488201744854, + "S": 0.0001011704298434779, + "I": 0.007397834677249193, + "C": 0.0013281130231916904, + "R": 0.0005676713772118092, + "M": 0.003457661485299468, + "O": 0.0009437574772164226, + "W": 8.930490002967417e-05, + "N": 0.0006119317258708179, + "Y": 0.008354736492037773, + "U": 8.5044841398485e-05, + "K": 0.00025338525301776826, + "L": 0.00039440765976905823, + "G": 0.012076164595782757, + "F": 0.036743611097335815, + "E": 0.005527259316295385, + "T": 0.007546849083155394, + "P": 0.2578577995300293, + "-": 0.656502902507782 + }, + "id": "tp_19234" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2404271, + "label": "-", + "classification": { + "B": 6.463381396315526e-06, + "S": 1.2716967830783688e-05, + "I": 0.002369886264204979, + "C": 0.00025984595413319767, + "R": 4.343095133663155e-05, + "M": 0.0007059378549456596, + "O": 0.0001941051596077159, + "W": 2.3199872885015793e-05, + "N": 0.0002009834279306233, + "Y": 0.003273899434134364, + "U": 1.740897641866468e-05, + "K": 0.00012089526717318222, + "L": 2.571211734903045e-05, + "G": 0.001084228977560997, + "F": 0.006268645171076059, + "E": 0.0026313508860766888, + "T": 0.0027235986199229956, + "P": 0.27273625135421753, + "-": 0.7073015570640564 + }, + "id": "tp_19235" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2404404, + "label": "-", + "classification": { + "B": 1.940487209139974e-06, + "S": 1.9651442926260643e-06, + "I": 0.0020142144057899714, + "C": 8.939603867474943e-05, + "R": 3.883177487296052e-05, + "M": 0.00018180874758400023, + "O": 5.9485035308171064e-05, + "W": 9.219221283274237e-06, + "N": 9.96871167444624e-05, + "Y": 0.0037342265713959932, + "U": 8.64154935698025e-06, + "K": 0.0001922698284033686, + "L": 6.660779035883024e-06, + "G": 0.0006852317019365728, + "F": 0.0060635837726294994, + "E": 0.0017641676822677255, + "T": 0.0012857993133366108, + "P": 0.20660676062107086, + "-": 0.7771560549736023 + }, + "id": "tp_19236" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2404505, + "label": "-", + "classification": { + "B": 0.00046240631490945816, + "S": 0.00038776296423748136, + "I": 0.03393479809165001, + "C": 0.0024924238678067923, + "R": 0.001511730020865798, + "M": 0.00805436447262764, + "O": 0.00238694716244936, + "W": 0.0005558311240747571, + "N": 0.0035215073730796576, + "Y": 0.038290996104478836, + "U": 0.00039270587149076164, + "K": 0.0011579373385757208, + "L": 0.0007007178501226008, + "G": 0.012003371492028236, + "F": 0.018213167786598206, + "E": 0.014685243368148804, + "T": 0.02891618013381958, + "P": 0.2679547667503357, + "-": 0.5643772482872009 + }, + "id": "tp_19237" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2404638, + "label": "-", + "classification": { + "B": 8.006933967408258e-06, + "S": 1.029867689794628e-06, + "I": 0.003918776288628578, + "C": 0.00017012942407745868, + "R": 1.5112939763639588e-05, + "M": 0.0001367371150990948, + "O": 2.5012448531924747e-05, + "W": 1.7300741319559165e-06, + "N": 0.00015196237654890865, + "Y": 0.003749697934836149, + "U": 3.362627694514231e-06, + "K": 0.00013064629456494004, + "L": 4.167994120507501e-06, + "G": 0.0038094266783446074, + "F": 0.005547389388084412, + "E": 0.013267338275909424, + "T": 0.0006745615391992033, + "P": 0.3836981952190399, + "-": 0.5846866965293884 + }, + "id": "tp_19238" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2404771, + "label": "-", + "classification": { + "B": 6.531071794491083e-10, + "S": 2.6313984324843886e-10, + "I": 1.7771304555935785e-05, + "C": 2.8398962967912666e-06, + "R": 1.6611217290574132e-07, + "M": 9.84997541308985e-07, + "O": 2.1221242718638678e-07, + "W": 2.3085646727594167e-09, + "N": 1.2350201927802118e-07, + "Y": 5.280725963530131e-05, + "U": 8.056990630223027e-09, + "K": 6.398870766588516e-08, + "L": 1.2977377394918221e-08, + "G": 1.0083796951221302e-05, + "F": 0.0002154853573301807, + "E": 6.000386747473385e-06, + "T": 2.0639170543290675e-05, + "P": 0.04244852066040039, + "-": 0.9572242498397827 + }, + "id": "tp_19239" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2404905, + "label": "-", + "classification": { + "B": 6.277003876675735e-07, + "S": 2.0786810637218878e-06, + "I": 0.003625740995630622, + "C": 5.4728960094507784e-05, + "R": 2.036265686911065e-05, + "M": 0.00019667574088089168, + "O": 5.123385926708579e-05, + "W": 6.6622924350667745e-06, + "N": 0.0001216483287862502, + "Y": 0.006957334000617266, + "U": 3.862695848511066e-06, + "K": 0.0001723538589430973, + "L": 3.2337034099327866e-06, + "G": 0.0003857917618006468, + "F": 0.0038491198793053627, + "E": 0.0012705766130238771, + "T": 0.0026220418512821198, + "P": 0.14029353857040405, + "-": 0.8403623700141907 + }, + "id": "tp_19240" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2405005, + "label": "-", + "classification": { + "B": 0.00041838333709165454, + "S": 0.0001770315138855949, + "I": 0.004952799063175917, + "C": 0.0005829971632920206, + "R": 7.798495789756998e-05, + "M": 0.0024872159119695425, + "O": 0.0006856595864519477, + "W": 0.00020132448116783053, + "N": 0.0012105959467589855, + "Y": 0.005156401544809341, + "U": 0.0001706637704046443, + "K": 0.0020424716640263796, + "L": 0.00017365544044878334, + "G": 0.00554392347112298, + "F": 0.02465577982366085, + "E": 0.031399644911289215, + "T": 0.004685651045292616, + "P": 0.41861703991889954, + "-": 0.4967608153820038 + }, + "id": "tp_19241" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2405138, + "label": "-", + "classification": { + "B": 4.5504643253480026e-07, + "S": 1.6181232354028907e-07, + "I": 7.680450653424487e-05, + "C": 5.463143224915257e-06, + "R": 9.911639153870055e-07, + "M": 2.76182090601651e-05, + "O": 9.517528269498143e-06, + "W": 2.1405313077593746e-07, + "N": 1.762457372933568e-06, + "Y": 0.00029676122358068824, + "U": 8.923282734940585e-08, + "K": 2.653553679010656e-07, + "L": 9.132144782597607e-07, + "G": 0.00013398393639363348, + "F": 0.0010865639196708798, + "E": 5.6483710068278015e-05, + "T": 0.00021035093232057989, + "P": 0.14168627560138702, + "-": 0.8564053773880005 + }, + "id": "tp_19242" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2405272, + "label": "-", + "classification": { + "B": 1.3854598364559934e-05, + "S": 5.080937626189552e-06, + "I": 0.0010857635643333197, + "C": 0.0001651456259423867, + "R": 3.162349094054662e-05, + "M": 0.0009915473638102412, + "O": 0.00010585055133560672, + "W": 8.27385883894749e-06, + "N": 6.569684774149209e-05, + "Y": 0.006837912369519472, + "U": 6.16044235357549e-06, + "K": 7.953754538903013e-05, + "L": 1.7671023670118302e-05, + "G": 0.0018701516091823578, + "F": 0.007314067799597979, + "E": 0.0023064566776156425, + "T": 0.002338451100513339, + "P": 0.12693706154823303, + "-": 0.8498197197914124 + }, + "id": "tp_19243" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2405405, + "label": "-", + "classification": { + "B": 3.639022907009348e-05, + "S": 8.856447493599262e-06, + "I": 0.0009016031981445849, + "C": 0.00018746194837149233, + "R": 1.513052120571956e-05, + "M": 0.0023011916782706976, + "O": 0.00012202883954159915, + "W": 4.888886905973777e-06, + "N": 7.331858796533197e-05, + "Y": 0.0048686433583498, + "U": 4.38100778410444e-06, + "K": 8.601528679719195e-05, + "L": 4.7181059926515445e-05, + "G": 0.008076409809291363, + "F": 0.0202117171138525, + "E": 0.016078954562544823, + "T": 0.0037808760534971952, + "P": 0.14959964156150818, + "-": 0.7935951352119446 + }, + "id": "tp_19244" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2405506, + "label": "-", + "classification": { + "B": 0.004024534486234188, + "S": 0.004055136349052191, + "I": 0.011888787150382996, + "C": 0.0020604475867003202, + "R": 0.0007130246958695352, + "M": 0.012802696786820889, + "O": 0.004073505289852619, + "W": 0.0018237136537209153, + "N": 0.005093423184007406, + "Y": 0.02311745658516884, + "U": 0.000632361217867583, + "K": 0.015070755034685135, + "L": 0.0013812598772346973, + "G": 0.037052132189273834, + "F": 0.09757517278194427, + "E": 0.08285009860992432, + "T": 0.01917429082095623, + "P": 0.27628183364868164, + "-": 0.4003293514251709 + }, + "id": "tp_19245" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2405639, + "label": "-", + "classification": { + "B": 6.1475278201328365e-09, + "S": 7.226267584314883e-09, + "I": 1.4391728655027691e-05, + "C": 7.383882234535122e-07, + "R": 5.143032311138995e-08, + "M": 1.6982628494588425e-06, + "O": 3.6215044474374736e-07, + "W": 8.475832480314693e-09, + "N": 2.3335742582730745e-07, + "Y": 0.00010580122034298256, + "U": 1.6618662002088058e-08, + "K": 4.27644749834144e-07, + "L": 2.146148325721242e-08, + "G": 1.4833399291092064e-05, + "F": 0.0007619296666234732, + "E": 2.4637400201754645e-05, + "T": 3.7200159567873925e-05, + "P": 0.1309322714805603, + "-": 0.8681054711341858 + }, + "id": "tp_19246" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2405772, + "label": "-", + "classification": { + "B": 2.9944867492304184e-05, + "S": 1.768539186741691e-05, + "I": 0.004637346602976322, + "C": 6.533609121106565e-05, + "R": 1.525957850390114e-05, + "M": 0.0018345729913562536, + "O": 0.00014103959256317466, + "W": 1.2450728718249593e-05, + "N": 0.00013854344433639199, + "Y": 0.01209564320743084, + "U": 1.8616354964251514e-06, + "K": 3.089106030529365e-05, + "L": 1.8212849681731313e-05, + "G": 0.0018609503749758005, + "F": 0.0031190491281449795, + "E": 0.0027773918118327856, + "T": 0.007386845536530018, + "P": 0.16488005220890045, + "-": 0.8009369373321533 + }, + "id": "tp_19247" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2405906, + "label": "P", + "classification": { + "B": 2.7907385629077908e-06, + "S": 1.388204395880166e-07, + "I": 0.0006133006536401808, + "C": 5.719379714719253e-06, + "R": 7.243413620017236e-07, + "M": 2.4012158974073827e-05, + "O": 5.595405582425883e-06, + "W": 1.9520796001870622e-07, + "N": 1.2098023034923244e-05, + "Y": 0.00015147637168411165, + "U": 2.2718323577919364e-07, + "K": 1.3799980536077783e-07, + "L": 1.085527173927403e-06, + "G": 9.16163480724208e-05, + "F": 0.00010951642616419122, + "E": 0.0003058324509765953, + "T": 0.0001188512978842482, + "P": 0.7629070281982422, + "-": 0.23564979434013367 + }, + "id": "tp_19248" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2406006, + "label": "-", + "classification": { + "B": 3.6184897567181906e-07, + "S": 2.917398376212077e-07, + "I": 0.002216416411101818, + "C": 7.54202701500617e-05, + "R": 1.679510751273483e-05, + "M": 8.928627357818186e-05, + "O": 2.2048621758585796e-05, + "W": 9.57326506068057e-07, + "N": 4.0008482756093144e-05, + "Y": 0.001216622651554644, + "U": 1.3003074172956985e-06, + "K": 2.3984471226867754e-06, + "L": 2.7715905162040144e-06, + "G": 0.0003383780422154814, + "F": 0.0006888253265060484, + "E": 0.0004242790746502578, + "T": 0.000753812666516751, + "P": 0.3525272607803345, + "-": 0.641582727432251 + }, + "id": "tp_19249" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2406139, + "label": "-", + "classification": { + "B": 4.5620719646422e-08, + "S": 1.3420744515713068e-08, + "I": 5.366954792407341e-05, + "C": 9.415023782821663e-07, + "R": 4.971919409513248e-08, + "M": 3.729514219230623e-06, + "O": 4.3187660025978403e-07, + "W": 2.4754024607887004e-08, + "N": 1.3429452110358397e-06, + "Y": 0.00020017271162942052, + "U": 1.3769597906332365e-08, + "K": 5.115509338793345e-06, + "L": 1.3607230009426985e-08, + "G": 6.615016900468618e-05, + "F": 0.001909688813611865, + "E": 0.0007511145668104291, + "T": 2.5356921469210647e-05, + "P": 0.2622167766094208, + "-": 0.7347654104232788 + }, + "id": "tp_19250" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2406273, + "label": "-", + "classification": { + "B": 3.204002041456988e-07, + "S": 3.285110210526909e-07, + "I": 0.0008045175927691162, + "C": 2.523443617974408e-05, + "R": 3.2833891054906417e-06, + "M": 7.688024925300851e-05, + "O": 8.83244319993537e-06, + "W": 7.573750053779804e-07, + "N": 1.3732632396568079e-05, + "Y": 0.0012204258237034082, + "U": 5.588486260421632e-07, + "K": 5.186253019928699e-06, + "L": 9.358792567581986e-07, + "G": 0.0001551133464090526, + "F": 0.001088252174668014, + "E": 0.0003076482971664518, + "T": 0.0003763462882488966, + "P": 0.25892186164855957, + "-": 0.7369897961616516 + }, + "id": "tp_19251" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2406406, + "label": "-", + "classification": { + "B": 5.408791192706985e-09, + "S": 1.4493536371062987e-09, + "I": 1.5045986856421223e-06, + "C": 1.5510202899804426e-08, + "R": 1.182745235084326e-09, + "M": 7.270027140293678e-07, + "O": 3.0398464900827094e-07, + "W": 1.385821568611334e-09, + "N": 1.1130637744827254e-08, + "Y": 6.553778803208843e-06, + "U": 4.677319087598164e-10, + "K": 8.934212397671004e-11, + "L": 1.740575861219895e-08, + "G": 1.1931766721318127e-06, + "F": 1.2139082173234783e-05, + "E": 4.297185682844429e-07, + "T": 2.3725770006421953e-05, + "P": 0.05533529072999954, + "-": 0.9446181654930115 + }, + "id": "tp_19252" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2406507, + "label": "-", + "classification": { + "B": 4.469036696264084e-08, + "S": 2.1259213056623594e-08, + "I": 0.00017056458455044776, + "C": 1.0908197509706952e-05, + "R": 9.874796660369611e-07, + "M": 3.995025690528564e-05, + "O": 3.2738951176725095e-06, + "W": 8.50661407980624e-08, + "N": 1.7958687976715737e-06, + "Y": 0.001946357311680913, + "U": 7.326266882046184e-08, + "K": 1.330144414168899e-06, + "L": 2.042156808101936e-07, + "G": 0.0001340644812444225, + "F": 0.0004763369506690651, + "E": 0.00013846201181877404, + "T": 0.0002869073359761387, + "P": 0.06641098856925964, + "-": 0.9303776621818542 + }, + "id": "tp_19253" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2406640, + "label": "-", + "classification": { + "B": 9.044910598277056e-09, + "S": 2.744068750004658e-09, + "I": 2.942940227512736e-05, + "C": 2.9549614737334196e-06, + "R": 7.172634042262871e-08, + "M": 1.7495633528596954e-06, + "O": 2.881615159822104e-07, + "W": 8.386230376800086e-09, + "N": 4.6312945300996944e-07, + "Y": 3.823827501037158e-05, + "U": 1.6655439694091e-08, + "K": 3.2616284784126037e-07, + "L": 2.002120957911302e-08, + "G": 1.2485149454732891e-05, + "F": 0.0006199104245752096, + "E": 5.6728385970927775e-05, + "T": 1.2666182556131389e-05, + "P": 0.28379228711128235, + "-": 0.715432345867157 + }, + "id": "tp_19254" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2406773, + "label": "-", + "classification": { + "B": 0.00013768007920589298, + "S": 1.845152655732818e-05, + "I": 0.0007895350572653115, + "C": 0.00028141282382421196, + "R": 2.7981490347883664e-05, + "M": 0.00041200281702913344, + "O": 0.00014524687139783055, + "W": 3.977187952841632e-05, + "N": 8.159928256645799e-05, + "Y": 0.002479021670296788, + "U": 3.228562491131015e-05, + "K": 0.0004207027959637344, + "L": 4.188103412161581e-05, + "G": 0.002531709847971797, + "F": 0.028388431295752525, + "E": 0.007602524943649769, + "T": 0.0009024464525282383, + "P": 0.290762335062027, + "-": 0.6649050116539001 + }, + "id": "tp_19255" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2406907, + "label": "-", + "classification": { + "B": 1.1162912869622232e-06, + "S": 1.6498613604198908e-06, + "I": 0.000937946664635092, + "C": 8.829164471535478e-06, + "R": 1.997086428673356e-06, + "M": 6.461751036113128e-05, + "O": 1.6592695828876458e-05, + "W": 2.0242669052095152e-06, + "N": 5.9266338212182745e-05, + "Y": 0.0015010344795882702, + "U": 2.069046104224981e-06, + "K": 6.243699317565188e-05, + "L": 1.0824957143995562e-06, + "G": 0.00016265582235064358, + "F": 0.0017574654193595052, + "E": 0.0014992783544585109, + "T": 0.0007508143316954374, + "P": 0.2377246618270874, + "-": 0.7554445266723633 + }, + "id": "tp_19256" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2407007, + "label": "-", + "classification": { + "B": 3.989835661855068e-08, + "S": 5.989315354781866e-08, + "I": 5.067976235295646e-05, + "C": 6.475441409747873e-07, + "R": 5.103485989366163e-08, + "M": 5.7643801483209245e-06, + "O": 7.479240480279259e-07, + "W": 3.4859489517202746e-08, + "N": 1.714873178570997e-06, + "Y": 0.00017663200560491532, + "U": 2.7586750661612314e-08, + "K": 7.910916224318498e-07, + "L": 3.855489083548491e-08, + "G": 8.439573321084026e-06, + "F": 0.00038186187157407403, + "E": 8.126269676722586e-05, + "T": 0.00010974707402056083, + "P": 0.27900776267051697, + "-": 0.7201735973358154 + }, + "id": "tp_19257" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2407140, + "label": "P", + "classification": { + "B": 1.3769831639365293e-05, + "S": 3.6731403270096052e-06, + "I": 6.484505138359964e-05, + "C": 2.742201559158275e-06, + "R": 5.94028733758023e-07, + "M": 1.9049197362619452e-05, + "O": 3.279490556451492e-05, + "W": 3.005544613188249e-06, + "N": 8.731561138120014e-06, + "Y": 6.038812716724351e-05, + "U": 3.3320020520477556e-07, + "K": 4.337568384471524e-07, + "L": 2.221706381533295e-06, + "G": 6.9491594331339e-05, + "F": 0.0014606794575229287, + "E": 0.00012459828576538712, + "T": 0.00011448959412518889, + "P": 0.660274088382721, + "-": 0.33774399757385254 + }, + "id": "tp_19258" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2407274, + "label": "-", + "classification": { + "B": 1.5710419076775395e-12, + "S": 5.431107820419445e-12, + "I": 1.818349630866578e-07, + "C": 4.860914781801284e-09, + "R": 1.456698789370492e-10, + "M": 3.688732430617847e-09, + "O": 1.7221831738467586e-09, + "W": 4.1637561454255234e-11, + "N": 2.941323407057439e-09, + "Y": 6.170061169541441e-06, + "U": 3.3704209562168685e-11, + "K": 5.944813352698475e-08, + "L": 5.29882387967362e-12, + "G": 8.706625465038087e-08, + "F": 3.127125455648638e-05, + "E": 8.78714274676895e-07, + "T": 7.399149239972758e-07, + "P": 0.035969749093055725, + "-": 0.9639908671379089 + }, + "id": "tp_19259" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2407407, + "label": "-", + "classification": { + "B": 6.982912964303978e-06, + "S": 3.269889475632226e-06, + "I": 0.0007946131518110633, + "C": 6.923139153514057e-05, + "R": 1.205715579999378e-05, + "M": 0.00022530985006596893, + "O": 5.251713810139336e-05, + "W": 4.7246994654415175e-06, + "N": 7.370479579549283e-05, + "Y": 0.002108037704601884, + "U": 4.143421847402351e-06, + "K": 0.00019090659043285996, + "L": 6.6511297518445645e-06, + "G": 0.0012828584294766188, + "F": 0.009720844216644764, + "E": 0.003799483412876725, + "T": 0.0012391398195177317, + "P": 0.20785477757453918, + "-": 0.7725508213043213 + }, + "id": "tp_19260" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2407508, + "label": "-", + "classification": { + "B": 3.5634342698820376e-10, + "S": 4.85457340992923e-10, + "I": 2.276770283060614e-05, + "C": 3.7893153148615966e-06, + "R": 1.941181437814521e-07, + "M": 1.2965972473466536e-06, + "O": 2.4102288875837985e-07, + "W": 5.506676004074507e-09, + "N": 3.3078728733926255e-07, + "Y": 0.00023927009897306561, + "U": 8.794458494776336e-09, + "K": 6.826455319242086e-06, + "L": 3.5219140936959548e-09, + "G": 3.470266528893262e-05, + "F": 0.00029612035723403096, + "E": 8.661881292937323e-05, + "T": 2.680248871911317e-05, + "P": 0.024354934692382812, + "-": 0.9749260544776917 + }, + "id": "tp_19261" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2407641, + "label": "P", + "classification": { + "B": 1.823116946297887e-08, + "S": 1.1895989970867049e-08, + "I": 0.0001359933812636882, + "C": 1.5612205288562109e-06, + "R": 3.5372426765434284e-08, + "M": 2.0942286482750205e-06, + "O": 2.1066108502054703e-07, + "W": 2.0856820270864773e-08, + "N": 6.185485744936159e-06, + "Y": 4.315725527703762e-05, + "U": 2.564987333641966e-08, + "K": 9.509548362984788e-06, + "L": 3.9806846707790555e-09, + "G": 3.881608790834434e-06, + "F": 0.0007255065720528364, + "E": 0.0011705918004736304, + "T": 7.29680232325336e-06, + "P": 0.7217528223991394, + "-": 0.27614113688468933 + }, + "id": "tp_19262" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2407774, + "label": "-", + "classification": { + "B": 7.162754627643153e-06, + "S": 3.2522941182833165e-05, + "I": 0.0004798168083652854, + "C": 8.901343971956521e-05, + "R": 1.5596197044942528e-05, + "M": 0.0004876373568549752, + "O": 0.00023111506015993655, + "W": 2.009927084145602e-05, + "N": 0.00021744880359619856, + "Y": 0.0017961380071938038, + "U": 5.674003205058398e-06, + "K": 0.00037289425381459296, + "L": 7.378027476079296e-06, + "G": 0.0006431327783502638, + "F": 0.021342460066080093, + "E": 0.0025168503634631634, + "T": 0.0016977045452222228, + "P": 0.314068078994751, + "-": 0.6559692025184631 + }, + "id": "tp_19263" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2407908, + "label": "-", + "classification": { + "B": 3.087995281703115e-08, + "S": 3.64412464648467e-08, + "I": 0.0006629720446653664, + "C": 1.003493889584206e-05, + "R": 1.488234147473122e-06, + "M": 3.756535079446621e-05, + "O": 4.607972186931875e-06, + "W": 9.977852499787332e-08, + "N": 6.352770014927955e-06, + "Y": 0.0012432184303179383, + "U": 1.3134102516687562e-07, + "K": 2.8197840151733544e-07, + "L": 2.7847167416439333e-07, + "G": 5.533098374144174e-05, + "F": 0.00011163540330016986, + "E": 5.975549720460549e-05, + "T": 0.0010392622789368033, + "P": 0.1071474626660347, + "-": 0.8896193504333496 + }, + "id": "tp_19264" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2408008, + "label": "-", + "classification": { + "B": 2.5076008114410797e-07, + "S": 3.571177842331963e-07, + "I": 0.0007113893516361713, + "C": 1.6187032088055275e-05, + "R": 2.2207439087651437e-06, + "M": 4.288897252990864e-05, + "O": 6.5873246057890356e-06, + "W": 3.2834913099577534e-07, + "N": 1.5103232726687565e-05, + "Y": 0.0013108751736581326, + "U": 3.006060751431505e-07, + "K": 3.8874077290529385e-06, + "L": 1.1256630614298047e-06, + "G": 0.00022808954236097634, + "F": 0.004549604374915361, + "E": 0.0007447774987667799, + "T": 0.0005665562930516899, + "P": 0.23019075393676758, + "-": 0.7616087794303894 + }, + "id": "tp_19265" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2408141, + "label": "-", + "classification": { + "B": 6.582697498203061e-09, + "S": 1.853958053743554e-08, + "I": 8.081655323621817e-06, + "C": 1.972091752122651e-07, + "R": 9.79880354634588e-09, + "M": 3.864824520860566e-06, + "O": 5.77615878682991e-07, + "W": 8.642434323746784e-09, + "N": 2.130772287500804e-07, + "Y": 4.99020388815552e-05, + "U": 5.2279327533710784e-09, + "K": 2.409909072298433e-08, + "L": 1.829680051912419e-08, + "G": 4.125360192119842e-06, + "F": 7.49863829696551e-05, + "E": 1.0208213097939733e-05, + "T": 0.00011692746193148196, + "P": 0.1689952313899994, + "-": 0.8307356238365173 + }, + "id": "tp_19266" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2408275, + "label": "-", + "classification": { + "B": 4.349679443294008e-07, + "S": 3.135810970888997e-07, + "I": 0.00021866026509087533, + "C": 3.821493919531349e-06, + "R": 5.092089168101666e-07, + "M": 9.54385814111447e-06, + "O": 4.209845428704284e-06, + "W": 3.767461862480559e-07, + "N": 1.2929856893606484e-05, + "Y": 0.0007335774134844542, + "U": 4.4922833808414e-07, + "K": 2.987851985380985e-05, + "L": 1.534034339556456e-07, + "G": 8.22322181193158e-05, + "F": 0.0013322934973984957, + "E": 0.00056471984134987, + "T": 0.00023835926549509168, + "P": 0.21222485601902008, + "-": 0.7845426797866821 + }, + "id": "tp_19267" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2408375, + "label": "-", + "classification": { + "B": 8.952437724474294e-07, + "S": 7.174740517257305e-07, + "I": 0.0016571619780734181, + "C": 5.2735635108547285e-05, + "R": 1.1770928722398821e-05, + "M": 9.975981083698571e-05, + "O": 1.8354492567596026e-05, + "W": 1.7250680457436829e-06, + "N": 5.483957284013741e-05, + "Y": 0.0028224848210811615, + "U": 2.0457791833905503e-06, + "K": 3.177659891662188e-05, + "L": 1.8650192714630975e-06, + "G": 0.0005025949794799089, + "F": 0.002610838506370783, + "E": 0.001058766501955688, + "T": 0.0007201757980510592, + "P": 0.265732079744339, + "-": 0.724619448184967 + }, + "id": "tp_19268" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2408509, + "label": "-", + "classification": { + "B": 1.9140502516279412e-08, + "S": 3.873019949196532e-08, + "I": 7.287899643415585e-05, + "C": 3.5653267786983633e-06, + "R": 1.688216713091606e-07, + "M": 6.219967872311827e-06, + "O": 1.417544126525172e-06, + "W": 5.205122022289288e-08, + "N": 4.616912974597653e-06, + "Y": 0.00014850380830466747, + "U": 7.43545740533591e-08, + "K": 7.669721526326612e-06, + "L": 4.4785451791540254e-08, + "G": 2.3042972316034138e-05, + "F": 0.0007947323611006141, + "E": 0.00021290250879246742, + "T": 7.634564826730639e-05, + "P": 0.23139110207557678, + "-": 0.767256498336792 + }, + "id": "tp_19269" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2408642, + "label": "-", + "classification": { + "B": 9.160622260750984e-10, + "S": 4.090553229474381e-09, + "I": 6.132081011855917e-07, + "C": 3.315572172368775e-08, + "R": 3.782847812772161e-09, + "M": 3.6862533647763485e-07, + "O": 2.2373423291810468e-07, + "W": 3.895907152440259e-09, + "N": 2.1673331573879295e-08, + "Y": 8.025716851989273e-06, + "U": 6.334603397384342e-10, + "K": 1.0141321560297456e-08, + "L": 2.3208657218276585e-09, + "G": 4.859278988078586e-07, + "F": 0.00020098996174056083, + "E": 4.918683202959073e-07, + "T": 1.4550586456607562e-05, + "P": 0.08738695830106735, + "-": 0.9123871326446533 + }, + "id": "tp_19270" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2408775, + "label": "-", + "classification": { + "B": 9.789684554561973e-06, + "S": 1.5534694739471888e-06, + "I": 0.00013540199142880738, + "C": 4.158338470006129e-06, + "R": 2.401980907507095e-07, + "M": 0.00015978782903403044, + "O": 1.5798355889273807e-05, + "W": 6.626972890444449e-07, + "N": 9.04904845810961e-06, + "Y": 0.00027135293930768967, + "U": 1.5221554861000186e-07, + "K": 2.5617682695155963e-06, + "L": 1.0805105148392613e-06, + "G": 0.00019832262478303164, + "F": 0.0008323172805830836, + "E": 0.0012096755672246218, + "T": 0.000273637444479391, + "P": 0.30732911825180054, + "-": 0.6895452737808228 + }, + "id": "tp_19271" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2408876, + "label": "-", + "classification": { + "B": 3.2519120729546103e-10, + "S": 1.0254106591611745e-10, + "I": 1.7032336472766474e-05, + "C": 2.9399123135931404e-08, + "R": 1.2587849651524152e-09, + "M": 7.920805842331902e-07, + "O": 1.544781191853417e-08, + "W": 2.1224218216264745e-10, + "N": 6.26460945341023e-08, + "Y": 5.6587210565339774e-05, + "U": 2.0574433823306038e-10, + "K": 4.744214265883784e-08, + "L": 3.627949884954518e-10, + "G": 4.606331003742525e-06, + "F": 4.850155164604075e-05, + "E": 0.00011064708087360486, + "T": 1.482722109358292e-05, + "P": 0.15079616010189056, + "-": 0.8489507436752319 + }, + "id": "tp_19272" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2409009, + "label": "-", + "classification": { + "B": 1.5379052911157487e-06, + "S": 5.16414615958638e-07, + "I": 0.0006162046920508146, + "C": 2.617503923829645e-05, + "R": 3.0023495583009208e-06, + "M": 3.56256277882494e-05, + "O": 9.074044100998435e-06, + "W": 8.580131520830037e-07, + "N": 2.643790685397107e-05, + "Y": 0.0008964528096839786, + "U": 1.874544977908954e-06, + "K": 1.2901467016490642e-05, + "L": 2.0717072857223684e-06, + "G": 0.0002904141438193619, + "F": 0.0023171682842075825, + "E": 0.0013715302338823676, + "T": 0.00030547037022188306, + "P": 0.48705077171325684, + "-": 0.5070318579673767 + }, + "id": "tp_19273" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2409142, + "label": "-", + "classification": { + "B": 6.639296316279797e-06, + "S": 1.7509357348899357e-05, + "I": 0.0011679641902446747, + "C": 0.00016092063742689788, + "R": 2.9463570172083564e-05, + "M": 0.0001839284523157403, + "O": 0.00011417742643970996, + "W": 1.969090044440236e-05, + "N": 0.00018423762230668217, + "Y": 0.0017113119829446077, + "U": 1.3178607332520187e-05, + "K": 0.000259256805293262, + "L": 9.720799425849691e-06, + "G": 0.0004925773246213794, + "F": 0.012437445111572742, + "E": 0.001236180542036891, + "T": 0.0012249560095369816, + "P": 0.32298436760902405, + "-": 0.6577463746070862 + }, + "id": "tp_19274" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2409276, + "label": "-", + "classification": { + "B": 1.4583049050997943e-05, + "S": 1.786963730410207e-05, + "I": 0.0007020220509730279, + "C": 3.841132638626732e-05, + "R": 6.863200724183116e-06, + "M": 0.0006838276167400181, + "O": 0.00012459342542570084, + "W": 1.0343100257159676e-05, + "N": 5.330453859642148e-05, + "Y": 0.0009763188427314162, + "U": 2.772711241050274e-06, + "K": 4.179165443929378e-06, + "L": 2.0145213056821376e-05, + "G": 0.0003469916118774563, + "F": 0.002350687747821212, + "E": 0.0010213649366050959, + "T": 0.001950682606548071, + "P": 0.3671181797981262, + "-": 0.6245569586753845 + }, + "id": "tp_19275" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2409376, + "label": "-", + "classification": { + "B": 0.00022302170691546053, + "S": 0.00016911415150389075, + "I": 0.0032413220033049583, + "C": 0.00037083736970089376, + "R": 0.0003229031863156706, + "M": 0.0009832130745053291, + "O": 0.0011933388886973262, + "W": 0.00019995085312984884, + "N": 0.0005104589508846402, + "Y": 0.007909752428531647, + "U": 7.195560465333983e-05, + "K": 0.0002441848337184638, + "L": 0.00018467051268089563, + "G": 0.0027850267942994833, + "F": 0.017460405826568604, + "E": 0.0012037643464282155, + "T": 0.007659769617021084, + "P": 0.23440247774124146, + "-": 0.7208638787269592 + }, + "id": "tp_19276" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2409510, + "label": "P", + "classification": { + "B": 5.026511207262274e-09, + "S": 3.861766906254616e-09, + "I": 1.7611260773264803e-05, + "C": 2.2600241322834336e-07, + "R": 1.737815935598519e-08, + "M": 2.1609481848372525e-07, + "O": 1.2155693696058734e-07, + "W": 4.662322528048435e-09, + "N": 6.370901814989338e-07, + "Y": 8.329767297254875e-06, + "U": 2.502119622604937e-09, + "K": 1.2885878675206186e-07, + "L": 1.7072412372698409e-09, + "G": 5.2063951443415135e-06, + "F": 0.00041297051939181983, + "E": 2.2702248315908946e-05, + "T": 5.7622291933512315e-06, + "P": 0.7049243450164795, + "-": 0.2946017384529114 + }, + "id": "tp_19277" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2409643, + "label": "-", + "classification": { + "B": 1.2419023732945789e-05, + "S": 1.7709684470901266e-05, + "I": 0.006264884490519762, + "C": 0.0011349287815392017, + "R": 0.00022155629994813353, + "M": 0.0004232696373946965, + "O": 0.00017472548643127084, + "W": 2.7335599952493794e-05, + "N": 0.0006712534232065082, + "Y": 0.004558876156806946, + "U": 3.276795177953318e-05, + "K": 0.00045218801824375987, + "L": 2.8937092793057673e-05, + "G": 0.0014056757790967822, + "F": 0.012016359716653824, + "E": 0.0058471933007240295, + "T": 0.0016974752070382237, + "P": 0.35528984665870667, + "-": 0.6097225546836853 + }, + "id": "tp_19278" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2409776, + "label": "-", + "classification": { + "B": 2.3431725821865257e-06, + "S": 6.592828754037328e-07, + "I": 0.00017296957958023995, + "C": 5.806765693705529e-05, + "R": 6.551677870447747e-06, + "M": 9.859401325229555e-05, + "O": 1.758960570441559e-05, + "W": 1.3940150438429555e-06, + "N": 1.1010559319402091e-05, + "Y": 0.0023210986983031034, + "U": 9.285858482144249e-07, + "K": 6.238323112484068e-05, + "L": 2.0258983113308204e-06, + "G": 0.0008678524754941463, + "F": 0.011455876752734184, + "E": 0.0009876586263999343, + "T": 0.0005130888312123716, + "P": 0.1168576329946518, + "-": 0.8665623664855957 + }, + "id": "tp_19279" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2409877, + "label": "-", + "classification": { + "B": 3.252059173064481e-07, + "S": 7.339382079862844e-08, + "I": 0.00033606134820729494, + "C": 1.868720937636681e-05, + "R": 5.449255127132346e-07, + "M": 1.8056507542496547e-05, + "O": 1.9945116491726367e-06, + "W": 1.296116209914544e-07, + "N": 1.0150858543056529e-05, + "Y": 0.0002584656758699566, + "U": 3.27480023543103e-07, + "K": 5.968372533970978e-06, + "L": 2.5965636041291873e-07, + "G": 5.323201548890211e-05, + "F": 0.0015206619864329696, + "E": 0.0003185256209690124, + "T": 0.00010705561726354063, + "P": 0.35766348242759705, + "-": 0.639685869216919 + }, + "id": "tp_19280" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2410010, + "label": "-", + "classification": { + "B": 4.907982429358526e-07, + "S": 1.0222481705568498e-06, + "I": 0.0024795369245111942, + "C": 6.603436486329883e-05, + "R": 7.895891030784696e-06, + "M": 6.916541315149516e-05, + "O": 1.8947474018204957e-05, + "W": 1.4370712051459122e-06, + "N": 9.294379560742527e-05, + "Y": 0.001124665723182261, + "U": 3.396835609237314e-06, + "K": 1.260761473531602e-05, + "L": 2.8126160032115877e-06, + "G": 0.0002988501510117203, + "F": 0.0014217899879440665, + "E": 0.0013046107487753034, + "T": 0.0009654106688685715, + "P": 0.39514097571372986, + "-": 0.5969874262809753 + }, + "id": "tp_19281" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2410143, + "label": "-", + "classification": { + "B": 5.574027639454471e-08, + "S": 1.1456964443823381e-07, + "I": 0.00023219767899718136, + "C": 1.3504200978786685e-05, + "R": 8.122798931253783e-07, + "M": 7.344701589317992e-05, + "O": 5.27181509824004e-06, + "W": 2.589461871593812e-07, + "N": 7.822372936061583e-06, + "Y": 0.0006751975161023438, + "U": 2.5391443614353193e-07, + "K": 1.940340553119313e-05, + "L": 3.028926869319548e-07, + "G": 0.00015423024888150394, + "F": 0.0012559720780700445, + "E": 0.0006495072739198804, + "T": 0.00030894126393832266, + "P": 0.1073339581489563, + "-": 0.8892686367034912 + }, + "id": "tp_19282" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2410277, + "label": "P", + "classification": { + "B": 9.124858735276575e-08, + "S": 2.665692022674193e-07, + "I": 4.114895637030713e-05, + "C": 3.878294137393823e-06, + "R": 6.033318413756206e-07, + "M": 8.560970741200435e-07, + "O": 3.3349172099406132e-06, + "W": 4.575614696022967e-07, + "N": 5.590221462625777e-06, + "Y": 7.711376383667812e-05, + "U": 1.1339101746443703e-07, + "K": 7.240668765007285e-06, + "L": 7.082739017505446e-08, + "G": 2.516906533855945e-05, + "F": 0.007334146648645401, + "E": 9.750798199092969e-05, + "T": 2.273185054946225e-05, + "P": 0.5967528820037842, + "-": 0.39562681317329407 + }, + "id": "tp_19283" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2410377, + "label": "-", + "classification": { + "B": 7.49621312289353e-14, + "S": 2.845188819787514e-13, + "I": 5.2952668028183325e-08, + "C": 2.579449709383397e-10, + "R": 4.287150062037837e-12, + "M": 1.3001552057190224e-09, + "O": 1.7871347457454334e-10, + "W": 1.2090063108635696e-12, + "N": 1.915488045955982e-10, + "Y": 1.1092694762737665e-07, + "U": 7.029979354720994e-13, + "K": 7.290859027619945e-10, + "L": 5.12378713676126e-13, + "G": 5.171603589815277e-09, + "F": 1.7290536561631598e-05, + "E": 1.747867486301402e-07, + "T": 7.17827006724292e-08, + "P": 0.09210360795259476, + "-": 0.9078786373138428 + }, + "id": "tp_19284" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2410511, + "label": "P", + "classification": { + "B": 1.8068719853658877e-08, + "S": 2.1027285868058243e-07, + "I": 0.00220150756649673, + "C": 6.17467776464764e-07, + "R": 1.549736339256924e-07, + "M": 1.148910632764455e-05, + "O": 2.2166802864376223e-06, + "W": 1.0009534179289403e-07, + "N": 5.689926183549687e-05, + "Y": 0.0006097496370784938, + "U": 2.1684696704937778e-08, + "K": 3.360165010235505e-06, + "L": 3.138233850563665e-08, + "G": 1.3780998415313661e-05, + "F": 0.00021688071137759835, + "E": 0.00027511880034580827, + "T": 0.00028141523944213986, + "P": 0.6607081294059753, + "-": 0.3356183171272278 + }, + "id": "tp_19285" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2410644, + "label": "-", + "classification": { + "B": 4.8501997557126586e-11, + "S": 3.825760194753336e-11, + "I": 6.25286247668555e-06, + "C": 8.805767670594378e-09, + "R": 7.086312647786031e-10, + "M": 1.1316586778775672e-07, + "O": 7.700769799612317e-09, + "W": 1.7219674297574983e-10, + "N": 2.1509491077154053e-08, + "Y": 8.819345566735137e-06, + "U": 8.425302122638811e-11, + "K": 1.5711188794398367e-08, + "L": 3.423272429414759e-11, + "G": 2.62183732502308e-07, + "F": 1.2732831237372011e-05, + "E": 3.4154254535678774e-06, + "T": 3.5993771234643646e-06, + "P": 0.2203017622232437, + "-": 0.7796630263328552 + }, + "id": "tp_19286" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2410777, + "label": "-", + "classification": { + "B": 1.516712172522361e-10, + "S": 3.9808940865970754e-11, + "I": 7.680140470256447e-07, + "C": 2.585927694198631e-09, + "R": 8.056642158971172e-11, + "M": 1.3854666747192823e-07, + "O": 2.440261503977581e-08, + "W": 1.4916606838610846e-10, + "N": 4.181026636018714e-09, + "Y": 6.263895784286433e-07, + "U": 2.924675432391943e-11, + "K": 2.4870555614953105e-10, + "L": 4.1389716654016695e-10, + "G": 3.572605180579558e-07, + "F": 2.7555268388823606e-05, + "E": 1.458544033994258e-06, + "T": 1.593278398104303e-06, + "P": 0.1876765489578247, + "-": 0.8122908473014832 + }, + "id": "tp_19287" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2410878, + "label": "-", + "classification": { + "B": 5.968345107021378e-08, + "S": 5.42100941913759e-08, + "I": 5.6216878874693066e-05, + "C": 1.3547452908824198e-05, + "R": 4.690385537742259e-07, + "M": 9.211885299009737e-06, + "O": 2.0285156097088475e-06, + "W": 1.2811213423447043e-07, + "N": 2.673139761100174e-06, + "Y": 0.00018602762429509312, + "U": 1.362471238053331e-07, + "K": 6.1582709349750075e-06, + "L": 1.1127868049243261e-07, + "G": 6.49228022666648e-05, + "F": 0.003516976023092866, + "E": 0.00026613715454004705, + "T": 3.5665529139805585e-05, + "P": 0.22271206974983215, + "-": 0.7731274366378784 + }, + "id": "tp_19288" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2411011, + "label": "-", + "classification": { + "B": 4.807503679003788e-13, + "S": 9.762827211153707e-14, + "I": 1.131177668867167e-06, + "C": 3.820126437403815e-09, + "R": 6.614164771434616e-11, + "M": 1.6967557359137686e-09, + "O": 1.617511541374128e-10, + "W": 1.7798107822611375e-12, + "N": 9.72728897430386e-10, + "Y": 4.4723222458742384e-07, + "U": 7.010881892394183e-12, + "K": 7.956494352256982e-10, + "L": 1.665636920923641e-12, + "G": 2.0750512419454026e-08, + "F": 4.9810801101557445e-06, + "E": 3.034875817320426e-07, + "T": 1.7664750373569404e-07, + "P": 0.19629105925559998, + "-": 0.8037018179893494 + }, + "id": "tp_19289" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2411144, + "label": "P", + "classification": { + "B": 5.592885043981255e-10, + "S": 3.8411154812401094e-10, + "I": 1.3811365533911157e-05, + "C": 1.3254609632085135e-09, + "R": 2.0121697363872926e-10, + "M": 4.077316617667748e-08, + "O": 1.6878512809626045e-08, + "W": 8.700497544644747e-10, + "N": 2.427389347303688e-07, + "Y": 7.067127398840967e-07, + "U": 2.0300333636313894e-10, + "K": 5.692810844948326e-08, + "L": 5.768240746162334e-11, + "G": 1.1141327860286765e-07, + "F": 1.7698173905955628e-05, + "E": 1.3819429113937076e-05, + "T": 6.137942136774655e-07, + "P": 0.9347944259643555, + "-": 0.06515838950872421 + }, + "id": "tp_19290" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2411278, + "label": "P", + "classification": { + "B": 2.9781767330039344e-12, + "S": 1.7838718349705296e-11, + "I": 1.4872905921947677e-05, + "C": 1.1102319064093535e-09, + "R": 3.0938401146540784e-11, + "M": 8.075175528254874e-10, + "O": 1.9724330502235432e-10, + "W": 1.349741152179007e-11, + "N": 1.7299284138516668e-07, + "Y": 4.346889070916404e-08, + "U": 1.2607706545431085e-11, + "K": 3.4911300517137533e-09, + "L": 2.3221596087003027e-12, + "G": 6.947895592190889e-09, + "F": 3.7744248402304947e-06, + "E": 7.113729225238785e-06, + "T": 1.8308060845129148e-08, + "P": 0.9928286671638489, + "-": 0.0071453433483839035 + }, + "id": "tp_19291" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2411378, + "label": "-", + "classification": { + "B": 3.0911544435241467e-09, + "S": 6.0437423954340375e-09, + "I": 3.8519365261890925e-06, + "C": 2.998722550273669e-07, + "R": 3.562285399993925e-08, + "M": 1.1374363566574175e-06, + "O": 3.356463196269033e-07, + "W": 6.335962865477995e-09, + "N": 8.61343778524315e-08, + "Y": 7.086426921887323e-05, + "U": 4.888661919721926e-09, + "K": 1.1834721647119295e-08, + "L": 1.6168126393267812e-08, + "G": 1.7028352203851682e-06, + "F": 6.549100362462923e-05, + "E": 1.9671306290547363e-06, + "T": 8.029889431782067e-05, + "P": 0.05373159423470497, + "-": 0.9460422992706299 + }, + "id": "tp_19292" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2411512, + "label": "-", + "classification": { + "B": 1.6937878877243406e-09, + "S": 3.1102111996972326e-09, + "I": 2.2811982489656657e-05, + "C": 3.0018543384358054e-07, + "R": 3.454590924434342e-08, + "M": 1.2081090972060338e-06, + "O": 1.7572409660715493e-07, + "W": 1.4785525692673218e-08, + "N": 4.889820957032498e-07, + "Y": 0.00020858652715105563, + "U": 8.32766033909138e-09, + "K": 8.68447659740923e-06, + "L": 1.7106285277179722e-09, + "G": 4.5389006118057296e-06, + "F": 0.0005166131886653602, + "E": 2.726167622313369e-05, + "T": 3.463889515842311e-05, + "P": 0.14164350926876068, + "-": 0.8575311303138733 + }, + "id": "tp_19293" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2411645, + "label": "-", + "classification": { + "B": 2.8030600063289057e-08, + "S": 8.931308137505312e-09, + "I": 5.378358309826581e-06, + "C": 2.3158263218192587e-07, + "R": 7.731127737997667e-09, + "M": 6.735850774930441e-07, + "O": 2.386030075740564e-07, + "W": 6.441819966340745e-09, + "N": 1.8610440122301952e-07, + "Y": 2.1255311366985552e-05, + "U": 5.884460030358696e-09, + "K": 1.7779660765882e-07, + "L": 9.865806838149638e-09, + "G": 6.335254965961212e-06, + "F": 0.0006399439298547804, + "E": 5.215835335548036e-05, + "T": 1.0027878488472197e-05, + "P": 0.317231684923172, + "-": 0.6820316910743713 + }, + "id": "tp_19294" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2411778, + "label": "P", + "classification": { + "B": 6.3654441282865945e-15, + "S": 2.5112610897563316e-14, + "I": 1.5780553894728655e-06, + "C": 6.334237023786216e-10, + "R": 7.245338443789828e-12, + "M": 1.4212557519766023e-10, + "O": 1.6499399069225262e-11, + "W": 6.314224723592485e-14, + "N": 2.1465917932061984e-09, + "Y": 2.9393886435968852e-08, + "U": 1.6186150455978904e-13, + "K": 1.1616949589787762e-11, + "L": 1.293945148510972e-13, + "G": 1.931137916244552e-09, + "F": 7.518618758695084e-07, + "E": 2.8083707803716607e-08, + "T": 4.495499794643365e-08, + "P": 0.8497033715248108, + "-": 0.15029427409172058 + }, + "id": "tp_19295" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2411879, + "label": "P", + "classification": { + "B": 3.03398556278367e-10, + "S": 1.5872397840510644e-10, + "I": 5.170163603906985e-07, + "C": 3.3542443822476287e-10, + "R": 9.208724928433387e-12, + "M": 6.52728404659797e-09, + "O": 5.911380274170597e-09, + "W": 1.4960077621140044e-10, + "N": 1.2787359615629157e-08, + "Y": 7.562966430896267e-08, + "U": 2.1141149594838815e-11, + "K": 1.1780756370427525e-09, + "L": 2.406239270336119e-11, + "G": 2.9013648372711032e-08, + "F": 2.7347830837243237e-05, + "E": 2.333866177650634e-06, + "T": 2.2214977946077852e-07, + "P": 0.7072555422782898, + "-": 0.29271388053894043 + }, + "id": "tp_19296" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2412012, + "label": "P", + "classification": { + "B": 1.167315029360072e-11, + "S": 5.798225614916941e-12, + "I": 2.276166014780756e-06, + "C": 6.1399943289408565e-12, + "R": 7.073910684649021e-13, + "M": 1.3917744734470716e-10, + "O": 3.238842180564028e-11, + "W": 1.0269535872728386e-12, + "N": 3.386438862662544e-08, + "Y": 2.2703082469544e-10, + "U": 3.536150864312526e-13, + "K": 8.631045531060089e-12, + "L": 1.9874903047119308e-13, + "G": 5.345331399730924e-10, + "F": 1.9569730724811052e-08, + "E": 2.2581136249755218e-07, + "T": 7.655129863337606e-09, + "P": 0.999434769153595, + "-": 0.0005626344354823232 + }, + "id": "tp_19297" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2412145, + "label": "-", + "classification": { + "B": 7.60456053683356e-09, + "S": 1.6975968408772246e-09, + "I": 1.982652429433074e-05, + "C": 1.3364201549848076e-06, + "R": 2.9218504948858026e-08, + "M": 2.3992326987354318e-06, + "O": 2.0064021555299405e-07, + "W": 3.5510623330736735e-09, + "N": 2.5506389533802576e-07, + "Y": 4.364346750662662e-05, + "U": 8.496001235869244e-09, + "K": 1.277372916774766e-06, + "L": 1.2009652827771333e-08, + "G": 3.428451964282431e-05, + "F": 0.0010115926852449775, + "E": 0.00015611287381034344, + "T": 1.323294509347761e-05, + "P": 0.18168798089027405, + "-": 0.817027747631073 + }, + "id": "tp_19298" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2412279, + "label": "-", + "classification": { + "B": 4.599462588572578e-09, + "S": 7.898740328471376e-09, + "I": 1.5156922017922625e-05, + "C": 3.896376483680797e-07, + "R": 2.8041469590789347e-08, + "M": 6.627618063248519e-07, + "O": 4.0810584778228076e-07, + "W": 1.5968012689882016e-08, + "N": 6.057324526409502e-07, + "Y": 4.491306026466191e-05, + "U": 7.384206579530428e-09, + "K": 1.210225264003384e-06, + "L": 4.218917659670751e-09, + "G": 5.8688306125986855e-06, + "F": 0.0010170366149395704, + "E": 5.201318344916217e-05, + "T": 7.485466994694434e-06, + "P": 0.2773737609386444, + "-": 0.7214804291725159 + }, + "id": "tp_19299" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2412379, + "label": "-", + "classification": { + "B": 6.82765372017613e-11, + "S": 5.525188639943224e-10, + "I": 3.064941120101139e-05, + "C": 7.70712418329822e-08, + "R": 1.8520077915695765e-08, + "M": 1.666405040623431e-07, + "O": 1.0507559977668279e-07, + "W": 8.795761341495734e-10, + "N": 4.337463508363726e-07, + "Y": 1.9251014236942865e-05, + "U": 1.2003522620318563e-09, + "K": 9.965848590809401e-08, + "L": 3.0833943731600755e-10, + "G": 8.714225714356871e-07, + "F": 3.75107119907625e-05, + "E": 4.319768777349964e-06, + "T": 1.5897627235972323e-05, + "P": 0.1282682865858078, + "-": 0.8716222643852234 + }, + "id": "tp_19300" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2412513, + "label": "P", + "classification": { + "B": 2.737829130072811e-10, + "S": 1.3873981130618773e-10, + "I": 9.641375072533265e-05, + "C": 1.8433043180721143e-07, + "R": 1.0369759273487489e-08, + "M": 8.840038390189875e-08, + "O": 2.0809743261906988e-08, + "W": 4.692441990528096e-10, + "N": 6.015383178237244e-07, + "Y": 8.612691999587696e-06, + "U": 7.645492017260835e-10, + "K": 2.7175415695523952e-08, + "L": 4.5838466355974106e-10, + "G": 8.933291724133596e-07, + "F": 4.4011416321154684e-05, + "E": 2.4386816221522167e-05, + "T": 1.824956825657864e-06, + "P": 0.7626185417175293, + "-": 0.23720429837703705 + }, + "id": "tp_19301" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2412646, + "label": "-", + "classification": { + "B": 8.617188740345227e-09, + "S": 7.411173008620153e-09, + "I": 7.920348434709013e-05, + "C": 4.890917807642836e-06, + "R": 5.491315846484213e-07, + "M": 8.547252150492568e-07, + "O": 3.3064119975279027e-07, + "W": 2.61389292433023e-08, + "N": 9.947870012183557e-07, + "Y": 0.00016433691780548543, + "U": 6.946848429834063e-08, + "K": 1.2252543228896684e-06, + "L": 5.5351630834366006e-08, + "G": 2.991439396282658e-05, + "F": 0.0018318488728255033, + "E": 4.589356467477046e-05, + "T": 2.4704582756385207e-05, + "P": 0.36328059434890747, + "-": 0.6345343589782715 + }, + "id": "tp_19302" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2412779, + "label": "-", + "classification": { + "B": 2.749948180280626e-07, + "S": 2.0922657029132097e-07, + "I": 0.0005937634268775582, + "C": 2.0436797058209777e-05, + "R": 2.4200362531701103e-06, + "M": 1.8118071238859557e-05, + "O": 7.658472895855084e-06, + "W": 7.907657959549397e-07, + "N": 2.1611676856991835e-05, + "Y": 0.00023501127725467086, + "U": 6.277117563513457e-07, + "K": 1.0198658856097609e-05, + "L": 5.13962277182145e-07, + "G": 8.806962432572618e-05, + "F": 0.003298734547570348, + "E": 0.00033995823469012976, + "T": 0.00010491702414583415, + "P": 0.33039799332618713, + "-": 0.6648586392402649 + }, + "id": "tp_19303" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2412880, + "label": "-", + "classification": { + "B": 5.85225201632511e-11, + "S": 4.0189539196600066e-11, + "I": 9.42982023843797e-06, + "C": 6.163630672517684e-08, + "R": 1.0665115457442198e-09, + "M": 1.1411605527200663e-07, + "O": 1.692896667293553e-08, + "W": 1.4496015499076975e-10, + "N": 6.556822285119779e-08, + "Y": 3.645188371592667e-06, + "U": 3.2212263412212394e-10, + "K": 6.938999597139173e-09, + "L": 2.874618876269608e-10, + "G": 5.357489385460212e-07, + "F": 4.3631665903376415e-05, + "E": 6.190765361679951e-06, + "T": 2.5580636702215998e-06, + "P": 0.25781258940696716, + "-": 0.742121160030365 + }, + "id": "tp_19304" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2413013, + "label": "P", + "classification": { + "B": 1.9580863597212783e-09, + "S": 6.599091761927411e-08, + "I": 0.00040448177605867386, + "C": 7.351467843363935e-07, + "R": 1.2547860706035863e-07, + "M": 3.2532400950913143e-07, + "O": 4.406009850299597e-07, + "W": 3.819982552499823e-08, + "N": 1.9597586288000457e-05, + "Y": 6.344124813040253e-06, + "U": 1.458174825330616e-08, + "K": 7.922033660179295e-07, + "L": 4.711345535923783e-09, + "G": 1.7519270159027656e-06, + "F": 0.00016572825552430004, + "E": 1.3618535376735963e-05, + "T": 1.1117967005702667e-05, + "P": 0.8564798831939697, + "-": 0.14289496839046478 + }, + "id": "tp_19305" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2413146, + "label": "P", + "classification": { + "B": 7.703793926339131e-06, + "S": 7.499214461859083e-06, + "I": 0.0012960745953023434, + "C": 9.84163852990605e-06, + "R": 5.9994522416673135e-06, + "M": 3.135445876978338e-05, + "O": 4.5143231545807794e-05, + "W": 6.395922355295625e-06, + "N": 0.00010361937165725976, + "Y": 0.0003213882737327367, + "U": 2.3739846710668644e-06, + "K": 4.055655608681263e-06, + "L": 3.6218696095602354e-06, + "G": 5.5971115216379985e-05, + "F": 0.0011380286887288094, + "E": 0.00018446167814545333, + "T": 0.0008042495464906096, + "P": 0.6770640015602112, + "-": 0.3189082145690918 + }, + "id": "tp_19306" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2413280, + "label": "P", + "classification": { + "B": 1.4314424312544816e-08, + "S": 1.394952708899666e-09, + "I": 7.011273737589363e-06, + "C": 5.453478779671173e-10, + "R": 5.2766849917285086e-11, + "M": 4.818433296804869e-08, + "O": 6.18474871316721e-08, + "W": 6.919558259710357e-10, + "N": 1.0850442322407616e-07, + "Y": 5.6395652592300394e-08, + "U": 4.9038922228517023e-11, + "K": 1.058411622234523e-10, + "L": 5.855798068665763e-10, + "G": 1.9679529827953957e-07, + "F": 5.580670404015109e-06, + "E": 2.5055651349248365e-06, + "T": 4.0582568772151717e-07, + "P": 0.9519056081771851, + "-": 0.048078350722789764 + }, + "id": "tp_19307" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2413380, + "label": "P", + "classification": { + "B": 1.9617612423417086e-08, + "S": 5.889053866781069e-08, + "I": 9.394492371939123e-05, + "C": 1.3442935653529275e-07, + "R": 5.875598674265348e-09, + "M": 4.4428563228393614e-07, + "O": 2.8120729211877915e-07, + "W": 4.0810729018403435e-08, + "N": 7.699696652707644e-06, + "Y": 3.7974430142639903e-06, + "U": 1.6001658664777096e-08, + "K": 1.184116626973264e-06, + "L": 3.940674453417614e-09, + "G": 9.6817018402362e-07, + "F": 0.00014604914758820087, + "E": 0.00028175237821415067, + "T": 3.0469868761429098e-06, + "P": 0.9296411871910095, + "-": 0.06981930136680603 + }, + "id": "tp_19308" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2413514, + "label": "P", + "classification": { + "B": 7.09808944066026e-07, + "S": 1.461847034534003e-07, + "I": 0.0002818188804667443, + "C": 8.885448892215209e-07, + "R": 1.018490038973141e-07, + "M": 1.4701967302244157e-05, + "O": 3.943429874198046e-06, + "W": 1.3472818238824402e-07, + "N": 6.578563898074208e-06, + "Y": 7.114334584912285e-05, + "U": 3.1748449202950724e-08, + "K": 2.0920153076531278e-07, + "L": 1.791755437352549e-07, + "G": 2.120564749930054e-05, + "F": 0.00036121526500210166, + "E": 0.00016462148050777614, + "T": 3.276792267570272e-05, + "P": 0.6565900444984436, + "-": 0.34244951605796814 + }, + "id": "tp_19309" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2413647, + "label": "P", + "classification": { + "B": 1.5999527036569816e-08, + "S": 7.655426514929786e-09, + "I": 5.3835337894270197e-05, + "C": 3.1631337549242744e-08, + "R": 3.6728193819612898e-09, + "M": 1.2586571074280073e-07, + "O": 8.30084516678653e-08, + "W": 6.552618447841496e-09, + "N": 1.5811816638233722e-06, + "Y": 7.399796686513582e-07, + "U": 1.924580272927301e-09, + "K": 5.0744567658966844e-08, + "L": 1.879932876036605e-09, + "G": 3.7377486705736374e-07, + "F": 5.617905844701454e-05, + "E": 2.7561245588003658e-05, + "T": 1.3240781981949112e-06, + "P": 0.9522501826286316, + "-": 0.04760787636041641 + }, + "id": "tp_19310" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2413780, + "label": "-", + "classification": { + "B": 3.271644004598784e-07, + "S": 1.039441173134037e-07, + "I": 0.0011036577634513378, + "C": 2.032741394941695e-05, + "R": 4.204270680929767e-06, + "M": 5.0876122259069234e-05, + "O": 8.032462574192323e-06, + "W": 3.601943205921998e-07, + "N": 1.721459011605475e-05, + "Y": 0.0004202208365313709, + "U": 5.140891516930424e-07, + "K": 1.15295051728026e-06, + "L": 7.757636808491952e-07, + "G": 0.00013320324069354683, + "F": 0.0005166814080439508, + "E": 0.000329743284964934, + "T": 0.00026341513148508966, + "P": 0.4705570936203003, + "-": 0.5265721678733826 + }, + "id": "tp_19311" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2413881, + "label": "-", + "classification": { + "B": 1.3917136811869568e-06, + "S": 5.438697371573653e-06, + "I": 0.0004805894859600812, + "C": 0.00021093098621349782, + "R": 5.181345477467403e-05, + "M": 0.0003894378896802664, + "O": 5.816500561195426e-05, + "W": 6.2413455452769995e-06, + "N": 3.9240228943526745e-05, + "Y": 0.00542164221405983, + "U": 5.6507733461330645e-06, + "K": 2.320224120921921e-05, + "L": 2.7759489967138506e-05, + "G": 0.0010315215913578868, + "F": 0.02122417837381363, + "E": 0.0006825676537118852, + "T": 0.0034060783218592405, + "P": 0.20827019214630127, + "-": 0.7586639523506165 + }, + "id": "tp_19312" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2414014, + "label": "-", + "classification": { + "B": 1.5789113350095363e-09, + "S": 1.3969368994892761e-09, + "I": 1.526472442492377e-05, + "C": 5.398875941864389e-07, + "R": 3.678538718077107e-08, + "M": 2.772881657620019e-07, + "O": 1.3526246789297147e-07, + "W": 2.9336302276306014e-09, + "N": 1.922010710586619e-07, + "Y": 2.152983142877929e-05, + "U": 3.795827652197659e-09, + "K": 2.2265126631282328e-08, + "L": 3.919293778409383e-09, + "G": 2.327595893802936e-06, + "F": 0.0001403422065777704, + "E": 4.1373796193511225e-06, + "T": 1.0725837455538567e-05, + "P": 0.24439534544944763, + "-": 0.7554091215133667 + }, + "id": "tp_19313" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2414147, + "label": "P", + "classification": { + "B": 9.75194780039601e-07, + "S": 2.239010200355551e-06, + "I": 0.001431402051821351, + "C": 5.1399815674813e-06, + "R": 2.221740714958287e-06, + "M": 1.4257466318667866e-05, + "O": 1.1569912203412969e-05, + "W": 3.114507308055181e-06, + "N": 8.135602547554299e-05, + "Y": 0.00017792648577596992, + "U": 7.793005920575524e-07, + "K": 1.7240745364688337e-05, + "L": 5.064746915195428e-07, + "G": 2.200950257247314e-05, + "F": 0.0019016455626115203, + "E": 0.00034556715399958193, + "T": 9.371669148094952e-05, + "P": 0.7888449430465698, + "-": 0.20704331994056702 + }, + "id": "tp_19314" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2414281, + "label": "P", + "classification": { + "B": 5.881326980983204e-09, + "S": 2.8786462102914356e-09, + "I": 0.0001811246620491147, + "C": 1.464776346438157e-06, + "R": 1.0380248482988463e-07, + "M": 2.58642967310152e-06, + "O": 3.301155686585844e-07, + "W": 1.043870501149513e-08, + "N": 1.8269378188051633e-06, + "Y": 1.948389945027884e-05, + "U": 1.4466690956282946e-08, + "K": 5.798171898163673e-08, + "L": 1.1710524105978948e-08, + "G": 5.771630640083458e-06, + "F": 5.9765436162706465e-05, + "E": 5.558354678214528e-05, + "T": 3.593147630454041e-05, + "P": 0.5539030432701111, + "-": 0.44573286175727844 + }, + "id": "tp_19315" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2414381, + "label": "P", + "classification": { + "B": 8.112733240750458e-08, + "S": 1.1518275044863913e-07, + "I": 0.0001084309842553921, + "C": 2.616238816699479e-07, + "R": 3.339450316275361e-08, + "M": 2.4055386802501744e-06, + "O": 6.034568968971143e-07, + "W": 4.391877794773791e-08, + "N": 6.043378107278841e-06, + "Y": 2.5261775590479374e-05, + "U": 2.031510959454863e-08, + "K": 3.417429184082721e-07, + "L": 3.186385910680656e-08, + "G": 5.043916189606534e-06, + "F": 0.0007762989844195545, + "E": 0.0001989366573980078, + "T": 1.124743175751064e-05, + "P": 0.920092761516571, + "-": 0.07877205312252045 + }, + "id": "tp_19316" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2414515, + "label": "-", + "classification": { + "B": 1.9238424897594086e-07, + "S": 1.8740228924229996e-08, + "I": 0.00010060948989121243, + "C": 4.943421458847297e-07, + "R": 9.764801234268816e-08, + "M": 5.165794391359668e-06, + "O": 1.8350879145145882e-06, + "W": 2.439482571503504e-08, + "N": 9.853600886344793e-07, + "Y": 0.00011701653420459479, + "U": 1.724683329484833e-08, + "K": 4.3364899227071874e-08, + "L": 1.3178741653518955e-07, + "G": 6.176796887302771e-05, + "F": 0.00019304912711959332, + "E": 5.163698369869962e-05, + "T": 6.134546856628731e-05, + "P": 0.4147832989692688, + "-": 0.584622323513031 + }, + "id": "tp_19317" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2414648, + "label": "P", + "classification": { + "B": 6.9912262645743795e-09, + "S": 1.6284195325511064e-08, + "I": 5.930678526055999e-05, + "C": 1.9083715585566097e-07, + "R": 2.5655211288722057e-08, + "M": 3.7115358964001643e-07, + "O": 1.9523366745488602e-07, + "W": 3.0374870618743444e-08, + "N": 2.8447686872823397e-06, + "Y": 2.7347270588506944e-05, + "U": 1.2791537606915426e-08, + "K": 3.0179567147570197e-06, + "L": 2.2082948802903957e-09, + "G": 2.387388803981594e-06, + "F": 0.0004782628093380481, + "E": 0.00010807713988469914, + "T": 8.836874258122407e-06, + "P": 0.8054684996604919, + "-": 0.1938406080007553 + }, + "id": "tp_19318" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2414781, + "label": "-", + "classification": { + "B": 2.7050705284636933e-06, + "S": 1.017841168504674e-05, + "I": 0.0005992114311084151, + "C": 3.0370809326996095e-05, + "R": 5.577314823312918e-06, + "M": 0.00014179188292473555, + "O": 4.995281051378697e-05, + "W": 9.916871022142004e-06, + "N": 7.128573633963242e-05, + "Y": 0.0016730900388211012, + "U": 3.6476633340498665e-06, + "K": 0.00021351984469220042, + "L": 3.8688308450218756e-06, + "G": 0.00019382611208129674, + "F": 0.0105728879570961, + "E": 0.000930683861952275, + "T": 0.0009947081562131643, + "P": 0.2916065454483032, + "-": 0.692886233329773 + }, + "id": "tp_19319" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2414882, + "label": "-", + "classification": { + "B": 4.238190012983978e-05, + "S": 2.3744409190840088e-05, + "I": 0.000574725738260895, + "C": 1.5098983567440882e-05, + "R": 4.164188794675283e-06, + "M": 0.001020097522996366, + "O": 0.00015397438255604357, + "W": 6.970612048462499e-06, + "N": 3.455651312833652e-05, + "Y": 0.004022899549454451, + "U": 1.0390187981101917e-06, + "K": 9.089796549233142e-06, + "L": 2.9011025617364794e-05, + "G": 0.0018442149739712477, + "F": 0.011526222340762615, + "E": 0.0032177395187318325, + "T": 0.0018589363899081945, + "P": 0.16421088576316833, + "-": 0.8114043474197388 + }, + "id": "tp_19320" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2415015, + "label": "-", + "classification": { + "B": 0.00011061713303206488, + "S": 2.8341676170384744e-06, + "I": 7.009159162407741e-05, + "C": 1.5290326018657652e-06, + "R": 4.3697943397091876e-07, + "M": 5.7206816563848406e-05, + "O": 7.423268107231706e-05, + "W": 2.273556901855045e-06, + "N": 4.12873441746342e-06, + "Y": 9.169188706437126e-05, + "U": 1.354247842755285e-07, + "K": 3.0218423319183785e-08, + "L": 8.468688974971883e-06, + "G": 8.416511991526932e-05, + "F": 0.0004785229393746704, + "E": 0.00010834143904503435, + "T": 0.00022784876637160778, + "P": 0.43315964937210083, + "-": 0.565517783164978 + }, + "id": "tp_19321" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2415148, + "label": "P", + "classification": { + "B": 1.7594936707610032e-06, + "S": 1.3619609262605081e-06, + "I": 0.00015834893565624952, + "C": 2.109514525727718e-06, + "R": 2.2636548635546205e-07, + "M": 1.7862161257653497e-05, + "O": 1.4386677321454044e-05, + "W": 1.346736894447531e-06, + "N": 2.062194107566029e-05, + "Y": 3.8228823541430756e-05, + "U": 2.7188684725842904e-07, + "K": 5.866372248419793e-06, + "L": 6.727692039021349e-07, + "G": 6.340372783597559e-05, + "F": 0.00211996678262949, + "E": 0.0006851214566268027, + "T": 9.831677743932232e-05, + "P": 0.6375565528869629, + "-": 0.35921362042427063 + }, + "id": "tp_19322" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2415282, + "label": "P", + "classification": { + "B": 3.6647810475187725e-07, + "S": 6.212541734385013e-07, + "I": 0.0006556494627147913, + "C": 8.463980520900805e-06, + "R": 8.877838126863935e-07, + "M": 2.4166401999536902e-05, + "O": 5.455591690406436e-06, + "W": 6.754212336090859e-07, + "N": 3.6570792872225866e-05, + "Y": 0.0002912923810072243, + "U": 3.0090720315456565e-07, + "K": 1.0030646990344394e-05, + "L": 4.2753183038257703e-07, + "G": 8.484561112709343e-05, + "F": 0.0017809979617595673, + "E": 0.0009122614865191281, + "T": 0.00018983003974426538, + "P": 0.6360184550285339, + "-": 0.3599786162376404 + }, + "id": "tp_19323" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2415382, + "label": "P", + "classification": { + "B": 9.52403711451666e-10, + "S": 1.6677437209011714e-09, + "I": 0.00015009837807156146, + "C": 5.35123554357142e-08, + "R": 5.702902594606485e-09, + "M": 1.3889902561459166e-07, + "O": 5.3979299252659985e-08, + "W": 3.198409759264109e-09, + "N": 1.114071437768871e-06, + "Y": 4.913076736556832e-06, + "U": 1.9726793532015563e-09, + "K": 2.0725430260881694e-08, + "L": 1.0095601021831158e-09, + "G": 2.0089970576009364e-07, + "F": 1.4769475455977954e-05, + "E": 1.6857298760442063e-05, + "T": 5.22234722666326e-06, + "P": 0.8484475612640381, + "-": 0.1513589769601822 + }, + "id": "tp_19324" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2415516, + "label": "P", + "classification": { + "B": 2.2379135771188885e-05, + "S": 1.2830389096052386e-05, + "I": 0.0005380377406254411, + "C": 9.985345059249084e-06, + "R": 2.4000780740607297e-06, + "M": 3.427047704462893e-05, + "O": 6.154266156954691e-05, + "W": 8.504618563165423e-06, + "N": 4.610391624737531e-05, + "Y": 6.777761154808104e-05, + "U": 1.1103262522738078e-06, + "K": 2.9754169190709945e-06, + "L": 5.147235697222641e-06, + "G": 6.441224832087755e-05, + "F": 0.0017627569613978267, + "E": 0.00025647421716712415, + "T": 0.00019348706700839102, + "P": 0.5599095225334167, + "-": 0.4370002746582031 + }, + "id": "tp_19325" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2415649, + "label": "P", + "classification": { + "B": 2.2727634132024832e-05, + "S": 2.541839967307169e-05, + "I": 0.011537665501236916, + "C": 0.00011376232578186318, + "R": 2.6753532438306138e-05, + "M": 0.0002004546986427158, + "O": 4.874171645496972e-05, + "W": 1.1240023013669997e-05, + "N": 0.0012983742635697126, + "Y": 0.0005285056540742517, + "U": 8.962934771261644e-06, + "K": 6.52647577226162e-05, + "L": 1.1892829206772149e-05, + "G": 0.00034873042022809386, + "F": 0.002959718694910407, + "E": 0.003721114480867982, + "T": 0.000604894885327667, + "P": 0.8910831809043884, + "-": 0.08738251775503159 + }, + "id": "tp_19326" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2415782, + "label": "P", + "classification": { + "B": 1.6165938032663973e-10, + "S": 2.722817847924941e-12, + "I": 3.206493147445144e-06, + "C": 8.384835048502737e-09, + "R": 6.01920457921068e-11, + "M": 9.983576632066615e-09, + "O": 1.8832075898700396e-09, + "W": 2.5264420763781992e-11, + "N": 1.4719661933781936e-08, + "Y": 9.048189753002589e-08, + "U": 1.6205259356638635e-11, + "K": 1.8191380693477477e-11, + "L": 2.5551311066962512e-11, + "G": 6.605053215480439e-08, + "F": 6.385413939824502e-07, + "E": 1.7147954167739954e-06, + "T": 7.922225364609403e-08, + "P": 0.9255359172821045, + "-": 0.07445813715457916 + }, + "id": "tp_19327" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2415883, + "label": "P", + "classification": { + "B": 1.1274502185187885e-06, + "S": 7.7478244975282e-07, + "I": 0.00030467251781374216, + "C": 5.684450570697663e-06, + "R": 2.215077330447457e-07, + "M": 5.221379979047924e-05, + "O": 8.214544322981965e-06, + "W": 4.478998221202346e-07, + "N": 3.96194081986323e-05, + "Y": 0.00018236176401842386, + "U": 2.9650848887285974e-07, + "K": 1.7153512089862488e-05, + "L": 2.343998630749411e-07, + "G": 0.0001001062773866579, + "F": 0.0015686878468841314, + "E": 0.0014868314610794187, + "T": 0.00027695708558894694, + "P": 0.6938731074333191, + "-": 0.30208125710487366 + }, + "id": "tp_19328" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2416016, + "label": "P", + "classification": { + "B": 1.534210127829283e-07, + "S": 2.7946811087531387e-08, + "I": 0.0008160420111380517, + "C": 3.0545024856110103e-06, + "R": 3.411749673887243e-07, + "M": 8.420474841841497e-06, + "O": 9.15659711608896e-07, + "W": 2.7767590893290617e-08, + "N": 2.157013295800425e-05, + "Y": 8.252369298133999e-05, + "U": 6.381331729699014e-08, + "K": 6.650692512266687e-07, + "L": 4.839268541445563e-08, + "G": 3.637365807662718e-05, + "F": 0.00020417039922904223, + "E": 0.0004371890099719167, + "T": 4.847728996537626e-05, + "P": 0.8886152505874634, + "-": 0.10972478240728378 + }, + "id": "tp_19329" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2416149, + "label": "P", + "classification": { + "B": 4.880383652761111e-09, + "S": 4.987804058664835e-10, + "I": 1.4207848835212644e-05, + "C": 6.411538322481647e-08, + "R": 2.2511024155846826e-09, + "M": 5.243483087724599e-07, + "O": 2.5055797436834837e-08, + "W": 1.2561648388142999e-09, + "N": 1.0265424066346895e-07, + "Y": 1.3267087524582166e-05, + "U": 1.5946244324993586e-09, + "K": 2.7098495891664243e-08, + "L": 1.2615913869140627e-09, + "G": 1.4320613672680338e-06, + "F": 4.558346699923277e-05, + "E": 6.709952867822722e-05, + "T": 3.999379259767011e-06, + "P": 0.574776828289032, + "-": 0.42507678270339966 + }, + "id": "tp_19330" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2416283, + "label": "-", + "classification": { + "B": 7.499802862076521e-11, + "S": 3.9790223199664965e-11, + "I": 1.0250111699861009e-05, + "C": 8.018059816095047e-08, + "R": 3.1716422821403967e-09, + "M": 1.9857335331607828e-08, + "O": 9.147445467760917e-09, + "W": 3.0354771474172537e-10, + "N": 6.142057173974536e-08, + "Y": 3.891431333613582e-06, + "U": 4.486589155749954e-10, + "K": 1.4300145778634032e-07, + "L": 9.22602341746348e-11, + "G": 5.318182161317964e-07, + "F": 0.0001219647383550182, + "E": 1.0080695574288256e-05, + "T": 5.626647521239647e-07, + "P": 0.2917199432849884, + "-": 0.7081325054168701 + }, + "id": "tp_19331" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2416383, + "label": "P", + "classification": { + "B": 8.965111986114493e-10, + "S": 9.524794841730966e-11, + "I": 1.4610697007810813e-06, + "C": 3.0263054284773716e-09, + "R": 1.3944720378411546e-10, + "M": 2.697872503176768e-08, + "O": 2.467560555885484e-08, + "W": 1.796017223831825e-10, + "N": 9.439746762041068e-09, + "Y": 2.3036888308070047e-07, + "U": 3.1350665119500576e-11, + "K": 3.7472767944191077e-11, + "L": 3.4946670557367554e-10, + "G": 8.635176129700994e-08, + "F": 5.131340003572404e-06, + "E": 4.0227996578323655e-07, + "T": 6.285996505539515e-07, + "P": 0.5626258850097656, + "-": 0.4373660683631897 + }, + "id": "tp_19332" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2416517, + "label": "-", + "classification": { + "B": 1.577482811043751e-09, + "S": 1.8974364301982405e-09, + "I": 3.854073293041438e-05, + "C": 5.310486130838399e-07, + "R": 4.833498223888455e-08, + "M": 2.2831144974588824e-07, + "O": 1.3887265026824025e-07, + "W": 6.590256784733128e-09, + "N": 4.861839784098265e-07, + "Y": 3.9120266592362896e-05, + "U": 8.140643714682483e-09, + "K": 2.861062569081696e-07, + "L": 5.750229181700206e-09, + "G": 2.949073177660466e-06, + "F": 0.0004743965109810233, + "E": 1.2397095815686043e-05, + "T": 8.996734322863631e-06, + "P": 0.2732064127922058, + "-": 0.7262154817581177 + }, + "id": "tp_19333" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2416650, + "label": "P", + "classification": { + "B": 2.065638454951113e-06, + "S": 3.5646283436108206e-07, + "I": 0.00013595233031082898, + "C": 4.55804047305719e-06, + "R": 2.3964648221408424e-07, + "M": 6.604126610909589e-06, + "O": 1.845456381488475e-06, + "W": 2.0211805917824677e-07, + "N": 1.6534069800400175e-05, + "Y": 2.9018003260716796e-05, + "U": 2.6669843578019936e-07, + "K": 1.4269477333073155e-06, + "L": 1.799625550802375e-07, + "G": 2.9892173188272864e-05, + "F": 0.0007125804550014436, + "E": 0.0008968687616288662, + "T": 4.3074502173112705e-05, + "P": 0.8706411123275757, + "-": 0.12747713923454285 + }, + "id": "tp_19334" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2416750, + "label": "-", + "classification": { + "B": 1.3246686733636714e-12, + "S": 4.642474013723252e-13, + "I": 1.1327653055559495e-06, + "C": 1.0632427382972764e-08, + "R": 5.884020354285369e-11, + "M": 1.776389368934872e-09, + "O": 5.17751119755161e-10, + "W": 2.5780298035238403e-12, + "N": 1.838888152860818e-09, + "Y": 2.2820452727501106e-07, + "U": 7.063986982164261e-12, + "K": 1.6592591883801688e-11, + "L": 1.1277458134006935e-11, + "G": 3.024722516897782e-08, + "F": 7.222621661640005e-06, + "E": 2.4751201976869197e-07, + "T": 1.1839026825555266e-07, + "P": 0.4034838080406189, + "-": 0.59650719165802 + }, + "id": "tp_19335" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2416884, + "label": "P", + "classification": { + "B": 2.6305824576411396e-06, + "S": 1.0117956890098867e-06, + "I": 0.00030976987909525633, + "C": 2.603642542453599e-06, + "R": 4.042960313199728e-07, + "M": 1.904959208332002e-05, + "O": 8.251742656284478e-06, + "W": 7.247879239002941e-07, + "N": 2.075358497677371e-05, + "Y": 0.00020702434994746, + "U": 3.143881031064666e-07, + "K": 2.4020708224270493e-05, + "L": 5.596652954409365e-07, + "G": 0.0001870862179202959, + "F": 0.005595274269580841, + "E": 0.0029847309924662113, + "T": 0.00018774744239635766, + "P": 0.5194989442825317, + "-": 0.4709489941596985 + }, + "id": "tp_19336" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2417017, + "label": "-", + "classification": { + "B": 1.8947775970445946e-05, + "S": 2.5186804123222828e-05, + "I": 0.0046517010778188705, + "C": 0.0002721272176131606, + "R": 0.00011767102114390582, + "M": 0.00021394270879682153, + "O": 0.00020087203301955014, + "W": 6.987959204707295e-05, + "N": 0.0007158202352002263, + "Y": 0.0035431194119155407, + "U": 4.927820191369392e-05, + "K": 0.001367811462841928, + "L": 1.535198862256948e-05, + "G": 0.0007992522441782057, + "F": 0.011890145018696785, + "E": 0.0027471391949802637, + "T": 0.002060194266960025, + "P": 0.41861656308174133, + "-": 0.5526250004768372 + }, + "id": "tp_19337" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2417150, + "label": "-", + "classification": { + "B": 2.9323087957777716e-08, + "S": 2.2480377559475073e-09, + "I": 3.840471435978543e-06, + "C": 1.8752866992599593e-07, + "R": 4.4455705783263966e-09, + "M": 2.36543087339669e-07, + "O": 1.2013192929316574e-07, + "W": 4.444044243712142e-09, + "N": 9.007219148315926e-08, + "Y": 1.5932009773678146e-05, + "U": 5.7480598059100885e-09, + "K": 2.6816868725632048e-08, + "L": 8.233338455454486e-09, + "G": 3.5202172057324788e-06, + "F": 0.00017204652249347419, + "E": 5.644664724968607e-06, + "T": 1.1836492376460228e-05, + "P": 0.3717617690563202, + "-": 0.6280247569084167 + }, + "id": "tp_19338" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2417251, + "label": "P", + "classification": { + "B": 1.551916095632322e-10, + "S": 1.8516337768614832e-11, + "I": 1.1868531402114968e-07, + "C": 1.3255822828295294e-10, + "R": 3.903567139668107e-12, + "M": 8.644839288862727e-10, + "O": 6.253851880799743e-10, + "W": 1.2000647003906906e-11, + "N": 2.2706325708554687e-09, + "Y": 9.088117813860208e-09, + "U": 1.6162926032292635e-12, + "K": 2.40639660975539e-11, + "L": 3.8074287646294724e-12, + "G": 5.887752951849734e-09, + "F": 2.3834920739318477e-06, + "E": 1.5734049441107345e-07, + "T": 6.913985117762422e-08, + "P": 0.9136176705360413, + "-": 0.08637967705726624 + }, + "id": "tp_19339" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2417384, + "label": "P", + "classification": { + "B": 5.160659384273458e-07, + "S": 2.044308303084108e-06, + "I": 0.007662911433726549, + "C": 4.580920358421281e-05, + "R": 9.779028914636001e-06, + "M": 4.286198236513883e-05, + "O": 1.7287115042563528e-05, + "W": 4.280999746697489e-06, + "N": 0.0004072913434356451, + "Y": 0.001083269133232534, + "U": 2.0195607248751912e-06, + "K": 0.00016465611406601965, + "L": 6.90162949013029e-07, + "G": 9.724378469400108e-05, + "F": 0.0038868961855769157, + "E": 0.002359299687668681, + "T": 0.00032970155007205904, + "P": 0.5954294800758362, + "-": 0.38845399022102356 + }, + "id": "tp_19340" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2417518, + "label": "P", + "classification": { + "B": 5.361628723221656e-07, + "S": 6.375689167725795e-07, + "I": 0.0004569465818349272, + "C": 3.4651316127565224e-06, + "R": 7.422574981319485e-07, + "M": 5.800165126856882e-06, + "O": 3.017491508217063e-06, + "W": 2.678186206139799e-07, + "N": 1.9995182810816914e-05, + "Y": 9.444358147447929e-05, + "U": 1.8762592901566677e-07, + "K": 1.9299995983601548e-06, + "L": 2.0460281291434512e-07, + "G": 4.279745917301625e-05, + "F": 0.0006630304269492626, + "E": 0.00016860362666193396, + "T": 8.347153197973967e-05, + "P": 0.848664402961731, + "-": 0.1497894525527954 + }, + "id": "tp_19341" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2417651, + "label": "-", + "classification": { + "B": 4.175091383729068e-10, + "S": 1.035219243661345e-09, + "I": 4.49411672889255e-05, + "C": 4.9131166690585815e-08, + "R": 1.2132622018157235e-08, + "M": 9.212204190589546e-07, + "O": 2.11577614095404e-07, + "W": 2.6455322377216817e-09, + "N": 4.2426100321790727e-07, + "Y": 3.337690213811584e-05, + "U": 1.3408208987542025e-09, + "K": 2.9436716175723632e-08, + "L": 3.25651883237299e-09, + "G": 2.181099716835888e-06, + "F": 5.100302223581821e-05, + "E": 1.0702597137424164e-05, + "T": 4.718371565104462e-05, + "P": 0.23188577592372894, + "-": 0.7679232954978943 + }, + "id": "tp_19342" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2417751, + "label": "-", + "classification": { + "B": 4.025308530941629e-09, + "S": 5.96681593023618e-09, + "I": 2.343465712328907e-05, + "C": 3.3420249678783875e-07, + "R": 1.8263140333374395e-08, + "M": 9.177130095849861e-07, + "O": 3.842376088414312e-07, + "W": 9.566532455096421e-09, + "N": 1.0776384442579001e-06, + "Y": 1.670079836912919e-05, + "U": 8.734550860367563e-09, + "K": 6.121780984358338e-07, + "L": 5.650377943311469e-09, + "G": 3.976347215939313e-06, + "F": 0.0005127039621584117, + "E": 6.873884558444843e-05, + "T": 2.0373689039843157e-05, + "P": 0.45400601625442505, + "-": 0.5453447103500366 + }, + "id": "tp_19343" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2417885, + "label": "P", + "classification": { + "B": 1.4760356492615756e-08, + "S": 2.7471230623632437e-07, + "I": 2.639445119712036e-05, + "C": 3.080146200318268e-07, + "R": 7.369417431846159e-08, + "M": 1.3470214526023483e-06, + "O": 1.1499884067234234e-06, + "W": 1.5070388315052696e-07, + "N": 3.3311264360236237e-06, + "Y": 3.6803437978960574e-05, + "U": 1.9121806360544724e-08, + "K": 2.2033195818949025e-06, + "L": 2.0955381430098896e-08, + "G": 3.028761511814082e-06, + "F": 0.002356418641284108, + "E": 3.590309279388748e-05, + "T": 3.184370507369749e-05, + "P": 0.5949193835258484, + "-": 0.4025813639163971 + }, + "id": "tp_19344" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2418018, + "label": "-", + "classification": { + "B": 8.36378188928677e-10, + "S": 1.224008394640208e-10, + "I": 1.532202531961957e-06, + "C": 4.9627594478351966e-08, + "R": 1.8915888855275398e-09, + "M": 3.1030830882627924e-07, + "O": 6.377611327934574e-08, + "W": 3.769478063020415e-10, + "N": 1.2962982687270141e-08, + "Y": 4.035583970107837e-06, + "U": 2.615357375113092e-10, + "K": 1.1051506376702491e-09, + "L": 1.4223745514740926e-09, + "G": 1.2438175645002048e-06, + "F": 3.376804670551792e-05, + "E": 1.6592231304457528e-06, + "T": 5.063900516688591e-06, + "P": 0.13680332899093628, + "-": 0.8631489276885986 + }, + "id": "tp_19345" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2418151, + "label": "P", + "classification": { + "B": 1.5235987384926153e-12, + "S": 6.895012447279136e-13, + "I": 2.5925450231056857e-08, + "C": 5.9686418134308195e-12, + "R": 9.054351235784908e-14, + "M": 3.487088742759603e-11, + "O": 3.0084101876326486e-11, + "W": 5.034003270655563e-13, + "N": 2.2429952339919623e-10, + "Y": 1.0258442983968052e-08, + "U": 2.965915002744318e-13, + "K": 1.7370641383629426e-11, + "L": 1.6251285256743686e-13, + "G": 7.46070316637315e-10, + "F": 1.3343662885745289e-06, + "E": 7.228879184140169e-08, + "T": 1.1108091335643167e-08, + "P": 0.8951911330223083, + "-": 0.10480741411447525 + }, + "id": "tp_19346" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2418252, + "label": "-", + "classification": { + "B": 6.0533203338764e-08, + "S": 5.96120059981331e-08, + "I": 1.0870429605347454e-06, + "C": 2.2873321015026704e-08, + "R": 1.0658930404972011e-09, + "M": 1.8922582967206836e-06, + "O": 7.576084612992418e-07, + "W": 1.3002856569244159e-08, + "N": 3.7046564926868086e-08, + "Y": 8.742123100091703e-06, + "U": 3.5031155753983967e-10, + "K": 4.415787735467802e-09, + "L": 2.6817062348527543e-08, + "G": 8.816790796117857e-06, + "F": 0.004436780698597431, + "E": 1.6878771930350922e-05, + "T": 7.116954748198623e-06, + "P": 0.1505376100540161, + "-": 0.8449800610542297 + }, + "id": "tp_19347" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2418385, + "label": "-", + "classification": { + "B": 7.209381180928176e-08, + "S": 5.621441090397639e-09, + "I": 9.568414679961279e-05, + "C": 9.167553685074381e-07, + "R": 7.546926639179219e-08, + "M": 5.028708528698189e-06, + "O": 9.013681960823305e-07, + "W": 1.8596198358977745e-08, + "N": 1.0187350198975764e-06, + "Y": 2.9157259632484056e-05, + "U": 1.857503661994997e-08, + "K": 1.969146445901515e-08, + "L": 6.73226168146357e-08, + "G": 6.768900220777141e-06, + "F": 7.949853170430288e-05, + "E": 1.7953727365238592e-05, + "T": 8.792797598289326e-05, + "P": 0.3587431013584137, + "-": 0.6409317851066589 + }, + "id": "tp_19348" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2418519, + "label": "-", + "classification": { + "B": 1.2022095319252912e-08, + "S": 1.6516325807014454e-10, + "I": 9.86724217000301e-07, + "C": 1.6491599197365758e-08, + "R": 1.1901670760039451e-09, + "M": 4.665230690648059e-08, + "O": 9.183506222143478e-08, + "W": 5.385951129532884e-10, + "N": 6.458523937880045e-09, + "Y": 1.5457552535735886e-06, + "U": 1.640255292700843e-10, + "K": 1.442859165479149e-10, + "L": 3.134105863722425e-09, + "G": 2.192454758187523e-06, + "F": 3.420088251004927e-05, + "E": 6.002252348480397e-07, + "T": 1.1639476724667475e-06, + "P": 0.3898063898086548, + "-": 0.6101527214050293 + }, + "id": "tp_19349" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2418652, + "label": "P", + "classification": { + "B": 4.287186716744884e-10, + "S": 6.0974167936933554e-09, + "I": 1.0816334906849079e-05, + "C": 1.1330669735798438e-08, + "R": 2.1890640411470486e-09, + "M": 1.3165592349650979e-07, + "O": 8.494656356106134e-08, + "W": 2.6935704777741876e-09, + "N": 8.441409136139555e-07, + "Y": 1.6070905985543504e-05, + "U": 8.642122573121469e-10, + "K": 7.738563567727397e-07, + "L": 3.0717375865130236e-10, + "G": 7.5467454507816e-07, + "F": 0.00014797132462263107, + "E": 1.936237640620675e-05, + "T": 6.474762813013513e-06, + "P": 0.6502786874771118, + "-": 0.3495180606842041 + }, + "id": "tp_19350" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2418752, + "label": "P", + "classification": { + "B": 1.2332091077482676e-11, + "S": 5.814056701358705e-12, + "I": 6.76823859180331e-08, + "C": 5.066433730882558e-11, + "R": 8.167133419209605e-13, + "M": 1.6059235052878762e-09, + "O": 4.664794106545855e-10, + "W": 7.508150351442922e-12, + "N": 6.278064734743793e-10, + "Y": 1.681735710690191e-07, + "U": 1.0309976613762095e-12, + "K": 3.5600083991838005e-10, + "L": 1.6658917084341751e-12, + "G": 7.305669402768444e-09, + "F": 3.229895082768053e-05, + "E": 8.458633260488568e-07, + "T": 2.9644706245335328e-08, + "P": 0.5229420065879822, + "-": 0.47702449560165405 + }, + "id": "tp_19351" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2418886, + "label": "P", + "classification": { + "B": 2.1548399176118949e-10, + "S": 1.1211711559155901e-09, + "I": 5.250335561868269e-06, + "C": 2.8894490355924063e-08, + "R": 4.4692305412041833e-10, + "M": 1.0688030727123987e-07, + "O": 3.200543474690676e-08, + "W": 1.2384553382815966e-09, + "N": 1.0100625758013848e-07, + "Y": 1.528796246930142e-06, + "U": 3.011691451781928e-10, + "K": 1.4560964878285176e-08, + "L": 2.758943351555132e-10, + "G": 1.9972937082002318e-07, + "F": 7.78373287175782e-05, + "E": 6.255744210648118e-06, + "T": 1.4778748891330906e-06, + "P": 0.5990839600563049, + "-": 0.4008232653141022 + }, + "id": "tp_19352" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2419019, + "label": "P", + "classification": { + "B": 2.7647164071997743e-11, + "S": 9.408542001043685e-11, + "I": 3.4890133520093514e-06, + "C": 1.7895913639875971e-09, + "R": 9.456344041147702e-11, + "M": 2.045775282510931e-08, + "O": 6.41230624154332e-09, + "W": 1.4013902538412282e-10, + "N": 4.17171008848527e-08, + "Y": 7.79296669861651e-07, + "U": 3.5404856130183404e-11, + "K": 1.3108854446386431e-08, + "L": 3.1233772512795355e-11, + "G": 7.966158932504186e-08, + "F": 2.92512613668805e-05, + "E": 3.0539199542545248e-06, + "T": 9.283813824367826e-07, + "P": 0.5924909710884094, + "-": 0.4074714183807373 + }, + "id": "tp_19353" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2419152, + "label": "-", + "classification": { + "B": 6.590825663010946e-10, + "S": 9.605154449587872e-10, + "I": 5.563428658206249e-06, + "C": 3.210204368997438e-08, + "R": 3.089000610856374e-09, + "M": 6.700396681935672e-08, + "O": 5.7297761202335096e-08, + "W": 4.067794101558775e-09, + "N": 1.0883515955129042e-07, + "Y": 1.2814723959309049e-05, + "U": 3.658663816352714e-09, + "K": 4.286117700758041e-07, + "L": 7.157985870698269e-10, + "G": 5.696178959624376e-07, + "F": 0.0002329214330529794, + "E": 5.398511802923167e-06, + "T": 4.752072527480777e-06, + "P": 0.2361319661140442, + "-": 0.7636053562164307 + }, + "id": "tp_19354" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2419253, + "label": "-", + "classification": { + "B": 5.166727601313426e-10, + "S": 1.4121276370460123e-10, + "I": 2.900029176089447e-05, + "C": 7.051551165204728e-07, + "R": 1.1315740344741698e-08, + "M": 2.209080633974736e-07, + "O": 5.8820646131607646e-08, + "W": 1.3407659427144836e-09, + "N": 4.153782811044948e-07, + "Y": 1.4630640180257615e-05, + "U": 2.9049032068684255e-09, + "K": 2.760713755378674e-07, + "L": 7.185505523921165e-10, + "G": 2.746162408584496e-06, + "F": 0.0001154765413957648, + "E": 4.522031667875126e-05, + "T": 4.1106964090431575e-06, + "P": 0.22025051712989807, + "-": 0.7795366644859314 + }, + "id": "tp_19355" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2419386, + "label": "-", + "classification": { + "B": 1.9679197507671553e-12, + "S": 7.935362436595206e-12, + "I": 5.364076969271991e-07, + "C": 2.3969759510578115e-09, + "R": 1.9697732334122975e-10, + "M": 2.336591808926869e-09, + "O": 1.8496235654197335e-09, + "W": 6.738782448723057e-11, + "N": 4.535190445409398e-09, + "Y": 2.338592821615748e-06, + "U": 4.9655696221506673e-11, + "K": 3.882057342252665e-08, + "L": 7.832836809718025e-12, + "G": 3.673005011251007e-08, + "F": 4.2322484659962356e-05, + "E": 7.299451567632786e-07, + "T": 8.946589105107705e-07, + "P": 0.11069399863481522, + "-": 0.8892592191696167 + }, + "id": "tp_19356" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2419520, + "label": "-", + "classification": { + "B": 9.163881538679927e-18, + "S": 4.380423938408469e-17, + "I": 2.692694678341212e-10, + "C": 1.700092195115136e-14, + "R": 3.627566827382311e-17, + "M": 6.901226552030737e-13, + "O": 3.820781310694826e-14, + "W": 2.916377781660654e-17, + "N": 1.6800172093333482e-13, + "Y": 1.1186863241308131e-10, + "U": 5.1385501899365896e-18, + "K": 7.674145501299155e-16, + "L": 2.589648553455476e-17, + "G": 1.0984652857454202e-12, + "F": 7.638456622771628e-08, + "E": 6.884107728311051e-10, + "T": 1.8945293944749864e-10, + "P": 0.4360553026199341, + "-": 0.5639445781707764 + }, + "id": "tp_19357" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2419653, + "label": "-", + "classification": { + "B": 4.120444287961274e-15, + "S": 3.861251867288279e-14, + "I": 9.259205846490204e-09, + "C": 3.3407907516769253e-12, + "R": 1.079044893801534e-13, + "M": 2.6198135674726508e-11, + "O": 1.1522919771134177e-11, + "W": 1.0245228060021261e-13, + "N": 2.7809952257706883e-11, + "Y": 7.913868671494129e-09, + "U": 4.528921861016513e-14, + "K": 3.1933199140521396e-11, + "L": 1.3812169012423613e-14, + "G": 1.5716423995559836e-10, + "F": 3.191325049556326e-06, + "E": 8.969931464264391e-09, + "T": 1.346857114725708e-08, + "P": 0.269310861825943, + "-": 0.7306859493255615 + }, + "id": "tp_19358" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2419753, + "label": "P", + "classification": { + "B": 5.396880720098807e-10, + "S": 2.265602594420102e-09, + "I": 0.00017451071471441537, + "C": 2.3541853977349092e-07, + "R": 1.2845677410666667e-08, + "M": 4.418073444867332e-07, + "O": 4.523636576436729e-08, + "W": 1.2221963441305661e-09, + "N": 2.9573909614555305e-06, + "Y": 3.945183379983064e-06, + "U": 9.22674769920917e-10, + "K": 6.767199067780894e-08, + "L": 1.5375631878811191e-09, + "G": 1.8932681769001647e-06, + "F": 6.405115709640086e-05, + "E": 3.9006248698569834e-05, + "T": 2.683309276108048e-06, + "P": 0.9185280203819275, + "-": 0.08118215948343277 + }, + "id": "tp_19359" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2419887, + "label": "P", + "classification": { + "B": 4.4951697919515254e-10, + "S": 2.2886635642205277e-10, + "I": 0.00016746889741625637, + "C": 8.452843047734859e-08, + "R": 7.416333769327821e-09, + "M": 3.926899694306485e-07, + "O": 3.612683840970021e-08, + "W": 3.374827639568423e-10, + "N": 5.007587446925754e-07, + "Y": 1.514134510216536e-06, + "U": 4.5415954330607633e-10, + "K": 2.546496347122229e-10, + "L": 2.499836337932493e-09, + "G": 7.93853416780621e-07, + "F": 1.953017999767326e-06, + "E": 6.435222076106584e-06, + "T": 6.617884082515957e-06, + "P": 0.8955232501029968, + "-": 0.10429093986749649 + }, + "id": "tp_19360" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2420020, + "label": "P", + "classification": { + "B": 6.118340678540335e-08, + "S": 7.754351827315986e-08, + "I": 0.00034498810418881476, + "C": 1.6654428236506646e-06, + "R": 9.981199156072762e-08, + "M": 1.8236759160572547e-06, + "O": 6.552179456775775e-07, + "W": 1.266531484134248e-07, + "N": 1.462601085222559e-05, + "Y": 1.266422896151198e-05, + "U": 6.960242870945876e-08, + "K": 1.2024346460748347e-06, + "L": 4.0854924776567714e-08, + "G": 4.476730737223988e-06, + "F": 0.0003112875856459141, + "E": 0.00020621939620468765, + "T": 1.3692160791833885e-05, + "P": 0.9137275218963623, + "-": 0.08535867929458618 + }, + "id": "tp_19361" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2420153, + "label": "-", + "classification": { + "B": 1.5772413462400436e-05, + "S": 9.12662289920263e-06, + "I": 0.0010144391562789679, + "C": 0.00016771841910667717, + "R": 3.058854053961113e-05, + "M": 0.0003188609261997044, + "O": 0.000141114869620651, + "W": 1.8743390683084726e-05, + "N": 0.00011830607400042936, + "Y": 0.0012056613340973854, + "U": 1.0336030754842795e-05, + "K": 0.00015523997717536986, + "L": 1.161310137831606e-05, + "G": 0.0005660157185047865, + "F": 0.009858732111752033, + "E": 0.0015441437717527151, + "T": 0.0010487420950084925, + "P": 0.27720215916633606, + "-": 0.7065625786781311 + }, + "id": "tp_19362" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2420254, + "label": "P", + "classification": { + "B": 6.717604250638942e-10, + "S": 1.1706896563268288e-09, + "I": 9.548898560751695e-06, + "C": 3.615400956391568e-08, + "R": 2.1459012344848816e-09, + "M": 1.3686494604314703e-08, + "O": 2.6362096505749832e-08, + "W": 5.489689147708532e-09, + "N": 1.230220391335024e-06, + "Y": 5.072087787993951e-06, + "U": 3.5104401607810587e-09, + "K": 3.702068715938367e-05, + "L": 1.8657242417674524e-10, + "G": 8.277295364678139e-07, + "F": 0.0019170716404914856, + "E": 0.00026412075385451317, + "T": 2.525664285712992e-06, + "P": 0.6913421154022217, + "-": 0.30642038583755493 + }, + "id": "tp_19363" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2420387, + "label": "P", + "classification": { + "B": 2.0166588001302443e-05, + "S": 9.432736078451853e-06, + "I": 0.009935539215803146, + "C": 0.0002686091174837202, + "R": 0.00010104885586770251, + "M": 0.0004062688094563782, + "O": 0.00018282252131029963, + "W": 1.784135565685574e-05, + "N": 0.00048526935279369354, + "Y": 0.0018503422616049647, + "U": 2.4483344532200135e-05, + "K": 1.7396077964804135e-05, + "L": 4.276858817320317e-05, + "G": 0.0007976431515999138, + "F": 0.0016540370415896177, + "E": 0.0018462977604940534, + "T": 0.0024024327285587788, + "P": 0.5836147665977478, + "-": 0.3963228166103363 + }, + "id": "tp_19364" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2420521, + "label": "-", + "classification": { + "B": 7.64791465712733e-08, + "S": 2.382828512281776e-07, + "I": 0.00030386439175345004, + "C": 4.567096311802743e-06, + "R": 5.702289627151913e-07, + "M": 1.2726452951028477e-05, + "O": 6.662733994744485e-06, + "W": 2.0602320205398428e-07, + "N": 1.6457368474220857e-05, + "Y": 0.0002824757248163223, + "U": 1.6114999823457765e-07, + "K": 3.7450795389304403e-06, + "L": 3.196059878973756e-07, + "G": 9.498656436335295e-05, + "F": 0.0021523400209844112, + "E": 0.00020575245434883982, + "T": 0.00022700277622789145, + "P": 0.4363589584827423, + "-": 0.5603289008140564 + }, + "id": "tp_19365" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2420654, + "label": "-", + "classification": { + "B": 6.424431209239856e-09, + "S": 7.572367732855412e-10, + "I": 7.509070655942196e-06, + "C": 9.620362106943503e-08, + "R": 3.4159488571106067e-09, + "M": 8.050353699218249e-07, + "O": 3.5262050346318574e-07, + "W": 1.980365871290246e-09, + "N": 3.2648426184778145e-08, + "Y": 2.617519839986926e-06, + "U": 7.226390041914499e-10, + "K": 2.859556515188988e-11, + "L": 1.8744231056189165e-08, + "G": 1.2598379726114217e-06, + "F": 2.128418145730393e-06, + "E": 5.031027399127197e-07, + "T": 2.1629102775477804e-05, + "P": 0.25767219066619873, + "-": 0.7422908544540405 + }, + "id": "tp_19366" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2420754, + "label": "-", + "classification": { + "B": 7.918243317972529e-12, + "S": 6.520587563819957e-13, + "I": 7.546495339738613e-08, + "C": 8.858701272540515e-11, + "R": 2.831096468369765e-12, + "M": 8.140532137268508e-10, + "O": 3.979777618567937e-10, + "W": 1.443998132871771e-12, + "N": 2.8100588522761427e-10, + "Y": 2.4424869593531184e-07, + "U": 1.5840774872377672e-12, + "K": 7.584188832510108e-11, + "L": 2.6303293310797615e-12, + "G": 2.4437019519041314e-08, + "F": 9.743741429701913e-06, + "E": 1.3532529408166738e-07, + "T": 8.438788512421525e-08, + "P": 0.19425278902053833, + "-": 0.8057369589805603 + }, + "id": "tp_19367" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2420888, + "label": "P", + "classification": { + "B": 2.0229863617604593e-10, + "S": 1.7809055619100178e-10, + "I": 7.916684126030304e-07, + "C": 2.0714114867814715e-09, + "R": 3.694046110669369e-11, + "M": 2.6780416106930716e-08, + "O": 8.173502763497709e-09, + "W": 4.70300964838799e-10, + "N": 2.4059440661972076e-08, + "Y": 1.5389806549137575e-06, + "U": 1.4134496351125847e-10, + "K": 9.907626008498482e-08, + "L": 3.8133437380016844e-11, + "G": 2.1273719141845504e-07, + "F": 0.00021368751185946167, + "E": 2.6041081582661718e-05, + "T": 5.96261372720619e-07, + "P": 0.5117961764335632, + "-": 0.4879608154296875 + }, + "id": "tp_19368" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2421021, + "label": "P", + "classification": { + "B": 2.309357149954394e-10, + "S": 2.3311649485768804e-11, + "I": 1.3303870218805969e-06, + "C": 4.614870707797536e-09, + "R": 6.556945264524217e-11, + "M": 1.203152244499961e-08, + "O": 3.6700718020199474e-09, + "W": 1.0108306552902846e-10, + "N": 2.7192383456053904e-08, + "Y": 3.040989611236e-07, + "U": 5.013499684847211e-11, + "K": 1.55839110504985e-08, + "L": 2.512085504891015e-11, + "G": 2.3734961018817557e-07, + "F": 0.00011135791282868013, + "E": 4.435383016243577e-05, + "T": 1.5327599101055966e-07, + "P": 0.8322921991348267, + "-": 0.16755005717277527 + }, + "id": "tp_19369" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2421154, + "label": "P", + "classification": { + "B": 1.0583019047771813e-06, + "S": 2.9259888378874166e-06, + "I": 0.0005409909063018858, + "C": 1.2525330930657219e-05, + "R": 1.2487599860833143e-06, + "M": 5.991445141262375e-05, + "O": 1.2883108865935355e-05, + "W": 2.3927411803015275e-06, + "N": 6.0971942730247974e-05, + "Y": 0.00042483536526560783, + "U": 1.4580922425011522e-06, + "K": 5.0879385526059195e-05, + "L": 9.920933052853798e-07, + "G": 7.02749821357429e-05, + "F": 0.004296311642974615, + "E": 0.0012401292333379388, + "T": 0.0003075616550631821, + "P": 0.5683015584945679, + "-": 0.42461106181144714 + }, + "id": "tp_19370" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2421255, + "label": "-", + "classification": { + "B": 4.8646624922765724e-11, + "S": 3.6953010096318906e-12, + "I": 1.4880098264669073e-09, + "C": 5.455291166717169e-13, + "R": 5.356512691625896e-14, + "M": 7.749193647876851e-11, + "O": 4.2447523274091736e-10, + "W": 1.3095527266748785e-12, + "N": 6.874547372331952e-12, + "Y": 2.1525640991892914e-10, + "U": 2.5156359725772527e-15, + "K": 2.131559597611573e-14, + "L": 4.446724835138055e-13, + "G": 4.4830353318481286e-10, + "F": 1.4695503978146007e-06, + "E": 1.8735906159861315e-09, + "T": 2.670523358005994e-09, + "P": 0.4073585569858551, + "-": 0.5926399230957031 + }, + "id": "tp_19371" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2421388, + "label": "-", + "classification": { + "B": 2.1947451500636816e-07, + "S": 4.10454710220165e-08, + "I": 8.619047002866864e-05, + "C": 1.3508860092770192e-06, + "R": 7.166072890640862e-08, + "M": 1.0532331543799955e-05, + "O": 1.1849008387798676e-06, + "W": 3.41398376235702e-08, + "N": 9.27341488932143e-07, + "Y": 5.727675306843594e-05, + "U": 1.0996237698179812e-08, + "K": 1.374636138251617e-08, + "L": 1.6626840704248025e-07, + "G": 1.6786198102636263e-05, + "F": 0.00024436949752271175, + "E": 0.0001075273466994986, + "T": 3.75822201021947e-05, + "P": 0.27683883905410767, + "-": 0.7225968241691589 + }, + "id": "tp_19372" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2421522, + "label": "-", + "classification": { + "B": 3.8431318216680666e-07, + "S": 2.005902160817641e-06, + "I": 0.00022362972958944738, + "C": 1.2982147381990217e-05, + "R": 8.455893976133666e-07, + "M": 1.5287856513168663e-05, + "O": 1.026373229251476e-05, + "W": 3.4334505016886396e-06, + "N": 7.71304767113179e-05, + "Y": 0.00027966409106738865, + "U": 1.388261125612189e-06, + "K": 0.0011892548063769937, + "L": 3.679564315461903e-07, + "G": 8.639736188342795e-05, + "F": 0.028474800288677216, + "E": 0.004762505181133747, + "T": 0.0002297564351465553, + "P": 0.467204749584198, + "-": 0.4974251091480255 + }, + "id": "tp_19373" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2421655, + "label": "-", + "classification": { + "B": 2.1797980087612245e-10, + "S": 1.8460158401900628e-10, + "I": 3.3435735531384125e-06, + "C": 3.7053563772815323e-08, + "R": 1.2407713745332671e-09, + "M": 1.2668650128944137e-07, + "O": 2.4395102826701986e-08, + "W": 1.0513311332616126e-09, + "N": 8.3071313383698e-08, + "Y": 1.2072151548636612e-05, + "U": 1.5756302929048616e-09, + "K": 3.1738024972582934e-06, + "L": 1.563660173564685e-10, + "G": 1.2304835763643496e-06, + "F": 0.00035361366462893784, + "E": 3.7827412597835064e-05, + "T": 3.618272785388399e-06, + "P": 0.2188107967376709, + "-": 0.7807741165161133 + }, + "id": "tp_19374" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2421755, + "label": "P", + "classification": { + "B": 9.533679401485529e-10, + "S": 1.2544836003325344e-10, + "I": 2.2958087356528267e-05, + "C": 1.0757847235254303e-07, + "R": 3.895652689323015e-09, + "M": 1.6809731562261732e-07, + "O": 2.4346737959035636e-08, + "W": 3.869236597786596e-10, + "N": 7.808696977917862e-08, + "Y": 7.128373908926733e-06, + "U": 6.077511272017944e-10, + "K": 1.805575355895428e-09, + "L": 1.7924403072910877e-09, + "G": 2.392317128396826e-06, + "F": 4.6567005483666435e-05, + "E": 1.215577322000172e-05, + "T": 2.032689053521608e-06, + "P": 0.6274899840354919, + "-": 0.3724164068698883 + }, + "id": "tp_19375" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2421889, + "label": "-", + "classification": { + "B": 1.7462262538736617e-11, + "S": 1.486736775357933e-11, + "I": 2.8915928851347417e-06, + "C": 1.2602181520549038e-08, + "R": 3.215800126188384e-10, + "M": 1.8758331776780324e-08, + "O": 3.526912539797422e-09, + "W": 6.725067724921985e-11, + "N": 1.919778647163639e-08, + "Y": 8.676829565956723e-07, + "U": 9.055282218506377e-11, + "K": 2.9255979860920434e-09, + "L": 6.343818526044487e-11, + "G": 7.54559081883599e-08, + "F": 4.5057193347020075e-05, + "E": 5.6742524066066835e-06, + "T": 9.284639759243873e-07, + "P": 0.4915105700492859, + "-": 0.5084338188171387 + }, + "id": "tp_19376" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2422022, + "label": "P", + "classification": { + "B": 6.551193365567087e-08, + "S": 2.4994907477093875e-08, + "I": 0.00312625989317894, + "C": 3.374689549673349e-05, + "R": 3.2581233426753897e-06, + "M": 1.878376497188583e-05, + "O": 2.7024293558497448e-06, + "W": 1.487742906647327e-07, + "N": 3.3790278394008055e-05, + "Y": 0.00043047816143371165, + "U": 2.1239168290776433e-07, + "K": 1.7843937030193047e-06, + "L": 2.678639816622308e-07, + "G": 7.261222344823182e-05, + "F": 0.0003855694958474487, + "E": 0.0008569085039198399, + "T": 0.00013542044325731695, + "P": 0.6483654379844666, + "-": 0.34653255343437195 + }, + "id": "tp_19377" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2422155, + "label": "P", + "classification": { + "B": 3.166605644366882e-09, + "S": 3.095295042498947e-08, + "I": 4.0609825191495474e-06, + "C": 9.64072999209975e-09, + "R": 8.953142116574497e-10, + "M": 2.8178789079902344e-08, + "O": 5.4800231907847774e-08, + "W": 6.7184888763449635e-09, + "N": 5.126461246618419e-07, + "Y": 8.486771889693046e-07, + "U": 2.4170625501085397e-09, + "K": 2.374708714114604e-07, + "L": 1.3170348145408184e-09, + "G": 3.187849415553501e-07, + "F": 0.0004938194178976119, + "E": 1.0197008123213891e-05, + "T": 4.553265625872882e-06, + "P": 0.7684869170188904, + "-": 0.23099833726882935 + }, + "id": "tp_19378" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2422256, + "label": "-", + "classification": { + "B": 2.5775540556105536e-13, + "S": 1.2681304303093638e-13, + "I": 2.3119928016512858e-07, + "C": 6.014346798366432e-10, + "R": 7.81875605926352e-12, + "M": 4.378907514368535e-10, + "O": 1.2012529859717347e-10, + "W": 6.644478261867703e-13, + "N": 4.178326851178582e-10, + "Y": 1.4183427765601664e-07, + "U": 1.545659542197264e-12, + "K": 3.312692481438617e-11, + "L": 9.99168087677249e-13, + "G": 4.2772438924032485e-09, + "F": 2.7271814815321704e-06, + "E": 1.0332428956871809e-07, + "T": 1.3435939649752981e-07, + "P": 0.23703263700008392, + "-": 0.7629640102386475 + }, + "id": "tp_19379" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2422389, + "label": "P", + "classification": { + "B": 0.0009547755471430719, + "S": 0.00033489285851828754, + "I": 0.04525395855307579, + "C": 0.0031604603864252567, + "R": 0.0008581702713854611, + "M": 0.002936260774731636, + "O": 0.0009998674504458904, + "W": 0.00039855929207988083, + "N": 0.008151202462613583, + "Y": 0.010668277740478516, + "U": 0.0006708187283948064, + "K": 0.0019656952936202288, + "L": 0.0004915663157589734, + "G": 0.008458701893687248, + "F": 0.012770446017384529, + "E": 0.03904884308576584, + "T": 0.005978498142212629, + "P": 0.6750911474227905, + "-": 0.1818077713251114 + }, + "id": "tp_19380" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2422523, + "label": "-", + "classification": { + "B": 2.8068342317055794e-07, + "S": 5.393733815139967e-08, + "I": 5.4939486290095374e-05, + "C": 1.2355520084383897e-05, + "R": 2.5528748892611475e-07, + "M": 2.1629652110277675e-05, + "O": 3.3855803849291988e-06, + "W": 7.400254276035412e-08, + "N": 2.2519084268424194e-06, + "Y": 0.0002693692804314196, + "U": 2.8263499984859664e-08, + "K": 1.3824842426402029e-06, + "L": 2.429096639389172e-07, + "G": 0.0001712923258310184, + "F": 0.006848501972854137, + "E": 0.0007268473855219781, + "T": 5.0845810619648546e-05, + "P": 0.20273752510547638, + "-": 0.7890986800193787 + }, + "id": "tp_19381" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2422656, + "label": "P", + "classification": { + "B": 4.7017485371725343e-07, + "S": 1.1838312730105827e-06, + "I": 0.0005045556463301182, + "C": 9.788777788344305e-07, + "R": 1.309556694195635e-07, + "M": 2.7686035537044518e-05, + "O": 4.2890846998489e-06, + "W": 2.6564956101537973e-07, + "N": 2.280483749927953e-05, + "Y": 0.0001251981157111004, + "U": 6.128480123379632e-08, + "K": 7.828125490050297e-07, + "L": 2.676182191407861e-07, + "G": 1.7894721167976968e-05, + "F": 0.0007292031077668071, + "E": 0.0015198717592284083, + "T": 0.00011305563384667039, + "P": 0.8044938445091248, + "-": 0.19243742525577545 + }, + "id": "tp_19382" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2422756, + "label": "-", + "classification": { + "B": 3.728636954747344e-07, + "S": 1.5074980410645367e-06, + "I": 0.00028405096963979304, + "C": 2.1690288122044876e-05, + "R": 3.0694006909470772e-06, + "M": 2.808525096043013e-05, + "O": 2.2799726139055565e-05, + "W": 2.565074282756541e-06, + "N": 3.631047366070561e-05, + "Y": 0.0003438218554947525, + "U": 1.378808747176663e-06, + "K": 2.319702980457805e-05, + "L": 1.2078826330252923e-06, + "G": 6.98722287779674e-05, + "F": 0.005774118006229401, + "E": 0.00018388386524748057, + "T": 0.00046583529911004007, + "P": 0.31967517733573914, + "-": 0.6730610728263855 + }, + "id": "tp_19383" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2422890, + "label": "-", + "classification": { + "B": 1.624516153242439e-05, + "S": 2.478546775819268e-05, + "I": 0.0020944487769156694, + "C": 0.0001480735809309408, + "R": 2.7248132028034888e-05, + "M": 0.0004823800700251013, + "O": 0.00014343326620291919, + "W": 1.933291605382692e-05, + "N": 0.00021975519484840333, + "Y": 0.006095838267356157, + "U": 7.4627710091590416e-06, + "K": 0.0003151733544655144, + "L": 1.1744259609258734e-05, + "G": 0.0014800213975831866, + "F": 0.009111306630074978, + "E": 0.006421303376555443, + "T": 0.0025879431050270796, + "P": 0.2187962532043457, + "-": 0.7519972920417786 + }, + "id": "tp_19384" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2423023, + "label": "P", + "classification": { + "B": 3.939084081139299e-08, + "S": 5.2975948960920505e-08, + "I": 2.427421168249566e-05, + "C": 1.3912399765558803e-07, + "R": 1.754538025977581e-08, + "M": 1.0359480029364931e-06, + "O": 4.341962949183653e-07, + "W": 4.7585892559709464e-08, + "N": 2.4169164589693537e-06, + "Y": 1.0752310117823072e-05, + "U": 1.1553957790511049e-08, + "K": 5.61261458642548e-07, + "L": 5.948034953462411e-09, + "G": 2.859201231331099e-06, + "F": 0.0006328638992272317, + "E": 9.189666161546484e-05, + "T": 1.1093572538811713e-05, + "P": 0.8294527530670166, + "-": 0.169768825173378 + }, + "id": "tp_19385" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2423156, + "label": "P", + "classification": { + "B": 1.6427682112407638e-06, + "S": 4.795971335624927e-07, + "I": 0.004396567586809397, + "C": 9.83553945843596e-06, + "R": 8.069098953455978e-07, + "M": 5.605267870123498e-05, + "O": 8.066094778769184e-06, + "W": 2.904232871969725e-07, + "N": 8.40595384943299e-05, + "Y": 0.00022221187828108668, + "U": 1.1002754973787887e-07, + "K": 3.9472939761253656e-07, + "L": 8.464363645543926e-07, + "G": 0.00013988914724905044, + "F": 0.0002505773154553026, + "E": 0.0019235778599977493, + "T": 0.00015171029372140765, + "P": 0.8730745911598206, + "-": 0.11967825144529343 + }, + "id": "tp_19386" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2423257, + "label": "-", + "classification": { + "B": 9.324583061243175e-08, + "S": 6.179516987003808e-08, + "I": 0.00011988787446171045, + "C": 3.7833578971913084e-06, + "R": 2.188951526704841e-07, + "M": 2.0818255507037975e-05, + "O": 1.682257334323367e-06, + "W": 4.181382351475804e-08, + "N": 3.186511548847193e-06, + "Y": 0.0003277602372691035, + "U": 5.41640758910944e-08, + "K": 8.435100653514382e-07, + "L": 1.6443358674678166e-07, + "G": 8.662451728014275e-05, + "F": 0.0017959231045097113, + "E": 0.00030748231802135706, + "T": 0.00010909068078035489, + "P": 0.3617332875728607, + "-": 0.6354889273643494 + }, + "id": "tp_19387" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2423390, + "label": "P", + "classification": { + "B": 3.208236648788443e-06, + "S": 1.546256498841103e-05, + "I": 0.0007647068123333156, + "C": 1.7650419977144338e-05, + "R": 1.8195348729932448e-06, + "M": 4.710334906121716e-05, + "O": 2.2677510060020722e-05, + "W": 1.2479358701966703e-05, + "N": 0.00024324604601133615, + "Y": 0.0004575767379719764, + "U": 3.339826434967108e-06, + "K": 0.0006018973072059453, + "L": 1.425490040674049e-06, + "G": 0.0001423798530595377, + "F": 0.014126798138022423, + "E": 0.006114619318395853, + "T": 0.0003727994335349649, + "P": 0.6805768609046936, + "-": 0.2964738607406616 + }, + "id": "tp_19388" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2423524, + "label": "P", + "classification": { + "B": 5.2115716187017824e-08, + "S": 1.4087940591878123e-08, + "I": 0.0002276081359013915, + "C": 1.1332659823892755e-06, + "R": 1.291570157491151e-07, + "M": 5.954084372206125e-06, + "O": 9.189562888423097e-07, + "W": 2.205977622793398e-08, + "N": 2.739587898759055e-06, + "Y": 4.8884638090385124e-05, + "U": 2.8810196894824003e-08, + "K": 1.5948938170140536e-08, + "L": 9.229396624732544e-08, + "G": 1.0578519322734792e-05, + "F": 5.6631943152751774e-05, + "E": 4.965029438608326e-05, + "T": 8.797900954959914e-05, + "P": 0.7290740609169006, + "-": 0.2704334557056427 + }, + "id": "tp_19389" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2423657, + "label": "-", + "classification": { + "B": 2.3639138362341328e-06, + "S": 4.704861282789352e-07, + "I": 0.0006852368824183941, + "C": 0.0001189784670714289, + "R": 1.564675767440349e-05, + "M": 6.750737520633265e-05, + "O": 2.1354868295020424e-05, + "W": 1.1861818620673148e-06, + "N": 2.3257194698089734e-05, + "Y": 0.0017469058511778712, + "U": 2.556514573370805e-06, + "K": 1.1890445421158802e-05, + "L": 4.009179065178614e-06, + "G": 0.0006631822325289249, + "F": 0.0048526739701628685, + "E": 0.0004364437481854111, + "T": 0.0007577571668662131, + "P": 0.1869329810142517, + "-": 0.8036556839942932 + }, + "id": "tp_19390" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2423757, + "label": "P", + "classification": { + "B": 3.0753903956792783e-06, + "S": 3.4041565868392354e-06, + "I": 0.0004946112749166787, + "C": 8.350487405550666e-06, + "R": 1.4916174677637173e-06, + "M": 4.370571332401596e-05, + "O": 1.0223486242466606e-05, + "W": 3.0307905944937374e-06, + "N": 6.678845238639042e-05, + "Y": 0.00037203164538368583, + "U": 9.795605819817865e-07, + "K": 6.089113958296366e-05, + "L": 1.11538031433156e-06, + "G": 0.00010867769742617384, + "F": 0.009583067148923874, + "E": 0.004208199214190245, + "T": 0.0001970691664610058, + "P": 0.7227851748466492, + "-": 0.26204806566238403 + }, + "id": "tp_19391" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2423891, + "label": "-", + "classification": { + "B": 3.487808442059759e-07, + "S": 2.00876097977698e-08, + "I": 1.0677910722733941e-05, + "C": 2.0923387467064458e-07, + "R": 1.3380186736355881e-08, + "M": 9.385031489728135e-07, + "O": 6.928989932930563e-07, + "W": 2.690583933429025e-08, + "N": 2.1503571190351067e-07, + "Y": 1.3745613614446484e-05, + "U": 1.3983268765116463e-08, + "K": 6.023875620542185e-09, + "L": 7.431045645489576e-08, + "G": 6.429378572647693e-06, + "F": 0.00011319354234728962, + "E": 1.1667475519061554e-05, + "T": 2.1281075532897376e-05, + "P": 0.49888378381729126, + "-": 0.5009366869926453 + }, + "id": "tp_19392" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2424024, + "label": "P", + "classification": { + "B": 9.276665878132917e-06, + "S": 1.3350006156542804e-05, + "I": 0.03366464003920555, + "C": 0.00043611295404843986, + "R": 6.479371950263157e-05, + "M": 0.0002876974758692086, + "O": 4.593345147441141e-05, + "W": 1.7903475963976234e-05, + "N": 0.0017840296495705843, + "Y": 0.0034633162431418896, + "U": 6.184432095324155e-06, + "K": 0.0005758458864875138, + "L": 4.638547579816077e-06, + "G": 0.001066527795046568, + "F": 0.008503502234816551, + "E": 0.0343087837100029, + "T": 0.0010864657815545797, + "P": 0.7206780910491943, + "-": 0.19398285448551178 + }, + "id": "tp_19393" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2424157, + "label": "P", + "classification": { + "B": 2.3399734345730394e-05, + "S": 2.8619481327041285e-06, + "I": 0.004658399615436792, + "C": 0.0002176745911128819, + "R": 2.6529030947131105e-05, + "M": 0.0003691287711262703, + "O": 7.637960516149178e-05, + "W": 7.329214440687792e-06, + "N": 0.00018683118105400354, + "Y": 0.0015470993239432573, + "U": 9.837436664383858e-06, + "K": 1.848643660196103e-05, + "L": 1.8719054423854686e-05, + "G": 0.0009618469630368054, + "F": 0.0036506217438727617, + "E": 0.003066625678911805, + "T": 0.0008960835402831435, + "P": 0.5355119109153748, + "-": 0.4487501382827759 + }, + "id": "tp_19394" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2424258, + "label": "P", + "classification": { + "B": 4.115411798011337e-07, + "S": 9.146609869503664e-08, + "I": 0.0008271376136690378, + "C": 1.2717840036202688e-05, + "R": 1.8992085415447946e-06, + "M": 1.1422016541473567e-05, + "O": 2.849625388989807e-06, + "W": 2.5766459543774545e-07, + "N": 1.5937694115564227e-05, + "Y": 0.0003664928663056344, + "U": 4.820483354706084e-07, + "K": 3.527452463458758e-06, + "L": 2.9320949579414446e-07, + "G": 7.869257387937978e-05, + "F": 0.0007596765644848347, + "E": 0.0003119825560133904, + "T": 0.00011108454054920003, + "P": 0.6176958084106445, + "-": 0.3797992169857025 + }, + "id": "tp_19395" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2424391, + "label": "-", + "classification": { + "B": 1.400312044097518e-07, + "S": 9.098904740767466e-09, + "I": 0.00017124642909038812, + "C": 1.0054928907266003e-06, + "R": 3.1510193565509326e-08, + "M": 2.9803835786879063e-05, + "O": 6.874668656564609e-07, + "W": 1.2097253865306357e-08, + "N": 6.100448786128254e-07, + "Y": 0.00023223883181344718, + "U": 2.7236723987300593e-09, + "K": 7.695292403298026e-09, + "L": 7.74052537622083e-08, + "G": 3.5352517443243414e-05, + "F": 0.0001280979922739789, + "E": 0.0005882547702640295, + "T": 3.551485497155227e-05, + "P": 0.4344225227832794, + "-": 0.564354419708252 + }, + "id": "tp_19396" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2424525, + "label": "P", + "classification": { + "B": 6.921282991179112e-11, + "S": 2.968518764134842e-10, + "I": 2.6544432330410928e-05, + "C": 2.8854168832026517e-08, + "R": 5.841528927241768e-10, + "M": 1.092658230561483e-08, + "O": 3.489548872082082e-09, + "W": 4.29041552285625e-10, + "N": 8.488759704050608e-07, + "Y": 1.107108118958422e-06, + "U": 2.137254956346979e-10, + "K": 5.967532388240215e-07, + "L": 2.277448195309173e-11, + "G": 1.281272403730327e-07, + "F": 9.922984463628381e-05, + "E": 0.0001256339019164443, + "T": 1.8070613805321045e-07, + "P": 0.9428687691688538, + "-": 0.0568770132958889 + }, + "id": "tp_19397" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2424658, + "label": "P", + "classification": { + "B": 2.1824050691066077e-06, + "S": 1.8705985667111236e-06, + "I": 0.00351629126816988, + "C": 6.688507710350677e-05, + "R": 1.3614885574497748e-05, + "M": 0.00011676271969918162, + "O": 3.23411040881183e-05, + "W": 3.5717771424970124e-06, + "N": 0.0002709504624363035, + "Y": 0.001381620648317039, + "U": 3.300072648926289e-06, + "K": 0.00010167271830141544, + "L": 2.5119616111624055e-06, + "G": 0.00039511037175543606, + "F": 0.0032759220339357853, + "E": 0.003078566864132881, + "T": 0.00043840170837938786, + "P": 0.6411036849021912, + "-": 0.3461948335170746 + }, + "id": "tp_19398" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2424758, + "label": "P", + "classification": { + "B": 4.257771252014209e-06, + "S": 4.910479674435919e-06, + "I": 0.023739038035273552, + "C": 8.067722228588536e-05, + "R": 1.9376886484678835e-05, + "M": 0.00017802957154344767, + "O": 3.116057632723823e-05, + "W": 5.198052804189501e-06, + "N": 0.0009155555162578821, + "Y": 0.0017792893340811133, + "U": 3.0316934953589225e-06, + "K": 0.0001338728761766106, + "L": 3.1677991501055658e-06, + "G": 0.00042541022412478924, + "F": 0.0016585876001045108, + "E": 0.009018607437610626, + "T": 0.0006622882792726159, + "P": 0.8204225301742554, + "-": 0.1409149467945099 + }, + "id": "tp_19399" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2424892, + "label": "P", + "classification": { + "B": 0.00015985805657692254, + "S": 5.444623184303055e-06, + "I": 0.004289484582841396, + "C": 8.941830856201705e-06, + "R": 8.819809522719879e-07, + "M": 0.00026560697006061673, + "O": 6.865816249046475e-05, + "W": 3.4908914585685125e-06, + "N": 0.00010310449579264969, + "Y": 0.0002651792601682246, + "U": 4.498544683428918e-07, + "K": 6.517907991110405e-08, + "L": 1.1026313586626202e-05, + "G": 0.00015773580526001751, + "F": 0.00010275170643581077, + "E": 0.00189940445125103, + "T": 0.0004443627840373665, + "P": 0.8287192583084106, + "-": 0.16349433362483978 + }, + "id": "tp_19400" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2425025, + "label": "-", + "classification": { + "B": 3.128021853626706e-05, + "S": 2.3724427592242137e-05, + "I": 0.006065061315894127, + "C": 0.00014660597662441432, + "R": 6.4718937210273e-05, + "M": 0.000546789902728051, + "O": 0.0001787323853932321, + "W": 1.8245711544295773e-05, + "N": 0.0003144460206385702, + "Y": 0.012520179152488708, + "U": 9.609205335436855e-06, + "K": 3.8820238842163235e-05, + "L": 2.812079037539661e-05, + "G": 0.0015980984317138791, + "F": 0.0039329249411821365, + "E": 0.0015448222402483225, + "T": 0.006152848247438669, + "P": 0.40171727538108826, + "-": 0.565067708492279 + }, + "id": "tp_19401" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2425125, + "label": "P", + "classification": { + "B": 1.698512441805633e-08, + "S": 2.8292305387367378e-08, + "I": 0.0009258436039090157, + "C": 6.726917263222276e-07, + "R": 4.368737194226924e-08, + "M": 8.564277322875569e-07, + "O": 1.1224088325434423e-07, + "W": 2.988365466194409e-08, + "N": 2.91612832370447e-05, + "Y": 1.3009683243581094e-05, + "U": 9.852046289893224e-09, + "K": 1.0016809710577945e-06, + "L": 5.089868970742373e-09, + "G": 1.7690357481114916e-06, + "F": 8.375977631658316e-05, + "E": 0.0009096855646930635, + "T": 6.240983566385694e-06, + "P": 0.9714452028274536, + "-": 0.026582449674606323 + }, + "id": "tp_19402" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2425259, + "label": "P", + "classification": { + "B": 1.522104071227659e-06, + "S": 4.1189150579157285e-07, + "I": 0.001193892559967935, + "C": 3.1200750527204946e-05, + "R": 3.68192013411317e-06, + "M": 0.00010200802353210747, + "O": 1.1851993804157246e-05, + "W": 6.222502406671993e-07, + "N": 1.8268967323820107e-05, + "Y": 0.0005923443241044879, + "U": 7.062945428515377e-07, + "K": 2.9564793635472597e-07, + "L": 2.594428679003613e-06, + "G": 0.00016986193077173084, + "F": 0.0003052505198866129, + "E": 0.0003284679551143199, + "T": 0.0005868416046723723, + "P": 0.5242627859115601, + "-": 0.4723873734474182 + }, + "id": "tp_19403" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2425392, + "label": "-", + "classification": { + "B": 9.237382073479239e-06, + "S": 6.3704605963721406e-06, + "I": 0.0005194016266614199, + "C": 2.0249606677680276e-05, + "R": 4.134835307922913e-06, + "M": 0.0001085749245248735, + "O": 6.688972644042224e-05, + "W": 7.198486400739057e-06, + "N": 6.262267561396584e-05, + "Y": 0.000525057315826416, + "U": 3.2610441849101335e-06, + "K": 4.132377580390312e-05, + "L": 4.7224589252437e-06, + "G": 0.0002960771380458027, + "F": 0.009265779517591, + "E": 0.0013823389308527112, + "T": 0.0005145959439687431, + "P": 0.4180040657520294, + "-": 0.569158136844635 + }, + "id": "tp_19404" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2425526, + "label": "-", + "classification": { + "B": 5.445623401101329e-07, + "S": 1.3306134860613383e-07, + "I": 6.153481808723882e-05, + "C": 1.220011313307623e-06, + "R": 2.324403283182619e-07, + "M": 6.762316388631007e-06, + "O": 4.407555479701841e-06, + "W": 8.958245700796397e-08, + "N": 6.952701028239971e-07, + "Y": 4.10031461797189e-05, + "U": 1.6849069695012986e-08, + "K": 7.106476296314668e-09, + "L": 7.18411115485651e-07, + "G": 3.189170820405707e-05, + "F": 0.0004466427199076861, + "E": 2.210612547060009e-05, + "T": 9.18221558094956e-05, + "P": 0.28666338324546814, + "-": 0.7126268148422241 + }, + "id": "tp_19405" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2425626, + "label": "-", + "classification": { + "B": 4.676389835367445e-06, + "S": 1.485416851210175e-05, + "I": 0.0014211303787305951, + "C": 7.376479334197938e-05, + "R": 2.1650108465109952e-05, + "M": 0.00012390833580866456, + "O": 0.00011277593876002356, + "W": 1.6862793927430175e-05, + "N": 0.00024315690097864717, + "Y": 0.0012494163820520043, + "U": 9.718699402583297e-06, + "K": 0.0002803992247208953, + "L": 6.798470622015884e-06, + "G": 0.0003002039738930762, + "F": 0.00845611933618784, + "E": 0.001516845659352839, + "T": 0.0009145037038251758, + "P": 0.384079247713089, + "-": 0.6011540293693542 + }, + "id": "tp_19406" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2425759, + "label": "P", + "classification": { + "B": 2.403791055094473e-10, + "S": 1.2893613954290117e-10, + "I": 6.179331103339791e-05, + "C": 6.074800751321163e-08, + "R": 1.472441502059496e-09, + "M": 6.355526949164414e-08, + "O": 7.45969686022363e-09, + "W": 1.664542947921177e-10, + "N": 2.1515955950235366e-07, + "Y": 6.4150999605772085e-06, + "U": 3.8080841258114617e-10, + "K": 4.017087995578095e-09, + "L": 2.8905797200273753e-10, + "G": 4.767231303048902e-07, + "F": 1.0264340744470246e-05, + "E": 1.0206115803157445e-05, + "T": 2.2941794668440707e-06, + "P": 0.8208032846450806, + "-": 0.17910483479499817 + }, + "id": "tp_19407" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2425893, + "label": "-", + "classification": { + "B": 1.2141453225922305e-05, + "S": 6.136452157079475e-06, + "I": 0.0006513302796520293, + "C": 0.00011699490278260782, + "R": 1.0292405022482853e-05, + "M": 0.00019244273426011205, + "O": 7.75546723161824e-05, + "W": 7.273018582054647e-06, + "N": 0.00010192367335548624, + "Y": 0.001092165126465261, + "U": 6.390327598637668e-06, + "K": 6.958622543606907e-05, + "L": 7.380700026260456e-06, + "G": 0.00039925784221850336, + "F": 0.009165440686047077, + "E": 0.0018789671594277024, + "T": 0.0007668360485695302, + "P": 0.37566590309143066, + "-": 0.6097720265388489 + }, + "id": "tp_19408" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2426026, + "label": "-", + "classification": { + "B": 7.419183845058797e-08, + "S": 1.6050154272306827e-07, + "I": 0.0006657697958871722, + "C": 2.0850660803262144e-05, + "R": 1.911853132696706e-06, + "M": 2.2751513824914582e-05, + "O": 5.683177278115181e-06, + "W": 3.077354904235108e-07, + "N": 1.4136790014163125e-05, + "Y": 0.00022713563521392643, + "U": 2.7441231509328645e-07, + "K": 1.0695383707570727e-06, + "L": 4.311927455091791e-07, + "G": 3.66475542250555e-05, + "F": 0.0007006506202742457, + "E": 0.0003207882691640407, + "T": 0.00018218012701254338, + "P": 0.3252755403518677, + "-": 0.6725236177444458 + }, + "id": "tp_19409" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2426126, + "label": "-", + "classification": { + "B": 5.823117703585012e-07, + "S": 5.178963036200912e-08, + "I": 0.00019754967070184648, + "C": 1.1424887816247065e-05, + "R": 9.427663485439552e-07, + "M": 3.0226596209104173e-05, + "O": 4.940745839121519e-06, + "W": 1.0143254769445775e-07, + "N": 2.194678927480709e-06, + "Y": 0.00023116808733902872, + "U": 1.5167103128987947e-07, + "K": 1.0997638355547679e-07, + "L": 1.6652411432005465e-06, + "G": 0.0003163757792208344, + "F": 0.0013505297247320414, + "E": 0.00022415880812332034, + "T": 0.0001911363797262311, + "P": 0.3067638874053955, + "-": 0.6906728148460388 + }, + "id": "tp_19410" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2426260, + "label": "-", + "classification": { + "B": 9.460135856897978e-07, + "S": 1.712746922066799e-07, + "I": 0.0002751965948846191, + "C": 1.3521812434191816e-05, + "R": 5.258729061097256e-07, + "M": 2.27966665988788e-05, + "O": 5.322831384546589e-06, + "W": 4.536222775186616e-07, + "N": 1.0590259080345277e-05, + "Y": 0.00023442271049134433, + "U": 5.459626208903501e-07, + "K": 1.9057675899603055e-06, + "L": 6.536735099871294e-07, + "G": 6.448115891544148e-05, + "F": 0.0005267307860776782, + "E": 0.0005330390413291752, + "T": 0.00018391812045592815, + "P": 0.4160390794277191, + "-": 0.5820856094360352 + }, + "id": "tp_19411" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2426393, + "label": "-", + "classification": { + "B": 7.676420864299871e-06, + "S": 2.237274657090893e-06, + "I": 0.000130950371385552, + "C": 5.039711686549708e-05, + "R": 3.430060814935132e-06, + "M": 0.000101257894129958, + "O": 3.51279741153121e-05, + "W": 1.646525674914301e-06, + "N": 1.3482125723385252e-05, + "Y": 0.0007462488138116896, + "U": 2.130356278939871e-06, + "K": 8.284088835353032e-06, + "L": 5.0297649067942984e-06, + "G": 0.00048791832523420453, + "F": 0.0032644192688167095, + "E": 0.0002537338878028095, + "T": 0.0008273174753412604, + "P": 0.2511458098888397, + "-": 0.7429128885269165 + }, + "id": "tp_19412" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2426527, + "label": "P", + "classification": { + "B": 3.7063770719214517e-07, + "S": 1.4390309388545575e-07, + "I": 0.00304262968711555, + "C": 1.0205455510003958e-05, + "R": 3.1340587156591937e-06, + "M": 6.415318057406694e-05, + "O": 9.72793986875331e-06, + "W": 2.719832821185264e-07, + "N": 2.2402200556825846e-05, + "Y": 0.0007141375681385398, + "U": 1.2574766117268155e-07, + "K": 9.424048386108552e-08, + "L": 1.237556944033713e-06, + "G": 6.49056164547801e-05, + "F": 0.00019891343254130334, + "E": 0.00022697453096043319, + "T": 0.00046818298869766295, + "P": 0.5753929615020752, + "-": 0.4197794497013092 + }, + "id": "tp_19413" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2426627, + "label": "-", + "classification": { + "B": 7.373766038654139e-06, + "S": 1.0717291843320709e-05, + "I": 0.0006595436134375632, + "C": 1.0948346243822016e-05, + "R": 5.538349796552211e-06, + "M": 0.00015900889411568642, + "O": 0.00013368863437790424, + "W": 8.118262485368177e-06, + "N": 4.483255906961858e-05, + "Y": 0.00048597590648569167, + "U": 1.8879621848100214e-06, + "K": 1.5427360722242156e-06, + "L": 1.7568087059771642e-05, + "G": 0.0001549165608594194, + "F": 0.0015052456874400377, + "E": 0.00015521440946031362, + "T": 0.0026141200214624405, + "P": 0.32770657539367676, + "-": 0.6663171648979187 + }, + "id": "tp_19414" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2426760, + "label": "P", + "classification": { + "B": 7.35854612798903e-08, + "S": 2.6328004310016695e-07, + "I": 0.012871820479631424, + "C": 1.002396584226517e-05, + "R": 1.654909738135757e-06, + "M": 2.925605804193765e-05, + "O": 2.8549534363264684e-06, + "W": 1.9829801090054389e-07, + "N": 0.00015973699919413775, + "Y": 0.003410601755604148, + "U": 7.17969967922727e-08, + "K": 1.6140898878802545e-05, + "L": 7.401774837489938e-08, + "G": 7.362825272139162e-05, + "F": 0.0005476803053170443, + "E": 0.0012587814126163721, + "T": 0.00024321007367689162, + "P": 0.8092315196990967, + "-": 0.17214234173297882 + }, + "id": "tp_19415" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2426894, + "label": "P", + "classification": { + "B": 3.2700987162570527e-07, + "S": 7.647096111895735e-08, + "I": 0.0008626049966551363, + "C": 1.217929366248427e-05, + "R": 2.0343318283266854e-06, + "M": 1.8327242287341505e-05, + "O": 3.852241661661537e-06, + "W": 2.491915154223534e-07, + "N": 1.882451761048287e-05, + "Y": 0.00039798449142836034, + "U": 5.067606139164127e-07, + "K": 2.1116979951329995e-06, + "L": 4.304235119434452e-07, + "G": 6.651003786828369e-05, + "F": 0.00039494893280789256, + "E": 0.0003360533155500889, + "T": 0.00024304012185893953, + "P": 0.5607789158821106, + "-": 0.4368610680103302 + }, + "id": "tp_19416" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2427027, + "label": "-", + "classification": { + "B": 6.842504080850631e-05, + "S": 4.989482113160193e-05, + "I": 0.011275477707386017, + "C": 0.0024127699434757233, + "R": 0.00040849443757906556, + "M": 0.0032127543818205595, + "O": 0.00048582180170342326, + "W": 7.553526666015387e-05, + "N": 0.0007215559016913176, + "Y": 0.04020731523633003, + "U": 4.820234244107269e-05, + "K": 0.0006682746461592615, + "L": 0.00016095406317617744, + "G": 0.010886803269386292, + "F": 0.03351806476712227, + "E": 0.01700468175113201, + "T": 0.009952913969755173, + "P": 0.19538666307926178, + "-": 0.6734552979469299 + }, + "id": "tp_19417" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2427127, + "label": "P", + "classification": { + "B": 1.0140880135622865e-07, + "S": 4.1309892395702263e-08, + "I": 0.0005891090841032565, + "C": 2.893708597184741e-06, + "R": 2.9670425760741637e-07, + "M": 4.7422231546079274e-06, + "O": 1.8527630345488433e-06, + "W": 1.0713673503914833e-07, + "N": 9.967650839826092e-06, + "Y": 2.3522712581325322e-05, + "U": 4.641752937573074e-08, + "K": 4.9059519113825445e-08, + "L": 9.912658072153135e-08, + "G": 1.3338139069674071e-05, + "F": 3.8090136513346806e-05, + "E": 5.826359847560525e-05, + "T": 3.1691117328591645e-05, + "P": 0.8912975192070007, + "-": 0.10792823135852814 + }, + "id": "tp_19418" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2427261, + "label": "-", + "classification": { + "B": 9.82414076133864e-06, + "S": 4.5539250095316675e-06, + "I": 0.0038091642782092094, + "C": 0.0004672057693824172, + "R": 8.799482748145238e-05, + "M": 0.00030100555159151554, + "O": 0.0001037516922224313, + "W": 1.559010888740886e-05, + "N": 0.00021756869682576507, + "Y": 0.0028377771377563477, + "U": 2.0263509213691577e-05, + "K": 7.635576912434772e-05, + "L": 2.454430068610236e-05, + "G": 0.0010855491273105145, + "F": 0.009538212791085243, + "E": 0.0023608484771102667, + "T": 0.0013533688616007566, + "P": 0.38975536823272705, + "-": 0.5879310369491577 + }, + "id": "tp_19419" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2427394, + "label": "P", + "classification": { + "B": 2.814278445839591e-07, + "S": 1.0605413791608953e-07, + "I": 0.0006800666451454163, + "C": 2.757861693680752e-05, + "R": 1.991786348298774e-06, + "M": 3.139036562060937e-05, + "O": 4.703831109509338e-06, + "W": 2.771141112134501e-07, + "N": 1.628228164918255e-05, + "Y": 0.00015075627015903592, + "U": 5.065681989435689e-07, + "K": 2.0367715478641912e-06, + "L": 7.637186740794277e-07, + "G": 6.411364302039146e-05, + "F": 0.00099310209043324, + "E": 0.0007121011149138212, + "T": 0.00015867069305386394, + "P": 0.5265834331512451, + "-": 0.4705718755722046 + }, + "id": "tp_19420" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2427528, + "label": "-", + "classification": { + "B": 9.116146171272987e-10, + "S": 2.2757591644495534e-10, + "I": 5.37361775059253e-05, + "C": 3.0515514026774326e-07, + "R": 9.15469300366567e-09, + "M": 1.2763807717419695e-06, + "O": 4.546657450532621e-08, + "W": 9.561933467239214e-10, + "N": 9.253692923039125e-08, + "Y": 1.861418604676146e-05, + "U": 1.0553454776740523e-09, + "K": 6.834505184016848e-10, + "L": 5.2591739851948205e-09, + "G": 1.0966738273054943e-06, + "F": 1.963143949978985e-05, + "E": 2.344458880543243e-05, + "T": 9.235399375029374e-06, + "P": 0.33087438344955444, + "-": 0.668998122215271 + }, + "id": "tp_19421" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2427628, + "label": "-", + "classification": { + "B": 4.12907014135655e-10, + "S": 2.2713211866864924e-10, + "I": 1.9444612917141058e-05, + "C": 1.38848861297447e-07, + "R": 3.1295233071659823e-09, + "M": 1.748286138081312e-07, + "O": 2.5032402817259936e-08, + "W": 7.052593509193628e-10, + "N": 2.2807734012531e-07, + "Y": 7.366208592429757e-06, + "U": 1.297769336439103e-09, + "K": 1.0394985139328128e-07, + "L": 5.820590120997338e-10, + "G": 1.5057053133205045e-06, + "F": 0.00012204672384541482, + "E": 3.4640041121747345e-05, + "T": 3.463850589469075e-06, + "P": 0.41100701689720154, + "-": 0.5888038277626038 + }, + "id": "tp_19422" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2427761, + "label": "-", + "classification": { + "B": 9.617852811061312e-06, + "S": 5.828389475937001e-06, + "I": 0.0006170537089928985, + "C": 6.042649692972191e-05, + "R": 8.126672582875472e-06, + "M": 0.0001481222570873797, + "O": 3.801889033638872e-05, + "W": 3.572543846530607e-06, + "N": 4.441638520802371e-05, + "Y": 0.0012871632352471352, + "U": 2.016042117247707e-06, + "K": 7.064023975544842e-06, + "L": 6.2208423514675815e-06, + "G": 0.0004454786831047386, + "F": 0.007011201232671738, + "E": 0.00045269852853380144, + "T": 0.0007564673433080316, + "P": 0.43395572900772095, + "-": 0.5551407933235168 + }, + "id": "tp_19423" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2427895, + "label": "P", + "classification": { + "B": 1.1342762036292697e-06, + "S": 1.0909486718446715e-06, + "I": 0.0011219049338251352, + "C": 1.1373698498573503e-06, + "R": 8.258525951987394e-08, + "M": 1.3141087947587948e-05, + "O": 2.651049499036162e-06, + "W": 2.76160363910094e-07, + "N": 8.489659376209602e-05, + "Y": 1.5200406778603792e-05, + "U": 8.845887577990652e-08, + "K": 1.1109972319900407e-06, + "L": 9.02527901303074e-08, + "G": 7.064727469696663e-06, + "F": 4.743687532027252e-05, + "E": 0.0006523974006995559, + "T": 4.935915785608813e-05, + "P": 0.9644039273262024, + "-": 0.03359692543745041 + }, + "id": "tp_19424" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2428028, + "label": "P", + "classification": { + "B": 1.3726523206969432e-07, + "S": 3.258537972783415e-08, + "I": 7.402556366287172e-05, + "C": 5.316782747399884e-08, + "R": 2.6927533536280635e-09, + "M": 3.954894054913893e-06, + "O": 2.1808642713949666e-07, + "W": 6.820659148587538e-09, + "N": 1.0165243793380796e-06, + "Y": 4.239926056470722e-05, + "U": 1.2461162102184176e-09, + "K": 6.658800089098804e-08, + "L": 9.63447988056032e-09, + "G": 1.7031547031365335e-05, + "F": 0.0002221252943854779, + "E": 0.0005950728664174676, + "T": 2.2291207642410882e-05, + "P": 0.745631992816925, + "-": 0.2533896565437317 + }, + "id": "tp_19425" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2428128, + "label": "-", + "classification": { + "B": 3.951778015931495e-09, + "S": 2.5274632386995677e-10, + "I": 3.897840997524327e-06, + "C": 1.0056019128512617e-08, + "R": 2.4260338182813257e-10, + "M": 1.7764119775165454e-07, + "O": 1.136336180707076e-08, + "W": 1.560675061407224e-10, + "N": 1.983739927879924e-08, + "Y": 7.165310307755135e-06, + "U": 6.507996919147274e-11, + "K": 5.638333799851125e-09, + "L": 5.226054033968808e-10, + "G": 1.6430966525149415e-06, + "F": 0.0001959279179573059, + "E": 4.554033512249589e-05, + "T": 1.319635885010939e-06, + "P": 0.4603846073150635, + "-": 0.5393596887588501 + }, + "id": "tp_19426" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2428262, + "label": "P", + "classification": { + "B": 1.9515216109766698e-09, + "S": 1.2844077801332787e-08, + "I": 6.238940841285512e-05, + "C": 1.9589467115110892e-07, + "R": 2.2366464236256434e-08, + "M": 5.067769279776257e-07, + "O": 1.82358633082913e-07, + "W": 1.3589486869136636e-08, + "N": 2.6240854822390247e-06, + "Y": 1.563866862852592e-05, + "U": 7.988893102606198e-09, + "K": 1.303287604059733e-06, + "L": 1.5479023618425458e-09, + "G": 1.16124806481821e-06, + "F": 0.0002619694860186428, + "E": 5.1789214921882376e-05, + "T": 1.2091278222214896e-05, + "P": 0.6724476218223572, + "-": 0.3271424174308777 + }, + "id": "tp_19427" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2428395, + "label": "P", + "classification": { + "B": 2.8584141720244816e-09, + "S": 2.58563459532013e-09, + "I": 1.9961609723395668e-05, + "C": 1.2578264829699037e-07, + "R": 1.8291372860801403e-09, + "M": 2.644188441536244e-07, + "O": 1.362750765565579e-07, + "W": 4.189373292717846e-09, + "N": 1.1256900052103447e-06, + "Y": 1.0943500683424645e-06, + "U": 5.911987788209672e-09, + "K": 4.956899033459194e-07, + "L": 2.0572565873067106e-09, + "G": 2.5871702291624388e-06, + "F": 0.00020659736765082926, + "E": 0.0003466838679742068, + "T": 2.022515900534927e-06, + "P": 0.7695759534835815, + "-": 0.2298428863286972 + }, + "id": "tp_19428" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2428529, + "label": "P", + "classification": { + "B": 5.192972274414842e-09, + "S": 9.492168828728609e-09, + "I": 1.8445572322889348e-06, + "C": 5.184382256828712e-09, + "R": 3.4645991631165884e-10, + "M": 4.568802935978056e-08, + "O": 6.409631936321603e-08, + "W": 2.7132929236728387e-09, + "N": 2.638896035023208e-07, + "Y": 1.7418973357052892e-06, + "U": 5.757310739262778e-10, + "K": 1.7822505071762862e-07, + "L": 4.467987091416603e-10, + "G": 3.589945833937236e-07, + "F": 0.00022494110453408211, + "E": 3.1059800676302984e-05, + "T": 1.8013075759881758e-06, + "P": 0.6991083025932312, + "-": 0.3006294071674347 + }, + "id": "tp_19429" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2428629, + "label": "-", + "classification": { + "B": 0.00012254079047124833, + "S": 5.815850818180479e-05, + "I": 0.0005779811763204634, + "C": 3.793523501371965e-05, + "R": 1.0184902748733293e-05, + "M": 0.0003978028835263103, + "O": 0.00017734224093146622, + "W": 2.4294462491525337e-05, + "N": 0.0001253674563486129, + "Y": 0.002732914872467518, + "U": 1.1590044778131414e-05, + "K": 0.0003968372184317559, + "L": 2.9651309887412935e-05, + "G": 0.0020590205676853657, + "F": 0.03298977389931679, + "E": 0.008269847370684147, + "T": 0.0018832661444321275, + "P": 0.290083110332489, + "-": 0.6600123643875122 + }, + "id": "tp_19430" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2428762, + "label": "P", + "classification": { + "B": 2.268490106871468e-08, + "S": 2.3447892516514912e-08, + "I": 0.00012398265243973583, + "C": 4.2704434122242674e-07, + "R": 4.094891181694038e-08, + "M": 6.085874701966532e-07, + "O": 3.8653013234579703e-07, + "W": 7.067744434152701e-08, + "N": 1.2386274647724349e-05, + "Y": 3.3729098504409194e-05, + "U": 2.899727746807912e-08, + "K": 1.8836430172086693e-05, + "L": 4.731780300915034e-09, + "G": 8.093694304989185e-06, + "F": 0.0005960373673588037, + "E": 0.0008322940557263792, + "T": 1.0470772394910455e-05, + "P": 0.8375257253646851, + "-": 0.1608368307352066 + }, + "id": "tp_19431" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2428896, + "label": "-", + "classification": { + "B": 3.8716748917977384e-07, + "S": 2.163395009802116e-07, + "I": 0.001052060048095882, + "C": 2.402762765996158e-05, + "R": 2.9583572995761642e-06, + "M": 4.032633296446875e-05, + "O": 1.1584525054786354e-05, + "W": 7.69166376812791e-07, + "N": 2.8561011276906356e-05, + "Y": 0.00042173443944193423, + "U": 1.0377059425081825e-06, + "K": 3.269820808782242e-05, + "L": 9.562685363562196e-07, + "G": 0.0002972820948343724, + "F": 0.0027928443159908056, + "E": 0.0008947107708081603, + "T": 0.0001925065735122189, + "P": 0.3107922673225403, + "-": 0.6834131479263306 + }, + "id": "tp_19432" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2429029, + "label": "P", + "classification": { + "B": 1.674391354733462e-11, + "S": 6.041845843074434e-12, + "I": 1.3912801932747243e-07, + "C": 1.2824947770440076e-09, + "R": 1.4533165469676756e-11, + "M": 3.796546688139557e-10, + "O": 5.793548973898055e-10, + "W": 4.6343019699524035e-11, + "N": 1.5108202688907113e-08, + "Y": 7.805751778278136e-08, + "U": 1.3931905976094505e-11, + "K": 3.743612353446224e-08, + "L": 8.731157073380014e-13, + "G": 1.2484504452459078e-07, + "F": 5.784173117717728e-05, + "E": 3.783782085520215e-05, + "T": 2.4723197711296052e-08, + "P": 0.93426513671875, + "-": 0.0656386986374855 + }, + "id": "tp_19433" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2429129, + "label": "P", + "classification": { + "B": 6.6362360051641645e-09, + "S": 1.8622436925852526e-08, + "I": 1.1177886335644871e-05, + "C": 5.7585211266086844e-08, + "R": 1.4304976758694465e-08, + "M": 3.353655131377309e-07, + "O": 4.325717100073234e-07, + "W": 1.6222902132767558e-08, + "N": 5.856458074049442e-07, + "Y": 2.11150836548768e-05, + "U": 4.923812024770768e-09, + "K": 4.67072965193438e-07, + "L": 5.291494353798498e-09, + "G": 2.4640648916829377e-06, + "F": 0.000619621598161757, + "E": 1.785388303687796e-05, + "T": 1.1095363333879504e-05, + "P": 0.5313665270805359, + "-": 0.4679482579231262 + }, + "id": "tp_19434" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2429263, + "label": "P", + "classification": { + "B": 2.470149047439918e-05, + "S": 1.796179094526451e-05, + "I": 0.011808262206614017, + "C": 0.0010365936905145645, + "R": 0.00014167142217047513, + "M": 0.0024029987398535013, + "O": 0.0002692542620934546, + "W": 3.995667793788016e-05, + "N": 0.0006424220628105104, + "Y": 0.011721521615982056, + "U": 1.985231392609421e-05, + "K": 9.612846770323813e-05, + "L": 3.8703343307133764e-05, + "G": 0.002473159460350871, + "F": 0.003414999693632126, + "E": 0.011004962027072906, + "T": 0.005097013432532549, + "P": 0.4805834889411926, + "-": 0.4691663682460785 + }, + "id": "tp_19435" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2429396, + "label": "P", + "classification": { + "B": 7.387828413266129e-13, + "S": 6.648734948017099e-12, + "I": 1.405913394592062e-06, + "C": 3.236222748115303e-11, + "R": 8.179826716143979e-13, + "M": 2.843407731489833e-10, + "O": 6.722160328376248e-11, + "W": 5.713154775655038e-12, + "N": 3.63426728711147e-08, + "Y": 4.781427254130222e-09, + "U": 1.6634031391876691e-12, + "K": 2.3245650737635515e-08, + "L": 1.9193834347418226e-13, + "G": 2.1754611445601313e-09, + "F": 1.6705582311260514e-05, + "E": 4.7737823479110375e-05, + "T": 5.428338223367746e-09, + "P": 0.9862035512924194, + "-": 0.013730588369071484 + }, + "id": "tp_19436" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2429530, + "label": "P", + "classification": { + "B": 1.1727552262641439e-10, + "S": 1.064779930892712e-09, + "I": 3.110473699052818e-06, + "C": 1.0209744161215895e-08, + "R": 3.116230329336389e-10, + "M": 8.215743463324543e-08, + "O": 2.0204597106499023e-08, + "W": 4.515524620885003e-10, + "N": 1.084755254510128e-07, + "Y": 2.166200829378795e-06, + "U": 1.5815587728340574e-10, + "K": 1.5195450231431096e-08, + "L": 2.2798829490966455e-10, + "G": 1.7922650386026362e-07, + "F": 0.00026720479945652187, + "E": 7.555218871857505e-06, + "T": 2.3652587515243795e-06, + "P": 0.5360512137413025, + "-": 0.4636659622192383 + }, + "id": "tp_19437" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2429630, + "label": "P", + "classification": { + "B": 2.32156253332505e-05, + "S": 1.8969196389662102e-05, + "I": 0.0008943617576733232, + "C": 1.3718974514631554e-05, + "R": 2.785669266813784e-06, + "M": 0.000166816491400823, + "O": 7.662388088647276e-05, + "W": 1.5039237041492015e-05, + "N": 0.00014342569920700043, + "Y": 0.00043009722139686346, + "U": 5.39358325113426e-06, + "K": 9.025125473272055e-05, + "L": 6.07154106546659e-06, + "G": 0.00019343044550623745, + "F": 0.00640874495729804, + "E": 0.002744305180385709, + "T": 0.0005776292528025806, + "P": 0.5807570219039917, + "-": 0.40743201971054077 + }, + "id": "tp_19438" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2429763, + "label": "P", + "classification": { + "B": 1.3380066832269222e-07, + "S": 2.939890464404016e-07, + "I": 0.0011171280639246106, + "C": 3.0610356134275207e-06, + "R": 3.6131902447777975e-07, + "M": 1.1656888091238216e-05, + "O": 2.3505883746111067e-06, + "W": 1.675249308163984e-07, + "N": 5.980213973089121e-05, + "Y": 0.00014732293493580073, + "U": 6.219022452569334e-08, + "K": 5.108959157951176e-06, + "L": 8.10177951393598e-08, + "G": 2.004603811656125e-05, + "F": 0.0007088175043463707, + "E": 0.000734784931410104, + "T": 7.47335798223503e-05, + "P": 0.856440007686615, + "-": 0.14067398011684418 + }, + "id": "tp_19439" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2429897, + "label": "P", + "classification": { + "B": 1.3029443302059462e-08, + "S": 2.3992027919916836e-08, + "I": 0.00034449866507202387, + "C": 5.601922339337762e-07, + "R": 4.338101788903259e-08, + "M": 6.568538992723916e-07, + "O": 2.213815406548747e-07, + "W": 3.538501758271195e-08, + "N": 2.217289147665724e-05, + "Y": 2.626910645631142e-05, + "U": 4.149548260556912e-08, + "K": 2.265715920657385e-05, + "L": 3.6320506602294245e-09, + "G": 1.6030770666475291e-06, + "F": 0.00032356297015212476, + "E": 0.0006190449930727482, + "T": 8.279693247459363e-06, + "P": 0.903048574924469, + "-": 0.09558180719614029 + }, + "id": "tp_19440" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2430030, + "label": "P", + "classification": { + "B": 9.829057567856125e-09, + "S": 3.924995439774648e-08, + "I": 0.0001809774257708341, + "C": 5.669855340784125e-07, + "R": 2.8109324645697598e-08, + "M": 7.710605700594897e-07, + "O": 3.279439511061355e-07, + "W": 5.618469955948058e-08, + "N": 1.6322877854690887e-05, + "Y": 1.3225149814388715e-05, + "U": 1.4818875904154538e-08, + "K": 1.0327485142624937e-05, + "L": 7.098682530681799e-09, + "G": 7.877608368289657e-06, + "F": 0.0006307504372671247, + "E": 0.0006591646815650165, + "T": 6.068731636332814e-06, + "P": 0.9363242983818054, + "-": 0.06214917451143265 + }, + "id": "tp_19441" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2430130, + "label": "P", + "classification": { + "B": 3.211839016969975e-09, + "S": 4.0647417876016334e-08, + "I": 9.349062565888744e-06, + "C": 1.0091248725530022e-08, + "R": 1.458603904325173e-09, + "M": 2.2575730440621555e-07, + "O": 1.4203696707681956e-07, + "W": 2.0778536224952404e-08, + "N": 1.2578781252159388e-06, + "Y": 2.6878603875957197e-06, + "U": 2.6112463302752076e-09, + "K": 2.3075431272445712e-06, + "L": 1.7583521305652994e-09, + "G": 8.004340656952991e-07, + "F": 0.0011416154447942972, + "E": 7.880689372541383e-05, + "T": 7.569253284600563e-06, + "P": 0.7394840121269226, + "-": 0.2592710852622986 + }, + "id": "tp_19442" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2430264, + "label": "-", + "classification": { + "B": 4.911254336548154e-08, + "S": 5.424493743078074e-09, + "I": 4.6634828322567046e-05, + "C": 1.6268346371361986e-05, + "R": 2.810904788930202e-07, + "M": 4.7452749640797265e-06, + "O": 3.8436087379523087e-07, + "W": 1.1889928153152596e-08, + "N": 9.622663128538989e-07, + "Y": 4.723389065475203e-05, + "U": 3.4665230685959614e-08, + "K": 1.0443459359521512e-06, + "L": 3.4611911559068176e-08, + "G": 3.982118869316764e-05, + "F": 0.002312196185812354, + "E": 0.00032357143936678767, + "T": 1.923738091136329e-05, + "P": 0.3028174340724945, + "-": 0.6943700909614563 + }, + "id": "tp_19443" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2430397, + "label": "-", + "classification": { + "B": 2.8819941988444953e-08, + "S": 6.47699636147081e-08, + "I": 0.00012914830585941672, + "C": 7.635261681571137e-06, + "R": 4.398430348828697e-07, + "M": 2.7770558972406434e-06, + "O": 1.9709898424480343e-06, + "W": 1.5154425625496515e-07, + "N": 5.194966888666386e-06, + "Y": 8.459460514131933e-05, + "U": 2.9946957624815695e-07, + "K": 2.167985485357349e-06, + "L": 1.3478688742907252e-07, + "G": 1.3210515135142487e-05, + "F": 0.0009368999162688851, + "E": 5.0331778766121715e-05, + "T": 0.00012275337940081954, + "P": 0.21917608380317688, + "-": 0.7794662714004517 + }, + "id": "tp_19444" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2430531, + "label": "P", + "classification": { + "B": 2.9625268780364422e-06, + "S": 3.0027813409105875e-06, + "I": 0.0014603432500734925, + "C": 1.3432927516987547e-05, + "R": 1.010058326755825e-06, + "M": 6.770820618839934e-05, + "O": 1.3722593394049909e-05, + "W": 2.5581455247447593e-06, + "N": 0.00023296958534047008, + "Y": 0.00027091134688816965, + "U": 1.8712063365455833e-06, + "K": 0.0006896729464642704, + "L": 1.101631710298534e-06, + "G": 0.0005754077574238181, + "F": 0.007048625033348799, + "E": 0.017772981896996498, + "T": 0.000394666800275445, + "P": 0.7401517629623413, + "-": 0.23129533231258392 + }, + "id": "tp_19445" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2430631, + "label": "-", + "classification": { + "B": 5.6162311921070796e-06, + "S": 1.2405298548401333e-06, + "I": 0.0006982411141507328, + "C": 5.88990151300095e-05, + "R": 1.0217821909463964e-05, + "M": 0.00010944850509986281, + "O": 2.6197116312687285e-05, + "W": 3.5402215416979743e-06, + "N": 2.665769170562271e-05, + "Y": 0.001964265014976263, + "U": 8.366404472326394e-06, + "K": 5.1552797231124714e-05, + "L": 5.87172098676092e-06, + "G": 0.00045024798600934446, + "F": 0.003625154262408614, + "E": 0.000805863703135401, + "T": 0.000834863109048456, + "P": 0.2328215390443802, + "-": 0.7584922313690186 + }, + "id": "tp_19446" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2430764, + "label": "P", + "classification": { + "B": 6.2781890797225515e-09, + "S": 5.961475757487733e-09, + "I": 3.9550115616293624e-05, + "C": 2.8778712746202473e-08, + "R": 2.749772409771367e-09, + "M": 2.762897395314212e-07, + "O": 1.072631334864127e-07, + "W": 3.567664830228523e-09, + "N": 1.115661689254921e-06, + "Y": 2.2044855541025754e-06, + "U": 1.4635272993501758e-09, + "K": 3.13023420517311e-08, + "L": 2.61051291694514e-09, + "G": 9.588839020580053e-07, + "F": 4.886126407654956e-05, + "E": 1.9806890122708865e-05, + "T": 2.9945713322376832e-06, + "P": 0.9450980424880981, + "-": 0.054786019027233124 + }, + "id": "tp_19447" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2430898, + "label": "P", + "classification": { + "B": 2.8743608027070877e-07, + "S": 1.2120394465853224e-08, + "I": 2.6642248485586606e-05, + "C": 6.600474193874106e-07, + "R": 3.517804714192607e-08, + "M": 6.644811492151348e-07, + "O": 3.7231950500427047e-07, + "W": 2.993265013628843e-08, + "N": 9.81403786681767e-07, + "Y": 3.702013373185764e-06, + "U": 1.3076481231166781e-08, + "K": 2.0319795623890968e-07, + "L": 3.04581178056651e-08, + "G": 1.3903810213378165e-05, + "F": 0.0005109919002279639, + "E": 0.0003284047998022288, + "T": 3.8562825466215145e-06, + "P": 0.7826382517814636, + "-": 0.21647091209888458 + }, + "id": "tp_19448" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2431031, + "label": "P", + "classification": { + "B": 1.3552987184084486e-05, + "S": 6.226610366866225e-06, + "I": 0.0028663710691034794, + "C": 0.00012296228669583797, + "R": 4.1306786442874e-05, + "M": 0.00021279884094838053, + "O": 7.343106699408963e-05, + "W": 1.1329042536090128e-05, + "N": 0.00014945989823900163, + "Y": 0.001541741075925529, + "U": 7.758097126497887e-06, + "K": 4.88871919515077e-05, + "L": 1.511957907496253e-05, + "G": 0.0007715685642324388, + "F": 0.011246462352573872, + "E": 0.0032945494167506695, + "T": 0.0006762664997950196, + "P": 0.5083381533622742, + "-": 0.47056207060813904 + }, + "id": "tp_19449" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2431131, + "label": "P", + "classification": { + "B": 4.798503283609534e-08, + "S": 3.303984996705367e-08, + "I": 0.0001851262350101024, + "C": 7.311336958082393e-07, + "R": 7.78121176381319e-08, + "M": 1.2428110949258553e-06, + "O": 3.418878122829483e-07, + "W": 1.7562065579568298e-08, + "N": 4.311458269512514e-06, + "Y": 3.437326813582331e-05, + "U": 2.2125540510842256e-08, + "K": 1.2154666251262825e-07, + "L": 3.673768844691949e-08, + "G": 8.674511263961904e-06, + "F": 0.00020753788703586906, + "E": 6.600217602681369e-05, + "T": 1.722349588817451e-05, + "P": 0.9030734896659851, + "-": 0.09640056639909744 + }, + "id": "tp_19450" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2431265, + "label": "-", + "classification": { + "B": 2.079515797959175e-05, + "S": 3.69448825949803e-05, + "I": 0.0021999157033860683, + "C": 0.00022502698993775994, + "R": 4.4688651541946456e-05, + "M": 0.0004433215071912855, + "O": 0.00019693707872647792, + "W": 4.777427238877863e-05, + "N": 0.0003818495024461299, + "Y": 0.003359151305630803, + "U": 1.4122478205536027e-05, + "K": 0.0008425935520790517, + "L": 2.6752819394459948e-05, + "G": 0.0025851218961179256, + "F": 0.0551062747836113, + "E": 0.009716267697513103, + "T": 0.0018638179171830416, + "P": 0.3301754593849182, + "-": 0.5927131772041321 + }, + "id": "tp_19451" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2431398, + "label": "P", + "classification": { + "B": 7.455251420651621e-07, + "S": 9.075683351511543e-07, + "I": 0.001982480753213167, + "C": 2.9784764592477586e-06, + "R": 4.250576637332415e-07, + "M": 1.1611148693191353e-05, + "O": 2.6709535632107873e-06, + "W": 5.343333668861305e-07, + "N": 0.0002316357276868075, + "Y": 7.962584641063586e-05, + "U": 4.760551917115663e-07, + "K": 1.742717358865775e-05, + "L": 1.5475070824777504e-07, + "G": 1.566247556183953e-05, + "F": 0.00032000194187276065, + "E": 0.0017617489211261272, + "T": 5.0076494517270476e-05, + "P": 0.9603118300437927, + "-": 0.03520914912223816 + }, + "id": "tp_19452" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2431532, + "label": "P", + "classification": { + "B": 4.358722716091279e-09, + "S": 1.2853242026267253e-08, + "I": 2.9271763196447864e-05, + "C": 7.711121696729606e-08, + "R": 1.6024946702941634e-08, + "M": 2.442959328163852e-07, + "O": 1.7757709258603427e-07, + "W": 1.6342475817054947e-08, + "N": 9.395018878421979e-07, + "Y": 7.909751730039716e-06, + "U": 3.413456850509533e-09, + "K": 2.0158306313078356e-07, + "L": 2.366201234949017e-09, + "G": 8.129075581564393e-07, + "F": 0.00025556303444318473, + "E": 1.0338627362216357e-05, + "T": 5.976256034045946e-06, + "P": 0.7518712282180786, + "-": 0.24781718850135803 + }, + "id": "tp_19453" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2431632, + "label": "-", + "classification": { + "B": 0.0009648627019487321, + "S": 0.0012860248098149896, + "I": 0.029645979404449463, + "C": 0.005122366361320019, + "R": 0.002850031014531851, + "M": 0.00473420787602663, + "O": 0.004068956710398197, + "W": 0.001789470436051488, + "N": 0.008762646466493607, + "Y": 0.021287063136696815, + "U": 0.0017409699503332376, + "K": 0.012050598859786987, + "L": 0.0010878723114728928, + "G": 0.008802879601716995, + "F": 0.05855334922671318, + "E": 0.02067968249320984, + "T": 0.013670356012880802, + "P": 0.37587395310401917, + "-": 0.4270287752151489 + }, + "id": "tp_19454" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2431765, + "label": "-", + "classification": { + "B": 1.0120305660166196e-06, + "S": 3.456390800238296e-07, + "I": 0.0005846510757692158, + "C": 1.5079420336405747e-05, + "R": 1.5386758605018258e-06, + "M": 7.842204649932683e-05, + "O": 1.0710831702454016e-05, + "W": 5.813659527120763e-07, + "N": 1.3759801731794141e-05, + "Y": 0.00041900042560882866, + "U": 3.588598076476046e-07, + "K": 4.5534295622928767e-07, + "L": 1.4062624131838675e-06, + "G": 0.00010703719453886151, + "F": 0.00042777086491696537, + "E": 0.00040374137461185455, + "T": 0.0004611678305082023, + "P": 0.4630490243434906, + "-": 0.534423828125 + }, + "id": "tp_19455" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2431899, + "label": "P", + "classification": { + "B": 1.2869359125033952e-05, + "S": 3.3255830203415826e-05, + "I": 0.002604665234684944, + "C": 0.00010368456423748285, + "R": 1.9985063772764988e-05, + "M": 9.347576269647107e-05, + "O": 9.583659266354516e-05, + "W": 5.6656295782886446e-05, + "N": 0.0009214564342983067, + "Y": 0.000809487362857908, + "U": 3.137125167995691e-05, + "K": 0.0027183431666344404, + "L": 7.783472028677352e-06, + "G": 0.00045308851986192167, + "F": 0.019129669293761253, + "E": 0.015175635926425457, + "T": 0.0006561483023688197, + "P": 0.687441885471344, + "-": 0.2696346938610077 + }, + "id": "tp_19456" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2432032, + "label": "P", + "classification": { + "B": 7.094430998222379e-08, + "S": 3.782161570597964e-07, + "I": 4.771118256030604e-06, + "C": 1.4273767945383042e-08, + "R": 3.2986424702841077e-09, + "M": 4.6140598897181917e-07, + "O": 1.7498012994110468e-06, + "W": 1.0388444593445456e-07, + "N": 5.259069553176232e-07, + "Y": 2.1255384581309045e-06, + "U": 1.1873334537781943e-09, + "K": 1.0328884059163101e-07, + "L": 1.6421362047935872e-08, + "G": 2.8674894565483555e-06, + "F": 0.004550643265247345, + "E": 4.327981878304854e-05, + "T": 2.812182628986193e-06, + "P": 0.6810125708580017, + "-": 0.31437745690345764 + }, + "id": "tp_19457" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2432132, + "label": "P", + "classification": { + "B": 7.716096774856851e-07, + "S": 1.2669684679167403e-07, + "I": 0.00042031865450553596, + "C": 1.6072168364189565e-05, + "R": 6.341219318528601e-07, + "M": 1.4612259292334784e-05, + "O": 2.2275096398516325e-06, + "W": 2.808617409755243e-07, + "N": 2.0004978068755008e-05, + "Y": 7.271228969329968e-05, + "U": 4.485346494220721e-07, + "K": 5.437006620923057e-06, + "L": 2.0781163811989245e-07, + "G": 5.236979995970614e-05, + "F": 0.0005864074337296188, + "E": 0.0013898330507799983, + "T": 4.901245847577229e-05, + "P": 0.7498989105224609, + "-": 0.24746960401535034 + }, + "id": "tp_19458" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2432266, + "label": "P", + "classification": { + "B": 2.489511416570167e-06, + "S": 6.176734359542024e-07, + "I": 0.00017328302783425897, + "C": 1.167084883491043e-05, + "R": 4.250003655670298e-07, + "M": 2.6027815692941658e-05, + "O": 5.6748649512883276e-06, + "W": 6.051220680092229e-07, + "N": 1.6565978512517177e-05, + "Y": 0.00013408063387032598, + "U": 5.423441393759276e-07, + "K": 3.997543899458833e-06, + "L": 4.4464789539233607e-07, + "G": 4.981872552889399e-05, + "F": 0.001313021290116012, + "E": 0.0007385407225228846, + "T": 0.00010830153041752055, + "P": 0.7387031316757202, + "-": 0.25871068239212036 + }, + "id": "tp_19459" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2432399, + "label": "P", + "classification": { + "B": 2.9198497486504493e-07, + "S": 8.086427101261506e-07, + "I": 0.00012698186037596315, + "C": 1.9167910068063065e-06, + "R": 1.7222515680259676e-07, + "M": 5.336446974979481e-06, + "O": 5.035586127632996e-06, + "W": 9.001090006677259e-07, + "N": 3.088420635322109e-05, + "Y": 5.199202132644132e-05, + "U": 2.0004090117708984e-07, + "K": 3.703267429955304e-05, + "L": 1.8595606832150224e-07, + "G": 5.8211204304825515e-05, + "F": 0.005014942958950996, + "E": 0.0016063152579590678, + "T": 6.034965917933732e-05, + "P": 0.7701119780540466, + "-": 0.2228865772485733 + }, + "id": "tp_19460" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2432533, + "label": "P", + "classification": { + "B": 1.58027937402494e-08, + "S": 7.213871100475444e-08, + "I": 0.00047226398601196706, + "C": 6.336795763672853e-07, + "R": 6.800902241366202e-08, + "M": 2.431214170428575e-06, + "O": 3.7010102005297085e-07, + "W": 4.8807766717118284e-08, + "N": 3.017080780409742e-05, + "Y": 1.5087268366187345e-05, + "U": 1.5510979167743244e-08, + "K": 2.8360898340906715e-06, + "L": 9.958051272462853e-09, + "G": 3.0572525702154962e-06, + "F": 0.00042467276216484606, + "E": 0.0005207478534430265, + "T": 9.504120498604607e-06, + "P": 0.9525213837623596, + "-": 0.045996636152267456 + }, + "id": "tp_19461" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2432633, + "label": "P", + "classification": { + "B": 2.27752225328004e-05, + "S": 1.7334508811472915e-05, + "I": 0.01023909728974104, + "C": 9.261083323508501e-05, + "R": 8.764150152273942e-06, + "M": 0.00021088011271785945, + "O": 2.8133894375059754e-05, + "W": 4.509676728048362e-06, + "N": 0.0019045398803427815, + "Y": 0.0003617216134443879, + "U": 3.4726792819128605e-06, + "K": 0.00010653273056959733, + "L": 7.901095159468241e-06, + "G": 0.0008559721172787249, + "F": 0.003917102701961994, + "E": 0.026558279991149902, + "T": 0.00042421623948030174, + "P": 0.9297810196876526, + "-": 0.02545514889061451 + }, + "id": "tp_19462" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2432766, + "label": "P", + "classification": { + "B": 3.119595248790574e-08, + "S": 1.6829018179009836e-08, + "I": 9.555193537380546e-05, + "C": 5.3833549173987194e-08, + "R": 3.851816643418715e-09, + "M": 9.274781831436485e-08, + "O": 9.476905660221746e-08, + "W": 8.299944731504638e-09, + "N": 2.7509704523254186e-06, + "Y": 6.175117732709623e-07, + "U": 1.394237614249505e-09, + "K": 8.86947049139053e-09, + "L": 3.733280351525536e-09, + "G": 6.230628741832334e-07, + "F": 1.9471977793728e-05, + "E": 2.7981999664916657e-05, + "T": 5.141168912814464e-07, + "P": 0.988222062587738, + "-": 0.011630167253315449 + }, + "id": "tp_19463" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2432900, + "label": "-", + "classification": { + "B": 8.18315548656301e-09, + "S": 7.66442109778609e-09, + "I": 1.2103493645554408e-05, + "C": 8.345975288648333e-08, + "R": 1.3833652445782718e-08, + "M": 5.064820811639947e-07, + "O": 3.1866900940258347e-07, + "W": 7.403885948775724e-09, + "N": 2.6040254397230456e-07, + "Y": 1.065402011590777e-05, + "U": 3.474091903044041e-09, + "K": 1.4687017824144277e-07, + "L": 9.151441382471148e-09, + "G": 3.465106829025899e-06, + "F": 0.0008416312630288303, + "E": 2.7568852601689287e-05, + "T": 1.3716492503590416e-05, + "P": 0.2574993968009949, + "-": 0.741590142250061 + }, + "id": "tp_19464" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2433033, + "label": "P", + "classification": { + "B": 1.733962839978176e-08, + "S": 7.631496146132122e-08, + "I": 0.0009186670649796724, + "C": 7.36904667064664e-07, + "R": 8.39656806306266e-08, + "M": 1.5271509710146347e-06, + "O": 3.2758688917056134e-07, + "W": 2.764635276264471e-08, + "N": 4.2754083551699296e-05, + "Y": 4.3583117076195776e-05, + "U": 7.647987132486378e-09, + "K": 8.199855983548332e-06, + "L": 1.5533776931420107e-08, + "G": 2.85754995275056e-05, + "F": 0.0025941706262528896, + "E": 0.001953031518496573, + "T": 1.1881135833391454e-05, + "P": 0.9485979080200195, + "-": 0.04579845815896988 + }, + "id": "tp_19465" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2433133, + "label": "-", + "classification": { + "B": 0.0007477652980014682, + "S": 0.0010005098301917315, + "I": 0.010620136745274067, + "C": 0.0031850081868469715, + "R": 0.001009977189823985, + "M": 0.0064527858048677444, + "O": 0.0025474964641034603, + "W": 0.0008372226147912443, + "N": 0.0034531468991190195, + "Y": 0.01840931549668312, + "U": 0.0006390726193785667, + "K": 0.0052749039605259895, + "L": 0.0006581200868822634, + "G": 0.006141000427305698, + "F": 0.05483127757906914, + "E": 0.018710199743509293, + "T": 0.015566512010991573, + "P": 0.3007591664791107, + "-": 0.5491564869880676 + }, + "id": "tp_19466" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2433267, + "label": "P", + "classification": { + "B": 5.729731356041157e-07, + "S": 6.029266046425619e-07, + "I": 0.0024535469710826874, + "C": 0.00014985814050305635, + "R": 1.54959452629555e-05, + "M": 2.4263246814371087e-05, + "O": 1.0620448847475927e-05, + "W": 2.6949935545417247e-06, + "N": 0.0002068525500362739, + "Y": 0.001457861508242786, + "U": 2.9062284738756716e-06, + "K": 0.0009331860928796232, + "L": 7.311216450034408e-07, + "G": 0.0008293860591948032, + "F": 0.012065841816365719, + "E": 0.014064920134842396, + "T": 0.00018986474606208503, + "P": 0.575602114200592, + "-": 0.391988605260849 + }, + "id": "tp_19467" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2433400, + "label": "P", + "classification": { + "B": 5.542907466349334e-09, + "S": 3.97278014929725e-08, + "I": 0.00036566052585840225, + "C": 1.5708513956269599e-07, + "R": 1.3947072829978424e-08, + "M": 5.859744760527974e-07, + "O": 1.743980391211153e-07, + "W": 2.3785982961044283e-08, + "N": 1.9936760509153828e-05, + "Y": 2.7257481178821763e-06, + "U": 7.782075428508506e-09, + "K": 1.024841708385793e-06, + "L": 4.561541810943481e-09, + "G": 1.7179702354042092e-06, + "F": 0.00011773861479014158, + "E": 0.00016497816250193864, + "T": 3.5577079415816115e-06, + "P": 0.9788337349891663, + "-": 0.020487837493419647 + }, + "id": "tp_19468" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2433500, + "label": "P", + "classification": { + "B": 1.405186935699021e-07, + "S": 2.611839704513841e-07, + "I": 0.0008606140036135912, + "C": 1.1144396694362513e-06, + "R": 3.0417032803597976e-07, + "M": 1.6679173313605133e-06, + "O": 1.42914950629347e-06, + "W": 2.3533172566203575e-07, + "N": 4.897751205135137e-05, + "Y": 8.348562914761715e-06, + "U": 1.0631192992605065e-07, + "K": 1.058825546351727e-06, + "L": 4.703699474362111e-08, + "G": 5.699282155546825e-06, + "F": 8.678031736053526e-05, + "E": 9.021427831612527e-05, + "T": 1.5748864825582132e-05, + "P": 0.9701212048530579, + "-": 0.028755996376276016 + }, + "id": "tp_19469" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2433634, + "label": "P", + "classification": { + "B": 7.244865685152035e-08, + "S": 1.0664003902149943e-08, + "I": 7.020027260296047e-05, + "C": 4.3742204525187844e-07, + "R": 9.109269782925367e-09, + "M": 2.676458734640619e-07, + "O": 8.810389573454813e-08, + "W": 7.352848996333705e-09, + "N": 3.238667886762414e-06, + "Y": 2.4221042167482665e-06, + "U": 1.3905644635769931e-08, + "K": 5.140447001394932e-08, + "L": 8.712558674517368e-09, + "G": 1.8904391936303e-06, + "F": 7.326768536586314e-05, + "E": 0.00016021534975152463, + "T": 1.970980974874692e-06, + "P": 0.9709151387214661, + "-": 0.028770610690116882 + }, + "id": "tp_19470" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2433767, + "label": "P", + "classification": { + "B": 1.0815781603668029e-09, + "S": 2.588272651760093e-10, + "I": 2.69634292635601e-05, + "C": 3.003024673375876e-08, + "R": 1.7738717161819295e-09, + "M": 9.869967954045933e-08, + "O": 1.3786164210216612e-08, + "W": 6.93396617901243e-10, + "N": 2.3527499593001266e-07, + "Y": 2.8120716706325766e-06, + "U": 5.191131968729223e-10, + "K": 3.537024184652182e-08, + "L": 3.9168354670771066e-10, + "G": 5.517882186723e-07, + "F": 7.54218126530759e-05, + "E": 3.6617177102016285e-05, + "T": 8.324057603203983e-07, + "P": 0.8696966171264648, + "-": 0.13015978038311005 + }, + "id": "tp_19471" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2433901, + "label": "P", + "classification": { + "B": 8.628610521554947e-05, + "S": 0.0001036153407767415, + "I": 0.004704775754362345, + "C": 0.0003527647932060063, + "R": 7.387244113488123e-05, + "M": 0.0005026069120503962, + "O": 0.0002154659596271813, + "W": 6.131767440820113e-05, + "N": 0.001126077026128769, + "Y": 0.002100812504068017, + "U": 3.388409095350653e-05, + "K": 0.0011289884569123387, + "L": 4.654209260479547e-05, + "G": 0.002808748744428158, + "F": 0.037717293947935104, + "E": 0.028007403016090393, + "T": 0.0010657244129106402, + "P": 0.6664838790893555, + "-": 0.2533799409866333 + }, + "id": "tp_19472" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2434001, + "label": "-", + "classification": { + "B": 3.5428195133135887e-07, + "S": 6.652257980022114e-07, + "I": 3.018298593815416e-05, + "C": 6.631798328271543e-07, + "R": 8.299569032033105e-08, + "M": 5.444132511911448e-06, + "O": 3.4479173791623907e-06, + "W": 4.5977492391102714e-07, + "N": 3.6299650219007162e-06, + "Y": 8.658682054374367e-05, + "U": 7.404040758274277e-08, + "K": 7.616505172336474e-06, + "L": 1.3854048575012712e-07, + "G": 2.4028382540564053e-05, + "F": 0.010925110429525375, + "E": 0.0002873071643989533, + "T": 5.838722063344903e-05, + "P": 0.4195261299610138, + "-": 0.5690397024154663 + }, + "id": "tp_19473" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2434134, + "label": "P", + "classification": { + "B": 1.2485181287047453e-05, + "S": 3.3114552934421226e-05, + "I": 0.001153180142864585, + "C": 1.9917557438020594e-05, + "R": 3.0078040254011285e-06, + "M": 6.606638635275885e-05, + "O": 4.2988704080926254e-05, + "W": 2.1861640561837703e-05, + "N": 0.00034792799851857126, + "Y": 0.00011480512330308557, + "U": 5.303388661559438e-06, + "K": 0.00016848438826855272, + "L": 3.258970536990091e-06, + "G": 0.00012002537550870329, + "F": 0.008687709458172321, + "E": 0.005894293077290058, + "T": 0.00018348675803281367, + "P": 0.8805354237556458, + "-": 0.10258670896291733 + }, + "id": "tp_19474" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2434268, + "label": "P", + "classification": { + "B": 1.4127256520168885e-07, + "S": 1.920086845075275e-07, + "I": 0.0002585160837043077, + "C": 1.5984306855898467e-06, + "R": 2.9486952257684607e-07, + "M": 5.193480774323689e-06, + "O": 2.6708137284003897e-06, + "W": 2.1311065268037055e-07, + "N": 2.0681354726548307e-05, + "Y": 0.00012379640247672796, + "U": 1.1949113343234785e-07, + "K": 1.3388692423177417e-05, + "L": 9.397535905009136e-08, + "G": 3.131141056655906e-05, + "F": 0.0029967904556542635, + "E": 0.0004840561596211046, + "T": 6.432979716919363e-05, + "P": 0.6166791915893555, + "-": 0.37931737303733826 + }, + "id": "tp_19475" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2434401, + "label": "P", + "classification": { + "B": 3.6641522456193343e-06, + "S": 5.05200387124205e-06, + "I": 0.00012129991955589503, + "C": 1.7789499906939454e-05, + "R": 1.2330249319347786e-06, + "M": 2.6512978365644813e-05, + "O": 2.6233621611027047e-05, + "W": 4.520785751083167e-06, + "N": 4.5439905079547316e-05, + "Y": 0.00023227753990795463, + "U": 4.931725925416686e-07, + "K": 0.00011421194358263165, + "L": 1.8947979469885468e-06, + "G": 0.000884799868799746, + "F": 0.07441720366477966, + "E": 0.01131428126245737, + "T": 0.00014409213326871395, + "P": 0.5953412055969238, + "-": 0.31729766726493835 + }, + "id": "tp_19476" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2434501, + "label": "P", + "classification": { + "B": 4.2378994180580776e-07, + "S": 1.0074224974232493e-06, + "I": 0.001074839849025011, + "C": 2.836384965121397e-06, + "R": 4.4523150677378e-07, + "M": 4.361511855677236e-06, + "O": 2.2544811599800596e-06, + "W": 7.040358127596846e-07, + "N": 0.0001394338032696396, + "Y": 1.4637676940765232e-05, + "U": 2.537036323246866e-07, + "K": 1.912927473313175e-05, + "L": 1.0356924207144402e-07, + "G": 1.4707949958392419e-05, + "F": 0.000715839269105345, + "E": 0.0013523451052606106, + "T": 1.6434478311566636e-05, + "P": 0.9695415496826172, + "-": 0.027098694816231728 + }, + "id": "tp_19477" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2434635, + "label": "P", + "classification": { + "B": 0.0008125781896524131, + "S": 0.0005816016346216202, + "I": 0.03412240743637085, + "C": 0.00038632171344943345, + "R": 0.00016674731159582734, + "M": 0.002298734150826931, + "O": 0.0005576928379014134, + "W": 9.40207828534767e-05, + "N": 0.0028634590562433004, + "Y": 0.007210040930658579, + "U": 2.8842787287430838e-05, + "K": 8.305712253786623e-05, + "L": 0.000298584665870294, + "G": 0.0073645166121423244, + "F": 0.014538752846419811, + "E": 0.016735762357711792, + "T": 0.004611887503415346, + "P": 0.7408829927444458, + "-": 0.16636189818382263 + }, + "id": "tp_19478" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2434768, + "label": "P", + "classification": { + "B": 0.0002228233206551522, + "S": 0.00048132409574463964, + "I": 0.026046065613627434, + "C": 0.0014110722113400698, + "R": 0.00032973356428556144, + "M": 0.0020945484284311533, + "O": 0.0012865480966866016, + "W": 0.000680810771882534, + "N": 0.009596927091479301, + "Y": 0.010691307485103607, + "U": 0.0001929981226567179, + "K": 0.009616265073418617, + "L": 0.00018385844305157661, + "G": 0.00964299589395523, + "F": 0.034871943295001984, + "E": 0.108673594892025, + "T": 0.00921753328293562, + "P": 0.505693256855011, + "-": 0.26906636357307434 + }, + "id": "tp_19479" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2434902, + "label": "-", + "classification": { + "B": 1.2354170394246466e-05, + "S": 1.4355696293932851e-05, + "I": 0.0010502306977286935, + "C": 0.00011071213521063328, + "R": 2.10687103390228e-05, + "M": 0.00013720848073717207, + "O": 0.00011085825099144131, + "W": 1.7858184946817346e-05, + "N": 0.0001381351612508297, + "Y": 0.0008756472379900515, + "U": 1.0179023774981033e-05, + "K": 6.87639694660902e-05, + "L": 8.081743544607889e-06, + "G": 0.00029135041404515505, + "F": 0.0053030396811664104, + "E": 0.0008475113427266479, + "T": 0.0007954240427352488, + "P": 0.46664461493492126, + "-": 0.5235425233840942 + }, + "id": "tp_19480" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2435002, + "label": "P", + "classification": { + "B": 1.9722720026038587e-05, + "S": 8.97374684427632e-06, + "I": 0.002676304429769516, + "C": 9.889745706459507e-05, + "R": 1.1402024028939195e-05, + "M": 0.00020426801347639412, + "O": 4.462038850761019e-05, + "W": 1.3914341252529994e-05, + "N": 0.0004499040369410068, + "Y": 0.001853135065175593, + "U": 8.284848263429012e-06, + "K": 0.0012416268000379205, + "L": 4.623691893357318e-06, + "G": 0.0009826119057834148, + "F": 0.013945960439741611, + "E": 0.03248513489961624, + "T": 0.0005074249929748476, + "P": 0.6465351581573486, + "-": 0.2989080548286438 + }, + "id": "tp_19481" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2435135, + "label": "P", + "classification": { + "B": 2.9855900152142567e-07, + "S": 7.018637120381754e-07, + "I": 0.0001260355784324929, + "C": 5.677567514794646e-06, + "R": 5.632559236801171e-07, + "M": 4.803137926501222e-06, + "O": 5.033779416407924e-06, + "W": 3.3440178981436475e-07, + "N": 1.8824945072992705e-05, + "Y": 6.407513137673959e-05, + "U": 2.2580346126233053e-07, + "K": 3.639355099949171e-06, + "L": 1.2827949547045137e-07, + "G": 3.202206426067278e-05, + "F": 0.0010972489835694432, + "E": 0.00016132624296005815, + "T": 0.0001024604425765574, + "P": 0.6952160596847534, + "-": 0.30316048860549927 + }, + "id": "tp_19482" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2435269, + "label": "P", + "classification": { + "B": 5.875077704331488e-07, + "S": 1.1305403546657544e-07, + "I": 3.3462543797213584e-05, + "C": 1.762256829351827e-06, + "R": 9.904563569307356e-08, + "M": 4.699840246757958e-06, + "O": 2.0547458916553296e-06, + "W": 2.3167777385424415e-07, + "N": 2.917804749813513e-06, + "Y": 3.337318048579618e-05, + "U": 5.260549684749094e-08, + "K": 1.5819563259356073e-06, + "L": 5.69971803088265e-08, + "G": 2.274184771522414e-05, + "F": 0.0015859149862080812, + "E": 0.0003528941888362169, + "T": 1.969949335034471e-05, + "P": 0.6363394856452942, + "-": 0.36159825325012207 + }, + "id": "tp_19483" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2435402, + "label": "-", + "classification": { + "B": 6.970955837459769e-06, + "S": 2.8959229894098826e-06, + "I": 0.00022776862897444516, + "C": 2.2226915461942554e-05, + "R": 1.4479262517852476e-06, + "M": 3.1399307772517204e-05, + "O": 2.1831478079548106e-05, + "W": 8.48631862027105e-06, + "N": 5.287490057526156e-05, + "Y": 0.0006663599633611739, + "U": 3.154774958602502e-06, + "K": 0.0009814240038394928, + "L": 1.1589995665417518e-06, + "G": 0.0007986008422449231, + "F": 0.04468996077775955, + "E": 0.015711985528469086, + "T": 0.0002394050534348935, + "P": 0.4341337978839874, + "-": 0.5023983120918274 + }, + "id": "tp_19484" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2435502, + "label": "P", + "classification": { + "B": 0.00022263018763624132, + "S": 5.255312498775311e-05, + "I": 0.008582299575209618, + "C": 6.395778473233804e-05, + "R": 1.7125517842941917e-05, + "M": 0.00030954479007050395, + "O": 6.232986925169826e-05, + "W": 1.7439006114727817e-05, + "N": 0.0014777043834328651, + "Y": 0.00018919783178716898, + "U": 7.103127700247569e-06, + "K": 3.207420013495721e-05, + "L": 1.375365536659956e-05, + "G": 0.0004254467785358429, + "F": 0.001102424575947225, + "E": 0.009218480437994003, + "T": 0.00024977760040201247, + "P": 0.9574877023696899, + "-": 0.02046845480799675 + }, + "id": "tp_19485" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2435636, + "label": "P", + "classification": { + "B": 1.3762055731114664e-12, + "S": 5.998618268776568e-11, + "I": 3.199932962161256e-06, + "C": 5.015490245341425e-09, + "R": 1.203182137254899e-10, + "M": 9.668015721331358e-09, + "O": 2.5712021400892127e-09, + "W": 6.04103156387481e-11, + "N": 4.1970881881070454e-08, + "Y": 3.274282107668114e-07, + "U": 2.692461878450736e-11, + "K": 1.3526077147218984e-08, + "L": 2.0195978570058948e-11, + "G": 3.334461950998957e-08, + "F": 6.879142893012613e-05, + "E": 3.2074367481982335e-06, + "T": 4.052540703014529e-07, + "P": 0.6381996870040894, + "-": 0.36172422766685486 + }, + "id": "tp_19486" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2435769, + "label": "P", + "classification": { + "B": 5.6730999631327e-07, + "S": 6.023183800607512e-07, + "I": 0.0007544998661614954, + "C": 1.5688308849348687e-05, + "R": 2.520239604564267e-06, + "M": 1.9627692381618544e-05, + "O": 6.812321771576535e-06, + "W": 6.113736503721157e-07, + "N": 3.926899444195442e-05, + "Y": 0.0005000319215469062, + "U": 4.3605948008007545e-07, + "K": 3.047375321330037e-05, + "L": 5.912935421292786e-07, + "G": 0.00014166685286909342, + "F": 0.008461969904601574, + "E": 0.0015642385696992278, + "T": 0.00010996470518875867, + "P": 0.5678887963294983, + "-": 0.42046162486076355 + }, + "id": "tp_19487" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2435903, + "label": "-", + "classification": { + "B": 2.0636035102938877e-09, + "S": 1.276811434358649e-10, + "I": 2.3046248315949924e-05, + "C": 2.715617881676735e-07, + "R": 2.4140160093111263e-08, + "M": 3.5214367244407185e-07, + "O": 1.054520453180885e-07, + "W": 8.278178142973047e-10, + "N": 9.59687724844116e-08, + "Y": 1.2171164598839823e-05, + "U": 1.6330302665679142e-09, + "K": 4.449021595576141e-09, + "L": 5.5626934170049935e-09, + "G": 4.572752459353069e-06, + "F": 8.173807873390615e-05, + "E": 5.3746707635582425e-06, + "T": 9.731157661008183e-06, + "P": 0.22364990413188934, + "-": 0.7762126922607422 + }, + "id": "tp_19488" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2436003, + "label": "P", + "classification": { + "B": 2.9307739168871194e-07, + "S": 1.3008312862439197e-06, + "I": 0.0006361282430589199, + "C": 1.3454393865686143e-06, + "R": 5.072013777862594e-07, + "M": 4.04620959670865e-06, + "O": 3.336800773467985e-06, + "W": 4.40370541809898e-07, + "N": 4.4698048441205174e-05, + "Y": 7.479548366973177e-05, + "U": 8.431931064478704e-08, + "K": 1.684298467807821e-06, + "L": 1.1706287494916978e-07, + "G": 8.389252798224334e-06, + "F": 0.0010961743537336588, + "E": 7.49872560845688e-05, + "T": 0.00010515573376324028, + "P": 0.8750727772712708, + "-": 0.12287376075983047 + }, + "id": "tp_19489" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2436136, + "label": "P", + "classification": { + "B": 1.4976579004732926e-11, + "S": 5.798544283619478e-11, + "I": 1.2291792472751695e-06, + "C": 2.6056459767609397e-10, + "R": 1.2853614006491654e-11, + "M": 6.273304098414201e-09, + "O": 1.9361201530898597e-09, + "W": 5.4431781998376394e-11, + "N": 2.9265660117516745e-08, + "Y": 1.299446807934146e-07, + "U": 1.839976955519962e-11, + "K": 8.138118623435275e-09, + "L": 6.205473634945946e-12, + "G": 1.5112039619680218e-08, + "F": 1.7515327272121795e-05, + "E": 2.557996594987344e-06, + "T": 3.6871048791908834e-07, + "P": 0.7891860604286194, + "-": 0.2107921838760376 + }, + "id": "tp_19490" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2436270, + "label": "P", + "classification": { + "B": 9.400464762165939e-08, + "S": 7.773951438139193e-08, + "I": 0.00011417215864639729, + "C": 1.3816372756991768e-06, + "R": 7.694043802075612e-08, + "M": 3.049367705898476e-06, + "O": 9.656104111854802e-07, + "W": 4.076288462329103e-08, + "N": 6.33814715911285e-06, + "Y": 4.795867425855249e-05, + "U": 5.827420324067134e-08, + "K": 1.1640934189927066e-06, + "L": 5.2041546183545506e-08, + "G": 1.1972701031481847e-05, + "F": 0.00041976102511398494, + "E": 0.00018832586647477, + "T": 3.640082650235854e-05, + "P": 0.8095710277557373, + "-": 0.18959705531597137 + }, + "id": "tp_19491" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2436403, + "label": "P", + "classification": { + "B": 9.456972965143917e-13, + "S": 1.0971667151193909e-11, + "I": 1.468954451411264e-05, + "C": 1.56787111071921e-10, + "R": 1.2219672322622e-11, + "M": 1.8290814418620016e-09, + "O": 3.908880163994155e-10, + "W": 4.875552218897017e-12, + "N": 9.99269573753736e-08, + "Y": 5.1086392005572634e-08, + "U": 4.652213510258907e-12, + "K": 4.1190278965430593e-10, + "L": 2.221605928734438e-12, + "G": 4.739681536136686e-09, + "F": 1.133114210460917e-06, + "E": 7.156302785915614e-07, + "T": 2.767953333204787e-07, + "P": 0.9684252738952637, + "-": 0.031557902693748474 + }, + "id": "tp_19492" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2436503, + "label": "P", + "classification": { + "B": 3.309502671910991e-09, + "S": 1.0835158326116812e-09, + "I": 8.115156333587947e-07, + "C": 1.1327379922931868e-08, + "R": 3.677207427443818e-10, + "M": 7.189118633732505e-08, + "O": 3.8017837766801676e-08, + "W": 1.2415511951857638e-09, + "N": 2.9282299252031407e-08, + "Y": 2.4639386992930667e-06, + "U": 5.130902369643309e-10, + "K": 1.139922822801509e-08, + "L": 5.154237592286393e-10, + "G": 2.74074778872091e-07, + "F": 8.262477786047384e-05, + "E": 2.660725385794649e-06, + "T": 2.748337010416435e-06, + "P": 0.504001259803772, + "-": 0.49590691924095154 + }, + "id": "tp_19493" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2436637, + "label": "P", + "classification": { + "B": 3.1536245836960575e-10, + "S": 1.070183497375865e-09, + "I": 3.8081755064922618e-06, + "C": 8.950083341119353e-09, + "R": 6.251881234931034e-10, + "M": 2.3768444989968884e-08, + "O": 2.062361659227463e-08, + "W": 1.1478787920182754e-09, + "N": 1.823061808181592e-07, + "Y": 2.422002353341668e-06, + "U": 3.9398248552480197e-10, + "K": 1.9331451994730742e-07, + "L": 1.4471208953370507e-10, + "G": 4.652360132695321e-07, + "F": 0.00040118611650541425, + "E": 1.6745112588978373e-05, + "T": 9.319306855104514e-07, + "P": 0.7732545733451843, + "-": 0.22631950676441193 + }, + "id": "tp_19494" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2436770, + "label": "P", + "classification": { + "B": 9.508843365479969e-12, + "S": 3.093342249016473e-11, + "I": 2.256053676319425e-06, + "C": 5.339520492420036e-10, + "R": 5.221959323287173e-11, + "M": 1.5362962013654169e-09, + "O": 2.1730348631621155e-09, + "W": 9.686337842929049e-11, + "N": 5.986569817650889e-08, + "Y": 3.7864876389903657e-07, + "U": 7.157886089403931e-11, + "K": 1.3719440516979375e-07, + "L": 2.9048495379935257e-12, + "G": 1.8869727114179113e-08, + "F": 4.008947507827543e-05, + "E": 4.1850630623230245e-06, + "T": 2.647526855525939e-07, + "P": 0.7370420098304749, + "-": 0.2629106938838959 + }, + "id": "tp_19495" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2436904, + "label": "-", + "classification": { + "B": 1.3360460116018658e-07, + "S": 3.323734532045819e-08, + "I": 3.9907172322273254e-05, + "C": 4.736820926609653e-07, + "R": 5.3307076086639427e-08, + "M": 5.4292672757583205e-06, + "O": 1.0530716281209607e-06, + "W": 2.9769111620225885e-08, + "N": 8.811196039459901e-07, + "Y": 0.00013951759319752455, + "U": 2.0778305298563282e-08, + "K": 2.0903333108890365e-07, + "L": 1.1608311467625754e-07, + "G": 3.516402284731157e-05, + "F": 0.0009571179398335516, + "E": 0.0001440832857042551, + "T": 7.187121082097292e-05, + "P": 0.2878420948982239, + "-": 0.7107618451118469 + }, + "id": "tp_19496" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2437004, + "label": "-", + "classification": { + "B": 5.625914231005558e-13, + "S": 6.622635079223116e-11, + "I": 4.735388756671455e-06, + "C": 6.633121607535486e-09, + "R": 6.018823772713233e-10, + "M": 1.5360255289920133e-09, + "O": 5.544993353368e-09, + "W": 1.5967896449531338e-10, + "N": 1.7942141994353733e-07, + "Y": 8.311812962347176e-07, + "U": 1.8809541424413823e-10, + "K": 2.024137074840837e-06, + "L": 4.390779840407477e-12, + "G": 3.001943227332049e-08, + "F": 0.00020919446251355112, + "E": 4.000048193120165e-06, + "T": 3.1360301022687054e-07, + "P": 0.29941630363464355, + "-": 0.7003623247146606 + }, + "id": "tp_19497" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2437137, + "label": "P", + "classification": { + "B": 9.166547521033408e-10, + "S": 1.3218037775430957e-10, + "I": 3.628601916716434e-05, + "C": 1.643999958389486e-08, + "R": 2.149119909811148e-10, + "M": 6.456863133053048e-08, + "O": 7.527066969714724e-09, + "W": 2.04460393060657e-10, + "N": 4.6047378532421135e-07, + "Y": 1.2774121671554894e-07, + "U": 1.5710496792387119e-10, + "K": 7.3767796315848955e-09, + "L": 1.6172389816215826e-10, + "G": 2.3552458117137576e-07, + "F": 9.899367796606384e-06, + "E": 7.005488441791385e-05, + "T": 2.7669545943354024e-07, + "P": 0.9590429663658142, + "-": 0.04083957150578499 + }, + "id": "tp_19498" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2437271, + "label": "P", + "classification": { + "B": 7.452379158223721e-09, + "S": 2.988564729022869e-09, + "I": 4.601566251949407e-05, + "C": 2.070165550094316e-07, + "R": 1.2961494988417144e-08, + "M": 2.674783843303885e-07, + "O": 8.202282231195568e-08, + "W": 3.822949956600041e-09, + "N": 1.4402519354916876e-06, + "Y": 2.2938587790122256e-05, + "U": 7.65787167011922e-09, + "K": 8.091079166661075e-07, + "L": 1.7425560994155376e-09, + "G": 2.9083291792630916e-06, + "F": 0.00035296223359182477, + "E": 0.00010138483776245266, + "T": 5.399567271524575e-06, + "P": 0.803956925868988, + "-": 0.19550858438014984 + }, + "id": "tp_19499" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2437404, + "label": "-", + "classification": { + "B": 7.354057277421736e-14, + "S": 5.2748390643462054e-14, + "I": 1.8219863306967454e-07, + "C": 1.090615930898764e-09, + "R": 1.2538111174298372e-11, + "M": 1.4655002766872371e-09, + "O": 1.076454758663914e-10, + "W": 7.132098188943059e-13, + "N": 2.3261913228989073e-10, + "Y": 2.743213087796903e-07, + "U": 1.1678154103467175e-12, + "K": 4.2431502755846395e-11, + "L": 1.5123582724693718e-12, + "G": 1.680516170665669e-08, + "F": 1.1649285625026096e-05, + "E": 1.1808091926468478e-07, + "T": 1.3376380536556098e-07, + "P": 0.14071369171142578, + "-": 0.8592739105224609 + }, + "id": "tp_19500" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2437504, + "label": "P", + "classification": { + "B": 8.045928368005661e-09, + "S": 1.93383886681886e-09, + "I": 1.4661016393802129e-05, + "C": 9.925287258738535e-08, + "R": 2.905395923846754e-09, + "M": 4.5651836444449145e-07, + "O": 6.353091919208964e-08, + "W": 1.761109369446956e-09, + "N": 3.659866081306973e-07, + "Y": 5.62911282031564e-06, + "U": 7.991964312559219e-10, + "K": 1.639257618535339e-08, + "L": 1.6068087971277123e-09, + "G": 2.006695240197587e-06, + "F": 0.0001276520051760599, + "E": 4.371343311504461e-05, + "T": 3.010490900123841e-06, + "P": 0.7418085932731628, + "-": 0.2579936683177948 + }, + "id": "tp_19501" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2437638, + "label": "P", + "classification": { + "B": 1.5924554730428753e-10, + "S": 2.6114574946944913e-09, + "I": 5.935170520388056e-06, + "C": 1.1517456321996633e-08, + "R": 1.6774294175903037e-09, + "M": 2.759387029982463e-08, + "O": 5.085958321160433e-08, + "W": 5.646200396114409e-09, + "N": 4.542971510090865e-07, + "Y": 5.3819962886336725e-06, + "U": 1.2133499760480504e-09, + "K": 1.896238586596155e-06, + "L": 1.6664489232987023e-10, + "G": 3.7028405586170265e-07, + "F": 0.0010548658901825547, + "E": 3.2268118957290426e-05, + "T": 1.2841658190154703e-06, + "P": 0.7449106574058533, + "-": 0.25398677587509155 + }, + "id": "tp_19502" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2437771, + "label": "P", + "classification": { + "B": 1.7570782517850603e-07, + "S": 9.855865101826566e-08, + "I": 5.440972017822787e-05, + "C": 2.919301095971605e-06, + "R": 1.6528828439277277e-07, + "M": 2.961356585728936e-06, + "O": 2.7716753265849547e-06, + "W": 2.0027196967475902e-07, + "N": 5.507531568582635e-06, + "Y": 4.5630291424458846e-05, + "U": 1.3615874649985926e-07, + "K": 2.400717448836076e-06, + "L": 7.503654586571429e-08, + "G": 1.7022994143189862e-05, + "F": 0.0017740627517923713, + "E": 0.00018788698071148247, + "T": 3.315538924653083e-05, + "P": 0.5763486623764038, + "-": 0.42152178287506104 + }, + "id": "tp_19503" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2437905, + "label": "-", + "classification": { + "B": 2.2669451038570543e-10, + "S": 1.3525526532109922e-10, + "I": 2.1309633666533045e-06, + "C": 5.183838691635856e-09, + "R": 3.146999327796607e-10, + "M": 4.891467497714075e-08, + "O": 1.5724593183108482e-08, + "W": 1.3878241611475772e-10, + "N": 3.4383553781935916e-08, + "Y": 2.8576230306498474e-06, + "U": 1.8069629126316045e-10, + "K": 3.3109827768385e-08, + "L": 9.4746495371556e-11, + "G": 3.801706611739064e-07, + "F": 0.00017744333308655769, + "E": 6.530891369038727e-06, + "T": 2.8876950182166183e-06, + "P": 0.2507917582988739, + "-": 0.7490158677101135 + }, + "id": "tp_19504" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2438005, + "label": "P", + "classification": { + "B": 8.164517950604022e-09, + "S": 1.8161516734949146e-08, + "I": 2.7331157980370335e-05, + "C": 2.413682693713781e-07, + "R": 1.4212025334359168e-08, + "M": 6.119294084783178e-07, + "O": 3.862730295622896e-07, + "W": 3.654967528632369e-08, + "N": 3.0722812880412675e-06, + "Y": 1.7680737073533237e-05, + "U": 1.4687628890897031e-08, + "K": 1.6751906514400616e-05, + "L": 3.784518920468827e-09, + "G": 4.8328470256819855e-06, + "F": 0.0019245062721893191, + "E": 0.0005095124361105263, + "T": 9.560362741467543e-06, + "P": 0.5662176012992859, + "-": 0.43126779794692993 + }, + "id": "tp_19505" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2438138, + "label": "-", + "classification": { + "B": 1.175838004741081e-08, + "S": 7.005254332170807e-08, + "I": 0.00028956736787222326, + "C": 1.791721115296241e-05, + "R": 1.6378163536501233e-06, + "M": 2.0604575183824636e-05, + "O": 2.913651087510516e-06, + "W": 8.512130733606682e-08, + "N": 9.510669769952074e-06, + "Y": 0.0003495666605886072, + "U": 1.3433314904887084e-07, + "K": 1.3089766071061604e-06, + "L": 2.639391993852769e-07, + "G": 2.5007595468196087e-05, + "F": 0.0015096880961209536, + "E": 0.00017532121273688972, + "T": 0.00020705124188680202, + "P": 0.23916904628276825, + "-": 0.7582202553749084 + }, + "id": "tp_19506" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2438272, + "label": "P", + "classification": { + "B": 4.760292604544247e-09, + "S": 2.2016102274591276e-09, + "I": 3.372084756847471e-05, + "C": 1.107331115690613e-08, + "R": 1.7610949365476358e-09, + "M": 3.9435786192143496e-08, + "O": 4.6027434308371085e-08, + "W": 3.739397680391221e-09, + "N": 8.930265948947635e-07, + "Y": 1.023367076413706e-06, + "U": 1.6790805412725263e-09, + "K": 5.172861961000308e-08, + "L": 6.275007735645488e-10, + "G": 2.975802999571897e-07, + "F": 2.6779483960126527e-05, + "E": 1.528621942270547e-05, + "T": 8.234270012508205e-07, + "P": 0.950310230255127, + "-": 0.04961072653532028 + }, + "id": "tp_19507" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2438405, + "label": "P", + "classification": { + "B": 1.2301201195441536e-06, + "S": 9.638210940465797e-07, + "I": 0.00019284579320810735, + "C": 1.3213583542892593e-06, + "R": 2.0481560625285056e-07, + "M": 8.139833880704828e-06, + "O": 7.307524356292561e-06, + "W": 8.10624044333963e-07, + "N": 1.786806751624681e-05, + "Y": 4.533000537776388e-05, + "U": 2.580299565124733e-07, + "K": 9.234827302861959e-06, + "L": 2.243914281052639e-07, + "G": 3.60098056262359e-05, + "F": 0.0016234932700172067, + "E": 0.00081593421055004, + "T": 4.322194945416413e-05, + "P": 0.6852301359176636, + "-": 0.3119654357433319 + }, + "id": "tp_19508" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2438505, + "label": "P", + "classification": { + "B": 2.1222763824102486e-10, + "S": 5.571564043460597e-11, + "I": 9.724365554575343e-06, + "C": 1.5377993989318384e-08, + "R": 7.437258031650629e-10, + "M": 2.347352001663694e-08, + "O": 1.0155629226460405e-08, + "W": 2.979896607246957e-10, + "N": 8.491681313671506e-08, + "Y": 1.3113779004925163e-06, + "U": 1.1413506806334794e-09, + "K": 1.0128489158489629e-08, + "L": 2.741379345749806e-10, + "G": 1.7247660366592754e-07, + "F": 1.4808582818659488e-05, + "E": 5.0321959861321375e-06, + "T": 3.487369440335897e-06, + "P": 0.5372352004051208, + "-": 0.4627301096916199 + }, + "id": "tp_19509" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2438639, + "label": "P", + "classification": { + "B": 1.0088690771681286e-07, + "S": 1.46058425798401e-07, + "I": 7.954645116114989e-05, + "C": 3.938736199415871e-07, + "R": 2.9131616230415602e-08, + "M": 1.0193454045293038e-06, + "O": 4.948194600729039e-07, + "W": 5.462021945845663e-08, + "N": 7.95081905380357e-06, + "Y": 1.0100156032422092e-05, + "U": 2.1023417673404765e-08, + "K": 1.5564215516405966e-07, + "L": 2.5103110701252263e-08, + "G": 3.478252210697974e-06, + "F": 0.0002185080957133323, + "E": 0.00010513669258216396, + "T": 1.637417335587088e-05, + "P": 0.9455128312110901, + "-": 0.05404358729720116 + }, + "id": "tp_19510" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2438772, + "label": "P", + "classification": { + "B": 1.746006637404207e-05, + "S": 6.108670731919119e-06, + "I": 0.001975327031686902, + "C": 0.00012775880168192089, + "R": 1.19309197543771e-05, + "M": 0.000133139721583575, + "O": 3.3931868529180065e-05, + "W": 5.7972797549155075e-06, + "N": 0.00019324515596963465, + "Y": 0.00150220503564924, + "U": 3.998431566287763e-06, + "K": 7.7605145634152e-05, + "L": 7.084357548592379e-06, + "G": 0.000871273863594979, + "F": 0.013451842591166496, + "E": 0.008167767897248268, + "T": 0.0002951313799712807, + "P": 0.7078284621238708, + "-": 0.2652900218963623 + }, + "id": "tp_19511" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2438906, + "label": "P", + "classification": { + "B": 2.7854046180664227e-08, + "S": 4.732305214361077e-09, + "I": 0.00017052091425284743, + "C": 1.4683539575344184e-06, + "R": 9.531103728477319e-08, + "M": 3.2677186823093507e-07, + "O": 1.8839236304302176e-07, + "W": 2.070189530911648e-08, + "N": 3.9585224840266164e-06, + "Y": 2.383368155278731e-05, + "U": 4.548013166072451e-08, + "K": 1.5095678236320964e-06, + "L": 9.206266859962398e-09, + "G": 4.712770532933064e-06, + "F": 0.00035774195566773415, + "E": 0.00021388623281382024, + "T": 5.078802132629789e-06, + "P": 0.806290864944458, + "-": 0.1929258555173874 + }, + "id": "tp_19512" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2439006, + "label": "-", + "classification": { + "B": 0.00012220237113069743, + "S": 0.0002743928343988955, + "I": 0.0034434760455042124, + "C": 0.0006093650590628386, + "R": 0.00021638497128151357, + "M": 0.0022263918071985245, + "O": 0.0008699320023879409, + "W": 0.00031151800067164004, + "N": 0.0012601171620190144, + "Y": 0.014111718162894249, + "U": 0.0001354831038042903, + "K": 0.009043904952704906, + "L": 0.00012993744167033583, + "G": 0.003689652308821678, + "F": 0.09903962165117264, + "E": 0.02317121811211109, + "T": 0.00402281666174531, + "P": 0.30063003301620483, + "-": 0.5366917848587036 + }, + "id": "tp_19513" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2439139, + "label": "P", + "classification": { + "B": 0.00023854822211433202, + "S": 5.5556418374180794e-05, + "I": 0.009146743454039097, + "C": 0.0009593532304279506, + "R": 0.00011423117393860593, + "M": 0.0012108605587854981, + "O": 0.00025984851527027786, + "W": 3.901359377778135e-05, + "N": 0.0007834961288608611, + "Y": 0.00385488523170352, + "U": 5.681638140231371e-05, + "K": 0.0001796370925148949, + "L": 0.00015094110858626664, + "G": 0.004118944052606821, + "F": 0.028454340994358063, + "E": 0.018517855554819107, + "T": 0.001861901138909161, + "P": 0.5334820747375488, + "-": 0.396514892578125 + }, + "id": "tp_19514" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2439273, + "label": "P", + "classification": { + "B": 1.3388613240294944e-07, + "S": 2.487406334239495e-07, + "I": 0.00039406627183780074, + "C": 9.252982522411912e-07, + "R": 1.0631602975763599e-07, + "M": 9.870573194348253e-06, + "O": 1.5428529422933934e-06, + "W": 1.9648051363674313e-07, + "N": 2.6044388505397364e-05, + "Y": 5.049751416663639e-05, + "U": 4.977014356200016e-08, + "K": 9.500425221631303e-06, + "L": 8.690462038885016e-08, + "G": 3.266364728915505e-05, + "F": 0.002591185737401247, + "E": 0.0015319945523515344, + "T": 3.081412796746008e-05, + "P": 0.9050862193107605, + "-": 0.09023389965295792 + }, + "id": "tp_19515" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2439406, + "label": "P", + "classification": { + "B": 1.7440319425077178e-05, + "S": 1.3011593182454817e-05, + "I": 0.0025924600195139647, + "C": 7.349879160756245e-05, + "R": 1.0874029612750746e-05, + "M": 0.00025286266463808715, + "O": 5.731848068535328e-05, + "W": 1.076167154678842e-05, + "N": 0.0002569862699601799, + "Y": 0.000730002298951149, + "U": 1.1841881132568233e-05, + "K": 4.0288534364663064e-05, + "L": 1.1098827599198557e-05, + "G": 0.0002425477432552725, + "F": 0.003562792669981718, + "E": 0.004661031067371368, + "T": 0.0008418119396083057, + "P": 0.6482399702072144, + "-": 0.33837348222732544 + }, + "id": "tp_19516" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2439506, + "label": "P", + "classification": { + "B": 9.893426522467053e-07, + "S": 3.260210519329121e-07, + "I": 7.61883202358149e-05, + "C": 1.3239795748631877e-07, + "R": 1.0300542641061838e-08, + "M": 6.459746600739891e-06, + "O": 1.2588648132805247e-06, + "W": 1.0232317038116889e-07, + "N": 5.122468792251311e-06, + "Y": 7.745547918602824e-06, + "U": 1.6442303518715562e-08, + "K": 1.439201611219687e-07, + "L": 6.00386940163844e-08, + "G": 2.733930159593001e-06, + "F": 0.0003090237150900066, + "E": 0.00028738146647810936, + "T": 1.4290711987996474e-05, + "P": 0.8906527757644653, + "-": 0.10863515734672546 + }, + "id": "tp_19517" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2439640, + "label": "-", + "classification": { + "B": 9.914441761793569e-05, + "S": 0.0006319506792351604, + "I": 0.021038047969341278, + "C": 0.0008993895608000457, + "R": 0.0003678536450024694, + "M": 0.0015845922753214836, + "O": 0.0011560798157006502, + "W": 0.00046586350072175264, + "N": 0.007447868585586548, + "Y": 0.02561785839498043, + "U": 8.825195982353762e-05, + "K": 0.03759181126952171, + "L": 7.498186459997669e-05, + "G": 0.010902876034379005, + "F": 0.09096374362707138, + "E": 0.03229623660445213, + "T": 0.01345020066946745, + "P": 0.35237956047058105, + "-": 0.4029437303543091 + }, + "id": "tp_19518" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2439773, + "label": "P", + "classification": { + "B": 3.0509168027492706e-06, + "S": 1.6462229268654482e-06, + "I": 0.001056800363585353, + "C": 6.8340323196025565e-06, + "R": 1.0492288993191323e-06, + "M": 5.660997339873575e-05, + "O": 6.616321570618311e-06, + "W": 6.546237045768066e-07, + "N": 6.9218578573782e-05, + "Y": 8.159667777363211e-05, + "U": 3.3160225143546995e-07, + "K": 2.4871617370081367e-06, + "L": 1.0942108019662555e-06, + "G": 0.00012645595415960997, + "F": 0.0015098577132448554, + "E": 0.0020028266590088606, + "T": 0.00011833339522127062, + "P": 0.8743751049041748, + "-": 0.12057950347661972 + }, + "id": "tp_19519" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2439907, + "label": "P", + "classification": { + "B": 3.2250599701910687e-07, + "S": 1.677884029049892e-06, + "I": 0.0011705117067322135, + "C": 8.183868089872703e-07, + "R": 1.7974383581531583e-07, + "M": 2.1925796318100765e-05, + "O": 4.620114850695245e-06, + "W": 7.202593792499101e-07, + "N": 0.00010507092520128936, + "Y": 0.0004174515197519213, + "U": 5.783173406825881e-08, + "K": 0.00012366657028906047, + "L": 9.268723033528659e-08, + "G": 6.611798016820103e-05, + "F": 0.0060031297616660595, + "E": 0.0037628780119121075, + "T": 0.0001850367698352784, + "P": 0.7647281885147095, + "-": 0.22340747714042664 + }, + "id": "tp_19520" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2440007, + "label": "-", + "classification": { + "B": 5.4465592256747186e-05, + "S": 7.694120722590014e-05, + "I": 0.003677697153761983, + "C": 0.00017598315025679767, + "R": 5.213102122070268e-05, + "M": 0.0005929056205786765, + "O": 0.00028144780662842095, + "W": 6.0128983022877946e-05, + "N": 0.0005359362694434822, + "Y": 0.0018900010036304593, + "U": 2.1515228581847623e-05, + "K": 0.00045657597365789115, + "L": 5.90383424423635e-05, + "G": 0.0018029020866379142, + "F": 0.048954952508211136, + "E": 0.010393286123871803, + "T": 0.0013319762656465173, + "P": 0.42709463834762573, + "-": 0.5024875402450562 + }, + "id": "tp_19521" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2440140, + "label": "P", + "classification": { + "B": 4.033656296087429e-06, + "S": 4.9074573325924575e-05, + "I": 0.0018350755563005805, + "C": 1.7818216292653233e-05, + "R": 7.12323208063026e-06, + "M": 6.616552855120972e-05, + "O": 5.8856130635831505e-05, + "W": 1.8347798686590977e-05, + "N": 0.0004951097653247416, + "Y": 0.0005300662596710026, + "U": 6.448556177929277e-06, + "K": 0.000724100274965167, + "L": 3.564013240975328e-06, + "G": 0.00016604024858679622, + "F": 0.01489334087818861, + "E": 0.002399287186563015, + "T": 0.0006378676043823361, + "P": 0.7304256558418274, + "-": 0.2476620078086853 + }, + "id": "tp_19522" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2440274, + "label": "P", + "classification": { + "B": 7.80359550844878e-05, + "S": 4.18966228608042e-05, + "I": 0.014798148535192013, + "C": 0.0003723764093592763, + "R": 9.834225784288719e-05, + "M": 0.00036973165697418153, + "O": 0.00023241265444085002, + "W": 5.0320220907451585e-05, + "N": 0.0010379224549978971, + "Y": 0.0011748417746275663, + "U": 5.6000448239501566e-05, + "K": 4.078655911143869e-05, + "L": 0.00010318384738638997, + "G": 0.0008277853485196829, + "F": 0.003820971818640828, + "E": 0.0028549174312502146, + "T": 0.0019020887557417154, + "P": 0.6940397620201111, + "-": 0.27810055017471313 + }, + "id": "tp_19523" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2440407, + "label": "-", + "classification": { + "B": 1.6735853932914324e-05, + "S": 0.00015586840163450688, + "I": 0.0008305885130539536, + "C": 8.941444684751332e-05, + "R": 1.3018394383834675e-05, + "M": 0.0004480821662582457, + "O": 0.0002550171338953078, + "W": 8.464402344543487e-05, + "N": 0.0004400046309456229, + "Y": 0.00270950049161911, + "U": 6.699889127048664e-06, + "K": 0.012158218771219254, + "L": 1.768683796399273e-05, + "G": 0.005260511767119169, + "F": 0.23834668099880219, + "E": 0.05046981945633888, + "T": 0.0018934635445475578, + "P": 0.2188984751701355, + "-": 0.4679054915904999 + }, + "id": "tp_19524" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2440507, + "label": "P", + "classification": { + "B": 0.0004129796288907528, + "S": 0.0002929525217041373, + "I": 0.0828324556350708, + "C": 0.002889984520152211, + "R": 0.0006095157004892826, + "M": 0.004294474143534899, + "O": 0.001143615460023284, + "W": 0.0002943348081316799, + "N": 0.013615564443171024, + "Y": 0.015769850462675095, + "U": 0.0002444375422783196, + "K": 0.0023966238368302584, + "L": 0.00024024145386647433, + "G": 0.005708341021090746, + "F": 0.010586210526525974, + "E": 0.053764138370752335, + "T": 0.008817031048238277, + "P": 0.6092402935028076, + "-": 0.18684694170951843 + }, + "id": "tp_19525" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2440641, + "label": "P", + "classification": { + "B": 0.00040724134305492043, + "S": 0.0006085223285481334, + "I": 0.048774123191833496, + "C": 0.000651371490675956, + "R": 0.00024343990662600845, + "M": 0.001746172085404396, + "O": 0.0006683864630758762, + "W": 0.0002612534735817462, + "N": 0.009398970752954483, + "Y": 0.0032937529031187296, + "U": 6.884182221256196e-05, + "K": 0.0017519970424473286, + "L": 0.00022000934404786676, + "G": 0.008958647958934307, + "F": 0.02946631982922554, + "E": 0.07315549999475479, + "T": 0.002762017073109746, + "P": 0.7332145571708679, + "-": 0.08434894680976868 + }, + "id": "tp_19526" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2440774, + "label": "-", + "classification": { + "B": 2.885593676182907e-05, + "S": 3.6202567571308464e-05, + "I": 0.003901837393641472, + "C": 0.00017379867495037615, + "R": 7.180690590757877e-05, + "M": 0.0007800764287821949, + "O": 0.0002461666299495846, + "W": 4.216120214550756e-05, + "N": 0.00042115914402529597, + "Y": 0.006612911354750395, + "U": 2.520606722100638e-05, + "K": 0.0010131184244528413, + "L": 2.8044732971466146e-05, + "G": 0.0024369906168431044, + "F": 0.020787730813026428, + "E": 0.009910284541547298, + "T": 0.0031716616358608007, + "P": 0.2689557671546936, + "-": 0.6813561916351318 + }, + "id": "tp_19527" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2440908, + "label": "P", + "classification": { + "B": 2.064476234409085e-07, + "S": 3.0410166829142327e-08, + "I": 0.000437871553003788, + "C": 5.554571544053033e-06, + "R": 2.1805799121921154e-07, + "M": 6.1328255469561554e-06, + "O": 6.051150194252841e-07, + "W": 5.081101051018777e-08, + "N": 1.503289877291536e-05, + "Y": 7.470456330338493e-05, + "U": 8.106578519573304e-08, + "K": 3.0975695608503884e-06, + "L": 3.820623817318847e-08, + "G": 1.4921403817425016e-05, + "F": 0.00042780290823429823, + "E": 0.0015402492135763168, + "T": 1.42049020723789e-05, + "P": 0.8280445337295532, + "-": 0.16941465437412262 + }, + "id": "tp_19528" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2441008, + "label": "P", + "classification": { + "B": 5.477430136124894e-07, + "S": 1.1342828543092764e-07, + "I": 0.00013774147373624146, + "C": 1.1781551165768178e-06, + "R": 1.1994544024673814e-07, + "M": 2.299449988640845e-06, + "O": 1.248685407517769e-06, + "W": 7.504992538542865e-08, + "N": 3.565117822290631e-06, + "Y": 7.392888619506266e-06, + "U": 1.580066211204212e-08, + "K": 1.807161709166394e-08, + "L": 2.0021711577555834e-07, + "G": 1.0791112799779512e-05, + "F": 0.0002434324414934963, + "E": 0.0001258401171071455, + "T": 6.948818281671265e-06, + "P": 0.8804230093955994, + "-": 0.11903536319732666 + }, + "id": "tp_19529" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2441141, + "label": "P", + "classification": { + "B": 6.050153388059698e-05, + "S": 0.00019060150953009725, + "I": 0.010701349936425686, + "C": 0.0001549459557281807, + "R": 3.603956793085672e-05, + "M": 0.0008157719275914133, + "O": 0.00021488145284820348, + "W": 9.229940042132512e-05, + "N": 0.003001589560881257, + "Y": 0.0031152924057096243, + "U": 3.060450399061665e-05, + "K": 0.0037588116247206926, + "L": 3.2584324799245223e-05, + "G": 0.001572533044964075, + "F": 0.027784528210759163, + "E": 0.05369499325752258, + "T": 0.0019839731976389885, + "P": 0.6828499436378479, + "-": 0.20990875363349915 + }, + "id": "tp_19530" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2441275, + "label": "P", + "classification": { + "B": 2.1262762572860083e-07, + "S": 4.772726569512997e-08, + "I": 0.0006567171076312661, + "C": 2.323499472822732e-07, + "R": 2.0594420391262247e-08, + "M": 1.476837837799394e-06, + "O": 2.194323940329923e-07, + "W": 4.445854528967175e-08, + "N": 3.189378185197711e-05, + "Y": 9.461637091590092e-07, + "U": 1.6654411183480988e-08, + "K": 6.626259505537746e-07, + "L": 7.481331110170686e-09, + "G": 1.4247419812818407e-06, + "F": 2.0499435777310282e-05, + "E": 0.0007091431762091815, + "T": 2.33903233493038e-06, + "P": 0.9921444654464722, + "-": 0.006429610773921013 + }, + "id": "tp_19531" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2441408, + "label": "P", + "classification": { + "B": 1.680505374679342e-05, + "S": 8.658224942337256e-06, + "I": 0.0060240961611270905, + "C": 7.363534678006545e-05, + "R": 8.56377027957933e-06, + "M": 0.0001328358193859458, + "O": 2.2646905563306063e-05, + "W": 5.75382046008599e-06, + "N": 0.0005847156280651689, + "Y": 0.0004180982941761613, + "U": 4.8446390792378224e-06, + "K": 0.00014699308667331934, + "L": 4.21775894210441e-06, + "G": 0.000388884189305827, + "F": 0.00610957108438015, + "E": 0.018084490671753883, + "T": 0.00018254303722642362, + "P": 0.8878545761108398, + "-": 0.07992813736200333 + }, + "id": "tp_19532" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2441508, + "label": "P", + "classification": { + "B": 1.2748987501254305e-05, + "S": 1.1558418918866664e-05, + "I": 0.0029986235313117504, + "C": 8.060544496402144e-05, + "R": 1.699021231615916e-05, + "M": 8.575872197980061e-05, + "O": 5.08941120642703e-05, + "W": 1.0919532542175148e-05, + "N": 0.0005537918186746538, + "Y": 0.0006571293342858553, + "U": 7.653928150830325e-06, + "K": 0.00034498595050536096, + "L": 5.505025910679251e-06, + "G": 0.0007744627073407173, + "F": 0.012018712237477303, + "E": 0.011430871672928333, + "T": 0.0005408350261859596, + "P": 0.7579044699668884, + "-": 0.21249349415302277 + }, + "id": "tp_19533" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2441642, + "label": "-", + "classification": { + "B": 0.0005702456692233682, + "S": 0.00040741628617979586, + "I": 0.011403735727071762, + "C": 0.0024158433079719543, + "R": 0.0012115315767005086, + "M": 0.004989427048712969, + "O": 0.0025900648906826973, + "W": 0.0004437848983798176, + "N": 0.0019894286524504423, + "Y": 0.015550047159194946, + "U": 0.00028215331258252263, + "K": 0.0003669882717076689, + "L": 0.000950455607380718, + "G": 0.008002414368093014, + "F": 0.02113478258252144, + "E": 0.007925249636173248, + "T": 0.016584521159529686, + "P": 0.3305875360965729, + "-": 0.572594404220581 + }, + "id": "tp_19534" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2441775, + "label": "P", + "classification": { + "B": 1.9103488284599734e-06, + "S": 1.127302539316588e-06, + "I": 0.002197965979576111, + "C": 0.000149133411468938, + "R": 9.708734069135971e-06, + "M": 5.102303111925721e-05, + "O": 1.1667882972687948e-05, + "W": 4.55183317171759e-06, + "N": 0.0001916546025313437, + "Y": 0.0003929203958250582, + "U": 4.661536877392791e-06, + "K": 0.0004967146669514477, + "L": 1.3462971537592239e-06, + "G": 0.0002547900949139148, + "F": 0.012194658629596233, + "E": 0.011347916908562183, + "T": 0.00013576549827121198, + "P": 0.7210727334022522, + "-": 0.25147971510887146 + }, + "id": "tp_19535" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2441875, + "label": "-", + "classification": { + "B": 8.04154243194688e-10, + "S": 5.184835338845062e-10, + "I": 2.582318484201096e-05, + "C": 1.83683624754849e-07, + "R": 1.4306925422147287e-08, + "M": 2.9758521691292117e-07, + "O": 7.159987802651813e-08, + "W": 2.8930495776791076e-09, + "N": 2.776096437173692e-07, + "Y": 8.016470383154228e-05, + "U": 2.856090475233941e-09, + "K": 1.3764308732788777e-06, + "L": 1.1189347226547852e-09, + "G": 9.481354936724529e-06, + "F": 0.0002934902149718255, + "E": 4.447279206942767e-05, + "T": 1.0126053894055076e-05, + "P": 0.13989824056625366, + "-": 0.8596359491348267 + }, + "id": "tp_19536" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2442009, + "label": "P", + "classification": { + "B": 1.0917281088040909e-06, + "S": 6.689497809020395e-07, + "I": 0.0024823283310979605, + "C": 9.460638466407545e-06, + "R": 1.0468811524333432e-06, + "M": 1.455445908504771e-05, + "O": 4.75317165182787e-06, + "W": 1.3439989743346814e-06, + "N": 0.00024646316887810826, + "Y": 7.533610187238082e-05, + "U": 8.54737777444825e-07, + "K": 0.00010014879080699757, + "L": 2.2756854889394162e-07, + "G": 4.87852594233118e-05, + "F": 0.0009092183317989111, + "E": 0.004849936813116074, + "T": 5.346053876564838e-05, + "P": 0.9196106195449829, + "-": 0.07158970832824707 + }, + "id": "tp_19537" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2442142, + "label": "-", + "classification": { + "B": 2.114871676894836e-06, + "S": 4.112563601665897e-06, + "I": 0.0006869045319035649, + "C": 6.683818355668336e-05, + "R": 5.696267635357799e-06, + "M": 8.283148781629279e-05, + "O": 3.3428194001317024e-05, + "W": 6.690307145618135e-06, + "N": 0.00010130102600669488, + "Y": 0.0013819937594234943, + "U": 2.582264642114751e-06, + "K": 0.00038727547507733107, + "L": 2.3725658593320986e-06, + "G": 0.0006034047110006213, + "F": 0.03776360675692558, + "E": 0.007209745701402426, + "T": 0.00031446231878362596, + "P": 0.4558555483818054, + "-": 0.49548906087875366 + }, + "id": "tp_19538" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2442276, + "label": "P", + "classification": { + "B": 0.00016784977924544364, + "S": 0.00011938926036236808, + "I": 0.03451555594801903, + "C": 0.0031724434811621904, + "R": 0.0006448594504036009, + "M": 0.002362986793741584, + "O": 0.0005129274213686585, + "W": 0.00020769904949702322, + "N": 0.003860031021758914, + "Y": 0.009738071821630001, + "U": 0.00014492009358946234, + "K": 0.0017156347166746855, + "L": 0.00011910881585208699, + "G": 0.0034921697806566954, + "F": 0.01984664797782898, + "E": 0.03444641828536987, + "T": 0.0029648386407643557, + "P": 0.5557212829589844, + "-": 0.3262472450733185 + }, + "id": "tp_19539" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2442376, + "label": "-", + "classification": { + "B": 2.149568717868533e-05, + "S": 6.359129474731162e-05, + "I": 0.0028348155319690704, + "C": 0.00024484816822223365, + "R": 4.888718103757128e-05, + "M": 0.0006140472833067179, + "O": 0.00026738757151179016, + "W": 3.691437086672522e-05, + "N": 0.0005323697696439922, + "Y": 0.004634458106011152, + "U": 2.1106739950482734e-05, + "K": 0.0003206844558008015, + "L": 2.3142429199651815e-05, + "G": 0.001128736068494618, + "F": 0.01241206657141447, + "E": 0.0032663256861269474, + "T": 0.0034190197475254536, + "P": 0.3742868900299072, + "-": 0.5958232283592224 + }, + "id": "tp_19540" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2442509, + "label": "-", + "classification": { + "B": 4.153708914600429e-07, + "S": 3.208857535241805e-08, + "I": 9.568611858412623e-06, + "C": 3.039071998500731e-07, + "R": 1.31062787289693e-08, + "M": 1.3637020401802147e-06, + "O": 1.532842020424141e-06, + "W": 5.559742177752014e-08, + "N": 2.816751987211319e-07, + "Y": 4.940139206155436e-06, + "U": 8.373679527551303e-09, + "K": 1.3472655879809281e-08, + "L": 9.476617179871027e-08, + "G": 6.008529453538358e-06, + "F": 0.00021979890880174935, + "E": 2.167465936508961e-05, + "T": 9.055294867721386e-06, + "P": 0.49894025921821594, + "-": 0.5007846355438232 + }, + "id": "tp_19541" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2442643, + "label": "P", + "classification": { + "B": 3.9708678012395637e-10, + "S": 5.891396259727344e-10, + "I": 4.2387264329590835e-06, + "C": 1.576668218206123e-08, + "R": 3.7336020386469215e-10, + "M": 1.8430659665114035e-08, + "O": 1.2156760931247845e-08, + "W": 3.191960307180608e-10, + "N": 1.675887659757791e-07, + "Y": 5.304098067426821e-07, + "U": 1.3931748810147582e-10, + "K": 3.745544319144756e-09, + "L": 1.618887662813151e-10, + "G": 6.590486378854621e-08, + "F": 7.839061436243355e-05, + "E": 4.562685262499144e-06, + "T": 7.383771958302532e-07, + "P": 0.7762941122055054, + "-": 0.2236170470714569 + }, + "id": "tp_19542" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2442776, + "label": "P", + "classification": { + "B": 2.9082736219265826e-10, + "S": 1.7457681134036562e-11, + "I": 8.256549790530698e-07, + "C": 1.8894212860942616e-09, + "R": 2.351052512394869e-11, + "M": 7.723691908267938e-09, + "O": 2.812208022007212e-09, + "W": 2.95314675491376e-11, + "N": 6.47317177637774e-09, + "Y": 7.627672005128261e-08, + "U": 1.1580891627616108e-11, + "K": 7.620069158997822e-11, + "L": 4.9666517426549817e-11, + "G": 7.511292210438114e-08, + "F": 2.1290998120093718e-05, + "E": 1.4288327747635776e-06, + "T": 1.1570825364515258e-07, + "P": 0.7140184044837952, + "-": 0.2859577238559723 + }, + "id": "tp_19543" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2442876, + "label": "P", + "classification": { + "B": 9.83745303528849e-06, + "S": 6.946104804228526e-06, + "I": 0.009321165271103382, + "C": 0.00018904433818534017, + "R": 1.438259187125368e-05, + "M": 8.816701301839203e-05, + "O": 3.277596988482401e-05, + "W": 9.270366717828438e-06, + "N": 0.000905235530808568, + "Y": 0.0006536139408126473, + "U": 9.946125828719232e-06, + "K": 0.0001636271772440523, + "L": 5.5144282669061795e-06, + "G": 0.00030576754943467677, + "F": 0.0026604589074850082, + "E": 0.012272273190319538, + "T": 0.00029308535158634186, + "P": 0.8696293234825134, + "-": 0.10342957079410553 + }, + "id": "tp_19544" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2443010, + "label": "P", + "classification": { + "B": 1.894844307501198e-12, + "S": 2.4089473905225534e-12, + "I": 2.5149604425678262e-06, + "C": 4.22137835798253e-09, + "R": 2.5661863259363038e-11, + "M": 6.708367195074061e-09, + "O": 7.22385540274928e-10, + "W": 7.989485809045682e-12, + "N": 1.500057855707837e-08, + "Y": 1.8881442542806326e-07, + "U": 1.0464488650607784e-11, + "K": 3.7208722769577207e-09, + "L": 4.405401390905617e-12, + "G": 3.932988335009213e-08, + "F": 2.0743755158036947e-05, + "E": 1.0397096957603935e-05, + "T": 7.072839736110836e-08, + "P": 0.7186576724052429, + "-": 0.28130829334259033 + }, + "id": "tp_19545" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2443143, + "label": "P", + "classification": { + "B": 5.8167208827342165e-09, + "S": 3.462314601687666e-10, + "I": 8.068005263339728e-05, + "C": 5.602513510893914e-07, + "R": 1.348729039563068e-08, + "M": 2.09475061296871e-07, + "O": 4.8518298711996977e-08, + "W": 1.574436914175692e-09, + "N": 7.971096920300624e-07, + "Y": 9.689350918051787e-06, + "U": 8.066449730392833e-09, + "K": 6.449096190408454e-08, + "L": 2.560921030791974e-09, + "G": 2.3525078631791985e-06, + "F": 6.885632319608703e-05, + "E": 4.3718227971112356e-05, + "T": 4.204158358334098e-06, + "P": 0.6995514035224915, + "-": 0.3002372980117798 + }, + "id": "tp_19546" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2443277, + "label": "P", + "classification": { + "B": 1.405057181713687e-09, + "S": 3.742469445455754e-09, + "I": 2.6657125999918208e-05, + "C": 6.959986809107477e-09, + "R": 4.622406069021423e-10, + "M": 6.742699287798359e-09, + "O": 5.82882320188105e-09, + "W": 1.0622347446087588e-09, + "N": 9.95634309219895e-07, + "Y": 1.6391683743677277e-07, + "U": 4.151670118801576e-10, + "K": 3.0747994372859466e-08, + "L": 1.4758774757872573e-10, + "G": 5.575436645699483e-08, + "F": 1.2102686923753936e-05, + "E": 2.836313251464162e-05, + "T": 1.2655716830067831e-07, + "P": 0.9895667433738708, + "-": 0.010364711284637451 + }, + "id": "tp_19547" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2443377, + "label": "-", + "classification": { + "B": 2.1239865335281882e-12, + "S": 5.78836934980731e-12, + "I": 6.23115781195338e-08, + "C": 3.038226961682433e-11, + "R": 2.064568134507727e-12, + "M": 1.7197304691407567e-10, + "O": 4.4771944485155757e-10, + "W": 1.063576397092314e-11, + "N": 1.1207422767611774e-09, + "Y": 3.078956822832879e-08, + "U": 1.3867571370743126e-12, + "K": 1.7386626582904796e-09, + "L": 5.087339512328815e-13, + "G": 3.6747163090211643e-09, + "F": 6.118739111116156e-05, + "E": 2.1221474355570535e-07, + "T": 4.343416293295377e-08, + "P": 0.3954973518848419, + "-": 0.6044410467147827 + }, + "id": "tp_19548" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2443510, + "label": "-", + "classification": { + "B": 6.112010897396658e-11, + "S": 2.131722992571028e-10, + "I": 2.386541382293217e-07, + "C": 1.2886721689753244e-09, + "R": 3.374433024672108e-11, + "M": 5.589777085646119e-09, + "O": 8.45961167783571e-09, + "W": 3.1369190578445227e-10, + "N": 1.1361180440871976e-08, + "Y": 5.550526225306385e-07, + "U": 8.083149427573488e-11, + "K": 8.384550653772749e-08, + "L": 2.1319741111414103e-11, + "G": 3.54062592577975e-08, + "F": 0.00022344170429278165, + "E": 1.956227833943558e-06, + "T": 5.748749458689417e-07, + "P": 0.1909821778535843, + "-": 0.808790922164917 + }, + "id": "tp_19549" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2443644, + "label": "P", + "classification": { + "B": 5.2798590388647426e-08, + "S": 3.106167056898812e-08, + "I": 0.0004986051353625953, + "C": 2.9535783596656984e-06, + "R": 3.578429073058942e-07, + "M": 5.1831325436069164e-06, + "O": 8.802971933619119e-07, + "W": 3.692768757446174e-08, + "N": 1.2362816960376222e-05, + "Y": 3.3410244213882834e-05, + "U": 4.240213158368533e-08, + "K": 2.5152408511530666e-07, + "L": 5.815416415089203e-08, + "G": 2.406376188446302e-05, + "F": 0.0003933323023375124, + "E": 0.000214277213672176, + "T": 2.360381949984003e-05, + "P": 0.8807928562164307, + "-": 0.11799755692481995 + }, + "id": "tp_19550" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2443777, + "label": "P", + "classification": { + "B": 2.465688986319492e-08, + "S": 1.0011079742966444e-09, + "I": 9.11676324903965e-05, + "C": 1.8356870441493811e-06, + "R": 4.052900948181559e-08, + "M": 3.9690885955678823e-07, + "O": 1.1473208871848328e-07, + "W": 1.542131866649754e-09, + "N": 8.65606864408619e-07, + "Y": 3.837275471596513e-06, + "U": 5.61104185337058e-09, + "K": 1.3954791766579433e-09, + "L": 2.997915871105761e-08, + "G": 5.766880804003449e-06, + "F": 7.37887603463605e-05, + "E": 1.8287599232280627e-05, + "T": 5.3205426411295775e-06, + "P": 0.8462304472923279, + "-": 0.1535680741071701 + }, + "id": "tp_19551" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2443877, + "label": "P", + "classification": { + "B": 1.0688398950631228e-12, + "S": 5.209231049990715e-12, + "I": 4.226697001286084e-07, + "C": 5.188432461444847e-10, + "R": 1.3845362356601498e-11, + "M": 1.3744497762147034e-09, + "O": 5.652470158601375e-10, + "W": 5.322166318766364e-12, + "N": 3.6944178827269525e-09, + "Y": 1.8400260159978643e-07, + "U": 2.302311336369045e-12, + "K": 5.977148220814854e-10, + "L": 9.416174437393288e-13, + "G": 1.5152675558738338e-08, + "F": 1.1617709787969943e-05, + "E": 2.4970569256765884e-07, + "T": 2.0201737527258956e-07, + "P": 0.5316595435142517, + "-": 0.4683277904987335 + }, + "id": "tp_19552" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2444011, + "label": "-", + "classification": { + "B": 2.7550407821763656e-07, + "S": 1.277525711884664e-07, + "I": 0.0007164333947002888, + "C": 4.66295205114875e-05, + "R": 2.952798467958928e-06, + "M": 4.825081123271957e-05, + "O": 6.67387848807266e-06, + "W": 3.3079570016525395e-07, + "N": 9.668106031313073e-06, + "Y": 0.0007123106624931097, + "U": 5.470364499160496e-07, + "K": 7.172980645009375e-07, + "L": 1.2115187928429805e-06, + "G": 0.00013883192150387913, + "F": 0.00048530541243962944, + "E": 0.00012046717165503651, + "T": 0.0004250961646903306, + "P": 0.3330270051956177, + "-": 0.6642572283744812 + }, + "id": "tp_19553" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2444144, + "label": "P", + "classification": { + "B": 2.052257514151279e-05, + "S": 3.841139459836995e-06, + "I": 0.003612627973780036, + "C": 0.0001430402771802619, + "R": 2.0384783056215383e-05, + "M": 0.0002692178823053837, + "O": 7.451240526279435e-05, + "W": 1.0595111234579235e-05, + "N": 0.00017528429452795535, + "Y": 0.0010459114564582705, + "U": 1.5489154975512065e-05, + "K": 4.041568172397092e-05, + "L": 1.8359616660745814e-05, + "G": 0.0007921860087662935, + "F": 0.0036144647747278214, + "E": 0.003977365791797638, + "T": 0.0007781123858876526, + "P": 0.5176023244857788, + "-": 0.4677853584289551 + }, + "id": "tp_19554" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2444278, + "label": "P", + "classification": { + "B": 4.9296080106842055e-08, + "S": 1.7045501010670705e-08, + "I": 0.00024371819745283574, + "C": 1.3438592532111215e-06, + "R": 1.0085097557066547e-07, + "M": 6.0261718317633495e-06, + "O": 9.766523589860299e-07, + "W": 4.717441015600343e-08, + "N": 4.297377017792314e-06, + "Y": 5.487339149112813e-05, + "U": 3.457626007730141e-08, + "K": 5.120297146277153e-07, + "L": 5.6971725115317895e-08, + "G": 1.0890353223658167e-05, + "F": 0.00024785337154753506, + "E": 0.00019888047245331109, + "T": 2.947850043710787e-05, + "P": 0.5751379728317261, + "-": 0.4240627586841583 + }, + "id": "tp_19555" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2444378, + "label": "P", + "classification": { + "B": 2.3269630844424682e-07, + "S": 2.598166304323968e-07, + "I": 0.00024663121439516544, + "C": 3.2333020953956293e-06, + "R": 2.0135689737799112e-07, + "M": 4.376894139568321e-06, + "O": 2.3981594949873397e-06, + "W": 5.537275455935742e-07, + "N": 1.7688578736851923e-05, + "Y": 3.017299241037108e-05, + "U": 4.608824326624017e-07, + "K": 1.5185655684035737e-05, + "L": 1.5194650870853366e-07, + "G": 1.986308598134201e-05, + "F": 0.001166961039416492, + "E": 0.0005765529931522906, + "T": 5.137324842507951e-05, + "P": 0.730846643447876, + "-": 0.267017126083374 + }, + "id": "tp_19556" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2444511, + "label": "P", + "classification": { + "B": 2.182668090711104e-08, + "S": 2.027405798799009e-07, + "I": 0.0001599131355760619, + "C": 4.876256411989743e-07, + "R": 1.8709016558204894e-07, + "M": 1.586594407854136e-06, + "O": 2.001008397201076e-06, + "W": 2.0327084371274395e-07, + "N": 1.537222124170512e-05, + "Y": 2.5691631890367717e-05, + "U": 4.6472152348542295e-08, + "K": 5.326768587110564e-06, + "L": 4.379958795652783e-08, + "G": 1.0399907296232414e-05, + "F": 0.0026769698597490788, + "E": 6.645611574640498e-05, + "T": 2.915825098170899e-05, + "P": 0.8462322354316711, + "-": 0.15077370405197144 + }, + "id": "tp_19557" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2444645, + "label": "-", + "classification": { + "B": 1.0502110399102094e-06, + "S": 1.8615683927691862e-07, + "I": 0.000995321897789836, + "C": 5.8838679251493886e-05, + "R": 4.07159768656129e-06, + "M": 3.042025309696328e-05, + "O": 9.355199836136308e-06, + "W": 5.305790864440496e-07, + "N": 3.361382186994888e-05, + "Y": 0.00046312680933624506, + "U": 1.8143978195439558e-06, + "K": 8.277346751128789e-06, + "L": 1.4319051615530043e-06, + "G": 0.0002921292616520077, + "F": 0.001368831261061132, + "E": 0.0014780987985432148, + "T": 0.00020873118774034083, + "P": 0.4905630648136139, + "-": 0.5044810771942139 + }, + "id": "tp_19558" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2444778, + "label": "P", + "classification": { + "B": 2.592905623544084e-08, + "S": 1.549568118264233e-08, + "I": 2.801198570523411e-05, + "C": 1.8460011119714181e-07, + "R": 3.084335986613951e-08, + "M": 1.939339853151978e-07, + "O": 2.5323328145532287e-07, + "W": 1.9268618700607476e-08, + "N": 8.964800599642331e-07, + "Y": 5.524873358808691e-06, + "U": 6.693054999118431e-09, + "K": 1.7903116145134845e-07, + "L": 5.202970942974616e-09, + "G": 2.0304919416958e-06, + "F": 0.0001921093207783997, + "E": 2.000847780436743e-05, + "T": 6.650790510320803e-06, + "P": 0.6464554071426392, + "-": 0.3532884418964386 + }, + "id": "tp_19559" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2444878, + "label": "P", + "classification": { + "B": 3.4688260597270926e-10, + "S": 8.899103676185405e-11, + "I": 3.874606022691296e-07, + "C": 2.235732987632133e-10, + "R": 3.783477003915792e-12, + "M": 7.280164915357545e-09, + "O": 2.0092547625694124e-09, + "W": 1.1105405484101993e-10, + "N": 8.342103008374124e-09, + "Y": 5.3146049339147794e-08, + "U": 3.5235578343950635e-11, + "K": 6.788277717717506e-10, + "L": 2.3081274738712132e-11, + "G": 5.80350079104619e-09, + "F": 6.8521367211360484e-06, + "E": 2.5608937903598417e-06, + "T": 2.4490822170264437e-07, + "P": 0.8446494936943054, + "-": 0.15534037351608276 + }, + "id": "tp_19560" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2445012, + "label": "P", + "classification": { + "B": 0.0003177340258844197, + "S": 5.360696013667621e-05, + "I": 0.013292141258716583, + "C": 0.0006380604463629425, + "R": 8.471315231872723e-05, + "M": 0.0032921668607741594, + "O": 0.0003165504022035748, + "W": 4.630834882846102e-05, + "N": 0.0007830298272892833, + "Y": 0.0032470866572111845, + "U": 3.108859164058231e-05, + "K": 3.966587973991409e-05, + "L": 0.0001937607885338366, + "G": 0.004490052815526724, + "F": 0.005347846075892448, + "E": 0.03702684864401817, + "T": 0.0023472497705370188, + "P": 0.6968567371368408, + "-": 0.23159532248973846 + }, + "id": "tp_19561" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2445145, + "label": "P", + "classification": { + "B": 5.507849176744628e-10, + "S": 7.784220490414384e-10, + "I": 3.916213245247491e-06, + "C": 2.12142592381781e-09, + "R": 1.6080904663429152e-10, + "M": 2.6545189157900495e-08, + "O": 1.2982847685805154e-08, + "W": 3.0233185399630713e-10, + "N": 1.183327285048108e-07, + "Y": 6.900091875650105e-07, + "U": 5.4156748530154175e-11, + "K": 1.8233926368793618e-08, + "L": 9.669448575166939e-11, + "G": 3.309803844331327e-07, + "F": 0.0002111581270582974, + "E": 1.710334254312329e-05, + "T": 5.07248898884427e-07, + "P": 0.8712002038955688, + "-": 0.12856589257717133 + }, + "id": "tp_19562" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2445279, + "label": "P", + "classification": { + "B": 1.2802146009960325e-08, + "S": 5.988859896888243e-08, + "I": 4.83459334645886e-05, + "C": 3.87914553812152e-08, + "R": 1.8905735643670596e-08, + "M": 8.268360147667408e-07, + "O": 4.326738576310163e-07, + "W": 2.654075714758619e-08, + "N": 4.33378181696753e-06, + "Y": 2.79186679108534e-05, + "U": 4.202586723067725e-09, + "K": 5.4415477279690094e-06, + "L": 3.6138565473464723e-09, + "G": 4.930908289679792e-06, + "F": 0.003752624150365591, + "E": 0.0002593228709883988, + "T": 1.9310222342028283e-05, + "P": 0.7325746417045593, + "-": 0.26330164074897766 + }, + "id": "tp_19563" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2445379, + "label": "-", + "classification": { + "B": 1.875147389793219e-12, + "S": 4.956457119731361e-12, + "I": 1.588708187227894e-07, + "C": 3.9449410405012486e-10, + "R": 1.2077738115179315e-11, + "M": 1.942016325529039e-09, + "O": 3.9381675698280105e-10, + "W": 1.0573582807926751e-11, + "N": 2.072919835782727e-09, + "Y": 1.4895957747285138e-06, + "U": 9.796065868206139e-12, + "K": 1.1056905613315848e-08, + "L": 1.992238405496005e-12, + "G": 2.2922046483131453e-08, + "F": 8.639301086077467e-05, + "E": 7.571969149466895e-07, + "T": 3.6121210200690257e-07, + "P": 0.335013210773468, + "-": 0.6648975610733032 + }, + "id": "tp_19564" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2445512, + "label": "-", + "classification": { + "B": 6.063817181711784e-08, + "S": 1.459755054611378e-07, + "I": 9.675939509179443e-05, + "C": 8.46577506763424e-07, + "R": 1.1636495855782414e-07, + "M": 5.510840128408745e-05, + "O": 3.53985501533316e-06, + "W": 1.3128347120527906e-07, + "N": 2.683767888811417e-06, + "Y": 0.00036005358560942113, + "U": 2.6760108795542692e-08, + "K": 1.444047256882186e-06, + "L": 1.4013727422934608e-07, + "G": 5.9853609855053946e-05, + "F": 0.0019201063551008701, + "E": 0.0003836378164123744, + "T": 0.0002052463823929429, + "P": 0.2671186029911041, + "-": 0.7297914028167725 + }, + "id": "tp_19565" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2445646, + "label": "P", + "classification": { + "B": 1.612026778730069e-08, + "S": 9.697887826121132e-09, + "I": 6.055764606571756e-05, + "C": 1.3565262690917734e-07, + "R": 2.3262915149757646e-08, + "M": 3.668812382784381e-07, + "O": 3.2570684993515897e-07, + "W": 1.3017865008180252e-08, + "N": 3.4280537875019945e-06, + "Y": 2.6739089662441984e-06, + "U": 4.308938983399457e-09, + "K": 1.0175777021004251e-07, + "L": 4.517935359160674e-09, + "G": 1.8688356249185745e-06, + "F": 0.0001754500699462369, + "E": 3.434872269281186e-05, + "T": 5.4055358305049594e-06, + "P": 0.8905652165412903, + "-": 0.10915007442235947 + }, + "id": "tp_19566" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2445779, + "label": "P", + "classification": { + "B": 6.467185185814184e-13, + "S": 7.730443889186756e-12, + "I": 5.828180178468756e-07, + "C": 2.409088553645411e-11, + "R": 7.302454539497016e-13, + "M": 4.2916289966221655e-10, + "O": 9.011009993731278e-11, + "W": 1.0209671649774599e-12, + "N": 2.0185119353755e-08, + "Y": 5.777995859546081e-09, + "U": 2.6092238721193983e-13, + "K": 1.1657043386126276e-10, + "L": 2.8325071780264943e-13, + "G": 2.7189868134769313e-09, + "F": 2.618960934341885e-06, + "E": 9.349822107651562e-07, + "T": 7.144104863243683e-09, + "P": 0.9971722960472107, + "-": 0.002823513699695468 + }, + "id": "tp_19567" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2445879, + "label": "P", + "classification": { + "B": 2.871877624599506e-09, + "S": 4.592005442560776e-09, + "I": 0.0002989988133776933, + "C": 2.8956819733139127e-06, + "R": 9.089254149330372e-08, + "M": 7.97149084519333e-07, + "O": 1.594351459743848e-07, + "W": 1.645536684691251e-08, + "N": 6.3771599343454e-06, + "Y": 2.299271000083536e-05, + "U": 3.321159880442792e-08, + "K": 9.879144272417761e-06, + "L": 3.956661664972216e-09, + "G": 6.0688485064019915e-06, + "F": 0.0003092209517490119, + "E": 0.0006156200543045998, + "T": 5.5654199968557805e-06, + "P": 0.6956819295883179, + "-": 0.3030393421649933 + }, + "id": "tp_19568" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2446013, + "label": "P", + "classification": { + "B": 1.1342481798237714e-07, + "S": 2.1555615603574552e-07, + "I": 7.630033360328525e-05, + "C": 4.4281100599619094e-06, + "R": 3.0982593557382643e-07, + "M": 1.577939997332578e-06, + "O": 2.156932168873027e-06, + "W": 7.386154834421177e-07, + "N": 1.527968379377853e-05, + "Y": 0.00017069494060706347, + "U": 3.7122072171769105e-07, + "K": 0.0002278483152622357, + "L": 6.012410125322276e-08, + "G": 6.061494423192926e-05, + "F": 0.010480335913598537, + "E": 0.001523787621408701, + "T": 4.8532208893448114e-05, + "P": 0.5277968049049377, + "-": 0.4595899283885956 + }, + "id": "tp_19569" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2446146, + "label": "P", + "classification": { + "B": 5.5148007688243794e-11, + "S": 1.330442284119826e-10, + "I": 5.561814396060072e-05, + "C": 5.1329404726629946e-08, + "R": 3.883474875010506e-09, + "M": 6.046214195976063e-08, + "O": 2.3151692118972278e-08, + "W": 6.11021344631979e-10, + "N": 5.00327246300003e-07, + "Y": 3.613790340750711e-06, + "U": 6.757870929519072e-10, + "K": 1.0755386625760366e-07, + "L": 2.0649965071228849e-10, + "G": 4.0892376773626893e-07, + "F": 5.535477612284012e-05, + "E": 1.6468025933136232e-05, + "T": 2.2451185941463336e-06, + "P": 0.6087220907211304, + "-": 0.39114344120025635 + }, + "id": "tp_19570" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2446280, + "label": "-", + "classification": { + "B": 1.1198217180208303e-06, + "S": 6.566351089531963e-07, + "I": 0.0005774940946139395, + "C": 1.4028142686584033e-05, + "R": 4.0365421227761544e-06, + "M": 4.0130307752406225e-05, + "O": 1.7967968233278953e-05, + "W": 1.6906255950743798e-06, + "N": 1.8262240701005794e-05, + "Y": 0.0006031545344740152, + "U": 7.540042474829534e-07, + "K": 2.5483464014541823e-06, + "L": 2.323061380593572e-06, + "G": 0.00014497473603114486, + "F": 0.002304869005456567, + "E": 0.0003610601706895977, + "T": 0.0004578828811645508, + "P": 0.39446577429771423, + "-": 0.6009812951087952 + }, + "id": "tp_19571" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2446380, + "label": "P", + "classification": { + "B": 1.307350601109647e-07, + "S": 8.049819477662368e-09, + "I": 6.060873147362145e-06, + "C": 3.034854145766985e-08, + "R": 1.777488045640041e-09, + "M": 1.7961583580472507e-06, + "O": 3.613988894812792e-07, + "W": 2.220769124150479e-09, + "N": 8.108534643724852e-08, + "Y": 3.2406851460109465e-06, + "U": 3.683541249799305e-10, + "K": 9.994789718081876e-11, + "L": 2.8743231794692292e-08, + "G": 3.09792426378408e-06, + "F": 9.477717685513198e-05, + "E": 1.8031118088401854e-05, + "T": 9.6537560239085e-06, + "P": 0.5114026069641113, + "-": 0.48846006393432617 + }, + "id": "tp_19572" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2446513, + "label": "P", + "classification": { + "B": 7.912163368928304e-08, + "S": 4.8060140755978864e-08, + "I": 4.442406498128548e-05, + "C": 3.1508392339674174e-08, + "R": 3.942722148764233e-09, + "M": 9.505111506769026e-07, + "O": 3.563594077604648e-07, + "W": 1.7083502612535995e-08, + "N": 1.808796810109925e-06, + "Y": 8.019529559533112e-06, + "U": 3.834823125714593e-09, + "K": 2.070368196882555e-07, + "L": 1.3766335626996806e-08, + "G": 6.092615421948722e-06, + "F": 0.000495373154990375, + "E": 0.00018746533896774054, + "T": 7.63482239563018e-06, + "P": 0.8150345683097839, + "-": 0.18421299755573273 + }, + "id": "tp_19573" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2446647, + "label": "-", + "classification": { + "B": 1.8201330720390985e-10, + "S": 2.973821466856208e-10, + "I": 8.032398000068497e-06, + "C": 6.098517246755364e-08, + "R": 1.4108727519612785e-09, + "M": 1.1910974961892862e-07, + "O": 2.079563365953163e-08, + "W": 1.2256565762314153e-09, + "N": 1.7751125369613874e-07, + "Y": 4.0621439438837115e-06, + "U": 1.257227988382681e-09, + "K": 4.447715014066489e-07, + "L": 3.257779324083998e-10, + "G": 2.976952941935451e-07, + "F": 0.000379894336219877, + "E": 3.196784746251069e-05, + "T": 2.5671738512755837e-06, + "P": 0.3519543707370758, + "-": 0.6476179361343384 + }, + "id": "tp_19574" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2446780, + "label": "-", + "classification": { + "B": 3.273201432119066e-10, + "S": 1.1581622327838659e-09, + "I": 9.119318065131665e-07, + "C": 3.590636410422121e-08, + "R": 1.365669244357548e-09, + "M": 2.40436666132382e-08, + "O": 2.93212387703079e-08, + "W": 1.4400700631966856e-09, + "N": 4.416027721276805e-08, + "Y": 3.6238820939615835e-06, + "U": 7.954490954809046e-10, + "K": 6.838646982032515e-08, + "L": 4.866351765997479e-10, + "G": 2.9998989248269936e-07, + "F": 0.0009225696558132768, + "E": 4.303515652281931e-06, + "T": 1.7211821159435203e-06, + "P": 0.41242995858192444, + "-": 0.5866363644599915 + }, + "id": "tp_19575" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2446880, + "label": "P", + "classification": { + "B": 2.323403577975114e-06, + "S": 4.2628344090189785e-06, + "I": 0.00038591964403167367, + "C": 2.804841585657414e-07, + "R": 1.1804313970742442e-07, + "M": 2.260881410620641e-05, + "O": 1.2762801816279534e-05, + "W": 1.4158054000290576e-06, + "N": 3.0722982046427205e-05, + "Y": 2.887596929213032e-05, + "U": 7.066446983117203e-08, + "K": 1.2439745660230983e-06, + "L": 5.304452201926324e-07, + "G": 1.5749363228678703e-05, + "F": 0.0010354405967518687, + "E": 0.00024542585015296936, + "T": 0.0001075083710020408, + "P": 0.7919826507568359, + "-": 0.20612210035324097 + }, + "id": "tp_19576" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2447014, + "label": "-", + "classification": { + "B": 1.889982925717959e-08, + "S": 2.0207140849493044e-08, + "I": 1.3312671399035025e-05, + "C": 4.10282837037812e-07, + "R": 3.875346266113411e-08, + "M": 9.193691994369146e-07, + "O": 7.869940645832685e-07, + "W": 3.122069713867859e-08, + "N": 6.542629193972971e-07, + "Y": 2.4005903469515033e-05, + "U": 1.2421317308053403e-08, + "K": 9.628430461816606e-07, + "L": 1.093460699763682e-08, + "G": 4.6934060264902655e-06, + "F": 0.0018047483172267675, + "E": 4.0122577047441155e-05, + "T": 1.3375090929912403e-05, + "P": 0.28973719477653503, + "-": 0.708358645439148 + }, + "id": "tp_19577" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2447147, + "label": "-", + "classification": { + "B": 1.4100914073813132e-14, + "S": 1.030654172575439e-13, + "I": 9.046452476013656e-08, + "C": 2.267223353502601e-10, + "R": 4.300017807101764e-12, + "M": 2.8301050392087745e-10, + "O": 5.648518805467795e-11, + "W": 4.782177800456699e-13, + "N": 4.410280474154149e-10, + "Y": 2.3791828596131381e-07, + "U": 3.2361044182901977e-13, + "K": 2.483346583925794e-10, + "L": 5.834375137962061e-14, + "G": 6.163131338610128e-09, + "F": 1.5031901966722216e-05, + "E": 1.515248584382789e-07, + "T": 2.9196444373269514e-08, + "P": 0.4149942994117737, + "-": 0.5849902629852295 + }, + "id": "tp_19578" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2447281, + "label": "-", + "classification": { + "B": 5.365031441328938e-08, + "S": 2.0994673377572326e-07, + "I": 2.6965975848725066e-05, + "C": 9.522469781586551e-07, + "R": 5.134632985459575e-08, + "M": 1.8426422911943519e-06, + "O": 1.7611480416235281e-06, + "W": 2.9475469887074723e-07, + "N": 4.924498171021696e-06, + "Y": 4.957863347954117e-05, + "U": 1.3084839167731843e-07, + "K": 5.830903319292702e-05, + "L": 2.7450235862147565e-08, + "G": 7.819382517482154e-06, + "F": 0.005056995898485184, + "E": 0.00037314736982807517, + "T": 3.9123919123085216e-05, + "P": 0.36923477053642273, + "-": 0.6251430511474609 + }, + "id": "tp_19579" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2447381, + "label": "-", + "classification": { + "B": 7.2546231422165874e-06, + "S": 1.925638753164094e-05, + "I": 0.004928244277834892, + "C": 0.0005156740662641823, + "R": 0.0002323979279026389, + "M": 0.00022226972214411944, + "O": 0.0002429803425911814, + "W": 9.9004122603219e-05, + "N": 0.0009431277285329998, + "Y": 0.012265568599104881, + "U": 7.238303805934265e-05, + "K": 0.013004027307033539, + "L": 1.860736301750876e-05, + "G": 0.0027229096740484238, + "F": 0.030267560854554176, + "E": 0.012094471603631973, + "T": 0.0027536614798009396, + "P": 0.20880922675132751, + "-": 0.7107813954353333 + }, + "id": "tp_19580" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2447514, + "label": "-", + "classification": { + "B": 1.034597119087266e-08, + "S": 1.334032617705816e-08, + "I": 9.703810064820573e-06, + "C": 9.539600398511539e-08, + "R": 1.2422864514860521e-08, + "M": 2.634364761888719e-07, + "O": 3.777175550112588e-07, + "W": 1.2975469587672706e-08, + "N": 5.737630317526055e-07, + "Y": 2.0861674784100614e-05, + "U": 8.452902378053295e-09, + "K": 5.286887585498334e-07, + "L": 6.125484564023509e-09, + "G": 3.7412839901662664e-06, + "F": 0.0004543079703580588, + "E": 2.0018633222207427e-05, + "T": 1.1503596397233196e-05, + "P": 0.41570183634757996, + "-": 0.5837759971618652 + }, + "id": "tp_19581" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2447648, + "label": "-", + "classification": { + "B": 1.8318691274998855e-07, + "S": 1.9739810852570372e-07, + "I": 0.0004208309401292354, + "C": 1.3656830560648814e-05, + "R": 2.205650389441871e-06, + "M": 6.740914614056237e-06, + "O": 5.877539933862863e-06, + "W": 4.699899989191181e-07, + "N": 2.0022618627990596e-05, + "Y": 0.0001367912773275748, + "U": 5.803585167996062e-07, + "K": 7.405762517009862e-06, + "L": 4.338675125836744e-07, + "G": 3.110030957031995e-05, + "F": 0.0015497399726882577, + "E": 0.0001619344693608582, + "T": 0.00012234487803652883, + "P": 0.4331568777561188, + "-": 0.5643625855445862 + }, + "id": "tp_19582" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2447781, + "label": "P", + "classification": { + "B": 2.1714563740865556e-12, + "S": 8.481811607230494e-12, + "I": 7.295954219443956e-06, + "C": 2.677478794232968e-10, + "R": 2.008998002678286e-11, + "M": 3.644730628415971e-10, + "O": 1.1172638508805122e-10, + "W": 4.271191039739719e-12, + "N": 1.262567224102895e-07, + "Y": 5.8523723645009795e-09, + "U": 2.0867801844154377e-12, + "K": 7.140896762791726e-10, + "L": 9.77233701945912e-13, + "G": 8.517734073620886e-09, + "F": 1.8360937019679113e-06, + "E": 5.57897828912246e-06, + "T": 5.903202371371208e-09, + "P": 0.9987097978591919, + "-": 0.0012753527844324708 + }, + "id": "tp_19583" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2447881, + "label": "P", + "classification": { + "B": 1.5811352568562143e-05, + "S": 8.227567741414532e-05, + "I": 0.004832728765904903, + "C": 0.00016283361765090376, + "R": 4.445683953235857e-05, + "M": 0.00019804049225058407, + "O": 0.0002347650151932612, + "W": 7.547203858848661e-05, + "N": 0.0025531132705509663, + "Y": 0.001582526951096952, + "U": 3.8106249121483415e-05, + "K": 0.004533693660050631, + "L": 1.0290154932590667e-05, + "G": 0.0010727732442319393, + "F": 0.019867971539497375, + "E": 0.01959354430437088, + "T": 0.001186732784844935, + "P": 0.7477995753288269, + "-": 0.19611519575119019 + }, + "id": "tp_19584" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2448015, + "label": "P", + "classification": { + "B": 1.8190030644932298e-12, + "S": 5.749891014705799e-12, + "I": 2.491501049917133e-07, + "C": 1.4576943818678245e-10, + "R": 3.891090141067144e-12, + "M": 3.8603645280410603e-10, + "O": 3.82465004111765e-10, + "W": 7.114252329604165e-12, + "N": 6.705026756037569e-09, + "Y": 1.2374755442579044e-07, + "U": 4.822207303606385e-12, + "K": 9.544935508642993e-09, + "L": 6.145101788535001e-13, + "G": 7.0669421425861856e-09, + "F": 4.463500590645708e-05, + "E": 1.8548819298302988e-06, + "T": 7.272052471307688e-08, + "P": 0.77103191614151, + "-": 0.22892126441001892 + }, + "id": "tp_19585" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2448148, + "label": "P", + "classification": { + "B": 9.818054008681187e-11, + "S": 1.9403130491202347e-10, + "I": 1.3186670003051404e-05, + "C": 4.49845938277349e-09, + "R": 1.736524118944871e-10, + "M": 1.9688529917516462e-08, + "O": 4.1914098858342186e-09, + "W": 1.5220195936915815e-10, + "N": 2.2448014647125092e-07, + "Y": 5.908052003178454e-07, + "U": 1.1270159805398805e-10, + "K": 5.511259448809369e-09, + "L": 5.2430511321421847e-11, + "G": 3.303326323589317e-08, + "F": 1.8501530576031655e-05, + "E": 5.949817023065407e-06, + "T": 6.026945129633532e-07, + "P": 0.9145371913909912, + "-": 0.08542372286319733 + }, + "id": "tp_19586" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2448282, + "label": "P", + "classification": { + "B": 6.983489129197551e-06, + "S": 4.6803888835711405e-06, + "I": 0.005833182483911514, + "C": 3.690364246722311e-05, + "R": 9.889653483696748e-06, + "M": 3.874323738273233e-05, + "O": 1.688861448201351e-05, + "W": 6.693448540318059e-06, + "N": 0.0009164718212559819, + "Y": 0.0001710816432023421, + "U": 5.8749869822349865e-06, + "K": 0.00019213151244912297, + "L": 1.9354870346433017e-06, + "G": 0.00021915047545917332, + "F": 0.0014964309521019459, + "E": 0.008620626293122768, + "T": 0.0001589430175954476, + "P": 0.939871609210968, + "-": 0.04239169880747795 + }, + "id": "tp_19587" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2448382, + "label": "P", + "classification": { + "B": 1.0873145939171991e-08, + "S": 2.155834408767987e-07, + "I": 1.5913919924059883e-05, + "C": 2.4327044911842677e-07, + "R": 1.518495551522392e-08, + "M": 4.154785813170747e-07, + "O": 9.21406069664954e-07, + "W": 4.3210357603129523e-07, + "N": 9.355845577374566e-06, + "Y": 2.2756648832000792e-05, + "U": 4.8256769247245757e-08, + "K": 0.00026014226023107767, + "L": 5.791295887291881e-09, + "G": 6.971444690861972e-06, + "F": 0.008689604699611664, + "E": 0.0016465842491015792, + "T": 1.7750297047314234e-05, + "P": 0.7178875803947449, + "-": 0.27144116163253784 + }, + "id": "tp_19588" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2448515, + "label": "P", + "classification": { + "B": 8.49575280881254e-06, + "S": 9.114906788454391e-06, + "I": 0.0005895838257856667, + "C": 2.1863929760002065e-06, + "R": 8.188612810045015e-07, + "M": 6.0187088820384815e-05, + "O": 2.5508134058327414e-05, + "W": 2.2577810341317672e-06, + "N": 3.6943023587809876e-05, + "Y": 0.0002423893311060965, + "U": 2.2567034818621323e-07, + "K": 1.5161474038904998e-05, + "L": 2.728249228312052e-06, + "G": 0.0004741630982607603, + "F": 0.014383228495717049, + "E": 0.0037675220519304276, + "T": 0.0001808497472666204, + "P": 0.5315749049186707, + "-": 0.44862374663352966 + }, + "id": "tp_19589" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2448649, + "label": "P", + "classification": { + "B": 7.116670167306438e-05, + "S": 0.00015471347433049232, + "I": 0.0025810443330556154, + "C": 0.0007460102206096053, + "R": 0.0001066268450813368, + "M": 0.0009800187544897199, + "O": 0.0004900299827568233, + "W": 0.0001334373082499951, + "N": 0.0013231388293206692, + "Y": 0.0029688405338674784, + "U": 4.121570964343846e-05, + "K": 0.005354656837880611, + "L": 4.212215208099224e-05, + "G": 0.005508186295628548, + "F": 0.08677297085523605, + "E": 0.033858709037303925, + "T": 0.0025602183304727077, + "P": 0.44661906361579895, + "-": 0.40968790650367737 + }, + "id": "tp_19590" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2448782, + "label": "-", + "classification": { + "B": 1.2897517990495544e-05, + "S": 3.2808675314299762e-06, + "I": 0.00010474169539520517, + "C": 1.0996171113220043e-05, + "R": 1.0402465022707474e-06, + "M": 8.36813123896718e-05, + "O": 3.230302536394447e-05, + "W": 2.366121861996362e-06, + "N": 1.1291279406577814e-05, + "Y": 9.770916949491948e-05, + "U": 4.149218852944614e-07, + "K": 1.5390834278150578e-06, + "L": 3.564647386156139e-06, + "G": 0.00010416333680041134, + "F": 0.0026722357142716646, + "E": 0.0007087482372298837, + "T": 0.00014490100147668272, + "P": 0.3865036964416504, + "-": 0.6095004081726074 + }, + "id": "tp_19591" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2448882, + "label": "P", + "classification": { + "B": 2.7550403625120623e-10, + "S": 8.100916382147716e-09, + "I": 8.15383316421503e-07, + "C": 2.9913227450606428e-09, + "R": 8.485066121943774e-11, + "M": 2.6168240907509244e-08, + "O": 3.1963388380518154e-08, + "W": 8.573132426192842e-09, + "N": 2.7374318278816645e-07, + "Y": 1.2431805771484505e-06, + "U": 3.0732116851339697e-10, + "K": 8.450459972664248e-06, + "L": 8.557358294192241e-11, + "G": 8.658486763124529e-07, + "F": 0.004239858128130436, + "E": 0.0001853567227954045, + "T": 1.2597519116752665e-06, + "P": 0.7600709199905396, + "-": 0.23549087345600128 + }, + "id": "tp_19592" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2449016, + "label": "P", + "classification": { + "B": 2.5204284881397143e-08, + "S": 1.3632580397882066e-08, + "I": 0.0001272307854378596, + "C": 1.8270335431225249e-06, + "R": 6.925123585688198e-08, + "M": 3.1800702799955616e-06, + "O": 4.78627498523565e-07, + "W": 1.8290871039994272e-08, + "N": 4.809990059584379e-06, + "Y": 6.527617370011285e-05, + "U": 1.4353794597354863e-08, + "K": 2.199533355451422e-06, + "L": 1.0924227744624204e-08, + "G": 1.946471275005024e-05, + "F": 0.0007010980043560266, + "E": 0.0012493835529312491, + "T": 1.6481200873386115e-05, + "P": 0.6437267661094666, + "-": 0.3540816605091095 + }, + "id": "tp_19593" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2449149, + "label": "P", + "classification": { + "B": 9.223342800623868e-08, + "S": 3.603258562634437e-07, + "I": 0.0006430607754737139, + "C": 1.0469284461578354e-05, + "R": 8.199754688575922e-07, + "M": 5.9773988141387235e-06, + "O": 3.2980158266582293e-06, + "W": 2.7503114097271464e-07, + "N": 6.806788587709889e-05, + "Y": 0.00012012821389362216, + "U": 1.195292327338393e-07, + "K": 1.8390153854852542e-05, + "L": 1.0578639120240041e-07, + "G": 4.383716805023141e-05, + "F": 0.0030490828212350607, + "E": 0.0008799557690508664, + "T": 3.827697582892142e-05, + "P": 0.8222332000732422, + "-": 0.17288453876972198 + }, + "id": "tp_19594" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2449283, + "label": "P", + "classification": { + "B": 4.344398621469736e-05, + "S": 1.2122084626753349e-05, + "I": 0.0008713803836144507, + "C": 4.907033871859312e-05, + "R": 1.73693842953071e-05, + "M": 0.00011991654901066795, + "O": 0.00018024074961431324, + "W": 2.6352270651841536e-05, + "N": 0.00010597434447845444, + "Y": 0.0005923973512835801, + "U": 6.056486199668143e-06, + "K": 4.128477303311229e-05, + "L": 1.8513697796151973e-05, + "G": 0.0008589056669734418, + "F": 0.00876659993082285, + "E": 0.0016571232117712498, + "T": 0.0003410486096981913, + "P": 0.575551450252533, + "-": 0.41074085235595703 + }, + "id": "tp_19595" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2449383, + "label": "-", + "classification": { + "B": 1.0496447089280991e-07, + "S": 5.350150900085282e-08, + "I": 0.00013091819710098207, + "C": 1.1729562174878083e-05, + "R": 1.7637913742873934e-06, + "M": 5.0230314627697226e-06, + "O": 2.3568959477415774e-06, + "W": 6.933812102261072e-08, + "N": 5.434927516034804e-06, + "Y": 0.0006124579813331366, + "U": 1.2747786115596682e-07, + "K": 5.7553920669306535e-06, + "L": 1.0019277141282146e-07, + "G": 0.00018263085803482682, + "F": 0.0036971361842006445, + "E": 0.00017544520960655063, + "T": 9.065308404387906e-05, + "P": 0.297618567943573, + "-": 0.6974597573280334 + }, + "id": "tp_19596" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2449516, + "label": "P", + "classification": { + "B": 2.1505898075702135e-06, + "S": 1.844381222326774e-05, + "I": 0.009752423502504826, + "C": 4.845848889090121e-05, + "R": 2.1840953195351176e-05, + "M": 9.639668132876977e-05, + "O": 4.4936994527233765e-05, + "W": 4.0359491322305985e-06, + "N": 0.0004373146512079984, + "Y": 0.002003371249884367, + "U": 7.069284606586734e-07, + "K": 3.91982939618174e-05, + "L": 5.744369900639867e-06, + "G": 0.0007704559247940779, + "F": 0.014890479855239391, + "E": 0.0024405878502875566, + "T": 0.00031054942519403994, + "P": 0.8448144793510437, + "-": 0.12429852038621902 + }, + "id": "tp_19597" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2449650, + "label": "P", + "classification": { + "B": 8.696221811987925e-06, + "S": 5.981490176054649e-06, + "I": 0.007606687489897013, + "C": 0.000561583845410496, + "R": 9.282270184485242e-05, + "M": 0.0001566228602314368, + "O": 4.365137283457443e-05, + "W": 8.681016879563686e-06, + "N": 0.0007621550466865301, + "Y": 0.0035863558296114206, + "U": 9.973568012355827e-06, + "K": 0.0004531051672529429, + "L": 5.525393589778105e-06, + "G": 0.001340574468486011, + "F": 0.00803633127361536, + "E": 0.012658173218369484, + "T": 0.0005300246994011104, + "P": 0.7464606165885925, + "-": 0.21767249703407288 + }, + "id": "tp_19598" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2449783, + "label": "P", + "classification": { + "B": 2.4761153326835483e-05, + "S": 1.8242903024656698e-05, + "I": 0.020527416840195656, + "C": 0.00032868885318748653, + "R": 8.41377186588943e-05, + "M": 0.0005355945904739201, + "O": 0.00012909836368635297, + "W": 2.8159714929643087e-05, + "N": 0.0015221452340483665, + "Y": 0.0019958452321588993, + "U": 2.247219526907429e-05, + "K": 0.0001725559268379584, + "L": 2.1742653188994154e-05, + "G": 0.000932882830966264, + "F": 0.002791936043649912, + "E": 0.006470261141657829, + "T": 0.0008057329105213284, + "P": 0.818666934967041, + "-": 0.1449214518070221 + }, + "id": "tp_19599" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2449883, + "label": "P", + "classification": { + "B": 4.054218607052462e-06, + "S": 2.652424200277892e-06, + "I": 0.002513149054720998, + "C": 0.0001138795560109429, + "R": 1.253473965334706e-05, + "M": 9.059937292477116e-05, + "O": 3.742431727005169e-05, + "W": 5.236171546130208e-06, + "N": 0.000260105705820024, + "Y": 0.000389341963455081, + "U": 5.412823156802915e-06, + "K": 0.0001856645249063149, + "L": 2.860049789887853e-06, + "G": 0.00033268186962231994, + "F": 0.006844287738204002, + "E": 0.005920831114053726, + "T": 0.00025374788674525917, + "P": 0.6776695251464844, + "-": 0.30535608530044556 + }, + "id": "tp_19600" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2450017, + "label": "P", + "classification": { + "B": 6.525782373500988e-05, + "S": 3.147135430481285e-05, + "I": 0.014585276134312153, + "C": 0.0001762883912306279, + "R": 4.603825800586492e-05, + "M": 0.0003809144254773855, + "O": 5.949242404312827e-05, + "W": 1.9550832803361118e-05, + "N": 0.001717059058137238, + "Y": 0.00048242276534438133, + "U": 1.647198041609954e-05, + "K": 8.593552047386765e-05, + "L": 1.395535764459055e-05, + "G": 0.00040211022133007646, + "F": 0.001763176522217691, + "E": 0.007250993512570858, + "T": 0.0005847428110428154, + "P": 0.9343563318252563, + "-": 0.03796248510479927 + }, + "id": "tp_19601" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2450150, + "label": "-", + "classification": { + "B": 1.0603558621369302e-05, + "S": 6.136894808150828e-05, + "I": 0.007146401330828667, + "C": 0.00015403232828248292, + "R": 4.581608664011583e-05, + "M": 0.0006517902365885675, + "O": 0.00018107744108419865, + "W": 4.706604522652924e-05, + "N": 0.0012219458585605025, + "Y": 0.005263968836516142, + "U": 1.2830380001105368e-05, + "K": 0.005718241445720196, + "L": 1.7340442354907282e-05, + "G": 0.003062743926420808, + "F": 0.0794830471277237, + "E": 0.03714395686984062, + "T": 0.002270434983074665, + "P": 0.40810173749923706, + "-": 0.44940558075904846 + }, + "id": "tp_19602" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2450250, + "label": "P", + "classification": { + "B": 6.576185000994883e-07, + "S": 1.8088147157868661e-07, + "I": 0.0005781924119219184, + "C": 7.66607809055131e-06, + "R": 5.851122750755167e-07, + "M": 1.5895848264335655e-05, + "O": 3.1563911306875525e-06, + "W": 2.3628950884813094e-07, + "N": 2.103661790897604e-05, + "Y": 0.00013683235738426447, + "U": 2.3511702806899848e-07, + "K": 1.2216827599331737e-05, + "L": 2.5934798486559885e-07, + "G": 8.716367301531136e-05, + "F": 0.003663544310256839, + "E": 0.0023266924545168877, + "T": 6.306728755589575e-05, + "P": 0.607626736164093, + "-": 0.38545554876327515 + }, + "id": "tp_19603" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2450384, + "label": "P", + "classification": { + "B": 6.4559703787381295e-06, + "S": 8.046900802582968e-06, + "I": 0.0016705048037692904, + "C": 6.975969881750643e-06, + "R": 1.1827279422504944e-06, + "M": 4.5317829062696546e-05, + "O": 1.1288366295048036e-05, + "W": 2.6805573725141585e-06, + "N": 0.00019607561989687383, + "Y": 0.00018261151853948832, + "U": 4.2928729726554593e-07, + "K": 1.8467610061634332e-05, + "L": 9.92822606349364e-07, + "G": 8.67506823851727e-05, + "F": 0.0039911516942083836, + "E": 0.005457188002765179, + "T": 5.0881113565992564e-05, + "P": 0.9402206540107727, + "-": 0.048042427748441696 + }, + "id": "tp_19604" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2450517, + "label": "P", + "classification": { + "B": 0.0003342925338074565, + "S": 0.0003338367969263345, + "I": 0.011761993169784546, + "C": 0.0012220836943015456, + "R": 0.00044914017780683935, + "M": 0.001348951947875321, + "O": 0.0015258195344358683, + "W": 0.000467773643322289, + "N": 0.002863331465050578, + "Y": 0.004943806678056717, + "U": 0.0003669259021990001, + "K": 0.0015780918765813112, + "L": 0.00038507304270751774, + "G": 0.004389267414808273, + "F": 0.03311578556895256, + "E": 0.011043981648981571, + "T": 0.003977399785071611, + "P": 0.539717972278595, + "-": 0.3801744878292084 + }, + "id": "tp_19605" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2450651, + "label": "-", + "classification": { + "B": 0.00011667553189909086, + "S": 0.00019344367319718003, + "I": 0.009267434477806091, + "C": 0.0015141511103138328, + "R": 0.0002527371107134968, + "M": 0.0028291938360780478, + "O": 0.0006082840263843536, + "W": 0.00013677771494258195, + "N": 0.0017825786489993334, + "Y": 0.008821740746498108, + "U": 9.188096009893343e-05, + "K": 0.001514464383944869, + "L": 0.00013271397619973868, + "G": 0.004525982774794102, + "F": 0.03787362575531006, + "E": 0.023359233513474464, + "T": 0.005784173496067524, + "P": 0.408779501914978, + "-": 0.4924153685569763 + }, + "id": "tp_19606" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2450751, + "label": "P", + "classification": { + "B": 3.682141596073052e-07, + "S": 2.3299264739762293e-07, + "I": 0.011735999025404453, + "C": 3.3491676731500775e-05, + "R": 3.348277914483333e-06, + "M": 3.9167087379610166e-05, + "O": 2.9522898330469616e-06, + "W": 4.325811175931449e-07, + "N": 0.00013337952259462327, + "Y": 0.0003529825189616531, + "U": 3.0720909194315027e-07, + "K": 4.0575296225142665e-06, + "L": 4.832865556636534e-07, + "G": 8.404634718317538e-05, + "F": 0.00031086968374438584, + "E": 0.0027414264623075724, + "T": 6.598528852919117e-05, + "P": 0.9256110191345215, + "-": 0.05887942388653755 + }, + "id": "tp_19607" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2450884, + "label": "P", + "classification": { + "B": 4.490044830163242e-06, + "S": 4.1900939322658814e-06, + "I": 0.0018762302352115512, + "C": 2.8607893909793347e-05, + "R": 3.875536549458047e-06, + "M": 0.00013730218051932752, + "O": 3.2851577998371795e-05, + "W": 3.1797706014913274e-06, + "N": 0.00011870982416439801, + "Y": 0.000524072558619082, + "U": 2.104407712977263e-06, + "K": 7.6172523222339805e-06, + "L": 4.968434495822294e-06, + "G": 0.00014328180986922234, + "F": 0.0018129022791981697, + "E": 0.00117218226660043, + "T": 0.00034912576666101813, + "P": 0.8052120208740234, + "-": 0.18856236338615417 + }, + "id": "tp_19608" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2451018, + "label": "P", + "classification": { + "B": 1.6437013528047828e-08, + "S": 2.5538877679309735e-08, + "I": 0.00012965181667823344, + "C": 4.454012625387804e-08, + "R": 5.5263518206061235e-09, + "M": 2.251973114653083e-07, + "O": 6.746190450712675e-08, + "W": 1.1978053215955242e-08, + "N": 7.864840881666169e-06, + "Y": 2.0856555238424335e-06, + "U": 5.866994001735293e-09, + "K": 1.1251545402046759e-06, + "L": 1.3997613068639225e-09, + "G": 4.670902740144811e-07, + "F": 6.996705633355305e-05, + "E": 0.00012460624566301703, + "T": 2.4629694053146522e-06, + "P": 0.9797746539115906, + "-": 0.019886773079633713 + }, + "id": "tp_19609" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2451151, + "label": "P", + "classification": { + "B": 4.679623355485774e-10, + "S": 7.606884011579496e-10, + "I": 6.535718057421036e-06, + "C": 2.7226285670423067e-09, + "R": 1.0247643705829645e-10, + "M": 1.2802569671066522e-08, + "O": 2.1388875115491146e-09, + "W": 6.291779319766988e-10, + "N": 5.038574499849346e-07, + "Y": 1.3287433375808178e-07, + "U": 1.3207542004511907e-10, + "K": 6.417568698680043e-08, + "L": 5.3272785488500674e-11, + "G": 9.988453086862137e-08, + "F": 0.00014031925820745528, + "E": 0.0003907124628312886, + "T": 7.462550399850443e-08, + "P": 0.993939995765686, + "-": 0.00552158011123538 + }, + "id": "tp_19610" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2451251, + "label": "P", + "classification": { + "B": 1.8309849192377214e-09, + "S": 5.7296311695154145e-08, + "I": 1.3369940461416263e-05, + "C": 3.4274241222931323e-09, + "R": 4.509413953357466e-10, + "M": 4.219127802684852e-08, + "O": 8.439693033324147e-08, + "W": 9.58431023434514e-09, + "N": 2.5422807539143832e-06, + "Y": 2.675346308933513e-07, + "U": 8.224766423481356e-10, + "K": 1.1279252021267894e-07, + "L": 6.280891362564489e-10, + "G": 7.021805004114867e-08, + "F": 0.0001328263751929626, + "E": 1.6984937246888876e-05, + "T": 1.5809439446456963e-06, + "P": 0.9559774994850159, + "-": 0.04385455325245857 + }, + "id": "tp_19611" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2451385, + "label": "P", + "classification": { + "B": 6.305444344434363e-07, + "S": 2.142867856491648e-07, + "I": 0.00023672664246987551, + "C": 3.998011379735544e-06, + "R": 3.3940662547138345e-07, + "M": 1.1037410331482533e-05, + "O": 3.542433432812686e-06, + "W": 3.834935000668338e-07, + "N": 1.549740591144655e-05, + "Y": 0.0002537781256251037, + "U": 3.2877412081688817e-07, + "K": 1.4205304978531785e-05, + "L": 2.3084568567810493e-07, + "G": 0.0001070783328032121, + "F": 0.0023212768137454987, + "E": 0.0011560467537492514, + "T": 6.647376721957698e-05, + "P": 0.7095260620117188, + "-": 0.2862822711467743 + }, + "id": "tp_19612" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2451518, + "label": "P", + "classification": { + "B": 2.2295129631366706e-10, + "S": 3.611017318494447e-10, + "I": 1.8174565411754884e-05, + "C": 1.7237060490060685e-07, + "R": 5.305652805986938e-09, + "M": 4.154681931822779e-08, + "O": 2.1218015788804223e-08, + "W": 1.2445047214981741e-09, + "N": 2.643745631303318e-07, + "Y": 4.741268185171066e-06, + "U": 8.627341618883122e-10, + "K": 1.709941557237471e-07, + "L": 4.660177244097952e-10, + "G": 4.878762069893128e-07, + "F": 0.0007869937107898295, + "E": 2.673188100743573e-05, + "T": 9.764798960532062e-07, + "P": 0.5928194522857666, + "-": 0.4063418507575989 + }, + "id": "tp_19613" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2451652, + "label": "P", + "classification": { + "B": 1.9175511170033133e-06, + "S": 4.332562184572453e-06, + "I": 0.0026870197616517544, + "C": 4.181960684945807e-05, + "R": 6.594899332412751e-06, + "M": 4.7694040404167026e-05, + "O": 2.815266270772554e-05, + "W": 3.5056789329246385e-06, + "N": 0.0002888983581215143, + "Y": 0.0005047740414738655, + "U": 2.629852588142967e-06, + "K": 5.502559361048043e-05, + "L": 1.5354780771303922e-06, + "G": 0.00015465106116607785, + "F": 0.0016345549374818802, + "E": 0.001136904931627214, + "T": 0.0002585196925792843, + "P": 0.8168275356292725, + "-": 0.17631396651268005 + }, + "id": "tp_19614" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2451752, + "label": "-", + "classification": { + "B": 3.8314791339644216e-08, + "S": 1.907826856495376e-07, + "I": 8.494641406286974e-06, + "C": 1.7813148588174954e-05, + "R": 1.627212895982666e-06, + "M": 0.0001205888474942185, + "O": 6.063607997930376e-06, + "W": 6.054968082480627e-08, + "N": 2.0736696626499906e-07, + "Y": 0.00621267082169652, + "U": 1.2270014337900648e-08, + "K": 5.127748181621428e-07, + "L": 1.4618174191127764e-06, + "G": 0.0005806587287224829, + "F": 0.005666154902428389, + "E": 2.6549767426331528e-05, + "T": 0.0015159635804593563, + "P": 0.0017959257820621133, + "-": 0.9840449094772339 + }, + "id": "tp_19615" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2451885, + "label": "-", + "classification": { + "B": 7.2798358452530465e-09, + "S": 1.1108214494015556e-05, + "I": 7.733125926279172e-07, + "C": 1.1470154277049005e-05, + "R": 3.417153948248597e-06, + "M": 0.0008370810537599027, + "O": 0.00010699166887206957, + "W": 5.614728593172913e-07, + "N": 5.4792554493587886e-08, + "Y": 0.1606229692697525, + "U": 2.6187182977643886e-10, + "K": 1.0314729479432572e-05, + "L": 1.3209281860326882e-05, + "G": 0.03275487944483757, + "F": 0.2551746964454651, + "E": 7.02588204148924e-06, + "T": 0.023015247657895088, + "P": 4.0052564145298675e-05, + "-": 0.52739018201828 + }, + "id": "tp_19616" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2452019, + "label": "-", + "classification": { + "B": 7.852766430005431e-06, + "S": 0.0010236743837594986, + "I": 3.420738721615635e-05, + "C": 6.293828391790157e-06, + "R": 7.87155659054406e-06, + "M": 0.002728013088926673, + "O": 0.0012217463226988912, + "W": 4.7448338591493666e-05, + "N": 6.916131042089546e-06, + "Y": 0.07752478867769241, + "U": 4.150974675098951e-08, + "K": 0.00012339753448031843, + "L": 7.548450957983732e-05, + "G": 0.010433007963001728, + "F": 0.20352156460285187, + "E": 0.0001839429751271382, + "T": 0.025399746373295784, + "P": 0.0016962122172117233, + "-": 0.6759577393531799 + }, + "id": "tp_19617" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2452152, + "label": "-", + "classification": { + "B": 7.073342467300847e-10, + "S": 8.170325571654757e-08, + "I": 1.4805105763571191e-07, + "C": 9.084305929718539e-07, + "R": 1.835457368315474e-07, + "M": 1.2524338671937585e-05, + "O": 3.1828526516619604e-06, + "W": 4.177230650270758e-08, + "N": 1.5799312080844174e-08, + "Y": 0.00397787569090724, + "U": 1.4644583323786264e-09, + "K": 2.3410373614751734e-05, + "L": 1.510576481678072e-07, + "G": 0.00020674100960604846, + "F": 0.005589568521827459, + "E": 3.416582103454857e-06, + "T": 0.0005691347760148346, + "P": 0.0004264002782292664, + "-": 0.9891863465309143 + }, + "id": "tp_19618" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2452252, + "label": "-", + "classification": { + "B": 2.009584022744093e-05, + "S": 0.00417998107150197, + "I": 3.7953428545733914e-05, + "C": 0.00028110595303587615, + "R": 0.00016522892110515386, + "M": 0.00955986324697733, + "O": 0.011343490332365036, + "W": 0.00022109661949798465, + "N": 4.705842911789659e-06, + "Y": 0.006266982760280371, + "U": 3.846020035780384e-08, + "K": 2.035595571214799e-06, + "L": 0.004624229855835438, + "G": 0.03434266522526741, + "F": 0.2875332832336426, + "E": 7.82555143814534e-05, + "T": 0.013818269595503807, + "P": 0.0010745690669864416, + "-": 0.6264461278915405 + }, + "id": "tp_19619" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2452386, + "label": "-", + "classification": { + "B": 4.4768146523210817e-08, + "S": 9.668592610978521e-06, + "I": 1.0041627547252574e-06, + "C": 2.397379375906894e-06, + "R": 1.7231254787475336e-06, + "M": 0.0012803063727915287, + "O": 0.00014944783470127732, + "W": 9.680840094006271e-07, + "N": 5.992114182618025e-08, + "Y": 0.02066766656935215, + "U": 1.4966040629005306e-09, + "K": 2.047445150310523e-06, + "L": 1.064585376298055e-05, + "G": 0.0016758240526542068, + "F": 0.025410622358322144, + "E": 6.385273536579916e-06, + "T": 0.003455227240920067, + "P": 0.00025136474869214, + "-": 0.9470745921134949 + }, + "id": "tp_19620" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2452519, + "label": "-", + "classification": { + "B": 7.160394488892052e-06, + "S": 4.3091436054965016e-06, + "I": 0.00010228118480881676, + "C": 6.455618131440133e-05, + "R": 3.193916563759558e-05, + "M": 0.0013682735152542591, + "O": 0.00010288204794051126, + "W": 1.8555680298959487e-06, + "N": 1.0637972991389688e-06, + "Y": 0.019401058554649353, + "U": 1.633941195677835e-07, + "K": 3.291988264209067e-07, + "L": 3.753267083084211e-05, + "G": 0.0016927202232182026, + "F": 0.0028485616203397512, + "E": 5.2375649829627946e-05, + "T": 0.005577226169407368, + "P": 0.0025758682750165462, + "-": 0.9661299586296082 + }, + "id": "tp_19621" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2452653, + "label": "-", + "classification": { + "B": 1.3458577541314298e-06, + "S": 7.166075374698266e-05, + "I": 0.0012954591074958444, + "C": 0.0001308282371610403, + "R": 6.560932524735108e-05, + "M": 0.0024387205485254526, + "O": 0.0005473655182868242, + "W": 1.6048967154347338e-05, + "N": 3.3475789678050205e-05, + "Y": 0.2491995096206665, + "U": 2.103952851939539e-07, + "K": 0.00011621431622188538, + "L": 2.49847744271392e-05, + "G": 0.008326980285346508, + "F": 0.017947562038898468, + "E": 0.00024304304679390043, + "T": 0.04507271945476532, + "P": 0.0023008023854345083, + "-": 0.6721673607826233 + }, + "id": "tp_19622" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2452753, + "label": "-", + "classification": { + "B": 4.183332846796617e-11, + "S": 7.78078756979994e-09, + "I": 6.702691734972177e-08, + "C": 4.779790856446198e-07, + "R": 1.1703789937200781e-07, + "M": 1.0470260349393357e-05, + "O": 2.813169658111292e-06, + "W": 7.421138370489189e-09, + "N": 1.343332556302812e-09, + "Y": 0.0005858101649209857, + "U": 1.5265061437119698e-10, + "K": 8.102104764873275e-09, + "L": 9.222627994631694e-08, + "G": 1.6470696209580638e-05, + "F": 0.00043372370419092476, + "E": 4.5367212209157515e-08, + "T": 0.00018686175462789834, + "P": 0.00026513339253142476, + "-": 0.9984978437423706 + }, + "id": "tp_19623" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2452886, + "label": "-", + "classification": { + "B": 6.525913837096553e-11, + "S": 2.941726640059983e-09, + "I": 1.5699109781053266e-06, + "C": 6.711410094339954e-08, + "R": 1.3815109944914639e-08, + "M": 4.710058874479728e-06, + "O": 2.7575177341532253e-07, + "W": 2.4930277842116766e-09, + "N": 1.3988093350292274e-08, + "Y": 0.008045544847846031, + "U": 4.022523980573567e-11, + "K": 9.285138730774634e-06, + "L": 1.5744094916669837e-09, + "G": 9.929332009050995e-05, + "F": 0.0006522738840430975, + "E": 5.105660420667846e-06, + "T": 0.0008334261365234852, + "P": 0.0005152635858394206, + "-": 0.9898332357406616 + }, + "id": "tp_19624" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2453020, + "label": "-", + "classification": { + "B": 3.1635714048405816e-09, + "S": 7.545270364062162e-08, + "I": 1.672477878855716e-06, + "C": 8.678691301611252e-06, + "R": 2.4177895738830557e-06, + "M": 2.1435438611661084e-05, + "O": 9.936466994986404e-06, + "W": 1.4080833921070735e-07, + "N": 6.782060779642052e-08, + "Y": 0.0012048636563122272, + "U": 1.0940295780414999e-08, + "K": 6.899626441736473e-06, + "L": 7.393360874630162e-07, + "G": 0.00033118759165517986, + "F": 0.006971307564526796, + "E": 8.851602615322918e-06, + "T": 0.00016443454660475254, + "P": 0.002333662938326597, + "-": 0.9889336824417114 + }, + "id": "tp_19625" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2453153, + "label": "-", + "classification": { + "B": 1.50916559249481e-08, + "S": 6.96481833983853e-07, + "I": 8.023513146326877e-06, + "C": 1.3132601850429637e-07, + "R": 4.3867197518920875e-07, + "M": 0.00032908105640672147, + "O": 9.021272126119584e-05, + "W": 1.730759606743959e-07, + "N": 3.292362649176539e-08, + "Y": 0.008047519251704216, + "U": 1.3350474892259712e-10, + "K": 3.0681035489976693e-09, + "L": 8.710217116458807e-07, + "G": 9.37508448259905e-05, + "F": 0.00028530359850265086, + "E": 4.348472160131678e-08, + "T": 0.010645492002367973, + "P": 0.00011577401892282069, + "-": 0.9803824424743652 + }, + "id": "tp_19626" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2453253, + "label": "-", + "classification": { + "B": 4.507570338319056e-05, + "S": 0.0010956343030557036, + "I": 0.0023109889589250088, + "C": 0.0013372000539675355, + "R": 0.0006590295233763754, + "M": 0.009656313806772232, + "O": 0.0057165189646184444, + "W": 0.000639344216324389, + "N": 0.00079212652053684, + "Y": 0.19694970548152924, + "U": 2.6711615646490827e-05, + "K": 0.010805223137140274, + "L": 0.0005985617754049599, + "G": 0.048130106180906296, + "F": 0.11759408563375473, + "E": 0.00436590937897563, + "T": 0.0717434287071228, + "P": 0.018290400505065918, + "-": 0.5092435479164124 + }, + "id": "tp_19627" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2453387, + "label": "-", + "classification": { + "B": 5.437166095134671e-08, + "S": 2.6297032036382006e-06, + "I": 1.362050397801795e-06, + "C": 9.00809172890149e-05, + "R": 2.9859989808755927e-05, + "M": 0.0003060997696593404, + "O": 0.0001238200638908893, + "W": 1.2331461221037898e-06, + "N": 7.287383851917184e-08, + "Y": 0.004910857882350683, + "U": 3.365655487641561e-08, + "K": 2.0453155684663216e-06, + "L": 7.051220018183812e-05, + "G": 0.0020114199724048376, + "F": 0.0544155053794384, + "E": 4.186505520920036e-06, + "T": 0.0013460498303174973, + "P": 0.0005443478585220873, + "-": 0.9361397624015808 + }, + "id": "tp_19628" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2453520, + "label": "-", + "classification": { + "B": 9.978830348700285e-07, + "S": 7.425934018101543e-05, + "I": 4.595138705099089e-07, + "C": 2.715670780162327e-05, + "R": 9.250854418496601e-06, + "M": 0.0008798098424449563, + "O": 0.0002325934183318168, + "W": 3.362710458532092e-06, + "N": 2.651392527752705e-08, + "Y": 0.0032966402359306812, + "U": 5.63107172002475e-10, + "K": 9.954121793498416e-08, + "L": 0.00012276595225557685, + "G": 0.006056003272533417, + "F": 0.31836551427841187, + "E": 7.819460734026507e-06, + "T": 0.001649384736083448, + "P": 0.000158718743477948, + "-": 0.6691150665283203 + }, + "id": "tp_19629" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2453654, + "label": "-", + "classification": { + "B": 2.0785122615052387e-05, + "S": 1.0326954907213803e-05, + "I": 0.00011589407222345471, + "C": 2.0594834495568648e-05, + "R": 1.4869523511151783e-05, + "M": 0.0015315747587010264, + "O": 0.00021803374693263322, + "W": 3.4789331948559266e-06, + "N": 2.471979996698792e-06, + "Y": 0.014777790755033493, + "U": 1.4548805893355166e-07, + "K": 2.0112104266445385e-06, + "L": 3.193424709024839e-05, + "G": 0.0038552340120077133, + "F": 0.004426413215696812, + "E": 0.00011410666047595441, + "T": 0.005052327178418636, + "P": 0.0036659562028944492, + "-": 0.9661359786987305 + }, + "id": "tp_19630" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2453754, + "label": "-", + "classification": { + "B": 2.3072214361263832e-08, + "S": 2.223162631764808e-08, + "I": 2.9204256790649197e-08, + "C": 1.4104784007429316e-08, + "R": 3.766866818466497e-09, + "M": 1.0802309589053039e-06, + "O": 1.1468071079434594e-06, + "W": 9.491510688519611e-09, + "N": 6.579529143735385e-10, + "Y": 4.767602604260901e-06, + "U": 4.820198060140335e-11, + "K": 9.43168210199019e-10, + "L": 3.759934585900737e-08, + "G": 1.6626553360765683e-06, + "F": 0.0014030917081981897, + "E": 5.211327902543417e-08, + "T": 6.221162948349956e-06, + "P": 0.0017088233726099133, + "-": 0.9968729615211487 + }, + "id": "tp_19631" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2453887, + "label": "-", + "classification": { + "B": 1.48013812317771e-09, + "S": 6.190034262942845e-09, + "I": 2.3274067189049674e-06, + "C": 3.4547010727692395e-06, + "R": 6.71923828576837e-07, + "M": 3.3675071335892426e-06, + "O": 1.6326526974808075e-06, + "W": 1.9362952130563826e-08, + "N": 5.307672878984704e-08, + "Y": 0.00028525147354230285, + "U": 1.3173444557423863e-08, + "K": 3.638817588580423e-06, + "L": 1.0227958568975737e-07, + "G": 3.3719854400260374e-05, + "F": 0.0023421412333846092, + "E": 1.5059805491546285e-06, + "T": 5.6699202104937285e-05, + "P": 0.002270482713356614, + "-": 0.9949948787689209 + }, + "id": "tp_19632" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2454021, + "label": "-", + "classification": { + "B": 1.4579318019514176e-07, + "S": 3.94767198486079e-07, + "I": 4.248683126206743e-06, + "C": 1.05644676295924e-06, + "R": 7.176246867857117e-07, + "M": 0.0006274068146012723, + "O": 3.720336826518178e-05, + "W": 2.603577229365328e-07, + "N": 6.093187465694427e-08, + "Y": 0.0012285206466913223, + "U": 1.7554068421077318e-08, + "K": 1.6269639857569018e-08, + "L": 8.649980372865684e-06, + "G": 0.00011502814595587552, + "F": 0.000743646698538214, + "E": 2.3207687718240777e-06, + "T": 0.002503095893189311, + "P": 0.0011620972072705626, + "-": 0.9935651421546936 + }, + "id": "tp_19633" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2454154, + "label": "-", + "classification": { + "B": 7.049000938508243e-09, + "S": 1.7304569155385252e-06, + "I": 3.863256279146299e-05, + "C": 7.0207802309596445e-06, + "R": 2.015071913774591e-06, + "M": 3.1973257136996835e-05, + "O": 1.8079990695696324e-05, + "W": 1.260825342797034e-06, + "N": 4.173478828306543e-06, + "Y": 0.07001001387834549, + "U": 9.086434715754876e-09, + "K": 0.0042334687896072865, + "L": 1.20222480859411e-07, + "G": 0.002028872026130557, + "F": 0.0386204868555069, + "E": 0.0001432999415555969, + "T": 0.005815851502120495, + "P": 0.0027653444558382034, + "-": 0.8762775659561157 + }, + "id": "tp_19634" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2454254, + "label": "-", + "classification": { + "B": 6.498543037025684e-09, + "S": 5.997567882332078e-07, + "I": 1.8801691226144612e-07, + "C": 1.2687796697719023e-06, + "R": 3.135039605695056e-07, + "M": 4.3506999645614997e-05, + "O": 6.758160452591255e-06, + "W": 9.854759497329724e-08, + "N": 1.2216114342322726e-08, + "Y": 0.0018165083602070808, + "U": 2.2682682121466513e-10, + "K": 5.713599193768459e-07, + "L": 3.9520858763353317e-07, + "G": 0.0001513526658527553, + "F": 0.040517713874578476, + "E": 3.2251634820568142e-06, + "T": 0.0005154008395038545, + "P": 0.0005886314902454615, + "-": 0.9563535451889038 + }, + "id": "tp_19635" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2454388, + "label": "-", + "classification": { + "B": 9.778680976069154e-09, + "S": 1.3211290479375748e-06, + "I": 3.0406374662561575e-07, + "C": 9.398754627909511e-06, + "R": 2.9008999717916595e-06, + "M": 0.00024092440435197204, + "O": 4.4321212044451386e-05, + "W": 5.538814775718492e-07, + "N": 1.460789800233897e-08, + "Y": 0.013438895344734192, + "U": 9.813018175819366e-10, + "K": 2.3685081487201387e-06, + "L": 4.18050012740423e-06, + "G": 0.0021482526790350676, + "F": 0.032065607607364655, + "E": 2.7428236535342876e-06, + "T": 0.0019211466424167156, + "P": 0.00010469585686223581, + "-": 0.9500123262405396 + }, + "id": "tp_19636" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2454521, + "label": "-", + "classification": { + "B": 3.310743522888515e-06, + "S": 6.334783392958343e-06, + "I": 6.377132376655936e-05, + "C": 1.870127016445622e-05, + "R": 9.516304999124259e-06, + "M": 0.00041175514343194664, + "O": 0.00025144187384285033, + "W": 1.0080364518216811e-05, + "N": 3.8436255636042915e-06, + "Y": 0.0011675944551825523, + "U": 1.3190521030992386e-06, + "K": 6.619930445594946e-06, + "L": 3.004276550200302e-05, + "G": 0.0003192674193996936, + "F": 0.00447272602468729, + "E": 4.1706629417603835e-05, + "T": 0.0012959286104887724, + "P": 0.01834711618721485, + "-": 0.9735389351844788 + }, + "id": "tp_19637" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2454655, + "label": "-", + "classification": { + "B": 1.409774358762661e-05, + "S": 7.173969061113894e-05, + "I": 0.0013422340853139758, + "C": 0.0002481472911313176, + "R": 0.00010553391621215269, + "M": 0.0011157105909660459, + "O": 0.0005852216854691505, + "W": 8.21254143374972e-05, + "N": 0.00027304221293888986, + "Y": 0.009173196740448475, + "U": 3.135635415674187e-05, + "K": 0.0010332490783184767, + "L": 3.6152054235571995e-05, + "G": 0.001075642416253686, + "F": 0.01572856493294239, + "E": 0.0015166610246524215, + "T": 0.005092151463031769, + "P": 0.07594218850135803, + "-": 0.8865330219268799 + }, + "id": "tp_19638" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2454755, + "label": "-", + "classification": { + "B": 1.5005606655904558e-05, + "S": 0.00019515061285346746, + "I": 1.6369189324905165e-05, + "C": 0.0015114733250811696, + "R": 0.001123299589380622, + "M": 0.014676789753139019, + "O": 0.0045851850882172585, + "W": 6.2271770730149e-05, + "N": 1.7849966980065801e-06, + "Y": 0.03408694267272949, + "U": 9.271469707528013e-07, + "K": 3.6449232538871e-06, + "L": 0.008205987513065338, + "G": 0.035561200231313705, + "F": 0.1125735193490982, + "E": 7.010316039668396e-05, + "T": 0.018156493082642555, + "P": 0.0008979034028016031, + "-": 0.7682560086250305 + }, + "id": "tp_19639" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2454888, + "label": "-", + "classification": { + "B": 1.184785105579067e-06, + "S": 2.637624493218027e-05, + "I": 0.00011571497452678159, + "C": 9.332953777629882e-05, + "R": 3.4443750337231904e-05, + "M": 0.0005029946914874017, + "O": 0.00013323972234502435, + "W": 8.29144937597448e-06, + "N": 8.8787310232874e-06, + "Y": 0.03624238818883896, + "U": 4.2736911609608796e-07, + "K": 4.716809780802578e-05, + "L": 2.0237161152181216e-05, + "G": 0.0023072720505297184, + "F": 0.022579897195100784, + "E": 0.0002246128278784454, + "T": 0.01147503312677145, + "P": 0.004101053811609745, + "-": 0.922077476978302 + }, + "id": "tp_19640" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2455022, + "label": "-", + "classification": { + "B": 8.544741316959294e-15, + "S": 6.774493726408037e-12, + "I": 1.2033612821482631e-11, + "C": 6.227911415745968e-12, + "R": 8.428818623965051e-13, + "M": 5.930910207396778e-10, + "O": 6.909209315786313e-10, + "W": 5.318608400917135e-12, + "N": 3.969753670750309e-13, + "Y": 3.922132520983723e-07, + "U": 7.139589043396715e-15, + "K": 8.307466381474171e-10, + "L": 8.415806571591966e-13, + "G": 5.545580883392631e-09, + "F": 0.0005788377020508051, + "E": 3.9786815508868756e-10, + "T": 1.88072405649109e-07, + "P": 0.00014233561523724347, + "-": 0.9992782473564148 + }, + "id": "tp_19641" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2455155, + "label": "-", + "classification": { + "B": 7.928070644425134e-09, + "S": 6.496734954453132e-07, + "I": 5.172470451952904e-09, + "C": 9.513439636066323e-07, + "R": 2.6746971570901223e-07, + "M": 7.162579277064651e-05, + "O": 2.0922325347783044e-05, + "W": 5.651120815741706e-08, + "N": 1.3625682526718919e-10, + "Y": 0.0005447372095659375, + "U": 5.611100993563323e-12, + "K": 1.4362584455085425e-09, + "L": 4.1553435039531905e-06, + "G": 0.00026827791589312255, + "F": 0.009215978905558586, + "E": 6.129028662371638e-08, + "T": 0.000181548239197582, + "P": 1.814486131479498e-05, + "-": 0.9896726608276367 + }, + "id": "tp_19642" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2455255, + "label": "-", + "classification": { + "B": 2.098981877196593e-09, + "S": 6.931451679292877e-08, + "I": 2.5398000502718787e-07, + "C": 6.974263442316442e-07, + "R": 2.929492950443091e-07, + "M": 7.109628495527431e-05, + "O": 9.104906894208398e-06, + "W": 3.5868858105914114e-08, + "N": 1.1274050137899394e-08, + "Y": 0.0013512984151020646, + "U": 1.2007271843472722e-09, + "K": 1.3190603453949734e-07, + "L": 5.574405577135622e-07, + "G": 7.363305485341698e-05, + "F": 0.0013784734765067697, + "E": 1.1010441767211887e-06, + "T": 0.0006429078057408333, + "P": 0.00037837913259863853, + "-": 0.996091902256012 + }, + "id": "tp_19643" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2455389, + "label": "-", + "classification": { + "B": 1.896377632704116e-08, + "S": 4.035203892271966e-05, + "I": 2.5691165319585707e-06, + "C": 6.933457189006731e-05, + "R": 1.8317177818971686e-05, + "M": 0.0005678633460775018, + "O": 0.0004000364860985428, + "W": 3.7908587273705052e-06, + "N": 5.8278217807128385e-08, + "Y": 0.12174397706985474, + "U": 7.283578601358087e-11, + "K": 3.335950964356016e-07, + "L": 1.862636963778641e-05, + "G": 0.00822337344288826, + "F": 0.06258922070264816, + "E": 1.0089861461892724e-06, + "T": 0.01754297874867916, + "P": 3.194198143319227e-05, + "-": 0.7887462377548218 + }, + "id": "tp_19644" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2455522, + "label": "-", + "classification": { + "B": 8.366905035472882e-07, + "S": 6.10999995842576e-06, + "I": 4.170059401076287e-05, + "C": 0.00016131355368997902, + "R": 4.377312870929018e-05, + "M": 0.00047532006283290684, + "O": 0.00016989056894090027, + "W": 2.523410330468323e-06, + "N": 7.006302098488959e-07, + "Y": 0.019879400730133057, + "U": 3.626599820449883e-08, + "K": 1.2691801032360672e-07, + "L": 4.969942165189423e-05, + "G": 0.00237744371406734, + "F": 0.01258914452046156, + "E": 2.3562428395962343e-05, + "T": 0.0033935352694243193, + "P": 0.0018363228300586343, + "-": 0.9589486122131348 + }, + "id": "tp_19645" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2455656, + "label": "F", + "classification": { + "B": 6.438705781874887e-07, + "S": 0.0003693897451739758, + "I": 3.3686155802570283e-06, + "C": 0.00012154746946180239, + "R": 3.600671698222868e-05, + "M": 0.0004018933395855129, + "O": 0.0008501090342178941, + "W": 4.672969953389838e-05, + "N": 1.1914798960788175e-06, + "Y": 0.006408538669347763, + "U": 1.2545184446821622e-08, + "K": 0.0001207564928336069, + "L": 5.576424882747233e-05, + "G": 0.006356366444379091, + "F": 0.5385952591896057, + "E": 3.182366708642803e-05, + "T": 0.0032865270040929317, + "P": 0.0005649494123645127, + "-": 0.44274917244911194 + }, + "id": "tp_19646" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2455756, + "label": "-", + "classification": { + "B": 4.7256966695385927e-07, + "S": 3.074956794080208e-06, + "I": 1.2602946299011819e-05, + "C": 1.116456360250595e-06, + "R": 6.436749231397698e-07, + "M": 0.0002778985654003918, + "O": 5.716528539778665e-05, + "W": 7.198580647127528e-07, + "N": 1.3635464028993738e-06, + "Y": 0.0061619640327990055, + "U": 3.1348001527931046e-08, + "K": 8.824896212900057e-06, + "L": 1.4641193502029637e-06, + "G": 0.0006342443521134555, + "F": 0.0027753994800150394, + "E": 5.024753409088589e-05, + "T": 0.0030391747131943703, + "P": 0.00797408539801836, + "-": 0.9789996147155762 + }, + "id": "tp_19647" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2455889, + "label": "-", + "classification": { + "B": 1.9153669200022705e-05, + "S": 5.356187102734111e-05, + "I": 5.303290527081117e-05, + "C": 1.1993937732768245e-05, + "R": 1.0304200259270146e-05, + "M": 0.0022028072271496058, + "O": 0.0003667078271973878, + "W": 1.539567529107444e-05, + "N": 2.544865537856822e-06, + "Y": 0.017835060134530067, + "U": 1.8634878529155685e-07, + "K": 1.7779160543796024e-06, + "L": 4.8256395530188456e-05, + "G": 0.001107193878851831, + "F": 0.005716702900826931, + "E": 2.9473907488863915e-05, + "T": 0.013741346076130867, + "P": 0.0023039497900754213, + "-": 0.9564805626869202 + }, + "id": "tp_19648" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2456023, + "label": "-", + "classification": { + "B": 7.180881323592958e-13, + "S": 2.970929502410513e-09, + "I": 2.5910287249075736e-09, + "C": 2.091974238283001e-08, + "R": 3.801812198389598e-09, + "M": 5.46850458249537e-07, + "O": 1.8091799347530468e-07, + "W": 1.1259246868178252e-09, + "N": 1.1659756493642703e-10, + "Y": 0.0001378744636895135, + "U": 4.2638332101163634e-13, + "K": 4.5030869699758114e-08, + "L": 8.029940046228035e-10, + "G": 3.429563321333262e-06, + "F": 0.009448973461985588, + "E": 7.469503771062591e-08, + "T": 2.531932659621816e-05, + "P": 9.503313049208373e-05, + "-": 0.9902883768081665 + }, + "id": "tp_19649" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2456156, + "label": "-", + "classification": { + "B": 3.181986940603565e-08, + "S": 1.330746783878567e-07, + "I": 7.339850071730325e-06, + "C": 1.110436116391611e-07, + "R": 5.197406593993037e-08, + "M": 3.291460234322585e-05, + "O": 4.747512775793439e-06, + "W": 1.1805547472931721e-07, + "N": 1.8416919544961274e-07, + "Y": 0.0004257892142049968, + "U": 4.917294127437799e-09, + "K": 2.6880360337599996e-07, + "L": 1.2579961605752032e-07, + "G": 1.9833118130918592e-05, + "F": 0.0007071699947118759, + "E": 1.0322260095563252e-05, + "T": 0.000309548806399107, + "P": 0.012454165145754814, + "-": 0.9860271215438843 + }, + "id": "tp_19650" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2456256, + "label": "-", + "classification": { + "B": 4.761626115623585e-08, + "S": 1.0120322713191854e-06, + "I": 4.8703095671953633e-05, + "C": 0.00019521241483744234, + "R": 5.7239842135459185e-05, + "M": 0.000749619968701154, + "O": 0.00010671529889805242, + "W": 9.305041999141395e-07, + "N": 7.913642434687063e-07, + "Y": 0.09487820416688919, + "U": 3.954165350705807e-08, + "K": 2.0247932752681663e-06, + "L": 1.5085098311828915e-05, + "G": 0.003286617575213313, + "F": 0.006066157482564449, + "E": 1.3412972293735947e-05, + "T": 0.012723896652460098, + "P": 0.0006385681335814297, + "-": 0.8812157511711121 + }, + "id": "tp_19651" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2456390, + "label": "-", + "classification": { + "B": 8.668267525990814e-08, + "S": 8.66475090788299e-07, + "I": 0.00016854697605594993, + "C": 1.0019460205512587e-05, + "R": 2.755406967480667e-06, + "M": 3.142693458357826e-05, + "O": 1.679717934166547e-05, + "W": 1.452360265830066e-06, + "N": 1.4327160897664726e-05, + "Y": 0.004246093332767487, + "U": 2.4070001813925046e-07, + "K": 0.00014239770825952291, + "L": 2.894290105359687e-07, + "G": 0.00023981872072909027, + "F": 0.007100831717252731, + "E": 0.000614443386439234, + "T": 0.0007645037840120494, + "P": 0.03745446354150772, + "-": 0.9491905570030212 + }, + "id": "tp_19652" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2456523, + "label": "-", + "classification": { + "B": 1.2081348188530683e-07, + "S": 1.450728450436145e-05, + "I": 4.098989847989287e-06, + "C": 2.652267767189187e-06, + "R": 1.8669879864319228e-06, + "M": 0.0006926403730176389, + "O": 8.76782214618288e-05, + "W": 1.2967199154445552e-06, + "N": 3.21848034445793e-07, + "Y": 0.02293895184993744, + "U": 5.120901480637485e-09, + "K": 8.124511623464059e-06, + "L": 5.0386042858008295e-06, + "G": 0.001746526570059359, + "F": 0.01335946936160326, + "E": 1.838708521972876e-05, + "T": 0.011865432374179363, + "P": 0.0005956978420726955, + "-": 0.9486572742462158 + }, + "id": "tp_19653" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2456657, + "label": "Y", + "classification": { + "B": 1.6538741931526602e-07, + "S": 6.176827446324751e-05, + "I": 0.00015064004401210696, + "C": 2.3566988602397032e-05, + "R": 2.0239955119905062e-05, + "M": 0.0024099384900182486, + "O": 0.0008531577186658978, + "W": 4.102317689103074e-06, + "N": 3.7185866403888213e-06, + "Y": 0.7977120280265808, + "U": 1.2322529663322257e-09, + "K": 3.3985609206865774e-06, + "L": 2.27729142352473e-05, + "G": 0.017133254557847977, + "F": 0.004706116858869791, + "E": 8.210642590711359e-06, + "T": 0.09550336003303528, + "P": 3.383670264156535e-05, + "-": 0.08134970813989639 + }, + "id": "tp_19654" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2456757, + "label": "-", + "classification": { + "B": 1.3778935326058672e-08, + "S": 1.0119813875775208e-09, + "I": 3.856051989714615e-06, + "C": 1.5915586004666693e-07, + "R": 9.969312486646231e-09, + "M": 5.137053449288942e-06, + "O": 1.6171988193036668e-07, + "W": 9.442208126486662e-10, + "N": 1.0830980556875147e-08, + "Y": 0.00011391352018108591, + "U": 5.034038186302325e-10, + "K": 9.850610993566988e-09, + "L": 1.520660575238253e-08, + "G": 3.179808845743537e-05, + "F": 0.0001624357682885602, + "E": 1.0528874554438516e-05, + "T": 2.6806108508026227e-05, + "P": 0.010883023031055927, + "-": 0.9887620806694031 + }, + "id": "tp_19655" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2456890, + "label": "-", + "classification": { + "B": 7.813655972244149e-11, + "S": 9.18358296075894e-08, + "I": 2.482675398596257e-08, + "C": 7.75161534960489e-09, + "R": 3.5613845206228234e-09, + "M": 4.588874162436696e-06, + "O": 8.559865136703593e-07, + "W": 7.916724165113465e-09, + "N": 1.9625938652012564e-09, + "Y": 0.004963448271155357, + "U": 6.32276609541238e-12, + "K": 3.695082341437228e-06, + "L": 7.972821514101724e-09, + "G": 0.00011901697871508077, + "F": 0.033251937478780746, + "E": 1.267256493520108e-06, + "T": 0.0006498072179965675, + "P": 0.0001461453502997756, + "-": 0.9608590602874756 + }, + "id": "tp_19656" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2457024, + "label": "-", + "classification": { + "B": 2.1815985746798106e-05, + "S": 0.00029665607144124806, + "I": 0.002188953338190913, + "C": 0.0002538984117563814, + "R": 0.00015063441242091358, + "M": 0.005447155795991421, + "O": 0.0017249340889975429, + "W": 4.628805982065387e-05, + "N": 6.35488613625057e-05, + "Y": 0.2283463180065155, + "U": 2.0468475270263298e-07, + "K": 8.518042704963591e-06, + "L": 0.00017118084360845387, + "G": 0.014572279527783394, + "F": 0.021247096359729767, + "E": 0.00019734651141334325, + "T": 0.06041776016354561, + "P": 0.004020411055535078, + "-": 0.6608251333236694 + }, + "id": "tp_19657" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2457157, + "label": "-", + "classification": { + "B": 1.5610329455739702e-06, + "S": 5.951036655460484e-06, + "I": 5.709182460122975e-06, + "C": 7.55801229388453e-05, + "R": 2.0210854927427135e-05, + "M": 8.072261698544025e-05, + "O": 6.287870928645134e-05, + "W": 5.163176410860615e-06, + "N": 1.4707853779327706e-06, + "Y": 0.0014522882411256433, + "U": 3.224114948352508e-07, + "K": 0.0001369952951790765, + "L": 9.346513252239674e-06, + "G": 0.0006089920061640441, + "F": 0.10623055696487427, + "E": 8.483362034894526e-05, + "T": 0.00045963976299390197, + "P": 0.009792919270694256, + "-": 0.8809649348258972 + }, + "id": "tp_19658" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2457257, + "label": "Y", + "classification": { + "B": 1.6719252471375512e-07, + "S": 0.0014837548369541764, + "I": 1.5247812370944303e-05, + "C": 3.825075691565871e-05, + "R": 3.15124707412906e-05, + "M": 0.004708972759544849, + "O": 0.0026812858413904905, + "W": 3.450056829024106e-05, + "N": 2.2867845927976305e-06, + "Y": 0.43208709359169006, + "U": 4.744187265259825e-10, + "K": 0.00019285328744444996, + "L": 0.00011260603787377477, + "G": 0.10828674584627151, + "F": 0.21156540513038635, + "E": 1.4608152923756279e-05, + "T": 0.14088892936706543, + "P": 1.7818085325416178e-05, + "-": 0.0978379026055336 + }, + "id": "tp_19659" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2457391, + "label": "-", + "classification": { + "B": 5.062206209771603e-10, + "S": 6.9896533005930905e-09, + "I": 3.5824468795908615e-06, + "C": 7.856134942585413e-08, + "R": 3.795791769789503e-08, + "M": 5.1577053454821e-06, + "O": 7.689257017773343e-07, + "W": 4.508961648497234e-09, + "N": 5.2058169330848614e-08, + "Y": 0.0015773512423038483, + "U": 7.907299814924329e-10, + "K": 1.1335632166264986e-07, + "L": 6.2148060031574914e-09, + "G": 1.3653147107106633e-05, + "F": 0.00023528702149633318, + "E": 8.953700216807192e-07, + "T": 0.0004994630580767989, + "P": 0.004267445299774408, + "-": 0.9933962225914001 + }, + "id": "tp_19660" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2457524, + "label": "-", + "classification": { + "B": 9.239362839252863e-07, + "S": 3.278895519542857e-06, + "I": 0.0006365777808241546, + "C": 0.00020402547670528293, + "R": 3.9363054384011775e-05, + "M": 0.0003136315499432385, + "O": 8.335144957527518e-05, + "W": 4.866883045906434e-06, + "N": 4.1093651816481724e-05, + "Y": 0.012182268314063549, + "U": 1.60114996106131e-06, + "K": 0.0005482929991558194, + "L": 6.769588253519032e-06, + "G": 0.0031309037003666162, + "F": 0.01929846592247486, + "E": 0.002424027305096388, + "T": 0.002180028473958373, + "P": 0.03059118054807186, + "-": 0.9283093214035034 + }, + "id": "tp_19661" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2457658, + "label": "-", + "classification": { + "B": 9.08167976376717e-08, + "S": 2.6519290940996143e-07, + "I": 3.745068170246668e-06, + "C": 8.211980457417667e-06, + "R": 1.2821037671528757e-06, + "M": 6.653135642409325e-05, + "O": 1.4285295037552714e-05, + "W": 1.6525778789855394e-07, + "N": 1.9721490218671534e-07, + "Y": 0.0008968363399617374, + "U": 3.7174014977381376e-08, + "K": 1.321023205491656e-06, + "L": 1.62937078584946e-06, + "G": 0.0001881440548459068, + "F": 0.005281045567244291, + "E": 2.1650919734383933e-05, + "T": 0.000191489263670519, + "P": 0.009492284618318081, + "-": 0.9838306903839111 + }, + "id": "tp_19662" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2457758, + "label": "-", + "classification": { + "B": 4.4458158754423494e-07, + "S": 0.00015915500989649445, + "I": 0.00031917422893457115, + "C": 2.2098254703450948e-05, + "R": 4.440843440534081e-06, + "M": 0.00022804916079621762, + "O": 0.0002454771602060646, + "W": 3.342262425576337e-05, + "N": 0.00019462800992187113, + "Y": 0.2950861155986786, + "U": 3.4093478262775534e-08, + "K": 0.10131153464317322, + "L": 9.101002547140524e-07, + "G": 0.019841637462377548, + "F": 0.17445212602615356, + "E": 0.00397232361137867, + "T": 0.030459610745310783, + "P": 0.006441141944378614, + "-": 0.3672277331352234 + }, + "id": "tp_19663" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2457891, + "label": "-", + "classification": { + "B": 3.896676571457647e-05, + "S": 9.374585351906717e-05, + "I": 0.0009611863642930984, + "C": 2.7636135200737044e-05, + "R": 1.4480332538369112e-05, + "M": 0.0005358690395951271, + "O": 0.00042252609273418784, + "W": 2.4053664674283937e-05, + "N": 0.00016853779379744083, + "Y": 0.0038960694801062346, + "U": 4.626718691724818e-06, + "K": 1.2814655747206416e-05, + "L": 3.006045699294191e-05, + "G": 0.0008259963360615075, + "F": 0.006130195688456297, + "E": 0.0004153439949732274, + "T": 0.008546356111764908, + "P": 0.20319733023643494, + "-": 0.7746542096138 + }, + "id": "tp_19664" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2458025, + "label": "-", + "classification": { + "B": 9.021485641858007e-11, + "S": 2.0666579558792364e-10, + "I": 2.693459322244962e-08, + "C": 2.6446853595984976e-08, + "R": 8.14503486878948e-09, + "M": 1.6176092003661324e-06, + "O": 9.058379646376125e-08, + "W": 2.7818305992077796e-10, + "N": 1.0801361888246319e-10, + "Y": 0.0001210079644806683, + "U": 3.7999749180617215e-11, + "K": 5.780361259088984e-11, + "L": 1.1436737779035866e-08, + "G": 1.3727882333114394e-06, + "F": 0.00012024640454910696, + "E": 6.738023028418638e-09, + "T": 4.275117316865362e-05, + "P": 0.0002572790253907442, + "-": 0.9994556307792664 + }, + "id": "tp_19665" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2458158, + "label": "-", + "classification": { + "B": 2.9314561889037805e-10, + "S": 2.283065070329826e-09, + "I": 4.1603630052122753e-07, + "C": 7.379383077932289e-07, + "R": 1.1643632547020388e-07, + "M": 2.1011714125052094e-05, + "O": 1.1742943115677917e-06, + "W": 1.950478889511942e-09, + "N": 2.2209960537367124e-09, + "Y": 0.0017928790766745806, + "U": 1.1674859690113948e-10, + "K": 2.0587934912441597e-08, + "L": 1.5428662436534069e-07, + "G": 0.0004070538270752877, + "F": 0.001541638164781034, + "E": 1.208024855259282e-06, + "T": 0.00025711985654197633, + "P": 0.00019780579896178097, + "-": 0.9957785606384277 + }, + "id": "tp_19666" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2458258, + "label": "-", + "classification": { + "B": 3.1404083529196214e-06, + "S": 1.161635918833781e-05, + "I": 0.010114746168255806, + "C": 0.0009189450647681952, + "R": 0.0008073377539403737, + "M": 0.001164539367891848, + "O": 0.0005931059131398797, + "W": 2.430676613585092e-05, + "N": 0.0002626210043672472, + "Y": 0.07821550965309143, + "U": 8.172186426236294e-06, + "K": 4.675913442042656e-05, + "L": 4.912546864943579e-05, + "G": 0.0030465777963399887, + "F": 0.0034140071365982294, + "E": 0.00017700718308333308, + "T": 0.040217284113168716, + "P": 0.029649147763848305, + "-": 0.831275999546051 + }, + "id": "tp_19667" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2458392, + "label": "-", + "classification": { + "B": 4.578800116838977e-10, + "S": 5.0186763189685735e-08, + "I": 2.3395416519633727e-06, + "C": 1.4751555681868922e-05, + "R": 1.366705532745982e-06, + "M": 5.511769813892897e-06, + "O": 2.9567584078904474e-06, + "W": 6.885212400220553e-08, + "N": 1.1408318556505037e-07, + "Y": 0.001023602089844644, + "U": 6.979390398953456e-09, + "K": 1.7037986026480212e-06, + "L": 2.59560891890942e-07, + "G": 0.00013646477600559592, + "F": 0.035943519324064255, + "E": 3.3967489798669703e-06, + "T": 0.00021198618924245238, + "P": 0.0032772733829915524, + "-": 0.9593745470046997 + }, + "id": "tp_19668" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2458525, + "label": "-", + "classification": { + "B": 1.3044399714307476e-14, + "S": 4.3116121025039977e-13, + "I": 3.378456125968654e-10, + "C": 5.612654980537146e-13, + "R": 1.0539531351610662e-13, + "M": 7.514886490866957e-10, + "O": 1.0407345124585632e-10, + "W": 2.3495634149210687e-13, + "N": 9.296354918503225e-13, + "Y": 1.228120140694955e-06, + "U": 3.1883374690671196e-15, + "K": 2.964469988930851e-11, + "L": 1.427612368598563e-13, + "G": 5.90630699903727e-09, + "F": 5.5112672271206975e-05, + "E": 2.6974231737142418e-09, + "T": 7.062337203933566e-08, + "P": 0.0009315399220213294, + "-": 0.9990119934082031 + }, + "id": "tp_19669" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2458625, + "label": "-", + "classification": { + "B": 1.0600013089501203e-09, + "S": 5.852448836662916e-08, + "I": 3.2609730737931386e-07, + "C": 1.2738966859160428e-07, + "R": 5.179061801641183e-08, + "M": 7.0548354415223e-05, + "O": 5.976740794721991e-06, + "W": 1.4774436785103262e-08, + "N": 8.218258074066398e-09, + "Y": 0.0021413026843219995, + "U": 2.4582894053715165e-10, + "K": 1.4312420582029972e-08, + "L": 2.5784024160202534e-07, + "G": 6.453255628002807e-05, + "F": 0.0030321727972477674, + "E": 3.0461049504992843e-07, + "T": 0.0007759446161799133, + "P": 0.00031405052868649364, + "-": 0.993594229221344 + }, + "id": "tp_19670" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2458759, + "label": "-", + "classification": { + "B": 6.04908234613788e-10, + "S": 2.1094090918438724e-09, + "I": 4.6901831751711143e-07, + "C": 1.6152607429376076e-07, + "R": 4.597964320396386e-08, + "M": 4.724523932964075e-06, + "O": 5.179196591598156e-07, + "W": 2.921227038044094e-09, + "N": 4.99782304430596e-09, + "Y": 0.0004917631158605218, + "U": 5.055286744770626e-10, + "K": 3.1579023840322407e-08, + "L": 3.1421489410377035e-08, + "G": 3.0366458304342814e-05, + "F": 0.0005102430586703122, + "E": 9.514561156720447e-07, + "T": 6.122130434960127e-05, + "P": 0.0018836830276995897, + "-": 0.9970158338546753 + }, + "id": "tp_19671" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2458892, + "label": "-", + "classification": { + "B": 0.0003164321242365986, + "S": 0.0014278064481914043, + "I": 0.0012489926302805543, + "C": 0.0007779542938806117, + "R": 0.000673679809551686, + "M": 0.0014395258622244, + "O": 0.0030098112765699625, + "W": 0.0008305117371492088, + "N": 0.0005233834963291883, + "Y": 0.013630307279527187, + "U": 8.258057641796768e-05, + "K": 0.0034805277828127146, + "L": 0.0005159234278835356, + "G": 0.005867982283234596, + "F": 0.17350108921527863, + "E": 0.002959091681987047, + "T": 0.007215498015284538, + "P": 0.08218719810247421, + "-": 0.7003118395805359 + }, + "id": "tp_19672" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2459026, + "label": "-", + "classification": { + "B": 6.818066944358492e-11, + "S": 3.701432937930349e-09, + "I": 1.596613685705961e-08, + "C": 6.422598630706489e-07, + "R": 4.5101995738150435e-07, + "M": 6.099880192778073e-05, + "O": 2.7829989903693786e-06, + "W": 2.778428154215362e-09, + "N": 3.3113647240901045e-11, + "Y": 0.0009914031252264977, + "U": 9.14554716680005e-12, + "K": 1.1425319024205294e-11, + "L": 1.1668884098980925e-06, + "G": 4.1374227293999866e-05, + "F": 0.0003870151122100651, + "E": 3.2185607512502656e-09, + "T": 0.0005539151025004685, + "P": 9.225923349731602e-06, + "-": 0.9979509711265564 + }, + "id": "tp_19673" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2459126, + "label": "-", + "classification": { + "B": 3.350327237860995e-10, + "S": 2.0593924432432686e-07, + "I": 4.4299675039383146e-08, + "C": 6.632956797147926e-07, + "R": 3.3952346711885184e-07, + "M": 5.5245393014047295e-05, + "O": 9.49748937273398e-06, + "W": 2.053171144211774e-08, + "N": 1.3683219002302849e-09, + "Y": 0.017680734395980835, + "U": 1.2498995762000309e-11, + "K": 4.140499072491366e-07, + "L": 8.698500550963217e-07, + "G": 0.001227423781529069, + "F": 0.03561677783727646, + "E": 5.438691914605442e-07, + "T": 0.0020158851984888315, + "P": 2.216680695710238e-05, + "-": 0.9433692097663879 + }, + "id": "tp_19674" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2459259, + "label": "-", + "classification": { + "B": 6.208540526131401e-07, + "S": 2.47758853220148e-05, + "I": 2.454325476719532e-05, + "C": 3.3525226172059774e-05, + "R": 6.061444764782209e-06, + "M": 0.000258781248703599, + "O": 0.00013858948659617454, + "W": 1.2946097740496043e-05, + "N": 1.0871878657781053e-05, + "Y": 0.009181629866361618, + "U": 9.259516104975773e-07, + "K": 0.0022023452911525965, + "L": 1.3454367945087142e-05, + "G": 0.0022935112938284874, + "F": 0.21333083510398865, + "E": 0.0005294469883665442, + "T": 0.0030484891030937433, + "P": 0.013760452158749104, + "-": 0.7551281452178955 + }, + "id": "tp_19675" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2459393, + "label": "-", + "classification": { + "B": 2.234661240774205e-12, + "S": 2.8631257087408102e-11, + "I": 1.6729053697872587e-08, + "C": 1.632297491616086e-10, + "R": 9.826712360494483e-11, + "M": 9.361222623738286e-07, + "O": 2.3620700062565447e-08, + "W": 1.7474017025009836e-11, + "N": 3.547613591781129e-11, + "Y": 0.00011185256153112277, + "U": 6.289461139397101e-13, + "K": 1.6257842294642444e-11, + "L": 2.349688221769952e-10, + "G": 2.830619791893696e-07, + "F": 1.68809146998683e-05, + "E": 3.3316227554536226e-09, + "T": 5.431803219835274e-05, + "P": 0.0001555898634251207, + "-": 0.9996601343154907 + }, + "id": "tp_19676" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2459526, + "label": "-", + "classification": { + "B": 9.101591702531664e-10, + "S": 1.0008941444539232e-06, + "I": 9.701262570160907e-06, + "C": 3.1433633012056816e-06, + "R": 1.0446591431900742e-06, + "M": 0.0001346833596471697, + "O": 4.7152450861176476e-05, + "W": 4.3520640247152187e-07, + "N": 5.057831344856822e-07, + "Y": 0.45749393105506897, + "U": 1.5746812187522607e-10, + "K": 9.462728485232219e-05, + "L": 3.475212224657298e-07, + "G": 0.004099263343960047, + "F": 0.0362466499209404, + "E": 2.7909502023248933e-05, + "T": 0.012665807269513607, + "P": 0.00020190581562928855, + "-": 0.488972008228302 + }, + "id": "tp_19677" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2459626, + "label": "-", + "classification": { + "B": 5.057579008371782e-11, + "S": 3.2288269835589745e-08, + "I": 3.2271507688363954e-09, + "C": 7.202989422694372e-07, + "R": 3.712906604391719e-08, + "M": 4.717018327937694e-06, + "O": 1.6504388895555167e-06, + "W": 6.427008258924616e-09, + "N": 4.0639197562697404e-10, + "Y": 0.0007809975068084896, + "U": 5.6034079286282346e-12, + "K": 7.71958468703815e-07, + "L": 4.708438083866895e-08, + "G": 0.0002834601909853518, + "F": 0.10840559005737305, + "E": 6.264043008741282e-07, + "T": 5.278456228552386e-05, + "P": 0.00011822996020782739, + "-": 0.8903502821922302 + }, + "id": "tp_19678" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2459760, + "label": "-", + "classification": { + "B": 4.2425369883858366e-08, + "S": 1.4059614272809995e-07, + "I": 3.966891654272331e-06, + "C": 0.00020288571249693632, + "R": 5.0451290007913485e-06, + "M": 1.586643156770151e-05, + "O": 7.416368589474587e-06, + "W": 1.1589268922307383e-07, + "N": 3.667377654892334e-07, + "Y": 0.000573155761230737, + "U": 4.100604655832285e-08, + "K": 7.195317266450729e-06, + "L": 2.027247774094576e-06, + "G": 0.0006901321467012167, + "F": 0.05722305551171303, + "E": 5.647924990626052e-05, + "T": 6.304297858150676e-05, + "P": 0.018242213875055313, + "-": 0.9229068756103516 + }, + "id": "tp_19679" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2459893, + "label": "-", + "classification": { + "B": 2.1499665763258236e-06, + "S": 7.384367927443236e-05, + "I": 3.758044840651564e-05, + "C": 1.740044535836205e-05, + "R": 1.0246681085845921e-05, + "M": 0.0038445512764155865, + "O": 0.0011140832211822271, + "W": 9.241818588634487e-06, + "N": 1.7962736365007004e-06, + "Y": 0.025454899296164513, + "U": 1.5477596093660395e-08, + "K": 1.8797499024003628e-06, + "L": 3.880896474584006e-05, + "G": 0.0030247336253523827, + "F": 0.010992304421961308, + "E": 1.546673047414515e-05, + "T": 0.012656070291996002, + "P": 0.0010861969785764813, + "-": 0.941618800163269 + }, + "id": "tp_19680" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2460027, + "label": "-", + "classification": { + "B": 3.3946812028062823e-10, + "S": 1.9617112378966794e-09, + "I": 5.122369088894629e-07, + "C": 2.370786376104661e-07, + "R": 5.0541885343591275e-08, + "M": 2.2200108560355147e-06, + "O": 3.9024934039844084e-07, + "W": 3.061002562532167e-09, + "N": 9.325764160905692e-09, + "Y": 3.3352687751175836e-05, + "U": 8.150922159444463e-10, + "K": 3.577930396403417e-09, + "L": 2.3471814714071115e-08, + "G": 9.995929985961993e-07, + "F": 0.00026350689586251974, + "E": 6.974052553232468e-07, + "T": 3.7065237847855315e-05, + "P": 0.005105569958686829, + "-": 0.9945553541183472 + }, + "id": "tp_19681" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2460127, + "label": "-", + "classification": { + "B": 3.335687495109596e-07, + "S": 2.5052024284377694e-05, + "I": 0.00011313266440993175, + "C": 5.6099132052622736e-05, + "R": 2.6430403522681445e-05, + "M": 0.0011010861489921808, + "O": 0.0003198275517206639, + "W": 1.2260347830306273e-05, + "N": 8.666455869388301e-06, + "Y": 0.06279762089252472, + "U": 2.097441011983392e-07, + "K": 0.0011183873284608126, + "L": 1.7693499103188515e-05, + "G": 0.007867525331676006, + "F": 0.05236808583140373, + "E": 0.00020501529797911644, + "T": 0.013158893212676048, + "P": 0.0021344248671084642, + "-": 0.8586692810058594 + }, + "id": "tp_19682" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2460260, + "label": "-", + "classification": { + "B": 2.3567363314214163e-05, + "S": 0.00010662098793545738, + "I": 0.00025903183268383145, + "C": 0.0002372638409724459, + "R": 0.00015029904898256063, + "M": 0.00491389399394393, + "O": 0.00090320676099509, + "W": 5.308769323164597e-05, + "N": 2.887159280362539e-05, + "Y": 0.042587798088788986, + "U": 5.10654490426532e-06, + "K": 3.595239104470238e-05, + "L": 0.00014528247993439436, + "G": 0.0029836809262633324, + "F": 0.010225590318441391, + "E": 0.00026476671337150037, + "T": 0.01683846488595009, + "P": 0.007355764042586088, + "-": 0.9128818511962891 + }, + "id": "tp_19683" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2460394, + "label": "Y", + "classification": { + "B": 3.3541175525897415e-07, + "S": 0.00022708726464770734, + "I": 5.136135587235913e-05, + "C": 3.758684397325851e-05, + "R": 4.6111777919577435e-05, + "M": 0.005189948249608278, + "O": 0.0010804717894643545, + "W": 1.842685742303729e-05, + "N": 3.905020548700122e-06, + "Y": 0.6552906036376953, + "U": 1.0752641443900757e-08, + "K": 0.00011697089212248102, + "L": 7.16570793883875e-05, + "G": 0.046771202236413956, + "F": 0.04217259958386421, + "E": 4.30594700446818e-05, + "T": 0.12232735753059387, + "P": 5.974106534267776e-05, + "-": 0.1264915019273758 + }, + "id": "tp_19684" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2460527, + "label": "-", + "classification": { + "B": 1.531445377622731e-06, + "S": 0.00016632692131679505, + "I": 0.00016895795124582946, + "C": 0.00011150177306262776, + "R": 0.00011195761180715635, + "M": 0.004795362241566181, + "O": 0.0014903933042660356, + "W": 5.370785584091209e-05, + "N": 2.0041141397086903e-05, + "Y": 0.10277289897203445, + "U": 5.223366770223947e-07, + "K": 0.00014830812870059162, + "L": 9.632093861000612e-05, + "G": 0.007126289419829845, + "F": 0.021932736039161682, + "E": 0.0002236327709397301, + "T": 0.04151308536529541, + "P": 0.0024027624167501926, + "-": 0.8168637156486511 + }, + "id": "tp_19685" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2460627, + "label": "-", + "classification": { + "B": 1.4879127444022977e-11, + "S": 6.605495173062081e-08, + "I": 1.1121926490886835e-08, + "C": 7.318778330045461e-07, + "R": 3.017503757973827e-08, + "M": 2.305718226125464e-05, + "O": 1.662828253756743e-06, + "W": 4.7477133335860344e-09, + "N": 6.77318257036319e-10, + "Y": 0.011801484040915966, + "U": 9.180267223490857e-13, + "K": 1.056916153174825e-05, + "L": 6.23651885689469e-08, + "G": 0.003619411727413535, + "F": 0.16111715137958527, + "E": 4.192054802842904e-06, + "T": 0.0008007230935618281, + "P": 1.2809828149329405e-05, + "-": 0.8226081132888794 + }, + "id": "tp_19686" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2460761, + "label": "-", + "classification": { + "B": 3.350218591435805e-08, + "S": 5.8073705844208234e-08, + "I": 3.606673089961987e-06, + "C": 5.487979706231272e-07, + "R": 1.4983598362050543e-07, + "M": 4.7375400754390284e-05, + "O": 2.679914359760005e-06, + "W": 2.92883086672191e-08, + "N": 9.119231947352091e-08, + "Y": 0.001181405852548778, + "U": 5.5182036717837946e-09, + "K": 6.977959401410772e-07, + "L": 1.875604169754297e-07, + "G": 0.00012031046935589984, + "F": 0.0023703554179519415, + "E": 1.6148194845300168e-05, + "T": 0.00021400931291282177, + "P": 0.00525437667965889, + "-": 0.9907878041267395 + }, + "id": "tp_19687" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2460894, + "label": "-", + "classification": { + "B": 2.214921187260188e-05, + "S": 0.000200899870833382, + "I": 0.001240275800228119, + "C": 0.00044323294423520565, + "R": 0.0001764311018632725, + "M": 0.008352029137313366, + "O": 0.0012092891847714782, + "W": 7.360109884757549e-05, + "N": 0.0001219937767018564, + "Y": 0.08415825664997101, + "U": 4.477873062569415e-06, + "K": 0.0004885681555606425, + "L": 0.00021625039516948164, + "G": 0.016923364251852036, + "F": 0.09823577851057053, + "E": 0.002217585453763604, + "T": 0.03278636559844017, + "P": 0.018384216353297234, + "-": 0.7347452640533447 + }, + "id": "tp_19688" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2461028, + "label": "-", + "classification": { + "B": 2.067984468112627e-07, + "S": 9.200838576362003e-06, + "I": 1.6490603229613043e-05, + "C": 1.779140620783437e-05, + "R": 1.0808820661623031e-05, + "M": 0.00021119187294971198, + "O": 8.301693014800549e-05, + "W": 2.3257441625901265e-06, + "N": 1.1121644547529286e-06, + "Y": 0.0062968311831355095, + "U": 5.35688648994892e-08, + "K": 4.48981290901429e-06, + "L": 6.36978302281932e-06, + "G": 0.0005133790546096861, + "F": 0.005703984294086695, + "E": 2.292246244905982e-05, + "T": 0.0048964135348796844, + "P": 0.002899890998378396, + "-": 0.9793033599853516 + }, + "id": "tp_19689" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2461128, + "label": "Y", + "classification": { + "B": 6.497193680843338e-05, + "S": 0.0012141939951106906, + "I": 0.019946003332734108, + "C": 0.0049101379700005054, + "R": 0.0028368188068270683, + "M": 0.009301375597715378, + "O": 0.004890712909400463, + "W": 0.0005408202996477485, + "N": 0.0021721136290580034, + "Y": 0.5622145533561707, + "U": 1.9932946088374592e-05, + "K": 0.0034837969578802586, + "L": 0.0004759770235978067, + "G": 0.05879443883895874, + "F": 0.040214937180280685, + "E": 0.003080399241298437, + "T": 0.10955469310283661, + "P": 0.007073195185512304, + "-": 0.16921086609363556 + }, + "id": "tp_19690" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2461261, + "label": "-", + "classification": { + "B": 7.462030993110602e-12, + "S": 6.114869677276147e-08, + "I": 3.875572929246118e-08, + "C": 1.702315266527421e-08, + "R": 1.0412040118978894e-08, + "M": 4.871857527177781e-06, + "O": 2.1342414129321696e-06, + "W": 1.3509642293740853e-08, + "N": 3.6144283122041543e-09, + "Y": 0.0009749724995344877, + "U": 9.796912413262415e-12, + "K": 4.777151048074302e-07, + "L": 6.499118576641649e-09, + "G": 6.682374532829272e-06, + "F": 0.004926983267068863, + "E": 1.231922368560845e-07, + "T": 0.0003965679497923702, + "P": 0.00025389983784407377, + "-": 0.9934331178665161 + }, + "id": "tp_19691" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2461395, + "label": "-", + "classification": { + "B": 9.730460881485214e-11, + "S": 7.862091533361593e-10, + "I": 7.569669264739787e-07, + "C": 1.2607725921043311e-06, + "R": 1.903892297150378e-07, + "M": 1.0870707001231494e-06, + "O": 4.4045575009477034e-07, + "W": 1.726042420102658e-09, + "N": 6.400084906488246e-09, + "Y": 0.00022638442169409245, + "U": 1.3298904200098605e-09, + "K": 1.492985468587449e-08, + "L": 1.547032191240305e-08, + "G": 4.138095391681418e-06, + "F": 6.164677324704826e-05, + "E": 1.256398292071026e-07, + "T": 6.149856199044734e-05, + "P": 0.0011594138341024518, + "-": 0.9984831213951111 + }, + "id": "tp_19692" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2461528, + "label": "-", + "classification": { + "B": 3.5118754692503584e-12, + "S": 8.187794442449103e-09, + "I": 2.521342301609053e-10, + "C": 2.201582027794302e-08, + "R": 9.528486888399357e-10, + "M": 2.034335238931817e-06, + "O": 2.2221156825708022e-07, + "W": 7.851535532843457e-10, + "N": 4.608129849925646e-11, + "Y": 0.004974012728780508, + "U": 1.59482344865014e-13, + "K": 1.407778836437501e-05, + "L": 5.844993822279321e-09, + "G": 0.0012677570339292288, + "F": 0.17667055130004883, + "E": 9.051514666680305e-07, + "T": 0.0002581166918389499, + "P": 7.364800694631413e-06, + "-": 0.8168049454689026 + }, + "id": "tp_19693" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2461628, + "label": "-", + "classification": { + "B": 8.61265798448585e-05, + "S": 0.0006160930497571826, + "I": 9.138029417954385e-05, + "C": 0.0003160615742672235, + "R": 0.00014210819790605456, + "M": 0.005835249554365873, + "O": 0.0048803528770804405, + "W": 8.949096809374169e-05, + "N": 6.488078270194819e-06, + "Y": 0.06750371307134628, + "U": 6.815047726149714e-08, + "K": 6.646612291660858e-07, + "L": 0.0009308495791628957, + "G": 0.025144830346107483, + "F": 0.064457006752491, + "E": 0.00011822849774034694, + "T": 0.022731799632310867, + "P": 0.0013252327917143703, + "-": 0.8057242035865784 + }, + "id": "tp_19694" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2461762, + "label": "-", + "classification": { + "B": 4.7557813331877696e-07, + "S": 4.777312369697029e-06, + "I": 0.0003826527390629053, + "C": 3.2333005947293714e-05, + "R": 1.9333414456923492e-05, + "M": 0.0025706570595502853, + "O": 0.00011977203394053504, + "W": 1.4994194543760386e-06, + "N": 4.018279923911905e-06, + "Y": 0.285882830619812, + "U": 3.339967946658362e-08, + "K": 1.2062290579706314e-06, + "L": 1.0431106602482032e-05, + "G": 0.004740485455840826, + "F": 0.0048630861565470695, + "E": 3.513049887260422e-05, + "T": 0.053428564220666885, + "P": 0.0006535362917929888, + "-": 0.6472491025924683 + }, + "id": "tp_19695" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2461895, + "label": "-", + "classification": { + "B": 1.4015409943723967e-09, + "S": 4.264581093593733e-06, + "I": 6.447930900321808e-07, + "C": 4.64670074507012e-06, + "R": 8.937871029957023e-07, + "M": 0.00022707413882017136, + "O": 4.844615250476636e-05, + "W": 4.641476891720231e-07, + "N": 7.133625956612377e-08, + "Y": 0.09889902919530869, + "U": 3.4262145204300154e-11, + "K": 2.4071099687716924e-05, + "L": 5.643289568979526e-07, + "G": 0.003471266943961382, + "F": 0.15358401834964752, + "E": 9.507905815553386e-06, + "T": 0.013174746185541153, + "P": 8.434225310338661e-05, + "-": 0.7304660081863403 + }, + "id": "tp_19696" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2462029, + "label": "-", + "classification": { + "B": 1.5217092863561987e-10, + "S": 4.7032386873979704e-08, + "I": 3.835481038549915e-06, + "C": 1.538891609698112e-07, + "R": 1.4156290717437514e-07, + "M": 5.934481305303052e-05, + "O": 2.510746526240837e-06, + "W": 9.511277987428457e-09, + "N": 1.4652275837079287e-08, + "Y": 0.02477082423865795, + "U": 2.559024693538081e-11, + "K": 2.3099813617477594e-08, + "L": 2.9057334316462402e-08, + "G": 4.2964788008248433e-05, + "F": 0.0010023926151916385, + "E": 8.696076747582993e-07, + "T": 0.003358320100232959, + "P": 0.00021982609177939594, + "-": 0.9705387353897095 + }, + "id": "tp_19697" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2462129, + "label": "-", + "classification": { + "B": 5.028963911968276e-09, + "S": 1.5842896061712963e-07, + "I": 2.5482768251094967e-06, + "C": 7.732245421721018e-07, + "R": 1.9804620876584522e-07, + "M": 0.00011276647273916751, + "O": 9.344902537122834e-06, + "W": 3.4706634011172355e-08, + "N": 1.912628633249369e-08, + "Y": 0.004011199343949556, + "U": 2.2458498949440298e-10, + "K": 2.9739769757952672e-08, + "L": 4.7014066240080865e-07, + "G": 0.00018988725787494332, + "F": 0.0006816040840931237, + "E": 1.6226637171712355e-06, + "T": 0.001681667985394597, + "P": 0.0005147670744918287, + "-": 0.9927928447723389 + }, + "id": "tp_19698" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2462262, + "label": "-", + "classification": { + "B": 1.5983174783684717e-09, + "S": 1.4141670590106514e-07, + "I": 6.715826543768344e-07, + "C": 6.5708709371392615e-06, + "R": 9.303430488216691e-07, + "M": 2.139142270607408e-05, + "O": 7.979673682712018e-06, + "W": 1.3155603539871663e-07, + "N": 8.565357489942471e-08, + "Y": 0.002141003729775548, + "U": 3.868675158003043e-09, + "K": 1.867986429715529e-05, + "L": 4.808573521586368e-07, + "G": 0.0003980430483352393, + "F": 0.029774658381938934, + "E": 1.1847210771520622e-05, + "T": 0.00026777773746289313, + "P": 0.0016205114079639316, + "-": 0.9657289981842041 + }, + "id": "tp_19699" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2462396, + "label": "-", + "classification": { + "B": 9.309082571462568e-08, + "S": 3.9243417404577485e-07, + "I": 2.4385505525970075e-07, + "C": 1.02437081750395e-06, + "R": 3.0965742325861356e-07, + "M": 1.8486311091692187e-05, + "O": 1.1834545148303732e-05, + "W": 1.9247100624397717e-07, + "N": 1.021982942717159e-08, + "Y": 0.000435815192759037, + "U": 1.191257315014127e-09, + "K": 3.592731090407142e-08, + "L": 1.1652539342321688e-06, + "G": 5.968080222373828e-05, + "F": 0.005489152856171131, + "E": 7.627156151102099e-07, + "T": 0.0001641324779484421, + "P": 0.0008799054194241762, + "-": 0.9929367899894714 + }, + "id": "tp_19700" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2462529, + "label": "-", + "classification": { + "B": 2.3212796804727986e-06, + "S": 0.00018504069885239005, + "I": 3.411922079976648e-05, + "C": 2.9192440251790686e-06, + "R": 3.5833631955028977e-06, + "M": 0.01812533661723137, + "O": 0.001340119750238955, + "W": 7.3111618803523015e-06, + "N": 8.908270956453634e-07, + "Y": 0.22118131816387177, + "U": 8.671097173618136e-10, + "K": 3.0425708246184513e-06, + "L": 2.998236595885828e-05, + "G": 0.009294364601373672, + "F": 0.006649548187851906, + "E": 5.6389191740890965e-05, + "T": 0.06323010474443436, + "P": 0.00014859152724966407, + "-": 0.679705023765564 + }, + "id": "tp_19701" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2462629, + "label": "-", + "classification": { + "B": 4.9000923761297055e-15, + "S": 3.7353533460793287e-11, + "I": 1.3583406621719973e-09, + "C": 1.4525533664766499e-08, + "R": 9.740530160229355e-09, + "M": 7.765291229588911e-06, + "O": 1.3511122176623758e-07, + "W": 3.4892293047927847e-12, + "N": 2.886421299457681e-13, + "Y": 0.12414348125457764, + "U": 9.997003657224025e-16, + "K": 3.7741450589767744e-12, + "L": 1.0859448451583376e-08, + "G": 0.00019216799410060048, + "F": 0.0003110600227955729, + "E": 5.0427245712469926e-11, + "T": 0.0021228885743767023, + "P": 8.956097730106194e-08, + "-": 0.8732223510742188 + }, + "id": "tp_19702" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2462763, + "label": "-", + "classification": { + "B": 9.791187860486161e-10, + "S": 1.466511747594268e-07, + "I": 5.880548883396841e-07, + "C": 1.7350572534269304e-07, + "R": 1.1939656019421818e-07, + "M": 1.3582251995103434e-05, + "O": 3.6799128793063574e-06, + "W": 4.037490697328394e-08, + "N": 2.0624630892029927e-08, + "Y": 0.0015320730162784457, + "U": 6.141162023354241e-10, + "K": 1.5165251454618556e-07, + "L": 1.0268743011465631e-07, + "G": 2.9733038900303654e-05, + "F": 0.002113006077706814, + "E": 7.685576974836295e-07, + "T": 0.0005631069652736187, + "P": 0.0009538326412439346, + "-": 0.9947888851165771 + }, + "id": "tp_19703" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2462896, + "label": "-", + "classification": { + "B": 1.8325033712685013e-09, + "S": 3.03376339161332e-07, + "I": 2.5643769276939565e-06, + "C": 1.5998065805433725e-07, + "R": 2.3175378771611577e-07, + "M": 0.00017602146544959396, + "O": 1.9406608771532774e-05, + "W": 7.813910229970134e-08, + "N": 3.9653841099607234e-08, + "Y": 0.00401603989303112, + "U": 6.153872966763174e-10, + "K": 9.290298663700014e-08, + "L": 7.242295509968244e-07, + "G": 0.00011245290079386905, + "F": 0.0019512575818225741, + "E": 1.5021863646325073e-06, + "T": 0.002017921768128872, + "P": 0.0002574755053501576, + "-": 0.9914436936378479 + }, + "id": "tp_19704" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2463030, + "label": "-", + "classification": { + "B": 1.332541368914697e-11, + "S": 2.805184695642282e-10, + "I": 1.0791806204224486e-07, + "C": 2.2752473238796256e-09, + "R": 9.50381884301521e-10, + "M": 1.9006117781827925e-06, + "O": 3.8556510872922445e-08, + "W": 6.965337334685628e-11, + "N": 3.6333513975250753e-10, + "Y": 0.0004857193271163851, + "U": 1.6713550031813296e-12, + "K": 6.912006522696856e-10, + "L": 1.5499037608890376e-09, + "G": 1.0991922863468062e-05, + "F": 0.0019111221190541983, + "E": 1.1353634477018204e-07, + "T": 8.289280958706513e-05, + "P": 0.0004331723612267524, + "-": 0.9970740079879761 + }, + "id": "tp_19705" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2463130, + "label": "-", + "classification": { + "B": 0.00022395074483938515, + "S": 0.0015021298313513398, + "I": 0.00021896394900977612, + "C": 0.0004306481860112399, + "R": 0.0002166122867492959, + "M": 0.03181105852127075, + "O": 0.009223492816090584, + "W": 0.00029717516736127436, + "N": 2.3670025257160887e-05, + "Y": 0.09316454082727432, + "U": 4.450594985883072e-07, + "K": 0.00013128093269187957, + "L": 0.0019376371055841446, + "G": 0.10441471636295319, + "F": 0.0994490385055542, + "E": 0.0011486647417768836, + "T": 0.04112787917256355, + "P": 0.0010058825137093663, + "-": 0.6136722564697266 + }, + "id": "tp_19706" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2463263, + "label": "-", + "classification": { + "B": 1.3345735627723343e-10, + "S": 1.807522354013713e-09, + "I": 1.2781282521245885e-07, + "C": 1.4380765911425897e-08, + "R": 2.4221160632720284e-09, + "M": 2.2881793029227993e-06, + "O": 1.7158677678708045e-07, + "W": 6.86647183556488e-10, + "N": 1.6897844234975423e-09, + "Y": 0.00013741999282501638, + "U": 4.273615489269744e-11, + "K": 3.3118527920095175e-09, + "L": 3.017518901415883e-09, + "G": 2.699774768188945e-06, + "F": 0.0001998391089728102, + "E": 2.2434372226598498e-07, + "T": 4.7786521463422105e-05, + "P": 0.0006991499685682356, + "-": 0.9989103078842163 + }, + "id": "tp_19707" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2463397, + "label": "-", + "classification": { + "B": 2.6438534521389112e-12, + "S": 9.827604875722873e-12, + "I": 1.0018670615341563e-10, + "C": 7.380399243139824e-12, + "R": 3.944464980337736e-12, + "M": 1.9345206325738218e-08, + "O": 1.7501413651643816e-09, + "W": 1.3864927001644434e-12, + "N": 1.5435812079477723e-13, + "Y": 6.458992061197932e-07, + "U": 6.136848147031025e-15, + "K": 3.018220642489987e-14, + "L": 6.481643693989625e-11, + "G": 1.3997173198276869e-08, + "F": 2.0631778170354664e-05, + "E": 6.21398626998726e-11, + "T": 1.3783979966319748e-06, + "P": 0.00014965965237934142, + "-": 0.9998276233673096 + }, + "id": "tp_19708" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2463530, + "label": "-", + "classification": { + "B": 1.6359801520593464e-05, + "S": 8.392705240112264e-06, + "I": 1.0944427941694812e-07, + "C": 9.126004442805424e-06, + "R": 5.0260637181054335e-06, + "M": 0.0030708422418683767, + "O": 0.0004095819022040814, + "W": 8.017847221708507e-07, + "N": 1.5280002818585103e-09, + "Y": 0.001479735947214067, + "U": 4.3129982918443943e-10, + "K": 2.6311278156221363e-10, + "L": 0.0006727123982273042, + "G": 0.005823109764605761, + "F": 0.008723564445972443, + "E": 1.9641666426650772e-07, + "T": 0.002154936082661152, + "P": 2.347229019505903e-05, + "-": 0.977601945400238 + }, + "id": "tp_19709" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2463630, + "label": "-", + "classification": { + "B": 7.198300409072544e-07, + "S": 5.240174687060062e-06, + "I": 1.1664395970001351e-05, + "C": 2.1295838450896554e-05, + "R": 2.14798201341182e-05, + "M": 0.0019464341457933187, + "O": 0.00018985228962264955, + "W": 1.3424183862298378e-06, + "N": 3.5549416566027503e-07, + "Y": 0.029842454940080643, + "U": 5.9286218601073415e-08, + "K": 3.002232631388324e-07, + "L": 8.084088040050119e-05, + "G": 0.0025390705559402704, + "F": 0.008281777612864971, + "E": 5.967507149762241e-06, + "T": 0.010543418116867542, + "P": 0.0005938312970101833, + "-": 0.9459138512611389 + }, + "id": "tp_19710" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2463764, + "label": "-", + "classification": { + "B": 1.327190801703182e-08, + "S": 2.8853079925283964e-07, + "I": 5.74846637846349e-07, + "C": 9.500663509243168e-06, + "R": 2.013930497923866e-06, + "M": 0.00022851793619338423, + "O": 1.852887544373516e-05, + "W": 8.890955172091708e-08, + "N": 1.1664620380713586e-08, + "Y": 0.008212418295443058, + "U": 2.2108332942138986e-09, + "K": 2.8698548248939915e-07, + "L": 5.856896677869372e-06, + "G": 0.0008193202083930373, + "F": 0.006344092544168234, + "E": 2.5349036150146276e-06, + "T": 0.0013502277433872223, + "P": 0.0003261776000726968, + "-": 0.9826794862747192 + }, + "id": "tp_19711" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2463897, + "label": "-", + "classification": { + "B": 6.110925028224301e-07, + "S": 1.971762628727447e-07, + "I": 0.0003367202589288354, + "C": 1.0749014109023847e-05, + "R": 5.959516784059815e-06, + "M": 6.87407300574705e-05, + "O": 1.4691823707835283e-05, + "W": 5.373774456529645e-07, + "N": 7.732646736258175e-06, + "Y": 0.0011174126993864775, + "U": 2.611296565646626e-07, + "K": 4.600732609105762e-06, + "L": 9.411463679498411e-07, + "G": 0.00036063851439394057, + "F": 0.0030555545818060637, + "E": 0.00031177772325463593, + "T": 0.00043071305844932795, + "P": 0.1198810562491417, + "-": 0.8743910789489746 + }, + "id": "tp_19712" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2464031, + "label": "-", + "classification": { + "B": 3.7959847071222796e-11, + "S": 6.325310941690532e-09, + "I": 1.8492796183267046e-09, + "C": 6.655219486617625e-09, + "R": 1.7114005768092966e-09, + "M": 9.992952072934713e-06, + "O": 7.59290060159401e-07, + "W": 5.503452693567112e-10, + "N": 2.932006373801421e-11, + "Y": 0.0007283038576133549, + "U": 1.0255581106566325e-12, + "K": 1.549179673432377e-09, + "L": 9.598632288998488e-08, + "G": 7.675966480746865e-05, + "F": 0.006055234465748072, + "E": 2.816010891137921e-08, + "T": 0.00014150614151731133, + "P": 3.742215994861908e-05, + "-": 0.9929499626159668 + }, + "id": "tp_19713" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2464131, + "label": "-", + "classification": { + "B": 4.192370113287325e-07, + "S": 4.073022137163207e-05, + "I": 0.00023570854682475328, + "C": 4.312481905799359e-06, + "R": 7.099802132870536e-06, + "M": 0.005233126692473888, + "O": 0.0007201546686701477, + "W": 3.979643679485889e-06, + "N": 3.038637487406959e-06, + "Y": 0.16836810111999512, + "U": 9.827404667817063e-09, + "K": 4.150899712840328e-07, + "L": 3.3489548513898626e-05, + "G": 0.0032880776561796665, + "F": 0.0022764294408261776, + "E": 1.6857695300132036e-05, + "T": 0.08328663557767868, + "P": 0.0005605912301689386, + "-": 0.7359208464622498 + }, + "id": "tp_19714" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2464264, + "label": "-", + "classification": { + "B": 1.1242598247918067e-06, + "S": 1.564812737342436e-05, + "I": 6.709057197440416e-05, + "C": 1.3286929970490746e-05, + "R": 6.806197689002147e-06, + "M": 0.001999645959585905, + "O": 0.00014130199269857258, + "W": 2.1486985133378766e-06, + "N": 1.928150368257775e-06, + "Y": 0.1023261621594429, + "U": 2.095569762161631e-08, + "K": 1.2220828466524836e-05, + "L": 1.5093211914063431e-05, + "G": 0.00856409315019846, + "F": 0.012318211607635021, + "E": 0.00014588420162908733, + "T": 0.02530299685895443, + "P": 0.0011900091776624322, + "-": 0.8478763699531555 + }, + "id": "tp_19715" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2464398, + "label": "Y", + "classification": { + "B": 7.111014888039335e-09, + "S": 1.4651693618361605e-06, + "I": 0.0008380874642170966, + "C": 1.151648484665202e-05, + "R": 7.469866432074923e-06, + "M": 0.0002578554558567703, + "O": 5.216038698563352e-05, + "W": 5.301914143274189e-07, + "N": 3.2618993373034755e-06, + "Y": 0.8679593205451965, + "U": 4.184895485703777e-10, + "K": 1.5741640027044923e-06, + "L": 3.710786984356673e-07, + "G": 0.0025220061652362347, + "F": 0.0001265296305064112, + "E": 5.002964371669805e-06, + "T": 0.07919804751873016, + "P": 2.8895752620883286e-05, + "-": 0.04898592457175255 + }, + "id": "tp_19716" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2464531, + "label": "P", + "classification": { + "B": 3.2086250030261e-06, + "S": 3.4591687381180236e-06, + "I": 0.004250966943800449, + "C": 8.442695980193093e-05, + "R": 1.2453619092411827e-05, + "M": 8.473614434478804e-05, + "O": 4.075580000062473e-05, + "W": 4.56525822301046e-06, + "N": 0.0002032210468314588, + "Y": 0.0006334952195174992, + "U": 3.6948943034076365e-06, + "K": 1.2521834833023604e-05, + "L": 4.0560357774666045e-06, + "G": 0.00021897550323046744, + "F": 0.0011042917612940073, + "E": 0.0010919655906036496, + "T": 0.0006965291686356068, + "P": 0.5651652812957764, + "-": 0.426381379365921 + }, + "id": "tp_19717" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2464631, + "label": "P", + "classification": { + "B": 0.00034567303373478353, + "S": 4.035307574667968e-05, + "I": 0.010250245220959187, + "C": 0.0002960333658847958, + "R": 5.3180130635155365e-05, + "M": 0.001671080244705081, + "O": 0.00021244479285087436, + "W": 4.2290426790714264e-05, + "N": 0.0006597263272851706, + "Y": 0.002813819097355008, + "U": 3.7286521546775475e-05, + "K": 6.299092638073489e-05, + "L": 0.00012817932292819023, + "G": 0.0024683568626642227, + "F": 0.006266055162996054, + "E": 0.02201908454298973, + "T": 0.002219957998022437, + "P": 0.6858119964599609, + "-": 0.26460132002830505 + }, + "id": "tp_19718" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2464765, + "label": "-", + "classification": { + "B": 3.388742797483246e-08, + "S": 1.58685455886598e-08, + "I": 0.00010990805458277464, + "C": 9.574937394063454e-07, + "R": 4.588756397083671e-08, + "M": 2.0634082829928957e-05, + "O": 1.3519473895939882e-06, + "W": 3.091588141046486e-08, + "N": 1.037076458487718e-06, + "Y": 0.000186509161721915, + "U": 8.480951052547425e-09, + "K": 5.7443159562353685e-08, + "L": 4.2129929767042995e-08, + "G": 1.607161721040029e-05, + "F": 7.319862197618932e-05, + "E": 0.00012879759015049785, + "T": 8.336004975717515e-05, + "P": 0.1603042632341385, + "-": 0.839073657989502 + }, + "id": "tp_19719" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2464898, + "label": "P", + "classification": { + "B": 1.4539256881107576e-05, + "S": 7.191279109974857e-06, + "I": 0.02532505802810192, + "C": 0.00010855489381356165, + "R": 1.8786455257213674e-05, + "M": 0.00027772077010013163, + "O": 4.2159979784628376e-05, + "W": 6.55421854389715e-06, + "N": 0.001195911900140345, + "Y": 0.0017394410679116845, + "U": 4.435555183590623e-06, + "K": 9.830237104324624e-05, + "L": 5.450900516734691e-06, + "G": 0.0007511440198868513, + "F": 0.0023485992569476366, + "E": 0.010734613053500652, + "T": 0.0009234873577952385, + "P": 0.8082031607627869, + "-": 0.14819487929344177 + }, + "id": "tp_19720" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2465032, + "label": "P", + "classification": { + "B": 4.231735147186555e-05, + "S": 0.0002794826286844909, + "I": 0.15424640476703644, + "C": 0.00015190512931440026, + "R": 5.048982711741701e-05, + "M": 0.00046374311204999685, + "O": 0.0002586022310424596, + "W": 0.00011130641360068694, + "N": 0.07554822415113449, + "Y": 0.008533968590199947, + "U": 5.446560862765182e-06, + "K": 0.029089786112308502, + "L": 4.428123702382436e-06, + "G": 0.007421606220304966, + "F": 0.003987195435911417, + "E": 0.17709487676620483, + "T": 0.0036303969100117683, + "P": 0.5217130780220032, + "-": 0.01736673153936863 + }, + "id": "tp_19721" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2465132, + "label": "-", + "classification": { + "B": 1.9771837855842023e-07, + "S": 2.216831944679143e-07, + "I": 0.0004848022654186934, + "C": 1.1520884072524495e-05, + "R": 2.3639038317924133e-06, + "M": 3.183904482284561e-05, + "O": 1.30783246277133e-05, + "W": 8.570118552597705e-07, + "N": 1.6438534657936543e-05, + "Y": 0.0003331334737595171, + "U": 7.886839625825814e-07, + "K": 8.422688551945612e-06, + "L": 9.597803227734403e-07, + "G": 0.0001265772443730384, + "F": 0.001154682133346796, + "E": 0.00033593346597626805, + "T": 0.0003494326665531844, + "P": 0.24402767419815063, + "-": 0.753101110458374 + }, + "id": "tp_19722" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2465265, + "label": "P", + "classification": { + "B": 3.0216746381483972e-05, + "S": 6.879211287014186e-05, + "I": 0.03977646306157112, + "C": 0.00016099536151159555, + "R": 2.372798371652607e-05, + "M": 0.00033931201323866844, + "O": 0.00010163315891986713, + "W": 4.76898203487508e-05, + "N": 0.006656432989984751, + "Y": 0.0013323159655556083, + "U": 1.0142986866412684e-05, + "K": 0.0013370923697948456, + "L": 5.829373094456969e-06, + "G": 0.0005107739707455039, + "F": 0.002583095571026206, + "E": 0.037121254950761795, + "T": 0.0005771619034931064, + "P": 0.8657132387161255, + "-": 0.04360391944646835 + }, + "id": "tp_19723" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2465399, + "label": "-", + "classification": { + "B": 0.0001290395448449999, + "S": 0.00029748817905783653, + "I": 0.01585058681666851, + "C": 0.001430731499567628, + "R": 0.000763774267397821, + "M": 0.0025246867444366217, + "O": 0.0014653288526460528, + "W": 0.0004781455791089684, + "N": 0.004308938514441252, + "Y": 0.012656514532864094, + "U": 0.0003170192940160632, + "K": 0.008681492879986763, + "L": 0.00019728818733710796, + "G": 0.005116159096360207, + "F": 0.034674204885959625, + "E": 0.02114459127187729, + "T": 0.007220753468573093, + "P": 0.4042206406593323, + "-": 0.4785226285457611 + }, + "id": "tp_19724" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2465532, + "label": "-", + "classification": { + "B": 0.004690890666097403, + "S": 7.001323683653027e-05, + "I": 0.01220664381980896, + "C": 0.0008607542840763927, + "R": 0.0001461121573811397, + "M": 0.006241816561669111, + "O": 0.0011931213084608316, + "W": 9.810282790567726e-05, + "N": 0.00025989938876591623, + "Y": 0.008170473389327526, + "U": 1.876823080237955e-05, + "K": 2.330707502551377e-06, + "L": 0.0012911690864712, + "G": 0.009429913945496082, + "F": 0.0028507353272289038, + "E": 0.012709571979939938, + "T": 0.0031927330419421196, + "P": 0.36445391178131104, + "-": 0.5721130967140198 + }, + "id": "tp_19725" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2465632, + "label": "-", + "classification": { + "B": 7.513507625844795e-06, + "S": 4.503852323978208e-06, + "I": 0.0042182812467217445, + "C": 0.0006639154744334519, + "R": 0.0001016991154756397, + "M": 0.00020688607764896005, + "O": 8.169026114046574e-05, + "W": 1.038018581311917e-05, + "N": 0.00014541143900714815, + "Y": 0.0037228185683488846, + "U": 2.1004138034186326e-05, + "K": 3.6708628613268957e-05, + "L": 1.8815064322552644e-05, + "G": 0.000986473634839058, + "F": 0.002758653601631522, + "E": 0.0010415944270789623, + "T": 0.0024362890981137753, + "P": 0.2962475121021271, + "-": 0.6872898936271667 + }, + "id": "tp_19726" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2465766, + "label": "-", + "classification": { + "B": 3.529328978402191e-06, + "S": 4.277984317013761e-06, + "I": 0.0035388520918786526, + "C": 0.00015020619321148843, + "R": 5.054641223978251e-05, + "M": 0.0003512543626129627, + "O": 0.00010231057240162045, + "W": 1.677490035945084e-05, + "N": 0.000279972271528095, + "Y": 0.008468491956591606, + "U": 1.1778687621699646e-05, + "K": 0.0011812620796263218, + "L": 5.792403499071952e-06, + "G": 0.000902533414773643, + "F": 0.007392989005893469, + "E": 0.005230521317571402, + "T": 0.0024099538568407297, + "P": 0.1525048017501831, + "-": 0.8173941373825073 + }, + "id": "tp_19727" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2465899, + "label": "-", + "classification": { + "B": 8.470529792248271e-06, + "S": 7.240061222546501e-06, + "I": 0.012754254043102264, + "C": 0.0008376649348065257, + "R": 0.00019505420641507953, + "M": 0.0008078790851868689, + "O": 0.00017031014431267977, + "W": 1.778728619683534e-05, + "N": 0.00030178047018125653, + "Y": 0.03157884627580643, + "U": 1.2004197742498945e-05, + "K": 0.00015377144154626876, + "L": 1.751327363308519e-05, + "G": 0.0015082060126587749, + "F": 0.0020648250356316566, + "E": 0.0019085585372522473, + "T": 0.00768899405375123, + "P": 0.1066371500492096, + "-": 0.8333296775817871 + }, + "id": "tp_19728" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2466033, + "label": "-", + "classification": { + "B": 6.878784915897995e-06, + "S": 1.4746541637578048e-05, + "I": 0.008833339437842369, + "C": 0.0003530063549987972, + "R": 5.775211320724338e-05, + "M": 0.0004009116382803768, + "O": 0.00013747758930549026, + "W": 4.939545760862529e-05, + "N": 0.0010431008413434029, + "Y": 0.026093844324350357, + "U": 1.3760436559095979e-05, + "K": 0.014516555704176426, + "L": 4.203858225082513e-06, + "G": 0.0026048177387565374, + "F": 0.015679894015192986, + "E": 0.018611321225762367, + "T": 0.003790520830079913, + "P": 0.24769604206085205, + "-": 0.6600923538208008 + }, + "id": "tp_19729" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2466133, + "label": "P", + "classification": { + "B": 3.492554583317542e-07, + "S": 1.178124122702684e-07, + "I": 0.0016243073623627424, + "C": 8.048295967455488e-06, + "R": 1.0391066780357505e-06, + "M": 3.4662545658648014e-05, + "O": 4.014972546428908e-06, + "W": 1.7693868414880853e-07, + "N": 2.368004061281681e-05, + "Y": 0.00018563709454610944, + "U": 1.8845086913188425e-07, + "K": 4.0437296888740093e-07, + "L": 5.517305794455751e-07, + "G": 4.625347719411366e-05, + "F": 0.0002944164734799415, + "E": 0.0003628125414252281, + "T": 0.00013578755897469819, + "P": 0.7624027132987976, + "-": 0.23487485945224762 + }, + "id": "tp_19730" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2466266, + "label": "P", + "classification": { + "B": 1.5579982459712483e-07, + "S": 5.62298339445988e-07, + "I": 0.003264554077759385, + "C": 4.304728008719394e-06, + "R": 4.3774551272690587e-07, + "M": 7.088164693414001e-06, + "O": 2.6460736535227625e-06, + "W": 2.9230747600195173e-07, + "N": 0.00015692740271333605, + "Y": 4.047554102726281e-05, + "U": 1.0873043265746674e-07, + "K": 1.9194919786968967e-06, + "L": 1.1039120551004089e-07, + "G": 8.491015250911005e-06, + "F": 0.00015530962264165282, + "E": 0.0007163734408095479, + "T": 3.5658074921229854e-05, + "P": 0.9487660527229309, + "-": 0.04683841019868851 + }, + "id": "tp_19731" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2466400, + "label": "-", + "classification": { + "B": 9.183778360011274e-08, + "S": 2.63271271450094e-08, + "I": 0.0004666437453124672, + "C": 4.950185029883869e-05, + "R": 4.067318059242098e-06, + "M": 1.300144776905654e-05, + "O": 5.288371539791115e-06, + "W": 2.6472713443581597e-07, + "N": 7.3281644290545955e-06, + "Y": 0.0005137373809702694, + "U": 3.992814470166195e-07, + "K": 4.892889137408929e-06, + "L": 2.616888821194152e-07, + "G": 0.00020076242799405009, + "F": 0.0004324345209170133, + "E": 0.0002740589843597263, + "T": 0.00011654284026008099, + "P": 0.16012513637542725, + "-": 0.8377856016159058 + }, + "id": "tp_19732" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2466533, + "label": "-", + "classification": { + "B": 0.00021619975450448692, + "S": 0.00015517025894951075, + "I": 0.010565337724983692, + "C": 0.0016055229352787137, + "R": 0.0005823959363624454, + "M": 0.003865928156301379, + "O": 0.001126481918618083, + "W": 0.00024043992743827403, + "N": 0.0013527707196772099, + "Y": 0.016530534252524376, + "U": 0.00017409032443538308, + "K": 0.0006431438378058374, + "L": 0.00036203040508553386, + "G": 0.00517377071082592, + "F": 0.02937226928770542, + "E": 0.011253159493207932, + "T": 0.008587231859564781, + "P": 0.28568270802497864, + "-": 0.6225107908248901 + }, + "id": "tp_19733" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2466633, + "label": "P", + "classification": { + "B": 1.1039630408049561e-05, + "S": 5.329753093974432e-06, + "I": 0.027944982051849365, + "C": 0.00022925608209334314, + "R": 3.721528628375381e-05, + "M": 0.00043486786307767034, + "O": 5.328831321094185e-05, + "W": 9.995975233323406e-06, + "N": 0.0012904187897220254, + "Y": 0.010410485789179802, + "U": 1.1460005225671921e-05, + "K": 0.0005456181243062019, + "L": 6.062842658138834e-06, + "G": 0.0011531244963407516, + "F": 0.002828373806551099, + "E": 0.013503335416316986, + "T": 0.002218453213572502, + "P": 0.5946113467216492, + "-": 0.3446953296661377 + }, + "id": "tp_19734" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2466767, + "label": "P", + "classification": { + "B": 1.9965079900430283e-06, + "S": 4.862568857788574e-06, + "I": 0.034668561071157455, + "C": 0.0005119978450238705, + "R": 8.206751226680353e-05, + "M": 0.0004391563998069614, + "O": 8.207956852857023e-05, + "W": 9.854091331362724e-06, + "N": 0.0008957709651440382, + "Y": 0.006064246408641338, + "U": 5.490802777785575e-06, + "K": 6.983003549976274e-05, + "L": 9.780398613656871e-06, + "G": 0.0009796152589842677, + "F": 0.0024196577724069357, + "E": 0.0059113954193890095, + "T": 0.001892950152978301, + "P": 0.5602104663848877, + "-": 0.3857401907444 + }, + "id": "tp_19735" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2466900, + "label": "-", + "classification": { + "B": 1.5325822459999472e-06, + "S": 0.0004006384697277099, + "I": 8.689089270319528e-08, + "C": 1.620131115487311e-05, + "R": 1.7899588783620857e-05, + "M": 0.008025065995752811, + "O": 0.007183634210377932, + "W": 1.4024448319105431e-05, + "N": 3.2407483363527945e-09, + "Y": 0.0126444511115551, + "U": 2.1400292996021086e-11, + "K": 1.540143124145743e-09, + "L": 0.002195289358496666, + "G": 0.022315343841910362, + "F": 0.07038755714893341, + "E": 5.12018402787362e-07, + "T": 0.005577649921178818, + "P": 9.721708011056762e-06, + "-": 0.8712103962898254 + }, + "id": "tp_19736" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2467000, + "label": "-", + "classification": { + "B": 2.059077084184957e-12, + "S": 4.839443082382822e-12, + "I": 9.571982317879701e-09, + "C": 2.5858282182156245e-10, + "R": 4.9755539965889994e-11, + "M": 1.011301833386824e-06, + "O": 3.0567586239982347e-09, + "W": 1.3651152961941665e-13, + "N": 1.6801400765445451e-12, + "Y": 0.0001894903980428353, + "U": 1.6144486938182538e-14, + "K": 4.284236539749825e-13, + "L": 2.9321733929776883e-10, + "G": 6.382554602168966e-06, + "F": 2.3300970497075468e-05, + "E": 5.9256985984745825e-09, + "T": 4.939976133755408e-05, + "P": 3.873237074003555e-05, + "-": 0.9996916055679321 + }, + "id": "tp_19737" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2467134, + "label": "-", + "classification": { + "B": 1.8975966042944492e-07, + "S": 1.961120688065421e-06, + "I": 1.9848897863994353e-05, + "C": 2.344327913306188e-05, + "R": 2.2055037334212102e-05, + "M": 0.001280519412830472, + "O": 0.00025783339515328407, + "W": 1.595797698428214e-06, + "N": 2.481036744939047e-07, + "Y": 0.015436389483511448, + "U": 4.464394720571363e-08, + "K": 1.9799827555289085e-08, + "L": 5.071398481959477e-05, + "G": 0.0008378732018172741, + "F": 0.0007655159570276737, + "E": 1.222008222612203e-06, + "T": 0.011534741148352623, + "P": 0.0005824754480272532, + "-": 0.9691833853721619 + }, + "id": "tp_19738" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2467267, + "label": "-", + "classification": { + "B": 1.1676848377106808e-09, + "S": 3.5206596749048913e-07, + "I": 8.640197535214611e-08, + "C": 5.280838308863167e-07, + "R": 1.6918265544063615e-07, + "M": 0.00010583108087303117, + "O": 2.2833835828350857e-05, + "W": 9.689416202718348e-08, + "N": 5.047187112694473e-09, + "Y": 0.0023575471714138985, + "U": 1.652235848137451e-10, + "K": 5.434557124317507e-07, + "L": 7.833505151211284e-07, + "G": 0.0002714554138947278, + "F": 0.011855075135827065, + "E": 8.586136459598492e-07, + "T": 0.0006441132281906903, + "P": 0.00013409557868726552, + "-": 0.9846055507659912 + }, + "id": "tp_19739" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2467401, + "label": "-", + "classification": { + "B": 2.1527850613267674e-09, + "S": 1.4436793094319e-07, + "I": 1.8698317205689818e-07, + "C": 6.6226116359757725e-06, + "R": 8.315481068166264e-07, + "M": 0.0003787134191952646, + "O": 1.0215919246547855e-05, + "W": 2.350304484366461e-08, + "N": 5.944881031894056e-09, + "Y": 0.018721928820014, + "U": 1.1703679692054436e-10, + "K": 1.0458181520789367e-07, + "L": 2.6748637083073845e-06, + "G": 0.001355001237243414, + "F": 0.018650317564606667, + "E": 6.091024715715321e-06, + "T": 0.0024949682410806417, + "P": 0.00016816455172374845, + "-": 0.9582039713859558 + }, + "id": "tp_19740" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2467501, + "label": "-", + "classification": { + "B": 1.78494730107559e-07, + "S": 5.04747561080876e-07, + "I": 1.4514080248773098e-05, + "C": 7.036354077172291e-07, + "R": 1.2763014467509493e-07, + "M": 0.0007775899721309543, + "O": 5.197907285037218e-06, + "W": 7.087798081784058e-08, + "N": 2.1657265847352392e-07, + "Y": 0.01446906290948391, + "U": 4.502751060897481e-09, + "K": 3.937181190849515e-06, + "L": 7.539646276200074e-07, + "G": 0.001984367612749338, + "F": 0.00726661179214716, + "E": 0.00015382580750156194, + "T": 0.0032598746474832296, + "P": 0.003037148155272007, + "-": 0.9690253138542175 + }, + "id": "tp_19741" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2467634, + "label": "-", + "classification": { + "B": 3.026779174519767e-11, + "S": 7.438927807079665e-10, + "I": 1.1692568335774922e-07, + "C": 2.0926126609310813e-08, + "R": 3.1939630940058805e-09, + "M": 2.1282937723299256e-07, + "O": 5.300117322803999e-08, + "W": 5.231324262666703e-10, + "N": 3.5027007960763967e-09, + "Y": 0.00011260950850555673, + "U": 8.752581298621109e-11, + "K": 2.1866415522708849e-07, + "L": 4.819800114574946e-10, + "G": 2.2519161575473845e-06, + "F": 0.002522963797673583, + "E": 7.991243364813272e-07, + "T": 9.730213605507743e-06, + "P": 0.0031147953122854233, + "-": 0.9942362904548645 + }, + "id": "tp_19742" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2467768, + "label": "-", + "classification": { + "B": 2.4828807454468915e-07, + "S": 4.173496677140065e-07, + "I": 4.470389285415877e-06, + "C": 2.942358605650952e-07, + "R": 1.3958813838144124e-07, + "M": 6.279326044023037e-05, + "O": 5.474076260725269e-06, + "W": 6.112710337902172e-08, + "N": 1.1224300777712415e-07, + "Y": 0.001223186613060534, + "U": 6.2125460331685645e-09, + "K": 7.828034398471573e-08, + "L": 5.840774406351557e-07, + "G": 0.00010430881957290694, + "F": 0.0026321362238377333, + "E": 6.218921953404788e-06, + "T": 0.0009242479573003948, + "P": 0.010205303318798542, + "-": 0.9848299026489258 + }, + "id": "tp_19743" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2467901, + "label": "-", + "classification": { + "B": 8.062288543442264e-05, + "S": 2.6652256565284915e-05, + "I": 2.1838699467480183e-05, + "C": 0.00012075131962774321, + "R": 4.2476120142964646e-05, + "M": 0.002120975637808442, + "O": 0.0009680381626822054, + "W": 1.9414259440964088e-05, + "N": 9.916188901115675e-07, + "Y": 0.00468432204797864, + "U": 5.217277703195577e-07, + "K": 3.10710049689078e-07, + "L": 0.00039925271994434297, + "G": 0.0021388554014265537, + "F": 0.00520908460021019, + "E": 3.314457353553735e-05, + "T": 0.002259580185636878, + "P": 0.004046675283461809, + "-": 0.9778265953063965 + }, + "id": "tp_19744" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2468001, + "label": "-", + "classification": { + "B": 1.3887776049159584e-06, + "S": 5.018166575609939e-07, + "I": 3.8613097785855643e-07, + "C": 1.0421664597970448e-07, + "R": 9.573513182203897e-08, + "M": 0.00011868416186189279, + "O": 1.1822264241345692e-05, + "W": 9.912834286751604e-08, + "N": 6.5275069793813145e-09, + "Y": 0.0007638453389517963, + "U": 4.862556468587798e-10, + "K": 4.721203428204035e-09, + "L": 1.2323417877269094e-06, + "G": 0.00010382643813500181, + "F": 0.0016762844752520323, + "E": 5.337752213563363e-07, + "T": 0.00039592376560904086, + "P": 0.0005886646686121821, + "-": 0.9963366985321045 + }, + "id": "tp_19745" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2468135, + "label": "-", + "classification": { + "B": 3.327690478727163e-08, + "S": 5.021951437811367e-06, + "I": 6.974380812607706e-05, + "C": 3.357852983754128e-05, + "R": 1.6004447388695553e-05, + "M": 0.002376323100179434, + "O": 0.0002989466884173453, + "W": 1.1266179171798285e-06, + "N": 1.3470278190652607e-06, + "Y": 0.1709311604499817, + "U": 4.1568544162373655e-09, + "K": 2.2754443307348993e-06, + "L": 1.276477451028768e-05, + "G": 0.00716613233089447, + "F": 0.013149779289960861, + "E": 2.6146344680455513e-05, + "T": 0.025225674733519554, + "P": 0.0005416868370957673, + "-": 0.7801422476768494 + }, + "id": "tp_19746" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2468268, + "label": "-", + "classification": { + "B": 7.710521665593717e-10, + "S": 2.5096534628232803e-08, + "I": 8.343819786205131e-07, + "C": 1.2652275671598545e-08, + "R": 8.541761076230614e-09, + "M": 6.663683598162606e-05, + "O": 1.1673276958390488e-06, + "W": 2.355393213804291e-09, + "N": 2.7690232329291575e-09, + "Y": 0.001815653289668262, + "U": 1.8963820097583906e-11, + "K": 2.0887298557425993e-09, + "L": 3.276246829386764e-08, + "G": 1.5999949027900584e-05, + "F": 0.0003394072118680924, + "E": 4.5280103222467005e-07, + "T": 0.0007413193234242499, + "P": 0.00024061722797341645, + "-": 0.9967778325080872 + }, + "id": "tp_19747" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2468402, + "label": "-", + "classification": { + "B": 3.167963807948482e-11, + "S": 2.8837050081165216e-07, + "I": 1.1196878493824336e-11, + "C": 1.0042079168215423e-08, + "R": 3.5332194947557127e-09, + "M": 0.00010399070743005723, + "O": 9.25852782529546e-06, + "W": 2.166485213450642e-09, + "N": 2.564528721760856e-13, + "Y": 0.0016001269686967134, + "U": 7.658374806612464e-16, + "K": 7.947870833691084e-11, + "L": 1.6097918660307187e-06, + "G": 0.0012285284465178847, + "F": 0.08277823776006699, + "E": 2.7124618107166043e-09, + "T": 0.0002985116152558476, + "P": 1.354799366026782e-07, + "-": 0.9139792919158936 + }, + "id": "tp_19748" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2468502, + "label": "-", + "classification": { + "B": 1.5701997426731396e-06, + "S": 2.4574276267230744e-06, + "I": 3.2208761240326567e-06, + "C": 2.7308630023981095e-07, + "R": 2.7646140665638086e-07, + "M": 6.63363462081179e-05, + "O": 3.739470412256196e-05, + "W": 5.20485798460868e-07, + "N": 1.1514485009911368e-07, + "Y": 0.0004387923690956086, + "U": 7.260519296892198e-09, + "K": 1.444301211961374e-08, + "L": 4.656702913052868e-06, + "G": 6.04423948971089e-05, + "F": 0.004414214752614498, + "E": 4.470907697395887e-06, + "T": 0.0003562510246410966, + "P": 0.006078762002289295, + "-": 0.9885303378105164 + }, + "id": "tp_19749" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2468635, + "label": "-", + "classification": { + "B": 8.299150429380564e-12, + "S": 6.210710279397347e-10, + "I": 4.437515599420294e-08, + "C": 1.572836936247768e-07, + "R": 1.9674837758998365e-08, + "M": 3.896738292041846e-07, + "O": 5.180327988796307e-08, + "W": 3.4183725294845146e-10, + "N": 7.960819781160922e-10, + "Y": 0.0006120397592894733, + "U": 1.2763971303508814e-11, + "K": 1.2172570507118508e-07, + "L": 1.7385376471779068e-09, + "G": 2.0407200281624682e-05, + "F": 0.011954221874475479, + "E": 6.065611160011031e-07, + "T": 1.9488294128677808e-05, + "P": 0.00043519152677617967, + "-": 0.986957311630249 + }, + "id": "tp_19750" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2468769, + "label": "-", + "classification": { + "B": 3.177411445065559e-09, + "S": 5.0534464435259e-07, + "I": 6.359648978104815e-06, + "C": 4.6153494622558355e-05, + "R": 7.1069589466787875e-06, + "M": 8.957050886237994e-05, + "O": 2.753205808403436e-05, + "W": 5.046728119850741e-07, + "N": 3.268091006702889e-07, + "Y": 0.026958195492625237, + "U": 2.2696848844816486e-09, + "K": 5.5085991334635764e-05, + "L": 7.029208859421487e-07, + "G": 0.0017234503757208586, + "F": 0.022868527099490166, + "E": 2.7816615329356864e-05, + "T": 0.0029879212379455566, + "P": 0.0005616231937892735, + "-": 0.944638729095459 + }, + "id": "tp_19751" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2468902, + "label": "-", + "classification": { + "B": 6.378762918757275e-06, + "S": 6.527500227093697e-05, + "I": 0.029646847397089005, + "C": 0.00016961802612058818, + "R": 9.936073183780536e-05, + "M": 0.002074804389849305, + "O": 0.00047706166515126824, + "W": 3.919738082913682e-05, + "N": 0.0009063410107046366, + "Y": 0.30644282698631287, + "U": 1.530829990770144e-06, + "K": 0.0005310258129611611, + "L": 1.0612244295771234e-05, + "G": 0.0067074839025735855, + "F": 0.004697945434600115, + "E": 0.0021925067994743586, + "T": 0.06207435950636864, + "P": 0.0342925526201725, + "-": 0.5495643019676208 + }, + "id": "tp_19752" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2469002, + "label": "-", + "classification": { + "B": 6.553142952725466e-07, + "S": 7.292496775335167e-07, + "I": 4.474921752262162e-06, + "C": 3.2498499535904557e-07, + "R": 2.1650321002653072e-07, + "M": 0.00010883574577746913, + "O": 2.819732799252961e-05, + "W": 1.743706690149338e-07, + "N": 5.866202101856288e-08, + "Y": 0.0005468978779390454, + "U": 2.9451510119571367e-09, + "K": 1.592075804524029e-08, + "L": 2.5243436994060175e-06, + "G": 0.00014794534945394844, + "F": 0.0030249704141169786, + "E": 9.091689207707532e-06, + "T": 0.00019606882415246218, + "P": 0.004512306302785873, + "-": 0.9914165139198303 + }, + "id": "tp_19753" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2469136, + "label": "-", + "classification": { + "B": 8.00032239567372e-07, + "S": 1.4522144738293719e-05, + "I": 0.0003777487145271152, + "C": 8.375316247111186e-05, + "R": 4.1640483686933294e-05, + "M": 0.002376290038228035, + "O": 0.0005868594162166119, + "W": 1.0763491445686668e-05, + "N": 2.566825241956394e-05, + "Y": 0.15813247859477997, + "U": 3.569813031845115e-07, + "K": 0.0005845957202836871, + "L": 1.3692841093870811e-05, + "G": 0.008469166234135628, + "F": 0.010064507834613323, + "E": 0.00018861074931919575, + "T": 0.02595672570168972, + "P": 0.003415011567994952, + "-": 0.7896567583084106 + }, + "id": "tp_19754" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2469269, + "label": "-", + "classification": { + "B": 1.7069845537065476e-10, + "S": 6.605285762795177e-10, + "I": 9.203772188826065e-10, + "C": 5.019212268031481e-10, + "R": 3.706685791637909e-10, + "M": 5.287256499286741e-07, + "O": 1.5450241619419103e-07, + "W": 1.8857082562107053e-10, + "N": 2.203151073035259e-12, + "Y": 5.727722509618616e-06, + "U": 6.101600480293637e-14, + "K": 4.0014833894291835e-13, + "L": 3.90345533674008e-09, + "G": 4.2839562297558587e-07, + "F": 4.792814434040338e-05, + "E": 6.894425030878892e-10, + "T": 1.9759606857405743e-06, + "P": 5.314544978318736e-05, + "-": 0.9998900890350342 + }, + "id": "tp_19755" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2469403, + "label": "-", + "classification": { + "B": 7.878159791196993e-10, + "S": 9.881657270227606e-09, + "I": 2.6826646717381664e-06, + "C": 4.350117137619236e-07, + "R": 7.462399054247726e-08, + "M": 5.356768269848544e-06, + "O": 1.1564015949261375e-06, + "W": 1.233339119721677e-08, + "N": 4.4975774216027276e-08, + "Y": 0.0011898459633812308, + "U": 6.973461808001957e-10, + "K": 9.956852409231942e-07, + "L": 1.8376278276832636e-08, + "G": 3.100411777268164e-05, + "F": 0.0007619393873028457, + "E": 5.41454937774688e-06, + "T": 0.0001566244609421119, + "P": 0.0022433397825807333, + "-": 0.9956009387969971 + }, + "id": "tp_19756" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2469503, + "label": "-", + "classification": { + "B": 1.972973562303082e-09, + "S": 8.44917948938928e-08, + "I": 3.4517734093242325e-07, + "C": 4.248473572943112e-08, + "R": 8.202810164448238e-08, + "M": 2.180944284191355e-05, + "O": 3.2364544040319743e-06, + "W": 1.9932485884055495e-08, + "N": 7.410744906621858e-09, + "Y": 0.0006254594773054123, + "U": 3.735292075646157e-10, + "K": 2.5223229727089347e-08, + "L": 1.731586962705478e-07, + "G": 9.481629604124464e-06, + "F": 0.0021521011367440224, + "E": 2.0925882893152448e-07, + "T": 0.00045170416706241667, + "P": 0.0009471683879382908, + "-": 0.995788037776947 + }, + "id": "tp_19757" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2469636, + "label": "Y", + "classification": { + "B": 2.239895593447727e-06, + "S": 1.853097273851745e-05, + "I": 0.0003565143852028996, + "C": 0.0004103997489437461, + "R": 0.0001738453865982592, + "M": 0.007588350214064121, + "O": 0.0010694668162614107, + "W": 6.849173587397672e-06, + "N": 4.618701950676041e-06, + "Y": 0.5272935628890991, + "U": 2.7442387917631095e-08, + "K": 5.374839929572772e-06, + "L": 0.00018148659728467464, + "G": 0.11387757211923599, + "F": 0.012212948873639107, + "E": 0.00016575903282500803, + "T": 0.03487870469689369, + "P": 0.0002867513685487211, + "-": 0.30146700143814087 + }, + "id": "tp_19758" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2469770, + "label": "-", + "classification": { + "B": 1.8173151872247217e-08, + "S": 2.3455584141629515e-08, + "I": 6.959117854421493e-06, + "C": 1.2050824125253712e-06, + "R": 2.4072451765277947e-07, + "M": 8.71326556080021e-05, + "O": 1.7418662991985912e-06, + "W": 9.519794730294961e-09, + "N": 3.656779412608557e-08, + "Y": 0.0012915622210130095, + "U": 3.236217516189299e-09, + "K": 5.022668059240232e-09, + "L": 4.6284276322694495e-07, + "G": 8.418392826570198e-05, + "F": 0.0005017067887820303, + "E": 5.907579634367721e-06, + "T": 0.0008269604877568781, + "P": 0.006314936559647322, + "-": 0.9908769726753235 + }, + "id": "tp_19759" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2469903, + "label": "-", + "classification": { + "B": 5.953594239826998e-08, + "S": 2.0696988940471783e-06, + "I": 9.644588317314629e-06, + "C": 2.507806129870005e-06, + "R": 1.94878543879895e-06, + "M": 0.001953545492142439, + "O": 0.00028035868308506906, + "W": 3.6988095075685123e-07, + "N": 3.1119707699645005e-08, + "Y": 0.1662234216928482, + "U": 6.133650531925383e-11, + "K": 5.640045652732795e-10, + "L": 1.301125121244695e-05, + "G": 0.0016579374205321074, + "F": 0.00024053458764683455, + "E": 2.437793114040687e-07, + "T": 0.06932531297206879, + "P": 2.0425208276719786e-05, + "-": 0.7602686285972595 + }, + "id": "tp_19760" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2470003, + "label": "-", + "classification": { + "B": 3.2068755984049346e-10, + "S": 2.1015565676574255e-10, + "I": 4.3491126255901236e-09, + "C": 3.7020550514021977e-10, + "R": 1.561818729900466e-10, + "M": 2.60484654290849e-07, + "O": 1.610604982715813e-08, + "W": 2.1778403733185847e-11, + "N": 2.4148004776347598e-11, + "Y": 2.0870636944891885e-05, + "U": 5.555315322341992e-13, + "K": 2.379567376475933e-11, + "L": 4.687921162371822e-10, + "G": 1.4734763453816413e-06, + "F": 6.651595322182402e-05, + "E": 4.355465321737029e-08, + "T": 1.3115592082613148e-05, + "P": 0.0005270219407975674, + "-": 0.9993707537651062 + }, + "id": "tp_19761" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2470137, + "label": "-", + "classification": { + "B": 1.97569952433696e-05, + "S": 0.004378100857138634, + "I": 0.0009095228160731494, + "C": 0.001054810476489365, + "R": 0.00037893877015449107, + "M": 0.034129850566387177, + "O": 0.006193744484335184, + "W": 0.0004591574252117425, + "N": 0.00028796211699955165, + "Y": 0.18246212601661682, + "U": 1.0652505579855642e-06, + "K": 0.010870448313653469, + "L": 0.0005983706214465201, + "G": 0.10674642771482468, + "F": 0.21960662305355072, + "E": 0.008716419339179993, + "T": 0.16296862065792084, + "P": 0.002203762298449874, + "-": 0.2580142617225647 + }, + "id": "tp_19762" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2470270, + "label": "-", + "classification": { + "B": 6.791269697714597e-07, + "S": 7.142047979868948e-05, + "I": 0.00013957898772787303, + "C": 0.00010333461250411347, + "R": 4.813142368220724e-05, + "M": 0.0024313388857990503, + "O": 0.0005181771120987833, + "W": 1.1975820598308928e-05, + "N": 5.03903038406861e-06, + "Y": 0.10508409142494202, + "U": 5.631290633800745e-08, + "K": 5.7176232076017186e-05, + "L": 3.22283485729713e-05, + "G": 0.008376212790608406, + "F": 0.04715882986783981, + "E": 7.395210559479892e-05, + "T": 0.027051815763115883, + "P": 0.0011102003045380116, + "-": 0.807725727558136 + }, + "id": "tp_19763" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2470404, + "label": "Y", + "classification": { + "B": 8.503620847477578e-06, + "S": 4.4118667574366555e-05, + "I": 0.0006233718013390899, + "C": 0.0015951789682731032, + "R": 0.0009183990187011659, + "M": 0.006774220149964094, + "O": 0.0015828375471755862, + "W": 3.705660128616728e-05, + "N": 2.020753345277626e-05, + "Y": 0.5406172275543213, + "U": 1.8468053895048797e-06, + "K": 5.9850222896784544e-05, + "L": 0.0003553684800863266, + "G": 0.021042848005890846, + "F": 0.0043231043964624405, + "E": 0.00013018111349083483, + "T": 0.06404800713062286, + "P": 0.0008008520235307515, + "-": 0.3570167124271393 + }, + "id": "tp_19764" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2470504, + "label": "-", + "classification": { + "B": 7.049216210752718e-10, + "S": 3.1169770409178454e-07, + "I": 1.3689466413779883e-06, + "C": 1.671547124715289e-06, + "R": 7.975915536917455e-07, + "M": 0.0008008538279682398, + "O": 3.554258728399873e-05, + "W": 4.2079189910282366e-08, + "N": 1.386661363511621e-08, + "Y": 0.3054647147655487, + "U": 8.744549355454989e-12, + "K": 1.8449364347361552e-07, + "L": 9.918844625644851e-07, + "G": 0.006170144770294428, + "F": 0.009877697564661503, + "E": 2.1749374354840256e-06, + "T": 0.022327130660414696, + "P": 1.1351516150170937e-05, + "-": 0.655305027961731 + }, + "id": "tp_19765" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2470637, + "label": "-", + "classification": { + "B": 2.77269596171692e-10, + "S": 4.933675086249423e-07, + "I": 1.6491908638727182e-07, + "C": 1.928346819113358e-06, + "R": 1.0230448879156029e-06, + "M": 0.00012904311006423086, + "O": 2.0618032067432068e-05, + "W": 9.145906432195261e-08, + "N": 3.951281968284093e-09, + "Y": 0.003949425648897886, + "U": 5.151531631830686e-11, + "K": 1.0047688192571513e-07, + "L": 1.5574672715956694e-06, + "G": 0.00022986112162470818, + "F": 0.012800801545381546, + "E": 1.42431588301406e-07, + "T": 0.0020306098740547895, + "P": 3.904135519405827e-05, + "-": 0.9807950854301453 + }, + "id": "tp_19766" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2470771, + "label": "Y", + "classification": { + "B": 8.701833004165493e-11, + "S": 4.294935962434465e-08, + "I": 2.3572349164169282e-05, + "C": 3.8126327126519755e-06, + "R": 1.6389579968745238e-06, + "M": 5.2189028792781755e-05, + "O": 5.68351515539689e-06, + "W": 2.4256555875012964e-08, + "N": 6.386778039768615e-08, + "Y": 0.8665224313735962, + "U": 1.4480251199489036e-11, + "K": 1.040949882735731e-06, + "L": 6.354626691518206e-08, + "G": 0.0029222506564110518, + "F": 0.0013627136358991265, + "E": 1.6696426428097766e-06, + "T": 0.01222789753228426, + "P": 5.6543540267739445e-06, + "-": 0.11686929315328598 + }, + "id": "tp_19767" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2470904, + "label": "-", + "classification": { + "B": 1.4404753301278106e-06, + "S": 7.322407327592373e-06, + "I": 0.0004951560986228287, + "C": 0.00014502080739475787, + "R": 7.87372628110461e-05, + "M": 0.006830668542534113, + "O": 0.00043841174920089543, + "W": 2.929305082943756e-06, + "N": 4.563236416288419e-06, + "Y": 0.2736879587173462, + "U": 2.837899160113011e-08, + "K": 5.267619940241275e-07, + "L": 4.7741265007061884e-05, + "G": 0.007001775316894054, + "F": 0.001526656560599804, + "E": 8.793926826911047e-05, + "T": 0.06511510908603668, + "P": 0.0008246771758422256, + "-": 0.6437034010887146 + }, + "id": "tp_19768" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2471004, + "label": "-", + "classification": { + "B": 2.4362370254493726e-07, + "S": 1.5746826420581783e-06, + "I": 0.002300495747476816, + "C": 0.0005685181240551174, + "R": 0.0001530215231468901, + "M": 0.000407957355491817, + "O": 7.718724373262376e-05, + "W": 2.3339403014688287e-06, + "N": 3.92210713471286e-05, + "Y": 0.1061813235282898, + "U": 3.9173445998130774e-07, + "K": 7.043625373626128e-05, + "L": 2.8936233320564497e-06, + "G": 0.0024139955639839172, + "F": 0.005750246811658144, + "E": 0.000526316580362618, + "T": 0.005996158812195063, + "P": 0.015535300597548485, + "-": 0.8599724173545837 + }, + "id": "tp_19769" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2471138, + "label": "-", + "classification": { + "B": 8.048648965086613e-07, + "S": 8.420565427513793e-05, + "I": 2.756295543804299e-06, + "C": 7.725214527454227e-05, + "R": 6.755063077434897e-05, + "M": 0.004220461472868919, + "O": 0.0010018725879490376, + "W": 8.86554153112229e-06, + "N": 1.9711292509327905e-07, + "Y": 0.04729324206709862, + "U": 7.725449613360524e-09, + "K": 1.9728397546714405e-06, + "L": 0.00038650393253192306, + "G": 0.015279524028301239, + "F": 0.15673121809959412, + "E": 9.961210707842838e-06, + "T": 0.012482231482863426, + "P": 0.0001322509051533416, + "-": 0.7622191309928894 + }, + "id": "tp_19770" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2471271, + "label": "-", + "classification": { + "B": 2.1364030544646084e-06, + "S": 5.710197365260683e-05, + "I": 2.46957552008098e-05, + "C": 0.000273679121164605, + "R": 9.487023635301739e-05, + "M": 0.02325456403195858, + "O": 0.0022312926594167948, + "W": 1.1553515832929406e-05, + "N": 9.09074174160196e-07, + "Y": 0.022343507036566734, + "U": 8.883453972430289e-08, + "K": 2.6385005185147747e-06, + "L": 0.0021815262734889984, + "G": 0.052357085049152374, + "F": 0.029162457212805748, + "E": 0.0002961415739264339, + "T": 0.007457757368683815, + "P": 0.0014387822011485696, + "-": 0.8588092923164368 + }, + "id": "tp_19771" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2471405, + "label": "-", + "classification": { + "B": 2.975297945795319e-07, + "S": 1.212757433677325e-05, + "I": 2.8697577363345772e-05, + "C": 0.00011146005272166803, + "R": 6.0801055951742455e-05, + "M": 0.00310772517696023, + "O": 0.0003156331949867308, + "W": 3.887540970026748e-06, + "N": 8.506160611432279e-07, + "Y": 0.12700709700584412, + "U": 4.180690282851174e-08, + "K": 1.1729611287591979e-05, + "L": 8.306612289743498e-05, + "G": 0.015049856156110764, + "F": 0.02432061918079853, + "E": 7.949351129354909e-05, + "T": 0.02540823072195053, + "P": 0.0008823019452393055, + "-": 0.8035160303115845 + }, + "id": "tp_19772" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2471505, + "label": "Y", + "classification": { + "B": 6.547011630747557e-12, + "S": 7.170210210460937e-06, + "I": 2.3994735087740082e-08, + "C": 7.31784481899922e-08, + "R": 1.6084618081890767e-08, + "M": 9.291644528275356e-05, + "O": 5.0266356993233785e-05, + "W": 6.608739511193562e-08, + "N": 1.587740161568263e-09, + "Y": 0.70701003074646, + "U": 8.211325431997478e-15, + "K": 2.128079586327658e-06, + "L": 8.234723480882167e-08, + "G": 0.015338575467467308, + "F": 0.0670875608921051, + "E": 1.5095504579676344e-07, + "T": 0.03696884959936142, + "P": 4.7136421699178754e-07, + "-": 0.17344161868095398 + }, + "id": "tp_19773" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2471638, + "label": "-", + "classification": { + "B": 1.4474477438852773e-07, + "S": 3.114460014330689e-06, + "I": 0.00028018717421218753, + "C": 2.8017688237014227e-05, + "R": 2.4236236640717834e-05, + "M": 0.00346946157515049, + "O": 0.00010566366108832881, + "W": 7.203855716397811e-07, + "N": 9.370069733449782e-07, + "Y": 0.11388556659221649, + "U": 1.0079726386891252e-08, + "K": 9.781963683508366e-08, + "L": 1.653682193136774e-05, + "G": 0.001841746736317873, + "F": 0.003708361880853772, + "E": 7.911092325230129e-06, + "T": 0.03653399646282196, + "P": 0.0004090309957973659, + "-": 0.8396843075752258 + }, + "id": "tp_19774" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2471772, + "label": "Y", + "classification": { + "B": 9.61041905611637e-07, + "S": 0.0005856939824298024, + "I": 0.0001340158050879836, + "C": 0.0036236518062651157, + "R": 0.0009674896718934178, + "M": 0.005900256801396608, + "O": 0.0031905490905046463, + "W": 0.00014596153050661087, + "N": 3.1929914257489145e-05, + "Y": 0.36589473485946655, + "U": 1.4561240391230967e-07, + "K": 0.0017203983152285218, + "L": 0.00015150719264056534, + "G": 0.08210115879774094, + "F": 0.19927652180194855, + "E": 0.0002705459191929549, + "T": 0.0763692781329155, + "P": 0.00040824947063811123, + "-": 0.2592269778251648 + }, + "id": "tp_19775" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2471905, + "label": "-", + "classification": { + "B": 2.8431716714294453e-07, + "S": 3.3311621336906683e-06, + "I": 4.391870788822416e-06, + "C": 3.7921499824733473e-06, + "R": 1.8577259197627427e-06, + "M": 0.0036540315486490726, + "O": 5.673259875038639e-05, + "W": 2.53919921533452e-07, + "N": 6.89806327613951e-08, + "Y": 0.008333638310432434, + "U": 2.368401474939219e-09, + "K": 5.1304020587394916e-08, + "L": 1.166620586445788e-05, + "G": 0.0009901378070935607, + "F": 0.007973367348313332, + "E": 5.9231506384094246e-06, + "T": 0.008445115759968758, + "P": 0.00026201907894574106, + "-": 0.9702532887458801 + }, + "id": "tp_19776" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2472005, + "label": "Y", + "classification": { + "B": 1.1464622957646498e-06, + "S": 0.0007498323102481663, + "I": 0.0019234407227486372, + "C": 5.162363959243521e-05, + "R": 3.062936957576312e-05, + "M": 0.0013067894615232944, + "O": 0.0012321894755586982, + "W": 7.044844824122265e-05, + "N": 0.0008910730830393732, + "Y": 0.8104872703552246, + "U": 3.5743454418479814e-08, + "K": 0.006208454724401236, + "L": 9.354668691230472e-06, + "G": 0.038422949612140656, + "F": 0.0115542346611619, + "E": 0.0011114751687273383, + "T": 0.11323001980781555, + "P": 0.000301371852401644, + "-": 0.012417731806635857 + }, + "id": "tp_19777" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2472139, + "label": "-", + "classification": { + "B": 3.850805438410099e-11, + "S": 1.361180324011002e-07, + "I": 4.903759531771357e-08, + "C": 1.337323141115121e-09, + "R": 6.585471057363179e-10, + "M": 9.098156624531839e-06, + "O": 1.4603965610149316e-06, + "W": 8.289106290249038e-09, + "N": 2.124705300587948e-09, + "Y": 0.0019236871739849448, + "U": 1.651610597418196e-12, + "K": 1.8632223941494885e-07, + "L": 6.106410488371239e-09, + "G": 1.2347253687039483e-05, + "F": 0.0058435010723769665, + "E": 2.394017997175979e-07, + "T": 0.000929696427192539, + "P": 0.00017541146371513605, + "-": 0.991104245185852 + }, + "id": "tp_19778" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2472272, + "label": "-", + "classification": { + "B": 1.494231491960818e-05, + "S": 0.00012707534187939018, + "I": 7.403414770124073e-07, + "C": 1.1160144453015164e-07, + "R": 1.6772575861523364e-07, + "M": 0.001654018764384091, + "O": 0.000591689778957516, + "W": 6.468193532782607e-06, + "N": 4.983115786671988e-08, + "Y": 0.0016656406223773956, + "U": 6.119063034049077e-10, + "K": 2.991858849554774e-08, + "L": 2.4567063519498333e-05, + "G": 0.00028132842271588743, + "F": 0.0059878090396523476, + "E": 2.056380481008091e-06, + "T": 0.0022660933900624514, + "P": 0.000303532462567091, + "-": 0.9870736598968506 + }, + "id": "tp_19779" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2472406, + "label": "Y", + "classification": { + "B": 4.299253760109423e-06, + "S": 3.907475183950737e-05, + "I": 0.0004413150600157678, + "C": 0.00024164572823792696, + "R": 8.033354242797941e-05, + "M": 0.008423741906881332, + "O": 0.0008433898910880089, + "W": 1.4231817658583168e-05, + "N": 2.2786905901739374e-05, + "Y": 0.5088295936584473, + "U": 2.1472050093507278e-07, + "K": 6.416566611733288e-05, + "L": 0.00012912284000776708, + "G": 0.08267319202423096, + "F": 0.01930062286555767, + "E": 0.0010095353936776519, + "T": 0.057737499475479126, + "P": 0.0008933605859056115, + "-": 0.3192518353462219 + }, + "id": "tp_19780" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2472506, + "label": "-", + "classification": { + "B": 4.025506768812193e-06, + "S": 2.0449060684768483e-05, + "I": 2.2989731860434404e-06, + "C": 2.002743167395238e-05, + "R": 2.3078180674929172e-05, + "M": 0.00045228839735500515, + "O": 0.0002179355506086722, + "W": 4.544034254649887e-06, + "N": 7.421479608638037e-08, + "Y": 0.00264782109297812, + "U": 1.3866994663658261e-08, + "K": 5.9058248069732144e-08, + "L": 0.00019084656378254294, + "G": 0.0018347210716456175, + "F": 0.047501906752586365, + "E": 4.552830887405435e-06, + "T": 0.001585703226737678, + "P": 0.0006754741771146655, + "-": 0.944814145565033 + }, + "id": "tp_19781" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2472639, + "label": "-", + "classification": { + "B": 3.0494881286813325e-08, + "S": 1.2884361240139697e-06, + "I": 5.982823040540097e-06, + "C": 4.742842520499835e-06, + "R": 2.6642412649380276e-06, + "M": 0.0001528415159555152, + "O": 3.461058804532513e-05, + "W": 6.707332431687973e-07, + "N": 4.4335214965940395e-07, + "Y": 0.009524800814688206, + "U": 2.4698806555534247e-08, + "K": 2.297215542057529e-05, + "L": 2.559516133260331e-06, + "G": 0.0007146731368266046, + "F": 0.019253434613347054, + "E": 1.648096258577425e-05, + "T": 0.0032122652046382427, + "P": 0.0019235984655097127, + "-": 0.9651259183883667 + }, + "id": "tp_19782" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2472773, + "label": "-", + "classification": { + "B": 3.782350077585761e-08, + "S": 1.1698500657075783e-07, + "I": 4.177579285169486e-06, + "C": 4.586883761703575e-09, + "R": 2.0985149173924356e-09, + "M": 5.190094270801637e-06, + "O": 1.139580945164198e-06, + "W": 1.017685402615598e-08, + "N": 1.2223486578477605e-07, + "Y": 0.0001361799513688311, + "U": 2.582314362342686e-10, + "K": 3.440231921558734e-08, + "L": 1.3862092806959936e-08, + "G": 1.8006147001869977e-05, + "F": 0.000952472968492657, + "E": 8.73740737006301e-06, + "T": 0.00012642711226362735, + "P": 0.06658725440502167, + "-": 0.9321600198745728 + }, + "id": "tp_19783" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2472906, + "label": "-", + "classification": { + "B": 1.3274606969204683e-09, + "S": 2.563450607340201e-06, + "I": 2.10456255445024e-06, + "C": 4.242809552579274e-07, + "R": 8.539902296433866e-07, + "M": 0.0010349294170737267, + "O": 0.00016002610209397972, + "W": 1.3358081218939333e-07, + "N": 1.0289041618705141e-08, + "Y": 0.24660131335258484, + "U": 4.344333053019067e-12, + "K": 3.2162330576568365e-09, + "L": 3.4223389775434043e-06, + "G": 0.001356503926217556, + "F": 0.0017698230221867561, + "E": 1.8670364454465016e-07, + "T": 0.02890150249004364, + "P": 1.2165455700596794e-05, + "-": 0.7201539278030396 + }, + "id": "tp_19784" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2473006, + "label": "-", + "classification": { + "B": 1.6687274895232918e-09, + "S": 2.6376651973691878e-08, + "I": 5.8039604482473806e-05, + "C": 1.7861486867332133e-06, + "R": 4.385774161619338e-07, + "M": 6.422992100851843e-06, + "O": 1.5891440625637188e-06, + "W": 3.550991678480386e-08, + "N": 8.236929147642513e-07, + "Y": 0.001941631780937314, + "U": 8.827121256160808e-09, + "K": 5.054339453636203e-07, + "L": 1.23229373372169e-08, + "G": 8.72605960466899e-06, + "F": 0.00010673701035557315, + "E": 2.714558604566264e-06, + "T": 0.0009331167675554752, + "P": 0.014084504917263985, + "-": 0.9828528761863708 + }, + "id": "tp_19785" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2473140, + "label": "-", + "classification": { + "B": 3.658803038320002e-08, + "S": 3.138412409953162e-07, + "I": 5.664423042617273e-06, + "C": 9.986830917796397e-08, + "R": 1.5296187427793484e-07, + "M": 0.0005902036209590733, + "O": 2.0486313587753102e-05, + "W": 3.3956581546590314e-08, + "N": 6.00496408154072e-09, + "Y": 0.01805879734456539, + "U": 2.3507949059586863e-11, + "K": 2.4487845778908834e-11, + "L": 1.1954844012507237e-06, + "G": 7.614303467562422e-05, + "F": 7.180801912909374e-05, + "E": 1.0894786584003668e-07, + "T": 0.012776436284184456, + "P": 6.70021036057733e-05, + "-": 0.9683314561843872 + }, + "id": "tp_19786" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2473273, + "label": "-", + "classification": { + "B": 2.4050575767042837e-11, + "S": 4.701156477993074e-11, + "I": 1.3154539679760546e-08, + "C": 9.717969762235157e-10, + "R": 1.874219529574006e-10, + "M": 1.411960693076253e-05, + "O": 5.457420115817513e-08, + "W": 4.674134343463088e-12, + "N": 6.416346620685687e-12, + "Y": 0.00042522585135884583, + "U": 6.409906242940688e-14, + "K": 1.0777907429385114e-12, + "L": 6.1115978944314975e-09, + "G": 1.2725941815006081e-05, + "F": 1.7466294593759812e-05, + "E": 5.865438357233188e-09, + "T": 0.0002193342661485076, + "P": 1.202800285682315e-05, + "-": 0.9992990493774414 + }, + "id": "tp_19787" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2473407, + "label": "-", + "classification": { + "B": 3.5607862969300186e-07, + "S": 4.825940777664073e-06, + "I": 1.0996917808370199e-05, + "C": 1.0255431561745354e-06, + "R": 3.925140390492743e-07, + "M": 0.00019293870718684047, + "O": 3.728975570993498e-05, + "W": 1.065084006768302e-06, + "N": 5.470502060234139e-07, + "Y": 0.024264516308903694, + "U": 4.47873249598274e-09, + "K": 4.845092462346656e-06, + "L": 7.301362643374887e-07, + "G": 0.000590107636526227, + "F": 0.005725497845560312, + "E": 9.162437891063746e-06, + "T": 0.006653554737567902, + "P": 0.0011300391051918268, + "-": 0.9613721966743469 + }, + "id": "tp_19788" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2473507, + "label": "-", + "classification": { + "B": 3.439648288416919e-10, + "S": 5.0622571023950513e-08, + "I": 4.602584535717824e-09, + "C": 6.035421620254056e-07, + "R": 6.095844184983434e-08, + "M": 4.166864073340548e-06, + "O": 1.5973839708749438e-06, + "W": 7.961613590623529e-09, + "N": 3.2173394504120267e-10, + "Y": 0.00036850720061920583, + "U": 2.7788722711807878e-11, + "K": 9.036320420818811e-07, + "L": 2.1543552009006817e-07, + "G": 0.0002685323706828058, + "F": 0.06121924892067909, + "E": 5.71575924368517e-07, + "T": 5.493804928846657e-05, + "P": 0.0001018163311528042, + "-": 0.9379788041114807 + }, + "id": "tp_19789" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2473640, + "label": "-", + "classification": { + "B": 6.3717100172444585e-12, + "S": 5.5629372636145646e-11, + "I": 1.5203026393351138e-08, + "C": 1.3998084635868935e-10, + "R": 6.368335719875162e-11, + "M": 6.063074124540435e-06, + "O": 3.699788209132748e-08, + "W": 4.285382812496685e-12, + "N": 7.422167047632655e-12, + "Y": 0.00035475229378789663, + "U": 6.795437015828451e-14, + "K": 5.148541640763449e-13, + "L": 2.528994791362038e-09, + "G": 3.0877149583830032e-06, + "F": 1.8758031728793867e-05, + "E": 1.779767222487294e-09, + "T": 0.0002715718001127243, + "P": 2.95590562018333e-05, + "-": 0.9993160963058472 + }, + "id": "tp_19790" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2473774, + "label": "-", + "classification": { + "B": 3.702318229770185e-09, + "S": 1.495577294008399e-06, + "I": 6.813909436687027e-08, + "C": 1.2466799148569407e-07, + "R": 3.54958338277811e-08, + "M": 0.00028630250017158687, + "O": 2.4098088033497334e-05, + "W": 3.139638238280895e-08, + "N": 2.907102780724813e-09, + "Y": 0.024889463558793068, + "U": 7.867481839618495e-12, + "K": 1.1360550189465357e-07, + "L": 2.7645528462016955e-06, + "G": 0.0056763612665236, + "F": 0.11086030304431915, + "E": 2.265208422613796e-06, + "T": 0.0044831782579422, + "P": 5.79354127694387e-05, + "-": 0.8537154197692871 + }, + "id": "tp_19791" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2473907, + "label": "-", + "classification": { + "B": 1.3186466141235087e-08, + "S": 1.0224399460412315e-07, + "I": 3.0139957743813284e-05, + "C": 1.6467811292386614e-06, + "R": 8.229820309679781e-07, + "M": 9.089707600651309e-05, + "O": 7.306965926545672e-06, + "W": 7.460062789732547e-08, + "N": 4.6161406430655916e-07, + "Y": 0.1476372331380844, + "U": 1.1552528933478357e-09, + "K": 1.3899496480007656e-05, + "L": 5.5278299271321885e-08, + "G": 0.0012266519479453564, + "F": 0.001545290113426745, + "E": 1.758220787451137e-05, + "T": 0.0060481661930680275, + "P": 0.0004061135114170611, + "-": 0.8429735898971558 + }, + "id": "tp_19792" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2474007, + "label": "Y", + "classification": { + "B": 5.866419572342352e-10, + "S": 3.682840178953484e-05, + "I": 2.3084403437678702e-06, + "C": 1.2811546184821054e-05, + "R": 2.82594464806607e-06, + "M": 0.0005108353216201067, + "O": 6.874849350424483e-05, + "W": 3.0675730045004457e-07, + "N": 8.437024945351368e-08, + "Y": 0.8298776149749756, + "U": 1.5381374288397226e-13, + "K": 6.212961579876719e-06, + "L": 8.415958632213005e-07, + "G": 0.04310356080532074, + "F": 0.06327030807733536, + "E": 6.122714239609195e-06, + "T": 0.04504211246967316, + "P": 5.788535872852663e-07, + "-": 0.01805797964334488 + }, + "id": "tp_19793" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2474141, + "label": "-", + "classification": { + "B": 7.340030805380593e-10, + "S": 5.258631219362542e-08, + "I": 2.289684886136456e-07, + "C": 5.629076760271801e-09, + "R": 4.374140605278853e-09, + "M": 2.775334542093333e-05, + "O": 3.415320179556147e-06, + "W": 5.225304633427186e-09, + "N": 1.6108391287517065e-09, + "Y": 0.001598347327671945, + "U": 5.068580104239384e-12, + "K": 2.8311633037958472e-09, + "L": 4.141742238061852e-08, + "G": 1.7144206140073948e-05, + "F": 0.000670942768920213, + "E": 1.0206156275671674e-07, + "T": 0.0005729114636778831, + "P": 0.00010762269812403247, + "-": 0.9970013499259949 + }, + "id": "tp_19794" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2474274, + "label": "-", + "classification": { + "B": 6.744279801296216e-08, + "S": 5.5407990657840855e-06, + "I": 1.3749883692071307e-05, + "C": 8.590850484324619e-07, + "R": 6.703616008962854e-07, + "M": 0.0009532326366752386, + "O": 0.00010641307017067447, + "W": 4.5055546138428326e-07, + "N": 2.7778440880865674e-07, + "Y": 0.01741279847919941, + "U": 2.417544386901227e-09, + "K": 3.63157056426644e-07, + "L": 5.630915438814554e-06, + "G": 0.001175068086013198, + "F": 0.0068151699379086494, + "E": 5.38661197424517e-06, + "T": 0.012324371375143528, + "P": 0.0007892770227044821, + "-": 0.9603907465934753 + }, + "id": "tp_19795" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2474408, + "label": "-", + "classification": { + "B": 8.307296411658172e-06, + "S": 0.009642575867474079, + "I": 9.135773143498227e-05, + "C": 4.4220578274689615e-05, + "R": 7.371646643150598e-05, + "M": 0.04527737945318222, + "O": 0.015205210074782372, + "W": 0.0001373464911011979, + "N": 8.519346920365933e-06, + "Y": 0.2431914359331131, + "U": 8.223289604814e-09, + "K": 4.6401324652833864e-05, + "L": 0.0015893379459157586, + "G": 0.10557816177606583, + "F": 0.11912324279546738, + "E": 0.0001396828592987731, + "T": 0.17026835680007935, + "P": 0.0001624745491426438, + "-": 0.2894122302532196 + }, + "id": "tp_19796" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2474508, + "label": "-", + "classification": { + "B": 2.015201289395918e-06, + "S": 6.212042080733227e-06, + "I": 0.0002026916336035356, + "C": 0.00018693602760322392, + "R": 5.0693353841779754e-05, + "M": 0.0005149698699824512, + "O": 0.00012405934103298932, + "W": 4.906262347503798e-06, + "N": 1.601531585038174e-05, + "Y": 0.007322762161493301, + "U": 5.13403620061581e-06, + "K": 1.2783436432073358e-05, + "L": 5.247219814918935e-05, + "G": 0.0011305102379992604, + "F": 0.015026436187326908, + "E": 0.00018667949188966304, + "T": 0.005026711151003838, + "P": 0.025174211710691452, + "-": 0.9449537992477417 + }, + "id": "tp_19797" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2474641, + "label": "Y", + "classification": { + "B": 3.1750019502396754e-08, + "S": 9.30099304241594e-06, + "I": 5.040446558268741e-05, + "C": 2.622696410981007e-05, + "R": 1.3403525372268632e-05, + "M": 0.001873726723715663, + "O": 0.00028296830714680254, + "W": 1.8467261497789877e-06, + "N": 1.6375884115404915e-06, + "Y": 0.531714677810669, + "U": 8.250319316616128e-10, + "K": 1.9860424799844623e-05, + "L": 5.632618012896273e-06, + "G": 0.016902239993214607, + "F": 0.01903713308274746, + "E": 4.708484630100429e-05, + "T": 0.040652573108673096, + "P": 0.00010227313032373786, + "-": 0.3892590403556824 + }, + "id": "tp_19798" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2474775, + "label": "-", + "classification": { + "B": 3.94022720229259e-07, + "S": 1.5179099136730656e-05, + "I": 1.5013291886134539e-05, + "C": 3.878788629663177e-05, + "R": 1.0307656339136884e-05, + "M": 0.0004385985084809363, + "O": 0.00010381582251284271, + "W": 4.166961389273638e-06, + "N": 1.6736920542825828e-06, + "Y": 0.015490375459194183, + "U": 1.1418165968279936e-07, + "K": 6.323503475869074e-05, + "L": 1.1447168617451098e-05, + "G": 0.0022989052813500166, + "F": 0.08536705374717712, + "E": 4.590209209709428e-05, + "T": 0.00503509771078825, + "P": 0.0021677424665540457, + "-": 0.8888921737670898 + }, + "id": "tp_19799" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2474908, + "label": "P", + "classification": { + "B": 1.186403096653521e-06, + "S": 3.6749743230757304e-06, + "I": 0.01632079854607582, + "C": 0.00013105386460665613, + "R": 3.27770940202754e-05, + "M": 0.00022784514294471592, + "O": 5.384244286688045e-05, + "W": 6.593030320800608e-06, + "N": 0.000740626419428736, + "Y": 0.004033720586448908, + "U": 2.8167198706796626e-06, + "K": 0.00046907138312235475, + "L": 2.5989754703914514e-06, + "G": 0.001154694939032197, + "F": 0.008571211248636246, + "E": 0.007131625898182392, + "T": 0.0012889096979051828, + "P": 0.531358540058136, + "-": 0.4284684360027313 + }, + "id": "tp_19800" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2475008, + "label": "-", + "classification": { + "B": 2.5151220484076475e-07, + "S": 7.840027365091373e-07, + "I": 0.001758015831001103, + "C": 1.2748840163112618e-05, + "R": 6.864581337140407e-06, + "M": 9.840295388130471e-05, + "O": 4.304416506784037e-05, + "W": 1.7258665820918395e-06, + "N": 4.266148243914358e-05, + "Y": 0.007482751738280058, + "U": 2.3116271563594637e-07, + "K": 7.608237865497358e-06, + "L": 8.089729135463131e-07, + "G": 0.00018394544895272702, + "F": 0.0009738121880218387, + "E": 0.0001849491527536884, + "T": 0.0035549018066376448, + "P": 0.0958176776766777, + "-": 0.8898288607597351 + }, + "id": "tp_19801" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2475142, + "label": "P", + "classification": { + "B": 7.231740255519981e-07, + "S": 1.3374306035984773e-06, + "I": 0.003059802809730172, + "C": 7.206593636510661e-06, + "R": 8.245865501521621e-07, + "M": 1.5141113181016408e-05, + "O": 3.41958980243362e-06, + "W": 2.3990694444364635e-06, + "N": 0.00038236044929362833, + "Y": 0.0001777799625415355, + "U": 7.839849445190339e-07, + "K": 0.0007500482024624944, + "L": 8.922902594576954e-08, + "G": 6.115010910434648e-05, + "F": 0.0013113217428326607, + "E": 0.01585092581808567, + "T": 5.166857590666041e-05, + "P": 0.918488621711731, + "-": 0.05983434617519379 + }, + "id": "tp_19802" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2475275, + "label": "P", + "classification": { + "B": 0.0009159061592072248, + "S": 0.0009554594289511442, + "I": 0.03945969417691231, + "C": 0.0038870053831487894, + "R": 0.001417662249878049, + "M": 0.006317456718534231, + "O": 0.003184310393407941, + "W": 0.0011059859534725547, + "N": 0.00871311780065298, + "Y": 0.021811923012137413, + "U": 0.0007805635686963797, + "K": 0.004819341469556093, + "L": 0.0007619544630870223, + "G": 0.01099158264696598, + "F": 0.02209637127816677, + "E": 0.03499606251716614, + "T": 0.013582419604063034, + "P": 0.4514409601688385, + "-": 0.3727622330188751 + }, + "id": "tp_19803" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2475375, + "label": "-", + "classification": { + "B": 7.386734068859369e-05, + "S": 1.60964500537375e-05, + "I": 0.0017424572724848986, + "C": 5.705130024580285e-05, + "R": 9.706359378469642e-06, + "M": 0.001508635003119707, + "O": 0.00015053337847348303, + "W": 1.3148230209480971e-05, + "N": 6.811736966483295e-05, + "Y": 0.0037738021928817034, + "U": 3.2042016755440272e-06, + "K": 1.8531987734604627e-05, + "L": 2.892079828598071e-05, + "G": 0.002448657061904669, + "F": 0.0030316065531224012, + "E": 0.00798624474555254, + "T": 0.0025750205386430025, + "P": 0.1804594099521637, + "-": 0.7960349917411804 + }, + "id": "tp_19804" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2475509, + "label": "-", + "classification": { + "B": 6.309834077455889e-08, + "S": 7.1281336389006356e-09, + "I": 0.00015350426838267595, + "C": 7.0171713559830096e-06, + "R": 4.6890150429135247e-07, + "M": 2.6793673896463588e-05, + "O": 1.352208869320748e-06, + "W": 2.7891461584772514e-08, + "N": 1.4264802530306042e-06, + "Y": 0.0002528710465412587, + "U": 5.016017468051359e-08, + "K": 3.6971138683838944e-07, + "L": 1.562014801947953e-07, + "G": 5.505118315340951e-05, + "F": 0.0004237968532834202, + "E": 0.0002615335106384009, + "T": 0.00010352619574405253, + "P": 0.1329241842031479, + "-": 0.8657877445220947 + }, + "id": "tp_19805" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2475642, + "label": "-", + "classification": { + "B": 1.058359996863878e-10, + "S": 2.0575320960891652e-11, + "I": 2.6844267267733812e-05, + "C": 3.0320848054543603e-07, + "R": 1.231073376573022e-08, + "M": 4.247782783295406e-07, + "O": 5.14289411057689e-08, + "W": 3.2063654509251194e-10, + "N": 5.155091642450316e-08, + "Y": 2.64361769950483e-05, + "U": 2.882611094268128e-10, + "K": 2.5978681428284744e-09, + "L": 8.430842690643203e-10, + "G": 2.09705240195035e-06, + "F": 1.2562674783112016e-05, + "E": 6.056246093066875e-06, + "T": 1.1832284144475125e-05, + "P": 0.12553814053535461, + "-": 0.8743751049041748 + }, + "id": "tp_19806" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2475776, + "label": "-", + "classification": { + "B": 6.34042444289662e-05, + "S": 2.7603064154391177e-05, + "I": 0.0029150727204978466, + "C": 0.000511776888743043, + "R": 0.00014412934251595289, + "M": 0.0005805610562674701, + "O": 0.00041974461055360734, + "W": 5.9885260270675644e-05, + "N": 0.0001934519677888602, + "Y": 0.0022206755820661783, + "U": 2.609087277960498e-05, + "K": 9.257726560463198e-06, + "L": 9.94172296486795e-05, + "G": 0.0007264366722665727, + "F": 0.0026863208040595055, + "E": 0.0008984297746792436, + "T": 0.0024448803160339594, + "P": 0.3382932245731354, + "-": 0.6476796865463257 + }, + "id": "tp_19807" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2475876, + "label": "-", + "classification": { + "B": 4.9455529733677395e-06, + "S": 3.0436969609581865e-05, + "I": 0.0031624764669686556, + "C": 0.00014286412624642253, + "R": 3.562550773494877e-05, + "M": 0.0003756208752747625, + "O": 0.00015907564375083894, + "W": 3.286373248556629e-05, + "N": 0.0004126474086660892, + "Y": 0.005168800707906485, + "U": 1.2286557648621965e-05, + "K": 0.0008298929897136986, + "L": 8.719905963516794e-06, + "G": 0.0004981746897101402, + "F": 0.012418260797858238, + "E": 0.0026602938305586576, + "T": 0.0036615952849388123, + "P": 0.21086935698986053, + "-": 0.7595160603523254 + }, + "id": "tp_19808" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2476009, + "label": "-", + "classification": { + "B": 2.5209570253537095e-07, + "S": 4.057681337599206e-07, + "I": 0.0001530020235804841, + "C": 6.9923376031511e-06, + "R": 1.046086140377156e-06, + "M": 9.27961737033911e-05, + "O": 1.5359111785073765e-05, + "W": 5.106420530864852e-07, + "N": 8.56988026498584e-06, + "Y": 0.0008159897406585515, + "U": 2.71629374992699e-07, + "K": 3.2440020731883124e-06, + "L": 6.826332992204698e-07, + "G": 0.00011852454917971045, + "F": 0.00097760243806988, + "E": 0.00017129727348219603, + "T": 0.001081524882465601, + "P": 0.17139296233654022, + "-": 0.8251590132713318 + }, + "id": "tp_19809" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2476143, + "label": "P", + "classification": { + "B": 2.710465309974097e-07, + "S": 5.118346635413218e-08, + "I": 0.0056845261715352535, + "C": 1.8750279195955954e-05, + "R": 1.4126502492217696e-06, + "M": 4.4385822548065335e-05, + "O": 2.640673756104661e-06, + "W": 9.024400071666605e-08, + "N": 4.278923734091222e-05, + "Y": 0.0008242640178650618, + "U": 1.0675651651581575e-07, + "K": 5.873944246559404e-07, + "L": 2.247168282565326e-07, + "G": 0.00012200125638628379, + "F": 0.00014272850239649415, + "E": 0.0009439276182092726, + "T": 0.00036302636726759374, + "P": 0.6486728191375732, + "-": 0.3431354761123657 + }, + "id": "tp_19810" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2476276, + "label": "-", + "classification": { + "B": 1.1488656355140847e-06, + "S": 6.859997029096121e-06, + "I": 0.0004375386342871934, + "C": 2.251104888273403e-05, + "R": 7.92606169852661e-06, + "M": 6.868766649859026e-05, + "O": 6.468548235716298e-05, + "W": 1.2139468708483037e-05, + "N": 0.0001058848065440543, + "Y": 0.0035149259492754936, + "U": 5.071624855190748e-06, + "K": 0.003351036924868822, + "L": 2.156256641683285e-06, + "G": 0.0008412530296482146, + "F": 0.03541063517332077, + "E": 0.0022371127270162106, + "T": 0.0008289040997624397, + "P": 0.19150038063526154, + "-": 0.7615811824798584 + }, + "id": "tp_19811" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2476376, + "label": "-", + "classification": { + "B": 8.000282747389065e-08, + "S": 1.2534609084013937e-07, + "I": 0.00022514806187245995, + "C": 1.0970878065563738e-05, + "R": 7.195415605565358e-07, + "M": 1.5535451893811114e-05, + "O": 2.772282869045739e-06, + "W": 1.6100359800930164e-07, + "N": 1.6398493244196288e-05, + "Y": 0.0013744275784119964, + "U": 2.1247346637665032e-07, + "K": 0.00011224079935345799, + "L": 9.552647384225565e-08, + "G": 0.00032089423621073365, + "F": 0.004997632000595331, + "E": 0.0017062430270016193, + "T": 0.00014117946557234973, + "P": 0.24127373099327087, + "-": 0.7498014569282532 + }, + "id": "tp_19812" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2476510, + "label": "-", + "classification": { + "B": 1.4626453776145354e-05, + "S": 4.694557901530061e-06, + "I": 0.0024438914842903614, + "C": 0.00013399652380030602, + "R": 3.4383432648610324e-05, + "M": 0.0004142721591051668, + "O": 9.064687765203416e-05, + "W": 1.4297105735749938e-05, + "N": 0.0001049563434207812, + "Y": 0.004867933224886656, + "U": 1.7841326553025283e-05, + "K": 0.00010191546607529745, + "L": 2.0773519281647168e-05, + "G": 0.0009857602417469025, + "F": 0.0045331004075706005, + "E": 0.0015600234037265182, + "T": 0.0025298376567661762, + "P": 0.20259122550487518, + "-": 0.7795358896255493 + }, + "id": "tp_19813" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2476643, + "label": "-", + "classification": { + "B": 6.772429514967371e-07, + "S": 1.306843131487767e-07, + "I": 0.0002695663715712726, + "C": 1.895626337500289e-05, + "R": 6.304202997853281e-06, + "M": 2.509096884750761e-05, + "O": 8.587233423895668e-06, + "W": 9.493039101471368e-07, + "N": 5.837795924890088e-06, + "Y": 0.0015123662305995822, + "U": 4.959670150128659e-07, + "K": 3.0439437068707775e-06, + "L": 5.673376790582552e-07, + "G": 0.0001416959275957197, + "F": 0.0004601428809110075, + "E": 0.00017713443958200514, + "T": 0.00030871573835611343, + "P": 0.18468573689460754, + "-": 0.8123739957809448 + }, + "id": "tp_19814" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2476777, + "label": "P", + "classification": { + "B": 1.9096031422805027e-08, + "S": 3.5125642394717715e-09, + "I": 0.0001119190055760555, + "C": 4.1518302396070794e-07, + "R": 9.989657989706302e-09, + "M": 3.5883688269677805e-06, + "O": 2.9464001727319555e-07, + "W": 5.343725018036594e-09, + "N": 7.004600774962455e-07, + "Y": 1.3978280549054034e-05, + "U": 7.103116317352942e-09, + "K": 1.1407411681929602e-09, + "L": 2.9031461679096537e-08, + "G": 2.8765980459866114e-06, + "F": 1.1506600458233152e-05, + "E": 3.172344804625027e-05, + "T": 4.933506352244876e-05, + "P": 0.7162284255027771, + "-": 0.2835450768470764 + }, + "id": "tp_19815" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2476877, + "label": "P", + "classification": { + "B": 1.4003287560626632e-06, + "S": 3.806689790053497e-07, + "I": 0.002011568285524845, + "C": 4.1394392610527575e-05, + "R": 2.8103095246478915e-06, + "M": 3.112383637926541e-05, + "O": 9.401691386301536e-06, + "W": 1.3918557897341088e-06, + "N": 8.701683691469952e-05, + "Y": 0.0003171083517372608, + "U": 3.0754265480936738e-06, + "K": 5.3842031775275245e-05, + "L": 7.06033858932642e-07, + "G": 8.205851190723479e-05, + "F": 0.0008438639924861491, + "E": 0.00412563793361187, + "T": 0.00022569438442587852, + "P": 0.5069881081581116, + "-": 0.48517346382141113 + }, + "id": "tp_19816" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2477010, + "label": "-", + "classification": { + "B": 4.320069990626507e-08, + "S": 8.23889845236181e-09, + "I": 6.879559077788144e-05, + "C": 9.553089057590114e-07, + "R": 8.945427509843284e-08, + "M": 4.533179435384227e-06, + "O": 7.700685387135309e-07, + "W": 1.7744314462220245e-08, + "N": 4.7531264613098756e-07, + "Y": 9.28039662539959e-05, + "U": 1.665624260738241e-08, + "K": 1.8767272180753025e-08, + "L": 8.716699539945694e-08, + "G": 2.3561166017316282e-05, + "F": 0.00016388445510528982, + "E": 2.239976129203569e-05, + "T": 4.929345959681086e-05, + "P": 0.3227022886276245, + "-": 0.6768698692321777 + }, + "id": "tp_19817" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2477144, + "label": "-", + "classification": { + "B": 5.082932119648831e-08, + "S": 1.7055622691941608e-08, + "I": 0.00014138058759272099, + "C": 2.622707143018488e-06, + "R": 2.1800300942231843e-07, + "M": 1.0111336450790986e-05, + "O": 1.1420885357438237e-06, + "W": 3.881388366266947e-08, + "N": 1.120797833209508e-06, + "Y": 0.00023465714184567332, + "U": 4.167506872931881e-08, + "K": 7.979144101000202e-08, + "L": 2.1281411477502843e-07, + "G": 4.780520248459652e-05, + "F": 0.0004785647615790367, + "E": 9.205524838762358e-05, + "T": 0.00011085434380220249, + "P": 0.2891790568828583, + "-": 0.7096999287605286 + }, + "id": "tp_19818" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2477277, + "label": "-", + "classification": { + "B": 1.802645925863544e-07, + "S": 2.013549220691857e-07, + "I": 9.888906788546592e-05, + "C": 4.645752596843522e-06, + "R": 5.912255005569023e-07, + "M": 1.2554662134789396e-05, + "O": 1.1189682481926866e-05, + "W": 1.9972300435711077e-07, + "N": 5.681985385308508e-06, + "Y": 0.00017024642147589475, + "U": 1.244037548531196e-07, + "K": 2.8483796654654725e-07, + "L": 4.530235457878007e-07, + "G": 7.345307676587254e-05, + "F": 0.0005342892836779356, + "E": 3.2269570510834455e-05, + "T": 0.00019130404689349234, + "P": 0.29542654752731323, + "-": 0.7034369111061096 + }, + "id": "tp_19819" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2477377, + "label": "-", + "classification": { + "B": 1.33980186944882e-08, + "S": 6.158640819542427e-10, + "I": 6.9893785621388815e-06, + "C": 6.391179141473913e-08, + "R": 2.5539566017585003e-09, + "M": 1.3229722526375554e-06, + "O": 1.3717072988583823e-07, + "W": 2.4159723110983577e-09, + "N": 5.240102041170758e-08, + "Y": 2.0880841475445777e-05, + "U": 1.634447910348058e-09, + "K": 1.1332125460228326e-08, + "L": 4.698305300365746e-09, + "G": 5.38255426363321e-06, + "F": 2.706300438148901e-05, + "E": 1.1707919838954695e-05, + "T": 1.5938903743517585e-05, + "P": 0.17654205858707428, + "-": 0.8233683705329895 + }, + "id": "tp_19820" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2477511, + "label": "P", + "classification": { + "B": 2.0828670699302165e-07, + "S": 1.6334420038788267e-08, + "I": 0.00019928827532567084, + "C": 1.4930158158676932e-06, + "R": 7.421607506330474e-08, + "M": 5.363277068681782e-06, + "O": 1.7481961549492553e-06, + "W": 4.871175107723502e-08, + "N": 3.0986852834757883e-06, + "Y": 8.852750397636555e-06, + "U": 1.2672002114300085e-08, + "K": 6.341474900750654e-09, + "L": 8.844294541177078e-08, + "G": 7.635378096892964e-06, + "F": 1.8048607671516947e-05, + "E": 0.0001117704450734891, + "T": 2.1862031644559465e-05, + "P": 0.7526927590370178, + "-": 0.24692757427692413 + }, + "id": "tp_19821" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2477644, + "label": "-", + "classification": { + "B": 4.7262210500775836e-07, + "S": 1.6394838553424051e-07, + "I": 0.0026249198708683252, + "C": 4.182793782092631e-05, + "R": 5.897280971112195e-06, + "M": 5.384121686802246e-05, + "O": 8.813023669063114e-06, + "W": 4.245414686465665e-07, + "N": 3.456244303379208e-05, + "Y": 0.0008981935097835958, + "U": 2.9537179102590017e-07, + "K": 1.740243078529602e-06, + "L": 6.986660991969984e-07, + "G": 0.00014613440725952387, + "F": 0.000485798780573532, + "E": 0.00036414028727449477, + "T": 0.0004251462232787162, + "P": 0.34806010127067566, + "-": 0.6468468308448792 + }, + "id": "tp_19822" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2477778, + "label": "P", + "classification": { + "B": 5.28554728873587e-08, + "S": 6.020749765411892e-08, + "I": 0.00024234535521827638, + "C": 7.858187018427998e-06, + "R": 6.611873004658264e-07, + "M": 5.138561846251832e-06, + "O": 2.5612798708607443e-06, + "W": 2.4116209829116997e-07, + "N": 9.759156455402263e-06, + "Y": 4.7208653995767236e-05, + "U": 4.140154317155975e-07, + "K": 2.1105274754518177e-06, + "L": 1.5688618759668316e-07, + "G": 1.8856313545256853e-05, + "F": 0.0004888230469077826, + "E": 0.0001754112890921533, + "T": 0.00010871588892769068, + "P": 0.6084659099578857, + "-": 0.39042365550994873 + }, + "id": "tp_19823" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2477878, + "label": "P", + "classification": { + "B": 4.815911669453499e-09, + "S": 1.5570397193798158e-09, + "I": 6.664548709522933e-05, + "C": 3.349306609834457e-08, + "R": 1.3770422579995056e-09, + "M": 1.3950121058314835e-07, + "O": 8.749111657380126e-09, + "W": 3.498743517127423e-10, + "N": 3.7312173617465305e-07, + "Y": 4.0006000290304655e-07, + "U": 2.1848063636031867e-10, + "K": 1.1195887272830163e-10, + "L": 8.536528706137858e-10, + "G": 1.220826248982121e-07, + "F": 1.5831222981432802e-06, + "E": 9.569993380864616e-06, + "T": 1.2675913012571982e-06, + "P": 0.9817249774932861, + "-": 0.01819496415555477 + }, + "id": "tp_19824" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2478011, + "label": "P", + "classification": { + "B": 3.411886609683279e-06, + "S": 2.9565455861302326e-06, + "I": 0.00045643572229892015, + "C": 5.7981051213573664e-06, + "R": 7.72041801155865e-07, + "M": 5.1986797188874334e-05, + "O": 2.1890942662139423e-05, + "W": 3.3599994821997825e-06, + "N": 9.398585098097101e-05, + "Y": 0.000192546533071436, + "U": 8.969808504843968e-07, + "K": 0.00011872373579535633, + "L": 3.8792759937678056e-07, + "G": 0.00013772601960226893, + "F": 0.0022762264125049114, + "E": 0.004096476826816797, + "T": 0.00022588516003452241, + "P": 0.6522490382194519, + "-": 0.3400615155696869 + }, + "id": "tp_19825" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2478145, + "label": "-", + "classification": { + "B": 2.0422458391067266e-08, + "S": 1.035583352404501e-07, + "I": 0.0006072442629374564, + "C": 1.5201548194454517e-05, + "R": 2.48124615609413e-06, + "M": 1.9234579667681828e-05, + "O": 5.144110673427349e-06, + "W": 3.2667892924109765e-07, + "N": 1.3566272173193283e-05, + "Y": 0.0004679882258642465, + "U": 2.2079258599205787e-07, + "K": 5.741680979554076e-06, + "L": 2.2771961027956422e-07, + "G": 4.195065048406832e-05, + "F": 0.0006771092303097248, + "E": 0.0001881552452687174, + "T": 0.00037219226942397654, + "P": 0.15190920233726501, + "-": 0.8456737995147705 + }, + "id": "tp_19826" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2478278, + "label": "P", + "classification": { + "B": 3.563149948604405e-05, + "S": 1.0813683957167086e-06, + "I": 0.003883526660501957, + "C": 0.0001983262482099235, + "R": 1.584746132721193e-05, + "M": 0.00021065563487354666, + "O": 8.971856004791334e-05, + "W": 4.148460902797524e-06, + "N": 9.641583892516792e-05, + "Y": 0.0007080874056555331, + "U": 3.1148831567406887e-06, + "K": 2.703289680994203e-07, + "L": 1.2467507986002602e-05, + "G": 0.0003290408640168607, + "F": 6.604746886296198e-05, + "E": 0.0006038571591489017, + "T": 0.001026512123644352, + "P": 0.5780332684516907, + "-": 0.414682000875473 + }, + "id": "tp_19827" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2478378, + "label": "-", + "classification": { + "B": 9.9514954854385e-06, + "S": 1.2891630376543617e-06, + "I": 0.00047993144835345447, + "C": 2.991700603161007e-05, + "R": 5.848487035109429e-06, + "M": 9.021635924000293e-05, + "O": 6.140187178971246e-05, + "W": 3.609562782003195e-06, + "N": 1.9770728613366373e-05, + "Y": 0.0005544780287891626, + "U": 1.2936261555296369e-06, + "K": 1.0825579010997899e-06, + "L": 5.8702125897980295e-06, + "G": 0.0001604553108336404, + "F": 0.0003072561521548778, + "E": 0.00018855730013456196, + "T": 0.000714609632268548, + "P": 0.2232344150543213, + "-": 0.7741299867630005 + }, + "id": "tp_19828" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2478512, + "label": "P", + "classification": { + "B": 1.2045316566400288e-07, + "S": 7.41811279070248e-09, + "I": 0.0005386429838836193, + "C": 1.097135100280866e-05, + "R": 5.770828579443332e-07, + "M": 8.388145943172276e-06, + "O": 8.942083695728797e-07, + "W": 5.1214225749163234e-08, + "N": 6.144822691567242e-06, + "Y": 0.00013205136929173023, + "U": 6.533853280643598e-08, + "K": 8.416355967710842e-07, + "L": 5.149878390398044e-08, + "G": 4.384553903946653e-05, + "F": 0.0001876787282526493, + "E": 0.0009335427894257009, + "T": 4.5282580686034635e-05, + "P": 0.5714775323867798, + "-": 0.42661339044570923 + }, + "id": "tp_19829" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2478645, + "label": "-", + "classification": { + "B": 3.946307725044562e-09, + "S": 2.5885700249972388e-09, + "I": 0.00044482614612206817, + "C": 3.0993467134976527e-06, + "R": 2.2744339389646484e-07, + "M": 3.838682459900156e-06, + "O": 4.655211114368285e-07, + "W": 1.4436285944441352e-08, + "N": 2.9486250241461676e-06, + "Y": 0.00026799613260664046, + "U": 1.6061099117337108e-08, + "K": 1.7684614306290314e-07, + "L": 1.86066966278986e-08, + "G": 1.136857463279739e-05, + "F": 0.00012407459144014865, + "E": 9.338563540950418e-05, + "T": 5.668048106599599e-05, + "P": 0.31167060136795044, + "-": 0.6873202919960022 + }, + "id": "tp_19830" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2478779, + "label": "-", + "classification": { + "B": 3.6844641726929694e-05, + "S": 4.762458502227673e-06, + "I": 0.008131740614771843, + "C": 0.00019703948055393994, + "R": 3.534539428073913e-05, + "M": 0.0015211363788694143, + "O": 0.00020619254792109132, + "W": 1.4535465197695885e-05, + "N": 0.00020706550276372582, + "Y": 0.0020599509589374065, + "U": 5.713980044674827e-06, + "K": 3.247931317673647e-06, + "L": 3.5859982745023444e-05, + "G": 0.0009037188137881458, + "F": 0.0008552391664125025, + "E": 0.00229827081784606, + "T": 0.0025034351274371147, + "P": 0.486664354801178, + "-": 0.4943154752254486 + }, + "id": "tp_19831" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2478879, + "label": "I", + "classification": { + "B": 5.0626040319912136e-06, + "S": 4.0752929635345936e-05, + "I": 0.8430090546607971, + "C": 0.0004304818867240101, + "R": 6.589585973415524e-05, + "M": 0.00045025526196695864, + "O": 0.00014089577598497272, + "W": 2.6537840312812477e-05, + "N": 0.026607055217027664, + "Y": 0.004863436333835125, + "U": 1.2830162177124294e-06, + "K": 0.00021388163440860808, + "L": 2.611219770187745e-06, + "G": 0.0007177164661698043, + "F": 0.00010537059279158711, + "E": 0.00902753509581089, + "T": 0.001520091318525374, + "P": 0.10534674674272537, + "-": 0.007425288204103708 + }, + "id": "tp_19832" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2479012, + "label": "P", + "classification": { + "B": 3.40877690518937e-08, + "S": 1.6084335641153302e-08, + "I": 0.0019544854294508696, + "C": 6.140329787740484e-06, + "R": 4.111764155823039e-07, + "M": 3.4721529118542094e-06, + "O": 6.803583119108225e-07, + "W": 3.863350173105573e-08, + "N": 1.1867567081935704e-05, + "Y": 7.981596718309447e-05, + "U": 2.3342073163235e-08, + "K": 4.639063178046854e-08, + "L": 4.101493189523353e-08, + "G": 1.0510201718716417e-05, + "F": 2.5097249817918055e-05, + "E": 9.774752834346145e-05, + "T": 5.0377861043671146e-05, + "P": 0.8458860516548157, + "-": 0.15187306702136993 + }, + "id": "tp_19833" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2479146, + "label": "-", + "classification": { + "B": 2.794494321278762e-06, + "S": 1.7428018850296212e-07, + "I": 0.0017042128602042794, + "C": 3.5003227822016925e-05, + "R": 1.9836807041428983e-06, + "M": 0.0001081619193428196, + "O": 7.565532996522961e-06, + "W": 3.839622024770506e-07, + "N": 2.4910073989303783e-05, + "Y": 0.0003683422692120075, + "U": 3.2071238820208237e-07, + "K": 5.926619905949337e-07, + "L": 9.685682016424835e-07, + "G": 9.129095997195691e-05, + "F": 0.00017902492254506797, + "E": 0.001561308978125453, + "T": 0.00023844280804041773, + "P": 0.4313957989215851, + "-": 0.5642787218093872 + }, + "id": "tp_19834" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2479279, + "label": "-", + "classification": { + "B": 0.00021849307813681662, + "S": 3.652277518995106e-05, + "I": 0.019147273153066635, + "C": 0.0009645949467085302, + "R": 0.0001546723215142265, + "M": 0.003546582767739892, + "O": 0.0006707506254315376, + "W": 6.165150261949748e-05, + "N": 0.0005762018845416605, + "Y": 0.014289559796452522, + "U": 2.358694837312214e-05, + "K": 5.112197413836839e-06, + "L": 0.00020092354679945856, + "G": 0.0022404298651963472, + "F": 0.0008906996808946133, + "E": 0.004887280520051718, + "T": 0.011445067822933197, + "P": 0.3230709731578827, + "-": 0.6175695657730103 + }, + "id": "tp_19835" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2479379, + "label": "P", + "classification": { + "B": 3.589754851418547e-05, + "S": 4.628222086466849e-06, + "I": 0.014492792077362537, + "C": 0.000376296928152442, + "R": 3.9315356843871996e-05, + "M": 0.0007806480280123651, + "O": 9.281955863116309e-05, + "W": 6.726564606651664e-06, + "N": 0.0004110702429898083, + "Y": 0.0026282151229679585, + "U": 5.834306648466736e-06, + "K": 2.0346017208794365e-06, + "L": 2.6342675482737832e-05, + "G": 0.001340675400570035, + "F": 0.000533115235157311, + "E": 0.003383421804755926, + "T": 0.0021804007701575756, + "P": 0.7621300220489502, + "-": 0.2115297168493271 + }, + "id": "tp_19836" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2479513, + "label": "P", + "classification": { + "B": 1.9155853390063343e-13, + "S": 6.968531925544835e-14, + "I": 1.4517321460516541e-06, + "C": 6.213514425201794e-11, + "R": 1.2807249835308787e-12, + "M": 7.451924494139561e-11, + "O": 1.4538399130403779e-11, + "W": 6.899652561526831e-14, + "N": 1.6800515423298634e-09, + "Y": 4.635843264821915e-09, + "U": 3.795364562453156e-14, + "K": 4.787299029418435e-13, + "L": 8.303621868875274e-14, + "G": 8.637531245803132e-10, + "F": 2.930034099790646e-07, + "E": 3.9796070439024334e-08, + "T": 2.3150485972678325e-09, + "P": 0.9812136292457581, + "-": 0.01878460869193077 + }, + "id": "tp_19837" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2479646, + "label": "P", + "classification": { + "B": 3.391648206729769e-08, + "S": 1.1118701515044904e-08, + "I": 0.0012786106672137976, + "C": 1.428453379048733e-05, + "R": 8.936642643675441e-07, + "M": 2.661112148416578e-06, + "O": 7.414094511659641e-07, + "W": 4.977546907980468e-08, + "N": 1.0814384950208478e-05, + "Y": 0.00010014665895141661, + "U": 1.0592176380441742e-07, + "K": 3.6147335435998684e-07, + "L": 6.671412222658546e-08, + "G": 1.7873881006380543e-05, + "F": 0.00017011721502058208, + "E": 0.0002759592607617378, + "T": 3.0390436222660355e-05, + "P": 0.656681478023529, + "-": 0.3414154350757599 + }, + "id": "tp_19838" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2479780, + "label": "-", + "classification": { + "B": 0.00018954294500872493, + "S": 5.6871562037486e-07, + "I": 0.00019852150580845773, + "C": 3.106016265519429e-06, + "R": 2.2061308868615015e-07, + "M": 0.00024273357121273875, + "O": 3.094832209171727e-05, + "W": 3.168622697558021e-07, + "N": 1.0080018455482787e-06, + "Y": 8.614623220637441e-05, + "U": 1.2147764572034703e-08, + "K": 1.6297833915768223e-10, + "L": 1.446282294637058e-05, + "G": 0.00019047563546337187, + "F": 0.00021265512623358518, + "E": 0.0002713176072575152, + "T": 2.357441553613171e-05, + "P": 0.45816895365715027, + "-": 0.5403653979301453 + }, + "id": "tp_19839" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2479880, + "label": "P", + "classification": { + "B": 4.0442319004796445e-06, + "S": 3.4496215448598377e-06, + "I": 0.007538598962128162, + "C": 4.873859870713204e-05, + "R": 8.753137080930173e-06, + "M": 5.701614645658992e-05, + "O": 1.991861790884286e-05, + "W": 3.0781420718994923e-06, + "N": 0.0005383006646297872, + "Y": 0.0006012943340465426, + "U": 4.548973720375216e-06, + "K": 8.692398114362732e-05, + "L": 2.7123453492094995e-06, + "G": 0.00019517446344252676, + "F": 0.001599778886884451, + "E": 0.0033203111961483955, + "T": 0.00037978062755428255, + "P": 0.8294029235839844, + "-": 0.1561846286058426 + }, + "id": "tp_19840" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2480013, + "label": "P", + "classification": { + "B": 0.00013079943892080337, + "S": 0.00014459893282037228, + "I": 0.00863209180533886, + "C": 0.001019048853777349, + "R": 0.00018790461763273925, + "M": 0.0009495224803686142, + "O": 0.0005118358531035483, + "W": 9.345915168523788e-05, + "N": 0.0018359426176175475, + "Y": 0.004125241655856371, + "U": 0.00011213001562282443, + "K": 0.0005297816824167967, + "L": 0.0001391975674778223, + "G": 0.003732014913111925, + "F": 0.024530325084924698, + "E": 0.008777138777077198, + "T": 0.0029628423508256674, + "P": 0.6078778505325317, + "-": 0.3337083160877228 + }, + "id": "tp_19841" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2480147, + "label": "-", + "classification": { + "B": 1.7591190726307104e-06, + "S": 8.861059086484602e-07, + "I": 0.011477422900497913, + "C": 8.384963439311832e-05, + "R": 1.0625268259900622e-05, + "M": 0.00026319833705201745, + "O": 3.570382614270784e-05, + "W": 1.5741055676699034e-06, + "N": 0.0001523330429336056, + "Y": 0.0037015979178249836, + "U": 7.113043807294162e-07, + "K": 2.482004902049084e-06, + "L": 3.0789142329012975e-06, + "G": 0.0004389323585201055, + "F": 0.000492555380333215, + "E": 0.0015683434903621674, + "T": 0.0014022882096469402, + "P": 0.4900840222835541, + "-": 0.4902787208557129 + }, + "id": "tp_19842" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2480280, + "label": "P", + "classification": { + "B": 1.4139782251731958e-05, + "S": 1.6638854503980838e-05, + "I": 0.005928649567067623, + "C": 3.478885264485143e-05, + "R": 7.197348622867139e-06, + "M": 0.00024436492822133005, + "O": 3.7344139855122194e-05, + "W": 8.89518742042128e-06, + "N": 0.0007131779566407204, + "Y": 0.0023307581432163715, + "U": 2.7914427391806385e-06, + "K": 0.0015937162097543478, + "L": 2.7773478450399125e-06, + "G": 0.0011260786559432745, + "F": 0.014876453205943108, + "E": 0.035023439675569534, + "T": 0.0008882396505214274, + "P": 0.7365279197692871, + "-": 0.20062264800071716 + }, + "id": "tp_19843" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2480380, + "label": "-", + "classification": { + "B": 0.00023702598991803825, + "S": 0.00024088768986985087, + "I": 0.03628755360841751, + "C": 0.0012249945430085063, + "R": 0.0005411673337221146, + "M": 0.0056513408198952675, + "O": 0.001447669812478125, + "W": 0.00024047441547736526, + "N": 0.002573600970208645, + "Y": 0.02369934506714344, + "U": 0.00010347257921239361, + "K": 0.000432053639087826, + "L": 0.00044814206194132566, + "G": 0.006915818899869919, + "F": 0.019465211778879166, + "E": 0.01054348424077034, + "T": 0.015419076196849346, + "P": 0.3697585165500641, + "-": 0.5047701597213745 + }, + "id": "tp_19844" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2480514, + "label": "P", + "classification": { + "B": 3.099114964655314e-09, + "S": 2.1808594860561747e-11, + "I": 0.00017181869770865887, + "C": 6.78357878314273e-07, + "R": 9.178617865757133e-09, + "M": 2.572173116277554e-06, + "O": 1.8581360450298234e-08, + "W": 1.6161001703540734e-10, + "N": 1.5957290599999396e-07, + "Y": 1.0515950634726323e-05, + "U": 4.5360282197037805e-10, + "K": 1.4740293707848906e-10, + "L": 3.2090632373638073e-09, + "G": 1.553960260025633e-06, + "F": 3.867768100462854e-06, + "E": 0.0001206618471769616, + "T": 2.8570202630362473e-06, + "P": 0.7319788932800293, + "-": 0.2677062749862671 + }, + "id": "tp_19845" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2480647, + "label": "-", + "classification": { + "B": 3.1078268847295476e-08, + "S": 3.932002723416872e-09, + "I": 0.00026790850097313523, + "C": 5.859457814949565e-06, + "R": 5.444970838652807e-07, + "M": 3.973716957261786e-06, + "O": 1.4769943845749367e-06, + "W": 2.7209564379404583e-08, + "N": 1.422501895831374e-06, + "Y": 3.307417864562012e-05, + "U": 3.924624181195213e-08, + "K": 5.296086236228348e-09, + "L": 2.447326892252022e-07, + "G": 1.563145087857265e-05, + "F": 5.091293132863939e-05, + "E": 1.98164507310139e-05, + "T": 6.110704998718575e-05, + "P": 0.40322813391685486, + "-": 0.5963097810745239 + }, + "id": "tp_19846" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2480781, + "label": "-", + "classification": { + "B": 0.003427998861297965, + "S": 0.0005512089119292796, + "I": 0.006151971872895956, + "C": 0.0004977103089913726, + "R": 0.00020723538182210177, + "M": 0.003723093308508396, + "O": 0.002187146572396159, + "W": 0.0003621703654062003, + "N": 0.001051050378009677, + "Y": 0.005251868162304163, + "U": 0.0001527101412648335, + "K": 0.00014287368685472757, + "L": 0.001155090401880443, + "G": 0.009645573794841766, + "F": 0.03222683444619179, + "E": 0.012266097590327263, + "T": 0.00756920175626874, + "P": 0.42304086685180664, + "-": 0.490389347076416 + }, + "id": "tp_19847" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2480881, + "label": "-", + "classification": { + "B": 0.00011392272426746786, + "S": 2.5200741220032796e-05, + "I": 0.02643514983355999, + "C": 0.002649236237630248, + "R": 0.00027171961846761405, + "M": 0.0029573554638773203, + "O": 0.00021905216271989048, + "W": 3.500768798403442e-05, + "N": 0.0008005865965969861, + "Y": 0.01888301782310009, + "U": 4.079747304785997e-05, + "K": 0.0001651698985369876, + "L": 8.876796346157789e-05, + "G": 0.006534437648952007, + "F": 0.004497111309319735, + "E": 0.025576837360858917, + "T": 0.004694425966590643, + "P": 0.3768261671066284, + "-": 0.5291860103607178 + }, + "id": "tp_19848" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2481014, + "label": "-", + "classification": { + "B": 7.349445354520867e-07, + "S": 4.3074251721009205e-07, + "I": 0.003792371368035674, + "C": 0.00022519909543916583, + "R": 1.457336747989757e-05, + "M": 0.00022824732877779752, + "O": 2.1433212168631144e-05, + "W": 1.7431684682378545e-06, + "N": 6.854383536847308e-05, + "Y": 0.0051053669303655624, + "U": 1.214283315675857e-06, + "K": 6.695047341054305e-05, + "L": 2.397000798737281e-06, + "G": 0.0011388224083930254, + "F": 0.003848675638437271, + "E": 0.004639443475753069, + "T": 0.0008846772252582014, + "P": 0.2559911906719208, + "-": 0.7239680290222168 + }, + "id": "tp_19849" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2481148, + "label": "P", + "classification": { + "B": 3.2913010983293134e-08, + "S": 4.140885134784611e-10, + "I": 0.0022418242879211903, + "C": 3.3829608582891524e-05, + "R": 7.518421512031637e-07, + "M": 5.682272330886917e-06, + "O": 2.3786488156929408e-07, + "W": 5.433384853148482e-09, + "N": 4.350347353465622e-06, + "Y": 0.0005203194450587034, + "U": 2.3837936069526222e-08, + "K": 3.0080008173172246e-07, + "L": 1.8104081789260817e-08, + "G": 0.0001435176673112437, + "F": 4.9637703341431916e-05, + "E": 0.0013364573242142797, + "T": 3.4884040360338986e-05, + "P": 0.5264933109283447, + "-": 0.4691348671913147 + }, + "id": "tp_19850" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2481281, + "label": "P", + "classification": { + "B": 5.835720003233291e-05, + "S": 3.796144301304594e-05, + "I": 0.04928402975201607, + "C": 0.0014340435154736042, + "R": 0.00031268905149772763, + "M": 0.0006716119823977351, + "O": 0.0002572170051280409, + "W": 9.61448677117005e-05, + "N": 0.0027652180287986994, + "Y": 0.009028352797031403, + "U": 4.4872558646602556e-05, + "K": 0.0006945760105736554, + "L": 3.5427983675617725e-05, + "G": 0.0013510673306882381, + "F": 0.00839965883642435, + "E": 0.011961382813751698, + "T": 0.0016644446877762675, + "P": 0.6446851491928101, + "-": 0.26721787452697754 + }, + "id": "tp_19851" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2481381, + "label": "I", + "classification": { + "B": 0.0022319669369608164, + "S": 0.0009754420025274158, + "I": 0.4908684492111206, + "C": 0.025582795962691307, + "R": 0.008879404515028, + "M": 0.017197852954268456, + "O": 0.006847623735666275, + "W": 0.0015151617117226124, + "N": 0.029641050845384598, + "Y": 0.051726460456848145, + "U": 0.00048015249194577336, + "K": 0.0004531920130830258, + "L": 0.0029405546374619007, + "G": 0.03705883398652077, + "F": 0.0035731468815356493, + "E": 0.039814651012420654, + "T": 0.02053157426416874, + "P": 0.19176974892616272, + "-": 0.06791193038225174 + }, + "id": "tp_19852" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2481515, + "label": "P", + "classification": { + "B": 5.3477144490443607e-08, + "S": 2.6633273364495835e-10, + "I": 1.4621170521422755e-05, + "C": 9.732207928436765e-09, + "R": 4.087799265750647e-10, + "M": 4.023854387469328e-07, + "O": 3.5287563093788776e-08, + "W": 3.334589548931177e-10, + "N": 6.81805332192198e-08, + "Y": 6.210433980413654e-07, + "U": 8.318200295232003e-11, + "K": 1.0671129258010836e-10, + "L": 2.3147168626280745e-09, + "G": 1.0346651606596424e-06, + "F": 1.1678433111228514e-05, + "E": 4.162856930634007e-05, + "T": 1.0486750170457526e-06, + "P": 0.8507094979286194, + "-": 0.14921925961971283 + }, + "id": "tp_19853" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2481648, + "label": "-", + "classification": { + "B": 1.2654195415962022e-05, + "S": 4.5185461203800514e-06, + "I": 0.00714957294985652, + "C": 0.00023924170818645507, + "R": 6.099153324612416e-05, + "M": 0.0008892308105714619, + "O": 0.00010002949420595542, + "W": 5.26308394910302e-06, + "N": 0.00011892160546267405, + "Y": 0.009706025011837482, + "U": 4.397052180138417e-06, + "K": 2.5876151994452812e-05, + "L": 1.9322007574373856e-05, + "G": 0.0027992352843284607, + "F": 0.003470448777079582, + "E": 0.002413660055026412, + "T": 0.006274715065956116, + "P": 0.17813754081726074, + "-": 0.7885684370994568 + }, + "id": "tp_19854" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2481782, + "label": "P", + "classification": { + "B": 7.642300261068158e-06, + "S": 1.1889125062225503e-06, + "I": 0.01714605651795864, + "C": 0.000728745071683079, + "R": 8.040243847062811e-05, + "M": 0.0005224848864600062, + "O": 4.7772849939065054e-05, + "W": 3.1612521524948534e-06, + "N": 0.0003676031483337283, + "Y": 0.0041037676855921745, + "U": 3.3912276649061823e-06, + "K": 5.148237050889293e-06, + "L": 1.2301923561608419e-05, + "G": 0.0013684920268133283, + "F": 0.001143039669841528, + "E": 0.007400372996926308, + "T": 0.0009222894441336393, + "P": 0.7088754773139954, + "-": 0.25726059079170227 + }, + "id": "tp_19855" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2481882, + "label": "-", + "classification": { + "B": 0.0011892631882801652, + "S": 0.002309461822733283, + "I": 0.015608366578817368, + "C": 0.003128527197986841, + "R": 0.0018690645229071379, + "M": 0.021776670590043068, + "O": 0.006588299293071032, + "W": 0.0014044338604435325, + "N": 0.004209146834909916, + "Y": 0.1550586074590683, + "U": 0.0004303372697904706, + "K": 0.01019043568521738, + "L": 0.0019573902245610952, + "G": 0.06394480168819427, + "F": 0.08590152859687805, + "E": 0.03021572344005108, + "T": 0.077861487865448, + "P": 0.07795959711074829, + "-": 0.4383968114852905 + }, + "id": "tp_19856" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2482015, + "label": "Y", + "classification": { + "B": 3.93448572140187e-05, + "S": 0.0006203280645422637, + "I": 0.0037544078659266233, + "C": 0.005649295635521412, + "R": 0.0031150984577834606, + "M": 0.01990118809044361, + "O": 0.008032266050577164, + "W": 0.0003186792600899935, + "N": 0.000350382411852479, + "Y": 0.5501840710639954, + "U": 8.831111699691974e-06, + "K": 0.000279667234281078, + "L": 0.002200246090069413, + "G": 0.13232964277267456, + "F": 0.01809823140501976, + "E": 0.0009383952128700912, + "T": 0.1295931339263916, + "P": 0.0013264400186017156, + "-": 0.12326031178236008 + }, + "id": "tp_19857" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2482149, + "label": "-", + "classification": { + "B": 5.531241242806573e-08, + "S": 3.66077188118652e-07, + "I": 2.3697066353634e-05, + "C": 0.006497942842543125, + "R": 0.0010244535515084863, + "M": 0.0022782825399190187, + "O": 0.00018433193326927722, + "W": 7.773065817673341e-07, + "N": 1.1553940026942655e-07, + "Y": 0.11773385107517242, + "U": 3.461785169633913e-08, + "K": 4.791688752447953e-07, + "L": 0.0002642710169311613, + "G": 0.021875297650694847, + "F": 0.006340499967336655, + "E": 5.696192147297552e-06, + "T": 0.009286443702876568, + "P": 9.430191130377352e-05, + "-": 0.8343890309333801 + }, + "id": "tp_19858" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2482282, + "label": "-", + "classification": { + "B": 1.6675770098117937e-08, + "S": 1.05132971839339e-06, + "I": 1.5671452274546027e-05, + "C": 2.9879272460675566e-06, + "R": 1.0139506230189e-06, + "M": 0.00030483529553748667, + "O": 5.4968579206615686e-05, + "W": 2.0589914129232056e-07, + "N": 2.7095870791526977e-07, + "Y": 0.04867445304989815, + "U": 7.265133494804843e-10, + "K": 1.1151352055094321e-06, + "L": 7.594023259116511e-07, + "G": 0.0013818203005939722, + "F": 0.005751172546297312, + "E": 2.6752386474981904e-06, + "T": 0.00700790248811245, + "P": 0.0004519208159763366, + "-": 0.9363473057746887 + }, + "id": "tp_19859" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2482382, + "label": "-", + "classification": { + "B": 5.992611740168741e-09, + "S": 1.7306207666933915e-07, + "I": 1.980921069844044e-06, + "C": 9.936858987202868e-06, + "R": 1.9264634829596616e-06, + "M": 0.00017166166799142957, + "O": 2.3548474928247742e-05, + "W": 1.5355101368186297e-07, + "N": 9.645241760836143e-08, + "Y": 0.00980833824723959, + "U": 6.469777602546856e-09, + "K": 1.997088020289084e-06, + "L": 3.380858515811269e-06, + "G": 0.001062507275491953, + "F": 0.007164869457483292, + "E": 1.2501146557042375e-05, + "T": 0.002079384634271264, + "P": 0.0008298254106193781, + "-": 0.9788276553153992 + }, + "id": "tp_19860" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2482516, + "label": "Y", + "classification": { + "B": 4.651851526205064e-08, + "S": 3.0361914014065405e-06, + "I": 0.0017021577805280685, + "C": 8.05579747975571e-06, + "R": 5.577619049290661e-06, + "M": 0.001339778653346002, + "O": 0.0001668825134402141, + "W": 8.180437021110265e-07, + "N": 7.859584911784623e-06, + "Y": 0.7488852143287659, + "U": 7.541394175802907e-10, + "K": 2.1055607248854358e-06, + "L": 1.0077475280922954e-06, + "G": 0.004267377313226461, + "F": 0.0002564326277934015, + "E": 2.035213947237935e-05, + "T": 0.09695558249950409, + "P": 0.00014634575927630067, + "-": 0.14623144268989563 + }, + "id": "tp_19861" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2482649, + "label": "-", + "classification": { + "B": 8.27850218931836e-11, + "S": 7.20322634872872e-10, + "I": 2.533396923354303e-07, + "C": 9.682145929446051e-08, + "R": 1.1970908708747174e-08, + "M": 2.0355705601105e-06, + "O": 9.837056325068261e-08, + "W": 5.965514193739807e-10, + "N": 1.7066019708522617e-09, + "Y": 0.0004359844606369734, + "U": 3.9921656258545823e-11, + "K": 1.4212470311747438e-08, + "L": 2.168874413399635e-09, + "G": 7.136355634429492e-06, + "F": 0.0006354795768857002, + "E": 4.819881951334537e-07, + "T": 3.4921955375466496e-05, + "P": 0.0015377580421045423, + "-": 0.9973457455635071 + }, + "id": "tp_19862" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2482783, + "label": "-", + "classification": { + "B": 1.0413893505756278e-05, + "S": 4.035514211864211e-05, + "I": 1.1315381016174797e-05, + "C": 2.9157339668017812e-05, + "R": 3.790548726101406e-05, + "M": 0.0002819561632350087, + "O": 0.0003662083181552589, + "W": 1.344810334558133e-05, + "N": 9.816568535825354e-07, + "Y": 0.0015581428306177258, + "U": 1.4019987304436654e-07, + "K": 3.0393783845283906e-07, + "L": 9.459798457100987e-05, + "G": 0.0004477734328247607, + "F": 0.009329245425760746, + "E": 9.858679732133169e-06, + "T": 0.0019503802759572864, + "P": 0.004831631667912006, + "-": 0.9809860587120056 + }, + "id": "tp_19863" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2482883, + "label": "-", + "classification": { + "B": 8.907260962587316e-06, + "S": 0.0007064808742143214, + "I": 0.00034358620177954435, + "C": 0.0014645318733528256, + "R": 0.0005505422013811767, + "M": 0.012915017083287239, + "O": 0.00475273048505187, + "W": 0.00014355848543345928, + "N": 8.954424265539274e-05, + "Y": 0.14258985221385956, + "U": 3.7307183902157703e-06, + "K": 0.0011906928848475218, + "L": 0.0016781279118731618, + "G": 0.10853230208158493, + "F": 0.26232603192329407, + "E": 0.0009790366748347878, + "T": 0.04333836957812309, + "P": 0.0037539564073085785, + "-": 0.4146330654621124 + }, + "id": "tp_19864" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2483016, + "label": "-", + "classification": { + "B": 2.2603046545555117e-06, + "S": 1.1587950211833231e-05, + "I": 6.403018051059917e-05, + "C": 2.353086711082142e-05, + "R": 3.39000289386604e-05, + "M": 0.00029248817008920014, + "O": 0.00016007598605938256, + "W": 9.545123248244636e-06, + "N": 2.529264065742609e-06, + "Y": 0.010988593101501465, + "U": 5.178981155040674e-07, + "K": 3.5092118650936754e-06, + "L": 3.1386745831696317e-05, + "G": 0.0006719193770550191, + "F": 0.019899724051356316, + "E": 2.186699384765234e-05, + "T": 0.0043832845985889435, + "P": 0.006658990401774645, + "-": 0.9567403197288513 + }, + "id": "tp_19865" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2483150, + "label": "Y", + "classification": { + "B": 2.913953721872531e-06, + "S": 0.0003617758920881897, + "I": 0.0005136980907991529, + "C": 0.0009927669307217002, + "R": 0.00045476373634301126, + "M": 0.017833011224865913, + "O": 0.0035506098065525293, + "W": 5.16285581397824e-05, + "N": 5.7272001868113875e-05, + "Y": 0.4306744337081909, + "U": 3.452114185620303e-07, + "K": 0.0005105294403620064, + "L": 0.0006108710658736527, + "G": 0.19288212060928345, + "F": 0.031910523772239685, + "E": 0.0008082091226242483, + "T": 0.1302681863307953, + "P": 0.0007779271109029651, + "-": 0.18773838877677917 + }, + "id": "tp_19866" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2483283, + "label": "-", + "classification": { + "B": 3.135268156206905e-10, + "S": 1.926728572243519e-07, + "I": 3.237249302401324e-06, + "C": 6.375345947162714e-06, + "R": 4.054708824696718e-06, + "M": 0.00012577444431371987, + "O": 1.983210677281022e-05, + "W": 1.0860984644978089e-07, + "N": 3.0906459613788684e-08, + "Y": 0.07023932784795761, + "U": 4.93404095358585e-10, + "K": 6.566329489032796e-07, + "L": 7.474337166968326e-07, + "G": 0.0006106124492362142, + "F": 0.0015237131156027317, + "E": 4.5243533008942904e-07, + "T": 0.010049892589449883, + "P": 5.677171066054143e-05, + "-": 0.9173581004142761 + }, + "id": "tp_19867" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2483383, + "label": "-", + "classification": { + "B": 2.627200146321229e-08, + "S": 3.3797564924498147e-07, + "I": 1.1745264316687098e-08, + "C": 2.1471549871421303e-07, + "R": 2.7534818869412447e-08, + "M": 7.447788811987266e-05, + "O": 6.608580406464171e-06, + "W": 1.557461359880108e-08, + "N": 2.5508978263033555e-10, + "Y": 0.0011565327877178788, + "U": 3.8173730669555095e-12, + "K": 1.2998937037878022e-08, + "L": 8.12300015695655e-07, + "G": 0.0009122154442593455, + "F": 0.014635387808084488, + "E": 1.168376343230193e-06, + "T": 0.00010701306746341288, + "P": 6.895735714351758e-05, + "-": 0.9830361008644104 + }, + "id": "tp_19868" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2483517, + "label": "-", + "classification": { + "B": 2.9149328838684596e-05, + "S": 0.00020853742898907512, + "I": 0.0010661324486136436, + "C": 0.019917547702789307, + "R": 0.008458724245429039, + "M": 0.014809385873377323, + "O": 0.006957067176699638, + "W": 0.0003147310926578939, + "N": 9.43010818446055e-05, + "Y": 0.18571563065052032, + "U": 4.489952698349953e-05, + "K": 0.00018187117530032992, + "L": 0.0039633577689528465, + "G": 0.04697561636567116, + "F": 0.026139505207538605, + "E": 0.00040094266296364367, + "T": 0.05233003571629524, + "P": 0.003413320751860738, + "-": 0.6289792060852051 + }, + "id": "tp_19869" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2483650, + "label": "-", + "classification": { + "B": 1.1914576134586241e-06, + "S": 4.927951522404328e-05, + "I": 0.00010270673374179751, + "C": 0.001422816887497902, + "R": 0.0004441994824446738, + "M": 0.0017911938484758139, + "O": 0.0006456254050135612, + "W": 2.9621516659972258e-05, + "N": 1.8695547623792663e-05, + "Y": 0.31131747364997864, + "U": 4.085325429059594e-07, + "K": 0.004018821753561497, + "L": 9.64969367487356e-05, + "G": 0.1161418929696083, + "F": 0.13361689448356628, + "E": 0.0014943095156922936, + "T": 0.01926877722144127, + "P": 0.0008919202955439687, + "-": 0.4086475670337677 + }, + "id": "tp_19870" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2483750, + "label": "Y", + "classification": { + "B": 7.552899660367984e-06, + "S": 0.0006859658169560134, + "I": 0.0001778521982487291, + "C": 0.002842581132426858, + "R": 0.001142049441114068, + "M": 0.013012038543820381, + "O": 0.003512907074764371, + "W": 0.00015697377966716886, + "N": 2.4196491722250357e-05, + "Y": 0.39202451705932617, + "U": 7.711432203905133e-07, + "K": 0.001223845756612718, + "L": 0.0016179642407223582, + "G": 0.203488290309906, + "F": 0.14314579963684082, + "E": 0.0009083048207685351, + "T": 0.07269123941659927, + "P": 0.000282657885691151, + "-": 0.16305449604988098 + }, + "id": "tp_19871" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2483884, + "label": "-", + "classification": { + "B": 2.6032861569547094e-05, + "S": 0.001886669546365738, + "I": 0.00010248194303130731, + "C": 0.0008469101157970726, + "R": 0.0005383234820328653, + "M": 0.003768109017983079, + "O": 0.004043822642415762, + "W": 0.0005097912508063018, + "N": 3.6752851883647963e-05, + "Y": 0.03033251129090786, + "U": 4.710811936092796e-06, + "K": 0.0008290780824609101, + "L": 0.0016281482530757785, + "G": 0.028215864673256874, + "F": 0.43962523341178894, + "E": 0.00063538015820086, + "T": 0.01291948277503252, + "P": 0.0044628349132835865, + "-": 0.4695878326892853 + }, + "id": "tp_19872" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2484017, + "label": "Y", + "classification": { + "B": 6.415675102289242e-07, + "S": 3.645915421657264e-05, + "I": 5.276047522784211e-05, + "C": 3.5461693187244236e-05, + "R": 1.2999688806303311e-05, + "M": 0.003243270330131054, + "O": 0.0003345327568240464, + "W": 7.574260507681174e-06, + "N": 2.0789743757632095e-06, + "Y": 0.5463436841964722, + "U": 1.3096854267757863e-08, + "K": 6.885726907057688e-05, + "L": 2.194152693846263e-05, + "G": 0.026767166331410408, + "F": 0.008689111098647118, + "E": 0.00015654716116841882, + "T": 0.08828088641166687, + "P": 0.00013161689275875688, + "-": 0.32581430673599243 + }, + "id": "tp_19873" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2484151, + "label": "-", + "classification": { + "B": 2.5068752620427404e-06, + "S": 5.955696906312369e-05, + "I": 0.0002150966174667701, + "C": 0.0006024008034728467, + "R": 0.00018825329607352614, + "M": 0.013523222878575325, + "O": 0.0013996503548696637, + "W": 1.6837420844240114e-05, + "N": 9.993276762543246e-06, + "Y": 0.2566912770271301, + "U": 3.987532863902743e-07, + "K": 1.415259248460643e-05, + "L": 0.000497997913043946, + "G": 0.033037539571523666, + "F": 0.027610475197434425, + "E": 0.000338648067554459, + "T": 0.060782622545957565, + "P": 0.0010355685371905565, + "-": 0.6039738655090332 + }, + "id": "tp_19874" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2484251, + "label": "-", + "classification": { + "B": 7.411993465211708e-06, + "S": 3.998121610493399e-05, + "I": 6.474379188148305e-05, + "C": 0.00010377263970440254, + "R": 2.0134999431320466e-05, + "M": 0.0035237353295087814, + "O": 0.00038902071537449956, + "W": 5.159066404303303e-06, + "N": 2.9551333682320546e-06, + "Y": 0.13293293118476868, + "U": 3.616046129195638e-08, + "K": 1.1644555343082175e-05, + "L": 5.49548894923646e-05, + "G": 0.03110862337052822, + "F": 0.014128141105175018, + "E": 0.00028779945569112897, + "T": 0.026387255638837814, + "P": 0.0011976552195847034, + "-": 0.7897340655326843 + }, + "id": "tp_19875" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2484384, + "label": "-", + "classification": { + "B": 6.098149896160976e-08, + "S": 8.823846542327374e-08, + "I": 1.292857268708758e-05, + "C": 8.218434231821448e-06, + "R": 1.867599621618865e-06, + "M": 0.000504858500789851, + "O": 6.86447992848116e-06, + "W": 4.328790836893859e-08, + "N": 6.727800183625732e-08, + "Y": 0.03362399339675903, + "U": 3.966338812944059e-09, + "K": 5.241097937869199e-07, + "L": 2.153934246962308e-06, + "G": 0.002617281163111329, + "F": 0.0018288999563083053, + "E": 5.010146560380235e-05, + "T": 0.0031755538657307625, + "P": 0.0009407944162376225, + "-": 0.9572256803512573 + }, + "id": "tp_19876" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2484518, + "label": "-", + "classification": { + "B": 6.285374304360047e-11, + "S": 3.453447305901136e-08, + "I": 1.993502252162216e-07, + "C": 6.75128575267081e-09, + "R": 5.9297593502094514e-09, + "M": 2.223131104983622e-06, + "O": 7.879161785240285e-07, + "W": 6.43688924384378e-09, + "N": 2.8700926080205136e-09, + "Y": 0.0008735368610359728, + "U": 2.3524928532969724e-11, + "K": 9.572515224931522e-09, + "L": 6.21682394452705e-09, + "G": 3.297795501566725e-06, + "F": 0.00045477255480363965, + "E": 1.4559583760842543e-08, + "T": 0.000758181675337255, + "P": 0.0003026709600817412, + "-": 0.9976043105125427 + }, + "id": "tp_19877" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2484651, + "label": "Y", + "classification": { + "B": 3.137186297408334e-07, + "S": 0.00022647102014161646, + "I": 7.858775643398985e-05, + "C": 0.0003486775094643235, + "R": 0.0004553390317596495, + "M": 0.014637433923780918, + "O": 0.0033224287908524275, + "W": 2.0892248357995413e-05, + "N": 2.979330702146399e-06, + "Y": 0.6714823842048645, + "U": 2.4856527947036966e-09, + "K": 8.6298796304618e-06, + "L": 0.0002131881337845698, + "G": 0.051509272307157516, + "F": 0.011407004669308662, + "E": 5.4457568694488145e-06, + "T": 0.18846279382705688, + "P": 7.718044798821211e-06, + "-": 0.057810425758361816 + }, + "id": "tp_19878" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2484751, + "label": "-", + "classification": { + "B": 4.3876480049220845e-07, + "S": 1.8876853857818787e-07, + "I": 3.0808019801042974e-05, + "C": 2.4970091544673778e-05, + "R": 2.534535951781436e-06, + "M": 6.862064765300602e-05, + "O": 8.035694918362424e-06, + "W": 2.519943507195421e-07, + "N": 1.1514932793943444e-06, + "Y": 0.0004966916749253869, + "U": 1.214513645209081e-07, + "K": 5.071182386018336e-06, + "L": 6.539764854096575e-07, + "G": 7.463705696864054e-05, + "F": 0.0011000853264704347, + "E": 0.00010327345080440864, + "T": 0.0002489705802872777, + "P": 0.01506317313760519, + "-": 0.9827703237533569 + }, + "id": "tp_19879" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2484885, + "label": "-", + "classification": { + "B": 2.8498241590568796e-05, + "S": 0.0015145185170695186, + "I": 4.792104664375074e-05, + "C": 0.0004911998403258622, + "R": 0.0001997982762986794, + "M": 0.01767331175506115, + "O": 0.01485441904515028, + "W": 0.0003272352332714945, + "N": 7.399720743705984e-06, + "Y": 0.043695710599422455, + "U": 4.666586903567804e-07, + "K": 2.841064633685164e-05, + "L": 0.0030566018540412188, + "G": 0.03753889352083206, + "F": 0.12017733603715897, + "E": 0.0002956759708467871, + "T": 0.012085377238690853, + "P": 0.0015548892552033067, + "-": 0.746422290802002 + }, + "id": "tp_19880" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2485018, + "label": "-", + "classification": { + "B": 2.2813706479496432e-10, + "S": 6.478494896100528e-08, + "I": 5.724717766497633e-07, + "C": 2.389215069342754e-06, + "R": 3.605269967010827e-07, + "M": 7.344748883042485e-05, + "O": 4.545991487248102e-06, + "W": 2.592407533086316e-08, + "N": 1.1430991264660406e-08, + "Y": 0.04509546235203743, + "U": 1.6915657763405534e-10, + "K": 3.362951474628062e-06, + "L": 1.9978779164375737e-07, + "G": 0.001396821578964591, + "F": 0.009440257214009762, + "E": 6.1772202570864465e-06, + "T": 0.002084314124658704, + "P": 0.00012318194785621017, + "-": 0.9417687058448792 + }, + "id": "tp_19881" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2485152, + "label": "Y", + "classification": { + "B": 2.0781278919912438e-07, + "S": 2.844533446477726e-05, + "I": 0.0002820307854562998, + "C": 8.821602386888117e-05, + "R": 2.040627077803947e-05, + "M": 0.0005853253533132374, + "O": 0.00025442862533964217, + "W": 1.3286568901094142e-05, + "N": 2.0073086488991976e-05, + "Y": 0.7748439908027649, + "U": 1.77504304588183e-08, + "K": 0.004485288634896278, + "L": 3.900366209563799e-06, + "G": 0.05589398369193077, + "F": 0.009744920767843723, + "E": 0.0004892106517218053, + "T": 0.048679377883672714, + "P": 0.00017043371917679906, + "-": 0.10439640283584595 + }, + "id": "tp_19882" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2485252, + "label": "-", + "classification": { + "B": 4.4225808437659e-07, + "S": 2.6880147743213456e-06, + "I": 1.8352138795307837e-05, + "C": 5.2717336984642316e-06, + "R": 7.985971024027094e-06, + "M": 0.0011702218325808644, + "O": 8.630731463199481e-05, + "W": 9.741520443640184e-07, + "N": 1.1753592588092943e-07, + "Y": 0.00914689339697361, + "U": 7.536937296492852e-09, + "K": 1.9844044629735436e-08, + "L": 1.92121988220606e-05, + "G": 0.0004600467800628394, + "F": 0.0026878216303884983, + "E": 2.4431069505226333e-06, + "T": 0.005110801663249731, + "P": 0.0006546650547534227, + "-": 0.9806257486343384 + }, + "id": "tp_19883" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2485385, + "label": "-", + "classification": { + "B": 1.0246136525893235e-06, + "S": 2.303556584593025e-06, + "I": 0.00029555641231127083, + "C": 3.398430271772668e-05, + "R": 8.28891006676713e-06, + "M": 0.0005222991458140314, + "O": 6.0992733779130504e-05, + "W": 2.4489565930707613e-06, + "N": 1.2478873941290658e-05, + "Y": 0.006611336022615433, + "U": 7.439585942847771e-07, + "K": 1.7980619304580614e-05, + "L": 4.05678747483762e-06, + "G": 0.0005121002905070782, + "F": 0.0030420003458857536, + "E": 0.0003741078544408083, + "T": 0.002105818362906575, + "P": 0.027065197005867958, + "-": 0.9593272805213928 + }, + "id": "tp_19884" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2485519, + "label": "-", + "classification": { + "B": 2.6370381434048795e-09, + "S": 6.79503386891156e-08, + "I": 8.7717467067705e-07, + "C": 1.7291333165303513e-07, + "R": 1.6274437086849503e-07, + "M": 8.153050293913111e-05, + "O": 5.125268671690719e-06, + "W": 1.2341017097128315e-08, + "N": 4.582418000609323e-09, + "Y": 0.004738600924611092, + "U": 9.147715224200326e-11, + "K": 6.382354200695772e-09, + "L": 3.4484014577174094e-07, + "G": 0.0001019508417812176, + "F": 0.0006575247971341014, + "E": 2.1907627001382934e-07, + "T": 0.0021039508283138275, + "P": 0.00011128211917821318, + "-": 0.9921982884407043 + }, + "id": "tp_19885" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2485652, + "label": "-", + "classification": { + "B": 1.0689108452532903e-11, + "S": 5.525234714198746e-10, + "I": 6.431942201068352e-10, + "C": 3.0074950529979105e-08, + "R": 3.4976550544740803e-09, + "M": 2.489502094249474e-06, + "O": 1.0368602687549355e-07, + "W": 8.707227300286391e-11, + "N": 6.868262469178488e-12, + "Y": 0.00031158895581029356, + "U": 4.239546810402145e-13, + "K": 1.360681456397117e-09, + "L": 5.85648685103024e-09, + "G": 1.8839451513485983e-05, + "F": 0.0008849777514114976, + "E": 1.0731000976704763e-08, + "T": 3.5383076465222985e-05, + "P": 2.0629280697903596e-05, + "-": 0.998725950717926 + }, + "id": "tp_19886" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2485752, + "label": "-", + "classification": { + "B": 7.555845968454378e-06, + "S": 0.00011113426444353536, + "I": 5.468959329846257e-07, + "C": 1.1904082839464536e-06, + "R": 7.501519689867564e-07, + "M": 0.0003502433537505567, + "O": 0.0002683105121832341, + "W": 6.800809387641493e-06, + "N": 6.703390909024165e-08, + "Y": 0.0004531832819338888, + "U": 2.6103750272454818e-09, + "K": 1.7296732721661101e-06, + "L": 2.417573159618769e-05, + "G": 0.000527446623891592, + "F": 0.07328286021947861, + "E": 1.650477497605607e-05, + "T": 0.0002553905942477286, + "P": 0.0011609543580561876, + "-": 0.9235312342643738 + }, + "id": "tp_19887" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2485886, + "label": "-", + "classification": { + "B": 2.3330753995409736e-10, + "S": 3.8511462463475254e-08, + "I": 3.0291253949599195e-08, + "C": 1.5509883155573334e-07, + "R": 6.420392395511954e-08, + "M": 3.1401719752466306e-05, + "O": 5.566639629250858e-06, + "W": 8.720619781854566e-09, + "N": 5.044477058291363e-10, + "Y": 0.00025239487877115607, + "U": 3.5644074497520606e-11, + "K": 9.408160916990482e-10, + "L": 4.958743033967039e-07, + "G": 1.919425994856283e-05, + "F": 0.0016493794973939657, + "E": 2.5678399850903588e-08, + "T": 0.0001698764244792983, + "P": 0.00012555011198855937, + "-": 0.9977458119392395 + }, + "id": "tp_19888" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2486019, + "label": "-", + "classification": { + "B": 1.1262086019314665e-07, + "S": 2.124006869053119e-06, + "I": 0.000530057935975492, + "C": 4.818515208171448e-06, + "R": 1.7033152062140289e-06, + "M": 0.00030285303364507854, + "O": 5.500679253600538e-05, + "W": 5.862241891918529e-07, + "N": 8.360919309780002e-06, + "Y": 0.388232946395874, + "U": 2.29340457735816e-09, + "K": 1.502417308074655e-05, + "L": 3.1666917266193195e-07, + "G": 0.00472868699580431, + "F": 0.0011352625442668796, + "E": 7.271062349900603e-05, + "T": 0.06490924209356308, + "P": 0.0011083304416388273, + "-": 0.5388919115066528 + }, + "id": "tp_19889" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2486153, + "label": "-", + "classification": { + "B": 3.372188325020259e-13, + "S": 1.5588122806442506e-11, + "I": 3.023283401404342e-09, + "C": 9.569453007785e-10, + "R": 6.426918996993436e-10, + "M": 7.554854164482094e-07, + "O": 1.1924385034944862e-08, + "W": 4.355041067355403e-12, + "N": 2.7019053227411716e-12, + "Y": 0.00041662433068268, + "U": 4.900582638799576e-14, + "K": 1.0461997587696281e-11, + "L": 2.6880908610138476e-10, + "G": 1.3400159559751046e-06, + "F": 5.562457590713166e-05, + "E": 1.1864395021987661e-09, + "T": 3.5432472941465676e-05, + "P": 2.9881071895943023e-05, + "-": 0.9994603991508484 + }, + "id": "tp_19890" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2486253, + "label": "-", + "classification": { + "B": 7.448888084127248e-08, + "S": 9.157808563031722e-06, + "I": 0.00044908307609148324, + "C": 8.333625009981915e-05, + "R": 4.766259007737972e-05, + "M": 0.0008243199554271996, + "O": 0.00021165370708331466, + "W": 6.615853635594249e-06, + "N": 1.3967320228402968e-05, + "Y": 0.42923203110694885, + "U": 6.023130794119425e-08, + "K": 5.413946928456426e-05, + "L": 2.9182483558543026e-06, + "G": 0.0037586798425763845, + "F": 0.007879598066210747, + "E": 3.82849684683606e-05, + "T": 0.04088664427399635, + "P": 0.000978165538981557, + "-": 0.5155236721038818 + }, + "id": "tp_19891" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2486386, + "label": "-", + "classification": { + "B": 6.553250386787113e-08, + "S": 3.184726892868639e-06, + "I": 2.9686321795452386e-05, + "C": 2.0108600438106805e-05, + "R": 7.509779152314877e-06, + "M": 0.001176785328425467, + "O": 8.983766019809991e-05, + "W": 6.90202568875975e-07, + "N": 5.78929643779702e-07, + "Y": 0.13613460958003998, + "U": 5.026725258261422e-09, + "K": 3.829099568974925e-06, + "L": 9.381541531183757e-06, + "G": 0.005707192700356245, + "F": 0.016301412135362625, + "E": 2.663461236807052e-05, + "T": 0.024112068116664886, + "P": 0.0004660043050535023, + "-": 0.8159104585647583 + }, + "id": "tp_19892" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2486520, + "label": "F", + "classification": { + "B": 1.224332777383097e-06, + "S": 0.01181103102862835, + "I": 2.5978330086218193e-05, + "C": 0.0003874632529914379, + "R": 0.0005377671332098544, + "M": 0.02539980225265026, + "O": 0.014223320409655571, + "W": 0.0002338328631594777, + "N": 5.990523732180009e-06, + "Y": 0.11986833810806274, + "U": 1.0101423697506107e-08, + "K": 0.00017231980746146291, + "L": 0.0038244479801505804, + "G": 0.3383345305919647, + "F": 0.34088170528411865, + "E": 5.596216942649335e-05, + "T": 0.10868043452501297, + "P": 1.649062687647529e-05, + "-": 0.0355394147336483 + }, + "id": "tp_19893" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2486653, + "label": "-", + "classification": { + "B": 2.7417987880085093e-08, + "S": 7.501249911001651e-06, + "I": 0.00012936603161506355, + "C": 7.493114026146941e-06, + "R": 1.5403012412207318e-06, + "M": 0.0004533801111392677, + "O": 8.338236511917785e-05, + "W": 6.991863870098314e-07, + "N": 5.086881174065638e-06, + "Y": 0.021370435133576393, + "U": 9.750443785705443e-10, + "K": 1.2432274161255918e-05, + "L": 4.797431301994948e-06, + "G": 0.013012143783271313, + "F": 0.24835337698459625, + "E": 0.0010003908537328243, + "T": 0.006366866175085306, + "P": 0.009111208841204643, + "-": 0.7000799179077148 + }, + "id": "tp_19894" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2486753, + "label": "-", + "classification": { + "B": 2.4798067599363094e-08, + "S": 0.00022701408306602389, + "I": 2.5242759420507355e-06, + "C": 1.164618712579113e-08, + "R": 9.084573093787185e-08, + "M": 0.006052044220268726, + "O": 0.0008246898069046438, + "W": 9.390560649080726e-07, + "N": 5.893004484391895e-08, + "Y": 0.044572699815034866, + "U": 8.586757173356663e-12, + "K": 4.0823618263630124e-08, + "L": 1.1551253919606097e-05, + "G": 0.0013450159458443522, + "F": 0.02600724622607231, + "E": 5.982230959489243e-07, + "T": 0.049530502408742905, + "P": 7.365705096162856e-05, + "-": 0.871351420879364 + }, + "id": "tp_19895" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2486887, + "label": "-", + "classification": { + "B": 3.8648352074233117e-08, + "S": 6.668955734312476e-07, + "I": 1.715218218123482e-06, + "C": 1.1229452866245992e-05, + "R": 4.054614237247733e-06, + "M": 0.0004730450746137649, + "O": 4.480242569115944e-05, + "W": 1.604602459792659e-07, + "N": 3.6083918075746624e-08, + "Y": 0.015666604042053223, + "U": 4.769502126578118e-09, + "K": 7.417806102694158e-08, + "L": 1.5159985196078196e-05, + "G": 0.001513502444140613, + "F": 0.0060069141909480095, + "E": 1.8892428670369554e-06, + "T": 0.003459449391812086, + "P": 0.0002839624066837132, + "-": 0.972516655921936 + }, + "id": "tp_19896" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2487020, + "label": "-", + "classification": { + "B": 1.024891503220715e-06, + "S": 2.488692643964896e-06, + "I": 0.0005358894704841077, + "C": 5.985786629025824e-06, + "R": 6.104858584876638e-06, + "M": 0.00046823828597553074, + "O": 0.0001139331579906866, + "W": 2.654874833751819e-06, + "N": 1.760411396389827e-05, + "Y": 0.008362931199371815, + "U": 4.1501317582515185e-07, + "K": 2.222474449808942e-06, + "L": 3.84580516765709e-06, + "G": 0.00038837481406517327, + "F": 0.0008490561740472913, + "E": 5.657123256241903e-05, + "T": 0.006484606768935919, + "P": 0.023432722315192223, + "-": 0.9592652916908264 + }, + "id": "tp_19897" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2487154, + "label": "-", + "classification": { + "B": 1.0050588139520755e-09, + "S": 1.5537001019083618e-08, + "I": 3.5516774232746684e-07, + "C": 1.9731822931134957e-07, + "R": 1.8160989156967844e-08, + "M": 5.405704996519489e-06, + "O": 1.0976386874972377e-06, + "W": 1.7408382291250746e-08, + "N": 7.29586773218216e-08, + "Y": 0.0009841090068221092, + "U": 2.4615289806462215e-09, + "K": 2.312674951099325e-05, + "L": 1.618158229632627e-08, + "G": 3.7782578147016466e-05, + "F": 0.006515375804156065, + "E": 3.808141627814621e-05, + "T": 0.00012631167192012072, + "P": 0.007786688394844532, + "-": 0.9844813346862793 + }, + "id": "tp_19898" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2487254, + "label": "Y", + "classification": { + "B": 5.4327638281392865e-06, + "S": 0.0005801221122965217, + "I": 0.0014691248070448637, + "C": 0.00017325648514088243, + "R": 0.00017432900494895875, + "M": 0.017039408907294273, + "O": 0.003650632221251726, + "W": 5.89127630519215e-05, + "N": 7.584044942632318e-05, + "Y": 0.5727391839027405, + "U": 1.3007019106225925e-07, + "K": 4.5837743527954444e-05, + "L": 0.00026981605333276093, + "G": 0.03508611395955086, + "F": 0.005832661874592304, + "E": 0.00012592278653755784, + "T": 0.26520615816116333, + "P": 0.00029570795595645905, + "-": 0.09717138111591339 + }, + "id": "tp_19899" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2487387, + "label": "-", + "classification": { + "B": 4.538980283541605e-05, + "S": 3.637953705037944e-05, + "I": 1.1885983440151904e-05, + "C": 1.128705775954586e-06, + "R": 1.2139980754000135e-06, + "M": 0.002052390482276678, + "O": 0.0003756129590328783, + "W": 4.2645729081414174e-06, + "N": 2.506622251985391e-07, + "Y": 0.0033926586620509624, + "U": 8.726397382474715e-09, + "K": 8.01898423219427e-08, + "L": 4.5565582695417106e-05, + "G": 0.0014066591393202543, + "F": 0.002199084497988224, + "E": 3.748727249330841e-05, + "T": 0.001945588504895568, + "P": 0.0023373395670205355, + "-": 0.9861071109771729 + }, + "id": "tp_19900" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2487521, + "label": "Y", + "classification": { + "B": 4.249795182431626e-09, + "S": 1.748175009197439e-06, + "I": 1.1723923307727091e-05, + "C": 8.661266292619985e-06, + "R": 1.8775511989588267e-06, + "M": 0.0004422750498633832, + "O": 4.32790802733507e-05, + "W": 2.3319385888953548e-07, + "N": 1.8772530552269018e-07, + "Y": 0.8579996228218079, + "U": 4.6654621138619845e-11, + "K": 4.3732170524890535e-06, + "L": 7.666130272809824e-07, + "G": 0.011312241666018963, + "F": 0.0030291841831058264, + "E": 6.787098755012266e-06, + "T": 0.036842428147792816, + "P": 6.284024038905045e-06, + "-": 0.09028841555118561 + }, + "id": "tp_19901" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2487654, + "label": "-", + "classification": { + "B": 2.3369366317638196e-05, + "S": 0.00013302828301675618, + "I": 0.00010779022704809904, + "C": 0.002654134063050151, + "R": 0.0006548465462401509, + "M": 0.005464405752718449, + "O": 0.002728221705183387, + "W": 0.0001098600187106058, + "N": 3.0167630029609427e-05, + "Y": 0.05060093104839325, + "U": 1.730020267132204e-05, + "K": 0.000388018146622926, + "L": 0.0014036719221621752, + "G": 0.04096110537648201, + "F": 0.07283863425254822, + "E": 0.0005367618869058788, + "T": 0.019266055896878242, + "P": 0.0061106327921152115, + "-": 0.7959710955619812 + }, + "id": "tp_19902" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2487754, + "label": "-", + "classification": { + "B": 1.6098507558126585e-06, + "S": 0.0004809274396393448, + "I": 0.0004833598213735968, + "C": 2.3701182726654224e-05, + "R": 7.942491720314138e-06, + "M": 0.0009333550115115941, + "O": 0.0007512553711421788, + "W": 6.869273056508973e-05, + "N": 0.0003271196910645813, + "Y": 0.18797679245471954, + "U": 1.7097372051466664e-07, + "K": 0.06557997316122055, + "L": 8.70623262017034e-06, + "G": 0.035055968910455704, + "F": 0.317057728767395, + "E": 0.005927704274654388, + "T": 0.033183131366968155, + "P": 0.011460472829639912, + "-": 0.3406714200973511 + }, + "id": "tp_19903" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2487888, + "label": "Y", + "classification": { + "B": 0.00017673925322014838, + "S": 0.004023324698209763, + "I": 0.006276387255638838, + "C": 0.02824428305029869, + "R": 0.008313335478305817, + "M": 0.012238869443535805, + "O": 0.01011949498206377, + "W": 0.002638934412971139, + "N": 0.0023268423974514008, + "Y": 0.5032910704612732, + "U": 2.1538640794460662e-05, + "K": 0.04867365583777428, + "L": 0.0015135594876483083, + "G": 0.15690501034259796, + "F": 0.06592562794685364, + "E": 0.010505812242627144, + "T": 0.07853133231401443, + "P": 0.0019456984009593725, + "-": 0.058328453451395035 + }, + "id": "tp_19904" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2488021, + "label": "Y", + "classification": { + "B": 0.0001722706510918215, + "S": 0.0021545931231230497, + "I": 0.00795823521912098, + "C": 0.0010367757640779018, + "R": 0.0011644548503682017, + "M": 0.02758762426674366, + "O": 0.011541101150214672, + "W": 0.0008361614309251308, + "N": 0.0007101371884346008, + "Y": 0.4597272276878357, + "U": 1.869094012363348e-05, + "K": 0.0004803837218787521, + "L": 0.0016234806971624494, + "G": 0.05530785024166107, + "F": 0.02367274835705757, + "E": 0.0015741812530905008, + "T": 0.13944478332996368, + "P": 0.004184131510555744, + "-": 0.2608051598072052 + }, + "id": "tp_19905" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2488155, + "label": "Y", + "classification": { + "B": 0.00017320516053587198, + "S": 0.011277665384113789, + "I": 0.0030250109266489744, + "C": 0.004419510252773762, + "R": 0.006735806353390217, + "M": 0.030925607308745384, + "O": 0.02532779797911644, + "W": 0.0020227653440088034, + "N": 0.001219577039591968, + "Y": 0.4390729069709778, + "U": 2.633087024150882e-05, + "K": 0.004599715583026409, + "L": 0.00691536720842123, + "G": 0.18506422638893127, + "F": 0.08144553005695343, + "E": 0.0009868080960586667, + "T": 0.15219193696975708, + "P": 0.001125090871937573, + "-": 0.04344520717859268 + }, + "id": "tp_19906" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2488255, + "label": "Y", + "classification": { + "B": 4.473439840779747e-09, + "S": 4.7565536078764126e-06, + "I": 5.198504027248418e-07, + "C": 2.1867033410671866e-06, + "R": 7.356131277447275e-07, + "M": 0.003321864176541567, + "O": 0.0004031606367789209, + "W": 1.5854632806622249e-07, + "N": 1.2620281708564107e-08, + "Y": 0.43751847743988037, + "U": 5.185513043265422e-12, + "K": 4.993718150103632e-08, + "L": 4.21040749642998e-05, + "G": 0.05253692716360092, + "F": 0.04180753231048584, + "E": 1.9185745259164833e-06, + "T": 0.04607145115733147, + "P": 6.023677542543737e-06, + "-": 0.41828209161758423 + }, + "id": "tp_19907" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2488388, + "label": "G", + "classification": { + "B": 3.020882672899461e-07, + "S": 0.0003708980220835656, + "I": 1.4567148355126847e-05, + "C": 0.0005849034641869366, + "R": 0.0001879128540167585, + "M": 0.016993103548884392, + "O": 0.0031731247436255217, + "W": 2.4891725843190216e-05, + "N": 3.108720648015151e-06, + "Y": 0.24585525691509247, + "U": 7.839451754421134e-09, + "K": 0.00017916993238031864, + "L": 0.00045048168976791203, + "G": 0.3573657274246216, + "F": 0.21475213766098022, + "E": 0.00010183022823184729, + "T": 0.07599642872810364, + "P": 2.886037327698432e-05, + "-": 0.0839172750711441 + }, + "id": "tp_19908" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2488522, + "label": "-", + "classification": { + "B": 0.00024624174693599343, + "S": 0.005759618245065212, + "I": 0.0002310554846189916, + "C": 0.0013607965083792806, + "R": 0.003120260778814554, + "M": 0.09559208899736404, + "O": 0.09781716018915176, + "W": 0.0007436483865603805, + "N": 1.0981850209645927e-05, + "Y": 0.15460216999053955, + "U": 5.185170834920427e-07, + "K": 4.422392521519214e-06, + "L": 0.0660892054438591, + "G": 0.20043863356113434, + "F": 0.030647970736026764, + "E": 6.893169484101236e-05, + "T": 0.04379981383681297, + "P": 0.0003458524006418884, + "-": 0.29912069439888 + }, + "id": "tp_19909" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2488655, + "label": "-", + "classification": { + "B": 3.019189875885786e-07, + "S": 1.810799767554272e-05, + "I": 7.210383046185598e-06, + "C": 0.00015602310304529965, + "R": 2.4812170522636734e-05, + "M": 0.0036997010465711355, + "O": 0.00040052758413366973, + "W": 4.318128048907965e-06, + "N": 1.1004794941982254e-06, + "Y": 0.10697253048419952, + "U": 5.687580895141764e-08, + "K": 0.00024162736372090876, + "L": 0.0001290901273023337, + "G": 0.05837209150195122, + "F": 0.11563388258218765, + "E": 0.0002768445119727403, + "T": 0.021281396970152855, + "P": 0.0005192097160033882, + "-": 0.6922612190246582 + }, + "id": "tp_19910" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2488755, + "label": "Y", + "classification": { + "B": 3.853234886719292e-08, + "S": 2.8736074455082417e-05, + "I": 2.053856587735936e-05, + "C": 1.6150150941030006e-06, + "R": 1.8602543150336714e-06, + "M": 0.0024459066335111856, + "O": 0.0004134422924835235, + "W": 1.76607886714919e-06, + "N": 1.0180741583099007e-06, + "Y": 0.6413246393203735, + "U": 2.1167269326216598e-10, + "K": 6.811487310187658e-06, + "L": 3.343588105053641e-06, + "G": 0.007694827392697334, + "F": 0.009365827776491642, + "E": 1.1005094165739138e-05, + "T": 0.08240346610546112, + "P": 5.0681930588325486e-05, + "-": 0.25622448325157166 + }, + "id": "tp_19911" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2488889, + "label": "Y", + "classification": { + "B": 0.00010699586709961295, + "S": 0.003034728579223156, + "I": 0.0049757156521081924, + "C": 0.02220827154815197, + "R": 0.008082683198153973, + "M": 0.028596509248018265, + "O": 0.013721945695579052, + "W": 0.0007234902586787939, + "N": 0.00030223108478821814, + "Y": 0.4475262761116028, + "U": 1.969188588191173e-06, + "K": 0.00010405822831671685, + "L": 0.002954336814582348, + "G": 0.17960333824157715, + "F": 0.035059526562690735, + "E": 0.00069568952312693, + "T": 0.14784422516822815, + "P": 0.0006400618003681302, + "-": 0.1038178876042366 + }, + "id": "tp_19912" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2489022, + "label": "Y", + "classification": { + "B": 7.732613767075236e-07, + "S": 0.0009520021267235279, + "I": 0.0002981249417643994, + "C": 0.0006107197841629386, + "R": 0.00021654082229360938, + "M": 0.0007838914170861244, + "O": 0.001683674519881606, + "W": 0.00023087589943315834, + "N": 0.0001312736567342654, + "Y": 0.7430095672607422, + "U": 7.410930091822365e-09, + "K": 0.029416535049676895, + "L": 2.5107259716605768e-05, + "G": 0.14197374880313873, + "F": 0.020555008202791214, + "E": 0.00031221008975990117, + "T": 0.05724100396037102, + "P": 1.2218297342769802e-05, + "-": 0.002546730451285839 + }, + "id": "tp_19913" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2489156, + "label": "Y", + "classification": { + "B": 6.416932592401281e-05, + "S": 0.0013585638953372836, + "I": 0.004263415466994047, + "C": 0.014948822557926178, + "R": 0.00992963183671236, + "M": 0.09002737700939178, + "O": 0.01012325007468462, + "W": 0.00030037882970646024, + "N": 0.00015650461136829108, + "Y": 0.34907066822052, + "U": 3.2929269764281344e-06, + "K": 1.6766827684477903e-05, + "L": 0.0067025842145085335, + "G": 0.09408540278673172, + "F": 0.004903458058834076, + "E": 0.0005603448371402919, + "T": 0.3431849181652069, + "P": 0.00033985901973210275, + "-": 0.06996062397956848 + }, + "id": "tp_19914" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2489256, + "label": "Y", + "classification": { + "B": 8.260433901341457e-07, + "S": 0.0007374383858405054, + "I": 0.00014831479347776622, + "C": 0.0003405007882975042, + "R": 0.0002210181119153276, + "M": 0.004792913794517517, + "O": 0.0007606176077388227, + "W": 3.7582234654109925e-05, + "N": 2.991072142322082e-05, + "Y": 0.5798019170761108, + "U": 7.583663474974855e-09, + "K": 0.0034544209484010935, + "L": 4.657101817429066e-05, + "G": 0.14997181296348572, + "F": 0.028494451195001602, + "E": 0.00023490599414799362, + "T": 0.2236013561487198, + "P": 1.1900341633008793e-05, + "-": 0.007313515525311232 + }, + "id": "tp_19915" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2489389, + "label": "Y", + "classification": { + "B": 6.401637620001566e-08, + "S": 0.00022363342577591538, + "I": 4.2790372390300035e-05, + "C": 0.0020065135322511196, + "R": 0.0005878861411474645, + "M": 0.0052482569590210915, + "O": 0.0027378592640161514, + "W": 1.4055862266104668e-05, + "N": 3.6267488212615717e-06, + "Y": 0.5777266025543213, + "U": 1.4741278198115992e-09, + "K": 4.339664883445948e-06, + "L": 0.00034263799898326397, + "G": 0.22574205696582794, + "F": 0.014954200945794582, + "E": 5.558959855989087e-06, + "T": 0.16317255795001984, + "P": 2.5165729766740697e-06, + "-": 0.007184898946434259 + }, + "id": "tp_19916" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2489523, + "label": "Y", + "classification": { + "B": 2.665257170519908e-08, + "S": 1.1249365343246609e-05, + "I": 7.0622995735902805e-06, + "C": 4.638365498976782e-05, + "R": 1.405958755640313e-05, + "M": 0.0016387252835556865, + "O": 0.00045105707249604166, + "W": 1.30047101265518e-06, + "N": 4.229482897244452e-07, + "Y": 0.7777141332626343, + "U": 2.365386775338152e-10, + "K": 4.574576905724825e-06, + "L": 3.228338755434379e-05, + "G": 0.12827420234680176, + "F": 0.010167831555008888, + "E": 2.0098541426705196e-05, + "T": 0.03929680213332176, + "P": 6.0317192946968134e-06, + "-": 0.04231385886669159 + }, + "id": "tp_19917" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2489656, + "label": "Y", + "classification": { + "B": 6.082443633204093e-07, + "S": 8.252778934547678e-05, + "I": 0.006538826506584883, + "C": 0.00011114079097751528, + "R": 0.00018326517601963133, + "M": 0.0062352754175662994, + "O": 0.0011021096725016832, + "W": 1.4571688552678097e-05, + "N": 0.00011278092279098928, + "Y": 0.7580423951148987, + "U": 1.1188275195195274e-08, + "K": 9.5101704573608e-06, + "L": 2.7817066438728943e-05, + "G": 0.011447817087173462, + "F": 0.0006962608895264566, + "E": 5.199415682000108e-05, + "T": 0.19755513966083527, + "P": 6.984765059314668e-05, + "-": 0.017718125134706497 + }, + "id": "tp_19918" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2489756, + "label": "Y", + "classification": { + "B": 1.834606155171059e-05, + "S": 0.001348824705928564, + "I": 0.003364216536283493, + "C": 0.0009011300280690193, + "R": 0.0005540202837437391, + "M": 0.02169262431561947, + "O": 0.0052247620187699795, + "W": 0.0002195171982748434, + "N": 0.00041121026151813567, + "Y": 0.6366128921508789, + "U": 5.900932364966138e-07, + "K": 0.00019721861463040113, + "L": 0.0003679809451568872, + "G": 0.05779050663113594, + "F": 0.008350806310772896, + "E": 0.0008007631404325366, + "T": 0.2227754294872284, + "P": 0.0003782659478019923, + "-": 0.03899095952510834 + }, + "id": "tp_19919" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2489890, + "label": "Y", + "classification": { + "B": 3.884742909576744e-06, + "S": 0.0006948251975700259, + "I": 0.0007360453600995243, + "C": 0.0005969622870907187, + "R": 0.0003159234765917063, + "M": 0.004212100058794022, + "O": 0.0033955483231693506, + "W": 0.00022535203606821597, + "N": 0.00012253870954737067, + "Y": 0.6617463827133179, + "U": 4.707342213805532e-07, + "K": 0.004356034565716982, + "L": 0.00014827639097347856, + "G": 0.07704371958971024, + "F": 0.03001885674893856, + "E": 0.00045993144158273935, + "T": 0.08819246292114258, + "P": 0.0004076148325111717, + "-": 0.12732309103012085 + }, + "id": "tp_19920" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2490023, + "label": "Y", + "classification": { + "B": 1.606553814781364e-05, + "S": 0.0002959181438200176, + "I": 0.009432540275156498, + "C": 0.00024850957561284304, + "R": 0.00030102540040388703, + "M": 0.011945321224629879, + "O": 0.0010794969275593758, + "W": 4.595728387357667e-05, + "N": 0.0002902028791140765, + "Y": 0.43368977308273315, + "U": 1.1550795306902728e-06, + "K": 0.0001860340271377936, + "L": 0.00012107415386708453, + "G": 0.011099503375589848, + "F": 0.01218777522444725, + "E": 0.0008637079154141247, + "T": 0.1856355518102646, + "P": 0.005021037068217993, + "-": 0.3275392949581146 + }, + "id": "tp_19921" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2490157, + "label": "-", + "classification": { + "B": 4.8630872697685845e-06, + "S": 2.2489904949907213e-05, + "I": 0.00016504798259120435, + "C": 6.091876457503531e-06, + "R": 8.597200576332398e-06, + "M": 0.0020786079112440348, + "O": 0.00046419509453698993, + "W": 8.043700290727429e-06, + "N": 3.6156318401481258e-06, + "Y": 0.02362189255654812, + "U": 4.860291014097129e-08, + "K": 5.354343670660455e-07, + "L": 1.1501506378408521e-05, + "G": 0.0005404530675150454, + "F": 0.0008196269045583904, + "E": 7.626844308106229e-06, + "T": 0.026657981798052788, + "P": 0.0018322276882827282, + "-": 0.9437466263771057 + }, + "id": "tp_19922" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2490257, + "label": "Y", + "classification": { + "B": 9.821264939091634e-06, + "S": 0.00026607431937009096, + "I": 0.0002541016147006303, + "C": 0.00021373516938183457, + "R": 0.00012245975085534155, + "M": 0.03308744728565216, + "O": 0.0030494709499180317, + "W": 1.5734425687696785e-05, + "N": 4.982294285582611e-06, + "Y": 0.4320693910121918, + "U": 2.661095699352245e-08, + "K": 1.7875910316433874e-06, + "L": 0.0008468875312246382, + "G": 0.1198306754231453, + "F": 0.024836421012878418, + "E": 0.0001374470884911716, + "T": 0.09735356271266937, + "P": 0.00021480757277458906, + "-": 0.28768518567085266 + }, + "id": "tp_19923" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2490390, + "label": "Y", + "classification": { + "B": 3.475785437245804e-09, + "S": 9.486248018220067e-05, + "I": 1.279921207242296e-06, + "C": 0.00015868942136876285, + "R": 3.7732032069470733e-05, + "M": 0.0017221319722011685, + "O": 0.0005226904177106917, + "W": 2.1878847746847896e-06, + "N": 1.0707852737823487e-07, + "Y": 0.6372217535972595, + "U": 1.9109089310909155e-12, + "K": 1.102253190765623e-05, + "L": 1.8796525182551704e-05, + "G": 0.2552403211593628, + "F": 0.015548806637525558, + "E": 3.4247505027451552e-06, + "T": 0.08744148164987564, + "P": 4.950587850771626e-08, + "-": 0.001974542159587145 + }, + "id": "tp_19924" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2490524, + "label": "-", + "classification": { + "B": 3.4296980810921696e-09, + "S": 1.264087472918618e-06, + "I": 5.620336742140353e-05, + "C": 3.849646600428969e-05, + "R": 1.1073571840825025e-05, + "M": 0.00025951743009500206, + "O": 6.6834814788308e-05, + "W": 5.623977585855755e-07, + "N": 1.2692067912212224e-06, + "Y": 0.3195294737815857, + "U": 1.2450005471009717e-09, + "K": 2.8395314075169154e-05, + "L": 1.1995575732726138e-06, + "G": 0.006893833167850971, + "F": 0.01218978501856327, + "E": 3.0244937079260126e-05, + "T": 0.017794650048017502, + "P": 0.0003191537398379296, + "-": 0.6427779197692871 + }, + "id": "tp_19925" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2490657, + "label": "-", + "classification": { + "B": 2.4268797460536007e-06, + "S": 2.598739229142666e-05, + "I": 0.00039494200609624386, + "C": 0.0022374114487320185, + "R": 0.0011640011798590422, + "M": 0.00755702331662178, + "O": 0.001158041530288756, + "W": 2.374943687755149e-05, + "N": 6.682967523374828e-06, + "Y": 0.29561710357666016, + "U": 8.618090987511096e-07, + "K": 4.323988378018839e-06, + "L": 0.0005906411097384989, + "G": 0.021388692781329155, + "F": 0.011310402303934097, + "E": 6.0659040173050016e-05, + "T": 0.047398343682289124, + "P": 0.0007744204485788941, + "-": 0.6102843284606934 + }, + "id": "tp_19926" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2490757, + "label": "Y", + "classification": { + "B": 8.437645533376781e-07, + "S": 0.003026158083230257, + "I": 0.00014369122800417244, + "C": 5.758751285611652e-05, + "R": 3.2501775422133505e-05, + "M": 0.005073381122201681, + "O": 0.004053559619933367, + "W": 9.467531344853342e-05, + "N": 7.423047645715997e-05, + "Y": 0.6408203840255737, + "U": 4.723075708312763e-09, + "K": 0.0017530969344079494, + "L": 7.912712317192927e-05, + "G": 0.11518077552318573, + "F": 0.12237050384283066, + "E": 0.0004559500084724277, + "T": 0.08013582974672318, + "P": 0.00010930013377219439, + "-": 0.026538323611021042 + }, + "id": "tp_19927" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2490891, + "label": "F", + "classification": { + "B": 0.00019191138562746346, + "S": 0.038919780403375626, + "I": 5.676266300724819e-05, + "C": 0.00043337055831216276, + "R": 0.0006513978587463498, + "M": 0.055275917053222656, + "O": 0.06712054461240768, + "W": 0.00149251997936517, + "N": 1.3757239685219247e-05, + "Y": 0.07054560631513596, + "U": 9.72803917420606e-08, + "K": 1.7212432794622146e-05, + "L": 0.014439783990383148, + "G": 0.15004684031009674, + "F": 0.2766273021697998, + "E": 0.00015232387522701174, + "T": 0.05863884091377258, + "P": 0.00038289124495349824, + "-": 0.2649930715560913 + }, + "id": "tp_19928" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2491024, + "label": "Y", + "classification": { + "B": 3.575375018272098e-08, + "S": 9.771643090061843e-05, + "I": 1.9528566554072313e-05, + "C": 9.951640095096081e-06, + "R": 1.595855428604409e-05, + "M": 0.0023013425525277853, + "O": 0.0008204218465834856, + "W": 4.839037046622252e-06, + "N": 5.792300612483814e-07, + "Y": 0.8200362920761108, + "U": 1.121060466680035e-10, + "K": 5.4044662647356745e-06, + "L": 2.1856778403162025e-05, + "G": 0.02196352370083332, + "F": 0.008394015952944756, + "E": 2.095436002491624e-06, + "T": 0.10211674124002457, + "P": 4.098863428225741e-06, + "-": 0.04418550431728363 + }, + "id": "tp_19929" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2491158, + "label": "Y", + "classification": { + "B": 8.591266720259227e-08, + "S": 1.0900920642598066e-05, + "I": 0.00021521287271752954, + "C": 0.00015377784438896924, + "R": 7.3605464422144e-05, + "M": 0.0019729947671294212, + "O": 0.00032920707599259913, + "W": 4.37918151874328e-06, + "N": 4.0677355173102114e-06, + "Y": 0.7943938374519348, + "U": 6.901548221804887e-09, + "K": 2.5482335331616923e-05, + "L": 1.0016955457103904e-05, + "G": 0.016763322055339813, + "F": 0.0018114690901711583, + "E": 1.7117657989729196e-05, + "T": 0.09598301351070404, + "P": 3.4455344575690106e-05, + "-": 0.0881970226764679 + }, + "id": "tp_19930" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2491258, + "label": "Y", + "classification": { + "B": 9.016010267259844e-07, + "S": 0.0020320152398198843, + "I": 0.00041629522456787527, + "C": 0.00016066218086052686, + "R": 0.00012048325152136385, + "M": 0.0015606330707669258, + "O": 0.0014390661381185055, + "W": 0.00021614223078358918, + "N": 0.00013885826047044247, + "Y": 0.7671569585800171, + "U": 2.9732424522421752e-08, + "K": 0.0037409462966024876, + "L": 2.732112625380978e-05, + "G": 0.046345945447683334, + "F": 0.025513436645269394, + "E": 0.0001467270776629448, + "T": 0.14392216503620148, + "P": 3.9769296563463286e-05, + "-": 0.0070216297172009945 + }, + "id": "tp_19931" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2491391, + "label": "F", + "classification": { + "B": 3.0211689590942115e-05, + "S": 0.11507070064544678, + "I": 4.786773570231162e-05, + "C": 8.178148709703237e-05, + "R": 6.700678932247683e-05, + "M": 0.029558787122368813, + "O": 0.03220188617706299, + "W": 0.0012957907747477293, + "N": 5.395300831878558e-05, + "Y": 0.13185016810894012, + "U": 2.7756408726986592e-08, + "K": 0.003754276782274246, + "L": 0.0013018831377848983, + "G": 0.2742064595222473, + "F": 0.2823176085948944, + "E": 0.0006436521071009338, + "T": 0.08604218810796738, + "P": 9.623825462767854e-05, + "-": 0.041379451751708984 + }, + "id": "tp_19932" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2491525, + "label": "T", + "classification": { + "B": 0.00011313307913951576, + "S": 0.03528209775686264, + "I": 0.02286505699157715, + "C": 0.0001196654629893601, + "R": 0.00025144952815026045, + "M": 0.08222227543592453, + "O": 0.014405250549316406, + "W": 0.00038853302248753607, + "N": 0.001368100754916668, + "Y": 0.2512790262699127, + "U": 8.90106690576431e-08, + "K": 0.001310659572482109, + "L": 0.0009690902079455554, + "G": 0.09516464173793793, + "F": 0.008412711322307587, + "E": 0.0029101513791829348, + "T": 0.4278327226638794, + "P": 0.002269710646942258, + "-": 0.052835654467344284 + }, + "id": "tp_19933" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2491658, + "label": "Y", + "classification": { + "B": 2.179234343202552e-06, + "S": 0.00030165695352479815, + "I": 5.6891680287662894e-05, + "C": 5.704374416382052e-05, + "R": 6.311126344371587e-05, + "M": 0.03582233563065529, + "O": 0.008138250559568405, + "W": 1.9992276065750048e-05, + "N": 5.696491029993922e-07, + "Y": 0.5130088329315186, + "U": 1.7047508960033042e-09, + "K": 4.1035978171066745e-08, + "L": 0.000999403651803732, + "G": 0.03632379695773125, + "F": 0.0019392746035009623, + "E": 2.165907517337473e-06, + "T": 0.17290976643562317, + "P": 1.4721248589921743e-05, + "-": 0.2303399294614792 + }, + "id": "tp_19934" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2491758, + "label": "G", + "classification": { + "B": 3.079681482631713e-05, + "S": 0.0023275406565517187, + "I": 0.0006343129789456725, + "C": 0.0029752952978014946, + "R": 0.0005812800955027342, + "M": 0.008968117646872997, + "O": 0.004109587520360947, + "W": 0.0003857893170788884, + "N": 0.0002545639290474355, + "Y": 0.31290262937545776, + "U": 2.4309207447004155e-07, + "K": 0.01131545938551426, + "L": 0.00048014294588938355, + "G": 0.5201358795166016, + "F": 0.042053189128637314, + "E": 0.006166298408061266, + "T": 0.06716031581163406, + "P": 0.00013785743794869632, + "-": 0.019380614161491394 + }, + "id": "tp_19935" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2491892, + "label": "Y", + "classification": { + "B": 5.4023239499656484e-05, + "S": 0.0003071953251492232, + "I": 0.04198414087295532, + "C": 0.0007680246490053833, + "R": 0.0009517452563159168, + "M": 0.03314511850476265, + "O": 0.0012472905218601227, + "W": 9.166248491965234e-05, + "N": 0.0011231392854824662, + "Y": 0.623780369758606, + "U": 3.9846568142820615e-06, + "K": 0.0003431037184782326, + "L": 0.00017394349561072886, + "G": 0.025075512006878853, + "F": 0.006131123751401901, + "E": 0.0046463897451758385, + "T": 0.12950871884822845, + "P": 0.0076871891506016254, + "-": 0.12297739088535309 + }, + "id": "tp_19936" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2492025, + "label": "Y", + "classification": { + "B": 4.4276448534219526e-06, + "S": 0.0005213906988501549, + "I": 4.2392988689243793e-05, + "C": 0.003671917598694563, + "R": 0.0010808593360707164, + "M": 0.02369934692978859, + "O": 0.006789929699152708, + "W": 9.107834921451285e-05, + "N": 3.007986833836185e-06, + "Y": 0.4020629823207855, + "U": 3.7434393362900664e-08, + "K": 2.3712802430964075e-05, + "L": 0.002475512446835637, + "G": 0.2505973279476166, + "F": 0.06784285604953766, + "E": 8.426399290328845e-05, + "T": 0.08141577988862991, + "P": 3.406989708309993e-05, + "-": 0.15955905616283417 + }, + "id": "tp_19937" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2492125, + "label": "Y", + "classification": { + "B": 0.00017482880502939224, + "S": 0.0045572128146886826, + "I": 0.010988570749759674, + "C": 0.0004945950931869447, + "R": 0.0004142033285461366, + "M": 0.11173193156719208, + "O": 0.015761664137244225, + "W": 0.00016370229423046112, + "N": 0.0005758156767114997, + "Y": 0.4110060930252075, + "U": 1.6902401966945035e-07, + "K": 2.8394259061315097e-05, + "L": 0.0027942839078605175, + "G": 0.14686231315135956, + "F": 0.005302682518959045, + "E": 0.0017850743606686592, + "T": 0.24226413667201996, + "P": 0.0006446271436288953, + "-": 0.04444974288344383 + }, + "id": "tp_19938" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2492259, + "label": "F", + "classification": { + "B": 0.0011684962082654238, + "S": 0.005755240097641945, + "I": 0.014370446093380451, + "C": 0.061497703194618225, + "R": 0.017751919105648994, + "M": 0.032260484993457794, + "O": 0.011146312579512596, + "W": 0.0026943995617330074, + "N": 0.0046858941204845905, + "Y": 0.10989802330732346, + "U": 0.00025994679890573025, + "K": 0.012628842145204544, + "L": 0.011624058708548546, + "G": 0.2107478827238083, + "F": 0.23502731323242188, + "E": 0.03495301678776741, + "T": 0.05043482035398483, + "P": 0.019740624353289604, + "-": 0.1633545607328415 + }, + "id": "tp_19939" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2492392, + "label": "-", + "classification": { + "B": 2.211166065535508e-05, + "S": 0.0002891667827498168, + "I": 2.911266710725613e-05, + "C": 9.8554533906281e-05, + "R": 0.0002238708402728662, + "M": 0.025939228013157845, + "O": 0.007002002093940973, + "W": 4.7834982979111373e-05, + "N": 9.652827657191665e-07, + "Y": 0.0493059903383255, + "U": 1.4346636589834816e-07, + "K": 6.95713850973334e-08, + "L": 0.007588126230984926, + "G": 0.020092153921723366, + "F": 0.03378422185778618, + "E": 1.8054655811283737e-05, + "T": 0.023077458143234253, + "P": 0.0005302867502905428, + "-": 0.8319506049156189 + }, + "id": "tp_19940" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2492526, + "label": "Y", + "classification": { + "B": 4.593506673700176e-06, + "S": 0.0001171589465229772, + "I": 0.005324822850525379, + "C": 0.0001867975079221651, + "R": 0.0001733446551952511, + "M": 0.004234046209603548, + "O": 0.0010242469143122435, + "W": 3.9430942706530914e-05, + "N": 0.00017721390759106725, + "Y": 0.6838006973266602, + "U": 5.432581815512094e-07, + "K": 0.0001293615932809189, + "L": 4.805369462701492e-05, + "G": 0.017315370962023735, + "F": 0.004298592451959848, + "E": 0.00043139411718584597, + "T": 0.13187427818775177, + "P": 0.0009245144901797175, + "-": 0.1498955488204956 + }, + "id": "tp_19941" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2492626, + "label": "Y", + "classification": { + "B": 3.1187180866254494e-05, + "S": 0.01149097178131342, + "I": 0.000713922141585499, + "C": 0.0001544029073556885, + "R": 0.00041526375571265817, + "M": 0.12253110855817795, + "O": 0.03417063504457474, + "W": 0.00028303571161814034, + "N": 3.728180308826268e-05, + "Y": 0.32264992594718933, + "U": 1.9983227517172963e-08, + "K": 1.565088314237073e-05, + "L": 0.0032081338576972485, + "G": 0.07877381145954132, + "F": 0.021592864766716957, + "E": 0.0001635138178244233, + "T": 0.271050363779068, + "P": 0.00017147944890893996, + "-": 0.13254643976688385 + }, + "id": "tp_19942" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2492759, + "label": "-", + "classification": { + "B": 7.743721653241664e-06, + "S": 0.0007226380403153598, + "I": 0.00024282890080939978, + "C": 9.201371540257242e-06, + "R": 1.6865938960108906e-05, + "M": 0.007040590513497591, + "O": 0.0028872680850327015, + "W": 4.113666000193916e-05, + "N": 1.4142940017336514e-05, + "Y": 0.10513367503881454, + "U": 3.8663280577111436e-08, + "K": 7.571354217361659e-06, + "L": 8.920193067751825e-05, + "G": 0.007326143328100443, + "F": 0.03758237138390541, + "E": 0.00014965463196858764, + "T": 0.021291105076670647, + "P": 0.0024151005782186985, + "-": 0.8150227069854736 + }, + "id": "tp_19943" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2492893, + "label": "Y", + "classification": { + "B": 0.00012149431859143078, + "S": 0.0032535670325160027, + "I": 0.01259777881205082, + "C": 0.0005964746815152466, + "R": 0.00047955295303836465, + "M": 0.025999626144766808, + "O": 0.011062503792345524, + "W": 0.00034967565443366766, + "N": 0.0007262621074914932, + "Y": 0.5838831663131714, + "U": 3.6407959669304546e-07, + "K": 0.0002224851632490754, + "L": 0.0006938787992112339, + "G": 0.11091044545173645, + "F": 0.011122743599116802, + "E": 0.0012656402541324496, + "T": 0.17426981031894684, + "P": 0.0007864731014706194, + "-": 0.06165807694196701 + }, + "id": "tp_19944" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2493026, + "label": "Y", + "classification": { + "B": 0.00012410579074639827, + "S": 0.001478849328123033, + "I": 0.002313437405973673, + "C": 0.0016707900213077664, + "R": 0.000743961485568434, + "M": 0.018848327919840813, + "O": 0.004370315931737423, + "W": 0.0003640874056145549, + "N": 0.0004240028210915625, + "Y": 0.405381977558136, + "U": 6.1468322201108094e-06, + "K": 0.0019028972601518035, + "L": 0.0006759794778190553, + "G": 0.08467596024274826, + "F": 0.08159421384334564, + "E": 0.003176115918904543, + "T": 0.11018034815788269, + "P": 0.003474820638075471, + "-": 0.27859368920326233 + }, + "id": "tp_19945" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2493126, + "label": "F", + "classification": { + "B": 2.7927412702410948e-06, + "S": 0.00022115401225164533, + "I": 0.0001031210704240948, + "C": 0.0002205983328167349, + "R": 5.411127131083049e-05, + "M": 0.002082872437313199, + "O": 0.000730625179130584, + "W": 2.7784000849351287e-05, + "N": 1.4591613762604538e-05, + "Y": 0.21147717535495758, + "U": 1.802303906117686e-08, + "K": 0.0013938070042058825, + "L": 7.656768866581842e-05, + "G": 0.15280362963676453, + "F": 0.42738401889801025, + "E": 0.001966546755284071, + "T": 0.020420553162693977, + "P": 0.0005368280108086765, + "-": 0.18048323690891266 + }, + "id": "tp_19946" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2493260, + "label": "-", + "classification": { + "B": 9.566674634697847e-06, + "S": 0.0007191252079792321, + "I": 0.0002236222062492743, + "C": 4.7947098209988326e-05, + "R": 9.663915989222005e-05, + "M": 0.013828377239406109, + "O": 0.004596622195094824, + "W": 6.152297282824293e-05, + "N": 5.21991069035721e-06, + "Y": 0.18521429598331451, + "U": 1.5018924770515696e-08, + "K": 1.3662934179592412e-06, + "L": 0.0006009587668813765, + "G": 0.016409769654273987, + "F": 0.03233865648508072, + "E": 3.2893869502004236e-05, + "T": 0.09251493215560913, + "P": 0.00037851929664611816, + "-": 0.6529200077056885 + }, + "id": "tp_19947" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2493393, + "label": "Y", + "classification": { + "B": 1.926150128284121e-09, + "S": 1.0680230843718164e-05, + "I": 1.1896197065652814e-05, + "C": 2.967780687868071e-07, + "R": 3.4635078804967634e-07, + "M": 0.0006321554537862539, + "O": 7.727707998128608e-05, + "W": 2.445286213514919e-07, + "N": 1.05077710088608e-07, + "Y": 0.8216702342033386, + "U": 1.1987536614396777e-12, + "K": 3.191472615071689e-07, + "L": 2.7786947498498193e-07, + "G": 0.0017915742937475443, + "F": 0.0013217095984146, + "E": 4.562422475373751e-07, + "T": 0.11232957243919373, + "P": 2.700807499422808e-06, + "-": 0.062150225043296814 + }, + "id": "tp_19948" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2493527, + "label": "Y", + "classification": { + "B": 1.3842794032825623e-05, + "S": 0.0061554256826639175, + "I": 0.013830984942615032, + "C": 0.003050372237339616, + "R": 0.0017275414429605007, + "M": 0.011166729964315891, + "O": 0.008205289021134377, + "W": 0.0003575296141207218, + "N": 0.0017425117548555136, + "Y": 0.5120821595191956, + "U": 3.6837099059994216e-07, + "K": 0.0006770338513888419, + "L": 0.0007958650821819901, + "G": 0.14752443134784698, + "F": 0.05842181667685509, + "E": 0.0005916169611737132, + "T": 0.2031278759241104, + "P": 0.0007595052011311054, + "-": 0.029769185930490494 + }, + "id": "tp_19949" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2493627, + "label": "Y", + "classification": { + "B": 2.1484482203959487e-05, + "S": 0.006505231373012066, + "I": 0.0025669457390904427, + "C": 0.002159802708774805, + "R": 0.0016025207005441189, + "M": 0.05730355903506279, + "O": 0.020496122539043427, + "W": 0.00078095484059304, + "N": 0.0004984168917872012, + "Y": 0.3466443121433258, + "U": 2.3151981167757185e-06, + "K": 0.0017015703488141298, + "L": 0.001789504662156105, + "G": 0.08703095465898514, + "F": 0.03910322114825249, + "E": 0.0008301345515064895, + "T": 0.337043434381485, + "P": 0.0008617326966486871, + "-": 0.09305776655673981 + }, + "id": "tp_19950" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2493760, + "label": "-", + "classification": { + "B": 5.7819846688289545e-08, + "S": 6.557892447744962e-06, + "I": 5.574841270572506e-05, + "C": 1.5105110833246727e-05, + "R": 1.0092494449054357e-05, + "M": 0.0009495726553723216, + "O": 0.00012888244236819446, + "W": 1.869731818260334e-06, + "N": 1.1428494417486945e-06, + "Y": 0.4162285625934601, + "U": 2.9286515434989724e-09, + "K": 6.8477907007036265e-06, + "L": 4.715434442914557e-06, + "G": 0.004486325196921825, + "F": 0.010568891651928425, + "E": 2.2070265913498588e-05, + "T": 0.051966916769742966, + "P": 0.00020823437080252916, + "-": 0.5153383612632751 + }, + "id": "tp_19951" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2493894, + "label": "-", + "classification": { + "B": 5.7885430578608066e-05, + "S": 0.00011316968448227271, + "I": 0.0015722053358331323, + "C": 0.0027383447159081697, + "R": 0.001712704892270267, + "M": 0.01700514554977417, + "O": 0.0031031582038849592, + "W": 6.335621583275497e-05, + "N": 2.647005567268934e-05, + "Y": 0.11332958936691284, + "U": 2.038101683865534e-06, + "K": 2.201524466727278e-06, + "L": 0.0021077441051602364, + "G": 0.02447344921529293, + "F": 0.013608871959149837, + "E": 0.00021294262842275202, + "T": 0.045447953045368195, + "P": 0.0033338877838104963, + "-": 0.7710888981819153 + }, + "id": "tp_19952" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2494027, + "label": "-", + "classification": { + "B": 0.000343094376148656, + "S": 0.0029897326603531837, + "I": 0.020198188722133636, + "C": 0.0012853266671299934, + "R": 0.0006588011747226119, + "M": 0.018159454688429832, + "O": 0.006560888607054949, + "W": 0.000608504400588572, + "N": 0.0020941151306033134, + "Y": 0.334011048078537, + "U": 8.592115591454785e-06, + "K": 0.0016756932018324733, + "L": 0.0005346551770344377, + "G": 0.059055835008621216, + "F": 0.046471841633319855, + "E": 0.01119664590805769, + "T": 0.08954297006130219, + "P": 0.02023932710289955, + "-": 0.38436535000801086 + }, + "id": "tp_19953" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2494127, + "label": "-", + "classification": { + "B": 1.5576620171486866e-07, + "S": 0.00014185361214913428, + "I": 4.2021158151328564e-05, + "C": 8.152612281264737e-05, + "R": 8.223076292779297e-05, + "M": 0.004778594244271517, + "O": 0.001545137376524508, + "W": 1.621113915462047e-05, + "N": 2.6435707241034834e-06, + "Y": 0.028042400255799294, + "U": 9.089575314646936e-08, + "K": 2.4009792468859814e-05, + "L": 0.00017901953833643347, + "G": 0.005042755510658026, + "F": 0.041812822222709656, + "E": 1.7173824744531885e-05, + "T": 0.016387060284614563, + "P": 0.0015946300700306892, + "-": 0.9002098441123962 + }, + "id": "tp_19954" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2494261, + "label": "-", + "classification": { + "B": 2.5162011141333096e-08, + "S": 4.51519554189872e-07, + "I": 7.179576641647145e-05, + "C": 8.978327059594449e-06, + "R": 3.983530859841267e-06, + "M": 0.0003103995986748487, + "O": 5.524478547158651e-05, + "W": 3.9781534155736153e-07, + "N": 6.67883284677373e-07, + "Y": 0.02549642324447632, + "U": 6.0959237657698395e-09, + "K": 5.218107162363594e-06, + "L": 7.655041258658457e-07, + "G": 0.000692018773406744, + "F": 0.0007402393384836614, + "E": 8.527295904059429e-06, + "T": 0.008441672660410404, + "P": 0.0004103265528101474, + "-": 0.9637527465820312 + }, + "id": "tp_19955" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2494394, + "label": "Y", + "classification": { + "B": 8.446658057437162e-07, + "S": 0.00034565504756756127, + "I": 3.381195347174071e-05, + "C": 0.030739542096853256, + "R": 0.013176079839468002, + "M": 0.019428076222538948, + "O": 0.007351655978709459, + "W": 0.00019761791918426752, + "N": 2.5105484837695258e-06, + "Y": 0.36399030685424805, + "U": 2.625128274758026e-07, + "K": 1.3969915926281828e-05, + "L": 0.005858708638697863, + "G": 0.08966588228940964, + "F": 0.0898299440741539, + "E": 1.683257687545847e-05, + "T": 0.07850012183189392, + "P": 8.363137749256566e-05, + "-": 0.3007645606994629 + }, + "id": "tp_19956" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2494528, + "label": "-", + "classification": { + "B": 1.7096228475566022e-05, + "S": 0.0002886829897761345, + "I": 0.004971172194927931, + "C": 0.0004763104079756886, + "R": 0.00020797339675482363, + "M": 0.0026815698947757483, + "O": 0.0008295790757983923, + "W": 0.0001140774620580487, + "N": 0.0008099910337477922, + "Y": 0.028834817931056023, + "U": 2.032621887337882e-05, + "K": 0.0021701697260141373, + "L": 0.00012014123058179393, + "G": 0.008495355024933815, + "F": 0.07011396437883377, + "E": 0.0044240946881473064, + "T": 0.022478776052594185, + "P": 0.09724083542823792, + "-": 0.7557049989700317 + }, + "id": "tp_19957" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2494628, + "label": "-", + "classification": { + "B": 1.161870155641509e-09, + "S": 2.0711568993192486e-07, + "I": 4.125072882743552e-05, + "C": 1.3998321435337857e-07, + "R": 1.283808614971349e-07, + "M": 9.124274947680533e-05, + "O": 6.598278559977189e-06, + "W": 5.872958297459263e-08, + "N": 2.742393121479836e-07, + "Y": 0.1230166032910347, + "U": 1.1395143162395982e-10, + "K": 3.095610736636445e-06, + "L": 2.228383877422857e-08, + "G": 0.00033753702882677317, + "F": 0.000688941334374249, + "E": 4.215591161482735e-06, + "T": 0.020011764019727707, + "P": 0.0001591280597494915, + "-": 0.8556387424468994 + }, + "id": "tp_19958" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2494761, + "label": "-", + "classification": { + "B": 1.8093817999442763e-08, + "S": 8.718272965779761e-07, + "I": 5.57937801204389e-06, + "C": 3.786902379943058e-05, + "R": 1.871290987764951e-05, + "M": 0.0015602661296725273, + "O": 0.0002687067026272416, + "W": 4.1144437545881374e-07, + "N": 8.159604192314873e-08, + "Y": 0.037869423627853394, + "U": 5.331441954581351e-09, + "K": 1.20102825462709e-08, + "L": 5.597282142844051e-05, + "G": 0.0016656954539939761, + "F": 0.0019784264732152224, + "E": 3.373629851921578e-06, + "T": 0.005016196984797716, + "P": 0.00035143556306138635, + "-": 0.9511669874191284 + }, + "id": "tp_19959" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2494895, + "label": "-", + "classification": { + "B": 1.009756189773725e-08, + "S": 1.0550744491411024e-06, + "I": 1.3360255479710759e-06, + "C": 1.0044076361737098e-06, + "R": 2.4468283754686126e-07, + "M": 0.0001110761659219861, + "O": 9.342714292870369e-06, + "W": 1.0902018487968235e-07, + "N": 5.883211784407649e-08, + "Y": 0.05018845573067665, + "U": 3.547944160686711e-10, + "K": 7.196675142040476e-06, + "L": 2.5628435196267674e-07, + "G": 0.001341349328868091, + "F": 0.009099281392991543, + "E": 8.332492143381387e-06, + "T": 0.006630915682762861, + "P": 0.00019089887791778892, + "-": 0.9324090480804443 + }, + "id": "tp_19960" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2495028, + "label": "-", + "classification": { + "B": 0.00020205735927447677, + "S": 0.00014134492084849626, + "I": 9.991534170694649e-05, + "C": 3.3031167845365417e-07, + "R": 4.996226721232233e-07, + "M": 0.0006083319312892854, + "O": 0.0005739702028222382, + "W": 1.6134732504724525e-05, + "N": 5.500198767549591e-06, + "Y": 0.00028584717074409127, + "U": 5.3608509631430934e-08, + "K": 5.438797643364524e-07, + "L": 1.7858430510386825e-05, + "G": 0.0003065207274630666, + "F": 0.006419585086405277, + "E": 0.00015144585631787777, + "T": 0.0005626241909340024, + "P": 0.056295886635780334, + "-": 0.9343114495277405 + }, + "id": "tp_19961" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2495128, + "label": "-", + "classification": { + "B": 6.253605079109548e-06, + "S": 0.0009923145407810807, + "I": 0.0005684334319084883, + "C": 7.0404908001364674e-06, + "R": 2.9250537409097888e-05, + "M": 0.005988642107695341, + "O": 0.007240168284624815, + "W": 6.080264211050235e-05, + "N": 1.5687697668909095e-05, + "Y": 0.2548524737358093, + "U": 2.580486713199548e-09, + "K": 1.2231843129484332e-06, + "L": 5.871623943676241e-05, + "G": 0.008924889378249645, + "F": 0.003959968686103821, + "E": 5.434122613223735e-06, + "T": 0.22764810919761658, + "P": 0.00030671246349811554, + "-": 0.48933377861976624 + }, + "id": "tp_19962" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2495262, + "label": "Y", + "classification": { + "B": 1.5964768396159457e-10, + "S": 1.126130086959165e-06, + "I": 1.137542966489491e-07, + "C": 2.757171159828431e-06, + "R": 6.112184678386257e-07, + "M": 0.00016674397920724005, + "O": 2.5758121410035528e-05, + "W": 6.529787555109579e-08, + "N": 5.155056381767054e-09, + "Y": 0.48088929057121277, + "U": 1.7560726093754364e-12, + "K": 4.729339252662612e-06, + "L": 6.5408164573455e-07, + "G": 0.0251386146992445, + "F": 0.1019982397556305, + "E": 1.5525099570368184e-06, + "T": 0.0267465990036726, + "P": 2.549932332840399e-06, + "-": 0.3650205731391907 + }, + "id": "tp_19963" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2495395, + "label": "-", + "classification": { + "B": 2.635553926211287e-07, + "S": 3.851880683214404e-05, + "I": 2.7732137368730037e-06, + "C": 9.208252777170856e-06, + "R": 4.70216491521569e-06, + "M": 0.0036997757852077484, + "O": 0.0004531173035502434, + "W": 1.7922229744726792e-06, + "N": 1.3564030609813926e-07, + "Y": 0.008110654540359974, + "U": 2.5692206140348617e-09, + "K": 4.582783503792598e-07, + "L": 0.00012723061081487685, + "G": 0.004004766698926687, + "F": 0.04763275384902954, + "E": 2.056704215647187e-05, + "T": 0.0035939309746026993, + "P": 0.0004850375116802752, + "-": 0.931814432144165 + }, + "id": "tp_19964" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2495529, + "label": "-", + "classification": { + "B": 0.00026917606010101736, + "S": 0.0004474752058740705, + "I": 0.002260346431285143, + "C": 0.006114476826041937, + "R": 0.0016128268325701356, + "M": 0.027765676379203796, + "O": 0.004086363594979048, + "W": 0.00029554820503108203, + "N": 0.0003463582834228873, + "Y": 0.12439068406820297, + "U": 7.12144174030982e-05, + "K": 0.0009424067684449255, + "L": 0.002791008912026882, + "G": 0.06669937074184418, + "F": 0.07014235854148865, + "E": 0.00923977605998516, + "T": 0.039359793066978455, + "P": 0.01602693274617195, + "-": 0.6271383166313171 + }, + "id": "tp_19965" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2495629, + "label": "-", + "classification": { + "B": 1.0557897667240468e-07, + "S": 2.253128059237497e-06, + "I": 6.024639560564538e-07, + "C": 2.269513515784638e-06, + "R": 1.971723804672365e-06, + "M": 0.00027586636133491993, + "O": 5.20748071721755e-05, + "W": 4.4321427594695706e-07, + "N": 1.4154210248307209e-08, + "Y": 0.003445161273702979, + "U": 1.4132109926734415e-09, + "K": 3.213693844372756e-08, + "L": 2.361594670219347e-05, + "G": 0.0006927060312591493, + "F": 0.03166653960943222, + "E": 1.5958584071995574e-06, + "T": 0.0013410085812211037, + "P": 0.00024726358242332935, + "-": 0.9622464776039124 + }, + "id": "tp_19966" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2495762, + "label": "-", + "classification": { + "B": 1.6630281152174575e-08, + "S": 2.147140776287415e-06, + "I": 7.245391486776498e-08, + "C": 3.0408025395445293e-06, + "R": 3.03759406961035e-06, + "M": 0.0017381943762302399, + "O": 0.00026587158208712935, + "W": 2.65398711007947e-07, + "N": 8.029552023280928e-10, + "Y": 0.005883691366761923, + "U": 4.049047208631862e-11, + "K": 1.07712183616826e-09, + "L": 0.00015631766291335225, + "G": 0.002868922194465995, + "F": 0.020230665802955627, + "E": 1.0986124010514686e-07, + "T": 0.002076811855658889, + "P": 1.1628851098066662e-05, + "-": 0.9667592644691467 + }, + "id": "tp_19967" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2495896, + "label": "-", + "classification": { + "B": 5.31678267634561e-07, + "S": 2.3390161913994234e-06, + "I": 1.5465851674889564e-06, + "C": 2.24533982873254e-06, + "R": 5.859883458469994e-07, + "M": 0.00022102489310782403, + "O": 1.9928260371671058e-05, + "W": 4.6001770215298166e-07, + "N": 2.023777767590218e-07, + "Y": 0.006421300116926432, + "U": 1.2605981147828516e-08, + "K": 1.0771630513772834e-05, + "L": 2.4503704025846673e-06, + "G": 0.0015243222005665302, + "F": 0.03351754695177078, + "E": 0.00010508002014830709, + "T": 0.0012998904567211866, + "P": 0.002890495816245675, + "-": 0.9539793133735657 + }, + "id": "tp_19968" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2496029, + "label": "-", + "classification": { + "B": 4.772037698330678e-08, + "S": 1.582623372087255e-05, + "I": 1.9498249912430765e-06, + "C": 1.422390027983056e-06, + "R": 3.406701409858215e-07, + "M": 0.0008946782909333706, + "O": 0.00010522731463424861, + "W": 5.37212258677755e-07, + "N": 1.0203937250707895e-07, + "Y": 0.03514426574110985, + "U": 2.3039541108271777e-10, + "K": 6.26411747361999e-06, + "L": 3.3449910006311256e-06, + "G": 0.005228705238550901, + "F": 0.019017834216356277, + "E": 2.654078161867801e-05, + "T": 0.009413007646799088, + "P": 0.00020829109416808933, + "-": 0.9299315810203552 + }, + "id": "tp_19969" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2496129, + "label": "-", + "classification": { + "B": 1.3242954288728015e-08, + "S": 1.7732568835526763e-07, + "I": 1.8571702753433783e-07, + "C": 4.9460133766388026e-08, + "R": 1.2125976667221039e-08, + "M": 8.995154348667711e-05, + "O": 3.7384672850748757e-06, + "W": 8.816309460257798e-09, + "N": 1.526604842538859e-09, + "Y": 0.00025002582697197795, + "U": 2.8249678638014863e-11, + "K": 1.099819790795209e-09, + "L": 3.322289785501198e-07, + "G": 3.9117476262617856e-05, + "F": 0.0017279082676395774, + "E": 5.474761906043568e-07, + "T": 0.00017104920698329806, + "P": 0.0005310551496222615, + "-": 0.9971857666969299 + }, + "id": "tp_19970" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2496263, + "label": "-", + "classification": { + "B": 0.0013172050239518285, + "S": 0.0020350825507193804, + "I": 0.01194797269999981, + "C": 0.022299516946077347, + "R": 0.008307659067213535, + "M": 0.04417220875620842, + "O": 0.01226640772074461, + "W": 0.0012324590934440494, + "N": 0.0020346089731901884, + "Y": 0.20383453369140625, + "U": 0.0006117571028880775, + "K": 0.0011854817857965827, + "L": 0.00846979208290577, + "G": 0.10901320725679398, + "F": 0.033704791218042374, + "E": 0.007310938555747271, + "T": 0.12630346417427063, + "P": 0.028556177392601967, + "-": 0.37539681792259216 + }, + "id": "tp_19971" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2496396, + "label": "-", + "classification": { + "B": 4.449025823305419e-07, + "S": 5.955203619123495e-07, + "I": 8.202889148378745e-05, + "C": 6.74637412885204e-05, + "R": 2.0703770132968202e-05, + "M": 0.00014639542496297508, + "O": 3.3255095331696793e-05, + "W": 7.879963845880411e-07, + "N": 2.73222917712701e-06, + "Y": 0.0043463814072310925, + "U": 2.127314246536116e-06, + "K": 8.27011444926029e-06, + "L": 1.4242485121940263e-05, + "G": 0.0007576476200483739, + "F": 0.009228106588125229, + "E": 2.926032721006777e-05, + "T": 0.0017499580280855298, + "P": 0.010943383909761906, + "-": 0.9725661873817444 + }, + "id": "tp_19972" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2496530, + "label": "-", + "classification": { + "B": 9.828960901359096e-05, + "S": 0.00043888381333090365, + "I": 0.0023875541519373655, + "C": 0.001775289885699749, + "R": 0.0009886076441034675, + "M": 0.03432677686214447, + "O": 0.008227907121181488, + "W": 0.0001907763071358204, + "N": 0.00010785678023239598, + "Y": 0.21150000393390656, + "U": 3.88063199352473e-06, + "K": 5.211625466472469e-05, + "L": 0.0016322139417752624, + "G": 0.04979504644870758, + "F": 0.021790610626339912, + "E": 0.0007539731450378895, + "T": 0.08166583627462387, + "P": 0.00261144177056849, + "-": 0.5816529393196106 + }, + "id": "tp_19973" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2496630, + "label": "-", + "classification": { + "B": 1.6974374830169836e-06, + "S": 2.0620425402739784e-06, + "I": 3.527394028424169e-06, + "C": 5.3861047490499914e-05, + "R": 1.0385816494817846e-05, + "M": 0.002924340544268489, + "O": 0.00025401997845619917, + "W": 5.109937433189771e-07, + "N": 5.566590743910638e-08, + "Y": 0.010015149600803852, + "U": 1.0737535305338497e-08, + "K": 4.0164071180015526e-08, + "L": 0.0002693530113901943, + "G": 0.009445312432944775, + "F": 0.01045120507478714, + "E": 8.25688948680181e-06, + "T": 0.001923121395520866, + "P": 0.0003185188688803464, + "-": 0.964318573474884 + }, + "id": "tp_19974" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2496763, + "label": "-", + "classification": { + "B": 0.0002978995908051729, + "S": 0.0006368180620484054, + "I": 0.011569690890610218, + "C": 0.0004490406718105078, + "R": 0.00032625719904899597, + "M": 0.030040662735700607, + "O": 0.003070858307182789, + "W": 0.00013936824689153582, + "N": 0.0003609795530792326, + "Y": 0.12701323628425598, + "U": 7.5385237323644105e-06, + "K": 5.269195753498934e-06, + "L": 0.0011138708796352148, + "G": 0.014151093550026417, + "F": 0.012096808291971684, + "E": 0.0011445105774328113, + "T": 0.1337311714887619, + "P": 0.031725428998470306, + "-": 0.6321194171905518 + }, + "id": "tp_19975" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2496897, + "label": "-", + "classification": { + "B": 4.33453078585444e-06, + "S": 1.219556634168839e-05, + "I": 1.3665284086528118e-06, + "C": 2.038832008111058e-06, + "R": 1.8585814132165979e-06, + "M": 0.0003700193192344159, + "O": 0.0002664441417437047, + "W": 3.0373641948244767e-06, + "N": 7.056132034222173e-08, + "Y": 0.000721084070391953, + "U": 9.908160514271458e-09, + "K": 1.1970961999452356e-08, + "L": 5.3026480600237846e-05, + "G": 0.0002978812553919852, + "F": 0.007566581945866346, + "E": 2.3432262423739303e-06, + "T": 0.0006489413790404797, + "P": 0.0023494211491197348, + "-": 0.9876992702484131 + }, + "id": "tp_19976" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2497030, + "label": "-", + "classification": { + "B": 6.7469696496402776e-09, + "S": 2.9943637969154224e-07, + "I": 4.780780571422838e-08, + "C": 1.6253088688245043e-06, + "R": 3.609106613566837e-07, + "M": 3.845771061605774e-05, + "O": 8.222266842494719e-06, + "W": 4.507630890770997e-08, + "N": 1.6905219446528008e-09, + "Y": 0.002216318855062127, + "U": 4.5178236152132456e-11, + "K": 2.946939900994039e-07, + "L": 8.368639328182326e-07, + "G": 0.0006288792937994003, + "F": 0.03313588351011276, + "E": 9.079438427761488e-07, + "T": 0.00020033647888340056, + "P": 0.00011015203199349344, + "-": 0.9636574387550354 + }, + "id": "tp_19977" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2497130, + "label": "-", + "classification": { + "B": 6.046350226052155e-11, + "S": 3.865099906796843e-10, + "I": 1.5014016696568433e-07, + "C": 1.1476787165065616e-07, + "R": 2.486566330617279e-08, + "M": 5.311372206051601e-06, + "O": 1.8716829686127312e-07, + "W": 3.4019984052058305e-10, + "N": 6.602504099006978e-10, + "Y": 0.0003819528210442513, + "U": 8.702594200826752e-11, + "K": 3.4578404028984266e-10, + "L": 2.9290864844710995e-08, + "G": 7.552784154540859e-06, + "F": 0.0003171114658471197, + "E": 1.3536417498016817e-07, + "T": 8.764964150032029e-05, + "P": 0.0005388119025155902, + "-": 0.9986610412597656 + }, + "id": "tp_19978" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2497264, + "label": "-", + "classification": { + "B": 1.8424566761154892e-08, + "S": 4.813261789138323e-09, + "I": 1.8453134487117495e-07, + "C": 4.901442807181411e-08, + "R": 4.9950561020750683e-08, + "M": 0.000161610878421925, + "O": 7.860027835704386e-06, + "W": 3.981446727863158e-09, + "N": 1.3125280029502306e-10, + "Y": 0.00019653764320537448, + "U": 3.0520141969248016e-11, + "K": 4.1941992413863094e-13, + "L": 2.9627403819176834e-06, + "G": 5.25921605003532e-05, + "F": 2.6396772227599286e-05, + "E": 5.219348064855467e-09, + "T": 0.0005304762744344771, + "P": 4.017483661300503e-05, + "-": 0.9989809393882751 + }, + "id": "tp_19979" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2497397, + "label": "-", + "classification": { + "B": 5.927169866026816e-11, + "S": 1.060688070708693e-08, + "I": 4.2629605445654306e-07, + "C": 5.862280882951154e-09, + "R": 4.56566207063247e-09, + "M": 1.719197484817414e-06, + "O": 3.4696086004259996e-07, + "W": 2.7146944692191255e-09, + "N": 4.131140762808627e-09, + "Y": 0.0011576921679079533, + "U": 1.8973267401634075e-11, + "K": 1.0778579806469679e-08, + "L": 2.859784187236869e-09, + "G": 4.707612333731959e-06, + "F": 0.0004044031084049493, + "E": 5.9325518719788306e-08, + "T": 0.0005385396652854979, + "P": 0.000497860019095242, + "-": 0.9973942041397095 + }, + "id": "tp_19980" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2497531, + "label": "-", + "classification": { + "B": 1.630776012007118e-07, + "S": 3.3691148928483017e-06, + "I": 3.0033035727683455e-05, + "C": 2.543274831623421e-06, + "R": 2.310152694917633e-06, + "M": 0.0001771652459865436, + "O": 3.8637870602542534e-05, + "W": 1.0019998626376037e-06, + "N": 9.577366881785565e-07, + "Y": 0.004665146116167307, + "U": 1.356974532740196e-08, + "K": 1.0268563528370578e-05, + "L": 1.0548232012297376e-06, + "G": 0.00031964920344762504, + "F": 0.006709723733365536, + "E": 4.140197052038275e-05, + "T": 0.001535204704850912, + "P": 0.0044720848090946674, + "-": 0.9819891452789307 + }, + "id": "tp_19981" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2497631, + "label": "Y", + "classification": { + "B": 1.389056052403248e-07, + "S": 2.3138562028179877e-05, + "I": 0.00023495244386140257, + "C": 0.0004841732152272016, + "R": 0.00011716568405972794, + "M": 0.001816446427255869, + "O": 0.0003482002066448331, + "W": 1.4330797057482414e-05, + "N": 1.2588066965690814e-05, + "Y": 0.7473994493484497, + "U": 4.023659982976824e-08, + "K": 0.002058527199551463, + "L": 1.6448400856461376e-05, + "G": 0.04600672423839569, + "F": 0.029205553233623505, + "E": 0.00031983089866116643, + "T": 0.058468230068683624, + "P": 0.00012525384954642504, + "-": 0.11334875971078873 + }, + "id": "tp_19982" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2497764, + "label": "-", + "classification": { + "B": 3.6335016773136886e-08, + "S": 1.1400217772461474e-05, + "I": 5.75668309465982e-07, + "C": 1.5942852087391657e-06, + "R": 6.214861514308723e-07, + "M": 0.0004979426739737391, + "O": 0.00010883004870265722, + "W": 1.5144119061005767e-06, + "N": 1.0476852452256935e-07, + "Y": 0.021574847400188446, + "U": 7.242189625777939e-10, + "K": 6.03310763835907e-05, + "L": 2.5095264390984084e-06, + "G": 0.002722578588873148, + "F": 0.029924290254712105, + "E": 1.068549772753613e-05, + "T": 0.010842148214578629, + "P": 0.00014098838437348604, + "-": 0.9340991377830505 + }, + "id": "tp_19983" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2497898, + "label": "-", + "classification": { + "B": 2.2597474469421286e-07, + "S": 6.651458761552931e-07, + "I": 2.8976064641028643e-06, + "C": 2.198934225816629e-06, + "R": 5.171532961867342e-07, + "M": 0.00010998043580912054, + "O": 1.236464777321089e-05, + "W": 2.3813213090306817e-07, + "N": 1.561539022532088e-07, + "Y": 0.006989728659391403, + "U": 1.591909892795229e-08, + "K": 3.727149305632338e-06, + "L": 1.5721084309916478e-06, + "G": 0.0008386729750782251, + "F": 0.028791937977075577, + "E": 1.4842288692307193e-05, + "T": 0.002044551307335496, + "P": 0.001456251717172563, + "-": 0.9597294926643372 + }, + "id": "tp_19984" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2498031, + "label": "-", + "classification": { + "B": 4.861571145653443e-10, + "S": 3.3268307220168936e-07, + "I": 5.803158398265396e-09, + "C": 2.8231968940417573e-07, + "R": 2.204231748237362e-07, + "M": 0.00043193926103413105, + "O": 5.744291775044985e-05, + "W": 1.4080260513082976e-08, + "N": 2.1302681840751347e-11, + "Y": 0.029141753911972046, + "U": 5.923923461145786e-14, + "K": 4.235340203551097e-11, + "L": 1.3360419870878104e-05, + "G": 0.005370744038373232, + "F": 0.009167205542325974, + "E": 1.3050159175520548e-08, + "T": 0.0032414745073765516, + "P": 3.6062641584067023e-07, + "-": 0.9525747895240784 + }, + "id": "tp_19985" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2498131, + "label": "-", + "classification": { + "B": 2.4022215328045604e-09, + "S": 4.1559724195394665e-06, + "I": 9.168938049697317e-06, + "C": 2.145669895980973e-06, + "R": 1.568985453559435e-06, + "M": 0.001073193154297769, + "O": 6.0442896938184276e-05, + "W": 2.6088628146681003e-07, + "N": 1.6649353540287848e-07, + "Y": 0.3419717252254486, + "U": 1.5514929618820616e-10, + "K": 2.5531833216518862e-06, + "L": 1.4460375723501784e-06, + "G": 0.0024554580450057983, + "F": 0.006605285219848156, + "E": 4.520550646702759e-06, + "T": 0.0636444166302681, + "P": 7.91847996879369e-05, + "-": 0.5840843915939331 + }, + "id": "tp_19986" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2498265, + "label": "-", + "classification": { + "B": 5.711020634180386e-08, + "S": 9.123757990892045e-06, + "I": 0.0002190785889979452, + "C": 1.0605866691548727e-06, + "R": 1.262652858713409e-06, + "M": 0.0004423979844432324, + "O": 5.3951796871842816e-05, + "W": 1.5187551980488934e-06, + "N": 2.32219354074914e-05, + "Y": 0.05102517083287239, + "U": 3.03437914794813e-08, + "K": 0.00017925236898008734, + "L": 4.1878763568092836e-07, + "G": 0.0006531549734063447, + "F": 0.013876870274543762, + "E": 0.0002818070352077484, + "T": 0.017990989610552788, + "P": 0.02695581689476967, + "-": 0.8882848620414734 + }, + "id": "tp_19987" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2498398, + "label": "-", + "classification": { + "B": 2.4179919364542e-06, + "S": 5.1335427997400984e-05, + "I": 0.00013566965935751796, + "C": 0.00022556442127097398, + "R": 9.325871360488236e-05, + "M": 0.000967368483543396, + "O": 0.0003285600687377155, + "W": 2.0504907297436148e-05, + "N": 2.1755702618975192e-05, + "Y": 0.04283475503325462, + "U": 1.5004707165644504e-06, + "K": 0.0007773579563945532, + "L": 5.622790922643617e-05, + "G": 0.014637443237006664, + "F": 0.10897206515073776, + "E": 0.00094933295622468, + "T": 0.008603650145232677, + "P": 0.0115497512742877, + "-": 0.8097715377807617 + }, + "id": "tp_19988" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2498532, + "label": "-", + "classification": { + "B": 2.3060360376803146e-07, + "S": 1.9282074390503112e-06, + "I": 0.0008127194014377892, + "C": 1.6622979046587716e-06, + "R": 1.7780630514607765e-06, + "M": 0.0003181540814694017, + "O": 5.922320269746706e-05, + "W": 1.2797653425877797e-06, + "N": 2.6749698008643463e-05, + "Y": 0.009052824229001999, + "U": 1.3544055832426238e-07, + "K": 9.495423000771552e-06, + "L": 6.720583769492805e-07, + "G": 0.00026754711871035397, + "F": 0.000367071625078097, + "E": 7.313235983019695e-05, + "T": 0.010739602148532867, + "P": 0.03511066362261772, + "-": 0.94315505027771 + }, + "id": "tp_19989" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2498632, + "label": "-", + "classification": { + "B": 1.414487549311616e-08, + "S": 1.4555097550328355e-05, + "I": 4.6617768134638027e-07, + "C": 0.0003995051665697247, + "R": 6.288824806688353e-05, + "M": 0.0007617247174493968, + "O": 0.0002515705127734691, + "W": 3.1464760468224995e-06, + "N": 7.366680421228011e-08, + "Y": 0.019900817424058914, + "U": 5.478941300651741e-09, + "K": 5.4783460655016825e-05, + "L": 7.757393905194476e-05, + "G": 0.03176193684339523, + "F": 0.3018774390220642, + "E": 2.1066429326310754e-05, + "T": 0.006356153637170792, + "P": 9.842607687460259e-05, + "-": 0.6383578777313232 + }, + "id": "tp_19990" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2498765, + "label": "Y", + "classification": { + "B": 2.3343044119883416e-07, + "S": 2.7899042834178545e-05, + "I": 0.00013111100997775793, + "C": 5.419445369625464e-05, + "R": 2.2319658455671743e-05, + "M": 0.005052295513451099, + "O": 0.0005358363268896937, + "W": 5.60963417228777e-06, + "N": 4.967230779584497e-06, + "Y": 0.5581765174865723, + "U": 3.764282219265169e-09, + "K": 2.8379659852362238e-05, + "L": 2.1335399651434273e-05, + "G": 0.06477769464254379, + "F": 0.020928645506501198, + "E": 0.00024194258730858564, + "T": 0.09066338837146759, + "P": 0.00012761248217429966, + "-": 0.2592000663280487 + }, + "id": "tp_19991" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2498899, + "label": "Y", + "classification": { + "B": 1.4981363705146578e-08, + "S": 0.00036737180198542774, + "I": 8.483422425342724e-05, + "C": 8.638970030006021e-05, + "R": 5.9423713537398726e-05, + "M": 0.0014160393038764596, + "O": 0.0018266963306814432, + "W": 3.614477827795781e-05, + "N": 1.046521902026143e-05, + "Y": 0.7545889019966125, + "U": 4.2690184720584057e-10, + "K": 0.0009871665388345718, + "L": 6.078329533920623e-06, + "G": 0.034585680812597275, + "F": 0.0214177705347538, + "E": 9.074771696759854e-06, + "T": 0.15237078070640564, + "P": 1.6622134353383444e-05, + "-": 0.03213052451610565 + }, + "id": "tp_19992" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2499032, + "label": "-", + "classification": { + "B": 6.001141966173462e-13, + "S": 6.29114371708539e-10, + "I": 1.5046660450934723e-07, + "C": 1.9724097910511773e-09, + "R": 3.7418035336855837e-10, + "M": 2.162917326131719e-06, + "O": 7.345411745518504e-08, + "W": 1.732024107470309e-10, + "N": 1.4602399289742607e-09, + "Y": 0.0006495696143247187, + "U": 3.038563324564425e-13, + "K": 2.475581339922428e-08, + "L": 1.500297663881156e-10, + "G": 4.081310180481523e-06, + "F": 0.001148294541053474, + "E": 5.900412247683562e-07, + "T": 0.00013207559823058546, + "P": 0.00036030457704328, + "-": 0.9977027773857117 + }, + "id": "tp_19993" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2499132, + "label": "-", + "classification": { + "B": 4.729573532813447e-08, + "S": 7.376271327075301e-08, + "I": 1.677844011283014e-06, + "C": 4.831252553572085e-08, + "R": 1.2510699143319925e-08, + "M": 1.527772292320151e-05, + "O": 1.2470663932617754e-06, + "W": 1.4298107586796505e-08, + "N": 2.0641847342517394e-08, + "Y": 0.0001914260210469365, + "U": 3.751980115485054e-10, + "K": 3.837013196061889e-08, + "L": 1.0280412254815019e-07, + "G": 3.6009863833896816e-05, + "F": 0.005924698431044817, + "E": 7.178438863775227e-06, + "T": 7.227599417092279e-05, + "P": 0.00942198745906353, + "-": 0.9843277931213379 + }, + "id": "tp_19994" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2499266, + "label": "Y", + "classification": { + "B": 2.4213071014855814e-07, + "S": 1.3938000847701915e-05, + "I": 0.00029218089184723794, + "C": 0.00010573445615591481, + "R": 4.603474371833727e-05, + "M": 0.0009726823191158473, + "O": 0.000256052560871467, + "W": 6.700945050397422e-06, + "N": 5.424309165391605e-06, + "Y": 0.4703039824962616, + "U": 3.7649272144335555e-08, + "K": 5.1157010602764785e-05, + "L": 1.0981654668285046e-05, + "G": 0.006560388952493668, + "F": 0.007143089082092047, + "E": 4.332493699621409e-05, + "T": 0.055150896310806274, + "P": 0.0002448472077958286, + "-": 0.4587922692298889 + }, + "id": "tp_19995" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2499399, + "label": "Y", + "classification": { + "B": 1.2526190751316335e-08, + "S": 1.5089094631548505e-06, + "I": 5.04874624311924e-05, + "C": 9.843939187703654e-05, + "R": 1.5950710803736e-05, + "M": 0.00043045260827057064, + "O": 8.263546624220908e-05, + "W": 6.526955189656292e-07, + "N": 1.2759892342728563e-06, + "Y": 0.7211610078811646, + "U": 3.0673397155567272e-09, + "K": 5.833848626934923e-05, + "L": 4.394702955323737e-06, + "G": 0.061903923749923706, + "F": 0.008688647300004959, + "E": 0.00012577114102896303, + "T": 0.026805011555552483, + "P": 9.992972627514973e-05, + "-": 0.18047164380550385 + }, + "id": "tp_19996" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2499533, + "label": "Y", + "classification": { + "B": 3.820684469246771e-06, + "S": 0.0021099094301462173, + "I": 0.0005557012627832592, + "C": 0.0003194799355696887, + "R": 0.0001705129980109632, + "M": 0.008381161838769913, + "O": 0.016147172078490257, + "W": 0.0003179895575158298, + "N": 0.0003107759403064847, + "Y": 0.47972819209098816, + "U": 5.447092732424608e-08, + "K": 0.006412007380276918, + "L": 0.00024880695855244994, + "G": 0.24468941986560822, + "F": 0.12729328870773315, + "E": 0.0006309998570941389, + "T": 0.07173332571983337, + "P": 0.00025832405663095415, + "-": 0.04068903625011444 + }, + "id": "tp_19997" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2499633, + "label": "-", + "classification": { + "B": 1.5554105559090203e-08, + "S": 8.014393415578525e-08, + "I": 8.318092454828729e-07, + "C": 1.4663379843682378e-08, + "R": 1.0169819653071954e-08, + "M": 2.0844612663495354e-05, + "O": 5.293024969432736e-06, + "W": 4.41601848422124e-08, + "N": 1.668005467081457e-08, + "Y": 0.00010910470155067742, + "U": 6.294872401113594e-10, + "K": 7.651906663852515e-09, + "L": 7.705618543241144e-08, + "G": 5.469455572892912e-06, + "F": 9.427692566532642e-05, + "E": 6.351129968606983e-07, + "T": 0.000197546134586446, + "P": 0.0033905855379998684, + "-": 0.9961751699447632 + }, + "id": "tp_19998" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2499766, + "label": "-", + "classification": { + "B": 3.355182520703437e-10, + "S": 7.62810703491823e-09, + "I": 4.2369600805614027e-07, + "C": 9.155740343658181e-08, + "R": 5.435378014340131e-08, + "M": 0.00013701072020921856, + "O": 3.1974677767721005e-06, + "W": 1.5406370623693988e-09, + "N": 1.5356349525319501e-09, + "Y": 0.061331287026405334, + "U": 7.219985893869296e-12, + "K": 3.5689191602017445e-09, + "L": 1.1813971667606893e-07, + "G": 0.00043149024713784456, + "F": 0.0008181396406143904, + "E": 2.3085149791768345e-07, + "T": 0.00397794134914875, + "P": 2.9439084755722433e-05, + "-": 0.9332704544067383 + }, + "id": "tp_19999" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2499900, + "label": "-", + "classification": { + "B": 7.555479020204814e-10, + "S": 1.3430001555292392e-09, + "I": 2.0511869536221639e-07, + "C": 1.1440956768637989e-05, + "R": 7.945469064907229e-07, + "M": 1.2200272067275364e-05, + "O": 9.019535127663403e-07, + "W": 1.1913560138410162e-09, + "N": 1.477872380029055e-09, + "Y": 0.0009833982912823558, + "U": 9.306098669448204e-10, + "K": 8.81532891128245e-09, + "L": 4.0321319261238386e-07, + "G": 0.00012461272126529366, + "F": 0.0005059899413026869, + "E": 3.332060600769182e-07, + "T": 0.0001325004850514233, + "P": 0.0002923517022281885, + "-": 0.9979348182678223 + }, + "id": "tp_20000" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2500000, + "label": "F", + "classification": { + "B": 8.95091602615139e-07, + "S": 0.005358479451388121, + "I": 2.5316927349194884e-05, + "C": 9.574287105351686e-06, + "R": 3.0810842872597277e-06, + "M": 0.002119309501722455, + "O": 0.0010609440505504608, + "W": 2.406160820100922e-05, + "N": 9.570188922225498e-06, + "Y": 0.05264562368392944, + "U": 2.6142535358708585e-10, + "K": 0.000329559959936887, + "L": 3.8983729609753937e-05, + "G": 0.09372556954622269, + "F": 0.783261239528656, + "E": 0.0009391629719175398, + "T": 0.012343009933829308, + "P": 0.0002093919611070305, + "-": 0.04789619520306587 + }, + "id": "tp_20001" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2500133, + "label": "-", + "classification": { + "B": 5.530250035690187e-09, + "S": 7.712624210398644e-07, + "I": 5.294407401379431e-07, + "C": 1.7943189334346243e-07, + "R": 3.9398294404691114e-08, + "M": 9.768833842827007e-05, + "O": 8.95817720447667e-06, + "W": 4.669115583055827e-08, + "N": 1.923315728902253e-08, + "Y": 0.011827790178358555, + "U": 8.215088331819942e-11, + "K": 1.0142051110051398e-07, + "L": 1.8130545242911467e-07, + "G": 0.00019598272047005594, + "F": 0.007021704688668251, + "E": 1.0823812317539705e-06, + "T": 0.003957814071327448, + "P": 0.0003555338189471513, + "-": 0.976531445980072 + }, + "id": "tp_20002" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2500267, + "label": "-", + "classification": { + "B": 1.1722149650950087e-07, + "S": 2.2022570192348212e-05, + "I": 2.620314035084448e-06, + "C": 0.00013984246470499784, + "R": 2.378434146521613e-05, + "M": 0.0017442774260416627, + "O": 0.00031461194157600403, + "W": 3.3746207463991595e-06, + "N": 3.0167177555995295e-07, + "Y": 0.05234692990779877, + "U": 8.685706376354574e-09, + "K": 6.554985156981274e-05, + "L": 8.933527715271339e-05, + "G": 0.04078719764947891, + "F": 0.20325671136379242, + "E": 6.708518776576966e-05, + "T": 0.011656152084469795, + "P": 0.00017612737428862602, + "-": 0.689303994178772 + }, + "id": "tp_20003" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2500400, + "label": "-", + "classification": { + "B": 6.664632223873923e-08, + "S": 1.331838302576216e-05, + "I": 0.00023498704831581563, + "C": 2.6526528017711826e-05, + "R": 5.117869295645505e-05, + "M": 0.0007964872638694942, + "O": 0.00042322484659962356, + "W": 8.191870620066766e-06, + "N": 7.088857728376752e-06, + "Y": 0.11153250187635422, + "U": 3.584850105653459e-08, + "K": 1.0801922144310083e-05, + "L": 6.005333034408977e-06, + "G": 0.0009559560567140579, + "F": 0.005097963381558657, + "E": 1.3636403309646994e-05, + "T": 0.021210769191384315, + "P": 0.0017934180796146393, + "-": 0.8578178882598877 + }, + "id": "tp_20004" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2500501, + "label": "-", + "classification": { + "B": 3.499338152579412e-09, + "S": 3.1090621632756665e-07, + "I": 1.6682965906511527e-06, + "C": 2.1934019969194196e-05, + "R": 6.336697879305575e-06, + "M": 9.047149796970189e-05, + "O": 2.940971899079159e-05, + "W": 1.774973839019367e-07, + "N": 4.6098520556370204e-08, + "Y": 0.011756879277527332, + "U": 2.4782522700661502e-09, + "K": 1.8141676605409884e-07, + "L": 6.757626124453964e-06, + "G": 0.0012537434231489897, + "F": 0.016970397904515266, + "E": 3.836070391116664e-06, + "T": 0.0011456505162641406, + "P": 0.00035148978349752724, + "-": 0.9683607220649719 + }, + "id": "tp_20005" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2500634, + "label": "-", + "classification": { + "B": 4.982763091021525e-10, + "S": 2.905387930240977e-07, + "I": 4.0268287193612196e-07, + "C": 3.4883430544141447e-06, + "R": 9.079809615286649e-07, + "M": 6.13084775977768e-05, + "O": 1.850518128776457e-05, + "W": 8.696095932236858e-08, + "N": 2.550975253257093e-08, + "Y": 0.025132091715931892, + "U": 2.1627824531300632e-10, + "K": 2.2297021132544614e-05, + "L": 4.4634268192567106e-07, + "G": 0.0018828011816367507, + "F": 0.06317589432001114, + "E": 2.784493517538067e-06, + "T": 0.0016253638314083219, + "P": 0.0001744059263728559, + "-": 0.9078989028930664 + }, + "id": "tp_20006" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2500767, + "label": "-", + "classification": { + "B": 5.371063593884173e-07, + "S": 7.549122642558359e-07, + "I": 0.00035224363091401756, + "C": 0.0001644354488234967, + "R": 5.056664303992875e-05, + "M": 0.0001538777578389272, + "O": 8.233930566348135e-05, + "W": 2.5982590159401298e-06, + "N": 1.4880168237141334e-05, + "Y": 0.008308849297463894, + "U": 2.841354898919235e-06, + "K": 1.9512885046424344e-05, + "L": 6.810299055359792e-06, + "G": 0.000974826340097934, + "F": 0.001982378074899316, + "E": 9.305650019086897e-05, + "T": 0.002788783051073551, + "P": 0.01880819723010063, + "-": 0.9661924839019775 + }, + "id": "tp_20007" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2500901, + "label": "-", + "classification": { + "B": 2.999472314968443e-08, + "S": 4.8057117396638205e-08, + "I": 3.219697077838646e-07, + "C": 5.333300578058697e-06, + "R": 2.712284640438156e-06, + "M": 0.0006013861275278032, + "O": 9.6908970590448e-06, + "W": 1.809260830043513e-08, + "N": 1.6347359022006458e-09, + "Y": 0.005663520656526089, + "U": 3.105894152977129e-10, + "K": 9.951418578069138e-10, + "L": 8.246131073974539e-06, + "G": 0.000481604685774073, + "F": 0.0015056743286550045, + "E": 4.082152429418784e-07, + "T": 0.0016974899917840958, + "P": 5.851591777172871e-05, + "-": 0.9899649024009705 + }, + "id": "tp_20008" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2501001, + "label": "-", + "classification": { + "B": 7.01054290175307e-08, + "S": 3.5437167866803065e-07, + "I": 9.414726264367346e-06, + "C": 1.3701597367798968e-07, + "R": 8.569826803750402e-08, + "M": 0.0006941063911654055, + "O": 1.3470394151227083e-05, + "W": 3.16129771249507e-08, + "N": 3.031603057479515e-08, + "Y": 0.05062616243958473, + "U": 5.153009269287523e-11, + "K": 4.359991123692453e-08, + "L": 5.999458494443388e-07, + "G": 0.0014854667242616415, + "F": 0.0010505436221137643, + "E": 4.532653747446602e-06, + "T": 0.009480978362262249, + "P": 9.327595762442797e-05, + "-": 0.9365407824516296 + }, + "id": "tp_20009" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2501134, + "label": "-", + "classification": { + "B": 6.304589419414697e-07, + "S": 1.4401000044017565e-05, + "I": 3.0082432203926146e-05, + "C": 4.224708391120657e-05, + "R": 2.03338004212128e-05, + "M": 0.0012826790334656835, + "O": 0.0005360375507734716, + "W": 4.491274467000039e-06, + "N": 6.080110779294046e-07, + "Y": 0.22421810030937195, + "U": 3.892651090353638e-09, + "K": 2.4031061911955476e-05, + "L": 4.3072690459666774e-05, + "G": 0.05173486843705177, + "F": 0.009509511291980743, + "E": 6.130369729362428e-05, + "T": 0.018953213468194008, + "P": 0.00022706254094373435, + "-": 0.6932973265647888 + }, + "id": "tp_20010" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2501268, + "label": "-", + "classification": { + "B": 1.8090136333359652e-10, + "S": 3.650631574814156e-09, + "I": 1.6327438743246603e-06, + "C": 3.569797968339117e-07, + "R": 4.946047482690119e-08, + "M": 3.2700067094992846e-05, + "O": 5.937048399573541e-07, + "W": 7.886450936744893e-10, + "N": 3.741968512827043e-09, + "Y": 0.006971521303057671, + "U": 1.4014340903034661e-11, + "K": 1.072502975318912e-09, + "L": 8.55368540442214e-08, + "G": 0.00029121857369318604, + "F": 0.00208214670419693, + "E": 2.5123720206465805e-06, + "T": 0.0007945063407532871, + "P": 0.00045627180952578783, + "-": 0.989366352558136 + }, + "id": "tp_20011" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2501401, + "label": "F", + "classification": { + "B": 1.5755308595544193e-06, + "S": 0.002550170524045825, + "I": 0.00018653343431651592, + "C": 0.003076864406466484, + "R": 0.0007744237664155662, + "M": 0.00471724895760417, + "O": 0.0033490301575511694, + "W": 0.00018033791275229305, + "N": 5.4111951612867415e-05, + "Y": 0.21090564131736755, + "U": 6.911647432161772e-08, + "K": 0.0040410347282886505, + "L": 0.0002255563740618527, + "G": 0.12461374700069427, + "F": 0.36735978722572327, + "E": 0.0007918532355688512, + "T": 0.08374297618865967, + "P": 0.00046402341104112566, + "-": 0.19296495616436005 + }, + "id": "tp_20012" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2501502, + "label": "-", + "classification": { + "B": 6.559440635101055e-08, + "S": 1.6977078303170856e-06, + "I": 2.007031798711978e-05, + "C": 2.759533572316286e-06, + "R": 2.845450126187643e-06, + "M": 0.000695787079166621, + "O": 7.187101437011734e-05, + "W": 5.697775122825988e-07, + "N": 2.99997793717921e-07, + "Y": 0.01352210994809866, + "U": 8.643013416076428e-09, + "K": 1.0772033931516489e-07, + "L": 5.0724811444524676e-06, + "G": 0.00028765437309630215, + "F": 0.001815381576307118, + "E": 4.4994326344749425e-06, + "T": 0.00739934341982007, + "P": 0.0013705231249332428, + "-": 0.9747992753982544 + }, + "id": "tp_20013" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2501635, + "label": "-", + "classification": { + "B": 1.1518220617290353e-06, + "S": 2.597918501123786e-05, + "I": 1.9456378140603192e-05, + "C": 0.00013092358130961657, + "R": 2.510670674382709e-05, + "M": 0.00047351926332339644, + "O": 0.00011997277761111036, + "W": 6.342735559883295e-06, + "N": 3.867700797854923e-06, + "Y": 0.01543454546481371, + "U": 1.970381049432035e-07, + "K": 0.00014859430666547269, + "L": 1.4838054084975738e-05, + "G": 0.003240354359149933, + "F": 0.1397217959165573, + "E": 0.00025658198865130544, + "T": 0.0030742569360882044, + "P": 0.005734588019549847, + "-": 0.8315679430961609 + }, + "id": "tp_20014" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2501768, + "label": "-", + "classification": { + "B": 2.311288227474506e-08, + "S": 3.0823307497485075e-06, + "I": 0.0002902488049585372, + "C": 8.91453339590953e-07, + "R": 1.6034688314903178e-06, + "M": 0.0012951456010341644, + "O": 0.00013045921514276415, + "W": 5.152059543434007e-07, + "N": 1.127419750446279e-06, + "Y": 0.048060815781354904, + "U": 6.626408310950183e-10, + "K": 3.280731277754967e-07, + "L": 1.8793759863910964e-06, + "G": 0.000596002209931612, + "F": 0.000900130020454526, + "E": 1.169854476756882e-05, + "T": 0.02556609734892845, + "P": 0.0006373841315507889, + "-": 0.9225026369094849 + }, + "id": "tp_20015" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2501902, + "label": "-", + "classification": { + "B": 1.4500977840725682e-06, + "S": 2.157401650038082e-05, + "I": 2.8798208404623438e-06, + "C": 1.5230917824737844e-06, + "R": 1.8088525166604086e-06, + "M": 0.00018810939218383282, + "O": 0.0002137739211320877, + "W": 5.614034307654947e-06, + "N": 1.420836355237043e-07, + "Y": 0.0003950588288716972, + "U": 1.2620023248643975e-08, + "K": 1.4886914811995666e-07, + "L": 1.5428637198056094e-05, + "G": 0.00013124890392646194, + "F": 0.004985030274838209, + "E": 1.2610820476766094e-06, + "T": 0.00045225306530483067, + "P": 0.0023771035484969616, + "-": 0.9912055134773254 + }, + "id": "tp_20016" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2502002, + "label": "-", + "classification": { + "B": 1.779540056978668e-11, + "S": 4.142999721068463e-09, + "I": 5.957678084200779e-08, + "C": 6.422108356218814e-08, + "R": 2.8681700570132307e-08, + "M": 2.725599733821582e-05, + "O": 7.707070608375943e-07, + "W": 1.016580153390123e-09, + "N": 3.776201296101789e-10, + "Y": 0.011542177759110928, + "U": 3.21088685154014e-12, + "K": 8.244888327624267e-09, + "L": 4.487529281504976e-08, + "G": 0.00016324539319612086, + "F": 0.003979881294071674, + "E": 1.4711795870425703e-07, + "T": 0.0012069864897057414, + "P": 4.670319322030991e-05, + "-": 0.9830326437950134 + }, + "id": "tp_20017" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2502135, + "label": "-", + "classification": { + "B": 5.2884757906213054e-08, + "S": 4.187205377093051e-06, + "I": 0.00015699460345786065, + "C": 8.321575478476007e-06, + "R": 6.442950052587548e-06, + "M": 0.00038246624171733856, + "O": 6.761397526133806e-05, + "W": 1.4008644484420074e-06, + "N": 2.104952955050976e-06, + "Y": 0.043664976954460144, + "U": 2.3072022514725177e-08, + "K": 1.2644969729080913e-06, + "L": 1.6583198885200545e-06, + "G": 0.00040477432776242495, + "F": 0.0019554884638637304, + "E": 9.084777047974057e-06, + "T": 0.01768908090889454, + "P": 0.00217237020842731, + "-": 0.9334716796875 + }, + "id": "tp_20018" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2502269, + "label": "-", + "classification": { + "B": 3.142348816709273e-07, + "S": 8.009791599761229e-06, + "I": 1.2938848158228211e-05, + "C": 0.0005330944550223649, + "R": 0.00016842277545947582, + "M": 0.0024298455100506544, + "O": 0.00016602619143668562, + "W": 2.6045086087833624e-06, + "N": 4.866816425419529e-07, + "Y": 0.04891936108469963, + "U": 9.594303662652237e-08, + "K": 5.6186022447946016e-06, + "L": 0.00019492699357215315, + "G": 0.010693145915865898, + "F": 0.09477772563695908, + "E": 4.1899682400980964e-05, + "T": 0.009414850734174252, + "P": 0.0005580855067819357, + "-": 0.8320725560188293 + }, + "id": "tp_20019" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2502402, + "label": "-", + "classification": { + "B": 5.468425712251701e-08, + "S": 3.410957560845418e-07, + "I": 3.482562760837027e-06, + "C": 2.1979450082199037e-07, + "R": 5.385926016288067e-08, + "M": 9.411249629920349e-05, + "O": 1.3273033800942358e-05, + "W": 1.4181637197907548e-07, + "N": 2.5276389692407975e-07, + "Y": 0.0006450368673540652, + "U": 2.7898239274293246e-09, + "K": 1.06111622244498e-06, + "L": 2.3493413436881383e-07, + "G": 7.264153100550175e-05, + "F": 0.0037997395265847445, + "E": 3.4107593819499016e-05, + "T": 0.00030106466147117317, + "P": 0.010559065267443657, + "-": 0.9844750761985779 + }, + "id": "tp_20020" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2502503, + "label": "-", + "classification": { + "B": 4.829144927498419e-06, + "S": 7.830473805370275e-06, + "I": 2.496449087630026e-05, + "C": 4.8967307520797476e-05, + "R": 1.3136356756149326e-05, + "M": 0.0007902162033133209, + "O": 0.0002660193422343582, + "W": 2.7921480523218634e-06, + "N": 8.878933499545383e-07, + "Y": 0.0012351255863904953, + "U": 1.0466416000554091e-07, + "K": 7.707551219482411e-08, + "L": 8.855434134602547e-05, + "G": 0.00107689353171736, + "F": 0.007296779192984104, + "E": 5.391008744481951e-05, + "T": 0.0008174176327884197, + "P": 0.007330107968300581, + "-": 0.9809414148330688 + }, + "id": "tp_20021" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2502636, + "label": "-", + "classification": { + "B": 1.260125959134939e-08, + "S": 5.866294472411937e-08, + "I": 0.0001841350895119831, + "C": 1.6014892025850713e-06, + "R": 1.7115565924541443e-06, + "M": 2.9667775379493833e-05, + "O": 5.751366188633256e-06, + "W": 1.6101256505862693e-07, + "N": 3.906166966771707e-06, + "Y": 0.009509718045592308, + "U": 8.992330435830809e-08, + "K": 2.3127353415475227e-05, + "L": 7.086583053705908e-08, + "G": 0.00013907918764743954, + "F": 0.0005440508830361068, + "E": 3.748158997041173e-05, + "T": 0.0017498573288321495, + "P": 0.016480974853038788, + "-": 0.9712886214256287 + }, + "id": "tp_20022" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2502769, + "label": "-", + "classification": { + "B": 1.900007191579789e-06, + "S": 3.0067012630752288e-05, + "I": 0.0018684956012293696, + "C": 0.0001419542677467689, + "R": 6.856759137008339e-05, + "M": 0.000808895390946418, + "O": 0.0003931588144041598, + "W": 2.662745646375697e-05, + "N": 0.00010629419557517394, + "Y": 0.06756779551506042, + "U": 1.1437606417530333e-06, + "K": 0.00014950436889193952, + "L": 5.287288786348654e-06, + "G": 0.0011874546762555838, + "F": 0.0038406248204410076, + "E": 0.00019444970530457795, + "T": 0.01488010585308075, + "P": 0.017562979832291603, + "-": 0.8911646604537964 + }, + "id": "tp_20023" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2502903, + "label": "-", + "classification": { + "B": 0.0002456448273733258, + "S": 0.004407570697367191, + "I": 0.005408893804997206, + "C": 0.00010150892921956256, + "R": 0.00022551450820174068, + "M": 0.003317351918667555, + "O": 0.004468862432986498, + "W": 0.0005715039442293346, + "N": 0.0010681611020117998, + "Y": 0.010290931910276413, + "U": 1.6390164091717452e-05, + "K": 0.0001216436576214619, + "L": 0.0004415326111484319, + "G": 0.002141085686162114, + "F": 0.030566738918423653, + "E": 0.0008954634540714324, + "T": 0.022013140842318535, + "P": 0.19174416363239288, + "-": 0.7219538688659668 + }, + "id": "tp_20024" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2503003, + "label": "-", + "classification": { + "B": 2.438965522599812e-11, + "S": 1.001075045081734e-08, + "I": 8.79376074180982e-08, + "C": 6.156534171353201e-10, + "R": 8.774299620206705e-10, + "M": 6.593965281354031e-06, + "O": 4.956238512932032e-07, + "W": 9.117425703308868e-10, + "N": 5.708195582876385e-10, + "Y": 0.00040772510692477226, + "U": 1.7754557589746978e-12, + "K": 6.061733337503483e-10, + "L": 2.8252833406128275e-09, + "G": 1.5322606259360327e-06, + "F": 0.00034347648033872247, + "E": 2.877389526645402e-08, + "T": 0.00030636522569693625, + "P": 0.0002766071993391961, + "-": 0.9986571073532104 + }, + "id": "tp_20025" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2503136, + "label": "-", + "classification": { + "B": 5.547206782807734e-08, + "S": 2.8355418635328533e-06, + "I": 2.1267264855850954e-06, + "C": 6.065081834094599e-06, + "R": 1.2574051879710169e-06, + "M": 0.00034547201357781887, + "O": 3.403683876967989e-05, + "W": 3.198047409114224e-07, + "N": 9.948691115369002e-08, + "Y": 0.019932882860302925, + "U": 2.5720889862412832e-09, + "K": 8.911093232200074e-07, + "L": 5.225869699643226e-06, + "G": 0.0013589207082986832, + "F": 0.034762777388095856, + "E": 1.181487095891498e-05, + "T": 0.004734000191092491, + "P": 0.0011803221423178911, + "-": 0.937620997428894 + }, + "id": "tp_20026" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2503270, + "label": "Y", + "classification": { + "B": 1.2146464944962077e-09, + "S": 8.133470146276522e-06, + "I": 6.350539479171857e-06, + "C": 5.538009190786397e-06, + "R": 3.5377504445932573e-06, + "M": 0.0015140153700485826, + "O": 0.00033668987452983856, + "W": 7.786570108692104e-07, + "N": 7.413699165681464e-08, + "Y": 0.5305571556091309, + "U": 3.673683926508353e-11, + "K": 5.714035182791122e-07, + "L": 6.305850092758192e-06, + "G": 0.014475632458925247, + "F": 0.009386532008647919, + "E": 7.187156825239072e-07, + "T": 0.1068393886089325, + "P": 7.452496447513113e-06, + "-": 0.3368511497974396 + }, + "id": "tp_20027" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2503403, + "label": "-", + "classification": { + "B": 2.153357492318264e-09, + "S": 1.2805572602303528e-08, + "I": 4.347896265244344e-08, + "C": 1.0944206429996939e-08, + "R": 2.514674468656608e-09, + "M": 1.9221472030039877e-05, + "O": 3.893047733072308e-07, + "W": 1.2751749656203515e-09, + "N": 4.724888258422766e-10, + "Y": 0.00015577659360133111, + "U": 9.91709318831635e-12, + "K": 2.519778385945415e-09, + "L": 1.812362171449422e-08, + "G": 1.0162628313992172e-05, + "F": 0.0012962720356881618, + "E": 1.2778818927472457e-06, + "T": 3.8727997889509425e-05, + "P": 0.00047857139725238085, + "-": 0.9979994893074036 + }, + "id": "tp_20028" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2503504, + "label": "-", + "classification": { + "B": 1.461608121644531e-06, + "S": 1.7206168195116334e-05, + "I": 0.00019123042875435203, + "C": 0.00034323695581406355, + "R": 9.030945511767641e-05, + "M": 0.0053850263357162476, + "O": 0.0005946122691966593, + "W": 4.009929398307577e-06, + "N": 3.6929998259438435e-06, + "Y": 0.2976459562778473, + "U": 1.2752330746934604e-07, + "K": 1.8422459788780543e-06, + "L": 0.0001955319312401116, + "G": 0.02734473906457424, + "F": 0.009385053999722004, + "E": 3.74944502254948e-05, + "T": 0.09206902980804443, + "P": 0.0006722788675688207, + "-": 0.5660170912742615 + }, + "id": "tp_20029" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2503637, + "label": "-", + "classification": { + "B": 2.5635143785507353e-08, + "S": 1.7995144219185022e-07, + "I": 4.4837372115580365e-05, + "C": 2.673806989150762e-07, + "R": 2.99042397955418e-07, + "M": 0.00013600551756098866, + "O": 4.430260105436901e-06, + "W": 5.962452576113719e-08, + "N": 2.879702378777438e-07, + "Y": 0.008787925355136395, + "U": 2.4455286684599287e-09, + "K": 3.6042993656337785e-07, + "L": 1.6323112106420012e-07, + "G": 8.110680209938437e-05, + "F": 0.0012887082993984222, + "E": 1.118417549150763e-05, + "T": 0.0025660081300884485, + "P": 0.005933691281825304, + "-": 0.9811444878578186 + }, + "id": "tp_20030" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2503770, + "label": "-", + "classification": { + "B": 9.227272130374331e-06, + "S": 1.4373969861480873e-05, + "I": 7.697916589677334e-05, + "C": 0.00020553829381242394, + "R": 8.29498385428451e-05, + "M": 0.00016082852380350232, + "O": 0.00017972390924114734, + "W": 1.6707650502212346e-05, + "N": 6.674999440292595e-06, + "Y": 0.0017527679447084665, + "U": 2.6636989787220955e-06, + "K": 1.2766307918354869e-05, + "L": 3.4041408071061596e-05, + "G": 0.0005941679701209068, + "F": 0.01688612438738346, + "E": 5.867569780093618e-05, + "T": 0.0016535245813429356, + "P": 0.019839854910969734, + "-": 0.9584124088287354 + }, + "id": "tp_20031" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2503904, + "label": "-", + "classification": { + "B": 2.893877137921663e-07, + "S": 3.8080984268162865e-06, + "I": 1.4725978871865664e-06, + "C": 1.3175067579140887e-06, + "R": 6.771072662559163e-07, + "M": 3.493189797154628e-05, + "O": 3.8101421523606405e-05, + "W": 1.2143206049586297e-06, + "N": 9.56431378540401e-08, + "Y": 0.0006010443321429193, + "U": 8.638392223758729e-09, + "K": 5.0640036164395497e-08, + "L": 2.2713491034664912e-06, + "G": 3.2533975172555074e-05, + "F": 0.00438365712761879, + "E": 2.0954962565156166e-06, + "T": 0.0003288611478637904, + "P": 0.0037889303639531136, + "-": 0.9907784461975098 + }, + "id": "tp_20032" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2504004, + "label": "-", + "classification": { + "B": 3.870971543307178e-09, + "S": 2.146670219360658e-08, + "I": 4.7678429837105796e-05, + "C": 2.1571952402155148e-07, + "R": 9.976096748687269e-08, + "M": 6.017581654305104e-06, + "O": 1.446961505280342e-06, + "W": 5.6402317483161823e-08, + "N": 1.2693820963249891e-06, + "Y": 0.0004506412660703063, + "U": 8.7090885614316e-09, + "K": 5.371573934098706e-06, + "L": 1.4805535464290642e-08, + "G": 2.334298005735036e-05, + "F": 0.0009365958394482732, + "E": 5.357624831958674e-05, + "T": 0.00018700340297073126, + "P": 0.0753883644938469, + "-": 0.9228983521461487 + }, + "id": "tp_20033" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2504137, + "label": "Y", + "classification": { + "B": 2.6253808016463154e-08, + "S": 2.1055632259958657e-06, + "I": 0.00022170697047840804, + "C": 4.6411405492108315e-05, + "R": 1.4312218809209298e-05, + "M": 0.00015408451145049185, + "O": 5.318344119586982e-05, + "W": 1.2358764251985122e-06, + "N": 4.746073045680532e-06, + "Y": 0.4933274984359741, + "U": 9.615207297031247e-09, + "K": 0.000347352703101933, + "L": 8.561400477447023e-07, + "G": 0.011947212740778923, + "F": 0.009540228173136711, + "E": 0.00014522021228913218, + "T": 0.011696049012243748, + "P": 0.0005809780559502542, + "-": 0.4719167649745941 + }, + "id": "tp_20034" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2504271, + "label": "-", + "classification": { + "B": 2.890189989557257e-06, + "S": 4.043724857183406e-06, + "I": 0.0002473730710335076, + "C": 1.9309240087750368e-05, + "R": 1.7445709090679884e-05, + "M": 0.005706110969185829, + "O": 0.00015331542817875743, + "W": 1.3180351743358187e-06, + "N": 1.7452356360081467e-06, + "Y": 0.1041492372751236, + "U": 6.838805433062589e-08, + "K": 5.614807037090941e-07, + "L": 3.620040661189705e-05, + "G": 0.0043480838648974895, + "F": 0.0025657708756625652, + "E": 6.0451016906881705e-05, + "T": 0.03717590495944023, + "P": 0.0013011215487495065, + "-": 0.8442090153694153 + }, + "id": "tp_20035" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2504404, + "label": "-", + "classification": { + "B": 2.847895252955368e-10, + "S": 5.477988063162798e-10, + "I": 1.9560283703867754e-07, + "C": 1.6750586695479797e-08, + "R": 3.6931153690744623e-09, + "M": 2.303889004906523e-06, + "O": 9.606625894775789e-08, + "W": 3.2840213881613067e-10, + "N": 1.368749447117068e-09, + "Y": 0.00027129316003993154, + "U": 7.996368150964273e-11, + "K": 7.005494850886862e-09, + "L": 4.562911826155869e-09, + "G": 1.1429091500758659e-05, + "F": 0.0002590159419924021, + "E": 8.771796728979098e-07, + "T": 4.661790808313526e-05, + "P": 0.002107076346874237, + "-": 0.9973011612892151 + }, + "id": "tp_20036" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2504505, + "label": "-", + "classification": { + "B": 1.4108932078205072e-10, + "S": 2.0945261525184833e-08, + "I": 1.2119865004933672e-06, + "C": 5.735514150728704e-06, + "R": 2.1868229396204697e-06, + "M": 1.0422247214592062e-05, + "O": 3.979601387982257e-06, + "W": 3.560640138289273e-08, + "N": 3.4386459901725175e-08, + "Y": 0.0039059603586792946, + "U": 4.6207278003862484e-09, + "K": 5.8659870774135925e-06, + "L": 2.6865345148507913e-07, + "G": 0.00026014476316049695, + "F": 0.005172543693333864, + "E": 1.4062200079933973e-06, + "T": 0.0005105389864183962, + "P": 0.0006598804611712694, + "-": 0.9894598722457886 + }, + "id": "tp_20037" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2504638, + "label": "-", + "classification": { + "B": 2.0133765588070673e-07, + "S": 6.468697222317132e-08, + "I": 9.835321179707535e-06, + "C": 1.4368350775839644e-06, + "R": 1.5329338509673107e-07, + "M": 3.3212179459951585e-06, + "O": 2.067715058728936e-06, + "W": 7.835159721025775e-08, + "N": 2.2025525936442136e-07, + "Y": 7.74323198129423e-05, + "U": 1.0672520645016448e-08, + "K": 2.0590125870967313e-07, + "L": 1.1610632810743482e-07, + "G": 2.368101559113711e-05, + "F": 0.0015872579533606768, + "E": 1.404068370902678e-05, + "T": 2.8048620151821524e-05, + "P": 0.04881886765360832, + "-": 0.9494330286979675 + }, + "id": "tp_20038" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2504771, + "label": "-", + "classification": { + "B": 0.004753957502543926, + "S": 0.03468998894095421, + "I": 0.023687632754445076, + "C": 0.0011172216618433595, + "R": 0.0025207502767443657, + "M": 0.0663919523358345, + "O": 0.05698788911104202, + "W": 0.006938300561159849, + "N": 0.0038373579736799, + "Y": 0.15321138501167297, + "U": 3.605720121413469e-05, + "K": 0.0011509312316775322, + "L": 0.005708411801606417, + "G": 0.04319576546549797, + "F": 0.01586894318461418, + "E": 0.004377494566142559, + "T": 0.23668928444385529, + "P": 0.015293287113308907, + "-": 0.3235434591770172 + }, + "id": "tp_20039" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2504905, + "label": "-", + "classification": { + "B": 8.266058557637734e-07, + "S": 3.0002518087712815e-06, + "I": 1.4399464816960972e-05, + "C": 2.6621513825375587e-05, + "R": 5.91894195167697e-06, + "M": 0.0013536247424781322, + "O": 0.00010060910426545888, + "W": 5.978694730401912e-07, + "N": 4.1528613792252145e-07, + "Y": 0.005595256574451923, + "U": 1.6718786355340853e-08, + "K": 1.0730398258829155e-07, + "L": 2.613530341477599e-05, + "G": 0.0009814498480409384, + "F": 0.007916772738099098, + "E": 2.6880557925323956e-05, + "T": 0.00239551137201488, + "P": 0.0024096095003187656, + "-": 0.9791421890258789 + }, + "id": "tp_20040" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2505005, + "label": "-", + "classification": { + "B": 0.0002750194980762899, + "S": 0.0002891260082833469, + "I": 0.005147749558091164, + "C": 0.021821169182658195, + "R": 0.006899587344378233, + "M": 0.02763517014682293, + "O": 0.006105436477810144, + "W": 0.0003753675555344671, + "N": 0.0004838208551518619, + "Y": 0.17004349827766418, + "U": 0.0003336433437652886, + "K": 0.0006097112782299519, + "L": 0.005349837243556976, + "G": 0.08336380124092102, + "F": 0.02406696230173111, + "E": 0.003414058592170477, + "T": 0.04852934181690216, + "P": 0.011421002447605133, + "-": 0.5838357210159302 + }, + "id": "tp_20041" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2505138, + "label": "-", + "classification": { + "B": 7.704980653500115e-09, + "S": 1.6078627140814206e-07, + "I": 3.0075163977016928e-06, + "C": 8.078197424765676e-06, + "R": 1.223970571118116e-06, + "M": 1.4723527783644386e-05, + "O": 5.459819021780277e-06, + "W": 1.7923683515164157e-07, + "N": 1.1736391059002926e-07, + "Y": 0.0019378166180104017, + "U": 8.589413624804365e-09, + "K": 4.805050366485375e-07, + "L": 1.569318470728831e-07, + "G": 3.029869003512431e-05, + "F": 0.0014677852159366012, + "E": 1.8485141026758356e-06, + "T": 0.00074164749821648, + "P": 0.0022514434531331062, + "-": 0.9935355186462402 + }, + "id": "tp_20042" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2505272, + "label": "Y", + "classification": { + "B": 8.762305583331909e-07, + "S": 0.00011480394459795207, + "I": 0.00044729822548106313, + "C": 3.710703458636999e-05, + "R": 3.846536492346786e-05, + "M": 0.003978665918111801, + "O": 0.000439106224803254, + "W": 1.2250624422449619e-05, + "N": 1.9532970327418298e-05, + "Y": 0.41861492395401, + "U": 1.0282663964744643e-07, + "K": 0.000553894613403827, + "L": 1.9965884348494e-05, + "G": 0.022198550403118134, + "F": 0.015361111611127853, + "E": 0.000180022296262905, + "T": 0.14869308471679688, + "P": 0.0007486200775019825, + "-": 0.38854146003723145 + }, + "id": "tp_20043" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2505405, + "label": "-", + "classification": { + "B": 7.463486326741986e-06, + "S": 4.921299478155561e-05, + "I": 0.006853346712887287, + "C": 0.0005224912893027067, + "R": 0.00026857509510591626, + "M": 0.002817869884893298, + "O": 0.00047914593596942723, + "W": 2.8696789740934037e-05, + "N": 0.00021701972582377493, + "Y": 0.20950260758399963, + "U": 4.903185981675051e-06, + "K": 0.0001821064215619117, + "L": 6.170714914333075e-05, + "G": 0.011225487105548382, + "F": 0.01540848333388567, + "E": 0.001213159179314971, + "T": 0.05631950870156288, + "P": 0.01940692774951458, + "-": 0.6754312515258789 + }, + "id": "tp_20044" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2505506, + "label": "-", + "classification": { + "B": 9.562180736111259e-08, + "S": 2.2438644009525888e-06, + "I": 5.351517302187858e-06, + "C": 1.6692753845859443e-08, + "R": 1.5783891171849973e-07, + "M": 0.00015613317373208702, + "O": 6.584993388969451e-05, + "W": 6.14569103163376e-07, + "N": 5.884642462206102e-08, + "Y": 0.0007753585814498365, + "U": 4.916751450423362e-10, + "K": 4.152809651714051e-09, + "L": 6.65277411826537e-07, + "G": 1.1913897651538718e-05, + "F": 0.0002115993993356824, + "E": 8.784463290112399e-08, + "T": 0.00234245671890676, + "P": 0.0014162311563268304, + "-": 0.9950112104415894 + }, + "id": "tp_20045" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2505639, + "label": "-", + "classification": { + "B": 3.813058668811209e-08, + "S": 4.5387139380181907e-07, + "I": 3.4053391573252156e-05, + "C": 6.368421600200236e-05, + "R": 1.3415914509096183e-05, + "M": 0.0010396777652204037, + "O": 9.760569810168818e-05, + "W": 4.6810737330815755e-07, + "N": 7.049845294204715e-07, + "Y": 0.03181749954819679, + "U": 1.4755936916799328e-08, + "K": 4.500360319070751e-06, + "L": 8.430751222476829e-06, + "G": 0.00536198727786541, + "F": 0.0062388526275753975, + "E": 5.573138696490787e-05, + "T": 0.005039835348725319, + "P": 0.0010285543976351619, + "-": 0.9491944909095764 + }, + "id": "tp_20046" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2505772, + "label": "-", + "classification": { + "B": 2.191067188794804e-10, + "S": 4.001435294220812e-10, + "I": 1.7363070980991324e-07, + "C": 5.139746122040378e-07, + "R": 8.984626731489698e-08, + "M": 1.971360006791656e-06, + "O": 2.7720875550585333e-07, + "W": 7.350086095314623e-10, + "N": 8.333919665481915e-10, + "Y": 0.000694681890308857, + "U": 3.341386056732176e-10, + "K": 4.476431725297658e-10, + "L": 3.3828861489837436e-08, + "G": 1.1842991625599097e-05, + "F": 0.00021795197972096503, + "E": 4.099339889762632e-08, + "T": 9.417896217200905e-05, + "P": 0.0004721044097095728, + "-": 0.9985062479972839 + }, + "id": "tp_20047" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2505906, + "label": "-", + "classification": { + "B": 9.426710676052608e-06, + "S": 6.342485903587658e-06, + "I": 1.054017229762394e-05, + "C": 2.7585021598497406e-05, + "R": 2.972999391204212e-05, + "M": 0.0009014000534079969, + "O": 0.00039868245949037373, + "W": 6.540143203892512e-06, + "N": 3.368865577613178e-07, + "Y": 0.0030532744713127613, + "U": 2.3792726722149382e-07, + "K": 1.7886296177493932e-07, + "L": 0.00013122668315190822, + "G": 0.0006745507707819343, + "F": 0.002414989983662963, + "E": 3.0761389098188374e-06, + "T": 0.004149527754634619, + "P": 0.0009018618147820234, + "-": 0.9872804284095764 + }, + "id": "tp_20048" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2506006, + "label": "-", + "classification": { + "B": 9.736021884532153e-12, + "S": 3.0058398436949574e-08, + "I": 2.7614914799301005e-09, + "C": 4.877412251858004e-09, + "R": 4.672960685070393e-09, + "M": 6.83359830873087e-05, + "O": 2.6886600608122535e-06, + "W": 6.674835129061307e-10, + "N": 1.2816764143053216e-11, + "Y": 0.0076044779270887375, + "U": 1.3303127622112196e-14, + "K": 2.099155398116448e-11, + "L": 2.744371556673286e-07, + "G": 0.00026558415265753865, + "F": 0.015555727295577526, + "E": 1.978064823049408e-08, + "T": 0.0007086712867021561, + "P": 3.837406893580919e-06, + "-": 0.9757902026176453 + }, + "id": "tp_20049" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2506139, + "label": "-", + "classification": { + "B": 1.7345284097913805e-09, + "S": 1.093789592232497e-07, + "I": 3.6424764402909204e-05, + "C": 7.00849653867408e-08, + "R": 5.681718562300375e-08, + "M": 2.2900409021531232e-05, + "O": 1.853738353929657e-06, + "W": 4.7480504861141526e-08, + "N": 1.2507855444710003e-06, + "Y": 0.01323825865983963, + "U": 8.812573448757632e-10, + "K": 3.592224675230682e-05, + "L": 4.4058410253455804e-09, + "G": 8.618596621090546e-05, + "F": 0.0026548730675131083, + "E": 6.893404497532174e-05, + "T": 0.0018168588867411017, + "P": 0.005705053918063641, + "-": 0.9763310551643372 + }, + "id": "tp_20050" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2506273, + "label": "Y", + "classification": { + "B": 2.051011961157201e-06, + "S": 7.26919824955985e-05, + "I": 0.00023027448332868516, + "C": 0.0010070372372865677, + "R": 0.00026788661489263177, + "M": 0.006285476963967085, + "O": 0.0008590531651861966, + "W": 1.66740774147911e-05, + "N": 1.2374965990602504e-05, + "Y": 0.6145366430282593, + "U": 7.155929182545151e-08, + "K": 0.00018422114953864366, + "L": 0.0002047603775281459, + "G": 0.19471924006938934, + "F": 0.04610799625515938, + "E": 0.0005747700924985111, + "T": 0.04339330270886421, + "P": 0.00020632284577004611, + "-": 0.0913192480802536 + }, + "id": "tp_20051" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2506406, + "label": "-", + "classification": { + "B": 2.1131820631126175e-06, + "S": 4.847995296586305e-05, + "I": 9.336485163657926e-06, + "C": 0.0002561873698141426, + "R": 0.00016696205420885235, + "M": 0.0035753000993281603, + "O": 0.0019351007649675012, + "W": 2.1848627511644736e-05, + "N": 3.7827840060344897e-07, + "Y": 0.05655643716454506, + "U": 1.4799804048948317e-08, + "K": 1.3860197896065074e-06, + "L": 0.00036945377360098064, + "G": 0.010264578275382519, + "F": 0.02516312152147293, + "E": 8.720347977941856e-06, + "T": 0.010157576762139797, + "P": 0.00023753980349283665, + "-": 0.8912255764007568 + }, + "id": "tp_20052" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2506507, + "label": "-", + "classification": { + "B": 9.747726289788261e-05, + "S": 0.0006618649931624532, + "I": 0.001186105888336897, + "C": 0.0011623817263171077, + "R": 0.0005928977043367922, + "M": 0.017743611708283424, + "O": 0.005527260713279247, + "W": 0.00020367054094094783, + "N": 0.0002091668575303629, + "Y": 0.3449903428554535, + "U": 4.177189566689776e-06, + "K": 0.0003953680570703, + "L": 0.000813634367659688, + "G": 0.06886127591133118, + "F": 0.04090077802538872, + "E": 0.003236048389226198, + "T": 0.07190831750631332, + "P": 0.0048837666399776936, + "-": 0.43662187457084656 + }, + "id": "tp_20053" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2506640, + "label": "-", + "classification": { + "B": 7.467459539611809e-08, + "S": 5.5645094107603654e-05, + "I": 3.2182495488086715e-05, + "C": 4.473350054468028e-05, + "R": 1.731789598125033e-05, + "M": 0.0011590402573347092, + "O": 0.0005805821856483817, + "W": 1.319805141974939e-05, + "N": 5.530499038286507e-06, + "Y": 0.2685111463069916, + "U": 5.4808935168182416e-09, + "K": 0.00048014314961619675, + "L": 8.131594768201467e-06, + "G": 0.017454328015446663, + "F": 0.05165090039372444, + "E": 0.00022367668861988932, + "T": 0.034462008625268936, + "P": 0.0006694895564578474, + "-": 0.624631941318512 + }, + "id": "tp_20054" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2506773, + "label": "-", + "classification": { + "B": 7.99375783344658e-08, + "S": 8.269630598078948e-06, + "I": 1.4039092093298677e-05, + "C": 7.83380826874236e-08, + "R": 7.524551648430133e-08, + "M": 0.0003546912921592593, + "O": 1.933184830704704e-05, + "W": 2.7017605930268473e-07, + "N": 3.965494954627502e-07, + "Y": 0.008943087421357632, + "U": 7.414304725728016e-10, + "K": 1.4627590871896246e-06, + "L": 3.3264248600062274e-07, + "G": 0.0002543292357586324, + "F": 0.006830978207290173, + "E": 1.885573692561593e-05, + "T": 0.007181194610893726, + "P": 0.002348445588722825, + "-": 0.9740240573883057 + }, + "id": "tp_20055" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2506907, + "label": "-", + "classification": { + "B": 2.2451483800978167e-06, + "S": 4.4988719309912995e-06, + "I": 4.072899173479527e-05, + "C": 0.00010491425928194076, + "R": 3.836277755908668e-05, + "M": 0.0012316186912357807, + "O": 0.00020708008378278464, + "W": 2.7503963337949244e-06, + "N": 8.392019026359776e-07, + "Y": 0.006150783039629459, + "U": 2.4958586664070026e-07, + "K": 5.102135247625483e-08, + "L": 0.0001153368066297844, + "G": 0.0011904856655746698, + "F": 0.004553123377263546, + "E": 1.9643555788206868e-05, + "T": 0.0038940638769418, + "P": 0.002890168223530054, + "-": 0.9795531630516052 + }, + "id": "tp_20056" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2507007, + "label": "-", + "classification": { + "B": 4.771055078789388e-11, + "S": 4.411280229987824e-09, + "I": 1.0331305588806572e-07, + "C": 1.3643579599431632e-09, + "R": 5.279205961272737e-10, + "M": 1.201796840177849e-05, + "O": 2.2416980982598034e-07, + "W": 2.8844687749440823e-10, + "N": 5.081922660465921e-10, + "Y": 0.003671523416414857, + "U": 4.632240229417162e-13, + "K": 6.356825288378332e-09, + "L": 2.0952710677590858e-09, + "G": 2.6582541977404617e-05, + "F": 0.0005115904496051371, + "E": 5.146088142282679e-07, + "T": 0.0004940911312587559, + "P": 0.00015756703214719892, + "-": 0.9951258301734924 + }, + "id": "tp_20057" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2507140, + "label": "-", + "classification": { + "B": 9.952481200281582e-11, + "S": 1.7209947245078183e-08, + "I": 1.4075769882992972e-08, + "C": 5.508105118678941e-07, + "R": 4.1376591042308064e-08, + "M": 1.8630382328410633e-05, + "O": 1.6000198002075194e-06, + "W": 4.4658001741026965e-09, + "N": 6.17407847069984e-10, + "Y": 0.001345219905488193, + "U": 2.001578763843881e-11, + "K": 2.9561340397776803e-07, + "L": 7.199248130973501e-08, + "G": 0.00015372927009593695, + "F": 0.004909370094537735, + "E": 6.425352125916106e-07, + "T": 0.00019394005357753485, + "P": 7.600460230605677e-05, + "-": 0.9932998418807983 + }, + "id": "tp_20058" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2507274, + "label": "-", + "classification": { + "B": 1.4894063629991572e-12, + "S": 9.76524208717855e-11, + "I": 1.1543537681291127e-08, + "C": 1.3035685419993115e-08, + "R": 2.2730788362679277e-09, + "M": 1.752823118295055e-05, + "O": 5.3159251223178217e-08, + "W": 6.603810814159727e-12, + "N": 9.634841535710592e-12, + "Y": 0.0036663557402789593, + "U": 3.6223011623624096e-14, + "K": 1.831163519427914e-11, + "L": 3.0500235670416487e-09, + "G": 2.6378495022072457e-05, + "F": 0.0001712273806333542, + "E": 1.073663558059934e-08, + "T": 0.00021249846031423658, + "P": 6.20795026406995e-06, + "-": 0.9958996176719666 + }, + "id": "tp_20059" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2507407, + "label": "-", + "classification": { + "B": 5.499432575994945e-10, + "S": 1.007117056417428e-09, + "I": 3.1888481544228853e-07, + "C": 3.290993788596097e-08, + "R": 3.9599843404403146e-09, + "M": 2.2670826638204744e-06, + "O": 8.188966660327424e-08, + "W": 4.1456191257616126e-10, + "N": 1.613763900287779e-09, + "Y": 0.0003147913666907698, + "U": 9.891037988651874e-11, + "K": 3.7459209067947086e-09, + "L": 9.065704631439075e-09, + "G": 1.938122477440629e-05, + "F": 0.0003930264210794121, + "E": 1.0314835208191653e-06, + "T": 0.00010012261918745935, + "P": 0.00231755618005991, + "-": 0.9968512654304504 + }, + "id": "tp_20060" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2507508, + "label": "-", + "classification": { + "B": 5.796576806460507e-05, + "S": 4.1146675357595086e-05, + "I": 0.00023053199402056634, + "C": 0.00010207838931819424, + "R": 6.820142880314961e-05, + "M": 0.0007865095976740122, + "O": 0.0013446479570120573, + "W": 5.337511174730025e-05, + "N": 1.7263948393519968e-05, + "Y": 0.0011890861205756664, + "U": 3.849731911031995e-06, + "K": 2.500504706404172e-06, + "L": 0.00013122170639690012, + "G": 0.0007553308387286961, + "F": 0.004545934498310089, + "E": 7.305691542569548e-05, + "T": 0.0016544657992199063, + "P": 0.02939109317958355, + "-": 0.9595516920089722 + }, + "id": "tp_20061" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2507641, + "label": "Y", + "classification": { + "B": 0.0001502747618360445, + "S": 0.0009335680515505373, + "I": 0.0024680597707629204, + "C": 0.005663464777171612, + "R": 0.0038511245511472225, + "M": 0.027589766308665276, + "O": 0.010540028102695942, + "W": 0.0007691715727560222, + "N": 0.0003053976397495717, + "Y": 0.3940076231956482, + "U": 3.776121957344003e-05, + "K": 0.0005253930576145649, + "L": 0.0035676981788128614, + "G": 0.05286859720945358, + "F": 0.03515906631946564, + "E": 0.000985376420430839, + "T": 0.10179510712623596, + "P": 0.003349804086610675, + "-": 0.35543274879455566 + }, + "id": "tp_20062" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2507774, + "label": "-", + "classification": { + "B": 2.602362769721367e-07, + "S": 1.6117823179229163e-05, + "I": 7.009848195593804e-05, + "C": 9.353168934467249e-06, + "R": 8.731009074836038e-06, + "M": 0.0011879716766998172, + "O": 0.00016535953909624368, + "W": 2.7483454232424265e-06, + "N": 2.167048933188198e-06, + "Y": 0.2606503665447235, + "U": 1.0409112682907562e-08, + "K": 1.393854745401768e-05, + "L": 7.671712410228793e-06, + "G": 0.0071317702531814575, + "F": 0.012430958449840546, + "E": 5.9908052207902074e-05, + "T": 0.0464828722178936, + "P": 0.0004781259049195796, + "-": 0.6712815165519714 + }, + "id": "tp_20063" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2507908, + "label": "-", + "classification": { + "B": 2.4999028624961284e-08, + "S": 7.166577802308893e-07, + "I": 2.247312750114361e-06, + "C": 2.2796211851527914e-05, + "R": 4.203163825877709e-06, + "M": 0.00024661034694872797, + "O": 3.665542317321524e-05, + "W": 3.3416509381822834e-07, + "N": 1.3958944578007504e-07, + "Y": 0.010912320576608181, + "U": 2.291328726755637e-08, + "K": 1.0432198905618861e-05, + "L": 5.730608336307341e-06, + "G": 0.002419097814708948, + "F": 0.008688539266586304, + "E": 1.795594289433211e-05, + "T": 0.0030749584548175335, + "P": 0.0009140678448602557, + "-": 0.9736430644989014 + }, + "id": "tp_20064" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2508008, + "label": "Y", + "classification": { + "B": 2.2117805542620772e-07, + "S": 2.4533575924579054e-05, + "I": 0.0003136053855996579, + "C": 0.001612793537788093, + "R": 0.0004255915409885347, + "M": 0.001855627167969942, + "O": 0.0006991968839429319, + "W": 2.2025926227797754e-05, + "N": 1.0106887202709913e-05, + "Y": 0.5122891664505005, + "U": 8.334934165077357e-08, + "K": 2.984345337608829e-05, + "L": 2.8281605409574695e-05, + "G": 0.010172056965529919, + "F": 0.0034994136076420546, + "E": 2.2418491425924003e-05, + "T": 0.1186928004026413, + "P": 0.0002301631320733577, + "-": 0.35007208585739136 + }, + "id": "tp_20065" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2508141, + "label": "-", + "classification": { + "B": 5.935338887042008e-09, + "S": 6.333072288811081e-09, + "I": 1.477648847725277e-08, + "C": 1.614627009871583e-08, + "R": 5.237698719184891e-09, + "M": 9.159976798400749e-06, + "O": 9.279382879867626e-07, + "W": 1.2922688474859e-09, + "N": 1.0955231860565462e-10, + "Y": 7.730990910204127e-05, + "U": 2.7494671470118526e-11, + "K": 1.1327284596407416e-11, + "L": 2.1586477316759556e-07, + "G": 8.391658411710523e-06, + "F": 0.00014463627303484827, + "E": 1.5691615118385016e-08, + "T": 5.88243747188244e-05, + "P": 0.00020848547865170985, + "-": 0.9994919300079346 + }, + "id": "tp_20066" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2508275, + "label": "-", + "classification": { + "B": 1.785575243218318e-08, + "S": 9.314050544162455e-07, + "I": 3.8693005421919224e-07, + "C": 1.534524380986113e-05, + "R": 1.7559212210471742e-05, + "M": 0.0045390659943223, + "O": 0.00034589366987347603, + "W": 3.3117225939349737e-07, + "N": 1.933909477003226e-09, + "Y": 0.03601629659533501, + "U": 3.330314912730614e-10, + "K": 2.226446804698412e-09, + "L": 0.00012391211930662394, + "G": 0.003664984367787838, + "F": 0.0013029053807258606, + "E": 3.516631608135867e-08, + "T": 0.01628866419196129, + "P": 6.841566118964693e-06, + "-": 0.9376769661903381 + }, + "id": "tp_20067" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2508375, + "label": "-", + "classification": { + "B": 8.194797618266136e-10, + "S": 1.0717181586628044e-09, + "I": 3.003249560151744e-07, + "C": 3.4167501894444285e-07, + "R": 4.3598554100299225e-08, + "M": 1.1067521882068831e-05, + "O": 2.0713481774237152e-07, + "W": 4.821057997261846e-10, + "N": 1.0262202199129433e-09, + "Y": 0.0002536333631724119, + "U": 2.1853990839204585e-10, + "K": 4.038439804787686e-09, + "L": 2.5263489078497514e-08, + "G": 1.51294125316781e-05, + "F": 0.00022516149329021573, + "E": 6.087311135161144e-07, + "T": 7.39489114494063e-05, + "P": 0.0013398530427366495, + "-": 0.9980796575546265 + }, + "id": "tp_20068" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2508509, + "label": "-", + "classification": { + "B": 1.4491924370599318e-12, + "S": 1.2176685441206425e-12, + "I": 1.4945240600638954e-09, + "C": 4.1219250235258187e-10, + "R": 2.708725084510366e-11, + "M": 9.108982013117384e-09, + "O": 4.997794955663437e-10, + "W": 1.1084523056370532e-12, + "N": 3.4744032737649144e-12, + "Y": 2.8131375984230544e-06, + "U": 1.3303984650048228e-13, + "K": 1.8566422704813235e-11, + "L": 1.7974061475301006e-11, + "G": 1.1939557964524283e-07, + "F": 7.437899967044359e-06, + "E": 1.0176933074035333e-08, + "T": 2.76700660606366e-07, + "P": 0.0003243303799536079, + "-": 0.9996651411056519 + }, + "id": "tp_20069" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2508642, + "label": "-", + "classification": { + "B": 2.800614709030924e-07, + "S": 3.251103919410525e-07, + "I": 9.642299119150266e-05, + "C": 1.2559657079691533e-05, + "R": 6.990149358898634e-06, + "M": 0.00043630829895846546, + "O": 3.2514173653908074e-05, + "W": 4.637902293325169e-07, + "N": 2.203629719588207e-06, + "Y": 0.006403706502169371, + "U": 2.376660575009737e-07, + "K": 2.2779622668167576e-06, + "L": 3.1224992653733352e-06, + "G": 0.0009265280095860362, + "F": 0.0017843921668827534, + "E": 6.077112630009651e-05, + "T": 0.003567691892385483, + "P": 0.016840815544128418, + "-": 0.9698224067687988 + }, + "id": "tp_20070" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2508775, + "label": "-", + "classification": { + "B": 1.5729623328297748e-06, + "S": 1.950134537764825e-05, + "I": 8.210373198380694e-05, + "C": 4.6447883505607024e-05, + "R": 1.4392890079761855e-05, + "M": 0.004798816051334143, + "O": 0.00045407397556118667, + "W": 3.967863904108526e-06, + "N": 4.334493951319018e-06, + "Y": 0.12866465747356415, + "U": 3.768237277768094e-08, + "K": 6.0412235143303405e-06, + "L": 3.418651976971887e-05, + "G": 0.010759693570435047, + "F": 0.007272011134773493, + "E": 0.00037051495746709406, + "T": 0.015866348519921303, + "P": 0.0032906250562518835, + "-": 0.8283106684684753 + }, + "id": "tp_20071" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2508876, + "label": "-", + "classification": { + "B": 2.1577720588084048e-07, + "S": 4.639213670998288e-07, + "I": 9.597752068657428e-07, + "C": 5.6824304920155555e-05, + "R": 1.7948472304851748e-05, + "M": 0.0018024032469838858, + "O": 0.00025503148208372295, + "W": 1.8114585031980823e-07, + "N": 4.379114848518384e-09, + "Y": 0.042384788393974304, + "U": 1.953569112034259e-10, + "K": 2.5031368644512497e-10, + "L": 0.0003261927340645343, + "G": 0.01248539425432682, + "F": 0.0026772543787956238, + "E": 7.993063491085195e-07, + "T": 0.0055637238547205925, + "P": 2.8428699806681834e-05, + "-": 0.9343993067741394 + }, + "id": "tp_20072" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2509009, + "label": "-", + "classification": { + "B": 5.802560099077425e-10, + "S": 2.4139380272458766e-08, + "I": 2.140119931937079e-06, + "C": 1.1515989939425708e-07, + "R": 2.042736113594401e-08, + "M": 5.884399070055224e-05, + "O": 1.6830176718940493e-06, + "W": 6.638551042215113e-09, + "N": 2.036795088145027e-08, + "Y": 0.005088168662041426, + "U": 1.5797434194109172e-10, + "K": 5.256512167761684e-07, + "L": 8.14832290529921e-08, + "G": 0.0005774058517999947, + "F": 0.0019652233459055424, + "E": 6.386202585417777e-06, + "T": 0.002430358435958624, + "P": 0.00045579500147141516, + "-": 0.9894132018089294 + }, + "id": "tp_20073" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2509142, + "label": "-", + "classification": { + "B": 1.0450268428385812e-10, + "S": 4.876135495379685e-09, + "I": 4.742812009794761e-08, + "C": 6.115945438978088e-07, + "R": 5.265498259632295e-08, + "M": 3.629443745012395e-05, + "O": 1.9155238533130614e-06, + "W": 1.1886244211112285e-09, + "N": 5.270184844086145e-10, + "Y": 0.06979502737522125, + "U": 6.5100754648161896e-12, + "K": 9.578221948913779e-08, + "L": 2.208374922929579e-07, + "G": 0.005015216302126646, + "F": 0.004854560364037752, + "E": 1.6356507330783643e-06, + "T": 0.000980003154836595, + "P": 3.241775993956253e-05, + "-": 0.9192819595336914 + }, + "id": "tp_20074" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2509276, + "label": "-", + "classification": { + "B": 3.1034130643092794e-07, + "S": 4.536219876172254e-06, + "I": 4.996413736080285e-06, + "C": 3.3201955375261605e-05, + "R": 8.25143615656998e-06, + "M": 0.0017662560567259789, + "O": 0.00010016068699769676, + "W": 7.86330645041744e-07, + "N": 1.644068987616265e-07, + "Y": 0.019960982725024223, + "U": 1.881538835846186e-08, + "K": 2.784822754620109e-07, + "L": 4.5301479985937476e-05, + "G": 0.002244448522105813, + "F": 0.01824287883937359, + "E": 7.708691555308178e-06, + "T": 0.006749219261109829, + "P": 0.00032704888144508004, + "-": 0.9505035281181335 + }, + "id": "tp_20075" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2509376, + "label": "-", + "classification": { + "B": 1.2172348684558187e-09, + "S": 8.127027228965744e-08, + "I": 8.689120477356482e-06, + "C": 3.16676306510999e-07, + "R": 8.365007886368403e-08, + "M": 1.1383920536900405e-05, + "O": 4.161700871918583e-06, + "W": 6.168793476035717e-08, + "N": 3.293000645498978e-07, + "Y": 0.013195440173149109, + "U": 6.831559762332517e-10, + "K": 3.2542588996875565e-06, + "L": 1.5526865126958e-08, + "G": 0.00010240576375508681, + "F": 0.002103277016431093, + "E": 9.765892173163593e-06, + "T": 0.0013368246145546436, + "P": 0.0030933332163840532, + "-": 0.980130672454834 + }, + "id": "tp_20076" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2509510, + "label": "-", + "classification": { + "B": 1.3018795763652946e-10, + "S": 3.046953978014244e-08, + "I": 2.73849138920923e-08, + "C": 2.038850333008213e-08, + "R": 1.821120498846085e-08, + "M": 8.55696271173656e-05, + "O": 3.238560566387605e-06, + "W": 3.627923517157683e-09, + "N": 4.41097797176937e-10, + "Y": 0.005508694332093, + "U": 8.292642614260437e-12, + "K": 9.606813122786662e-09, + "L": 1.5183394452833454e-07, + "G": 7.988427387317643e-05, + "F": 0.002838749438524246, + "E": 3.554810845685097e-08, + "T": 0.0018491854425519705, + "P": 2.1631365598295815e-05, + "-": 0.9896127581596375 + }, + "id": "tp_20077" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2509643, + "label": "-", + "classification": { + "B": 3.122878899919357e-10, + "S": 1.5309873369062643e-09, + "I": 1.8822014453689917e-06, + "C": 3.382869522283727e-07, + "R": 7.18496835361293e-08, + "M": 7.3135970524162985e-06, + "O": 6.868671107440605e-07, + "W": 4.935107877912515e-09, + "N": 1.2975669427817138e-08, + "Y": 0.0006776782684028149, + "U": 4.4882136895907365e-10, + "K": 1.125462105733277e-07, + "L": 9.962557889764412e-09, + "G": 1.997509752982296e-05, + "F": 0.00011383742821635678, + "E": 2.216257371401298e-06, + "T": 0.0001534764451207593, + "P": 0.0005215792916715145, + "-": 0.9985008239746094 + }, + "id": "tp_20078" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2509776, + "label": "-", + "classification": { + "B": 2.0878235318377847e-06, + "S": 5.1321649152669124e-06, + "I": 0.0007541758823208511, + "C": 0.0006342320702970028, + "R": 0.0001608972088433802, + "M": 0.0008177972631528974, + "O": 0.00033825982245616615, + "W": 7.1052804742066655e-06, + "N": 2.2806087144999765e-05, + "Y": 0.09145700186491013, + "U": 2.428914513075142e-06, + "K": 7.2384373197564855e-06, + "L": 3.59554287570063e-05, + "G": 0.0030446667224168777, + "F": 0.002052044030278921, + "E": 9.156593296211213e-05, + "T": 0.013183847069740295, + "P": 0.00881907157599926, + "-": 0.8785637021064758 + }, + "id": "tp_20079" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2509877, + "label": "-", + "classification": { + "B": 1.8334291029820093e-10, + "S": 9.3264429779083e-07, + "I": 1.4289815908341552e-07, + "C": 1.4477797094514244e-07, + "R": 1.1598220339692489e-07, + "M": 0.0006428308552131057, + "O": 8.095871453406289e-05, + "W": 1.2397164539379446e-07, + "N": 2.770047080602467e-09, + "Y": 0.2575446665287018, + "U": 1.7416908843978507e-12, + "K": 3.526628802319465e-07, + "L": 7.366047043433355e-07, + "G": 0.001924895797856152, + "F": 0.011675557121634483, + "E": 3.067827378799848e-07, + "T": 0.018249811604619026, + "P": 5.309151219989872e-06, + "-": 0.7098731398582458 + }, + "id": "tp_20080" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2510010, + "label": "-", + "classification": { + "B": 4.4836672569159575e-11, + "S": 5.3388234277917945e-08, + "I": 1.579684635544254e-06, + "C": 1.080554739019135e-05, + "R": 9.167518442154687e-07, + "M": 9.485089321970008e-06, + "O": 5.4168867791304365e-06, + "W": 7.243612287766155e-08, + "N": 5.029720284710493e-08, + "Y": 0.14147280156612396, + "U": 4.129728850554848e-11, + "K": 0.0005967338802292943, + "L": 2.1837058383766816e-08, + "G": 0.01005617156624794, + "F": 0.01751977764070034, + "E": 2.0910374587401748e-05, + "T": 0.002184386132284999, + "P": 4.741622251458466e-05, + "-": 0.8280735015869141 + }, + "id": "tp_20081" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2510143, + "label": "-", + "classification": { + "B": 1.0746814638196156e-07, + "S": 2.2767504560761154e-05, + "I": 2.016290818573907e-05, + "C": 0.0012925643241032958, + "R": 0.00017049080634023994, + "M": 0.0009815082885324955, + "O": 0.00047773646656423807, + "W": 1.7761120034265332e-05, + "N": 5.020117441745242e-06, + "Y": 0.21325433254241943, + "U": 7.718569605685843e-08, + "K": 0.013909691013395786, + "L": 2.163535464205779e-05, + "G": 0.06808038055896759, + "F": 0.17979981005191803, + "E": 0.00048360670916736126, + "T": 0.012894890271127224, + "P": 0.0005360788200050592, + "-": 0.5080313682556152 + }, + "id": "tp_20082" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2510277, + "label": "-", + "classification": { + "B": 4.617722382249667e-08, + "S": 2.1025159639975755e-06, + "I": 3.387384640518576e-05, + "C": 4.5607463107444346e-05, + "R": 2.296180355187971e-05, + "M": 0.0013927024556323886, + "O": 0.00013754265091847628, + "W": 6.411027015928994e-07, + "N": 4.458773048554576e-07, + "Y": 0.16241663694381714, + "U": 3.1185873883288195e-09, + "K": 4.298621831821947e-07, + "L": 9.849055459199008e-06, + "G": 0.002762045245617628, + "F": 0.002506037475541234, + "E": 7.512915999541292e-06, + "T": 0.03331321105360985, + "P": 0.00025187639403156936, + "-": 0.7970964312553406 + }, + "id": "tp_20083" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2510377, + "label": "-", + "classification": { + "B": 2.29953567298935e-09, + "S": 3.633293488292111e-08, + "I": 5.377943921303086e-07, + "C": 9.179232733913523e-07, + "R": 6.770840741410211e-07, + "M": 0.00046740504330955446, + "O": 1.4614969586546067e-05, + "W": 5.868296959476993e-09, + "N": 5.214780829376764e-10, + "Y": 0.026337673887610435, + "U": 1.1758158682817488e-11, + "K": 1.29486863939543e-11, + "L": 3.414641469134949e-06, + "G": 0.00041816962766461074, + "F": 0.00013587546709459275, + "E": 9.482388207970871e-09, + "T": 0.008141553960740566, + "P": 5.773729299107799e-06, + "-": 0.9644731879234314 + }, + "id": "tp_20084" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2510511, + "label": "-", + "classification": { + "B": 3.038261638721451e-06, + "S": 2.86916401819326e-05, + "I": 0.00044430411071516573, + "C": 0.0005090342019684613, + "R": 0.000143945959280245, + "M": 0.002462175441905856, + "O": 0.0003746507572941482, + "W": 2.195392153225839e-05, + "N": 4.50145271315705e-05, + "Y": 0.17814941704273224, + "U": 8.867762630870857e-07, + "K": 0.005200838670134544, + "L": 5.4668402299284935e-05, + "G": 0.06634272634983063, + "F": 0.07106567174196243, + "E": 0.007639158982783556, + "T": 0.013805152848362923, + "P": 0.005520455073565245, + "-": 0.6481882333755493 + }, + "id": "tp_20085" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2510644, + "label": "-", + "classification": { + "B": 7.123508380391108e-12, + "S": 2.889623818003173e-10, + "I": 8.19464851531393e-09, + "C": 1.0792150817451329e-07, + "R": 2.7201089380923804e-08, + "M": 4.4265439100854564e-06, + "O": 1.4266086623138108e-07, + "W": 1.5357862204190553e-10, + "N": 4.350821092291568e-11, + "Y": 0.0003113016427960247, + "U": 7.861997511349195e-12, + "K": 1.3967398349024052e-09, + "L": 1.1988728232381618e-08, + "G": 8.454957423964515e-06, + "F": 0.00024840870173648, + "E": 1.5700921451866634e-08, + "T": 3.672746606753208e-05, + "P": 6.450360524468124e-05, + "-": 0.9993258714675903 + }, + "id": "tp_20086" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2510777, + "label": "-", + "classification": { + "B": 1.336763034487376e-06, + "S": 8.645656635053456e-06, + "I": 2.9601929782074876e-05, + "C": 4.1415609302930534e-05, + "R": 7.405297310469905e-06, + "M": 0.004360536113381386, + "O": 0.00024577107978984714, + "W": 2.5519616428937297e-06, + "N": 1.4875383840262657e-06, + "Y": 0.008666341193020344, + "U": 1.7039810984442738e-07, + "K": 1.0553982292549335e-06, + "L": 8.641464955871925e-05, + "G": 0.001551471883431077, + "F": 0.007910997606813908, + "E": 8.058980893110856e-05, + "T": 0.008195077069103718, + "P": 0.0029653823003172874, + "-": 0.9658436179161072 + }, + "id": "tp_20087" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2510878, + "label": "F", + "classification": { + "B": 4.1935771150747314e-05, + "S": 0.0006747187580913305, + "I": 7.428335811709985e-05, + "C": 0.005598009563982487, + "R": 0.0009075441630557179, + "M": 0.007466976065188646, + "O": 0.0029731187969446182, + "W": 0.00019855440768878907, + "N": 5.984721065033227e-05, + "Y": 0.04731041565537453, + "U": 6.441518053179607e-06, + "K": 0.01103869080543518, + "L": 0.001468025497160852, + "G": 0.2829272449016571, + "F": 0.40176495909690857, + "E": 0.005635846871882677, + "T": 0.015094222500920296, + "P": 0.0018414744408801198, + "-": 0.2149176150560379 + }, + "id": "tp_20088" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2511011, + "label": "-", + "classification": { + "B": 0.00810699351131916, + "S": 0.00033267607796005905, + "I": 0.0003616830799728632, + "C": 0.0007502728840336204, + "R": 0.0009066453203558922, + "M": 0.0064235287718474865, + "O": 0.010513434186577797, + "W": 0.0004004318325314671, + "N": 1.4856735106150154e-05, + "Y": 0.003988857381045818, + "U": 1.3067132385913283e-05, + "K": 2.3245169700203405e-07, + "L": 0.011193361133337021, + "G": 0.011391163803637028, + "F": 0.004608372692018747, + "E": 0.00012905127368867397, + "T": 0.004890807438641787, + "P": 0.011116447858512402, + "-": 0.9248580932617188 + }, + "id": "tp_20089" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2511144, + "label": "-", + "classification": { + "B": 4.500876457314007e-06, + "S": 0.00010087717964779586, + "I": 4.517999059316935e-07, + "C": 5.300307179822994e-07, + "R": 2.3387802627894416e-07, + "M": 0.00197062105871737, + "O": 0.00033357858774252236, + "W": 2.042409278146806e-06, + "N": 2.993581560417624e-08, + "Y": 0.001052703708410263, + "U": 3.400356662908166e-10, + "K": 4.538241071827542e-08, + "L": 6.380368722602725e-05, + "G": 0.001674504834227264, + "F": 0.07836342602968216, + "E": 1.0016208761953749e-05, + "T": 0.0010211403714492917, + "P": 0.0004162823024671525, + "-": 0.9149852991104126 + }, + "id": "tp_20090" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2511278, + "label": "-", + "classification": { + "B": 5.252090886642691e-06, + "S": 2.397978050794336e-06, + "I": 0.00023373703879769892, + "C": 5.254398274701089e-05, + "R": 1.0493893569218926e-05, + "M": 0.0002636495919432491, + "O": 6.176745955599472e-05, + "W": 1.901158384498558e-06, + "N": 1.346555018244544e-05, + "Y": 0.006265978794544935, + "U": 1.39282076361269e-06, + "K": 1.2573160347528756e-05, + "L": 1.3788031537842471e-05, + "G": 0.002561448607593775, + "F": 0.015500860288739204, + "E": 0.0007289283093996346, + "T": 0.0027339281514286995, + "P": 0.05536132678389549, + "-": 0.916174590587616 + }, + "id": "tp_20091" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2511378, + "label": "-", + "classification": { + "B": 4.585392161970958e-06, + "S": 5.177206185180694e-05, + "I": 1.1968653780058958e-05, + "C": 5.2701972890645266e-05, + "R": 1.4098916835791897e-05, + "M": 0.005263153463602066, + "O": 0.0005898978561162949, + "W": 2.9569173420895822e-06, + "N": 3.5771452644439705e-07, + "Y": 0.0109162712469697, + "U": 1.3260661901881576e-08, + "K": 3.1548935908176645e-07, + "L": 0.0003299029194749892, + "G": 0.011338531970977783, + "F": 0.029524775221943855, + "E": 5.062989657744765e-05, + "T": 0.005147499963641167, + "P": 0.0006928168004378676, + "-": 0.9360077381134033 + }, + "id": "tp_20092" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2511512, + "label": "-", + "classification": { + "B": 4.556211479211925e-06, + "S": 9.598060387361329e-06, + "I": 2.595943442429416e-07, + "C": 3.0989963306637947e-06, + "R": 2.717420102271717e-06, + "M": 0.0004263412847649306, + "O": 0.0002178778377128765, + "W": 1.391638875247736e-06, + "N": 8.765930203935568e-09, + "Y": 0.000987728824838996, + "U": 8.81071493541441e-10, + "K": 3.5396507058749194e-08, + "L": 5.547448017750867e-05, + "G": 0.00121645990293473, + "F": 0.017329875379800797, + "E": 1.8855052985600196e-06, + "T": 0.00039790081791579723, + "P": 0.00022505142260342836, + "-": 0.9791198372840881 + }, + "id": "tp_20093" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2511645, + "label": "-", + "classification": { + "B": 1.1371299478923902e-05, + "S": 1.9554181562853046e-06, + "I": 2.2888420971867163e-06, + "C": 6.139991910458775e-06, + "R": 3.7667089145543287e-06, + "M": 0.0006234220927581191, + "O": 0.00019517497275955975, + "W": 8.297325280182122e-07, + "N": 1.4251388513741858e-08, + "Y": 0.005813213996589184, + "U": 1.1872617333708035e-09, + "K": 5.568185912352419e-09, + "L": 5.364579556044191e-05, + "G": 0.0034004226326942444, + "F": 0.0027799876406788826, + "E": 2.4152916466846364e-06, + "T": 0.0013696211390197277, + "P": 0.0002168227219954133, + "-": 0.9855189323425293 + }, + "id": "tp_20094" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2511778, + "label": "-", + "classification": { + "B": 7.058341688903624e-10, + "S": 1.52978021361605e-08, + "I": 2.9768081333259033e-08, + "C": 4.009249465752873e-08, + "R": 7.077245012254707e-09, + "M": 3.101677793893032e-05, + "O": 1.6586535593887675e-06, + "W": 3.1072906470086537e-09, + "N": 6.744371727762655e-10, + "Y": 0.0002631557872518897, + "U": 3.1301239378223045e-11, + "K": 2.032420454156636e-08, + "L": 1.0004114869843761e-07, + "G": 7.03960977261886e-05, + "F": 0.003431980963796377, + "E": 7.443397862516576e-07, + "T": 0.0001301332376897335, + "P": 0.00023611482174601406, + "-": 0.9958345890045166 + }, + "id": "tp_20095" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2511879, + "label": "-", + "classification": { + "B": 3.250922309128157e-10, + "S": 2.724363623585191e-09, + "I": 2.3144537397712384e-09, + "C": 2.5206206899497374e-08, + "R": 2.103178298185071e-09, + "M": 3.320771838843939e-06, + "O": 2.6172003231295093e-07, + "W": 4.860074009904736e-10, + "N": 3.995681563395692e-11, + "Y": 6.316703365882859e-05, + "U": 3.5893430155170547e-12, + "K": 8.397806894322457e-10, + "L": 2.0340126027917904e-08, + "G": 5.332323780748993e-06, + "F": 0.0016066101379692554, + "E": 2.907176899213937e-08, + "T": 1.985145718208514e-05, + "P": 0.00010763360478449613, + "-": 0.9981936812400818 + }, + "id": "tp_20096" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2512012, + "label": "-", + "classification": { + "B": 6.899612969846203e-08, + "S": 1.887115530507799e-07, + "I": 4.315281785238767e-07, + "C": 2.7136614733080933e-08, + "R": 8.600569145755799e-09, + "M": 5.1759881898760796e-05, + "O": 1.8767876781566883e-06, + "W": 1.7591032630548398e-08, + "N": 1.340032973473626e-08, + "Y": 0.0012209410779178143, + "U": 2.848808411393122e-10, + "K": 3.191697928173198e-08, + "L": 1.0325867094707064e-07, + "G": 4.577326399157755e-05, + "F": 0.006526336073875427, + "E": 9.287384273193311e-06, + "T": 0.00021540246962103993, + "P": 0.0038528195582330227, + "-": 0.9880748391151428 + }, + "id": "tp_20097" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2512145, + "label": "-", + "classification": { + "B": 1.6660610668850495e-08, + "S": 5.813186589875841e-07, + "I": 6.400975962606026e-06, + "C": 3.705118433572352e-05, + "R": 7.569315584987635e-06, + "M": 3.661187656689435e-05, + "O": 3.1951480195857584e-05, + "W": 1.1040960998798255e-06, + "N": 8.581367296756071e-07, + "Y": 0.0031163040548563004, + "U": 4.717222878980465e-08, + "K": 0.0006133353454060853, + "L": 9.141153327618667e-07, + "G": 0.0010763277532532811, + "F": 0.021052975207567215, + "E": 9.960828174371272e-05, + "T": 0.00034709807368926704, + "P": 0.003745730733498931, + "-": 0.9698255658149719 + }, + "id": "tp_20098" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2512279, + "label": "-", + "classification": { + "B": 1.3499152373697143e-06, + "S": 0.00012010827049380168, + "I": 5.586320548900403e-05, + "C": 0.004355110228061676, + "R": 0.00053868826944381, + "M": 0.0023211610969156027, + "O": 0.0013010726543143392, + "W": 6.49716384941712e-05, + "N": 1.3414638488029595e-05, + "Y": 0.06803708523511887, + "U": 1.907465502881678e-06, + "K": 0.006323541980236769, + "L": 0.00036505251773633063, + "G": 0.09822288155555725, + "F": 0.2930128574371338, + "E": 0.0007729624630883336, + "T": 0.012277158908545971, + "P": 0.0007571165333501995, + "-": 0.5114576816558838 + }, + "id": "tp_20099" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2512379, + "label": "-", + "classification": { + "B": 1.0411443408797627e-11, + "S": 5.309446393653161e-08, + "I": 3.9752148794924835e-10, + "C": 5.561456873692805e-06, + "R": 6.514399046864128e-07, + "M": 2.7098703867523e-05, + "O": 7.62144827604061e-06, + "W": 1.456299969504471e-08, + "N": 1.7926816281432778e-11, + "Y": 0.00021403816936071962, + "U": 1.2532007766588582e-12, + "K": 6.295314936011209e-09, + "L": 7.317131007766875e-07, + "G": 0.00015314601478166878, + "F": 0.0355219766497612, + "E": 1.0956390461558385e-08, + "T": 7.253462536027655e-05, + "P": 7.636370355612598e-06, + "-": 0.9639888405799866 + }, + "id": "tp_20100" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2512513, + "label": "-", + "classification": { + "B": 1.8394273411104223e-06, + "S": 8.376325240533333e-06, + "I": 3.471009767963551e-05, + "C": 1.0890948033193126e-05, + "R": 2.867819148377748e-06, + "M": 0.0004089899593964219, + "O": 6.735019269399345e-05, + "W": 2.8102483611291973e-06, + "N": 2.4980950001918245e-06, + "Y": 0.005774970632046461, + "U": 1.4491746469502687e-07, + "K": 1.5494355466216803e-05, + "L": 4.137046289542923e-06, + "G": 0.0006899817381054163, + "F": 0.006103311199694872, + "E": 9.293972107116133e-05, + "T": 0.003857647068798542, + "P": 0.00540725514292717, + "-": 0.9775137901306152 + }, + "id": "tp_20101" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2512646, + "label": "-", + "classification": { + "B": 3.7198118661763147e-05, + "S": 0.00015594001160934567, + "I": 0.0007229059701785445, + "C": 0.00866112019866705, + "R": 0.0017237216234207153, + "M": 0.004173726309090853, + "O": 0.001868766383267939, + "W": 0.00020528121967799962, + "N": 0.00023378178593702614, + "Y": 0.09103436768054962, + "U": 3.368810212123208e-05, + "K": 0.0057496195659041405, + "L": 0.0008142762235365808, + "G": 0.06993024051189423, + "F": 0.20569969713687897, + "E": 0.00939250085502863, + "T": 0.014295837841928005, + "P": 0.028961127623915672, + "-": 0.5563061237335205 + }, + "id": "tp_20102" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2512779, + "label": "-", + "classification": { + "B": 2.3097173595942877e-07, + "S": 9.232638149114791e-06, + "I": 6.9383108893816825e-06, + "C": 7.690956635997281e-07, + "R": 2.8174275712444796e-07, + "M": 0.0001371150283375755, + "O": 5.311410495778546e-05, + "W": 1.2205023267597426e-06, + "N": 1.1461404483270599e-06, + "Y": 0.0024975885171443224, + "U": 2.485459305034965e-08, + "K": 9.676663466962054e-06, + "L": 2.8454030598368263e-06, + "G": 0.00042041088454425335, + "F": 0.05241777375340462, + "E": 0.00010938635386992246, + "T": 0.0009797291131690145, + "P": 0.009017751552164555, + "-": 0.9343346953392029 + }, + "id": "tp_20103" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2512880, + "label": "-", + "classification": { + "B": 1.4408863080461742e-07, + "S": 4.4538478505273815e-06, + "I": 8.07462347438559e-05, + "C": 0.00029744001221843064, + "R": 2.488092468411196e-05, + "M": 0.00032755755819380283, + "O": 8.680056635057554e-05, + "W": 3.023567387572257e-06, + "N": 7.522067789977882e-06, + "Y": 0.22855475544929504, + "U": 2.6242339856707986e-08, + "K": 0.0024274331517517567, + "L": 2.2906642698217183e-06, + "G": 0.027631044387817383, + "F": 0.038492847234010696, + "E": 0.001091741374693811, + "T": 0.008053675293922424, + "P": 0.0015623276121914387, + "-": 0.6913511753082275 + }, + "id": "tp_20104" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2513013, + "label": "-", + "classification": { + "B": 1.4420773197798553e-07, + "S": 0.00022481441556010395, + "I": 6.289263546932489e-05, + "C": 0.00015207729302346706, + "R": 2.3395577954943292e-05, + "M": 0.0009960735915228724, + "O": 0.0005696126609109342, + "W": 4.374113632366061e-05, + "N": 2.115846837114077e-05, + "Y": 0.3217417299747467, + "U": 2.3711312024943254e-08, + "K": 0.01145759504288435, + "L": 7.898994226707146e-06, + "G": 0.046039190143346786, + "F": 0.21737635135650635, + "E": 0.0004915179451927543, + "T": 0.04854748398065567, + "P": 0.0007723509334027767, + "-": 0.3514719605445862 + }, + "id": "tp_20105" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2513146, + "label": "-", + "classification": { + "B": 8.769967863031525e-09, + "S": 9.247296617331813e-08, + "I": 3.3999313586718927e-08, + "C": 2.6025452015687733e-08, + "R": 6.64809762795926e-09, + "M": 1.4923562048352323e-05, + "O": 1.1882627859449713e-06, + "W": 7.576178795432043e-09, + "N": 1.670463989356108e-09, + "Y": 0.0013635687064379454, + "U": 4.7441134354286874e-11, + "K": 3.0589023936045123e-07, + "L": 6.984634381979049e-08, + "G": 0.0001850865810411051, + "F": 0.004012149292975664, + "E": 1.915767370519461e-06, + "T": 0.00042697173194028437, + "P": 0.00015952964895404875, + "-": 0.9938341379165649 + }, + "id": "tp_20106" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2513280, + "label": "-", + "classification": { + "B": 1.4885263226460665e-06, + "S": 8.312315912917256e-06, + "I": 8.944625733420253e-06, + "C": 3.524180101521779e-06, + "R": 8.832205367070856e-07, + "M": 0.00024778637452982366, + "O": 5.590487126028165e-05, + "W": 2.3231468730955385e-06, + "N": 1.338165020570159e-06, + "Y": 0.00148822832852602, + "U": 6.162025556477602e-08, + "K": 5.5249132856260985e-05, + "L": 2.9172208542149747e-06, + "G": 0.000861130771227181, + "F": 0.02594960667192936, + "E": 0.00018302920216228813, + "T": 0.0007808984955772758, + "P": 0.011459597386419773, + "-": 0.958888828754425 + }, + "id": "tp_20107" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2513380, + "label": "-", + "classification": { + "B": 3.810462778641721e-10, + "S": 2.082281298498856e-07, + "I": 2.567919352713943e-07, + "C": 7.150494639063254e-06, + "R": 3.353575493747485e-06, + "M": 0.0005443995469249785, + "O": 7.587676373077556e-05, + "W": 2.2861230775106378e-07, + "N": 2.422360534382051e-09, + "Y": 0.0571664422750473, + "U": 7.900949339223473e-11, + "K": 5.2280242357483075e-09, + "L": 3.260536686866544e-06, + "G": 0.00030473447986878455, + "F": 0.0009316375944763422, + "E": 3.037719764620306e-08, + "T": 0.005890583153814077, + "P": 1.2874623280367814e-05, + "-": 0.9350588917732239 + }, + "id": "tp_20108" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2513514, + "label": "-", + "classification": { + "B": 6.631175438087666e-06, + "S": 1.73289608937921e-05, + "I": 8.822577910905238e-06, + "C": 4.185703437542543e-05, + "R": 2.055160621239338e-05, + "M": 0.0011050337925553322, + "O": 0.0002988232590723783, + "W": 4.19885509472806e-06, + "N": 3.678518396554864e-07, + "Y": 0.004291035700589418, + "U": 3.2339563915684266e-08, + "K": 2.873791800084291e-07, + "L": 6.23044470557943e-05, + "G": 0.001462387153878808, + "F": 0.01146690919995308, + "E": 2.837160172930453e-05, + "T": 0.0018837078241631389, + "P": 0.0013957915361970663, + "-": 0.9779055714607239 + }, + "id": "tp_20109" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2513647, + "label": "-", + "classification": { + "B": 8.861474753985021e-08, + "S": 1.2537961424641253e-07, + "I": 2.3666289052926004e-06, + "C": 1.0233767397949123e-06, + "R": 1.4790768432249024e-07, + "M": 5.487371890922077e-05, + "O": 3.126012643406284e-06, + "W": 2.1923314719174414e-08, + "N": 5.5099022233662254e-08, + "Y": 0.00230651767924428, + "U": 2.348557348597069e-09, + "K": 6.763065130144241e-08, + "L": 2.3358413159257907e-07, + "G": 0.00011163343151565641, + "F": 0.0005491820047609508, + "E": 6.204906640050467e-06, + "T": 0.0010215368820354342, + "P": 0.001913617947138846, + "-": 0.99402916431427 + }, + "id": "tp_20110" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2513780, + "label": "-", + "classification": { + "B": 2.5067301976378076e-06, + "S": 1.0091741387441289e-05, + "I": 0.0005079700495116413, + "C": 7.0443916229123715e-06, + "R": 3.5959888009529095e-06, + "M": 0.0018061207374557853, + "O": 0.0001286578190047294, + "W": 1.8397068970443797e-06, + "N": 4.7278117563109845e-06, + "Y": 0.1753421276807785, + "U": 9.624341323899444e-09, + "K": 3.412213345654891e-06, + "L": 3.750032192328945e-06, + "G": 0.0038813059218227863, + "F": 0.0019504012307152152, + "E": 0.00010897927859332412, + "T": 0.04789389669895172, + "P": 0.001064930111169815, + "-": 0.7672786116600037 + }, + "id": "tp_20111" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2513881, + "label": "F", + "classification": { + "B": 1.4639949768024962e-06, + "S": 0.0010417891899123788, + "I": 9.849614798440598e-06, + "C": 3.412870137253776e-05, + "R": 2.270705226692371e-05, + "M": 0.005501074250787497, + "O": 0.0020852750167250633, + "W": 5.6291144574061036e-05, + "N": 4.0835079744283576e-06, + "Y": 0.10295916348695755, + "U": 1.1152823553572944e-08, + "K": 0.00016052763385232538, + "L": 0.00014712971460539848, + "G": 0.03152903541922569, + "F": 0.5514271855354309, + "E": 0.00012835048255510628, + "T": 0.031279463320970535, + "P": 0.00021463687880896032, + "-": 0.2733978033065796 + }, + "id": "tp_20112" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2514014, + "label": "-", + "classification": { + "B": 2.618377736851585e-09, + "S": 3.1517021170657245e-07, + "I": 1.0034453268303878e-08, + "C": 3.5847497201757506e-05, + "R": 1.0852725608856417e-05, + "M": 0.0003149324329569936, + "O": 6.0461712564574555e-05, + "W": 1.1520890552674246e-07, + "N": 1.9609498747019671e-10, + "Y": 0.007192712742835283, + "U": 3.912433224617651e-11, + "K": 2.838846713260068e-09, + "L": 5.047200102126226e-05, + "G": 0.003514640498906374, + "F": 0.02870255708694458, + "E": 5.028368832427077e-08, + "T": 0.0009606462554074824, + "P": 5.854008577443892e-06, + "-": 0.9591505527496338 + }, + "id": "tp_20113" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2514147, + "label": "-", + "classification": { + "B": 5.132820888320566e-07, + "S": 4.0221384551841766e-06, + "I": 3.326981641293969e-07, + "C": 0.0002539241104386747, + "R": 3.0158847948769107e-05, + "M": 0.0004086830304004252, + "O": 0.00013586277782451361, + "W": 1.3445149988910998e-06, + "N": 4.50596466805564e-08, + "Y": 0.0041559538803994656, + "U": 1.373190805509239e-08, + "K": 3.3121796150226146e-06, + "L": 8.57533814269118e-05, + "G": 0.005518947262316942, + "F": 0.06634460389614105, + "E": 6.342913366097491e-06, + "T": 0.0011478705564513803, + "P": 0.00023686641361564398, + "-": 0.9216655492782593 + }, + "id": "tp_20114" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2514281, + "label": "-", + "classification": { + "B": 2.1160618146609522e-08, + "S": 2.1902899050019187e-08, + "I": 1.400798055328778e-06, + "C": 4.691470621764893e-06, + "R": 9.595663641448482e-07, + "M": 1.152896584244445e-05, + "O": 2.286640665261075e-06, + "W": 3.174659113369671e-08, + "N": 2.980007529629347e-08, + "Y": 0.0008192122913897038, + "U": 1.1563921376023245e-08, + "K": 4.2732031602099596e-07, + "L": 3.2646514114276215e-07, + "G": 8.76367193995975e-05, + "F": 0.002283240668475628, + "E": 3.347682877574698e-06, + "T": 0.00011372855078661814, + "P": 0.002282313071191311, + "-": 0.9943886399269104 + }, + "id": "tp_20115" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2514381, + "label": "-", + "classification": { + "B": 2.2045250069879785e-09, + "S": 4.813853706764348e-07, + "I": 3.5718805690976296e-09, + "C": 1.2299273066673777e-07, + "R": 3.148005589537206e-08, + "M": 0.00010880338231800124, + "O": 1.1688098311424255e-05, + "W": 3.0004692064267147e-08, + "N": 2.4546614740827977e-10, + "Y": 0.0006609748816117644, + "U": 2.1632487468004058e-11, + "K": 1.2698713192094147e-07, + "L": 1.4150768947729375e-06, + "G": 0.0004131491295993328, + "F": 0.04986056312918663, + "E": 4.454813904430921e-07, + "T": 0.00021240774367470294, + "P": 5.903296550968662e-05, + "-": 0.9486706852912903 + }, + "id": "tp_20116" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2514515, + "label": "Y", + "classification": { + "B": 3.437456541632855e-08, + "S": 1.279330172110349e-05, + "I": 0.00015833796351216733, + "C": 1.2834716471843421e-05, + "R": 6.060783107386669e-06, + "M": 0.00021481966541614383, + "O": 7.12145192665048e-05, + "W": 2.4006058083614334e-06, + "N": 8.184067155525554e-06, + "Y": 0.7982603907585144, + "U": 1.7408745556224403e-09, + "K": 0.00046611405559815466, + "L": 4.2823248236345535e-07, + "G": 0.01039653830230236, + "F": 0.011912377551198006, + "E": 4.4945198169443756e-05, + "T": 0.03846592828631401, + "P": 0.0001540936646051705, + "-": 0.13981249928474426 + }, + "id": "tp_20117" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2514648, + "label": "-", + "classification": { + "B": 6.240151560632512e-05, + "S": 4.782487667398527e-05, + "I": 0.00033752861781977117, + "C": 0.000946459942497313, + "R": 0.00024234052398242056, + "M": 0.0034388606436550617, + "O": 0.0005717895110137761, + "W": 3.639213173300959e-05, + "N": 3.4783119190251455e-05, + "Y": 0.04519594833254814, + "U": 1.5515495761064813e-05, + "K": 0.0001837461459217593, + "L": 0.00029072488541714847, + "G": 0.014345144852995872, + "F": 0.05916506424546242, + "E": 0.0012927483767271042, + "T": 0.011431467719376087, + "P": 0.01428875420242548, + "-": 0.8480724692344666 + }, + "id": "tp_20118" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2514781, + "label": "F", + "classification": { + "B": 3.5594844121078495e-06, + "S": 0.00017012059106491506, + "I": 0.00029305584030225873, + "C": 0.045921698212623596, + "R": 0.004562085494399071, + "M": 0.0024341787211596966, + "O": 0.0019470282131806016, + "W": 0.00021286815172061324, + "N": 0.00017304894572589546, + "Y": 0.14058710634708405, + "U": 3.4821987355826423e-06, + "K": 0.027706876397132874, + "L": 0.00032790054683573544, + "G": 0.15059208869934082, + "F": 0.38792043924331665, + "E": 0.005316991358995438, + "T": 0.011816032230854034, + "P": 0.002981789642944932, + "-": 0.2170296609401703 + }, + "id": "tp_20119" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2514882, + "label": "-", + "classification": { + "B": 3.969942554249428e-06, + "S": 2.7085491183242993e-06, + "I": 0.0001989847223740071, + "C": 0.0006385163869708776, + "R": 4.4735774281434715e-05, + "M": 0.00034260275424458086, + "O": 6.0259564634179696e-05, + "W": 3.7297643302736105e-06, + "N": 1.6445666915387847e-05, + "Y": 0.0084068663418293, + "U": 5.852089998370502e-06, + "K": 0.00025864143390208483, + "L": 2.3971724658622406e-05, + "G": 0.0054413070902228355, + "F": 0.017914168536663055, + "E": 0.0019289931515231729, + "T": 0.0010804018238559365, + "P": 0.03861405700445175, + "-": 0.9250138401985168 + }, + "id": "tp_20120" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2515015, + "label": "-", + "classification": { + "B": 1.7330181734109829e-09, + "S": 9.925386068587727e-10, + "I": 4.815597254292925e-09, + "C": 5.592008522903313e-10, + "R": 2.275619831459963e-10, + "M": 6.625609785260167e-07, + "O": 7.266229573588134e-08, + "W": 9.1782331734791e-11, + "N": 1.691586454244387e-11, + "Y": 1.5315508790081367e-05, + "U": 6.107476178442151e-13, + "K": 1.801027903203245e-11, + "L": 2.543572685809181e-09, + "G": 2.0582899651344633e-06, + "F": 3.18623824568931e-05, + "E": 6.922949324916772e-09, + "T": 7.088126494636526e-06, + "P": 0.00013790900993626565, + "-": 0.9998050332069397 + }, + "id": "tp_20121" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2515148, + "label": "-", + "classification": { + "B": 4.2468939476236756e-09, + "S": 8.195765985874459e-07, + "I": 1.8140829638468858e-07, + "C": 7.793873919581529e-07, + "R": 1.251104464472519e-07, + "M": 1.1973730579484254e-05, + "O": 5.983780283713713e-06, + "W": 2.334225399636125e-07, + "N": 7.691250658581339e-08, + "Y": 0.0002754824818111956, + "U": 5.120699864136213e-09, + "K": 0.0002268437820021063, + "L": 1.3432122614176478e-07, + "G": 6.744290294591337e-05, + "F": 0.03785965219140053, + "E": 1.4919095519871917e-05, + "T": 0.0001913850283017382, + "P": 0.0019225754076614976, + "-": 0.9594212770462036 + }, + "id": "tp_20122" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2515282, + "label": "-", + "classification": { + "B": 2.406135536148213e-06, + "S": 2.9438906494760886e-05, + "I": 1.794142553990241e-05, + "C": 3.622125223046169e-05, + "R": 9.741885151015595e-06, + "M": 0.0011921384138986468, + "O": 0.0002496281813364476, + "W": 6.779406703572022e-06, + "N": 2.7367334496375406e-06, + "Y": 0.009885648265480995, + "U": 1.8083261466017575e-07, + "K": 2.5873869162751362e-05, + "L": 5.532802970265038e-05, + "G": 0.003937031142413616, + "F": 0.09019458293914795, + "E": 0.0003029296640306711, + "T": 0.0035360699985176325, + "P": 0.006052027456462383, + "-": 0.8844633102416992 + }, + "id": "tp_20123" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2515382, + "label": "-", + "classification": { + "B": 2.7641281121759675e-06, + "S": 0.00013180726091377437, + "I": 0.000149218671140261, + "C": 0.00040148774860426784, + "R": 0.0003175236051902175, + "M": 0.0074239023961126804, + "O": 0.001654437743127346, + "W": 3.7748755858046934e-05, + "N": 9.824427252169698e-06, + "Y": 0.170750692486763, + "U": 4.0741352336226555e-07, + "K": 0.0001298724819207564, + "L": 0.0003565335355233401, + "G": 0.03154152259230614, + "F": 0.05847708135843277, + "E": 0.00014532008208334446, + "T": 0.046291571110486984, + "P": 0.0008096133824437857, + "-": 0.6813686490058899 + }, + "id": "tp_20124" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2515516, + "label": "-", + "classification": { + "B": 1.8480928702047095e-05, + "S": 7.457082392647862e-05, + "I": 0.0007535366457886994, + "C": 1.3247612514533103e-05, + "R": 6.0131342252134345e-06, + "M": 0.002139233984053135, + "O": 0.0003041133168153465, + "W": 1.752300886437297e-05, + "N": 5.252289702184498e-05, + "Y": 0.010853483341634274, + "U": 5.239047027316701e-07, + "K": 4.084764441358857e-05, + "L": 1.3119621144142002e-05, + "G": 0.0015457661356776953, + "F": 0.01459637563675642, + "E": 0.0014203671598806977, + "T": 0.007337422110140324, + "P": 0.06120369955897331, + "-": 0.8996091485023499 + }, + "id": "tp_20125" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2515649, + "label": "-", + "classification": { + "B": 1.030468013141217e-07, + "S": 1.4216078625395312e-07, + "I": 2.571586264821235e-05, + "C": 1.1341679964971263e-05, + "R": 5.894289074603876e-07, + "M": 2.0712559489766136e-05, + "O": 3.781553459702991e-06, + "W": 1.2460401421776623e-07, + "N": 8.755328053666744e-07, + "Y": 0.0005134993116371334, + "U": 7.342487151618116e-08, + "K": 1.5181382195805782e-06, + "L": 3.942318187455385e-07, + "G": 9.793568460736424e-05, + "F": 0.003535523544996977, + "E": 4.558642831398174e-05, + "T": 0.00013145712728146464, + "P": 0.03549011051654816, + "-": 0.9601205587387085 + }, + "id": "tp_20126" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2515782, + "label": "-", + "classification": { + "B": 2.7452613721834496e-05, + "S": 0.0007732149097137153, + "I": 0.0007966983830556273, + "C": 0.001443408546037972, + "R": 0.000818069907836616, + "M": 0.003820953192189336, + "O": 0.0020194528624415398, + "W": 0.00024818748352117836, + "N": 0.00012775535287801176, + "Y": 0.18884098529815674, + "U": 1.7313195712631568e-06, + "K": 0.0018584972713142633, + "L": 0.00021645780361723155, + "G": 0.03922728821635246, + "F": 0.24987667798995972, + "E": 0.0022437346633523703, + "T": 0.031054770573973656, + "P": 0.005850528832525015, + "-": 0.4707541763782501 + }, + "id": "tp_20127" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2515883, + "label": "-", + "classification": { + "B": 6.930075263644753e-11, + "S": 9.356035945984331e-09, + "I": 4.136786202479925e-08, + "C": 2.1453864462728234e-07, + "R": 3.164236872521542e-08, + "M": 1.1047359294025227e-05, + "O": 6.802430334573728e-07, + "W": 1.4400338699260828e-09, + "N": 6.377448014127651e-10, + "Y": 0.001946361386217177, + "U": 1.3290665443199678e-11, + "K": 8.312277977040594e-09, + "L": 4.7703565542178694e-08, + "G": 9.372540807817131e-05, + "F": 0.006811324506998062, + "E": 1.301497007943908e-07, + "T": 0.00033047079341486096, + "P": 0.00012211105786263943, + "-": 0.9906837940216064 + }, + "id": "tp_20128" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2516016, + "label": "-", + "classification": { + "B": 2.808495764838881e-07, + "S": 2.1705601227495208e-07, + "I": 5.52600909031753e-07, + "C": 4.3621295731099963e-07, + "R": 1.837922383174373e-07, + "M": 3.421325527597219e-05, + "O": 9.138037967204582e-06, + "W": 7.432623050362963e-08, + "N": 1.1052475379358384e-08, + "Y": 0.00013506607501767576, + "U": 1.9974197851269082e-09, + "K": 3.000799386754238e-09, + "L": 9.870162784864078e-07, + "G": 2.373465758864768e-05, + "F": 0.0005576243856921792, + "E": 5.939328389104048e-07, + "T": 0.00012376747326925397, + "P": 0.0024200764019042253, + "-": 0.9966930150985718 + }, + "id": "tp_20129" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2516149, + "label": "-", + "classification": { + "B": 7.104583801265107e-07, + "S": 4.2991305235773325e-06, + "I": 5.110580787004437e-06, + "C": 0.0006023025489412248, + "R": 5.0387745432090014e-05, + "M": 0.0014593832893297076, + "O": 0.00015140208415687084, + "W": 1.3398803275777027e-06, + "N": 3.7251655271575146e-07, + "Y": 0.02086784690618515, + "U": 5.950665737941563e-08, + "K": 1.1647606697806623e-05, + "L": 7.912157889222726e-05, + "G": 0.01792518049478531, + "F": 0.04144003987312317, + "E": 7.647269376320764e-05, + "T": 0.0044557685032486916, + "P": 0.00051298295147717, + "-": 0.9123556017875671 + }, + "id": "tp_20130" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2516283, + "label": "-", + "classification": { + "B": 5.825100846124087e-09, + "S": 1.0218769830316887e-06, + "I": 2.2518618152389536e-06, + "C": 7.770235015414073e-07, + "R": 3.586622767670633e-07, + "M": 0.00014185260806698352, + "O": 2.3679196601733565e-05, + "W": 2.223886070851222e-07, + "N": 1.0129180338935839e-07, + "Y": 0.03157634660601616, + "U": 3.7335487479417395e-10, + "K": 7.876023119024467e-06, + "L": 4.7322296836682654e-07, + "G": 0.000871497904881835, + "F": 0.014227749779820442, + "E": 7.4603899520298e-06, + "T": 0.00533406063914299, + "P": 0.00028200296219438314, + "-": 0.9475221633911133 + }, + "id": "tp_20131" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2516383, + "label": "-", + "classification": { + "B": 2.69353677140316e-07, + "S": 2.9725713375228224e-06, + "I": 1.5703128156019375e-05, + "C": 3.534076677169651e-05, + "R": 4.20143533119699e-06, + "M": 0.0003467250498943031, + "O": 6.578997999895364e-05, + "W": 2.103763790728408e-06, + "N": 1.8397996655039606e-06, + "Y": 0.0853208675980568, + "U": 5.289976456879231e-08, + "K": 0.0019762685988098383, + "L": 6.715052677463973e-06, + "G": 0.05728534981608391, + "F": 0.0583718940615654, + "E": 0.0016109826974570751, + "T": 0.005078758113086224, + "P": 0.0018069063080474734, + "-": 0.7880671620368958 + }, + "id": "tp_20132" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2516517, + "label": "Y", + "classification": { + "B": 4.83181829622481e-05, + "S": 0.001095871441066265, + "I": 0.002715733367949724, + "C": 0.0027973304968327284, + "R": 0.002042544074356556, + "M": 0.004741741809993982, + "O": 0.005509394221007824, + "W": 0.0011065877042710781, + "N": 0.0007169758318923414, + "Y": 0.4084802269935608, + "U": 2.3285178031073883e-05, + "K": 0.03270107880234718, + "L": 0.0003460491425357759, + "G": 0.07792900502681732, + "F": 0.10580124706029892, + "E": 0.0017473922343924642, + "T": 0.06059088930487633, + "P": 0.004691124893724918, + "-": 0.2869151532649994 + }, + "id": "tp_20133" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2516650, + "label": "-", + "classification": { + "B": 5.175985506866709e-07, + "S": 1.9930839698645286e-05, + "I": 4.2949937778757885e-05, + "C": 0.0002823208342306316, + "R": 0.00010177527292398736, + "M": 0.0015388807514682412, + "O": 0.00043702026596292853, + "W": 9.363284334540367e-06, + "N": 2.452333546898444e-06, + "Y": 0.05030073970556259, + "U": 1.5878812575920165e-07, + "K": 3.26563349517528e-05, + "L": 7.286874460987747e-05, + "G": 0.00777028314769268, + "F": 0.018974944949150085, + "E": 8.36814142530784e-05, + "T": 0.015993986278772354, + "P": 0.0010935988975688815, + "-": 0.9032419919967651 + }, + "id": "tp_20134" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2516750, + "label": "G", + "classification": { + "B": 1.697661957678065e-07, + "S": 0.0009835234377533197, + "I": 1.4690625903313048e-05, + "C": 0.0008491383632645011, + "R": 0.000169337639817968, + "M": 0.002253640443086624, + "O": 0.002926373388618231, + "W": 9.261406376026571e-05, + "N": 6.864494935143739e-06, + "Y": 0.3520965874195099, + "U": 6.79971368100496e-09, + "K": 0.016970662400126457, + "L": 0.0001415195583831519, + "G": 0.40788936614990234, + "F": 0.1333337426185608, + "E": 0.00013131815649103373, + "T": 0.05746688321232796, + "P": 9.207452421833295e-06, + "-": 0.024664390832185745 + }, + "id": "tp_20135" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2516884, + "label": "-", + "classification": { + "B": 2.2530884962179698e-05, + "S": 0.001425242400728166, + "I": 0.00023561881971545517, + "C": 3.821708742179908e-05, + "R": 2.980192584800534e-05, + "M": 0.0015671090222895145, + "O": 0.0023741074837744236, + "W": 0.00021656390163116157, + "N": 8.458769298158586e-05, + "Y": 0.004919452592730522, + "U": 3.1204565402731532e-06, + "K": 0.0002816507185343653, + "L": 0.00012411207717377692, + "G": 0.0015887633198872209, + "F": 0.0303230918943882, + "E": 0.0003009945503436029, + "T": 0.009324358776211739, + "P": 0.02241448312997818, + "-": 0.9247262477874756 + }, + "id": "tp_20136" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2517017, + "label": "G", + "classification": { + "B": 0.0006515764980576932, + "S": 0.0007576107745990157, + "I": 0.0008893696358427405, + "C": 0.03213213011622429, + "R": 0.00636427802965045, + "M": 0.05326590687036514, + "O": 0.009005095809698105, + "W": 0.0003917102294508368, + "N": 7.673673098906875e-05, + "Y": 0.1959095448255539, + "U": 2.4357805159525014e-06, + "K": 0.00012053953832946718, + "L": 0.009633869864046574, + "G": 0.5632306337356567, + "F": 0.013698645867407322, + "E": 0.00408485671505332, + "T": 0.060660749673843384, + "P": 0.0002512640494387597, + "-": 0.048873111605644226 + }, + "id": "tp_20137" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2517150, + "label": "-", + "classification": { + "B": 1.5774743644669798e-07, + "S": 2.7547561330720782e-05, + "I": 7.248677866300568e-05, + "C": 0.0004361840256024152, + "R": 0.00016492808936163783, + "M": 0.0037916770670562983, + "O": 0.0006849045748822391, + "W": 1.5700228686910123e-05, + "N": 5.257594239083119e-06, + "Y": 0.23967553675174713, + "U": 2.3114492364584294e-07, + "K": 0.0004843118949793279, + "L": 0.00013140890223439783, + "G": 0.04437919706106186, + "F": 0.08797556161880493, + "E": 0.00022331929358188063, + "T": 0.04273489490151405, + "P": 0.0006326326983980834, + "-": 0.5785641074180603 + }, + "id": "tp_20138" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2517251, + "label": "-", + "classification": { + "B": 1.476585453019652e-06, + "S": 8.45872546051396e-06, + "I": 0.00012434333621058613, + "C": 8.541054558008909e-05, + "R": 6.070571907912381e-05, + "M": 0.0014073541387915611, + "O": 0.00022654616623185575, + "W": 7.431017820636043e-06, + "N": 5.865276307304157e-06, + "Y": 0.028056982904672623, + "U": 1.3392150322033558e-06, + "K": 4.9383772420696914e-05, + "L": 4.210801489534788e-05, + "G": 0.002533132443204522, + "F": 0.009382961317896843, + "E": 9.572609269525856e-05, + "T": 0.007501950021833181, + "P": 0.004390485119074583, + "-": 0.946018397808075 + }, + "id": "tp_20139" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2517384, + "label": "Y", + "classification": { + "B": 1.1289321264484897e-06, + "S": 0.0009000748977996409, + "I": 0.001048791571520269, + "C": 0.00019509752746671438, + "R": 0.00011272292613284662, + "M": 0.007036249618977308, + "O": 0.002737944945693016, + "W": 5.012402107240632e-05, + "N": 6.58328935969621e-05, + "Y": 0.5627250075340271, + "U": 1.699954665923542e-08, + "K": 0.00033510333742015064, + "L": 0.0001498852070653811, + "G": 0.10304179787635803, + "F": 0.07626214623451233, + "E": 0.0006767905433662236, + "T": 0.10848924517631531, + "P": 0.00040632663876749575, + "-": 0.1357656717300415 + }, + "id": "tp_20140" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2517518, + "label": "-", + "classification": { + "B": 5.891250509648671e-08, + "S": 3.5881794246961363e-07, + "I": 4.630179319065064e-05, + "C": 2.7113843316328712e-05, + "R": 3.839338660327485e-06, + "M": 0.0002470478357281536, + "O": 1.6157313439180143e-05, + "W": 2.038960928985034e-07, + "N": 1.042871758727415e-06, + "Y": 0.14576344192028046, + "U": 1.390339754436809e-08, + "K": 2.2969144993112423e-05, + "L": 1.2559512470033951e-06, + "G": 0.004783911164849997, + "F": 0.005214198026806116, + "E": 0.00020212626259308308, + "T": 0.007772363256663084, + "P": 0.0013247070601209998, + "-": 0.8345729112625122 + }, + "id": "tp_20141" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2517651, + "label": "-", + "classification": { + "B": 5.04849504068261e-06, + "S": 2.77365561487386e-05, + "I": 1.1077013368776534e-05, + "C": 8.653232362121344e-05, + "R": 1.2737302313325927e-05, + "M": 0.0013961768709123135, + "O": 0.00015424349112436175, + "W": 6.143997779872734e-06, + "N": 1.5762711882416625e-06, + "Y": 0.01883840002119541, + "U": 9.373946596724636e-08, + "K": 0.00017404340906068683, + "L": 5.612296445178799e-05, + "G": 0.03483295813202858, + "F": 0.20176874101161957, + "E": 0.0011774329468607903, + "T": 0.0034966208040714264, + "P": 0.003865675302222371, + "-": 0.7340885996818542 + }, + "id": "tp_20142" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2517751, + "label": "-", + "classification": { + "B": 5.748642706748797e-06, + "S": 2.304345980519429e-05, + "I": 3.7801779399160296e-05, + "C": 3.39332218572963e-05, + "R": 7.5439347710926086e-06, + "M": 0.0005056302761659026, + "O": 0.00016802754544187337, + "W": 5.770019924966618e-06, + "N": 4.08735650125891e-06, + "Y": 0.009727086871862411, + "U": 1.807772349593506e-07, + "K": 1.4601388102164492e-05, + "L": 2.0101413610973395e-05, + "G": 0.002666318556293845, + "F": 0.045185115188360214, + "E": 0.00031629588920623064, + "T": 0.0024098772555589676, + "P": 0.01236332394182682, + "-": 0.9265055656433105 + }, + "id": "tp_20143" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2517885, + "label": "Y", + "classification": { + "B": 1.632603380130604e-05, + "S": 0.000757075846195221, + "I": 0.0014511996414512396, + "C": 0.001920868642628193, + "R": 0.0009663893724791706, + "M": 0.009654159657657146, + "O": 0.005929036531597376, + "W": 0.0003775804943870753, + "N": 0.00041619461262598634, + "Y": 0.45024701952934265, + "U": 1.2874024832854047e-06, + "K": 0.0018224563682451844, + "L": 0.00022532237926498055, + "G": 0.04716447368264198, + "F": 0.11265925318002701, + "E": 0.0024184943176805973, + "T": 0.042700447142124176, + "P": 0.004371845629066229, + "-": 0.31690070033073425 + }, + "id": "tp_20144" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2518018, + "label": "Y", + "classification": { + "B": 1.0358605777582852e-06, + "S": 7.574552000733092e-05, + "I": 6.376527016982436e-05, + "C": 0.00046537534217350185, + "R": 7.816372817615047e-05, + "M": 0.0007225080044008791, + "O": 0.0007126958225853741, + "W": 4.880848791799508e-05, + "N": 2.726045568124391e-05, + "Y": 0.5085614919662476, + "U": 4.7910269529438665e-08, + "K": 0.03815806657075882, + "L": 1.4301387636805885e-05, + "G": 0.15596053004264832, + "F": 0.10222859680652618, + "E": 0.001667606527917087, + "T": 0.015538749285042286, + "P": 0.00041695850086398423, + "-": 0.1752583384513855 + }, + "id": "tp_20145" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2518151, + "label": "-", + "classification": { + "B": 7.274685231095646e-06, + "S": 4.897930011793505e-06, + "I": 4.042538785142824e-05, + "C": 0.000798152235802263, + "R": 0.0001462422515032813, + "M": 0.0011119898408651352, + "O": 0.00020141112327110022, + "W": 8.218657967518084e-06, + "N": 2.5943636501324363e-06, + "Y": 0.010419855825603008, + "U": 1.2554500017358805e-06, + "K": 7.864351209718734e-05, + "L": 3.9208316593430936e-05, + "G": 0.0028256545774638653, + "F": 0.006270286161452532, + "E": 0.00010719963756855577, + "T": 0.00504007562994957, + "P": 0.0020000513177365065, + "-": 0.9708966016769409 + }, + "id": "tp_20146" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2518252, + "label": "-", + "classification": { + "B": 1.4153548363537993e-05, + "S": 0.0004616036603692919, + "I": 0.0006372444913722575, + "C": 0.0014192990493029356, + "R": 0.0003696084604598582, + "M": 0.004918839316815138, + "O": 0.0017378822667524219, + "W": 0.00016269054322037846, + "N": 0.00010170991299673915, + "Y": 0.2647710144519806, + "U": 2.7188186777493684e-06, + "K": 0.018887080252170563, + "L": 0.0002860723761841655, + "G": 0.1370144635438919, + "F": 0.13025380671024323, + "E": 0.004040618427097797, + "T": 0.03955971449613571, + "P": 0.0019860700704157352, + "-": 0.3933754563331604 + }, + "id": "tp_20147" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2518385, + "label": "-", + "classification": { + "B": 3.0117278115859847e-10, + "S": 1.5177151757583829e-09, + "I": 2.568224077847958e-09, + "C": 1.5764419103447835e-08, + "R": 2.096327333944714e-09, + "M": 1.8158751117880456e-05, + "O": 1.8233593834793282e-07, + "W": 1.1808637401244937e-10, + "N": 1.1298929673830838e-11, + "Y": 0.002745368517935276, + "U": 2.863154049785599e-13, + "K": 1.237242530649496e-09, + "L": 1.578779951216802e-08, + "G": 0.0001358489680569619, + "F": 0.00020075221254955977, + "E": 4.3515832715002034e-08, + "T": 0.00038680987199768424, + "P": 3.867552550218534e-06, + "-": 0.9965090155601501 + }, + "id": "tp_20148" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2518519, + "label": "-", + "classification": { + "B": 7.747364179522265e-06, + "S": 4.153199915890582e-05, + "I": 0.0001538610231364146, + "C": 0.0017792278667911887, + "R": 0.00023678364232182503, + "M": 0.0036552241072058678, + "O": 0.0004591720353346318, + "W": 2.227293953183107e-05, + "N": 2.0253166439943016e-05, + "Y": 0.05418843403458595, + "U": 1.4674241128886933e-06, + "K": 0.0009510296513326466, + "L": 0.00010567162826191634, + "G": 0.04705572873353958, + "F": 0.02978786639869213, + "E": 0.005341477692127228, + "T": 0.009931126609444618, + "P": 0.007382765877991915, + "-": 0.838878333568573 + }, + "id": "tp_20149" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2518652, + "label": "Y", + "classification": { + "B": 3.83102587875328e-06, + "S": 0.0008707845117896795, + "I": 0.00020849240536335856, + "C": 0.0017014194745570421, + "R": 0.0013350736116990447, + "M": 0.01720716618001461, + "O": 0.010363592766225338, + "W": 0.00010528150596655905, + "N": 1.4172032933856826e-05, + "Y": 0.52132648229599, + "U": 3.3779642194531334e-08, + "K": 9.910709195537493e-06, + "L": 0.0022159183863550425, + "G": 0.21808092296123505, + "F": 0.01908080279827118, + "E": 2.5510413252050057e-05, + "T": 0.17625272274017334, + "P": 2.1566411305684596e-05, + "-": 0.031176358461380005 + }, + "id": "tp_20150" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2518752, + "label": "-", + "classification": { + "B": 5.7736649239359394e-08, + "S": 9.83824293143698e-07, + "I": 8.736571999179432e-07, + "C": 4.971615226168069e-07, + "R": 1.0821101881219874e-07, + "M": 3.964515417465009e-05, + "O": 7.915551577752922e-06, + "W": 1.980965720349559e-07, + "N": 1.32512113282246e-07, + "Y": 0.002153057837858796, + "U": 9.899341790742255e-09, + "K": 5.0976017519133165e-05, + "L": 6.451806484619738e-07, + "G": 0.0003289668238721788, + "F": 0.07218548655509949, + "E": 3.876497794408351e-05, + "T": 0.0005898171220906079, + "P": 0.0023442842066287994, + "-": 0.9222576022148132 + }, + "id": "tp_20151" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2518886, + "label": "-", + "classification": { + "B": 4.6381465779177233e-08, + "S": 1.6266008628917916e-07, + "I": 0.0003487838839646429, + "C": 0.00012802568380720913, + "R": 2.2200603780220263e-05, + "M": 8.403675019508228e-05, + "O": 1.290710861212574e-05, + "W": 6.679138664367201e-07, + "N": 5.365991910366574e-06, + "Y": 0.007451722398400307, + "U": 3.6411361747923365e-07, + "K": 1.9911123672500253e-05, + "L": 9.315683087152138e-07, + "G": 0.00028462905902415514, + "F": 0.0024804063141345978, + "E": 0.00013992928143125027, + "T": 0.0007601137040182948, + "P": 0.012093516997992992, + "-": 0.9761664271354675 + }, + "id": "tp_20152" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2519019, + "label": "G", + "classification": { + "B": 0.00012591102859005332, + "S": 0.14818206429481506, + "I": 0.0012647925177589059, + "C": 0.0030536376871168613, + "R": 0.0014485894935205579, + "M": 0.010757790878415108, + "O": 0.033486880362033844, + "W": 0.0041468143463134766, + "N": 0.0020669582299888134, + "Y": 0.04386097565293312, + "U": 3.7016943679191172e-06, + "K": 0.057186324149370193, + "L": 0.0043560522608459, + "G": 0.35285642743110657, + "F": 0.2563510239124298, + "E": 0.003987055271863937, + "T": 0.0551709346473217, + "P": 0.0011940296972170472, + "-": 0.020500024780631065 + }, + "id": "tp_20153" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2519152, + "label": "Y", + "classification": { + "B": 3.731626566150226e-05, + "S": 0.0002052703930530697, + "I": 0.020983507856726646, + "C": 0.0006253045285120606, + "R": 0.0004392289265524596, + "M": 0.007781102322041988, + "O": 0.0010612972546368837, + "W": 9.11741444724612e-05, + "N": 0.0009390980121679604, + "Y": 0.6177458763122559, + "U": 2.833404096236336e-06, + "K": 0.0013390801614150405, + "L": 6.214607856236398e-05, + "G": 0.03149348497390747, + "F": 0.013114329427480698, + "E": 0.005176586098968983, + "T": 0.06984364241361618, + "P": 0.009250558912754059, + "-": 0.21980814635753632 + }, + "id": "tp_20154" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2519253, + "label": "Y", + "classification": { + "B": 1.3522900133011717e-07, + "S": 0.00012087951472494751, + "I": 0.00016305177996400744, + "C": 2.818903885781765e-05, + "R": 6.383789241226623e-06, + "M": 0.00027551368111744523, + "O": 0.00019394267292227596, + "W": 1.7797246982809156e-05, + "N": 0.000126434417325072, + "Y": 0.5267878174781799, + "U": 5.068425679155553e-09, + "K": 0.23151589930057526, + "L": 1.532365104139899e-06, + "G": 0.15356211364269257, + "F": 0.0394451878964901, + "E": 0.003070616628974676, + "T": 0.03617366403341293, + "P": 7.765811460558325e-05, + "-": 0.008433098904788494 + }, + "id": "tp_20155" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2519386, + "label": "Y", + "classification": { + "B": 7.620560063514858e-05, + "S": 0.0012926399940624833, + "I": 0.040893252938985825, + "C": 0.0011679972521960735, + "R": 0.0013005941873416305, + "M": 0.012511729262769222, + "O": 0.003256329335272312, + "W": 0.0002426043793093413, + "N": 0.003052615327760577, + "Y": 0.5112622380256653, + "U": 9.040550139616244e-06, + "K": 0.002197100082412362, + "L": 0.00021591719996649772, + "G": 0.023325426504015923, + "F": 0.012538118287920952, + "E": 0.001661508809775114, + "T": 0.21073655784130096, + "P": 0.012719612568616867, + "-": 0.16154047846794128 + }, + "id": "tp_20156" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2519520, + "label": "-", + "classification": { + "B": 1.3227467206888832e-05, + "S": 5.8075882407138124e-05, + "I": 0.000795647210907191, + "C": 0.00011615603580139577, + "R": 6.885726179461926e-05, + "M": 0.006485042627900839, + "O": 0.0006954370765015483, + "W": 1.8628881662152708e-05, + "N": 4.274984166841023e-05, + "Y": 0.14969107508659363, + "U": 1.0676361625883146e-06, + "K": 0.00018461687432136387, + "L": 0.00011647350038401783, + "G": 0.02183251641690731, + "F": 0.020070858299732208, + "E": 0.0011401789961382747, + "T": 0.0499143972992897, + "P": 0.004384416621178389, + "-": 0.7443705797195435 + }, + "id": "tp_20157" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2519653, + "label": "Y", + "classification": { + "B": 0.0003443610912654549, + "S": 0.001507942215539515, + "I": 0.05044837296009064, + "C": 0.03599562123417854, + "R": 0.01329184789210558, + "M": 0.020940087735652924, + "O": 0.00841532927006483, + "W": 0.0014484786661341786, + "N": 0.005667686928063631, + "Y": 0.4572056829929352, + "U": 5.915292422287166e-05, + "K": 0.010732480324804783, + "L": 0.0012812742497771978, + "G": 0.11946198344230652, + "F": 0.03916863724589348, + "E": 0.016031339764595032, + "T": 0.07661982625722885, + "P": 0.010368378832936287, + "-": 0.13101156055927277 + }, + "id": "tp_20158" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2519753, + "label": "-", + "classification": { + "B": 8.241937687891721e-10, + "S": 2.577747579834977e-07, + "I": 2.118775022097452e-08, + "C": 7.618365634698421e-05, + "R": 4.0090694710670505e-06, + "M": 0.0004138115036766976, + "O": 1.686734140093904e-05, + "W": 1.402015126217293e-08, + "N": 4.2268441524662137e-10, + "Y": 0.029675669968128204, + "U": 7.94915435559096e-12, + "K": 7.406488577998971e-08, + "L": 1.877457725640852e-05, + "G": 0.0203101709485054, + "F": 0.06953942030668259, + "E": 1.3242414524938795e-06, + "T": 0.002519096015021205, + "P": 3.5912298699258827e-06, + "-": 0.8774207234382629 + }, + "id": "tp_20159" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2519887, + "label": "G", + "classification": { + "B": 1.0532485248404555e-05, + "S": 0.0014968382893130183, + "I": 2.433745248708874e-05, + "C": 0.0005158581188879907, + "R": 0.00018729160365182906, + "M": 0.016544654965400696, + "O": 0.005354960449039936, + "W": 0.0001286817860091105, + "N": 7.0486412369064055e-06, + "Y": 0.1173972561955452, + "U": 2.2606407412695262e-07, + "K": 0.0009266877896152437, + "L": 0.0023506421130150557, + "G": 0.2801215946674347, + "F": 0.272504985332489, + "E": 0.0009827932808548212, + "T": 0.03356005623936653, + "P": 0.0003387404722161591, + "-": 0.2675468325614929 + }, + "id": "tp_20160" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2520020, + "label": "F", + "classification": { + "B": 2.5334502424811944e-06, + "S": 0.004151464439928532, + "I": 8.023537520784885e-05, + "C": 1.771188181010075e-05, + "R": 1.5248776435328182e-05, + "M": 0.0029683976899832487, + "O": 0.004274908918887377, + "W": 0.0002726453822106123, + "N": 0.00012480282748583704, + "Y": 0.2051701843738556, + "U": 1.22356169640625e-07, + "K": 0.0438954196870327, + "L": 9.81665652943775e-05, + "G": 0.08171051740646362, + "F": 0.5317161679267883, + "E": 0.0011708542006090283, + "T": 0.04717783257365227, + "P": 0.0008940866100601852, + "-": 0.07625874131917953 + }, + "id": "tp_20161" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2520153, + "label": "Y", + "classification": { + "B": 2.2892065771884518e-06, + "S": 6.266434502322227e-05, + "I": 0.0015727620339021087, + "C": 0.0005184255423955619, + "R": 0.00019520975183695555, + "M": 0.0016758459387347102, + "O": 0.0006790597690269351, + "W": 3.487386857159436e-05, + "N": 8.068083843681961e-05, + "Y": 0.5097287893295288, + "U": 4.780190465680789e-07, + "K": 0.00047766021452844143, + "L": 4.111866655875929e-05, + "G": 0.03030267357826233, + "F": 0.01547319907695055, + "E": 0.0009546332876197994, + "T": 0.06317051500082016, + "P": 0.0019365673651918769, + "-": 0.3730924725532532 + }, + "id": "tp_20162" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2520254, + "label": "-", + "classification": { + "B": 2.263637725263834e-05, + "S": 0.001037382404319942, + "I": 0.003426898503676057, + "C": 0.0007510020514018834, + "R": 0.0002534015802666545, + "M": 0.009888720698654652, + "O": 0.0036173381377011538, + "W": 0.00022586177510675043, + "N": 0.0005514154327102005, + "Y": 0.2879931628704071, + "U": 3.0727055673196446e-06, + "K": 0.0010693758958950639, + "L": 0.0003022351302206516, + "G": 0.025915376842021942, + "F": 0.07053789496421814, + "E": 0.004518937319517136, + "T": 0.0996868833899498, + "P": 0.010902180336415768, + "-": 0.4792962670326233 + }, + "id": "tp_20163" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2520387, + "label": "-", + "classification": { + "B": 9.174248134513618e-07, + "S": 5.849115495948354e-06, + "I": 5.685793439624831e-05, + "C": 0.00021340572857297957, + "R": 4.60723640571814e-05, + "M": 0.0014684607740491629, + "O": 0.00015906483167782426, + "W": 3.235194981243694e-06, + "N": 3.042406433451106e-06, + "Y": 0.08443503081798553, + "U": 1.9067829271079972e-07, + "K": 7.71961422287859e-05, + "L": 4.6312234189826995e-05, + "G": 0.018755195662379265, + "F": 0.02593396231532097, + "E": 0.0006222724332474172, + "T": 0.009577704593539238, + "P": 0.0021161045879125595, + "-": 0.8564791083335876 + }, + "id": "tp_20164" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2520521, + "label": "-", + "classification": { + "B": 2.1654248882896354e-07, + "S": 5.267968390398892e-06, + "I": 1.2427746696630493e-05, + "C": 0.0004254089144524187, + "R": 5.596970731858164e-05, + "M": 0.0004474454326555133, + "O": 0.0001585636637173593, + "W": 4.933073796564713e-06, + "N": 2.617780410218984e-06, + "Y": 0.034730635583400726, + "U": 1.350601195326817e-07, + "K": 0.002124725142493844, + "L": 1.8897066183853894e-05, + "G": 0.01907169632613659, + "F": 0.12357507646083832, + "E": 0.00036565205664373934, + "T": 0.002342796651646495, + "P": 0.0016558433417230844, + "-": 0.8150017261505127 + }, + "id": "tp_20165" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2520654, + "label": "F", + "classification": { + "B": 7.222283215924108e-07, + "S": 0.00029988581081852317, + "I": 5.109924927637621e-07, + "C": 0.00019808381330221891, + "R": 6.111838592914864e-05, + "M": 0.0040883831679821014, + "O": 0.0013740579597651958, + "W": 2.820951704052277e-05, + "N": 2.481476428783935e-07, + "Y": 0.036877650767564774, + "U": 3.3541920352320176e-09, + "K": 0.00023258542933035642, + "L": 0.0002581118606030941, + "G": 0.059088919311761856, + "F": 0.637850821018219, + "E": 5.106486423755996e-05, + "T": 0.009224338456988335, + "P": 3.560776895028539e-05, + "-": 0.2503297030925751 + }, + "id": "tp_20166" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2520754, + "label": "Y", + "classification": { + "B": 0.0002822384412866086, + "S": 0.0035772777628153563, + "I": 0.0016452315030619502, + "C": 0.00013800140004605055, + "R": 0.00014238855510484427, + "M": 0.022616805508732796, + "O": 0.011756425723433495, + "W": 0.0004308499046601355, + "N": 0.00017916384967975318, + "Y": 0.43138688802719116, + "U": 3.4791435155057115e-07, + "K": 0.00027761890669353306, + "L": 0.0004970846930518746, + "G": 0.06564853340387344, + "F": 0.03132355213165283, + "E": 0.0010118974605575204, + "T": 0.11534934490919113, + "P": 0.0018179627368226647, + "-": 0.3119182884693146 + }, + "id": "tp_20167" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2520888, + "label": "-", + "classification": { + "B": 0.0006328994641080499, + "S": 0.007206539623439312, + "I": 0.0030070047359913588, + "C": 0.004298586864024401, + "R": 0.0031495895236730576, + "M": 0.03144475445151329, + "O": 0.01407002005726099, + "W": 0.0026383616495877504, + "N": 0.001182794221676886, + "Y": 0.13030588626861572, + "U": 0.00011688379890983924, + "K": 0.012718142941594124, + "L": 0.004483099561184645, + "G": 0.07343140244483948, + "F": 0.22940762341022491, + "E": 0.010078498162329197, + "T": 0.07080123573541641, + "P": 0.01390787959098816, + "-": 0.3871188163757324 + }, + "id": "tp_20168" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2521021, + "label": "-", + "classification": { + "B": 1.3137723442468996e-07, + "S": 6.649977149209008e-05, + "I": 9.212679287884384e-06, + "C": 2.8697533707600087e-05, + "R": 1.2065112059644889e-05, + "M": 0.0011362155200913548, + "O": 0.0005803547101095319, + "W": 9.32509919948643e-06, + "N": 1.0718572411860805e-06, + "Y": 0.25185462832450867, + "U": 3.262262016079376e-09, + "K": 0.00013867119560018182, + "L": 2.189872247981839e-05, + "G": 0.019992955029010773, + "F": 0.16989627480506897, + "E": 2.4285029212478548e-05, + "T": 0.03222903609275818, + "P": 0.000194921885849908, + "-": 0.5238038301467896 + }, + "id": "tp_20169" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2521154, + "label": "-", + "classification": { + "B": 1.0798995617733453e-06, + "S": 2.605893496365752e-05, + "I": 0.0001177489320980385, + "C": 0.0007891806308180094, + "R": 0.00019612221512943506, + "M": 0.0031560619827359915, + "O": 0.0005544084124267101, + "W": 1.3094660971546546e-05, + "N": 7.811979230609722e-06, + "Y": 0.3785877823829651, + "U": 3.2346142120331933e-07, + "K": 0.0006855235551483929, + "L": 0.00011959568655584008, + "G": 0.0791388750076294, + "F": 0.03951288387179375, + "E": 0.0005229973467066884, + "T": 0.03091440722346306, + "P": 0.0004899433115497231, + "-": 0.4651661515235901 + }, + "id": "tp_20170" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2521255, + "label": "-", + "classification": { + "B": 5.088909347250592e-06, + "S": 2.027647315117065e-05, + "I": 0.0003588405379559845, + "C": 0.003387210890650749, + "R": 0.0005261697224341333, + "M": 0.004265374504029751, + "O": 0.0005293826689012349, + "W": 1.5081506717251614e-05, + "N": 1.878433431556914e-05, + "Y": 0.3024563789367676, + "U": 1.961315092557925e-06, + "K": 9.883664461085573e-05, + "L": 0.00024832747294567525, + "G": 0.04339607432484627, + "F": 0.036611542105674744, + "E": 0.0006843796581961215, + "T": 0.024094080552458763, + "P": 0.002069748006761074, + "-": 0.5812125205993652 + }, + "id": "tp_20171" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2521388, + "label": "-", + "classification": { + "B": 0.0001634560467209667, + "S": 0.001030535320751369, + "I": 0.007598926313221455, + "C": 0.011431818827986717, + "R": 0.005051962099969387, + "M": 0.016310572624206543, + "O": 0.011001924984157085, + "W": 0.0011465521529316902, + "N": 0.0016989617142826319, + "Y": 0.2096244990825653, + "U": 7.655216904822737e-05, + "K": 0.006290155928581953, + "L": 0.0011125658638775349, + "G": 0.058859292417764664, + "F": 0.06234287470579147, + "E": 0.005986628122627735, + "T": 0.04097258299589157, + "P": 0.025273118168115616, + "-": 0.5340270400047302 + }, + "id": "tp_20172" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2521522, + "label": "Y", + "classification": { + "B": 8.224320481531322e-06, + "S": 0.0016326925251632929, + "I": 0.0002998379641212523, + "C": 0.005069812759757042, + "R": 0.0021397219970822334, + "M": 0.01749229244887829, + "O": 0.007894511334598064, + "W": 0.000316410354571417, + "N": 3.317275695735589e-05, + "Y": 0.4847116470336914, + "U": 2.1816242679051356e-07, + "K": 0.0001735572295729071, + "L": 0.0011334926821291447, + "G": 0.1239982321858406, + "F": 0.06871241331100464, + "E": 6.415117240976542e-05, + "T": 0.17283527553081512, + "P": 0.00014470524911303073, + "-": 0.11333958059549332 + }, + "id": "tp_20173" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2521655, + "label": "-", + "classification": { + "B": 2.7197391005984173e-08, + "S": 5.029397470934782e-06, + "I": 2.7148684011990554e-07, + "C": 2.105631665472174e-06, + "R": 8.453770306005026e-07, + "M": 0.0010502738878130913, + "O": 9.397571557201445e-05, + "W": 4.2439324943188694e-07, + "N": 1.4733585906867575e-08, + "Y": 0.05207693576812744, + "U": 6.999557183862137e-11, + "K": 7.940771524772572e-07, + "L": 5.282694473862648e-06, + "G": 0.004245072603225708, + "F": 0.02844839356839657, + "E": 2.1393454971985193e-06, + "T": 0.011933211237192154, + "P": 2.404859333182685e-05, + "-": 0.9021110534667969 + }, + "id": "tp_20174" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2521755, + "label": "-", + "classification": { + "B": 4.702885303409232e-10, + "S": 4.45062608989133e-09, + "I": 4.917477980370677e-08, + "C": 3.244064373575384e-06, + "R": 2.710174555886624e-07, + "M": 3.6515414194582263e-06, + "O": 7.403579616038769e-07, + "W": 5.58604229539128e-09, + "N": 3.0032301090443525e-09, + "Y": 0.0013737929984927177, + "U": 3.995803687928401e-10, + "K": 4.785942564922152e-06, + "L": 5.672963254710339e-08, + "G": 0.00018073769751936197, + "F": 0.007368948310613632, + "E": 3.611285819715704e-06, + "T": 7.226719026220962e-05, + "P": 0.0006192660657688975, + "-": 0.9903685450553894 + }, + "id": "tp_20175" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2521889, + "label": "-", + "classification": { + "B": 5.056519057689002e-06, + "S": 0.00016635099018458277, + "I": 0.00019035310833714902, + "C": 0.0005453715566545725, + "R": 0.00011175479448866099, + "M": 0.0050937640480697155, + "O": 0.001787087065167725, + "W": 8.735536539461464e-05, + "N": 5.6812870752764866e-05, + "Y": 0.15328210592269897, + "U": 2.1631838080793386e-06, + "K": 0.0029024428222328424, + "L": 0.00018265204562339932, + "G": 0.03770540654659271, + "F": 0.10267471522092819, + "E": 0.002262767171487212, + "T": 0.03284328058362007, + "P": 0.005037312861531973, + "-": 0.6550632119178772 + }, + "id": "tp_20176" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2522022, + "label": "-", + "classification": { + "B": 9.819592605708749e-08, + "S": 5.8953219195245765e-06, + "I": 1.683314076217357e-05, + "C": 0.00032042714883573353, + "R": 7.779336010571569e-05, + "M": 0.0021044618915766478, + "O": 0.00020988508185837418, + "W": 2.076427108477219e-06, + "N": 4.1281668927695137e-07, + "Y": 0.11273742467164993, + "U": 7.035745142047745e-08, + "K": 4.43480485046166e-06, + "L": 0.00017646155902184546, + "G": 0.01646118424832821, + "F": 0.0347847118973732, + "E": 2.520542147976812e-05, + "T": 0.013000779785215855, + "P": 0.00033240439370274544, + "-": 0.8197394609451294 + }, + "id": "tp_20177" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2522155, + "label": "-", + "classification": { + "B": 2.765068529697601e-07, + "S": 7.595285296702059e-06, + "I": 5.7590794313000515e-05, + "C": 0.0001421488559572026, + "R": 2.7454378141555935e-05, + "M": 0.0004924723762087524, + "O": 0.00015921768499538302, + "W": 3.559804781616549e-06, + "N": 3.733277026185533e-06, + "Y": 0.04322411119937897, + "U": 6.882667946683796e-08, + "K": 7.042167999316007e-05, + "L": 1.2696778867393732e-05, + "G": 0.004385223146528006, + "F": 0.037099484354257584, + "E": 0.00019093316223006696, + "T": 0.005871107801795006, + "P": 0.002943515544757247, + "-": 0.9053084254264832 + }, + "id": "tp_20178" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2522256, + "label": "-", + "classification": { + "B": 8.620813481477474e-13, + "S": 1.069077604221036e-09, + "I": 3.336429188482981e-10, + "C": 3.886832189436973e-09, + "R": 3.753710120513176e-10, + "M": 2.5194745489898196e-07, + "O": 7.580527494610578e-08, + "W": 1.7893293791093612e-10, + "N": 1.523149141535729e-11, + "Y": 8.786746911937371e-05, + "U": 8.247462229219599e-14, + "K": 2.943076227168717e-09, + "L": 8.065713097415994e-10, + "G": 1.7843877913037431e-06, + "F": 0.004584448877722025, + "E": 8.319877231599548e-09, + "T": 1.9334733224241063e-05, + "P": 5.5867465562187135e-05, + "-": 0.9952503442764282 + }, + "id": "tp_20179" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2522389, + "label": "-", + "classification": { + "B": 7.016828784678353e-11, + "S": 7.641649091283398e-08, + "I": 4.6114035257005526e-08, + "C": 1.1134885369301628e-07, + "R": 5.62839819195915e-09, + "M": 1.0778821888379753e-06, + "O": 6.784801485082426e-07, + "W": 1.9698507713883373e-08, + "N": 1.8796447065483335e-08, + "Y": 0.00018638314213603735, + "U": 8.040661886310474e-11, + "K": 0.00010160726378671825, + "L": 5.107111622493221e-09, + "G": 5.020377648179419e-05, + "F": 0.10097046196460724, + "E": 2.054474680335261e-05, + "T": 4.225985685479827e-05, + "P": 0.0023908803705126047, + "-": 0.8962356448173523 + }, + "id": "tp_20180" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2522523, + "label": "-", + "classification": { + "B": 5.6748994836652855e-08, + "S": 1.8837006336980266e-06, + "I": 2.415114522591466e-06, + "C": 8.690793947607744e-06, + "R": 1.3711337487620767e-06, + "M": 0.0007133195176720619, + "O": 6.959358142921701e-05, + "W": 3.577744109861669e-07, + "N": 1.5503094630275882e-07, + "Y": 0.015427949838340282, + "U": 3.7879615000235844e-09, + "K": 1.4289388445831719e-06, + "L": 1.3726154975302052e-05, + "G": 0.003995886072516441, + "F": 0.03537774458527565, + "E": 2.6194191377726384e-05, + "T": 0.003626618068665266, + "P": 0.0005238413577899337, + "-": 0.9402086138725281 + }, + "id": "tp_20181" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2522656, + "label": "-", + "classification": { + "B": 9.706552361876675e-08, + "S": 7.4758054324775e-06, + "I": 6.791352546997587e-08, + "C": 3.810172302110004e-07, + "R": 1.8676281854368426e-07, + "M": 3.199042839696631e-05, + "O": 4.834101491724141e-05, + "W": 7.161058306337509e-07, + "N": 1.151536199728298e-08, + "Y": 0.0005268584354780614, + "U": 5.206300945914677e-10, + "K": 6.980271791690029e-07, + "L": 7.41411304261419e-06, + "G": 0.00045858079101890326, + "F": 0.3247781991958618, + "E": 3.345064442328294e-06, + "T": 9.849320485955104e-05, + "P": 0.0007601756951771677, + "-": 0.6732770204544067 + }, + "id": "tp_20182" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2522756, + "label": "-", + "classification": { + "B": 2.7105627964374435e-08, + "S": 1.5422544663579174e-07, + "I": 2.0256997231626883e-05, + "C": 2.442225559207145e-05, + "R": 8.078960490820464e-06, + "M": 3.664550604298711e-05, + "O": 1.8216986063634977e-05, + "W": 4.175229548764037e-07, + "N": 9.51208505739487e-07, + "Y": 0.0023120169062167406, + "U": 1.219935370500025e-07, + "K": 5.68684981772094e-06, + "L": 1.1206147974007763e-06, + "G": 0.0002685686049517244, + "F": 0.004856707062572241, + "E": 3.025067417183891e-05, + "T": 0.0002742877695709467, + "P": 0.020081477239727974, + "-": 0.9720606207847595 + }, + "id": "tp_20183" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2522890, + "label": "-", + "classification": { + "B": 6.940101382468811e-09, + "S": 6.682934383661632e-08, + "I": 1.9692332386966882e-07, + "C": 2.682000044273991e-08, + "R": 7.023529757788083e-09, + "M": 2.355597416681121e-06, + "O": 1.0186074632656528e-06, + "W": 1.1181838566187707e-08, + "N": 9.525863653436772e-09, + "Y": 3.5935448977397755e-05, + "U": 2.262900700156223e-10, + "K": 2.215446670561505e-08, + "L": 1.4184457164390096e-08, + "G": 2.1836490304849576e-06, + "F": 0.000890026509296149, + "E": 3.2435755770165997e-07, + "T": 3.8716701965313405e-05, + "P": 0.004064883105456829, + "-": 0.9949642419815063 + }, + "id": "tp_20184" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2523023, + "label": "-", + "classification": { + "B": 1.4117660165902102e-11, + "S": 3.2312458264627253e-10, + "I": 3.3922964437493874e-10, + "C": 1.0559814711541549e-07, + "R": 1.067654409325769e-08, + "M": 2.669677087396849e-06, + "O": 1.3170381407690002e-07, + "W": 6.773692023953615e-11, + "N": 5.126905844310414e-12, + "Y": 0.0001831464614951983, + "U": 1.158600667662546e-12, + "K": 3.763928613231826e-10, + "L": 2.215091754464993e-08, + "G": 2.6215200705337338e-05, + "F": 0.0003518048906698823, + "E": 6.772923999420755e-09, + "T": 4.242172872181982e-05, + "P": 9.058184332388919e-06, + "-": 0.9993844032287598 + }, + "id": "tp_20185" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2523156, + "label": "-", + "classification": { + "B": 0.00013414633576758206, + "S": 6.306348223006353e-05, + "I": 0.00012096975115127861, + "C": 0.00012454958050511777, + "R": 7.762942550471053e-05, + "M": 0.0022185342386364937, + "O": 0.0008929861360229552, + "W": 4.7350531531265005e-05, + "N": 1.4215200280887075e-05, + "Y": 0.006037186831235886, + "U": 7.096177796483971e-06, + "K": 3.8691273402946535e-06, + "L": 0.0005040875403210521, + "G": 0.0024874310474842787, + "F": 0.012267271988093853, + "E": 0.0002635407436173409, + "T": 0.005209601949900389, + "P": 0.02767975814640522, + "-": 0.9418466687202454 + }, + "id": "tp_20186" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2523257, + "label": "-", + "classification": { + "B": 6.585497663684492e-13, + "S": 2.5204536374667796e-11, + "I": 1.2820419725834142e-10, + "C": 3.224036870808078e-10, + "R": 5.321560900273248e-11, + "M": 1.2005867233710887e-07, + "O": 1.6278884018561257e-08, + "W": 7.291056647318328e-12, + "N": 1.2996046296412378e-12, + "Y": 1.4272843145590741e-05, + "U": 7.460635028603418e-14, + "K": 2.2717995887266973e-11, + "L": 7.300234305951392e-10, + "G": 4.710902885562973e-07, + "F": 0.0006261629168875515, + "E": 2.056234071901031e-09, + "T": 2.6508676000958076e-06, + "P": 7.289893255801871e-05, + "-": 0.9992833733558655 + }, + "id": "tp_20187" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2523390, + "label": "-", + "classification": { + "B": 1.4908427825588433e-09, + "S": 3.040547813526473e-09, + "I": 5.7892734162123816e-08, + "C": 2.9819134397257585e-06, + "R": 2.6434909727868217e-07, + "M": 7.4719196163641755e-06, + "O": 7.703514484092011e-07, + "W": 2.3944322080637903e-09, + "N": 3.3514147013136153e-10, + "Y": 0.0003565219521988183, + "U": 1.4095154210469474e-10, + "K": 1.0781687764804815e-09, + "L": 3.0533945505339943e-07, + "G": 4.820465255761519e-05, + "F": 0.0016312689986079931, + "E": 1.3176860136354662e-07, + "T": 4.352963514975272e-05, + "P": 0.00020142666471656412, + "-": 0.9977070093154907 + }, + "id": "tp_20188" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2523524, + "label": "-", + "classification": { + "B": 1.6150003148140968e-06, + "S": 1.9875598809449002e-05, + "I": 2.8002314138575457e-05, + "C": 6.437778210965917e-05, + "R": 2.3945847715367563e-05, + "M": 0.0002926011511590332, + "O": 0.00026678378344513476, + "W": 1.010793221212225e-05, + "N": 3.6979820379201556e-06, + "Y": 0.007974584586918354, + "U": 1.856077176398685e-07, + "K": 4.442390491021797e-05, + "L": 2.4841774575179443e-05, + "G": 0.0040683140978217125, + "F": 0.0553944855928421, + "E": 0.00017036472854670137, + "T": 0.0015834184596315026, + "P": 0.006639434490352869, + "-": 0.9233889579772949 + }, + "id": "tp_20189" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2523657, + "label": "-", + "classification": { + "B": 1.3479821348028054e-07, + "S": 3.734676568001305e-07, + "I": 1.6537879901079577e-06, + "C": 3.368539910297841e-05, + "R": 6.182598554005381e-06, + "M": 0.00018285821715835482, + "O": 2.6538114980212413e-05, + "W": 7.468597829074497e-08, + "N": 1.1008767231146521e-08, + "Y": 0.0014354322338476777, + "U": 1.3591258118950122e-09, + "K": 6.861428314408613e-09, + "L": 1.2695320037892088e-05, + "G": 0.0004736068076454103, + "F": 0.0010832250118255615, + "E": 1.0967929711114266e-06, + "T": 0.0007288415217772126, + "P": 0.00022978076594881713, + "-": 0.995783805847168 + }, + "id": "tp_20190" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2523757, + "label": "-", + "classification": { + "B": 3.2199204724747688e-06, + "S": 4.258278204360977e-05, + "I": 0.00014671562530566007, + "C": 0.00011106184683740139, + "R": 4.300665023038164e-05, + "M": 0.0004745926707983017, + "O": 0.0004978028009645641, + "W": 3.5635919630294666e-05, + "N": 2.396798663539812e-05, + "Y": 0.011110443621873856, + "U": 4.484923010750208e-06, + "K": 7.608334271935746e-05, + "L": 4.8457728553330526e-05, + "G": 0.00132462487090379, + "F": 0.031179413199424744, + "E": 0.00015649822307750583, + "T": 0.0027380201499909163, + "P": 0.022381188347935677, + "-": 0.9296022653579712 + }, + "id": "tp_20191" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2523891, + "label": "-", + "classification": { + "B": 8.301048216863283e-12, + "S": 2.8871352530934757e-10, + "I": 1.019663686818717e-09, + "C": 1.71894569689357e-08, + "R": 1.0901962665954557e-09, + "M": 1.194915057567414e-06, + "O": 5.323717289229535e-08, + "W": 9.195825351193676e-11, + "N": 1.9441356510774277e-11, + "Y": 0.000128026949823834, + "U": 2.1355846778481347e-12, + "K": 1.6109423128796152e-08, + "L": 3.647657731420395e-09, + "G": 1.7423764802515507e-05, + "F": 0.0022703169379383326, + "E": 6.763846727153577e-08, + "T": 2.4712260710657574e-05, + "P": 9.783643326954916e-05, + "-": 0.9974602460861206 + }, + "id": "tp_20192" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2524024, + "label": "-", + "classification": { + "B": 6.40460493741557e-05, + "S": 8.875071216607466e-05, + "I": 0.001968159805983305, + "C": 0.00040690237074159086, + "R": 0.00013003675849176943, + "M": 0.0015603406354784966, + "O": 0.0006481228629127145, + "W": 7.988740981090814e-05, + "N": 0.00019205782155040652, + "Y": 0.007878043688833714, + "U": 1.3182812836021185e-05, + "K": 0.00036455364897847176, + "L": 0.00013155202032066882, + "G": 0.00400148332118988, + "F": 0.06552448123693466, + "E": 0.0022139486391097307, + "T": 0.003454323625192046, + "P": 0.09994912147521973, + "-": 0.8113308548927307 + }, + "id": "tp_20193" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2524157, + "label": "-", + "classification": { + "B": 1.5696811628274077e-09, + "S": 6.867492174933432e-07, + "I": 5.693377715942916e-07, + "C": 1.591773434483912e-05, + "R": 1.2417550578902592e-06, + "M": 1.0920647582679521e-05, + "O": 1.8695885955821723e-05, + "W": 6.96222116403078e-07, + "N": 2.8818453756684903e-07, + "Y": 0.0008761486387811601, + "U": 7.847178906672525e-09, + "K": 0.00174871482886374, + "L": 4.006865594874398e-07, + "G": 0.000960694917012006, + "F": 0.2329988181591034, + "E": 7.548660505563021e-05, + "T": 0.000167979029356502, + "P": 0.002938023768365383, + "-": 0.7601847052574158 + }, + "id": "tp_20194" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2524258, + "label": "-", + "classification": { + "B": 8.648899652019537e-11, + "S": 3.1953162338282937e-10, + "I": 1.095474466694668e-08, + "C": 3.476526799772728e-08, + "R": 5.373197997649015e-10, + "M": 9.536855714031844e-07, + "O": 5.3601521443624733e-08, + "W": 3.3803379539953937e-10, + "N": 4.812738541026818e-10, + "Y": 4.9226731789531186e-05, + "U": 1.8585882832766742e-11, + "K": 4.457816373815149e-07, + "L": 1.0660290428177177e-09, + "G": 4.961078957421705e-05, + "F": 0.0009111216641031206, + "E": 4.445062131708255e-06, + "T": 1.703852649370674e-05, + "P": 0.0005856793140992522, + "-": 0.9983813762664795 + }, + "id": "tp_20195" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2524391, + "label": "-", + "classification": { + "B": 5.791469526172932e-09, + "S": 3.797903502800182e-07, + "I": 3.4121416092602885e-07, + "C": 6.833397492300719e-07, + "R": 1.3247461083665257e-07, + "M": 2.4597886294941418e-05, + "O": 6.600025244551944e-06, + "W": 1.1552029377526196e-07, + "N": 4.295885247529441e-08, + "Y": 0.0016761596780270338, + "U": 1.5478178738703718e-09, + "K": 1.4120548712526215e-06, + "L": 4.4630988327298837e-07, + "G": 0.00010994893091265112, + "F": 0.05097532272338867, + "E": 6.2033909671299625e-06, + "T": 0.0004234006046317518, + "P": 0.0015872096410021186, + "-": 0.945186972618103 + }, + "id": "tp_20196" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2524525, + "label": "-", + "classification": { + "B": 1.505692570624717e-09, + "S": 6.635908533780821e-08, + "I": 7.771836862957571e-07, + "C": 1.8366750964560197e-07, + "R": 4.1352564039698336e-08, + "M": 2.2598622308578342e-05, + "O": 1.2915077149955323e-06, + "W": 1.665719473464833e-08, + "N": 2.0613388329593363e-08, + "Y": 0.0006964036147110164, + "U": 3.6874103770401234e-10, + "K": 9.132845946169255e-08, + "L": 7.126790535494365e-08, + "G": 1.633220563235227e-05, + "F": 0.004678370431065559, + "E": 1.2511419527072576e-06, + "T": 0.0005003967089578509, + "P": 0.0010522173251956701, + "-": 0.9930298924446106 + }, + "id": "tp_20197" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2524658, + "label": "-", + "classification": { + "B": 7.099427534740244e-08, + "S": 2.5258930236304877e-06, + "I": 4.109057044843212e-06, + "C": 2.8003580609947676e-07, + "R": 1.260442417105878e-07, + "M": 3.1529114494333044e-05, + "O": 5.60115449843579e-06, + "W": 2.0260448252429342e-07, + "N": 1.734651249307717e-07, + "Y": 0.016546400263905525, + "U": 3.1734528893601066e-10, + "K": 5.162978595762979e-06, + "L": 8.963671405126661e-08, + "G": 0.00053254677914083, + "F": 0.015460912138223648, + "E": 2.9119481041561812e-05, + "T": 0.0019138974603265524, + "P": 0.001083733863197267, + "-": 0.9643834829330444 + }, + "id": "tp_20198" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2524758, + "label": "-", + "classification": { + "B": 4.045657142626169e-10, + "S": 4.2973753444641716e-09, + "I": 5.784055545632327e-08, + "C": 1.8610352370274086e-08, + "R": 7.061079720926955e-09, + "M": 8.811699672151008e-07, + "O": 2.589619612081151e-07, + "W": 3.2415532480456477e-09, + "N": 1.1151344292414933e-09, + "Y": 1.9960407371399924e-05, + "U": 9.178914572860464e-11, + "K": 2.8930344786459727e-09, + "L": 4.4089536466174195e-09, + "G": 3.97561336740182e-07, + "F": 0.00024706259137019515, + "E": 5.68695810443387e-08, + "T": 1.362984494335251e-05, + "P": 0.002337485086172819, + "-": 0.9973801970481873 + }, + "id": "tp_20199" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2524892, + "label": "-", + "classification": { + "B": 9.799839828517065e-10, + "S": 9.994591820827736e-10, + "I": 3.0338492251758e-06, + "C": 6.516403914247348e-07, + "R": 7.712998950637484e-08, + "M": 1.6462943221995374e-06, + "O": 2.2441471969614213e-07, + "W": 2.522017039652269e-09, + "N": 2.383717401244212e-08, + "Y": 0.00010523289529373869, + "U": 8.252575289802166e-10, + "K": 3.2098885327513926e-08, + "L": 1.0859777077598665e-08, + "G": 7.5047032623842824e-06, + "F": 0.0003683296381495893, + "E": 2.7455423605715623e-06, + "T": 1.5642621292499825e-05, + "P": 0.010394924320280552, + "-": 0.9890998005867004 + }, + "id": "tp_20200" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2525025, + "label": "-", + "classification": { + "B": 3.5463128256196796e-07, + "S": 6.823198077654524e-07, + "I": 1.2915129445900675e-06, + "C": 2.165478605320459e-07, + "R": 1.2799800686025264e-07, + "M": 4.738296411233023e-05, + "O": 1.17646595754195e-05, + "W": 1.9612130586210696e-07, + "N": 4.988072888068018e-08, + "Y": 0.00039014170761220157, + "U": 6.157036658294146e-09, + "K": 1.733539818360441e-07, + "L": 8.699341833562357e-07, + "G": 5.125230745761655e-05, + "F": 0.002195763634517789, + "E": 6.8301551436888985e-06, + "T": 0.00023240029986482114, + "P": 0.004117500968277454, + "-": 0.9929429888725281 + }, + "id": "tp_20201" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2525125, + "label": "-", + "classification": { + "B": 3.221640508854762e-05, + "S": 0.00017092480266001076, + "I": 0.0003610301937442273, + "C": 0.002151512075215578, + "R": 0.0004932902520522475, + "M": 0.006118680350482464, + "O": 0.001695982995443046, + "W": 0.00010722091246861964, + "N": 6.0768044932046905e-05, + "Y": 0.029880167916417122, + "U": 1.1394035027478822e-05, + "K": 0.0007291188230738044, + "L": 0.000605642213486135, + "G": 0.02618640474975109, + "F": 0.11738866567611694, + "E": 0.001712005934678018, + "T": 0.008306874893605709, + "P": 0.012495887465775013, + "-": 0.791492223739624 + }, + "id": "tp_20202" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2525259, + "label": "-", + "classification": { + "B": 3.4724025738119835e-11, + "S": 1.3097725570787588e-08, + "I": 2.329281834079211e-08, + "C": 1.0515319672776968e-06, + "R": 1.3598551618088095e-07, + "M": 9.19126978260465e-06, + "O": 1.531061911919096e-06, + "W": 3.529335934615574e-09, + "N": 4.797628960773181e-10, + "Y": 3.4592645533848554e-05, + "U": 4.6947203069525045e-11, + "K": 4.5801087367181026e-08, + "L": 7.898668030748013e-08, + "G": 1.6657817468512803e-05, + "F": 0.0021800773683935404, + "E": 5.1253906008241756e-08, + "T": 5.4645399359287694e-05, + "P": 8.119467383949086e-05, + "-": 0.9976207613945007 + }, + "id": "tp_20203" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2525392, + "label": "-", + "classification": { + "B": 2.085081440839076e-09, + "S": 4.6804717612758395e-07, + "I": 7.546038460759519e-09, + "C": 7.141928648479734e-08, + "R": 5.132453573253315e-09, + "M": 2.3684337975282688e-06, + "O": 1.393367938362644e-06, + "W": 2.925746755977343e-08, + "N": 1.5094638872170663e-09, + "Y": 0.0001864375954028219, + "U": 3.0860045421854387e-12, + "K": 2.1069142803753493e-06, + "L": 3.117537517027813e-08, + "G": 0.00020702618348877877, + "F": 0.3177107870578766, + "E": 6.156058589112945e-06, + "T": 3.4840908483602107e-05, + "P": 0.0002100392448483035, + "-": 0.681638240814209 + }, + "id": "tp_20204" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2525526, + "label": "-", + "classification": { + "B": 2.7345217645802222e-08, + "S": 1.3793695075037249e-08, + "I": 2.4075588744842946e-10, + "C": 7.164702719997251e-10, + "R": 5.432196359400621e-10, + "M": 9.098401960727642e-07, + "O": 2.087673919959343e-06, + "W": 3.899018441444468e-09, + "N": 2.339464125894475e-12, + "Y": 5.922007062508783e-07, + "U": 2.0003160098366196e-13, + "K": 2.443912476904342e-12, + "L": 4.6055657065835476e-08, + "G": 6.156245717647835e-07, + "F": 0.0001366139476886019, + "E": 2.0622825669391887e-09, + "T": 7.41352323530009e-07, + "P": 6.603831570828333e-05, + "-": 0.9997922778129578 + }, + "id": "tp_20205" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2525626, + "label": "-", + "classification": { + "B": 1.6971329230841548e-08, + "S": 4.289387067757389e-09, + "I": 1.874960133818604e-07, + "C": 2.2970615631834335e-08, + "R": 4.009611309641059e-09, + "M": 3.7097331642144127e-06, + "O": 7.884877959440928e-07, + "W": 3.866869491275793e-09, + "N": 8.439508536461915e-10, + "Y": 1.383123526466079e-05, + "U": 1.5318504797967591e-10, + "K": 2.2717185077514301e-10, + "L": 5.029680849588658e-08, + "G": 3.57920907845255e-06, + "F": 4.6136883611325175e-05, + "E": 8.929767147947132e-08, + "T": 1.741824598866515e-05, + "P": 0.003419094020500779, + "-": 0.9964950680732727 + }, + "id": "tp_20206" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2525759, + "label": "-", + "classification": { + "B": 1.6726615115203458e-07, + "S": 1.8714127918428858e-06, + "I": 5.233203410170972e-06, + "C": 7.602645200677216e-05, + "R": 1.0541118172113784e-05, + "M": 0.00054270273540169, + "O": 5.727459938498214e-05, + "W": 6.328563131319243e-07, + "N": 4.887270961262402e-07, + "Y": 0.02747291326522827, + "U": 2.1846068065656254e-08, + "K": 1.7176891560666263e-05, + "L": 2.7132015020470135e-05, + "G": 0.015751967206597328, + "F": 0.07140327244997025, + "E": 0.00032003753585740924, + "T": 0.0032762419432401657, + "P": 0.0016922325594350696, + "-": 0.87934410572052 + }, + "id": "tp_20207" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2525893, + "label": "-", + "classification": { + "B": 7.120223077805576e-09, + "S": 6.34911572205965e-08, + "I": 2.989898746363906e-07, + "C": 9.672722853792948e-07, + "R": 1.0502420622060527e-07, + "M": 1.4175044270814396e-05, + "O": 1.8603313947096467e-06, + "W": 2.6592545054882066e-08, + "N": 2.2279758482568468e-08, + "Y": 0.000827533018309623, + "U": 1.0782991166635725e-09, + "K": 4.293544861866394e-06, + "L": 1.1479627914923185e-07, + "G": 0.00020449912699405104, + "F": 0.024941515177488327, + "E": 7.949477549118455e-06, + "T": 0.00018220263882540166, + "P": 0.0013259779661893845, + "-": 0.972488284111023 + }, + "id": "tp_20208" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2526026, + "label": "-", + "classification": { + "B": 1.4597312656405848e-06, + "S": 6.060503437765874e-05, + "I": 0.00031072701676748693, + "C": 0.0005994620150886476, + "R": 0.00021155152353458107, + "M": 0.001468336908146739, + "O": 0.000802762690000236, + "W": 5.697357119061053e-05, + "N": 3.02812441077549e-05, + "Y": 0.17501330375671387, + "U": 8.045295771808014e-07, + "K": 0.0007663025171495974, + "L": 5.329424675437622e-05, + "G": 0.01338962186127901, + "F": 0.0638108178973198, + "E": 0.0002620624436531216, + "T": 0.03519256040453911, + "P": 0.0033205419313162565, + "-": 0.704648494720459 + }, + "id": "tp_20209" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2526126, + "label": "-", + "classification": { + "B": 1.9238257209508447e-07, + "S": 2.0110132936679292e-07, + "I": 1.4107920833339449e-05, + "C": 2.284649781358894e-05, + "R": 2.1543289676628774e-06, + "M": 0.00018530149827711284, + "O": 1.1750974408641923e-05, + "W": 1.508090861079836e-07, + "N": 3.912384158866189e-07, + "Y": 0.0014779436169192195, + "U": 1.738455921440618e-07, + "K": 6.643034566877759e-07, + "L": 3.057763478864217e-06, + "G": 0.00026106490986421704, + "F": 0.002829910023137927, + "E": 2.471235529810656e-05, + "T": 0.0010245580924674869, + "P": 0.00848552118986845, + "-": 0.9856552481651306 + }, + "id": "tp_20210" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2526260, + "label": "Y", + "classification": { + "B": 1.5796673324075527e-05, + "S": 7.982771785464138e-05, + "I": 0.0004385820939205587, + "C": 0.0002514654188416898, + "R": 0.00023268717632163316, + "M": 0.01796054281294346, + "O": 0.0022374459076672792, + "W": 2.4058537746896036e-05, + "N": 8.333706318808254e-06, + "Y": 0.47418710589408875, + "U": 2.888731671646383e-07, + "K": 2.8318740987742785e-06, + "L": 0.0005849694134667516, + "G": 0.03745555877685547, + "F": 0.006421850994229317, + "E": 6.604765803785995e-05, + "T": 0.11728324741125107, + "P": 0.000269483047304675, + "-": 0.3424798548221588 + }, + "id": "tp_20211" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2526393, + "label": "Y", + "classification": { + "B": 1.906828401843086e-05, + "S": 0.0016624723793938756, + "I": 0.001382968737743795, + "C": 0.0006585789378732443, + "R": 0.0002554188249632716, + "M": 0.004531240090727806, + "O": 0.0025562949012964964, + "W": 0.00043841934530064464, + "N": 0.0008595019462518394, + "Y": 0.38162457942962646, + "U": 1.7797993905332987e-06, + "K": 0.09916999191045761, + "L": 0.00012658131890930235, + "G": 0.10796911269426346, + "F": 0.21149984002113342, + "E": 0.01122466940432787, + "T": 0.06267853081226349, + "P": 0.0026593965012580156, + "-": 0.11068160086870193 + }, + "id": "tp_20212" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2526527, + "label": "-", + "classification": { + "B": 1.4249063724491862e-06, + "S": 2.0846366624027723e-06, + "I": 3.840956196654588e-06, + "C": 2.54008091360447e-06, + "R": 5.076257707514742e-07, + "M": 0.00037469962262548506, + "O": 6.147101521492004e-05, + "W": 6.468233095802134e-07, + "N": 2.9827126013515226e-07, + "Y": 0.0020920285023748875, + "U": 1.4996954789125994e-08, + "K": 1.3944335250926088e-06, + "L": 8.548378900741227e-06, + "G": 0.002152280416339636, + "F": 0.018006861209869385, + "E": 0.0001860623888205737, + "T": 0.0005900750402361155, + "P": 0.0044193691574037075, + "-": 0.9720958471298218 + }, + "id": "tp_20213" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2526627, + "label": "-", + "classification": { + "B": 8.658791443849623e-07, + "S": 2.041815150732873e-06, + "I": 3.523634950397536e-05, + "C": 0.00026825873646885157, + "R": 4.71419989480637e-05, + "M": 0.0001275834656553343, + "O": 8.26397881610319e-05, + "W": 2.728605295487796e-06, + "N": 3.63738217856735e-06, + "Y": 0.005829202011227608, + "U": 1.7464037682657363e-06, + "K": 0.0003221079532522708, + "L": 2.1678981283912435e-05, + "G": 0.002954039489850402, + "F": 0.02860860526561737, + "E": 0.00018844935402739793, + "T": 0.0011565338354557753, + "P": 0.005460084415972233, + "-": 0.9548874497413635 + }, + "id": "tp_20214" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2526760, + "label": "-", + "classification": { + "B": 6.384394509950653e-06, + "S": 7.771801028866321e-05, + "I": 3.3198441087733954e-05, + "C": 0.0001943112292792648, + "R": 3.0417224479606375e-05, + "M": 0.003217712976038456, + "O": 0.0002979841083288193, + "W": 8.45341583044501e-06, + "N": 3.903241577063454e-06, + "Y": 0.03823010250926018, + "U": 2.4861282099664095e-07, + "K": 0.00029734763666056097, + "L": 0.0001478335034335032, + "G": 0.0473419725894928, + "F": 0.14603695273399353, + "E": 0.0006700027734041214, + "T": 0.02064559981226921, + "P": 0.0013305142056196928, + "-": 0.7414292693138123 + }, + "id": "tp_20215" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2526894, + "label": "-", + "classification": { + "B": 6.031716111465357e-05, + "S": 1.3595189557236154e-05, + "I": 5.9092362789670005e-06, + "C": 2.076539885820239e-06, + "R": 7.197412514869939e-07, + "M": 0.0004977459320798516, + "O": 0.00011900957906618714, + "W": 3.096656655543484e-06, + "N": 3.281511169461737e-07, + "Y": 0.0008650022791698575, + "U": 6.253824835766864e-08, + "K": 5.520455559349102e-08, + "L": 2.2049205654184334e-05, + "G": 0.00013683557335752994, + "F": 0.0013041864149272442, + "E": 2.273827703902498e-05, + "T": 0.0012817787937819958, + "P": 0.006942489184439182, + "-": 0.9887218475341797 + }, + "id": "tp_20216" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2527027, + "label": "-", + "classification": { + "B": 2.783781019388698e-05, + "S": 6.673131429124624e-05, + "I": 0.00014147133333608508, + "C": 0.0007039964548312128, + "R": 0.00012777629308402538, + "M": 0.0035933414474129677, + "O": 0.0007292130030691624, + "W": 4.2690524423960596e-05, + "N": 2.6849804271478206e-05, + "Y": 0.015741562470793724, + "U": 6.462736109824618e-06, + "K": 0.000606756133493036, + "L": 0.0002559529384598136, + "G": 0.021864095702767372, + "F": 0.04940129071474075, + "E": 0.0016434212448075414, + "T": 0.00801232922822237, + "P": 0.010880391113460064, + "-": 0.8861278295516968 + }, + "id": "tp_20217" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2527127, + "label": "-", + "classification": { + "B": 6.424368621082976e-05, + "S": 0.0005168374045751989, + "I": 0.0009043855243362486, + "C": 0.0004960120422765613, + "R": 0.00032008090056478977, + "M": 0.004447345156222582, + "O": 0.0033737695775926113, + "W": 0.00021905946778133512, + "N": 7.621702388860285e-05, + "Y": 0.052482400089502335, + "U": 4.969111159880413e-06, + "K": 8.113320654956624e-05, + "L": 0.0004541017988231033, + "G": 0.007758504245430231, + "F": 0.032618578523397446, + "E": 0.0002648560330271721, + "T": 0.025449590757489204, + "P": 0.007742010988295078, + "-": 0.8627259731292725 + }, + "id": "tp_20218" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2527261, + "label": "F", + "classification": { + "B": 9.660220001705966e-08, + "S": 0.00013048353139311075, + "I": 2.288950099682552e-06, + "C": 2.180361479986459e-05, + "R": 3.8858374864503276e-06, + "M": 0.000382133643142879, + "O": 0.0002930446935351938, + "W": 1.0627874871715903e-05, + "N": 1.602813313184015e-06, + "Y": 0.008188236504793167, + "U": 6.3292482366250624e-09, + "K": 0.0006597248138859868, + "L": 2.0763569409609772e-05, + "G": 0.008059368468821049, + "F": 0.73198401927948, + "E": 0.0002509636979084462, + "T": 0.002881427761167288, + "P": 0.0008056443766690791, + "-": 0.24630393087863922 + }, + "id": "tp_20219" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2527394, + "label": "-", + "classification": { + "B": 2.7968031645286828e-05, + "S": 0.0002442765107844025, + "I": 4.249460107530467e-05, + "C": 0.00127300841268152, + "R": 0.0002395391056779772, + "M": 0.005051210522651672, + "O": 0.0009176020394079387, + "W": 8.20595960249193e-05, + "N": 1.1884474588441662e-05, + "Y": 0.13571575284004211, + "U": 1.576188083163288e-06, + "K": 0.0034485948272049427, + "L": 0.00033528529456816614, + "G": 0.05372433736920357, + "F": 0.1392858922481537, + "E": 0.0013768651988357306, + "T": 0.025853637605905533, + "P": 0.0015742420218884945, + "-": 0.6307937502861023 + }, + "id": "tp_20220" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2527528, + "label": "-", + "classification": { + "B": 1.2400349760355311e-06, + "S": 0.0007174203055910766, + "I": 7.6881937275175e-05, + "C": 0.0001994917111005634, + "R": 0.0001194167707581073, + "M": 0.010943412780761719, + "O": 0.0048751672729849815, + "W": 0.00010501773067517206, + "N": 1.5133047782001086e-05, + "Y": 0.31095364689826965, + "U": 7.175714245022391e-08, + "K": 0.00031830824445933104, + "L": 0.00029577492387034, + "G": 0.05861436575651169, + "F": 0.16277429461479187, + "E": 0.00019370412337593734, + "T": 0.06940606981515884, + "P": 0.00047144253039732575, + "-": 0.3799191117286682 + }, + "id": "tp_20221" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2527628, + "label": "-", + "classification": { + "B": 0.0001659593835938722, + "S": 0.0012184784281998873, + "I": 0.0016484252410009503, + "C": 0.01856360211968422, + "R": 0.00909234769642353, + "M": 0.018245002254843712, + "O": 0.00939891766756773, + "W": 0.0009462629677727818, + "N": 0.0004635418008547276, + "Y": 0.1659601628780365, + "U": 0.00015952116518747061, + "K": 0.004738058894872665, + "L": 0.007373996544629335, + "G": 0.15104800462722778, + "F": 0.21014268696308136, + "E": 0.0039565847255289555, + "T": 0.03932658210396767, + "P": 0.008963021449744701, + "-": 0.3485887944698334 + }, + "id": "tp_20222" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2527761, + "label": "-", + "classification": { + "B": 1.1068785710222073e-07, + "S": 1.4292061223386554e-07, + "I": 1.7698364899843e-05, + "C": 6.441725417971611e-05, + "R": 1.0170791938435286e-05, + "M": 0.00013116103946231306, + "O": 8.581573638366535e-06, + "W": 9.882823093221305e-08, + "N": 2.0593486738107458e-07, + "Y": 0.014322497881948948, + "U": 5.629033239529235e-08, + "K": 1.2471120498958044e-05, + "L": 2.189880433434155e-06, + "G": 0.002130806213244796, + "F": 0.004075862467288971, + "E": 3.0304116080515087e-05, + "T": 0.001901285257190466, + "P": 0.0009446287294849753, + "-": 0.9763472676277161 + }, + "id": "tp_20223" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2527895, + "label": "-", + "classification": { + "B": 7.373049015768629e-08, + "S": 6.110368758527329e-06, + "I": 2.1704652226617327e-06, + "C": 2.151497028535232e-06, + "R": 8.104281619125686e-07, + "M": 0.001045989221893251, + "O": 6.272688915487379e-05, + "W": 5.550328978642938e-07, + "N": 1.335643275979237e-07, + "Y": 0.01336501631885767, + "U": 2.9287867686633717e-09, + "K": 1.926446202560328e-06, + "L": 7.739781722193584e-06, + "G": 0.0014824222307652235, + "F": 0.01983250491321087, + "E": 2.8166543415863998e-05, + "T": 0.004782333504408598, + "P": 0.0005510561750270426, + "-": 0.9588281512260437 + }, + "id": "tp_20224" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2528028, + "label": "Y", + "classification": { + "B": 0.00011751725833164528, + "S": 0.005843855906277895, + "I": 0.02085130289196968, + "C": 0.0424194373190403, + "R": 0.007923029363155365, + "M": 0.005132548976689577, + "O": 0.004527458921074867, + "W": 0.002223527990281582, + "N": 0.010263840667903423, + "Y": 0.37044137716293335, + "U": 2.8049287720932625e-05, + "K": 0.13126569986343384, + "L": 0.0004954952164553106, + "G": 0.18720747530460358, + "F": 0.04982617497444153, + "E": 0.01694767363369465, + "T": 0.11519046127796173, + "P": 0.0024333323817700148, + "-": 0.02686171606183052 + }, + "id": "tp_20225" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2528128, + "label": "-", + "classification": { + "B": 2.7971184408670524e-06, + "S": 2.2050139705243055e-06, + "I": 2.8290443879086524e-05, + "C": 2.1569905584328808e-05, + "R": 1.3220322216511704e-05, + "M": 0.002853937214240432, + "O": 0.0001757827849360183, + "W": 1.2616188769243308e-06, + "N": 2.7815394787467085e-07, + "Y": 0.013830726034939289, + "U": 5.6710046436592165e-08, + "K": 4.168222744738159e-08, + "L": 6.376930832630023e-05, + "G": 0.00134718744084239, + "F": 0.000965117767918855, + "E": 6.51286109132343e-06, + "T": 0.011066196486353874, + "P": 0.0006098059820942581, + "-": 0.9690111875534058 + }, + "id": "tp_20226" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2528262, + "label": "-", + "classification": { + "B": 1.385268291187458e-07, + "S": 4.196001270884153e-07, + "I": 1.274009946428123e-06, + "C": 1.3070211934973486e-06, + "R": 8.255512966570677e-07, + "M": 9.499872248852625e-05, + "O": 1.654475818213541e-05, + "W": 1.0444514231267021e-07, + "N": 1.4737407738607544e-08, + "Y": 0.0023032398894429207, + "U": 1.9908044102123768e-09, + "K": 3.0129565509184886e-09, + "L": 4.589356194628635e-06, + "G": 0.00018114155682269484, + "F": 0.0012734311167150736, + "E": 4.0264211520479876e-07, + "T": 0.0010500638745725155, + "P": 0.00039961186121217906, + "-": 0.9946718811988831 + }, + "id": "tp_20227" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2528395, + "label": "-", + "classification": { + "B": 1.822422564146109e-05, + "S": 0.00026375980814918876, + "I": 5.618009527097456e-05, + "C": 8.090381015790626e-05, + "R": 4.419823017087765e-05, + "M": 0.003515392541885376, + "O": 0.0011057154042646289, + "W": 3.6226821976015344e-05, + "N": 4.458336206880631e-06, + "Y": 0.09314297139644623, + "U": 1.0066130329278167e-07, + "K": 2.5775141693884507e-05, + "L": 0.00019079555931966752, + "G": 0.017792800441384315, + "F": 0.07159513980150223, + "E": 0.00013718016271013767, + "T": 0.02615709975361824, + "P": 0.0012285527773201466, + "-": 0.7846044898033142 + }, + "id": "tp_20228" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2528529, + "label": "-", + "classification": { + "B": 8.900581383031181e-10, + "S": 1.3056919989651306e-09, + "I": 1.4863079513816047e-06, + "C": 7.015755159045511e-07, + "R": 1.2442816910152033e-07, + "M": 7.032398116280092e-06, + "O": 3.953628606723214e-07, + "W": 2.5274955461895843e-09, + "N": 5.510206069203605e-09, + "Y": 0.00025786334299482405, + "U": 9.263458888852938e-10, + "K": 1.6880578046496453e-09, + "L": 7.021849057764484e-08, + "G": 8.342264663951937e-06, + "F": 0.0001872360153356567, + "E": 1.06581262571126e-06, + "T": 0.00011707012163242325, + "P": 0.002341245301067829, + "-": 0.997077226638794 + }, + "id": "tp_20229" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2528629, + "label": "-", + "classification": { + "B": 1.3449091056827456e-05, + "S": 5.394365143729374e-05, + "I": 1.0025005394709297e-05, + "C": 8.538793190382421e-05, + "R": 7.68393583712168e-05, + "M": 0.0005279291071929038, + "O": 0.0006930807721801102, + "W": 2.035172474279534e-05, + "N": 8.526082524440426e-07, + "Y": 0.0010328447679057717, + "U": 2.21771628616807e-07, + "K": 2.93015915531214e-07, + "L": 0.00022864947095513344, + "G": 0.0009034883114509284, + "F": 0.014078976586461067, + "E": 8.717977834749036e-06, + "T": 0.0012390639167279005, + "P": 0.0027650443371385336, + "-": 0.9782608151435852 + }, + "id": "tp_20230" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2528762, + "label": "Y", + "classification": { + "B": 5.317353384270973e-07, + "S": 0.0003876578120980412, + "I": 0.000773423642385751, + "C": 0.00021145757636986673, + "R": 9.643094381317496e-05, + "M": 0.002016358310356736, + "O": 0.001607861602678895, + "W": 5.444292037282139e-05, + "N": 0.0002214860578533262, + "Y": 0.7498671412467957, + "U": 3.903743817090799e-08, + "K": 0.0032037869095802307, + "L": 4.12827284890227e-05, + "G": 0.0861825942993164, + "F": 0.031212985515594482, + "E": 0.0013846087967976928, + "T": 0.08530030399560928, + "P": 0.0004103412793483585, + "-": 0.03702723979949951 + }, + "id": "tp_20231" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2528896, + "label": "Y", + "classification": { + "B": 2.600117113615852e-06, + "S": 0.0001382878253934905, + "I": 0.021453021094202995, + "C": 0.000447366590378806, + "R": 0.00023899484949652106, + "M": 0.0033361457753926516, + "O": 0.0011620152508839965, + "W": 5.153756501385942e-05, + "N": 0.0009836060926318169, + "Y": 0.5708275437355042, + "U": 6.426652134905453e-07, + "K": 0.0021289295982569456, + "L": 2.2021529730409384e-05, + "G": 0.021595144644379616, + "F": 0.00871269591152668, + "E": 0.0015930535737425089, + "T": 0.16708986461162567, + "P": 0.004747605416923761, + "-": 0.19546891748905182 + }, + "id": "tp_20232" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2529029, + "label": "Y", + "classification": { + "B": 3.0140554940771835e-07, + "S": 0.00021030315838288516, + "I": 9.568870882503688e-05, + "C": 9.098561713472009e-05, + "R": 4.563740367302671e-05, + "M": 0.0030514742247760296, + "O": 0.0016461263876408339, + "W": 3.109141835011542e-05, + "N": 6.526482593471883e-06, + "Y": 0.7659778594970703, + "U": 1.6011145742567123e-09, + "K": 0.00017396097246091813, + "L": 4.939613427268341e-05, + "G": 0.07864870131015778, + "F": 0.009844658896327019, + "E": 1.805325700843241e-05, + "T": 0.124796561896801, + "P": 4.4069056457374245e-06, + "-": 0.015308297239243984 + }, + "id": "tp_20233" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2529129, + "label": "Y", + "classification": { + "B": 4.394721315748029e-07, + "S": 9.720039088279009e-06, + "I": 0.00012889757636003196, + "C": 9.867089102044702e-05, + "R": 1.1080072908953298e-05, + "M": 0.0003210003487765789, + "O": 9.483133908361197e-05, + "W": 5.418588443717454e-06, + "N": 2.0641793526010588e-05, + "Y": 0.48830920457839966, + "U": 6.4379146458293235e-09, + "K": 0.03671887144446373, + "L": 9.32229397676565e-07, + "G": 0.09136346727609634, + "F": 0.07771337777376175, + "E": 0.01937921904027462, + "T": 0.006791376043111086, + "P": 0.0015256525948643684, + "-": 0.27750715613365173 + }, + "id": "tp_20234" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2529263, + "label": "F", + "classification": { + "B": 9.388953117195342e-07, + "S": 0.00011145575990667567, + "I": 1.0688701877370477e-05, + "C": 0.0007662372081540525, + "R": 0.00012491588131524622, + "M": 0.0036502217408269644, + "O": 0.0010287546319887042, + "W": 2.698675416468177e-05, + "N": 3.108810460616951e-06, + "Y": 0.19411763548851013, + "U": 5.692459126294125e-08, + "K": 0.001572656212374568, + "L": 0.00019156716007273644, + "G": 0.2694181501865387, + "F": 0.30253785848617554, + "E": 0.0004927602130919695, + "T": 0.02277190238237381, + "P": 0.00017001085507217795, + "-": 0.20300407707691193 + }, + "id": "tp_20235" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2529396, + "label": "F", + "classification": { + "B": 6.377941872415249e-07, + "S": 0.0007390204118564725, + "I": 1.2448391544239712e-06, + "C": 0.0012062949826940894, + "R": 0.0004218101967126131, + "M": 0.005513824988156557, + "O": 0.0023274896666407585, + "W": 4.438847827259451e-05, + "N": 2.903686606714473e-07, + "Y": 0.003338071284815669, + "U": 2.129496934344388e-08, + "K": 1.4083884707360994e-06, + "L": 0.0023358508478850126, + "G": 0.025883419439196587, + "F": 0.4747556149959564, + "E": 8.964089829532895e-06, + "T": 0.013159481808543205, + "P": 0.00016355676052626222, + "-": 0.4700985252857208 + }, + "id": "tp_20236" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2529530, + "label": "-", + "classification": { + "B": 3.250747937499909e-08, + "S": 1.4435889283959114e-07, + "I": 5.419358330982504e-06, + "C": 3.815935633610934e-05, + "R": 4.270624231139664e-06, + "M": 8.24931776151061e-05, + "O": 5.980164132779464e-06, + "W": 1.0754055068673551e-07, + "N": 1.36531397743056e-07, + "Y": 0.003178117098286748, + "U": 1.9695809427844324e-08, + "K": 5.697693268302828e-06, + "L": 1.3486194347933633e-06, + "G": 0.0005546541651710868, + "F": 0.01598719134926796, + "E": 2.3709710148978047e-05, + "T": 0.000636200129520148, + "P": 0.0014603814342990518, + "-": 0.9780159592628479 + }, + "id": "tp_20237" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2529630, + "label": "Y", + "classification": { + "B": 9.010409485199489e-06, + "S": 0.00012109618546674028, + "I": 0.004366384819149971, + "C": 0.0004114006587769836, + "R": 0.00021382200066000223, + "M": 0.009688207879662514, + "O": 0.0016550678992643952, + "W": 5.303520447341725e-05, + "N": 0.0001376215077470988, + "Y": 0.5346595644950867, + "U": 8.90902413175354e-07, + "K": 0.0001491961011197418, + "L": 0.0001162701883004047, + "G": 0.030791528522968292, + "F": 0.005441578105092049, + "E": 0.0006923281471244991, + "T": 0.12255080789327621, + "P": 0.0012131518451496959, + "-": 0.2877289652824402 + }, + "id": "tp_20238" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2529763, + "label": "-", + "classification": { + "B": 2.498496876057743e-08, + "S": 1.4609576055590878e-06, + "I": 1.1069048014178406e-05, + "C": 9.895714356389362e-06, + "R": 2.27842269850953e-06, + "M": 6.795659282943234e-05, + "O": 2.9195503884693608e-05, + "W": 9.071482622857729e-07, + "N": 2.1039898001617985e-06, + "Y": 0.006663069128990173, + "U": 3.8236571242578066e-08, + "K": 5.906795558985323e-05, + "L": 5.923939170315862e-07, + "G": 0.0003679999499581754, + "F": 0.023502176627516747, + "E": 8.868376608006656e-05, + "T": 0.0009396190871484578, + "P": 0.010184463113546371, + "-": 0.9580693244934082 + }, + "id": "tp_20239" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2529897, + "label": "-", + "classification": { + "B": 1.2942469766130671e-05, + "S": 7.879816257627681e-05, + "I": 0.00021330236631911248, + "C": 0.010577576234936714, + "R": 0.0028772815130650997, + "M": 0.0032554627396166325, + "O": 0.0009243993554264307, + "W": 5.8771820476977155e-05, + "N": 1.4512984307657462e-05, + "Y": 0.03004799783229828, + "U": 5.359347596822772e-06, + "K": 0.00013768000644631684, + "L": 0.00048413887270726264, + "G": 0.02090894617140293, + "F": 0.09176494926214218, + "E": 0.00030231120763346553, + "T": 0.007855266332626343, + "P": 0.0030159689486026764, + "-": 0.8274642825126648 + }, + "id": "tp_20240" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2530030, + "label": "Y", + "classification": { + "B": 1.1184882168890908e-05, + "S": 0.007444719318300486, + "I": 5.205053821555339e-05, + "C": 2.7317108106217347e-05, + "R": 1.752728712745011e-05, + "M": 0.006465077865868807, + "O": 0.004706699401140213, + "W": 0.00026508409064263105, + "N": 3.7368979974417016e-05, + "Y": 0.3261003792285919, + "U": 1.0792116533764329e-08, + "K": 0.015177510678768158, + "L": 9.668698476161808e-05, + "G": 0.21299299597740173, + "F": 0.3224090337753296, + "E": 0.0014666618080809712, + "T": 0.04095662012696266, + "P": 0.00016711821081116796, + "-": 0.06160594895482063 + }, + "id": "tp_20241" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2530130, + "label": "Y", + "classification": { + "B": 7.085008491003464e-08, + "S": 0.00012977929145563394, + "I": 4.3518110032891855e-05, + "C": 0.0017877427162602544, + "R": 0.0002734845911618322, + "M": 0.002225481206551194, + "O": 0.00107495894189924, + "W": 3.994032886112109e-05, + "N": 9.37715685722651e-06, + "Y": 0.28751981258392334, + "U": 1.2355655165663393e-08, + "K": 0.006138283293694258, + "L": 4.639358303393237e-05, + "G": 0.2601051926612854, + "F": 0.28023242950439453, + "E": 0.0002159897267119959, + "T": 0.04877176880836487, + "P": 6.235078762983903e-05, + "-": 0.11132342368364334 + }, + "id": "tp_20242" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2530264, + "label": "-", + "classification": { + "B": 1.8151251424569637e-05, + "S": 0.00015383677964564413, + "I": 4.566271309158765e-05, + "C": 0.001041622250340879, + "R": 0.00023641072039026767, + "M": 0.02144300378859043, + "O": 0.0021097769495099783, + "W": 2.6538271413301118e-05, + "N": 5.153861820872407e-06, + "Y": 0.16777737438678741, + "U": 2.4788695895949786e-07, + "K": 3.492661198833957e-05, + "L": 0.0014814995229244232, + "G": 0.1063847541809082, + "F": 0.08635995537042618, + "E": 0.0004246399039402604, + "T": 0.03594207763671875, + "P": 0.0007273328374139965, + "-": 0.5757870674133301 + }, + "id": "tp_20243" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2530397, + "label": "-", + "classification": { + "B": 4.727391456071928e-08, + "S": 4.188312686892459e-06, + "I": 4.227950739732478e-06, + "C": 0.00011559831909835339, + "R": 2.3759293981129304e-05, + "M": 0.0007092484156601131, + "O": 0.0001208523171953857, + "W": 1.503846192463243e-06, + "N": 3.167910165302601e-07, + "Y": 0.017338106408715248, + "U": 1.6079168219107487e-08, + "K": 1.95381016965257e-05, + "L": 1.595631692907773e-05, + "G": 0.00424420740455389, + "F": 0.04515969008207321, + "E": 2.4476794351357967e-05, + "T": 0.003093097824603319, + "P": 0.0006295934435911477, + "-": 0.9284955263137817 + }, + "id": "tp_20244" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2530531, + "label": "Y", + "classification": { + "B": 1.6397029867221136e-06, + "S": 1.9133933164994232e-05, + "I": 0.00032810374977998435, + "C": 0.008455026894807816, + "R": 0.0010512369917705655, + "M": 0.001662475406192243, + "O": 0.0005985057214275002, + "W": 3.1367635529022664e-05, + "N": 3.786965680774301e-05, + "Y": 0.7123969197273254, + "U": 5.747336331296538e-07, + "K": 0.0008241081377491355, + "L": 9.337633673567325e-05, + "G": 0.08784563839435577, + "F": 0.042289022356271744, + "E": 0.000750138598959893, + "T": 0.019109902903437614, + "P": 0.0004771609965246171, + "-": 0.12402775883674622 + }, + "id": "tp_20245" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2530631, + "label": "-", + "classification": { + "B": 1.602552673896085e-10, + "S": 9.078898699499405e-08, + "I": 1.0997458588235531e-07, + "C": 5.994957064103801e-06, + "R": 7.955471232889977e-07, + "M": 3.8412483263527974e-05, + "O": 4.4858466026198585e-06, + "W": 2.7595755014431234e-08, + "N": 3.175838259039665e-09, + "Y": 0.12061260640621185, + "U": 3.302421530682054e-11, + "K": 3.425687100389041e-05, + "L": 3.275341384778585e-07, + "G": 0.0082602733746171, + "F": 0.038177307695150375, + "E": 4.808720404980704e-06, + "T": 0.0024713061284273863, + "P": 1.3758183740719687e-05, + "-": 0.8303754329681396 + }, + "id": "tp_20246" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2530764, + "label": "-", + "classification": { + "B": 1.308693754253909e-05, + "S": 6.633165321545675e-05, + "I": 1.1282656487310305e-05, + "C": 0.0015101240715011954, + "R": 0.00017206845222972333, + "M": 0.0016411732649430633, + "O": 0.000634926778730005, + "W": 1.6051832062657923e-05, + "N": 1.8814472468875465e-06, + "Y": 0.011717488057911396, + "U": 6.395907803380396e-07, + "K": 5.8221135986968875e-05, + "L": 0.0008024209528230131, + "G": 0.032730236649513245, + "F": 0.3358067572116852, + "E": 0.00013996352208778262, + "T": 0.0033846504520624876, + "P": 0.0015545259229838848, + "-": 0.6097381711006165 + }, + "id": "tp_20247" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2530898, + "label": "-", + "classification": { + "B": 0.0017834481550380588, + "S": 0.00211356021463871, + "I": 0.0011563993757590652, + "C": 0.002243911614641547, + "R": 0.0016604417469352484, + "M": 0.014659036882221699, + "O": 0.013344422914087772, + "W": 0.0008203736506402493, + "N": 7.87492172094062e-05, + "Y": 0.05357472598552704, + "U": 1.0761355042632204e-05, + "K": 9.927344763127621e-06, + "L": 0.007537083234637976, + "G": 0.03210709989070892, + "F": 0.041961781680583954, + "E": 0.0009042645688168705, + "T": 0.018514083698391914, + "P": 0.010325420647859573, + "-": 0.7971945405006409 + }, + "id": "tp_20248" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2531031, + "label": "-", + "classification": { + "B": 1.3477410298889936e-08, + "S": 1.6806799862933985e-07, + "I": 1.7171240642710472e-06, + "C": 2.0586172468028963e-05, + "R": 1.7771377542885602e-06, + "M": 5.562100341194309e-05, + "O": 1.056444216374075e-05, + "W": 1.810883389907758e-07, + "N": 1.4878031606713193e-07, + "Y": 0.0021553023252636194, + "U": 2.678923216592466e-08, + "K": 1.8275091861141846e-05, + "L": 1.3333295783013455e-06, + "G": 0.0009099822491407394, + "F": 0.01634030044078827, + "E": 4.709696804638952e-05, + "T": 0.0003814281662926078, + "P": 0.003612782806158066, + "-": 0.9764426350593567 + }, + "id": "tp_20249" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2531131, + "label": "-", + "classification": { + "B": 1.5367601235993789e-06, + "S": 0.0001606605073902756, + "I": 4.2747019506350625e-06, + "C": 0.00012716373021248728, + "R": 1.8801854821504094e-05, + "M": 0.002792392624542117, + "O": 0.00047386044752784073, + "W": 1.403842634317698e-05, + "N": 1.0926701179414522e-06, + "Y": 0.00619985768571496, + "U": 3.939944193120937e-08, + "K": 4.3004478357033804e-05, + "L": 0.000165452147484757, + "G": 0.007246207445859909, + "F": 0.37351343035697937, + "E": 0.00016036447777878493, + "T": 0.004324269946664572, + "P": 0.0008787260740064085, + "-": 0.6038748621940613 + }, + "id": "tp_20250" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2531265, + "label": "-", + "classification": { + "B": 6.696686227769533e-07, + "S": 2.165849036828149e-05, + "I": 7.737732516943652e-07, + "C": 5.355297616915777e-06, + "R": 6.292424359344295e-07, + "M": 0.0004370479437056929, + "O": 6.0500387917272747e-05, + "W": 8.928628858484444e-07, + "N": 1.0648097514831534e-07, + "Y": 0.004981032572686672, + "U": 2.867606374579168e-09, + "K": 3.2364412618335336e-05, + "L": 1.194144078908721e-05, + "G": 0.012003224343061447, + "F": 0.11752457916736603, + "E": 0.00022901431657373905, + "T": 0.0010883455397561193, + "P": 0.0006658702623099089, + "-": 0.8629358410835266 + }, + "id": "tp_20251" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2531398, + "label": "-", + "classification": { + "B": 7.2036714300338645e-06, + "S": 4.353141412138939e-05, + "I": 0.00012491020606830716, + "C": 7.318393181776628e-05, + "R": 2.1370842659962364e-05, + "M": 0.006257169414311647, + "O": 0.000526330666616559, + "W": 1.2788171261490788e-05, + "N": 1.2181511920061894e-05, + "Y": 0.10514288395643234, + "U": 2.797567901779985e-07, + "K": 0.00038431817665696144, + "L": 0.0001292282686335966, + "G": 0.08402124792337418, + "F": 0.07231694459915161, + "E": 0.00434273574501276, + "T": 0.018264291808009148, + "P": 0.003715858794748783, + "-": 0.7046036124229431 + }, + "id": "tp_20252" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2531532, + "label": "-", + "classification": { + "B": 3.6927718660706432e-09, + "S": 4.825581001455248e-08, + "I": 8.902657278042625e-09, + "C": 2.4432662115714265e-08, + "R": 3.193262321232737e-09, + "M": 4.211962277622661e-06, + "O": 3.4816093830158934e-07, + "W": 2.6337596548131614e-09, + "N": 4.490833815928852e-10, + "Y": 0.00025288303731940687, + "U": 2.321686072559448e-11, + "K": 8.279616992012961e-08, + "L": 2.295910483951502e-08, + "G": 4.565034032566473e-05, + "F": 0.007445920258760452, + "E": 8.953062433647574e-07, + "T": 5.783691449323669e-05, + "P": 0.00027054271777160466, + "-": 0.9919215440750122 + }, + "id": "tp_20253" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2531632, + "label": "-", + "classification": { + "B": 1.104322536193969e-10, + "S": 6.773998029174777e-11, + "I": 1.2867976906250078e-08, + "C": 2.796668923110701e-07, + "R": 7.987500438844108e-09, + "M": 2.610973069749889e-06, + "O": 1.1206776662220364e-07, + "W": 1.2660879289416727e-10, + "N": 5.937408203982031e-11, + "Y": 1.2305407835810911e-05, + "U": 3.7776039241155246e-11, + "K": 2.706222572423922e-11, + "L": 1.883087996645827e-08, + "G": 2.5940760224330006e-06, + "F": 0.00013426775694824755, + "E": 5.9643827654554116e-09, + "T": 1.1271033145021647e-05, + "P": 0.00029248290229588747, + "-": 0.9995439648628235 + }, + "id": "tp_20254" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2531765, + "label": "-", + "classification": { + "B": 9.451635030188754e-09, + "S": 4.363112182659279e-08, + "I": 8.213967106485143e-08, + "C": 3.5253387977718376e-06, + "R": 2.0108249998429528e-07, + "M": 1.7620299104237347e-06, + "O": 1.3233581057647825e-06, + "W": 2.773627549856883e-08, + "N": 1.3311665547632856e-08, + "Y": 0.00010216166992904618, + "U": 2.7577691241731372e-09, + "K": 6.695122465316672e-07, + "L": 8.171198828677007e-08, + "G": 1.9616592908278108e-05, + "F": 0.014863905496895313, + "E": 9.546455430609058e-07, + "T": 2.316159225301817e-05, + "P": 0.00517364451661706, + "-": 0.9798088669776917 + }, + "id": "tp_20255" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2531899, + "label": "-", + "classification": { + "B": 3.790111804846674e-06, + "S": 3.804585139732808e-05, + "I": 0.0007353734690696001, + "C": 0.0004379361926112324, + "R": 0.00010961505904560909, + "M": 0.00109550217166543, + "O": 0.0003620517090894282, + "W": 3.949033634853549e-05, + "N": 0.00010376334830652922, + "Y": 0.005730345845222473, + "U": 2.384804975008592e-05, + "K": 0.00044185068691149354, + "L": 5.8473629906075075e-05, + "G": 0.0010571074672043324, + "F": 0.028836289420723915, + "E": 0.0006419610581360757, + "T": 0.004411445930600166, + "P": 0.041830193251371384, + "-": 0.9140428304672241 + }, + "id": "tp_20256" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2532032, + "label": "-", + "classification": { + "B": 6.410510650312062e-06, + "S": 5.932421481702477e-05, + "I": 0.00033485033782199025, + "C": 0.0001269263739231974, + "R": 3.5974200727650896e-05, + "M": 0.0003493660769890994, + "O": 0.00022249497123993933, + "W": 4.395050200400874e-05, + "N": 0.00010383096378063783, + "Y": 0.007742934860289097, + "U": 5.272629550745478e-06, + "K": 0.0011093728244304657, + "L": 1.4207616914063692e-05, + "G": 0.002018570201471448, + "F": 0.07916340231895447, + "E": 0.00213932478800416, + "T": 0.0018090578960254788, + "P": 0.11481700092554092, + "-": 0.7898976802825928 + }, + "id": "tp_20257" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2532132, + "label": "-", + "classification": { + "B": 0.00013747127377428114, + "S": 0.0005681623006239533, + "I": 0.004446627572178841, + "C": 0.0005154511891305447, + "R": 0.0005777240730822086, + "M": 0.009228017181158066, + "O": 0.0035170267801731825, + "W": 0.0002281825727550313, + "N": 0.00028277331148274243, + "Y": 0.16451872885227203, + "U": 1.0482102879905142e-05, + "K": 0.0003395829116925597, + "L": 0.00028258987003937364, + "G": 0.011608884669840336, + "F": 0.01671578176319599, + "E": 0.0004321905435062945, + "T": 0.05999577045440674, + "P": 0.010111520066857338, + "-": 0.7164830565452576 + }, + "id": "tp_20258" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2532266, + "label": "-", + "classification": { + "B": 9.923385135834906e-08, + "S": 6.677286137346528e-07, + "I": 0.00011356767936376855, + "C": 4.0281040128320456e-05, + "R": 5.699793291569222e-06, + "M": 4.7275327233364806e-05, + "O": 1.3307875633472577e-05, + "W": 5.933681563874416e-07, + "N": 5.3915327953291126e-06, + "Y": 0.0016919414047151804, + "U": 7.413643743348075e-07, + "K": 6.843894880148582e-06, + "L": 1.2329971923463745e-06, + "G": 0.00012680317740887403, + "F": 0.0017997538670897484, + "E": 4.040007115690969e-05, + "T": 0.0006895961123518646, + "P": 0.03883005678653717, + "-": 0.9565858244895935 + }, + "id": "tp_20259" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2532399, + "label": "Y", + "classification": { + "B": 1.5551788123957522e-07, + "S": 0.00021987693617120385, + "I": 5.1104860176565126e-05, + "C": 0.00020398818014655262, + "R": 7.18975716154091e-05, + "M": 0.0046636974439024925, + "O": 0.0016936432803049684, + "W": 3.00568099191878e-05, + "N": 4.52378299087286e-06, + "Y": 0.4942796528339386, + "U": 8.985259647431576e-09, + "K": 9.040131408255547e-05, + "L": 7.855813601054251e-05, + "G": 0.03748753294348717, + "F": 0.11345954239368439, + "E": 4.017180981463753e-05, + "T": 0.068780817091465, + "P": 0.0001227422762895003, + "-": 0.27872148156166077 + }, + "id": "tp_20260" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2532533, + "label": "-", + "classification": { + "B": 1.0048714464694353e-11, + "S": 8.001733303730774e-11, + "I": 3.82005227450577e-09, + "C": 8.456453315375256e-10, + "R": 6.095646903903074e-11, + "M": 5.183628104532545e-08, + "O": 2.08102353127515e-08, + "W": 8.442363474969738e-11, + "N": 6.100136368258902e-11, + "Y": 2.8539459435705794e-06, + "U": 1.9640524016178995e-12, + "K": 2.567606682823964e-10, + "L": 1.9095397485457966e-10, + "G": 1.6376105804738472e-07, + "F": 0.0006007915362715721, + "E": 1.5566893551977046e-08, + "T": 7.622743396495935e-07, + "P": 0.00314811198040843, + "-": 0.9962472319602966 + }, + "id": "tp_20261" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2532633, + "label": "-", + "classification": { + "B": 2.599175275008747e-08, + "S": 1.2358881029683744e-08, + "I": 3.1386549380840734e-05, + "C": 1.1948758356084e-06, + "R": 1.625639214353214e-07, + "M": 1.6281442185572814e-06, + "O": 1.1034744602511637e-06, + "W": 3.6183909202236464e-08, + "N": 1.2706680081464583e-06, + "Y": 8.768666884861887e-05, + "U": 4.816602938717551e-08, + "K": 1.93756886801566e-06, + "L": 3.170993423395885e-08, + "G": 2.70111358986469e-05, + "F": 0.0008618154097348452, + "E": 6.938161823200062e-05, + "T": 3.556019510142505e-05, + "P": 0.16415920853614807, + "-": 0.8347204923629761 + }, + "id": "tp_20262" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2532766, + "label": "-", + "classification": { + "B": 6.345289875753224e-05, + "S": 4.788554633705644e-06, + "I": 6.354267043207074e-06, + "C": 2.0094528281333623e-06, + "R": 2.3202956072054803e-06, + "M": 0.0002932088100351393, + "O": 0.0005125939496792853, + "W": 4.835597792407498e-06, + "N": 1.1640266706081093e-07, + "Y": 0.00010259395639877766, + "U": 1.2298506213426208e-08, + "K": 9.323497529578617e-10, + "L": 4.6246201236499473e-05, + "G": 7.309662032639608e-05, + "F": 0.00014976713282521814, + "E": 1.195787717733765e-06, + "T": 0.0003360288683325052, + "P": 0.00170032714959234, + "-": 0.9967009425163269 + }, + "id": "tp_20263" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2532900, + "label": "-", + "classification": { + "B": 2.202401976070245e-11, + "S": 2.1168702207807755e-11, + "I": 2.7069322339201562e-09, + "C": 1.288584100533896e-10, + "R": 9.874637565965294e-12, + "M": 1.7623636949792854e-07, + "O": 1.7788898132309328e-09, + "W": 1.8596550081101393e-12, + "N": 3.6150229944936774e-12, + "Y": 1.4716144505655393e-05, + "U": 2.2754459313946082e-14, + "K": 1.41367273789883e-11, + "L": 1.2582755670731416e-10, + "G": 4.312495548219886e-06, + "F": 0.0003211444418411702, + "E": 1.540658303156306e-07, + "T": 1.466648313908081e-06, + "P": 0.00038117391522973776, + "-": 0.9992769360542297 + }, + "id": "tp_20264" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2533033, + "label": "-", + "classification": { + "B": 4.279565501974503e-08, + "S": 1.7991295564456777e-08, + "I": 5.353315373213263e-06, + "C": 5.290500553201127e-07, + "R": 1.2968664009349595e-07, + "M": 3.099123205174692e-05, + "O": 1.342658833891619e-06, + "W": 3.5416167776247676e-08, + "N": 7.529776269166177e-08, + "Y": 0.0004975764313712716, + "U": 1.287490380974532e-08, + "K": 9.917504257828114e-07, + "L": 2.518276289720234e-07, + "G": 9.594909352017567e-05, + "F": 0.0014168292982503772, + "E": 4.155909482506104e-05, + "T": 0.00015060832083690912, + "P": 0.010246396996080875, + "-": 0.987511157989502 + }, + "id": "tp_20265" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2533133, + "label": "-", + "classification": { + "B": 1.3176975244277855e-06, + "S": 1.4985628695285413e-05, + "I": 0.00015284174878615886, + "C": 0.0001232695358339697, + "R": 2.2809508664067835e-05, + "M": 0.0002009145391639322, + "O": 0.0001092017992050387, + "W": 1.0390313946118113e-05, + "N": 3.713951809913851e-05, + "Y": 0.003596358932554722, + "U": 2.33156060858164e-06, + "K": 0.0003447596973273903, + "L": 7.658553840883542e-06, + "G": 0.0007355381385423243, + "F": 0.07285600155591965, + "E": 0.0004949319991283119, + "T": 0.0013055574381724, + "P": 0.05658360570669174, + "-": 0.8634003400802612 + }, + "id": "tp_20266" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2533267, + "label": "-", + "classification": { + "B": 3.488492836822843e-07, + "S": 2.819271685439162e-06, + "I": 0.0003717381041496992, + "C": 0.00012634899758268148, + "R": 2.8477274099714123e-05, + "M": 0.0002995520189870149, + "O": 5.856032294104807e-05, + "W": 5.6469680203008465e-06, + "N": 2.1246514734230004e-05, + "Y": 0.019826024770736694, + "U": 2.1233945517451502e-06, + "K": 0.0002246043732156977, + "L": 4.476518370211124e-06, + "G": 0.0007304121390916407, + "F": 0.009301531128585339, + "E": 0.000223512266529724, + "T": 0.0050547169521451, + "P": 0.013786104507744312, + "-": 0.9499317407608032 + }, + "id": "tp_20267" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2533400, + "label": "-", + "classification": { + "B": 4.533105766313383e-06, + "S": 1.3611110034617013e-06, + "I": 7.359131996054202e-05, + "C": 0.00026719216839410365, + "R": 5.899805546505377e-05, + "M": 0.0016561048105359077, + "O": 0.0001651984639465809, + "W": 1.4726357449035277e-06, + "N": 7.485457445000065e-07, + "Y": 0.003353455802425742, + "U": 3.598298405904643e-07, + "K": 2.0341605733165125e-08, + "L": 0.0001658260589465499, + "G": 0.0015975679270923138, + "F": 0.0012659956701099873, + "E": 2.4824461434036493e-05, + "T": 0.0025478301104158163, + "P": 0.004744166508316994, + "-": 0.9840707778930664 + }, + "id": "tp_20268" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2533500, + "label": "-", + "classification": { + "B": 3.509008861257712e-09, + "S": 3.3526287523955034e-08, + "I": 2.9954239266771765e-07, + "C": 3.0622558711002057e-07, + "R": 4.571692002741656e-08, + "M": 1.2133389191149035e-06, + "O": 8.563961273466703e-07, + "W": 3.296461059676403e-08, + "N": 5.4642573132923644e-08, + "Y": 0.0002127868210664019, + "U": 3.5111580309887813e-09, + "K": 2.289906842634082e-05, + "L": 1.49735921439742e-08, + "G": 2.2124504539533518e-05, + "F": 0.005490482784807682, + "E": 1.0295269021298736e-05, + "T": 5.7636039855424315e-05, + "P": 0.004324259702116251, + "-": 0.9898566007614136 + }, + "id": "tp_20269" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2533634, + "label": "-", + "classification": { + "B": 2.326201276048323e-08, + "S": 1.9132503439323045e-05, + "I": 6.880518554908122e-08, + "C": 2.537058389862068e-05, + "R": 4.889284355158452e-06, + "M": 0.0010859690373763442, + "O": 0.00015379198885057122, + "W": 6.949190378691128e-07, + "N": 7.027149084848361e-09, + "Y": 0.0018108937656506896, + "U": 1.1601521826554162e-10, + "K": 1.7267065288706362e-07, + "L": 4.717751653515734e-05, + "G": 0.00400371290743351, + "F": 0.2863071858882904, + "E": 3.950878181058215e-06, + "T": 0.0013000372564420104, + "P": 5.3815863793715835e-05, + "-": 0.7051829695701599 + }, + "id": "tp_20270" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2533767, + "label": "-", + "classification": { + "B": 9.333595007987583e-11, + "S": 6.780422001639863e-09, + "I": 8.340419412888878e-07, + "C": 8.974743082035275e-08, + "R": 5.039437667164748e-08, + "M": 2.3655099994357442e-06, + "O": 5.895896038055071e-07, + "W": 1.535626026338832e-08, + "N": 4.275740650427906e-08, + "Y": 0.002571990480646491, + "U": 9.155061708732148e-10, + "K": 3.907391510438174e-05, + "L": 3.117333058355598e-09, + "G": 2.03589879674837e-05, + "F": 0.001872507156804204, + "E": 2.8656540962401778e-06, + "T": 0.00026719193556346, + "P": 0.001331216306425631, + "-": 0.9938908815383911 + }, + "id": "tp_20271" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2533901, + "label": "-", + "classification": { + "B": 2.1799894511786988e-07, + "S": 7.343844004026323e-07, + "I": 1.1048419764847495e-05, + "C": 1.2418897313182242e-05, + "R": 3.817721790255746e-06, + "M": 0.0012415304081514478, + "O": 4.959232683177106e-05, + "W": 2.3680675553805486e-07, + "N": 1.6038465844303573e-07, + "Y": 0.06595605611801147, + "U": 1.0256743898651166e-08, + "K": 1.1320995554342517e-06, + "L": 7.413965249725152e-06, + "G": 0.004688128363341093, + "F": 0.0031686436850577593, + "E": 2.1707412088289857e-05, + "T": 0.010579303838312626, + "P": 0.000290046154987067, + "-": 0.9139677286148071 + }, + "id": "tp_20272" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2534001, + "label": "-", + "classification": { + "B": 4.00026749503013e-08, + "S": 1.9892214098149452e-08, + "I": 2.9379391364159346e-08, + "C": 1.8603833495944855e-07, + "R": 3.355859234943637e-08, + "M": 1.6968459021882154e-05, + "O": 2.5126294076471822e-06, + "W": 2.63069876993427e-09, + "N": 3.048828967067152e-10, + "Y": 0.00021100668527651578, + "U": 6.835712551556128e-11, + "K": 4.303271072814141e-10, + "L": 1.0626932862578542e-06, + "G": 8.027070725802332e-05, + "F": 0.0013589909067377448, + "E": 1.1194212135023918e-07, + "T": 5.412571408669464e-05, + "P": 0.00013897736789658666, + "-": 0.9981358051300049 + }, + "id": "tp_20273" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2534134, + "label": "-", + "classification": { + "B": 1.3554416920455448e-12, + "S": 1.2766719625911804e-10, + "I": 3.875874447778482e-12, + "C": 1.6498501176354097e-10, + "R": 2.71718064714932e-11, + "M": 3.775235768443963e-07, + "O": 2.2773837926592932e-08, + "W": 8.007206876714523e-12, + "N": 4.054276107000841e-14, + "Y": 2.7738477001548745e-05, + "U": 1.0197728231108429e-15, + "K": 1.7916281522603605e-12, + "L": 1.1691677626046726e-09, + "G": 1.3074076150587643e-06, + "F": 0.0014485608553513885, + "E": 2.921712594083914e-10, + "T": 7.286141681106528e-06, + "P": 2.246759777335683e-06, + "-": 0.9985124468803406 + }, + "id": "tp_20274" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2534268, + "label": "Y", + "classification": { + "B": 5.450626758829458e-06, + "S": 0.0001799361634766683, + "I": 0.0002474969660397619, + "C": 0.0025807770434767008, + "R": 0.0006334100035019219, + "M": 0.010541124269366264, + "O": 0.0015855174278840423, + "W": 6.740688695572317e-05, + "N": 3.067298166570254e-05, + "Y": 0.4014737010002136, + "U": 8.470285024486657e-07, + "K": 0.0006693423492833972, + "L": 0.000543871836271137, + "G": 0.0912150889635086, + "F": 0.09661039710044861, + "E": 0.0015486073680222034, + "T": 0.06301447749137878, + "P": 0.0008217119611799717, + "-": 0.3282301723957062 + }, + "id": "tp_20275" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2534401, + "label": "-", + "classification": { + "B": 7.630778675604688e-09, + "S": 4.603046122042542e-08, + "I": 1.865517879195977e-05, + "C": 4.0439917938783765e-06, + "R": 6.77812693083979e-07, + "M": 3.033582515854505e-06, + "O": 2.3875666101957904e-06, + "W": 2.1679404937913205e-07, + "N": 1.975130999198882e-06, + "Y": 0.0008946220041252673, + "U": 7.860316486585361e-08, + "K": 0.0012797134695574641, + "L": 1.5072632919554962e-08, + "G": 9.587431122781709e-05, + "F": 0.004128980450332165, + "E": 0.00012860172137152404, + "T": 8.966953464550897e-05, + "P": 0.021481547504663467, + "-": 0.971869707107544 + }, + "id": "tp_20276" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2534501, + "label": "-", + "classification": { + "B": 7.956916670082137e-05, + "S": 0.0002671298279892653, + "I": 7.4501463132037316e-06, + "C": 4.515901309787296e-05, + "R": 3.076219218201004e-05, + "M": 0.013786480762064457, + "O": 0.0047135730274021626, + "W": 3.6733072192873806e-05, + "N": 6.274828479035932e-07, + "Y": 0.00962092261761427, + "U": 9.804105616240122e-08, + "K": 1.060469344338344e-06, + "L": 0.002935531083494425, + "G": 0.037442177534103394, + "F": 0.044185854494571686, + "E": 8.614348189439625e-05, + "T": 0.006940510123968124, + "P": 0.0009055983391590416, + "-": 0.8789145946502686 + }, + "id": "tp_20277" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2534635, + "label": "-", + "classification": { + "B": 2.3550657715531997e-05, + "S": 0.0005381416995078325, + "I": 0.00017893659241963178, + "C": 0.0008256469154730439, + "R": 0.0003854234819300473, + "M": 0.01101695466786623, + "O": 0.005463923793286085, + "W": 0.0001444767403881997, + "N": 2.5458139134570956e-05, + "Y": 0.14124023914337158, + "U": 1.3800233773508808e-06, + "K": 0.00012827743194065988, + "L": 0.0014799159253016114, + "G": 0.06470499187707901, + "F": 0.08460383117198944, + "E": 0.000532583799213171, + "T": 0.029729172587394714, + "P": 0.0024463962763547897, + "-": 0.6565306186676025 + }, + "id": "tp_20278" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2534768, + "label": "-", + "classification": { + "B": 0.0003288918233010918, + "S": 0.00020115253573749214, + "I": 0.0001397537562297657, + "C": 0.0022708289325237274, + "R": 0.0010900176130235195, + "M": 0.005785745102912188, + "O": 0.003060566959902644, + "W": 0.00012648091069422662, + "N": 2.3138729375205003e-05, + "Y": 0.02972484938800335, + "U": 8.062400411290582e-06, + "K": 3.704469418153167e-05, + "L": 0.0015093982219696045, + "G": 0.015300871804356575, + "F": 0.04559274762868881, + "E": 0.0003415444225538522, + "T": 0.011793568730354309, + "P": 0.009574425406754017, + "-": 0.873090922832489 + }, + "id": "tp_20279" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2534902, + "label": "-", + "classification": { + "B": 4.734691371605093e-13, + "S": 1.1309371494849785e-10, + "I": 1.1639422065057303e-11, + "C": 2.1363855129408194e-09, + "R": 3.311037277686779e-10, + "M": 4.349082246335456e-06, + "O": 1.079198810316484e-07, + "W": 8.551570909731687e-12, + "N": 4.5790326689892566e-14, + "Y": 9.53550697886385e-05, + "U": 9.830244045733335e-16, + "K": 1.4592195724319468e-12, + "L": 1.6850899342557568e-08, + "G": 2.4572937036282383e-05, + "F": 0.0014348517870530486, + "E": 3.297216943920489e-10, + "T": 1.9118360796710476e-05, + "P": 6.132554517535027e-07, + "-": 0.9984210729598999 + }, + "id": "tp_20280" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2535002, + "label": "-", + "classification": { + "B": 3.873115161923124e-08, + "S": 2.1985233900068124e-07, + "I": 5.754141696456827e-08, + "C": 3.287051342226732e-08, + "R": 1.5655997387398202e-08, + "M": 1.2282212082936894e-05, + "O": 5.985695224808296e-06, + "W": 4.161075750630516e-08, + "N": 1.2346742517266307e-09, + "Y": 3.379298505024053e-05, + "U": 4.574121983957902e-11, + "K": 1.0014404860925197e-09, + "L": 3.453209558301751e-07, + "G": 1.1380842806829605e-05, + "F": 0.004316315054893494, + "E": 3.1867415373199037e-07, + "T": 3.101633410551585e-05, + "P": 0.001305028679780662, + "-": 0.994283139705658 + }, + "id": "tp_20281" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2535135, + "label": "-", + "classification": { + "B": 4.944967599840311e-07, + "S": 1.0756975825643167e-05, + "I": 1.2608578799699899e-05, + "C": 0.0006460075965151191, + "R": 0.00015833391807973385, + "M": 0.0034311723429709673, + "O": 0.0003266213461756706, + "W": 4.376573997433297e-06, + "N": 6.974313464525039e-07, + "Y": 0.08545839786529541, + "U": 1.0246576920280859e-07, + "K": 3.118996028206311e-05, + "L": 0.00016574873006902635, + "G": 0.02443677745759487, + "F": 0.04496770724654198, + "E": 8.529084880137816e-05, + "T": 0.01162564754486084, + "P": 0.0003671500599011779, + "-": 0.8282709121704102 + }, + "id": "tp_20282" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2535269, + "label": "-", + "classification": { + "B": 6.31388274996425e-09, + "S": 2.0031799863318156e-07, + "I": 2.9794014153594617e-06, + "C": 2.1097611124787363e-07, + "R": 2.8201437629604698e-08, + "M": 8.10842466307804e-05, + "O": 3.919689788745018e-06, + "W": 3.587095065427093e-08, + "N": 1.5411794151987124e-07, + "Y": 0.021978648379445076, + "U": 2.8189578449300257e-10, + "K": 2.2809717847849242e-05, + "L": 5.962517235502673e-08, + "G": 0.0008995512034744024, + "F": 0.013121543452143669, + "E": 0.0001652128848945722, + "T": 0.0015519323060289025, + "P": 0.0026018607895821333, + "-": 0.9595698714256287 + }, + "id": "tp_20283" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2535402, + "label": "-", + "classification": { + "B": 3.210581553503289e-06, + "S": 3.1384468002215726e-06, + "I": 0.00010668367758626118, + "C": 4.506978439167142e-05, + "R": 1.9029916074941866e-05, + "M": 0.0010176047217100859, + "O": 0.00014191177615430206, + "W": 2.477152975188801e-06, + "N": 3.2067016491055256e-06, + "Y": 0.040887948125600815, + "U": 1.065202468453208e-07, + "K": 2.2108080884208903e-05, + "L": 9.05349133972777e-06, + "G": 0.003778032958507538, + "F": 0.0062195295467972755, + "E": 0.0001708840427454561, + "T": 0.00582642899826169, + "P": 0.0026396559551358223, + "-": 0.9391039609909058 + }, + "id": "tp_20284" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2535502, + "label": "-", + "classification": { + "B": 1.3881548511562869e-05, + "S": 0.00021199499315116554, + "I": 0.0002464349090587348, + "C": 0.0006932049291208386, + "R": 0.00016279019473586231, + "M": 0.001399318571202457, + "O": 0.0011066216975450516, + "W": 0.00020174134988337755, + "N": 0.00016953681188169867, + "Y": 0.08085469901561737, + "U": 5.8580521908879746e-06, + "K": 0.10818329453468323, + "L": 9.17766010388732e-05, + "G": 0.06564243882894516, + "F": 0.303485244512558, + "E": 0.010411164723336697, + "T": 0.011129948310554028, + "P": 0.008854953572154045, + "-": 0.4071350693702698 + }, + "id": "tp_20285" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2535636, + "label": "-", + "classification": { + "B": 5.627245627692901e-06, + "S": 7.601709512528032e-05, + "I": 1.0564799595158547e-05, + "C": 7.236673991428688e-05, + "R": 1.200553379021585e-05, + "M": 0.0028767019975930452, + "O": 0.001852913643233478, + "W": 1.4347984688356519e-05, + "N": 1.4725832215845003e-06, + "Y": 0.08739326894283295, + "U": 1.3445872859563224e-08, + "K": 4.724386235466227e-05, + "L": 0.00013197935186326504, + "G": 0.059096015989780426, + "F": 0.047619640827178955, + "E": 0.0002630265662446618, + "T": 0.008329051546752453, + "P": 0.0005937202950008214, + "-": 0.7916040420532227 + }, + "id": "tp_20286" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2535769, + "label": "-", + "classification": { + "B": 1.1457790966007408e-10, + "S": 1.3860550041044917e-07, + "I": 1.007572905109555e-07, + "C": 8.559882247460848e-10, + "R": 4.695637767504479e-10, + "M": 2.4476099497405812e-05, + "O": 6.924732929292077e-07, + "W": 4.7992072538249886e-09, + "N": 2.9882962770955146e-09, + "Y": 0.001107337186113, + "U": 1.4306674334801928e-12, + "K": 1.3916989871631813e-07, + "L": 3.3844529401250156e-09, + "G": 1.4705945432069711e-05, + "F": 0.00674697570502758, + "E": 7.998492037586402e-07, + "T": 0.0005926225567236543, + "P": 0.0002582486777100712, + "-": 0.9912537932395935 + }, + "id": "tp_20287" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2535903, + "label": "-", + "classification": { + "B": 2.2940362214285415e-06, + "S": 6.898181891301647e-05, + "I": 8.288435492431745e-05, + "C": 7.35790963517502e-05, + "R": 1.8762284526019357e-05, + "M": 0.001304309582337737, + "O": 0.0003722122637555003, + "W": 2.0469995433813892e-05, + "N": 1.120941396948183e-05, + "Y": 0.024718234315514565, + "U": 1.301273613307785e-07, + "K": 0.00015424643061123788, + "L": 2.302488974237349e-05, + "G": 0.002751085441559553, + "F": 0.08143715560436249, + "E": 0.0009737677173689008, + "T": 0.007904378697276115, + "P": 0.007473986595869064, + "-": 0.8726093173027039 + }, + "id": "tp_20288" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2536003, + "label": "-", + "classification": { + "B": 3.957954049838008e-06, + "S": 2.2732139768777415e-05, + "I": 3.1336385291069746e-05, + "C": 0.0003756692458409816, + "R": 9.260045771952718e-05, + "M": 0.0007335761329159141, + "O": 0.00022177392384037375, + "W": 1.0473615475348197e-05, + "N": 3.841730631393148e-06, + "Y": 0.00936002004891634, + "U": 9.189437264467415e-07, + "K": 5.1466435252223164e-05, + "L": 0.00010271758219460025, + "G": 0.004694365430623293, + "F": 0.0921466276049614, + "E": 0.00016981957014650106, + "T": 0.002542375586926937, + "P": 0.005931914318352938, + "-": 0.883503794670105 + }, + "id": "tp_20289" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2536136, + "label": "-", + "classification": { + "B": 1.083441253380002e-10, + "S": 1.3282919653079261e-08, + "I": 1.905672242230594e-08, + "C": 2.2065914890845306e-06, + "R": 1.801968068093629e-07, + "M": 1.7831109289545566e-05, + "O": 1.1907608268302283e-06, + "W": 5.680143022601669e-09, + "N": 8.889484703900052e-10, + "Y": 0.0058218976482748985, + "U": 7.531205520328044e-11, + "K": 4.330522187956376e-06, + "L": 1.4361556566200306e-07, + "G": 0.0007964666001498699, + "F": 0.02036137878894806, + "E": 1.6831571656439337e-06, + "T": 0.0005280853947624564, + "P": 5.1352541049709544e-05, + "-": 0.972413182258606 + }, + "id": "tp_20290" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2536270, + "label": "-", + "classification": { + "B": 8.428119002701351e-08, + "S": 5.106867320137098e-07, + "I": 5.964548108750023e-06, + "C": 5.822993784931896e-07, + "R": 1.9021790365059132e-07, + "M": 0.00012481120938900858, + "O": 7.713974810030777e-06, + "W": 1.5444223322447215e-07, + "N": 3.7953978448967973e-07, + "Y": 0.002567502437159419, + "U": 9.83722081571159e-09, + "K": 2.862970859496272e-06, + "L": 2.5844011020126345e-07, + "G": 9.209366544382647e-05, + "F": 0.008282333612442017, + "E": 3.1083316571312025e-05, + "T": 0.0010192955378443003, + "P": 0.009165103547275066, + "-": 0.9786992073059082 + }, + "id": "tp_20291" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2536403, + "label": "-", + "classification": { + "B": 8.110329474675382e-08, + "S": 6.121656770119444e-05, + "I": 0.0009429049678146839, + "C": 9.576036973157898e-06, + "R": 1.2032365702907555e-05, + "M": 0.001167416456155479, + "O": 0.00044908784911967814, + "W": 1.4310852748167235e-05, + "N": 6.318630039459094e-05, + "Y": 0.2409033626317978, + "U": 3.9334882018238204e-08, + "K": 0.0003897510759998113, + "L": 2.462887778165168e-06, + "G": 0.0017516977386549115, + "F": 0.0061030881479382515, + "E": 0.00022691546473652124, + "T": 0.07161025702953339, + "P": 0.0050505525432527065, + "-": 0.6712421178817749 + }, + "id": "tp_20292" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2536503, + "label": "-", + "classification": { + "B": 0.01635114848613739, + "S": 0.00026480600354261696, + "I": 0.00034853167016990483, + "C": 0.00015668988635297865, + "R": 7.178652595030144e-05, + "M": 0.01610586978495121, + "O": 0.005625593010336161, + "W": 0.0001410625409334898, + "N": 1.1348121006449219e-05, + "Y": 0.0019669695757329464, + "U": 3.3165872537210817e-06, + "K": 6.208213676472951e-08, + "L": 0.0064572738483548164, + "G": 0.00672110402956605, + "F": 0.0030484755989164114, + "E": 0.0006193536682985723, + "T": 0.00293591502122581, + "P": 0.03699338808655739, + "-": 0.9021772146224976 + }, + "id": "tp_20293" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2536637, + "label": "Y", + "classification": { + "B": 6.215640496520791e-06, + "S": 0.00160424062050879, + "I": 0.002529740799218416, + "C": 0.00021290782024152577, + "R": 0.00013949353888165206, + "M": 0.006466671358793974, + "O": 0.0041245343163609505, + "W": 0.00025159414508379996, + "N": 0.0011680825846269727, + "Y": 0.5250139832496643, + "U": 4.034606604363944e-07, + "K": 0.009713882580399513, + "L": 5.9951267758151516e-05, + "G": 0.054737456142902374, + "F": 0.12458296120166779, + "E": 0.0016965405084192753, + "T": 0.14114701747894287, + "P": 0.0034709807951003313, + "-": 0.12307334691286087 + }, + "id": "tp_20294" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2536770, + "label": "-", + "classification": { + "B": 4.166294864660358e-09, + "S": 1.401878879647711e-08, + "I": 2.32044681069965e-06, + "C": 3.8446154349003336e-07, + "R": 5.895054044913195e-08, + "M": 1.941272103067604e-06, + "O": 9.159763862953696e-07, + "W": 1.493186196910301e-08, + "N": 7.90141854167814e-08, + "Y": 0.00011277753947069868, + "U": 5.9353628678593395e-09, + "K": 2.8469847279666283e-07, + "L": 2.1374550129849013e-08, + "G": 1.142276141763432e-05, + "F": 0.0008729021647013724, + "E": 2.160024905606406e-06, + "T": 6.045666668796912e-05, + "P": 0.015072928741574287, + "-": 0.9838612675666809 + }, + "id": "tp_20295" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2536904, + "label": "-", + "classification": { + "B": 6.582299101864919e-05, + "S": 0.00011516401718836278, + "I": 0.00010178640513913706, + "C": 0.0010184879647567868, + "R": 0.0003001585719175637, + "M": 0.0024845923762768507, + "O": 0.0020867525599896908, + "W": 0.00011224912304896861, + "N": 2.1169695173739456e-05, + "Y": 0.00450277142226696, + "U": 4.9552281780052e-06, + "K": 7.778206781949848e-05, + "L": 0.00023407803382724524, + "G": 0.003722370369359851, + "F": 0.01888198032975197, + "E": 0.00010595937783364207, + "T": 0.004639143589884043, + "P": 0.006218483671545982, + "-": 0.9553062319755554 + }, + "id": "tp_20296" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2537004, + "label": "-", + "classification": { + "B": 4.0929313627202646e-07, + "S": 2.2270951376412995e-05, + "I": 0.00112357537727803, + "C": 5.54636208107695e-05, + "R": 2.8544862288981676e-05, + "M": 0.002243931172415614, + "O": 0.00025512315914966166, + "W": 8.100369996100198e-06, + "N": 2.4279204808408394e-05, + "Y": 0.3893381655216217, + "U": 2.011311295291307e-08, + "K": 0.0001099373257602565, + "L": 3.839312284981133e-06, + "G": 0.006166105158627033, + "F": 0.011189582757651806, + "E": 0.0002366475819144398, + "T": 0.052794598042964935, + "P": 0.0010290179634466767, + "-": 0.535370409488678 + }, + "id": "tp_20297" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2537137, + "label": "-", + "classification": { + "B": 5.866230026185804e-07, + "S": 6.613366849705926e-07, + "I": 0.0001155501086032018, + "C": 1.532305577711668e-05, + "R": 2.484160859239637e-06, + "M": 4.296764745959081e-05, + "O": 1.0440232472319622e-05, + "W": 6.890848567309149e-07, + "N": 4.848061507800594e-06, + "Y": 0.0011602465528994799, + "U": 3.4623170108716295e-07, + "K": 5.7094850490102544e-05, + "L": 6.762609814359166e-07, + "G": 0.00017095301882363856, + "F": 0.00747107807546854, + "E": 0.00019362095918040723, + "T": 0.0004114657349418849, + "P": 0.05730539187788963, + "-": 0.9330355525016785 + }, + "id": "tp_20298" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2537271, + "label": "-", + "classification": { + "B": 6.716023648323244e-08, + "S": 1.194323658637586e-06, + "I": 1.6216720268857898e-06, + "C": 4.3922176701016724e-05, + "R": 1.2034985957143363e-05, + "M": 0.0007275666575878859, + "O": 4.965277184965089e-05, + "W": 4.702316402926954e-07, + "N": 5.086266696707753e-08, + "Y": 0.038646213710308075, + "U": 3.052205155285037e-09, + "K": 4.039995928906137e-07, + "L": 1.0823366210388485e-05, + "G": 0.0013908748514950275, + "F": 0.01453035231679678, + "E": 5.9532067098189145e-06, + "T": 0.0038527881260961294, + "P": 0.00026469220756553113, + "-": 0.940461277961731 + }, + "id": "tp_20299" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2537404, + "label": "-", + "classification": { + "B": 1.7169429611385567e-06, + "S": 8.181633575077285e-07, + "I": 1.3893974937673192e-05, + "C": 7.9906931205187e-06, + "R": 1.0179411447097664e-06, + "M": 6.775539077352732e-05, + "O": 1.7175989341922104e-05, + "W": 5.206200057727983e-07, + "N": 3.128819798803306e-07, + "Y": 0.0006852854858152568, + "U": 4.242743756321943e-08, + "K": 3.9634340964767034e-07, + "L": 1.9502047052810667e-06, + "G": 0.00012609541590791196, + "F": 0.001495462842285633, + "E": 1.7161399227916263e-05, + "T": 0.00023717439034953713, + "P": 0.008039215579628944, + "-": 0.9892861247062683 + }, + "id": "tp_20300" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2537504, + "label": "-", + "classification": { + "B": 3.2775480462987616e-07, + "S": 7.860625572675417e-08, + "I": 2.0022949343001528e-07, + "C": 1.2457431353141146e-07, + "R": 2.4250688568372425e-08, + "M": 7.82278148108162e-05, + "O": 2.7779726679000305e-06, + "W": 1.2784456160375157e-08, + "N": 1.7741259572545687e-09, + "Y": 0.0003337626112625003, + "U": 9.710914711247298e-11, + "K": 1.0278067286151327e-08, + "L": 5.886217309125641e-07, + "G": 0.000575824873521924, + "F": 0.0017996681854128838, + "E": 3.8554571801796556e-06, + "T": 0.00011997752153547481, + "P": 0.0004911312717013061, + "-": 0.9965932965278625 + }, + "id": "tp_20301" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2537638, + "label": "-", + "classification": { + "B": 2.3147471495121863e-08, + "S": 5.981890893735908e-08, + "I": 4.46492478545224e-08, + "C": 4.5812551974222515e-08, + "R": 7.831297388349867e-09, + "M": 1.0536731679167133e-05, + "O": 1.1613058177317725e-06, + "W": 1.2767871204744097e-08, + "N": 1.4826500027709244e-09, + "Y": 0.00019784738833550364, + "U": 2.019710267087138e-11, + "K": 2.872723428026802e-07, + "L": 6.356064119472649e-08, + "G": 0.00010995882621500641, + "F": 0.009648732841014862, + "E": 1.1345410712237936e-05, + "T": 3.9403032133122906e-05, + "P": 0.0005872902693226933, + "-": 0.9893932342529297 + }, + "id": "tp_20302" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2537771, + "label": "-", + "classification": { + "B": 3.912684405804612e-06, + "S": 0.00010607867443468422, + "I": 0.000747673970181495, + "C": 0.009464089758694172, + "R": 0.0021170845720916986, + "M": 0.008739636279642582, + "O": 0.0024512081872671843, + "W": 0.0001091774320229888, + "N": 5.63662288186606e-05, + "Y": 0.034893300384283066, + "U": 8.963444997789338e-06, + "K": 0.00019832456018775702, + "L": 0.0005751537391915917, + "G": 0.009451737627387047, + "F": 0.034654077142477036, + "E": 0.0003478378348518163, + "T": 0.03128901124000549, + "P": 0.0061224596574902534, + "-": 0.8586639761924744 + }, + "id": "tp_20303" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2537905, + "label": "-", + "classification": { + "B": 6.315814005120046e-08, + "S": 5.553806747826684e-09, + "I": 5.0610182711352536e-08, + "C": 1.5206079950758067e-08, + "R": 2.0866937067154367e-09, + "M": 1.7134279914898798e-06, + "O": 2.6422165433359623e-07, + "W": 2.3825426076484746e-09, + "N": 7.946479585463351e-10, + "Y": 2.5978541088989004e-05, + "U": 3.8355249531996094e-11, + "K": 3.6910625667019303e-09, + "L": 1.742501254398121e-08, + "G": 1.4808889318373986e-05, + "F": 0.0010413742857053876, + "E": 1.9973210783064133e-06, + "T": 8.767946383159142e-06, + "P": 0.0024147408548742533, + "-": 0.9964901804924011 + }, + "id": "tp_20304" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2538005, + "label": "-", + "classification": { + "B": 2.80051200007847e-08, + "S": 8.400763107374587e-08, + "I": 7.367133889601973e-07, + "C": 7.128836045922071e-07, + "R": 4.58610536213655e-08, + "M": 0.00022596704366151243, + "O": 3.024808393092826e-06, + "W": 1.3642099006005992e-08, + "N": 2.1702598829165254e-08, + "Y": 0.0015691393055021763, + "U": 1.456317733072865e-09, + "K": 1.581167907716008e-07, + "L": 6.402374310710002e-07, + "G": 0.0003998596512246877, + "F": 0.003988791257143021, + "E": 2.475884321029298e-05, + "T": 0.0006118602468632162, + "P": 0.003547233995050192, + "-": 0.9896268844604492 + }, + "id": "tp_20305" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2538138, + "label": "-", + "classification": { + "B": 2.0974164627318714e-09, + "S": 2.5105912015987997e-08, + "I": 6.433439239117433e-07, + "C": 7.426537251831178e-08, + "R": 9.69990932020437e-09, + "M": 2.2002832338330336e-06, + "O": 6.645031476182339e-07, + "W": 2.1126101756863136e-08, + "N": 4.865585623292645e-08, + "Y": 0.0013567154528573155, + "U": 5.032724237352681e-10, + "K": 2.8512054996099323e-05, + "L": 4.362770589239062e-09, + "G": 8.28709380584769e-05, + "F": 0.002410395536571741, + "E": 2.0853540263487957e-05, + "T": 0.00019152890308760107, + "P": 0.0023242549505084753, + "-": 0.9935811758041382 + }, + "id": "tp_20306" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2538272, + "label": "-", + "classification": { + "B": 3.622656663537782e-07, + "S": 1.4105347645454458e-06, + "I": 1.1216572602279484e-05, + "C": 2.0923141619277885e-07, + "R": 5.460887564368022e-08, + "M": 0.0001581854303367436, + "O": 1.3800013221043628e-05, + "W": 1.836667991028662e-07, + "N": 2.5869894670904614e-07, + "Y": 0.0008083618013188243, + "U": 4.1512060455772826e-09, + "K": 2.636833471569844e-07, + "L": 1.021620846586302e-06, + "G": 0.00018916939734481275, + "F": 0.0022526250686496496, + "E": 5.120969581184909e-05, + "T": 0.0009160542394965887, + "P": 0.005879421252757311, + "-": 0.989716112613678 + }, + "id": "tp_20307" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2538405, + "label": "-", + "classification": { + "B": 1.0967110775084166e-08, + "S": 9.254563337890431e-08, + "I": 5.755267466156511e-06, + "C": 2.888093376895995e-06, + "R": 5.236012157183723e-07, + "M": 4.6307832235470414e-05, + "O": 8.48157924338011e-06, + "W": 7.270823942917559e-08, + "N": 1.0481995360578367e-07, + "Y": 0.00877365656197071, + "U": 2.773242524511943e-09, + "K": 4.395108419430471e-07, + "L": 3.2695425034034997e-07, + "G": 0.00027324396069161594, + "F": 0.0006071089301258326, + "E": 6.442165158659918e-06, + "T": 0.0017552232602611184, + "P": 0.0009569166577421129, + "-": 0.9875622987747192 + }, + "id": "tp_20308" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2538505, + "label": "-", + "classification": { + "B": 3.107322454898309e-10, + "S": 2.105923879724969e-09, + "I": 2.538696151077602e-07, + "C": 2.596744650418259e-07, + "R": 1.914243519252068e-08, + "M": 1.8739214283414185e-05, + "O": 3.354263924393308e-07, + "W": 5.99853000604611e-10, + "N": 2.7646811506798485e-09, + "Y": 0.0048370943404734135, + "U": 1.9995364738956134e-11, + "K": 2.913366436985143e-08, + "L": 1.6900553845289323e-08, + "G": 0.00013420908362604678, + "F": 0.0010404150234535336, + "E": 1.1035332136088982e-05, + "T": 0.00018896179972216487, + "P": 0.0006151235429570079, + "-": 0.9931535720825195 + }, + "id": "tp_20309" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2538639, + "label": "-", + "classification": { + "B": 2.433138412971658e-10, + "S": 1.241296926357549e-10, + "I": 2.8959667996986127e-10, + "C": 1.2896396450745584e-10, + "R": 4.3374529662409955e-11, + "M": 2.536551733101078e-07, + "O": 2.1706362929307943e-08, + "W": 1.9327749470332556e-11, + "N": 8.174114054897152e-13, + "Y": 1.381649894938164e-06, + "U": 4.6531876930159394e-14, + "K": 5.289193562296735e-13, + "L": 1.0984521070511732e-09, + "G": 2.678003454548161e-07, + "F": 3.0014050935278647e-05, + "E": 3.6101865941162714e-09, + "T": 1.5175540966083645e-06, + "P": 0.00010755642870208248, + "-": 0.9998589754104614 + }, + "id": "tp_20310" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2538772, + "label": "-", + "classification": { + "B": 9.460254801751944e-10, + "S": 1.0415499573923626e-08, + "I": 7.858051844777947e-07, + "C": 5.535601758310804e-06, + "R": 6.619351893277781e-07, + "M": 1.8195063603343442e-05, + "O": 1.9236874777561752e-06, + "W": 1.3061222325916333e-08, + "N": 9.982748849779455e-09, + "Y": 0.003741825232282281, + "U": 1.0038132547407486e-09, + "K": 2.0899908292904001e-07, + "L": 3.331938103201537e-07, + "G": 0.0003917584544979036, + "F": 0.0021917778067290783, + "E": 4.0664817788638175e-06, + "T": 0.00020450129522942007, + "P": 0.0013000727631151676, + "-": 0.9921382069587708 + }, + "id": "tp_20311" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2538906, + "label": "-", + "classification": { + "B": 2.6907505112916397e-09, + "S": 3.999432252044244e-08, + "I": 1.0138641300727613e-05, + "C": 6.386338213815179e-07, + "R": 4.202726984203764e-07, + "M": 3.273423862992786e-05, + "O": 6.205226782185491e-06, + "W": 4.699898070725794e-08, + "N": 2.552768023633689e-07, + "Y": 0.0011417428031563759, + "U": 1.8270371882067593e-08, + "K": 1.369584197163931e-07, + "L": 2.0237514775089949e-07, + "G": 2.456069523759652e-05, + "F": 0.0005513114738278091, + "E": 1.2642453839362133e-06, + "T": 0.0012558571761474013, + "P": 0.006104467436671257, + "-": 0.99086993932724 + }, + "id": "tp_20312" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2539006, + "label": "-", + "classification": { + "B": 1.8399271439761833e-08, + "S": 1.672688199505501e-06, + "I": 9.40380289193854e-07, + "C": 1.2404228755258373e-06, + "R": 3.998571855845512e-07, + "M": 0.00024064737954176962, + "O": 3.595426824176684e-05, + "W": 4.828712008020375e-07, + "N": 1.516407763801908e-07, + "Y": 0.045997247099876404, + "U": 1.7322693279808732e-09, + "K": 0.00031508549000136554, + "L": 7.234956456159125e-07, + "G": 0.0021644143853336573, + "F": 0.025221657007932663, + "E": 4.240377165842801e-05, + "T": 0.0038572363555431366, + "P": 0.0003823269798886031, + "-": 0.9217373132705688 + }, + "id": "tp_20313" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2539139, + "label": "-", + "classification": { + "B": 1.8060015349874448e-07, + "S": 3.4515036531956866e-05, + "I": 2.22017874307312e-07, + "C": 3.2061393540061545e-06, + "R": 5.839136747454177e-07, + "M": 0.0004956558695994318, + "O": 0.0001873094734037295, + "W": 1.15159230063e-06, + "N": 3.682154314788022e-08, + "Y": 0.005530714523047209, + "U": 5.932030977540137e-10, + "K": 7.518306688325538e-07, + "L": 4.643318607122637e-05, + "G": 0.010437295772135258, + "F": 0.4276565909385681, + "E": 2.285280788782984e-05, + "T": 0.0013661335688084364, + "P": 0.00033142618485726416, + "-": 0.5538849234580994 + }, + "id": "tp_20314" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2539273, + "label": "-", + "classification": { + "B": 7.147320929545842e-11, + "S": 1.993554654688978e-09, + "I": 3.109665414058327e-08, + "C": 6.113195354373602e-07, + "R": 2.3640636470645404e-07, + "M": 1.1815941434178967e-05, + "O": 9.277644608118862e-07, + "W": 2.3466844023545264e-09, + "N": 3.5247782470548827e-10, + "Y": 0.0011165481992065907, + "U": 7.150566250224699e-11, + "K": 7.231527376916347e-08, + "L": 6.956149434245162e-08, + "G": 3.939770249417052e-05, + "F": 0.0009476984268985689, + "E": 6.796035023626246e-08, + "T": 0.00016381398017983884, + "P": 3.183271473972127e-05, + "-": 0.9976868629455566 + }, + "id": "tp_20315" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2539406, + "label": "-", + "classification": { + "B": 2.897073414498408e-10, + "S": 1.8977290849875317e-08, + "I": 8.925649552793402e-08, + "C": 4.641628237322948e-08, + "R": 1.57176689441485e-08, + "M": 5.9161800891160965e-05, + "O": 1.501639644629904e-06, + "W": 1.474168342951998e-09, + "N": 2.948488397880311e-10, + "Y": 0.002557323547080159, + "U": 1.2294374502827554e-12, + "K": 1.2823189732280582e-10, + "L": 8.541625362568084e-08, + "G": 2.5335195459774695e-05, + "F": 0.00041153939673677087, + "E": 9.197044192887915e-08, + "T": 0.0006586821400560439, + "P": 3.768497845157981e-05, + "-": 0.9962484240531921 + }, + "id": "tp_20316" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2539506, + "label": "-", + "classification": { + "B": 5.733738817070844e-07, + "S": 6.402251528925262e-07, + "I": 4.412309522194846e-07, + "C": 1.5670110542487237e-06, + "R": 1.3655544535140507e-06, + "M": 0.00021108731743879616, + "O": 8.939320832723752e-05, + "W": 4.0055937233773875e-07, + "N": 8.327564415822053e-09, + "Y": 0.00017672211106400937, + "U": 2.7836761784527653e-09, + "K": 4.8285770937184225e-09, + "L": 2.1862462745048106e-05, + "G": 0.00018483141320757568, + "F": 0.003421154571697116, + "E": 7.242506967486406e-07, + "T": 0.0001583471312187612, + "P": 0.0008521987474523485, + "-": 0.9948786497116089 + }, + "id": "tp_20317" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2539640, + "label": "-", + "classification": { + "B": 1.74869619513629e-05, + "S": 7.375371205853298e-05, + "I": 0.0009063867619261146, + "C": 0.0002054595825029537, + "R": 0.00014843307144474238, + "M": 0.0040433346293866634, + "O": 0.0009858730481937528, + "W": 4.951911250827834e-05, + "N": 5.601535667665303e-05, + "Y": 0.0378471203148365, + "U": 6.072768428566633e-06, + "K": 4.325448753661476e-05, + "L": 0.00013414733984973282, + "G": 0.0029322796035557985, + "F": 0.013158376328647137, + "E": 0.0003899025032296777, + "T": 0.02134404331445694, + "P": 0.021714046597480774, + "-": 0.8959445357322693 + }, + "id": "tp_20318" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2539773, + "label": "-", + "classification": { + "B": 1.7986931388769278e-10, + "S": 1.0149759788191659e-07, + "I": 5.7434537126255236e-08, + "C": 5.7322907309753646e-08, + "R": 5.920039569673463e-09, + "M": 2.4180878881452372e-06, + "O": 1.3596661574410973e-06, + "W": 4.518591012470097e-08, + "N": 4.079404547496779e-08, + "Y": 0.0007437527528963983, + "U": 1.498736690308533e-10, + "K": 0.0005472759949043393, + "L": 6.833642540726714e-09, + "G": 0.0001956396154128015, + "F": 0.09319231659173965, + "E": 5.5006094044074416e-05, + "T": 0.00020606887119356543, + "P": 0.0023625900503247976, + "-": 0.9026933312416077 + }, + "id": "tp_20319" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2539907, + "label": "-", + "classification": { + "B": 5.230019723967416e-06, + "S": 3.962277696700767e-05, + "I": 3.8141788536449894e-05, + "C": 0.00042410334572196007, + "R": 0.00016290562052745372, + "M": 0.0004188703023828566, + "O": 0.0005495302611961961, + "W": 1.7247259165742435e-05, + "N": 3.626600118877832e-06, + "Y": 0.0035521965473890305, + "U": 9.730905503602116e-07, + "K": 2.677347401913721e-05, + "L": 0.00017411574663128704, + "G": 0.003992657642811537, + "F": 0.07328382879495621, + "E": 4.702566729974933e-05, + "T": 0.0011784193338826299, + "P": 0.00434052012860775, + "-": 0.9117442965507507 + }, + "id": "tp_20320" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2540007, + "label": "-", + "classification": { + "B": 4.595621021508123e-07, + "S": 5.528491783479694e-06, + "I": 0.00014559504052158445, + "C": 0.00046774945803917944, + "R": 0.00023436025367118418, + "M": 0.0003430908836890012, + "O": 9.816434612730518e-05, + "W": 5.4130778153194115e-06, + "N": 4.472299679036951e-06, + "Y": 0.023577842861413956, + "U": 4.929083843308035e-07, + "K": 2.4691073122085072e-05, + "L": 1.0090099749504589e-05, + "G": 0.0011355289025232196, + "F": 0.012838484719395638, + "E": 1.7689215383143164e-05, + "T": 0.006202988792210817, + "P": 0.00453396188095212, + "-": 0.9503533840179443 + }, + "id": "tp_20321" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2540140, + "label": "-", + "classification": { + "B": 3.787414382117049e-09, + "S": 2.9114273658592538e-08, + "I": 2.494595037205727e-06, + "C": 1.027725465974072e-05, + "R": 1.4616823591495631e-06, + "M": 3.05053181364201e-05, + "O": 4.574477770802332e-06, + "W": 6.253248585608162e-08, + "N": 1.0737179678699249e-07, + "Y": 0.014778423123061657, + "U": 1.002440441766339e-08, + "K": 4.700379213318229e-05, + "L": 2.968766636968212e-07, + "G": 0.0007172908517532051, + "F": 0.004812189843505621, + "E": 3.7404817703645676e-05, + "T": 0.0006506479112431407, + "P": 0.0008715204312466085, + "-": 0.9780358076095581 + }, + "id": "tp_20322" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2540274, + "label": "-", + "classification": { + "B": 4.250337681810379e-08, + "S": 1.1591205151262329e-07, + "I": 6.360248789860634e-07, + "C": 0.0002775148313958198, + "R": 1.014012741507031e-05, + "M": 2.310638410563115e-05, + "O": 9.292059075960424e-06, + "W": 1.7090482629100734e-07, + "N": 9.247326460126715e-08, + "Y": 0.0025246706791222095, + "U": 2.2301151147985365e-08, + "K": 2.3981419872143306e-05, + "L": 1.999586856982205e-06, + "G": 0.0010411611292511225, + "F": 0.07890481501817703, + "E": 1.60218623932451e-05, + "T": 0.00023304948990698904, + "P": 0.0017566302558407187, + "-": 0.9151765704154968 + }, + "id": "tp_20323" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2540407, + "label": "-", + "classification": { + "B": 2.4191956981667317e-05, + "S": 4.6485845928145864e-07, + "I": 7.828840580259566e-07, + "C": 3.7530460872403637e-07, + "R": 1.1609021299818778e-07, + "M": 2.852361103578005e-05, + "O": 1.8499047655495815e-05, + "W": 1.182510303010531e-07, + "N": 8.730496325881631e-09, + "Y": 4.319873914937489e-05, + "U": 1.29183197472571e-09, + "K": 7.525551293241506e-10, + "L": 1.0082746484840754e-05, + "G": 0.00024029312771745026, + "F": 0.002287855139002204, + "E": 5.130620593263302e-06, + "T": 6.550330726895481e-05, + "P": 0.004554766695946455, + "-": 0.9927201271057129 + }, + "id": "tp_20324" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2540507, + "label": "-", + "classification": { + "B": 2.1838694408415904e-07, + "S": 3.656614566693861e-08, + "I": 6.894289867886982e-07, + "C": 4.834217634197557e-06, + "R": 2.3530815269623417e-06, + "M": 4.125041596125811e-05, + "O": 1.4210710105544422e-05, + "W": 5.148721982095594e-08, + "N": 2.428319101355214e-09, + "Y": 0.0003862547455355525, + "U": 2.539343402219174e-09, + "K": 4.1830459096559025e-09, + "L": 3.516743390719057e-06, + "G": 0.00014161782746668905, + "F": 0.0004809175443369895, + "E": 9.950331758545872e-08, + "T": 0.00014355785970110446, + "P": 0.00015399805852212012, + "-": 0.9986263513565063 + }, + "id": "tp_20325" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2540641, + "label": "-", + "classification": { + "B": 4.190296749584377e-07, + "S": 2.4052330900303787e-06, + "I": 3.2040197766036727e-06, + "C": 2.2313153749564663e-05, + "R": 9.637162747822003e-07, + "M": 0.00014710862888023257, + "O": 2.4253360606962815e-05, + "W": 8.727533327146375e-07, + "N": 1.4138220194581663e-06, + "Y": 0.012545675970613956, + "U": 5.467791908131403e-08, + "K": 0.019533470273017883, + "L": 2.498426738384296e-06, + "G": 0.02736307866871357, + "F": 0.13406279683113098, + "E": 0.003521865466609597, + "T": 0.0012237390037626028, + "P": 0.0030753796454519033, + "-": 0.7984684109687805 + }, + "id": "tp_20326" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2540774, + "label": "-", + "classification": { + "B": 1.1122550103159767e-10, + "S": 1.2941264060373214e-08, + "I": 6.267139696092272e-08, + "C": 5.760197723247984e-07, + "R": 1.379430329961906e-07, + "M": 1.8982551409862936e-05, + "O": 2.577074610599084e-06, + "W": 5.391090240891572e-09, + "N": 1.4327672381853063e-09, + "Y": 0.003885276149958372, + "U": 4.2408593997622646e-11, + "K": 4.7103031874939916e-07, + "L": 1.1536425148506169e-07, + "G": 0.00027952840900979936, + "F": 0.00500611774623394, + "E": 4.886584292762564e-07, + "T": 0.0003454020188655704, + "P": 6.791212217649445e-05, + "-": 0.9903922080993652 + }, + "id": "tp_20327" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2540908, + "label": "-", + "classification": { + "B": 2.5251367836987004e-12, + "S": 1.6308602246439818e-09, + "I": 9.751810026159546e-09, + "C": 1.3863792780455242e-08, + "R": 2.410439181588231e-09, + "M": 2.987247569308238e-07, + "O": 1.1630062601852842e-07, + "W": 7.51491369133106e-10, + "N": 2.8924979078581714e-10, + "Y": 0.00019447653903625906, + "U": 3.981115784257305e-12, + "K": 1.5799018626694306e-07, + "L": 3.879806753648296e-10, + "G": 2.865161832232843e-06, + "F": 0.0007238998077809811, + "E": 2.9754918529079077e-08, + "T": 2.6588064429233782e-05, + "P": 0.00018467394693288952, + "-": 0.9988670349121094 + }, + "id": "tp_20328" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2541008, + "label": "-", + "classification": { + "B": 6.016727382984755e-08, + "S": 9.86034809358216e-09, + "I": 1.813070724665522e-07, + "C": 5.803948255334035e-08, + "R": 2.1195154076281142e-08, + "M": 8.368081762455404e-05, + "O": 1.0108784636031487e-06, + "W": 1.2709464591864617e-09, + "N": 7.569132542961654e-10, + "Y": 0.00033983911271207035, + "U": 2.3964047760061113e-11, + "K": 8.212043545174907e-11, + "L": 1.7862898005205352e-07, + "G": 2.6732303012977354e-05, + "F": 0.00016408582450821996, + "E": 1.3077060430077836e-06, + "T": 0.00022836573771201074, + "P": 0.0006358188693411648, + "-": 0.9985185265541077 + }, + "id": "tp_20329" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2541141, + "label": "-", + "classification": { + "B": 4.012638237327337e-05, + "S": 9.863768354989588e-06, + "I": 0.0009877493139356375, + "C": 0.00036438318784348667, + "R": 6.0100326663814485e-05, + "M": 0.0002867622533813119, + "O": 0.0001813947019400075, + "W": 1.731590964482166e-05, + "N": 7.908813131507486e-05, + "Y": 0.002510100370272994, + "U": 1.4342831491376273e-05, + "K": 0.00013336293341126293, + "L": 2.523980765545275e-05, + "G": 0.0015588296810165048, + "F": 0.011921378783881664, + "E": 0.0011330046691000462, + "T": 0.0008160379948094487, + "P": 0.10539542883634567, + "-": 0.8744655251502991 + }, + "id": "tp_20330" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2541275, + "label": "-", + "classification": { + "B": 8.08033306931577e-10, + "S": 1.8892851727514426e-08, + "I": 7.136577551136725e-08, + "C": 1.9395740125105476e-08, + "R": 5.05323827226789e-09, + "M": 2.619394194880442e-07, + "O": 2.675049017852871e-07, + "W": 5.332602803775899e-09, + "N": 4.427549438190681e-09, + "Y": 7.46372461435385e-05, + "U": 3.8389649792414104e-10, + "K": 8.917123750507017e-08, + "L": 6.415731945708103e-09, + "G": 4.098656972928438e-06, + "F": 0.0017145314486697316, + "E": 3.0618096502621484e-07, + "T": 4.35960573668126e-05, + "P": 0.0032581952400505543, + "-": 0.9949039220809937 + }, + "id": "tp_20331" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2541408, + "label": "-", + "classification": { + "B": 7.114910204109037e-06, + "S": 0.0001004734804155305, + "I": 5.309765401761979e-05, + "C": 9.910826520354021e-06, + "R": 6.563338502019178e-06, + "M": 0.0008515303488820791, + "O": 0.0004139280063100159, + "W": 3.2343461498385295e-05, + "N": 1.1176247426192276e-05, + "Y": 0.008448033593595028, + "U": 3.9451748534702347e-07, + "K": 0.00013340896111913025, + "L": 1.972535756067373e-05, + "G": 0.0020490463357418776, + "F": 0.042023949325084686, + "E": 0.00030680300551466644, + "T": 0.003859893186017871, + "P": 0.011284908279776573, + "-": 0.9303877949714661 + }, + "id": "tp_20332" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2541508, + "label": "-", + "classification": { + "B": 2.398532524239272e-05, + "S": 0.0001108524520532228, + "I": 0.0004843146016355604, + "C": 0.0005325336824171245, + "R": 0.0001389154203934595, + "M": 0.00252795428968966, + "O": 0.0010082951048389077, + "W": 8.680785686010495e-05, + "N": 9.346720617031679e-05, + "Y": 0.0075678699649870396, + "U": 1.5582980267936364e-05, + "K": 0.0002767145342659205, + "L": 0.00015556957805529237, + "G": 0.002414309186860919, + "F": 0.03701143339276314, + "E": 0.0009879658464342356, + "T": 0.005997135303914547, + "P": 0.03967710956931114, + "-": 0.9008890986442566 + }, + "id": "tp_20333" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2541642, + "label": "-", + "classification": { + "B": 9.885901164352617e-08, + "S": 5.432358420875971e-07, + "I": 4.2704874658738845e-07, + "C": 7.4077894396396e-07, + "R": 1.4688259852846386e-07, + "M": 8.475616596115287e-06, + "O": 8.399687430937774e-06, + "W": 1.2736275323277368e-07, + "N": 4.0608586715507045e-08, + "Y": 8.078658720478415e-05, + "U": 1.6789162282648817e-09, + "K": 1.796596826864061e-08, + "L": 4.3461849941195396e-07, + "G": 1.5462876035599038e-05, + "F": 0.003225349122658372, + "E": 2.3361599232885055e-06, + "T": 7.257785910042003e-05, + "P": 0.006990483496338129, + "-": 0.989593505859375 + }, + "id": "tp_20334" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2541775, + "label": "-", + "classification": { + "B": 4.583252120937686e-06, + "S": 1.8577205992187373e-05, + "I": 3.45133084920235e-05, + "C": 3.49767979059834e-05, + "R": 1.1034902854589745e-05, + "M": 0.0008673546253703535, + "O": 0.00014730206748936325, + "W": 4.6849386308167595e-06, + "N": 3.6280439417168964e-06, + "Y": 0.02047380618751049, + "U": 1.8801404166879365e-07, + "K": 1.517407872597687e-05, + "L": 2.650768328749109e-05, + "G": 0.0034882978070527315, + "F": 0.023216882720589638, + "E": 0.00029771134722977877, + "T": 0.007448901422321796, + "P": 0.005792414769530296, + "-": 0.9381135702133179 + }, + "id": "tp_20335" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2541875, + "label": "-", + "classification": { + "B": 4.4251849407039856e-10, + "S": 1.3004357590773452e-09, + "I": 1.5224861726892414e-07, + "C": 5.749922138420516e-08, + "R": 3.8204824193144304e-08, + "M": 9.532029253023211e-06, + "O": 4.5667334802601545e-07, + "W": 4.281255350235824e-10, + "N": 2.0696204472425705e-10, + "Y": 3.81656973331701e-05, + "U": 8.332071144145914e-12, + "K": 2.895724805773714e-11, + "L": 6.164331978197879e-08, + "G": 9.814585610001814e-06, + "F": 0.00010375649435445666, + "E": 6.587755763121095e-08, + "T": 3.4577533369883895e-05, + "P": 0.00017600410501472652, + "-": 0.9996272325515747 + }, + "id": "tp_20336" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2542009, + "label": "-", + "classification": { + "B": 1.0157812369016028e-09, + "S": 6.915511789884476e-07, + "I": 4.163316802419104e-09, + "C": 1.0295579944141764e-09, + "R": 1.287921214121468e-09, + "M": 1.4951381672290154e-05, + "O": 4.7728913159517106e-06, + "W": 1.4688597005374504e-08, + "N": 2.2960630619017763e-10, + "Y": 0.0003442000306677073, + "U": 1.2468164521661773e-12, + "K": 1.6833259230963904e-09, + "L": 1.550378527781504e-07, + "G": 1.626643461349886e-05, + "F": 0.0064087421633303165, + "E": 6.174265365643805e-08, + "T": 0.00020947845769114792, + "P": 9.602996578905731e-05, + "-": 0.9929046034812927 + }, + "id": "tp_20337" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2542142, + "label": "F", + "classification": { + "B": 3.786891795698466e-07, + "S": 0.0004938786732964218, + "I": 3.219464304038411e-07, + "C": 5.068281438980193e-07, + "R": 3.118995550721593e-07, + "M": 0.0007861540070734918, + "O": 0.0004926445544697344, + "W": 1.2911398698634002e-05, + "N": 2.526842024508369e-07, + "Y": 0.004278488457202911, + "U": 1.8531408629840485e-09, + "K": 6.495873094536364e-05, + "L": 3.3830008760560304e-05, + "G": 0.0029171875212341547, + "F": 0.6477778553962708, + "E": 7.63197458581999e-05, + "T": 0.0016791063826531172, + "P": 0.000521513691637665, + "-": 0.3408634066581726 + }, + "id": "tp_20338" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2542276, + "label": "-", + "classification": { + "B": 1.0023931684699505e-09, + "S": 8.475137924790488e-09, + "I": 7.850220029581578e-09, + "C": 2.4010071797420096e-07, + "R": 1.0074346690203129e-08, + "M": 2.3800914732419187e-06, + "O": 6.204311375768157e-07, + "W": 2.5125146407845023e-09, + "N": 6.579901623560147e-10, + "Y": 0.00016806657367851585, + "U": 2.7016932094281465e-11, + "K": 2.6299034061594284e-07, + "L": 1.566533036623241e-08, + "G": 5.0887141696875915e-05, + "F": 0.017385197803378105, + "E": 6.47851777557662e-07, + "T": 1.3549078175856266e-05, + "P": 0.00045905212755315006, + "-": 0.9819190502166748 + }, + "id": "tp_20339" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2542376, + "label": "-", + "classification": { + "B": 4.25742731000045e-12, + "S": 8.11911440856683e-11, + "I": 1.5472139125449758e-07, + "C": 1.2202778520986612e-07, + "R": 1.2354519185464596e-08, + "M": 6.014413997945667e-07, + "O": 7.495857090589197e-08, + "W": 1.6490522836143384e-10, + "N": 6.958280063251721e-10, + "Y": 0.00015650468412786722, + "U": 1.1525284199231933e-11, + "K": 9.638423392743789e-09, + "L": 8.195948919542673e-10, + "G": 4.550635821942706e-06, + "F": 0.00019954127492383122, + "E": 1.4694774108647835e-07, + "T": 1.0301881047780626e-05, + "P": 0.0006690457230433822, + "-": 0.998958945274353 + }, + "id": "tp_20340" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2542509, + "label": "-", + "classification": { + "B": 4.615259285856155e-08, + "S": 1.295695568614974e-07, + "I": 5.602026931228465e-07, + "C": 9.884983001029468e-07, + "R": 9.119225552467469e-08, + "M": 8.257625268015545e-06, + "O": 5.892719400435453e-06, + "W": 7.812981550614495e-08, + "N": 3.084910460415813e-08, + "Y": 6.528741505462676e-05, + "U": 2.9766129561181742e-09, + "K": 1.4953182869703596e-07, + "L": 3.184690058333217e-07, + "G": 1.8885117242462002e-05, + "F": 0.004268822260200977, + "E": 2.727280843828339e-06, + "T": 3.72929971490521e-05, + "P": 0.0047711776569485664, + "-": 0.9908192753791809 + }, + "id": "tp_20341" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2542643, + "label": "-", + "classification": { + "B": 9.417693036084529e-06, + "S": 1.1701760058713262e-06, + "I": 1.4904854651831556e-05, + "C": 9.372378553962335e-05, + "R": 9.629227861296386e-06, + "M": 0.00021790499158669263, + "O": 8.084042929112911e-05, + "W": 9.859651299848338e-07, + "N": 3.9049808719937573e-07, + "Y": 0.000781756651122123, + "U": 7.797755330329892e-08, + "K": 2.174064803739384e-07, + "L": 2.7986745408270508e-05, + "G": 0.0015409485204145312, + "F": 0.008318605832755566, + "E": 5.316890383255668e-05, + "T": 0.00019438975141383708, + "P": 0.00868055410683155, + "-": 0.979973316192627 + }, + "id": "tp_20342" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2542776, + "label": "-", + "classification": { + "B": 8.23156542928416e-10, + "S": 5.28214201267474e-08, + "I": 3.109834523229438e-08, + "C": 4.826878452490746e-08, + "R": 1.0823827167882882e-08, + "M": 3.2118561648530886e-05, + "O": 2.0685956769739278e-06, + "W": 8.864768474836637e-09, + "N": 1.1269343236364193e-09, + "Y": 0.000561215914785862, + "U": 4.814146303822042e-11, + "K": 3.0123746341814694e-07, + "L": 8.22418186885443e-08, + "G": 6.818377005401999e-05, + "F": 0.005390170495957136, + "E": 4.4832745516032446e-07, + "T": 0.00024745645350776613, + "P": 0.00021248427219688892, + "-": 0.9934853911399841 + }, + "id": "tp_20343" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2542876, + "label": "-", + "classification": { + "B": 1.110188122765976e-06, + "S": 1.5665989394619828e-06, + "I": 2.465333636791911e-05, + "C": 3.022239297933993e-06, + "R": 6.21244112153363e-07, + "M": 4.973058094037697e-05, + "O": 1.6748119378462434e-05, + "W": 6.58849501178338e-07, + "N": 1.235314584846492e-06, + "Y": 0.0009558876627124846, + "U": 4.435012712633579e-08, + "K": 8.767870895098895e-06, + "L": 7.46802186313289e-07, + "G": 0.00027873285580426455, + "F": 0.007356029003858566, + "E": 0.00013191770995035768, + "T": 0.0003267598804086447, + "P": 0.013618839904665947, + "-": 0.9772228598594666 + }, + "id": "tp_20344" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2543010, + "label": "-", + "classification": { + "B": 2.2735113791583217e-09, + "S": 9.387894692736154e-07, + "I": 8.096630494947021e-07, + "C": 0.00010162997932638973, + "R": 1.5578938473481685e-05, + "M": 0.00020965484145563096, + "O": 4.501415605773218e-05, + "W": 3.538596615726419e-07, + "N": 4.118644625350498e-08, + "Y": 0.007412367034703493, + "U": 1.1637679708798032e-09, + "K": 6.604667532883468e-07, + "L": 7.778405233693775e-06, + "G": 0.0017641882877796888, + "F": 0.039285991340875626, + "E": 4.843471742788097e-06, + "T": 0.00234205718152225, + "P": 0.0002801890077535063, + "-": 0.9485278725624084 + }, + "id": "tp_20345" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2543143, + "label": "-", + "classification": { + "B": 6.170273625372147e-09, + "S": 3.66388626105163e-08, + "I": 6.936515717370639e-08, + "C": 1.8317720673621807e-07, + "R": 3.5742917958714315e-08, + "M": 8.51160439196974e-06, + "O": 1.325202561019978e-06, + "W": 6.85219569973583e-09, + "N": 4.455841473571809e-09, + "Y": 0.00016551752923987806, + "U": 1.337288613179055e-10, + "K": 2.537536758495662e-08, + "L": 5.8678420344904225e-08, + "G": 1.7421178199583665e-05, + "F": 0.0028580091893672943, + "E": 1.673395900070318e-06, + "T": 6.17424157098867e-05, + "P": 0.00229151314124465, + "-": 0.9945937991142273 + }, + "id": "tp_20346" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2543277, + "label": "-", + "classification": { + "B": 2.0625876562263556e-09, + "S": 6.037959821014738e-08, + "I": 4.018279923911905e-06, + "C": 8.706710019623642e-08, + "R": 4.029850231290766e-08, + "M": 3.839875716948882e-06, + "O": 2.0542399852274684e-06, + "W": 4.751304771843934e-08, + "N": 2.5961327310142224e-07, + "Y": 0.000500013935379684, + "U": 3.950962224053001e-09, + "K": 2.9217221708677243e-06, + "L": 1.284516670807534e-08, + "G": 1.1608388376771472e-05, + "F": 0.0005231288378126919, + "E": 9.04848911886802e-06, + "T": 0.0002392781898379326, + "P": 0.009066187776625156, + "-": 0.9896373748779297 + }, + "id": "tp_20347" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2543377, + "label": "-", + "classification": { + "B": 1.408114857354148e-11, + "S": 1.3739791526745648e-09, + "I": 3.914525648074374e-10, + "C": 1.7123573670119185e-08, + "R": 2.0325314764590985e-09, + "M": 2.508203806428355e-06, + "O": 1.6456034757084126e-07, + "W": 4.5085832289792904e-10, + "N": 2.789777610312516e-11, + "Y": 0.0004233341314829886, + "U": 9.677429213886257e-13, + "K": 7.455612660578481e-08, + "L": 9.90898474384494e-09, + "G": 2.7807709557237104e-05, + "F": 0.04469069838523865, + "E": 1.0499810088049344e-07, + "T": 5.4370237194234505e-05, + "P": 3.256670242990367e-05, + "-": 0.9547682404518127 + }, + "id": "tp_20348" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2543510, + "label": "-", + "classification": { + "B": 1.4312055540699475e-08, + "S": 2.546796338265267e-07, + "I": 8.043969614845992e-07, + "C": 2.9264331260492327e-06, + "R": 3.3744595384632703e-07, + "M": 5.710048571927473e-05, + "O": 9.462393791181967e-06, + "W": 6.945987252038321e-08, + "N": 1.789568315757606e-08, + "Y": 0.0006890445947647095, + "U": 1.1952325795760999e-09, + "K": 1.1661641252658228e-07, + "L": 1.3948648529549246e-06, + "G": 0.00010514302994124591, + "F": 0.00467767845839262, + "E": 4.102911589143332e-06, + "T": 0.0004184610734228045, + "P": 0.000507742166519165, + "-": 0.9935252666473389 + }, + "id": "tp_20349" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2543644, + "label": "-", + "classification": { + "B": 6.413884978684337e-09, + "S": 8.580991028850349e-09, + "I": 1.6349534348591988e-07, + "C": 2.6067684757435927e-06, + "R": 1.9403040596444043e-07, + "M": 1.025646361085819e-05, + "O": 8.677150162839098e-07, + "W": 4.37343894432729e-09, + "N": 2.5861899288770474e-09, + "Y": 8.414129843004048e-05, + "U": 4.771667505565347e-10, + "K": 1.192835696883776e-07, + "L": 8.043819832437293e-08, + "G": 3.205984103260562e-05, + "F": 0.0011188965290784836, + "E": 4.4667760334959894e-07, + "T": 5.0276950787520036e-05, + "P": 0.00022200013336259872, + "-": 0.9984778761863708 + }, + "id": "tp_20350" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2543777, + "label": "-", + "classification": { + "B": 0.00028982970979996026, + "S": 0.00036493068910203874, + "I": 0.0005657466244883835, + "C": 7.849517714930698e-05, + "R": 4.62151801912114e-05, + "M": 0.01404955517500639, + "O": 0.0017640653531998396, + "W": 5.0085891416529194e-05, + "N": 1.834505565057043e-05, + "Y": 0.01579722762107849, + "U": 9.475768933953077e-07, + "K": 2.820273493853165e-06, + "L": 0.001121601671911776, + "G": 0.014232122339308262, + "F": 0.037159185856580734, + "E": 0.0014778038021177053, + "T": 0.012269985862076283, + "P": 0.016368934884667397, + "-": 0.8843422532081604 + }, + "id": "tp_20351" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2543877, + "label": "-", + "classification": { + "B": 1.672816836162383e-07, + "S": 1.4102317891229177e-06, + "I": 4.567893847706728e-05, + "C": 1.9756582787522348e-06, + "R": 5.762101977779821e-07, + "M": 0.00012611120473593473, + "O": 1.6390808013966307e-05, + "W": 4.0913778320827987e-07, + "N": 1.7065528936655028e-06, + "Y": 0.0034224085975438356, + "U": 2.5485414667514306e-08, + "K": 3.7252439142321236e-06, + "L": 4.661724801735545e-07, + "G": 0.00017809090786613524, + "F": 0.002432829700410366, + "E": 8.776770118856803e-05, + "T": 0.0011633331887423992, + "P": 0.01064460352063179, + "-": 0.9818723797798157 + }, + "id": "tp_20352" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2544011, + "label": "-", + "classification": { + "B": 0.0005701652844436467, + "S": 0.0006031186203472316, + "I": 0.00015189587429631501, + "C": 0.0007997479406185448, + "R": 0.00023883407993707806, + "M": 0.0150316646322608, + "O": 0.0031529797706753016, + "W": 0.00013362440222408623, + "N": 2.3256518034031615e-05, + "Y": 0.01374406460672617, + "U": 5.833702289237408e-06, + "K": 8.222333417506889e-05, + "L": 0.002012016251683235, + "G": 0.033066146075725555, + "F": 0.07047813385725021, + "E": 0.0012321120593696833, + "T": 0.014043692499399185, + "P": 0.005468050949275494, + "-": 0.8391624689102173 + }, + "id": "tp_20353" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2544144, + "label": "-", + "classification": { + "B": 1.1383377573892517e-09, + "S": 1.0974864039781096e-07, + "I": 1.5530991959167295e-07, + "C": 6.026915002621536e-07, + "R": 5.458716856310275e-08, + "M": 2.5531127903377637e-05, + "O": 3.4805593713826966e-06, + "W": 1.492244727785419e-08, + "N": 5.564318339423835e-09, + "Y": 0.0147921247407794, + "U": 2.0121571076003875e-11, + "K": 2.574688267031888e-07, + "L": 1.0071207157125173e-07, + "G": 0.0003722828987520188, + "F": 0.00877301674336195, + "E": 1.5201784435703303e-06, + "T": 0.0014214211842045188, + "P": 0.00010623015987221152, + "-": 0.9745031595230103 + }, + "id": "tp_20354" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2544278, + "label": "-", + "classification": { + "B": 5.220798238170232e-10, + "S": 2.13958206707332e-09, + "I": 6.751211145683556e-08, + "C": 1.2971180467502563e-06, + "R": 3.2224679813452894e-08, + "M": 9.807004971662536e-06, + "O": 5.138228402756795e-07, + "W": 1.4161992689665226e-09, + "N": 1.8117680689044846e-09, + "Y": 0.0010984346736222506, + "U": 1.5751265569630135e-10, + "K": 3.797543968175887e-07, + "L": 9.354767627201e-08, + "G": 0.0006241367664188147, + "F": 0.0032819120679050684, + "E": 5.244052772468422e-06, + "T": 8.149680797941983e-05, + "P": 0.00048188588698394597, + "-": 0.9944145679473877 + }, + "id": "tp_20355" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2544378, + "label": "-", + "classification": { + "B": 7.662167433863942e-08, + "S": 9.984276516661339e-09, + "I": 6.60240857541794e-07, + "C": 1.8643801240614266e-06, + "R": 4.268436839538481e-07, + "M": 1.1832111113108112e-06, + "O": 3.5451421354082413e-06, + "W": 3.482443133862034e-08, + "N": 9.93875204358119e-09, + "Y": 4.345478373579681e-05, + "U": 6.021791509880359e-09, + "K": 6.002870200916277e-09, + "L": 2.9674592383344134e-07, + "G": 1.8311666281078942e-05, + "F": 0.0006620949716307223, + "E": 3.023826309345168e-07, + "T": 8.112327122944407e-06, + "P": 0.011115076951682568, + "-": 0.9881443977355957 + }, + "id": "tp_20356" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2544511, + "label": "-", + "classification": { + "B": 3.1672081624023463e-10, + "S": 7.078524433268285e-09, + "I": 2.3062023402076193e-08, + "C": 6.540967660839669e-07, + "R": 2.5032443673467242e-08, + "M": 2.1738913346780464e-05, + "O": 5.074560363027558e-07, + "W": 7.484897701637294e-10, + "N": 4.1797659777742524e-10, + "Y": 0.0005922205746173859, + "U": 6.4108288989894735e-12, + "K": 1.109789327102817e-08, + "L": 1.6255349066796043e-07, + "G": 0.0003217290504835546, + "F": 0.02171489968895912, + "E": 1.7741759847922367e-06, + "T": 9.885829786071554e-05, + "P": 0.0001807001099223271, + "-": 0.977066695690155 + }, + "id": "tp_20357" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2544645, + "label": "-", + "classification": { + "B": 5.71710700114636e-07, + "S": 1.0438579010951798e-05, + "I": 6.194056368258316e-06, + "C": 3.614720480982214e-05, + "R": 7.84975964052137e-06, + "M": 0.0004574717313516885, + "O": 9.11499882931821e-05, + "W": 4.8086908464028966e-06, + "N": 2.03986928681843e-06, + "Y": 0.009694264270365238, + "U": 1.963228726253874e-07, + "K": 0.0011607501655817032, + "L": 9.365830919705331e-06, + "G": 0.0034391905646771193, + "F": 0.08257264643907547, + "E": 0.0004423080536071211, + "T": 0.002115291776135564, + "P": 0.004842408001422882, + "-": 0.8951069116592407 + }, + "id": "tp_20358" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2544778, + "label": "-", + "classification": { + "B": 8.60419368109433e-06, + "S": 0.0002025444118771702, + "I": 0.0005651541287079453, + "C": 0.00036208273377269506, + "R": 0.0001337528374278918, + "M": 0.0033167570363730192, + "O": 0.0012940923916175961, + "W": 7.306376937776804e-05, + "N": 6.805234443163499e-05, + "Y": 0.2340158224105835, + "U": 3.44617347991516e-07, + "K": 0.0021784829441457987, + "L": 6.779000977985561e-05, + "G": 0.04519198089838028, + "F": 0.08564682304859161, + "E": 0.002127485815435648, + "T": 0.03200263902544975, + "P": 0.003114845138043165, + "-": 0.5896296501159668 + }, + "id": "tp_20359" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2544878, + "label": "-", + "classification": { + "B": 1.5940264219693745e-08, + "S": 1.805886313377414e-06, + "I": 1.5268730280126874e-08, + "C": 1.7658244644280785e-07, + "R": 6.948796027472781e-08, + "M": 7.011553680058569e-05, + "O": 2.0637553461710922e-05, + "W": 1.5646307360839273e-07, + "N": 2.9490461184167316e-09, + "Y": 0.001312434091232717, + "U": 3.708239271205116e-11, + "K": 1.27157557017199e-06, + "L": 8.232724439949379e-07, + "G": 0.0012052913662046194, + "F": 0.08493104577064514, + "E": 4.746270406030817e-06, + "T": 0.00026722505572251976, + "P": 0.0001298705901717767, + "-": 0.9120543599128723 + }, + "id": "tp_20360" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2545012, + "label": "-", + "classification": { + "B": 1.5556166133023908e-08, + "S": 2.6907293886324624e-06, + "I": 2.227757960326926e-07, + "C": 1.8480674043530598e-05, + "R": 1.202079261020117e-06, + "M": 0.0002060460246866569, + "O": 2.1732650566264056e-05, + "W": 1.428158782346145e-07, + "N": 1.8643735444356935e-08, + "Y": 0.002855567494407296, + "U": 5.273952385920211e-10, + "K": 2.556279105192516e-05, + "L": 3.5935270261688856e-06, + "G": 0.002961877966299653, + "F": 0.09400705248117447, + "E": 1.7185629985760897e-05, + "T": 0.0017360515194013715, + "P": 9.309106826549396e-05, + "-": 0.898049533367157 + }, + "id": "tp_20361" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2545145, + "label": "-", + "classification": { + "B": 2.6773089301102004e-10, + "S": 2.2879598216007935e-09, + "I": 3.741027043702161e-08, + "C": 1.716119726324905e-07, + "R": 1.7423426257323626e-08, + "M": 1.746249654388521e-05, + "O": 4.095107044577162e-07, + "W": 4.4553291611570955e-10, + "N": 2.501674145616306e-10, + "Y": 0.00028003001352772117, + "U": 2.9780261590062196e-11, + "K": 6.992525447557796e-10, + "L": 1.582958049084482e-07, + "G": 5.364012758946046e-05, + "F": 0.0034322168212383986, + "E": 9.929903654892769e-08, + "T": 0.00012299817171879113, + "P": 0.00022346856712829322, + "-": 0.9958693385124207 + }, + "id": "tp_20362" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2545279, + "label": "-", + "classification": { + "B": 6.568547661345292e-08, + "S": 3.6441872452996904e-07, + "I": 7.523429985667462e-07, + "C": 5.566361778619466e-06, + "R": 2.4249641228379915e-06, + "M": 5.743865403928794e-05, + "O": 2.424870581307914e-05, + "W": 1.9992488375919493e-07, + "N": 2.0586936599897854e-08, + "Y": 0.0019068100955337286, + "U": 5.9152460707423415e-09, + "K": 3.77894160408232e-08, + "L": 1.1503791029099375e-05, + "G": 0.0003075708809774369, + "F": 0.012055635452270508, + "E": 1.3892938568460522e-06, + "T": 0.0003700758097693324, + "P": 0.0007037282921373844, + "-": 0.9845521450042725 + }, + "id": "tp_20363" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2545379, + "label": "-", + "classification": { + "B": 2.4743533799664874e-07, + "S": 3.584151215818565e-07, + "I": 3.969755653088214e-06, + "C": 3.4668803436943563e-06, + "R": 6.703577355438028e-07, + "M": 6.195019523147494e-05, + "O": 8.85901135916356e-06, + "W": 2.6470652869647893e-07, + "N": 3.0173404752531496e-07, + "Y": 0.000609138049185276, + "U": 4.3386577885939914e-08, + "K": 2.1018920961068943e-05, + "L": 4.060763387769839e-07, + "G": 0.00016660835535731167, + "F": 0.006073315162211657, + "E": 7.593751070089638e-05, + "T": 0.0002417624491499737, + "P": 0.005437417421489954, + "-": 0.9872942566871643 + }, + "id": "tp_20364" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2545512, + "label": "-", + "classification": { + "B": 5.468328012625534e-09, + "S": 1.5890236682025716e-07, + "I": 9.916179806168657e-07, + "C": 1.330505619989708e-05, + "R": 9.306869287684094e-06, + "M": 0.00016789416258689016, + "O": 2.6210667783743702e-05, + "W": 8.883023383532418e-08, + "N": 9.572862502693624e-09, + "Y": 0.008328736759722233, + "U": 3.3187779191479194e-09, + "K": 7.90210652468204e-09, + "L": 1.477787645853823e-05, + "G": 0.0004413805727381259, + "F": 0.0028465145733207464, + "E": 2.7556387749427813e-07, + "T": 0.0014295808505266905, + "P": 0.00021968853252474219, + "-": 0.986501157283783 + }, + "id": "tp_20365" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2545646, + "label": "-", + "classification": { + "B": 2.0699171443538944e-07, + "S": 1.3388762454269454e-06, + "I": 3.967195880250074e-05, + "C": 1.1952842214668635e-05, + "R": 1.3814307067150366e-06, + "M": 7.391636609099805e-05, + "O": 2.1372248738771304e-05, + "W": 1.1143382607770036e-06, + "N": 5.87030535825761e-06, + "Y": 0.025831138715147972, + "U": 2.9733742579196587e-08, + "K": 0.00320300180464983, + "L": 5.233393380876805e-07, + "G": 0.009453832171857357, + "F": 0.06023210659623146, + "E": 0.004215716850012541, + "T": 0.0013228091411292553, + "P": 0.009113553911447525, + "-": 0.8864704966545105 + }, + "id": "tp_20366" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2545779, + "label": "-", + "classification": { + "B": 4.188416824035812e-06, + "S": 1.2404970561874507e-07, + "I": 1.2444600088201696e-06, + "C": 3.0683392537866894e-07, + "R": 2.1103255676280241e-07, + "M": 2.534355007810518e-05, + "O": 2.732670691329986e-05, + "W": 8.960205377661623e-08, + "N": 9.435633607779437e-09, + "Y": 4.077336780028418e-05, + "U": 1.7956909292848877e-09, + "K": 2.2950835676383008e-11, + "L": 4.5850142669223715e-06, + "G": 3.368077159393579e-05, + "F": 4.4142983824713156e-05, + "E": 4.6860134261805797e-07, + "T": 8.141793659888208e-05, + "P": 0.004716373514384031, + "-": 0.9950195550918579 + }, + "id": "tp_20367" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2545879, + "label": "-", + "classification": { + "B": 1.9249159557976903e-12, + "S": 6.625370252422158e-10, + "I": 5.948624925977697e-10, + "C": 1.6895491228297033e-08, + "R": 1.340269895067081e-09, + "M": 2.759039432476129e-07, + "O": 8.344041191321594e-08, + "W": 4.704376888042816e-10, + "N": 8.543400709104532e-11, + "Y": 0.00013652122288476676, + "U": 2.5739852957396003e-12, + "K": 5.258602868707385e-06, + "L": 8.849979082903303e-10, + "G": 1.499638983659679e-05, + "F": 0.010320663452148438, + "E": 2.240656442609179e-07, + "T": 8.761267054069322e-06, + "P": 6.942015170352533e-05, + "-": 0.989443838596344 + }, + "id": "tp_20368" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2546013, + "label": "-", + "classification": { + "B": 8.001224682807617e-12, + "S": 5.70593705617739e-09, + "I": 1.1752021009669988e-06, + "C": 5.734621026931563e-07, + "R": 2.2749591721549223e-07, + "M": 4.053034444950754e-06, + "O": 9.406002163814264e-07, + "W": 8.812850893491486e-09, + "N": 1.4246618107449649e-08, + "Y": 0.04217170923948288, + "U": 6.237186548491147e-12, + "K": 4.94484011142049e-05, + "L": 3.2419060769228736e-09, + "G": 0.0005874764174222946, + "F": 0.008662212640047073, + "E": 4.672048817155883e-06, + "T": 0.000998494098894298, + "P": 6.650773866567761e-05, + "-": 0.9474524855613708 + }, + "id": "tp_20369" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2546146, + "label": "-", + "classification": { + "B": 1.558331177875516e-06, + "S": 3.160935420964961e-06, + "I": 5.558982593356632e-05, + "C": 5.2648709242930636e-05, + "R": 8.98209327715449e-06, + "M": 0.000573110010009259, + "O": 7.618471863679588e-05, + "W": 1.6810190572869033e-06, + "N": 2.3678965135331964e-06, + "Y": 0.004809699486941099, + "U": 8.966015911937575e-07, + "K": 2.698523985600332e-06, + "L": 3.983988062827848e-05, + "G": 0.0013367781648412347, + "F": 0.006603908259421587, + "E": 0.00010015716543421149, + "T": 0.004477022681385279, + "P": 0.008086394518613815, + "-": 0.9737672805786133 + }, + "id": "tp_20370" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2546280, + "label": "-", + "classification": { + "B": 4.0610723317513475e-07, + "S": 1.986257848329842e-05, + "I": 2.5535524400766008e-05, + "C": 1.708555282675661e-05, + "R": 6.874490736663574e-06, + "M": 0.0005306904204189777, + "O": 0.00014621122682001442, + "W": 3.730655180333997e-06, + "N": 2.535987732699141e-06, + "Y": 0.012134123593568802, + "U": 4.469405823215311e-08, + "K": 5.1127626647939906e-06, + "L": 1.0943005690933205e-05, + "G": 0.0016112682642415166, + "F": 0.04128294065594673, + "E": 6.824848969699815e-05, + "T": 0.007174669299274683, + "P": 0.003946158569306135, + "-": 0.9330136179924011 + }, + "id": "tp_20371" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2546380, + "label": "-", + "classification": { + "B": 1.107677594092138e-08, + "S": 5.28869961158307e-08, + "I": 1.5147734302445315e-05, + "C": 7.328956144192489e-06, + "R": 8.336969017364027e-07, + "M": 2.7434616640675813e-06, + "O": 2.145754024240887e-06, + "W": 1.7702976151667826e-07, + "N": 1.1576534006962902e-06, + "Y": 0.000429680134402588, + "U": 6.612848579834463e-08, + "K": 6.707260035909712e-05, + "L": 4.0537262435691446e-08, + "G": 3.338566602906212e-05, + "F": 0.004952868912369013, + "E": 4.4820473704021424e-05, + "T": 7.744579488644376e-05, + "P": 0.03789934515953064, + "-": 0.9564657211303711 + }, + "id": "tp_20372" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2546513, + "label": "-", + "classification": { + "B": 1.2652592886297498e-05, + "S": 6.925739853613777e-06, + "I": 2.8470328743424034e-06, + "C": 5.2746977416973095e-06, + "R": 4.767534846905619e-07, + "M": 0.00013822369510307908, + "O": 5.304867590893991e-05, + "W": 1.1506475630085333e-06, + "N": 4.98592839903722e-07, + "Y": 0.0005348261329345405, + "U": 3.4541244531283155e-08, + "K": 1.3310781241671066e-06, + "L": 8.93952528713271e-06, + "G": 0.0005304379155859351, + "F": 0.027767838910222054, + "E": 9.734131890581921e-05, + "T": 0.0003414371458347887, + "P": 0.012639031745493412, + "-": 0.9578577876091003 + }, + "id": "tp_20373" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2546647, + "label": "-", + "classification": { + "B": 1.6278319803220143e-09, + "S": 2.767185094398883e-07, + "I": 8.779041849038549e-08, + "C": 4.0956254565571726e-07, + "R": 1.0301612007879157e-07, + "M": 7.76350589148933e-06, + "O": 2.9451464342855616e-06, + "W": 5.62667281656104e-08, + "N": 1.186601306102375e-08, + "Y": 0.00017387702246196568, + "U": 2.340355409469197e-10, + "K": 5.478397270053392e-06, + "L": 1.5065714364936866e-07, + "G": 0.00010471990390215069, + "F": 0.11446510255336761, + "E": 8.375383913516998e-06, + "T": 7.351036765612662e-05, + "P": 0.0011873451294377446, + "-": 0.8839696645736694 + }, + "id": "tp_20374" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2546780, + "label": "-", + "classification": { + "B": 3.912988972842868e-07, + "S": 8.870439671682107e-08, + "I": 5.571711426455295e-06, + "C": 8.459318451059517e-06, + "R": 1.1988909136562143e-06, + "M": 7.326024933718145e-05, + "O": 6.00520615989808e-06, + "W": 6.174460764896139e-08, + "N": 1.7010360409130953e-07, + "Y": 0.0011873447801917791, + "U": 4.5113733193602457e-08, + "K": 5.086120040687092e-07, + "L": 1.1473996437416645e-06, + "G": 0.0002643307961989194, + "F": 0.0008130171336233616, + "E": 3.2883777748793364e-05, + "T": 0.0003423909074626863, + "P": 0.005139262415468693, + "-": 0.9921239018440247 + }, + "id": "tp_20375" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2546880, + "label": "-", + "classification": { + "B": 5.131176372685786e-09, + "S": 2.8590065426215006e-07, + "I": 1.0364534830387129e-07, + "C": 2.672457412700169e-06, + "R": 8.130877517942281e-07, + "M": 0.00038551032776013017, + "O": 2.496563502063509e-05, + "W": 5.2650886317451295e-08, + "N": 5.960709703600742e-09, + "Y": 0.01006296556442976, + "U": 2.665457576878083e-10, + "K": 8.407299390000844e-08, + "L": 3.7723286823165836e-06, + "G": 0.001919855596497655, + "F": 0.042042676359415054, + "E": 2.3849345325288596e-06, + "T": 0.0014095095684751868, + "P": 0.00015856846584938467, + "-": 0.9439858198165894 + }, + "id": "tp_20376" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2547014, + "label": "-", + "classification": { + "B": 7.471467711184232e-08, + "S": 8.665782047501125e-08, + "I": 7.824921794963302e-07, + "C": 7.919620514940107e-09, + "R": 9.15436881854248e-09, + "M": 5.037509254179895e-05, + "O": 5.612123459286522e-06, + "W": 1.4910165546666576e-08, + "N": 6.6923715458244715e-09, + "Y": 0.000314297154545784, + "U": 2.537534765645333e-11, + "K": 6.070582370121258e-10, + "L": 7.630449516682347e-08, + "G": 1.5564499335596338e-05, + "F": 4.4901680666953325e-05, + "E": 3.522629015151324e-07, + "T": 0.0005709432880394161, + "P": 0.0006600012420676649, + "-": 0.9983367919921875 + }, + "id": "tp_20377" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2547147, + "label": "-", + "classification": { + "B": 4.111613804980152e-08, + "S": 5.543816996578244e-07, + "I": 3.628386366472114e-06, + "C": 3.044283687358984e-07, + "R": 1.0877598555225632e-07, + "M": 6.531391409225762e-05, + "O": 6.873808615637245e-06, + "W": 1.1707849978392915e-07, + "N": 1.1720115367097605e-07, + "Y": 0.01646251790225506, + "U": 6.511059746916459e-11, + "K": 2.350886097701732e-05, + "L": 5.008089587477116e-08, + "G": 0.0009906860068440437, + "F": 0.020929286256432533, + "E": 7.18738156137988e-05, + "T": 0.0013689672341570258, + "P": 0.000630294787697494, + "-": 0.9594456553459167 + }, + "id": "tp_20378" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2547281, + "label": "-", + "classification": { + "B": 2.031014219028293e-06, + "S": 2.805536496452987e-07, + "I": 1.338527727057226e-05, + "C": 1.5688176517869579e-06, + "R": 2.4930577069426363e-07, + "M": 5.023087578592822e-05, + "O": 6.848492375866044e-06, + "W": 1.8510883137423662e-07, + "N": 2.2846251113151084e-07, + "Y": 0.0005467853043228388, + "U": 1.7090314941015095e-08, + "K": 4.41347793866953e-08, + "L": 1.4671375083707971e-06, + "G": 8.870941383065656e-05, + "F": 0.0011364483507350087, + "E": 2.6615691240294836e-05, + "T": 0.0002654196578077972, + "P": 0.019538098946213722, + "-": 0.978321373462677 + }, + "id": "tp_20379" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2547381, + "label": "-", + "classification": { + "B": 1.8463806483737244e-08, + "S": 2.571148272068058e-08, + "I": 6.012728022142255e-07, + "C": 2.9609671514663205e-07, + "R": 3.178622520749741e-08, + "M": 4.2330921132816e-06, + "O": 4.2203922134831373e-07, + "W": 9.162764769143905e-09, + "N": 2.269787913178334e-08, + "Y": 0.000373668473912403, + "U": 1.5839983769083688e-09, + "K": 1.603687678652932e-06, + "L": 1.8718903760372996e-08, + "G": 5.62594759685453e-05, + "F": 0.004167990759015083, + "E": 1.2350990800769068e-05, + "T": 4.175963840680197e-05, + "P": 0.006104826927185059, + "-": 0.9892358183860779 + }, + "id": "tp_20380" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2547514, + "label": "Y", + "classification": { + "B": 9.685115855972981e-07, + "S": 0.00022818338766228408, + "I": 0.0013907109387218952, + "C": 0.0067885806784033775, + "R": 0.002655432326719165, + "M": 0.005326081067323685, + "O": 0.0022792653180658817, + "W": 0.00011936676310142502, + "N": 7.471769640687853e-05, + "Y": 0.47088420391082764, + "U": 1.8766039033835114e-07, + "K": 0.0010316052939742804, + "L": 0.00011124116281280294, + "G": 0.07020861655473709, + "F": 0.05467312037944794, + "E": 0.0005283113569021225, + "T": 0.09988931566476822, + "P": 0.0006774051580578089, + "-": 0.2831326723098755 + }, + "id": "tp_20381" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2547648, + "label": "-", + "classification": { + "B": 9.415193234427188e-13, + "S": 1.6442304184849377e-09, + "I": 8.719672206503049e-11, + "C": 5.221311383252214e-08, + "R": 8.584522537269379e-10, + "M": 3.3270896437898045e-07, + "O": 8.630977532675388e-08, + "W": 1.1993792070619236e-10, + "N": 7.85619572868379e-12, + "Y": 1.667193828325253e-05, + "U": 6.111709987925706e-14, + "K": 5.749994258508195e-09, + "L": 3.740543430552634e-09, + "G": 3.072119943681173e-05, + "F": 0.05874769017100334, + "E": 4.3683556327778206e-08, + "T": 9.15214968699729e-06, + "P": 4.723929305328056e-05, + "-": 0.9411479830741882 + }, + "id": "tp_20382" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2547781, + "label": "-", + "classification": { + "B": 1.5863323987730382e-09, + "S": 8.330265899303413e-08, + "I": 3.474293563954234e-08, + "C": 3.730885111963289e-07, + "R": 4.8371042282724375e-08, + "M": 2.8521408239612356e-05, + "O": 2.7200098884350155e-06, + "W": 1.8097015441753683e-08, + "N": 3.4186800057511846e-09, + "Y": 0.008070033974945545, + "U": 3.934692502371995e-11, + "K": 1.1020401871064678e-05, + "L": 7.233747822965597e-08, + "G": 0.0008330162963829935, + "F": 0.015074269846081734, + "E": 6.0395573200366925e-06, + "T": 0.00039875967195257545, + "P": 9.203320951201022e-05, + "-": 0.9754829406738281 + }, + "id": "tp_20383" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2547881, + "label": "-", + "classification": { + "B": 0.0016930035781115294, + "S": 0.0014220996527001262, + "I": 0.00011546057066880167, + "C": 0.00013672631757799536, + "R": 5.4844942496856675e-05, + "M": 0.0047047752887010574, + "O": 0.0024737995117902756, + "W": 0.00044474322930909693, + "N": 4.60682058474049e-05, + "Y": 0.007366974372416735, + "U": 4.089963567821542e-06, + "K": 0.00035480581573210657, + "L": 0.0004850675177294761, + "G": 0.01010732352733612, + "F": 0.18496517837047577, + "E": 0.0036957762204110622, + "T": 0.003635689616203308, + "P": 0.02733677811920643, + "-": 0.7509567737579346 + }, + "id": "tp_20384" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2548015, + "label": "-", + "classification": { + "B": 1.2803266145056114e-05, + "S": 4.460033233044669e-05, + "I": 1.4549150364473462e-05, + "C": 0.0046212091110646725, + "R": 0.0010798496659845114, + "M": 0.0027731405571103096, + "O": 0.0014146544272080064, + "W": 2.9819884730386548e-05, + "N": 1.4148270111036254e-06, + "Y": 0.009512103162705898, + "U": 8.959946171671618e-07, + "K": 1.269010408577742e-05, + "L": 0.0018912312807515264, + "G": 0.025361094623804092, + "F": 0.1242661252617836, + "E": 4.317662387620658e-05, + "T": 0.004991977009922266, + "P": 0.0011489749886095524, + "-": 0.8227797150611877 + }, + "id": "tp_20385" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2548148, + "label": "-", + "classification": { + "B": 3.263108672157955e-09, + "S": 2.387588438068633e-08, + "I": 5.936507932347013e-06, + "C": 1.887274265754968e-06, + "R": 3.576896006052266e-07, + "M": 4.781477400683798e-06, + "O": 1.1180140973010566e-06, + "W": 2.3751612232558728e-08, + "N": 1.7682923214579205e-07, + "Y": 0.0035769748501479626, + "U": 5.5926481223878e-09, + "K": 8.789920684648678e-06, + "L": 2.6322199531136903e-08, + "G": 8.656778663862497e-05, + "F": 0.0032100570388138294, + "E": 7.950056897243485e-06, + "T": 0.0004224505100864917, + "P": 0.004263867624104023, + "-": 0.9884090423583984 + }, + "id": "tp_20386" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2548282, + "label": "-", + "classification": { + "B": 3.2838204333529575e-07, + "S": 3.3054420782718807e-06, + "I": 9.676126501290128e-05, + "C": 7.465346425306052e-05, + "R": 2.1564019334618933e-05, + "M": 0.00013610343739856035, + "O": 5.87329086556565e-05, + "W": 3.0791456993028987e-06, + "N": 7.015475148364203e-06, + "Y": 0.0074454243294894695, + "U": 1.0656547146936646e-06, + "K": 1.595447611180134e-05, + "L": 7.850937436160166e-06, + "G": 0.00044384924694895744, + "F": 0.011589680798351765, + "E": 9.947963553713635e-05, + "T": 0.0016507876571267843, + "P": 0.020516810938715935, + "-": 0.9578275680541992 + }, + "id": "tp_20387" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2548382, + "label": "-", + "classification": { + "B": 3.1770791553142885e-10, + "S": 2.107686691843469e-09, + "I": 6.039378064315315e-08, + "C": 3.2123674831296967e-09, + "R": 3.876656495815922e-10, + "M": 2.1735513655585237e-05, + "O": 1.1764238649902836e-07, + "W": 1.4252286850702234e-10, + "N": 3.411246285445202e-10, + "Y": 0.00014181892038322985, + "U": 2.354027996837038e-12, + "K": 3.937179471336094e-10, + "L": 8.66391847154091e-09, + "G": 1.146849990618648e-05, + "F": 0.000724257726687938, + "E": 7.753446880087722e-07, + "T": 6.027131894370541e-05, + "P": 0.00045223801862448454, + "-": 0.9985872507095337 + }, + "id": "tp_20388" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2548515, + "label": "-", + "classification": { + "B": 1.7695119822747074e-06, + "S": 1.3455974112730473e-06, + "I": 3.2251939501293236e-06, + "C": 3.0382295790332137e-06, + "R": 3.5504110655892873e-06, + "M": 0.00035047350684180856, + "O": 0.00013289216440171003, + "W": 5.48174455161643e-07, + "N": 3.779021540140093e-08, + "Y": 0.0013222689740359783, + "U": 4.421004007326701e-09, + "K": 5.288766757871599e-09, + "L": 2.5458588424953632e-05, + "G": 0.0004384155909065157, + "F": 0.0009210677817463875, + "E": 1.1171096048201434e-06, + "T": 0.0007714271196164191, + "P": 0.0004752493114210665, + "-": 0.9955481290817261 + }, + "id": "tp_20389" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2548649, + "label": "-", + "classification": { + "B": 7.188165618288167e-10, + "S": 9.116243759876852e-09, + "I": 4.323861048760591e-06, + "C": 7.805758741596946e-07, + "R": 1.3466775783399498e-07, + "M": 4.4552882627613144e-07, + "O": 6.602787721021741e-07, + "W": 5.1988710225714385e-08, + "N": 5.762195769420941e-07, + "Y": 0.00020703361951746047, + "U": 7.821727265877598e-09, + "K": 7.415773870889097e-05, + "L": 7.230755993958837e-09, + "G": 3.661099981400184e-05, + "F": 0.03538983687758446, + "E": 0.00012920099834445864, + "T": 1.3922431207902264e-05, + "P": 0.05904240906238556, + "-": 0.9050998091697693 + }, + "id": "tp_20390" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2548782, + "label": "-", + "classification": { + "B": 1.877334625532967e-07, + "S": 1.136497303377837e-06, + "I": 3.5192792893212754e-06, + "C": 1.2141461411374621e-05, + "R": 5.169844371266663e-06, + "M": 0.0001225356973009184, + "O": 3.738168015843257e-05, + "W": 4.2697041635619826e-07, + "N": 9.712010751172784e-08, + "Y": 0.000971989706158638, + "U": 2.9210120544576057e-08, + "K": 2.018978619844347e-07, + "L": 5.980635705782333e-06, + "G": 0.0001478313497500494, + "F": 0.0028619333170354366, + "E": 1.7306606423517223e-06, + "T": 0.0004573504556901753, + "P": 0.0008157116244547069, + "-": 0.9945546388626099 + }, + "id": "tp_20391" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2548882, + "label": "-", + "classification": { + "B": 1.5620056501575164e-06, + "S": 1.3560390470956918e-05, + "I": 1.5976582290022634e-05, + "C": 0.00021421327255666256, + "R": 1.8246733816340566e-05, + "M": 0.0013781143352389336, + "O": 0.00015849356714170426, + "W": 3.97681742470013e-06, + "N": 1.4109984931565123e-06, + "Y": 0.013594526797533035, + "U": 6.073836544828737e-08, + "K": 4.720284414361231e-05, + "L": 0.00010522635420784354, + "G": 0.03651154041290283, + "F": 0.24273239076137543, + "E": 0.0009160363697446883, + "T": 0.0036180547904223204, + "P": 0.002160417614504695, + "-": 0.6985089778900146 + }, + "id": "tp_20392" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2549016, + "label": "-", + "classification": { + "B": 4.2777850467246026e-05, + "S": 7.666348210477736e-06, + "I": 2.185422636102885e-05, + "C": 4.202841955702752e-05, + "R": 6.699039204249857e-06, + "M": 0.0005839279037900269, + "O": 0.0001756243291310966, + "W": 2.588232746347785e-06, + "N": 1.2991176845389418e-06, + "Y": 0.0008020950481295586, + "U": 3.1244218234860455e-07, + "K": 6.01951740009099e-07, + "L": 7.78868343331851e-05, + "G": 0.0009640776552259922, + "F": 0.005451243370771408, + "E": 0.00014040597307030112, + "T": 0.0005988957709632814, + "P": 0.01691400818526745, + "-": 0.9741660356521606 + }, + "id": "tp_20393" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2549149, + "label": "-", + "classification": { + "B": 2.2610772987263772e-07, + "S": 2.7253634016233264e-06, + "I": 9.449112985748798e-05, + "C": 0.00020851794397458434, + "R": 2.888623930630274e-05, + "M": 0.00017549312906339765, + "O": 0.0001268184423679486, + "W": 7.234194981720066e-06, + "N": 1.8530048691900447e-05, + "Y": 0.11399630457162857, + "U": 1.8027034798251407e-07, + "K": 0.03370578587055206, + "L": 2.189258339058142e-06, + "G": 0.02070424146950245, + "F": 0.03345346078276634, + "E": 0.002136710798367858, + "T": 0.0024476468097418547, + "P": 0.005197024904191494, + "-": 0.7876935601234436 + }, + "id": "tp_20394" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2549283, + "label": "-", + "classification": { + "B": 6.562954606853522e-12, + "S": 1.300930058123484e-10, + "I": 1.914323632945525e-08, + "C": 2.199704862704266e-10, + "R": 2.5296136713093276e-11, + "M": 3.6094192523705715e-07, + "O": 9.829239644432164e-09, + "W": 3.217787147846707e-11, + "N": 2.0461000949101305e-10, + "Y": 1.077333672583336e-05, + "U": 5.68074667167684e-13, + "K": 1.47299261676892e-09, + "L": 4.2667553518116463e-11, + "G": 1.9849809973493393e-07, + "F": 0.00011511148477438837, + "E": 2.0104411646570952e-07, + "T": 9.638147275836673e-06, + "P": 0.0017614727839827538, + "-": 0.9981022477149963 + }, + "id": "tp_20395" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2549383, + "label": "-", + "classification": { + "B": 5.023617966060101e-09, + "S": 5.286612037025407e-09, + "I": 1.5616217297065305e-07, + "C": 7.931075742817484e-07, + "R": 7.528613821250474e-08, + "M": 9.033312380779535e-06, + "O": 7.506442898375099e-07, + "W": 3.4851519448153567e-09, + "N": 2.6258979435311858e-09, + "Y": 0.00013019045582041144, + "U": 4.712396028949684e-10, + "K": 2.550867783668309e-08, + "L": 7.742363550278242e-08, + "G": 2.6016496121883392e-05, + "F": 0.0004934858297929168, + "E": 9.137035021922202e-07, + "T": 7.303740858333185e-05, + "P": 0.0005235004937276244, + "-": 0.9987420439720154 + }, + "id": "tp_20396" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2549516, + "label": "-", + "classification": { + "B": 1.3931537523603765e-07, + "S": 1.3504414653198182e-07, + "I": 4.776988134835847e-06, + "C": 2.7182207418263715e-07, + "R": 9.782337428987375e-08, + "M": 4.468716724659316e-05, + "O": 4.8196961870417e-06, + "W": 5.4687852468759957e-08, + "N": 9.683152057959887e-08, + "Y": 0.00042517451220192015, + "U": 3.069745790895695e-09, + "K": 1.9954521235376887e-07, + "L": 1.7130363971773477e-07, + "G": 4.29837527917698e-05, + "F": 0.0006075689452700317, + "E": 9.6820731414482e-06, + "T": 0.00025639455998316407, + "P": 0.004795710556209087, + "-": 0.9938071370124817 + }, + "id": "tp_20397" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2549650, + "label": "Y", + "classification": { + "B": 1.3144087915861746e-06, + "S": 0.00018007967446465045, + "I": 4.4163938582642004e-05, + "C": 8.433220500592142e-05, + "R": 0.0001246778410859406, + "M": 0.019037768244743347, + "O": 0.0029097998049110174, + "W": 1.6665046132402495e-05, + "N": 1.2311676300669205e-06, + "Y": 0.522702157497406, + "U": 5.2406567974117024e-09, + "K": 1.5472609220523736e-06, + "L": 0.0004745458427350968, + "G": 0.044704098254442215, + "F": 0.025041211396455765, + "E": 2.2610443920711987e-05, + "T": 0.09857174009084702, + "P": 5.210134622757323e-05, + "-": 0.28602996468544006 + }, + "id": "tp_20398" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2549783, + "label": "-", + "classification": { + "B": 5.988923703625915e-07, + "S": 9.802837666939013e-06, + "I": 6.300611232745723e-08, + "C": 6.911518113383863e-08, + "R": 6.017408082925613e-08, + "M": 3.116027801297605e-05, + "O": 6.623150693485513e-05, + "W": 1.1272634310444118e-06, + "N": 4.932498409715436e-09, + "Y": 3.0007013265276328e-05, + "U": 1.5465674574333121e-10, + "K": 8.401640272381883e-09, + "L": 2.7743838018068345e-06, + "G": 3.48270041286014e-05, + "F": 0.029885098338127136, + "E": 4.637504105176049e-07, + "T": 3.447911512921564e-05, + "P": 0.0009451463702134788, + "-": 0.9689580202102661 + }, + "id": "tp_20399" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2549883, + "label": "-", + "classification": { + "B": 3.325931974273999e-09, + "S": 1.5177274548250352e-08, + "I": 5.785634016319818e-07, + "C": 1.2264059705557884e-06, + "R": 1.5379342244159488e-07, + "M": 8.17134332464775e-06, + "O": 9.477672051616537e-07, + "W": 1.8054974404435598e-08, + "N": 2.744027405299221e-08, + "Y": 0.0011794152669608593, + "U": 1.5243877271586825e-09, + "K": 2.5022736735991202e-06, + "L": 8.752545710422055e-08, + "G": 0.00014093518257141113, + "F": 0.01572745107114315, + "E": 2.0039058654219843e-05, + "T": 0.00019157514907419682, + "P": 0.00132305349688977, + "-": 0.9814038276672363 + }, + "id": "tp_20400" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2550017, + "label": "-", + "classification": { + "B": 6.606870162073619e-09, + "S": 1.7149925213288952e-07, + "I": 1.0891183066519261e-08, + "C": 7.499001952737672e-08, + "R": 1.2875636556941572e-08, + "M": 0.00014655551058240235, + "O": 3.284505510237068e-06, + "W": 8.194921186088777e-09, + "N": 4.4990769443309375e-10, + "Y": 0.0008073181961663067, + "U": 1.3239079971194556e-11, + "K": 9.675905410233554e-09, + "L": 7.076904466885026e-07, + "G": 0.00020857130584772676, + "F": 0.019349701702594757, + "E": 1.4769299241379485e-06, + "T": 0.0003598621697165072, + "P": 9.768541349330917e-05, + "-": 0.9790245294570923 + }, + "id": "tp_20401" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2550150, + "label": "-", + "classification": { + "B": 2.004144334932789e-06, + "S": 5.37581456683256e-07, + "I": 3.4007458452833816e-05, + "C": 1.664261276346224e-06, + "R": 4.483272846300679e-07, + "M": 3.5361186746740714e-05, + "O": 1.0813212611537892e-05, + "W": 5.375461000767245e-07, + "N": 3.1335041512647877e-06, + "Y": 0.0006616231985390186, + "U": 2.052867955626425e-07, + "K": 2.4177283194148913e-05, + "L": 5.421575224318076e-07, + "G": 0.00025974094751290977, + "F": 0.003250800771638751, + "E": 0.0004117497883271426, + "T": 0.0003515736316330731, + "P": 0.10210415720939636, + "-": 0.892846941947937 + }, + "id": "tp_20402" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2550250, + "label": "-", + "classification": { + "B": 3.761892575226966e-09, + "S": 9.35359456555318e-10, + "I": 2.265249179345119e-07, + "C": 1.8773622514345334e-06, + "R": 3.119489235814399e-07, + "M": 1.0289559213561006e-06, + "O": 5.479271862895985e-07, + "W": 4.534074893314255e-09, + "N": 1.742086919165331e-09, + "Y": 6.0519378166645765e-05, + "U": 2.1996142685054565e-09, + "K": 3.7000486230454044e-08, + "L": 4.5362913425606166e-08, + "G": 7.63820298743667e-06, + "F": 0.0001508153509348631, + "E": 4.563402100643543e-08, + "T": 2.7175969080417417e-05, + "P": 0.00042997521813958883, + "-": 0.9993196725845337 + }, + "id": "tp_20403" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2550384, + "label": "-", + "classification": { + "B": 7.344042596280076e-10, + "S": 1.7536211371904642e-09, + "I": 3.5133500553286012e-09, + "C": 3.065346732000762e-08, + "R": 4.001854847501818e-09, + "M": 1.7557440514792688e-06, + "O": 3.0105724135864875e-07, + "W": 4.611000747889449e-10, + "N": 2.438846867514055e-11, + "Y": 1.2060730114171747e-05, + "U": 2.559234725182935e-12, + "K": 1.185927467339809e-10, + "L": 1.92760136741299e-08, + "G": 4.474654360819841e-06, + "F": 0.00019640910613816231, + "E": 2.4111960428285784e-08, + "T": 4.683899987867335e-06, + "P": 0.00016734520613681525, + "-": 0.9996128678321838 + }, + "id": "tp_20404" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2550517, + "label": "-", + "classification": { + "B": 2.15092632593894e-09, + "S": 9.789935120352311e-07, + "I": 1.5546690974588273e-06, + "C": 1.0551574632700067e-05, + "R": 2.1545797608268913e-06, + "M": 0.00014948740135878325, + "O": 3.34877404384315e-05, + "W": 3.1948161449690815e-07, + "N": 7.914152178045697e-08, + "Y": 0.0192132368683815, + "U": 7.045030114838369e-10, + "K": 2.56620501204452e-06, + "L": 7.809937869751593e-07, + "G": 0.0005831669550389051, + "F": 0.007651850581169128, + "E": 1.7627818351684255e-06, + "T": 0.005206921137869358, + "P": 0.00022370353690348566, + "-": 0.9669175148010254 + }, + "id": "tp_20405" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2550651, + "label": "-", + "classification": { + "B": 2.1689265850000083e-05, + "S": 1.9182723917765543e-05, + "I": 0.00016550873988308012, + "C": 0.0006371870404109359, + "R": 0.00013338835560716689, + "M": 0.00454033212736249, + "O": 0.0002827355929184705, + "W": 1.1053183698095381e-05, + "N": 7.737005944363773e-06, + "Y": 0.03570890799164772, + "U": 1.5054803270686534e-06, + "K": 0.0002371671871514991, + "L": 0.00016779509314801544, + "G": 0.03875377029180527, + "F": 0.03409116342663765, + "E": 0.0016077850013971329, + "T": 0.008408679626882076, + "P": 0.004807517863810062, + "-": 0.8703967332839966 + }, + "id": "tp_20406" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2550751, + "label": "-", + "classification": { + "B": 6.025563159539615e-09, + "S": 3.5541876286515617e-07, + "I": 9.111388408200582e-07, + "C": 1.9004149862666964e-06, + "R": 1.822413082663843e-07, + "M": 9.35168191062985e-06, + "O": 5.040265932620969e-06, + "W": 2.0333628469870746e-07, + "N": 2.1063569022317097e-07, + "Y": 0.0013250262709334493, + "U": 2.8113655847761265e-09, + "K": 8.814535976853222e-05, + "L": 1.1326535798161785e-07, + "G": 0.00014509599714074284, + "F": 0.07141146808862686, + "E": 0.00010382911568740383, + "T": 0.00024447328178212047, + "P": 0.006405236665159464, + "-": 0.9202585816383362 + }, + "id": "tp_20407" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2550884, + "label": "-", + "classification": { + "B": 2.0740687034503935e-07, + "S": 2.211876761748499e-07, + "I": 1.1021222235285677e-05, + "C": 2.0804060113732703e-05, + "R": 6.025313268764876e-06, + "M": 0.00022232282208278775, + "O": 1.83790507435333e-05, + "W": 2.358472244168297e-07, + "N": 1.7359134574235213e-07, + "Y": 0.0022750231437385082, + "U": 6.308912503527608e-08, + "K": 6.506535044081829e-08, + "L": 5.408468041423475e-06, + "G": 0.00021330271556507796, + "F": 0.0012830138439312577, + "E": 5.101911938254489e-06, + "T": 0.0013611932517960668, + "P": 0.003013292094692588, + "-": 0.9915640354156494 + }, + "id": "tp_20408" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2551018, + "label": "-", + "classification": { + "B": 7.483522829199174e-11, + "S": 2.1669105620958362e-08, + "I": 1.1854415760126358e-07, + "C": 3.2795486326619994e-09, + "R": 1.6167361893693055e-09, + "M": 3.029354957106989e-05, + "O": 1.2185118976049125e-06, + "W": 1.1937651978044528e-09, + "N": 7.845930016792124e-10, + "Y": 0.0027802027761936188, + "U": 1.5698879913053632e-12, + "K": 2.781921137895438e-09, + "L": 1.792198389694022e-08, + "G": 1.8961954992846586e-05, + "F": 0.0008346711401827633, + "E": 2.409042849649268e-07, + "T": 0.0006837925175204873, + "P": 8.219537266995758e-05, + "-": 0.9955682158470154 + }, + "id": "tp_20409" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2551151, + "label": "-", + "classification": { + "B": 3.7050984502684514e-08, + "S": 4.418741639256041e-07, + "I": 2.953818693640642e-06, + "C": 1.4477018339675851e-06, + "R": 2.2876409389027685e-07, + "M": 4.952662948198849e-06, + "O": 6.983548701100517e-06, + "W": 8.729473393032094e-07, + "N": 1.0745138752099592e-06, + "Y": 0.0010918588377535343, + "U": 4.4430240819792743e-08, + "K": 0.0006284010014496744, + "L": 1.203292328000316e-07, + "G": 0.000134949543280527, + "F": 0.1150539293885231, + "E": 0.00015189115947578102, + "T": 0.00014708000526297837, + "P": 0.01978885941207409, + "-": 0.8629838824272156 + }, + "id": "tp_20410" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2551251, + "label": "-", + "classification": { + "B": 4.927797817799728e-06, + "S": 0.00010835915600182489, + "I": 4.653201358451042e-06, + "C": 2.4612452762085013e-05, + "R": 9.184030204778537e-06, + "M": 0.0022847859654575586, + "O": 0.0006590074626728892, + "W": 1.4067554729990661e-05, + "N": 7.122181955310225e-07, + "Y": 0.0516853854060173, + "U": 6.909911753893994e-09, + "K": 0.00010092499724123627, + "L": 4.8768226406536996e-05, + "G": 0.04610675200819969, + "F": 0.10073496401309967, + "E": 0.00013811964890919626, + "T": 0.011654091998934746, + "P": 0.0002494442160241306, + "-": 0.7861712574958801 + }, + "id": "tp_20411" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2551385, + "label": "-", + "classification": { + "B": 9.109856868860788e-09, + "S": 3.1229541175292752e-09, + "I": 8.874970376382407e-07, + "C": 0.00012990599498152733, + "R": 9.17391571420012e-06, + "M": 7.739414286334068e-06, + "O": 2.06659615287208e-06, + "W": 6.894328219431145e-09, + "N": 5.728717944464279e-09, + "Y": 0.000583292858209461, + "U": 1.6969471161587535e-08, + "K": 2.5665923431006377e-07, + "L": 1.2441337275959086e-06, + "G": 0.0002599687722977251, + "F": 0.0007927975966595113, + "E": 6.405289809663373e-07, + "T": 0.00010541278606979176, + "P": 0.0002465829311404377, + "-": 0.9978598952293396 + }, + "id": "tp_20412" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2551518, + "label": "-", + "classification": { + "B": 1.0332668054502392e-08, + "S": 7.634676535417384e-08, + "I": 4.850120149058057e-06, + "C": 6.176600777507701e-07, + "R": 2.247554391487938e-07, + "M": 8.113028161460534e-05, + "O": 5.4446195463242475e-06, + "W": 3.444810658947972e-08, + "N": 3.968296624634604e-08, + "Y": 0.00313938083127141, + "U": 3.3618345884889322e-09, + "K": 7.2614030344198e-09, + "L": 3.587761341350415e-07, + "G": 2.6297959266230464e-05, + "F": 0.00012758144293911755, + "E": 7.21269771020161e-07, + "T": 0.003024729900062084, + "P": 0.0009547817753627896, + "-": 0.9926337599754333 + }, + "id": "tp_20413" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2551652, + "label": "-", + "classification": { + "B": 8.453912414552178e-06, + "S": 9.973462510970421e-06, + "I": 7.758189894957468e-06, + "C": 0.0005287788808345795, + "R": 9.381114796269685e-05, + "M": 0.0013169654412195086, + "O": 0.0002868021547328681, + "W": 4.772376541950507e-06, + "N": 5.256645181361819e-07, + "Y": 0.02542026713490486, + "U": 2.1309045905582025e-07, + "K": 1.492586397944251e-05, + "L": 0.00017362133075948805, + "G": 0.023615822196006775, + "F": 0.04472511261701584, + "E": 4.8083322326419875e-05, + "T": 0.006561574060469866, + "P": 0.000752161955460906, + "-": 0.8964303731918335 + }, + "id": "tp_20414" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2551752, + "label": "-", + "classification": { + "B": 8.97822705070439e-09, + "S": 4.305987033603742e-08, + "I": 7.516443292843178e-05, + "C": 9.284538464271463e-06, + "R": 1.7305492292507552e-06, + "M": 3.076228313148022e-05, + "O": 6.269986897677882e-06, + "W": 1.555218744897502e-07, + "N": 1.2119087386963656e-06, + "Y": 0.006706332787871361, + "U": 1.278589856212875e-08, + "K": 1.347576380794635e-05, + "L": 8.422211550396241e-08, + "G": 0.0002505010343156755, + "F": 0.0015301121165975928, + "E": 8.52644516271539e-05, + "T": 0.0005993562517687678, + "P": 0.004481758922338486, + "-": 0.9862085580825806 + }, + "id": "tp_20415" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2551885, + "label": "-", + "classification": { + "B": 1.8339779694898084e-10, + "S": 7.97965304943915e-10, + "I": 6.717654628118908e-07, + "C": 8.20540222434829e-08, + "R": 1.3572895696256637e-08, + "M": 1.5179525689745788e-06, + "O": 1.5027028155145672e-07, + "W": 1.5543861753286592e-09, + "N": 3.995248576416088e-09, + "Y": 6.660199142061174e-05, + "U": 4.598649516740494e-10, + "K": 5.423768545398389e-09, + "L": 1.0706757258560629e-08, + "G": 2.284430820509442e-06, + "F": 0.00037123652873560786, + "E": 5.208009952184511e-07, + "T": 2.636777571751736e-05, + "P": 0.0038172337226569653, + "-": 0.9957133531570435 + }, + "id": "tp_20416" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2552019, + "label": "-", + "classification": { + "B": 6.859257051239354e-10, + "S": 1.713173247708255e-08, + "I": 3.206117469289893e-07, + "C": 1.8691533796300064e-06, + "R": 3.669303225706244e-07, + "M": 1.1345906386850402e-05, + "O": 1.908314516185783e-06, + "W": 1.3925662400993133e-08, + "N": 5.502810207502762e-09, + "Y": 0.0013300677528604865, + "U": 1.1615673978226937e-09, + "K": 9.231007425114512e-07, + "L": 2.447434326313669e-07, + "G": 0.00014106756134424359, + "F": 0.006148878019303083, + "E": 9.005775609693956e-07, + "T": 0.00021360169921535999, + "P": 0.0002649046073202044, + "-": 0.991883397102356 + }, + "id": "tp_20417" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2552152, + "label": "-", + "classification": { + "B": 9.010979740153857e-10, + "S": 3.004111093218853e-08, + "I": 9.679958168362646e-09, + "C": 1.2113000025237852e-07, + "R": 2.4563963307855374e-08, + "M": 4.839116627408657e-06, + "O": 1.0685481584005174e-06, + "W": 5.655560464390419e-09, + "N": 1.3502052809144516e-09, + "Y": 0.0017827821429818869, + "U": 2.8058824361187895e-11, + "K": 2.3053880795487203e-05, + "L": 2.8285947806239164e-08, + "G": 0.0002810257428791374, + "F": 0.02571691945195198, + "E": 2.327872834939626e-06, + "T": 7.766725320834666e-05, + "P": 9.93040157482028e-05, + "-": 0.9720108509063721 + }, + "id": "tp_20418" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2552252, + "label": "-", + "classification": { + "B": 5.366593541111797e-05, + "S": 0.0005722515634261072, + "I": 0.0005490152980200946, + "C": 0.002654728014022112, + "R": 0.0012455922551453114, + "M": 0.005971996113657951, + "O": 0.005031117238104343, + "W": 0.00040653531323187053, + "N": 8.327612886205316e-05, + "Y": 0.03416496515274048, + "U": 3.9914888475323096e-05, + "K": 0.0005089208716526628, + "L": 0.0017716755392029881, + "G": 0.020165033638477325, + "F": 0.11194209009408951, + "E": 0.00043331150664016604, + "T": 0.017276545986533165, + "P": 0.011127394624054432, + "-": 0.786001980304718 + }, + "id": "tp_20419" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2552386, + "label": "-", + "classification": { + "B": 1.2615238347279956e-06, + "S": 3.085320713580586e-05, + "I": 0.000671370595227927, + "C": 6.491210660897195e-05, + "R": 1.3242379282019101e-05, + "M": 0.0001251155190402642, + "O": 0.00013006979133933783, + "W": 2.9780438126181252e-05, + "N": 0.00037068012170493603, + "Y": 0.031317088752985, + "U": 1.5666787476220634e-06, + "K": 0.05516298487782478, + "L": 1.8759990325634135e-06, + "G": 0.005065335426479578, + "F": 0.10782848298549652, + "E": 0.01658466085791588, + "T": 0.003911460284143686, + "P": 0.07641154527664185, + "-": 0.7022777795791626 + }, + "id": "tp_20420" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2552519, + "label": "-", + "classification": { + "B": 5.28514762472088e-15, + "S": 1.8787326295371942e-14, + "I": 6.040504207938113e-11, + "C": 1.1916810593870508e-10, + "R": 1.8116302728798939e-12, + "M": 7.329089557472912e-10, + "O": 8.449171223778862e-11, + "W": 2.2118308771437896e-14, + "N": 1.7542309835652525e-13, + "Y": 1.7735112578520784e-06, + "U": 4.0688684518029594e-15, + "K": 4.48848493095344e-11, + "L": 3.98491027502057e-13, + "G": 6.517676354178548e-08, + "F": 1.6704389054211788e-05, + "E": 7.652801170543455e-10, + "T": 7.273961699638676e-08, + "P": 9.3217589892447e-05, + "-": 0.9998881816864014 + }, + "id": "tp_20421" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2552653, + "label": "-", + "classification": { + "B": 2.0857639526639105e-07, + "S": 1.6233269661825034e-06, + "I": 1.4556960650224937e-06, + "C": 2.564086798884091e-06, + "R": 1.9692288333317265e-07, + "M": 5.104513911646791e-05, + "O": 1.711701952444855e-05, + "W": 4.774943818119937e-07, + "N": 3.671040929020819e-07, + "Y": 0.0003094988933298737, + "U": 2.987346903182697e-08, + "K": 4.489777438720921e-06, + "L": 1.1312995411572047e-06, + "G": 0.00010512169683352113, + "F": 0.015158246271312237, + "E": 5.818551653646864e-05, + "T": 0.0002722658100537956, + "P": 0.021436426788568497, + "-": 0.962579607963562 + }, + "id": "tp_20422" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2552753, + "label": "-", + "classification": { + "B": 1.9432658859841467e-07, + "S": 1.7577816606717533e-06, + "I": 5.519023761735298e-05, + "C": 0.0010788971558213234, + "R": 0.00015450935461558402, + "M": 0.0010764668695628643, + "O": 0.000460910756373778, + "W": 3.2734283195168246e-06, + "N": 3.337592943353229e-06, + "Y": 0.1886688619852066, + "U": 1.4871656617287954e-07, + "K": 0.0009462119196541607, + "L": 4.000540138804354e-05, + "G": 0.055996522307395935, + "F": 0.019631382077932358, + "E": 0.00016103844973258674, + "T": 0.012006309814751148, + "P": 0.0005023743724450469, + "-": 0.7192126512527466 + }, + "id": "tp_20423" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2552886, + "label": "-", + "classification": { + "B": 9.679878232304873e-09, + "S": 5.370708890950482e-07, + "I": 7.3908795457100496e-06, + "C": 7.916033609944861e-06, + "R": 1.3071743296677596e-06, + "M": 5.587600026046857e-05, + "O": 1.8056707631330937e-05, + "W": 4.7671596803411376e-07, + "N": 8.835366998027894e-07, + "Y": 0.02430656924843788, + "U": 2.8782800587379143e-09, + "K": 0.00020516433869488537, + "L": 2.762084818641597e-07, + "G": 0.002796175191178918, + "F": 0.037137407809495926, + "E": 0.0002804170362651348, + "T": 0.0015748245641589165, + "P": 0.002936022588983178, + "-": 0.9306706190109253 + }, + "id": "tp_20424" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2553020, + "label": "-", + "classification": { + "B": 9.536548895994201e-05, + "S": 0.0002651146787684411, + "I": 6.4920648583211e-05, + "C": 0.0009097019210457802, + "R": 0.0004086547705810517, + "M": 0.014276565052568913, + "O": 0.004390275571495295, + "W": 0.00010184961865888909, + "N": 4.9218974709219765e-06, + "Y": 0.034420304000377655, + "U": 8.815333103484591e-07, + "K": 1.0335751539969351e-05, + "L": 0.0020763424690812826, + "G": 0.029838405549526215, + "F": 0.02923278696835041, + "E": 0.000263742811512202, + "T": 0.011883722618222237, + "P": 0.0018452295335009694, + "-": 0.8699107766151428 + }, + "id": "tp_20425" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2553153, + "label": "-", + "classification": { + "B": 1.2311048180890793e-08, + "S": 1.1046297743178002e-07, + "I": 2.2503478191993054e-07, + "C": 1.1593214566119059e-07, + "R": 3.552982974497354e-08, + "M": 2.2535006792168133e-05, + "O": 1.78955838237016e-06, + "W": 1.514458070062119e-08, + "N": 4.6094723593625986e-09, + "Y": 0.00025466186343692243, + "U": 2.402718302096929e-10, + "K": 1.997678111820278e-08, + "L": 8.20662577893927e-08, + "G": 1.6897363821044564e-05, + "F": 0.0012887998018413782, + "E": 1.1279684031251236e-06, + "T": 0.00020137804676778615, + "P": 0.0007725173491053283, + "-": 0.9974396228790283 + }, + "id": "tp_20426" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2553253, + "label": "-", + "classification": { + "B": 1.5843669487480838e-08, + "S": 7.064565579639748e-06, + "I": 1.9365704417850793e-07, + "C": 1.1069091669924092e-05, + "R": 1.9614128632383654e-06, + "M": 8.583418821217492e-05, + "O": 6.477460556197912e-05, + "W": 1.1676007716232562e-06, + "N": 6.118683160138971e-08, + "Y": 0.000809498131275177, + "U": 2.9793629785501707e-09, + "K": 2.7625228540273383e-05, + "L": 7.330785138037754e-06, + "G": 0.0014887863071635365, + "F": 0.19225122034549713, + "E": 1.7845681213657372e-05, + "T": 0.0007224834407679737, + "P": 0.000542652269359678, + "-": 0.803960382938385 + }, + "id": "tp_20427" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2553387, + "label": "-", + "classification": { + "B": 2.5678886572677584e-07, + "S": 7.536803423136007e-06, + "I": 3.3536921364429872e-06, + "C": 5.44151077974675e-07, + "R": 9.78767431547567e-08, + "M": 4.703111699200235e-06, + "O": 7.912450200819876e-06, + "W": 6.812587685089966e-07, + "N": 9.87210569292074e-07, + "Y": 6.022084198775701e-05, + "U": 4.393338581820672e-09, + "K": 5.024777783546597e-05, + "L": 2.3694657613759773e-07, + "G": 0.0002676241856534034, + "F": 0.14726978540420532, + "E": 0.0005097003886476159, + "T": 5.786512338090688e-05, + "P": 0.0652674213051796, + "-": 0.786490797996521 + }, + "id": "tp_20428" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2553520, + "label": "-", + "classification": { + "B": 3.2976649322336016e-07, + "S": 2.4779351406323258e-06, + "I": 4.594373876898317e-06, + "C": 2.3943708583828993e-05, + "R": 5.30198894921341e-06, + "M": 0.0016851004911586642, + "O": 6.572835263796151e-05, + "W": 6.138592425486422e-07, + "N": 2.6398180352771305e-07, + "Y": 0.0202340055257082, + "U": 1.7834471677247166e-08, + "K": 2.4412638595094904e-06, + "L": 1.6885363947949372e-05, + "G": 0.003957666456699371, + "F": 0.018334293738007545, + "E": 0.00014153092342894524, + "T": 0.003608216065913439, + "P": 0.0010456661693751812, + "-": 0.950870931148529 + }, + "id": "tp_20429" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2553654, + "label": "-", + "classification": { + "B": 0.00010609326272970065, + "S": 1.131306362367468e-05, + "I": 0.00038501646486110985, + "C": 0.00021934512187726796, + "R": 5.483152563101612e-05, + "M": 0.0009221569634974003, + "O": 0.00021272942831274122, + "W": 1.1061856639571488e-05, + "N": 7.495820682379417e-06, + "Y": 0.003854303387925029, + "U": 1.2609848454303574e-06, + "K": 3.1774857234267984e-06, + "L": 7.166227442212403e-05, + "G": 0.001848198939114809, + "F": 0.004535331390798092, + "E": 0.0002670085523277521, + "T": 0.0016654877690598369, + "P": 0.02383786253631115, + "-": 0.9619856476783752 + }, + "id": "tp_20430" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2553754, + "label": "-", + "classification": { + "B": 1.6866288206074387e-05, + "S": 6.633592420257628e-06, + "I": 2.086019094349467e-06, + "C": 4.290536253392929e-06, + "R": 1.0456623158461298e-06, + "M": 0.00019000396423507482, + "O": 7.225354056572542e-05, + "W": 1.235715558323136e-06, + "N": 1.2456206377464696e-07, + "Y": 0.00015377630188595504, + "U": 1.5487659155155598e-08, + "K": 9.453977156681503e-08, + "L": 1.1254984201514162e-05, + "G": 0.0002015878417296335, + "F": 0.013691543601453304, + "E": 1.099769269785611e-05, + "T": 0.00011515687947394326, + "P": 0.0059295836836099625, + "-": 0.9795913696289062 + }, + "id": "tp_20431" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2553887, + "label": "-", + "classification": { + "B": 1.5763967908810628e-08, + "S": 4.16492120791645e-08, + "I": 9.623572161387983e-09, + "C": 2.9150842806302535e-07, + "R": 3.994844632870809e-08, + "M": 1.3959411262476351e-05, + "O": 3.7655074720532866e-06, + "W": 1.0793278271137297e-08, + "N": 2.1316953757732904e-10, + "Y": 0.000396899034967646, + "U": 1.1433316099429547e-11, + "K": 3.6833764482935294e-08, + "L": 4.1698280028867885e-07, + "G": 0.0005657707224600017, + "F": 0.006865394301712513, + "E": 1.0612070582283195e-06, + "T": 3.778005702770315e-05, + "P": 7.17014045221731e-05, + "-": 0.9920428395271301 + }, + "id": "tp_20432" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2554021, + "label": "-", + "classification": { + "B": 4.232643186696805e-05, + "S": 1.998123843804933e-05, + "I": 1.7597094483789988e-05, + "C": 7.700529749854468e-06, + "R": 6.653902346442919e-06, + "M": 0.000829290016554296, + "O": 0.0005004489212296903, + "W": 1.7141917851404287e-05, + "N": 9.58375153459201e-07, + "Y": 0.005027560517191887, + "U": 1.900285866440754e-07, + "K": 6.231272777768027e-07, + "L": 5.462095214170404e-05, + "G": 0.0006546134245581925, + "F": 0.002546868287026882, + "E": 2.4521341401850805e-05, + "T": 0.002338005928322673, + "P": 0.0024844524450600147, + "-": 0.9854264259338379 + }, + "id": "tp_20433" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2554154, + "label": "-", + "classification": { + "B": 3.9319385081171276e-08, + "S": 2.472433777711558e-07, + "I": 2.657107870618347e-06, + "C": 2.4472587938362267e-06, + "R": 4.3131564098075614e-07, + "M": 9.68716722127283e-06, + "O": 7.925089448690414e-06, + "W": 2.058982460084735e-07, + "N": 3.729800823748519e-07, + "Y": 0.0004422098572831601, + "U": 6.946534458762699e-09, + "K": 5.162800334801432e-06, + "L": 2.3814604332983436e-07, + "G": 0.000123461228213273, + "F": 0.021272936835885048, + "E": 5.78067556489259e-05, + "T": 9.477481944486499e-05, + "P": 0.017346790060400963, + "-": 0.9606326222419739 + }, + "id": "tp_20434" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2554254, + "label": "-", + "classification": { + "B": 3.891205760386818e-11, + "S": 2.8915581040678262e-09, + "I": 2.434128010264658e-09, + "C": 3.6027194028065423e-07, + "R": 1.2599105758681617e-08, + "M": 1.8770339238471934e-06, + "O": 2.5515598167658027e-07, + "W": 9.558818181432116e-10, + "N": 2.1915760872737167e-10, + "Y": 0.0005866713472642004, + "U": 6.924328298241189e-12, + "K": 5.30451529812126e-07, + "L": 1.1531813726151086e-08, + "G": 8.588429045630619e-05, + "F": 0.03287802264094353, + "E": 4.91286925807799e-07, + "T": 5.1320152124390006e-05, + "P": 0.00011826096306322142, + "-": 0.966276228427887 + }, + "id": "tp_20435" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2554388, + "label": "-", + "classification": { + "B": 4.264488935590283e-12, + "S": 1.0073552408895736e-10, + "I": 4.800736197463351e-11, + "C": 2.238080554217703e-10, + "R": 7.202360929881024e-11, + "M": 5.066851826995844e-07, + "O": 2.1237770653215193e-08, + "W": 8.621146331544427e-12, + "N": 3.2726157396002764e-13, + "Y": 1.3715020031668246e-05, + "U": 3.865004138541321e-15, + "K": 1.2530438926044996e-12, + "L": 4.884531112914203e-10, + "G": 6.841819413239136e-07, + "F": 0.0005887929582968354, + "E": 1.1651791753664043e-09, + "T": 3.7446645819727564e-06, + "P": 1.0709695743571501e-05, + "-": 0.9993818998336792 + }, + "id": "tp_20436" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2554521, + "label": "-", + "classification": { + "B": 7.979499005994484e-11, + "S": 7.598209839088099e-10, + "I": 3.6303828832018326e-09, + "C": 3.7423815157922036e-09, + "R": 1.986191877634269e-09, + "M": 4.32040815212531e-06, + "O": 3.2522410720048356e-07, + "W": 1.1543219852194753e-10, + "N": 3.1922561382485837e-12, + "Y": 0.00016513958689756691, + "U": 6.139570595626795e-14, + "K": 1.3365044747998267e-12, + "L": 2.8854763911567716e-08, + "G": 8.229715604102239e-06, + "F": 7.62497802497819e-05, + "E": 2.002373156173576e-09, + "T": 4.996711868443526e-05, + "P": 6.635333647864172e-06, + "-": 0.999688982963562 + }, + "id": "tp_20437" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2554655, + "label": "-", + "classification": { + "B": 1.4591894359483604e-10, + "S": 1.1353076700970632e-08, + "I": 2.518213705116068e-06, + "C": 8.025669444577943e-07, + "R": 2.0518407950476103e-07, + "M": 1.1888157587236492e-06, + "O": 7.047693202366645e-07, + "W": 2.913105667801119e-08, + "N": 8.213834234993556e-08, + "Y": 0.0003909184306394309, + "U": 1.0910813363906868e-09, + "K": 3.2154999644262716e-05, + "L": 4.292661781590823e-09, + "G": 1.8016964531852864e-05, + "F": 0.002096526324748993, + "E": 1.157147198682651e-05, + "T": 5.6678974942769855e-05, + "P": 0.002881378633901477, + "-": 0.9945071339607239 + }, + "id": "tp_20438" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2554755, + "label": "-", + "classification": { + "B": 2.1004342709574075e-09, + "S": 4.066378878064825e-08, + "I": 2.7854031259266776e-07, + "C": 2.163048975489801e-06, + "R": 5.216269869379175e-07, + "M": 1.9930581402149983e-05, + "O": 5.301965302351164e-06, + "W": 3.025815686896749e-08, + "N": 3.990244135110288e-09, + "Y": 0.0009806299349293113, + "U": 5.721103035760677e-10, + "K": 5.082520182497774e-09, + "L": 5.041886765866366e-07, + "G": 3.7806919863214716e-05, + "F": 0.0015631576534360647, + "E": 1.8726190376128216e-07, + "T": 0.00018587030353955925, + "P": 0.00033129655639640987, + "-": 0.9968723654747009 + }, + "id": "tp_20439" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2554888, + "label": "-", + "classification": { + "B": 1.893350145110162e-06, + "S": 0.0001809456298360601, + "I": 7.867655222071335e-05, + "C": 0.0013143972028046846, + "R": 0.00023037071514409035, + "M": 0.0025944390799850225, + "O": 0.0016093285521492362, + "W": 3.587696483009495e-05, + "N": 4.111186626687413e-06, + "Y": 0.14085111021995544, + "U": 1.9514459381753113e-08, + "K": 7.165208080550656e-05, + "L": 8.172816887963563e-05, + "G": 0.03262483701109886, + "F": 0.03596768528223038, + "E": 6.574248982360587e-05, + "T": 0.03007766418159008, + "P": 0.00027101702289655805, + "-": 0.7539384365081787 + }, + "id": "tp_20440" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2555022, + "label": "-", + "classification": { + "B": 3.406011455808766e-05, + "S": 2.3416048861690797e-05, + "I": 4.2877400119323283e-05, + "C": 0.00016124502872116864, + "R": 3.6888748581986874e-05, + "M": 0.0018407588358968496, + "O": 0.0003837035910692066, + "W": 6.393422154360451e-06, + "N": 2.3980869627848733e-06, + "Y": 0.011810773983597755, + "U": 1.2205330222059274e-06, + "K": 1.146418071584776e-05, + "L": 0.00018032979278359562, + "G": 0.0058477772399783134, + "F": 0.023661591112613678, + "E": 7.468045077985153e-05, + "T": 0.0036705867387354374, + "P": 0.0030850733164697886, + "-": 0.9491246938705444 + }, + "id": "tp_20441" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2555155, + "label": "-", + "classification": { + "B": 2.1323992768884636e-05, + "S": 6.626292451983318e-05, + "I": 7.106249540811405e-05, + "C": 0.00034949672408401966, + "R": 9.481854795012623e-05, + "M": 0.007120573427528143, + "O": 0.0008327696123160422, + "W": 2.520166162867099e-05, + "N": 5.8857922340394e-06, + "Y": 0.025434482842683792, + "U": 7.851832606320386e-07, + "K": 2.6175959646934643e-05, + "L": 0.0005418689688667655, + "G": 0.028006963431835175, + "F": 0.058187056332826614, + "E": 0.0008256701985374093, + "T": 0.008775942958891392, + "P": 0.0041712746024131775, + "-": 0.8654423356056213 + }, + "id": "tp_20442" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2555255, + "label": "-", + "classification": { + "B": 1.953745432103915e-08, + "S": 2.64569717245422e-08, + "I": 3.578043106244877e-07, + "C": 1.288096700591268e-05, + "R": 9.90844000625657e-07, + "M": 1.581523974891752e-05, + "O": 3.317356458865106e-06, + "W": 2.2936465171596865e-08, + "N": 6.129514229513688e-09, + "Y": 0.00020556410891003907, + "U": 2.3305029017706147e-09, + "K": 5.4767919976939083e-08, + "L": 9.297489782511548e-07, + "G": 0.00011929438187507913, + "F": 0.004892812576144934, + "E": 5.924877655161254e-07, + "T": 6.582975038327277e-05, + "P": 0.0007927478291094303, + "-": 0.9938887357711792 + }, + "id": "tp_20443" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2555389, + "label": "-", + "classification": { + "B": 8.817120922266497e-10, + "S": 1.2017327133406752e-09, + "I": 2.725480063858754e-09, + "C": 3.3177995906186197e-09, + "R": 7.019532732854827e-10, + "M": 2.2185306534083793e-06, + "O": 1.0798008531764935e-07, + "W": 2.8253707706760167e-10, + "N": 4.305397358073115e-11, + "Y": 4.724853715742938e-05, + "U": 7.022712706500345e-12, + "K": 4.978099710228889e-09, + "L": 5.2435797925909355e-09, + "G": 5.156251518201316e-06, + "F": 0.000549500749912113, + "E": 2.7650861511574476e-07, + "T": 9.212793884216808e-06, + "P": 0.0003530064132064581, + "-": 0.9990333318710327 + }, + "id": "tp_20444" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2555522, + "label": "-", + "classification": { + "B": 7.641589832019235e-07, + "S": 3.2294424272549804e-06, + "I": 9.269394649891183e-05, + "C": 3.8450921238109e-06, + "R": 1.0282960829499643e-06, + "M": 0.00011762398207793012, + "O": 3.494573320494965e-05, + "W": 2.130644588760333e-06, + "N": 1.4745002772542648e-05, + "Y": 0.002676011761650443, + "U": 2.7201960506317846e-07, + "K": 9.307112486567348e-05, + "L": 2.031032636296004e-06, + "G": 0.0009796750964596868, + "F": 0.021264201030135155, + "E": 0.0008919575484469533, + "T": 0.0012428805930539966, + "P": 0.0560590997338295, + "-": 0.9165197014808655 + }, + "id": "tp_20445" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2555656, + "label": "-", + "classification": { + "B": 1.6501253412570804e-06, + "S": 9.241421707884001e-07, + "I": 0.00016178218356799334, + "C": 0.00019301840802654624, + "R": 3.981800182373263e-05, + "M": 0.0002531156351324171, + "O": 5.385022814152762e-05, + "W": 1.9243720998929348e-06, + "N": 4.913747034152038e-06, + "Y": 0.004192610736936331, + "U": 2.3794798380549764e-06, + "K": 4.205869572615484e-06, + "L": 1.4459947124123573e-05, + "G": 0.0007111630402505398, + "F": 0.003498696954920888, + "E": 9.861856960924342e-05, + "T": 0.001553462236188352, + "P": 0.022335456684231758, + "-": 0.9668779373168945 + }, + "id": "tp_20446" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2555756, + "label": "-", + "classification": { + "B": 2.4727749405428767e-05, + "S": 0.000647529202979058, + "I": 0.0006344488938339055, + "C": 0.0009307189611718059, + "R": 0.0002864282869268209, + "M": 0.004997976124286652, + "O": 0.001962637295946479, + "W": 0.00024263307568617165, + "N": 0.0001915887842187658, + "Y": 0.14299635589122772, + "U": 3.4608508485689526e-06, + "K": 0.01699470542371273, + "L": 0.00020822050282731652, + "G": 0.07655654847621918, + "F": 0.1402621865272522, + "E": 0.008672268129885197, + "T": 0.04151628911495209, + "P": 0.005243231542408466, + "-": 0.5576280951499939 + }, + "id": "tp_20447" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2555889, + "label": "-", + "classification": { + "B": 1.2944735772180138e-07, + "S": 4.450891083251918e-06, + "I": 3.854342622844342e-08, + "C": 2.2266980522545055e-05, + "R": 1.924193611557712e-06, + "M": 0.0007730890647508204, + "O": 0.00010443407518323511, + "W": 9.990598925924132e-08, + "N": 9.73521041558456e-10, + "Y": 0.0012199792545288801, + "U": 6.143666131386283e-11, + "K": 2.6626062465950895e-10, + "L": 0.000310927105601877, + "G": 0.006918515078723431, + "F": 0.07062510401010513, + "E": 7.840690727789479e-07, + "T": 0.0006797629175707698, + "P": 4.588550655171275e-05, + "-": 0.9192926287651062 + }, + "id": "tp_20448" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2556023, + "label": "-", + "classification": { + "B": 2.619688910243667e-10, + "S": 4.0458655092834306e-08, + "I": 1.3330841852621234e-07, + "C": 1.411593189004634e-06, + "R": 2.155819345261989e-07, + "M": 8.984496162156574e-06, + "O": 3.3833855468401453e-06, + "W": 2.744894622708216e-08, + "N": 7.699756388035439e-09, + "Y": 0.0014196489937603474, + "U": 1.9266038764342852e-10, + "K": 1.6726626199670136e-06, + "L": 1.9120257377380767e-07, + "G": 0.00017184618627652526, + "F": 0.018478721380233765, + "E": 2.408147111054859e-06, + "T": 0.00016219702956732363, + "P": 0.00036732785520143807, + "-": 0.979381799697876 + }, + "id": "tp_20449" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2556156, + "label": "-", + "classification": { + "B": 5.783333256736967e-10, + "S": 4.590239299773202e-09, + "I": 3.2022304807810542e-09, + "C": 6.318477829836411e-08, + "R": 1.1706213776108143e-08, + "M": 7.621129770996049e-05, + "O": 1.5804212125658523e-06, + "W": 4.2051900850381685e-10, + "N": 4.1166535458270204e-11, + "Y": 0.0005070652696304023, + "U": 1.6064560705991715e-12, + "K": 5.170299258172584e-11, + "L": 3.3811042499110044e-07, + "G": 6.648858834523708e-05, + "F": 0.001147513510659337, + "E": 8.397392292636141e-08, + "T": 7.412607374135405e-05, + "P": 4.0164130041375756e-05, + "-": 0.9980863332748413 + }, + "id": "tp_20450" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2556256, + "label": "-", + "classification": { + "B": 3.5161465916644374e-07, + "S": 1.1683945189133738e-07, + "I": 8.625176519672095e-07, + "C": 4.206960875308141e-05, + "R": 7.332099357881816e-06, + "M": 7.833484414732084e-05, + "O": 1.7489686797489412e-05, + "W": 1.435050194231735e-07, + "N": 2.645134777878866e-08, + "Y": 0.0009440523572266102, + "U": 1.4347593335628517e-08, + "K": 1.7092148141273356e-07, + "L": 6.117872999311658e-06, + "G": 0.0005642831092700362, + "F": 0.005345006473362446, + "E": 2.017364067796734e-06, + "T": 0.0002578536223154515, + "P": 0.0006963494815863669, + "-": 0.9920374155044556 + }, + "id": "tp_20451" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2556390, + "label": "-", + "classification": { + "B": 5.165596661527161e-08, + "S": 1.4381341770786094e-06, + "I": 1.4251880884330603e-06, + "C": 1.1254040146013722e-05, + "R": 1.227790107805049e-06, + "M": 0.00017504638526588678, + "O": 3.7471243558684364e-05, + "W": 4.5887566102464916e-07, + "N": 1.6819578263493895e-07, + "Y": 0.005502687301486731, + "U": 6.050836276472182e-09, + "K": 0.00010332810779800639, + "L": 6.577934982487932e-06, + "G": 0.0072262403555214405, + "F": 0.06525616347789764, + "E": 0.00021207232202868909, + "T": 0.0010328998323529959, + "P": 0.0011001386446878314, + "-": 0.9193313717842102 + }, + "id": "tp_20452" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2556523, + "label": "-", + "classification": { + "B": 1.3262609854791663e-06, + "S": 6.545115411427105e-06, + "I": 3.369413207110483e-06, + "C": 1.3243013199826237e-05, + "R": 6.0509687500598375e-06, + "M": 0.001044228789396584, + "O": 0.0001878351904451847, + "W": 1.2283702517379425e-06, + "N": 9.167708725499324e-08, + "Y": 0.004006886854767799, + "U": 2.1120204252156327e-08, + "K": 1.2304096230764117e-07, + "L": 8.247186633525416e-05, + "G": 0.0012566663790494204, + "F": 0.007890691049396992, + "E": 6.158091764518758e-06, + "T": 0.0014531025663018227, + "P": 0.0006442165467888117, + "-": 0.9833956956863403 + }, + "id": "tp_20453" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2556657, + "label": "-", + "classification": { + "B": 2.2860614790065625e-10, + "S": 1.893857515256059e-09, + "I": 1.3946409183063224e-07, + "C": 4.749459137087797e-08, + "R": 1.6614585263141635e-08, + "M": 3.903272045135964e-06, + "O": 3.8610639307989914e-07, + "W": 1.27435029195766e-09, + "N": 1.203698807294984e-09, + "Y": 0.0013841865584254265, + "U": 1.3760201311718845e-10, + "K": 5.273021770335617e-07, + "L": 1.179818998053861e-08, + "G": 3.1822975870454684e-05, + "F": 0.00026939244708046317, + "E": 4.878580170952773e-07, + "T": 0.00012911004887428135, + "P": 0.00014083522546570748, + "-": 0.998039186000824 + }, + "id": "tp_20454" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2556757, + "label": "-", + "classification": { + "B": 0.00010282408766215667, + "S": 0.00011331151472404599, + "I": 0.004664611537009478, + "C": 0.0003567312960512936, + "R": 0.0002556406834628433, + "M": 0.010968497954308987, + "O": 0.0014012797037139535, + "W": 6.700814265059307e-05, + "N": 0.00019241860718466341, + "Y": 0.09652012586593628, + "U": 9.755239261721727e-06, + "K": 0.0003041899763047695, + "L": 0.00026247912319377065, + "G": 0.026068368926644325, + "F": 0.01217503473162651, + "E": 0.0024449590127915144, + "T": 0.03652693331241608, + "P": 0.016580432653427124, + "-": 0.7909854054450989 + }, + "id": "tp_20455" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2556890, + "label": "-", + "classification": { + "B": 1.786557959349011e-06, + "S": 5.9574485931079835e-06, + "I": 7.735777762718499e-05, + "C": 0.00034073213464580476, + "R": 2.87966504401993e-05, + "M": 0.0002734110166784376, + "O": 9.946111822500825e-05, + "W": 7.37499749448034e-06, + "N": 2.2718108084518462e-05, + "Y": 0.015653220936655998, + "U": 4.000809440185549e-06, + "K": 0.0076935626566410065, + "L": 1.9337268895469606e-05, + "G": 0.013231303542852402, + "F": 0.08529199659824371, + "E": 0.0018975618295371532, + "T": 0.002994132461026311, + "P": 0.011425458826124668, + "-": 0.8609318137168884 + }, + "id": "tp_20456" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2557024, + "label": "-", + "classification": { + "B": 8.731393609195948e-05, + "S": 2.2124286260805093e-05, + "I": 9.454754763282835e-05, + "C": 5.0447961257304996e-05, + "R": 2.4860772100510076e-05, + "M": 0.0006676764460280538, + "O": 0.0004689573252107948, + "W": 2.0468782167881727e-05, + "N": 6.518978807434905e-06, + "Y": 0.0016318148700520396, + "U": 1.1964622217419674e-06, + "K": 2.065799435513327e-06, + "L": 0.00010797050344990566, + "G": 0.0010178122902289033, + "F": 0.010416926816105843, + "E": 0.00011628837091848254, + "T": 0.0010855846339836717, + "P": 0.017936864867806435, + "-": 0.9662404656410217 + }, + "id": "tp_20457" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2557157, + "label": "Y", + "classification": { + "B": 1.9919580154237337e-06, + "S": 0.0008103155414573848, + "I": 0.00045822354150004685, + "C": 0.0006181108765304089, + "R": 0.00017978774849325418, + "M": 0.004688941407948732, + "O": 0.001936653396114707, + "W": 9.734887134982273e-05, + "N": 5.3898784244665876e-05, + "Y": 0.525227963924408, + "U": 4.9495948672984014e-08, + "K": 0.00066508783493191, + "L": 9.041287557920441e-05, + "G": 0.06186586618423462, + "F": 0.07681446522474289, + "E": 0.00036594626726582646, + "T": 0.13581304252147675, + "P": 0.00032764539355412126, + "-": 0.1899842470884323 + }, + "id": "tp_20458" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2557257, + "label": "-", + "classification": { + "B": 6.53326637234386e-09, + "S": 2.5174563234031666e-07, + "I": 3.1364584174298216e-06, + "C": 0.00012290141603443772, + "R": 1.921172770380508e-05, + "M": 3.879006908391602e-05, + "O": 1.4200371879269369e-05, + "W": 4.2712025560831535e-07, + "N": 1.7048360234639404e-07, + "Y": 0.00687979394569993, + "U": 3.541490301017802e-08, + "K": 2.5322045985376462e-05, + "L": 1.5187273447736516e-06, + "G": 0.0005314982263371348, + "F": 0.041695382446050644, + "E": 5.197538030188298e-06, + "T": 0.0007810119423083961, + "P": 0.0017335043521597981, + "-": 0.9481475949287415 + }, + "id": "tp_20459" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2557391, + "label": "-", + "classification": { + "B": 6.759582049653545e-08, + "S": 3.4638512715901015e-06, + "I": 8.282001999759814e-07, + "C": 1.542338213766925e-05, + "R": 3.3860358144011116e-06, + "M": 0.0005762349464930594, + "O": 7.906910468591377e-05, + "W": 7.905922529971576e-07, + "N": 1.1226078555637287e-07, + "Y": 0.014921851456165314, + "U": 5.552213355741742e-09, + "K": 1.2179067198303528e-05, + "L": 1.3443663192447275e-05, + "G": 0.00471446244046092, + "F": 0.09650690108537674, + "E": 1.853780668170657e-05, + "T": 0.003216385841369629, + "P": 0.00038068409776315093, + "-": 0.8795362114906311 + }, + "id": "tp_20460" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2557524, + "label": "-", + "classification": { + "B": 1.2249165592947975e-06, + "S": 1.891559259092901e-05, + "I": 4.919914863421582e-05, + "C": 0.00023122566926758736, + "R": 7.469919364666566e-05, + "M": 0.001364049850963056, + "O": 0.000382539932616055, + "W": 8.59018928167643e-06, + "N": 2.3505738226958783e-06, + "Y": 0.04650067538022995, + "U": 8.81475727965153e-08, + "K": 1.850300031946972e-05, + "L": 4.533176979748532e-05, + "G": 0.007968435063958168, + "F": 0.032014332711696625, + "E": 7.450595876434818e-05, + "T": 0.010563968680799007, + "P": 0.0014876812929287553, + "-": 0.8991936445236206 + }, + "id": "tp_20461" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2557658, + "label": "-", + "classification": { + "B": 6.456875212279556e-08, + "S": 1.562491576123648e-07, + "I": 1.1161790098412894e-05, + "C": 3.181229840265587e-05, + "R": 5.089550086267991e-06, + "M": 2.305672205693554e-05, + "O": 1.1815741345344577e-05, + "W": 3.1982375503503135e-07, + "N": 7.045627512525243e-07, + "Y": 0.001276198192499578, + "U": 1.5592138424835866e-07, + "K": 2.2375375010597054e-06, + "L": 1.1342867765051778e-06, + "G": 0.00011302838538540527, + "F": 0.005272957496345043, + "E": 1.7856096746982075e-05, + "T": 0.0003040321171283722, + "P": 0.013926643878221512, + "-": 0.979001522064209 + }, + "id": "tp_20462" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2557758, + "label": "-", + "classification": { + "B": 9.217924201720962e-09, + "S": 3.3600554161239415e-07, + "I": 1.0327436257284717e-06, + "C": 4.899720352113945e-06, + "R": 6.851303737676062e-07, + "M": 9.576235606800765e-05, + "O": 1.1270620234427042e-05, + "W": 1.2942486193878722e-07, + "N": 9.54612247028308e-08, + "Y": 0.004260673653334379, + "U": 6.404706986984365e-09, + "K": 3.2860411010915413e-05, + "L": 9.029458851728123e-07, + "G": 0.0005084450822323561, + "F": 0.012334565632045269, + "E": 4.281952715246007e-05, + "T": 0.0009384738514199853, + "P": 0.0012310820166021585, + "-": 0.9805359840393066 + }, + "id": "tp_20463" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2557891, + "label": "-", + "classification": { + "B": 3.1332934025130044e-09, + "S": 4.721402646623574e-08, + "I": 3.084864630409356e-08, + "C": 3.4829083688237006e-06, + "R": 2.0451065552151704e-07, + "M": 1.2469849025364965e-05, + "O": 3.5157797810825286e-06, + "W": 2.2272187649718944e-08, + "N": 2.295928114293133e-09, + "Y": 0.0008044248097576201, + "U": 2.8831284581976035e-10, + "K": 5.357451300369576e-07, + "L": 2.6941347641695756e-07, + "G": 0.0003001670411322266, + "F": 0.009683584794402122, + "E": 1.046667648552102e-06, + "T": 0.00011543877917574719, + "P": 0.00030912971124053, + "-": 0.9887657165527344 + }, + "id": "tp_20464" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2558025, + "label": "-", + "classification": { + "B": 1.8998089217348024e-06, + "S": 2.5398796879017027e-06, + "I": 7.951241798309638e-08, + "C": 3.3039982554328162e-06, + "R": 5.627533141705499e-07, + "M": 8.250871178461239e-05, + "O": 3.020028270839248e-05, + "W": 7.332943141591386e-07, + "N": 1.4191060770940567e-08, + "Y": 0.00030298702768050134, + "U": 3.4026470530079678e-09, + "K": 1.1083707249781583e-06, + "L": 3.5499233490554616e-06, + "G": 0.000190949605894275, + "F": 0.03775757923722267, + "E": 2.6144580260734074e-06, + "T": 0.00015861257270444185, + "P": 0.0008018643129616976, + "-": 0.9606587886810303 + }, + "id": "tp_20465" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2558158, + "label": "-", + "classification": { + "B": 3.7966718657855836e-09, + "S": 4.8334637625657706e-08, + "I": 2.600162396504402e-08, + "C": 3.0942322837290703e-07, + "R": 3.542468363093576e-08, + "M": 1.2634597624128219e-05, + "O": 6.83161260894849e-07, + "W": 3.4214084898565034e-09, + "N": 8.868362155745046e-10, + "Y": 0.00046110988478176296, + "U": 2.5908365730575866e-11, + "K": 7.447504657420723e-08, + "L": 7.06765064251158e-08, + "G": 0.00012211625289637595, + "F": 0.02881721407175064, + "E": 1.5637015167158097e-06, + "T": 8.92375101102516e-05, + "P": 0.00031823001336306334, + "-": 0.970176637172699 + }, + "id": "tp_20466" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2558258, + "label": "-", + "classification": { + "B": 4.8372013859709906e-12, + "S": 3.1617566204067415e-11, + "I": 2.8746584973537992e-11, + "C": 2.4042172697136266e-08, + "R": 3.1298930114331824e-09, + "M": 1.665313220655662e-06, + "O": 4.94549432517033e-08, + "W": 1.0895334114080502e-11, + "N": 1.3690791393367735e-13, + "Y": 2.6841878934646957e-05, + "U": 8.06496593141505e-14, + "K": 5.592649173630226e-12, + "L": 1.6152176485206837e-08, + "G": 2.1543787624977995e-06, + "F": 0.00014986925816629082, + "E": 2.878829952202011e-10, + "T": 7.881532837927807e-06, + "P": 1.5412987295349012e-06, + "-": 0.9998100399971008 + }, + "id": "tp_20467" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2558392, + "label": "-", + "classification": { + "B": 7.022638601483777e-05, + "S": 0.00023204684839583933, + "I": 0.01081107184290886, + "C": 0.0009575927979312837, + "R": 0.0007830140530131757, + "M": 0.009182905778288841, + "O": 0.001726106507703662, + "W": 0.0001540893572382629, + "N": 0.0003791962517425418, + "Y": 0.1722182184457779, + "U": 6.4820169427548535e-06, + "K": 0.00019423625781200826, + "L": 0.00017697238945402205, + "G": 0.014201175421476364, + "F": 0.016138069331645966, + "E": 0.001440210617147386, + "T": 0.03993925824761391, + "P": 0.019000276923179626, + "-": 0.7123888731002808 + }, + "id": "tp_20468" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2558525, + "label": "-", + "classification": { + "B": 8.73468692930146e-08, + "S": 9.919152716975077e-07, + "I": 3.308824307168834e-05, + "C": 0.004120907746255398, + "R": 0.0004407766100484878, + "M": 0.0002220172027591616, + "O": 0.00011625111073954031, + "W": 2.415502876829123e-06, + "N": 2.1400314835773315e-06, + "Y": 0.012689930386841297, + "U": 7.375310246970912e-07, + "K": 2.7137866709381342e-05, + "L": 5.064801734988578e-05, + "G": 0.004960288293659687, + "F": 0.03468604013323784, + "E": 4.1677620174596086e-05, + "T": 0.002084887120872736, + "P": 0.002997778356075287, + "-": 0.9375221729278564 + }, + "id": "tp_20469" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2558625, + "label": "-", + "classification": { + "B": 2.112107040375122e-06, + "S": 3.5543165722629055e-05, + "I": 2.470170841206709e-07, + "C": 2.534205668780487e-05, + "R": 4.863813956035301e-06, + "M": 0.00018960431043524295, + "O": 0.00012059364962624386, + "W": 5.158366093382938e-06, + "N": 6.903788118961529e-08, + "Y": 0.000925716885831207, + "U": 3.5062501790861234e-09, + "K": 3.8173584471223876e-05, + "L": 1.1068337698816322e-05, + "G": 0.004979220684617758, + "F": 0.25908082723617554, + "E": 4.0402905142400414e-05, + "T": 0.0003431896329857409, + "P": 0.0003875985275954008, + "-": 0.733810305595398 + }, + "id": "tp_20470" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2558759, + "label": "-", + "classification": { + "B": 3.223040891953133e-07, + "S": 5.660396345774643e-05, + "I": 7.737264968454838e-05, + "C": 0.0007111888262443244, + "R": 0.0002160534932045266, + "M": 0.0021445569582283497, + "O": 0.0008078624960035086, + "W": 4.4798605813411996e-05, + "N": 9.13046005734941e-06, + "Y": 0.14365550875663757, + "U": 3.232426593058335e-07, + "K": 0.0019257363164797425, + "L": 6.969348760321736e-05, + "G": 0.03935585916042328, + "F": 0.08216022700071335, + "E": 0.00024211870913859457, + "T": 0.04499591514468193, + "P": 0.0006515685236081481, + "-": 0.6828751564025879 + }, + "id": "tp_20471" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2558892, + "label": "-", + "classification": { + "B": 1.5209561388118686e-09, + "S": 2.136654160267426e-07, + "I": 3.459897968127734e-08, + "C": 3.967424163420219e-06, + "R": 3.1808923495191266e-07, + "M": 7.616045331815258e-05, + "O": 8.966105269792024e-06, + "W": 3.570836781818798e-08, + "N": 3.555367111829355e-09, + "Y": 0.0027313935570418835, + "U": 3.937563053391102e-10, + "K": 9.930686246661935e-07, + "L": 2.068503363261698e-06, + "G": 0.001386124873533845, + "F": 0.03326582536101341, + "E": 2.4345488327526255e-06, + "T": 0.0005563050508499146, + "P": 0.0002308621333213523, + "-": 0.961734414100647 + }, + "id": "tp_20472" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2559026, + "label": "-", + "classification": { + "B": 4.085229488026698e-09, + "S": 5.970980964775663e-06, + "I": 6.714400910823315e-07, + "C": 7.046312475722516e-06, + "R": 2.340391347388504e-06, + "M": 0.0003117659070994705, + "O": 0.00014557898975908756, + "W": 1.2341856745479163e-06, + "N": 5.975554984161136e-08, + "Y": 0.1328382045030594, + "U": 4.835548628179254e-10, + "K": 4.2522391595412046e-05, + "L": 4.858763986703707e-06, + "G": 0.011682583950459957, + "F": 0.0590938962996006, + "E": 2.6781667656905483e-06, + "T": 0.015367323532700539, + "P": 6.904435576871037e-05, + "-": 0.780424177646637 + }, + "id": "tp_20473" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2559126, + "label": "-", + "classification": { + "B": 8.522832217749965e-08, + "S": 2.6186660306848353e-07, + "I": 5.418291380010487e-07, + "C": 1.038119717122754e-05, + "R": 1.4515569546347251e-06, + "M": 0.0001671745558269322, + "O": 1.0089822353620548e-05, + "W": 3.963643635529479e-08, + "N": 1.5337857206532135e-08, + "Y": 0.005087942350655794, + "U": 3.745906695939993e-09, + "K": 3.2226301982518635e-07, + "L": 1.0027651114796754e-05, + "G": 0.003390928264707327, + "F": 0.015192600898444653, + "E": 7.122145689208992e-06, + "T": 0.0014365441165864468, + "P": 0.00039572533569298685, + "-": 0.9742887020111084 + }, + "id": "tp_20474" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2559259, + "label": "-", + "classification": { + "B": 1.648410574706105e-10, + "S": 1.919674863515297e-09, + "I": 8.173336851768909e-08, + "C": 1.7742117108809907e-08, + "R": 4.810787324061039e-09, + "M": 3.668060571726528e-06, + "O": 1.3930721820543113e-07, + "W": 8.983822019636989e-10, + "N": 1.0240023273766496e-09, + "Y": 0.0003137653402518481, + "U": 5.1246864390952496e-11, + "K": 2.2777895125614123e-08, + "L": 5.381048051589232e-09, + "G": 4.2028905227198265e-06, + "F": 0.0008132013608701527, + "E": 4.2556922608127934e-07, + "T": 7.494309829780832e-05, + "P": 0.0004095978511031717, + "-": 0.9983798265457153 + }, + "id": "tp_20475" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2559393, + "label": "-", + "classification": { + "B": 2.7398028734637592e-08, + "S": 9.730857186696085e-08, + "I": 1.405005605192855e-06, + "C": 4.28548901254544e-06, + "R": 1.0704765145419515e-06, + "M": 0.00012789733591489494, + "O": 7.469529009540565e-06, + "W": 3.9064758539097966e-08, + "N": 1.6405483194148474e-08, + "Y": 0.0017297941958531737, + "U": 1.9579582399842366e-09, + "K": 4.580663670594731e-08, + "L": 1.5786074527568417e-06, + "G": 0.0003064535849262029, + "F": 0.0014070498291403055, + "E": 6.350319381454028e-06, + "T": 0.0006416623946279287, + "P": 0.0006875240942463279, + "-": 0.9950771927833557 + }, + "id": "tp_20476" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2559526, + "label": "-", + "classification": { + "B": 2.3485819511392947e-08, + "S": 2.116667019436136e-07, + "I": 1.811896072467789e-05, + "C": 1.5552364857285284e-05, + "R": 3.2872446809051326e-06, + "M": 3.810487760347314e-05, + "O": 1.016509486362338e-05, + "W": 3.505046493046393e-07, + "N": 2.028885774052469e-06, + "Y": 0.005408714059740305, + "U": 1.1694050527921718e-07, + "K": 0.00030862874700687826, + "L": 3.428211243772239e-07, + "G": 0.0004624963621608913, + "F": 0.016761096194386482, + "E": 0.00014462132821790874, + "T": 0.0004611506301444024, + "P": 0.011235538870096207, + "-": 0.9651293754577637 + }, + "id": "tp_20477" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2559626, + "label": "-", + "classification": { + "B": 8.373934184957577e-11, + "S": 3.7665461150027113e-07, + "I": 4.2927686649818497e-07, + "C": 3.827606633421965e-06, + "R": 6.603626161449938e-07, + "M": 0.00015472041559405625, + "O": 2.1370145987020805e-05, + "W": 7.354561404326887e-08, + "N": 1.594937337756619e-08, + "Y": 0.09815706312656403, + "U": 5.6861265695928864e-11, + "K": 2.688833774300292e-06, + "L": 9.827191433942062e-07, + "G": 0.003953658975660801, + "F": 0.07156898826360703, + "E": 4.6344357542693615e-06, + "T": 0.006049345713108778, + "P": 6.040321022737771e-05, + "-": 0.8200207352638245 + }, + "id": "tp_20478" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2559760, + "label": "-", + "classification": { + "B": 2.3489401428378187e-06, + "S": 0.00016428582603111863, + "I": 1.0117441888723988e-05, + "C": 1.0538329661358148e-05, + "R": 6.7849673541786615e-06, + "M": 0.0003827855398412794, + "O": 0.00033792690373957157, + "W": 1.8022690710495226e-05, + "N": 1.3188455341150984e-06, + "Y": 0.024571998044848442, + "U": 5.670309111138749e-09, + "K": 2.2097241526353173e-05, + "L": 8.429626177530736e-06, + "G": 0.0025439858436584473, + "F": 0.11863004416227341, + "E": 1.2384616638883017e-05, + "T": 0.011559001170098782, + "P": 0.0006032834062352777, + "-": 0.8411145806312561 + }, + "id": "tp_20479" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2559893, + "label": "F", + "classification": { + "B": 2.160356693536869e-08, + "S": 1.57242247951217e-05, + "I": 6.625618453881543e-08, + "C": 2.6163238544540945e-06, + "R": 2.2419970946430112e-07, + "M": 0.0005019273958168924, + "O": 7.79718830017373e-05, + "W": 3.5811740417557303e-07, + "N": 1.9664943451402905e-08, + "Y": 0.015147995203733444, + "U": 6.822276771289992e-11, + "K": 4.637542588170618e-06, + "L": 1.003787292574998e-05, + "G": 0.011369102634489536, + "F": 0.5934317708015442, + "E": 2.3476868591387756e-05, + "T": 0.002191506326198578, + "P": 8.590659854235128e-05, + "-": 0.37713661789894104 + }, + "id": "tp_20480" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2560027, + "label": "-", + "classification": { + "B": 3.8682179592797183e-07, + "S": 0.0001862862118287012, + "I": 5.873825443813985e-07, + "C": 4.8673368837626185e-06, + "R": 3.0133053314784775e-06, + "M": 0.0011495568323880434, + "O": 0.0005075731314718723, + "W": 1.0416103577881586e-05, + "N": 1.4118357682946225e-07, + "Y": 0.03094077669084072, + "U": 5.680277359587649e-10, + "K": 4.33697750850115e-05, + "L": 3.1757041142554954e-05, + "G": 0.01807437464594841, + "F": 0.26454174518585205, + "E": 2.487618439772632e-05, + "T": 0.01716427318751812, + "P": 7.628754246979952e-05, + "-": 0.6672397255897522 + }, + "id": "tp_20481" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2560127, + "label": "F", + "classification": { + "B": 5.192280809751537e-07, + "S": 0.0003292962210252881, + "I": 5.424308983492665e-05, + "C": 4.542222450254485e-05, + "R": 1.635772605368402e-05, + "M": 0.003583512967452407, + "O": 0.0009328736923635006, + "W": 3.402989750611596e-05, + "N": 1.214286658068886e-05, + "Y": 0.046091679483652115, + "U": 4.793031394001446e-08, + "K": 0.0037172925658524036, + "L": 6.444875180022791e-05, + "G": 0.08886203914880753, + "F": 0.42320817708969116, + "E": 0.001900099916383624, + "T": 0.018328500911593437, + "P": 0.0012483830796554685, + "-": 0.4115709364414215 + }, + "id": "tp_20482" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2560260, + "label": "-", + "classification": { + "B": 2.3362347612021495e-09, + "S": 4.4192321979608096e-07, + "I": 1.776986522372681e-07, + "C": 8.874076797837915e-07, + "R": 3.324327906284452e-07, + "M": 7.541084050899372e-05, + "O": 1.115428858611267e-05, + "W": 7.435227189489524e-08, + "N": 1.0383269355429547e-08, + "Y": 0.05666639283299446, + "U": 1.2766560031352014e-10, + "K": 9.962916010408662e-06, + "L": 1.0329837323297397e-06, + "G": 0.005438325926661491, + "F": 0.05280236527323723, + "E": 5.080360551801277e-06, + "T": 0.005647511221468449, + "P": 4.9741618568077683e-05, + "-": 0.8792911171913147 + }, + "id": "tp_20483" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2560394, + "label": "-", + "classification": { + "B": 8.129779516252711e-09, + "S": 2.0974836445475376e-07, + "I": 5.995652827550657e-06, + "C": 8.203441393561661e-05, + "R": 6.0578295233426616e-06, + "M": 6.678681529592723e-05, + "O": 9.927124665409792e-06, + "W": 1.5064244962559314e-07, + "N": 2.3637423396394297e-07, + "Y": 0.017990384250879288, + "U": 1.3101786322522457e-08, + "K": 0.00010406331421108916, + "L": 1.5464363514183788e-06, + "G": 0.0060601006262004375, + "F": 0.04448961094021797, + "E": 0.00010306046897312626, + "T": 0.001228867331519723, + "P": 0.0016736008692532778, + "-": 0.9281774759292603 + }, + "id": "tp_20484" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2560527, + "label": "-", + "classification": { + "B": 2.3628365397598827e-07, + "S": 3.457036882537068e-06, + "I": 2.5787671802390832e-06, + "C": 8.496860391460359e-05, + "R": 1.2061746019753627e-05, + "M": 0.00039935321547091007, + "O": 0.00010816437134053558, + "W": 1.7612014744372573e-06, + "N": 3.5318819868734863e-07, + "Y": 0.003460710169747472, + "U": 6.396067675495942e-08, + "K": 1.7853972167358734e-05, + "L": 2.3152952053351328e-05, + "G": 0.0021773495245724916, + "F": 0.0670463815331459, + "E": 2.763381962722633e-05, + "T": 0.0013290990609675646, + "P": 0.0024354595225304365, + "-": 0.9228693246841431 + }, + "id": "tp_20485" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2560627, + "label": "-", + "classification": { + "B": 2.384421271539594e-10, + "S": 1.3031360435178385e-09, + "I": 2.0707895842519974e-08, + "C": 7.934151824429136e-08, + "R": 8.990773459061074e-09, + "M": 1.7831551986091654e-06, + "O": 1.583553626005596e-07, + "W": 6.230586602207211e-10, + "N": 4.128476727149888e-10, + "Y": 0.00010632181511027738, + "U": 1.6070249297950312e-11, + "K": 1.563701523821237e-08, + "L": 1.4510144197288355e-08, + "G": 2.1621630367008038e-05, + "F": 0.0029126496519893408, + "E": 7.97356960902107e-07, + "T": 1.1706641998898704e-05, + "P": 0.00043087900849059224, + "-": 0.9965139031410217 + }, + "id": "tp_20486" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2560761, + "label": "-", + "classification": { + "B": 3.0703949960297905e-07, + "S": 1.6513312175447936e-06, + "I": 1.9675206203828566e-05, + "C": 3.8202830182854086e-05, + "R": 1.0080537322210148e-05, + "M": 0.00020322513591963798, + "O": 5.024205893278122e-05, + "W": 1.212673851114232e-06, + "N": 1.5974188727341243e-06, + "Y": 0.005969335325062275, + "U": 1.7150365749785124e-07, + "K": 3.0315144613268785e-05, + "L": 5.063430307927774e-06, + "G": 0.0012702237581834197, + "F": 0.009461759589612484, + "E": 0.0001107606221921742, + "T": 0.00147619575727731, + "P": 0.0073357028886675835, + "-": 0.9740143418312073 + }, + "id": "tp_20487" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2560894, + "label": "-", + "classification": { + "B": 1.0737149835904347e-07, + "S": 1.2711883528027101e-06, + "I": 1.197795768348442e-06, + "C": 6.049873718438903e-06, + "R": 8.510110660608916e-07, + "M": 0.00012044704635627568, + "O": 2.209826561738737e-05, + "W": 5.053260565546225e-07, + "N": 2.1990813081629312e-07, + "Y": 0.007747798692435026, + "U": 3.241913049123468e-08, + "K": 7.407976954709738e-05, + "L": 1.7865393147076247e-06, + "G": 0.001327077392488718, + "F": 0.027789203450083733, + "E": 5.6967419368447736e-05, + "T": 0.0010006272932514548, + "P": 0.0018512349342927337, + "-": 0.959998369216919 + }, + "id": "tp_20488" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2561028, + "label": "-", + "classification": { + "B": 3.7346192804932343e-10, + "S": 9.656943023017561e-10, + "I": 1.7230286530889316e-08, + "C": 8.579768007166422e-09, + "R": 1.2237266755477094e-09, + "M": 1.5396466324091307e-06, + "O": 1.2138413296725048e-07, + "W": 3.230841982837518e-10, + "N": 1.1715313441573727e-10, + "Y": 1.867527316790074e-05, + "U": 7.643665214662754e-12, + "K": 6.629244375666588e-10, + "L": 3.085392608070947e-09, + "G": 1.2184208344478975e-06, + "F": 0.00016300696006510407, + "E": 5.885705789410167e-08, + "T": 1.923962918226607e-05, + "P": 0.0003135850711259991, + "-": 0.9994825124740601 + }, + "id": "tp_20489" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2561128, + "label": "-", + "classification": { + "B": 2.132709226998486e-07, + "S": 1.8804999854182824e-05, + "I": 0.00010084197856485844, + "C": 4.828411329071969e-05, + "R": 1.2458277524274308e-05, + "M": 0.00019702255667652935, + "O": 0.00014500113320536911, + "W": 1.1559664926608093e-05, + "N": 2.133655289071612e-05, + "Y": 0.012499670498073101, + "U": 5.854520281900477e-07, + "K": 0.00048746069660410285, + "L": 6.461174507421674e-06, + "G": 0.0016968193231150508, + "F": 0.048931945115327835, + "E": 0.00035112720797769725, + "T": 0.004001897759735584, + "P": 0.020338043570518494, + "-": 0.9111304879188538 + }, + "id": "tp_20490" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2561261, + "label": "-", + "classification": { + "B": 2.0453330140668413e-09, + "S": 7.737604446056423e-10, + "I": 9.729308914074863e-08, + "C": 2.673740118197543e-09, + "R": 1.7937601404227621e-09, + "M": 9.62311514740577e-06, + "O": 3.683615830141207e-07, + "W": 1.7005823138571685e-10, + "N": 1.7864730528227568e-10, + "Y": 6.310780008789152e-05, + "U": 3.173953287693987e-12, + "K": 1.1618516478767438e-12, + "L": 1.5339077563680803e-08, + "G": 3.249572046115645e-06, + "F": 4.680731763073709e-06, + "E": 1.6457336826647406e-08, + "T": 9.771437908057123e-05, + "P": 0.0004919436178170145, + "-": 0.9993293285369873 + }, + "id": "tp_20491" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2561395, + "label": "-", + "classification": { + "B": 2.8543114538592818e-09, + "S": 1.400948868024443e-08, + "I": 2.2316200443128764e-08, + "C": 3.1528642807643337e-07, + "R": 1.5364623351388218e-08, + "M": 3.7023464756202884e-06, + "O": 6.136007755230821e-07, + "W": 2.6009281395289463e-09, + "N": 1.1271263922196795e-09, + "Y": 8.442420948995277e-05, + "U": 5.6482714339001205e-11, + "K": 2.5372310474836013e-08, + "L": 5.579292761126453e-08, + "G": 4.896225073025562e-05, + "F": 0.00641675665974617, + "E": 1.8216680928162532e-06, + "T": 1.9168957805959508e-05, + "P": 0.0013674882939085364, + "-": 0.9920565485954285 + }, + "id": "tp_20492" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2561528, + "label": "-", + "classification": { + "B": 7.376976282102987e-05, + "S": 0.0384826585650444, + "I": 0.00014992647629696876, + "C": 6.386015684256563e-06, + "R": 1.2684869034274016e-05, + "M": 0.011990898288786411, + "O": 0.01709929294884205, + "W": 0.0011489546159282327, + "N": 6.64702383801341e-05, + "Y": 0.05106697604060173, + "U": 4.109801210461228e-08, + "K": 0.0011788413394242525, + "L": 0.0002846086863428354, + "G": 0.019317682832479477, + "F": 0.313383549451828, + "E": 0.0006673526368103921, + "T": 0.051908429712057114, + "P": 0.0026300186291337013, + "-": 0.49053141474723816 + }, + "id": "tp_20493" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2561628, + "label": "-", + "classification": { + "B": 1.6576104826526716e-05, + "S": 2.4576214855187573e-05, + "I": 7.1644153649685904e-06, + "C": 1.8168606402468868e-05, + "R": 6.215322173375171e-06, + "M": 0.0004926642286591232, + "O": 0.000245197385083884, + "W": 6.795849003538024e-06, + "N": 1.1049950217056903e-06, + "Y": 0.002730216830968857, + "U": 4.0895153574638243e-07, + "K": 1.4107092283666134e-05, + "L": 5.301738565322012e-05, + "G": 0.0017475002678111196, + "F": 0.007872839458286762, + "E": 6.569726974703372e-05, + "T": 0.0018826228333637118, + "P": 0.006160012446343899, + "-": 0.9786550998687744 + }, + "id": "tp_20494" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2561762, + "label": "-", + "classification": { + "B": 1.3583618951873433e-10, + "S": 4.0844136406370524e-10, + "I": 1.0120138504987608e-08, + "C": 6.120205675586021e-09, + "R": 7.880515129343735e-10, + "M": 7.29713960367917e-08, + "O": 3.4714155106030375e-08, + "W": 3.767075540395126e-10, + "N": 4.557735855392764e-10, + "Y": 8.910841643228196e-06, + "U": 4.2084665613506544e-11, + "K": 1.4229532041554194e-07, + "L": 1.980699354531268e-10, + "G": 6.533622922688664e-07, + "F": 0.0008002685499377549, + "E": 2.1261429594687797e-07, + "T": 1.49728225551371e-06, + "P": 0.0029664093162864447, + "-": 0.996221661567688 + }, + "id": "tp_20495" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2561895, + "label": "-", + "classification": { + "B": 1.3103272067382932e-07, + "S": 9.6046967712482e-08, + "I": 2.5445897335885093e-05, + "C": 2.112976108037401e-05, + "R": 6.877711712149903e-06, + "M": 0.0004290665965527296, + "O": 4.1242194129154086e-05, + "W": 1.6210778142067284e-07, + "N": 1.3804461218569486e-07, + "Y": 0.0009491514065302908, + "U": 5.901288346876754e-08, + "K": 6.136295471748099e-09, + "L": 1.4938471394998487e-05, + "G": 0.00019609312585089356, + "F": 0.00012470025103539228, + "E": 3.037187298104982e-06, + "T": 0.0015227594412863255, + "P": 0.0015361706027761102, + "-": 0.9951287508010864 + }, + "id": "tp_20496" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2562029, + "label": "-", + "classification": { + "B": 2.7760909127039213e-09, + "S": 4.502672457107337e-09, + "I": 5.314049076332594e-07, + "C": 3.4773094625961676e-07, + "R": 4.420945032279633e-08, + "M": 1.0620225111779291e-05, + "O": 4.962543016517884e-07, + "W": 1.5291022892327533e-09, + "N": 4.143983822757491e-09, + "Y": 0.000506600015796721, + "U": 2.619175709650534e-10, + "K": 2.9258011569055498e-09, + "L": 8.743618451489965e-08, + "G": 4.992472895537503e-05, + "F": 0.0010112582240253687, + "E": 2.367000206504599e-06, + "T": 8.381799125345424e-05, + "P": 0.0030008561443537474, + "-": 0.9953330159187317 + }, + "id": "tp_20497" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2562129, + "label": "-", + "classification": { + "B": 3.1048687926249485e-11, + "S": 6.475006641970538e-10, + "I": 7.772413823659008e-09, + "C": 6.482897418891298e-08, + "R": 3.666515535627468e-09, + "M": 5.818172326144122e-07, + "O": 9.919026666693753e-08, + "W": 3.163048156729076e-10, + "N": 3.146962690436794e-10, + "Y": 0.00012190663255751133, + "U": 2.671387416830484e-11, + "K": 6.211870129391173e-08, + "L": 3.741884579966381e-09, + "G": 9.734155355545226e-06, + "F": 0.002133558737114072, + "E": 2.7973592864327657e-07, + "T": 1.2136958503106143e-05, + "P": 0.00043155215098522604, + "-": 0.9972900152206421 + }, + "id": "tp_20498" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2562262, + "label": "-", + "classification": { + "B": 2.3715864341800064e-12, + "S": 2.497532074815373e-13, + "I": 3.771357393045349e-10, + "C": 3.843751705812082e-11, + "R": 4.920480255882209e-12, + "M": 4.0181401317340715e-08, + "O": 1.3696447309641258e-09, + "W": 6.884893588403329e-13, + "N": 3.719984932072651e-13, + "Y": 7.207852945612103e-07, + "U": 1.5845655408457116e-14, + "K": 1.7469538185835298e-13, + "L": 3.132036990871612e-11, + "G": 3.049344954320077e-08, + "F": 2.7653588858811418e-06, + "E": 1.3240408769377154e-09, + "T": 4.3692455165000865e-07, + "P": 0.0002250304096378386, + "-": 0.9997709393501282 + }, + "id": "tp_20499" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2562396, + "label": "-", + "classification": { + "B": 6.452195444595077e-10, + "S": 2.2414196720887958e-08, + "I": 7.644476340828987e-07, + "C": 1.0161708132727654e-06, + "R": 1.7038080102338427e-07, + "M": 5.202060128794983e-05, + "O": 3.4226659408886917e-06, + "W": 9.474490525462897e-09, + "N": 9.489898644687855e-09, + "Y": 0.0146577013656497, + "U": 1.4195722375376363e-10, + "K": 8.519977967580417e-08, + "L": 1.3792896425002255e-07, + "G": 0.00019276032980997115, + "F": 0.001773996278643608, + "E": 1.87583304978034e-06, + "T": 0.0008694357238709927, + "P": 0.000406998791731894, + "-": 0.9820395112037659 + }, + "id": "tp_20500" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2562529, + "label": "-", + "classification": { + "B": 3.0605142864459367e-09, + "S": 3.5272799436825153e-07, + "I": 2.5273129722336307e-07, + "C": 7.577574251627084e-06, + "R": 3.820489837380592e-06, + "M": 2.2186655769473873e-05, + "O": 2.1535790438065305e-05, + "W": 2.5513335799587367e-07, + "N": 1.77372836418499e-08, + "Y": 0.0013434357242658734, + "U": 3.4329392661902602e-09, + "K": 2.388407551734417e-07, + "L": 2.0672200662374962e-06, + "G": 8.056856313487515e-05, + "F": 0.009001257829368114, + "E": 2.0121882471357821e-07, + "T": 0.00029469828587025404, + "P": 0.0004985363339073956, + "-": 0.9887230396270752 + }, + "id": "tp_20501" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2562629, + "label": "-", + "classification": { + "B": 1.8917800659323802e-09, + "S": 9.390827671040824e-08, + "I": 4.988953250517625e-08, + "C": 5.710039090445207e-07, + "R": 8.94779290661063e-08, + "M": 2.1623687644023448e-05, + "O": 6.257119821384549e-06, + "W": 9.909798315277385e-09, + "N": 1.2780564384584636e-09, + "Y": 0.0006119015743024647, + "U": 5.1802867551131726e-11, + "K": 1.9814578422483464e-08, + "L": 1.093899868465087e-06, + "G": 0.0002089014305965975, + "F": 0.013433640822768211, + "E": 5.23721382705844e-07, + "T": 9.902430610964075e-05, + "P": 0.00024160576867870986, + "-": 0.9853746891021729 + }, + "id": "tp_20502" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2562763, + "label": "-", + "classification": { + "B": 2.252216972919996e-07, + "S": 2.869237505365163e-05, + "I": 0.00010263441799907014, + "C": 7.032619760138914e-05, + "R": 4.644121872843243e-05, + "M": 0.0014870773302391171, + "O": 0.0004707169719040394, + "W": 1.8373733837506734e-05, + "N": 1.1560110579011962e-05, + "Y": 0.07053999602794647, + "U": 1.5285810661680443e-07, + "K": 0.00022876134607940912, + "L": 1.6537662304472178e-05, + "G": 0.00339937349781394, + "F": 0.07598847895860672, + "E": 6.373851647367701e-05, + "T": 0.017094871029257774, + "P": 0.0025073199067264795, + "-": 0.8279248476028442 + }, + "id": "tp_20503" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2562896, + "label": "-", + "classification": { + "B": 1.1443079301898251e-06, + "S": 5.7658016885397956e-05, + "I": 4.1664548916742206e-05, + "C": 0.001019689836539328, + "R": 6.473731627920642e-05, + "M": 0.0010604482376948, + "O": 0.0004168289015069604, + "W": 2.0333953216322698e-05, + "N": 9.435456377104856e-06, + "Y": 0.023548919707536697, + "U": 1.1510045538898339e-07, + "K": 0.00041283617611043155, + "L": 6.246440898394212e-05, + "G": 0.06518871337175369, + "F": 0.35350099205970764, + "E": 0.001778464880771935, + "T": 0.00661084009334445, + "P": 0.0034221243113279343, + "-": 0.5427825450897217 + }, + "id": "tp_20504" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2563030, + "label": "-", + "classification": { + "B": 2.5183901186665025e-08, + "S": 2.1551000983777158e-08, + "I": 2.1500922287032154e-07, + "C": 1.4543097677233163e-06, + "R": 8.223549485819603e-08, + "M": 5.3995867347111925e-05, + "O": 1.4100791076998576e-06, + "W": 4.256321961548792e-09, + "N": 2.79182188478444e-09, + "Y": 0.0011591172078624368, + "U": 3.6088620980478936e-10, + "K": 1.9388252781027404e-08, + "L": 7.667943577871483e-07, + "G": 0.0004186383739579469, + "F": 0.0042642997577786446, + "E": 5.248346042208141e-06, + "T": 0.0001889472914626822, + "P": 0.0004683314764406532, + "-": 0.9934373497962952 + }, + "id": "tp_20505" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2563130, + "label": "-", + "classification": { + "B": 5.921025802990698e-08, + "S": 8.891446867664854e-08, + "I": 4.19056004830054e-06, + "C": 2.826598756655585e-05, + "R": 3.402433321753051e-06, + "M": 0.00015345303108915687, + "O": 6.899438631080557e-06, + "W": 7.387327372043728e-08, + "N": 7.864548479119549e-08, + "Y": 0.0016759834252297878, + "U": 3.736232301321252e-08, + "K": 2.0227837183028896e-07, + "L": 3.7930974485789193e-06, + "G": 0.00028324718005023897, + "F": 0.004969112109392881, + "E": 1.0282005860062782e-05, + "T": 0.0005924172583036125, + "P": 0.002612561685964465, + "-": 0.9896558523178101 + }, + "id": "tp_20506" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2563263, + "label": "-", + "classification": { + "B": 2.2791683471079516e-11, + "S": 1.6792565948886562e-10, + "I": 9.270013201501115e-09, + "C": 1.9576569254553533e-09, + "R": 1.8790467792850762e-10, + "M": 5.451904598885449e-07, + "O": 2.939336418705807e-08, + "W": 6.47456740998642e-11, + "N": 1.3016472621973918e-10, + "Y": 1.2021262591588311e-05, + "U": 6.308822388112478e-12, + "K": 9.543733581196534e-10, + "L": 3.9477535129783803e-10, + "G": 5.72595638459461e-07, + "F": 2.722514000197407e-05, + "E": 4.990356927692119e-08, + "T": 1.1746138625312597e-05, + "P": 0.0003958459128625691, + "-": 0.9995518326759338 + }, + "id": "tp_20507" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2563397, + "label": "-", + "classification": { + "B": 1.1991766690755412e-08, + "S": 2.7886533970900018e-08, + "I": 1.34107452254284e-07, + "C": 7.6179723862424e-08, + "R": 7.702372961659876e-09, + "M": 6.084732376621105e-06, + "O": 7.737027090115589e-07, + "W": 7.756079334342303e-09, + "N": 4.252616037092594e-09, + "Y": 0.0003658281930256635, + "U": 2.3575150165378034e-10, + "K": 1.740624497870158e-07, + "L": 5.7737896241860653e-08, + "G": 0.00011365581303834915, + "F": 0.0037052847910672426, + "E": 7.427903710777173e-06, + "T": 0.00010207929881289601, + "P": 0.001386418822221458, + "-": 0.9943119287490845 + }, + "id": "tp_20508" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2563530, + "label": "-", + "classification": { + "B": 5.449348918773467e-07, + "S": 8.434972187387757e-06, + "I": 3.0762821552343667e-05, + "C": 3.888966602971777e-05, + "R": 4.594853635353502e-06, + "M": 0.0009407773613929749, + "O": 6.271582969930023e-05, + "W": 9.501033559899952e-07, + "N": 2.0559609765768982e-06, + "Y": 0.2197778970003128, + "U": 9.224125463447308e-09, + "K": 0.0001143705885624513, + "L": 6.657178801106056e-06, + "G": 0.029672054573893547, + "F": 0.0743291974067688, + "E": 0.0014838466886430979, + "T": 0.010235754773020744, + "P": 0.002115034032613039, + "-": 0.6611754894256592 + }, + "id": "tp_20509" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2563630, + "label": "-", + "classification": { + "B": 5.883932452377394e-09, + "S": 9.40757338696585e-09, + "I": 2.5470676519034896e-06, + "C": 3.874665210901185e-08, + "R": 2.232527585022126e-08, + "M": 1.1275312317593489e-05, + "O": 7.998828550626058e-07, + "W": 2.457025471969132e-09, + "N": 1.991807607737428e-08, + "Y": 0.0011358322808519006, + "U": 2.2450924452854792e-10, + "K": 1.0664015226424794e-09, + "L": 2.1458626875414666e-08, + "G": 1.2114815035602078e-05, + "F": 6.283516268013045e-05, + "E": 1.6416366861449205e-06, + "T": 0.00048741226783022285, + "P": 0.007249726913869381, + "-": 0.9910355806350708 + }, + "id": "tp_20510" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2563764, + "label": "-", + "classification": { + "B": 2.1776619618663062e-08, + "S": 1.3633709272653505e-07, + "I": 7.390682981167629e-07, + "C": 3.1065530947671505e-06, + "R": 7.450410635101434e-07, + "M": 6.588610267499462e-05, + "O": 1.0734594070527237e-05, + "W": 8.005997642612783e-08, + "N": 4.771926853663899e-08, + "Y": 0.002985325874760747, + "U": 9.78218750447013e-09, + "K": 4.585630449582823e-06, + "L": 7.145691824916867e-07, + "G": 0.00043564048246480525, + "F": 0.0023729202803224325, + "E": 9.255581062461715e-06, + "T": 0.0007624481804668903, + "P": 0.000752440479118377, + "-": 0.9925951361656189 + }, + "id": "tp_20511" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2563897, + "label": "-", + "classification": { + "B": 1.2851374187050624e-08, + "S": 6.720298415530124e-07, + "I": 1.3118195056449622e-05, + "C": 0.0009467113995924592, + "R": 0.00010638874664437026, + "M": 0.00041956594213843346, + "O": 8.66344416863285e-05, + "W": 1.318773001912632e-06, + "N": 4.930649311063462e-07, + "Y": 0.2960643768310547, + "U": 1.2546084171560778e-08, + "K": 0.00034293843782506883, + "L": 7.903271580289584e-06, + "G": 0.04627836495637894, + "F": 0.04372153431177139, + "E": 0.00011398139031371102, + "T": 0.008107762783765793, + "P": 0.00015090593660715967, + "-": 0.6036373376846313 + }, + "id": "tp_20512" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2564031, + "label": "Y", + "classification": { + "B": 4.160341177339433e-06, + "S": 0.00012107651855330914, + "I": 0.0017806561663746834, + "C": 0.0012427468318492174, + "R": 0.000272568897344172, + "M": 0.004368055611848831, + "O": 0.0014003774849697948, + "W": 6.341587868519127e-05, + "N": 0.00015450887440238148, + "Y": 0.5555486679077148, + "U": 8.465095220344665e-07, + "K": 0.001545647974126041, + "L": 0.00011171177902724594, + "G": 0.10012668371200562, + "F": 0.0209514070302248, + "E": 0.0041443645022809505, + "T": 0.05326805263757706, + "P": 0.002011386677622795, + "-": 0.2528837323188782 + }, + "id": "tp_20513" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2564131, + "label": "-", + "classification": { + "B": 4.2764869336714417e-13, + "S": 6.2854738774875685e-12, + "I": 3.099218381930058e-10, + "C": 3.4796521219959686e-09, + "R": 1.1671208444141712e-10, + "M": 1.769021729103315e-08, + "O": 3.5812173226901223e-09, + "W": 3.242496765878955e-12, + "N": 8.302128949588816e-12, + "Y": 1.1419251677580178e-05, + "U": 2.680545130480383e-13, + "K": 4.5953030269885176e-10, + "L": 5.090299709520352e-11, + "G": 3.3943783250833803e-07, + "F": 0.0004398300952743739, + "E": 7.301461657505115e-09, + "T": 1.0471707128090202e-06, + "P": 0.00020689085067715496, + "-": 0.9993403553962708 + }, + "id": "tp_20514" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2564264, + "label": "-", + "classification": { + "B": 1.3399841236605425e-07, + "S": 6.675999486560613e-08, + "I": 1.5429921404574998e-05, + "C": 1.1773045116569847e-06, + "R": 2.756973174200539e-07, + "M": 2.4059250790742226e-05, + "O": 8.37691823107889e-06, + "W": 9.318232940813687e-08, + "N": 3.118630331755412e-07, + "Y": 0.00011703080963343382, + "U": 1.4319112118243993e-08, + "K": 5.717477691291606e-08, + "L": 2.4923949126787193e-07, + "G": 3.82268444809597e-05, + "F": 0.00029125428409315646, + "E": 4.715644536190666e-06, + "T": 0.00015967851504683495, + "P": 0.03204325586557388, + "-": 0.9672955870628357 + }, + "id": "tp_20515" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2564398, + "label": "-", + "classification": { + "B": 8.05367883494057e-10, + "S": 3.6006227333018614e-08, + "I": 1.0968122978738393e-06, + "C": 9.373443532467718e-08, + "R": 3.15070636247583e-08, + "M": 1.7305734218098223e-05, + "O": 1.379106493004656e-06, + "W": 5.1204627204981534e-09, + "N": 1.0774716230343984e-08, + "Y": 0.002009533578529954, + "U": 1.5642726003406437e-10, + "K": 4.5692452488310664e-08, + "L": 6.201072011435826e-08, + "G": 8.22755609988235e-05, + "F": 0.0013700594427064061, + "E": 6.566871775248728e-07, + "T": 0.0011023845290765166, + "P": 0.0003295014030300081, + "-": 0.9950855374336243 + }, + "id": "tp_20516" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2564531, + "label": "-", + "classification": { + "B": 5.488260956809654e-10, + "S": 1.9847963272923153e-09, + "I": 1.5005028330961068e-08, + "C": 9.959765456812875e-09, + "R": 2.426939538224815e-09, + "M": 3.334411303512752e-05, + "O": 4.933621085001505e-07, + "W": 2.624826744845876e-10, + "N": 4.7159390975659576e-11, + "Y": 0.00020781366038136184, + "U": 5.538954277878316e-12, + "K": 6.627873250231175e-11, + "L": 6.83817020785682e-08, + "G": 1.2468951354094315e-05, + "F": 0.00024377786030527204, + "E": 7.357066778013177e-08, + "T": 3.986952651757747e-05, + "P": 0.0001781719911377877, + "-": 0.9992838501930237 + }, + "id": "tp_20517" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2564631, + "label": "-", + "classification": { + "B": 3.5940710407800225e-09, + "S": 1.5814562104310426e-08, + "I": 4.0617982222102e-07, + "C": 3.422627159466174e-08, + "R": 8.573646681497848e-09, + "M": 1.4233351976145059e-05, + "O": 9.014905799631379e-07, + "W": 2.181486546959377e-09, + "N": 1.6680797854107254e-09, + "Y": 0.0015644211089238524, + "U": 6.936257557904613e-12, + "K": 2.0967270142335792e-09, + "L": 1.4837744366502648e-08, + "G": 3.807429675362073e-05, + "F": 0.0001634653890505433, + "E": 3.4615999311427004e-07, + "T": 0.0005230176029726863, + "P": 0.0002506340970285237, + "-": 0.9974445104598999 + }, + "id": "tp_20518" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2564765, + "label": "-", + "classification": { + "B": 3.954560678920416e-09, + "S": 3.5035865320054427e-09, + "I": 1.787666725761028e-08, + "C": 4.714485157819581e-08, + "R": 3.5503597839436907e-09, + "M": 5.676768978446489e-06, + "O": 2.7186425199943187e-07, + "W": 6.635915150710048e-10, + "N": 3.944087834106824e-10, + "Y": 9.1832727775909e-05, + "U": 4.686398838438244e-11, + "K": 4.236448347683108e-08, + "L": 3.089406419576335e-08, + "G": 4.8459594836458564e-05, + "F": 0.0021397736854851246, + "E": 4.423498864980502e-07, + "T": 3.938365989597514e-05, + "P": 0.000356025411747396, + "-": 0.9973179697990417 + }, + "id": "tp_20519" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2564898, + "label": "-", + "classification": { + "B": 3.0686453378336864e-10, + "S": 2.599702852990049e-08, + "I": 2.709213298146551e-09, + "C": 2.7544413114810595e-06, + "R": 1.8440113080941956e-07, + "M": 1.680220157140866e-05, + "O": 1.3001472325413488e-06, + "W": 5.076675524406937e-09, + "N": 1.8721617311978633e-10, + "Y": 0.003747789654880762, + "U": 2.3477006796945865e-11, + "K": 4.4120304210082395e-07, + "L": 1.7552221720507077e-07, + "G": 0.0011075285729020834, + "F": 0.0051556979306042194, + "E": 5.415944315245724e-07, + "T": 0.00045577806304208934, + "P": 1.1880573765665758e-05, + "-": 0.9894990921020508 + }, + "id": "tp_20520" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2565032, + "label": "-", + "classification": { + "B": 2.0619314256009602e-08, + "S": 1.3753599148458306e-07, + "I": 1.0336401601307443e-06, + "C": 6.140062760096043e-05, + "R": 1.557507857796736e-05, + "M": 0.0002109325723722577, + "O": 2.708542706386652e-05, + "W": 1.5968701916335704e-07, + "N": 2.423897527137342e-08, + "Y": 0.0024849488399922848, + "U": 8.992272704233528e-09, + "K": 2.1576289555014228e-07, + "L": 8.288287062896416e-06, + "G": 0.00036918194382451475, + "F": 0.004113809671252966, + "E": 1.7196484805026557e-06, + "T": 0.0008731472189538181, + "P": 0.00041740265442058444, + "-": 0.9914149641990662 + }, + "id": "tp_20521" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2565132, + "label": "-", + "classification": { + "B": 5.6343933962921255e-09, + "S": 1.2212954914048169e-07, + "I": 1.5770049799357366e-07, + "C": 2.8690211095749873e-08, + "R": 3.382266022811109e-09, + "M": 1.2907721611554734e-05, + "O": 7.160292625485454e-07, + "W": 1.0845176312557214e-08, + "N": 1.109567282497892e-08, + "Y": 0.004530705977231264, + "U": 1.3009600341451488e-11, + "K": 7.343251581914956e-06, + "L": 1.1244423170353457e-08, + "G": 0.0005587426130659878, + "F": 0.02658930793404579, + "E": 6.18094636593014e-05, + "T": 0.00040457872091792524, + "P": 0.0007675348315387964, + "-": 0.9670661091804504 + }, + "id": "tp_20522" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2565265, + "label": "-", + "classification": { + "B": 4.637812267560548e-08, + "S": 3.737757765520655e-07, + "I": 3.9130145523813553e-07, + "C": 7.710979161856812e-07, + "R": 1.8842220583792368e-07, + "M": 1.5555295249214396e-05, + "O": 8.752808753342833e-06, + "W": 3.034819542335754e-07, + "N": 4.729212932375049e-08, + "Y": 0.0001782062608981505, + "U": 5.4642272928617786e-09, + "K": 2.3444481485057622e-06, + "L": 2.4148710053850664e-07, + "G": 1.6779233192210086e-05, + "F": 0.00905460212379694, + "E": 5.9726726249209605e-06, + "T": 7.593640475533903e-05, + "P": 0.004287589341402054, + "-": 0.9863519668579102 + }, + "id": "tp_20523" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2565399, + "label": "-", + "classification": { + "B": 5.2583444265508206e-09, + "S": 5.973528338643064e-09, + "I": 5.355744860935374e-07, + "C": 5.47980448573071e-07, + "R": 7.217090569611173e-08, + "M": 2.9500258733605733e-06, + "O": 3.84336516390249e-07, + "W": 1.1819727419037918e-08, + "N": 2.940363508230348e-08, + "Y": 0.00029341396293602884, + "U": 1.3230770923300383e-09, + "K": 1.2353765669104178e-05, + "L": 1.0611881151589841e-08, + "G": 4.400082616484724e-05, + "F": 0.004428716376423836, + "E": 3.431460936553776e-05, + "T": 2.483056414348539e-05, + "P": 0.004342909902334213, + "-": 0.9908149838447571 + }, + "id": "tp_20524" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2565532, + "label": "-", + "classification": { + "B": 2.55947197729256e-05, + "S": 2.9257611458888277e-05, + "I": 2.995573595399037e-06, + "C": 1.632484963920433e-05, + "R": 4.077026915183524e-06, + "M": 0.0013193466002121568, + "O": 0.0003263295511715114, + "W": 4.078181973454775e-06, + "N": 3.787772584473714e-07, + "Y": 0.001978563144803047, + "U": 7.8201566111602e-08, + "K": 3.2199536690313835e-06, + "L": 0.00014461396494880319, + "G": 0.0024654751177877188, + "F": 0.042086802423000336, + "E": 3.7300658732419834e-05, + "T": 0.0011949526378884912, + "P": 0.0016206841683015227, + "-": 0.9487399458885193 + }, + "id": "tp_20525" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2565632, + "label": "-", + "classification": { + "B": 1.8306612048490933e-07, + "S": 5.3438903705682606e-05, + "I": 0.00018652330618351698, + "C": 0.00010990873852279037, + "R": 9.999233589041978e-05, + "M": 0.003739920211955905, + "O": 0.0012925360351800919, + "W": 1.809818422771059e-05, + "N": 5.479689662024612e-06, + "Y": 0.137526273727417, + "U": 1.9576388510245124e-08, + "K": 9.161414709524252e-06, + "L": 6.856588879600167e-05, + "G": 0.007576315198093653, + "F": 0.036086294800043106, + "E": 2.413943911960814e-05, + "T": 0.05002041161060333, + "P": 0.000695904775056988, + "-": 0.7624869346618652 + }, + "id": "tp_20526" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2565766, + "label": "-", + "classification": { + "B": 1.2688309425357147e-07, + "S": 7.499550520151388e-06, + "I": 7.704514246142935e-06, + "C": 7.367578405137465e-07, + "R": 4.76862055620586e-07, + "M": 0.0005009439773857594, + "O": 3.266827843617648e-05, + "W": 3.648983124548977e-07, + "N": 3.01656854162502e-07, + "Y": 0.02729182131588459, + "U": 1.2808194504998482e-09, + "K": 9.877900311039411e-07, + "L": 1.1347513009241084e-06, + "G": 0.0007793664117343724, + "F": 0.01232643611729145, + "E": 1.0327236850571353e-05, + "T": 0.012710340321063995, + "P": 0.0009811706840991974, + "-": 0.9453476667404175 + }, + "id": "tp_20527" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2565899, + "label": "-", + "classification": { + "B": 1.7073191429517465e-06, + "S": 1.0795586149470182e-06, + "I": 9.302105354436208e-06, + "C": 8.658137630845886e-06, + "R": 1.1181235095136799e-05, + "M": 0.0010279386769980192, + "O": 0.0002107475884258747, + "W": 8.477012443108833e-07, + "N": 1.3641012230891647e-07, + "Y": 0.001758251921273768, + "U": 2.061280568455004e-08, + "K": 4.406029152637103e-10, + "L": 0.00011590736539801583, + "G": 0.0005462077679112554, + "F": 0.0005074241198599339, + "E": 2.9012912818870973e-06, + "T": 0.0023233320098370314, + "P": 0.001905169221572578, + "-": 0.9915691018104553 + }, + "id": "tp_20528" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2566033, + "label": "-", + "classification": { + "B": 8.685574925948458e-09, + "S": 5.556204740742032e-08, + "I": 2.017923179664649e-07, + "C": 9.87966723187128e-06, + "R": 7.5350044426159e-07, + "M": 1.8460024875821546e-05, + "O": 3.914244189218152e-06, + "W": 2.517941943835922e-08, + "N": 6.547929753963899e-09, + "Y": 0.0003910239029210061, + "U": 9.646120568973515e-10, + "K": 3.3609339311624353e-07, + "L": 7.016701601969544e-07, + "G": 0.00015211812569759786, + "F": 0.015563547611236572, + "E": 1.4860747796774376e-06, + "T": 9.728348231874406e-05, + "P": 0.0006004045135341585, + "-": 0.9831597208976746 + }, + "id": "tp_20529" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2566133, + "label": "-", + "classification": { + "B": 1.1847047971969005e-05, + "S": 8.176119990821462e-06, + "I": 0.002215899992734194, + "C": 0.0027111724484711885, + "R": 0.00042755683534778655, + "M": 0.0004635905788745731, + "O": 0.00024375758948735893, + "W": 2.6895095288637094e-05, + "N": 0.00024178408784791827, + "Y": 0.01330585777759552, + "U": 5.68257128179539e-05, + "K": 0.0022135311737656593, + "L": 3.1973093427950516e-05, + "G": 0.0035492153838276863, + "F": 0.016640648245811462, + "E": 0.002084289211779833, + "T": 0.0019756145775318146, + "P": 0.05450514331459999, + "-": 0.8992862701416016 + }, + "id": "tp_20530" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2566266, + "label": "-", + "classification": { + "B": 1.1948873179790098e-07, + "S": 7.083096988935722e-07, + "I": 1.0295970298557222e-08, + "C": 6.975075450554868e-08, + "R": 1.9655761462900045e-08, + "M": 5.22799527971074e-05, + "O": 1.1642739082162734e-05, + "W": 4.358110317070896e-08, + "N": 3.225187894528858e-10, + "Y": 0.00010406653018435463, + "U": 1.3335295541427872e-11, + "K": 7.657414147210773e-10, + "L": 2.5061849555640947e-06, + "G": 9.079277515411377e-05, + "F": 0.00739612802863121, + "E": 3.4216193967040454e-07, + "T": 5.968599725747481e-05, + "P": 0.0001614902139408514, + "-": 0.9921201467514038 + }, + "id": "tp_20531" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2566400, + "label": "-", + "classification": { + "B": 6.992806333983026e-11, + "S": 7.963608439354175e-09, + "I": 1.546724748280326e-09, + "C": 3.006357118806591e-08, + "R": 4.134224074192616e-09, + "M": 7.498207196476869e-06, + "O": 4.229613921324926e-07, + "W": 7.508703658842819e-10, + "N": 6.241516331551011e-11, + "Y": 0.0020867283456027508, + "U": 8.246449313339954e-13, + "K": 5.523317980760112e-08, + "L": 1.975532093467791e-08, + "G": 0.00018273091700393707, + "F": 0.010897189378738403, + "E": 1.4440274753724225e-07, + "T": 0.00020045021665282547, + "P": 1.309118033532286e-05, + "-": 0.9866116046905518 + }, + "id": "tp_20532" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2566533, + "label": "-", + "classification": { + "B": 1.030924412503964e-08, + "S": 5.636784372597958e-09, + "I": 5.8644009186537005e-06, + "C": 5.869403139513452e-06, + "R": 7.062153031256457e-07, + "M": 2.4042835775617277e-06, + "O": 7.527422667408246e-07, + "W": 1.2161028628554504e-08, + "N": 1.0158987606700975e-07, + "Y": 0.0005649261875078082, + "U": 1.7438088306676036e-08, + "K": 7.979787710610253e-07, + "L": 6.678737918264233e-08, + "G": 6.504000339191407e-05, + "F": 0.0012080699671059847, + "E": 9.066769052878954e-06, + "T": 4.9302951083518565e-05, + "P": 0.007518329657614231, + "-": 0.9905686974525452 + }, + "id": "tp_20533" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2566633, + "label": "-", + "classification": { + "B": 5.781332390597527e-08, + "S": 1.6040668242567335e-06, + "I": 4.730864930024836e-06, + "C": 0.00019417486328165978, + "R": 6.701492384308949e-05, + "M": 0.0003522182523738593, + "O": 0.0001063679956132546, + "W": 7.615549861839099e-07, + "N": 2.4703140866222384e-07, + "Y": 0.009491545148193836, + "U": 5.6064422437884787e-08, + "K": 2.054663582384819e-06, + "L": 4.641248960979283e-05, + "G": 0.0018219586927443743, + "F": 0.013821026310324669, + "E": 9.577119271853007e-06, + "T": 0.001322379452176392, + "P": 0.0006979586323723197, + "-": 0.9720598459243774 + }, + "id": "tp_20534" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2566767, + "label": "-", + "classification": { + "B": 8.166730935954547e-08, + "S": 1.1837197462227778e-06, + "I": 3.4287427297385875e-06, + "C": 1.4697473034175346e-06, + "R": 6.452611387430807e-07, + "M": 0.0003038457070942968, + "O": 2.087316352117341e-05, + "W": 4.85558132368169e-07, + "N": 2.443046582811803e-07, + "Y": 0.0024521665181964636, + "U": 2.2464615057060655e-08, + "K": 4.089017693331698e-06, + "L": 8.680743803779478e-07, + "G": 0.0001033923908835277, + "F": 0.008917368948459625, + "E": 9.7985730462824e-06, + "T": 0.0011187078198418021, + "P": 0.002732252236455679, + "-": 0.9843292236328125 + }, + "id": "tp_20535" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2566900, + "label": "-", + "classification": { + "B": 1.2449090647237426e-08, + "S": 4.045408630304337e-08, + "I": 5.840143444402202e-07, + "C": 6.328419658530038e-06, + "R": 3.2517016279598465e-07, + "M": 2.2000876924721524e-05, + "O": 4.770440682477783e-06, + "W": 1.7047984357532187e-08, + "N": 1.3479662719362295e-08, + "Y": 0.00016733529628254473, + "U": 2.7982833827877585e-09, + "K": 1.1747218309210439e-08, + "L": 1.4544651776304818e-06, + "G": 0.00012152350245742127, + "F": 0.005797078367322683, + "E": 1.2386173011691426e-06, + "T": 0.00012037512351525947, + "P": 0.002492505358532071, + "-": 0.9912644624710083 + }, + "id": "tp_20536" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2567000, + "label": "-", + "classification": { + "B": 9.134449308056958e-10, + "S": 2.2670182886486145e-07, + "I": 7.724525517005532e-07, + "C": 3.647525545602548e-06, + "R": 5.246591854302096e-07, + "M": 1.480123228247976e-05, + "O": 5.638358288706513e-06, + "W": 1.1641753872027039e-07, + "N": 9.51968104345724e-08, + "Y": 0.002123537939041853, + "U": 1.1404839295181546e-09, + "K": 3.520851805660641e-06, + "L": 9.815594381734627e-08, + "G": 7.614790229126811e-05, + "F": 0.020772524178028107, + "E": 3.740492729775724e-06, + "T": 0.0006645229295827448, + "P": 0.0016753737581893802, + "-": 0.9746546745300293 + }, + "id": "tp_20537" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2567134, + "label": "-", + "classification": { + "B": 3.412127114188479e-08, + "S": 8.730693821235036e-07, + "I": 9.917870556819253e-06, + "C": 3.129224523945595e-06, + "R": 1.585928771419276e-06, + "M": 4.228355101076886e-05, + "O": 1.7542439309181646e-05, + "W": 8.166464908754278e-07, + "N": 1.0884876928685117e-06, + "Y": 0.0032697340939193964, + "U": 6.10062116379595e-08, + "K": 1.7928279703482985e-05, + "L": 5.045840225648135e-07, + "G": 0.00014465683489106596, + "F": 0.01417443249374628, + "E": 3.19344071613159e-05, + "T": 0.0007380436873063445, + "P": 0.008493546396493912, + "-": 0.9730519652366638 + }, + "id": "tp_20538" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2567267, + "label": "-", + "classification": { + "B": 2.8284993791594104e-10, + "S": 4.237791273453695e-08, + "I": 4.954083365760198e-08, + "C": 1.5170964218214067e-07, + "R": 4.577995582621952e-08, + "M": 2.5415283744223416e-05, + "O": 1.2111444220863632e-06, + "W": 5.667988300928073e-09, + "N": 1.957803252849999e-09, + "Y": 0.0014304097276180983, + "U": 4.241909254409926e-11, + "K": 1.499647623859346e-07, + "L": 5.039754213953529e-08, + "G": 5.6241537095047534e-05, + "F": 0.005317833740264177, + "E": 4.077429025528545e-07, + "T": 0.0006558358436450362, + "P": 0.00012540227908175439, + "-": 0.9923866987228394 + }, + "id": "tp_20539" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2567401, + "label": "-", + "classification": { + "B": 9.056300154242081e-11, + "S": 2.5625584987309935e-10, + "I": 4.2256442611687817e-07, + "C": 7.896466058809892e-08, + "R": 6.522666406993949e-09, + "M": 5.499003918885137e-07, + "O": 1.0647909931549293e-07, + "W": 3.8791500567292303e-10, + "N": 3.5340903536962287e-09, + "Y": 2.601827509352006e-05, + "U": 3.005652948750992e-10, + "K": 2.275790889072482e-09, + "L": 3.033726603263176e-09, + "G": 1.2204124004711048e-06, + "F": 7.838308374630287e-05, + "E": 1.8510981192321196e-07, + "T": 9.75711373030208e-06, + "P": 0.005712432786822319, + "-": 0.9941708445549011 + }, + "id": "tp_20540" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2567501, + "label": "-", + "classification": { + "B": 4.374932416340016e-09, + "S": 6.328496482410628e-08, + "I": 3.507690053083934e-06, + "C": 2.878478881029878e-06, + "R": 1.3371037539400277e-06, + "M": 4.416514275362715e-05, + "O": 5.661942850565538e-06, + "W": 1.0174938580576054e-07, + "N": 9.81881314032762e-08, + "Y": 0.0030719563364982605, + "U": 1.1340182126673426e-08, + "K": 3.092918632319197e-05, + "L": 1.598519787648911e-07, + "G": 0.00022338525741361082, + "F": 0.0012119254097342491, + "E": 1.254070593859069e-05, + "T": 0.0003743827692233026, + "P": 0.001085951691493392, + "-": 0.9939309358596802 + }, + "id": "tp_20541" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2567634, + "label": "-", + "classification": { + "B": 4.3007892386315305e-11, + "S": 1.8931380907361017e-08, + "I": 1.6162259086627273e-08, + "C": 9.136689982369717e-08, + "R": 1.6420973025788044e-08, + "M": 1.629934922675602e-05, + "O": 1.7541607348903199e-06, + "W": 1.662077475650392e-09, + "N": 3.3760130802029664e-10, + "Y": 0.010048741474747658, + "U": 3.104849276985844e-13, + "K": 2.9700192527570834e-08, + "L": 2.339355020808398e-08, + "G": 0.00021382764680311084, + "F": 0.0021478505805134773, + "E": 1.9000067652541475e-07, + "T": 0.0011856022756546736, + "P": 1.4221453056961764e-05, + "-": 0.9863713383674622 + }, + "id": "tp_20542" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2567768, + "label": "-", + "classification": { + "B": 7.457365391871917e-09, + "S": 1.276964809449055e-07, + "I": 4.049977724207565e-05, + "C": 1.162233002105495e-05, + "R": 1.2468726708902977e-05, + "M": 0.00010866319644264877, + "O": 1.1012777576979715e-05, + "W": 1.2710623309430957e-07, + "N": 3.142131959066319e-07, + "Y": 0.006824891082942486, + "U": 3.273049031804476e-08, + "K": 6.623113080195253e-08, + "L": 1.3446384627968655e-06, + "G": 9.952588879968971e-05, + "F": 0.0007520081126131117, + "E": 2.3431171030097175e-06, + "T": 0.003561276476830244, + "P": 0.002530766883864999, + "-": 0.9860429763793945 + }, + "id": "tp_20543" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2567901, + "label": "-", + "classification": { + "B": 5.097096966721892e-09, + "S": 5.834442262653283e-08, + "I": 1.928989695443306e-05, + "C": 2.0278635020076763e-06, + "R": 6.211398044797534e-07, + "M": 9.825994311540853e-06, + "O": 3.7360771329986164e-06, + "W": 1.2757747924752039e-07, + "N": 7.560449830634752e-07, + "Y": 0.0015437540132552385, + "U": 3.731223685576879e-08, + "K": 1.9421971956035122e-05, + "L": 2.054064509593445e-07, + "G": 0.00012156632146798074, + "F": 0.004693128168582916, + "E": 4.850931873079389e-05, + "T": 0.0003892747627105564, + "P": 0.012021370232105255, + "-": 0.9811262488365173 + }, + "id": "tp_20544" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2568001, + "label": "-", + "classification": { + "B": 8.463235667832691e-10, + "S": 2.602160709130885e-09, + "I": 1.199128291773377e-06, + "C": 5.111471637064824e-07, + "R": 1.3200988746575604e-07, + "M": 1.0426541848573834e-05, + "O": 1.5651473859179532e-06, + "W": 7.37830641028836e-09, + "N": 2.563852774528641e-08, + "Y": 0.00036427105078473687, + "U": 3.6167964179156797e-09, + "K": 1.344544529047198e-07, + "L": 3.8137297764251343e-08, + "G": 1.3011444025323726e-05, + "F": 0.0003216835029888898, + "E": 1.312978042733448e-06, + "T": 0.00014750992704648525, + "P": 0.0031676830258220434, + "-": 0.9959704875946045 + }, + "id": "tp_20545" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2568135, + "label": "-", + "classification": { + "B": 1.9618723312575526e-10, + "S": 1.9031638487376767e-09, + "I": 8.853054289659212e-09, + "C": 1.8269012969085452e-07, + "R": 1.2166601059959703e-08, + "M": 4.253699444234371e-06, + "O": 1.948745875779423e-07, + "W": 9.066692951975597e-10, + "N": 2.0614827900278243e-10, + "Y": 0.0007576656062155962, + "U": 2.4569110634864444e-11, + "K": 2.4518695340702834e-07, + "L": 2.1243772962975527e-08, + "G": 0.0001399302127538249, + "F": 0.003636486129835248, + "E": 1.0742468248281511e-06, + "T": 7.240524428198114e-05, + "P": 0.0001065483593265526, + "-": 0.995280921459198 + }, + "id": "tp_20546" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2568268, + "label": "-", + "classification": { + "B": 2.0326717731222743e-07, + "S": 2.8996071250730893e-06, + "I": 5.2630508434958756e-05, + "C": 5.0330490921624005e-06, + "R": 5.0420808292983565e-06, + "M": 0.00010905315866693854, + "O": 3.183510125381872e-05, + "W": 2.370235961279832e-06, + "N": 3.611104830270051e-06, + "Y": 0.024229392409324646, + "U": 7.141292712731229e-08, + "K": 0.00022963411174714565, + "L": 4.851713129028212e-07, + "G": 0.0005341485957615077, + "F": 0.00786468107253313, + "E": 0.00011213577090529725, + "T": 0.002897662576287985, + "P": 0.00598755432292819, + "-": 0.9579315185546875 + }, + "id": "tp_20547" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2568402, + "label": "-", + "classification": { + "B": 3.5773571198660647e-06, + "S": 4.383289342513308e-05, + "I": 5.377126399253029e-06, + "C": 2.19877838389948e-05, + "R": 1.0190048669755924e-05, + "M": 0.00037244230043143034, + "O": 0.00027250705170445144, + "W": 7.0104206315591e-06, + "N": 5.346270199879655e-07, + "Y": 0.0022060635965317488, + "U": 6.824703291385958e-08, + "K": 1.0293831564922584e-06, + "L": 4.529603756964207e-05, + "G": 0.0009580304613336921, + "F": 0.02331465296447277, + "E": 1.7931397451320663e-05, + "T": 0.0012767697917297482, + "P": 0.005629331339150667, + "-": 0.965813398361206 + }, + "id": "tp_20548" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2568502, + "label": "-", + "classification": { + "B": 8.9369116551552e-08, + "S": 1.4958825289568267e-08, + "I": 1.4064643494293705e-07, + "C": 1.0913530523737336e-08, + "R": 6.585666234570908e-09, + "M": 5.062866421212675e-06, + "O": 3.5136133647029055e-06, + "W": 6.020211440471712e-09, + "N": 2.611867666590939e-10, + "Y": 6.965605280129239e-06, + "U": 1.4404795065092735e-11, + "K": 8.143169298591157e-13, + "L": 2.989723100199626e-07, + "G": 6.7146702349418774e-06, + "F": 7.032000576145947e-05, + "E": 3.806669113259886e-08, + "T": 8.504594916303176e-06, + "P": 0.0010010641999542713, + "-": 0.9988971948623657 + }, + "id": "tp_20549" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2568635, + "label": "-", + "classification": { + "B": 1.422155726515939e-09, + "S": 2.5899456801425913e-08, + "I": 3.0746494239508593e-09, + "C": 2.7870878938074384e-08, + "R": 1.435115248860086e-09, + "M": 2.7979563128610607e-06, + "O": 2.674631218724244e-07, + "W": 2.492226869321712e-09, + "N": 2.611242055916563e-10, + "Y": 3.589426341932267e-05, + "U": 3.700405867140821e-12, + "K": 5.503389957084437e-07, + "L": 1.4445741491897479e-08, + "G": 6.47664928692393e-05, + "F": 0.031575195491313934, + "E": 6.276296971918782e-06, + "T": 8.479464668198489e-06, + "P": 0.0005374682368710637, + "-": 0.9677681922912598 + }, + "id": "tp_20550" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2568769, + "label": "-", + "classification": { + "B": 1.5542189757411506e-09, + "S": 1.5880731041306717e-07, + "I": 5.44677813962835e-09, + "C": 7.563249937447836e-07, + "R": 4.211034010381809e-08, + "M": 4.021512722829357e-06, + "O": 1.9693982267199317e-06, + "W": 2.0770324127283857e-08, + "N": 1.4529472069924054e-09, + "Y": 0.0006042979657649994, + "U": 6.810342567664662e-11, + "K": 4.107096174266189e-06, + "L": 1.6908433053686167e-07, + "G": 0.0003272541507612914, + "F": 0.22023019194602966, + "E": 9.948400929715717e-07, + "T": 6.922718603163958e-05, + "P": 0.0002570243668742478, + "-": 0.7784997224807739 + }, + "id": "tp_20551" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2568902, + "label": "-", + "classification": { + "B": 5.019815944251604e-06, + "S": 5.9882695495616645e-05, + "I": 2.2520607672049664e-05, + "C": 0.0002893288037739694, + "R": 6.34868410998024e-05, + "M": 0.001013009576126933, + "O": 0.00039076138637028635, + "W": 2.219801172032021e-05, + "N": 8.624797374068294e-06, + "Y": 0.019591152667999268, + "U": 1.1458590734036989e-06, + "K": 0.0027466085739433765, + "L": 8.383204112760723e-05, + "G": 0.015024546533823013, + "F": 0.1277637928724289, + "E": 0.0010730336653068662, + "T": 0.0049974857829511166, + "P": 0.004055262077599764, + "-": 0.8227882981300354 + }, + "id": "tp_20552" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2569002, + "label": "-", + "classification": { + "B": 7.099897061380034e-07, + "S": 0.00019330413488205522, + "I": 9.740403038449585e-05, + "C": 0.00023536589287687093, + "R": 4.5896460505900905e-05, + "M": 0.0014915619976818562, + "O": 0.0011007391149178147, + "W": 3.5077693610219285e-05, + "N": 1.683892151049804e-05, + "Y": 0.20387324690818787, + "U": 1.395357251965379e-08, + "K": 0.0004774646367877722, + "L": 2.9824495868524536e-05, + "G": 0.051210757344961166, + "F": 0.2318296879529953, + "E": 0.0005187935312278569, + "T": 0.021663174033164978, + "P": 0.0014626275515183806, + "-": 0.4857175350189209 + }, + "id": "tp_20553" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2569136, + "label": "-", + "classification": { + "B": 4.008234554930823e-06, + "S": 9.472984856984112e-06, + "I": 1.996817218241631e-06, + "C": 5.6637971283635125e-05, + "R": 3.333228232804686e-05, + "M": 0.0007160984678193927, + "O": 0.0004278648120816797, + "W": 4.276059371477459e-06, + "N": 4.732809699703466e-08, + "Y": 0.003704745788127184, + "U": 6.449465406177524e-09, + "K": 1.8236063326071417e-08, + "L": 0.00020594937086571008, + "G": 0.0015140703180804849, + "F": 0.007311563473194838, + "E": 2.39314772443322e-06, + "T": 0.0013830685056746006, + "P": 0.0002486148150637746, + "-": 0.9843758940696716 + }, + "id": "tp_20554" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2569269, + "label": "-", + "classification": { + "B": 1.010321284411475e-06, + "S": 1.2236482689331751e-06, + "I": 2.9141547202016227e-05, + "C": 4.550859557639342e-06, + "R": 1.38479117595125e-06, + "M": 0.00014790227578487247, + "O": 1.471135692554526e-05, + "W": 5.522509809452458e-07, + "N": 1.8353376844970626e-06, + "Y": 0.004287905991077423, + "U": 4.995901647930623e-08, + "K": 2.332624717382714e-05, + "L": 1.0773188705570647e-06, + "G": 0.0007548884022980928, + "F": 0.021136574447155, + "E": 0.00029451632872223854, + "T": 0.0005010923487134278, + "P": 0.01905525103211403, + "-": 0.953743040561676 + }, + "id": "tp_20555" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2569403, + "label": "-", + "classification": { + "B": 5.117308257980677e-16, + "S": 1.5858737408810985e-15, + "I": 1.2910996056991753e-12, + "C": 1.8588486305759488e-10, + "R": 1.1111484995995902e-11, + "M": 3.4602785081716547e-09, + "O": 9.804602962848463e-11, + "W": 3.2973611972905888e-15, + "N": 4.2854192010320993e-16, + "Y": 6.253153514990117e-07, + "U": 1.191671462901864e-16, + "K": 7.541863624772622e-15, + "L": 5.531409965481293e-12, + "G": 1.6102603694889694e-08, + "F": 1.9941642221965594e-06, + "E": 2.0369617451110322e-12, + "T": 7.465065721135034e-08, + "P": 1.40746283250337e-06, + "-": 0.9999958276748657 + }, + "id": "tp_20556" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2569503, + "label": "-", + "classification": { + "B": 3.5827016266892775e-12, + "S": 9.150027263649108e-11, + "I": 5.987527629258693e-08, + "C": 8.161403997064554e-09, + "R": 3.000602266656216e-10, + "M": 4.7202092900988646e-08, + "O": 8.608823875988492e-09, + "W": 1.5451316615067157e-10, + "N": 2.220259309737571e-09, + "Y": 2.94701549137244e-05, + "U": 2.072145753595489e-11, + "K": 2.5062006443477003e-06, + "L": 4.228668804007185e-11, + "G": 1.7679495840638992e-06, + "F": 0.0023248037323355675, + "E": 3.03667343359848e-06, + "T": 3.072738081755233e-06, + "P": 0.003952961880713701, + "-": 0.9936821460723877 + }, + "id": "tp_20557" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2569636, + "label": "-", + "classification": { + "B": 6.152055531671863e-10, + "S": 4.980872603255193e-09, + "I": 4.757319160830775e-08, + "C": 1.3577664503827691e-06, + "R": 5.429882321550394e-07, + "M": 2.5099250706261955e-05, + "O": 3.2840987387317e-06, + "W": 6.259389007112759e-09, + "N": 6.290911680473243e-10, + "Y": 0.0008415539050474763, + "U": 3.072361254297107e-10, + "K": 3.065422049530753e-08, + "L": 5.979721322546538e-07, + "G": 0.00010777026182040572, + "F": 0.0010888014221563935, + "E": 9.438996073640737e-08, + "T": 0.00011709413229255006, + "P": 0.00010405751527287066, + "-": 0.9977097511291504 + }, + "id": "tp_20558" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2569770, + "label": "-", + "classification": { + "B": 8.903855928110715e-07, + "S": 3.0126144338282757e-05, + "I": 2.810326259350404e-05, + "C": 0.0007819203892722726, + "R": 0.00010266480967402458, + "M": 0.001000498770736158, + "O": 0.000302984582958743, + "W": 1.478867488913238e-05, + "N": 1.0604579074424691e-05, + "Y": 0.08569823205471039, + "U": 2.0337066075626353e-07, + "K": 0.005824973341077566, + "L": 3.440316504565999e-05, + "G": 0.047087617218494415, + "F": 0.39713549613952637, + "E": 0.0016587269492447376, + "T": 0.006285537965595722, + "P": 0.0022155847400426865, + "-": 0.4517866373062134 + }, + "id": "tp_20559" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2569903, + "label": "-", + "classification": { + "B": 1.2151810224736437e-08, + "S": 6.485358028385235e-08, + "I": 4.493138021643972e-06, + "C": 1.1262455700489227e-05, + "R": 2.1880207441427046e-06, + "M": 2.2745014575775713e-05, + "O": 6.321624823613092e-06, + "W": 8.944461171722651e-08, + "N": 2.0191400551539118e-07, + "Y": 0.003735495498403907, + "U": 1.7075395319920972e-08, + "K": 8.03471812105272e-06, + "L": 3.3816780842244043e-07, + "G": 0.0003487778303679079, + "F": 0.008565806783735752, + "E": 1.4048885532247368e-05, + "T": 0.00029626768082380295, + "P": 0.006568261422216892, + "-": 0.9804155230522156 + }, + "id": "tp_20560" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2570003, + "label": "-", + "classification": { + "B": 1.4712837892449926e-10, + "S": 1.3349648053662122e-09, + "I": 2.0140199230578304e-10, + "C": 1.6546705117193028e-09, + "R": 3.7952635478788466e-10, + "M": 1.1607733085838845e-06, + "O": 2.4159564304682135e-07, + "W": 1.8473932106299884e-10, + "N": 3.4733192884328634e-12, + "Y": 3.223889143555425e-05, + "U": 3.546142058382523e-13, + "K": 1.3805854896797864e-11, + "L": 2.159782397370691e-08, + "G": 2.0831485016969964e-06, + "F": 0.000884546956513077, + "E": 3.4736096221621438e-09, + "T": 4.732502929982729e-06, + "P": 4.765135599882342e-05, + "-": 0.9990273714065552 + }, + "id": "tp_20561" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2570137, + "label": "-", + "classification": { + "B": 2.656343440321507e-06, + "S": 3.417622792767361e-05, + "I": 4.0996143070515245e-05, + "C": 2.398717242613202e-06, + "R": 3.857777812754648e-07, + "M": 0.00017110764747485518, + "O": 9.895058610709384e-05, + "W": 6.835767180746188e-06, + "N": 1.3874298929295037e-05, + "Y": 0.0009198258048854768, + "U": 8.679251095600193e-08, + "K": 0.0001339681475656107, + "L": 2.9106472538842354e-06, + "G": 0.0010277586989104748, + "F": 0.07352020591497421, + "E": 0.002603563480079174, + "T": 0.0007793516851961613, + "P": 0.06681056320667267, + "-": 0.8538303375244141 + }, + "id": "tp_20562" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2570270, + "label": "F", + "classification": { + "B": 5.011859371961691e-09, + "S": 8.537009307474364e-06, + "I": 3.2583493521087803e-06, + "C": 1.1774300219258294e-05, + "R": 2.6466809686098713e-06, + "M": 0.0004260757705196738, + "O": 0.00013383950863499194, + "W": 1.6481013744851225e-06, + "N": 5.47184924926114e-07, + "Y": 0.08586816489696503, + "U": 9.228753317103155e-10, + "K": 0.0024643810465931892, + "L": 5.003619207855081e-06, + "G": 0.03396232798695564, + "F": 0.432508647441864, + "E": 0.00010360372107243165, + "T": 0.012908139266073704, + "P": 8.301484194817021e-05, + "-": 0.431508332490921 + }, + "id": "tp_20563" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2570404, + "label": "-", + "classification": { + "B": 8.117997246648301e-11, + "S": 1.1470713268124655e-08, + "I": 7.055934725386237e-10, + "C": 1.5132008979179545e-09, + "R": 3.028509387714706e-10, + "M": 3.302647428427008e-06, + "O": 7.840436637707171e-07, + "W": 4.840273182260546e-10, + "N": 7.52588096009088e-12, + "Y": 1.0071242286358029e-05, + "U": 1.74659345688645e-13, + "K": 4.042529765796443e-12, + "L": 7.602737639444967e-08, + "G": 2.7237788344791625e-06, + "F": 0.002978478092700243, + "E": 5.241008516065904e-09, + "T": 7.5532557275437284e-06, + "P": 5.412556492956355e-05, + "-": 0.996942937374115 + }, + "id": "tp_20564" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2570504, + "label": "-", + "classification": { + "B": 1.4453237218159387e-10, + "S": 7.852942296437959e-09, + "I": 2.6068269765033847e-09, + "C": 1.4716680096782397e-09, + "R": 4.500017303232795e-10, + "M": 4.9755726649891585e-06, + "O": 2.1084935042381403e-07, + "W": 2.331032034064151e-10, + "N": 3.3927621129192786e-11, + "Y": 7.59593240218237e-05, + "U": 1.4904709411123207e-12, + "K": 5.563195459856729e-10, + "L": 1.1325462345723736e-08, + "G": 9.998876521422062e-06, + "F": 0.00038773295818828046, + "E": 7.164301152329244e-09, + "T": 0.00011087878374382854, + "P": 5.1972449000459164e-05, + "-": 0.9993582367897034 + }, + "id": "tp_20565" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2570637, + "label": "-", + "classification": { + "B": 4.912138138024602e-06, + "S": 1.6163268128366326e-06, + "I": 0.00040530788828618824, + "C": 0.00016106781549751759, + "R": 5.0985810958081856e-05, + "M": 0.00027992925606667995, + "O": 0.00013642727572005242, + "W": 2.976275482069468e-06, + "N": 1.6246047380263917e-05, + "Y": 0.0015681873774155974, + "U": 5.907611011934932e-06, + "K": 4.601966338668717e-06, + "L": 3.3790765883168206e-05, + "G": 0.0009151624399237335, + "F": 0.002992471680045128, + "E": 0.00012674613390117884, + "T": 0.002535228617489338, + "P": 0.06105344742536545, + "-": 0.9297049641609192 + }, + "id": "tp_20566" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2570771, + "label": "-", + "classification": { + "B": 2.696333103813231e-05, + "S": 3.47001405316405e-05, + "I": 0.0007187332375906408, + "C": 0.00023860650253482163, + "R": 5.99556697125081e-05, + "M": 0.0014984187437221408, + "O": 0.00029553755302913487, + "W": 2.5719979021232575e-05, + "N": 7.608044688822702e-05, + "Y": 0.006042980123311281, + "U": 8.456568139081355e-06, + "K": 4.6342920541064814e-05, + "L": 5.741352651966736e-05, + "G": 0.00194454041775316, + "F": 0.01663791388273239, + "E": 0.001295075286179781, + "T": 0.003644233802333474, + "P": 0.12388992309570312, + "-": 0.8434584736824036 + }, + "id": "tp_20567" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2570904, + "label": "-", + "classification": { + "B": 8.631284345028689e-07, + "S": 2.032742941082688e-06, + "I": 1.5101721146493219e-05, + "C": 1.825235813157633e-05, + "R": 4.022985649498878e-06, + "M": 0.00017383159138262272, + "O": 3.354936416144483e-05, + "W": 7.344239065787406e-07, + "N": 1.4023097492099623e-06, + "Y": 0.003762151813134551, + "U": 1.6329599361597502e-07, + "K": 5.003683781978907e-06, + "L": 5.624381628877018e-06, + "G": 0.0012291091261431575, + "F": 0.007810394745320082, + "E": 7.800073944963515e-05, + "T": 0.0009662515949457884, + "P": 0.014487100765109062, + "-": 0.9714064002037048 + }, + "id": "tp_20568" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2571004, + "label": "-", + "classification": { + "B": 2.541750745876925e-06, + "S": 1.790182750482927e-06, + "I": 1.4149611160974018e-05, + "C": 4.66252131445799e-05, + "R": 1.1707652447512373e-05, + "M": 4.7260917199309915e-05, + "O": 5.91281168453861e-05, + "W": 2.8024608127452666e-06, + "N": 1.4607270486521884e-06, + "Y": 0.00042212411062791944, + "U": 5.954879611635988e-07, + "K": 6.249281341297319e-06, + "L": 5.722900368709816e-06, + "G": 0.00016717334801796824, + "F": 0.007006603758782148, + "E": 1.9055914890486747e-05, + "T": 0.00032351940171793103, + "P": 0.014023148454725742, + "-": 0.9778384566307068 + }, + "id": "tp_20569" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2571138, + "label": "-", + "classification": { + "B": 2.122010123173368e-09, + "S": 1.572376540082132e-08, + "I": 2.2126798171484552e-07, + "C": 3.1436151459729444e-08, + "R": 6.786949224846239e-09, + "M": 2.9517511848098366e-06, + "O": 7.189047437350382e-07, + "W": 2.2593462656317342e-09, + "N": 2.3139090643553573e-09, + "Y": 2.274234611832071e-05, + "U": 8.399766299183042e-11, + "K": 5.600877539535531e-10, + "L": 4.980265444487486e-08, + "G": 5.063993285148172e-06, + "F": 0.0003414579259697348, + "E": 1.3880163862722839e-07, + "T": 2.856569153664168e-05, + "P": 0.0011631628731265664, + "-": 0.9984347224235535 + }, + "id": "tp_20570" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2571271, + "label": "-", + "classification": { + "B": 2.6423789677210152e-05, + "S": 0.0006123660132288933, + "I": 0.001004051766358316, + "C": 0.001021431409753859, + "R": 0.0005291508859954774, + "M": 0.006813722662627697, + "O": 0.0034475415013730526, + "W": 0.0003610059793572873, + "N": 0.00024243439838755876, + "Y": 0.20504800975322723, + "U": 1.284939207835123e-05, + "K": 0.01135951466858387, + "L": 0.0003814332012552768, + "G": 0.05401357263326645, + "F": 0.1251087635755539, + "E": 0.0021552490070462227, + "T": 0.05097793787717819, + "P": 0.007140822242945433, + "-": 0.5297436714172363 + }, + "id": "tp_20571" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2571405, + "label": "-", + "classification": { + "B": 2.4687295763214934e-08, + "S": 2.8185456812934717e-07, + "I": 1.0976784324157052e-05, + "C": 7.88379509231163e-07, + "R": 2.5396673208888387e-07, + "M": 1.7442964235669933e-05, + "O": 3.6003796139993938e-06, + "W": 2.2851176595395373e-07, + "N": 1.143835447692254e-06, + "Y": 0.004532190505415201, + "U": 1.740629684832129e-08, + "K": 0.0005507945315912366, + "L": 3.769924461494156e-08, + "G": 0.00016259800759144127, + "F": 0.014234761707484722, + "E": 0.00011370857828296721, + "T": 0.0005961498245596886, + "P": 0.006530852988362312, + "-": 0.9732441306114197 + }, + "id": "tp_20572" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2571505, + "label": "-", + "classification": { + "B": 9.232569708750304e-10, + "S": 2.9181870253580655e-09, + "I": 3.441510543211734e-08, + "C": 7.871076945775712e-07, + "R": 4.557035282459765e-08, + "M": 1.8804120145432535e-06, + "O": 3.145257210235286e-07, + "W": 1.664014592783758e-09, + "N": 7.307660032651597e-10, + "Y": 0.00028203974943608046, + "U": 1.6360703070095184e-10, + "K": 8.092153080951903e-08, + "L": 2.2227185425549578e-08, + "G": 4.073775926372036e-05, + "F": 0.0022424806375056505, + "E": 2.911235128522094e-07, + "T": 3.1771713111083955e-05, + "P": 0.00029218647978268564, + "-": 0.9971073269844055 + }, + "id": "tp_20573" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2571638, + "label": "-", + "classification": { + "B": 4.08875386881391e-08, + "S": 4.693999702820584e-11, + "I": 7.324191528823576e-07, + "C": 1.5193113434008865e-09, + "R": 1.8502840926082342e-10, + "M": 2.7445180421636906e-06, + "O": 7.359567888443053e-08, + "W": 3.993133254609482e-11, + "N": 2.1278043216277354e-10, + "Y": 1.1425565844547236e-06, + "U": 1.6220720513299147e-12, + "K": 5.709971070185643e-14, + "L": 2.2292331536277743e-08, + "G": 3.4604111078806454e-06, + "F": 4.398863438836997e-06, + "E": 6.866295620966412e-07, + "T": 4.348348738858476e-06, + "P": 0.017100222408771515, + "-": 0.9828821420669556 + }, + "id": "tp_20574" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2571772, + "label": "-", + "classification": { + "B": 4.700390632272899e-10, + "S": 5.224549681770441e-09, + "I": 4.7807311887027026e-08, + "C": 9.968727709974701e-08, + "R": 4.920053697787807e-09, + "M": 2.0490592760324944e-06, + "O": 2.541741821460164e-07, + "W": 2.9037594551084567e-09, + "N": 4.066609715636105e-09, + "Y": 9.664340177550912e-05, + "U": 2.640087037875105e-10, + "K": 4.0805084609019104e-06, + "L": 6.434216714978902e-09, + "G": 2.425791353743989e-05, + "F": 0.004369255155324936, + "E": 5.491128831636161e-06, + "T": 3.111354817519896e-05, + "P": 0.0016034418949857354, + "-": 0.9938633441925049 + }, + "id": "tp_20575" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2571905, + "label": "-", + "classification": { + "B": 3.3272634425429715e-08, + "S": 3.062790710828267e-06, + "I": 5.311939730745507e-06, + "C": 0.0007746179471723735, + "R": 0.0001651799539104104, + "M": 0.0003626455436460674, + "O": 0.00016288962797261775, + "W": 2.024253490162664e-06, + "N": 3.0326486921694595e-07, + "Y": 0.14297528564929962, + "U": 1.5263335484405616e-08, + "K": 0.0002606160705909133, + "L": 3.2153486245078966e-05, + "G": 0.02235226519405842, + "F": 0.08606377989053726, + "E": 2.4840175683493726e-05, + "T": 0.006482061464339495, + "P": 0.00011432857718318701, + "-": 0.7402185797691345 + }, + "id": "tp_20576" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2572005, + "label": "-", + "classification": { + "B": 5.6385105473566455e-09, + "S": 2.997248671476882e-08, + "I": 4.2889720930361364e-07, + "C": 4.302386358290278e-08, + "R": 2.3880433630552034e-08, + "M": 2.67643372353632e-06, + "O": 9.484967335993133e-07, + "W": 1.1889895290551067e-08, + "N": 9.043026771848872e-09, + "Y": 0.00011032554175471887, + "U": 3.428483330569776e-10, + "K": 6.515301720355637e-08, + "L": 1.623424061847345e-08, + "G": 5.3131848289922345e-06, + "F": 0.0010922651272267103, + "E": 5.189606895328325e-07, + "T": 3.32088275172282e-05, + "P": 0.002095217816531658, + "-": 0.9966589212417603 + }, + "id": "tp_20577" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2572139, + "label": "-", + "classification": { + "B": 3.7034631361620995e-08, + "S": 7.2729378075564455e-09, + "I": 1.02971839055499e-07, + "C": 2.4804286624657834e-08, + "R": 2.9035551740719256e-09, + "M": 4.4717394303006586e-06, + "O": 9.117193826568837e-07, + "W": 2.9850124594332783e-09, + "N": 1.048153785987438e-09, + "Y": 1.2130491995776538e-05, + "U": 3.3180739406057924e-11, + "K": 1.8631755860365473e-10, + "L": 2.2196539717356245e-08, + "G": 2.8627946448978037e-06, + "F": 3.0215533115551807e-05, + "E": 4.7039100081747165e-07, + "T": 1.29580284919939e-05, + "P": 0.002994583221152425, + "-": 0.9969411492347717 + }, + "id": "tp_20578" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2572272, + "label": "-", + "classification": { + "B": 4.5713888403853264e-12, + "S": 1.9609385226715403e-09, + "I": 2.1377124514998513e-09, + "C": 3.265878234515185e-08, + "R": 1.3899804640615798e-09, + "M": 1.0691397847040207e-06, + "O": 2.510557806090219e-07, + "W": 7.959728987039227e-10, + "N": 1.6730579421864178e-10, + "Y": 0.000184421704034321, + "U": 2.1722307112781447e-12, + "K": 4.1544393525327905e-07, + "L": 3.889429223136176e-09, + "G": 2.7996587959933095e-05, + "F": 0.02052793651819229, + "E": 1.1331169389450224e-06, + "T": 1.4067717529542278e-05, + "P": 0.00022698343673255295, + "-": 0.979015588760376 + }, + "id": "tp_20579" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2572406, + "label": "-", + "classification": { + "B": 2.9341155823203735e-05, + "S": 2.5147945052594878e-05, + "I": 0.00042631139513105154, + "C": 0.00014890822058077902, + "R": 7.638030365342274e-05, + "M": 0.000608145201113075, + "O": 0.0004029446863569319, + "W": 1.6674393918947317e-05, + "N": 3.48876383213792e-05, + "Y": 0.0028033300768584013, + "U": 4.167457518633455e-06, + "K": 5.61337401450146e-06, + "L": 8.266803342849016e-05, + "G": 0.0016071234131231904, + "F": 0.012508444488048553, + "E": 0.0004239456611685455, + "T": 0.002070856047794223, + "P": 0.06224195286631584, + "-": 0.9164832830429077 + }, + "id": "tp_20580" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2572506, + "label": "-", + "classification": { + "B": 5.820589876748272e-08, + "S": 5.864118861609313e-07, + "I": 3.7526031519519165e-05, + "C": 4.820827962248586e-05, + "R": 8.859095032676123e-06, + "M": 5.7427663705311716e-05, + "O": 2.0773666619788855e-05, + "W": 6.998840262895101e-07, + "N": 1.7189837535624974e-06, + "Y": 0.009058426134288311, + "U": 1.3053372072135971e-07, + "K": 5.939017501077615e-05, + "L": 1.7396048406226328e-06, + "G": 0.001230908907018602, + "F": 0.010627550072968006, + "E": 0.00013867832603864372, + "T": 0.0010647092713043094, + "P": 0.0037250074092298746, + "-": 0.9739176630973816 + }, + "id": "tp_20581" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2572639, + "label": "-", + "classification": { + "B": 8.511018450008123e-07, + "S": 1.322768639511196e-06, + "I": 8.375252946279943e-06, + "C": 5.433541809907183e-05, + "R": 2.0166033209534362e-05, + "M": 0.000715831876732409, + "O": 0.0003040313022211194, + "W": 8.955226462603605e-07, + "N": 6.642186178851262e-08, + "Y": 0.0692770704627037, + "U": 1.3353437244845168e-09, + "K": 2.3647965363693402e-08, + "L": 1.8894834283855744e-05, + "G": 0.003359916154295206, + "F": 0.0008189769578166306, + "E": 9.18020987228374e-07, + "T": 0.010326738469302654, + "P": 9.019432036438957e-05, + "-": 0.9150012731552124 + }, + "id": "tp_20582" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2572773, + "label": "-", + "classification": { + "B": 5.751976117629454e-10, + "S": 3.034417943581502e-07, + "I": 1.070987946150126e-05, + "C": 2.8239346647751518e-06, + "R": 2.268782566261507e-07, + "M": 6.464852049248293e-06, + "O": 5.314303507475415e-06, + "W": 2.339881746138417e-07, + "N": 1.6513419041075394e-06, + "Y": 0.012174329720437527, + "U": 7.629627485350454e-10, + "K": 0.0010547087294980884, + "L": 3.882006893718426e-08, + "G": 0.0007463194197043777, + "F": 0.15499268472194672, + "E": 0.0002878619998227805, + "T": 0.0006775818183086812, + "P": 0.006388404872268438, + "-": 0.8236503601074219 + }, + "id": "tp_20583" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2572906, + "label": "-", + "classification": { + "B": 1.2936864379753388e-07, + "S": 2.3035813967453578e-07, + "I": 2.8794056561309844e-05, + "C": 3.4892000257968903e-06, + "R": 1.0754325785455876e-06, + "M": 7.863467544666491e-06, + "O": 7.656853085791226e-06, + "W": 2.8165021603854257e-07, + "N": 1.6259529047601973e-06, + "Y": 0.0003951284452341497, + "U": 1.293000622126783e-07, + "K": 9.017845172820671e-07, + "L": 2.5132038672381896e-07, + "G": 2.714761285460554e-05, + "F": 0.0012191141722723842, + "E": 1.244494069396751e-05, + "T": 0.00021594821009784937, + "P": 0.05774176865816116, + "-": 0.9403360486030579 + }, + "id": "tp_20584" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2573006, + "label": "-", + "classification": { + "B": 1.9770908868399495e-11, + "S": 2.0046089788117172e-11, + "I": 3.71804631527084e-09, + "C": 5.124792812338796e-10, + "R": 4.741736170377209e-11, + "M": 7.707818383551057e-08, + "O": 8.639639226259987e-09, + "W": 1.953442095581348e-11, + "N": 1.5463141184168805e-11, + "Y": 2.2886010810907464e-06, + "U": 7.337667799756087e-13, + "K": 1.3078750582540266e-10, + "L": 9.693586905390461e-11, + "G": 1.431220226777441e-07, + "F": 6.932480755494907e-05, + "E": 1.708641583775261e-08, + "T": 5.843141366312921e-07, + "P": 0.0010474917944520712, + "-": 0.9988800883293152 + }, + "id": "tp_20585" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2573140, + "label": "-", + "classification": { + "B": 2.8947256396349985e-06, + "S": 3.1061176741786767e-06, + "I": 8.586999319959432e-05, + "C": 2.6270115995430388e-05, + "R": 3.9671817830821965e-06, + "M": 0.00024814129574224353, + "O": 3.322998236399144e-05, + "W": 1.316813154517149e-06, + "N": 6.3940324253053404e-06, + "Y": 0.001207853783853352, + "U": 3.364516487636138e-07, + "K": 2.6486761271371506e-05, + "L": 3.366874352650484e-06, + "G": 0.0008549607591703534, + "F": 0.02056831307709217, + "E": 0.0010172463953495026, + "T": 0.00043984450167044997, + "P": 0.08766837418079376, + "-": 0.8878019452095032 + }, + "id": "tp_20586" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2573273, + "label": "-", + "classification": { + "B": 9.713026390134605e-12, + "S": 3.800851577917541e-10, + "I": 4.91895102427975e-09, + "C": 2.324400227848855e-08, + "R": 5.011082659933663e-09, + "M": 1.1738382454495877e-05, + "O": 3.9674586105320486e-07, + "W": 8.544525503806355e-11, + "N": 1.2191140458250871e-11, + "Y": 0.0006113231647759676, + "U": 5.411723044516925e-13, + "K": 6.293944965901632e-12, + "L": 6.02715033437562e-08, + "G": 1.7537038729642518e-05, + "F": 0.00018291013839188963, + "E": 7.237958232764186e-09, + "T": 0.00010761555313365534, + "P": 1.9439650714048184e-05, + "-": 0.9990490078926086 + }, + "id": "tp_20587" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2573407, + "label": "-", + "classification": { + "B": 3.308650575739591e-10, + "S": 2.8077396407866217e-08, + "I": 1.1423617252148688e-07, + "C": 2.9049630256849923e-07, + "R": 8.780971683108874e-08, + "M": 1.1487528354336973e-05, + "O": 3.3198209621332353e-06, + "W": 1.848306574459002e-08, + "N": 5.778074019247015e-09, + "Y": 0.00036358096986077726, + "U": 1.8724903572131524e-10, + "K": 7.032210902480074e-08, + "L": 1.4913676693595335e-07, + "G": 2.1218878828221932e-05, + "F": 0.00612878892570734, + "E": 4.0827075054039597e-07, + "T": 0.00010866174852708355, + "P": 0.0005561335128732026, + "-": 0.9928056597709656 + }, + "id": "tp_20588" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2573507, + "label": "-", + "classification": { + "B": 4.317154889577068e-06, + "S": 1.2258945389476139e-05, + "I": 0.00014929981261957437, + "C": 0.004145386163145304, + "R": 0.000398976233555004, + "M": 0.0015507129719480872, + "O": 0.00047180484398268163, + "W": 2.2564685423276387e-05, + "N": 3.410186036489904e-05, + "Y": 0.0500403493642807, + "U": 1.0279251910105813e-05, + "K": 0.0016142935492098331, + "L": 0.0003319094830658287, + "G": 0.059888292104005814, + "F": 0.15605755150318146, + "E": 0.0018806615844368935, + "T": 0.008780085481703281, + "P": 0.009126567281782627, + "-": 0.7054805755615234 + }, + "id": "tp_20589" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2573640, + "label": "-", + "classification": { + "B": 2.7796707158245226e-09, + "S": 2.0483238216684185e-08, + "I": 2.4490736549864778e-08, + "C": 5.624479104682223e-09, + "R": 2.93979507404174e-09, + "M": 2.267724767079926e-06, + "O": 8.73259921263525e-07, + "W": 2.4261557207694295e-09, + "N": 3.6762878852236724e-10, + "Y": 5.620168667519465e-05, + "U": 1.1440418924701934e-11, + "K": 6.987395106961003e-10, + "L": 3.417131821947805e-08, + "G": 7.541476861661067e-06, + "F": 0.00041186832822859287, + "E": 5.7159976307730176e-08, + "T": 3.807419489021413e-05, + "P": 0.0002856635255739093, + "-": 0.9991974234580994 + }, + "id": "tp_20590" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2573774, + "label": "-", + "classification": { + "B": 5.3813929007384687e-11, + "S": 2.2519259790243495e-09, + "I": 1.55884105623727e-08, + "C": 3.0307575116239605e-07, + "R": 1.1996356796828422e-08, + "M": 5.080106006971619e-07, + "O": 2.6700794819589646e-07, + "W": 3.6242258083518664e-09, + "N": 2.9906950249625197e-09, + "Y": 0.0002466100559104234, + "U": 9.71738245425513e-11, + "K": 6.222453521331772e-05, + "L": 3.973469997475831e-09, + "G": 0.00012589125253725797, + "F": 0.018599826842546463, + "E": 8.754065675020684e-06, + "T": 1.535784213047009e-05, + "P": 0.0007270675851032138, + "-": 0.9802131056785583 + }, + "id": "tp_20591" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2573907, + "label": "-", + "classification": { + "B": 5.463291971596895e-11, + "S": 7.758294451321035e-09, + "I": 9.510588983019375e-10, + "C": 4.77353552241766e-08, + "R": 1.2588577957828306e-09, + "M": 2.293165977107492e-07, + "O": 1.4289248895238416e-07, + "W": 6.019938436629957e-10, + "N": 6.847290789924187e-11, + "Y": 1.3752273844147567e-05, + "U": 9.783039179103725e-13, + "K": 1.1277362155226456e-08, + "L": 8.098925086130748e-09, + "G": 8.296360647364054e-06, + "F": 0.11153535544872284, + "E": 9.845624759918792e-08, + "T": 2.480176590324845e-06, + "P": 0.00026879736105911434, + "-": 0.8881707191467285 + }, + "id": "tp_20592" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2574007, + "label": "-", + "classification": { + "B": 3.673288062611135e-11, + "S": 3.752029242853894e-11, + "I": 2.603929294409113e-09, + "C": 4.366051686854888e-10, + "R": 3.377994065023593e-11, + "M": 1.3828527016812586e-06, + "O": 1.1550685741212874e-08, + "W": 2.3516878548679454e-12, + "N": 4.3281554555629764e-12, + "Y": 7.306286715902388e-05, + "U": 4.1906216452676504e-14, + "K": 1.8845988138116443e-12, + "L": 1.8286437919456944e-09, + "G": 7.838646524760406e-06, + "F": 0.00033942333539016545, + "E": 7.847434346786031e-08, + "T": 4.668508609029232e-06, + "P": 0.00024232240684796125, + "-": 0.9993313550949097 + }, + "id": "tp_20593" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2574141, + "label": "-", + "classification": { + "B": 5.3883409236732405e-06, + "S": 7.694145097048022e-06, + "I": 0.0013456023298203945, + "C": 0.00038179976399987936, + "R": 0.00017410764121450484, + "M": 0.0037378394044935703, + "O": 0.0006074024713598192, + "W": 1.2928632713737898e-05, + "N": 2.3022495952318422e-05, + "Y": 0.0822276771068573, + "U": 2.131364681190462e-06, + "K": 4.660855211113812e-06, + "L": 7.471149001503363e-05, + "G": 0.004283123649656773, + "F": 0.001071295002475381, + "E": 9.318484080722556e-05, + "T": 0.037193331867456436, + "P": 0.005406705196946859, + "-": 0.8633474111557007 + }, + "id": "tp_20594" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2574274, + "label": "-", + "classification": { + "B": 7.146127609303221e-05, + "S": 6.722949183313176e-05, + "I": 3.2332827686332166e-05, + "C": 6.773720087949187e-05, + "R": 1.3886111446481664e-05, + "M": 0.0007933307206258178, + "O": 0.00017153838416561484, + "W": 8.81262167240493e-06, + "N": 4.450016604096163e-06, + "Y": 0.009450673125684261, + "U": 2.581409148660896e-07, + "K": 8.931808406487107e-05, + "L": 4.7271187213482335e-05, + "G": 0.013556165620684624, + "F": 0.09415139257907867, + "E": 0.0032379808835685253, + "T": 0.0019540302455425262, + "P": 0.012751676142215729, + "-": 0.8635303974151611 + }, + "id": "tp_20595" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2574408, + "label": "-", + "classification": { + "B": 1.2464587939575722e-07, + "S": 5.8752234508574475e-06, + "I": 2.5781662316148868e-06, + "C": 5.965007858321769e-06, + "R": 7.836993063392583e-07, + "M": 8.589401841163635e-05, + "O": 3.337173257023096e-05, + "W": 8.364215773326578e-07, + "N": 3.4737598753054044e-07, + "Y": 0.003787471679970622, + "U": 2.6305371214618845e-09, + "K": 3.27837115037255e-05, + "L": 2.1730161279265303e-06, + "G": 0.0022213011980056763, + "F": 0.12691470980644226, + "E": 0.00018174487922806293, + "T": 0.0007951087900437415, + "P": 0.003427030285820365, + "-": 0.8625019788742065 + }, + "id": "tp_20596" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2574508, + "label": "-", + "classification": { + "B": 5.857527796138129e-09, + "S": 9.075713336414992e-08, + "I": 4.07413750735941e-07, + "C": 1.3046324909282703e-07, + "R": 1.4583299901005375e-08, + "M": 1.4642934047515155e-06, + "O": 7.964353585521167e-07, + "W": 2.8969571630454993e-08, + "N": 5.1868223494011545e-08, + "Y": 0.00013890398258809, + "U": 9.585524596289474e-10, + "K": 6.743578069290379e-06, + "L": 1.881056022057237e-08, + "G": 2.958844015665818e-05, + "F": 0.019517622888088226, + "E": 3.536679287208244e-05, + "T": 3.7206413253443316e-05, + "P": 0.009339087642729282, + "-": 0.9708924889564514 + }, + "id": "tp_20597" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2574641, + "label": "-", + "classification": { + "B": 1.98336058687687e-09, + "S": 4.182530433105569e-10, + "I": 1.341936808785249e-06, + "C": 8.502721726699747e-08, + "R": 1.5590583046787287e-08, + "M": 1.6821579720271984e-06, + "O": 3.860603783323313e-07, + "W": 1.2686197647937547e-09, + "N": 2.661471265597015e-09, + "Y": 2.2137872292660177e-05, + "U": 1.7303790345035708e-10, + "K": 1.0108156499322174e-11, + "L": 2.7916691180962516e-08, + "G": 1.5029609130579047e-06, + "F": 4.797203018824803e-06, + "E": 6.63697292679899e-08, + "T": 3.948832818423398e-05, + "P": 0.00670891348272562, + "-": 0.9932195544242859 + }, + "id": "tp_20598" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2574775, + "label": "F", + "classification": { + "B": 9.410882171323465e-07, + "S": 4.312385499360971e-05, + "I": 1.5831748896744102e-05, + "C": 6.894314719829708e-05, + "R": 1.547985266370233e-05, + "M": 0.00019531292491592467, + "O": 0.0001420454791514203, + "W": 1.2365871043584775e-05, + "N": 3.7022794003860326e-06, + "Y": 0.006274789571762085, + "U": 4.889884763770169e-08, + "K": 0.00023524997232016176, + "L": 2.2061163690523244e-05, + "G": 0.005091268569231033, + "F": 0.49605637788772583, + "E": 0.0005073134088888764, + "T": 0.001270062173716724, + "P": 0.005401894450187683, + "-": 0.4846431314945221 + }, + "id": "tp_20599" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2574908, + "label": "-", + "classification": { + "B": 2.5278329776612374e-11, + "S": 1.391853077237215e-09, + "I": 7.493390907775677e-10, + "C": 4.032366263118092e-08, + "R": 1.4223489941400658e-08, + "M": 8.1168891483685e-06, + "O": 1.6482458704558667e-06, + "W": 2.894044170975718e-10, + "N": 4.156623396173176e-12, + "Y": 0.0005073078209534287, + "U": 4.773230964129349e-13, + "K": 1.1953808602693794e-11, + "L": 4.453832218587195e-07, + "G": 5.416911153588444e-05, + "F": 0.0017807034309953451, + "E": 2.2490969087129997e-09, + "T": 3.4173317544627935e-05, + "P": 1.0200316864938941e-05, + "-": 0.9976032376289368 + }, + "id": "tp_20600" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2575008, + "label": "-", + "classification": { + "B": 3.4121694625355303e-07, + "S": 1.2210054592287634e-05, + "I": 6.887051995363436e-08, + "C": 3.4022914974229934e-07, + "R": 1.7386554418408195e-07, + "M": 0.00011166669719386846, + "O": 5.7243618357460946e-05, + "W": 7.770948400320776e-07, + "N": 7.811226332421484e-09, + "Y": 0.0006166276871226728, + "U": 2.932847853465148e-10, + "K": 1.795319803932216e-07, + "L": 1.087839154934045e-05, + "G": 0.00035206886241212487, + "F": 0.08039309084415436, + "E": 2.821977659550612e-06, + "T": 0.00033193189301528037, + "P": 0.0002497915120329708, + "-": 0.917859673500061 + }, + "id": "tp_20601" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2575142, + "label": "-", + "classification": { + "B": 2.9398297130001083e-08, + "S": 1.7343541003356222e-06, + "I": 2.957981735107751e-07, + "C": 6.623414083151147e-05, + "R": 8.931458978622686e-06, + "M": 0.00029619690030813217, + "O": 5.4798445489723235e-05, + "W": 4.793020593751862e-07, + "N": 2.4004124909993152e-08, + "Y": 0.00853723008185625, + "U": 3.36937899803047e-09, + "K": 2.9540985906351125e-06, + "L": 2.486292396497447e-05, + "G": 0.005700724199414253, + "F": 0.0677100419998169, + "E": 5.788727321487386e-06, + "T": 0.0016865851357579231, + "P": 0.0001713857491267845, + "-": 0.9157317280769348 + }, + "id": "tp_20602" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2575275, + "label": "-", + "classification": { + "B": 3.9771187232418015e-08, + "S": 6.352654224883736e-08, + "I": 4.798373083758634e-06, + "C": 3.5277853385196067e-06, + "R": 8.8041355184032e-07, + "M": 2.3045024136081338e-05, + "O": 7.268234639923321e-06, + "W": 1.2350896838597691e-07, + "N": 7.50492645806844e-08, + "Y": 0.00023483540280722082, + "U": 2.6952857723472334e-08, + "K": 3.226449862836489e-08, + "L": 7.99643487425783e-07, + "G": 3.358362664585002e-05, + "F": 0.0011382978409528732, + "E": 1.332894839833898e-06, + "T": 0.00014821140212006867, + "P": 0.011447594501078129, + "-": 0.986955463886261 + }, + "id": "tp_20603" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2575375, + "label": "-", + "classification": { + "B": 1.0737896032411709e-12, + "S": 3.169299267469228e-10, + "I": 3.803219073006403e-09, + "C": 1.144641259998025e-06, + "R": 3.3137691701767835e-08, + "M": 4.512107807386201e-07, + "O": 8.159948805541717e-08, + "W": 2.4775967388812603e-10, + "N": 1.0686295598416606e-10, + "Y": 0.0005017892108298838, + "U": 2.6876799397168583e-12, + "K": 3.4446790664333093e-07, + "L": 2.2667734356218716e-09, + "G": 0.0001456265163142234, + "F": 0.010005215182900429, + "E": 3.250705731261405e-07, + "T": 2.6370373234385625e-05, + "P": 3.845559695037082e-05, + "-": 0.9892801642417908 + }, + "id": "tp_20604" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2575509, + "label": "-", + "classification": { + "B": 1.2395021897759761e-08, + "S": 1.2024081286199362e-07, + "I": 2.8964359444216825e-06, + "C": 3.1960128126229392e-06, + "R": 1.155931727225834e-06, + "M": 5.2019706345163286e-05, + "O": 1.0108628885063808e-05, + "W": 2.1592197185782425e-07, + "N": 1.4884903976053465e-07, + "Y": 0.0062446934171020985, + "U": 2.2054452486486298e-08, + "K": 4.4373362470651045e-05, + "L": 2.8577474608937337e-07, + "G": 0.0005298139294609427, + "F": 0.002088688313961029, + "E": 1.5700436051702127e-05, + "T": 0.0008543786825612187, + "P": 0.0017705399077385664, + "-": 0.988381564617157 + }, + "id": "tp_20605" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2575642, + "label": "-", + "classification": { + "B": 3.5945579384133453e-06, + "S": 5.694874198525213e-05, + "I": 0.004571323748677969, + "C": 0.00033962412271648645, + "R": 0.0001700791617622599, + "M": 0.0014798662159591913, + "O": 0.0006633983575738966, + "W": 4.075104516232386e-05, + "N": 0.0002784061070997268, + "Y": 0.1884416788816452, + "U": 1.8681482742977096e-06, + "K": 0.001133112469688058, + "L": 1.3236666745797265e-05, + "G": 0.005772987846285105, + "F": 0.009052623994648457, + "E": 0.0007097118068486452, + "T": 0.04300159960985184, + "P": 0.012792125344276428, + "-": 0.7314770221710205 + }, + "id": "tp_20606" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2575776, + "label": "-", + "classification": { + "B": 5.817292958454345e-07, + "S": 6.62880211166339e-06, + "I": 0.00022448819072451442, + "C": 0.0002852870093192905, + "R": 9.673945896793157e-05, + "M": 0.000585421163123101, + "O": 0.00024522034800611436, + "W": 6.3271595536207315e-06, + "N": 5.4255542636383325e-06, + "Y": 0.02160036377608776, + "U": 3.5076027415925637e-07, + "K": 1.986948882404249e-05, + "L": 1.3291006325744092e-05, + "G": 0.001327462145127356, + "F": 0.0021022961009293795, + "E": 3.94014386984054e-05, + "T": 0.009325257502496243, + "P": 0.0024019749835133553, + "-": 0.9617136716842651 + }, + "id": "tp_20607" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2575876, + "label": "-", + "classification": { + "B": 1.4025552275143127e-07, + "S": 4.293442088965094e-06, + "I": 7.105127679096768e-06, + "C": 4.95129370392533e-06, + "R": 1.8011820657193311e-06, + "M": 8.469187014270574e-05, + "O": 2.4098124413285404e-05, + "W": 1.4661993645859184e-06, + "N": 5.622041499009356e-07, + "Y": 0.00316129089333117, + "U": 6.9698713467403195e-09, + "K": 5.806399349239655e-05, + "L": 5.616425369225908e-07, + "G": 0.0003432679222896695, + "F": 0.01896032877266407, + "E": 6.615451275138184e-05, + "T": 0.0008801489602774382, + "P": 0.002473466331139207, + "-": 0.9739277362823486 + }, + "id": "tp_20608" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2576009, + "label": "-", + "classification": { + "B": 3.8106724806891146e-13, + "S": 1.3684864873242386e-11, + "I": 1.1800005417228476e-09, + "C": 5.327382979203321e-09, + "R": 4.438764078518176e-10, + "M": 2.0667898752435576e-06, + "O": 2.739762372527821e-08, + "W": 2.5612365960742123e-12, + "N": 1.0042121214443034e-12, + "Y": 3.6759316571988165e-05, + "U": 6.001844393655961e-14, + "K": 6.878833440360221e-12, + "L": 3.680575400011321e-09, + "G": 4.751864253194071e-06, + "F": 0.00010972881136694923, + "E": 1.5113034157465677e-09, + "T": 1.2298992260184605e-05, + "P": 1.5773885024827905e-05, + "-": 0.9998186230659485 + }, + "id": "tp_20609" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2576143, + "label": "-", + "classification": { + "B": 4.608418979756834e-09, + "S": 3.475654608564582e-08, + "I": 9.951049833034631e-06, + "C": 1.0800977889857677e-07, + "R": 7.971451765342863e-08, + "M": 6.43417879473418e-05, + "O": 2.294659680046607e-06, + "W": 1.541688909867389e-08, + "N": 3.23084208275759e-08, + "Y": 0.013745537959039211, + "U": 3.208620036332377e-10, + "K": 1.883269646896224e-07, + "L": 3.445168417215427e-08, + "G": 6.979035242693499e-05, + "F": 0.00031233872869051993, + "E": 1.5544904954367667e-06, + "T": 0.0025436440482735634, + "P": 0.00031635607592761517, + "-": 0.9829337000846863 + }, + "id": "tp_20610" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2576276, + "label": "-", + "classification": { + "B": 6.340583613706485e-11, + "S": 5.960342441824196e-09, + "I": 7.112781474916119e-09, + "C": 1.1410890721208489e-07, + "R": 1.5558072163912584e-08, + "M": 8.395893019041978e-06, + "O": 3.795368570536084e-07, + "W": 8.844063259516588e-10, + "N": 2.1032470209902954e-10, + "Y": 0.0004108820576220751, + "U": 9.55590207657453e-12, + "K": 7.404128865573512e-08, + "L": 4.507015205490461e-08, + "G": 5.4007825383450836e-05, + "F": 0.009244405664503574, + "E": 6.350290959744598e-07, + "T": 5.885529026272707e-05, + "P": 0.00014894656487740576, + "-": 0.9900733232498169 + }, + "id": "tp_20611" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2576376, + "label": "-", + "classification": { + "B": 1.232927449024146e-08, + "S": 1.3657015642820625e-06, + "I": 1.7588838829851738e-07, + "C": 4.18465162965731e-07, + "R": 1.287486099954549e-07, + "M": 0.00016918177425395697, + "O": 1.9837772924802266e-05, + "W": 9.475752449361607e-08, + "N": 5.544777970101222e-09, + "Y": 0.0013083294034004211, + "U": 4.443053217006998e-11, + "K": 7.27646138898308e-08, + "L": 9.957460633813753e-07, + "G": 0.0002514129155315459, + "F": 0.01190156303346157, + "E": 5.988757152408652e-07, + "T": 0.0010513815796002746, + "P": 0.0001828546228352934, + "-": 0.985111653804779 + }, + "id": "tp_20612" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2576510, + "label": "-", + "classification": { + "B": 3.716511542961598e-08, + "S": 1.0859629583137576e-05, + "I": 4.789939112015418e-07, + "C": 9.263657148039783e-07, + "R": 5.171612542653747e-07, + "M": 0.0011376572074368596, + "O": 0.00012938931467942894, + "W": 5.555663733503025e-07, + "N": 1.3022266820428285e-08, + "Y": 0.0031108211260288954, + "U": 1.6693435522796563e-10, + "K": 8.381264393619858e-08, + "L": 1.4624324649048503e-05, + "G": 0.0007399686146527529, + "F": 0.024542130529880524, + "E": 2.1270261640893295e-06, + "T": 0.002531413221731782, + "P": 8.979115227703005e-05, + "-": 0.9676886200904846 + }, + "id": "tp_20613" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2576643, + "label": "-", + "classification": { + "B": 1.0973478481446364e-07, + "S": 5.6114172366505954e-06, + "I": 1.0393886213933001e-06, + "C": 1.7501763522886904e-06, + "R": 6.697179060211056e-07, + "M": 0.00011960964184254408, + "O": 3.4730168408714235e-05, + "W": 1.036554522215738e-06, + "N": 2.0365335728911305e-07, + "Y": 0.002256691688671708, + "U": 5.387707169290934e-09, + "K": 7.849657777114771e-06, + "L": 2.286416474817088e-06, + "G": 0.00033147167414426804, + "F": 0.05086379870772362, + "E": 3.23323329212144e-05, + "T": 0.000976197945419699, + "P": 0.0018064952455461025, + "-": 0.9435580968856812 + }, + "id": "tp_20614" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2576777, + "label": "-", + "classification": { + "B": 9.994155725223663e-09, + "S": 8.113800618048117e-07, + "I": 4.986384010408074e-05, + "C": 9.109672828344628e-05, + "R": 1.171065196103882e-05, + "M": 0.0006496766582131386, + "O": 7.351428212132305e-05, + "W": 3.7099431438036845e-07, + "N": 5.558412681239133e-07, + "Y": 0.10858258605003357, + "U": 1.7870954716059373e-09, + "K": 3.024825900865835e-06, + "L": 3.6155777252133703e-06, + "G": 0.008688807487487793, + "F": 0.005253278184682131, + "E": 3.235691110603511e-05, + "T": 0.012616707943379879, + "P": 0.0005313126603141427, + "-": 0.8634108304977417 + }, + "id": "tp_20615" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2576877, + "label": "-", + "classification": { + "B": 3.4742188290692866e-06, + "S": 3.628924559961888e-06, + "I": 1.7789508319765446e-06, + "C": 4.774108674610034e-06, + "R": 1.3808210042043356e-06, + "M": 6.655148172285408e-05, + "O": 2.0896584828733467e-05, + "W": 6.574421149707632e-07, + "N": 8.851149146948956e-08, + "Y": 0.0002562248846516013, + "U": 1.591904563724711e-08, + "K": 4.048471566875378e-07, + "L": 8.834714208205696e-06, + "G": 0.00023284420603886247, + "F": 0.02697139047086239, + "E": 2.7520065486896783e-05, + "T": 0.0001467401598347351, + "P": 0.0058642802760005, + "-": 0.9663885235786438 + }, + "id": "tp_20616" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2577010, + "label": "F", + "classification": { + "B": 0.00015527346113231033, + "S": 0.04460689797997475, + "I": 0.009185564704239368, + "C": 0.008277264423668385, + "R": 0.002701160265132785, + "M": 0.014327296987175941, + "O": 0.018509725108742714, + "W": 0.004812306258827448, + "N": 0.008704901672899723, + "Y": 0.05931176617741585, + "U": 3.6170204111840576e-05, + "K": 0.07167532294988632, + "L": 0.0033182152546942234, + "G": 0.21477986872196198, + "F": 0.3440645635128021, + "E": 0.022706294432282448, + "T": 0.07265686988830566, + "P": 0.016520906239748, + "-": 0.08364961296319962 + }, + "id": "tp_20617" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2577144, + "label": "-", + "classification": { + "B": 1.9784893723340247e-08, + "S": 1.2588085951392713e-07, + "I": 3.0941537261242047e-06, + "C": 1.512111793999793e-06, + "R": 4.143624892094522e-07, + "M": 4.9198650231119245e-05, + "O": 8.866814823704772e-06, + "W": 4.88551066268883e-08, + "N": 2.8120862083369502e-08, + "Y": 0.00020285570644773543, + "U": 1.8579338068036577e-09, + "K": 2.51003893225743e-08, + "L": 1.0813173503265716e-06, + "G": 4.047827314934693e-05, + "F": 0.0014204082544893026, + "E": 1.8204533489551977e-06, + "T": 0.0002123520680470392, + "P": 0.0012009156635031104, + "-": 0.9968568086624146 + }, + "id": "tp_20618" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2577277, + "label": "-", + "classification": { + "B": 4.2712257342092386e-11, + "S": 4.9082293784863396e-09, + "I": 1.295602647388705e-08, + "C": 9.363755104629945e-09, + "R": 1.299809704313759e-09, + "M": 3.0960761705500772e-06, + "O": 2.87568298062979e-07, + "W": 7.158938442053397e-10, + "N": 1.9820062258091298e-10, + "Y": 0.0001886695099528879, + "U": 2.9870086439010013e-12, + "K": 1.4590460395424998e-08, + "L": 8.88931595000031e-09, + "G": 1.751213494571857e-05, + "F": 0.0033904805313795805, + "E": 1.6850653139499627e-07, + "T": 4.4167263695271686e-05, + "P": 0.00015715938934590667, + "-": 0.9961984753608704 + }, + "id": "tp_20619" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2577377, + "label": "-", + "classification": { + "B": 2.5157190219893266e-10, + "S": 1.0966481944763018e-08, + "I": 7.352289443929294e-09, + "C": 2.3630506973404408e-07, + "R": 1.3208261151476108e-08, + "M": 1.723876084724907e-05, + "O": 1.1857030131068313e-06, + "W": 2.4154580557933514e-09, + "N": 3.0666899575315654e-10, + "Y": 0.0002803141833283007, + "U": 1.2925154870002675e-11, + "K": 6.84766874314846e-08, + "L": 6.289997145358939e-08, + "G": 0.00011299123434582725, + "F": 0.008089086972177029, + "E": 9.72153998191061e-07, + "T": 6.527717050630599e-05, + "P": 9.015545947477221e-05, + "-": 0.9913423657417297 + }, + "id": "tp_20620" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2577511, + "label": "-", + "classification": { + "B": 8.566578344471054e-07, + "S": 4.008405812783167e-05, + "I": 5.199763836571947e-05, + "C": 6.484233017545193e-05, + "R": 2.3366159439319745e-05, + "M": 0.003051190171390772, + "O": 0.0004787975049111992, + "W": 1.0875209227378946e-05, + "N": 4.200995590508683e-06, + "Y": 0.05885545164346695, + "U": 1.3806346998990193e-07, + "K": 9.787380986381322e-05, + "L": 0.00013255984231363982, + "G": 0.029791932553052902, + "F": 0.10781020671129227, + "E": 0.0005484555731527507, + "T": 0.0176260843873024, + "P": 0.00179955770727247, + "-": 0.7796114683151245 + }, + "id": "tp_20621" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2577644, + "label": "-", + "classification": { + "B": 1.3899605078027122e-10, + "S": 2.869469106769884e-10, + "I": 6.9267795943517285e-09, + "C": 1.7742527802511177e-07, + "R": 5.166118555166577e-08, + "M": 2.0929953734594164e-06, + "O": 6.381346224770823e-07, + "W": 6.040074551627583e-10, + "N": 4.068429620973646e-11, + "Y": 0.00011890858877450228, + "U": 2.5033667847007557e-11, + "K": 3.5839248235802756e-11, + "L": 8.568981257894848e-08, + "G": 5.878634510736447e-06, + "F": 0.00011524993169587106, + "E": 3.121834568631243e-09, + "T": 2.8532971555250697e-05, + "P": 5.876810246263631e-05, + "-": 0.9996696710586548 + }, + "id": "tp_20622" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2577778, + "label": "-", + "classification": { + "B": 1.4508116692013573e-05, + "S": 3.0229309686546912e-06, + "I": 1.7001904780045152e-05, + "C": 9.843193765846081e-06, + "R": 3.2408124752691947e-06, + "M": 0.00013966437836643308, + "O": 0.00012181627243990079, + "W": 1.8255005898026866e-06, + "N": 4.3124666149196855e-07, + "Y": 0.00021189935796428472, + "U": 6.545840847138606e-08, + "K": 1.4923932312171928e-08, + "L": 2.123210288118571e-05, + "G": 0.00020752023556269705, + "F": 0.000994300004094839, + "E": 1.102599981095409e-05, + "T": 0.0002962246653623879, + "P": 0.012814967893064022, + "-": 0.9851314425468445 + }, + "id": "tp_20623" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2577878, + "label": "-", + "classification": { + "B": 1.3548547940445133e-05, + "S": 8.262027790806314e-07, + "I": 1.68950737133855e-06, + "C": 5.796543405267585e-07, + "R": 9.283627377953962e-08, + "M": 0.00024727993877604604, + "O": 1.809163404686842e-05, + "W": 2.4683541255399177e-07, + "N": 7.889453712550676e-08, + "Y": 0.0007657847600057721, + "U": 7.900216481004918e-09, + "K": 4.366379258158304e-08, + "L": 3.284623062427272e-06, + "G": 0.00022377002460416406, + "F": 0.0034801741130650043, + "E": 1.8224105588160455e-05, + "T": 0.0006778850220143795, + "P": 0.006605737842619419, + "-": 0.9879427552223206 + }, + "id": "tp_20624" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2578011, + "label": "-", + "classification": { + "B": 9.476180480305629e-07, + "S": 1.4921673027856741e-05, + "I": 1.0910413948295172e-05, + "C": 0.0001259322016267106, + "R": 6.50900328764692e-05, + "M": 0.0004974596085958183, + "O": 0.0003322446427773684, + "W": 7.247545909194741e-06, + "N": 7.858967023821606e-07, + "Y": 0.006552844773977995, + "U": 6.60684946751644e-08, + "K": 3.3119056297437055e-06, + "L": 4.9394217057852075e-05, + "G": 0.0018945930059999228, + "F": 0.04512450098991394, + "E": 2.5420145902899094e-05, + "T": 0.0017479044618085027, + "P": 0.0024584957864135504, + "-": 0.9410879611968994 + }, + "id": "tp_20625" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2578145, + "label": "-", + "classification": { + "B": 6.413831243889945e-08, + "S": 6.1722698774246965e-06, + "I": 4.047821130370721e-05, + "C": 2.921637315012049e-05, + "R": 1.0839098649739753e-05, + "M": 0.0009467261261306703, + "O": 0.0001477882033213973, + "W": 1.5330974747485016e-06, + "N": 8.173650485332473e-07, + "Y": 0.1389424055814743, + "U": 1.0821647578040938e-08, + "K": 2.1667417968274094e-05, + "L": 8.9762497736956e-06, + "G": 0.00668489933013916, + "F": 0.013025936670601368, + "E": 2.6452502424945123e-05, + "T": 0.027270784601569176, + "P": 0.00023513290216214955, + "-": 0.8126000165939331 + }, + "id": "tp_20626" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2578278, + "label": "-", + "classification": { + "B": 6.573557766387239e-05, + "S": 0.0018394436920061707, + "I": 0.00011301320773782209, + "C": 0.002192098181694746, + "R": 0.0010487963445484638, + "M": 0.013361465185880661, + "O": 0.00924958661198616, + "W": 0.0005472740158438683, + "N": 2.196232890128158e-05, + "Y": 0.06752464920282364, + "U": 1.6230532082772697e-06, + "K": 0.00013472558930516243, + "L": 0.004222886171191931, + "G": 0.07325208187103271, + "F": 0.20928357541561127, + "E": 0.00042208729428239167, + "T": 0.03580509498715401, + "P": 0.001375597552396357, + "-": 0.5795382857322693 + }, + "id": "tp_20627" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2578378, + "label": "-", + "classification": { + "B": 6.845658049314807e-07, + "S": 7.972296884872776e-07, + "I": 2.327329639228992e-06, + "C": 7.157066647778265e-06, + "R": 1.0865032891160809e-06, + "M": 6.639148341491818e-05, + "O": 1.7660118828644045e-05, + "W": 4.82316409033956e-07, + "N": 2.4182895685953554e-07, + "Y": 0.0008994351956062019, + "U": 2.64277115746836e-08, + "K": 5.12516635353677e-07, + "L": 1.5521138720941963e-06, + "G": 0.00011631172674242407, + "F": 0.011223417706787586, + "E": 1.1579789315874223e-05, + "T": 0.0002604060573503375, + "P": 0.006993524730205536, + "-": 0.9803962707519531 + }, + "id": "tp_20628" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2578512, + "label": "-", + "classification": { + "B": 3.7638926642102888e-06, + "S": 1.0227839084109291e-05, + "I": 2.7507427148520947e-05, + "C": 0.0005929385661147535, + "R": 7.031612767605111e-05, + "M": 0.0007650008192285895, + "O": 0.0001879522460512817, + "W": 9.0457087935647e-06, + "N": 4.046232334076194e-06, + "Y": 0.009791813790798187, + "U": 1.8505508023736184e-06, + "K": 0.0008811207953840494, + "L": 6.54415343888104e-05, + "G": 0.008505084551870823, + "F": 0.04274551942944527, + "E": 0.00046331173507496715, + "T": 0.0022753202356398106, + "P": 0.005143349524587393, + "-": 0.9284563660621643 + }, + "id": "tp_20629" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2578645, + "label": "-", + "classification": { + "B": 3.9010025432162365e-08, + "S": 5.291223033054848e-07, + "I": 1.136696846515406e-05, + "C": 5.047757895226823e-06, + "R": 9.497317705609021e-07, + "M": 4.871533383266069e-05, + "O": 1.023802633426385e-05, + "W": 3.039638443169679e-07, + "N": 6.576617010978225e-07, + "Y": 0.0038917562924325466, + "U": 1.6629060795025907e-08, + "K": 1.1196285640835413e-06, + "L": 3.5749866356127313e-07, + "G": 9.894124377751723e-05, + "F": 0.0018394174985587597, + "E": 1.344011070614215e-05, + "T": 0.0015311632305383682, + "P": 0.006945603992789984, + "-": 0.9856003522872925 + }, + "id": "tp_20630" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2578779, + "label": "-", + "classification": { + "B": 2.901209437619623e-12, + "S": 3.011780408401776e-11, + "I": 2.990526229429413e-11, + "C": 1.0493995949989454e-10, + "R": 8.549769919818928e-11, + "M": 2.5237503109565296e-07, + "O": 1.996531651116129e-08, + "W": 4.490670856005519e-12, + "N": 4.85667956589067e-14, + "Y": 1.2194542250654195e-05, + "U": 4.1429317421614546e-15, + "K": 1.3807606045936754e-13, + "L": 1.4944426807161904e-09, + "G": 4.3226560819675797e-07, + "F": 3.74456649296917e-05, + "E": 7.173749094757653e-11, + "T": 2.8078625291527715e-06, + "P": 2.3535440050181933e-06, + "-": 0.9999444484710693 + }, + "id": "tp_20631" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2578879, + "label": "-", + "classification": { + "B": 9.866469419250734e-09, + "S": 2.9786670907583357e-09, + "I": 8.663026962452136e-10, + "C": 4.318784441181833e-09, + "R": 1.0971120678604507e-09, + "M": 3.244019453063629e-08, + "O": 2.410016008980165e-07, + "W": 2.157057199525525e-09, + "N": 1.692562236199624e-11, + "Y": 1.5515713585045887e-06, + "U": 2.0197816943262614e-12, + "K": 1.6847108430528834e-10, + "L": 1.0284975537899754e-08, + "G": 2.008487626881106e-06, + "F": 0.0014495030045509338, + "E": 7.177400007662982e-09, + "T": 6.252763569136732e-07, + "P": 0.0004399599856697023, + "-": 0.9981061220169067 + }, + "id": "tp_20632" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2579012, + "label": "F", + "classification": { + "B": 4.07457285689361e-08, + "S": 7.369333616225049e-05, + "I": 1.7939502185981837e-06, + "C": 0.00010656228550942615, + "R": 1.4743882275070064e-05, + "M": 0.0006731604808010161, + "O": 0.00020196546392980963, + "W": 4.9065047278418206e-06, + "N": 6.568881758539646e-07, + "Y": 0.01693779230117798, + "U": 7.572458216031919e-10, + "K": 0.00012672084267251194, + "L": 2.9139315302018076e-05, + "G": 0.053217533975839615, + "F": 0.839630663394928, + "E": 0.00014536197704728693, + "T": 0.0044312141835689545, + "P": 7.005828956607729e-05, + "-": 0.08433390408754349 + }, + "id": "tp_20633" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2579146, + "label": "-", + "classification": { + "B": 8.745202478843694e-11, + "S": 1.9825833419417904e-08, + "I": 3.2730802512759283e-09, + "C": 5.260701072984375e-06, + "R": 5.403437057793781e-07, + "M": 0.00011007537978002802, + "O": 3.4884069464169443e-06, + "W": 3.4552027905476734e-09, + "N": 4.209099735419386e-11, + "Y": 0.0071003553457558155, + "U": 5.707968819823606e-12, + "K": 2.920854225152425e-09, + "L": 6.239264621399343e-06, + "G": 0.0015182531205937266, + "F": 0.03362726792693138, + "E": 5.926503376940673e-08, + "T": 0.0009953557746484876, + "P": 4.106700089323567e-06, + "-": 0.9566289186477661 + }, + "id": "tp_20634" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2579279, + "label": "-", + "classification": { + "B": 2.719646658988495e-07, + "S": 1.2095551937818527e-05, + "I": 3.990658683505899e-07, + "C": 3.96965106119751e-06, + "R": 9.78641082838294e-07, + "M": 0.0001354922424070537, + "O": 0.00011042114783776924, + "W": 1.2560715276777046e-06, + "N": 5.108207901116657e-08, + "Y": 0.00034067523665726185, + "U": 1.1578388248167926e-09, + "K": 1.1620136319834273e-07, + "L": 1.620630246179644e-05, + "G": 0.00032559892861172557, + "F": 0.04707686975598335, + "E": 5.0091534831153695e-06, + "T": 0.0004428166139405221, + "P": 0.0007573326001875103, + "-": 0.950770378112793 + }, + "id": "tp_20635" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2579379, + "label": "-", + "classification": { + "B": 3.870853788612294e-07, + "S": 2.3971339032868855e-05, + "I": 0.0002451915934216231, + "C": 3.0219873224268667e-05, + "R": 7.779000043228734e-06, + "M": 0.0007471420103684068, + "O": 0.00024093578394968063, + "W": 7.27130191080505e-06, + "N": 2.9704633561777882e-05, + "Y": 0.04930512234568596, + "U": 6.2056514593678e-08, + "K": 0.00042312455479986966, + "L": 7.635404472239316e-06, + "G": 0.013083036057651043, + "F": 0.08220973610877991, + "E": 0.002264810726046562, + "T": 0.010758024640381336, + "P": 0.02383679524064064, + "-": 0.8167790770530701 + }, + "id": "tp_20636" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2579513, + "label": "-", + "classification": { + "B": 2.02055525733158e-06, + "S": 4.2229683458572254e-05, + "I": 9.022556355375855e-07, + "C": 2.8724398362101056e-06, + "R": 3.6119752166996477e-07, + "M": 0.0002000262902583927, + "O": 5.435714774648659e-05, + "W": 3.2480973004567204e-06, + "N": 4.3891023437936383e-07, + "Y": 0.0010236024390906096, + "U": 9.102171460995123e-09, + "K": 0.00021410934277810156, + "L": 3.8219491216295864e-06, + "G": 0.0022093886509537697, + "F": 0.23414702713489532, + "E": 0.000893759832251817, + "T": 0.00035818578908219934, + "P": 0.008252203464508057, + "-": 0.7525915503501892 + }, + "id": "tp_20637" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2579646, + "label": "-", + "classification": { + "B": 3.567807715931792e-10, + "S": 3.763897193920229e-09, + "I": 4.371259478830325e-07, + "C": 1.4224043297872413e-05, + "R": 9.00321310837171e-07, + "M": 8.180169970728457e-06, + "O": 7.1088953745857e-07, + "W": 6.313436440308351e-09, + "N": 1.4664207625969539e-08, + "Y": 0.0013771513476967812, + "U": 1.6139484193544718e-09, + "K": 1.9543629605323076e-05, + "L": 6.893053239309666e-08, + "G": 0.00030282774241641164, + "F": 0.006806850433349609, + "E": 1.3654886060976423e-05, + "T": 9.333334310213104e-05, + "P": 0.0006012543453834951, + "-": 0.9907608032226562 + }, + "id": "tp_20638" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2579780, + "label": "-", + "classification": { + "B": 9.298800840440435e-09, + "S": 3.3450135106249945e-08, + "I": 1.7662279788055457e-05, + "C": 2.953373439140705e-07, + "R": 5.629499710835262e-08, + "M": 4.872430508839898e-05, + "O": 1.5539018249910441e-06, + "W": 1.0037308761923214e-08, + "N": 1.77732587758328e-07, + "Y": 0.004235330503433943, + "U": 1.116227998920749e-09, + "K": 8.146294021571521e-07, + "L": 3.437688533836081e-08, + "G": 7.331081724260002e-05, + "F": 0.0007866786909289658, + "E": 3.091973121627234e-05, + "T": 0.0007116314372979105, + "P": 0.002630551578477025, + "-": 0.9914622902870178 + }, + "id": "tp_20639" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2579880, + "label": "-", + "classification": { + "B": 2.7483345377277146e-08, + "S": 5.435929395503081e-08, + "I": 7.703103619860485e-06, + "C": 1.24681737361243e-05, + "R": 9.296613825426903e-07, + "M": 2.4560318706789985e-05, + "O": 2.9420357350318227e-06, + "W": 1.1702782387601474e-07, + "N": 4.929809733766888e-07, + "Y": 0.0006554185529239476, + "U": 8.941450602151235e-08, + "K": 4.49929793830961e-05, + "L": 9.194190653261103e-08, + "G": 0.00012849702034145594, + "F": 0.002542465925216675, + "E": 5.9905938542215154e-05, + "T": 0.0001407504314556718, + "P": 0.00953435618430376, + "-": 0.9868440628051758 + }, + "id": "tp_20640" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2580013, + "label": "-", + "classification": { + "B": 1.188145688502118e-06, + "S": 5.960031330687343e-07, + "I": 3.302853292552754e-05, + "C": 0.00024372497864533216, + "R": 4.162363984505646e-05, + "M": 0.000124062760733068, + "O": 5.494095603353344e-05, + "W": 1.947387545442325e-06, + "N": 9.501241606812982e-07, + "Y": 0.005094699561595917, + "U": 2.2448315917245054e-07, + "K": 6.996979209361598e-06, + "L": 8.807082849671133e-06, + "G": 0.0012489112559705973, + "F": 0.005402004811912775, + "E": 5.582962330663577e-05, + "T": 0.0008161557489074767, + "P": 0.004872159566730261, + "-": 0.9819921255111694 + }, + "id": "tp_20641" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2580147, + "label": "-", + "classification": { + "B": 1.8233778931175948e-09, + "S": 4.265440054496139e-07, + "I": 2.5747098675310554e-07, + "C": 1.3695108691536007e-06, + "R": 2.3814808969291335e-07, + "M": 2.821394991769921e-05, + "O": 7.666301826247945e-06, + "W": 1.337427022463089e-07, + "N": 3.6100320954801646e-08, + "Y": 0.0044064633548259735, + "U": 6.450170397798161e-10, + "K": 2.6479567168280482e-05, + "L": 2.9332829853956355e-07, + "G": 0.0005981290014460683, + "F": 0.08791990578174591, + "E": 1.3454957297653891e-05, + "T": 0.0006336777587421238, + "P": 0.0005395846092142165, + "-": 0.9058237075805664 + }, + "id": "tp_20642" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2580280, + "label": "-", + "classification": { + "B": 8.045653032695554e-08, + "S": 4.2255005610059015e-06, + "I": 5.877288913325174e-06, + "C": 0.00023751537082716823, + "R": 1.9262510249973275e-05, + "M": 0.0011113218497484922, + "O": 0.00013339068391360343, + "W": 1.0318618706151028e-06, + "N": 4.5662696379622503e-07, + "Y": 0.051818303763866425, + "U": 8.814633467579824e-09, + "K": 2.5013268896145746e-05, + "L": 3.629863203968853e-05, + "G": 0.02966252900660038, + "F": 0.08342529833316803, + "E": 0.0001330116210738197, + "T": 0.00664568692445755, + "P": 0.0004649373877327889, + "-": 0.826275646686554 + }, + "id": "tp_20643" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2580380, + "label": "-", + "classification": { + "B": 1.9709572370629758e-05, + "S": 0.00029537378577515483, + "I": 2.333830252609914e-06, + "C": 1.2664160749409348e-05, + "R": 3.895246663887519e-06, + "M": 0.001858827075920999, + "O": 0.0005786127876490355, + "W": 1.905590033857152e-05, + "N": 5.831205385220528e-07, + "Y": 0.002142012119293213, + "U": 3.290817218726261e-08, + "K": 2.7413163479650393e-05, + "L": 0.00018800434190779924, + "G": 0.009419996291399002, + "F": 0.3734601140022278, + "E": 0.00020883932302240282, + "T": 0.001510612666606903, + "P": 0.0016952751902863383, + "-": 0.6085566878318787 + }, + "id": "tp_20644" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2580514, + "label": "-", + "classification": { + "B": 6.858336121240427e-09, + "S": 1.9888783242549835e-07, + "I": 8.516193702234887e-06, + "C": 7.31326417735545e-06, + "R": 1.5301521898436476e-06, + "M": 5.782606604043394e-05, + "O": 1.1585590982576832e-05, + "W": 1.3270916099372698e-07, + "N": 1.9540982520993566e-07, + "Y": 0.005107348784804344, + "U": 2.6621544968463695e-09, + "K": 1.6856251932040323e-06, + "L": 6.213950314304384e-07, + "G": 0.00037091627018526196, + "F": 0.009051002562046051, + "E": 1.2698643331532367e-05, + "T": 0.0010022976202890277, + "P": 0.0019527665572240949, + "-": 0.9824134111404419 + }, + "id": "tp_20645" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2580647, + "label": "-", + "classification": { + "B": 1.4344867338422773e-07, + "S": 1.6798791193650686e-06, + "I": 1.0912209091884506e-07, + "C": 3.250782469876867e-07, + "R": 3.486090633941785e-07, + "M": 0.00025730024208314717, + "O": 6.683461833745241e-05, + "W": 2.0574898940139974e-07, + "N": 1.4584432550535098e-09, + "Y": 0.0007479770574718714, + "U": 4.4671620569314285e-11, + "K": 8.358793102125617e-10, + "L": 9.567149390932173e-06, + "G": 0.00025701281265355647, + "F": 0.003351721214130521, + "E": 2.0963862823464297e-07, + "T": 0.00043210582225583494, + "P": 0.00010642024426488206, + "-": 0.9947680234909058 + }, + "id": "tp_20646" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2580781, + "label": "-", + "classification": { + "B": 6.818428460730885e-11, + "S": 2.152208855576987e-09, + "I": 1.5588593749171764e-09, + "C": 3.1153678747841695e-08, + "R": 3.2464269050791472e-09, + "M": 8.225842407227901e-07, + "O": 1.8135622781301208e-07, + "W": 7.278353475470567e-10, + "N": 8.971599851914647e-11, + "Y": 0.00012077941210009158, + "U": 3.32115281456713e-12, + "K": 6.65479149120074e-07, + "L": 6.327213863954739e-09, + "G": 6.0147183830849826e-05, + "F": 0.010412467643618584, + "E": 2.41434889858283e-07, + "T": 1.4646841009380296e-05, + "P": 7.403777999570593e-05, + "-": 0.9893159866333008 + }, + "id": "tp_20647" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2580881, + "label": "-", + "classification": { + "B": 9.485002010478638e-06, + "S": 2.2390924641513266e-05, + "I": 1.7751133782439865e-05, + "C": 9.327096631750464e-05, + "R": 6.79015793139115e-05, + "M": 0.0028906732331961393, + "O": 0.00043649549479596317, + "W": 1.4045543139218353e-05, + "N": 1.7116017261287197e-06, + "Y": 0.027559464797377586, + "U": 3.393008682905929e-07, + "K": 1.2163393876107875e-05, + "L": 9.115606371778995e-05, + "G": 0.0026395502500236034, + "F": 0.019549811258912086, + "E": 3.374824154889211e-05, + "T": 0.01622464321553707, + "P": 0.00188906688708812, + "-": 0.9284464120864868 + }, + "id": "tp_20648" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2581014, + "label": "-", + "classification": { + "B": 3.083731314745819e-08, + "S": 7.921735090121729e-08, + "I": 3.863853947905227e-08, + "C": 4.57975011158851e-06, + "R": 1.632049361433019e-06, + "M": 8.20668265077984e-06, + "O": 1.1390829968149774e-05, + "W": 3.91157826129529e-08, + "N": 3.9732936385483697e-10, + "Y": 2.33968639804516e-05, + "U": 1.28278027089479e-10, + "K": 5.003654782176348e-11, + "L": 2.4398466393904528e-06, + "G": 3.8921785744605586e-05, + "F": 0.0008526348392479122, + "E": 1.1583638936940588e-08, + "T": 3.453992758295499e-05, + "P": 0.00020006396516691893, + "-": 0.9988219141960144 + }, + "id": "tp_20649" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2581148, + "label": "-", + "classification": { + "B": 1.2127711670473218e-06, + "S": 2.4304674298036844e-05, + "I": 1.0847137673408724e-05, + "C": 7.058270421111956e-05, + "R": 9.651785148889758e-06, + "M": 0.0009460631990805268, + "O": 0.0002809528959915042, + "W": 9.66425704973517e-06, + "N": 2.875707878047251e-06, + "Y": 0.005861274432390928, + "U": 5.002151510780095e-07, + "K": 0.0010717305121943355, + "L": 6.363857391988859e-05, + "G": 0.010808384977281094, + "F": 0.08345062285661697, + "E": 0.0005955131491646171, + "T": 0.0025942239444702864, + "P": 0.004091489128768444, + "-": 0.8901064395904541 + }, + "id": "tp_20650" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2581281, + "label": "-", + "classification": { + "B": 6.234781579905757e-08, + "S": 1.8285790019945125e-06, + "I": 4.533348601398757e-06, + "C": 0.00022473532590083778, + "R": 1.7303040294791572e-05, + "M": 0.00030872892239131033, + "O": 3.597682371037081e-05, + "W": 3.9692130826551875e-07, + "N": 1.4751319099559623e-07, + "Y": 0.0042547923512756824, + "U": 8.748784807721677e-09, + "K": 1.945036956385593e-06, + "L": 1.4085516340855975e-05, + "G": 0.0037242744583636522, + "F": 0.024770351126790047, + "E": 2.1870566342840903e-05, + "T": 0.0019512480357661843, + "P": 0.00061993976123631, + "-": 0.9640476703643799 + }, + "id": "tp_20651" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2581381, + "label": "-", + "classification": { + "B": 4.0677242130193747e-10, + "S": 3.847339780094217e-09, + "I": 3.5710305823499766e-09, + "C": 1.6692744964075246e-08, + "R": 6.055140389094049e-09, + "M": 1.2278504755158792e-06, + "O": 4.679848757405125e-07, + "W": 9.947157542100626e-10, + "N": 3.367233922246804e-11, + "Y": 1.2527610124379862e-05, + "U": 1.943759606395923e-12, + "K": 1.4878676415919223e-11, + "L": 5.151337489905927e-08, + "G": 2.0774793938471703e-06, + "F": 0.0008905197028070688, + "E": 7.73571073864332e-09, + "T": 6.3830575527390465e-06, + "P": 0.00026354280998930335, + "-": 0.9988231062889099 + }, + "id": "tp_20652" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2581515, + "label": "-", + "classification": { + "B": 2.840250701297009e-08, + "S": 1.862818749032158e-06, + "I": 4.988202704225841e-07, + "C": 3.627195837907493e-05, + "R": 2.1459077288454864e-06, + "M": 1.9479781258269213e-05, + "O": 1.0671036761777941e-05, + "W": 5.59409841116576e-07, + "N": 1.1969882507401053e-07, + "Y": 0.0011825558030977845, + "U": 1.0869114497324972e-08, + "K": 3.335391011205502e-05, + "L": 1.0242354164802236e-06, + "G": 0.0006244487012736499, + "F": 0.1486019641160965, + "E": 1.2457218872441445e-05, + "T": 0.0003757238737307489, + "P": 0.0029416203033179045, + "-": 0.8461551666259766 + }, + "id": "tp_20653" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2581648, + "label": "-", + "classification": { + "B": 3.174238094594273e-10, + "S": 1.0477280154574942e-09, + "I": 6.314638767435099e-07, + "C": 3.730971798177052e-08, + "R": 3.194915887405614e-09, + "M": 1.0539770300965756e-06, + "O": 6.791601947497838e-08, + "W": 9.87897985638142e-10, + "N": 1.0763907098976233e-08, + "Y": 0.0008678055601194501, + "U": 1.46037154591383e-10, + "K": 8.984258784039412e-06, + "L": 6.780658257099503e-10, + "G": 5.12287842866499e-05, + "F": 0.0005704461364075541, + "E": 2.8386652047629468e-05, + "T": 4.526006159721874e-05, + "P": 0.0017872974276542664, + "-": 0.9966387748718262 + }, + "id": "tp_20654" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2581782, + "label": "-", + "classification": { + "B": 1.7244258287973935e-06, + "S": 3.601456046453677e-05, + "I": 1.9215973225072958e-05, + "C": 3.1236802897183225e-05, + "R": 2.500977825548034e-05, + "M": 0.0016044465592131019, + "O": 0.0005037880036979914, + "W": 9.811610652832314e-06, + "N": 1.2878847428510198e-06, + "Y": 0.023366732522845268, + "U": 8.64054285898419e-08, + "K": 5.373435851652175e-05, + "L": 5.3137162467464805e-05, + "G": 0.005722128786146641, + "F": 0.04357307404279709, + "E": 6.271235179156065e-05, + "T": 0.005910594016313553, + "P": 0.0012842586729675531, + "-": 0.9177410006523132 + }, + "id": "tp_20655" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2581882, + "label": "-", + "classification": { + "B": 3.2555505600356804e-12, + "S": 2.1133844674281477e-10, + "I": 2.785702335472706e-09, + "C": 2.2383364051137278e-09, + "R": 3.0078989299298087e-10, + "M": 3.612545640407916e-07, + "O": 2.6105853478952668e-08, + "W": 3.29651063391001e-11, + "N": 2.9623147684842976e-11, + "Y": 8.17335894680582e-05, + "U": 1.2505337477347611e-12, + "K": 7.554043501833974e-10, + "L": 9.85300729894334e-10, + "G": 3.1467545795749174e-06, + "F": 0.00028163407114334404, + "E": 1.6212306164220536e-08, + "T": 1.8677761545404792e-05, + "P": 9.010884241433814e-05, + "-": 0.9995242357254028 + }, + "id": "tp_20656" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2582015, + "label": "-", + "classification": { + "B": 4.372575634903342e-10, + "S": 2.836976487063936e-10, + "I": 5.0810999852046734e-09, + "C": 2.643666952018009e-10, + "R": 7.8355898158744e-11, + "M": 9.516552523791688e-08, + "O": 7.906914589739245e-08, + "W": 2.866402115664357e-10, + "N": 4.518461299563015e-11, + "Y": 1.016783926388598e-06, + "U": 3.116388440707607e-12, + "K": 1.4677103282734194e-11, + "L": 1.392939985578323e-09, + "G": 5.4111691127900485e-08, + "F": 1.493716990808025e-05, + "E": 5.982342177190958e-09, + "T": 2.0091008536837762e-06, + "P": 0.000862369779497385, + "-": 0.9991194605827332 + }, + "id": "tp_20657" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2582149, + "label": "-", + "classification": { + "B": 3.743544710332891e-11, + "S": 2.2218563100473432e-10, + "I": 3.6984778262194595e-07, + "C": 2.3904891577331e-07, + "R": 4.71167496129965e-08, + "M": 1.2508608904227003e-07, + "O": 6.213412007127772e-08, + "W": 1.0926393123611433e-09, + "N": 4.205180648142459e-09, + "Y": 0.00016306270845234394, + "U": 4.805745246194704e-10, + "K": 3.1497364716415177e-07, + "L": 3.0074061019291776e-09, + "G": 1.129919746745145e-05, + "F": 0.0012893510283902287, + "E": 4.084030535977945e-07, + "T": 1.564411650178954e-05, + "P": 0.003097009379416704, + "-": 0.9954220652580261 + }, + "id": "tp_20658" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2582282, + "label": "-", + "classification": { + "B": 2.370371954274475e-11, + "S": 6.12926542853387e-10, + "I": 2.447742808442399e-08, + "C": 2.973956725327298e-08, + "R": 9.18403963989789e-10, + "M": 2.5864181907309103e-07, + "O": 3.633828882243506e-08, + "W": 3.0587271604431976e-10, + "N": 8.307919907579731e-10, + "Y": 2.4375525754294358e-05, + "U": 3.9058600104224794e-12, + "K": 7.283522762691064e-08, + "L": 6.08135819479827e-10, + "G": 5.056030204286799e-06, + "F": 0.008791054598987103, + "E": 2.350288013985846e-06, + "T": 3.849679615086643e-06, + "P": 0.002973800990730524, + "-": 0.98819899559021 + }, + "id": "tp_20659" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2582382, + "label": "-", + "classification": { + "B": 1.3462751802251205e-08, + "S": 1.3085289651826315e-07, + "I": 6.506704721687129e-07, + "C": 6.0706070144078694e-06, + "R": 3.6739362485604943e-07, + "M": 1.7671789464657195e-05, + "O": 3.628241756814532e-06, + "W": 9.654746691012406e-08, + "N": 8.973212572982447e-08, + "Y": 0.0008500847034156322, + "U": 4.900658545636816e-09, + "K": 2.4147380827344023e-05, + "L": 1.390365724773801e-07, + "G": 0.00018974917475134134, + "F": 0.008324616588652134, + "E": 4.696612813859247e-05, + "T": 0.00013857333397027105, + "P": 0.004198084585368633, + "-": 0.9861987829208374 + }, + "id": "tp_20660" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2582516, + "label": "-", + "classification": { + "B": 1.0201652890506896e-11, + "S": 1.1767326002498635e-10, + "I": 5.888606047221856e-09, + "C": 9.893498287283364e-08, + "R": 7.555814640625158e-09, + "M": 4.060370599745511e-07, + "O": 5.3252549037097197e-08, + "W": 1.5025571065141463e-10, + "N": 1.4012907501026461e-10, + "Y": 9.365453297505155e-05, + "U": 3.877271073648991e-11, + "K": 3.270504222996351e-08, + "L": 1.567612817332531e-09, + "G": 3.2822968023538124e-06, + "F": 0.0008336975588463247, + "E": 2.742424953794398e-08, + "T": 1.4422025742533151e-05, + "P": 0.00030059387790970504, + "-": 0.9987536668777466 + }, + "id": "tp_20661" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2582649, + "label": "-", + "classification": { + "B": 2.42151604323837e-10, + "S": 2.7153039816596447e-09, + "I": 3.968705897250402e-08, + "C": 1.8944616897442756e-07, + "R": 2.068104087982192e-08, + "M": 4.182469183433568e-06, + "O": 1.7001063667976268e-07, + "W": 1.9569166287425332e-09, + "N": 2.279517463676939e-09, + "Y": 0.0005265956278890371, + "U": 1.1481579575978174e-10, + "K": 4.480211828195024e-06, + "L": 4.596599545436675e-09, + "G": 3.544383798725903e-05, + "F": 0.0027646871749311686, + "E": 6.037650109647075e-06, + "T": 3.9278354961425066e-05, + "P": 0.0007612804765813053, + "-": 0.9958576560020447 + }, + "id": "tp_20662" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2582783, + "label": "-", + "classification": { + "B": 3.460485343371664e-14, + "S": 4.771998226259233e-13, + "I": 7.541076207928654e-09, + "C": 6.15139672532905e-09, + "R": 2.964492540336039e-10, + "M": 1.3874899451593592e-08, + "O": 1.3820350419635474e-09, + "W": 1.6658866126839644e-12, + "N": 3.153788688536885e-11, + "Y": 4.496400651987642e-05, + "U": 1.3103181734086533e-12, + "K": 2.6549134002351593e-09, + "L": 1.4039234184914928e-11, + "G": 3.2006082051339035e-07, + "F": 1.8698918211157434e-05, + "E": 2.9193481410061395e-08, + "T": 1.2781645182258217e-06, + "P": 0.0003952287952415645, + "-": 0.9995394945144653 + }, + "id": "tp_20663" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2582883, + "label": "-", + "classification": { + "B": 1.4882864940446439e-09, + "S": 1.6412117886943633e-08, + "I": 2.145820326404646e-05, + "C": 2.1442265563109686e-07, + "R": 8.555164043855257e-08, + "M": 7.07819199305959e-05, + "O": 2.199739128627698e-06, + "W": 3.5497349504254316e-09, + "N": 8.325768163786051e-08, + "Y": 0.028682131320238113, + "U": 6.714348521619229e-11, + "K": 4.661673003170108e-08, + "L": 3.85885101650274e-08, + "G": 0.0005235156277194619, + "F": 0.0010512509616091847, + "E": 8.318411346408539e-06, + "T": 0.004322772845625877, + "P": 0.0016053597209975123, + "-": 0.963711678981781 + }, + "id": "tp_20664" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2583016, + "label": "-", + "classification": { + "B": 8.689276520534861e-10, + "S": 1.1735699700921032e-07, + "I": 3.0375435926544014e-06, + "C": 1.1475185601739213e-05, + "R": 1.7255832744922373e-06, + "M": 7.054402885842137e-06, + "O": 5.819879788759863e-06, + "W": 1.8388026035154326e-07, + "N": 2.486253833922092e-07, + "Y": 0.0067953201942145824, + "U": 4.099369732557534e-09, + "K": 0.0001871463900897652, + "L": 7.586739059206593e-08, + "G": 0.00034156697802245617, + "F": 0.02054450660943985, + "E": 1.5666422768845223e-05, + "T": 0.0005003666738048196, + "P": 0.0013214984210208058, + "-": 0.9702641367912292 + }, + "id": "tp_20665" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2583150, + "label": "-", + "classification": { + "B": 1.5494262584070384e-07, + "S": 1.6873157164809527e-06, + "I": 7.932624612294603e-06, + "C": 0.00013221128028817475, + "R": 1.9557710402295925e-05, + "M": 0.00013203539128880948, + "O": 3.435753387748264e-05, + "W": 1.5609198271704372e-06, + "N": 1.4792409501751536e-06, + "Y": 0.006338233593851328, + "U": 4.827293764719798e-07, + "K": 9.13471812964417e-05, + "L": 5.420476099970983e-06, + "G": 0.0008246232755482197, + "F": 0.04099814221262932, + "E": 5.23934286320582e-05, + "T": 0.0013057816540822387, + "P": 0.006594681181013584, + "-": 0.9434579014778137 + }, + "id": "tp_20666" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2583283, + "label": "-", + "classification": { + "B": 4.514440377079154e-09, + "S": 6.204160172273987e-07, + "I": 1.1673058253336421e-07, + "C": 2.4610253603896126e-06, + "R": 1.5764062766265852e-07, + "M": 6.540313188452274e-05, + "O": 8.528253601980396e-06, + "W": 1.2178701069842646e-07, + "N": 2.6237506389747978e-08, + "Y": 0.005659770220518112, + "U": 3.57526286354215e-10, + "K": 0.00025051506236195564, + "L": 3.9600774925929727e-07, + "G": 0.0036629154346883297, + "F": 0.1792963147163391, + "E": 9.637348557589576e-05, + "T": 0.0009184965747408569, + "P": 0.0003306395374238491, + "-": 0.8097071051597595 + }, + "id": "tp_20667" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2583383, + "label": "-", + "classification": { + "B": 2.061725085360927e-13, + "S": 1.0117171857226825e-11, + "I": 4.0004843882002206e-09, + "C": 1.3499118489690431e-09, + "R": 4.1762443503401414e-10, + "M": 6.972925348236458e-07, + "O": 4.0608195917002377e-08, + "W": 7.210653948930279e-12, + "N": 3.507368440819336e-12, + "Y": 0.00010644890426192433, + "U": 8.44611381702054e-14, + "K": 3.419198789118144e-13, + "L": 5.502841515792056e-10, + "G": 2.939724197403848e-07, + "F": 5.256790700514102e-06, + "E": 1.9213387825178785e-10, + "T": 4.5884989958722144e-05, + "P": 1.6112600860651582e-05, + "-": 0.9998252987861633 + }, + "id": "tp_20668" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2583517, + "label": "-", + "classification": { + "B": 2.9501731546588417e-07, + "S": 6.134818590908253e-07, + "I": 2.2111216821940616e-06, + "C": 7.789407163727446e-08, + "R": 2.3810152072201163e-08, + "M": 3.577207098715007e-05, + "O": 8.873295882949606e-06, + "W": 1.1236735986130952e-07, + "N": 5.598121788352728e-08, + "Y": 0.0002815200132317841, + "U": 2.0840227321627935e-09, + "K": 2.3567162443782763e-08, + "L": 5.79050947635551e-07, + "G": 3.29267859342508e-05, + "F": 0.0021986139472573996, + "E": 4.919042567053111e-06, + "T": 0.0001680532586760819, + "P": 0.00545593211427331, + "-": 0.9918094277381897 + }, + "id": "tp_20669" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2583650, + "label": "-", + "classification": { + "B": 5.991314111497559e-10, + "S": 2.6059803204248055e-09, + "I": 3.151353212160757e-06, + "C": 3.931810432789007e-09, + "R": 1.593961074242145e-09, + "M": 1.9389556200621882e-06, + "O": 1.1236232921874034e-07, + "W": 9.483147600519715e-10, + "N": 3.953756788632745e-08, + "Y": 0.0006770073086954653, + "U": 1.2841930296936255e-10, + "K": 1.4236422885005595e-07, + "L": 7.867626550250861e-10, + "G": 1.1923359124921262e-05, + "F": 0.00016771287482697517, + "E": 4.174960395175731e-06, + "T": 0.0002738060720730573, + "P": 0.01587757095694542, + "-": 0.9829824566841125 + }, + "id": "tp_20670" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2583750, + "label": "-", + "classification": { + "B": 1.9529560260633794e-11, + "S": 1.0436875808039758e-09, + "I": 1.285388293581491e-07, + "C": 3.65094194876292e-07, + "R": 3.154711336605942e-08, + "M": 5.653786047332687e-06, + "O": 3.0566178566004965e-07, + "W": 4.4903428197962114e-10, + "N": 1.0458877097718755e-09, + "Y": 0.0024716707412153482, + "U": 2.393610830375703e-11, + "K": 2.2173232139266474e-08, + "L": 2.3676328453348106e-08, + "G": 0.00010088778071803972, + "F": 0.0014768524561077356, + "E": 1.0013388873630902e-06, + "T": 0.00014783271763008088, + "P": 0.0002882496337406337, + "-": 0.995507001876831 + }, + "id": "tp_20671" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2583884, + "label": "-", + "classification": { + "B": 2.1500012881148223e-09, + "S": 1.3263719438327826e-06, + "I": 2.621013095449598e-07, + "C": 2.3667334971833043e-06, + "R": 5.740334358961263e-07, + "M": 4.7558558435412124e-05, + "O": 2.483808020770084e-05, + "W": 4.2946157918777317e-07, + "N": 6.450557776815913e-08, + "Y": 0.013364803977310658, + "U": 7.845676330830997e-10, + "K": 7.006847590673715e-05, + "L": 7.643942581125884e-07, + "G": 0.0011366786202415824, + "F": 0.05969206616282463, + "E": 1.0245503290207125e-05, + "T": 0.00255376473069191, + "P": 0.0004296596744097769, + "-": 0.9226645827293396 + }, + "id": "tp_20672" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2584017, + "label": "-", + "classification": { + "B": 2.7260060875278214e-08, + "S": 1.1915331832312859e-08, + "I": 6.456448318203911e-06, + "C": 2.7412231702328427e-06, + "R": 2.3973817064870673e-07, + "M": 0.00010498290794203058, + "O": 3.1616948490409413e-06, + "W": 1.5102090245022737e-08, + "N": 6.521599260622679e-08, + "Y": 0.0005381872761063278, + "U": 9.631604847015751e-09, + "K": 2.7468834318256086e-08, + "L": 3.912295483132766e-07, + "G": 5.063871503807604e-05, + "F": 0.00011396298214094713, + "E": 5.148923719389131e-06, + "T": 0.000379253295250237, + "P": 0.002741169882938266, + "-": 0.9960535764694214 + }, + "id": "tp_20673" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2584151, + "label": "-", + "classification": { + "B": 1.6533409308294722e-08, + "S": 2.1259353388813906e-07, + "I": 1.3223340829426888e-05, + "C": 4.697284566645976e-06, + "R": 9.548975867801346e-07, + "M": 4.017549872514792e-05, + "O": 4.724636710307095e-06, + "W": 1.0644806991422229e-07, + "N": 4.19887953739817e-07, + "Y": 0.00237622344866395, + "U": 8.939490925286009e-09, + "K": 4.89210469822865e-06, + "L": 2.4661517272761557e-07, + "G": 0.0001535565679660067, + "F": 0.0036458505783230066, + "E": 0.00012098997103748843, + "T": 0.00018262251978740096, + "P": 0.006909241899847984, + "-": 0.986541748046875 + }, + "id": "tp_20674" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2584251, + "label": "-", + "classification": { + "B": 1.1152621048893252e-08, + "S": 1.9974156657553976e-06, + "I": 1.771837901287654e-06, + "C": 5.5631649047427345e-06, + "R": 2.0452805529203033e-06, + "M": 0.0017400915967300534, + "O": 0.00010773893882287666, + "W": 2.7803278612736904e-07, + "N": 2.3068540855319952e-08, + "Y": 0.07185970991849899, + "U": 2.1291919616306387e-10, + "K": 5.158926796866581e-08, + "L": 8.93272772373166e-06, + "G": 0.001858717412687838, + "F": 0.00356568256393075, + "E": 1.5152818377828225e-06, + "T": 0.014913402497768402, + "P": 5.500578845385462e-05, + "-": 0.905877411365509 + }, + "id": "tp_20675" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2584384, + "label": "-", + "classification": { + "B": 1.9635897352543452e-09, + "S": 3.5033444589771534e-08, + "I": 4.5756524968965095e-07, + "C": 6.88060993070394e-07, + "R": 1.9985046151305141e-07, + "M": 2.5587703930796124e-05, + "O": 5.6019443945842795e-06, + "W": 1.5961596488978103e-08, + "N": 8.52838777376519e-09, + "Y": 0.0016833223635330796, + "U": 1.8098995635540405e-09, + "K": 4.597038127940323e-08, + "L": 8.515880267623288e-07, + "G": 0.0002080562262563035, + "F": 0.001896887319162488, + "E": 6.98929682130256e-07, + "T": 0.00041580776451155543, + "P": 0.0008272819686681032, + "-": 0.9949344992637634 + }, + "id": "tp_20676" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2584518, + "label": "-", + "classification": { + "B": 1.2572760169859976e-05, + "S": 4.278029337001499e-06, + "I": 0.0004346331115812063, + "C": 0.000923043699003756, + "R": 0.00017925215070135891, + "M": 0.000875289726536721, + "O": 0.0002537357504479587, + "W": 5.791204330307664e-06, + "N": 1.2774967217410449e-05, + "Y": 0.0022600924130529165, + "U": 4.4187013372720685e-06, + "K": 8.191848905880761e-07, + "L": 0.0001888333645183593, + "G": 0.003092730650678277, + "F": 0.0032631652429699898, + "E": 0.0001447783288313076, + "T": 0.002396318595856428, + "P": 0.030801717191934586, + "-": 0.9551457762718201 + }, + "id": "tp_20677" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2584651, + "label": "-", + "classification": { + "B": 1.2556320427847822e-08, + "S": 1.4004361048591818e-07, + "I": 1.698505684544216e-06, + "C": 3.695109001000674e-07, + "R": 2.5531349479024357e-07, + "M": 0.00010224722063867375, + "O": 1.0342716450395528e-05, + "W": 6.771769989200038e-08, + "N": 4.0754393637598696e-08, + "Y": 0.0029185512103140354, + "U": 8.273896012767068e-10, + "K": 1.4559648775502865e-07, + "L": 2.825076705903484e-07, + "G": 6.669362483080477e-05, + "F": 0.0014981151325628161, + "E": 5.246820364845917e-06, + "T": 0.0006110612885095179, + "P": 0.001046867691911757, + "-": 0.9937379360198975 + }, + "id": "tp_20678" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2584751, + "label": "-", + "classification": { + "B": 9.495827725913841e-06, + "S": 1.0858835594262928e-05, + "I": 1.1976178939221427e-05, + "C": 8.53817182360217e-05, + "R": 5.058346869191155e-05, + "M": 0.0024105238262563944, + "O": 0.00040631397860124707, + "W": 4.115131559956353e-06, + "N": 5.449467153084697e-07, + "Y": 0.03535790368914604, + "U": 3.054047681416705e-07, + "K": 2.8234401270310627e-06, + "L": 0.0003331383049953729, + "G": 0.01080533117055893, + "F": 0.019578363746404648, + "E": 1.6382004105253145e-05, + "T": 0.010384168475866318, + "P": 0.0007905677193775773, + "-": 0.9197412133216858 + }, + "id": "tp_20679" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2584885, + "label": "-", + "classification": { + "B": 1.5049067547678874e-10, + "S": 3.362699985132167e-08, + "I": 2.2368475072198635e-08, + "C": 1.8389185640899086e-07, + "R": 5.079874654256855e-08, + "M": 1.88044232345419e-05, + "O": 2.457519258314278e-06, + "W": 9.372675968677413e-09, + "N": 8.301193066273527e-10, + "Y": 0.00019372766837477684, + "U": 4.645004172965095e-11, + "K": 1.6248677070507256e-08, + "L": 9.098845765720398e-08, + "G": 1.0369142728450242e-05, + "F": 0.0031134928576648235, + "E": 1.5635539796221565e-07, + "T": 8.07823525974527e-05, + "P": 0.00016797146236058325, + "-": 0.9964118599891663 + }, + "id": "tp_20680" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2585018, + "label": "-", + "classification": { + "B": 3.7439094739966094e-06, + "S": 3.694649421959184e-06, + "I": 1.4608915989811067e-05, + "C": 6.553052662638947e-05, + "R": 2.5481804186711088e-05, + "M": 0.0001706699258647859, + "O": 0.0001788960216799751, + "W": 6.439301614591386e-06, + "N": 1.4372189980349503e-06, + "Y": 0.0006673225434496999, + "U": 6.698518291159417e-07, + "K": 1.7596819361642702e-06, + "L": 2.3317923478316516e-05, + "G": 0.0002669791574589908, + "F": 0.006819876376539469, + "E": 1.88900412467774e-05, + "T": 0.00047247312613762915, + "P": 0.008292735554277897, + "-": 0.9829655289649963 + }, + "id": "tp_20681" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2585152, + "label": "-", + "classification": { + "B": 9.125936811793522e-11, + "S": 3.2743912470323266e-08, + "I": 5.243716572067569e-10, + "C": 7.2934422945536426e-09, + "R": 2.9355076147652426e-09, + "M": 6.068975380912889e-06, + "O": 1.8976422779815039e-06, + "W": 1.9556190000713514e-09, + "N": 2.2565067869795286e-11, + "Y": 0.00017007776477839798, + "U": 3.933938678285509e-13, + "K": 1.1671811295244083e-09, + "L": 2.7649450728972624e-08, + "G": 1.3465714800986461e-05, + "F": 0.002880655461922288, + "E": 1.2061100562732463e-08, + "T": 2.2463811546913348e-05, + "P": 3.6195662687532604e-05, + "-": 0.9968690276145935 + }, + "id": "tp_20682" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2585252, + "label": "-", + "classification": { + "B": 1.1701296216415358e-06, + "S": 6.921498538758897e-07, + "I": 1.6493560224262183e-06, + "C": 1.3616177056974266e-06, + "R": 4.159556112881546e-07, + "M": 7.256920798681676e-05, + "O": 2.26588763325708e-05, + "W": 2.0725087779283058e-07, + "N": 4.0204128026744e-08, + "Y": 0.0002032483898801729, + "U": 2.333635507056897e-09, + "K": 1.8518280242574292e-08, + "L": 2.0981181023671525e-06, + "G": 0.0001320002047577873, + "F": 0.002443125704303384, + "E": 1.2210497516207397e-05, + "T": 9.703583782538772e-05, + "P": 0.0032396281603723764, + "-": 0.9937698245048523 + }, + "id": "tp_20683" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2585385, + "label": "-", + "classification": { + "B": 4.426631505793921e-08, + "S": 6.106722025833733e-07, + "I": 1.3316167724042316e-06, + "C": 9.443562021260732e-08, + "R": 6.193404544774239e-08, + "M": 9.979675814975053e-05, + "O": 1.0856109838641714e-05, + "W": 1.0159638463846932e-07, + "N": 4.038581735699154e-08, + "Y": 0.0006974807474762201, + "U": 6.942126873354937e-10, + "K": 2.0457024163533788e-07, + "L": 4.789355330103717e-07, + "G": 0.00012571678962558508, + "F": 0.005257385317236185, + "E": 9.109803613682743e-06, + "T": 0.00042431463953107595, + "P": 0.001832933397963643, + "-": 0.9915395379066467 + }, + "id": "tp_20684" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2585519, + "label": "-", + "classification": { + "B": 9.56844488086972e-08, + "S": 2.135078887022246e-07, + "I": 2.9726942329943995e-07, + "C": 5.256673318854155e-08, + "R": 8.034598764083967e-09, + "M": 2.0249358385626692e-06, + "O": 1.5185563597697183e-06, + "W": 3.495413380960599e-08, + "N": 4.9986656591727296e-08, + "Y": 9.032370871864259e-05, + "U": 1.8119019618012544e-09, + "K": 5.550374382323753e-08, + "L": 3.5226936034860046e-08, + "G": 4.141159479331691e-06, + "F": 0.0019073731964454055, + "E": 7.7678186016783e-07, + "T": 5.6220895203296095e-05, + "P": 0.04015394300222397, + "-": 0.9577827453613281 + }, + "id": "tp_20685" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2585652, + "label": "-", + "classification": { + "B": 1.0735499955671912e-07, + "S": 9.494541330923312e-08, + "I": 1.9389644876355305e-06, + "C": 1.258173256246664e-06, + "R": 7.669316204328425e-08, + "M": 2.276966188219376e-05, + "O": 4.127240572415758e-06, + "W": 3.545551052752671e-08, + "N": 7.448613814631244e-08, + "Y": 0.00010152102186111733, + "U": 6.070247415834729e-09, + "K": 1.9173674203898372e-08, + "L": 2.359181792144227e-07, + "G": 2.1025785827077925e-05, + "F": 0.0007532169693149626, + "E": 3.5502202990755904e-06, + "T": 0.0001480704522691667, + "P": 0.015006517991423607, + "-": 0.9839352369308472 + }, + "id": "tp_20686" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2585752, + "label": "-", + "classification": { + "B": 4.8051993495334955e-09, + "S": 3.3391994946896375e-08, + "I": 6.893949944242195e-07, + "C": 1.556349525344558e-05, + "R": 3.513094043228193e-06, + "M": 4.2635499994503334e-05, + "O": 4.380809969006805e-06, + "W": 2.2827023826721415e-08, + "N": 1.0193661026391965e-08, + "Y": 0.00843762420117855, + "U": 3.0879585555254607e-09, + "K": 8.789165661937659e-08, + "L": 3.133243126285379e-06, + "G": 0.0005918825627304614, + "F": 0.008412559516727924, + "E": 9.669452083471697e-07, + "T": 0.0008225691854022443, + "P": 0.00018935643311124295, + "-": 0.9814749956130981 + }, + "id": "tp_20687" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2585886, + "label": "-", + "classification": { + "B": 4.301893454794481e-07, + "S": 8.163512461578648e-07, + "I": 1.0189493195866817e-06, + "C": 3.215388062471902e-07, + "R": 7.713266825248866e-08, + "M": 0.00020222854800522327, + "O": 1.7246156858163886e-05, + "W": 1.9629965208878275e-07, + "N": 3.710223595021489e-08, + "Y": 0.00014680513413622975, + "U": 1.5532607422485967e-09, + "K": 1.2971756291335623e-07, + "L": 7.422279963975598e-07, + "G": 6.0922920965822414e-05, + "F": 0.0029051078017801046, + "E": 1.0225174264633097e-05, + "T": 0.00013872559065930545, + "P": 0.004630042240023613, + "-": 0.9918849468231201 + }, + "id": "tp_20688" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2586019, + "label": "-", + "classification": { + "B": 1.4206554155293816e-08, + "S": 5.4254833514733036e-08, + "I": 3.9379942791129e-06, + "C": 7.99840381660033e-06, + "R": 2.564516080383328e-06, + "M": 0.00011678339797072113, + "O": 1.0816742360475473e-05, + "W": 5.1703811010384015e-08, + "N": 4.9579501393282044e-08, + "Y": 0.011660134419798851, + "U": 8.072201573838811e-09, + "K": 2.669686125500448e-07, + "L": 1.6408019973823684e-06, + "G": 0.0006705375853925943, + "F": 0.002157684648409486, + "E": 2.0565476006595418e-06, + "T": 0.001446264679543674, + "P": 0.0011050489265471697, + "-": 0.9828139543533325 + }, + "id": "tp_20689" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2586153, + "label": "-", + "classification": { + "B": 1.9451544819304445e-09, + "S": 1.986829367695009e-08, + "I": 8.208317012758926e-06, + "C": 1.0364194622525247e-06, + "R": 1.765875339287959e-07, + "M": 1.875086127256509e-05, + "O": 1.6930082438193494e-06, + "W": 3.283221516880985e-08, + "N": 3.4018634664789715e-07, + "Y": 0.0011096604866907, + "U": 1.4230653988533959e-08, + "K": 3.875068159686634e-06, + "L": 4.177734425070412e-08, + "G": 4.687167893280275e-05, + "F": 0.001162265078164637, + "E": 3.7446450733114034e-05, + "T": 0.00020972259517293423, + "P": 0.011221468448638916, + "-": 0.9861782789230347 + }, + "id": "tp_20690" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2586253, + "label": "-", + "classification": { + "B": 3.399038384088726e-09, + "S": 1.6349263276538295e-08, + "I": 3.0540163606929127e-06, + "C": 4.620627805707045e-06, + "R": 7.68927463923319e-07, + "M": 4.422895653988235e-05, + "O": 6.217953796294751e-06, + "W": 2.9025660097659056e-08, + "N": 4.97187713222047e-08, + "Y": 0.00031560618663206697, + "U": 1.0091987689975213e-08, + "K": 3.4091431899696545e-08, + "L": 7.369998797912558e-07, + "G": 4.5697779569309205e-05, + "F": 0.0006238023051992059, + "E": 2.665089368747431e-06, + "T": 0.00020536279771476984, + "P": 0.004432125948369503, + "-": 0.994314968585968 + }, + "id": "tp_20691" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2586386, + "label": "-", + "classification": { + "B": 5.343465253604407e-11, + "S": 7.027953219385097e-11, + "I": 1.9958571684242088e-08, + "C": 1.3244755514563167e-08, + "R": 2.263845777505935e-09, + "M": 1.3183322380427853e-06, + "O": 3.58427172386655e-08, + "W": 3.204157772440652e-11, + "N": 8.461321227004603e-11, + "Y": 2.890398900490254e-05, + "U": 9.277760851245098e-12, + "K": 2.0105997422525945e-10, + "L": 2.411460364726281e-09, + "G": 3.9983269743970595e-06, + "F": 0.00010237224341835827, + "E": 4.1694303121175835e-08, + "T": 1.5363124475697987e-05, + "P": 0.0010493099689483643, + "-": 0.9987986087799072 + }, + "id": "tp_20692" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2586520, + "label": "-", + "classification": { + "B": 8.173755075557843e-12, + "S": 1.35117431132592e-10, + "I": 6.382931871939945e-08, + "C": 1.8781092876452021e-06, + "R": 9.2198483514494e-08, + "M": 1.2655157206609147e-06, + "O": 1.0426395391505139e-07, + "W": 2.0381685228443303e-10, + "N": 3.2124822246792917e-10, + "Y": 0.00016099349886644632, + "U": 2.1638817473967897e-11, + "K": 5.3811093359001916e-09, + "L": 1.840280283715856e-08, + "G": 3.684835246531293e-05, + "F": 0.0015005372697487473, + "E": 1.8297498627362074e-07, + "T": 1.3753357052337378e-05, + "P": 0.0003423659363761544, + "-": 0.997941792011261 + }, + "id": "tp_20693" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2586653, + "label": "-", + "classification": { + "B": 1.9497930381362494e-08, + "S": 3.3366163165737817e-07, + "I": 4.370527676655911e-06, + "C": 1.785069656534688e-07, + "R": 3.314066532311699e-08, + "M": 2.229038000223227e-05, + "O": 2.645449512783671e-06, + "W": 6.202129299026637e-08, + "N": 2.2322755910408887e-07, + "Y": 0.0015242055524140596, + "U": 1.0483209855749465e-09, + "K": 4.8291781240550335e-06, + "L": 6.503905325416781e-08, + "G": 0.0001534405892016366, + "F": 0.018904969096183777, + "E": 5.5953903938643634e-05, + "T": 0.0005050540203228593, + "P": 0.005160735920071602, + "-": 0.9736605882644653 + }, + "id": "tp_20694" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2586753, + "label": "-", + "classification": { + "B": 3.849765448649123e-07, + "S": 1.2181614010842168e-06, + "I": 3.0029377739992924e-06, + "C": 3.451947634403041e-07, + "R": 2.426737566452175e-08, + "M": 4.346534115029499e-05, + "O": 7.597617241117405e-06, + "W": 1.06433539315276e-07, + "N": 2.182685534535267e-07, + "Y": 0.00013906415551900864, + "U": 4.45127668058376e-09, + "K": 1.7830656418027502e-07, + "L": 4.23939724214506e-07, + "G": 3.8339818274835125e-05, + "F": 0.008954324759542942, + "E": 3.9094175008358434e-05, + "T": 7.603543053846806e-05, + "P": 0.02198684960603714, + "-": 0.9687092900276184 + }, + "id": "tp_20695" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2586887, + "label": "-", + "classification": { + "B": 1.9984883081747284e-08, + "S": 2.1133713801191334e-07, + "I": 1.8213526686849946e-08, + "C": 1.4924034985597245e-07, + "R": 9.24186327466714e-09, + "M": 8.887211879482493e-05, + "O": 1.7473383877586457e-06, + "W": 5.87804960261451e-09, + "N": 1.139881522504993e-09, + "Y": 0.0008211551466956735, + "U": 3.465001202629381e-11, + "K": 1.2550864880722656e-07, + "L": 4.5859007968829246e-07, + "G": 0.00073122518369928, + "F": 0.034426748752593994, + "E": 3.270297156632296e-06, + "T": 0.0003406291943974793, + "P": 0.00015717957285232842, + "-": 0.9634281992912292 + }, + "id": "tp_20696" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2587020, + "label": "-", + "classification": { + "B": 1.6278807379421778e-05, + "S": 5.746146780438721e-05, + "I": 4.07164880016353e-05, + "C": 0.0003217578923795372, + "R": 0.00016049026453401893, + "M": 0.002349673304706812, + "O": 0.0006497890572063625, + "W": 3.627043406595476e-05, + "N": 5.62902005185606e-06, + "Y": 0.0185684897005558, + "U": 2.247352767881239e-06, + "K": 1.5717228961875662e-05, + "L": 0.00028703565476462245, + "G": 0.002798847621306777, + "F": 0.035437434911727905, + "E": 0.00011182419984834269, + "T": 0.008406290784478188, + "P": 0.005346572492271662, + "-": 0.9253876209259033 + }, + "id": "tp_20697" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2587154, + "label": "-", + "classification": { + "B": 1.32979210976103e-10, + "S": 1.3743859028636507e-07, + "I": 1.3170387447303256e-08, + "C": 7.689142478284339e-08, + "R": 2.1126457028231016e-08, + "M": 1.0669465154933278e-05, + "O": 2.257901996927103e-06, + "W": 1.1357374596343561e-08, + "N": 1.524737114344532e-09, + "Y": 0.003045581979677081, + "U": 1.0139469992787031e-11, + "K": 9.31296654016478e-07, + "L": 6.521049300545201e-08, + "G": 0.00020296125148888677, + "F": 0.059524375945329666, + "E": 9.50290882428817e-07, + "T": 0.00035962482797913253, + "P": 0.00013982846576254815, + "-": 0.9367125034332275 + }, + "id": "tp_20698" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2587254, + "label": "-", + "classification": { + "B": 1.6489835843458422e-06, + "S": 7.051435204630252e-07, + "I": 2.643552079462097e-07, + "C": 1.627269625714689e-07, + "R": 6.806148888927055e-08, + "M": 0.00011120369890704751, + "O": 2.1944448235444725e-05, + "W": 1.2016757011679147e-07, + "N": 1.4939580239570205e-08, + "Y": 0.0006539785536006093, + "U": 9.600268358056496e-10, + "K": 2.9044137761502498e-08, + "L": 1.1306460692139808e-06, + "G": 0.0001734192337607965, + "F": 0.002223446499556303, + "E": 1.631198301765835e-06, + "T": 0.0003113590064458549, + "P": 0.0009511077078059316, + "-": 0.9955477714538574 + }, + "id": "tp_20699" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2587387, + "label": "-", + "classification": { + "B": 4.6007116338842025e-07, + "S": 1.5760090263938764e-06, + "I": 1.3094820133119356e-05, + "C": 2.4799530365271494e-05, + "R": 7.589737379021244e-06, + "M": 0.0006804980803281069, + "O": 3.938745430787094e-05, + "W": 3.345333823290275e-07, + "N": 1.9224599157041666e-07, + "Y": 0.010548001155257225, + "U": 4.2899358732029214e-08, + "K": 2.079315351011246e-07, + "L": 3.0306910048238933e-05, + "G": 0.002454447792842984, + "F": 0.012165256775915623, + "E": 2.5628927687648684e-05, + "T": 0.0033886402379721403, + "P": 0.0021957564167678356, + "-": 0.9684237837791443 + }, + "id": "tp_20700" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2587521, + "label": "-", + "classification": { + "B": 5.377523981664467e-10, + "S": 4.845955636767485e-09, + "I": 3.464320386115105e-08, + "C": 2.5143356197077082e-06, + "R": 2.815472441852762e-07, + "M": 1.1445409654697869e-05, + "O": 2.65969742940797e-06, + "W": 5.657440738104924e-09, + "N": 1.3253766972809444e-09, + "Y": 0.0010793674737215042, + "U": 4.153130339634714e-10, + "K": 3.352639055265172e-07, + "L": 4.1411846041228273e-07, + "G": 0.0003420755092520267, + "F": 0.002182292751967907, + "E": 9.959627504940727e-07, + "T": 0.00012205561506561935, + "P": 0.0001758249563863501, + "-": 0.9960797429084778 + }, + "id": "tp_20701" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2587654, + "label": "-", + "classification": { + "B": 2.161867129757411e-09, + "S": 7.035457656456856e-06, + "I": 1.598272270086909e-08, + "C": 2.0835682335018646e-06, + "R": 1.3326064163265983e-06, + "M": 0.00047063661622814834, + "O": 0.00014705522335134447, + "W": 2.539918284583109e-07, + "N": 5.141813641529325e-10, + "Y": 0.01737324520945549, + "U": 1.1864608254197329e-11, + "K": 8.354428815415815e-10, + "L": 7.853595889173448e-05, + "G": 0.0027852433267980814, + "F": 0.061930205672979355, + "E": 1.052214315677702e-07, + "T": 0.0035920515656471252, + "P": 1.4233499314286746e-05, + "-": 0.9135980606079102 + }, + "id": "tp_20702" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2587754, + "label": "-", + "classification": { + "B": 3.928195990710037e-09, + "S": 6.196390813784092e-07, + "I": 1.4160798400553176e-06, + "C": 1.068634355760878e-05, + "R": 6.29022861176054e-06, + "M": 0.003020012751221657, + "O": 0.00010550906154094264, + "W": 8.234048465283195e-08, + "N": 4.877635184641349e-09, + "Y": 0.20318524539470673, + "U": 3.9997137546432526e-11, + "K": 1.3349275462815058e-08, + "L": 1.808369233913254e-05, + "G": 0.006743615493178368, + "F": 0.0034808863420039415, + "E": 5.717442945751827e-07, + "T": 0.01887372136116028, + "P": 7.067163096508011e-06, + "-": 0.7645461559295654 + }, + "id": "tp_20703" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2587888, + "label": "-", + "classification": { + "B": 6.05057493885397e-06, + "S": 5.539338235394098e-05, + "I": 0.0018632960272952914, + "C": 0.0002098574477713555, + "R": 5.2966639486839995e-05, + "M": 0.0012669620336964726, + "O": 0.0002708610554691404, + "W": 2.6723058908828534e-05, + "N": 0.00013404566561803222, + "Y": 0.019768953323364258, + "U": 2.4778732949926052e-06, + "K": 0.00020890694577246904, + "L": 2.188356484111864e-05, + "G": 0.0034727114252746105, + "F": 0.04351098835468292, + "E": 0.0036064160522073507, + "T": 0.009169095195829868, + "P": 0.064216747879982, + "-": 0.8521355986595154 + }, + "id": "tp_20704" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2588021, + "label": "-", + "classification": { + "B": 2.987127700748715e-08, + "S": 9.90263629319088e-07, + "I": 5.3393596317619085e-06, + "C": 2.9559300855908077e-06, + "R": 1.3076767118036514e-06, + "M": 0.0004984214319847524, + "O": 2.8429140002117492e-05, + "W": 2.0152204172063648e-07, + "N": 5.0358124781269e-08, + "Y": 0.11212489008903503, + "U": 4.859701530079974e-10, + "K": 4.911121891382209e-07, + "L": 2.808789759001229e-06, + "G": 0.0077866255305707455, + "F": 0.00917109940201044, + "E": 1.8079417714034207e-05, + "T": 0.00747692072764039, + "P": 0.0002897574449889362, + "-": 0.8625916242599487 + }, + "id": "tp_20705" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2588155, + "label": "-", + "classification": { + "B": 1.486679807038982e-10, + "S": 5.432637673052909e-10, + "I": 1.6387178281007664e-09, + "C": 1.2751769418173353e-08, + "R": 1.3843386437173422e-09, + "M": 1.4532553223034483e-06, + "O": 7.17745223255406e-08, + "W": 1.320186321374095e-10, + "N": 2.9801446033150825e-11, + "Y": 8.612446254119277e-05, + "U": 2.175695604580974e-12, + "K": 6.054398649091297e-10, + "L": 4.1626178060028e-09, + "G": 6.266222953854594e-06, + "F": 0.0015970062231644988, + "E": 4.7091262445064785e-08, + "T": 8.492408596794121e-06, + "P": 0.0001591824839124456, + "-": 0.9981414079666138 + }, + "id": "tp_20706" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2588255, + "label": "-", + "classification": { + "B": 1.5604986174366786e-06, + "S": 6.704001862090081e-05, + "I": 0.00011363202793290839, + "C": 0.00020469767332542688, + "R": 7.182707486208528e-05, + "M": 0.0014835563488304615, + "O": 0.0005836446071043611, + "W": 4.221303970552981e-05, + "N": 1.9768520360230468e-05, + "Y": 0.00922669842839241, + "U": 1.4022746199771063e-06, + "K": 0.00022299072588793933, + "L": 4.9876914999913424e-05, + "G": 0.0016548775602132082, + "F": 0.060992736369371414, + "E": 0.00032938172807917, + "T": 0.00507647730410099, + "P": 0.011878159828484058, + "-": 0.9079793691635132 + }, + "id": "tp_20707" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2588388, + "label": "-", + "classification": { + "B": 1.3526030215871288e-06, + "S": 7.688029768360138e-08, + "I": 2.716294922322504e-08, + "C": 8.756202873883012e-09, + "R": 2.0227211017243008e-09, + "M": 0.0001452432625228539, + "O": 3.5451130315777846e-06, + "W": 1.2461432996602184e-09, + "N": 8.939784329475842e-11, + "Y": 9.039783617481589e-05, + "U": 3.612204068845215e-12, + "K": 2.330222169735774e-12, + "L": 2.887124992412282e-06, + "G": 0.00031925877556204796, + "F": 0.0007829054375179112, + "E": 5.541111818274658e-07, + "T": 8.306375093525276e-05, + "P": 0.00036815775092691183, + "-": 0.9982025623321533 + }, + "id": "tp_20708" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2588522, + "label": "-", + "classification": { + "B": 7.701425608352963e-10, + "S": 1.4190082886500477e-08, + "I": 5.39081440820155e-07, + "C": 3.587435060126154e-07, + "R": 2.4444300805726016e-08, + "M": 4.398728378873784e-06, + "O": 6.626118533858971e-07, + "W": 9.663533973025551e-09, + "N": 3.173783014176479e-08, + "Y": 0.00014660715532954782, + "U": 6.6092137318563e-10, + "K": 2.3001696263236227e-06, + "L": 1.1915086695069022e-08, + "G": 2.857080653484445e-05, + "F": 0.004949667491018772, + "E": 2.5585266484995373e-05, + "T": 3.601599746616557e-05, + "P": 0.008160053752362728, + "-": 0.9866451621055603 + }, + "id": "tp_20709" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2588655, + "label": "-", + "classification": { + "B": 6.179214029344848e-09, + "S": 1.1361976248736028e-08, + "I": 1.4420253435787345e-08, + "C": 1.040495021698007e-06, + "R": 9.531574107768392e-08, + "M": 5.0247679610038176e-05, + "O": 2.241454467366566e-06, + "W": 1.2203270616240047e-09, + "N": 2.182927866245521e-10, + "Y": 0.0004528415447566658, + "U": 1.9638445383773906e-11, + "K": 1.6253920431807956e-10, + "L": 1.5766918295412324e-06, + "G": 0.00018657032342161983, + "F": 0.0021653759758919477, + "E": 4.789699232787825e-07, + "T": 0.00013599130033981055, + "P": 0.00010199312964687124, + "-": 0.9969016313552856 + }, + "id": "tp_20710" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2588755, + "label": "-", + "classification": { + "B": 3.9080176594818994e-11, + "S": 4.47306081063914e-10, + "I": 1.202716362058709e-07, + "C": 3.148790597151674e-07, + "R": 2.7572951921683853e-08, + "M": 9.842523468250874e-06, + "O": 2.393203715200798e-07, + "W": 4.4200967885821285e-10, + "N": 1.0699536812097676e-09, + "Y": 0.00019833062833640724, + "U": 1.0277674544756366e-10, + "K": 2.7727620199868852e-09, + "L": 1.9903168890778034e-08, + "G": 5.85595671509509e-06, + "F": 0.0004754701803904027, + "E": 2.8986141842324287e-07, + "T": 0.00010609650053083897, + "P": 0.0009750183089636266, + "-": 0.9982283711433411 + }, + "id": "tp_20711" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2588889, + "label": "-", + "classification": { + "B": 5.397335911538903e-09, + "S": 2.9496444398091626e-08, + "I": 3.4044387575704604e-06, + "C": 2.289397571075824e-06, + "R": 2.4231076167779975e-07, + "M": 4.9111708904092666e-06, + "O": 1.3213598322181497e-06, + "W": 2.6871319391830184e-08, + "N": 2.0480371176745393e-07, + "Y": 0.0007570458110421896, + "U": 2.9888745700645813e-08, + "K": 3.854314854834229e-06, + "L": 5.3295355684213064e-08, + "G": 4.085110413143411e-05, + "F": 0.002369989873841405, + "E": 5.532351224246668e-06, + "T": 0.0001149008676293306, + "P": 0.010803794488310814, + "-": 0.9858915209770203 + }, + "id": "tp_20712" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2589022, + "label": "-", + "classification": { + "B": 1.1256194198949743e-08, + "S": 1.5087792348822404e-07, + "I": 1.997755703087023e-07, + "C": 8.86772753005971e-08, + "R": 1.2843042185295417e-08, + "M": 1.7787839169614017e-05, + "O": 1.5571964695482166e-06, + "W": 5.410895731472465e-09, + "N": 1.6580703476876124e-09, + "Y": 0.00037603385862894356, + "U": 4.432981325769303e-12, + "K": 2.95830604457592e-09, + "L": 3.38973933367015e-07, + "G": 0.00034540239721536636, + "F": 0.020663194358348846, + "E": 4.5931651584396604e-06, + "T": 6.514182314276695e-05, + "P": 0.000970971945207566, + "-": 0.977554440498352 + }, + "id": "tp_20713" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2589156, + "label": "-", + "classification": { + "B": 1.8055933415084269e-09, + "S": 2.7148333359150456e-08, + "I": 7.956693792721126e-08, + "C": 1.464772503823042e-05, + "R": 3.457430182152166e-07, + "M": 0.00029343951609916985, + "O": 3.817445303866407e-06, + "W": 2.230771567468537e-09, + "N": 1.0632326130632919e-09, + "Y": 0.0579659640789032, + "U": 8.695322240015457e-12, + "K": 4.300386180489113e-08, + "L": 2.940632384706987e-06, + "G": 0.04615483805537224, + "F": 0.02627003937959671, + "E": 1.3109179235470947e-05, + "T": 0.0025777381379157305, + "P": 2.8573640520335175e-05, + "-": 0.8666743040084839 + }, + "id": "tp_20714" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2589256, + "label": "-", + "classification": { + "B": 1.0748206022981321e-06, + "S": 1.90718097314857e-07, + "I": 4.97487053507939e-06, + "C": 7.957098091537773e-07, + "R": 3.281677436461905e-07, + "M": 0.0023088010493665934, + "O": 4.810664904653095e-05, + "W": 2.345589500407641e-08, + "N": 1.3323000480625069e-08, + "Y": 0.0016098872292786837, + "U": 6.170047250897426e-10, + "K": 4.5440502055571486e-11, + "L": 2.130440407199785e-05, + "G": 0.0009408657788299024, + "F": 0.000175601860973984, + "E": 5.108207460580161e-06, + "T": 0.0009710552403703332, + "P": 0.0005275101866573095, + "-": 0.9933843016624451 + }, + "id": "tp_20715" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2589389, + "label": "-", + "classification": { + "B": 7.873053982621059e-05, + "S": 0.00013485872477758676, + "I": 0.0008461837423965335, + "C": 0.0008930136682465672, + "R": 0.00027730519650503993, + "M": 0.004527323879301548, + "O": 0.0009679830982349813, + "W": 8.69622963364236e-05, + "N": 0.00010625700087985024, + "Y": 0.036973658949136734, + "U": 1.510199854237726e-05, + "K": 0.0027168476954102516, + "L": 0.00024375366047024727, + "G": 0.02399292029440403, + "F": 0.04152022674679756, + "E": 0.0054279207251966, + "T": 0.010269775055348873, + "P": 0.017854638397693634, + "-": 0.8530665636062622 + }, + "id": "tp_20716" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2589523, + "label": "-", + "classification": { + "B": 3.9228789106005024e-09, + "S": 2.646547203610794e-09, + "I": 2.233063867151941e-08, + "C": 8.136564844107852e-08, + "R": 2.7707883987204696e-08, + "M": 1.4494805327558424e-05, + "O": 4.2498348307162814e-07, + "W": 5.742937236874468e-10, + "N": 6.787939654806507e-11, + "Y": 0.0002095064555760473, + "U": 1.943898340905914e-11, + "K": 3.427693545665633e-11, + "L": 2.1904291713781276e-07, + "G": 1.8396742234472185e-05, + "F": 0.0004384674830362201, + "E": 6.327801571615055e-08, + "T": 6.882262096041813e-05, + "P": 0.00011360325152054429, + "-": 0.9991359114646912 + }, + "id": "tp_20717" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2589656, + "label": "-", + "classification": { + "B": 0.0002812091843225062, + "S": 0.00024095845583360642, + "I": 0.0005239484016783535, + "C": 0.0008950913324952126, + "R": 0.0005339803174138069, + "M": 0.005982768721878529, + "O": 0.001398308202624321, + "W": 0.00011837400961667299, + "N": 5.5189902923302725e-05, + "Y": 0.024476351216435432, + "U": 4.2860247049247846e-05, + "K": 0.0003283172263763845, + "L": 0.000646783213596791, + "G": 0.008953303098678589, + "F": 0.02005619928240776, + "E": 0.00045039254473522305, + "T": 0.019716955721378326, + "P": 0.009120932780206203, + "-": 0.9061780571937561 + }, + "id": "tp_20718" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2589756, + "label": "-", + "classification": { + "B": 6.33772651781328e-05, + "S": 8.25538081699051e-05, + "I": 0.0001625611330382526, + "C": 6.124548963271081e-05, + "R": 3.556970114004798e-05, + "M": 0.0021835295483469963, + "O": 0.0005663034389726818, + "W": 1.97955196199473e-05, + "N": 6.399277481250465e-06, + "Y": 0.01292008813470602, + "U": 3.1995134008866444e-07, + "K": 6.935957117093494e-06, + "L": 0.00014374619058798999, + "G": 0.006016167812049389, + "F": 0.02536628767848015, + "E": 0.0004271657089702785, + "T": 0.004261714406311512, + "P": 0.008585311472415924, + "-": 0.9390909075737 + }, + "id": "tp_20719" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2589890, + "label": "-", + "classification": { + "B": 8.681756753503578e-07, + "S": 5.016000159230316e-06, + "I": 3.5405980725045083e-06, + "C": 6.746284725522855e-06, + "R": 6.464794751082081e-06, + "M": 0.0015659657074138522, + "O": 0.00017664262850303203, + "W": 6.857861194475845e-07, + "N": 4.951556320520467e-08, + "Y": 0.004050139803439379, + "U": 6.056018353461923e-09, + "K": 9.345618501299668e-09, + "L": 0.00012087373761460185, + "G": 0.001609879545867443, + "F": 0.00803651474416256, + "E": 5.712320216844091e-06, + "T": 0.0019644019193947315, + "P": 0.0007950878352858126, + "-": 0.9816513061523438 + }, + "id": "tp_20720" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2590023, + "label": "-", + "classification": { + "B": 5.011111081643094e-09, + "S": 1.3557770905947564e-08, + "I": 6.264603058525609e-08, + "C": 3.039514240299468e-07, + "R": 1.4003497028625134e-07, + "M": 0.00012830671039409935, + "O": 4.4705138861900195e-06, + "W": 2.4181683322410663e-09, + "N": 1.3215027683255443e-10, + "Y": 0.004088745452463627, + "U": 7.136288088238629e-12, + "K": 6.373826466621324e-11, + "L": 1.7391580513503868e-06, + "G": 0.0003180061758030206, + "F": 0.0005365108954720199, + "E": 7.04375153759429e-08, + "T": 0.0004937613266520202, + "P": 3.073663538089022e-05, + "-": 0.9943970441818237 + }, + "id": "tp_20721" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2590157, + "label": "-", + "classification": { + "B": 2.277938726535922e-09, + "S": 1.0727807087107522e-08, + "I": 2.138770716086924e-09, + "C": 5.370795861381339e-07, + "R": 4.3745934874550585e-08, + "M": 2.1848994947504252e-05, + "O": 1.7030909020832041e-06, + "W": 1.637642577101417e-09, + "N": 8.323831901524414e-11, + "Y": 0.0008764750673435628, + "U": 2.8830935902557364e-11, + "K": 5.5353943650970905e-09, + "L": 1.0152419918085798e-06, + "G": 0.00034055972355417907, + "F": 0.014186276122927666, + "E": 5.7030543842984116e-08, + "T": 0.00016776946722529829, + "P": 2.4577646399848163e-05, + "-": 0.9843791127204895 + }, + "id": "tp_20722" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2590257, + "label": "-", + "classification": { + "B": 2.4421287889708765e-06, + "S": 2.868639739972423e-06, + "I": 5.077623063698411e-05, + "C": 0.000977262039668858, + "R": 0.00015904881001915783, + "M": 0.0025011308025568724, + "O": 0.00014108532923273742, + "W": 1.913336745928973e-06, + "N": 1.4376921626535477e-06, + "Y": 0.05097360908985138, + "U": 1.051691583597858e-06, + "K": 6.67963422529283e-06, + "L": 0.00023531235638074577, + "G": 0.01874791458249092, + "F": 0.014681553468108177, + "E": 0.00011686437937896699, + "T": 0.008004016242921352, + "P": 0.0016347659984603524, + "-": 0.9017602801322937 + }, + "id": "tp_20723" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2590390, + "label": "-", + "classification": { + "B": 1.2629062666746904e-06, + "S": 5.2150862757116556e-05, + "I": 8.465222890663426e-06, + "C": 4.8203335609287024e-05, + "R": 1.781179707904812e-05, + "M": 0.0014497705269604921, + "O": 0.00022285171144176275, + "W": 9.302513717557304e-06, + "N": 7.521872475990676e-07, + "Y": 0.010603359900414944, + "U": 7.852343486547397e-08, + "K": 2.8263907552172896e-06, + "L": 5.100160706206225e-05, + "G": 0.00166921759955585, + "F": 0.043718960136175156, + "E": 2.3447037165169604e-05, + "T": 0.006339960265904665, + "P": 0.001604277640581131, + "-": 0.9341762065887451 + }, + "id": "tp_20724" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2590524, + "label": "-", + "classification": { + "B": 3.027012240863769e-08, + "S": 3.574837847963863e-08, + "I": 3.885482783516636e-06, + "C": 2.555112530444603e-07, + "R": 1.6307043892993534e-07, + "M": 6.189382111188024e-05, + "O": 2.733580231506494e-06, + "W": 1.1997707716204786e-08, + "N": 1.2640723134893506e-08, + "Y": 0.002299573039636016, + "U": 1.3104862750523694e-09, + "K": 4.227542760304459e-09, + "L": 7.528358310082695e-07, + "G": 0.00022286057355813682, + "F": 0.0007161188987083733, + "E": 2.741320713539608e-06, + "T": 0.0004898999468423426, + "P": 0.001371554913930595, + "-": 0.9948273301124573 + }, + "id": "tp_20725" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2590657, + "label": "-", + "classification": { + "B": 1.0909955664578641e-12, + "S": 6.445539102450937e-10, + "I": 1.3284742750307998e-10, + "C": 4.628374905557564e-10, + "R": 2.059599574222304e-10, + "M": 2.664609746716451e-05, + "O": 1.3960364242393553e-07, + "W": 9.085463284486117e-12, + "N": 4.4785727318537305e-13, + "Y": 0.0008946562302298844, + "U": 2.543308115447577e-15, + "K": 7.758561154647126e-12, + "L": 2.5648343893180936e-08, + "G": 5.627164864563383e-05, + "F": 0.003021781099960208, + "E": 1.616025535611243e-09, + "T": 0.00015800991968717426, + "P": 1.6817243704281282e-06, + "-": 0.9958407282829285 + }, + "id": "tp_20726" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2590757, + "label": "-", + "classification": { + "B": 0.00017595637473277748, + "S": 0.0002657822333276272, + "I": 0.006233931053429842, + "C": 0.0015205442905426025, + "R": 0.0008852512110024691, + "M": 0.005820584949105978, + "O": 0.002020868705585599, + "W": 0.000245900999289006, + "N": 0.0005968068144284189, + "Y": 0.03510109707713127, + "U": 0.00010384148481534794, + "K": 0.00027033197693526745, + "L": 0.0006022262969054282, + "G": 0.007813719101250172, + "F": 0.024422824382781982, + "E": 0.0027673784643411636, + "T": 0.024433953687548637, + "P": 0.06349115818738937, + "-": 0.8232278823852539 + }, + "id": "tp_20727" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2590891, + "label": "-", + "classification": { + "B": 5.8016507153979546e-08, + "S": 3.106208623648854e-06, + "I": 1.1951666323284371e-08, + "C": 8.797412192507181e-06, + "R": 2.52239806286525e-06, + "M": 0.0011510677868500352, + "O": 0.00018961417663376778, + "W": 7.472762320048787e-08, + "N": 2.169699142573478e-10, + "Y": 0.0033973068930208683, + "U": 1.0416958962089495e-11, + "K": 2.1183145515468738e-10, + "L": 0.0004788063233718276, + "G": 0.01777074486017227, + "F": 0.06022604554891586, + "E": 2.859869709936902e-07, + "T": 0.0013299559941515326, + "P": 6.491081421700073e-06, + "-": 0.9154351353645325 + }, + "id": "tp_20728" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2591024, + "label": "-", + "classification": { + "B": 2.561134579082136e-06, + "S": 5.351801519282162e-05, + "I": 0.0004948741407133639, + "C": 0.00011770813580369577, + "R": 4.056545367348008e-05, + "M": 0.0020898182410746813, + "O": 0.00048525913734920323, + "W": 1.7331825802102685e-05, + "N": 2.9728515073657036e-05, + "Y": 0.14898347854614258, + "U": 5.717498083868122e-07, + "K": 0.00015947948850225657, + "L": 4.8811496526468545e-05, + "G": 0.020529944449663162, + "F": 0.04165135696530342, + "E": 0.0004715771647170186, + "T": 0.03245802968740463, + "P": 0.005442253313958645, + "-": 0.7469231486320496 + }, + "id": "tp_20729" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2591158, + "label": "-", + "classification": { + "B": 2.9491554087712757e-08, + "S": 2.689932010468965e-08, + "I": 1.686712039372651e-06, + "C": 1.9336625882715452e-06, + "R": 6.483088554887217e-07, + "M": 2.0005585611215793e-05, + "O": 2.096782054650248e-06, + "W": 2.138996002543081e-08, + "N": 2.3323867281987987e-08, + "Y": 0.00056053651496768, + "U": 9.794531408147122e-09, + "K": 2.1316854059705292e-08, + "L": 3.644074695330346e-07, + "G": 5.341318319551647e-05, + "F": 0.0007325828191824257, + "E": 1.982539060918498e-06, + "T": 0.00018206443928647786, + "P": 0.009973355568945408, + "-": 0.9884693026542664 + }, + "id": "tp_20730" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2591258, + "label": "-", + "classification": { + "B": 5.5522029640542314e-08, + "S": 4.473951378258789e-07, + "I": 4.5620727178175e-06, + "C": 9.664411663834471e-06, + "R": 2.193913587689167e-06, + "M": 0.00020425532420631498, + "O": 2.2354839529725723e-05, + "W": 3.0587716537411325e-07, + "N": 2.511299328489258e-07, + "Y": 0.01128450594842434, + "U": 2.487559491726188e-08, + "K": 6.317953375400975e-05, + "L": 2.5462954909016844e-06, + "G": 0.0027445561718195677, + "F": 0.014242712408304214, + "E": 5.352469452191144e-05, + "T": 0.0016279235715046525, + "P": 0.0017713047564029694, + "-": 0.9679656624794006 + }, + "id": "tp_20731" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2591391, + "label": "-", + "classification": { + "B": 1.4186804946803022e-05, + "S": 2.9227740014903247e-05, + "I": 9.76374140009284e-05, + "C": 0.0004209790495224297, + "R": 0.0004337324062362313, + "M": 0.02448582835495472, + "O": 0.003089980687946081, + "W": 1.3636591575050261e-05, + "N": 5.701257919099589e-07, + "Y": 0.2358696162700653, + "U": 4.752174831423872e-08, + "K": 2.8889386882724466e-08, + "L": 0.0022471193224191666, + "G": 0.027844589203596115, + "F": 0.0027095098048448563, + "E": 1.194866399600869e-05, + "T": 0.05106561258435249, + "P": 0.00011434123734943569, + "-": 0.6515514850616455 + }, + "id": "tp_20732" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2591525, + "label": "-", + "classification": { + "B": 7.342352836836596e-10, + "S": 1.3646540841794064e-10, + "I": 3.214328003764422e-08, + "C": 2.826265266264727e-08, + "R": 3.226020561797327e-09, + "M": 1.0868607205338776e-06, + "O": 8.571655030209513e-08, + "W": 4.6435865569405266e-11, + "N": 6.853698164555055e-11, + "Y": 1.1115876077383291e-05, + "U": 4.196185066085434e-12, + "K": 3.2230817407358225e-12, + "L": 1.5821346011080095e-08, + "G": 4.580443146551261e-06, + "F": 6.224132812349126e-05, + "E": 5.277228609656959e-08, + "T": 5.818858880957123e-06, + "P": 0.0005511100171133876, + "-": 0.9993638396263123 + }, + "id": "tp_20733" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2591658, + "label": "-", + "classification": { + "B": 9.633563422539737e-07, + "S": 8.106821383080387e-07, + "I": 4.442498175194487e-05, + "C": 1.657507527852431e-05, + "R": 4.428752163221361e-06, + "M": 0.0010750938672572374, + "O": 4.152093970333226e-05, + "W": 3.8662184920212894e-07, + "N": 5.348290414985968e-07, + "Y": 0.0021138836164027452, + "U": 1.1875374639203073e-07, + "K": 2.8629289161585803e-08, + "L": 1.796762262529228e-05, + "G": 0.00032791573903523386, + "F": 0.000510676356498152, + "E": 2.2557866032002494e-05, + "T": 0.003255068091675639, + "P": 0.0059012118726968765, + "-": 0.986665666103363 + }, + "id": "tp_20734" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2591758, + "label": "-", + "classification": { + "B": 6.30404838375398e-06, + "S": 7.801818719599396e-05, + "I": 9.85425358521752e-05, + "C": 2.8558626581798308e-05, + "R": 1.592695298313629e-05, + "M": 0.004645674955099821, + "O": 0.00047198799438774586, + "W": 1.533887188998051e-05, + "N": 7.5582743193081114e-06, + "Y": 0.008565477095544338, + "U": 1.4626785116433894e-07, + "K": 5.715896259061992e-05, + "L": 4.849228207604028e-05, + "G": 0.0034121365752071142, + "F": 0.012826037593185902, + "E": 0.002069481648504734, + "T": 0.003942509647458792, + "P": 0.00744607811793685, + "-": 0.9562645554542542 + }, + "id": "tp_20735" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2591892, + "label": "-", + "classification": { + "B": 5.634066102544466e-09, + "S": 6.170429855956172e-08, + "I": 3.2056284453574335e-06, + "C": 1.3110382042214042e-06, + "R": 1.309195880594416e-07, + "M": 0.0001985428243642673, + "O": 2.2371934846887598e-06, + "W": 8.563538322903241e-09, + "N": 2.0573249770450275e-08, + "Y": 0.03389165550470352, + "U": 6.992909723502194e-11, + "K": 1.8182106487074634e-07, + "L": 2.5737921305335476e-07, + "G": 0.0022638877853751183, + "F": 0.003976397216320038, + "E": 5.19618479302153e-05, + "T": 0.0019808115903288126, + "P": 0.00022519336198456585, + "-": 0.9574041962623596 + }, + "id": "tp_20736" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2592025, + "label": "-", + "classification": { + "B": 5.407235192933513e-08, + "S": 5.055176757196023e-07, + "I": 0.0005681734764948487, + "C": 2.808293629641412e-06, + "R": 1.8867229982788558e-06, + "M": 0.0019287328468635678, + "O": 1.5924139006529003e-05, + "W": 5.971944005978003e-08, + "N": 6.474665497080423e-07, + "Y": 0.1827172189950943, + "U": 5.802172631241831e-10, + "K": 7.666578483167541e-08, + "L": 6.700291805827874e-07, + "G": 0.0011833375319838524, + "F": 0.00020200968720018864, + "E": 3.586486491258256e-05, + "T": 0.03544823080301285, + "P": 0.0009996778098866343, + "-": 0.7768940925598145 + }, + "id": "tp_20737" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2592125, + "label": "-", + "classification": { + "B": 2.6073310177565645e-09, + "S": 1.0801336713939236e-08, + "I": 1.5748215673738741e-06, + "C": 7.763657663417689e-07, + "R": 2.2252757503338216e-07, + "M": 0.00015950528904795647, + "O": 2.1603798359137727e-06, + "W": 5.1480166796125104e-09, + "N": 4.793064167785133e-09, + "Y": 0.005503866821527481, + "U": 2.7835939109266405e-10, + "K": 5.664647417802371e-08, + "L": 3.51607411630539e-07, + "G": 0.00033221096964553, + "F": 0.00115326012019068, + "E": 1.6776601796664181e-06, + "T": 0.0014787825057283044, + "P": 0.00016388349467888474, + "-": 0.9912017583847046 + }, + "id": "tp_20738" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2592259, + "label": "-", + "classification": { + "B": 3.5612128357342954e-08, + "S": 2.5475051188550424e-06, + "I": 3.2728978112572804e-05, + "C": 0.00013916841999161988, + "R": 8.832308958517388e-05, + "M": 0.006311101373285055, + "O": 0.0010533971944823861, + "W": 1.4556960650224937e-06, + "N": 2.402133247869642e-07, + "Y": 0.3238195478916168, + "U": 4.113574370023798e-09, + "K": 1.7014752273780687e-08, + "L": 0.00014972798817325383, + "G": 0.010090449824929237, + "F": 0.0012595021398738027, + "E": 1.5823130752323777e-06, + "T": 0.04458950087428093, + "P": 7.026998355286196e-05, + "-": 0.6123904585838318 + }, + "id": "tp_20739" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2592392, + "label": "-", + "classification": { + "B": 3.7597990854010277e-07, + "S": 1.6347188420695602e-06, + "I": 9.291226774621464e-07, + "C": 4.1936712591450487e-07, + "R": 1.3212569172083022e-07, + "M": 0.0001371742255287245, + "O": 2.9339069442357868e-05, + "W": 1.2750004430017725e-07, + "N": 3.342808341244563e-08, + "Y": 0.0005379432695917785, + "U": 1.1254038811969735e-09, + "K": 4.299092637438662e-08, + "L": 3.892654149240116e-06, + "G": 0.0003159841289743781, + "F": 0.003442958230152726, + "E": 1.0392604963271879e-05, + "T": 0.0004410578985698521, + "P": 0.0017484775744378567, + "-": 0.9933291673660278 + }, + "id": "tp_20740" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2592526, + "label": "-", + "classification": { + "B": 2.3021502215669898e-07, + "S": 3.261047964997488e-08, + "I": 1.6742222896937164e-07, + "C": 1.2625309864233714e-07, + "R": 2.3653488057107097e-08, + "M": 6.174949476189795e-07, + "O": 1.8399426835458144e-06, + "W": 4.9175923777511343e-08, + "N": 7.229953968845848e-09, + "Y": 9.491806849837303e-06, + "U": 8.503703297080278e-10, + "K": 4.3549981398882665e-09, + "L": 4.284841992330257e-08, + "G": 3.0310136480693473e-06, + "F": 0.00041475973557680845, + "E": 2.938771785920835e-07, + "T": 4.7621092562621925e-06, + "P": 0.016771646216511726, + "-": 0.9827929735183716 + }, + "id": "tp_20741" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2592626, + "label": "-", + "classification": { + "B": 1.2740816828227253e-06, + "S": 8.841548697091639e-05, + "I": 8.249863458331674e-05, + "C": 3.7260553654050454e-05, + "R": 1.9068544133915566e-05, + "M": 0.0015308742877095938, + "O": 0.0005533155635930598, + "W": 2.088983637804631e-05, + "N": 9.246993613487575e-06, + "Y": 0.14190514385700226, + "U": 1.5475745840376476e-07, + "K": 0.00041306790080852807, + "L": 4.078156052855775e-05, + "G": 0.012417828664183617, + "F": 0.06709232181310654, + "E": 0.00025588503922335804, + "T": 0.02621433697640896, + "P": 0.0020265884231776, + "-": 0.7472910284996033 + }, + "id": "tp_20742" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2592759, + "label": "-", + "classification": { + "B": 5.565887681302506e-11, + "S": 1.248988135138518e-09, + "I": 6.4633507435019055e-09, + "C": 3.6391437419069916e-08, + "R": 2.3574232344003576e-08, + "M": 0.0004131886817049235, + "O": 2.1314917830750346e-06, + "W": 2.726358201698975e-11, + "N": 4.4893876485242734e-13, + "Y": 0.011213031597435474, + "U": 2.176529296759309e-15, + "K": 1.1154094920644893e-14, + "L": 2.1217326775513357e-06, + "G": 0.0012324616545811296, + "F": 0.00013290475180838257, + "E": 1.4030997474989704e-09, + "T": 0.0007230503251776099, + "P": 2.9568838044724544e-07, + "-": 0.9862806797027588 + }, + "id": "tp_20743" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2592893, + "label": "-", + "classification": { + "B": 1.2567687690534513e-07, + "S": 7.611632213411212e-08, + "I": 1.6766276189628115e-07, + "C": 2.3536520643574477e-07, + "R": 2.2558211298928654e-08, + "M": 3.3163798889290774e-06, + "O": 1.045176645675383e-06, + "W": 2.533894338796472e-08, + "N": 8.513553417799358e-09, + "Y": 8.207551582017913e-05, + "U": 2.9017982461354563e-10, + "K": 6.07511125849669e-08, + "L": 4.431458222597939e-08, + "G": 5.9489022532943636e-05, + "F": 0.02435968816280365, + "E": 1.1369542335160077e-05, + "T": 8.9757886598818e-06, + "P": 0.008804884739220142, + "-": 0.9666683673858643 + }, + "id": "tp_20744" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2593026, + "label": "-", + "classification": { + "B": 4.645345086373709e-07, + "S": 2.346893552385154e-06, + "I": 1.0071113365484052e-06, + "C": 2.8130123610026203e-05, + "R": 1.9668325421662303e-06, + "M": 0.0003434431564528495, + "O": 2.6813988370122388e-05, + "W": 2.73720900167973e-07, + "N": 5.80781360781657e-08, + "Y": 0.005240750033408403, + "U": 4.219132154759109e-09, + "K": 2.777711074486433e-07, + "L": 1.0531356565479655e-05, + "G": 0.0014980515697970986, + "F": 0.00830552913248539, + "E": 1.3214976206654683e-05, + "T": 0.0023805126547813416, + "P": 0.00044071118463762105, + "-": 0.981705904006958 + }, + "id": "tp_20745" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2593126, + "label": "-", + "classification": { + "B": 2.6764152494251903e-07, + "S": 1.654907237025327e-06, + "I": 3.632501588413106e-08, + "C": 3.499046101751446e-07, + "R": 1.0522030606807675e-06, + "M": 0.0033360538072884083, + "O": 0.00030681025236845016, + "W": 1.1367129815198496e-07, + "N": 9.848004356438622e-11, + "Y": 0.0024081331212073565, + "U": 3.1073511819190713e-12, + "K": 3.164066231242657e-12, + "L": 0.00015540930326096714, + "G": 0.0010463915532454848, + "F": 0.0012188798282295465, + "E": 3.303603435256264e-08, + "T": 0.001876985072158277, + "P": 8.886336217983626e-06, + "-": 0.9896390438079834 + }, + "id": "tp_20746" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2593260, + "label": "-", + "classification": { + "B": 1.460193410629529e-09, + "S": 1.6989500917219402e-09, + "I": 2.364460215176223e-06, + "C": 5.990752782736308e-08, + "R": 1.3201847615107454e-08, + "M": 1.1722141834979993e-06, + "O": 1.879632378631868e-07, + "W": 2.5933579728132372e-09, + "N": 5.00134866854296e-08, + "Y": 0.0003119543252978474, + "U": 1.917788816641064e-09, + "K": 3.292138046617765e-07, + "L": 4.414952403664074e-09, + "G": 1.108793821913423e-05, + "F": 0.0005868716980330646, + "E": 1.1819866813311819e-05, + "T": 5.0276052206754684e-05, + "P": 0.021420005708932877, + "-": 0.9776039123535156 + }, + "id": "tp_20747" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2593393, + "label": "-", + "classification": { + "B": 4.567757283524543e-09, + "S": 6.39899582211001e-08, + "I": 9.122570077124692e-08, + "C": 1.5716237200535943e-08, + "R": 3.047279406587222e-08, + "M": 0.00028039090102538466, + "O": 1.5946061466820538e-05, + "W": 1.161695362128512e-08, + "N": 2.999975545758815e-10, + "Y": 0.0006540999747812748, + "U": 8.242371195288367e-12, + "K": 1.423339397732537e-11, + "L": 2.2700573936162982e-06, + "G": 4.7355646529467776e-05, + "F": 0.000278188701486215, + "E": 7.701382997993278e-08, + "T": 0.0003504425403662026, + "P": 6.772718188585714e-05, + "-": 0.9983031749725342 + }, + "id": "tp_20748" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2593527, + "label": "-", + "classification": { + "B": 2.6864123015002406e-07, + "S": 1.0101310010668385e-07, + "I": 6.076345925976057e-06, + "C": 2.6852083578887687e-07, + "R": 5.099604294400706e-08, + "M": 0.00011118932161480188, + "O": 2.699480774026597e-06, + "W": 2.1744391176525824e-08, + "N": 1.3811225585413922e-07, + "Y": 0.001164379296824336, + "U": 3.2011007178311957e-09, + "K": 3.4306626162106113e-07, + "L": 2.612375737953698e-07, + "G": 0.00024530882365070283, + "F": 0.0009055077098309994, + "E": 0.00010457260214025155, + "T": 0.0004154827620368451, + "P": 0.004564717877656221, + "-": 0.992478609085083 + }, + "id": "tp_20749" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2593627, + "label": "-", + "classification": { + "B": 2.2943731892155483e-07, + "S": 1.4952604487916688e-06, + "I": 4.162752702541184e-06, + "C": 9.600457815395202e-06, + "R": 3.7744343899248634e-06, + "M": 0.001342675182968378, + "O": 6.222945376066491e-05, + "W": 3.8604301266786933e-07, + "N": 6.690200393677515e-08, + "Y": 0.05863872542977333, + "U": 3.86972232035987e-09, + "K": 1.5160867405938916e-06, + "L": 1.1286209883110132e-05, + "G": 0.006926300469785929, + "F": 0.003793833777308464, + "E": 1.1077471754106227e-05, + "T": 0.012566309422254562, + "P": 0.00010670350457075983, + "-": 0.9165196418762207 + }, + "id": "tp_20750" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2593760, + "label": "-", + "classification": { + "B": 5.1422164688119665e-05, + "S": 0.0034057314042001963, + "I": 3.298675801488571e-05, + "C": 4.030573109048419e-06, + "R": 1.0478486728970893e-05, + "M": 0.023149555549025536, + "O": 0.007938244380056858, + "W": 7.465188537025824e-05, + "N": 1.4246317050492507e-06, + "Y": 0.015699192881584167, + "U": 3.4388052405631697e-09, + "K": 1.4441705786794046e-07, + "L": 0.0004283619637135416, + "G": 0.004843775648623705, + "F": 0.015698930248618126, + "E": 2.3446098566637374e-05, + "T": 0.03493893891572952, + "P": 0.0005400492227636278, + "-": 0.8931586146354675 + }, + "id": "tp_20751" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2593894, + "label": "-", + "classification": { + "B": 5.672791569821811e-09, + "S": 5.520580998563673e-06, + "I": 5.635494062516955e-07, + "C": 3.8989347217466275e-07, + "R": 2.515212997877825e-07, + "M": 0.00016616198990959674, + "O": 2.6597808755468577e-05, + "W": 3.2967739116429584e-07, + "N": 4.268188291689512e-08, + "Y": 0.18869777023792267, + "U": 3.2397366039882414e-11, + "K": 2.3252936443896033e-05, + "L": 4.205826940051338e-07, + "G": 0.0024581179022789, + "F": 0.100422702729702, + "E": 9.85263704933459e-06, + "T": 0.009790990501642227, + "P": 4.835418803850189e-05, + "-": 0.6983486413955688 + }, + "id": "tp_20752" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2594027, + "label": "-", + "classification": { + "B": 3.8516465017401913e-10, + "S": 8.1750983760287e-10, + "I": 4.792359220573417e-08, + "C": 3.905505252532748e-08, + "R": 4.539441711415293e-09, + "M": 6.931406915100524e-07, + "O": 1.1895050988641742e-07, + "W": 8.679355567586811e-10, + "N": 1.320685005801181e-09, + "Y": 6.647599366260692e-05, + "U": 1.4347655008517535e-10, + "K": 3.380076520898001e-07, + "L": 2.5739659292867145e-09, + "G": 1.3304228559718467e-05, + "F": 0.00030998390866443515, + "E": 1.5663083559047664e-06, + "T": 1.1585798347368836e-05, + "P": 0.0007066153339110315, + "-": 0.9988893866539001 + }, + "id": "tp_20753" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2594127, + "label": "-", + "classification": { + "B": 5.54686994291842e-06, + "S": 4.533777428150643e-06, + "I": 3.893340544891544e-05, + "C": 3.9050073610269465e-06, + "R": 2.099549647027743e-06, + "M": 0.0006586292292922735, + "O": 6.44260217086412e-05, + "W": 1.2701652849500533e-06, + "N": 1.0275816748617217e-06, + "Y": 0.00287045631557703, + "U": 1.690249149532974e-07, + "K": 5.081986387267534e-07, + "L": 2.4939939976320602e-05, + "G": 0.000538680877070874, + "F": 0.0057674008421599865, + "E": 4.9142709031002596e-05, + "T": 0.0022034633439034224, + "P": 0.007508616428822279, + "-": 0.980256199836731 + }, + "id": "tp_20754" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2594261, + "label": "-", + "classification": { + "B": 7.0689843596483115e-06, + "S": 1.5536727005383e-05, + "I": 4.068788621225394e-05, + "C": 2.082895844068844e-05, + "R": 1.1803689631051384e-05, + "M": 0.003676868509501219, + "O": 0.0003376261447556317, + "W": 4.065773282491136e-06, + "N": 1.952629190782318e-06, + "Y": 0.021507447585463524, + "U": 2.919107373600127e-07, + "K": 4.236715085426113e-06, + "L": 0.0001673025981290266, + "G": 0.007178771775215864, + "F": 0.020167646929621696, + "E": 0.00013011012924835086, + "T": 0.008112252689898014, + "P": 0.004256958141922951, + "-": 0.9343585968017578 + }, + "id": "tp_20755" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2594394, + "label": "-", + "classification": { + "B": 2.336897341592703e-05, + "S": 0.00012782306293956935, + "I": 5.464042260427959e-06, + "C": 3.3767824788810685e-05, + "R": 5.250572939985432e-05, + "M": 0.012048261240124702, + "O": 0.006238427944481373, + "W": 5.504536966327578e-05, + "N": 2.862415442450583e-07, + "Y": 0.00414814380928874, + "U": 5.371696332190368e-08, + "K": 3.31193810154673e-08, + "L": 0.0022948405239731073, + "G": 0.0029778541065752506, + "F": 0.0044089434668421745, + "E": 6.005587692925474e-06, + "T": 0.00487182242795825, + "P": 0.0004009246767964214, + "-": 0.9623064398765564 + }, + "id": "tp_20756" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2594528, + "label": "-", + "classification": { + "B": 5.981605966098869e-08, + "S": 1.8033356141700096e-08, + "I": 2.0395746105350554e-06, + "C": 1.2512511204931798e-07, + "R": 4.212488136090542e-08, + "M": 0.00013602977560367435, + "O": 2.0030388441227842e-06, + "W": 3.1438871506139776e-09, + "N": 7.766087328775484e-09, + "Y": 0.001649047713726759, + "U": 4.0211065033268767e-10, + "K": 3.3454938819232893e-10, + "L": 3.5700313105735404e-07, + "G": 0.0001044315067701973, + "F": 0.00016729648632463068, + "E": 2.2604194782616105e-06, + "T": 0.0004946402623318136, + "P": 0.0017766236560419202, + "-": 0.9956651329994202 + }, + "id": "tp_20757" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2594628, + "label": "-", + "classification": { + "B": 3.3863858561744564e-07, + "S": 1.080520860341494e-06, + "I": 1.1833260593618888e-08, + "C": 1.3149171707027563e-07, + "R": 8.708457954753612e-09, + "M": 6.933387339813635e-05, + "O": 7.647690836165566e-06, + "W": 2.987800939990848e-08, + "N": 1.2151036843377483e-09, + "Y": 0.0003481186577118933, + "U": 1.6653239551245314e-11, + "K": 4.982682710874542e-08, + "L": 1.7710614201860153e-06, + "G": 0.0015880735591053963, + "F": 0.08313407748937607, + "E": 1.0196644325333182e-05, + "T": 0.00010254038352286443, + "P": 0.00031018455047160387, + "-": 0.9144264459609985 + }, + "id": "tp_20758" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2594761, + "label": "-", + "classification": { + "B": 1.4713678865518887e-05, + "S": 4.650135451811366e-06, + "I": 0.00031484290957450867, + "C": 2.845773906301474e-06, + "R": 6.726195920236933e-07, + "M": 0.0027860477566719055, + "O": 5.800804865430109e-05, + "W": 8.710123893251875e-07, + "N": 4.290905053494498e-06, + "Y": 0.0013534517493098974, + "U": 5.335470021350375e-08, + "K": 2.813168009652145e-07, + "L": 1.626263838261366e-05, + "G": 0.001188821392133832, + "F": 0.0038791820406913757, + "E": 0.0027679859194904566, + "T": 0.001339638838544488, + "P": 0.0638921782374382, + "-": 0.9223752617835999 + }, + "id": "tp_20759" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2594895, + "label": "-", + "classification": { + "B": 7.9035362432478e-07, + "S": 2.6921219387077144e-07, + "I": 3.835095776594244e-05, + "C": 7.872212881920859e-05, + "R": 6.750109605491161e-06, + "M": 0.00022273643116932362, + "O": 1.7320107872365043e-05, + "W": 2.4494383410456066e-07, + "N": 1.1602443237279658e-06, + "Y": 0.0011438234942033887, + "U": 2.976521784603392e-07, + "K": 3.4251354463776806e-07, + "L": 4.116005584364757e-06, + "G": 0.0002980312565341592, + "F": 0.0016834496054798365, + "E": 6.72485475661233e-05, + "T": 0.00046180389472283423, + "P": 0.017752593383193016, + "-": 0.9782218933105469 + }, + "id": "tp_20760" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2595028, + "label": "-", + "classification": { + "B": 5.514332883649331e-07, + "S": 9.377424134981993e-07, + "I": 9.980403774534352e-06, + "C": 1.05681351669773e-06, + "R": 7.242084052450082e-07, + "M": 0.00024618025054223835, + "O": 2.3843558665248565e-05, + "W": 1.8152493908019096e-07, + "N": 2.2731880733317666e-07, + "Y": 0.004502501338720322, + "U": 5.7248685791932985e-09, + "K": 4.0856569683001e-08, + "L": 2.6616628474585013e-06, + "G": 0.0004845044168177992, + "F": 0.004124456085264683, + "E": 1.6245758160948753e-05, + "T": 0.000898435537237674, + "P": 0.006976238451898098, + "-": 0.982711136341095 + }, + "id": "tp_20761" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2595128, + "label": "-", + "classification": { + "B": 1.1151267642617313e-07, + "S": 6.85049599269405e-08, + "I": 7.093221654486115e-08, + "C": 3.543150772777892e-10, + "R": 3.753636568237795e-10, + "M": 1.82868152478477e-05, + "O": 2.581173021098948e-06, + "W": 2.712083668754417e-09, + "N": 5.477563957967391e-10, + "Y": 3.3299224014626816e-05, + "U": 3.652259484426823e-12, + "K": 5.6966831425697695e-12, + "L": 8.511688065482304e-08, + "G": 4.8221331780951004e-06, + "F": 0.0001012255743262358, + "E": 1.635237936170597e-07, + "T": 6.685257540084422e-05, + "P": 0.0010693988297134638, + "-": 0.9987030029296875 + }, + "id": "tp_20762" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2595262, + "label": "-", + "classification": { + "B": 2.326029061805457e-06, + "S": 4.688665740104625e-07, + "I": 6.28072803010582e-06, + "C": 2.730481810431229e-06, + "R": 5.307281867317215e-07, + "M": 0.00012366224837023765, + "O": 1.722108936519362e-05, + "W": 1.8485030750525766e-07, + "N": 1.8848984950636805e-07, + "Y": 0.00045757635962218046, + "U": 2.7771410060495327e-08, + "K": 9.151560398379388e-09, + "L": 7.857276614231523e-06, + "G": 0.00020136595412623137, + "F": 0.002749895676970482, + "E": 2.176544876419939e-05, + "T": 0.00045088352635502815, + "P": 0.026730390265583992, + "-": 0.969226598739624 + }, + "id": "tp_20763" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2595395, + "label": "-", + "classification": { + "B": 3.332656888233032e-07, + "S": 9.576689308232744e-07, + "I": 0.00022043354692868888, + "C": 1.2293423424125649e-05, + "R": 6.066383775760187e-06, + "M": 0.0008143268642015755, + "O": 3.2713753171265125e-05, + "W": 5.1860354233213e-07, + "N": 2.4459386622766033e-06, + "Y": 0.011318441480398178, + "U": 8.417185171083474e-08, + "K": 4.553851340460824e-07, + "L": 4.441509190655779e-06, + "G": 0.0006487462669610977, + "F": 0.0019104507518932223, + "E": 7.990063022589311e-05, + "T": 0.004540623165667057, + "P": 0.012103144079446793, + "-": 0.9683037400245667 + }, + "id": "tp_20764" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2595529, + "label": "-", + "classification": { + "B": 1.0708023978622805e-07, + "S": 1.2253445902388194e-06, + "I": 6.424869934562594e-05, + "C": 2.904179746110458e-05, + "R": 8.294145118270535e-06, + "M": 0.00026822270592674613, + "O": 4.692374568548985e-05, + "W": 1.5182762354015722e-06, + "N": 2.417225914541632e-06, + "Y": 0.00882208626717329, + "U": 7.087027142915758e-08, + "K": 3.8088135625002906e-05, + "L": 2.3024938400340034e-06, + "G": 0.000828210380859673, + "F": 0.004393802490085363, + "E": 0.00017526106967125088, + "T": 0.0018741391832008958, + "P": 0.00506048696115613, + "-": 0.9783836007118225 + }, + "id": "tp_20765" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2595629, + "label": "-", + "classification": { + "B": 1.61729634129415e-08, + "S": 1.3623753680747086e-08, + "I": 1.4219713193597272e-06, + "C": 4.218834348534983e-08, + "R": 5.493355104135844e-09, + "M": 8.227909802371869e-07, + "O": 7.535837198702211e-07, + "W": 4.603477155029623e-09, + "N": 4.998688396540274e-08, + "Y": 1.9519995476002805e-05, + "U": 1.0473398814880852e-09, + "K": 5.559699811641394e-09, + "L": 2.0464513639240067e-08, + "G": 3.719740789165371e-06, + "F": 0.00030231993878260255, + "E": 2.1023770386818796e-06, + "T": 2.7413801944931038e-05, + "P": 0.033274151384830475, + "-": 0.9663676023483276 + }, + "id": "tp_20766" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2595762, + "label": "-", + "classification": { + "B": 8.465530640933139e-07, + "S": 7.092930445651291e-06, + "I": 6.160763859952567e-06, + "C": 6.269609457376646e-06, + "R": 2.060103270196123e-06, + "M": 0.0003746155125554651, + "O": 4.17487790400628e-05, + "W": 1.2848311143898172e-06, + "N": 7.998380056051246e-07, + "Y": 0.0027386501897126436, + "U": 9.586626248392349e-08, + "K": 1.1297842320345808e-05, + "L": 5.770142252004007e-06, + "G": 0.00039326108526438475, + "F": 0.029073096811771393, + "E": 4.538161738310009e-05, + "T": 0.0024796316865831614, + "P": 0.004819367080926895, + "-": 0.9599925875663757 + }, + "id": "tp_20767" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2595896, + "label": "-", + "classification": { + "B": 1.1035054740204941e-05, + "S": 4.6216791815822944e-05, + "I": 0.00010052492143586278, + "C": 4.353719123173505e-05, + "R": 1.0089040188177023e-05, + "M": 0.00026298940065316856, + "O": 0.0002058253448922187, + "W": 2.7284060706733726e-05, + "N": 4.1054703615373e-05, + "Y": 0.0038240838330239058, + "U": 4.744225861941231e-06, + "K": 0.00017396616749465466, + "L": 2.425452294119168e-05, + "G": 0.0010521983494982123, + "F": 0.08856386691331863, + "E": 0.0007280115387402475, + "T": 0.0019105290994048119, + "P": 0.11784608662128448, + "-": 0.7851237654685974 + }, + "id": "tp_20768" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2596029, + "label": "-", + "classification": { + "B": 5.170343264637722e-09, + "S": 3.198196907305828e-08, + "I": 2.1764137159152597e-08, + "C": 6.035723032482565e-09, + "R": 4.228973837783201e-10, + "M": 1.4197721611708403e-06, + "O": 3.572846765109716e-07, + "W": 1.8598135254066506e-09, + "N": 1.0639996661510054e-09, + "Y": 1.6222915292019024e-05, + "U": 1.2148278043244698e-11, + "K": 4.7257247004495184e-09, + "L": 8.942468099348844e-09, + "G": 5.516679721040418e-06, + "F": 0.003553649177774787, + "E": 1.4225653330868226e-06, + "T": 9.301982572651468e-06, + "P": 0.00260190200060606, + "-": 0.9938101172447205 + }, + "id": "tp_20769" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2596129, + "label": "-", + "classification": { + "B": 7.606153928918502e-08, + "S": 1.8314108274353202e-06, + "I": 1.088448152586352e-05, + "C": 1.2165997986812727e-07, + "R": 7.432239357285653e-08, + "M": 5.147695446794387e-06, + "O": 1.072951727110194e-05, + "W": 3.4586517472234846e-07, + "N": 1.4671561530121835e-06, + "Y": 5.703527858713642e-05, + "U": 1.4426973393710796e-08, + "K": 2.153105782554121e-07, + "L": 1.7988001843605161e-07, + "G": 5.595577476924518e-06, + "F": 0.0011105025187134743, + "E": 3.2214315979217645e-06, + "T": 0.00031788935302756727, + "P": 0.07805656641721725, + "-": 0.9204181432723999 + }, + "id": "tp_20770" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2596263, + "label": "-", + "classification": { + "B": 2.5353441568398694e-09, + "S": 3.0234115655503047e-08, + "I": 3.416955252077969e-08, + "C": 5.647625656024502e-08, + "R": 1.224634171848038e-08, + "M": 6.393830699380487e-05, + "O": 1.9715619146154495e-06, + "W": 9.113314547448681e-10, + "N": 1.990852482869343e-10, + "Y": 0.0008227629587054253, + "U": 1.1510846529422247e-12, + "K": 1.5686793530811372e-10, + "L": 1.4680348670026433e-07, + "G": 0.00010813586413860321, + "F": 0.0006378358812071383, + "E": 1.506619469182624e-07, + "T": 0.000327189511153847, + "P": 8.229940431192517e-05, + "-": 0.9979554414749146 + }, + "id": "tp_20771" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2596396, + "label": "-", + "classification": { + "B": 5.230701635716706e-11, + "S": 3.954281624363176e-10, + "I": 4.214418538595055e-07, + "C": 4.9545285207841516e-08, + "R": 1.4892572508529156e-08, + "M": 2.5892190933518577e-06, + "O": 2.811290187310078e-07, + "W": 1.2501248924934316e-09, + "N": 7.890339936977853e-09, + "Y": 0.00016072887228801847, + "U": 2.456665426642246e-10, + "K": 4.22356009721625e-07, + "L": 4.13978007429705e-09, + "G": 7.919089512142818e-06, + "F": 0.00045879732351750135, + "E": 2.512974560886505e-06, + "T": 4.2283845687052235e-05, + "P": 0.0024142013862729073, + "-": 0.9969096779823303 + }, + "id": "tp_20772" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2596530, + "label": "-", + "classification": { + "B": 3.314442267310369e-07, + "S": 7.854613613744732e-06, + "I": 7.273524715856183e-07, + "C": 1.0044946918696951e-07, + "R": 9.036853754196272e-08, + "M": 0.00011810488649643958, + "O": 2.759407834673766e-05, + "W": 4.6058931957304594e-07, + "N": 3.491894418061747e-08, + "Y": 0.0006240028305910528, + "U": 4.4840101076637495e-10, + "K": 6.259406859498995e-08, + "L": 9.423337132830056e-07, + "G": 5.68699324503541e-05, + "F": 0.007939985021948814, + "E": 2.7387475256546168e-06, + "T": 0.0005459084059111774, + "P": 0.0011963197030127048, + "-": 0.989477813243866 + }, + "id": "tp_20773" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2596630, + "label": "-", + "classification": { + "B": 1.0923891125003138e-07, + "S": 6.116552526691521e-07, + "I": 1.520775185781531e-06, + "C": 1.409067408530973e-06, + "R": 5.039310053689405e-07, + "M": 0.00012398244871292263, + "O": 2.1321549866115674e-05, + "W": 2.6153671228712483e-07, + "N": 9.059074557171698e-08, + "Y": 0.0004702489823102951, + "U": 2.1445975662004457e-08, + "K": 1.4424020378100977e-07, + "L": 2.3503378088207683e-06, + "G": 5.459852400235832e-05, + "F": 0.0028693664353340864, + "E": 2.6569296096567996e-06, + "T": 0.0005508789326995611, + "P": 0.0029308777302503586, + "-": 0.9929689764976501 + }, + "id": "tp_20774" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2596763, + "label": "-", + "classification": { + "B": 7.770418752883756e-10, + "S": 6.039786626388377e-07, + "I": 6.000390158078517e-07, + "C": 7.415406798827462e-06, + "R": 4.151573648414342e-06, + "M": 0.00010814020060934126, + "O": 5.341853102436289e-05, + "W": 3.722317671872588e-07, + "N": 4.31571400838493e-08, + "Y": 0.015050358138978481, + "U": 4.099820039016322e-09, + "K": 6.956848210393218e-06, + "L": 4.944853571942076e-06, + "G": 0.0023584775626659393, + "F": 0.04240495339035988, + "E": 2.1327753074729117e-06, + "T": 0.0014422378735616803, + "P": 0.00024707429111003876, + "-": 0.9383081197738647 + }, + "id": "tp_20775" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2596897, + "label": "-", + "classification": { + "B": 6.4010573623818345e-06, + "S": 1.1847504538309295e-05, + "I": 0.0001948973658727482, + "C": 2.681816476979293e-05, + "R": 1.1502745110192336e-05, + "M": 0.00040689852903597057, + "O": 0.0001453996665077284, + "W": 8.876518222677987e-06, + "N": 2.1113450202392414e-05, + "Y": 0.0028112060390412807, + "U": 2.6684924705477897e-06, + "K": 4.4731033995049074e-05, + "L": 1.1368723789928481e-05, + "G": 0.000571320706512779, + "F": 0.0122713977470994, + "E": 0.00038671173388138413, + "T": 0.0015459716087207198, + "P": 0.06606678664684296, + "-": 0.915454089641571 + }, + "id": "tp_20776" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2597030, + "label": "-", + "classification": { + "B": 1.6291546955926606e-07, + "S": 5.992353635519976e-08, + "I": 2.63370143471775e-08, + "C": 6.208260572293511e-08, + "R": 8.626581227133556e-09, + "M": 2.4061968360911123e-05, + "O": 3.206047722414951e-06, + "W": 1.0148402118659305e-08, + "N": 8.118802852230544e-10, + "Y": 3.203928281436674e-05, + "U": 6.145140646340863e-11, + "K": 3.212670685037722e-10, + "L": 5.645308078783273e-07, + "G": 1.1738469765987247e-05, + "F": 0.0008032815530896187, + "E": 1.3890138461647439e-06, + "T": 3.082524563069455e-05, + "P": 0.0008923559216782451, + "-": 0.9982001781463623 + }, + "id": "tp_20777" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2597130, + "label": "-", + "classification": { + "B": 4.414877184899524e-05, + "S": 5.088900252303574e-06, + "I": 0.001785199623554945, + "C": 0.0011806320399045944, + "R": 0.0002449846942909062, + "M": 0.004743919707834721, + "O": 0.0002727617393247783, + "W": 1.0696033314161468e-05, + "N": 4.4486383558250964e-05, + "Y": 0.016709845513105392, + "U": 6.190784915816039e-06, + "K": 4.10873799410183e-05, + "L": 8.095181692624465e-05, + "G": 0.0068222638219594955, + "F": 0.0037395148538053036, + "E": 0.0037974093575030565, + "T": 0.006275231018662453, + "P": 0.028044724836945534, + "-": 0.9261507987976074 + }, + "id": "tp_20778" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2597264, + "label": "-", + "classification": { + "B": 8.115673466591034e-09, + "S": 1.422620954372178e-08, + "I": 4.341333806223702e-06, + "C": 9.207487323692476e-07, + "R": 1.0204592371110266e-07, + "M": 5.308304935169872e-06, + "O": 8.223125291806355e-07, + "W": 2.6581860268493074e-08, + "N": 7.464159068604204e-08, + "Y": 0.0002810658479575068, + "U": 1.6204721120516297e-08, + "K": 4.5126049030841386e-07, + "L": 4.2757807960924765e-08, + "G": 1.982158937607892e-05, + "F": 0.00048590530059300363, + "E": 5.0934650062117726e-06, + "T": 8.235729910666123e-05, + "P": 0.018630946055054665, + "-": 0.9804826974868774 + }, + "id": "tp_20779" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2597397, + "label": "-", + "classification": { + "B": 1.390428483460937e-08, + "S": 8.936489592770158e-08, + "I": 5.759067178701116e-08, + "C": 1.1320216231069935e-07, + "R": 2.759259665197078e-08, + "M": 5.967474407952977e-06, + "O": 2.938777470262721e-06, + "W": 1.8488117703441276e-08, + "N": 2.3334056908907996e-09, + "Y": 1.421873275830876e-05, + "U": 1.2070336397052017e-10, + "K": 1.0811657125131546e-09, + "L": 1.6182139006559737e-07, + "G": 4.324690053181257e-06, + "F": 0.0015573897399008274, + "E": 2.427610183985962e-07, + "T": 1.7347943867207505e-05, + "P": 0.002873718272894621, + "-": 0.9955234527587891 + }, + "id": "tp_20780" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2597531, + "label": "-", + "classification": { + "B": 1.6638456372675137e-06, + "S": 8.64604317030171e-06, + "I": 8.47372502903454e-05, + "C": 9.788274837774225e-06, + "R": 2.449399062243174e-06, + "M": 0.001558014191687107, + "O": 0.00014350922720041126, + "W": 2.262542921016575e-06, + "N": 5.759270152339013e-06, + "Y": 0.0022536665201187134, + "U": 3.5178612733943737e-07, + "K": 1.0986005918312003e-06, + "L": 1.3221389053796884e-05, + "G": 0.0003081618924625218, + "F": 0.002112074987962842, + "E": 0.00012361632252577692, + "T": 0.003599290270358324, + "P": 0.015110097825527191, + "-": 0.9746615886688232 + }, + "id": "tp_20781" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2597631, + "label": "-", + "classification": { + "B": 1.4061771480555763e-07, + "S": 6.27670772246347e-07, + "I": 1.2369924661470577e-05, + "C": 7.311938134080265e-06, + "R": 4.550623543764232e-06, + "M": 2.329342532902956e-05, + "O": 1.4116460079094395e-05, + "W": 6.024512799740478e-07, + "N": 2.95464360533515e-07, + "Y": 0.000916592194698751, + "U": 9.70556115476029e-08, + "K": 4.767868517774332e-07, + "L": 2.1820703750563553e-06, + "G": 8.06285097496584e-05, + "F": 0.0052995397709310055, + "E": 3.3036094464478083e-06, + "T": 0.0004653050855267793, + "P": 0.0064068567007780075, + "-": 0.9867616891860962 + }, + "id": "tp_20782" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2597764, + "label": "-", + "classification": { + "B": 1.4535102315542739e-15, + "S": 2.153214238853618e-12, + "I": 9.72271742283315e-12, + "C": 7.908464681738447e-12, + "R": 3.4871144600351345e-12, + "M": 4.381551121923621e-09, + "O": 7.479212804639701e-10, + "W": 5.061868350690613e-13, + "N": 7.660870906828904e-14, + "Y": 2.871556262107333e-06, + "U": 7.783404281165487e-16, + "K": 2.1100463390433255e-11, + "L": 1.8894996244717133e-12, + "G": 6.764220294996903e-09, + "F": 0.00010034983279183507, + "E": 5.3225746726726086e-11, + "T": 3.1227176577885984e-07, + "P": 1.841414450609591e-05, + "-": 0.9998779296875 + }, + "id": "tp_20783" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2597898, + "label": "-", + "classification": { + "B": 3.0457773192438253e-08, + "S": 6.276458179854671e-07, + "I": 4.034399353258777e-06, + "C": 1.0078911145683378e-06, + "R": 1.9311796961574146e-07, + "M": 0.0004531835438683629, + "O": 2.2085116142989136e-05, + "W": 1.0664438576668545e-07, + "N": 8.273472218434108e-08, + "Y": 0.0015290607698261738, + "U": 1.8650905264649964e-09, + "K": 3.8307476302179566e-07, + "L": 1.0772632776934188e-06, + "G": 0.00040473692934028804, + "F": 0.0022797915153205395, + "E": 1.1648176041489933e-05, + "T": 0.0011882255785167217, + "P": 0.0004709658969659358, + "-": 0.9936328530311584 + }, + "id": "tp_20784" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2598031, + "label": "-", + "classification": { + "B": 1.9714429200234918e-08, + "S": 4.743055281863917e-09, + "I": 5.56281884200871e-06, + "C": 1.147335296991514e-06, + "R": 9.299005654384018e-08, + "M": 6.537902663694695e-06, + "O": 7.081293347255269e-07, + "W": 1.2641370616961467e-08, + "N": 7.604552365592099e-08, + "Y": 0.00020652312377933413, + "U": 7.470317697766404e-09, + "K": 1.6663430812968727e-07, + "L": 4.6856630575575764e-08, + "G": 3.455365731497295e-05, + "F": 0.0004424513317644596, + "E": 1.089814213628415e-05, + "T": 5.39803622814361e-05, + "P": 0.01868019811809063, + "-": 0.9805569648742676 + }, + "id": "tp_20785" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2598131, + "label": "-", + "classification": { + "B": 1.3735799164749096e-08, + "S": 7.503179944023941e-08, + "I": 2.8941562050022185e-05, + "C": 1.3920860055804951e-06, + "R": 1.9755863434056664e-07, + "M": 7.744317372271325e-06, + "O": 3.7672305097657954e-06, + "W": 1.0176499642966519e-07, + "N": 2.363257863180479e-06, + "Y": 0.0002055375516647473, + "U": 8.878166823933498e-08, + "K": 1.3422736628854182e-05, + "L": 9.282206292482442e-08, + "G": 5.3454139560926706e-05, + "F": 0.0018154338467866182, + "E": 0.00012462845188565552, + "T": 0.0001783530315151438, + "P": 0.08335822075605392, + "-": 0.9142062067985535 + }, + "id": "tp_20786" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2598265, + "label": "-", + "classification": { + "B": 1.1814329354820075e-06, + "S": 2.389605015196139e-06, + "I": 6.970800313865766e-05, + "C": 3.48060202668421e-05, + "R": 3.4952061014337232e-06, + "M": 0.00017620078870095313, + "O": 4.928558337269351e-05, + "W": 1.6975681091935257e-06, + "N": 6.696471700706752e-06, + "Y": 0.001985583221539855, + "U": 9.674499779066537e-07, + "K": 9.550765753374435e-06, + "L": 4.202535365038784e-06, + "G": 0.0003332046326249838, + "F": 0.0038812505081295967, + "E": 0.00012697561760433018, + "T": 0.0008348519331775606, + "P": 0.04530119150876999, + "-": 0.9471766948699951 + }, + "id": "tp_20787" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2598398, + "label": "-", + "classification": { + "B": 1.3150140603102045e-06, + "S": 7.428732351399958e-05, + "I": 4.386376895126887e-05, + "C": 8.095326484180987e-05, + "R": 3.8578291423618793e-05, + "M": 0.0008634323603473604, + "O": 0.0006142141646705568, + "W": 2.9586139135062695e-05, + "N": 9.609309017832857e-06, + "Y": 0.004815202672034502, + "U": 7.479680448341242e-07, + "K": 3.796067176153883e-05, + "L": 8.227390935644507e-05, + "G": 0.0019403926562517881, + "F": 0.07448770105838776, + "E": 0.0003137144085485488, + "T": 0.00258336728438735, + "P": 0.017286047339439392, + "-": 0.8966968655586243 + }, + "id": "tp_20788" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2598532, + "label": "-", + "classification": { + "B": 2.574030155688689e-10, + "S": 6.186019751996952e-11, + "I": 2.2941555322120166e-09, + "C": 9.61389926001921e-11, + "R": 1.3265694098762992e-11, + "M": 1.1779573583226011e-07, + "O": 1.0182472642839002e-08, + "W": 1.3555773691054096e-11, + "N": 8.869683633394576e-12, + "Y": 1.7209681573149282e-06, + "U": 1.6659532098024094e-13, + "K": 9.925601139604279e-12, + "L": 1.5515921880648875e-10, + "G": 3.1331293826042383e-07, + "F": 4.064947279402986e-05, + "E": 3.233200729368946e-08, + "T": 7.316646701838181e-07, + "P": 0.0009045065380632877, + "-": 0.9990519881248474 + }, + "id": "tp_20789" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2598632, + "label": "-", + "classification": { + "B": 5.5355573458371055e-09, + "S": 4.3595645138339023e-07, + "I": 1.3367194640068192e-07, + "C": 5.209531650507415e-07, + "R": 6.145424435999303e-08, + "M": 2.825571755238343e-05, + "O": 4.923509095533518e-06, + "W": 5.449167517213027e-08, + "N": 1.4063600950464661e-08, + "Y": 0.0008533131331205368, + "U": 2.5760646393813147e-10, + "K": 1.1504603207868058e-06, + "L": 5.044303748036327e-07, + "G": 0.0003147692477796227, + "F": 0.09222900122404099, + "E": 1.3009665053687058e-05, + "T": 0.0001598158123670146, + "P": 0.0013050835113972425, + "-": 0.9050889611244202 + }, + "id": "tp_20790" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2598765, + "label": "-", + "classification": { + "B": 2.0478895024211852e-08, + "S": 9.77241398913975e-08, + "I": 4.5119450078345835e-05, + "C": 6.799802577006631e-06, + "R": 9.275468642044871e-07, + "M": 1.638848516449798e-05, + "O": 6.7490873334463686e-06, + "W": 1.3447504443320213e-07, + "N": 1.7960519471671432e-06, + "Y": 0.0003108836244791746, + "U": 9.122609156975159e-08, + "K": 1.3390550748226815e-06, + "L": 2.9758922437395086e-07, + "G": 5.301798591972329e-05, + "F": 0.0013831458054482937, + "E": 1.9490262275212444e-05, + "T": 0.0002733175933826715, + "P": 0.050859373062849045, + "-": 0.9470210075378418 + }, + "id": "tp_20791" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2598899, + "label": "-", + "classification": { + "B": 1.1667631838463421e-07, + "S": 3.677207132568583e-06, + "I": 1.3982743496399053e-07, + "C": 1.2053982345605618e-07, + "R": 4.86107509800604e-08, + "M": 0.0001378843589918688, + "O": 3.213889431208372e-05, + "W": 2.6358412696936284e-07, + "N": 1.4579456752983333e-08, + "Y": 0.0011580389691516757, + "U": 7.332014440031287e-10, + "K": 5.841042138854391e-07, + "L": 2.3044910903990967e-06, + "G": 0.0003995514416601509, + "F": 0.015439843758940697, + "E": 7.546485448983731e-06, + "T": 0.00041853528819046915, + "P": 0.0005852291942574084, + "-": 0.9818140864372253 + }, + "id": "tp_20792" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2599032, + "label": "-", + "classification": { + "B": 7.797503087658697e-09, + "S": 4.307802470293609e-08, + "I": 1.036122057485045e-06, + "C": 4.5445343488381695e-08, + "R": 5.092423549513114e-08, + "M": 1.1414601431170013e-05, + "O": 2.9549325972766383e-06, + "W": 3.0853019694632167e-08, + "N": 1.246886238703837e-08, + "Y": 0.00020164808665867895, + "U": 8.133441142810227e-10, + "K": 1.1621969164821166e-08, + "L": 7.96303112338137e-08, + "G": 6.75894261803478e-06, + "F": 0.0009052507812157273, + "E": 4.178023971235234e-07, + "T": 0.00010245433077216148, + "P": 0.002609499031677842, + "-": 0.9961583018302917 + }, + "id": "tp_20793" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2599132, + "label": "-", + "classification": { + "B": 1.6760288872319506e-06, + "S": 9.422976290807128e-06, + "I": 2.126511935784947e-05, + "C": 2.1721780285588466e-06, + "R": 7.45488023312646e-07, + "M": 0.00022940959024708718, + "O": 7.194335921667516e-05, + "W": 3.6205954074830515e-06, + "N": 2.9404259294096846e-06, + "Y": 0.0018861659336835146, + "U": 1.285859525523847e-07, + "K": 3.826079046120867e-05, + "L": 2.754398565230076e-06, + "G": 0.00029047392308712006, + "F": 0.022820668295025826, + "E": 0.00021367892622947693, + "T": 0.0017485038843005896, + "P": 0.012483589351177216, + "-": 0.9601725339889526 + }, + "id": "tp_20794" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2599266, + "label": "-", + "classification": { + "B": 0.00016610870079603046, + "S": 0.00020906691497657448, + "I": 0.0001565807469887659, + "C": 2.5829060177784413e-05, + "R": 8.6008440121077e-06, + "M": 0.0002564402238931507, + "O": 0.0003378101682756096, + "W": 4.492363950703293e-05, + "N": 5.688344390364364e-05, + "Y": 0.00041352302650921047, + "U": 3.424730948609067e-06, + "K": 2.6628689738572575e-05, + "L": 5.279686229187064e-05, + "G": 0.0004917767364531755, + "F": 0.04026341810822487, + "E": 0.0009871069341897964, + "T": 0.0008688947418704629, + "P": 0.25290176272392273, + "-": 0.7027283906936646 + }, + "id": "tp_20795" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2599399, + "label": "-", + "classification": { + "B": 8.37597191605255e-09, + "S": 8.823320030160176e-08, + "I": 3.252879707815737e-07, + "C": 3.1637628694625164e-07, + "R": 4.000520803515428e-08, + "M": 3.7796176002302673e-06, + "O": 1.5595176137139788e-06, + "W": 5.2317236765020425e-08, + "N": 4.9377888444723794e-08, + "Y": 0.0004219298134557903, + "U": 1.8238701660067136e-09, + "K": 1.4249429113988299e-05, + "L": 3.196271336491918e-08, + "G": 5.3249405027600005e-05, + "F": 0.013189961202442646, + "E": 1.109499135054648e-05, + "T": 9.070675150724128e-05, + "P": 0.0036129930522292852, + "-": 0.9825996160507202 + }, + "id": "tp_20796" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2599533, + "label": "-", + "classification": { + "B": 5.107051448405286e-10, + "S": 5.926781287968197e-10, + "I": 1.0566084540641896e-07, + "C": 2.812883481695394e-09, + "R": 1.5655517993096169e-09, + "M": 2.8715516009469866e-07, + "O": 6.477090153111931e-08, + "W": 4.816077536773378e-10, + "N": 1.2795683401733982e-09, + "Y": 2.2584357793675736e-05, + "U": 2.1835320010432646e-11, + "K": 3.990995534053354e-09, + "L": 4.825889132753503e-10, + "G": 6.433311341424996e-07, + "F": 0.00010460634075570852, + "E": 1.3593411551937606e-07, + "T": 7.380685929092579e-06, + "P": 0.00642218254506588, + "-": 0.9934419393539429 + }, + "id": "tp_20797" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2599633, + "label": "-", + "classification": { + "B": 1.1790135431510862e-05, + "S": 2.0103962015127763e-06, + "I": 1.4962133718654513e-05, + "C": 2.09589816222433e-05, + "R": 2.507900489945314e-06, + "M": 0.0003450209042057395, + "O": 5.10379031766206e-05, + "W": 9.519052923678828e-07, + "N": 1.4282406937127234e-06, + "Y": 0.0016846942016854882, + "U": 2.9703355153287703e-07, + "K": 2.0539000615826808e-05, + "L": 1.2715974662569351e-05, + "G": 0.002301465952768922, + "F": 0.006072924006730318, + "E": 0.00028961661155335605, + "T": 0.0007573089096695185, + "P": 0.008275812491774559, + "-": 0.9801338911056519 + }, + "id": "tp_20798" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2599766, + "label": "-", + "classification": { + "B": 6.279665676345303e-09, + "S": 4.216422837544087e-07, + "I": 1.223458866661531e-06, + "C": 3.177644103402599e-08, + "R": 6.488909853885616e-09, + "M": 1.9947614418924786e-05, + "O": 4.328888735471992e-06, + "W": 8.564009590372734e-08, + "N": 7.48829194208156e-08, + "Y": 4.042634827783331e-05, + "U": 3.749578980638546e-10, + "K": 1.686819217638913e-07, + "L": 9.460889316414978e-08, + "G": 1.0844574717339128e-05, + "F": 0.01897798478603363, + "E": 3.418714550207369e-05, + "T": 2.300192863913253e-05, + "P": 0.028432413935661316, + "-": 0.9524547457695007 + }, + "id": "tp_20799" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2599900, + "label": "-", + "classification": { + "B": 6.68397433400969e-07, + "S": 4.711290330305928e-06, + "I": 6.075399141991511e-06, + "C": 1.7445905541535467e-05, + "R": 4.621946573024616e-06, + "M": 0.001836456824094057, + "O": 0.0001055487446137704, + "W": 9.206097502101329e-07, + "N": 1.4503176259950123e-07, + "Y": 0.033094312995672226, + "U": 9.95077620302709e-09, + "K": 2.8189281238155672e-06, + "L": 3.70343477698043e-05, + "G": 0.008232532069087029, + "F": 0.009571431204676628, + "E": 3.275252674939111e-05, + "T": 0.007489853072911501, + "P": 0.00033413455821573734, + "-": 0.9392285346984863 + }, + "id": "tp_20800" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2600000, + "label": "-", + "classification": { + "B": 1.7581965039425995e-07, + "S": 6.6566767600306775e-06, + "I": 8.962900028564036e-05, + "C": 7.323070803977316e-06, + "R": 2.363198291277513e-06, + "M": 7.039107731543481e-05, + "O": 4.327261194703169e-05, + "W": 3.925465989595978e-06, + "N": 1.999397500185296e-05, + "Y": 0.004295038525015116, + "U": 2.4352664240723243e-07, + "K": 0.0010975508484989405, + "L": 5.805699743177684e-07, + "G": 0.0004119712975807488, + "F": 0.020817354321479797, + "E": 0.0006558120367117226, + "T": 0.0015924656763672829, + "P": 0.03831581398844719, + "-": 0.9325695037841797 + }, + "id": "tp_20801" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2600133, + "label": "-", + "classification": { + "B": 3.257321745664399e-09, + "S": 1.435773668845286e-07, + "I": 1.3979604318592465e-07, + "C": 7.848487939554616e-07, + "R": 4.813102805201197e-08, + "M": 1.95043458006694e-06, + "O": 1.094941239898617e-06, + "W": 2.6336882896771385e-08, + "N": 1.2541200966609267e-08, + "Y": 2.189675797126256e-05, + "U": 6.941908159419086e-10, + "K": 5.243974783297745e-07, + "L": 5.009973591540984e-08, + "G": 2.21039244934218e-05, + "F": 0.01754477620124817, + "E": 2.5039896627276903e-06, + "T": 2.236388172605075e-05, + "P": 0.0062339999713003635, + "-": 0.9761475324630737 + }, + "id": "tp_20802" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2600267, + "label": "-", + "classification": { + "B": 3.408057125398045e-08, + "S": 2.9189045847033412e-08, + "I": 1.1334884675306967e-06, + "C": 1.90808663091957e-07, + "R": 1.5988696588919993e-08, + "M": 1.4498616565106204e-06, + "O": 8.343802733179473e-07, + "W": 1.2937104720833759e-08, + "N": 7.52143520799109e-08, + "Y": 3.243963874410838e-05, + "U": 2.081911976148376e-09, + "K": 7.427288295502876e-08, + "L": 1.592848875020536e-08, + "G": 7.075781923049362e-06, + "F": 0.0013558347709476948, + "E": 5.543309271160979e-06, + "T": 2.1355419448809698e-05, + "P": 0.04889027401804924, + "-": 0.9496835470199585 + }, + "id": "tp_20803" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2600400, + "label": "-", + "classification": { + "B": 7.94639959167398e-07, + "S": 3.390794972801814e-06, + "I": 6.482588901235431e-07, + "C": 1.2506538382694998e-07, + "R": 1.183836744189648e-07, + "M": 0.00015447940677404404, + "O": 7.005895167822018e-05, + "W": 5.122851121086569e-07, + "N": 1.2380941605272255e-08, + "Y": 0.00010499826748855412, + "U": 5.567448169152556e-10, + "K": 2.1410533068699777e-10, + "L": 1.0511213076824788e-05, + "G": 6.29609712632373e-05, + "F": 0.0012062733294442296, + "E": 4.868838914262597e-07, + "T": 0.00034680304815992713, + "P": 0.0008017092477530241, + "-": 0.9972363114356995 + }, + "id": "tp_20804" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2600501, + "label": "-", + "classification": { + "B": 3.60765952791553e-05, + "S": 4.5596432755701244e-05, + "I": 0.0015795276267454028, + "C": 0.0004538942303042859, + "R": 0.00012286911078263074, + "M": 0.000643603561911732, + "O": 0.00042688954272307456, + "W": 8.741371129872277e-05, + "N": 0.0003612374421209097, + "Y": 0.007111966144293547, + "U": 5.854190021636896e-05, + "K": 0.0023938033264130354, + "L": 5.080991832073778e-05, + "G": 0.003306121099740267, + "F": 0.044869937002658844, + "E": 0.005464696325361729, + "T": 0.002102732425555587, + "P": 0.14783267676830292, + "-": 0.783051609992981 + }, + "id": "tp_20805" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2600634, + "label": "-", + "classification": { + "B": 3.4177531915702275e-08, + "S": 6.030001031831489e-07, + "I": 1.636359047552105e-05, + "C": 5.90643503528554e-06, + "R": 1.6790240806585643e-06, + "M": 6.223277159733698e-05, + "O": 1.55293910211185e-05, + "W": 4.4157005163469876e-07, + "N": 5.8185776197206e-07, + "Y": 0.00038249033968895674, + "U": 1.5293068145183497e-08, + "K": 4.324998030824645e-07, + "L": 7.50260369386524e-07, + "G": 9.790617332328111e-05, + "F": 0.0058478401042521, + "E": 1.7979327822104096e-05, + "T": 0.0003092778497375548, + "P": 0.02326066792011261, + "-": 0.9699791669845581 + }, + "id": "tp_20806" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2600767, + "label": "-", + "classification": { + "B": 2.928034291471704e-06, + "S": 2.976862333525787e-06, + "I": 8.518713002558798e-06, + "C": 3.779885673793615e-06, + "R": 1.8981136236106977e-06, + "M": 1.460009934817208e-05, + "O": 2.6464331313036382e-05, + "W": 1.5981296428435599e-06, + "N": 1.0568381867415155e-06, + "Y": 0.00026659801369532943, + "U": 2.0409581225067086e-07, + "K": 1.8653726101547363e-06, + "L": 3.1683518955105683e-06, + "G": 6.579297041753307e-05, + "F": 0.010057011619210243, + "E": 1.169033203041181e-05, + "T": 0.00027888864860869944, + "P": 0.027261054143309593, + "-": 0.9619898200035095 + }, + "id": "tp_20807" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2600901, + "label": "-", + "classification": { + "B": 1.1204663863395581e-08, + "S": 3.417425489260495e-07, + "I": 2.2721864297636785e-05, + "C": 3.235140013657656e-07, + "R": 2.706529755869269e-07, + "M": 5.642970063490793e-05, + "O": 1.0508913874218706e-05, + "W": 2.4145927568497427e-07, + "N": 8.529304409421457e-07, + "Y": 0.004961217753589153, + "U": 1.4254271540892205e-08, + "K": 5.111183327244362e-06, + "L": 1.3643281704389665e-07, + "G": 5.441846587928012e-05, + "F": 0.0010734135285019875, + "E": 1.0253576874674764e-05, + "T": 0.0019957739859819412, + "P": 0.005474567878991365, + "-": 0.9863333106040955 + }, + "id": "tp_20808" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2601001, + "label": "-", + "classification": { + "B": 9.00135091796983e-06, + "S": 3.041586751351133e-06, + "I": 2.996849980263505e-05, + "C": 1.2321364010858815e-05, + "R": 2.8400500013958663e-06, + "M": 0.0012800638796761632, + "O": 0.00010959564679069445, + "W": 8.323376050611841e-07, + "N": 6.060029704713088e-07, + "Y": 0.0015339342644438148, + "U": 6.387791273709809e-08, + "K": 4.0032062997852336e-08, + "L": 3.119430039077997e-05, + "G": 0.0005729666445404291, + "F": 0.0011310920817777514, + "E": 3.604556331993081e-05, + "T": 0.0017039625672623515, + "P": 0.0050725205801427364, + "-": 0.9884698390960693 + }, + "id": "tp_20809" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2601134, + "label": "-", + "classification": { + "B": 1.6825161992528592e-06, + "S": 0.0001431923155905679, + "I": 7.707890472374856e-05, + "C": 4.0347400499740615e-05, + "R": 4.756190173793584e-05, + "M": 0.006626029498875141, + "O": 0.0014607037883251905, + "W": 2.099641460517887e-05, + "N": 5.200328359933337e-06, + "Y": 0.15095798671245575, + "U": 1.4193409469953622e-07, + "K": 2.655967909959145e-05, + "L": 0.0001699825079413131, + "G": 0.010846621356904507, + "F": 0.028911912813782692, + "E": 6.63676401018165e-05, + "T": 0.04864225164055824, + "P": 0.0011926607694476843, + "-": 0.7507627010345459 + }, + "id": "tp_20810" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2601268, + "label": "-", + "classification": { + "B": 3.422696863708552e-07, + "S": 3.003011443070136e-06, + "I": 7.760298467474058e-05, + "C": 0.00014283218479249626, + "R": 3.6910649214405566e-05, + "M": 0.0006475148256868124, + "O": 0.00010635341459419578, + "W": 2.7264015898254e-06, + "N": 2.1968239707348403e-06, + "Y": 0.0033560767769813538, + "U": 3.20817093779624e-07, + "K": 2.4891899101930903e-06, + "L": 2.6845462343771942e-05, + "G": 0.0014453480252996087, + "F": 0.009151037782430649, + "E": 0.00010526714322622865, + "T": 0.0017993857618421316, + "P": 0.009521491825580597, + "-": 0.9735722541809082 + }, + "id": "tp_20811" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2601401, + "label": "-", + "classification": { + "B": 1.574300938500528e-07, + "S": 7.271691515597922e-08, + "I": 2.8937140086782165e-05, + "C": 5.897439223190304e-06, + "R": 1.3683642237083404e-06, + "M": 0.0002923355787061155, + "O": 1.0330319128115661e-05, + "W": 7.782243471865513e-08, + "N": 2.4614362814645574e-07, + "Y": 0.003279678523540497, + "U": 5.570552374933868e-08, + "K": 6.208097858007022e-08, + "L": 2.5739666398294503e-06, + "G": 0.00022938834445085377, + "F": 0.0002903528802562505, + "E": 2.050393413810525e-05, + "T": 0.001209284644573927, + "P": 0.005917572416365147, + "-": 0.9887111186981201 + }, + "id": "tp_20812" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2601502, + "label": "-", + "classification": { + "B": 8.838595988436282e-08, + "S": 9.851543154582032e-07, + "I": 2.032032898569014e-05, + "C": 8.176177743735025e-07, + "R": 4.3582539888120664e-07, + "M": 5.318113835528493e-05, + "O": 1.1020286365237553e-05, + "W": 3.1531354238722997e-07, + "N": 1.1847178029711358e-06, + "Y": 0.0034426888450980186, + "U": 3.704395723502785e-08, + "K": 4.2622414184734225e-06, + "L": 6.129376970420708e-07, + "G": 0.00015513840480707586, + "F": 0.00662268279120326, + "E": 4.165244536125101e-05, + "T": 0.0013665877049788833, + "P": 0.022143950685858727, + "-": 0.9661339521408081 + }, + "id": "tp_20813" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2601635, + "label": "-", + "classification": { + "B": 5.117458012904308e-09, + "S": 2.116634334470291e-07, + "I": 1.224044717673678e-05, + "C": 1.3224814665591111e-06, + "R": 1.678946262018144e-07, + "M": 7.227878995763604e-06, + "O": 3.2450107028125785e-06, + "W": 1.8705864590629062e-07, + "N": 1.4940300161470077e-06, + "Y": 0.0018964254995808005, + "U": 7.575470917231542e-09, + "K": 6.866893818369135e-05, + "L": 3.285873972913578e-08, + "G": 6.994495925027877e-05, + "F": 0.019893605262041092, + "E": 0.00011907050793524832, + "T": 0.0002164064790122211, + "P": 0.031964145600795746, + "-": 0.9457454681396484 + }, + "id": "tp_20814" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2601768, + "label": "-", + "classification": { + "B": 5.983864866720978e-06, + "S": 4.692965831054607e-06, + "I": 0.00035918704816140234, + "C": 8.751195855438709e-05, + "R": 1.6008141756174155e-05, + "M": 0.0006206465186551213, + "O": 6.910820229677483e-05, + "W": 4.333265678724274e-06, + "N": 2.138594754796941e-05, + "Y": 0.0026769787073135376, + "U": 3.32056720253604e-06, + "K": 3.282687612227164e-05, + "L": 1.1174194696650375e-05, + "G": 0.0007296663825400174, + "F": 0.0021386519074440002, + "E": 0.0007729443022981286, + "T": 0.0021637803874909878, + "P": 0.05341341719031334, + "-": 0.9368682503700256 + }, + "id": "tp_20815" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2601902, + "label": "-", + "classification": { + "B": 2.7526554369217138e-09, + "S": 2.0350546137137826e-08, + "I": 9.697256245999597e-06, + "C": 1.7687303852653713e-06, + "R": 6.407365162885981e-07, + "M": 2.4210183255490847e-05, + "O": 3.7902423173363786e-06, + "W": 1.569907048803998e-08, + "N": 9.096212494341671e-08, + "Y": 0.003143392037600279, + "U": 1.4265560954740408e-09, + "K": 1.804534299765237e-08, + "L": 1.1157908375025727e-07, + "G": 8.144602907123044e-05, + "F": 0.0004900594940409064, + "E": 2.151995659005479e-06, + "T": 0.0006800590781494975, + "P": 0.003517463803291321, + "-": 0.9920450448989868 + }, + "id": "tp_20816" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2602002, + "label": "-", + "classification": { + "B": 2.101200834658812e-06, + "S": 0.0001762608007993549, + "I": 0.00013058191689196974, + "C": 0.00018277429626323283, + "R": 9.277083881897852e-05, + "M": 0.0012264649849385023, + "O": 0.0012064507463946939, + "W": 5.284184589982033e-05, + "N": 1.5875775716267526e-05, + "Y": 0.05604520067572594, + "U": 2.242764480797632e-07, + "K": 0.0001272993686143309, + "L": 8.751000859774649e-05, + "G": 0.008486349135637283, + "F": 0.1241336464881897, + "E": 0.00018800281395670027, + "T": 0.010542468167841434, + "P": 0.004689906723797321, + "-": 0.7926133871078491 + }, + "id": "tp_20817" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2602135, + "label": "-", + "classification": { + "B": 9.076436526811449e-07, + "S": 2.1419227778096683e-06, + "I": 0.0006347938906401396, + "C": 6.8031354203412775e-06, + "R": 3.406305722819525e-06, + "M": 0.0002765728277154267, + "O": 5.143846647115424e-05, + "W": 2.140754531865241e-06, + "N": 1.9978639102191664e-05, + "Y": 0.009202830493450165, + "U": 2.383327739607921e-07, + "K": 6.304061389528215e-05, + "L": 1.2025334399368148e-06, + "G": 0.000652070390060544, + "F": 0.0014216540148481727, + "E": 0.0011519764084368944, + "T": 0.0025523442309349775, + "P": 0.030583245679736137, + "-": 0.9533731341362 + }, + "id": "tp_20818" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2602269, + "label": "-", + "classification": { + "B": 2.7216756848247314e-08, + "S": 5.347483345019555e-09, + "I": 2.939528940260061e-06, + "C": 4.798718009624281e-07, + "R": 9.688219648751328e-08, + "M": 7.090804501785897e-06, + "O": 9.618963758839527e-07, + "W": 6.433266808159033e-09, + "N": 2.031884527298189e-08, + "Y": 0.0004751624073833227, + "U": 3.475309373612845e-09, + "K": 2.4957438338191196e-09, + "L": 9.882430163088429e-08, + "G": 1.1611381523835007e-05, + "F": 8.835887274472043e-05, + "E": 1.4360496152221458e-06, + "T": 0.0001986473216675222, + "P": 0.005500223953276873, + "-": 0.993712842464447 + }, + "id": "tp_20819" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2602402, + "label": "-", + "classification": { + "B": 6.374482097726286e-08, + "S": 8.109184932436619e-07, + "I": 1.7690953200144577e-06, + "C": 2.498865342204226e-06, + "R": 3.4701261597547273e-07, + "M": 5.744184090872295e-05, + "O": 9.813991709961556e-06, + "W": 3.2602645205770386e-07, + "N": 2.908208216467756e-07, + "Y": 0.0005846653948538005, + "U": 2.983878033546716e-08, + "K": 2.0953233615728095e-05, + "L": 2.9965841008561256e-07, + "G": 6.889386713737622e-05, + "F": 0.007256926968693733, + "E": 2.188320468121674e-05, + "T": 0.0003153398574795574, + "P": 0.009441382251679897, + "-": 0.9822162389755249 + }, + "id": "tp_20820" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2602503, + "label": "-", + "classification": { + "B": 1.3758374279859709e-06, + "S": 4.778813035954954e-06, + "I": 1.7287909940932877e-05, + "C": 2.2400783564080484e-05, + "R": 9.805608897295315e-06, + "M": 0.00026519710081629455, + "O": 5.6441054766764864e-05, + "W": 1.5113745348571683e-06, + "N": 8.407293989876052e-07, + "Y": 0.0031986101530492306, + "U": 1.852438060723216e-07, + "K": 6.224000230758975e-07, + "L": 1.583981793373823e-05, + "G": 0.00037727440940216184, + "F": 0.007570741232484579, + "E": 1.526537562313024e-05, + "T": 0.002112094545736909, + "P": 0.006000134162604809, + "-": 0.9803296327590942 + }, + "id": "tp_20821" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2602636, + "label": "-", + "classification": { + "B": 3.7771144434373127e-07, + "S": 2.1269583157845773e-05, + "I": 2.3733387934044003e-05, + "C": 7.310224464163184e-05, + "R": 1.9441806216491386e-05, + "M": 8.582398731959984e-05, + "O": 0.000102237805549521, + "W": 1.1678334885800723e-05, + "N": 6.544938969454961e-06, + "Y": 0.008364709094166756, + "U": 3.452055068464688e-07, + "K": 0.00041679522837512195, + "L": 7.365103556367103e-06, + "G": 0.0014183773892000318, + "F": 0.18241965770721436, + "E": 0.00013338013377506286, + "T": 0.0021287717390805483, + "P": 0.011865506879985332, + "-": 0.7929009199142456 + }, + "id": "tp_20822" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2602769, + "label": "-", + "classification": { + "B": 2.7548269443400386e-08, + "S": 1.730432019897421e-09, + "I": 3.205191774213745e-07, + "C": 1.5777123607563226e-08, + "R": 1.2300078733318287e-09, + "M": 2.3485592919314513e-06, + "O": 4.272437763574999e-07, + "W": 1.4356981159480142e-09, + "N": 4.015723753525435e-09, + "Y": 2.3466136553906836e-06, + "U": 9.616504814680127e-11, + "K": 3.3404592980623704e-10, + "L": 1.2303510210642798e-08, + "G": 2.702994834180572e-06, + "F": 0.00021727253624703735, + "E": 2.303588871654938e-06, + "T": 7.839491445338354e-06, + "P": 0.04529789462685585, + "-": 0.9544665813446045 + }, + "id": "tp_20823" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2602903, + "label": "-", + "classification": { + "B": 8.236168413944256e-10, + "S": 2.5285225024873625e-09, + "I": 1.0099372502736514e-06, + "C": 3.296277952813398e-07, + "R": 5.019121829263895e-08, + "M": 6.8313006522657815e-06, + "O": 2.9250924171719817e-07, + "W": 1.4419815341781828e-09, + "N": 9.451936122673033e-09, + "Y": 0.0006184740923345089, + "U": 9.615475082824787e-10, + "K": 2.0245579435140826e-08, + "L": 2.2208586969441058e-08, + "G": 1.3922541256761178e-05, + "F": 0.0003749764582607895, + "E": 6.670995276181202e-07, + "T": 0.00017816299805417657, + "P": 0.002790512517094612, + "-": 0.9960147142410278 + }, + "id": "tp_20824" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2603003, + "label": "-", + "classification": { + "B": 2.7157778248465547e-08, + "S": 3.2880098643772726e-08, + "I": 4.479028211790137e-05, + "C": 0.00017399221542291343, + "R": 4.376473225420341e-05, + "M": 0.00010072317672893405, + "O": 9.048459105542861e-06, + "W": 1.2334653831658215e-07, + "N": 2.0844834125455236e-07, + "Y": 0.005792834330350161, + "U": 1.3259224829198502e-07, + "K": 3.4185541153419763e-07, + "L": 3.854759597743396e-06, + "G": 0.0005100076668895781, + "F": 0.0018307036953046918, + "E": 4.049674771522405e-06, + "T": 0.00106072798371315, + "P": 0.0018751741154119372, + "-": 0.9885494112968445 + }, + "id": "tp_20825" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2603136, + "label": "-", + "classification": { + "B": 2.2596248427930732e-08, + "S": 8.638467363653035e-08, + "I": 1.4517638646793785e-07, + "C": 6.134233103693987e-07, + "R": 2.123280893329138e-07, + "M": 1.3992681488161907e-05, + "O": 4.453746896615485e-06, + "W": 4.495754879485503e-08, + "N": 7.821008729536061e-09, + "Y": 0.0005973571096546948, + "U": 1.3422343236868528e-09, + "K": 3.0792458005635126e-07, + "L": 6.275715236370161e-07, + "G": 0.0001462538493797183, + "F": 0.015111167915165424, + "E": 2.364967713219812e-06, + "T": 0.0001096131672966294, + "P": 0.001420327345840633, + "-": 0.9825924634933472 + }, + "id": "tp_20826" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2603270, + "label": "-", + "classification": { + "B": 1.2965255258290398e-10, + "S": 8.093256731456222e-09, + "I": 3.8528983736796363e-07, + "C": 9.928830877470318e-07, + "R": 1.2878605559762946e-07, + "M": 3.593404699131497e-06, + "O": 4.890822538072825e-07, + "W": 8.049105382212929e-09, + "N": 8.84888429197872e-09, + "Y": 0.0027379621751606464, + "U": 7.029903881239363e-10, + "K": 4.6212559823288757e-07, + "L": 8.902889092610167e-09, + "G": 1.1571522009035107e-05, + "F": 0.0011757840402424335, + "E": 3.7215224324427254e-07, + "T": 0.00016876630252227187, + "P": 0.0007610318716615438, + "-": 0.9951385259628296 + }, + "id": "tp_20827" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2603403, + "label": "-", + "classification": { + "B": 4.1746346823856584e-07, + "S": 2.351776629438973e-06, + "I": 5.555549478231114e-07, + "C": 1.2637030522455461e-05, + "R": 3.7312017866497627e-06, + "M": 0.0002633907715789974, + "O": 2.7979664082522504e-05, + "W": 4.7114099288592115e-07, + "N": 2.22185931875174e-08, + "Y": 0.0004299822321627289, + "U": 5.582757811595229e-09, + "K": 5.994273521992e-08, + "L": 9.499757652520202e-06, + "G": 0.0002972176007460803, + "F": 0.020092759281396866, + "E": 1.65216169989435e-06, + "T": 0.0006701077218167484, + "P": 0.0007769783842377365, + "-": 0.9774100184440613 + }, + "id": "tp_20828" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2603504, + "label": "-", + "classification": { + "B": 8.082565172706779e-10, + "S": 1.3026361933565767e-10, + "I": 7.799101808814157e-08, + "C": 5.674432035362997e-10, + "R": 3.506178333778642e-11, + "M": 2.2815084932403806e-08, + "O": 7.0019687825606525e-09, + "W": 4.495329108955559e-11, + "N": 1.8018009306786098e-09, + "Y": 5.473028522828827e-06, + "U": 1.1824242973634824e-11, + "K": 6.038999522672839e-09, + "L": 4.28325951096209e-11, + "G": 1.1678828286676435e-06, + "F": 0.000132511617266573, + "E": 1.35451455207658e-06, + "T": 1.88607111795136e-06, + "P": 0.14590707421302795, + "-": 0.8539502620697021 + }, + "id": "tp_20829" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2603637, + "label": "-", + "classification": { + "B": 1.5316518897634523e-07, + "S": 1.2410766885295743e-06, + "I": 3.2703206670703366e-05, + "C": 7.480653948732652e-06, + "R": 3.4620600217749598e-06, + "M": 0.0008965876186266541, + "O": 5.2096162107773125e-05, + "W": 4.2247577880516474e-07, + "N": 5.641786628984846e-07, + "Y": 0.01758413203060627, + "U": 4.54535715732618e-08, + "K": 3.624823534664756e-07, + "L": 7.319528322113911e-06, + "G": 0.0007127610733732581, + "F": 0.0022649934981018305, + "E": 1.2107401744287927e-05, + "T": 0.009587847627699375, + "P": 0.0021891321521252394, + "-": 0.9666465520858765 + }, + "id": "tp_20830" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2603770, + "label": "-", + "classification": { + "B": 2.1472681055456633e-06, + "S": 1.52389486629545e-06, + "I": 1.669278572080657e-05, + "C": 3.966985605075024e-05, + "R": 8.263331437774468e-06, + "M": 0.0006593171856366098, + "O": 8.660405001137406e-05, + "W": 5.893785441912769e-07, + "N": 4.191014681964589e-07, + "Y": 0.007293025963008404, + "U": 1.16626480917148e-07, + "K": 1.0143276085727848e-06, + "L": 3.3580214221728966e-05, + "G": 0.002707223640754819, + "F": 0.004918655846267939, + "E": 5.8069563237950206e-05, + "T": 0.0014119581319391727, + "P": 0.002572891302406788, + "-": 0.9801881313323975 + }, + "id": "tp_20831" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2603904, + "label": "-", + "classification": { + "B": 7.476561730834774e-11, + "S": 2.0672381584319055e-09, + "I": 3.5425298250402193e-09, + "C": 1.1174638103739198e-08, + "R": 1.2975143182103466e-09, + "M": 2.34213848671061e-06, + "O": 2.783564525543625e-07, + "W": 4.1115602589236744e-10, + "N": 7.734991119834334e-11, + "Y": 0.00048721942584961653, + "U": 2.2220196602834585e-12, + "K": 9.445407789243632e-10, + "L": 9.050135751920152e-09, + "G": 1.2536916074168403e-05, + "F": 0.0008680913597345352, + "E": 4.0570110826365635e-08, + "T": 6.212811422301456e-05, + "P": 7.034400186967105e-05, + "-": 0.9984970092773438 + }, + "id": "tp_20832" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2604004, + "label": "-", + "classification": { + "B": 3.743129362021591e-09, + "S": 2.0872864752163878e-06, + "I": 4.348316451796563e-06, + "C": 9.2759262315667e-07, + "R": 4.677587241985748e-07, + "M": 0.0008196100825443864, + "O": 3.7733731005573645e-05, + "W": 1.0802710903590196e-07, + "N": 6.73515074822717e-08, + "Y": 0.171490877866745, + "U": 7.11283046350708e-11, + "K": 1.5008137665972754e-07, + "L": 1.6182532363018254e-06, + "G": 0.0026865124236792326, + "F": 0.015812087804079056, + "E": 4.005784376204247e-06, + "T": 0.028210274875164032, + "P": 9.109857637668028e-05, + "-": 0.7808380722999573 + }, + "id": "tp_20833" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2604137, + "label": "-", + "classification": { + "B": 4.0954583474528405e-12, + "S": 2.3518129110833286e-10, + "I": 1.0772976954953606e-09, + "C": 4.992576352336187e-10, + "R": 2.2907697960761197e-10, + "M": 1.5070641268266627e-07, + "O": 6.976982547257649e-08, + "W": 1.0664677474458983e-10, + "N": 7.69269196954081e-12, + "Y": 7.666890269319993e-06, + "U": 1.164165606363371e-13, + "K": 2.6807658523586575e-11, + "L": 5.348840814711764e-10, + "G": 1.767743071923178e-07, + "F": 0.0002588235947769135, + "E": 1.4283803029258024e-09, + "T": 1.9203471310902387e-06, + "P": 7.330761582124978e-05, + "-": 0.9996579885482788 + }, + "id": "tp_20834" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2604271, + "label": "-", + "classification": { + "B": 2.7050148787566286e-07, + "S": 3.1221887297760986e-07, + "I": 1.0629310963850003e-05, + "C": 6.3398761085409205e-06, + "R": 1.1146769338665763e-06, + "M": 0.00010885306255659088, + "O": 1.032287491398165e-05, + "W": 1.216244811530487e-07, + "N": 3.5798120734398253e-07, + "Y": 0.0026541580446064472, + "U": 6.373307570584075e-08, + "K": 8.265804467555427e-07, + "L": 2.8950596515642246e-06, + "G": 0.0004372956755105406, + "F": 0.008158348500728607, + "E": 4.1662289731903e-05, + "T": 0.0005081210983917117, + "P": 0.009890732355415821, + "-": 0.9781675934791565 + }, + "id": "tp_20835" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2604404, + "label": "-", + "classification": { + "B": 1.2377654456940945e-07, + "S": 2.699158869745588e-07, + "I": 1.854422748692741e-08, + "C": 1.2006259098029659e-08, + "R": 6.10933881262099e-09, + "M": 1.7817705156630836e-05, + "O": 4.882246230408782e-06, + "W": 9.76098224469979e-09, + "N": 4.114079354966549e-10, + "Y": 5.836870695929974e-05, + "U": 1.0942028533245107e-11, + "K": 2.5459568481212003e-11, + "L": 6.4576414615658e-07, + "G": 1.810991125239525e-05, + "F": 0.0018154249992221594, + "E": 2.3787509917383431e-07, + "T": 4.208902100799605e-05, + "P": 0.0005441441317088902, + "-": 0.9974978566169739 + }, + "id": "tp_20836" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2604505, + "label": "-", + "classification": { + "B": 1.2886832934100312e-08, + "S": 1.363816437560672e-07, + "I": 2.2858921511215158e-06, + "C": 4.0476231788488803e-07, + "R": 1.1441380109999955e-07, + "M": 9.011637303046882e-06, + "O": 1.4699089661007747e-06, + "W": 5.70094478291594e-08, + "N": 1.813962597907448e-07, + "Y": 0.004158655647188425, + "U": 2.2087514039981215e-09, + "K": 9.825904271565378e-05, + "L": 4.908975270723204e-08, + "G": 0.00045917663373984396, + "F": 0.029737088829278946, + "E": 0.0001478054909966886, + "T": 0.0004587507573887706, + "P": 0.0034329858608543873, + "-": 0.9614935517311096 + }, + "id": "tp_20837" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2604638, + "label": "-", + "classification": { + "B": 2.0780306642098623e-10, + "S": 3.1876479233972077e-09, + "I": 3.434889261910712e-09, + "C": 3.5838205292293424e-08, + "R": 3.3962119783126354e-09, + "M": 1.0486230621609138e-06, + "O": 9.337197326431124e-08, + "W": 6.695438647952301e-10, + "N": 2.23927584808159e-10, + "Y": 0.00042434039642103016, + "U": 1.685132935969058e-11, + "K": 3.5707560641640157e-07, + "L": 4.864784131086708e-09, + "G": 3.274579648859799e-05, + "F": 0.008010550402104855, + "E": 5.275172156871122e-07, + "T": 5.2277006034273654e-05, + "P": 0.0001874977460829541, + "-": 0.9912905693054199 + }, + "id": "tp_20838" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2604771, + "label": "-", + "classification": { + "B": 1.1680478451125964e-07, + "S": 1.1875989258669506e-07, + "I": 4.4410839450392814e-07, + "C": 1.971952343637895e-07, + "R": 4.584819279784824e-08, + "M": 3.5588745959103107e-06, + "O": 2.091137048410019e-06, + "W": 3.79509508263709e-08, + "N": 1.4531940095707796e-08, + "Y": 4.654398071579635e-05, + "U": 1.2830722040391151e-09, + "K": 3.363063783012876e-08, + "L": 1.5572523182072473e-07, + "G": 2.450053762004245e-05, + "F": 0.00332775735296309, + "E": 3.2153161555470433e-06, + "T": 2.0448313080123626e-05, + "P": 0.006908026058226824, + "-": 0.9896626472473145 + }, + "id": "tp_20839" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2604905, + "label": "-", + "classification": { + "B": 1.0423420349070511e-07, + "S": 1.9595338685007846e-08, + "I": 9.832851901592221e-07, + "C": 2.483560592736467e-07, + "R": 3.726486852428934e-08, + "M": 1.703105226624757e-05, + "O": 2.126133267665864e-06, + "W": 2.5108704448939534e-08, + "N": 1.6039805927903217e-08, + "Y": 7.218919199658558e-05, + "U": 1.9373020965218757e-09, + "K": 3.950181959311294e-09, + "L": 2.1856418186416704e-07, + "G": 1.0975873919960577e-05, + "F": 0.0003982620546594262, + "E": 2.6458767479198286e-06, + "T": 5.340851566870697e-05, + "P": 0.011839901097118855, + "-": 0.9876018166542053 + }, + "id": "tp_20840" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2605005, + "label": "-", + "classification": { + "B": 2.9943323376357966e-09, + "S": 2.9486799668632102e-09, + "I": 2.6267730390827637e-07, + "C": 8.911064242056455e-07, + "R": 1.685546067164978e-07, + "M": 6.553544608323136e-06, + "O": 8.533338586858008e-07, + "W": 4.069220960190023e-09, + "N": 4.681117271587709e-09, + "Y": 0.00046703199041076005, + "U": 1.9375980819802407e-09, + "K": 6.548127373662282e-08, + "L": 8.642869175901069e-08, + "G": 3.431395816733129e-05, + "F": 0.0013469685800373554, + "E": 4.510217763709079e-07, + "T": 5.875750139239244e-05, + "P": 0.0016702106222510338, + "-": 0.9964134097099304 + }, + "id": "tp_20841" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2605138, + "label": "-", + "classification": { + "B": 2.7166380256460343e-10, + "S": 1.1976182712203354e-08, + "I": 8.060467280301964e-07, + "C": 7.013104550424032e-06, + "R": 1.7505977893961244e-06, + "M": 1.4821687727817334e-05, + "O": 1.610611320757016e-06, + "W": 7.770075249879937e-09, + "N": 5.102187561334404e-09, + "Y": 0.014763010665774345, + "U": 1.6427442739441744e-10, + "K": 5.633236810353992e-08, + "L": 6.297985066794354e-08, + "G": 9.633685112930834e-05, + "F": 0.0011850494192913175, + "E": 1.0216109558314201e-07, + "T": 0.0018293110188096762, + "P": 0.00012500464799813926, + "-": 0.9819750189781189 + }, + "id": "tp_20842" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2605272, + "label": "-", + "classification": { + "B": 1.824544415285345e-05, + "S": 3.3021791750798e-05, + "I": 0.0003830441564787179, + "C": 0.0003889637882821262, + "R": 0.00032050057779997587, + "M": 0.0017738345777615905, + "O": 0.0008511341293342412, + "W": 5.094526568427682e-05, + "N": 1.0529144674364943e-05, + "Y": 0.012005599215626717, + "U": 1.8065782114717877e-06, + "K": 2.46431227424182e-06, + "L": 0.00019945802341680974, + "G": 0.0014287428930401802, + "F": 0.007682792376726866, + "E": 9.461122681386769e-05, + "T": 0.004270288161933422, + "P": 0.009514684788882732, + "-": 0.9609693288803101 + }, + "id": "tp_20843" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2605405, + "label": "-", + "classification": { + "B": 6.948450061855516e-12, + "S": 7.341567909158186e-10, + "I": 4.72572114773584e-09, + "C": 6.665017981966059e-10, + "R": 1.1152797435576289e-10, + "M": 3.449851249115454e-08, + "O": 1.5455254853691258e-08, + "W": 1.5792595009500587e-10, + "N": 1.9553991759124756e-10, + "Y": 1.1518361134221777e-05, + "U": 1.9378576434497807e-12, + "K": 4.3438610930479626e-08, + "L": 4.580172699442109e-11, + "G": 3.7179489709160407e-07, + "F": 0.0022477780003100634, + "E": 7.085159126063445e-08, + "T": 1.8341480654271436e-06, + "P": 0.001927235978655517, + "-": 0.9958112239837646 + }, + "id": "tp_20844" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2605506, + "label": "-", + "classification": { + "B": 1.2129520721160247e-09, + "S": 9.271768419694126e-08, + "I": 6.116750483897704e-08, + "C": 1.3768164535576943e-05, + "R": 2.976149289679597e-06, + "M": 6.859993845864665e-06, + "O": 1.2052231795678381e-05, + "W": 1.29401371395943e-07, + "N": 4.383423402032349e-09, + "Y": 0.00039003530400805175, + "U": 8.555632313722583e-10, + "K": 1.3061629999810975e-07, + "L": 1.2041255104122683e-06, + "G": 6.891498196637258e-05, + "F": 0.016805682331323624, + "E": 9.237929532446287e-08, + "T": 6.03371299803257e-05, + "P": 0.0003414517268538475, + "-": 0.9822961688041687 + }, + "id": "tp_20845" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2605639, + "label": "-", + "classification": { + "B": 9.366059202875476e-06, + "S": 5.698874520021491e-05, + "I": 0.0005231329705566168, + "C": 0.000557039980776608, + "R": 0.00025447222287766635, + "M": 0.0020777599420398474, + "O": 0.0004592471814248711, + "W": 3.1717561796540394e-05, + "N": 2.9105976864229888e-05, + "Y": 0.032603196799755096, + "U": 3.59581713382795e-06, + "K": 0.00010114679025718942, + "L": 9.702269016997889e-05, + "G": 0.004844422452151775, + "F": 0.026039697229862213, + "E": 0.00032964584534056485, + "T": 0.013267053291201591, + "P": 0.009500724263489246, + "-": 0.9092145562171936 + }, + "id": "tp_20846" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2605772, + "label": "-", + "classification": { + "B": 1.288840301844063e-11, + "S": 6.7091652233841614e-09, + "I": 1.1603724203723687e-08, + "C": 3.7119471585356223e-07, + "R": 1.566340657177534e-08, + "M": 2.1641150738105353e-07, + "O": 2.5731628738867585e-07, + "W": 4.287866506302862e-09, + "N": 3.3428604329088785e-09, + "Y": 0.00028181340894661844, + "U": 2.273369166527761e-11, + "K": 2.0777684767381288e-05, + "L": 3.947110194246761e-09, + "G": 0.00010061139619210735, + "F": 0.12936611473560333, + "E": 5.433815658761887e-06, + "T": 1.8269023712491617e-05, + "P": 0.0009114841814152896, + "-": 0.8692945241928101 + }, + "id": "tp_20847" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2605906, + "label": "-", + "classification": { + "B": 2.6226963711906137e-08, + "S": 2.5520996871364332e-08, + "I": 7.619874395459192e-06, + "C": 6.185666165947623e-07, + "R": 1.0803843508710997e-07, + "M": 4.409927441884065e-06, + "O": 1.6344407640644931e-06, + "W": 6.438288835397543e-08, + "N": 4.3066643229394685e-07, + "Y": 0.00036531194928102195, + "U": 4.250517093851158e-08, + "K": 2.3630980649613775e-05, + "L": 3.925376290681015e-08, + "G": 5.7151839428115636e-05, + "F": 0.0017775263404473662, + "E": 0.00012832018546760082, + "T": 6.187654798850417e-05, + "P": 0.025994516909122467, + "-": 0.9715767502784729 + }, + "id": "tp_20848" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2606006, + "label": "-", + "classification": { + "B": 5.306012826622464e-05, + "S": 7.26195503375493e-05, + "I": 0.0005305514787323773, + "C": 0.0002927634632214904, + "R": 7.782876491546631e-05, + "M": 0.00026500504463911057, + "O": 0.00040211810846813023, + "W": 6.099250458646566e-05, + "N": 0.00013670188491232693, + "Y": 0.001234188093803823, + "U": 2.2042777345632203e-05, + "K": 9.876268450170755e-05, + "L": 4.478349364944734e-05, + "G": 0.0006376467063091695, + "F": 0.017342010512948036, + "E": 0.0005360094364732504, + "T": 0.0015119613381102681, + "P": 0.22930319607257843, + "-": 0.7473778128623962 + }, + "id": "tp_20849" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2606139, + "label": "-", + "classification": { + "B": 0.0003157153551001102, + "S": 0.0010440410114824772, + "I": 0.00022387942590285093, + "C": 0.005835183896124363, + "R": 0.004104632884263992, + "M": 0.027537839487195015, + "O": 0.020165741443634033, + "W": 0.0008309916011057794, + "N": 2.9450744477799162e-05, + "Y": 0.08878090977668762, + "U": 1.0714423297031317e-05, + "K": 6.796166417188942e-05, + "L": 0.012374603189527988, + "G": 0.08018188923597336, + "F": 0.06631286442279816, + "E": 0.0002800394140649587, + "T": 0.02355320006608963, + "P": 0.0019409161759540439, + "-": 0.666409432888031 + }, + "id": "tp_20850" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2606273, + "label": "-", + "classification": { + "B": 8.935564466128199e-08, + "S": 2.1923267468082486e-06, + "I": 7.391569852188695e-06, + "C": 1.6507072359672748e-05, + "R": 4.989276931155473e-06, + "M": 0.000265454757027328, + "O": 2.9706185159739107e-05, + "W": 4.941772999700333e-07, + "N": 1.9626780556336598e-07, + "Y": 0.010878638364374638, + "U": 6.707504773828532e-09, + "K": 6.230636131476786e-07, + "L": 6.450221462728223e-06, + "G": 0.0010510040447115898, + "F": 0.024658016860485077, + "E": 1.109188269765582e-05, + "T": 0.0038126332219690084, + "P": 0.0007767853094264865, + "-": 0.9584776759147644 + }, + "id": "tp_20851" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2606406, + "label": "-", + "classification": { + "B": 3.371888305991888e-05, + "S": 4.8246361075143795e-06, + "I": 5.451698598335497e-05, + "C": 6.257629138417542e-06, + "R": 1.654880747992138e-06, + "M": 0.0012617050670087337, + "O": 0.00010792192915687338, + "W": 8.78721209573996e-07, + "N": 1.0914576478171512e-06, + "Y": 0.0005858694785274565, + "U": 4.3266567217870033e-08, + "K": 1.3904574380774193e-08, + "L": 2.7633610443444923e-05, + "G": 0.0007776194834150374, + "F": 0.0008538772817701101, + "E": 0.00012371210323181003, + "T": 0.0012666594702750444, + "P": 0.03048894554376602, + "-": 0.9644030332565308 + }, + "id": "tp_20852" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2606507, + "label": "-", + "classification": { + "B": 6.054181045378471e-10, + "S": 2.4834962530917437e-08, + "I": 1.8044271632433606e-09, + "C": 5.141894021676308e-09, + "R": 7.365854037821862e-10, + "M": 1.0616941835905891e-05, + "O": 8.759645311329223e-07, + "W": 5.69540969941329e-10, + "N": 3.159052533452389e-11, + "Y": 0.00013910734560340643, + "U": 2.6221627408458403e-13, + "K": 1.7953116770996758e-10, + "L": 1.0361509339418262e-07, + "G": 6.0015565395588055e-05, + "F": 0.014728032052516937, + "E": 1.2008298710952658e-07, + "T": 2.980455792567227e-05, + "P": 5.6136148486984894e-05, + "-": 0.9849750399589539 + }, + "id": "tp_20853" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2606640, + "label": "-", + "classification": { + "B": 1.827581712632309e-07, + "S": 3.201846965339428e-08, + "I": 1.4568793631042354e-05, + "C": 1.0577575267234351e-05, + "R": 2.2482565782411257e-06, + "M": 3.984567956649698e-05, + "O": 4.41195106759551e-06, + "W": 4.5436220119654536e-08, + "N": 1.9901901282537438e-07, + "Y": 0.0013209688477218151, + "U": 3.886328414637319e-08, + "K": 3.575626905671925e-08, + "L": 1.4380541415448533e-06, + "G": 0.00017832031880971044, + "F": 0.0004965888219885528, + "E": 1.3900168596592266e-05, + "T": 0.00028759153792634606, + "P": 0.01427975483238697, + "-": 0.9833492040634155 + }, + "id": "tp_20854" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2606773, + "label": "-", + "classification": { + "B": 1.320463963866425e-11, + "S": 2.807412462224601e-11, + "I": 5.9351108916416706e-08, + "C": 7.506716137584135e-09, + "R": 5.205652020556784e-10, + "M": 1.8954574443341698e-07, + "O": 1.422463657974049e-08, + "W": 8.759691583204443e-11, + "N": 5.623415622046934e-10, + "Y": 3.529306559357792e-05, + "U": 1.8844301119536055e-11, + "K": 1.3409763077731895e-08, + "L": 9.399785116936954e-11, + "G": 6.706164299430384e-07, + "F": 0.00017077104712370783, + "E": 4.406877280871413e-07, + "T": 3.432139919823385e-06, + "P": 0.0018314316403120756, + "-": 0.997957706451416 + }, + "id": "tp_20855" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2606907, + "label": "-", + "classification": { + "B": 1.2439331840141676e-06, + "S": 1.618875330677838e-06, + "I": 0.00019016129954252392, + "C": 4.1395393054699525e-05, + "R": 8.5837609731243e-06, + "M": 4.605183130479418e-05, + "O": 3.307468432467431e-05, + "W": 2.361193992328481e-06, + "N": 9.583477549313102e-06, + "Y": 0.0010504253441467881, + "U": 1.6659687389619648e-06, + "K": 1.4902455404808279e-05, + "L": 3.6856799852102995e-06, + "G": 0.00020170108473394066, + "F": 0.00524956313893199, + "E": 9.858939301921055e-05, + "T": 0.0005753068253397942, + "P": 0.0960540696978569, + "-": 0.8964160084724426 + }, + "id": "tp_20856" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2607007, + "label": "-", + "classification": { + "B": 1.074066183215372e-10, + "S": 7.463838436194692e-09, + "I": 6.013166076179743e-10, + "C": 4.2757986040697915e-10, + "R": 2.027954019989675e-11, + "M": 1.462763208337492e-07, + "O": 6.326415302737587e-08, + "W": 3.3693642320642425e-10, + "N": 6.64333241195969e-11, + "Y": 1.2247035556356423e-05, + "U": 2.4543225524836787e-13, + "K": 2.3217449296453196e-08, + "L": 8.344028801232639e-10, + "G": 4.458713647181867e-06, + "F": 0.024847963824868202, + "E": 5.542714802686532e-07, + "T": 2.6177551717410097e-06, + "P": 0.0007348123472183943, + "-": 0.9743971228599548 + }, + "id": "tp_20857" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2607140, + "label": "-", + "classification": { + "B": 3.412830573701342e-10, + "S": 1.5495419392053122e-09, + "I": 7.86439571243136e-08, + "C": 3.741101295418048e-08, + "R": 3.6083911414408476e-09, + "M": 6.048343266229494e-07, + "O": 5.945626568859552e-08, + "W": 1.3697709633220256e-09, + "N": 3.138853621464932e-09, + "Y": 3.074273627134971e-05, + "U": 1.3939734089252198e-10, + "K": 2.148655539713218e-06, + "L": 7.872282270504627e-10, + "G": 2.957699962280458e-06, + "F": 0.002835035789757967, + "E": 3.6252081372367684e-06, + "T": 6.637464593950426e-06, + "P": 0.003443218534812331, + "-": 0.9936748147010803 + }, + "id": "tp_20858" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2607274, + "label": "-", + "classification": { + "B": 2.031001258728793e-06, + "S": 1.6909787518670782e-05, + "I": 1.2562644769786857e-05, + "C": 2.2695342067891033e-06, + "R": 1.2630559922399698e-06, + "M": 0.00040671578608453274, + "O": 9.475373371969908e-05, + "W": 1.1027459549950436e-06, + "N": 4.716586374797771e-07, + "Y": 0.0007546228589490056, + "U": 1.7641655247757626e-08, + "K": 2.1413127626601636e-07, + "L": 1.4554755580320489e-05, + "G": 0.0003677029744721949, + "F": 0.005340684670954943, + "E": 5.297983534546802e-06, + "T": 0.0021814079955220222, + "P": 0.002099389676004648, + "-": 0.9886980056762695 + }, + "id": "tp_20859" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2607407, + "label": "-", + "classification": { + "B": 3.009491744351833e-12, + "S": 4.196998304450972e-11, + "I": 6.294005316931361e-10, + "C": 3.218323385567601e-08, + "R": 1.6230773391967546e-09, + "M": 4.733541913992667e-07, + "O": 1.5599914249264657e-08, + "W": 1.7586624864729394e-11, + "N": 6.248771899225458e-12, + "Y": 8.43940069898963e-05, + "U": 8.085535821607259e-13, + "K": 1.0971780151081134e-09, + "L": 9.51649758995643e-10, + "G": 3.316180027468363e-06, + "F": 0.0003972443228121847, + "E": 1.5369662875741597e-08, + "T": 1.2771114597853739e-05, + "P": 3.6371598980622366e-05, + "-": 0.9994654059410095 + }, + "id": "tp_20860" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2607508, + "label": "-", + "classification": { + "B": 1.482186196000157e-08, + "S": 2.086444350624106e-09, + "I": 1.2857607600835763e-07, + "C": 5.987251938677218e-08, + "R": 5.661859869832142e-09, + "M": 3.4008728562184842e-06, + "O": 2.1432177277347364e-07, + "W": 1.759209000695705e-09, + "N": 1.895154699838031e-09, + "Y": 0.0002313333679921925, + "U": 1.7916212957658217e-10, + "K": 8.322327005316765e-08, + "L": 1.9007124762993044e-08, + "G": 0.00011664098565233871, + "F": 0.0007546534179709852, + "E": 5.899180450796848e-06, + "T": 2.8882510378025472e-05, + "P": 0.0016090808203443885, + "-": 0.9972495436668396 + }, + "id": "tp_20861" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2607641, + "label": "-", + "classification": { + "B": 4.740890702237266e-08, + "S": 6.492549431413863e-08, + "I": 2.4451924218737986e-07, + "C": 7.455477124551635e-09, + "R": 5.856594320619024e-09, + "M": 8.037086445256136e-06, + "O": 2.6771404009195976e-06, + "W": 1.2380757752339377e-08, + "N": 2.0064194750091247e-09, + "Y": 6.375275552272797e-05, + "U": 4.7572605577084204e-11, + "K": 2.2546841130233197e-11, + "L": 1.2937491078446328e-07, + "G": 4.636813628167147e-06, + "F": 0.00014696165453642607, + "E": 1.625072769684266e-07, + "T": 7.804300548741594e-05, + "P": 0.003832815680652857, + "-": 0.9958624839782715 + }, + "id": "tp_20862" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2607774, + "label": "-", + "classification": { + "B": 8.06891421234468e-06, + "S": 2.3092839001037646e-06, + "I": 0.0004778702277690172, + "C": 0.0002997160772792995, + "R": 6.27659319434315e-05, + "M": 0.0015685409307479858, + "O": 0.00013299314014147967, + "W": 3.5456953355605947e-06, + "N": 8.473619345750194e-06, + "Y": 0.008277024142444134, + "U": 3.507602968966239e-06, + "K": 3.901116542692762e-06, + "L": 5.942179632256739e-05, + "G": 0.0023956280201673508, + "F": 0.0016789196524769068, + "E": 0.0001795002317521721, + "T": 0.0039378004148602486, + "P": 0.014811956323683262, + "-": 0.9660879969596863 + }, + "id": "tp_20863" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2607908, + "label": "-", + "classification": { + "B": 7.985354955053481e-08, + "S": 5.197683776714257e-07, + "I": 3.899752482539043e-05, + "C": 6.731613211741205e-06, + "R": 1.1656073866106453e-06, + "M": 0.00022059075126890093, + "O": 1.7284348359680735e-05, + "W": 3.495278804166446e-07, + "N": 1.6571299283896224e-06, + "Y": 0.0004355943528935313, + "U": 1.332551846644492e-07, + "K": 1.805978968150157e-06, + "L": 1.2272068943275372e-06, + "G": 5.609964136965573e-05, + "F": 0.0012285191332921386, + "E": 4.7233199438778684e-05, + "T": 0.0005391490994952619, + "P": 0.02107122167944908, + "-": 0.9763315916061401 + }, + "id": "tp_20864" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2608008, + "label": "-", + "classification": { + "B": 4.8280113240650735e-09, + "S": 4.052834299272945e-07, + "I": 3.6364068023431173e-07, + "C": 1.0252652771214343e-07, + "R": 1.5305362310868986e-08, + "M": 3.704292112161056e-06, + "O": 2.06454683393531e-06, + "W": 6.073963021435702e-08, + "N": 4.476780546269765e-08, + "Y": 0.0002012364420806989, + "U": 3.706708551209914e-10, + "K": 7.0988603511068504e-06, + "L": 4.8033243160716665e-08, + "G": 9.575788135407493e-05, + "F": 0.05269613116979599, + "E": 2.383079299761448e-05, + "T": 5.45411130588036e-05, + "P": 0.004541074391454458, + "-": 0.9423734545707703 + }, + "id": "tp_20865" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2608141, + "label": "-", + "classification": { + "B": 1.2939483262641716e-08, + "S": 2.6982451828416743e-08, + "I": 2.130735310856835e-06, + "C": 5.673774012393551e-06, + "R": 1.0832944781213882e-06, + "M": 4.5080298150423914e-05, + "O": 9.878330274659675e-06, + "W": 5.015293069732252e-08, + "N": 6.135063301826449e-08, + "Y": 0.0015654971357434988, + "U": 1.8293002668201552e-08, + "K": 4.293746940220444e-07, + "L": 9.282164796786674e-07, + "G": 0.00022600567899644375, + "F": 0.0018843249417841434, + "E": 3.847725110972533e-06, + "T": 0.00035853779991157353, + "P": 0.0032520450185984373, + "-": 0.9926443099975586 + }, + "id": "tp_20866" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2608275, + "label": "-", + "classification": { + "B": 2.4301622048028548e-08, + "S": 2.7763186949414376e-07, + "I": 3.8089797271823045e-07, + "C": 2.5369608636083285e-08, + "R": 9.334363504365228e-09, + "M": 6.2615122260467615e-06, + "O": 3.230156835343223e-06, + "W": 4.4430798595840315e-08, + "N": 1.1274607025768546e-08, + "Y": 0.00018865162564907223, + "U": 2.3763024881162664e-10, + "K": 9.046399185308474e-09, + "L": 7.017035841272445e-08, + "G": 8.202988283301238e-06, + "F": 0.00047031554277054965, + "E": 1.1408826594561106e-06, + "T": 0.0001514130417490378, + "P": 0.00333097274415195, + "-": 0.99583899974823 + }, + "id": "tp_20867" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2608375, + "label": "-", + "classification": { + "B": 5.465708788343626e-11, + "S": 9.124770383728276e-11, + "I": 1.2873966781512536e-08, + "C": 1.4849533158667327e-08, + "R": 2.1624813051346337e-09, + "M": 3.206702672287065e-07, + "O": 3.089829903046848e-08, + "W": 7.839308369117504e-11, + "N": 9.763660019368459e-11, + "Y": 3.897883289027959e-05, + "U": 1.7915550987179785e-11, + "K": 6.533246166284812e-10, + "L": 1.2751670830368766e-09, + "G": 7.036258580228605e-07, + "F": 0.0001547034626128152, + "E": 1.8548062641343677e-08, + "T": 5.922239324718248e-06, + "P": 0.0003162057255394757, + "-": 0.9994829893112183 + }, + "id": "tp_20868" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2608509, + "label": "-", + "classification": { + "B": 9.161364999954458e-10, + "S": 1.3811939147956309e-08, + "I": 5.825676225867937e-07, + "C": 8.329296363740468e-09, + "R": 2.169861401668527e-09, + "M": 7.120954137462832e-07, + "O": 1.5816397080925526e-07, + "W": 3.3741516247687287e-09, + "N": 1.4822938432246247e-08, + "Y": 8.903884736355394e-05, + "U": 1.0334418737434348e-10, + "K": 1.248394596586877e-07, + "L": 1.064093924085796e-09, + "G": 2.2585797978535993e-06, + "F": 0.0009307443397119641, + "E": 1.1734983900169027e-06, + "T": 2.423977457510773e-05, + "P": 0.009792022407054901, + "-": 0.9891588091850281 + }, + "id": "tp_20869" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2608642, + "label": "-", + "classification": { + "B": 6.033090693691179e-11, + "S": 9.468081874075551e-10, + "I": 1.0540985329043906e-07, + "C": 7.399821555509334e-08, + "R": 1.0849832143833282e-08, + "M": 6.541951336203056e-08, + "O": 8.045724797511866e-08, + "W": 1.643167824028069e-09, + "N": 2.9530151657297665e-09, + "Y": 4.5184260670794174e-05, + "U": 9.120608712720468e-10, + "K": 2.2241688668600545e-07, + "L": 1.1376356523484787e-09, + "G": 9.973092574000475e-07, + "F": 0.0003810164926107973, + "E": 1.2319124209625443e-07, + "T": 7.524177362938644e-06, + "P": 0.002241937443614006, + "-": 0.9973227381706238 + }, + "id": "tp_20870" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2608775, + "label": "-", + "classification": { + "B": 2.615551331075494e-08, + "S": 1.4063473940950644e-07, + "I": 7.238542139020865e-07, + "C": 2.83564332903552e-07, + "R": 2.940603316403667e-08, + "M": 8.228468686866108e-06, + "O": 1.4146058902042569e-06, + "W": 2.7364878363300704e-08, + "N": 1.0657825555426825e-07, + "Y": 0.000535139290150255, + "U": 2.981246360889145e-09, + "K": 1.891659849206917e-06, + "L": 3.578336915666114e-08, + "G": 3.3383825211785734e-05, + "F": 0.006356903351843357, + "E": 2.0312720153015107e-05, + "T": 0.00010857255256269127, + "P": 0.013329178094863892, + "-": 0.9796037077903748 + }, + "id": "tp_20871" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2608876, + "label": "-", + "classification": { + "B": 3.310096086117653e-10, + "S": 4.4325293657720977e-08, + "I": 1.6872935759693064e-07, + "C": 1.4433225281607065e-08, + "R": 5.275516024028093e-09, + "M": 2.5972376533900388e-06, + "O": 6.598780259992054e-07, + "W": 5.5313513769306155e-09, + "N": 5.676743519700267e-09, + "Y": 0.0001296096743317321, + "U": 8.554151137429855e-11, + "K": 6.98130220300186e-09, + "L": 5.9608527003263134e-09, + "G": 9.665302513894858e-07, + "F": 0.0003804346197284758, + "E": 6.583106682001016e-08, + "T": 0.00015763111878186464, + "P": 0.002166875172406435, + "-": 0.9971610307693481 + }, + "id": "tp_20872" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2609009, + "label": "-", + "classification": { + "B": 1.208036337629892e-08, + "S": 5.69598546107386e-09, + "I": 7.978771918715211e-07, + "C": 2.9587733152425244e-08, + "R": 2.931460407751274e-09, + "M": 2.1367252429627115e-06, + "O": 3.281618603523384e-07, + "W": 4.377655127285607e-09, + "N": 1.32056774404532e-08, + "Y": 2.3198479539132677e-05, + "U": 4.6468154324408317e-10, + "K": 1.4857115537836307e-08, + "L": 7.123330370006897e-09, + "G": 1.5168305935731041e-06, + "F": 0.0001275398099096492, + "E": 1.7710814290694543e-06, + "T": 2.0911382307531312e-05, + "P": 0.01568085327744484, + "-": 0.9841407537460327 + }, + "id": "tp_20873" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2609142, + "label": "-", + "classification": { + "B": 2.718812952551275e-09, + "S": 6.32347996187832e-09, + "I": 2.6913198780675884e-06, + "C": 9.625058510209783e-07, + "R": 1.2791976189419074e-07, + "M": 1.0636644219630398e-05, + "O": 9.46676721014228e-07, + "W": 1.379674241519524e-08, + "N": 5.5436103707506845e-08, + "Y": 0.00020303238125052303, + "U": 8.125008221782082e-09, + "K": 6.86609311628672e-08, + "L": 5.9288620235520284e-08, + "G": 5.405642241385067e-06, + "F": 0.0003327773592900485, + "E": 2.2273386548476992e-06, + "T": 0.0002017259394051507, + "P": 0.006902403198182583, + "-": 0.9923369288444519 + }, + "id": "tp_20874" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2609276, + "label": "-", + "classification": { + "B": 7.134808299724682e-08, + "S": 1.1248312148381956e-07, + "I": 9.221877803611278e-07, + "C": 4.3207975863879255e-07, + "R": 4.389729824083588e-08, + "M": 1.8102224203175865e-05, + "O": 2.790234475469333e-06, + "W": 3.697870099017564e-08, + "N": 2.4971360090830785e-08, + "Y": 0.00010207571904174984, + "U": 3.490096878167037e-09, + "K": 5.427162008686537e-08, + "L": 2.3130718318498111e-07, + "G": 2.225382559117861e-05, + "F": 0.0012590944534167647, + "E": 6.267014668992488e-06, + "T": 6.915746052982286e-05, + "P": 0.005104669835418463, + "-": 0.9934136271476746 + }, + "id": "tp_20875" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2609376, + "label": "-", + "classification": { + "B": 2.0532429090280857e-09, + "S": 2.1580729026027257e-07, + "I": 6.680560460381457e-08, + "C": 2.1229463527561165e-05, + "R": 6.166194452816853e-06, + "M": 8.80427032825537e-05, + "O": 2.6241852538078092e-05, + "W": 1.673845133609575e-07, + "N": 3.520023605929623e-09, + "Y": 0.005863015539944172, + "U": 1.2175228603084065e-09, + "K": 1.0363611409047735e-06, + "L": 5.0156586439698e-06, + "G": 0.0013804398477077484, + "F": 0.026207197457551956, + "E": 4.461493006147066e-07, + "T": 0.0006981755723245442, + "P": 9.159219189314172e-05, + "-": 0.965610921382904 + }, + "id": "tp_20876" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2609510, + "label": "-", + "classification": { + "B": 2.152777289765595e-09, + "S": 1.061797476609172e-07, + "I": 6.740726803400321e-07, + "C": 1.9003349507329403e-06, + "R": 1.4116132263097825e-07, + "M": 5.305970989866182e-05, + "O": 4.021333097625757e-06, + "W": 2.1130897920329517e-08, + "N": 3.0570316056355296e-08, + "Y": 0.00358109874650836, + "U": 7.153762027201083e-10, + "K": 9.412617600901285e-07, + "L": 3.5518561958269856e-07, + "G": 0.0005346870166249573, + "F": 0.013076230883598328, + "E": 1.4251480934035499e-05, + "T": 0.000603420368861407, + "P": 0.00135126116219908, + "-": 0.9807776808738708 + }, + "id": "tp_20877" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2609643, + "label": "-", + "classification": { + "B": 1.770761648423047e-09, + "S": 3.509953927505194e-08, + "I": 1.0062672117783222e-06, + "C": 1.1521989335960825e-06, + "R": 4.022595589958655e-07, + "M": 1.6562300515943207e-05, + "O": 4.170516149315517e-06, + "W": 3.0939332873458625e-08, + "N": 2.8284079078844115e-08, + "Y": 0.00016412870900239795, + "U": 3.1161171420990286e-09, + "K": 1.0090313651289762e-07, + "L": 2.926670674696652e-07, + "G": 1.8224996892968193e-05, + "F": 0.0016497778706252575, + "E": 1.5905122836556984e-06, + "T": 0.00014254773850552738, + "P": 0.0032396349124610424, + "-": 0.9947603344917297 + }, + "id": "tp_20878" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2609776, + "label": "-", + "classification": { + "B": 5.038069161855674e-07, + "S": 1.1701943549269345e-05, + "I": 9.31803006096743e-05, + "C": 1.14477343231556e-05, + "R": 4.954480118612992e-06, + "M": 0.0001418720348738134, + "O": 5.871760367881507e-05, + "W": 3.704348500832566e-06, + "N": 7.915938113001175e-06, + "Y": 0.014275545254349709, + "U": 1.8236205789889937e-07, + "K": 5.9430945839267224e-05, + "L": 2.8636179649765836e-06, + "G": 0.0007902090437710285, + "F": 0.03808768466114998, + "E": 5.365007746149786e-05, + "T": 0.00655969325453043, + "P": 0.010555671527981758, + "-": 0.9292810559272766 + }, + "id": "tp_20879" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2609877, + "label": "-", + "classification": { + "B": 2.2906894514562737e-07, + "S": 3.666692123260873e-07, + "I": 1.011845370157971e-06, + "C": 7.000190294093045e-07, + "R": 4.6375822648769827e-07, + "M": 1.727568633214105e-05, + "O": 1.1179280591022689e-05, + "W": 2.575434905338625e-07, + "N": 2.076821026264497e-08, + "Y": 0.00010950302385026589, + "U": 1.5780610151949759e-09, + "K": 8.321720201820426e-09, + "L": 3.7196312518972263e-07, + "G": 6.845185453130398e-06, + "F": 0.000301202671835199, + "E": 7.33697618215956e-07, + "T": 0.00010696832760004327, + "P": 0.0022997932974249125, + "-": 0.9971429705619812 + }, + "id": "tp_20880" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2610010, + "label": "-", + "classification": { + "B": 4.001747910820086e-08, + "S": 3.0398234684980707e-06, + "I": 1.428211021448078e-06, + "C": 4.921757863485254e-07, + "R": 6.172861048980849e-07, + "M": 0.00015556075959466398, + "O": 3.730550452019088e-05, + "W": 2.2371146712885093e-07, + "N": 4.214733806406912e-08, + "Y": 0.008653877303004265, + "U": 3.450593977216698e-10, + "K": 2.936534713171568e-07, + "L": 2.8934503006894374e-06, + "G": 0.0005546095198951662, + "F": 0.031581610441207886, + "E": 3.327581907797139e-06, + "T": 0.0023731677792966366, + "P": 0.000417566392570734, + "-": 0.9562138915061951 + }, + "id": "tp_20881" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2610143, + "label": "-", + "classification": { + "B": 2.2930294107936788e-07, + "S": 6.497300120145155e-08, + "I": 4.194122811895795e-05, + "C": 1.6855617559485836e-06, + "R": 5.500300659377899e-08, + "M": 2.1807663870276883e-05, + "O": 1.824690230023407e-06, + "W": 8.713872290400104e-08, + "N": 5.4643978728563525e-06, + "Y": 0.00018387209274806082, + "U": 5.64246604994878e-08, + "K": 3.32408890244551e-05, + "L": 8.194196965405354e-08, + "G": 0.00016469508409500122, + "F": 0.006280125118792057, + "E": 0.004864071030169725, + "T": 0.0001112676109187305, + "P": 0.4280429780483246, + "-": 0.5602464079856873 + }, + "id": "tp_20882" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2610277, + "label": "-", + "classification": { + "B": 2.315772906769098e-09, + "S": 1.0623221413652573e-07, + "I": 8.302542937599355e-07, + "C": 3.6335227378003765e-06, + "R": 4.3841797037202923e-07, + "M": 3.591494169086218e-05, + "O": 4.761490345117636e-06, + "W": 7.131576751362445e-08, + "N": 4.1740065626072465e-08, + "Y": 0.0012666286202147603, + "U": 3.84309517542647e-09, + "K": 2.701134690141771e-06, + "L": 2.9596856165881036e-07, + "G": 0.00010531403677305207, + "F": 0.0077946181409060955, + "E": 5.783776941825636e-06, + "T": 0.00038545203278772533, + "P": 0.0011331107234582305, + "-": 0.9892603158950806 + }, + "id": "tp_20883" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2610377, + "label": "-", + "classification": { + "B": 8.131702315949951e-07, + "S": 1.840985419221397e-06, + "I": 7.96259701019153e-05, + "C": 2.567135015851818e-05, + "R": 6.336749720503576e-06, + "M": 0.00021845049923285842, + "O": 4.400703255669214e-05, + "W": 3.222456825824338e-06, + "N": 1.2328318916843273e-05, + "Y": 0.0033184688072651625, + "U": 1.7285570947933593e-06, + "K": 7.044862286420539e-05, + "L": 6.049106559657957e-06, + "G": 0.0002537329855840653, + "F": 0.01669306680560112, + "E": 0.0004984315601177514, + "T": 0.0009365809382870793, + "P": 0.04782905802130699, + "-": 0.9300000667572021 + }, + "id": "tp_20884" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2610511, + "label": "-", + "classification": { + "B": 6.441790674216463e-07, + "S": 2.3854242954257643e-06, + "I": 5.8639976487029344e-05, + "C": 2.1233234292594716e-05, + "R": 2.764847977232421e-06, + "M": 6.427517655538395e-05, + "O": 2.3386557586491108e-05, + "W": 1.0862330555028166e-06, + "N": 3.4370489174762042e-06, + "Y": 0.0008110148482955992, + "U": 7.868267175581423e-07, + "K": 6.7491719164536335e-06, + "L": 2.717358484005672e-06, + "G": 0.00017688010120764375, + "F": 0.00441244849935174, + "E": 6.206742546055466e-05, + "T": 0.0007066366379149258, + "P": 0.05996112897992134, + "-": 0.9336816668510437 + }, + "id": "tp_20885" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2610644, + "label": "-", + "classification": { + "B": 8.817734851618297e-06, + "S": 7.70104907132918e-06, + "I": 0.00016352756938431412, + "C": 0.0003178930201102048, + "R": 3.958159504691139e-05, + "M": 0.00044442794751375914, + "O": 0.0001078589993994683, + "W": 9.186646821035538e-06, + "N": 2.422261968604289e-05, + "Y": 0.007399200461804867, + "U": 7.234114491438959e-06, + "K": 0.0002707830280996859, + "L": 2.6441513909958303e-05, + "G": 0.0026097362861037254, + "F": 0.028035704046487808, + "E": 0.0011588615598157048, + "T": 0.0025012358091771603, + "P": 0.031701456755399704, + "-": 0.925166130065918 + }, + "id": "tp_20886" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2610777, + "label": "-", + "classification": { + "B": 1.6979448957954446e-07, + "S": 3.4844965739466716e-06, + "I": 3.6292617551225703e-06, + "C": 3.1295683129428653e-06, + "R": 9.227953228219121e-07, + "M": 7.114528125384822e-05, + "O": 2.8004738851450384e-05, + "W": 9.27663279526314e-07, + "N": 5.571590691033634e-07, + "Y": 0.0014907224103808403, + "U": 4.0249997113050995e-08, + "K": 1.0823231605172623e-05, + "L": 1.8798471046466148e-06, + "G": 0.00025207584258168936, + "F": 0.015617533586919308, + "E": 3.598147304728627e-05, + "T": 0.0009780513355508447, + "P": 0.007344796322286129, + "-": 0.9741560816764832 + }, + "id": "tp_20887" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2610878, + "label": "-", + "classification": { + "B": 3.3626126327845896e-09, + "S": 3.3755110706579217e-08, + "I": 2.289169788127765e-05, + "C": 3.0647376547676686e-07, + "R": 2.703339987419895e-07, + "M": 4.391924903757172e-06, + "O": 2.34873050430906e-06, + "W": 4.368152772826761e-08, + "N": 3.2239023539659684e-07, + "Y": 0.0007592974579893053, + "U": 1.2899434409519017e-08, + "K": 1.4589080592486425e-06, + "L": 2.86069674615419e-08, + "G": 2.494993168511428e-05, + "F": 0.0003453549579717219, + "E": 1.5826512935745995e-06, + "T": 0.00035278554423712194, + "P": 0.0066954465582966805, + "-": 0.9917884469032288 + }, + "id": "tp_20888" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2611011, + "label": "-", + "classification": { + "B": 6.274073705014871e-09, + "S": 3.6691474747385655e-07, + "I": 2.7483854410093045e-06, + "C": 3.3284577511949465e-05, + "R": 7.4911126830556896e-06, + "M": 7.982027455000207e-05, + "O": 1.6903150026337244e-05, + "W": 2.0995501870402222e-07, + "N": 3.1746932194209876e-08, + "Y": 0.00596697349101305, + "U": 7.047971095630601e-09, + "K": 7.716661230006139e-07, + "L": 2.1105847736180294e-06, + "G": 0.00023346209491137415, + "F": 0.002487440360710025, + "E": 7.935855705909489e-07, + "T": 0.0011549219489097595, + "P": 0.0001945409894688055, + "-": 0.9898181557655334 + }, + "id": "tp_20889" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2611144, + "label": "-", + "classification": { + "B": 2.975194490772992e-08, + "S": 3.384893432212266e-08, + "I": 1.0115746817973559e-06, + "C": 4.824800612368563e-07, + "R": 9.315628801687126e-08, + "M": 1.0391963769507129e-06, + "O": 6.738682145623898e-07, + "W": 3.500624501384664e-08, + "N": 6.141889485888896e-08, + "Y": 0.00012701211380772293, + "U": 1.37909381692225e-08, + "K": 7.741665285720956e-06, + "L": 2.999169979034377e-08, + "G": 2.344901076867245e-05, + "F": 0.0029632437508553267, + "E": 1.1193647878826596e-05, + "T": 4.139586599194445e-05, + "P": 0.00923733226954937, + "-": 0.9875850677490234 + }, + "id": "tp_20890" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2611278, + "label": "-", + "classification": { + "B": 1.5918484450594406e-06, + "S": 6.795135959691834e-06, + "I": 9.712927567306906e-05, + "C": 3.135872248094529e-05, + "R": 9.582311577105429e-06, + "M": 0.00029499741503968835, + "O": 7.084666140144691e-05, + "W": 4.427916337590432e-06, + "N": 8.768152838456444e-06, + "Y": 0.005303594749420881, + "U": 9.17172769732133e-07, + "K": 9.465636139793787e-06, + "L": 7.125629508664133e-06, + "G": 0.0003294859197922051, + "F": 0.01607697270810604, + "E": 0.00016029694234021008, + "T": 0.0015978107694536448, + "P": 0.02485494874417782, + "-": 0.9511339068412781 + }, + "id": "tp_20891" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2611378, + "label": "-", + "classification": { + "B": 8.453027788846157e-08, + "S": 1.5637544592550512e-08, + "I": 7.236025112433708e-08, + "C": 5.688578994522686e-07, + "R": 3.475646437323121e-08, + "M": 1.0606832802295685e-05, + "O": 9.977818535844563e-07, + "W": 4.114963036982999e-09, + "N": 1.1408285427449982e-09, + "Y": 0.00016265235899481922, + "U": 1.389867942958034e-10, + "K": 3.289086336621949e-09, + "L": 4.0842374460225983e-07, + "G": 0.00011778055340982974, + "F": 0.0044549074955284595, + "E": 1.5285414747268078e-06, + "T": 4.7029014240251854e-05, + "P": 0.0008524024742655456, + "-": 0.9943509101867676 + }, + "id": "tp_20892" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2611512, + "label": "-", + "classification": { + "B": 1.3854078995123587e-09, + "S": 8.12733134125665e-08, + "I": 3.132364554403466e-06, + "C": 3.015091749603016e-07, + "R": 9.633751574256166e-08, + "M": 4.9187903641723096e-05, + "O": 3.967792054027086e-06, + "W": 2.1535941030492722e-08, + "N": 2.8899572512841587e-08, + "Y": 0.028657415881752968, + "U": 1.9123631844752964e-10, + "K": 4.3131939264640096e-07, + "L": 4.5890658384450944e-08, + "G": 0.00019188910664524883, + "F": 0.0005375059554353356, + "E": 2.0812346974707907e-06, + "T": 0.0018529972294345498, + "P": 0.0002262747148051858, + "-": 0.9684745669364929 + }, + "id": "tp_20893" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2611645, + "label": "-", + "classification": { + "B": 2.0426948310614534e-07, + "S": 4.977367552783107e-06, + "I": 3.10790455841925e-05, + "C": 2.7931275326409377e-05, + "R": 1.0736892363638617e-05, + "M": 0.0007309220382012427, + "O": 0.0001399035390932113, + "W": 2.6112627438124036e-06, + "N": 1.2440548289305298e-06, + "Y": 0.017274439334869385, + "U": 7.08707545982179e-08, + "K": 1.1327079846523702e-05, + "L": 1.741852429404389e-05, + "G": 0.002884513232856989, + "F": 0.010092011652886868, + "E": 7.104274118319154e-05, + "T": 0.007097170688211918, + "P": 0.001376147149130702, + "-": 0.9602261781692505 + }, + "id": "tp_20894" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2611778, + "label": "-", + "classification": { + "B": 2.882842409235309e-07, + "S": 1.0058423640657566e-06, + "I": 5.620256706606597e-05, + "C": 2.8939432013430633e-05, + "R": 2.71722146862885e-05, + "M": 0.0001893014705274254, + "O": 7.541390368714929e-05, + "W": 1.7116368553615757e-06, + "N": 5.601095267593337e-07, + "Y": 0.0013420329196378589, + "U": 8.833564635324365e-08, + "K": 2.109137398065286e-08, + "L": 1.442231769033242e-05, + "G": 9.710025187814608e-05, + "F": 0.0006173719302751124, + "E": 2.5558438210282475e-06, + "T": 0.0009544004569761455, + "P": 0.005583491176366806, + "-": 0.9910079836845398 + }, + "id": "tp_20895" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2611879, + "label": "-", + "classification": { + "B": 7.397520818130943e-09, + "S": 1.9044236410081794e-08, + "I": 1.726042597738342e-07, + "C": 2.526164450955548e-07, + "R": 1.1597433058341267e-07, + "M": 1.3992885214975104e-05, + "O": 1.7045668982973439e-06, + "W": 6.646010408672964e-09, + "N": 1.5613301762584797e-09, + "Y": 0.0005244958447292447, + "U": 2.230911289036186e-10, + "K": 3.3228816920249926e-10, + "L": 5.406374725680507e-07, + "G": 2.8494214348029345e-05, + "F": 0.0013190030585974455, + "E": 3.853145926768775e-07, + "T": 0.00017914069758262485, + "P": 0.0006809605984017253, + "-": 0.9972508549690247 + }, + "id": "tp_20896" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2612012, + "label": "-", + "classification": { + "B": 3.2072151601170162e-09, + "S": 1.4484811128312458e-09, + "I": 1.8052856987083032e-09, + "C": 4.328689851007539e-09, + "R": 9.50781786634991e-10, + "M": 3.992948052200518e-07, + "O": 1.5455793800356332e-07, + "W": 3.6408262515941203e-10, + "N": 1.2461906506722187e-11, + "Y": 1.661570422584191e-06, + "U": 6.095622596090366e-13, + "K": 2.614201173242736e-12, + "L": 7.340786645215758e-09, + "G": 4.4878893845634593e-07, + "F": 0.00023032305762171745, + "E": 6.816105901918945e-09, + "T": 7.520281428696762e-07, + "P": 0.0003569487889762968, + "-": 0.9994093179702759 + }, + "id": "tp_20897" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2612145, + "label": "-", + "classification": { + "B": 2.660389327502344e-06, + "S": 7.148274562496226e-06, + "I": 1.828955100791063e-05, + "C": 9.683428288553841e-06, + "R": 5.589547527051764e-06, + "M": 0.0007802819600328803, + "O": 5.076105662737973e-05, + "W": 1.8971448980664718e-06, + "N": 9.771086979526444e-07, + "Y": 0.022428538650274277, + "U": 9.61897157480962e-08, + "K": 7.27415390429087e-05, + "L": 6.782517630199436e-06, + "G": 0.0049707526341080666, + "F": 0.012399322353303432, + "E": 0.0002336574689252302, + "T": 0.003490991424769163, + "P": 0.001588751096278429, + "-": 0.9539309144020081 + }, + "id": "tp_20898" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2612279, + "label": "-", + "classification": { + "B": 1.5162017916736659e-05, + "S": 2.1503568859770894e-05, + "I": 4.865672963205725e-05, + "C": 0.00014394105528481305, + "R": 4.397974771563895e-05, + "M": 0.0005271624540910125, + "O": 0.00020285241771489382, + "W": 1.0901053428824525e-05, + "N": 6.448855856433511e-06, + "Y": 0.005092411767691374, + "U": 2.4368721369683044e-06, + "K": 2.3389207854052074e-05, + "L": 8.077380334725603e-05, + "G": 0.0022124056704342365, + "F": 0.07429451495409012, + "E": 0.00011836927296826616, + "T": 0.002014209982007742, + "P": 0.014664110727608204, + "-": 0.9004768133163452 + }, + "id": "tp_20899" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2612379, + "label": "-", + "classification": { + "B": 9.921710120153193e-10, + "S": 1.1251184872662634e-08, + "I": 1.317409441980999e-06, + "C": 8.212603574975219e-08, + "R": 2.7401425128914525e-08, + "M": 5.028553914598888e-06, + "O": 8.708391305844998e-07, + "W": 9.289122360200963e-09, + "N": 3.327235376104909e-08, + "Y": 0.0007790642557665706, + "U": 9.353370300502206e-10, + "K": 3.3996418125070704e-08, + "L": 8.888680902430224e-09, + "G": 4.124553925066721e-06, + "F": 0.00022061362687963992, + "E": 9.845715567280422e-07, + "T": 0.00017614384705666453, + "P": 0.0031060990877449512, + "-": 0.9957055449485779 + }, + "id": "tp_20900" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2612513, + "label": "-", + "classification": { + "B": 1.680626519373618e-05, + "S": 3.720551831065677e-05, + "I": 0.0007463662186637521, + "C": 0.008228519931435585, + "R": 0.0018090602243319154, + "M": 0.0025177744682878256, + "O": 0.0014087839517742395, + "W": 7.771768287057057e-05, + "N": 7.317587733268738e-05, + "Y": 0.05672769621014595, + "U": 2.0306666556280106e-05, + "K": 0.00019856335711665452, + "L": 0.00046347573515959084, + "G": 0.009721467271447182, + "F": 0.028564458712935448, + "E": 0.000626170716714114, + "T": 0.011019816622138023, + "P": 0.012096438556909561, + "-": 0.8656460642814636 + }, + "id": "tp_20901" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2612646, + "label": "-", + "classification": { + "B": 0.00012884943862445652, + "S": 0.0001835426955949515, + "I": 0.00011174505925737321, + "C": 2.4585835490142927e-05, + "R": 2.554285129008349e-05, + "M": 0.0019473813008517027, + "O": 0.0007529578288085759, + "W": 3.404646849958226e-05, + "N": 3.9260989979084115e-06, + "Y": 0.0019440773176029325, + "U": 5.095712367619853e-07, + "K": 2.0348306861706078e-07, + "L": 0.0004729109350591898, + "G": 0.001170466304756701, + "F": 0.014643735252320766, + "E": 6.14078453509137e-05, + "T": 0.0021139620803296566, + "P": 0.01717325858771801, + "-": 0.9592068195343018 + }, + "id": "tp_20902" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2612779, + "label": "-", + "classification": { + "B": 5.203133923714631e-09, + "S": 5.68723805827176e-07, + "I": 1.7301721300100326e-06, + "C": 3.746657029068956e-08, + "R": 2.976335089499571e-08, + "M": 2.8018155717290938e-05, + "O": 7.265321983140893e-06, + "W": 1.3628482520289253e-07, + "N": 1.2740217414375365e-07, + "Y": 0.0007387762307189405, + "U": 4.94152774255241e-10, + "K": 2.6252956786265713e-07, + "L": 5.8989861884128914e-08, + "G": 1.0323819878976792e-05, + "F": 0.002541652647778392, + "E": 2.188440475947573e-06, + "T": 0.000688358093611896, + "P": 0.003523625433444977, + "-": 0.9924569129943848 + }, + "id": "tp_20903" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2612880, + "label": "-", + "classification": { + "B": 2.6538107267271016e-09, + "S": 1.188993152823059e-07, + "I": 9.703909853442383e-08, + "C": 2.966691425854151e-08, + "R": 9.334502948377121e-09, + "M": 6.201701125974068e-06, + "O": 2.249391400255263e-06, + "W": 1.5315205104116103e-08, + "N": 2.7698621174465643e-09, + "Y": 0.00018747877038549632, + "U": 4.626147728781227e-11, + "K": 1.5394229535559134e-07, + "L": 5.349979659285964e-08, + "G": 4.755456029670313e-05, + "F": 0.0031382630113512278, + "E": 5.743213478126563e-07, + "T": 0.00016151850286405534, + "P": 0.00027876775129698217, + "-": 0.9961768388748169 + }, + "id": "tp_20904" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2613013, + "label": "-", + "classification": { + "B": 1.6431849214626482e-09, + "S": 7.431832926840798e-09, + "I": 1.954562776518287e-06, + "C": 5.961111071428604e-08, + "R": 1.3392018161084707e-08, + "M": 2.9776649626001017e-06, + "O": 4.053543989357422e-07, + "W": 8.227890369028046e-09, + "N": 5.102515387989115e-08, + "Y": 0.00040757536771707237, + "U": 1.3791578989952313e-09, + "K": 1.4780684978177305e-06, + "L": 5.937709435244187e-09, + "G": 1.2127207810408436e-05, + "F": 0.0008679373422637582, + "E": 4.41188967670314e-06, + "T": 0.00011237252329010516, + "P": 0.006592107471078634, + "-": 0.9919963479042053 + }, + "id": "tp_20905" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2613146, + "label": "-", + "classification": { + "B": 1.2638876611958949e-08, + "S": 7.631622001014193e-10, + "I": 2.4125871078695127e-08, + "C": 2.4487576411047485e-08, + "R": 3.783185764660857e-09, + "M": 4.439581971382722e-06, + "O": 4.6891392457837355e-07, + "W": 2.4362187267534807e-10, + "N": 6.198134366863783e-11, + "Y": 9.847050023381598e-06, + "U": 7.778173070904781e-12, + "K": 4.3728714226032306e-13, + "L": 1.7849095002020476e-07, + "G": 1.0490170097909868e-05, + "F": 5.353143569664098e-05, + "E": 3.2217180034876947e-08, + "T": 2.0327426682342775e-05, + "P": 0.0006911585223861039, + "-": 0.9992095232009888 + }, + "id": "tp_20906" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2613280, + "label": "-", + "classification": { + "B": 1.3058878978178257e-10, + "S": 1.2120232595336233e-09, + "I": 7.215179209651978e-08, + "C": 2.8015856301522035e-09, + "R": 5.550169213108802e-10, + "M": 8.50491659321051e-08, + "O": 3.7634166005773295e-08, + "W": 7.84190601343937e-10, + "N": 1.0642627890078415e-09, + "Y": 1.3419677088677417e-05, + "U": 3.7882502690322895e-11, + "K": 5.01938668406865e-09, + "L": 5.706136119165706e-10, + "G": 3.076453083394881e-07, + "F": 0.0004612594493664801, + "E": 1.3016772015816969e-07, + "T": 7.239545084303245e-06, + "P": 0.010537365451455116, + "-": 0.9889800548553467 + }, + "id": "tp_20907" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2613380, + "label": "-", + "classification": { + "B": 2.2549700588569976e-05, + "S": 2.2884938516654074e-05, + "I": 0.001623808522708714, + "C": 0.0005773926386609674, + "R": 0.00023589518968947232, + "M": 0.0006612605066038668, + "O": 0.0003292457840871066, + "W": 5.407483331509866e-05, + "N": 0.0001184291613753885, + "Y": 0.005465040914714336, + "U": 2.6330206310376525e-05, + "K": 0.0008808982092887163, + "L": 6.709984154440463e-05, + "G": 0.0023504174314439297, + "F": 0.022165583446621895, + "E": 0.0011923679849132895, + "T": 0.003245460567995906, + "P": 0.04770604521036148, + "-": 0.9132552146911621 + }, + "id": "tp_20908" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2613514, + "label": "-", + "classification": { + "B": 8.448874723399058e-06, + "S": 2.3516908186138608e-05, + "I": 2.6262092433171347e-05, + "C": 1.5341320249717683e-05, + "R": 1.0873313840420451e-05, + "M": 0.000685445440467447, + "O": 0.00037444705958478153, + "W": 6.2632825574837625e-06, + "N": 1.003991428660811e-06, + "Y": 0.00039494215161539614, + "U": 9.372711673449885e-08, + "K": 6.090872517461321e-08, + "L": 9.437953121960163e-05, + "G": 0.00036614012788049877, + "F": 0.0035933563485741615, + "E": 1.3664515790878795e-05, + "T": 0.0009362591081298888, + "P": 0.0038357710000127554, + "-": 0.9896137118339539 + }, + "id": "tp_20909" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2613647, + "label": "-", + "classification": { + "B": 4.28578179889616e-12, + "S": 1.0629174207466008e-09, + "I": 7.861573436684921e-08, + "C": 3.211433607930303e-08, + "R": 2.5040455042812937e-08, + "M": 1.3602715625893325e-05, + "O": 3.899929765793786e-07, + "W": 2.3887411493284105e-10, + "N": 6.400602964307112e-11, + "Y": 0.0013681029668077826, + "U": 4.65422893367734e-13, + "K": 1.1930420193428937e-11, + "L": 2.271378107820965e-08, + "G": 1.1925325452466495e-05, + "F": 0.00026907309074886143, + "E": 8.462384570862014e-09, + "T": 0.0001745473564369604, + "P": 2.755799505393952e-05, + "-": 0.9981346130371094 + }, + "id": "tp_20910" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2613780, + "label": "-", + "classification": { + "B": 1.2776845553785776e-12, + "S": 5.464162542573314e-12, + "I": 3.5552918387082855e-09, + "C": 1.2596750031956816e-11, + "R": 7.48651954231988e-13, + "M": 1.2370732216382407e-09, + "O": 3.9544814645076087e-10, + "W": 1.7972558120568638e-12, + "N": 3.703845216640467e-11, + "Y": 2.3632900081338448e-07, + "U": 1.1950851549688557e-13, + "K": 1.0424588969826232e-10, + "L": 1.1397999514703439e-12, + "G": 7.947137170560836e-09, + "F": 3.651918450486846e-05, + "E": 4.9732413742731296e-08, + "T": 1.493352641546153e-07, + "P": 0.032001446932554245, + "-": 0.9679617285728455 + }, + "id": "tp_20911" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2613881, + "label": "-", + "classification": { + "B": 1.233859125981951e-09, + "S": 3.627103239978169e-08, + "I": 3.5595044209912885e-06, + "C": 2.4349433260795195e-06, + "R": 2.702178960589663e-07, + "M": 2.3000295186648145e-05, + "O": 3.2768493838375434e-06, + "W": 4.3637623292624994e-08, + "N": 1.4129641101590096e-07, + "Y": 0.008564293384552002, + "U": 1.376120106755252e-09, + "K": 1.5534840713371523e-05, + "L": 7.105629151737958e-08, + "G": 0.0004248502373229712, + "F": 0.006521347910165787, + "E": 3.380418274900876e-05, + "T": 0.0007115442422218621, + "P": 0.0014504893915727735, + "-": 0.9822453260421753 + }, + "id": "tp_20912" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2614014, + "label": "-", + "classification": { + "B": 5.705121708388106e-09, + "S": 2.039477521975641e-06, + "I": 3.852858299069339e-06, + "C": 2.023316710619838e-06, + "R": 4.775849333782389e-07, + "M": 4.1085870179813355e-05, + "O": 2.4975013729999773e-05, + "W": 5.105802642901835e-07, + "N": 2.9412802859951626e-07, + "Y": 0.010268324986100197, + "U": 2.887610595081469e-09, + "K": 6.22723337073694e-06, + "L": 4.232649075674999e-07, + "G": 0.00026966171571984887, + "F": 0.007838980294764042, + "E": 9.965640856535174e-06, + "T": 0.00267675518989563, + "P": 0.0011510582407936454, + "-": 0.9777032732963562 + }, + "id": "tp_20913" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2614147, + "label": "-", + "classification": { + "B": 1.0196568211995327e-07, + "S": 9.386538977196324e-07, + "I": 4.050870302307885e-06, + "C": 2.2397373413696187e-06, + "R": 6.585788696611417e-07, + "M": 7.271993672475219e-05, + "O": 2.1093757823109627e-05, + "W": 6.697479193462641e-07, + "N": 4.682738392602914e-07, + "Y": 0.004767274018377066, + "U": 4.402485842547321e-08, + "K": 2.737221984716598e-05, + "L": 9.61372734309407e-07, + "G": 0.000366279884474352, + "F": 0.010079593397676945, + "E": 3.2908679713727906e-05, + "T": 0.000957256241235882, + "P": 0.003736906684935093, + "-": 0.9799285531044006 + }, + "id": "tp_20914" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2614281, + "label": "-", + "classification": { + "B": 2.6779494177731067e-08, + "S": 3.494857025998499e-08, + "I": 8.9906393441197e-07, + "C": 1.9318611066410085e-06, + "R": 2.511648062863969e-07, + "M": 2.371619120822288e-05, + "O": 2.2158847059472464e-06, + "W": 1.6879406317116263e-08, + "N": 2.439793966857451e-08, + "Y": 0.0011681882897391915, + "U": 6.700832777539745e-09, + "K": 4.276013854109806e-08, + "L": 3.301086906049022e-07, + "G": 6.349426985252649e-05, + "F": 0.0010598984081298113, + "E": 1.02117735423235e-06, + "T": 0.00043056736467406154, + "P": 0.001940208487212658, + "-": 0.9953070282936096 + }, + "id": "tp_20915" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2614381, + "label": "-", + "classification": { + "B": 4.6274095666376525e-08, + "S": 9.052449172486376e-07, + "I": 6.589685881408514e-07, + "C": 8.907319966056093e-07, + "R": 1.8234753440538043e-07, + "M": 5.03439805470407e-05, + "O": 8.515842637280002e-06, + "W": 2.0353456875454867e-07, + "N": 8.929607986374322e-08, + "Y": 0.004805675242096186, + "U": 2.857313496917868e-09, + "K": 2.437130933685694e-05, + "L": 6.704587462991185e-07, + "G": 0.0013085755053907633, + "F": 0.07220447808504105, + "E": 4.765217818203382e-05, + "T": 0.0006604345398955047, + "P": 0.0018406531307846308, + "-": 0.919045627117157 + }, + "id": "tp_20916" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2614515, + "label": "-", + "classification": { + "B": 1.0105745407162914e-10, + "S": 1.2410480421110037e-09, + "I": 1.0462965747137787e-06, + "C": 1.1220782170084931e-07, + "R": 2.0156969426921023e-08, + "M": 2.3811575999843626e-07, + "O": 1.1877419581196591e-07, + "W": 8.961844044641509e-10, + "N": 6.378022998632105e-09, + "Y": 1.7030859453370795e-05, + "U": 2.6774918393535074e-10, + "K": 5.665486302319778e-09, + "L": 2.445033508990946e-09, + "G": 7.814241484993545e-07, + "F": 0.00012661516666412354, + "E": 1.3363924722398224e-07, + "T": 1.4295662367658224e-05, + "P": 0.00938455667346716, + "-": 0.9904550909996033 + }, + "id": "tp_20917" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2614648, + "label": "-", + "classification": { + "B": 9.349686358461895e-09, + "S": 2.1222774648776976e-09, + "I": 1.6447950201836647e-07, + "C": 2.0904811037780746e-07, + "R": 1.83542887555177e-08, + "M": 1.6401264701926266e-06, + "O": 1.7583900557838206e-07, + "W": 1.173822705702321e-09, + "N": 1.1878791283947976e-09, + "Y": 8.484652062179521e-05, + "U": 2.4399407494435366e-10, + "K": 1.1767503638182575e-09, + "L": 2.2989754100422033e-08, + "G": 7.776785423629917e-06, + "F": 0.000301663123536855, + "E": 2.639346234900586e-07, + "T": 1.8776107026496902e-05, + "P": 0.0028449976816773415, + "-": 0.9967395663261414 + }, + "id": "tp_20918" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2614781, + "label": "Y", + "classification": { + "B": 4.5290741468306805e-07, + "S": 2.9668082788703032e-05, + "I": 0.0004060174978803843, + "C": 0.0022502567153424025, + "R": 0.0008725500083528459, + "M": 0.0023647774942219257, + "O": 0.0006372641655616462, + "W": 1.1567078217922244e-05, + "N": 4.892081506113755e-06, + "Y": 0.5302625298500061, + "U": 9.070725326409956e-08, + "K": 5.691248588846065e-06, + "L": 0.00011500866094138473, + "G": 0.01763603277504444, + "F": 0.006206063088029623, + "E": 1.54406443471089e-05, + "T": 0.08727895468473434, + "P": 0.00012571610568556935, + "-": 0.351777046918869 + }, + "id": "tp_20919" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2614882, + "label": "-", + "classification": { + "B": 9.587681688572047e-07, + "S": 2.3609798518009484e-05, + "I": 0.002544084796682, + "C": 3.7382804293883964e-05, + "R": 5.027470979257487e-05, + "M": 0.0021765411365777254, + "O": 0.0002488423779141158, + "W": 1.0828503036464099e-05, + "N": 6.401512655429542e-05, + "Y": 0.11829418689012527, + "U": 5.376674039325735e-07, + "K": 0.00016778353892732412, + "L": 1.0696551726141479e-05, + "G": 0.0035417554900050163, + "F": 0.012401244603097439, + "E": 0.00029710945091210306, + "T": 0.03219729661941528, + "P": 0.007464328780770302, + "-": 0.8204684257507324 + }, + "id": "tp_20920" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2615015, + "label": "-", + "classification": { + "B": 4.7025088861119e-05, + "S": 0.00022347932099364698, + "I": 0.0022158788051456213, + "C": 0.003287206869572401, + "R": 0.0014183727325871587, + "M": 0.009164172224700451, + "O": 0.002395477145910263, + "W": 0.00012110356328776106, + "N": 0.00013023466453887522, + "Y": 0.10306435823440552, + "U": 2.2233169147511944e-05, + "K": 0.000183637035661377, + "L": 0.0010653674835339189, + "G": 0.018882710486650467, + "F": 0.03893277421593666, + "E": 0.0010872691636905074, + "T": 0.02854260988533497, + "P": 0.013925516046583652, + "-": 0.7752905488014221 + }, + "id": "tp_20921" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2615148, + "label": "G", + "classification": { + "B": 0.0006597143947146833, + "S": 0.011790950782597065, + "I": 0.015575183555483818, + "C": 0.016198528930544853, + "R": 0.006934396456927061, + "M": 0.026118047535419464, + "O": 0.01886315830051899, + "W": 0.005401533097028732, + "N": 0.009933424182236195, + "Y": 0.15890105068683624, + "U": 0.000475666398415342, + "K": 0.09463723748922348, + "L": 0.004787494894117117, + "G": 0.18247735500335693, + "F": 0.15297985076904297, + "E": 0.03909623622894287, + "T": 0.08963663130998611, + "P": 0.02072669006884098, + "-": 0.1448068618774414 + }, + "id": "tp_20922" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2615282, + "label": "Y", + "classification": { + "B": 0.0006043739849701524, + "S": 0.00878213718533516, + "I": 0.007822453044354916, + "C": 0.010008489713072777, + "R": 0.007746577262878418, + "M": 0.03905444219708443, + "O": 0.020735088735818863, + "W": 0.002674666466191411, + "N": 0.0018810768378898501, + "Y": 0.30751579999923706, + "U": 0.00011544506560312584, + "K": 0.005511277820914984, + "L": 0.010666964575648308, + "G": 0.16503922641277313, + "F": 0.08961881697177887, + "E": 0.0050417096354067326, + "T": 0.15584810078144073, + "P": 0.005524457432329655, + "-": 0.15580886602401733 + }, + "id": "tp_20923" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2615382, + "label": "-", + "classification": { + "B": 4.991150944988476e-06, + "S": 1.8441274733049795e-05, + "I": 0.0010903916554525495, + "C": 0.00017933305935002863, + "R": 9.919772855937481e-05, + "M": 0.00488127488642931, + "O": 0.0006996635347604752, + "W": 1.0287556506227702e-05, + "N": 2.1836198357050307e-05, + "Y": 0.38545843958854675, + "U": 2.6128003582925885e-07, + "K": 2.5578012355254032e-05, + "L": 4.887670002062805e-05, + "G": 0.02765013836324215, + "F": 0.0050796763971447945, + "E": 0.00021030391508247703, + "T": 0.05497945472598076, + "P": 0.0009585294756107032, + "-": 0.5185832977294922 + }, + "id": "tp_20924" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2615516, + "label": "-", + "classification": { + "B": 0.00013123397366143763, + "S": 0.000858080864418298, + "I": 0.012054606340825558, + "C": 0.00620292779058218, + "R": 0.0008918414241634309, + "M": 0.006711599882692099, + "O": 0.0031591469887644053, + "W": 0.0006713516777381301, + "N": 0.004885363858193159, + "Y": 0.14040914177894592, + "U": 5.7131976063828915e-05, + "K": 0.05295875295996666, + "L": 0.00037375310785137117, + "G": 0.11080389469861984, + "F": 0.13770031929016113, + "E": 0.07921148836612701, + "T": 0.03380626067519188, + "P": 0.08792369812726974, + "-": 0.32118940353393555 + }, + "id": "tp_20925" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2615649, + "label": "-", + "classification": { + "B": 7.392799943772843e-06, + "S": 0.0001476312754675746, + "I": 0.00028877536533400416, + "C": 0.000641783932223916, + "R": 0.0005896801012568176, + "M": 0.011990259401500225, + "O": 0.0020636743865907192, + "W": 4.255155363352969e-05, + "N": 1.1522061868163291e-05, + "Y": 0.38230326771736145, + "U": 5.073745796835283e-07, + "K": 3.707552968990058e-05, + "L": 0.0005861682584509254, + "G": 0.029588311910629272, + "F": 0.02868492342531681, + "E": 5.99122722633183e-05, + "T": 0.08339528739452362, + "P": 0.0005166197079233825, + "-": 0.45904457569122314 + }, + "id": "tp_20926" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2615782, + "label": "-", + "classification": { + "B": 2.399513869022485e-05, + "S": 0.00045131176011636853, + "I": 0.013914757408201694, + "C": 0.003138067899271846, + "R": 0.0020709559321403503, + "M": 0.0037971166893839836, + "O": 0.0030428862664848566, + "W": 0.0006631367141380906, + "N": 0.0023498807568103075, + "Y": 0.26282981038093567, + "U": 7.6797186920885e-05, + "K": 0.01548969466239214, + "L": 0.00017788387776818126, + "G": 0.018597252666950226, + "F": 0.043662190437316895, + "E": 0.005054003559052944, + "T": 0.057183004915714264, + "P": 0.03369670733809471, + "-": 0.5337804555892944 + }, + "id": "tp_20927" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2615883, + "label": "-", + "classification": { + "B": 3.375109736225568e-05, + "S": 0.00014128557813819498, + "I": 0.0021328746806830168, + "C": 0.001999181229621172, + "R": 0.0015534702688455582, + "M": 0.013650016859173775, + "O": 0.0012987535446882248, + "W": 0.00010671550990082324, + "N": 7.699290290474892e-05, + "Y": 0.21001429855823517, + "U": 2.1310841475497e-05, + "K": 0.0001912257430376485, + "L": 0.0005778390332125127, + "G": 0.015215174295008183, + "F": 0.01777626946568489, + "E": 0.0003719627275131643, + "T": 0.0979834571480751, + "P": 0.003621382173150778, + "-": 0.6332340240478516 + }, + "id": "tp_20928" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2616016, + "label": "-", + "classification": { + "B": 0.00015128616360016167, + "S": 0.0005542109720408916, + "I": 0.016425181180238724, + "C": 0.0063407281413674355, + "R": 0.004535621497780085, + "M": 0.012576841749250889, + "O": 0.006388018373399973, + "W": 0.0005801905645057559, + "N": 0.0009674653992988169, + "Y": 0.18904156982898712, + "U": 8.772061119088903e-05, + "K": 0.0005980106652714312, + "L": 0.0011895176721736789, + "G": 0.01968063972890377, + "F": 0.018298320472240448, + "E": 0.0014363484224304557, + "T": 0.06500432640314102, + "P": 0.02152128331363201, + "-": 0.6346227526664734 + }, + "id": "tp_20929" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2616149, + "label": "G", + "classification": { + "B": 0.00013091943401377648, + "S": 0.003178215818479657, + "I": 0.0002663636696524918, + "C": 0.02712034061551094, + "R": 0.0061465599574148655, + "M": 0.04023884981870651, + "O": 0.008925477974116802, + "W": 0.0006090072565712035, + "N": 0.00011174981773365289, + "Y": 0.12024246901273727, + "U": 7.218713108159136e-06, + "K": 0.0014880492817610502, + "L": 0.01220013853162527, + "G": 0.4537630081176758, + "F": 0.184308260679245, + "E": 0.0033468755427747965, + "T": 0.06455107778310776, + "P": 0.00045705787488259375, + "-": 0.07290827482938766 + }, + "id": "tp_20930" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2616283, + "label": "-", + "classification": { + "B": 0.00023262803733814508, + "S": 0.0002874684287235141, + "I": 0.04092918708920479, + "C": 0.006075729615986347, + "R": 0.003726175520569086, + "M": 0.030549930408596992, + "O": 0.0054933843202888966, + "W": 0.00029426757828332484, + "N": 0.0008749788976274431, + "Y": 0.3103993535041809, + "U": 2.9968583476147614e-05, + "K": 2.5249848476960324e-05, + "L": 0.00139207998290658, + "G": 0.01953314058482647, + "F": 0.002807738957926631, + "E": 0.0011447126744315028, + "T": 0.1460106372833252, + "P": 0.012357586994767189, + "-": 0.4178357720375061 + }, + "id": "tp_20931" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2616383, + "label": "Y", + "classification": { + "B": 0.0006908972864039242, + "S": 0.011373819783329964, + "I": 0.01851264201104641, + "C": 0.024488095194101334, + "R": 0.011273695155978203, + "M": 0.03157631307840347, + "O": 0.01479947566986084, + "W": 0.004186074249446392, + "N": 0.004262147005647421, + "Y": 0.4079185724258423, + "U": 0.00012492798850871623, + "K": 0.0061957743018865585, + "L": 0.0031449287198483944, + "G": 0.07631073147058487, + "F": 0.08217496424913406, + "E": 0.005089159123599529, + "T": 0.14816692471504211, + "P": 0.007767567411065102, + "-": 0.14194327592849731 + }, + "id": "tp_20932" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2616517, + "label": "-", + "classification": { + "B": 0.003794275689870119, + "S": 0.0024253553710877895, + "I": 0.007504731882363558, + "C": 0.05551920086145401, + "R": 0.018046749755740166, + "M": 0.031979188323020935, + "O": 0.018473951146006584, + "W": 0.0028769494965672493, + "N": 0.0012887072516605258, + "Y": 0.07743663340806961, + "U": 0.0004904826637357473, + "K": 0.0008418260840699077, + "L": 0.015886660665273666, + "G": 0.07655330002307892, + "F": 0.07085609436035156, + "E": 0.007682635448873043, + "T": 0.02815745770931244, + "P": 0.03592408075928688, + "-": 0.5442616939544678 + }, + "id": "tp_20933" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2616650, + "label": "-", + "classification": { + "B": 5.884909478481859e-05, + "S": 0.00036801371606998146, + "I": 0.0004744293401017785, + "C": 0.018919168040156364, + "R": 0.002744481433182955, + "M": 0.00583761278539896, + "O": 0.002696968847885728, + "W": 0.00034508525277487934, + "N": 0.0001694627571851015, + "Y": 0.1578977108001709, + "U": 3.745034337043762e-05, + "K": 0.006771170999854803, + "L": 0.0010193558409810066, + "G": 0.10505694150924683, + "F": 0.19319120049476624, + "E": 0.003983659204095602, + "T": 0.022500332444906235, + "P": 0.007030225358903408, + "-": 0.4708978831768036 + }, + "id": "tp_20934" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2616750, + "label": "G", + "classification": { + "B": 3.719303276739083e-05, + "S": 0.0012441377621144056, + "I": 0.0012322685215622187, + "C": 0.00022207143774721771, + "R": 4.909260314889252e-05, + "M": 0.003293792949989438, + "O": 0.002177746267989278, + "W": 0.0002077880344586447, + "N": 0.0007896290626376867, + "Y": 0.3115861713886261, + "U": 2.1213301693023823e-07, + "K": 0.05830385535955429, + "L": 9.1670619440265e-05, + "G": 0.3409053087234497, + "F": 0.17462913691997528, + "E": 0.03974691033363342, + "T": 0.020148564130067825, + "P": 0.00213110214099288, + "-": 0.04320339113473892 + }, + "id": "tp_20935" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2616884, + "label": "Y", + "classification": { + "B": 0.0022607960272580385, + "S": 0.003080859547480941, + "I": 0.08753940463066101, + "C": 0.06819810718297958, + "R": 0.024784116074442863, + "M": 0.03585456311702728, + "O": 0.015607601962983608, + "W": 0.003541707992553711, + "N": 0.012100834399461746, + "Y": 0.2687488794326782, + "U": 0.0013353810645639896, + "K": 0.003840896300971508, + "L": 0.00573072349652648, + "G": 0.08207805454730988, + "F": 0.017063479870557785, + "E": 0.015082038938999176, + "T": 0.13947637379169464, + "P": 0.02517879009246826, + "-": 0.18849731981754303 + }, + "id": "tp_20936" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2617017, + "label": "-", + "classification": { + "B": 0.00023967251763679087, + "S": 0.0007189891184680164, + "I": 0.0118038235232234, + "C": 0.005800968501716852, + "R": 0.0030877438839524984, + "M": 0.013426567427814007, + "O": 0.005639455746859312, + "W": 0.0004935419419780374, + "N": 0.001237847376614809, + "Y": 0.1661062091588974, + "U": 5.736357707064599e-05, + "K": 0.0012699452927336097, + "L": 0.0007597363437525928, + "G": 0.02532019652426243, + "F": 0.026406146585941315, + "E": 0.003981474321335554, + "T": 0.04377501457929611, + "P": 0.031155413016676903, + "-": 0.6587199568748474 + }, + "id": "tp_20937" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2617150, + "label": "Y", + "classification": { + "B": 0.00035385688534006476, + "S": 0.02101263217628002, + "I": 0.0034726890735328197, + "C": 0.004712958354502916, + "R": 0.0032633678056299686, + "M": 0.03447043523192406, + "O": 0.03754403069615364, + "W": 0.0030693933367729187, + "N": 0.0012243033852428198, + "Y": 0.393454909324646, + "U": 4.177930804871721e-06, + "K": 0.002588829258456826, + "L": 0.005894182249903679, + "G": 0.2318173348903656, + "F": 0.04585690051317215, + "E": 0.0010116621851921082, + "T": 0.1878480166196823, + "P": 0.0003332287597004324, + "-": 0.022067053243517876 + }, + "id": "tp_20938" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2617251, + "label": "Y", + "classification": { + "B": 8.358788363693748e-06, + "S": 0.0008492542547173798, + "I": 0.0006651223520748317, + "C": 0.010812874883413315, + "R": 0.0032122216653078794, + "M": 0.01545292604714632, + "O": 0.005714064463973045, + "W": 0.00021034614474046975, + "N": 6.912732351338491e-05, + "Y": 0.548803448677063, + "U": 6.98945598287537e-07, + "K": 0.0003332057676743716, + "L": 0.0009887636406347156, + "G": 0.11783597618341446, + "F": 0.02476375363767147, + "E": 0.000226404401473701, + "T": 0.18368873000144958, + "P": 0.00019693272770382464, + "-": 0.08616775274276733 + }, + "id": "tp_20939" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2617384, + "label": "-", + "classification": { + "B": 0.000558987318072468, + "S": 0.00081582588609308, + "I": 0.00299315107986331, + "C": 0.0042856307700276375, + "R": 0.001479113008826971, + "M": 0.013197758235037327, + "O": 0.004246036987751722, + "W": 0.0005621178424917161, + "N": 0.0005631872336380184, + "Y": 0.08116806298494339, + "U": 0.00011798152991104871, + "K": 0.004482402466237545, + "L": 0.002148797968402505, + "G": 0.08677583187818527, + "F": 0.10814405977725983, + "E": 0.01473576296120882, + "T": 0.030402956530451775, + "P": 0.029305772855877876, + "-": 0.6140165328979492 + }, + "id": "tp_20940" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2617518, + "label": "-", + "classification": { + "B": 0.0006842556758783758, + "S": 0.00658149179071188, + "I": 0.0034174795728176832, + "C": 0.00635230727493763, + "R": 0.0030310184229165316, + "M": 0.08120566606521606, + "O": 0.023563457652926445, + "W": 0.0008897047373466194, + "N": 0.0003201453073415905, + "Y": 0.1997891366481781, + "U": 1.6314085087287822e-06, + "K": 5.208494985708967e-05, + "L": 0.004113839473575354, + "G": 0.19751791656017303, + "F": 0.03806782886385918, + "E": 0.0017628356581553817, + "T": 0.19235488772392273, + "P": 0.0012589326361194253, + "-": 0.23903539776802063 + }, + "id": "tp_20941" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2617651, + "label": "-", + "classification": { + "B": 0.00038384756771847606, + "S": 0.0011146178003400564, + "I": 0.004257586784660816, + "C": 0.009877564385533333, + "R": 0.0061868405900895596, + "M": 0.03220893815159798, + "O": 0.008811688050627708, + "W": 0.0006289458251558244, + "N": 0.00040311290649697185, + "Y": 0.19823136925697327, + "U": 0.00012063500616932288, + "K": 0.00011132076178910211, + "L": 0.011185962706804276, + "G": 0.07674721628427505, + "F": 0.05817970633506775, + "E": 0.002427292987704277, + "T": 0.07430194318294525, + "P": 0.011087809689342976, + "-": 0.5037335753440857 + }, + "id": "tp_20942" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2617751, + "label": "-", + "classification": { + "B": 2.6170580895268358e-05, + "S": 0.0002575063263066113, + "I": 0.0007602691766805947, + "C": 0.0008052847115322948, + "R": 0.0005276626907289028, + "M": 0.006308659445494413, + "O": 0.0017914057243615389, + "W": 0.00012048723147017881, + "N": 2.9328002710826695e-05, + "Y": 0.15507872402668, + "U": 3.1657120871386724e-06, + "K": 1.4500355973723345e-05, + "L": 0.0005005104467272758, + "G": 0.006597187370061874, + "F": 0.008209369145333767, + "E": 8.776591130299494e-05, + "T": 0.06628410518169403, + "P": 0.0021775057539343834, + "-": 0.7504203915596008 + }, + "id": "tp_20943" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2617885, + "label": "-", + "classification": { + "B": 1.008456074202968e-08, + "S": 1.6400679214712e-07, + "I": 2.045552207619039e-07, + "C": 1.0228146152257978e-07, + "R": 1.3302609680465594e-08, + "M": 1.1385604011593387e-05, + "O": 2.232926135548041e-06, + "W": 3.154632466362273e-08, + "N": 7.370314580867898e-09, + "Y": 0.00013436538574751467, + "U": 1.5060595826010825e-10, + "K": 5.32137356401563e-08, + "L": 1.4443089924043306e-07, + "G": 0.00010630200995365158, + "F": 0.026888063177466393, + "E": 4.9280133680440485e-06, + "T": 0.00010239893163088709, + "P": 0.0017717939335852861, + "-": 0.9709779024124146 + }, + "id": "tp_20944" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2618018, + "label": "-", + "classification": { + "B": 1.0086460555669419e-09, + "S": 2.308989888177848e-09, + "I": 4.930381010126439e-07, + "C": 4.572823399939807e-06, + "R": 5.298578571455437e-07, + "M": 3.141276238238788e-06, + "O": 3.795693714891968e-07, + "W": 2.1783244097406396e-09, + "N": 3.7124934237908747e-09, + "Y": 0.0011438324581831694, + "U": 4.123383856580176e-10, + "K": 6.107269996391551e-07, + "L": 5.164927685541443e-08, + "G": 0.0001922437222674489, + "F": 0.001563575235195458, + "E": 2.315322035428835e-06, + "T": 5.9456775488797575e-05, + "P": 0.0003345874429214746, + "-": 0.9966942071914673 + }, + "id": "tp_20945" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2618151, + "label": "-", + "classification": { + "B": 1.4244173144106753e-05, + "S": 0.00015399236872326583, + "I": 1.0998817742802203e-05, + "C": 0.00015424178855028003, + "R": 0.00010555909102549776, + "M": 0.002606223337352276, + "O": 0.0022079795598983765, + "W": 2.8916241717524827e-05, + "N": 9.67525352280063e-07, + "Y": 0.003006058046594262, + "U": 1.3323159464562195e-07, + "K": 6.287155542850087e-07, + "L": 0.001483928062953055, + "G": 0.006495776120573282, + "F": 0.08454571664333344, + "E": 3.1247847800841555e-05, + "T": 0.0017714552814140916, + "P": 0.0020558482501655817, + "-": 0.8953261375427246 + }, + "id": "tp_20946" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2618252, + "label": "-", + "classification": { + "B": 5.5827008793585264e-08, + "S": 3.725092057038637e-08, + "I": 1.1541861567820888e-05, + "C": 3.1805661819817033e-06, + "R": 2.771662650502549e-07, + "M": 3.92474394175224e-05, + "O": 3.31486285176652e-06, + "W": 7.786150746369458e-08, + "N": 2.808372698837047e-07, + "Y": 0.00037354734377004206, + "U": 8.33314217629777e-08, + "K": 1.2330001482041553e-06, + "L": 2.967452132907056e-07, + "G": 6.122262129792944e-05, + "F": 0.0007387890364043415, + "E": 2.7268320991424844e-05, + "T": 0.0001962291426025331, + "P": 0.020464880391955376, + "-": 0.978078305721283 + }, + "id": "tp_20947" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2618385, + "label": "-", + "classification": { + "B": 2.240698737665525e-09, + "S": 1.2820228789678367e-07, + "I": 8.204970072256401e-06, + "C": 9.358100214740261e-06, + "R": 3.890080279234098e-06, + "M": 4.152360634179786e-05, + "O": 8.165222425304819e-06, + "W": 1.5172928158335708e-07, + "N": 1.532096547407491e-07, + "Y": 0.001253381255082786, + "U": 2.7927052670406738e-08, + "K": 1.3610144833364757e-06, + "L": 5.123100663695368e-07, + "G": 4.978761717211455e-05, + "F": 0.0036641343031078577, + "E": 4.130647539568599e-06, + "T": 0.00026169922784902155, + "P": 0.0026277045253664255, + "-": 0.9920657277107239 + }, + "id": "tp_20948" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2618519, + "label": "-", + "classification": { + "B": 6.726354968122905e-06, + "S": 0.0002846549905370921, + "I": 0.001158635364845395, + "C": 0.00015454247477464378, + "R": 0.0001440469641238451, + "M": 0.006700444966554642, + "O": 0.0013870819238945842, + "W": 8.230859384639189e-05, + "N": 0.00010108192509505898, + "Y": 0.08961305022239685, + "U": 2.6668010377761675e-06, + "K": 0.00017132512584794313, + "L": 0.00011560443817870691, + "G": 0.004806350916624069, + "F": 0.02688431181013584, + "E": 0.00032300068414770067, + "T": 0.059916671365499496, + "P": 0.009188341908156872, + "-": 0.7989592552185059 + }, + "id": "tp_20949" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2618652, + "label": "-", + "classification": { + "B": 9.410017209887656e-10, + "S": 2.2904809160451123e-09, + "I": 4.560174815537721e-08, + "C": 6.792330697891202e-09, + "R": 2.323796710612669e-09, + "M": 6.617678423026518e-07, + "O": 2.43090255480638e-07, + "W": 1.2538501348302589e-09, + "N": 5.917608625338744e-10, + "Y": 2.2746447939425707e-05, + "U": 2.9611781776628376e-11, + "K": 1.33592636952784e-09, + "L": 4.183747570607466e-09, + "G": 1.5753728348499862e-06, + "F": 7.804694905644283e-05, + "E": 4.220731497639463e-08, + "T": 3.0268452974269167e-05, + "P": 0.00048178143333643675, + "-": 0.9993846416473389 + }, + "id": "tp_20950" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2618752, + "label": "-", + "classification": { + "B": 1.6475560471462813e-08, + "S": 1.4695953609589196e-07, + "I": 1.903866541397292e-05, + "C": 1.1161889688082738e-06, + "R": 1.9025286235319072e-07, + "M": 2.805756366797141e-06, + "O": 2.1094942894706037e-06, + "W": 2.321945657968172e-07, + "N": 2.2274327875493327e-06, + "Y": 0.0003485312918201089, + "U": 7.28005602468329e-08, + "K": 0.00015076150884851813, + "L": 2.4988896285549345e-08, + "G": 2.4489998395438306e-05, + "F": 0.010863957926630974, + "E": 0.00014021592505741864, + "T": 5.703415808966383e-05, + "P": 0.09495007246732712, + "-": 0.8934369087219238 + }, + "id": "tp_20951" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2618886, + "label": "-", + "classification": { + "B": 3.6197573649587866e-07, + "S": 5.65756818105001e-06, + "I": 2.205445161962416e-05, + "C": 1.8511175312596606e-06, + "R": 5.43910516626056e-07, + "M": 9.797889651963487e-05, + "O": 3.5523564292816445e-05, + "W": 2.202257974204258e-06, + "N": 2.627292815304827e-06, + "Y": 0.0008426637505181134, + "U": 1.244304712599842e-07, + "K": 4.5200717977422755e-06, + "L": 1.1398880133128841e-06, + "G": 5.7745291996980086e-05, + "F": 0.003361709648743272, + "E": 4.2830190068343654e-05, + "T": 0.0011580756399780512, + "P": 0.031101010739803314, + "-": 0.9632613658905029 + }, + "id": "tp_20952" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2619019, + "label": "-", + "classification": { + "B": 3.6195748975842434e-07, + "S": 3.568496609318572e-08, + "I": 2.924229920608923e-05, + "C": 1.8718809542406234e-06, + "R": 2.282639144368659e-07, + "M": 8.615745173301548e-06, + "O": 2.556077561166603e-06, + "W": 2.4044870983175315e-08, + "N": 3.2138439109985484e-07, + "Y": 0.0001460191997466609, + "U": 2.3942723359482443e-08, + "K": 6.507484773266015e-09, + "L": 9.599855275155278e-07, + "G": 9.097710426431149e-05, + "F": 0.0007874286966398358, + "E": 1.6518590200576e-05, + "T": 0.00022357550915330648, + "P": 0.08842187374830246, + "-": 0.9102693200111389 + }, + "id": "tp_20953" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2619152, + "label": "-", + "classification": { + "B": 2.588492620247962e-08, + "S": 1.8871849079005187e-06, + "I": 1.5737155990791507e-05, + "C": 8.971512579591945e-05, + "R": 2.1598427338176407e-05, + "M": 0.00015029686619527638, + "O": 5.4563650337513536e-05, + "W": 2.0099901121284347e-06, + "N": 1.1393478871468687e-06, + "Y": 0.005654899403452873, + "U": 1.8361561160418205e-07, + "K": 2.7309508368489332e-05, + "L": 4.190641448076349e-06, + "G": 0.0005268359673209488, + "F": 0.0129264360293746, + "E": 1.907771365949884e-05, + "T": 0.0016985873226076365, + "P": 0.003653877880424261, + "-": 0.9751515984535217 + }, + "id": "tp_20954" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2619253, + "label": "-", + "classification": { + "B": 1.3558070222075003e-09, + "S": 9.116675414588826e-09, + "I": 6.649357260357647e-07, + "C": 1.4296857386852935e-07, + "R": 6.515820416552742e-08, + "M": 1.1616803021752276e-05, + "O": 1.8175445575252525e-06, + "W": 4.965261091172124e-09, + "N": 5.357413623841012e-09, + "Y": 0.000577877857722342, + "U": 2.926367204114655e-10, + "K": 5.987649487337876e-09, + "L": 6.043229205943135e-08, + "G": 1.8087337593897246e-05, + "F": 0.0003505350323393941, + "E": 2.5883227294798417e-07, + "T": 0.00016691138444002718, + "P": 0.0005639290320686996, + "-": 0.9983078241348267 + }, + "id": "tp_20955" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2619386, + "label": "-", + "classification": { + "B": 2.075774290233312e-07, + "S": 4.2725581295144366e-08, + "I": 5.4956959502305835e-05, + "C": 3.715514685609378e-05, + "R": 1.0371722964919172e-05, + "M": 0.0003611008287407458, + "O": 8.843259820423555e-06, + "W": 8.481727320486243e-08, + "N": 2.9305036264304363e-07, + "Y": 0.0068785822950303555, + "U": 6.768596705342134e-08, + "K": 7.285302103809954e-07, + "L": 2.319197619726765e-06, + "G": 0.0006010773358866572, + "F": 0.0013257466489449143, + "E": 2.2095133317634463e-05, + "T": 0.0014217550633475184, + "P": 0.0024002529680728912, + "-": 0.9868744015693665 + }, + "id": "tp_20956" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2619520, + "label": "-", + "classification": { + "B": 6.353819137494554e-10, + "S": 1.2664501669590322e-09, + "I": 9.899810748947857e-08, + "C": 2.4000110787625317e-09, + "R": 4.856371416117611e-10, + "M": 3.181820375175448e-06, + "O": 1.960882514140394e-07, + "W": 4.315937052190577e-10, + "N": 4.436357670112301e-10, + "Y": 3.398690023459494e-05, + "U": 2.898720152799683e-11, + "K": 2.2501027430177345e-10, + "L": 8.073777202355359e-09, + "G": 2.2563067432201933e-06, + "F": 1.8832050045602955e-05, + "E": 1.3224992301275051e-07, + "T": 7.793127588229254e-05, + "P": 0.0008574092062190175, + "-": 0.9990059733390808 + }, + "id": "tp_20957" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2619653, + "label": "-", + "classification": { + "B": 1.8574154714290358e-10, + "S": 3.644519495082932e-07, + "I": 1.0089631352627748e-08, + "C": 4.034270872921297e-08, + "R": 2.8783391670117453e-08, + "M": 5.7758381444728e-05, + "O": 8.758507647144143e-06, + "W": 2.613280258856321e-08, + "N": 2.918849606459162e-10, + "Y": 0.0023729358799755573, + "U": 1.6358262400900658e-12, + "K": 9.151945867813538e-09, + "L": 2.3956590666784905e-07, + "G": 9.043797035701573e-05, + "F": 0.010796590708196163, + "E": 3.344120003134776e-08, + "T": 0.0008769273990765214, + "P": 1.700726897979621e-05, + "-": 0.98577880859375 + }, + "id": "tp_20958" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2619753, + "label": "-", + "classification": { + "B": 5.812798775650663e-08, + "S": 1.7815106900798128e-07, + "I": 1.7778437495508115e-06, + "C": 1.766055220286944e-06, + "R": 2.1030959374002123e-07, + "M": 1.4442035535466857e-05, + "O": 2.4929611299739918e-06, + "W": 7.714334060437977e-08, + "N": 1.7550202358052047e-07, + "Y": 0.0025222778785973787, + "U": 6.367762317438519e-09, + "K": 1.5456938854185864e-05, + "L": 1.279402965792542e-07, + "G": 0.00038578189560212195, + "F": 0.021338941529393196, + "E": 0.00012329724268056452, + "T": 0.00018962519243359566, + "P": 0.010862499475479126, + "-": 0.9645408391952515 + }, + "id": "tp_20959" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2619887, + "label": "-", + "classification": { + "B": 9.500531632511411e-06, + "S": 1.194740161736263e-05, + "I": 0.0007233564974740148, + "C": 0.00026818393962457776, + "R": 9.096218855120242e-05, + "M": 0.0008462944533675909, + "O": 0.00017991098866332322, + "W": 2.0131930796196684e-05, + "N": 5.960106136626564e-05, + "Y": 0.01183099765330553, + "U": 1.3456262422550935e-05, + "K": 0.00035962148103863, + "L": 4.347398498794064e-05, + "G": 0.0045097582042217255, + "F": 0.02348129265010357, + "E": 0.0023792716674506664, + "T": 0.0040233200415968895, + "P": 0.04929747432470322, + "-": 0.9018515348434448 + }, + "id": "tp_20960" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2620020, + "label": "-", + "classification": { + "B": 8.885512556844333e-07, + "S": 5.464662990561919e-06, + "I": 5.741293989558471e-06, + "C": 1.3426573275410192e-07, + "R": 1.6744398578794062e-07, + "M": 4.241946589900181e-05, + "O": 5.944523582002148e-05, + "W": 8.368950830117683e-07, + "N": 3.217892299289815e-07, + "Y": 5.15325773449149e-05, + "U": 5.757092580438439e-09, + "K": 1.1878239725149342e-08, + "L": 3.0886744752933737e-06, + "G": 2.6922854885924608e-05, + "F": 0.0022670887410640717, + "E": 2.044563643721631e-06, + "T": 0.0004939793725498021, + "P": 0.014085382223129272, + "-": 0.9829544425010681 + }, + "id": "tp_20961" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2620153, + "label": "-", + "classification": { + "B": 5.948141179601407e-08, + "S": 1.503157847082548e-07, + "I": 4.0865830897018895e-07, + "C": 1.166341803582327e-06, + "R": 1.2749228517350275e-07, + "M": 1.7165735698654316e-05, + "O": 4.009730673715239e-06, + "W": 6.664715357374007e-08, + "N": 2.426216560991179e-08, + "Y": 8.931547199608758e-05, + "U": 1.549538053424726e-09, + "K": 3.1320132620749064e-07, + "L": 5.654424057865981e-07, + "G": 7.224066939670593e-05, + "F": 0.021293824538588524, + "E": 6.328244126052596e-06, + "T": 6.56328847981058e-05, + "P": 0.003006377723067999, + "-": 0.9754422307014465 + }, + "id": "tp_20962" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2620254, + "label": "-", + "classification": { + "B": 1.774832725232045e-09, + "S": 2.8847322752767468e-08, + "I": 3.9702973708699574e-07, + "C": 6.110800399028449e-08, + "R": 2.4489505534575073e-08, + "M": 7.406850272673182e-06, + "O": 1.0360731721448246e-06, + "W": 1.3759813732860948e-08, + "N": 1.626335155435754e-08, + "Y": 0.00026818778133019805, + "U": 1.234517821302461e-09, + "K": 7.558362824511278e-08, + "L": 3.6847268347628415e-08, + "G": 3.370015292603057e-06, + "F": 0.0012285986449569464, + "E": 8.872700618667295e-07, + "T": 0.00017306505469605327, + "P": 0.003317344468086958, + "-": 0.9949994087219238 + }, + "id": "tp_20963" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2620387, + "label": "-", + "classification": { + "B": 6.472694380477151e-09, + "S": 5.976515353722789e-07, + "I": 5.103956368657236e-07, + "C": 1.2707188943750225e-05, + "R": 2.677214069990441e-06, + "M": 0.00011269509559497237, + "O": 2.5710631234687753e-05, + "W": 2.538682224439981e-07, + "N": 3.385645541698068e-08, + "Y": 0.000506162061356008, + "U": 2.4610913307299143e-09, + "K": 5.205333195590356e-07, + "L": 6.140600817161612e-06, + "G": 0.00037039999733678997, + "F": 0.06313386559486389, + "E": 4.510186045081355e-06, + "T": 0.0005365922697819769, + "P": 0.0008473334601148963, + "-": 0.9344392418861389 + }, + "id": "tp_20964" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2620521, + "label": "-", + "classification": { + "B": 7.544077362808821e-08, + "S": 8.667811925988644e-07, + "I": 3.62312639481388e-05, + "C": 1.6583190927121905e-06, + "R": 1.075747263712401e-06, + "M": 0.0005142686422914267, + "O": 2.2475573132396676e-05, + "W": 1.7489558956640394e-07, + "N": 4.28428649001944e-07, + "Y": 0.023474372923374176, + "U": 9.059745842421307e-09, + "K": 3.318071151170443e-07, + "L": 9.089274044526974e-07, + "G": 0.0003339638060424477, + "F": 0.0006684791878797114, + "E": 6.790456609451212e-06, + "T": 0.008198932744562626, + "P": 0.0008814753964543343, + "-": 0.9658575654029846 + }, + "id": "tp_20965" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2620654, + "label": "-", + "classification": { + "B": 2.7282713865872665e-09, + "S": 1.3186657099595323e-07, + "I": 9.302049147663638e-05, + "C": 1.0236142770736478e-05, + "R": 5.831572252645856e-06, + "M": 4.653737414628267e-05, + "O": 8.585673640482128e-06, + "W": 1.6898512456009485e-07, + "N": 1.1403946018617717e-06, + "Y": 0.004354181699454784, + "U": 1.542643346397199e-08, + "K": 7.400265076284995e-07, + "L": 2.601671837965114e-07, + "G": 4.206816083751619e-05, + "F": 0.0014965587761253119, + "E": 7.5128218668396585e-06, + "T": 0.00115810870192945, + "P": 0.010402541607618332, + "-": 0.9823723435401917 + }, + "id": "tp_20966" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2620754, + "label": "-", + "classification": { + "B": 1.6264523310383083e-06, + "S": 4.183206692687236e-05, + "I": 4.471963984542526e-05, + "C": 2.704775943129789e-05, + "R": 2.2190246454556473e-05, + "M": 0.00037750444607809186, + "O": 0.0004780450835824013, + "W": 1.671530662861187e-05, + "N": 5.534514457394835e-06, + "Y": 0.007523584645241499, + "U": 8.489323022331519e-07, + "K": 2.2509788323077373e-05, + "L": 3.856279727187939e-05, + "G": 0.0006898445426486433, + "F": 0.009823770262300968, + "E": 2.58805066550849e-05, + "T": 0.0036116805858910084, + "P": 0.006006080657243729, + "-": 0.97124183177948 + }, + "id": "tp_20967" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2620888, + "label": "-", + "classification": { + "B": 2.7098230930278078e-05, + "S": 1.4704332897963468e-05, + "I": 4.855937004322186e-05, + "C": 9.350169420940802e-05, + "R": 4.818166416953318e-05, + "M": 0.0018058295827358961, + "O": 0.0006019641878083348, + "W": 1.2148841051384807e-05, + "N": 1.7783108887670096e-06, + "Y": 0.0020670972298830748, + "U": 1.1965950079684262e-06, + "K": 2.682339754755958e-07, + "L": 0.00035271490924060345, + "G": 0.0013245423324406147, + "F": 0.006317676045000553, + "E": 2.7967460482614115e-05, + "T": 0.003159554908052087, + "P": 0.007347275037318468, + "-": 0.9767480492591858 + }, + "id": "tp_20968" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2621021, + "label": "-", + "classification": { + "B": 5.491190790962719e-08, + "S": 1.996648961721803e-06, + "I": 4.302214802009985e-05, + "C": 6.165701051941141e-07, + "R": 5.389988473325502e-07, + "M": 4.4335021812003106e-05, + "O": 1.1552682735782582e-05, + "W": 2.9933787004665646e-07, + "N": 1.2146758763265098e-06, + "Y": 0.009425650350749493, + "U": 3.115671054487734e-09, + "K": 4.826679742109263e-06, + "L": 1.2585965691869205e-07, + "G": 0.00012505523045547307, + "F": 0.006053675431758165, + "E": 1.3341450539883226e-05, + "T": 0.002100827405229211, + "P": 0.005798518657684326, + "-": 0.9763743281364441 + }, + "id": "tp_20969" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2621154, + "label": "-", + "classification": { + "B": 1.2190680536150467e-06, + "S": 0.00014141100109554827, + "I": 0.0001212846691487357, + "C": 0.00029394603916443884, + "R": 0.00012047357449773699, + "M": 0.004235078580677509, + "O": 0.001841951278038323, + "W": 4.004016955150291e-05, + "N": 1.0225975529465359e-05, + "Y": 0.16403378546237946, + "U": 1.1888193540698921e-07, + "K": 4.0710525354370475e-05, + "L": 0.0001259802666027099, + "G": 0.01949712447822094, + "F": 0.02396632730960846, + "E": 5.844028783030808e-05, + "T": 0.061977311968803406, + "P": 0.0007099807844497263, + "-": 0.7227846384048462 + }, + "id": "tp_20970" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2621255, + "label": "-", + "classification": { + "B": 7.461339990300075e-09, + "S": 9.255622046566714e-09, + "I": 3.953340183215914e-06, + "C": 7.683951821491064e-07, + "R": 6.08992252182361e-08, + "M": 4.724485734186601e-06, + "O": 5.0722479727483e-07, + "W": 6.791541551365299e-09, + "N": 6.667366392321128e-08, + "Y": 0.0004576238861773163, + "U": 2.227110273977928e-09, + "K": 1.009192942547088e-06, + "L": 3.69478883044394e-08, + "G": 0.00012541118485387415, + "F": 0.0018391229677945375, + "E": 3.316575021017343e-05, + "T": 7.508796261390671e-05, + "P": 0.004088487476110458, + "-": 0.9933699369430542 + }, + "id": "tp_20971" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2621388, + "label": "-", + "classification": { + "B": 1.8115637203663937e-06, + "S": 1.24447944926942e-06, + "I": 0.0006458094576373696, + "C": 0.0001921438379213214, + "R": 4.06596482207533e-05, + "M": 6.569313700310886e-05, + "O": 4.754827750730328e-05, + "W": 4.516433364187833e-06, + "N": 3.8612262869719416e-05, + "Y": 0.0029304921627044678, + "U": 9.226766451320145e-06, + "K": 0.00018989606178365648, + "L": 5.3861658670939505e-06, + "G": 0.0009688537684269249, + "F": 0.010116278193891048, + "E": 0.0004858870815951377, + "T": 0.0005015233182348311, + "P": 0.11088742315769196, + "-": 0.8728669881820679 + }, + "id": "tp_20972" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2621522, + "label": "-", + "classification": { + "B": 1.1909182831004728e-05, + "S": 6.755434151273221e-05, + "I": 0.000432312284829095, + "C": 0.00027133626281283796, + "R": 7.888672553235665e-05, + "M": 0.0017101388657465577, + "O": 0.00038942054379731417, + "W": 2.9044036637060344e-05, + "N": 2.9649238058482297e-05, + "Y": 0.04298016056418419, + "U": 3.795898237513029e-06, + "K": 3.542361446307041e-05, + "L": 5.959597183391452e-05, + "G": 0.002403350081294775, + "F": 0.008855883032083511, + "E": 0.00023377624165732414, + "T": 0.015255498699843884, + "P": 0.01104761753231287, + "-": 0.9161046147346497 + }, + "id": "tp_20973" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2621655, + "label": "-", + "classification": { + "B": 4.717885531135835e-05, + "S": 5.7840472436510026e-05, + "I": 0.00014446672867052257, + "C": 6.532773841172457e-05, + "R": 1.6627756849629804e-05, + "M": 0.0009211207507178187, + "O": 0.0003053167602047324, + "W": 2.2412037651520222e-05, + "N": 2.514192965463735e-05, + "Y": 0.003423916408792138, + "U": 4.743730187328765e-06, + "K": 3.935176209779456e-05, + "L": 5.4687265219399706e-05, + "G": 0.0013497298350557685, + "F": 0.01817244291305542, + "E": 0.0005027275765314698, + "T": 0.00265281880274415, + "P": 0.040668003261089325, + "-": 0.9315260052680969 + }, + "id": "tp_20974" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2621755, + "label": "-", + "classification": { + "B": 1.6036894123772072e-07, + "S": 2.062638031929964e-06, + "I": 3.659654248622246e-05, + "C": 0.00017236650455743074, + "R": 7.741837907815352e-05, + "M": 0.00028333161026239395, + "O": 0.0001342125324299559, + "W": 2.895652869483456e-06, + "N": 1.0199169082625303e-06, + "Y": 0.0022144911345094442, + "U": 5.161062404113181e-07, + "K": 5.67193580991443e-07, + "L": 4.5128381316317245e-05, + "G": 0.0005640783929266036, + "F": 0.00666846102103591, + "E": 4.824558345717378e-06, + "T": 0.00211560376919806, + "P": 0.0044264658354222775, + "-": 0.9832497239112854 + }, + "id": "tp_20975" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2621889, + "label": "-", + "classification": { + "B": 3.3256932510994375e-05, + "S": 0.000118188516353257, + "I": 0.00985949020832777, + "C": 0.001562829245813191, + "R": 0.0010271688224747777, + "M": 0.0045660678297281265, + "O": 0.00159566686488688, + "W": 0.0001674292579991743, + "N": 0.0006721946410834789, + "Y": 0.028199462220072746, + "U": 7.925046520540491e-05, + "K": 0.0003273907059337944, + "L": 0.00020001867960672826, + "G": 0.004200666211545467, + "F": 0.008001602254807949, + "E": 0.0016650897450745106, + "T": 0.01960870437324047, + "P": 0.07956641167402267, + "-": 0.8385491371154785 + }, + "id": "tp_20976" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2622022, + "label": "-", + "classification": { + "B": 1.1870771459143725e-06, + "S": 5.988770681142341e-06, + "I": 0.0005498462123796344, + "C": 3.953565101255663e-05, + "R": 2.1034624296589755e-05, + "M": 0.0009438714478164911, + "O": 0.00012974644778296351, + "W": 5.8809910115087405e-06, + "N": 1.5294086551875807e-05, + "Y": 0.014575596898794174, + "U": 1.1493089004943613e-06, + "K": 5.090906415716745e-05, + "L": 1.097388030757429e-05, + "G": 0.0013365520862862468, + "F": 0.0022518725600093603, + "E": 0.00020553443755488843, + "T": 0.013175660744309425, + "P": 0.007902867160737514, + "-": 0.9587765336036682 + }, + "id": "tp_20977" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2622155, + "label": "-", + "classification": { + "B": 1.8203392126991957e-09, + "S": 9.425044078525957e-10, + "I": 1.919501983138616e-06, + "C": 4.771479780174559e-07, + "R": 1.5040315659575754e-08, + "M": 1.5108899731330894e-07, + "O": 8.779655757962246e-08, + "W": 9.328040562195383e-10, + "N": 3.0401345441077865e-08, + "Y": 1.101691486837808e-05, + "U": 1.189259912770524e-09, + "K": 1.4258012548395982e-08, + "L": 5.882160092340882e-09, + "G": 5.68308951187646e-06, + "F": 0.0015986557118594646, + "E": 2.495024546078639e-06, + "T": 5.139544555277098e-06, + "P": 0.07922864705324173, + "-": 0.9191455841064453 + }, + "id": "tp_20978" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2622256, + "label": "-", + "classification": { + "B": 3.128267778151894e-08, + "S": 4.875993226960418e-07, + "I": 5.526847530745727e-07, + "C": 6.810062586737331e-06, + "R": 8.943077318690484e-07, + "M": 0.00032119196839630604, + "O": 2.3573211365146562e-05, + "W": 8.99288323807923e-08, + "N": 9.08331276860963e-09, + "Y": 0.0018457242986187339, + "U": 7.178241889782555e-10, + "K": 5.917993206594474e-08, + "L": 4.5629731175722554e-06, + "G": 0.0005195941193960607, + "F": 0.004458345472812653, + "E": 4.159966465522302e-06, + "T": 0.0005362621741369367, + "P": 0.00031351466896012425, + "-": 0.9919641017913818 + }, + "id": "tp_20979" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2622389, + "label": "-", + "classification": { + "B": 1.2134988480738684e-07, + "S": 2.982707201226731e-07, + "I": 0.00017628636851441115, + "C": 1.8092810933012515e-05, + "R": 8.510635780112352e-06, + "M": 0.00015229638665914536, + "O": 1.8516500858822837e-05, + "W": 4.977105731995835e-07, + "N": 2.9728344088653103e-06, + "Y": 0.0033718273043632507, + "U": 2.0472219830480753e-07, + "K": 3.8030532323318766e-06, + "L": 1.5777707176312106e-06, + "G": 0.00023093074560165405, + "F": 0.0022170112933963537, + "E": 4.367261499282904e-05, + "T": 0.0011172115337103605, + "P": 0.019044596701860428, + "-": 0.9735914468765259 + }, + "id": "tp_20980" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2622523, + "label": "-", + "classification": { + "B": 1.0988368548403571e-10, + "S": 3.074746360298697e-11, + "I": 6.25669793752337e-11, + "C": 2.115057694956901e-12, + "R": 1.3068199950991288e-12, + "M": 7.1387193933958315e-09, + "O": 1.7325008982993495e-08, + "W": 7.375745847415516e-12, + "N": 1.4644702280280225e-13, + "Y": 4.797943731205123e-08, + "U": 2.100489243260159e-15, + "K": 1.875661499828687e-15, + "L": 1.6536857994076115e-10, + "G": 1.0519378257356493e-08, + "F": 4.232269020576496e-06, + "E": 3.766582878927949e-11, + "T": 9.735151706991019e-08, + "P": 0.00034841132583096623, + "-": 0.9996471405029297 + }, + "id": "tp_20981" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2622656, + "label": "-", + "classification": { + "B": 9.246907239912616e-09, + "S": 1.1535690447317393e-07, + "I": 2.7373253033147193e-05, + "C": 3.3052767776098335e-06, + "R": 1.6657645574014168e-06, + "M": 4.1978702938649803e-05, + "O": 6.796400157327298e-06, + "W": 1.1067146488130675e-07, + "N": 3.797982515152398e-07, + "Y": 0.007774442434310913, + "U": 2.2884831807346018e-08, + "K": 8.769193868829461e-07, + "L": 2.3322054687469063e-07, + "G": 0.00011283162166364491, + "F": 0.001498164958320558, + "E": 3.590452251955867e-06, + "T": 0.001575913862325251, + "P": 0.00409054197371006, + "-": 0.9848617315292358 + }, + "id": "tp_20982" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2622756, + "label": "-", + "classification": { + "B": 1.8377438237848764e-08, + "S": 4.8609827274503914e-08, + "I": 1.0176642717851792e-05, + "C": 3.9929776107783255e-07, + "R": 4.0570203196921284e-08, + "M": 3.842340902338037e-06, + "O": 1.726833829707175e-06, + "W": 6.588497569737228e-08, + "N": 8.787278034105839e-07, + "Y": 0.00011536700912984088, + "U": 1.870997223818449e-08, + "K": 4.902552973362617e-06, + "L": 1.5407321640736882e-08, + "G": 2.0682015019701794e-05, + "F": 0.001094652572646737, + "E": 4.610943506122567e-05, + "T": 4.2958145058946684e-05, + "P": 0.14272266626358032, + "-": 0.8559355139732361 + }, + "id": "tp_20983" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2622890, + "label": "-", + "classification": { + "B": 2.695384537787504e-08, + "S": 1.2223405398970044e-08, + "I": 1.4511301742459182e-05, + "C": 4.641471150534926e-06, + "R": 4.2559989310575475e-07, + "M": 5.258693363430211e-06, + "O": 1.4269554640122806e-06, + "W": 2.6646835848964656e-08, + "N": 4.1639677306193335e-07, + "Y": 0.00019825604977086186, + "U": 3.790119151858562e-08, + "K": 1.6204797930186032e-06, + "L": 8.664159167892649e-08, + "G": 5.244627391221002e-05, + "F": 0.0022642731200903654, + "E": 2.9721097234869376e-05, + "T": 4.727776104118675e-05, + "P": 0.062319137156009674, + "-": 0.9350603818893433 + }, + "id": "tp_20984" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2623023, + "label": "-", + "classification": { + "B": 4.143694098956985e-08, + "S": 7.341592578313794e-08, + "I": 1.1787974329990902e-07, + "C": 5.783968504147197e-07, + "R": 1.0226090552123424e-07, + "M": 5.919440809520893e-06, + "O": 3.936708708351944e-06, + "W": 2.063481296943337e-08, + "N": 3.0311273491179236e-09, + "Y": 2.3363911168416962e-05, + "U": 2.2596502446958766e-10, + "K": 8.254212424674279e-09, + "L": 2.911642127401137e-07, + "G": 3.1869509257376194e-05, + "F": 0.0039538112469017506, + "E": 3.523114173731301e-07, + "T": 2.4582570404163562e-05, + "P": 0.001198741141706705, + "-": 0.9947562217712402 + }, + "id": "tp_20985" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2623156, + "label": "-", + "classification": { + "B": 0.00015230290591716766, + "S": 0.0010933459270745516, + "I": 7.929312232590746e-06, + "C": 3.4929373669001507e-06, + "R": 1.1453085789980832e-05, + "M": 0.003120318055152893, + "O": 0.0056505268439650536, + "W": 9.602492355043069e-05, + "N": 6.134123395895585e-07, + "Y": 0.0024267907720059156, + "U": 1.8320532646498577e-08, + "K": 4.070381294241088e-07, + "L": 0.000662820937577635, + "G": 0.00301655987277627, + "F": 0.04169531911611557, + "E": 2.0175231838948093e-05, + "T": 0.0015095117269083858, + "P": 0.0020243963226675987, + "-": 0.9385080337524414 + }, + "id": "tp_20986" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2623257, + "label": "-", + "classification": { + "B": 8.417683325552539e-14, + "S": 2.0225360015252436e-12, + "I": 2.360558137848301e-10, + "C": 7.873954266379712e-10, + "R": 4.4693426043407314e-11, + "M": 6.229245030908714e-08, + "O": 2.2706474478439986e-09, + "W": 5.278073442714637e-13, + "N": 6.757496038428679e-13, + "Y": 2.497677769497386e-06, + "U": 2.8575994787680484e-14, + "K": 5.030305599146301e-13, + "L": 4.1989994814528586e-11, + "G": 1.0176690068419703e-07, + "F": 6.701729944325052e-06, + "E": 2.785351116418866e-10, + "T": 1.4892357285134494e-06, + "P": 6.430369830923155e-05, + "-": 0.999924898147583 + }, + "id": "tp_20987" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2623390, + "label": "-", + "classification": { + "B": 3.969442730067385e-07, + "S": 7.110153887879278e-07, + "I": 2.5291446945630014e-05, + "C": 7.302308222278953e-05, + "R": 1.2664169844356366e-05, + "M": 4.003388312412426e-05, + "O": 2.023190063482616e-05, + "W": 8.304410812343122e-07, + "N": 2.1143860067240894e-06, + "Y": 0.0018424484878778458, + "U": 9.495528274783283e-07, + "K": 3.964445204474032e-05, + "L": 1.276010607398348e-06, + "G": 0.0002038956299657002, + "F": 0.003468765178695321, + "E": 2.354828939132858e-05, + "T": 0.0003556864394340664, + "P": 0.009069333784282207, + "-": 0.9848190546035767 + }, + "id": "tp_20988" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2623524, + "label": "Y", + "classification": { + "B": 1.531997497750126e-07, + "S": 2.3702372345724143e-05, + "I": 0.0005508833564817905, + "C": 0.00021083670435473323, + "R": 7.24000929039903e-05, + "M": 0.0008205433841794729, + "O": 0.00030082958983257413, + "W": 7.176761300797807e-06, + "N": 1.3546688933274709e-05, + "Y": 0.7983372211456299, + "U": 1.8870929707759387e-08, + "K": 0.000169781778822653, + "L": 8.404426807828713e-06, + "G": 0.0233419481664896, + "F": 0.004750519525259733, + "E": 5.689027966582216e-05, + "T": 0.06683874130249023, + "P": 0.00014631192607339472, + "-": 0.10435009002685547 + }, + "id": "tp_20989" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2623657, + "label": "-", + "classification": { + "B": 1.07432916729433e-11, + "S": 2.3265962489915637e-09, + "I": 8.821744224007944e-09, + "C": 1.2629095991201211e-08, + "R": 8.152864494626044e-10, + "M": 8.069716983527542e-08, + "O": 8.946804541665188e-08, + "W": 7.646384081461122e-10, + "N": 1.1610343797485712e-09, + "Y": 2.761634641501587e-05, + "U": 5.260978718640841e-12, + "K": 1.0309263842600558e-07, + "L": 5.694266169697926e-10, + "G": 2.6906534458248643e-06, + "F": 0.02062370441854, + "E": 5.47409968021384e-07, + "T": 3.817834567598766e-06, + "P": 0.0025574692990630865, + "-": 0.9767838716506958 + }, + "id": "tp_20990" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2623757, + "label": "-", + "classification": { + "B": 3.273848037110838e-08, + "S": 9.263534934689233e-07, + "I": 3.26303529618599e-06, + "C": 2.1730437538280967e-07, + "R": 5.212768883211538e-08, + "M": 3.6201839975547045e-05, + "O": 4.319559593568556e-06, + "W": 1.1629035867599669e-07, + "N": 3.2972965868793835e-07, + "Y": 0.00269234087318182, + "U": 5.660649282646091e-09, + "K": 1.5216417068586452e-06, + "L": 7.654291067638042e-08, + "G": 3.675931293400936e-05, + "F": 0.0023592477664351463, + "E": 1.2467214219213929e-05, + "T": 0.0014465001877397299, + "P": 0.009536396712064743, + "-": 0.9838692545890808 + }, + "id": "tp_20991" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2623891, + "label": "-", + "classification": { + "B": 2.3212442101794295e-06, + "S": 2.785853030218277e-05, + "I": 0.0010884372750297189, + "C": 2.7516409318195656e-05, + "R": 2.0256033167243004e-05, + "M": 0.0002766922698356211, + "O": 0.00029359455220401287, + "W": 2.485156073817052e-05, + "N": 4.6040149754844606e-05, + "Y": 0.011358646675944328, + "U": 2.687073390461592e-07, + "K": 4.555248233373277e-05, + "L": 2.6060172331199283e-06, + "G": 0.00015805178554728627, + "F": 0.0010640128748491406, + "E": 5.683405470335856e-05, + "T": 0.009348899126052856, + "P": 0.028021711856126785, + "-": 0.9481359124183655 + }, + "id": "tp_20992" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2624024, + "label": "-", + "classification": { + "B": 4.879294746018559e-10, + "S": 4.042480270527449e-07, + "I": 3.032691893167794e-07, + "C": 3.690815719892271e-05, + "R": 1.64785251399735e-05, + "M": 0.0001465192181058228, + "O": 3.2178606488741934e-05, + "W": 1.632207329294033e-07, + "N": 8.129080519836407e-09, + "Y": 0.002178749069571495, + "U": 1.2374029578765544e-09, + "K": 2.0915805976073898e-07, + "L": 4.8008369049057364e-06, + "G": 0.00034365770989097655, + "F": 0.010675759054720402, + "E": 4.4951696054340573e-07, + "T": 0.0007166937575675547, + "P": 0.00020870368462055922, + "-": 0.9856378436088562 + }, + "id": "tp_20993" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2624157, + "label": "-", + "classification": { + "B": 2.574974400371133e-10, + "S": 1.0649246817706626e-08, + "I": 2.1359232960094232e-07, + "C": 3.505533996417398e-08, + "R": 2.363792894755079e-08, + "M": 8.072549462667666e-06, + "O": 8.27445262530091e-07, + "W": 2.657849274001478e-09, + "N": 1.121981507701264e-09, + "Y": 0.000605656357947737, + "U": 1.5997552241242552e-11, + "K": 1.6013727233143982e-08, + "L": 1.8038369020700884e-08, + "G": 7.873773938626982e-06, + "F": 0.001183843589387834, + "E": 1.4008234927587182e-07, + "T": 0.00011548145994311199, + "P": 0.00016231801419053227, + "-": 0.9979155659675598 + }, + "id": "tp_20994" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2624258, + "label": "-", + "classification": { + "B": 4.360970812982215e-14, + "S": 2.8502564891619286e-11, + "I": 1.4553862281996288e-10, + "C": 2.5065891029463216e-10, + "R": 1.5234456057777734e-11, + "M": 1.1934696431126213e-07, + "O": 7.61199370202803e-09, + "W": 5.6814193107046496e-12, + "N": 1.9223943183849235e-12, + "Y": 7.153112528612837e-05, + "U": 8.126022437945392e-15, + "K": 1.2769973967152737e-09, + "L": 3.702730483334804e-11, + "G": 9.511390430816391e-07, + "F": 0.0007708100019954145, + "E": 8.281136665289068e-09, + "T": 9.249203685612883e-06, + "P": 1.8703089153859764e-05, + "-": 0.999128520488739 + }, + "id": "tp_20995" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2624391, + "label": "-", + "classification": { + "B": 2.4799201320951925e-12, + "S": 3.822324835117685e-12, + "I": 6.033317845322017e-08, + "C": 5.788828527641954e-09, + "R": 5.762650912011225e-10, + "M": 1.896380297239375e-07, + "O": 7.547406255525857e-09, + "W": 4.358326633618903e-12, + "N": 5.5135649518200935e-11, + "Y": 5.151117511559278e-05, + "U": 2.6595310155530516e-12, + "K": 4.875586479685667e-12, + "L": 2.6907140404652807e-10, + "G": 4.891157914244104e-07, + "F": 5.174911620997591e-06, + "E": 5.823069137989023e-09, + "T": 3.063080657739192e-05, + "P": 0.000789996178355068, + "-": 0.9991218447685242 + }, + "id": "tp_20996" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2624525, + "label": "-", + "classification": { + "B": 3.3630898066405734e-09, + "S": 1.4977615592215443e-07, + "I": 4.149033827616222e-07, + "C": 7.64765172789339e-06, + "R": 1.4848175169390743e-06, + "M": 6.10438801231794e-05, + "O": 5.689033059752546e-06, + "W": 4.12757827916721e-08, + "N": 1.0293242702630323e-08, + "Y": 0.004857535939663649, + "U": 8.718495925208458e-10, + "K": 2.2606286620430183e-06, + "L": 5.536591629606846e-07, + "G": 0.0006775722140446305, + "F": 0.012493978254497051, + "E": 2.357812491027289e-06, + "T": 0.0007166174473240972, + "P": 0.0001506779808551073, + "-": 0.9810219407081604 + }, + "id": "tp_20997" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2624658, + "label": "-", + "classification": { + "B": 2.6718049647711517e-11, + "S": 9.647270760027027e-10, + "I": 1.1724727855266792e-08, + "C": 1.6460498519776934e-09, + "R": 5.228070198981527e-10, + "M": 3.3439476965213544e-07, + "O": 1.0023475027765016e-07, + "W": 2.131303883379232e-10, + "N": 1.4273081327953463e-10, + "Y": 4.50283232567017e-06, + "U": 8.597451635165843e-13, + "K": 3.283393695818759e-11, + "L": 6.072550240432406e-10, + "G": 1.0710346032283269e-07, + "F": 0.0001289207284571603, + "E": 1.1323232129711869e-08, + "T": 4.853169230045751e-06, + "P": 0.0005338232731446624, + "-": 0.9993273019790649 + }, + "id": "tp_20998" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2624758, + "label": "-", + "classification": { + "B": 2.466578735038638e-06, + "S": 5.500278348335996e-06, + "I": 5.391761806095019e-05, + "C": 0.00038325475179590285, + "R": 4.8547219194006175e-05, + "M": 0.001357369590550661, + "O": 0.0002101447171298787, + "W": 4.616194019035902e-06, + "N": 5.151691766513977e-06, + "Y": 0.01138606108725071, + "U": 7.994127599886269e-07, + "K": 4.0696941141504794e-05, + "L": 8.285976218758151e-05, + "G": 0.009485190734267235, + "F": 0.03040810488164425, + "E": 0.0005308935069479048, + "T": 0.003487496869638562, + "P": 0.008042150177061558, + "-": 0.9344648718833923 + }, + "id": "tp_20999" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2624892, + "label": "-", + "classification": { + "B": 1.7256709270441206e-06, + "S": 3.214911203031079e-06, + "I": 1.6164332919288427e-05, + "C": 0.0002768903796095401, + "R": 8.478216477669775e-05, + "M": 0.0015099116135388613, + "O": 0.00020866168779321015, + "W": 1.2707794212474255e-06, + "N": 3.5987221735922503e-07, + "Y": 0.014301849529147148, + "U": 1.1594686100124818e-07, + "K": 2.4618344696136774e-07, + "L": 0.00013425614451989532, + "G": 0.0037198306526988745, + "F": 0.005504299886524677, + "E": 1.475625867897179e-05, + "T": 0.0033754424657672644, + "P": 0.00061234668828547, + "-": 0.9702338576316833 + }, + "id": "tp_21000" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2625025, + "label": "-", + "classification": { + "B": 9.177981041830208e-09, + "S": 1.1679571798595134e-07, + "I": 5.223632342676865e-06, + "C": 3.612994078139309e-06, + "R": 1.92905577023339e-06, + "M": 0.000251889432547614, + "O": 1.9716038877959363e-05, + "W": 5.985388895624055e-08, + "N": 5.079859732859404e-08, + "Y": 0.011549245566129684, + "U": 4.2147405565629015e-09, + "K": 2.7622142795280524e-08, + "L": 2.399913000772358e-06, + "G": 0.0003039114235434681, + "F": 0.0005425997078418732, + "E": 1.2945189382662647e-06, + "T": 0.0038945688866078854, + "P": 0.0005144501919858158, + "-": 0.9829088449478149 + }, + "id": "tp_21001" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2625125, + "label": "-", + "classification": { + "B": 4.655995144986491e-09, + "S": 1.0947336477329372e-06, + "I": 6.700836820527911e-05, + "C": 7.579119483125396e-06, + "R": 2.7571118152991403e-06, + "M": 0.00013334353570826352, + "O": 3.553829083102755e-05, + "W": 3.236273187212646e-07, + "N": 9.177546189675923e-07, + "Y": 0.16445346176624298, + "U": 8.70160943300391e-10, + "K": 3.849334007099969e-06, + "L": 3.113469233539945e-07, + "G": 0.0013484397204592824, + "F": 0.001989355543628335, + "E": 4.779511982633267e-06, + "T": 0.024912068620324135, + "P": 0.0002933141076937318, + "-": 0.8067458868026733 + }, + "id": "tp_21002" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2625259, + "label": "-", + "classification": { + "B": 7.23900580863572e-14, + "S": 1.4943043547335777e-13, + "I": 2.5653860979968357e-11, + "C": 2.2431854984628075e-10, + "R": 2.963211056736248e-12, + "M": 2.0591325977648012e-08, + "O": 3.138553583692527e-10, + "W": 3.65822213558957e-14, + "N": 3.879878121798401e-14, + "Y": 8.611369594291318e-06, + "U": 3.677388881823335e-15, + "K": 9.442312383367568e-13, + "L": 2.3781126373689787e-11, + "G": 3.800478225457482e-07, + "F": 3.446628033998422e-05, + "E": 9.475126239166798e-10, + "T": 4.547765684037586e-07, + "P": 3.350112456246279e-05, + "-": 0.999922513961792 + }, + "id": "tp_21003" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2625392, + "label": "-", + "classification": { + "B": 1.730159793211783e-09, + "S": 3.1840681202766064e-08, + "I": 3.5121784094371833e-06, + "C": 4.6149347099344595e-07, + "R": 7.991839368060027e-08, + "M": 5.942022653471213e-06, + "O": 1.7252870065931347e-06, + "W": 4.4162749901488496e-08, + "N": 1.9194770572994457e-07, + "Y": 0.0008900871034711599, + "U": 3.076001009461038e-09, + "K": 1.2136682016716804e-05, + "L": 2.5500666467337396e-08, + "G": 6.306689465418458e-05, + "F": 0.002933809068053961, + "E": 5.4137133702170104e-05, + "T": 8.914466161513701e-05, + "P": 0.007552057970315218, + "-": 0.9883936047554016 + }, + "id": "tp_21004" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2625526, + "label": "-", + "classification": { + "B": 3.561226185411215e-05, + "S": 0.00012244010576978326, + "I": 0.0007557195494882762, + "C": 0.0007293825619854033, + "R": 0.0002757386537268758, + "M": 0.001303888508118689, + "O": 0.0008203430334106088, + "W": 9.626385144656524e-05, + "N": 0.00020554941147565842, + "Y": 0.006816508714109659, + "U": 4.7522906243102625e-05, + "K": 0.0004762403550557792, + "L": 0.00013981138181407005, + "G": 0.0020997554529458284, + "F": 0.042600661516189575, + "E": 0.0008717935415916145, + "T": 0.006766481325030327, + "P": 0.11328509449958801, + "-": 0.8225510716438293 + }, + "id": "tp_21005" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2625626, + "label": "-", + "classification": { + "B": 3.4417041439027685e-10, + "S": 4.845353629434612e-08, + "I": 8.293000774983739e-08, + "C": 3.055817217045842e-07, + "R": 9.891932961636485e-08, + "M": 6.989916983002331e-06, + "O": 2.8722422484861454e-06, + "W": 1.9112631477469222e-08, + "N": 4.0203556039841715e-09, + "Y": 0.0013250675983726978, + "U": 1.5009961329415233e-10, + "K": 1.1325506221737669e-07, + "L": 1.0356182400528269e-07, + "G": 6.255586777115241e-05, + "F": 0.0036378472577780485, + "E": 4.361720868928387e-07, + "T": 0.00029675831319764256, + "P": 0.0003245944972150028, + "-": 0.9943420886993408 + }, + "id": "tp_21006" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2625759, + "label": "-", + "classification": { + "B": 2.962240478951439e-12, + "S": 7.030890869508255e-10, + "I": 1.43767607596601e-07, + "C": 6.04157301964392e-09, + "R": 2.0587787030734717e-09, + "M": 2.300642591990254e-07, + "O": 1.239362603655536e-07, + "W": 7.139704383263279e-10, + "N": 6.060270063557027e-09, + "Y": 9.540247265249491e-05, + "U": 2.9427064951459414e-11, + "K": 6.7572166528862e-08, + "L": 1.705257324235987e-10, + "G": 5.668273956871417e-07, + "F": 0.00022454257123172283, + "E": 1.6755161880155356e-07, + "T": 3.561205812729895e-05, + "P": 0.003457041922956705, + "-": 0.9961860775947571 + }, + "id": "tp_21007" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2625893, + "label": "-", + "classification": { + "B": 2.286504596771266e-10, + "S": 5.078263365376756e-10, + "I": 1.7743932545499774e-08, + "C": 9.735710015945642e-10, + "R": 3.0973901221642564e-10, + "M": 1.8148539027151855e-07, + "O": 3.460615261019484e-08, + "W": 2.8222396641908176e-10, + "N": 1.4409311244190093e-10, + "Y": 1.6408321243943647e-05, + "U": 5.297975599893867e-12, + "K": 9.731365713250284e-10, + "L": 7.029952175940934e-10, + "G": 6.691693101856799e-07, + "F": 0.00035573990317061543, + "E": 7.887370401249427e-08, + "T": 3.3035978503903607e-06, + "P": 0.0016022531781345606, + "-": 0.9980213642120361 + }, + "id": "tp_21008" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2626026, + "label": "-", + "classification": { + "B": 9.766660014065565e-07, + "S": 1.9158569557475857e-06, + "I": 0.00011483381240395829, + "C": 5.899884854443371e-05, + "R": 4.5908341235190164e-06, + "M": 0.00021066069894004613, + "O": 3.68766559404321e-05, + "W": 2.046421286650002e-06, + "N": 5.258851160760969e-06, + "Y": 0.00036540807923302054, + "U": 3.5855595115208416e-07, + "K": 1.1364064675944974e-06, + "L": 4.442931640369352e-06, + "G": 7.516369078075513e-05, + "F": 0.002563635352998972, + "E": 0.00014060878311283886, + "T": 0.000400564051233232, + "P": 0.06439919024705887, + "-": 0.9316134452819824 + }, + "id": "tp_21009" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2626126, + "label": "-", + "classification": { + "B": 2.977269650727976e-05, + "S": 4.543189788819291e-05, + "I": 0.00016373296966776252, + "C": 8.662840991746634e-05, + "R": 2.0537880118354224e-05, + "M": 0.002158405026420951, + "O": 0.00028642351389862597, + "W": 1.0353207471780479e-05, + "N": 1.9628205336630344e-05, + "Y": 0.012006347067654133, + "U": 3.022083319592639e-06, + "K": 2.3468217477784492e-05, + "L": 0.0001659775443840772, + "G": 0.0046259332448244095, + "F": 0.041990332305431366, + "E": 0.0006900808657519519, + "T": 0.006409527733922005, + "P": 0.01542089506983757, + "-": 0.9158436059951782 + }, + "id": "tp_21010" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2626260, + "label": "-", + "classification": { + "B": 4.253788876695808e-09, + "S": 1.737039525551154e-07, + "I": 1.4685995530783202e-08, + "C": 1.407932881392071e-08, + "R": 5.8895017751581236e-09, + "M": 1.0917198778770398e-05, + "O": 2.1294094949553255e-06, + "W": 7.656375089482026e-09, + "N": 5.715476980583389e-10, + "Y": 6.959538586670533e-05, + "U": 8.55418687273346e-12, + "K": 6.480079806081562e-10, + "L": 9.966068859057486e-08, + "G": 7.040705440886086e-06, + "F": 0.004295882303267717, + "E": 3.120689484603645e-07, + "T": 5.716015220968984e-05, + "P": 0.0005246163345873356, + "-": 0.9950320720672607 + }, + "id": "tp_21011" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2626393, + "label": "-", + "classification": { + "B": 4.294049631425878e-06, + "S": 4.9406186008127406e-05, + "I": 3.5890004710381618e-06, + "C": 0.00010024537914432585, + "R": 2.590342592156958e-05, + "M": 0.002732733031734824, + "O": 0.00039258881588466465, + "W": 7.205046586022945e-06, + "N": 6.097022264839325e-07, + "Y": 0.01803334429860115, + "U": 7.826270831401416e-08, + "K": 1.6223326383624226e-05, + "L": 0.00018783948326017708, + "G": 0.010568128898739815, + "F": 0.1417510062456131, + "E": 6.005588875268586e-05, + "T": 0.004735369700938463, + "P": 0.000935800897423178, + "-": 0.8203956484794617 + }, + "id": "tp_21012" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2626527, + "label": "-", + "classification": { + "B": 3.056255764022353e-07, + "S": 7.487566335839801e-07, + "I": 8.893240737961605e-05, + "C": 1.0944314453809056e-05, + "R": 2.7744545150198974e-06, + "M": 5.583088204730302e-05, + "O": 1.587090991961304e-05, + "W": 5.741825361837982e-07, + "N": 3.466259386186721e-06, + "Y": 0.0013877274468541145, + "U": 3.141481670354551e-07, + "K": 4.4873245315102395e-06, + "L": 1.3024307463638252e-06, + "G": 0.00012245209654793143, + "F": 0.0024077827110886574, + "E": 8.036588405957446e-05, + "T": 0.000677378149703145, + "P": 0.03226892650127411, + "-": 0.9628697633743286 + }, + "id": "tp_21013" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2626627, + "label": "-", + "classification": { + "B": 7.0579940256720874e-06, + "S": 1.0868992831092328e-05, + "I": 0.0001270850480068475, + "C": 1.827900814532768e-05, + "R": 4.26274273195304e-05, + "M": 0.0018617617897689342, + "O": 0.0007303158054128289, + "W": 6.8501976784318686e-06, + "N": 1.114525957746082e-06, + "Y": 0.03270166739821434, + "U": 5.506850442316136e-08, + "K": 1.475205024803472e-08, + "L": 0.00014183785242494196, + "G": 0.0012992284027859569, + "F": 0.0016702752327546477, + "E": 5.819162197440164e-06, + "T": 0.012644709087908268, + "P": 0.0015164515934884548, + "-": 0.9472139477729797 + }, + "id": "tp_21014" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2626760, + "label": "-", + "classification": { + "B": 6.16912701478789e-11, + "S": 1.213320333093293e-09, + "I": 3.876091341226129e-07, + "C": 5.829691573921991e-08, + "R": 3.225558842245846e-08, + "M": 1.9960925783379935e-06, + "O": 3.917994888524845e-07, + "W": 9.19001430510491e-10, + "N": 2.6072031200641277e-09, + "Y": 0.0002683268685359508, + "U": 6.921678508131635e-11, + "K": 2.2748268546646244e-10, + "L": 5.60242296998581e-09, + "G": 1.7137400618594256e-06, + "F": 4.859529508394189e-05, + "E": 1.5049188561988558e-08, + "T": 0.0001346247736364603, + "P": 0.0008381049847230315, + "-": 0.9987058639526367 + }, + "id": "tp_21015" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2626894, + "label": "-", + "classification": { + "B": 1.0944993826186855e-12, + "S": 8.175631699414154e-11, + "I": 1.7949111641435422e-10, + "C": 2.563118073339865e-08, + "R": 1.787651804363577e-09, + "M": 7.349937618528202e-07, + "O": 4.5686942229394845e-08, + "W": 5.220431725794228e-11, + "N": 4.5775991504293234e-12, + "Y": 0.0002031375333899632, + "U": 4.422624105045875e-13, + "K": 3.935546999400685e-08, + "L": 2.75324452125858e-09, + "G": 3.0163510018610395e-05, + "F": 0.0026026933919638395, + "E": 1.5416880216889695e-08, + "T": 1.9842154870275408e-05, + "P": 6.1852351791458204e-06, + "-": 0.9971370697021484 + }, + "id": "tp_21016" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2627027, + "label": "-", + "classification": { + "B": 2.724593328728986e-10, + "S": 4.668047060008007e-10, + "I": 1.525514470301914e-08, + "C": 7.609796348617692e-09, + "R": 4.05547623261171e-10, + "M": 2.44368205670753e-08, + "O": 1.9163200803973268e-08, + "W": 2.92057628081821e-10, + "N": 7.476240182491267e-10, + "Y": 3.397657792447717e-06, + "U": 5.4021315198937714e-11, + "K": 1.7627320048063666e-08, + "L": 2.0905527309267313e-10, + "G": 2.827464982146921e-07, + "F": 0.0006724957493133843, + "E": 1.7388367723469855e-07, + "T": 1.2085331491107354e-06, + "P": 0.014295224100351334, + "-": 0.9850271940231323 + }, + "id": "tp_21017" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2627127, + "label": "-", + "classification": { + "B": 2.393962006408401e-07, + "S": 2.6368024919065647e-06, + "I": 1.6708836483303457e-05, + "C": 0.00010374817065894604, + "R": 3.015851143572945e-05, + "M": 0.0029746966902166605, + "O": 0.0001950479781953618, + "W": 1.1963944643866853e-06, + "N": 4.917097271572857e-07, + "Y": 0.011919735930860043, + "U": 7.44129948770933e-08, + "K": 2.3927150323288515e-06, + "L": 5.135735773365013e-05, + "G": 0.0018072058446705341, + "F": 0.005790232680737972, + "E": 2.802433846227359e-05, + "T": 0.003940244670957327, + "P": 0.001528009306639433, + "-": 0.9716079235076904 + }, + "id": "tp_21018" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2627261, + "label": "-", + "classification": { + "B": 4.312406360895693e-07, + "S": 1.6858798517205287e-06, + "I": 1.7101340290537337e-06, + "C": 3.1149261303653475e-07, + "R": 7.072891605730547e-08, + "M": 1.3396721442404669e-05, + "O": 6.2423710005532485e-06, + "W": 4.852889787798631e-07, + "N": 3.302711490960064e-07, + "Y": 0.0008768529514782131, + "U": 4.717962021061339e-09, + "K": 8.78570499480702e-05, + "L": 1.3883489202726196e-07, + "G": 0.00042070899507962167, + "F": 0.056028854101896286, + "E": 0.00036380518577061594, + "T": 0.0001299596333410591, + "P": 0.01243140920996666, + "-": 0.9296358227729797 + }, + "id": "tp_21019" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2627394, + "label": "-", + "classification": { + "B": 1.847663888554507e-08, + "S": 3.490870881250885e-07, + "I": 2.2763074412068818e-06, + "C": 1.5595361446685274e-06, + "R": 3.694348436056316e-07, + "M": 2.326407184227719e-06, + "O": 3.4762615541694686e-06, + "W": 4.3641628622026474e-07, + "N": 3.949500353428448e-07, + "Y": 0.00016210736066568643, + "U": 5.172579875534211e-08, + "K": 0.00012422470899764448, + "L": 2.500685525319568e-08, + "G": 9.239950486517046e-06, + "F": 0.007168518844991922, + "E": 5.589192369370721e-06, + "T": 7.263446605065838e-05, + "P": 0.01881428249180317, + "-": 0.9736321568489075 + }, + "id": "tp_21020" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2627528, + "label": "-", + "classification": { + "B": 3.265981929345685e-09, + "S": 8.795843164932649e-09, + "I": 3.5184784792363644e-06, + "C": 1.4140623534331098e-06, + "R": 2.758667392299685e-07, + "M": 3.130480308755068e-06, + "O": 9.152574307336181e-07, + "W": 1.496497503694627e-08, + "N": 7.017009551191222e-08, + "Y": 0.00023723473714198917, + "U": 9.163692027414072e-09, + "K": 3.004156212682574e-07, + "L": 4.825365707006313e-08, + "G": 1.8137390725314617e-05, + "F": 0.0011323471553623676, + "E": 2.238933120679576e-06, + "T": 5.714729559258558e-05, + "P": 0.011487879790365696, + "-": 0.9870553016662598 + }, + "id": "tp_21021" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2627628, + "label": "-", + "classification": { + "B": 8.907215243159072e-12, + "S": 1.3446435631614406e-10, + "I": 1.172766417312232e-08, + "C": 4.42145164925023e-08, + "R": 5.137303027424878e-09, + "M": 6.866006856398599e-07, + "O": 4.2261788735231676e-08, + "W": 1.5982236367673153e-10, + "N": 8.120998318261741e-11, + "Y": 3.483530235826038e-05, + "U": 1.2103337429514305e-11, + "K": 4.336691894479827e-09, + "L": 1.907839664028188e-09, + "G": 1.803714894776931e-06, + "F": 0.0002875250647775829, + "E": 5.0762633208023544e-08, + "T": 9.735459570947569e-06, + "P": 0.00019236479420214891, + "-": 0.9994727969169617 + }, + "id": "tp_21022" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2627761, + "label": "-", + "classification": { + "B": 1.660661497204785e-09, + "S": 5.2735864564112944e-09, + "I": 1.3073891977910534e-06, + "C": 4.479770510101844e-08, + "R": 1.498369428531987e-09, + "M": 1.693812521352811e-07, + "O": 9.203225204146293e-08, + "W": 1.7190657786159136e-09, + "N": 1.1863596682815114e-07, + "Y": 4.492526932153851e-05, + "U": 1.8881034513640316e-09, + "K": 3.349906592120533e-07, + "L": 1.087021361811935e-09, + "G": 2.138089485015371e-06, + "F": 0.0007680931594222784, + "E": 4.523431016423274e-06, + "T": 1.4872608517180197e-05, + "P": 0.1365375965833664, + "-": 0.8626257181167603 + }, + "id": "tp_21023" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2627895, + "label": "-", + "classification": { + "B": 1.9508000548285054e-07, + "S": 6.199422841746127e-07, + "I": 6.84883787016588e-07, + "C": 6.40670805296395e-07, + "R": 5.427236260402424e-07, + "M": 4.570784585666843e-05, + "O": 1.4153284610074479e-05, + "W": 1.8679787672226666e-07, + "N": 1.5951748366660468e-08, + "Y": 0.0008413075120188296, + "U": 1.4929725233869817e-09, + "K": 1.4533819481243881e-08, + "L": 2.1475723315234063e-06, + "G": 7.982674287632108e-05, + "F": 0.0018933572573587298, + "E": 7.405083124467637e-07, + "T": 0.00042533717351034284, + "P": 0.0006446398911066353, + "-": 0.9960498213768005 + }, + "id": "tp_21024" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2628028, + "label": "-", + "classification": { + "B": 6.767820792674684e-08, + "S": 3.573016016389374e-08, + "I": 8.381599059248401e-08, + "C": 1.7462415513591623e-08, + "R": 2.3107600277683105e-09, + "M": 3.6429212286748225e-06, + "O": 3.9823416386752797e-07, + "W": 2.5688915439303628e-09, + "N": 2.0324433247509432e-09, + "Y": 7.253389776451513e-05, + "U": 3.529585651529388e-11, + "K": 2.8709044030961195e-09, + "L": 1.8509005883515783e-08, + "G": 1.7734035282046534e-05, + "F": 0.000995557988062501, + "E": 1.5082842992342194e-06, + "T": 3.8005462556611747e-05, + "P": 0.0030449521727859974, + "-": 0.9958254098892212 + }, + "id": "tp_21025" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2628128, + "label": "-", + "classification": { + "B": 1.2166530283241883e-10, + "S": 3.273175286366836e-09, + "I": 7.539540547440993e-08, + "C": 2.054278184004943e-06, + "R": 2.1816819639752794e-07, + "M": 6.775851488782791e-06, + "O": 1.2031462119921343e-06, + "W": 4.790127405840394e-09, + "N": 2.4433723933015017e-09, + "Y": 0.0003120129113085568, + "U": 3.3215050154744574e-10, + "K": 2.622803947360808e-07, + "L": 9.858410265906059e-08, + "G": 4.655973316403106e-05, + "F": 0.0030911057256162167, + "E": 5.156489919500018e-07, + "T": 6.791342457290739e-05, + "P": 0.0002986336185131222, + "-": 0.9961724877357483 + }, + "id": "tp_21026" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2628262, + "label": "-", + "classification": { + "B": 3.288953553948204e-10, + "S": 4.267596498408466e-09, + "I": 1.2317349273871514e-07, + "C": 7.64934426911168e-08, + "R": 1.0276656858820843e-08, + "M": 1.0965463843604084e-06, + "O": 2.5333648068226466e-07, + "W": 2.6074460368619157e-09, + "N": 4.4026449153022895e-09, + "Y": 6.0893398767802864e-05, + "U": 4.2173445291560085e-10, + "K": 9.500203290713216e-09, + "L": 1.0532849259448085e-08, + "G": 2.4559051325923065e-06, + "F": 0.0009485281771048903, + "E": 5.383631105360109e-07, + "T": 2.8034655770170502e-05, + "P": 0.0073664686642587185, + "-": 0.9915915727615356 + }, + "id": "tp_21027" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2628395, + "label": "-", + "classification": { + "B": 6.506840399822522e-09, + "S": 2.2166560142977687e-08, + "I": 5.754873200203292e-06, + "C": 3.304408124904512e-08, + "R": 3.18146327060731e-08, + "M": 4.50586958322674e-06, + "O": 1.7323632164334413e-06, + "W": 1.4137490289556354e-08, + "N": 7.498007192907608e-08, + "Y": 0.0001780007587512955, + "U": 7.736262186419651e-10, + "K": 3.5216309868246753e-09, + "L": 2.5150603377710468e-08, + "G": 3.29632575812866e-06, + "F": 6.879767897771671e-05, + "E": 2.769609181996202e-07, + "T": 0.00046084763016551733, + "P": 0.02220439538359642, + "-": 0.9770721793174744 + }, + "id": "tp_21028" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2628529, + "label": "-", + "classification": { + "B": 0.0017247590003535151, + "S": 0.0008740323828533292, + "I": 0.0008875966304913163, + "C": 0.0005329397972673178, + "R": 0.0005097048124298453, + "M": 0.010223528370261192, + "O": 0.006351796444505453, + "W": 0.000459935050457716, + "N": 5.769386552856304e-05, + "Y": 0.009127886034548283, + "U": 7.469627234968357e-06, + "K": 2.8688084512396017e-06, + "L": 0.0031864847987890244, + "G": 0.0056205252185463905, + "F": 0.01879793405532837, + "E": 0.0007876891177147627, + "T": 0.0069007729180157185, + "P": 0.02502264827489853, + "-": 0.9089236259460449 + }, + "id": "tp_21029" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2628629, + "label": "-", + "classification": { + "B": 9.67163600762433e-07, + "S": 1.664588307903614e-05, + "I": 1.3090148058836348e-05, + "C": 6.715011841151863e-05, + "R": 2.2960388378123753e-05, + "M": 0.00070640241028741, + "O": 0.00031303742434829473, + "W": 3.638491762103513e-06, + "N": 1.4245251804823056e-06, + "Y": 0.08030316978693008, + "U": 2.973989410293143e-08, + "K": 2.6397676265332848e-05, + "L": 2.261518056911882e-05, + "G": 0.011515987105667591, + "F": 0.03103243000805378, + "E": 3.673625542433001e-05, + "T": 0.009911352768540382, + "P": 0.001408121082931757, + "-": 0.8645977973937988 + }, + "id": "tp_21030" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2628762, + "label": "-", + "classification": { + "B": 4.3900392654450116e-08, + "S": 1.8055223449664481e-07, + "I": 3.705854032887146e-05, + "C": 2.477544967405265e-06, + "R": 1.1307213299005525e-06, + "M": 2.8713711799355224e-05, + "O": 1.2820140000258107e-05, + "W": 2.7655292456074676e-07, + "N": 1.2816490198019892e-06, + "Y": 0.0005324897356331348, + "U": 9.672894663026455e-08, + "K": 5.021652214054484e-07, + "L": 6.514318329209345e-07, + "G": 5.028899249737151e-05, + "F": 0.0012055088300257921, + "E": 1.3495979146682657e-05, + "T": 0.0004062681400682777, + "P": 0.033925801515579224, + "-": 0.9637809991836548 + }, + "id": "tp_21031" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2628896, + "label": "-", + "classification": { + "B": 4.208164483543442e-08, + "S": 2.2924695031179e-08, + "I": 3.938750978704775e-06, + "C": 1.934800820890814e-06, + "R": 3.340111902616627e-07, + "M": 6.1541459217551164e-06, + "O": 1.6550411601201631e-06, + "W": 6.384419037885891e-08, + "N": 2.028658485642154e-07, + "Y": 0.0007276544929482043, + "U": 6.356594184353526e-08, + "K": 1.2100915228074882e-05, + "L": 6.585487000165813e-08, + "G": 6.169809785205871e-05, + "F": 0.0021700600627809763, + "E": 1.2261821211723145e-05, + "T": 0.0001200820624944754, + "P": 0.016558291390538216, + "-": 0.9803234338760376 + }, + "id": "tp_21032" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2629029, + "label": "-", + "classification": { + "B": 6.162714782931289e-08, + "S": 4.48621875648314e-07, + "I": 1.437369405721256e-06, + "C": 0.0001577664806973189, + "R": 1.6857657101354562e-05, + "M": 8.766404789639637e-06, + "O": 1.592286571394652e-05, + "W": 1.2665400390687864e-06, + "N": 3.642830677108577e-07, + "Y": 0.0010424467036500573, + "U": 1.6797716284600028e-07, + "K": 0.0004350341041572392, + "L": 1.3254857549327426e-06, + "G": 0.0005405406700447202, + "F": 0.09664000570774078, + "E": 2.7313142709317617e-05, + "T": 0.00010216094233328477, + "P": 0.004947200883179903, + "-": 0.8960608243942261 + }, + "id": "tp_21033" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2629129, + "label": "-", + "classification": { + "B": 8.64082778662123e-08, + "S": 8.358827585652762e-08, + "I": 2.3154971131589264e-05, + "C": 7.377533165708883e-06, + "R": 2.080482317978749e-06, + "M": 2.4116658096318133e-05, + "O": 5.067782694823109e-06, + "W": 6.214455083863868e-08, + "N": 9.922946020424206e-08, + "Y": 0.0004170929023530334, + "U": 7.949830127529367e-09, + "K": 1.5484204141102964e-08, + "L": 1.148505702985858e-06, + "G": 0.00010952869342872873, + "F": 0.0007501764339394867, + "E": 3.956546606787015e-06, + "T": 0.0002059659018414095, + "P": 0.006098911631852388, + "-": 0.9923511147499084 + }, + "id": "tp_21034" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2629263, + "label": "-", + "classification": { + "B": 4.125212527128497e-08, + "S": 1.5036257536849007e-06, + "I": 1.31312265239103e-06, + "C": 9.554715688864235e-06, + "R": 1.4549949582942645e-06, + "M": 0.00017581949941813946, + "O": 3.9408598240697756e-05, + "W": 6.468746960308636e-07, + "N": 3.344028698393231e-07, + "Y": 0.0057532344944775105, + "U": 2.1438539832274728e-08, + "K": 5.375309774535708e-05, + "L": 4.464372068468947e-06, + "G": 0.0018237218027934432, + "F": 0.10210658609867096, + "E": 6.474931433331221e-05, + "T": 0.0013980480143800378, + "P": 0.0023239292204380035, + "-": 0.8862413763999939 + }, + "id": "tp_21035" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2629396, + "label": "-", + "classification": { + "B": 1.0733397677598067e-12, + "S": 6.405883636040333e-12, + "I": 7.316764936149411e-07, + "C": 1.426178064534156e-09, + "R": 4.0689276947780684e-10, + "M": 1.5773569117527586e-08, + "O": 4.63233318370726e-09, + "W": 3.5051590102641583e-11, + "N": 4.908515371937483e-09, + "Y": 1.1035439456463791e-05, + "U": 2.5869388228794143e-11, + "K": 2.206875038268663e-08, + "L": 1.1906428967756177e-11, + "G": 1.2299420859562815e-07, + "F": 3.1167241104412824e-05, + "E": 1.9010006724329287e-07, + "T": 3.882621058437508e-06, + "P": 0.0395130030810833, + "-": 0.960439920425415 + }, + "id": "tp_21036" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2629530, + "label": "-", + "classification": { + "B": 9.969369080264912e-11, + "S": 1.3386830532979843e-10, + "I": 1.7914572603139334e-11, + "C": 5.996560192844669e-11, + "R": 2.3618523803392577e-11, + "M": 3.5803037690129713e-07, + "O": 7.254867284700595e-08, + "W": 1.3541057164445647e-11, + "N": 3.2620350105989904e-14, + "Y": 3.2939956895461364e-07, + "U": 1.1889669131710605e-15, + "K": 8.566098405691364e-15, + "L": 4.374463902223624e-09, + "G": 2.8886049108223233e-07, + "F": 0.00017160385323222727, + "E": 7.163089565942471e-11, + "T": 4.4958792955185345e-07, + "P": 9.479735126660671e-06, + "-": 0.999817430973053 + }, + "id": "tp_21037" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2629630, + "label": "-", + "classification": { + "B": 6.6686025590456666e-09, + "S": 5.375914042815566e-07, + "I": 1.7971477063838392e-05, + "C": 3.1287277124647517e-06, + "R": 2.047930593107594e-06, + "M": 0.00012768374290317297, + "O": 2.7892829166376032e-05, + "W": 2.199612936237827e-07, + "N": 2.3468949450489163e-07, + "Y": 0.033540401607751846, + "U": 8.886035796074054e-10, + "K": 9.579829338690615e-07, + "L": 5.179589379622485e-07, + "G": 0.0005709140095859766, + "F": 0.003384618554264307, + "E": 4.427822204888798e-06, + "T": 0.004021120723336935, + "P": 0.0006266781128942966, + "-": 0.9576706886291504 + }, + "id": "tp_21038" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2629763, + "label": "-", + "classification": { + "B": 4.5016175675982595e-08, + "S": 1.1693413398461416e-05, + "I": 1.2923934491482214e-06, + "C": 6.4195419327006675e-06, + "R": 2.018987515839399e-06, + "M": 7.102583913365379e-05, + "O": 3.231803566450253e-05, + "W": 1.5119569525268162e-06, + "N": 2.0375749443246605e-07, + "Y": 0.0024115564301609993, + "U": 2.250398756231675e-09, + "K": 1.0188968190050218e-05, + "L": 1.4070575389268924e-06, + "G": 0.0006032974342815578, + "F": 0.08998880535364151, + "E": 1.327278368989937e-05, + "T": 0.0018025895114988089, + "P": 0.0011466580908745527, + "-": 0.9038957357406616 + }, + "id": "tp_21039" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2629897, + "label": "-", + "classification": { + "B": 2.182384548632399e-07, + "S": 1.6214377751566644e-07, + "I": 5.648018372994557e-07, + "C": 7.730071160949592e-07, + "R": 2.1843189301762322e-07, + "M": 9.05085471458733e-06, + "O": 6.6323768805887084e-06, + "W": 8.323156208689397e-08, + "N": 1.2686282246932024e-08, + "Y": 7.948767597554252e-05, + "U": 1.336930455231311e-09, + "K": 4.794476371472456e-09, + "L": 3.811169619893917e-07, + "G": 1.3253455108497292e-05, + "F": 0.0003707685973495245, + "E": 2.887370840198855e-07, + "T": 7.44384087738581e-05, + "P": 0.0017541926354169846, + "-": 0.9976894855499268 + }, + "id": "tp_21040" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2630030, + "label": "F", + "classification": { + "B": 1.529368819319643e-05, + "S": 0.0028708993922919035, + "I": 0.0025256520602852106, + "C": 0.0006065141060389578, + "R": 0.00024667984689585865, + "M": 0.010867105796933174, + "O": 0.005000774748623371, + "W": 0.00039091118378564715, + "N": 0.0009244395769201219, + "Y": 0.22624571621418, + "U": 1.87020555131312e-06, + "K": 0.0130855031311512, + "L": 0.00045007551671005785, + "G": 0.10839846730232239, + "F": 0.2937193512916565, + "E": 0.015309550799429417, + "T": 0.05485646799206734, + "P": 0.010055744089186192, + "-": 0.2544289529323578 + }, + "id": "tp_21041" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2630130, + "label": "-", + "classification": { + "B": 2.582168789899697e-08, + "S": 1.0868523077078862e-06, + "I": 1.4084832855587592e-06, + "C": 1.7075650248443708e-05, + "R": 3.914861281373305e-06, + "M": 0.0001757805875968188, + "O": 3.0370987587957643e-05, + "W": 3.997551232259866e-07, + "N": 8.936601147979673e-08, + "Y": 0.002039015758782625, + "U": 1.4691218908069459e-08, + "K": 2.270610366394976e-06, + "L": 5.052041160524823e-06, + "G": 0.0006216642213985324, + "F": 0.0349096804857254, + "E": 6.529010533995461e-06, + "T": 0.0011019324883818626, + "P": 0.0009157867752946913, + "-": 0.9601680636405945 + }, + "id": "tp_21042" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2630264, + "label": "-", + "classification": { + "B": 8.404490992042213e-10, + "S": 3.024924666306106e-08, + "I": 3.028360993084789e-07, + "C": 1.9446736132522346e-07, + "R": 6.570861188492927e-08, + "M": 1.5221473404380959e-05, + "O": 2.2008475752954837e-06, + "W": 1.4574943918432837e-08, + "N": 8.477653246075079e-09, + "Y": 0.0004879382031504065, + "U": 4.3293651996734184e-10, + "K": 8.731882417123416e-08, + "L": 8.115308247624853e-08, + "G": 1.8762662875815295e-05, + "F": 0.0036215439904481173, + "E": 4.994670916858013e-07, + "T": 0.00019489765691105276, + "P": 0.0007657633977942169, + "-": 0.9948923587799072 + }, + "id": "tp_21043" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2630397, + "label": "-", + "classification": { + "B": 1.677377170494765e-08, + "S": 2.2598727866807167e-07, + "I": 6.035325441189343e-06, + "C": 5.033219167671632e-06, + "R": 2.6069546947837807e-06, + "M": 3.988514799857512e-05, + "O": 9.38472840061877e-06, + "W": 1.3919260766215302e-07, + "N": 1.0665642946605658e-07, + "Y": 0.001110054086893797, + "U": 1.112576342165994e-08, + "K": 1.644092293417998e-07, + "L": 1.4934745422578999e-06, + "G": 0.00011032574548153207, + "F": 0.0048289536498487, + "E": 3.3109479318227386e-06, + "T": 0.0007149111479520798, + "P": 0.002352105686441064, + "-": 0.990815281867981 + }, + "id": "tp_21044" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2630531, + "label": "-", + "classification": { + "B": 4.9113069167106e-10, + "S": 4.671747988460595e-10, + "I": 7.567932414076495e-08, + "C": 1.4904388834224847e-08, + "R": 1.8450885264087447e-09, + "M": 9.896955361909932e-07, + "O": 1.0912570047594272e-07, + "W": 1.9039583798452497e-10, + "N": 1.742723743092256e-10, + "Y": 2.341481376788579e-05, + "U": 3.539118434078836e-12, + "K": 5.2098502595354645e-11, + "L": 6.166322119582901e-09, + "G": 2.955843456220464e-06, + "F": 0.00012052574311383069, + "E": 1.3256358499802445e-07, + "T": 9.717530701891519e-06, + "P": 0.0005130234640091658, + "-": 0.9993289709091187 + }, + "id": "tp_21045" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2630631, + "label": "-", + "classification": { + "B": 3.0021124075574335e-06, + "S": 1.4961135548219318e-06, + "I": 5.506829256773926e-05, + "C": 2.3820308342692442e-05, + "R": 3.0002636322024046e-06, + "M": 6.0158257838338614e-05, + "O": 2.9993954740348272e-05, + "W": 2.2980620997259393e-06, + "N": 5.42373709322419e-06, + "Y": 0.0005179530708119273, + "U": 8.03864907084062e-07, + "K": 2.6473711841390468e-05, + "L": 1.8154184999730205e-06, + "G": 0.00022403107141144574, + "F": 0.0034164669923484325, + "E": 0.0001705678296275437, + "T": 0.0002744862576946616, + "P": 0.05434294790029526, + "-": 0.9408402442932129 + }, + "id": "tp_21046" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2630764, + "label": "-", + "classification": { + "B": 2.303424508909302e-07, + "S": 2.600749269277003e-07, + "I": 4.007958523288835e-06, + "C": 5.959176178294001e-06, + "R": 1.8779405763780233e-06, + "M": 7.426128286169842e-05, + "O": 1.306518697674619e-05, + "W": 1.3409795940333424e-07, + "N": 6.502946803266241e-08, + "Y": 0.00046843147720210254, + "U": 1.714529851426505e-08, + "K": 7.482729103003294e-09, + "L": 5.416192834672984e-06, + "G": 6.671552546322346e-05, + "F": 0.0005177698913030326, + "E": 3.2094840207719244e-06, + "T": 0.0008718132157810032, + "P": 0.004146099556237459, + "-": 0.9938206076622009 + }, + "id": "tp_21047" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2630898, + "label": "-", + "classification": { + "B": 1.0657630156174491e-07, + "S": 1.1268601696201586e-07, + "I": 1.9943495033203362e-07, + "C": 1.7893643189381692e-07, + "R": 2.3213480915273976e-08, + "M": 5.8849000197369605e-06, + "O": 9.297226597482222e-07, + "W": 2.5615953802571312e-08, + "N": 1.7704303800769594e-08, + "Y": 0.0001979859225684777, + "U": 1.0184071363994462e-09, + "K": 5.184347742215323e-07, + "L": 3.7325484925077035e-08, + "G": 4.416062802192755e-05, + "F": 0.005956368520855904, + "E": 1.0871442100324202e-05, + "T": 7.083420496201143e-05, + "P": 0.00405047507956624, + "-": 0.9896612167358398 + }, + "id": "tp_21048" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2631031, + "label": "-", + "classification": { + "B": 2.980503899241427e-10, + "S": 2.3661756998194505e-09, + "I": 6.180727268656483e-06, + "C": 4.4252406183886706e-08, + "R": 8.381817018232596e-09, + "M": 3.13915847982571e-07, + "O": 1.837264420601059e-07, + "W": 3.7143044195886432e-09, + "N": 2.691235181373486e-07, + "Y": 5.036119546275586e-05, + "U": 8.052873368136204e-10, + "K": 1.7073241451726062e-06, + "L": 1.3792571529336328e-09, + "G": 6.925704838067759e-06, + "F": 0.0018828711472451687, + "E": 2.2429718228522688e-05, + "T": 1.3551752090279479e-05, + "P": 0.15715588629245758, + "-": 0.8408591747283936 + }, + "id": "tp_21049" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2631131, + "label": "-", + "classification": { + "B": 1.7026463794422853e-08, + "S": 1.2348317568466882e-06, + "I": 6.424247089853452e-07, + "C": 1.471254051921278e-08, + "R": 2.8791804496108853e-08, + "M": 9.591833986632992e-06, + "O": 6.677310011582449e-06, + "W": 7.370807253437306e-08, + "N": 1.9239932314008e-08, + "Y": 0.0006841067806817591, + "U": 1.7422506493058876e-10, + "K": 2.2383424891359027e-08, + "L": 1.40924669267406e-07, + "G": 2.0581945136655122e-05, + "F": 0.0026212316006422043, + "E": 3.9941852492120233e-07, + "T": 0.0004341438179835677, + "P": 0.001012864406220615, + "-": 0.995208203792572 + }, + "id": "tp_21050" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2631265, + "label": "-", + "classification": { + "B": 1.0804122041463415e-08, + "S": 5.332286079351434e-08, + "I": 3.904974903434777e-07, + "C": 4.5748251409349905e-08, + "R": 1.0481145729102082e-08, + "M": 8.958119224189431e-07, + "O": 1.0706413604566478e-06, + "W": 1.2439357988114352e-08, + "N": 1.8646746369199718e-08, + "Y": 8.766730388742872e-06, + "U": 4.309383960787727e-10, + "K": 9.486369911826387e-09, + "L": 2.7878270358883128e-08, + "G": 2.1047858353995252e-06, + "F": 0.0009717175853438675, + "E": 4.385970271414408e-07, + "T": 2.1668440240318887e-05, + "P": 0.014962115325033665, + "-": 0.9840307235717773 + }, + "id": "tp_21051" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2631398, + "label": "-", + "classification": { + "B": 5.8890377658826765e-06, + "S": 6.452120487665525e-06, + "I": 0.0005189015646465123, + "C": 0.0003714924387168139, + "R": 0.00013179842790123075, + "M": 0.001453481032513082, + "O": 0.0002557655971031636, + "W": 6.928633411007468e-06, + "N": 8.762205652601551e-06, + "Y": 0.02790815383195877, + "U": 6.315343625828973e-07, + "K": 1.773519556991232e-06, + "L": 5.252813207334839e-05, + "G": 0.0033088475465774536, + "F": 0.002109752269461751, + "E": 0.00014246770297177136, + "T": 0.009306950494647026, + "P": 0.008855086751282215, + "-": 0.9455543160438538 + }, + "id": "tp_21052" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2631532, + "label": "-", + "classification": { + "B": 6.466706510555031e-13, + "S": 1.898170856606818e-12, + "I": 3.017010252737151e-11, + "C": 1.3695020117943102e-10, + "R": 8.915209542825764e-11, + "M": 2.2677483002553345e-08, + "O": 3.3799454346450375e-09, + "W": 9.917096440922868e-13, + "N": 4.4259019870264774e-14, + "Y": 2.248995997433667e-06, + "U": 1.1846762042492728e-14, + "K": 1.661527441477182e-15, + "L": 2.0923239529846427e-10, + "G": 1.7846231159523995e-08, + "F": 6.709528292958566e-07, + "E": 1.2428628005239917e-12, + "T": 6.34090201856452e-06, + "P": 8.717900527699385e-06, + "-": 0.9999819993972778 + }, + "id": "tp_21053" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2631632, + "label": "-", + "classification": { + "B": 8.874226153920972e-08, + "S": 6.2224280554801226e-06, + "I": 1.6359914297936484e-05, + "C": 2.3693441107752733e-05, + "R": 2.13015046028886e-05, + "M": 0.0011725883232429624, + "O": 0.00026747098308987916, + "W": 2.456524043736863e-06, + "N": 3.470505589575623e-07, + "Y": 0.017864225432276726, + "U": 1.716564845821722e-08, + "K": 1.1078664101660252e-06, + "L": 2.5083370928769e-05, + "G": 0.000921339844353497, + "F": 0.00583204161375761, + "E": 1.0371510143158957e-05, + "T": 0.004211578983813524, + "P": 0.0008486853912472725, + "-": 0.9687749743461609 + }, + "id": "tp_21054" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2631765, + "label": "-", + "classification": { + "B": 9.261843842978124e-06, + "S": 6.184979429235682e-05, + "I": 4.7245743189705536e-05, + "C": 0.0002532778889872134, + "R": 0.00010101021325681359, + "M": 0.001297825830988586, + "O": 0.0004678903496824205, + "W": 2.2274527509580366e-05, + "N": 4.282132522348547e-06, + "Y": 0.007810565177351236, + "U": 9.878225455395295e-07, + "K": 1.5757572327856906e-05, + "L": 0.0001293207606067881, + "G": 0.0033982484601438046, + "F": 0.040457576513290405, + "E": 0.00010968612332362682, + "T": 0.0027024904265999794, + "P": 0.006928011775016785, + "-": 0.9361824989318848 + }, + "id": "tp_21055" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2631899, + "label": "-", + "classification": { + "B": 4.1113068353394733e-13, + "S": 2.539727872452602e-10, + "I": 7.519878053585671e-10, + "C": 9.913718734821941e-09, + "R": 4.325977631669531e-10, + "M": 5.707508776708892e-08, + "O": 9.968363912093992e-09, + "W": 9.213489693404853e-11, + "N": 5.868773522710313e-11, + "Y": 3.5570737964008003e-05, + "U": 2.389720908137216e-13, + "K": 5.399333531386219e-07, + "L": 6.081132819524271e-11, + "G": 4.047905804327456e-06, + "F": 0.010603709146380424, + "E": 4.0382641941505426e-07, + "T": 3.7178592720010784e-06, + "P": 0.00016308214981108904, + "-": 0.9891886711120605 + }, + "id": "tp_21056" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2632032, + "label": "-", + "classification": { + "B": 4.3073427491435723e-07, + "S": 6.905909799570509e-07, + "I": 6.850900535937399e-05, + "C": 7.0321475504897535e-06, + "R": 1.5687086261095828e-06, + "M": 4.5769382268190384e-05, + "O": 1.2649828022404108e-05, + "W": 1.1382239790691528e-06, + "N": 7.151428235374624e-06, + "Y": 0.004042827989906073, + "U": 6.071280722608208e-07, + "K": 0.0009750269819051027, + "L": 4.509534221597278e-07, + "G": 0.0007973157917149365, + "F": 0.007993093691766262, + "E": 0.0009943520417436957, + "T": 0.0006418005214072764, + "P": 0.02953881397843361, + "-": 0.9548707008361816 + }, + "id": "tp_21057" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2632132, + "label": "-", + "classification": { + "B": 2.5835737460511154e-07, + "S": 2.8026367999700597e-06, + "I": 9.676929039414972e-05, + "C": 7.066631951602176e-05, + "R": 1.3038724318903405e-05, + "M": 0.00019011576659977436, + "O": 6.584847142221406e-05, + "W": 5.122054517414654e-06, + "N": 1.1648501640593167e-05, + "Y": 0.003788309870287776, + "U": 1.1332772373862099e-06, + "K": 0.00030180232715792954, + "L": 3.5112532259518048e-06, + "G": 0.0003575954760890454, + "F": 0.01920742355287075, + "E": 0.0003690146841108799, + "T": 0.0011875303462147713, + "P": 0.020999036729335785, + "-": 0.9533283710479736 + }, + "id": "tp_21058" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2632266, + "label": "-", + "classification": { + "B": 3.7889356462983415e-05, + "S": 6.496152764157159e-06, + "I": 3.871826265822165e-06, + "C": 5.873958798474632e-06, + "R": 3.6260057640902232e-06, + "M": 0.0005241642356850207, + "O": 0.00016360376321244985, + "W": 1.3143611568011693e-06, + "N": 3.464432651867355e-08, + "Y": 0.00017255019338335842, + "U": 4.200012782007434e-09, + "K": 1.0703966185632297e-10, + "L": 0.00010482298966962844, + "G": 0.000321203435305506, + "F": 0.0008238852024078369, + "E": 1.6918774008445325e-06, + "T": 0.0005738898762501776, + "P": 0.002043088898062706, + "-": 0.9952118396759033 + }, + "id": "tp_21059" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2632399, + "label": "-", + "classification": { + "B": 1.5568038178037646e-11, + "S": 2.961720868555062e-10, + "I": 1.6920247425389334e-09, + "C": 7.894236375705077e-09, + "R": 1.866335752609416e-09, + "M": 5.315629096003249e-06, + "O": 1.3880425342449598e-07, + "W": 7.503343085746295e-11, + "N": 1.2503878141223446e-11, + "Y": 0.00027219136245548725, + "U": 7.24895295699246e-13, + "K": 4.0849573723633625e-10, + "L": 1.2854636466386182e-08, + "G": 2.1828962417203e-05, + "F": 0.001254683593288064, + "E": 1.814935934874029e-08, + "T": 4.308327697799541e-05, + "P": 2.0685169147327542e-05, + "-": 0.9983820915222168 + }, + "id": "tp_21060" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2632533, + "label": "-", + "classification": { + "B": 1.5374544692914327e-10, + "S": 4.510948212188559e-11, + "I": 3.2921121828621835e-08, + "C": 4.810615794603734e-11, + "R": 1.2959208359197838e-11, + "M": 2.0305638770423684e-07, + "O": 1.2761161904961682e-08, + "W": 6.1682729236844924e-12, + "N": 2.7411474132210678e-11, + "Y": 4.848779099120293e-06, + "U": 1.4980779203949135e-13, + "K": 9.063579422576018e-13, + "L": 2.8089378045770275e-10, + "G": 4.009963276985218e-07, + "F": 1.803912346076686e-05, + "E": 8.924969208123912e-09, + "T": 1.03303391369991e-05, + "P": 0.0007656074012629688, + "-": 0.9992005228996277 + }, + "id": "tp_21061" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2632633, + "label": "-", + "classification": { + "B": 6.450269665947417e-06, + "S": 2.3406475520459935e-05, + "I": 0.0001025816090987064, + "C": 0.00011000374070135877, + "R": 3.559632023097947e-05, + "M": 0.0004778355360031128, + "O": 0.0002573596721049398, + "W": 1.1649714906525332e-05, + "N": 1.5310428352677263e-05, + "Y": 0.0033166450448334217, + "U": 9.783915402294951e-07, + "K": 3.879103678627871e-05, + "L": 5.04794079461135e-05, + "G": 0.0027995870914310217, + "F": 0.07638590037822723, + "E": 0.0006459848373197019, + "T": 0.0014854386681690812, + "P": 0.04808586463332176, + "-": 0.8661500811576843 + }, + "id": "tp_21062" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2632766, + "label": "-", + "classification": { + "B": 6.813041295572475e-07, + "S": 7.241787329803628e-07, + "I": 8.658547812956385e-06, + "C": 1.7914060208568117e-06, + "R": 1.174115311641799e-07, + "M": 3.8322956243064255e-05, + "O": 6.774869234504877e-06, + "W": 2.55956308592431e-07, + "N": 7.413783009724284e-07, + "Y": 0.000246234965743497, + "U": 1.6161191496166794e-08, + "K": 1.8415925069348305e-06, + "L": 6.529481879624655e-07, + "G": 0.00019721580611076206, + "F": 0.0378047451376915, + "E": 0.00023730192333459854, + "T": 0.00013785564806312323, + "P": 0.06344536691904068, + "-": 0.8978707790374756 + }, + "id": "tp_21063" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2632900, + "label": "P", + "classification": { + "B": 2.359376139793312e-06, + "S": 9.256206681129697e-07, + "I": 0.0004412134876474738, + "C": 3.550121618900448e-06, + "R": 2.002635284270582e-07, + "M": 2.320989551662933e-05, + "O": 4.963753326592268e-06, + "W": 7.322220199057483e-07, + "N": 3.546032530721277e-05, + "Y": 6.613744335481897e-05, + "U": 3.6641333167608536e-07, + "K": 7.2893731157819275e-06, + "L": 3.37255244176049e-07, + "G": 5.466873699333519e-05, + "F": 0.0008849434088915586, + "E": 0.0021794356871396303, + "T": 7.429468678310513e-05, + "P": 0.8058370351791382, + "-": 0.19038286805152893 + }, + "id": "tp_21064" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2633033, + "label": "P", + "classification": { + "B": 3.174981202391791e-07, + "S": 1.6748749942507857e-08, + "I": 0.00024930568179115653, + "C": 1.6743393871365697e-07, + "R": 1.6152124970858495e-08, + "M": 1.2257423804840073e-06, + "O": 1.7030272658757895e-07, + "W": 8.150351504809805e-09, + "N": 2.3673965188208967e-06, + "Y": 5.275131229609542e-07, + "U": 2.3178092778408654e-09, + "K": 3.445392027234817e-10, + "L": 3.7093933258347533e-08, + "G": 1.8102275589626515e-06, + "F": 4.106460892217001e-06, + "E": 7.901016942923889e-05, + "T": 4.607582923199516e-06, + "P": 0.9881096482276917, + "-": 0.011546619236469269 + }, + "id": "tp_21065" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2633133, + "label": "P", + "classification": { + "B": 3.402355332582374e-06, + "S": 1.6189176221814705e-06, + "I": 0.0020907011348754168, + "C": 9.232398952008225e-06, + "R": 1.0474969940332812e-06, + "M": 4.0485876525053754e-05, + "O": 7.24086612535757e-06, + "W": 7.979538736435643e-07, + "N": 0.0001401805056957528, + "Y": 0.00015114672714844346, + "U": 7.141681521716237e-07, + "K": 6.7961982495035045e-06, + "L": 1.2573298135976074e-06, + "G": 0.00017361348727717996, + "F": 0.0008947281748987734, + "E": 0.0018181900959461927, + "T": 0.00013319241406861693, + "P": 0.9098731279373169, + "-": 0.08465253561735153 + }, + "id": "tp_21066" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2633267, + "label": "P", + "classification": { + "B": 0.00016719746054150164, + "S": 0.0003412827500142157, + "I": 0.008152398280799389, + "C": 0.00015915371477603912, + "R": 6.239912181627005e-05, + "M": 0.0005423214170150459, + "O": 0.0003310785978101194, + "W": 0.00011438219371484593, + "N": 0.0030338428914546967, + "Y": 0.0008882589754648507, + "U": 3.748268136405386e-05, + "K": 0.00035201566061004996, + "L": 4.192856067675166e-05, + "G": 0.0013116153422743082, + "F": 0.007874643430113792, + "E": 0.013314414769411087, + "T": 0.0009776632068678737, + "P": 0.895595908164978, + "-": 0.06670194864273071 + }, + "id": "tp_21067" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2633400, + "label": "-", + "classification": { + "B": 1.6659234916005516e-06, + "S": 2.7488775344863825e-07, + "I": 3.092288170591928e-05, + "C": 7.365102874246077e-07, + "R": 1.6324065654771402e-07, + "M": 2.344886706850957e-05, + "O": 6.847131771792192e-06, + "W": 1.2842242824717687e-07, + "N": 8.130103310577397e-07, + "Y": 0.00011006579006789252, + "U": 1.7526923912214443e-08, + "K": 2.6435985844841525e-08, + "L": 7.299602771126956e-07, + "G": 5.6290671636816114e-05, + "F": 0.0011436580680310726, + "E": 5.071171108284034e-05, + "T": 0.00010809586819959804, + "P": 0.23218467831611633, + "-": 0.7662807106971741 + }, + "id": "tp_21068" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2633500, + "label": "P", + "classification": { + "B": 1.2789600987161975e-06, + "S": 2.3714515862138796e-07, + "I": 0.0002552869846113026, + "C": 2.4748237237304238e-08, + "R": 2.4341502147251504e-09, + "M": 6.238494165700104e-07, + "O": 2.577170903350634e-07, + "W": 3.1039942172128576e-08, + "N": 1.2178966244391631e-05, + "Y": 1.4772958820685744e-06, + "U": 2.7339814856475186e-09, + "K": 8.987560917717019e-09, + "L": 1.3523669295523177e-08, + "G": 5.023318294661294e-07, + "F": 8.032734513108153e-06, + "E": 0.00011178889690199867, + "T": 1.1178941576872603e-06, + "P": 0.9920623302459717, + "-": 0.007544768508523703 + }, + "id": "tp_21069" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2633634, + "label": "P", + "classification": { + "B": 1.2863235099302983e-07, + "S": 5.9550707476319076e-08, + "I": 0.00033392803743481636, + "C": 4.050830852975196e-07, + "R": 8.135348394944231e-08, + "M": 2.705372935452033e-06, + "O": 1.0831108738784678e-06, + "W": 3.1974696668157776e-08, + "N": 7.857591299398337e-06, + "Y": 7.866527994337957e-06, + "U": 9.500592312861045e-09, + "K": 4.906071993104888e-08, + "L": 6.042611744305759e-08, + "G": 9.806667549128179e-06, + "F": 0.000117477000458166, + "E": 0.00010619693057378754, + "T": 7.869004548410885e-06, + "P": 0.9167740345001221, + "-": 0.08263033628463745 + }, + "id": "tp_21070" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2633767, + "label": "P", + "classification": { + "B": 5.742344001191668e-05, + "S": 0.00017738646420184523, + "I": 0.0018449198687449098, + "C": 3.7624715332640335e-05, + "R": 1.572338805999607e-05, + "M": 0.0005297120660543442, + "O": 0.00030016512027941644, + "W": 4.461356365936808e-05, + "N": 0.0002598203136585653, + "Y": 0.0013057419564574957, + "U": 4.5655319809156936e-06, + "K": 5.03875853610225e-05, + "L": 2.213397965533659e-05, + "G": 0.0005286938394419849, + "F": 0.007433733437210321, + "E": 0.0012804950820282102, + "T": 0.0009336363291367888, + "P": 0.5887699723243713, + "-": 0.3964032232761383 + }, + "id": "tp_21071" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2633901, + "label": "-", + "classification": { + "B": 4.5238735765451565e-05, + "S": 2.6803243599715643e-05, + "I": 0.0001859493786469102, + "C": 5.689196405000985e-05, + "R": 8.97111476660939e-06, + "M": 0.00016232348571065813, + "O": 0.00010474626469658688, + "W": 1.9689932742039673e-05, + "N": 2.7374253477319144e-05, + "Y": 0.0006332851480692625, + "U": 2.763905285974033e-06, + "K": 2.6458732463652268e-05, + "L": 1.2449019777704962e-05, + "G": 0.0004970821319147944, + "F": 0.019453048706054688, + "E": 0.0008661790634505451, + "T": 0.0004244174633640796, + "P": 0.2856971323490143, + "-": 0.6917492151260376 + }, + "id": "tp_21072" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2634001, + "label": "P", + "classification": { + "B": 8.142603292071726e-06, + "S": 1.7585791283636354e-05, + "I": 0.004365062806755304, + "C": 5.762019645771943e-05, + "R": 1.2253514796611853e-05, + "M": 0.00011778781481552869, + "O": 4.896990503766574e-05, + "W": 1.0081811524287332e-05, + "N": 0.0007695478270761669, + "Y": 0.001390518038533628, + "U": 5.108716322865803e-06, + "K": 0.00026416589389555156, + "L": 5.9596595747279935e-06, + "G": 0.00133538490626961, + "F": 0.009068246930837631, + "E": 0.010691758245229721, + "T": 0.0005928286700509489, + "P": 0.8610534071922302, + "-": 0.11018561571836472 + }, + "id": "tp_21073" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2634134, + "label": "-", + "classification": { + "B": 1.0170952080557072e-08, + "S": 1.9486622093722872e-08, + "I": 5.292933110467857e-06, + "C": 1.2835549512146827e-07, + "R": 7.910908372821268e-09, + "M": 5.16243119363935e-07, + "O": 4.2942792788380757e-07, + "W": 1.7998921464368323e-08, + "N": 3.399121908387315e-07, + "Y": 2.161320298910141e-05, + "U": 6.165818078329721e-09, + "K": 4.2597801552801684e-07, + "L": 7.2252284155638336e-09, + "G": 3.0323444661917165e-06, + "F": 0.0016749640926718712, + "E": 2.6904248443315737e-05, + "T": 1.0072923032566905e-05, + "P": 0.2668648362159729, + "-": 0.7313913106918335 + }, + "id": "tp_21074" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2634268, + "label": "P", + "classification": { + "B": 1.690975113888271e-05, + "S": 5.509875791176455e-06, + "I": 0.023168891668319702, + "C": 5.261525438982062e-05, + "R": 6.550968919327715e-06, + "M": 0.0002780842187348753, + "O": 1.4428518625209108e-05, + "W": 3.7111765323061263e-06, + "N": 0.0012365304864943027, + "Y": 0.00031790303182788193, + "U": 1.4711291669300408e-06, + "K": 0.0001225573942065239, + "L": 2.696279352676356e-06, + "G": 0.000292338605504483, + "F": 0.0013986800331622362, + "E": 0.040878161787986755, + "T": 0.00022467775852419436, + "P": 0.8916496634483337, + "-": 0.04032859206199646 + }, + "id": "tp_21075" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2634401, + "label": "-", + "classification": { + "B": 8.091757486283768e-09, + "S": 6.7181749052735995e-09, + "I": 6.947677320567891e-06, + "C": 1.2777741176250856e-06, + "R": 1.350390874677032e-07, + "M": 1.228557994181756e-05, + "O": 6.41360941244784e-07, + "W": 2.074916416461292e-08, + "N": 1.6941540081916173e-07, + "Y": 0.00018547300714999437, + "U": 1.0771033842615907e-08, + "K": 2.756175490503665e-06, + "L": 4.3744961431002594e-08, + "G": 3.813919465756044e-05, + "F": 0.004477579612284899, + "E": 0.0001133644109359011, + "T": 4.087666457053274e-05, + "P": 0.04034043848514557, + "-": 0.954779863357544 + }, + "id": "tp_21076" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2634501, + "label": "-", + "classification": { + "B": 1.8414072044947716e-08, + "S": 1.2015312300661662e-08, + "I": 5.240735845291056e-06, + "C": 2.700370203001512e-07, + "R": 1.100838709078289e-08, + "M": 1.8564212496130494e-06, + "O": 4.075520223523199e-07, + "W": 1.446407082994483e-08, + "N": 1.964920812724813e-07, + "Y": 8.341704415215645e-06, + "U": 2.8731228507439255e-09, + "K": 1.1159006163552476e-07, + "L": 1.791232762116124e-08, + "G": 3.909726729034446e-06, + "F": 0.0018395469523966312, + "E": 4.471928332350217e-05, + "T": 8.677350706420839e-06, + "P": 0.31962329149246216, + "-": 0.6784633994102478 + }, + "id": "tp_21077" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2634635, + "label": "P", + "classification": { + "B": 4.2846190808631945e-06, + "S": 9.575657713867258e-06, + "I": 0.00307140639051795, + "C": 1.0540589755692054e-05, + "R": 4.1830121517705265e-06, + "M": 7.490170537494123e-05, + "O": 3.523650229908526e-05, + "W": 6.226027380762389e-06, + "N": 0.00040453599649481475, + "Y": 0.000258972286246717, + "U": 2.3707948457740713e-06, + "K": 5.68373579881154e-05, + "L": 2.3009934011497535e-06, + "G": 0.00012320090900175273, + "F": 0.002123709302395582, + "E": 0.001654039486311376, + "T": 0.0003601429925765842, + "P": 0.852599561214447, + "-": 0.1391979157924652 + }, + "id": "tp_21078" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2634768, + "label": "-", + "classification": { + "B": 6.447074696325217e-08, + "S": 4.5424232553159527e-07, + "I": 5.967877314105863e-06, + "C": 5.138458618603181e-06, + "R": 7.639704904249811e-07, + "M": 1.5452296793228015e-05, + "O": 9.575828698871192e-06, + "W": 2.888513108700863e-07, + "N": 3.6313852547209535e-07, + "Y": 0.00015253634774126112, + "U": 2.9278664825937994e-08, + "K": 1.0540978223616548e-07, + "L": 5.706860974896699e-07, + "G": 1.7127738829003647e-05, + "F": 0.0011552015785127878, + "E": 2.6808415896084625e-06, + "T": 0.0001825419021770358, + "P": 0.023501373827457428, + "-": 0.9749496579170227 + }, + "id": "tp_21079" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2634902, + "label": "-", + "classification": { + "B": 1.6541196146135917e-06, + "S": 3.2831405860633822e-06, + "I": 0.00018048744823317975, + "C": 0.00011281826300546527, + "R": 2.3051905372994952e-05, + "M": 0.00015273323515430093, + "O": 8.747518586460501e-05, + "W": 4.090652055310784e-06, + "N": 1.018415241560433e-05, + "Y": 0.00094502983847633, + "U": 1.2107637985536712e-06, + "K": 2.5059703148144763e-06, + "L": 1.8668179109226912e-05, + "G": 0.00043341139098629355, + "F": 0.013366751372814178, + "E": 0.00020142704306636006, + "T": 0.000698822783306241, + "P": 0.09117799997329712, + "-": 0.8925784230232239 + }, + "id": "tp_21080" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2635002, + "label": "P", + "classification": { + "B": 1.0122614639840322e-06, + "S": 4.096206112080836e-07, + "I": 9.697624591353815e-06, + "C": 2.6965564003944564e-08, + "R": 4.869920910977044e-09, + "M": 3.3368985441484256e-06, + "O": 6.04261322223465e-06, + "W": 8.184625954754665e-08, + "N": 3.6417822002476896e-07, + "Y": 1.3203549542595283e-06, + "U": 1.284433670534213e-09, + "K": 3.921734326173265e-10, + "L": 1.9382628124731127e-07, + "G": 2.537728960305685e-06, + "F": 0.00011476585495984182, + "E": 8.660225830681156e-06, + "T": 9.526749636279419e-06, + "P": 0.5639411807060242, + "-": 0.4359009265899658 + }, + "id": "tp_21081" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2635135, + "label": "-", + "classification": { + "B": 7.567577426925709e-07, + "S": 1.650880221859552e-06, + "I": 3.919984374078922e-05, + "C": 4.46433250544942e-06, + "R": 6.240784387046006e-07, + "M": 0.00010770704102469608, + "O": 1.4574324268323835e-05, + "W": 4.994170126337849e-07, + "N": 3.034363771803328e-06, + "Y": 0.001380713190883398, + "U": 8.734404843835364e-08, + "K": 6.972506980673643e-06, + "L": 7.32720366158901e-07, + "G": 0.00038189065526239574, + "F": 0.010822051204741001, + "E": 0.0002456346992403269, + "T": 0.0005148152122274041, + "P": 0.055456455796957016, + "-": 0.9310181140899658 + }, + "id": "tp_21082" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2635269, + "label": "P", + "classification": { + "B": 7.1294807639787905e-06, + "S": 1.1677131624310277e-05, + "I": 0.0008822127711027861, + "C": 0.00019712829089257866, + "R": 3.5260098229628056e-05, + "M": 6.170637061586604e-05, + "O": 6.338923412840813e-05, + "W": 2.185565244872123e-05, + "N": 0.0001745380723150447, + "Y": 0.0014169359346851707, + "U": 6.694021976727527e-06, + "K": 0.0007234688964672387, + "L": 5.835589945490938e-06, + "G": 0.0019471576670184731, + "F": 0.07611600309610367, + "E": 0.00784764438867569, + "T": 0.00039800640661269426, + "P": 0.4639921486377716, + "-": 0.4460911750793457 + }, + "id": "tp_21083" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2635402, + "label": "P", + "classification": { + "B": 9.152952701318995e-11, + "S": 1.4814723892087045e-09, + "I": 1.1109856359325931e-06, + "C": 1.1691263068769331e-08, + "R": 3.904364054285736e-10, + "M": 2.156912515260956e-08, + "O": 2.1182380294249015e-08, + "W": 1.5438700318171072e-09, + "N": 1.7020953180235665e-07, + "Y": 3.552734142431291e-06, + "U": 5.188349749829513e-10, + "K": 2.4943194603110896e-06, + "L": 6.874832647607576e-11, + "G": 3.8156935033839545e-07, + "F": 0.0028073382563889027, + "E": 8.949039329309016e-05, + "T": 1.2024942179778009e-06, + "P": 0.5649139881134033, + "-": 0.4321801960468292 + }, + "id": "tp_21084" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2635502, + "label": "-", + "classification": { + "B": 7.13260960765183e-05, + "S": 7.215475488919765e-05, + "I": 0.002136567374691367, + "C": 0.0005245159263722599, + "R": 6.44499232294038e-05, + "M": 0.0009047450730577111, + "O": 0.00032480928348377347, + "W": 3.3219130273209885e-05, + "N": 0.0002871493634302169, + "Y": 0.003479758743196726, + "U": 1.222949504153803e-05, + "K": 0.0001943372335517779, + "L": 0.00010308442870154977, + "G": 0.0075511569157242775, + "F": 0.08647157996892929, + "E": 0.015616552904248238, + "T": 0.0016547627747058868, + "P": 0.3359622657299042, + "-": 0.5445353388786316 + }, + "id": "tp_21085" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2635636, + "label": "-", + "classification": { + "B": 5.087404630899073e-08, + "S": 1.7942120393854566e-06, + "I": 2.3988268367247656e-06, + "C": 8.392425115744118e-06, + "R": 5.206681521485734e-07, + "M": 2.0654078980442137e-05, + "O": 1.3532184311770834e-05, + "W": 4.6070869075265364e-07, + "N": 4.807326376976562e-07, + "Y": 0.00043387440382502973, + "U": 4.30333324530352e-09, + "K": 1.0327606105420273e-05, + "L": 9.959463795894408e-07, + "G": 0.0005769416457042098, + "F": 0.21971336007118225, + "E": 0.00012488369247876108, + "T": 0.00016444403445348144, + "P": 0.015421031042933464, + "-": 0.7635058164596558 + }, + "id": "tp_21086" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2635769, + "label": "P", + "classification": { + "B": 6.092673720559105e-05, + "S": 0.00022402583272196352, + "I": 0.0005614379188045859, + "C": 9.964829223463312e-05, + "R": 1.723053355817683e-05, + "M": 0.0006216177716851234, + "O": 0.00020454966579563916, + "W": 4.76035347674042e-05, + "N": 0.0002840713132172823, + "Y": 0.002476426772773266, + "U": 7.0973542278807145e-06, + "K": 0.00015964762133080512, + "L": 2.592937380541116e-05, + "G": 0.0008198127616196871, + "F": 0.0376288965344429, + "E": 0.004292262718081474, + "T": 0.0018231322756037116, + "P": 0.5752540826797485, + "-": 0.37539154291152954 + }, + "id": "tp_21087" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2635903, + "label": "P", + "classification": { + "B": 7.974276741151698e-06, + "S": 3.292389692433062e-06, + "I": 0.0029675529804080725, + "C": 5.046853038948029e-05, + "R": 9.457161468162667e-06, + "M": 0.00022106948017608374, + "O": 3.178630140610039e-05, + "W": 1.936749640663038e-06, + "N": 0.0001075651089195162, + "Y": 0.0003776488301809877, + "U": 9.409924928149849e-07, + "K": 4.6716972974536475e-06, + "L": 6.38040728517808e-06, + "G": 0.0004214618820697069, + "F": 0.0029215714894235134, + "E": 0.0017859113868325949, + "T": 0.0004140517266932875, + "P": 0.7051790356636047, + "-": 0.28548723459243774 + }, + "id": "tp_21088" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2636003, + "label": "P", + "classification": { + "B": 1.8298672299632557e-10, + "S": 7.250594569185864e-11, + "I": 1.1474909200615002e-07, + "C": 5.287145721233344e-10, + "R": 2.7868832241928487e-11, + "M": 1.659906323503435e-09, + "O": 3.0397349082278424e-09, + "W": 2.7289066839575327e-11, + "N": 9.831582215014123e-10, + "Y": 2.8365361615101392e-08, + "U": 5.088054001560482e-13, + "K": 9.235924525174966e-12, + "L": 2.161552881130291e-11, + "G": 3.6199185871055306e-08, + "F": 3.9451682823710144e-05, + "E": 6.072626490549737e-08, + "T": 3.540301207749508e-08, + "P": 0.6308872699737549, + "-": 0.36907297372817993 + }, + "id": "tp_21089" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2636136, + "label": "-", + "classification": { + "B": 1.3275898425035848e-07, + "S": 3.147626514987678e-08, + "I": 4.575249840854667e-05, + "C": 1.0990452210535295e-06, + "R": 4.9647738364910765e-08, + "M": 1.4230768101697322e-05, + "O": 1.8158024204240064e-06, + "W": 5.0185661848445307e-08, + "N": 1.0904622058660607e-06, + "Y": 0.00015458397683687508, + "U": 1.7960790188453757e-08, + "K": 7.925681302367593e-07, + "L": 6.882671499397475e-08, + "G": 4.400297984830104e-05, + "F": 0.000647027394734323, + "E": 0.0002462579286657274, + "T": 4.237843677401543e-05, + "P": 0.14270733296871185, + "-": 0.8560933470726013 + }, + "id": "tp_21090" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2636270, + "label": "-", + "classification": { + "B": 0.002167809521779418, + "S": 0.002744173165410757, + "I": 0.02283491939306259, + "C": 0.006987364962697029, + "R": 0.00390078267082572, + "M": 0.02055395022034645, + "O": 0.010124308057129383, + "W": 0.002271729987114668, + "N": 0.005930521059781313, + "Y": 0.028981342911720276, + "U": 0.0015460680006071925, + "K": 0.0026065229903906584, + "L": 0.004404750186949968, + "G": 0.02313312701880932, + "F": 0.046266838908195496, + "E": 0.017331281676888466, + "T": 0.03132745251059532, + "P": 0.23902134597301483, + "-": 0.5278657674789429 + }, + "id": "tp_21091" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2636403, + "label": "P", + "classification": { + "B": 0.0017506335861980915, + "S": 0.001008983002975583, + "I": 0.05513361096382141, + "C": 0.004872290417551994, + "R": 0.0010202755220234394, + "M": 0.010630529373884201, + "O": 0.002086110645905137, + "W": 0.0008027462172321975, + "N": 0.012143587693572044, + "Y": 0.027539128437638283, + "U": 0.0005788388662040234, + "K": 0.00424107164144516, + "L": 0.0007228485774248838, + "G": 0.014552119188010693, + "F": 0.024997202679514885, + "E": 0.08313803374767303, + "T": 0.009274670854210854, + "P": 0.5613055229187012, + "-": 0.18420179188251495 + }, + "id": "tp_21092" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2636503, + "label": "-", + "classification": { + "B": 0.002452484332025051, + "S": 0.0010337349958717823, + "I": 0.08333277702331543, + "C": 0.0471777506172657, + "R": 0.01107767317444086, + "M": 0.013457650318741798, + "O": 0.004730076063424349, + "W": 0.0021279710344970226, + "N": 0.012436099350452423, + "Y": 0.033844925463199615, + "U": 0.002573099685832858, + "K": 0.0058685471303761005, + "L": 0.0029756876174360514, + "G": 0.02962515503168106, + "F": 0.037607502192258835, + "E": 0.06540514528751373, + "T": 0.01306289341300726, + "P": 0.3092707693576813, + "-": 0.3219400942325592 + }, + "id": "tp_21093" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2636637, + "label": "-", + "classification": { + "B": 1.3054236660536844e-05, + "S": 1.5679252101108432e-05, + "I": 0.0025010276585817337, + "C": 0.0011144683230668306, + "R": 0.00021513059618882835, + "M": 0.000848360825330019, + "O": 0.0002906542213167995, + "W": 4.5683413191e-05, + "N": 0.0003657640190795064, + "Y": 0.012501669116318226, + "U": 3.539572935551405e-05, + "K": 0.0017591030336916447, + "L": 3.808545079664327e-05, + "G": 0.003810180351138115, + "F": 0.029647493734955788, + "E": 0.007044828496873379, + "T": 0.0030086240731179714, + "P": 0.14009025692939758, + "-": 0.7966547012329102 + }, + "id": "tp_21094" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2636770, + "label": "-", + "classification": { + "B": 2.5432374968659133e-05, + "S": 1.185490964417113e-05, + "I": 0.012566805817186832, + "C": 0.0013178159715607762, + "R": 0.00017250313248950988, + "M": 0.0006757701048627496, + "O": 0.00014839658979326487, + "W": 3.063660187763162e-05, + "N": 0.0006591298151761293, + "Y": 0.024377435445785522, + "U": 2.2072861611377448e-05, + "K": 0.001038922113366425, + "L": 2.2321681171888486e-05, + "G": 0.005892729852348566, + "F": 0.011658379808068275, + "E": 0.015057392418384552, + "T": 0.0034869248047471046, + "P": 0.32093921303749084, + "-": 0.6018962264060974 + }, + "id": "tp_21095" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2636904, + "label": "P", + "classification": { + "B": 0.00034554264857433736, + "S": 0.0006709886947646737, + "I": 0.06628012657165527, + "C": 0.000985917984507978, + "R": 0.0003844824095722288, + "M": 0.0021410854533314705, + "O": 0.0010158803779631853, + "W": 0.00029531330801546574, + "N": 0.015251866541802883, + "Y": 0.004693147726356983, + "U": 0.00010143039253307506, + "K": 0.0017470031743869185, + "L": 0.00016137964848894626, + "G": 0.004484168719500303, + "F": 0.013533509336411953, + "E": 0.0229073166847229, + "T": 0.0048792073503136635, + "P": 0.7530209422111511, + "-": 0.10710074752569199 + }, + "id": "tp_21096" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2637004, + "label": "P", + "classification": { + "B": 0.003202548949047923, + "S": 0.0015136131551116705, + "I": 0.2052529752254486, + "C": 0.0052978224121034145, + "R": 0.0012524896301329136, + "M": 0.012530285865068436, + "O": 0.0010978624923154712, + "W": 0.0006269568111747503, + "N": 0.033501073718070984, + "Y": 0.008697993122041225, + "U": 0.00025266443844884634, + "K": 0.0032470307778567076, + "L": 0.0006914013065397739, + "G": 0.013947749510407448, + "F": 0.008442506194114685, + "E": 0.24432766437530518, + "T": 0.004790832754224539, + "P": 0.4236774742603302, + "-": 0.027649056166410446 + }, + "id": "tp_21097" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2637137, + "label": "P", + "classification": { + "B": 0.0005822356906719506, + "S": 0.001412155688740313, + "I": 0.21148285269737244, + "C": 0.002712950110435486, + "R": 0.0012259774375706911, + "M": 0.004148152656853199, + "O": 0.0013445322401821613, + "W": 0.0006172562134452164, + "N": 0.020520221441984177, + "Y": 0.015021643601357937, + "U": 0.00025101780192926526, + "K": 0.001262933132238686, + "L": 0.0005245836800895631, + "G": 0.005476412363350391, + "F": 0.00902572926133871, + "E": 0.027440641075372696, + "T": 0.010466320440173149, + "P": 0.592293918132782, + "-": 0.09419053792953491 + }, + "id": "tp_21098" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2637271, + "label": "P", + "classification": { + "B": 0.00013832288095727563, + "S": 0.0007436757441610098, + "I": 0.007754857651889324, + "C": 0.0007809822564013302, + "R": 0.0001568911102367565, + "M": 0.001716219587251544, + "O": 0.0007495960453525186, + "W": 0.000462823489215225, + "N": 0.00391830550506711, + "Y": 0.01325188297778368, + "U": 7.612821354996413e-05, + "K": 0.027994215488433838, + "L": 0.00013014496653340757, + "G": 0.01442310493439436, + "F": 0.22463977336883545, + "E": 0.13411398231983185, + "T": 0.0048620980232954025, + "P": 0.3397904634475708, + "-": 0.22429662942886353 + }, + "id": "tp_21099" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2637404, + "label": "P", + "classification": { + "B": 0.0006236070184968412, + "S": 0.00015918636927381158, + "I": 0.014973703771829605, + "C": 0.0009475115803070366, + "R": 0.00012761718244291842, + "M": 0.0027794453781098127, + "O": 0.0003798390389420092, + "W": 0.0001614057255210355, + "N": 0.0022818876896053553, + "Y": 0.004675921984016895, + "U": 0.00012968435476068407, + "K": 0.00309579074382782, + "L": 9.522673644823954e-05, + "G": 0.004050689283758402, + "F": 0.010280581191182137, + "E": 0.1263001263141632, + "T": 0.0016327741323038936, + "P": 0.5705032348632812, + "-": 0.2568017542362213 + }, + "id": "tp_21100" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2637504, + "label": "P", + "classification": { + "B": 0.00017914637282956392, + "S": 0.00011684713535942137, + "I": 0.009452995844185352, + "C": 0.0005272776470519602, + "R": 7.660807750653476e-05, + "M": 0.0010801751632243395, + "O": 0.0002406331041129306, + "W": 0.00014319346519187093, + "N": 0.0030571413226425648, + "Y": 0.0030349623411893845, + "U": 6.626210961258039e-05, + "K": 0.008507533930242062, + "L": 4.251951759215444e-05, + "G": 0.005404621362686157, + "F": 0.02986082062125206, + "E": 0.16848553717136383, + "T": 0.0013290302595123649, + "P": 0.6223598122596741, + "-": 0.14603491127490997 + }, + "id": "tp_21101" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2637638, + "label": "P", + "classification": { + "B": 0.0019822800531983376, + "S": 0.004711416084319353, + "I": 0.13805945217609406, + "C": 0.015006879344582558, + "R": 0.005891233216971159, + "M": 0.011156606487929821, + "O": 0.005629487801343203, + "W": 0.0031687275040894747, + "N": 0.056613970547914505, + "Y": 0.03524226322770119, + "U": 0.001324136508628726, + "K": 0.02289125882089138, + "L": 0.0021036502439528704, + "G": 0.031002191826701164, + "F": 0.05707334727048874, + "E": 0.13772565126419067, + "T": 0.022067878395318985, + "P": 0.3514629006385803, + "-": 0.09688670933246613 + }, + "id": "tp_21102" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2637771, + "label": "-", + "classification": { + "B": 0.00016831404354888946, + "S": 0.00017581453721504658, + "I": 0.0007417250890284777, + "C": 0.0004089970898348838, + "R": 7.426990487147123e-05, + "M": 0.0008597710402682424, + "O": 0.00036740736686624587, + "W": 0.0001395492145093158, + "N": 0.0002128585911123082, + "Y": 0.004925964400172234, + "U": 2.494151340215467e-05, + "K": 0.0018423686269670725, + "L": 9.354579378850758e-05, + "G": 0.0048521230928599834, + "F": 0.12062286585569382, + "E": 0.01371871680021286, + "T": 0.0026857585180550814, + "P": 0.15503045916557312, + "-": 0.6930544972419739 + }, + "id": "tp_21103" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2637905, + "label": "P", + "classification": { + "B": 0.000728243263438344, + "S": 0.0006135081639513373, + "I": 0.3714410066604614, + "C": 0.010283186100423336, + "R": 0.0028568857815116644, + "M": 0.0064549520611763, + "O": 0.0011095263762399554, + "W": 0.00042795579065568745, + "N": 0.03373153880238533, + "Y": 0.018811635673046112, + "U": 0.00023368858091998845, + "K": 0.0017670475644990802, + "L": 0.000489128811750561, + "G": 0.012474586255848408, + "F": 0.006151419132947922, + "E": 0.086817666888237, + "T": 0.009727933444082737, + "P": 0.3933759331703186, + "-": 0.04250409081578255 + }, + "id": "tp_21104" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2638005, + "label": "-", + "classification": { + "B": 0.0007426839438267052, + "S": 0.0003112671838607639, + "I": 0.018466144800186157, + "C": 0.006431290414184332, + "R": 0.0010588772129267454, + "M": 0.00813047494739294, + "O": 0.0014304416254162788, + "W": 0.00021588757226709276, + "N": 0.0016699547413736582, + "Y": 0.05774587020277977, + "U": 9.314410272054374e-05, + "K": 0.0008895945502445102, + "L": 0.0007588281878270209, + "G": 0.04729606583714485, + "F": 0.04420838877558708, + "E": 0.06550499051809311, + "T": 0.014886029064655304, + "P": 0.15591177344322205, + "-": 0.5742482542991638 + }, + "id": "tp_21105" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2638138, + "label": "P", + "classification": { + "B": 4.753703251481056e-05, + "S": 8.376453479286283e-05, + "I": 0.33164843916893005, + "C": 0.001440741354599595, + "R": 0.00017232763639185578, + "M": 0.0005129208439029753, + "O": 5.6482695072190836e-05, + "W": 2.6774285288411193e-05, + "N": 0.019757980480790138, + "Y": 0.0008833779138512909, + "U": 4.98414055982721e-06, + "K": 0.00020437402417883277, + "L": 2.018675149884075e-05, + "G": 0.002398290205746889, + "F": 0.001467041322030127, + "E": 0.09923166781663895, + "T": 0.0005816895863972604, + "P": 0.5364060401916504, + "-": 0.005055399611592293 + }, + "id": "tp_21106" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2638272, + "label": "P", + "classification": { + "B": 0.0004405910149216652, + "S": 0.0006109092500992119, + "I": 0.03186134248971939, + "C": 0.0008284383802674711, + "R": 0.00033157828147523105, + "M": 0.0036947536282241344, + "O": 0.0009497639839537442, + "W": 0.00026599664124660194, + "N": 0.0064726099371910095, + "Y": 0.009227771311998367, + "U": 9.636433969717473e-05, + "K": 0.0022668461315333843, + "L": 0.00018476693367119879, + "G": 0.005403832998126745, + "F": 0.0242216307669878, + "E": 0.039558134973049164, + "T": 0.00456176558509469, + "P": 0.6993407011032104, + "-": 0.16968221962451935 + }, + "id": "tp_21107" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2638405, + "label": "P", + "classification": { + "B": 0.0023082296829670668, + "S": 0.0022802059538662434, + "I": 0.09710707515478134, + "C": 0.020130597054958344, + "R": 0.005255676340311766, + "M": 0.015604411251842976, + "O": 0.006824576761573553, + "W": 0.0023818472400307655, + "N": 0.031541697680950165, + "Y": 0.05851462855935097, + "U": 0.0014758763136342168, + "K": 0.013182871975004673, + "L": 0.0021268220152705908, + "G": 0.04376210272312164, + "F": 0.04506439343094826, + "E": 0.12286293506622314, + "T": 0.021500403061509132, + "P": 0.3003934621810913, + "-": 0.20768214762210846 + }, + "id": "tp_21108" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2638505, + "label": "-", + "classification": { + "B": 0.0012578351888805628, + "S": 0.0008599793654866517, + "I": 0.017570117488503456, + "C": 0.006431967951357365, + "R": 0.002014706376940012, + "M": 0.009582201018929482, + "O": 0.0034168316051363945, + "W": 0.0011114287190139294, + "N": 0.0033072074875235558, + "Y": 0.02128491923213005, + "U": 0.0007742727175354958, + "K": 0.0032978756353259087, + "L": 0.0013294456293806434, + "G": 0.012760232202708721, + "F": 0.04175180569291115, + "E": 0.023474644869565964, + "T": 0.011192001402378082, + "P": 0.2590986490249634, + "-": 0.5794839262962341 + }, + "id": "tp_21109" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2638639, + "label": "-", + "classification": { + "B": 3.0693042845086893e-06, + "S": 5.787167538073845e-05, + "I": 0.0004403824859764427, + "C": 0.00012094470002921298, + "R": 4.373051706352271e-05, + "M": 0.00011249454837525263, + "O": 0.00016259732365142554, + "W": 3.885260957758874e-05, + "N": 0.00011999217531410977, + "Y": 0.0013043200597167015, + "U": 3.9647543417231645e-06, + "K": 0.0004076402692589909, + "L": 1.0533809472690336e-05, + "G": 0.0006659245700575411, + "F": 0.12690839171409607, + "E": 0.0009129415266215801, + "T": 0.000614121207036078, + "P": 0.26660722494125366, + "-": 0.6014650464057922 + }, + "id": "tp_21110" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2638772, + "label": "I", + "classification": { + "B": 0.0008899495005607605, + "S": 0.0007834760472178459, + "I": 0.3527578115463257, + "C": 0.01108657568693161, + "R": 0.0024837960954755545, + "M": 0.003999998327344656, + "O": 0.001303540775552392, + "W": 0.0007276882533915341, + "N": 0.045728377997875214, + "Y": 0.04752011597156525, + "U": 0.00018942337192129344, + "K": 0.011428175494074821, + "L": 0.0003529608657117933, + "G": 0.025730984285473824, + "F": 0.011126862838864326, + "E": 0.1902315765619278, + "T": 0.006706259213387966, + "P": 0.24253328144550323, + "-": 0.04441919922828674 + }, + "id": "tp_21111" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2638906, + "label": "P", + "classification": { + "B": 0.004281674046069384, + "S": 0.0038898871280252934, + "I": 0.10777582228183746, + "C": 0.02219417691230774, + "R": 0.007251142058521509, + "M": 0.027957146987318993, + "O": 0.009439519606530666, + "W": 0.004164193291217089, + "N": 0.0348355770111084, + "Y": 0.044306039810180664, + "U": 0.0028101589996367693, + "K": 0.01652415469288826, + "L": 0.004657987970858812, + "G": 0.044056084007024765, + "F": 0.04235198348760605, + "E": 0.12343132495880127, + "T": 0.026513362303376198, + "P": 0.2947373390197754, + "-": 0.17882242798805237 + }, + "id": "tp_21112" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2639006, + "label": "-", + "classification": { + "B": 0.003954961895942688, + "S": 0.004951326176524162, + "I": 0.0842842385172844, + "C": 0.02078970894217491, + "R": 0.0086197005584836, + "M": 0.017797796055674553, + "O": 0.01137829851359129, + "W": 0.004729512147605419, + "N": 0.024838365614414215, + "Y": 0.0704028457403183, + "U": 0.0025044064968824387, + "K": 0.015507487580180168, + "L": 0.00412079319357872, + "G": 0.039190344512462616, + "F": 0.07787567377090454, + "E": 0.07849036157131195, + "T": 0.03010931983590126, + "P": 0.2338617891073227, + "-": 0.2665930688381195 + }, + "id": "tp_21113" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2639139, + "label": "-", + "classification": { + "B": 0.000999260344542563, + "S": 0.0009761218097992241, + "I": 0.012996447272598743, + "C": 0.0033427346497774124, + "R": 0.000878394115716219, + "M": 0.00609578937292099, + "O": 0.002353827003389597, + "W": 0.001091890735551715, + "N": 0.0040800804272294044, + "Y": 0.01903114840388298, + "U": 0.0005851720343343914, + "K": 0.013265686109662056, + "L": 0.0007417025626637042, + "G": 0.018676530569791794, + "F": 0.1222081184387207, + "E": 0.0808599442243576, + "T": 0.00856880471110344, + "P": 0.29430538415908813, + "-": 0.40894296765327454 + }, + "id": "tp_21114" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2639273, + "label": "-", + "classification": { + "B": 0.00024134429986588657, + "S": 7.575059862574562e-05, + "I": 0.007304778788238764, + "C": 0.0013859105529263616, + "R": 0.00028689525788649917, + "M": 0.000702519144397229, + "O": 0.0005159398424439132, + "W": 0.00013288458285387605, + "N": 0.0011291204718872905, + "Y": 0.004299681633710861, + "U": 0.00014141984866000712, + "K": 0.000945633219089359, + "L": 0.00011711399565683678, + "G": 0.004390443675220013, + "F": 0.016742510721087456, + "E": 0.01059323363006115, + "T": 0.002150649670511484, + "P": 0.46858495473861694, + "-": 0.4802592098712921 + }, + "id": "tp_21115" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2639406, + "label": "-", + "classification": { + "B": 0.0020297435112297535, + "S": 0.002451937645673752, + "I": 0.007795300334692001, + "C": 0.021631641313433647, + "R": 0.00476184394210577, + "M": 0.009450074285268784, + "O": 0.005010467488318682, + "W": 0.0017208384815603495, + "N": 0.0036287952680140734, + "Y": 0.032021135091781616, + "U": 0.0008169684442691505, + "K": 0.01886783540248871, + "L": 0.004337531980127096, + "G": 0.08449715375900269, + "F": 0.248891681432724, + "E": 0.07116742432117462, + "T": 0.014131116680800915, + "P": 0.1210254430770874, + "-": 0.3457631468772888 + }, + "id": "tp_21116" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2639506, + "label": "-", + "classification": { + "B": 0.0077744158916175365, + "S": 0.007177745457738638, + "I": 0.13359950482845306, + "C": 0.01925377920269966, + "R": 0.007151759695261717, + "M": 0.07772327959537506, + "O": 0.011469684541225433, + "W": 0.0034368131309747696, + "N": 0.018081525340676308, + "Y": 0.09701801836490631, + "U": 0.0009628238622099161, + "K": 0.0033915583044290543, + "L": 0.007946323603391647, + "G": 0.04938897863030434, + "F": 0.040023233741521835, + "E": 0.11477415263652802, + "T": 0.047962553799152374, + "P": 0.1419687271118164, + "-": 0.21089516580104828 + }, + "id": "tp_21117" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2639640, + "label": "E", + "classification": { + "B": 0.010404928587377071, + "S": 0.0041989716701209545, + "I": 0.11609166860580444, + "C": 0.024639088660478592, + "R": 0.007651069667190313, + "M": 0.062025297433137894, + "O": 0.007691939361393452, + "W": 0.0022384889889508486, + "N": 0.017150387167930603, + "Y": 0.12337970733642578, + "U": 0.0009944892954081297, + "K": 0.0037374687381088734, + "L": 0.006442527286708355, + "G": 0.0841093584895134, + "F": 0.028546681627631187, + "E": 0.18730515241622925, + "T": 0.04362643137574196, + "P": 0.11418921500444412, + "-": 0.155577152967453 + }, + "id": "tp_21118" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2639773, + "label": "-", + "classification": { + "B": 0.00033154277480207384, + "S": 8.949857874540612e-05, + "I": 0.005067904479801655, + "C": 0.00041921166121028364, + "R": 7.929292769404128e-05, + "M": 0.001798636163584888, + "O": 0.00043568984256125987, + "W": 4.936499317409471e-05, + "N": 0.0004273474041838199, + "Y": 0.003917450550943613, + "U": 2.462582051521167e-05, + "K": 4.1847808461170644e-05, + "L": 0.00019458320457488298, + "G": 0.004776654299348593, + "F": 0.017032409086823463, + "E": 0.009893730282783508, + "T": 0.0024605528451502323, + "P": 0.4684290587902069, + "-": 0.48453056812286377 + }, + "id": "tp_21119" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2639907, + "label": "P", + "classification": { + "B": 0.007243714760988951, + "S": 0.00031012139515951276, + "I": 0.06873536854982376, + "C": 0.002254460472613573, + "R": 0.0004993220209144056, + "M": 0.004212680272758007, + "O": 0.0010117251658812165, + "W": 0.00025765906320884824, + "N": 0.003982934169471264, + "Y": 0.0019379964796826243, + "U": 0.00011570091737667099, + "K": 2.366400985920336e-05, + "L": 0.0010883861687034369, + "G": 0.004220795352011919, + "F": 0.0019319732673466206, + "E": 0.016575776040554047, + "T": 0.0020860026124864817, + "P": 0.802008867263794, + "-": 0.08150283247232437 + }, + "id": "tp_21120" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2640007, + "label": "-", + "classification": { + "B": 0.0057777827605605125, + "S": 0.004678047262132168, + "I": 0.05989132076501846, + "C": 0.03097992204129696, + "R": 0.014197997748851776, + "M": 0.04020046070218086, + "O": 0.016598211601376534, + "W": 0.005543844774365425, + "N": 0.014816216193139553, + "Y": 0.08259230852127075, + "U": 0.00553608313202858, + "K": 0.006917481776326895, + "L": 0.011494426988065243, + "G": 0.05705052241683006, + "F": 0.048474326729774475, + "E": 0.03377241641283035, + "T": 0.05809798464179039, + "P": 0.15946975350379944, + "-": 0.34391096234321594 + }, + "id": "tp_21121" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2640140, + "label": "P", + "classification": { + "B": 0.0012348003219813108, + "S": 0.00676182983443141, + "I": 0.1824226975440979, + "C": 0.0049124411307275295, + "R": 0.003280678065493703, + "M": 0.01757184788584709, + "O": 0.008477060124278069, + "W": 0.003565689316019416, + "N": 0.04628623649477959, + "Y": 0.07697097212076187, + "U": 0.0006210487335920334, + "K": 0.01441500149667263, + "L": 0.0013249696930870414, + "G": 0.01821000501513481, + "F": 0.03662625327706337, + "E": 0.027526317164301872, + "T": 0.05137040466070175, + "P": 0.2755261957645416, + "-": 0.2228955626487732 + }, + "id": "tp_21122" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2640274, + "label": "P", + "classification": { + "B": 0.0001987611030926928, + "S": 0.0001236559182871133, + "I": 0.03128534182906151, + "C": 0.0032836096361279488, + "R": 0.0007229165639728308, + "M": 0.0013665204169228673, + "O": 0.0004077959165442735, + "W": 0.0002125672617694363, + "N": 0.003645265707746148, + "Y": 0.004707603715360165, + "U": 0.00021831718913745135, + "K": 0.0014316682936623693, + "L": 0.0001296575355809182, + "G": 0.00259112985804677, + "F": 0.012177330441772938, + "E": 0.03198513761162758, + "T": 0.0015261067310348153, + "P": 0.6754276156425476, + "-": 0.22855892777442932 + }, + "id": "tp_21123" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2640407, + "label": "P", + "classification": { + "B": 2.2416747015086003e-05, + "S": 2.0815787138417363e-05, + "I": 0.02174258418381214, + "C": 4.4616837840294465e-05, + "R": 2.1668291083187796e-05, + "M": 0.00010592442413326353, + "O": 3.551131521817297e-05, + "W": 7.075045687088277e-06, + "N": 0.0020685524214059114, + "Y": 0.00023357027384918183, + "U": 4.707399057224393e-06, + "K": 3.578897667466663e-05, + "L": 5.1418132898106705e-06, + "G": 0.0001986774441320449, + "F": 0.00043424745672382414, + "E": 0.0020826151594519615, + "T": 0.00042280604247935116, + "P": 0.9429383873939514, + "-": 0.029574833810329437 + }, + "id": "tp_21124" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2640507, + "label": "P", + "classification": { + "B": 4.817441549676005e-06, + "S": 5.934192017775786e-07, + "I": 0.0001969482545973733, + "C": 1.946717475220794e-06, + "R": 2.4275777832372114e-07, + "M": 2.1096793716424145e-05, + "O": 5.518580110219773e-06, + "W": 6.740770004398655e-07, + "N": 1.1606695807131473e-05, + "Y": 0.00013975409092381597, + "U": 3.2736423349888355e-07, + "K": 1.8675337969398242e-06, + "L": 5.235328330854827e-07, + "G": 2.7799133022199385e-05, + "F": 0.0007163455593399704, + "E": 0.0003917125868611038, + "T": 0.00011945778533117846, + "P": 0.6637816429138184, + "-": 0.33457714319229126 + }, + "id": "tp_21125" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2640641, + "label": "P", + "classification": { + "B": 7.553816461225438e-10, + "S": 1.472424182580312e-09, + "I": 9.060423508344684e-06, + "C": 6.545549524616945e-08, + "R": 6.754921511031853e-09, + "M": 6.395580953721947e-08, + "O": 5.808533387607895e-08, + "W": 2.092122031172039e-09, + "N": 1.687175483766623e-07, + "Y": 1.13847261218325e-06, + "U": 5.656899393358117e-10, + "K": 7.309372218600174e-09, + "L": 7.035682592082537e-10, + "G": 2.2520045206420036e-07, + "F": 3.671943341032602e-05, + "E": 1.176327941720956e-06, + "T": 2.890003315769718e-06, + "P": 0.7814803123474121, + "-": 0.21846818923950195 + }, + "id": "tp_21126" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2640774, + "label": "-", + "classification": { + "B": 1.4093808431425714e-07, + "S": 2.905932028340885e-08, + "I": 6.757020310033113e-05, + "C": 2.7689080525306053e-05, + "R": 1.3512512850866187e-06, + "M": 2.087561551888939e-05, + "O": 3.843150352622615e-06, + "W": 6.755527692803298e-08, + "N": 1.5231173620122718e-06, + "Y": 0.00022858507873024791, + "U": 1.470785804258412e-07, + "K": 5.116094712320773e-07, + "L": 4.661950185891328e-07, + "G": 0.0001578333176439628, + "F": 0.0010748178465291858, + "E": 8.057878585532308e-05, + "T": 8.500214607920498e-05, + "P": 0.16840261220932007, + "-": 0.8298463225364685 + }, + "id": "tp_21127" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2640908, + "label": "-", + "classification": { + "B": 7.247381745401071e-06, + "S": 1.1754851811929257e-06, + "I": 0.0001919487986015156, + "C": 3.204566746717319e-05, + "R": 3.041051741092815e-06, + "M": 5.430458622868173e-05, + "O": 2.013572520809248e-05, + "W": 1.0421952083561337e-06, + "N": 1.1916854418814182e-05, + "Y": 0.0002612273092381656, + "U": 4.728505302864505e-07, + "K": 1.399258053425001e-06, + "L": 1.8323149788557203e-06, + "G": 0.00014118716353550553, + "F": 0.0011280225589871407, + "E": 0.0006619663909077644, + "T": 0.00019869864627253264, + "P": 0.4280156195163727, + "-": 0.5692668557167053 + }, + "id": "tp_21128" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2641008, + "label": "-", + "classification": { + "B": 1.1916476069018245e-05, + "S": 1.8209209883934818e-05, + "I": 0.000723519769962877, + "C": 0.0005561994621530175, + "R": 8.385763067053631e-05, + "M": 0.00036084456951357424, + "O": 0.00018229373381473124, + "W": 3.420748544158414e-05, + "N": 0.00014962461136747152, + "Y": 0.004155738279223442, + "U": 3.694145561894402e-05, + "K": 0.0015564197674393654, + "L": 2.7479436539579183e-05, + "G": 0.0012463172897696495, + "F": 0.042009152472019196, + "E": 0.0018084364710375667, + "T": 0.001941618393175304, + "P": 0.14761419594287872, + "-": 0.797482967376709 + }, + "id": "tp_21129" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2641141, + "label": "P", + "classification": { + "B": 2.8478825697675347e-05, + "S": 6.593939815502381e-06, + "I": 0.0005716411396861076, + "C": 9.577447053743526e-05, + "R": 1.3114177818351891e-05, + "M": 0.0001495540200266987, + "O": 5.062829586677253e-05, + "W": 6.888840289320797e-06, + "N": 6.1818900576327e-05, + "Y": 0.00129468843806535, + "U": 6.109667538112262e-06, + "K": 1.4447348803514615e-05, + "L": 1.3739595488004852e-05, + "G": 0.000572444696445018, + "F": 0.0049226670525968075, + "E": 0.0018830160843208432, + "T": 0.00048582517774775624, + "P": 0.5702018737792969, + "-": 0.41962072253227234 + }, + "id": "tp_21130" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2641275, + "label": "-", + "classification": { + "B": 4.550065568764694e-07, + "S": 1.9564829756291147e-07, + "I": 0.0007022132631391287, + "C": 4.0699917008168995e-05, + "R": 6.979382760619046e-06, + "M": 5.145648538018577e-05, + "O": 8.25914594315691e-06, + "W": 6.456698997681087e-07, + "N": 1.003679608402308e-05, + "Y": 0.0006377038662321866, + "U": 7.34459263185272e-07, + "K": 9.151544873020612e-07, + "L": 1.1529118637554348e-06, + "G": 0.00011767178511945531, + "F": 0.0006147406529635191, + "E": 0.00024670863058418036, + "T": 0.00027233437867835164, + "P": 0.32723525166511536, + "-": 0.6700518131256104 + }, + "id": "tp_21131" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2641408, + "label": "P", + "classification": { + "B": 4.1058399801841006e-05, + "S": 1.4148366062727291e-05, + "I": 0.0026143586728721857, + "C": 0.000250617740675807, + "R": 6.025015318300575e-05, + "M": 0.0007244765292853117, + "O": 0.00017657389980740845, + "W": 1.2794484973710496e-05, + "N": 0.00023993951617740095, + "Y": 0.001849481021054089, + "U": 6.013881375110941e-06, + "K": 2.3230386432260275e-05, + "L": 2.473692256899085e-05, + "G": 0.0013218350941315293, + "F": 0.006183361168950796, + "E": 0.0030332671012729406, + "T": 0.0011761881178244948, + "P": 0.5430657863616943, + "-": 0.4391818046569824 + }, + "id": "tp_21132" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2641508, + "label": "P", + "classification": { + "B": 2.981129910040181e-06, + "S": 2.1697264855902176e-06, + "I": 0.0006551406695507467, + "C": 9.089965169550851e-05, + "R": 4.19666457673884e-06, + "M": 8.135838288580999e-05, + "O": 3.963472772738896e-05, + "W": 2.1792614006699296e-06, + "N": 8.433752373093739e-05, + "Y": 0.00029950850876048207, + "U": 2.2714630176778883e-06, + "K": 1.786945722415112e-05, + "L": 3.9740189095027745e-06, + "G": 0.00048592317034490407, + "F": 0.008765188045799732, + "E": 0.0026988741010427475, + "T": 0.0002053015195997432, + "P": 0.582673966884613, + "-": 0.40388426184654236 + }, + "id": "tp_21133" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2641642, + "label": "-", + "classification": { + "B": 5.33586680830922e-05, + "S": 3.0481354770017788e-05, + "I": 0.00015883338346611708, + "C": 6.8417543843679596e-06, + "R": 4.6841799417052243e-07, + "M": 0.00022556722979061306, + "O": 4.736313712783158e-05, + "W": 4.5660049181606155e-06, + "N": 2.627033245516941e-05, + "Y": 0.0006750611937604845, + "U": 3.9815432728573796e-07, + "K": 2.136426883225795e-05, + "L": 6.899532309034839e-06, + "G": 0.0006578763714060187, + "F": 0.04721575230360031, + "E": 0.01114568393677473, + "T": 0.00025913032004609704, + "P": 0.40350425243377686, + "-": 0.535959780216217 + }, + "id": "tp_21134" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2641775, + "label": "P", + "classification": { + "B": 4.859372438659193e-06, + "S": 2.8479460070229834e-06, + "I": 0.00130567722953856, + "C": 3.6682235077023506e-05, + "R": 3.000237711603404e-06, + "M": 4.486530087888241e-05, + "O": 1.3369999578571878e-05, + "W": 2.351500143049634e-06, + "N": 7.621822442160919e-05, + "Y": 0.00012309980229474604, + "U": 3.211383500456577e-06, + "K": 3.481545036265743e-06, + "L": 2.8957481390534667e-06, + "G": 5.58807332708966e-05, + "F": 0.00040818878915160894, + "E": 0.0009119343012571335, + "T": 0.00038712992682121694, + "P": 0.7005580067634583, + "-": 0.29605627059936523 + }, + "id": "tp_21135" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2641875, + "label": "P", + "classification": { + "B": 1.2586188802288234e-07, + "S": 5.9405106611620795e-08, + "I": 2.5407274733879603e-05, + "C": 1.8102051058122015e-07, + "R": 8.314198218783986e-09, + "M": 5.698744871551753e-07, + "O": 5.145313934917795e-07, + "W": 5.637422617610355e-08, + "N": 1.2235180975039839e-06, + "Y": 1.554826440042234e-06, + "U": 1.0575062603379592e-08, + "K": 6.922730477754158e-08, + "L": 2.3152534112114154e-08, + "G": 1.5291292356778285e-06, + "F": 0.00025573247694410384, + "E": 5.1186019845772535e-05, + "T": 4.061982053826796e-06, + "P": 0.8103993535041809, + "-": 0.18925830721855164 + }, + "id": "tp_21136" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2642009, + "label": "-", + "classification": { + "B": 6.97529640092398e-06, + "S": 1.5092301737240632e-06, + "I": 1.3836319340043701e-05, + "C": 1.6830322238092776e-06, + "R": 2.559785343692056e-07, + "M": 7.883825674070977e-06, + "O": 1.0442399798193946e-05, + "W": 7.669178785363329e-07, + "N": 1.5534791373283952e-06, + "Y": 6.744940037606284e-05, + "U": 6.73883420176935e-08, + "K": 1.212502752423461e-06, + "L": 6.296773449321336e-07, + "G": 9.881768346531317e-05, + "F": 0.009769684635102749, + "E": 0.00016402409528382123, + "T": 7.793049735482782e-05, + "P": 0.22085122764110565, + "-": 0.7689239382743835 + }, + "id": "tp_21137" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2642142, + "label": "-", + "classification": { + "B": 0.0013772717211395502, + "S": 0.0008864393457770348, + "I": 0.004350231494754553, + "C": 0.0011596203548833728, + "R": 0.0003677522763609886, + "M": 0.00251049199141562, + "O": 0.0022454136051237583, + "W": 0.0005076602683402598, + "N": 0.001074727508239448, + "Y": 0.00569486990571022, + "U": 0.000152618158608675, + "K": 0.0008239435846917331, + "L": 0.0005743072251789272, + "G": 0.006794278509914875, + "F": 0.03869843855500221, + "E": 0.009725775569677353, + "T": 0.005106513854116201, + "P": 0.2706948220729828, + "-": 0.6472548246383667 + }, + "id": "tp_21138" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2642276, + "label": "-", + "classification": { + "B": 0.0013143658870831132, + "S": 0.0011605944018810987, + "I": 0.01955120824277401, + "C": 0.003167310729622841, + "R": 0.0015161398332566023, + "M": 0.013291077688336372, + "O": 0.005578436888754368, + "W": 0.0009386494057253003, + "N": 0.003205257235094905, + "Y": 0.008382315747439861, + "U": 0.00037228380097076297, + "K": 0.0006075578276067972, + "L": 0.002444715704768896, + "G": 0.013196921907365322, + "F": 0.04156628996133804, + "E": 0.010333051905035973, + "T": 0.016074277460575104, + "P": 0.2939988076686859, + "-": 0.5633009076118469 + }, + "id": "tp_21139" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2642376, + "label": "-", + "classification": { + "B": 0.0003408860939089209, + "S": 0.000607064925134182, + "I": 0.008099967613816261, + "C": 0.0025884038768708706, + "R": 0.000510409998241812, + "M": 0.0022772569209337234, + "O": 0.0012560660252347589, + "W": 0.0003202951338607818, + "N": 0.0027064201422035694, + "Y": 0.010146561078727245, + "U": 0.00018894144159276038, + "K": 0.00369951780885458, + "L": 0.00033295468892902136, + "G": 0.011856857687234879, + "F": 0.10469210892915726, + "E": 0.03284077346324921, + "T": 0.007139217108488083, + "P": 0.3214603364467621, + "-": 0.4889359176158905 + }, + "id": "tp_21140" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2642509, + "label": "P", + "classification": { + "B": 1.105984665628057e-05, + "S": 8.256496948888525e-05, + "I": 0.003751355456188321, + "C": 5.9821413742611185e-05, + "R": 1.2469939974835142e-05, + "M": 0.00024977928842417896, + "O": 0.00010502130317036062, + "W": 5.279463221086189e-05, + "N": 0.0009210603311657906, + "Y": 0.0010297046974301338, + "U": 9.633064109948464e-06, + "K": 0.0010676811216399074, + "L": 6.560827387147583e-06, + "G": 0.000330299575580284, + "F": 0.018382560461759567, + "E": 0.013278027065098286, + "T": 0.0005907135782763362, + "P": 0.7352927923202515, + "-": 0.22476612031459808 + }, + "id": "tp_21141" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2642643, + "label": "P", + "classification": { + "B": 6.371812196448445e-05, + "S": 3.8068548747105524e-05, + "I": 0.004569949582219124, + "C": 0.001010690233670175, + "R": 0.00011481190449558198, + "M": 0.0009955695131793618, + "O": 0.0003220151411369443, + "W": 6.390963244484738e-05, + "N": 0.001097855274565518, + "Y": 0.010242155753076077, + "U": 4.578073640004732e-05, + "K": 0.0026044463738799095, + "L": 4.6840614231768996e-05, + "G": 0.009062942117452621, + "F": 0.030274461954832077, + "E": 0.0511016808450222, + "T": 0.0025242173578590155, + "P": 0.4484673738479614, + "-": 0.4373535215854645 + }, + "id": "tp_21142" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2642776, + "label": "P", + "classification": { + "B": 7.061530141072581e-06, + "S": 4.58206585562948e-07, + "I": 5.544538362300955e-05, + "C": 5.202249212743482e-06, + "R": 3.6143325132798054e-07, + "M": 3.743677007150836e-05, + "O": 6.510332696052501e-06, + "W": 3.049831605039799e-07, + "N": 3.2331088277715025e-06, + "Y": 3.352448402438313e-05, + "U": 5.8804619840202577e-08, + "K": 2.1615699097310426e-07, + "L": 7.679657869630319e-07, + "G": 8.401693048654124e-05, + "F": 0.0019267895258963108, + "E": 0.0004754436668008566, + "T": 6.624138040933758e-05, + "P": 0.6306623816490173, + "-": 0.3666345477104187 + }, + "id": "tp_21143" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2642876, + "label": "P", + "classification": { + "B": 3.720341013035977e-08, + "S": 5.6158464545319475e-09, + "I": 2.013506309594959e-05, + "C": 4.3456819298626215e-07, + "R": 1.0042885634220511e-08, + "M": 3.449147243372863e-06, + "O": 2.1086435708639328e-07, + "W": 6.7796652736262786e-09, + "N": 4.062776781665889e-07, + "Y": 2.135134127456695e-05, + "U": 8.495061543101201e-09, + "K": 3.7513942174882686e-08, + "L": 2.726608627767746e-08, + "G": 5.1809292926918715e-06, + "F": 0.0004280402499716729, + "E": 7.511802687076852e-05, + "T": 2.3524135031038895e-05, + "P": 0.6067826151847839, + "-": 0.3926394283771515 + }, + "id": "tp_21144" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2643010, + "label": "-", + "classification": { + "B": 1.2246767937540426e-06, + "S": 4.864882043875696e-07, + "I": 0.0003102766058873385, + "C": 5.5394950322806835e-05, + "R": 3.011132093888591e-06, + "M": 0.00012662990775424987, + "O": 1.72055861185072e-05, + "W": 9.461745662520116e-07, + "N": 8.146845175360795e-06, + "Y": 0.00042035727528855205, + "U": 9.968066478904802e-07, + "K": 8.409987799495866e-07, + "L": 5.3653743634640705e-06, + "G": 0.0002265676303068176, + "F": 0.0015955655835568905, + "E": 0.00040039108716882765, + "T": 0.00039024310535751283, + "P": 0.22320270538330078, + "-": 0.7732335925102234 + }, + "id": "tp_21145" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2643143, + "label": "P", + "classification": { + "B": 2.434542845097809e-10, + "S": 4.819395230115653e-11, + "I": 3.291606844868511e-06, + "C": 1.0285677376487001e-07, + "R": 1.7152108622298101e-09, + "M": 1.6516320044956956e-07, + "O": 8.905906234701888e-09, + "W": 2.0906049114088887e-10, + "N": 4.274986054042529e-08, + "Y": 3.707791165652452e-06, + "U": 1.7620110925875565e-10, + "K": 1.0872001965367417e-08, + "L": 1.5271871267596993e-10, + "G": 7.657555443074671e-07, + "F": 0.00023900704400148243, + "E": 2.6229579816572368e-05, + "T": 1.0985282870024093e-06, + "P": 0.5718477964401245, + "-": 0.4278777837753296 + }, + "id": "tp_21146" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2643277, + "label": "P", + "classification": { + "B": 1.7927860085364955e-07, + "S": 2.946911763501703e-06, + "I": 0.0003491733514238149, + "C": 9.997927463700762e-07, + "R": 3.282572151874774e-07, + "M": 3.975598247052403e-06, + "O": 6.352491254801862e-06, + "W": 9.059912144948612e-07, + "N": 6.015005783410743e-05, + "Y": 9.559907630318776e-05, + "U": 2.8143546160208643e-07, + "K": 1.4713510608999059e-05, + "L": 1.9778507009959867e-07, + "G": 1.0555128937994596e-05, + "F": 0.002710985718294978, + "E": 0.00026628197520039976, + "T": 0.00010279138950863853, + "P": 0.7821903824806213, + "-": 0.21418315172195435 + }, + "id": "tp_21147" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2643377, + "label": "P", + "classification": { + "B": 8.432269993363661e-09, + "S": 6.8937135999647126e-09, + "I": 3.2918728720687795e-06, + "C": 9.510812581936534e-09, + "R": 3.314901408923987e-10, + "M": 2.2934943899599602e-07, + "O": 9.593650673878074e-08, + "W": 2.859342540517673e-09, + "N": 9.3265228429118e-08, + "Y": 1.4348290733323665e-06, + "U": 3.5816866139626313e-10, + "K": 9.342215889773797e-10, + "L": 4.5974002382820345e-09, + "G": 2.637173679431726e-07, + "F": 0.0001823310012696311, + "E": 7.407717475871323e-06, + "T": 2.0824361399718327e-06, + "P": 0.7399842143058777, + "-": 0.2598186135292053 + }, + "id": "tp_21148" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2643510, + "label": "P", + "classification": { + "B": 2.3874115129274287e-08, + "S": 2.952898148222971e-09, + "I": 6.947645306354389e-05, + "C": 1.549985881865723e-06, + "R": 3.878360743669873e-08, + "M": 6.276542876548774e-07, + "O": 1.4030298700618005e-07, + "W": 7.115076083863414e-09, + "N": 1.0268875030305935e-06, + "Y": 1.6540076103410684e-05, + "U": 9.182162585830156e-09, + "K": 5.592282263933157e-07, + "L": 8.0801720869772e-09, + "G": 1.8040260329144076e-05, + "F": 0.0008599298307672143, + "E": 0.0004069341521244496, + "T": 3.277723862993298e-06, + "P": 0.6335817575454712, + "-": 0.36504000425338745 + }, + "id": "tp_21149" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2643644, + "label": "-", + "classification": { + "B": 1.7923832729138667e-07, + "S": 7.558816150776693e-08, + "I": 0.00013277042307890952, + "C": 8.26400992082199e-06, + "R": 6.830805432400666e-07, + "M": 4.424049620865844e-05, + "O": 6.2263052313937806e-06, + "W": 9.850857907167665e-08, + "N": 2.1303446828824235e-06, + "Y": 0.0005077763344161212, + "U": 1.0130395367013989e-07, + "K": 1.315308537641613e-07, + "L": 6.707763304802938e-07, + "G": 0.00011973183427471668, + "F": 0.00045501976273953915, + "E": 6.645447865594178e-05, + "T": 0.00030370993772521615, + "P": 0.2127370983362198, + "-": 0.7856146693229675 + }, + "id": "tp_21150" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2643777, + "label": "-", + "classification": { + "B": 8.641165436529263e-07, + "S": 1.4486969348581624e-06, + "I": 0.0001058898342307657, + "C": 1.0649315299815498e-05, + "R": 1.653016056479828e-06, + "M": 2.521889291529078e-05, + "O": 1.6894080545171164e-05, + "W": 3.3563480883458396e-06, + "N": 2.1156283764867112e-05, + "Y": 0.0004633662465494126, + "U": 8.446791071037296e-07, + "K": 0.0004911551950499415, + "L": 3.574011486762174e-07, + "G": 0.000191465049283579, + "F": 0.02599284052848816, + "E": 0.0024861411657184362, + "T": 0.00012530639651231468, + "P": 0.3049822151660919, + "-": 0.6650791764259338 + }, + "id": "tp_21151" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2643877, + "label": "-", + "classification": { + "B": 6.545779740463331e-08, + "S": 1.4426669636691258e-08, + "I": 9.787497401703149e-05, + "C": 4.208339760225499e-06, + "R": 2.4279808030769345e-07, + "M": 3.1019758353068028e-06, + "O": 2.0415825474628946e-06, + "W": 4.721399093909895e-08, + "N": 1.5558287032035878e-06, + "Y": 4.17374940298032e-05, + "U": 2.7131386914902578e-08, + "K": 5.921983614598503e-08, + "L": 1.2035330598791916e-07, + "G": 1.6617994333500974e-05, + "F": 0.0003061978495679796, + "E": 4.1466868424322456e-05, + "T": 2.3299659005715512e-05, + "P": 0.32951003313064575, + "-": 0.6699512004852295 + }, + "id": "tp_21152" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2644011, + "label": "P", + "classification": { + "B": 5.797609219371225e-07, + "S": 2.0662680526584154e-06, + "I": 0.000268803647486493, + "C": 6.039490472176112e-06, + "R": 9.134437846114452e-07, + "M": 1.9027993403142318e-05, + "O": 1.3346460036700591e-05, + "W": 2.477635234754416e-06, + "N": 5.2922368922736496e-05, + "Y": 0.0002347957924939692, + "U": 1.4204312037691125e-06, + "K": 0.0002028631861321628, + "L": 4.6726410118935746e-07, + "G": 9.58010641625151e-05, + "F": 0.005559837911278009, + "E": 0.0011991544160991907, + "T": 0.0002485849254298955, + "P": 0.541130542755127, + "-": 0.4509603977203369 + }, + "id": "tp_21153" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2644144, + "label": "-", + "classification": { + "B": 1.3481959513228503e-06, + "S": 3.9740029933454935e-07, + "I": 0.00043079964234493673, + "C": 6.746694270987064e-05, + "R": 5.6904582379502244e-06, + "M": 5.382828749134205e-05, + "O": 8.210734449676238e-06, + "W": 5.048536877438892e-07, + "N": 7.913630724942777e-06, + "Y": 0.0006316475919447839, + "U": 3.633866754171322e-07, + "K": 3.424983333388809e-06, + "L": 2.410282149867271e-06, + "G": 0.0005420757224783301, + "F": 0.006190448068082333, + "E": 0.0009412742219865322, + "T": 0.00013775074330624193, + "P": 0.28589844703674316, + "-": 0.7050760388374329 + }, + "id": "tp_21154" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2644278, + "label": "P", + "classification": { + "B": 0.0017680692253634334, + "S": 0.0002743702498264611, + "I": 0.009620332159101963, + "C": 0.0017738798633217812, + "R": 0.00026245476328767836, + "M": 0.0021145413629710674, + "O": 0.0009614379378035665, + "W": 0.0002514073858037591, + "N": 0.0017155068926513195, + "Y": 0.0028128072153776884, + "U": 0.0001623880089027807, + "K": 0.0003792686329688877, + "L": 0.0005051215412095189, + "G": 0.009109046310186386, + "F": 0.028374258428812027, + "E": 0.030542761087417603, + "T": 0.0025482727214694023, + "P": 0.6219785809516907, + "-": 0.2848454415798187 + }, + "id": "tp_21155" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2644378, + "label": "-", + "classification": { + "B": 1.074802094080951e-05, + "S": 3.373362687852932e-06, + "I": 5.491664705914445e-05, + "C": 3.580272459657863e-05, + "R": 5.704633622372057e-06, + "M": 0.0002187321661040187, + "O": 6.995702278800309e-05, + "W": 2.7080279778601835e-06, + "N": 1.939266439876519e-06, + "Y": 0.0007230504415929317, + "U": 6.789363737880194e-07, + "K": 2.5329094910375716e-07, + "L": 2.152805609512143e-05, + "G": 0.0002991345536429435, + "F": 0.0015208005206659436, + "E": 3.4515964216552675e-05, + "T": 0.0007719466229900718, + "P": 0.04262401908636093, + "-": 0.9536001682281494 + }, + "id": "tp_21156" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2644511, + "label": "-", + "classification": { + "B": 7.679589408837728e-09, + "S": 8.336114909468506e-09, + "I": 4.764649474964244e-06, + "C": 8.772654069844066e-08, + "R": 2.899461337690923e-09, + "M": 8.106337077151693e-07, + "O": 2.6955274279316654e-07, + "W": 1.0897776014928695e-08, + "N": 3.5329429692865233e-07, + "Y": 2.2702426576870494e-05, + "U": 1.9923660499188145e-09, + "K": 9.05196998246538e-07, + "L": 1.2173747565569215e-09, + "G": 5.34018136022496e-06, + "F": 0.0004864753573201597, + "E": 0.0001585543213877827, + "T": 3.870718956022756e-06, + "P": 0.46640950441360474, + "-": 0.5329063534736633 + }, + "id": "tp_21157" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2644645, + "label": "-", + "classification": { + "B": 5.826952254039952e-10, + "S": 1.0704390707161338e-09, + "I": 7.65815821068827e-06, + "C": 1.160544300660149e-07, + "R": 1.893208034786653e-09, + "M": 5.626143320114352e-07, + "O": 1.0539611849935682e-07, + "W": 4.810594700366266e-10, + "N": 1.6740821706662246e-07, + "Y": 4.057867954543326e-06, + "U": 3.882867916082944e-10, + "K": 4.363704952936587e-09, + "L": 1.7821002451512413e-09, + "G": 2.731751465034904e-06, + "F": 5.5292337492574006e-05, + "E": 2.2544067178387195e-05, + "T": 5.9982667153235525e-06, + "P": 0.34592950344085693, + "-": 0.653971254825592 + }, + "id": "tp_21158" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2644778, + "label": "P", + "classification": { + "B": 7.692526060587568e-10, + "S": 6.267628638312317e-10, + "I": 3.780127372010611e-05, + "C": 1.322499940670241e-07, + "R": 2.3054558262458613e-09, + "M": 7.961935466482828e-08, + "O": 1.9109302584752186e-08, + "W": 1.4020097305333934e-09, + "N": 8.311368446811684e-07, + "Y": 3.1698195925855543e-06, + "U": 2.2256727572056434e-09, + "K": 4.949375238538778e-07, + "L": 1.8762637277180971e-10, + "G": 5.574446504397201e-07, + "F": 0.00011117991380160674, + "E": 0.0002471688494551927, + "T": 6.94250843480404e-07, + "P": 0.7273675203323364, + "-": 0.272230327129364 + }, + "id": "tp_21159" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2644878, + "label": "-", + "classification": { + "B": 8.082413114607334e-05, + "S": 2.09052195714321e-05, + "I": 0.001195385935716331, + "C": 0.0002607271308079362, + "R": 1.9025597794097848e-05, + "M": 0.0021268436685204506, + "O": 0.0002291398704983294, + "W": 7.600712251587538e-06, + "N": 4.6019147703191265e-05, + "Y": 0.002278486965224147, + "U": 3.2327093322237488e-06, + "K": 7.910574026936956e-07, + "L": 0.000108762425952591, + "G": 0.001233830931596458, + "F": 0.003923867363482714, + "E": 0.001697068801149726, + "T": 0.001820894656702876, + "P": 0.26095691323280334, + "-": 0.7239897847175598 + }, + "id": "tp_21160" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2645012, + "label": "-", + "classification": { + "B": 1.5924715626169927e-06, + "S": 1.6378952523155021e-06, + "I": 5.138664619153133e-06, + "C": 1.6970648175629321e-06, + "R": 1.6329099139511527e-07, + "M": 2.4339871742995456e-05, + "O": 1.0252175343339331e-05, + "W": 7.370978778453718e-07, + "N": 1.3552340760725201e-06, + "Y": 0.000493509869556874, + "U": 1.6046989514961751e-07, + "K": 8.121001155814156e-05, + "L": 7.849637313483981e-07, + "G": 0.0004212145577184856, + "F": 0.02922777831554413, + "E": 0.000587237998843193, + "T": 0.00022590973821934313, + "P": 0.04337535426020622, + "-": 0.9255399107933044 + }, + "id": "tp_21161" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2645145, + "label": "-", + "classification": { + "B": 3.6766796256415546e-05, + "S": 5.450011030916357e-06, + "I": 0.0005771558498963714, + "C": 4.136570714763366e-05, + "R": 2.0381253307277802e-06, + "M": 0.000509203237015754, + "O": 3.9641341572860256e-05, + "W": 5.497451638802886e-06, + "N": 4.878246909356676e-05, + "Y": 0.0007839496829546988, + "U": 3.155093963869149e-06, + "K": 7.4572759331204e-05, + "L": 8.476540642732289e-06, + "G": 0.0008685342618264258, + "F": 0.006582965608686209, + "E": 0.01616005226969719, + "T": 0.000515054736752063, + "P": 0.37385937571525574, + "-": 0.5998779535293579 + }, + "id": "tp_21162" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2645279, + "label": "P", + "classification": { + "B": 1.241407426277874e-05, + "S": 5.2710929594468325e-06, + "I": 0.0020149957854300737, + "C": 0.00018297146016266197, + "R": 2.337529258511495e-05, + "M": 0.00018428398470859975, + "O": 3.612389991758391e-05, + "W": 4.1097068788076285e-06, + "N": 0.00011768972763093188, + "Y": 0.0014166716719046235, + "U": 3.570027047317126e-06, + "K": 3.5829008993459865e-05, + "L": 9.384882105223369e-06, + "G": 0.0018253400921821594, + "F": 0.010620909743010998, + "E": 0.00497569190338254, + "T": 0.000376784591935575, + "P": 0.5706794857978821, + "-": 0.40747514367103577 + }, + "id": "tp_21163" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2645379, + "label": "P", + "classification": { + "B": 2.4029375822465227e-07, + "S": 3.755411981387624e-08, + "I": 5.022348341299221e-05, + "C": 9.269863312511006e-07, + "R": 4.7674568293132324e-08, + "M": 2.204949169026804e-06, + "O": 6.816538302700792e-07, + "W": 2.8168505750159056e-08, + "N": 2.139081743735005e-06, + "Y": 2.9800447009620257e-05, + "U": 1.607821076277105e-08, + "K": 7.342190428971662e-07, + "L": 4.3406867433759544e-08, + "G": 0.00010568198922555894, + "F": 0.0009864731691777706, + "E": 0.0005686020595021546, + "T": 2.0042956748511642e-05, + "P": 0.6308243870735168, + "-": 0.3674076795578003 + }, + "id": "tp_21164" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2645512, + "label": "P", + "classification": { + "B": 2.893410510296235e-06, + "S": 1.1013024732164922e-06, + "I": 0.00019350020738784224, + "C": 1.9970473658759147e-05, + "R": 2.0172194581391523e-06, + "M": 3.403567461646162e-05, + "O": 1.4117456885287538e-05, + "W": 9.909496156979003e-07, + "N": 1.5573768905596808e-05, + "Y": 0.00026154948864132166, + "U": 7.705432381044375e-07, + "K": 5.850075012858724e-06, + "L": 1.429705321243091e-06, + "G": 0.00016718935512471944, + "F": 0.003116103122010827, + "E": 0.0007427488453686237, + "T": 0.00014998638653196394, + "P": 0.5046359300613403, + "-": 0.49063432216644287 + }, + "id": "tp_21165" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2645646, + "label": "P", + "classification": { + "B": 4.91746186526143e-06, + "S": 5.50562572243507e-06, + "I": 0.0009129380341619253, + "C": 4.264408926246688e-05, + "R": 3.809909458141192e-06, + "M": 7.956934132380411e-05, + "O": 3.486997593427077e-05, + "W": 6.999855031608604e-06, + "N": 0.00022338384587783366, + "Y": 0.001104079419746995, + "U": 4.72933834316791e-06, + "K": 0.000582703563850373, + "L": 2.541146386647597e-06, + "G": 0.0011624861508607864, + "F": 0.021991901099681854, + "E": 0.024440176784992218, + "T": 0.00048362676170654595, + "P": 0.6590129733085632, + "-": 0.28990018367767334 + }, + "id": "tp_21166" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2645779, + "label": "P", + "classification": { + "B": 1.9507406250340864e-06, + "S": 7.263290058290295e-08, + "I": 0.000279092084383592, + "C": 1.582194499860634e-06, + "R": 8.034854204197472e-08, + "M": 1.9566816263250075e-05, + "O": 2.3651869014429394e-06, + "W": 1.252598451628728e-07, + "N": 6.227552148629911e-06, + "Y": 7.304549217224121e-05, + "U": 3.8294565740670805e-08, + "K": 2.5560785843481426e-07, + "L": 2.2008144640039973e-07, + "G": 4.665776214096695e-05, + "F": 0.00022073317086324096, + "E": 0.0008145628962665796, + "T": 3.267507054260932e-05, + "P": 0.7395815253257751, + "-": 0.25891926884651184 + }, + "id": "tp_21167" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2645879, + "label": "P", + "classification": { + "B": 5.884306375492088e-10, + "S": 3.894411459981484e-10, + "I": 5.3164319979259744e-05, + "C": 4.4276228550188534e-07, + "R": 2.078654226522758e-08, + "M": 5.287488988869882e-07, + "O": 4.022377453338777e-08, + "W": 8.154901198764719e-10, + "N": 1.8457217265677173e-07, + "Y": 1.2666047041420825e-05, + "U": 6.95649648996266e-10, + "K": 5.286737714271794e-09, + "L": 2.881562322087916e-09, + "G": 5.3816838772036135e-06, + "F": 7.8133525676094e-05, + "E": 1.595834874024149e-05, + "T": 3.552743010004633e-06, + "P": 0.6502998471260071, + "-": 0.34953010082244873 + }, + "id": "tp_21168" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2646013, + "label": "P", + "classification": { + "B": 1.097876634048589e-06, + "S": 1.1636061714170864e-07, + "I": 0.0015721851959824562, + "C": 7.344314099100302e-07, + "R": 2.3780276592333394e-07, + "M": 1.0083502274937928e-05, + "O": 1.720662339721457e-06, + "W": 9.001047374113114e-08, + "N": 2.17825872823596e-05, + "Y": 8.850426638673525e-06, + "U": 2.3658566661310942e-08, + "K": 2.906580753858634e-08, + "L": 1.815009511574317e-07, + "G": 1.0028359611169435e-05, + "F": 2.101668724208139e-05, + "E": 0.00017349468544125557, + "T": 2.450409192533698e-05, + "P": 0.9697428345680237, + "-": 0.028410950675606728 + }, + "id": "tp_21169" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2646146, + "label": "P", + "classification": { + "B": 2.1631539226518726e-08, + "S": 1.4489057065247835e-08, + "I": 1.824415630835574e-05, + "C": 2.8676888064183004e-07, + "R": 1.4722026264735177e-08, + "M": 7.493026146221382e-07, + "O": 2.3237829793743003e-07, + "W": 1.442414720997931e-08, + "N": 1.2219489917697501e-06, + "Y": 2.76969531114446e-05, + "U": 8.243342897173989e-09, + "K": 6.041032634129806e-07, + "L": 4.23879553679285e-09, + "G": 7.881753845140338e-06, + "F": 0.0006199553608894348, + "E": 0.00013714394299313426, + "T": 1.0438202480145264e-05, + "P": 0.6940824389457703, + "-": 0.30509307980537415 + }, + "id": "tp_21170" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2646280, + "label": "P", + "classification": { + "B": 0.0006565885269083083, + "S": 0.0005941747222095728, + "I": 0.008744938299059868, + "C": 0.0013311326038092375, + "R": 0.00036109716165810823, + "M": 0.0011523509165272117, + "O": 0.0008367085247300565, + "W": 0.0003336979425512254, + "N": 0.002331838943064213, + "Y": 0.003842329140752554, + "U": 0.00018907187040895224, + "K": 0.00045374067849479616, + "L": 0.0002679965691640973, + "G": 0.002895109821110964, + "F": 0.023619646206498146, + "E": 0.008511521853506565, + "T": 0.002822302747517824, + "P": 0.6875292062759399, + "-": 0.2535265386104584 + }, + "id": "tp_21171" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2646380, + "label": "P", + "classification": { + "B": 8.844431298449251e-10, + "S": 6.504456417921745e-10, + "I": 4.490179435379105e-06, + "C": 2.3103808644009405e-08, + "R": 1.11655129586552e-09, + "M": 1.2169309115961369e-07, + "O": 3.077904509041218e-08, + "W": 4.929140984266667e-10, + "N": 6.852702227888585e-08, + "Y": 3.4954448437929386e-06, + "U": 1.5315823609363122e-10, + "K": 7.256913292508216e-09, + "L": 6.047897738170604e-10, + "G": 1.9167894151905784e-06, + "F": 0.0003275228664278984, + "E": 1.2014246749458835e-05, + "T": 2.3336324375122786e-06, + "P": 0.6195576786994934, + "-": 0.3800903260707855 + }, + "id": "tp_21172" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2646513, + "label": "P", + "classification": { + "B": 1.2844796515310009e-07, + "S": 2.0730995231588167e-07, + "I": 7.598234515171498e-05, + "C": 4.050293682666961e-07, + "R": 3.5635256523391945e-08, + "M": 1.1816380720119923e-05, + "O": 1.5203099792415742e-06, + "W": 1.428786902124557e-07, + "N": 1.966948957488057e-06, + "Y": 2.842924186552409e-05, + "U": 3.6967339411830835e-08, + "K": 9.368729791958685e-08, + "L": 1.4948673765502463e-07, + "G": 4.9979857976723e-06, + "F": 0.00031872233375906944, + "E": 0.00010120950901182368, + "T": 8.113286457955837e-05, + "P": 0.6197289824485779, + "-": 0.3796439468860626 + }, + "id": "tp_21173" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2646647, + "label": "-", + "classification": { + "B": 0.00015600639744661748, + "S": 7.941445073811337e-05, + "I": 0.0009915076661854982, + "C": 0.0002957469259854406, + "R": 5.968494224362075e-05, + "M": 0.000365092302672565, + "O": 0.0002810722216963768, + "W": 5.2336796215968207e-05, + "N": 0.0001711788063403219, + "Y": 0.0012984531931579113, + "U": 1.792330112948548e-05, + "K": 8.431918104179204e-05, + "L": 4.105960761080496e-05, + "G": 0.0009977599838748574, + "F": 0.010709523223340511, + "E": 0.0017990483902394772, + "T": 0.001245312625542283, + "P": 0.3525877892971039, + "-": 0.6287667751312256 + }, + "id": "tp_21174" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2646780, + "label": "-", + "classification": { + "B": 2.4203040084103122e-05, + "S": 2.332592339371331e-05, + "I": 2.3273638362297788e-05, + "C": 4.615813850250561e-06, + "R": 1.5206916259558056e-06, + "M": 5.628690269077197e-05, + "O": 9.823868458624929e-05, + "W": 4.203880962450057e-06, + "N": 4.370243914308958e-06, + "Y": 0.00023699209850747138, + "U": 1.4509495827041974e-07, + "K": 3.85257635571179e-06, + "L": 5.611231244984083e-06, + "G": 0.0005650758394040167, + "F": 0.021274646744132042, + "E": 0.00023467690334655344, + "T": 0.00019311894720885903, + "P": 0.08447252959012985, + "-": 0.8927733302116394 + }, + "id": "tp_21175" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2646880, + "label": "-", + "classification": { + "B": 6.485294790081753e-08, + "S": 1.8025062331616937e-08, + "I": 3.7093047922098776e-06, + "C": 2.7493745946571835e-08, + "R": 2.475050608907736e-09, + "M": 1.1970270179517684e-06, + "O": 2.8952339903298707e-07, + "W": 8.932418360529937e-09, + "N": 1.1160812363186778e-07, + "Y": 1.4019224181538448e-05, + "U": 1.262551396763456e-09, + "K": 4.1960717567235406e-08, + "L": 4.5149071148387065e-09, + "G": 3.868914518534439e-06, + "F": 0.00024041443248279393, + "E": 1.886894096969627e-05, + "T": 1.243492170033278e-05, + "P": 0.41184407472610474, + "-": 0.5878608226776123 + }, + "id": "tp_21176" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2647014, + "label": "P", + "classification": { + "B": 2.3141037530649555e-08, + "S": 3.7929046570184255e-09, + "I": 0.00012962280015926808, + "C": 5.520112154044909e-07, + "R": 7.00550017995738e-09, + "M": 1.9753092601604294e-06, + "O": 7.636131726940221e-08, + "W": 1.6962948823362467e-09, + "N": 3.0142455216264352e-06, + "Y": 8.422422069997992e-06, + "U": 2.6808906206099437e-09, + "K": 3.7189508361734624e-07, + "L": 6.161542831506495e-09, + "G": 2.466765363351442e-05, + "F": 0.0004344129119999707, + "E": 0.0034364217426627874, + "T": 3.5587897855293704e-06, + "P": 0.8541414141654968, + "-": 0.14181534945964813 + }, + "id": "tp_21177" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2647147, + "label": "P", + "classification": { + "B": 8.857299615971925e-11, + "S": 7.895520348633056e-11, + "I": 1.2654676311285584e-06, + "C": 4.35751268401674e-10, + "R": 4.754370508397443e-12, + "M": 8.443904242483313e-09, + "O": 5.560855664832332e-10, + "W": 1.790987844141334e-11, + "N": 1.55268065071823e-08, + "Y": 6.34105674635066e-08, + "U": 5.652527491212256e-12, + "K": 5.306297068408128e-10, + "L": 1.3995183484327711e-11, + "G": 1.5385362317488216e-08, + "F": 1.1179003195138648e-05, + "E": 5.836471245856956e-06, + "T": 5.4068124200057355e-08, + "P": 0.9512372016906738, + "-": 0.04874434694647789 + }, + "id": "tp_21178" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2647281, + "label": "P", + "classification": { + "B": 4.756922677984221e-08, + "S": 1.7924089945609012e-07, + "I": 2.2481826817966066e-05, + "C": 4.955172698828392e-07, + "R": 2.401778154137446e-08, + "M": 8.698589795130829e-07, + "O": 5.600378472081502e-07, + "W": 1.0051043375369773e-07, + "N": 1.561810563543986e-06, + "Y": 1.734220131766051e-05, + "U": 2.2287849787971936e-08, + "K": 1.8920485445050872e-06, + "L": 1.5940443631734524e-08, + "G": 4.2417664189997595e-06, + "F": 0.0018275732873007655, + "E": 0.0001671881473157555, + "T": 7.820359314791858e-06, + "P": 0.674626350402832, + "-": 0.3233211934566498 + }, + "id": "tp_21179" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2647381, + "label": "-", + "classification": { + "B": 1.274307157191068e-12, + "S": 1.6482394876032869e-12, + "I": 1.6977871553081059e-07, + "C": 1.8457075867672756e-09, + "R": 4.457742161512179e-11, + "M": 1.8425385661657856e-09, + "O": 6.987367351385387e-10, + "W": 4.183771384891344e-12, + "N": 7.322628059469594e-10, + "Y": 6.111762900218309e-07, + "U": 2.719234776585311e-12, + "K": 6.451112977146067e-10, + "L": 2.523198013373862e-12, + "G": 4.15844070289495e-08, + "F": 2.1076313714729622e-05, + "E": 2.0606918837984267e-07, + "T": 1.0944366835019537e-07, + "P": 0.10628769546747208, + "-": 0.8936900496482849 + }, + "id": "tp_21180" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2647514, + "label": "P", + "classification": { + "B": 2.8422409741324373e-06, + "S": 4.04547608923167e-06, + "I": 0.0006546984659507871, + "C": 1.082896051229909e-05, + "R": 2.2025224097887985e-06, + "M": 2.3737589799566194e-05, + "O": 2.1377354642027058e-05, + "W": 3.2067666779767023e-06, + "N": 8.584876195527613e-05, + "Y": 0.000308019807562232, + "U": 1.9719498141057556e-06, + "K": 2.6524921850068495e-05, + "L": 1.5094020682226983e-06, + "G": 0.00010507721890462562, + "F": 0.003423358080908656, + "E": 0.0008076986996456981, + "T": 0.00023844216775614768, + "P": 0.7158821225166321, + "-": 0.2783964276313782 + }, + "id": "tp_21181" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2647648, + "label": "-", + "classification": { + "B": 1.7092881989810849e-06, + "S": 2.7628307179838885e-06, + "I": 0.0003796810342464596, + "C": 2.2317899492918514e-05, + "R": 4.2504416342126206e-06, + "M": 0.00013994844630360603, + "O": 3.3081912988564e-05, + "W": 2.299409970873967e-06, + "N": 2.4920151190599427e-05, + "Y": 0.002469519851729274, + "U": 1.556078132125549e-06, + "K": 5.36018269485794e-05, + "L": 2.4108414891088614e-06, + "G": 0.0005552502116188407, + "F": 0.004145610611885786, + "E": 0.0005092197097837925, + "T": 0.0013279402628540993, + "P": 0.1409575492143631, + "-": 0.8493664264678955 + }, + "id": "tp_21182" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2647781, + "label": "P", + "classification": { + "B": 1.451717935196939e-06, + "S": 1.4026313976955862e-07, + "I": 5.778155173175037e-05, + "C": 5.098078418086516e-06, + "R": 3.093982456903177e-07, + "M": 2.540795549066388e-06, + "O": 2.192593228755868e-06, + "W": 2.0437400394257565e-07, + "N": 3.381399210411473e-06, + "Y": 2.154364665329922e-05, + "U": 1.7756727288542606e-07, + "K": 4.1923109961317095e-07, + "L": 2.2860379544908938e-07, + "G": 2.1557725631282665e-05, + "F": 0.0006577097228728235, + "E": 0.0001393521815771237, + "T": 2.5233792257495224e-05, + "P": 0.6550462245941162, + "-": 0.34401434659957886 + }, + "id": "tp_21183" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2647881, + "label": "P", + "classification": { + "B": 2.690046358111431e-06, + "S": 9.650717629483552e-07, + "I": 0.0009033824317157269, + "C": 5.158086059964262e-05, + "R": 6.624424713663757e-06, + "M": 2.1886646209168248e-05, + "O": 1.118533418775769e-05, + "W": 2.3614011297468096e-06, + "N": 0.00011665071360766888, + "Y": 0.0004431786364875734, + "U": 1.5203894463411416e-06, + "K": 0.00010411188122816384, + "L": 1.0158943268834264e-06, + "G": 0.0007850193069316447, + "F": 0.009668683633208275, + "E": 0.006330159027129412, + "T": 0.00015861001156736165, + "P": 0.8444370627403259, + "-": 0.13695329427719116 + }, + "id": "tp_21184" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2648015, + "label": "-", + "classification": { + "B": 1.3428546481009107e-05, + "S": 5.9198013332206756e-05, + "I": 0.0015790150500833988, + "C": 0.00015079205331858248, + "R": 0.00010274880332872272, + "M": 0.000709495332557708, + "O": 0.00037103318027220666, + "W": 4.8763551603769884e-05, + "N": 0.00018319122318644077, + "Y": 0.00873040035367012, + "U": 1.3882656276109628e-05, + "K": 8.239580347435549e-05, + "L": 3.872132219839841e-05, + "G": 0.0008140228455886245, + "F": 0.011848843656480312, + "E": 0.00027416725060902536, + "T": 0.009015384130179882, + "P": 0.14786002039909363, + "-": 0.8181045055389404 + }, + "id": "tp_21185" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2648148, + "label": "P", + "classification": { + "B": 1.2228210266584938e-07, + "S": 8.482112434649025e-07, + "I": 7.69117395975627e-05, + "C": 2.222618462610626e-07, + "R": 5.4917840941470786e-08, + "M": 3.3404730857000686e-06, + "O": 2.728087110881461e-06, + "W": 1.5966807609402167e-07, + "N": 8.281267582788132e-06, + "Y": 1.0116893463418819e-05, + "U": 1.815383576797558e-08, + "K": 2.593780266124668e-07, + "L": 1.0981814568822301e-07, + "G": 6.339786978060147e-06, + "F": 0.0007765040500089526, + "E": 7.530970469815657e-05, + "T": 2.7847354431287386e-05, + "P": 0.8576444387435913, + "-": 0.1413664072751999 + }, + "id": "tp_21186" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2648282, + "label": "P", + "classification": { + "B": 3.0925991723051993e-07, + "S": 2.3065175014380657e-07, + "I": 0.00043548093526624143, + "C": 6.379261776601197e-06, + "R": 5.441082748802728e-07, + "M": 5.052078904554946e-06, + "O": 2.448096211082884e-06, + "W": 4.5260097181198944e-07, + "N": 3.334067150717601e-05, + "Y": 0.00013882741041015834, + "U": 3.7116922158020316e-07, + "K": 2.888246854126919e-05, + "L": 9.861715710712815e-08, + "G": 4.790459570358507e-05, + "F": 0.0038262726739048958, + "E": 0.002165017416700721, + "T": 4.257375985616818e-05, + "P": 0.7574113607406616, + "-": 0.23585441708564758 + }, + "id": "tp_21187" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2648382, + "label": "-", + "classification": { + "B": 6.292263492468919e-07, + "S": 5.945834118392668e-07, + "I": 0.00023518945090472698, + "C": 3.73363982362207e-05, + "R": 2.2075782908359542e-06, + "M": 0.00017197705165017396, + "O": 1.560391319799237e-05, + "W": 5.313104338711128e-07, + "N": 6.975733413128182e-06, + "Y": 0.0003432093362789601, + "U": 3.4343784705015423e-07, + "K": 3.6112933798904123e-07, + "L": 4.031877324450761e-06, + "G": 9.131307160714641e-05, + "F": 0.002525659278035164, + "E": 0.00029382199863903224, + "T": 0.0004223026626277715, + "P": 0.19262373447418213, + "-": 0.8032241463661194 + }, + "id": "tp_21188" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2648515, + "label": "-", + "classification": { + "B": 1.8591254047350958e-05, + "S": 1.5779808109073201e-06, + "I": 0.0026011597365140915, + "C": 0.000192203966435045, + "R": 2.7246856916463003e-05, + "M": 0.0003314064524602145, + "O": 7.000198093010113e-05, + "W": 3.835790266748518e-06, + "N": 9.048369975062087e-05, + "Y": 0.0030515093822032213, + "U": 7.598885531479027e-06, + "K": 1.717767554509919e-05, + "L": 1.700746543065179e-05, + "G": 0.0017874406185001135, + "F": 0.002488368423655629, + "E": 0.0018007837934419513, + "T": 0.001290688756853342, + "P": 0.3103783428668976, + "-": 0.6758245229721069 + }, + "id": "tp_21189" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2648649, + "label": "P", + "classification": { + "B": 0.00010053797450382262, + "S": 3.8854326703585684e-05, + "I": 0.0016379099106416106, + "C": 0.00011716620792867616, + "R": 5.366718596633291e-06, + "M": 0.0008268238743767142, + "O": 8.2245038356632e-05, + "W": 1.1646797247522045e-05, + "N": 0.00021958464640192688, + "Y": 0.0011744393268600106, + "U": 3.5160776405973593e-06, + "K": 3.537163502187468e-05, + "L": 2.462628617649898e-05, + "G": 0.0015666009858250618, + "F": 0.012759429402649403, + "E": 0.038524869829416275, + "T": 0.0006306908326223493, + "P": 0.636368989944458, + "-": 0.3058713376522064 + }, + "id": "tp_21190" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2648782, + "label": "-", + "classification": { + "B": 1.5669062122469768e-05, + "S": 1.4003197748024832e-06, + "I": 1.5928506400086917e-05, + "C": 6.7208743530500215e-06, + "R": 8.808087272882403e-07, + "M": 1.7646136257098988e-05, + "O": 2.2666690711048432e-05, + "W": 1.213943960465258e-06, + "N": 1.985364633583231e-06, + "Y": 0.00037153487210161984, + "U": 2.1230039237707388e-07, + "K": 2.4679295620444464e-06, + "L": 2.014974370467826e-06, + "G": 0.0002728408726397902, + "F": 0.006339244544506073, + "E": 0.00027305795811116695, + "T": 8.774944581091404e-05, + "P": 0.09121498465538025, + "-": 0.9013518691062927 + }, + "id": "tp_21191" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2648882, + "label": "P", + "classification": { + "B": 1.238394133906695e-06, + "S": 3.255552485370572e-07, + "I": 1.2869386409875005e-05, + "C": 5.4371508184658524e-08, + "R": 1.6952089509914003e-08, + "M": 1.631490704312455e-06, + "O": 3.452433475104044e-06, + "W": 5.8854467965829826e-08, + "N": 4.6228475980569783e-07, + "Y": 7.767319516460702e-07, + "U": 1.0539668027220728e-09, + "K": 8.853665578456571e-10, + "L": 1.5698685729148565e-07, + "G": 3.964214556617662e-06, + "F": 0.00020794129522982985, + "E": 5.047718332207296e-06, + "T": 8.097137651930097e-06, + "P": 0.5915629267692566, + "-": 0.40819108486175537 + }, + "id": "tp_21192" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2649016, + "label": "-", + "classification": { + "B": 2.0899149149045115e-06, + "S": 1.1426108130763168e-06, + "I": 0.00021858363470528275, + "C": 1.8145627109333873e-05, + "R": 1.2895930012746248e-06, + "M": 4.623328277375549e-05, + "O": 1.2045982657582499e-05, + "W": 2.6122315830434673e-06, + "N": 3.590793130570091e-05, + "Y": 0.0006243351381272078, + "U": 1.3289933349369676e-06, + "K": 0.0007599009550176561, + "L": 3.863403321702208e-07, + "G": 0.00023929432791192085, + "F": 0.008255197666585445, + "E": 0.008695859462022781, + "T": 0.0001649913319852203, + "P": 0.33701291680336, + "-": 0.6439077258110046 + }, + "id": "tp_21193" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2649149, + "label": "-", + "classification": { + "B": 4.3393609416852996e-07, + "S": 1.8030750226216696e-08, + "I": 9.982947631215211e-06, + "C": 1.1691606687236344e-06, + "R": 1.1479907158218339e-07, + "M": 1.7191827055285103e-06, + "O": 1.2998673355468782e-06, + "W": 3.661676117872048e-08, + "N": 1.7656704187629657e-07, + "Y": 9.152139682555571e-05, + "U": 1.83750863413934e-08, + "K": 1.623888437052301e-07, + "L": 1.464118781768775e-07, + "G": 4.927909321850166e-05, + "F": 0.0017627404304221272, + "E": 4.795243512489833e-05, + "T": 2.1049962015240453e-05, + "P": 0.15060338377952576, + "-": 0.8474087715148926 + }, + "id": "tp_21194" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2649283, + "label": "P", + "classification": { + "B": 0.00011748690303647891, + "S": 2.5079734768951312e-05, + "I": 0.0034804479219019413, + "C": 0.00016757856064941734, + "R": 2.5228609956684522e-05, + "M": 0.0006800168193876743, + "O": 0.00012744413106702268, + "W": 2.0393765225890093e-05, + "N": 0.0002808682038448751, + "Y": 0.0017170471837744117, + "U": 1.4782304788241163e-05, + "K": 3.3189910027431324e-05, + "L": 4.754384281113744e-05, + "G": 0.0014190708752721548, + "F": 0.005061175674200058, + "E": 0.00979592278599739, + "T": 0.0011427435092628002, + "P": 0.6888458728790283, + "-": 0.2869981825351715 + }, + "id": "tp_21195" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2649383, + "label": "P", + "classification": { + "B": 3.275294830018538e-06, + "S": 6.577895987902593e-07, + "I": 0.00013669393956661224, + "C": 3.3704978363857663e-07, + "R": 3.3824331779896966e-08, + "M": 1.0733841008914169e-05, + "O": 3.9076226130418945e-06, + "W": 3.590111532503215e-07, + "N": 1.2027352568111382e-05, + "Y": 2.0027979189762846e-05, + "U": 4.983527546187361e-08, + "K": 1.0923142781393835e-06, + "L": 1.9588188138186524e-07, + "G": 2.0898640286759473e-05, + "F": 0.000944291241466999, + "E": 0.001473636133596301, + "T": 2.9161972634028643e-05, + "P": 0.8303442001342773, + "-": 0.16699832677841187 + }, + "id": "tp_21196" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2649516, + "label": "-", + "classification": { + "B": 4.6110450568903616e-08, + "S": 1.086358878410465e-07, + "I": 3.554842623998411e-05, + "C": 3.9304768506553955e-06, + "R": 5.040548103352194e-07, + "M": 2.4846438009262783e-06, + "O": 1.792976945580449e-06, + "W": 1.26097972952266e-07, + "N": 2.090712314384291e-06, + "Y": 0.000117156479973346, + "U": 5.2986223408879596e-08, + "K": 2.462535348968231e-06, + "L": 4.766515715459718e-08, + "G": 2.1141962861292996e-05, + "F": 0.0030895734671503305, + "E": 4.9704729462973773e-05, + "T": 3.320861287647858e-05, + "P": 0.2776950001716614, + "-": 0.7189450263977051 + }, + "id": "tp_21197" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2649650, + "label": "P", + "classification": { + "B": 6.675471377093345e-05, + "S": 0.0002701996418181807, + "I": 0.00420319102704525, + "C": 0.00011411116429371759, + "R": 4.01935467380099e-05, + "M": 0.00038933285395614803, + "O": 0.000339849095325917, + "W": 0.00013839869643561542, + "N": 0.002916651079431176, + "Y": 0.002339503960683942, + "U": 2.3294474885915406e-05, + "K": 0.0016789203509688377, + "L": 2.2711021301802248e-05, + "G": 0.002352852839976549, + "F": 0.022315869107842445, + "E": 0.023263314738869667, + "T": 0.0012266619596630335, + "P": 0.8294634222984314, + "-": 0.10883471369743347 + }, + "id": "tp_21198" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2649783, + "label": "-", + "classification": { + "B": 9.368988571623049e-07, + "S": 4.55893814432784e-06, + "I": 8.199536409847497e-07, + "C": 3.5450673294690205e-06, + "R": 8.157402930919488e-07, + "M": 5.674764179275371e-05, + "O": 3.020874282810837e-05, + "W": 7.526197691731795e-07, + "N": 7.261903078870091e-08, + "Y": 0.00016451165720354766, + "U": 7.3969967928633196e-09, + "K": 5.50977176771994e-07, + "L": 2.2370893475454068e-06, + "G": 0.0001033138541970402, + "F": 0.010993592441082, + "E": 5.887148290639743e-06, + "T": 0.000178010348463431, + "P": 0.003334352048113942, + "-": 0.9851191639900208 + }, + "id": "tp_21199" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2649883, + "label": "-", + "classification": { + "B": 1.095448851629044e-06, + "S": 8.598222933642319e-08, + "I": 1.6889412108866964e-06, + "C": 1.7498730358056491e-06, + "R": 5.058210490460624e-07, + "M": 6.500088784378022e-05, + "O": 1.3159943591745105e-05, + "W": 7.993693174057626e-08, + "N": 9.519393273649257e-09, + "Y": 0.00020423020760063082, + "U": 3.250085756079102e-09, + "K": 5.015274862074648e-10, + "L": 4.300069576856913e-06, + "G": 7.763053145026788e-05, + "F": 0.00014931430632714182, + "E": 9.181502491628635e-07, + "T": 0.0001325895282207057, + "P": 0.0012666704133152962, + "-": 0.9980809688568115 + }, + "id": "tp_21200" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2650017, + "label": "-", + "classification": { + "B": 8.252327177160623e-08, + "S": 2.6874603875626235e-08, + "I": 5.771104838458996e-08, + "C": 2.417722466674377e-09, + "R": 5.853846851699984e-10, + "M": 1.8095469158652122e-06, + "O": 1.3967101040179841e-06, + "W": 6.3981611120311754e-09, + "N": 1.6973369376671599e-09, + "Y": 1.8788659872370772e-06, + "U": 2.7250540365897358e-11, + "K": 7.772275184558808e-11, + "L": 2.4992234060050578e-08, + "G": 1.0554762184256106e-06, + "F": 6.260948430281132e-05, + "E": 2.844877542429458e-07, + "T": 7.859113793529104e-06, + "P": 0.012862902134656906, + "-": 0.9870600700378418 + }, + "id": "tp_21201" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2650150, + "label": "-", + "classification": { + "B": 7.279956548700284e-08, + "S": 1.4911113055404712e-07, + "I": 4.76351342513226e-05, + "C": 1.8328761143493466e-05, + "R": 1.4662365174444858e-05, + "M": 0.0001496861077612266, + "O": 2.8079599360353313e-05, + "W": 2.630666813274729e-07, + "N": 2.0633063968489296e-07, + "Y": 0.011517631821334362, + "U": 2.8798099904747687e-08, + "K": 8.176024834938289e-08, + "L": 3.701824653035146e-06, + "G": 0.00035882359952665865, + "F": 0.000710770720615983, + "E": 3.463106168055674e-06, + "T": 0.001611681655049324, + "P": 0.0010247125755995512, + "-": 0.9845101237297058 + }, + "id": "tp_21202" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2650250, + "label": "-", + "classification": { + "B": 7.777702037969902e-09, + "S": 1.0026581342970076e-08, + "I": 9.172281778546676e-08, + "C": 5.8143101000496245e-08, + "R": 1.6573151739862624e-08, + "M": 1.4203138562152162e-05, + "O": 2.858381094483775e-06, + "W": 3.704323736641868e-09, + "N": 7.418163305850101e-10, + "Y": 7.948429265525192e-05, + "U": 5.81117445830337e-11, + "K": 6.597378459510805e-12, + "L": 3.0593494670938526e-07, + "G": 7.333816938626114e-06, + "F": 7.649479084648192e-05, + "E": 2.6007715092646322e-08, + "T": 9.221112850354984e-05, + "P": 0.00045159138971939683, + "-": 0.999275267124176 + }, + "id": "tp_21203" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2650384, + "label": "-", + "classification": { + "B": 5.66551570102547e-08, + "S": 3.06285841134013e-08, + "I": 2.09641621040646e-05, + "C": 6.532836414407939e-05, + "R": 1.1670260391838383e-05, + "M": 0.00013695469533558935, + "O": 1.270413395104697e-05, + "W": 8.263000950137211e-08, + "N": 2.2589455284105497e-07, + "Y": 0.0026523207779973745, + "U": 1.4604529496864416e-07, + "K": 1.6204900532557076e-07, + "L": 5.240535756456666e-06, + "G": 0.0005400179070420563, + "F": 0.0018757847137749195, + "E": 8.037476618483197e-06, + "T": 0.0007929494022391737, + "P": 0.0041465600952506065, + "-": 0.9897308349609375 + }, + "id": "tp_21204" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2650517, + "label": "-", + "classification": { + "B": 1.6614912112800084e-08, + "S": 3.477817145380868e-08, + "I": 5.028608029533643e-06, + "C": 1.3139430166120292e-06, + "R": 1.6417529025147815e-07, + "M": 2.7229502848058473e-06, + "O": 1.130005216509744e-06, + "W": 1.9561250397259755e-08, + "N": 1.4066756648389855e-07, + "Y": 0.00017363527149427682, + "U": 8.365185877323711e-09, + "K": 3.009178897173115e-07, + "L": 2.772424601005241e-08, + "G": 1.4935806575522292e-05, + "F": 0.000893475254997611, + "E": 4.776566584041575e-06, + "T": 3.3416785299777985e-05, + "P": 0.02130076475441456, + "-": 0.9775680303573608 + }, + "id": "tp_21205" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2650651, + "label": "-", + "classification": { + "B": 4.183770943200216e-05, + "S": 9.229378338204697e-05, + "I": 1.0828208360180724e-05, + "C": 1.1972047104791272e-05, + "R": 6.891306384204654e-06, + "M": 0.0022837682627141476, + "O": 0.0004778914444614202, + "W": 9.34688068809919e-06, + "N": 7.136979434108071e-07, + "Y": 0.0008085992885753512, + "U": 4.231269201682153e-08, + "K": 3.262842085405282e-07, + "L": 7.210269541246817e-05, + "G": 0.0007202246342785656, + "F": 0.010136421769857407, + "E": 3.91721841879189e-05, + "T": 0.0013256892561912537, + "P": 0.002209431491792202, + "-": 0.9817523956298828 + }, + "id": "tp_21206" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2650751, + "label": "-", + "classification": { + "B": 5.905176347908991e-11, + "S": 1.0194348620470861e-12, + "I": 4.987793733590706e-09, + "C": 3.983653407146903e-09, + "R": 7.688753106416257e-11, + "M": 1.3921327308707987e-06, + "O": 8.966930309384225e-09, + "W": 1.7709962185988304e-12, + "N": 4.462060495397102e-12, + "Y": 1.7013860542647308e-06, + "U": 4.575799374822997e-13, + "K": 1.0175358514487916e-14, + "L": 1.1096121799170078e-09, + "G": 2.018988709551195e-07, + "F": 2.109843109110443e-07, + "E": 4.690856592048931e-09, + "T": 4.421181529323803e-06, + "P": 0.0007586878491565585, + "-": 0.9992333650588989 + }, + "id": "tp_21207" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2650884, + "label": "-", + "classification": { + "B": 3.9529160858364776e-05, + "S": 1.1455820640549064e-05, + "I": 3.715082129929215e-05, + "C": 4.4970893213758245e-05, + "R": 8.967533176473808e-06, + "M": 0.001673797145485878, + "O": 0.00021107919747009873, + "W": 3.7250745208439184e-06, + "N": 1.6355920706701e-06, + "Y": 0.0024801534600555897, + "U": 5.851755418007087e-07, + "K": 2.916256960361352e-07, + "L": 0.0001520298537798226, + "G": 0.0015314198099076748, + "F": 0.008730024099349976, + "E": 4.5742599468212575e-05, + "T": 0.0031629966106265783, + "P": 0.00801179651170969, + "-": 0.9738526344299316 + }, + "id": "tp_21208" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2651018, + "label": "-", + "classification": { + "B": 5.530828843802738e-07, + "S": 1.5890317399680498e-06, + "I": 4.934211574436631e-06, + "C": 2.54331030191679e-06, + "R": 7.353835940193676e-07, + "M": 0.00021192434360273182, + "O": 1.6103998859762214e-05, + "W": 4.720795061530225e-07, + "N": 3.94149509475028e-07, + "Y": 0.0014629113720729947, + "U": 3.8876979857604965e-08, + "K": 1.2010947102680802e-05, + "L": 2.111321691700141e-06, + "G": 0.0005421843961812556, + "F": 0.022952938452363014, + "E": 0.00011417098721722141, + "T": 0.0006536846631206572, + "P": 0.007270061876624823, + "-": 0.9667506814002991 + }, + "id": "tp_21209" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2651151, + "label": "-", + "classification": { + "B": 2.4290923761327576e-07, + "S": 1.3515937501151765e-11, + "I": 1.1216513273737405e-09, + "C": 1.1703172875243695e-09, + "R": 7.680543007149154e-11, + "M": 3.8490145470859716e-07, + "O": 2.3308325580728706e-07, + "W": 2.7292581389337656e-11, + "N": 3.079231477003813e-13, + "Y": 5.587770246506807e-08, + "U": 7.515501757168405e-14, + "K": 4.377413331851021e-17, + "L": 5.53089307686605e-08, + "G": 6.163661510072416e-07, + "F": 7.166848376982671e-07, + "E": 8.55151727208181e-10, + "T": 3.014314131633e-07, + "P": 0.0001580685202497989, + "-": 0.9998393058776855 + }, + "id": "tp_21210" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2651251, + "label": "-", + "classification": { + "B": 3.7307456750568235e-06, + "S": 3.0904170671419706e-06, + "I": 1.4119178558757994e-05, + "C": 8.438756594841834e-06, + "R": 1.650881017667416e-06, + "M": 3.076644497923553e-05, + "O": 4.333061951911077e-05, + "W": 1.316343968937872e-06, + "N": 1.2774416973115876e-06, + "Y": 0.00024372394545935094, + "U": 1.60940658133768e-07, + "K": 1.8739126517175464e-06, + "L": 2.223056526418077e-06, + "G": 0.00013706569734495133, + "F": 0.0037892742548137903, + "E": 3.848542473861016e-05, + "T": 0.0001167259833891876, + "P": 0.03205185383558273, + "-": 0.9635108709335327 + }, + "id": "tp_21211" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2651385, + "label": "-", + "classification": { + "B": 2.3189668241219152e-10, + "S": 1.73539627112973e-09, + "I": 2.8109989003155533e-08, + "C": 2.9657238442837297e-08, + "R": 3.3268598986779807e-09, + "M": 3.5458884894978837e-07, + "O": 1.2833015716751106e-07, + "W": 7.672478208320399e-10, + "N": 1.5486185667157315e-09, + "Y": 3.284142803750001e-05, + "U": 1.2380661773558899e-10, + "K": 2.176741986659181e-08, + "L": 3.361334544038641e-09, + "G": 2.074118583550444e-06, + "F": 0.003139692358672619, + "E": 1.596139895809756e-07, + "T": 1.0463479156896938e-05, + "P": 0.0028144370298832655, + "-": 0.9939998388290405 + }, + "id": "tp_21212" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2651518, + "label": "-", + "classification": { + "B": 3.142273941048046e-10, + "S": 1.114851100325609e-09, + "I": 6.217182857426451e-08, + "C": 2.642420042775484e-07, + "R": 2.2397937726736927e-08, + "M": 2.6894090296991635e-06, + "O": 1.9339420020969555e-07, + "W": 3.988993302339594e-10, + "N": 8.326344058673385e-10, + "Y": 0.0002645061176735908, + "U": 7.091208176213115e-11, + "K": 7.786899125505897e-09, + "L": 1.879240407731686e-08, + "G": 2.5186704078805633e-05, + "F": 0.0016667030286043882, + "E": 4.852522010878602e-07, + "T": 2.5531931896694005e-05, + "P": 0.0008454829221591353, + "-": 0.9971687197685242 + }, + "id": "tp_21213" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2651652, + "label": "-", + "classification": { + "B": 8.98622238310054e-06, + "S": 4.340292434790172e-06, + "I": 1.5586432482450618e-06, + "C": 3.1462466267839773e-06, + "R": 5.187063152334304e-07, + "M": 0.0014186480548232794, + "O": 0.00010109991853823885, + "W": 2.2659088472209987e-07, + "N": 4.080053628285896e-08, + "Y": 0.0009251210140064359, + "U": 1.6556775950249403e-09, + "K": 7.13662062779008e-09, + "L": 2.9725333661190234e-05, + "G": 0.0011287969537079334, + "F": 0.0016973101301118731, + "E": 7.5100742833456025e-06, + "T": 0.0006687617278657854, + "P": 0.0004969992442056537, + "-": 0.9935072660446167 + }, + "id": "tp_21214" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2651752, + "label": "-", + "classification": { + "B": 1.788193367247004e-05, + "S": 6.330259202513844e-05, + "I": 0.0003334923239890486, + "C": 0.00027293007588014007, + "R": 0.00011756008461816236, + "M": 0.00020934500207658857, + "O": 0.00031746309832669795, + "W": 6.428223423426971e-05, + "N": 0.0001045567260007374, + "Y": 0.006575250998139381, + "U": 1.2754328963637818e-05, + "K": 0.0014483475824818015, + "L": 1.6696256352588534e-05, + "G": 0.0018027281621471047, + "F": 0.04719937592744827, + "E": 0.001069102669134736, + "T": 0.0014845937257632613, + "P": 0.09533333778381348, + "-": 0.8435570597648621 + }, + "id": "tp_21215" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2651885, + "label": "-", + "classification": { + "B": 5.5062020914986576e-11, + "S": 3.733037837183595e-11, + "I": 2.154400746690044e-08, + "C": 5.524862700667654e-08, + "R": 4.4364631968107915e-09, + "M": 6.349106911329727e-07, + "O": 3.467759412956184e-08, + "W": 4.314891152712441e-11, + "N": 6.202076352490593e-11, + "Y": 5.312339635565877e-05, + "U": 4.9710718180717706e-11, + "K": 1.4922627022961876e-10, + "L": 5.287527304886908e-09, + "G": 2.8511306027212413e-06, + "F": 0.00014773255679756403, + "E": 1.7902799243074696e-08, + "T": 1.653027175052557e-05, + "P": 0.0005495887016877532, + "-": 0.9992293119430542 + }, + "id": "tp_21216" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2652019, + "label": "-", + "classification": { + "B": 1.1941742741328198e-06, + "S": 1.0583278253761819e-06, + "I": 4.906787580694072e-05, + "C": 1.0189829481532797e-05, + "R": 2.6739089662441984e-06, + "M": 3.710431337822229e-05, + "O": 3.498749720165506e-05, + "W": 7.005540965110413e-07, + "N": 2.341502522540395e-06, + "Y": 0.00017387530533596873, + "U": 1.7453093903441186e-07, + "K": 3.7066078562020266e-07, + "L": 4.255610747350147e-06, + "G": 0.00017232044774573296, + "F": 0.0034643900580704212, + "E": 4.0900547901401296e-05, + "T": 0.00023313399287872016, + "P": 0.07269790768623352, + "-": 0.923073410987854 + }, + "id": "tp_21217" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2652152, + "label": "-", + "classification": { + "B": 3.114211333254957e-09, + "S": 2.1078681022856927e-09, + "I": 3.3983167668338865e-05, + "C": 3.5666323583427584e-07, + "R": 8.42084588725811e-08, + "M": 8.411703674937598e-06, + "O": 5.57331588879606e-07, + "W": 4.4778487584551385e-09, + "N": 1.3232495632564678e-07, + "Y": 0.0002950303314719349, + "U": 1.1728406024147375e-09, + "K": 2.103066343295268e-08, + "L": 1.1926726273259192e-08, + "G": 1.0840572031156626e-05, + "F": 6.650910654570907e-05, + "E": 5.584731297858525e-06, + "T": 0.00015205395175144076, + "P": 0.0402674525976181, + "-": 0.9591588973999023 + }, + "id": "tp_21218" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2652252, + "label": "-", + "classification": { + "B": 6.605895208622314e-08, + "S": 1.2376932367885729e-08, + "I": 4.061234619712195e-07, + "C": 1.3241761962490273e-06, + "R": 1.2159455309301848e-07, + "M": 3.6196994187776e-05, + "O": 2.4530015707568964e-06, + "W": 8.5896676438324e-09, + "N": 7.819400238417984e-09, + "Y": 0.00019464149954728782, + "U": 1.995690279699147e-09, + "K": 1.5195043001625663e-09, + "L": 6.519132398352667e-07, + "G": 8.336586324730888e-05, + "F": 0.0004465424863155931, + "E": 1.7722359189065173e-06, + "T": 9.299548401031643e-05, + "P": 0.0036037503741681576, + "-": 0.9955357313156128 + }, + "id": "tp_21219" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2652386, + "label": "-", + "classification": { + "B": 7.499828015566923e-12, + "S": 1.5081040799849732e-12, + "I": 7.621534514612449e-09, + "C": 3.900852529881149e-09, + "R": 4.395809827251185e-10, + "M": 2.747035523498198e-07, + "O": 1.6066826091787334e-08, + "W": 2.718294339620897e-12, + "N": 2.3744005893389097e-12, + "Y": 3.935864697268698e-06, + "U": 3.4374963270820957e-13, + "K": 8.021550241263994e-15, + "L": 1.6749730491483206e-09, + "G": 3.517813809139625e-07, + "F": 1.861329792518518e-06, + "E": 3.4953792638070524e-10, + "T": 5.098397650726838e-06, + "P": 9.786552982404828e-05, + "-": 0.9998905658721924 + }, + "id": "tp_21220" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2652519, + "label": "-", + "classification": { + "B": 8.254996828327421e-07, + "S": 3.115670779152424e-06, + "I": 8.045251161092892e-05, + "C": 4.404777428135276e-05, + "R": 1.2588346180564258e-05, + "M": 7.106744305929169e-05, + "O": 4.849018296226859e-05, + "W": 2.942959326901473e-06, + "N": 8.611326848040335e-06, + "Y": 0.002929969923570752, + "U": 1.5721354884590255e-06, + "K": 2.7350852178642526e-05, + "L": 3.8106670672277687e-06, + "G": 0.0002814476320054382, + "F": 0.013005811721086502, + "E": 3.644097887445241e-05, + "T": 0.0006691960734315217, + "P": 0.02930821105837822, + "-": 0.9534640312194824 + }, + "id": "tp_21221" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2652653, + "label": "-", + "classification": { + "B": 9.058374189629959e-11, + "S": 3.1640280673261856e-11, + "I": 9.29918471115343e-08, + "C": 5.873034503167673e-09, + "R": 1.2457557208023218e-10, + "M": 7.925407174980137e-08, + "O": 5.7588467328173465e-09, + "W": 3.067429990566417e-11, + "N": 6.938506991183147e-10, + "Y": 8.529132173862308e-06, + "U": 3.092591113751375e-11, + "K": 2.554410460930967e-09, + "L": 1.942595390103108e-10, + "G": 7.301071036636131e-07, + "F": 8.337655890500173e-05, + "E": 8.402095090787043e-07, + "T": 1.6988097968351212e-06, + "P": 0.013681157492101192, + "-": 0.9862235188484192 + }, + "id": "tp_21222" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2652753, + "label": "-", + "classification": { + "B": 2.1999541743866757e-08, + "S": 4.293928324017315e-09, + "I": 1.6178619262063876e-06, + "C": 1.3614074987344793e-06, + "R": 4.4329374304652447e-07, + "M": 1.5658359188819304e-05, + "O": 1.3363709285840741e-06, + "W": 4.832086286654658e-09, + "N": 3.7203333747015677e-09, + "Y": 0.00024921545991674066, + "U": 6.547905551101962e-10, + "K": 7.470828400357732e-10, + "L": 7.271809749909153e-07, + "G": 8.528192847734317e-05, + "F": 0.0009708459838293493, + "E": 1.027833491207275e-06, + "T": 7.327983621507883e-05, + "P": 0.0017185785109177232, + "-": 0.9968805313110352 + }, + "id": "tp_21223" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2652886, + "label": "-", + "classification": { + "B": 2.653691710818862e-10, + "S": 1.5318425694577087e-10, + "I": 1.800388389483487e-07, + "C": 2.982894997671792e-08, + "R": 1.410820793523726e-09, + "M": 7.629706146872195e-07, + "O": 1.6365817145924666e-08, + "W": 2.2866557605749627e-11, + "N": 2.8422916797943287e-10, + "Y": 1.197348228743067e-05, + "U": 8.868208251078258e-12, + "K": 8.087943509371698e-12, + "L": 5.4539115446061714e-09, + "G": 3.1705790206615347e-06, + "F": 0.00022256726515479386, + "E": 3.542114939136809e-07, + "T": 7.025012564554345e-06, + "P": 0.01091496367007494, + "-": 0.9888389110565186 + }, + "id": "tp_21224" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2653020, + "label": "-", + "classification": { + "B": 1.2767491508469675e-09, + "S": 9.035152626069021e-10, + "I": 2.430381584872521e-07, + "C": 4.353388703748351e-06, + "R": 1.7182179590236046e-07, + "M": 1.246329816240177e-06, + "O": 2.7351040898793144e-07, + "W": 7.800087242770815e-10, + "N": 1.7305679111956351e-09, + "Y": 6.48738132440485e-05, + "U": 3.194720321619826e-10, + "K": 2.3251784941891174e-09, + "L": 3.6824104654442635e-08, + "G": 2.5977293262258172e-05, + "F": 0.000648967397864908, + "E": 3.079685768625495e-07, + "T": 5.529798727366142e-06, + "P": 0.003293122397735715, + "-": 0.9959549903869629 + }, + "id": "tp_21225" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2653153, + "label": "-", + "classification": { + "B": 3.143845361819331e-08, + "S": 4.872030334723831e-09, + "I": 4.12942199545796e-06, + "C": 5.397438144427724e-06, + "R": 8.462457117275335e-07, + "M": 7.3907754085666966e-06, + "O": 9.50865455706662e-07, + "W": 5.6810720572286755e-09, + "N": 2.247010577605124e-08, + "Y": 0.00046624307287856936, + "U": 7.470734253445244e-09, + "K": 7.816788105685646e-09, + "L": 3.291158918727888e-07, + "G": 9.304141713073477e-05, + "F": 0.0007072724984027445, + "E": 3.346656967551098e-06, + "T": 6.736611248925328e-05, + "P": 0.006126382853835821, + "-": 0.9925171136856079 + }, + "id": "tp_21226" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2653253, + "label": "-", + "classification": { + "B": 6.023978516532524e-13, + "S": 2.9677017679245743e-13, + "I": 3.364616085743677e-10, + "C": 5.5506849117037405e-12, + "R": 1.8288478370598327e-12, + "M": 1.2066977417291014e-09, + "O": 5.139221825878337e-10, + "W": 2.3880290106470525e-13, + "N": 3.746570924594711e-13, + "Y": 5.7348408688540076e-08, + "U": 4.029850726120637e-15, + "K": 7.979173182912861e-15, + "L": 7.865149503905045e-12, + "G": 4.6131987119224505e-09, + "F": 3.938372628908837e-06, + "E": 4.721280033592734e-10, + "T": 5.523785517880242e-08, + "P": 0.002751115011051297, + "-": 0.9972449541091919 + }, + "id": "tp_21227" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2653387, + "label": "-", + "classification": { + "B": 1.6602691443878825e-10, + "S": 7.528523582323032e-09, + "I": 1.7428376963835035e-07, + "C": 1.3701676948585373e-07, + "R": 2.6430338806449072e-08, + "M": 3.5763077903538942e-06, + "O": 7.148701683945546e-07, + "W": 2.9466380446763196e-09, + "N": 4.364186789729274e-09, + "Y": 0.00019547219562809914, + "U": 2.2468966964783732e-10, + "K": 4.4662002096629294e-08, + "L": 1.6337139641109388e-08, + "G": 6.669473350484623e-06, + "F": 0.0008597160340286791, + "E": 1.4719435625920596e-07, + "T": 8.045852882787585e-05, + "P": 0.0014548172475770116, + "-": 0.9973980188369751 + }, + "id": "tp_21228" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2653520, + "label": "-", + "classification": { + "B": 6.321441219370172e-07, + "S": 1.957379822670191e-07, + "I": 2.3872902602306567e-05, + "C": 8.692994015291333e-05, + "R": 4.327578153606737e-06, + "M": 0.00013435010623652488, + "O": 1.213915766129503e-05, + "W": 1.4164514539061202e-07, + "N": 5.531566102945362e-07, + "Y": 0.0004988100263290107, + "U": 1.9367428194527747e-07, + "K": 3.219378470475931e-07, + "L": 5.924881861574249e-06, + "G": 0.00036393431946635246, + "F": 0.003953541163355112, + "E": 3.427415867918171e-05, + "T": 0.0003274584305472672, + "P": 0.014912528917193413, + "-": 0.9796398282051086 + }, + "id": "tp_21229" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2653654, + "label": "-", + "classification": { + "B": 1.1734890676962095e-06, + "S": 6.457634640355536e-07, + "I": 5.448850515676895e-06, + "C": 9.64049263529887e-07, + "R": 2.4165376544260653e-07, + "M": 6.358533937600441e-06, + "O": 9.793564458959736e-06, + "W": 1.5596626212754927e-07, + "N": 5.01915849326906e-07, + "Y": 1.752170101099182e-05, + "U": 9.1458982609538e-09, + "K": 2.9184151983940865e-08, + "L": 5.877489570593752e-07, + "G": 2.1805526557727717e-05, + "F": 0.003227923298254609, + "E": 1.364027957606595e-05, + "T": 4.6870249207131565e-05, + "P": 0.11019180715084076, + "-": 0.8864544630050659 + }, + "id": "tp_21230" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2653754, + "label": "-", + "classification": { + "B": 2.952611453110876e-07, + "S": 1.1767379959337632e-07, + "I": 1.3550334188039415e-05, + "C": 3.84224995286786e-06, + "R": 5.860237024535309e-07, + "M": 5.2034869440831244e-05, + "O": 1.1553354852367193e-05, + "W": 1.7532073570691864e-07, + "N": 3.157022376854002e-07, + "Y": 0.0004214625514578074, + "U": 3.82320237690692e-08, + "K": 6.732467028314204e-08, + "L": 1.2608402357727755e-06, + "G": 8.07114047347568e-05, + "F": 0.0007365534547716379, + "E": 2.317898179171607e-05, + "T": 0.00015474901010748, + "P": 0.019157681614160538, + "-": 0.9793418049812317 + }, + "id": "tp_21231" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2653887, + "label": "-", + "classification": { + "B": 0.004691080190241337, + "S": 0.0007806560606695712, + "I": 0.0002484968863427639, + "C": 0.00022693669598083943, + "R": 6.007446063449606e-05, + "M": 0.006366924848407507, + "O": 0.0021590639371424913, + "W": 0.00011170869402121753, + "N": 5.2132902055745944e-05, + "Y": 0.004486204590648413, + "U": 7.733464371995069e-06, + "K": 3.882665987475775e-05, + "L": 0.0008871666505001485, + "G": 0.008962087333202362, + "F": 0.041326578706502914, + "E": 0.003807723056524992, + "T": 0.0038635735400021076, + "P": 0.031249159947037697, + "-": 0.8906738758087158 + }, + "id": "tp_21232" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2654021, + "label": "-", + "classification": { + "B": 3.5181108160031727e-07, + "S": 3.114904600920454e-08, + "I": 1.7575892343302257e-05, + "C": 7.130683457035047e-07, + "R": 1.5147118404001958e-07, + "M": 3.3632441045483574e-05, + "O": 2.7041298835683847e-06, + "W": 4.4339159899209335e-08, + "N": 1.1939170008190558e-07, + "Y": 0.00024039977870415896, + "U": 3.7252720908043102e-09, + "K": 4.1822967311588854e-09, + "L": 2.2321053450014006e-07, + "G": 2.291329474246595e-05, + "F": 0.0002302078646607697, + "E": 1.1105598787253257e-05, + "T": 9.140344627667218e-05, + "P": 0.06737149506807327, + "-": 0.9319770336151123 + }, + "id": "tp_21233" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2654154, + "label": "-", + "classification": { + "B": 2.487766437297978e-09, + "S": 1.35596309291941e-07, + "I": 1.9321036234032363e-05, + "C": 2.1983096303301863e-06, + "R": 7.059136351017514e-07, + "M": 1.28113133541774e-05, + "O": 3.7123991205589846e-06, + "W": 1.7550628683693503e-07, + "N": 7.511323474318488e-07, + "Y": 0.0009185411618091166, + "U": 3.156118211222747e-08, + "K": 2.4965047487057745e-06, + "L": 7.83525280212416e-08, + "G": 8.727546628506389e-06, + "F": 0.0013198086526244879, + "E": 8.903629350243136e-06, + "T": 0.00032643513986840844, + "P": 0.011494068428874016, + "-": 0.985880970954895 + }, + "id": "tp_21234" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2654254, + "label": "-", + "classification": { + "B": 2.3925132097701862e-08, + "S": 3.159665951102397e-08, + "I": 7.099519194753157e-08, + "C": 1.3206849303060153e-07, + "R": 3.507552293058325e-08, + "M": 1.4065142295294208e-06, + "O": 1.0318500471839798e-06, + "W": 1.4309393669975634e-08, + "N": 1.7859274059617292e-09, + "Y": 2.4554701667511836e-05, + "U": 2.7756733023132085e-10, + "K": 5.519183332580724e-09, + "L": 7.307773586262556e-08, + "G": 4.847966465604259e-06, + "F": 0.0023451901506632566, + "E": 1.3834548440172512e-07, + "T": 1.515847361588385e-05, + "P": 0.002510621678084135, + "-": 0.9950965046882629 + }, + "id": "tp_21235" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2654388, + "label": "-", + "classification": { + "B": 2.1932196059282205e-09, + "S": 7.54856011031535e-10, + "I": 1.4050716572455713e-06, + "C": 3.539109982853006e-08, + "R": 6.064539093131316e-09, + "M": 1.4225848872229108e-06, + "O": 1.412477530493561e-07, + "W": 1.0541745254499801e-09, + "N": 3.527691694316104e-09, + "Y": 8.719431207282469e-05, + "U": 3.1877681050396234e-10, + "K": 9.39384542375521e-11, + "L": 1.7357583814714417e-08, + "G": 2.409829676253139e-06, + "F": 2.3181615688372403e-05, + "E": 2.2361635387824208e-07, + "T": 6.161070632515475e-05, + "P": 0.011271371506154537, + "-": 0.9885509610176086 + }, + "id": "tp_21236" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2654521, + "label": "-", + "classification": { + "B": 1.198535107965748e-11, + "S": 4.236009806812824e-11, + "I": 1.1643319641763128e-09, + "C": 2.702212142935423e-08, + "R": 9.60028612162489e-10, + "M": 3.845157152682077e-07, + "O": 1.3913192375980543e-08, + "W": 1.683985242917352e-11, + "N": 9.772981902911315e-12, + "Y": 1.8210223061032593e-05, + "U": 1.2052189758346432e-12, + "K": 1.3202866577799455e-10, + "L": 8.229245618274206e-10, + "G": 9.321530001216161e-07, + "F": 0.000686695973854512, + "E": 6.371612570887919e-09, + "T": 2.7032563139073318e-06, + "P": 0.0001232097711181268, + "-": 0.999167799949646 + }, + "id": "tp_21237" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2654655, + "label": "-", + "classification": { + "B": 9.941187872897217e-10, + "S": 6.722519430013563e-09, + "I": 1.6508348466004463e-08, + "C": 2.3664984638571696e-08, + "R": 5.637912803280187e-09, + "M": 7.96684980741702e-06, + "O": 2.3668155790801393e-07, + "W": 6.443437450265321e-10, + "N": 1.1193705684586774e-10, + "Y": 0.00010406930232420564, + "U": 7.249257617802929e-12, + "K": 1.4095621891918597e-10, + "L": 3.2537833760670765e-08, + "G": 6.515245786431478e-06, + "F": 0.0006546839722432196, + "E": 1.4967089612127893e-07, + "T": 3.4676853829296306e-05, + "P": 0.0007091271108947694, + "-": 0.9984825253486633 + }, + "id": "tp_21238" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2654755, + "label": "-", + "classification": { + "B": 5.9051226131145995e-09, + "S": 5.900059818486625e-08, + "I": 2.504571284589474e-06, + "C": 9.013194357976317e-06, + "R": 1.0653760682544089e-06, + "M": 9.885538020171225e-06, + "O": 4.184531007922487e-06, + "W": 8.461429246153784e-08, + "N": 1.4385224744728475e-07, + "Y": 0.0004204253782518208, + "U": 1.4238901613339294e-08, + "K": 3.538960982041317e-06, + "L": 2.7098684540760587e-07, + "G": 0.0001410687546012923, + "F": 0.01182964164763689, + "E": 9.424654308531899e-06, + "T": 9.761870751390234e-05, + "P": 0.004412586335092783, + "-": 0.9830584526062012 + }, + "id": "tp_21239" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2654888, + "label": "-", + "classification": { + "B": 3.059817066386472e-09, + "S": 1.1819556888781335e-08, + "I": 4.786663225786469e-07, + "C": 2.6146046820940683e-06, + "R": 1.5281537457667582e-07, + "M": 5.983939672660199e-07, + "O": 7.059927611408057e-07, + "W": 1.1767639307436184e-08, + "N": 2.7694824211721425e-08, + "Y": 7.721574365859851e-05, + "U": 5.900764765698341e-09, + "K": 1.292561080390442e-07, + "L": 5.346122122773522e-08, + "G": 1.2056880223099142e-05, + "F": 0.0034973786678165197, + "E": 8.533792765774706e-07, + "T": 2.0618088456103578e-05, + "P": 0.020066967234015465, + "-": 0.9763201475143433 + }, + "id": "tp_21240" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2655022, + "label": "-", + "classification": { + "B": 1.9622017077836063e-07, + "S": 4.8193985691113994e-08, + "I": 4.928702423967479e-08, + "C": 3.562641381904541e-08, + "R": 3.745347143535582e-09, + "M": 1.3907786069466965e-06, + "O": 1.834123395383358e-06, + "W": 1.1416461553892532e-08, + "N": 2.2902750806963468e-09, + "Y": 2.7398709789849818e-06, + "U": 1.0249227855307907e-10, + "K": 4.81672868257732e-10, + "L": 8.993610123297913e-08, + "G": 2.7293222046864685e-06, + "F": 0.0008826936827972531, + "E": 2.1526948046357575e-07, + "T": 5.820938440592727e-06, + "P": 0.004369258880615234, + "-": 0.9947328567504883 + }, + "id": "tp_21241" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2655155, + "label": "-", + "classification": { + "B": 1.4834995454293676e-06, + "S": 4.0423014979751315e-07, + "I": 8.682024486006412e-07, + "C": 2.976490236505924e-07, + "R": 8.895268166497772e-08, + "M": 3.7886515201535076e-05, + "O": 7.421524060191587e-06, + "W": 1.1045221270933325e-07, + "N": 4.59932110175032e-08, + "Y": 0.0002201139577664435, + "U": 6.094653670629668e-09, + "K": 1.1968637636528e-07, + "L": 7.671877142456651e-07, + "G": 9.481394226895645e-05, + "F": 0.002396566793322563, + "E": 1.4564864613930695e-05, + "T": 0.00011828279821202159, + "P": 0.01179867796599865, + "-": 0.9853075742721558 + }, + "id": "tp_21242" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2655255, + "label": "-", + "classification": { + "B": 0.00044421167694963515, + "S": 5.6998454965651035e-05, + "I": 1.3944460079073906e-05, + "C": 1.3757053238805383e-05, + "R": 1.3432784726319369e-05, + "M": 0.0010142698884010315, + "O": 0.000984635204076767, + "W": 2.2326750695356168e-05, + "N": 7.088195843607537e-07, + "Y": 0.001369080157019198, + "U": 2.2771685337374947e-07, + "K": 2.70897970722217e-07, + "L": 0.00030469923513010144, + "G": 0.0028808384668082, + "F": 0.00902752298861742, + "E": 3.284333797637373e-05, + "T": 0.0005300461780279875, + "P": 0.006744538899511099, + "-": 0.9765456318855286 + }, + "id": "tp_21243" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2655389, + "label": "-", + "classification": { + "B": 0.000543922302313149, + "S": 0.000260836910456419, + "I": 5.051568223279901e-06, + "C": 4.907488801109139e-06, + "R": 2.871094920919859e-06, + "M": 0.0024345621932297945, + "O": 0.0011771124554798007, + "W": 1.6808062355266884e-05, + "N": 3.1422680990544904e-07, + "Y": 0.00025406089844182134, + "U": 2.53003769046245e-08, + "K": 5.7252627527759614e-08, + "L": 0.00038394550210796297, + "G": 0.002076957141980529, + "F": 0.01677810586988926, + "E": 4.151272514718585e-05, + "T": 0.0008239489980041981, + "P": 0.002227273304015398, + "-": 0.9729676842689514 + }, + "id": "tp_21244" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2655522, + "label": "-", + "classification": { + "B": 5.606331024421429e-11, + "S": 9.073011231208739e-10, + "I": 3.948258040509245e-07, + "C": 1.9820964780592476e-07, + "R": 2.414579469700584e-08, + "M": 1.417110070178751e-06, + "O": 2.693535918751877e-07, + "W": 1.2816636640877732e-09, + "N": 2.628820272576604e-09, + "Y": 3.811514761764556e-05, + "U": 1.165930685331773e-10, + "K": 3.746718491015599e-09, + "L": 6.3372125325145134e-09, + "G": 4.507149697019486e-06, + "F": 0.00043912421097047627, + "E": 2.0631840413898317e-07, + "T": 7.808948794263415e-06, + "P": 0.002351276343688369, + "-": 0.9971567392349243 + }, + "id": "tp_21245" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2655656, + "label": "-", + "classification": { + "B": 5.272292380453791e-09, + "S": 3.0223393565620427e-08, + "I": 9.93608750832209e-07, + "C": 6.841494837317441e-07, + "R": 1.26634375874346e-07, + "M": 3.161664426443167e-05, + "O": 2.4891501197998878e-06, + "W": 2.8633168724923053e-08, + "N": 2.0329764538473682e-08, + "Y": 0.0003091139660682529, + "U": 5.590147011957924e-09, + "K": 1.2824152406665235e-07, + "L": 1.3915415308929369e-07, + "G": 1.3532661796489265e-05, + "F": 0.0010294625535607338, + "E": 1.1650835176624241e-06, + "T": 0.00021127218496985734, + "P": 0.001938738045282662, + "-": 0.996460497379303 + }, + "id": "tp_21246" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2655756, + "label": "-", + "classification": { + "B": 7.035981752778753e-07, + "S": 5.168764616314547e-08, + "I": 2.2497185625525162e-07, + "C": 3.6271083558858663e-07, + "R": 2.6653137297216745e-07, + "M": 9.586947999196127e-05, + "O": 1.732154305500444e-05, + "W": 1.789298487153701e-08, + "N": 7.650362565669866e-10, + "Y": 6.151806155685335e-05, + "U": 1.231914847910076e-10, + "K": 1.1378570611772498e-12, + "L": 1.452155083825346e-05, + "G": 6.553280400112271e-05, + "F": 0.00014628181816078722, + "E": 1.6129216362514853e-07, + "T": 8.483802230330184e-05, + "P": 0.00040980256744660437, + "-": 0.9991025924682617 + }, + "id": "tp_21247" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2655889, + "label": "-", + "classification": { + "B": 1.9496699393828365e-11, + "S": 6.2299744356397735e-12, + "I": 4.096036287926097e-10, + "C": 2.2213257622194504e-10, + "R": 2.5603987680034024e-11, + "M": 1.0443996956155388e-07, + "O": 8.608347812355532e-09, + "W": 2.7520449027290672e-12, + "N": 4.03709834659316e-13, + "Y": 5.379696972340753e-07, + "U": 2.4069066306546018e-14, + "K": 1.3550489194797712e-14, + "L": 5.130471603109754e-10, + "G": 1.4255115843297972e-07, + "F": 5.168102688912768e-06, + "E": 3.935027026447102e-10, + "T": 5.687020347977523e-07, + "P": 0.00012099414016120136, + "-": 0.9998724460601807 + }, + "id": "tp_21248" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2656023, + "label": "-", + "classification": { + "B": 1.9375737125848502e-10, + "S": 1.0861415766783011e-08, + "I": 1.5518074860665365e-06, + "C": 7.193631859081506e-07, + "R": 1.3278811650252464e-07, + "M": 9.94194851955399e-06, + "O": 7.660092933292617e-07, + "W": 1.1944345956749203e-08, + "N": 3.2019155327134285e-08, + "Y": 0.00013206871517468244, + "U": 1.7122208095798896e-09, + "K": 8.080380808905829e-08, + "L": 2.25675549359039e-08, + "G": 3.5121488508593757e-06, + "F": 0.0008583693997934461, + "E": 1.9386905023566214e-06, + "T": 5.6922865041997284e-05, + "P": 0.004639789927750826, + "-": 0.9942941069602966 + }, + "id": "tp_21249" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2656156, + "label": "-", + "classification": { + "B": 2.777448271373828e-10, + "S": 3.4768916634675406e-09, + "I": 6.26290344030167e-08, + "C": 4.69769304345391e-07, + "R": 7.680820601763116e-08, + "M": 7.238021225930424e-06, + "O": 6.639977527811425e-07, + "W": 1.8242425348091729e-09, + "N": 6.441583377814197e-10, + "Y": 0.00012349279131740332, + "U": 7.343491786881984e-11, + "K": 1.4905401357623305e-09, + "L": 5.4051533027177356e-08, + "G": 1.064086700353073e-05, + "F": 0.0006588151445612311, + "E": 6.076933800613915e-08, + "T": 3.039513285330031e-05, + "P": 0.00035758179728873074, + "-": 0.9988104104995728 + }, + "id": "tp_21250" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2656256, + "label": "-", + "classification": { + "B": 6.245384653880137e-09, + "S": 2.269976917546046e-08, + "I": 5.29310511865333e-07, + "C": 4.250204099776056e-08, + "R": 2.286027189768447e-08, + "M": 9.877366210275795e-06, + "O": 1.0731718020906555e-06, + "W": 1.4715512364205097e-08, + "N": 6.282265818668975e-09, + "Y": 0.0003170733980368823, + "U": 6.97758628653844e-10, + "K": 8.977706578150446e-09, + "L": 7.66755405834374e-08, + "G": 8.744446859054733e-06, + "F": 0.0010501425713300705, + "E": 1.6140235175043927e-06, + "T": 8.05142626632005e-05, + "P": 0.004138273186981678, + "-": 0.9943920969963074 + }, + "id": "tp_21251" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2656390, + "label": "-", + "classification": { + "B": 6.941163377405246e-08, + "S": 5.077798803654332e-08, + "I": 1.1899469427589793e-05, + "C": 6.546900112880394e-05, + "R": 1.398010499542579e-05, + "M": 0.00043314811773598194, + "O": 2.5252418708987534e-05, + "W": 5.260413615815196e-08, + "N": 2.3132677995363338e-08, + "Y": 0.00221430417150259, + "U": 7.763654608083925e-09, + "K": 1.5299085609488117e-10, + "L": 2.8171994927106425e-05, + "G": 0.00034533694270066917, + "F": 0.0002067835594061762, + "E": 1.5317876886911108e-06, + "T": 0.0011087872553616762, + "P": 0.0023954338394105434, + "-": 0.9931496977806091 + }, + "id": "tp_21252" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2656523, + "label": "-", + "classification": { + "B": 2.8473308155696486e-09, + "S": 1.3414763744279412e-09, + "I": 8.085672789093223e-07, + "C": 9.427500202718875e-08, + "R": 1.3002388499216977e-08, + "M": 1.4489701243292075e-06, + "O": 2.5905248435265094e-07, + "W": 2.742824856127868e-09, + "N": 1.3115145414133167e-08, + "Y": 3.159216430503875e-05, + "U": 1.2411622840602377e-09, + "K": 2.2312464764695505e-08, + "L": 8.492472503007775e-09, + "G": 1.879598698906193e-06, + "F": 0.000282350170891732, + "E": 8.354138572030934e-07, + "T": 1.869659718067851e-05, + "P": 0.015235173515975475, + "-": 0.9844267964363098 + }, + "id": "tp_21253" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2656657, + "label": "-", + "classification": { + "B": 3.1778624870471006e-11, + "S": 1.9084968327920393e-10, + "I": 1.3726182146456267e-07, + "C": 8.150584562827135e-08, + "R": 1.72822822719354e-08, + "M": 2.654097670529154e-07, + "O": 5.5967579015714364e-08, + "W": 2.2252662212896013e-10, + "N": 5.710655281987442e-10, + "Y": 6.581333582289517e-05, + "U": 1.5377701889640605e-10, + "K": 7.480544517157739e-10, + "L": 3.2871390054367566e-09, + "G": 1.0039784683613107e-06, + "F": 9.500810847384855e-05, + "E": 2.6713360412600196e-08, + "T": 1.9396806237637065e-05, + "P": 0.0004772321553900838, + "-": 0.9993409514427185 + }, + "id": "tp_21254" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2656757, + "label": "-", + "classification": { + "B": 1.0398397876087984e-07, + "S": 3.339757270737209e-08, + "I": 1.5206738680717535e-05, + "C": 5.150494644112769e-07, + "R": 7.008343771985892e-08, + "M": 0.0001444684894522652, + "O": 5.157049145054771e-06, + "W": 1.5059409719242467e-08, + "N": 1.5212098247729955e-08, + "Y": 0.00019615847850218415, + "U": 4.0773207032884784e-10, + "K": 1.0149210465104641e-11, + "L": 2.059730377368396e-06, + "G": 3.270396337029524e-05, + "F": 4.303178138798103e-05, + "E": 4.9589984882913996e-06, + "T": 9.395249799126759e-05, + "P": 0.013450492173433304, + "-": 0.9860111474990845 + }, + "id": "tp_21255" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2656890, + "label": "-", + "classification": { + "B": 4.0172096760215936e-08, + "S": 3.8376322208932834e-07, + "I": 1.7926009832081036e-06, + "C": 7.760011726531957e-07, + "R": 1.2117106962250546e-07, + "M": 1.8120821323464043e-06, + "O": 2.551524630689528e-06, + "W": 1.4785813107209833e-07, + "N": 2.1603487709853653e-07, + "Y": 6.697770731989294e-05, + "U": 1.2839871388337087e-08, + "K": 1.1487950359878596e-06, + "L": 6.304631483544654e-08, + "G": 1.2667255759879481e-05, + "F": 0.005282435100525618, + "E": 8.96310757525498e-06, + "T": 4.620177060132846e-05, + "P": 0.04382326081395149, + "-": 0.9507504105567932 + }, + "id": "tp_21256" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2657024, + "label": "-", + "classification": { + "B": 2.310161367757857e-10, + "S": 1.1021036305791654e-09, + "I": 2.7163018501141778e-08, + "C": 2.982875457746559e-08, + "R": 2.821872513436574e-09, + "M": 4.7382883394675446e-07, + "O": 1.1081945672231086e-07, + "W": 7.230668286339892e-10, + "N": 1.3578775881484262e-09, + "Y": 2.1206302335485816e-05, + "U": 1.9200994960666407e-10, + "K": 8.544325424963972e-08, + "L": 2.3004624871703072e-09, + "G": 1.2491849474827177e-06, + "F": 0.0005360555951483548, + "E": 2.6969129862663976e-07, + "T": 1.0480055607331451e-05, + "P": 0.001651350175961852, + "-": 0.9977787137031555 + }, + "id": "tp_21257" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2657157, + "label": "-", + "classification": { + "B": 7.202610730061565e-11, + "S": 2.879196989331867e-13, + "I": 4.715812185196455e-10, + "C": 2.012153464681088e-11, + "R": 3.506380841060419e-13, + "M": 5.0225827941119405e-09, + "O": 1.4310810314555056e-09, + "W": 5.418661938420832e-13, + "N": 3.7173332446092944e-13, + "Y": 6.240829630854705e-09, + "U": 6.724707647150349e-15, + "K": 1.860514221391175e-16, + "L": 2.5906041201118057e-11, + "G": 6.140056019177109e-09, + "F": 2.7315098805047455e-07, + "E": 4.708513579032569e-10, + "T": 3.087486177832943e-08, + "P": 0.01057880837470293, + "-": 0.989421010017395 + }, + "id": "tp_21258" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2657257, + "label": "-", + "classification": { + "B": 7.159123924793676e-07, + "S": 1.5756074844830437e-06, + "I": 6.00534986006096e-06, + "C": 1.1990630810032599e-05, + "R": 1.8963179400088848e-06, + "M": 0.000282212597085163, + "O": 3.4748758480418473e-05, + "W": 8.255832426584675e-07, + "N": 6.597445008083014e-07, + "Y": 0.0041709765791893005, + "U": 1.0959476526295475e-07, + "K": 5.546852207771735e-06, + "L": 2.8536278477986343e-06, + "G": 0.00037507229717448354, + "F": 0.011621559038758278, + "E": 6.277976353885606e-05, + "T": 0.0009440770954824984, + "P": 0.007934259250760078, + "-": 0.9745420217514038 + }, + "id": "tp_21259" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2657391, + "label": "-", + "classification": { + "B": 3.899856918518699e-14, + "S": 7.414191195665928e-14, + "I": 8.592496714143749e-10, + "C": 6.185612438924792e-11, + "R": 1.8702745515492003e-12, + "M": 1.0662943861206031e-09, + "O": 1.897389606542177e-10, + "W": 1.4374196548750523e-13, + "N": 2.022202500936987e-12, + "Y": 7.518197975286967e-08, + "U": 3.8403033872499645e-14, + "K": 3.9419045284871945e-12, + "L": 1.2937530820961163e-12, + "G": 5.326450835951846e-09, + "F": 1.3364703590923455e-05, + "E": 6.525665563472671e-10, + "T": 5.4776176483528616e-08, + "P": 0.0024475697427988052, + "-": 0.9975390434265137 + }, + "id": "tp_21260" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2657524, + "label": "-", + "classification": { + "B": 1.1809734613843492e-11, + "S": 5.563339719460991e-12, + "I": 1.2947069194524374e-08, + "C": 2.85859669268973e-10, + "R": 2.9905227599824613e-12, + "M": 1.6894851073701034e-09, + "O": 1.0292690033608665e-09, + "W": 1.3765012567279467e-11, + "N": 2.720885183826738e-10, + "Y": 1.824500515112959e-07, + "U": 2.068840758429058e-12, + "K": 2.405868171351244e-09, + "L": 2.3830657499418484e-12, + "G": 2.1691318963235062e-08, + "F": 9.521422180114314e-05, + "E": 6.233311751202564e-07, + "T": 4.13044567437737e-08, + "P": 0.07750298827886581, + "-": 0.9224010109901428 + }, + "id": "tp_21261" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2657658, + "label": "-", + "classification": { + "B": 1.171036323466268e-10, + "S": 8.524509223506449e-13, + "I": 3.7092455773546362e-09, + "C": 6.009702457898669e-11, + "R": 1.285917813204085e-11, + "M": 1.955987016799554e-07, + "O": 2.7579074579620055e-09, + "W": 1.17946809003594e-12, + "N": 3.706340356152138e-12, + "Y": 6.36293998468318e-06, + "U": 1.2395560110029652e-13, + "K": 6.294768851132504e-13, + "L": 1.324750448228329e-10, + "G": 2.9053819616819965e-07, + "F": 9.180405868391972e-06, + "E": 6.17829840621198e-08, + "T": 1.5465601563846576e-06, + "P": 0.001807817374356091, + "-": 0.9981745481491089 + }, + "id": "tp_21262" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2657758, + "label": "-", + "classification": { + "B": 1.2383736702759052e-06, + "S": 2.6877390979507254e-08, + "I": 2.3677075944306125e-07, + "C": 5.208670827983042e-09, + "R": 1.6892413023938957e-09, + "M": 1.3728794101552921e-06, + "O": 1.978617319764453e-06, + "W": 7.907660304340425e-09, + "N": 2.5335020747974113e-09, + "Y": 1.2301793503866065e-05, + "U": 1.8770188181527203e-10, + "K": 1.067531063547733e-09, + "L": 9.378393883707759e-08, + "G": 3.068415753659792e-05, + "F": 0.000583797984290868, + "E": 8.412564511672826e-07, + "T": 7.555303000117419e-06, + "P": 0.008035065606236458, + "-": 0.991324782371521 + }, + "id": "tp_21263" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2657891, + "label": "-", + "classification": { + "B": 1.2901574919510495e-08, + "S": 3.4247902291895116e-09, + "I": 1.0376544423706946e-07, + "C": 1.3089406891708677e-08, + "R": 1.969751028951805e-09, + "M": 2.0788991150766378e-07, + "O": 3.4505356438785384e-07, + "W": 5.787797352496682e-09, + "N": 6.861587742434949e-09, + "Y": 4.804835498362081e-06, + "U": 2.4490756644901523e-10, + "K": 1.1619664341822045e-08, + "L": 3.547571347795042e-09, + "G": 5.765859896200709e-07, + "F": 0.00012399801926221699, + "E": 4.0443853777105687e-07, + "T": 4.6482741709041875e-06, + "P": 0.01705882139503956, + "-": 0.9828060269355774 + }, + "id": "tp_21264" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2658025, + "label": "-", + "classification": { + "B": 4.729179714502152e-09, + "S": 1.614402123095715e-07, + "I": 4.729955946913833e-07, + "C": 3.1138886242843e-06, + "R": 4.6837172362756974e-07, + "M": 1.5490975783905014e-05, + "O": 4.426158284331905e-06, + "W": 5.7591780233678946e-08, + "N": 2.1277138273489982e-08, + "Y": 0.0017973240464925766, + "U": 1.026233098500029e-09, + "K": 1.121995637731743e-06, + "L": 2.604212738788192e-07, + "G": 0.00013041506463196129, + "F": 0.009146630764007568, + "E": 2.4276025669678347e-06, + "T": 0.0003165100933983922, + "P": 0.000576556718442589, + "-": 0.9880043864250183 + }, + "id": "tp_21265" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2658158, + "label": "-", + "classification": { + "B": 9.777207310435188e-08, + "S": 1.203160195473174e-06, + "I": 2.812530510709621e-07, + "C": 2.0916664311698696e-07, + "R": 8.555446129321354e-08, + "M": 7.60035400162451e-05, + "O": 2.1131158064235933e-05, + "W": 1.044108728365245e-07, + "N": 3.10639869383067e-09, + "Y": 0.00012180500198155642, + "U": 1.022813361784003e-10, + "K": 7.213829533725402e-11, + "L": 4.579544565785909e-06, + "G": 1.5560974134132266e-05, + "F": 0.001131107215769589, + "E": 3.056393040878902e-07, + "T": 9.404375305166468e-05, + "P": 0.0007816766737960279, + "-": 0.9977518916130066 + }, + "id": "tp_21266" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2658258, + "label": "-", + "classification": { + "B": 2.8909635796381394e-10, + "S": 5.15794074118503e-09, + "I": 3.15918953219807e-07, + "C": 8.073025981047977e-08, + "R": 2.9717304173004777e-08, + "M": 5.089183332529501e-07, + "O": 3.6473602449405007e-07, + "W": 3.439843965225009e-09, + "N": 5.90823034940513e-09, + "Y": 2.135015165549703e-05, + "U": 6.479778380530377e-10, + "K": 2.9003983659237065e-09, + "L": 7.210652075428925e-09, + "G": 7.118562734831357e-07, + "F": 9.046911145560443e-05, + "E": 7.200705454124545e-08, + "T": 3.446746995905414e-05, + "P": 0.007545628119260073, + "-": 0.9923059344291687 + }, + "id": "tp_21267" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2658392, + "label": "-", + "classification": { + "B": 8.320286126739518e-10, + "S": 1.4180987939482748e-08, + "I": 8.87207463051709e-08, + "C": 3.034699318504863e-07, + "R": 4.663062824761255e-08, + "M": 1.1552578143891878e-05, + "O": 1.7079391909646802e-06, + "W": 7.531480328282214e-09, + "N": 4.0088754538203375e-09, + "Y": 0.00011184384493390098, + "U": 4.327991576236201e-10, + "K": 2.506046747896562e-08, + "L": 6.546076036784143e-08, + "G": 5.208212769503007e-06, + "F": 0.00031020984170027077, + "E": 6.45496243123489e-07, + "T": 8.078797691268846e-05, + "P": 0.0010060485219582915, + "-": 0.9984713196754456 + }, + "id": "tp_21268" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2658525, + "label": "-", + "classification": { + "B": 1.7705643617915712e-09, + "S": 1.8287332759214792e-10, + "I": 7.59141016715148e-09, + "C": 9.741467188462138e-09, + "R": 1.3580774282928587e-09, + "M": 7.981240628396336e-07, + "O": 2.2356965700964793e-07, + "W": 1.9137126605617283e-10, + "N": 1.7169392643734405e-11, + "Y": 1.3004183756493148e-06, + "U": 1.9371997495715165e-12, + "K": 1.3437921565426225e-13, + "L": 1.4182973018250777e-08, + "G": 4.6834620093250123e-07, + "F": 4.7088224164326675e-06, + "E": 2.0368344788579407e-09, + "T": 3.1211277473630616e-06, + "P": 0.0002616005076561123, + "-": 0.9997277855873108 + }, + "id": "tp_21269" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2658625, + "label": "-", + "classification": { + "B": 5.189025031882011e-08, + "S": 3.6062676400661076e-08, + "I": 3.048930636850855e-07, + "C": 4.085216914972989e-06, + "R": 4.498796499774471e-07, + "M": 1.8921529772342183e-05, + "O": 8.649468327348586e-06, + "W": 3.977379847697193e-08, + "N": 9.296313940865275e-09, + "Y": 0.0001543073885841295, + "U": 4.931494324011965e-09, + "K": 2.667792031729732e-08, + "L": 1.617050315871893e-06, + "G": 6.133259739726782e-05, + "F": 0.001687223557382822, + "E": 9.680171615400468e-07, + "T": 5.762027285527438e-05, + "P": 0.0023772220592945814, + "-": 0.9956271648406982 + }, + "id": "tp_21270" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2658759, + "label": "-", + "classification": { + "B": 3.805452024607803e-07, + "S": 3.0200696983229136e-06, + "I": 2.158972392862779e-06, + "C": 2.8504171041277004e-06, + "R": 5.938153435636195e-07, + "M": 7.583788101328537e-05, + "O": 1.8037468180409633e-05, + "W": 4.2732673932732723e-07, + "N": 1.8517130229156464e-07, + "Y": 0.0003499233571346849, + "U": 1.4569255135654657e-08, + "K": 7.879434633650817e-07, + "L": 2.161302290915046e-06, + "G": 9.983048221329227e-05, + "F": 0.016118794679641724, + "E": 1.7242771718883887e-05, + "T": 0.0002803702955134213, + "P": 0.008573241531848907, + "-": 0.9744541645050049 + }, + "id": "tp_21271" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2658892, + "label": "-", + "classification": { + "B": 3.0820117444818607e-06, + "S": 1.5196011190710124e-05, + "I": 3.3156513836729573e-06, + "C": 2.9840464321750915e-07, + "R": 1.767781441230909e-07, + "M": 1.4726415429322515e-05, + "O": 7.437133172061294e-05, + "W": 2.095737045237911e-06, + "N": 5.328471957000147e-07, + "Y": 2.2950918719288893e-05, + "U": 7.545940761133352e-09, + "K": 2.2838872126840215e-08, + "L": 2.1640328213834437e-06, + "G": 1.8956865460495465e-05, + "F": 0.00359301152639091, + "E": 2.3224588403536472e-06, + "T": 7.592087786179036e-05, + "P": 0.05552150309085846, + "-": 0.9406493902206421 + }, + "id": "tp_21272" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2659026, + "label": "-", + "classification": { + "B": 8.654725434098509e-07, + "S": 1.6264423265965888e-06, + "I": 5.9705565945478156e-05, + "C": 2.9780912882415578e-05, + "R": 4.222421466693049e-06, + "M": 0.00048036209773272276, + "O": 3.9160309825092554e-05, + "W": 7.237254635583668e-07, + "N": 3.8109130855445983e-06, + "Y": 0.002837579231709242, + "U": 4.445352033144445e-07, + "K": 3.7471997984539485e-06, + "L": 8.610782970208675e-06, + "G": 0.0005357952322810888, + "F": 0.00475954357534647, + "E": 0.00022681796690449119, + "T": 0.0015719293151050806, + "P": 0.0167671088129282, + "-": 0.9726679921150208 + }, + "id": "tp_21273" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2659126, + "label": "-", + "classification": { + "B": 2.4301934899995103e-06, + "S": 3.3100213840953074e-06, + "I": 0.0001911802391987294, + "C": 0.00018169969553127885, + "R": 3.773969365283847e-05, + "M": 0.0001042562143993564, + "O": 0.00011198485299246386, + "W": 3.931200808438007e-06, + "N": 1.222473929374246e-05, + "Y": 0.00044265680480748415, + "U": 1.9201086161046987e-06, + "K": 1.5209791399684036e-06, + "L": 1.5309178706957027e-05, + "G": 0.00024500503786839545, + "F": 0.0019976410549134016, + "E": 4.0364790038438514e-05, + "T": 0.0009194184094667435, + "P": 0.046306103467941284, + "-": 0.949381411075592 + }, + "id": "tp_21274" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2659259, + "label": "-", + "classification": { + "B": 4.0656987325415894e-12, + "S": 9.693405800259569e-12, + "I": 3.343327819038677e-07, + "C": 4.4824423639511224e-07, + "R": 4.0454480654261715e-08, + "M": 1.7101307037137303e-07, + "O": 1.222060586059115e-08, + "W": 5.890283399923035e-11, + "N": 3.7670302988068727e-10, + "Y": 3.172958531649783e-05, + "U": 8.646068583306743e-11, + "K": 1.386202264086478e-09, + "L": 5.23152021703055e-10, + "G": 5.839258960804727e-07, + "F": 1.538244032417424e-05, + "E": 2.6115788642755433e-08, + "T": 7.06930177329923e-06, + "P": 0.0007735902327112854, + "-": 0.9991706609725952 + }, + "id": "tp_21275" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2659393, + "label": "-", + "classification": { + "B": 8.740191681511078e-09, + "S": 2.010046573630575e-09, + "I": 1.453633160508616e-07, + "C": 6.263405794015853e-09, + "R": 2.1385448967237153e-09, + "M": 1.2864937161793932e-05, + "O": 1.2180945532236365e-06, + "W": 1.4542805848449802e-09, + "N": 3.641395796005753e-10, + "Y": 1.5669451386202127e-05, + "U": 1.8331289611261958e-11, + "K": 3.0512357506069787e-13, + "L": 1.0662915173043075e-07, + "G": 1.3911115956943831e-06, + "F": 4.625669589586323e-06, + "E": 4.209588055914537e-08, + "T": 3.703863330883905e-05, + "P": 0.0036446936428546906, + "-": 0.9962822794914246 + }, + "id": "tp_21276" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2659526, + "label": "-", + "classification": { + "B": 5.663524120791408e-07, + "S": 4.2962236079802096e-07, + "I": 8.398760655836668e-06, + "C": 8.61618218550575e-07, + "R": 5.4328079812648866e-08, + "M": 2.691979352675844e-05, + "O": 3.6651665595854865e-06, + "W": 1.1932831966987578e-07, + "N": 7.232698635561974e-07, + "Y": 0.0007948094280436635, + "U": 2.35393287084662e-08, + "K": 5.564656930800993e-06, + "L": 2.5289841687481385e-07, + "G": 0.00020008593855891377, + "F": 0.004203279037028551, + "E": 0.00034830873482860625, + "T": 0.0003964294446632266, + "P": 0.03760253265500069, + "-": 0.9564069509506226 + }, + "id": "tp_21277" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2659626, + "label": "-", + "classification": { + "B": 1.0060775545994716e-09, + "S": 1.4500813882989405e-09, + "I": 1.1633289886958664e-07, + "C": 1.32516703388319e-07, + "R": 2.850327440739875e-08, + "M": 1.3944840020485572e-06, + "O": 3.2993679610626714e-07, + "W": 1.6292108773185987e-09, + "N": 1.707000985007312e-09, + "Y": 6.691369344480336e-05, + "U": 4.744611925566744e-10, + "K": 7.837880899863592e-10, + "L": 2.5027135919231114e-08, + "G": 2.8666404432442505e-06, + "F": 0.00030890805646777153, + "E": 6.657717932512242e-08, + "T": 4.4362805056152865e-05, + "P": 0.004587961360812187, + "-": 0.9949870109558105 + }, + "id": "tp_21278" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2659760, + "label": "-", + "classification": { + "B": 1.3963860112653492e-07, + "S": 4.936971436109161e-06, + "I": 1.8875767864301451e-06, + "C": 6.204751571203815e-06, + "R": 5.236568085820181e-06, + "M": 0.0019161852542310953, + "O": 0.00025762474979273975, + "W": 1.0405734656160348e-06, + "N": 4.023682365073e-08, + "Y": 0.012550301849842072, + "U": 3.0536255746227425e-09, + "K": 5.057225749283134e-08, + "L": 4.255117892171256e-05, + "G": 0.0009835332166403532, + "F": 0.003152146702632308, + "E": 8.05993806807237e-07, + "T": 0.005165954120457172, + "P": 0.00013300497084856033, + "-": 0.9757784008979797 + }, + "id": "tp_21279" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2659893, + "label": "-", + "classification": { + "B": 1.5442710221691414e-08, + "S": 3.2350795375890584e-09, + "I": 6.127258416199766e-07, + "C": 1.997467435899125e-08, + "R": 2.11705719621591e-09, + "M": 1.994827243834152e-06, + "O": 1.5956204890699155e-07, + "W": 3.254146507813971e-09, + "N": 9.320747729191226e-09, + "Y": 4.609896495821886e-05, + "U": 3.2510369396554495e-10, + "K": 1.0540806272274494e-07, + "L": 5.418038018234483e-09, + "G": 1.3261885214888025e-05, + "F": 0.0010597894433885813, + "E": 2.227379081887193e-05, + "T": 1.5382882338599302e-05, + "P": 0.016398748382925987, + "-": 0.9824416041374207 + }, + "id": "tp_21280" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2660027, + "label": "-", + "classification": { + "B": 1.3830001080350485e-05, + "S": 6.28589396001189e-06, + "I": 6.447625764849363e-06, + "C": 6.440104243665701e-06, + "R": 2.2902754608367104e-06, + "M": 5.1392580644460395e-05, + "O": 8.487641025567427e-05, + "W": 2.2866481685923645e-06, + "N": 5.718812303712184e-07, + "Y": 0.00010745602776296437, + "U": 5.289059501478732e-08, + "K": 2.1691182894301164e-07, + "L": 1.0498337360331789e-05, + "G": 0.00015581976913381368, + "F": 0.005524519830942154, + "E": 1.4666522474726662e-05, + "T": 0.00015659786004107445, + "P": 0.013621102087199688, + "-": 0.9802345633506775 + }, + "id": "tp_21281" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2660127, + "label": "-", + "classification": { + "B": 1.712130526243527e-08, + "S": 1.6412565528867162e-08, + "I": 1.0723792343014793e-07, + "C": 1.4633850575762608e-08, + "R": 1.1954415235493343e-09, + "M": 1.8434781168252812e-06, + "O": 4.274566549611336e-07, + "W": 4.198878578165477e-09, + "N": 3.584784247223638e-09, + "Y": 1.8394890503259376e-05, + "U": 1.1255023996126212e-10, + "K": 5.946584558103041e-09, + "L": 1.5481475656997645e-08, + "G": 3.7686545510950964e-06, + "F": 0.0027530528604984283, + "E": 2.0841248442593496e-06, + "T": 9.327403859060723e-06, + "P": 0.012902247719466686, + "-": 0.984308660030365 + }, + "id": "tp_21282" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2660260, + "label": "-", + "classification": { + "B": 9.810142281851952e-12, + "S": 9.880529033834407e-11, + "I": 4.350684790210835e-08, + "C": 4.345068305156019e-09, + "R": 5.040047823534621e-10, + "M": 2.469233706392515e-08, + "O": 1.596091969702229e-08, + "W": 1.107876082540038e-10, + "N": 6.973204236260244e-10, + "Y": 1.1128106507385382e-06, + "U": 1.1531601194769703e-11, + "K": 1.7224119908121338e-09, + "L": 6.203441926810882e-11, + "G": 5.888452747626616e-08, + "F": 0.00012010960927000269, + "E": 6.084719217369638e-08, + "T": 9.733433898873045e-07, + "P": 0.015908386558294296, + "-": 0.9839693307876587 + }, + "id": "tp_21283" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2660394, + "label": "-", + "classification": { + "B": 8.989988251441663e-14, + "S": 3.2494764257845477e-13, + "I": 2.0792018773363452e-08, + "C": 1.1144938444340724e-10, + "R": 3.3023690119288185e-12, + "M": 1.630415469300317e-09, + "O": 3.8814498837247413e-10, + "W": 3.07065082996022e-13, + "N": 4.508204226594259e-11, + "Y": 1.4571125461770862e-07, + "U": 1.7450548384784215e-13, + "K": 1.1064568315385936e-12, + "L": 1.1725943566825991e-12, + "G": 4.254744556675405e-09, + "F": 6.0101859844508e-07, + "E": 3.2885960621342747e-09, + "T": 4.228605234857241e-07, + "P": 0.0286750216037035, + "-": 0.9713238477706909 + }, + "id": "tp_21284" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2660527, + "label": "-", + "classification": { + "B": 2.843443480671226e-09, + "S": 2.8896552706214607e-08, + "I": 7.79960316776851e-07, + "C": 5.428637450677343e-05, + "R": 1.4402370652533136e-05, + "M": 7.028214895399287e-05, + "O": 2.2492547941510566e-05, + "W": 5.464213614914115e-08, + "N": 1.5732494418330134e-08, + "Y": 0.0010131584713235497, + "U": 8.348709279459854e-09, + "K": 1.2829843853978673e-07, + "L": 7.613336492795497e-06, + "G": 0.0006130854599177837, + "F": 0.0018751263851299882, + "E": 7.487254833904444e-07, + "T": 0.0004043586668558419, + "P": 0.00038864900125190616, + "-": 0.9955346584320068 + }, + "id": "tp_21285" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2660627, + "label": "-", + "classification": { + "B": 2.3934624948651617e-08, + "S": 8.75834160751765e-09, + "I": 2.18083914660383e-05, + "C": 7.380361239484046e-06, + "R": 3.660373977254494e-07, + "M": 4.851513494941173e-06, + "O": 1.101994371310866e-06, + "W": 2.4099996664972423e-08, + "N": 4.629274030776287e-07, + "Y": 0.00010271453356835991, + "U": 4.8755069315120636e-08, + "K": 1.446750133027308e-07, + "L": 1.2204381505398487e-07, + "G": 1.841482298914343e-05, + "F": 0.0006578643806278706, + "E": 2.16992266359739e-05, + "T": 7.599067612318322e-05, + "P": 0.09796534478664398, + "-": 0.9011217355728149 + }, + "id": "tp_21286" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2660761, + "label": "-", + "classification": { + "B": 5.945362772763474e-06, + "S": 1.4949126807550783e-06, + "I": 2.3916536306956004e-08, + "C": 3.259980729808376e-08, + "R": 1.1853327208655173e-08, + "M": 1.2954669728060253e-05, + "O": 3.2700369047233835e-05, + "W": 1.617319611568746e-07, + "N": 2.636690199508962e-09, + "Y": 2.1728181309299543e-05, + "U": 1.5824200283454104e-10, + "K": 9.31641708223907e-11, + "L": 2.364942474741838e-06, + "G": 1.735574369376991e-05, + "F": 0.0005588606582023203, + "E": 1.582783255571485e-07, + "T": 6.44043248030357e-05, + "P": 0.0019438224844634533, + "-": 0.9973378777503967 + }, + "id": "tp_21287" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2660894, + "label": "-", + "classification": { + "B": 7.984625195181158e-14, + "S": 2.3757425944592216e-14, + "I": 1.0511720383021839e-09, + "C": 3.7028841104458365e-10, + "R": 4.298571915084537e-12, + "M": 3.5505998141616146e-09, + "O": 7.729726581029439e-11, + "W": 4.00935049591801e-14, + "N": 8.390353841390696e-13, + "Y": 6.504423026854056e-07, + "U": 5.3187143545744414e-14, + "K": 4.527482447107267e-13, + "L": 2.1611692470335786e-12, + "G": 1.4834601103075329e-08, + "F": 2.8534022931125946e-06, + "E": 9.097239628275133e-10, + "T": 1.7741990632202942e-07, + "P": 0.000596236321143806, + "-": 0.9994001388549805 + }, + "id": "tp_21288" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2661028, + "label": "-", + "classification": { + "B": 1.6926794188520944e-08, + "S": 6.581304319297487e-07, + "I": 3.164841189118306e-07, + "C": 2.0538155354188348e-07, + "R": 1.0831143093525952e-08, + "M": 5.387692908698227e-06, + "O": 4.063746473548235e-06, + "W": 6.15192874420245e-08, + "N": 3.396400316546533e-08, + "Y": 3.7676476495107636e-05, + "U": 2.967479872939549e-10, + "K": 6.511316996693495e-08, + "L": 1.226948427301977e-07, + "G": 3.0074566893745214e-05, + "F": 0.016422826796770096, + "E": 4.707783318735892e-06, + "T": 4.82568284496665e-05, + "P": 0.011211710050702095, + "-": 0.972233772277832 + }, + "id": "tp_21289" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2661128, + "label": "-", + "classification": { + "B": 0.0004055195895489305, + "S": 4.619831088348292e-05, + "I": 0.0002895313664339483, + "C": 7.553893374279141e-05, + "R": 9.775426588021219e-05, + "M": 0.0027503434102982283, + "O": 0.0014864755794405937, + "W": 4.048088158015162e-05, + "N": 8.597859959991183e-06, + "Y": 0.0017664805054664612, + "U": 1.3438891528494423e-06, + "K": 2.1090819757318968e-07, + "L": 0.0005046852165833116, + "G": 0.0027409521862864494, + "F": 0.0021622194908559322, + "E": 8.229231025325134e-05, + "T": 0.004145556595176458, + "P": 0.02445407211780548, + "-": 0.9589416980743408 + }, + "id": "tp_21290" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2661261, + "label": "-", + "classification": { + "B": 7.765335041653998e-09, + "S": 2.055970149683617e-08, + "I": 1.5374221220554318e-06, + "C": 9.891624586089165e-07, + "R": 9.369520626023586e-08, + "M": 3.417883635847829e-05, + "O": 1.546999783386127e-06, + "W": 1.012327111027389e-08, + "N": 4.262300024038268e-08, + "Y": 0.00023908884031698108, + "U": 5.89958304431093e-09, + "K": 9.191190031287988e-08, + "L": 3.1528966815130843e-07, + "G": 6.0976170061621815e-05, + "F": 0.005644976161420345, + "E": 1.2895040526927914e-05, + "T": 0.00014140858547762036, + "P": 0.015125283971428871, + "-": 0.9787365198135376 + }, + "id": "tp_21291" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2661395, + "label": "-", + "classification": { + "B": 9.223988683970674e-08, + "S": 5.922366952404445e-08, + "I": 3.595389159727347e-07, + "C": 4.757555132073321e-07, + "R": 6.652108197613416e-08, + "M": 9.392980246047955e-06, + "O": 6.517829206131864e-06, + "W": 3.954239602421694e-08, + "N": 8.02309774172727e-09, + "Y": 4.157163493800908e-05, + "U": 1.5087063820473645e-09, + "K": 2.5298143579988164e-09, + "L": 4.796959842678916e-07, + "G": 1.785329368431121e-05, + "F": 0.0006416183896362782, + "E": 1.0488490715943044e-06, + "T": 1.8715960322879255e-05, + "P": 0.003944366704672575, + "-": 0.9953173398971558 + }, + "id": "tp_21292" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2661528, + "label": "-", + "classification": { + "B": 3.1260664629800816e-12, + "S": 1.6434109932281227e-12, + "I": 3.3140736821479777e-09, + "C": 7.181045341697612e-11, + "R": 3.1561181619566003e-12, + "M": 5.823204141108818e-10, + "O": 6.950638398173226e-10, + "W": 1.6957725371483101e-12, + "N": 1.795232018597659e-11, + "Y": 8.819348806810012e-08, + "U": 1.7328430628339025e-13, + "K": 3.2119321308546334e-13, + "L": 3.5261862874058636e-12, + "G": 4.139831588645393e-09, + "F": 2.0966776901332196e-06, + "E": 1.153035222856147e-09, + "T": 1.679265153597953e-07, + "P": 0.04151208698749542, + "-": 0.9584856629371643 + }, + "id": "tp_21293" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2661628, + "label": "-", + "classification": { + "B": 4.2324416194006176e-10, + "S": 9.70772573438694e-10, + "I": 4.008819942669106e-08, + "C": 9.870978345816184e-08, + "R": 2.1456315835166606e-08, + "M": 6.46495800538105e-06, + "O": 7.066351486173517e-07, + "W": 3.670244108633369e-10, + "N": 5.741944766879392e-11, + "Y": 6.50569490971975e-05, + "U": 7.090892543276661e-12, + "K": 3.832976904621921e-12, + "L": 1.825652304887626e-07, + "G": 1.607020021765493e-05, + "F": 0.00018152091070078313, + "E": 3.463995312813495e-08, + "T": 2.501356357242912e-05, + "P": 0.00015399765106849372, + "-": 0.9995507597923279 + }, + "id": "tp_21294" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2661762, + "label": "-", + "classification": { + "B": 3.432100714739761e-10, + "S": 8.391292105613957e-10, + "I": 1.638008129134505e-08, + "C": 1.0644946257798438e-08, + "R": 1.4162366834824525e-09, + "M": 1.3579875712821377e-06, + "O": 5.9214301018073456e-08, + "W": 1.8652641931016234e-10, + "N": 1.7193946266758076e-10, + "Y": 3.503017433104105e-05, + "U": 1.0600274998051606e-11, + "K": 2.5104229806061085e-10, + "L": 3.6893355037648234e-09, + "G": 1.722726779007644e-06, + "F": 0.0003178600745741278, + "E": 5.7636771799707276e-08, + "T": 1.7860702428151853e-05, + "P": 0.000986442668363452, + "-": 0.9986395239830017 + }, + "id": "tp_21295" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2661895, + "label": "-", + "classification": { + "B": 2.035079660345218e-08, + "S": 2.4207441384760386e-08, + "I": 2.056757466561976e-07, + "C": 4.474518391361926e-06, + "R": 9.079644200937764e-07, + "M": 4.0106797314365394e-06, + "O": 1.4853504808343132e-06, + "W": 1.2813218042140306e-08, + "N": 5.466321173486222e-09, + "Y": 0.0001670794008532539, + "U": 1.9429300390783055e-09, + "K": 9.884569607265803e-09, + "L": 2.1976680386615044e-07, + "G": 1.9455801520962268e-05, + "F": 0.0008789700223132968, + "E": 3.9527174067188753e-07, + "T": 3.3255142625421286e-05, + "P": 0.0015009645139798522, + "-": 0.9973885416984558 + }, + "id": "tp_21296" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2662029, + "label": "-", + "classification": { + "B": 1.0205245644101524e-06, + "S": 1.4735746844962705e-06, + "I": 4.360404273029417e-05, + "C": 0.0004092763701919466, + "R": 0.00010437506716698408, + "M": 0.0008818265632726252, + "O": 0.00016663364658597857, + "W": 2.3483717086492106e-06, + "N": 1.4565264336852124e-06, + "Y": 0.010181207209825516, + "U": 6.176350098030525e-07, + "K": 6.612721108467667e-07, + "L": 7.15954156476073e-05, + "G": 0.001024834462441504, + "F": 0.003069470403715968, + "E": 3.117048981948756e-05, + "T": 0.003433384234085679, + "P": 0.0034150416031479836, + "-": 0.9771600365638733 + }, + "id": "tp_21297" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2662129, + "label": "-", + "classification": { + "B": 2.7451565326463978e-11, + "S": 1.2196815779574877e-10, + "I": 1.5401567824910312e-12, + "C": 2.1497545497212167e-12, + "R": 2.459835503690333e-12, + "M": 6.605866786912884e-08, + "O": 2.6000279262916592e-08, + "W": 6.573539022142194e-12, + "N": 6.730622054704552e-15, + "Y": 2.4051294644777954e-07, + "U": 1.308603170130238e-16, + "K": 7.237197732106512e-16, + "L": 5.779288714258257e-10, + "G": 2.1267569039196133e-08, + "F": 5.315478483680636e-05, + "E": 5.026493977988711e-12, + "T": 2.4357089500881557e-07, + "P": 5.483621407620376e-06, + "-": 0.9999407529830933 + }, + "id": "tp_21298" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2662262, + "label": "-", + "classification": { + "B": 9.394566014009342e-09, + "S": 1.923386783175829e-08, + "I": 3.17517212522489e-08, + "C": 1.073222666292395e-08, + "R": 1.4219727617614808e-09, + "M": 6.446577458518732e-07, + "O": 2.6062753022415563e-07, + "W": 1.2719353348344953e-09, + "N": 7.773582888503938e-10, + "Y": 5.723125923395855e-06, + "U": 1.6272101721614973e-11, + "K": 3.6993408336627454e-10, + "L": 1.4013971316728657e-08, + "G": 1.6748504094721284e-06, + "F": 0.001687453011982143, + "E": 2.617197196741472e-07, + "T": 5.899331881664693e-06, + "P": 0.0021996176801621914, + "-": 0.9960983991622925 + }, + "id": "tp_21299" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2662396, + "label": "-", + "classification": { + "B": 7.287152548052234e-10, + "S": 2.9083091490633706e-10, + "I": 7.075730081851361e-07, + "C": 8.373822879548243e-07, + "R": 1.727781295812747e-08, + "M": 3.48240791936405e-06, + "O": 2.5109039825110813e-07, + "W": 4.096838979172901e-10, + "N": 2.7587900852665825e-09, + "Y": 3.44230757036712e-05, + "U": 2.4168697598803135e-10, + "K": 6.81110307043653e-11, + "L": 2.128132159384677e-08, + "G": 5.026311555411667e-06, + "F": 1.276085549761774e-05, + "E": 2.0304115366798214e-07, + "T": 3.943841147702187e-05, + "P": 0.0017972957575693727, + "-": 0.998105525970459 + }, + "id": "tp_21300" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2662529, + "label": "-", + "classification": { + "B": 9.995774208348962e-10, + "S": 1.4281218430056697e-09, + "I": 3.1769658903613163e-07, + "C": 1.1036418356979993e-07, + "R": 1.0116480098076863e-08, + "M": 1.294089202019677e-06, + "O": 1.5346329007570603e-07, + "W": 9.093499286905171e-10, + "N": 6.518174888725525e-09, + "Y": 6.048759678378701e-05, + "U": 2.413686472912957e-10, + "K": 7.686768555004164e-08, + "L": 4.072284287559569e-09, + "G": 6.814433163526701e-06, + "F": 0.0010279316920787096, + "E": 2.366105945839081e-06, + "T": 1.0963050044665579e-05, + "P": 0.005884350743144751, + "-": 0.993005096912384 + }, + "id": "tp_21301" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2662629, + "label": "-", + "classification": { + "B": 1.0031365738072395e-09, + "S": 1.503028368432524e-09, + "I": 3.2884511256270343e-06, + "C": 4.6031766487431014e-07, + "R": 1.1921565601369366e-07, + "M": 2.983206968565355e-06, + "O": 5.301554892866989e-07, + "W": 7.812349878122404e-09, + "N": 2.3812750882257205e-08, + "Y": 4.420284676598385e-05, + "U": 3.227614175926874e-09, + "K": 8.452552435755933e-08, + "L": 1.7443591460164498e-08, + "G": 3.447303015491343e-06, + "F": 0.0001465669774916023, + "E": 7.302775202333578e-07, + "T": 3.525193460518494e-05, + "P": 0.007149998098611832, + "-": 0.9926122426986694 + }, + "id": "tp_21302" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2662763, + "label": "-", + "classification": { + "B": 6.029940435858805e-10, + "S": 5.4341917632427794e-09, + "I": 8.140843021919864e-08, + "C": 2.8319147915567555e-08, + "R": 5.144086490105337e-09, + "M": 4.855018232774455e-06, + "O": 8.184260877897032e-07, + "W": 1.5788781393411e-09, + "N": 1.4655193725232607e-09, + "Y": 4.15182403230574e-05, + "U": 7.585599509640772e-11, + "K": 1.1869037697120888e-10, + "L": 4.3161861640328425e-08, + "G": 3.663648840301903e-06, + "F": 0.0003353379725012928, + "E": 2.0545708423469478e-07, + "T": 2.2615548004978336e-05, + "P": 0.0038875574246048927, + "-": 0.9957031607627869 + }, + "id": "tp_21303" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2662896, + "label": "-", + "classification": { + "B": 5.4217371143749915e-06, + "S": 3.5118250707455445e-06, + "I": 0.0003366879827808589, + "C": 3.405506504350342e-05, + "R": 8.773130502959248e-06, + "M": 0.0003018983989022672, + "O": 6.298247171798721e-05, + "W": 2.78446941592847e-06, + "N": 1.867886930995155e-05, + "Y": 0.0032654490787535906, + "U": 1.51951780935633e-06, + "K": 4.391627953737043e-06, + "L": 1.067092853190843e-05, + "G": 0.0005126383039169014, + "F": 0.002368421293795109, + "E": 0.0002710564876906574, + "T": 0.002240809379145503, + "P": 0.0673518180847168, + "-": 0.923198401927948 + }, + "id": "tp_21304" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2663030, + "label": "-", + "classification": { + "B": 2.9860314221252793e-09, + "S": 2.699066214972845e-08, + "I": 1.7896501276482013e-06, + "C": 8.543623835066683e-07, + "R": 5.625465604452984e-08, + "M": 9.716272870718967e-06, + "O": 1.995117145270342e-06, + "W": 8.021790343093471e-09, + "N": 4.690598132128798e-08, + "Y": 8.40537904878147e-05, + "U": 2.9812112778415667e-09, + "K": 2.5977964668300046e-08, + "L": 1.1888617024169434e-07, + "G": 1.4138589904177934e-05, + "F": 0.0005972833023406565, + "E": 1.7473545312896022e-06, + "T": 0.00010038549226010218, + "P": 0.004630170296877623, + "-": 0.9945574998855591 + }, + "id": "tp_21305" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2663130, + "label": "-", + "classification": { + "B": 3.078458440854831e-13, + "S": 9.773440737270711e-12, + "I": 2.651774799744544e-08, + "C": 7.358692821757273e-11, + "R": 1.8669569362694816e-11, + "M": 1.4038191720189275e-09, + "O": 4.0113929955509775e-09, + "W": 1.2457434389601119e-11, + "N": 1.5037265876927108e-10, + "Y": 1.64126547019805e-07, + "U": 1.030480496939934e-12, + "K": 8.403069039208955e-12, + "L": 1.5463068325782814e-11, + "G": 6.373698013817375e-09, + "F": 1.577530383656267e-05, + "E": 2.1659909421600787e-09, + "T": 6.436866328840551e-07, + "P": 0.025221478193998337, + "-": 0.9747617840766907 + }, + "id": "tp_21306" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2663263, + "label": "-", + "classification": { + "B": 3.199438769474483e-10, + "S": 1.932822651928845e-10, + "I": 1.5725685642564713e-08, + "C": 1.3707392998441037e-09, + "R": 1.4092717270930422e-10, + "M": 1.2003590654785512e-07, + "O": 1.3853829194943046e-08, + "W": 1.08173650592569e-10, + "N": 2.1388113502496253e-10, + "Y": 5.168552434042795e-06, + "U": 3.757150840444368e-12, + "K": 5.411048498160653e-09, + "L": 1.185027076466838e-10, + "G": 1.208592152579513e-06, + "F": 0.00039593479596078396, + "E": 3.8644955679956183e-07, + "T": 1.6186994571398827e-06, + "P": 0.005705575924366713, + "-": 0.9938899278640747 + }, + "id": "tp_21307" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2663397, + "label": "-", + "classification": { + "B": 4.104209194721875e-10, + "S": 4.077090665077776e-09, + "I": 3.813701709987072e-08, + "C": 2.6349997739316677e-09, + "R": 1.1200661509391807e-09, + "M": 8.134155109473795e-07, + "O": 2.7718678552446363e-07, + "W": 1.1356146023544511e-09, + "N": 5.884909781705971e-10, + "Y": 1.864543264673557e-05, + "U": 1.7926124126765863e-11, + "K": 9.982040194422837e-11, + "L": 5.177434481140608e-09, + "G": 7.346592951762432e-07, + "F": 5.5455417168559507e-05, + "E": 2.6084187254582503e-08, + "T": 3.237809505662881e-05, + "P": 0.0013703688746318221, + "-": 0.9985213875770569 + }, + "id": "tp_21308" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2663530, + "label": "-", + "classification": { + "B": 1.4165468797955327e-08, + "S": 3.122403882116487e-07, + "I": 2.1807966277265223e-06, + "C": 1.0143527106265537e-05, + "R": 1.819689146032033e-06, + "M": 0.00046068179653957486, + "O": 1.534690090920776e-05, + "W": 7.680437619228542e-08, + "N": 3.745410737110433e-08, + "Y": 0.0018137068254873157, + "U": 2.9490263564468933e-09, + "K": 6.310204980763956e-08, + "L": 7.765913323964924e-06, + "G": 0.0005046864971518517, + "F": 0.01050333958119154, + "E": 9.658200724516064e-06, + "T": 0.001317383605055511, + "P": 0.0008996889810077846, + "-": 0.9844529032707214 + }, + "id": "tp_21309" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2663630, + "label": "-", + "classification": { + "B": 3.151895043629338e-06, + "S": 2.771103027043864e-06, + "I": 5.3830186516279355e-05, + "C": 9.253876669390593e-06, + "R": 3.251242787882802e-06, + "M": 0.00021177902817726135, + "O": 8.025456190807745e-05, + "W": 1.8809232642524876e-06, + "N": 2.7236280857323436e-06, + "Y": 0.001002567121759057, + "U": 2.991099279370246e-07, + "K": 2.572353139385086e-07, + "L": 8.864840310707223e-06, + "G": 0.0001652933278819546, + "F": 0.0012366115115582943, + "E": 1.9042998246732168e-05, + "T": 0.002330654999241233, + "P": 0.034760747104883194, + "-": 0.960106611251831 + }, + "id": "tp_21310" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2663764, + "label": "-", + "classification": { + "B": 4.827495824963335e-13, + "S": 1.0156086312652218e-13, + "I": 3.0657606231443424e-08, + "C": 2.0116121268731746e-10, + "R": 2.125165928651418e-12, + "M": 6.995871104642504e-10, + "O": 3.761650158029539e-10, + "W": 1.3738012463737626e-13, + "N": 8.078434622638131e-12, + "Y": 3.97845001387509e-09, + "U": 8.925775700149852e-15, + "K": 3.454106391185451e-16, + "L": 6.111557006999169e-12, + "G": 4.1299168529462804e-09, + "F": 3.208600958259922e-07, + "E": 1.5204392189716032e-09, + "T": 9.003516154848512e-09, + "P": 0.06960110366344452, + "-": 0.9303985238075256 + }, + "id": "tp_21311" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2663897, + "label": "-", + "classification": { + "B": 1.4093196609721304e-09, + "S": 1.8061023787652175e-09, + "I": 7.681255169700307e-07, + "C": 1.1625402294157539e-06, + "R": 5.787527967981987e-08, + "M": 1.0072565146401757e-06, + "O": 1.5659863095152105e-07, + "W": 1.4121719349446948e-09, + "N": 1.3255308850546044e-08, + "Y": 9.72256384557113e-05, + "U": 9.022415592419009e-10, + "K": 4.2232525032659396e-08, + "L": 7.590600148432713e-09, + "G": 1.1938838724745438e-05, + "F": 0.0005132745136506855, + "E": 2.0010511434520595e-06, + "T": 1.674164377618581e-05, + "P": 0.006127931177616119, + "-": 0.9932277798652649 + }, + "id": "tp_21312" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2664031, + "label": "-", + "classification": { + "B": 1.6990828299867644e-08, + "S": 4.4743956095771864e-08, + "I": 0.00012463067832868546, + "C": 4.27686813964101e-07, + "R": 4.4485265249250006e-08, + "M": 7.86830423749052e-06, + "O": 8.935734854276234e-07, + "W": 4.64951277479031e-08, + "N": 6.846618816780392e-06, + "Y": 0.00022812576207797974, + "U": 1.1519770026779952e-08, + "K": 1.6349125871784054e-05, + "L": 9.784536736390237e-09, + "G": 1.0532117812545039e-05, + "F": 0.0014225943014025688, + "E": 0.00043571210699155927, + "T": 5.082211282569915e-05, + "P": 0.3886741101741791, + "-": 0.6090209484100342 + }, + "id": "tp_21313" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2664131, + "label": "-", + "classification": { + "B": 2.079919569908384e-09, + "S": 1.4227802935806722e-08, + "I": 3.9559063225169666e-07, + "C": 1.8950141011941923e-08, + "R": 3.786075897238561e-09, + "M": 3.472823209449416e-06, + "O": 6.433255066440324e-07, + "W": 1.7318750877848288e-09, + "N": 3.8065461893666e-09, + "Y": 6.358585233101621e-05, + "U": 6.028171711802699e-11, + "K": 2.0050165694396327e-10, + "L": 2.9469251927594087e-08, + "G": 6.376015335263219e-06, + "F": 0.00031260077957995236, + "E": 4.7483010234827816e-07, + "T": 3.0624785722466186e-05, + "P": 0.009504196234047413, + "-": 0.9900776147842407 + }, + "id": "tp_21314" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2664264, + "label": "-", + "classification": { + "B": 3.407438597946566e-08, + "S": 3.329184750100467e-08, + "I": 2.483209300407907e-06, + "C": 1.9761350813496392e-06, + "R": 1.8128768886072066e-07, + "M": 7.29662315279711e-06, + "O": 2.218233476014575e-06, + "W": 5.512135814456087e-08, + "N": 1.0018094798169841e-07, + "Y": 0.0001439440093236044, + "U": 1.3766428885730875e-08, + "K": 2.9655018352059415e-07, + "L": 1.9244235716087132e-07, + "G": 2.3977516320883296e-05, + "F": 0.0016638148808851838, + "E": 5.82867596676806e-06, + "T": 4.6524110075552016e-05, + "P": 0.018948080018162727, + "-": 0.9791530966758728 + }, + "id": "tp_21315" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2664398, + "label": "-", + "classification": { + "B": 1.0597092092723415e-09, + "S": 2.939667176349303e-09, + "I": 3.54547950109918e-07, + "C": 5.726860194954497e-07, + "R": 9.041769288842261e-08, + "M": 1.0051758181361947e-06, + "O": 6.294682748375635e-07, + "W": 4.009214293887453e-09, + "N": 4.456651936379785e-09, + "Y": 1.2218403753649909e-05, + "U": 4.777904738517691e-10, + "K": 4.683418652895455e-10, + "L": 4.776415707397064e-08, + "G": 2.4069192932074657e-06, + "F": 0.00029604375595226884, + "E": 7.868086981943634e-08, + "T": 2.3377337129204534e-05, + "P": 0.005868884734809399, + "-": 0.9937942028045654 + }, + "id": "tp_21316" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2664531, + "label": "-", + "classification": { + "B": 1.6031577843023115e-06, + "S": 9.027503438119311e-07, + "I": 1.7879427105071954e-05, + "C": 1.7983262296183966e-05, + "R": 6.937649686733494e-06, + "M": 0.00031706824665889144, + "O": 7.844450738048181e-05, + "W": 1.2348103837211966e-06, + "N": 4.154859709615266e-07, + "Y": 0.0006753902416676283, + "U": 1.0867393029911909e-07, + "K": 4.880170578758225e-08, + "L": 1.5534893464064226e-05, + "G": 0.00019697920652106404, + "F": 0.0011125145247206092, + "E": 1.5779471141286194e-05, + "T": 0.0006208670674823225, + "P": 0.011510742828249931, + "-": 0.9854096174240112 + }, + "id": "tp_21317" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2664631, + "label": "-", + "classification": { + "B": 5.018524658340073e-12, + "S": 7.723516270985442e-11, + "I": 2.190979619953737e-09, + "C": 2.052205960723086e-09, + "R": 1.070313768170017e-10, + "M": 9.535860989728917e-09, + "O": 6.220721271432694e-09, + "W": 4.2120376630983e-11, + "N": 7.982164929032365e-11, + "Y": 1.8234856042909087e-06, + "U": 3.4523044145640114e-12, + "K": 7.39986827369421e-09, + "L": 5.2195574251623356e-11, + "G": 1.679095902318295e-07, + "F": 0.001814912655390799, + "E": 2.3699730178350364e-08, + "T": 7.126911896193633e-07, + "P": 0.002808317542076111, + "-": 0.9953740239143372 + }, + "id": "tp_21318" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2664765, + "label": "-", + "classification": { + "B": 5.51649925739639e-08, + "S": 9.090140906664601e-08, + "I": 3.0411374041250383e-07, + "C": 3.031233518413501e-06, + "R": 4.784006932823104e-07, + "M": 1.1417150744819082e-05, + "O": 5.365321612771368e-06, + "W": 5.135454372862114e-08, + "N": 7.212510144682938e-09, + "Y": 0.00023012910969555378, + "U": 7.277065616762002e-10, + "K": 2.5973642792109786e-08, + "L": 7.153080332500394e-07, + "G": 0.00011584515596041456, + "F": 0.005198711529374123, + "E": 1.7254210433748085e-06, + "T": 4.486262332648039e-05, + "P": 0.0015641744248569012, + "-": 0.9928228855133057 + }, + "id": "tp_21319" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2664898, + "label": "-", + "classification": { + "B": 1.2184237903056783e-06, + "S": 2.6058614821522497e-06, + "I": 5.003645128454082e-05, + "C": 1.6395613783970475e-05, + "R": 1.1764691407734063e-05, + "M": 0.000779465539380908, + "O": 0.0002443644334562123, + "W": 1.5080777302500792e-06, + "N": 2.259546590721584e-06, + "Y": 0.001406025723554194, + "U": 2.262782317075107e-07, + "K": 4.978885215223272e-08, + "L": 4.095599797437899e-05, + "G": 0.00035855057649314404, + "F": 0.0008300316403619945, + "E": 2.9579900001408532e-05, + "T": 0.0034026149660348892, + "P": 0.01657511480152607, + "-": 0.9762471914291382 + }, + "id": "tp_21320" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2665032, + "label": "-", + "classification": { + "B": 3.4152449757129943e-08, + "S": 1.0776231107456624e-07, + "I": 1.8738288645181456e-06, + "C": 2.41503948927857e-06, + "R": 7.823724104127905e-07, + "M": 8.282087947009131e-05, + "O": 8.091409654298332e-06, + "W": 6.935663776630463e-08, + "N": 2.825732359212907e-08, + "Y": 0.00027272553415969014, + "U": 4.841944623024119e-09, + "K": 1.9425723252197713e-09, + "L": 1.7905300637721666e-06, + "G": 2.592386408650782e-05, + "F": 0.0008050769101828337, + "E": 1.2435600638127653e-06, + "T": 0.0003435002872720361, + "P": 0.002548725577071309, + "-": 0.9959047436714172 + }, + "id": "tp_21321" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2665132, + "label": "-", + "classification": { + "B": 0.00017714264686219394, + "S": 4.5957978727528825e-05, + "I": 0.00045436611981131136, + "C": 0.00013502250658348203, + "R": 5.001877434551716e-05, + "M": 0.0018402680289000273, + "O": 0.0012445304309949279, + "W": 3.414603270357475e-05, + "N": 2.3065571440383792e-05, + "Y": 0.0009010359062813222, + "U": 4.035235178889707e-06, + "K": 1.5011586640412133e-07, + "L": 0.00047046743566170335, + "G": 0.001504777348600328, + "F": 0.0009755398496054113, + "E": 9.606384992366657e-05, + "T": 0.005626793950796127, + "P": 0.06220755726099014, + "-": 0.9242089986801147 + }, + "id": "tp_21322" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2665265, + "label": "-", + "classification": { + "B": 2.0108090836856718e-07, + "S": 4.1660658922637595e-08, + "I": 1.498209257988492e-05, + "C": 6.417588451768097e-07, + "R": 2.6935106589576208e-08, + "M": 1.436837192159146e-05, + "O": 1.658685164329654e-06, + "W": 1.711032027174042e-08, + "N": 4.745355965951603e-07, + "Y": 6.301215034909546e-05, + "U": 7.351299569080538e-09, + "K": 4.8094936033749036e-08, + "L": 1.4506511547551781e-07, + "G": 6.720388773828745e-05, + "F": 0.00040316334343515337, + "E": 0.00016968688578344882, + "T": 4.3122323404531926e-05, + "P": 0.20024898648262024, + "-": 0.7989722490310669 + }, + "id": "tp_21323" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2665399, + "label": "-", + "classification": { + "B": 4.6693267308217656e-11, + "S": 5.262209001877238e-10, + "I": 4.4430029788600223e-07, + "C": 7.457646944430962e-08, + "R": 3.2927580662089895e-08, + "M": 3.7104804505361244e-05, + "O": 3.9110059901759087e-07, + "W": 3.6574843154113523e-10, + "N": 4.844945555859681e-10, + "Y": 0.0010193220805376768, + "U": 5.589816803874825e-11, + "K": 1.5403650577283656e-11, + "L": 8.158410480518796e-08, + "G": 9.003158083942253e-06, + "F": 4.34078901889734e-05, + "E": 2.3606052224067753e-08, + "T": 0.0008151824004016817, + "P": 0.0001925775286508724, + "-": 0.9978823065757751 + }, + "id": "tp_21324" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2665532, + "label": "-", + "classification": { + "B": 1.5539541875497775e-09, + "S": 1.1914261799361725e-09, + "I": 1.1742402605818825e-08, + "C": 3.9214067548698495e-09, + "R": 1.0046927734208566e-09, + "M": 9.423075084669108e-07, + "O": 1.0487251245194784e-07, + "W": 3.9018574482518886e-10, + "N": 1.525717885364486e-10, + "Y": 2.5701869162730873e-05, + "U": 8.952102947823448e-12, + "K": 6.598984692018917e-10, + "L": 6.099959648508957e-09, + "G": 2.534352461225353e-06, + "F": 0.0003699440567288548, + "E": 1.7101699256727443e-07, + "T": 1.1151757462357637e-05, + "P": 0.0004282550362404436, + "-": 0.9991611242294312 + }, + "id": "tp_21325" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2665632, + "label": "-", + "classification": { + "B": 9.820023842621595e-05, + "S": 0.0001196410958073102, + "I": 0.0006375812808983028, + "C": 0.0001839132746681571, + "R": 0.00011989432823611423, + "M": 0.003385852323845029, + "O": 0.0007010261178947985, + "W": 4.444284058990888e-05, + "N": 5.5222888477146626e-05, + "Y": 0.022211087867617607, + "U": 1.3312041119206697e-05, + "K": 2.524021329008974e-05, + "L": 0.00037734609213657677, + "G": 0.005143864545971155, + "F": 0.042040154337882996, + "E": 0.0012330214958637953, + "T": 0.010495820082724094, + "P": 0.05339523032307625, + "-": 0.8597192168235779 + }, + "id": "tp_21326" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2665766, + "label": "P", + "classification": { + "B": 6.446988436437096e-07, + "S": 3.831544745480642e-06, + "I": 0.00038683190359734, + "C": 3.9112882177505526e-07, + "R": 1.2227265244746377e-07, + "M": 4.207472375128418e-05, + "O": 1.33374360302696e-05, + "W": 4.7372608946716355e-07, + "N": 1.183487711386988e-05, + "Y": 4.241483111400157e-05, + "U": 2.7940602720377683e-08, + "K": 7.361565224073274e-08, + "L": 9.047358275893203e-07, + "G": 2.180758565373253e-05, + "F": 0.0005725991795770824, + "E": 0.00036639286554418504, + "T": 9.74007707554847e-05, + "P": 0.6463457942008972, + "-": 0.35209307074546814 + }, + "id": "tp_21327" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2665899, + "label": "-", + "classification": { + "B": 2.596219461636906e-09, + "S": 1.5828622679237014e-07, + "I": 3.0190407414920628e-05, + "C": 5.354731001716573e-06, + "R": 1.3750762946074246e-06, + "M": 0.00015867792535573244, + "O": 6.399136964319041e-06, + "W": 6.347455183686179e-08, + "N": 3.2209655387305247e-07, + "Y": 0.02522302232682705, + "U": 7.831208459485595e-10, + "K": 1.307976617681561e-06, + "L": 1.8844266946871358e-07, + "G": 0.00028062419733032584, + "F": 0.0064614578150212765, + "E": 5.9301190049154684e-05, + "T": 0.0024071659427136183, + "P": 0.0012335836654528975, + "-": 0.9641308188438416 + }, + "id": "tp_21328" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2666033, + "label": "-", + "classification": { + "B": 7.642332988666567e-09, + "S": 3.3045779446183587e-09, + "I": 8.405232620134484e-06, + "C": 2.3546296290533064e-07, + "R": 1.8441758342646608e-08, + "M": 4.940295639244141e-06, + "O": 4.0893706909628236e-07, + "W": 2.734261261849724e-09, + "N": 5.9017342124434435e-08, + "Y": 0.00013300532009452581, + "U": 1.7767319837602713e-09, + "K": 9.322914884535294e-09, + "L": 3.352658595190405e-08, + "G": 2.7522268283064477e-05, + "F": 0.0003065112978219986, + "E": 2.442010008962825e-05, + "T": 5.509676702786237e-05, + "P": 0.05828582122921944, + "-": 0.9411534667015076 + }, + "id": "tp_21329" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2666133, + "label": "-", + "classification": { + "B": 8.021198283358899e-08, + "S": 2.5914533807736007e-07, + "I": 5.664404397975886e-06, + "C": 0.0001440287596778944, + "R": 2.0083782146684825e-05, + "M": 0.00011413003812776878, + "O": 1.0447129170643166e-05, + "W": 9.976736947692189e-08, + "N": 9.779030563095148e-08, + "Y": 0.002165114739909768, + "U": 4.369384143387833e-08, + "K": 1.7422470932615397e-07, + "L": 1.1464104318292812e-05, + "G": 0.000866522139403969, + "F": 0.02209586650133133, + "E": 1.2911164958495647e-05, + "T": 0.0005075617809779942, + "P": 0.0033787747379392385, + "-": 0.9706666469573975 + }, + "id": "tp_21330" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2666266, + "label": "-", + "classification": { + "B": 3.070280418793203e-10, + "S": 1.6991545948030762e-09, + "I": 4.02599539484072e-07, + "C": 1.1887502893159763e-07, + "R": 1.052463005635218e-08, + "M": 7.808451982782572e-07, + "O": 1.7980964628350193e-07, + "W": 1.7193607648735565e-09, + "N": 1.0020591467707618e-08, + "Y": 0.00010555188055150211, + "U": 9.01211827386561e-10, + "K": 2.435568262626475e-07, + "L": 5.400674574218556e-09, + "G": 1.4927016309229657e-05, + "F": 0.0012167574604973197, + "E": 1.5986586276994785e-06, + "T": 2.36831638176227e-05, + "P": 0.007768718525767326, + "-": 0.9908668994903564 + }, + "id": "tp_21331" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2666400, + "label": "-", + "classification": { + "B": 2.417037273452771e-12, + "S": 1.9798779857336385e-13, + "I": 7.00005529097325e-08, + "C": 3.7221997928327255e-08, + "R": 1.6110915934675063e-09, + "M": 4.262438935143109e-08, + "O": 2.1880421918751836e-09, + "W": 7.977904361439192e-13, + "N": 2.279827888973518e-11, + "Y": 2.925663284258917e-05, + "U": 3.2184944813440364e-12, + "K": 2.307840333767852e-12, + "L": 1.937269650253981e-10, + "G": 6.232058353816683e-07, + "F": 2.032868678725208e-06, + "E": 8.3511775272882e-09, + "T": 5.438464540929999e-06, + "P": 0.00023005892580840737, + "-": 0.9997323155403137 + }, + "id": "tp_21332" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2666533, + "label": "-", + "classification": { + "B": 7.326849349453823e-09, + "S": 1.2864786569366515e-08, + "I": 4.363138941698708e-06, + "C": 6.775556471438904e-07, + "R": 1.1651959397340761e-07, + "M": 1.2503946891229134e-05, + "O": 7.560394692518457e-07, + "W": 9.38293354124653e-09, + "N": 5.071466446793238e-08, + "Y": 0.00040571772842667997, + "U": 4.980596823855876e-09, + "K": 2.0106263320940343e-07, + "L": 6.371742244937195e-08, + "G": 2.8199398002470843e-05, + "F": 0.0011617840500548482, + "E": 6.933208624104736e-06, + "T": 9.595629671821371e-05, + "P": 0.007042925339192152, + "-": 0.9912397265434265 + }, + "id": "tp_21333" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2666633, + "label": "-", + "classification": { + "B": 2.3917754887747833e-08, + "S": 8.871227308304697e-09, + "I": 1.0571009624982253e-05, + "C": 7.81276526140573e-07, + "R": 1.610320623512962e-07, + "M": 2.7118463549413718e-05, + "O": 2.4586290692241164e-06, + "W": 7.879675578692513e-09, + "N": 3.203957277264635e-08, + "Y": 0.0010994727490469813, + "U": 1.723341691572955e-09, + "K": 6.779589112326789e-10, + "L": 5.089282240078319e-07, + "G": 6.170370761537924e-05, + "F": 0.00012549296661745757, + "E": 1.6409065892730723e-06, + "T": 0.0004985345294699073, + "P": 0.0060063013806939125, + "-": 0.992165207862854 + }, + "id": "tp_21334" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2666767, + "label": "-", + "classification": { + "B": 5.069075825758773e-08, + "S": 1.2570508189924112e-08, + "I": 1.622451577532047e-06, + "C": 1.5276789611107233e-07, + "R": 1.9669275985734203e-08, + "M": 1.626220523576194e-06, + "O": 8.983404313767096e-07, + "W": 2.657195352639974e-08, + "N": 5.2474216971631904e-08, + "Y": 7.228750473586842e-05, + "U": 7.378469391028375e-09, + "K": 1.1250908755755518e-06, + "L": 2.9299759063405872e-08, + "G": 2.999084972543642e-05, + "F": 0.0021765544079244137, + "E": 5.843848612130387e-06, + "T": 2.6384777811472304e-05, + "P": 0.020325182005763054, + "-": 0.9773581027984619 + }, + "id": "tp_21335" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2666900, + "label": "-", + "classification": { + "B": 4.871634207148645e-09, + "S": 1.3356371120210042e-08, + "I": 1.0829240615350955e-08, + "C": 2.0238390963100983e-09, + "R": 7.74639408174238e-10, + "M": 3.2702865837563877e-07, + "O": 7.501275263166463e-07, + "W": 2.345930782965411e-09, + "N": 2.620500205718912e-10, + "Y": 2.54327437687607e-06, + "U": 8.293004304105178e-12, + "K": 2.544383974345532e-11, + "L": 1.2109405922444694e-08, + "G": 4.2000081634796516e-07, + "F": 0.00011175568215548992, + "E": 2.1053480736554775e-08, + "T": 5.558625616686186e-06, + "P": 0.0014843074604868889, + "-": 0.9983943104743958 + }, + "id": "tp_21336" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2667000, + "label": "-", + "classification": { + "B": 3.605090670433242e-10, + "S": 4.8349747816534006e-11, + "I": 3.2616546263852797e-07, + "C": 2.028525258879199e-08, + "R": 1.6515518952431307e-09, + "M": 2.293618990734103e-06, + "O": 4.403292308552409e-08, + "W": 5.180091772194473e-11, + "N": 3.02710606581158e-10, + "Y": 2.6341036573285237e-05, + "U": 1.1006019880188678e-11, + "K": 2.8781319775378345e-12, + "L": 4.882716009291244e-09, + "G": 1.9326091660332168e-06, + "F": 5.595775292022154e-06, + "E": 1.893692598287089e-07, + "T": 1.3440168004308362e-05, + "P": 0.0037349152844399214, + "-": 0.9962149262428284 + }, + "id": "tp_21337" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2667134, + "label": "-", + "classification": { + "B": 8.591741142323361e-13, + "S": 3.1267581839661274e-12, + "I": 2.814828974351258e-07, + "C": 3.1979705550355675e-09, + "R": 1.3428963496764368e-10, + "M": 1.1939059518795148e-08, + "O": 2.690681899508718e-09, + "W": 7.0224299465737605e-12, + "N": 1.031291718689431e-09, + "Y": 6.782557306905801e-07, + "U": 6.448693141980488e-12, + "K": 1.6076595610314826e-10, + "L": 1.341968723644893e-11, + "G": 3.42565940059103e-08, + "F": 2.8391727937560063e-06, + "E": 7.978626825888568e-08, + "T": 9.989281579692033e-07, + "P": 0.01601709984242916, + "-": 0.9839779734611511 + }, + "id": "tp_21338" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2667267, + "label": "-", + "classification": { + "B": 1.4114798219111435e-08, + "S": 8.20142886936992e-09, + "I": 3.422723864332511e-07, + "C": 8.125871886477398e-07, + "R": 3.396163705815525e-08, + "M": 9.695766493678093e-06, + "O": 5.108147433929844e-07, + "W": 2.0768997632814035e-09, + "N": 4.2150958279307815e-09, + "Y": 9.59706085268408e-05, + "U": 2.9785571231677466e-10, + "K": 2.2914719011168927e-09, + "L": 8.429461217929202e-08, + "G": 4.425508450367488e-05, + "F": 0.002169086830690503, + "E": 2.944308334917878e-06, + "T": 2.2173688194015995e-05, + "P": 0.006744691636413336, + "-": 0.9909092783927917 + }, + "id": "tp_21339" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2667401, + "label": "-", + "classification": { + "B": 7.411665031709092e-12, + "S": 4.75561343776798e-12, + "I": 6.415362598793939e-12, + "C": 2.748238377321688e-14, + "R": 1.076720415165702e-14, + "M": 1.5170450451407191e-09, + "O": 8.201579970723571e-10, + "W": 3.29516497638363e-13, + "N": 1.2478174282693974e-14, + "Y": 6.213096259699569e-09, + "U": 1.76986740235398e-17, + "K": 1.016303799675363e-15, + "L": 1.502890368577925e-12, + "G": 5.674798408961124e-10, + "F": 2.8133057639934123e-05, + "E": 5.537928102206102e-11, + "T": 4.042499224254925e-09, + "P": 0.0002751388819888234, + "-": 0.9996967315673828 + }, + "id": "tp_21340" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2667501, + "label": "-", + "classification": { + "B": 8.264586931483464e-11, + "S": 3.440446261215868e-10, + "I": 4.6810779252837165e-08, + "C": 2.189373571326314e-09, + "R": 1.413910238889926e-10, + "M": 2.7344773556592372e-08, + "O": 2.236967766577891e-08, + "W": 4.959508914659239e-10, + "N": 9.916506504836775e-10, + "Y": 6.233139515643416e-07, + "U": 2.4236440979152896e-11, + "K": 6.65927868404026e-10, + "L": 1.725259657359146e-10, + "G": 2.1983083797749714e-08, + "F": 7.762810855638236e-05, + "E": 1.027573475198551e-07, + "T": 1.018316993395274e-06, + "P": 0.03543306887149811, + "-": 0.9644874930381775 + }, + "id": "tp_21341" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2667634, + "label": "-", + "classification": { + "B": 8.139251050920393e-09, + "S": 1.0380618142846743e-08, + "I": 3.690719267979148e-06, + "C": 2.1265850591589697e-06, + "R": 5.589743068412645e-07, + "M": 9.261869126930833e-05, + "O": 3.1978247534425464e-06, + "W": 1.8248217159566593e-08, + "N": 2.1639976921505877e-08, + "Y": 0.0006211312138475478, + "U": 6.726819989921751e-09, + "K": 5.276548531440994e-09, + "L": 8.555843464819191e-07, + "G": 4.15738504671026e-05, + "F": 0.00028096907772123814, + "E": 1.7024675571519765e-06, + "T": 0.0004129142907913774, + "P": 0.002414351562038064, + "-": 0.9961243271827698 + }, + "id": "tp_21342" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2667768, + "label": "-", + "classification": { + "B": 1.2323424503080105e-09, + "S": 2.0055486438241843e-10, + "I": 6.291035692385094e-09, + "C": 4.373593487372318e-09, + "R": 6.024785115243958e-10, + "M": 1.0631285931594903e-06, + "O": 6.512352257459497e-08, + "W": 2.4022497532860676e-11, + "N": 1.4303944313731609e-11, + "Y": 1.8677528714761138e-05, + "U": 2.3842362546072637e-12, + "K": 1.3465733519554823e-12, + "L": 1.0612605017001897e-08, + "G": 2.934278427346726e-06, + "F": 7.4586137088772375e-06, + "E": 1.1404747368715107e-08, + "T": 1.3804530681227334e-05, + "P": 0.00021924688189756125, + "-": 0.9997367262840271 + }, + "id": "tp_21343" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2667901, + "label": "-", + "classification": { + "B": 8.284979924333413e-10, + "S": 4.4761874207210894e-09, + "I": 7.482550756776618e-08, + "C": 6.574585853513781e-08, + "R": 5.044937800846583e-09, + "M": 2.6026214072771836e-07, + "O": 1.0034975161943294e-07, + "W": 2.6774458206091367e-09, + "N": 4.2090895213675594e-09, + "Y": 3.1291980121750385e-05, + "U": 2.765672413307385e-10, + "K": 2.514860568680888e-07, + "L": 2.270767573975263e-09, + "G": 2.3241775579663226e-06, + "F": 0.002902671694755554, + "E": 1.1919892131118104e-06, + "T": 8.835201697365846e-06, + "P": 0.006781666539609432, + "-": 0.9902713298797607 + }, + "id": "tp_21344" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2668001, + "label": "-", + "classification": { + "B": 4.82768427285344e-14, + "S": 5.631870837741193e-12, + "I": 1.1477397920955923e-09, + "C": 6.504000893414741e-09, + "R": 1.308344543815565e-09, + "M": 2.107407937046446e-07, + "O": 1.0512167136766948e-08, + "W": 3.081117392472743e-12, + "N": 1.516398985546008e-12, + "Y": 4.893855657428503e-05, + "U": 6.574379034880382e-14, + "K": 6.983196139398462e-12, + "L": 3.8013028835770513e-10, + "G": 4.5784324242958974e-07, + "F": 3.486344940029085e-05, + "E": 8.066090018132854e-10, + "T": 4.400451871333644e-06, + "P": 2.078863326460123e-05, + "-": 0.9998902082443237 + }, + "id": "tp_21345" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2668135, + "label": "-", + "classification": { + "B": 1.106527629940457e-12, + "S": 1.6197367882705982e-12, + "I": 1.2309969710244673e-09, + "C": 1.212399347583215e-10, + "R": 4.453789767544514e-12, + "M": 1.0753900880899891e-08, + "O": 6.200676638812297e-10, + "W": 6.868280358514334e-13, + "N": 7.662182520407068e-12, + "Y": 1.9248541320848744e-06, + "U": 9.787013728742786e-14, + "K": 3.057449085575037e-11, + "L": 6.2640773644540015e-12, + "G": 4.1118845217624767e-08, + "F": 5.993045124341734e-05, + "E": 1.9487140789919977e-08, + "T": 2.3764096113154665e-07, + "P": 0.0019400104647502303, + "-": 0.9979978203773499 + }, + "id": "tp_21346" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2668268, + "label": "-", + "classification": { + "B": 3.0387519700525445e-07, + "S": 1.8642991506112594e-07, + "I": 2.3026358064726082e-07, + "C": 1.0650087745034398e-07, + "R": 6.71145770070325e-08, + "M": 1.9632308976724744e-05, + "O": 1.2930543562106322e-05, + "W": 4.750022242205887e-08, + "N": 2.503552476440518e-09, + "Y": 3.170021955156699e-05, + "U": 2.7554511450311736e-10, + "K": 7.318399775080309e-10, + "L": 1.3570989949585055e-06, + "G": 1.789056659617927e-05, + "F": 0.000468447309685871, + "E": 3.4184964192718326e-07, + "T": 4.0518450987292454e-05, + "P": 0.0003973276470787823, + "-": 0.9990088939666748 + }, + "id": "tp_21347" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2668402, + "label": "-", + "classification": { + "B": 4.086466105945874e-06, + "S": 0.00018175828154198825, + "I": 0.0010625922586768866, + "C": 0.005061820149421692, + "R": 0.0018468237249180675, + "M": 0.018176579847931862, + "O": 0.0035024790558964014, + "W": 5.89300507272128e-05, + "N": 4.343758700997569e-05, + "Y": 0.3629281520843506, + "U": 8.619051072855655e-07, + "K": 0.00015947132487781346, + "L": 0.0005998483975417912, + "G": 0.04645964130759239, + "F": 0.01675114594399929, + "E": 0.000315011537168175, + "T": 0.09402904659509659, + "P": 0.0011151887010782957, + "-": 0.44770312309265137 + }, + "id": "tp_21348" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2668502, + "label": "-", + "classification": { + "B": 1.1808347153419163e-06, + "S": 1.9861607142956927e-05, + "I": 6.490470809694671e-07, + "C": 8.178263897207216e-07, + "R": 7.045486540846468e-07, + "M": 0.00011502390407258645, + "O": 0.00011750538396881893, + "W": 1.6379044609493576e-06, + "N": 5.3618638418129194e-08, + "Y": 5.498445170815103e-05, + "U": 1.4460515007641561e-09, + "K": 5.04259958233888e-08, + "L": 9.328329724667128e-06, + "G": 0.0001277472620131448, + "F": 0.01658574678003788, + "E": 2.395823003098485e-06, + "T": 0.00017043243860825896, + "P": 0.0024830868933349848, + "-": 0.9803086519241333 + }, + "id": "tp_21349" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2668635, + "label": "-", + "classification": { + "B": 1.871278687559652e-09, + "S": 1.668547661148878e-10, + "I": 1.806098026690961e-08, + "C": 3.286276584191228e-09, + "R": 8.912870441690757e-10, + "M": 5.548615717998473e-07, + "O": 8.533490358786366e-08, + "W": 8.847622634533536e-11, + "N": 3.0115784865891726e-11, + "Y": 4.817552508029621e-06, + "U": 2.6586454392185654e-12, + "K": 1.7701470714573397e-13, + "L": 1.3730061532157833e-08, + "G": 1.0164418426938937e-06, + "F": 7.25573272575275e-06, + "E": 8.633714188022168e-09, + "T": 6.692860551993363e-06, + "P": 0.0011256305733695626, + "-": 0.9988539218902588 + }, + "id": "tp_21350" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2668769, + "label": "-", + "classification": { + "B": 1.2428191098479147e-07, + "S": 3.49473623373342e-07, + "I": 1.1089869076386094e-05, + "C": 1.748220711306203e-05, + "R": 5.180431344342651e-06, + "M": 7.224389992188662e-05, + "O": 1.4807412298978306e-05, + "W": 2.6523059659666615e-07, + "N": 1.6585460116402828e-07, + "Y": 0.0010623510461300611, + "U": 2.2643739328032098e-08, + "K": 6.263619667379317e-08, + "L": 1.8430926047585672e-06, + "G": 8.253715350292623e-05, + "F": 0.0006454536924138665, + "E": 3.534887355272076e-06, + "T": 0.0006712793256156147, + "P": 0.0039247325621545315, + "-": 0.9934864044189453 + }, + "id": "tp_21351" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2668902, + "label": "-", + "classification": { + "B": 2.686403703655582e-11, + "S": 1.2911459401632186e-10, + "I": 4.884873661126221e-08, + "C": 2.657064346323068e-09, + "R": 4.490668670253939e-10, + "M": 1.4399510916973668e-07, + "O": 2.638591389825251e-08, + "W": 1.0580703674323289e-10, + "N": 7.394490020296018e-10, + "Y": 2.6658721253625117e-05, + "U": 2.5284895704968946e-11, + "K": 2.456459480271178e-09, + "L": 2.537293153359599e-10, + "G": 5.319024580785481e-07, + "F": 0.0002522874274291098, + "E": 1.2849422148519807e-07, + "T": 6.4256887526426e-06, + "P": 0.0062080733478069305, + "-": 0.9935058355331421 + }, + "id": "tp_21352" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2669002, + "label": "-", + "classification": { + "B": 3.935693104750726e-09, + "S": 3.613510379807394e-09, + "I": 2.6574520006761304e-07, + "C": 8.46041103841344e-08, + "R": 2.3414889582795695e-08, + "M": 1.3076153663860168e-05, + "O": 9.595980827725725e-07, + "W": 6.130113083813171e-10, + "N": 1.1473941796680265e-09, + "Y": 0.00013494909217115492, + "U": 4.999376607139894e-11, + "K": 8.339644252952638e-11, + "L": 1.1352646112072762e-07, + "G": 2.2857580916024745e-05, + "F": 0.0001656571839703247, + "E": 1.8382914390713267e-07, + "T": 6.82874015183188e-05, + "P": 0.0006752318004146218, + "-": 0.9989182949066162 + }, + "id": "tp_21353" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2669136, + "label": "-", + "classification": { + "B": 2.2359250562153932e-10, + "S": 3.1830588165249196e-10, + "I": 1.8002403123773547e-08, + "C": 1.7563044352186807e-09, + "R": 3.424720507183565e-10, + "M": 2.5163589612020587e-07, + "O": 9.049505678149217e-08, + "W": 1.2503659219120777e-10, + "N": 5.3732660681982125e-11, + "Y": 1.1833849384856876e-06, + "U": 2.3645438905484095e-12, + "K": 9.25444183091928e-13, + "L": 6.838991595259358e-09, + "G": 4.3633261270770163e-07, + "F": 0.00010013981955125928, + "E": 1.0808484773860982e-08, + "T": 2.7821977255371166e-06, + "P": 0.001908062375150621, + "-": 0.9979871511459351 + }, + "id": "tp_21354" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2669269, + "label": "-", + "classification": { + "B": 3.915514579233559e-09, + "S": 2.1974941866176323e-09, + "I": 4.932658725920192e-07, + "C": 6.798599372359604e-08, + "R": 8.403667983714058e-09, + "M": 1.0528215170779731e-06, + "O": 2.502831648598658e-07, + "W": 7.401006474339056e-09, + "N": 8.479115187753905e-09, + "Y": 5.672904444509186e-05, + "U": 8.513060256731819e-10, + "K": 9.991054383817755e-08, + "L": 5.260647029103893e-09, + "G": 4.510163762461161e-06, + "F": 0.00023462284298148006, + "E": 1.2213467925903387e-06, + "T": 1.3679915355169214e-05, + "P": 0.0073451148346066475, + "-": 0.9923421740531921 + }, + "id": "tp_21355" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2669403, + "label": "-", + "classification": { + "B": 1.4460356396739371e-06, + "S": 4.111230396119936e-07, + "I": 0.00016420787142124027, + "C": 4.068886482855305e-05, + "R": 7.406191798509099e-06, + "M": 0.000503856164868921, + "O": 4.444659862201661e-05, + "W": 3.174395715177525e-07, + "N": 1.6809168528197915e-06, + "Y": 0.0033498662523925304, + "U": 3.0200274636627e-07, + "K": 2.400548737568897e-07, + "L": 1.4384399946720805e-05, + "G": 0.001127139781601727, + "F": 0.0007624361896887422, + "E": 3.420439679757692e-05, + "T": 0.0021223232615739107, + "P": 0.005662091076374054, + "-": 0.986162543296814 + }, + "id": "tp_21356" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2669503, + "label": "-", + "classification": { + "B": 3.4542032428808156e-11, + "S": 2.046272706834884e-09, + "I": 8.390497185928325e-08, + "C": 6.846097022616959e-09, + "R": 6.981666356153937e-10, + "M": 9.813860515350825e-07, + "O": 1.2900967760742788e-07, + "W": 4.82373307963968e-10, + "N": 2.3402038085151844e-09, + "Y": 4.177538721705787e-05, + "U": 4.40302759530109e-11, + "K": 1.0720904164429612e-08, + "L": 9.760651176193846e-10, + "G": 9.638032452130574e-07, + "F": 0.0003124304348602891, + "E": 1.1669667543401374e-07, + "T": 4.436888775671832e-05, + "P": 0.00187563500367105, + "-": 0.997723400592804 + }, + "id": "tp_21357" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2669636, + "label": "-", + "classification": { + "B": 1.1310588021729018e-09, + "S": 6.291980270134445e-09, + "I": 1.5863062685639306e-07, + "C": 3.9932995576918984e-08, + "R": 4.1093612956899506e-09, + "M": 6.218650469236309e-06, + "O": 2.6805361130755045e-07, + "W": 1.5797826380392621e-09, + "N": 1.6848356043652757e-09, + "Y": 4.629599425243214e-05, + "U": 1.5846919609874277e-10, + "K": 1.2632658252798024e-09, + "L": 3.010870130992771e-08, + "G": 3.0891808364685858e-06, + "F": 0.0007380690658465028, + "E": 2.0267583522581845e-07, + "T": 5.572924419539049e-05, + "P": 0.0020170260686427355, + "-": 0.9971328973770142 + }, + "id": "tp_21358" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2669770, + "label": "-", + "classification": { + "B": 3.532539594175432e-08, + "S": 1.0714741982553733e-08, + "I": 7.648215614608489e-06, + "C": 2.8631140480683825e-07, + "R": 2.6649297879544065e-08, + "M": 4.376772722025635e-06, + "O": 1.2835380402975716e-06, + "W": 1.541046223962894e-08, + "N": 2.1879814937619813e-07, + "Y": 2.78798343060771e-05, + "U": 8.03980082508815e-09, + "K": 5.250574730553126e-08, + "L": 3.479624055557906e-08, + "G": 8.728433385840617e-06, + "F": 0.0002890497271437198, + "E": 1.5499199434998445e-05, + "T": 6.387883331626654e-05, + "P": 0.13900791108608246, + "-": 0.8605729937553406 + }, + "id": "tp_21359" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2669903, + "label": "-", + "classification": { + "B": 5.477808207032808e-10, + "S": 4.470959436009281e-10, + "I": 6.99025335393344e-08, + "C": 9.093693575934481e-10, + "R": 5.7337534026258297e-11, + "M": 1.9933786177261936e-07, + "O": 4.571850809043099e-08, + "W": 3.338581355816217e-10, + "N": 1.9248667104676542e-09, + "Y": 4.17369301430881e-06, + "U": 2.345617450272286e-11, + "K": 4.90301621525191e-09, + "L": 2.3013999039811495e-10, + "G": 2.584107221537124e-07, + "F": 0.0003123228088952601, + "E": 1.1709324780895258e-06, + "T": 1.4034087598702172e-06, + "P": 0.02325885370373726, + "-": 0.9764214158058167 + }, + "id": "tp_21360" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2670003, + "label": "-", + "classification": { + "B": 3.122552527656808e-07, + "S": 1.9184935808880255e-06, + "I": 1.1686268408084288e-05, + "C": 0.00019302168220747262, + "R": 3.4043521736748517e-05, + "M": 0.00026105772121809423, + "O": 5.5248081480385736e-05, + "W": 1.2440078762665507e-06, + "N": 6.367832270370855e-07, + "Y": 0.003785000881180167, + "U": 2.269745493777009e-07, + "K": 5.830951067764545e-06, + "L": 2.1087002096464857e-05, + "G": 0.0009457585401833057, + "F": 0.02151147648692131, + "E": 3.836701580439694e-05, + "T": 0.0009678652859292924, + "P": 0.0036863049026578665, + "-": 0.9684789180755615 + }, + "id": "tp_21361" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2670137, + "label": "-", + "classification": { + "B": 1.4546255866498825e-10, + "S": 1.1481346984254515e-09, + "I": 3.5345838114153594e-06, + "C": 1.274929317673923e-08, + "R": 8.400305340217074e-09, + "M": 1.7841357475845143e-06, + "O": 1.3849769686657964e-07, + "W": 6.827677312415403e-10, + "N": 6.522727691304908e-09, + "Y": 0.00012596855231095105, + "U": 2.7490962631326887e-11, + "K": 3.850084973056056e-10, + "L": 1.936181659445424e-09, + "G": 2.179249804612482e-06, + "F": 2.9567907404270954e-05, + "E": 3.679546694002056e-07, + "T": 9.710285667097196e-05, + "P": 0.0044643208384513855, + "-": 0.9952749013900757 + }, + "id": "tp_21362" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2670270, + "label": "-", + "classification": { + "B": 1.0010533735282934e-08, + "S": 3.527090441934888e-08, + "I": 7.745377672563336e-08, + "C": 1.848386510516775e-08, + "R": 5.0716018051844e-09, + "M": 4.349472874309868e-06, + "O": 1.1161616839672206e-06, + "W": 7.587644290651951e-09, + "N": 1.2280723105106972e-09, + "Y": 2.046723966486752e-05, + "U": 6.93383614414067e-11, + "K": 1.2441325747403198e-09, + "L": 4.27463895391611e-08, + "G": 2.123634430972743e-06, + "F": 0.0005617669667117298, + "E": 2.728818060404592e-07, + "T": 2.2662410628981888e-05, + "P": 0.001964143244549632, + "-": 0.9974229335784912 + }, + "id": "tp_21363" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2670404, + "label": "-", + "classification": { + "B": 1.6311795434376108e-06, + "S": 2.953384523607383e-07, + "I": 0.00022391427773982286, + "C": 1.88597241503885e-05, + "R": 3.0063190479268087e-06, + "M": 4.5018750824965537e-05, + "O": 8.330021955771372e-06, + "W": 3.0043597121220955e-07, + "N": 5.582302947004791e-06, + "Y": 0.0007978919893503189, + "U": 5.397357654146617e-07, + "K": 1.308495257035247e-06, + "L": 1.5827840798010584e-06, + "G": 0.0003359904221724719, + "F": 0.0009789700852707028, + "E": 0.0002194675907958299, + "T": 0.0005373078747652471, + "P": 0.14863593876361847, + "-": 0.8481840491294861 + }, + "id": "tp_21364" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2670504, + "label": "-", + "classification": { + "B": 4.021213140248392e-09, + "S": 2.270892629496757e-08, + "I": 1.0634781574481167e-05, + "C": 3.220365556444449e-07, + "R": 1.993240772435456e-08, + "M": 1.1721090231731068e-06, + "O": 7.131772576940421e-07, + "W": 1.3039495705413628e-08, + "N": 1.032051272886747e-06, + "Y": 4.187937520327978e-05, + "U": 2.1998117105681558e-08, + "K": 1.3059576303930953e-05, + "L": 7.550452707505428e-09, + "G": 8.971291208581533e-06, + "F": 0.0019907306414097548, + "E": 8.078560495050624e-05, + "T": 2.2757851183996536e-05, + "P": 0.087787926197052, + "-": 0.9100398421287537 + }, + "id": "tp_21365" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2670637, + "label": "-", + "classification": { + "B": 2.9993971195629854e-10, + "S": 2.913353239208938e-11, + "I": 1.823904582920477e-08, + "C": 2.0152292334874033e-10, + "R": 1.3189194528195891e-11, + "M": 2.2412288558371074e-07, + "O": 1.1589309067971953e-08, + "W": 7.58467247341521e-12, + "N": 2.890311774639276e-11, + "Y": 2.2211604573385557e-06, + "U": 2.3320250895284e-13, + "K": 4.651987345685726e-13, + "L": 5.000771463592457e-10, + "G": 7.255884497681109e-07, + "F": 2.8468240998336114e-05, + "E": 4.753161775283843e-08, + "T": 1.1157358130731154e-06, + "P": 0.0038496816996484995, + "-": 0.9961175918579102 + }, + "id": "tp_21366" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2670771, + "label": "-", + "classification": { + "B": 1.3777039953311032e-08, + "S": 1.2031799556666556e-08, + "I": 1.4127526810625568e-06, + "C": 7.602852036825425e-08, + "R": 2.3456687259226783e-08, + "M": 1.4178060609992826e-06, + "O": 1.824649757509178e-06, + "W": 1.4967362460538425e-08, + "N": 2.112685848487672e-08, + "Y": 1.9373244867892936e-05, + "U": 1.0278939921448682e-09, + "K": 1.2369626212205276e-08, + "L": 3.3248436892563404e-08, + "G": 7.38742210160126e-06, + "F": 0.0004804676282219589, + "E": 9.632951787352795e-07, + "T": 8.636984603072051e-06, + "P": 0.020803287625312805, + "-": 0.9786750078201294 + }, + "id": "tp_21367" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2670904, + "label": "-", + "classification": { + "B": 6.354642323458393e-08, + "S": 4.692917698889687e-08, + "I": 1.182097003038507e-05, + "C": 1.348570003756322e-05, + "R": 2.5903880214173114e-06, + "M": 8.895377686712891e-05, + "O": 7.709736564720515e-06, + "W": 5.9529650542344825e-08, + "N": 1.6182546858090063e-07, + "Y": 0.0022353800013661385, + "U": 8.45217584810598e-08, + "K": 4.320748701047705e-07, + "L": 3.1248637242242694e-06, + "G": 0.0006219255737960339, + "F": 0.0014701435575261712, + "E": 2.0677531210822053e-05, + "T": 0.00046818365808576345, + "P": 0.008551245555281639, + "-": 0.9865038394927979 + }, + "id": "tp_21368" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2671004, + "label": "-", + "classification": { + "B": 2.101898189721396e-06, + "S": 1.4316021861304762e-06, + "I": 0.00013765916810370982, + "C": 2.0243725884938613e-05, + "R": 2.962331336675561e-06, + "M": 0.00039011446642689407, + "O": 4.641159102902748e-05, + "W": 1.206001343234675e-06, + "N": 6.3623701862525195e-06, + "Y": 0.0008968975162133574, + "U": 1.0038210120910662e-06, + "K": 7.739448847132735e-06, + "L": 7.370947514573345e-06, + "G": 0.00021484112949110568, + "F": 0.002438564319163561, + "E": 0.00014385012036655098, + "T": 0.0015405103331431746, + "P": 0.030498113483190536, + "-": 0.9636425971984863 + }, + "id": "tp_21369" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2671138, + "label": "-", + "classification": { + "B": 9.743261427698491e-14, + "S": 1.2579010099170174e-12, + "I": 3.0307552023600692e-09, + "C": 1.1736959182329088e-09, + "R": 5.747135059519515e-11, + "M": 7.840041860163183e-08, + "O": 2.9276472357508965e-09, + "W": 1.815195454883678e-12, + "N": 9.908017982451778e-12, + "Y": 1.0058800398837775e-05, + "U": 2.544772660824368e-13, + "K": 8.418298697021598e-11, + "L": 2.3510648289315483e-11, + "G": 2.141312194225975e-07, + "F": 3.818664117716253e-05, + "E": 5.7082054638613045e-09, + "T": 1.1994886790489545e-06, + "P": 0.00019030783732887357, + "-": 0.9997599720954895 + }, + "id": "tp_21370" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2671271, + "label": "-", + "classification": { + "B": 1.966849044743313e-10, + "S": 1.6068677499703199e-09, + "I": 7.561547477052954e-07, + "C": 1.4553985465681762e-06, + "R": 2.463651185280469e-07, + "M": 1.5169608559517656e-05, + "O": 7.501658956243773e-07, + "W": 7.034011706430476e-10, + "N": 1.1288640022755203e-09, + "Y": 0.002578593557700515, + "U": 1.0642663139659447e-10, + "K": 9.6044749930968e-10, + "L": 2.4478126192661875e-07, + "G": 0.0001962287351489067, + "F": 0.0005500007537193596, + "E": 1.5034856915008277e-07, + "T": 0.0004584559646900743, + "P": 0.00019107242405880243, + "-": 0.9960069060325623 + }, + "id": "tp_21371" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2671405, + "label": "-", + "classification": { + "B": 2.0205919160076746e-09, + "S": 6.631308835380878e-09, + "I": 3.7554057144006947e-06, + "C": 7.225419267342659e-07, + "R": 9.00018832794558e-08, + "M": 2.4650055365782464e-06, + "O": 7.224027740448946e-07, + "W": 7.558560000120451e-09, + "N": 7.187136219499735e-08, + "Y": 5.00822534377221e-05, + "U": 4.368905237583931e-09, + "K": 1.0999191779603734e-08, + "L": 3.835311446209744e-08, + "G": 6.934216798981652e-06, + "F": 0.0003026941267307848, + "E": 1.9235619674873305e-06, + "T": 5.578576019615866e-05, + "P": 0.053711410611867905, + "-": 0.9458633065223694 + }, + "id": "tp_21372" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2671505, + "label": "-", + "classification": { + "B": 9.758538378409898e-13, + "S": 1.8678909113889475e-11, + "I": 9.455472863018066e-12, + "C": 2.911613311562533e-11, + "R": 1.57963850333509e-11, + "M": 5.349768912310537e-07, + "O": 2.430493495353403e-08, + "W": 3.403668189308484e-12, + "N": 2.1849323294641926e-14, + "Y": 1.4878358342684805e-05, + "U": 1.0726537252826393e-15, + "K": 7.175194412147728e-14, + "L": 7.24313553579492e-10, + "G": 1.0151021569981822e-06, + "F": 6.008680793456733e-05, + "E": 6.779342365259566e-11, + "T": 3.844684670184506e-06, + "P": 1.0355606718803756e-06, + "-": 0.9999185800552368 + }, + "id": "tp_21373" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2671638, + "label": "-", + "classification": { + "B": 1.699151930267817e-08, + "S": 1.8638152710082068e-07, + "I": 3.12168867822038e-06, + "C": 8.908579616218049e-07, + "R": 2.436829333873902e-07, + "M": 1.64493358170148e-05, + "O": 8.553260158805642e-06, + "W": 1.5615769655141776e-07, + "N": 1.4758609268028522e-07, + "Y": 0.00020227598724886775, + "U": 1.3022730449563369e-08, + "K": 5.3647219999675144e-08, + "L": 5.066224844085809e-07, + "G": 1.809975947253406e-05, + "F": 0.0014550945488736033, + "E": 8.169921557055204e-07, + "T": 0.0002808854333125055, + "P": 0.008341347798705101, + "-": 0.9896710515022278 + }, + "id": "tp_21374" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2671772, + "label": "-", + "classification": { + "B": 3.4371866464155687e-10, + "S": 1.122021764388137e-08, + "I": 6.96144226708384e-08, + "C": 1.780566982745313e-08, + "R": 6.482366199378475e-09, + "M": 1.6835507267387584e-05, + "O": 1.1182839898538077e-06, + "W": 1.9475030477167365e-09, + "N": 6.660879625641769e-10, + "Y": 0.00010242094140267, + "U": 1.7950838732128105e-11, + "K": 9.642140558208112e-11, + "L": 5.329770758066843e-08, + "G": 3.830899458989734e-06, + "F": 0.00013469143596012145, + "E": 4.911504092319774e-08, + "T": 0.00014368147822096944, + "P": 0.00033201099722646177, + "-": 0.9992651343345642 + }, + "id": "tp_21375" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2671905, + "label": "-", + "classification": { + "B": 1.0313463008060353e-06, + "S": 8.48810543629952e-07, + "I": 4.685579551733099e-05, + "C": 5.62001741855056e-06, + "R": 4.449610742085497e-07, + "M": 2.1963613107800484e-05, + "O": 1.3956809198134579e-05, + "W": 8.203520565075451e-07, + "N": 4.802281182492152e-06, + "Y": 0.00013926807150710374, + "U": 2.6344196157879196e-07, + "K": 4.616445949068293e-06, + "L": 6.868078230581887e-07, + "G": 4.555148188956082e-05, + "F": 0.0018124018097296357, + "E": 0.0001371280086459592, + "T": 0.0001620396797079593, + "P": 0.17506764829158783, + "-": 0.8225339651107788 + }, + "id": "tp_21376" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2672005, + "label": "-", + "classification": { + "B": 1.8389686147202156e-06, + "S": 2.3172049623099156e-05, + "I": 4.739809753573354e-07, + "C": 2.547098176819418e-07, + "R": 1.5812412357263383e-07, + "M": 0.00017773397848941386, + "O": 0.0001800289610400796, + "W": 2.787851144603337e-06, + "N": 7.765736143028334e-08, + "Y": 0.00020907439466100186, + "U": 1.8540218249540885e-09, + "K": 1.5576499379221787e-07, + "L": 7.559758159914054e-06, + "G": 0.00014165269385557622, + "F": 0.027180900797247887, + "E": 3.971736532548675e-06, + "T": 0.00024625915102660656, + "P": 0.0019445696379989386, + "-": 0.9698793888092041 + }, + "id": "tp_21377" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2672139, + "label": "-", + "classification": { + "B": 6.5396359438807394e-09, + "S": 2.7547406489247805e-07, + "I": 1.5123048797249794e-05, + "C": 3.026164677066845e-06, + "R": 5.89278045026731e-07, + "M": 0.00021914078388363123, + "O": 1.2743764273182023e-05, + "W": 7.822758618658554e-08, + "N": 2.6487788318263483e-07, + "Y": 0.00851451139897108, + "U": 2.5178663598524054e-09, + "K": 6.583119329661713e-07, + "L": 3.402662969165249e-07, + "G": 0.0001875552989076823, + "F": 0.0020145403686910868, + "E": 1.1104745681222994e-05, + "T": 0.0022583771497011185, + "P": 0.003027113154530525, + "-": 0.9837346076965332 + }, + "id": "tp_21378" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2672272, + "label": "-", + "classification": { + "B": 1.0807233580267805e-10, + "S": 5.784154405441555e-11, + "I": 1.5496918592816655e-07, + "C": 3.269645176828817e-08, + "R": 4.247024065762162e-09, + "M": 2.3365798540453397e-07, + "O": 6.229492299780759e-08, + "W": 2.1408874673056744e-10, + "N": 8.401144779845993e-10, + "Y": 8.391704795940313e-06, + "U": 6.217872744462838e-11, + "K": 1.4486135901936592e-10, + "L": 1.343649191909435e-09, + "G": 4.4352549366522e-07, + "F": 5.127543045091443e-05, + "E": 1.0120107418742919e-07, + "T": 5.29615635969094e-06, + "P": 0.009770304895937443, + "-": 0.9901637434959412 + }, + "id": "tp_21379" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2672406, + "label": "-", + "classification": { + "B": 9.236335248062957e-14, + "S": 4.604236371504034e-13, + "I": 5.855163021095677e-09, + "C": 4.708373690931467e-09, + "R": 3.8597999796330384e-10, + "M": 3.748514032508865e-08, + "O": 1.0164816766078388e-09, + "W": 3.8710815152345757e-13, + "N": 3.3977510475319272e-12, + "Y": 1.361770773655735e-05, + "U": 6.950909574483799e-13, + "K": 1.1616097623720623e-12, + "L": 1.0530471633574123e-10, + "G": 2.1917051640230056e-07, + "F": 8.309308213938493e-06, + "E": 7.67391872269485e-10, + "T": 3.6691048990178388e-06, + "P": 0.00017800289788283408, + "-": 0.9997960925102234 + }, + "id": "tp_21380" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2672506, + "label": "-", + "classification": { + "B": 2.8375074734299233e-08, + "S": 9.48576950321467e-09, + "I": 6.126059361122316e-06, + "C": 2.724298155953875e-06, + "R": 5.139025347489223e-07, + "M": 1.3944295460532885e-06, + "O": 1.3277904145070352e-06, + "W": 3.333728315624285e-08, + "N": 1.2929189097121707e-07, + "Y": 0.0002006600407185033, + "U": 3.479346233348224e-08, + "K": 8.299105047626654e-07, + "L": 5.966614224917066e-08, + "G": 2.910424882429652e-05, + "F": 0.00036472230567596853, + "E": 9.132765626418404e-06, + "T": 3.2653733796905726e-05, + "P": 0.020328139886260033, + "-": 0.9790224432945251 + }, + "id": "tp_21381" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2672639, + "label": "-", + "classification": { + "B": 2.552544628997566e-07, + "S": 1.01707847477428e-07, + "I": 0.00019257010717410594, + "C": 5.393417268351186e-06, + "R": 2.475637188581459e-07, + "M": 3.737223960342817e-05, + "O": 4.067889221914811e-06, + "W": 1.0175296694114877e-07, + "N": 6.127042070147581e-06, + "Y": 0.00029907163116149604, + "U": 7.287626146990078e-08, + "K": 5.526984523385181e-07, + "L": 2.873490814181423e-07, + "G": 7.748894131509587e-05, + "F": 0.0005663881311193109, + "E": 0.00073622987838462, + "T": 0.0001481321087339893, + "P": 0.3545955717563629, + "-": 0.643329918384552 + }, + "id": "tp_21382" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2672773, + "label": "-", + "classification": { + "B": 3.6945689174672225e-08, + "S": 2.6443709444379238e-08, + "I": 1.5855503079365008e-05, + "C": 1.7355725958623225e-06, + "R": 4.1047516674552753e-07, + "M": 6.942939307919005e-06, + "O": 2.427979325148044e-06, + "W": 3.611284071780574e-08, + "N": 4.5408907567434653e-07, + "Y": 8.791412983555347e-05, + "U": 2.649465002946272e-08, + "K": 5.523721142708382e-07, + "L": 1.0269339156820934e-07, + "G": 3.063631447730586e-05, + "F": 0.00132460193708539, + "E": 2.702526398934424e-05, + "T": 7.92026985436678e-05, + "P": 0.07503937184810638, + "-": 0.9233826398849487 + }, + "id": "tp_21383" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2672906, + "label": "-", + "classification": { + "B": 1.4094453035240484e-11, + "S": 1.032553816754378e-11, + "I": 5.693856941491049e-09, + "C": 2.5684303572859335e-09, + "R": 5.483844281450878e-11, + "M": 4.590415514371671e-08, + "O": 4.864226355039136e-09, + "W": 9.798350499024e-12, + "N": 4.7348503590116664e-11, + "Y": 1.7201685977852321e-06, + "U": 1.7915122510481218e-12, + "K": 3.310051191474095e-11, + "L": 5.420461995919723e-11, + "G": 1.1221786877513296e-07, + "F": 1.7184167518280447e-05, + "E": 2.506743257413291e-08, + "T": 4.92039134769584e-07, + "P": 0.003672644728794694, + "-": 0.9963077306747437 + }, + "id": "tp_21384" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2673006, + "label": "-", + "classification": { + "B": 8.033196507994944e-08, + "S": 1.2904375523703493e-07, + "I": 5.766720732935937e-06, + "C": 1.5700251196903992e-06, + "R": 5.881903462068294e-07, + "M": 0.00026192315272055566, + "O": 1.0760909390228335e-05, + "W": 8.696068931612899e-08, + "N": 5.341626163613e-08, + "Y": 0.0008576213149353862, + "U": 8.516440885841803e-09, + "K": 1.8711858729147934e-08, + "L": 2.872304094125866e-06, + "G": 0.00011176122643519193, + "F": 0.0018626987002789974, + "E": 1.8747315380096552e-06, + "T": 0.0013813086552545428, + "P": 0.001635995227843523, + "-": 0.9938648343086243 + }, + "id": "tp_21385" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2673140, + "label": "-", + "classification": { + "B": 3.6386641255603536e-08, + "S": 1.4382807194124325e-06, + "I": 2.8427623419702286e-06, + "C": 7.118587382137775e-05, + "R": 1.8738985090749338e-05, + "M": 0.00021413712238427252, + "O": 4.1345720092067495e-05, + "W": 5.50675395061262e-07, + "N": 1.2950020789048722e-07, + "Y": 0.003006041282787919, + "U": 2.2753509298922836e-08, + "K": 7.979870133567601e-07, + "L": 1.6694526493665762e-05, + "G": 0.0007781510939821601, + "F": 0.03623916581273079, + "E": 7.187522896856535e-06, + "T": 0.0007705470779910684, + "P": 0.0015631490387022495, + "-": 0.9572678208351135 + }, + "id": "tp_21386" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2673273, + "label": "-", + "classification": { + "B": 4.827751531877311e-09, + "S": 7.803966362018855e-09, + "I": 1.7635956055528368e-06, + "C": 1.1751559213735163e-05, + "R": 1.2914129001728725e-06, + "M": 2.0024115656269714e-05, + "O": 2.5093038402701495e-06, + "W": 1.9327346834074888e-08, + "N": 2.368632401328341e-08, + "Y": 0.0005969167104922235, + "U": 8.132427176121837e-09, + "K": 2.079059129300731e-07, + "L": 3.829083823347901e-07, + "G": 7.968853606143966e-05, + "F": 0.001002953271381557, + "E": 4.187075774098048e-06, + "T": 0.00010339800064684823, + "P": 0.002703349804505706, + "-": 0.9954714775085449 + }, + "id": "tp_21387" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2673407, + "label": "-", + "classification": { + "B": 8.009289897970007e-10, + "S": 2.422034128812811e-08, + "I": 3.313323759357445e-06, + "C": 7.308527983695967e-06, + "R": 8.871908789842564e-07, + "M": 3.1669900636188686e-05, + "O": 6.002921963954577e-06, + "W": 3.098739043139176e-08, + "N": 9.870337436268528e-08, + "Y": 0.001368900528177619, + "U": 5.496465949050844e-09, + "K": 2.2872727356570977e-07, + "L": 2.924699344930559e-07, + "G": 3.6782246752409264e-05, + "F": 0.0013921825448051095, + "E": 5.029869953432353e-06, + "T": 0.00025090863346122205, + "P": 0.0024856829550117254, + "-": 0.9944106936454773 + }, + "id": "tp_21388" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2673507, + "label": "-", + "classification": { + "B": 2.0791959265409332e-09, + "S": 7.513623501154143e-09, + "I": 1.9841850473767408e-07, + "C": 3.554829845597851e-06, + "R": 3.7153549214963277e-07, + "M": 4.467344751901692e-06, + "O": 1.2199222965136869e-06, + "W": 7.222225928416037e-09, + "N": 8.344088087142154e-09, + "Y": 0.00017467084398958832, + "U": 2.359086259673404e-09, + "K": 9.175281689977055e-08, + "L": 1.0711023179510448e-07, + "G": 2.4340903109987266e-05, + "F": 0.0025753509253263474, + "E": 4.781295501743443e-07, + "T": 4.879640619037673e-05, + "P": 0.0013360446318984032, + "-": 0.9958303570747375 + }, + "id": "tp_21389" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2673640, + "label": "-", + "classification": { + "B": 4.824010702009218e-08, + "S": 9.723274843054242e-07, + "I": 2.670553385542007e-06, + "C": 5.588156000158051e-07, + "R": 2.124549354221017e-07, + "M": 2.1861487766727805e-05, + "O": 7.6253272709436715e-06, + "W": 2.2308424263428606e-07, + "N": 2.0570325887092622e-07, + "Y": 0.00031930807745084167, + "U": 8.983909616233632e-09, + "K": 2.513752122013102e-07, + "L": 2.6937391339743044e-07, + "G": 1.1711223123711534e-05, + "F": 0.0026018675416707993, + "E": 4.8780875658849254e-06, + "T": 0.00018372781050857157, + "P": 0.010334547609090805, + "-": 0.9865090250968933 + }, + "id": "tp_21390" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2673774, + "label": "-", + "classification": { + "B": 2.0534555005724542e-05, + "S": 0.0003652342420537025, + "I": 0.013754770159721375, + "C": 0.008339997380971909, + "R": 0.00355077488347888, + "M": 0.005015342961996794, + "O": 0.003853599773719907, + "W": 0.00040276144864037633, + "N": 0.001624960103072226, + "Y": 0.1516217440366745, + "U": 4.945970795233734e-05, + "K": 0.0030660894699394703, + "L": 0.00043379756971262395, + "G": 0.0213607270270586, + "F": 0.07437138259410858, + "E": 0.002762468997389078, + "T": 0.0389116108417511, + "P": 0.03938131034374237, + "-": 0.6311134099960327 + }, + "id": "tp_21391" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2673907, + "label": "-", + "classification": { + "B": 0.00011516032100189477, + "S": 3.918215224985033e-05, + "I": 0.00015445819008164108, + "C": 0.00010821159958140925, + "R": 2.470108120178338e-05, + "M": 0.0018626179080456495, + "O": 0.0002411219320492819, + "W": 2.31860249186866e-05, + "N": 2.601217602204997e-05, + "Y": 0.00660704355686903, + "U": 5.176936610951088e-06, + "K": 7.335690315812826e-05, + "L": 4.9599890189711004e-05, + "G": 0.0026415083557367325, + "F": 0.02387578785419464, + "E": 0.0025125276297330856, + "T": 0.001771687064319849, + "P": 0.07253275066614151, + "-": 0.8873359560966492 + }, + "id": "tp_21392" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2674007, + "label": "-", + "classification": { + "B": 1.924594289448578e-05, + "S": 7.211531737993937e-06, + "I": 0.00046234772889874876, + "C": 0.00015045044710859656, + "R": 1.6290929124807008e-05, + "M": 0.0001963889371836558, + "O": 9.653239249018952e-05, + "W": 5.939907168794889e-06, + "N": 2.9805400117766112e-05, + "Y": 0.0011607137275859714, + "U": 3.4989750474778702e-06, + "K": 4.920497303828597e-06, + "L": 2.000007953029126e-05, + "G": 0.0005852378671988845, + "F": 0.006825082004070282, + "E": 0.0008905894355848432, + "T": 0.0009482255554758012, + "P": 0.15098603069782257, + "-": 0.8375914096832275 + }, + "id": "tp_21393" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2674141, + "label": "-", + "classification": { + "B": 5.670000580160206e-10, + "S": 2.2337560690033342e-09, + "I": 6.715625033848482e-08, + "C": 7.501999021997108e-09, + "R": 2.427611667243923e-09, + "M": 2.9364875899773324e-06, + "O": 5.295953542372445e-07, + "W": 8.695281716875058e-10, + "N": 6.591016621371182e-10, + "Y": 7.518375696236035e-06, + "U": 2.1949574102730907e-11, + "K": 4.479181955896472e-11, + "L": 2.3573072382987448e-08, + "G": 1.092000843527785e-06, + "F": 0.00023172996588982642, + "E": 9.81220864559873e-08, + "T": 1.602172778802924e-05, + "P": 0.003221366088837385, + "-": 0.996518611907959 + }, + "id": "tp_21394" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2674274, + "label": "-", + "classification": { + "B": 3.4546221439057945e-09, + "S": 3.658384883920007e-08, + "I": 2.2293680501661584e-07, + "C": 1.764083350508372e-07, + "R": 1.2471362609289827e-08, + "M": 2.532163989599212e-06, + "O": 1.1283873391221277e-06, + "W": 5.126286950485337e-09, + "N": 7.1306778259838666e-09, + "Y": 3.692023892654106e-05, + "U": 2.390705688970485e-10, + "K": 1.1844822012108125e-08, + "L": 6.247669404046974e-08, + "G": 1.118204636441078e-05, + "F": 0.00280979392118752, + "E": 9.383206815982703e-07, + "T": 1.930826147145126e-05, + "P": 0.002339324215427041, + "-": 0.9947781562805176 + }, + "id": "tp_21395" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2674408, + "label": "-", + "classification": { + "B": 8.058200374333468e-13, + "S": 2.5056269992856928e-12, + "I": 6.9954939618810386e-09, + "C": 1.5521409157948085e-10, + "R": 2.857648579573935e-12, + "M": 1.0847523990165087e-09, + "O": 6.233963345536608e-10, + "W": 3.1364722017507285e-12, + "N": 9.68465307948918e-11, + "Y": 1.4944093607027753e-07, + "U": 7.693956691375015e-13, + "K": 1.4752693511255188e-10, + "L": 1.8929484715823897e-12, + "G": 5.6045825758133105e-09, + "F": 3.385730815352872e-05, + "E": 2.4048812719001944e-08, + "T": 7.710546867656376e-08, + "P": 0.030329259112477303, + "-": 0.9696365594863892 + }, + "id": "tp_21396" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2674508, + "label": "-", + "classification": { + "B": 2.022095824116832e-09, + "S": 2.9699958048468034e-09, + "I": 1.1851450665290031e-07, + "C": 4.096185435287225e-08, + "R": 2.141890220741516e-09, + "M": 3.0480937311949674e-06, + "O": 1.551955364220703e-07, + "W": 6.859891543697927e-10, + "N": 3.416788629806433e-09, + "Y": 1.224777770403307e-05, + "U": 6.25497570405642e-11, + "K": 6.7451870755519394e-09, + "L": 3.328046283002095e-09, + "G": 2.0593615772668272e-06, + "F": 0.0007562618120573461, + "E": 1.810293156268017e-06, + "T": 7.537832971138414e-06, + "P": 0.010039807297289371, + "-": 0.9891769289970398 + }, + "id": "tp_21397" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2674641, + "label": "-", + "classification": { + "B": 3.0467179890081297e-09, + "S": 1.2921530512244317e-08, + "I": 8.074782158473681e-07, + "C": 2.8102782323458086e-08, + "R": 1.1332843552480654e-09, + "M": 8.882192901182862e-07, + "O": 2.1481874057371897e-07, + "W": 3.1658140553503245e-09, + "N": 6.781770878205862e-08, + "Y": 2.322959335288033e-05, + "U": 6.036579014434551e-10, + "K": 1.194137695392783e-07, + "L": 2.333078619187745e-09, + "G": 2.9458967674145242e-06, + "F": 0.0005641713505610824, + "E": 1.4456992175837513e-05, + "T": 1.1444038136687595e-05, + "P": 0.14575858414173126, + "-": 0.85362309217453 + }, + "id": "tp_21398" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2674775, + "label": "-", + "classification": { + "B": 6.2796252642272066e-09, + "S": 5.5458766468063914e-08, + "I": 1.686572772996442e-06, + "C": 1.2444052117643878e-06, + "R": 4.7004829184515984e-07, + "M": 3.0019380574231036e-05, + "O": 2.550462340877857e-06, + "W": 2.8830626774833945e-08, + "N": 2.9410760049586315e-08, + "Y": 0.0020108656026422977, + "U": 1.7492022275078511e-09, + "K": 8.448326127563632e-08, + "L": 1.8494014852876717e-07, + "G": 4.433569483808242e-05, + "F": 0.0031337004620581865, + "E": 2.4702867449377663e-06, + "T": 0.0003813870716840029, + "P": 0.0028367540799081326, + "-": 0.9915542006492615 + }, + "id": "tp_21399" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2674908, + "label": "-", + "classification": { + "B": 2.9652677535629834e-10, + "S": 6.367383287297912e-10, + "I": 1.336329319201468e-06, + "C": 1.301027765521212e-07, + "R": 2.1217800849626656e-08, + "M": 1.1713582352967933e-06, + "O": 1.3872644899493025e-07, + "W": 1.4342907972419994e-09, + "N": 1.492593959540045e-08, + "Y": 0.0001957302010850981, + "U": 5.960237858815276e-10, + "K": 4.59208813197165e-08, + "L": 3.1984450643562923e-09, + "G": 5.155785856914008e-06, + "F": 0.0002875399368349463, + "E": 3.098424485870055e-06, + "T": 2.48634514719015e-05, + "P": 0.0054356311447918415, + "-": 0.9940451383590698 + }, + "id": "tp_21400" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2675008, + "label": "-", + "classification": { + "B": 5.001628778700251e-06, + "S": 2.173365828639362e-06, + "I": 0.000102741971204523, + "C": 0.00021840479166712612, + "R": 6.883883906994015e-05, + "M": 0.001331572886556387, + "O": 9.542135376250371e-05, + "W": 1.8064462210531929e-06, + "N": 2.1650166672770865e-06, + "Y": 0.010022352449595928, + "U": 3.870043485676433e-07, + "K": 6.500326435343595e-06, + "L": 3.4573993616504595e-05, + "G": 0.0032424996607005596, + "F": 0.0057627917267382145, + "E": 0.00021886496688239276, + "T": 0.003102006623521447, + "P": 0.005377199035137892, + "-": 0.9704048037528992 + }, + "id": "tp_21401" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2675142, + "label": "-", + "classification": { + "B": 6.380199124578212e-07, + "S": 9.811099062062567e-07, + "I": 9.148212711806991e-07, + "C": 7.600436902066576e-08, + "R": 5.670192759765769e-09, + "M": 1.4562914657290094e-05, + "O": 8.714385330677032e-06, + "W": 2.4477836291225685e-07, + "N": 1.9690847352649143e-07, + "Y": 2.9009164791204967e-05, + "U": 6.995839463286302e-09, + "K": 2.2196050508682674e-07, + "L": 2.2244388730996434e-07, + "G": 8.424494808423333e-06, + "F": 0.00236031087115407, + "E": 1.4217603165889159e-05, + "T": 6.28305715508759e-05, + "P": 0.07122659683227539, + "-": 0.9262717962265015 + }, + "id": "tp_21402" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2675275, + "label": "-", + "classification": { + "B": 2.860643455449008e-08, + "S": 4.103561934698519e-09, + "I": 8.370791874767747e-06, + "C": 1.1652573448373005e-06, + "R": 3.089119360311088e-08, + "M": 1.6956578292592894e-06, + "O": 3.1410428391609457e-07, + "W": 1.105485747388002e-08, + "N": 2.141163690794201e-07, + "Y": 4.853616701439023e-05, + "U": 7.876701957343357e-09, + "K": 1.0941643040496274e-06, + "L": 1.1005521827200937e-08, + "G": 1.938971945492085e-05, + "F": 0.0009526771609671414, + "E": 8.997029362944886e-05, + "T": 1.024694756779354e-05, + "P": 0.09360746294260025, + "-": 0.9052587151527405 + }, + "id": "tp_21403" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2675375, + "label": "-", + "classification": { + "B": 3.76353932551865e-06, + "S": 1.4839312143521965e-06, + "I": 5.084062195237493e-06, + "C": 2.625852357596159e-05, + "R": 5.065535788162379e-06, + "M": 0.0003988874959759414, + "O": 6.768549064872786e-05, + "W": 9.237720632881974e-07, + "N": 2.3104105650872953e-07, + "Y": 0.001062952564097941, + "U": 1.207247493084651e-07, + "K": 2.39591656736593e-07, + "L": 2.504862641217187e-05, + "G": 0.0006237559136934578, + "F": 0.008615986444056034, + "E": 8.92045773071004e-06, + "T": 0.000506790354847908, + "P": 0.0071205985732376575, + "-": 0.981526255607605 + }, + "id": "tp_21404" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2675509, + "label": "-", + "classification": { + "B": 2.4514031338185305e-07, + "S": 2.127996907574925e-07, + "I": 3.065832788706757e-05, + "C": 5.3564057452604175e-05, + "R": 5.578846867138054e-06, + "M": 4.733362948172726e-05, + "O": 2.0729314201162197e-05, + "W": 4.1033121078726253e-07, + "N": 9.418893114343518e-07, + "Y": 0.0003144887450616807, + "U": 2.6517722062635585e-07, + "K": 2.42368031422302e-07, + "L": 4.838220775127411e-06, + "G": 0.00016061686619650573, + "F": 0.0021640420891344547, + "E": 1.330461964244023e-05, + "T": 0.00031367313931696117, + "P": 0.033402420580387115, + "-": 0.9634665250778198 + }, + "id": "tp_21405" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2675642, + "label": "-", + "classification": { + "B": 4.938661513163162e-14, + "S": 1.911242431679172e-14, + "I": 2.548126640244952e-11, + "C": 9.306114499884124e-14, + "R": 5.421986644382759e-15, + "M": 5.093680338630335e-11, + "O": 4.482041474074272e-11, + "W": 9.203744808384401e-15, + "N": 1.927202734691106e-14, + "Y": 1.2369819613056166e-09, + "U": 4.5850350038573407e-17, + "K": 3.8113369780362356e-16, + "L": 7.869037046319763e-14, + "G": 4.0845524185151305e-10, + "F": 9.222558787769231e-07, + "E": 3.33336969138287e-11, + "T": 2.861771042361738e-09, + "P": 0.0028424840420484543, + "-": 0.9971566200256348 + }, + "id": "tp_21406" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2675776, + "label": "-", + "classification": { + "B": 4.905802430954509e-10, + "S": 4.1879775203312875e-09, + "I": 9.882822382678569e-08, + "C": 2.8132914664524833e-08, + "R": 2.7669493363191577e-09, + "M": 6.812030051150941e-07, + "O": 1.4764172817649523e-07, + "W": 1.950356320890023e-09, + "N": 6.571470034799631e-09, + "Y": 8.346719550900161e-05, + "U": 3.3394167986422474e-10, + "K": 2.7756897225117427e-07, + "L": 2.694848344475531e-09, + "G": 2.431454731777194e-06, + "F": 0.0061712185852229595, + "E": 1.8496720031180303e-06, + "T": 2.157783819711767e-05, + "P": 0.007603425998240709, + "-": 0.9861147403717041 + }, + "id": "tp_21407" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2675876, + "label": "-", + "classification": { + "B": 4.544748932744369e-08, + "S": 3.2851582432158466e-07, + "I": 1.133304976974614e-05, + "C": 3.6849562548013637e-06, + "R": 1.043754309648648e-06, + "M": 0.0001533391623524949, + "O": 1.9956813048338518e-05, + "W": 2.509792409455258e-07, + "N": 2.7464022878120886e-07, + "Y": 0.0010328700300306082, + "U": 1.9944719653608445e-08, + "K": 1.841496128918152e-07, + "L": 2.341793788218638e-06, + "G": 0.00010892907448578626, + "F": 0.0023217967245727777, + "E": 1.0860477232199628e-05, + "T": 0.0005151529330760241, + "P": 0.00787738710641861, + "-": 0.9879401922225952 + }, + "id": "tp_21408" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2676009, + "label": "-", + "classification": { + "B": 3.0092357405919756e-07, + "S": 5.868312200618675e-07, + "I": 5.572733061853796e-05, + "C": 1.5431991414516233e-05, + "R": 2.2122039808891714e-06, + "M": 0.00011193053069291636, + "O": 1.911302206281107e-05, + "W": 7.578706231470278e-07, + "N": 2.905267820096924e-06, + "Y": 0.0008729462861083448, + "U": 2.9758166419924237e-07, + "K": 1.9273741145298118e-06, + "L": 1.9295628135296283e-06, + "G": 9.319088712800294e-05, + "F": 0.002482810290530324, + "E": 9.891267109196633e-05, + "T": 0.0005384527612477541, + "P": 0.05336114764213562, + "-": 0.9423393607139587 + }, + "id": "tp_21409" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2676143, + "label": "P", + "classification": { + "B": 4.578904224672442e-07, + "S": 1.2790543451046688e-06, + "I": 0.00010309031495125964, + "C": 7.717772518844868e-07, + "R": 2.260633920059263e-07, + "M": 8.107304893201217e-06, + "O": 8.80995958141284e-06, + "W": 3.3464277748862514e-07, + "N": 3.669877060019644e-06, + "Y": 6.971894617890939e-05, + "U": 3.466126585749407e-08, + "K": 5.78636445425218e-08, + "L": 6.648429575761838e-07, + "G": 3.182819637004286e-05, + "F": 0.0012072426034137607, + "E": 3.46937267750036e-05, + "T": 6.309914897428825e-05, + "P": 0.5370191931724548, + "-": 0.46144676208496094 + }, + "id": "tp_21410" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2676276, + "label": "P", + "classification": { + "B": 8.386458461018265e-08, + "S": 2.046671028210767e-07, + "I": 6.359545659506693e-05, + "C": 7.058312121444033e-07, + "R": 6.49597211577202e-08, + "M": 3.7984161735948874e-06, + "O": 1.8102859939972404e-06, + "W": 1.3971333601148217e-07, + "N": 4.315443675295683e-06, + "Y": 3.7443111068569124e-05, + "U": 4.581606916076453e-08, + "K": 1.8525371388022904e-06, + "L": 5.503803990336564e-08, + "G": 8.155043360602576e-06, + "F": 0.0017661286983639002, + "E": 8.914207865018398e-05, + "T": 4.7547473513986915e-05, + "P": 0.5188422203063965, + "-": 0.4791327118873596 + }, + "id": "tp_21411" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2676376, + "label": "-", + "classification": { + "B": 2.2392334813048365e-06, + "S": 1.2327346610163659e-07, + "I": 7.593011105200276e-05, + "C": 9.456487646275491e-07, + "R": 7.323994566377223e-08, + "M": 2.0260091332602315e-05, + "O": 4.888477633357979e-06, + "W": 2.455914795973513e-07, + "N": 4.660829290514812e-06, + "Y": 0.00010626426956150681, + "U": 1.24890590313953e-07, + "K": 2.00091540136782e-06, + "L": 2.850563589618105e-07, + "G": 6.803060387028381e-05, + "F": 0.0009512355318292975, + "E": 0.0007540697115473449, + "T": 8.579059067415074e-05, + "P": 0.4543149173259735, + "-": 0.5436078906059265 + }, + "id": "tp_21412" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2676510, + "label": "P", + "classification": { + "B": 0.0014965534210205078, + "S": 0.0006226407713256776, + "I": 0.013849406503140926, + "C": 0.0004798001900780946, + "R": 0.00013395043788477778, + "M": 0.010815085843205452, + "O": 0.0013196701183915138, + "W": 0.00017761404160410166, + "N": 0.0021746873389929533, + "Y": 0.016047026962041855, + "U": 2.1209989427006803e-05, + "K": 0.0008417174103669822, + "L": 0.0003007810446433723, + "G": 0.020015062764286995, + "F": 0.027628477662801743, + "E": 0.11323232203722, + "T": 0.007233023643493652, + "P": 0.41214945912361145, + "-": 0.3714616298675537 + }, + "id": "tp_21413" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2676643, + "label": "-", + "classification": { + "B": 1.6632077404210577e-06, + "S": 3.730202706719865e-06, + "I": 0.00013831649266649038, + "C": 2.5586392439436167e-05, + "R": 2.0454704099392984e-06, + "M": 3.101521360804327e-05, + "O": 2.4752233002800494e-05, + "W": 9.03097043192247e-06, + "N": 4.6534445573342964e-05, + "Y": 0.0006058523431420326, + "U": 2.011900051002158e-06, + "K": 0.0006978726014494896, + "L": 9.592852165951626e-07, + "G": 0.0002551194338593632, + "F": 0.03933947533369064, + "E": 0.004411338362842798, + "T": 0.00019908173999283463, + "P": 0.4452185332775116, + "-": 0.5089870095252991 + }, + "id": "tp_21414" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2676777, + "label": "P", + "classification": { + "B": 3.0892119866621215e-06, + "S": 4.598263672050962e-07, + "I": 0.0007870773551985621, + "C": 2.1904634195379913e-05, + "R": 1.5544202369710547e-06, + "M": 3.872281376970932e-05, + "O": 6.6059615164704155e-06, + "W": 5.115810495226469e-07, + "N": 4.754496330861002e-05, + "Y": 0.00032550914329476655, + "U": 1.11114945866575e-06, + "K": 8.866873031365685e-06, + "L": 7.440847866746481e-07, + "G": 0.00016936351312324405, + "F": 0.0017483254196122289, + "E": 0.0029829619452357292, + "T": 9.868339111562818e-05, + "P": 0.769721508026123, + "-": 0.22403548657894135 + }, + "id": "tp_21415" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2676877, + "label": "P", + "classification": { + "B": 2.5099732283706544e-06, + "S": 2.476119789207587e-06, + "I": 0.00028767026378773153, + "C": 6.669021104244166e-07, + "R": 4.333665160061173e-08, + "M": 5.68636232856079e-06, + "O": 1.887417170109984e-06, + "W": 4.873151624451566e-07, + "N": 4.743421231978573e-05, + "Y": 5.377725301514147e-06, + "U": 2.151069651290527e-07, + "K": 1.033400963024178e-06, + "L": 1.584149060818163e-07, + "G": 5.746175247622887e-06, + "F": 0.00012450072972569615, + "E": 0.00047232842189259827, + "T": 3.568124520825222e-05, + "P": 0.9711970686912537, + "-": 0.02780887857079506 + }, + "id": "tp_21416" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2677010, + "label": "-", + "classification": { + "B": 7.536288535447966e-07, + "S": 8.87951543404597e-08, + "I": 0.00014355036546476185, + "C": 8.177868949132971e-06, + "R": 4.603072625286586e-07, + "M": 1.7559843399794772e-05, + "O": 3.1127731290325755e-06, + "W": 9.806733913819699e-08, + "N": 3.161816266583628e-06, + "Y": 0.00011941285629291087, + "U": 8.249266869597704e-08, + "K": 4.0099713771724055e-08, + "L": 6.909015723977063e-07, + "G": 4.416577939991839e-05, + "F": 0.0004202566924504936, + "E": 8.888772572390735e-05, + "T": 8.93919204827398e-05, + "P": 0.49560579657554626, + "-": 0.5034543871879578 + }, + "id": "tp_21417" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2677144, + "label": "P", + "classification": { + "B": 6.244018635470638e-08, + "S": 9.520973520693587e-08, + "I": 5.639648952637799e-05, + "C": 3.8357524090315565e-07, + "R": 4.158485111815935e-08, + "M": 4.6009455445528147e-07, + "O": 5.328544716576289e-07, + "W": 9.679894219516427e-08, + "N": 4.243303465045756e-06, + "Y": 7.895852832007222e-06, + "U": 5.1171515025316694e-08, + "K": 5.018773094889184e-07, + "L": 1.762594337151313e-08, + "G": 3.198541662641219e-06, + "F": 0.000388577114790678, + "E": 8.599404827691615e-05, + "T": 7.341433502006112e-06, + "P": 0.9066036939620972, + "-": 0.09284041076898575 + }, + "id": "tp_21418" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2677277, + "label": "P", + "classification": { + "B": 9.337777129303504e-08, + "S": 7.270434032591311e-09, + "I": 9.405343917023856e-06, + "C": 4.165158529190194e-08, + "R": 3.37198491351387e-09, + "M": 7.288157348739333e-07, + "O": 5.880011144654418e-07, + "W": 5.711005890418619e-09, + "N": 1.6637784483464202e-07, + "Y": 2.209137164754793e-06, + "U": 1.0562929420032674e-09, + "K": 1.582431824465047e-10, + "L": 2.889962047447625e-08, + "G": 2.172959511881345e-06, + "F": 1.1017249562428333e-05, + "E": 2.1762548385595437e-06, + "T": 2.0347808458609506e-05, + "P": 0.5672403573989868, + "-": 0.4327106773853302 + }, + "id": "tp_21419" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2677377, + "label": "P", + "classification": { + "B": 1.5582992318741162e-07, + "S": 2.8108780725233373e-07, + "I": 5.638140282826498e-05, + "C": 3.197742444172036e-07, + "R": 9.158139135934107e-08, + "M": 5.016531190449314e-07, + "O": 1.577692955834209e-06, + "W": 2.1089719837164012e-07, + "N": 8.472415174765047e-06, + "Y": 1.5122464901651256e-05, + "U": 1.1795281551485459e-07, + "K": 3.2589364309387747e-06, + "L": 3.4316112618171246e-08, + "G": 6.133298484201077e-06, + "F": 0.0005664838245138526, + "E": 9.91030756267719e-05, + "T": 2.405191116849892e-05, + "P": 0.8122857213020325, + "-": 0.18693183362483978 + }, + "id": "tp_21420" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2677511, + "label": "P", + "classification": { + "B": 1.408552407156094e-06, + "S": 1.096837308978138e-06, + "I": 0.0020905528217554092, + "C": 2.5040370019269176e-05, + "R": 3.8527018659806345e-06, + "M": 6.438125274144113e-05, + "O": 1.550088381918613e-05, + "W": 9.944430985342478e-07, + "N": 0.00011428147263359278, + "Y": 0.0009957588044926524, + "U": 1.3310976783031947e-06, + "K": 1.236736625287449e-05, + "L": 1.5077157513587736e-06, + "G": 0.00021757764625363052, + "F": 0.0009322268888354301, + "E": 0.0007918737828731537, + "T": 0.00036510915379039943, + "P": 0.7863880395889282, + "-": 0.20797701179981232 + }, + "id": "tp_21421" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2677644, + "label": "P", + "classification": { + "B": 1.6389418306061998e-05, + "S": 2.5185572667396627e-06, + "I": 0.0023693437688052654, + "C": 6.801671406719834e-05, + "R": 7.895462658780161e-06, + "M": 0.0005338713526725769, + "O": 3.638045018306002e-05, + "W": 1.1519321105879499e-06, + "N": 5.356220935937017e-05, + "Y": 0.00031905906507745385, + "U": 5.644787961500697e-07, + "K": 3.7882895753682533e-07, + "L": 1.792216244211886e-05, + "G": 0.0006495718262158334, + "F": 0.000986644416116178, + "E": 0.0017290257383137941, + "T": 0.0008261186885647476, + "P": 0.620768129825592, + "-": 0.37161344289779663 + }, + "id": "tp_21422" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2677778, + "label": "P", + "classification": { + "B": 0.00013096409384161234, + "S": 0.00017762686184141785, + "I": 0.00970804039388895, + "C": 0.0025162366218864918, + "R": 0.0004791625833604485, + "M": 0.0011580550344660878, + "O": 0.0005964002339169383, + "W": 0.00017129254410974681, + "N": 0.0017953506903722882, + "Y": 0.005497172009199858, + "U": 0.00012037347914883867, + "K": 0.000582333595957607, + "L": 0.0002369547582929954, + "G": 0.006747046951204538, + "F": 0.04143047332763672, + "E": 0.011957225389778614, + "T": 0.0029306854121387005, + "P": 0.5712761878967285, + "-": 0.34248843789100647 + }, + "id": "tp_21423" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2677878, + "label": "-", + "classification": { + "B": 1.4933998500055168e-05, + "S": 8.125981366902124e-06, + "I": 4.281970905140042e-05, + "C": 3.013130651652318e-07, + "R": 9.091410646533404e-08, + "M": 3.0527389753842726e-05, + "O": 3.3168817026307806e-05, + "W": 1.3548468587032403e-06, + "N": 4.169872681814013e-06, + "Y": 7.71821360103786e-05, + "U": 7.323275497128634e-08, + "K": 3.2051184462034144e-07, + "L": 1.660506200096279e-06, + "G": 3.107351949438453e-05, + "F": 0.0016600494273006916, + "E": 0.00016115019388962537, + "T": 0.00013681844575330615, + "P": 0.298189640045166, + "-": 0.6996065378189087 + }, + "id": "tp_21424" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2678011, + "label": "P", + "classification": { + "B": 9.558405054121977e-07, + "S": 2.3727604059331497e-07, + "I": 0.0002049879403784871, + "C": 1.3569220413955918e-07, + "R": 2.060555281957477e-08, + "M": 2.631941470099264e-06, + "O": 6.84392944094725e-07, + "W": 2.2695569867892118e-08, + "N": 6.3532620515616145e-06, + "Y": 5.5116247494879644e-06, + "U": 2.8928131001748625e-09, + "K": 9.782901599919569e-09, + "L": 7.19354034117714e-08, + "G": 8.463292033411562e-06, + "F": 5.344788951333612e-05, + "E": 0.0001720908476272598, + "T": 4.485635145101696e-06, + "P": 0.9742774963378906, + "-": 0.025262411683797836 + }, + "id": "tp_21425" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2678145, + "label": "-", + "classification": { + "B": 1.368008724966785e-05, + "S": 5.51792209080304e-06, + "I": 0.0001645009033381939, + "C": 4.202379841444781e-06, + "R": 1.5243516600094154e-06, + "M": 5.470777250593528e-05, + "O": 4.698448901763186e-05, + "W": 1.6568930050198105e-06, + "N": 5.047042122896528e-06, + "Y": 0.0001262067526113242, + "U": 1.6176444717075356e-07, + "K": 3.916985491514424e-08, + "L": 9.594845323590562e-06, + "G": 0.0001303265307797119, + "F": 0.0012717052595689893, + "E": 5.298394899000414e-05, + "T": 0.00040810168138705194, + "P": 0.34099069237709045, + "-": 0.656712532043457 + }, + "id": "tp_21426" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2678278, + "label": "P", + "classification": { + "B": 1.9415192582528107e-05, + "S": 6.129061603132868e-06, + "I": 0.002147889928892255, + "C": 0.00012634375889319927, + "R": 2.186160782002844e-05, + "M": 8.298874308820814e-05, + "O": 5.131996294949204e-05, + "W": 9.253292773792055e-06, + "N": 0.00017706409562379122, + "Y": 0.0007482019136659801, + "U": 1.2114694982301444e-05, + "K": 5.900439646211453e-05, + "L": 9.008647793962155e-06, + "G": 0.000467469944851473, + "F": 0.00457771634683013, + "E": 0.0017114464426413178, + "T": 0.0004102722159586847, + "P": 0.6470596194267273, + "-": 0.34230300784111023 + }, + "id": "tp_21427" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2678378, + "label": "P", + "classification": { + "B": 1.3677772869868932e-07, + "S": 7.071590424345686e-09, + "I": 0.00010144068073714152, + "C": 5.829310225635709e-07, + "R": 2.8929910911301704e-08, + "M": 4.788602723238e-07, + "O": 3.55963607034937e-07, + "W": 7.184596473308602e-09, + "N": 2.0596930880856235e-06, + "Y": 1.7910731457959628e-06, + "U": 8.323601363713351e-09, + "K": 6.1249258997975176e-09, + "L": 2.8748663893907178e-08, + "G": 8.259894457296468e-06, + "F": 7.877931057009846e-05, + "E": 4.2567407945171e-05, + "T": 4.786691988556413e-06, + "P": 0.8874603509902954, + "-": 0.11229825764894485 + }, + "id": "tp_21428" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2678512, + "label": "P", + "classification": { + "B": 6.043099909369687e-10, + "S": 4.834991851332404e-10, + "I": 5.458747637021588e-06, + "C": 7.148116054622733e-08, + "R": 2.368644613781612e-09, + "M": 7.973691396045979e-08, + "O": 2.340545890433532e-08, + "W": 1.1494900586939139e-09, + "N": 6.219749337788016e-08, + "Y": 1.8305836420040578e-06, + "U": 5.184478957254157e-10, + "K": 1.2664140847107319e-08, + "L": 6.538662944421958e-10, + "G": 4.0126656131178606e-07, + "F": 0.00013597801444120705, + "E": 8.553885891160462e-06, + "T": 2.11726160159742e-06, + "P": 0.5176894068717957, + "-": 0.4821559488773346 + }, + "id": "tp_21429" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2678645, + "label": "P", + "classification": { + "B": 5.999644417897798e-05, + "S": 8.677761070430279e-05, + "I": 0.01058876607567072, + "C": 0.0002613152319099754, + "R": 6.00896637479309e-05, + "M": 0.000514781626407057, + "O": 0.00015744702250231057, + "W": 4.152433029958047e-05, + "N": 0.0014276426518335938, + "Y": 0.0011064271675422788, + "U": 2.568583113315981e-05, + "K": 0.00013940547069068998, + "L": 2.8738357286783867e-05, + "G": 0.0007290197536349297, + "F": 0.0039011253975331783, + "E": 0.006511351093649864, + "T": 0.0010811653919517994, + "P": 0.8270639777183533, + "-": 0.1462147980928421 + }, + "id": "tp_21430" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2678779, + "label": "-", + "classification": { + "B": 3.4741556298456544e-09, + "S": 8.864492473392716e-10, + "I": 4.386920409160666e-06, + "C": 3.2960787166302907e-07, + "R": 5.5967426249026175e-09, + "M": 2.5387498681084253e-07, + "O": 9.334837614005664e-08, + "W": 6.357657733602196e-10, + "N": 5.680047721057235e-08, + "Y": 5.224961114436155e-06, + "U": 5.058258811807548e-10, + "K": 2.218820460697657e-09, + "L": 2.1264934257914092e-09, + "G": 2.0558807136694668e-06, + "F": 5.8317429648013785e-05, + "E": 2.2642893782176543e-06, + "T": 4.315794740250567e-06, + "P": 0.23026388883590698, + "-": 0.7696588039398193 + }, + "id": "tp_21431" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2678879, + "label": "-", + "classification": { + "B": 3.761181588401996e-09, + "S": 7.955373582113623e-10, + "I": 1.00507975275832e-06, + "C": 5.390182522546638e-09, + "R": 2.5925978031082764e-10, + "M": 7.558509764749033e-07, + "O": 9.807250478388596e-08, + "W": 2.931020148810859e-10, + "N": 4.841248291143074e-09, + "Y": 1.5293470596589032e-06, + "U": 1.11495760540814e-11, + "K": 8.55910221170264e-12, + "L": 4.445986689916026e-09, + "G": 5.85910129302647e-07, + "F": 0.00011499703396111727, + "E": 2.52239556175482e-06, + "T": 1.1282916148047661e-06, + "P": 0.26469886302948, + "-": 0.7351785898208618 + }, + "id": "tp_21432" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2679012, + "label": "-", + "classification": { + "B": 4.19495307824036e-07, + "S": 2.557263201197202e-07, + "I": 0.00042805500561371446, + "C": 4.4642656575888395e-05, + "R": 2.3344766759691993e-06, + "M": 2.7525084078661166e-05, + "O": 5.658398094965378e-06, + "W": 3.030636435141787e-07, + "N": 1.518666795163881e-05, + "Y": 0.00043812894728034735, + "U": 4.623253744284739e-07, + "K": 6.732407200615853e-06, + "L": 5.903866622247733e-07, + "G": 0.00015592193813063204, + "F": 0.002906191861256957, + "E": 0.0007155008497647941, + "T": 0.00010459501208970323, + "P": 0.38255295157432556, + "-": 0.612594485282898 + }, + "id": "tp_21433" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2679146, + "label": "-", + "classification": { + "B": 5.790375507785939e-05, + "S": 5.3962558013154194e-05, + "I": 0.0006123275961726904, + "C": 0.0006953810807317495, + "R": 0.00017412217857781798, + "M": 0.0005356695619411767, + "O": 0.0004680612764786929, + "W": 6.32957526249811e-05, + "N": 6.397769902832806e-05, + "Y": 0.001362976268865168, + "U": 1.986711322388146e-05, + "K": 5.010397217120044e-05, + "L": 9.570680413162336e-05, + "G": 0.0009461763547733426, + "F": 0.02288663201034069, + "E": 0.0005457587540149689, + "T": 0.001631349790841341, + "P": 0.09822562336921692, + "-": 0.8715111017227173 + }, + "id": "tp_21434" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2679279, + "label": "P", + "classification": { + "B": 4.98564702411386e-07, + "S": 2.9270040613482706e-08, + "I": 2.9790709959343076e-05, + "C": 4.0033680193118926e-07, + "R": 3.207029664054062e-08, + "M": 2.8153583571111085e-06, + "O": 1.923470335896127e-06, + "W": 3.208571541790661e-08, + "N": 7.716532195445325e-07, + "Y": 1.4593558262276929e-05, + "U": 8.514542848558904e-09, + "K": 8.362144754414658e-09, + "L": 6.678811814708752e-08, + "G": 1.5387828170787543e-05, + "F": 8.300656190840527e-05, + "E": 1.607502235856373e-05, + "T": 2.211781065852847e-05, + "P": 0.6898932456970215, + "-": 0.30991917848587036 + }, + "id": "tp_21435" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2679379, + "label": "P", + "classification": { + "B": 1.31349588627927e-05, + "S": 6.4150963225984015e-06, + "I": 0.0005589240463450551, + "C": 8.834927029965911e-06, + "R": 1.5759312645968748e-06, + "M": 6.54778050375171e-05, + "O": 3.453433600952849e-05, + "W": 2.2047267975722207e-06, + "N": 3.81305580958724e-05, + "Y": 0.000141507203807123, + "U": 7.579045586680877e-07, + "K": 4.4265385668040835e-07, + "L": 7.326025297516026e-06, + "G": 0.00012160607730038464, + "F": 0.001825895276851952, + "E": 0.0003066052740905434, + "T": 0.0003869663632940501, + "P": 0.5991929769515991, + "-": 0.3972867727279663 + }, + "id": "tp_21436" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2679513, + "label": "P", + "classification": { + "B": 6.201911428860285e-09, + "S": 8.412615670749801e-08, + "I": 3.224036845494993e-05, + "C": 4.6211445692279085e-07, + "R": 2.984373281833541e-08, + "M": 1.3088854302623076e-06, + "O": 6.122628519733553e-07, + "W": 4.5655099256691756e-08, + "N": 2.684498440430616e-06, + "Y": 8.822898053040262e-06, + "U": 1.3644394059042497e-08, + "K": 1.9307267393742222e-06, + "L": 9.155417757256146e-09, + "G": 1.9028648239327595e-06, + "F": 0.0011192859383299947, + "E": 5.804406100651249e-05, + "T": 1.7705342543195002e-05, + "P": 0.5909965634346008, + "-": 0.4077582359313965 + }, + "id": "tp_21437" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2679646, + "label": "-", + "classification": { + "B": 4.0792521758703515e-05, + "S": 6.021477929607499e-06, + "I": 0.0018610073020681739, + "C": 0.00016950652934610844, + "R": 9.943201803253032e-06, + "M": 0.0007829598616808653, + "O": 0.00010907747491728514, + "W": 6.0149632190587e-06, + "N": 5.37068881385494e-05, + "Y": 0.0010417941957712173, + "U": 3.68678570339398e-06, + "K": 9.71257577475626e-07, + "L": 3.7153775338083506e-05, + "G": 0.0006082648760639131, + "F": 0.0007264078594744205, + "E": 0.001054513966664672, + "T": 0.0010390650713816285, + "P": 0.3661145865917206, + "-": 0.6263344883918762 + }, + "id": "tp_21438" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2679780, + "label": "P", + "classification": { + "B": 3.491697725621634e-06, + "S": 5.485071241650985e-08, + "I": 6.395127456926275e-06, + "C": 1.1863932769529129e-07, + "R": 5.814996040243159e-09, + "M": 1.4828383427811787e-06, + "O": 1.8959117369377054e-06, + "W": 6.947613684360476e-08, + "N": 1.447562425482829e-07, + "Y": 3.7562438137683785e-06, + "U": 4.325610092337229e-09, + "K": 7.630293064053717e-10, + "L": 2.0808471390409977e-07, + "G": 6.105999091232661e-06, + "F": 7.153482874855399e-05, + "E": 9.308973858423997e-06, + "T": 8.027600415516645e-06, + "P": 0.5993546843528748, + "-": 0.4005327522754669 + }, + "id": "tp_21439" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2679880, + "label": "P", + "classification": { + "B": 0.0010746467160061002, + "S": 0.00020113559730816633, + "I": 0.012323264963924885, + "C": 0.0014333247672766447, + "R": 0.0003249605360906571, + "M": 0.003105693031102419, + "O": 0.001581437885761261, + "W": 0.0002429697779007256, + "N": 0.0016273079672828317, + "Y": 0.00563157070428133, + "U": 0.0001468497357564047, + "K": 0.0001282175799133256, + "L": 0.0006267162971198559, + "G": 0.006443190388381481, + "F": 0.01586667075753212, + "E": 0.0075209615752100945, + "T": 0.004258538130670786, + "P": 0.49262773990631104, + "-": 0.44483479857444763 + }, + "id": "tp_21440" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2680013, + "label": "P", + "classification": { + "B": 1.1092496521314388e-07, + "S": 1.289014477379169e-07, + "I": 0.00026728634838946164, + "C": 1.5354365814346238e-06, + "R": 1.4164265849103685e-07, + "M": 7.987750905158464e-06, + "O": 1.7449324332119431e-06, + "W": 6.647298533835055e-08, + "N": 1.1870825801452156e-05, + "Y": 7.373776315944269e-05, + "U": 2.1975388619921432e-08, + "K": 4.149054575464106e-07, + "L": 6.321061363223635e-08, + "G": 1.7560412743478082e-05, + "F": 0.00032558213570155203, + "E": 0.00037681215326301754, + "T": 2.5590707082301378e-05, + "P": 0.8111479878425598, + "-": 0.18774129450321198 + }, + "id": "tp_21441" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2680147, + "label": "-", + "classification": { + "B": 4.696745691035176e-06, + "S": 4.613428700395161e-06, + "I": 0.0004890743875876069, + "C": 1.0657389793777838e-05, + "R": 2.3233844785863766e-06, + "M": 5.064635843154974e-05, + "O": 3.37896854034625e-05, + "W": 4.289379376132274e-06, + "N": 6.273117469390854e-05, + "Y": 0.0003454647958278656, + "U": 2.3861564386606915e-06, + "K": 5.754697122029029e-05, + "L": 2.483996695445967e-06, + "G": 0.00013359403237700462, + "F": 0.0043886988423764706, + "E": 0.000933250121306628, + "T": 0.0004032321157865226, + "P": 0.4389622211456299, + "-": 0.5541083216667175 + }, + "id": "tp_21442" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2680280, + "label": "P", + "classification": { + "B": 2.026291986112483e-05, + "S": 3.0508306736010127e-05, + "I": 0.0006206017569638789, + "C": 6.836792454123497e-05, + "R": 1.249353135790443e-05, + "M": 0.00033220378099940717, + "O": 8.545420132577419e-05, + "W": 1.1896118849108461e-05, + "N": 0.00014247088984120637, + "Y": 0.0011024883715435863, + "U": 4.388051820569672e-06, + "K": 4.90096426801756e-05, + "L": 1.421196066075936e-05, + "G": 0.0010019944747909904, + "F": 0.030677052214741707, + "E": 0.003204092849045992, + "T": 0.0009775216458365321, + "P": 0.6114736795425415, + "-": 0.35017135739326477 + }, + "id": "tp_21443" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2680380, + "label": "-", + "classification": { + "B": 6.502183168777265e-06, + "S": 1.5054874893394299e-06, + "I": 0.00023028104624245316, + "C": 9.110098471865058e-05, + "R": 1.2406871064740699e-05, + "M": 0.00012132435949752107, + "O": 3.844559978460893e-05, + "W": 2.543619530115393e-06, + "N": 1.6801246601971798e-05, + "Y": 0.0022329462226480246, + "U": 1.9213803170714527e-06, + "K": 1.829496250138618e-05, + "L": 5.587294708675472e-06, + "G": 0.0008387371199205518, + "F": 0.012059048749506474, + "E": 0.0006261715316213667, + "T": 0.0006111534312367439, + "P": 0.18778474628925323, + "-": 0.7953005433082581 + }, + "id": "tp_21444" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2680514, + "label": "-", + "classification": { + "B": 3.8618629332631826e-05, + "S": 1.8574663045001216e-05, + "I": 0.003791209775954485, + "C": 0.0013216908555477858, + "R": 0.0001010489504551515, + "M": 0.0031035887077450752, + "O": 0.00016624094860162586, + "W": 1.2131072253396269e-05, + "N": 0.0001022236974677071, + "Y": 0.009801306761801243, + "U": 2.623743512231158e-06, + "K": 1.135111779149156e-05, + "L": 0.00010246585588902235, + "G": 0.008950148709118366, + "F": 0.028209194540977478, + "E": 0.012034947052598, + "T": 0.00255011604167521, + "P": 0.1997855007648468, + "-": 0.7298969626426697 + }, + "id": "tp_21445" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2680647, + "label": "P", + "classification": { + "B": 5.810010694773382e-09, + "S": 4.561095501287582e-09, + "I": 2.7340343876858242e-05, + "C": 4.898299543754092e-09, + "R": 3.537227455385761e-10, + "M": 6.844432931529809e-08, + "O": 4.250526330906723e-08, + "W": 2.4259489972422443e-09, + "N": 6.841088406872586e-07, + "Y": 3.323023918255785e-07, + "U": 9.431815328753146e-10, + "K": 3.382622182357409e-08, + "L": 4.91027940530131e-10, + "G": 1.740707631370242e-07, + "F": 1.5867290130699985e-05, + "E": 2.2319540221360512e-05, + "T": 8.210340070036182e-07, + "P": 0.9470308423042297, + "-": 0.05290144309401512 + }, + "id": "tp_21446" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2680781, + "label": "P", + "classification": { + "B": 3.361429037340713e-07, + "S": 4.064894199018454e-07, + "I": 0.0009199040941894054, + "C": 9.986744771595113e-06, + "R": 5.300660745888308e-07, + "M": 1.6891659470275044e-05, + "O": 3.051902467632317e-06, + "W": 3.962586561101489e-07, + "N": 4.363183325040154e-05, + "Y": 5.9996575146215037e-05, + "U": 2.8567581011884613e-07, + "K": 7.743579772068188e-06, + "L": 1.5442213907590485e-07, + "G": 2.1184847355470993e-05, + "F": 0.0004054242162965238, + "E": 0.001164397457614541, + "T": 4.729713327833451e-05, + "P": 0.8293397426605225, + "-": 0.16795869171619415 + }, + "id": "tp_21447" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2680881, + "label": "P", + "classification": { + "B": 1.7791106074582785e-05, + "S": 7.296011517610168e-06, + "I": 0.0029092486947774887, + "C": 0.00017685764760244638, + "R": 2.102270445902832e-05, + "M": 0.00020166588365100324, + "O": 5.380175571190193e-05, + "W": 1.5998799426597543e-05, + "N": 0.0002610818191897124, + "Y": 0.0017734933644533157, + "U": 1.931530459842179e-05, + "K": 0.0004021593485958874, + "L": 7.598019692522939e-06, + "G": 0.0002971057838294655, + "F": 0.007927650585770607, + "E": 0.0070555624552071095, + "T": 0.0006889461656101048, + "P": 0.5065479874610901, + "-": 0.4716154932975769 + }, + "id": "tp_21448" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2681014, + "label": "P", + "classification": { + "B": 3.2224987080553547e-05, + "S": 8.747066203795839e-06, + "I": 0.04079338163137436, + "C": 0.0012688272399827838, + "R": 0.00011898794764420018, + "M": 0.0010921588400378823, + "O": 0.00010254321387037635, + "W": 1.9974439055658877e-05, + "N": 0.0008141131256707013, + "Y": 0.013232975266873837, + "U": 1.1646034181467257e-05, + "K": 5.900765972910449e-05, + "L": 2.9084487323416397e-05, + "G": 0.002257982734590769, + "F": 0.00269810832105577, + "E": 0.01943916454911232, + "T": 0.002338569378480315, + "P": 0.5244808197021484, + "-": 0.3912016451358795 + }, + "id": "tp_21449" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2681148, + "label": "-", + "classification": { + "B": 0.0007516678306274116, + "S": 0.00014592242951039225, + "I": 0.0077205379493534565, + "C": 0.0018299893708899617, + "R": 0.0005212398828007281, + "M": 0.004441589117050171, + "O": 0.0011727461824193597, + "W": 0.00028785792528651655, + "N": 0.0009595612064003944, + "Y": 0.0176999568939209, + "U": 0.0002143156307283789, + "K": 0.0015461643924936652, + "L": 0.0002379177021794021, + "G": 0.005177002400159836, + "F": 0.011754631996154785, + "E": 0.01347639225423336, + "T": 0.00769810238853097, + "P": 0.18728399276733398, + "-": 0.737080454826355 + }, + "id": "tp_21450" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2681281, + "label": "-", + "classification": { + "B": 3.699467185924732e-07, + "S": 3.63259688995754e-09, + "I": 1.298817187489476e-05, + "C": 1.280153583138599e-07, + "R": 3.2944338368423587e-09, + "M": 2.7357659746485297e-06, + "O": 3.879789574057213e-07, + "W": 4.452262114540417e-09, + "N": 1.3064435222531756e-07, + "Y": 9.872365808405448e-06, + "U": 5.252231427554932e-10, + "K": 3.5189673397439947e-09, + "L": 2.3771102419800627e-08, + "G": 1.2621939276868943e-05, + "F": 0.0002447227016091347, + "E": 0.0001726276968838647, + "T": 1.6932590369833633e-06, + "P": 0.4498361349105835, + "-": 0.5497056245803833 + }, + "id": "tp_21451" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2681381, + "label": "P", + "classification": { + "B": 3.937066503567621e-05, + "S": 0.00014082634879741818, + "I": 0.015518474392592907, + "C": 0.00018685466784518212, + "R": 0.00014393516175914556, + "M": 0.000529394019395113, + "O": 0.0005454580532386899, + "W": 6.917632708791643e-05, + "N": 0.002466784091666341, + "Y": 0.0022474348079413176, + "U": 3.526593354763463e-05, + "K": 0.00011253394040977582, + "L": 6.67936765239574e-05, + "G": 0.0009284644038416445, + "F": 0.004653104115277529, + "E": 0.0021543719340115786, + "T": 0.004602976609021425, + "P": 0.7240408062934875, + "-": 0.2415180206298828 + }, + "id": "tp_21452" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2681515, + "label": "P", + "classification": { + "B": 6.196275990077993e-06, + "S": 8.78022490269359e-08, + "I": 0.0012236529728397727, + "C": 2.708059037104249e-05, + "R": 4.585314172800281e-07, + "M": 0.0001710115175228566, + "O": 1.421086835762253e-06, + "W": 7.619027542205004e-08, + "N": 1.6360610970878042e-05, + "Y": 0.00025424352497793734, + "U": 9.584129401218888e-08, + "K": 8.511859732607263e-07, + "L": 6.180668492561381e-07, + "G": 0.0004016272723674774, + "F": 0.0005782782100141048, + "E": 0.05622261390089989, + "T": 4.204111246508546e-05, + "P": 0.7603274583816528, + "-": 0.18072575330734253 + }, + "id": "tp_21453" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2681648, + "label": "P", + "classification": { + "B": 5.215119927015621e-06, + "S": 1.826349489419954e-06, + "I": 0.0010660538682714105, + "C": 5.984153540339321e-05, + "R": 2.9708737656619633e-06, + "M": 0.00017217974527738988, + "O": 1.976242128876038e-05, + "W": 2.7189310003450373e-06, + "N": 7.567608554381877e-05, + "Y": 0.000432199623901397, + "U": 1.951570993696805e-06, + "K": 2.6906252969638444e-05, + "L": 2.327768243048922e-06, + "G": 0.00022533380251843482, + "F": 0.002547323703765869, + "E": 0.005735128186643124, + "T": 0.00023511925246566534, + "P": 0.6667903661727905, + "-": 0.3225971460342407 + }, + "id": "tp_21454" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2681782, + "label": "-", + "classification": { + "B": 1.0963341310343822e-06, + "S": 1.3621593097923324e-06, + "I": 0.0003879393043462187, + "C": 2.4877459509298205e-05, + "R": 4.066912879352458e-06, + "M": 6.8358400312718e-05, + "O": 2.295568265253678e-05, + "W": 2.129374934156658e-06, + "N": 2.6563138817436993e-05, + "Y": 0.0008480920223519206, + "U": 1.218799184243835e-06, + "K": 2.7460917408461682e-05, + "L": 1.4953461686673108e-06, + "G": 0.0002021918771788478, + "F": 0.004631089977920055, + "E": 0.0007121940725483, + "T": 0.00034200886148028076, + "P": 0.20421865582466125, + "-": 0.788476288318634 + }, + "id": "tp_21455" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2681882, + "label": "-", + "classification": { + "B": 2.444817148727907e-08, + "S": 7.965074710902798e-10, + "I": 2.652366674738005e-06, + "C": 1.0461699417874115e-07, + "R": 4.288028598864457e-09, + "M": 2.470134177201544e-07, + "O": 2.7688710702022945e-07, + "W": 1.8824990455357238e-09, + "N": 3.0435934661454667e-08, + "Y": 1.7895333712658612e-06, + "U": 8.55708615077333e-10, + "K": 9.677100093474778e-11, + "L": 1.977469388236841e-08, + "G": 1.696685899332806e-06, + "F": 1.800169047783129e-05, + "E": 1.8018394030150375e-06, + "T": 5.527564098883886e-06, + "P": 0.23243792355060577, + "-": 0.7675299644470215 + }, + "id": "tp_21456" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2682015, + "label": "-", + "classification": { + "B": 1.1699373914098032e-08, + "S": 1.9404013951174193e-09, + "I": 1.141554366768105e-05, + "C": 4.109127189622086e-07, + "R": 8.397220696565455e-09, + "M": 2.4936431941569026e-07, + "O": 1.247159815420673e-07, + "W": 5.222372756463756e-09, + "N": 2.771373885934736e-07, + "Y": 1.350983166048536e-05, + "U": 1.1955544110264782e-08, + "K": 2.790271764752106e-07, + "L": 3.951493798837191e-09, + "G": 4.54268683824921e-06, + "F": 0.00014656303392257541, + "E": 2.1312058379407972e-05, + "T": 9.2030431915191e-06, + "P": 0.39738520979881287, + "-": 0.602406919002533 + }, + "id": "tp_21457" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2682149, + "label": "-", + "classification": { + "B": 2.9342088510020403e-06, + "S": 1.009629500003939e-06, + "I": 0.00017559686966706067, + "C": 1.8749437003862113e-05, + "R": 3.879884388879873e-06, + "M": 4.8172772949328646e-05, + "O": 2.3737406081636436e-05, + "W": 1.5576036958009354e-06, + "N": 1.1743003597075585e-05, + "Y": 0.0005460374522954226, + "U": 1.4408309425562038e-06, + "K": 1.4520159311359748e-05, + "L": 2.9043226277281065e-06, + "G": 0.00020276059512980282, + "F": 0.006260228343307972, + "E": 0.00028571204165928066, + "T": 0.0003879555151797831, + "P": 0.27232158184051514, + "-": 0.7196894288063049 + }, + "id": "tp_21458" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2682282, + "label": "-", + "classification": { + "B": 7.3721144744354206e-09, + "S": 1.0909928516156242e-10, + "I": 2.5416218818463676e-07, + "C": 3.273996407315849e-09, + "R": 7.88945436758226e-11, + "M": 3.3339393468168055e-08, + "O": 2.8503100324428488e-08, + "W": 2.270626048295199e-10, + "N": 1.5553121013311966e-09, + "Y": 2.574887218997901e-07, + "U": 2.0588173527125164e-11, + "K": 8.984945600032379e-12, + "L": 1.0454066501353054e-09, + "G": 1.863930521039947e-07, + "F": 1.6435395082226023e-05, + "E": 2.1904487823576346e-07, + "T": 4.82221253150783e-07, + "P": 0.3090784549713135, + "-": 0.6909036636352539 + }, + "id": "tp_21459" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2682382, + "label": "P", + "classification": { + "B": 5.1265789807075635e-05, + "S": 1.2128248272347264e-05, + "I": 0.001002968056127429, + "C": 3.832321090158075e-05, + "R": 1.067903849616414e-05, + "M": 0.00024851635680533946, + "O": 0.00019666209118440747, + "W": 7.434467534039868e-06, + "N": 5.7440760429017246e-05, + "Y": 0.00030022283317521214, + "U": 1.3894971289118985e-06, + "K": 1.0129511451850703e-07, + "L": 3.5644799936562777e-05, + "G": 0.00027588423108682036, + "F": 0.00043417231063358486, + "E": 0.0002213496481999755, + "T": 0.0009590836707502604, + "P": 0.5404748916625977, + "-": 0.45567184686660767 + }, + "id": "tp_21460" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2682516, + "label": "P", + "classification": { + "B": 2.203190376803832e-07, + "S": 3.63084984300599e-09, + "I": 5.707029686163878e-06, + "C": 1.6742824016091618e-07, + "R": 5.375195843981828e-09, + "M": 1.5677637748012785e-06, + "O": 5.546283432522614e-07, + "W": 2.8072286717417683e-09, + "N": 7.98157273607103e-08, + "Y": 3.205181428711512e-06, + "U": 4.189975033597193e-10, + "K": 1.404068250554502e-10, + "L": 2.0143042789300125e-08, + "G": 5.635712113871705e-06, + "F": 6.566637603100389e-05, + "E": 1.0688024303817656e-05, + "T": 3.437139639572706e-06, + "P": 0.5158068537712097, + "-": 0.48409613966941833 + }, + "id": "tp_21461" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2682649, + "label": "P", + "classification": { + "B": 3.999524551545619e-07, + "S": 3.77446376376156e-08, + "I": 0.0007790499948896468, + "C": 7.958242349559441e-06, + "R": 3.488440540877491e-07, + "M": 2.284753463754896e-05, + "O": 1.324029312854691e-06, + "W": 6.57060752473626e-08, + "N": 7.722246664343402e-06, + "Y": 0.00013191303878556937, + "U": 6.152544784754355e-08, + "K": 1.796293958022943e-08, + "L": 2.673405106179416e-07, + "G": 1.7154592569568194e-05, + "F": 3.362109782756306e-05, + "E": 0.0004150246095377952, + "T": 6.232824671315029e-05, + "P": 0.8110304474830627, + "-": 0.18748928606510162 + }, + "id": "tp_21462" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2682783, + "label": "P", + "classification": { + "B": 3.157639366691001e-05, + "S": 5.430797318695113e-05, + "I": 0.006646186113357544, + "C": 0.000544638023711741, + "R": 0.00013575174671132118, + "M": 0.0006510214298032224, + "O": 0.00032429018756374717, + "W": 5.512018105946481e-05, + "N": 0.0009918619180098176, + "Y": 0.0035489993169903755, + "U": 4.408891254570335e-05, + "K": 0.0003459324361756444, + "L": 4.644338696380146e-05, + "G": 0.001439190935343504, + "F": 0.010533674620091915, + "E": 0.004947833251208067, + "T": 0.002502292860299349, + "P": 0.5676065683364868, + "-": 0.3995502293109894 + }, + "id": "tp_21463" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2682883, + "label": "P", + "classification": { + "B": 4.96881341405242e-07, + "S": 4.886151145910844e-07, + "I": 0.004914043005555868, + "C": 1.027909888762224e-06, + "R": 1.6702813354640966e-07, + "M": 1.2872330444224644e-05, + "O": 1.5670017319280305e-06, + "W": 2.3295956452784594e-07, + "N": 0.00020472983305808157, + "Y": 7.841418846510351e-05, + "U": 4.49978578842547e-08, + "K": 3.054266926483251e-06, + "L": 7.603668450428813e-08, + "G": 1.1273109521425795e-05, + "F": 9.910288645187393e-05, + "E": 0.0010428503155708313, + "T": 7.50589751987718e-05, + "P": 0.974090576171875, + "-": 0.019463971257209778 + }, + "id": "tp_21464" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2683016, + "label": "P", + "classification": { + "B": 8.22882650908241e-09, + "S": 4.908286554972108e-10, + "I": 4.741893008031184e-06, + "C": 2.073758720300134e-09, + "R": 2.8125704890080705e-11, + "M": 5.9310302447102003e-08, + "O": 3.1515732246134576e-09, + "W": 1.5451238899455433e-10, + "N": 5.191412455474165e-08, + "Y": 3.716153571531322e-07, + "U": 6.3187316490243e-11, + "K": 9.632470515663627e-11, + "L": 2.5540661252598795e-10, + "G": 6.002190389153839e-08, + "F": 2.2344220269587822e-06, + "E": 1.562734723847825e-05, + "T": 2.87780864027809e-07, + "P": 0.9737443327903748, + "-": 0.026232188567519188 + }, + "id": "tp_21465" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2683150, + "label": "P", + "classification": { + "B": 5.740382675867295e-07, + "S": 6.492573589866879e-08, + "I": 0.0024382229894399643, + "C": 6.324742116703419e-06, + "R": 1.1035717761842534e-06, + "M": 9.651827895140741e-06, + "O": 2.2337794689519797e-06, + "W": 7.236913290853408e-08, + "N": 3.185800596838817e-05, + "Y": 4.2180934542557225e-05, + "U": 5.256222479488315e-08, + "K": 3.1765150509954765e-08, + "L": 3.210327861324913e-07, + "G": 3.7630630686180666e-05, + "F": 3.018402094312478e-05, + "E": 0.00018788687884807587, + "T": 5.773318844148889e-05, + "P": 0.9308627843856812, + "-": 0.06629108637571335 + }, + "id": "tp_21466" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2683283, + "label": "P", + "classification": { + "B": 0.0029459737706929445, + "S": 0.0001883260119939223, + "I": 0.19138428568840027, + "C": 0.03890443593263626, + "R": 0.004405686631798744, + "M": 0.009794643148779869, + "O": 0.001363048912025988, + "W": 0.0002910714829340577, + "N": 0.00468030758202076, + "Y": 0.01686527580022812, + "U": 0.00020222552120685577, + "K": 2.5108674890361726e-05, + "L": 0.002970421686768532, + "G": 0.01907077059149742, + "F": 0.003937076311558485, + "E": 0.08607306331396103, + "T": 0.004358964506536722, + "P": 0.46250903606414795, + "-": 0.15003030002117157 + }, + "id": "tp_21467" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2683383, + "label": "P", + "classification": { + "B": 7.071553227433469e-07, + "S": 1.9153915786773723e-07, + "I": 0.0007299832650460303, + "C": 4.607803020917345e-06, + "R": 6.927717777216458e-07, + "M": 3.155111335217953e-05, + "O": 3.469968987701577e-06, + "W": 2.3808900095900754e-07, + "N": 3.272862159064971e-05, + "Y": 0.00037337435060180724, + "U": 1.12136483210179e-07, + "K": 4.6413595555350184e-05, + "L": 1.9685558072524145e-07, + "G": 0.00039578473661094904, + "F": 0.0029246038757264614, + "E": 0.003919809125363827, + "T": 0.00014785362873226404, + "P": 0.7104657292366028, + "-": 0.2809218764305115 + }, + "id": "tp_21468" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2683517, + "label": "P", + "classification": { + "B": 6.365069566527382e-05, + "S": 0.0001584402343723923, + "I": 0.006130481604486704, + "C": 0.0005794547614641488, + "R": 0.0001925333490362391, + "M": 0.00045741521171294153, + "O": 0.00046995849697850645, + "W": 0.00010128963913302869, + "N": 0.002092161448672414, + "Y": 0.005196103360503912, + "U": 9.826263703871518e-05, + "K": 0.0019376918207854033, + "L": 4.6492714318446815e-05, + "G": 0.0030394543427973986, + "F": 0.013044876977801323, + "E": 0.007458152249455452, + "T": 0.0029191828798502684, + "P": 0.6104735732078552, + "-": 0.3455407917499542 + }, + "id": "tp_21469" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2683650, + "label": "-", + "classification": { + "B": 2.6348823666921817e-05, + "S": 6.6683442128123716e-06, + "I": 0.0002490766055416316, + "C": 0.0001640667614992708, + "R": 3.208191628800705e-05, + "M": 0.0004737343406304717, + "O": 0.00016914472507778555, + "W": 8.13070892036194e-06, + "N": 1.3887542991142254e-05, + "Y": 0.002288136398419738, + "U": 4.240513135300716e-06, + "K": 1.107692969526397e-05, + "L": 4.2097712139366195e-05, + "G": 0.0014567907201126218, + "F": 0.005012286361306906, + "E": 0.0002578409039415419, + "T": 0.001409222953952849, + "P": 0.04864709824323654, + "-": 0.9397280216217041 + }, + "id": "tp_21470" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2683750, + "label": "P", + "classification": { + "B": 2.4937602574937046e-05, + "S": 7.765248483337928e-06, + "I": 0.0029235451947897673, + "C": 8.696528675500304e-05, + "R": 7.405942142213462e-06, + "M": 0.000237459025811404, + "O": 4.1604092984925956e-05, + "W": 7.3909841376007535e-06, + "N": 0.0002571894146967679, + "Y": 0.0005605313344858587, + "U": 5.320282980392221e-06, + "K": 8.442407852271572e-05, + "L": 7.746490155113861e-06, + "G": 0.0006926158093847334, + "F": 0.0042379614897072315, + "E": 0.012518715113401413, + "T": 0.0003410717472434044, + "P": 0.746552050113678, + "-": 0.23140528798103333 + }, + "id": "tp_21471" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2683884, + "label": "-", + "classification": { + "B": 6.287947384997494e-10, + "S": 6.769929061789526e-11, + "I": 5.3447784864602e-08, + "C": 3.0405673534517064e-09, + "R": 7.01101676714444e-11, + "M": 2.7654031953261438e-08, + "O": 4.6257389030301965e-09, + "W": 2.4732865061549703e-11, + "N": 3.7145589382170385e-10, + "Y": 3.0486989999189973e-06, + "U": 3.931247254812531e-12, + "K": 2.196717287239469e-11, + "L": 1.8683035674094128e-10, + "G": 3.834279596048873e-07, + "F": 4.920412175124511e-05, + "E": 1.428829108363061e-07, + "T": 1.3903426179240341e-06, + "P": 0.057617004960775375, + "-": 0.9423288702964783 + }, + "id": "tp_21472" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2684017, + "label": "P", + "classification": { + "B": 1.1957591596001294e-05, + "S": 1.2780517408828018e-06, + "I": 0.006560552399605513, + "C": 3.596651731641032e-05, + "R": 3.3821638680819888e-06, + "M": 8.649966184748337e-05, + "O": 6.166504135762807e-06, + "W": 6.525402227453014e-07, + "N": 0.00020241232414264232, + "Y": 5.6056374887702987e-05, + "U": 5.027238216825936e-07, + "K": 6.732746555826452e-07, + "L": 2.0037377908010967e-06, + "G": 8.379022619919851e-05, + "F": 9.584560757502913e-05, + "E": 0.0030986678320914507, + "T": 5.327671533450484e-05, + "P": 0.9638156294822693, + "-": 0.02588464692234993 + }, + "id": "tp_21473" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2684151, + "label": "P", + "classification": { + "B": 0.00023546845477540046, + "S": 1.2319186453169095e-06, + "I": 0.0006832545041106641, + "C": 7.5920306699117646e-06, + "R": 5.13243946898001e-07, + "M": 0.00011258071754127741, + "O": 1.1810927389888093e-05, + "W": 3.891026949531806e-07, + "N": 1.6352747479686514e-05, + "Y": 7.982437819009647e-05, + "U": 3.9198784662630715e-08, + "K": 1.6510514910805796e-07, + "L": 3.462888571448275e-06, + "G": 0.0003756681689992547, + "F": 0.0006270098965615034, + "E": 0.0061295912601053715, + "T": 5.138296910445206e-05, + "P": 0.7503643035888672, + "-": 0.2412993460893631 + }, + "id": "tp_21474" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2684251, + "label": "P", + "classification": { + "B": 0.0007463181391358376, + "S": 0.0006004832102917135, + "I": 0.040819715708494186, + "C": 0.00013995754125062376, + "R": 2.7216177841182798e-05, + "M": 0.002463736804202199, + "O": 0.0002942775026895106, + "W": 0.00011251676187384874, + "N": 0.0054992749355733395, + "Y": 0.0023349502589553595, + "U": 6.423290415114025e-06, + "K": 0.00015848787734284997, + "L": 7.509097486035898e-05, + "G": 0.002126040169969201, + "F": 0.0045921350829303265, + "E": 0.11055466532707214, + "T": 0.0013471328420564532, + "P": 0.778645396232605, + "-": 0.04945622384548187 + }, + "id": "tp_21475" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2684384, + "label": "P", + "classification": { + "B": 4.38933875557268e-06, + "S": 3.4885849231613975e-07, + "I": 0.0003926893405150622, + "C": 3.4267534374521347e-06, + "R": 1.582316002668449e-07, + "M": 1.7433438188163564e-05, + "O": 1.9291212538519176e-06, + "W": 2.854932290574652e-07, + "N": 1.599583811184857e-05, + "Y": 0.00012119047460146248, + "U": 3.001663344548433e-07, + "K": 1.305639898419031e-06, + "L": 2.9511414822991355e-07, + "G": 2.2637334041064605e-05, + "F": 0.0004070878785569221, + "E": 0.0015644194791093469, + "T": 3.8323232729453593e-05, + "P": 0.8765528202056885, + "-": 0.12085497379302979 + }, + "id": "tp_21476" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2684518, + "label": "P", + "classification": { + "B": 3.133165478175215e-07, + "S": 2.4461799696950948e-08, + "I": 0.0003310572064947337, + "C": 4.553853329980484e-07, + "R": 7.7270968290577e-08, + "M": 3.045592166017741e-06, + "O": 3.323042392366915e-07, + "W": 1.754091094596788e-08, + "N": 5.0183934945380315e-06, + "Y": 1.2144229003752116e-05, + "U": 1.207597843944086e-08, + "K": 5.6652140756341396e-08, + "L": 4.3077719169559714e-08, + "G": 1.0446889064041898e-05, + "F": 9.29776651901193e-05, + "E": 0.00015356027870438993, + "T": 6.966206456127111e-06, + "P": 0.9574028849601746, + "-": 0.0419805645942688 + }, + "id": "tp_21477" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2684651, + "label": "-", + "classification": { + "B": 8.23187065179809e-07, + "S": 2.666640284587629e-06, + "I": 0.005942738614976406, + "C": 0.0005714279832318425, + "R": 0.0001453203585697338, + "M": 9.321627294411883e-05, + "O": 7.266450847964734e-05, + "W": 5.325207439454971e-06, + "N": 0.0003070786187890917, + "Y": 0.005841383710503578, + "U": 2.8341414690657984e-06, + "K": 0.0001310876978095621, + "L": 6.363854481605813e-06, + "G": 0.0023450565058737993, + "F": 0.008618063293397427, + "E": 0.0017850894946604967, + "T": 0.0007857533055357635, + "P": 0.4217727780342102, + "-": 0.5515702366828918 + }, + "id": "tp_21478" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2684751, + "label": "P", + "classification": { + "B": 1.4024959682501503e-07, + "S": 1.2660124504293435e-08, + "I": 0.00011014340270776302, + "C": 1.4283183418228873e-06, + "R": 5.638047539946456e-08, + "M": 1.0529288374527823e-06, + "O": 4.304750405026425e-07, + "W": 2.0321317961702334e-08, + "N": 4.404614173836308e-06, + "Y": 2.4288394342875108e-05, + "U": 5.3286171919353365e-08, + "K": 5.859592988599616e-07, + "L": 1.1122893717185889e-08, + "G": 1.1998987247352488e-05, + "F": 7.675387314520776e-05, + "E": 0.00018409382028039545, + "T": 1.2917121239297558e-05, + "P": 0.8331618309020996, + "-": 0.16640979051589966 + }, + "id": "tp_21479" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2684885, + "label": "P", + "classification": { + "B": 2.2987912018379575e-07, + "S": 1.4110852042392708e-08, + "I": 0.00015098250878509134, + "C": 8.484015552312485e-07, + "R": 2.0316836213396527e-08, + "M": 2.932980123659945e-06, + "O": 6.223367563507054e-07, + "W": 6.893391191198361e-09, + "N": 2.798583864205284e-06, + "Y": 2.701606717891991e-06, + "U": 8.444509980165549e-09, + "K": 8.086135316887066e-09, + "L": 4.229904249086758e-08, + "G": 7.105117219907697e-06, + "F": 2.1025382011430338e-05, + "E": 0.00011519491818035021, + "T": 1.056295423040865e-05, + "P": 0.8337602019309998, + "-": 0.16592469811439514 + }, + "id": "tp_21480" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2685018, + "label": "-", + "classification": { + "B": 0.001925604185089469, + "S": 6.206863326951861e-05, + "I": 0.002911139512434602, + "C": 0.0005638708244077861, + "R": 0.00010277741239406168, + "M": 0.005211698357015848, + "O": 0.0017926247091963887, + "W": 4.5827684516552836e-05, + "N": 0.0001273160014534369, + "Y": 0.004828634671866894, + "U": 7.74919863033574e-06, + "K": 7.772471803946246e-07, + "L": 0.0008286992670036852, + "G": 0.009768400341272354, + "F": 0.0016489583067595959, + "E": 0.0033853373024612665, + "T": 0.00607999786734581, + "P": 0.11792733520269394, + "-": 0.8427812457084656 + }, + "id": "tp_21481" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2685152, + "label": "P", + "classification": { + "B": 3.4903447243550545e-08, + "S": 5.674026581914404e-09, + "I": 8.874880586517975e-05, + "C": 9.84771659773287e-08, + "R": 3.874911502776968e-09, + "M": 1.845650331233628e-06, + "O": 2.5808068926380656e-07, + "W": 3.316436014699775e-09, + "N": 9.834451475398964e-07, + "Y": 2.7501762360770954e-06, + "U": 1.1550748135746858e-09, + "K": 7.764233145302057e-10, + "L": 1.9337157652898895e-08, + "G": 2.193369937231182e-06, + "F": 2.9490103770513088e-05, + "E": 3.058611764572561e-05, + "T": 4.8931392484519165e-06, + "P": 0.8946731686592102, + "-": 0.10516486316919327 + }, + "id": "tp_21482" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2685252, + "label": "P", + "classification": { + "B": 5.555045390792657e-06, + "S": 6.906847715981712e-08, + "I": 0.0002330836869077757, + "C": 6.222821411938639e-06, + "R": 6.832350436525303e-07, + "M": 4.068635098519735e-05, + "O": 8.355605132237542e-06, + "W": 1.836844489844225e-07, + "N": 3.835743882518727e-06, + "Y": 6.851560465293005e-05, + "U": 8.771317538958101e-08, + "K": 4.1251482230109104e-08, + "L": 1.193280695588328e-06, + "G": 9.064498590305448e-05, + "F": 0.00029018509667366743, + "E": 0.00028876776923425496, + "T": 8.053655619733036e-05, + "P": 0.5274885892868042, + "-": 0.4713926613330841 + }, + "id": "tp_21483" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2685385, + "label": "P", + "classification": { + "B": 1.9355893243755418e-07, + "S": 1.1350477535643222e-07, + "I": 0.0006807335885241628, + "C": 3.7814597817487083e-06, + "R": 1.8276347191203968e-07, + "M": 7.293182534340303e-06, + "O": 1.5017170653663925e-06, + "W": 1.1477167305429248e-07, + "N": 3.047390237043146e-05, + "Y": 4.5347951527219266e-05, + "U": 1.5614008930242562e-07, + "K": 4.814728526980616e-06, + "L": 6.691629295119128e-08, + "G": 2.8186681447550654e-05, + "F": 0.0003236080228816718, + "E": 0.0010758794378489256, + "T": 2.1884232410229743e-05, + "P": 0.8864392042160034, + "-": 0.11133648455142975 + }, + "id": "tp_21484" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2685519, + "label": "-", + "classification": { + "B": 2.9757942776598156e-09, + "S": 1.1315320208593604e-10, + "I": 4.4973842250328744e-07, + "C": 1.3267087695112423e-07, + "R": 4.005828113662346e-09, + "M": 1.786015815241626e-07, + "O": 2.2284833534058635e-08, + "W": 1.2937989568584385e-10, + "N": 2.4387205588283223e-09, + "Y": 1.1707762496371288e-05, + "U": 6.557566989418007e-11, + "K": 7.577287131077526e-10, + "L": 2.2668680266235697e-09, + "G": 3.4555116599221947e-06, + "F": 0.0005110771744512022, + "E": 1.9106930722045945e-06, + "T": 1.8112795032720896e-06, + "P": 0.041149161756038666, + "-": 0.9583200812339783 + }, + "id": "tp_21485" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2685652, + "label": "P", + "classification": { + "B": 9.596409427103936e-07, + "S": 1.1773312280638493e-07, + "I": 0.0007017162279225886, + "C": 9.906279046845157e-06, + "R": 4.3093089630019676e-07, + "M": 1.6766269254731014e-05, + "O": 1.3923254300607368e-06, + "W": 1.0687079310400804e-07, + "N": 2.5397443096153438e-05, + "Y": 0.00012092684482922778, + "U": 1.7981028577196412e-07, + "K": 3.27238467434654e-06, + "L": 1.8317234662390547e-07, + "G": 6.932148971827701e-05, + "F": 0.000442877208115533, + "E": 0.002327599562704563, + "T": 3.5037541238125414e-05, + "P": 0.8662981986999512, + "-": 0.12994566559791565 + }, + "id": "tp_21486" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2685752, + "label": "P", + "classification": { + "B": 5.179312267955538e-08, + "S": 2.996544168354376e-08, + "I": 1.2209722626721486e-05, + "C": 2.614683296542353e-07, + "R": 2.139451638072387e-08, + "M": 1.2083003184670815e-06, + "O": 4.937699031870579e-07, + "W": 1.813475769552042e-08, + "N": 7.682131126784952e-07, + "Y": 1.2687678463407792e-05, + "U": 5.760243393382325e-09, + "K": 4.346810200672735e-08, + "L": 1.224977896896462e-08, + "G": 3.0125934245006647e-06, + "F": 0.00034320104168727994, + "E": 3.03355172945885e-05, + "T": 1.1872876712004654e-05, + "P": 0.7014467716217041, + "-": 0.29813703894615173 + }, + "id": "tp_21487" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2685886, + "label": "P", + "classification": { + "B": 5.281679538171602e-09, + "S": 2.3467190413128947e-09, + "I": 5.2244846301618963e-05, + "C": 1.846489965373621e-07, + "R": 6.558792176036832e-09, + "M": 2.7877871389137e-07, + "O": 5.48308953796095e-08, + "W": 2.7103463917654835e-09, + "N": 1.1904368193427217e-06, + "Y": 1.1662516044452786e-05, + "U": 2.895104156408479e-09, + "K": 2.8241504423931474e-07, + "L": 1.7938673879669409e-09, + "G": 5.248818069958361e-06, + "F": 0.00036286699469201267, + "E": 0.0002155004331143573, + "T": 2.1802509309054585e-06, + "P": 0.8789517879486084, + "-": 0.12039647251367569 + }, + "id": "tp_21488" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2686019, + "label": "P", + "classification": { + "B": 1.833919648086546e-11, + "S": 2.266942493098223e-12, + "I": 1.9947491125549277e-07, + "C": 3.515401580944655e-10, + "R": 2.6207165777780705e-12, + "M": 1.620942491342703e-08, + "O": 7.37072403111938e-10, + "W": 4.113375005193598e-12, + "N": 1.0994565258215516e-09, + "Y": 3.217902246888116e-07, + "U": 1.6645392746442167e-12, + "K": 7.283278841141438e-11, + "L": 1.055244693709545e-11, + "G": 4.601993452979514e-08, + "F": 1.3602619219454937e-05, + "E": 1.796394258235523e-06, + "T": 2.913735670517781e-07, + "P": 0.5079339742660522, + "-": 0.4920497536659241 + }, + "id": "tp_21489" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2686153, + "label": "-", + "classification": { + "B": 7.926138856362286e-09, + "S": 3.3008479283225256e-10, + "I": 3.776547600864433e-05, + "C": 1.713620690679818e-06, + "R": 1.4811620374644008e-08, + "M": 2.1386233584053116e-06, + "O": 4.570339129372769e-08, + "W": 1.0744123368766623e-09, + "N": 2.704155406263453e-07, + "Y": 1.757666905177757e-05, + "U": 8.198012935167753e-09, + "K": 5.496688686434936e-07, + "L": 4.601668823767113e-09, + "G": 1.0588190889393445e-05, + "F": 0.0005966591415926814, + "E": 0.0003340192779432982, + "T": 5.581239747698419e-06, + "P": 0.42181333899497986, + "-": 0.5771798491477966 + }, + "id": "tp_21490" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2686253, + "label": "-", + "classification": { + "B": 2.9272890969878063e-05, + "S": 1.864938712969888e-05, + "I": 0.00034110344131477177, + "C": 8.181499288184568e-05, + "R": 1.3557202692027204e-05, + "M": 0.0001246342872036621, + "O": 9.587644308339804e-05, + "W": 1.1327606443956029e-05, + "N": 7.531660230597481e-05, + "Y": 0.0009443805902265012, + "U": 8.615173101134133e-06, + "K": 0.0002642819017637521, + "L": 9.246813533536624e-06, + "G": 0.0009528282680548728, + "F": 0.013058671727776527, + "E": 0.0018021413125097752, + "T": 0.0008851048769429326, + "P": 0.23682920634746552, + "-": 0.7444539666175842 + }, + "id": "tp_21491" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2686386, + "label": "P", + "classification": { + "B": 0.0006029502837918699, + "S": 0.0004921019426546991, + "I": 0.02352142333984375, + "C": 0.0007826582295820117, + "R": 0.00024489976931363344, + "M": 0.0025675473734736443, + "O": 0.0007696488173678517, + "W": 0.0002259772300021723, + "N": 0.0037113225553184748, + "Y": 0.0043106391094625, + "U": 0.00012143204367021099, + "K": 0.0003295612405054271, + "L": 0.0002540137793403119, + "G": 0.0024556550197303295, + "F": 0.008263878524303436, + "E": 0.013067507185041904, + "T": 0.003340708324685693, + "P": 0.7303200364112854, + "-": 0.20461802184581757 + }, + "id": "tp_21492" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2686520, + "label": "-", + "classification": { + "B": 5.770115194536629e-07, + "S": 2.6420723386877398e-08, + "I": 0.0004282454610802233, + "C": 2.550836325099226e-05, + "R": 9.645098089094972e-07, + "M": 1.6097959814942442e-05, + "O": 1.5907097576928209e-06, + "W": 5.4743395594414324e-08, + "N": 5.975607109576231e-06, + "Y": 0.0003083996707573533, + "U": 2.013867117511836e-07, + "K": 1.4641775578638772e-06, + "L": 3.3885322636706405e-07, + "G": 0.00022547063417732716, + "F": 0.000882588152308017, + "E": 0.0012133759446442127, + "T": 7.736820407444611e-05, + "P": 0.37038981914520264, + "-": 0.6264220476150513 + }, + "id": "tp_21493" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2686653, + "label": "-", + "classification": { + "B": 2.2363122909041522e-08, + "S": 1.4419244964702926e-10, + "I": 1.97948020286276e-06, + "C": 5.734275987379078e-08, + "R": 1.1277699885070547e-09, + "M": 3.8359888776540174e-07, + "O": 6.823572107350628e-08, + "W": 6.526285067920412e-10, + "N": 9.03577745958728e-09, + "Y": 1.492980800321675e-06, + "U": 1.6119861001584468e-10, + "K": 3.2676628070049674e-10, + "L": 3.642403045844844e-09, + "G": 2.154097501261276e-06, + "F": 4.797067595063709e-05, + "E": 3.5283171655464685e-06, + "T": 1.488009957029135e-06, + "P": 0.301214337348938, + "-": 0.6987265348434448 + }, + "id": "tp_21494" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2686753, + "label": "P", + "classification": { + "B": 4.012747012893669e-06, + "S": 8.306287213599717e-07, + "I": 0.00024498478160239756, + "C": 1.5376028841274092e-06, + "R": 2.6101099592779065e-07, + "M": 2.565168142609764e-05, + "O": 5.682984465238405e-06, + "W": 2.48316325723863e-07, + "N": 1.3214380487625021e-05, + "Y": 0.00011219398584216833, + "U": 7.395711776325697e-08, + "K": 5.512827669917897e-07, + "L": 5.962755267319153e-07, + "G": 0.00014223813195712864, + "F": 0.0012645184760913253, + "E": 0.0005178128485567868, + "T": 8.602161688031629e-05, + "P": 0.8037834763526917, + "-": 0.19379615783691406 + }, + "id": "tp_21495" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2686887, + "label": "-", + "classification": { + "B": 1.2829184470319888e-06, + "S": 4.1036224729396054e-07, + "I": 0.0003244156250730157, + "C": 2.5045046641025692e-05, + "R": 3.5221612506575184e-06, + "M": 3.8641359424218535e-05, + "O": 1.5460987924598157e-05, + "W": 8.311488386425481e-07, + "N": 1.0055707207357045e-05, + "Y": 0.00034136706381104887, + "U": 5.741178483731346e-07, + "K": 1.1166787317051785e-06, + "L": 1.6396605815316434e-06, + "G": 0.0001668086915742606, + "F": 0.0011566777247935534, + "E": 0.00017125126032624394, + "T": 0.0001928417623275891, + "P": 0.3065740466117859, + "-": 0.6909741163253784 + }, + "id": "tp_21496" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2687020, + "label": "-", + "classification": { + "B": 3.7574950511043426e-06, + "S": 1.5329569578170776e-06, + "I": 4.4883006921736524e-05, + "C": 1.9516080556059023e-06, + "R": 2.322540240129456e-07, + "M": 1.9507977413013577e-05, + "O": 1.2149685062468052e-05, + "W": 3.625354452196916e-07, + "N": 5.7909273891709745e-06, + "Y": 3.86926403734833e-05, + "U": 4.452775570484846e-08, + "K": 1.4846051499262103e-07, + "L": 7.252565978888015e-07, + "G": 4.948065907228738e-05, + "F": 0.0010185926221311092, + "E": 7.895278395153582e-05, + "T": 0.00012350226461421698, + "P": 0.4932658076286316, + "-": 0.5053339600563049 + }, + "id": "tp_21497" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2687154, + "label": "-", + "classification": { + "B": 6.614207848087972e-08, + "S": 8.513724480962992e-08, + "I": 2.1275802282616496e-05, + "C": 2.6912732664641226e-07, + "R": 1.4596901465324663e-08, + "M": 2.3253378458321095e-06, + "O": 9.197866575050284e-07, + "W": 2.3717797503763904e-08, + "N": 1.932424083861406e-06, + "Y": 3.4167263947892934e-05, + "U": 8.21845791421083e-09, + "K": 2.634402335388586e-06, + "L": 7.3287593771453885e-09, + "G": 1.8451200958224945e-05, + "F": 0.0008565983735024929, + "E": 0.0005476776277646422, + "T": 1.6517624317202717e-05, + "P": 0.42008066177368164, + "-": 0.5784162878990173 + }, + "id": "tp_21498" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2687254, + "label": "P", + "classification": { + "B": 7.607152383570792e-07, + "S": 8.734786547393014e-07, + "I": 5.806699118693359e-05, + "C": 5.66679034363915e-07, + "R": 1.502806412645441e-07, + "M": 2.461379608575953e-06, + "O": 6.0649190345429815e-06, + "W": 2.634993165884225e-07, + "N": 3.971792921220185e-06, + "Y": 2.7351309199730167e-06, + "U": 1.970749252677706e-08, + "K": 5.4504369906283046e-09, + "L": 5.087313752483169e-07, + "G": 9.585188308847137e-06, + "F": 0.0001574499037815258, + "E": 5.919427167100366e-06, + "T": 3.443578680162318e-05, + "P": 0.8839108347892761, + "-": 0.11580540984869003 + }, + "id": "tp_21499" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2687387, + "label": "-", + "classification": { + "B": 4.700813072133769e-10, + "S": 1.9824553110225906e-10, + "I": 2.248337551691293e-07, + "C": 2.5187452123986986e-08, + "R": 4.4702594403922546e-10, + "M": 2.884946752601536e-07, + "O": 1.899958057549611e-08, + "W": 1.0105054987219475e-10, + "N": 2.495013529113521e-09, + "Y": 2.4788635073491605e-06, + "U": 4.2207539546756934e-11, + "K": 8.730563494374621e-11, + "L": 6.937619367874959e-10, + "G": 2.284255629092513e-07, + "F": 1.6606938515906222e-05, + "E": 6.954223294997064e-07, + "T": 4.012476438219892e-06, + "P": 0.1008143201470375, + "-": 0.899161159992218 + }, + "id": "tp_21500" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2687521, + "label": "-", + "classification": { + "B": 3.6003945069751353e-07, + "S": 2.4243658458544814e-07, + "I": 8.840022201184183e-05, + "C": 1.219566365762148e-05, + "R": 1.6949635437413235e-06, + "M": 1.0086281690746546e-05, + "O": 6.5335175349900965e-06, + "W": 5.635840807372006e-07, + "N": 5.062895979790483e-06, + "Y": 0.0002754615852609277, + "U": 4.677090998939093e-07, + "K": 1.211344624607591e-05, + "L": 3.351932207351638e-07, + "G": 7.026739331195131e-05, + "F": 0.004304212983697653, + "E": 0.00010028985707322136, + "T": 9.725247946335003e-05, + "P": 0.15508657693862915, + "-": 0.8399278521537781 + }, + "id": "tp_21501" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2687654, + "label": "-", + "classification": { + "B": 0.00011989643098786473, + "S": 8.878557127900422e-05, + "I": 0.0009507492068223655, + "C": 0.00096847431268543, + "R": 5.842791870236397e-05, + "M": 0.0006766968290321529, + "O": 0.00019752993830479681, + "W": 5.537486867979169e-05, + "N": 0.00037735325167886913, + "Y": 0.004424494691193104, + "U": 1.4141836800263263e-05, + "K": 0.003106479998677969, + "L": 7.421446935040876e-05, + "G": 0.02200518548488617, + "F": 0.22295022010803223, + "E": 0.13915517926216125, + "T": 0.0014271216932684183, + "P": 0.2926945388317108, + "-": 0.3106551170349121 + }, + "id": "tp_21502" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2687754, + "label": "-", + "classification": { + "B": 6.759505049558356e-05, + "S": 6.954332548048114e-06, + "I": 0.0007380414754152298, + "C": 0.0003381140704732388, + "R": 1.5325475033023395e-05, + "M": 0.00031261134427040815, + "O": 4.8413898184662685e-05, + "W": 6.8176909735484514e-06, + "N": 8.564109157305211e-05, + "Y": 0.002164562465623021, + "U": 3.555338253136142e-06, + "K": 8.316712046507746e-05, + "L": 1.3989126273372676e-05, + "G": 0.002811148762702942, + "F": 0.018328065052628517, + "E": 0.019810164347290993, + "T": 0.0009096346911974251, + "P": 0.41333016753196716, + "-": 0.5409260392189026 + }, + "id": "tp_21503" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2687888, + "label": "P", + "classification": { + "B": 5.155227995601308e-07, + "S": 3.6790191870750277e-07, + "I": 0.00031813886016607285, + "C": 9.10333801584784e-06, + "R": 5.556796054406732e-07, + "M": 1.1599268873396795e-05, + "O": 4.154910129727796e-06, + "W": 7.752979058750498e-07, + "N": 3.805147935054265e-05, + "Y": 0.00013971369480714202, + "U": 8.593689813096717e-07, + "K": 7.804425695212558e-05, + "L": 1.8577502203243057e-07, + "G": 6.874086830066517e-05, + "F": 0.002278998028486967, + "E": 0.004039393272250891, + "T": 5.170447184354998e-05, + "P": 0.7800571918487549, + "-": 0.2129019796848297 + }, + "id": "tp_21504" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2688021, + "label": "P", + "classification": { + "B": 5.77389080991253e-10, + "S": 6.0009844315978e-11, + "I": 2.4640799892949872e-05, + "C": 1.1375614228370523e-08, + "R": 1.3674228416249434e-10, + "M": 1.62513931201147e-08, + "O": 9.913790899318542e-10, + "W": 1.2312001418379737e-10, + "N": 2.3537228344139294e-07, + "Y": 1.5555229992969544e-07, + "U": 1.1524346754665515e-10, + "K": 3.825391114986587e-09, + "L": 5.465522479042306e-11, + "G": 1.1733273908021147e-07, + "F": 1.244227314600721e-05, + "E": 0.0001039427806972526, + "T": 4.019666022259116e-08, + "P": 0.9923560619354248, + "-": 0.007502327673137188 + }, + "id": "tp_21505" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2688155, + "label": "-", + "classification": { + "B": 4.815674525815439e-10, + "S": 2.9842329996032646e-11, + "I": 7.269118782460282e-07, + "C": 9.310796578176905e-09, + "R": 2.629467199533053e-10, + "M": 4.189316982206037e-08, + "O": 1.2802357396424213e-08, + "W": 1.7688932263393298e-10, + "N": 3.6991802954133846e-09, + "Y": 4.929346459903172e-07, + "U": 3.4085369943204213e-11, + "K": 1.416550543531514e-09, + "L": 2.4639915108259913e-10, + "G": 4.2735393890325213e-07, + "F": 4.6152883442118764e-05, + "E": 2.7720768684957875e-06, + "T": 7.440614240294963e-07, + "P": 0.13615265488624573, + "-": 0.8637959957122803 + }, + "id": "tp_21506" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2688255, + "label": "-", + "classification": { + "B": 9.547795343678445e-05, + "S": 4.430886110640131e-05, + "I": 0.002113914117217064, + "C": 0.0012037387350574136, + "R": 0.00018247337720822543, + "M": 0.0008115131058730185, + "O": 0.0003408344346098602, + "W": 4.575458660838194e-05, + "N": 0.000287980044959113, + "Y": 0.011017228476703167, + "U": 5.127193799125962e-05, + "K": 0.000546006893273443, + "L": 7.628517778357491e-05, + "G": 0.00756090646609664, + "F": 0.022692985832691193, + "E": 0.006346576381474733, + "T": 0.0029937135986983776, + "P": 0.21473991870880127, + "-": 0.7288491725921631 + }, + "id": "tp_21507" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2688388, + "label": "P", + "classification": { + "B": 5.676394039255683e-07, + "S": 1.3985784619308106e-07, + "I": 0.00011213374091312289, + "C": 7.284163075382821e-06, + "R": 4.1258579130953876e-07, + "M": 5.4574124987993855e-06, + "O": 2.8932595341757406e-06, + "W": 2.2519996889514005e-07, + "N": 6.3407815105165355e-06, + "Y": 5.254986172076315e-05, + "U": 1.5735861325083533e-07, + "K": 2.4498940547346137e-06, + "L": 1.09714981988418e-07, + "G": 3.778968675760552e-05, + "F": 0.0013664823491126299, + "E": 0.00035349620156921446, + "T": 3.393152292119339e-05, + "P": 0.5427897572517395, + "-": 0.45522794127464294 + }, + "id": "tp_21508" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2688522, + "label": "P", + "classification": { + "B": 4.31410853707348e-06, + "S": 5.527085136236565e-07, + "I": 0.0003016322443727404, + "C": 1.846229451984982e-06, + "R": 7.84960647592925e-08, + "M": 2.0598074115696363e-05, + "O": 3.516851165841217e-06, + "W": 5.522280162040261e-07, + "N": 2.7946804038947448e-05, + "Y": 4.6496454160660505e-05, + "U": 1.0937853289760824e-07, + "K": 1.004129444481805e-05, + "L": 3.3105709462688537e-07, + "G": 0.00011813671153504401, + "F": 0.0022767484188079834, + "E": 0.019613128155469894, + "T": 2.8658339942921884e-05, + "P": 0.8338761329650879, + "-": 0.14366917312145233 + }, + "id": "tp_21509" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2688655, + "label": "P", + "classification": { + "B": 3.778108936813851e-09, + "S": 2.02373051649829e-09, + "I": 4.760378033097368e-06, + "C": 1.752867540005809e-08, + "R": 8.332776135766551e-10, + "M": 5.41218270200261e-08, + "O": 6.472829028325577e-08, + "W": 2.024058698424369e-09, + "N": 1.2407953420279227e-07, + "Y": 3.1073832360561937e-06, + "U": 8.448627353274674e-10, + "K": 3.388744218568718e-08, + "L": 8.689757247104524e-10, + "G": 4.5695986727878335e-07, + "F": 0.00012056627019774169, + "E": 5.746209808421554e-06, + "T": 1.4899225107001257e-06, + "P": 0.6602519750595093, + "-": 0.33961164951324463 + }, + "id": "tp_21510" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2688755, + "label": "-", + "classification": { + "B": 0.0003839624987449497, + "S": 0.019026782363653183, + "I": 0.0020182293374091387, + "C": 0.00013634817150887102, + "R": 0.0002146535407518968, + "M": 0.059067532420158386, + "O": 0.030936092138290405, + "W": 0.0008074846118688583, + "N": 0.00015413391520269215, + "Y": 0.008583550341427326, + "U": 1.235539571098343e-06, + "K": 3.2290924991684733e-06, + "L": 0.00613918574526906, + "G": 0.007028814870864153, + "F": 0.027024580165743828, + "E": 0.0005607585189864039, + "T": 0.028060048818588257, + "P": 0.03274405747652054, + "-": 0.7771093845367432 + }, + "id": "tp_21511" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2688889, + "label": "P", + "classification": { + "B": 0.0012481440789997578, + "S": 0.03819164261221886, + "I": 0.1457304060459137, + "C": 0.00038671749643981457, + "R": 0.0008691460825502872, + "M": 0.006788345985114574, + "O": 0.012984129600226879, + "W": 0.00299649266526103, + "N": 0.041034068912267685, + "Y": 0.008118580095469952, + "U": 3.71682908735238e-05, + "K": 0.001405872404575348, + "L": 0.0006911000236868858, + "G": 0.004576768726110458, + "F": 0.026448963209986687, + "E": 0.005987467244267464, + "T": 0.015627138316631317, + "P": 0.5450006127357483, + "-": 0.14187723398208618 + }, + "id": "tp_21512" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2689022, + "label": "-", + "classification": { + "B": 0.00013893406139686704, + "S": 0.0001702078734524548, + "I": 0.002191562205553055, + "C": 0.0017491045873612165, + "R": 0.0005059133982285857, + "M": 0.010693780146539211, + "O": 0.0017924763960763812, + "W": 6.935876444913447e-05, + "N": 0.00016753326053731143, + "Y": 0.024642134085297585, + "U": 3.2248270144918934e-05, + "K": 3.1283561838790774e-05, + "L": 0.0010355889098718762, + "G": 0.011809040792286396, + "F": 0.018803203478455544, + "E": 0.001967555843293667, + "T": 0.017310261726379395, + "P": 0.03109556995332241, + "-": 0.8757942914962769 + }, + "id": "tp_21513" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2689156, + "label": "-", + "classification": { + "B": 1.232879753843008e-06, + "S": 6.621155534958234e-07, + "I": 0.00010711364302551374, + "C": 7.369602826656774e-05, + "R": 1.7841906810645014e-05, + "M": 0.0003181703214067966, + "O": 3.7042522308183834e-05, + "W": 7.531241408287315e-07, + "N": 1.8572447970655048e-06, + "Y": 0.009613686241209507, + "U": 6.008558557368815e-07, + "K": 2.907965154008707e-06, + "L": 9.80794538918417e-06, + "G": 0.0016393928090110421, + "F": 0.0022753628436475992, + "E": 7.36875954316929e-05, + "T": 0.002151266671717167, + "P": 0.00839774589985609, + "-": 0.9752771854400635 + }, + "id": "tp_21514" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2689256, + "label": "P", + "classification": { + "B": 0.0020106742158532143, + "S": 0.0018117938889190555, + "I": 0.1936493217945099, + "C": 0.018446093425154686, + "R": 0.007023146376013756, + "M": 0.022242121398448944, + "O": 0.00874005351215601, + "W": 0.002250890713185072, + "N": 0.028937291353940964, + "Y": 0.07470523566007614, + "U": 0.0013023673091083765, + "K": 0.002595985308289528, + "L": 0.003360970411449671, + "G": 0.03167419508099556, + "F": 0.016693562269210815, + "E": 0.03996280953288078, + "T": 0.04468066990375519, + "P": 0.28393587470054626, + "-": 0.2159770131111145 + }, + "id": "tp_21515" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2689389, + "label": "-", + "classification": { + "B": 5.145414615981281e-05, + "S": 0.0002519573026802391, + "I": 0.0015938513679429889, + "C": 0.0001262330770259723, + "R": 0.00021872944489587098, + "M": 0.008728209882974625, + "O": 0.002789490856230259, + "W": 0.00017193896928802133, + "N": 0.0001535426708869636, + "Y": 0.02095751464366913, + "U": 1.3674292858922854e-05, + "K": 1.533092108729761e-05, + "L": 0.0003771550254896283, + "G": 0.00274446583352983, + "F": 0.010199368931353092, + "E": 0.00040314727812074125, + "T": 0.026774117723107338, + "P": 0.04975435137748718, + "-": 0.8746755123138428 + }, + "id": "tp_21516" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2689523, + "label": "-", + "classification": { + "B": 1.173251234831696e-06, + "S": 5.43200621905271e-06, + "I": 0.00023237643472384661, + "C": 1.2425355635059532e-05, + "R": 5.308937488734955e-06, + "M": 0.0008455392089672387, + "O": 0.0001139304440584965, + "W": 1.903847987705376e-06, + "N": 4.413781425682828e-06, + "Y": 0.004622801207005978, + "U": 9.104317655328487e-08, + "K": 3.484009596377291e-07, + "L": 8.998979865282308e-06, + "G": 0.0004156590439379215, + "F": 0.001969159347936511, + "E": 6.70266745146364e-05, + "T": 0.0036202913615852594, + "P": 0.017466045916080475, + "-": 0.9706071019172668 + }, + "id": "tp_21517" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2689656, + "label": "-", + "classification": { + "B": 0.0005203532055020332, + "S": 0.00038147959276102483, + "I": 0.00474558724090457, + "C": 0.007598955649882555, + "R": 0.004656484816223383, + "M": 0.018943462520837784, + "O": 0.005962503608316183, + "W": 0.0004108788853045553, + "N": 0.0003622613148763776, + "Y": 0.08366172760725021, + "U": 0.00019672630878631026, + "K": 8.285706280730665e-05, + "L": 0.004134217742830515, + "G": 0.027868764474987984, + "F": 0.01309264451265335, + "E": 0.001260039396584034, + "T": 0.05712107568979263, + "P": 0.017180677503347397, + "-": 0.751819372177124 + }, + "id": "tp_21518" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2689756, + "label": "-", + "classification": { + "B": 1.0805776582856197e-05, + "S": 4.695042298408225e-05, + "I": 0.00034964954829774797, + "C": 0.00023230788065120578, + "R": 3.8063331885496154e-05, + "M": 0.001017655711621046, + "O": 0.00029537605587393045, + "W": 2.4798062440822832e-05, + "N": 5.450760727399029e-05, + "Y": 0.00507174339145422, + "U": 4.235454525769455e-06, + "K": 0.0002972218208014965, + "L": 3.836146424873732e-05, + "G": 0.0022646889556199312, + "F": 0.027002429589629173, + "E": 0.001862087519839406, + "T": 0.0032918257638812065, + "P": 0.039527375251054764, + "-": 0.9185699820518494 + }, + "id": "tp_21519" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2689890, + "label": "P", + "classification": { + "B": 4.1369671635038685e-06, + "S": 2.401065785306855e-06, + "I": 0.0009216123726218939, + "C": 2.4592001864220947e-05, + "R": 7.576664756925311e-06, + "M": 0.00010678947728592902, + "O": 3.7361074646469206e-05, + "W": 9.669408882473363e-07, + "N": 3.625807221396826e-05, + "Y": 0.00036321321385912597, + "U": 5.926098651798384e-07, + "K": 3.6567755046235106e-07, + "L": 1.1449405064922757e-05, + "G": 0.00037071050610393286, + "F": 0.0027141491882503033, + "E": 0.00032042618840932846, + "T": 0.00048102653818205, + "P": 0.5570278763771057, + "-": 0.43756845593452454 + }, + "id": "tp_21520" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2690023, + "label": "-", + "classification": { + "B": 0.00012500993034336716, + "S": 0.005362052470445633, + "I": 0.024588627740740776, + "C": 0.005955963861197233, + "R": 0.004591654054820538, + "M": 0.019624438136816025, + "O": 0.008221299387514591, + "W": 0.0014669062802568078, + "N": 0.0027132309041917324, + "Y": 0.09643354266881943, + "U": 3.784970976994373e-05, + "K": 0.0007255731616169214, + "L": 0.00109115953091532, + "G": 0.009957712143659592, + "F": 0.03789818659424782, + "E": 0.0014312618877738714, + "T": 0.1199355348944664, + "P": 0.04539061710238457, + "-": 0.6144493818283081 + }, + "id": "tp_21521" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2690157, + "label": "-", + "classification": { + "B": 1.7775312244339148e-06, + "S": 4.225183147354983e-06, + "I": 0.00036986658233217895, + "C": 7.684162483201362e-06, + "R": 2.976498080897727e-06, + "M": 6.65253319311887e-05, + "O": 7.634065696038306e-05, + "W": 4.07569132221397e-06, + "N": 2.6401778086437844e-05, + "Y": 0.0005210217204876244, + "U": 9.236127311851305e-07, + "K": 1.8179288190367515e-06, + "L": 4.639075086743105e-06, + "G": 0.00011347746476531029, + "F": 0.001203048275783658, + "E": 0.00010152535105589777, + "T": 0.0009759278618730605, + "P": 0.15588660538196564, + "-": 0.8406311869621277 + }, + "id": "tp_21522" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2690257, + "label": "-", + "classification": { + "B": 2.0449235762498574e-06, + "S": 3.9449139876523986e-05, + "I": 6.52422895655036e-05, + "C": 4.056129000673536e-06, + "R": 1.7269319414481288e-06, + "M": 0.0001436549937352538, + "O": 8.707185043022037e-05, + "W": 4.837945198232774e-06, + "N": 7.514825938415015e-06, + "Y": 0.0003034427354577929, + "U": 1.6518833945156075e-07, + "K": 4.735230959340697e-06, + "L": 5.460659394884715e-06, + "G": 0.00014913585619069636, + "F": 0.02001870796084404, + "E": 0.00010576223576208577, + "T": 0.0005275483708828688, + "P": 0.08332549035549164, + "-": 0.8952040672302246 + }, + "id": "tp_21523" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2690390, + "label": "-", + "classification": { + "B": 0.00022779761638958007, + "S": 0.00012546571088023484, + "I": 0.008147292770445347, + "C": 0.00021775459754280746, + "R": 0.00013080143253318965, + "M": 0.011861773207783699, + "O": 0.0015948270447552204, + "W": 5.7703462516656145e-05, + "N": 0.0002187359641538933, + "Y": 0.008754242211580276, + "U": 6.980471425777068e-06, + "K": 1.2180631756564253e-06, + "L": 0.0005755855818279088, + "G": 0.0034637933131307364, + "F": 0.002330441726371646, + "E": 0.001072305254638195, + "T": 0.018124651163816452, + "P": 0.14877092838287354, + "-": 0.7943176627159119 + }, + "id": "tp_21524" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2690524, + "label": "-", + "classification": { + "B": 1.912461584652192e-06, + "S": 1.7117025663537788e-06, + "I": 0.0003702697576954961, + "C": 2.2528472982230596e-05, + "R": 4.337342488724971e-06, + "M": 8.008072472875938e-05, + "O": 2.8841381208621897e-05, + "W": 1.5934081147861434e-06, + "N": 1.6575817426200956e-05, + "Y": 0.0015429650666192174, + "U": 9.937355116562685e-07, + "K": 6.604228474316187e-06, + "L": 4.6307427510328125e-06, + "G": 0.00042992737144231796, + "F": 0.005716173443943262, + "E": 0.000407484796596691, + "T": 0.0006943991756998003, + "P": 0.1499127894639969, + "-": 0.8407561779022217 + }, + "id": "tp_21525" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2690657, + "label": "-", + "classification": { + "B": 5.538881850952748e-06, + "S": 1.0286262295267079e-05, + "I": 0.003556580515578389, + "C": 0.00041690506623126566, + "R": 0.000201732138521038, + "M": 0.00041269135545007885, + "O": 0.00021385677973739803, + "W": 2.2730950149707496e-05, + "N": 0.0002733505971264094, + "Y": 0.005814599804580212, + "U": 1.743795110087376e-05, + "K": 0.0003283416444901377, + "L": 2.1971898604533635e-05, + "G": 0.001286476501263678, + "F": 0.013315204530954361, + "E": 0.001390383462421596, + "T": 0.002500107977539301, + "P": 0.2114228457212448, + "-": 0.7587889432907104 + }, + "id": "tp_21526" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2690757, + "label": "-", + "classification": { + "B": 3.460712605374283e-08, + "S": 9.653440713464079e-08, + "I": 0.00011403115058783442, + "C": 9.420376159141597e-07, + "R": 9.899985542460854e-08, + "M": 6.5951394390140194e-06, + "O": 1.3090826769257546e-06, + "W": 1.1943029676331207e-07, + "N": 4.757110218633898e-06, + "Y": 0.000171610590768978, + "U": 6.143741160258287e-08, + "K": 1.0532151463849004e-05, + "L": 2.9981293891978567e-08, + "G": 1.0272164217894897e-05, + "F": 0.0008029967430047691, + "E": 0.00013008899986743927, + "T": 7.727729098405689e-05, + "P": 0.19008174538612366, + "-": 0.808587372303009 + }, + "id": "tp_21527" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2690891, + "label": "-", + "classification": { + "B": 5.165162747289287e-06, + "S": 7.118919711501803e-07, + "I": 0.0002844962291419506, + "C": 7.44345088605769e-05, + "R": 1.0096361620526295e-05, + "M": 5.244103886070661e-05, + "O": 3.0012630304554477e-05, + "W": 2.696570618354599e-06, + "N": 1.4108836694504134e-05, + "Y": 0.000781088718213141, + "U": 2.44989473685564e-06, + "K": 1.1544226254045498e-05, + "L": 3.5239984299550997e-06, + "G": 0.0002831909223459661, + "F": 0.004215838387608528, + "E": 0.00041531043825671077, + "T": 0.00022290172637440264, + "P": 0.20474833250045776, + "-": 0.7888416051864624 + }, + "id": "tp_21528" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2691024, + "label": "-", + "classification": { + "B": 0.0006002671434544027, + "S": 0.001660599373281002, + "I": 0.006124068051576614, + "C": 0.0012434361269697547, + "R": 0.0005919070681557059, + "M": 0.012143450789153576, + "O": 0.0053779361769557, + "W": 0.0007998731452971697, + "N": 0.0013335593976080418, + "Y": 0.011833728291094303, + "U": 0.00013224857684690505, + "K": 0.0004890463897027075, + "L": 0.0014557919930666685, + "G": 0.0058234455063939095, + "F": 0.05229354649782181, + "E": 0.007442719768732786, + "T": 0.011650634929537773, + "P": 0.21972309052944183, + "-": 0.6592805981636047 + }, + "id": "tp_21529" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2691158, + "label": "-", + "classification": { + "B": 1.4836839312692973e-08, + "S": 2.9979698723536785e-08, + "I": 7.000367986620404e-06, + "C": 4.360465482022846e-06, + "R": 1.3745585647484404e-07, + "M": 1.6507079863004037e-06, + "O": 7.794537850713823e-07, + "W": 2.8242611804785156e-08, + "N": 3.3507299690427317e-07, + "Y": 6.94770278641954e-05, + "U": 2.4317415636687656e-08, + "K": 7.080863042574492e-07, + "L": 4.136318665359795e-08, + "G": 1.3039365512668155e-05, + "F": 0.0022570230066776276, + "E": 3.1717361707706004e-05, + "T": 2.0945968572050333e-05, + "P": 0.08122757822275162, + "-": 0.9163651466369629 + }, + "id": "tp_21530" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2691258, + "label": "P", + "classification": { + "B": 1.2348673408268951e-05, + "S": 5.282084202917758e-06, + "I": 0.003076395485550165, + "C": 6.3623137975810096e-06, + "R": 5.256508188722364e-07, + "M": 7.217250822577626e-05, + "O": 1.4580018614651635e-05, + "W": 9.248864785149635e-07, + "N": 0.00013620439858641475, + "Y": 0.0001897983020171523, + "U": 9.911286724673118e-08, + "K": 6.637508249696111e-07, + "L": 2.144756308553042e-06, + "G": 0.00016897873138077557, + "F": 0.0008444244740530849, + "E": 0.006387757603079081, + "T": 0.0001091816375264898, + "P": 0.8916366696357727, + "-": 0.0973355695605278 + }, + "id": "tp_21531" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2691391, + "label": "-", + "classification": { + "B": 2.055502227449324e-05, + "S": 0.00026916543720290065, + "I": 0.0009428373887203634, + "C": 0.0005271056434139609, + "R": 0.000257523002801463, + "M": 0.0023108276072889566, + "O": 0.0012570290127769113, + "W": 0.00012368880561552942, + "N": 0.00013767396740149707, + "Y": 0.012492110021412373, + "U": 1.2793528185284231e-05, + "K": 0.0001805279025575146, + "L": 0.00027826213045045733, + "G": 0.0040110028348863125, + "F": 0.07381057739257812, + "E": 0.001103290356695652, + "T": 0.007591878063976765, + "P": 0.05031381547451019, + "-": 0.8443593382835388 + }, + "id": "tp_21532" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2691525, + "label": "-", + "classification": { + "B": 4.044675427916644e-10, + "S": 5.642841402475618e-11, + "I": 4.132198228035122e-06, + "C": 6.892499726518508e-08, + "R": 2.4172934764976617e-09, + "M": 7.492748466120247e-08, + "O": 2.107429075692835e-08, + "W": 2.7532881530234476e-10, + "N": 1.4229936340370841e-08, + "Y": 2.500844857422635e-06, + "U": 2.6450050483184384e-10, + "K": 1.3657799335931031e-09, + "L": 5.239763067876879e-10, + "G": 2.0121765942349157e-07, + "F": 1.5883129890426062e-05, + "E": 9.187231171381427e-07, + "T": 2.7330561351845972e-06, + "P": 0.17443709075450897, + "-": 0.82553631067276 + }, + "id": "tp_21533" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2691658, + "label": "-", + "classification": { + "B": 2.7765429067017067e-08, + "S": 4.211300819179087e-08, + "I": 8.095319208223373e-05, + "C": 2.0254961782484315e-05, + "R": 2.036854084508377e-06, + "M": 3.0217563107726164e-05, + "O": 4.8917495405476075e-06, + "W": 4.961083988064274e-08, + "N": 1.4794720755162416e-06, + "Y": 0.0004390170506667346, + "U": 1.3841336965469964e-07, + "K": 4.0994768824020866e-07, + "L": 8.121757559820253e-07, + "G": 8.226033969549462e-05, + "F": 0.0016099750064313412, + "E": 4.322987297200598e-05, + "T": 0.000305763678625226, + "P": 0.037292223423719406, + "-": 0.9600860476493835 + }, + "id": "tp_21534" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2691758, + "label": "-", + "classification": { + "B": 3.4057791253871983e-07, + "S": 8.776180493441643e-07, + "I": 0.00023917456564959139, + "C": 0.0001969288568943739, + "R": 3.50821137544699e-05, + "M": 0.00044025960960425436, + "O": 7.812228432158008e-05, + "W": 2.0226480046403594e-06, + "N": 5.881441211386118e-06, + "Y": 0.004785681609064341, + "U": 1.0153069069929188e-06, + "K": 5.493248409038642e-06, + "L": 1.0408925845695194e-05, + "G": 0.0005514254444278777, + "F": 0.0016377117717638612, + "E": 0.0001390508987242356, + "T": 0.0023904312402009964, + "P": 0.015032465569674969, + "-": 0.9744476079940796 + }, + "id": "tp_21535" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2691892, + "label": "-", + "classification": { + "B": 6.599589687539265e-05, + "S": 8.30916324048303e-05, + "I": 0.0020167618058621883, + "C": 0.006766889244318008, + "R": 0.003013426437973976, + "M": 0.010761900804936886, + "O": 0.0014517505187541246, + "W": 6.614573794649914e-05, + "N": 7.99399203970097e-05, + "Y": 0.05928395316004753, + "U": 3.0015662559890188e-05, + "K": 2.2454873032984324e-05, + "L": 0.0015115755377337337, + "G": 0.023157259449362755, + "F": 0.020518062636256218, + "E": 0.001362574752420187, + "T": 0.021973494440317154, + "P": 0.017826734110713005, + "-": 0.8300080299377441 + }, + "id": "tp_21536" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2692025, + "label": "-", + "classification": { + "B": 2.144649670299259e-06, + "S": 1.0584178198769223e-05, + "I": 0.0022118494380265474, + "C": 2.7490314096212387e-05, + "R": 6.414285962819122e-06, + "M": 0.0010355326812714338, + "O": 0.00011714214633684605, + "W": 3.82504958906793e-06, + "N": 0.00014993843797128648, + "Y": 0.004740962292999029, + "U": 7.518282814089616e-07, + "K": 3.0146569770295173e-05, + "L": 5.040255928179249e-06, + "G": 0.0006745438440702856, + "F": 0.006174806505441666, + "E": 0.0016907784156501293, + "T": 0.0018866638420149684, + "P": 0.33129432797431946, + "-": 0.6499369740486145 + }, + "id": "tp_21537" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2692125, + "label": "-", + "classification": { + "B": 2.475202563800849e-06, + "S": 2.857980916814995e-06, + "I": 0.0002856217906810343, + "C": 5.92959659115877e-05, + "R": 9.945772035280243e-06, + "M": 0.00016106298426166177, + "O": 9.309501183452085e-05, + "W": 2.287778443132993e-06, + "N": 2.1742796889157034e-05, + "Y": 0.0008347116527147591, + "U": 1.80125846327428e-06, + "K": 2.493402917025378e-06, + "L": 8.81736650626408e-06, + "G": 0.00032396550523117185, + "F": 0.0012030237121507525, + "E": 0.00011885183630511165, + "T": 0.0012460739817470312, + "P": 0.08524783700704575, + "-": 0.9103740453720093 + }, + "id": "tp_21538" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2692259, + "label": "-", + "classification": { + "B": 3.772081254282966e-05, + "S": 0.0001367314107483253, + "I": 0.00018409648328088224, + "C": 0.001257959520444274, + "R": 0.0007023816579021513, + "M": 0.014172278344631195, + "O": 0.002736266702413559, + "W": 6.64208346279338e-05, + "N": 1.286117094423389e-05, + "Y": 0.02907479554414749, + "U": 4.696662927017314e-06, + "K": 7.116268079698784e-06, + "L": 0.0025474533904343843, + "G": 0.01245916448533535, + "F": 0.020338691771030426, + "E": 0.00022880849428474903, + "T": 0.016606032848358154, + "P": 0.0038873262237757444, + "-": 0.8955392241477966 + }, + "id": "tp_21539" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2692392, + "label": "-", + "classification": { + "B": 2.0406196199473925e-06, + "S": 5.870701897947583e-06, + "I": 3.181496140314266e-05, + "C": 6.483665856649168e-06, + "R": 3.284853391960496e-06, + "M": 0.0001890738058136776, + "O": 9.966540528694168e-05, + "W": 3.5337820918357465e-06, + "N": 1.9234307728766e-06, + "Y": 0.0010738011915236712, + "U": 2.9948276392133266e-07, + "K": 2.9373268262133934e-06, + "L": 8.236962457885966e-06, + "G": 0.00020739214960485697, + "F": 0.009127208963036537, + "E": 3.482815372990444e-05, + "T": 0.0008156950352713466, + "P": 0.018283719196915627, + "-": 0.9701022505760193 + }, + "id": "tp_21540" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2692526, + "label": "-", + "classification": { + "B": 0.00011263635678915307, + "S": 0.00015057080599945039, + "I": 0.0016060725320130587, + "C": 0.0005019773379899561, + "R": 0.0003203108499292284, + "M": 0.003527997527271509, + "O": 0.0014028914738446474, + "W": 9.152058191830292e-05, + "N": 0.00010720350837800652, + "Y": 0.01875140890479088, + "U": 1.758356847858522e-05, + "K": 4.02512596338056e-05, + "L": 0.0004184588906355202, + "G": 0.006649000570178032, + "F": 0.017335597425699234, + "E": 0.0008740425109863281, + "T": 0.01171562448143959, + "P": 0.02507789246737957, + "-": 0.911298930644989 + }, + "id": "tp_21541" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2692626, + "label": "-", + "classification": { + "B": 2.1005912458349485e-06, + "S": 3.6880417155771283e-06, + "I": 7.579450175398961e-05, + "C": 7.460596680175513e-05, + "R": 3.089397068833932e-05, + "M": 0.0005047390004619956, + "O": 0.0001032062282320112, + "W": 2.7231387775827898e-06, + "N": 1.906696866171842e-06, + "Y": 0.005176643840968609, + "U": 4.794044912159734e-07, + "K": 5.746613851442817e-07, + "L": 4.5967524783918634e-05, + "G": 0.0008547402685508132, + "F": 0.007842730730772018, + "E": 3.913737600669265e-05, + "T": 0.002713747788220644, + "P": 0.008466280996799469, + "-": 0.9740601778030396 + }, + "id": "tp_21542" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2692759, + "label": "-", + "classification": { + "B": 8.341932478117542e-09, + "S": 1.0243705617085652e-07, + "I": 1.9775309283431852e-06, + "C": 1.6992040400509723e-05, + "R": 1.7474598053013324e-06, + "M": 0.00012623745715245605, + "O": 1.2541303476609755e-05, + "W": 6.894503457033352e-08, + "N": 3.0935215278304895e-08, + "Y": 0.000888402049895376, + "U": 4.4133132703905176e-09, + "K": 5.8523607293636815e-08, + "L": 2.7665432753565256e-06, + "G": 0.00022971656289882958, + "F": 0.002406145678833127, + "E": 3.1938245683704736e-06, + "T": 0.00029943950357846916, + "P": 0.001261170138604939, + "-": 0.9947492480278015 + }, + "id": "tp_21543" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2692893, + "label": "-", + "classification": { + "B": 5.380583388614468e-06, + "S": 0.00011068678577430546, + "I": 0.00027555206906981766, + "C": 0.0003142664209008217, + "R": 0.0001434582081856206, + "M": 0.001901031006127596, + "O": 0.0008089682087302208, + "W": 7.869337423471734e-05, + "N": 6.48904315312393e-05, + "Y": 0.029394367709755898, + "U": 8.165225153788924e-06, + "K": 0.0003169764531776309, + "L": 0.0001005917220027186, + "G": 0.0026549252215772867, + "F": 0.049295004457235336, + "E": 0.0003260849043726921, + "T": 0.01612062193453312, + "P": 0.013674650341272354, + "-": 0.8844056725502014 + }, + "id": "tp_21544" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2693026, + "label": "-", + "classification": { + "B": 1.3474289062287426e-06, + "S": 8.257919148491055e-07, + "I": 0.00018328387523069978, + "C": 5.761093052569777e-05, + "R": 9.330755347036757e-06, + "M": 9.770209726411849e-05, + "O": 3.506159919197671e-05, + "W": 1.751170088937215e-06, + "N": 4.544663170236163e-06, + "Y": 0.0006402936996892095, + "U": 7.25797917766613e-07, + "K": 3.5251130725555413e-07, + "L": 7.142971298890188e-06, + "G": 0.00016257590323220938, + "F": 0.0009918722789734602, + "E": 6.517300789710134e-05, + "T": 0.00058957957662642, + "P": 0.05797353759407997, + "-": 0.9391772150993347 + }, + "id": "tp_21545" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2693126, + "label": "-", + "classification": { + "B": 0.00010924474918283522, + "S": 0.0001961191592272371, + "I": 0.0009378154645673931, + "C": 0.00032400485360994935, + "R": 0.0001312963868258521, + "M": 0.006337905302643776, + "O": 0.0009070715750567615, + "W": 6.44663959974423e-05, + "N": 0.00011488103336887434, + "Y": 0.04061562567949295, + "U": 1.3153042345948052e-05, + "K": 7.321815064642578e-05, + "L": 0.0002648476220201701, + "G": 0.008171265944838524, + "F": 0.03488227725028992, + "E": 0.0020640117581933737, + "T": 0.011867819353938103, + "P": 0.0355723537504673, + "-": 0.857352614402771 + }, + "id": "tp_21546" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2693260, + "label": "-", + "classification": { + "B": 1.743925849950756e-06, + "S": 1.6018700989661738e-05, + "I": 3.1932639103615656e-05, + "C": 2.9719035410380457e-06, + "R": 4.16144803239149e-06, + "M": 5.232785770203918e-05, + "O": 0.00011403292592149228, + "W": 3.258200422351365e-06, + "N": 1.8320091612622491e-06, + "Y": 7.95911910245195e-05, + "U": 4.2261142141342134e-08, + "K": 2.962624456870344e-08, + "L": 8.65014771989081e-06, + "G": 5.381825030781329e-05, + "F": 0.0016730324132367969, + "E": 3.1058257263794076e-06, + "T": 0.0006351820193231106, + "P": 0.03581016883254051, + "-": 0.9615080952644348 + }, + "id": "tp_21547" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2693393, + "label": "-", + "classification": { + "B": 3.4787478853104403e-07, + "S": 2.810664227581583e-06, + "I": 1.3971524822409265e-05, + "C": 3.854958777083084e-05, + "R": 1.8445369278197177e-05, + "M": 0.00011301723134238273, + "O": 5.318549301591702e-05, + "W": 1.2983848591829883e-06, + "N": 9.97547545011912e-07, + "Y": 0.0030761214438825846, + "U": 2.6221678695037554e-07, + "K": 4.145607022110198e-07, + "L": 8.388925380131695e-06, + "G": 0.00018542647012509406, + "F": 0.003136436454951763, + "E": 6.183493951539276e-06, + "T": 0.0012747845612466335, + "P": 0.007029637228697538, + "-": 0.9850397109985352 + }, + "id": "tp_21548" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2693527, + "label": "-", + "classification": { + "B": 4.971841917722486e-06, + "S": 0.00012351734039839357, + "I": 7.2640017606318e-05, + "C": 0.0001484491367591545, + "R": 0.00015658851771149784, + "M": 0.0024376637302339077, + "O": 0.0012761005200445652, + "W": 3.598922921810299e-05, + "N": 5.799693099106662e-06, + "Y": 0.0011387788690626621, + "U": 7.624421982654894e-07, + "K": 1.810169010241225e-06, + "L": 0.00040717891533859074, + "G": 0.0014205978950485587, + "F": 0.017538880929350853, + "E": 3.8354715798050165e-05, + "T": 0.0048759388737380505, + "P": 0.010506151244044304, + "-": 0.9598098993301392 + }, + "id": "tp_21549" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2693627, + "label": "-", + "classification": { + "B": 0.00031676588696427643, + "S": 0.0005713658174499869, + "I": 0.0030944147147238255, + "C": 0.0013034142320975661, + "R": 0.00033317747875116765, + "M": 0.002360495738685131, + "O": 0.0018388783792033792, + "W": 0.0003884470497723669, + "N": 0.0009422251605428755, + "Y": 0.008591540157794952, + "U": 0.00016096682520583272, + "K": 0.0009113149135373533, + "L": 0.00038046546978875995, + "G": 0.0047411369159817696, + "F": 0.07112448662519455, + "E": 0.005698111839592457, + "T": 0.005591234657913446, + "P": 0.2416551113128662, + "-": 0.6499965190887451 + }, + "id": "tp_21550" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2693760, + "label": "-", + "classification": { + "B": 2.2630249532085145e-06, + "S": 9.909140317176934e-06, + "I": 0.0006695179617963731, + "C": 0.0006782594136893749, + "R": 0.0001676294778008014, + "M": 0.0014657893916592002, + "O": 0.0002278563188156113, + "W": 7.87194676377112e-06, + "N": 2.294016485393513e-05, + "Y": 0.03613907843828201, + "U": 1.6710769159544725e-06, + "K": 2.0562038116622716e-05, + "L": 3.3183565392391756e-05, + "G": 0.0021871107164770365, + "F": 0.007805530447512865, + "E": 0.0007003177306614816, + "T": 0.006234261207282543, + "P": 0.01342441514134407, + "-": 0.9302018880844116 + }, + "id": "tp_21551" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2693894, + "label": "-", + "classification": { + "B": 4.2530311475275084e-05, + "S": 0.0006285401177592576, + "I": 0.016977081075310707, + "C": 0.00034603403764776886, + "R": 0.0002621187304612249, + "M": 0.002746094251051545, + "O": 0.00157979188952595, + "W": 0.00019266839080955833, + "N": 0.0021102759055793285, + "Y": 0.1966961920261383, + "U": 9.102864169108216e-06, + "K": 0.001924028154462576, + "L": 5.7805260439636186e-05, + "G": 0.01060227770358324, + "F": 0.037570770829916, + "E": 0.004142938647419214, + "T": 0.05040132999420166, + "P": 0.09978032857179642, + "-": 0.5739301443099976 + }, + "id": "tp_21552" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2694027, + "label": "-", + "classification": { + "B": 4.3880074573898753e-10, + "S": 5.234449318436418e-09, + "I": 1.109594336412556e-06, + "C": 1.0561662975305808e-06, + "R": 3.471204763627611e-07, + "M": 4.967827862856211e-06, + "O": 2.0816823962377384e-06, + "W": 6.6796563835680445e-09, + "N": 9.732235461967775e-09, + "Y": 0.00016902828065212816, + "U": 4.014172105826219e-09, + "K": 4.561406807823687e-09, + "L": 1.8818947467025282e-07, + "G": 8.57299346535001e-06, + "F": 0.0001254469098057598, + "E": 6.93719428568329e-08, + "T": 0.00020001959637738764, + "P": 0.0009467907366342843, + "-": 0.9985404014587402 + }, + "id": "tp_21553" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2694127, + "label": "-", + "classification": { + "B": 4.127665306441486e-05, + "S": 0.00021082664898131043, + "I": 0.0021785814315080643, + "C": 0.0002822881215251982, + "R": 0.00012432689254637808, + "M": 0.0020810216665267944, + "O": 0.0010331397643312812, + "W": 0.0001660035632085055, + "N": 0.00032322853803634644, + "Y": 0.00621531018987298, + "U": 3.057869616895914e-05, + "K": 0.0003156786260660738, + "L": 8.941983833210543e-05, + "G": 0.0009035140974447131, + "F": 0.018714673817157745, + "E": 0.0009601334459148347, + "T": 0.00862980354577303, + "P": 0.1378500908613205, + "-": 0.8198500871658325 + }, + "id": "tp_21554" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2694261, + "label": "-", + "classification": { + "B": 5.0861117415479384e-06, + "S": 8.748978871153668e-06, + "I": 1.9880200852639973e-05, + "C": 7.491698488593102e-05, + "R": 1.9846558643621393e-05, + "M": 0.0009272136958315969, + "O": 0.00015419039118569344, + "W": 3.4525860428402666e-06, + "N": 9.733349770613131e-07, + "Y": 0.004057690966874361, + "U": 3.0402188144762476e-07, + "K": 2.2486683519673534e-06, + "L": 9.019295976031572e-05, + "G": 0.0029626486357301474, + "F": 0.02429116889834404, + "E": 6.35555770713836e-05, + "T": 0.002160149859264493, + "P": 0.005097905173897743, + "-": 0.9600598216056824 + }, + "id": "tp_21555" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2694394, + "label": "-", + "classification": { + "B": 2.9565127988462336e-05, + "S": 6.285987910814583e-05, + "I": 8.299996989080682e-05, + "C": 5.748456169385463e-05, + "R": 4.620150866685435e-05, + "M": 0.001424421789124608, + "O": 0.0006772364140488207, + "W": 3.215725519112311e-05, + "N": 5.045663783675991e-06, + "Y": 0.0014772312715649605, + "U": 9.065809081221232e-07, + "K": 3.6263822948967572e-06, + "L": 0.00013453583233058453, + "G": 0.0011292814742773771, + "F": 0.014150043949484825, + "E": 6.3907282310538e-05, + "T": 0.0016289203194901347, + "P": 0.017970412969589233, + "-": 0.961023211479187 + }, + "id": "tp_21556" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2694528, + "label": "-", + "classification": { + "B": 1.2852196960011497e-06, + "S": 2.3870023142080754e-05, + "I": 0.00011938574607484043, + "C": 0.0001211194830830209, + "R": 6.130460678832605e-05, + "M": 0.0015102110337466002, + "O": 0.0003919950977433473, + "W": 1.7189195204991847e-05, + "N": 6.875536655570613e-06, + "Y": 0.010797368362545967, + "U": 1.477154341955611e-06, + "K": 1.680343848420307e-05, + "L": 7.460724009433761e-05, + "G": 0.0010795592097565532, + "F": 0.010924410074949265, + "E": 7.065974932629615e-05, + "T": 0.006997484713792801, + "P": 0.007486739661544561, + "-": 0.9602975249290466 + }, + "id": "tp_21557" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2694628, + "label": "-", + "classification": { + "B": 2.6984423584508477e-08, + "S": 4.003512401595799e-07, + "I": 1.486547944296035e-06, + "C": 1.0911024901361088e-06, + "R": 1.4353108781506307e-06, + "M": 0.00020435125043150038, + "O": 2.4140439563780092e-05, + "W": 1.3966031531253975e-07, + "N": 3.143134463812203e-08, + "Y": 0.0033552234526723623, + "U": 2.4621986671746754e-09, + "K": 7.200844009958018e-08, + "L": 1.6273636447294848e-06, + "G": 8.694947609910741e-05, + "F": 0.000894954486284405, + "E": 3.802883270509483e-07, + "T": 0.002338720951229334, + "P": 0.00034564579254947603, + "-": 0.9927433729171753 + }, + "id": "tp_21558" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2694761, + "label": "-", + "classification": { + "B": 1.1859430770755353e-07, + "S": 3.8668980550937704e-07, + "I": 2.9104683562763967e-05, + "C": 1.5371772406069795e-06, + "R": 8.501389174853102e-07, + "M": 0.00015928252832964063, + "O": 1.3753088751400355e-05, + "W": 1.3925479436238675e-07, + "N": 2.9156996106394217e-07, + "Y": 0.0008324524969793856, + "U": 1.2749845623716283e-08, + "K": 3.8163385340794775e-08, + "L": 1.827221353778441e-06, + "G": 0.00014091491175349802, + "F": 0.0022700619883835316, + "E": 7.663804353796877e-06, + "T": 0.0010942606022581458, + "P": 0.012197833508253098, + "-": 0.9832495450973511 + }, + "id": "tp_21559" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2694895, + "label": "-", + "classification": { + "B": 3.0230471566028427e-06, + "S": 3.06852484754927e-06, + "I": 0.0012680926593020558, + "C": 4.505252945818938e-05, + "R": 3.1220204164128518e-06, + "M": 0.0004347157955635339, + "O": 3.290356835350394e-05, + "W": 1.97772828869347e-06, + "N": 4.997763244318776e-05, + "Y": 0.004781459458172321, + "U": 7.640887247362116e-07, + "K": 1.1134790838696063e-05, + "L": 5.970741767669097e-06, + "G": 0.000634950352832675, + "F": 0.006619575433433056, + "E": 0.0028298399411141872, + "T": 0.001971491612493992, + "P": 0.1939307600259781, + "-": 0.7873721718788147 + }, + "id": "tp_21560" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2695028, + "label": "-", + "classification": { + "B": 2.7247887146586436e-07, + "S": 2.745208860233106e-07, + "I": 7.751455996185541e-06, + "C": 1.3262543916425784e-06, + "R": 5.553611259756508e-08, + "M": 5.6730550568317994e-06, + "O": 1.945442818396259e-06, + "W": 8.646078697438497e-08, + "N": 6.737250259902794e-07, + "Y": 2.2052297936170362e-05, + "U": 1.352914047458853e-08, + "K": 3.02651670835985e-07, + "L": 2.1664551752564876e-07, + "G": 2.6016188712674193e-05, + "F": 0.009933755733072758, + "E": 0.0001498986966907978, + "T": 3.315332651254721e-05, + "P": 0.3029375970363617, + "-": 0.6868789196014404 + }, + "id": "tp_21561" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2695128, + "label": "-", + "classification": { + "B": 2.9517599614337087e-05, + "S": 3.150731936329976e-05, + "I": 0.001962887356057763, + "C": 0.002480587223544717, + "R": 0.0007153567275963724, + "M": 0.01498728059232235, + "O": 0.0009467831696383655, + "W": 2.7839871108881198e-05, + "N": 6.298330845311284e-05, + "Y": 0.045822013169527054, + "U": 1.9062685169046745e-05, + "K": 1.4953043319110293e-05, + "L": 0.0008104639709927142, + "G": 0.015442859381437302, + "F": 0.015278018079698086, + "E": 0.0008796093752607703, + "T": 0.030267711728811264, + "P": 0.019779108464717865, + "-": 0.8504414558410645 + }, + "id": "tp_21562" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2695262, + "label": "-", + "classification": { + "B": 8.346487945232184e-09, + "S": 8.117127414664083e-09, + "I": 6.506438239739509e-06, + "C": 3.258993501731311e-06, + "R": 4.282507575226191e-07, + "M": 2.5079541956074536e-05, + "O": 1.8753022459350177e-06, + "W": 1.661975446154429e-08, + "N": 9.871612149936482e-08, + "Y": 0.0009644211386330426, + "U": 9.832521463692956e-09, + "K": 3.2962915952339245e-07, + "L": 1.2679922178904235e-07, + "G": 5.100238195154816e-05, + "F": 0.0004643113352358341, + "E": 1.6810139641165733e-05, + "T": 0.00019514383166097105, + "P": 0.005346375051885843, + "-": 0.9929242134094238 + }, + "id": "tp_21563" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2695395, + "label": "-", + "classification": { + "B": 1.3629184536512184e-07, + "S": 8.257936912059449e-08, + "I": 1.5617863027728163e-05, + "C": 7.395300940515881e-07, + "R": 5.2729969723941394e-08, + "M": 4.159331183473114e-06, + "O": 1.9760789200518047e-06, + "W": 4.018736632360742e-08, + "N": 9.322165510639024e-07, + "Y": 2.206855424446985e-05, + "U": 1.091434853606188e-08, + "K": 4.104405704197234e-08, + "L": 6.21409270706863e-08, + "G": 7.914521120255813e-06, + "F": 0.00039655721047893167, + "E": 2.3306549337576143e-05, + "T": 5.49805372429546e-05, + "P": 0.43640419840812683, + "-": 0.5630670785903931 + }, + "id": "tp_21564" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2695529, + "label": "-", + "classification": { + "B": 5.028727989575543e-10, + "S": 9.751930374335416e-10, + "I": 3.4661121617318713e-07, + "C": 1.3352547512113233e-08, + "R": 1.8135520862827548e-09, + "M": 1.9021729258383857e-07, + "O": 1.3228810757937026e-07, + "W": 2.184604941390944e-09, + "N": 6.13021944317893e-09, + "Y": 3.4648412565729814e-06, + "U": 2.123331788173033e-10, + "K": 9.289774283161023e-09, + "L": 1.5333633252012646e-09, + "G": 3.6683948678728484e-07, + "F": 0.00032989075407385826, + "E": 2.774476683953253e-07, + "T": 3.559386186680058e-06, + "P": 0.03878631442785263, + "-": 0.9608754515647888 + }, + "id": "tp_21565" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2695629, + "label": "-", + "classification": { + "B": 4.242055638314923e-06, + "S": 2.4230696453741984e-06, + "I": 2.571005461504683e-05, + "C": 3.7369559322542045e-06, + "R": 1.1895477882717387e-06, + "M": 7.375842687906697e-05, + "O": 8.892265759641305e-05, + "W": 1.823333946049388e-06, + "N": 9.478919196226343e-07, + "Y": 8.601172885391861e-05, + "U": 8.036897725105518e-08, + "K": 2.1612045486563147e-08, + "L": 9.896165465761442e-06, + "G": 5.060691182734445e-05, + "F": 0.0013271713396534324, + "E": 1.5180610716925003e-05, + "T": 0.0001867732498794794, + "P": 0.06258322298526764, + "-": 0.9355381727218628 + }, + "id": "tp_21566" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2695762, + "label": "-", + "classification": { + "B": 9.760681678017136e-06, + "S": 5.853204129380174e-05, + "I": 0.0001898207701742649, + "C": 4.6819379349472e-05, + "R": 2.2275700757745653e-05, + "M": 0.0026648298371583223, + "O": 0.0004872665158472955, + "W": 1.2604413313965779e-05, + "N": 1.1286148946965113e-05, + "Y": 0.015312758274376392, + "U": 6.784591732866829e-07, + "K": 8.247042387665715e-06, + "L": 0.00010502942313905805, + "G": 0.0027724318206310272, + "F": 0.01993628777563572, + "E": 0.0002821163507178426, + "T": 0.007256896235048771, + "P": 0.011341988109052181, + "-": 0.9394803643226624 + }, + "id": "tp_21567" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2695896, + "label": "-", + "classification": { + "B": 1.2902930279778957e-07, + "S": 3.321769099784433e-07, + "I": 0.0003437175473663956, + "C": 3.475064295344055e-05, + "R": 5.342898020899156e-06, + "M": 0.00015663783415220678, + "O": 2.3287042495212518e-05, + "W": 5.550383548325044e-07, + "N": 1.3936606592324097e-05, + "Y": 0.0008721484919078648, + "U": 3.6949450077372603e-07, + "K": 5.914500434300862e-06, + "L": 1.964051079994533e-06, + "G": 0.00017694311100058258, + "F": 0.0032749688252806664, + "E": 0.0005760452477261424, + "T": 0.0007219853578135371, + "P": 0.0694645494222641, + "-": 0.9243264198303223 + }, + "id": "tp_21568" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2696029, + "label": "-", + "classification": { + "B": 0.0002715275331865996, + "S": 3.843506419798359e-05, + "I": 5.0921440561069176e-05, + "C": 1.5392311979667284e-05, + "R": 9.768677045940422e-06, + "M": 0.0030831312760710716, + "O": 0.0009157030726782978, + "W": 1.693412741587963e-05, + "N": 2.880782858483144e-06, + "Y": 0.0016317907720804214, + "U": 5.18730132625933e-07, + "K": 1.3017134392612206e-07, + "L": 0.00025538128102198243, + "G": 0.001127333496697247, + "F": 0.0019164805999025702, + "E": 0.0001317372516496107, + "T": 0.002173365093767643, + "P": 0.020062312483787537, + "-": 0.9682961702346802 + }, + "id": "tp_21569" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2696129, + "label": "-", + "classification": { + "B": 6.140193727333099e-05, + "S": 0.0002784381213132292, + "I": 0.00448470888659358, + "C": 0.0010296539403498173, + "R": 0.0004306816845200956, + "M": 0.001955218380317092, + "O": 0.0011201448505744338, + "W": 0.00028187144198454916, + "N": 0.0013846493093296885, + "Y": 0.01452953927218914, + "U": 0.00018632198043633252, + "K": 0.0048695518635213375, + "L": 0.00019019246974494308, + "G": 0.003682333743199706, + "F": 0.060251396149396896, + "E": 0.005081562325358391, + "T": 0.008912140503525734, + "P": 0.22959694266319275, + "-": 0.6616731882095337 + }, + "id": "tp_21570" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2696263, + "label": "-", + "classification": { + "B": 0.0001898105547297746, + "S": 0.00018533440015744418, + "I": 0.000981037155725062, + "C": 0.0003730506869032979, + "R": 7.223349530249834e-05, + "M": 0.0021598702296614647, + "O": 0.0007019814220257103, + "W": 6.028293864801526e-05, + "N": 0.00014055584324523807, + "Y": 0.008034889586269855, + "U": 1.8458798876963556e-05, + "K": 4.132928734179586e-05, + "L": 0.0002933270297944546, + "G": 0.004817383363842964, + "F": 0.03392539173364639, + "E": 0.0032926020212471485, + "T": 0.004584444221109152, + "P": 0.13560117781162262, + "-": 0.8045268058776855 + }, + "id": "tp_21571" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2696396, + "label": "-", + "classification": { + "B": 1.0511018444958609e-05, + "S": 0.00027280268841423094, + "I": 0.0005255000432953238, + "C": 6.1030532378936186e-05, + "R": 2.5101280698436312e-05, + "M": 0.0007819070597179234, + "O": 0.0003942780604120344, + "W": 7.766820635879412e-05, + "N": 0.00015862892905715853, + "Y": 0.01896240934729576, + "U": 4.068133421242237e-06, + "K": 0.0008282357011921704, + "L": 2.0224975742166862e-05, + "G": 0.001264857011847198, + "F": 0.052371636033058167, + "E": 0.0016459962353110313, + "T": 0.008922138251364231, + "P": 0.055618081241846085, + "-": 0.8580549955368042 + }, + "id": "tp_21572" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2696530, + "label": "-", + "classification": { + "B": 0.00010460921475896612, + "S": 0.0007835727301426232, + "I": 0.0011874600313603878, + "C": 0.0002826736308634281, + "R": 0.0002504643634893, + "M": 0.002672493690624833, + "O": 0.002488064346835017, + "W": 0.0004860136250499636, + "N": 0.000364021077984944, + "Y": 0.011310246773064137, + "U": 5.360784416552633e-05, + "K": 0.0006567562813870609, + "L": 0.00031335826497524977, + "G": 0.0023664634209126234, + "F": 0.0642407014966011, + "E": 0.001522948034107685, + "T": 0.007389742415398359, + "P": 0.07993467152118683, + "-": 0.8235920667648315 + }, + "id": "tp_21573" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2696630, + "label": "-", + "classification": { + "B": 0.00015227776020765305, + "S": 0.00043918838491663337, + "I": 0.002198130590841174, + "C": 0.005598589777946472, + "R": 0.001555876573547721, + "M": 0.019888024777173996, + "O": 0.0031000308226794004, + "W": 0.00022080641065258533, + "N": 0.00024189456598833203, + "Y": 0.07925104349851608, + "U": 5.643839176627807e-05, + "K": 0.0003898634167853743, + "L": 0.002275393810123205, + "G": 0.04912831261754036, + "F": 0.09902657568454742, + "E": 0.0040510958060622215, + "T": 0.03931979835033417, + "P": 0.021579556167125702, + "-": 0.6715271472930908 + }, + "id": "tp_21574" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2696763, + "label": "-", + "classification": { + "B": 6.708946642675073e-08, + "S": 2.8673869678641495e-07, + "I": 1.4259613635658752e-05, + "C": 8.397384476666048e-07, + "R": 4.070433874403534e-07, + "M": 4.388746674521826e-06, + "O": 5.260998932499206e-06, + "W": 9.148659785296331e-08, + "N": 7.761446454424004e-07, + "Y": 8.729475666768849e-05, + "U": 2.14193729419776e-08, + "K": 3.041022011984751e-08, + "L": 1.7230239279797388e-07, + "G": 1.0245241355733015e-05, + "F": 0.00041350332321599126, + "E": 4.420001005200902e-06, + "T": 0.00021256865875329822, + "P": 0.09706052392721176, + "-": 0.902184784412384 + }, + "id": "tp_21575" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2696897, + "label": "-", + "classification": { + "B": 2.548245674915961e-06, + "S": 7.371012998191873e-06, + "I": 0.0021604285575449467, + "C": 0.00016679149121046066, + "R": 3.001523691636976e-05, + "M": 0.00012272971798665822, + "O": 8.224069460993633e-05, + "W": 1.9166693164152093e-05, + "N": 0.000336259079631418, + "Y": 0.002707982435822487, + "U": 9.153483915724792e-06, + "K": 0.001709186239168048, + "L": 4.130018623982323e-06, + "G": 0.0008356416365131736, + "F": 0.021539470180869102, + "E": 0.008840464055538177, + "T": 0.0007565378327853978, + "P": 0.2845483720302582, + "-": 0.6761214137077332 + }, + "id": "tp_21576" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2697030, + "label": "-", + "classification": { + "B": 1.589058129525256e-08, + "S": 3.875892389260116e-07, + "I": 1.4388697309186682e-05, + "C": 6.747860879841028e-06, + "R": 3.022997589141596e-06, + "M": 0.00026370977866463363, + "O": 2.75773745670449e-05, + "W": 1.485473291040762e-07, + "N": 1.1206953587361568e-07, + "Y": 0.007592158857733011, + "U": 4.625198890551019e-09, + "K": 8.151677377554734e-08, + "L": 2.3984523522813106e-06, + "G": 0.00021731019660364836, + "F": 0.0007320184377022088, + "E": 2.3850698198657483e-06, + "T": 0.0022127083502709866, + "P": 0.0005041518597863615, + "-": 0.9884206056594849 + }, + "id": "tp_21577" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2697130, + "label": "-", + "classification": { + "B": 1.3813273369578383e-07, + "S": 4.6814409415674163e-07, + "I": 4.91814944325597e-06, + "C": 7.549437577836215e-05, + "R": 6.027974905009614e-06, + "M": 3.110655597993173e-05, + "O": 1.6227379092015326e-05, + "W": 3.4834928896998463e-07, + "N": 4.2198894334433135e-07, + "Y": 0.0014108087634667754, + "U": 4.527964847511612e-08, + "K": 1.674715349508915e-05, + "L": 1.6966386056083138e-06, + "G": 0.0008335755555890501, + "F": 0.025321774184703827, + "E": 5.818041245220229e-05, + "T": 0.000197203567950055, + "P": 0.004723459482192993, + "-": 0.9673013091087341 + }, + "id": "tp_21578" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2697264, + "label": "-", + "classification": { + "B": 1.503809812675172e-06, + "S": 1.8955346604343504e-05, + "I": 1.7066557120415382e-05, + "C": 3.7022520700702444e-05, + "R": 2.4195753212552518e-05, + "M": 0.001446044072508812, + "O": 0.000288061099126935, + "W": 3.89875594919431e-06, + "N": 6.12467545124673e-07, + "Y": 0.02162371762096882, + "U": 5.8511908207492525e-08, + "K": 8.34758566270466e-07, + "L": 8.287705713883042e-05, + "G": 0.0027754197362810373, + "F": 0.020759426057338715, + "E": 9.657689588493668e-06, + "T": 0.010098909959197044, + "P": 0.0013663711724802852, + "-": 0.9414454102516174 + }, + "id": "tp_21579" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2697397, + "label": "-", + "classification": { + "B": 1.693518470347044e-06, + "S": 2.0114289327466395e-06, + "I": 3.9788123103789985e-05, + "C": 1.219739715452306e-06, + "R": 1.0035434172550595e-07, + "M": 3.805486994679086e-05, + "O": 1.363352839689469e-05, + "W": 7.007282079030119e-07, + "N": 3.125462171738036e-06, + "Y": 0.0001265076716663316, + "U": 7.016031844386816e-08, + "K": 6.170432129692927e-07, + "L": 6.876200018268719e-07, + "G": 1.4975687918195035e-05, + "F": 0.002323988126590848, + "E": 0.00010245137673337013, + "T": 0.00015038983838167042, + "P": 0.21905793249607086, + "-": 0.7781220078468323 + }, + "id": "tp_21580" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2697531, + "label": "-", + "classification": { + "B": 8.78609989740653e-06, + "S": 1.6295884051942267e-05, + "I": 0.00018364157585892826, + "C": 0.00011650658416328952, + "R": 9.322327059635427e-06, + "M": 0.0007665949524380267, + "O": 0.00022143503883853555, + "W": 4.902870387013536e-06, + "N": 2.4887385734473355e-05, + "Y": 0.0023844181559979916, + "U": 6.72757721531525e-07, + "K": 1.3127370039001107e-05, + "L": 4.624938446795568e-05, + "G": 0.003433508099988103, + "F": 0.04043054208159447, + "E": 0.0019848798401653767, + "T": 0.0011181982699781656, + "P": 0.08282602578401566, + "-": 0.8664098381996155 + }, + "id": "tp_21581" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2697631, + "label": "-", + "classification": { + "B": 3.0355854505614843e-06, + "S": 2.5996092745117494e-07, + "I": 0.0006243312382139266, + "C": 0.00019036614685319364, + "R": 1.1691673535096925e-05, + "M": 0.00014869810547679663, + "O": 1.4404693502001464e-05, + "W": 3.2578367381574935e-07, + "N": 6.86131988913985e-06, + "Y": 0.0009355716174468398, + "U": 5.881373112970323e-07, + "K": 3.6691776017505617e-07, + "L": 1.0327848031010944e-05, + "G": 0.0012158541940152645, + "F": 0.00290882121771574, + "E": 0.0006070846575312316, + "T": 0.0003001562145072967, + "P": 0.20883023738861084, + "-": 0.7841910719871521 + }, + "id": "tp_21582" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2697764, + "label": "-", + "classification": { + "B": 2.9638003979925998e-05, + "S": 1.2333661288721487e-05, + "I": 0.0010106982663273811, + "C": 0.00032005563843995333, + "R": 7.542426465079188e-05, + "M": 0.003661742899566889, + "O": 0.00038405650411732495, + "W": 1.1462583643151447e-05, + "N": 1.4571518477168866e-05, + "Y": 0.008922090753912926, + "U": 1.59675744271226e-06, + "K": 3.985996954725124e-07, + "L": 0.00012433294614311308, + "G": 0.0013613590272143483, + "F": 0.0012926195049658418, + "E": 0.00016741057334002107, + "T": 0.007164337672293186, + "P": 0.019807204604148865, + "-": 0.9556387066841125 + }, + "id": "tp_21583" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2697898, + "label": "-", + "classification": { + "B": 1.5575228644593153e-06, + "S": 5.925886057411844e-07, + "I": 6.60604564473033e-05, + "C": 1.013923429127317e-05, + "R": 1.775169494067086e-06, + "M": 4.8193061957135797e-05, + "O": 1.4992779142630752e-05, + "W": 5.097191433378612e-07, + "N": 2.862284418370109e-06, + "Y": 0.0006847796030342579, + "U": 1.7620195080780832e-07, + "K": 8.474883088638308e-07, + "L": 1.3310451549841673e-06, + "G": 0.00013608945300802588, + "F": 0.00425772275775671, + "E": 4.362974868854508e-05, + "T": 0.00033873325446620584, + "P": 0.09331703931093216, + "-": 0.9010728597640991 + }, + "id": "tp_21584" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2698031, + "label": "P", + "classification": { + "B": 8.952949428930879e-05, + "S": 0.0002205337368650362, + "I": 0.03609719127416611, + "C": 0.0005437980871647596, + "R": 9.365259029436857e-05, + "M": 0.002815531101077795, + "O": 0.0005575811956077814, + "W": 0.00014411284064408392, + "N": 0.006619742140173912, + "Y": 0.030292775481939316, + "U": 2.292461067554541e-05, + "K": 0.017103703692555428, + "L": 4.299623105907813e-05, + "G": 0.01409216970205307, + "F": 0.03795298561453819, + "E": 0.12884210050106049, + "T": 0.01279840525239706, + "P": 0.39816057682037354, + "-": 0.3135097026824951 + }, + "id": "tp_21585" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2698131, + "label": "-", + "classification": { + "B": 1.6578003680933762e-07, + "S": 3.6584495433089614e-07, + "I": 0.00019665280706249177, + "C": 4.949535195919452e-06, + "R": 1.0240951269224752e-06, + "M": 1.5053360584715847e-05, + "O": 4.480971256271005e-06, + "W": 2.191770107629054e-07, + "N": 5.197303835302591e-06, + "Y": 0.00010811341053340584, + "U": 5.076089593103461e-08, + "K": 3.6570753536580014e-07, + "L": 3.218312087938102e-07, + "G": 6.741322431480512e-05, + "F": 0.0011212079552933574, + "E": 0.00014947949966881424, + "T": 0.00010581089736660942, + "P": 0.45215314626693726, + "-": 0.5460659265518188 + }, + "id": "tp_21586" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2698265, + "label": "-", + "classification": { + "B": 7.742553862044588e-05, + "S": 0.0005416467320173979, + "I": 9.599547411198728e-06, + "C": 1.6009069440769963e-05, + "R": 1.126618190028239e-05, + "M": 0.0030177701264619827, + "O": 0.002184069948270917, + "W": 5.402431997936219e-05, + "N": 1.6292010514007416e-06, + "Y": 0.001728686853311956, + "U": 7.85850176043823e-08, + "K": 1.225156893269741e-06, + "L": 0.0003906532365363091, + "G": 0.0030044643208384514, + "F": 0.10555247962474823, + "E": 6.374623626470566e-05, + "T": 0.0016195354983210564, + "P": 0.004989738576114178, + "-": 0.8767358660697937 + }, + "id": "tp_21587" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2698398, + "label": "-", + "classification": { + "B": 5.3257161198416725e-05, + "S": 3.881046359310858e-05, + "I": 0.0010797466384246945, + "C": 4.970902227796614e-05, + "R": 1.8018959963228554e-05, + "M": 0.0004902189830318093, + "O": 0.00031738667166791856, + "W": 2.1886440663365647e-05, + "N": 0.00011143518349854276, + "Y": 0.0008180206641554832, + "U": 3.7798295124957804e-06, + "K": 4.622253072739113e-06, + "L": 4.192235428490676e-05, + "G": 0.0004785613273270428, + "F": 0.0035121736582368612, + "E": 0.0006826770259067416, + "T": 0.0014575662789866328, + "P": 0.3439553380012512, + "-": 0.6468648910522461 + }, + "id": "tp_21588" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2698532, + "label": "-", + "classification": { + "B": 2.715601743474849e-09, + "S": 1.1828411139447326e-08, + "I": 1.3218862022768008e-06, + "C": 3.517203595038154e-07, + "R": 7.641473587227665e-08, + "M": 3.1090348784346133e-05, + "O": 2.8628649033635156e-06, + "W": 1.0681616480212597e-08, + "N": 8.402731843659694e-09, + "Y": 0.0011030362220481038, + "U": 4.723790247851412e-10, + "K": 5.644642087077045e-09, + "L": 1.9170984444372152e-07, + "G": 2.5416957214474678e-05, + "F": 0.0004775140550918877, + "E": 6.782705099794839e-07, + "T": 0.0003570372937247157, + "P": 0.0008950097835622728, + "-": 0.9971054196357727 + }, + "id": "tp_21589" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2698632, + "label": "-", + "classification": { + "B": 0.0004648096510209143, + "S": 0.0008304303628392518, + "I": 0.05930572748184204, + "C": 0.004165982361882925, + "R": 0.00158866832498461, + "M": 0.007936477661132812, + "O": 0.0025646360591053963, + "W": 0.0008271032711490989, + "N": 0.012181968428194523, + "Y": 0.08941935002803802, + "U": 0.00032755956635810435, + "K": 0.024621780961751938, + "L": 0.00041039614006876945, + "G": 0.03054080903530121, + "F": 0.04447551444172859, + "E": 0.08791252970695496, + "T": 0.030246036127209663, + "P": 0.227594792842865, + "-": 0.3745853304862976 + }, + "id": "tp_21590" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2698765, + "label": "-", + "classification": { + "B": 3.172254423589038e-07, + "S": 1.9142099461078033e-07, + "I": 4.741268276120536e-05, + "C": 2.2991998775978573e-05, + "R": 5.646104000334162e-06, + "M": 3.397238833713345e-05, + "O": 2.182215939683374e-05, + "W": 3.4493720590944577e-07, + "N": 1.834772319853073e-06, + "Y": 0.0003636839392129332, + "U": 2.5238045964215416e-07, + "K": 1.6260831614545168e-07, + "L": 2.749734449025709e-06, + "G": 0.00013927934924140573, + "F": 0.0012141031911596656, + "E": 1.8937700588139705e-05, + "T": 0.0005475362413562834, + "P": 0.06633252650499344, + "-": 0.931246280670166 + }, + "id": "tp_21591" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2698899, + "label": "-", + "classification": { + "B": 0.00016521541692782193, + "S": 0.0005372731247916818, + "I": 0.002337600337341428, + "C": 0.0003375056548975408, + "R": 0.00016185568529181182, + "M": 0.0055520492605865, + "O": 0.002401357749477029, + "W": 0.00021241935610305518, + "N": 0.0002443327975925058, + "Y": 0.014322720468044281, + "U": 8.150021130859386e-06, + "K": 0.0005235426942817867, + "L": 0.00045205323840491474, + "G": 0.016774438321590424, + "F": 0.062348347157239914, + "E": 0.0052082715556025505, + "T": 0.009146936237812042, + "P": 0.05022493377327919, + "-": 0.829041063785553 + }, + "id": "tp_21592" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2699032, + "label": "-", + "classification": { + "B": 6.40565122012049e-06, + "S": 8.79599028849043e-05, + "I": 0.0012229784624651074, + "C": 0.0004824523348361254, + "R": 0.00039593339897692204, + "M": 0.004666042979806662, + "O": 0.0020757014863193035, + "W": 3.9352209569187835e-05, + "N": 3.486562127363868e-05, + "Y": 0.035947225987911224, + "U": 1.0458425094839185e-06, + "K": 8.360641913895961e-06, + "L": 0.0004285304748918861, + "G": 0.010080057196319103, + "F": 0.013371262699365616, + "E": 0.00021343713160604239, + "T": 0.01405501551926136, + "P": 0.014070880599319935, + "-": 0.9028125405311584 + }, + "id": "tp_21593" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2699132, + "label": "-", + "classification": { + "B": 0.00010613074118737131, + "S": 0.00014766516687814146, + "I": 0.007146620191633701, + "C": 0.0009741765097714961, + "R": 0.00047102398821152747, + "M": 0.0021025375463068485, + "O": 0.0010251621715724468, + "W": 0.00025300553534179926, + "N": 0.0010164137929677963, + "Y": 0.024058407172560692, + "U": 0.00010562788520473987, + "K": 0.0018429607152938843, + "L": 0.00020892413158435374, + "G": 0.007478769402951002, + "F": 0.048093173652887344, + "E": 0.010973873548209667, + "T": 0.010867512784898281, + "P": 0.18864908814430237, + "-": 0.6944789290428162 + }, + "id": "tp_21594" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2699266, + "label": "-", + "classification": { + "B": 2.4485088943038136e-05, + "S": 3.3094853279180825e-05, + "I": 0.00046031756210140884, + "C": 0.0010282652219757438, + "R": 0.0003110682009719312, + "M": 0.009859539568424225, + "O": 0.0007539166836068034, + "W": 2.4439668777631596e-05, + "N": 2.120789031323511e-05, + "Y": 0.03927035629749298, + "U": 6.686086635454558e-06, + "K": 3.018034294655081e-05, + "L": 0.000489120720885694, + "G": 0.012400083243846893, + "F": 0.018136681988835335, + "E": 0.0008854674524627626, + "T": 0.014844034798443317, + "P": 0.016202596947550774, + "-": 0.8852184414863586 + }, + "id": "tp_21595" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2699399, + "label": "-", + "classification": { + "B": 2.9098666345817037e-05, + "S": 2.6429504941916093e-05, + "I": 9.596019663149491e-05, + "C": 3.586779348552227e-05, + "R": 2.6124804207938723e-05, + "M": 0.0007236071978695691, + "O": 0.00034126974060200155, + "W": 1.2033459825033788e-05, + "N": 5.155486633157125e-06, + "Y": 0.002736263908445835, + "U": 9.077992899619858e-07, + "K": 7.206695045169909e-07, + "L": 0.00011777107283705845, + "G": 0.0009573862771503627, + "F": 0.009071762673556805, + "E": 0.00011703457857947797, + "T": 0.002074904041364789, + "P": 0.017406417056918144, + "-": 0.9662212133407593 + }, + "id": "tp_21596" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2699533, + "label": "-", + "classification": { + "B": 4.68508769699838e-05, + "S": 0.0003860281431116164, + "I": 0.005028829909861088, + "C": 0.009372499771416187, + "R": 0.0024290275759994984, + "M": 0.014269898645579815, + "O": 0.004462206270545721, + "W": 0.0004475579771678895, + "N": 0.00047828833339735866, + "Y": 0.06491219997406006, + "U": 6.3429688452743e-05, + "K": 0.000736498273909092, + "L": 0.0009688310092315078, + "G": 0.013441096059978008, + "F": 0.030213024467229843, + "E": 0.0036841018591076136, + "T": 0.03938545286655426, + "P": 0.027190273627638817, + "-": 0.7824839353561401 + }, + "id": "tp_21597" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2699633, + "label": "-", + "classification": { + "B": 2.7505568596097874e-06, + "S": 7.143497441575164e-06, + "I": 0.0002509249316062778, + "C": 0.00035123672569170594, + "R": 5.960671478533186e-05, + "M": 0.0009158276952803135, + "O": 0.0002484603610355407, + "W": 1.050615082931472e-05, + "N": 2.338974445592612e-05, + "Y": 0.007783592212945223, + "U": 6.341711014101747e-06, + "K": 2.0447898350539617e-05, + "L": 6.244217365747318e-05, + "G": 0.0018877999391406775, + "F": 0.013908570632338524, + "E": 0.00024149772070813924, + "T": 0.0035662315785884857, + "P": 0.04082811623811722, + "-": 0.9298251271247864 + }, + "id": "tp_21598" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2699766, + "label": "-", + "classification": { + "B": 0.00017904583364725113, + "S": 0.00018775889475364238, + "I": 7.622718112543225e-05, + "C": 0.00015176724991761148, + "R": 0.00014796385949011892, + "M": 0.006513518281280994, + "O": 0.0032332027330994606, + "W": 7.508647831855342e-05, + "N": 3.2501220630365424e-06, + "Y": 0.003315994283184409, + "U": 8.747134643272148e-07, + "K": 1.998102590050621e-07, + "L": 0.0018567775841802359, + "G": 0.003087212797254324, + "F": 0.00576834985986352, + "E": 4.695794632425532e-05, + "T": 0.0063163344748318195, + "P": 0.004768317099660635, + "-": 0.9642711877822876 + }, + "id": "tp_21599" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2699900, + "label": "-", + "classification": { + "B": 1.0732352166087367e-05, + "S": 4.468852694117231e-06, + "I": 7.484862180717755e-06, + "C": 1.1390097824914847e-05, + "R": 2.0182096704957075e-06, + "M": 0.0007242659339681268, + "O": 5.015616261516698e-05, + "W": 9.901924613586743e-07, + "N": 3.1781777920514287e-07, + "Y": 0.0009163306094706059, + "U": 6.115028128306221e-08, + "K": 3.4276024507562397e-07, + "L": 1.4431467207032256e-05, + "G": 0.00048181312740780413, + "F": 0.008293109945952892, + "E": 4.9017620767699555e-05, + "T": 0.0007509658462367952, + "P": 0.0066008782014250755, + "-": 0.9820813536643982 + }, + "id": "tp_21600" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2700000, + "label": "-", + "classification": { + "B": 4.920369534033853e-08, + "S": 1.2649643110762554e-07, + "I": 4.280580469639972e-05, + "C": 2.5425533749512397e-05, + "R": 3.106421445409069e-06, + "M": 1.8225044186692685e-05, + "O": 4.389412879390875e-06, + "W": 2.875953839520662e-07, + "N": 2.0696188585134223e-06, + "Y": 0.0012262664968147874, + "U": 2.0592480609593622e-07, + "K": 4.770352825289592e-05, + "L": 2.6251342433170066e-07, + "G": 0.00020550274348352104, + "F": 0.008314615115523338, + "E": 9.9961667729076e-05, + "T": 0.0001511979498900473, + "P": 0.03818845376372337, + "-": 0.9516693949699402 + }, + "id": "tp_21601" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2700133, + "label": "-", + "classification": { + "B": 0.00027193501591682434, + "S": 0.0002848722506314516, + "I": 0.003956738859415054, + "C": 0.0041182334534823895, + "R": 0.0015942928148433566, + "M": 0.008115500211715698, + "O": 0.003085107309743762, + "W": 0.00021305640984792262, + "N": 0.0004063188680447638, + "Y": 0.020131610333919525, + "U": 0.00010922727960860357, + "K": 7.496649777749553e-05, + "L": 0.0016337970737367868, + "G": 0.015675785019993782, + "F": 0.026808710768818855, + "E": 0.0025270257610827684, + "T": 0.014689771458506584, + "P": 0.08944080770015717, + "-": 0.8068622350692749 + }, + "id": "tp_21602" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2700267, + "label": "-", + "classification": { + "B": 3.028473543054133e-07, + "S": 1.596943207005097e-06, + "I": 5.616248745354824e-05, + "C": 8.469565364066511e-05, + "R": 2.8083319193683565e-05, + "M": 0.000314877659548074, + "O": 8.203340985346586e-05, + "W": 2.356696768401889e-06, + "N": 3.049385213671485e-06, + "Y": 0.0038036901969462633, + "U": 7.756574404993444e-07, + "K": 3.059300297536538e-06, + "L": 9.81453285930911e-06, + "G": 0.00032373046269640326, + "F": 0.004431300330907106, + "E": 2.9054497645120136e-05, + "T": 0.00165661727078259, + "P": 0.009106657467782497, + "-": 0.9800621867179871 + }, + "id": "tp_21603" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2700400, + "label": "-", + "classification": { + "B": 4.66374068253117e-08, + "S": 2.1568456531895208e-07, + "I": 6.217944701347733e-06, + "C": 5.644303087137814e-07, + "R": 2.450219938054943e-07, + "M": 6.83396228851052e-06, + "O": 3.988717253378127e-06, + "W": 9.375519738341609e-08, + "N": 2.910901741870475e-07, + "Y": 0.00034892052644863725, + "U": 9.248876331469091e-09, + "K": 3.895822544563998e-07, + "L": 2.23725734826985e-07, + "G": 4.621782500180416e-05, + "F": 0.0108107915148139, + "E": 1.2443962987163104e-05, + "T": 0.00010489180567674339, + "P": 0.0369698740541935, + "-": 0.951687753200531 + }, + "id": "tp_21604" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2700501, + "label": "-", + "classification": { + "B": 2.889154893637169e-05, + "S": 6.247618875931948e-05, + "I": 0.006357438396662474, + "C": 0.001759997452609241, + "R": 0.0013960832729935646, + "M": 0.009597317315638065, + "O": 0.0015669544227421284, + "W": 7.763646863168105e-05, + "N": 0.00016806862549856305, + "Y": 0.1624787598848343, + "U": 3.39110083587002e-05, + "K": 3.2246131013380364e-05, + "L": 0.0004932897863909602, + "G": 0.012159591540694237, + "F": 0.007425347343087196, + "E": 0.0003978478198405355, + "T": 0.06998690217733383, + "P": 0.01546431053429842, + "-": 0.7105128765106201 + }, + "id": "tp_21605" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2700634, + "label": "-", + "classification": { + "B": 8.255928696598858e-05, + "S": 2.7526180929271504e-05, + "I": 0.03005467914044857, + "C": 0.002912750467658043, + "R": 0.0004002670175395906, + "M": 0.0020033325999975204, + "O": 0.0004091468290425837, + "W": 2.167286402254831e-05, + "N": 0.0005290679982863367, + "Y": 0.02869875729084015, + "U": 1.8437831386108883e-05, + "K": 2.750513522187248e-05, + "L": 0.0001764804037520662, + "G": 0.009148124605417252, + "F": 0.005055236164480448, + "E": 0.004423326812684536, + "T": 0.00580248236656189, + "P": 0.2722579836845398, + "-": 0.637950599193573 + }, + "id": "tp_21606" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2700767, + "label": "-", + "classification": { + "B": 0.0010558676440268755, + "S": 0.00035029277205467224, + "I": 0.0010592866456136107, + "C": 7.050689600873739e-05, + "R": 2.325279092474375e-05, + "M": 0.0010790085652843118, + "O": 0.0014809721615165472, + "W": 0.00015623272338416427, + "N": 0.0001929478021338582, + "Y": 0.000864786037709564, + "U": 9.725075869937427e-06, + "K": 1.5470652215299197e-05, + "L": 0.00013400532770901918, + "G": 0.0012103106128051877, + "F": 0.006610699463635683, + "E": 0.001480975653976202, + "T": 0.0015593107091262937, + "P": 0.26786866784095764, + "-": 0.7147775888442993 + }, + "id": "tp_21607" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2700901, + "label": "-", + "classification": { + "B": 0.0004960731603205204, + "S": 0.00017049882444553077, + "I": 0.008635476231575012, + "C": 0.0018644322408363223, + "R": 0.00047861054190434515, + "M": 0.0028772226069122553, + "O": 0.0012755501084029675, + "W": 0.00014499206736218184, + "N": 0.0006913412944413722, + "Y": 0.005104312673211098, + "U": 5.570034772972576e-05, + "K": 1.7764825315680355e-05, + "L": 0.0007917933398857713, + "G": 0.005444693844765425, + "F": 0.017498888075351715, + "E": 0.005228882655501366, + "T": 0.003776246216148138, + "P": 0.4544651210308075, + "-": 0.490982323884964 + }, + "id": "tp_21608" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2701001, + "label": "-", + "classification": { + "B": 3.7436318933714574e-08, + "S": 8.441382988166879e-07, + "I": 9.383116776007228e-06, + "C": 0.0002622281899675727, + "R": 4.852584970649332e-05, + "M": 6.556379958055913e-05, + "O": 2.325528475921601e-05, + "W": 5.650201728713e-07, + "N": 3.649780637715594e-07, + "Y": 0.004811484832316637, + "U": 3.565881101508239e-08, + "K": 1.8450443803885719e-06, + "L": 4.8932311074167956e-06, + "G": 0.0007591624744236469, + "F": 0.03148122504353523, + "E": 1.203538977279095e-05, + "T": 0.000612670904956758, + "P": 0.0034862193278968334, + "-": 0.9584197402000427 + }, + "id": "tp_21609" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2701134, + "label": "I", + "classification": { + "B": 5.142307145433733e-06, + "S": 0.0007312178495340049, + "I": 0.4669961929321289, + "C": 0.007934927009046078, + "R": 0.003898023394867778, + "M": 0.0028062062337994576, + "O": 0.0016140749212354422, + "W": 8.793718734523281e-05, + "N": 0.01741197146475315, + "Y": 0.3188568949699402, + "U": 4.759702108003694e-07, + "K": 0.0001388344244332984, + "L": 0.000145362428156659, + "G": 0.03191914036870003, + "F": 0.000573225668631494, + "E": 0.0006416835240088403, + "T": 0.14220279455184937, + "P": 0.0010257605463266373, + "-": 0.0030101502779871225 + }, + "id": "tp_21610" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2701268, + "label": "-", + "classification": { + "B": 1.747013084241189e-05, + "S": 1.949015677382704e-05, + "I": 2.12507184187416e-05, + "C": 1.797136246750597e-05, + "R": 1.0278331501467619e-05, + "M": 0.00028664732235483825, + "O": 0.00018909153004642576, + "W": 6.5522986005817074e-06, + "N": 1.626472908355936e-06, + "Y": 0.0012580702314153314, + "U": 1.9164926357007062e-07, + "K": 4.4284425371188263e-07, + "L": 3.5697128623723984e-05, + "G": 0.0005231162067502737, + "F": 0.014841469936072826, + "E": 3.811259375652298e-05, + "T": 0.0009207074181176722, + "P": 0.019775232300162315, + "-": 0.9620364904403687 + }, + "id": "tp_21611" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2701401, + "label": "-", + "classification": { + "B": 4.837570344307096e-08, + "S": 3.8370803423504185e-08, + "I": 8.395512850256637e-06, + "C": 1.3622806363855489e-05, + "R": 2.4693736122571863e-06, + "M": 4.085951513843611e-05, + "O": 7.599086075060768e-06, + "W": 8.045692112546021e-08, + "N": 8.807506191033099e-08, + "Y": 0.000219275476410985, + "U": 3.1956155055468116e-08, + "K": 2.0449286708412728e-08, + "L": 1.6299536582664587e-06, + "G": 6.234118336578831e-05, + "F": 0.0006139408214949071, + "E": 2.7699434212991036e-06, + "T": 0.00025244784774258733, + "P": 0.007856972515583038, + "-": 0.9909173846244812 + }, + "id": "tp_21612" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2701502, + "label": "-", + "classification": { + "B": 0.00030322038219310343, + "S": 0.0012258737115189433, + "I": 0.015773478895425797, + "C": 0.004297793842852116, + "R": 0.001957406522706151, + "M": 0.014410627074539661, + "O": 0.006749807391315699, + "W": 0.0005764223169535398, + "N": 0.0014055495848879218, + "Y": 0.021389218047261238, + "U": 5.6741941079963e-05, + "K": 7.17084258212708e-05, + "L": 0.0020859905052930117, + "G": 0.011437204666435719, + "F": 0.02707918919622898, + "E": 0.0028912238776683807, + "T": 0.02603357471525669, + "P": 0.13876023888587952, + "-": 0.7234946489334106 + }, + "id": "tp_21613" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2701635, + "label": "-", + "classification": { + "B": 4.084563897777116e-06, + "S": 4.843097485718317e-06, + "I": 0.00026309830718673766, + "C": 2.9531663585657952e-06, + "R": 1.0259385589961312e-06, + "M": 0.00044635607628151774, + "O": 6.942443724256009e-05, + "W": 2.0055817913089413e-06, + "N": 2.780552222247934e-06, + "Y": 0.0008284374489448965, + "U": 5.54376526906708e-08, + "K": 3.066432086029636e-08, + "L": 8.210322448576335e-06, + "G": 9.116110595641658e-05, + "F": 0.0010102289961650968, + "E": 7.08487568772398e-05, + "T": 0.00048618236905895174, + "P": 0.13085360825061798, + "-": 0.8658546805381775 + }, + "id": "tp_21614" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2701768, + "label": "-", + "classification": { + "B": 1.3638307150287687e-09, + "S": 6.6377374707826675e-09, + "I": 1.4282107940744027e-06, + "C": 6.155626408599346e-08, + "R": 1.748277256297115e-08, + "M": 5.717893145629205e-07, + "O": 3.096868965712929e-07, + "W": 6.051503298465377e-09, + "N": 3.271573945085038e-08, + "Y": 5.327015242073685e-05, + "U": 6.558800724754121e-10, + "K": 4.027368305514756e-08, + "L": 3.758316768909253e-09, + "G": 1.0738649507402442e-06, + "F": 0.0006855149986222386, + "E": 1.7708114228298655e-06, + "T": 1.8261755030835047e-05, + "P": 0.01875954493880272, + "-": 0.9804779887199402 + }, + "id": "tp_21615" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2701902, + "label": "-", + "classification": { + "B": 3.674665265407384e-07, + "S": 5.52003029952175e-07, + "I": 3.795298107434064e-05, + "C": 2.9584603908006102e-05, + "R": 8.524917575414293e-06, + "M": 0.00016684348520357162, + "O": 3.176790050929412e-05, + "W": 7.928341574370279e-07, + "N": 1.116419639402011e-06, + "Y": 0.002163608791306615, + "U": 4.6814307097520214e-07, + "K": 1.2316343145357678e-06, + "L": 7.730473043920938e-06, + "G": 0.0003960169851779938, + "F": 0.004406506661325693, + "E": 4.89081212435849e-05, + "T": 0.0007407109951600432, + "P": 0.013058165088295937, + "-": 0.9788993000984192 + }, + "id": "tp_21616" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2702002, + "label": "-", + "classification": { + "B": 1.0465607402920796e-07, + "S": 7.92607863786543e-08, + "I": 4.6859251597197726e-05, + "C": 5.6403314374620095e-06, + "R": 7.046996302051411e-07, + "M": 2.89321815216681e-05, + "O": 5.189332114241552e-06, + "W": 1.4701123518534587e-07, + "N": 1.1259951406827895e-06, + "Y": 0.00016657468222547323, + "U": 5.769618027784418e-08, + "K": 7.434495330471691e-08, + "L": 4.826191570828087e-07, + "G": 2.1175152141950093e-05, + "F": 0.0005663611809723079, + "E": 1.9146673366776668e-05, + "T": 0.00018860018462873995, + "P": 0.13523197174072266, + "-": 0.8637167811393738 + }, + "id": "tp_21617" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2702135, + "label": "-", + "classification": { + "B": 6.564804948538949e-07, + "S": 7.300846846192144e-06, + "I": 0.0006190545973367989, + "C": 0.0001288920611841604, + "R": 4.02338155254256e-05, + "M": 0.00023674863041378558, + "O": 0.00010726715117925778, + "W": 1.0978656973748002e-05, + "N": 4.2542131268419325e-05, + "Y": 0.00995986070483923, + "U": 1.6069615185188013e-06, + "K": 8.076881931629032e-05, + "L": 4.661245384340873e-06, + "G": 0.0004879938205704093, + "F": 0.007141449023038149, + "E": 0.00031526514794677496, + "T": 0.0025699068792164326, + "P": 0.03424787148833275, + "-": 0.9439969658851624 + }, + "id": "tp_21618" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2702269, + "label": "-", + "classification": { + "B": 1.604552562639583e-05, + "S": 2.5156110496027395e-05, + "I": 0.000653000723104924, + "C": 0.00021558951993938535, + "R": 7.69088655943051e-05, + "M": 0.0009562061750330031, + "O": 0.00041267508640885353, + "W": 2.5369085051352158e-05, + "N": 9.640416828915477e-05, + "Y": 0.011743301525712013, + "U": 6.577789463335648e-06, + "K": 5.948324178461917e-05, + "L": 4.62046118627768e-05, + "G": 0.0021263945382088423, + "F": 0.017802461981773376, + "E": 0.0019836588762700558, + "T": 0.0043763029389083385, + "P": 0.09886489063501358, + "-": 0.8605133891105652 + }, + "id": "tp_21619" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2702402, + "label": "-", + "classification": { + "B": 6.284659320954233e-05, + "S": 0.0003033038810826838, + "I": 0.00784999132156372, + "C": 0.0012847883626818657, + "R": 0.0004510891158133745, + "M": 0.004920446779578924, + "O": 0.001487885368987918, + "W": 0.00017041998216882348, + "N": 0.0008883391856215894, + "Y": 0.07066555321216583, + "U": 3.7982597859809175e-05, + "K": 0.0004222446586936712, + "L": 0.00020603736629709601, + "G": 0.006794617976993322, + "F": 0.022463485598564148, + "E": 0.005874492693692446, + "T": 0.02921878732740879, + "P": 0.08085933327674866, + "-": 0.7660384178161621 + }, + "id": "tp_21620" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2702503, + "label": "-", + "classification": { + "B": 3.459093932178803e-06, + "S": 1.0341099368815776e-05, + "I": 0.0001350082893623039, + "C": 3.310995452920906e-05, + "R": 1.6525786122656427e-05, + "M": 0.0014967225724831223, + "O": 0.000186738368938677, + "W": 4.096211796422722e-06, + "N": 3.5678424410434673e-06, + "Y": 0.004900308325886726, + "U": 7.686167577958258e-07, + "K": 9.679048389443778e-07, + "L": 7.059502968331799e-05, + "G": 0.0014230904635041952, + "F": 0.007492193020880222, + "E": 0.00014959697728045285, + "T": 0.0025856695137917995, + "P": 0.018949642777442932, + "-": 0.9625375270843506 + }, + "id": "tp_21621" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2702636, + "label": "-", + "classification": { + "B": 3.006336157795886e-08, + "S": 4.805626190318435e-07, + "I": 3.3189746318385005e-05, + "C": 0.00025592721067368984, + "R": 6.467411003541201e-05, + "M": 0.00012205081293359399, + "O": 3.8400012272177264e-05, + "W": 1.0595032335913857e-06, + "N": 1.0205013722952572e-06, + "Y": 0.012763740494847298, + "U": 3.611378076584515e-07, + "K": 8.626248927612323e-06, + "L": 5.601837983704172e-06, + "G": 0.0005032551707699895, + "F": 0.004687019158154726, + "E": 1.4716320038132835e-05, + "T": 0.0013746178010478616, + "P": 0.0027544370386749506, + "-": 0.9773708581924438 + }, + "id": "tp_21622" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2702769, + "label": "-", + "classification": { + "B": 2.9491650366253452e-06, + "S": 1.6381625300709857e-06, + "I": 2.17406250158092e-05, + "C": 1.3231517186795827e-05, + "R": 1.2958061233803164e-05, + "M": 0.0040065692737698555, + "O": 0.0002521226997487247, + "W": 1.0912129937423742e-06, + "N": 1.594233651758259e-07, + "Y": 0.005205739755183458, + "U": 2.460336645526695e-08, + "K": 3.0701297060176103e-09, + "L": 0.00014814520545769483, + "G": 0.0013628617161884904, + "F": 0.0006495109992101789, + "E": 3.4722957025223877e-06, + "T": 0.006836371961981058, + "P": 0.0006461066077463329, + "-": 0.9808353185653687 + }, + "id": "tp_21623" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2702903, + "label": "-", + "classification": { + "B": 4.1957091525546275e-06, + "S": 3.6932628972863313e-06, + "I": 3.096220825682394e-05, + "C": 1.6726345393180964e-06, + "R": 4.193886695702531e-07, + "M": 0.00015339504170697182, + "O": 4.728088970296085e-05, + "W": 1.5239085087159765e-06, + "N": 1.2345894901955035e-06, + "Y": 0.00036083642044104636, + "U": 4.3227974089177224e-08, + "K": 5.622728167509194e-07, + "L": 3.6181381801725365e-06, + "G": 0.00017828431737143546, + "F": 0.007852036505937576, + "E": 0.0001914655149448663, + "T": 0.00017263009794987738, + "P": 0.05938989669084549, + "-": 0.9316062331199646 + }, + "id": "tp_21624" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2703003, + "label": "-", + "classification": { + "B": 3.6249960544409987e-07, + "S": 6.57469570342073e-07, + "I": 1.1660752534226049e-05, + "C": 5.70327574678231e-06, + "R": 2.9429709229589207e-06, + "M": 8.941970008891076e-05, + "O": 5.365409379010089e-05, + "W": 8.031820470932871e-07, + "N": 4.5849031948819174e-07, + "Y": 0.0005336487665772438, + "U": 9.559408198356323e-08, + "K": 8.744493129597686e-08, + "L": 6.316473900369601e-06, + "G": 0.00010186681902268901, + "F": 0.002189432503655553, + "E": 6.290894361882238e-06, + "T": 0.0004780466260854155, + "P": 0.00800134427845478, + "-": 0.988517165184021 + }, + "id": "tp_21625" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2703136, + "label": "Y", + "classification": { + "B": 0.00020517580560408533, + "S": 0.0007841443875804543, + "I": 0.06296970695257187, + "C": 0.0025645692367106676, + "R": 0.0020636108238250017, + "M": 0.01950896345078945, + "O": 0.003582462901249528, + "W": 0.000396434887079522, + "N": 0.003898868104442954, + "Y": 0.38490450382232666, + "U": 5.473251439980231e-05, + "K": 0.002232483820989728, + "L": 0.0005188386421650648, + "G": 0.04029672592878342, + "F": 0.01599007286131382, + "E": 0.010977812111377716, + "T": 0.10589972883462906, + "P": 0.03316714987158775, + "-": 0.309984028339386 + }, + "id": "tp_21626" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2703270, + "label": "-", + "classification": { + "B": 1.673790848144563e-07, + "S": 1.2891143796878168e-06, + "I": 2.886315996875055e-06, + "C": 8.118062169160112e-07, + "R": 2.961797918032971e-07, + "M": 0.00010111970186699182, + "O": 8.42814097268274e-06, + "W": 1.1803991384340407e-07, + "N": 9.64955759741315e-08, + "Y": 0.0008279602625407279, + "U": 8.329483769387025e-09, + "K": 1.5287231747151964e-07, + "L": 1.8968353288073558e-06, + "G": 0.00012266937119420618, + "F": 0.013948984444141388, + "E": 1.955975494638551e-05, + "T": 0.0004806916113011539, + "P": 0.004694126546382904, + "-": 0.9797887206077576 + }, + "id": "tp_21627" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2703403, + "label": "-", + "classification": { + "B": 1.8971104509546421e-06, + "S": 1.6954556485870853e-05, + "I": 0.00013501445937436074, + "C": 5.389380021370016e-05, + "R": 2.3619346393388696e-05, + "M": 0.0004612813354469836, + "O": 0.00015867060574237257, + "W": 1.1591027032409329e-05, + "N": 1.1654728950816207e-05, + "Y": 0.00822471547871828, + "U": 1.3780808103547315e-06, + "K": 1.6710429918020964e-05, + "L": 1.676977080933284e-05, + "G": 0.0005087984609417617, + "F": 0.011031563393771648, + "E": 8.370225259568542e-05, + "T": 0.006678399629890919, + "P": 0.015157343819737434, + "-": 0.9574060440063477 + }, + "id": "tp_21628" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2703504, + "label": "-", + "classification": { + "B": 1.8002450588028296e-06, + "S": 1.1763323527702596e-05, + "I": 0.0008871103054843843, + "C": 4.1641371353762224e-05, + "R": 2.8658805604209192e-05, + "M": 0.00015603480278514326, + "O": 9.3651375209447e-05, + "W": 9.257119927497115e-06, + "N": 4.7930436267051846e-05, + "Y": 0.002532461890950799, + "U": 2.336460738661117e-06, + "K": 6.379495516739553e-06, + "L": 8.617483217676636e-06, + "G": 0.00015043863095343113, + "F": 0.00424165977165103, + "E": 7.803015614626929e-05, + "T": 0.0016448715468868613, + "P": 0.18087275326251984, + "-": 0.8091846108436584 + }, + "id": "tp_21629" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2703637, + "label": "P", + "classification": { + "B": 1.656910875169615e-08, + "S": 4.431240441249429e-08, + "I": 2.542865877330769e-05, + "C": 3.4941535886900965e-07, + "R": 2.3570571272557572e-08, + "M": 3.120130429579149e-07, + "O": 3.298142985386221e-07, + "W": 1.4097790490552597e-08, + "N": 1.7546240087540355e-06, + "Y": 1.2612118553079199e-05, + "U": 1.0644372494539311e-08, + "K": 4.074476862570009e-07, + "L": 1.1243899145085834e-08, + "G": 5.150815468368819e-06, + "F": 0.0009333975031040609, + "E": 3.066857607336715e-05, + "T": 1.3617262993648183e-05, + "P": 0.5946744680404663, + "-": 0.40430131554603577 + }, + "id": "tp_21630" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2703770, + "label": "-", + "classification": { + "B": 0.00011290457041468471, + "S": 4.405521758599207e-05, + "I": 0.000270193355390802, + "C": 0.00021534871484618634, + "R": 0.00012067209900123999, + "M": 0.003337489441037178, + "O": 0.000697235285770148, + "W": 4.261345384293236e-05, + "N": 1.8021797586698085e-05, + "Y": 0.01099108811467886, + "U": 4.0060335777525324e-06, + "K": 2.6321327823097818e-05, + "L": 0.00011964204895775765, + "G": 0.0025984402745962143, + "F": 0.011985241435468197, + "E": 0.0004388245870359242, + "T": 0.003805138636380434, + "P": 0.019199827685952187, + "-": 0.9459729194641113 + }, + "id": "tp_21631" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2703904, + "label": "-", + "classification": { + "B": 1.0835233297257219e-06, + "S": 1.6729428580219974e-06, + "I": 4.838464883505367e-05, + "C": 1.809626269277942e-06, + "R": 1.635053621384941e-07, + "M": 1.288465045945486e-05, + "O": 6.619899522775086e-06, + "W": 1.1101136578872683e-06, + "N": 8.43685120344162e-06, + "Y": 0.00013980228686705232, + "U": 2.7749771902563225e-07, + "K": 1.8559825548436493e-05, + "L": 2.2334299387694045e-07, + "G": 4.5311211579246446e-05, + "F": 0.0037219668738543987, + "E": 0.0006595298764295876, + "T": 9.469514043303207e-05, + "P": 0.46242836117744446, + "-": 0.5328091382980347 + }, + "id": "tp_21632" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2704004, + "label": "-", + "classification": { + "B": 4.6476170609821565e-06, + "S": 3.5301279694976984e-06, + "I": 0.00037436585989780724, + "C": 6.469365325756371e-05, + "R": 1.0319965440430678e-05, + "M": 0.0005655772984027863, + "O": 9.212288568960503e-05, + "W": 3.736325197678525e-06, + "N": 1.5397246897919104e-05, + "Y": 0.003064845921471715, + "U": 1.0220956028206274e-06, + "K": 4.646128672902705e-06, + "L": 8.824222277326044e-06, + "G": 0.0005837296484969556, + "F": 0.0014372400473803282, + "E": 0.0006699174991808832, + "T": 0.0015181900234892964, + "P": 0.052223313599824905, + "-": 0.9393538236618042 + }, + "id": "tp_21633" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2704137, + "label": "-", + "classification": { + "B": 6.923798991920194e-07, + "S": 4.307538574721548e-07, + "I": 2.450224565109238e-05, + "C": 1.0963068234559614e-05, + "R": 2.8910910714330385e-06, + "M": 0.0002963693405035883, + "O": 3.432232915656641e-05, + "W": 3.2374964575865306e-07, + "N": 5.377131628847565e-07, + "Y": 0.0013363510370254517, + "U": 1.4228128009108332e-07, + "K": 5.0661363104609336e-08, + "L": 1.0157490578421857e-05, + "G": 0.00032946557621471584, + "F": 0.0013833745615556836, + "E": 1.1181287845829502e-05, + "T": 0.001523155951872468, + "P": 0.011419661343097687, + "-": 0.9836153388023376 + }, + "id": "tp_21634" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2704271, + "label": "-", + "classification": { + "B": 8.251448889495805e-06, + "S": 5.998792858008528e-06, + "I": 5.033680281485431e-05, + "C": 2.1526431737584062e-05, + "R": 5.331733973434893e-06, + "M": 0.0004657744721043855, + "O": 9.942905307980254e-05, + "W": 3.0999731279734988e-06, + "N": 2.0571374079736415e-06, + "Y": 0.0010245265439152718, + "U": 3.3521499176458747e-07, + "K": 8.866499001669581e-07, + "L": 2.2987040210864507e-05, + "G": 0.0004934425815008581, + "F": 0.013927853666245937, + "E": 0.0001094331091735512, + "T": 0.0006812969222664833, + "P": 0.028331734240055084, + "-": 0.9547457098960876 + }, + "id": "tp_21635" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2704404, + "label": "-", + "classification": { + "B": 3.452905275480589e-06, + "S": 9.444926945434418e-06, + "I": 0.0001305619953200221, + "C": 0.00026071033789776266, + "R": 4.111509770154953e-05, + "M": 0.0012086498318240047, + "O": 0.00011860831727972254, + "W": 3.7814402276126202e-06, + "N": 5.48468551642145e-06, + "Y": 0.005038865841925144, + "U": 1.0135628372154315e-06, + "K": 6.0430584198911674e-06, + "L": 3.773783100768924e-05, + "G": 0.0010327300988137722, + "F": 0.007982774637639523, + "E": 0.0001828872918849811, + "T": 0.003377599408850074, + "P": 0.0054368264973163605, + "-": 0.975121796131134 + }, + "id": "tp_21636" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2704505, + "label": "-", + "classification": { + "B": 0.0002559398126322776, + "S": 0.0001026953395921737, + "I": 0.0001191582196042873, + "C": 4.669842019211501e-05, + "R": 4.767653808812611e-05, + "M": 0.00104950787499547, + "O": 0.0017921739490702748, + "W": 7.973230822244659e-05, + "N": 5.844797669851687e-06, + "Y": 0.0010188620071858168, + "U": 7.962364634295227e-07, + "K": 3.319061931961187e-07, + "L": 0.00022115868341643363, + "G": 0.001077392720617354, + "F": 0.003921333234757185, + "E": 4.196755980956368e-05, + "T": 0.0011957833776250482, + "P": 0.01734299212694168, + "-": 0.9716799259185791 + }, + "id": "tp_21637" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2704638, + "label": "-", + "classification": { + "B": 1.5266589770135397e-08, + "S": 1.7727847989590373e-07, + "I": 2.0943814433849184e-06, + "C": 5.795575361844385e-06, + "R": 4.247236574883573e-06, + "M": 2.6425934265716933e-05, + "O": 1.409829292242648e-05, + "W": 1.9424643937782093e-07, + "N": 5.5337324056381476e-08, + "Y": 0.0009562700870446861, + "U": 1.6429472893264574e-08, + "K": 8.205262957972081e-08, + "L": 2.1937419205642072e-06, + "G": 7.238451507873833e-05, + "F": 0.003213370218873024, + "E": 1.1003120334862615e-06, + "T": 0.0003239491779822856, + "P": 0.0018476508557796478, + "-": 0.9935299754142761 + }, + "id": "tp_21638" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2704771, + "label": "-", + "classification": { + "B": 9.58077066570695e-08, + "S": 7.569822173536522e-07, + "I": 5.639172741211951e-06, + "C": 3.6115632155997446e-06, + "R": 2.133268480974948e-06, + "M": 2.494448926881887e-05, + "O": 1.4560125237039756e-05, + "W": 3.1167621727945516e-07, + "N": 2.688018696517247e-07, + "Y": 0.0011862359242513776, + "U": 6.858007850496506e-08, + "K": 1.4565922583642532e-06, + "L": 1.8493759625926032e-06, + "G": 0.0001459586201235652, + "F": 0.004936202894896269, + "E": 9.345339094579685e-06, + "T": 0.0004985792329534888, + "P": 0.006275986321270466, + "-": 0.9868919253349304 + }, + "id": "tp_21639" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2704905, + "label": "-", + "classification": { + "B": 9.99446856440045e-05, + "S": 0.0002272333367727697, + "I": 0.003545386716723442, + "C": 0.0009756110375747085, + "R": 0.0003301904071122408, + "M": 0.004394237417727709, + "O": 0.0011183792958036065, + "W": 0.00015320780221372843, + "N": 0.0005302297067828476, + "Y": 0.010448268614709377, + "U": 6.306282011792064e-05, + "K": 0.0004567299329210073, + "L": 0.000258249492617324, + "G": 0.005316571332514286, + "F": 0.04141917824745178, + "E": 0.006368311587721109, + "T": 0.007338869851082563, + "P": 0.12782102823257446, + "-": 0.7891353368759155 + }, + "id": "tp_21640" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2705005, + "label": "-", + "classification": { + "B": 4.77936907827825e-07, + "S": 3.0990213417680934e-06, + "I": 0.00022722786525264382, + "C": 6.675490453744715e-07, + "R": 2.7307964955980424e-07, + "M": 2.6153318685828708e-05, + "O": 1.2502224308263976e-05, + "W": 1.1124719776489655e-06, + "N": 2.1537231077672914e-05, + "Y": 0.00026193243684247136, + "U": 6.908994265586443e-08, + "K": 1.5067794265632983e-05, + "L": 2.6782132067637576e-07, + "G": 3.6400222597876564e-05, + "F": 0.011109894141554832, + "E": 0.0004537561326287687, + "T": 0.00018151223775930703, + "P": 0.4625371992588043, + "-": 0.5251109004020691 + }, + "id": "tp_21641" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2705138, + "label": "-", + "classification": { + "B": 5.603083991445601e-05, + "S": 0.0001023987279040739, + "I": 0.015285642817616463, + "C": 0.0015581388724967837, + "R": 0.0003723535337485373, + "M": 0.00536601897329092, + "O": 0.0006687795976176858, + "W": 6.837424007244408e-05, + "N": 0.0005748232360929251, + "Y": 0.08283527940511703, + "U": 1.729693394736387e-05, + "K": 0.00031258739181794226, + "L": 0.0001572234759805724, + "G": 0.014948353171348572, + "F": 0.01975957863032818, + "E": 0.011241287924349308, + "T": 0.017901282757520676, + "P": 0.11408107727766037, + "-": 0.7146934866905212 + }, + "id": "tp_21642" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2705272, + "label": "-", + "classification": { + "B": 1.2750758287438657e-05, + "S": 1.1878044460900128e-05, + "I": 2.6990675905835815e-05, + "C": 3.320248652016744e-05, + "R": 2.8876878786832094e-05, + "M": 0.0011954504298046231, + "O": 0.0005552999209612608, + "W": 9.099320777750108e-06, + "N": 1.261405600416765e-06, + "Y": 0.0029170913621783257, + "U": 3.4523014846854494e-07, + "K": 2.4171362156266696e-07, + "L": 0.0001822615449782461, + "G": 0.0012444369494915009, + "F": 0.006370730232447386, + "E": 3.2953561458271e-05, + "T": 0.0016844177152961493, + "P": 0.004984328988939524, + "-": 0.9807083010673523 + }, + "id": "tp_21643" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2705405, + "label": "-", + "classification": { + "B": 0.0011082665296271443, + "S": 0.0009669612045399845, + "I": 0.0020226300694048405, + "C": 0.003572628600522876, + "R": 0.002278313273563981, + "M": 0.00987684540450573, + "O": 0.008709421381354332, + "W": 0.001139432075433433, + "N": 0.0004494388122111559, + "Y": 0.016075003892183304, + "U": 0.0002715092559810728, + "K": 0.00017493747873231769, + "L": 0.003875476773828268, + "G": 0.011812865734100342, + "F": 0.047417107969522476, + "E": 0.0020223581232130527, + "T": 0.012555562891066074, + "P": 0.06439164280891418, + "-": 0.8112795948982239 + }, + "id": "tp_21644" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2705506, + "label": "-", + "classification": { + "B": 4.706083927885629e-05, + "S": 0.00018976519641000777, + "I": 0.0007223497377708554, + "C": 0.00021294629550538957, + "R": 0.00010231520718662068, + "M": 0.009271697141230106, + "O": 0.0017345340456813574, + "W": 6.616584141738713e-05, + "N": 5.525748201762326e-05, + "Y": 0.020166736096143723, + "U": 6.86841985952924e-06, + "K": 1.4316983651951887e-05, + "L": 0.0004161238030064851, + "G": 0.004623084329068661, + "F": 0.015827346593141556, + "E": 0.000718851457349956, + "T": 0.018756069242954254, + "P": 0.019443342462182045, + "-": 0.9076251983642578 + }, + "id": "tp_21645" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2705639, + "label": "-", + "classification": { + "B": 1.0530644431128167e-05, + "S": 1.681938738329336e-05, + "I": 1.9113358575850725e-05, + "C": 3.2623927836539224e-05, + "R": 2.7734578907256946e-05, + "M": 0.00043815947719849646, + "O": 0.0002444844285491854, + "W": 6.4510199990763795e-06, + "N": 9.638257552069263e-07, + "Y": 0.00193168839905411, + "U": 2.678344515061326e-07, + "K": 2.472301332545612e-07, + "L": 6.826152821304277e-05, + "G": 0.0006085606873966753, + "F": 0.007014741655439138, + "E": 9.58195323619293e-06, + "T": 0.001730794901959598, + "P": 0.005912838038057089, + "-": 0.9819260239601135 + }, + "id": "tp_21646" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2705772, + "label": "-", + "classification": { + "B": 1.3941394705341281e-08, + "S": 8.221054059731614e-09, + "I": 6.592920840375882e-07, + "C": 7.661886911591864e-07, + "R": 9.418679525197149e-08, + "M": 6.335553734970745e-06, + "O": 9.944584462573403e-07, + "W": 6.1897842407176995e-09, + "N": 1.1045686143518196e-08, + "Y": 0.0005334440502338111, + "U": 2.6935742525324713e-09, + "K": 4.7127521440870623e-08, + "L": 1.866959138396851e-07, + "G": 0.00011625399929471314, + "F": 0.002153065288439393, + "E": 2.9540458399424097e-06, + "T": 6.86641433276236e-05, + "P": 0.00618622126057744, + "-": 0.9909302592277527 + }, + "id": "tp_21647" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2705906, + "label": "-", + "classification": { + "B": 1.1308038949664478e-08, + "S": 1.2395815929266973e-07, + "I": 1.4829404335614527e-06, + "C": 7.586007541249273e-06, + "R": 9.247634693565487e-07, + "M": 1.1500929758767597e-05, + "O": 5.833981958858203e-06, + "W": 7.964599291199193e-08, + "N": 9.65197415325747e-08, + "Y": 0.0003113178245257586, + "U": 1.6018956827679176e-08, + "K": 7.356253490797826e-07, + "L": 5.638692073262064e-07, + "G": 8.258941670646891e-05, + "F": 0.0057122535072267056, + "E": 2.6343909667048138e-06, + "T": 0.00011223036563023925, + "P": 0.00345639162696898, + "-": 0.9902936220169067 + }, + "id": "tp_21648" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2706006, + "label": "-", + "classification": { + "B": 9.7569250456786e-09, + "S": 6.889915198371455e-07, + "I": 1.6038862327150127e-07, + "C": 2.3008487914921716e-07, + "R": 1.3804479692680616e-07, + "M": 1.9055543816648424e-05, + "O": 1.1701607036229689e-05, + "W": 1.0123990534793847e-07, + "N": 4.0393053346576835e-09, + "Y": 0.00012352850171737373, + "U": 1.3174290824924384e-10, + "K": 1.170962793395347e-08, + "L": 6.441969730985875e-07, + "G": 2.9831018764525652e-05, + "F": 0.01204265933483839, + "E": 6.438075956793909e-07, + "T": 3.213105082977563e-05, + "P": 0.0008571332436986268, + "-": 0.9868813753128052 + }, + "id": "tp_21649" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2706139, + "label": "-", + "classification": { + "B": 1.6267955288640223e-05, + "S": 6.520879833260551e-05, + "I": 0.0014467384899035096, + "C": 0.00016128931019920856, + "R": 0.00011619461292866617, + "M": 0.005568893160670996, + "O": 0.0005865311832167208, + "W": 3.361373455845751e-05, + "N": 6.300833047134802e-05, + "Y": 0.02963130734860897, + "U": 5.666435754392296e-06, + "K": 2.7543001124286093e-05, + "L": 0.00015690842701587826, + "G": 0.003391571342945099, + "F": 0.01251530833542347, + "E": 0.000603558961302042, + "T": 0.017302338033914566, + "P": 0.029548287391662598, + "-": 0.8987597227096558 + }, + "id": "tp_21650" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2706273, + "label": "-", + "classification": { + "B": 1.5525587571119104e-07, + "S": 4.611700205714442e-06, + "I": 7.781068234180566e-06, + "C": 0.00039098909473977983, + "R": 0.0002824727271217853, + "M": 0.0014860510127618909, + "O": 0.0011369172716513276, + "W": 1.3656291230290662e-05, + "N": 2.9473770268850785e-07, + "Y": 0.016181886196136475, + "U": 5.9207494018664875e-08, + "K": 5.792595629827701e-07, + "L": 0.00015998189337551594, + "G": 0.002104567363858223, + "F": 0.005863952916115522, + "E": 3.826651663985103e-06, + "T": 0.0025641568936407566, + "P": 0.00036157871363684535, + "-": 0.969436526298523 + }, + "id": "tp_21651" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2706406, + "label": "Y", + "classification": { + "B": 7.20801399438642e-05, + "S": 0.004059180151671171, + "I": 0.031969208270311356, + "C": 0.0014823860256001353, + "R": 0.0010253977961838245, + "M": 0.020401712507009506, + "O": 0.011507844552397728, + "W": 0.0010060525964945555, + "N": 0.005649542436003685, + "Y": 0.37066686153411865, + "U": 9.625113307265565e-06, + "K": 0.013385403901338577, + "L": 0.0006214792956598103, + "G": 0.0754522979259491, + "F": 0.07276307046413422, + "E": 0.01157108973711729, + "T": 0.13087992370128632, + "P": 0.01769666001200676, + "-": 0.22978021204471588 + }, + "id": "tp_21652" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2706507, + "label": "-", + "classification": { + "B": 5.694111678167246e-05, + "S": 0.00019052260904572904, + "I": 0.0011378414928913116, + "C": 0.00022977117623668164, + "R": 0.00014942344569135457, + "M": 0.002026044763624668, + "O": 0.0008537751855328679, + "W": 0.00011099538096459582, + "N": 0.0001559642842039466, + "Y": 0.017046451568603516, + "U": 3.797772660618648e-05, + "K": 0.00016683098510839045, + "L": 0.0002422258839942515, + "G": 0.0027339179068803787, + "F": 0.0415637344121933, + "E": 0.0011260372120887041, + "T": 0.009034771472215652, + "P": 0.06407850235700607, + "-": 0.8590583205223083 + }, + "id": "tp_21653" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2706640, + "label": "-", + "classification": { + "B": 4.952692620463495e-07, + "S": 1.9426483959250618e-06, + "I": 0.002116664545610547, + "C": 0.004958773497492075, + "R": 0.0007803385378792882, + "M": 0.0016816064016893506, + "O": 0.00024094960826914757, + "W": 7.1074714469432365e-06, + "N": 2.979980672535021e-05, + "Y": 0.05319797620177269, + "U": 1.5911663240331109e-06, + "K": 2.8483103960752487e-05, + "L": 3.277731957496144e-05, + "G": 0.003908269573003054, + "F": 0.005976829677820206, + "E": 0.00038821506313979626, + "T": 0.007613563910126686, + "P": 0.010452997870743275, + "-": 0.9085816144943237 + }, + "id": "tp_21654" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2706773, + "label": "-", + "classification": { + "B": 3.935980075198131e-08, + "S": 1.0067032008009846e-07, + "I": 2.868458295779419e-06, + "C": 9.38426182983676e-07, + "R": 1.932408366656091e-07, + "M": 9.512177712167613e-06, + "O": 4.140561941312626e-06, + "W": 7.770539411922073e-08, + "N": 1.43392824725197e-07, + "Y": 0.00014687696238979697, + "U": 2.4554745792215726e-08, + "K": 3.7927347307231685e-07, + "L": 2.784223624985316e-07, + "G": 1.9426764993113466e-05, + "F": 0.00240474590100348, + "E": 4.693912160291802e-06, + "T": 0.0001609341852599755, + "P": 0.013156389817595482, + "-": 0.9840881824493408 + }, + "id": "tp_21655" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2706907, + "label": "-", + "classification": { + "B": 0.0002455434005241841, + "S": 0.0010995501652359962, + "I": 0.004419033415615559, + "C": 0.009446915239095688, + "R": 0.0035615491215139627, + "M": 0.03151397779583931, + "O": 0.011753370054066181, + "W": 0.0006698132492601871, + "N": 0.0005329299019649625, + "Y": 0.30644333362579346, + "U": 3.187092806911096e-05, + "K": 0.000446424848632887, + "L": 0.00361630879342556, + "G": 0.08712978661060333, + "F": 0.03685601428151131, + "E": 0.002487076912075281, + "T": 0.08407752215862274, + "P": 0.007715546526014805, + "-": 0.40795353055000305 + }, + "id": "tp_21656" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2707007, + "label": "-", + "classification": { + "B": 6.18643127836549e-08, + "S": 1.9503328019254695e-07, + "I": 3.2674452086212113e-05, + "C": 6.380269041983411e-05, + "R": 1.0089729585160967e-05, + "M": 9.241534280590713e-05, + "O": 2.156936716346536e-05, + "W": 3.713905414315377e-07, + "N": 1.1825017054434284e-06, + "Y": 0.0032542459666728973, + "U": 2.006166965884404e-07, + "K": 1.1835860505016171e-06, + "L": 2.430284666843363e-06, + "G": 0.0002485737786628306, + "F": 0.003324981313198805, + "E": 4.5690750994253904e-05, + "T": 0.0006304719136096537, + "P": 0.014967554248869419, + "-": 0.9773023128509521 + }, + "id": "tp_21657" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2707140, + "label": "-", + "classification": { + "B": 0.0023820584174245596, + "S": 0.010516871698200703, + "I": 0.03506901487708092, + "C": 0.043618250638246536, + "R": 0.015580639243125916, + "M": 0.0662786141037941, + "O": 0.029587943106889725, + "W": 0.004842659924179316, + "N": 0.00537539878860116, + "Y": 0.24171416461467743, + "U": 0.00024176995793823153, + "K": 0.0015443284064531326, + "L": 0.01455787755548954, + "G": 0.09171341359615326, + "F": 0.07000740617513657, + "E": 0.015187914483249187, + "T": 0.07281849533319473, + "P": 0.03678438812494278, + "-": 0.2421787828207016 + }, + "id": "tp_21658" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2707274, + "label": "-", + "classification": { + "B": 9.066106940736063e-07, + "S": 6.371813924488379e-06, + "I": 2.197442518081516e-05, + "C": 4.601758701028302e-05, + "R": 1.042283656715881e-05, + "M": 0.000690266489982605, + "O": 0.00014097800885792822, + "W": 1.8897137579187984e-06, + "N": 1.5108081470316392e-06, + "Y": 0.006894204765558243, + "U": 2.1644370917783817e-07, + "K": 1.3788255728286458e-06, + "L": 3.6049517802894115e-05, + "G": 0.0011596066178753972, + "F": 0.009270674549043179, + "E": 3.3467909815954044e-05, + "T": 0.0023439957294613123, + "P": 0.004473892971873283, + "-": 0.9748662710189819 + }, + "id": "tp_21659" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2707407, + "label": "M", + "classification": { + "B": 0.01882631704211235, + "S": 0.03158586844801903, + "I": 0.00710711907595396, + "C": 0.03486983850598335, + "R": 0.024489751085639, + "M": 0.3062417805194855, + "O": 0.07387012988328934, + "W": 0.006189732812345028, + "N": 0.0011026737047359347, + "Y": 0.02816828340291977, + "U": 0.00021714548347517848, + "K": 7.56294175516814e-05, + "L": 0.15812230110168457, + "G": 0.1297680288553238, + "F": 0.0193807203322649, + "E": 0.010810501873493195, + "T": 0.045223936438560486, + "P": 0.006688032764941454, + "-": 0.09726214408874512 + }, + "id": "tp_21660" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2707508, + "label": "P", + "classification": { + "B": 1.6642747624473486e-08, + "S": 3.654831770560918e-09, + "I": 1.2378432074910961e-05, + "C": 2.1280024853354007e-08, + "R": 1.201755694957285e-09, + "M": 4.400500017709419e-07, + "O": 9.013319157702426e-08, + "W": 1.990048348332607e-09, + "N": 2.053049286132591e-07, + "Y": 4.76672494187369e-06, + "U": 2.719356406721829e-10, + "K": 3.835940898255785e-09, + "L": 2.4745256954616934e-09, + "G": 2.27782243200636e-06, + "F": 0.00013760269212070853, + "E": 1.556667120894417e-05, + "T": 4.541934231383493e-06, + "P": 0.798779308795929, + "-": 0.20104274153709412 + }, + "id": "tp_21661" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2707641, + "label": "-", + "classification": { + "B": 4.6021245481142614e-08, + "S": 3.024718182587094e-07, + "I": 7.528864216510556e-07, + "C": 5.690092166332761e-07, + "R": 4.2730647464850335e-07, + "M": 0.00010618606756906956, + "O": 1.8193999494542368e-05, + "W": 1.0073767953144852e-07, + "N": 2.0344748108414024e-08, + "Y": 0.00038447833503596485, + "U": 1.5852902324198226e-09, + "K": 7.496272047546881e-09, + "L": 1.653589038141945e-06, + "G": 3.321895928820595e-05, + "F": 0.0011883574770763516, + "E": 7.770116212668654e-07, + "T": 0.0003835878160316497, + "P": 0.0007244976586662233, + "-": 0.9971568584442139 + }, + "id": "tp_21662" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2707774, + "label": "-", + "classification": { + "B": 1.290229192818515e-05, + "S": 0.0006967046065256, + "I": 0.00041946236160583794, + "C": 0.0010786820203065872, + "R": 0.0012931234668940306, + "M": 0.027410635724663734, + "O": 0.006300545763224363, + "W": 0.00012758745288010687, + "N": 1.577656075824052e-05, + "Y": 0.218305304646492, + "U": 8.25480128696654e-07, + "K": 1.4224609003576916e-05, + "L": 0.002968107583001256, + "G": 0.04783124849200249, + "F": 0.05315718799829483, + "E": 0.000133228357299231, + "T": 0.07146567851305008, + "P": 0.0010445690713822842, + "-": 0.5677242279052734 + }, + "id": "tp_21663" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2707908, + "label": "-", + "classification": { + "B": 4.942246960126795e-06, + "S": 3.3575770430616103e-06, + "I": 0.0008545335731469095, + "C": 9.250418224837631e-05, + "R": 2.2525855456478894e-05, + "M": 0.001313251443207264, + "O": 7.985842967173085e-05, + "W": 2.5621070562920067e-06, + "N": 1.5963081750669517e-05, + "Y": 0.012733672745525837, + "U": 1.3206456515035825e-06, + "K": 4.978781817044364e-06, + "L": 2.784050775517244e-05, + "G": 0.0035730130039155483, + "F": 0.003501439467072487, + "E": 0.001280814758501947, + "T": 0.004314112011343241, + "P": 0.044367715716362, + "-": 0.9278055429458618 + }, + "id": "tp_21664" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2708008, + "label": "-", + "classification": { + "B": 6.1134837778809015e-06, + "S": 3.734983329195529e-05, + "I": 0.00017080074758268893, + "C": 0.00010920598288066685, + "R": 4.384388739708811e-05, + "M": 0.0010025055380538106, + "O": 0.0004329015500843525, + "W": 1.9214865460526198e-05, + "N": 1.8426489987177774e-05, + "Y": 0.003799974685534835, + "U": 3.1887207114777993e-06, + "K": 3.473280230537057e-06, + "L": 7.995717169251293e-05, + "G": 0.0007954073953442276, + "F": 0.008284862153232098, + "E": 8.405700646108016e-05, + "T": 0.003885401878505945, + "P": 0.03628910332918167, + "-": 0.9449341893196106 + }, + "id": "tp_21665" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2708141, + "label": "-", + "classification": { + "B": 2.4647841200930998e-05, + "S": 4.597981387632899e-05, + "I": 0.0006121802143752575, + "C": 0.0010670353658497334, + "R": 0.00032853634911589324, + "M": 0.0036427094601094723, + "O": 0.0010816650465130806, + "W": 5.197892460273579e-05, + "N": 4.978829747415148e-05, + "Y": 0.01732386276125908, + "U": 1.7403752281097695e-05, + "K": 1.831748704717029e-05, + "L": 0.00048245268408209085, + "G": 0.005215674638748169, + "F": 0.018641406670212746, + "E": 0.00045425829011946917, + "T": 0.008777502924203873, + "P": 0.02357143722474575, + "-": 0.9185932278633118 + }, + "id": "tp_21666" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2708275, + "label": "-", + "classification": { + "B": 3.6479741538641974e-05, + "S": 3.939186717616394e-05, + "I": 0.0144478315487504, + "C": 0.001060242997482419, + "R": 0.00016554593457840383, + "M": 0.000814383034594357, + "O": 0.0002830538433045149, + "W": 4.832651393371634e-05, + "N": 0.0012032106751576066, + "Y": 0.006859340239316225, + "U": 5.04172348883003e-05, + "K": 0.00012649483687710017, + "L": 7.645953155588359e-05, + "G": 0.001496728858910501, + "F": 0.009708383120596409, + "E": 0.010943816043436527, + "T": 0.003236540360376239, + "P": 0.47216805815696716, + "-": 0.47723522782325745 + }, + "id": "tp_21667" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2708375, + "label": "-", + "classification": { + "B": 0.0007408247911371291, + "S": 0.002029452472925186, + "I": 0.005155343096703291, + "C": 0.002475455868989229, + "R": 0.0008087395108304918, + "M": 0.027097372338175774, + "O": 0.008249367587268353, + "W": 0.0006925324560143054, + "N": 0.0009663148666732013, + "Y": 0.1500297486782074, + "U": 3.1469080568058416e-05, + "K": 0.0009962656768038869, + "L": 0.0021943100728094578, + "G": 0.08770301938056946, + "F": 0.07610549032688141, + "E": 0.02598923072218895, + "T": 0.05264826491475105, + "P": 0.024351375177502632, + "-": 0.531735360622406 + }, + "id": "tp_21668" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2708509, + "label": "-", + "classification": { + "B": 3.812814247794449e-05, + "S": 3.1087158276932314e-05, + "I": 0.011939826421439648, + "C": 0.0017805005190894008, + "R": 0.000495137763209641, + "M": 0.001200751750729978, + "O": 0.0005553408991545439, + "W": 6.0738773754565045e-05, + "N": 0.0009886439656838775, + "Y": 0.007187412586063147, + "U": 8.54557438287884e-05, + "K": 0.00023646606132388115, + "L": 9.224218229064718e-05, + "G": 0.0039098234847188, + "F": 0.005830402486026287, + "E": 0.003152100834995508, + "T": 0.0051124743185937405, + "P": 0.4221927225589752, + "-": 0.5351107716560364 + }, + "id": "tp_21669" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2708642, + "label": "-", + "classification": { + "B": 4.052429358125664e-05, + "S": 3.0368084480869584e-05, + "I": 0.011907719075679779, + "C": 0.0033253487199544907, + "R": 0.0014600143767893314, + "M": 0.001281888224184513, + "O": 0.000449122249847278, + "W": 7.721148722339422e-05, + "N": 0.0010749641805887222, + "Y": 0.014250305481255054, + "U": 0.00018647646356839687, + "K": 0.0013582874089479446, + "L": 0.00011617298878263682, + "G": 0.0053114015609025955, + "F": 0.016942454501986504, + "E": 0.004637801554054022, + "T": 0.006710397079586983, + "P": 0.26961368322372437, + "-": 0.6612259149551392 + }, + "id": "tp_21670" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2708775, + "label": "-", + "classification": { + "B": 1.5452680202088231e-07, + "S": 6.878541825017237e-08, + "I": 7.192437351477565e-06, + "C": 1.0555292817571171e-07, + "R": 1.4953123184113792e-08, + "M": 1.434716432413552e-05, + "O": 2.512885203032056e-06, + "W": 2.2962883150512425e-08, + "N": 2.1811004558003333e-07, + "Y": 8.643070759717375e-05, + "U": 2.8264324214433145e-09, + "K": 3.412218063658656e-08, + "L": 9.057465888417937e-08, + "G": 2.1820160327479243e-05, + "F": 0.0005187620408833027, + "E": 2.291363307449501e-05, + "T": 6.82808313285932e-05, + "P": 0.07352294772863388, + "-": 0.9257341027259827 + }, + "id": "tp_21671" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2708876, + "label": "-", + "classification": { + "B": 1.6593858731539513e-08, + "S": 1.2517135417056124e-07, + "I": 7.321547400351847e-06, + "C": 6.847703843959607e-07, + "R": 1.4061238573503942e-07, + "M": 2.8416363875294337e-06, + "O": 1.48992728554731e-06, + "W": 2.1525751492390555e-07, + "N": 9.752487812875188e-07, + "Y": 0.0008042723638936877, + "U": 3.478303511883496e-08, + "K": 0.00012835687084589154, + "L": 1.7339573332719738e-08, + "G": 3.800095510086976e-05, + "F": 0.010566538199782372, + "E": 7.076712790876627e-05, + "T": 8.776231697993353e-05, + "P": 0.057652730494737625, + "-": 0.9306378960609436 + }, + "id": "tp_21672" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2709009, + "label": "-", + "classification": { + "B": 1.5232767509587575e-06, + "S": 5.057957423559856e-06, + "I": 0.0007618675590492785, + "C": 3.454690522630699e-05, + "R": 6.0953034335398115e-06, + "M": 0.0003135451697744429, + "O": 4.9985228542936966e-05, + "W": 5.777343631052645e-06, + "N": 5.2748167945537716e-05, + "Y": 0.0020810908172279596, + "U": 2.5178328542097006e-06, + "K": 1.9519056877470575e-05, + "L": 5.7700754041434266e-06, + "G": 0.00022048040409572423, + "F": 0.0052983108907938, + "E": 0.0004601255350280553, + "T": 0.0025681271217763424, + "P": 0.2154400646686554, + "-": 0.7726728916168213 + }, + "id": "tp_21673" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2709142, + "label": "-", + "classification": { + "B": 7.902699144324288e-05, + "S": 0.00010224676952930167, + "I": 0.013598091900348663, + "C": 0.00015479094872716814, + "R": 6.876626139273867e-05, + "M": 0.002261041197925806, + "O": 0.0005658435984514654, + "W": 8.22141082608141e-05, + "N": 0.0012333934428170323, + "Y": 0.02068108692765236, + "U": 2.137093906640075e-05, + "K": 0.0020597991533577442, + "L": 3.562317942851223e-05, + "G": 0.0056217205710709095, + "F": 0.010598075576126575, + "E": 0.018940964713692665, + "T": 0.00975764263421297, + "P": 0.2624032199382782, + "-": 0.6517350077629089 + }, + "id": "tp_21674" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2709276, + "label": "-", + "classification": { + "B": 6.246673933674174e-07, + "S": 8.086410616670037e-07, + "I": 4.6701490646228194e-05, + "C": 1.2776928087987471e-05, + "R": 2.294800424351706e-06, + "M": 0.00011178409476997331, + "O": 2.9676697522518225e-05, + "W": 1.0013545761466958e-06, + "N": 2.5134754650935065e-06, + "Y": 0.00081918656360358, + "U": 4.663415040795371e-07, + "K": 1.2963408835275914e-06, + "L": 3.0365931706910487e-06, + "G": 9.157766180578619e-05, + "F": 0.002021252177655697, + "E": 4.281210931367241e-05, + "T": 0.0008087051683105528, + "P": 0.0400547981262207, + "-": 0.9559486508369446 + }, + "id": "tp_21675" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2709376, + "label": "-", + "classification": { + "B": 0.00039887544699013233, + "S": 0.00036828857264481485, + "I": 0.013558807782828808, + "C": 0.0029575873631983995, + "R": 0.0009761714609339833, + "M": 0.007329865358769894, + "O": 0.0023887299466878176, + "W": 0.00047913260641507804, + "N": 0.0023655204568058252, + "Y": 0.02299370989203453, + "U": 0.0004614252538885921, + "K": 0.00156731391325593, + "L": 0.0007186327711679041, + "G": 0.01237858273088932, + "F": 0.028401480987668037, + "E": 0.011032274924218655, + "T": 0.0185298603028059, + "P": 0.24042443931102753, + "-": 0.6326692700386047 + }, + "id": "tp_21676" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2709510, + "label": "-", + "classification": { + "B": 8.740810244489694e-07, + "S": 2.143835445167497e-06, + "I": 0.0005063721910119057, + "C": 2.2718744730809703e-05, + "R": 3.588681011024164e-06, + "M": 7.367812213487923e-05, + "O": 2.3585216695209965e-05, + "W": 4.10488019042532e-06, + "N": 7.167279545683414e-05, + "Y": 0.0020182288717478514, + "U": 2.2757938040740555e-06, + "K": 0.0017056813230738044, + "L": 9.80293862085091e-07, + "G": 0.0006280625239014626, + "F": 0.016374142840504646, + "E": 0.0052317064255476, + "T": 0.0005723558715544641, + "P": 0.21151919662952423, + "-": 0.7612385749816895 + }, + "id": "tp_21677" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2709643, + "label": "-", + "classification": { + "B": 3.9954528574526194e-07, + "S": 1.1336989302890288e-07, + "I": 1.4433722981266328e-06, + "C": 1.9809317564067896e-07, + "R": 1.0093490487861345e-08, + "M": 7.0793139457236975e-06, + "O": 2.1686646505258977e-06, + "W": 6.679147901422766e-08, + "N": 9.950477419806703e-08, + "Y": 5.1275583246024325e-05, + "U": 2.6900257577011644e-09, + "K": 1.833151230812291e-07, + "L": 1.0490411739283445e-07, + "G": 3.419321001274511e-05, + "F": 0.010849948972463608, + "E": 6.34890966466628e-05, + "T": 2.8307886168477125e-05, + "P": 0.05886868014931679, + "-": 0.9300921559333801 + }, + "id": "tp_21678" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2709776, + "label": "-", + "classification": { + "B": 2.0185108951409347e-05, + "S": 1.1401531082810834e-05, + "I": 0.0007190684555098414, + "C": 0.0004400682228151709, + "R": 5.7315006415592507e-05, + "M": 0.00040780138806439936, + "O": 0.00018799194367602468, + "W": 1.6184118067030795e-05, + "N": 8.747808169573545e-05, + "Y": 0.0026680377777665854, + "U": 1.8435945094097406e-05, + "K": 9.715593478176743e-05, + "L": 3.315860158181749e-05, + "G": 0.0011318130418658257, + "F": 0.008836360648274422, + "E": 0.0009490767843089998, + "T": 0.0016366321360692382, + "P": 0.15402363240718842, + "-": 0.8286581039428711 + }, + "id": "tp_21679" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2709877, + "label": "-", + "classification": { + "B": 1.8262716139361146e-06, + "S": 3.427327101235278e-06, + "I": 0.000817325315438211, + "C": 0.00013915289309807122, + "R": 1.8000586351263337e-05, + "M": 0.0002304279332747683, + "O": 4.161953620496206e-05, + "W": 5.167065864952747e-06, + "N": 0.00010237131209578365, + "Y": 0.0024299114011228085, + "U": 2.220950364062446e-06, + "K": 0.0009424332529306412, + "L": 2.3614538804395124e-06, + "G": 0.0009558048332110047, + "F": 0.03870444372296333, + "E": 0.009335830807685852, + "T": 0.0004959257785230875, + "P": 0.28458207845687866, + "-": 0.6611896753311157 + }, + "id": "tp_21680" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2710010, + "label": "-", + "classification": { + "B": 2.397854359514895e-07, + "S": 2.695719103940064e-06, + "I": 0.00011217311111977324, + "C": 3.411514626350254e-05, + "R": 1.4329477835417492e-06, + "M": 4.156390423304401e-05, + "O": 1.6782545571913943e-05, + "W": 2.5035064936673734e-06, + "N": 1.616756162547972e-05, + "Y": 0.0003967464726883918, + "U": 4.969943461219373e-07, + "K": 0.00021099619334563613, + "L": 1.0551353852861212e-06, + "G": 0.0006290013552643359, + "F": 0.04076255485415459, + "E": 0.0015131063992157578, + "T": 0.0004020212509203702, + "P": 0.1309821903705597, + "-": 0.8248740434646606 + }, + "id": "tp_21681" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2710143, + "label": "-", + "classification": { + "B": 2.0074239728273824e-06, + "S": 1.5603001202180167e-06, + "I": 8.559301204513758e-05, + "C": 4.208190512144938e-05, + "R": 6.351703177642776e-06, + "M": 0.0003125066286884248, + "O": 7.066937541821972e-05, + "W": 1.7244154832951608e-06, + "N": 4.9018308345694095e-06, + "Y": 0.0008990286733023822, + "U": 8.784341503087489e-07, + "K": 2.610490355436923e-06, + "L": 7.831998118490446e-06, + "G": 0.00033511369838379323, + "F": 0.0022704843431711197, + "E": 6.670785660389811e-05, + "T": 0.0013574720360338688, + "P": 0.04485153406858444, + "-": 0.9496808648109436 + }, + "id": "tp_21682" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2710277, + "label": "-", + "classification": { + "B": 6.365521016959974e-07, + "S": 2.060772459344662e-07, + "I": 9.63788406806998e-05, + "C": 1.0175416718993802e-05, + "R": 3.9920399785842164e-07, + "M": 1.8867296603275463e-05, + "O": 2.5645051664469065e-06, + "W": 4.774202579937992e-07, + "N": 8.346347385668196e-06, + "Y": 0.001561119919642806, + "U": 2.3505219814978773e-07, + "K": 0.000722632510587573, + "L": 1.5663735553061997e-07, + "G": 0.0010329833021387458, + "F": 0.017437297850847244, + "E": 0.013889497146010399, + "T": 0.0001154191413661465, + "P": 0.22362791001796722, + "-": 0.7414746880531311 + }, + "id": "tp_21683" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2710377, + "label": "-", + "classification": { + "B": 1.3929454780736705e-06, + "S": 4.307354629418114e-06, + "I": 1.924026400956791e-05, + "C": 8.527306363248499e-07, + "R": 2.0592770511029812e-07, + "M": 2.187693098676391e-05, + "O": 1.5127470760489814e-05, + "W": 1.913777396111982e-06, + "N": 3.7001032069383655e-06, + "Y": 0.0002235747524537146, + "U": 1.8534882428866695e-07, + "K": 2.2515738237416372e-05, + "L": 7.381809155049268e-07, + "G": 7.156244100769982e-05, + "F": 0.008452914655208588, + "E": 0.00022312617511488497, + "T": 0.0001767692738212645, + "P": 0.1282563954591751, + "-": 0.8625035881996155 + }, + "id": "tp_21684" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2710511, + "label": "-", + "classification": { + "B": 3.302948581307419e-09, + "S": 1.5610725156989247e-08, + "I": 2.0925228909618454e-06, + "C": 3.540482964581315e-07, + "R": 2.0009080614613595e-08, + "M": 7.888160098445951e-07, + "O": 3.379751092325023e-07, + "W": 1.191222054330865e-08, + "N": 9.272297774032268e-08, + "Y": 5.226096618571319e-05, + "U": 2.700321743986933e-09, + "K": 1.126687948271865e-06, + "L": 7.91244314513051e-09, + "G": 7.338532213907456e-06, + "F": 0.004204255528748035, + "E": 8.029481250559911e-06, + "T": 1.5709480067016557e-05, + "P": 0.03817744553089142, + "-": 0.9575300812721252 + }, + "id": "tp_21685" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2710644, + "label": "-", + "classification": { + "B": 5.601924044640327e-07, + "S": 3.8670568756060675e-06, + "I": 0.00035698016290552914, + "C": 2.3957863959367387e-05, + "R": 7.472110155504197e-06, + "M": 0.00010486162500455976, + "O": 3.016281516465824e-05, + "W": 4.3467498471727595e-06, + "N": 4.8050973418867216e-05, + "Y": 0.0030712001025676727, + "U": 1.4069113376535825e-06, + "K": 0.0001800323516363278, + "L": 1.2374681546134525e-06, + "G": 0.00016179589147213846, + "F": 0.01350191980600357, + "E": 0.0006940538296476007, + "T": 0.000840488588437438, + "P": 0.13182319700717926, + "-": 0.849144458770752 + }, + "id": "tp_21686" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2710777, + "label": "-", + "classification": { + "B": 1.2410613692281913e-07, + "S": 1.5106790840491158e-07, + "I": 9.159207547781989e-05, + "C": 1.0308698620065115e-05, + "R": 8.262273922809982e-07, + "M": 1.415190490661189e-05, + "O": 4.596834969561314e-06, + "W": 1.8406356616651465e-07, + "N": 6.1801924857718404e-06, + "Y": 0.0006566285737790167, + "U": 2.3427284645549662e-07, + "K": 7.107953479135176e-06, + "L": 3.112998854248872e-07, + "G": 0.00010156250209547579, + "F": 0.0035673801321536303, + "E": 0.00022492629068437964, + "T": 0.0002842433168552816, + "P": 0.1671842783689499, + "-": 0.8278452157974243 + }, + "id": "tp_21687" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2710878, + "label": "-", + "classification": { + "B": 2.443123758855137e-10, + "S": 3.282695226758392e-10, + "I": 1.964696565437407e-07, + "C": 5.258399582430684e-08, + "R": 1.3769250184481052e-09, + "M": 9.149069057912129e-08, + "O": 2.789994191232381e-08, + "W": 6.687546072470241e-10, + "N": 1.0823023366413054e-08, + "Y": 1.7583417502464727e-05, + "U": 2.7625671195075086e-10, + "K": 3.74126784663531e-07, + "L": 1.6747159214958174e-10, + "G": 1.9347598936292343e-06, + "F": 0.0006554131396114826, + "E": 3.83569386031013e-06, + "T": 2.319251052540494e-06, + "P": 0.06959953904151917, + "-": 0.929718554019928 + }, + "id": "tp_21688" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2711011, + "label": "-", + "classification": { + "B": 9.720471498032845e-14, + "S": 6.181964662399508e-13, + "I": 3.6847864759437243e-09, + "C": 2.0448645554616007e-10, + "R": 1.6263776349972892e-12, + "M": 2.700416001921724e-10, + "O": 1.7592902135099564e-10, + "W": 1.2909633214860938e-12, + "N": 7.25500978737692e-11, + "Y": 1.8077243169045687e-07, + "U": 6.156160650694353e-13, + "K": 5.0354400649155195e-09, + "L": 1.776298021432393e-13, + "G": 7.812261948458854e-09, + "F": 0.00014191475929692388, + "E": 8.340402501971766e-08, + "T": 3.102932311094264e-08, + "P": 0.03184867650270462, + "-": 0.9680091142654419 + }, + "id": "tp_21689" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2711144, + "label": "-", + "classification": { + "B": 4.645775517758688e-12, + "S": 1.3588648435647332e-11, + "I": 4.370925310581697e-08, + "C": 4.708315959334186e-09, + "R": 1.244506026010228e-10, + "M": 6.7066121545167334e-09, + "O": 2.3423056827454047e-09, + "W": 5.2125800203972616e-11, + "N": 2.5412785209510957e-09, + "Y": 8.876861102180555e-06, + "U": 7.66741253821479e-11, + "K": 4.1712058873599744e-07, + "L": 1.5889648971589843e-11, + "G": 1.5680286935548793e-07, + "F": 0.0005338211776688695, + "E": 1.2151938335591694e-06, + "T": 1.2361102790237055e-06, + "P": 0.04104194790124893, + "-": 0.9584122896194458 + }, + "id": "tp_21690" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2711278, + "label": "-", + "classification": { + "B": 1.4300724615168292e-05, + "S": 4.859698674408719e-05, + "I": 0.0014450246235355735, + "C": 0.0002842201793100685, + "R": 8.848299330566078e-05, + "M": 0.0005993488593958318, + "O": 0.0003130389959551394, + "W": 5.6724296882748604e-05, + "N": 0.00035445656976662576, + "Y": 0.005642730742692947, + "U": 3.596463648136705e-05, + "K": 0.003441710490733385, + "L": 3.017619383172132e-05, + "G": 0.0019368752837181091, + "F": 0.025072943419218063, + "E": 0.004348861053586006, + "T": 0.0036668626125901937, + "P": 0.15300284326076508, + "-": 0.7996167540550232 + }, + "id": "tp_21691" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2711378, + "label": "-", + "classification": { + "B": 9.785333531908691e-06, + "S": 1.804799126148282e-06, + "I": 2.4363858756260015e-05, + "C": 4.6835743887641e-06, + "R": 8.653048553242115e-07, + "M": 0.00019491469720378518, + "O": 2.8410988306859508e-05, + "W": 7.442113201250322e-07, + "N": 1.1592339888011338e-06, + "Y": 0.0004023462242912501, + "U": 7.159300707826333e-08, + "K": 1.5045736745378235e-07, + "L": 6.222802312549902e-06, + "G": 0.00022767439077142626, + "F": 0.0034948147367686033, + "E": 0.00019913053256459534, + "T": 0.0003152284771203995, + "P": 0.1024961844086647, + "-": 0.8925914168357849 + }, + "id": "tp_21692" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2711512, + "label": "P", + "classification": { + "B": 0.00012513756519183517, + "S": 3.70082379959058e-05, + "I": 0.02197379805147648, + "C": 0.0013549438444897532, + "R": 0.0002171276428271085, + "M": 0.0015759528614580631, + "O": 0.00025387105415575206, + "W": 6.305961142061278e-05, + "N": 0.0022656668443232775, + "Y": 0.008525746874511242, + "U": 6.56519623589702e-05, + "K": 0.0008355838363058865, + "L": 4.627852467820048e-05, + "G": 0.0030441698618233204, + "F": 0.008781274780631065, + "E": 0.03602433204650879, + "T": 0.0021042744629085064, + "P": 0.5872278213500977, + "-": 0.32547834515571594 + }, + "id": "tp_21693" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2711645, + "label": "-", + "classification": { + "B": 1.2808185623214285e-08, + "S": 1.0288426999238709e-08, + "I": 5.042602424509823e-05, + "C": 2.901180778280832e-06, + "R": 2.3052086817187956e-07, + "M": 9.915609552990645e-06, + "O": 6.772516485398228e-07, + "W": 1.7287581144387332e-08, + "N": 9.084416774385318e-07, + "Y": 0.000431371561717242, + "U": 2.5746434317852618e-08, + "K": 5.925004643358989e-06, + "L": 4.446226853360713e-08, + "G": 0.00011066954175475985, + "F": 0.0013815084239467978, + "E": 0.00047767016803845763, + "T": 7.600115350214764e-05, + "P": 0.07273851335048676, + "-": 0.924713134765625 + }, + "id": "tp_21694" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2711778, + "label": "-", + "classification": { + "B": 2.9972139259371033e-07, + "S": 3.720436723142484e-07, + "I": 0.00020704713824670762, + "C": 3.1191177640721435e-06, + "R": 3.339099237109622e-07, + "M": 1.5604871805408038e-05, + "O": 5.530716407520231e-06, + "W": 1.09723589503119e-06, + "N": 2.523305556678679e-05, + "Y": 0.00027088396018370986, + "U": 6.549545332745765e-07, + "K": 0.0002047306188615039, + "L": 1.2569131513373577e-07, + "G": 4.204901779303327e-05, + "F": 0.0016161511885002255, + "E": 0.0014059334062039852, + "T": 0.00016442270134575665, + "P": 0.3691803514957428, + "-": 0.6268561482429504 + }, + "id": "tp_21695" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2711879, + "label": "-", + "classification": { + "B": 1.8732492890194408e-07, + "S": 1.536675142688182e-07, + "I": 5.003665864933282e-05, + "C": 2.7847268029290717e-06, + "R": 1.9135761419875053e-07, + "M": 2.26674437726615e-05, + "O": 1.968796595974709e-06, + "W": 6.41716368932066e-08, + "N": 2.208765181421768e-06, + "Y": 0.00030546815833076835, + "U": 3.98645347843285e-08, + "K": 3.5373539049032843e-06, + "L": 1.3162896550511505e-07, + "G": 6.5875836298801e-05, + "F": 0.0036756524350494146, + "E": 0.00033583876211196184, + "T": 9.005817264551297e-05, + "P": 0.16645336151123047, + "-": 0.8289896845817566 + }, + "id": "tp_21696" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2712012, + "label": "-", + "classification": { + "B": 0.0001041060677380301, + "S": 0.00018423813162371516, + "I": 0.0071302358992397785, + "C": 0.001648523611947894, + "R": 0.00024474659585393965, + "M": 0.003909321967512369, + "O": 0.0010590475285425782, + "W": 0.0001903814700199291, + "N": 0.0015578479506075382, + "Y": 0.03875318914651871, + "U": 4.990992238163017e-05, + "K": 0.009875853545963764, + "L": 0.00010895062587223947, + "G": 0.021954311057925224, + "F": 0.0651024654507637, + "E": 0.03891777619719505, + "T": 0.010103223845362663, + "P": 0.17111407220363617, + "-": 0.627991795539856 + }, + "id": "tp_21697" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2712145, + "label": "-", + "classification": { + "B": 1.5418516341014765e-05, + "S": 9.859290003078058e-06, + "I": 0.002038694452494383, + "C": 0.0004011250857729465, + "R": 6.430155917769298e-05, + "M": 0.00024855384253896773, + "O": 0.00011728743993444368, + "W": 2.9704951884923503e-05, + "N": 0.00028339106938801706, + "Y": 0.007125980220735073, + "U": 2.878882696677465e-05, + "K": 0.001609666971489787, + "L": 1.484340555180097e-05, + "G": 0.0020112309139221907, + "F": 0.026757657527923584, + "E": 0.009184629656374454, + "T": 0.0017484346171841025, + "P": 0.21406416594982147, + "-": 0.7342461347579956 + }, + "id": "tp_21698" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2712279, + "label": "-", + "classification": { + "B": 2.2472370346804382e-06, + "S": 1.0499272775632562e-06, + "I": 0.0014507552841678262, + "C": 0.00012291294115129858, + "R": 1.2600215086422395e-05, + "M": 0.0004787547222804278, + "O": 4.012222052551806e-05, + "W": 1.576710815243132e-06, + "N": 2.7606991352513433e-05, + "Y": 0.005293816328048706, + "U": 1.8244903685626923e-06, + "K": 4.147659183217911e-06, + "L": 1.2998279999010265e-05, + "G": 0.0011012419126927853, + "F": 0.002526454860344529, + "E": 0.0013215551152825356, + "T": 0.0026339597534388304, + "P": 0.10990078747272491, + "-": 0.8750655651092529 + }, + "id": "tp_21699" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2712379, + "label": "-", + "classification": { + "B": 7.622783293470548e-09, + "S": 2.045463887156984e-08, + "I": 1.0856241487999796e-06, + "C": 9.874859330238905e-08, + "R": 5.171703065798283e-09, + "M": 3.889657364197774e-06, + "O": 4.282356371732021e-07, + "W": 4.272487696965754e-09, + "N": 6.306784428034007e-08, + "Y": 4.3720603571273386e-05, + "U": 1.2997636300582371e-09, + "K": 1.959453044264592e-08, + "L": 1.4777389978348765e-08, + "G": 4.173076831648359e-06, + "F": 0.0008187144994735718, + "E": 6.382594165188493e-06, + "T": 4.730089131044224e-05, + "P": 0.12030359357595444, + "-": 0.8787705898284912 + }, + "id": "tp_21700" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2712513, + "label": "-", + "classification": { + "B": 1.3383972827796242e-06, + "S": 3.6495146105153253e-06, + "I": 0.0001476718607591465, + "C": 6.791874511691276e-06, + "R": 7.298214654838375e-07, + "M": 5.47289673704654e-05, + "O": 2.8599988581845537e-05, + "W": 3.3188007364515215e-06, + "N": 2.8160238798591308e-05, + "Y": 0.0008793028537184, + "U": 5.844470933880075e-07, + "K": 6.900993321323767e-05, + "L": 1.2753926057484932e-06, + "G": 0.00044072442688047886, + "F": 0.012037314474582672, + "E": 0.0021198121830821037, + "T": 0.0003103222115896642, + "P": 0.28229790925979614, + "-": 0.7015687823295593 + }, + "id": "tp_21701" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2712646, + "label": "-", + "classification": { + "B": 4.481556103996809e-08, + "S": 4.569116196506684e-09, + "I": 1.3869497706764378e-05, + "C": 1.348435176851126e-07, + "R": 1.3751519922777788e-08, + "M": 1.9322906155139208e-05, + "O": 4.7475242581640487e-07, + "W": 3.937449921664893e-09, + "N": 4.951668586272717e-08, + "Y": 0.000124405138194561, + "U": 5.197322572314533e-10, + "K": 2.855388592237773e-09, + "L": 3.802054493462492e-08, + "G": 3.034711699001491e-05, + "F": 0.00025043776258826256, + "E": 4.3040152377216145e-05, + "T": 3.3339929359499365e-05, + "P": 0.07514086365699768, + "-": 0.9243436455726624 + }, + "id": "tp_21702" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2712779, + "label": "-", + "classification": { + "B": 6.89910564233287e-08, + "S": 4.106715323359822e-08, + "I": 4.604488640325144e-05, + "C": 1.7509923964098562e-06, + "R": 3.4404064308546367e-07, + "M": 6.286952157097403e-06, + "O": 4.071723196830135e-06, + "W": 1.328280916368385e-07, + "N": 2.2456508759205462e-06, + "Y": 0.0002052309428108856, + "U": 1.6242977096680988e-07, + "K": 1.2266715202713385e-05, + "L": 8.05990509888943e-08, + "G": 4.643444117391482e-05, + "F": 0.0007332590757869184, + "E": 8.802906086202711e-05, + "T": 8.915867510950193e-05, + "P": 0.0734185203909874, + "-": 0.9253458380699158 + }, + "id": "tp_21703" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2712880, + "label": "-", + "classification": { + "B": 8.61291482578963e-06, + "S": 1.0218738680123352e-05, + "I": 0.003624443896114826, + "C": 0.0011902230326086283, + "R": 0.0005357832415029407, + "M": 0.0005133504746481776, + "O": 0.000274982099654153, + "W": 2.3919630621094257e-05, + "N": 0.00034277522354386747, + "Y": 0.007861584424972534, + "U": 4.3752002966357395e-05, + "K": 0.0001269882923224941, + "L": 5.4601518058916554e-05, + "G": 0.00252335611730814, + "F": 0.011493670754134655, + "E": 0.0010220654075965285, + "T": 0.004487600643187761, + "P": 0.2309059202671051, + "-": 0.7349561452865601 + }, + "id": "tp_21704" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2713013, + "label": "P", + "classification": { + "B": 4.002390863178107e-09, + "S": 2.72208228180304e-10, + "I": 0.00018791534239426255, + "C": 3.663657466290715e-08, + "R": 8.761651404398663e-10, + "M": 2.495938531410502e-07, + "O": 3.1394040700405412e-09, + "W": 5.459918628325511e-11, + "N": 1.0632902558427304e-06, + "Y": 1.2882879900644184e-06, + "U": 5.803877864418716e-11, + "K": 1.1839690339243703e-09, + "L": 2.4502164186479547e-10, + "G": 5.42804230008187e-07, + "F": 4.02665455112583e-06, + "E": 0.0001628854515729472, + "T": 4.2071735606441507e-07, + "P": 0.9896911978721619, + "-": 0.009950307197868824 + }, + "id": "tp_21705" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2713146, + "label": "P", + "classification": { + "B": 1.9110611049200088e-07, + "S": 6.77367761880987e-09, + "I": 0.0004890338750556111, + "C": 3.774159722524928e-07, + "R": 8.608714630042869e-09, + "M": 1.6593898180872202e-05, + "O": 1.2099702928480838e-07, + "W": 3.003640669518859e-09, + "N": 3.09560300593148e-06, + "Y": 5.5717431678203866e-05, + "U": 9.333266381972294e-10, + "K": 3.996514053028477e-08, + "L": 1.1683345846336124e-08, + "G": 1.397069172526244e-05, + "F": 0.00018209553672932088, + "E": 0.005149552132934332, + "T": 9.640380085329525e-06, + "P": 0.8565019965171814, + "-": 0.13757753372192383 + }, + "id": "tp_21706" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2713280, + "label": "P", + "classification": { + "B": 1.9386162120049732e-10, + "S": 1.9810454665591948e-10, + "I": 0.00012249225983396173, + "C": 2.363922924075723e-08, + "R": 1.6214134479497488e-09, + "M": 6.848553368854482e-08, + "O": 8.479588586851605e-09, + "W": 2.010891869685949e-10, + "N": 4.94727544264606e-07, + "Y": 1.5001554629634484e-06, + "U": 2.000055260298339e-10, + "K": 1.876382826893064e-09, + "L": 1.785558922939856e-10, + "G": 2.1759012724942295e-07, + "F": 3.402238235139521e-06, + "E": 6.26077780907508e-06, + "T": 1.9273807083663996e-06, + "P": 0.9255633354187012, + "-": 0.07430017739534378 + }, + "id": "tp_21707" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2713380, + "label": "P", + "classification": { + "B": 6.067169806556194e-07, + "S": 3.7229042959552316e-07, + "I": 0.011324389837682247, + "C": 1.9353087736817542e-06, + "R": 1.1620892337305122e-07, + "M": 4.398613964440301e-05, + "O": 3.2504237879038556e-06, + "W": 7.18351884643198e-08, + "N": 5.959190093562938e-05, + "Y": 0.0002263846545247361, + "U": 7.932536405519386e-09, + "K": 5.475018660661135e-09, + "L": 2.3790646253019077e-07, + "G": 1.7869184375740588e-05, + "F": 2.2106611140770838e-05, + "E": 0.0005371564184315503, + "T": 7.42314659873955e-05, + "P": 0.9366803169250488, + "-": 0.05100735276937485 + }, + "id": "tp_21708" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2713514, + "label": "P", + "classification": { + "B": 1.3834553552120703e-14, + "S": 5.82184855828753e-16, + "I": 6.002137524774298e-06, + "C": 1.574145761656931e-12, + "R": 2.328103259219977e-14, + "M": 5.3374922537319236e-11, + "O": 1.7729537998313616e-13, + "W": 3.583974012054072e-16, + "N": 5.137406611233075e-10, + "Y": 3.327693676169474e-10, + "U": 2.302962146087255e-16, + "K": 3.876545544782812e-16, + "L": 3.564301513035413e-15, + "G": 2.569484729153526e-11, + "F": 5.797067270663092e-10, + "E": 9.38693887064801e-08, + "T": 2.2864382609455447e-10, + "P": 0.9995716214179993, + "-": 0.0004222479765303433 + }, + "id": "tp_21709" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2713647, + "label": "P", + "classification": { + "B": 9.763149761300022e-14, + "S": 4.523352788794906e-14, + "I": 5.909786523261573e-06, + "C": 1.5213203960473543e-12, + "R": 2.8433473023975475e-14, + "M": 4.5787206491565424e-12, + "O": 1.3911929334226025e-13, + "W": 8.403604452123046e-15, + "N": 7.997736695131152e-09, + "Y": 1.1847089281813439e-11, + "U": 2.149768773098467e-15, + "K": 5.739437652354726e-14, + "L": 1.802562344722404e-15, + "G": 1.179624366937082e-11, + "F": 7.885821995401443e-10, + "E": 1.5435892919413163e-07, + "T": 3.460112751874078e-11, + "P": 0.999971866607666, + "-": 2.206234603363555e-05 + }, + "id": "tp_21710" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2713780, + "label": "-", + "classification": { + "B": 4.287757349175081e-07, + "S": 9.043470416969512e-10, + "I": 0.0006179758347570896, + "C": 3.830357400147477e-06, + "R": 1.324172274053126e-07, + "M": 3.368129546288401e-05, + "O": 5.074948035144189e-07, + "W": 2.493298678629685e-09, + "N": 1.9699423603469768e-07, + "Y": 4.2531610233709216e-05, + "U": 7.081533137665019e-10, + "K": 1.0668756676712743e-11, + "L": 3.1551843449051376e-07, + "G": 2.4031758584897034e-05, + "F": 6.9264151534298435e-06, + "E": 8.340756903635338e-05, + "T": 1.404491104040062e-05, + "P": 0.4333535432815552, + "-": 0.5658184289932251 + }, + "id": "tp_21711" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2713881, + "label": "P", + "classification": { + "B": 2.9933936218640156e-08, + "S": 7.738945839719236e-08, + "I": 0.0016856190050020814, + "C": 5.432541456684703e-07, + "R": 2.8788008421543054e-08, + "M": 1.448846205676091e-06, + "O": 1.5290531507616834e-07, + "W": 3.3716347047629824e-08, + "N": 5.617907299892977e-05, + "Y": 1.80533534148708e-05, + "U": 1.1808402256008321e-08, + "K": 1.7508717746750335e-06, + "L": 5.316619589024185e-09, + "G": 2.2163342237035977e-06, + "F": 4.467382677830756e-05, + "E": 0.0013949067797511816, + "T": 6.866292096674442e-06, + "P": 0.9805133938789368, + "-": 0.016273964196443558 + }, + "id": "tp_21712" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2714014, + "label": "P", + "classification": { + "B": 0.00019298805273137987, + "S": 1.0537447451497428e-05, + "I": 0.002397236181423068, + "C": 3.464182373136282e-05, + "R": 2.621927478685393e-06, + "M": 0.00030351526220329106, + "O": 4.906356116407551e-05, + "W": 4.864932634518482e-06, + "N": 9.981104085454717e-05, + "Y": 0.00013966926780994982, + "U": 9.577602213539649e-07, + "K": 2.97551196126733e-07, + "L": 1.8320710296393372e-05, + "G": 0.0002817524946294725, + "F": 0.00024854327784851193, + "E": 0.0037748506292700768, + "T": 0.0001521868398413062, + "P": 0.8705284595489502, + "-": 0.12175970524549484 + }, + "id": "tp_21713" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2714147, + "label": "P", + "classification": { + "B": 2.0248401566558272e-10, + "S": 5.709649419927132e-10, + "I": 4.063966571266064e-06, + "C": 1.014509809493802e-09, + "R": 4.650133403338863e-11, + "M": 2.578048530210708e-08, + "O": 3.6469223196888834e-09, + "W": 1.677045030623603e-10, + "N": 1.274490415426044e-07, + "Y": 1.7248426331661904e-07, + "U": 3.586784688702771e-11, + "K": 3.735237008584136e-09, + "L": 4.778000911587199e-11, + "G": 4.6730981750897627e-08, + "F": 3.5330536775290966e-05, + "E": 1.1245429959672038e-05, + "T": 2.3985373331925075e-07, + "P": 0.9759765267372131, + "-": 0.023972149938344955 + }, + "id": "tp_21714" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2714281, + "label": "P", + "classification": { + "B": 6.55319931652798e-09, + "S": 3.431287254329618e-08, + "I": 6.061263047740795e-05, + "C": 6.3586944598625905e-09, + "R": 7.350733910449492e-10, + "M": 4.0237907228402037e-07, + "O": 5.6702646133999224e-08, + "W": 4.686273147314068e-09, + "N": 5.864788363396656e-06, + "Y": 1.364780814583355e-06, + "U": 3.354580224712578e-10, + "K": 9.617814811235803e-08, + "L": 4.672811582118186e-10, + "G": 3.1635909181204624e-07, + "F": 2.8469945391407236e-05, + "E": 7.740860019112006e-05, + "T": 2.0766310626640916e-06, + "P": 0.9922282099723816, + "-": 0.00759509252384305 + }, + "id": "tp_21715" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2714381, + "label": "P", + "classification": { + "B": 5.104738853844992e-10, + "S": 1.1064689442452647e-10, + "I": 7.806568646628875e-06, + "C": 6.383964468170689e-09, + "R": 7.60487839368551e-10, + "M": 2.2890741746550702e-08, + "O": 2.141335553318413e-09, + "W": 3.641204004978249e-11, + "N": 7.921764222373895e-08, + "Y": 6.318579721664719e-07, + "U": 3.585949592821436e-11, + "K": 1.4922751923052147e-09, + "L": 6.159507626168903e-11, + "G": 2.4264608100565965e-07, + "F": 1.2168195098638535e-05, + "E": 1.0933859812212177e-05, + "T": 2.76268991683537e-07, + "P": 0.961043119430542, + "-": 0.038924623280763626 + }, + "id": "tp_21716" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2714515, + "label": "P", + "classification": { + "B": 8.56031245888289e-09, + "S": 4.0905540288349584e-08, + "I": 0.00020404410315677524, + "C": 2.089741002464507e-08, + "R": 2.2755586304157305e-09, + "M": 4.3693705720215803e-07, + "O": 4.60386431200277e-08, + "W": 6.053174406162043e-09, + "N": 1.3119005416228902e-05, + "Y": 1.3881422091799323e-06, + "U": 7.431227300180865e-10, + "K": 2.1669760030817997e-07, + "L": 4.02836125568129e-10, + "G": 2.5625135435802804e-07, + "F": 1.775429700501263e-05, + "E": 0.0001752433308865875, + "T": 1.914752147058607e-06, + "P": 0.9891802072525024, + "-": 0.010405370965600014 + }, + "id": "tp_21717" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2714648, + "label": "P", + "classification": { + "B": 1.3346266314329114e-08, + "S": 1.1685723222409905e-10, + "I": 7.268827630468877e-06, + "C": 5.971916294811308e-09, + "R": 2.2439700098075832e-10, + "M": 2.5095754807580306e-08, + "O": 1.2903708324074614e-08, + "W": 1.1789938469952688e-10, + "N": 2.9004670665244703e-08, + "Y": 6.054912660147238e-08, + "U": 2.8381253944220752e-11, + "K": 9.905340436766608e-13, + "L": 6.646970751589265e-10, + "G": 1.345605511460235e-07, + "F": 1.7434632582080667e-07, + "E": 4.7145528014880256e-07, + "T": 2.676533483736421e-07, + "P": 0.9646937251091003, + "-": 0.03529786691069603 + }, + "id": "tp_21718" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2714781, + "label": "P", + "classification": { + "B": 9.144161872143286e-09, + "S": 2.881512140007203e-09, + "I": 0.0001600207615410909, + "C": 1.5388818042083585e-07, + "R": 1.5093265304244596e-08, + "M": 2.4478351861034753e-06, + "O": 1.0166528596755597e-07, + "W": 9.379126364450485e-10, + "N": 2.5995466330641648e-06, + "Y": 4.504657044890337e-05, + "U": 1.2032085328073094e-09, + "K": 7.579392047318834e-08, + "L": 4.491392591177146e-09, + "G": 5.47654917681939e-06, + "F": 0.0002130483917426318, + "E": 0.00024765951093286276, + "T": 1.1389969586161897e-05, + "P": 0.8525866866111755, + "-": 0.14672531187534332 + }, + "id": "tp_21719" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2714882, + "label": "P", + "classification": { + "B": 2.8562847642632505e-09, + "S": 1.075458472277191e-10, + "I": 0.0011789870914071798, + "C": 8.175892851625122e-09, + "R": 3.7763109306254705e-10, + "M": 3.8817663039480976e-07, + "O": 1.8369138432561272e-09, + "W": 1.9329704503689982e-11, + "N": 1.6192716429941356e-06, + "Y": 1.525622934650528e-07, + "U": 4.478389447476472e-12, + "K": 1.3920539200518167e-11, + "L": 2.8956187447803927e-10, + "G": 3.7021214893684373e-07, + "F": 2.7525868517841445e-07, + "E": 0.00016118194616865367, + "T": 9.40177002917153e-08, + "P": 0.9977995753288269, + "-": 0.0008573568775318563 + }, + "id": "tp_21720" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2715015, + "label": "P", + "classification": { + "B": 3.882989036644441e-13, + "S": 1.5614956159690219e-13, + "I": 2.259636858070735e-06, + "C": 9.427572654832628e-13, + "R": 2.858911363396756e-14, + "M": 3.69686226076027e-11, + "O": 5.455761168358941e-13, + "W": 1.3781825751154123e-14, + "N": 7.60636797991765e-09, + "Y": 5.674928929555456e-11, + "U": 2.728906798476387e-15, + "K": 7.38541877393778e-13, + "L": 5.599737778913495e-15, + "G": 5.2723606730475936e-11, + "F": 6.620411330260367e-09, + "E": 6.798339313718316e-07, + "T": 1.3418094413353288e-10, + "P": 0.9999223947525024, + "-": 7.466223905794322e-05 + }, + "id": "tp_21721" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2715148, + "label": "P", + "classification": { + "B": 1.4409948115388233e-13, + "S": 3.3151857994906386e-12, + "I": 4.4884300223202445e-06, + "C": 3.3239852385326396e-13, + "R": 2.9924484792236486e-14, + "M": 2.0288269328427866e-11, + "O": 2.3785567699469157e-12, + "W": 8.676262155558542e-14, + "N": 1.7016502340538864e-07, + "Y": 5.966455801642567e-11, + "U": 2.7617814177087474e-15, + "K": 3.7551437653826625e-12, + "L": 6.0668548499840866e-15, + "G": 4.6786696045186815e-11, + "F": 7.1194321549228334e-09, + "E": 1.702498366284999e-06, + "T": 1.7227014259546536e-10, + "P": 0.9999877214431763, + "-": 5.912083906878252e-06 + }, + "id": "tp_21722" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2715282, + "label": "P", + "classification": { + "B": 2.785645603076148e-10, + "S": 1.2270459648355825e-10, + "I": 4.163860285189003e-05, + "C": 5.022111060348777e-10, + "R": 9.582595134061123e-12, + "M": 2.5962275884694463e-08, + "O": 5.100740385621805e-10, + "W": 2.5686355820120355e-11, + "N": 2.2985207124293083e-06, + "Y": 4.419803545374634e-08, + "U": 1.8973485976792048e-11, + "K": 2.3758071066026787e-08, + "L": 3.1049960779599983e-12, + "G": 2.207642424423284e-08, + "F": 4.0172159287976683e-07, + "E": 0.0009090648381970823, + "T": 2.819678357468547e-08, + "P": 0.9984810948371887, + "-": 0.0005653600674122572 + }, + "id": "tp_21723" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2715382, + "label": "P", + "classification": { + "B": 6.289433557293833e-11, + "S": 9.48823658530884e-12, + "I": 4.193219865555875e-05, + "C": 7.57429816644617e-08, + "R": 5.241427292190792e-10, + "M": 3.362273659490711e-08, + "O": 1.0662591920507225e-09, + "W": 1.8762592174370596e-11, + "N": 1.5788181428888493e-07, + "Y": 4.966765914105054e-07, + "U": 4.802623576605214e-11, + "K": 3.869299880499e-10, + "L": 5.6825929378723217e-11, + "G": 1.4007189008680143e-07, + "F": 2.5605140763218515e-06, + "E": 4.370008537080139e-05, + "T": 2.0190540794828848e-07, + "P": 0.9390707015991211, + "-": 0.060839973390102386 + }, + "id": "tp_21724" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2715516, + "label": "P", + "classification": { + "B": 4.041638135277026e-09, + "S": 1.4877801213231123e-09, + "I": 0.0002578347339294851, + "C": 7.838813758098695e-07, + "R": 3.245053648015528e-08, + "M": 4.867724783252925e-06, + "O": 2.935316558705381e-07, + "W": 2.595811121608449e-09, + "N": 2.814038225551485e-06, + "Y": 8.127038745442405e-05, + "U": 2.543866006732287e-09, + "K": 1.806850669083815e-08, + "L": 7.822220204900532e-09, + "G": 8.580290341342334e-06, + "F": 1.827233427320607e-05, + "E": 0.00020220801525283605, + "T": 3.774593642447144e-05, + "P": 0.7841372489929199, + "-": 0.2152479737997055 + }, + "id": "tp_21725" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2715649, + "label": "P", + "classification": { + "B": 6.943859265362562e-09, + "S": 3.104443591084305e-09, + "I": 8.039086969802156e-05, + "C": 2.933498777224486e-09, + "R": 1.0410187989418063e-10, + "M": 5.490293020216086e-08, + "O": 6.084747372625543e-09, + "W": 5.355346721636067e-10, + "N": 3.0513149340549717e-06, + "Y": 2.0017320423448837e-07, + "U": 5.524342094886947e-10, + "K": 1.3512328145282027e-08, + "L": 2.079962591050588e-10, + "G": 5.9411682684640255e-08, + "F": 1.5287181440726272e-06, + "E": 8.597014675615355e-05, + "T": 6.457210020016646e-07, + "P": 0.9956719875335693, + "-": 0.004156111739575863 + }, + "id": "tp_21726" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2715782, + "label": "P", + "classification": { + "B": 2.7803398472414642e-11, + "S": 1.547521659428508e-11, + "I": 1.5095608887349954e-06, + "C": 2.4272521926410606e-12, + "R": 7.05838762004446e-13, + "M": 1.1208388661643198e-09, + "O": 1.1209178030213707e-09, + "W": 1.3086204212267583e-12, + "N": 4.419790311516181e-09, + "Y": 4.228912331427637e-09, + "U": 9.73262455735346e-15, + "K": 1.0776686897259768e-15, + "L": 3.200833478475551e-12, + "G": 8.866311018707052e-10, + "F": 3.649334834321394e-09, + "E": 2.3934747517273536e-09, + "T": 1.0622996882148072e-07, + "P": 0.9911525845527649, + "-": 0.008845827542245388 + }, + "id": "tp_21727" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2715883, + "label": "P", + "classification": { + "B": 3.655404451352595e-11, + "S": 2.4914287646837785e-11, + "I": 3.782402473007096e-06, + "C": 6.19180540173403e-10, + "R": 6.859843856149572e-12, + "M": 3.32317418028083e-09, + "O": 2.885361671811637e-10, + "W": 1.6874772412744932e-11, + "N": 4.6745110893198216e-08, + "Y": 7.820452907481013e-08, + "U": 9.546318596731496e-12, + "K": 1.363544388510718e-09, + "L": 2.940645556920307e-12, + "G": 4.061903258190114e-09, + "F": 1.696181129773322e-06, + "E": 6.352692707878305e-06, + "T": 2.667421661328717e-08, + "P": 0.9871298670768738, + "-": 0.01285808440297842 + }, + "id": "tp_21728" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2716016, + "label": "P", + "classification": { + "B": 2.7195094176590828e-08, + "S": 3.2648226344633713e-09, + "I": 0.00894804298877716, + "C": 1.257093913409335e-07, + "R": 1.611623945407814e-09, + "M": 6.443352958740434e-06, + "O": 2.979377278222728e-08, + "W": 5.602471264687381e-10, + "N": 1.687771327851806e-05, + "Y": 6.218705948413117e-06, + "U": 4.557512006675424e-11, + "K": 8.081018632033476e-10, + "L": 1.5323090574170806e-09, + "G": 1.1624549642874626e-06, + "F": 1.4603887166231289e-06, + "E": 0.0010605133138597012, + "T": 1.6311371382471407e-06, + "P": 0.9862948060035706, + "-": 0.003662632079795003 + }, + "id": "tp_21729" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2716149, + "label": "P", + "classification": { + "B": 5.3434014262165874e-06, + "S": 2.1943437786831055e-06, + "I": 0.0017728512175381184, + "C": 1.1926624210900627e-05, + "R": 3.7402307953016134e-06, + "M": 5.853205220773816e-05, + "O": 1.6718422557460144e-05, + "W": 1.6036963188525988e-06, + "N": 0.0001070496000465937, + "Y": 0.0003217898774892092, + "U": 8.223815939345513e-07, + "K": 7.917615221231245e-06, + "L": 1.5343362065323163e-06, + "G": 0.00015122003969736397, + "F": 0.0009863432496786118, + "E": 0.0011833946919068694, + "T": 0.0001501372898928821, + "P": 0.8682082295417786, + "-": 0.12700866162776947 + }, + "id": "tp_21730" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2716283, + "label": "P", + "classification": { + "B": 1.7308578181829404e-10, + "S": 2.398986842511164e-10, + "I": 1.9863671695929952e-05, + "C": 2.0904200592752886e-09, + "R": 6.94271515278011e-11, + "M": 4.522836771769789e-09, + "O": 1.3337210225117246e-09, + "W": 4.259786273719257e-11, + "N": 8.359895105058968e-07, + "Y": 2.798637588341535e-08, + "U": 2.915273578096844e-11, + "K": 4.354176574850044e-09, + "L": 7.454894340730434e-12, + "G": 1.1804720756458664e-08, + "F": 3.7366717151599005e-06, + "E": 2.3787149984855205e-05, + "T": 3.24257136696815e-08, + "P": 0.9958393573760986, + "-": 0.004112458787858486 + }, + "id": "tp_21731" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2716383, + "label": "P", + "classification": { + "B": 3.0883593460373504e-09, + "S": 2.8453577272102848e-09, + "I": 0.0005952833453193307, + "C": 2.152510347741554e-08, + "R": 1.38054645493213e-09, + "M": 1.9326220979110076e-07, + "O": 4.487609395198433e-09, + "W": 3.6761019228670477e-10, + "N": 2.3584394511999562e-05, + "Y": 2.5784800072869984e-07, + "U": 2.94142848966672e-10, + "K": 7.137927582334669e-08, + "L": 1.609993804940757e-10, + "G": 2.3179789820915175e-07, + "F": 2.4620565000077477e-06, + "E": 0.0005638970178551972, + "T": 2.6850614176510135e-07, + "P": 0.9980269074440002, + "-": 0.0007868031971156597 + }, + "id": "tp_21732" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2716517, + "label": "P", + "classification": { + "B": 9.993498679250479e-06, + "S": 5.914320354349911e-06, + "I": 0.06755538284778595, + "C": 7.531006122007966e-05, + "R": 3.7161753425607458e-06, + "M": 0.0007963379612192512, + "O": 1.4133834156382363e-05, + "W": 1.3438689165923279e-06, + "N": 0.002205150667577982, + "Y": 0.0003896972630172968, + "U": 4.400834825446509e-07, + "K": 6.74339889883413e-06, + "L": 2.1871117041882826e-06, + "G": 0.0001876623573480174, + "F": 0.00018783262930810452, + "E": 0.032469142228364944, + "T": 0.0002679107419680804, + "P": 0.8794015645980835, + "-": 0.01641952246427536 + }, + "id": "tp_21733" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2716650, + "label": "P", + "classification": { + "B": 1.928818077479022e-10, + "S": 4.797855255450623e-12, + "I": 1.2712465832009912e-05, + "C": 1.5454579838092286e-08, + "R": 2.138911825433354e-10, + "M": 1.4796224689916926e-08, + "O": 1.760536161299342e-09, + "W": 2.3370406304623614e-11, + "N": 3.4594851427982576e-08, + "Y": 1.9474485668524721e-07, + "U": 4.44993833448315e-11, + "K": 2.2149215794797783e-10, + "L": 6.892028614480239e-11, + "G": 1.8551483549344994e-07, + "F": 4.4400217120710295e-06, + "E": 2.3140337361837737e-05, + "T": 1.2949246297466743e-07, + "P": 0.8897057771682739, + "-": 0.11025334149599075 + }, + "id": "tp_21734" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2716750, + "label": "P", + "classification": { + "B": 7.505087107340103e-10, + "S": 5.733314933920042e-10, + "I": 5.575103932642378e-05, + "C": 5.4886772460349675e-08, + "R": 3.328763709120608e-09, + "M": 7.602808693718544e-08, + "O": 3.6681637283209056e-08, + "W": 7.271321877944104e-10, + "N": 5.830763143421791e-07, + "Y": 9.180525353258417e-07, + "U": 6.979291033992752e-10, + "K": 2.0949408874315623e-09, + "L": 1.256022064133333e-09, + "G": 5.212401106291509e-07, + "F": 1.2389608855301049e-05, + "E": 8.151817382895388e-06, + "T": 2.2048006940167397e-06, + "P": 0.9011352062225342, + "-": 0.09878405928611755 + }, + "id": "tp_21735" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2716884, + "label": "P", + "classification": { + "B": 1.3254352779767942e-06, + "S": 8.486135811835993e-07, + "I": 0.0092462208122015, + "C": 4.529432408162393e-05, + "R": 5.585519375017611e-06, + "M": 6.286946882028133e-05, + "O": 9.831615898292512e-06, + "W": 9.367388429382117e-07, + "N": 0.0002624840126372874, + "Y": 0.0005339969065971673, + "U": 1.1815520792879397e-06, + "K": 6.553641924256226e-06, + "L": 1.3803551155433524e-06, + "G": 0.000122651836136356, + "F": 0.0004081306979060173, + "E": 0.0016516782343387604, + "T": 0.00027412790223024786, + "P": 0.8483264446258545, + "-": 0.13903844356536865 + }, + "id": "tp_21736" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2717017, + "label": "P", + "classification": { + "B": 3.98148586100433e-06, + "S": 4.59219518234022e-06, + "I": 0.0628991648554802, + "C": 8.625509508419782e-05, + "R": 1.199239068228053e-05, + "M": 7.566597923869267e-05, + "O": 1.1519064173626248e-05, + "W": 2.6487027753319126e-06, + "N": 0.0015309471637010574, + "Y": 0.00030057301046326756, + "U": 8.513854936609278e-07, + "K": 2.6269851787219523e-06, + "L": 1.8937098502647132e-06, + "G": 9.808083268580958e-05, + "F": 0.00017993348592426628, + "E": 0.0031154260504990816, + "T": 0.00020131368364673108, + "P": 0.9151857495307922, + "-": 0.016286810860037804 + }, + "id": "tp_21737" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2717150, + "label": "-", + "classification": { + "B": 9.593837830834673e-07, + "S": 5.046492788096657e-07, + "I": 0.0005307447863742709, + "C": 2.0974692233721726e-05, + "R": 1.7659756395005388e-06, + "M": 6.095842400100082e-05, + "O": 1.095697189157363e-05, + "W": 8.874913532963546e-07, + "N": 3.051558269362431e-05, + "Y": 0.0017102467827498913, + "U": 1.396543552800722e-06, + "K": 0.00011306621308904141, + "L": 6.61822923575528e-07, + "G": 0.0004222611605655402, + "F": 0.0013453844003379345, + "E": 0.002243536291643977, + "T": 0.0003104081843048334, + "P": 0.1788877248764038, + "-": 0.8143070936203003 + }, + "id": "tp_21738" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2717251, + "label": "P", + "classification": { + "B": 1.374957719235681e-06, + "S": 3.6580962614607415e-07, + "I": 0.002403616439551115, + "C": 2.0146557289990596e-05, + "R": 1.8024318251264049e-06, + "M": 6.789329199818894e-05, + "O": 6.897728326293873e-06, + "W": 3.929796719148726e-07, + "N": 6.43240418867208e-05, + "Y": 0.00020161193970125169, + "U": 2.772345055745973e-07, + "K": 2.563748182637937e-07, + "L": 1.060863041857374e-06, + "G": 7.125708361854777e-05, + "F": 0.00019211287144571543, + "E": 0.0006483961478807032, + "T": 0.00029911816818639636, + "P": 0.8556210398674011, + "-": 0.14039812982082367 + }, + "id": "tp_21739" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2717384, + "label": "P", + "classification": { + "B": 2.3403000024013743e-11, + "S": 1.763866017221588e-13, + "I": 5.310326969265589e-07, + "C": 1.0207676925944043e-09, + "R": 5.313068995177472e-12, + "M": 6.24397089588058e-10, + "O": 7.05351402285892e-11, + "W": 1.3852119321380862e-12, + "N": 1.4638648071496618e-09, + "Y": 1.339061839189526e-08, + "U": 6.688403737103998e-12, + "K": 5.295495379004089e-12, + "L": 1.5695910283303194e-12, + "G": 2.623030015413974e-09, + "F": 1.0232775338181455e-07, + "E": 3.3256668530157185e-07, + "T": 5.1425075753286364e-08, + "P": 0.9412336945533752, + "-": 0.05876525864005089 + }, + "id": "tp_21740" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2717518, + "label": "P", + "classification": { + "B": 7.262224710480325e-10, + "S": 3.841128370235536e-12, + "I": 1.4716880514242803e-06, + "C": 8.492700986906243e-10, + "R": 6.4526361684413835e-12, + "M": 3.768032996731563e-09, + "O": 5.060343810647794e-10, + "W": 6.847734618925516e-12, + "N": 4.536411246647276e-09, + "Y": 4.492034300085379e-09, + "U": 3.0823210737246365e-12, + "K": 5.978532556169536e-13, + "L": 1.9945585114089504e-11, + "G": 6.405631136630063e-09, + "F": 8.666657436151581e-08, + "E": 8.358877607861359e-07, + "T": 3.9803087048539965e-08, + "P": 0.9700474739074707, + "-": 0.029950030148029327 + }, + "id": "tp_21741" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2717651, + "label": "P", + "classification": { + "B": 1.310856312386477e-09, + "S": 4.659280183894055e-10, + "I": 3.394481973373331e-05, + "C": 8.84583428728547e-08, + "R": 4.190821467631167e-09, + "M": 6.868190638442684e-08, + "O": 3.048461749699527e-08, + "W": 4.744329928918489e-10, + "N": 2.3532965087724733e-07, + "Y": 5.94139009990613e-06, + "U": 1.8450073691056446e-09, + "K": 6.62945143226068e-10, + "L": 3.2870177690824676e-09, + "G": 1.0304225952495472e-06, + "F": 5.042700195190264e-06, + "E": 2.9099198854964925e-06, + "T": 9.837262041401118e-06, + "P": 0.7895321249961853, + "-": 0.21040870249271393 + }, + "id": "tp_21742" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2717751, + "label": "P", + "classification": { + "B": 1.4283285491856201e-11, + "S": 1.6438352415382163e-12, + "I": 2.459504003127222e-06, + "C": 1.336668375984118e-08, + "R": 4.940139269882238e-11, + "M": 5.031904226626693e-09, + "O": 3.1494781782548387e-10, + "W": 2.91547840557127e-12, + "N": 1.33588082817937e-08, + "Y": 2.9605453732983733e-07, + "U": 1.852506169297552e-11, + "K": 1.6657640822259623e-09, + "L": 7.923988722124964e-12, + "G": 8.39248386341751e-08, + "F": 1.2012373190373182e-05, + "E": 1.3170068996259943e-05, + "T": 1.0355322643817999e-07, + "P": 0.8062739372253418, + "-": 0.19369792938232422 + }, + "id": "tp_21743" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2717885, + "label": "P", + "classification": { + "B": 1.6952547005066876e-11, + "S": 4.866429931553104e-14, + "I": 2.4381320145039354e-06, + "C": 4.310565682175138e-09, + "R": 1.7226475454434897e-11, + "M": 3.4891518563284762e-09, + "O": 1.2178996700029643e-10, + "W": 2.89767179435102e-13, + "N": 1.4682726146020286e-09, + "Y": 7.267957613521503e-08, + "U": 8.956323638460717e-13, + "K": 8.167793156231562e-13, + "L": 8.953902723429774e-12, + "G": 9.559510516510272e-08, + "F": 8.186603963622474e-07, + "E": 2.3877021249063546e-06, + "T": 3.96459540752403e-08, + "P": 0.8467397093772888, + "-": 0.15325435996055603 + }, + "id": "tp_21744" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2718018, + "label": "-", + "classification": { + "B": 7.52361645206534e-11, + "S": 2.9488991110104834e-11, + "I": 6.763949755850263e-08, + "C": 4.3899456292351147e-10, + "R": 9.433107940604035e-12, + "M": 2.7397510038440487e-08, + "O": 1.2056381670788596e-08, + "W": 2.619290895289339e-11, + "N": 5.512320599976306e-10, + "Y": 1.6615996401014854e-07, + "U": 2.3078186497244024e-12, + "K": 1.1159015551875928e-11, + "L": 9.726000560483783e-11, + "G": 7.322505979345806e-08, + "F": 1.3547892194765154e-05, + "E": 7.780449351457719e-08, + "T": 7.934090149319672e-07, + "P": 0.12201998382806778, + "-": 0.8779650926589966 + }, + "id": "tp_21745" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2718151, + "label": "P", + "classification": { + "B": 1.2665925908095232e-07, + "S": 2.5494742317277996e-08, + "I": 0.0010069870622828603, + "C": 7.040264335955726e-06, + "R": 2.695256853257888e-07, + "M": 3.5329408092366066e-06, + "O": 7.932271159916127e-07, + "W": 8.872643064705699e-08, + "N": 3.540717079886235e-05, + "Y": 3.4080210753018036e-05, + "U": 1.1970456625931547e-07, + "K": 2.3923364551592385e-06, + "L": 3.786140823081041e-08, + "G": 2.5377614292665385e-05, + "F": 0.0002744253142736852, + "E": 0.0017590703209862113, + "T": 8.54635436553508e-06, + "P": 0.9171415567398071, + "-": 0.07970015704631805 + }, + "id": "tp_21746" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2718252, + "label": "P", + "classification": { + "B": 2.459559027556679e-06, + "S": 3.4609129784257675e-07, + "I": 0.0036810010205954313, + "C": 2.8970258426852524e-05, + "R": 1.872947791525803e-06, + "M": 0.00010447465319884941, + "O": 9.794340257940348e-06, + "W": 6.271980055316817e-07, + "N": 3.675626794574782e-05, + "Y": 0.0003490250383038074, + "U": 1.8091989772983652e-07, + "K": 3.67014820312761e-07, + "L": 1.2801660886907484e-06, + "G": 0.00011059881217079237, + "F": 0.00038714101538062096, + "E": 0.0018845832673832774, + "T": 0.00011589705536607653, + "P": 0.7079931497573853, + "-": 0.2852915823459625 + }, + "id": "tp_21747" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2718385, + "label": "-", + "classification": { + "B": 4.402536433190107e-06, + "S": 4.048935352329863e-06, + "I": 0.0012388130417093635, + "C": 6.054536424926482e-05, + "R": 1.8159606042900123e-05, + "M": 7.707517215749249e-05, + "O": 5.2884202887071297e-05, + "W": 8.322879693878349e-06, + "N": 3.687675416585989e-05, + "Y": 0.00034980816417373717, + "U": 2.3822722141630948e-06, + "K": 8.661820061206527e-07, + "L": 1.2751487702189479e-05, + "G": 0.00010524954996071756, + "F": 0.0017093492206186056, + "E": 0.00012249176506884396, + "T": 0.0007748291245661676, + "P": 0.44929632544517517, + "-": 0.5461249351501465 + }, + "id": "tp_21748" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2718519, + "label": "P", + "classification": { + "B": 1.432143290003296e-05, + "S": 2.042768755927682e-05, + "I": 0.021270165219902992, + "C": 0.00026645357138477266, + "R": 4.6895740524632856e-05, + "M": 0.00012662442168220878, + "O": 4.011342753074132e-05, + "W": 1.0563074283709284e-05, + "N": 0.0011279783211648464, + "Y": 0.0009448608616366982, + "U": 8.026244358916301e-06, + "K": 7.265072053996846e-05, + "L": 7.811790055711754e-06, + "G": 0.0004944892134517431, + "F": 0.0019837571308016777, + "E": 0.004324137698858976, + "T": 0.0003882574674207717, + "P": 0.8943729400634766, + "-": 0.07447946071624756 + }, + "id": "tp_21749" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2718652, + "label": "P", + "classification": { + "B": 1.321452174352089e-07, + "S": 8.51057251338716e-08, + "I": 0.00012219647760502994, + "C": 2.3301961249444503e-08, + "R": 1.7326747814294663e-09, + "M": 1.283696747123031e-06, + "O": 1.721378026786624e-07, + "W": 1.2263566162573625e-08, + "N": 4.492389507504413e-06, + "Y": 4.544349394564051e-07, + "U": 1.4721689423069506e-09, + "K": 6.749668379768536e-09, + "L": 8.23548873540858e-09, + "G": 3.7153620269236853e-07, + "F": 8.899861313693691e-06, + "E": 8.746724779484794e-05, + "T": 3.2941140943876235e-06, + "P": 0.9751482009887695, + "-": 0.02462281659245491 + }, + "id": "tp_21750" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2718752, + "label": "P", + "classification": { + "B": 3.0596036121322e-11, + "S": 1.5637472870408398e-12, + "I": 5.6957269123358856e-08, + "C": 4.026163083481471e-11, + "R": 6.988123187751105e-13, + "M": 1.0035885456005644e-09, + "O": 1.8304091575771508e-10, + "W": 8.310734912753137e-13, + "N": 2.299651580273121e-10, + "Y": 3.4635728951570854e-08, + "U": 8.569636970531813e-14, + "K": 3.4021960595986833e-12, + "L": 7.674937074764188e-13, + "G": 1.0579936038368487e-08, + "F": 2.31235435421695e-06, + "E": 1.3417032107554405e-07, + "T": 2.317955605235511e-08, + "P": 0.7949470281600952, + "-": 0.20505043864250183 + }, + "id": "tp_21751" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2718886, + "label": "P", + "classification": { + "B": 1.8218218600374314e-10, + "S": 5.248290690929025e-10, + "I": 1.7236841358680977e-06, + "C": 1.87512028126946e-09, + "R": 1.3624271155698864e-10, + "M": 2.0158598346142753e-08, + "O": 2.5017538263227834e-08, + "W": 3.1378630249712103e-10, + "N": 4.1566408981452696e-08, + "Y": 1.1200075960005051e-06, + "U": 3.8219961917551615e-11, + "K": 7.241242272471027e-09, + "L": 9.074647977502792e-11, + "G": 2.820989664087392e-07, + "F": 8.187370985979214e-05, + "E": 2.02935825655004e-06, + "T": 4.5035841367280227e-07, + "P": 0.690371572971344, + "-": 0.3095407485961914 + }, + "id": "tp_21752" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2719019, + "label": "P", + "classification": { + "B": 1.2559120854405137e-08, + "S": 4.129915076589441e-09, + "I": 7.17692673788406e-05, + "C": 1.4330441722165688e-08, + "R": 3.563062511702242e-09, + "M": 1.1065990292991046e-06, + "O": 1.7292285292569431e-07, + "W": 9.61041579650157e-10, + "N": 5.541451741919445e-07, + "Y": 5.610121434074244e-07, + "U": 8.710446947057804e-11, + "K": 1.17544281599824e-11, + "L": 9.825329883028644e-09, + "G": 8.287648824989446e-07, + "F": 2.2083352178015048e-06, + "E": 2.4190453586925287e-06, + "T": 4.089190042577684e-06, + "P": 0.9633088111877441, + "-": 0.036607351154088974 + }, + "id": "tp_21753" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2719152, + "label": "P", + "classification": { + "B": 3.302994336373821e-11, + "S": 1.232259953798387e-12, + "I": 9.323422034412943e-08, + "C": 1.5179724144331885e-10, + "R": 9.390466919681484e-13, + "M": 1.1273522115828882e-09, + "O": 1.0369205494242806e-09, + "W": 1.453813740399934e-12, + "N": 7.386713463120032e-11, + "Y": 6.063161528402361e-09, + "U": 1.1481824334618612e-13, + "K": 1.6583363507275198e-15, + "L": 1.4413622205500243e-11, + "G": 2.283385702739338e-09, + "F": 1.0597889854579989e-07, + "E": 1.2622717981969345e-08, + "T": 2.503967166944676e-08, + "P": 0.5074511170387268, + "-": 0.4925486743450165 + }, + "id": "tp_21754" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2719253, + "label": "P", + "classification": { + "B": 3.013415295072264e-08, + "S": 2.718196334683398e-08, + "I": 4.187275771982968e-05, + "C": 1.028711054118503e-07, + "R": 1.7457550072208505e-08, + "M": 2.8008795993628155e-07, + "O": 1.7805935215164936e-07, + "W": 1.753691236672239e-08, + "N": 2.18740274249285e-06, + "Y": 1.4587631085305475e-05, + "U": 1.2126050386029874e-08, + "K": 3.659744720607705e-07, + "L": 9.583223103959426e-09, + "G": 1.9986930510640377e-06, + "F": 0.0006798846879974008, + "E": 4.401883052196354e-05, + "T": 9.494236110185739e-06, + "P": 0.7967050075531006, + "-": 0.2024998664855957 + }, + "id": "tp_21755" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2719386, + "label": "P", + "classification": { + "B": 2.909581742205347e-10, + "S": 6.243598693611574e-11, + "I": 1.623450589249842e-05, + "C": 3.470679743600158e-08, + "R": 1.4755234811758555e-09, + "M": 5.028970662124266e-08, + "O": 4.337524561748296e-09, + "W": 9.719035992672431e-11, + "N": 6.152240672463449e-08, + "Y": 1.8420076912661898e-06, + "U": 7.129475482203773e-11, + "K": 1.2266209159506047e-09, + "L": 1.3091069894777263e-10, + "G": 4.862385480919329e-07, + "F": 2.3770939151290804e-05, + "E": 1.512798189651221e-05, + "T": 4.738559766792605e-07, + "P": 0.8972103595733643, + "-": 0.1027316004037857 + }, + "id": "tp_21756" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2719520, + "label": "P", + "classification": { + "B": 1.2715629764403769e-11, + "S": 2.3471560806065384e-10, + "I": 7.053903391351923e-05, + "C": 3.2109321868034613e-09, + "R": 7.097405302358695e-11, + "M": 4.927142249755434e-09, + "O": 6.741284752642684e-10, + "W": 6.049256928708502e-11, + "N": 1.3515616501535987e-06, + "Y": 3.617371930886293e-07, + "U": 1.977030344990638e-11, + "K": 8.350017566272072e-08, + "L": 2.9563413349309453e-12, + "G": 1.6564923654982522e-08, + "F": 6.808693797211163e-06, + "E": 4.488945342018269e-05, + "T": 4.805577447086762e-08, + "P": 0.9904849529266357, + "-": 0.009390976279973984 + }, + "id": "tp_21757" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2719653, + "label": "P", + "classification": { + "B": 2.262954922116478e-06, + "S": 1.559905058456934e-06, + "I": 0.0005178612191230059, + "C": 1.0397944606665988e-05, + "R": 8.846600394463167e-07, + "M": 2.910924013121985e-05, + "O": 8.665630957693793e-06, + "W": 8.798918429420155e-07, + "N": 4.021978020318784e-05, + "Y": 0.00031181133817881346, + "U": 4.0649462107467116e-07, + "K": 5.240695372776827e-06, + "L": 5.583116262641852e-07, + "G": 4.9135131121147424e-05, + "F": 0.001793476170860231, + "E": 0.0005253653507679701, + "T": 0.00014710829418618232, + "P": 0.610038697719574, + "-": 0.3865164518356323 + }, + "id": "tp_21758" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2719753, + "label": "P", + "classification": { + "B": 5.633026933793417e-09, + "S": 8.43899972124973e-09, + "I": 8.461807738058269e-05, + "C": 3.0606122436438454e-07, + "R": 2.2758067430572737e-08, + "M": 6.071414304642531e-07, + "O": 1.7647974459578109e-07, + "W": 9.713933657451435e-09, + "N": 1.3047240372543456e-06, + "Y": 1.1497311788843945e-05, + "U": 6.290343357306938e-09, + "K": 3.16813526524129e-08, + "L": 4.6403587639076704e-09, + "G": 9.359347927784256e-07, + "F": 4.725879989564419e-05, + "E": 1.959320616151672e-05, + "T": 1.3062249308859464e-05, + "P": 0.8010638952255249, + "-": 0.19875676929950714 + }, + "id": "tp_21759" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2719887, + "label": "P", + "classification": { + "B": 1.1934483836739673e-06, + "S": 9.710628319226089e-07, + "I": 0.003163467161357403, + "C": 1.997521030716598e-05, + "R": 5.398259418143425e-06, + "M": 4.796828579856083e-05, + "O": 1.2226110811752733e-05, + "W": 1.0251187632093206e-06, + "N": 0.0001120691085816361, + "Y": 0.0008500661351718009, + "U": 1.0949401030302397e-06, + "K": 3.3447986425017007e-06, + "L": 1.4672975794383092e-06, + "G": 0.00012340482498984784, + "F": 0.000580801977775991, + "E": 0.0006630930583924055, + "T": 0.0005741073982790112, + "P": 0.769829273223877, + "-": 0.22400906682014465 + }, + "id": "tp_21760" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2720020, + "label": "-", + "classification": { + "B": 4.8346660876108505e-12, + "S": 5.2685507866134795e-12, + "I": 9.273012437915895e-07, + "C": 5.606500597110653e-09, + "R": 8.61802157414715e-11, + "M": 1.7487563619411617e-09, + "O": 7.757632869420661e-10, + "W": 1.7261440540816686e-11, + "N": 5.676279446475974e-09, + "Y": 9.573083161740215e-07, + "U": 1.5304023673334832e-11, + "K": 4.8089132675954716e-09, + "L": 4.801115668223721e-12, + "G": 6.100835747702149e-08, + "F": 5.666987635777332e-05, + "E": 2.3156403585744556e-06, + "T": 8.013847008214725e-08, + "P": 0.48317477107048035, + "-": 0.516764223575592 + }, + "id": "tp_21761" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2720153, + "label": "P", + "classification": { + "B": 7.93474796978444e-09, + "S": 1.180662767552576e-08, + "I": 0.0014099125983193517, + "C": 5.228286227065837e-06, + "R": 6.115118367233663e-07, + "M": 1.1874005849676905e-06, + "O": 4.14858533304141e-07, + "W": 2.1050881926498732e-08, + "N": 1.4556171663571149e-05, + "Y": 4.0932911360869184e-05, + "U": 3.409792626030139e-08, + "K": 3.014360459019372e-07, + "L": 1.7831572662885264e-08, + "G": 4.620679192157695e-06, + "F": 9.456551924813539e-05, + "E": 6.792480417061597e-05, + "T": 1.9843702830257826e-05, + "P": 0.8526654243469238, + "-": 0.14567436277866364 + }, + "id": "tp_21762" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2720254, + "label": "-", + "classification": { + "B": 3.5055450098298024e-06, + "S": 3.819302946794778e-06, + "I": 0.0017143795266747475, + "C": 8.278110180981457e-05, + "R": 1.4231537534215022e-05, + "M": 0.00047237021499313414, + "O": 4.5428048906615004e-05, + "W": 4.049880772072356e-06, + "N": 5.4602580348728225e-05, + "Y": 0.0013024357613176107, + "U": 1.970385937966057e-06, + "K": 4.270813406037632e-06, + "L": 7.1652243605058175e-06, + "G": 0.00023593298101332039, + "F": 0.0019000500906258821, + "E": 0.0005110809579491615, + "T": 0.0014302699128165841, + "P": 0.33999308943748474, + "-": 0.6522185802459717 + }, + "id": "tp_21763" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2720387, + "label": "P", + "classification": { + "B": 2.748678507025204e-10, + "S": 2.2686948153438635e-10, + "I": 7.734571408946067e-05, + "C": 1.279688035538129e-07, + "R": 3.881150067996941e-09, + "M": 2.0116313237394934e-07, + "O": 1.6170655925407118e-08, + "W": 4.462243352598705e-10, + "N": 5.153735855856212e-07, + "Y": 4.753899247589288e-06, + "U": 3.712568863445398e-10, + "K": 1.086837819741504e-08, + "L": 5.801376046221662e-10, + "G": 5.40490759703971e-07, + "F": 0.00011080783588113263, + "E": 2.3039616280584596e-05, + "T": 1.7254795920962351e-06, + "P": 0.7462815046310425, + "-": 0.2534993886947632 + }, + "id": "tp_21764" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2720521, + "label": "P", + "classification": { + "B": 2.4641856725793332e-05, + "S": 1.2994970347790513e-05, + "I": 0.012161100283265114, + "C": 0.00030548160430043936, + "R": 3.9766920963302255e-05, + "M": 0.0006723615224473178, + "O": 0.00013854404096491635, + "W": 1.453818185837008e-05, + "N": 0.0008177809650078416, + "Y": 0.0021681617945432663, + "U": 1.7471391402068548e-05, + "K": 1.659525696595665e-05, + "L": 3.1951090932125226e-05, + "G": 0.0006386510794982314, + "F": 0.0012207092950120568, + "E": 0.005088098347187042, + "T": 0.001996709033846855, + "P": 0.6480202674865723, + "-": 0.326614111661911 + }, + "id": "tp_21765" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2720654, + "label": "P", + "classification": { + "B": 2.432694046206052e-09, + "S": 1.7310576083673368e-08, + "I": 8.005548443179578e-05, + "C": 3.488064805878821e-07, + "R": 6.71947475439083e-08, + "M": 9.962523108697496e-07, + "O": 4.880442929788842e-07, + "W": 8.708721743744263e-09, + "N": 1.1110723789897747e-06, + "Y": 4.223434007144533e-05, + "U": 7.953601333099414e-09, + "K": 3.5531444453340555e-09, + "L": 2.0789498123008343e-08, + "G": 1.5539981177425943e-06, + "F": 3.4390672226436436e-05, + "E": 2.617698328322149e-06, + "T": 6.298746302491054e-05, + "P": 0.6572360992431641, + "-": 0.34253695607185364 + }, + "id": "tp_21766" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2720754, + "label": "-", + "classification": { + "B": 0.0003524732019286603, + "S": 1.0309709068678785e-05, + "I": 2.4269780624308623e-05, + "C": 6.038429205545981e-07, + "R": 3.4723100839073595e-07, + "M": 5.655197674059309e-05, + "O": 0.00030301488004624844, + "W": 5.111396603751928e-06, + "N": 9.143609531747643e-07, + "Y": 4.786159024661174e-06, + "U": 1.3119003661188344e-08, + "K": 4.206707551746014e-11, + "L": 4.312134478823282e-05, + "G": 2.654506533872336e-05, + "F": 7.061262294882908e-05, + "E": 5.963018793408992e-06, + "T": 8.723986684344709e-05, + "P": 0.2770114839076996, + "-": 0.7219966053962708 + }, + "id": "tp_21767" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2720888, + "label": "-", + "classification": { + "B": 1.2462561244319659e-05, + "S": 4.343270484241657e-05, + "I": 0.0011294890427961946, + "C": 6.187531107570976e-05, + "R": 1.6273974324576557e-05, + "M": 0.0003791710769291967, + "O": 0.0001734482211759314, + "W": 2.8667349397437647e-05, + "N": 0.00020207032503094524, + "Y": 0.0018060453003272414, + "U": 1.460256680729799e-05, + "K": 0.00012488003994803876, + "L": 1.8774042473523878e-05, + "G": 0.0003224234387744218, + "F": 0.00864266324788332, + "E": 0.0018259206553921103, + "T": 0.0020036580972373486, + "P": 0.34734901785850525, + "-": 0.6358450055122375 + }, + "id": "tp_21768" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2721021, + "label": "P", + "classification": { + "B": 0.000159316579811275, + "S": 4.996818825020455e-05, + "I": 0.004861367866396904, + "C": 0.00039337368798442185, + "R": 3.348775862832554e-05, + "M": 0.0013511169236153364, + "O": 0.0001620949769858271, + "W": 3.0355860872077756e-05, + "N": 0.0006790183251723647, + "Y": 0.002691186498850584, + "U": 2.379874604230281e-05, + "K": 0.00022071674175094813, + "L": 3.587901301216334e-05, + "G": 0.0012834349181503057, + "F": 0.007822965271770954, + "E": 0.020392416045069695, + "T": 0.001381704118102789, + "P": 0.587304949760437, + "-": 0.3711228370666504 + }, + "id": "tp_21769" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2721154, + "label": "-", + "classification": { + "B": 4.778738826871631e-08, + "S": 9.72596794213132e-08, + "I": 0.0003680781810544431, + "C": 1.2755134775943588e-05, + "R": 2.236887439721613e-06, + "M": 9.899275937641505e-06, + "O": 4.679602170654107e-06, + "W": 1.6748568043567502e-07, + "N": 1.2207116014906205e-05, + "Y": 0.00028381976881064475, + "U": 1.935022027055311e-07, + "K": 8.418244306085398e-07, + "L": 3.12810755076498e-07, + "G": 5.63084649911616e-05, + "F": 0.0007285136380232871, + "E": 0.00013104401296004653, + "T": 0.00024095960543490946, + "P": 0.4905374348163605, + "-": 0.5076103806495667 + }, + "id": "tp_21770" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2721255, + "label": "P", + "classification": { + "B": 3.463638620360143e-08, + "S": 2.33492372103683e-08, + "I": 7.559027289971709e-05, + "C": 8.050564588302223e-07, + "R": 2.427871770294132e-08, + "M": 2.1342423224268714e-06, + "O": 5.762670980402618e-07, + "W": 1.5160434685412838e-08, + "N": 2.878987288568169e-06, + "Y": 9.800544830795843e-06, + "U": 8.126180617296086e-09, + "K": 1.3415738919775322e-07, + "L": 1.511697966805059e-08, + "G": 3.958090928790625e-06, + "F": 0.00030749919824302197, + "E": 0.00013131630839779973, + "T": 7.648368409718387e-06, + "P": 0.7732568383216858, + "-": 0.2262006402015686 + }, + "id": "tp_21771" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2721388, + "label": "P", + "classification": { + "B": 1.5552594767598293e-09, + "S": 4.881879345219886e-10, + "I": 1.567009348946158e-05, + "C": 1.4807428172503023e-08, + "R": 3.94238974799066e-10, + "M": 2.781694945497293e-07, + "O": 2.0009130352605098e-08, + "W": 3.395390635319018e-10, + "N": 1.5114829921003547e-07, + "Y": 4.9241125452681445e-06, + "U": 2.1489378332351095e-10, + "K": 1.0982407205872846e-09, + "L": 6.816660569342048e-10, + "G": 3.003172253102093e-07, + "F": 4.732801971840672e-05, + "E": 2.532117287046276e-05, + "T": 4.327470378484577e-06, + "P": 0.7231723070144653, + "-": 0.2767293453216553 + }, + "id": "tp_21772" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2721522, + "label": "P", + "classification": { + "B": 1.6553533654928287e-08, + "S": 1.563950746685805e-09, + "I": 0.0002034500939771533, + "C": 1.3729207637425134e-07, + "R": 3.4792198011501796e-09, + "M": 7.406263762277376e-07, + "O": 2.988745961829409e-08, + "W": 1.670099614159426e-09, + "N": 4.829762474400923e-06, + "Y": 2.620285386001342e-06, + "U": 1.970325680389351e-09, + "K": 8.314457744518222e-08, + "L": 1.297203788830359e-09, + "G": 7.652332101315551e-07, + "F": 2.052563831966836e-05, + "E": 0.00042979561840184033, + "T": 1.1107796353826416e-06, + "P": 0.9861143827438354, + "-": 0.013221503235399723 + }, + "id": "tp_21773" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2721655, + "label": "-", + "classification": { + "B": 2.113083263921567e-09, + "S": 2.922453667952851e-10, + "I": 2.033997770922724e-05, + "C": 2.0391182076195946e-08, + "R": 1.6154174664606558e-09, + "M": 6.482075605163118e-07, + "O": 6.763662696585016e-08, + "W": 4.0923378574753144e-10, + "N": 2.7598215268653803e-08, + "Y": 7.201351763796993e-06, + "U": 1.4128344327790643e-10, + "K": 2.6477296050098076e-11, + "L": 3.113971080992428e-09, + "G": 1.3839892289979616e-06, + "F": 3.883345016220119e-06, + "E": 2.173449502151925e-06, + "T": 1.996919854718726e-05, + "P": 0.39077329635620117, + "-": 0.6091711521148682 + }, + "id": "tp_21774" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2721755, + "label": "P", + "classification": { + "B": 1.266376301600758e-07, + "S": 3.9764852743928714e-08, + "I": 0.00013673292414750904, + "C": 7.560478820778371e-08, + "R": 1.5661083097029405e-08, + "M": 2.879949363432388e-07, + "O": 1.8039925464563566e-07, + "W": 4.488741112140815e-08, + "N": 4.952655217493884e-06, + "Y": 7.675845381527324e-07, + "U": 1.325232901194795e-08, + "K": 6.200414048862513e-08, + "L": 1.2595656073699502e-08, + "G": 9.323387075710343e-07, + "F": 4.093073948752135e-05, + "E": 7.324280886678025e-05, + "T": 2.3322888864640845e-06, + "P": 0.9800943732261658, + "-": 0.01964498497545719 + }, + "id": "tp_21775" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2721889, + "label": "P", + "classification": { + "B": 6.503188956230588e-07, + "S": 7.237786547875658e-08, + "I": 0.0007275011157616973, + "C": 9.39583514991682e-06, + "R": 1.1671568955762268e-07, + "M": 1.4283119526226074e-05, + "O": 6.378050443345273e-07, + "W": 3.091065536864335e-08, + "N": 1.7455189663451165e-05, + "Y": 3.5247339837951586e-05, + "U": 7.57112914584468e-08, + "K": 2.7783161726802064e-07, + "L": 1.0518190407537986e-07, + "G": 3.5672448575496674e-05, + "F": 0.00010476670286152512, + "E": 0.0018214008305221796, + "T": 1.513236293249065e-05, + "P": 0.9384414553642273, + "-": 0.058775633573532104 + }, + "id": "tp_21776" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2722022, + "label": "-", + "classification": { + "B": 1.148890618196674e-07, + "S": 1.4294330696884572e-07, + "I": 1.1028004337276798e-05, + "C": 7.348710937549185e-07, + "R": 3.908471057911811e-08, + "M": 2.5059939616767224e-06, + "O": 2.7072155717178248e-06, + "W": 7.210667973822638e-08, + "N": 9.152520306088263e-07, + "Y": 2.4702912924112752e-05, + "U": 1.9320012256685004e-08, + "K": 5.129911428980449e-08, + "L": 9.515703425222455e-08, + "G": 4.682661710830871e-06, + "F": 0.00016157016216311604, + "E": 1.4543200450134464e-05, + "T": 7.483324588974938e-05, + "P": 0.24955293536186218, + "-": 0.7501482367515564 + }, + "id": "tp_21777" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2722155, + "label": "-", + "classification": { + "B": 3.3273293009727922e-09, + "S": 1.3884136063069263e-09, + "I": 6.017777195665985e-06, + "C": 5.774088549515e-07, + "R": 4.4693841516618704e-08, + "M": 6.534630756505067e-07, + "O": 2.689888276563579e-07, + "W": 4.278703613636026e-09, + "N": 7.177698790883369e-08, + "Y": 1.8460501451045275e-05, + "U": 2.9417281943722173e-09, + "K": 1.3496094908305167e-08, + "L": 7.719528127836384e-09, + "G": 4.9684913392411545e-06, + "F": 0.00022123476082924753, + "E": 2.4705811938474653e-06, + "T": 1.294352568947943e-05, + "P": 0.14337210357189178, + "-": 0.8563601970672607 + }, + "id": "tp_21778" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2722256, + "label": "P", + "classification": { + "B": 5.619546641355555e-07, + "S": 3.680943194694919e-08, + "I": 0.0006222588126547635, + "C": 2.6321699806430843e-06, + "R": 2.7335840968589764e-07, + "M": 1.424644415237708e-05, + "O": 2.3528018573415466e-06, + "W": 3.510210433432803e-08, + "N": 1.6507152395206504e-05, + "Y": 5.460761894937605e-05, + "U": 2.70122555434682e-08, + "K": 2.605359838980803e-08, + "L": 2.554705815782654e-07, + "G": 5.498193058883771e-05, + "F": 5.746115857618861e-05, + "E": 0.0003984264621976763, + "T": 4.2350617150077596e-05, + "P": 0.9038418531417847, + "-": 0.09489097446203232 + }, + "id": "tp_21779" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2722389, + "label": "P", + "classification": { + "B": 1.554200019550367e-12, + "S": 6.640942136482142e-13, + "I": 2.9830846415279666e-06, + "C": 1.8252990785505574e-10, + "R": 1.1312924338632846e-12, + "M": 4.2421269275116913e-10, + "O": 2.0082878068872212e-11, + "W": 3.6494388782649934e-13, + "N": 5.910705169753783e-08, + "Y": 3.4739009446838054e-09, + "U": 2.368488163841803e-13, + "K": 2.636202645067698e-10, + "L": 4.8103526234999014e-14, + "G": 2.0317614257692185e-09, + "F": 5.338769710760971e-07, + "E": 4.444899605005048e-05, + "T": 1.1556066104034812e-09, + "P": 0.9981016516685486, + "-": 0.0018503512255847454 + }, + "id": "tp_21780" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2722523, + "label": "P", + "classification": { + "B": 1.9139902107667695e-08, + "S": 1.2722628506267597e-10, + "I": 2.415642848063726e-05, + "C": 3.223534861263033e-07, + "R": 6.592920875903019e-09, + "M": 7.659243124180648e-07, + "O": 4.440113343662233e-08, + "W": 3.9318504008178934e-10, + "N": 6.18686684106251e-08, + "Y": 1.910791297632386e-06, + "U": 1.6228013377528328e-10, + "K": 2.9241765259202523e-11, + "L": 3.947798532522029e-09, + "G": 1.3513702015188755e-06, + "F": 5.560430963669205e-06, + "E": 3.401502181077376e-05, + "T": 9.960864417735138e-07, + "P": 0.7706716656684875, + "-": 0.22925902903079987 + }, + "id": "tp_21781" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2722656, + "label": "P", + "classification": { + "B": 3.595730646566153e-08, + "S": 7.267521695553114e-09, + "I": 0.0015474570682272315, + "C": 9.206483809975907e-06, + "R": 6.572010988747934e-07, + "M": 2.5088354959734716e-05, + "O": 1.0315774261471233e-06, + "W": 2.53204621714076e-08, + "N": 8.826237717585173e-06, + "Y": 0.0002056035737041384, + "U": 4.400114406166722e-08, + "K": 1.0964712515715291e-07, + "L": 7.972822402280144e-08, + "G": 3.080342503380962e-05, + "F": 0.0001086647025658749, + "E": 0.0001470234856242314, + "T": 0.0001245673483936116, + "P": 0.5606488585472107, + "-": 0.43714189529418945 + }, + "id": "tp_21782" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2722756, + "label": "-", + "classification": { + "B": 3.356284850042357e-08, + "S": 2.4130266673694223e-09, + "I": 0.0011392573360353708, + "C": 3.8298953768389765e-06, + "R": 1.1486897477652747e-07, + "M": 1.6026728189899586e-05, + "O": 3.054243791211775e-07, + "W": 3.9856695721596225e-09, + "N": 1.557103587401798e-06, + "Y": 0.0002868172014132142, + "U": 1.7556767151205577e-09, + "K": 3.7654603879389015e-09, + "L": 3.920984070759914e-08, + "G": 2.7281757866148837e-05, + "F": 6.4453823142685e-05, + "E": 0.0004308135830797255, + "T": 3.848404958262108e-05, + "P": 0.47406449913978577, + "-": 0.5239264965057373 + }, + "id": "tp_21783" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2722890, + "label": "P", + "classification": { + "B": 5.596771046612048e-09, + "S": 1.3465649706390082e-09, + "I": 0.00041177961975336075, + "C": 5.790087129753374e-07, + "R": 2.755862560377409e-08, + "M": 1.1616382380452706e-06, + "O": 1.0841458930599401e-07, + "W": 3.367830014866513e-09, + "N": 2.101504151141853e-06, + "Y": 4.890943455393426e-05, + "U": 5.177085427021666e-09, + "K": 2.5256532865114423e-08, + "L": 3.813879434488854e-09, + "G": 2.098910499626072e-06, + "F": 9.238501661457121e-06, + "E": 5.253796189208515e-05, + "T": 1.7079872122849338e-05, + "P": 0.700471818447113, + "-": 0.29898256063461304 + }, + "id": "tp_21784" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2723023, + "label": "P", + "classification": { + "B": 7.961283472468494e-07, + "S": 2.0710149328806438e-06, + "I": 0.0012483223108574748, + "C": 9.52434402279323e-06, + "R": 4.681259326844156e-07, + "M": 1.8884025848819874e-05, + "O": 4.4669895942206495e-06, + "W": 5.618690579467511e-07, + "N": 0.00019462977070361376, + "Y": 0.00012974662240594625, + "U": 6.584858169844665e-07, + "K": 2.2093796360422857e-05, + "L": 4.6856544599904737e-07, + "G": 4.1017108742380515e-05, + "F": 0.000984133337624371, + "E": 0.005313124042004347, + "T": 7.551428279839456e-05, + "P": 0.9079240560531616, + "-": 0.08402953296899796 + }, + "id": "tp_21785" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2723156, + "label": "P", + "classification": { + "B": 9.101415088252907e-08, + "S": 3.71385837638627e-08, + "I": 0.0007574809133075178, + "C": 2.3098368728824425e-06, + "R": 1.7446033950818673e-07, + "M": 3.382095383130945e-05, + "O": 1.1203599115106044e-06, + "W": 3.84918301676862e-08, + "N": 1.9982111552963033e-05, + "Y": 5.619625881081447e-05, + "U": 1.7333089630255927e-08, + "K": 2.611786555917206e-07, + "L": 6.440748023806009e-08, + "G": 2.7409505491959862e-05, + "F": 0.00019617340876720846, + "E": 0.0011952569475397468, + "T": 5.262421473162249e-05, + "P": 0.9039235711097717, + "-": 0.09373340010643005 + }, + "id": "tp_21786" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2723257, + "label": "-", + "classification": { + "B": 5.128262051123933e-11, + "S": 4.2862623172990055e-11, + "I": 3.573333742679097e-05, + "C": 6.752256354047859e-08, + "R": 4.252553420514005e-09, + "M": 5.270886163089017e-07, + "O": 1.4755535460153624e-08, + "W": 1.9457571664993623e-10, + "N": 6.956013720582632e-08, + "Y": 2.93666853394825e-05, + "U": 2.1586343823543075e-10, + "K": 3.6006040371461268e-09, + "L": 5.313626760816703e-10, + "G": 7.400575441351975e-07, + "F": 3.3005162549670786e-05, + "E": 6.644447694270639e-06, + "T": 2.360525650146883e-05, + "P": 0.25610148906707764, + "-": 0.7437687516212463 + }, + "id": "tp_21787" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2723390, + "label": "P", + "classification": { + "B": 1.7058713552842164e-08, + "S": 6.435401517235206e-11, + "I": 1.0589738849375863e-05, + "C": 1.0622423829431682e-08, + "R": 1.2951953398676608e-10, + "M": 3.868385931582452e-07, + "O": 1.3258581788022639e-08, + "W": 4.8948799874493076e-11, + "N": 1.7819129283225266e-08, + "Y": 2.7099571298094816e-07, + "U": 9.739789703921975e-12, + "K": 1.464248915259564e-13, + "L": 2.4800959064208428e-09, + "G": 3.3891555517584493e-07, + "F": 6.871131859043089e-07, + "E": 1.2909982615383342e-05, + "T": 4.787216880686174e-07, + "P": 0.8988523483276367, + "-": 0.10112175345420837 + }, + "id": "tp_21788" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2723524, + "label": "P", + "classification": { + "B": 8.415812399178643e-14, + "S": 2.5721163412584062e-15, + "I": 1.1482914175076075e-08, + "C": 1.8967577074952002e-12, + "R": 4.152767065228498e-15, + "M": 3.251478600252433e-11, + "O": 8.584718222751087e-13, + "W": 4.069820516835673e-15, + "N": 1.0623183756275356e-11, + "Y": 5.142632097943078e-09, + "U": 8.572274122909795e-15, + "K": 4.6536938799052185e-14, + "L": 1.4005502588568513e-14, + "G": 1.1786598086427347e-10, + "F": 8.077686430851827e-08, + "E": 2.8218090974974075e-08, + "T": 4.026916577970496e-09, + "P": 0.8671067357063293, + "-": 0.13289321959018707 + }, + "id": "tp_21789" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2723657, + "label": "P", + "classification": { + "B": 1.4632902094885436e-12, + "S": 1.1690289578383806e-12, + "I": 4.229266039601498e-07, + "C": 2.8299668164422087e-10, + "R": 4.402967140187952e-12, + "M": 8.324194111786198e-10, + "O": 2.7445043460083696e-10, + "W": 1.9515218434296155e-12, + "N": 3.805713078008921e-09, + "Y": 5.0732392509189594e-08, + "U": 1.492854125907661e-12, + "K": 2.709540924961118e-10, + "L": 1.0620788103155032e-12, + "G": 1.1869858873581052e-08, + "F": 6.740791377524147e-06, + "E": 7.716751611042127e-07, + "T": 5.618702658694019e-08, + "P": 0.7799083590507507, + "-": 0.2200835645198822 + }, + "id": "tp_21790" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2723757, + "label": "P", + "classification": { + "B": 9.637402627049596e-07, + "S": 8.49145607162427e-08, + "I": 0.01260259561240673, + "C": 1.7337906399461644e-07, + "R": 8.514724925134942e-09, + "M": 1.665239324211143e-05, + "O": 1.4138484516479366e-07, + "W": 8.021991071416323e-09, + "N": 4.300313230487518e-05, + "Y": 1.1520011867105495e-05, + "U": 1.45683035079891e-10, + "K": 6.796264884201264e-09, + "L": 5.795252278062435e-09, + "G": 3.6074063700652914e-06, + "F": 3.0933358630136354e-06, + "E": 0.002527735661715269, + "T": 3.400625928406953e-06, + "P": 0.9816142916679382, + "-": 0.003172697499394417 + }, + "id": "tp_21791" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2723891, + "label": "P", + "classification": { + "B": 2.886672234581056e-09, + "S": 7.368729515455641e-10, + "I": 0.003450836520642042, + "C": 6.380395234373282e-08, + "R": 1.9131849438025483e-09, + "M": 1.096653136301029e-06, + "O": 9.079875518125391e-09, + "W": 2.5611196496910793e-10, + "N": 6.394430783984717e-06, + "Y": 3.5581033444032073e-06, + "U": 8.98684321404275e-11, + "K": 4.4861855896805025e-10, + "L": 7.51733342241323e-10, + "G": 4.761056970892241e-07, + "F": 3.1234020525516826e-07, + "E": 0.0001230351481353864, + "T": 2.9016309781582095e-06, + "P": 0.9920673370361328, + "-": 0.004343973007053137 + }, + "id": "tp_21792" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2724024, + "label": "P", + "classification": { + "B": 2.970682077066411e-12, + "S": 3.929013571332381e-15, + "I": 1.8382959297014168e-06, + "C": 3.0877631007619755e-10, + "R": 7.641547442559238e-13, + "M": 2.633528117801376e-10, + "O": 3.899997946116285e-12, + "W": 2.030992222817017e-14, + "N": 4.584032042842523e-10, + "Y": 8.653691097038063e-09, + "U": 5.16039847572175e-14, + "K": 2.2496517452716414e-14, + "L": 3.9163130746179553e-13, + "G": 1.2611736099898962e-09, + "F": 2.4959511790711986e-08, + "E": 1.097346967071644e-06, + "T": 1.0397068761491823e-09, + "P": 0.9818852543830872, + "-": 0.018111806362867355 + }, + "id": "tp_21793" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2724157, + "label": "P", + "classification": { + "B": 1.315188268959989e-15, + "S": 2.995489242800997e-15, + "I": 1.7209092817438432e-08, + "C": 4.101916966899391e-14, + "R": 6.533692929577676e-16, + "M": 9.489240122839693e-12, + "O": 2.2192184613405164e-13, + "W": 4.841002934212772e-16, + "N": 4.05818052773288e-11, + "Y": 6.559932458349849e-11, + "U": 9.497292070128818e-17, + "K": 3.938309503818613e-14, + "L": 1.564662421225295e-16, + "G": 3.382892707279317e-12, + "F": 4.383853280387484e-09, + "E": 2.332817672368037e-08, + "T": 5.439571015841693e-10, + "P": 0.9882107973098755, + "-": 0.011789181269705296 + }, + "id": "tp_21794" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2724258, + "label": "P", + "classification": { + "B": 4.447376511507173e-08, + "S": 2.1082853240983468e-09, + "I": 0.0001536636846140027, + "C": 3.683377869379001e-08, + "R": 2.9649982469237557e-09, + "M": 2.454355012559972e-07, + "O": 3.0612437029731154e-08, + "W": 1.2955712058726476e-09, + "N": 3.818753157247556e-06, + "Y": 1.6203850350393623e-07, + "U": 5.805425584703983e-10, + "K": 4.004761855469496e-09, + "L": 2.2861617043901106e-09, + "G": 1.0541538131292327e-06, + "F": 1.8319660739507526e-06, + "E": 7.907236431492493e-05, + "T": 9.09657330794289e-07, + "P": 0.9968363046646118, + "-": 0.00292283040471375 + }, + "id": "tp_21795" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2724391, + "label": "P", + "classification": { + "B": 9.649198107197776e-10, + "S": 9.901558739588978e-11, + "I": 0.00863015279173851, + "C": 2.4728240077820374e-06, + "R": 3.935787873388108e-08, + "M": 9.107245659834007e-07, + "O": 2.399785081763639e-08, + "W": 3.5055094937952447e-10, + "N": 5.5850659919087775e-06, + "Y": 2.657187906152103e-05, + "U": 5.794100754741294e-10, + "K": 6.293984777805406e-10, + "L": 2.361366657765984e-09, + "G": 2.2622289179707877e-06, + "F": 9.340652127320936e-07, + "E": 0.0001654794905334711, + "T": 3.7680827063013567e-06, + "P": 0.9645929932594299, + "-": 0.026568740606307983 + }, + "id": "tp_21796" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2724525, + "label": "P", + "classification": { + "B": 3.626688638291853e-08, + "S": 1.0948314255188052e-08, + "I": 0.00066173862433061, + "C": 1.9385422547202324e-06, + "R": 5.687328297199201e-08, + "M": 5.968864570604637e-06, + "O": 2.4736692694204976e-07, + "W": 8.569893239496196e-09, + "N": 4.900362910120748e-06, + "Y": 6.351275806082413e-05, + "U": 1.690695761169536e-08, + "K": 2.1470857802796672e-07, + "L": 2.8771665938620572e-08, + "G": 1.694260754447896e-05, + "F": 0.00016303113079629838, + "E": 0.0008916368242353201, + "T": 1.6766776752774604e-05, + "P": 0.8090879917144775, + "-": 0.18908490240573883 + }, + "id": "tp_21797" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2724658, + "label": "P", + "classification": { + "B": 8.17977596767605e-09, + "S": 5.259012669789342e-10, + "I": 1.2154594514868222e-05, + "C": 5.370788613845434e-08, + "R": 1.6679542191866403e-09, + "M": 2.171200748080082e-07, + "O": 6.21764044694828e-08, + "W": 6.564049859214549e-10, + "N": 2.399525840246497e-07, + "Y": 2.9186608117015567e-06, + "U": 5.375538347784925e-10, + "K": 8.275581109273844e-09, + "L": 1.984030495449929e-09, + "G": 3.6745218494615983e-06, + "F": 9.176655294140801e-05, + "E": 6.240229413378984e-05, + "T": 1.4442522342505981e-06, + "P": 0.8684324026107788, + "-": 0.131392702460289 + }, + "id": "tp_21798" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2724758, + "label": "P", + "classification": { + "B": 2.008396648989219e-07, + "S": 9.745827611595814e-08, + "I": 0.015498657710850239, + "C": 1.1852225725306198e-06, + "R": 8.115019767274134e-08, + "M": 3.219790869479766e-06, + "O": 1.1150589784847398e-07, + "W": 1.4843013929066728e-08, + "N": 0.00043980838381685317, + "Y": 1.5909454305074178e-05, + "U": 6.576028166449532e-09, + "K": 1.1717852430592757e-06, + "L": 1.1554305956451572e-08, + "G": 1.3336106349015608e-05, + "F": 1.3269616829347797e-05, + "E": 0.0074159083887934685, + "T": 4.117001026315847e-06, + "P": 0.9756854772567749, + "-": 0.0009074560948647559 + }, + "id": "tp_21799" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2724892, + "label": "P", + "classification": { + "B": 1.5087755697584804e-11, + "S": 1.4033198214580267e-10, + "I": 1.971406163647771e-05, + "C": 3.1921246201882525e-10, + "R": 1.7111544819981006e-11, + "M": 9.940314127376837e-10, + "O": 1.530564286422731e-10, + "W": 3.687091257309483e-11, + "N": 3.2978744002321037e-07, + "Y": 3.828506400793685e-09, + "U": 1.0724789112348532e-11, + "K": 2.1819579476556328e-09, + "L": 2.503055271732557e-12, + "G": 1.226641122009653e-09, + "F": 2.9726195407420164e-06, + "E": 7.376054782071151e-06, + "T": 8.182222011043905e-09, + "P": 0.9980407357215881, + "-": 0.0019288375042378902 + }, + "id": "tp_21800" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2725025, + "label": "P", + "classification": { + "B": 9.173583748633973e-06, + "S": 6.867404067634197e-07, + "I": 0.009441633708775043, + "C": 1.783768857421819e-05, + "R": 4.706372749296861e-07, + "M": 0.0005246674991212785, + "O": 6.376171768351924e-06, + "W": 2.2697516044445365e-07, + "N": 8.519816765328869e-05, + "Y": 0.0010686912573873997, + "U": 5.776162481652136e-08, + "K": 1.713149799797975e-07, + "L": 1.0232001841359306e-06, + "G": 0.00014629826182499528, + "F": 0.00010706431203288957, + "E": 0.010958917438983917, + "T": 0.0005555342650040984, + "P": 0.8249543905258179, + "-": 0.15212157368659973 + }, + "id": "tp_21801" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2725125, + "label": "P", + "classification": { + "B": 2.148210498376102e-10, + "S": 6.258282780891022e-11, + "I": 0.00022542814258486032, + "C": 1.6343543185470821e-09, + "R": 4.175312873222481e-11, + "M": 3.905299195139378e-08, + "O": 1.9468675283018655e-10, + "W": 3.2220391719267605e-12, + "N": 1.1057904885092285e-06, + "Y": 7.680264957343752e-07, + "U": 3.3905692923413833e-12, + "K": 8.783261895572991e-10, + "L": 7.81863549598194e-12, + "G": 5.7596821534389164e-08, + "F": 6.36217407645745e-07, + "E": 0.00015620833437424153, + "T": 2.2296217139228247e-07, + "P": 0.9979378581047058, + "-": 0.0016777162672951818 + }, + "id": "tp_21802" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2725259, + "label": "P", + "classification": { + "B": 3.266846793081868e-09, + "S": 1.7035740873527772e-10, + "I": 6.962690531508997e-05, + "C": 6.615860304037824e-09, + "R": 6.142975711442844e-11, + "M": 2.0428672087291488e-07, + "O": 1.4158572092526356e-09, + "W": 1.0483530710203581e-10, + "N": 3.4350043165432e-07, + "Y": 2.778095051780838e-07, + "U": 3.306121348911617e-11, + "K": 2.17966908411249e-10, + "L": 8.368951365245181e-11, + "G": 4.665908193146606e-08, + "F": 6.098520088926307e-07, + "E": 0.0002335891913389787, + "T": 1.7017465836488554e-07, + "P": 0.9946808218955994, + "-": 0.005014353897422552 + }, + "id": "tp_21803" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2725392, + "label": "P", + "classification": { + "B": 7.432633397641553e-10, + "S": 6.831899046488843e-09, + "I": 0.0005333916051313281, + "C": 5.5283393862737285e-08, + "R": 6.605141322779673e-09, + "M": 4.9716184946646536e-08, + "O": 1.9134239082063687e-08, + "W": 2.6497539717951213e-09, + "N": 3.105665018665604e-05, + "Y": 2.1531409402086865e-06, + "U": 1.2301317742213769e-09, + "K": 1.2218871461300296e-06, + "L": 2.735753013016762e-10, + "G": 5.981491995044053e-07, + "F": 2.6290132154827006e-05, + "E": 0.0003123020869679749, + "T": 4.948499281454133e-07, + "P": 0.9950600266456604, + "-": 0.00403235899284482 + }, + "id": "tp_21804" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2725526, + "label": "P", + "classification": { + "B": 7.677481983492385e-10, + "S": 6.629520821199719e-10, + "I": 0.0002465964644216001, + "C": 7.941284962953432e-09, + "R": 1.5893682203671489e-10, + "M": 2.7494447607523398e-08, + "O": 2.552455358184602e-09, + "W": 1.6013511350276843e-10, + "N": 3.3884382446558448e-06, + "Y": 9.302245729259084e-08, + "U": 3.039907214841264e-11, + "K": 5.1253525867878125e-09, + "L": 4.375112425125671e-11, + "G": 1.0506101233431764e-07, + "F": 2.0144202608207706e-06, + "E": 5.095157030154951e-05, + "T": 1.5462318003756081e-07, + "P": 0.9976576566696167, + "-": 0.0020389696583151817 + }, + "id": "tp_21805" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2725626, + "label": "P", + "classification": { + "B": 8.146033760730864e-13, + "S": 6.832966674029037e-14, + "I": 1.187043039863056e-06, + "C": 3.0271614208376985e-12, + "R": 1.434430136791013e-14, + "M": 1.0453536473942204e-11, + "O": 4.478026836059884e-13, + "W": 9.364204188813414e-15, + "N": 7.0083783221264184e-09, + "Y": 1.2427581186358339e-10, + "U": 2.005865668063076e-14, + "K": 1.0901408898852938e-12, + "L": 5.5596117106196906e-15, + "G": 7.432803678097955e-11, + "F": 4.266651920659115e-09, + "E": 4.999666316507501e-07, + "T": 9.167369641183143e-11, + "P": 0.9999368190765381, + "-": 6.145725637907162e-05 + }, + "id": "tp_21806" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2725759, + "label": "P", + "classification": { + "B": 2.6968191377818584e-06, + "S": 1.5647964346499066e-06, + "I": 0.000528948032297194, + "C": 5.214766929384496e-07, + "R": 1.5006072828782635e-07, + "M": 5.877763214812148e-06, + "O": 2.6484917725611012e-06, + "W": 3.550943006302987e-07, + "N": 1.5944613551255316e-05, + "Y": 1.2335715837252792e-05, + "U": 2.1904646985149157e-08, + "K": 2.5688770222132007e-08, + "L": 2.2916468367384368e-07, + "G": 8.640468877274543e-06, + "F": 0.00010013426799559966, + "E": 8.576151594752446e-05, + "T": 8.812945452518761e-06, + "P": 0.9703015089035034, + "-": 0.028923779726028442 + }, + "id": "tp_21807" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2725893, + "label": "P", + "classification": { + "B": 7.946830038463304e-08, + "S": 5.6025239558721296e-08, + "I": 0.00010472749272594228, + "C": 3.6283742588238965e-07, + "R": 1.000456162358887e-08, + "M": 1.2822672488255193e-06, + "O": 2.9916239441263315e-07, + "W": 6.748324921090898e-08, + "N": 5.37497726327274e-06, + "Y": 9.300511919718701e-06, + "U": 3.0275970175352995e-08, + "K": 1.5291126373995212e-06, + "L": 9.991880212112392e-09, + "G": 2.6473110210645245e-06, + "F": 0.00033097167033702135, + "E": 0.0007627084851264954, + "T": 5.3650219342671335e-06, + "P": 0.8712814450263977, + "-": 0.1274937242269516 + }, + "id": "tp_21808" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2726026, + "label": "P", + "classification": { + "B": 1.852283326719828e-09, + "S": 2.3652990677192065e-10, + "I": 4.005227310699411e-05, + "C": 4.315224799711359e-08, + "R": 2.634850782001763e-09, + "M": 9.466558026360872e-08, + "O": 2.0329126826368338e-08, + "W": 5.531264890556997e-10, + "N": 2.5180628426824114e-07, + "Y": 1.0759222277556546e-06, + "U": 4.192246549905576e-10, + "K": 4.66380156716184e-10, + "L": 7.881059693737313e-10, + "G": 3.305117672880442e-07, + "F": 3.644733851615456e-06, + "E": 1.3151804523658939e-05, + "T": 1.137190679401101e-06, + "P": 0.9206907749176025, + "-": 0.07924941182136536 + }, + "id": "tp_21809" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2726126, + "label": "P", + "classification": { + "B": 1.3578047131090898e-08, + "S": 9.84435555295704e-09, + "I": 0.0004752678796648979, + "C": 6.307448074949207e-08, + "R": 1.4359011757392182e-08, + "M": 3.1988881232791755e-07, + "O": 1.363599437809171e-07, + "W": 3.680721283316757e-09, + "N": 1.305456316913478e-05, + "Y": 2.0122051864746027e-06, + "U": 1.225696100171092e-09, + "K": 2.4638680429234228e-08, + "L": 1.8851422645127514e-09, + "G": 1.148692376773397e-06, + "F": 5.167029030417325e-06, + "E": 2.6201654691249132e-05, + "T": 1.6366587942684419e-06, + "P": 0.9895675778388977, + "-": 0.009907436557114124 + }, + "id": "tp_21810" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2726260, + "label": "P", + "classification": { + "B": 2.8446536237680675e-09, + "S": 1.7043166877783733e-08, + "I": 0.00015691666339989752, + "C": 2.1327396737547133e-08, + "R": 2.1249060289108e-09, + "M": 1.5968038269420504e-07, + "O": 2.305403867808309e-08, + "W": 6.6623710992530505e-09, + "N": 5.157439773029182e-06, + "Y": 2.1218233996478375e-06, + "U": 1.0975444997285422e-09, + "K": 2.167767121363795e-07, + "L": 3.251943436755056e-10, + "G": 1.094049011385323e-07, + "F": 2.033461532846559e-05, + "E": 5.684272400685586e-05, + "T": 1.7358593140670564e-06, + "P": 0.9864940643310547, + "-": 0.013262377120554447 + }, + "id": "tp_21811" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2726393, + "label": "-", + "classification": { + "B": 3.328115383283148e-07, + "S": 9.114740606719351e-08, + "I": 9.805730223888531e-05, + "C": 4.670082034863299e-06, + "R": 8.432945719505369e-07, + "M": 5.437509116745787e-06, + "O": 2.6492668894206872e-06, + "W": 1.9423983133037837e-07, + "N": 4.172805802227231e-06, + "Y": 0.00019017761223949492, + "U": 2.8932157647432177e-07, + "K": 2.322531599929789e-06, + "L": 2.0512528919880424e-07, + "G": 3.290700260549784e-05, + "F": 0.0011206771014258265, + "E": 8.215519483201206e-05, + "T": 0.0001747355272527784, + "P": 0.4952826201915741, + "-": 0.5029975175857544 + }, + "id": "tp_21812" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2726527, + "label": "P", + "classification": { + "B": 8.884612867632313e-08, + "S": 1.8760356113034504e-07, + "I": 0.0017483492847532034, + "C": 1.310081216843173e-07, + "R": 7.221633957499307e-09, + "M": 1.947954842762556e-06, + "O": 9.635992626044754e-08, + "W": 1.6645746114818394e-08, + "N": 9.47883672779426e-05, + "Y": 7.776081474730745e-06, + "U": 3.893692035461527e-09, + "K": 7.316285177694226e-07, + "L": 3.625210132085499e-09, + "G": 1.27507291836082e-06, + "F": 1.7807846234063618e-05, + "E": 0.0014384599635377526, + "T": 3.3175542739627417e-06, + "P": 0.9935385584831238, + "-": 0.0031464870553463697 + }, + "id": "tp_21813" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2726627, + "label": "P", + "classification": { + "B": 5.3780202513564745e-11, + "S": 7.479469821269902e-11, + "I": 1.804754174372647e-05, + "C": 1.3413935739947647e-08, + "R": 2.526529818691614e-10, + "M": 1.299139196220267e-08, + "O": 2.648792074566586e-09, + "W": 7.64153601506834e-11, + "N": 1.4574327167338197e-07, + "Y": 4.2430315261299256e-07, + "U": 3.917241184203668e-11, + "K": 1.85253679063635e-09, + "L": 3.593010611258052e-11, + "G": 8.735830903106034e-08, + "F": 1.5274725228664465e-05, + "E": 1.1843703759950586e-05, + "T": 2.463275450281799e-07, + "P": 0.9020563364028931, + "-": 0.09789763391017914 + }, + "id": "tp_21814" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2726760, + "label": "P", + "classification": { + "B": 9.821182089808644e-08, + "S": 2.6676431730265904e-07, + "I": 0.0004955961485393345, + "C": 2.549819555497379e-07, + "R": 2.1821255913323512e-08, + "M": 3.164880354233901e-06, + "O": 4.10772884151811e-07, + "W": 9.069847095588557e-08, + "N": 3.4722750569926575e-05, + "Y": 6.471600499935448e-06, + "U": 2.414913957693443e-08, + "K": 7.383532647509128e-07, + "L": 1.4739395481910833e-08, + "G": 1.8402190562483156e-06, + "F": 8.958784019341692e-05, + "E": 0.0005918473470956087, + "T": 9.250234143109992e-06, + "P": 0.9702723622322083, + "-": 0.028493326157331467 + }, + "id": "tp_21815" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2726894, + "label": "P", + "classification": { + "B": 1.3559730405177106e-07, + "S": 9.341908935311949e-08, + "I": 0.0003045820340048522, + "C": 6.343177574308356e-06, + "R": 4.078661959283636e-07, + "M": 1.091820467991056e-05, + "O": 2.0426341507118195e-06, + "W": 9.716650595237297e-08, + "N": 7.956460649438668e-06, + "Y": 0.0003408431657589972, + "U": 9.131849765253719e-08, + "K": 4.981521897207131e-07, + "L": 2.0580863235863944e-07, + "G": 3.3144176995847374e-05, + "F": 0.0003953916020691395, + "E": 0.0003008132625836879, + "T": 5.721259367419407e-05, + "P": 0.6829321980476379, + "-": 0.3156070113182068 + }, + "id": "tp_21816" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2727027, + "label": "P", + "classification": { + "B": 4.112131968270205e-09, + "S": 2.3406427018812792e-08, + "I": 0.0007074097520671785, + "C": 2.21477467476916e-08, + "R": 3.08535397230969e-09, + "M": 3.066205636059749e-07, + "O": 6.194688495497758e-08, + "W": 3.568085604754856e-09, + "N": 2.530289566493593e-05, + "Y": 2.042399955826113e-06, + "U": 1.351485034994937e-09, + "K": 2.1360172297590907e-07, + "L": 9.678193801931911e-10, + "G": 4.052884037264448e-07, + "F": 1.1287021152384114e-05, + "E": 9.330594912171364e-05, + "T": 1.8109749362338334e-06, + "P": 0.9926458597183228, + "-": 0.006511966697871685 + }, + "id": "tp_21817" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2727127, + "label": "P", + "classification": { + "B": 8.375650963898806e-07, + "S": 3.301611286588013e-06, + "I": 0.0007355809793807566, + "C": 5.568014330492588e-06, + "R": 9.738876087794779e-07, + "M": 8.175394214049447e-06, + "O": 5.450314347399399e-06, + "W": 1.967018079085392e-06, + "N": 0.00021187720994930714, + "Y": 6.519593443954363e-05, + "U": 5.964445222161885e-07, + "K": 7.384955097222701e-05, + "L": 2.1707006681026542e-07, + "G": 3.963848212151788e-05, + "F": 0.0020771415438503027, + "E": 0.002826875541359186, + "T": 7.074758468661457e-05, + "P": 0.9310510754585266, + "-": 0.06282095611095428 + }, + "id": "tp_21818" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2727261, + "label": "P", + "classification": { + "B": 5.5941569598871865e-08, + "S": 8.528496664439444e-07, + "I": 0.001125192386098206, + "C": 4.966010465068393e-07, + "R": 9.951590129730903e-08, + "M": 1.8460119690644206e-06, + "O": 7.200498544079892e-07, + "W": 1.6894615839646576e-07, + "N": 0.00011008177534677088, + "Y": 1.728708048176486e-05, + "U": 6.728870971528522e-08, + "K": 1.1775550774473231e-05, + "L": 2.154634515250109e-08, + "G": 3.5666389521793462e-06, + "F": 0.0001630341721465811, + "E": 0.0003996738523710519, + "T": 1.3611542271974031e-05, + "P": 0.9753152132034302, + "-": 0.022836191579699516 + }, + "id": "tp_21819" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2727394, + "label": "P", + "classification": { + "B": 3.2192239984851767e-09, + "S": 1.6980498118712717e-09, + "I": 0.0006284181727096438, + "C": 2.3802185111776453e-08, + "R": 1.68800706745742e-09, + "M": 5.943397596297473e-08, + "O": 7.471284035887038e-09, + "W": 6.547664077594106e-10, + "N": 5.872362635273021e-06, + "Y": 2.422424643100385e-07, + "U": 1.7572854282832395e-10, + "K": 3.6026099881070195e-09, + "L": 2.8978486277253523e-10, + "G": 1.734266135144935e-07, + "F": 1.1229565188841661e-06, + "E": 3.211120201740414e-05, + "T": 3.542430135894392e-07, + "P": 0.9970605969429016, + "-": 0.0022710051853209734 + }, + "id": "tp_21820" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2727528, + "label": "P", + "classification": { + "B": 3.67025947412003e-08, + "S": 5.203113051521768e-09, + "I": 0.0004778198490384966, + "C": 3.0809761142336356e-07, + "R": 1.5122504137821124e-08, + "M": 7.976923370733857e-07, + "O": 1.259570154843459e-07, + "W": 3.5002609699574805e-09, + "N": 4.393341441755183e-06, + "Y": 1.4490134390143794e-06, + "U": 4.0454466443407e-09, + "K": 9.147012591803616e-10, + "L": 1.3847815338863256e-08, + "G": 6.397345373443386e-07, + "F": 3.218427309548133e-06, + "E": 2.9173408620408736e-05, + "T": 4.672898285207339e-06, + "P": 0.9762465953826904, + "-": 0.023230884224176407 + }, + "id": "tp_21821" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2727628, + "label": "P", + "classification": { + "B": 1.958205299301685e-12, + "S": 6.104563469305768e-13, + "I": 7.278872089955257e-06, + "C": 1.7236680138754679e-10, + "R": 1.1734736446444849e-12, + "M": 2.0631650554658876e-10, + "O": 1.0133264019551724e-11, + "W": 3.2022114452266714e-13, + "N": 3.493157052503193e-08, + "Y": 1.1354294171539436e-09, + "U": 4.984681287525938e-13, + "K": 8.171918003396783e-11, + "L": 1.362039414630825e-13, + "G": 6.141594455222332e-10, + "F": 1.2341236299562297e-07, + "E": 8.28723750601057e-06, + "T": 2.026087742024174e-09, + "P": 0.9974924325942993, + "-": 0.0024918741546571255 + }, + "id": "tp_21822" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2727761, + "label": "P", + "classification": { + "B": 3.079577565179292e-11, + "S": 2.68886551912928e-10, + "I": 0.0008080156985670328, + "C": 7.795077361372194e-10, + "R": 1.653468334472663e-10, + "M": 3.727174124890098e-09, + "O": 3.7962932797341864e-10, + "W": 1.6498195171132934e-11, + "N": 7.78065441409126e-06, + "Y": 1.4364856859572228e-08, + "U": 1.2154610000772448e-12, + "K": 2.538280696740003e-10, + "L": 3.84427862806791e-12, + "G": 8.120921712873042e-09, + "F": 1.3443982993521786e-07, + "E": 3.992583060608013e-06, + "T": 3.131230030817278e-08, + "P": 0.9989897608757019, + "-": 0.0001902678923215717 + }, + "id": "tp_21823" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2727895, + "label": "P", + "classification": { + "B": 6.826718301766732e-09, + "S": 1.6980603589900056e-09, + "I": 4.305463517084718e-05, + "C": 1.9076574631071708e-07, + "R": 5.4648494618447785e-09, + "M": 1.4695419281451905e-07, + "O": 5.617018672410268e-08, + "W": 2.6599131786042562e-09, + "N": 8.337582926287723e-07, + "Y": 1.940201627803617e-06, + "U": 2.2172581548574044e-09, + "K": 8.046310284726133e-09, + "L": 1.9154762220807697e-09, + "G": 9.74358840721834e-07, + "F": 9.60034867603099e-06, + "E": 5.623770266538486e-05, + "T": 1.967046728168498e-06, + "P": 0.9168711304664612, + "-": 0.0830138549208641 + }, + "id": "tp_21824" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2728028, + "label": "P", + "classification": { + "B": 3.029784867436547e-09, + "S": 9.239216502976433e-09, + "I": 0.00038198541733436286, + "C": 1.6237281386111135e-07, + "R": 1.560757922902667e-08, + "M": 2.536276895170886e-07, + "O": 5.1798771494304674e-08, + "W": 6.020093756831102e-09, + "N": 1.2026818694721442e-05, + "Y": 1.7059754782167147e-06, + "U": 3.0390452376849453e-09, + "K": 4.819392529498145e-07, + "L": 1.636814239702744e-09, + "G": 1.026934683068248e-06, + "F": 5.166229675523937e-05, + "E": 0.00017640394798945636, + "T": 2.0768047761521302e-06, + "P": 0.9754037857055664, + "-": 0.0239682849496603 + }, + "id": "tp_21825" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2728128, + "label": "P", + "classification": { + "B": 4.0681055679669953e-07, + "S": 7.506545784963237e-08, + "I": 0.0024559146258980036, + "C": 6.984886567806825e-05, + "R": 4.6755180846957956e-06, + "M": 1.3047949323663488e-05, + "O": 3.250413328714785e-06, + "W": 4.977725325261417e-07, + "N": 4.99309207953047e-05, + "Y": 0.00021080092119518667, + "U": 1.217952217302809e-06, + "K": 1.4064508832234424e-05, + "L": 3.8347016584339144e-07, + "G": 5.6200282415375113e-05, + "F": 0.0007048238185234368, + "E": 0.00143928243778646, + "T": 7.317131530726328e-05, + "P": 0.6118067502975464, + "-": 0.38309574127197266 + }, + "id": "tp_21826" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2728262, + "label": "P", + "classification": { + "B": 3.851000247856451e-12, + "S": 3.230013641535717e-13, + "I": 9.387909813085571e-06, + "C": 2.267566273639332e-10, + "R": 7.818530978892513e-13, + "M": 1.0660703431142338e-09, + "O": 1.47727021587718e-11, + "W": 1.7181782797741352e-13, + "N": 1.4731869057982294e-08, + "Y": 1.834925456023484e-08, + "U": 3.9104269410235315e-13, + "K": 6.863134192902631e-12, + "L": 3.1331274380486107e-13, + "G": 2.452428260468764e-09, + "F": 2.7299300597860565e-08, + "E": 8.382475243706722e-06, + "T": 4.896726579772803e-09, + "P": 0.998406708240509, + "-": 0.0015755080385133624 + }, + "id": "tp_21827" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2728395, + "label": "P", + "classification": { + "B": 3.894482603072902e-08, + "S": 1.6569792649079318e-08, + "I": 0.0002819138462655246, + "C": 2.975220354528574e-07, + "R": 1.4260479019867489e-08, + "M": 4.1489005297989934e-07, + "O": 1.6767965860253753e-07, + "W": 1.8022603853751207e-08, + "N": 2.0881310774711892e-05, + "Y": 1.5402456483570859e-06, + "U": 8.928798145291239e-09, + "K": 3.531005745571747e-07, + "L": 4.899086025744737e-09, + "G": 1.117927808991226e-06, + "F": 4.166001235716976e-05, + "E": 0.0005012757028453052, + "T": 1.5460027498193085e-06, + "P": 0.9846702814102173, + "-": 0.014478463679552078 + }, + "id": "tp_21828" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2728529, + "label": "P", + "classification": { + "B": 1.4198479902916006e-07, + "S": 3.8282244929632725e-08, + "I": 8.058975072344765e-05, + "C": 7.52319010643987e-07, + "R": 5.005112413414281e-08, + "M": 2.5532792733429233e-06, + "O": 6.651207513641566e-07, + "W": 3.825713434935096e-08, + "N": 3.872168690577382e-06, + "Y": 0.0001092900856747292, + "U": 2.476236282689115e-08, + "K": 3.2461259706906276e-06, + "L": 3.091027167556604e-08, + "G": 5.66546805202961e-05, + "F": 0.0029632025398314, + "E": 0.0013581131352111697, + "T": 3.486284913378768e-05, + "P": 0.6793429255485535, + "-": 0.3160429894924164 + }, + "id": "tp_21829" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2728629, + "label": "P", + "classification": { + "B": 2.8013577235697085e-08, + "S": 1.1372856822955413e-10, + "I": 7.395105785690248e-05, + "C": 1.1339792216347178e-08, + "R": 4.717066182102769e-10, + "M": 6.28515550715747e-08, + "O": 2.6060862357013548e-09, + "W": 5.105841791031018e-11, + "N": 5.326260748006462e-07, + "Y": 1.3639549933941453e-07, + "U": 8.947283192117794e-11, + "K": 4.557326044318799e-11, + "L": 4.0237152498789897e-10, + "G": 1.866009569084781e-07, + "F": 1.64722678164253e-07, + "E": 1.4946638657420408e-05, + "T": 2.162510668313189e-07, + "P": 0.9971343278884888, + "-": 0.002775404369458556 + }, + "id": "tp_21830" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2728762, + "label": "P", + "classification": { + "B": 2.495790518697305e-10, + "S": 5.19419611488825e-11, + "I": 2.153022251150105e-05, + "C": 1.58426893825947e-09, + "R": 2.2986414854875292e-11, + "M": 2.5624558475101367e-08, + "O": 3.452231278622264e-10, + "W": 1.0100821221104006e-11, + "N": 1.754191316649667e-07, + "Y": 8.696100195493273e-08, + "U": 5.1975038856122424e-12, + "K": 4.831351430034658e-10, + "L": 1.518109943310364e-11, + "G": 2.5465041630923224e-08, + "F": 2.219965381300426e-06, + "E": 4.189294850220904e-05, + "T": 4.0000134760020956e-08, + "P": 0.9950823783874512, + "-": 0.0048517161048948765 + }, + "id": "tp_21831" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2728896, + "label": "P", + "classification": { + "B": 4.468158287807e-09, + "S": 2.393160392077931e-10, + "I": 0.007082396186888218, + "C": 2.0443130210878735e-07, + "R": 2.298028878300329e-09, + "M": 6.854369871689414e-07, + "O": 1.1737339988826534e-09, + "W": 1.0091232710562892e-10, + "N": 1.3069286978861783e-05, + "Y": 3.1754188967170194e-06, + "U": 4.798844308040451e-11, + "K": 2.004800991883826e-09, + "L": 1.301771745954028e-10, + "G": 4.79933930819243e-07, + "F": 2.0749799034547323e-07, + "E": 0.004336164798587561, + "T": 1.943373604262888e-07, + "P": 0.9883537292480469, + "-": 0.00020962512644473463 + }, + "id": "tp_21832" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2729029, + "label": "P", + "classification": { + "B": 2.6263754193678324e-07, + "S": 1.530789539572197e-08, + "I": 1.0605123861751053e-05, + "C": 9.686108803919069e-09, + "R": 4.044428403293665e-10, + "M": 2.498653429938713e-06, + "O": 8.636968118480581e-07, + "W": 5.041060902044592e-09, + "N": 8.436204979034301e-08, + "Y": 1.0400979135738453e-06, + "U": 1.9949858431900225e-10, + "K": 7.963719961256999e-12, + "L": 4.148983734353351e-08, + "G": 8.649522555970179e-07, + "F": 5.058709575678222e-06, + "E": 1.6288233382510953e-05, + "T": 3.0551493637176463e-06, + "P": 0.6675928235054016, + "-": 0.3323664963245392 + }, + "id": "tp_21833" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2729129, + "label": "P", + "classification": { + "B": 5.308647299528957e-09, + "S": 2.723676173488343e-09, + "I": 2.060692168015521e-06, + "C": 1.709551167294876e-09, + "R": 8.387808503318439e-11, + "M": 1.6330840679756875e-08, + "O": 2.2446277725407526e-08, + "W": 3.6241468159836643e-10, + "N": 4.568754619072024e-08, + "Y": 1.7140184382924417e-08, + "U": 6.086756099143997e-12, + "K": 3.3702488716480516e-11, + "L": 2.9208785390366643e-10, + "G": 1.2357880052604742e-07, + "F": 6.687163477181457e-06, + "E": 1.4533874264088809e-06, + "T": 7.045399286198517e-08, + "P": 0.9538096189498901, + "-": 0.0461798831820488 + }, + "id": "tp_21834" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2729263, + "label": "P", + "classification": { + "B": 7.598162483191118e-05, + "S": 1.016436635836726e-05, + "I": 0.028134146705269814, + "C": 5.923524440731853e-05, + "R": 8.097566933429334e-06, + "M": 0.00024208614195231348, + "O": 5.0879400077974424e-05, + "W": 1.022696596919559e-05, + "N": 0.0007891000714153051, + "Y": 0.0003723556292243302, + "U": 1.036846470015007e-06, + "K": 1.952116690517869e-06, + "L": 5.650129423884209e-06, + "G": 0.0002061749983113259, + "F": 0.00019966973923146725, + "E": 0.004228082951158285, + "T": 0.0002948812034446746, + "P": 0.9261415600776672, + "-": 0.03916863724589348 + }, + "id": "tp_21835" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2729396, + "label": "P", + "classification": { + "B": 5.175658790435023e-10, + "S": 1.6616649722855925e-10, + "I": 5.520150807569735e-05, + "C": 1.7673940089224516e-09, + "R": 3.7786548195972713e-11, + "M": 1.2577841346228524e-07, + "O": 1.7002634855600718e-09, + "W": 2.20997577876636e-11, + "N": 2.585385061593115e-07, + "Y": 1.5176244971826236e-07, + "U": 5.5750577765412146e-12, + "K": 1.617651845808865e-11, + "L": 1.0252364929241864e-10, + "G": 2.603763427089234e-08, + "F": 5.645788405672647e-07, + "E": 1.8098608052241616e-05, + "T": 2.692449641017447e-07, + "P": 0.9917083382606506, + "-": 0.008217059075832367 + }, + "id": "tp_21836" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2729530, + "label": "P", + "classification": { + "B": 1.504397140195124e-08, + "S": 5.377072120893445e-09, + "I": 0.009249286726117134, + "C": 1.0084958290690338e-07, + "R": 1.2037668639663934e-08, + "M": 2.794575664211152e-07, + "O": 1.9910418203039626e-08, + "W": 6.397256058221501e-09, + "N": 1.5562200132990256e-05, + "Y": 1.960467216122197e-06, + "U": 3.883024735085172e-10, + "K": 8.555104180629769e-09, + "L": 1.4415908466958172e-09, + "G": 6.529686515932553e-07, + "F": 3.52379333889985e-06, + "E": 0.00021002239373046905, + "T": 7.635061365363072e-07, + "P": 0.9884840846061707, + "-": 0.0020337197929620743 + }, + "id": "tp_21837" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2729630, + "label": "P", + "classification": { + "B": 1.0842991571280436e-07, + "S": 2.294663481450243e-08, + "I": 0.0008730101981200278, + "C": 4.370490842120489e-06, + "R": 2.273804398100765e-07, + "M": 7.474729045497952e-06, + "O": 9.345455964648863e-07, + "W": 7.612978691895478e-08, + "N": 2.965136263810564e-05, + "Y": 7.926984835648909e-05, + "U": 8.702640741375944e-08, + "K": 3.949034635297721e-06, + "L": 5.626042565154421e-08, + "G": 2.6950436222250573e-05, + "F": 0.00019581231754273176, + "E": 0.00330112362280488, + "T": 2.985540595545899e-05, + "P": 0.8722396492958069, + "-": 0.12320732325315475 + }, + "id": "tp_21838" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2729763, + "label": "-", + "classification": { + "B": 1.914139291514516e-09, + "S": 9.74600733449904e-10, + "I": 8.77113598107826e-06, + "C": 3.752183772576245e-07, + "R": 1.2280465533365259e-08, + "M": 1.0452336027810816e-06, + "O": 9.552427826520216e-08, + "W": 7.285609893159517e-10, + "N": 1.0292274765788534e-07, + "Y": 3.143752837786451e-05, + "U": 7.616330899296031e-10, + "K": 3.3323095394166558e-09, + "L": 3.727314457080411e-09, + "G": 3.915003617294133e-06, + "F": 0.00011707591329468414, + "E": 8.778642040851992e-06, + "T": 9.160340596281458e-06, + "P": 0.4336807429790497, + "-": 0.5661384463310242 + }, + "id": "tp_21839" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2729897, + "label": "P", + "classification": { + "B": 0.00010881258640438318, + "S": 0.0001709284697426483, + "I": 0.024075396358966827, + "C": 0.0002765239914879203, + "R": 4.6810157073196024e-05, + "M": 0.0015947952633723617, + "O": 0.0004249257908668369, + "W": 5.8109581004828215e-05, + "N": 0.002422390040010214, + "Y": 0.004378290381282568, + "U": 1.5289022485376336e-05, + "K": 5.454019265016541e-05, + "L": 6.880483124405146e-05, + "G": 0.0006767602753825486, + "F": 0.004184273071587086, + "E": 0.010319509543478489, + "T": 0.006587049458175898, + "P": 0.5895818471908569, + "-": 0.35495486855506897 + }, + "id": "tp_21840" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2730030, + "label": "P", + "classification": { + "B": 3.1802005651115905e-06, + "S": 2.6447779077898304e-07, + "I": 0.0020674827974289656, + "C": 1.1165391697431915e-05, + "R": 3.9505852100774064e-07, + "M": 0.00014083566202316433, + "O": 1.87635248494189e-06, + "W": 8.636695980612785e-08, + "N": 3.620126881287433e-05, + "Y": 0.00015225309471134096, + "U": 6.84834091657649e-08, + "K": 8.164486757777922e-07, + "L": 5.641159646074811e-07, + "G": 0.00011310388799756765, + "F": 0.0005740992492064834, + "E": 0.011207270435988903, + "T": 4.403050115797669e-05, + "P": 0.8876755237579346, + "-": 0.09797082841396332 + }, + "id": "tp_21841" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2730130, + "label": "P", + "classification": { + "B": 6.399840231097187e-07, + "S": 1.3127430520398775e-07, + "I": 0.0004749333602376282, + "C": 2.985258618082298e-07, + "R": 8.134156104233625e-08, + "M": 1.674481836744235e-06, + "O": 1.2480165878514526e-06, + "W": 5.309082595772452e-08, + "N": 7.228337381093297e-06, + "Y": 1.1787340099544963e-06, + "U": 5.885466780597426e-09, + "K": 3.362062850342795e-10, + "L": 2.005710797448046e-07, + "G": 2.4540959202568047e-06, + "F": 6.87444253344438e-06, + "E": 1.7017395293805748e-05, + "T": 7.424146133416798e-06, + "P": 0.976677656173706, + "-": 0.02280108630657196 + }, + "id": "tp_21842" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2730264, + "label": "P", + "classification": { + "B": 0.0005291413399390876, + "S": 6.310678145382553e-06, + "I": 0.005809806752949953, + "C": 3.942993498640135e-05, + "R": 5.990754743834259e-06, + "M": 0.0035302303731441498, + "O": 0.00015563744818791747, + "W": 4.0309341784450226e-06, + "N": 3.798255420406349e-05, + "Y": 0.00091069150948897, + "U": 2.0365212094475282e-07, + "K": 2.0418994495230436e-08, + "L": 9.745051647769287e-05, + "G": 0.0018079655710607767, + "F": 0.00034756166860461235, + "E": 0.004022514913231134, + "T": 0.0004896532627753913, + "P": 0.6140421628952026, + "-": 0.36816325783729553 + }, + "id": "tp_21843" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2730397, + "label": "P", + "classification": { + "B": 1.187460174634225e-08, + "S": 1.7645948036104642e-09, + "I": 0.00042435424984432757, + "C": 9.785833299247315e-07, + "R": 3.271630077961163e-08, + "M": 9.514569683233276e-07, + "O": 7.643199495532826e-08, + "W": 2.8286539777155895e-09, + "N": 3.3575549878150923e-06, + "Y": 4.571950194076635e-05, + "U": 5.519559920230677e-09, + "K": 8.469517354114942e-08, + "L": 8.169135590208043e-09, + "G": 1.3081293218419887e-05, + "F": 8.485198486596346e-05, + "E": 0.000772210827562958, + "T": 8.01663009042386e-06, + "P": 0.872763991355896, + "-": 0.1258823424577713 + }, + "id": "tp_21844" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2730531, + "label": "P", + "classification": { + "B": 3.659612843875948e-07, + "S": 5.5231975437664005e-08, + "I": 0.0034475051797926426, + "C": 1.5541380662398296e-06, + "R": 2.0961805091701535e-07, + "M": 2.9567072488134727e-06, + "O": 2.0781013176929264e-07, + "W": 1.2633027957065224e-08, + "N": 6.59393408568576e-05, + "Y": 6.824604952271329e-06, + "U": 9.255610500247258e-09, + "K": 8.133167028745447e-08, + "L": 4.597146130436158e-08, + "G": 1.8315655324840918e-05, + "F": 3.338365786476061e-05, + "E": 0.0005996032850816846, + "T": 7.534449650847819e-06, + "P": 0.9891073107719421, + "-": 0.006708239205181599 + }, + "id": "tp_21845" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2730631, + "label": "P", + "classification": { + "B": 1.2199330434725653e-08, + "S": 6.459713319806326e-10, + "I": 9.265869448427111e-05, + "C": 4.289776356358743e-08, + "R": 1.5524002083822097e-09, + "M": 1.9846056886763108e-07, + "O": 1.0979423592516468e-08, + "W": 6.117193418475608e-10, + "N": 8.177732411240868e-07, + "Y": 7.060155553517689e-07, + "U": 2.0299928404909906e-10, + "K": 4.4459560477605464e-09, + "L": 7.471449015028497e-10, + "G": 5.175068054086296e-07, + "F": 7.219725375762209e-06, + "E": 8.895743667380884e-05, + "T": 2.656189792560326e-07, + "P": 0.9866967797279358, + "-": 0.013111797161400318 + }, + "id": "tp_21846" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2730764, + "label": "P", + "classification": { + "B": 2.955486744227187e-09, + "S": 1.3982861743477848e-11, + "I": 8.577746939408826e-07, + "C": 7.427709003415828e-10, + "R": 7.827862490150661e-12, + "M": 1.2507683777585044e-09, + "O": 5.738790553877493e-10, + "W": 1.6109499151317763e-11, + "N": 1.7097029569868027e-08, + "Y": 7.228410314752409e-09, + "U": 6.3420137197400805e-12, + "K": 4.475958492733412e-11, + "L": 6.581934216404184e-12, + "G": 2.394797071758603e-08, + "F": 5.196661163608951e-07, + "E": 1.4885988093737978e-05, + "T": 1.078094591377976e-08, + "P": 0.9860187768936157, + "-": 0.013964935205876827 + }, + "id": "tp_21847" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2730898, + "label": "P", + "classification": { + "B": 2.0416333512685014e-08, + "S": 1.619123857210525e-08, + "I": 0.00013573338219430298, + "C": 4.650830121022409e-08, + "R": 1.884962630427367e-09, + "M": 2.940093679626443e-07, + "O": 3.8260772328158055e-08, + "W": 3.868341647006446e-09, + "N": 4.113395334570669e-06, + "Y": 5.661355544361868e-07, + "U": 2.0612234141736963e-09, + "K": 1.1904358387937464e-08, + "L": 2.077508831632713e-09, + "G": 2.78023406963257e-07, + "F": 5.285714905767236e-06, + "E": 7.74009749875404e-05, + "T": 2.608299837447703e-06, + "P": 0.9823670387268066, + "-": 0.017406601458787918 + }, + "id": "tp_21848" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2731031, + "label": "P", + "classification": { + "B": 1.9622729041657294e-07, + "S": 4.9985803940444384e-08, + "I": 8.791714935796335e-05, + "C": 7.500781862290751e-08, + "R": 4.880644333127293e-09, + "M": 5.127369604451815e-07, + "O": 9.095563768823922e-08, + "W": 6.0216320818540225e-09, + "N": 3.873238256346667e-06, + "Y": 5.344918463379145e-07, + "U": 1.0230678526568227e-09, + "K": 2.493017348115245e-09, + "L": 8.44705105862431e-09, + "G": 7.888541517786507e-07, + "F": 1.1393627573852427e-05, + "E": 9.984480129787698e-05, + "T": 8.055606599555176e-07, + "P": 0.9932711720466614, + "-": 0.006522702984511852 + }, + "id": "tp_21849" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2731131, + "label": "P", + "classification": { + "B": 1.456089970819363e-10, + "S": 1.7166360000153702e-10, + "I": 6.482667959062383e-05, + "C": 2.8029329968148886e-09, + "R": 2.0515331100590117e-10, + "M": 4.207716841619913e-09, + "O": 1.652467718216144e-09, + "W": 1.663274934449177e-10, + "N": 1.323055698776443e-06, + "Y": 4.3106002323156645e-08, + "U": 9.13367645405394e-11, + "K": 1.5068843950416522e-08, + "L": 1.0779352237200168e-11, + "G": 3.256139891050225e-08, + "F": 1.769912387317163e-06, + "E": 2.643574043759145e-05, + "T": 7.822434611171047e-08, + "P": 0.9938854575157166, + "-": 0.006020159460604191 + }, + "id": "tp_21850" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2731265, + "label": "P", + "classification": { + "B": 1.0407591162220342e-06, + "S": 1.1557248171811807e-06, + "I": 0.0006957828882150352, + "C": 2.513291121886141e-07, + "R": 3.587074459687756e-08, + "M": 5.419778062787373e-06, + "O": 1.1669774266920285e-06, + "W": 1.413644099557132e-07, + "N": 6.114189454820007e-05, + "Y": 2.6993175197276287e-06, + "U": 1.9113301163997676e-08, + "K": 2.1211619127825543e-07, + "L": 1.0915494641494661e-07, + "G": 8.00587258709129e-06, + "F": 0.00015477818669751287, + "E": 0.0011777173494920135, + "T": 4.1858197619148996e-06, + "P": 0.9913545250892639, + "-": 0.006531490478664637 + }, + "id": "tp_21851" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2731398, + "label": "P", + "classification": { + "B": 4.642363425101659e-13, + "S": 5.587508063111153e-14, + "I": 2.795769660224323e-07, + "C": 1.440446503395143e-12, + "R": 2.5210824367797452e-14, + "M": 3.352802757650153e-11, + "O": 4.4641278520995975e-12, + "W": 2.578324584542012e-14, + "N": 9.238088072294204e-11, + "Y": 9.016019181240509e-11, + "U": 1.5343017163710468e-15, + "K": 2.0587526212264895e-16, + "L": 5.6484785110940544e-14, + "G": 1.8258030504147982e-11, + "F": 1.7487771231117222e-09, + "E": 9.108918952449585e-09, + "T": 5.329859331659748e-10, + "P": 0.992332935333252, + "-": 0.007666822988539934 + }, + "id": "tp_21852" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2731532, + "label": "P", + "classification": { + "B": 5.042259942911187e-10, + "S": 2.2281509970412117e-09, + "I": 0.00010704370652092621, + "C": 2.3084014699747968e-09, + "R": 3.6908823219938824e-10, + "M": 1.2150027650648099e-08, + "O": 2.8602713531000745e-09, + "W": 2.594186809812271e-10, + "N": 9.86179384199204e-06, + "Y": 5.2577671993958575e-08, + "U": 6.509366656803905e-11, + "K": 7.948650448952321e-08, + "L": 3.9167110527094096e-11, + "G": 1.2287182471482083e-07, + "F": 5.540676283999346e-06, + "E": 0.00010526020196266472, + "T": 7.068260998721598e-08, + "P": 0.9994971752166748, + "-": 0.0002748524129856378 + }, + "id": "tp_21853" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2731632, + "label": "P", + "classification": { + "B": 6.995036727630577e-08, + "S": 6.291175136396987e-09, + "I": 5.53094687347766e-05, + "C": 2.024725773708269e-07, + "R": 1.2243435598691121e-08, + "M": 1.7584714839813387e-07, + "O": 1.1557462897826554e-07, + "W": 6.0006088986597206e-09, + "N": 9.882694484986132e-07, + "Y": 1.6799074273876613e-06, + "U": 2.4055977210224455e-09, + "K": 1.4988865704168575e-09, + "L": 8.038129273302275e-09, + "G": 8.001861147022282e-07, + "F": 1.4819089301454369e-05, + "E": 1.4078294043429196e-05, + "T": 1.8899436327046715e-06, + "P": 0.9452608823776245, + "-": 0.05464886501431465 + }, + "id": "tp_21854" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2731765, + "label": "P", + "classification": { + "B": 1.0792339253384853e-06, + "S": 1.6727047977838083e-06, + "I": 0.046549730002880096, + "C": 6.388362089637667e-05, + "R": 5.1316196731931996e-06, + "M": 0.0005398893263190985, + "O": 2.9231488952063955e-05, + "W": 9.545630064167199e-07, + "N": 0.0002602066670078784, + "Y": 0.004410032648593187, + "U": 7.278708125113553e-08, + "K": 6.114962047831796e-07, + "L": 1.4221129731595283e-06, + "G": 0.00021679785277228802, + "F": 0.000264830538071692, + "E": 0.004812036175280809, + "T": 0.0007980432128533721, + "P": 0.6330148577690125, + "-": 0.3090294897556305 + }, + "id": "tp_21855" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2731899, + "label": "P", + "classification": { + "B": 2.7449842399107638e-09, + "S": 1.8715382577028095e-09, + "I": 2.4194781872211024e-05, + "C": 1.834762919372679e-08, + "R": 9.781029319810841e-10, + "M": 3.7255887264109333e-07, + "O": 5.962380100754672e-08, + "W": 1.8500163623258459e-09, + "N": 3.896393536706455e-07, + "Y": 6.247174042073311e-06, + "U": 8.068353207768553e-10, + "K": 4.331583092209712e-09, + "L": 1.2561462980897886e-09, + "G": 4.723029860542738e-07, + "F": 1.6686464732629247e-05, + "E": 6.489241059171036e-06, + "T": 1.928961501107551e-05, + "P": 0.7234914302825928, + "-": 0.27643436193466187 + }, + "id": "tp_21856" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2732032, + "label": "P", + "classification": { + "B": 1.9294326136787276e-08, + "S": 1.72850640467459e-08, + "I": 0.0007899192278273404, + "C": 1.6431143023964978e-07, + "R": 9.156089220141439e-09, + "M": 9.287027751270216e-07, + "O": 4.606995318567897e-08, + "W": 1.1613412453925775e-08, + "N": 2.2500171326100826e-05, + "Y": 1.9209714082535356e-05, + "U": 3.1948246270729896e-09, + "K": 2.0830511857639067e-06, + "L": 1.3855250280414566e-09, + "G": 1.833113060456526e-06, + "F": 4.51824780611787e-05, + "E": 0.00167499715462327, + "T": 2.183501919716946e-06, + "P": 0.9833588004112244, + "-": 0.014082001522183418 + }, + "id": "tp_21857" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2732132, + "label": "P", + "classification": { + "B": 5.641096478825602e-10, + "S": 1.5007264875244175e-10, + "I": 2.131883957190439e-05, + "C": 4.422864563480289e-08, + "R": 8.434147824587512e-10, + "M": 3.582576937333215e-07, + "O": 8.340773405279833e-09, + "W": 1.248384312591e-10, + "N": 2.685381730316294e-07, + "Y": 1.2690732091868995e-06, + "U": 2.2754169382022127e-10, + "K": 1.0698882668691567e-08, + "L": 1.5058848612525821e-10, + "G": 4.349565472239192e-07, + "F": 2.0146731912973337e-05, + "E": 3.959312380175106e-05, + "T": 3.010838099726243e-06, + "P": 0.7937039732933044, + "-": 0.20620959997177124 + }, + "id": "tp_21858" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2732266, + "label": "P", + "classification": { + "B": 4.044227353006136e-06, + "S": 2.3830614281905582e-07, + "I": 0.0004161626857239753, + "C": 7.761983624732238e-07, + "R": 2.237210594557837e-07, + "M": 9.010436770040542e-06, + "O": 2.577169652795419e-06, + "W": 2.9460858286256553e-07, + "N": 2.2300386262941174e-05, + "Y": 2.259206485177856e-05, + "U": 1.574957195771276e-07, + "K": 1.3078346228212467e-06, + "L": 1.8098936038768443e-07, + "G": 3.455111072980799e-05, + "F": 0.00014528579777106643, + "E": 0.0004068078997079283, + "T": 7.697688124608248e-05, + "P": 0.9270674586296082, + "-": 0.07178895175457001 + }, + "id": "tp_21859" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2732399, + "label": "P", + "classification": { + "B": 6.9738965713384005e-09, + "S": 2.9105926557804196e-09, + "I": 4.831154456041986e-06, + "C": 1.9714592805475384e-11, + "R": 1.3955275737081996e-12, + "M": 4.629741212625049e-08, + "O": 8.992331324009228e-09, + "W": 6.461231549792501e-11, + "N": 1.1568851476795317e-07, + "Y": 3.1356328644704945e-09, + "U": 6.114740332997803e-13, + "K": 1.1728723461196244e-12, + "L": 7.295217208103111e-11, + "G": 4.0575858228919515e-09, + "F": 1.3068508053493133e-07, + "E": 1.8328688611291e-06, + "T": 3.2170301977885174e-08, + "P": 0.9968615770339966, + "-": 0.0031315512023866177 + }, + "id": "tp_21860" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2732533, + "label": "P", + "classification": { + "B": 4.18807322155601e-10, + "S": 1.7405710553419773e-11, + "I": 1.9792958482867107e-05, + "C": 1.344316125084788e-08, + "R": 2.486738315266024e-10, + "M": 3.0755844537821986e-09, + "O": 7.425445258668617e-10, + "W": 2.41060071209942e-11, + "N": 1.0746978063025381e-07, + "Y": 3.02021483378212e-08, + "U": 2.6488904819599313e-11, + "K": 2.6522272225659727e-11, + "L": 6.057360169009485e-11, + "G": 5.4653675363169896e-08, + "F": 6.250471074054076e-07, + "E": 4.910176812700229e-06, + "T": 4.2198141869675965e-08, + "P": 0.9926633834838867, + "-": 0.007311096414923668 + }, + "id": "tp_21861" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2732633, + "label": "P", + "classification": { + "B": 2.9476482268364634e-06, + "S": 6.992379894654732e-06, + "I": 0.005541249178349972, + "C": 1.7095533621613868e-05, + "R": 3.4684646834648447e-06, + "M": 0.0001068430210580118, + "O": 2.4814669814077206e-05, + "W": 3.970172656408977e-06, + "N": 0.0003079884045291692, + "Y": 0.00029023727984167635, + "U": 5.454036227092729e-07, + "K": 6.512886557175079e-06, + "L": 1.393956836182042e-06, + "G": 8.161231380654499e-05, + "F": 0.001010038540698588, + "E": 0.0015226792311295867, + "T": 0.00015810506010893732, + "P": 0.8961222767829895, + "-": 0.09479128569364548 + }, + "id": "tp_21862" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2732766, + "label": "P", + "classification": { + "B": 5.195120706957823e-07, + "S": 1.486580032405982e-07, + "I": 0.00569875305518508, + "C": 1.2939228327013552e-05, + "R": 1.538482592877699e-06, + "M": 7.342855042224983e-06, + "O": 1.0849898899323307e-06, + "W": 1.79564594304793e-07, + "N": 0.00010434415889903903, + "Y": 7.706728501943871e-05, + "U": 2.8685039410447644e-07, + "K": 1.785270342224976e-06, + "L": 2.0568009517774044e-07, + "G": 3.626329271355644e-05, + "F": 0.00014153393567539752, + "E": 0.0005694631836377084, + "T": 3.0456656531896442e-05, + "P": 0.9595544338226318, + "-": 0.03376170992851257 + }, + "id": "tp_21863" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2732900, + "label": "P", + "classification": { + "B": 3.503217438360906e-10, + "S": 5.324130580852682e-10, + "I": 0.0003027881612069905, + "C": 5.187887897051269e-10, + "R": 1.4042701029781668e-11, + "M": 1.563414819827358e-08, + "O": 4.054914737317006e-10, + "W": 3.034290874115442e-11, + "N": 3.940802344004624e-06, + "Y": 2.6507931849550914e-08, + "U": 3.711631696434736e-12, + "K": 1.849009167997906e-09, + "L": 6.403687909800615e-12, + "G": 1.0079331147494486e-08, + "F": 3.940285466796922e-07, + "E": 4.571901081362739e-05, + "T": 3.7768902672041804e-08, + "P": 0.9994202852249146, + "-": 0.00022678023378830403 + }, + "id": "tp_21864" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2733033, + "label": "P", + "classification": { + "B": 1.5138018673332455e-14, + "S": 5.511163225981758e-16, + "I": 1.1374580388689992e-08, + "C": 9.533040725090772e-14, + "R": 2.991753456926691e-16, + "M": 2.7670834373827446e-12, + "O": 6.931090358770764e-14, + "W": 5.116746569257529e-16, + "N": 7.756201063358059e-12, + "Y": 2.4837744708183784e-11, + "U": 1.603876605611821e-16, + "K": 1.1580541281236596e-14, + "L": 1.9152296381080467e-16, + "G": 2.4793426860181267e-12, + "F": 1.3955605560056483e-08, + "E": 7.339419738627839e-08, + "T": 2.599906748224079e-11, + "P": 0.9924456477165222, + "-": 0.007554262410849333 + }, + "id": "tp_21865" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2733133, + "label": "P", + "classification": { + "B": 1.2253551950891506e-08, + "S": 1.4642933532371671e-09, + "I": 0.00028152132290415466, + "C": 2.3593383957631886e-06, + "R": 1.227884922627709e-07, + "M": 5.232022886048071e-07, + "O": 9.059711203462939e-08, + "W": 3.4770879508982944e-09, + "N": 4.076143795828102e-06, + "Y": 1.5584515494992957e-05, + "U": 4.556966803903606e-09, + "K": 2.2774723618113057e-07, + "L": 4.19644141658182e-09, + "G": 7.643585377081763e-06, + "F": 0.0001065879114321433, + "E": 0.00026395180611871183, + "T": 3.115901108685648e-06, + "P": 0.9199325442314148, + "-": 0.07938164472579956 + }, + "id": "tp_21866" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2733267, + "label": "P", + "classification": { + "B": 3.1895147856175754e-08, + "S": 7.057979090063782e-09, + "I": 0.00038709412910975516, + "C": 6.934706675565394e-07, + "R": 7.20405637366639e-08, + "M": 8.020355153348646e-07, + "O": 1.7435455390568677e-07, + "W": 2.529768572401281e-08, + "N": 5.191322543396382e-06, + "Y": 8.418083780270535e-06, + "U": 2.4540739218537055e-08, + "K": 2.3965179707374773e-07, + "L": 1.8563616421829465e-08, + "G": 4.094324594916543e-06, + "F": 0.00016057264292612672, + "E": 9.690001024864614e-05, + "T": 6.681708327960223e-06, + "P": 0.928825318813324, + "-": 0.07050368189811707 + }, + "id": "tp_21867" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2733400, + "label": "P", + "classification": { + "B": 9.775178062831902e-12, + "S": 4.3749305935793237e-13, + "I": 1.4744822465218022e-06, + "C": 7.064758500430202e-11, + "R": 6.497401358260269e-13, + "M": 5.023847449159291e-10, + "O": 1.059747081755269e-10, + "W": 9.308943589927954e-13, + "N": 3.3106646313285637e-09, + "Y": 3.302711437669359e-09, + "U": 3.8731583044959716e-13, + "K": 6.349686401674326e-13, + "L": 1.2500656976568991e-12, + "G": 2.92571100679595e-09, + "F": 6.270006736031064e-08, + "E": 6.145530733192572e-07, + "T": 8.636339643430802e-09, + "P": 0.9875040650367737, + "-": 0.012493832036852837 + }, + "id": "tp_21868" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2733500, + "label": "P", + "classification": { + "B": 5.68521896752186e-17, + "S": 3.728686944114509e-16, + "I": 1.2584516298375092e-05, + "C": 4.430382113691095e-13, + "R": 1.5699976964715927e-15, + "M": 2.108326534189242e-12, + "O": 5.5497785051350154e-15, + "W": 2.9603301889447815e-17, + "N": 6.948772224291133e-09, + "Y": 4.9782546140964e-11, + "U": 6.937774728538444e-18, + "K": 3.6338709547955456e-14, + "L": 8.071695418922061e-18, + "G": 4.879299004764692e-13, + "F": 2.772149176877292e-10, + "E": 3.72618018218418e-07, + "T": 3.735901171753042e-11, + "P": 0.9999251365661621, + "-": 6.193040462676436e-05 + }, + "id": "tp_21869" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2733634, + "label": "P", + "classification": { + "B": 8.250073335602792e-08, + "S": 3.4592815723044623e-07, + "I": 0.002165132900699973, + "C": 1.9897529455192853e-06, + "R": 4.594395761614578e-07, + "M": 3.171391199430218e-06, + "O": 8.691807806826546e-07, + "W": 1.616427880435367e-07, + "N": 7.63642237870954e-05, + "Y": 9.149831021204591e-05, + "U": 7.887589958954777e-08, + "K": 2.8484585072874324e-06, + "L": 5.261096802655629e-08, + "G": 1.3994648725201841e-05, + "F": 0.00024349223531316966, + "E": 0.0002930253103841096, + "T": 2.141455843229778e-05, + "P": 0.9734188318252563, + "-": 0.023666251450777054 + }, + "id": "tp_21870" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2733767, + "label": "P", + "classification": { + "B": 3.9694289521996495e-10, + "S": 2.8312052355317086e-11, + "I": 3.154536898364313e-05, + "C": 2.93031732212512e-08, + "R": 2.0686663493307833e-10, + "M": 1.3669568588170478e-08, + "O": 3.583728036549161e-10, + "W": 2.961700676373802e-11, + "N": 1.9002794715561322e-07, + "Y": 1.6818324866108014e-07, + "U": 6.031034699427451e-11, + "K": 3.4795306635970746e-09, + "L": 1.857164248775245e-11, + "G": 1.0033834030309663e-07, + "F": 2.9042212190688588e-06, + "E": 8.843279647408053e-05, + "T": 4.5088739852872095e-08, + "P": 0.9834675192832947, + "-": 0.01640903949737549 + }, + "id": "tp_21871" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2733901, + "label": "P", + "classification": { + "B": 3.126893632909855e-09, + "S": 3.4739271459471865e-09, + "I": 3.7481313484022394e-05, + "C": 6.156775533838754e-09, + "R": 4.900487238224116e-10, + "M": 3.6207783438158e-08, + "O": 6.337919966625805e-09, + "W": 2.057782388931173e-09, + "N": 1.1610753745117108e-06, + "Y": 1.7167577937016176e-07, + "U": 5.317977724850209e-10, + "K": 2.66037005758335e-08, + "L": 2.411210675568043e-10, + "G": 5.468614716619413e-08, + "F": 1.5288960639736615e-05, + "E": 4.028227704111487e-05, + "T": 3.773614025703864e-07, + "P": 0.9909918308258057, + "-": 0.008913394995033741 + }, + "id": "tp_21872" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2734001, + "label": "P", + "classification": { + "B": 3.4312558909732616e-06, + "S": 2.3447593378023157e-07, + "I": 0.0012379504041746259, + "C": 6.063996352168033e-06, + "R": 5.581374580287957e-07, + "M": 1.1897029253304936e-05, + "O": 2.8222693799762055e-06, + "W": 1.1883545880664315e-07, + "N": 4.280854045646265e-05, + "Y": 1.7890139133669436e-05, + "U": 1.2745560695748281e-07, + "K": 2.1465440624979237e-07, + "L": 7.084794901857094e-07, + "G": 9.31108370423317e-05, + "F": 0.0002986348408740014, + "E": 0.0006182274664752185, + "T": 3.649282007245347e-05, + "P": 0.9526719450950623, + "-": 0.04495663940906525 + }, + "id": "tp_21873" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2734134, + "label": "P", + "classification": { + "B": 1.7635629774304107e-06, + "S": 6.066726854214721e-08, + "I": 0.0009918591240420938, + "C": 2.0929251149937045e-06, + "R": 6.948204145373893e-08, + "M": 2.9494225600501522e-05, + "O": 1.3719208027396235e-06, + "W": 9.416137913831335e-08, + "N": 1.3856794794264715e-05, + "Y": 4.170660758973099e-05, + "U": 1.7242253846916356e-08, + "K": 1.7987987988021814e-08, + "L": 1.0095318714320456e-07, + "G": 8.89234070200473e-06, + "F": 1.1271672519796994e-05, + "E": 0.0007713762461207807, + "T": 1.140072345151566e-05, + "P": 0.9620550274848938, + "-": 0.036059487611055374 + }, + "id": "tp_21874" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2734268, + "label": "P", + "classification": { + "B": 2.0112354093271279e-07, + "S": 5.989704021658326e-08, + "I": 7.196242950158194e-05, + "C": 3.425508410259681e-08, + "R": 7.554395331510477e-09, + "M": 1.0317671694792807e-06, + "O": 5.549164825424668e-07, + "W": 1.025969176282615e-08, + "N": 1.926297500176588e-06, + "Y": 8.475333288515685e-07, + "U": 1.2378967850779077e-09, + "K": 1.4324236241591848e-09, + "L": 2.0714949755529233e-08, + "G": 1.7486378283138038e-06, + "F": 4.076449840795249e-05, + "E": 1.2785763829015195e-05, + "T": 2.3051200059853727e-06, + "P": 0.964796781539917, + "-": 0.03506896644830704 + }, + "id": "tp_21875" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2734401, + "label": "-", + "classification": { + "B": 2.0367551769595593e-05, + "S": 4.381224061944522e-05, + "I": 0.000326181499985978, + "C": 9.949439117917791e-06, + "R": 2.6298250759282382e-06, + "M": 0.0008386062690988183, + "O": 0.0001447221584385261, + "W": 2.0324901925050654e-05, + "N": 9.12944451556541e-05, + "Y": 0.006031519267708063, + "U": 4.834811534237815e-06, + "K": 0.002390555338934064, + "L": 8.068027455010451e-06, + "G": 0.0038596494123339653, + "F": 0.016347959637641907, + "E": 0.010049469769001007, + "T": 0.0031271090265363455, + "P": 0.12746436893939972, + "-": 0.8292185068130493 + }, + "id": "tp_21876" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2734501, + "label": "-", + "classification": { + "B": 1.002096450974932e-05, + "S": 1.0798435141623486e-06, + "I": 0.0006144782528281212, + "C": 8.383508975384757e-05, + "R": 1.1911522051377688e-05, + "M": 0.0005014120251871645, + "O": 3.466967973508872e-05, + "W": 1.0603115470075863e-06, + "N": 1.734670513542369e-05, + "Y": 0.0018080767476931214, + "U": 1.6846250900925952e-06, + "K": 7.708544217166491e-06, + "L": 1.3773506907455157e-05, + "G": 0.002387280808761716, + "F": 0.0064454274252057076, + "E": 0.0013886572560295463, + "T": 0.0011178416898474097, + "P": 0.2543073892593384, + "-": 0.7312464118003845 + }, + "id": "tp_21877" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2734635, + "label": "-", + "classification": { + "B": 3.799561454798095e-05, + "S": 4.653061114368029e-05, + "I": 0.0016297666588798165, + "C": 0.00017894594930112362, + "R": 2.3669650545343757e-05, + "M": 0.001110849087126553, + "O": 0.0002758551563601941, + "W": 4.329055082052946e-05, + "N": 0.0003407419135328382, + "Y": 0.007920277304947376, + "U": 1.9972792870248668e-05, + "K": 0.0017873650649562478, + "L": 4.595506106852554e-05, + "G": 0.004743977449834347, + "F": 0.05414152517914772, + "E": 0.013072271831333637, + "T": 0.004725276958197355, + "P": 0.15089821815490723, + "-": 0.7589575052261353 + }, + "id": "tp_21878" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2734768, + "label": "-", + "classification": { + "B": 5.573569796979427e-05, + "S": 6.0980972193647176e-05, + "I": 0.0028735832311213017, + "C": 0.00025221757823601365, + "R": 3.1654228223487735e-05, + "M": 0.0008860426605679095, + "O": 0.00016492725990246981, + "W": 2.5899023967212997e-05, + "N": 0.00046049582306295633, + "Y": 0.036847081035375595, + "U": 1.1950846783292945e-05, + "K": 0.008677871897816658, + "L": 2.3335602236329578e-05, + "G": 0.02191368117928505, + "F": 0.05144571140408516, + "E": 0.04355497658252716, + "T": 0.009240197949111462, + "P": 0.1296464204788208, + "-": 0.6938273310661316 + }, + "id": "tp_21879" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2734902, + "label": "-", + "classification": { + "B": 0.002016605343669653, + "S": 0.0030643001664429903, + "I": 0.002824153285473585, + "C": 0.0007700113346800208, + "R": 0.00017956408555619419, + "M": 0.010933641344308853, + "O": 0.003505745669826865, + "W": 0.0007550567388534546, + "N": 0.002110202331095934, + "Y": 0.013882246799767017, + "U": 0.00014159873535390943, + "K": 0.004342073109000921, + "L": 0.000779815367422998, + "G": 0.01881227269768715, + "F": 0.11470529437065125, + "E": 0.060129065066576004, + "T": 0.01591326668858528, + "P": 0.24848243594169617, + "-": 0.496652752161026 + }, + "id": "tp_21880" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2735002, + "label": "-", + "classification": { + "B": 7.07608691641326e-08, + "S": 5.591851248709645e-08, + "I": 5.428289296105504e-05, + "C": 2.9614470804517623e-06, + "R": 2.779575254407973e-07, + "M": 1.17540403152816e-05, + "O": 1.3502798310582875e-06, + "W": 6.215405079501579e-08, + "N": 1.293651848754962e-06, + "Y": 0.002003512578085065, + "U": 2.4740581139326423e-08, + "K": 1.6262876670225523e-05, + "L": 1.2304261076678813e-07, + "G": 0.00038420106284320354, + "F": 0.005909889005124569, + "E": 0.0013732603983953595, + "T": 0.00018441553402226418, + "P": 0.06677677482366562, + "-": 0.923279345035553 + }, + "id": "tp_21881" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2735135, + "label": "-", + "classification": { + "B": 5.311564450494188e-07, + "S": 1.2064906513842288e-06, + "I": 0.00044889841228723526, + "C": 8.19178021629341e-05, + "R": 2.3318778403336182e-05, + "M": 4.661676939576864e-05, + "O": 3.688344077090733e-05, + "W": 6.366262823576108e-06, + "N": 4.1644496377557516e-05, + "Y": 0.0034190441947430372, + "U": 9.151310223387554e-06, + "K": 0.0006576774176210165, + "L": 2.985720129800029e-06, + "G": 0.0004986200365237892, + "F": 0.0071405633352696896, + "E": 0.0006076564313843846, + "T": 0.0010436907177791, + "P": 0.06966448575258255, + "-": 0.9162686467170715 + }, + "id": "tp_21882" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2735269, + "label": "-", + "classification": { + "B": 3.8922944867181286e-08, + "S": 6.362221682820746e-08, + "I": 3.578717587515712e-05, + "C": 6.590142220375128e-06, + "R": 6.281881042013993e-07, + "M": 5.698926997865783e-06, + "O": 1.6854046407388523e-06, + "W": 1.9960035047006386e-07, + "N": 3.1253609904524637e-06, + "Y": 0.0015093793626874685, + "U": 2.0205796147365618e-07, + "K": 0.00034198566572740674, + "L": 3.162108086485205e-08, + "G": 0.00012919021537527442, + "F": 0.002891502808779478, + "E": 0.000317610043566674, + "T": 0.00010243946599075571, + "P": 0.05219174548983574, + "-": 0.9424620866775513 + }, + "id": "tp_21883" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2735402, + "label": "-", + "classification": { + "B": 3.314816694910405e-06, + "S": 6.446551196859218e-06, + "I": 0.0011020418023690581, + "C": 0.0010045862291008234, + "R": 0.00015315903874579817, + "M": 0.0002432391484035179, + "O": 0.00014028804434929043, + "W": 3.5422741348156705e-05, + "N": 0.0003250607696827501, + "Y": 0.05873885750770569, + "U": 9.848818081081845e-06, + "K": 0.07005513459444046, + "L": 7.538413683505496e-06, + "G": 0.013891366310417652, + "F": 0.07935342192649841, + "E": 0.025410069152712822, + "T": 0.003842679550871253, + "P": 0.03830640763044357, + "-": 0.7073710560798645 + }, + "id": "tp_21884" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2735502, + "label": "-", + "classification": { + "B": 1.901708346352393e-09, + "S": 3.4104075119500976e-10, + "I": 7.486320100724697e-06, + "C": 3.27207033024024e-07, + "R": 1.128682836082362e-08, + "M": 9.557381872582482e-07, + "O": 9.059959182877719e-08, + "W": 9.600640282769746e-10, + "N": 5.501917499373121e-08, + "Y": 2.0075665815966204e-05, + "U": 7.171837568265005e-10, + "K": 5.050654294791457e-08, + "L": 2.9488131936261652e-09, + "G": 8.842273928166833e-06, + "F": 0.00032021739752963185, + "E": 4.7351695684483275e-05, + "T": 3.7236186472000554e-06, + "P": 0.08992593735456467, + "-": 0.9096648097038269 + }, + "id": "tp_21885" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2735636, + "label": "-", + "classification": { + "B": 1.5531467170148971e-06, + "S": 3.36157040692342e-06, + "I": 2.451073487463873e-05, + "C": 1.7623080566409044e-05, + "R": 2.265084276587004e-06, + "M": 5.441995745059103e-05, + "O": 3.935259155696258e-05, + "W": 1.8699805650612689e-06, + "N": 3.1873212265054462e-06, + "Y": 0.0005078631220385432, + "U": 6.535204306601372e-07, + "K": 3.795805923800799e-06, + "L": 5.156529368832707e-06, + "G": 0.00013304103049449623, + "F": 0.01059546135365963, + "E": 3.7202575185801834e-05, + "T": 0.0006360866827890277, + "P": 0.07165532559156418, + "-": 0.9162772297859192 + }, + "id": "tp_21886" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2735769, + "label": "-", + "classification": { + "B": 6.839398380975581e-09, + "S": 5.570752303896143e-09, + "I": 9.412540748598985e-06, + "C": 6.466264494520146e-06, + "R": 2.3003234161933506e-07, + "M": 9.282923201681115e-06, + "O": 9.16619001145591e-07, + "W": 2.4840506540613205e-08, + "N": 4.132963908887177e-07, + "Y": 0.0010293071391060948, + "U": 1.987534226088883e-08, + "K": 2.930973278125748e-05, + "L": 5.165566818732259e-08, + "G": 0.00047471627476625144, + "F": 0.003362236777320504, + "E": 0.00038817612221464515, + "T": 0.00011105231533292681, + "P": 0.02101176790893078, + "-": 0.9735665917396545 + }, + "id": "tp_21887" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2735903, + "label": "-", + "classification": { + "B": 2.3546249585532086e-12, + "S": 9.930108818556604e-12, + "I": 1.4982312279698817e-07, + "C": 8.963011666196508e-09, + "R": 1.0038169184767298e-09, + "M": 1.465383547838428e-07, + "O": 1.083304734805779e-08, + "W": 5.6586124674851135e-11, + "N": 8.343931101606472e-10, + "Y": 0.0001264779712073505, + "U": 5.104968878177907e-11, + "K": 2.0016784674226074e-08, + "L": 1.1206543332198393e-10, + "G": 1.300544909099699e-06, + "F": 2.8565395041368902e-05, + "E": 2.7160396598446823e-07, + "T": 1.4351573554449715e-05, + "P": 0.001704246154986322, + "-": 0.9981244206428528 + }, + "id": "tp_21888" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2736003, + "label": "-", + "classification": { + "B": 5.177551429369487e-05, + "S": 2.54728329309728e-05, + "I": 0.0005877897492609918, + "C": 0.00012980612518731505, + "R": 2.6955012799589895e-05, + "M": 0.002575014252215624, + "O": 0.0003002061857841909, + "W": 1.665328636590857e-05, + "N": 6.018242856953293e-05, + "Y": 0.006977323908358812, + "U": 1.12139641714748e-05, + "K": 9.470238001085818e-05, + "L": 6.457913696067408e-05, + "G": 0.0031691028270870447, + "F": 0.00699900696054101, + "E": 0.002232783939689398, + "T": 0.005983488168567419, + "P": 0.06672272086143494, + "-": 0.9039711356163025 + }, + "id": "tp_21889" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2736136, + "label": "-", + "classification": { + "B": 1.4575419982065796e-06, + "S": 5.71103191759903e-06, + "I": 0.0004515950276982039, + "C": 0.00035295335692353547, + "R": 5.558462726185098e-05, + "M": 0.0007844690699130297, + "O": 0.00015715137124061584, + "W": 1.2289528967812657e-05, + "N": 5.892957415198907e-05, + "Y": 0.0074612852185964584, + "U": 3.1389729429065483e-06, + "K": 0.0004758757713716477, + "L": 2.8923324862262234e-05, + "G": 0.0033164110500365496, + "F": 0.0555250346660614, + "E": 0.0045775156468153, + "T": 0.002583615481853485, + "P": 0.0635983943939209, + "-": 0.8605496883392334 + }, + "id": "tp_21890" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2736270, + "label": "-", + "classification": { + "B": 6.140123218756344e-07, + "S": 7.17548573447857e-07, + "I": 0.00016432904521934688, + "C": 4.3249852751614526e-05, + "R": 3.97349322156515e-06, + "M": 3.7963334762025625e-05, + "O": 1.8259983335155994e-05, + "W": 1.1768530612243921e-06, + "N": 9.938334187609144e-06, + "Y": 0.0005880139651708305, + "U": 1.3129558738000924e-06, + "K": 4.089267895324156e-05, + "L": 1.3795555560136563e-06, + "G": 0.00019841328321490437, + "F": 0.005901870783418417, + "E": 0.00017469927843194455, + "T": 0.0002888691960833967, + "P": 0.09265565872192383, + "-": 0.8998686671257019 + }, + "id": "tp_21891" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2736403, + "label": "-", + "classification": { + "B": 4.4150471012471826e-07, + "S": 9.625653092371067e-07, + "I": 5.249372770776972e-05, + "C": 7.20469033694826e-05, + "R": 1.1676330359478015e-05, + "M": 0.00038481049705296755, + "O": 5.5330543546006083e-05, + "W": 9.515071610621817e-07, + "N": 3.048632152058417e-06, + "Y": 0.004923045635223389, + "U": 6.840526793894242e-07, + "K": 1.3323803614184726e-05, + "L": 7.538762019976275e-06, + "G": 0.0011629005894064903, + "F": 0.0035647698678076267, + "E": 0.00010427703819004819, + "T": 0.0021618606988340616, + "P": 0.02142522484064102, + "-": 0.9660546183586121 + }, + "id": "tp_21892" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2736503, + "label": "-", + "classification": { + "B": 2.4950008725710404e-10, + "S": 1.8377799282376373e-10, + "I": 1.2849126505898312e-05, + "C": 6.96830568358564e-07, + "R": 9.267375844501657e-08, + "M": 1.2454898978830897e-06, + "O": 1.1227157870052906e-07, + "W": 6.841895938691778e-10, + "N": 4.82333675222435e-08, + "Y": 0.00032440590439364314, + "U": 3.0125162364669222e-09, + "K": 1.3277555055424273e-08, + "L": 4.202664438679449e-09, + "G": 6.906364887981908e-06, + "F": 3.1062714697327465e-05, + "E": 1.5532024235653807e-06, + "T": 7.085531251505017e-05, + "P": 0.0200201403349638, + "-": 0.9795300364494324 + }, + "id": "tp_21893" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2736637, + "label": "-", + "classification": { + "B": 1.2513341118847165e-07, + "S": 1.4669500281172532e-08, + "I": 6.244621090445435e-06, + "C": 3.817660854110727e-06, + "R": 1.9280534502286173e-07, + "M": 3.5217733511672122e-06, + "O": 1.3909084373153746e-06, + "W": 3.2435771402106184e-08, + "N": 1.302513936707328e-07, + "Y": 9.667197446106002e-05, + "U": 2.461003134612838e-08, + "K": 9.218509688935228e-08, + "L": 8.396639117336235e-08, + "G": 1.4589467355108354e-05, + "F": 0.0003934690321329981, + "E": 8.471764886053279e-06, + "T": 2.4231829229393043e-05, + "P": 0.042992375791072845, + "-": 0.9564545750617981 + }, + "id": "tp_21894" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2736770, + "label": "-", + "classification": { + "B": 6.774292614863953e-06, + "S": 1.8585917587188305e-06, + "I": 0.001748215639963746, + "C": 0.000165635283337906, + "R": 1.24081543617649e-05, + "M": 0.000354957883246243, + "O": 3.097017906839028e-05, + "W": 3.834464678220684e-06, + "N": 8.18713306216523e-05, + "Y": 0.0032933682668954134, + "U": 5.213802069192752e-06, + "K": 0.000457852118415758, + "L": 5.416359726950759e-06, + "G": 0.0012579988688230515, + "F": 0.010541154071688652, + "E": 0.006591124925762415, + "T": 0.0006193362642079592, + "P": 0.2215912640094757, + "-": 0.7532306909561157 + }, + "id": "tp_21895" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2736904, + "label": "-", + "classification": { + "B": 3.2492218906554626e-06, + "S": 1.3297641032750107e-07, + "I": 2.8637814466492273e-05, + "C": 1.768062065821141e-05, + "R": 1.1428511470512603e-06, + "M": 0.00019780568254645914, + "O": 1.2860533388447948e-05, + "W": 1.3915820318288752e-07, + "N": 5.400835334512522e-07, + "Y": 0.0007120142108760774, + "U": 8.444534671525616e-08, + "K": 5.985876327940787e-07, + "L": 3.3598782920307713e-06, + "G": 0.002825286705046892, + "F": 0.0011102905264124274, + "E": 0.00026652691303752363, + "T": 0.0002891235635615885, + "P": 0.02644144743680954, + "-": 0.9680891036987305 + }, + "id": "tp_21896" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2737004, + "label": "-", + "classification": { + "B": 3.6265777225708007e-07, + "S": 2.0138990919349453e-07, + "I": 6.65894040139392e-05, + "C": 2.4280472644022666e-05, + "R": 3.1465510801353958e-06, + "M": 3.325749275973067e-05, + "O": 7.6114488365419675e-06, + "W": 5.291515776661981e-07, + "N": 4.970362169842701e-06, + "Y": 0.0024971324019134045, + "U": 6.145704674054286e-07, + "K": 0.00014794482558500022, + "L": 2.8870672963421384e-07, + "G": 0.00048637096188031137, + "F": 0.002915613818913698, + "E": 0.0004417448944877833, + "T": 0.00031586195109412074, + "P": 0.06132494658231735, + "-": 0.9317284822463989 + }, + "id": "tp_21897" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2737137, + "label": "-", + "classification": { + "B": 2.1300197161622236e-09, + "S": 1.1745105998883787e-09, + "I": 5.686337317456491e-06, + "C": 2.124646698575816e-06, + "R": 2.2454001680216606e-07, + "M": 4.559602075460134e-06, + "O": 5.237447453509958e-07, + "W": 9.835893877152557e-09, + "N": 9.043109372441904e-08, + "Y": 0.0007021177443675697, + "U": 9.633516206974946e-09, + "K": 1.232805607287446e-05, + "L": 2.8630651627281622e-08, + "G": 0.0001605139987077564, + "F": 0.0008455828065052629, + "E": 5.6608823797432706e-05, + "T": 7.334785914281383e-05, + "P": 0.0068851131945848465, + "-": 0.9912511706352234 + }, + "id": "tp_21898" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2737271, + "label": "-", + "classification": { + "B": 2.4894607122405432e-06, + "S": 2.056793391602696e-06, + "I": 0.0008617494604550302, + "C": 5.0626891606952995e-05, + "R": 8.017552318051457e-06, + "M": 0.0002779035421553999, + "O": 3.1051218684297055e-05, + "W": 4.892177457804792e-06, + "N": 5.432684702100232e-05, + "Y": 0.021656401455402374, + "U": 1.1672207165247528e-06, + "K": 0.0017323661595582962, + "L": 1.6626344176984276e-06, + "G": 0.0031255476642400026, + "F": 0.008316927589476109, + "E": 0.015268591232597828, + "T": 0.001829174580052495, + "P": 0.07148325443267822, + "-": 0.8752917647361755 + }, + "id": "tp_21899" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2737404, + "label": "-", + "classification": { + "B": 4.188046798248024e-09, + "S": 6.507742966732621e-08, + "I": 3.220932558178902e-05, + "C": 5.3271355682227295e-06, + "R": 6.756139896424429e-07, + "M": 1.1822159649454989e-05, + "O": 4.657936642615823e-06, + "W": 2.5593669761292404e-07, + "N": 1.2961146467205253e-06, + "Y": 0.020396295934915543, + "U": 9.94485116478927e-09, + "K": 0.0002971242065541446, + "L": 5.420120530175154e-08, + "G": 0.0008246117504313588, + "F": 0.0036686358507722616, + "E": 0.00020254479022696614, + "T": 0.0011703615309670568, + "P": 0.0032894015312194824, + "-": 0.970094621181488 + }, + "id": "tp_21900" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2737504, + "label": "-", + "classification": { + "B": 8.633062861918006e-06, + "S": 2.5079284569073934e-06, + "I": 0.0004033642471767962, + "C": 0.00026150731719098985, + "R": 3.415484752622433e-05, + "M": 0.0004026714595966041, + "O": 0.00010559464135440066, + "W": 5.566991603700444e-06, + "N": 1.9394590708543546e-05, + "Y": 0.003067403333261609, + "U": 5.437752406578511e-06, + "K": 3.170879790559411e-05, + "L": 2.2678963432554156e-05, + "G": 0.002100736368447542, + "F": 0.007337050512433052, + "E": 0.0006759677780792117, + "T": 0.0011082804994657636, + "P": 0.054488178342580795, + "-": 0.9299191236495972 + }, + "id": "tp_21901" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2737638, + "label": "-", + "classification": { + "B": 1.4199891928967645e-08, + "S": 1.918440339920835e-08, + "I": 9.89304535323754e-05, + "C": 3.714818149092025e-06, + "R": 1.787638410633008e-07, + "M": 7.332291716011241e-06, + "O": 8.587155662098667e-07, + "W": 4.634674155568064e-08, + "N": 1.4609249774366617e-06, + "Y": 0.00022615535999648273, + "U": 3.419513561198073e-08, + "K": 3.451694738032529e-06, + "L": 3.238753265577543e-08, + "G": 4.717509727925062e-05, + "F": 0.00045608237269334495, + "E": 0.0002514214429538697, + "T": 5.406356285675429e-05, + "P": 0.15307138860225677, + "-": 0.8457775712013245 + }, + "id": "tp_21902" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2737771, + "label": "-", + "classification": { + "B": 1.1473667882455629e-07, + "S": 5.343749194253178e-07, + "I": 2.5632156393839978e-05, + "C": 1.1012063623638824e-05, + "R": 1.4984213976276806e-06, + "M": 2.3524238713434897e-05, + "O": 7.2127754719986115e-06, + "W": 4.817381977773039e-07, + "N": 2.6947082005790435e-06, + "Y": 0.0015669468557462096, + "U": 2.23854570435833e-07, + "K": 0.0001220366102643311, + "L": 3.7232837257761275e-07, + "G": 0.00027412764029577374, + "F": 0.016070351004600525, + "E": 0.00019731761130969971, + "T": 0.000309016730170697, + "P": 0.0377139151096344, + "-": 0.9436728358268738 + }, + "id": "tp_21903" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2737905, + "label": "-", + "classification": { + "B": 0.0001268268097192049, + "S": 0.0001229185436386615, + "I": 0.001783764106221497, + "C": 0.0008280955371446908, + "R": 0.00015101514873094857, + "M": 0.0027478057891130447, + "O": 0.0007587159634567797, + "W": 0.00011259585153311491, + "N": 0.0004666269232984632, + "Y": 0.009278688579797745, + "U": 7.001162884989753e-05, + "K": 0.0006683430983684957, + "L": 0.0001813755079638213, + "G": 0.00455795181915164, + "F": 0.0262727253139019, + "E": 0.007747568655759096, + "T": 0.006872896105051041, + "P": 0.21156276762485504, + "-": 0.7256892919540405 + }, + "id": "tp_21904" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2738005, + "label": "-", + "classification": { + "B": 0.00015035425894893706, + "S": 1.153009998233756e-05, + "I": 0.0016151892486959696, + "C": 0.000887302914634347, + "R": 0.00011558157711988315, + "M": 0.0012127611553296447, + "O": 0.0001842814963310957, + "W": 1.1000419362972025e-05, + "N": 5.778833292424679e-05, + "Y": 0.0077523766085505486, + "U": 1.3638820746564306e-05, + "K": 2.0147645045653917e-05, + "L": 0.00012192372378194705, + "G": 0.00785400252789259, + "F": 0.011856340803205967, + "E": 0.0021988223306834698, + "T": 0.004715226590633392, + "P": 0.12212049961090088, + "-": 0.8391011953353882 + }, + "id": "tp_21905" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2738138, + "label": "-", + "classification": { + "B": 2.463710835343136e-08, + "S": 1.794127939547252e-07, + "I": 1.118871978178504e-06, + "C": 1.0476819625182543e-05, + "R": 6.866073931632855e-07, + "M": 8.680810424266383e-06, + "O": 5.024388883612119e-06, + "W": 1.7856544332062185e-07, + "N": 2.6990312562702456e-07, + "Y": 0.0006282684626057744, + "U": 4.121164920434239e-08, + "K": 1.6798510841908865e-05, + "L": 3.155941783461458e-07, + "G": 9.685893746791407e-05, + "F": 0.016062229871749878, + "E": 1.479185539210448e-05, + "T": 0.00018032529624179006, + "P": 0.007501182612031698, + "-": 0.9754725098609924 + }, + "id": "tp_21906" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2738272, + "label": "-", + "classification": { + "B": 1.7136147789642564e-06, + "S": 1.704073753217017e-07, + "I": 8.432949834968895e-05, + "C": 3.994018697994761e-05, + "R": 3.2938371532509336e-06, + "M": 3.2656073017278686e-05, + "O": 8.173936294042505e-06, + "W": 2.558869311997114e-07, + "N": 3.5126970487908693e-06, + "Y": 0.0011560714337974787, + "U": 2.0760214169968094e-07, + "K": 8.007547876331955e-06, + "L": 9.440619237466308e-07, + "G": 0.0007746015908196568, + "F": 0.004667606670409441, + "E": 0.0006191055872477591, + "T": 0.00013019224570598453, + "P": 0.1206183135509491, + "-": 0.871850848197937 + }, + "id": "tp_21907" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2738405, + "label": "-", + "classification": { + "B": 2.0594890884240158e-05, + "S": 3.6838746382272802e-06, + "I": 3.471719173830934e-05, + "C": 3.6930132409906946e-06, + "R": 2.5872002424875973e-06, + "M": 0.00013590100570581853, + "O": 0.0001319097209488973, + "W": 3.3105534384958446e-06, + "N": 1.3814807289236342e-06, + "Y": 0.00026523962151259184, + "U": 2.0451540194699191e-07, + "K": 3.709068963075879e-08, + "L": 2.110818968503736e-05, + "G": 0.00012007274926872924, + "F": 0.0006551581318490207, + "E": 1.5920539226499386e-05, + "T": 0.0005179513245820999, + "P": 0.04411308467388153, + "-": 0.9539534449577332 + }, + "id": "tp_21908" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2738505, + "label": "-", + "classification": { + "B": 1.694376078376081e-05, + "S": 8.090947630989831e-06, + "I": 0.00036132370587438345, + "C": 0.0002899637329392135, + "R": 4.272208025213331e-05, + "M": 0.0005408591823652387, + "O": 0.00014162721345201135, + "W": 4.8320262067136355e-06, + "N": 2.928482172137592e-05, + "Y": 0.0023956724908202887, + "U": 2.5887463834806113e-06, + "K": 8.501215233991388e-06, + "L": 3.2005442335503176e-05, + "G": 0.0022945425007492304, + "F": 0.005825313273817301, + "E": 0.00048506466555409133, + "T": 0.0017022485844790936, + "P": 0.08547354489564896, + "-": 0.9003447890281677 + }, + "id": "tp_21909" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2738639, + "label": "-", + "classification": { + "B": 1.1642835488601122e-05, + "S": 3.6487340366875287e-06, + "I": 0.0001379563327645883, + "C": 7.738796557532623e-05, + "R": 4.904002253169892e-06, + "M": 0.00040850459481589496, + "O": 4.339026418165304e-05, + "W": 3.107023303527967e-06, + "N": 2.09974550671177e-05, + "Y": 0.0042012277990579605, + "U": 5.105691798235057e-06, + "K": 0.00026581433485262096, + "L": 9.624288395571057e-06, + "G": 0.001352156512439251, + "F": 0.02117108926177025, + "E": 0.0024252382572740316, + "T": 0.0015543550252914429, + "P": 0.09239128232002258, + "-": 0.875912606716156 + }, + "id": "tp_21910" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2738772, + "label": "-", + "classification": { + "B": 0.00014351656136568636, + "S": 4.6755878429394215e-05, + "I": 0.002212753053754568, + "C": 0.0014998939586803317, + "R": 0.0004555167688522488, + "M": 0.0030399428214877844, + "O": 0.0006503943586722016, + "W": 3.9318736526183784e-05, + "N": 0.0001302909222431481, + "Y": 0.012723967432975769, + "U": 4.334223558544181e-05, + "K": 4.4221076677786186e-05, + "L": 0.0004651507188100368, + "G": 0.011140973307192326, + "F": 0.021036986261606216, + "E": 0.0018013230292126536, + "T": 0.008503185585141182, + "P": 0.10303794592618942, + "-": 0.8329845070838928 + }, + "id": "tp_21911" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2738906, + "label": "-", + "classification": { + "B": 1.148211504187202e-05, + "S": 2.5264314444939373e-06, + "I": 0.0020943735726177692, + "C": 0.00023635079560335726, + "R": 3.0267790862126276e-05, + "M": 0.00027243923977948725, + "O": 6.340115942293778e-05, + "W": 4.1862767830025405e-06, + "N": 8.591751247877255e-05, + "Y": 0.0035005651880055666, + "U": 8.28056363388896e-06, + "K": 4.301346416468732e-05, + "L": 1.5472314771614037e-05, + "G": 0.0017981351120397449, + "F": 0.0044940197840332985, + "E": 0.0025964954402297735, + "T": 0.0012040723813697696, + "P": 0.21780064702033997, + "-": 0.7657383680343628 + }, + "id": "tp_21912" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2739006, + "label": "-", + "classification": { + "B": 4.743375692228824e-10, + "S": 2.5763242650356233e-09, + "I": 1.4677095805382123e-06, + "C": 5.64849074180529e-07, + "R": 2.8235128013420763e-08, + "M": 6.706834483338753e-07, + "O": 1.817612940158142e-07, + "W": 9.061641215168947e-09, + "N": 1.4022617733644438e-07, + "Y": 0.0003437490086071193, + "U": 4.705693168460812e-09, + "K": 0.0006722860271111131, + "L": 1.8587881234211068e-09, + "G": 4.7103316319407895e-05, + "F": 0.005815806798636913, + "E": 0.00014765869127586484, + "T": 1.997293293243274e-05, + "P": 0.013582552783191204, + "-": 0.9793676137924194 + }, + "id": "tp_21913" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2739139, + "label": "-", + "classification": { + "B": 9.288982596444839e-07, + "S": 4.2580370518408017e-07, + "I": 0.0001176766527350992, + "C": 3.9521495637018234e-05, + "R": 4.387602075439645e-06, + "M": 2.627264075272251e-05, + "O": 8.886508112482261e-06, + "W": 5.678425623045769e-07, + "N": 5.106792741571553e-06, + "Y": 0.0012034435058012605, + "U": 6.147464546302217e-07, + "K": 1.3582199244410731e-05, + "L": 1.6535130953343469e-06, + "G": 0.00044147565495222807, + "F": 0.004884532652795315, + "E": 0.00034251005854457617, + "T": 0.0002442364057060331, + "P": 0.07059633731842041, + "-": 0.9220679402351379 + }, + "id": "tp_21914" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2739273, + "label": "-", + "classification": { + "B": 6.182344236549397e-07, + "S": 2.9160480607970385e-06, + "I": 0.00022236040967982262, + "C": 0.0002892525226343423, + "R": 4.611223630490713e-05, + "M": 0.00033070030622184277, + "O": 0.00010520233627175912, + "W": 6.639436833211221e-06, + "N": 1.7202921299031004e-05, + "Y": 0.04338100925087929, + "U": 1.7373207583659678e-06, + "K": 0.002438911469653249, + "L": 1.6675758160999976e-05, + "G": 0.015582069754600525, + "F": 0.0202941857278347, + "E": 0.00298957247287035, + "T": 0.004908149596303701, + "P": 0.01030302420258522, + "-": 0.8990636467933655 + }, + "id": "tp_21915" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2739406, + "label": "-", + "classification": { + "B": 9.924492769641802e-05, + "S": 4.9224257963942364e-05, + "I": 0.005208554677665234, + "C": 0.00032159467809833586, + "R": 6.832188955741003e-05, + "M": 0.005039297044277191, + "O": 0.00038543727714568377, + "W": 2.6697580324253067e-05, + "N": 0.00024549724184907973, + "Y": 0.026838485151529312, + "U": 5.909302217332879e-06, + "K": 0.00013948687410447747, + "L": 6.992608541622758e-05, + "G": 0.013934269547462463, + "F": 0.011290354654192924, + "E": 0.024185102432966232, + "T": 0.009027427062392235, + "P": 0.10953636467456818, + "-": 0.7935287952423096 + }, + "id": "tp_21916" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2739506, + "label": "-", + "classification": { + "B": 2.5962393920053728e-05, + "S": 1.9427918232395314e-05, + "I": 0.0011803581146523356, + "C": 0.0002082097198581323, + "R": 4.4445889216149226e-05, + "M": 0.0007016207091510296, + "O": 0.00015024155436549336, + "W": 2.4896482500480488e-05, + "N": 0.00011530872143339366, + "Y": 0.0334768071770668, + "U": 1.8407232346362434e-05, + "K": 0.0017189086647704244, + "L": 1.5034725947771221e-05, + "G": 0.004832552280277014, + "F": 0.005678937304764986, + "E": 0.004601356573402882, + "T": 0.006061387248337269, + "P": 0.05088435858488083, + "-": 0.890241801738739 + }, + "id": "tp_21917" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2739640, + "label": "-", + "classification": { + "B": 4.139867115782181e-08, + "S": 6.48143583248384e-08, + "I": 2.8708873287541792e-05, + "C": 1.1183346032339614e-05, + "R": 5.274963541523903e-07, + "M": 4.386868567962665e-06, + "O": 1.925505330291344e-06, + "W": 1.3701873058380443e-07, + "N": 2.513201252440922e-06, + "Y": 0.0008656998397782445, + "U": 2.0751099327753764e-07, + "K": 0.00012785072613041848, + "L": 1.0850170895082556e-07, + "G": 0.0001532734459033236, + "F": 0.008621163666248322, + "E": 0.00027778890216723084, + "T": 0.000184290882316418, + "P": 0.0459105521440506, + "-": 0.9438096880912781 + }, + "id": "tp_21918" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2739773, + "label": "-", + "classification": { + "B": 7.653701686649583e-06, + "S": 2.886405923163693e-07, + "I": 1.0295106221747119e-05, + "C": 2.12743680094718e-06, + "R": 2.0561766689297656e-07, + "M": 4.197454109089449e-05, + "O": 1.0511593245610129e-05, + "W": 2.5490646748949075e-07, + "N": 8.018902803996752e-07, + "Y": 0.00013131643936503679, + "U": 4.996928737455164e-08, + "K": 1.7591681853446062e-06, + "L": 7.748423058728804e-07, + "G": 9.194717858918011e-05, + "F": 0.0022437674924731255, + "E": 0.0003681215748656541, + "T": 8.076310768956318e-05, + "P": 0.0660189762711525, + "-": 0.9309884309768677 + }, + "id": "tp_21919" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2739907, + "label": "-", + "classification": { + "B": 1.8832878367902595e-08, + "S": 5.092172905563075e-09, + "I": 2.177751412091311e-05, + "C": 4.531326339929365e-06, + "R": 1.5760502947159694e-07, + "M": 1.413447648701549e-06, + "O": 5.617498572974e-07, + "W": 3.94974897233169e-08, + "N": 6.377503609655832e-07, + "Y": 0.00037468463415279984, + "U": 5.890679588560488e-08, + "K": 9.112567568081431e-06, + "L": 1.530375293157249e-08, + "G": 3.750864925677888e-05, + "F": 0.00036608485970646143, + "E": 9.671122097643092e-05, + "T": 5.296290692058392e-05, + "P": 0.0368194580078125, + "-": 0.9622143507003784 + }, + "id": "tp_21920" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2740007, + "label": "-", + "classification": { + "B": 5.810605330225371e-08, + "S": 6.038202826630368e-08, + "I": 0.00017700470925774425, + "C": 1.9332019292050973e-05, + "R": 1.912535935844062e-06, + "M": 6.915321864653379e-05, + "O": 6.1392661336867604e-06, + "W": 1.0574499498261503e-07, + "N": 2.9390043891908135e-06, + "Y": 0.004417789168655872, + "U": 9.26868750639187e-08, + "K": 2.1343696516851196e-06, + "L": 3.4652185831873794e-07, + "G": 0.0003425120376050472, + "F": 0.0004174945643171668, + "E": 0.000231897400226444, + "T": 0.0005709315882995725, + "P": 0.044844333082437515, + "-": 0.9488956928253174 + }, + "id": "tp_21921" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2740140, + "label": "-", + "classification": { + "B": 0.0002607360656838864, + "S": 5.964401498204097e-05, + "I": 0.0019812698010355234, + "C": 3.856669718516059e-05, + "R": 2.7180853066965938e-05, + "M": 0.004639980383217335, + "O": 0.0007565636769868433, + "W": 4.247324250172824e-05, + "N": 5.3167306759860367e-05, + "Y": 0.05439493805170059, + "U": 1.350799948340864e-06, + "K": 2.1314624973456375e-05, + "L": 7.425777585012838e-05, + "G": 0.010687390342354774, + "F": 0.0014082950074225664, + "E": 0.0022291464265435934, + "T": 0.02019367553293705, + "P": 0.019631914794445038, + "-": 0.8834980130195618 + }, + "id": "tp_21922" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2740274, + "label": "-", + "classification": { + "B": 5.822889045936641e-12, + "S": 3.1879427483255673e-12, + "I": 2.4377996510338562e-08, + "C": 9.966365510649666e-10, + "R": 2.2080557868231487e-11, + "M": 1.553865303094426e-07, + "O": 2.2698090074158017e-09, + "W": 5.779294577623606e-12, + "N": 1.894528561807718e-10, + "Y": 1.60080107889371e-05, + "U": 3.424961269454796e-12, + "K": 4.0225325292908565e-09, + "L": 1.2306876004397616e-11, + "G": 3.3571620861039264e-07, + "F": 1.3075365131953731e-05, + "E": 1.3102646789775463e-06, + "T": 1.9232736576668685e-06, + "P": 0.002578777726739645, + "-": 0.9973884224891663 + }, + "id": "tp_21923" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2740407, + "label": "-", + "classification": { + "B": 6.774774630180502e-10, + "S": 6.877761138390781e-10, + "I": 5.0209969231218565e-06, + "C": 2.3080841060618695e-07, + "R": 1.0287870999547977e-08, + "M": 1.1969461866101483e-06, + "O": 9.157279379223837e-08, + "W": 1.966990348378772e-09, + "N": 1.4868864184336417e-07, + "Y": 0.00012258056085556746, + "U": 2.5732309616444127e-09, + "K": 4.151037046540296e-06, + "L": 1.1722964821103687e-09, + "G": 7.079052920744289e-06, + "F": 0.0006675425102002919, + "E": 6.340138497762382e-05, + "T": 1.2640758541238029e-05, + "P": 0.05403504893183708, + "-": 0.9450808167457581 + }, + "id": "tp_21924" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2740507, + "label": "-", + "classification": { + "B": 4.467535745789064e-06, + "S": 3.742630667602498e-07, + "I": 8.176953997462988e-06, + "C": 5.792756837763591e-06, + "R": 9.784306485016714e-07, + "M": 3.072567778872326e-05, + "O": 1.857570168795064e-05, + "W": 1.9201982581762422e-07, + "N": 2.626643151870667e-07, + "Y": 0.00018092460231855512, + "U": 3.0368795478352695e-08, + "K": 1.7469388069457636e-07, + "L": 3.8014402434782824e-06, + "G": 0.0004868913965765387, + "F": 0.004316132981330156, + "E": 3.8094916817499325e-05, + "T": 0.00010852986451936886, + "P": 0.026136860251426697, + "-": 0.968658983707428 + }, + "id": "tp_21925" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2740641, + "label": "-", + "classification": { + "B": 4.473209358479835e-09, + "S": 2.6997186708399568e-08, + "I": 2.418497615508386e-07, + "C": 1.465122181798506e-06, + "R": 9.521878752138946e-08, + "M": 2.010883872571867e-05, + "O": 1.5120540410862304e-06, + "W": 1.7204797586600762e-08, + "N": 1.9989267130426924e-08, + "Y": 0.000595760066062212, + "U": 3.4080529509594726e-09, + "K": 2.7481760298542213e-06, + "L": 1.3789149022613856e-07, + "G": 7.074976747389883e-05, + "F": 0.006911244243383408, + "E": 9.196537575917318e-06, + "T": 0.0001678139524301514, + "P": 0.002534521510824561, + "-": 0.9896842241287231 + }, + "id": "tp_21926" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2740774, + "label": "-", + "classification": { + "B": 1.7792540774053123e-09, + "S": 1.5197592073690203e-09, + "I": 5.5677787713648286e-06, + "C": 4.5033615947431826e-07, + "R": 6.145930342427164e-08, + "M": 1.0768770835056785e-06, + "O": 2.8015497832711844e-07, + "W": 9.840158909923957e-09, + "N": 2.348541698893314e-07, + "Y": 0.0004856261657550931, + "U": 9.154942581801606e-09, + "K": 1.5547226212220266e-05, + "L": 2.984228419933288e-09, + "G": 5.111369682708755e-05, + "F": 0.0004755893023684621, + "E": 9.649492858443409e-05, + "T": 1.4133665899862535e-05, + "P": 0.031286388635635376, + "-": 0.9675673842430115 + }, + "id": "tp_21927" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2740908, + "label": "-", + "classification": { + "B": 1.0844022207967541e-10, + "S": 1.8211368177367682e-11, + "I": 4.209452981740469e-07, + "C": 2.3042625585389942e-08, + "R": 5.89798931915908e-10, + "M": 1.3477715583576355e-06, + "O": 1.8867384099507944e-08, + "W": 3.9453440514591875e-11, + "N": 6.256035134377669e-10, + "Y": 5.8118712331634015e-05, + "U": 2.8027417192655335e-11, + "K": 4.677267462227519e-10, + "L": 1.3247815067174429e-09, + "G": 8.336303835676517e-06, + "F": 1.8127213479601778e-05, + "E": 1.4305650211099419e-06, + "T": 1.600515861355234e-05, + "P": 0.0033516166731715202, + "-": 0.9965444207191467 + }, + "id": "tp_21928" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2741008, + "label": "-", + "classification": { + "B": 0.0006997068412601948, + "S": 1.141507709689904e-05, + "I": 0.0005452038603834808, + "C": 0.00022382174211088568, + "R": 2.817243330355268e-05, + "M": 0.006857189349830151, + "O": 0.00044868333498016, + "W": 9.198945917887613e-06, + "N": 9.172087629849557e-06, + "Y": 0.002527441130951047, + "U": 1.2648075653487467e-06, + "K": 5.448903834803787e-07, + "L": 0.0003667724668048322, + "G": 0.006423011422157288, + "F": 0.0021655492018908262, + "E": 0.0030372408218681812, + "T": 0.00175697379745543, + "P": 0.04600510001182556, + "-": 0.9288835525512695 + }, + "id": "tp_21929" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2741141, + "label": "-", + "classification": { + "B": 6.859143919513144e-09, + "S": 7.148751812735554e-09, + "I": 5.905566922592698e-06, + "C": 8.547576726414263e-07, + "R": 7.743356178480099e-08, + "M": 2.4314415441040182e-06, + "O": 1.917782412874658e-07, + "W": 4.988491841828591e-09, + "N": 6.413311126607368e-08, + "Y": 0.0005103697185404599, + "U": 1.6579921879866788e-09, + "K": 8.417546837335976e-07, + "L": 8.434927423195404e-09, + "G": 6.241392839001492e-05, + "F": 0.00032111225300468504, + "E": 2.784522257570643e-05, + "T": 4.3052772525697947e-05, + "P": 0.013438067398965359, + "-": 0.9855866432189941 + }, + "id": "tp_21930" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2741275, + "label": "-", + "classification": { + "B": 2.7638962230014386e-09, + "S": 3.781078561360118e-09, + "I": 1.2616222875294625e-06, + "C": 1.8453225720804767e-06, + "R": 1.1710219638416675e-07, + "M": 4.775728939421242e-06, + "O": 5.797590461043001e-07, + "W": 5.845814499139124e-09, + "N": 2.8438119414886387e-08, + "Y": 0.00017912160546984524, + "U": 7.918730560163567e-09, + "K": 3.904300172052899e-07, + "L": 4.880461190737151e-08, + "G": 3.19541031785775e-05, + "F": 0.0012915722327306867, + "E": 4.763397555507254e-06, + "T": 5.212050018599257e-05, + "P": 0.005298416130244732, + "-": 0.993133008480072 + }, + "id": "tp_21931" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2741408, + "label": "-", + "classification": { + "B": 5.777863862022059e-06, + "S": 4.091979917575372e-06, + "I": 0.0003546462976373732, + "C": 0.0003123068017885089, + "R": 3.3280401112278923e-05, + "M": 0.0003107894444838166, + "O": 6.240604852791876e-05, + "W": 6.202941676747287e-06, + "N": 5.760107160313055e-05, + "Y": 0.007159985136240721, + "U": 4.453458586795023e-06, + "K": 0.0011582798324525356, + "L": 5.7357983678230084e-06, + "G": 0.003423888236284256, + "F": 0.04041866958141327, + "E": 0.00496587622910738, + "T": 0.0008857858483679593, + "P": 0.09155404567718506, + "-": 0.8492761254310608 + }, + "id": "tp_21932" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2741508, + "label": "-", + "classification": { + "B": 8.296563991372352e-10, + "S": 4.966596023336933e-09, + "I": 5.310206688591279e-06, + "C": 1.0977015563184978e-06, + "R": 1.6559781101932458e-07, + "M": 5.956668246653862e-06, + "O": 9.236471782969602e-07, + "W": 8.124002803810981e-09, + "N": 1.2008221972337196e-07, + "Y": 0.0006105270585976541, + "U": 5.804224656458246e-09, + "K": 9.71586905507138e-06, + "L": 3.355841471375243e-08, + "G": 7.294209353858605e-05, + "F": 0.0015322885010391474, + "E": 1.941307527886238e-05, + "T": 9.961419709725305e-05, + "P": 0.0036833155900239944, + "-": 0.993958592414856 + }, + "id": "tp_21933" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2741642, + "label": "-", + "classification": { + "B": 7.901516246855422e-12, + "S": 1.985318810390768e-12, + "I": 4.014059484802601e-08, + "C": 1.5456247393075273e-09, + "R": 1.0893112106780123e-10, + "M": 1.38953097916783e-08, + "O": 2.9346305385757887e-09, + "W": 1.0344178638654888e-11, + "N": 4.880129633733077e-10, + "Y": 1.3306050277606118e-05, + "U": 1.189815346941403e-11, + "K": 6.595454848934423e-09, + "L": 1.5192737692903968e-11, + "G": 2.6423430199429276e-07, + "F": 4.051749419886619e-05, + "E": 3.0278380336312694e-07, + "T": 6.679726993752411e-07, + "P": 0.008761282078921795, + "-": 0.9911836385726929 + }, + "id": "tp_21934" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2741775, + "label": "-", + "classification": { + "B": 5.797233370685717e-06, + "S": 1.5358633618234308e-06, + "I": 0.000743056065402925, + "C": 5.574615715886466e-05, + "R": 1.5152098058024421e-05, + "M": 0.00028144087991677225, + "O": 6.244601536309347e-05, + "W": 3.237248847653973e-06, + "N": 3.0156599677866325e-05, + "Y": 0.004561549983918667, + "U": 4.74184980703285e-06, + "K": 1.6694351870683022e-05, + "L": 1.240811798197683e-05, + "G": 0.0008159477147273719, + "F": 0.001080470741726458, + "E": 0.0007024446967989206, + "T": 0.003959996160119772, + "P": 0.055947739630937576, + "-": 0.9316994547843933 + }, + "id": "tp_21935" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2741875, + "label": "-", + "classification": { + "B": 9.218291233992204e-05, + "S": 1.9543684175005183e-05, + "I": 0.001050854567438364, + "C": 0.00034872180549427867, + "R": 8.749603875912726e-05, + "M": 0.012426851317286491, + "O": 0.0004604732384905219, + "W": 9.147186574409716e-06, + "N": 2.508831676095724e-05, + "Y": 0.039343252778053284, + "U": 3.1472973205382004e-06, + "K": 6.426998879760504e-06, + "L": 0.0003320384712424129, + "G": 0.020763400942087173, + "F": 0.005390230566263199, + "E": 0.003346115816384554, + "T": 0.014538731426000595, + "P": 0.025878241285681725, + "-": 0.8758780360221863 + }, + "id": "tp_21936" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2742009, + "label": "-", + "classification": { + "B": 3.4963707662427623e-07, + "S": 1.3341095836949535e-06, + "I": 5.69833537156228e-06, + "C": 6.235216915229103e-06, + "R": 9.274259582525701e-07, + "M": 0.0001677152467891574, + "O": 4.340904706623405e-05, + "W": 3.427267074584961e-07, + "N": 2.4782153218438907e-07, + "Y": 0.0010497344192117453, + "U": 8.326126454960558e-09, + "K": 1.8162899095841567e-06, + "L": 5.279712240735535e-06, + "G": 0.000978245516307652, + "F": 0.01075705885887146, + "E": 9.447235061088577e-05, + "T": 0.00026579576660878956, + "P": 0.004440267104655504, + "-": 0.9821810722351074 + }, + "id": "tp_21937" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2742142, + "label": "-", + "classification": { + "B": 2.0205108739901334e-05, + "S": 2.4843704522936605e-05, + "I": 0.0018244320526719093, + "C": 0.0004558468936011195, + "R": 6.731344910804182e-05, + "M": 0.001131469733081758, + "O": 0.0003309964668005705, + "W": 3.67653883586172e-05, + "N": 0.00019229216559324414, + "Y": 0.0048013958148658276, + "U": 3.544818900991231e-05, + "K": 0.0002162413438782096, + "L": 7.053540321066976e-05, + "G": 0.0026641765143722296, + "F": 0.007590329274535179, + "E": 0.0027617348823696375, + "T": 0.003817274235188961, + "P": 0.13289913535118103, + "-": 0.8410595655441284 + }, + "id": "tp_21938" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2742276, + "label": "-", + "classification": { + "B": 4.0722678562588044e-08, + "S": 2.6140725140066934e-08, + "I": 8.1602365753497e-06, + "C": 1.4270249266701285e-05, + "R": 3.020569465661538e-06, + "M": 3.433678284636699e-05, + "O": 8.098239959508646e-06, + "W": 6.844420141760565e-08, + "N": 1.4905768352946325e-07, + "Y": 0.000450245599495247, + "U": 4.7915545309251684e-08, + "K": 2.5315783247492618e-08, + "L": 1.3525555004889611e-06, + "G": 6.630611460423097e-05, + "F": 0.0004292080120649189, + "E": 2.679651743164868e-06, + "T": 0.00024334556655958295, + "P": 0.008129218593239784, + "-": 0.9906094074249268 + }, + "id": "tp_21939" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2742376, + "label": "-", + "classification": { + "B": 6.296432264463192e-09, + "S": 8.059620526523759e-09, + "I": 1.7547521565575153e-05, + "C": 7.923650287011696e-07, + "R": 2.2677102151646977e-07, + "M": 0.00023656013945583254, + "O": 2.0748811948578805e-06, + "W": 2.2869939275693696e-09, + "N": 2.7476360742184625e-08, + "Y": 0.0061746700666844845, + "U": 8.439319798547729e-10, + "K": 2.768255180640722e-09, + "L": 3.31875241954549e-07, + "G": 0.00015402998542413116, + "F": 0.0001392411650158465, + "E": 1.1543761502252892e-06, + "T": 0.0025758773554116488, + "P": 0.0009111555991694331, + "-": 0.9897861480712891 + }, + "id": "tp_21940" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2742509, + "label": "-", + "classification": { + "B": 4.469934700157552e-10, + "S": 2.351338013184545e-10, + "I": 7.123146872345387e-08, + "C": 1.3436617507522897e-07, + "R": 8.237403648081454e-09, + "M": 2.885170488298172e-06, + "O": 1.0701761254949815e-07, + "W": 4.1698794417399654e-10, + "N": 1.044802355743002e-09, + "Y": 0.00018201125203631818, + "U": 2.0174528714278495e-10, + "K": 3.7874137603921554e-08, + "L": 5.387650325872073e-09, + "G": 1.3894590665586293e-05, + "F": 0.00024421827401965857, + "E": 1.1275142242084257e-06, + "T": 2.860238600987941e-05, + "P": 0.0009358773240819573, + "-": 0.9985910058021545 + }, + "id": "tp_21941" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2742643, + "label": "-", + "classification": { + "B": 7.42284400612192e-10, + "S": 2.1382000614522667e-09, + "I": 1.834703107306268e-05, + "C": 7.974451818881789e-07, + "R": 9.365590614152097e-08, + "M": 3.64918605555431e-06, + "O": 4.0603393358651374e-07, + "W": 7.792116285543216e-09, + "N": 3.2468406629959645e-07, + "Y": 0.0001417664170730859, + "U": 5.514834811037872e-09, + "K": 9.249388313037343e-07, + "L": 8.730552281122073e-09, + "G": 1.1265353350609075e-05, + "F": 0.0006720585515722632, + "E": 3.985733928857371e-05, + "T": 2.3466522179660387e-05, + "P": 0.05389639362692833, + "-": 0.9451906681060791 + }, + "id": "tp_21942" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2742776, + "label": "-", + "classification": { + "B": 1.0667528727026365e-07, + "S": 5.549864212639477e-08, + "I": 1.6021771443774924e-05, + "C": 9.524799224891467e-07, + "R": 2.5204337816830957e-07, + "M": 6.1889600146969315e-06, + "O": 3.0598971534345765e-06, + "W": 1.4513040014207945e-07, + "N": 5.728278438255074e-07, + "Y": 0.0002970506902784109, + "U": 5.3447298142828004e-08, + "K": 3.868209205393214e-06, + "L": 1.2360455059479136e-07, + "G": 6.340649997582659e-05, + "F": 0.0015494403196498752, + "E": 3.29311442328617e-05, + "T": 7.068179547786713e-05, + "P": 0.04561936855316162, + "-": 0.9523357152938843 + }, + "id": "tp_21943" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2742876, + "label": "-", + "classification": { + "B": 2.5668136505174743e-09, + "S": 1.96230187654578e-09, + "I": 3.5495056636136724e-06, + "C": 3.30399558379213e-07, + "R": 1.8208075047709826e-08, + "M": 2.414661594229983e-06, + "O": 2.85492291141054e-07, + "W": 2.0101780240366907e-09, + "N": 2.2730356263878093e-08, + "Y": 6.312949699349701e-05, + "U": 1.107634317598638e-09, + "K": 2.031629442456051e-08, + "L": 1.696379925419933e-08, + "G": 2.8578378987731412e-05, + "F": 9.183693327941e-05, + "E": 4.807150162378093e-06, + "T": 3.5780423786491156e-05, + "P": 0.0066528962925076485, + "-": 0.9931163191795349 + }, + "id": "tp_21944" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2743010, + "label": "-", + "classification": { + "B": 2.738135510427925e-13, + "S": 4.71635447710228e-12, + "I": 7.876965746334008e-09, + "C": 1.3277531296651546e-09, + "R": 3.7076294812088406e-10, + "M": 1.3625091810354206e-07, + "O": 8.341916490905987e-09, + "W": 2.1093805955413325e-12, + "N": 2.0994034635735126e-11, + "Y": 1.7547123434269452e-06, + "U": 3.0895273318842786e-13, + "K": 1.2124179698397297e-12, + "L": 2.3108519264791738e-10, + "G": 3.692354155759858e-08, + "F": 6.5827230173454154e-06, + "E": 2.6240243311548284e-09, + "T": 4.7028588596731424e-06, + "P": 0.0001912392326630652, + "-": 0.9997956156730652 + }, + "id": "tp_21945" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2743143, + "label": "-", + "classification": { + "B": 1.0161492092208846e-08, + "S": 2.249347819116565e-09, + "I": 1.4252221944843768e-06, + "C": 2.5488682240393246e-06, + "R": 2.2993278037120035e-07, + "M": 2.686635980353458e-07, + "O": 3.560687673598295e-07, + "W": 2.156055778357313e-08, + "N": 5.06956574497508e-08, + "Y": 5.608975698123686e-05, + "U": 6.6150351862859225e-09, + "K": 1.153810217147111e-06, + "L": 9.496877950709859e-09, + "G": 8.948449249146506e-06, + "F": 0.00225423788651824, + "E": 1.1908227861567866e-05, + "T": 3.191915538991452e-06, + "P": 0.028268560767173767, + "-": 0.9693910479545593 + }, + "id": "tp_21946" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2743277, + "label": "-", + "classification": { + "B": 4.679869562096428e-06, + "S": 4.4831836021330673e-07, + "I": 2.4132315957103856e-05, + "C": 5.9095065807923675e-05, + "R": 5.5557711675646715e-06, + "M": 0.0003888560750056058, + "O": 2.5629060473875143e-05, + "W": 4.88535647491517e-07, + "N": 5.541687073673529e-07, + "Y": 0.0018688994459807873, + "U": 2.1726491183926555e-07, + "K": 4.964429081155686e-07, + "L": 1.3159360605641268e-05, + "G": 0.0008521522395312786, + "F": 0.0028902662452310324, + "E": 7.382468174910173e-05, + "T": 0.0006231943843886256, + "P": 0.012172074057161808, + "-": 0.9809962511062622 + }, + "id": "tp_21947" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2743377, + "label": "-", + "classification": { + "B": 2.6425952537323383e-09, + "S": 1.1610653771754187e-08, + "I": 1.2092697033949662e-05, + "C": 3.81299673790636e-06, + "R": 4.3972727326035965e-07, + "M": 5.758754923590459e-06, + "O": 1.7069226032617735e-06, + "W": 7.667564716484776e-08, + "N": 7.360619633800525e-07, + "Y": 0.000505499541759491, + "U": 2.1598998145577752e-08, + "K": 3.801572529482655e-05, + "L": 1.5363115224431567e-08, + "G": 3.1495077564613894e-05, + "F": 0.000988692743703723, + "E": 0.00013901515922043473, + "T": 8.529874321538955e-05, + "P": 0.018601585179567337, + "-": 0.9795857071876526 + }, + "id": "tp_21948" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2743510, + "label": "-", + "classification": { + "B": 4.801525843589616e-10, + "S": 5.224037175066698e-11, + "I": 4.6907666728657205e-07, + "C": 2.633328676893143e-06, + "R": 1.5223085370053013e-07, + "M": 8.853211284076679e-07, + "O": 1.268260092501805e-07, + "W": 5.132660962914315e-10, + "N": 1.2801919524463301e-09, + "Y": 8.101278217509389e-05, + "U": 4.926982710706795e-10, + "K": 4.260146013734811e-09, + "L": 1.5835187383572702e-08, + "G": 1.6851432519615628e-05, + "F": 0.00014674766862299293, + "E": 4.250499898716953e-07, + "T": 5.897727533010766e-06, + "P": 0.002463284181430936, + "-": 0.997281551361084 + }, + "id": "tp_21949" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2743644, + "label": "-", + "classification": { + "B": 3.701221430674195e-05, + "S": 2.0675546693382785e-05, + "I": 0.0013518115738406777, + "C": 0.0003427070041652769, + "R": 5.8821911807172e-05, + "M": 0.0019119876669719815, + "O": 0.00027590751415118575, + "W": 2.1816975277033634e-05, + "N": 0.00011324365914333612, + "Y": 0.01883944496512413, + "U": 1.2188211258035153e-05, + "K": 0.00031416129786521196, + "L": 5.025085192755796e-05, + "G": 0.01002561580389738, + "F": 0.011638645082712173, + "E": 0.00602187542244792, + "T": 0.00648275762796402, + "P": 0.04570617154240608, + "-": 0.8967748880386353 + }, + "id": "tp_21950" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2743777, + "label": "-", + "classification": { + "B": 0.0004826447693631053, + "S": 0.00046188305714167655, + "I": 0.0015243951929733157, + "C": 0.0011547995964065194, + "R": 0.0004101811209693551, + "M": 0.002236418193206191, + "O": 0.0018669302808120847, + "W": 0.0003821602731477469, + "N": 0.0004242019494995475, + "Y": 0.006344908382743597, + "U": 0.0001072704981197603, + "K": 0.0006171854911372066, + "L": 0.0004220817645546049, + "G": 0.005042264703661203, + "F": 0.05381890386343002, + "E": 0.003281552344560623, + "T": 0.005094165448099375, + "P": 0.129739910364151, + "-": 0.786588191986084 + }, + "id": "tp_21951" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2743877, + "label": "-", + "classification": { + "B": 5.243017767497804e-06, + "S": 6.616664336434042e-07, + "I": 2.3808614059817046e-05, + "C": 4.33332024840638e-06, + "R": 4.267198221441504e-07, + "M": 9.343629062641412e-05, + "O": 8.89168404683005e-06, + "W": 4.2356504081908497e-07, + "N": 1.1181856507391785e-06, + "Y": 0.0010297918925061822, + "U": 4.463278457933484e-08, + "K": 3.028711762453895e-05, + "L": 9.317867579738959e-07, + "G": 0.001302990596741438, + "F": 0.006706923246383667, + "E": 0.00482215778902173, + "T": 0.00019339540449436754, + "P": 0.019038116559386253, + "-": 0.9667369723320007 + }, + "id": "tp_21952" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2744011, + "label": "-", + "classification": { + "B": 4.734943548356796e-09, + "S": 2.3550628114321626e-09, + "I": 0.00019006544607691467, + "C": 5.848713044542819e-06, + "R": 5.84109557166812e-07, + "M": 1.010218147712294e-05, + "O": 5.197665586820222e-07, + "W": 1.0558625973544622e-08, + "N": 9.011492920762976e-07, + "Y": 0.0011891332687810063, + "U": 1.735455690266008e-08, + "K": 2.902196456489037e-07, + "L": 4.988372026559773e-08, + "G": 6.213149026734754e-05, + "F": 0.00025845642085187137, + "E": 9.986844816012308e-05, + "T": 0.00012237924966029823, + "P": 0.05853487551212311, + "-": 0.9395248889923096 + }, + "id": "tp_21953" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2744144, + "label": "-", + "classification": { + "B": 9.141354894381948e-06, + "S": 9.54875213210471e-06, + "I": 0.0035331416875123978, + "C": 0.0012583474162966013, + "R": 0.00034129846608266234, + "M": 0.0007935809553600848, + "O": 0.0002570229989942163, + "W": 2.6717309083323926e-05, + "N": 0.0004094818141311407, + "Y": 0.021266477182507515, + "U": 1.4777328033233061e-05, + "K": 0.001825179671868682, + "L": 1.3384546946326736e-05, + "G": 0.003339045913890004, + "F": 0.026098450645804405, + "E": 0.007844955660402775, + "T": 0.002086735563352704, + "P": 0.16121627390384674, + "-": 0.7696563601493835 + }, + "id": "tp_21954" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2744278, + "label": "-", + "classification": { + "B": 2.1993455945334972e-08, + "S": 2.748010352604524e-08, + "I": 2.917449364758795e-06, + "C": 9.928138524628594e-07, + "R": 4.6114180918266356e-08, + "M": 1.8150651612813817e-06, + "O": 9.238813731826667e-07, + "W": 2.6093326610521217e-08, + "N": 1.9666255468564486e-07, + "Y": 7.449134136550128e-05, + "U": 1.1779975217507399e-08, + "K": 1.1403343478377792e-06, + "L": 3.3475046734565694e-08, + "G": 2.41606048803078e-05, + "F": 0.00268994877114892, + "E": 1.412980509485351e-05, + "T": 2.6247356800013222e-05, + "P": 0.05087853595614433, + "-": 0.946284294128418 + }, + "id": "tp_21955" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2744378, + "label": "-", + "classification": { + "B": 6.228785309758678e-08, + "S": 5.2049401233489334e-08, + "I": 6.954489799682051e-05, + "C": 1.2116932339267805e-05, + "R": 2.319395207450725e-06, + "M": 0.00012214150046929717, + "O": 6.289209522947203e-06, + "W": 9.104757481281922e-08, + "N": 5.703051328964648e-07, + "Y": 0.006537081208080053, + "U": 2.4769212458863876e-08, + "K": 4.730584066692245e-07, + "L": 4.4356397665978875e-07, + "G": 0.00018090946832671762, + "F": 0.00044308288488537073, + "E": 6.665984983555973e-05, + "T": 0.0007288646884262562, + "P": 0.009310095570981503, + "-": 0.9825191497802734 + }, + "id": "tp_21956" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2744511, + "label": "-", + "classification": { + "B": 4.773283421855012e-07, + "S": 1.8373309274011262e-07, + "I": 2.3918768420116976e-05, + "C": 8.759503543842584e-06, + "R": 8.368629664801119e-07, + "M": 4.415130024426617e-05, + "O": 5.125668849359499e-06, + "W": 1.4171266116136394e-07, + "N": 6.728719199600164e-07, + "Y": 0.0005523369763977826, + "U": 7.248203814924636e-08, + "K": 5.360815521271434e-06, + "L": 7.10918129698257e-07, + "G": 0.0002710981061682105, + "F": 0.0030950752552598715, + "E": 0.00010116169141838327, + "T": 0.00022771410294808447, + "P": 0.011789736337959766, + "-": 0.9838723540306091 + }, + "id": "tp_21957" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2744645, + "label": "-", + "classification": { + "B": 4.4165258827888465e-07, + "S": 1.18318223485403e-06, + "I": 0.00010841566836461425, + "C": 7.245095184771344e-05, + "R": 7.318772986764088e-06, + "M": 8.781618817010894e-05, + "O": 3.7347439501900226e-05, + "W": 2.362185114179738e-06, + "N": 1.4691367141494993e-05, + "Y": 0.0009368279133923352, + "U": 1.2680080772042857e-06, + "K": 0.0001788362133083865, + "L": 1.4772622307646088e-06, + "G": 0.00016802303434815258, + "F": 0.010216462425887585, + "E": 0.0005078062531538308, + "T": 0.00037529392284341156, + "P": 0.0503351204097271, + "-": 0.9369468688964844 + }, + "id": "tp_21958" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2744778, + "label": "-", + "classification": { + "B": 1.573228908258173e-10, + "S": 8.55773524960357e-12, + "I": 1.5793315810697095e-07, + "C": 1.8052752466246602e-06, + "R": 2.3369862489630577e-08, + "M": 2.9446061944327084e-07, + "O": 1.242582836624706e-08, + "W": 4.478232021321027e-11, + "N": 3.4291963713073415e-10, + "Y": 2.120392491633538e-05, + "U": 1.7321237499867692e-10, + "K": 2.815744748474458e-09, + "L": 1.382825631779383e-09, + "G": 4.502957835939014e-06, + "F": 6.424108141800389e-05, + "E": 1.4792692581977462e-07, + "T": 2.2633075786870904e-06, + "P": 0.002607627771794796, + "-": 0.9972978234291077 + }, + "id": "tp_21959" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2744878, + "label": "-", + "classification": { + "B": 4.5111367086292375e-08, + "S": 7.949473115331784e-07, + "I": 0.00011434890620876104, + "C": 0.00010305883915862069, + "R": 1.1784328307840042e-05, + "M": 6.010400102240965e-05, + "O": 3.242352249799296e-05, + "W": 1.7892542700792546e-06, + "N": 1.1998546142422128e-05, + "Y": 0.0018454758683219552, + "U": 8.325885119120358e-07, + "K": 7.907056715339422e-05, + "L": 1.8515628426030162e-06, + "G": 0.0003170030831824988, + "F": 0.012838313356041908, + "E": 0.00015711090236436576, + "T": 0.0005931868217885494, + "P": 0.03338437154889107, + "-": 0.9504463076591492 + }, + "id": "tp_21960" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2745012, + "label": "-", + "classification": { + "B": 7.754908324386633e-07, + "S": 6.600532174161344e-07, + "I": 1.8888689737650566e-05, + "C": 2.2286327293841168e-05, + "R": 8.003643415577244e-06, + "M": 0.0003459079598542303, + "O": 3.0744398827664554e-05, + "W": 6.051018317521084e-07, + "N": 9.013885460262827e-07, + "Y": 0.011986847966909409, + "U": 1.4839098128049955e-07, + "K": 1.2034364772262052e-05, + "L": 5.709961442335043e-06, + "G": 0.0013560879742726684, + "F": 0.004445516970008612, + "E": 0.0001811831898521632, + "T": 0.002104555955156684, + "P": 0.004565752577036619, + "-": 0.9749133586883545 + }, + "id": "tp_21961" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2745145, + "label": "-", + "classification": { + "B": 9.432250180907431e-07, + "S": 1.3275752053232281e-06, + "I": 0.0004297129053156823, + "C": 0.0002860084641724825, + "R": 7.987370190676302e-05, + "M": 0.0019458538154140115, + "O": 0.00013044168008491397, + "W": 1.9687015537783736e-06, + "N": 4.259087745595025e-06, + "Y": 0.08124329149723053, + "U": 3.722096266756125e-07, + "K": 2.212259232692304e-06, + "L": 2.621818202896975e-05, + "G": 0.006003794725984335, + "F": 0.0025939904153347015, + "E": 0.00015706564590800554, + "T": 0.009884684346616268, + "P": 0.0038422266952693462, + "-": 0.8933658599853516 + }, + "id": "tp_21962" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2745279, + "label": "-", + "classification": { + "B": 6.20527362826806e-09, + "S": 3.552925775807125e-08, + "I": 1.4678795196232386e-05, + "C": 5.786757355963346e-06, + "R": 6.903094345034333e-07, + "M": 2.0599962226697244e-05, + "O": 2.7200421754969284e-06, + "W": 7.102129018221603e-08, + "N": 3.852637462387065e-07, + "Y": 0.002678376156836748, + "U": 3.1923754306717456e-08, + "K": 5.22795426149969e-06, + "L": 6.13939690197185e-08, + "G": 0.0001006427119136788, + "F": 0.0008790247957222164, + "E": 1.0797505638038274e-05, + "T": 0.0006496389978565276, + "P": 0.010835348628461361, + "-": 0.9847959280014038 + }, + "id": "tp_21963" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2745379, + "label": "-", + "classification": { + "B": 1.4523923255183036e-06, + "S": 3.2568721053394256e-06, + "I": 5.369349310058169e-05, + "C": 0.0003463796165306121, + "R": 3.72983849956654e-05, + "M": 0.00018521631136536598, + "O": 6.309828313533217e-05, + "W": 3.6536964671540773e-06, + "N": 8.184520083887037e-06, + "Y": 0.0036179551389068365, + "U": 3.901692252838984e-06, + "K": 0.0003227329289074987, + "L": 8.399034413741902e-06, + "G": 0.0007463876390829682, + "F": 0.02054000459611416, + "E": 0.0001361497852485627, + "T": 0.0008420401136390865, + "P": 0.016107304021716118, + "-": 0.9569728970527649 + }, + "id": "tp_21964" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2745512, + "label": "-", + "classification": { + "B": 4.4096797324755244e-08, + "S": 6.800082701374777e-07, + "I": 4.484259989112616e-06, + "C": 0.00022581823577638716, + "R": 8.493811037624255e-06, + "M": 0.00029996619559824467, + "O": 4.143725891481154e-05, + "W": 6.322447347884008e-07, + "N": 5.586803126789164e-07, + "Y": 0.005310531705617905, + "U": 2.980393887241917e-08, + "K": 1.7042899344232865e-05, + "L": 7.008453849266516e-06, + "G": 0.002875612350180745, + "F": 0.038727931678295135, + "E": 0.00018548483785707504, + "T": 0.0009974839631468058, + "P": 0.00441141938790679, + "-": 0.9468852281570435 + }, + "id": "tp_21965" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2745646, + "label": "-", + "classification": { + "B": 1.473743509450287e-07, + "S": 3.596415467654879e-07, + "I": 6.349028990371153e-05, + "C": 0.00013050466077402234, + "R": 1.5958570656948723e-05, + "M": 0.00014210338122211397, + "O": 2.2920745323062874e-05, + "W": 4.074394439612661e-07, + "N": 2.499141828593565e-06, + "Y": 0.009193506091833115, + "U": 1.329284913254014e-07, + "K": 8.337712642969564e-06, + "L": 2.989079121107352e-06, + "G": 0.0016356842825189233, + "F": 0.008328300900757313, + "E": 0.000126870974781923, + "T": 0.0009247179259546101, + "P": 0.01381786447018385, + "-": 0.9655831456184387 + }, + "id": "tp_21966" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2745779, + "label": "-", + "classification": { + "B": 8.55925554787973e-06, + "S": 5.143848738953238e-06, + "I": 3.914945409633219e-05, + "C": 0.00012619845801964402, + "R": 2.130504981323611e-05, + "M": 0.005247061140835285, + "O": 0.00022849277593195438, + "W": 2.9289656140463194e-06, + "N": 1.1663537407002877e-06, + "Y": 0.17541733384132385, + "U": 3.19490851552473e-08, + "K": 3.757548256544396e-05, + "L": 6.22758743702434e-05, + "G": 0.08847087621688843, + "F": 0.0068428413942456245, + "E": 0.001454981742426753, + "T": 0.008570988662540913, + "P": 0.0009209545678459108, + "-": 0.7125421762466431 + }, + "id": "tp_21967" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2745879, + "label": "-", + "classification": { + "B": 2.3782188024457085e-11, + "S": 1.8566231885230877e-10, + "I": 3.1973729619494407e-07, + "C": 2.569103685345908e-08, + "R": 1.0622783763736265e-09, + "M": 5.338311552804953e-07, + "O": 4.4020580958203936e-08, + "W": 2.948473687425235e-10, + "N": 3.3460598736212432e-09, + "Y": 0.00046692698379047215, + "U": 2.4370977458332277e-11, + "K": 1.4058831254715187e-07, + "L": 4.414295595722706e-10, + "G": 8.079369763436262e-06, + "F": 0.000223529918002896, + "E": 3.939602265745634e-06, + "T": 3.7346515455283225e-05, + "P": 0.0022438596934080124, + "-": 0.9970152378082275 + }, + "id": "tp_21968" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2746013, + "label": "-", + "classification": { + "B": 4.207545771350851e-06, + "S": 1.3798912732454482e-06, + "I": 0.00016035315638873726, + "C": 0.0013208488235250115, + "R": 0.0001303226890740916, + "M": 0.0007913326262496412, + "O": 8.61778826219961e-05, + "W": 1.8363568869972369e-06, + "N": 6.1369778450171e-06, + "Y": 0.007124343886971474, + "U": 4.029317551612621e-06, + "K": 6.682229013676988e-06, + "L": 4.124537736061029e-05, + "G": 0.002159712603315711, + "F": 0.0027393572963774204, + "E": 0.00020913276239298284, + "T": 0.00227988138794899, + "P": 0.011715404689311981, + "-": 0.9712175726890564 + }, + "id": "tp_21969" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2746146, + "label": "-", + "classification": { + "B": 1.852726956227957e-12, + "S": 5.1301801348713205e-12, + "I": 3.093964195954868e-08, + "C": 1.7399019114350267e-08, + "R": 3.351750266222808e-10, + "M": 9.108851450889688e-09, + "O": 2.9001405721373885e-09, + "W": 2.706134968888385e-11, + "N": 5.36394317851574e-10, + "Y": 3.8092430258984677e-06, + "U": 1.6593717719337597e-11, + "K": 7.583535222011051e-08, + "L": 1.2022220025054153e-11, + "G": 1.8087037290115404e-07, + "F": 0.0001273632951779291, + "E": 3.433871427205304e-07, + "T": 5.493752155416587e-07, + "P": 0.00713881803676486, + "-": 0.9927288293838501 + }, + "id": "tp_21970" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2746280, + "label": "-", + "classification": { + "B": 2.5885519789881073e-05, + "S": 5.369080827222206e-05, + "I": 3.916529749403708e-05, + "C": 5.7804336393019184e-05, + "R": 2.678654527699109e-05, + "M": 0.0006450628279708326, + "O": 0.00038955893251113594, + "W": 2.389491601206828e-05, + "N": 4.209000053378986e-06, + "Y": 0.002038449514657259, + "U": 1.0334596254324424e-06, + "K": 1.201392660732381e-05, + "L": 7.547206769231707e-05, + "G": 0.001095987157896161, + "F": 0.01576906628906727, + "E": 0.00010861128976102918, + "T": 0.001259493175894022, + "P": 0.012629265896975994, + "-": 0.9657445549964905 + }, + "id": "tp_21971" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2746380, + "label": "-", + "classification": { + "B": 5.566739218920702e-06, + "S": 6.0777078942919616e-06, + "I": 0.0001679369597695768, + "C": 0.00013909484550822526, + "R": 1.4036550055607222e-05, + "M": 0.0003973625716753304, + "O": 7.231990457512438e-05, + "W": 4.110465397388907e-06, + "N": 1.4977011232986115e-05, + "Y": 0.00483657093718648, + "U": 2.2502365482068853e-06, + "K": 3.939802627428435e-05, + "L": 1.6332232917193323e-05, + "G": 0.0017658629221841693, + "F": 0.017655564472079277, + "E": 0.0009883682942017913, + "T": 0.001461589359678328, + "P": 0.054672177881002426, + "-": 0.9177402853965759 + }, + "id": "tp_21972" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2746513, + "label": "-", + "classification": { + "B": 1.1866320370756966e-08, + "S": 4.6927977059851855e-09, + "I": 2.379672423558077e-06, + "C": 1.971247229448636e-06, + "R": 2.387283757343539e-07, + "M": 6.617006420128746e-06, + "O": 1.3182921065890696e-06, + "W": 2.757355410665241e-08, + "N": 4.897016836480361e-08, + "Y": 0.0007565382984466851, + "U": 1.719805098332472e-08, + "K": 8.405041853620787e-07, + "L": 7.141063207427578e-08, + "G": 3.5418437619227916e-05, + "F": 0.00035726046189665794, + "E": 9.475460501562338e-06, + "T": 7.727205229457468e-05, + "P": 0.005887407343834639, + "-": 0.992863118648529 + }, + "id": "tp_21973" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2746647, + "label": "-", + "classification": { + "B": 1.846073473643628e-06, + "S": 3.5054008549195714e-06, + "I": 2.145989674318116e-05, + "C": 1.5763498595333658e-05, + "R": 7.74613090470666e-06, + "M": 0.0002126376493833959, + "O": 0.00010166742140427232, + "W": 2.0587406197591918e-06, + "N": 8.083662805802305e-07, + "Y": 0.0024276524782180786, + "U": 1.1082578765808648e-07, + "K": 2.14039133084043e-07, + "L": 2.401785968686454e-05, + "G": 0.0004357124271336943, + "F": 0.008286948315799236, + "E": 3.385100717423484e-05, + "T": 0.0008714738651178777, + "P": 0.009408566169440746, + "-": 0.9781439900398254 + }, + "id": "tp_21974" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2746780, + "label": "P", + "classification": { + "B": 5.533555835768311e-09, + "S": 1.6032059013681987e-10, + "I": 3.3610203900025226e-06, + "C": 2.4963835443259086e-08, + "R": 7.343151642302814e-10, + "M": 1.106827340890959e-07, + "O": 2.3232134438444518e-08, + "W": 1.8682555502635978e-10, + "N": 1.9127552874920184e-08, + "Y": 6.905661393830087e-07, + "U": 9.009617357724764e-11, + "K": 1.3868081683021671e-10, + "L": 1.897011436824414e-09, + "G": 1.2735271184283192e-06, + "F": 8.249946404248476e-05, + "E": 4.484833880269434e-06, + "T": 1.0332100828236435e-06, + "P": 0.641168475151062, + "-": 0.3587380051612854 + }, + "id": "tp_21975" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2746880, + "label": "P", + "classification": { + "B": 2.693635906325653e-06, + "S": 5.552679340325994e-06, + "I": 0.0006418627453967929, + "C": 1.7470822058385238e-05, + "R": 1.7696455643090303e-06, + "M": 4.39330397057347e-05, + "O": 2.20820711547276e-05, + "W": 3.6255960367270745e-06, + "N": 0.00012523394252639264, + "Y": 0.00021325207490008324, + "U": 1.9809963305306155e-06, + "K": 7.61433839215897e-05, + "L": 1.1442505183367757e-06, + "G": 0.00010658094106474891, + "F": 0.0062747192569077015, + "E": 0.0020862382370978594, + "T": 0.0001936701883096248, + "P": 0.7167814373970032, + "-": 0.27340060472488403 + }, + "id": "tp_21976" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2747014, + "label": "-", + "classification": { + "B": 2.956808771159558e-07, + "S": 3.5661141737364233e-06, + "I": 2.0567563296935987e-06, + "C": 4.737264589493861e-06, + "R": 7.643085382369463e-07, + "M": 0.0001071981096174568, + "O": 2.607804890430998e-05, + "W": 3.8854173567415273e-07, + "N": 1.707769143877158e-07, + "Y": 0.0006022095330990851, + "U": 5.372102318546013e-09, + "K": 3.9422027953150973e-07, + "L": 3.126336423520115e-06, + "G": 0.0003559743345249444, + "F": 0.04983611777424812, + "E": 1.7530244804220274e-05, + "T": 0.00018187130626756698, + "P": 0.008839515037834644, + "-": 0.9400179982185364 + }, + "id": "tp_21977" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2747147, + "label": "P", + "classification": { + "B": 0.00010726735490607098, + "S": 7.165281567722559e-05, + "I": 0.02288230136036873, + "C": 0.0006915560225024819, + "R": 0.0001456783793400973, + "M": 0.0008358421036973596, + "O": 0.0001247738255187869, + "W": 3.3937409170903265e-05, + "N": 0.0028773590456694365, + "Y": 0.0012103342451155186, + "U": 2.542211404943373e-05, + "K": 0.00010397729784017429, + "L": 3.775499135372229e-05, + "G": 0.0011206376366317272, + "F": 0.003671961138024926, + "E": 0.014433768577873707, + "T": 0.0009255820768885314, + "P": 0.874954879283905, + "-": 0.07574526220560074 + }, + "id": "tp_21978" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2747281, + "label": "-", + "classification": { + "B": 2.797990532599215e-07, + "S": 2.650780004387343e-07, + "I": 3.4929285902762786e-05, + "C": 1.6397887520724908e-05, + "R": 2.827193839038955e-06, + "M": 6.394664069375722e-06, + "O": 6.0873007896589115e-06, + "W": 2.9584197136500734e-07, + "N": 1.7917294599101297e-06, + "Y": 0.00020074132771696895, + "U": 1.1536089061792154e-07, + "K": 7.096250556060113e-07, + "L": 4.360534546776762e-07, + "G": 4.0599868952995166e-05, + "F": 0.0035045836120843887, + "E": 2.008959745580796e-05, + "T": 9.41915059229359e-05, + "P": 0.10663199424743652, + "-": 0.889437198638916 + }, + "id": "tp_21979" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2747381, + "label": "-", + "classification": { + "B": 5.17195621796418e-05, + "S": 1.4816801012784708e-05, + "I": 0.00016696154489181936, + "C": 2.6875011826632544e-05, + "R": 3.1808135645405855e-06, + "M": 0.00019193036132492125, + "O": 0.0001009714396786876, + "W": 7.362959422607673e-06, + "N": 1.741083906381391e-05, + "Y": 0.0004121253441553563, + "U": 1.0572032351774396e-06, + "K": 1.2472429261833895e-05, + "L": 1.1770251148846e-05, + "G": 0.0004405650543048978, + "F": 0.014355028048157692, + "E": 0.0012717515928670764, + "T": 0.00036482870928011835, + "P": 0.18055303394794464, + "-": 0.8019962310791016 + }, + "id": "tp_21980" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2747514, + "label": "P", + "classification": { + "B": 6.851607395219617e-06, + "S": 5.055335805081995e-06, + "I": 0.0004793189000338316, + "C": 3.4368167689535767e-06, + "R": 6.5798167270259e-07, + "M": 4.5983135350979865e-05, + "O": 2.4727245545363985e-05, + "W": 9.177775268653932e-07, + "N": 5.314471127348952e-05, + "Y": 0.00013904097431804985, + "U": 1.5159592692270962e-07, + "K": 6.526738616230432e-07, + "L": 1.4491847650788259e-06, + "G": 0.00011822940723504871, + "F": 0.0008038603118620813, + "E": 0.00045244686771184206, + "T": 0.00014299813483376056, + "P": 0.8154730200767517, + "-": 0.1822480410337448 + }, + "id": "tp_21981" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2747648, + "label": "-", + "classification": { + "B": 2.787475978038856e-06, + "S": 2.5233232463506283e-06, + "I": 4.444752266863361e-05, + "C": 1.4772984286537394e-05, + "R": 7.599550826853374e-06, + "M": 0.0003370515478309244, + "O": 7.376440771622583e-05, + "W": 8.879721917764982e-07, + "N": 9.043605473380012e-07, + "Y": 0.0014879858354106545, + "U": 1.2206433552819362e-07, + "K": 8.60743654129692e-08, + "L": 2.7385674911784008e-05, + "G": 0.0007294449023902416, + "F": 0.0034192733000963926, + "E": 3.556771844159812e-05, + "T": 0.0009577076998539269, + "P": 0.01698475517332554, + "-": 0.9758729934692383 + }, + "id": "tp_21982" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2747781, + "label": "-", + "classification": { + "B": 1.8298408122063847e-08, + "S": 3.9913974347882686e-09, + "I": 2.4213968572439626e-05, + "C": 1.8088710476149572e-06, + "R": 2.8041961286362493e-07, + "M": 5.377755314839305e-06, + "O": 5.800126245958381e-07, + "W": 1.233220459084805e-08, + "N": 1.0331243061045825e-07, + "Y": 0.00027798954397439957, + "U": 1.0731973532074335e-08, + "K": 4.599394287652103e-08, + "L": 5.183888518445201e-08, + "G": 1.7384491002303548e-05, + "F": 0.00026792698190547526, + "E": 4.355458713689586e-06, + "T": 5.3160478273639455e-05, + "P": 0.018560945987701416, + "-": 0.9807856678962708 + }, + "id": "tp_21983" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2747881, + "label": "-", + "classification": { + "B": 9.764770948095247e-05, + "S": 2.9716666176682338e-05, + "I": 0.0019228012533858418, + "C": 6.755845242878422e-05, + "R": 1.500171947554918e-05, + "M": 0.0015243160305544734, + "O": 0.00021491933148354292, + "W": 1.1459942470537499e-05, + "N": 0.00010625204595271498, + "Y": 0.006033111829310656, + "U": 3.1139366001298185e-06, + "K": 2.3577440515509807e-05, + "L": 5.2186165703460574e-05, + "G": 0.0034688191954046488, + "F": 0.01201560627669096, + "E": 0.0085159782320261, + "T": 0.002624069107696414, + "P": 0.20855963230133057, + "-": 0.7547142505645752 + }, + "id": "tp_21984" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2748015, + "label": "-", + "classification": { + "B": 1.1027807886421215e-05, + "S": 2.841521200025454e-05, + "I": 0.0017340113408863544, + "C": 9.415378008270636e-05, + "R": 4.637088204617612e-05, + "M": 0.0017729218816384673, + "O": 0.00038205974851734936, + "W": 2.1899124476476572e-05, + "N": 9.325372229795903e-05, + "Y": 0.007137819658964872, + "U": 4.568918484437745e-06, + "K": 6.315702194115147e-05, + "L": 5.372390296543017e-05, + "G": 0.0023729372769594193, + "F": 0.015746550634503365, + "E": 0.0010906120296567678, + "T": 0.0038562610279768705, + "P": 0.11644434183835983, + "-": 0.8490460515022278 + }, + "id": "tp_21985" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2748148, + "label": "-", + "classification": { + "B": 0.00012808202882297337, + "S": 0.00033856171648949385, + "I": 0.0003272252215538174, + "C": 0.001546691288240254, + "R": 0.00026156980311498046, + "M": 0.0042476835660636425, + "O": 0.0008788190316408873, + "W": 8.851176971802488e-05, + "N": 5.9405178035376593e-05, + "Y": 0.015237119048833847, + "U": 9.936277820088435e-06, + "K": 0.00021181456395424902, + "L": 0.0003720639506354928, + "G": 0.010715385898947716, + "F": 0.10814566165208817, + "E": 0.0018735351040959358, + "T": 0.012364878319203854, + "P": 0.023153694346547127, + "-": 0.8200393915176392 + }, + "id": "tp_21986" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2748282, + "label": "P", + "classification": { + "B": 3.4028300888166996e-07, + "S": 9.01914404494164e-07, + "I": 0.0024599931202828884, + "C": 1.649971818551421e-05, + "R": 1.6642286482237978e-06, + "M": 3.463643588474952e-05, + "O": 9.339693860965781e-06, + "W": 5.303846251081268e-07, + "N": 9.78990865405649e-05, + "Y": 0.0001234748779097572, + "U": 3.9848615074333793e-07, + "K": 2.3258935470948927e-06, + "L": 6.132950147730298e-07, + "G": 4.4181273551657796e-05, + "F": 0.0007678905967622995, + "E": 0.0002926980669144541, + "T": 0.00018836470553651452, + "P": 0.6942886710166931, + "-": 0.3016696870326996 + }, + "id": "tp_21987" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2748382, + "label": "-", + "classification": { + "B": 6.390555063262582e-05, + "S": 3.260382800363004e-05, + "I": 0.00011662658653222024, + "C": 0.0022836991120129824, + "R": 0.001021268661133945, + "M": 0.0016438604798167944, + "O": 0.0007959586218930781, + "W": 3.848203778034076e-05, + "N": 4.180395990260877e-06, + "Y": 0.0017500087851658463, + "U": 3.1710344501334475e-06, + "K": 4.290693595976336e-07, + "L": 0.0007364969933405519, + "G": 0.002717062132433057, + "F": 0.005910410080105066, + "E": 2.6588855689624324e-05, + "T": 0.0036127339117228985, + "P": 0.005923891440033913, + "-": 0.9733186364173889 + }, + "id": "tp_21988" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2748515, + "label": "-", + "classification": { + "B": 6.730286258971319e-05, + "S": 2.5227935111615807e-05, + "I": 0.0032628437038511038, + "C": 0.0009508868679404259, + "R": 0.0002319125778740272, + "M": 0.00050052982987836, + "O": 0.0002869974705390632, + "W": 3.36956036335323e-05, + "N": 0.00022337172413244843, + "Y": 0.0067803822457790375, + "U": 2.418274561932776e-05, + "K": 8.112207433441654e-05, + "L": 6.590977864107117e-05, + "G": 0.0025307699106633663, + "F": 0.013066424988210201, + "E": 0.002244975185021758, + "T": 0.001843757345341146, + "P": 0.21430367231369019, + "-": 0.753476083278656 + }, + "id": "tp_21989" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2748649, + "label": "-", + "classification": { + "B": 8.145580876472991e-10, + "S": 3.923523728133205e-09, + "I": 7.219982762762811e-07, + "C": 4.035017809655983e-06, + "R": 3.785135049838573e-07, + "M": 8.296201485791244e-06, + "O": 8.905410595616559e-07, + "W": 6.936711205440815e-09, + "N": 1.6499129174007976e-08, + "Y": 0.0008076907834038138, + "U": 4.481907289743958e-09, + "K": 8.729816727282014e-07, + "L": 9.873964046391848e-08, + "G": 0.0001228651381097734, + "F": 0.0024466796312481165, + "E": 3.15796205541119e-06, + "T": 0.00010508099512662739, + "P": 0.002058896468952298, + "-": 0.9944402575492859 + }, + "id": "tp_21990" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2748782, + "label": "-", + "classification": { + "B": 2.7990882944806117e-09, + "S": 5.6773782119989846e-08, + "I": 8.542715477233287e-06, + "C": 2.0757482843691832e-07, + "R": 6.856903667085135e-08, + "M": 2.4943008156697033e-06, + "O": 2.161267957490054e-06, + "W": 2.6008899922658202e-08, + "N": 2.6469385261407297e-07, + "Y": 3.712145917234011e-05, + "U": 5.484887655171633e-09, + "K": 3.0617055557513595e-08, + "L": 4.540347831039071e-08, + "G": 3.0509038424497703e-06, + "F": 0.00035334666608832777, + "E": 1.5109076230146457e-06, + "T": 9.325394785264507e-05, + "P": 0.0589180514216423, + "-": 0.9405798316001892 + }, + "id": "tp_21991" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2748882, + "label": "P", + "classification": { + "B": 4.2503754229983315e-05, + "S": 0.00018120939785148948, + "I": 0.10749590396881104, + "C": 0.0006534372223541141, + "R": 8.452252222923562e-05, + "M": 0.0005902404082007706, + "O": 0.00017547712195664644, + "W": 9.4277122116182e-05, + "N": 0.022398697212338448, + "Y": 0.014111606404185295, + "U": 1.091580452339258e-05, + "K": 0.023472648113965988, + "L": 1.4049104720470496e-05, + "G": 0.008177261799573898, + "F": 0.018284954130649567, + "E": 0.32722482085227966, + "T": 0.002663754392415285, + "P": 0.42739593982696533, + "-": 0.0469277948141098 + }, + "id": "tp_21992" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2749016, + "label": "-", + "classification": { + "B": 1.6187449602966808e-07, + "S": 5.221058927418198e-07, + "I": 9.046839113580063e-05, + "C": 0.00013490514538716525, + "R": 2.628329639264848e-05, + "M": 0.00010569072037469596, + "O": 4.145280036027543e-05, + "W": 8.810054623609176e-07, + "N": 4.106133019377012e-06, + "Y": 0.0033148264046758413, + "U": 1.020892227643344e-06, + "K": 1.3886516398997628e-06, + "L": 5.760523890785407e-06, + "G": 0.0002806223928928375, + "F": 0.0022722212597727776, + "E": 2.6339328542235307e-05, + "T": 0.0012861150316894054, + "P": 0.013709541410207748, + "-": 0.9786977171897888 + }, + "id": "tp_21993" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2749149, + "label": "-", + "classification": { + "B": 2.7674466764437966e-05, + "S": 5.5676769989077e-05, + "I": 6.867483170935884e-05, + "C": 3.2720508897909895e-05, + "R": 1.4684474081150256e-05, + "M": 0.0027417943347245455, + "O": 0.0008822561358101666, + "W": 1.641272501728963e-05, + "N": 7.574238679808332e-06, + "Y": 0.0014232342364266515, + "U": 9.711108077681274e-07, + "K": 3.846834886189754e-07, + "L": 0.0001371507823932916, + "G": 0.0005348113481886685, + "F": 0.0022423097398132086, + "E": 9.136019798461348e-05, + "T": 0.003782497951760888, + "P": 0.017566721886396408, + "-": 0.9703731536865234 + }, + "id": "tp_21994" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2749283, + "label": "-", + "classification": { + "B": 1.882823562482372e-05, + "S": 9.788214811123908e-06, + "I": 0.0006946194334886968, + "C": 3.131792618660256e-05, + "R": 6.670846232736949e-06, + "M": 0.00018221797654405236, + "O": 7.438932516379282e-05, + "W": 4.578788320941385e-06, + "N": 8.722717757336795e-05, + "Y": 0.0007808245136402547, + "U": 1.6003588143576053e-06, + "K": 3.2841257052496076e-05, + "L": 7.109169018804096e-06, + "G": 0.0007876750314608216, + "F": 0.007887093350291252, + "E": 0.00162374263163656, + "T": 0.0005868413718417287, + "P": 0.4532279670238495, + "-": 0.5339546203613281 + }, + "id": "tp_21995" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2749383, + "label": "-", + "classification": { + "B": 0.00017819915956351906, + "S": 0.0007044654339551926, + "I": 0.0012587856035679579, + "C": 0.0010212025372311473, + "R": 0.00039160807500593364, + "M": 0.0039034427609294653, + "O": 0.0018899403512477875, + "W": 0.0002502755378372967, + "N": 0.0003194912278559059, + "Y": 0.01759382151067257, + "U": 4.074705793755129e-05, + "K": 0.0006702168029733002, + "L": 0.0004993783659301698, + "G": 0.010306543670594692, + "F": 0.08445221930742264, + "E": 0.003313902299851179, + "T": 0.01292426884174347, + "P": 0.07241573184728622, + "-": 0.7878658175468445 + }, + "id": "tp_21996" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2749516, + "label": "-", + "classification": { + "B": 0.002485854085534811, + "S": 7.639409159310162e-05, + "I": 0.002341011306270957, + "C": 0.0005894527421332896, + "R": 0.0002471401821821928, + "M": 0.018815524876117706, + "O": 0.0035909630823880434, + "W": 5.382541348808445e-05, + "N": 1.5294986951630563e-05, + "Y": 0.012078739702701569, + "U": 2.1409646251413506e-06, + "K": 2.6507541051046246e-08, + "L": 0.005054732784628868, + "G": 0.012941713444888592, + "F": 0.0008681577164679766, + "E": 0.00041052792221307755, + "T": 0.009321917779743671, + "P": 0.017047740519046783, + "-": 0.9140587449073792 + }, + "id": "tp_21997" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2749650, + "label": "-", + "classification": { + "B": 6.074320481275208e-05, + "S": 8.210999112634454e-06, + "I": 0.0009965610224753618, + "C": 0.0001169563620351255, + "R": 3.6312470911070704e-05, + "M": 0.0006537953740917146, + "O": 0.00015283486573025584, + "W": 4.383415216580033e-06, + "N": 1.319046896242071e-05, + "Y": 0.0019122031517326832, + "U": 8.358437639799376e-07, + "K": 1.408300818184216e-07, + "L": 0.00011188389180460945, + "G": 0.002400738652795553, + "F": 0.002300601452589035, + "E": 0.0005519050755538046, + "T": 0.001194769167341292, + "P": 0.20123888552188873, + "-": 0.7882450819015503 + }, + "id": "tp_21998" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2749783, + "label": "-", + "classification": { + "B": 1.0222717719443608e-05, + "S": 3.4926386433653533e-05, + "I": 0.00047698666458018124, + "C": 0.0001278417039429769, + "R": 1.817418888094835e-05, + "M": 0.00020967346790712327, + "O": 0.0001225453452207148, + "W": 2.0135574231971987e-05, + "N": 0.0001021551142912358, + "Y": 0.0029368195682764053, + "U": 6.009683602314908e-06, + "K": 0.00018601071496959776, + "L": 1.1609515240706969e-05, + "G": 0.0004019540792796761, + "F": 0.04145262390375137, + "E": 0.0012748820008710027, + "T": 0.0008797881309874356, + "P": 0.17584910988807678, + "-": 0.7758785486221313 + }, + "id": "tp_21999" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2749883, + "label": "-", + "classification": { + "B": 1.8619358854721213e-07, + "S": 1.581431661179522e-07, + "I": 4.2434709257577197e-07, + "C": 9.867640216043583e-08, + "R": 4.392792263274714e-08, + "M": 2.4381270122830756e-05, + "O": 5.1259771680634e-06, + "W": 5.441721384613629e-08, + "N": 4.797804820100282e-09, + "Y": 6.231993029359728e-05, + "U": 3.4201996790272915e-10, + "K": 2.0071486139805472e-10, + "L": 6.059784709577798e-07, + "G": 1.5453564628842287e-05, + "F": 0.0004040402127429843, + "E": 5.15554177127342e-07, + "T": 4.933307718602009e-05, + "P": 0.00459262914955616, + "-": 0.9948445558547974 + }, + "id": "tp_22000" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2750017, + "label": "-", + "classification": { + "B": 2.580530690465821e-06, + "S": 1.721487706163316e-06, + "I": 2.6341298507759348e-05, + "C": 3.309877865831368e-05, + "R": 6.575014140253188e-06, + "M": 0.00020495666831266135, + "O": 5.8047295169672e-05, + "W": 1.3412612815955072e-06, + "N": 1.197789629259205e-06, + "Y": 0.0007925636018626392, + "U": 6.52303526749165e-07, + "K": 2.6992543666892743e-07, + "L": 1.4219391232472844e-05, + "G": 0.00016407544899266213, + "F": 0.001147877424955368, + "E": 1.4915131032466888e-05, + "T": 0.0014024643460288644, + "P": 0.018971407786011696, + "-": 0.9771555662155151 + }, + "id": "tp_22001" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2750150, + "label": "-", + "classification": { + "B": 6.33462036603305e-07, + "S": 3.0263797157203953e-07, + "I": 2.693695387279149e-05, + "C": 6.778581791877514e-06, + "R": 1.5040712924019317e-06, + "M": 5.0385606300551444e-05, + "O": 1.586233702255413e-05, + "W": 5.294449465509388e-07, + "N": 7.468934200005606e-07, + "Y": 0.0003969680401496589, + "U": 2.1575820596808626e-07, + "K": 7.026512207630731e-07, + "L": 2.5168667434627423e-06, + "G": 0.00010484980157343671, + "F": 0.002286953618749976, + "E": 2.9425167667795904e-05, + "T": 0.00030891012283973396, + "P": 0.036790233105421066, + "-": 0.95997554063797 + }, + "id": "tp_22002" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2750250, + "label": "-", + "classification": { + "B": 2.250823672511615e-05, + "S": 7.383176125586033e-06, + "I": 9.31142276385799e-05, + "C": 2.5161531084449962e-05, + "R": 7.876307790866122e-06, + "M": 0.0001404176582582295, + "O": 0.00012625694216694683, + "W": 5.302360023051733e-06, + "N": 4.2726874198706355e-06, + "Y": 0.0006958411540836096, + "U": 5.996491836413043e-07, + "K": 4.602034664458188e-07, + "L": 2.8872609618701972e-05, + "G": 0.00035707204369828105, + "F": 0.004038600251078606, + "E": 8.263297786470503e-05, + "T": 0.0005346886464394629, + "P": 0.06797734647989273, + "-": 0.9258517026901245 + }, + "id": "tp_22003" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2750384, + "label": "-", + "classification": { + "B": 2.257924052173621e-07, + "S": 1.2722753695015854e-07, + "I": 1.5780329704284668e-05, + "C": 9.335969934909372e-07, + "R": 8.155089403771854e-08, + "M": 5.412608061305946e-06, + "O": 2.39788005274022e-06, + "W": 1.053835347875065e-07, + "N": 7.672451260987145e-07, + "Y": 0.00013743419549427927, + "U": 4.403286268939155e-08, + "K": 6.518807253996783e-07, + "L": 1.678111516412173e-07, + "G": 3.889084473485127e-05, + "F": 0.0027548116631805897, + "E": 5.568694541580044e-05, + "T": 5.3100884542800486e-05, + "P": 0.190973162651062, + "-": 0.8059601187705994 + }, + "id": "tp_22004" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2750517, + "label": "-", + "classification": { + "B": 1.861381235812587e-07, + "S": 2.91059762957957e-07, + "I": 5.522206265595742e-07, + "C": 3.4829929518309655e-06, + "R": 6.21888091245637e-07, + "M": 1.1948829524044413e-05, + "O": 8.110606358968653e-06, + "W": 1.880205360293985e-07, + "N": 4.442422962824821e-08, + "Y": 8.982054714579135e-05, + "U": 7.003106539116288e-09, + "K": 3.236721468624637e-08, + "L": 7.91647380538052e-07, + "G": 2.517865323170554e-05, + "F": 0.005595609080046415, + "E": 1.215985889757576e-06, + "T": 6.004843453411013e-05, + "P": 0.007350930944085121, + "-": 0.986850917339325 + }, + "id": "tp_22005" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2750651, + "label": "-", + "classification": { + "B": 4.1629925817687763e-07, + "S": 3.6378012282511918e-06, + "I": 9.2958944151178e-06, + "C": 5.827077075082343e-06, + "R": 1.0907587011388387e-06, + "M": 3.293892586953007e-05, + "O": 4.580663880915381e-05, + "W": 1.1467969898149022e-06, + "N": 1.5550011767118121e-06, + "Y": 0.0008598998538218439, + "U": 5.174022632559172e-08, + "K": 1.3593132734968094e-06, + "L": 1.7938864402822219e-06, + "G": 0.00022195419296622276, + "F": 0.010030532255768776, + "E": 2.1865225789952092e-05, + "T": 0.0005031647742725909, + "P": 0.029840562492609024, + "-": 0.9584171175956726 + }, + "id": "tp_22006" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2750751, + "label": "-", + "classification": { + "B": 3.2882198865991086e-05, + "S": 0.0001585455465829, + "I": 0.0004605574649758637, + "C": 0.0015200477791950107, + "R": 0.00042869703611359, + "M": 0.009091564454138279, + "O": 0.0015698997303843498, + "W": 4.321417509345338e-05, + "N": 3.658198693301529e-05, + "Y": 0.010673826560378075, + "U": 5.498720383911859e-06, + "K": 1.1109172191936523e-05, + "L": 0.0007878462201915681, + "G": 0.008933894336223602, + "F": 0.01766488514840603, + "E": 0.0008546013850718737, + "T": 0.014825748279690742, + "P": 0.011540348641574383, + "-": 0.921360194683075 + }, + "id": "tp_22007" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2750884, + "label": "-", + "classification": { + "B": 0.00010679505066946149, + "S": 0.000379112345399335, + "I": 0.001714041456580162, + "C": 0.00012832674838136882, + "R": 5.576309558819048e-05, + "M": 0.0023041130043566227, + "O": 0.0011031994363293052, + "W": 0.00018189697584602982, + "N": 0.00026779560721479356, + "Y": 0.0035120712127536535, + "U": 2.123183548974339e-05, + "K": 0.00014382635708898306, + "L": 0.0001774865377228707, + "G": 0.001641572336666286, + "F": 0.04174312949180603, + "E": 0.002390524372458458, + "T": 0.003767712041735649, + "P": 0.2550167441368103, + "-": 0.6853446960449219 + }, + "id": "tp_22008" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2751018, + "label": "-", + "classification": { + "B": 0.001854156842455268, + "S": 0.0006259065703488886, + "I": 0.0011461321264505386, + "C": 0.00044988730223849416, + "R": 0.00024121229944285005, + "M": 0.007479082327336073, + "O": 0.0037886567879468203, + "W": 0.0002516664389986545, + "N": 0.00013398945156950504, + "Y": 0.013220162130892277, + "U": 2.3658461941522546e-05, + "K": 5.537464312510565e-05, + "L": 0.0025291433557868004, + "G": 0.02532305009663105, + "F": 0.07263052463531494, + "E": 0.004879097919911146, + "T": 0.008055311627686024, + "P": 0.05597825348377228, + "-": 0.8013346791267395 + }, + "id": "tp_22009" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2751151, + "label": "-", + "classification": { + "B": 5.9782821054676916e-12, + "S": 1.9611332956886995e-12, + "I": 4.3612264022385716e-08, + "C": 4.762878633157719e-11, + "R": 1.4198717071881028e-12, + "M": 1.774438729285066e-08, + "O": 1.0622869250909162e-09, + "W": 2.485051010456263e-12, + "N": 1.4496737144042982e-10, + "Y": 4.995773679183912e-07, + "U": 7.4195543372374e-13, + "K": 1.8340655383308757e-11, + "L": 6.8625187997495285e-12, + "G": 2.9626047393094268e-08, + "F": 5.724933544115629e-06, + "E": 8.907768034305263e-08, + "T": 8.372547881663195e-07, + "P": 0.05726446583867073, + "-": 0.9427283406257629 + }, + "id": "tp_22010" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2751251, + "label": "-", + "classification": { + "B": 1.9779490685323253e-05, + "S": 2.041362677118741e-05, + "I": 0.03893790766596794, + "C": 0.0015342499827966094, + "R": 0.0003544192877598107, + "M": 0.0031249651219695807, + "O": 0.00039621733594685793, + "W": 2.362171289860271e-05, + "N": 0.0006280492525547743, + "Y": 0.07788074016571045, + "U": 4.728074145532446e-06, + "K": 0.00012131020775996149, + "L": 5.17024309374392e-05, + "G": 0.011189484968781471, + "F": 0.009547152556478977, + "E": 0.00535838957875967, + "T": 0.009486475959420204, + "P": 0.12106050550937653, + "-": 0.7202598452568054 + }, + "id": "tp_22011" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2751385, + "label": "-", + "classification": { + "B": 9.06324942206993e-07, + "S": 1.3471286592903198e-06, + "I": 0.00026865434483624995, + "C": 2.1013136574765667e-05, + "R": 4.202342552162008e-06, + "M": 0.00015421799616888165, + "O": 2.608911927381996e-05, + "W": 1.435602371202549e-06, + "N": 1.0507334081921726e-05, + "Y": 0.0009637922630645335, + "U": 7.316266987800191e-07, + "K": 5.20160210726317e-06, + "L": 4.197003818262601e-06, + "G": 0.00024472479708492756, + "F": 0.0054790726862847805, + "E": 0.0004285287868697196, + "T": 0.0004993276088498533, + "P": 0.1979890614748001, + "-": 0.7938970327377319 + }, + "id": "tp_22012" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2751518, + "label": "P", + "classification": { + "B": 0.001021877396851778, + "S": 0.00010241442214464769, + "I": 0.0073090242221951485, + "C": 0.001427296781912446, + "R": 0.0004276997351553291, + "M": 0.0014269143575802445, + "O": 0.0006412718794308603, + "W": 9.983451309381053e-05, + "N": 0.0004978314391337335, + "Y": 0.0051816292107105255, + "U": 6.265724368859082e-05, + "K": 1.6946902178460732e-05, + "L": 0.0004503987729549408, + "G": 0.0036864273715764284, + "F": 0.009676223620772362, + "E": 0.004545505624264479, + "T": 0.0029545610304921865, + "P": 0.5156154036521912, + "-": 0.44485604763031006 + }, + "id": "tp_22013" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2751652, + "label": "-", + "classification": { + "B": 5.805445457696123e-09, + "S": 1.7857141321186987e-09, + "I": 3.0528666684404016e-05, + "C": 7.727653610345442e-07, + "R": 2.9736526130363927e-07, + "M": 2.188124017266091e-05, + "O": 2.369802132307086e-06, + "W": 8.717848665185102e-09, + "N": 9.722277383161781e-08, + "Y": 0.00010548779391683638, + "U": 3.857314911925869e-09, + "K": 2.7706506533498043e-10, + "L": 2.5376533585586003e-07, + "G": 1.1817177437478676e-05, + "F": 1.8532718968344852e-05, + "E": 2.7830685667140642e-06, + "T": 0.00028004220803268254, + "P": 0.01598932035267353, + "-": 0.983535885810852 + }, + "id": "tp_22014" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2751752, + "label": "-", + "classification": { + "B": 1.6048509188237858e-09, + "S": 5.4220031131535507e-08, + "I": 8.357496028565947e-08, + "C": 1.1904853636224288e-07, + "R": 4.852061863402923e-09, + "M": 5.7311040109198075e-06, + "O": 9.054054430635006e-07, + "W": 7.187588302315362e-09, + "N": 1.1406376287936837e-08, + "Y": 7.243865547934547e-05, + "U": 1.3273319943163386e-10, + "K": 1.2866031795510935e-07, + "L": 2.024281542389872e-08, + "G": 1.177490412374027e-05, + "F": 0.008379096165299416, + "E": 8.428838555119e-06, + "T": 3.229240246582776e-05, + "P": 0.011453544721007347, + "-": 0.9800352454185486 + }, + "id": "tp_22015" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2751885, + "label": "-", + "classification": { + "B": 5.328789029590553e-06, + "S": 6.227217454579659e-06, + "I": 0.0001442645734641701, + "C": 1.2477052223403007e-05, + "R": 1.7378027905579074e-06, + "M": 0.0001294598332606256, + "O": 6.244311953196302e-05, + "W": 4.805490334547358e-06, + "N": 1.8203571016783826e-05, + "Y": 0.00032410284620709717, + "U": 1.247837985829392e-06, + "K": 7.471627668564906e-06, + "L": 4.786499630426988e-06, + "G": 0.00013756727275904268, + "F": 0.003914644476026297, + "E": 0.00021674776508007199, + "T": 0.0007419813773594797, + "P": 0.2300359457731247, + "-": 0.7642306089401245 + }, + "id": "tp_22016" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2752019, + "label": "-", + "classification": { + "B": 4.8212642766998215e-09, + "S": 8.028796294468066e-09, + "I": 1.335456204287766e-06, + "C": 2.045627311986209e-08, + "R": 2.5413062765267114e-09, + "M": 3.117818891951174e-07, + "O": 6.338079856504919e-07, + "W": 5.049472395768362e-09, + "N": 1.7700322985092498e-08, + "Y": 2.743339337030193e-06, + "U": 1.0905423786233825e-10, + "K": 7.556127251673317e-11, + "L": 1.0844576792123917e-08, + "G": 9.089926606975496e-07, + "F": 9.593681897968054e-05, + "E": 2.14395953435087e-07, + "T": 4.046173216920579e-06, + "P": 0.14385907351970673, + "-": 0.8560347557067871 + }, + "id": "tp_22017" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2752152, + "label": "-", + "classification": { + "B": 3.443962486926466e-05, + "S": 0.00010457630560267717, + "I": 0.00762891536578536, + "C": 0.0018333839252591133, + "R": 0.00045585748739540577, + "M": 0.004057371988892555, + "O": 0.0009718479705043137, + "W": 8.099609112832695e-05, + "N": 0.0005431717145256698, + "Y": 0.054234039038419724, + "U": 6.419128476409242e-05, + "K": 0.00018025825556833297, + "L": 0.0002402805257588625, + "G": 0.006391414441168308, + "F": 0.01275085099041462, + "E": 0.0023075039498507977, + "T": 0.024406975135207176, + "P": 0.0605018213391304, + "-": 0.8232120871543884 + }, + "id": "tp_22018" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2752252, + "label": "-", + "classification": { + "B": 0.00018074587569572031, + "S": 5.765630703535862e-05, + "I": 0.00033084661117754877, + "C": 0.00129757821559906, + "R": 0.0007267742766998708, + "M": 0.003429344156756997, + "O": 0.001100366935133934, + "W": 6.539816968142986e-05, + "N": 1.5762792827445082e-05, + "Y": 0.007741198875010014, + "U": 1.048929425451206e-05, + "K": 3.329009587105247e-06, + "L": 0.0011103771394118667, + "G": 0.008355740457773209, + "F": 0.027578677982091904, + "E": 0.00020919991948176175, + "T": 0.0057068211026489735, + "P": 0.02223130874335766, + "-": 0.9198483824729919 + }, + "id": "tp_22019" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2752386, + "label": "-", + "classification": { + "B": 0.00036322028608992696, + "S": 0.00011750646081054583, + "I": 0.001170984236523509, + "C": 0.0003486898203846067, + "R": 0.000247131974902004, + "M": 0.0025423537008464336, + "O": 0.0010937019251286983, + "W": 6.391628267010674e-05, + "N": 7.586143328808248e-05, + "Y": 0.006275569554418325, + "U": 1.655570486036595e-05, + "K": 4.5691167542827316e-06, + "L": 0.000606751418672502, + "G": 0.004043881315737963, + "F": 0.012658406980335712, + "E": 0.0008655798155814409, + "T": 0.004564422648400068, + "P": 0.19231604039669037, + "-": 0.7726249098777771 + }, + "id": "tp_22020" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2752519, + "label": "-", + "classification": { + "B": 8.282715384666517e-07, + "S": 4.321825144870672e-06, + "I": 9.334710193797946e-05, + "C": 5.841632173542166e-06, + "R": 9.338013455817418e-07, + "M": 0.00012841311399824917, + "O": 2.943710205727257e-05, + "W": 2.7216367470828118e-06, + "N": 7.392294264718657e-06, + "Y": 0.0003038393915630877, + "U": 3.859442756493081e-07, + "K": 1.6249536201939918e-05, + "L": 1.40233930778777e-06, + "G": 5.842476093675941e-05, + "F": 0.01046583242714405, + "E": 0.0002076133678201586, + "T": 0.000286866765236482, + "P": 0.09063113480806351, + "-": 0.897754967212677 + }, + "id": "tp_22021" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2752653, + "label": "-", + "classification": { + "B": 1.464335319667498e-08, + "S": 7.98993511352819e-08, + "I": 4.391613856569165e-06, + "C": 2.935489646915812e-06, + "R": 7.583213346151751e-07, + "M": 7.257664037751965e-06, + "O": 3.8030577798053855e-06, + "W": 8.698372511162233e-08, + "N": 1.7438246402434743e-07, + "Y": 0.00021894134988542646, + "U": 2.8595366075023776e-08, + "K": 2.947952566501044e-07, + "L": 2.028752845717463e-07, + "G": 1.956230880750809e-05, + "F": 0.0018721431260928512, + "E": 2.083991148538189e-06, + "T": 0.00014921450929250568, + "P": 0.013281036168336868, + "-": 0.9844369888305664 + }, + "id": "tp_22022" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2752753, + "label": "-", + "classification": { + "B": 1.0743615348474123e-06, + "S": 6.796998945901578e-07, + "I": 3.879876203427557e-06, + "C": 1.8236680716654519e-06, + "R": 2.744549760791415e-07, + "M": 1.1654251466097776e-05, + "O": 1.2756637261190917e-05, + "W": 2.4575814450145117e-07, + "N": 3.067676175305678e-07, + "Y": 6.688017310807481e-05, + "U": 1.7476516234182782e-08, + "K": 9.140375567540104e-08, + "L": 6.033511112946144e-07, + "G": 6.052027310943231e-05, + "F": 0.004811947699636221, + "E": 1.5050011825223919e-05, + "T": 3.702350295498036e-05, + "P": 0.07945656776428223, + "-": 0.9155186414718628 + }, + "id": "tp_22023" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2752886, + "label": "-", + "classification": { + "B": 9.747850526764523e-06, + "S": 4.009655458503403e-05, + "I": 0.0021503709722310305, + "C": 0.000882622436620295, + "R": 0.00024505870533175766, + "M": 0.002776025328785181, + "O": 0.000395780720282346, + "W": 2.4993887564050965e-05, + "N": 0.00013016756565775722, + "Y": 0.026938341557979584, + "U": 6.7248902269057e-06, + "K": 0.00026287403306923807, + "L": 9.324720303993672e-05, + "G": 0.007016986608505249, + "F": 0.03706403821706772, + "E": 0.0041642761789262295, + "T": 0.004784158896654844, + "P": 0.05980875715613365, + "-": 0.8532057404518127 + }, + "id": "tp_22024" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2753020, + "label": "-", + "classification": { + "B": 5.0228954933118075e-06, + "S": 1.0991951739924843e-06, + "I": 4.036905011162162e-05, + "C": 5.077269179309951e-06, + "R": 4.099694876913418e-07, + "M": 0.00010859945177799091, + "O": 1.550841989228502e-05, + "W": 5.985894517834822e-07, + "N": 2.639262447701185e-06, + "Y": 0.0003705675480887294, + "U": 1.5561710142719676e-07, + "K": 1.1896917158082942e-06, + "L": 2.6706125026976224e-06, + "G": 0.00022505999368149787, + "F": 0.01027254294604063, + "E": 0.000520027126185596, + "T": 0.0002506916644051671, + "P": 0.20427881181240082, + "-": 0.7838988900184631 + }, + "id": "tp_22025" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2753153, + "label": "-", + "classification": { + "B": 0.0004522957606241107, + "S": 0.00035993935307487845, + "I": 0.0006326441070996225, + "C": 3.869826832669787e-05, + "R": 3.073987682000734e-05, + "M": 0.0014144140295684338, + "O": 0.0015629968838766217, + "W": 0.00014969444600865245, + "N": 8.121842984110117e-05, + "Y": 0.0031223336700350046, + "U": 7.513550372095779e-06, + "K": 2.4529876100132242e-05, + "L": 0.0002028317394433543, + "G": 0.001091314130462706, + "F": 0.017534609884023666, + "E": 0.0010579644003883004, + "T": 0.001667727017775178, + "P": 0.12716366350650787, + "-": 0.8434048891067505 + }, + "id": "tp_22026" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2753253, + "label": "-", + "classification": { + "B": 8.327012324116367e-07, + "S": 6.433684234252723e-07, + "I": 0.00016602590039838105, + "C": 5.9317375416867435e-05, + "R": 3.0975726986071095e-05, + "M": 0.0002699169563129544, + "O": 6.97185896569863e-05, + "W": 2.837610509232036e-06, + "N": 2.3788848011463415e-06, + "Y": 0.0019075388554483652, + "U": 9.585803582012886e-07, + "K": 1.7660330797752977e-07, + "L": 2.6811094357981347e-05, + "G": 0.00027145963395014405, + "F": 0.0007308467174880207, + "E": 3.40704464178998e-05, + "T": 0.0017118907999247313, + "P": 0.028431300073862076, + "-": 0.9662821888923645 + }, + "id": "tp_22027" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2753387, + "label": "-", + "classification": { + "B": 7.491104042856023e-06, + "S": 9.589613910065964e-06, + "I": 1.7360836864099838e-05, + "C": 5.343563884707692e-07, + "R": 1.625630972057479e-07, + "M": 1.5511273886659183e-05, + "O": 2.2380243535735644e-05, + "W": 8.820101129458635e-07, + "N": 2.0286629478505347e-06, + "Y": 5.3582556574838236e-05, + "U": 3.895052813618349e-08, + "K": 9.877756923515335e-08, + "L": 3.188930350006558e-06, + "G": 5.287336534820497e-05, + "F": 0.0065140132792294025, + "E": 4.8163241444854066e-05, + "T": 0.00013506336836144328, + "P": 0.20943568646907806, + "-": 0.783681333065033 + }, + "id": "tp_22028" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2753520, + "label": "-", + "classification": { + "B": 2.7916357794310898e-06, + "S": 3.419982704144786e-06, + "I": 0.00021750574524048716, + "C": 5.814139512949623e-05, + "R": 1.24269809020916e-05, + "M": 0.0006540152244269848, + "O": 5.603440513368696e-05, + "W": 2.135585191354039e-06, + "N": 6.952023795747664e-06, + "Y": 0.0037959713954478502, + "U": 7.157121331147209e-07, + "K": 5.596073606284335e-06, + "L": 1.2076111488568131e-05, + "G": 0.0008952633361332119, + "F": 0.008505881763994694, + "E": 0.00026628095656633377, + "T": 0.001941786496900022, + "P": 0.030640000477433205, + "-": 0.9529229998588562 + }, + "id": "tp_22029" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2753654, + "label": "-", + "classification": { + "B": 1.174750468635466e-05, + "S": 6.274927272897912e-06, + "I": 2.1680492864106782e-05, + "C": 1.038302798406221e-05, + "R": 6.350868261506548e-06, + "M": 0.0003107473021373153, + "O": 0.0001980989327421412, + "W": 4.461525350052398e-06, + "N": 1.0363929732193355e-06, + "Y": 0.0008219450246542692, + "U": 1.2045555308759504e-07, + "K": 1.291248707957493e-07, + "L": 2.2704023649566807e-05, + "G": 0.00036220616311766207, + "F": 0.004943192005157471, + "E": 2.1992382244206965e-05, + "T": 0.0006134639261290431, + "P": 0.019000476226210594, + "-": 0.9736430048942566 + }, + "id": "tp_22030" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2753754, + "label": "-", + "classification": { + "B": 7.540007374018387e-08, + "S": 6.573674227183801e-07, + "I": 4.0540231793784187e-07, + "C": 3.309141538920812e-05, + "R": 3.2362406727770576e-06, + "M": 0.0003431578807067126, + "O": 3.5547946026781574e-05, + "W": 9.391031596805988e-08, + "N": 1.9354482461153566e-08, + "Y": 0.001991153694689274, + "U": 8.463297285210558e-10, + "K": 3.6490103383357564e-08, + "L": 1.7570058844285086e-05, + "G": 0.0019032201962545514, + "F": 0.05026799440383911, + "E": 1.1230948075535707e-05, + "T": 0.0003519757301546633, + "P": 0.0011679742019623518, + "-": 0.9438724517822266 + }, + "id": "tp_22031" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2753887, + "label": "-", + "classification": { + "B": 1.5933342467633338e-07, + "S": 2.0211259652569424e-06, + "I": 5.5843862355686724e-05, + "C": 1.4990439467510441e-06, + "R": 2.1925255566657142e-07, + "M": 4.396937947603874e-05, + "O": 1.0909953743976075e-05, + "W": 8.45861222842359e-07, + "N": 9.548602065478917e-06, + "Y": 0.00034690284519456327, + "U": 9.592412197889644e-08, + "K": 4.4307940697763115e-05, + "L": 2.986014919770241e-07, + "G": 4.991067180526443e-05, + "F": 0.026058904826641083, + "E": 0.000792889972217381, + "T": 0.00017153039516415447, + "P": 0.18576963245868683, + "-": 0.7866405248641968 + }, + "id": "tp_22032" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2754021, + "label": "-", + "classification": { + "B": 1.0272972303937422e-06, + "S": 1.8305321646039374e-05, + "I": 0.002202436560764909, + "C": 0.0003077772562392056, + "R": 7.262106373673305e-05, + "M": 0.0005942850839346647, + "O": 0.00026972556952387094, + "W": 1.2010031241516117e-05, + "N": 9.616664465283975e-05, + "Y": 0.020471010357141495, + "U": 3.6866090340481605e-06, + "K": 2.9747203370789066e-05, + "L": 2.22641829168424e-05, + "G": 0.001089356024749577, + "F": 0.0048728822730481625, + "E": 0.0004999059019610286, + "T": 0.007478791754692793, + "P": 0.045154232531785965, + "-": 0.916803777217865 + }, + "id": "tp_22033" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2754154, + "label": "-", + "classification": { + "B": 7.44058759050148e-10, + "S": 1.5611862913544883e-09, + "I": 7.083434638843755e-07, + "C": 4.112010998369442e-08, + "R": 1.0187821697371646e-09, + "M": 6.046620342203823e-07, + "O": 1.290858051561372e-07, + "W": 7.537288571057843e-10, + "N": 2.0511945919565733e-08, + "Y": 3.0662849894724786e-06, + "U": 3.008689686279098e-10, + "K": 5.719912987700582e-09, + "L": 2.346928207330734e-09, + "G": 7.81420681050804e-07, + "F": 0.00014899324742145836, + "E": 2.042913365585264e-06, + "T": 8.445785169897135e-06, + "P": 0.06345903128385544, + "-": 0.93637615442276 + }, + "id": "tp_22034" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2754254, + "label": "-", + "classification": { + "B": 4.732917616850907e-12, + "S": 4.429618130630253e-11, + "I": 1.1287608003840433e-07, + "C": 6.440581046263105e-08, + "R": 7.366659282581622e-09, + "M": 1.7222835140273673e-06, + "O": 5.353900434101888e-08, + "W": 3.800346842774971e-11, + "N": 1.0188661719867653e-10, + "Y": 0.00014947699673939496, + "U": 6.265482056788674e-12, + "K": 6.198245389166246e-11, + "L": 6.862238777216589e-09, + "G": 9.285694432037417e-06, + "F": 6.670937000308186e-05, + "E": 5.770712618868856e-08, + "T": 1.8772041585179977e-05, + "P": 0.0004519254434853792, + "-": 0.9993017911911011 + }, + "id": "tp_22035" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2754388, + "label": "-", + "classification": { + "B": 5.150610249415877e-08, + "S": 1.6032080552008665e-08, + "I": 2.9457785899467126e-07, + "C": 1.5427961130853873e-08, + "R": 2.5780939605368758e-09, + "M": 1.0963688055198872e-06, + "O": 6.844236963843287e-07, + "W": 3.979002904941353e-09, + "N": 4.198170255875766e-09, + "Y": 6.8218364503991324e-06, + "U": 1.0037126685347175e-10, + "K": 4.4385661812640365e-10, + "L": 4.034325584711951e-08, + "G": 3.678466100609512e-06, + "F": 0.0005670904647558928, + "E": 1.0013339988290682e-06, + "T": 6.311111064860597e-06, + "P": 0.012469383887946606, + "-": 0.9869434833526611 + }, + "id": "tp_22036" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2754521, + "label": "-", + "classification": { + "B": 1.1685369827318937e-06, + "S": 3.501638161651499e-07, + "I": 7.707292752456851e-06, + "C": 1.003315105663205e-06, + "R": 3.09121645614141e-07, + "M": 2.2233221898204647e-05, + "O": 8.909897587727755e-06, + "W": 9.926815636163155e-08, + "N": 1.7519539596833056e-07, + "Y": 7.67898527556099e-05, + "U": 4.428633904041135e-09, + "K": 1.3968108447670602e-08, + "L": 6.415156690309232e-07, + "G": 7.82179631642066e-05, + "F": 0.0026493610348552465, + "E": 2.3199021597974934e-05, + "T": 3.8647063774988055e-05, + "P": 0.0431414358317852, + "-": 0.9539496898651123 + }, + "id": "tp_22037" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2754655, + "label": "P", + "classification": { + "B": 1.139123284588095e-08, + "S": 3.978988161179586e-08, + "I": 5.585265171248466e-05, + "C": 3.2173224440157355e-07, + "R": 4.095604921872109e-08, + "M": 8.406638016822399e-07, + "O": 5.224650863056013e-07, + "W": 5.2765038560664834e-08, + "N": 2.3226327812153613e-06, + "Y": 3.0339204386109486e-05, + "U": 2.2221085416163078e-08, + "K": 1.947761575138429e-06, + "L": 9.028773284569525e-09, + "G": 3.18507363772369e-06, + "F": 0.0007042008219286799, + "E": 5.1879243983421475e-05, + "T": 1.6592057363595814e-05, + "P": 0.5793048739433289, + "-": 0.4198269844055176 + }, + "id": "tp_22038" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2754755, + "label": "-", + "classification": { + "B": 1.4430258377107208e-10, + "S": 3.7930592000634533e-10, + "I": 1.0572561714994322e-09, + "C": 3.2077884792869327e-10, + "R": 1.6057261423285674e-11, + "M": 2.0963702240806015e-07, + "O": 2.3758667921924825e-08, + "W": 5.900608474052049e-11, + "N": 1.397428006644219e-11, + "Y": 5.836538434778049e-07, + "U": 2.2828302291034996e-13, + "K": 3.2727989697674265e-13, + "L": 3.755810940031523e-10, + "G": 2.44753319833535e-08, + "F": 1.1731533959391527e-05, + "E": 5.434003469417803e-09, + "T": 1.22942321922892e-06, + "P": 0.0018894514068961143, + "-": 0.998096764087677 + }, + "id": "tp_22039" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2754888, + "label": "-", + "classification": { + "B": 4.316442812068999e-07, + "S": 6.347728685796028e-06, + "I": 1.3982908058096655e-05, + "C": 0.0002444577985443175, + "R": 5.0663631554925814e-05, + "M": 0.003024436067789793, + "O": 0.00019406135834287852, + "W": 1.2940582791998168e-06, + "N": 3.199086791028094e-07, + "Y": 0.03860671445727348, + "U": 2.3109970825885284e-08, + "K": 1.4561911712007714e-06, + "L": 0.00014952743367757648, + "G": 0.009875153191387653, + "F": 0.02061224728822708, + "E": 6.39827485429123e-05, + "T": 0.009129835292696953, + "P": 0.0005936408997513354, + "-": 0.9174314737319946 + }, + "id": "tp_22040" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2755022, + "label": "-", + "classification": { + "B": 5.138610958965728e-06, + "S": 2.2111789803602733e-06, + "I": 9.301784302806482e-05, + "C": 2.6470631837582914e-06, + "R": 1.0076597618535743e-06, + "M": 0.000219418085180223, + "O": 4.750306106870994e-05, + "W": 1.4955708138586488e-06, + "N": 1.0050463288280298e-06, + "Y": 0.00039102486334741116, + "U": 6.372013672262256e-08, + "K": 4.013760701582214e-08, + "L": 6.7267542362969834e-06, + "G": 8.021362009458244e-05, + "F": 0.0006869434146210551, + "E": 1.9689594410010614e-05, + "T": 0.00048137191333808005, + "P": 0.039631351828575134, + "-": 0.9583290815353394 + }, + "id": "tp_22041" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2755155, + "label": "-", + "classification": { + "B": 7.898906005721074e-06, + "S": 1.2068170690326951e-05, + "I": 0.00024144745839294046, + "C": 0.0015876267571002245, + "R": 0.00048746427637524903, + "M": 0.00047073481255210936, + "O": 0.0003215296601410955, + "W": 1.8014819943346083e-05, + "N": 1.0730070243880618e-05, + "Y": 0.0010681146522983909, + "U": 4.327888291300042e-06, + "K": 1.4174700027069775e-06, + "L": 0.00013063864025752991, + "G": 0.0011741566704586148, + "F": 0.00914525706321001, + "E": 5.866272113053128e-05, + "T": 0.0013061572099104524, + "P": 0.023355210199952126, + "-": 0.9605985879898071 + }, + "id": "tp_22042" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2755255, + "label": "-", + "classification": { + "B": 0.0004260430869180709, + "S": 0.0007730484940111637, + "I": 0.012002277188003063, + "C": 0.011228936724364758, + "R": 0.0036517863627523184, + "M": 0.008509139530360699, + "O": 0.0037203505635261536, + "W": 0.0010966649278998375, + "N": 0.0018207774264737964, + "Y": 0.020933890715241432, + "U": 0.00047465148963965476, + "K": 0.0013094752794131637, + "L": 0.001570073189213872, + "G": 0.014769558794796467, + "F": 0.04487727954983711, + "E": 0.006846505682915449, + "T": 0.016703996807336807, + "P": 0.13665182888507843, + "-": 0.7126338481903076 + }, + "id": "tp_22043" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2755389, + "label": "-", + "classification": { + "B": 1.592674436778907e-08, + "S": 1.6692986992694614e-09, + "I": 2.786268282761739e-07, + "C": 4.575807110995811e-08, + "R": 2.441979507494807e-09, + "M": 6.337415356938436e-07, + "O": 1.662893964748946e-07, + "W": 5.98253613315336e-10, + "N": 2.758903994148909e-09, + "Y": 8.722539860173129e-06, + "U": 1.5006819398255544e-10, + "K": 4.910739592745017e-10, + "L": 1.7778889471742332e-08, + "G": 6.942128493392374e-06, + "F": 0.0011920650722458959, + "E": 8.279362191387918e-07, + "T": 5.478891125676455e-06, + "P": 0.032174065709114075, + "-": 0.9666106700897217 + }, + "id": "tp_22044" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2755522, + "label": "-", + "classification": { + "B": 5.853446418768726e-05, + "S": 1.1947004168177955e-05, + "I": 0.00016597050125710666, + "C": 0.00010098216444021091, + "R": 4.1085284465225413e-05, + "M": 0.0008450264576822519, + "O": 0.0005843510734848678, + "W": 1.66008740052348e-05, + "N": 6.9498701122938655e-06, + "Y": 0.0014594016829505563, + "U": 3.1543011118628783e-06, + "K": 4.3447749931146973e-07, + "L": 0.00021168212697375566, + "G": 0.0014255368150770664, + "F": 0.003767572343349457, + "E": 6.703455437673256e-05, + "T": 0.0019132269080728292, + "P": 0.039820924401283264, + "-": 0.9494996070861816 + }, + "id": "tp_22045" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2755656, + "label": "-", + "classification": { + "B": 1.6948228931390474e-10, + "S": 1.0133737182727032e-09, + "I": 1.8070345220166928e-08, + "C": 3.9477168201074164e-08, + "R": 1.5664276542537436e-09, + "M": 2.2770957457396435e-06, + "O": 1.79526921328943e-07, + "W": 1.3782282259899858e-10, + "N": 9.915954168882024e-11, + "Y": 7.492615623050369e-06, + "U": 2.2567711588372674e-12, + "K": 1.1188765192127192e-11, + "L": 1.2348928990491004e-08, + "G": 2.239168679807335e-06, + "F": 0.00012958215666003525, + "E": 3.669234160952328e-08, + "T": 5.973776296741562e-06, + "P": 0.00054316280875355, + "-": 0.9993090629577637 + }, + "id": "tp_22046" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2755756, + "label": "-", + "classification": { + "B": 1.6917499578994466e-07, + "S": 8.478451718474389e-08, + "I": 4.2147170461248606e-05, + "C": 2.3859897737565916e-06, + "R": 1.652429801879407e-07, + "M": 6.342320375551935e-06, + "O": 1.3623267705042963e-06, + "W": 7.881996566538874e-08, + "N": 2.5698172976262867e-06, + "Y": 0.00037609849823638797, + "U": 4.529445618572936e-08, + "K": 9.26330903894268e-06, + "L": 7.899591025761765e-08, + "G": 0.00011284310312476009, + "F": 0.0028962327633053064, + "E": 0.0008285703370347619, + "T": 8.519484981661662e-05, + "P": 0.1992052048444748, + "-": 0.7964310646057129 + }, + "id": "tp_22047" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2755889, + "label": "-", + "classification": { + "B": 9.666186997492332e-07, + "S": 2.0828259948757477e-05, + "I": 2.6436749976710416e-05, + "C": 7.372332765953615e-05, + "R": 2.0459465304156765e-05, + "M": 0.0002802130184136331, + "O": 0.0001249386987183243, + "W": 6.081815172365168e-06, + "N": 3.2347966225643177e-06, + "Y": 0.0008389292052015662, + "U": 4.826007398150978e-07, + "K": 1.4657705378340324e-06, + "L": 1.9668244931381196e-05, + "G": 0.00016064170631580055, + "F": 0.009225977584719658, + "E": 3.1400795705849305e-05, + "T": 0.0010642281267791986, + "P": 0.020447688177227974, + "-": 0.9676527976989746 + }, + "id": "tp_22048" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2756023, + "label": "-", + "classification": { + "B": 1.1634551988493058e-08, + "S": 2.141219823670326e-08, + "I": 1.2708431995633873e-06, + "C": 4.690280874797281e-08, + "R": 1.7287817399846972e-08, + "M": 1.8209614154329756e-06, + "O": 1.0719427336880472e-06, + "W": 2.1307576147933105e-08, + "N": 2.815122535082537e-08, + "Y": 2.4823513740557246e-05, + "U": 1.4325646224833122e-09, + "K": 2.344253680064412e-08, + "L": 2.7792969703455128e-08, + "G": 3.4827862691599876e-06, + "F": 0.0008337697363458574, + "E": 1.31643139411608e-06, + "T": 1.74122706084745e-05, + "P": 0.036943111568689346, + "-": 0.9621717929840088 + }, + "id": "tp_22049" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2756156, + "label": "-", + "classification": { + "B": 1.1423519907793889e-09, + "S": 2.1327783983338122e-09, + "I": 2.5172130335704423e-07, + "C": 1.5504409702771227e-06, + "R": 9.797994948712585e-08, + "M": 1.94871358871751e-06, + "O": 4.86256055864942e-07, + "W": 1.82288129035868e-09, + "N": 4.277511234107578e-09, + "Y": 0.00010474743612576276, + "U": 1.0265125416353271e-09, + "K": 6.727518542248845e-09, + "L": 7.900362675172801e-08, + "G": 1.9163118849974126e-05, + "F": 0.0013448215322569013, + "E": 3.777663266646414e-07, + "T": 2.1543637558352202e-05, + "P": 0.003718362655490637, + "-": 0.9947866201400757 + }, + "id": "tp_22050" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2756256, + "label": "-", + "classification": { + "B": 2.0087249140487984e-05, + "S": 7.085829111019848e-06, + "I": 0.00027872525970451534, + "C": 0.00029239198192954063, + "R": 0.00011783132504206151, + "M": 0.0013309265486896038, + "O": 0.0005566113977693021, + "W": 1.3121267329552211e-05, + "N": 9.016782314574812e-06, + "Y": 0.0022916581947356462, + "U": 3.509272119117668e-06, + "K": 2.979588771268027e-07, + "L": 0.00020167282491456717, + "G": 0.0011570901842787862, + "F": 0.0017947034211829305, + "E": 6.672184099443257e-05, + "T": 0.0033134103287011385, + "P": 0.021977154538035393, + "-": 0.9665679931640625 + }, + "id": "tp_22051" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2756390, + "label": "-", + "classification": { + "B": 7.329350069085194e-07, + "S": 2.0848654003202682e-06, + "I": 6.493490900538745e-08, + "C": 1.091645117412554e-06, + "R": 3.7991108570167853e-07, + "M": 7.524307147832587e-05, + "O": 7.916585309430957e-05, + "W": 4.3687984430107463e-07, + "N": 3.269056136900872e-09, + "Y": 8.770093700150028e-05, + "U": 4.157930666437437e-10, + "K": 1.0500835756488414e-09, + "L": 1.5329696907429025e-05, + "G": 9.300977399107069e-05, + "F": 0.0025422999169677496, + "E": 3.1871618944023794e-07, + "T": 0.00010005640797317028, + "P": 0.0004059535276610404, + "-": 0.9965959191322327 + }, + "id": "tp_22052" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2756523, + "label": "-", + "classification": { + "B": 1.8491357423044974e-06, + "S": 2.685089839360444e-07, + "I": 2.6956247893394902e-05, + "C": 6.818333986302605e-07, + "R": 1.5382235574179504e-07, + "M": 7.953272870508954e-06, + "O": 1.2794141184713226e-05, + "W": 2.4682549337740056e-07, + "N": 1.0342347422920284e-06, + "Y": 1.83864394784905e-05, + "U": 2.8607296087557188e-08, + "K": 7.807360447031897e-08, + "L": 3.018838583557226e-07, + "G": 2.0293420675443485e-05, + "F": 0.00034901383332908154, + "E": 1.638150388316717e-05, + "T": 4.667813846026547e-05, + "P": 0.17819535732269287, + "-": 0.8213015198707581 + }, + "id": "tp_22053" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2756657, + "label": "I", + "classification": { + "B": 0.0003417673287913203, + "S": 0.019669238477945328, + "I": 0.2902919054031372, + "C": 0.003995872568339109, + "R": 0.001390357967466116, + "M": 0.006901605520397425, + "O": 0.006371515337377787, + "W": 0.0020601802971214056, + "N": 0.09649476408958435, + "Y": 0.16638129949569702, + "U": 1.0425531399960164e-05, + "K": 0.0719093456864357, + "L": 0.0002517469984013587, + "G": 0.08575024455785751, + "F": 0.051085855811834335, + "E": 0.044763609766960144, + "T": 0.08123356848955154, + "P": 0.03466835618019104, + "-": 0.036428388208150864 + }, + "id": "tp_22054" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2756757, + "label": "-", + "classification": { + "B": 1.8041557268588804e-05, + "S": 0.00011079464456997812, + "I": 0.00025331389042548835, + "C": 8.43833404360339e-05, + "R": 1.5493962564505637e-05, + "M": 0.0005080113187432289, + "O": 0.0002935257798526436, + "W": 3.280516102677211e-05, + "N": 6.77035131957382e-05, + "Y": 0.0022953429725021124, + "U": 7.4215604399796575e-06, + "K": 0.0002473003405611962, + "L": 3.134242433588952e-05, + "G": 0.0007016936433501542, + "F": 0.035317033529281616, + "E": 0.0008350490825250745, + "T": 0.0022075423039495945, + "P": 0.07030066847801208, + "-": 0.8866725564002991 + }, + "id": "tp_22055" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2756890, + "label": "-", + "classification": { + "B": 9.157000022241846e-06, + "S": 5.824994104841608e-07, + "I": 1.5366667867056094e-05, + "C": 1.0609337550704367e-05, + "R": 2.585879656180623e-06, + "M": 0.00018446834292262793, + "O": 5.083277210360393e-05, + "W": 6.38767744476354e-07, + "N": 4.6211653170757927e-07, + "Y": 0.000507333199493587, + "U": 9.977505044389545e-08, + "K": 2.3655838177205624e-08, + "L": 1.5407798855449073e-05, + "G": 0.0003180228522978723, + "F": 0.0006900379084981978, + "E": 1.5685101971030235e-05, + "T": 0.0005430395831353962, + "P": 0.022325148805975914, + "-": 0.9753105640411377 + }, + "id": "tp_22056" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2757024, + "label": "-", + "classification": { + "B": 1.1158538626432346e-07, + "S": 1.2053383180443689e-08, + "I": 7.890969754953403e-06, + "C": 1.2905729818157852e-06, + "R": 2.434772454762424e-07, + "M": 6.315394784905948e-06, + "O": 2.4941987248894293e-06, + "W": 5.3804495081521964e-08, + "N": 8.394150796675603e-08, + "Y": 6.628814298892394e-05, + "U": 1.7680781283502256e-08, + "K": 1.075103117642584e-08, + "L": 3.76412913283275e-07, + "G": 2.0191962903481908e-05, + "F": 0.0003855244140140712, + "E": 3.1815789043321274e-06, + "T": 3.644000389613211e-05, + "P": 0.042079273611307144, + "-": 0.9573901891708374 + }, + "id": "tp_22057" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2757157, + "label": "P", + "classification": { + "B": 0.000267570314463228, + "S": 0.00023491929459851235, + "I": 0.0025219188537448645, + "C": 3.0898547265678644e-05, + "R": 1.5650381101295352e-05, + "M": 0.0004308269126340747, + "O": 0.00034658150980249047, + "W": 9.957018482964486e-05, + "N": 0.0003722247201949358, + "Y": 0.000729698222130537, + "U": 1.1379890565876849e-05, + "K": 3.0792820325586945e-05, + "L": 5.32841841049958e-05, + "G": 0.0003486985224299133, + "F": 0.005163006018847227, + "E": 0.003251255489885807, + "T": 0.0010142669780179858, + "P": 0.7060375213623047, + "-": 0.27903997898101807 + }, + "id": "tp_22058" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2757257, + "label": "-", + "classification": { + "B": 0.00018168037058785558, + "S": 0.00011897993681486696, + "I": 0.0011752174468711019, + "C": 0.002806232078000903, + "R": 0.0008349816198460758, + "M": 0.007699378300458193, + "O": 0.001895657042041421, + "W": 0.00011344940139679238, + "N": 0.00012309872545301914, + "Y": 0.02250858023762703, + "U": 0.00010179902164964005, + "K": 0.0001560174860060215, + "L": 0.00136409024707973, + "G": 0.013174646534025669, + "F": 0.032508015632629395, + "E": 0.0015545481583103538, + "T": 0.013930927962064743, + "P": 0.03193759173154831, + "-": 0.8678151965141296 + }, + "id": "tp_22059" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2757391, + "label": "-", + "classification": { + "B": 2.9631553388753673e-06, + "S": 4.360697403171798e-06, + "I": 0.00011901434481842443, + "C": 0.00022965417883824557, + "R": 4.5029522880213335e-05, + "M": 0.0003728629380930215, + "O": 0.00010070184362120926, + "W": 4.786887529917294e-06, + "N": 8.818728019832633e-06, + "Y": 0.004390747752040625, + "U": 1.524490244264598e-06, + "K": 1.2011760190944187e-05, + "L": 3.33940151904244e-05, + "G": 0.0015550956595689058, + "F": 0.018170615658164024, + "E": 0.0004042235086672008, + "T": 0.0015938543947413564, + "P": 0.0283665731549263, + "-": 0.9445838332176208 + }, + "id": "tp_22060" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2757524, + "label": "-", + "classification": { + "B": 3.028556875506183e-06, + "S": 1.1141246432089247e-06, + "I": 4.397408338263631e-05, + "C": 9.167499229079112e-06, + "R": 2.739101546467282e-06, + "M": 3.297806324553676e-05, + "O": 2.5499177354504354e-05, + "W": 1.2668152749029105e-06, + "N": 1.2304464007684146e-06, + "Y": 0.0005783667438663542, + "U": 1.7196275337028055e-07, + "K": 2.653581532285898e-07, + "L": 4.070191153004998e-06, + "G": 0.0001526432461105287, + "F": 0.0021607812959700823, + "E": 2.306540591234807e-05, + "T": 0.00023226976918522269, + "P": 0.051691167056560516, + "-": 0.9450361728668213 + }, + "id": "tp_22061" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2757658, + "label": "-", + "classification": { + "B": 2.242008889652425e-08, + "S": 1.484058209655359e-08, + "I": 6.625155219808221e-05, + "C": 2.5185203412547708e-05, + "R": 2.372047902099439e-06, + "M": 7.973895662871655e-06, + "O": 1.6826001001390978e-06, + "W": 3.439840767782698e-08, + "N": 9.341102895632503e-07, + "Y": 0.0004599183739628643, + "U": 5.8356622645305833e-08, + "K": 1.2761438483721577e-07, + "L": 3.404419715025142e-07, + "G": 8.266301301773638e-05, + "F": 0.0018996455473825336, + "E": 3.272746835136786e-05, + "T": 9.143175702774897e-05, + "P": 0.14304019510746002, + "-": 0.8542883992195129 + }, + "id": "tp_22062" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2757758, + "label": "-", + "classification": { + "B": 2.7514745397638762e-06, + "S": 6.696599825772864e-07, + "I": 3.965610812883824e-05, + "C": 3.8312322431011125e-05, + "R": 3.1880883852863917e-06, + "M": 0.00016158571816049516, + "O": 2.4847109671100043e-05, + "W": 7.687522156629711e-07, + "N": 1.2095623560526292e-06, + "Y": 0.0005751881981268525, + "U": 2.219470900399756e-07, + "K": 3.130920163130213e-07, + "L": 9.94356014416553e-06, + "G": 0.0003567193343769759, + "F": 0.006013433914631605, + "E": 9.010718349600211e-05, + "T": 0.00034849700750783086, + "P": 0.03231183439493179, + "-": 0.9600207805633545 + }, + "id": "tp_22063" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2757891, + "label": "-", + "classification": { + "B": 1.6524298374065438e-08, + "S": 6.3382876724915604e-09, + "I": 3.3546432405273663e-06, + "C": 4.24815834776382e-06, + "R": 3.4296382978027395e-07, + "M": 2.5499017283436842e-05, + "O": 1.26374607134494e-06, + "W": 6.57570886630765e-09, + "N": 2.5754738786076814e-08, + "Y": 0.00023041201347950846, + "U": 2.162800383231911e-09, + "K": 4.684725052328531e-09, + "L": 2.1632233426771563e-07, + "G": 4.273908052709885e-05, + "F": 0.0005044808494858444, + "E": 3.460266270849388e-06, + "T": 5.7870769524015486e-05, + "P": 0.004167470615357161, + "-": 0.9949585795402527 + }, + "id": "tp_22064" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2758025, + "label": "-", + "classification": { + "B": 8.532916399417445e-05, + "S": 0.00014036611537449062, + "I": 0.000768420344684273, + "C": 0.0006162080680951476, + "R": 0.00026633558445610106, + "M": 0.004928251728415489, + "O": 0.0014976977836340666, + "W": 0.00010581072274362668, + "N": 0.00010695521632442251, + "Y": 0.014725347980856895, + "U": 2.9901180823799223e-05, + "K": 8.600061846664175e-05, + "L": 0.00043236304190941155, + "G": 0.004642798565328121, + "F": 0.02658957988023758, + "E": 0.0009049365762621164, + "T": 0.010251572355628014, + "P": 0.030861325562000275, + "-": 0.9029608368873596 + }, + "id": "tp_22065" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2758158, + "label": "-", + "classification": { + "B": 8.185564183804672e-06, + "S": 4.376430297270417e-06, + "I": 0.0002155096735805273, + "C": 2.3283168047782965e-05, + "R": 3.5884570479538525e-06, + "M": 0.0011402663076296449, + "O": 0.00010188192391069606, + "W": 1.9229325971537037e-06, + "N": 3.749533107111347e-06, + "Y": 0.001247836509719491, + "U": 2.549317628108838e-07, + "K": 5.649598122658972e-08, + "L": 3.501490209600888e-05, + "G": 0.0003065484925173223, + "F": 0.0012067111674696207, + "E": 0.0002968474000226706, + "T": 0.001268479274585843, + "P": 0.053190819919109344, + "-": 0.9409446120262146 + }, + "id": "tp_22066" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2758258, + "label": "-", + "classification": { + "B": 5.056715053797234e-06, + "S": 2.8879280762339476e-06, + "I": 1.21837720143958e-05, + "C": 9.190643481815641e-07, + "R": 1.8977162596911512e-07, + "M": 6.746583676431328e-05, + "O": 3.8080594094935805e-05, + "W": 8.096548640423862e-07, + "N": 4.800496640200436e-07, + "Y": 0.00017050821043085307, + "U": 3.5316443103283746e-08, + "K": 3.6505120704077854e-08, + "L": 5.242764927970711e-06, + "G": 0.00013771196245215833, + "F": 0.0045328992418944836, + "E": 1.9044480723096058e-05, + "T": 0.0002208222431363538, + "P": 0.05952635779976845, + "-": 0.9352592825889587 + }, + "id": "tp_22067" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2758392, + "label": "-", + "classification": { + "B": 7.562952646367194e-07, + "S": 6.722499392708414e-07, + "I": 0.00035999203100800514, + "C": 1.0938141713268124e-05, + "R": 1.8856736687666853e-06, + "M": 0.00030922170844860375, + "O": 1.852489003795199e-05, + "W": 5.990929707877513e-07, + "N": 3.158893832733156e-06, + "Y": 0.0001528058637632057, + "U": 1.256691888329442e-07, + "K": 2.3365684498344308e-08, + "L": 4.1586918086977676e-06, + "G": 3.267550710006617e-05, + "F": 0.000461405812529847, + "E": 7.978462235769257e-05, + "T": 0.0005479800165630877, + "P": 0.26856544613838196, + "-": 0.7294498682022095 + }, + "id": "tp_22068" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2758525, + "label": "-", + "classification": { + "B": 0.00016549961583223194, + "S": 8.042693661991507e-05, + "I": 0.0026562961284071207, + "C": 0.0002537525142543018, + "R": 9.443698218092322e-05, + "M": 0.0017213692190125585, + "O": 0.0006713219336234033, + "W": 6.384388689184561e-05, + "N": 0.00024608129751868546, + "Y": 0.0061373100616037846, + "U": 4.185159923508763e-05, + "K": 2.2024772988515906e-05, + "L": 0.00024328631116077304, + "G": 0.0021926213521510363, + "F": 0.0053512779995799065, + "E": 0.001047136029228568, + "T": 0.0110179977491498, + "P": 0.26496219635009766, + "-": 0.7030313611030579 + }, + "id": "tp_22069" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2758625, + "label": "-", + "classification": { + "B": 1.0213864198860279e-09, + "S": 3.0267441886167035e-09, + "I": 1.6764776944455662e-07, + "C": 2.4130676123945705e-08, + "R": 3.841328588549686e-09, + "M": 1.4174429452395998e-06, + "O": 3.4462590292605455e-07, + "W": 3.3550389133552017e-09, + "N": 6.900512161678307e-09, + "Y": 4.230349077261053e-05, + "U": 2.0379081755450557e-10, + "K": 2.0631482300359494e-08, + "L": 6.712564282196354e-09, + "G": 1.8725597783486592e-06, + "F": 0.0015488023636862636, + "E": 1.5206913985821302e-06, + "T": 1.2012536899419501e-05, + "P": 0.009610424749553204, + "-": 0.9887810945510864 + }, + "id": "tp_22070" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2758759, + "label": "-", + "classification": { + "B": 7.355121488217264e-05, + "S": 2.3718281227047555e-05, + "I": 0.001128627685829997, + "C": 0.00011826579429907724, + "R": 2.1153980924282223e-05, + "M": 0.0009445423493161798, + "O": 0.00023206807964015752, + "W": 1.363771934848046e-05, + "N": 0.00010057736653834581, + "Y": 0.0015703230164945126, + "U": 5.782741027360316e-06, + "K": 4.397548764245585e-06, + "L": 5.7991182984551415e-05, + "G": 0.0009723599650897086, + "F": 0.005408092867583036, + "E": 0.002429355401545763, + "T": 0.0019578083883970976, + "P": 0.3853556513786316, + "-": 0.5995820760726929 + }, + "id": "tp_22071" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2758892, + "label": "-", + "classification": { + "B": 5.730442786955336e-10, + "S": 1.263839921605836e-09, + "I": 8.437896212853957e-06, + "C": 4.073237107604655e-07, + "R": 1.190675220641424e-07, + "M": 6.826315370744851e-07, + "O": 2.815320669924404e-07, + "W": 9.134160094959043e-10, + "N": 4.1084405211222474e-08, + "Y": 9.86883751465939e-05, + "U": 5.688625126509805e-10, + "K": 6.770424221258509e-10, + "L": 1.4098676892615458e-08, + "G": 8.19471460999921e-06, + "F": 0.00028820306761190295, + "E": 7.476127734662441e-07, + "T": 3.2118936360348016e-05, + "P": 0.0644235610961914, + "-": 0.935138463973999 + }, + "id": "tp_22072" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2759026, + "label": "-", + "classification": { + "B": 2.2176488982950104e-06, + "S": 1.6682207615303923e-06, + "I": 0.00014690890384372324, + "C": 1.1538926628418267e-05, + "R": 3.579689291655086e-06, + "M": 0.00021408312022686005, + "O": 0.00010863159695873037, + "W": 2.1903497327002697e-06, + "N": 2.3602494820806896e-06, + "Y": 0.00030901614809408784, + "U": 1.2230859169903852e-07, + "K": 3.1487719098777234e-08, + "L": 1.903915654111188e-05, + "G": 0.00021550925157498568, + "F": 0.002094368450343609, + "E": 5.78316357859876e-05, + "T": 0.0002523555012885481, + "P": 0.06413593888282776, + "-": 0.9324225783348083 + }, + "id": "tp_22073" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2759126, + "label": "-", + "classification": { + "B": 0.00010424255015095696, + "S": 0.00016990963194984943, + "I": 0.0004829642130061984, + "C": 0.0017752052517607808, + "R": 0.0004734072426799685, + "M": 0.007960588671267033, + "O": 0.0015898298006504774, + "W": 7.898593321442604e-05, + "N": 6.55719413771294e-05, + "Y": 0.01166887953877449, + "U": 1.6237454474321567e-05, + "K": 8.379624341614544e-05, + "L": 0.0008330203127115965, + "G": 0.008515952154994011, + "F": 0.051277920603752136, + "E": 0.001612997381016612, + "T": 0.00704481964930892, + "P": 0.028846925124526024, + "-": 0.8773986101150513 + }, + "id": "tp_22074" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2759259, + "label": "-", + "classification": { + "B": 2.9273496693349443e-06, + "S": 4.748642652430135e-07, + "I": 3.385833406355232e-05, + "C": 1.5436651665368117e-05, + "R": 1.0477630212335498e-06, + "M": 9.655410394771025e-05, + "O": 1.55740217451239e-05, + "W": 4.585236581533536e-07, + "N": 1.1862898645631503e-06, + "Y": 0.0001898053742479533, + "U": 6.275603681160646e-08, + "K": 3.4822778616216965e-07, + "L": 2.659177198438556e-06, + "G": 0.00020041631069034338, + "F": 0.004675131291151047, + "E": 0.00018582168559078127, + "T": 0.00012641979265026748, + "P": 0.056789580732584, + "-": 0.9376623630523682 + }, + "id": "tp_22075" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2759393, + "label": "-", + "classification": { + "B": 3.404659025818546e-07, + "S": 1.5328990343732585e-07, + "I": 0.00028415012639015913, + "C": 0.00014831539010629058, + "R": 1.3281654901220463e-05, + "M": 5.923363278270699e-05, + "O": 1.3339361430553254e-05, + "W": 4.533243895821215e-07, + "N": 6.301957455434604e-06, + "Y": 0.0009532616240903735, + "U": 9.386643569087028e-07, + "K": 5.820231763209449e-06, + "L": 2.890898031182587e-06, + "G": 0.0006215226021595299, + "F": 0.006209248211234808, + "E": 0.00018250325229018927, + "T": 0.00026636471739038825, + "P": 0.09017927199602127, + "-": 0.9010525941848755 + }, + "id": "tp_22076" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2759526, + "label": "-", + "classification": { + "B": 4.0133483707904816e-05, + "S": 1.1669589184748475e-05, + "I": 0.00038347477675415576, + "C": 3.670926162158139e-05, + "R": 5.0797307267202996e-06, + "M": 0.0007248384063132107, + "O": 0.00029112413176335394, + "W": 7.68419249652652e-06, + "N": 1.3104703612043522e-05, + "Y": 0.00040763337165117264, + "U": 4.886659894509648e-07, + "K": 2.576890700822787e-08, + "L": 7.549806468887255e-05, + "G": 0.00036164894117973745, + "F": 0.001133421901613474, + "E": 0.00020355686137918383, + "T": 0.00048549132770858705, + "P": 0.2723572850227356, + "-": 0.7234610915184021 + }, + "id": "tp_22077" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2759626, + "label": "-", + "classification": { + "B": 1.2286055607546587e-05, + "S": 2.1669306988769677e-06, + "I": 4.621866173692979e-05, + "C": 2.9337519663386047e-05, + "R": 2.6821023766387952e-06, + "M": 0.00013277294056024402, + "O": 4.1212573705706745e-05, + "W": 1.3667181519849692e-06, + "N": 2.0606858015526086e-06, + "Y": 0.00044695314136333764, + "U": 2.478830651853059e-07, + "K": 2.8676561214524554e-07, + "L": 1.3090441825625021e-05, + "G": 0.0004754407855216414, + "F": 0.007793641649186611, + "E": 0.0001381341862725094, + "T": 0.0002653106057550758, + "P": 0.08382019400596619, + "-": 0.9067766666412354 + }, + "id": "tp_22078" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2759760, + "label": "-", + "classification": { + "B": 6.402278086170554e-05, + "S": 5.806328772450797e-06, + "I": 5.148418858880177e-05, + "C": 5.313353995006764e-06, + "R": 1.210670802720415e-06, + "M": 0.00013631931506097317, + "O": 0.00010087808186654001, + "W": 2.647903784236405e-06, + "N": 1.9071298993367236e-06, + "Y": 0.0002384256076766178, + "U": 1.4244123747175763e-07, + "K": 7.110874378213339e-08, + "L": 2.4933051463449374e-05, + "G": 0.00028599367942661047, + "F": 0.0027493215166032314, + "E": 0.0001278091804124415, + "T": 0.00023651172523386776, + "P": 0.0556996650993824, + "-": 0.9402675032615662 + }, + "id": "tp_22079" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2759893, + "label": "-", + "classification": { + "B": 1.616607221421873e-07, + "S": 4.1060417288463213e-07, + "I": 1.4979387742641848e-05, + "C": 2.036067144217668e-06, + "R": 2.494659554486134e-07, + "M": 1.406845149176661e-05, + "O": 7.32756643628818e-06, + "W": 3.806133008765755e-07, + "N": 1.0157986025660648e-06, + "Y": 0.00016595091437920928, + "U": 1.513533334218664e-07, + "K": 6.143868063190894e-07, + "L": 8.344010211658315e-07, + "G": 1.9465613149804994e-05, + "F": 0.0033477877732366323, + "E": 2.6427222110214643e-05, + "T": 0.00015780287503730506, + "P": 0.06987344473600388, + "-": 0.926366925239563 + }, + "id": "tp_22080" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2760027, + "label": "-", + "classification": { + "B": 7.230918527056929e-06, + "S": 1.4801717952650506e-05, + "I": 0.0010256959358230233, + "C": 9.330364991910756e-05, + "R": 2.0713183403131552e-05, + "M": 0.0011845079716295004, + "O": 0.00015269078721757978, + "W": 8.56603764987085e-06, + "N": 9.094482811633497e-05, + "Y": 0.005412142723798752, + "U": 5.853933544130996e-06, + "K": 0.00013126916019245982, + "L": 2.482085801602807e-05, + "G": 0.002079624915495515, + "F": 0.01217739749699831, + "E": 0.003712509758770466, + "T": 0.003512201365083456, + "P": 0.09503841400146484, + "-": 0.8753072619438171 + }, + "id": "tp_22081" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2760127, + "label": "-", + "classification": { + "B": 1.4240950463317859e-07, + "S": 1.2271573268662905e-07, + "I": 1.7854081306722946e-05, + "C": 1.4131393982097507e-05, + "R": 1.7907668734551407e-06, + "M": 9.823314030654728e-05, + "O": 1.1752108548535034e-05, + "W": 1.3758868533386703e-07, + "N": 4.445768695404695e-07, + "Y": 0.0005410536541603506, + "U": 9.373332687800939e-08, + "K": 2.136643786343484e-07, + "L": 1.7633129800742608e-06, + "G": 0.0001084372925106436, + "F": 0.0011439674999564886, + "E": 1.6275234884233214e-05, + "T": 0.00027955585392192006, + "P": 0.013846093788743019, + "-": 0.9839179515838623 + }, + "id": "tp_22082" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2760260, + "label": "P", + "classification": { + "B": 2.3881975153017265e-07, + "S": 4.347312767549738e-07, + "I": 0.0007782118045724928, + "C": 6.017567557137227e-06, + "R": 1.065298420144245e-06, + "M": 1.3418630260275677e-05, + "O": 6.598959771508817e-06, + "W": 5.781314484920586e-07, + "N": 5.190132651478052e-05, + "Y": 0.00020743270579259843, + "U": 4.829990416510554e-07, + "K": 2.1254969396977685e-05, + "L": 1.9120105321235314e-07, + "G": 3.4621414670255035e-05, + "F": 0.001250970526598394, + "E": 0.0004475722962524742, + "T": 0.0001301050215261057, + "P": 0.6762595772743225, + "-": 0.32078930735588074 + }, + "id": "tp_22083" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2760394, + "label": "-", + "classification": { + "B": 6.844539512940173e-08, + "S": 5.983104642837134e-07, + "I": 2.669033347046934e-05, + "C": 1.430689462722512e-05, + "R": 3.2227142128249398e-06, + "M": 0.00020166655303910375, + "O": 4.561244713841006e-05, + "W": 5.990441422909498e-07, + "N": 9.83031668511103e-07, + "Y": 0.0013350355438888073, + "U": 1.4636675871315674e-07, + "K": 7.771564582981227e-07, + "L": 5.7536135500413366e-06, + "G": 0.00023505522403866053, + "F": 0.0018532932735979557, + "E": 3.710685268742964e-05, + "T": 0.0010628316085785627, + "P": 0.010288182646036148, + "-": 0.984887957572937 + }, + "id": "tp_22084" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2760527, + "label": "-", + "classification": { + "B": 7.641245360900939e-07, + "S": 7.066113880682678e-07, + "I": 0.000546025694347918, + "C": 1.3343118553166278e-05, + "R": 1.618602141206793e-06, + "M": 5.812510062241927e-05, + "O": 1.660296220507007e-05, + "W": 6.971786206122488e-07, + "N": 2.836102430592291e-05, + "Y": 0.0004052669391967356, + "U": 5.361382591217989e-07, + "K": 2.394279817963252e-06, + "L": 1.1138906756968936e-06, + "G": 0.00015367074229288846, + "F": 0.0009259956423193216, + "E": 0.0004888904513791203, + "T": 0.0004098371136933565, + "P": 0.46159759163856506, + "-": 0.5353484749794006 + }, + "id": "tp_22085" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2760627, + "label": "-", + "classification": { + "B": 2.402814516244689e-07, + "S": 2.1680073132301914e-06, + "I": 2.278315332659986e-05, + "C": 4.121300298720598e-05, + "R": 3.805660981015535e-06, + "M": 0.0001171875701402314, + "O": 4.410513793118298e-05, + "W": 1.3157080047676573e-06, + "N": 1.9593189790612087e-06, + "Y": 0.0008702360210008919, + "U": 2.065831807840368e-07, + "K": 5.391815648181364e-06, + "L": 5.990269073663512e-06, + "G": 0.0003491100505925715, + "F": 0.021855831146240234, + "E": 5.047601734986529e-05, + "T": 0.0006456953706219792, + "P": 0.01832946017384529, + "-": 0.9576528668403625 + }, + "id": "tp_22086" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2760761, + "label": "-", + "classification": { + "B": 5.9791823332489e-06, + "S": 1.1144491509185173e-05, + "I": 0.0022498532198369503, + "C": 8.591423102188855e-05, + "R": 1.3275747733132448e-05, + "M": 0.0003318500239402056, + "O": 6.351475894916803e-05, + "W": 8.926322152547073e-06, + "N": 0.00015321858518291265, + "Y": 0.0015798709355294704, + "U": 4.131669356866041e-06, + "K": 5.5682834499748424e-05, + "L": 6.244795713428175e-06, + "G": 0.0003463225730229169, + "F": 0.007517104037106037, + "E": 0.00264455983415246, + "T": 0.000679335615132004, + "P": 0.41878727078437805, + "-": 0.5654558539390564 + }, + "id": "tp_22087" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2760894, + "label": "-", + "classification": { + "B": 0.00019572634482756257, + "S": 0.0002066198067041114, + "I": 0.0007857874152250588, + "C": 0.00025869777891784906, + "R": 7.121391536202282e-05, + "M": 0.0034490078687667847, + "O": 0.0008420722442679107, + "W": 8.453756890958175e-05, + "N": 0.00013841655163560063, + "Y": 0.011959024704992771, + "U": 2.6236590201733634e-05, + "K": 0.00026942676049657166, + "L": 0.0002725730591919273, + "G": 0.007097515743225813, + "F": 0.05955439433455467, + "E": 0.004683942534029484, + "T": 0.0056852842681109905, + "P": 0.07987889647483826, + "-": 0.8245406746864319 + }, + "id": "tp_22088" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2761028, + "label": "-", + "classification": { + "B": 3.714251215569675e-05, + "S": 1.3277765901875682e-05, + "I": 0.0005687670782208443, + "C": 0.0004752047825604677, + "R": 9.615493763703853e-05, + "M": 0.0035185234155505896, + "O": 0.00047741850721649826, + "W": 1.0068751180369873e-05, + "N": 9.805595254874788e-06, + "Y": 0.013547953218221664, + "U": 2.6851271286432166e-06, + "K": 2.2761759055356379e-07, + "L": 0.000297609600238502, + "G": 0.001901074661873281, + "F": 0.0010006357915699482, + "E": 0.00020561370183713734, + "T": 0.008476333692669868, + "P": 0.02026156336069107, + "-": 0.9490998983383179 + }, + "id": "tp_22089" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2761128, + "label": "-", + "classification": { + "B": 1.26679833556409e-06, + "S": 1.112900827138219e-05, + "I": 5.052012966189068e-06, + "C": 8.131188224069774e-05, + "R": 2.0743873392348178e-05, + "M": 0.0001710932410787791, + "O": 6.26541004749015e-05, + "W": 3.822402049991069e-06, + "N": 8.324028613060364e-07, + "Y": 0.002874016296118498, + "U": 1.7700668308862078e-07, + "K": 1.8107075447915122e-05, + "L": 1.3818240404361859e-05, + "G": 0.0005590117652900517, + "F": 0.05954530090093613, + "E": 4.4954129407415166e-05, + "T": 0.0007596305222250521, + "P": 0.005670364946126938, + "-": 0.9301567077636719 + }, + "id": "tp_22090" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2761261, + "label": "-", + "classification": { + "B": 4.131632158532739e-05, + "S": 0.0001332529791397974, + "I": 0.003668723627924919, + "C": 0.000445808342192322, + "R": 0.00014289593673311174, + "M": 0.0021425532177090645, + "O": 0.0005292540299706161, + "W": 4.913622251478955e-05, + "N": 0.0003812477516476065, + "Y": 0.004353695549070835, + "U": 1.4226588973542675e-05, + "K": 6.18655321886763e-05, + "L": 0.00012771088222507387, + "G": 0.0017398338532075286, + "F": 0.0158656258136034, + "E": 0.0014916782965883613, + "T": 0.005070289131253958, + "P": 0.3074290454387665, + "-": 0.6563119292259216 + }, + "id": "tp_22091" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2761395, + "label": "-", + "classification": { + "B": 3.5159189337719e-07, + "S": 1.6210385922477144e-07, + "I": 2.1618673144985223e-06, + "C": 2.4748752380787664e-08, + "R": 6.0124447642806444e-09, + "M": 1.6412462855441845e-06, + "O": 3.873230525641702e-06, + "W": 9.539369472122416e-08, + "N": 1.2085695288988063e-07, + "Y": 3.7553850233962294e-06, + "U": 1.3056155045987339e-09, + "K": 2.095560391879303e-09, + "L": 6.457037216023309e-08, + "G": 2.5117999484791653e-06, + "F": 0.00019682019774336368, + "E": 9.94491642813955e-07, + "T": 1.7384110833518207e-05, + "P": 0.265049010515213, + "-": 0.7347210049629211 + }, + "id": "tp_22092" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2761528, + "label": "-", + "classification": { + "B": 1.4473118426394649e-05, + "S": 6.986605512793176e-06, + "I": 0.00022146427363622934, + "C": 0.00011888828157680109, + "R": 2.445670725137461e-05, + "M": 0.0003186124376952648, + "O": 0.0001736556296236813, + "W": 6.656411642325111e-06, + "N": 1.5983076082193293e-05, + "Y": 0.0009331568726338446, + "U": 2.6230372895952314e-06, + "K": 1.625608319955063e-06, + "L": 3.222990926587954e-05, + "G": 0.0006000273860991001, + "F": 0.004144961480051279, + "E": 0.00013160749222151935, + "T": 0.0015883033629506826, + "P": 0.129023477435112, + "-": 0.8626406788825989 + }, + "id": "tp_22093" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2761628, + "label": "-", + "classification": { + "B": 4.952792096446501e-07, + "S": 2.908148189817439e-06, + "I": 0.000522674759849906, + "C": 0.00014166682376526296, + "R": 3.476475831121206e-05, + "M": 0.00036048260517418385, + "O": 9.501043678028509e-05, + "W": 7.182958597695688e-06, + "N": 4.415943840285763e-05, + "Y": 0.0034409386571496725, + "U": 3.777576694119489e-06, + "K": 0.0001554854097776115, + "L": 7.23870107322e-06, + "G": 0.00061671098228544, + "F": 0.008038623258471489, + "E": 0.0009411933715455234, + "T": 0.001116677769459784, + "P": 0.050487861037254333, + "-": 0.9339821338653564 + }, + "id": "tp_22094" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2761762, + "label": "-", + "classification": { + "B": 9.0656335771655e-08, + "S": 7.239991361984721e-08, + "I": 3.6894036838930333e-06, + "C": 2.339172851861804e-06, + "R": 5.649035870192165e-07, + "M": 4.792775507667102e-05, + "O": 1.1013347830157727e-05, + "W": 7.082955733039853e-08, + "N": 8.644648374911412e-08, + "Y": 0.00013986299745738506, + "U": 1.1401771082830692e-08, + "K": 3.01025693261181e-09, + "L": 1.6748143707445706e-06, + "G": 3.076660505030304e-05, + "F": 0.0002249354583909735, + "E": 1.916364453791175e-06, + "T": 0.0003088335506618023, + "P": 0.012322908267378807, + "-": 0.986903190612793 + }, + "id": "tp_22095" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2761895, + "label": "-", + "classification": { + "B": 9.047186466659696e-08, + "S": 6.849067801795172e-08, + "I": 6.68124994263053e-05, + "C": 3.2245803595287725e-05, + "R": 2.188912048950442e-06, + "M": 1.077784054359654e-05, + "O": 4.146799710724736e-06, + "W": 1.159575333531393e-07, + "N": 2.664600515345228e-06, + "Y": 0.00032752746483311057, + "U": 1.5106070350157097e-07, + "K": 1.3014555406698491e-06, + "L": 6.229171845006931e-07, + "G": 0.00016425007197540253, + "F": 0.006720808334648609, + "E": 0.00015404651639983058, + "T": 7.088778511388227e-05, + "P": 0.15586036443710327, + "-": 0.8365809321403503 + }, + "id": "tp_22096" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2762029, + "label": "-", + "classification": { + "B": 7.130406487476648e-08, + "S": 3.14252361022227e-07, + "I": 4.962582806911087e-06, + "C": 9.135166578744247e-07, + "R": 2.5579058160474233e-07, + "M": 8.573151717428118e-06, + "O": 8.77239835972432e-06, + "W": 2.0797689614937553e-07, + "N": 4.0242699128612003e-07, + "Y": 0.0001434860023437068, + "U": 2.4302224232997105e-08, + "K": 1.885063625195471e-07, + "L": 2.171092177150058e-07, + "G": 1.1373957931937184e-05, + "F": 0.0013956865295767784, + "E": 4.177459231868852e-06, + "T": 0.00012965414498466998, + "P": 0.02895992435514927, + "-": 0.969330906867981 + }, + "id": "tp_22097" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2762129, + "label": "-", + "classification": { + "B": 2.800893241783342e-07, + "S": 1.704813286096396e-07, + "I": 8.41900714476651e-07, + "C": 5.886476017735731e-08, + "R": 8.914973648188607e-09, + "M": 1.5199037761703948e-06, + "O": 1.8501982594898436e-06, + "W": 2.6787946083572933e-08, + "N": 3.597424935719573e-08, + "Y": 2.2847367290523835e-05, + "U": 1.3932377473935276e-09, + "K": 7.766410625720255e-09, + "L": 7.837486037942654e-08, + "G": 8.071505362750031e-06, + "F": 0.001487848348915577, + "E": 2.1408850443549454e-06, + "T": 1.6856201909831725e-05, + "P": 0.055751875042915344, + "-": 0.9427053332328796 + }, + "id": "tp_22098" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2762262, + "label": "-", + "classification": { + "B": 0.0015709690051153302, + "S": 0.0010384941706433892, + "I": 0.0007595731876790524, + "C": 0.0037329571787267923, + "R": 0.0023764250800013542, + "M": 0.0170994084328413, + "O": 0.009129872545599937, + "W": 0.0005980146816000342, + "N": 7.730456127319485e-05, + "Y": 0.018112313002347946, + "U": 2.6394853193778545e-05, + "K": 1.2334534403635189e-05, + "L": 0.006453725043684244, + "G": 0.016638856381177902, + "F": 0.02550407685339451, + "E": 0.0006487215869128704, + "T": 0.012271534651517868, + "P": 0.01522861234843731, + "-": 0.8687203526496887 + }, + "id": "tp_22099" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2762396, + "label": "-", + "classification": { + "B": 1.2141787919972558e-05, + "S": 1.4429995644604787e-05, + "I": 0.0002872862387448549, + "C": 0.0001970418670680374, + "R": 3.0485642128041945e-05, + "M": 0.0005086004384793341, + "O": 0.0001810447429306805, + "W": 1.4823774108663201e-05, + "N": 4.3813084630528465e-05, + "Y": 0.0021223053336143494, + "U": 8.078923201537691e-06, + "K": 0.00014669184747617692, + "L": 2.85551850538468e-05, + "G": 0.0010089115239679813, + "F": 0.03503243252635002, + "E": 0.0008523467695340514, + "T": 0.0013674339279532433, + "P": 0.08669834583997726, + "-": 0.8714452981948853 + }, + "id": "tp_22100" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2762529, + "label": "-", + "classification": { + "B": 7.27526980881521e-08, + "S": 7.947397762109176e-08, + "I": 1.66914687724784e-05, + "C": 3.928312708012527e-06, + "R": 6.653500577158411e-07, + "M": 3.192619260516949e-05, + "O": 7.877658390498254e-06, + "W": 1.0383249104961578e-07, + "N": 2.2290856804829673e-07, + "Y": 0.0002485073637217283, + "U": 2.94446902415757e-08, + "K": 5.679421377635663e-09, + "L": 1.4116121747065336e-06, + "G": 2.9374727091635577e-05, + "F": 0.000449416198534891, + "E": 5.789579972770298e-06, + "T": 0.00020577420946210623, + "P": 0.02663622424006462, + "-": 0.9723619222640991 + }, + "id": "tp_22101" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2762629, + "label": "-", + "classification": { + "B": 0.00022589358559343964, + "S": 0.00044660482672043145, + "I": 0.0012635237071663141, + "C": 0.0034403703175485134, + "R": 0.0015793544007465243, + "M": 0.01879810355603695, + "O": 0.004594217520207167, + "W": 0.00047537233331240714, + "N": 0.0001659356348682195, + "Y": 0.012999867089092731, + "U": 0.00011340685887262225, + "K": 8.050966425798833e-05, + "L": 0.0022428887896239758, + "G": 0.006692747585475445, + "F": 0.018342895433306694, + "E": 0.0005467141163535416, + "T": 0.03420659154653549, + "P": 0.02214312180876732, + "-": 0.8716419339179993 + }, + "id": "tp_22102" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2762763, + "label": "-", + "classification": { + "B": 0.0001235372619703412, + "S": 5.814899122924544e-05, + "I": 0.000765223812777549, + "C": 5.273617716738954e-05, + "R": 1.496664663136471e-05, + "M": 0.0008669613162055612, + "O": 0.0003881819429807365, + "W": 3.1358351407106966e-05, + "N": 9.001964644994587e-05, + "Y": 0.0018406814197078347, + "U": 4.737979907076806e-06, + "K": 2.0067849618499167e-05, + "L": 4.001365232397802e-05, + "G": 0.0007728206692263484, + "F": 0.011940686963498592, + "E": 0.0015126600628718734, + "T": 0.0012927994830533862, + "P": 0.24334275722503662, + "-": 0.73684161901474 + }, + "id": "tp_22103" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2762896, + "label": "F", + "classification": { + "B": 0.002200537594035268, + "S": 0.05892720818519592, + "I": 0.004511669743806124, + "C": 0.006517407018691301, + "R": 0.008830627426505089, + "M": 0.04773601517081261, + "O": 0.11351493746042252, + "W": 0.01061338558793068, + "N": 0.0027983849868178368, + "Y": 0.056435901671648026, + "U": 6.932736869202927e-05, + "K": 0.002838793210685253, + "L": 0.03707652539014816, + "G": 0.1960693895816803, + "F": 0.24709725379943848, + "E": 0.003210896858945489, + "T": 0.06174146384000778, + "P": 0.008836789056658745, + "-": 0.13097348809242249 + }, + "id": "tp_22104" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2763030, + "label": "-", + "classification": { + "B": 0.0002954871451947838, + "S": 0.0001880851195892319, + "I": 0.00019459877512417734, + "C": 6.56395495752804e-05, + "R": 1.9769389837165363e-05, + "M": 0.0018099539447575808, + "O": 0.0006820608396083117, + "W": 5.301275086821988e-05, + "N": 3.095251304330304e-05, + "Y": 0.005981370806694031, + "U": 8.677018740854692e-06, + "K": 5.058825627202168e-05, + "L": 0.00015405044541694224, + "G": 0.0033359702210873365, + "F": 0.016453037038445473, + "E": 0.0007978586945682764, + "T": 0.006167853716760874, + "P": 0.03208472579717636, + "-": 0.9316263794898987 + }, + "id": "tp_22105" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2763130, + "label": "-", + "classification": { + "B": 8.528858188583399e-07, + "S": 3.655309228633996e-07, + "I": 7.239469596242998e-06, + "C": 1.3298328667588066e-05, + "R": 1.923467380038346e-06, + "M": 3.903489050571807e-05, + "O": 3.1229283194988966e-05, + "W": 2.0357940400117513e-07, + "N": 9.507240861239552e-08, + "Y": 0.00012385025911498815, + "U": 9.988366578284058e-09, + "K": 1.7882930691826004e-09, + "L": 1.0426138942420948e-05, + "G": 0.0002661789767444134, + "F": 0.0019004866480827332, + "E": 3.952823590225307e-06, + "T": 0.00010847224621102214, + "P": 0.0036724433302879333, + "-": 0.9938200116157532 + }, + "id": "tp_22106" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2763263, + "label": "-", + "classification": { + "B": 3.79490439073038e-09, + "S": 3.612260712770876e-08, + "I": 1.4397460290638264e-07, + "C": 7.558377035365993e-09, + "R": 4.07488842668613e-09, + "M": 4.5809247239958495e-06, + "O": 1.514270479674451e-06, + "W": 6.6935030851311694e-09, + "N": 2.9307807292155985e-09, + "Y": 4.581009488902055e-05, + "U": 8.791322531065404e-11, + "K": 1.1123946208613233e-09, + "L": 3.309546769969529e-08, + "G": 3.031877440662356e-06, + "F": 0.000906405271962285, + "E": 2.3644608404538303e-07, + "T": 4.5124528696760535e-05, + "P": 0.0026010635774582624, + "-": 0.9963919520378113 + }, + "id": "tp_22107" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2763397, + "label": "-", + "classification": { + "B": 0.00025596973136998713, + "S": 0.00341762974858284, + "I": 0.0014502225676551461, + "C": 0.002138671465218067, + "R": 0.0016844325000420213, + "M": 0.044772714376449585, + "O": 0.014731253497302532, + "W": 0.0008524378063157201, + "N": 0.00026797616737894714, + "Y": 0.01941036246716976, + "U": 5.4983353038551286e-05, + "K": 0.00016120501095429063, + "L": 0.006451291497796774, + "G": 0.0231349878013134, + "F": 0.09131693094968796, + "E": 0.0016281906282529235, + "T": 0.031039657071232796, + "P": 0.019863758236169815, + "-": 0.7373672723770142 + }, + "id": "tp_22108" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2763530, + "label": "-", + "classification": { + "B": 0.0007519348873756826, + "S": 0.0005064057768322527, + "I": 0.0006230287835933268, + "C": 0.0007610545726493001, + "R": 0.000530271150637418, + "M": 0.016174715012311935, + "O": 0.004941197577863932, + "W": 0.00017372044385410845, + "N": 3.214976459275931e-05, + "Y": 0.015434720553457737, + "U": 6.651197054452496e-06, + "K": 7.558783636341104e-06, + "L": 0.0030756511259824038, + "G": 0.015122991055250168, + "F": 0.02361910231411457, + "E": 0.0006653475575149059, + "T": 0.011609362438321114, + "P": 0.008320457302033901, + "-": 0.8976438045501709 + }, + "id": "tp_22109" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2763630, + "label": "-", + "classification": { + "B": 6.363869033521041e-06, + "S": 1.2319769666646607e-06, + "I": 5.737046194553841e-06, + "C": 4.6370530526473885e-07, + "R": 3.077593646594323e-07, + "M": 9.20445891097188e-05, + "O": 7.600941898999736e-05, + "W": 6.129088205852895e-07, + "N": 5.311519402084741e-08, + "Y": 4.048712435178459e-05, + "U": 5.1379167587128904e-09, + "K": 1.598908505595631e-10, + "L": 1.1651442946458701e-05, + "G": 3.57614662789274e-05, + "F": 0.0002154544199584052, + "E": 1.7025001852744026e-06, + "T": 0.00018522654136177152, + "P": 0.015166321769356728, + "-": 0.9841606020927429 + }, + "id": "tp_22110" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2763764, + "label": "-", + "classification": { + "B": 7.84389631007798e-05, + "S": 2.8395705157890916e-05, + "I": 1.759452607075218e-05, + "C": 1.4871986877551535e-06, + "R": 1.957058884727303e-06, + "M": 0.00017166923498734832, + "O": 0.00038806835073046386, + "W": 1.153789162344765e-05, + "N": 9.302285661760834e-07, + "Y": 0.00018245588580612093, + "U": 6.490385828783474e-08, + "K": 1.7144492048259963e-08, + "L": 6.268674769671634e-05, + "G": 0.00023300327302422374, + "F": 0.0037256337236613035, + "E": 2.7991725801257417e-05, + "T": 0.0002666295040398836, + "P": 0.04029346629977226, + "-": 0.9545079469680786 + }, + "id": "tp_22111" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2763897, + "label": "-", + "classification": { + "B": 4.6448380430774705e-07, + "S": 8.731775551495957e-07, + "I": 4.099213583685923e-06, + "C": 0.000114991664304398, + "R": 1.847902785812039e-05, + "M": 0.00016321384464390576, + "O": 4.112732858629897e-05, + "W": 3.534695451890002e-07, + "N": 8.78779289337217e-08, + "Y": 0.0007681282004341483, + "U": 3.092174694074856e-08, + "K": 9.232479669663007e-08, + "L": 2.5080309569602832e-05, + "G": 0.0006667881389148533, + "F": 0.004547013435512781, + "E": 4.8140464059542865e-06, + "T": 0.0005813284078612924, + "P": 0.0020299647003412247, + "-": 0.991033136844635 + }, + "id": "tp_22112" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2764031, + "label": "-", + "classification": { + "B": 2.353648476116632e-08, + "S": 4.3639985847221396e-08, + "I": 2.0994411897845566e-07, + "C": 3.3638198715379986e-07, + "R": 5.86008326308729e-08, + "M": 2.7714530006051064e-05, + "O": 9.136537300946657e-06, + "W": 1.688125550458608e-08, + "N": 2.5386988067310767e-09, + "Y": 3.351753912284039e-05, + "U": 3.021870531583204e-10, + "K": 5.569701366781032e-10, + "L": 1.4659684666185058e-06, + "G": 3.1309729820350185e-05, + "F": 0.0006736608920618892, + "E": 5.345141858015268e-07, + "T": 4.038266706629656e-05, + "P": 0.0012504224432632327, + "-": 0.9979311227798462 + }, + "id": "tp_22113" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2764131, + "label": "-", + "classification": { + "B": 7.234401664391044e-07, + "S": 1.1490913465195263e-07, + "I": 6.600923825317295e-06, + "C": 6.820215730840573e-06, + "R": 1.0191026831307681e-06, + "M": 5.7806486438494176e-05, + "O": 2.3152062567532994e-05, + "W": 1.732984316049624e-07, + "N": 9.665289013582878e-08, + "Y": 0.00021097398712299764, + "U": 2.994698178326871e-08, + "K": 2.574891855289252e-09, + "L": 6.074332759453682e-06, + "G": 0.00011147125769639388, + "F": 0.00045278642210178077, + "E": 3.457477532720077e-06, + "T": 0.0001822798658395186, + "P": 0.010696226730942726, + "-": 0.9882402420043945 + }, + "id": "tp_22114" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2764264, + "label": "-", + "classification": { + "B": 8.93573451321572e-06, + "S": 2.0978010070393793e-05, + "I": 0.0007805750356055796, + "C": 0.00015272216114681214, + "R": 2.8001117243547924e-05, + "M": 0.00010370967356720939, + "O": 7.855759031372145e-05, + "W": 1.4698572158522438e-05, + "N": 9.140710608335212e-05, + "Y": 0.0014683448243886232, + "U": 5.900461928831646e-06, + "K": 6.408614717656747e-05, + "L": 6.370903975039255e-06, + "G": 0.00022596758208237588, + "F": 0.011747083626687527, + "E": 0.0002656659344211221, + "T": 0.0009364703437313437, + "P": 0.18003274500370026, + "-": 0.8039677143096924 + }, + "id": "tp_22115" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2764398, + "label": "-", + "classification": { + "B": 5.649767444992904e-07, + "S": 1.510602828602714e-06, + "I": 3.283742216808605e-06, + "C": 1.803300392566598e-06, + "R": 6.267054573072528e-07, + "M": 0.00019696941308211535, + "O": 5.0372807891108096e-05, + "W": 4.3368780211494595e-07, + "N": 1.8313025407223904e-07, + "Y": 0.00035349378595128655, + "U": 3.4018068362229315e-08, + "K": 3.446419682973101e-08, + "L": 5.527404937311076e-06, + "G": 7.402092160191387e-05, + "F": 0.001509268069639802, + "E": 3.54774238076061e-06, + "T": 0.0005285586812533438, + "P": 0.00740802101790905, + "-": 0.9898617267608643 + }, + "id": "tp_22116" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2764531, + "label": "-", + "classification": { + "B": 5.455364515682959e-08, + "S": 1.4226500866243441e-08, + "I": 6.121450860518962e-05, + "C": 8.294380677398294e-06, + "R": 1.0403527994640172e-06, + "M": 2.3627477276022546e-05, + "O": 2.857181698345812e-06, + "W": 9.663001776516467e-08, + "N": 6.587392817891669e-07, + "Y": 0.00030258920742198825, + "U": 7.849209993082695e-08, + "K": 4.6286302790576883e-07, + "L": 3.1237385655913386e-07, + "G": 5.2782786951866e-05, + "F": 0.0005427651340141892, + "E": 3.8839829358039424e-05, + "T": 0.00010348737851018086, + "P": 0.0503539964556694, + "-": 0.9485068917274475 + }, + "id": "tp_22117" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2764631, + "label": "-", + "classification": { + "B": 1.0708363333833404e-06, + "S": 2.338841568416683e-06, + "I": 0.00012267334386706352, + "C": 0.0005184035398997366, + "R": 0.00015934310795273632, + "M": 0.0011158345732837915, + "O": 0.00021996814757585526, + "W": 5.05816478835186e-06, + "N": 5.375414730224293e-06, + "Y": 0.007324105594307184, + "U": 4.696432370110415e-06, + "K": 9.59716271609068e-06, + "L": 0.00011016647476935759, + "G": 0.002058781450614333, + "F": 0.007500817067921162, + "E": 0.00010177147487411276, + "T": 0.004056576173752546, + "P": 0.013524468056857586, + "-": 0.9631589651107788 + }, + "id": "tp_22118" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2764765, + "label": "-", + "classification": { + "B": 1.0494972713104289e-07, + "S": 1.898988273296709e-07, + "I": 1.0303384442522656e-05, + "C": 1.25693998143106e-06, + "R": 3.6791610114050854e-07, + "M": 8.707512279215734e-06, + "O": 7.033396741462639e-06, + "W": 1.8775266141801694e-07, + "N": 5.893969046155689e-07, + "Y": 8.606834308011457e-05, + "U": 7.01664788493872e-08, + "K": 3.44437665944497e-07, + "L": 3.6679574577647145e-07, + "G": 1.950908153958153e-05, + "F": 0.0016191268805414438, + "E": 1.6324795069522224e-05, + "T": 0.00015403494762722403, + "P": 0.11320053786039352, + "-": 0.8848749399185181 + }, + "id": "tp_22119" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2764898, + "label": "-", + "classification": { + "B": 1.399474058416672e-05, + "S": 7.676318637095392e-05, + "I": 0.0010585150448605418, + "C": 7.601661491207778e-05, + "R": 3.198998456355184e-05, + "M": 0.0008872715407051146, + "O": 0.0009324984275735915, + "W": 3.3870070183184e-05, + "N": 9.26797729334794e-05, + "Y": 0.0019164452096447349, + "U": 2.042527285084361e-06, + "K": 1.5659823020541808e-06, + "L": 9.430829231860116e-05, + "G": 0.0008572160149924457, + "F": 0.004849549848586321, + "E": 0.0005304671940393746, + "T": 0.00282529485411942, + "P": 0.14936275780200958, + "-": 0.8363567590713501 + }, + "id": "tp_22120" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2765032, + "label": "-", + "classification": { + "B": 2.4372959614993306e-06, + "S": 2.040936948333183e-07, + "I": 1.7195355894727982e-06, + "C": 2.960278379759984e-06, + "R": 7.54797895297088e-07, + "M": 0.00021010484488215297, + "O": 1.5941590390866622e-05, + "W": 8.119594951949693e-08, + "N": 1.2645018365731175e-08, + "Y": 0.00024628202663734555, + "U": 1.9192620825947415e-09, + "K": 7.867027029817564e-10, + "L": 7.031435416138265e-06, + "G": 0.00014126099995337427, + "F": 0.0006623254739679396, + "E": 4.758614977617981e-06, + "T": 0.0002109350316459313, + "P": 0.002171200467273593, + "-": 0.9963220357894897 + }, + "id": "tp_22121" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2765132, + "label": "-", + "classification": { + "B": 1.817654606384167e-06, + "S": 5.896804850635817e-06, + "I": 0.0007199220708571374, + "C": 0.004924400709569454, + "R": 0.0008293814607895911, + "M": 0.0035902441013604403, + "O": 0.0004334352561272681, + "W": 1.2561052244564053e-05, + "N": 2.7179343305760995e-05, + "Y": 0.1064068078994751, + "U": 3.1743841191200772e-06, + "K": 2.325457717233803e-05, + "L": 0.00013760829460807145, + "G": 0.011647566221654415, + "F": 0.023335011675953865, + "E": 0.0005262714112177491, + "T": 0.012580355629324913, + "P": 0.00772789167240262, + "-": 0.8270672559738159 + }, + "id": "tp_22122" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2765265, + "label": "-", + "classification": { + "B": 0.00017432284948881716, + "S": 1.3834259334544186e-05, + "I": 0.0002533275983296335, + "C": 0.0006609804113395512, + "R": 0.00015489918587263674, + "M": 0.003247311105951667, + "O": 0.0007761355955153704, + "W": 2.9251619707792997e-05, + "N": 9.18471869226778e-06, + "Y": 0.002232538303360343, + "U": 5.573938324232586e-06, + "K": 1.1014731171599124e-06, + "L": 0.0004888944677077234, + "G": 0.0033884355798363686, + "F": 0.0037227675784379244, + "E": 0.00019638804951682687, + "T": 0.002430442487820983, + "P": 0.024954847991466522, + "-": 0.9572596549987793 + }, + "id": "tp_22123" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2765399, + "label": "-", + "classification": { + "B": 0.00012408135808072984, + "S": 0.00010261514398735017, + "I": 0.00025470188120380044, + "C": 5.2090781537117437e-05, + "R": 1.846612212830223e-05, + "M": 0.0004606650327332318, + "O": 0.0004604456480592489, + "W": 3.193295924575068e-05, + "N": 3.7332982174120843e-05, + "Y": 0.00048556263209320605, + "U": 1.559493398417544e-06, + "K": 5.279764991428237e-06, + "L": 4.536727647064254e-05, + "G": 0.0007688767509534955, + "F": 0.013118334114551544, + "E": 0.0004865056835114956, + "T": 0.0007182641420513391, + "P": 0.18005777895450592, + "-": 0.8027700781822205 + }, + "id": "tp_22124" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2765532, + "label": "-", + "classification": { + "B": 0.00011830591392936185, + "S": 0.0005440728273242712, + "I": 0.00013170542661100626, + "C": 0.004732383415102959, + "R": 0.0022273960057646036, + "M": 0.02078850008547306, + "O": 0.005085004959255457, + "W": 0.00015329178131651133, + "N": 1.1269527021795511e-05, + "Y": 0.02090168371796608, + "U": 5.577687261393294e-06, + "K": 2.3635315301362425e-05, + "L": 0.008497033268213272, + "G": 0.05040789768099785, + "F": 0.0883355364203453, + "E": 0.0002475740038789809, + "T": 0.015511665493249893, + "P": 0.0026477293577045202, + "-": 0.7796297669410706 + }, + "id": "tp_22125" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2765632, + "label": "-", + "classification": { + "B": 0.0001979788503376767, + "S": 0.0004652718489523977, + "I": 0.004037174396216869, + "C": 0.003017186652868986, + "R": 0.0010321808513253927, + "M": 0.0034025171771645546, + "O": 0.0029182895086705685, + "W": 0.0005014631315134466, + "N": 0.0013920315541327, + "Y": 0.01627885363996029, + "U": 0.000270195392658934, + "K": 0.0026013124734163284, + "L": 0.0006622439250349998, + "G": 0.009153066202998161, + "F": 0.08070392161607742, + "E": 0.006810545921325684, + "T": 0.00931340642273426, + "P": 0.16507494449615479, + "-": 0.6921674013137817 + }, + "id": "tp_22126" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2765766, + "label": "-", + "classification": { + "B": 0.0004197913222014904, + "S": 0.00010719701094785705, + "I": 0.005569768603891134, + "C": 0.0013660151744261384, + "R": 0.00019121290824841708, + "M": 0.0065764933824539185, + "O": 0.0006525249336846173, + "W": 7.286924665095285e-05, + "N": 0.0004944579559378326, + "Y": 0.025442184880375862, + "U": 3.60680787707679e-05, + "K": 0.0004246963653713465, + "L": 0.00032517293584533036, + "G": 0.02901231124997139, + "F": 0.03111802227795124, + "E": 0.07625825703144073, + "T": 0.007084064185619354, + "P": 0.14710606634616852, + "-": 0.6677427887916565 + }, + "id": "tp_22127" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2765899, + "label": "-", + "classification": { + "B": 5.00244914292125e-06, + "S": 6.679165380774066e-06, + "I": 0.000323121203109622, + "C": 6.079921149648726e-05, + "R": 1.5272746168193407e-05, + "M": 0.00020243726612534374, + "O": 6.623178342124447e-05, + "W": 8.330449418281205e-06, + "N": 3.613161243265495e-05, + "Y": 0.00193926808424294, + "U": 3.80451956516481e-06, + "K": 0.0001371655671391636, + "L": 6.380103059200337e-06, + "G": 0.0006426069303415716, + "F": 0.014627291820943356, + "E": 0.0006443208549171686, + "T": 0.0010347479255869985, + "P": 0.19072818756103516, + "-": 0.7895122766494751 + }, + "id": "tp_22128" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2766033, + "label": "-", + "classification": { + "B": 2.0482628093621003e-10, + "S": 1.0805533551261348e-10, + "I": 2.0040775705609803e-09, + "C": 5.026345450964698e-10, + "R": 1.4139894810583087e-10, + "M": 8.113012484045612e-08, + "O": 5.677780734458793e-08, + "W": 5.7143637044454465e-11, + "N": 7.689498343621537e-12, + "Y": 2.1213022591837216e-06, + "U": 5.868208479906101e-13, + "K": 5.011449764826155e-14, + "L": 1.7266148510941548e-09, + "G": 1.178333093321271e-07, + "F": 3.2135899346030783e-06, + "E": 6.575101019201668e-10, + "T": 1.8599896520754555e-06, + "P": 0.0008562621078453958, + "-": 0.9991362690925598 + }, + "id": "tp_22129" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2766133, + "label": "-", + "classification": { + "B": 2.939220030384604e-05, + "S": 4.977043772669276e-06, + "I": 0.0029273175168782473, + "C": 0.000716983515303582, + "R": 0.00011370061110937968, + "M": 0.0008333358564414084, + "O": 0.00015028976486064494, + "W": 8.932804121286608e-06, + "N": 7.561175152659416e-05, + "Y": 0.005097268149256706, + "U": 8.709596841072198e-06, + "K": 3.36609514306474e-06, + "L": 7.779335282975808e-05, + "G": 0.0017380175413563848, + "F": 0.005182456225156784, + "E": 0.0012664379319176078, + "T": 0.002179280389100313, + "P": 0.31553205847740173, + "-": 0.6640541553497314 + }, + "id": "tp_22130" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2766266, + "label": "-", + "classification": { + "B": 2.0282443529140437e-06, + "S": 5.293252343108179e-07, + "I": 5.657233486999758e-06, + "C": 9.701192311695195e-07, + "R": 1.5355399796135316e-07, + "M": 7.56101289880462e-05, + "O": 1.4899410416546743e-05, + "W": 3.5571937928580155e-07, + "N": 1.807507743478709e-07, + "Y": 0.00010428297537146136, + "U": 1.3555067290837997e-08, + "K": 3.7071650638154097e-08, + "L": 1.4228843383534695e-06, + "G": 3.2452589948661625e-05, + "F": 0.000985673163086176, + "E": 2.9880651709390804e-05, + "T": 9.195868915412575e-05, + "P": 0.03422708436846733, + "-": 0.9644268751144409 + }, + "id": "tp_22131" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2766400, + "label": "-", + "classification": { + "B": 1.7739841496222652e-05, + "S": 2.9233218810986727e-05, + "I": 0.0017250472446903586, + "C": 0.00013750388461630791, + "R": 2.5702793209347874e-05, + "M": 0.0005435252678580582, + "O": 0.00025719383847899735, + "W": 1.8766853827401064e-05, + "N": 0.0002752024447545409, + "Y": 0.0014835090842097998, + "U": 6.573577138624387e-06, + "K": 4.741645170724951e-05, + "L": 2.4844101062626578e-05, + "G": 0.000808030366897583, + "F": 0.009538273327052593, + "E": 0.002812881488353014, + "T": 0.0011039064265787601, + "P": 0.4331932067871094, + "-": 0.5479515194892883 + }, + "id": "tp_22132" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2766533, + "label": "-", + "classification": { + "B": 4.0775010035076775e-08, + "S": 2.0998498939661658e-07, + "I": 1.5598859590681968e-06, + "C": 4.015434029724929e-08, + "R": 1.263884144009353e-07, + "M": 6.107602075644536e-06, + "O": 1.044252439896809e-05, + "W": 7.41111065849509e-08, + "N": 1.2353313039170644e-08, + "Y": 9.128468082053587e-05, + "U": 4.2545725276177393e-10, + "K": 3.2068434019372205e-10, + "L": 3.6382877510732214e-07, + "G": 8.77461388881784e-06, + "F": 0.0002596419071778655, + "E": 5.115824919244005e-08, + "T": 0.0001384750212309882, + "P": 0.0033573531545698643, + "-": 0.9961255192756653 + }, + "id": "tp_22133" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2766633, + "label": "-", + "classification": { + "B": 3.4138091109525703e-07, + "S": 1.9709103682430396e-08, + "I": 7.58762439545535e-07, + "C": 5.357140366868407e-07, + "R": 9.006398471456123e-08, + "M": 3.6248948163120076e-05, + "O": 3.5428111004875973e-06, + "W": 1.2755407396980445e-08, + "N": 3.920750391017691e-09, + "Y": 4.4966938730794936e-05, + "U": 8.332424750179257e-10, + "K": 4.101640554976527e-11, + "L": 1.07784103420272e-06, + "G": 2.4598761228844523e-05, + "F": 5.26823423570022e-05, + "E": 1.1871095466631232e-06, + "T": 6.968954403419048e-05, + "P": 0.005511248949915171, + "-": 0.9942529797554016 + }, + "id": "tp_22134" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2766767, + "label": "-", + "classification": { + "B": 1.6162049121248856e-07, + "S": 3.80383795572925e-08, + "I": 2.4876988391042687e-05, + "C": 3.6909750633640215e-06, + "R": 1.1504871366696534e-07, + "M": 1.1478821761556901e-05, + "O": 1.513193637947552e-06, + "W": 2.2368007890349872e-08, + "N": 8.405596645388869e-07, + "Y": 7.626374281244352e-05, + "U": 1.2082803202417836e-08, + "K": 5.352607672648446e-07, + "L": 2.0523131638583436e-07, + "G": 0.00016919561312533915, + "F": 0.010525887832045555, + "E": 0.0004736482514999807, + "T": 4.960740261594765e-05, + "P": 0.19378164410591125, + "-": 0.794880211353302 + }, + "id": "tp_22135" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2766900, + "label": "-", + "classification": { + "B": 8.62047636474017e-06, + "S": 3.953104169340804e-06, + "I": 3.880852091242559e-05, + "C": 3.9491045754402876e-05, + "R": 7.488364190066932e-06, + "M": 0.00027087662601843476, + "O": 8.116694516502321e-05, + "W": 2.0927132027281914e-06, + "N": 1.6915175820031436e-06, + "Y": 0.0009176695602945983, + "U": 2.953534021798987e-07, + "K": 1.9671327322612342e-07, + "L": 2.25281164603075e-05, + "G": 0.000375810923287645, + "F": 0.004192867781966925, + "E": 7.349660154432058e-05, + "T": 0.0006379217375069857, + "P": 0.02260059490799904, + "-": 0.9707245230674744 + }, + "id": "tp_22136" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2767000, + "label": "-", + "classification": { + "B": 9.089538899331728e-09, + "S": 7.734433538075791e-09, + "I": 2.3317366526498517e-07, + "C": 1.573131527266014e-07, + "R": 2.0396612399053993e-08, + "M": 1.4089623618929181e-06, + "O": 6.782522063986107e-07, + "W": 5.611117792625464e-09, + "N": 4.37832792243853e-09, + "Y": 2.6844936655834317e-05, + "U": 5.232339561622723e-10, + "K": 1.786684689086826e-09, + "L": 5.745323861106044e-08, + "G": 4.516038188739913e-06, + "F": 0.001351337181404233, + "E": 7.467052682841313e-07, + "T": 9.720487469166983e-06, + "P": 0.016581319272518158, + "-": 0.9820229411125183 + }, + "id": "tp_22137" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2767134, + "label": "-", + "classification": { + "B": 2.133694465555891e-08, + "S": 3.160162407311873e-07, + "I": 1.8012426608038368e-06, + "C": 8.244217497122008e-06, + "R": 8.318768323078984e-07, + "M": 3.890100197168067e-05, + "O": 1.5686666301917285e-05, + "W": 1.473923845196623e-07, + "N": 7.465644102921942e-08, + "Y": 0.00011530460324138403, + "U": 7.479052044345735e-09, + "K": 7.193826689899652e-08, + "L": 1.7465586097387131e-06, + "G": 7.249001646414399e-05, + "F": 0.009677187539637089, + "E": 3.5843756904796464e-06, + "T": 0.00014340586494654417, + "P": 0.004498523194342852, + "-": 0.9854215383529663 + }, + "id": "tp_22138" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2767267, + "label": "-", + "classification": { + "B": 2.511643742764136e-06, + "S": 6.498912057395501e-07, + "I": 0.00014211672532837838, + "C": 2.685848085093312e-05, + "R": 4.175110916548874e-06, + "M": 5.114381929161027e-05, + "O": 1.3877634046366438e-05, + "W": 6.531731742143165e-07, + "N": 4.575214461510768e-06, + "Y": 0.0005794920725747943, + "U": 4.219524214477133e-07, + "K": 1.3833255252393428e-06, + "L": 4.476272351894295e-06, + "G": 0.00041373653220944107, + "F": 0.0070260558277368546, + "E": 0.00023846783733461052, + "T": 0.000316871446557343, + "P": 0.23505035042762756, + "-": 0.7561221122741699 + }, + "id": "tp_22139" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2767401, + "label": "-", + "classification": { + "B": 5.507888545253081e-07, + "S": 4.227973136039509e-07, + "I": 3.0627175874542445e-05, + "C": 4.863544290856225e-06, + "R": 4.588445676745323e-07, + "M": 7.10504673406831e-06, + "O": 8.571948455937672e-06, + "W": 2.364331663784469e-07, + "N": 1.6375647646782454e-06, + "Y": 2.6401696231914684e-05, + "U": 6.468310687068879e-08, + "K": 1.7547806763218432e-08, + "L": 1.2423018915797002e-06, + "G": 1.7111286069848575e-05, + "F": 0.0007812462863512337, + "E": 1.3965958714834414e-05, + "T": 0.00012046717893099412, + "P": 0.19756044447422028, + "-": 0.8014245629310608 + }, + "id": "tp_22140" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2767501, + "label": "-", + "classification": { + "B": 0.0002342101652175188, + "S": 6.71779562253505e-05, + "I": 0.0028542708605527878, + "C": 0.0013164557749405503, + "R": 0.00034747523022815585, + "M": 0.0030329839792102575, + "O": 0.0008910946198739111, + "W": 4.5424283598549664e-05, + "N": 0.00017246812058147043, + "Y": 0.007975720800459385, + "U": 4.0984385123010725e-05, + "K": 1.3612828297482338e-05, + "L": 0.0006510083330795169, + "G": 0.006240784656256437, + "F": 0.012946069240570068, + "E": 0.0015703850658610463, + "T": 0.007074454333633184, + "P": 0.1143081784248352, + "-": 0.8402172327041626 + }, + "id": "tp_22141" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2767634, + "label": "-", + "classification": { + "B": 1.2217176845297217e-05, + "S": 1.8152106349589303e-05, + "I": 2.1928613932686858e-05, + "C": 7.808511668372375e-07, + "R": 3.055641570881562e-07, + "M": 4.148086009081453e-05, + "O": 5.794603566755541e-05, + "W": 1.9867850369337248e-06, + "N": 1.9728865936485818e-06, + "Y": 8.292980055557564e-05, + "U": 4.102565398511615e-08, + "K": 4.167791445297553e-08, + "L": 4.356575573183363e-06, + "G": 5.64516922167968e-05, + "F": 0.001380232977680862, + "E": 3.146186645608395e-05, + "T": 0.0002235880383523181, + "P": 0.16325341165065765, + "-": 0.8348106145858765 + }, + "id": "tp_22142" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2767768, + "label": "-", + "classification": { + "B": 2.8225182177266106e-05, + "S": 7.490967982448637e-05, + "I": 0.0002848602889571339, + "C": 0.00011979565169895068, + "R": 2.5037577870534733e-05, + "M": 0.000362471240805462, + "O": 0.00024146780197042972, + "W": 3.916575224138796e-05, + "N": 7.19833406037651e-05, + "Y": 0.0034116730093955994, + "U": 7.71543818700593e-06, + "K": 0.0001264481252292171, + "L": 4.432874993653968e-05, + "G": 0.0012467224150896072, + "F": 0.09093672782182693, + "E": 0.0013955526519566774, + "T": 0.0015965155325829983, + "P": 0.17219962179660797, + "-": 0.7277868390083313 + }, + "id": "tp_22143" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2767901, + "label": "-", + "classification": { + "B": 2.581579572336068e-08, + "S": 1.8828073322652017e-08, + "I": 2.13243329199031e-05, + "C": 1.936034550453769e-06, + "R": 2.3052375297538674e-07, + "M": 2.066212437057402e-05, + "O": 2.95301242658752e-06, + "W": 5.097474087278897e-08, + "N": 4.864287461714412e-07, + "Y": 0.00015698894276283681, + "U": 2.7365492982767137e-08, + "K": 1.3437460211207508e-07, + "L": 2.0062947214682936e-07, + "G": 1.8622487914399244e-05, + "F": 0.0003431791556067765, + "E": 2.3750410036882386e-05, + "T": 0.00011956331582041457, + "P": 0.024086197838187218, + "-": 0.9752036333084106 + }, + "id": "tp_22144" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2768001, + "label": "-", + "classification": { + "B": 6.483977244009509e-10, + "S": 6.657520090769253e-10, + "I": 2.512218998163007e-06, + "C": 8.222293068627096e-09, + "R": 5.707614381122994e-10, + "M": 8.551565144898632e-08, + "O": 6.195988788704199e-08, + "W": 5.738342023775544e-10, + "N": 2.1495175417385326e-08, + "Y": 1.3685413478015107e-06, + "U": 8.750038887894718e-11, + "K": 7.676768942754819e-11, + "L": 1.7760635184771445e-09, + "G": 1.618935954184053e-07, + "F": 3.306792496005073e-05, + "E": 1.0798346465890063e-06, + "T": 1.6671046978444792e-06, + "P": 0.4757936894893646, + "-": 0.5241662859916687 + }, + "id": "tp_22145" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2768135, + "label": "-", + "classification": { + "B": 4.6838977141305804e-05, + "S": 0.00011316136078676209, + "I": 0.002987314946949482, + "C": 0.0005164786125533283, + "R": 0.00021195186127442867, + "M": 0.0010242140851914883, + "O": 0.0005567491170950234, + "W": 0.00012686604168266058, + "N": 0.00044342275941744447, + "Y": 0.007685211952775717, + "U": 5.537485412787646e-05, + "K": 0.0005532193463295698, + "L": 9.119031892623752e-05, + "G": 0.0017226561903953552, + "F": 0.03592540696263313, + "E": 0.0021058854181319475, + "T": 0.002941073849797249, + "P": 0.30291077494621277, + "-": 0.6399822235107422 + }, + "id": "tp_22146" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2768268, + "label": "P", + "classification": { + "B": 0.00048464720021001995, + "S": 0.001111502293497324, + "I": 0.001639770227484405, + "C": 2.7452419089968316e-05, + "R": 2.2303296645986848e-05, + "M": 0.00046000396832823753, + "O": 0.0008254857384599745, + "W": 0.00016888776735868305, + "N": 0.0004169433668721467, + "Y": 0.0008802367956377566, + "U": 8.354879355465528e-06, + "K": 6.451315857702866e-05, + "L": 9.064972255146131e-05, + "G": 0.0007067139958962798, + "F": 0.02371825836598873, + "E": 0.0013219874817878008, + "T": 0.0016829520463943481, + "P": 0.5165514349937439, + "-": 0.449817955493927 + }, + "id": "tp_22147" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2768402, + "label": "P", + "classification": { + "B": 8.426374265013692e-09, + "S": 3.490038125164574e-08, + "I": 0.00010329785436624661, + "C": 2.853805938229925e-07, + "R": 1.648243852514497e-08, + "M": 3.7693598642363213e-07, + "O": 3.1756601970300835e-07, + "W": 1.8969833703863515e-08, + "N": 7.444044967996888e-06, + "Y": 4.141330464335624e-06, + "U": 1.2094375279048108e-08, + "K": 2.2826985457413684e-07, + "L": 7.02670810426298e-09, + "G": 2.385352900091675e-06, + "F": 0.00025613661273382604, + "E": 7.290598296094686e-05, + "T": 6.066845344321337e-06, + "P": 0.9107992649078369, + "-": 0.08874718844890594 + }, + "id": "tp_22148" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2768502, + "label": "-", + "classification": { + "B": 3.008838511675549e-09, + "S": 7.263468160267905e-10, + "I": 9.319480653857681e-08, + "C": 1.4039697404655271e-08, + "R": 1.3663834508292894e-09, + "M": 2.6070858893945115e-07, + "O": 1.1010309464154489e-07, + "W": 4.01720184894927e-10, + "N": 1.1842871128209254e-09, + "Y": 3.6385483781486982e-06, + "U": 3.7580865502873095e-11, + "K": 2.089785011705203e-10, + "L": 4.409755227641199e-09, + "G": 1.1119689133920474e-06, + "F": 0.0002454952336847782, + "E": 3.61553730954256e-07, + "T": 2.9988339065312175e-06, + "P": 0.010179519653320312, + "-": 0.9895663261413574 + }, + "id": "tp_22149" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2768635, + "label": "-", + "classification": { + "B": 0.00011513962090248242, + "S": 0.00026508377050049603, + "I": 0.00046118523459881544, + "C": 0.00013906805543228984, + "R": 8.425988198723644e-05, + "M": 0.0020146318711340427, + "O": 0.0012583734933286905, + "W": 5.932234853389673e-05, + "N": 4.4476000766735524e-05, + "Y": 0.0031767019536346197, + "U": 1.7519830635137623e-06, + "K": 8.938722203311045e-06, + "L": 0.0002349724090890959, + "G": 0.0029862667433917522, + "F": 0.039100468158721924, + "E": 0.0006957442965358496, + "T": 0.0033402126282453537, + "P": 0.06094881147146225, + "-": 0.8850645422935486 + }, + "id": "tp_22150" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2768769, + "label": "-", + "classification": { + "B": 0.0007737943669781089, + "S": 0.0018535340204834938, + "I": 0.0013572584139183164, + "C": 0.0003969615790992975, + "R": 0.0005420130328275263, + "M": 0.006934078875929117, + "O": 0.009783454239368439, + "W": 0.0009369839681312442, + "N": 0.0002939253463409841, + "Y": 0.007378814276307821, + "U": 3.79939483536873e-05, + "K": 7.112799357855693e-05, + "L": 0.002198044676333666, + "G": 0.005898242816329002, + "F": 0.03671703487634659, + "E": 0.0009142484632320702, + "T": 0.009972482919692993, + "P": 0.0806816890835762, + "-": 0.8332583904266357 + }, + "id": "tp_22151" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2768902, + "label": "-", + "classification": { + "B": 3.0205594470089636e-08, + "S": 4.4341990701468603e-07, + "I": 8.009172233869322e-06, + "C": 1.124678760788811e-06, + "R": 1.3929253839251032e-07, + "M": 0.0001644956792006269, + "O": 7.259675385284936e-06, + "W": 1.1581990833064992e-07, + "N": 3.8622064835180936e-07, + "Y": 0.004011061042547226, + "U": 5.05516428717101e-09, + "K": 1.0946901056740899e-06, + "L": 1.6041190065152477e-07, + "G": 9.739951201481745e-05, + "F": 0.0026614954695105553, + "E": 2.0534242139547132e-05, + "T": 0.0011508596362546086, + "P": 0.00569300027564168, + "-": 0.986182451248169 + }, + "id": "tp_22152" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2769002, + "label": "-", + "classification": { + "B": 3.298537620821662e-08, + "S": 9.230931823367428e-07, + "I": 0.00031309909536503255, + "C": 0.0004891541902907193, + "R": 5.317526665749028e-05, + "M": 0.0001519779907539487, + "O": 0.00010707967157941312, + "W": 2.709595037231338e-06, + "N": 9.154394319921266e-06, + "Y": 0.14200761914253235, + "U": 4.909634654381989e-08, + "K": 7.410800753859803e-05, + "L": 1.3025724001636263e-06, + "G": 0.005005640909075737, + "F": 0.0025765174068510532, + "E": 0.0001280709693673998, + "T": 0.006756719667464495, + "P": 0.0018445976311340928, + "-": 0.8404781222343445 + }, + "id": "tp_22153" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2769136, + "label": "-", + "classification": { + "B": 0.0006021133158355951, + "S": 0.0007753301761113107, + "I": 0.002995181130245328, + "C": 0.004083870444446802, + "R": 0.0017147613689303398, + "M": 0.013640269637107849, + "O": 0.010173097252845764, + "W": 0.0006384812295436859, + "N": 0.000505587668158114, + "Y": 0.015641091391444206, + "U": 0.00012338701344560832, + "K": 6.988154200371355e-05, + "L": 0.002496198518201709, + "G": 0.011308299377560616, + "F": 0.010876246728003025, + "E": 0.0011464976705610752, + "T": 0.025397401303052902, + "P": 0.04231169447302818, + "-": 0.8555006384849548 + }, + "id": "tp_22154" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2769269, + "label": "-", + "classification": { + "B": 2.028036618639817e-07, + "S": 4.343705484188831e-07, + "I": 2.056806351902196e-06, + "C": 5.910772870265646e-06, + "R": 1.019973410620878e-06, + "M": 1.7118400137405843e-05, + "O": 1.189207614515908e-05, + "W": 2.562224210578279e-07, + "N": 2.0155367508323252e-07, + "Y": 0.00043827053741551936, + "U": 1.6428202798124403e-08, + "K": 1.5809209230610577e-07, + "L": 1.2955993042851333e-06, + "G": 0.00010629012103891, + "F": 0.01559370942413807, + "E": 9.97407278191531e-06, + "T": 0.00012574276479426771, + "P": 0.023020977154374123, + "-": 0.9606643915176392 + }, + "id": "tp_22155" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2769403, + "label": "-", + "classification": { + "B": 9.657324939738032e-10, + "S": 6.2949174761683935e-09, + "I": 2.9682457807211904e-06, + "C": 2.0743750894780533e-07, + "R": 4.002432163474623e-08, + "M": 1.0291386161043192e-06, + "O": 6.171720769998501e-07, + "W": 8.471802814824514e-09, + "N": 9.734618799939199e-08, + "Y": 7.618746894877404e-05, + "U": 3.1741462791501363e-09, + "K": 4.509902495897222e-08, + "L": 1.3153333533466594e-08, + "G": 4.342453848948935e-06, + "F": 0.0007340278243646026, + "E": 1.468501523049781e-06, + "T": 5.357897680369206e-05, + "P": 0.05898579955101013, + "-": 0.9401395916938782 + }, + "id": "tp_22156" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2769503, + "label": "-", + "classification": { + "B": 5.8017080722949643e-11, + "S": 7.15928705208313e-12, + "I": 1.1185821158221643e-09, + "C": 6.169387223309286e-11, + "R": 9.809093641510724e-12, + "M": 2.389130031588138e-07, + "O": 1.7400122231947535e-08, + "W": 3.324256885386956e-12, + "N": 1.2872841898339815e-12, + "Y": 8.517417882103473e-07, + "U": 4.793814135798172e-14, + "K": 2.2066163305622553e-15, + "L": 8.881144153427556e-10, + "G": 7.156256742746336e-08, + "F": 8.07994865681394e-07, + "E": 6.48549935977627e-10, + "T": 2.792330406009569e-06, + "P": 0.00021809372992720455, + "-": 0.9997771382331848 + }, + "id": "tp_22157" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2769636, + "label": "P", + "classification": { + "B": 5.235782030155178e-09, + "S": 2.6979847689290182e-08, + "I": 3.108902774329181e-06, + "C": 7.551024694407715e-09, + "R": 4.2724546123196205e-10, + "M": 1.1318915085212211e-06, + "O": 2.5459482344558637e-07, + "W": 1.4599411457538736e-08, + "N": 2.7820613013318507e-07, + "Y": 5.378489277063636e-06, + "U": 9.41792532849206e-10, + "K": 2.809896102462517e-07, + "L": 1.337168820114698e-09, + "G": 5.288782176648965e-07, + "F": 0.0009842587169259787, + "E": 6.76843774272129e-05, + "T": 5.279250672174385e-06, + "P": 0.5363658666610718, + "-": 0.46256592869758606 + }, + "id": "tp_22158" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2769770, + "label": "-", + "classification": { + "B": 2.1783837382827187e-06, + "S": 5.317079967426253e-07, + "I": 1.864646264948533e-06, + "C": 1.0534282409935258e-05, + "R": 3.2142395411938196e-06, + "M": 0.00023944315034896135, + "O": 3.272445610491559e-05, + "W": 2.50674105473081e-07, + "N": 2.5458827934699002e-08, + "Y": 0.002282281406223774, + "U": 1.3915446572809742e-08, + "K": 9.65959845444786e-09, + "L": 2.5601273591746576e-05, + "G": 0.000698405725415796, + "F": 0.001956795807927847, + "E": 2.93766629511083e-06, + "T": 0.0006393928197212517, + "P": 0.0013340434525161982, + "-": 0.9927696585655212 + }, + "id": "tp_22159" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2769903, + "label": "-", + "classification": { + "B": 1.2726235354421078e-07, + "S": 3.861973993934953e-07, + "I": 9.969190614356194e-06, + "C": 1.6523288195458008e-06, + "R": 7.507058512601361e-07, + "M": 1.2173653885838576e-05, + "O": 9.690080332802609e-06, + "W": 4.7194725993904285e-07, + "N": 4.3017743678319675e-07, + "Y": 0.0001938273198902607, + "U": 3.268623416374794e-08, + "K": 4.3665596649589133e-07, + "L": 5.97138580360479e-07, + "G": 2.5351442673127167e-05, + "F": 0.00537509098649025, + "E": 1.1252799595240504e-05, + "T": 9.014915849547833e-05, + "P": 0.035451505333185196, + "-": 0.9588160514831543 + }, + "id": "tp_22160" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2770003, + "label": "-", + "classification": { + "B": 1.3962292086944217e-06, + "S": 2.594899228824943e-07, + "I": 0.00013234218931756914, + "C": 5.59673253519577e-06, + "R": 1.507729848526651e-06, + "M": 5.204342960496433e-05, + "O": 1.7102089259424247e-05, + "W": 2.950262114609359e-07, + "N": 1.3805550906909048e-06, + "Y": 9.670687722973526e-05, + "U": 3.870474074574304e-08, + "K": 5.496036958874129e-09, + "L": 3.1941267479851376e-06, + "G": 6.347728776745498e-05, + "F": 0.0003122553462162614, + "E": 1.1174229257449042e-05, + "T": 0.0001810268295230344, + "P": 0.1455359011888504, + "-": 0.8535842895507812 + }, + "id": "tp_22161" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2770137, + "label": "-", + "classification": { + "B": 2.2845943803417867e-08, + "S": 1.0506041370206276e-08, + "I": 4.612844861640042e-07, + "C": 6.65204061078839e-06, + "R": 5.126221367390826e-07, + "M": 4.9419460992794484e-05, + "O": 4.199396244075615e-06, + "W": 4.475516846014216e-09, + "N": 2.798720366570251e-09, + "Y": 0.0008025733404792845, + "U": 3.1939093037003374e-10, + "K": 8.410530050184661e-10, + "L": 2.169737399526639e-06, + "G": 0.0003215977631043643, + "F": 0.0009848270565271378, + "E": 9.641005362936994e-07, + "T": 0.00012734420306514949, + "P": 0.000510833109728992, + "-": 0.9971883893013 + }, + "id": "tp_22162" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2770270, + "label": "-", + "classification": { + "B": 6.172421308292542e-06, + "S": 3.3901842471095733e-06, + "I": 8.828356840240303e-06, + "C": 2.7621445042314008e-06, + "R": 2.2880819869897095e-06, + "M": 4.1701150621520355e-05, + "O": 8.234039705712348e-05, + "W": 1.402492443958181e-06, + "N": 2.879288274471037e-07, + "Y": 0.00025029925745911896, + "U": 4.4954120426154986e-08, + "K": 1.1683937373163644e-08, + "L": 1.945324220287148e-05, + "G": 0.00018496350094210356, + "F": 0.0034163014497607946, + "E": 3.998554348072503e-06, + "T": 0.00023511915060225874, + "P": 0.017268385738134384, + "-": 0.9784723520278931 + }, + "id": "tp_22163" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2770404, + "label": "-", + "classification": { + "B": 7.754982433993973e-09, + "S": 1.1438910263450452e-08, + "I": 1.2608455108420458e-05, + "C": 6.692998795188032e-06, + "R": 2.6998984026249673e-07, + "M": 3.4814504488167586e-06, + "O": 1.0942934522972791e-06, + "W": 2.4340694793067996e-08, + "N": 3.448358825153264e-07, + "Y": 7.931025174912065e-05, + "U": 2.5022838912036605e-08, + "K": 3.982029568305734e-07, + "L": 6.186412093711624e-08, + "G": 2.1220444978098385e-05, + "F": 0.0015990399988368154, + "E": 2.4167346055037342e-05, + "T": 2.1554636987275444e-05, + "P": 0.06866041570901871, + "-": 0.9295691847801208 + }, + "id": "tp_22164" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2770504, + "label": "-", + "classification": { + "B": 0.0006285242270678282, + "S": 0.0020012552849948406, + "I": 0.0059683239087462425, + "C": 0.011026636697351933, + "R": 0.006316976621747017, + "M": 0.061563968658447266, + "O": 0.015683170408010483, + "W": 0.0009323429549112916, + "N": 0.0004612893390003592, + "Y": 0.23092278838157654, + "U": 0.00010203087731497362, + "K": 0.00023059683735482395, + "L": 0.014955050311982632, + "G": 0.10856932401657104, + "F": 0.04126979783177376, + "E": 0.004973911680281162, + "T": 0.07125266641378403, + "P": 0.010434305295348167, + "-": 0.41270703077316284 + }, + "id": "tp_22165" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2770637, + "label": "-", + "classification": { + "B": 7.11909475814565e-10, + "S": 5.2001447592431305e-09, + "I": 5.380528378395866e-08, + "C": 1.8541282997830422e-07, + "R": 1.9536777529083338e-08, + "M": 4.827648808714002e-06, + "O": 6.860690859866736e-07, + "W": 3.3045433056599904e-09, + "N": 1.8727290829190224e-09, + "Y": 3.760585605050437e-05, + "U": 2.702799373199838e-10, + "K": 1.3801692233528229e-08, + "L": 2.68043915951921e-08, + "G": 3.784050704780384e-06, + "F": 0.0012477284763008356, + "E": 1.803751672468934e-07, + "T": 2.651838985912036e-05, + "P": 0.0013623993145301938, + "-": 0.9973160624504089 + }, + "id": "tp_22166" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2770771, + "label": "-", + "classification": { + "B": 8.789477479176355e-10, + "S": 1.741826016754544e-09, + "I": 2.7949639843427576e-05, + "C": 5.659043722516799e-07, + "R": 3.7608071323802506e-08, + "M": 4.458375315152807e-06, + "O": 1.8900419718193007e-07, + "W": 4.13142942079503e-09, + "N": 4.803524120688962e-07, + "Y": 0.00011433829786255956, + "U": 3.240978152518892e-09, + "K": 7.302271001208283e-07, + "L": 7.391949274904164e-09, + "G": 1.236613024957478e-05, + "F": 0.0019880258478224277, + "E": 0.00017522586858831346, + "T": 1.38374471134739e-05, + "P": 0.1727878451347351, + "-": 0.8248739838600159 + }, + "id": "tp_22167" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2770904, + "label": "-", + "classification": { + "B": 5.820800197398057e-08, + "S": 5.843671502248071e-08, + "I": 1.2897099622932728e-05, + "C": 1.1625863407971337e-05, + "R": 2.595971636765171e-06, + "M": 0.00011137632827740163, + "O": 8.166814950527623e-06, + "W": 8.321293165636234e-08, + "N": 6.902384797058403e-08, + "Y": 0.001111433724872768, + "U": 2.039010560395127e-08, + "K": 4.2655123877466394e-09, + "L": 3.1044417028169846e-06, + "G": 0.00011906120926141739, + "F": 0.00042374597978778183, + "E": 2.183260448873625e-06, + "T": 0.0007086782716214657, + "P": 0.004114088136702776, + "-": 0.993370771408081 + }, + "id": "tp_22168" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2771004, + "label": "-", + "classification": { + "B": 3.99087366531603e-06, + "S": 3.634120048445766e-06, + "I": 0.00016207608859986067, + "C": 7.505906251026317e-05, + "R": 1.1180988622072618e-05, + "M": 0.00019670023175422102, + "O": 6.958153244340792e-05, + "W": 3.3006999728968367e-06, + "N": 1.2072640856786165e-05, + "Y": 0.001678428496234119, + "U": 2.9205598366388585e-06, + "K": 4.970399459125474e-06, + "L": 1.0180823664995842e-05, + "G": 0.00029139243997633457, + "F": 0.003353070467710495, + "E": 0.00011128390178782865, + "T": 0.0016242658020928502, + "P": 0.05784548446536064, + "-": 0.9345404505729675 + }, + "id": "tp_22169" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2771138, + "label": "-", + "classification": { + "B": 2.226076434297397e-09, + "S": 1.6013349535271004e-09, + "I": 8.271448592722663e-08, + "C": 9.939943090842007e-09, + "R": 9.966744096701063e-10, + "M": 3.759738831377035e-07, + "O": 1.3342156535145477e-07, + "W": 7.5290496059921e-10, + "N": 1.1650505005178502e-09, + "Y": 8.5060946730664e-06, + "U": 6.250924083905929e-11, + "K": 3.623311373157634e-10, + "L": 7.0142900376879425e-09, + "G": 1.3401486285147257e-06, + "F": 0.0005057210219092667, + "E": 1.8710187532633427e-07, + "T": 6.7262253651279025e-06, + "P": 0.0070640817284584045, + "-": 0.9924127459526062 + }, + "id": "tp_22170" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2771271, + "label": "-", + "classification": { + "B": 4.707963853434194e-06, + "S": 1.2649152267840691e-05, + "I": 7.979185465956107e-05, + "C": 8.318788604810834e-05, + "R": 7.906859536888078e-05, + "M": 0.0012694646138697863, + "O": 0.00040457487921230495, + "W": 1.023737513605738e-05, + "N": 3.150737711621332e-06, + "Y": 0.005083234515041113, + "U": 8.808507345747785e-07, + "K": 1.1932376082768315e-06, + "L": 0.00013976207992527634, + "G": 0.0012698612408712506, + "F": 0.008794487453997135, + "E": 4.998220538254827e-05, + "T": 0.002807394601404667, + "P": 0.007672370411455631, + "-": 0.9722340106964111 + }, + "id": "tp_22171" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2771405, + "label": "-", + "classification": { + "B": 1.4982716493250336e-05, + "S": 0.00020533909264486283, + "I": 0.0012788304593414068, + "C": 0.0013729495694860816, + "R": 0.00023404702369589359, + "M": 0.0036572241224348545, + "O": 0.0009318403899669647, + "W": 4.6471624955302104e-05, + "N": 8.746465755393729e-05, + "Y": 0.013693738728761673, + "U": 4.116087893635267e-06, + "K": 2.7979976948699914e-05, + "L": 0.0002687311207409948, + "G": 0.0049196574836969376, + "F": 0.0302132535725832, + "E": 0.0008180991862900555, + "T": 0.00893873069435358, + "P": 0.049871332943439484, + "-": 0.8834153413772583 + }, + "id": "tp_22172" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2771505, + "label": "-", + "classification": { + "B": 6.068734847985979e-08, + "S": 4.766503991504578e-08, + "I": 2.5827779609244317e-05, + "C": 1.5287749192793854e-05, + "R": 1.5771282733112457e-06, + "M": 0.00018683390226215124, + "O": 9.047418643604033e-06, + "W": 7.477611063677614e-08, + "N": 3.9133090012910543e-07, + "Y": 0.0007688069599680603, + "U": 5.5614375327195376e-08, + "K": 1.4097911105181993e-07, + "L": 1.4815508393439814e-06, + "G": 0.0001672016951488331, + "F": 0.0007949710707180202, + "E": 3.704954724526033e-05, + "T": 0.0004203468270134181, + "P": 0.009352752938866615, + "-": 0.9882180094718933 + }, + "id": "tp_22173" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2771638, + "label": "-", + "classification": { + "B": 0.0003449642681516707, + "S": 0.00020241059246473014, + "I": 0.05151404067873955, + "C": 0.021337727084755898, + "R": 0.004476276692003012, + "M": 0.011366852559149265, + "O": 0.002671218477189541, + "W": 0.0002487427555024624, + "N": 0.002201434224843979, + "Y": 0.10587051510810852, + "U": 0.00018916258704848588, + "K": 6.185514212120324e-05, + "L": 0.0022355348337441683, + "G": 0.025191888213157654, + "F": 0.013087911531329155, + "E": 0.010953455232083797, + "T": 0.03541835397481918, + "P": 0.16863037645816803, + "-": 0.5439973473548889 + }, + "id": "tp_22174" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2771772, + "label": "-", + "classification": { + "B": 6.373788346536458e-05, + "S": 0.0007254009251482785, + "I": 0.08593285828828812, + "C": 0.0052804723381996155, + "R": 0.0034468325320631266, + "M": 0.008686782792210579, + "O": 0.0033424734137952328, + "W": 0.00046183529775589705, + "N": 0.005256290547549725, + "Y": 0.2978053390979767, + "U": 7.171076867962256e-05, + "K": 0.0008988272747956216, + "L": 0.0004138732037972659, + "G": 0.012776385992765427, + "F": 0.013600146397948265, + "E": 0.0033487656619399786, + "T": 0.0809762254357338, + "P": 0.07100944966077805, + "-": 0.4059026539325714 + }, + "id": "tp_22175" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2771905, + "label": "-", + "classification": { + "B": 1.279355365113588e-05, + "S": 6.135265721241012e-06, + "I": 3.35305740009062e-05, + "C": 8.317302126670256e-05, + "R": 2.780598879326135e-05, + "M": 0.0003128827374894172, + "O": 0.0001586975558893755, + "W": 3.8863422560098115e-06, + "N": 1.5015569942988805e-06, + "Y": 0.00045171662350185215, + "U": 2.0766243835623754e-07, + "K": 1.686622823626749e-07, + "L": 3.548099266481586e-05, + "G": 0.0004306263290345669, + "F": 0.006128120236098766, + "E": 6.508314982056618e-05, + "T": 0.00034040273749269545, + "P": 0.04333556070923805, + "-": 0.9485722780227661 + }, + "id": "tp_22176" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2772005, + "label": "-", + "classification": { + "B": 3.11745643557515e-05, + "S": 1.8809483663062565e-05, + "I": 3.807694520219229e-05, + "C": 0.00017658006981946528, + "R": 0.00012274544860702008, + "M": 0.006154818460345268, + "O": 0.0010006972588598728, + "W": 9.119922651734669e-06, + "N": 4.984470933777629e-07, + "Y": 0.01763732358813286, + "U": 2.0831896563322516e-07, + "K": 7.086627817898261e-08, + "L": 0.0012300095986574888, + "G": 0.010667421855032444, + "F": 0.0035302613396197557, + "E": 3.8001999200787395e-05, + "T": 0.0070203747600317, + "P": 0.0013531196163967252, + "-": 0.9509706497192383 + }, + "id": "tp_22177" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2772139, + "label": "-", + "classification": { + "B": 5.8017990411940445e-09, + "S": 1.6531444657630345e-08, + "I": 1.1365661833906415e-07, + "C": 3.962701157433912e-06, + "R": 5.171869474906998e-07, + "M": 1.7484908312326297e-05, + "O": 3.043511014766409e-06, + "W": 5.397875479928871e-09, + "N": 1.002733895916208e-09, + "Y": 7.320899021578953e-05, + "U": 1.5612225401362423e-10, + "K": 6.378811368001891e-10, + "L": 1.031981014421035e-06, + "G": 6.913074321346357e-05, + "F": 0.0027400616090744734, + "E": 2.773021208213322e-07, + "T": 3.618696064222604e-05, + "P": 0.0006669792346656322, + "-": 0.9963879585266113 + }, + "id": "tp_22178" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2772272, + "label": "-", + "classification": { + "B": 7.687384641030803e-05, + "S": 4.159572927164845e-05, + "I": 0.0002723340876400471, + "C": 0.00028328693588264287, + "R": 0.0001847802777774632, + "M": 0.001163465203717351, + "O": 0.0007175082573667169, + "W": 2.46700037678238e-05, + "N": 1.7800888599595055e-05, + "Y": 0.00570101011544466, + "U": 8.663463631819468e-06, + "K": 3.4781176054821117e-06, + "L": 0.00044697921839542687, + "G": 0.003486009780317545, + "F": 0.021203504875302315, + "E": 0.0002467114827595651, + "T": 0.003609876614063978, + "P": 0.03851958364248276, + "-": 0.923991858959198 + }, + "id": "tp_22179" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2772406, + "label": "-", + "classification": { + "B": 4.1356292967975605e-06, + "S": 1.1155657375638839e-06, + "I": 7.777390237606596e-06, + "C": 1.0125410881300922e-05, + "R": 1.9203835108783096e-06, + "M": 3.7887730286456645e-05, + "O": 3.9510825445177034e-05, + "W": 4.977227945346385e-07, + "N": 3.281465410509554e-07, + "Y": 9.71896224655211e-05, + "U": 5.055345297932945e-08, + "K": 5.61961925882315e-08, + "L": 8.684278327564243e-06, + "G": 0.00019655548385344446, + "F": 0.005059394985437393, + "E": 2.772070911305491e-05, + "T": 8.413154864683747e-05, + "P": 0.025896331295371056, + "-": 0.9685265421867371 + }, + "id": "tp_22180" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2772506, + "label": "-", + "classification": { + "B": 1.2807702676198573e-09, + "S": 5.238038003341217e-09, + "I": 7.114294930943288e-07, + "C": 1.1290115935480571e-06, + "R": 1.1923107479105965e-07, + "M": 1.1892531119883643e-06, + "O": 4.090097434072959e-07, + "W": 5.81185322090505e-09, + "N": 2.4887683025553997e-08, + "Y": 0.00014126233872957528, + "U": 3.204209120255541e-09, + "K": 7.776010590987426e-08, + "L": 3.032945272707366e-08, + "G": 1.0790929081849754e-05, + "F": 0.0037637404166162014, + "E": 1.0553526408330072e-06, + "T": 3.8793721614638343e-05, + "P": 0.011653882451355457, + "-": 0.9843867421150208 + }, + "id": "tp_22181" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2772639, + "label": "-", + "classification": { + "B": 1.3808740106924233e-07, + "S": 8.358045988643426e-08, + "I": 1.0512782864680048e-05, + "C": 2.3253567178471712e-06, + "R": 8.220987410823e-07, + "M": 5.9307029005140066e-05, + "O": 7.668947546335403e-06, + "W": 1.9695541197961575e-08, + "N": 7.905861565404848e-08, + "Y": 0.00033973483368754387, + "U": 4.345085624635203e-09, + "K": 3.5901490114120804e-10, + "L": 2.711915612962912e-06, + "G": 0.00019517313921824098, + "F": 0.0007217437960207462, + "E": 1.9877616068697535e-06, + "T": 0.0004164670535828918, + "P": 0.020031487569212914, + "-": 0.9782097339630127 + }, + "id": "tp_22182" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2772773, + "label": "-", + "classification": { + "B": 1.9229519239161164e-06, + "S": 2.290473730681697e-06, + "I": 5.245795182418078e-05, + "C": 2.585470042504312e-07, + "R": 8.376247251362656e-08, + "M": 8.92928073881194e-05, + "O": 4.299197462387383e-05, + "W": 6.913614924997091e-07, + "N": 6.921835051798553e-07, + "Y": 7.973299943841994e-05, + "U": 1.3317663416501091e-08, + "K": 3.4618019562060454e-10, + "L": 4.022575922135729e-06, + "G": 1.0450996342115104e-05, + "F": 7.505266694352031e-05, + "E": 1.280640390177723e-05, + "T": 0.0001818768068915233, + "P": 0.17171521484851837, + "-": 0.827730119228363 + }, + "id": "tp_22183" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2772906, + "label": "-", + "classification": { + "B": 4.567641376240772e-09, + "S": 5.092822163987876e-09, + "I": 1.4765094419999514e-05, + "C": 1.181959532914334e-06, + "R": 2.065024915509639e-07, + "M": 3.138466581731336e-06, + "O": 1.1749601753763272e-06, + "W": 1.917664427253385e-08, + "N": 2.821590783241845e-07, + "Y": 0.0001031411302392371, + "U": 1.969335983176279e-08, + "K": 2.5397915237590496e-07, + "L": 4.61749394276012e-08, + "G": 1.1126554454676807e-05, + "F": 0.0005196916172280908, + "E": 1.0426614608149976e-05, + "T": 5.8268233260605484e-05, + "P": 0.04533843323588371, + "-": 0.953937828540802 + }, + "id": "tp_22184" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2773006, + "label": "P", + "classification": { + "B": 2.3777231206167926e-07, + "S": 4.5304426521397545e-07, + "I": 0.0010947540868073702, + "C": 5.01153010645794e-07, + "R": 1.0335191547028444e-07, + "M": 6.773412906113663e-07, + "O": 9.690860451883054e-07, + "W": 2.2682790756789473e-07, + "N": 9.904649050440639e-05, + "Y": 3.1128147384151816e-06, + "U": 5.876427522366612e-08, + "K": 1.746125803947507e-06, + "L": 1.9811515983292338e-08, + "G": 1.4477768672804814e-06, + "F": 5.175369369680993e-05, + "E": 0.00016064189549069852, + "T": 6.805921657360159e-06, + "P": 0.9746491312980652, + "-": 0.023928314447402954 + }, + "id": "tp_22185" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2773140, + "label": "-", + "classification": { + "B": 8.444499144388828e-06, + "S": 8.17390809970675e-06, + "I": 2.104882696585264e-06, + "C": 5.7879436354824065e-08, + "R": 4.451920077030991e-08, + "M": 9.322827827418223e-05, + "O": 6.814583321101964e-05, + "W": 5.945558427811193e-07, + "N": 7.64547962717188e-08, + "Y": 1.6161649909918196e-05, + "U": 1.5600272185167796e-09, + "K": 4.2167741520771074e-10, + "L": 5.9094286370964255e-06, + "G": 1.3593676158052403e-05, + "F": 0.0006651386502198875, + "E": 5.3353542170953006e-06, + "T": 0.00011832515156129375, + "P": 0.012430532835423946, + "-": 0.9865641593933105 + }, + "id": "tp_22186" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2773273, + "label": "-", + "classification": { + "B": 7.522592271325124e-11, + "S": 1.3058848273572732e-11, + "I": 3.451239081186941e-07, + "C": 7.15234307335777e-08, + "R": 1.9321992894560935e-09, + "M": 2.1193673660491186e-07, + "O": 1.637774005303072e-08, + "W": 2.028466283832131e-11, + "N": 8.706115273149351e-10, + "Y": 7.054591151245404e-06, + "U": 3.377839674634231e-11, + "K": 9.947242335384132e-11, + "L": 1.251339365460069e-09, + "G": 2.189336328228819e-06, + "F": 3.764269786188379e-05, + "E": 4.859434170612076e-07, + "T": 3.510765509417979e-06, + "P": 0.010456954129040241, + "-": 0.9894914627075195 + }, + "id": "tp_22187" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2773407, + "label": "-", + "classification": { + "B": 0.00011225633352296427, + "S": 0.0004387121880427003, + "I": 0.0008243134361691773, + "C": 0.005932222120463848, + "R": 0.0010380421299487352, + "M": 0.008660371415317059, + "O": 0.00231368700042367, + "W": 0.00015792697377037257, + "N": 0.0001704184542177245, + "Y": 0.07583875954151154, + "U": 1.5124746823858004e-05, + "K": 0.0010480564087629318, + "L": 0.001541986595839262, + "G": 0.1594928503036499, + "F": 0.1687644124031067, + "E": 0.012305282056331635, + "T": 0.019394446164369583, + "P": 0.01852325163781643, + "-": 0.5234279036521912 + }, + "id": "tp_22188" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2773507, + "label": "-", + "classification": { + "B": 0.00011642140452750027, + "S": 0.00013194777420721948, + "I": 0.00016418268205597997, + "C": 0.00010975271288771182, + "R": 9.176043386105448e-05, + "M": 0.0018739616498351097, + "O": 0.001603848417289555, + "W": 6.560381007147953e-05, + "N": 1.5283490938600153e-05, + "Y": 0.004682565573602915, + "U": 2.744305902524502e-06, + "K": 3.421107066969853e-06, + "L": 0.0003790824266616255, + "G": 0.002313560340553522, + "F": 0.014392703771591187, + "E": 0.00012322355178184807, + "T": 0.004916845355182886, + "P": 0.021050136536359787, + "-": 0.9479628801345825 + }, + "id": "tp_22189" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2773640, + "label": "-", + "classification": { + "B": 9.636221420805668e-08, + "S": 1.8850367666800594e-07, + "I": 5.794801836600527e-06, + "C": 5.912544111197349e-06, + "R": 3.0933681500755483e-06, + "M": 4.2267885874025524e-05, + "O": 1.149348736362299e-05, + "W": 1.8490828779249568e-07, + "N": 1.1265325383646996e-07, + "Y": 0.00034848120412789285, + "U": 1.4296681172254466e-08, + "K": 8.520378180776333e-09, + "L": 2.2648491722065955e-06, + "G": 5.877791409147903e-05, + "F": 0.0018608844839036465, + "E": 2.8513563847809564e-06, + "T": 0.0002017769293161109, + "P": 0.01180604100227356, + "-": 0.9856497645378113 + }, + "id": "tp_22190" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2773774, + "label": "-", + "classification": { + "B": 1.8263463061884977e-05, + "S": 3.794888107222505e-05, + "I": 0.0006576019222848117, + "C": 0.0002969152410514653, + "R": 7.30507163098082e-05, + "M": 0.0005510569899342954, + "O": 0.00029132250347174704, + "W": 2.6348992832936347e-05, + "N": 0.00010418515739729628, + "Y": 0.005673678126186132, + "U": 2.4672646759427153e-05, + "K": 0.0001730374788166955, + "L": 4.8606798372929916e-05, + "G": 0.0013048750115558505, + "F": 0.014400689862668514, + "E": 0.0007850172696635127, + "T": 0.0028702528215944767, + "P": 0.09719851613044739, + "-": 0.875464141368866 + }, + "id": "tp_22191" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2773907, + "label": "-", + "classification": { + "B": 7.239502156153321e-05, + "S": 0.00016954644524957985, + "I": 0.012912765145301819, + "C": 0.0006154240109026432, + "R": 0.00020397172193042934, + "M": 0.004245830234140158, + "O": 0.0006631617434322834, + "W": 7.854164141463116e-05, + "N": 0.0011999498819932342, + "Y": 0.06540223956108093, + "U": 1.3648504136654083e-05, + "K": 0.001094569219276309, + "L": 0.00010271377686876804, + "G": 0.01986704021692276, + "F": 0.04686274752020836, + "E": 0.028172215446829796, + "T": 0.02175954543054104, + "P": 0.13700269162654877, + "-": 0.659561038017273 + }, + "id": "tp_22192" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2774007, + "label": "P", + "classification": { + "B": 1.1882498540671804e-08, + "S": 8.512525084825029e-08, + "I": 7.977342465892434e-05, + "C": 1.420352191416896e-07, + "R": 1.4448310103887252e-08, + "M": 1.539576715003932e-07, + "O": 1.264168361103657e-07, + "W": 2.7549125647396977e-08, + "N": 5.714232429454569e-06, + "Y": 2.1212258616287727e-06, + "U": 4.314437251906611e-09, + "K": 6.058161829969322e-07, + "L": 4.091423644325687e-09, + "G": 9.48472745676554e-07, + "F": 0.00041494116885587573, + "E": 9.194413723889738e-05, + "T": 1.983952415685053e-06, + "P": 0.9528973698616028, + "-": 0.046504128724336624 + }, + "id": "tp_22193" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2774141, + "label": "P", + "classification": { + "B": 3.4561537631816464e-08, + "S": 1.3590219793968572e-07, + "I": 0.0006332449847832322, + "C": 1.5396344110740756e-07, + "R": 2.441467295000166e-08, + "M": 2.5849909434327856e-05, + "O": 5.453292942547705e-06, + "W": 1.8252260147733068e-08, + "N": 5.2946643336326815e-06, + "Y": 0.000174318251083605, + "U": 3.647985802324172e-10, + "K": 9.331214689822787e-10, + "L": 2.5304190742758692e-08, + "G": 6.35814330962603e-06, + "F": 1.4262857803259976e-05, + "E": 2.0519719328149222e-05, + "T": 0.0003955428546760231, + "P": 0.5018228888511658, + "-": 0.4968958795070648 + }, + "id": "tp_22194" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2774274, + "label": "-", + "classification": { + "B": 6.399130114687068e-09, + "S": 7.376534938430268e-08, + "I": 2.074885060210363e-06, + "C": 1.390848893834118e-07, + "R": 1.9513985094476993e-08, + "M": 2.7775527655649057e-07, + "O": 7.696061175010982e-07, + "W": 4.206230386216703e-08, + "N": 2.6436850930622313e-07, + "Y": 1.1366987564542796e-05, + "U": 4.954399557277611e-09, + "K": 2.798926459490758e-07, + "L": 9.776006670847437e-09, + "G": 1.3585928400061675e-06, + "F": 0.0055174194276332855, + "E": 5.2632067308877595e-06, + "T": 9.21614991966635e-06, + "P": 0.23814041912555695, + "-": 0.7563108801841736 + }, + "id": "tp_22195" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2774408, + "label": "P", + "classification": { + "B": 5.066174821877212e-07, + "S": 1.6329897789546521e-07, + "I": 0.004019312560558319, + "C": 4.986187832400901e-06, + "R": 4.1775999193305324e-07, + "M": 1.0975939403579105e-05, + "O": 9.53481958276825e-07, + "W": 1.0806875394564486e-07, + "N": 6.687434506602585e-05, + "Y": 0.00012099093873985112, + "U": 8.411091556581596e-08, + "K": 6.570049890797236e-07, + "L": 1.487509280195809e-07, + "G": 2.163622048101388e-05, + "F": 0.00012704530672635883, + "E": 0.0007812611293047667, + "T": 4.6653054596390575e-05, + "P": 0.9453036189079285, + "-": 0.04949372261762619 + }, + "id": "tp_22196" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2774508, + "label": "P", + "classification": { + "B": 4.8926463023235556e-06, + "S": 1.0996740229529678e-06, + "I": 0.000253969308687374, + "C": 2.2307731342152692e-06, + "R": 5.29619626377098e-07, + "M": 8.342001819983125e-05, + "O": 2.6610159693518654e-05, + "W": 8.526617989446095e-07, + "N": 8.426866770605557e-06, + "Y": 7.874996663304046e-05, + "U": 5.307286699007818e-08, + "K": 2.9463368633741993e-08, + "L": 2.189369070038083e-06, + "G": 5.27421580045484e-05, + "F": 0.0004009632975794375, + "E": 9.649447747506201e-05, + "T": 0.00022913962311577052, + "P": 0.5050173997879028, + "-": 0.49374017119407654 + }, + "id": "tp_22197" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2774641, + "label": "-", + "classification": { + "B": 1.4578587226310447e-08, + "S": 1.8141648183700454e-08, + "I": 6.86762450641254e-06, + "C": 1.0839545211638324e-05, + "R": 1.2343716662144288e-06, + "M": 8.420362064498477e-06, + "O": 4.0036384234554134e-06, + "W": 3.413830640397464e-08, + "N": 1.8733091167177918e-07, + "Y": 0.00016709380724932998, + "U": 2.7386148460095683e-08, + "K": 3.777022428153032e-08, + "L": 3.036962539226806e-07, + "G": 4.486418401938863e-05, + "F": 0.0008269843528978527, + "E": 1.632266616979905e-06, + "T": 0.00011947614257223904, + "P": 0.020919153466820717, + "-": 0.977888822555542 + }, + "id": "tp_22198" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2774775, + "label": "-", + "classification": { + "B": 1.2161513041064609e-06, + "S": 5.051439870840113e-07, + "I": 1.0475968338141683e-05, + "C": 6.866305739094969e-06, + "R": 2.3260411126102554e-06, + "M": 0.00018555042333900928, + "O": 3.304450001451187e-05, + "W": 4.4326895931590116e-07, + "N": 1.7543192143421038e-07, + "Y": 0.000988002517260611, + "U": 7.706107396643347e-08, + "K": 2.751084693386474e-08, + "L": 1.1799719686678145e-05, + "G": 0.0001953600294655189, + "F": 0.0014100742992013693, + "E": 1.1563383850443643e-05, + "T": 0.0005549146444536746, + "P": 0.008703215979039669, + "-": 0.9878843426704407 + }, + "id": "tp_22199" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2774908, + "label": "-", + "classification": { + "B": 4.8331767033005235e-08, + "S": 4.989014712464268e-08, + "I": 8.289616744150408e-07, + "C": 1.1611416539381025e-07, + "R": 1.8334141316245223e-08, + "M": 6.967734225327149e-05, + "O": 3.80610981665086e-06, + "W": 1.610700195442405e-08, + "N": 9.696637270906194e-09, + "Y": 0.00030102033633738756, + "U": 1.527139192880611e-09, + "K": 9.220316732339029e-10, + "L": 9.132415925705573e-07, + "G": 3.610230851336382e-05, + "F": 0.0008474768255837262, + "E": 7.031576956251229e-07, + "T": 0.0003684875264298171, + "P": 0.0028869013767689466, + "-": 0.9954839944839478 + }, + "id": "tp_22200" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2775008, + "label": "-", + "classification": { + "B": 4.493130347782426e-07, + "S": 4.4556864509104344e-07, + "I": 2.1087184904899914e-06, + "C": 3.162693076319556e-07, + "R": 2.0677930478996132e-07, + "M": 3.4967215469805524e-05, + "O": 2.8771066354238428e-05, + "W": 2.57655585755856e-07, + "N": 3.04339344836535e-08, + "Y": 3.779996040975675e-05, + "U": 1.871999222302634e-09, + "K": 7.209302599342493e-10, + "L": 3.5105929327983176e-06, + "G": 2.546771429479122e-05, + "F": 0.0007764140609651804, + "E": 9.095089126276434e-07, + "T": 0.00011098472168669105, + "P": 0.004909418988972902, + "-": 0.994067907333374 + }, + "id": "tp_22201" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2775142, + "label": "-", + "classification": { + "B": 9.427906206838088e-07, + "S": 5.708234311896376e-07, + "I": 7.928750710561872e-05, + "C": 9.045607839652803e-06, + "R": 9.906392506309203e-07, + "M": 0.00017657107673585415, + "O": 2.0909634258714505e-05, + "W": 3.754710462544608e-07, + "N": 3.719961341630551e-06, + "Y": 0.0005784837412647903, + "U": 1.6790245638276247e-07, + "K": 5.816523866997159e-07, + "L": 3.357005425641546e-06, + "G": 0.00020761412451975048, + "F": 0.0039132521487772465, + "E": 0.00034431740641593933, + "T": 0.0005968871992081404, + "P": 0.07592938840389252, + "-": 0.9181334376335144 + }, + "id": "tp_22202" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2775275, + "label": "-", + "classification": { + "B": 1.7684715203358792e-05, + "S": 0.0004354744160082191, + "I": 0.005176437087357044, + "C": 0.0009363912977278233, + "R": 0.000279720377875492, + "M": 0.0012768612941727042, + "O": 0.0011228917865082622, + "W": 0.00017001906235236675, + "N": 0.0024827842134982347, + "Y": 0.0069420551881194115, + "U": 3.754852878046222e-05, + "K": 0.006979238707572222, + "L": 0.00014522134733852, + "G": 0.009405345655977726, + "F": 0.21111127734184265, + "E": 0.014762611128389835, + "T": 0.005574412643909454, + "P": 0.32517898082733154, + "-": 0.4079650342464447 + }, + "id": "tp_22203" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2775375, + "label": "-", + "classification": { + "B": 3.1082187934572403e-09, + "S": 9.204233464288336e-08, + "I": 1.0004416708397912e-06, + "C": 4.5280703488970175e-06, + "R": 5.396988171924022e-07, + "M": 5.4497177188750356e-05, + "O": 4.628687293006806e-06, + "W": 3.106412549414017e-08, + "N": 3.231082601473645e-08, + "Y": 0.0003118832828477025, + "U": 3.816049254368181e-09, + "K": 2.3606021670730115e-07, + "L": 3.4272153470737976e-07, + "G": 4.11359615100082e-05, + "F": 0.0023517669178545475, + "E": 2.6486056867724983e-06, + "T": 0.00011410648585297167, + "P": 0.0026759235188364983, + "-": 0.9944367408752441 + }, + "id": "tp_22204" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2775509, + "label": "-", + "classification": { + "B": 0.0004621609696187079, + "S": 0.0001312712556682527, + "I": 0.002061070641502738, + "C": 0.00039679635665379465, + "R": 9.014856186695397e-05, + "M": 0.00443796394392848, + "O": 0.0013451389968395233, + "W": 0.00010110169387189671, + "N": 0.0002207539655501023, + "Y": 0.004301600623875856, + "U": 2.326021967746783e-05, + "K": 2.799231697281357e-05, + "L": 0.0005080380942672491, + "G": 0.005102196708321571, + "F": 0.022042518481612206, + "E": 0.003432673402130604, + "T": 0.00431419862434268, + "P": 0.1686575561761856, + "-": 0.7823435068130493 + }, + "id": "tp_22205" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2775642, + "label": "-", + "classification": { + "B": 9.088572949789153e-11, + "S": 1.6175477624003065e-11, + "I": 6.060935930918276e-08, + "C": 2.3114179459327033e-09, + "R": 2.6752967896559454e-11, + "M": 7.159814074952919e-09, + "O": 2.7164808180657474e-09, + "W": 7.472502651373336e-12, + "N": 2.828390299747241e-10, + "Y": 7.348403983087337e-07, + "U": 1.427681649117385e-12, + "K": 2.0498915065392254e-11, + "L": 3.805301906911751e-11, + "G": 9.24381637901206e-08, + "F": 8.85834961081855e-05, + "E": 2.02079775135644e-07, + "T": 1.9838297760088608e-07, + "P": 0.038305699825286865, + "-": 0.9616042971611023 + }, + "id": "tp_22206" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2775776, + "label": "-", + "classification": { + "B": 1.0396265679446515e-06, + "S": 1.5645551911802613e-06, + "I": 0.0002548969641793519, + "C": 0.0005501075065694749, + "R": 8.038117084652185e-05, + "M": 0.0005426110001280904, + "O": 9.746002615429461e-05, + "W": 2.5395384000148624e-06, + "N": 9.405622222402599e-06, + "Y": 0.005069296807050705, + "U": 3.119800339845824e-06, + "K": 2.1876348910154775e-06, + "L": 3.090007885475643e-05, + "G": 0.0011592531809583306, + "F": 0.0035222561564296484, + "E": 7.95480445958674e-05, + "T": 0.0029438070487231016, + "P": 0.02739718183875084, + "-": 0.9582524299621582 + }, + "id": "tp_22207" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2775876, + "label": "-", + "classification": { + "B": 6.2471813180309255e-06, + "S": 9.121311563831114e-07, + "I": 5.296713425195776e-06, + "C": 1.9786596112680854e-06, + "R": 3.7990915302543726e-07, + "M": 0.0002562510780990124, + "O": 4.954505857313052e-05, + "W": 6.354355832627334e-07, + "N": 1.4748326293556602e-07, + "Y": 9.384925215272233e-05, + "U": 2.610030414018638e-08, + "K": 4.4679446808970624e-09, + "L": 9.030486580741126e-06, + "G": 5.412987957242876e-05, + "F": 0.0006128299282863736, + "E": 9.58236887527164e-06, + "T": 0.0002865595743060112, + "P": 0.019372938200831413, + "-": 0.9792397022247314 + }, + "id": "tp_22208" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2776009, + "label": "-", + "classification": { + "B": 1.514890612952513e-07, + "S": 2.480720979747275e-07, + "I": 1.603365035407478e-06, + "C": 1.2592526218213607e-05, + "R": 1.6252737395916483e-06, + "M": 0.00029624177841469646, + "O": 1.9118955606245436e-05, + "W": 8.086847458343982e-08, + "N": 5.0413134999871545e-08, + "Y": 0.0023913125041872263, + "U": 8.165642384483363e-09, + "K": 1.3948694288501429e-07, + "L": 5.119360139360651e-06, + "G": 0.0006570189143531024, + "F": 0.00402695219963789, + "E": 7.681786883040331e-06, + "T": 0.0005585585022345185, + "P": 0.001608578604646027, + "-": 0.9904128909111023 + }, + "id": "tp_22209" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2776143, + "label": "-", + "classification": { + "B": 4.745355909108184e-05, + "S": 2.3638820493943058e-05, + "I": 0.001448721857741475, + "C": 0.0009428725461475551, + "R": 0.00021390679467003793, + "M": 0.003818191820755601, + "O": 0.0004231147759128362, + "W": 2.3222095478558913e-05, + "N": 8.133361552609131e-05, + "Y": 0.01054044533520937, + "U": 1.7016080164466985e-05, + "K": 2.936472083092667e-05, + "L": 0.00021525392367038876, + "G": 0.004239330999553204, + "F": 0.012708760797977448, + "E": 0.002127446234226227, + "T": 0.007334623485803604, + "P": 0.05526344105601311, + "-": 0.9005018472671509 + }, + "id": "tp_22210" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2776276, + "label": "-", + "classification": { + "B": 5.683932768896227e-10, + "S": 2.1904089209101585e-08, + "I": 2.118206111845211e-06, + "C": 7.303822258108994e-08, + "R": 1.399788285283421e-08, + "M": 5.875718400716323e-08, + "O": 2.643731704665697e-07, + "W": 1.4691131866584328e-08, + "N": 1.4119224545083853e-07, + "Y": 6.315466180240037e-06, + "U": 2.442420932169398e-09, + "K": 3.3424680623284075e-07, + "L": 2.095039031146939e-09, + "G": 4.5043935870126006e-07, + "F": 0.0019483482465147972, + "E": 1.3136670986568788e-06, + "T": 5.2077289183216635e-06, + "P": 0.135158509016037, + "-": 0.8628767132759094 + }, + "id": "tp_22211" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2776376, + "label": "-", + "classification": { + "B": 1.7563964505029617e-08, + "S": 4.712128642836433e-08, + "I": 2.618089183670236e-06, + "C": 2.0506614362147957e-07, + "R": 4.475637993550663e-08, + "M": 3.622839358286001e-05, + "O": 3.366762030054815e-06, + "W": 1.8675072155360795e-08, + "N": 3.494717404350922e-08, + "Y": 0.00012165519729023799, + "U": 1.147232753240246e-09, + "K": 6.9244814326907544e-09, + "L": 1.3567171208705986e-07, + "G": 8.517197784385644e-06, + "F": 0.00035870715510100126, + "E": 4.7474700295424554e-06, + "T": 0.00011208951764274389, + "P": 0.007116955704987049, + "-": 0.9922345876693726 + }, + "id": "tp_22212" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2776510, + "label": "-", + "classification": { + "B": 8.418813735033837e-08, + "S": 5.004202989766782e-07, + "I": 0.00010236047091893852, + "C": 8.241261639341246e-06, + "R": 2.324390607100213e-06, + "M": 2.330649112991523e-05, + "O": 8.53266283229459e-06, + "W": 6.951148066036694e-07, + "N": 6.258199391595554e-06, + "Y": 0.0019451020052656531, + "U": 2.4977495627354074e-07, + "K": 3.2294472475769e-05, + "L": 3.3799383913901693e-07, + "G": 8.212017564801499e-05, + "F": 0.007032925263047218, + "E": 0.00021307606948539615, + "T": 0.00029882689705118537, + "P": 0.10728371143341064, + "-": 0.8829589486122131 + }, + "id": "tp_22213" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2776643, + "label": "-", + "classification": { + "B": 8.431700138089582e-08, + "S": 3.0889427904412514e-08, + "I": 4.6435757212748285e-06, + "C": 1.090105570256128e-06, + "R": 1.1937915189719206e-07, + "M": 2.70140099019045e-05, + "O": 1.6079557099146768e-06, + "W": 1.641207347802265e-08, + "N": 5.696333360560857e-08, + "Y": 0.00013286546163726598, + "U": 6.284935238909384e-09, + "K": 5.3199062932662855e-08, + "L": 4.402719468998839e-07, + "G": 7.247880421346053e-05, + "F": 0.0019505880773067474, + "E": 3.4052842238452286e-05, + "T": 0.00010103408567374572, + "P": 0.014023255556821823, + "-": 0.9836505055427551 + }, + "id": "tp_22214" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2776777, + "label": "P", + "classification": { + "B": 1.1252882359258365e-05, + "S": 2.976056237002922e-07, + "I": 0.00023857808264438063, + "C": 1.3746553122473415e-05, + "R": 1.190314605992171e-06, + "M": 2.792460873024538e-05, + "O": 1.3002953892282676e-05, + "W": 5.588104272646888e-07, + "N": 7.237164027174003e-06, + "Y": 6.165591184981167e-05, + "U": 3.7402941188702243e-07, + "K": 1.0353470258905872e-07, + "L": 2.054750211755163e-06, + "G": 7.68399695516564e-05, + "F": 0.00034667071304284036, + "E": 0.00018593436107039452, + "T": 9.656982001615688e-05, + "P": 0.5949148535728455, + "-": 0.4040011763572693 + }, + "id": "tp_22215" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2776877, + "label": "-", + "classification": { + "B": 1.1049496606574394e-06, + "S": 4.500021987041691e-06, + "I": 3.1648734875489026e-05, + "C": 2.132215740857646e-06, + "R": 3.2346299576602178e-06, + "M": 0.00038961367681622505, + "O": 9.887622582027689e-05, + "W": 2.0614552340703085e-06, + "N": 5.414219685917487e-07, + "Y": 0.002111534122377634, + "U": 3.410001525594453e-08, + "K": 4.716364543355667e-08, + "L": 1.1905900464626029e-05, + "G": 0.00019373394025024027, + "F": 0.0018698808271437883, + "E": 1.275232989428332e-05, + "T": 0.0013551029842346907, + "P": 0.007631496526300907, + "-": 0.9862798452377319 + }, + "id": "tp_22216" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2777010, + "label": "P", + "classification": { + "B": 2.2463935067662533e-07, + "S": 6.527401410494349e-07, + "I": 0.003210877999663353, + "C": 2.147490022252896e-06, + "R": 1.0662718068488175e-06, + "M": 8.894022357708309e-06, + "O": 4.530447768047452e-06, + "W": 5.352707717065641e-07, + "N": 0.00025631621247157454, + "Y": 0.00018481600272934884, + "U": 1.90341367556357e-07, + "K": 4.7919678763719276e-05, + "L": 1.0218277424201005e-07, + "G": 3.808143810601905e-05, + "F": 0.0009143381612375379, + "E": 0.0007777672144584358, + "T": 0.00015875682584010065, + "P": 0.887691080570221, + "-": 0.10670166462659836 + }, + "id": "tp_22217" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2777144, + "label": "-", + "classification": { + "B": 2.372677954554092e-06, + "S": 3.395785370230442e-06, + "I": 0.00022392155369743705, + "C": 5.381785013014451e-05, + "R": 1.0251244930259418e-05, + "M": 0.00011784980597440153, + "O": 8.601109584560618e-05, + "W": 3.4555860111140646e-06, + "N": 1.5013588381407317e-05, + "Y": 0.0003415360115468502, + "U": 9.381408290209947e-07, + "K": 8.566996143599681e-07, + "L": 7.599980563099962e-06, + "G": 0.00023962618433870375, + "F": 0.0019535415340214968, + "E": 7.340224692597985e-05, + "T": 0.000906842527911067, + "P": 0.1109037771821022, + "-": 0.8850558400154114 + }, + "id": "tp_22218" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2777277, + "label": "-", + "classification": { + "B": 5.992191187687013e-10, + "S": 6.542165476020045e-09, + "I": 1.4934249747966533e-06, + "C": 1.1023225852113683e-06, + "R": 5.604956854199372e-08, + "M": 3.9215651668200735e-06, + "O": 8.374031494895462e-07, + "W": 9.144642376668344e-09, + "N": 6.50740972218955e-08, + "Y": 4.8997531848726794e-05, + "U": 1.2815382088859906e-09, + "K": 2.3048383468449174e-07, + "L": 2.2346235084569344e-08, + "G": 8.094965778582264e-06, + "F": 0.002542428905144334, + "E": 7.79216134105809e-06, + "T": 2.1574040147243068e-05, + "P": 0.01487802155315876, + "-": 0.982485294342041 + }, + "id": "tp_22219" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2777377, + "label": "-", + "classification": { + "B": 6.197521997819422e-07, + "S": 3.9461488654524146e-07, + "I": 2.3836177206248976e-05, + "C": 5.872709152754396e-06, + "R": 1.1748105634978856e-06, + "M": 4.068797352374531e-05, + "O": 1.5578109014313668e-05, + "W": 3.418897165374801e-07, + "N": 7.248843871821009e-07, + "Y": 0.0001232711219927296, + "U": 6.81408494074276e-08, + "K": 9.442735660059043e-08, + "L": 1.4737955780219636e-06, + "G": 4.699294368037954e-05, + "F": 0.0007254158845171332, + "E": 3.1555318855680525e-05, + "T": 0.0002125472092302516, + "P": 0.038994502276182175, + "-": 0.9597748517990112 + }, + "id": "tp_22220" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2777511, + "label": "-", + "classification": { + "B": 0.0019624263513833284, + "S": 0.0011827233247458935, + "I": 0.015927810221910477, + "C": 0.0027756281197071075, + "R": 0.0014324977528303862, + "M": 0.011941779404878616, + "O": 0.006666385103017092, + "W": 0.0007820217288099229, + "N": 0.0016481635393574834, + "Y": 0.010989963077008724, + "U": 0.000289153162157163, + "K": 7.128898141672835e-05, + "L": 0.0036240031477063894, + "G": 0.010274997912347317, + "F": 0.013992772437632084, + "E": 0.005596081260591745, + "T": 0.01914273202419281, + "P": 0.21186582744121552, + "-": 0.6798338294029236 + }, + "id": "tp_22221" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2777644, + "label": "-", + "classification": { + "B": 1.3684231134902802e-06, + "S": 1.7277945971727604e-06, + "I": 3.844269940600498e-06, + "C": 2.986346544275875e-06, + "R": 4.80122594126442e-07, + "M": 0.00017730086983647197, + "O": 1.6850353858899325e-05, + "W": 1.326370977494662e-07, + "N": 1.5133598196825915e-07, + "Y": 0.00048519347910769284, + "U": 4.504758788215213e-09, + "K": 2.639468377196863e-08, + "L": 3.977276719524525e-06, + "G": 0.000511148595251143, + "F": 0.015439017675817013, + "E": 4.885744783678092e-05, + "T": 0.00029813783476129174, + "P": 0.017576022073626518, + "-": 0.9654329419136047 + }, + "id": "tp_22222" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2777778, + "label": "-", + "classification": { + "B": 8.24695831624922e-08, + "S": 4.966745450474264e-07, + "I": 6.886275514261797e-06, + "C": 8.874225159161142e-07, + "R": 2.773065830297128e-07, + "M": 2.579275860625785e-05, + "O": 7.441061825375073e-06, + "W": 2.5749818632903043e-07, + "N": 5.423737547971541e-07, + "Y": 0.0008255922002717853, + "U": 4.431572619978397e-08, + "K": 4.14241594626219e-06, + "L": 4.3222922840868705e-07, + "G": 5.2705112466355786e-05, + "F": 0.006694651674479246, + "E": 3.323020428069867e-05, + "T": 0.00025802463642321527, + "P": 0.014995872974395752, + "-": 0.9770926237106323 + }, + "id": "tp_22223" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2777878, + "label": "-", + "classification": { + "B": 2.582790692429171e-08, + "S": 6.193275936539067e-08, + "I": 4.035999609186547e-06, + "C": 1.6626904653094243e-06, + "R": 5.048842695032363e-07, + "M": 5.5372958740917966e-05, + "O": 3.601762728067115e-06, + "W": 3.132672432570871e-08, + "N": 4.967968436631054e-08, + "Y": 0.00098401156719774, + "U": 5.09381559155031e-09, + "K": 4.738425474215546e-08, + "L": 7.420603651553392e-07, + "G": 0.0001282923767575994, + "F": 0.004410887602716684, + "E": 6.39504787613987e-06, + "T": 0.000333901378326118, + "P": 0.004597543738782406, + "-": 0.9894729256629944 + }, + "id": "tp_22224" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2778011, + "label": "P", + "classification": { + "B": 1.7442462194594555e-05, + "S": 1.854264883149881e-05, + "I": 0.0027460637502372265, + "C": 8.419193363806698e-06, + "R": 1.1246914937146357e-06, + "M": 0.00015644040831830353, + "O": 1.7652244423516095e-05, + "W": 1.7912338989845011e-06, + "N": 0.00031848865910433233, + "Y": 0.00016740828868933022, + "U": 5.146694661561924e-07, + "K": 1.837878471633303e-06, + "L": 3.5709947496798122e-06, + "G": 9.093146218219772e-05, + "F": 0.0005373499589040875, + "E": 0.005664300173521042, + "T": 0.00019558743224479258, + "P": 0.9411877989768982, + "-": 0.04886477068066597 + }, + "id": "tp_22225" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2778145, + "label": "-", + "classification": { + "B": 7.273214578162879e-05, + "S": 0.0002382740203756839, + "I": 0.0014498952077701688, + "C": 0.0017345231026411057, + "R": 0.0005786796100437641, + "M": 0.00384378619492054, + "O": 0.0012840301496908069, + "W": 0.00010163158731302246, + "N": 0.0002176634588977322, + "Y": 0.013229167088866234, + "U": 5.0663631554925814e-05, + "K": 0.00025930910487659276, + "L": 0.00041569044697098434, + "G": 0.00835902988910675, + "F": 0.03133901208639145, + "E": 0.0017270657699555159, + "T": 0.013606003485620022, + "P": 0.05530163645744324, + "-": 0.8661912083625793 + }, + "id": "tp_22226" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2778278, + "label": "-", + "classification": { + "B": 3.132015626761131e-05, + "S": 0.000560615910217166, + "I": 0.000892800569999963, + "C": 0.00010127813584404066, + "R": 4.586065551848151e-05, + "M": 0.0020826300606131554, + "O": 0.0014157007681205869, + "W": 0.00016911537386476994, + "N": 0.000299054168863222, + "Y": 0.0034531052224338055, + "U": 9.920559932652395e-06, + "K": 0.000535203202161938, + "L": 9.327190491603687e-05, + "G": 0.0018516406416893005, + "F": 0.07440327107906342, + "E": 0.0034701693803071976, + "T": 0.0026168820913881063, + "P": 0.2328636646270752, + "-": 0.6751046180725098 + }, + "id": "tp_22227" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2778378, + "label": "-", + "classification": { + "B": 0.000558104773517698, + "S": 0.0004479998897295445, + "I": 0.012558430433273315, + "C": 0.0014658976579084992, + "R": 0.0008874383638612926, + "M": 0.008580815978348255, + "O": 0.0025527202524244785, + "W": 0.00029950516181997955, + "N": 0.0014014090411365032, + "Y": 0.018384749069809914, + "U": 0.00011706898658303544, + "K": 0.000805044372100383, + "L": 0.0008033516933210194, + "G": 0.018726203590631485, + "F": 0.05211939662694931, + "E": 0.010925999842584133, + "T": 0.016954828053712845, + "P": 0.16561678051948547, + "-": 0.6867943406105042 + }, + "id": "tp_22228" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2778512, + "label": "-", + "classification": { + "B": 6.73343976131946e-08, + "S": 6.387863891177403e-07, + "I": 9.712663995742332e-06, + "C": 2.3074780983733945e-05, + "R": 4.509728114499012e-06, + "M": 0.0006463705212809145, + "O": 2.7798829250968993e-05, + "W": 1.261332158719597e-07, + "N": 1.85447319722698e-07, + "Y": 0.0074694170616567135, + "U": 2.2998687398967377e-08, + "K": 1.3355257522107422e-07, + "L": 6.935121291462565e-06, + "G": 0.00041382209747098386, + "F": 0.002040341030806303, + "E": 1.1127141988254152e-05, + "T": 0.002215907908976078, + "P": 0.0016518152551725507, + "-": 0.9854780435562134 + }, + "id": "tp_22229" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2778645, + "label": "-", + "classification": { + "B": 2.541325375204906e-05, + "S": 2.8132295483374037e-05, + "I": 0.00013779805158264935, + "C": 9.01511430129176e-06, + "R": 8.124043233692646e-06, + "M": 0.0006468349602073431, + "O": 0.0005318405455909669, + "W": 1.0617113730404526e-05, + "N": 7.274391009559622e-06, + "Y": 0.0016307187033817172, + "U": 4.056253715134517e-07, + "K": 2.3580717822824226e-07, + "L": 0.00010326071787858382, + "G": 0.0009296066127717495, + "F": 0.005832269787788391, + "E": 0.0001447127724532038, + "T": 0.0022504539228975773, + "P": 0.036529790610075, + "-": 0.9511735439300537 + }, + "id": "tp_22230" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2778779, + "label": "-", + "classification": { + "B": 7.141371582974898e-08, + "S": 3.836343580587709e-07, + "I": 1.9790131773333997e-05, + "C": 2.486937228241004e-05, + "R": 5.546541160583729e-06, + "M": 9.132103150477633e-05, + "O": 1.1501899280119687e-05, + "W": 2.7043941486226686e-07, + "N": 6.665538876404753e-07, + "Y": 0.0018690109718590975, + "U": 1.6135066971401102e-07, + "K": 4.485159479372669e-06, + "L": 2.9399025152088143e-06, + "G": 0.0003312933840788901, + "F": 0.0253992211073637, + "E": 2.407162537565455e-05, + "T": 0.00044285517651587725, + "P": 0.013136672787368298, + "-": 0.9586348533630371 + }, + "id": "tp_22231" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2778879, + "label": "-", + "classification": { + "B": 3.744760590507212e-08, + "S": 1.639006619313932e-08, + "I": 4.5299811972654425e-06, + "C": 4.425116003403673e-06, + "R": 4.136575739721593e-07, + "M": 7.69754569773795e-06, + "O": 1.7938417613549973e-06, + "W": 3.3141574817818764e-08, + "N": 7.629117959595533e-08, + "Y": 0.00015479110879823565, + "U": 1.8032444870641484e-08, + "K": 3.542216475693749e-08, + "L": 2.0483217610944848e-07, + "G": 1.4267307960835751e-05, + "F": 0.0004264990275260061, + "E": 4.133352376811672e-06, + "T": 8.956690726336092e-05, + "P": 0.01631704345345497, + "-": 0.9829743504524231 + }, + "id": "tp_22232" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2779012, + "label": "-", + "classification": { + "B": 8.251457785275751e-13, + "S": 1.1969611066198205e-11, + "I": 1.4465665998386612e-08, + "C": 5.862473839712834e-10, + "R": 6.107643557573539e-11, + "M": 5.389498625163469e-09, + "O": 3.729958120146648e-09, + "W": 1.1930294425976928e-11, + "N": 5.863633883995689e-11, + "Y": 1.9982830963272136e-06, + "U": 3.800263055631081e-12, + "K": 5.439964451126045e-11, + "L": 2.577167125539237e-11, + "G": 2.564158130269334e-08, + "F": 1.9808074284810573e-05, + "E": 2.0717187965146877e-09, + "T": 1.0738782521002577e-06, + "P": 0.0038955474738031626, + "-": 0.996081531047821 + }, + "id": "tp_22233" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2779146, + "label": "-", + "classification": { + "B": 5.7670815294841304e-05, + "S": 3.942281909985468e-05, + "I": 0.001532025751657784, + "C": 0.00023027662246022373, + "R": 4.5152861275710166e-05, + "M": 0.0003559142642188817, + "O": 0.00022931476996745914, + "W": 4.588959927787073e-05, + "N": 0.00028820891748182476, + "Y": 0.007961203344166279, + "U": 3.0742310627829283e-05, + "K": 0.0014849362196400762, + "L": 2.033524651778862e-05, + "G": 0.0022554921451956034, + "F": 0.017168432474136353, + "E": 0.004842590074986219, + "T": 0.002678343327715993, + "P": 0.16771788895130157, + "-": 0.7930161952972412 + }, + "id": "tp_22234" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2779279, + "label": "-", + "classification": { + "B": 1.4589873753578786e-09, + "S": 1.4721035057618792e-08, + "I": 2.6448128664924297e-06, + "C": 7.382342346318183e-07, + "R": 5.642062461674868e-08, + "M": 2.365180989727378e-06, + "O": 4.769299266627058e-07, + "W": 1.557685891384608e-08, + "N": 1.2283831551940239e-07, + "Y": 0.0002840716624632478, + "U": 1.6347675435568476e-09, + "K": 2.0269735614419915e-05, + "L": 1.3478822502577259e-08, + "G": 7.625012221978977e-05, + "F": 0.01914951018989086, + "E": 6.614145240746439e-05, + "T": 3.923553231288679e-05, + "P": 0.016728052869439125, + "-": 0.9636300802230835 + }, + "id": "tp_22235" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2779379, + "label": "P", + "classification": { + "B": 1.0875023690459784e-05, + "S": 6.885872153361561e-06, + "I": 0.0019535264000296593, + "C": 9.519406012259424e-05, + "R": 8.401369996136054e-06, + "M": 0.0001741203886922449, + "O": 3.196871330146678e-05, + "W": 9.620440323487855e-06, + "N": 0.0003665210388135165, + "Y": 0.0032525798305869102, + "U": 3.913593445759034e-06, + "K": 0.002885006833821535, + "L": 2.3412719656334957e-06, + "G": 0.003021023003384471, + "F": 0.029801856726408005, + "E": 0.12005061656236649, + "T": 0.0005377866909839213, + "P": 0.5430039763450623, + "-": 0.29478374123573303 + }, + "id": "tp_22236" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2779513, + "label": "-", + "classification": { + "B": 1.3584243063746726e-08, + "S": 1.1412323885906517e-07, + "I": 1.4705049579788465e-05, + "C": 2.3821668548862363e-07, + "R": 2.9802755818764126e-08, + "M": 1.3373875844990835e-05, + "O": 3.133747441097512e-06, + "W": 1.0726419219508898e-07, + "N": 8.28327756607905e-07, + "Y": 0.00018417311366647482, + "U": 1.3089553441147928e-08, + "K": 4.631870922366943e-07, + "L": 4.666398467634281e-08, + "G": 7.416424068651395e-06, + "F": 0.00045749146374873817, + "E": 5.551946742343716e-05, + "T": 0.00013335789844859391, + "P": 0.061879828572273254, + "-": 0.9372490644454956 + }, + "id": "tp_22237" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2779646, + "label": "P", + "classification": { + "B": 8.871724048731267e-07, + "S": 1.1111850284351021e-07, + "I": 0.0015034362440928817, + "C": 8.236280336859636e-06, + "R": 8.486758815706708e-07, + "M": 8.70826897880761e-06, + "O": 2.1336379631975433e-06, + "W": 1.5685904486417712e-07, + "N": 2.6945475838147104e-05, + "Y": 0.0004080006910953671, + "U": 3.5235240147812874e-07, + "K": 2.048182977887336e-06, + "L": 2.5521802626826684e-07, + "G": 0.00010117691272171214, + "F": 0.00044848714605905116, + "E": 0.0005286730593070388, + "T": 0.00010757948621176183, + "P": 0.6766886711120605, + "-": 0.3201632797718048 + }, + "id": "tp_22238" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2779780, + "label": "-", + "classification": { + "B": 1.349310991827224e-06, + "S": 2.40280797925152e-07, + "I": 1.9146118575008586e-05, + "C": 1.5896069953669212e-06, + "R": 1.284910666754513e-07, + "M": 3.196460966137238e-05, + "O": 3.432117409829516e-06, + "W": 1.607732258435135e-07, + "N": 6.25755490091251e-07, + "Y": 0.00014945330622140318, + "U": 3.841048012986903e-08, + "K": 1.4212014320946764e-06, + "L": 4.4574383650797245e-07, + "G": 0.00011698035814333707, + "F": 0.0031983107328414917, + "E": 0.0003380598209332675, + "T": 5.883644917048514e-05, + "P": 0.12746454775333405, + "-": 0.8686132431030273 + }, + "id": "tp_22239" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2779880, + "label": "-", + "classification": { + "B": 2.7381994982533797e-07, + "S": 1.4304943363185885e-07, + "I": 4.147883373661898e-05, + "C": 1.5011931964181713e-06, + "R": 6.511129413411254e-08, + "M": 1.027839880407555e-05, + "O": 9.584264262230136e-07, + "W": 4.5352130939591007e-08, + "N": 1.3515617638404365e-06, + "Y": 0.0003905964840669185, + "U": 7.756806752468037e-09, + "K": 3.849572749459185e-06, + "L": 1.1463758653462719e-07, + "G": 0.0003925444616470486, + "F": 0.012424969114363194, + "E": 0.0028345491737127304, + "T": 8.757452451391146e-05, + "P": 0.18103083968162537, + "-": 0.8027788400650024 + }, + "id": "tp_22240" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2780013, + "label": "-", + "classification": { + "B": 4.956926318300248e-07, + "S": 1.5800404185029038e-07, + "I": 1.7196545343267644e-07, + "C": 3.496903389077488e-08, + "R": 3.346939836390561e-09, + "M": 7.133277790671855e-07, + "O": 2.26558495342033e-06, + "W": 3.1749308959660993e-08, + "N": 1.7567812093943758e-08, + "Y": 7.723191629338544e-06, + "U": 2.5124705094192734e-10, + "K": 1.9359198688562174e-08, + "L": 5.915531176015065e-08, + "G": 1.0577069588180166e-05, + "F": 0.0026074862107634544, + "E": 5.231546765571693e-06, + "T": 9.892150046653114e-06, + "P": 0.010311603546142578, + "-": 0.9870434403419495 + }, + "id": "tp_22241" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2780147, + "label": "-", + "classification": { + "B": 2.409228000033181e-05, + "S": 3.0312354283523746e-05, + "I": 0.0024063808377832174, + "C": 0.00196788739413023, + "R": 0.00037666401476599276, + "M": 0.002992665395140648, + "O": 0.00046662858221679926, + "W": 2.0785408196388744e-05, + "N": 0.000154514069436118, + "Y": 0.019577978178858757, + "U": 2.15119853237411e-05, + "K": 7.197567174443975e-05, + "L": 0.00016345777839887887, + "G": 0.008461668156087399, + "F": 0.017772356048226357, + "E": 0.0019276674138382077, + "T": 0.009130961261689663, + "P": 0.05979616567492485, + "-": 0.8746362924575806 + }, + "id": "tp_22242" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2780280, + "label": "P", + "classification": { + "B": 1.2829651723222923e-06, + "S": 3.4207559451715497e-07, + "I": 0.000349641777575016, + "C": 1.1226120477658696e-05, + "R": 1.0037471156465472e-06, + "M": 1.4962144632590935e-05, + "O": 3.865520739054773e-06, + "W": 4.946747935719031e-07, + "N": 1.2454312127374578e-05, + "Y": 0.0004110478039365262, + "U": 2.486505650267645e-07, + "K": 8.83339271240402e-06, + "L": 5.630328132610884e-07, + "G": 0.00021539407316595316, + "F": 0.004523229319602251, + "E": 0.0018814402865245938, + "T": 0.00010417668818263337, + "P": 0.5023441314697266, + "-": 0.4901157021522522 + }, + "id": "tp_22243" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2780380, + "label": "-", + "classification": { + "B": 1.1318763881718041e-06, + "S": 2.6909622192761162e-06, + "I": 0.00011813035962404683, + "C": 1.2184402294224128e-05, + "R": 1.53187704654556e-06, + "M": 0.0001161499458248727, + "O": 3.4018619771813974e-05, + "W": 3.1773513455846114e-06, + "N": 1.7586346075404435e-05, + "Y": 0.0009970368118956685, + "U": 9.63335764936346e-07, + "K": 5.118794797454029e-05, + "L": 2.4353189473913517e-06, + "G": 0.00030980349401943386, + "F": 0.0182599276304245, + "E": 0.0008904307032935321, + "T": 0.0004672654322348535, + "P": 0.2201703041791916, + "-": 0.7585440278053284 + }, + "id": "tp_22244" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2780514, + "label": "-", + "classification": { + "B": 7.894528586405158e-09, + "S": 1.3290629041762259e-08, + "I": 7.370418643404264e-06, + "C": 1.8419166281091748e-07, + "R": 1.75587970829838e-08, + "M": 3.842180831270525e-07, + "O": 3.5388836749916663e-07, + "W": 2.986105585023324e-08, + "N": 6.648069188486261e-07, + "Y": 7.67657911637798e-05, + "U": 8.228684400535258e-09, + "K": 1.3660252079716884e-05, + "L": 4.784914242605964e-09, + "G": 2.211883656855207e-05, + "F": 0.005996547639369965, + "E": 0.00019917229656130075, + "T": 1.644274925638456e-05, + "P": 0.2733430862426758, + "-": 0.7203231453895569 + }, + "id": "tp_22245" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2780647, + "label": "-", + "classification": { + "B": 1.2457155662559671e-07, + "S": 1.2133912719036744e-07, + "I": 2.242365007987246e-05, + "C": 7.336944918279187e-07, + "R": 9.851235205360354e-08, + "M": 4.771749445353635e-06, + "O": 3.148409859932144e-06, + "W": 1.311072139742464e-07, + "N": 1.2227757224536617e-06, + "Y": 6.389554619090632e-05, + "U": 3.914020396678097e-08, + "K": 1.0227182656308287e-06, + "L": 1.188659837225714e-07, + "G": 2.013847915804945e-05, + "F": 0.0018379889661446214, + "E": 5.790947761852294e-05, + "T": 5.29555618413724e-05, + "P": 0.1848595291376114, + "-": 0.8130736947059631 + }, + "id": "tp_22246" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2780781, + "label": "-", + "classification": { + "B": 0.00021942154853604734, + "S": 0.0003138270112685859, + "I": 0.0006830256315879524, + "C": 0.00013255933299660683, + "R": 1.4813306734140497e-05, + "M": 0.0015110854292288423, + "O": 0.00041185077861882746, + "W": 9.590901754563674e-05, + "N": 0.0002012224867939949, + "Y": 0.007226311136037111, + "U": 8.757672731007915e-06, + "K": 0.0005896502989344299, + "L": 8.81566375028342e-05, + "G": 0.009890184737741947, + "F": 0.17955447733402252, + "E": 0.03250015527009964, + "T": 0.0026065194979310036, + "P": 0.19770503044128418, + "-": 0.5662471055984497 + }, + "id": "tp_22247" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2780881, + "label": "-", + "classification": { + "B": 2.215201220678864e-06, + "S": 2.9812033517373493e-06, + "I": 0.0005321187782101333, + "C": 7.519841165049002e-05, + "R": 1.2094294106645975e-05, + "M": 0.0001077011474990286, + "O": 5.527877510758117e-05, + "W": 5.652955678669969e-06, + "N": 7.307188207050785e-05, + "Y": 0.001366620184853673, + "U": 3.091198550464469e-06, + "K": 0.00016866544319782406, + "L": 2.7678979677148163e-06, + "G": 0.00031246780417859554, + "F": 0.009176287800073624, + "E": 0.0019952096045017242, + "T": 0.0004783151380252093, + "P": 0.24167931079864502, + "-": 0.7439509630203247 + }, + "id": "tp_22248" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2781014, + "label": "-", + "classification": { + "B": 2.7373015312748272e-11, + "S": 1.4900854855559587e-11, + "I": 3.9150629049800045e-07, + "C": 1.4611470255943004e-08, + "R": 6.418249959283528e-11, + "M": 1.1322074833231e-08, + "O": 2.5860085184348236e-09, + "W": 3.409772811324707e-11, + "N": 3.440238316443356e-09, + "Y": 1.1067608056691824e-06, + "U": 2.7702600630119534e-11, + "K": 4.235320094636563e-09, + "L": 1.5027238134401877e-11, + "G": 8.892313019259745e-08, + "F": 2.8176991690997966e-05, + "E": 1.8764865217235638e-06, + "T": 2.9983095828356454e-07, + "P": 0.12696926295757294, + "-": 0.8729987144470215 + }, + "id": "tp_22249" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2781148, + "label": "-", + "classification": { + "B": 1.5205132513074204e-06, + "S": 1.3240743328424287e-06, + "I": 3.514244599500671e-05, + "C": 0.00010033766011474654, + "R": 4.460733634914504e-06, + "M": 0.00016293152293656021, + "O": 2.3500420866184868e-05, + "W": 1.0336003697375418e-06, + "N": 3.483992941255565e-06, + "Y": 0.005359181202948093, + "U": 4.690230355208769e-07, + "K": 0.00015941484889481217, + "L": 5.238179710431723e-06, + "G": 0.004807332996279001, + "F": 0.020829051733016968, + "E": 0.001019910559989512, + "T": 0.0014446541899815202, + "P": 0.02038191817700863, + "-": 0.9456591010093689 + }, + "id": "tp_22250" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2781281, + "label": "-", + "classification": { + "B": 3.2978402231265136e-09, + "S": 4.5315173835547284e-09, + "I": 1.7518106687930413e-05, + "C": 5.877068929294182e-07, + "R": 3.045773055987411e-08, + "M": 4.213586180412676e-06, + "O": 3.7373385453065566e-07, + "W": 6.469802027453397e-09, + "N": 2.4643100005050655e-07, + "Y": 0.00011729117250069976, + "U": 2.3097230794633106e-09, + "K": 1.629918813250697e-07, + "L": 1.1433092694801417e-08, + "G": 1.645968950469978e-05, + "F": 0.0006385277956724167, + "E": 4.5018441596766934e-05, + "T": 2.9692728276131675e-05, + "P": 0.09402459114789963, + "-": 0.9051052927970886 + }, + "id": "tp_22251" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2781381, + "label": "P", + "classification": { + "B": 3.180170793370962e-08, + "S": 1.3053436553889242e-08, + "I": 0.00015710637671872973, + "C": 4.273606464266777e-07, + "R": 1.4027229155999521e-08, + "M": 3.7918484849797096e-06, + "O": 1.4772372480820195e-07, + "W": 1.6321356710591317e-08, + "N": 3.780820406973362e-06, + "Y": 1.3266430869407486e-05, + "U": 1.323630716143498e-08, + "K": 1.0933308658422902e-06, + "L": 7.88021736752853e-09, + "G": 2.99006819659553e-06, + "F": 0.00027022112044505775, + "E": 0.0007879858603700995, + "T": 6.237158686417388e-06, + "P": 0.8841838240623474, + "-": 0.11456901580095291 + }, + "id": "tp_22252" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2781515, + "label": "-", + "classification": { + "B": 6.39208394659363e-07, + "S": 2.526518869672145e-07, + "I": 0.00015830928168725222, + "C": 5.021151082473807e-06, + "R": 3.474050060958689e-07, + "M": 2.4439032131340355e-05, + "O": 4.1298058022221085e-06, + "W": 3.6853725760011e-07, + "N": 1.2739283192786388e-05, + "Y": 0.0002515921660233289, + "U": 2.1804414984671894e-07, + "K": 4.486665784497745e-05, + "L": 2.3409906191318441e-07, + "G": 0.00017641016165725887, + "F": 0.009124034084379673, + "E": 0.004615491721779108, + "T": 9.00608574738726e-05, + "P": 0.4788365960121155, + "-": 0.5066542625427246 + }, + "id": "tp_22253" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2781648, + "label": "-", + "classification": { + "B": 4.805293385423681e-10, + "S": 1.4273817683374546e-09, + "I": 2.5637778890086338e-05, + "C": 1.2357472201074415e-07, + "R": 4.960083010985272e-09, + "M": 1.0330768418498337e-07, + "O": 3.6361232247372755e-08, + "W": 2.350488026436892e-09, + "N": 3.883061481246841e-07, + "Y": 9.806453817873262e-06, + "U": 3.044137164565086e-09, + "K": 3.143555602491688e-07, + "L": 3.022071204394905e-10, + "G": 4.4440744773055485e-07, + "F": 4.650608389056288e-05, + "E": 1.2318515473452862e-05, + "T": 6.516372650366975e-06, + "P": 0.3757123351097107, + "-": 0.6241854429244995 + }, + "id": "tp_22254" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2781782, + "label": "-", + "classification": { + "B": 2.751187082594697e-07, + "S": 3.657968505876852e-08, + "I": 0.00025320303393527865, + "C": 7.060763891786337e-06, + "R": 6.830651955169742e-07, + "M": 8.674937816977035e-06, + "O": 3.5064294934272766e-06, + "W": 1.3188248715323425e-07, + "N": 8.228122169384733e-06, + "Y": 0.0002458487288095057, + "U": 2.370651799310508e-07, + "K": 1.4811460005148547e-06, + "L": 1.8257358647133515e-07, + "G": 7.708732300670817e-05, + "F": 0.0004774759872816503, + "E": 0.0004606541770044714, + "T": 0.00010565184493316337, + "P": 0.44127359986305237, + "-": 0.5570759773254395 + }, + "id": "tp_22255" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2781882, + "label": "P", + "classification": { + "B": 1.2625097269847174e-06, + "S": 1.4614981864724541e-06, + "I": 0.0011832074960693717, + "C": 1.6349787983926944e-05, + "R": 3.1580916584061924e-06, + "M": 6.0848353314213455e-05, + "O": 1.4471688700723462e-05, + "W": 2.1266901057970244e-06, + "N": 5.910095933359116e-05, + "Y": 0.0004918164340779185, + "U": 1.2509060525189852e-06, + "K": 8.56510359881213e-06, + "L": 1.070746634468378e-06, + "G": 8.103027357719839e-05, + "F": 0.0009149904944933951, + "E": 0.000679576478432864, + "T": 0.00048598810099065304, + "P": 0.6173713207244873, + "-": 0.378622442483902 + }, + "id": "tp_22256" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2782015, + "label": "-", + "classification": { + "B": 2.7174648948857794e-06, + "S": 1.01973719210946e-05, + "I": 0.0010880569461733103, + "C": 0.0002243464841740206, + "R": 3.8355690776370466e-05, + "M": 0.00027891999343410134, + "O": 0.00012228067498654127, + "W": 1.5962428733473644e-05, + "N": 0.00014437826757784933, + "Y": 0.0051263924688100815, + "U": 1.2409733244567178e-05, + "K": 0.0010138202924281359, + "L": 8.267807970696595e-06, + "G": 0.0007237726240418851, + "F": 0.01096675917506218, + "E": 0.002328435890376568, + "T": 0.0017099076649174094, + "P": 0.09475124627351761, + "-": 0.8814337849617004 + }, + "id": "tp_22257" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2782149, + "label": "-", + "classification": { + "B": 5.261308047010971e-07, + "S": 2.1649977099968964e-07, + "I": 5.0056605687132105e-05, + "C": 1.7479496818850748e-05, + "R": 9.94704805634683e-07, + "M": 2.010374009842053e-05, + "O": 7.4630838753364515e-06, + "W": 2.7340536234987667e-07, + "N": 2.673217750270851e-06, + "Y": 0.0004283929301891476, + "U": 3.7006631714575633e-07, + "K": 1.6275668031084933e-06, + "L": 5.902920179323701e-07, + "G": 6.015592589392327e-05, + "F": 0.0006732965703122318, + "E": 5.15239589731209e-05, + "T": 0.000252523081144318, + "P": 0.093477264046669, + "-": 0.9049544930458069 + }, + "id": "tp_22258" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2782282, + "label": "P", + "classification": { + "B": 9.372468525725708e-07, + "S": 3.538811199632619e-07, + "I": 0.0007658200338482857, + "C": 9.869931091088802e-06, + "R": 5.171715429241885e-07, + "M": 0.00013054384908173233, + "O": 7.607017323607579e-06, + "W": 3.3629925155764795e-07, + "N": 2.4302418751176447e-05, + "Y": 0.001460821134969592, + "U": 1.5524767604802037e-07, + "K": 5.828032044519205e-06, + "L": 7.077733812366205e-07, + "G": 0.00031793402740731835, + "F": 0.0014925909927114844, + "E": 0.007074171677231789, + "T": 0.0003308271407149732, + "P": 0.5000276565551758, + "-": 0.4883490204811096 + }, + "id": "tp_22259" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2782382, + "label": "P", + "classification": { + "B": 5.95253732171841e-06, + "S": 5.490791181728127e-07, + "I": 0.018321862444281578, + "C": 7.432392885675654e-05, + "R": 7.304958216991508e-06, + "M": 0.0001583127595949918, + "O": 5.576793228101451e-06, + "W": 4.390777235130372e-07, + "N": 0.00027607392985373735, + "Y": 0.0011075774673372507, + "U": 3.3995499393313366e-07, + "K": 2.2670499674859457e-05, + "L": 9.954653705790406e-07, + "G": 0.0009345639264211059, + "F": 0.0008442738908343017, + "E": 0.03962543234229088, + "T": 0.00013883312931284308, + "P": 0.842499315738678, + "-": 0.0959756001830101 + }, + "id": "tp_22260" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2782516, + "label": "-", + "classification": { + "B": 7.414429603613826e-08, + "S": 6.253277007317593e-08, + "I": 2.475222572684288e-05, + "C": 1.0481281606189441e-05, + "R": 6.932770020284806e-07, + "M": 4.00863336835755e-06, + "O": 1.946955990206334e-06, + "W": 2.6688957177611883e-07, + "N": 2.33453852160892e-06, + "Y": 0.0005119713023304939, + "U": 2.0034909198329842e-07, + "K": 0.00010035269224317744, + "L": 5.533971147997363e-08, + "G": 8.309325494337827e-05, + "F": 0.003420609049499035, + "E": 0.00018879634444601834, + "T": 6.589649274246767e-05, + "P": 0.11337790638208389, + "-": 0.8822064995765686 + }, + "id": "tp_22261" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2782649, + "label": "-", + "classification": { + "B": 2.5476971131865866e-05, + "S": 2.7858482098963577e-06, + "I": 0.00028739875415340066, + "C": 8.684452950546984e-06, + "R": 8.629036187812744e-07, + "M": 0.00025219234521500766, + "O": 7.336740964092314e-05, + "W": 3.7873264773224946e-06, + "N": 2.5601575543987565e-05, + "Y": 0.00031898359884507954, + "U": 9.470890631746443e-07, + "K": 2.7223577490076423e-06, + "L": 6.25175971435965e-06, + "G": 0.00024132120597641915, + "F": 0.0008451958419755101, + "E": 0.0011426161509007215, + "T": 0.0005608088686130941, + "P": 0.2925284206867218, + "-": 0.7036726474761963 + }, + "id": "tp_22262" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2782783, + "label": "-", + "classification": { + "B": 0.00012468593195080757, + "S": 3.0175209758454002e-05, + "I": 0.002538665197789669, + "C": 0.001345945056527853, + "R": 0.00017424020916223526, + "M": 0.002030358649790287, + "O": 0.00039723445661365986, + "W": 3.724250927916728e-05, + "N": 0.00032224328606389463, + "Y": 0.009941925294697285, + "U": 4.4884756789542735e-05, + "K": 0.0008966739987954497, + "L": 0.00018253113375976682, + "G": 0.015648603439331055, + "F": 0.03438548743724823, + "E": 0.03454168513417244, + "T": 0.0035141794942319393, + "P": 0.19242645800113678, + "-": 0.7014167308807373 + }, + "id": "tp_22263" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2782883, + "label": "-", + "classification": { + "B": 0.00015261259977705777, + "S": 8.196967246476561e-05, + "I": 0.0028406037017703056, + "C": 0.0014424804830923676, + "R": 0.000317160680424422, + "M": 0.0020626510959118605, + "O": 0.0006426480831578374, + "W": 0.00011564051965251565, + "N": 0.0005424864939413965, + "Y": 0.009647645056247711, + "U": 0.00012149435497121885, + "K": 0.0023665297776460648, + "L": 0.0001114556725951843, + "G": 0.0055289496667683125, + "F": 0.03310425579547882, + "E": 0.00925795454531908, + "T": 0.0034004803746938705, + "P": 0.21383140981197357, + "-": 0.7144315242767334 + }, + "id": "tp_22264" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2783016, + "label": "-", + "classification": { + "B": 9.441766479767466e-09, + "S": 9.553669855222324e-08, + "I": 1.006138882075902e-05, + "C": 2.453240313116112e-07, + "R": 2.1138523820241062e-08, + "M": 3.185111154380138e-06, + "O": 1.60865113230102e-06, + "W": 8.360193248790893e-08, + "N": 1.3500931572707486e-06, + "Y": 8.534272637916729e-05, + "U": 9.928670330339173e-09, + "K": 2.6219395294901915e-05, + "L": 1.5213171167260953e-08, + "G": 1.9775645341724157e-05, + "F": 0.011307917535305023, + "E": 0.0001849654217949137, + "T": 5.382554809330031e-05, + "P": 0.1319282054901123, + "-": 0.8563770651817322 + }, + "id": "tp_22265" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2783150, + "label": "P", + "classification": { + "B": 6.774550698196435e-09, + "S": 3.7717540202208966e-10, + "I": 8.549122139811516e-05, + "C": 6.345974270516308e-07, + "R": 1.4971458739410082e-08, + "M": 1.0575055284789414e-06, + "O": 5.285829018930599e-08, + "W": 1.2149297123897895e-09, + "N": 7.018025485194812e-07, + "Y": 3.057425419683568e-05, + "U": 5.191256757797191e-09, + "K": 4.807918116966903e-07, + "L": 2.8426865306130367e-09, + "G": 2.1035213649156503e-05, + "F": 0.0001943087117979303, + "E": 0.0013782369205728173, + "T": 5.134582806931576e-06, + "P": 0.5999082326889038, + "-": 0.39837390184402466 + }, + "id": "tp_22266" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2783283, + "label": "P", + "classification": { + "B": 8.258104207925498e-05, + "S": 3.125962757621892e-05, + "I": 0.022943222895264626, + "C": 0.0007131321472115815, + "R": 6.069183291401714e-05, + "M": 0.0011979143600910902, + "O": 0.00014470552559942007, + "W": 2.7912130462937057e-05, + "N": 0.0019407379440963268, + "Y": 0.00523344287648797, + "U": 2.037562444456853e-05, + "K": 0.0002919906983152032, + "L": 3.326478326926008e-05, + "G": 0.0021217558532953262, + "F": 0.005917393136769533, + "E": 0.05427025631070137, + "T": 0.0012214473681524396, + "P": 0.7171017527580261, + "-": 0.1866462677717209 + }, + "id": "tp_22267" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2783383, + "label": "-", + "classification": { + "B": 3.265178794009671e-09, + "S": 4.6191015456997775e-09, + "I": 1.8622733477968723e-05, + "C": 4.773391992785037e-07, + "R": 1.909418756440573e-08, + "M": 5.524925654754043e-07, + "O": 2.5786201263144903e-07, + "W": 7.436897320189928e-09, + "N": 4.3132479277119273e-07, + "Y": 1.4346614079840947e-05, + "U": 3.83909615209177e-09, + "K": 1.0747196910187995e-07, + "L": 4.884516346947976e-09, + "G": 3.4447803045623004e-06, + "F": 0.0002667634398676455, + "E": 2.899375613196753e-05, + "T": 9.014713214128278e-06, + "P": 0.45532920956611633, + "-": 0.5443276762962341 + }, + "id": "tp_22268" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2783517, + "label": "-", + "classification": { + "B": 1.3639793223774177e-06, + "S": 8.944921319198329e-07, + "I": 3.822034159384202e-06, + "C": 8.458267188871105e-07, + "R": 6.738041520293336e-07, + "M": 0.00031699560349807143, + "O": 2.1970241505187005e-05, + "W": 9.952411517133442e-08, + "N": 2.7411266145804802e-08, + "Y": 0.004634310957044363, + "U": 6.702826627069669e-10, + "K": 1.9797508077346038e-09, + "L": 5.399928795668529e-06, + "G": 0.0006277641514316201, + "F": 0.0015318018849939108, + "E": 4.858482952840859e-06, + "T": 0.0014718984020873904, + "P": 0.0009670775616541505, + "-": 0.9904102087020874 + }, + "id": "tp_22269" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2783650, + "label": "-", + "classification": { + "B": 1.1682521289912984e-05, + "S": 5.613659595837817e-06, + "I": 1.0265071978210472e-05, + "C": 0.00019812908431049436, + "R": 5.663834235747345e-05, + "M": 0.004761541727930307, + "O": 0.00041825452353805304, + "W": 2.060626911770669e-06, + "N": 1.0348452406105935e-07, + "Y": 0.006921814754605293, + "U": 4.5740815579620175e-08, + "K": 1.6949867287507914e-08, + "L": 0.0007718064589425921, + "G": 0.006772997323423624, + "F": 0.00480350898578763, + "E": 1.0526495316298679e-05, + "T": 0.0037472094409167767, + "P": 0.0007097796187736094, + "-": 0.9707979559898376 + }, + "id": "tp_22270" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2783750, + "label": "-", + "classification": { + "B": 1.6288254300889093e-07, + "S": 5.091145567348576e-07, + "I": 5.605031765298918e-05, + "C": 7.527179150201846e-06, + "R": 1.5198221490209107e-06, + "M": 1.53879591380246e-05, + "O": 8.757115210755728e-06, + "W": 4.4745033278559276e-07, + "N": 5.263996627036249e-06, + "Y": 0.0015157946618273854, + "U": 1.9710481069523667e-07, + "K": 1.797295772121288e-05, + "L": 2.1259737081891217e-07, + "G": 0.00019115855684503913, + "F": 0.004069903399795294, + "E": 9.687138663139194e-05, + "T": 0.00032419644412584603, + "P": 0.057602692395448685, + "-": 0.9360854625701904 + }, + "id": "tp_22271" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2783884, + "label": "-", + "classification": { + "B": 1.5585016610586422e-09, + "S": 9.258582345239574e-09, + "I": 1.2725545275316108e-05, + "C": 1.2421899100445444e-06, + "R": 1.0725706545144931e-07, + "M": 1.949596480699256e-06, + "O": 6.021165290803765e-07, + "W": 1.6523413748359417e-08, + "N": 3.435831672504719e-07, + "Y": 7.327174535021186e-05, + "U": 7.579036953586638e-09, + "K": 1.697243305898155e-07, + "L": 1.3581294311393322e-08, + "G": 3.892281256412389e-06, + "F": 0.0008872195612639189, + "E": 7.187863047874998e-06, + "T": 2.9812530556228012e-05, + "P": 0.050783537328243256, + "-": 0.9481979012489319 + }, + "id": "tp_22272" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2784017, + "label": "-", + "classification": { + "B": 0.00011761923815356568, + "S": 0.00027854376821778715, + "I": 0.003303344128653407, + "C": 0.005404871888458729, + "R": 0.0024502610322088003, + "M": 0.010804182849824429, + "O": 0.004645456559956074, + "W": 0.00035441602813079953, + "N": 0.0003328039892949164, + "Y": 0.027302876114845276, + "U": 0.00014280262985266745, + "K": 7.970623846631497e-05, + "L": 0.0026192469522356987, + "G": 0.0153711698949337, + "F": 0.019261090084910393, + "E": 0.0015583408530801535, + "T": 0.021863510832190514, + "P": 0.05831135809421539, + "-": 0.8257983326911926 + }, + "id": "tp_22273" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2784151, + "label": "-", + "classification": { + "B": 3.617471065808786e-06, + "S": 2.2503070340462727e-06, + "I": 9.375193621963263e-05, + "C": 0.00017965445294976234, + "R": 1.7929936802829616e-05, + "M": 0.00019698392134159803, + "O": 3.193099837517366e-05, + "W": 8.206837378565979e-07, + "N": 4.5309084271139e-06, + "Y": 0.001664786017499864, + "U": 5.155100097908871e-07, + "K": 1.8433925106364768e-06, + "L": 1.8779950551106595e-05, + "G": 0.0011177911655977368, + "F": 0.021300312131643295, + "E": 0.00044453496229834855, + "T": 0.0005262516206130385, + "P": 0.05380905792117119, + "-": 0.9205846786499023 + }, + "id": "tp_22274" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2784251, + "label": "-", + "classification": { + "B": 5.987205842217236e-09, + "S": 8.551350738628116e-09, + "I": 1.1783889021899085e-05, + "C": 3.458298749592359e-07, + "R": 3.1732511729387625e-08, + "M": 4.203358457743889e-06, + "O": 3.8275859992609185e-07, + "W": 2.800982912276595e-08, + "N": 4.86996043491672e-07, + "Y": 0.00018187676323577762, + "U": 1.5284550514138573e-08, + "K": 7.038870535325259e-06, + "L": 1.3833193257539733e-08, + "G": 1.0861439477594104e-05, + "F": 0.0022774797398597, + "E": 0.0002382279053563252, + "T": 4.2606701754266396e-05, + "P": 0.15523770451545715, + "-": 0.8419868350028992 + }, + "id": "tp_22275" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2784384, + "label": "-", + "classification": { + "B": 5.22855202689243e-07, + "S": 2.437564603496867e-07, + "I": 5.697943197446875e-05, + "C": 0.00021483827731572092, + "R": 1.1467534932307899e-05, + "M": 0.00025089678820222616, + "O": 2.523686816857662e-05, + "W": 1.903930666458109e-07, + "N": 1.142188466474181e-06, + "Y": 0.009300763718783855, + "U": 1.6800817093098885e-07, + "K": 5.391286777012283e-06, + "L": 1.581530159455724e-05, + "G": 0.007262509316205978, + "F": 0.004398771561682224, + "E": 0.00022649479797109962, + "T": 0.0014000440714880824, + "P": 0.005360298324376345, + "-": 0.9714683890342712 + }, + "id": "tp_22276" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2784518, + "label": "-", + "classification": { + "B": 8.80599770880508e-07, + "S": 8.815181331556232e-07, + "I": 1.2277298083063215e-05, + "C": 4.528421868599253e-06, + "R": 3.918551556125749e-06, + "M": 0.000267716619418934, + "O": 7.019153417786583e-05, + "W": 6.869605613246677e-07, + "N": 1.7040106570220814e-07, + "Y": 0.0031283204443752766, + "U": 2.3152283645799798e-08, + "K": 7.423027081898681e-09, + "L": 1.5867244655964896e-05, + "G": 0.0002317269827472046, + "F": 0.0008181381272152066, + "E": 2.989087761307019e-06, + "T": 0.0012054999824613333, + "P": 0.002825574018061161, + "-": 0.9914107322692871 + }, + "id": "tp_22277" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2784651, + "label": "-", + "classification": { + "B": 7.956433364597615e-06, + "S": 5.445182523544645e-06, + "I": 0.0019883678760379553, + "C": 0.0005002635880373418, + "R": 0.0001432986609870568, + "M": 0.0016920736525207758, + "O": 0.00014513959467876703, + "W": 5.102403065393446e-06, + "N": 2.6333154892199673e-05, + "Y": 0.048856865614652634, + "U": 3.2497928259545006e-06, + "K": 8.859095942170825e-06, + "L": 4.9193709855899215e-05, + "G": 0.004168428014963865, + "F": 0.005553326103836298, + "E": 0.0004736201371997595, + "T": 0.011749996803700924, + "P": 0.02796354703605175, + "-": 0.8966590166091919 + }, + "id": "tp_22278" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2784751, + "label": "-", + "classification": { + "B": 6.155550522635167e-07, + "S": 3.80388286203015e-07, + "I": 0.0003372328355908394, + "C": 0.00040251779137179255, + "R": 5.086959936306812e-05, + "M": 0.000280447187833488, + "O": 3.783438296522945e-05, + "W": 9.76614728642744e-07, + "N": 7.933816050353926e-06, + "Y": 0.002199549227952957, + "U": 1.7358180457449635e-06, + "K": 1.7059758192772279e-06, + "L": 1.3725973076361697e-05, + "G": 0.0007563153631053865, + "F": 0.002689163666218519, + "E": 0.000116246948891785, + "T": 0.0010107553098350763, + "P": 0.04128925874829292, + "-": 0.9508026838302612 + }, + "id": "tp_22279" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2784885, + "label": "-", + "classification": { + "B": 6.351492061185127e-07, + "S": 3.5442742500890745e-06, + "I": 3.528277011355385e-05, + "C": 0.00038804812356829643, + "R": 4.976612399332225e-05, + "M": 0.0008819864597171545, + "O": 0.00016033524298109114, + "W": 3.303714947833214e-06, + "N": 2.3811337541701505e-06, + "Y": 0.006074805278331041, + "U": 4.034343987768807e-07, + "K": 3.949423444282729e-06, + "L": 4.4446103856898844e-05, + "G": 0.0015811064513400197, + "F": 0.014773599803447723, + "E": 7.590345194330439e-05, + "T": 0.003003201214596629, + "P": 0.00894082896411419, + "-": 0.9639764428138733 + }, + "id": "tp_22280" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2785018, + "label": "-", + "classification": { + "B": 2.60461501966347e-06, + "S": 4.9432655941927806e-06, + "I": 0.0002593743265606463, + "C": 3.1082603527465835e-05, + "R": 2.503676660126075e-05, + "M": 0.00029083056142553687, + "O": 0.00010267688048770651, + "W": 1.0874499594137887e-06, + "N": 3.0125240755296545e-06, + "Y": 0.013389961794018745, + "U": 3.7141287378972265e-08, + "K": 9.043206006253968e-08, + "L": 1.1290778274997137e-05, + "G": 0.0006547174416482449, + "F": 0.0014723557978868484, + "E": 2.552032492530998e-05, + "T": 0.0034780518617480993, + "P": 0.013315531425178051, + "-": 0.9669317007064819 + }, + "id": "tp_22281" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2785152, + "label": "-", + "classification": { + "B": 2.5455995000811527e-06, + "S": 5.122241191202193e-07, + "I": 0.00024324405239894986, + "C": 0.000417216622736305, + "R": 3.814899901044555e-05, + "M": 0.000890274764969945, + "O": 4.59369839518331e-05, + "W": 1.0517195505599375e-06, + "N": 5.404299372457899e-06, + "Y": 0.005048607941716909, + "U": 2.657532149896724e-06, + "K": 2.2144135982671287e-06, + "L": 3.0406594305532053e-05, + "G": 0.0015094532864168286, + "F": 0.0022329154890030622, + "E": 0.00037037377478554845, + "T": 0.002287891460582614, + "P": 0.03374573215842247, + "-": 0.9531254768371582 + }, + "id": "tp_22282" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2785252, + "label": "-", + "classification": { + "B": 1.401842723680602e-06, + "S": 9.701704328790584e-08, + "I": 1.9152084860252216e-05, + "C": 1.6011379102565115e-06, + "R": 3.4452389741090883e-07, + "M": 0.00011183726746821776, + "O": 1.598865128471516e-05, + "W": 6.880824798827234e-08, + "N": 1.5227216465518723e-07, + "Y": 0.00021128190564922988, + "U": 7.471141039161466e-09, + "K": 8.420252828322816e-10, + "L": 5.047854301665211e-06, + "G": 0.0001533714385004714, + "F": 0.00032247783383354545, + "E": 1.777590296114795e-05, + "T": 0.0002974592207465321, + "P": 0.017164627090096474, + "-": 0.9816774129867554 + }, + "id": "tp_22283" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2785385, + "label": "-", + "classification": { + "B": 6.496640025943634e-07, + "S": 1.8590239960758481e-06, + "I": 0.0024823928251862526, + "C": 0.00012818332470487803, + "R": 5.707124000764452e-05, + "M": 0.0002935873926617205, + "O": 6.078742808313109e-05, + "W": 6.334394583973335e-06, + "N": 7.069348794175312e-05, + "Y": 0.009742063470184803, + "U": 1.8975619013872347e-06, + "K": 1.753354626998771e-05, + "L": 5.199788574827835e-06, + "G": 0.0005055404617451131, + "F": 0.002442742930725217, + "E": 0.0005425455165095627, + "T": 0.0028676690999418497, + "P": 0.1191200390458107, + "-": 0.8616531491279602 + }, + "id": "tp_22284" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2785519, + "label": "-", + "classification": { + "B": 1.935785803652834e-06, + "S": 5.250452431937447e-06, + "I": 0.0007408439414575696, + "C": 9.023187885759398e-05, + "R": 1.4807695151830558e-05, + "M": 0.0002395408519078046, + "O": 5.6053824664559215e-05, + "W": 3.6073170122108422e-06, + "N": 7.881656347308308e-05, + "Y": 0.0036567009519785643, + "U": 1.983832362384419e-06, + "K": 5.5782918934710324e-05, + "L": 6.751641649316298e-06, + "G": 0.0006724412669427693, + "F": 0.020764602348208427, + "E": 0.001652526087127626, + "T": 0.0008674829150550067, + "P": 0.3106290400028229, + "-": 0.6604616641998291 + }, + "id": "tp_22285" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2785652, + "label": "-", + "classification": { + "B": 0.00012529084051493555, + "S": 0.0003443000023253262, + "I": 0.0007764542242512107, + "C": 0.0005527816829271615, + "R": 0.00041743143810890615, + "M": 0.015195561572909355, + "O": 0.0047651370987296104, + "W": 7.615806680405512e-05, + "N": 1.5947454812703654e-05, + "Y": 0.025150269269943237, + "U": 7.577987730655877e-07, + "K": 4.11751585716047e-07, + "L": 0.0015729512088000774, + "G": 0.00824446976184845, + "F": 0.002656506607308984, + "E": 0.00041046584374271333, + "T": 0.019626203924417496, + "P": 0.006437636446207762, + "-": 0.9136312007904053 + }, + "id": "tp_22286" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2785752, + "label": "-", + "classification": { + "B": 6.165392818502369e-08, + "S": 1.7662594942180476e-08, + "I": 3.8946736822254024e-06, + "C": 5.016868840357347e-07, + "R": 1.958191120365882e-08, + "M": 2.1372834453359246e-05, + "O": 8.2392500644346e-07, + "W": 7.700660553666694e-09, + "N": 6.80987852774706e-08, + "Y": 3.3358766813762486e-05, + "U": 1.1239149610986487e-09, + "K": 1.2972510177178265e-08, + "L": 7.907737398227255e-08, + "G": 2.0247360225766897e-05, + "F": 0.0012685467954725027, + "E": 3.53409668605309e-05, + "T": 3.3749223803170025e-05, + "P": 0.051286615431308746, + "-": 0.9472953081130981 + }, + "id": "tp_22287" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2785886, + "label": "-", + "classification": { + "B": 8.103892668032131e-08, + "S": 5.031257614973583e-07, + "I": 2.984127240779344e-05, + "C": 0.0008046190487220883, + "R": 6.47204797132872e-05, + "M": 0.00038346272776834667, + "O": 4.191280095255934e-05, + "W": 7.398566594929434e-07, + "N": 8.427265925092797e-07, + "Y": 0.004510644823312759, + "U": 3.3688127132336376e-07, + "K": 4.953626557835378e-06, + "L": 2.378815770498477e-05, + "G": 0.0017972278874367476, + "F": 0.019250977784395218, + "E": 3.712567195179872e-05, + "T": 0.001275175018236041, + "P": 0.0047478755004704, + "-": 0.9670252203941345 + }, + "id": "tp_22288" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2786019, + "label": "-", + "classification": { + "B": 2.0927667719661258e-05, + "S": 4.486845136852935e-05, + "I": 0.07940944284200668, + "C": 0.03837038576602936, + "R": 0.008079099468886852, + "M": 0.0061591193079948425, + "O": 0.0019314547535032034, + "W": 0.00011082703713327646, + "N": 0.0020941433031111956, + "Y": 0.0692610964179039, + "U": 8.833374158712104e-05, + "K": 0.00010487870895303786, + "L": 0.0005080023547634482, + "G": 0.019749261438846588, + "F": 0.007953810505568981, + "E": 0.005678463727235794, + "T": 0.016746435314416885, + "P": 0.11915838718414307, + "-": 0.6245310306549072 + }, + "id": "tp_22289" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2786153, + "label": "-", + "classification": { + "B": 2.023724482569378e-05, + "S": 6.7320688685867935e-06, + "I": 0.007409780751913786, + "C": 0.0018488410860300064, + "R": 0.0004671864153351635, + "M": 0.00400332547724247, + "O": 0.00036346138222143054, + "W": 1.550001798023004e-05, + "N": 0.0001485042303102091, + "Y": 0.012177184224128723, + "U": 2.924436739704106e-05, + "K": 1.2370332115096971e-05, + "L": 0.00021268943964969367, + "G": 0.005246770568192005, + "F": 0.003723257454112172, + "E": 0.002098427852615714, + "T": 0.01227322407066822, + "P": 0.07467339187860489, + "-": 0.8752698302268982 + }, + "id": "tp_22290" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2786253, + "label": "-", + "classification": { + "B": 9.671271254774183e-05, + "S": 1.877654722193256e-05, + "I": 0.0016065272502601147, + "C": 0.0005536263925023377, + "R": 0.00030165468342602253, + "M": 0.0014595813117921352, + "O": 0.0006065408233553171, + "W": 1.287154827878112e-05, + "N": 2.3111433620215394e-05, + "Y": 0.005828892346471548, + "U": 6.314085567282746e-06, + "K": 1.461443304151544e-07, + "L": 0.0006927118520252407, + "G": 0.004416316282004118, + "F": 0.0019093145383521914, + "E": 0.00022746669128537178, + "T": 0.005191181320697069, + "P": 0.07490535080432892, + "-": 0.9021428823471069 + }, + "id": "tp_22291" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2786386, + "label": "-", + "classification": { + "B": 5.105840500618797e-06, + "S": 7.09050846126047e-06, + "I": 0.0004586878640111536, + "C": 0.0020390015561133623, + "R": 0.0008541708812117577, + "M": 0.004733120556920767, + "O": 0.000425596721470356, + "W": 7.427849595842417e-06, + "N": 7.105163604137488e-06, + "Y": 0.043110910803079605, + "U": 4.110839654458687e-06, + "K": 3.2080595246952726e-06, + "L": 0.0006011390942148864, + "G": 0.013871407136321068, + "F": 0.010739773511886597, + "E": 0.00015595326840411872, + "T": 0.013032708317041397, + "P": 0.007030460983514786, + "-": 0.902912974357605 + }, + "id": "tp_22292" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2786520, + "label": "-", + "classification": { + "B": 2.562965846664156e-06, + "S": 2.8041647965437733e-05, + "I": 1.609818900760729e-05, + "C": 8.515916852047667e-05, + "R": 2.3009108190308325e-05, + "M": 0.001979542663320899, + "O": 0.00020499796664807945, + "W": 6.3106854213401675e-06, + "N": 2.035161742242053e-06, + "Y": 0.005288276355713606, + "U": 4.336652068559488e-07, + "K": 1.343785879726056e-05, + "L": 8.050806354731321e-05, + "G": 0.0017334058647975326, + "F": 0.06997993588447571, + "E": 7.213186472654343e-05, + "T": 0.0042667509987950325, + "P": 0.002965575782582164, + "-": 0.9132517576217651 + }, + "id": "tp_22293" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2786653, + "label": "-", + "classification": { + "B": 8.822168524602603e-07, + "S": 9.115761713474058e-06, + "I": 0.00028412960818968713, + "C": 0.00022460859327111393, + "R": 0.00013521785149350762, + "M": 0.0010225150035694242, + "O": 0.0002635355922393501, + "W": 6.715486506436719e-06, + "N": 1.1709793398040347e-05, + "Y": 0.003352553816512227, + "U": 1.929842710524099e-06, + "K": 9.053542839865258e-07, + "L": 6.312506593530998e-05, + "G": 0.0005790544673800468, + "F": 0.0036281272768974304, + "E": 5.575923569267616e-05, + "T": 0.005249802954494953, + "P": 0.01764984428882599, + "-": 0.9674605131149292 + }, + "id": "tp_22294" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2786753, + "label": "-", + "classification": { + "B": 1.2820314623240847e-06, + "S": 1.5208304375846637e-06, + "I": 0.00176227989140898, + "C": 0.00039014549111016095, + "R": 3.487085268716328e-05, + "M": 0.00032689806539565325, + "O": 3.3400661777704954e-05, + "W": 3.0061112283874536e-06, + "N": 4.9504033086122945e-05, + "Y": 0.009073914028704166, + "U": 2.4527116693207063e-06, + "K": 6.888413918204606e-05, + "L": 4.53777238362818e-06, + "G": 0.0012167560635134578, + "F": 0.0049682199023664, + "E": 0.003105288604274392, + "T": 0.001293962704949081, + "P": 0.11853630840778351, + "-": 0.8591268062591553 + }, + "id": "tp_22295" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2786887, + "label": "-", + "classification": { + "B": 1.812239474929811e-06, + "S": 5.500298811966786e-06, + "I": 2.1966059648548253e-05, + "C": 1.2762370715790894e-05, + "R": 9.725168638397008e-06, + "M": 0.0005541210994124413, + "O": 0.00015102745965123177, + "W": 2.899628952945932e-06, + "N": 1.188118289974227e-06, + "Y": 0.003316957736387849, + "U": 2.2090317486345157e-07, + "K": 8.240056672548235e-07, + "L": 2.0800835045520216e-05, + "G": 0.00033230113331228495, + "F": 0.003433688310906291, + "E": 1.7172598745673895e-05, + "T": 0.0026946740690618753, + "P": 0.005320883821696043, + "-": 0.9841013550758362 + }, + "id": "tp_22296" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2787020, + "label": "-", + "classification": { + "B": 2.80820033893292e-09, + "S": 7.398245571721418e-08, + "I": 1.0580079106148332e-05, + "C": 3.7227262055239407e-06, + "R": 8.942504337028367e-07, + "M": 6.498552465927787e-06, + "O": 2.476568624842912e-06, + "W": 9.408311996139673e-08, + "N": 4.605178389738285e-07, + "Y": 0.0006502076867036521, + "U": 4.43617729217749e-08, + "K": 2.711374918362708e-06, + "L": 6.433864285781965e-08, + "G": 1.226889253302943e-05, + "F": 0.0016988434363156557, + "E": 3.9473757169616874e-06, + "T": 0.00021057449339423329, + "P": 0.012739053927361965, + "-": 0.9846574664115906 + }, + "id": "tp_22297" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2787154, + "label": "-", + "classification": { + "B": 5.189837975194678e-05, + "S": 5.0459248086554e-06, + "I": 1.4754899893887341e-05, + "C": 4.551953679765575e-06, + "R": 7.999024660421128e-07, + "M": 0.0012448255438357592, + "O": 0.0001660350535530597, + "W": 2.4084047254291363e-06, + "N": 5.650539947055222e-07, + "Y": 0.0003587942919693887, + "U": 4.341516302019954e-08, + "K": 1.1884517370219783e-08, + "L": 3.525754436850548e-05, + "G": 0.0003105036448687315, + "F": 0.0010987238492816687, + "E": 7.509388524340466e-05, + "T": 0.0005161378066986799, + "P": 0.026703543961048126, + "-": 0.9694110751152039 + }, + "id": "tp_22298" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2787254, + "label": "-", + "classification": { + "B": 2.3160741875472013e-06, + "S": 1.6584247077844338e-06, + "I": 3.478688086033799e-05, + "C": 0.00012362106645014137, + "R": 5.041829717811197e-05, + "M": 5.674041312886402e-05, + "O": 9.970139944925904e-05, + "W": 3.0794394660915714e-06, + "N": 1.2265925306564895e-06, + "Y": 0.0004893384757451713, + "U": 2.978221971261519e-07, + "K": 6.008375521560083e-07, + "L": 1.4518696843879297e-05, + "G": 0.00037913204869255424, + "F": 0.005457677412778139, + "E": 1.3795246559311636e-05, + "T": 0.00023338677419815212, + "P": 0.013147590681910515, + "-": 0.9798902273178101 + }, + "id": "tp_22299" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2787387, + "label": "-", + "classification": { + "B": 0.000211559294257313, + "S": 4.376407014206052e-05, + "I": 0.0006645822431892157, + "C": 0.00046322212438099086, + "R": 0.00022585777333006263, + "M": 0.008586815558373928, + "O": 0.0018090095836669207, + "W": 4.002829155069776e-05, + "N": 1.800840072974097e-05, + "Y": 0.006147028878331184, + "U": 6.577936801477335e-06, + "K": 7.423873285006266e-07, + "L": 0.0013593158219009638, + "G": 0.0054447404108941555, + "F": 0.0039255740121006966, + "E": 0.0003880838630720973, + "T": 0.006550283636897802, + "P": 0.025588346645236015, + "-": 0.9385265111923218 + }, + "id": "tp_22300" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2787521, + "label": "-", + "classification": { + "B": 2.552104376718489e-07, + "S": 1.6312304751409101e-06, + "I": 3.516289507388137e-05, + "C": 7.732672202109825e-06, + "R": 2.586043365226942e-06, + "M": 0.00011475706560304388, + "O": 2.6074310881085694e-05, + "W": 7.960429115883016e-07, + "N": 1.6153625210790779e-06, + "Y": 0.0012303590774536133, + "U": 1.3813983912314143e-07, + "K": 9.32437274059339e-07, + "L": 2.1430180368042784e-06, + "G": 9.253795724362135e-05, + "F": 0.002602611668407917, + "E": 3.047854988835752e-05, + "T": 0.0010231692576780915, + "P": 0.024534190073609352, + "-": 0.970292866230011 + }, + "id": "tp_22301" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2787654, + "label": "-", + "classification": { + "B": 1.8622165498527465e-07, + "S": 1.8363132880949706e-07, + "I": 9.3567350631929e-06, + "C": 2.3151780624175444e-05, + "R": 3.530802359819063e-06, + "M": 0.00018808314052876085, + "O": 1.6900543414521962e-05, + "W": 1.0825872465147768e-07, + "N": 1.4595893560453987e-07, + "Y": 0.0015817697858437896, + "U": 3.34573151405948e-08, + "K": 7.904455401330779e-08, + "L": 4.293420715839602e-06, + "G": 0.00034133298322558403, + "F": 0.0020288198720663786, + "E": 9.402094292454422e-06, + "T": 0.000454681838164106, + "P": 0.0033545917831361294, + "-": 0.9919834733009338 + }, + "id": "tp_22302" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2787754, + "label": "-", + "classification": { + "B": 0.0004054169694427401, + "S": 0.0004603097913786769, + "I": 0.0031211490277200937, + "C": 0.017958814278244972, + "R": 0.006759566254913807, + "M": 0.036906465888023376, + "O": 0.006181584671139717, + "W": 0.000409323867643252, + "N": 0.0003272134345024824, + "Y": 0.06358972936868668, + "U": 0.00027536044945009053, + "K": 0.0001786734937923029, + "L": 0.009249401278793812, + "G": 0.045827917754650116, + "F": 0.04094051197171211, + "E": 0.0021779844537377357, + "T": 0.05413343384861946, + "P": 0.020170293748378754, + "-": 0.6909268498420715 + }, + "id": "tp_22303" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2787888, + "label": "-", + "classification": { + "B": 2.8138583729742095e-07, + "S": 1.954202417664419e-07, + "I": 9.193234973281506e-07, + "C": 3.194725650246255e-05, + "R": 7.4753479566425085e-06, + "M": 0.00011489385360619053, + "O": 2.8340351491351612e-05, + "W": 1.213932279142682e-07, + "N": 1.2011788896870712e-08, + "Y": 0.00032695147092454135, + "U": 8.532007989003887e-09, + "K": 1.7111240202538625e-09, + "L": 3.350142287672497e-05, + "G": 0.00036771767190657556, + "F": 0.0030372794717550278, + "E": 4.4201465243531857e-07, + "T": 0.0003476182755548507, + "P": 0.0006776045775040984, + "-": 0.9950246214866638 + }, + "id": "tp_22304" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2788021, + "label": "-", + "classification": { + "B": 0.00048086390597745776, + "S": 0.0005227644578553736, + "I": 0.007360031362622976, + "C": 0.005124457646161318, + "R": 0.001163207576610148, + "M": 0.008586198091506958, + "O": 0.0027443189173936844, + "W": 0.0002145699254469946, + "N": 0.0014884646516293287, + "Y": 0.03317945450544357, + "U": 9.309925371780992e-05, + "K": 0.0009617970208637416, + "L": 0.0013229517498984933, + "G": 0.037384167313575745, + "F": 0.07242671400308609, + "E": 0.02922830730676651, + "T": 0.018403928726911545, + "P": 0.17060306668281555, + "-": 0.6087116003036499 + }, + "id": "tp_22305" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2788155, + "label": "-", + "classification": { + "B": 1.401751603680168e-08, + "S": 7.581827503599925e-07, + "I": 1.0934659258055035e-06, + "C": 6.786342510167742e-06, + "R": 7.571184710286616e-07, + "M": 1.640001210034825e-05, + "O": 1.2396036254358478e-05, + "W": 3.010064233421872e-07, + "N": 1.1987056325324374e-07, + "Y": 0.00020197780395392329, + "U": 5.4634128332509135e-09, + "K": 1.5769534229548299e-06, + "L": 6.888226948831289e-07, + "G": 6.8241948611103e-05, + "F": 0.03804368898272514, + "E": 6.385303549905075e-06, + "T": 9.360629337606952e-05, + "P": 0.004911169875413179, + "-": 0.9566340446472168 + }, + "id": "tp_22306" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2788255, + "label": "-", + "classification": { + "B": 3.1399802757903217e-09, + "S": 1.086820144990952e-08, + "I": 2.6815434921445558e-06, + "C": 1.4984009339968907e-06, + "R": 1.8137977519927517e-07, + "M": 1.821606133489695e-06, + "O": 1.3271184116092627e-06, + "W": 2.0243648535256398e-08, + "N": 6.65431798552163e-08, + "Y": 5.920147668803111e-05, + "U": 1.1291167112403855e-08, + "K": 4.012331089597865e-08, + "L": 6.832276966406425e-08, + "G": 7.303859547391767e-06, + "F": 0.0009479235159233212, + "E": 1.139204869105015e-06, + "T": 4.5664142817258835e-05, + "P": 0.01979154720902443, + "-": 0.9791394472122192 + }, + "id": "tp_22307" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2788388, + "label": "-", + "classification": { + "B": 5.6727165187453465e-09, + "S": 7.74231567746142e-10, + "I": 2.9763587008346803e-06, + "C": 1.6693255133759521e-07, + "R": 8.94259954975496e-09, + "M": 2.663686473169946e-06, + "O": 2.706842678890098e-07, + "W": 1.2657299652829579e-09, + "N": 8.62067484064255e-09, + "Y": 2.24703017011052e-05, + "U": 2.6680030407177924e-10, + "K": 2.655514141913784e-10, + "L": 1.502089297389375e-08, + "G": 2.8139261303294916e-06, + "F": 5.060313924332149e-05, + "E": 1.7483615692981402e-06, + "T": 7.759103027638048e-06, + "P": 0.02627960778772831, + "-": 0.9736288785934448 + }, + "id": "tp_22308" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2788522, + "label": "-", + "classification": { + "B": 0.0001930205908138305, + "S": 4.524811083683744e-05, + "I": 8.049802272580564e-05, + "C": 1.7919603124028072e-05, + "R": 1.593553133716341e-05, + "M": 0.0006804384756833315, + "O": 0.000612686388194561, + "W": 3.460347943473607e-05, + "N": 5.679150035575731e-06, + "Y": 0.0027093193493783474, + "U": 7.112147955012915e-07, + "K": 4.737868039228488e-06, + "L": 8.081008127192035e-05, + "G": 0.001295497757382691, + "F": 0.006679503247141838, + "E": 0.00011866752174682915, + "T": 0.0026549953036010265, + "P": 0.011973490938544273, + "-": 0.9727962613105774 + }, + "id": "tp_22309" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2788655, + "label": "-", + "classification": { + "B": 1.5281328286098628e-11, + "S": 6.199196104367255e-12, + "I": 7.438908511403497e-08, + "C": 5.3120810861173595e-08, + "R": 2.5502411293842897e-09, + "M": 1.0414003099867841e-06, + "O": 2.0542806566936633e-08, + "W": 1.1789210233037473e-11, + "N": 1.052020207059634e-10, + "Y": 2.299635707458947e-05, + "U": 2.7677828778882585e-11, + "K": 3.265644265421086e-12, + "L": 3.3032552249068203e-09, + "G": 6.689082852062711e-07, + "F": 2.8380966341501335e-06, + "E": 2.199562310067904e-08, + "T": 2.481024966982659e-05, + "P": 0.0008520325645804405, + "-": 0.9990954399108887 + }, + "id": "tp_22310" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2788755, + "label": "-", + "classification": { + "B": 4.035238362121163e-06, + "S": 0.00010306332842446864, + "I": 0.00023993721697479486, + "C": 0.0007505406974814832, + "R": 0.0003345151781104505, + "M": 0.0024817592930048704, + "O": 0.0009800109546631575, + "W": 6.0786609537899494e-05, + "N": 3.448779898462817e-05, + "Y": 0.03022153675556183, + "U": 3.671443209896097e-06, + "K": 0.000190810882486403, + "L": 0.00018989828822668642, + "G": 0.010813487693667412, + "F": 0.04114881157875061, + "E": 0.0005849700537510216, + "T": 0.013422713615000248, + "P": 0.008131220005452633, + "-": 0.8903037905693054 + }, + "id": "tp_22311" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2788889, + "label": "-", + "classification": { + "B": 1.3206689573053154e-06, + "S": 2.0099125322303735e-05, + "I": 0.00047896054456941783, + "C": 0.00019443240307737142, + "R": 3.714068225235678e-05, + "M": 0.0017001357628032565, + "O": 0.000243075963226147, + "W": 9.287207831221167e-06, + "N": 3.516462675179355e-05, + "Y": 0.010430627502501011, + "U": 1.1804251016656053e-06, + "K": 0.00011754925071727484, + "L": 2.609027251310181e-05, + "G": 0.0019068947294726968, + "F": 0.024378882721066475, + "E": 0.0013268404873088002, + "T": 0.005173763260245323, + "P": 0.02923252247273922, + "-": 0.9246860146522522 + }, + "id": "tp_22312" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2789022, + "label": "-", + "classification": { + "B": 5.891718861915363e-13, + "S": 1.9896723157941665e-11, + "I": 4.389117691516731e-08, + "C": 3.707898343918714e-08, + "R": 6.757428838710666e-09, + "M": 9.848453146332758e-07, + "O": 3.789275027088479e-08, + "W": 2.507584417887898e-11, + "N": 3.5413096066694294e-11, + "Y": 0.00013002475316170603, + "U": 2.857159170713275e-12, + "K": 5.7418885618387705e-11, + "L": 1.5046002221907884e-09, + "G": 9.80366962721746e-07, + "F": 1.5005137356638443e-05, + "E": 3.136250814606001e-09, + "T": 5.168649659026414e-05, + "P": 5.4279611504171044e-05, + "-": 0.9997469782829285 + }, + "id": "tp_22313" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2789156, + "label": "-", + "classification": { + "B": 5.974815642240117e-10, + "S": 1.41909495265935e-09, + "I": 1.7506606582173845e-06, + "C": 6.48341824671661e-08, + "R": 6.789740769619357e-09, + "M": 2.254198818718578e-07, + "O": 1.1251883336171886e-07, + "W": 1.7671031304899998e-09, + "N": 3.242016788362889e-08, + "Y": 1.277267983823549e-05, + "U": 1.0954251949968352e-09, + "K": 9.902576536546803e-09, + "L": 2.318577330129301e-09, + "G": 6.813605750721763e-07, + "F": 0.0002755034947767854, + "E": 1.6327073808497516e-06, + "T": 1.1985417586402036e-05, + "P": 0.10736551880836487, + "-": 0.892329752445221 + }, + "id": "tp_22314" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2789256, + "label": "-", + "classification": { + "B": 1.4708441540278727e-06, + "S": 1.7994549125432968e-05, + "I": 0.0006532451952807605, + "C": 9.844344458542764e-05, + "R": 7.42944102967158e-05, + "M": 0.0009690955048426986, + "O": 0.0004684208834078163, + "W": 2.0412675439729355e-05, + "N": 3.2619736884953454e-05, + "Y": 0.09372484683990479, + "U": 3.519027984566492e-07, + "K": 0.0001453665317967534, + "L": 8.406766028201673e-06, + "G": 0.0025637634098529816, + "F": 0.00696700531989336, + "E": 8.051886834437028e-05, + "T": 0.016295427456498146, + "P": 0.004057595040649176, + "-": 0.8738207817077637 + }, + "id": "tp_22315" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2789389, + "label": "-", + "classification": { + "B": 3.9900179160667903e-08, + "S": 7.242179833610862e-08, + "I": 4.2357773054391146e-05, + "C": 6.038265382812824e-06, + "R": 8.808926281744789e-07, + "M": 1.3465349184116349e-05, + "O": 3.3319574868073687e-06, + "W": 7.05623648400433e-08, + "N": 1.0624721653584857e-06, + "Y": 0.0005862620892003179, + "U": 4.32269722239198e-08, + "K": 1.93022538041987e-06, + "L": 2.577590691998921e-07, + "G": 0.00013901578495278955, + "F": 0.006418230943381786, + "E": 5.6752578529994935e-05, + "T": 0.00016429706010967493, + "P": 0.0629868134856224, + "-": 0.929578959941864 + }, + "id": "tp_22316" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2789523, + "label": "-", + "classification": { + "B": 2.7599593721561178e-09, + "S": 2.8494728354644394e-08, + "I": 5.417776719696121e-06, + "C": 5.096672452964413e-07, + "R": 7.705693150228399e-08, + "M": 4.551739039015956e-06, + "O": 9.257424267161696e-07, + "W": 2.903092166661736e-08, + "N": 1.5035706724120246e-07, + "Y": 0.00010475471208337694, + "U": 6.581025502327975e-09, + "K": 3.890118307481316e-07, + "L": 3.000197779101654e-08, + "G": 4.508729489316465e-06, + "F": 0.0023640103172510862, + "E": 1.024571065499913e-05, + "T": 3.495980126899667e-05, + "P": 0.0423269160091877, + "-": 0.9551424980163574 + }, + "id": "tp_22317" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2789656, + "label": "-", + "classification": { + "B": 2.171224053881815e-07, + "S": 1.861438363448542e-06, + "I": 3.041129639314022e-05, + "C": 2.2859570890432224e-05, + "R": 1.2954045814694837e-05, + "M": 6.725924322381616e-05, + "O": 3.4209919249406084e-05, + "W": 3.3850997169793118e-06, + "N": 3.1860902254265966e-06, + "Y": 0.002649582689628005, + "U": 7.182207468758861e-07, + "K": 0.0003453694225754589, + "L": 2.047873067567707e-06, + "G": 0.00047331227688118815, + "F": 0.03211040422320366, + "E": 9.544234490022063e-05, + "T": 0.0006095795542933047, + "P": 0.017114367336034775, + "-": 0.9464228749275208 + }, + "id": "tp_22318" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2789756, + "label": "-", + "classification": { + "B": 1.6104317879239716e-08, + "S": 3.580198892905173e-08, + "I": 4.2917850805679336e-05, + "C": 1.0881997695832979e-05, + "R": 1.4287420526670758e-06, + "M": 5.305024842527928e-06, + "O": 2.6521470317675266e-06, + "W": 4.745544401885127e-08, + "N": 1.5536146520389593e-06, + "Y": 0.00025999496574513614, + "U": 1.4437863171679055e-07, + "K": 2.36800360653433e-06, + "L": 1.2474687594021816e-07, + "G": 3.2793508580653e-05, + "F": 0.0009738483931869268, + "E": 2.627764843055047e-05, + "T": 0.00012232888548169285, + "P": 0.0377826988697052, + "-": 0.9607347249984741 + }, + "id": "tp_22319" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2789890, + "label": "-", + "classification": { + "B": 1.4750384252693038e-05, + "S": 5.134376624482684e-05, + "I": 0.00027386852889321744, + "C": 0.00021305077825672925, + "R": 8.915663784136996e-05, + "M": 0.002235732739791274, + "O": 0.0007990318699739873, + "W": 3.732771074282937e-05, + "N": 2.9685921617783606e-05, + "Y": 0.008052969351410866, + "U": 9.44418934523128e-06, + "K": 2.539786510169506e-05, + "L": 0.00015333035844378173, + "G": 0.001896924339234829, + "F": 0.016296550631523132, + "E": 0.00024445477174595, + "T": 0.005875529255717993, + "P": 0.027781721204519272, + "-": 0.9359197020530701 + }, + "id": "tp_22320" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2790023, + "label": "-", + "classification": { + "B": 2.6941964392790396e-07, + "S": 1.988165195143665e-06, + "I": 3.629966522566974e-05, + "C": 7.151605132094119e-06, + "R": 2.838714635799988e-06, + "M": 0.0001816992153180763, + "O": 4.384207568364218e-05, + "W": 1.308382138631714e-06, + "N": 2.0848392523475923e-06, + "Y": 0.0028932432178407907, + "U": 2.0394661248701595e-07, + "K": 1.1379395346011734e-06, + "L": 4.5796991798852105e-06, + "G": 0.00018022746371570975, + "F": 0.006316933315247297, + "E": 4.190196341369301e-05, + "T": 0.0011491731274873018, + "P": 0.024307088926434517, + "-": 0.9648280739784241 + }, + "id": "tp_22321" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2790157, + "label": "-", + "classification": { + "B": 5.246748457921058e-08, + "S": 1.7166372856536327e-07, + "I": 2.611146555864252e-05, + "C": 0.00010794421541504562, + "R": 1.8725737390923314e-05, + "M": 2.5113044102909043e-05, + "O": 9.326014151156414e-06, + "W": 3.671145520911523e-07, + "N": 8.288533308586921e-07, + "Y": 0.0017137069953605533, + "U": 5.302182444211212e-07, + "K": 2.4612438664917136e-06, + "L": 2.4943872176663717e-06, + "G": 0.0002241629408672452, + "F": 0.007688531652092934, + "E": 1.0084201676363591e-05, + "T": 0.0005615694099105895, + "P": 0.01347227394580841, + "-": 0.9761354923248291 + }, + "id": "tp_22322" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2790257, + "label": "-", + "classification": { + "B": 3.630346691352315e-05, + "S": 0.00011606655607465655, + "I": 0.0002357231278438121, + "C": 0.0005668440135195851, + "R": 0.0003412669466342777, + "M": 0.002029700670391321, + "O": 0.0015275755431503057, + "W": 0.00010960753570543602, + "N": 2.8828662834712304e-05, + "Y": 0.005047529935836792, + "U": 9.670501640357543e-06, + "K": 3.825304884230718e-05, + "L": 0.0002940669364761561, + "G": 0.001945973839610815, + "F": 0.012516476213932037, + "E": 0.00019380627782084048, + "T": 0.004606008064001799, + "P": 0.015167058445513248, + "-": 0.9551892876625061 + }, + "id": "tp_22323" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2790390, + "label": "-", + "classification": { + "B": 1.9272550844107172e-07, + "S": 4.716618150268914e-06, + "I": 9.116436558542773e-06, + "C": 1.5900355947451317e-06, + "R": 5.332055934559321e-07, + "M": 0.000275428727036342, + "O": 2.981858779094182e-05, + "W": 4.313613999329391e-07, + "N": 6.761229087715037e-07, + "Y": 0.013629752211272717, + "U": 1.2232860946426172e-08, + "K": 4.913879820378497e-06, + "L": 1.7751734731064062e-06, + "G": 0.0006584330112673342, + "F": 0.007109306752681732, + "E": 2.6124473151867278e-05, + "T": 0.007745558395981789, + "P": 0.0014985022135078907, + "-": 0.9690031409263611 + }, + "id": "tp_22324" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2790524, + "label": "-", + "classification": { + "B": 7.293808153008285e-07, + "S": 8.675036724525853e-07, + "I": 3.5371083413338056e-06, + "C": 1.7207644305017311e-06, + "R": 4.210348265587527e-07, + "M": 1.3971748558105901e-05, + "O": 1.3080845747026615e-05, + "W": 5.167223093849316e-07, + "N": 1.9503194437220372e-07, + "Y": 0.0001726214832160622, + "U": 2.9934113854324096e-08, + "K": 1.410832197734635e-07, + "L": 6.850128215774021e-07, + "G": 2.6884546969085932e-05, + "F": 0.0008815826731733978, + "E": 3.1924528229865246e-06, + "T": 9.856107499217615e-05, + "P": 0.015306548215448856, + "-": 0.9834747910499573 + }, + "id": "tp_22325" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2790657, + "label": "-", + "classification": { + "B": 1.9091237035695485e-08, + "S": 1.5343350412422296e-07, + "I": 4.1290179069619626e-05, + "C": 1.7081456462619826e-05, + "R": 2.429599817332928e-06, + "M": 3.179258419550024e-05, + "O": 1.0037687388830818e-05, + "W": 2.8017311137773504e-07, + "N": 1.3279507129482226e-06, + "Y": 0.0013943572994321585, + "U": 4.8689383191913294e-08, + "K": 5.043411874794401e-06, + "L": 6.957953928576899e-07, + "G": 0.00038380955811589956, + "F": 0.00844652485102415, + "E": 7.225019362522289e-05, + "T": 0.0004290245706215501, + "P": 0.016424860805273056, + "-": 0.9727391004562378 + }, + "id": "tp_22326" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2790757, + "label": "-", + "classification": { + "B": 1.659022927924525e-07, + "S": 3.997078692918876e-06, + "I": 3.139982936772867e-06, + "C": 1.8254014548801933e-06, + "R": 5.072573685538373e-07, + "M": 3.716086575877853e-05, + "O": 2.1870802811463363e-05, + "W": 9.157133149528818e-07, + "N": 4.2990720316993247e-07, + "Y": 0.000924150925129652, + "U": 3.713232388236065e-08, + "K": 4.069248916493962e-06, + "L": 1.9595522644522134e-06, + "G": 0.00011265282228123397, + "F": 0.04496988654136658, + "E": 1.4077138985157944e-05, + "T": 0.0004955441108904779, + "P": 0.007949327118694782, + "-": 0.9454582929611206 + }, + "id": "tp_22327" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2790891, + "label": "-", + "classification": { + "B": 3.028706032637274e-06, + "S": 8.445906196641317e-09, + "I": 4.372313711087372e-08, + "C": 1.2086394107768683e-08, + "R": 2.749106275956592e-09, + "M": 1.194729884446133e-05, + "O": 6.959267466299934e-06, + "W": 8.98432972462615e-09, + "N": 1.8991204442375675e-10, + "Y": 1.1583125569814001e-06, + "U": 1.5116024751349322e-11, + "K": 1.3175368456831704e-13, + "L": 9.677823982201517e-07, + "G": 3.609163741202792e-06, + "F": 2.531774589442648e-05, + "E": 6.556088294473739e-08, + "T": 4.779481969308108e-06, + "P": 0.0025932209100574255, + "-": 0.9973489046096802 + }, + "id": "tp_22328" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2791024, + "label": "-", + "classification": { + "B": 5.111346346176049e-10, + "S": 1.2092454149126297e-08, + "I": 3.0849039944769174e-07, + "C": 3.6279423909491015e-08, + "R": 2.7608511032894967e-08, + "M": 6.478247541963356e-06, + "O": 5.809702656733862e-07, + "W": 6.154889042875311e-09, + "N": 2.5330149089342058e-09, + "Y": 0.00028607057174667716, + "U": 1.0177226422714014e-10, + "K": 5.655956147876395e-09, + "L": 1.8490139197524513e-08, + "G": 2.410837623756379e-06, + "F": 0.00047639021067880094, + "E": 1.9058539635352645e-07, + "T": 0.00012548491940833628, + "P": 0.0008454854250885546, + "-": 0.9982563853263855 + }, + "id": "tp_22329" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2791158, + "label": "-", + "classification": { + "B": 2.735147063503973e-06, + "S": 3.728126102942042e-05, + "I": 0.00029561418341472745, + "C": 0.01107214018702507, + "R": 0.00322826043702662, + "M": 0.0030671951826661825, + "O": 0.0014138792175799608, + "W": 6.20240462012589e-05, + "N": 1.6169604350579903e-05, + "Y": 0.01998124271631241, + "U": 1.0577105967968237e-05, + "K": 2.3802143914508633e-05, + "L": 0.000671246787533164, + "G": 0.006676399614661932, + "F": 0.020997319370508194, + "E": 6.903977191541344e-05, + "T": 0.01128477044403553, + "P": 0.005227525718510151, + "-": 0.9158626794815063 + }, + "id": "tp_22330" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2791258, + "label": "-", + "classification": { + "B": 2.5822134830377763e-07, + "S": 2.019589373958297e-06, + "I": 2.470311119395774e-05, + "C": 2.961252448585583e-06, + "R": 3.2916520353865053e-07, + "M": 9.52007103478536e-05, + "O": 9.809281436901074e-06, + "W": 5.74267573938414e-07, + "N": 2.980015551656834e-06, + "Y": 0.002354501746594906, + "U": 2.5640947143301673e-08, + "K": 9.060296724783257e-05, + "L": 2.6511898454373295e-07, + "G": 0.0002556584367994219, + "F": 0.011933831498026848, + "E": 0.0006460538716055453, + "T": 0.0007317241979762912, + "P": 0.02069014124572277, + "-": 0.9631584286689758 + }, + "id": "tp_22331" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2791391, + "label": "-", + "classification": { + "B": 1.5672729603011248e-07, + "S": 4.900538783658703e-07, + "I": 4.4694165808323305e-06, + "C": 1.0143655345018487e-05, + "R": 3.214055595890386e-06, + "M": 0.0006814699154347181, + "O": 4.1354964196216315e-05, + "W": 2.114218062843065e-07, + "N": 8.767732850856191e-08, + "Y": 0.00294099235907197, + "U": 1.0891112900424105e-08, + "K": 1.1432744528860894e-08, + "L": 1.7919348465511575e-05, + "G": 0.000568656250834465, + "F": 0.0050637307576835155, + "E": 6.307018338702619e-06, + "T": 0.0009819758124649525, + "P": 0.001644961885176599, + "-": 0.9880338311195374 + }, + "id": "tp_22332" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2791525, + "label": "-", + "classification": { + "B": 2.3230870352386468e-11, + "S": 8.836877063433946e-11, + "I": 8.146599270730803e-07, + "C": 4.941744080610988e-08, + "R": 7.314168382066555e-09, + "M": 1.4611614460591227e-06, + "O": 4.29945998803305e-08, + "W": 9.444687393278528e-11, + "N": 1.2526630843723296e-09, + "Y": 0.0006133062415756285, + "U": 1.703293409094364e-11, + "K": 2.017238376339492e-09, + "L": 4.1036024578389174e-10, + "G": 2.4316659619216807e-06, + "F": 2.2115596948424354e-05, + "E": 1.1111271192021377e-07, + "T": 7.140343950595707e-05, + "P": 0.0006402195431292057, + "-": 0.9986479878425598 + }, + "id": "tp_22333" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2791658, + "label": "-", + "classification": { + "B": 2.6596144380164333e-06, + "S": 2.369471621932462e-05, + "I": 0.00024134726845659316, + "C": 0.00035662317532114685, + "R": 8.957058162195608e-05, + "M": 0.0001743308239383623, + "O": 0.00018728365830611438, + "W": 3.5583143471740186e-05, + "N": 7.819886377546936e-05, + "Y": 0.017516396939754486, + "U": 1.0853394996956922e-05, + "K": 0.00403024023398757, + "L": 1.581436845299322e-05, + "G": 0.003634501714259386, + "F": 0.11703575402498245, + "E": 0.0013439444592222571, + "T": 0.0029939934611320496, + "P": 0.04707533121109009, + "-": 0.8051537871360779 + }, + "id": "tp_22334" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2791758, + "label": "-", + "classification": { + "B": 3.30332804878708e-05, + "S": 1.967057687579654e-05, + "I": 2.142442326658056e-06, + "C": 4.990362413082039e-06, + "R": 3.064552402065601e-06, + "M": 0.00030199310276657343, + "O": 0.0002937028184533119, + "W": 1.015056659525726e-05, + "N": 2.050351497473457e-07, + "Y": 0.00018021796131506562, + "U": 4.191855040858172e-08, + "K": 6.544055253243641e-08, + "L": 3.0388700906769373e-05, + "G": 0.0001350501406705007, + "F": 0.004449181258678436, + "E": 3.543965249264147e-06, + "T": 0.000623632047791034, + "P": 0.004036760423332453, + "-": 0.9898721575737 + }, + "id": "tp_22335" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2791892, + "label": "-", + "classification": { + "B": 1.5369927552910667e-11, + "S": 2.7149942016801987e-11, + "I": 6.80826133248047e-07, + "C": 9.066469175422753e-08, + "R": 1.5855668777930987e-08, + "M": 4.6088268845778657e-07, + "O": 4.242468421011836e-08, + "W": 2.969749723913395e-10, + "N": 1.976169006212558e-09, + "Y": 5.232560579315759e-05, + "U": 4.096812611376066e-10, + "K": 2.019566514022131e-09, + "L": 1.5823996557529085e-09, + "G": 7.053990316308045e-07, + "F": 2.53426878771279e-05, + "E": 4.4306698754326135e-08, + "T": 2.6272204195265658e-05, + "P": 0.0019243101123720407, + "-": 0.9979696869850159 + }, + "id": "tp_22336" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2792025, + "label": "-", + "classification": { + "B": 3.7098224492382315e-09, + "S": 4.5780326196620535e-09, + "I": 3.5646206697492744e-07, + "C": 2.9023652814430534e-08, + "R": 4.842130696403046e-09, + "M": 8.04115643404657e-06, + "O": 4.938900133311108e-07, + "W": 1.088172552066169e-09, + "N": 4.129309782996415e-09, + "Y": 0.00014188015484251082, + "U": 1.5341471149010744e-10, + "K": 6.407941954833518e-10, + "L": 2.1719889886639976e-08, + "G": 7.839548743504565e-06, + "F": 0.00016423829947598279, + "E": 4.5565198547592445e-07, + "T": 7.287779590114951e-05, + "P": 0.005501753184944391, + "-": 0.9941020607948303 + }, + "id": "tp_22337" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2792125, + "label": "-", + "classification": { + "B": 2.1436794384044333e-07, + "S": 4.661057317889572e-08, + "I": 1.277898491025553e-06, + "C": 3.8976615712726925e-08, + "R": 3.5674823095632746e-09, + "M": 7.144940809666878e-06, + "O": 6.557357323799806e-07, + "W": 8.01222732604856e-09, + "N": 4.395359809450383e-08, + "Y": 0.00020005172700621188, + "U": 8.907901638544047e-10, + "K": 9.282162949375561e-08, + "L": 1.92551574684785e-08, + "G": 3.215010292478837e-05, + "F": 0.0004492570005822927, + "E": 2.019896055571735e-05, + "T": 6.353032949846238e-05, + "P": 0.009795994497835636, + "-": 0.9894292950630188 + }, + "id": "tp_22338" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2792259, + "label": "-", + "classification": { + "B": 7.559887649222219e-07, + "S": 1.0495084552530898e-06, + "I": 0.00012938310101162642, + "C": 2.1167418253753567e-06, + "R": 5.983866344649869e-07, + "M": 2.9609438570332713e-05, + "O": 1.4180151993059553e-05, + "W": 7.280694944711286e-07, + "N": 1.1560508028196637e-05, + "Y": 0.0007379701710306108, + "U": 3.56765468723097e-07, + "K": 1.0576484783086926e-05, + "L": 5.734100909648987e-07, + "G": 0.00010354074038332328, + "F": 0.002864883514121175, + "E": 0.00017886978457681835, + "T": 0.0006098374142311513, + "P": 0.1901528537273407, + "-": 0.80515056848526 + }, + "id": "tp_22339" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2792392, + "label": "-", + "classification": { + "B": 2.6467907332516916e-07, + "S": 7.373282642220147e-07, + "I": 3.203851156285964e-05, + "C": 3.342121090099681e-06, + "R": 1.4642423593613785e-06, + "M": 9.584336658008397e-05, + "O": 3.1602292438037694e-05, + "W": 7.416258540615672e-07, + "N": 1.6245086271737819e-06, + "Y": 0.000655466690659523, + "U": 1.775114952806689e-07, + "K": 1.2948562471137848e-06, + "L": 2.0010670596093405e-06, + "G": 8.222965698223561e-05, + "F": 0.0028706241864711046, + "E": 2.09775516850641e-05, + "T": 0.0006657909834757447, + "P": 0.028013773262500763, + "-": 0.9675200581550598 + }, + "id": "tp_22340" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2792526, + "label": "-", + "classification": { + "B": 2.854957585896045e-07, + "S": 5.374104716793227e-07, + "I": 4.6383247536141425e-05, + "C": 3.279666543676285e-06, + "R": 2.784201171834866e-07, + "M": 3.990489858551882e-05, + "O": 6.669280537607847e-06, + "W": 7.805909376656928e-07, + "N": 5.015796432417119e-06, + "Y": 0.0007182539557106793, + "U": 2.852538045772235e-07, + "K": 7.455152808688581e-05, + "L": 1.8629279452397896e-07, + "G": 7.387167715933174e-05, + "F": 0.004765508696436882, + "E": 0.0007906960090622306, + "T": 0.00011813017044914886, + "P": 0.11539094150066376, + "-": 0.877964437007904 + }, + "id": "tp_22341" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2792626, + "label": "-", + "classification": { + "B": 1.2133970983541076e-07, + "S": 7.038179461460459e-08, + "I": 2.390113877481781e-06, + "C": 4.938632969242462e-07, + "R": 1.2000025861880204e-08, + "M": 1.6464535292470828e-05, + "O": 1.1638691148618818e-06, + "W": 2.1740929057045832e-08, + "N": 2.661640507994889e-07, + "Y": 9.501035674475133e-05, + "U": 7.306466098810915e-09, + "K": 2.3513661062679603e-07, + "L": 5.985644691008929e-08, + "G": 9.095927453017794e-06, + "F": 0.0013982643140479922, + "E": 5.317808609106578e-05, + "T": 9.470241639064625e-05, + "P": 0.05482807010412216, + "-": 0.9435004591941833 + }, + "id": "tp_22342" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2792759, + "label": "-", + "classification": { + "B": 3.2010125323722605e-06, + "S": 9.810265737542068e-07, + "I": 4.096409247722477e-05, + "C": 4.688024546339875e-06, + "R": 5.221324954618467e-07, + "M": 5.9628611779771745e-05, + "O": 1.0969529284921009e-05, + "W": 4.4212683292244037e-07, + "N": 1.6337560282408958e-06, + "Y": 0.0009483433095738292, + "U": 1.6564220572945487e-07, + "K": 3.5159196158929262e-06, + "L": 1.2726131899398752e-06, + "G": 0.0003146337694488466, + "F": 0.002860034117475152, + "E": 0.0001939513604156673, + "T": 0.0002676043950486928, + "P": 0.05331679806113243, + "-": 0.941970705986023 + }, + "id": "tp_22343" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2792893, + "label": "P", + "classification": { + "B": 8.630758202343713e-06, + "S": 8.602485763731238e-07, + "I": 5.483901986735873e-05, + "C": 8.458784463982738e-07, + "R": 1.1636159769068399e-07, + "M": 1.5852849173825234e-05, + "O": 6.5978465499938466e-06, + "W": 3.2757083090473316e-07, + "N": 2.7633693662210135e-06, + "Y": 2.8638265575864352e-05, + "U": 2.387638531331504e-08, + "K": 1.0935519156873852e-07, + "L": 3.198551326022425e-07, + "G": 3.9312217268161476e-05, + "F": 0.0010079799685627222, + "E": 0.0002377260971115902, + "T": 2.5610675947973505e-05, + "P": 0.5734805464744568, + "-": 0.42508891224861145 + }, + "id": "tp_22344" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2793026, + "label": "-", + "classification": { + "B": 1.3228959971911536e-07, + "S": 1.8804090586854727e-06, + "I": 8.727094245841727e-05, + "C": 3.3408553008484887e-06, + "R": 1.9040593315367005e-06, + "M": 0.0001554136979393661, + "O": 2.87099028355442e-05, + "W": 6.75710737141344e-07, + "N": 1.592643798176141e-06, + "Y": 0.004925037268549204, + "U": 5.017087900682782e-08, + "K": 1.3316126796780736e-06, + "L": 2.666011823748704e-06, + "G": 0.00018699171778280288, + "F": 0.004150878172367811, + "E": 2.269787000841461e-05, + "T": 0.0024370704777538776, + "P": 0.008123359642922878, + "-": 0.9798689484596252 + }, + "id": "tp_22345" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2793126, + "label": "-", + "classification": { + "B": 3.7338281799748074e-06, + "S": 1.9615133624029113e-06, + "I": 2.7087231501354836e-05, + "C": 9.885898180073127e-05, + "R": 4.147329309489578e-05, + "M": 0.0004595250356942415, + "O": 7.72613930166699e-05, + "W": 1.3295053804540657e-06, + "N": 3.189236963407893e-07, + "Y": 0.0024570568930357695, + "U": 1.1932307586448587e-07, + "K": 6.975729149871768e-08, + "L": 5.479123501572758e-05, + "G": 0.0006703892140649259, + "F": 0.006203378550708294, + "E": 7.282320439117029e-06, + "T": 0.0011438413057476282, + "P": 0.0031004929915070534, + "-": 0.9856509566307068 + }, + "id": "tp_22346" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2793260, + "label": "-", + "classification": { + "B": 1.6319394262609421e-06, + "S": 2.330301322217565e-05, + "I": 6.893265890539624e-06, + "C": 3.0521299777319655e-05, + "R": 3.4937868349516066e-06, + "M": 0.0003555788716766983, + "O": 0.00012277161295060068, + "W": 6.857152129668975e-06, + "N": 4.462710421648808e-06, + "Y": 0.0045386007986962795, + "U": 2.323169354667698e-07, + "K": 0.0010432128328830004, + "L": 1.3179053894418757e-05, + "G": 0.002436071867123246, + "F": 0.12525027990341187, + "E": 0.0011914768256247044, + "T": 0.0021461222786456347, + "P": 0.008748674765229225, + "-": 0.8540765047073364 + }, + "id": "tp_22347" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2793393, + "label": "-", + "classification": { + "B": 0.0001459108607377857, + "S": 0.002051598858088255, + "I": 0.006687948480248451, + "C": 0.0010424851207062602, + "R": 0.0009614572045393288, + "M": 0.009032468311488628, + "O": 0.004495485685765743, + "W": 0.00042712545837275684, + "N": 0.0006681379163637757, + "Y": 0.26252156496047974, + "U": 6.30701379122911e-06, + "K": 0.00047289978829212487, + "L": 0.0003682079550344497, + "G": 0.018270691856741905, + "F": 0.05978146195411682, + "E": 0.001227834029123187, + "T": 0.06208585202693939, + "P": 0.016933051869273186, + "-": 0.5528194904327393 + }, + "id": "tp_22348" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2793527, + "label": "-", + "classification": { + "B": 0.00016713175864424556, + "S": 9.192400466417894e-05, + "I": 0.0004895892343483865, + "C": 0.0006972721894271672, + "R": 0.00029403436928987503, + "M": 0.03173225373029709, + "O": 0.0016879935283213854, + "W": 1.710246033326257e-05, + "N": 6.540203230542829e-06, + "Y": 0.034136198461055756, + "U": 7.353779665209004e-07, + "K": 1.031401552609168e-06, + "L": 0.0020732085686177015, + "G": 0.0347275584936142, + "F": 0.009486614726483822, + "E": 0.000670562032610178, + "T": 0.01716829463839531, + "P": 0.004171048291027546, + "-": 0.862380862236023 + }, + "id": "tp_22349" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2793627, + "label": "-", + "classification": { + "B": 6.897865612032206e-10, + "S": 1.5278006637586827e-09, + "I": 7.450306611644919e-07, + "C": 1.525440751493079e-07, + "R": 4.3235495184035244e-08, + "M": 4.095828899153275e-06, + "O": 3.4706340557022486e-07, + "W": 1.405147664890194e-09, + "N": 3.337335297004529e-09, + "Y": 0.00010726539767347276, + "U": 2.2963313195401014e-10, + "K": 2.908628005116043e-09, + "L": 1.643060620892811e-08, + "G": 9.696200322650839e-06, + "F": 0.00021510205988306552, + "E": 5.087116505819722e-07, + "T": 2.1763125914731063e-05, + "P": 0.0032139597460627556, + "-": 0.9964262843132019 + }, + "id": "tp_22350" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2793760, + "label": "-", + "classification": { + "B": 5.649182526212826e-07, + "S": 1.9259698092355393e-05, + "I": 3.7183247059147106e-07, + "C": 1.5774563735249103e-06, + "R": 5.50139986899012e-07, + "M": 0.0006585846422240138, + "O": 0.00012227898696437478, + "W": 1.322698381045484e-06, + "N": 5.377668799155799e-08, + "Y": 0.0063761998899281025, + "U": 1.1897871576849184e-09, + "K": 1.9808126126008574e-06, + "L": 8.396768862439785e-06, + "G": 0.002258169697597623, + "F": 0.0454595610499382, + "E": 1.379998320771847e-05, + "T": 0.0030290542636066675, + "P": 0.0002523394941817969, + "-": 0.9417960047721863 + }, + "id": "tp_22351" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2793894, + "label": "-", + "classification": { + "B": 0.001499254023656249, + "S": 0.0011233011027798057, + "I": 0.0001827383239287883, + "C": 1.8986265786224976e-05, + "R": 1.4509166248899419e-05, + "M": 0.000893151038326323, + "O": 0.002130695851519704, + "W": 0.00017070340982172638, + "N": 3.533339622663334e-05, + "Y": 0.0006326308357529342, + "U": 2.4036355625867145e-06, + "K": 9.364123798150104e-06, + "L": 0.00042145553743466735, + "G": 0.0018453013617545366, + "F": 0.05195514112710953, + "E": 0.0006613656296394765, + "T": 0.0015199496410787106, + "P": 0.08805884420871735, + "-": 0.8488249182701111 + }, + "id": "tp_22352" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2794027, + "label": "-", + "classification": { + "B": 6.334853702803095e-14, + "S": 3.8169456744591157e-13, + "I": 1.0930115479368396e-07, + "C": 7.623121578426151e-11, + "R": 4.7128160748921566e-12, + "M": 1.0186422816360619e-09, + "O": 2.419792144436883e-10, + "W": 1.3817663376339273e-12, + "N": 4.37933828090209e-10, + "Y": 9.180222946270078e-07, + "U": 8.502689654785178e-13, + "K": 4.175112755522292e-10, + "L": 3.584601419946015e-13, + "G": 7.745628138877692e-09, + "F": 7.7654394772253e-06, + "E": 4.6054360325342714e-08, + "T": 3.1006442213765695e-07, + "P": 0.06951482594013214, + "-": 0.9304760098457336 + }, + "id": "tp_22353" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2794127, + "label": "-", + "classification": { + "B": 4.5789779505867045e-06, + "S": 0.0005321559146977961, + "I": 4.165798964095302e-05, + "C": 9.610759661882184e-06, + "R": 6.221645890036598e-06, + "M": 0.0017707846127450466, + "O": 0.0006164739606902003, + "W": 2.9180087949498557e-05, + "N": 1.0507395927561447e-05, + "Y": 0.042438916862010956, + "U": 9.427215985624571e-08, + "K": 0.00019822957983706146, + "L": 3.552081761881709e-05, + "G": 0.007457240950316191, + "F": 0.23507925868034363, + "E": 0.0002997982664965093, + "T": 0.012445452623069286, + "P": 0.005344871897250414, + "-": 0.6936794519424438 + }, + "id": "tp_22354" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2794261, + "label": "-", + "classification": { + "B": 1.865059715555617e-07, + "S": 1.0815133464348037e-06, + "I": 4.5695564040215686e-05, + "C": 8.429741683357861e-06, + "R": 1.986941697396105e-06, + "M": 3.159596599289216e-05, + "O": 2.0692799807875417e-05, + "W": 9.010883559312788e-07, + "N": 4.043569333589403e-06, + "Y": 0.0004710173816420138, + "U": 4.1730223188096716e-07, + "K": 4.164810889051296e-06, + "L": 1.0851406386791496e-06, + "G": 3.64821644325275e-05, + "F": 0.0020977354142814875, + "E": 4.097198325325735e-05, + "T": 0.0005418281070888042, + "P": 0.052970413118600845, + "-": 0.943721354007721 + }, + "id": "tp_22355" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2794394, + "label": "-", + "classification": { + "B": 2.3579130470352538e-07, + "S": 2.015975866243025e-07, + "I": 2.0270699678803794e-06, + "C": 2.298191702720942e-06, + "R": 4.3205346855756943e-07, + "M": 2.930577284132596e-05, + "O": 4.696988526120549e-06, + "W": 9.551720125955399e-08, + "N": 6.362004256743603e-08, + "Y": 0.00047223878209479153, + "U": 5.537722724824334e-09, + "K": 4.959142074767442e-07, + "L": 6.358949917739665e-07, + "G": 0.00022503345098812133, + "F": 0.007999823428690434, + "E": 3.368634497746825e-05, + "T": 0.00011834388715215027, + "P": 0.005736698396503925, + "-": 0.9853737354278564 + }, + "id": "tp_22356" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2794528, + "label": "-", + "classification": { + "B": 6.87472447680193e-06, + "S": 3.7871668610023335e-06, + "I": 0.00015397903916891664, + "C": 1.2568152669700794e-05, + "R": 6.08367327004089e-06, + "M": 0.00033492353395558894, + "O": 0.00015938647266011685, + "W": 3.5435061818134272e-06, + "N": 9.063825928024016e-06, + "Y": 0.0011901847319677472, + "U": 7.657729383936385e-07, + "K": 7.549036240561691e-07, + "L": 1.099080873245839e-05, + "G": 0.0003087283985223621, + "F": 0.0010619767708703876, + "E": 0.00012312064063735306, + "T": 0.0013110717991366982, + "P": 0.07316404581069946, + "-": 0.9221380949020386 + }, + "id": "tp_22357" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2794628, + "label": "-", + "classification": { + "B": 4.116305962753586e-09, + "S": 2.235139717754464e-08, + "I": 5.830077043356141e-07, + "C": 3.891248212539722e-08, + "R": 9.619745888755915e-09, + "M": 3.360604068802786e-06, + "O": 5.743041242567415e-07, + "W": 8.242782456591158e-09, + "N": 2.523183795233308e-08, + "Y": 0.00026191340293735266, + "U": 8.902747428152225e-10, + "K": 1.9804744511020544e-07, + "L": 1.3043723434691401e-08, + "G": 6.583365120604867e-06, + "F": 0.00418158620595932, + "E": 1.7756659644874162e-06, + "T": 7.459848711732775e-05, + "P": 0.00885743834078312, + "-": 0.9866111278533936 + }, + "id": "tp_22358" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2794761, + "label": "-", + "classification": { + "B": 9.629292208046536e-07, + "S": 4.438161340658553e-07, + "I": 5.958795372862369e-05, + "C": 5.687812517862767e-06, + "R": 4.997059477318544e-07, + "M": 2.1512018065550365e-05, + "O": 6.767094419046771e-06, + "W": 9.795251116884174e-07, + "N": 1.022709420794854e-05, + "Y": 0.0008461447432637215, + "U": 5.290272611091495e-07, + "K": 0.0008573271916247904, + "L": 4.6283255983325944e-07, + "G": 0.0007814216078259051, + "F": 0.02173386700451374, + "E": 0.006540214642882347, + "T": 0.00022422964684665203, + "P": 0.11987140774726868, + "-": 0.849037766456604 + }, + "id": "tp_22359" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2794895, + "label": "-", + "classification": { + "B": 1.6034643977036467e-06, + "S": 3.2826671940711094e-06, + "I": 0.00013134295295458287, + "C": 2.1881724023842253e-05, + "R": 5.524410426005488e-06, + "M": 0.0003815945819951594, + "O": 3.9457860111724585e-05, + "W": 2.6668712962418795e-06, + "N": 1.2361866538412869e-05, + "Y": 0.004134681541472673, + "U": 7.014670018179459e-07, + "K": 0.00011965824523940682, + "L": 3.1941656288836384e-06, + "G": 0.0007109069847501814, + "F": 0.02241692692041397, + "E": 0.0008768836269155145, + "T": 0.0012225019745528698, + "P": 0.04793365299701691, + "-": 0.921981155872345 + }, + "id": "tp_22360" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2795028, + "label": "-", + "classification": { + "B": 6.921845852048136e-07, + "S": 1.9950131900259294e-05, + "I": 1.664492447162047e-05, + "C": 6.71907059768273e-07, + "R": 2.432780661365541e-07, + "M": 1.4521077901008539e-05, + "O": 1.906754550873302e-05, + "W": 3.567469320842065e-06, + "N": 5.931111445534043e-06, + "Y": 0.00030476273968815804, + "U": 4.5511804103171016e-08, + "K": 7.224890578072518e-05, + "L": 4.4895972450831323e-07, + "G": 8.225894998759031e-05, + "F": 0.07710303366184235, + "E": 0.00018580172036308795, + "T": 0.00028803356690332294, + "P": 0.1100529208779335, + "-": 0.8118292689323425 + }, + "id": "tp_22361" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2795128, + "label": "-", + "classification": { + "B": 2.5460789743192436e-07, + "S": 1.8540607698014355e-06, + "I": 6.986869721004041e-06, + "C": 3.4383510865154676e-06, + "R": 5.725313485527295e-07, + "M": 1.7967198800761253e-05, + "O": 1.3107403901813086e-05, + "W": 5.492124728334602e-07, + "N": 9.413770953869971e-07, + "Y": 0.0006086172070354223, + "U": 5.7316807300367145e-08, + "K": 2.4393211788265035e-06, + "L": 4.777742219630454e-07, + "G": 6.464427133323625e-05, + "F": 0.010972446762025356, + "E": 1.5626170352334157e-05, + "T": 0.00020160966960247606, + "P": 0.0375664047896862, + "-": 0.9505220651626587 + }, + "id": "tp_22362" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2795262, + "label": "-", + "classification": { + "B": 4.007752636425721e-07, + "S": 1.5096580909812474e-06, + "I": 2.531231757529895e-06, + "C": 2.603428583825007e-07, + "R": 8.2701419046316e-08, + "M": 5.0021121751342434e-06, + "O": 5.388154932006728e-06, + "W": 2.902092148815427e-07, + "N": 3.151062344386446e-07, + "Y": 9.915130794979632e-05, + "U": 8.503852733099393e-09, + "K": 2.286616108904127e-06, + "L": 1.680444796647862e-07, + "G": 4.176610309514217e-05, + "F": 0.012313378043472767, + "E": 2.6793011784320697e-05, + "T": 7.366979116341099e-05, + "P": 0.03594828024506569, + "-": 0.9514787793159485 + }, + "id": "tp_22363" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2795395, + "label": "-", + "classification": { + "B": 1.463089938624762e-05, + "S": 6.702705377392704e-06, + "I": 0.0001235667587025091, + "C": 0.0001318701106356457, + "R": 3.5259574360679835e-05, + "M": 0.0006134097930043936, + "O": 0.00018036544497590512, + "W": 7.803986591170542e-06, + "N": 1.088019780581817e-05, + "Y": 0.00412221672013402, + "U": 3.9748438211972825e-06, + "K": 3.5617344110505655e-05, + "L": 3.987070522271097e-05, + "G": 0.002192191779613495, + "F": 0.02195967733860016, + "E": 0.0005184203619137406, + "T": 0.0012140494072809815, + "P": 0.04330740496516228, + "-": 0.9254821538925171 + }, + "id": "tp_22364" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2795529, + "label": "-", + "classification": { + "B": 6.197838047228288e-07, + "S": 2.907065947965748e-07, + "I": 6.517150268336991e-07, + "C": 4.306671286258279e-08, + "R": 2.932663001331548e-08, + "M": 9.534402488498017e-05, + "O": 6.509643753815908e-06, + "W": 2.4523796327002856e-08, + "N": 5.758345356099426e-09, + "Y": 0.0006464392645284534, + "U": 2.3437998764030965e-10, + "K": 3.173878104778538e-10, + "L": 1.5694674857513746e-06, + "G": 0.00010550713341217488, + "F": 0.0017123628640547395, + "E": 2.951160468001035e-06, + "T": 0.00020226433116476983, + "P": 0.002298883628100157, + "-": 0.9949265718460083 + }, + "id": "tp_22365" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2795629, + "label": "-", + "classification": { + "B": 3.909658516931813e-06, + "S": 3.8303714973153546e-05, + "I": 8.769978194322903e-06, + "C": 3.966089207096957e-05, + "R": 1.9832590623991564e-05, + "M": 0.0026134958025068045, + "O": 0.00030225884984247386, + "W": 5.997940661472967e-06, + "N": 1.036797470987949e-06, + "Y": 0.018789276480674744, + "U": 1.200872929985053e-07, + "K": 4.573225851345342e-06, + "L": 0.00010673399083316326, + "G": 0.0029357532039284706, + "F": 0.02477397583425045, + "E": 7.50016188248992e-05, + "T": 0.012468558736145496, + "P": 0.0017047912115231156, + "-": 0.936107873916626 + }, + "id": "tp_22366" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2795762, + "label": "-", + "classification": { + "B": 0.01079626102000475, + "S": 0.010733614675700665, + "I": 0.007263706997036934, + "C": 0.0036443646531552076, + "R": 0.003544007195159793, + "M": 0.0736747682094574, + "O": 0.028123607859015465, + "W": 0.004757022485136986, + "N": 0.0016165942652150989, + "Y": 0.04479182884097099, + "U": 0.0004905170062556863, + "K": 0.000823783571831882, + "L": 0.018673699349164963, + "G": 0.041608475148677826, + "F": 0.08051015436649323, + "E": 0.010689040645956993, + "T": 0.04405669495463371, + "P": 0.04491259530186653, + "-": 0.5692892670631409 + }, + "id": "tp_22367" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2795896, + "label": "-", + "classification": { + "B": 1.5984314566397373e-12, + "S": 1.384446897401137e-11, + "I": 2.685422162418405e-10, + "C": 1.000821040625377e-11, + "R": 8.523243417470072e-13, + "M": 3.947282944949393e-09, + "O": 6.099725724517668e-10, + "W": 1.4886718160272983e-12, + "N": 2.8918800947658196e-12, + "Y": 1.40281133553799e-06, + "U": 4.914390969905716e-14, + "K": 2.0238216658086117e-10, + "L": 3.662895507738906e-12, + "G": 5.382686651955737e-08, + "F": 0.00017748221580404788, + "E": 1.2100002777515328e-08, + "T": 2.593143904050521e-07, + "P": 0.0005983019946143031, + "-": 0.9992225170135498 + }, + "id": "tp_22368" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2796029, + "label": "-", + "classification": { + "B": 1.4368820302479435e-06, + "S": 3.979697339673294e-06, + "I": 0.0002091227361233905, + "C": 0.00014161535364110023, + "R": 4.485942190513015e-05, + "M": 0.0003060458693653345, + "O": 0.00015442966832779348, + "W": 5.75651893086615e-06, + "N": 1.818962482502684e-05, + "Y": 0.006925742141902447, + "U": 3.406889163670712e-06, + "K": 3.704834671225399e-05, + "L": 1.129799693444511e-05, + "G": 0.0007552321767434478, + "F": 0.007116342894732952, + "E": 0.00011503204586915672, + "T": 0.002451083855703473, + "P": 0.03164390102028847, + "-": 0.9500554800033569 + }, + "id": "tp_22369" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2796129, + "label": "-", + "classification": { + "B": 5.688984674634412e-05, + "S": 0.0003566850791685283, + "I": 4.3123363866470754e-05, + "C": 1.555569724587258e-05, + "R": 7.397292847599601e-06, + "M": 0.0025523121003061533, + "O": 0.0011116069508716464, + "W": 4.2423471313668415e-05, + "N": 8.348516530531924e-06, + "Y": 0.003177018603309989, + "U": 3.8533079305125284e-07, + "K": 5.364034223021008e-06, + "L": 0.000139446827233769, + "G": 0.0014227821957319975, + "F": 0.055387675762176514, + "E": 0.0005053139175288379, + "T": 0.0016583205433562398, + "P": 0.022711094468832016, + "-": 0.910798192024231 + }, + "id": "tp_22370" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2796263, + "label": "-", + "classification": { + "B": 5.631148325413449e-10, + "S": 1.0775400571816363e-09, + "I": 7.568290811832412e-07, + "C": 4.7682151560479724e-09, + "R": 6.721129208742127e-10, + "M": 1.451091407034255e-07, + "O": 7.881791219688239e-08, + "W": 4.4837064616665145e-10, + "N": 1.3916008789749412e-08, + "Y": 2.0213265088386834e-05, + "U": 1.5029855138237735e-10, + "K": 2.241220542487099e-09, + "L": 1.0464594746295575e-09, + "G": 7.538209843005461e-07, + "F": 7.974573964020237e-05, + "E": 7.32040007278556e-07, + "T": 1.1396548870834522e-05, + "P": 0.03986751288175583, + "-": 0.960018515586853 + }, + "id": "tp_22371" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2796396, + "label": "-", + "classification": { + "B": 3.5677312215653956e-09, + "S": 3.3500988649848296e-08, + "I": 2.846173401849228e-06, + "C": 2.3538946152257267e-06, + "R": 1.8883947916492616e-07, + "M": 6.194224260980263e-05, + "O": 2.7800881525763543e-06, + "W": 1.487153244994488e-08, + "N": 6.020701448505861e-08, + "Y": 0.0005035201320424676, + "U": 2.3527890746777302e-09, + "K": 5.330283414650694e-08, + "L": 3.560909362931852e-07, + "G": 7.640068361070007e-05, + "F": 0.002437373623251915, + "E": 1.2315449566813186e-05, + "T": 0.0004546182171907276, + "P": 0.003549471963196993, + "-": 0.9928956627845764 + }, + "id": "tp_22372" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2796530, + "label": "-", + "classification": { + "B": 2.525162079436427e-09, + "S": 4.0040951887476695e-08, + "I": 1.0787045994220534e-06, + "C": 2.346505652894848e-06, + "R": 6.435688533201755e-07, + "M": 7.573775292257778e-06, + "O": 3.3372652978869155e-06, + "W": 5.547569159602972e-08, + "N": 4.859782265498325e-08, + "Y": 0.0006148194661363959, + "U": 8.477053725641781e-09, + "K": 3.619201720539422e-07, + "L": 1.5168720324254537e-07, + "G": 2.037187914538663e-05, + "F": 0.001461127307265997, + "E": 1.0416847544547636e-06, + "T": 0.00017759377078618854, + "P": 0.0019952738657593727, + "-": 0.9957141280174255 + }, + "id": "tp_22373" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2796630, + "label": "-", + "classification": { + "B": 3.2228817872237414e-05, + "S": 0.00015068473294377327, + "I": 0.001215155702084303, + "C": 0.0003649011196102947, + "R": 0.00020010172738693655, + "M": 0.00307742552831769, + "O": 0.0008890365716069937, + "W": 9.496101847616956e-05, + "N": 0.000189917060197331, + "Y": 0.020273838192224503, + "U": 3.0420855182455853e-05, + "K": 0.0003155592712573707, + "L": 0.0001416154409525916, + "G": 0.0026053362525999546, + "F": 0.034328244626522064, + "E": 0.0013965476537123322, + "T": 0.013707525096833706, + "P": 0.0581899918615818, + "-": 0.8627964854240417 + }, + "id": "tp_22374" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2796763, + "label": "-", + "classification": { + "B": 8.576095751777757e-06, + "S": 0.00014726599329151213, + "I": 6.695724732708186e-05, + "C": 1.863434590632096e-05, + "R": 1.0097259291796945e-05, + "M": 0.00010095242032548413, + "O": 0.00026307892403565347, + "W": 2.734180452534929e-05, + "N": 2.342268817301374e-05, + "Y": 0.0006404127925634384, + "U": 3.8243871358645265e-07, + "K": 3.431822551647201e-05, + "L": 1.0043812835647259e-05, + "G": 0.0003861905133817345, + "F": 0.05206788703799248, + "E": 0.0001923341042129323, + "T": 0.000661312835291028, + "P": 0.11740930378437042, + "-": 0.8279314637184143 + }, + "id": "tp_22375" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2796897, + "label": "-", + "classification": { + "B": 8.560483365727123e-06, + "S": 4.7278430429287255e-05, + "I": 0.00044843953219242394, + "C": 5.930875340709463e-05, + "R": 2.662492624949664e-05, + "M": 0.0006768181337974966, + "O": 0.00026805754168890417, + "W": 1.7226284398930147e-05, + "N": 0.00010782735625980422, + "Y": 0.004159772302955389, + "U": 5.389496436691843e-06, + "K": 0.00011622570309555158, + "L": 1.3473272701958194e-05, + "G": 0.0005944275762885809, + "F": 0.01606336608529091, + "E": 0.0008619071450084448, + "T": 0.004163860343396664, + "P": 0.15953145921230316, + "-": 0.8128299713134766 + }, + "id": "tp_22376" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2797030, + "label": "-", + "classification": { + "B": 1.5578212924083346e-06, + "S": 3.0401747608266305e-06, + "I": 4.563558104564436e-05, + "C": 1.1520596672198735e-06, + "R": 7.624190629940131e-07, + "M": 5.97905382164754e-05, + "O": 5.5425611208193004e-05, + "W": 2.1907230802753475e-06, + "N": 2.791449787764577e-06, + "Y": 0.0006158932810649276, + "U": 1.4744901477570238e-07, + "K": 4.0093374309435603e-07, + "L": 2.751159399849712e-06, + "G": 7.418159657390788e-05, + "F": 0.0020940350368618965, + "E": 2.471947664162144e-05, + "T": 0.0006348683964461088, + "P": 0.06546434760093689, + "-": 0.9309161901473999 + }, + "id": "tp_22377" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2797130, + "label": "-", + "classification": { + "B": 5.275982857710915e-06, + "S": 0.00012005402095383033, + "I": 0.000262279121670872, + "C": 4.851870107813738e-05, + "R": 2.2336604160955176e-05, + "M": 0.0003524528001435101, + "O": 0.00024706043768674135, + "W": 3.953875420847908e-05, + "N": 5.868322477908805e-05, + "Y": 0.002471387851983309, + "U": 2.856754917957005e-06, + "K": 0.00020898554066661745, + "L": 1.817290649341885e-05, + "G": 0.00039023946737870574, + "F": 0.06250821799039841, + "E": 0.0003163563378620893, + "T": 0.00240010186098516, + "P": 0.09060213714838028, + "-": 0.8399254083633423 + }, + "id": "tp_22378" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2797264, + "label": "-", + "classification": { + "B": 1.245352265755173e-08, + "S": 1.204860833325938e-08, + "I": 2.034976887443918e-06, + "C": 1.42318469897873e-07, + "R": 1.4098507250537295e-08, + "M": 3.9622873373446055e-06, + "O": 3.7982948697390384e-07, + "W": 5.271484138091864e-09, + "N": 3.618119137627218e-08, + "Y": 0.00015776982763782144, + "U": 1.0353137236407406e-09, + "K": 1.0787708504267357e-07, + "L": 1.2235942925542531e-08, + "G": 1.0175981515203603e-05, + "F": 0.0006199713097885251, + "E": 8.110818271234166e-06, + "T": 5.3386815125122666e-05, + "P": 0.012435592710971832, + "-": 0.9867082834243774 + }, + "id": "tp_22379" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2797397, + "label": "-", + "classification": { + "B": 1.2313231309235562e-05, + "S": 5.028723171562888e-05, + "I": 0.0015175476437434554, + "C": 4.932634692522697e-05, + "R": 6.817384564783424e-05, + "M": 0.0016529981512576342, + "O": 0.0009455714025534689, + "W": 3.8991336623439565e-05, + "N": 6.75613118801266e-05, + "Y": 0.010050117038190365, + "U": 3.673614173749229e-06, + "K": 3.3887617973960005e-06, + "L": 8.271897968370467e-05, + "G": 0.0006673583993688226, + "F": 0.001343726646155119, + "E": 7.147420546971262e-05, + "T": 0.0238492488861084, + "P": 0.023559559136629105, + "-": 0.9359658360481262 + }, + "id": "tp_22380" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2797531, + "label": "-", + "classification": { + "B": 2.273283371323487e-06, + "S": 1.4219306194718229e-06, + "I": 3.598584271458094e-06, + "C": 1.7546906860843592e-07, + "R": 5.2368775982358784e-08, + "M": 8.290904588648118e-06, + "O": 1.6323852833011188e-05, + "W": 3.621014172949799e-07, + "N": 2.827764262747223e-07, + "Y": 2.471861989761237e-05, + "U": 4.575932521788673e-09, + "K": 5.268725011831066e-09, + "L": 5.880575031369517e-07, + "G": 1.8911419829237275e-05, + "F": 0.0007933804881758988, + "E": 7.194516456365818e-06, + "T": 5.376691115088761e-05, + "P": 0.14835841953754425, + "-": 0.8507101535797119 + }, + "id": "tp_22381" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2797631, + "label": "-", + "classification": { + "B": 0.006087841931730509, + "S": 0.00936206430196762, + "I": 0.013280998915433884, + "C": 0.0028371973894536495, + "R": 0.001953637693077326, + "M": 0.019887542352080345, + "O": 0.00905545987188816, + "W": 0.0018003152217715979, + "N": 0.0032218045089393854, + "Y": 0.013693960383534431, + "U": 0.0002325270470464602, + "K": 0.0005186789203435183, + "L": 0.004706440027803183, + "G": 0.02377002127468586, + "F": 0.08693056553602219, + "E": 0.017931420356035233, + "T": 0.026601359248161316, + "P": 0.20277336239814758, + "-": 0.55535489320755 + }, + "id": "tp_22382" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2797764, + "label": "-", + "classification": { + "B": 5.486108875629725e-06, + "S": 0.0001531146845081821, + "I": 0.00016664502618368715, + "C": 9.890556611935608e-06, + "R": 5.009852884541033e-06, + "M": 0.0003844255115836859, + "O": 0.00031043656053952873, + "W": 4.3474065023474395e-05, + "N": 7.969314901856706e-05, + "Y": 0.007276836782693863, + "U": 8.435056315647671e-07, + "K": 0.0009652095614001155, + "L": 7.692276085435878e-06, + "G": 0.0013870891416445374, + "F": 0.08857621997594833, + "E": 0.0009664410608820617, + "T": 0.0034276037476956844, + "P": 0.0924542024731636, + "-": 0.803779661655426 + }, + "id": "tp_22383" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2797898, + "label": "-", + "classification": { + "B": 1.3434446373139508e-05, + "S": 0.00017024057160597295, + "I": 0.0006049039075151086, + "C": 8.82320455275476e-06, + "R": 2.6452453312231228e-06, + "M": 0.0004783840267919004, + "O": 0.00032206729520112276, + "W": 2.8014959752908908e-05, + "N": 0.0001496810291428119, + "Y": 0.005460092797875404, + "U": 5.972775056761748e-07, + "K": 0.0003928019432350993, + "L": 9.477659659751225e-06, + "G": 0.0023068226873874664, + "F": 0.05571601539850235, + "E": 0.0035822680220007896, + "T": 0.006806779187172651, + "P": 0.16628088057041168, + "-": 0.7576660513877869 + }, + "id": "tp_22384" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2798031, + "label": "-", + "classification": { + "B": 8.869190423865803e-06, + "S": 1.1589125278987922e-05, + "I": 0.00010755250696092844, + "C": 3.948836456402205e-05, + "R": 2.3208254788187332e-05, + "M": 0.0004500533395912498, + "O": 0.00019785744370892644, + "W": 5.168697498447727e-06, + "N": 6.29418400421855e-06, + "Y": 0.0032534573692828417, + "U": 1.64714595030091e-06, + "K": 3.1550537187285954e-06, + "L": 5.4288266255753115e-05, + "G": 0.001037071575410664, + "F": 0.012030844576656818, + "E": 7.593375630676746e-05, + "T": 0.003272208385169506, + "P": 0.020384222269058228, + "-": 0.959037184715271 + }, + "id": "tp_22385" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2798131, + "label": "-", + "classification": { + "B": 1.8954223151013139e-06, + "S": 8.361189429706428e-07, + "I": 2.5541781724314205e-05, + "C": 2.864241423594649e-06, + "R": 2.7793481649496243e-07, + "M": 6.60955993225798e-05, + "O": 8.734730727155693e-06, + "W": 2.822349642883637e-07, + "N": 1.2637185591302114e-06, + "Y": 0.0003400975256226957, + "U": 6.721592171743396e-08, + "K": 1.4712276197315077e-06, + "L": 1.5160906059463741e-06, + "G": 0.00031059468165040016, + "F": 0.01243720855563879, + "E": 0.00031727098394185305, + "T": 0.00017765087250154465, + "P": 0.0946200042963028, + "-": 0.8916863799095154 + }, + "id": "tp_22386" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2798265, + "label": "-", + "classification": { + "B": 0.0019141978118568659, + "S": 0.0006809343467466533, + "I": 0.0024667782709002495, + "C": 0.00027941292501054704, + "R": 0.00014629743236582726, + "M": 0.009136656299233437, + "O": 0.0039739240892231464, + "W": 0.0003427447227295488, + "N": 0.00033365405397489667, + "Y": 0.0048926523886621, + "U": 3.455457408563234e-05, + "K": 7.00332602718845e-05, + "L": 0.0008068474708124995, + "G": 0.0043211448937654495, + "F": 0.016106192022562027, + "E": 0.003376635257154703, + "T": 0.007147771306335926, + "P": 0.10942381620407104, + "-": 0.8345457911491394 + }, + "id": "tp_22387" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2798398, + "label": "-", + "classification": { + "B": 1.7991931500205283e-08, + "S": 5.922826176174567e-07, + "I": 6.251084272435037e-08, + "C": 2.3016581973678285e-09, + "R": 2.3792907644093475e-09, + "M": 4.743109911942156e-06, + "O": 2.959360699605895e-06, + "W": 3.2862327969951366e-08, + "N": 2.801009646447028e-09, + "Y": 6.235047476366162e-05, + "U": 2.980735450131e-11, + "K": 1.6129977353784852e-09, + "L": 3.314238128382385e-08, + "G": 1.879579485830618e-06, + "F": 0.0004496072942856699, + "E": 6.107570982294419e-08, + "T": 8.881740359356627e-05, + "P": 0.0009162065107375383, + "-": 0.9984725117683411 + }, + "id": "tp_22388" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2798532, + "label": "-", + "classification": { + "B": 3.4961931305588223e-07, + "S": 1.6480391423101537e-05, + "I": 1.372113183606416e-05, + "C": 3.760809249797603e-06, + "R": 2.0129411950620124e-06, + "M": 5.298729956848547e-05, + "O": 6.931447569513693e-05, + "W": 9.134249012276996e-06, + "N": 3.409308874324779e-06, + "Y": 0.001517443684861064, + "U": 1.75233196841873e-07, + "K": 3.223410021746531e-05, + "L": 2.6410202735860366e-06, + "G": 0.00010464655497344211, + "F": 0.027719590812921524, + "E": 2.543539449106902e-05, + "T": 0.0014473984483629465, + "P": 0.01664474979043007, + "-": 0.9523345828056335 + }, + "id": "tp_22389" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2798632, + "label": "-", + "classification": { + "B": 1.6326433751601144e-06, + "S": 2.0036146452184767e-05, + "I": 5.127983513375511e-06, + "C": 2.1634084532706765e-06, + "R": 1.090130467673589e-06, + "M": 8.901095134206116e-05, + "O": 4.805413118447177e-05, + "W": 4.36978871221072e-06, + "N": 1.9604278804763453e-06, + "Y": 0.0024886697065085173, + "U": 1.1413322908992996e-07, + "K": 0.0004888692637905478, + "L": 2.1028711216786178e-06, + "G": 0.0008456482901237905, + "F": 0.08736677467823029, + "E": 0.00038930217851884663, + "T": 0.0008198724244721234, + "P": 0.007466308306902647, + "-": 0.8999588489532471 + }, + "id": "tp_22390" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2798765, + "label": "-", + "classification": { + "B": 6.5747963162721135e-06, + "S": 1.0568750440143049e-05, + "I": 3.481534804450348e-05, + "C": 7.552896477136528e-07, + "R": 5.30217903360608e-07, + "M": 0.00014943958376534283, + "O": 0.00013021691120229661, + "W": 4.857882231590338e-06, + "N": 1.990815235330956e-06, + "Y": 0.00016913692525122315, + "U": 9.194845773663474e-08, + "K": 1.092638939326207e-07, + "L": 6.698388006043388e-06, + "G": 2.285636219312437e-05, + "F": 0.001558883348479867, + "E": 2.500515074643772e-05, + "T": 0.00046944996574893594, + "P": 0.045876406133174896, + "-": 0.9515315294265747 + }, + "id": "tp_22391" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2798899, + "label": "-", + "classification": { + "B": 0.001344634685665369, + "S": 0.003000119933858514, + "I": 0.0030693374574184418, + "C": 0.00033143689506687224, + "R": 0.00025575008476153016, + "M": 0.014619269408285618, + "O": 0.0049716513603925705, + "W": 0.0006496662390418351, + "N": 0.0005889234016649425, + "Y": 0.03590255603194237, + "U": 4.82798095617909e-05, + "K": 0.00033802984398789704, + "L": 0.001300468691624701, + "G": 0.011798738501966, + "F": 0.08621150255203247, + "E": 0.004645854700356722, + "T": 0.02809513360261917, + "P": 0.06964319199323654, + "-": 0.7331854104995728 + }, + "id": "tp_22392" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2799032, + "label": "-", + "classification": { + "B": 5.204980880080257e-06, + "S": 2.843974289135076e-05, + "I": 0.001794995041564107, + "C": 7.889411062933505e-05, + "R": 3.685195042635314e-05, + "M": 0.0003720788226928562, + "O": 0.0001575115165906027, + "W": 2.230082100140862e-05, + "N": 0.00025338036357425153, + "Y": 0.004762188997119665, + "U": 6.932059932296397e-06, + "K": 0.0008084321161732078, + "L": 6.3583165683667175e-06, + "G": 0.0007141011883504689, + "F": 0.01844051480293274, + "E": 0.0015632279682904482, + "T": 0.0019600035157054663, + "P": 0.2459689825773239, + "-": 0.7230195999145508 + }, + "id": "tp_22393" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2799132, + "label": "-", + "classification": { + "B": 3.1774728995515034e-05, + "S": 0.0001191716582980007, + "I": 0.00048283813521265984, + "C": 0.0035487895365804434, + "R": 0.00034599582431837916, + "M": 0.003981320187449455, + "O": 0.0012363255955278873, + "W": 8.071221236605197e-05, + "N": 0.00013203987327869982, + "Y": 0.021770527586340904, + "U": 2.0211562514305115e-05, + "K": 0.0028554322198033333, + "L": 0.0004974999465048313, + "G": 0.04975580796599388, + "F": 0.12334108352661133, + "E": 0.006998879369348288, + "T": 0.008087937720119953, + "P": 0.029672201722860336, + "-": 0.7470414042472839 + }, + "id": "tp_22394" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2799266, + "label": "-", + "classification": { + "B": 1.868103936430998e-05, + "S": 3.0758146749576554e-05, + "I": 6.482675235019997e-05, + "C": 1.8805396393872797e-05, + "R": 6.458790721808327e-06, + "M": 0.0012272625463083386, + "O": 0.0001486720866523683, + "W": 6.1112004914321005e-06, + "N": 5.801848601549864e-06, + "Y": 0.007398563902825117, + "U": 4.808697440239484e-07, + "K": 1.2566112673084717e-05, + "L": 2.942995706689544e-05, + "G": 0.0020420297514647245, + "F": 0.018959669396281242, + "E": 0.0004754109540954232, + "T": 0.004244847223162651, + "P": 0.013172904960811138, + "-": 0.9521368145942688 + }, + "id": "tp_22395" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2799399, + "label": "-", + "classification": { + "B": 1.598654719714432e-08, + "S": 2.5514597723486077e-07, + "I": 3.643683385234908e-06, + "C": 6.958207904972369e-06, + "R": 4.5301567297428846e-07, + "M": 5.0797614676412195e-05, + "O": 5.527214852918405e-06, + "W": 1.1432563695734643e-07, + "N": 2.391645637089823e-07, + "Y": 0.002671908587217331, + "U": 3.5206715320867943e-09, + "K": 1.5283470929716714e-05, + "L": 4.7395968749697204e-07, + "G": 0.0010548763675615191, + "F": 0.04417989030480385, + "E": 0.00016986705304589123, + "T": 0.0003800526028499007, + "P": 0.0045334831811487675, + "-": 0.9469261765480042 + }, + "id": "tp_22396" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2799533, + "label": "-", + "classification": { + "B": 9.786980399439926e-07, + "S": 1.984884511330165e-05, + "I": 6.054401092114858e-05, + "C": 4.526215707301162e-05, + "R": 1.6230385881499387e-05, + "M": 0.00017465942073613405, + "O": 9.30364549276419e-05, + "W": 1.0274980922986288e-05, + "N": 1.3632898117066361e-05, + "Y": 0.0037632936146110296, + "U": 6.412976176761731e-07, + "K": 0.0008734207949601114, + "L": 3.897622718795901e-06, + "G": 0.0006726260180585086, + "F": 0.07133926451206207, + "E": 0.00044232327491045, + "T": 0.0014601298607885838, + "P": 0.027318868786096573, + "-": 0.8936910629272461 + }, + "id": "tp_22397" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2799633, + "label": "-", + "classification": { + "B": 4.3491481527269116e-09, + "S": 2.0279971479908454e-08, + "I": 4.27676063452509e-08, + "C": 7.268121748893464e-08, + "R": 2.0375425791030466e-08, + "M": 7.887237188697327e-06, + "O": 1.7213571936736116e-06, + "W": 5.069717090577797e-09, + "N": 5.739088093648093e-10, + "Y": 6.934784323675558e-05, + "U": 3.366840140017757e-11, + "K": 2.0561483626835297e-09, + "L": 1.210705136145407e-07, + "G": 1.50333808051073e-05, + "F": 0.0012134019052609801, + "E": 1.3872544002424547e-07, + "T": 3.4078861062880605e-05, + "P": 0.0003022606542799622, + "-": 0.9983558058738708 + }, + "id": "tp_22398" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2799766, + "label": "-", + "classification": { + "B": 0.001611949410289526, + "S": 0.012726346030831337, + "I": 0.017090385779738426, + "C": 0.00012789158790837973, + "R": 0.00024218912585638463, + "M": 0.017494408413767815, + "O": 0.009793097153306007, + "W": 0.0015647017862647772, + "N": 0.00306287151761353, + "Y": 0.026901809498667717, + "U": 4.457807881408371e-05, + "K": 0.0005566048203036189, + "L": 0.000991168199107051, + "G": 0.00547631224617362, + "F": 0.04671582207083702, + "E": 0.003724854439496994, + "T": 0.03607500344514847, + "P": 0.2130778282880783, + "-": 0.6027222275733948 + }, + "id": "tp_22399" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2799900, + "label": "-", + "classification": { + "B": 1.6069469366275513e-10, + "S": 2.927513231831824e-10, + "I": 1.4746112242391973e-07, + "C": 1.1773360952815892e-08, + "R": 2.1736032973507236e-09, + "M": 3.7915058328508167e-06, + "O": 7.925822131937821e-08, + "W": 2.3034439633473625e-10, + "N": 9.131695954955887e-10, + "Y": 7.259239646373317e-05, + "U": 3.4100840207162975e-11, + "K": 9.777576526204257e-10, + "L": 2.6895454752207115e-09, + "G": 4.825034011446405e-06, + "F": 8.500794501742348e-05, + "E": 2.0724158389384684e-07, + "T": 3.450324584264308e-05, + "P": 0.003582760924473405, + "-": 0.9962161183357239 + }, + "id": "tp_22400" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2800000, + "label": "-", + "classification": { + "B": 4.3073777877822295e-10, + "S": 2.984995139954094e-09, + "I": 5.174729835744074e-07, + "C": 1.0994104826522744e-07, + "R": 1.2319643083458232e-08, + "M": 7.437724320880079e-07, + "O": 2.0292769420393597e-07, + "W": 4.281937471262154e-09, + "N": 2.6183910151189593e-08, + "Y": 3.307954466436058e-05, + "U": 1.1902173691069606e-09, + "K": 7.866613600526762e-07, + "L": 1.8182464422977773e-09, + "G": 1.3566284451371757e-06, + "F": 0.0005244749481789768, + "E": 3.03729416373244e-06, + "T": 1.2744254490826279e-05, + "P": 0.013701783493161201, + "-": 0.9857211112976074 + }, + "id": "tp_22401" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2800133, + "label": "Y", + "classification": { + "B": 2.5469444153713994e-05, + "S": 0.004535916727036238, + "I": 0.0003916778659913689, + "C": 0.0006873200181871653, + "R": 0.00047710080980323255, + "M": 0.02266213484108448, + "O": 0.010752786882221699, + "W": 0.00038342890911735594, + "N": 5.816363773192279e-05, + "Y": 0.4562774896621704, + "U": 4.0285391378347413e-07, + "K": 0.00019265212176833302, + "L": 0.0014324794756248593, + "G": 0.09071363508701324, + "F": 0.05819706246256828, + "E": 0.00016020494513213634, + "T": 0.17148064076900482, + "P": 0.0003458361607044935, + "-": 0.18122561275959015 + }, + "id": "tp_22402" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2800267, + "label": "-", + "classification": { + "B": 4.89768403610924e-08, + "S": 5.797158451059659e-07, + "I": 3.7643746964022284e-06, + "C": 2.949770305349375e-06, + "R": 7.397903232231329e-07, + "M": 7.237732643261552e-05, + "O": 1.54857880261261e-05, + "W": 1.8037904681023065e-07, + "N": 2.0658244181959162e-07, + "Y": 0.0004633491626009345, + "U": 1.0813157480527025e-08, + "K": 1.974726870912491e-07, + "L": 2.148659632439376e-06, + "G": 0.00013399054296314716, + "F": 0.009260803461074829, + "E": 1.02792964753462e-05, + "T": 0.00044761825120076537, + "P": 0.011526817455887794, + "-": 0.9780584573745728 + }, + "id": "tp_22403" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2800400, + "label": "-", + "classification": { + "B": 2.2435317603708427e-08, + "S": 2.8608642566041453e-08, + "I": 5.367079211282544e-06, + "C": 4.068326830974911e-08, + "R": 1.0213478063292314e-08, + "M": 3.3286644338659244e-06, + "O": 7.44614055747661e-07, + "W": 4.5214885169286845e-09, + "N": 4.957510313374769e-08, + "Y": 0.00011830658331746235, + "U": 3.262349002053355e-10, + "K": 7.217342723464526e-09, + "L": 2.5133457981496576e-08, + "G": 1.92098395928042e-05, + "F": 0.0008796407491900027, + "E": 3.823892257059924e-06, + "T": 4.32234191976022e-05, + "P": 0.04055410623550415, + "-": 0.9583721160888672 + }, + "id": "tp_22404" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2800501, + "label": "-", + "classification": { + "B": 7.371456778315633e-09, + "S": 5.289149953568995e-07, + "I": 2.796249134462414e-07, + "C": 3.834840001104567e-08, + "R": 2.5862838981538516e-08, + "M": 7.97140000940999e-06, + "O": 2.4256739834527252e-06, + "W": 4.2858889770514e-08, + "N": 1.4798929193204913e-08, + "Y": 0.0003119490866083652, + "U": 1.7170871668970022e-10, + "K": 4.411620295741159e-07, + "L": 4.2649638487546326e-08, + "G": 1.9491220882628113e-05, + "F": 0.019575731828808784, + "E": 3.189978997397702e-06, + "T": 9.655384928919375e-05, + "P": 0.00156090606469661, + "-": 0.9784203171730042 + }, + "id": "tp_22405" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2800634, + "label": "-", + "classification": { + "B": 3.7612352121740855e-10, + "S": 1.0775226044756891e-08, + "I": 4.812738438886299e-07, + "C": 6.640538785518402e-09, + "R": 2.7484439169001007e-09, + "M": 3.988190201198449e-06, + "O": 5.796363780063984e-07, + "W": 3.9690153386118254e-09, + "N": 5.081785658944682e-09, + "Y": 6.210328865563497e-05, + "U": 6.839900174027136e-11, + "K": 2.868020709811958e-09, + "L": 6.123890283760147e-09, + "G": 1.3402047898125602e-06, + "F": 0.0005106414901092649, + "E": 1.7601736601591256e-07, + "T": 4.675091986428015e-05, + "P": 0.003132192650809884, + "-": 0.9962416887283325 + }, + "id": "tp_22406" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2800767, + "label": "-", + "classification": { + "B": 1.1562925692487624e-06, + "S": 1.318635531788459e-05, + "I": 0.00011379751958884299, + "C": 0.00019679576507769525, + "R": 8.481258555548266e-05, + "M": 0.00024409177422057837, + "O": 0.00021184541401453316, + "W": 2.2329109924612567e-05, + "N": 2.2968566554482095e-05, + "Y": 0.0061925421468913555, + "U": 5.227192559686955e-06, + "K": 0.0003549144312273711, + "L": 3.087562072323635e-05, + "G": 0.0012275109766051173, + "F": 0.04673532769083977, + "E": 0.00029231904773041606, + "T": 0.0024784367997199297, + "P": 0.022554071620106697, + "-": 0.9192178249359131 + }, + "id": "tp_22407" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2800901, + "label": "-", + "classification": { + "B": 6.050543674973596e-07, + "S": 2.0900091840303503e-05, + "I": 1.3396151189226657e-05, + "C": 7.949009159347042e-06, + "R": 1.6077873397080111e-06, + "M": 3.8212852814467624e-05, + "O": 5.919148679822683e-05, + "W": 5.655262611981016e-06, + "N": 6.7665910137293395e-06, + "Y": 0.0008236492867581546, + "U": 1.8316391958705935e-07, + "K": 0.0001656418025959283, + "L": 2.789023710647598e-06, + "G": 0.0002832158643286675, + "F": 0.14875730872154236, + "E": 0.00024108531943056732, + "T": 0.0006086091743782163, + "P": 0.0639360249042511, + "-": 0.7850271463394165 + }, + "id": "tp_22408" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2801001, + "label": "-", + "classification": { + "B": 3.011891402948663e-09, + "S": 7.863462201385119e-07, + "I": 7.10975609763409e-06, + "C": 5.132559977027995e-07, + "R": 7.191540163375976e-08, + "M": 1.5150810213526711e-05, + "O": 8.550751772418153e-06, + "W": 1.8997990025582112e-07, + "N": 1.0302097734893323e-06, + "Y": 0.00012722983956336975, + "U": 6.538994679061716e-09, + "K": 1.2306255712246639e-06, + "L": 7.751786057497156e-08, + "G": 1.4794480193813797e-05, + "F": 0.00698426365852356, + "E": 1.736027297738474e-05, + "T": 0.00013625188148580492, + "P": 0.0806112214922905, + "-": 0.9120742082595825 + }, + "id": "tp_22409" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2801134, + "label": "-", + "classification": { + "B": 1.8925915355794132e-05, + "S": 0.0002415939379716292, + "I": 0.0001809178793337196, + "C": 1.5200845155050047e-05, + "R": 7.677494977542665e-06, + "M": 0.00023680858430452645, + "O": 0.00035899205249734223, + "W": 3.4727818274404854e-05, + "N": 5.48579337191768e-05, + "Y": 0.0023026347626000643, + "U": 6.066038054086675e-07, + "K": 8.612259989604354e-05, + "L": 2.7332183890393935e-05, + "G": 0.0014347361866384745, + "F": 0.16343717277050018, + "E": 0.0008044342393986881, + "T": 0.0019247208256274462, + "P": 0.09477876871824265, + "-": 0.7340537905693054 + }, + "id": "tp_22410" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2801268, + "label": "-", + "classification": { + "B": 1.1266330801618096e-07, + "S": 6.177722298161825e-06, + "I": 1.9140009044349426e-06, + "C": 3.4273656979166844e-07, + "R": 7.704732496449651e-08, + "M": 2.5616349375923164e-05, + "O": 1.4325302799989004e-05, + "W": 7.497243359466665e-07, + "N": 2.7761953447225096e-07, + "Y": 0.00040651229210197926, + "U": 3.561406058949501e-09, + "K": 5.531720034923637e-06, + "L": 2.505119311990711e-07, + "G": 6.962469342397526e-05, + "F": 0.03492404520511627, + "E": 2.305780435563065e-05, + "T": 0.00016067134856712073, + "P": 0.014008874073624611, + "-": 0.9503517150878906 + }, + "id": "tp_22411" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2801401, + "label": "F", + "classification": { + "B": 1.1091429996668012e-06, + "S": 0.00016628214507363737, + "I": 1.799878191377502e-05, + "C": 1.154199821939983e-06, + "R": 5.741117661273165e-07, + "M": 2.4837394448695704e-05, + "O": 6.279598164837807e-05, + "W": 9.595514711691067e-06, + "N": 7.791900316078681e-06, + "Y": 0.00031119800405576825, + "U": 2.386554243116734e-08, + "K": 9.495556878391653e-05, + "L": 3.534105417202227e-06, + "G": 0.0006236928165890276, + "F": 0.5522359609603882, + "E": 0.0004449813859537244, + "T": 0.00019871687982231379, + "P": 0.07010272145271301, + "-": 0.3756920099258423 + }, + "id": "tp_22412" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2801502, + "label": "-", + "classification": { + "B": 0.00019407477520871907, + "S": 4.119966979487799e-05, + "I": 0.0020260196179151535, + "C": 0.0003486070781946182, + "R": 6.351925549097359e-05, + "M": 0.0013497932814061642, + "O": 0.0005054163048043847, + "W": 4.678330515162088e-05, + "N": 0.00017379205382894725, + "Y": 0.0019066856475546956, + "U": 3.3666237868601456e-05, + "K": 1.1009837180608884e-05, + "L": 0.00022519423509947956, + "G": 0.0015263519017025828, + "F": 0.0061698839999735355, + "E": 0.0018499786965548992, + "T": 0.003781670005992055, + "P": 0.3428151607513428, + "-": 0.6369311213493347 + }, + "id": "tp_22413" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2801635, + "label": "-", + "classification": { + "B": 1.7018574993699076e-08, + "S": 1.583717690323283e-08, + "I": 2.298612344020512e-05, + "C": 4.917661726722145e-07, + "R": 4.9944102187282624e-08, + "M": 5.0193789320474025e-06, + "O": 9.59388785304327e-07, + "W": 2.6380812201409753e-08, + "N": 3.5005487575290317e-07, + "Y": 8.581626752857119e-05, + "U": 7.385565048423359e-09, + "K": 1.2592833797953062e-07, + "L": 4.1180339138691124e-08, + "G": 1.0696871868276503e-05, + "F": 0.0014541171258315444, + "E": 1.965589945029933e-05, + "T": 2.2909460312803276e-05, + "P": 0.08469193428754807, + "-": 0.9136847257614136 + }, + "id": "tp_22414" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2801768, + "label": "-", + "classification": { + "B": 6.931649210173418e-08, + "S": 9.73975673446148e-08, + "I": 2.0272475467209006e-06, + "C": 8.955467478699575e-08, + "R": 2.97181799169266e-08, + "M": 7.476495738956146e-06, + "O": 2.4950677470769733e-06, + "W": 3.286968919269384e-08, + "N": 4.956472565709191e-08, + "Y": 0.00014563238073606044, + "U": 2.0685535506714814e-09, + "K": 5.586898410570029e-08, + "L": 1.0677746331566595e-07, + "G": 2.7765230697696097e-05, + "F": 0.002360493643209338, + "E": 8.781114956946112e-06, + "T": 5.3953350288793445e-05, + "P": 0.015918821096420288, + "-": 0.9814721345901489 + }, + "id": "tp_22415" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2801902, + "label": "-", + "classification": { + "B": 3.5784381680059596e-08, + "S": 5.590590262727346e-06, + "I": 7.67781602917239e-06, + "C": 5.990904838881761e-08, + "R": 4.220687088718478e-08, + "M": 2.6426873773743864e-06, + "O": 6.493819455499761e-06, + "W": 7.842133982194355e-07, + "N": 1.7604210142962984e-06, + "Y": 9.642899385653436e-05, + "U": 1.022376938664138e-08, + "K": 2.8286176529945806e-05, + "L": 4.1177671050718345e-08, + "G": 9.873150702333078e-06, + "F": 0.041824281215667725, + "E": 2.724814294197131e-05, + "T": 6.866861076559871e-05, + "P": 0.11364399641752243, + "-": 0.8442760705947876 + }, + "id": "tp_22416" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2802002, + "label": "-", + "classification": { + "B": 2.424833155600936e-06, + "S": 3.5594151995610446e-05, + "I": 3.271044261055067e-05, + "C": 4.2992468252123217e-07, + "R": 2.81508732768998e-07, + "M": 0.00012600065383594483, + "O": 0.00011714428546838462, + "W": 6.1070509218552615e-06, + "N": 5.114899977343157e-06, + "Y": 0.00043608140549622476, + "U": 6.763299609247042e-08, + "K": 1.4504695172945503e-05, + "L": 1.974412271010806e-06, + "G": 0.0001196751618408598, + "F": 0.024774696677923203, + "E": 0.00016560073709115386, + "T": 0.00024202452914323658, + "P": 0.0746098980307579, + "-": 0.8993095755577087 + }, + "id": "tp_22417" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2802135, + "label": "-", + "classification": { + "B": 4.0016064303927124e-05, + "S": 0.00021884511807002127, + "I": 0.0013272451469674706, + "C": 0.00017081346595659852, + "R": 0.00013973054592497647, + "M": 0.0012575191212818027, + "O": 0.0006878250860609114, + "W": 8.299376349896193e-05, + "N": 0.00031787605257704854, + "Y": 0.021716170012950897, + "U": 2.617314203234855e-05, + "K": 0.0007429636898450553, + "L": 4.584986163536087e-05, + "G": 0.002010340802371502, + "F": 0.03149661794304848, + "E": 0.0007963083335198462, + "T": 0.010295791551470757, + "P": 0.09881886094808578, + "-": 0.8298079967498779 + }, + "id": "tp_22418" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2802269, + "label": "-", + "classification": { + "B": 2.2211381345282888e-10, + "S": 1.0082213286466413e-08, + "I": 1.1274310196540682e-07, + "C": 1.2378811753421815e-08, + "R": 3.818049432169346e-09, + "M": 5.471072654472664e-06, + "O": 3.1602462513546925e-07, + "W": 9.994135519164615e-10, + "N": 8.924797012532792e-10, + "Y": 0.000254950049566105, + "U": 1.724381228085381e-11, + "K": 4.175737811085156e-10, + "L": 1.0023424756866461e-08, + "G": 3.4816243896784727e-06, + "F": 0.0002730882551986724, + "E": 2.9726395567308828e-08, + "T": 0.00020331527048256248, + "P": 0.0003707962459884584, + "-": 0.9988883137702942 + }, + "id": "tp_22419" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2802402, + "label": "-", + "classification": { + "B": 1.958433676918503e-05, + "S": 0.00015302437532227486, + "I": 0.00014621113950852305, + "C": 0.0005246861255727708, + "R": 0.0003178871120326221, + "M": 0.00456237094476819, + "O": 0.0017639810685068369, + "W": 0.00011805618123617023, + "N": 2.2996919142315164e-05, + "Y": 0.008458202704787254, + "U": 4.647966761694988e-06, + "K": 4.731517401523888e-05, + "L": 0.0004126066924072802, + "G": 0.002782335737720132, + "F": 0.06167019531130791, + "E": 0.00028999513597227633, + "T": 0.006172978784888983, + "P": 0.008926650509238243, + "-": 0.9036062955856323 + }, + "id": "tp_22420" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2802503, + "label": "-", + "classification": { + "B": 0.00013115144975017756, + "S": 0.00016510412388015538, + "I": 0.002774457912892103, + "C": 0.0008453738410025835, + "R": 0.00045287891407497227, + "M": 0.011247897520661354, + "O": 0.002210084581747651, + "W": 0.00017791776917874813, + "N": 0.00027916819090023637, + "Y": 0.025437619537115097, + "U": 8.106997847789899e-05, + "K": 0.00016755099932197481, + "L": 0.0007510589784942567, + "G": 0.007734726648777723, + "F": 0.020056797191500664, + "E": 0.0022754857782274485, + "T": 0.021935580298304558, + "P": 0.051100753247737885, + "-": 0.8521752953529358 + }, + "id": "tp_22421" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2802636, + "label": "-", + "classification": { + "B": 7.944618118926883e-07, + "S": 2.1501025912584737e-05, + "I": 6.261582166189328e-05, + "C": 0.00011324006482027471, + "R": 2.34725812333636e-05, + "M": 0.00016249380132649094, + "O": 0.00010157921497011557, + "W": 4.7035237003001384e-06, + "N": 1.2495332157413941e-05, + "Y": 0.0020431887824088335, + "U": 3.9314275568358426e-07, + "K": 7.367554644588381e-05, + "L": 6.940374532860005e-06, + "G": 0.0016367122298106551, + "F": 0.05666930973529816, + "E": 0.000211037986446172, + "T": 0.0014447103021666408, + "P": 0.03302453085780144, + "-": 0.9043866991996765 + }, + "id": "tp_22422" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2802769, + "label": "-", + "classification": { + "B": 2.0141628809255963e-08, + "S": 2.903350093674817e-08, + "I": 2.5879031454678625e-05, + "C": 2.1923736426288087e-07, + "R": 1.39595242032442e-08, + "M": 1.052463858286501e-06, + "O": 4.0181004123951425e-07, + "W": 4.054280822174405e-08, + "N": 1.3077329867883236e-06, + "Y": 6.483924516942352e-05, + "U": 1.797553395022078e-08, + "K": 2.1431330878840527e-06, + "L": 7.642129595808456e-09, + "G": 5.579519438470015e-06, + "F": 0.0007171686156652868, + "E": 0.0001070038415491581, + "T": 1.58373914018739e-05, + "P": 0.43944665789604187, + "-": 0.5596117377281189 + }, + "id": "tp_22423" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2802903, + "label": "-", + "classification": { + "B": 1.7780337202566443e-08, + "S": 2.1052552767741872e-07, + "I": 1.934095621436427e-07, + "C": 7.890198494564515e-10, + "R": 1.0635841513062516e-10, + "M": 1.9021183561562793e-06, + "O": 9.119198693952058e-07, + "W": 1.8988648875506442e-08, + "N": 1.826653495129449e-08, + "Y": 5.783344022347592e-06, + "U": 1.0537364036888874e-10, + "K": 1.149347639284315e-08, + "L": 6.933670970710182e-09, + "G": 5.063956223239074e-07, + "F": 0.0022467540111392736, + "E": 5.874087946722284e-06, + "T": 5.786648216599133e-06, + "P": 0.0839732438325882, + "-": 0.9137586951255798 + }, + "id": "tp_22424" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2803003, + "label": "-", + "classification": { + "B": 6.841632966825273e-07, + "S": 1.848834131124022e-06, + "I": 4.461677235667594e-05, + "C": 7.691275641263928e-06, + "R": 1.6721630800020648e-06, + "M": 2.4974333427962847e-05, + "O": 1.3407044207269792e-05, + "W": 1.4574243323295377e-06, + "N": 6.573202881554607e-06, + "Y": 0.0020074755884706974, + "U": 3.590306789647002e-07, + "K": 0.00011446025018813089, + "L": 4.624174891887378e-07, + "G": 0.00021153833949938416, + "F": 0.013094036839902401, + "E": 0.0002706336381379515, + "T": 0.000262553890934214, + "P": 0.07558207213878632, + "-": 0.9083534479141235 + }, + "id": "tp_22425" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2803136, + "label": "-", + "classification": { + "B": 6.160006887512282e-05, + "S": 0.00020990204939153045, + "I": 0.004570862278342247, + "C": 0.0004256189276929945, + "R": 0.00016557211347389966, + "M": 0.0021166959777474403, + "O": 0.0006659841747023165, + "W": 0.00012576424342114478, + "N": 0.0008508146274834871, + "Y": 0.01769767887890339, + "U": 4.6635577746201307e-05, + "K": 0.00210604933090508, + "L": 9.777431841939688e-05, + "G": 0.005925430916249752, + "F": 0.08288128674030304, + "E": 0.01234307698905468, + "T": 0.005680604372173548, + "P": 0.20895878970623016, + "-": 0.6550700068473816 + }, + "id": "tp_22426" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2803270, + "label": "-", + "classification": { + "B": 1.0158919394598342e-07, + "S": 3.2358295811718563e-06, + "I": 1.391570367559325e-05, + "C": 3.4720600524451584e-05, + "R": 2.1346764697227627e-05, + "M": 0.00013741760631091893, + "O": 5.547182445297949e-05, + "W": 2.4921469048422296e-06, + "N": 7.47440878967609e-07, + "Y": 0.0020137429237365723, + "U": 1.0497664248987348e-07, + "K": 2.06928416446317e-06, + "L": 3.212375531802536e-06, + "G": 9.843448060564697e-05, + "F": 0.00399592611938715, + "E": 6.879358352307463e-06, + "T": 0.0010901150526478887, + "P": 0.004462073557078838, + "-": 0.9880580902099609 + }, + "id": "tp_22427" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2803403, + "label": "-", + "classification": { + "B": 1.3997890846439986e-06, + "S": 3.3437438560213195e-06, + "I": 4.1810893890215084e-05, + "C": 1.6616575521766208e-05, + "R": 2.8058741463610204e-06, + "M": 6.27490080660209e-05, + "O": 3.167183604091406e-05, + "W": 3.7501724818866933e-06, + "N": 7.203768745966954e-06, + "Y": 0.0008440488600172102, + "U": 5.256999315861322e-07, + "K": 0.00028797233244404197, + "L": 1.978976342797978e-06, + "G": 0.000595622870605439, + "F": 0.05936817824840546, + "E": 0.0010413381969556212, + "T": 0.00033586626523174345, + "P": 0.056909117847681046, + "-": 0.8804439902305603 + }, + "id": "tp_22428" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2803504, + "label": "-", + "classification": { + "B": 5.859404609509511e-06, + "S": 3.4593672353366856e-06, + "I": 1.578726551088039e-05, + "C": 5.02913962918683e-07, + "R": 7.716311500871598e-08, + "M": 7.102722156560048e-05, + "O": 9.231967851519585e-06, + "W": 5.753863092650136e-07, + "N": 1.007859168566938e-06, + "Y": 0.00022678260575048625, + "U": 9.867878070224378e-09, + "K": 4.534270374279004e-06, + "L": 1.054037738867919e-06, + "G": 0.0003419443091843277, + "F": 0.055845946073532104, + "E": 0.002409288426861167, + "T": 8.093072392512113e-05, + "P": 0.14127106964588165, + "-": 0.7997108101844788 + }, + "id": "tp_22429" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2803637, + "label": "-", + "classification": { + "B": 9.181896530208178e-06, + "S": 7.724757597316056e-05, + "I": 0.00021243661467451602, + "C": 5.459133899421431e-05, + "R": 1.0833817214006558e-05, + "M": 0.0008407393470406532, + "O": 0.00028139131609350443, + "W": 2.6104333301191218e-05, + "N": 5.882971527171321e-05, + "Y": 0.0045469035394489765, + "U": 2.675138830454671e-06, + "K": 0.0011570975184440613, + "L": 2.844162554538343e-05, + "G": 0.0032161884009838104, + "F": 0.1555144488811493, + "E": 0.0036043927539139986, + "T": 0.0022735060192644596, + "P": 0.05764496326446533, + "-": 0.7704401016235352 + }, + "id": "tp_22430" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2803770, + "label": "-", + "classification": { + "B": 5.860673263669014e-05, + "S": 4.646682646125555e-05, + "I": 2.410419074294623e-05, + "C": 7.149958400987089e-05, + "R": 2.8293537980061956e-05, + "M": 0.0014152248622849584, + "O": 0.0005991428042761981, + "W": 1.3294927157403436e-05, + "N": 1.566511059536424e-06, + "Y": 0.0020853555761277676, + "U": 3.6483601206782623e-07, + "K": 1.146804379459354e-06, + "L": 0.00024778774240985513, + "G": 0.002923729596659541, + "F": 0.029627660289406776, + "E": 8.04984665592201e-05, + "T": 0.0011980135459452868, + "P": 0.008525356650352478, + "-": 0.9530520439147949 + }, + "id": "tp_22431" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2803904, + "label": "-", + "classification": { + "B": 4.689980626082502e-10, + "S": 2.0551434165572147e-10, + "I": 8.794061727712688e-07, + "C": 2.7998824592145866e-08, + "R": 1.0855996102066001e-08, + "M": 7.992421160452068e-07, + "O": 1.4099714462645352e-07, + "W": 1.3510060847821137e-09, + "N": 5.2211679424374324e-09, + "Y": 0.00010865164222195745, + "U": 4.918292439981542e-10, + "K": 2.8970077448065013e-09, + "L": 5.432366112501086e-09, + "G": 2.3207790036394726e-06, + "F": 9.387040336150676e-05, + "E": 1.099830342354835e-06, + "T": 1.4776135685679037e-05, + "P": 0.011103021912276745, + "-": 0.9886743426322937 + }, + "id": "tp_22432" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2804004, + "label": "-", + "classification": { + "B": 4.152711596816516e-07, + "S": 4.225568090987508e-07, + "I": 1.6216350559261627e-05, + "C": 5.2936142310500145e-05, + "R": 6.361700798152015e-06, + "M": 4.4459862692747265e-05, + "O": 2.5301706045866013e-05, + "W": 4.857716930928291e-07, + "N": 1.3986708609081688e-06, + "Y": 0.001177544123493135, + "U": 3.459992683474411e-07, + "K": 3.3488752251287224e-06, + "L": 1.7907673282024916e-06, + "G": 0.00019793408864643425, + "F": 0.0026002663653343916, + "E": 3.100369940511882e-05, + "T": 0.0003079905000049621, + "P": 0.021756872534751892, + "-": 0.9737748503684998 + }, + "id": "tp_22433" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2804137, + "label": "-", + "classification": { + "B": 5.679231094291026e-07, + "S": 7.364128009612614e-07, + "I": 1.4116233160166303e-07, + "C": 2.515121977353374e-08, + "R": 4.845452039603515e-09, + "M": 1.6599664377281442e-05, + "O": 1.0304056559107266e-05, + "W": 8.711285204299202e-08, + "N": 1.263457871658602e-08, + "Y": 2.2301062926999293e-05, + "U": 1.9628609848609813e-10, + "K": 1.335261679002997e-08, + "L": 2.5278799853367673e-07, + "G": 8.712690032552928e-06, + "F": 0.0033569170627743006, + "E": 2.597946831883746e-06, + "T": 1.8450817151460797e-05, + "P": 0.0034655830822885036, + "-": 0.993096649646759 + }, + "id": "tp_22434" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2804271, + "label": "-", + "classification": { + "B": 4.446205366548384e-06, + "S": 7.979247129696887e-06, + "I": 3.4152844818891026e-06, + "C": 9.760316288520698e-08, + "R": 4.4369958374090857e-08, + "M": 3.341679985169321e-05, + "O": 1.7231361198355444e-05, + "W": 4.671166209391231e-07, + "N": 3.1061679806043685e-07, + "Y": 5.0014899898087606e-05, + "U": 2.9588056449370015e-09, + "K": 2.2024536860953958e-07, + "L": 8.740355497138808e-07, + "G": 4.970491863787174e-05, + "F": 0.014189617708325386, + "E": 6.716249481542036e-05, + "T": 6.489040970336646e-05, + "P": 0.03890160471200943, + "-": 0.9466085433959961 + }, + "id": "tp_22435" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2804404, + "label": "Y", + "classification": { + "B": 1.2502479876275174e-05, + "S": 0.00044994207564741373, + "I": 0.013184064999222755, + "C": 0.00019127425912301987, + "R": 0.00013757339911535382, + "M": 0.0019139607902616262, + "O": 0.00098375603556633, + "W": 0.00013407492951955646, + "N": 0.0022956645116209984, + "Y": 0.6213854551315308, + "U": 1.8065323956761858e-06, + "K": 0.023729240521788597, + "L": 1.3073454283585306e-05, + "G": 0.027379093691706657, + "F": 0.02398792654275894, + "E": 0.004426212050020695, + "T": 0.10074246674776077, + "P": 0.009530553594231606, + "-": 0.16950136423110962 + }, + "id": "tp_22436" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2804505, + "label": "-", + "classification": { + "B": 0.000850688898935914, + "S": 0.00016794334806036204, + "I": 0.004998029209673405, + "C": 0.00038684013998135924, + "R": 0.00013620559184346348, + "M": 0.001538368291221559, + "O": 0.0007916285539977252, + "W": 8.355368481716141e-05, + "N": 0.00046715704957023263, + "Y": 0.0026169561315327883, + "U": 2.8474432838265784e-05, + "K": 7.908500992925838e-05, + "L": 0.0003344977449160069, + "G": 0.006975056603550911, + "F": 0.028858887031674385, + "E": 0.007447879761457443, + "T": 0.002435757778584957, + "P": 0.33022540807724, + "-": 0.6115776300430298 + }, + "id": "tp_22437" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2804638, + "label": "-", + "classification": { + "B": 8.742833124131266e-09, + "S": 1.3192520498250815e-07, + "I": 9.869294217423885e-07, + "C": 1.6302407175317057e-06, + "R": 2.3279109484519722e-07, + "M": 1.728970164549537e-05, + "O": 3.0438206977123627e-06, + "W": 3.4595270648196674e-08, + "N": 4.6088921124010085e-08, + "Y": 0.001250087283551693, + "U": 3.288784133914646e-09, + "K": 3.9214754110616923e-07, + "L": 2.542126935622946e-07, + "G": 0.00010694214870454744, + "F": 0.010235857218503952, + "E": 4.209487087791786e-06, + "T": 0.00020785143715329468, + "P": 0.0027152160182595253, + "-": 0.9854558110237122 + }, + "id": "tp_22438" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2804771, + "label": "-", + "classification": { + "B": 5.595594484475441e-05, + "S": 0.00030138963484205306, + "I": 0.003647256875410676, + "C": 0.00014353121514432132, + "R": 0.0001614888897165656, + "M": 0.005484681576490402, + "O": 0.0014547243481501937, + "W": 0.00010489088163012639, + "N": 0.00036312066367827356, + "Y": 0.0343172550201416, + "U": 1.6274947483907454e-05, + "K": 9.66690931818448e-05, + "L": 0.0001584228011779487, + "G": 0.002469222992658615, + "F": 0.016320182010531425, + "E": 0.0009341969271190464, + "T": 0.03576231002807617, + "P": 0.07512004673480988, + "-": 0.8230884671211243 + }, + "id": "tp_22439" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2804905, + "label": "-", + "classification": { + "B": 6.234999091248028e-06, + "S": 1.1922201338165905e-05, + "I": 4.667196481022984e-05, + "C": 2.9343607366172364e-06, + "R": 1.7204248479174566e-06, + "M": 0.0003957492590416223, + "O": 0.00021730628213845193, + "W": 6.6871493800135795e-06, + "N": 2.3044715362630086e-06, + "Y": 0.0005577989504672587, + "U": 1.3906586104894814e-07, + "K": 2.082368268929713e-07, + "L": 1.679048546066042e-05, + "G": 0.00015712239837739617, + "F": 0.0021941422019153833, + "E": 5.3131294407648966e-05, + "T": 0.00045785773545503616, + "P": 0.03771402686834335, + "-": 0.9581573009490967 + }, + "id": "tp_22440" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2805005, + "label": "-", + "classification": { + "B": 3.9621113501198124e-08, + "S": 6.7175378717365675e-06, + "I": 4.110141162527725e-06, + "C": 9.174612500828516e-07, + "R": 7.703549727011705e-07, + "M": 0.00010990149166900665, + "O": 5.0858634494943544e-05, + "W": 7.381322006949631e-07, + "N": 2.0978946224659012e-07, + "Y": 0.0011085809674113989, + "U": 5.110089240645266e-09, + "K": 2.9904833809268894e-07, + "L": 3.2043376450019423e-06, + "G": 8.806669939076528e-05, + "F": 0.012557736597955227, + "E": 3.1217741707223468e-06, + "T": 0.0010376778664067388, + "P": 0.0023432753514498472, + "-": 0.9826838374137878 + }, + "id": "tp_22441" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2805138, + "label": "-", + "classification": { + "B": 4.212787629853665e-08, + "S": 7.384286959677411e-08, + "I": 0.00028482178458943963, + "C": 4.7275393626478035e-06, + "R": 6.657860467385035e-07, + "M": 4.869269560003886e-06, + "O": 2.349450141991838e-06, + "W": 1.897890058444318e-07, + "N": 1.4424474102270324e-05, + "Y": 0.00026301832986064255, + "U": 2.0393744648572465e-07, + "K": 3.012460183526855e-05, + "L": 4.303964473706401e-08, + "G": 1.8295941117685288e-05, + "F": 0.001208860194310546, + "E": 0.00021966762142255902, + "T": 8.97082791198045e-05, + "P": 0.3230340778827667, + "-": 0.6748238205909729 + }, + "id": "tp_22442" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2805272, + "label": "-", + "classification": { + "B": 4.448997970030177e-06, + "S": 3.061258894376806e-06, + "I": 0.0002007056027650833, + "C": 9.063116158358753e-05, + "R": 1.468378832214512e-05, + "M": 5.235878415987827e-05, + "O": 4.201601041131653e-05, + "W": 4.841936515731504e-06, + "N": 1.171891108242562e-05, + "Y": 0.0010804913472384214, + "U": 3.040023784706136e-06, + "K": 1.903849442896899e-05, + "L": 6.814608241256792e-06, + "G": 0.00030304110259748995, + "F": 0.012726965360343456, + "E": 0.00019084149971604347, + "T": 0.00042491647764109075, + "P": 0.11584245413541794, + "-": 0.8689779043197632 + }, + "id": "tp_22443" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2805405, + "label": "P", + "classification": { + "B": 7.797476428095251e-05, + "S": 0.00022291549248620868, + "I": 0.00015419669216498733, + "C": 2.569238972682797e-07, + "R": 2.612686671454867e-07, + "M": 4.69732767669484e-05, + "O": 0.00016298520495183766, + "W": 7.82625920692226e-06, + "N": 4.0219008951680735e-05, + "Y": 2.1767014914075844e-05, + "U": 5.137497538498792e-08, + "K": 3.112278079697717e-08, + "L": 6.497719823528314e-06, + "G": 2.8924525395268574e-05, + "F": 0.0010360439773648977, + "E": 8.272158447653055e-05, + "T": 0.00011390675354050472, + "P": 0.850307822227478, + "-": 0.14768865704536438 + }, + "id": "tp_22444" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2805506, + "label": "-", + "classification": { + "B": 7.498844638575974e-07, + "S": 4.944083684677025e-07, + "I": 5.22845693922136e-05, + "C": 3.519460847201117e-07, + "R": 1.2680369820827764e-07, + "M": 7.554265175713226e-05, + "O": 2.4544015104766004e-05, + "W": 2.3427990925029007e-07, + "N": 1.2596669876074884e-06, + "Y": 0.0004581493849400431, + "U": 1.7721440315199288e-08, + "K": 4.801427877509923e-08, + "L": 7.295087129932654e-07, + "G": 6.029526412021369e-05, + "F": 0.0003205574175808579, + "E": 1.8644450392457657e-05, + "T": 0.0006452096858993173, + "P": 0.04290371388196945, + "-": 0.9554370045661926 + }, + "id": "tp_22445" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2805639, + "label": "-", + "classification": { + "B": 3.224539923962766e-08, + "S": 2.6804892172549444e-07, + "I": 1.670872552494984e-05, + "C": 3.0560649975086562e-06, + "R": 5.332045134309737e-07, + "M": 1.1078265742980875e-05, + "O": 6.74390184940421e-06, + "W": 2.3643460167477315e-07, + "N": 1.218334432451229e-06, + "Y": 0.0004506462428253144, + "U": 2.0904158759549318e-07, + "K": 1.5987016013241373e-05, + "L": 2.0913570608627197e-07, + "G": 2.985309765790589e-05, + "F": 0.001692046644166112, + "E": 1.8470531358616427e-05, + "T": 0.0002364575193496421, + "P": 0.01814129389822483, + "-": 0.9793749451637268 + }, + "id": "tp_22446" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2805772, + "label": "F", + "classification": { + "B": 2.1090843802085146e-05, + "S": 0.0011236328864470124, + "I": 0.00024744041729718447, + "C": 0.0006703746039420366, + "R": 0.00021400443802122027, + "M": 0.002222012262791395, + "O": 0.001842276193201542, + "W": 0.0003068709629587829, + "N": 0.00017228059004992247, + "Y": 0.01807098276913166, + "U": 7.4629515438573435e-06, + "K": 0.005901530385017395, + "L": 0.00030796515056863427, + "G": 0.018300266936421394, + "F": 0.49866142868995667, + "E": 0.0029740731697529554, + "T": 0.010538013651967049, + "P": 0.020646166056394577, + "-": 0.4177721440792084 + }, + "id": "tp_22447" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2805906, + "label": "-", + "classification": { + "B": 6.145233783172444e-05, + "S": 6.532440602313727e-05, + "I": 0.0021361124236136675, + "C": 0.00018963144975714386, + "R": 8.367111149709672e-05, + "M": 0.0006877293926663697, + "O": 0.0003685691917780787, + "W": 6.688213761663064e-05, + "N": 0.0003498733276501298, + "Y": 0.013002509251236916, + "U": 3.323772762087174e-05, + "K": 0.0007636279333382845, + "L": 4.7249344788724557e-05, + "G": 0.002421240322291851, + "F": 0.020231377333402634, + "E": 0.003198284422978759, + "T": 0.007387035060673952, + "P": 0.12857547402381897, + "-": 0.8203306198120117 + }, + "id": "tp_22448" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2806006, + "label": "-", + "classification": { + "B": 1.0073431672141808e-11, + "S": 2.1492722879212778e-10, + "I": 8.589418598603515e-08, + "C": 2.8123692263903877e-10, + "R": 1.8205660937131718e-11, + "M": 1.3383511188180819e-08, + "O": 1.0836829211768872e-08, + "W": 5.430346103341144e-11, + "N": 1.3805708798386718e-09, + "Y": 5.004473564440559e-07, + "U": 3.918386014961639e-12, + "K": 1.352982170743644e-10, + "L": 4.2940782873923666e-11, + "G": 2.33982895281315e-08, + "F": 3.374780862941407e-05, + "E": 6.969668220335734e-08, + "T": 8.728348461772839e-07, + "P": 0.055898018181324005, + "-": 0.9440666437149048 + }, + "id": "tp_22449" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2806139, + "label": "-", + "classification": { + "B": 1.2962198070454178e-06, + "S": 1.1870230991917197e-05, + "I": 1.3745108844887e-05, + "C": 2.1725336409872398e-05, + "R": 1.0563352589088026e-05, + "M": 0.0003039409639313817, + "O": 6.827030301792547e-05, + "W": 3.0892936138116056e-06, + "N": 5.193165293349011e-07, + "Y": 0.005602444987744093, + "U": 4.655227670014028e-08, + "K": 4.704425577983784e-07, + "L": 1.542585960123688e-05, + "G": 0.0005914354114793241, + "F": 0.02185346744954586, + "E": 2.743227560131345e-05, + "T": 0.001204140717163682, + "P": 0.003036521142348647, + "-": 0.9672337174415588 + }, + "id": "tp_22450" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2806273, + "label": "-", + "classification": { + "B": 1.6933240587491127e-08, + "S": 2.7958682835560467e-07, + "I": 1.7285295825786307e-06, + "C": 3.743316199233959e-07, + "R": 8.306933096946523e-08, + "M": 1.786930806702003e-05, + "O": 4.703714694187511e-06, + "W": 1.8548649904914782e-07, + "N": 2.3628618350812758e-07, + "Y": 0.0004883648362010717, + "U": 1.0717984721964058e-08, + "K": 2.151447370124515e-05, + "L": 5.496624666534444e-08, + "G": 1.8111803001374938e-05, + "F": 0.005827085580676794, + "E": 1.4769839253858663e-05, + "T": 0.00018014483794104308, + "P": 0.010546624660491943, + "-": 0.9828777313232422 + }, + "id": "tp_22451" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2806406, + "label": "-", + "classification": { + "B": 2.768005515463301e-06, + "S": 1.3452430721372366e-05, + "I": 1.6138204955495894e-05, + "C": 6.870347715448588e-05, + "R": 2.9990093025844544e-05, + "M": 0.0001378067536279559, + "O": 0.00017447424761485308, + "W": 1.14918002509512e-05, + "N": 2.2604281184612773e-06, + "Y": 0.002621418796479702, + "U": 7.115737616913975e-07, + "K": 6.902791938045993e-05, + "L": 2.921343366324436e-05, + "G": 0.0012613212456926703, + "F": 0.05176263675093651, + "E": 8.180461736628786e-05, + "T": 0.0008778798510320485, + "P": 0.008436841890215874, + "-": 0.9344021081924438 + }, + "id": "tp_22452" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2806507, + "label": "-", + "classification": { + "B": 0.0009657899499870837, + "S": 0.0016050274716690183, + "I": 0.0012600955087691545, + "C": 8.575936954002827e-05, + "R": 0.0001017629328998737, + "M": 0.006417395547032356, + "O": 0.005160543601959944, + "W": 0.0003309787134639919, + "N": 0.00013161356037016958, + "Y": 0.0016893086722120643, + "U": 6.461056727857795e-06, + "K": 1.0099754035763908e-05, + "L": 0.0012706867419183254, + "G": 0.004595550242811441, + "F": 0.032423485070466995, + "E": 0.0014527053572237492, + "T": 0.003767880378291011, + "P": 0.13820526003837585, + "-": 0.800519585609436 + }, + "id": "tp_22453" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2806640, + "label": "-", + "classification": { + "B": 0.0008527627796866, + "S": 0.0002276346058351919, + "I": 0.006517264526337385, + "C": 0.00011883107799803838, + "R": 3.097579974564724e-05, + "M": 0.002988490043208003, + "O": 0.0008973395451903343, + "W": 7.813135016476735e-05, + "N": 0.0005866449791938066, + "Y": 0.003433980280533433, + "U": 1.436621732864296e-05, + "K": 2.6410392820253037e-05, + "L": 0.0002538471599109471, + "G": 0.002912235213443637, + "F": 0.010215453803539276, + "E": 0.007530361879616976, + "T": 0.003701584180817008, + "P": 0.4245931804180145, + "-": 0.5350204706192017 + }, + "id": "tp_22454" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2806773, + "label": "-", + "classification": { + "B": 1.1359356903994922e-05, + "S": 0.00015697552589699626, + "I": 0.0029213237576186657, + "C": 1.001867167360615e-05, + "R": 6.797993137297453e-06, + "M": 0.000384838436730206, + "O": 0.0002471838379278779, + "W": 1.9399061784497462e-05, + "N": 0.00026383966905996203, + "Y": 0.005018232390284538, + "U": 5.104459432914155e-07, + "K": 4.3305994040565565e-05, + "L": 8.368958333448973e-06, + "G": 0.0005411021993495524, + "F": 0.0231573935598135, + "E": 0.001448327675461769, + "T": 0.002603218425065279, + "P": 0.4353536367416382, + "-": 0.5278042554855347 + }, + "id": "tp_22455" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2806907, + "label": "-", + "classification": { + "B": 0.0004169050371274352, + "S": 0.00129966891836375, + "I": 0.015232227742671967, + "C": 0.009713700972497463, + "R": 0.006847820710390806, + "M": 0.01617426797747612, + "O": 0.007064105477184057, + "W": 0.0018304948462173343, + "N": 0.0030784085392951965, + "Y": 0.08399700373411179, + "U": 0.0011953840730711818, + "K": 0.003928805701434612, + "L": 0.0021116340067237616, + "G": 0.01621885597705841, + "F": 0.04021182656288147, + "E": 0.006249161437153816, + "T": 0.054544948041439056, + "P": 0.07048002630472183, + "-": 0.6594047546386719 + }, + "id": "tp_22456" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2807007, + "label": "-", + "classification": { + "B": 8.334767542805821e-09, + "S": 4.3527714410629414e-07, + "I": 2.063268311758293e-06, + "C": 7.162745419009298e-08, + "R": 6.751312753294769e-08, + "M": 4.7218662075465545e-05, + "O": 5.507818514161045e-06, + "W": 1.1564116420004211e-07, + "N": 1.1702795887913453e-07, + "Y": 0.0005236570723354816, + "U": 1.902769275474725e-09, + "K": 6.851979605926317e-07, + "L": 1.092607107011645e-07, + "G": 1.113134203478694e-05, + "F": 0.006474888883531094, + "E": 5.648577825922985e-06, + "T": 0.0003654606989584863, + "P": 0.011140475980937481, + "-": 0.9814223051071167 + }, + "id": "tp_22457" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2807140, + "label": "-", + "classification": { + "B": 2.7671381852556465e-10, + "S": 1.836119034592798e-09, + "I": 2.3300920304336614e-07, + "C": 6.704264698953466e-09, + "R": 1.233657509480679e-09, + "M": 1.1430286122049438e-06, + "O": 1.398335882640822e-07, + "W": 9.46105305210665e-10, + "N": 2.7644386779712704e-09, + "Y": 2.3322374545386992e-05, + "U": 8.534670886684026e-11, + "K": 1.1814109690533314e-09, + "L": 2.91802537688568e-09, + "G": 4.6274450937744405e-07, + "F": 0.00015807557792868465, + "E": 1.647911034297067e-07, + "T": 2.7297242922941223e-05, + "P": 0.006195880938321352, + "-": 0.993593156337738 + }, + "id": "tp_22458" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2807274, + "label": "-", + "classification": { + "B": 1.3660731212894461e-08, + "S": 3.728267827796117e-08, + "I": 1.1395039109629579e-05, + "C": 7.596739237669681e-07, + "R": 7.356663189739265e-08, + "M": 9.566109838488046e-06, + "O": 9.886213092613616e-07, + "W": 5.394768365363234e-08, + "N": 6.232231726244208e-07, + "Y": 0.00041915811016224325, + "U": 1.1664824661750117e-08, + "K": 2.883361594285816e-05, + "L": 1.650913183937064e-08, + "G": 8.871330646798015e-05, + "F": 0.005388519261032343, + "E": 0.0002801100490614772, + "T": 7.749055657768622e-05, + "P": 0.040253497660160065, + "-": 0.9534401893615723 + }, + "id": "tp_22459" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2807407, + "label": "-", + "classification": { + "B": 4.2564192170857496e-08, + "S": 2.5193692181346705e-06, + "I": 5.353348115022527e-06, + "C": 1.7544751074183296e-07, + "R": 1.0120266580315729e-07, + "M": 3.085782009293325e-05, + "O": 1.5070284462126438e-05, + "W": 5.644776592816925e-07, + "N": 5.734669912271784e-07, + "Y": 0.0037950119003653526, + "U": 4.037465473061275e-09, + "K": 6.284341361606494e-05, + "L": 1.8861564399230701e-07, + "G": 0.00022307905601337552, + "F": 0.033393893390893936, + "E": 6.479562580352649e-05, + "T": 0.0007416046573780477, + "P": 0.004945952910929918, + "-": 0.9567173719406128 + }, + "id": "tp_22460" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2807508, + "label": "-", + "classification": { + "B": 1.9260861794379025e-09, + "S": 2.814698234487878e-07, + "I": 1.1656229048639943e-07, + "C": 3.5515809031494427e-06, + "R": 1.4965867478622386e-07, + "M": 2.1357172954594716e-05, + "O": 6.719839348079404e-06, + "W": 8.271938867210338e-08, + "N": 3.0945372486712586e-08, + "Y": 0.0009474586695432663, + "U": 9.026006053680646e-10, + "K": 1.6597758076386526e-05, + "L": 2.9234058729343815e-07, + "G": 0.00023185658210422844, + "F": 0.08065592497587204, + "E": 9.729007615533192e-06, + "T": 0.00018363207345828414, + "P": 0.0010964487446472049, + "-": 0.9168257117271423 + }, + "id": "tp_22461" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2807641, + "label": "-", + "classification": { + "B": 2.8212348013312294e-08, + "S": 8.541853446786263e-08, + "I": 7.51693187339697e-06, + "C": 8.151171186909778e-07, + "R": 1.5395305297261075e-07, + "M": 1.4511667359329294e-05, + "O": 2.369262801948935e-06, + "W": 7.500525356363141e-08, + "N": 5.88629518460948e-07, + "Y": 0.0006589277763850987, + "U": 2.083396921648273e-08, + "K": 8.194542715500575e-06, + "L": 8.47125889436029e-08, + "G": 8.670234819874167e-05, + "F": 0.004001622088253498, + "E": 0.00013954995665699244, + "T": 0.0002011862670769915, + "P": 0.0422414168715477, + "-": 0.9526361227035522 + }, + "id": "tp_22462" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2807774, + "label": "-", + "classification": { + "B": 8.347526403440497e-08, + "S": 1.2808766314265085e-07, + "I": 1.4041928864116926e-07, + "C": 4.2919319298562186e-07, + "R": 1.271356069310059e-07, + "M": 9.27563633013051e-06, + "O": 6.393127932824427e-06, + "W": 3.703514650510442e-08, + "N": 1.4140256743289115e-09, + "Y": 0.00010059514170279726, + "U": 1.412251426913258e-10, + "K": 6.249975537109265e-10, + "L": 1.0085959729622118e-06, + "G": 3.1400595617014915e-05, + "F": 0.001202420680783689, + "E": 8.758885172710507e-08, + "T": 6.750831380486488e-05, + "P": 0.0004152428009547293, + "-": 0.9981650710105896 + }, + "id": "tp_22463" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2807908, + "label": "-", + "classification": { + "B": 1.1193916407137294e-06, + "S": 3.689363074954599e-05, + "I": 0.0006225188844837248, + "C": 2.9424854801618494e-05, + "R": 3.628955164458603e-05, + "M": 0.001474103075452149, + "O": 0.0003958337183576077, + "W": 1.1248122973483987e-05, + "N": 1.5971247194102034e-05, + "Y": 0.028691772371530533, + "U": 3.417502227875957e-07, + "K": 7.804183042026125e-06, + "L": 2.450766805850435e-05, + "G": 0.0009245900437235832, + "F": 0.006890738382935524, + "E": 2.3394122763420455e-05, + "T": 0.022133467718958855, + "P": 0.006197694223374128, + "-": 0.9324823021888733 + }, + "id": "tp_22464" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2808008, + "label": "-", + "classification": { + "B": 3.120981318716076e-06, + "S": 1.0098805432789959e-05, + "I": 2.3649852664675564e-05, + "C": 1.921000330185052e-05, + "R": 1.4557015674654394e-05, + "M": 0.0005462027038447559, + "O": 0.0002620398881845176, + "W": 6.495540219475515e-06, + "N": 8.920093250708305e-07, + "Y": 0.008527440950274467, + "U": 9.997555139307224e-08, + "K": 4.83800477013574e-07, + "L": 5.2032679377589375e-05, + "G": 0.0011018513469025493, + "F": 0.015623164363205433, + "E": 1.7955759176402353e-05, + "T": 0.002499766880646348, + "P": 0.0025443986523896456, + "-": 0.968746542930603 + }, + "id": "tp_22465" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2808141, + "label": "-", + "classification": { + "B": 1.1135025346220573e-08, + "S": 2.7509035049888553e-08, + "I": 2.3220880393637344e-05, + "C": 1.4373025578606757e-06, + "R": 1.0239871528483491e-07, + "M": 2.6462573714525206e-06, + "O": 1.2921033203383558e-06, + "W": 8.287883446200794e-08, + "N": 1.1048319947803975e-06, + "Y": 8.766327664488927e-05, + "U": 5.651899215308731e-08, + "K": 2.452130729579949e-06, + "L": 3.860366959429484e-08, + "G": 1.0086511792906094e-05, + "F": 0.0024181660264730453, + "E": 3.047495920327492e-05, + "T": 4.223526411806233e-05, + "P": 0.15909165143966675, + "-": 0.838287353515625 + }, + "id": "tp_22466" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2808275, + "label": "-", + "classification": { + "B": 1.6958422577317833e-07, + "S": 1.6037066643548314e-06, + "I": 2.3224611140904017e-06, + "C": 2.232422275483259e-06, + "R": 5.727551979362033e-07, + "M": 2.813260471157264e-05, + "O": 1.2709015209111385e-05, + "W": 4.842883072342374e-07, + "N": 2.998815773480601e-07, + "Y": 0.0004985135165043175, + "U": 1.8026641512847164e-08, + "K": 6.9641250775021035e-06, + "L": 7.88429701970017e-07, + "G": 0.00011222712055314332, + "F": 0.029477067291736603, + "E": 2.977545045723673e-05, + "T": 0.00016704961308278143, + "P": 0.008936351165175438, + "-": 0.9607226848602295 + }, + "id": "tp_22467" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2808375, + "label": "-", + "classification": { + "B": 0.00016369055083487183, + "S": 0.000583564571570605, + "I": 4.584781436278718e-06, + "C": 1.0813791959662922e-05, + "R": 5.017608145863051e-06, + "M": 0.001264382852241397, + "O": 0.0007166250143200159, + "W": 3.169239789713174e-05, + "N": 8.854771067490219e-07, + "Y": 0.0005282459314912558, + "U": 3.0180718368910675e-08, + "K": 1.6746531628086814e-06, + "L": 0.00015427231846842915, + "G": 0.001851173467002809, + "F": 0.11389842629432678, + "E": 0.00010081009531859308, + "T": 0.0009648744598962367, + "P": 0.0039576999843120575, + "-": 0.8757615089416504 + }, + "id": "tp_22468" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2808509, + "label": "-", + "classification": { + "B": 1.8951924403154408e-06, + "S": 1.0358087820350192e-05, + "I": 0.00016274182416964322, + "C": 0.0004872175632044673, + "R": 7.005890074651688e-05, + "M": 0.00039214215939864516, + "O": 0.00016994441102724522, + "W": 1.011382119031623e-05, + "N": 2.136227340088226e-05, + "Y": 0.005966935772448778, + "U": 2.2032220385881374e-06, + "K": 0.00015411055937875062, + "L": 3.275112612755038e-05, + "G": 0.004026460461318493, + "F": 0.0669848620891571, + "E": 0.0008699912577867508, + "T": 0.001526691485196352, + "P": 0.03652627766132355, + "-": 0.8825837969779968 + }, + "id": "tp_22469" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2808642, + "label": "-", + "classification": { + "B": 9.964107761106789e-09, + "S": 3.06763965340906e-08, + "I": 1.6152365560628823e-06, + "C": 5.819495072501013e-07, + "R": 1.2175753738574713e-07, + "M": 4.8544679884798825e-06, + "O": 1.120041588364984e-06, + "W": 1.7540600083520985e-08, + "N": 3.315346930321539e-08, + "Y": 0.00014404571265913546, + "U": 4.056811775399183e-09, + "K": 3.892888855716592e-08, + "L": 5.7609376824530045e-08, + "G": 8.446253559668548e-06, + "F": 0.0004436200833879411, + "E": 1.0725924539656262e-06, + "T": 7.818658923497424e-05, + "P": 0.008087444119155407, + "-": 0.9912285804748535 + }, + "id": "tp_22470" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2808775, + "label": "-", + "classification": { + "B": 2.0237244172105484e-11, + "S": 3.7164280541901462e-09, + "I": 1.4306814399844825e-08, + "C": 2.988798097902645e-09, + "R": 5.888930454389651e-10, + "M": 1.4618140085076448e-06, + "O": 2.755183174940612e-07, + "W": 7.269404522780576e-10, + "N": 2.723121450554089e-10, + "Y": 1.7119888070737943e-05, + "U": 5.8037880057426605e-12, + "K": 7.156374937089538e-10, + "L": 4.127157726685482e-09, + "G": 6.353728849717299e-07, + "F": 0.00046058796579018235, + "E": 3.792485259168643e-08, + "T": 1.4350425772136077e-05, + "P": 0.0008563247392885387, + "-": 0.9986491799354553 + }, + "id": "tp_22471" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2808876, + "label": "-", + "classification": { + "B": 5.269197345114662e-07, + "S": 2.3793410264261183e-07, + "I": 7.270916171364661e-07, + "C": 1.5728202242826228e-06, + "R": 4.5568580731014663e-07, + "M": 0.0002602467138785869, + "O": 1.8164348148275167e-05, + "W": 4.445984558287819e-08, + "N": 7.143589719760257e-09, + "Y": 0.0016570924781262875, + "U": 1.0599766619989737e-09, + "K": 3.42540151798687e-09, + "L": 7.3722471825021785e-06, + "G": 0.0006815711385570467, + "F": 0.0011018128134310246, + "E": 1.8183818610850722e-06, + "T": 0.0005611894303001463, + "P": 0.0004707197949755937, + "-": 0.9952364563941956 + }, + "id": "tp_22472" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2809009, + "label": "P", + "classification": { + "B": 1.632647439464563e-07, + "S": 1.3168121313356096e-06, + "I": 9.874910028884187e-05, + "C": 3.97271378460573e-06, + "R": 6.716797997796675e-07, + "M": 7.973167157615535e-06, + "O": 8.416453056270257e-06, + "W": 1.3748880292041576e-06, + "N": 2.4325934646185488e-05, + "Y": 0.0001956801861524582, + "U": 2.766299189715937e-07, + "K": 8.068225724855438e-05, + "L": 1.8975453031089273e-07, + "G": 5.436343781184405e-05, + "F": 0.01939467154443264, + "E": 0.000680625787936151, + "T": 8.681065810378641e-05, + "P": 0.5654850006103516, + "-": 0.41387471556663513 + }, + "id": "tp_22473" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2809142, + "label": "-", + "classification": { + "B": 5.255821999838872e-09, + "S": 7.646315580700502e-09, + "I": 1.1942437367906678e-06, + "C": 3.5173741252947366e-07, + "R": 2.5822737725889056e-08, + "M": 1.7676239849606645e-06, + "O": 9.480277753937116e-07, + "W": 1.2345394928559017e-08, + "N": 4.2133095234930806e-08, + "Y": 0.00015571893891319633, + "U": 3.237468293448842e-09, + "K": 1.1176437908488879e-07, + "L": 3.8016771952698036e-08, + "G": 2.778483940346632e-05, + "F": 0.0020883921533823013, + "E": 6.2686899582331534e-06, + "T": 2.3173583031166345e-05, + "P": 0.029760481789708138, + "-": 0.967933714389801 + }, + "id": "tp_22474" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2809276, + "label": "-", + "classification": { + "B": 0.0002979312848765403, + "S": 0.0003296896175015718, + "I": 0.0008318360196426511, + "C": 6.480220326920971e-05, + "R": 3.5995217331219465e-05, + "M": 0.0008153719827532768, + "O": 0.0011808001436293125, + "W": 0.00013792826212011278, + "N": 0.00017015208140946925, + "Y": 0.001101864967495203, + "U": 9.649760613683611e-06, + "K": 0.00015529149095527828, + "L": 0.00011909269960597157, + "G": 0.002163516590371728, + "F": 0.04151314124464989, + "E": 0.0026875720359385014, + "T": 0.0012530152453109622, + "P": 0.18184345960617065, + "-": 0.7652888298034668 + }, + "id": "tp_22475" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2809376, + "label": "-", + "classification": { + "B": 2.6493889890844002e-06, + "S": 9.72069119598018e-06, + "I": 0.00020934561325702816, + "C": 9.566217158862855e-06, + "R": 2.584917865533498e-06, + "M": 0.00026447363779880106, + "O": 5.995370156597346e-05, + "W": 6.782752734579844e-06, + "N": 2.1638050384353846e-05, + "Y": 0.002370222471654415, + "U": 8.621904044048279e-07, + "K": 8.674011041875929e-05, + "L": 4.106272626813734e-06, + "G": 0.0004231568309478462, + "F": 0.022726912051439285, + "E": 0.0012905265903100371, + "T": 0.0010124731343239546, + "P": 0.10328850895166397, + "-": 0.8682097792625427 + }, + "id": "tp_22476" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2809510, + "label": "-", + "classification": { + "B": 1.236601747223176e-05, + "S": 6.297999061644077e-05, + "I": 0.00041224915185011923, + "C": 7.883197395130992e-05, + "R": 3.3069547498598695e-05, + "M": 0.0009675234323367476, + "O": 0.00036384104168973863, + "W": 4.2036379454657435e-05, + "N": 5.8474157413002104e-05, + "Y": 0.00861962791532278, + "U": 9.165452866000123e-06, + "K": 7.397693843813613e-05, + "L": 3.297868897789158e-05, + "G": 0.0006227258709259331, + "F": 0.009686780162155628, + "E": 0.00024964907788671553, + "T": 0.0063173724338412285, + "P": 0.043062396347522736, + "-": 0.9292939305305481 + }, + "id": "tp_22477" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2809643, + "label": "-", + "classification": { + "B": 1.1205346650555725e-09, + "S": 1.1417404799374253e-08, + "I": 2.739552655839361e-07, + "C": 1.7725687584402294e-09, + "R": 7.337674912122338e-11, + "M": 2.409572061878862e-07, + "O": 9.789410171379131e-08, + "W": 1.54600898749635e-09, + "N": 2.6824929832969246e-08, + "Y": 3.89623210139689e-06, + "U": 1.2037384977681143e-10, + "K": 2.7230058208260743e-08, + "L": 4.4665318665870757e-10, + "G": 4.96380266667984e-07, + "F": 0.0007410154794342816, + "E": 3.015918764504022e-06, + "T": 7.256012395373546e-06, + "P": 0.18902276456356049, + "-": 0.8102209568023682 + }, + "id": "tp_22478" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2809776, + "label": "-", + "classification": { + "B": 2.2942292616789928e-06, + "S": 4.275618266547099e-06, + "I": 6.432668214984005e-06, + "C": 4.549579898593947e-06, + "R": 7.11310974566004e-07, + "M": 8.667662041261792e-05, + "O": 2.5156563424388878e-05, + "W": 1.0071064480143832e-06, + "N": 7.132605333026731e-07, + "Y": 0.0023162709549069405, + "U": 4.947860432480411e-08, + "K": 1.09642155621259e-06, + "L": 4.406967946124496e-06, + "G": 0.0005590726505033672, + "F": 0.045244891196489334, + "E": 0.00010482792276889086, + "T": 0.00039122835732996464, + "P": 0.027269914746284485, + "-": 0.9239764213562012 + }, + "id": "tp_22479" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2809877, + "label": "-", + "classification": { + "B": 5.559440978686325e-05, + "S": 0.00011708022793754935, + "I": 3.345168806845322e-05, + "C": 9.16042426979402e-06, + "R": 1.0773758731374983e-05, + "M": 0.0010544911492615938, + "O": 0.000553666555788368, + "W": 2.365077489230316e-05, + "N": 3.4306212910450995e-06, + "Y": 0.0040963985957205296, + "U": 1.725402256624875e-07, + "K": 1.2477609061534167e-06, + "L": 8.341866487171501e-05, + "G": 0.0013193136546760798, + "F": 0.030415799468755722, + "E": 5.1930404879385605e-05, + "T": 0.004336586222052574, + "P": 0.007156616076827049, + "-": 0.9506771564483643 + }, + "id": "tp_22480" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2810010, + "label": "-", + "classification": { + "B": 1.0572139075293308e-07, + "S": 8.837498171487823e-06, + "I": 1.552335925225634e-05, + "C": 1.742419328820688e-07, + "R": 8.912852678122363e-08, + "M": 1.4953276149753947e-05, + "O": 1.635185253689997e-05, + "W": 1.0047070873042685e-06, + "N": 4.696300038631307e-06, + "Y": 0.0002275858714710921, + "U": 2.6705096800583306e-08, + "K": 3.4258304367540404e-05, + "L": 1.6031968641527783e-07, + "G": 3.858647323795594e-05, + "F": 0.035260237753391266, + "E": 7.171756442403421e-05, + "T": 0.0003330412437207997, + "P": 0.1314191073179245, + "-": 0.8325535655021667 + }, + "id": "tp_22481" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2810143, + "label": "-", + "classification": { + "B": 2.057646088360343e-05, + "S": 3.465266490820795e-05, + "I": 0.00014973513316363096, + "C": 0.0002658309822436422, + "R": 6.342603592202067e-05, + "M": 0.0015985965728759766, + "O": 0.000494270701892674, + "W": 3.416820618440397e-05, + "N": 2.5350400392198935e-05, + "Y": 0.013250208459794521, + "U": 8.025585884752218e-06, + "K": 0.0004101273661945015, + "L": 0.00011762275971705094, + "G": 0.008638140745460987, + "F": 0.0634588971734047, + "E": 0.0010732219088822603, + "T": 0.00541655533015728, + "P": 0.023372411727905273, + "-": 0.881568193435669 + }, + "id": "tp_22482" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2810277, + "label": "-", + "classification": { + "B": 2.416996721876785e-05, + "S": 0.0007444600923918188, + "I": 0.0014650323428213596, + "C": 0.00039290383574552834, + "R": 0.00027727699489332736, + "M": 0.006554645486176014, + "O": 0.0028408507350832224, + "W": 0.0002718300966080278, + "N": 0.0002779696078505367, + "Y": 0.10468458384275436, + "U": 5.334316483640578e-06, + "K": 0.0003683046961668879, + "L": 0.00016476318705826998, + "G": 0.008159357123076916, + "F": 0.05723138153553009, + "E": 0.0006040417938493192, + "T": 0.07135775685310364, + "P": 0.016087332740426064, + "-": 0.7284881472587585 + }, + "id": "tp_22483" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2810377, + "label": "-", + "classification": { + "B": 2.024180302540035e-11, + "S": 6.089196924463636e-10, + "I": 2.8540430019319274e-09, + "C": 1.08677000731916e-09, + "R": 1.0043826187411398e-10, + "M": 5.332453412165705e-08, + "O": 3.823389960189161e-08, + "W": 1.3974425783214173e-10, + "N": 1.1215110090612157e-10, + "Y": 1.2076852726750076e-05, + "U": 1.2884836426974022e-12, + "K": 1.2013489092410623e-09, + "L": 5.367028488301173e-10, + "G": 9.18902685498324e-07, + "F": 0.006680539343506098, + "E": 6.142288810906393e-08, + "T": 2.4692208171472885e-06, + "P": 0.0025525917299091816, + "-": 0.9907512068748474 + }, + "id": "tp_22484" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2810511, + "label": "-", + "classification": { + "B": 8.379160863114521e-05, + "S": 1.0475429235157208e-06, + "I": 4.0096707380143926e-05, + "C": 8.174830554708024e-07, + "R": 7.031217563735481e-08, + "M": 5.005878847441636e-05, + "O": 1.637834429857321e-05, + "W": 3.395947771878127e-07, + "N": 1.6354377976313117e-06, + "Y": 4.8247326049022377e-05, + "U": 5.0664148432133516e-08, + "K": 2.1676795469716126e-08, + "L": 3.803409981628647e-06, + "G": 0.0001349937083432451, + "F": 0.0010707058245316148, + "E": 0.000278431863989681, + "T": 9.026484622154385e-05, + "P": 0.46371427178382874, + "-": 0.5344650745391846 + }, + "id": "tp_22485" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2810644, + "label": "-", + "classification": { + "B": 1.2371578587966336e-11, + "S": 6.376626449089429e-10, + "I": 2.419181157620187e-07, + "C": 2.3437616292198982e-08, + "R": 7.546639757549656e-09, + "M": 6.466976998353857e-08, + "O": 4.7181213602698335e-08, + "W": 5.994091889505171e-10, + "N": 3.4091172107508783e-09, + "Y": 3.4132652217522264e-05, + "U": 1.181103964631447e-10, + "K": 8.711614540857227e-09, + "L": 4.437792633371629e-10, + "G": 4.6143216536620457e-07, + "F": 0.00015633396105840802, + "E": 4.640316220161367e-08, + "T": 9.118273737840354e-06, + "P": 0.006839094217866659, + "-": 0.9929603934288025 + }, + "id": "tp_22486" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2810777, + "label": "-", + "classification": { + "B": 6.673137136203877e-07, + "S": 5.289778982842108e-06, + "I": 0.0004220787959638983, + "C": 1.6986787159112282e-05, + "R": 4.6832365114823915e-06, + "M": 0.00014853851462248713, + "O": 4.267863914719783e-05, + "W": 1.159941530204378e-05, + "N": 7.35391877242364e-05, + "Y": 0.0023365679662674665, + "U": 1.748022668834892e-06, + "K": 0.011963512748479843, + "L": 7.976620963745518e-07, + "G": 0.0005068675964139402, + "F": 0.03493183106184006, + "E": 0.0034406911581754684, + "T": 0.0012322544353082776, + "P": 0.08358695358037949, + "-": 0.8612727522850037 + }, + "id": "tp_22487" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2810878, + "label": "-", + "classification": { + "B": 2.771575509541435e-06, + "S": 9.4023907877272e-06, + "I": 0.000685214763507247, + "C": 1.6203524864977226e-05, + "R": 1.0723254490585532e-05, + "M": 0.001365972333587706, + "O": 9.46754080359824e-05, + "W": 2.0239201603544643e-06, + "N": 8.711278496775776e-06, + "Y": 0.07441570609807968, + "U": 1.339478927775417e-07, + "K": 7.755771548545454e-06, + "L": 1.1763990187318996e-05, + "G": 0.004941257182508707, + "F": 0.006088779773563147, + "E": 0.00028545389068312943, + "T": 0.017516527324914932, + "P": 0.00788926798850298, + "-": 0.886647641658783 + }, + "id": "tp_22488" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2811011, + "label": "-", + "classification": { + "B": 7.259404632975475e-09, + "S": 2.9591616268476173e-08, + "I": 1.60240040258941e-06, + "C": 6.87994230474942e-08, + "R": 1.0014744589170732e-07, + "M": 1.4362448382598814e-05, + "O": 3.820765414275229e-06, + "W": 1.0332070310425934e-08, + "N": 1.0564224162123992e-08, + "Y": 0.000434073997894302, + "U": 5.269015779241215e-10, + "K": 7.013515879172871e-10, + "L": 1.5393074193070788e-07, + "G": 1.2861443792644423e-05, + "F": 3.689466757350601e-05, + "E": 1.7572905619545054e-07, + "T": 0.0005452681216411293, + "P": 0.0015083503676578403, + "-": 0.997442364692688 + }, + "id": "tp_22489" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2811144, + "label": "P", + "classification": { + "B": 2.877396582334768e-06, + "S": 2.2937249013921246e-05, + "I": 0.0013064895756542683, + "C": 1.858292853285093e-05, + "R": 4.163784069532994e-06, + "M": 3.9659880712861195e-05, + "O": 3.350495171616785e-05, + "W": 1.0485516213520896e-05, + "N": 0.0004079178033862263, + "Y": 0.00024341304379049689, + "U": 1.3607955224870238e-06, + "K": 0.00019462683121673763, + "L": 2.3175764454208547e-06, + "G": 0.00039033000939525664, + "F": 0.029076343402266502, + "E": 0.0075555103830993176, + "T": 0.00015587365487590432, + "P": 0.8570448756217957, + "-": 0.10348858684301376 + }, + "id": "tp_22490" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2811278, + "label": "-", + "classification": { + "B": 8.29896240617245e-09, + "S": 3.1751884677078124e-08, + "I": 4.03563171857968e-06, + "C": 1.5540526643320618e-09, + "R": 3.6603364783616144e-10, + "M": 6.176771876198472e-07, + "O": 2.7275359570921864e-07, + "W": 8.142684748690954e-09, + "N": 2.8569152732416114e-07, + "Y": 2.6307670850655995e-05, + "U": 5.038404693458176e-10, + "K": 8.628651357867057e-07, + "L": 9.656127009094462e-10, + "G": 2.0267616491764784e-06, + "F": 0.0010938968043774366, + "E": 5.152781886863522e-05, + "T": 1.0156652024306823e-05, + "P": 0.2757575511932373, + "-": 0.7230523824691772 + }, + "id": "tp_22491" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2811378, + "label": "-", + "classification": { + "B": 7.832962728571147e-05, + "S": 0.0005831868038512766, + "I": 1.5296151104848832e-05, + "C": 0.0001238507975358516, + "R": 0.00010702040890464559, + "M": 0.002138006966561079, + "O": 0.0030780858360230923, + "W": 0.00015016019460745156, + "N": 3.738736268132925e-06, + "Y": 0.00799508672207594, + "U": 7.517900257880683e-07, + "K": 3.343695789226331e-05, + "L": 0.0009212456061504781, + "G": 0.013053163886070251, + "F": 0.10612326860427856, + "E": 0.00012276539928279817, + "T": 0.004387583117932081, + "P": 0.002705994062125683, + "-": 0.8583789467811584 + }, + "id": "tp_22492" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2811512, + "label": "-", + "classification": { + "B": 9.35139098601212e-07, + "S": 1.259767850569915e-05, + "I": 2.2602639546676073e-06, + "C": 1.7385956141424685e-07, + "R": 1.9541813855994405e-07, + "M": 0.00014136495883576572, + "O": 0.00014374089369084686, + "W": 2.092193426506128e-06, + "N": 1.180490087904218e-07, + "Y": 0.00046335766091942787, + "U": 2.9605968787649317e-09, + "K": 1.2645017477552756e-07, + "L": 7.663018550374545e-06, + "G": 0.00019346267799846828, + "F": 0.027209483087062836, + "E": 9.356301234220155e-06, + "T": 0.00030288714333437383, + "P": 0.004397131036967039, + "-": 0.9671129584312439 + }, + "id": "tp_22493" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2811645, + "label": "-", + "classification": { + "B": 2.6807008907780983e-05, + "S": 7.894067675806582e-05, + "I": 0.00043930087122134864, + "C": 6.706131443934282e-06, + "R": 4.562681169772986e-06, + "M": 0.00026842477382160723, + "O": 0.0001566581631777808, + "W": 3.747038499568589e-05, + "N": 9.318070078734308e-05, + "Y": 0.002886017318814993, + "U": 2.657616732903989e-06, + "K": 0.0008963113068602979, + "L": 4.623307177098468e-06, + "G": 0.0006395131349563599, + "F": 0.02387327514588833, + "E": 0.0023503622505813837, + "T": 0.0013261892599985003, + "P": 0.29094672203063965, + "-": 0.6759622097015381 + }, + "id": "tp_22494" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2811778, + "label": "-", + "classification": { + "B": 0.0008104516309686005, + "S": 0.002657158300280571, + "I": 0.0003340143011882901, + "C": 0.0002651503018569201, + "R": 0.00027017618413083255, + "M": 0.0044742305763065815, + "O": 0.003046327969059348, + "W": 0.000599437509663403, + "N": 0.00010916177416220307, + "Y": 0.027404313907027245, + "U": 1.2316660104261246e-05, + "K": 0.00024042413861025125, + "L": 0.0008962647407315671, + "G": 0.010589145123958588, + "F": 0.18474553525447845, + "E": 0.0010465597733855247, + "T": 0.01742146722972393, + "P": 0.018908480182290077, + "-": 0.7261694073677063 + }, + "id": "tp_22495" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2811879, + "label": "-", + "classification": { + "B": 2.6414645617478527e-06, + "S": 3.25280379911419e-05, + "I": 3.4228320146212354e-05, + "C": 1.6338717614416964e-06, + "R": 5.105727609588939e-07, + "M": 3.051448402402457e-05, + "O": 4.927904956275597e-05, + "W": 6.76800709698e-06, + "N": 8.546592653146945e-06, + "Y": 0.0001564936974318698, + "U": 8.899363734826693e-08, + "K": 1.3883804058423266e-05, + "L": 1.0310500329069328e-06, + "G": 6.220106297405437e-05, + "F": 0.0409708246588707, + "E": 0.00022859360615257174, + "T": 0.00013020102051086724, + "P": 0.19283653795719147, + "-": 0.7654336094856262 + }, + "id": "tp_22496" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2812012, + "label": "-", + "classification": { + "B": 3.4663639780774247e-07, + "S": 1.1957005881413352e-05, + "I": 5.569918357650749e-06, + "C": 1.0190051824565671e-07, + "R": 4.9436565063842863e-08, + "M": 1.1414505024731625e-05, + "O": 1.0581527021713555e-05, + "W": 9.504339004706708e-07, + "N": 6.678367867607449e-07, + "Y": 0.00030102900927886367, + "U": 2.7604574182049646e-09, + "K": 3.3660990084172226e-06, + "L": 2.715823654853011e-07, + "G": 3.8548503653146327e-05, + "F": 0.10856284946203232, + "E": 4.092403105460107e-05, + "T": 0.00010839079914148897, + "P": 0.03818585351109505, + "-": 0.8527171015739441 + }, + "id": "tp_22497" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2812145, + "label": "P", + "classification": { + "B": 2.013878924733703e-10, + "S": 3.1618005991163045e-09, + "I": 3.9146598851402814e-07, + "C": 1.0003944339587179e-09, + "R": 1.8946628987936975e-10, + "M": 8.329249290284224e-09, + "O": 1.6575690153786127e-08, + "W": 9.831523373193818e-10, + "N": 3.8299717175505066e-08, + "Y": 1.1551674106158316e-06, + "U": 1.6533479446634303e-11, + "K": 7.067961860229843e-08, + "L": 4.6154347704829846e-11, + "G": 4.77676792343118e-07, + "F": 0.0030866218730807304, + "E": 1.0549236321821809e-05, + "T": 3.2120053106154955e-07, + "P": 0.7704386115074158, + "-": 0.22646167874336243 + }, + "id": "tp_22498" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2812279, + "label": "-", + "classification": { + "B": 2.0380075511639006e-06, + "S": 1.379127496647925e-07, + "I": 7.298854711734748e-07, + "C": 3.6802955349912736e-08, + "R": 1.197847332434776e-08, + "M": 3.2000301871448755e-05, + "O": 6.184408448461909e-06, + "W": 1.794683512912343e-08, + "N": 5.87769477533584e-09, + "Y": 4.3059593735961244e-05, + "U": 5.79146897106142e-10, + "K": 8.894626701838604e-11, + "L": 1.5950847682688618e-06, + "G": 3.927465149899945e-05, + "F": 0.00040571746649220586, + "E": 1.6458720892842393e-06, + "T": 6.284935807343572e-05, + "P": 0.010802890174090862, + "-": 0.9886018633842468 + }, + "id": "tp_22499" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2812379, + "label": "-", + "classification": { + "B": 3.190536517649889e-05, + "S": 0.0005659731687046587, + "I": 0.0003598244220484048, + "C": 5.504806267708773e-06, + "R": 4.321113920013886e-06, + "M": 0.0006231960142031312, + "O": 0.0004800050228368491, + "W": 5.4210260714171454e-05, + "N": 9.488218347541988e-05, + "Y": 0.0006228596903383732, + "U": 1.3902729278925108e-06, + "K": 7.97033790149726e-05, + "L": 1.9483317373669706e-05, + "G": 0.000370881607523188, + "F": 0.03484167158603668, + "E": 0.0008816863410174847, + "T": 0.00165560282766819, + "P": 0.18536533415317535, + "-": 0.7739415764808655 + }, + "id": "tp_22500" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2812513, + "label": "-", + "classification": { + "B": 0.000494492647703737, + "S": 0.0035669112112373114, + "I": 0.014558692462742329, + "C": 0.018979279324412346, + "R": 0.005754532292485237, + "M": 0.020603163167834282, + "O": 0.00726562924683094, + "W": 0.001587810111232102, + "N": 0.0037780303973704576, + "Y": 0.05609210580587387, + "U": 0.0002888191374950111, + "K": 0.008229630067944527, + "L": 0.0020696576684713364, + "G": 0.03160950914025307, + "F": 0.14023450016975403, + "E": 0.015969498082995415, + "T": 0.04243553802371025, + "P": 0.09292574971914291, + "-": 0.5335565209388733 + }, + "id": "tp_22501" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2812646, + "label": "-", + "classification": { + "B": 2.397599473624723e-06, + "S": 4.8581609917164315e-06, + "I": 1.7298609236604534e-05, + "C": 4.803149204235524e-05, + "R": 1.7337140889139846e-05, + "M": 6.078678779886104e-05, + "O": 4.4702137529384345e-05, + "W": 4.529124908003723e-06, + "N": 2.6862855975196e-06, + "Y": 0.00132121576461941, + "U": 9.488583714301058e-07, + "K": 2.4386343284277245e-05, + "L": 3.952551196562126e-06, + "G": 0.00012468559725675732, + "F": 0.011599100194871426, + "E": 3.371853017597459e-05, + "T": 0.00037370898644439876, + "P": 0.024097105488181114, + "-": 0.9622184634208679 + }, + "id": "tp_22502" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2812779, + "label": "-", + "classification": { + "B": 6.335697548820463e-07, + "S": 3.425715249250061e-06, + "I": 0.00013057698379270732, + "C": 7.755817932775244e-06, + "R": 2.0391739781189244e-06, + "M": 6.397580000339076e-05, + "O": 4.573605110635981e-05, + "W": 2.514067773518036e-06, + "N": 1.3107147424307186e-05, + "Y": 0.0005962802097201347, + "U": 5.741802056036249e-07, + "K": 5.106404387333896e-06, + "L": 1.4739649714101688e-06, + "G": 6.879886495880783e-05, + "F": 0.003033328801393509, + "E": 5.5519354646094143e-05, + "T": 0.000766918936278671, + "P": 0.12649282813072205, + "-": 0.8687095046043396 + }, + "id": "tp_22503" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2812880, + "label": "-", + "classification": { + "B": 9.336355105915572e-06, + "S": 2.2773003365728073e-05, + "I": 0.002554803155362606, + "C": 7.948088750708848e-05, + "R": 1.3937966286903247e-05, + "M": 0.0005241258186288178, + "O": 0.00010044164082501084, + "W": 1.8426475435262546e-05, + "N": 0.0003443298628553748, + "Y": 0.02032029815018177, + "U": 3.7669474295398686e-06, + "K": 0.0014889576705172658, + "L": 6.66825098960544e-06, + "G": 0.003014884889125824, + "F": 0.020978203043341637, + "E": 0.02214338257908821, + "T": 0.007336893118917942, + "P": 0.18421347439289093, + "-": 0.7368257641792297 + }, + "id": "tp_22504" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2813013, + "label": "-", + "classification": { + "B": 9.94907395579503e-07, + "S": 1.305258024331124e-06, + "I": 1.4973044017096981e-05, + "C": 5.491446586347593e-07, + "R": 6.075263314642143e-08, + "M": 3.181635111104697e-05, + "O": 3.870052296406357e-06, + "W": 1.8581248184545984e-07, + "N": 1.155404561359319e-06, + "Y": 0.00038886675611138344, + "U": 5.937481617479534e-09, + "K": 1.5672665540478192e-05, + "L": 1.9023084973923687e-07, + "G": 0.000883395376149565, + "F": 0.039843641221523285, + "E": 0.00278939725831151, + "T": 0.00012436177348718047, + "P": 0.05874628201127052, + "-": 0.8971533179283142 + }, + "id": "tp_22505" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2813146, + "label": "-", + "classification": { + "B": 4.401453406899236e-05, + "S": 0.005001892801374197, + "I": 0.0030155235435813665, + "C": 8.177560812328011e-05, + "R": 0.00011933076166315004, + "M": 0.006697480101138353, + "O": 0.0049735927022993565, + "W": 0.0004977817879989743, + "N": 0.0006833204533904791, + "Y": 0.04911241680383682, + "U": 2.4036287413764512e-06, + "K": 0.0018514939583837986, + "L": 0.00016498344484716654, + "G": 0.005847294814884663, + "F": 0.14704743027687073, + "E": 0.001620568335056305, + "T": 0.03315691649913788, + "P": 0.04803071916103363, + "-": 0.692051112651825 + }, + "id": "tp_22506" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2813280, + "label": "-", + "classification": { + "B": 7.617655839453619e-09, + "S": 5.8548273784708726e-08, + "I": 4.69099222755176e-06, + "C": 3.463193536390463e-07, + "R": 3.8654818013128533e-08, + "M": 2.913927232839342e-07, + "O": 8.174056915777328e-07, + "W": 1.2065233079283644e-07, + "N": 7.71843303937203e-07, + "Y": 1.6858357412274927e-05, + "U": 2.8323327683210664e-08, + "K": 2.415900962660089e-05, + "L": 7.070258156716136e-09, + "G": 3.137646672257688e-06, + "F": 0.004295054357498884, + "E": 2.657901859492995e-05, + "T": 1.83620195457479e-05, + "P": 0.19511377811431885, + "-": 0.800494909286499 + }, + "id": "tp_22507" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2813380, + "label": "P", + "classification": { + "B": 1.9551040168153122e-05, + "S": 8.000468369573355e-05, + "I": 0.00031441316241398454, + "C": 1.8320250092074275e-05, + "R": 2.3965849322848953e-06, + "M": 0.00019800876907538623, + "O": 5.813086681882851e-05, + "W": 1.5514897313551046e-05, + "N": 0.00012396651436574757, + "Y": 0.0025390218943357468, + "U": 1.4457287988989265e-06, + "K": 0.0006772209890186787, + "L": 4.847517629968934e-06, + "G": 0.002176309935748577, + "F": 0.14188401401042938, + "E": 0.02245592139661312, + "T": 0.0010073044104501605, + "P": 0.42095109820365906, + "-": 0.40747252106666565 + }, + "id": "tp_22508" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2813514, + "label": "P", + "classification": { + "B": 3.718023663168424e-06, + "S": 2.5204044504789636e-06, + "I": 0.0002003641566261649, + "C": 1.701702899481461e-06, + "R": 2.018159506178563e-07, + "M": 2.349666101508774e-05, + "O": 1.7091462723328732e-05, + "W": 2.0067182049388066e-06, + "N": 2.0142620996921323e-05, + "Y": 4.3035310227423906e-05, + "U": 4.775446313942666e-07, + "K": 1.4174988791637588e-06, + "L": 8.4887750517737e-07, + "G": 1.4703063243359793e-05, + "F": 0.0006716868374496698, + "E": 0.00021601811749860644, + "T": 0.00014338975597638637, + "P": 0.6312921047210693, + "-": 0.36734500527381897 + }, + "id": "tp_22509" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2813647, + "label": "P", + "classification": { + "B": 8.122457984427456e-06, + "S": 0.00010026411473518237, + "I": 0.0023345043882727623, + "C": 5.6897144531831145e-05, + "R": 2.586057598819025e-05, + "M": 9.472928650211543e-05, + "O": 0.00018158811144530773, + "W": 5.0210743211209774e-05, + "N": 0.0011823050444945693, + "Y": 0.0006855566753074527, + "U": 1.081938808056293e-05, + "K": 0.0008589333156123757, + "L": 7.542547791672405e-06, + "G": 0.0004379709716886282, + "F": 0.017761489376425743, + "E": 0.002878655446693301, + "T": 0.0008561534923501313, + "P": 0.7623292803764343, + "-": 0.21013906598091125 + }, + "id": "tp_22510" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2813780, + "label": "-", + "classification": { + "B": 0.0006310887401923537, + "S": 0.0009224570239894092, + "I": 0.0012681891676038504, + "C": 0.0007334937108680606, + "R": 0.0002693564456421882, + "M": 0.0059918989427387714, + "O": 0.0025226306170225143, + "W": 0.00040842790622264147, + "N": 0.00030560122104361653, + "Y": 0.011363866738975048, + "U": 6.374475196935236e-05, + "K": 0.00021646184904966503, + "L": 0.0007802063482813537, + "G": 0.006499679759144783, + "F": 0.06217195466160774, + "E": 0.0027037058025598526, + "T": 0.01657470501959324, + "P": 0.09544103592634201, + "-": 0.7911313772201538 + }, + "id": "tp_22511" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2813881, + "label": "-", + "classification": { + "B": 2.875205609598197e-06, + "S": 1.5845771486056037e-05, + "I": 7.961157825775445e-05, + "C": 9.887447049550246e-06, + "R": 3.3395619993825676e-06, + "M": 4.5748529373668134e-05, + "O": 5.75566227780655e-05, + "W": 6.058953204046702e-06, + "N": 1.2646116374526173e-05, + "Y": 0.00076494604581967, + "U": 8.209259476643638e-07, + "K": 3.261431265855208e-05, + "L": 3.345468712723232e-06, + "G": 0.0001596903894096613, + "F": 0.030009806156158447, + "E": 0.000148180581163615, + "T": 0.00048639255692251027, + "P": 0.09346635639667511, + "-": 0.8746942281723022 + }, + "id": "tp_22512" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2814014, + "label": "-", + "classification": { + "B": 1.055452594300732e-05, + "S": 6.647968257311732e-05, + "I": 6.426233539968962e-06, + "C": 1.0283918783215995e-07, + "R": 5.7997350921823454e-08, + "M": 0.0004211658670101315, + "O": 0.0002585060428828001, + "W": 3.834542894765036e-06, + "N": 7.113717970241851e-07, + "Y": 0.00020531858899630606, + "U": 1.0562948737913302e-08, + "K": 1.701358698369404e-08, + "L": 7.718234883213881e-06, + "G": 3.9929236663738266e-05, + "F": 0.0011685136705636978, + "E": 1.107130719901761e-05, + "T": 0.0007093638414517045, + "P": 0.016162624582648277, + "-": 0.9809276461601257 + }, + "id": "tp_22513" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2814147, + "label": "-", + "classification": { + "B": 0.0064660063944756985, + "S": 0.02157762460410595, + "I": 0.0008529721526429057, + "C": 0.003920561634004116, + "R": 0.0026623851153999567, + "M": 0.036903124302625656, + "O": 0.04568260535597801, + "W": 0.0069721173495054245, + "N": 0.000449313287390396, + "Y": 0.03187580406665802, + "U": 4.20165597461164e-05, + "K": 0.0015905745094642043, + "L": 0.018194226548075676, + "G": 0.10140908509492874, + "F": 0.2538815140724182, + "E": 0.003973962273448706, + "T": 0.03729071095585823, + "P": 0.0064810821786522865, + "-": 0.4197743535041809 + }, + "id": "tp_22514" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2814281, + "label": "-", + "classification": { + "B": 3.7133887076379324e-08, + "S": 5.3140329470124925e-08, + "I": 1.888794258775306e-06, + "C": 7.599379614475765e-08, + "R": 9.859452809735103e-09, + "M": 1.1984669981757179e-05, + "O": 1.5285933159248088e-06, + "W": 1.6014157111499117e-08, + "N": 4.550459564711673e-08, + "Y": 0.00010089809074997902, + "U": 1.2394311132979396e-09, + "K": 3.027486528139889e-08, + "L": 5.2692502805484764e-08, + "G": 2.124472302966751e-05, + "F": 0.001331730280071497, + "E": 9.20378715818515e-06, + "T": 6.15992903476581e-05, + "P": 0.02038075216114521, + "-": 0.9780787825584412 + }, + "id": "tp_22515" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2814381, + "label": "-", + "classification": { + "B": 1.313776643030451e-08, + "S": 2.1419221241103514e-07, + "I": 2.7643282010103576e-06, + "C": 5.92864012105565e-07, + "R": 1.871347166115811e-07, + "M": 1.3827258044329938e-05, + "O": 7.782010470691603e-06, + "W": 1.77229665609957e-07, + "N": 2.237241432112569e-07, + "Y": 0.00032974229543469846, + "U": 2.488957306923112e-08, + "K": 1.1874586789417663e-06, + "L": 2.2687483181016432e-07, + "G": 1.6855261492310092e-05, + "F": 0.005505892913788557, + "E": 5.019093805458397e-06, + "T": 0.00012166867963969707, + "P": 0.013665501959621906, + "-": 0.9803280234336853 + }, + "id": "tp_22516" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2814515, + "label": "-", + "classification": { + "B": 3.3765809348551556e-07, + "S": 2.484368224031641e-06, + "I": 5.147131560079288e-06, + "C": 4.8870710998016875e-06, + "R": 3.1195897918223636e-06, + "M": 0.0007225555018521845, + "O": 0.00015477916167583317, + "W": 6.285248446147307e-07, + "N": 1.0900520663881252e-07, + "Y": 0.0026678317226469517, + "U": 7.479114216835114e-09, + "K": 1.2733885945692691e-08, + "L": 5.05682583025191e-05, + "G": 0.0008359326748177409, + "F": 0.004714111797511578, + "E": 3.0681978842039825e-06, + "T": 0.0022250174079090357, + "P": 0.0006351548945531249, + "-": 0.9879742860794067 + }, + "id": "tp_22517" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2814648, + "label": "-", + "classification": { + "B": 0.00032053934410214424, + "S": 0.0016387386713176966, + "I": 0.0004426504310686141, + "C": 0.0010171012254431844, + "R": 0.0005524823209270835, + "M": 0.0029158410616219044, + "O": 0.003178180893883109, + "W": 0.0006169363623484969, + "N": 0.00013332351227290928, + "Y": 0.0064900959841907024, + "U": 2.6798745238920674e-05, + "K": 0.0002657717850524932, + "L": 0.0008805833640508354, + "G": 0.005938742309808731, + "F": 0.10931861400604248, + "E": 0.0011492816265672445, + "T": 0.008960009552538395, + "P": 0.04713749140501022, + "-": 0.8090168237686157 + }, + "id": "tp_22518" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2814781, + "label": "-", + "classification": { + "B": 0.00010363142064306885, + "S": 0.0002100674028042704, + "I": 0.0049644578248262405, + "C": 0.0008851618622429669, + "R": 0.00022199952218215913, + "M": 0.0007647802121937275, + "O": 0.000514241517521441, + "W": 0.00016626884462311864, + "N": 0.0017200212460011244, + "Y": 0.009522073902189732, + "U": 8.29078271635808e-05, + "K": 0.005204632878303528, + "L": 7.885878585511819e-05, + "G": 0.009875028394162655, + "F": 0.0801558792591095, + "E": 0.024690203368663788, + "T": 0.005126156844198704, + "P": 0.38353288173675537, + "-": 0.47218066453933716 + }, + "id": "tp_22519" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2814882, + "label": "-", + "classification": { + "B": 5.311363082682874e-08, + "S": 3.8938131297072687e-07, + "I": 9.022464837471489e-06, + "C": 2.5863630526146153e-06, + "R": 2.1951505857487064e-07, + "M": 6.4974856286426075e-06, + "O": 1.95417442228063e-06, + "W": 2.3125699044612702e-07, + "N": 8.73606666118576e-07, + "Y": 0.00010934507008641958, + "U": 9.770502629180555e-09, + "K": 0.0001933077146532014, + "L": 3.369770951167084e-08, + "G": 0.0002786863478831947, + "F": 0.03647097572684288, + "E": 0.00142647884786129, + "T": 2.9315871870494448e-05, + "P": 0.06407400220632553, + "-": 0.8973960876464844 + }, + "id": "tp_22520" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2815015, + "label": "-", + "classification": { + "B": 1.1478784500695838e-07, + "S": 2.427283902761701e-07, + "I": 4.819548848900013e-05, + "C": 5.779471621281118e-07, + "R": 5.228909216725697e-08, + "M": 4.505109245656058e-06, + "O": 2.6034883831016487e-06, + "W": 8.379145555181822e-08, + "N": 3.614461775214295e-06, + "Y": 5.2408937335712835e-05, + "U": 3.64009089537376e-08, + "K": 4.7229283950400713e-07, + "L": 6.842088851044537e-08, + "G": 7.30013198335655e-06, + "F": 0.0007495458703488111, + "E": 5.492147829500027e-05, + "T": 8.832583989715204e-05, + "P": 0.2741181254386902, + "-": 0.724868893623352 + }, + "id": "tp_22521" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2815148, + "label": "-", + "classification": { + "B": 1.5942056279527606e-06, + "S": 2.9900793379056267e-06, + "I": 2.9236819045763696e-06, + "C": 1.6644759170958423e-06, + "R": 6.14758164374507e-07, + "M": 3.2395328162238e-05, + "O": 3.217303310520947e-05, + "W": 9.063131756192888e-07, + "N": 3.0409179885282356e-07, + "Y": 0.0001122135654441081, + "U": 1.8344589847174575e-08, + "K": 2.730336348122364e-07, + "L": 1.1957814649576903e-06, + "G": 5.00117675983347e-05, + "F": 0.006579182576388121, + "E": 6.890223630762193e-06, + "T": 0.00011483005800982937, + "P": 0.02058647759258747, + "-": 0.9724732637405396 + }, + "id": "tp_22522" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2815282, + "label": "-", + "classification": { + "B": 2.6280420115654124e-06, + "S": 0.00012229004641994834, + "I": 0.00010583583934931085, + "C": 6.138442404335365e-05, + "R": 2.6216552214464173e-05, + "M": 0.002401915844529867, + "O": 0.0009387805475853384, + "W": 1.5024749700387474e-05, + "N": 4.5612746362166945e-06, + "Y": 0.13366732001304626, + "U": 1.2860795095548383e-08, + "K": 1.2364256690489128e-05, + "L": 4.066419933224097e-05, + "G": 0.010721548460423946, + "F": 0.03443893417716026, + "E": 5.529091868083924e-05, + "T": 0.03836918622255325, + "P": 0.0007258185069076717, + "-": 0.7782902121543884 + }, + "id": "tp_22523" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2815382, + "label": "-", + "classification": { + "B": 3.6727044516737806e-06, + "S": 4.724982500192709e-05, + "I": 9.810602023208048e-06, + "C": 2.0894363842671737e-05, + "R": 8.601221452408936e-06, + "M": 0.002304324647411704, + "O": 0.0004011002602055669, + "W": 6.283798938966356e-06, + "N": 8.711108989700733e-07, + "Y": 0.005977330729365349, + "U": 7.404774038377582e-08, + "K": 4.043702119815862e-06, + "L": 8.833509491523728e-05, + "G": 0.002359313191846013, + "F": 0.034483764320611954, + "E": 7.016448944341391e-05, + "T": 0.002606359077617526, + "P": 0.0029683064203709364, + "-": 0.9486395716667175 + }, + "id": "tp_22524" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2815516, + "label": "-", + "classification": { + "B": 1.8281475888670684e-07, + "S": 1.6912093769860803e-06, + "I": 4.289309072191827e-05, + "C": 1.604043791303411e-05, + "R": 2.6717930268205237e-06, + "M": 8.308581163873896e-05, + "O": 1.4083462701819371e-05, + "W": 6.060616328795732e-07, + "N": 2.7024650535167893e-06, + "Y": 0.0027112369425594807, + "U": 1.7396394014213001e-07, + "K": 2.7436786695034243e-05, + "L": 1.3199456816437305e-06, + "G": 0.0003435141989029944, + "F": 0.024764815345406532, + "E": 0.0001321641175309196, + "T": 0.0005697637679986656, + "P": 0.013224544934928417, + "-": 0.9580610394477844 + }, + "id": "tp_22525" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2815649, + "label": "-", + "classification": { + "B": 3.916240984835895e-06, + "S": 3.756234946195036e-05, + "I": 0.0006648612907156348, + "C": 0.0002452790504321456, + "R": 0.00019667792366817594, + "M": 0.0014597732806578279, + "O": 0.0004935837350785732, + "W": 4.686735701397993e-05, + "N": 4.862097557634115e-05, + "Y": 0.017629684880375862, + "U": 1.1241731044719927e-05, + "K": 7.341569289565086e-05, + "L": 6.879580905660987e-05, + "G": 0.0010932607110589743, + "F": 0.012664485722780228, + "E": 0.00011980342969764024, + "T": 0.012906513176858425, + "P": 0.017744163051247597, + "-": 0.9344915151596069 + }, + "id": "tp_22526" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2815782, + "label": "-", + "classification": { + "B": 2.0690625035513222e-07, + "S": 1.5143618270485604e-07, + "I": 6.806046144447464e-07, + "C": 4.952254357704078e-07, + "R": 1.2778124869328167e-07, + "M": 1.0280053174938075e-05, + "O": 5.528157998924144e-06, + "W": 5.557494731078805e-08, + "N": 2.7911864819429866e-08, + "Y": 0.00027869391487911344, + "U": 4.941691056359332e-09, + "K": 9.575818360474386e-09, + "L": 5.203488058214134e-07, + "G": 2.7606700314208865e-05, + "F": 0.0007387305377051234, + "E": 2.689996847493603e-07, + "T": 0.00021928029309492558, + "P": 0.0053606885485351086, + "-": 0.9933566451072693 + }, + "id": "tp_22527" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2815883, + "label": "-", + "classification": { + "B": 7.0911614358237784e-09, + "S": 1.7144776620625635e-07, + "I": 3.0694247925566742e-06, + "C": 1.205084174671356e-07, + "R": 8.02572301950022e-08, + "M": 8.796914698905312e-06, + "O": 5.239094207354356e-06, + "W": 1.5471344738671178e-07, + "N": 2.318575695881009e-07, + "Y": 0.0013436804292723536, + "U": 6.929061768801148e-09, + "K": 1.456356403650716e-05, + "L": 3.97855686173898e-08, + "G": 2.5784260287764482e-05, + "F": 0.00227016001008451, + "E": 6.840167316113366e-06, + "T": 0.0003534260031301528, + "P": 0.004314494784921408, + "-": 0.9916531443595886 + }, + "id": "tp_22528" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2816016, + "label": "-", + "classification": { + "B": 1.81540666943647e-08, + "S": 2.167177903800166e-08, + "I": 3.035310385257617e-07, + "C": 1.2888337153071916e-07, + "R": 6.439278443792773e-09, + "M": 1.6580287365286495e-06, + "O": 3.844299101274373e-07, + "W": 1.0868340005742994e-08, + "N": 2.0131201594608683e-08, + "Y": 4.612397970049642e-05, + "U": 5.586296425441617e-10, + "K": 8.254079943981196e-07, + "L": 1.2885491784686565e-08, + "G": 2.8305941668804735e-05, + "F": 0.02344443090260029, + "E": 4.7735295083839446e-05, + "T": 9.960362149286084e-06, + "P": 0.020216483622789383, + "-": 0.9562035202980042 + }, + "id": "tp_22529" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2816149, + "label": "-", + "classification": { + "B": 1.021821731228556e-06, + "S": 4.418694516061805e-06, + "I": 0.00020311704429332167, + "C": 6.5025283220165875e-06, + "R": 1.7227915805051452e-06, + "M": 0.00017457061039749533, + "O": 3.11607145704329e-05, + "W": 1.391291334584821e-06, + "N": 1.8836606614058837e-05, + "Y": 0.004419240634888411, + "U": 4.879771609012096e-07, + "K": 3.0961829907028005e-05, + "L": 1.5784637525939615e-06, + "G": 0.00035675393883138895, + "F": 0.007724238559603691, + "E": 0.00032568597816862166, + "T": 0.0023806686513125896, + "P": 0.09231356531381607, + "-": 0.8920040130615234 + }, + "id": "tp_22530" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2816283, + "label": "-", + "classification": { + "B": 2.415109084941136e-11, + "S": 3.971914463996029e-10, + "I": 1.8728003592372033e-09, + "C": 1.3768715056983183e-09, + "R": 1.6727640106406483e-10, + "M": 1.678449024211659e-07, + "O": 5.5844484592171284e-08, + "W": 6.138058811222535e-11, + "N": 2.1542627057224983e-11, + "Y": 6.275860869209282e-06, + "U": 4.690212519579962e-13, + "K": 1.9106105586530475e-11, + "L": 1.619333778180021e-09, + "G": 6.057281893845357e-07, + "F": 0.0007160829263739288, + "E": 1.2021645012794124e-08, + "T": 1.2356712204564246e-06, + "P": 0.0008822674863040447, + "-": 0.9983933568000793 + }, + "id": "tp_22531" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2816383, + "label": "-", + "classification": { + "B": 7.14058160156128e-07, + "S": 1.850882995313441e-06, + "I": 1.1779067790484987e-05, + "C": 1.5141384892558563e-06, + "R": 2.3543884708487894e-07, + "M": 3.4951088309753686e-05, + "O": 1.9377830540179275e-05, + "W": 1.0386740996182198e-06, + "N": 2.0174684323137626e-06, + "Y": 0.0002556492108851671, + "U": 2.1045208598025056e-07, + "K": 1.3511363249563146e-05, + "L": 5.794963158223254e-07, + "G": 4.290353535907343e-05, + "F": 0.005402628798037767, + "E": 4.337107384344563e-05, + "T": 0.0003444200265221298, + "P": 0.04494128376245499, + "-": 0.9488820433616638 + }, + "id": "tp_22532" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2816517, + "label": "-", + "classification": { + "B": 1.9195962153162327e-08, + "S": 1.962495055352065e-09, + "I": 6.836862809223021e-08, + "C": 9.625439112426193e-09, + "R": 4.563939004498252e-09, + "M": 1.3345019169719308e-06, + "O": 6.190215913193242e-07, + "W": 2.3775106328116635e-09, + "N": 3.1098126851425434e-10, + "Y": 8.071989213931374e-06, + "U": 7.515418148917874e-11, + "K": 5.919082585181812e-11, + "L": 4.601430347861424e-08, + "G": 1.5206328498607036e-06, + "F": 3.742726403288543e-05, + "E": 4.9993325035302405e-08, + "T": 6.196810772962635e-06, + "P": 0.0015107812359929085, + "-": 0.9984336495399475 + }, + "id": "tp_22533" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2816650, + "label": "P", + "classification": { + "B": 0.001229059649631381, + "S": 0.0006312048644758761, + "I": 0.011441029608249664, + "C": 0.0004190024046692997, + "R": 0.00024132961698342115, + "M": 0.0020750800613313913, + "O": 0.0018459417624399066, + "W": 0.0004048326809424907, + "N": 0.0030965283513069153, + "Y": 0.006051873788237572, + "U": 0.00018731282034423202, + "K": 0.0007416169974021614, + "L": 0.00036379232187755406, + "G": 0.0044008358381688595, + "F": 0.023758871480822563, + "E": 0.008899429813027382, + "T": 0.005815827753394842, + "P": 0.632991373538971, + "-": 0.29540514945983887 + }, + "id": "tp_22534" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2816750, + "label": "-", + "classification": { + "B": 4.1462712374595867e-07, + "S": 1.6428327853645897e-06, + "I": 2.7965403205598705e-05, + "C": 7.684789125050884e-06, + "R": 2.0458433027670253e-06, + "M": 9.747275180416182e-05, + "O": 3.321245822007768e-05, + "W": 7.832670689822407e-07, + "N": 2.0434799807844684e-06, + "Y": 0.0009643615921959281, + "U": 1.797124866698141e-07, + "K": 1.784053779374517e-06, + "L": 1.0083009556183242e-06, + "G": 6.303092231974006e-05, + "F": 0.0011184033937752247, + "E": 1.7214730178238824e-05, + "T": 0.0010461355559527874, + "P": 0.028539350256323814, + "-": 0.9680752158164978 + }, + "id": "tp_22535" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2816884, + "label": "F", + "classification": { + "B": 4.7840344450378325e-06, + "S": 0.00012852071085944772, + "I": 6.3380821302416734e-06, + "C": 0.00013714923989027739, + "R": 1.3014367141295224e-05, + "M": 0.001232548151165247, + "O": 0.0002499264955986291, + "W": 1.4149681192066055e-05, + "N": 2.921946133938036e-06, + "Y": 0.0019955411553382874, + "U": 8.50250003736619e-08, + "K": 0.0002901370753534138, + "L": 0.00011631005327217281, + "G": 0.022614605724811554, + "F": 0.6024231314659119, + "E": 0.0015139376046136022, + "T": 0.0019117087358608842, + "P": 0.0027704101521521807, + "-": 0.3645748496055603 + }, + "id": "tp_22536" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2817017, + "label": "-", + "classification": { + "B": 1.9695809427844324e-08, + "S": 1.7900227078371245e-08, + "I": 4.86283861391712e-05, + "C": 3.532094524416607e-06, + "R": 1.9007984519703314e-07, + "M": 2.2610729502048343e-06, + "O": 7.996831641321478e-07, + "W": 4.5375831092542285e-08, + "N": 3.289992491772864e-06, + "Y": 0.00019318268459755927, + "U": 6.947856689976106e-08, + "K": 1.5362016711151227e-05, + "L": 2.4966501754875026e-08, + "G": 5.922819400439039e-05, + "F": 0.0033884074073284864, + "E": 0.0006153435679152608, + "T": 2.3954282369231805e-05, + "P": 0.36175844073295593, + "-": 0.6338872909545898 + }, + "id": "tp_22537" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2817150, + "label": "-", + "classification": { + "B": 1.1318975339236204e-06, + "S": 8.345186870428734e-06, + "I": 0.0008232354884967208, + "C": 8.6147767433431e-05, + "R": 6.311390461632982e-05, + "M": 0.00026057404465973377, + "O": 0.00013060093624517322, + "W": 7.614801688760053e-06, + "N": 6.43840103293769e-05, + "Y": 0.015090825036168098, + "U": 6.649861006735591e-06, + "K": 0.00029828326660208404, + "L": 9.815361408982426e-06, + "G": 0.001695001614280045, + "F": 0.012538096867501736, + "E": 0.00035259532160125673, + "T": 0.005431593395769596, + "P": 0.05008340999484062, + "-": 0.9130485653877258 + }, + "id": "tp_22538" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2817251, + "label": "-", + "classification": { + "B": 1.727160565678787e-06, + "S": 1.4365859897225164e-05, + "I": 7.42596821510233e-05, + "C": 7.410668786178576e-06, + "R": 1.0610069693939295e-05, + "M": 0.001796094817109406, + "O": 0.00027303749811835587, + "W": 5.005093044019304e-06, + "N": 1.9712720131792594e-06, + "Y": 0.013755419291555882, + "U": 2.336251867518513e-07, + "K": 2.2880493588672834e-07, + "L": 4.912859003525227e-05, + "G": 0.0007579252123832703, + "F": 0.003746604546904564, + "E": 2.0044444681843743e-05, + "T": 0.008018527179956436, + "P": 0.0034795484971255064, + "-": 0.9679877758026123 + }, + "id": "tp_22539" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2817384, + "label": "-", + "classification": { + "B": 1.2209074156999122e-05, + "S": 1.0746332009148318e-05, + "I": 0.00062359101139009, + "C": 0.0001365112402709201, + "R": 5.259595127427019e-05, + "M": 0.0005268342792987823, + "O": 0.00018827216990757734, + "W": 1.2290124686842319e-05, + "N": 3.585463491617702e-05, + "Y": 0.002741093747317791, + "U": 5.8754117162607145e-06, + "K": 2.1381050828495063e-05, + "L": 3.109293174929917e-05, + "G": 0.0008967177127487957, + "F": 0.0057017444632947445, + "E": 0.0005170042277313769, + "T": 0.0017763158539310098, + "P": 0.070729561150074, + "-": 0.9159802794456482 + }, + "id": "tp_22540" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2817518, + "label": "-", + "classification": { + "B": 0.00026657964917831123, + "S": 6.244997348403558e-05, + "I": 9.371768101118505e-05, + "C": 2.81690063275164e-05, + "R": 4.109378096472938e-06, + "M": 0.0002637913275975734, + "O": 0.00015738118963781744, + "W": 2.9474589609890245e-05, + "N": 2.8971311621717177e-05, + "Y": 0.0005134426173754036, + "U": 2.262259386043297e-06, + "K": 3.4566488466225564e-05, + "L": 1.4756090422451962e-05, + "G": 0.0007193050114437938, + "F": 0.03434354439377785, + "E": 0.003984788898378611, + "T": 0.00038486774428747594, + "P": 0.38886043429374695, + "-": 0.5702073574066162 + }, + "id": "tp_22541" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2817651, + "label": "P", + "classification": { + "B": 2.213901780123706e-06, + "S": 1.533294744149316e-05, + "I": 0.0001906355464598164, + "C": 6.476411272160476e-06, + "R": 1.6229691937041935e-06, + "M": 6.157048483146355e-05, + "O": 6.1356186051853e-05, + "W": 5.407437129179016e-06, + "N": 5.733573198085651e-05, + "Y": 0.0005906613660044968, + "U": 2.738870250595937e-07, + "K": 6.887378549436107e-05, + "L": 2.558095502536162e-06, + "G": 0.000344086583936587, + "F": 0.08158711344003677, + "E": 0.002564856084063649, + "T": 0.00026612859801389277, + "P": 0.4619278013706207, + "-": 0.45224568247795105 + }, + "id": "tp_22542" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2817751, + "label": "-", + "classification": { + "B": 6.551486148964614e-05, + "S": 4.659996193367988e-05, + "I": 7.664183067390695e-05, + "C": 1.6078250837381347e-06, + "R": 1.300980216001335e-06, + "M": 0.0008759874617680907, + "O": 0.00040921298204921186, + "W": 8.48917079565581e-06, + "N": 3.279065367678413e-06, + "Y": 0.00066131423227489, + "U": 7.811875946117652e-08, + "K": 1.0118366589040306e-07, + "L": 3.2272848329739645e-05, + "G": 0.0004203077987767756, + "F": 0.003015202935785055, + "E": 0.00010300154099240899, + "T": 0.0010760556906461716, + "P": 0.04046361893415451, + "-": 0.9527394771575928 + }, + "id": "tp_22543" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2817885, + "label": "-", + "classification": { + "B": 1.3455212410917738e-07, + "S": 1.1525109044896453e-07, + "I": 0.00038210098864510655, + "C": 5.312798748491332e-06, + "R": 4.0373086562794924e-07, + "M": 3.123848728137091e-05, + "O": 2.9530499432439683e-06, + "W": 1.2733394783026597e-07, + "N": 4.398625605972484e-06, + "Y": 0.000892758194822818, + "U": 1.0116438886598189e-07, + "K": 3.548482482074178e-06, + "L": 2.441606739012059e-07, + "G": 0.00016070528363343328, + "F": 0.0011325478553771973, + "E": 0.0004502997035160661, + "T": 0.00040834234096109867, + "P": 0.17950914800167084, + "-": 0.8170154690742493 + }, + "id": "tp_22544" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2818018, + "label": "-", + "classification": { + "B": 1.6793172108009458e-05, + "S": 3.4483651688788086e-05, + "I": 0.006179822608828545, + "C": 0.0026562653947621584, + "R": 0.0004349910595919937, + "M": 0.0005622064345516264, + "O": 0.00034124692319892347, + "W": 9.867645712802187e-05, + "N": 0.0006142013589851558, + "Y": 0.023268194869160652, + "U": 3.3225598599528894e-05, + "K": 0.0013968930579721928, + "L": 4.472801447263919e-05, + "G": 0.003628195496276021, + "F": 0.04213022440671921, + "E": 0.005992409307509661, + "T": 0.004613043740391731, + "P": 0.18761871755123138, + "-": 0.7203356027603149 + }, + "id": "tp_22545" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2818151, + "label": "-", + "classification": { + "B": 4.395782782912194e-12, + "S": 1.1140363805062226e-12, + "I": 1.5462685041711666e-05, + "C": 1.6956114734512084e-08, + "R": 2.482859751129496e-10, + "M": 1.6403622282723518e-07, + "O": 1.191435172742672e-09, + "W": 5.266504680273565e-12, + "N": 6.931605511795169e-09, + "Y": 1.6287971448036842e-05, + "U": 1.1355695897496965e-11, + "K": 4.798265604288865e-11, + "L": 6.206456182322739e-11, + "G": 2.655895912084816e-07, + "F": 2.3222235085995635e-06, + "E": 6.302563178905984e-06, + "T": 2.003793952098931e-06, + "P": 0.3170115053653717, + "-": 0.6829455494880676 + }, + "id": "tp_22546" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2818252, + "label": "-", + "classification": { + "B": 0.0015281053492799401, + "S": 0.0010711465729400516, + "I": 0.04201333224773407, + "C": 0.00843671802431345, + "R": 0.0031928722746670246, + "M": 0.010421848855912685, + "O": 0.004921681247651577, + "W": 0.0010297943372279406, + "N": 0.008458196185529232, + "Y": 0.01917547546327114, + "U": 0.0007648032042197883, + "K": 0.0035750477109104395, + "L": 0.0016792976530268788, + "G": 0.026886872947216034, + "F": 0.040178898721933365, + "E": 0.04745848849415779, + "T": 0.012969167903065681, + "P": 0.36682242155075073, + "-": 0.3994157612323761 + }, + "id": "tp_22547" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2818385, + "label": "-", + "classification": { + "B": 2.115349707310088e-05, + "S": 8.732352398510557e-06, + "I": 0.002291972516104579, + "C": 0.00016720895655453205, + "R": 2.0783003492397256e-05, + "M": 0.00035567808663472533, + "O": 8.44737805891782e-05, + "W": 1.058719863067381e-05, + "N": 0.0001454913435736671, + "Y": 0.003910707775503397, + "U": 6.351092451950535e-06, + "K": 0.00016150949522852898, + "L": 7.803711923770607e-06, + "G": 0.0013483393704518676, + "F": 0.0046398635022342205, + "E": 0.004450912121683359, + "T": 0.0013671654742211103, + "P": 0.24721620976924896, + "-": 0.7337852120399475 + }, + "id": "tp_22548" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2818519, + "label": "P", + "classification": { + "B": 7.520357253598675e-11, + "S": 6.811892716562795e-11, + "I": 9.761034561961424e-06, + "C": 3.1989266791043747e-09, + "R": 1.669323707043091e-10, + "M": 8.803725748407487e-09, + "O": 3.3397777876587043e-09, + "W": 2.2780366135122243e-11, + "N": 2.857100689368508e-08, + "Y": 1.2845634955738205e-07, + "U": 1.2959403515588885e-11, + "K": 1.316573694683243e-12, + "L": 1.4419813954003047e-10, + "G": 3.081059318787993e-08, + "F": 1.8241378256789176e-06, + "E": 1.727137259877054e-07, + "T": 3.9469657053814444e-07, + "P": 0.9389321804046631, + "-": 0.06105545163154602 + }, + "id": "tp_22549" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2818652, + "label": "-", + "classification": { + "B": 1.8269583068608597e-10, + "S": 1.1731787763480384e-09, + "I": 8.179532414942514e-06, + "C": 2.1286254536789784e-07, + "R": 7.219481901188374e-09, + "M": 1.8530009526784852e-07, + "O": 5.4207653477078566e-08, + "W": 1.4346230869932697e-09, + "N": 1.869073713578473e-07, + "Y": 1.296944719797466e-05, + "U": 1.6952100834188855e-09, + "K": 1.5017999999145104e-07, + "L": 1.648915337604251e-09, + "G": 2.0274610506021418e-06, + "F": 0.0005041525582782924, + "E": 4.700083445641212e-05, + "T": 4.16048851548112e-06, + "P": 0.3121798634529114, + "-": 0.6872408986091614 + }, + "id": "tp_22550" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2818752, + "label": "P", + "classification": { + "B": 2.736562692007283e-07, + "S": 4.344517279264437e-08, + "I": 0.00030127266654744744, + "C": 3.617328957261634e-06, + "R": 1.9790338967595744e-07, + "M": 1.3402989679889288e-05, + "O": 1.7204224604938645e-06, + "W": 8.338303558730331e-08, + "N": 6.2609155975223985e-06, + "Y": 6.327711162157357e-05, + "U": 5.0691514985601316e-08, + "K": 1.1673817823520949e-07, + "L": 1.6136006308897777e-07, + "G": 1.2813554349122569e-05, + "F": 0.00015254096069838852, + "E": 0.0003070203820243478, + "T": 8.09658522484824e-05, + "P": 0.5716534852981567, + "-": 0.4274027347564697 + }, + "id": "tp_22551" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2818886, + "label": "-", + "classification": { + "B": 2.7811543645839265e-07, + "S": 4.44432288304597e-07, + "I": 0.001036294735968113, + "C": 0.00012117731239413843, + "R": 1.342503946943907e-05, + "M": 7.9496850958094e-05, + "O": 1.7218622815562412e-05, + "W": 1.4870676068312605e-06, + "N": 3.177007965859957e-05, + "Y": 0.0005529607296921313, + "U": 1.4682982509839348e-06, + "K": 8.86895850271685e-06, + "L": 1.8688969021241064e-06, + "G": 0.00013251618656795472, + "F": 0.0023308906238526106, + "E": 0.0005095906089991331, + "T": 0.0003792319039348513, + "P": 0.22007040679454803, + "-": 0.7747106552124023 + }, + "id": "tp_22552" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2819019, + "label": "P", + "classification": { + "B": 2.41080742853228e-05, + "S": 1.4559494729837752e-06, + "I": 0.0016133531462401152, + "C": 9.560878970660269e-05, + "R": 2.1716943592764437e-05, + "M": 6.008593481965363e-05, + "O": 3.176489917677827e-05, + "W": 2.460071982568479e-06, + "N": 5.7150700740749016e-05, + "Y": 0.0008482623961754143, + "U": 2.9426023502310272e-06, + "K": 1.618569513084367e-06, + "L": 8.63170043885475e-06, + "G": 0.0004883421934209764, + "F": 0.001305731013417244, + "E": 0.0011532781645655632, + "T": 0.0004068579291924834, + "P": 0.5824784636497498, + "-": 0.4113982021808624 + }, + "id": "tp_22553" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2819152, + "label": "-", + "classification": { + "B": 1.4700814290335984e-06, + "S": 3.649699351626623e-07, + "I": 0.000564731250051409, + "C": 5.400345617090352e-05, + "R": 5.957692337688059e-06, + "M": 0.00030208073440007865, + "O": 1.896368667075876e-05, + "W": 6.337223226182687e-07, + "N": 8.577162589062937e-06, + "Y": 0.001752413110807538, + "U": 5.840969947712438e-07, + "K": 6.133525971563358e-07, + "L": 3.985500370617956e-06, + "G": 0.0003001738805323839, + "F": 0.00064728973666206, + "E": 0.0003910620871465653, + "T": 0.0008658324950374663, + "P": 0.13517607748508453, + "-": 0.8599052429199219 + }, + "id": "tp_22554" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2819253, + "label": "-", + "classification": { + "B": 1.3147673598723486e-06, + "S": 2.189216274928185e-06, + "I": 0.000756029156036675, + "C": 0.00025453182752244174, + "R": 2.7181797122466378e-05, + "M": 0.00042156537529081106, + "O": 8.059039828367531e-05, + "W": 7.009655291767558e-06, + "N": 2.9509867090382613e-05, + "Y": 0.007356424815952778, + "U": 1.7150431403933908e-06, + "K": 3.444539470365271e-05, + "L": 1.1508255738590378e-05, + "G": 0.0011097027454525232, + "F": 0.006733294576406479, + "E": 0.0019310254137963057, + "T": 0.0014632551465183496, + "P": 0.10191433131694794, + "-": 0.877864420413971 + }, + "id": "tp_22555" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2819386, + "label": "-", + "classification": { + "B": 1.407097638406185e-08, + "S": 5.659222868104052e-09, + "I": 1.5680961951147765e-05, + "C": 3.0172491278790403e-06, + "R": 1.358037451382188e-07, + "M": 1.4459230897045927e-06, + "O": 5.953669415248442e-07, + "W": 1.7275011643391736e-08, + "N": 2.5610029297240544e-07, + "Y": 4.836811058339663e-05, + "U": 3.249385827075457e-08, + "K": 1.4189960495514242e-07, + "L": 4.650297569241957e-08, + "G": 1.4760841622774024e-05, + "F": 0.0008307773387059569, + "E": 1.4740850929229055e-05, + "T": 2.742636024777312e-05, + "P": 0.1572539061307907, + "-": 0.8417885303497314 + }, + "id": "tp_22556" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2819520, + "label": "-", + "classification": { + "B": 0.00014386005932465196, + "S": 0.0006047072820365429, + "I": 0.0030616784933954477, + "C": 0.005547463893890381, + "R": 0.002129495609551668, + "M": 0.0029958158265799284, + "O": 0.003857437986880541, + "W": 0.0008557598339393735, + "N": 0.0011423779651522636, + "Y": 0.03950299322605133, + "U": 0.0004232205974403769, + "K": 0.007452587131410837, + "L": 0.000989417778328061, + "G": 0.018677661195397377, + "F": 0.1318068951368332, + "E": 0.005018866155296564, + "T": 0.010741651058197021, + "P": 0.10108458995819092, + "-": 0.6639634966850281 + }, + "id": "tp_22557" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2819653, + "label": "-", + "classification": { + "B": 1.5646966858184896e-05, + "S": 7.975764310685918e-05, + "I": 0.011987780220806599, + "C": 0.00390398851595819, + "R": 0.001162642496638, + "M": 0.001628031488507986, + "O": 0.0007703573210164905, + "W": 0.00014928411110304296, + "N": 0.0009907986968755722, + "Y": 0.01317652128636837, + "U": 9.570661495672539e-05, + "K": 0.00019280222477391362, + "L": 0.00014585224562324584, + "G": 0.0022415437269955873, + "F": 0.01498433854430914, + "E": 0.0028800605796277523, + "T": 0.009189114905893803, + "P": 0.16516920924186707, + "-": 0.7712365388870239 + }, + "id": "tp_22558" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2819753, + "label": "-", + "classification": { + "B": 1.5711955711594783e-05, + "S": 1.867001446953509e-05, + "I": 0.0012459384743124247, + "C": 0.00043981600902043283, + "R": 8.45491376821883e-05, + "M": 0.0011191043304279447, + "O": 0.00022002441983204335, + "W": 2.2685020667267963e-05, + "N": 6.703828694298863e-05, + "Y": 0.003670773934572935, + "U": 5.918943315919023e-06, + "K": 4.508573329076171e-05, + "L": 4.237938264850527e-05, + "G": 0.0015141733456403017, + "F": 0.012071669101715088, + "E": 0.0008279192843474448, + "T": 0.0023999710101634264, + "P": 0.12020518630743027, + "-": 0.8559834361076355 + }, + "id": "tp_22559" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2819887, + "label": "-", + "classification": { + "B": 4.563220272757462e-07, + "S": 1.3738745963109977e-07, + "I": 0.002128633437678218, + "C": 2.8874468625872396e-05, + "R": 1.8864267303797533e-06, + "M": 2.923955617006868e-05, + "O": 5.339538802218158e-06, + "W": 1.9156686903443187e-07, + "N": 3.1111012503970414e-05, + "Y": 0.000619872531387955, + "U": 1.7762344839411526e-07, + "K": 7.555791512459109e-07, + "L": 4.098941701613512e-07, + "G": 0.0001101764792110771, + "F": 0.0005884254933334887, + "E": 0.000934704439714551, + "T": 0.00022327309125103056, + "P": 0.40478456020355225, + "-": 0.5905117392539978 + }, + "id": "tp_22560" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2820020, + "label": "-", + "classification": { + "B": 2.5828599703459076e-08, + "S": 1.0133645922394408e-08, + "I": 0.0001057422996382229, + "C": 3.88975786336232e-06, + "R": 3.8891772646820755e-07, + "M": 1.2437340956239495e-05, + "O": 1.547132569612586e-06, + "W": 3.468995046773671e-08, + "N": 1.1917861684196396e-06, + "Y": 0.00023460312513634562, + "U": 3.7308925726620146e-08, + "K": 3.0949971119298425e-07, + "L": 8.367125303720968e-08, + "G": 5.889538806513883e-05, + "F": 0.0003691180609166622, + "E": 4.6433371608145535e-05, + "T": 9.626174141885713e-05, + "P": 0.16898515820503235, + "-": 0.8300838470458984 + }, + "id": "tp_22561" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2820153, + "label": "-", + "classification": { + "B": 8.688501793585601e-07, + "S": 6.453126957239874e-07, + "I": 0.0001749982766341418, + "C": 1.2874352250946686e-05, + "R": 3.0019114092283417e-06, + "M": 0.00010245078010484576, + "O": 2.6305515348212793e-05, + "W": 1.0538844890106702e-06, + "N": 5.6220710575871635e-06, + "Y": 0.0008548189071007073, + "U": 6.140633104223525e-07, + "K": 1.977275815079338e-06, + "L": 3.529790319589665e-06, + "G": 0.0001581152610015124, + "F": 0.001629234873689711, + "E": 9.940320887835696e-05, + "T": 0.0006637696642428637, + "P": 0.09099943190813065, + "-": 0.9052613377571106 + }, + "id": "tp_22562" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2820254, + "label": "-", + "classification": { + "B": 2.651795330166351e-05, + "S": 9.405600576428697e-05, + "I": 0.008193207904696465, + "C": 0.0012335311621427536, + "R": 0.0002156557748094201, + "M": 0.002723991172388196, + "O": 0.000657065655104816, + "W": 8.421298844041303e-05, + "N": 0.0010524921817705035, + "Y": 0.017177561298012733, + "U": 4.6015444240765646e-05, + "K": 0.0009419182897545397, + "L": 5.9669666370609775e-05, + "G": 0.0030144331976771355, + "F": 0.014232178218662739, + "E": 0.008277147077023983, + "T": 0.011386114172637463, + "P": 0.18039309978485107, + "-": 0.7501911520957947 + }, + "id": "tp_22563" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2820387, + "label": "-", + "classification": { + "B": 1.6848382244916138e-08, + "S": 2.133457499553515e-08, + "I": 0.0007476336322724819, + "C": 1.3350017070479225e-05, + "R": 3.0019082259968854e-06, + "M": 1.6991532902466133e-05, + "O": 3.3171484119520755e-06, + "W": 1.2144980132688943e-07, + "N": 7.2743132477626204e-06, + "Y": 0.00046588428085669875, + "U": 6.307117672577078e-08, + "K": 1.6541211778076104e-07, + "L": 1.67629337965991e-07, + "G": 2.6232408345094882e-05, + "F": 0.00018933592946268618, + "E": 0.00017002143431454897, + "T": 0.00021691517031285912, + "P": 0.29001155495643616, + "-": 0.7081279158592224 + }, + "id": "tp_22564" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2820521, + "label": "-", + "classification": { + "B": 2.2186445389205112e-11, + "S": 1.4528346407860493e-11, + "I": 1.3994751668633398e-07, + "C": 3.2106177716428874e-09, + "R": 4.085688384836139e-11, + "M": 2.5146281501520207e-08, + "O": 6.219750048330752e-09, + "W": 1.96182341205553e-11, + "N": 1.3577586832624888e-09, + "Y": 5.663708861902705e-07, + "U": 9.236011261348764e-12, + "K": 3.18502363372275e-10, + "L": 3.7876129316272156e-11, + "G": 9.792383082185552e-08, + "F": 1.2941278328071348e-05, + "E": 4.4923038444721897e-07, + "T": 5.08672542309796e-07, + "P": 0.07238901406526566, + "-": 0.9275962114334106 + }, + "id": "tp_22565" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2820654, + "label": "-", + "classification": { + "B": 2.4217262310083365e-12, + "S": 7.810404341508648e-13, + "I": 1.5612300785505795e-06, + "C": 2.5361233113585513e-08, + "R": 5.857401230713322e-10, + "M": 3.23917603850532e-08, + "O": 1.7101935423369241e-09, + "W": 7.107348997531515e-12, + "N": 1.8774168886181997e-09, + "Y": 2.446898861308e-06, + "U": 5.7839674889870185e-12, + "K": 6.130497498535448e-11, + "L": 2.6021016938382324e-11, + "G": 1.95825009541295e-07, + "F": 5.098861038277391e-06, + "E": 7.868324019000283e-07, + "T": 6.66813718908088e-07, + "P": 0.10326696932315826, + "-": 0.896722137928009 + }, + "id": "tp_22566" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2820754, + "label": "-", + "classification": { + "B": 7.046281552902656e-06, + "S": 3.4779980069288285e-06, + "I": 0.003467767033725977, + "C": 0.0001852451969170943, + "R": 4.3114130676258355e-05, + "M": 0.0002455820795148611, + "O": 9.064078039955348e-05, + "W": 8.334138328791596e-06, + "N": 0.00015356794756371528, + "Y": 0.0017187882913276553, + "U": 1.1350705790391658e-05, + "K": 4.1939361835829914e-05, + "L": 1.4150060451356694e-05, + "G": 0.0005887653096579015, + "F": 0.0027784553822129965, + "E": 0.0011560911079868674, + "T": 0.001155123463831842, + "P": 0.29947957396507263, + "-": 0.6888509392738342 + }, + "id": "tp_22567" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2820888, + "label": "-", + "classification": { + "B": 6.0721235058736056e-05, + "S": 9.928974031936377e-05, + "I": 0.018803833052515984, + "C": 0.005496656987816095, + "R": 0.0009543102933093905, + "M": 0.0034997034817934036, + "O": 0.0009589461842551827, + "W": 0.00019935870659537613, + "N": 0.0014735994627699256, + "Y": 0.04297643527388573, + "U": 0.00015622584032826126, + "K": 0.0017703442135825753, + "L": 0.0001635631633689627, + "G": 0.00910299364477396, + "F": 0.01697164587676525, + "E": 0.010813484899699688, + "T": 0.01264143642038107, + "P": 0.14996641874313354, + "-": 0.723891019821167 + }, + "id": "tp_22568" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2821021, + "label": "-", + "classification": { + "B": 0.00011221862951060757, + "S": 0.00020476884674280882, + "I": 0.004555030260235071, + "C": 0.0005438965163193643, + "R": 0.00036816534702666104, + "M": 0.0012975552817806602, + "O": 0.0011281324550509453, + "W": 0.00024175505677703768, + "N": 0.0010923291556537151, + "Y": 0.008129648864269257, + "U": 0.00015545653877779841, + "K": 0.0021140081807971, + "L": 0.0001533731265226379, + "G": 0.00239745294675231, + "F": 0.029745373874902725, + "E": 0.0036732121370732784, + "T": 0.007012748159468174, + "P": 0.22979514300823212, + "-": 0.7072797417640686 + }, + "id": "tp_22569" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2821154, + "label": "-", + "classification": { + "B": 8.89757284312509e-05, + "S": 7.749204087303951e-05, + "I": 0.0029611012432724237, + "C": 0.0008319738553836942, + "R": 0.0003942451439797878, + "M": 0.005379147827625275, + "O": 0.001962226815521717, + "W": 8.576016989536583e-05, + "N": 0.00013642586418427527, + "Y": 0.009358033537864685, + "U": 2.724286969169043e-05, + "K": 4.212978183204541e-06, + "L": 0.0007864045328460634, + "G": 0.004552215337753296, + "F": 0.0031737545505166054, + "E": 0.00048706139205023646, + "T": 0.021051740273833275, + "P": 0.07343798130750656, + "-": 0.8752039670944214 + }, + "id": "tp_22570" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2821255, + "label": "-", + "classification": { + "B": 1.7096594717713742e-07, + "S": 2.6663071750476774e-08, + "I": 2.6186680770479143e-05, + "C": 1.216210080201563e-06, + "R": 1.1037791125545482e-07, + "M": 1.2944112313562073e-05, + "O": 2.9083798835927155e-06, + "W": 6.414586550818058e-08, + "N": 2.7074938202531484e-07, + "Y": 6.122006743680686e-05, + "U": 9.945434698011013e-09, + "K": 3.949204963049624e-09, + "L": 3.2508023650734685e-07, + "G": 1.1157969311170746e-05, + "F": 0.00018838935648091137, + "E": 1.0856379958568141e-05, + "T": 7.318911229958758e-05, + "P": 0.15402507781982422, + "-": 0.845585823059082 + }, + "id": "tp_22571" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2821388, + "label": "-", + "classification": { + "B": 0.0002511780767235905, + "S": 0.00030531411175616086, + "I": 0.0032746836077421904, + "C": 0.0009659459465183318, + "R": 0.00022912310669198632, + "M": 0.0024901125580072403, + "O": 0.001445645815692842, + "W": 0.0003885122132487595, + "N": 0.0008909954922273755, + "Y": 0.010900278575718403, + "U": 0.0002271612611366436, + "K": 0.0022947583347558975, + "L": 0.0002735075249802321, + "G": 0.004291558172553778, + "F": 0.02241743542253971, + "E": 0.009545253589749336, + "T": 0.009726153686642647, + "P": 0.18433482944965363, + "-": 0.7457475662231445 + }, + "id": "tp_22572" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2821522, + "label": "-", + "classification": { + "B": 1.0361110071244184e-05, + "S": 2.5027636638697004e-06, + "I": 0.0015958748990669847, + "C": 3.926812132704072e-05, + "R": 5.183992470847443e-06, + "M": 0.0010154141345992684, + "O": 8.081335545284674e-05, + "W": 2.4555756681365892e-06, + "N": 3.2290910894516855e-05, + "Y": 0.002295141341164708, + "U": 4.422049357799551e-07, + "K": 1.213457608173485e-06, + "L": 1.0437335731694475e-05, + "G": 0.001046539400704205, + "F": 0.0010250596096739173, + "E": 0.0020893095061182976, + "T": 0.001956645166501403, + "P": 0.22038200497627258, + "-": 0.7684088945388794 + }, + "id": "tp_22573" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2821655, + "label": "-", + "classification": { + "B": 3.398457693037926e-07, + "S": 9.131255183092435e-07, + "I": 0.0014122972497716546, + "C": 0.00012149205576861277, + "R": 1.694759885140229e-05, + "M": 4.0283779526362196e-05, + "O": 1.966158379218541e-05, + "W": 2.0336271973064868e-06, + "N": 8.278562017949298e-05, + "Y": 0.0005001764511689544, + "U": 2.3565912670164835e-06, + "K": 2.53640282608103e-05, + "L": 1.7947262449524715e-06, + "G": 0.00013057547039352357, + "F": 0.002111938316375017, + "E": 0.001082184142433107, + "T": 0.00034137495094910264, + "P": 0.4102485477924347, + "-": 0.5838589072227478 + }, + "id": "tp_22574" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2821755, + "label": "-", + "classification": { + "B": 0.0003329486644361168, + "S": 0.0003579335752874613, + "I": 0.01000057440251112, + "C": 0.001251974143087864, + "R": 0.00044383882777765393, + "M": 0.002182367956265807, + "O": 0.001233680173754692, + "W": 0.0003552818961907178, + "N": 0.001830935594625771, + "Y": 0.008920345455408096, + "U": 0.00039857212686911225, + "K": 0.0019768618512898684, + "L": 0.0003232414601370692, + "G": 0.003751785960048437, + "F": 0.03621210157871246, + "E": 0.009614688344299793, + "T": 0.006458737421780825, + "P": 0.30049410462379456, + "-": 0.6138601303100586 + }, + "id": "tp_22575" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2821889, + "label": "P", + "classification": { + "B": 4.1001781028171536e-06, + "S": 8.59361625771271e-06, + "I": 0.12796421349048615, + "C": 0.0001305417827097699, + "R": 2.1763351469417103e-05, + "M": 0.0007790075032971799, + "O": 0.0001365241623716429, + "W": 5.946558758296305e-06, + "N": 0.0018086410127580166, + "Y": 0.005833344999700785, + "U": 1.138422021540464e-06, + "K": 2.837035026459489e-06, + "L": 8.214260560635012e-06, + "G": 0.0005203987821005285, + "F": 0.00022354831162374467, + "E": 0.0020439233630895615, + "T": 0.0047104209661483765, + "P": 0.6814413666725159, + "-": 0.1743554174900055 + }, + "id": "tp_22576" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2822022, + "label": "-", + "classification": { + "B": 2.020742067543324e-05, + "S": 1.4592801562685054e-05, + "I": 0.006547347642481327, + "C": 0.00016369578952435404, + "R": 2.020660940615926e-05, + "M": 0.0011932137422263622, + "O": 9.39498859224841e-05, + "W": 1.2750883797707502e-05, + "N": 0.0005229939124546945, + "Y": 0.005824001040309668, + "U": 6.988074346736539e-06, + "K": 0.0006134653813205659, + "L": 7.033827387203928e-06, + "G": 0.002104181097820401, + "F": 0.005033204331994057, + "E": 0.03354360908269882, + "T": 0.0018499575089663267, + "P": 0.4500741958618164, + "-": 0.49235451221466064 + }, + "id": "tp_22577" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2822155, + "label": "-", + "classification": { + "B": 1.1915766151560092e-07, + "S": 1.110720333485915e-07, + "I": 6.612674769712612e-05, + "C": 2.911633600888308e-06, + "R": 7.30691112948989e-07, + "M": 9.714743100630585e-06, + "O": 6.229964583326364e-06, + "W": 2.4593478542556113e-07, + "N": 1.811595438994118e-06, + "Y": 0.00018947699572890997, + "U": 1.5469358061181993e-07, + "K": 4.276276968084858e-07, + "L": 4.886205147158762e-07, + "G": 4.493071173783392e-05, + "F": 0.0012038976419717073, + "E": 4.35850270150695e-05, + "T": 0.00018873631779570132, + "P": 0.1775938868522644, + "-": 0.8206464052200317 + }, + "id": "tp_22578" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2822256, + "label": "-", + "classification": { + "B": 1.4345977739083082e-08, + "S": 5.827893279075624e-09, + "I": 1.2542779586510733e-05, + "C": 9.190944183501415e-08, + "R": 4.1189576194256006e-09, + "M": 9.959085218724795e-07, + "O": 2.2896021789620136e-07, + "W": 5.423745452759476e-09, + "N": 3.1358845831164217e-07, + "Y": 3.9906783058540896e-05, + "U": 2.575430313456195e-09, + "K": 2.6094471650139894e-07, + "L": 4.390415142552229e-09, + "G": 1.073415933205979e-05, + "F": 0.0001966374256880954, + "E": 9.371768828714266e-05, + "T": 1.5064906619954854e-05, + "P": 0.15783153474330902, + "-": 0.8417978882789612 + }, + "id": "tp_22579" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2822389, + "label": "-", + "classification": { + "B": 1.800902396098536e-06, + "S": 1.4556583209923701e-06, + "I": 0.0007683560834266245, + "C": 5.138478081789799e-05, + "R": 8.85356348589994e-06, + "M": 9.31939430302009e-05, + "O": 3.120722249150276e-05, + "W": 2.666100954229478e-06, + "N": 4.211257692077197e-05, + "Y": 0.0009351601474918425, + "U": 3.2871723760763416e-06, + "K": 3.6043027648702264e-05, + "L": 4.760187039209995e-06, + "G": 0.000452442531241104, + "F": 0.0064316000789403915, + "E": 0.0011840425431728363, + "T": 0.0005085936863906682, + "P": 0.29604509472846985, + "-": 0.6933979988098145 + }, + "id": "tp_22580" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2822523, + "label": "-", + "classification": { + "B": 7.754312036922784e-08, + "S": 9.902567654762606e-08, + "I": 0.00012999109458178282, + "C": 1.6585618141107261e-06, + "R": 2.902191909015528e-07, + "M": 2.0895015040878206e-05, + "O": 4.584312591759954e-06, + "W": 1.2469095622691384e-07, + "N": 3.224485681130318e-06, + "Y": 0.0003094414423685521, + "U": 8.301157095047529e-08, + "K": 3.7105621686350787e-07, + "L": 2.223622317387708e-07, + "G": 3.0386589060071856e-05, + "F": 0.0003609761770348996, + "E": 4.0783888834994286e-05, + "T": 0.0004275273240637034, + "P": 0.17193831503391266, + "-": 0.8267309069633484 + }, + "id": "tp_22581" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2822656, + "label": "-", + "classification": { + "B": 4.848673597734887e-06, + "S": 9.177791980619077e-06, + "I": 0.0036327065899968147, + "C": 0.00011703314521582797, + "R": 1.592708213138394e-05, + "M": 0.0005626445636153221, + "O": 0.00013968335406389087, + "W": 9.377328751725145e-06, + "N": 0.00021239675697870553, + "Y": 0.0023810560815036297, + "U": 4.335583980719093e-06, + "K": 2.466895784891676e-05, + "L": 8.061698281380814e-06, + "G": 0.000538738735485822, + "F": 0.001426087343133986, + "E": 0.0014581334544345737, + "T": 0.0032821381464600563, + "P": 0.28704017400741577, + "-": 0.6991329193115234 + }, + "id": "tp_22582" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2822756, + "label": "P", + "classification": { + "B": 7.628644311807875e-07, + "S": 1.529453896864652e-07, + "I": 0.0003041956515517086, + "C": 1.2357324976619566e-06, + "R": 1.4791750402309845e-07, + "M": 1.7302958440268412e-05, + "O": 2.1242235561658163e-06, + "W": 1.2172270658084017e-07, + "N": 1.0359674888604786e-05, + "Y": 2.412800313322805e-05, + "U": 3.5748342952501844e-08, + "K": 7.481410335685723e-08, + "L": 1.1366803676082782e-07, + "G": 3.7383888411568478e-06, + "F": 5.989984856569208e-05, + "E": 0.00016552669694647193, + "T": 5.072171552455984e-05, + "P": 0.8853942155838013, + "-": 0.11396519839763641 + }, + "id": "tp_22583" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2822890, + "label": "-", + "classification": { + "B": 4.448146295743527e-09, + "S": 7.828465875547863e-09, + "I": 3.197204932803288e-05, + "C": 5.170338681637077e-07, + "R": 1.5234788008910982e-07, + "M": 1.7433993662052671e-06, + "O": 9.508022458248888e-07, + "W": 2.7809536007339375e-08, + "N": 4.499940473579045e-07, + "Y": 5.285006409394555e-05, + "U": 1.7781985661713406e-08, + "K": 4.3280377326482267e-07, + "L": 2.5975978701353597e-08, + "G": 8.188431820599362e-06, + "F": 0.0006828276091255248, + "E": 1.178144975710893e-05, + "T": 3.8651553040836006e-05, + "P": 0.07863455265760422, + "-": 0.9205347895622253 + }, + "id": "tp_22584" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2823023, + "label": "P", + "classification": { + "B": 2.4104281237669056e-06, + "S": 7.79717265686486e-06, + "I": 0.0007870165864005685, + "C": 6.7435285018291324e-06, + "R": 4.8363999667344615e-06, + "M": 1.9744435121538118e-05, + "O": 4.523478855844587e-05, + "W": 4.0953441384772304e-06, + "N": 6.916947313584387e-05, + "Y": 0.00022167543647810817, + "U": 8.034418783608999e-07, + "K": 1.0156210009881761e-05, + "L": 2.603578877824475e-06, + "G": 0.00019069509289693087, + "F": 0.007257191929966211, + "E": 0.00018670770805329084, + "T": 0.00045905658043920994, + "P": 0.5924961566925049, + "-": 0.3982279300689697 + }, + "id": "tp_22585" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2823156, + "label": "P", + "classification": { + "B": 2.1899611013509457e-09, + "S": 8.461337408505187e-09, + "I": 2.0001092707389034e-05, + "C": 6.029450361211275e-08, + "R": 1.5602548586457488e-08, + "M": 2.644001710905286e-07, + "O": 3.9925672012941504e-07, + "W": 6.0357869813287834e-09, + "N": 4.694220478995703e-07, + "Y": 1.0261479474138469e-05, + "U": 7.998463558145374e-10, + "K": 3.961779793115738e-09, + "L": 4.960407196108463e-09, + "G": 7.711244052188704e-07, + "F": 0.00015781530237291008, + "E": 2.6468717351235682e-06, + "T": 8.099272235995159e-06, + "P": 0.5403876304626465, + "-": 0.4594115912914276 + }, + "id": "tp_22586" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2823257, + "label": "-", + "classification": { + "B": 0.0005281666526570916, + "S": 0.0006759571842849255, + "I": 0.008882937021553516, + "C": 0.0017178822308778763, + "R": 0.0004631757619790733, + "M": 0.0028401678428053856, + "O": 0.0015514385886490345, + "W": 0.0005510161281563342, + "N": 0.0029394335579127073, + "Y": 0.01917504332959652, + "U": 0.0002738104376476258, + "K": 0.005667257122695446, + "L": 0.00033508293563500047, + "G": 0.01738440804183483, + "F": 0.0691380575299263, + "E": 0.03042326308786869, + "T": 0.009030865505337715, + "P": 0.3934444785118103, + "-": 0.43497753143310547 + }, + "id": "tp_22587" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2823390, + "label": "-", + "classification": { + "B": 4.476018148125149e-05, + "S": 5.439576125354506e-05, + "I": 0.0007153806509450078, + "C": 0.0016937556210905313, + "R": 0.00045480250264517963, + "M": 0.0013276911340653896, + "O": 0.000617454934399575, + "W": 6.775520159862936e-05, + "N": 7.069844286888838e-05, + "Y": 0.005590577609837055, + "U": 1.2777921256201807e-05, + "K": 0.00010156187636312097, + "L": 0.00015097676077857614, + "G": 0.004215373657643795, + "F": 0.041511163115501404, + "E": 0.0010373834520578384, + "T": 0.0036352865863591433, + "P": 0.042938027530908585, + "-": 0.8957601189613342 + }, + "id": "tp_22588" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2823524, + "label": "-", + "classification": { + "B": 1.3230863260105252e-05, + "S": 5.1469000936776865e-06, + "I": 0.0005373593885451555, + "C": 0.001172004034742713, + "R": 0.00014146311150398105, + "M": 0.00024554546689614654, + "O": 0.00011457453365437686, + "W": 1.0451164598634932e-05, + "N": 3.660918810055591e-05, + "Y": 0.002225243952125311, + "U": 1.5882624211371876e-05, + "K": 2.7970978408120573e-05, + "L": 4.272013757145032e-05, + "G": 0.0013256421079859138, + "F": 0.01421853806823492, + "E": 0.0004484920937102288, + "T": 0.0010200130054727197, + "P": 0.16195623576641083, + "-": 0.8164428472518921 + }, + "id": "tp_22589" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2823657, + "label": "-", + "classification": { + "B": 3.7469520819399804e-09, + "S": 1.8661292955357567e-08, + "I": 7.11718939783168e-07, + "C": 2.964119971693435e-07, + "R": 1.7452020983910188e-07, + "M": 2.0776637029484846e-05, + "O": 5.800032340630423e-06, + "W": 1.501932977987508e-08, + "N": 9.007623980039625e-09, + "Y": 5.142551162862219e-05, + "U": 4.839083023178148e-10, + "K": 6.280249931212012e-11, + "L": 4.612255111169361e-07, + "G": 1.0359375664847903e-05, + "F": 0.00021162722259759903, + "E": 1.842884245206733e-07, + "T": 0.00010169830056838691, + "P": 0.005057887174189091, + "-": 0.9945386052131653 + }, + "id": "tp_22590" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2823757, + "label": "-", + "classification": { + "B": 0.00010108736751135439, + "S": 0.00020335943554528058, + "I": 0.0042845746502280235, + "C": 0.004618254490196705, + "R": 0.0013628853484988213, + "M": 0.004836294800043106, + "O": 0.0020099817775189877, + "W": 0.0003834596136584878, + "N": 0.0009287801221944392, + "Y": 0.018369749188423157, + "U": 0.0002603568136692047, + "K": 0.0033827447332441807, + "L": 0.00046504888450726867, + "G": 0.00782423559576273, + "F": 0.06068272888660431, + "E": 0.0061719706282019615, + "T": 0.00972731038928032, + "P": 0.09605823457241058, + "-": 0.7783288955688477 + }, + "id": "tp_22591" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2823891, + "label": "-", + "classification": { + "B": 3.8066184515628265e-06, + "S": 1.369937081108219e-06, + "I": 9.177302126772702e-05, + "C": 1.671164318395313e-05, + "R": 7.3173100645362865e-06, + "M": 0.0006340989493764937, + "O": 8.088089089142159e-05, + "W": 6.960310088288679e-07, + "N": 1.6082844922493678e-06, + "Y": 0.0022005036007612944, + "U": 2.880430542973045e-07, + "K": 1.7660021001120185e-07, + "L": 3.248989742132835e-05, + "G": 0.0009509067167527974, + "F": 0.001912835519760847, + "E": 5.7424724218435585e-05, + "T": 0.0019373593386262655, + "P": 0.013201761990785599, + "-": 0.9788680076599121 + }, + "id": "tp_22592" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2824024, + "label": "-", + "classification": { + "B": 6.205997521435691e-11, + "S": 1.6693384174981674e-10, + "I": 5.462729291139112e-08, + "C": 1.2899728574211622e-07, + "R": 2.2873470229001214e-08, + "M": 2.966613692478859e-07, + "O": 1.3192885717216996e-07, + "W": 2.437700319379843e-10, + "N": 2.582387359506555e-10, + "Y": 2.2921940399101004e-05, + "U": 8.895091607730166e-11, + "K": 1.7043975952812929e-10, + "L": 9.195965766650716e-09, + "G": 1.7563157825861708e-06, + "F": 0.00010500861390028149, + "E": 6.782852945974582e-09, + "T": 8.76159447216196e-06, + "P": 0.0005355511093512177, + "-": 0.9993253946304321 + }, + "id": "tp_22593" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2824157, + "label": "-", + "classification": { + "B": 1.4516277246912068e-07, + "S": 9.727465766218302e-08, + "I": 2.0221123122610152e-05, + "C": 1.4967813513067085e-06, + "R": 2.607786768749065e-07, + "M": 1.759969200065825e-05, + "O": 4.937257017445518e-06, + "W": 1.3049340452653269e-07, + "N": 6.506048180199286e-07, + "Y": 0.00019769313803408295, + "U": 6.584531320186215e-08, + "K": 2.680639568097831e-07, + "L": 3.0635419534519315e-07, + "G": 2.452316039125435e-05, + "F": 0.001043263473547995, + "E": 3.0227987735997885e-05, + "T": 0.00023548194440081716, + "P": 0.06756935268640518, + "-": 0.9308533072471619 + }, + "id": "tp_22594" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2824258, + "label": "-", + "classification": { + "B": 4.582232577376999e-06, + "S": 3.0400694868149003e-06, + "I": 2.321773899893742e-05, + "C": 2.0444982510525733e-05, + "R": 1.1554004231584258e-05, + "M": 0.00015285117842722684, + "O": 0.0001020997078740038, + "W": 2.6916472961602267e-06, + "N": 9.557915063851397e-07, + "Y": 0.0007704091258347034, + "U": 3.3625428841332905e-07, + "K": 2.580645741545595e-07, + "L": 1.9691226043505594e-05, + "G": 0.00022117336629889905, + "F": 0.0026485014241188765, + "E": 1.5976946087903343e-05, + "T": 0.0005512462230399251, + "P": 0.014748520217835903, + "-": 0.9807024598121643 + }, + "id": "tp_22595" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2824391, + "label": "-", + "classification": { + "B": 9.087667422136292e-06, + "S": 1.1076699593104422e-05, + "I": 4.49859508080408e-05, + "C": 0.00018024419841822237, + "R": 3.9523169107269496e-05, + "M": 0.0005308939726091921, + "O": 0.00023471759050153196, + "W": 6.753135949111311e-06, + "N": 2.59542480307573e-06, + "Y": 0.0008389767026528716, + "U": 6.345064207380346e-07, + "K": 3.8635675991827156e-07, + "L": 6.381450657499954e-05, + "G": 0.0007964526303112507, + "F": 0.00613883463665843, + "E": 3.144379297737032e-05, + "T": 0.0011673015542328358, + "P": 0.014161534607410431, + "-": 0.9757407307624817 + }, + "id": "tp_22596" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2824525, + "label": "-", + "classification": { + "B": 7.197018536686528e-09, + "S": 1.8793418803397799e-06, + "I": 2.4392918476223713e-06, + "C": 1.7369844499626197e-05, + "R": 3.815627223957563e-06, + "M": 0.0006082243053242564, + "O": 6.146428495412692e-05, + "W": 4.217253035676549e-07, + "N": 8.827938557942616e-08, + "Y": 0.02003420889377594, + "U": 8.35026048306986e-10, + "K": 7.487363973268657e-07, + "L": 4.556049589155009e-06, + "G": 0.0019956405740231276, + "F": 0.029085837304592133, + "E": 3.140589342365274e-06, + "T": 0.007998401299118996, + "P": 0.0001443812216166407, + "-": 0.9400373101234436 + }, + "id": "tp_22597" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2824658, + "label": "-", + "classification": { + "B": 2.9388022682041992e-08, + "S": 6.792119933152208e-08, + "I": 1.9059210671912297e-06, + "C": 3.852279064631148e-07, + "R": 7.6839974383347e-08, + "M": 1.0196888979407959e-05, + "O": 2.015191512327874e-06, + "W": 1.2671445226430933e-08, + "N": 3.171874496388227e-08, + "Y": 6.659569771727547e-05, + "U": 7.7311201884811e-10, + "K": 4.419663302002164e-09, + "L": 1.831465681334521e-07, + "G": 2.6113273634109646e-05, + "F": 0.002240588655695319, + "E": 1.5305234910556464e-06, + "T": 8.57309642015025e-05, + "P": 0.0097921472042799, + "-": 0.9877724051475525 + }, + "id": "tp_22598" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2824758, + "label": "-", + "classification": { + "B": 2.2938047550269403e-06, + "S": 8.141691409946361e-07, + "I": 3.704836899487418e-06, + "C": 7.521870884374948e-06, + "R": 4.451926542969886e-06, + "M": 0.0003045909106731415, + "O": 8.260430331574753e-05, + "W": 5.38131928351504e-07, + "N": 9.470480222262267e-08, + "Y": 0.00048717352910898626, + "U": 3.290869443617339e-08, + "K": 1.1195679938680314e-08, + "L": 3.669646685011685e-05, + "G": 0.00026959588285535574, + "F": 0.0015598958125337958, + "E": 5.217174020799575e-06, + "T": 0.0007943383534438908, + "P": 0.0025902267079800367, + "-": 0.9938501119613647 + }, + "id": "tp_22599" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2824892, + "label": "-", + "classification": { + "B": 1.495788455940783e-05, + "S": 4.483860175241716e-05, + "I": 0.0010951817966997623, + "C": 0.0001669412013143301, + "R": 6.242791278054938e-05, + "M": 0.0025878390297293663, + "O": 0.0005734936567023396, + "W": 4.16323819081299e-05, + "N": 0.00012808447354473174, + "Y": 0.007546775974333286, + "U": 1.7015388948493637e-05, + "K": 9.339794632978737e-05, + "L": 6.504687917185947e-05, + "G": 0.0009711734019219875, + "F": 0.0048258244059979916, + "E": 0.0009663036908023059, + "T": 0.00933085661381483, + "P": 0.04757023975253105, + "-": 0.9238980412483215 + }, + "id": "tp_22600" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2825025, + "label": "-", + "classification": { + "B": 6.705793202854693e-05, + "S": 1.6603606127318926e-05, + "I": 0.00026889945729635656, + "C": 0.000498423061799258, + "R": 7.347320934059098e-05, + "M": 0.002268549520522356, + "O": 0.000542340858373791, + "W": 2.028591734415386e-05, + "N": 1.5866058674873784e-05, + "Y": 0.004696844611316919, + "U": 2.734076360866311e-06, + "K": 7.548184385086643e-06, + "L": 0.0003378261171746999, + "G": 0.00817782524973154, + "F": 0.02410714328289032, + "E": 0.0013952715089544654, + "T": 0.0019623693078756332, + "P": 0.03804578259587288, + "-": 0.9174951910972595 + }, + "id": "tp_22601" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2825125, + "label": "-", + "classification": { + "B": 5.205808406572032e-07, + "S": 2.0251545151950268e-07, + "I": 1.3171424143365584e-05, + "C": 2.4137618765962543e-06, + "R": 1.2609157238330226e-06, + "M": 2.3752627384965308e-05, + "O": 2.0137686078669503e-05, + "W": 3.077866210787761e-07, + "N": 2.27175632971921e-07, + "Y": 0.00037495209835469723, + "U": 3.086056210577226e-08, + "K": 2.399381804352174e-09, + "L": 3.201700110366801e-06, + "G": 2.5883331545628607e-05, + "F": 0.00015534812700934708, + "E": 1.9936805983888917e-06, + "T": 0.0003843352315016091, + "P": 0.01411069743335247, + "-": 0.9848816394805908 + }, + "id": "tp_22602" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2825259, + "label": "P", + "classification": { + "B": 1.0624505648593185e-06, + "S": 3.0201354093151167e-06, + "I": 0.00022147111303638667, + "C": 1.7231588572030887e-05, + "R": 3.1902090995572507e-06, + "M": 8.811221960058901e-06, + "O": 1.0552513231232297e-05, + "W": 1.5746359167678747e-06, + "N": 3.2408384868176654e-05, + "Y": 0.00022552651353180408, + "U": 6.274553356888646e-07, + "K": 2.8272972485865466e-05, + "L": 4.350436029199045e-07, + "G": 6.20756545686163e-05, + "F": 0.004564134404063225, + "E": 0.00022043292119633406, + "T": 0.00013505130482371897, + "P": 0.5192297101020813, + "-": 0.47523441910743713 + }, + "id": "tp_22603" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2825392, + "label": "-", + "classification": { + "B": 3.668909994303249e-05, + "S": 0.00010473923612153158, + "I": 4.327908391132951e-05, + "C": 0.000360560865374282, + "R": 0.00016100829816423357, + "M": 0.00544016296043992, + "O": 0.0007050198037177324, + "W": 1.2789247193722986e-05, + "N": 1.2156210686953273e-06, + "Y": 0.004034389276057482, + "U": 3.879596874867275e-07, + "K": 1.7870056581159588e-06, + "L": 0.0008805774850770831, + "G": 0.007433735765516758, + "F": 0.021709440276026726, + "E": 5.011028770240955e-05, + "T": 0.004557362291961908, + "P": 0.0019519509514793754, + "-": 0.9525146484375 + }, + "id": "tp_22604" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2825526, + "label": "-", + "classification": { + "B": 2.4958839276223443e-05, + "S": 8.38135110825533e-06, + "I": 0.00028092326829209924, + "C": 0.0003739838139154017, + "R": 0.00034583016531541944, + "M": 0.01051092054694891, + "O": 0.0013854277785867453, + "W": 1.3428263628156856e-05, + "N": 2.8038207346980926e-06, + "Y": 0.011540806852281094, + "U": 5.51053517483524e-07, + "K": 1.8638486309896507e-08, + "L": 0.0008420785889029503, + "G": 0.0033413958735764027, + "F": 0.0008901046239770949, + "E": 4.8058518586913124e-05, + "T": 0.015117217786610126, + "P": 0.0028325989842414856, + "-": 0.9524404406547546 + }, + "id": "tp_22605" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2825626, + "label": "-", + "classification": { + "B": 3.845709215966053e-06, + "S": 4.721199729829095e-06, + "I": 0.0011066199513152242, + "C": 0.0003172004362568259, + "R": 9.175534796668217e-05, + "M": 0.0011865587439388037, + "O": 0.00015039462596178055, + "W": 4.599789008352673e-06, + "N": 4.464737867238e-05, + "Y": 0.01463816873729229, + "U": 5.786520887340885e-06, + "K": 1.2385011359583586e-05, + "L": 4.102316597709432e-05, + "G": 0.0022358878049999475, + "F": 0.0073014735244214535, + "E": 0.000448642298579216, + "T": 0.008228388614952564, + "P": 0.07998166233301163, + "-": 0.8841961622238159 + }, + "id": "tp_22606" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2825759, + "label": "-", + "classification": { + "B": 2.5227762989743496e-07, + "S": 8.02458032467257e-07, + "I": 0.00027974313707090914, + "C": 2.468156162649393e-05, + "R": 6.701837719447212e-06, + "M": 9.848213085206226e-05, + "O": 2.794054671539925e-05, + "W": 1.0715701819208334e-06, + "N": 1.7472311810706742e-05, + "Y": 0.0012800730764865875, + "U": 6.933590839253156e-07, + "K": 5.095309916214319e-06, + "L": 2.44344641942007e-06, + "G": 0.00022351552615873516, + "F": 0.0033047934994101524, + "E": 0.00028364555328153074, + "T": 0.0007262776489369571, + "P": 0.2018563151359558, + "-": 0.7918599247932434 + }, + "id": "tp_22607" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2825893, + "label": "Y", + "classification": { + "B": 0.0003160599444527179, + "S": 0.0021123478654772043, + "I": 0.06601366400718689, + "C": 0.09328646957874298, + "R": 0.040642790496349335, + "M": 0.032999102026224136, + "O": 0.019478928297758102, + "W": 0.0024767525028437376, + "N": 0.005507044959813356, + "Y": 0.3482804000377655, + "U": 0.0003207805275451392, + "K": 0.0011135106906294823, + "L": 0.00654179509729147, + "G": 0.08679897338151932, + "F": 0.013586136512458324, + "E": 0.003917134366929531, + "T": 0.15513096749782562, + "P": 0.006657842081040144, + "-": 0.11481928825378418 + }, + "id": "tp_22608" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2826026, + "label": "-", + "classification": { + "B": 0.000308756047161296, + "S": 0.00033858628012239933, + "I": 0.007970939390361309, + "C": 0.028657512739300728, + "R": 0.006622746586799622, + "M": 0.04155488312244415, + "O": 0.004584415815770626, + "W": 0.00030895075178705156, + "N": 0.0004162429249845445, + "Y": 0.15990649163722992, + "U": 7.822807674529031e-05, + "K": 0.00035223859595134854, + "L": 0.00412139855325222, + "G": 0.08473764359951019, + "F": 0.03626269847154617, + "E": 0.008563525974750519, + "T": 0.041092950850725174, + "P": 0.020075106993317604, + "-": 0.554046630859375 + }, + "id": "tp_22609" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2826126, + "label": "Y", + "classification": { + "B": 7.761996675981209e-05, + "S": 0.0011216308921575546, + "I": 0.005631171632558107, + "C": 0.0828028991818428, + "R": 0.02676962874829769, + "M": 0.05327364429831505, + "O": 0.017017973586916924, + "W": 0.0008958315011113882, + "N": 0.00039816403295844793, + "Y": 0.29363858699798584, + "U": 2.2477641323348507e-05, + "K": 0.0001573744521010667, + "L": 0.005349169950932264, + "G": 0.11422009766101837, + "F": 0.01565754972398281, + "E": 0.0007931020809337497, + "T": 0.1938074231147766, + "P": 0.0015227710828185081, + "-": 0.18684294819831848 + }, + "id": "tp_22610" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2826260, + "label": "G", + "classification": { + "B": 0.013278719037771225, + "S": 0.0286322683095932, + "I": 0.016365544870495796, + "C": 0.06654869019985199, + "R": 0.030845779925584793, + "M": 0.08824620395898819, + "O": 0.03977566957473755, + "W": 0.012043429538607597, + "N": 0.007589946500957012, + "Y": 0.09319666773080826, + "U": 0.002250172896310687, + "K": 0.008519096300005913, + "L": 0.039958078414201736, + "G": 0.18232131004333496, + "F": 0.1073954850435257, + "E": 0.02585846744477749, + "T": 0.09015492349863052, + "P": 0.01745106838643551, + "-": 0.1295684576034546 + }, + "id": "tp_22611" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2826393, + "label": "T", + "classification": { + "B": 0.004943819250911474, + "S": 0.0372718907892704, + "I": 0.04088906943798065, + "C": 0.08591147512197495, + "R": 0.043082863092422485, + "M": 0.12736041843891144, + "O": 0.05584166571497917, + "W": 0.015020770952105522, + "N": 0.016407690942287445, + "Y": 0.09375284612178802, + "U": 0.001979364547878504, + "K": 0.007299808785319328, + "L": 0.038221072405576706, + "G": 0.12522277235984802, + "F": 0.04543468356132507, + "E": 0.02014436013996601, + "T": 0.13620610535144806, + "P": 0.015569747425615788, + "-": 0.0894395262002945 + }, + "id": "tp_22612" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2826527, + "label": "G", + "classification": { + "B": 4.642628846340813e-05, + "S": 0.0027885930612683296, + "I": 0.003732863115146756, + "C": 0.32369929552078247, + "R": 0.04013941064476967, + "M": 0.027679443359375, + "O": 0.008571553975343704, + "W": 0.0009628786356188357, + "N": 0.0007812765543349087, + "Y": 0.10806754231452942, + "U": 5.523465006262995e-06, + "K": 0.0007176747312769294, + "L": 0.004768211394548416, + "G": 0.33143702149391174, + "F": 0.008735965006053448, + "E": 0.0022327154874801636, + "T": 0.12817496061325073, + "P": 0.00013140265946276486, + "-": 0.007327297702431679 + }, + "id": "tp_22613" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2826627, + "label": "-", + "classification": { + "B": 0.0013335132971405983, + "S": 0.07631169259548187, + "I": 0.005581841338425875, + "C": 0.013192035257816315, + "R": 0.007324638776481152, + "M": 0.16608040034770966, + "O": 0.06848248839378357, + "W": 0.008486961014568806, + "N": 0.002382670296356082, + "Y": 0.05250770226120949, + "U": 4.18292656831909e-05, + "K": 0.0022654153872281313, + "L": 0.015522410161793232, + "G": 0.1077856570482254, + "F": 0.08887854218482971, + "E": 0.006209155078977346, + "T": 0.15664851665496826, + "P": 0.008179182186722755, + "-": 0.21278534829616547 + }, + "id": "tp_22614" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2826760, + "label": "M", + "classification": { + "B": 0.0003714773338288069, + "S": 0.0188027061522007, + "I": 0.005205472465604544, + "C": 0.02700023539364338, + "R": 0.01175343431532383, + "M": 0.3071804642677307, + "O": 0.03151959553360939, + "W": 0.0009605419472791255, + "N": 0.0004646932939067483, + "Y": 0.08650731295347214, + "U": 1.1978215752606047e-06, + "K": 2.8954489607713185e-05, + "L": 0.023162897676229477, + "G": 0.29810336232185364, + "F": 0.005416036583483219, + "E": 0.0026207829359918833, + "T": 0.1644144058227539, + "P": 0.00026392846484668553, + "-": 0.016222406178712845 + }, + "id": "tp_22615" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2826894, + "label": "T", + "classification": { + "B": 0.0004474474408198148, + "S": 0.0389079824090004, + "I": 0.013092361390590668, + "C": 0.12654191255569458, + "R": 0.03713047876954079, + "M": 0.03982197865843773, + "O": 0.03282368183135986, + "W": 0.0052534835413098335, + "N": 0.003801817772909999, + "Y": 0.2025509774684906, + "U": 9.93244793789927e-06, + "K": 0.0012286126147955656, + "L": 0.009883619844913483, + "G": 0.17635199427604675, + "F": 0.015466091223061085, + "E": 0.0015485727926716208, + "T": 0.28366267681121826, + "P": 0.0004628936876542866, + "-": 0.011013484559953213 + }, + "id": "tp_22616" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2827027, + "label": "G", + "classification": { + "B": 1.931303813762497e-05, + "S": 0.0015177639434114099, + "I": 0.006367164198309183, + "C": 0.2977408170700073, + "R": 0.06799863278865814, + "M": 0.05568140745162964, + "O": 0.00793078076094389, + "W": 0.000329304690239951, + "N": 0.00033637258457019925, + "Y": 0.1063271015882492, + "U": 2.3353570668405155e-06, + "K": 2.954439514724072e-05, + "L": 0.012456370517611504, + "G": 0.319446861743927, + "F": 0.004386600572615862, + "E": 0.0007415750296786427, + "T": 0.1125880628824234, + "P": 0.00017589610069990158, + "-": 0.005924046039581299 + }, + "id": "tp_22617" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2827127, + "label": "Y", + "classification": { + "B": 1.0474454029463232e-05, + "S": 0.0003575787995941937, + "I": 0.0017180127324536443, + "C": 0.014069820754230022, + "R": 0.0052040014415979385, + "M": 0.027582835406064987, + "O": 0.0048422785475850105, + "W": 7.940275099826977e-05, + "N": 4.0258048102259636e-05, + "Y": 0.5587417483329773, + "U": 4.006959954949707e-07, + "K": 7.0011860771046486e-06, + "L": 0.003557775402441621, + "G": 0.10368888825178146, + "F": 0.002898897510021925, + "E": 0.00017406718689016998, + "T": 0.23945702612400055, + "P": 6.268755532801151e-05, + "-": 0.037506815046072006 + }, + "id": "tp_22618" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2827261, + "label": "Y", + "classification": { + "B": 8.33615649753483e-06, + "S": 0.00227865157648921, + "I": 0.05379018187522888, + "C": 0.018267259001731873, + "R": 0.007702230010181665, + "M": 0.00870510470122099, + "O": 0.006491262000054121, + "W": 0.0009183837100863457, + "N": 0.006066829897463322, + "Y": 0.4662945866584778, + "U": 1.8359004343437846e-06, + "K": 0.002983786864206195, + "L": 0.0003317172231618315, + "G": 0.07271883636713028, + "F": 0.004635654855519533, + "E": 0.0007972382009029388, + "T": 0.34329068660736084, + "P": 0.00018876456306315958, + "-": 0.004528701771050692 + }, + "id": "tp_22619" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2827394, + "label": "C", + "classification": { + "B": 0.0005917450180277228, + "S": 0.0076825725845992565, + "I": 0.040761128067970276, + "C": 0.43949082493782043, + "R": 0.14999204874038696, + "M": 0.07020331174135208, + "O": 0.019740331918001175, + "W": 0.0021887533366680145, + "N": 0.003706559771671891, + "Y": 0.023503465577960014, + "U": 4.662267383537255e-05, + "K": 0.00025472708512097597, + "L": 0.025295447558164597, + "G": 0.16498349606990814, + "F": 0.005599615629762411, + "E": 0.005131444428116083, + "T": 0.03199489042162895, + "P": 0.0018916878616437316, + "-": 0.006941347382962704 + }, + "id": "tp_22620" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2827528, + "label": "G", + "classification": { + "B": 2.6892757887253538e-05, + "S": 0.0015656650066375732, + "I": 0.0005975068779662251, + "C": 0.1348915696144104, + "R": 0.04352203384041786, + "M": 0.06257572770118713, + "O": 0.02046559564769268, + "W": 0.00034994547604583204, + "N": 1.594522655068431e-05, + "Y": 0.13565829396247864, + "U": 6.372776510943368e-07, + "K": 8.151034307957161e-06, + "L": 0.050496917217969894, + "G": 0.4193643033504486, + "F": 0.014316224493086338, + "E": 0.00010012790153268725, + "T": 0.07853132486343384, + "P": 3.2724285119911656e-05, + "-": 0.03748040646314621 + }, + "id": "tp_22621" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2827628, + "label": "M", + "classification": { + "B": 4.5034303184365854e-05, + "S": 0.006123360712081194, + "I": 0.0013659329852089286, + "C": 0.002741338452324271, + "R": 0.003971249330788851, + "M": 0.2634637951850891, + "O": 0.05666591599583626, + "W": 0.00035650862264446914, + "N": 8.099961269181222e-05, + "Y": 0.1925896406173706, + "U": 1.0954638582916232e-06, + "K": 1.1471677680674475e-05, + "L": 0.037975676357746124, + "G": 0.17460863292217255, + "F": 0.010062042623758316, + "E": 0.00018829804321285337, + "T": 0.18410435318946838, + "P": 0.00023935094941407442, + "-": 0.06540527939796448 + }, + "id": "tp_22622" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2827761, + "label": "M", + "classification": { + "B": 0.0026984771247953176, + "S": 0.025330085307359695, + "I": 0.005578662268817425, + "C": 0.0766119584441185, + "R": 0.06239332631230354, + "M": 0.27505457401275635, + "O": 0.04977589473128319, + "W": 0.0028644728008657694, + "N": 0.0006760658579878509, + "Y": 0.02091227099299431, + "U": 3.078778900089674e-05, + "K": 4.141527824685909e-05, + "L": 0.1221921294927597, + "G": 0.2422269880771637, + "F": 0.008349060080945492, + "E": 0.0026944580022245646, + "T": 0.07674937695264816, + "P": 0.001140885753557086, + "-": 0.02467912621796131 + }, + "id": "tp_22623" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2827895, + "label": "C", + "classification": { + "B": 3.3608848752919585e-05, + "S": 0.0016506104730069637, + "I": 0.007036135997623205, + "C": 0.4987529218196869, + "R": 0.06591147184371948, + "M": 0.03371713310480118, + "O": 0.00631369324401021, + "W": 0.00043424509931355715, + "N": 0.000424440746428445, + "Y": 0.09140191227197647, + "U": 3.1707663765701e-06, + "K": 6.34264579275623e-05, + "L": 0.009064140729606152, + "G": 0.19680103659629822, + "F": 0.001791805261746049, + "E": 0.0014275929424911737, + "T": 0.08140376955270767, + "P": 0.00011181324225617573, + "-": 0.0036570571828633547 + }, + "id": "tp_22624" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2828028, + "label": "T", + "classification": { + "B": 2.0197496269247495e-05, + "S": 0.006172464229166508, + "I": 0.0007800288731232285, + "C": 0.011646473780274391, + "R": 0.004389276262372732, + "M": 0.06725610792636871, + "O": 0.01194083970040083, + "W": 0.00045214794226922095, + "N": 5.9864320064662024e-05, + "Y": 0.2326170802116394, + "U": 4.513760529789579e-07, + "K": 8.902633271645755e-05, + "L": 0.005916174966841936, + "G": 0.1615774780511856, + "F": 0.018062399700284004, + "E": 0.00033904516021721065, + "T": 0.402723491191864, + "P": 0.00010811872925842181, + "-": 0.07584935426712036 + }, + "id": "tp_22625" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2828128, + "label": "Y", + "classification": { + "B": 0.0013301754370331764, + "S": 0.018580056726932526, + "I": 0.1663176417350769, + "C": 0.008671046234667301, + "R": 0.0049400669522583485, + "M": 0.07923584431409836, + "O": 0.016914067789912224, + "W": 0.0037465724162757397, + "N": 0.046865079551935196, + "Y": 0.2899187207221985, + "U": 4.470206840778701e-05, + "K": 0.007505575194954872, + "L": 0.00266891997307539, + "G": 0.10088236629962921, + "F": 0.006111080292612314, + "E": 0.05348087102174759, + "T": 0.17345020174980164, + "P": 0.006793657783418894, + "-": 0.01254335604608059 + }, + "id": "tp_22626" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2828262, + "label": "G", + "classification": { + "B": 1.9384935512789525e-05, + "S": 0.012682374566793442, + "I": 0.0008973789517767727, + "C": 0.07629826664924622, + "R": 0.021521667018532753, + "M": 0.042409736663103104, + "O": 0.02013212814927101, + "W": 0.000985297025181353, + "N": 0.0003561039920896292, + "Y": 0.06341536343097687, + "U": 3.0324154067784548e-06, + "K": 0.00030767457792535424, + "L": 0.02408096194267273, + "G": 0.5313076972961426, + "F": 0.04103858023881912, + "E": 0.0005558323464356363, + "T": 0.15574564039707184, + "P": 0.0001150262905866839, + "-": 0.008127894252538681 + }, + "id": "tp_22627" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2828395, + "label": "Y", + "classification": { + "B": 0.00025119821657426655, + "S": 0.008335517719388008, + "I": 0.04254981130361557, + "C": 0.03540357947349548, + "R": 0.008803666569292545, + "M": 0.04419448971748352, + "O": 0.011960930190980434, + "W": 0.0014120349660515785, + "N": 0.0041223326697945595, + "Y": 0.37836357951164246, + "U": 9.918656360241584e-06, + "K": 0.0023451815359294415, + "L": 0.002942226594313979, + "G": 0.22959472239017487, + "F": 0.022293560206890106, + "E": 0.011677199974656105, + "T": 0.158927783370018, + "P": 0.0028063852805644274, + "-": 0.03400589898228645 + }, + "id": "tp_22628" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2828529, + "label": "C", + "classification": { + "B": 6.6713682826957665e-06, + "S": 0.00038225360913202167, + "I": 0.0011904927669093013, + "C": 0.39047303795814514, + "R": 0.06170632690191269, + "M": 0.019861070439219475, + "O": 0.004851687233895063, + "W": 0.00018883112352341413, + "N": 4.429924956639297e-05, + "Y": 0.17514073848724365, + "U": 7.253171929733071e-07, + "K": 5.488123861141503e-05, + "L": 0.006683812476694584, + "G": 0.23826615512371063, + "F": 0.004289284348487854, + "E": 0.00020308722741901875, + "T": 0.08748412132263184, + "P": 2.2941963834455237e-05, + "-": 0.00914956908673048 + }, + "id": "tp_22629" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2828629, + "label": "G", + "classification": { + "B": 0.0008648944785818458, + "S": 0.008175529539585114, + "I": 0.0016282835276797414, + "C": 0.18075652420520782, + "R": 0.03460797294974327, + "M": 0.19050012528896332, + "O": 0.015672342851758003, + "W": 0.0007153882179409266, + "N": 0.00013748322089668363, + "Y": 0.006553180981427431, + "U": 3.3074118164222455e-06, + "K": 8.286279808089603e-06, + "L": 0.08664965629577637, + "G": 0.439194917678833, + "F": 0.003091589780524373, + "E": 0.0025258678942918777, + "T": 0.024504343047738075, + "P": 0.00013608808512799442, + "-": 0.004274166189134121 + }, + "id": "tp_22630" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2828762, + "label": "G", + "classification": { + "B": 4.577106665237807e-06, + "S": 0.00033855074434541166, + "I": 1.5685061953263357e-05, + "C": 0.04640534147620201, + "R": 0.004894508048892021, + "M": 0.014280014671385288, + "O": 0.0036923284642398357, + "W": 5.83312357775867e-05, + "N": 2.553176500441623e-06, + "Y": 0.10189467668533325, + "U": 2.8470805091274087e-07, + "K": 5.41119443369098e-05, + "L": 0.007277063559740782, + "G": 0.49779337644577026, + "F": 0.16293279826641083, + "E": 0.00014115951489657164, + "T": 0.027185866609215736, + "P": 6.931929237907752e-05, + "-": 0.1329594850540161 + }, + "id": "tp_22631" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2828896, + "label": "Y", + "classification": { + "B": 0.00023750805121380836, + "S": 0.006479988805949688, + "I": 0.012497791089117527, + "C": 0.028748098760843277, + "R": 0.010839233174920082, + "M": 0.05326792225241661, + "O": 0.015352906659245491, + "W": 0.0013078462798148394, + "N": 0.00171872996725142, + "Y": 0.4324510395526886, + "U": 9.126755685429089e-06, + "K": 0.0010225523728877306, + "L": 0.005234394688159227, + "G": 0.1487714946269989, + "F": 0.01233380101621151, + "E": 0.0026075418572872877, + "T": 0.23861689865589142, + "P": 0.000900517450645566, + "-": 0.027602629736065865 + }, + "id": "tp_22632" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2829029, + "label": "C", + "classification": { + "B": 7.756530249025673e-05, + "S": 0.0006844601593911648, + "I": 0.016880294308066368, + "C": 0.5217246413230896, + "R": 0.08019496500492096, + "M": 0.054191261529922485, + "O": 0.005239841993898153, + "W": 0.0003631036088336259, + "N": 0.0008531333296559751, + "Y": 0.027917297556996346, + "U": 2.3460372176487e-05, + "K": 6.0463939007604495e-05, + "L": 0.010954477824270725, + "G": 0.21573027968406677, + "F": 0.001694083446636796, + "E": 0.0037262088153511286, + "T": 0.05279233679175377, + "P": 0.0004975651390850544, + "-": 0.006394593045115471 + }, + "id": "tp_22633" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2829129, + "label": "G", + "classification": { + "B": 0.001711273449473083, + "S": 0.06904590874910355, + "I": 0.03246056288480759, + "C": 0.01437621284276247, + "R": 0.006416097283363342, + "M": 0.20026090741157532, + "O": 0.04439403489232063, + "W": 0.004257087130099535, + "N": 0.014342959970235825, + "Y": 0.10254421085119247, + "U": 1.5440866263816133e-05, + "K": 0.0030320624355226755, + "L": 0.012859311886131763, + "G": 0.29974040389060974, + "F": 0.017690006643533707, + "E": 0.028774021193385124, + "T": 0.1346152126789093, + "P": 0.003261699341237545, + "-": 0.01020262110978365 + }, + "id": "tp_22634" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2829263, + "label": "I", + "classification": { + "B": 0.0010359332663938403, + "S": 0.012289629317820072, + "I": 0.4013240337371826, + "C": 0.13263674080371857, + "R": 0.04362276941537857, + "M": 0.0482475683093071, + "O": 0.031114675104618073, + "W": 0.0025972509756684303, + "N": 0.02279098890721798, + "Y": 0.05437449738383293, + "U": 1.4930695215298329e-05, + "K": 0.0001573692716192454, + "L": 0.019454320892691612, + "G": 0.1670447438955307, + "F": 0.0011364948004484177, + "E": 0.007148856297135353, + "T": 0.048930685967206955, + "P": 0.002103686798363924, + "-": 0.003974837716668844 + }, + "id": "tp_22635" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2829396, + "label": "Y", + "classification": { + "B": 6.634774763369933e-05, + "S": 0.007560592610388994, + "I": 0.002286451170220971, + "C": 0.03822110593318939, + "R": 0.0221110787242651, + "M": 0.027622602880001068, + "O": 0.037199389189481735, + "W": 0.0039136591367423534, + "N": 0.0005694796564057469, + "Y": 0.36470410227775574, + "U": 3.494717020657845e-05, + "K": 0.0020379675552248955, + "L": 0.011058739386498928, + "G": 0.15814606845378876, + "F": 0.09242542833089828, + "E": 0.0004967179265804589, + "T": 0.11385637521743774, + "P": 0.0012957038125023246, + "-": 0.11639321595430374 + }, + "id": "tp_22636" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2829530, + "label": "G", + "classification": { + "B": 2.1855568775208667e-05, + "S": 0.006912971846759319, + "I": 0.00819024071097374, + "C": 0.0629764273762703, + "R": 0.021762460470199585, + "M": 0.05338533967733383, + "O": 0.027860896661877632, + "W": 0.0006867166375741363, + "N": 0.0007630115724168718, + "Y": 0.17325396835803986, + "U": 5.433289516076911e-07, + "K": 8.26344039523974e-05, + "L": 0.006855813320726156, + "G": 0.4203489422798157, + "F": 0.00706552853807807, + "E": 0.0003258261422161013, + "T": 0.20419447124004364, + "P": 6.2633836932946e-05, + "-": 0.00524970842525363 + }, + "id": "tp_22637" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2829630, + "label": "G", + "classification": { + "B": 3.1397942166222492e-06, + "S": 0.004034129902720451, + "I": 7.850556721678004e-05, + "C": 0.2710978090763092, + "R": 0.050745557993650436, + "M": 0.037828341126441956, + "O": 0.008265991695225239, + "W": 0.00011966195597779006, + "N": 1.5317986253648996e-05, + "Y": 0.003440112341195345, + "U": 1.3043904800724704e-07, + "K": 1.765356500982307e-06, + "L": 0.04102560877799988, + "G": 0.5412012934684753, + "F": 0.004165929742157459, + "E": 3.8411257264669985e-05, + "T": 0.037075117230415344, + "P": 5.329501618689392e-06, + "-": 0.0008578581619076431 + }, + "id": "tp_22638" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2829763, + "label": "G", + "classification": { + "B": 0.000487542332848534, + "S": 0.004863734357059002, + "I": 0.0030670217238366604, + "C": 0.043746598064899445, + "R": 0.01844087615609169, + "M": 0.27834489941596985, + "O": 0.019737176597118378, + "W": 0.0005247488152235746, + "N": 8.574972889618948e-05, + "Y": 0.19036749005317688, + "U": 4.185473301276943e-07, + "K": 1.7300435501965694e-05, + "L": 0.021126694977283478, + "G": 0.2986699938774109, + "F": 0.007185447029769421, + "E": 0.0015486085321754217, + "T": 0.08413156121969223, + "P": 0.0001331663370365277, + "-": 0.0275210402905941 + }, + "id": "tp_22639" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2829897, + "label": "-", + "classification": { + "B": 0.001712451339699328, + "S": 0.041011422872543335, + "I": 0.008327942341566086, + "C": 0.00368296355009079, + "R": 0.003040479961782694, + "M": 0.04363410919904709, + "O": 0.029445083811879158, + "W": 0.006619306746870279, + "N": 0.005316381808370352, + "Y": 0.16231155395507812, + "U": 0.00013612332986667752, + "K": 0.02593197114765644, + "L": 0.00536465784534812, + "G": 0.09821895509958267, + "F": 0.17780958116054535, + "E": 0.016356095671653748, + "T": 0.128548264503479, + "P": 0.01972683146595955, + "-": 0.22280582785606384 + }, + "id": "tp_22640" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2830030, + "label": "G", + "classification": { + "B": 0.00042861589463427663, + "S": 0.004765777382999659, + "I": 0.010901235044002533, + "C": 0.31805211305618286, + "R": 0.0385776162147522, + "M": 0.05017738416790962, + "O": 0.007284254301339388, + "W": 0.0005113044753670692, + "N": 0.00044497312046587467, + "Y": 0.1348472535610199, + "U": 5.761019110650523e-07, + "K": 2.3031147065921687e-05, + "L": 0.008595027029514313, + "G": 0.3247835338115692, + "F": 0.0036107127089053392, + "E": 0.0026875128969550133, + "T": 0.08702190220355988, + "P": 0.0001772316754795611, + "-": 0.00710995402187109 + }, + "id": "tp_22641" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2830130, + "label": "Y", + "classification": { + "B": 0.00030745615367777646, + "S": 0.024332746863365173, + "I": 0.010153843089938164, + "C": 0.00601718807592988, + "R": 0.004731300752609968, + "M": 0.031933803111314774, + "O": 0.029378898441791534, + "W": 0.0059303357265889645, + "N": 0.004601963795721531, + "Y": 0.3053690195083618, + "U": 0.00010017916793003678, + "K": 0.024084946140646935, + "L": 0.00438489718362689, + "G": 0.10086709260940552, + "F": 0.10920397937297821, + "E": 0.008587525226175785, + "T": 0.1619965136051178, + "P": 0.010619234293699265, + "-": 0.1573990285396576 + }, + "id": "tp_22642" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2830264, + "label": "Y", + "classification": { + "B": 4.9905407649930567e-05, + "S": 0.0006125192740000784, + "I": 0.01071767508983612, + "C": 0.08859597146511078, + "R": 0.01428851019591093, + "M": 0.011514098383486271, + "O": 0.0034162020310759544, + "W": 0.00048296069144271314, + "N": 0.0007667049067094922, + "Y": 0.5602071285247803, + "U": 2.0355055312393233e-05, + "K": 0.0008950815536081791, + "L": 0.0013435292057693005, + "G": 0.0878385528922081, + "F": 0.021072035655379295, + "E": 0.003796822391450405, + "T": 0.09181579947471619, + "P": 0.0019490527920424938, + "-": 0.10061714053153992 + }, + "id": "tp_22643" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2830397, + "label": "M", + "classification": { + "B": 0.0006491200183518231, + "S": 0.01121060736477375, + "I": 0.010667720809578896, + "C": 0.019228240475058556, + "R": 0.01860634796321392, + "M": 0.24129630625247955, + "O": 0.06399264931678772, + "W": 0.002954284893348813, + "N": 0.0009098817827180028, + "Y": 0.16651947796344757, + "U": 4.122229074710049e-05, + "K": 0.00015913105744402856, + "L": 0.04317915439605713, + "G": 0.1757233589887619, + "F": 0.01712576486170292, + "E": 0.0019089909037575126, + "T": 0.1474679410457611, + "P": 0.0017615051474422216, + "-": 0.07659833878278732 + }, + "id": "tp_22644" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2830531, + "label": "Y", + "classification": { + "B": 0.0006202241638675332, + "S": 0.011219799518585205, + "I": 0.0032564247958362103, + "C": 0.005756421945989132, + "R": 0.005789188668131828, + "M": 0.11905907839536667, + "O": 0.045248597860336304, + "W": 0.00187164347153157, + "N": 0.000474425294669345, + "Y": 0.270810067653656, + "U": 1.4539276889991015e-05, + "K": 0.0002688382810447365, + "L": 0.025096405297517776, + "G": 0.2040182203054428, + "F": 0.033483851701021194, + "E": 0.001208136323839426, + "T": 0.18831366300582886, + "P": 0.0009963723132386804, + "-": 0.08249406516551971 + }, + "id": "tp_22645" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2830631, + "label": "Y", + "classification": { + "B": 2.240021240140777e-05, + "S": 0.001475015189498663, + "I": 0.017139026895165443, + "C": 0.0025561617221683264, + "R": 0.0006914291880093515, + "M": 0.007632577791810036, + "O": 0.0032516459468752146, + "W": 0.00035382338683120906, + "N": 0.0030010149348527193, + "Y": 0.6583092212677002, + "U": 5.641437041958852e-07, + "K": 0.0028560571372509003, + "L": 0.000147308295709081, + "G": 0.1415998339653015, + "F": 0.006853481288999319, + "E": 0.0070088147185742855, + "T": 0.13897822797298431, + "P": 0.00041553322807885706, + "-": 0.007707784418016672 + }, + "id": "tp_22646" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2830764, + "label": "G", + "classification": { + "B": 1.5335266652982682e-05, + "S": 0.0061937365680933, + "I": 0.0007904450758360326, + "C": 0.08778798580169678, + "R": 0.03035847470164299, + "M": 0.08027520030736923, + "O": 0.01924741268157959, + "W": 0.000549542426597327, + "N": 7.094059401424602e-05, + "Y": 0.16313517093658447, + "U": 7.117322979866003e-07, + "K": 2.9894334147684276e-05, + "L": 0.019429486244916916, + "G": 0.31221652030944824, + "F": 0.018552254885435104, + "E": 0.00022519196500070393, + "T": 0.24593918025493622, + "P": 3.432822632021271e-05, + "-": 0.01514809112995863 + }, + "id": "tp_22647" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2830898, + "label": "-", + "classification": { + "B": 0.0016630581812933087, + "S": 0.0587271973490715, + "I": 0.0075784409418702126, + "C": 0.004907145164906979, + "R": 0.006372169125825167, + "M": 0.0537705160677433, + "O": 0.05474948510527611, + "W": 0.008666794747114182, + "N": 0.002848545555025339, + "Y": 0.1548396795988083, + "U": 3.61450292984955e-05, + "K": 0.003570475149899721, + "L": 0.008033466525375843, + "G": 0.08439202606678009, + "F": 0.1387133151292801, + "E": 0.0025777402333915234, + "T": 0.1444191038608551, + "P": 0.009012890979647636, + "-": 0.25512170791625977 + }, + "id": "tp_22648" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2831031, + "label": "Y", + "classification": { + "B": 1.3758945897279773e-05, + "S": 0.00013456193846650422, + "I": 0.015576495788991451, + "C": 0.009312544018030167, + "R": 0.002218771493062377, + "M": 0.010153869166970253, + "O": 0.0018186343368142843, + "W": 0.00010075321915792301, + "N": 0.0008925044676288962, + "Y": 0.665954053401947, + "U": 3.855317572742933e-06, + "K": 0.0003606145328376442, + "L": 0.00045780668733641505, + "G": 0.09850126504898071, + "F": 0.005870346445590258, + "E": 0.013269210234284401, + "T": 0.07974860817193985, + "P": 0.0034207238350063562, + "-": 0.09219159185886383 + }, + "id": "tp_22649" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2831131, + "label": "G", + "classification": { + "B": 1.0029330042016227e-05, + "S": 0.004020426422357559, + "I": 0.00019079874618910253, + "C": 0.037405796349048615, + "R": 0.012673834338784218, + "M": 0.13728474080562592, + "O": 0.018517058342695236, + "W": 0.0002855189086403698, + "N": 1.440129017282743e-05, + "Y": 0.11188012361526489, + "U": 3.6206631648383336e-07, + "K": 8.97308473213343e-06, + "L": 0.0380612276494503, + "G": 0.48469939827919006, + "F": 0.014191100373864174, + "E": 0.00016138858336489648, + "T": 0.12834861874580383, + "P": 1.9631381292128935e-05, + "-": 0.012226641178131104 + }, + "id": "tp_22650" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2831265, + "label": "G", + "classification": { + "B": 1.2970151146873832e-05, + "S": 0.0007634541834704578, + "I": 0.005869887303560972, + "C": 0.10086657851934433, + "R": 0.018892811611294746, + "M": 0.014862200245261192, + "O": 0.007052351254969835, + "W": 0.00039594771806150675, + "N": 0.0010426521766930819, + "Y": 0.2748916447162628, + "U": 4.337412065069657e-07, + "K": 0.0014139455743134022, + "L": 0.0013852749252691865, + "G": 0.45014041662216187, + "F": 0.011505046859383583, + "E": 0.0012517947470769286, + "T": 0.10637101531028748, + "P": 5.957752000540495e-05, + "-": 0.003221954684704542 + }, + "id": "tp_22651" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2831398, + "label": "G", + "classification": { + "B": 0.009827685542404652, + "S": 0.010452532209455967, + "I": 0.013226035051047802, + "C": 0.13668230175971985, + "R": 0.03814667463302612, + "M": 0.13317321240901947, + "O": 0.03043300099670887, + "W": 0.005024334881454706, + "N": 0.0019821918103843927, + "Y": 0.04969397559762001, + "U": 0.0003002092125825584, + "K": 0.0009131221449933946, + "L": 0.047332145273685455, + "G": 0.22359871864318848, + "F": 0.056518491357564926, + "E": 0.024958670139312744, + "T": 0.04944988712668419, + "P": 0.013696849346160889, + "-": 0.15459001064300537 + }, + "id": "tp_22652" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2831532, + "label": "G", + "classification": { + "B": 0.0007198527455329895, + "S": 0.0971096009016037, + "I": 0.0023445840924978256, + "C": 0.03047165647149086, + "R": 0.012205231934785843, + "M": 0.08612946420907974, + "O": 0.0953776091337204, + "W": 0.007081945426762104, + "N": 0.000736755901016295, + "Y": 0.18739375472068787, + "U": 1.4083987025514944e-06, + "K": 0.0003708448784891516, + "L": 0.017937282100319862, + "G": 0.25587552785873413, + "F": 0.021568074822425842, + "E": 0.001009370549581945, + "T": 0.165493443608284, + "P": 0.00019785984477493912, + "-": 0.01797572709619999 + }, + "id": "tp_22653" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2831632, + "label": "C", + "classification": { + "B": 0.00015909310604911298, + "S": 0.0026208204217255116, + "I": 0.014187566936016083, + "C": 0.3123118281364441, + "R": 0.07963527739048004, + "M": 0.028940003365278244, + "O": 0.011391297914087772, + "W": 0.0023332256823778152, + "N": 0.0025203763507306576, + "Y": 0.1878105103969574, + "U": 5.383485404308885e-05, + "K": 0.0017067890148609877, + "L": 0.006415267940610647, + "G": 0.21634474396705627, + "F": 0.0180722214281559, + "E": 0.006687047891318798, + "T": 0.08904815465211868, + "P": 0.001160869956947863, + "-": 0.018601112067699432 + }, + "id": "tp_22654" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2831765, + "label": "C", + "classification": { + "B": 0.0005128021584823728, + "S": 0.010683980770409107, + "I": 0.023351671174168587, + "C": 0.239997997879982, + "R": 0.04728472977876663, + "M": 0.09011606127023697, + "O": 0.01695738546550274, + "W": 0.0021060348954051733, + "N": 0.004097344353795052, + "Y": 0.1595318764448166, + "U": 3.1257040973287076e-05, + "K": 0.0004907327238470316, + "L": 0.01488914992660284, + "G": 0.20308728516101837, + "F": 0.008845753967761993, + "E": 0.010313366539776325, + "T": 0.15138624608516693, + "P": 0.0015305285342037678, + "-": 0.014785815961658955 + }, + "id": "tp_22655" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2831899, + "label": "G", + "classification": { + "B": 0.00019981926016043872, + "S": 0.005738706793636084, + "I": 0.023702042177319527, + "C": 0.2653858959674835, + "R": 0.07823455333709717, + "M": 0.038651980459690094, + "O": 0.014300261624157429, + "W": 0.002438744530081749, + "N": 0.00410535978153348, + "Y": 0.11310593783855438, + "U": 5.342850272427313e-05, + "K": 0.004670305643230677, + "L": 0.009725674986839294, + "G": 0.29196107387542725, + "F": 0.022184859961271286, + "E": 0.005588725209236145, + "T": 0.10598019510507584, + "P": 0.001075109001249075, + "-": 0.01289734710007906 + }, + "id": "tp_22656" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2832032, + "label": "Y", + "classification": { + "B": 0.0008102015126496553, + "S": 0.012939905747771263, + "I": 0.051978372037410736, + "C": 0.12246675789356232, + "R": 0.03628439083695412, + "M": 0.02787983976304531, + "O": 0.016166256740689278, + "W": 0.003158722771331668, + "N": 0.0082099549472332, + "Y": 0.2948988676071167, + "U": 2.9592460123240016e-05, + "K": 0.0039057391695678234, + "L": 0.006995221599936485, + "G": 0.2274925708770752, + "F": 0.01861358806490898, + "E": 0.008064458146691322, + "T": 0.14592494070529938, + "P": 0.0015121400356292725, + "-": 0.012668524868786335 + }, + "id": "tp_22657" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2832132, + "label": "C", + "classification": { + "B": 5.860904650489829e-08, + "S": 1.11554836621508e-05, + "I": 0.00031380323343910277, + "C": 0.761640727519989, + "R": 0.04400643706321716, + "M": 0.022720832377672195, + "O": 0.00046034721890464425, + "W": 1.8950103140014107e-06, + "N": 4.542839633359108e-07, + "Y": 0.0069831483997404575, + "U": 5.897143218192014e-09, + "K": 2.294068046637676e-09, + "L": 0.004483419470489025, + "G": 0.1342676728963852, + "F": 3.498663500067778e-05, + "E": 1.0541261872276664e-05, + "T": 0.024090586230158806, + "P": 6.939712307030277e-07, + "-": 0.0009732882608659565 + }, + "id": "tp_22658" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2832266, + "label": "G", + "classification": { + "B": 2.5107987312367186e-05, + "S": 0.0009306095307692885, + "I": 0.0019018537132069468, + "C": 0.22501039505004883, + "R": 0.04381413385272026, + "M": 0.019092032685875893, + "O": 0.0063215093687176704, + "W": 0.0006668860442005098, + "N": 0.0001736219710437581, + "Y": 0.21540221571922302, + "U": 6.356587164191296e-06, + "K": 0.000672452209983021, + "L": 0.004537343047559261, + "G": 0.33786559104919434, + "F": 0.025887109339237213, + "E": 0.0011872362811118364, + "T": 0.08962894976139069, + "P": 0.0001733455283101648, + "-": 0.026703227311372757 + }, + "id": "tp_22659" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2832399, + "label": "G", + "classification": { + "B": 0.00019992864690721035, + "S": 0.06288403272628784, + "I": 0.000986311468295753, + "C": 0.02023351565003395, + "R": 0.01551876775920391, + "M": 0.20529943704605103, + "O": 0.10566941648721695, + "W": 0.002139292424544692, + "N": 0.00021620102052111179, + "Y": 0.07181016355752945, + "U": 6.563217311850167e-07, + "K": 2.045081782853231e-05, + "L": 0.05760456621646881, + "G": 0.3028511703014374, + "F": 0.009396168403327465, + "E": 0.0002744822413660586, + "T": 0.13685296475887299, + "P": 7.160290260799229e-05, + "-": 0.007970883511006832 + }, + "id": "tp_22660" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2832533, + "label": "C", + "classification": { + "B": 3.004686914209742e-05, + "S": 0.00223758677020669, + "I": 0.02242429554462433, + "C": 0.5794116854667664, + "R": 0.025631962344050407, + "M": 0.00855372566729784, + "O": 0.0022200974635779858, + "W": 0.0002744233643170446, + "N": 0.004266810603439808, + "Y": 0.023816430941224098, + "U": 7.314612844311341e-07, + "K": 0.0002247443626401946, + "L": 0.001541806384921074, + "G": 0.2888321578502655, + "F": 0.0013929670676589012, + "E": 0.006107408087700605, + "T": 0.03247682750225067, + "P": 0.00017408866551704705, + "-": 0.00038220349233597517 + }, + "id": "tp_22661" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2832633, + "label": "Y", + "classification": { + "B": 2.0196941477479413e-05, + "S": 0.0007781218737363815, + "I": 0.0326729342341423, + "C": 0.2609352171421051, + "R": 0.050775498151779175, + "M": 0.027808094397187233, + "O": 0.007819794118404388, + "W": 0.000397253519622609, + "N": 0.0009118037996813655, + "Y": 0.2890056371688843, + "U": 4.878448635281529e-06, + "K": 4.108408757019788e-05, + "L": 0.0045480583794415, + "G": 0.18649393320083618, + "F": 0.002069424604997039, + "E": 0.0010816965950652957, + "T": 0.12341459095478058, + "P": 0.00038411570130847394, + "-": 0.010837762616574764 + }, + "id": "tp_22662" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2832766, + "label": "Y", + "classification": { + "B": 0.00020099293033126742, + "S": 0.0032454426400363445, + "I": 0.0068718078546226025, + "C": 0.0063760001212358475, + "R": 0.0026400666683912277, + "M": 0.019525697454810143, + "O": 0.008706396445631981, + "W": 0.0011641973396763206, + "N": 0.0018287069397047162, + "Y": 0.45365941524505615, + "U": 1.8178547179559246e-05, + "K": 0.002893423428758979, + "L": 0.001095295767299831, + "G": 0.12360714375972748, + "F": 0.050249602645635605, + "E": 0.004060380160808563, + "T": 0.18508225679397583, + "P": 0.003047020873054862, + "-": 0.12572801113128662 + }, + "id": "tp_22663" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2832900, + "label": "-", + "classification": { + "B": 2.5134866064036032e-06, + "S": 0.00010498095798538998, + "I": 4.037926919409074e-05, + "C": 0.0005292388959787786, + "R": 0.00032430433202534914, + "M": 0.0037720194086432457, + "O": 0.0016904316144064069, + "W": 4.682897633756511e-05, + "N": 5.0705789362837095e-06, + "Y": 0.012568841688334942, + "U": 8.836076403895277e-07, + "K": 2.2361457013175823e-05, + "L": 0.0004873487923759967, + "G": 0.007892370223999023, + "F": 0.06684419512748718, + "E": 7.695373642491177e-05, + "T": 0.00980993639677763, + "P": 0.002766706980764866, + "-": 0.8930145502090454 + }, + "id": "tp_22664" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2833033, + "label": "-", + "classification": { + "B": 5.314771289732789e-09, + "S": 7.828160342171486e-09, + "I": 6.449920419981936e-07, + "C": 2.6052343855553772e-06, + "R": 2.9631442544086894e-07, + "M": 1.8438755432725884e-05, + "O": 3.125607463516644e-06, + "W": 9.733016170798692e-09, + "N": 5.8116502721361485e-09, + "Y": 0.0001658247783780098, + "U": 3.1476965478560714e-09, + "K": 9.296027947414132e-09, + "L": 8.01304338438058e-07, + "G": 3.991448465967551e-05, + "F": 0.0005194510449655354, + "E": 4.900723524770001e-07, + "T": 8.547935431124642e-05, + "P": 0.0012126944493502378, + "-": 0.9979502558708191 + }, + "id": "tp_22665" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2833133, + "label": "-", + "classification": { + "B": 2.2381982933694644e-09, + "S": 1.2170451313409103e-09, + "I": 6.145236284282873e-07, + "C": 2.7371822852728656e-07, + "R": 3.354204736183419e-08, + "M": 2.8140511858509853e-06, + "O": 2.6301418643015495e-07, + "W": 1.4003188608668893e-09, + "N": 4.961182131779651e-09, + "Y": 9.1476300440263e-05, + "U": 3.955540339717345e-10, + "K": 1.5165276812112438e-09, + "L": 2.0005236578413133e-08, + "G": 4.915470071864547e-06, + "F": 0.0002089240006171167, + "E": 1.153530433839478e-06, + "T": 3.6429642932489514e-05, + "P": 0.004204753320664167, + "-": 0.9954482913017273 + }, + "id": "tp_22666" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2833267, + "label": "-", + "classification": { + "B": 5.604960097116418e-05, + "S": 4.2358235077699646e-05, + "I": 0.0025255188811570406, + "C": 0.003483182517811656, + "R": 0.0012963968329131603, + "M": 0.0039695193991065025, + "O": 0.0015378579264506698, + "W": 7.368114893324673e-05, + "N": 0.00011659413576126099, + "Y": 0.012001128867268562, + "U": 8.199448348022997e-05, + "K": 3.930721868528053e-05, + "L": 0.0006887246272526681, + "G": 0.005285131745040417, + "F": 0.005410126876085997, + "E": 0.0005184129113331437, + "T": 0.009589767083525658, + "P": 0.0300589706748724, + "-": 0.9232253432273865 + }, + "id": "tp_22667" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2833400, + "label": "-", + "classification": { + "B": 0.00016219382814597338, + "S": 7.411525439238176e-05, + "I": 2.6817691832548007e-05, + "C": 1.1782292858697474e-05, + "R": 6.634300461882958e-06, + "M": 0.002973616123199463, + "O": 0.0010487522231414914, + "W": 1.2383363355183974e-05, + "N": 9.383496717418893e-07, + "Y": 0.001380964764393866, + "U": 1.0475620371153127e-07, + "K": 4.3829931684058465e-08, + "L": 0.0005974268424324691, + "G": 0.002658682642504573, + "F": 0.008016717620193958, + "E": 0.00010267602920066565, + "T": 0.0013707473408430815, + "P": 0.008340750820934772, + "-": 0.9732146263122559 + }, + "id": "tp_22668" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2833500, + "label": "-", + "classification": { + "B": 0.00023003417300060391, + "S": 6.26682094662101e-06, + "I": 0.00011164291936438531, + "C": 4.585335045703687e-05, + "R": 1.0530079634918366e-05, + "M": 0.0010559832444414496, + "O": 0.0006623341469094157, + "W": 1.2390037227305584e-05, + "N": 3.1065085295267636e-06, + "Y": 0.0004161301185376942, + "U": 8.867608585205744e-07, + "K": 1.565698326544407e-08, + "L": 0.00018716936756391078, + "G": 0.0006446037441492081, + "F": 0.00024868594482541084, + "E": 4.350550443632528e-05, + "T": 0.0011681101750582457, + "P": 0.0509573295712471, + "-": 0.9441953301429749 + }, + "id": "tp_22669" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2833634, + "label": "-", + "classification": { + "B": 2.0316673499110038e-07, + "S": 2.5637240241849213e-07, + "I": 2.9082454489071097e-07, + "C": 3.0355650437741133e-07, + "R": 1.7653654538207775e-07, + "M": 6.347923044813797e-05, + "O": 2.7986548957414925e-05, + "W": 3.809069326621284e-08, + "N": 2.255928555072728e-09, + "Y": 6.743385165464133e-05, + "U": 1.4867999886813976e-10, + "K": 2.2825923443048346e-11, + "L": 1.000836073217215e-05, + "G": 0.0001242960279341787, + "F": 0.0006569317192770541, + "E": 1.4005348702994525e-07, + "T": 0.0001291952794417739, + "P": 0.0007619731477461755, + "-": 0.9981573224067688 + }, + "id": "tp_22670" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2833767, + "label": "-", + "classification": { + "B": 1.212407454431741e-07, + "S": 3.635277380453772e-06, + "I": 1.5818168321857229e-06, + "C": 0.0001480012433603406, + "R": 1.3035585652687587e-05, + "M": 0.0009789280593395233, + "O": 6.0317281167954206e-05, + "W": 2.7873605290551495e-07, + "N": 2.5660071401034656e-08, + "Y": 0.002490883693099022, + "U": 1.3659833264512145e-09, + "K": 9.24003558111508e-08, + "L": 2.7678648621076718e-05, + "G": 0.0035595125518739223, + "F": 0.01375611126422882, + "E": 8.300276931549888e-06, + "T": 0.0022094149608165026, + "P": 0.00024524718173779547, + "-": 0.9764968752861023 + }, + "id": "tp_22671" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2833901, + "label": "-", + "classification": { + "B": 9.918909927364439e-05, + "S": 0.0002109125634888187, + "I": 0.0005780340870842338, + "C": 0.00037363244337029755, + "R": 0.0002307280374225229, + "M": 0.0017470456659793854, + "O": 0.0015726822894066572, + "W": 0.00014354662562254816, + "N": 0.0001150109019363299, + "Y": 0.010200748220086098, + "U": 3.4692464396357536e-05, + "K": 0.00011057537631131709, + "L": 0.00046227427083067596, + "G": 0.0033289380371570587, + "F": 0.02379610948264599, + "E": 0.00042526147444732487, + "T": 0.009751829318702221, + "P": 0.05052822455763817, + "-": 0.8962904214859009 + }, + "id": "tp_22672" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2834001, + "label": "-", + "classification": { + "B": 8.249462268850039e-08, + "S": 1.1387412541807862e-06, + "I": 4.7720899601699784e-05, + "C": 6.099903657741379e-06, + "R": 1.6968199361144798e-06, + "M": 7.14976413291879e-05, + "O": 1.9148574210703373e-05, + "W": 5.203518753660319e-07, + "N": 1.9808890101558063e-06, + "Y": 0.0007318831048905849, + "U": 1.3739045812144468e-07, + "K": 4.281530721073068e-07, + "L": 1.2093952364011784e-06, + "G": 4.121723395655863e-05, + "F": 0.0010305478936061263, + "E": 1.4495902178168762e-05, + "T": 0.001028507249429822, + "P": 0.0249017346650362, + "-": 0.972100019454956 + }, + "id": "tp_22673" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2834134, + "label": "-", + "classification": { + "B": 0.0001850693515734747, + "S": 0.00011921316763618961, + "I": 0.0011074228677898645, + "C": 0.000633005693089217, + "R": 0.00022940905182622373, + "M": 0.0051694754511117935, + "O": 0.0012052867095917463, + "W": 6.187015969771892e-05, + "N": 7.606154395034537e-05, + "Y": 0.012958652339875698, + "U": 8.80879451869987e-06, + "K": 1.5462792362086475e-05, + "L": 0.0005605309852398932, + "G": 0.006491015199571848, + "F": 0.022740745916962624, + "E": 0.0024256829638034105, + "T": 0.007221007253974676, + "P": 0.04471250995993614, + "-": 0.8940788507461548 + }, + "id": "tp_22674" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2834268, + "label": "-", + "classification": { + "B": 1.6544075265301217e-07, + "S": 5.098942779113713e-07, + "I": 0.00010710255446610972, + "C": 7.69590405980125e-06, + "R": 8.691844755048805e-07, + "M": 7.11172606315813e-06, + "O": 5.189902367419563e-06, + "W": 2.926047102391749e-07, + "N": 7.4947220127796754e-06, + "Y": 0.00013187792501412332, + "U": 2.0999328853577026e-07, + "K": 6.236060471564997e-06, + "L": 2.0453222759897471e-07, + "G": 4.690347486757673e-05, + "F": 0.0032503255642950535, + "E": 0.0001480547507526353, + "T": 7.404838834190741e-05, + "P": 0.38237449526786804, + "-": 0.6138312220573425 + }, + "id": "tp_22675" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2834401, + "label": "-", + "classification": { + "B": 7.372030086116865e-05, + "S": 0.0010766265913844109, + "I": 0.001036674017086625, + "C": 0.0003193873562850058, + "R": 0.0003321725525893271, + "M": 0.008722618222236633, + "O": 0.011240162886679173, + "W": 0.000319560436764732, + "N": 3.9083166484488174e-05, + "Y": 0.024115798994898796, + "U": 1.150484308709565e-06, + "K": 3.887942966684932e-06, + "L": 0.001152446144260466, + "G": 0.005862601567059755, + "F": 0.006670680828392506, + "E": 4.321687811170705e-05, + "T": 0.03619731217622757, + "P": 0.007212378550320864, + "-": 0.895580530166626 + }, + "id": "tp_22676" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2834501, + "label": "-", + "classification": { + "B": 1.0170903124162578e-06, + "S": 6.001766337249137e-07, + "I": 4.1448081901762635e-05, + "C": 3.5151529118593317e-06, + "R": 1.476090119467699e-06, + "M": 0.0002484431315679103, + "O": 1.7633417883189395e-05, + "W": 2.7711723760148743e-07, + "N": 4.848545245295099e-07, + "Y": 0.003580998396500945, + "U": 1.5094842709117984e-08, + "K": 5.1275321766297566e-08, + "L": 3.758412503884756e-06, + "G": 0.00031890117679722607, + "F": 0.0009885529289022088, + "E": 3.287320214440115e-05, + "T": 0.0012806302402168512, + "P": 0.008922459557652473, + "-": 0.9845567941665649 + }, + "id": "tp_22677" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2834635, + "label": "-", + "classification": { + "B": 0.0003868421772494912, + "S": 0.0011564117157831788, + "I": 0.003848931286484003, + "C": 0.004001106135547161, + "R": 0.0028818901628255844, + "M": 0.004775881767272949, + "O": 0.00493330042809248, + "W": 0.0008635160629637539, + "N": 0.0009624272934161127, + "Y": 0.021649634465575218, + "U": 0.00032412950531579554, + "K": 0.0006937633152119815, + "L": 0.002040702383965254, + "G": 0.012775097042322159, + "F": 0.11368337273597717, + "E": 0.0026177510153502226, + "T": 0.014873567968606949, + "P": 0.08923185616731644, + "-": 0.7182998657226562 + }, + "id": "tp_22678" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2834768, + "label": "-", + "classification": { + "B": 4.572555099002784e-06, + "S": 2.433073859720025e-06, + "I": 0.00015785082359798253, + "C": 0.00040743916179053485, + "R": 0.00011546663154149428, + "M": 0.00043826462933793664, + "O": 0.00011002027167705819, + "W": 2.2644510409008944e-06, + "N": 5.203523869568016e-06, + "Y": 0.0024832224007695913, + "U": 1.0275731483488926e-06, + "K": 5.387547616919619e-07, + "L": 3.620400093495846e-05, + "G": 0.0010273243533447385, + "F": 0.003210644470527768, + "E": 6.626884714933112e-05, + "T": 0.0013311089714989066, + "P": 0.012976433150470257, + "-": 0.9776237607002258 + }, + "id": "tp_22679" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2834902, + "label": "-", + "classification": { + "B": 5.7293891586596146e-05, + "S": 5.2411978685995564e-05, + "I": 0.0003994560975115746, + "C": 0.0009649884887039661, + "R": 0.00036169198574498296, + "M": 0.005001815967261791, + "O": 0.0007015176815912127, + "W": 2.094893170578871e-05, + "N": 1.2952427823620383e-05, + "Y": 0.03665757179260254, + "U": 3.7100974168424727e-06, + "K": 3.398841272428399e-06, + "L": 0.0006189600098878145, + "G": 0.011562851257622242, + "F": 0.012373634614050388, + "E": 0.00021121343888808042, + "T": 0.015546552836894989, + "P": 0.007995828986167908, + "-": 0.907453179359436 + }, + "id": "tp_22680" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2835002, + "label": "-", + "classification": { + "B": 1.3829046414948198e-12, + "S": 4.3134922717014135e-12, + "I": 2.7315920192449994e-08, + "C": 2.497753648356138e-08, + "R": 1.3953328492632977e-09, + "M": 4.391349062160543e-09, + "O": 3.4245357660722675e-09, + "W": 2.028817218391321e-11, + "N": 1.3117386343797222e-10, + "Y": 2.69708152700332e-06, + "U": 2.1740059405472856e-11, + "K": 5.409016012869472e-10, + "L": 5.972279615296117e-11, + "G": 5.783828171956884e-08, + "F": 7.647126039955765e-05, + "E": 7.127631818093505e-09, + "T": 5.782716812063882e-07, + "P": 0.002929137321189046, + "-": 0.9969910383224487 + }, + "id": "tp_22681" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2835135, + "label": "-", + "classification": { + "B": 4.355464170657797e-06, + "S": 9.228236876879237e-07, + "I": 7.838228157197591e-06, + "C": 1.0936694707197603e-05, + "R": 2.79377240985923e-06, + "M": 0.0003548532840795815, + "O": 4.822832124773413e-05, + "W": 2.765365252344054e-07, + "N": 9.816246659966055e-08, + "Y": 0.0004228306352160871, + "U": 1.4294648131851773e-08, + "K": 1.0356435709013567e-08, + "L": 2.5144743631244637e-05, + "G": 0.0005983009468764067, + "F": 0.0015441351570189, + "E": 3.762769483728334e-05, + "T": 0.00023596298706252128, + "P": 0.006000074557960033, + "-": 0.990705668926239 + }, + "id": "tp_22682" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2835269, + "label": "-", + "classification": { + "B": 3.6438002138164394e-13, + "S": 3.564164588465424e-11, + "I": 7.70988162202002e-09, + "C": 5.36412244400708e-07, + "R": 7.513204280940045e-09, + "M": 2.0320960913977615e-07, + "O": 2.6247528595035874e-08, + "W": 6.282085962538986e-11, + "N": 1.1528064614019229e-10, + "Y": 7.758064384688623e-06, + "U": 7.51786567027013e-12, + "K": 4.522069385615168e-09, + "L": 6.63214705376447e-10, + "G": 7.517046469729394e-07, + "F": 0.00036196745350025594, + "E": 5.198403840722676e-08, + "T": 2.8276522243686486e-06, + "P": 0.0005750079872086644, + "-": 0.9990507960319519 + }, + "id": "tp_22683" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2835402, + "label": "-", + "classification": { + "B": 3.358567823852354e-07, + "S": 2.0148361556948657e-07, + "I": 6.918649887666106e-05, + "C": 9.700027476355899e-06, + "R": 2.656847300386289e-06, + "M": 3.8195914385141805e-05, + "O": 1.5483890820178203e-05, + "W": 2.1674784989045293e-07, + "N": 1.377334456265089e-06, + "Y": 0.0005864170962013304, + "U": 1.7137142549472628e-07, + "K": 3.854487573562437e-08, + "L": 2.7464284357847646e-06, + "G": 0.00011406902194721624, + "F": 0.0005288778338581324, + "E": 1.6796018826426007e-05, + "T": 0.0010675411904230714, + "P": 0.03690861538052559, + "-": 0.9606373310089111 + }, + "id": "tp_22684" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2835502, + "label": "-", + "classification": { + "B": 4.6112953100418963e-07, + "S": 4.378065625587624e-07, + "I": 5.199743100092746e-06, + "C": 8.825622899166774e-06, + "R": 2.152484512407682e-06, + "M": 0.0001213478681165725, + "O": 5.6252694776048884e-05, + "W": 3.448148504503479e-07, + "N": 1.1710708491818878e-07, + "Y": 0.0002903841668739915, + "U": 2.48450238160558e-08, + "K": 1.4265656433920526e-09, + "L": 1.220506692334311e-05, + "G": 8.739317127037793e-05, + "F": 0.00043509318493306637, + "E": 3.3071476082113804e-06, + "T": 0.0003932689141947776, + "P": 0.002656270982697606, + "-": 0.9959269165992737 + }, + "id": "tp_22685" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2835636, + "label": "-", + "classification": { + "B": 1.6740049346708474e-09, + "S": 1.3299681356215842e-08, + "I": 3.9568999454786535e-07, + "C": 2.421712395062059e-07, + "R": 2.6165521305188122e-08, + "M": 1.3936957657278981e-05, + "O": 1.2771214414897258e-06, + "W": 8.685886676573773e-09, + "N": 8.695002939873575e-09, + "Y": 7.359858136624098e-05, + "U": 7.142549884875393e-10, + "K": 2.0760191787871918e-08, + "L": 7.841332916314059e-08, + "G": 1.0066599315905478e-05, + "F": 0.00250436645001173, + "E": 9.98365521809319e-07, + "T": 6.290760211413726e-05, + "P": 0.003493910888209939, + "-": 0.9938382506370544 + }, + "id": "tp_22686" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2835769, + "label": "-", + "classification": { + "B": 1.2692238371414533e-08, + "S": 6.709927902193158e-07, + "I": 9.274365766032133e-06, + "C": 5.970108031760901e-05, + "R": 2.6621943106874824e-05, + "M": 0.00017051413306035101, + "O": 4.653836731449701e-05, + "W": 4.957295800522843e-07, + "N": 2.2702388946527208e-07, + "Y": 0.008526783436536789, + "U": 4.9309409888564915e-08, + "K": 2.1025172713962093e-07, + "L": 1.252898891834775e-05, + "G": 0.0003241923695895821, + "F": 0.003872973145917058, + "E": 3.252691385569051e-06, + "T": 0.002205828670412302, + "P": 0.0016147263813763857, + "-": 0.9831252694129944 + }, + "id": "tp_22687" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2835903, + "label": "-", + "classification": { + "B": 9.064972772421243e-08, + "S": 3.0453350063908147e-06, + "I": 5.362381853046827e-05, + "C": 4.3495732825249434e-05, + "R": 1.1509921023389325e-05, + "M": 0.00034819290158338845, + "O": 9.344128193333745e-05, + "W": 2.345677103221533e-06, + "N": 2.4508162823622115e-06, + "Y": 0.005327580496668816, + "U": 1.0773794656415703e-07, + "K": 7.908638508524746e-06, + "L": 1.0422193554404657e-05, + "G": 0.0006870630895718932, + "F": 0.020697863772511482, + "E": 8.277072629425675e-05, + "T": 0.001773316296748817, + "P": 0.008305408991873264, + "-": 0.9625493288040161 + }, + "id": "tp_22688" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2836003, + "label": "-", + "classification": { + "B": 1.0902184754968403e-07, + "S": 7.246190847354228e-08, + "I": 4.09522840527643e-07, + "C": 8.3468751199689e-07, + "R": 1.514031424676432e-07, + "M": 2.054953256447334e-05, + "O": 5.721150046156254e-06, + "W": 3.191026820559273e-08, + "N": 5.699477778620121e-09, + "Y": 5.6731612858129665e-05, + "U": 6.398125917961295e-10, + "K": 9.991600879999396e-10, + "L": 9.377513379149605e-07, + "G": 3.24587344948668e-05, + "F": 0.0012512608664110303, + "E": 7.53932113184419e-07, + "T": 3.833311711787246e-05, + "P": 0.002346108667552471, + "-": 0.9962455630302429 + }, + "id": "tp_22689" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2836136, + "label": "-", + "classification": { + "B": 4.679730409407057e-06, + "S": 1.547484498587437e-05, + "I": 1.1040257049899083e-05, + "C": 3.2075480703497306e-05, + "R": 1.9003276975126937e-05, + "M": 0.00038970913738012314, + "O": 0.0002051498886430636, + "W": 6.475906957348343e-06, + "N": 8.798338058113586e-07, + "Y": 0.0026465391274541616, + "U": 2.0187967209039925e-07, + "K": 7.894785767348367e-07, + "L": 6.239824870135635e-05, + "G": 0.0008780115749686956, + "F": 0.029724739491939545, + "E": 2.560796929174103e-05, + "T": 0.0013323145685717463, + "P": 0.00707072950899601, + "-": 0.9575742483139038 + }, + "id": "tp_22690" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2836270, + "label": "-", + "classification": { + "B": 5.022456228687133e-09, + "S": 4.3300740770746415e-09, + "I": 3.4362512906227494e-06, + "C": 4.150258064328227e-06, + "R": 2.568450838680292e-07, + "M": 3.8236030377447605e-05, + "O": 1.877402041827736e-06, + "W": 8.534935425075219e-09, + "N": 2.967795786901206e-08, + "Y": 0.00010581548121990636, + "U": 6.213201064753093e-09, + "K": 2.9266573609021407e-09, + "L": 4.0035678239291883e-07, + "G": 2.0737244994961657e-05, + "F": 0.00027643251814879477, + "E": 4.1165662878484e-06, + "T": 0.00015772956248838454, + "P": 0.007526719942688942, + "-": 0.9918599724769592 + }, + "id": "tp_22691" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2836403, + "label": "-", + "classification": { + "B": 4.481911730636057e-08, + "S": 2.977503186230024e-07, + "I": 3.1497193049290217e-06, + "C": 1.0818820328495349e-06, + "R": 2.1928785542968399e-07, + "M": 2.22379694605479e-05, + "O": 6.90886417942238e-06, + "W": 1.312411654907919e-07, + "N": 1.693001934199856e-07, + "Y": 9.229986608261243e-05, + "U": 1.0799923622073493e-08, + "K": 8.492821734762401e-08, + "L": 3.6167040207146783e-07, + "G": 1.4793308764637914e-05, + "F": 0.0018263118108734488, + "E": 5.654542746924562e-06, + "T": 0.0001587415172252804, + "P": 0.02139715664088726, + "-": 0.9764702916145325 + }, + "id": "tp_22692" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2836503, + "label": "-", + "classification": { + "B": 8.304344873977243e-07, + "S": 2.358859546802705e-06, + "I": 1.663668626861181e-05, + "C": 1.2138414604123682e-05, + "R": 2.7816377041745e-06, + "M": 0.0001298692950513214, + "O": 4.314997568144463e-05, + "W": 1.0079113508254522e-06, + "N": 1.3886447050026618e-06, + "Y": 0.001830343739129603, + "U": 1.3469085047290719e-07, + "K": 2.4132971248036483e-06, + "L": 6.426449544960633e-06, + "G": 0.000380888202926144, + "F": 0.011894723400473595, + "E": 7.559837104054168e-05, + "T": 0.000869198061991483, + "P": 0.018949288874864578, + "-": 0.9657807946205139 + }, + "id": "tp_22693" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2836637, + "label": "-", + "classification": { + "B": 2.087505066583617e-07, + "S": 1.0644340591170476e-06, + "I": 1.7685821148916148e-05, + "C": 6.329749885480851e-05, + "R": 1.1987351172138005e-05, + "M": 0.0002454481436870992, + "O": 3.545463550835848e-05, + "W": 4.0105462062456354e-07, + "N": 7.785902766954678e-07, + "Y": 0.0016035618027672172, + "U": 2.6583839485283534e-07, + "K": 4.328551312937634e-07, + "L": 1.270976190426154e-05, + "G": 0.00034437235444784164, + "F": 0.0034546214155852795, + "E": 1.4151409231999423e-05, + "T": 0.0015697366325184703, + "P": 0.004540163092315197, + "-": 0.9880836606025696 + }, + "id": "tp_22694" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2836770, + "label": "-", + "classification": { + "B": 9.731157546433167e-11, + "S": 7.638543131349707e-10, + "I": 1.7640078908698342e-07, + "C": 1.4489057953426254e-08, + "R": 4.422639587886579e-09, + "M": 1.0183524778994979e-07, + "O": 1.0471094213926335e-07, + "W": 1.0715411891126791e-09, + "N": 2.538952825759111e-09, + "Y": 2.2023807105142623e-05, + "U": 2.5213661714040825e-10, + "K": 3.1742994899275345e-09, + "L": 1.6641524824834164e-09, + "G": 3.0513959359268483e-07, + "F": 0.00011348194675520062, + "E": 8.495907621863807e-08, + "T": 8.79971958056558e-06, + "P": 0.006219175644218922, + "-": 0.9936357736587524 + }, + "id": "tp_22695" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2836904, + "label": "-", + "classification": { + "B": 2.0403869882557046e-07, + "S": 3.89851095405902e-07, + "I": 2.2207423171494156e-06, + "C": 1.983210040634731e-06, + "R": 5.288224542709941e-07, + "M": 2.0959510948159732e-05, + "O": 1.1583764717215672e-05, + "W": 1.189004734669652e-07, + "N": 7.4808376382407e-08, + "Y": 0.0002399821678409353, + "U": 8.262227346733653e-09, + "K": 2.3752692257517083e-08, + "L": 1.8615365888763336e-06, + "G": 6.638526247115806e-05, + "F": 0.0038863876834511757, + "E": 3.7723107197962236e-06, + "T": 0.00011018863006029278, + "P": 0.007600815501064062, + "-": 0.988052487373352 + }, + "id": "tp_22696" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2837004, + "label": "-", + "classification": { + "B": 2.2758194972993806e-07, + "S": 4.2386002974126313e-07, + "I": 9.604177648725454e-06, + "C": 1.6386837842219393e-06, + "R": 6.437982165152789e-07, + "M": 0.00011308250395813957, + "O": 2.23291262955172e-05, + "W": 2.674613597264397e-07, + "N": 1.5835472311209742e-07, + "Y": 0.000318429694743827, + "U": 1.906365199033644e-08, + "K": 6.190254531190931e-09, + "L": 5.0666817514866125e-06, + "G": 7.30449755792506e-05, + "F": 0.0013394952984526753, + "E": 3.532627033564495e-06, + "T": 0.0006328860763460398, + "P": 0.008950486779212952, + "-": 0.9885286688804626 + }, + "id": "tp_22697" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2837137, + "label": "-", + "classification": { + "B": 4.7821771431699744e-08, + "S": 1.8266619861151412e-07, + "I": 1.3858430065738503e-06, + "C": 3.74211310827377e-07, + "R": 2.3631325518636004e-07, + "M": 8.283663919428363e-05, + "O": 1.3854036296834238e-05, + "W": 6.432840393699735e-08, + "N": 1.714654551676631e-08, + "Y": 0.00010860244219657034, + "U": 8.287159292130752e-10, + "K": 2.4251101127248376e-10, + "L": 1.784344931365922e-06, + "G": 2.1489191567525268e-05, + "F": 0.0004357556172180921, + "E": 1.0668659342627507e-06, + "T": 0.00014245601778384298, + "P": 0.0048305862583220005, + "-": 0.9943593144416809 + }, + "id": "tp_22698" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2837271, + "label": "-", + "classification": { + "B": 2.9359251030314226e-08, + "S": 4.5353633026934403e-07, + "I": 1.2603417417267337e-05, + "C": 1.1569704838620964e-05, + "R": 4.0317913772014435e-06, + "M": 6.497588037746027e-05, + "O": 2.156648042728193e-05, + "W": 4.028818523238442e-07, + "N": 3.443265086389147e-07, + "Y": 0.0006043003522790968, + "U": 7.409788338463841e-08, + "K": 8.023441182558599e-07, + "L": 1.9802985207206802e-06, + "G": 7.65827062423341e-05, + "F": 0.0025889554526656866, + "E": 7.256629942276049e-06, + "T": 0.00021499034482985735, + "P": 0.005337913520634174, + "-": 0.991051197052002 + }, + "id": "tp_22699" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2837404, + "label": "-", + "classification": { + "B": 1.0195202015950144e-08, + "S": 1.8726970196780712e-08, + "I": 2.4447774194413796e-05, + "C": 7.601628567499574e-06, + "R": 1.0726963637353037e-06, + "M": 8.832384992274456e-06, + "O": 3.0088301627984038e-06, + "W": 7.954587033509597e-08, + "N": 2.999068158260343e-07, + "Y": 9.361883712699637e-05, + "U": 3.3818057687540204e-08, + "K": 6.587796264057033e-08, + "L": 2.9557023140114325e-07, + "G": 1.8961376554216258e-05, + "F": 0.000878865597769618, + "E": 8.024036105780397e-06, + "T": 7.207219459814951e-05, + "P": 0.05832628160715103, + "-": 0.9405564665794373 + }, + "id": "tp_22700" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2837504, + "label": "-", + "classification": { + "B": 0.003656806657090783, + "S": 0.0011192922247573733, + "I": 0.026446133852005005, + "C": 0.002765052719041705, + "R": 0.001414803322404623, + "M": 0.03730852156877518, + "O": 0.0085605438798666, + "W": 0.0007346993661485612, + "N": 0.0008172638481482863, + "Y": 0.06142684072256088, + "U": 5.4042549891164526e-05, + "K": 2.0004115867777728e-05, + "L": 0.003955082036554813, + "G": 0.01574074663221836, + "F": 0.004686248488724232, + "E": 0.00401201331987977, + "T": 0.06350954622030258, + "P": 0.04908202216029167, + "-": 0.7146902680397034 + }, + "id": "tp_22701" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2837638, + "label": "-", + "classification": { + "B": 0.0003397598920855671, + "S": 5.170184522285126e-05, + "I": 0.006435941904783249, + "C": 0.0006153670838102698, + "R": 0.00015540617459919304, + "M": 0.00531392265111208, + "O": 0.0009883526945486665, + "W": 6.37409248156473e-05, + "N": 0.0005292239366099238, + "Y": 0.010379261337220669, + "U": 5.54372018086724e-05, + "K": 5.344772944226861e-05, + "L": 0.00031749907066114247, + "G": 0.004557559732347727, + "F": 0.004595323000103235, + "E": 0.008094234392046928, + "T": 0.008760984987020493, + "P": 0.21919327974319458, + "-": 0.7294996380805969 + }, + "id": "tp_22702" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2837771, + "label": "-", + "classification": { + "B": 1.0423720908647738e-07, + "S": 5.501785693695638e-08, + "I": 0.0004433839349076152, + "C": 9.503310866421089e-05, + "R": 1.324845288763754e-05, + "M": 7.119408837752417e-05, + "O": 1.0727696462708991e-05, + "W": 3.004728341693408e-07, + "N": 5.659550424752524e-06, + "Y": 0.0009701576200313866, + "U": 1.0509769481359399e-06, + "K": 1.1407670399421477e-06, + "L": 2.32158299695584e-06, + "G": 0.00019514224550221115, + "F": 0.0006589830154553056, + "E": 0.00010719132114900276, + "T": 0.0009870703797787428, + "P": 0.0618419423699379, + "-": 0.9345953464508057 + }, + "id": "tp_22703" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2837905, + "label": "-", + "classification": { + "B": 4.052172153024003e-05, + "S": 1.0848514648387209e-05, + "I": 0.00022473724675364792, + "C": 0.00010366953938500956, + "R": 2.5002091206260957e-05, + "M": 0.0005928572500124574, + "O": 0.00024257772020064294, + "W": 5.318938747223001e-06, + "N": 1.1885107596754096e-05, + "Y": 0.0011825017863884568, + "U": 1.8577079572423827e-06, + "K": 1.0305245723429834e-06, + "L": 8.403953688684851e-05, + "G": 0.001740708015859127, + "F": 0.006974582094699144, + "E": 0.00021869599004276097, + "T": 0.001601782743819058, + "P": 0.06741122901439667, + "-": 0.9195261597633362 + }, + "id": "tp_22704" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2838005, + "label": "-", + "classification": { + "B": 3.887274058200774e-09, + "S": 8.744015289607887e-09, + "I": 9.751181096362416e-06, + "C": 1.91661069948168e-06, + "R": 2.904719735852268e-07, + "M": 5.621173386316514e-06, + "O": 1.6220365068875253e-06, + "W": 1.9303184828345366e-08, + "N": 1.3949016874903464e-07, + "Y": 0.00010381023457739502, + "U": 9.207660411902907e-09, + "K": 3.4810241800187214e-08, + "L": 7.369694543513106e-08, + "G": 1.1946701306442264e-05, + "F": 0.0003475056146271527, + "E": 4.092916242370848e-06, + "T": 6.097924415371381e-05, + "P": 0.018691949546337128, + "-": 0.9807602167129517 + }, + "id": "tp_22705" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2838138, + "label": "-", + "classification": { + "B": 9.544070280753658e-07, + "S": 2.0638267415051814e-06, + "I": 0.0001530597946839407, + "C": 0.0003641927905846387, + "R": 5.143188172951341e-05, + "M": 0.0002552185324020684, + "O": 7.533985626650974e-05, + "W": 2.426916807962698e-06, + "N": 8.508679457008839e-06, + "Y": 0.002663698513060808, + "U": 3.2393240871897433e-06, + "K": 1.022325704980176e-05, + "L": 1.3714023225475103e-05, + "G": 0.0005083353025838733, + "F": 0.002914430107921362, + "E": 6.504563498310745e-05, + "T": 0.0015757393557578325, + "P": 0.0169838797301054, + "-": 0.9743484258651733 + }, + "id": "tp_22706" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2838272, + "label": "-", + "classification": { + "B": 1.138833818914442e-10, + "S": 2.6709843226058183e-09, + "I": 1.1519433229523202e-07, + "C": 6.868093294087885e-08, + "R": 9.370356934823576e-09, + "M": 2.388060465818853e-06, + "O": 1.8401227919184748e-07, + "W": 8.925916672453127e-10, + "N": 1.7899608462101924e-09, + "Y": 4.947999696014449e-05, + "U": 1.3186460257053056e-10, + "K": 5.0880125002095156e-08, + "L": 4.424403066138893e-09, + "G": 2.4520209080947097e-06, + "F": 0.0015242794761434197, + "E": 1.6849770645421813e-07, + "T": 2.3344515284406953e-05, + "P": 0.0008899102103896439, + "-": 0.9975075721740723 + }, + "id": "tp_22707" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2838405, + "label": "-", + "classification": { + "B": 5.7578368739541474e-08, + "S": 2.6750561232802283e-07, + "I": 1.5127926417335402e-05, + "C": 3.394941131773521e-06, + "R": 6.580759759344801e-07, + "M": 6.214477252797224e-06, + "O": 8.301967682200484e-06, + "W": 3.04322753663655e-07, + "N": 6.788094992771221e-07, + "Y": 0.00013686162128578871, + "U": 6.950259745508447e-08, + "K": 3.219666666609555e-07, + "L": 3.723111205999885e-07, + "G": 1.763190630299505e-05, + "F": 0.001990139251574874, + "E": 5.231303475738969e-06, + "T": 0.00011605185136431828, + "P": 0.04366864264011383, + "-": 0.9540296196937561 + }, + "id": "tp_22708" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2838505, + "label": "-", + "classification": { + "B": 2.9813415380886e-07, + "S": 8.028316074160102e-07, + "I": 0.0001542053505545482, + "C": 3.097749504377134e-05, + "R": 1.1577530131035019e-05, + "M": 0.0005113963270559907, + "O": 4.807781442650594e-05, + "W": 6.169858579596621e-07, + "N": 4.950753009325126e-06, + "Y": 0.003482063068076968, + "U": 5.869867436558707e-07, + "K": 3.820759957307018e-06, + "L": 7.726173862465657e-06, + "G": 0.0006481740274466574, + "F": 0.004490080755203962, + "E": 7.817304140189663e-05, + "T": 0.0024814463686197996, + "P": 0.024635786190629005, + "-": 0.9634091854095459 + }, + "id": "tp_22709" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2838639, + "label": "-", + "classification": { + "B": 9.878379891858913e-09, + "S": 4.279200993551058e-09, + "I": 2.0831348592764698e-05, + "C": 5.808277364849346e-06, + "R": 1.0297991366314818e-06, + "M": 8.21237699710764e-06, + "O": 2.254650553368265e-06, + "W": 1.909358893215085e-08, + "N": 1.3141210786216106e-07, + "Y": 0.00017248521908186376, + "U": 1.7147112174598078e-08, + "K": 9.654905319678164e-09, + "L": 2.4404090481766616e-07, + "G": 4.155581700615585e-05, + "F": 0.0002450109168421477, + "E": 3.1972945180314127e-06, + "T": 7.444705261150375e-05, + "P": 0.01608884148299694, + "-": 0.9833359718322754 + }, + "id": "tp_22710" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2838772, + "label": "-", + "classification": { + "B": 1.680083983046643e-07, + "S": 7.216240760499204e-08, + "I": 6.221173862286378e-06, + "C": 4.4994831682743097e-07, + "R": 9.607876449990727e-08, + "M": 2.202545692853164e-05, + "O": 2.927284867837443e-06, + "W": 3.695056349783954e-08, + "N": 9.837540915214049e-08, + "Y": 0.00018855358939617872, + "U": 5.5870281734371474e-09, + "K": 2.4291081146543547e-08, + "L": 4.2986033577108174e-07, + "G": 8.105607412289828e-05, + "F": 0.0018526682397350669, + "E": 2.3988091925275512e-05, + "T": 9.228669659933075e-05, + "P": 0.046795617789030075, + "-": 0.9509333372116089 + }, + "id": "tp_22711" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2838906, + "label": "-", + "classification": { + "B": 1.6020860130083747e-05, + "S": 1.830952169257216e-05, + "I": 0.0016022862400859594, + "C": 0.0009083111654035747, + "R": 0.00017508571909274906, + "M": 0.0013476457679644227, + "O": 0.0003547591622918844, + "W": 3.895402915077284e-05, + "N": 0.0001635711669223383, + "Y": 0.006916888058185577, + "U": 3.473324250080623e-05, + "K": 0.0004287422925699502, + "L": 4.465215897653252e-05, + "G": 0.0016184793785214424, + "F": 0.008725855499505997, + "E": 0.002682548016309738, + "T": 0.0033187875524163246, + "P": 0.06565739959478378, + "-": 0.9059469103813171 + }, + "id": "tp_22712" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2839006, + "label": "-", + "classification": { + "B": 2.8898875825689174e-05, + "S": 2.011117794609163e-05, + "I": 0.00037938726018182933, + "C": 0.0012805896112695336, + "R": 0.0005010900204069912, + "M": 0.0014094393700361252, + "O": 0.0005306617822498083, + "W": 2.5877008738461882e-05, + "N": 1.9344162865309045e-05, + "Y": 0.006831732578575611, + "U": 1.1048113265132997e-05, + "K": 1.3249771654955111e-05, + "L": 0.0003373226791154593, + "G": 0.004743822384625673, + "F": 0.016282057389616966, + "E": 0.00020670899539254606, + "T": 0.005648243241012096, + "P": 0.017406631261110306, + "-": 0.944323718547821 + }, + "id": "tp_22713" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2839139, + "label": "-", + "classification": { + "B": 8.184248144971207e-06, + "S": 8.36640265333699e-06, + "I": 0.00032161734998226166, + "C": 9.924274490913376e-05, + "R": 1.583412267791573e-05, + "M": 4.391372203826904e-05, + "O": 8.623139729024842e-05, + "W": 6.05707464274019e-06, + "N": 5.205954221310094e-05, + "Y": 0.0006507883663289249, + "U": 5.984190011076862e-06, + "K": 2.974256858578883e-05, + "L": 5.969705853203777e-06, + "G": 0.0003244487743359059, + "F": 0.004252081271260977, + "E": 0.00019215841894038022, + "T": 0.0006202674703672528, + "P": 0.1959410458803177, + "-": 0.7973360419273376 + }, + "id": "tp_22714" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2839273, + "label": "-", + "classification": { + "B": 1.6370446331848143e-08, + "S": 2.1617309187149658e-07, + "I": 6.605273938475875e-06, + "C": 2.2977449987138243e-07, + "R": 7.319491146517976e-08, + "M": 2.926271235992317e-06, + "O": 2.6625154987414135e-06, + "W": 2.1130202298991207e-07, + "N": 4.2504433395151864e-07, + "Y": 6.364578439388424e-05, + "U": 1.6818091808090685e-08, + "K": 1.313271695835283e-06, + "L": 3.883491572764797e-08, + "G": 1.909653065013117e-06, + "F": 0.0008217159193009138, + "E": 1.143189820140833e-05, + "T": 6.415352982003242e-05, + "P": 0.053158655762672424, + "-": 0.9458637237548828 + }, + "id": "tp_22715" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2839406, + "label": "-", + "classification": { + "B": 1.786629218258895e-05, + "S": 4.2784969991771504e-05, + "I": 0.0017016901401802897, + "C": 0.0017626086482778192, + "R": 0.0008207400096580386, + "M": 0.0013182815164327621, + "O": 0.0009155003936029971, + "W": 3.959880996262655e-05, + "N": 0.00014210744120646268, + "Y": 0.01457559410482645, + "U": 2.4531529561500065e-05, + "K": 4.8396308557130396e-05, + "L": 0.000328304449794814, + "G": 0.007681955583393574, + "F": 0.02276180125772953, + "E": 0.0006655514589510858, + "T": 0.00916672870516777, + "P": 0.06745614856481552, + "-": 0.8705298900604248 + }, + "id": "tp_22716" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2839506, + "label": "-", + "classification": { + "B": 1.9273395537311444e-06, + "S": 6.858594474579149e-07, + "I": 8.159928256645799e-05, + "C": 3.3545202313689515e-05, + "R": 7.966742487042211e-06, + "M": 0.00031249099993146956, + "O": 5.4955795349087566e-05, + "W": 1.6240106788245612e-06, + "N": 2.081763796013547e-06, + "Y": 0.0008447861764580011, + "U": 4.6835555167490384e-07, + "K": 2.974497874674853e-07, + "L": 1.229301869898336e-05, + "G": 0.0002252669510198757, + "F": 0.002330961637198925, + "E": 5.107584365759976e-05, + "T": 0.0006824682932347059, + "P": 0.026673397049307823, + "-": 0.9686819911003113 + }, + "id": "tp_22717" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2839640, + "label": "-", + "classification": { + "B": 2.9270104562328925e-08, + "S": 1.8989180006201423e-08, + "I": 1.1398241213100846e-06, + "C": 1.455125016036618e-06, + "R": 3.610401506648486e-07, + "M": 3.003231540787965e-06, + "O": 2.5643378194217803e-06, + "W": 1.551978634495299e-08, + "N": 1.458716614166633e-08, + "Y": 3.694318002089858e-05, + "U": 1.9156547459431295e-09, + "K": 1.2139075300510171e-09, + "L": 4.2923673504446924e-07, + "G": 2.612465868878644e-05, + "F": 0.0008097400423139334, + "E": 5.06810295064497e-07, + "T": 2.8848142392234877e-05, + "P": 0.005879004951566458, + "-": 0.9932096600532532 + }, + "id": "tp_22718" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2839773, + "label": "-", + "classification": { + "B": 1.0413191375846509e-07, + "S": 6.02439740760019e-07, + "I": 7.970920705702156e-07, + "C": 4.275252862839807e-08, + "R": 4.521806573620779e-08, + "M": 6.893189947732026e-06, + "O": 1.3924095583206508e-05, + "W": 2.2631880369772261e-07, + "N": 2.2773356533889455e-08, + "Y": 9.378466529597063e-06, + "U": 5.555814697189021e-10, + "K": 2.003773369452233e-09, + "L": 3.2836962304827466e-07, + "G": 3.523044824760291e-06, + "F": 0.0009996568551287055, + "E": 3.167678528370743e-07, + "T": 2.4332828616024926e-05, + "P": 0.011569226160645485, + "-": 0.9873706102371216 + }, + "id": "tp_22719" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2839907, + "label": "-", + "classification": { + "B": 0.0009855765383690596, + "S": 0.000564604764804244, + "I": 0.003262484911829233, + "C": 0.00015894607349764556, + "R": 9.681336086941883e-05, + "M": 0.026184968650341034, + "O": 0.0049525960348546505, + "W": 0.0001869564293883741, + "N": 0.00013994620530866086, + "Y": 0.015794599428772926, + "U": 5.493451226357138e-06, + "K": 2.2274666662269738e-06, + "L": 0.0012817549286410213, + "G": 0.005227087065577507, + "F": 0.0037296111695468426, + "E": 0.002196098444983363, + "T": 0.026108741760253906, + "P": 0.035132650285959244, + "-": 0.873988926410675 + }, + "id": "tp_22720" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2840007, + "label": "-", + "classification": { + "B": 2.5528963831789042e-08, + "S": 3.33471454894152e-08, + "I": 1.2379190366118564e-06, + "C": 4.844555405725259e-06, + "R": 8.354583087566425e-07, + "M": 8.882389374775812e-05, + "O": 3.7256781979522202e-06, + "W": 1.6000807789851024e-08, + "N": 8.743737289762521e-09, + "Y": 0.0007225264562293887, + "U": 2.496927109518765e-09, + "K": 2.8578965860504013e-09, + "L": 1.5436373814736726e-06, + "G": 0.00013643302372656763, + "F": 0.0008042528061196208, + "E": 1.5945130371619598e-06, + "T": 0.0002799934009090066, + "P": 0.0014997647376731038, + "-": 0.9964544773101807 + }, + "id": "tp_22721" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2840140, + "label": "-", + "classification": { + "B": 0.0004424184444360435, + "S": 5.181074811844155e-05, + "I": 5.297378811519593e-05, + "C": 1.3535014659282751e-05, + "R": 1.1203011126781348e-05, + "M": 0.0031930378172546625, + "O": 0.0010668967152014375, + "W": 2.9764612918370403e-05, + "N": 1.4757565622858237e-06, + "Y": 0.0006860183784738183, + "U": 2.493982833584596e-07, + "K": 2.6585793122535506e-08, + "L": 0.0006082021864131093, + "G": 0.0007333282264880836, + "F": 0.0030082359444350004, + "E": 3.9895676309242845e-05, + "T": 0.0016140093794092536, + "P": 0.010991855524480343, + "-": 0.9774550199508667 + }, + "id": "tp_22722" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2840274, + "label": "-", + "classification": { + "B": 1.6343402364782378e-07, + "S": 6.383426693901129e-07, + "I": 0.00010328757343813777, + "C": 3.508789404804702e-06, + "R": 8.021640496735927e-06, + "M": 0.000504357973113656, + "O": 8.686428918736055e-05, + "W": 5.689542490472377e-07, + "N": 2.290860834364139e-07, + "Y": 0.002006199210882187, + "U": 9.262214106797728e-09, + "K": 1.2100006552273612e-09, + "L": 1.4026500139152631e-05, + "G": 0.0001926152326632291, + "F": 0.0005043683340772986, + "E": 1.0872572602238506e-06, + "T": 0.0020251714158803225, + "P": 0.0035043437965214252, + "-": 0.9910446405410767 + }, + "id": "tp_22723" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2840407, + "label": "-", + "classification": { + "B": 2.1131127141416073e-05, + "S": 6.84767437633127e-05, + "I": 0.0024393138010054827, + "C": 0.002710448345169425, + "R": 0.0006746234721504152, + "M": 0.0014637615531682968, + "O": 0.000799033441580832, + "W": 0.00010463027138030156, + "N": 0.0003557847812771797, + "Y": 0.011245569214224815, + "U": 8.152631926350296e-05, + "K": 0.00034561939537525177, + "L": 0.00017996830865740776, + "G": 0.003149396972730756, + "F": 0.0334354005753994, + "E": 0.0017003824468702078, + "T": 0.00692650955170393, + "P": 0.09357377141714096, + "-": 0.8407247066497803 + }, + "id": "tp_22724" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2840507, + "label": "-", + "classification": { + "B": 1.7381465511334682e-07, + "S": 8.294700819533318e-07, + "I": 2.5056785943888826e-06, + "C": 2.845634298864752e-05, + "R": 5.266032985673519e-06, + "M": 9.509858500678092e-05, + "O": 2.9422712032101117e-05, + "W": 3.4913517765744473e-07, + "N": 8.84710615878248e-08, + "Y": 0.0019291205098852515, + "U": 1.634095347924358e-08, + "K": 3.655173657080013e-07, + "L": 1.12050893221749e-05, + "G": 0.000984094338491559, + "F": 0.028054311871528625, + "E": 8.786458238319028e-06, + "T": 0.00034121310454793274, + "P": 0.0027864144649356604, + "-": 0.9657223224639893 + }, + "id": "tp_22725" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2840641, + "label": "-", + "classification": { + "B": 8.11469362815842e-08, + "S": 2.301981254504426e-07, + "I": 1.1568093214009423e-05, + "C": 3.6628887301048962e-06, + "R": 1.790848045857274e-06, + "M": 0.00013802711328025907, + "O": 3.954056592192501e-05, + "W": 2.571690060904075e-07, + "N": 2.731096060415439e-07, + "Y": 0.00047926860861480236, + "U": 4.021396193820692e-08, + "K": 6.786882611464762e-09, + "L": 7.002585789450677e-06, + "G": 6.077645957702771e-05, + "F": 0.0005508625181391835, + "E": 1.8515762576498673e-06, + "T": 0.0010000945767387748, + "P": 0.0037448005750775337, + "-": 0.9939597845077515 + }, + "id": "tp_22726" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2840774, + "label": "-", + "classification": { + "B": 0.0007837978191673756, + "S": 0.0007078633061610162, + "I": 0.06972626596689224, + "C": 0.018883291631937027, + "R": 0.0044344342313706875, + "M": 0.023380331695079803, + "O": 0.00530102988705039, + "W": 0.0008643972687423229, + "N": 0.00695651862770319, + "Y": 0.03533581644296646, + "U": 0.0005219096201471984, + "K": 0.0004539467627182603, + "L": 0.0020680909510701895, + "G": 0.016076138243079185, + "F": 0.014737916179001331, + "E": 0.031115960329771042, + "T": 0.02034911699593067, + "P": 0.2687312066555023, + "-": 0.47957199811935425 + }, + "id": "tp_22727" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2840908, + "label": "-", + "classification": { + "B": 2.1286507035256363e-05, + "S": 2.99370785796782e-05, + "I": 0.00044253692612983286, + "C": 0.0003653770254459232, + "R": 9.453008533455431e-05, + "M": 0.0008439053199253976, + "O": 0.00036668256507255137, + "W": 2.363916973990854e-05, + "N": 5.825984771945514e-05, + "Y": 0.0057922713458538055, + "U": 7.205318524938775e-06, + "K": 1.8396161976852454e-05, + "L": 7.366701902355999e-05, + "G": 0.0024311647284775972, + "F": 0.03362666442990303, + "E": 0.0007160669774748385, + "T": 0.003789325477555394, + "P": 0.10920858383178711, + "-": 0.8420904874801636 + }, + "id": "tp_22728" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2841008, + "label": "-", + "classification": { + "B": 4.913079465040937e-06, + "S": 5.6486536777811125e-05, + "I": 0.0029878884088248014, + "C": 0.00559580884873867, + "R": 0.0010907718678936362, + "M": 0.0037134941667318344, + "O": 0.002639666898176074, + "W": 2.642735853441991e-05, + "N": 3.2862259104149416e-05, + "Y": 0.03458211198449135, + "U": 3.0249918836489087e-07, + "K": 6.434627266571624e-07, + "L": 0.0003106487274635583, + "G": 0.008395635522902012, + "F": 0.0022415202111005783, + "E": 4.003784488304518e-05, + "T": 0.02380577102303505, + "P": 0.007194997742772102, + "-": 0.9072800874710083 + }, + "id": "tp_22729" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2841141, + "label": "-", + "classification": { + "B": 3.874949470628053e-06, + "S": 7.1738959377398714e-06, + "I": 0.0003787837049458176, + "C": 0.00022491086565423757, + "R": 4.804941636393778e-05, + "M": 0.0007519798818975687, + "O": 0.00010799525625770912, + "W": 4.5146489355829544e-06, + "N": 1.1626472769421525e-05, + "Y": 0.008368982002139091, + "U": 1.6594785847701132e-06, + "K": 5.9164863159821834e-06, + "L": 3.1258867238648236e-05, + "G": 0.0014289953978732228, + "F": 0.011479788459837437, + "E": 0.0004444524529390037, + "T": 0.0028002425096929073, + "P": 0.031892482191324234, + "-": 0.9420071840286255 + }, + "id": "tp_22730" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2841275, + "label": "-", + "classification": { + "B": 7.579077987429628e-08, + "S": 2.004386878695641e-08, + "I": 4.035709935124032e-05, + "C": 2.8174681574455462e-05, + "R": 2.8800234304071637e-06, + "M": 5.123204391566105e-05, + "O": 5.0930084398714826e-06, + "W": 5.712842821026243e-08, + "N": 3.1693781465946813e-07, + "Y": 0.00045009469613432884, + "U": 1.408539986869073e-07, + "K": 5.756594845252039e-08, + "L": 1.7287680975641706e-06, + "G": 0.00010072378790937364, + "F": 0.00029545079451054335, + "E": 6.396012850018451e-06, + "T": 0.0005689836107194424, + "P": 0.014282885938882828, + "-": 0.9841653108596802 + }, + "id": "tp_22731" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2841408, + "label": "-", + "classification": { + "B": 9.192010708147791e-08, + "S": 3.5256327919341857e-06, + "I": 1.852304194471799e-05, + "C": 0.00012325312127359211, + "R": 3.4527536627138034e-05, + "M": 0.0005574706010520458, + "O": 0.00010959630890283734, + "W": 2.3863658498157747e-06, + "N": 8.341377224496682e-07, + "Y": 0.010168669745326042, + "U": 7.656780809384145e-08, + "K": 4.462887318368303e-06, + "L": 2.0391093130456284e-05, + "G": 0.0011257188161835074, + "F": 0.022317107766866684, + "E": 2.410102570138406e-05, + "T": 0.0027086224872618914, + "P": 0.0016375965205952525, + "-": 0.9611430764198303 + }, + "id": "tp_22732" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2841508, + "label": "-", + "classification": { + "B": 0.00014177666162140667, + "S": 9.621235221857205e-05, + "I": 7.814478158252314e-05, + "C": 0.0002734229783527553, + "R": 7.773389370413497e-05, + "M": 0.0019933506846427917, + "O": 0.0012042033486068249, + "W": 4.443587749847211e-05, + "N": 6.6664656515058596e-06, + "Y": 0.0018912536324933171, + "U": 1.4716410987603012e-06, + "K": 1.614051143405959e-06, + "L": 0.0003040013834834099, + "G": 0.001748163951560855, + "F": 0.00666884146630764, + "E": 0.00010022645437857136, + "T": 0.0027649078983813524, + "P": 0.014113057404756546, + "-": 0.9684904217720032 + }, + "id": "tp_22733" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2841642, + "label": "-", + "classification": { + "B": 1.0819805851269848e-07, + "S": 5.519619321603386e-07, + "I": 1.1696948604367208e-05, + "C": 9.96068865788402e-06, + "R": 2.1343350908864522e-06, + "M": 9.355992369819432e-05, + "O": 1.2926429008075502e-05, + "W": 2.49854679168493e-07, + "N": 4.4253746978029085e-07, + "Y": 0.002308837603777647, + "U": 3.076213417330109e-08, + "K": 1.5433265616593417e-06, + "L": 2.22208086597675e-06, + "G": 0.0004487652622628957, + "F": 0.015066435560584068, + "E": 3.0145125492708758e-05, + "T": 0.0005918419337831438, + "P": 0.007344156038016081, + "-": 0.9740744233131409 + }, + "id": "tp_22734" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2841775, + "label": "-", + "classification": { + "B": 1.831667795215708e-08, + "S": 3.22292976306926e-07, + "I": 5.751088338001864e-06, + "C": 1.3995811968925409e-05, + "R": 2.737103613981162e-06, + "M": 2.3846807380323298e-05, + "O": 1.0077949809783604e-05, + "W": 1.281147206100286e-07, + "N": 1.7983543898481003e-07, + "Y": 0.0005595848197117448, + "U": 1.5129781871792147e-08, + "K": 4.729827196570113e-08, + "L": 1.6347530618077144e-06, + "G": 9.487428178545088e-05, + "F": 0.005795540288090706, + "E": 3.825143721769564e-06, + "T": 0.0002170923544326797, + "P": 0.007794483564794064, + "-": 0.9854758381843567 + }, + "id": "tp_22735" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2841875, + "label": "-", + "classification": { + "B": 1.2904705727123655e-05, + "S": 7.824211934348568e-06, + "I": 0.0010550057049840689, + "C": 0.00033194440766237676, + "R": 7.548616849817336e-05, + "M": 0.0005612572422251105, + "O": 0.0002350514114368707, + "W": 1.2358756066532806e-05, + "N": 7.78153189457953e-05, + "Y": 0.003054925473406911, + "U": 2.2894706489751115e-05, + "K": 1.7222271708305925e-05, + "L": 7.625923171872273e-05, + "G": 0.0011564020533114672, + "F": 0.005144785158336163, + "E": 0.0006823878502473235, + "T": 0.003903043456375599, + "P": 0.12814415991306305, + "-": 0.8554283976554871 + }, + "id": "tp_22736" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2842009, + "label": "-", + "classification": { + "B": 5.894350465496245e-07, + "S": 2.8932066697962e-07, + "I": 8.861675837579241e-07, + "C": 2.5398148864042014e-06, + "R": 1.4792374258831842e-06, + "M": 0.0002212747058365494, + "O": 1.9836648789350875e-05, + "W": 3.6863941232923025e-08, + "N": 2.4059199077441917e-09, + "Y": 0.0004135836788918823, + "U": 4.029263589444554e-10, + "K": 3.570755843784745e-11, + "L": 2.810132718877867e-05, + "G": 0.0004555579216685146, + "F": 0.0008092368370853364, + "E": 8.538346492059645e-07, + "T": 0.0001731886004563421, + "P": 0.0005398215726017952, + "-": 0.9973329305648804 + }, + "id": "tp_22737" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2842142, + "label": "-", + "classification": { + "B": 2.3302520801848914e-08, + "S": 8.314080091054166e-09, + "I": 1.5125126537895994e-06, + "C": 2.3514105578215094e-06, + "R": 1.756657326268396e-07, + "M": 8.29047439765418e-06, + "O": 1.5518961617999594e-06, + "W": 5.940343328347808e-09, + "N": 1.6842347960732695e-08, + "Y": 0.00015048598288558424, + "U": 3.969004236381579e-09, + "K": 4.13942569110759e-09, + "L": 4.038214171941945e-07, + "G": 5.278404933051206e-05, + "F": 0.001785425585694611, + "E": 2.4347766611754196e-06, + "T": 3.469664079602808e-05, + "P": 0.006756892893463373, + "-": 0.9912029504776001 + }, + "id": "tp_22738" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2842276, + "label": "-", + "classification": { + "B": 3.4214679978106233e-09, + "S": 1.7508178240532857e-09, + "I": 1.0950739204318438e-09, + "C": 2.4988000557613077e-10, + "R": 1.2497425316837507e-10, + "M": 4.3260424718027934e-06, + "O": 6.144856001810695e-07, + "W": 6.361988158509746e-10, + "N": 3.58983654434597e-12, + "Y": 2.1312230273906607e-06, + "U": 8.555586388002759e-14, + "K": 3.3503054151751924e-15, + "L": 3.254468694535717e-08, + "G": 2.0934432143349113e-07, + "F": 5.608093943010317e-06, + "E": 1.0025624774812059e-09, + "T": 6.41072483631433e-06, + "P": 0.00026827421970665455, + "-": 0.9997124075889587 + }, + "id": "tp_22739" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2842376, + "label": "-", + "classification": { + "B": 3.856564489979064e-06, + "S": 1.0501781616767403e-05, + "I": 3.053053660551086e-05, + "C": 0.00015475258987862617, + "R": 1.3555042642110493e-05, + "M": 0.0014935896033421159, + "O": 0.00016174683696590364, + "W": 1.20682341275824e-06, + "N": 1.980435399673297e-06, + "Y": 0.020401684567332268, + "U": 9.942326784084798e-08, + "K": 1.8347816421737662e-06, + "L": 5.756085010943934e-05, + "G": 0.006212675012648106, + "F": 0.015330365858972073, + "E": 0.00037687618169002235, + "T": 0.003696560161188245, + "P": 0.0059548839926719666, + "-": 0.9460956454277039 + }, + "id": "tp_22740" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2842509, + "label": "-", + "classification": { + "B": 1.2185213904558623e-07, + "S": 1.3792258357625542e-07, + "I": 4.137127325520851e-05, + "C": 3.713669457283686e-06, + "R": 6.641316190325597e-07, + "M": 1.882095602923073e-05, + "O": 5.364826847653603e-06, + "W": 2.2634826279954723e-07, + "N": 1.586060648151033e-06, + "Y": 0.0006547659868374467, + "U": 6.421070963824604e-08, + "K": 2.244415554741863e-06, + "L": 2.747001701663976e-07, + "G": 0.00010246522288070992, + "F": 0.003269315231591463, + "E": 0.00017902080435305834, + "T": 0.00016050397243816406, + "P": 0.06772422045469284, + "-": 0.9278351068496704 + }, + "id": "tp_22741" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2842643, + "label": "-", + "classification": { + "B": 9.723110451886896e-06, + "S": 7.0118207986524794e-06, + "I": 0.0001352868421236053, + "C": 0.0002762787335086614, + "R": 3.073404877795838e-05, + "M": 0.001820464269258082, + "O": 0.00011307832028251141, + "W": 1.8727267843132722e-06, + "N": 5.715376573789399e-06, + "Y": 0.005473515950143337, + "U": 9.106596507990616e-07, + "K": 2.299382458659238e-06, + "L": 6.868037598906085e-05, + "G": 0.0032225046306848526, + "F": 0.009243198670446873, + "E": 0.0005936019588261843, + "T": 0.0024975468404591084, + "P": 0.0202164463698864, + "-": 0.9562811255455017 + }, + "id": "tp_22742" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2842776, + "label": "-", + "classification": { + "B": 4.261858339305036e-05, + "S": 5.5790111218811944e-05, + "I": 0.0006093702977523208, + "C": 0.0005771804717369378, + "R": 0.00034641544334590435, + "M": 0.001110719982534647, + "O": 0.0007935501635074615, + "W": 4.5109081838745624e-05, + "N": 5.036295624449849e-05, + "Y": 0.0044983988627791405, + "U": 1.0179551281908061e-05, + "K": 2.1280240616761148e-05, + "L": 0.0001682807778706774, + "G": 0.00250800047069788, + "F": 0.01943894848227501, + "E": 0.00041734304977580905, + "T": 0.0020142504945397377, + "P": 0.038854751735925674, + "-": 0.9284374713897705 + }, + "id": "tp_22743" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2842876, + "label": "-", + "classification": { + "B": 2.2001883337452455e-07, + "S": 8.458308116132685e-07, + "I": 0.00011233428813284263, + "C": 3.3430438634241e-05, + "R": 8.714749128557742e-06, + "M": 8.148950291797519e-05, + "O": 1.9563265595934354e-05, + "W": 7.115460221029934e-07, + "N": 4.121976871829247e-06, + "Y": 0.001080954447388649, + "U": 6.387833195731218e-07, + "K": 8.234293090936262e-06, + "L": 2.742625383689301e-06, + "G": 0.0002262099733343348, + "F": 0.007316838949918747, + "E": 7.003963401075453e-05, + "T": 0.0006082526524551213, + "P": 0.03174295276403427, + "-": 0.9586815237998962 + }, + "id": "tp_22744" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2843010, + "label": "-", + "classification": { + "B": 2.9881648515583947e-06, + "S": 6.152288278826745e-07, + "I": 4.241208444000222e-05, + "C": 9.213039447786286e-06, + "R": 3.4187121400464093e-06, + "M": 0.0003472906828392297, + "O": 5.66292874282226e-05, + "W": 6.991216423557489e-07, + "N": 4.459336366835487e-07, + "Y": 0.0005524741136468947, + "U": 1.1872214855657148e-07, + "K": 4.709090450916165e-09, + "L": 3.051418207178358e-05, + "G": 0.0003340996045153588, + "F": 0.0005910710315220058, + "E": 8.578394044889137e-06, + "T": 0.0010543052339926362, + "P": 0.027523044496774673, + "-": 0.9694420099258423 + }, + "id": "tp_22745" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2843143, + "label": "-", + "classification": { + "B": 4.4579834934665996e-08, + "S": 5.476180575669787e-08, + "I": 3.6546487535815686e-05, + "C": 5.1252195589768235e-06, + "R": 8.394960673285823e-07, + "M": 6.008821583236568e-05, + "O": 5.478035291162087e-06, + "W": 1.8600653106659593e-07, + "N": 5.794868229713757e-07, + "Y": 0.0005060861585661769, + "U": 6.009625508340832e-08, + "K": 1.196891162180691e-06, + "L": 5.194565915189742e-07, + "G": 0.0001180462131742388, + "F": 0.0015264599351212382, + "E": 6.116650183685124e-05, + "T": 0.00018844634178094566, + "P": 0.02526077814400196, + "-": 0.9722282290458679 + }, + "id": "tp_22746" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2843277, + "label": "-", + "classification": { + "B": 5.123686364072455e-09, + "S": 2.0756017349299327e-08, + "I": 1.1747641110559925e-05, + "C": 1.045551130118838e-06, + "R": 7.634318421878561e-08, + "M": 1.2339556860752054e-06, + "O": 3.4431397466505587e-07, + "W": 9.618995377991268e-09, + "N": 3.4573017160255404e-07, + "Y": 3.756363730644807e-05, + "U": 3.251903413215018e-09, + "K": 7.03464664297826e-08, + "L": 9.883438067959105e-09, + "G": 4.854991857428104e-06, + "F": 0.000454208959126845, + "E": 1.1720414477167651e-05, + "T": 1.8205413653049618e-05, + "P": 0.23317047953605652, + "-": 0.7662880420684814 + }, + "id": "tp_22747" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2843377, + "label": "-", + "classification": { + "B": 2.201497636633576e-06, + "S": 2.9253938009787817e-06, + "I": 0.0013805575435981154, + "C": 0.00010803714394569397, + "R": 1.861737109720707e-05, + "M": 0.0001374571438645944, + "O": 5.588325802818872e-05, + "W": 4.040290150442161e-06, + "N": 6.79751974530518e-05, + "Y": 0.000953393115196377, + "U": 9.809244147618301e-06, + "K": 3.970351826865226e-06, + "L": 1.6315058019245043e-05, + "G": 0.0002320270868949592, + "F": 0.0015974409179762006, + "E": 0.0003707154537551105, + "T": 0.002454235451295972, + "P": 0.31892961263656616, + "-": 0.6736547946929932 + }, + "id": "tp_22748" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2843510, + "label": "-", + "classification": { + "B": 1.0558716212472063e-07, + "S": 2.1661874516354374e-09, + "I": 1.0385625500930473e-05, + "C": 1.7659021978033707e-06, + "R": 9.049712446085323e-08, + "M": 1.2365210750431288e-05, + "O": 6.554821538884426e-07, + "W": 4.499961292481203e-09, + "N": 3.453007124676333e-08, + "Y": 9.749922901391983e-05, + "U": 3.868878994950364e-09, + "K": 4.269792519551174e-09, + "L": 2.6496073246562446e-07, + "G": 0.0001546376006444916, + "F": 0.000296807789709419, + "E": 2.1119056327734143e-05, + "T": 3.3040440030163154e-05, + "P": 0.031398579478263855, + "-": 0.9679725766181946 + }, + "id": "tp_22749" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2843644, + "label": "-", + "classification": { + "B": 8.051865006564185e-05, + "S": 0.00016841346223372966, + "I": 0.00010393874254077673, + "C": 0.00016096537001430988, + "R": 6.759606185369194e-05, + "M": 0.0029803754296153784, + "O": 0.0010229542385786772, + "W": 5.759036503150128e-05, + "N": 1.6039999536587857e-05, + "Y": 0.008275524713099003, + "U": 2.5122621991613414e-06, + "K": 1.2001964023511391e-05, + "L": 0.00046389843919314444, + "G": 0.0061251274310052395, + "F": 0.11224553734064102, + "E": 0.0003933365806005895, + "T": 0.004911002703011036, + "P": 0.01570490002632141, + "-": 0.8472077250480652 + }, + "id": "tp_22750" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2843777, + "label": "-", + "classification": { + "B": 9.690695151221007e-05, + "S": 5.4189480579225346e-05, + "I": 0.016607914119958878, + "C": 0.02795133739709854, + "R": 0.009809616953134537, + "M": 0.005157939624041319, + "O": 0.001463942346163094, + "W": 9.927905193762854e-05, + "N": 0.0003644247190095484, + "Y": 0.0811183899641037, + "U": 6.133425631560385e-05, + "K": 2.8035943614668213e-05, + "L": 0.0008911197655834258, + "G": 0.022347621619701385, + "F": 0.012957490049302578, + "E": 0.002253616228699684, + "T": 0.01814362406730652, + "P": 0.05464664101600647, + "-": 0.7459465861320496 + }, + "id": "tp_22751" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2843877, + "label": "-", + "classification": { + "B": 2.286885791846771e-09, + "S": 5.382634338246817e-10, + "I": 2.7228303167703416e-08, + "C": 2.2893875240015404e-08, + "R": 1.3903719287000627e-09, + "M": 2.717117126849189e-07, + "O": 9.434474890213096e-08, + "W": 2.958680522802126e-10, + "N": 2.563388390441901e-10, + "Y": 2.8842950996477157e-06, + "U": 1.7844404773259548e-11, + "K": 2.2726653892135573e-10, + "L": 5.115070589312154e-09, + "G": 1.169759912045265e-06, + "F": 0.00022665814321953803, + "E": 7.014289593598733e-08, + "T": 1.7678333961157477e-06, + "P": 0.0019149916479364038, + "-": 0.997852087020874 + }, + "id": "tp_22752" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2844011, + "label": "-", + "classification": { + "B": 6.817759867772111e-07, + "S": 5.675560998952278e-08, + "I": 1.8886918041971512e-05, + "C": 2.711691422518925e-06, + "R": 2.7966879656560195e-07, + "M": 1.5117115253815427e-05, + "O": 4.900218300463166e-06, + "W": 1.3832506340349937e-07, + "N": 6.474925839938805e-07, + "Y": 7.680085400352255e-05, + "U": 7.969138238195228e-08, + "K": 5.385643930821971e-07, + "L": 3.678831603792787e-07, + "G": 5.4209060181165114e-05, + "F": 0.0012300042435526848, + "E": 3.972090780735016e-05, + "T": 9.832454088609666e-05, + "P": 0.10555548220872879, + "-": 0.8929010629653931 + }, + "id": "tp_22753" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2844144, + "label": "-", + "classification": { + "B": 0.000751109910197556, + "S": 0.00035956272040493786, + "I": 0.010031369514763355, + "C": 0.01438158005475998, + "R": 0.008320707827806473, + "M": 0.01576169766485691, + "O": 0.008350917138159275, + "W": 0.0008027758449316025, + "N": 0.000506365206092596, + "Y": 0.07017330080270767, + "U": 0.00019990885630249977, + "K": 5.663165939040482e-05, + "L": 0.006222915835678577, + "G": 0.03239160403609276, + "F": 0.013996054418385029, + "E": 0.0027593253180384636, + "T": 0.022493775933980942, + "P": 0.038509003818035126, + "-": 0.75393146276474 + }, + "id": "tp_22754" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2844278, + "label": "-", + "classification": { + "B": 2.347308509342838e-06, + "S": 1.0914468475675676e-06, + "I": 2.109549859596882e-05, + "C": 2.2839800294605084e-05, + "R": 1.770496237440966e-05, + "M": 0.00019175943452864885, + "O": 3.4979486372321844e-05, + "W": 7.411726983264089e-07, + "N": 2.623627608500101e-07, + "Y": 0.002033939817920327, + "U": 1.0055412502651961e-07, + "K": 5.076045539453844e-08, + "L": 2.3544818759546615e-05, + "G": 0.0007691081846132874, + "F": 0.008445543237030506, + "E": 1.4007167919771746e-05, + "T": 0.0008519078837707639, + "P": 0.008415228687226772, + "-": 0.9791537523269653 + }, + "id": "tp_22755" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2844378, + "label": "-", + "classification": { + "B": 0.0005169414798729122, + "S": 0.0006316188955679536, + "I": 0.0015978107694536448, + "C": 0.005680051166564226, + "R": 0.005291492212563753, + "M": 0.011363872326910496, + "O": 0.01243883278220892, + "W": 0.0007422803901135921, + "N": 0.00011044866550946608, + "Y": 0.014165190979838371, + "U": 8.917304512578994e-05, + "K": 1.8590159015730023e-05, + "L": 0.010112560354173183, + "G": 0.019349057227373123, + "F": 0.020883379504084587, + "E": 0.0003738069790415466, + "T": 0.015277156606316566, + "P": 0.01384479645639658, + "-": 0.8675130009651184 + }, + "id": "tp_22756" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2844511, + "label": "-", + "classification": { + "B": 2.562561185470713e-08, + "S": 7.60995476412063e-07, + "I": 5.744456757383887e-06, + "C": 7.584860213682987e-06, + "R": 2.246039684905554e-06, + "M": 0.00021038908744230866, + "O": 4.3188247218495235e-05, + "W": 3.535664916398673e-07, + "N": 1.3474912918809423e-07, + "Y": 0.0004578666412271559, + "U": 1.6857983453633096e-08, + "K": 4.4659095976840035e-08, + "L": 7.465081580448896e-06, + "G": 0.00012877248809672892, + "F": 0.0020370630081743, + "E": 2.774785116343992e-06, + "T": 0.0006813698564656079, + "P": 0.0029541365802288055, + "-": 0.9934600591659546 + }, + "id": "tp_22757" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2844645, + "label": "-", + "classification": { + "B": 1.141502025348018e-06, + "S": 1.4479833509994933e-07, + "I": 6.944224878679961e-05, + "C": 7.520417966588866e-06, + "R": 5.029005478718318e-07, + "M": 2.5929746698238887e-05, + "O": 6.924130957486341e-06, + "W": 2.4226758910117496e-07, + "N": 2.522221620893106e-06, + "Y": 0.00020033871987834573, + "U": 1.6762271570769371e-07, + "K": 8.160670290635608e-07, + "L": 6.746683993696934e-07, + "G": 9.016239346237853e-05, + "F": 0.001260127522982657, + "E": 0.0001194766373373568, + "T": 0.00017168691556435078, + "P": 0.1723184585571289, + "-": 0.8257237672805786 + }, + "id": "tp_22758" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2844778, + "label": "-", + "classification": { + "B": 5.3911568102193996e-05, + "S": 0.0002887223963625729, + "I": 8.050684846239164e-05, + "C": 0.00012995023280382156, + "R": 6.506525096483529e-05, + "M": 0.0067943790927529335, + "O": 0.0036006264854222536, + "W": 3.68540822819341e-05, + "N": 2.2743204226571834e-06, + "Y": 0.012441800907254219, + "U": 9.640025666612928e-08, + "K": 5.2238232228774e-07, + "L": 0.0008046033908613026, + "G": 0.005200283136218786, + "F": 0.004226514138281345, + "E": 4.023659130325541e-05, + "T": 0.007460529450327158, + "P": 0.0016870100516825914, + "-": 0.9570862054824829 + }, + "id": "tp_22759" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2844878, + "label": "-", + "classification": { + "B": 4.5120035485624044e-10, + "S": 2.5911750523022192e-09, + "I": 5.586857199091355e-08, + "C": 6.87575436586485e-08, + "R": 1.0849203313512135e-08, + "M": 8.616289051133208e-07, + "O": 6.912298999850464e-07, + "W": 3.2725675502831564e-09, + "N": 8.190841338517885e-10, + "Y": 5.063137450633803e-06, + "U": 1.9779991533575014e-10, + "K": 4.4920392405778387e-10, + "L": 1.8575116556007742e-08, + "G": 6.144678650343849e-07, + "F": 0.00010656614904291928, + "E": 1.2775588587032871e-08, + "T": 1.3470434168993961e-05, + "P": 0.0009724491974338889, + "-": 0.9989001750946045 + }, + "id": "tp_22760" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2845012, + "label": "-", + "classification": { + "B": 2.0913619664497674e-05, + "S": 8.824431279208511e-05, + "I": 0.0001105234696296975, + "C": 0.00015942419122438878, + "R": 5.371279621613212e-05, + "M": 0.0035867642145603895, + "O": 0.0007192486082203686, + "W": 2.5759172785910778e-05, + "N": 8.980256097856909e-06, + "Y": 0.004099582321941853, + "U": 1.6643168692098698e-06, + "K": 6.186955033626873e-06, + "L": 0.0002058737154584378, + "G": 0.001497269724495709, + "F": 0.01651153527200222, + "E": 0.00018454699602443725, + "T": 0.0049546933732926846, + "P": 0.009722213260829449, + "-": 0.9580429792404175 + }, + "id": "tp_22761" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2845145, + "label": "-", + "classification": { + "B": 9.320403478341177e-06, + "S": 7.081628154992359e-06, + "I": 0.00021490106882993132, + "C": 0.00011131710198242217, + "R": 4.867686948273331e-05, + "M": 0.0027000661939382553, + "O": 0.00019288129988126457, + "W": 7.290539997484302e-06, + "N": 5.586823590419954e-06, + "Y": 0.017636336386203766, + "U": 1.0318492513761157e-06, + "K": 5.048362254456151e-06, + "L": 7.224472938105464e-05, + "G": 0.0040786173194646835, + "F": 0.0106132747605443, + "E": 0.0003038653521798551, + "T": 0.006141495890915394, + "P": 0.00799440685659647, + "-": 0.9498565793037415 + }, + "id": "tp_22762" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2845279, + "label": "-", + "classification": { + "B": 2.5261817881983006e-07, + "S": 3.9152655517682433e-07, + "I": 6.053554898244329e-05, + "C": 0.00025393880787305534, + "R": 4.444623846211471e-05, + "M": 0.0002348158450331539, + "O": 5.160802538739517e-05, + "W": 4.969976998836501e-07, + "N": 1.5029673932076548e-06, + "Y": 0.003410067642107606, + "U": 3.017593144249986e-07, + "K": 5.854958544659894e-07, + "L": 1.8762428226182237e-05, + "G": 0.0010826109210029244, + "F": 0.003170739859342575, + "E": 3.8018475606804714e-05, + "T": 0.0008648819639347494, + "P": 0.010455098003149033, + "-": 0.98031085729599 + }, + "id": "tp_22763" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2845379, + "label": "-", + "classification": { + "B": 1.5159749844340098e-10, + "S": 7.599040841022031e-10, + "I": 1.100137865250872e-06, + "C": 7.748615615810195e-08, + "R": 2.2265545851496427e-08, + "M": 6.43549469714344e-07, + "O": 2.1946864592337079e-07, + "W": 2.289205713879028e-09, + "N": 1.0049064691486365e-08, + "Y": 0.00010374982230132446, + "U": 6.561511889380256e-10, + "K": 5.1661697142435514e-09, + "L": 2.626690642770768e-09, + "G": 1.5850780528126052e-06, + "F": 9.150285768555477e-05, + "E": 1.4602889564230281e-07, + "T": 3.9392249163938686e-05, + "P": 0.011407596059143543, + "-": 0.988353967666626 + }, + "id": "tp_22764" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2845512, + "label": "-", + "classification": { + "B": 1.5319507156164036e-06, + "S": 5.797909579996485e-06, + "I": 9.410199709236622e-06, + "C": 9.704180229164194e-06, + "R": 1.0897445463342592e-05, + "M": 0.0016729180933907628, + "O": 0.00015840296691749245, + "W": 1.2794117765224655e-06, + "N": 1.0973229791488848e-07, + "Y": 0.0027234808076173067, + "U": 2.3973303342472718e-08, + "K": 1.1967799196099804e-08, + "L": 0.00011862657265737653, + "G": 0.0006823083967901766, + "F": 0.0030539159197360277, + "E": 5.606946615444031e-06, + "T": 0.004037344362586737, + "P": 0.0011094625806435943, + "-": 0.9863992929458618 + }, + "id": "tp_22765" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2845646, + "label": "-", + "classification": { + "B": 2.8661479518632405e-06, + "S": 4.686213287641294e-05, + "I": 0.00011148191697429866, + "C": 0.00038026462425477803, + "R": 0.00010406460205558687, + "M": 0.001310674357227981, + "O": 0.00038556804065592587, + "W": 2.154674439225346e-05, + "N": 1.5120825992198661e-05, + "Y": 0.006716676987707615, + "U": 1.9832621092064073e-06, + "K": 3.9010014006635174e-05, + "L": 5.8844634622801095e-05, + "G": 0.00170094461645931, + "F": 0.05420753359794617, + "E": 0.0002710472035687417, + "T": 0.0034094699658453465, + "P": 0.017682937905192375, + "-": 0.9135329723358154 + }, + "id": "tp_22766" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2845779, + "label": "-", + "classification": { + "B": 1.9681171181673562e-07, + "S": 1.6478442432799056e-07, + "I": 3.7650097510777414e-05, + "C": 0.00011854967306135222, + "R": 1.8082726455759257e-05, + "M": 0.00020315790607128292, + "O": 1.763359432516154e-05, + "W": 3.793207383750996e-07, + "N": 6.851079206171562e-07, + "Y": 0.002451786305755377, + "U": 5.314017812452221e-07, + "K": 1.0390677971372497e-06, + "L": 1.0129830116056837e-05, + "G": 0.0004383847990538925, + "F": 0.007964656688272953, + "E": 3.557948730303906e-05, + "T": 0.0014563965378329158, + "P": 0.010668275877833366, + "-": 0.9765768051147461 + }, + "id": "tp_22767" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2845879, + "label": "-", + "classification": { + "B": 1.511114433583316e-08, + "S": 2.5966338412786172e-08, + "I": 2.9321950023586396e-06, + "C": 1.0480814438551533e-07, + "R": 4.328897418304223e-08, + "M": 1.571521920595842e-06, + "O": 2.8920867407578044e-06, + "W": 4.30636610815327e-08, + "N": 5.846651518481849e-08, + "Y": 3.0040167985134758e-05, + "U": 3.7590806023501955e-09, + "K": 4.028383848719841e-09, + "L": 6.871545821240943e-08, + "G": 2.9033119517407613e-06, + "F": 0.00013534387107938528, + "E": 9.475767228650511e-07, + "T": 4.474606248550117e-05, + "P": 0.024399030953645706, + "-": 0.9753792881965637 + }, + "id": "tp_22768" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2846013, + "label": "-", + "classification": { + "B": 0.00013069319538772106, + "S": 5.1093338697683066e-05, + "I": 0.000230489851674065, + "C": 1.2702404092124198e-05, + "R": 7.4859258347714785e-06, + "M": 0.0007406838121823967, + "O": 0.0007622521952725947, + "W": 2.8212170946062542e-05, + "N": 1.3856004443368874e-05, + "Y": 0.0007204982684925199, + "U": 1.0211979315499775e-06, + "K": 5.983233677397948e-07, + "L": 0.00012317868822719902, + "G": 0.0006601507193408906, + "F": 0.003787475870922208, + "E": 0.00034653625334613025, + "T": 0.0007136352360248566, + "P": 0.07228311151266098, + "-": 0.9193864464759827 + }, + "id": "tp_22769" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2846146, + "label": "-", + "classification": { + "B": 8.519995753886178e-05, + "S": 2.4760101950960234e-05, + "I": 0.000382080499548465, + "C": 0.0010346259223297238, + "R": 0.00047051956062205136, + "M": 0.004034934099763632, + "O": 0.0014675571583211422, + "W": 3.4861575841205195e-05, + "N": 2.18837485590484e-05, + "Y": 0.011450419202446938, + "U": 1.2932176105096005e-05, + "K": 2.7770424821937922e-06, + "L": 0.001141717890277505, + "G": 0.0074859121814370155, + "F": 0.0060412161983549595, + "E": 0.0002373699826421216, + "T": 0.008811365813016891, + "P": 0.01850544475018978, + "-": 0.9387543797492981 + }, + "id": "tp_22770" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2846280, + "label": "-", + "classification": { + "B": 1.4645621604358894e-06, + "S": 2.879531166399829e-06, + "I": 0.00017275416757911444, + "C": 0.00011908329179277644, + "R": 2.2526395696331747e-05, + "M": 0.001326201600022614, + "O": 0.00014615595864597708, + "W": 2.3727345705992775e-06, + "N": 6.067171398171922e-06, + "Y": 0.011071196757256985, + "U": 6.129531584520009e-07, + "K": 7.30566171114333e-07, + "L": 3.851102155749686e-05, + "G": 0.0009299833909608424, + "F": 0.0033215268049389124, + "E": 0.00025338330306112766, + "T": 0.00398050295189023, + "P": 0.01683834008872509, + "-": 0.9617658257484436 + }, + "id": "tp_22771" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2846380, + "label": "-", + "classification": { + "B": 2.820010284315666e-12, + "S": 1.1196545079972253e-10, + "I": 2.3286974570879693e-09, + "C": 1.15366979969167e-07, + "R": 1.139511063286136e-08, + "M": 2.6459846935722453e-07, + "O": 5.2113460213831786e-08, + "W": 1.022998213917603e-10, + "N": 2.4109245849723848e-11, + "Y": 3.767049201996997e-05, + "U": 1.1837072988463149e-11, + "K": 7.483990094314663e-10, + "L": 3.292054850945192e-09, + "G": 1.9364247236808296e-06, + "F": 0.0002202561154263094, + "E": 2.059400205922657e-09, + "T": 1.0011622180172708e-05, + "P": 6.185909296618775e-05, + "-": 0.999667763710022 + }, + "id": "tp_22772" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2846513, + "label": "P", + "classification": { + "B": 1.5708716549767132e-09, + "S": 8.6516752095811e-11, + "I": 1.4927009942766745e-05, + "C": 2.1847301923116902e-07, + "R": 5.246450829332616e-09, + "M": 2.591315535482863e-07, + "O": 1.7211903013958363e-08, + "W": 4.2610712180923827e-10, + "N": 7.801969559295685e-08, + "Y": 5.768992195953615e-06, + "U": 5.354202081697679e-10, + "K": 5.654552825973269e-09, + "L": 1.0819355411584297e-09, + "G": 1.7940304815056152e-06, + "F": 7.514313620049506e-05, + "E": 3.004348218382802e-05, + "T": 1.303510543948505e-06, + "P": 0.6910288333892822, + "-": 0.3088415563106537 + }, + "id": "tp_22773" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2846647, + "label": "P", + "classification": { + "B": 1.4005881894263439e-06, + "S": 2.3973843354951896e-08, + "I": 0.00013554604083765298, + "C": 8.201087666748208e-07, + "R": 3.4734743081799024e-08, + "M": 7.074058430589503e-06, + "O": 6.807575800849008e-07, + "W": 2.2122460308082736e-08, + "N": 2.825113597282325e-06, + "Y": 5.870448148925789e-06, + "U": 3.934031322927467e-09, + "K": 1.2123403614339168e-08, + "L": 8.467588941130089e-08, + "G": 1.9672907001222484e-05, + "F": 6.924784975126386e-05, + "E": 0.0004659913538489491, + "T": 4.112876922590658e-06, + "P": 0.9382225871086121, + "-": 0.06106393784284592 + }, + "id": "tp_22774" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2846780, + "label": "P", + "classification": { + "B": 7.100468546461514e-10, + "S": 2.6364274652301845e-10, + "I": 3.6950855246686842e-06, + "C": 2.030145829223784e-08, + "R": 5.012746329136064e-10, + "M": 1.0038021258651497e-07, + "O": 1.4055142827373857e-08, + "W": 3.690897587560471e-10, + "N": 6.27023695187745e-08, + "Y": 1.522969000689045e-06, + "U": 2.3672935833829456e-10, + "K": 2.6659513707727456e-08, + "L": 2.3837043450214424e-10, + "G": 3.566329951354419e-07, + "F": 0.00013283178850542754, + "E": 3.598890543798916e-05, + "T": 1.4386462225957075e-06, + "P": 0.5902138352394104, + "-": 0.4096100926399231 + }, + "id": "tp_22775" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2846880, + "label": "P", + "classification": { + "B": 3.188680466337246e-07, + "S": 1.9618967783685548e-08, + "I": 6.033479621692095e-06, + "C": 3.0998300815099356e-08, + "R": 1.1671857924611118e-09, + "M": 1.3806413790007355e-07, + "O": 4.720442348116194e-08, + "W": 1.5176940593164545e-08, + "N": 4.653101370877266e-07, + "Y": 7.054420620988822e-07, + "U": 4.00531385835734e-09, + "K": 2.0190880078985174e-08, + "L": 1.9256234384812387e-09, + "G": 2.0310454829086666e-07, + "F": 2.36147316172719e-05, + "E": 3.8627586036454886e-05, + "T": 1.4441034181800205e-06, + "P": 0.9744195938110352, + "-": 0.025508679449558258 + }, + "id": "tp_22776" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2847014, + "label": "P", + "classification": { + "B": 6.395220708554916e-08, + "S": 1.947880745589714e-09, + "I": 1.9268736650701612e-05, + "C": 8.183501449821051e-07, + "R": 1.155813222908364e-08, + "M": 3.6685496525024064e-06, + "O": 1.7272367358600604e-07, + "W": 2.4969812884023668e-09, + "N": 2.0845382664447243e-07, + "Y": 1.3085900718579069e-05, + "U": 1.736109700445354e-09, + "K": 6.1268274897940955e-09, + "L": 1.6064241492586007e-08, + "G": 1.5180446098383982e-05, + "F": 0.0002379605284659192, + "E": 7.903768710093573e-05, + "T": 1.3099760508339386e-05, + "P": 0.5765687823295593, + "-": 0.42304861545562744 + }, + "id": "tp_22777" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2847147, + "label": "-", + "classification": { + "B": 3.5789973935607122e-06, + "S": 8.276345653257522e-08, + "I": 0.0008624681504443288, + "C": 7.0635692281939555e-06, + "R": 4.79117147733632e-07, + "M": 0.00015537852596025914, + "O": 7.0694727583031636e-06, + "W": 1.613912132825135e-07, + "N": 5.9508397498575505e-06, + "Y": 0.0003305278078187257, + "U": 5.4452009123906464e-08, + "K": 3.726821162786109e-08, + "L": 1.4039501365914475e-06, + "G": 0.00014888127043377608, + "F": 9.538747690385208e-05, + "E": 0.0013672985369339585, + "T": 0.00014054827624931931, + "P": 0.4122464954853058, + "-": 0.5846271514892578 + }, + "id": "tp_22778" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2847281, + "label": "P", + "classification": { + "B": 4.368296140455641e-05, + "S": 2.2990847355686128e-05, + "I": 0.0009496381971985102, + "C": 6.346989539451897e-05, + "R": 8.602226444054395e-06, + "M": 0.0004181007097940892, + "O": 7.204403664218262e-05, + "W": 1.9562479792512022e-05, + "N": 0.00011919232929358259, + "Y": 0.0011399283539503813, + "U": 5.052460892329691e-06, + "K": 7.209654722828418e-05, + "L": 9.016912372317165e-06, + "G": 0.0007269483176060021, + "F": 0.010223198682069778, + "E": 0.004307157825678587, + "T": 0.0008691839757375419, + "P": 0.6320533752441406, + "-": 0.34887680411338806 + }, + "id": "tp_22779" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2847381, + "label": "P", + "classification": { + "B": 1.231976654025857e-07, + "S": 9.47568494780171e-08, + "I": 0.0015599458711221814, + "C": 1.1123297554149758e-05, + "R": 1.7685774764686357e-06, + "M": 1.3505285096471198e-05, + "O": 1.6241796174654155e-06, + "W": 1.1254843457209063e-07, + "N": 2.9720993552473374e-05, + "Y": 0.00010042810754384845, + "U": 1.166853706990878e-07, + "K": 5.914779421800631e-07, + "L": 2.0402680434017384e-07, + "G": 4.1774092096602544e-05, + "F": 0.0003381416026968509, + "E": 0.00032305059721693397, + "T": 5.896666334592737e-05, + "P": 0.8768840432167053, + "-": 0.120634526014328 + }, + "id": "tp_22780" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2847514, + "label": "-", + "classification": { + "B": 8.834831477511074e-11, + "S": 1.4947339199711251e-10, + "I": 2.184947561545414e-06, + "C": 9.397238187602852e-08, + "R": 5.07207742472815e-09, + "M": 7.427846782093184e-08, + "O": 3.7424147336651004e-08, + "W": 3.451532948339775e-10, + "N": 3.401423143145621e-08, + "Y": 1.392397371091647e-05, + "U": 2.967625312155775e-10, + "K": 4.3182033948596654e-08, + "L": 5.062738006600398e-10, + "G": 2.275505266879918e-06, + "F": 0.0009242113446816802, + "E": 4.645431545213796e-06, + "T": 2.5206531972798984e-06, + "P": 0.14816425740718842, + "-": 0.8508856892585754 + }, + "id": "tp_22781" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2847648, + "label": "P", + "classification": { + "B": 1.8706467699303175e-06, + "S": 2.2252338283124118e-07, + "I": 0.0004873735015280545, + "C": 6.082914478611201e-05, + "R": 2.2041963347874116e-06, + "M": 9.228727321897168e-06, + "O": 3.7331976727728033e-06, + "W": 8.202608228202735e-07, + "N": 2.4389888494624756e-05, + "Y": 0.0002846534189302474, + "U": 2.0317222606536234e-06, + "K": 3.7400091969175264e-05, + "L": 4.6021634148019075e-07, + "G": 0.00010743163147708401, + "F": 0.002325216541066766, + "E": 0.002268303884193301, + "T": 5.378386777010746e-05, + "P": 0.5072258710861206, + "-": 0.48710426688194275 + }, + "id": "tp_22782" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2847781, + "label": "P", + "classification": { + "B": 9.173138096230105e-05, + "S": 2.4446902898489498e-05, + "I": 0.00502548273652792, + "C": 0.0005898281233385205, + "R": 3.980191468144767e-05, + "M": 0.00021951952658127993, + "O": 8.545813034288585e-05, + "W": 1.5353480193880387e-05, + "N": 0.0006246281554922462, + "Y": 0.0006080497987568378, + "U": 1.8039034330286086e-05, + "K": 4.46777485194616e-05, + "L": 2.6441925001563504e-05, + "G": 0.0011958370450884104, + "F": 0.003965281415730715, + "E": 0.007700369693338871, + "T": 0.0006660899380221963, + "P": 0.7657335996627808, + "-": 0.21332530677318573 + }, + "id": "tp_22783" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2847881, + "label": "P", + "classification": { + "B": 3.180630869792367e-07, + "S": 2.781687555852841e-07, + "I": 0.0003367696772329509, + "C": 1.3848441540176282e-06, + "R": 8.155770103712712e-08, + "M": 5.405564479588065e-06, + "O": 1.3288787386045442e-06, + "W": 8.172369092562803e-08, + "N": 3.610484782257117e-05, + "Y": 4.331569289206527e-05, + "U": 4.6773227069252243e-08, + "K": 5.9193421293457504e-06, + "L": 3.810244919577599e-08, + "G": 1.7094665963668376e-05, + "F": 0.00146109564229846, + "E": 0.003111046738922596, + "T": 2.8619877411983907e-05, + "P": 0.8330056667327881, + "-": 0.16194525361061096 + }, + "id": "tp_22784" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2848015, + "label": "P", + "classification": { + "B": 6.433277303585783e-05, + "S": 4.9813457735581324e-05, + "I": 0.0010829055681824684, + "C": 6.964312433410669e-06, + "R": 1.8247176285512978e-06, + "M": 0.0003030908992514014, + "O": 7.26127254893072e-05, + "W": 1.1053944035666063e-05, + "N": 0.00011215984704904258, + "Y": 0.00021484974422492087, + "U": 4.5904840817456716e-07, + "K": 5.1841657295881305e-06, + "L": 7.455487320839893e-06, + "G": 0.00016886538651306182, + "F": 0.005035740789026022, + "E": 0.0037030263338238, + "T": 0.00012737466022372246, + "P": 0.8271734714508057, + "-": 0.16185875236988068 + }, + "id": "tp_22785" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2848148, + "label": "P", + "classification": { + "B": 0.00015657636686228216, + "S": 6.161778583191335e-05, + "I": 0.004939361475408077, + "C": 0.0003511543618515134, + "R": 6.89435182721354e-05, + "M": 0.0007770487572997808, + "O": 0.00027646980015560985, + "W": 4.258324406691827e-05, + "N": 0.0005167197668924928, + "Y": 0.0032771090045571327, + "U": 3.376324457349256e-05, + "K": 3.392112921574153e-05, + "L": 9.616051829652861e-05, + "G": 0.0012478268472477794, + "F": 0.005246765445917845, + "E": 0.005634314846247435, + "T": 0.002211651997640729, + "P": 0.6300734877586365, + "-": 0.34495458006858826 + }, + "id": "tp_22786" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2848282, + "label": "-", + "classification": { + "B": 1.945981921380735e-06, + "S": 4.607265964295948e-06, + "I": 0.0023219820577651262, + "C": 0.0001025511373882182, + "R": 2.3073358534020372e-05, + "M": 0.00012167487147962674, + "O": 5.240122845862061e-05, + "W": 9.221226719091646e-06, + "N": 0.00020707721705548465, + "Y": 0.002425919286906719, + "U": 5.888816758670146e-06, + "K": 0.00014162305160425603, + "L": 4.275181254342897e-06, + "G": 0.0003035993140656501, + "F": 0.005155943334102631, + "E": 0.002515822649002075, + "T": 0.0007731526857241988, + "P": 0.35226503014564514, + "-": 0.6335641741752625 + }, + "id": "tp_22787" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2848382, + "label": "-", + "classification": { + "B": 8.071939191722777e-06, + "S": 2.40154804487247e-06, + "I": 8.912895282264799e-05, + "C": 1.5451731087523513e-05, + "R": 2.7549117476155516e-06, + "M": 9.367655729874969e-05, + "O": 4.3372456275392324e-05, + "W": 2.0672334812843474e-06, + "N": 5.673363830283051e-06, + "Y": 0.0003345920704305172, + "U": 3.9247700556188647e-07, + "K": 5.484093890117947e-07, + "L": 6.268574452406028e-06, + "G": 0.0002225523639936, + "F": 0.003484367160126567, + "E": 0.0001462688815081492, + "T": 0.0003606257669162005, + "P": 0.21313998103141785, + "-": 0.7820419073104858 + }, + "id": "tp_22788" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2848515, + "label": "P", + "classification": { + "B": 6.803960417300914e-08, + "S": 3.200712583861787e-08, + "I": 2.3742903067613952e-05, + "C": 7.803680546203395e-08, + "R": 1.777365099542294e-08, + "M": 1.2494941756813205e-06, + "O": 7.209647492345539e-07, + "W": 2.087842432274556e-08, + "N": 5.482091296471481e-07, + "Y": 2.7957692054769723e-06, + "U": 2.2603858784719932e-09, + "K": 3.593142006153016e-09, + "L": 3.295034645134365e-08, + "G": 3.04034642795159e-06, + "F": 0.00011821978841908276, + "E": 3.9526585169369355e-06, + "T": 1.661844362388365e-05, + "P": 0.7002875208854675, + "-": 0.2995413839817047 + }, + "id": "tp_22789" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2848649, + "label": "-", + "classification": { + "B": 5.312671191859408e-07, + "S": 4.539651001778111e-07, + "I": 4.475608511711471e-05, + "C": 2.8005038075207267e-06, + "R": 3.392164558135846e-07, + "M": 2.2751839424017817e-05, + "O": 7.5270563684171066e-06, + "W": 2.2970139923472743e-07, + "N": 1.929163090608199e-06, + "Y": 0.0002250628749607131, + "U": 2.9263194534223658e-08, + "K": 7.402657047350658e-07, + "L": 7.912528872111579e-07, + "G": 0.0001948787976289168, + "F": 0.017834268510341644, + "E": 0.00027234453591518104, + "T": 0.00010085044777952135, + "P": 0.17467908561229706, + "-": 0.8066105842590332 + }, + "id": "tp_22790" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2848782, + "label": "-", + "classification": { + "B": 0.00032297527650371194, + "S": 4.103923129150644e-05, + "I": 0.00026415562024340034, + "C": 1.828230597311631e-05, + "R": 4.417652689880924e-06, + "M": 0.0004009538097307086, + "O": 0.00015030965732876211, + "W": 1.7538364772917703e-05, + "N": 2.761606992862653e-05, + "Y": 0.0008295194711536169, + "U": 8.796814654488117e-07, + "K": 7.889510015957057e-06, + "L": 2.3014115868136287e-05, + "G": 0.0007758074207231402, + "F": 0.020293276757001877, + "E": 0.002147525083273649, + "T": 0.00041492609307169914, + "P": 0.2936168909072876, + "-": 0.6806429624557495 + }, + "id": "tp_22791" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2848882, + "label": "P", + "classification": { + "B": 0.0021820864640176296, + "S": 0.006044971290975809, + "I": 0.007790503557771444, + "C": 0.0015565301291644573, + "R": 0.0007422349299304187, + "M": 0.004242470022290945, + "O": 0.00328247481957078, + "W": 0.0011165726464241743, + "N": 0.0031482335180044174, + "Y": 0.003935565706342459, + "U": 0.00010117659257957712, + "K": 0.000811659439932555, + "L": 0.0015911872033029795, + "G": 0.016867635771632195, + "F": 0.1702452003955841, + "E": 0.022941093891859055, + "T": 0.007830007001757622, + "P": 0.42135757207870483, + "-": 0.32421281933784485 + }, + "id": "tp_22792" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2849016, + "label": "-", + "classification": { + "B": 1.0363179399064393e-06, + "S": 4.088634568688576e-07, + "I": 0.0007326066843234003, + "C": 2.9081680622766726e-05, + "R": 7.826079126971308e-06, + "M": 3.2402640499640256e-05, + "O": 1.4158325029711705e-05, + "W": 1.1967860018557985e-06, + "N": 2.16829139390029e-05, + "Y": 0.0004795945424120873, + "U": 1.4858392205496784e-06, + "K": 1.5942385971356998e-06, + "L": 2.4277471766254166e-06, + "G": 0.00014720916806254536, + "F": 0.0006825946620665491, + "E": 0.00028921308694407344, + "T": 0.00043588923290371895, + "P": 0.41287609934806824, + "-": 0.5842435359954834 + }, + "id": "tp_22793" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2849149, + "label": "P", + "classification": { + "B": 9.593007916919305e-07, + "S": 3.119134248663613e-07, + "I": 0.0043626814149320126, + "C": 3.313004344818182e-05, + "R": 2.9088434985169442e-06, + "M": 3.586320599424653e-05, + "O": 4.108394932700321e-06, + "W": 3.3315168934677786e-07, + "N": 9.668467828305438e-05, + "Y": 0.00013731066428590566, + "U": 3.4635621659617755e-07, + "K": 4.1282547158516536e-07, + "L": 7.299165076801728e-07, + "G": 7.754073158139363e-05, + "F": 0.00012079167208867148, + "E": 0.0005983480368740857, + "T": 0.00015421608986798674, + "P": 0.9186297655105591, + "-": 0.07574356347322464 + }, + "id": "tp_22794" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2849283, + "label": "-", + "classification": { + "B": 0.00014670260134153068, + "S": 0.00018274731701239944, + "I": 0.001576580572873354, + "C": 0.0022026882506906986, + "R": 0.0004047642578370869, + "M": 0.004451967775821686, + "O": 0.0013291480718180537, + "W": 0.00013388937804847956, + "N": 0.0002301041822647676, + "Y": 0.009893921203911304, + "U": 3.514123091008514e-05, + "K": 0.00026004103710874915, + "L": 0.0006878032581880689, + "G": 0.014532290399074554, + "F": 0.13430768251419067, + "E": 0.006421791855245829, + "T": 0.005361285991966724, + "P": 0.08893463015556335, + "-": 0.7289068698883057 + }, + "id": "tp_22795" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2849383, + "label": "P", + "classification": { + "B": 5.796302139060572e-05, + "S": 1.9603057808126323e-05, + "I": 0.0010812330292537808, + "C": 9.288055298384279e-05, + "R": 1.5371742847491987e-05, + "M": 0.0001871877902885899, + "O": 5.3777035645907745e-05, + "W": 8.186043487512507e-06, + "N": 0.0001241926511283964, + "Y": 0.0016601427923887968, + "U": 3.860251126752701e-06, + "K": 3.7436129787238315e-05, + "L": 1.7251168173970655e-05, + "G": 0.0027153228875249624, + "F": 0.03329643979668617, + "E": 0.007153742481023073, + "T": 0.0008531375206075609, + "P": 0.6099237203598022, + "-": 0.34269851446151733 + }, + "id": "tp_22796" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2849516, + "label": "-", + "classification": { + "B": 0.000714600901119411, + "S": 0.0004433802969288081, + "I": 0.009377015754580498, + "C": 0.0014350390993058681, + "R": 0.0008844207040965557, + "M": 0.013996175490319729, + "O": 0.002882713219150901, + "W": 0.0002480214461684227, + "N": 0.0007473634905181825, + "Y": 0.025342542678117752, + "U": 0.00014225102495402098, + "K": 8.49690186441876e-05, + "L": 0.0016131293959915638, + "G": 0.014275072142481804, + "F": 0.013466144911944866, + "E": 0.004967987537384033, + "T": 0.0374324657022953, + "P": 0.14544528722763062, + "-": 0.72650146484375 + }, + "id": "tp_22797" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2849650, + "label": "-", + "classification": { + "B": 4.357617945061065e-05, + "S": 0.0006046703783795238, + "I": 0.0256369486451149, + "C": 0.0026108049787580967, + "R": 0.0008094481891021132, + "M": 0.002033793367445469, + "O": 0.0015385205624625087, + "W": 0.0005924616707488894, + "N": 0.007170944474637508, + "Y": 0.03576755151152611, + "U": 0.0001449652627343312, + "K": 0.014121871441602707, + "L": 0.00015064963372424245, + "G": 0.0070245880633592606, + "F": 0.07148627936840057, + "E": 0.027477964758872986, + "T": 0.016338011249899864, + "P": 0.28468525409698486, + "-": 0.5017616748809814 + }, + "id": "tp_22798" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2849783, + "label": "-", + "classification": { + "B": 5.55233327759197e-07, + "S": 3.13714309641e-07, + "I": 0.00018380921392235905, + "C": 9.120065806200728e-05, + "R": 1.676983265497256e-05, + "M": 4.642874773708172e-05, + "O": 1.5346728105214424e-05, + "W": 1.1218385225220118e-06, + "N": 6.8720346462214366e-06, + "Y": 0.001582343247719109, + "U": 8.247744176514971e-07, + "K": 1.0607015610730741e-05, + "L": 2.8875413136120187e-06, + "G": 0.0004400525358505547, + "F": 0.011151229962706566, + "E": 0.00034628529101610184, + "T": 0.00026185641763731837, + "P": 0.12490351498126984, + "-": 0.8609380125999451 + }, + "id": "tp_22799" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2849883, + "label": "P", + "classification": { + "B": 1.1694476498291806e-08, + "S": 1.6653465273464008e-09, + "I": 3.727678176801419e-06, + "C": 1.3724672953685513e-07, + "R": 2.2169908131530747e-09, + "M": 1.182188711368326e-07, + "O": 5.624874788168199e-08, + "W": 8.02247379638743e-10, + "N": 7.093670717495115e-08, + "Y": 1.3854581766281626e-06, + "U": 3.388568314832696e-10, + "K": 4.4316647573872103e-10, + "L": 5.687183168845422e-09, + "G": 2.1814576030010357e-06, + "F": 0.0001287945342482999, + "E": 9.747660442371853e-06, + "T": 1.251076014341379e-06, + "P": 0.7519881129264832, + "-": 0.24786445498466492 + }, + "id": "tp_22800" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2850017, + "label": "-", + "classification": { + "B": 5.9920184867223725e-05, + "S": 6.16712131886743e-05, + "I": 0.0012145810760557652, + "C": 0.0003748864110093564, + "R": 8.086552406894043e-05, + "M": 0.0014577502151951194, + "O": 0.0004117050557397306, + "W": 3.083944466197863e-05, + "N": 0.00012470694491639733, + "Y": 0.0029424945823848248, + "U": 1.2752307156915776e-05, + "K": 3.886036211042665e-05, + "L": 0.000101963356428314, + "G": 0.0027002287097275257, + "F": 0.020961886271834373, + "E": 0.0017685875063762069, + "T": 0.003138535190373659, + "P": 0.20960256457328796, + "-": 0.7549151182174683 + }, + "id": "tp_22801" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2850150, + "label": "-", + "classification": { + "B": 1.5266065020114183e-05, + "S": 3.257884964114055e-05, + "I": 0.0007796281133778393, + "C": 0.00025789436767809093, + "R": 3.35068216372747e-05, + "M": 0.00045271843555383384, + "O": 0.0002537985274102539, + "W": 3.6822300899075344e-05, + "N": 0.00012810407497454435, + "Y": 0.0019118369091302156, + "U": 1.4249446394387633e-05, + "K": 7.99584886408411e-05, + "L": 2.753794615273364e-05, + "G": 0.0006204147357493639, + "F": 0.0076146856881678104, + "E": 0.0006837376859039068, + "T": 0.0019497526809573174, + "P": 0.16610494256019592, + "-": 0.819002628326416 + }, + "id": "tp_22802" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2850250, + "label": "-", + "classification": { + "B": 1.84578595963103e-07, + "S": 6.514371762023075e-07, + "I": 7.029797416180372e-05, + "C": 7.967927558638621e-06, + "R": 7.268096737789165e-07, + "M": 2.3138498363550752e-05, + "O": 6.5278700276394375e-06, + "W": 5.928948780820065e-07, + "N": 7.132745395210804e-06, + "Y": 0.00022036218433640897, + "U": 7.539350832530545e-08, + "K": 1.4287062185758259e-05, + "L": 4.5198802922641335e-07, + "G": 0.00019999347568955272, + "F": 0.03426484018564224, + "E": 0.0007287916960194707, + "T": 0.00010067175753647462, + "P": 0.24026861786842346, + "-": 0.7240846753120422 + }, + "id": "tp_22803" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2850384, + "label": "P", + "classification": { + "B": 7.944363460410386e-07, + "S": 5.234227046457818e-06, + "I": 0.0013960156356915832, + "C": 1.9538605556590483e-05, + "R": 2.326378535144613e-06, + "M": 4.4397005694918334e-05, + "O": 1.5020164937595837e-05, + "W": 1.4658817235613242e-06, + "N": 8.0243764386978e-05, + "Y": 0.0006488535436801612, + "U": 6.140052732916956e-07, + "K": 2.7360849799151765e-06, + "L": 1.0504336387384683e-06, + "G": 3.5919449146604165e-05, + "F": 0.0012494871625676751, + "E": 0.0002952100185211748, + "T": 0.0005565760075114667, + "P": 0.7174199819564819, + "-": 0.2782246172428131 + }, + "id": "tp_22804" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2850517, + "label": "P", + "classification": { + "B": 3.843868853437016e-06, + "S": 1.6821824146973086e-06, + "I": 0.0007658281829208136, + "C": 3.320722680655308e-05, + "R": 4.142561010667123e-06, + "M": 2.9406566682155244e-05, + "O": 2.585037327662576e-05, + "W": 1.803111331355467e-06, + "N": 5.156088445801288e-05, + "Y": 0.0002774772874545306, + "U": 2.0267320905986708e-06, + "K": 2.8844046937592793e-06, + "L": 2.713816229515942e-06, + "G": 0.00012358094681985676, + "F": 0.0010223465505987406, + "E": 0.0005189492949284613, + "T": 0.00025960931088775396, + "P": 0.6661773920059204, + "-": 0.3306956887245178 + }, + "id": "tp_22805" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2850651, + "label": "P", + "classification": { + "B": 2.0319529880907794e-07, + "S": 8.628555292489182e-08, + "I": 6.942545587662607e-05, + "C": 9.466100436839042e-08, + "R": 6.2711871251508455e-09, + "M": 9.047768116943189e-07, + "O": 5.331157240107132e-07, + "W": 1.9022147412783852e-08, + "N": 4.77532239528955e-06, + "Y": 5.0957683015440125e-06, + "U": 3.5670384423980295e-09, + "K": 6.757404946711176e-08, + "L": 1.1624544882238297e-08, + "G": 2.4518110421922756e-06, + "F": 9.726084681460634e-05, + "E": 0.00015812051424290985, + "T": 6.7144615059078205e-06, + "P": 0.8760087490081787, + "-": 0.12364540994167328 + }, + "id": "tp_22806" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2850751, + "label": "-", + "classification": { + "B": 2.0526751853822134e-08, + "S": 3.859104702463867e-10, + "I": 0.00011694732529576868, + "C": 3.3511735182401026e-06, + "R": 1.6065212093963055e-07, + "M": 6.4241521613439545e-06, + "O": 2.8444227950785717e-07, + "W": 2.2785999753693886e-09, + "N": 2.288663978333716e-07, + "Y": 0.00013652618508785963, + "U": 7.270688051619345e-09, + "K": 3.1868572225590697e-09, + "L": 6.681232633809486e-08, + "G": 3.79262346541509e-05, + "F": 5.841984602739103e-05, + "E": 3.856929106405005e-05, + "T": 3.607073085731827e-05, + "P": 0.20845511555671692, + "-": 0.7911098599433899 + }, + "id": "tp_22807" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2850884, + "label": "P", + "classification": { + "B": 4.878291903764875e-08, + "S": 1.243299010411647e-07, + "I": 0.0009170088451355696, + "C": 5.906535079702735e-06, + "R": 5.15844533310883e-07, + "M": 2.043238282567472e-06, + "O": 6.917589985278028e-07, + "W": 7.181335348604989e-08, + "N": 3.903008109773509e-05, + "Y": 2.4395021682721563e-05, + "U": 5.891463672469399e-08, + "K": 7.813832212377747e-07, + "L": 4.6521826391199284e-08, + "G": 1.1813537639682181e-05, + "F": 0.0002971570647787303, + "E": 0.00031567865516990423, + "T": 9.22727122087963e-06, + "P": 0.9565157890319824, + "-": 0.041859570890665054 + }, + "id": "tp_22808" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2851018, + "label": "P", + "classification": { + "B": 2.5659538938072046e-09, + "S": 3.742750553925589e-10, + "I": 2.79681717074709e-06, + "C": 5.4289759354730904e-09, + "R": 2.4155660804936474e-10, + "M": 4.667012731829345e-08, + "O": 1.8030693382797836e-08, + "W": 2.1909736525049794e-10, + "N": 2.097325513261694e-08, + "Y": 1.1966960755671607e-07, + "U": 2.925097664085996e-11, + "K": 5.984215900589618e-11, + "L": 7.468904383856056e-10, + "G": 3.8640141042378673e-07, + "F": 4.681275459006429e-05, + "E": 1.162761122941447e-06, + "T": 3.37055155341659e-07, + "P": 0.8733206391334534, + "-": 0.12662772834300995 + }, + "id": "tp_22809" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2851151, + "label": "P", + "classification": { + "B": 4.522463736833515e-09, + "S": 1.2113733127705473e-08, + "I": 1.3369449334277306e-05, + "C": 1.5676572928668975e-08, + "R": 1.7794022921790997e-09, + "M": 4.153724546540616e-07, + "O": 1.1860262816298928e-07, + "W": 6.136599672856846e-09, + "N": 4.846022534366057e-07, + "Y": 3.5242806006863248e-06, + "U": 6.361303706015065e-10, + "K": 7.261782286605012e-08, + "L": 2.068679449962474e-09, + "G": 8.417909498348308e-07, + "F": 0.0004863062349613756, + "E": 3.0498262276523747e-05, + "T": 2.3638976927031763e-06, + "P": 0.831865668296814, + "-": 0.16759631037712097 + }, + "id": "tp_22810" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2851251, + "label": "P", + "classification": { + "B": 2.0631392771974788e-07, + "S": 1.71247780400563e-08, + "I": 0.0001553400361444801, + "C": 3.420056202685373e-07, + "R": 2.9757451613932062e-08, + "M": 1.8176475578002282e-06, + "O": 2.705874351249804e-07, + "W": 7.540887025925258e-09, + "N": 2.673499466254725e-06, + "Y": 4.747551429318264e-06, + "U": 5.417260418028036e-09, + "K": 9.710691806219529e-09, + "L": 3.529877545815907e-08, + "G": 7.218545306386659e-06, + "F": 6.379783008014783e-05, + "E": 6.668182322755456e-05, + "T": 8.575285391998477e-06, + "P": 0.9445845484733582, + "-": 0.05510377511382103 + }, + "id": "tp_22811" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2851385, + "label": "P", + "classification": { + "B": 2.6534726202953607e-06, + "S": 2.363416797379614e-06, + "I": 0.003420143621042371, + "C": 4.0773433283902705e-05, + "R": 3.1937136100168573e-06, + "M": 4.319938307162374e-05, + "O": 1.5121216165425722e-05, + "W": 2.182853677368257e-06, + "N": 0.00044298922875896096, + "Y": 0.00022479606559500098, + "U": 1.450158265470236e-06, + "K": 4.889164483756758e-05, + "L": 8.251633403233427e-07, + "G": 0.00017837047926150262, + "F": 0.0011871146271005273, + "E": 0.006054593250155449, + "T": 0.00010780886077554896, + "P": 0.8985924124717712, + "-": 0.0896311029791832 + }, + "id": "tp_22812" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2851518, + "label": "-", + "classification": { + "B": 6.433007456507767e-06, + "S": 2.8424010451999493e-05, + "I": 0.0001572848268551752, + "C": 1.5726072888355702e-05, + "R": 2.4622036107757594e-06, + "M": 0.0005837312201038003, + "O": 0.00012655438331421465, + "W": 8.794941095402464e-06, + "N": 1.7319827747996897e-05, + "Y": 0.0012745022540912032, + "U": 7.652236604371865e-07, + "K": 3.363952782819979e-05, + "L": 9.419088200957049e-06, + "G": 0.0005112625076435506, + "F": 0.016231991350650787, + "E": 0.000852332217618823, + "T": 0.000947230844758451, + "P": 0.06819042563438416, + "-": 0.9110017418861389 + }, + "id": "tp_22813" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2851652, + "label": "-", + "classification": { + "B": 5.511908440780644e-08, + "S": 1.1144400957618927e-07, + "I": 0.00010007346281781793, + "C": 1.5940121329549584e-06, + "R": 1.4987293184276496e-07, + "M": 5.6540775403846055e-06, + "O": 1.3083157455184846e-06, + "W": 7.130790180553959e-08, + "N": 3.991186076746089e-06, + "Y": 0.0002547798794694245, + "U": 1.9131190853727276e-08, + "K": 2.7407511424826225e-06, + "L": 4.372604678337666e-08, + "G": 6.200774078024551e-05, + "F": 0.00468932930380106, + "E": 0.0003116974257864058, + "T": 5.131775833433494e-05, + "P": 0.49245485663414, + "-": 0.5020601749420166 + }, + "id": "tp_22814" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2851752, + "label": "-", + "classification": { + "B": 3.54702933691442e-06, + "S": 2.915281356763444e-06, + "I": 0.00024758666404522955, + "C": 0.0001827178057283163, + "R": 2.0687755750259385e-05, + "M": 0.0001527092681499198, + "O": 5.621369928121567e-05, + "W": 3.6780456866836175e-06, + "N": 1.8032242223853245e-05, + "Y": 0.0013079011114314198, + "U": 1.3391155562203494e-06, + "K": 6.27488479949534e-05, + "L": 1.0697136531234719e-05, + "G": 0.0017255168640986085, + "F": 0.05668234825134277, + "E": 0.0011292319977656007, + "T": 0.00037402287125587463, + "P": 0.0807550922036171, + "-": 0.8572629690170288 + }, + "id": "tp_22815" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2851885, + "label": "-", + "classification": { + "B": 1.126092215031349e-07, + "S": 2.6687882836995414e-07, + "I": 0.00012593889550771564, + "C": 1.1821520274679642e-05, + "R": 5.513412588697975e-07, + "M": 1.5368710592156276e-05, + "O": 4.573119440465234e-06, + "W": 5.862133889422694e-07, + "N": 1.3426180885289796e-05, + "Y": 0.0003365497977938503, + "U": 3.016983782799798e-07, + "K": 0.0001529670407762751, + "L": 1.4197041764418827e-07, + "G": 0.00011077032831963152, + "F": 0.008731498382985592, + "E": 0.0024407817982137203, + "T": 8.275698201032355e-05, + "P": 0.27209940552711487, + "-": 0.7158722281455994 + }, + "id": "tp_22816" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2852019, + "label": "P", + "classification": { + "B": 2.1969843146507628e-05, + "S": 1.6056366803240962e-05, + "I": 0.03352911397814751, + "C": 0.0016748544294387102, + "R": 0.00014320004265755415, + "M": 0.00042978127021342516, + "O": 9.070736268768087e-05, + "W": 2.0280915123294108e-05, + "N": 0.0020615202374756336, + "Y": 0.002852478763088584, + "U": 2.5953344447771087e-05, + "K": 0.00022109861311037093, + "L": 1.8330914826947264e-05, + "G": 0.0011676261201500893, + "F": 0.0037201386876404285, + "E": 0.02076527662575245, + "T": 0.000741025258321315, + "P": 0.765428900718689, + "-": 0.1670716255903244 + }, + "id": "tp_22817" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2852152, + "label": "-", + "classification": { + "B": 5.590123328147456e-05, + "S": 3.704962364281528e-05, + "I": 0.006919867359101772, + "C": 0.0015381213743239641, + "R": 0.00033917505061253905, + "M": 0.0007464228547178209, + "O": 0.0003437737177591771, + "W": 0.00010692400974221528, + "N": 0.0009512680699117482, + "Y": 0.0082356883212924, + "U": 0.00013489509001374245, + "K": 0.0025396619457751513, + "L": 5.9187117585679516e-05, + "G": 0.0031672122422605753, + "F": 0.01761876791715622, + "E": 0.011525659821927547, + "T": 0.0025201034732162952, + "P": 0.3494279980659485, + "-": 0.5937323570251465 + }, + "id": "tp_22818" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2852252, + "label": "-", + "classification": { + "B": 0.00016549172869417816, + "S": 0.0002504117728676647, + "I": 0.002330665709450841, + "C": 0.0004360995371825993, + "R": 0.00012025962496409193, + "M": 0.0005690731923095882, + "O": 0.0004370392416603863, + "W": 0.0001830894616432488, + "N": 0.000625741493422538, + "Y": 0.004376957658678293, + "U": 5.4146825277712196e-05, + "K": 0.0032632288057357073, + "L": 8.881912071956322e-05, + "G": 0.004570188000798225, + "F": 0.13372789323329926, + "E": 0.028808949515223503, + "T": 0.0017086840234696865, + "P": 0.31971943378448486, + "-": 0.49856385588645935 + }, + "id": "tp_22819" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2852386, + "label": "P", + "classification": { + "B": 1.0603461305436213e-05, + "S": 2.3717229851172306e-05, + "I": 0.0014568830374628305, + "C": 2.782876072160434e-05, + "R": 1.0866349839488976e-05, + "M": 0.00018019344133790582, + "O": 9.825054439716041e-05, + "W": 2.351023067603819e-05, + "N": 0.0002468045277055353, + "Y": 0.0012844501761719584, + "U": 6.689917881885776e-06, + "K": 0.00022212091425899416, + "L": 6.400767233571969e-06, + "G": 0.00022523988445755094, + "F": 0.012062203139066696, + "E": 0.0017441088566556573, + "T": 0.0010059737833216786, + "P": 0.5195905566215515, + "-": 0.46177348494529724 + }, + "id": "tp_22820" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2852519, + "label": "-", + "classification": { + "B": 1.1975801498920191e-05, + "S": 3.8614934965153225e-06, + "I": 0.001036440022289753, + "C": 0.00015641533536836505, + "R": 1.2395043086144142e-05, + "M": 0.0011416736524552107, + "O": 9.029595094034448e-05, + "W": 6.519897851831047e-06, + "N": 6.430718349292874e-05, + "Y": 0.0023679006844758987, + "U": 7.766997441649437e-06, + "K": 1.3658976058650296e-05, + "L": 2.8326681785983965e-05, + "G": 0.001030172687023878, + "F": 0.00408129720017314, + "E": 0.0031501224730163813, + "T": 0.0026169507764279842, + "P": 0.24463322758674622, + "-": 0.7395467758178711 + }, + "id": "tp_22821" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2852653, + "label": "-", + "classification": { + "B": 1.0323271908418974e-06, + "S": 3.406663893201767e-07, + "I": 0.0004683501902036369, + "C": 3.023832687176764e-05, + "R": 3.280341161371325e-06, + "M": 4.7060810175025836e-05, + "O": 1.0701372048060875e-05, + "W": 9.351628591502958e-07, + "N": 2.6403882657177746e-05, + "Y": 0.0012269839644432068, + "U": 9.047914204529661e-07, + "K": 1.837009040173143e-05, + "L": 6.681905801997345e-07, + "G": 0.00018777060904540122, + "F": 0.0020293330308049917, + "E": 0.0007845612126402557, + "T": 0.00028734339866787195, + "P": 0.3492836356163025, + "-": 0.6455920934677124 + }, + "id": "tp_22822" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2852753, + "label": "P", + "classification": { + "B": 1.5609291494911304e-06, + "S": 4.1460262423242966e-07, + "I": 0.0012494379188865423, + "C": 9.197283361572772e-05, + "R": 3.423549514991464e-06, + "M": 8.039198291953653e-05, + "O": 6.567528544110246e-06, + "W": 7.201501830422785e-07, + "N": 7.978577195899561e-05, + "Y": 0.0013058922486379743, + "U": 5.281222570374666e-07, + "K": 7.21704782336019e-05, + "L": 9.633881745685358e-07, + "G": 0.0014861340168863535, + "F": 0.008203744888305664, + "E": 0.030371248722076416, + "T": 0.00025591193116270006, + "P": 0.6893100142478943, + "-": 0.26747915148735046 + }, + "id": "tp_22823" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2852886, + "label": "-", + "classification": { + "B": 5.225851509749191e-06, + "S": 1.121239438361954e-05, + "I": 0.0011111381463706493, + "C": 0.00047425541561096907, + "R": 5.8155739679932594e-05, + "M": 0.00027839955873787403, + "O": 0.00016038582543842494, + "W": 1.3555926670960616e-05, + "N": 0.00017671605746727437, + "Y": 0.00355920591391623, + "U": 1.4803283193032257e-05, + "K": 0.00018213741714134812, + "L": 1.3717552064917982e-05, + "G": 0.0011381320655345917, + "F": 0.010931679978966713, + "E": 0.001191810704767704, + "T": 0.0014379374915733933, + "P": 0.2196182906627655, + "-": 0.7596232295036316 + }, + "id": "tp_22824" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2853020, + "label": "-", + "classification": { + "B": 9.012468353830627e-07, + "S": 3.6459914554143324e-07, + "I": 0.00016664501163177192, + "C": 1.4353516235132702e-05, + "R": 1.0542000836721854e-06, + "M": 1.4461084901995491e-05, + "O": 5.489542218128918e-06, + "W": 3.4906713608506834e-07, + "N": 9.338104973721784e-06, + "Y": 0.0004239283734932542, + "U": 5.755500751547515e-07, + "K": 7.776783604640514e-06, + "L": 4.594973574967298e-07, + "G": 9.850150672718883e-05, + "F": 0.0013947568368166685, + "E": 0.00029623109730891883, + "T": 0.00015464602620340884, + "P": 0.3378916084766388, + "-": 0.6595185995101929 + }, + "id": "tp_22825" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2853153, + "label": "P", + "classification": { + "B": 2.950664384115953e-05, + "S": 4.236874156049453e-05, + "I": 0.0040079825557768345, + "C": 0.000239324159338139, + "R": 8.036141662159935e-05, + "M": 0.0001282687153434381, + "O": 0.00011188852658960968, + "W": 4.344071203377098e-05, + "N": 0.0008316693129017949, + "Y": 0.0007690231432206929, + "U": 2.781064722512383e-05, + "K": 0.0002503660216461867, + "L": 1.3322141057869885e-05, + "G": 0.0007564895786345005, + "F": 0.012582934461534023, + "E": 0.0034612182062119246, + "T": 0.0006071322713978589, + "P": 0.825082004070282, + "-": 0.15093490481376648 + }, + "id": "tp_22826" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2853253, + "label": "P", + "classification": { + "B": 8.488457388011739e-05, + "S": 5.0249396736035123e-05, + "I": 0.0044546532444655895, + "C": 0.0006025556358508766, + "R": 0.00011410959996283054, + "M": 0.0012405780144035816, + "O": 0.00029546505538746715, + "W": 7.170625030994415e-05, + "N": 0.0005746679380536079, + "Y": 0.00423993868753314, + "U": 5.179970685276203e-05, + "K": 0.0003625703975558281, + "L": 7.70488113630563e-05, + "G": 0.0023619383573532104, + "F": 0.01862265169620514, + "E": 0.012248754501342773, + "T": 0.0019861215259879827, + "P": 0.5086917877197266, + "-": 0.4438685178756714 + }, + "id": "tp_22827" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2853387, + "label": "P", + "classification": { + "B": 1.0038697837444488e-05, + "S": 1.748107206367422e-05, + "I": 0.0026779198087751865, + "C": 0.00010278028639731929, + "R": 1.3424195458355825e-05, + "M": 4.278692722436972e-05, + "O": 2.222082366643008e-05, + "W": 1.6052905266406015e-05, + "N": 0.0013010414550080895, + "Y": 0.00013600719103123993, + "U": 6.930451490916312e-06, + "K": 0.0005289573455229402, + "L": 2.3389638954540715e-06, + "G": 0.0004905190435238183, + "F": 0.007948671467602253, + "E": 0.031519342213869095, + "T": 0.0001329285732936114, + "P": 0.9293603301048279, + "-": 0.025670262053608894 + }, + "id": "tp_22828" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2853520, + "label": "P", + "classification": { + "B": 4.4025678107573185e-06, + "S": 9.42891801969381e-07, + "I": 0.0009697568602859974, + "C": 1.5415407688124105e-05, + "R": 3.4908714496850735e-06, + "M": 5.646976933348924e-05, + "O": 1.963692920980975e-05, + "W": 1.6437002159364056e-06, + "N": 4.4473774323705584e-05, + "Y": 0.00027529269573278725, + "U": 1.0155392828892218e-06, + "K": 3.1085814953257795e-06, + "L": 1.6954386410361622e-06, + "G": 9.495505219092593e-05, + "F": 0.0007029442931525409, + "E": 0.0008061651606112719, + "T": 0.00025736293173395097, + "P": 0.7001774311065674, + "-": 0.29656386375427246 + }, + "id": "tp_22829" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2853654, + "label": "-", + "classification": { + "B": 4.1276086903963005e-07, + "S": 9.66295772286685e-08, + "I": 0.00016227498417720199, + "C": 3.993418795289472e-05, + "R": 2.4140124423865927e-06, + "M": 5.3104577091289684e-05, + "O": 7.0257428887998685e-06, + "W": 2.4753759930717933e-07, + "N": 4.291082404961344e-06, + "Y": 0.0005309470579959452, + "U": 3.2871622579477844e-07, + "K": 1.8513359236749238e-06, + "L": 8.071028219092113e-07, + "G": 0.00018680942594073713, + "F": 0.0014536826638504863, + "E": 0.0003669015131890774, + "T": 0.000262001616647467, + "P": 0.18769268691539764, + "-": 0.809234082698822 + }, + "id": "tp_22830" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2853754, + "label": "P", + "classification": { + "B": 8.105317647277843e-06, + "S": 6.394893716787919e-06, + "I": 0.0015964998165145516, + "C": 3.578840187401511e-05, + "R": 2.4338014554814436e-06, + "M": 5.845503983437084e-05, + "O": 8.978418918559328e-06, + "W": 3.320554924357566e-06, + "N": 0.00023587708710692823, + "Y": 0.00022607795835938305, + "U": 1.6414738865933032e-06, + "K": 5.13825798407197e-05, + "L": 2.3606157810718287e-06, + "G": 0.00019486034580040723, + "F": 0.004352572839707136, + "E": 0.0100947804749012, + "T": 0.0001181003317469731, + "P": 0.9403073787689209, + "-": 0.042695023119449615 + }, + "id": "tp_22831" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2853887, + "label": "-", + "classification": { + "B": 1.116183767635448e-08, + "S": 6.372257388420621e-09, + "I": 1.4268281120166648e-05, + "C": 3.7236321759337443e-07, + "R": 1.115555914310562e-08, + "M": 9.150821824732702e-07, + "O": 1.9108095727915497e-07, + "W": 4.668343045466372e-09, + "N": 4.084733689069253e-07, + "Y": 1.4214457223715726e-05, + "U": 2.558533829244425e-09, + "K": 1.4530297676174087e-07, + "L": 5.3663269383719125e-09, + "G": 6.064990884624422e-06, + "F": 0.0008628554060123861, + "E": 8.744793012738228e-05, + "T": 6.649861461482942e-06, + "P": 0.4866449534893036, + "-": 0.512361466884613 + }, + "id": "tp_22832" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2854021, + "label": "-", + "classification": { + "B": 2.484230208210647e-06, + "S": 1.7994100289797643e-06, + "I": 0.0003450387448538095, + "C": 2.6597221221891232e-05, + "R": 4.494384938880103e-06, + "M": 0.00011119896225864068, + "O": 3.005163489433471e-05, + "W": 1.7829991065809736e-06, + "N": 2.001900975301396e-05, + "Y": 0.001081152935512364, + "U": 8.690530535204744e-07, + "K": 7.768540854158346e-06, + "L": 3.0008402518433286e-06, + "G": 0.00031761976424604654, + "F": 0.005700846668332815, + "E": 0.001351359998807311, + "T": 0.00043370932689867914, + "P": 0.27174168825149536, + "-": 0.7188184857368469 + }, + "id": "tp_22833" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2854154, + "label": "P", + "classification": { + "B": 4.988699515706685e-07, + "S": 6.547697921632789e-07, + "I": 0.0005143478629179299, + "C": 5.666455308528384e-06, + "R": 6.364235218825343e-07, + "M": 1.150772823166335e-05, + "O": 5.090579634270398e-06, + "W": 8.923375958147517e-07, + "N": 3.555772127583623e-05, + "Y": 0.0001574457564856857, + "U": 4.093109566838393e-07, + "K": 2.1700147044612095e-05, + "L": 2.3010264271761116e-07, + "G": 3.434102109167725e-05, + "F": 0.0037600055802613497, + "E": 0.0012564946664497256, + "T": 5.000250166631304e-05, + "P": 0.7048149108886719, + "-": 0.28932952880859375 + }, + "id": "tp_22834" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2854254, + "label": "-", + "classification": { + "B": 0.000608422327786684, + "S": 0.0028262294363230467, + "I": 0.025749193504452705, + "C": 0.015035146847367287, + "R": 0.004613758996129036, + "M": 0.015365463681519032, + "O": 0.007527998648583889, + "W": 0.0018569906242191792, + "N": 0.007229767739772797, + "Y": 0.019968872889876366, + "U": 0.0004481927026063204, + "K": 0.005057313945144415, + "L": 0.0026764022186398506, + "G": 0.024677427485585213, + "F": 0.10073854774236679, + "E": 0.02306411601603031, + "T": 0.023541808128356934, + "P": 0.2724260985851288, + "-": 0.44658827781677246 + }, + "id": "tp_22835" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2854388, + "label": "-", + "classification": { + "B": 1.3075331480649766e-05, + "S": 4.1169867472490296e-05, + "I": 0.00489747803658247, + "C": 0.00010950733121717349, + "R": 1.025091296469327e-05, + "M": 0.000586199457757175, + "O": 8.724018698558211e-05, + "W": 1.576088288857136e-05, + "N": 0.00052622304065153, + "Y": 0.006856896448880434, + "U": 2.6597581381793134e-06, + "K": 0.0013287997571751475, + "L": 6.488586222985759e-06, + "G": 0.0024787229485809803, + "F": 0.03125739470124245, + "E": 0.029908504337072372, + "T": 0.002155735157430172, + "P": 0.44902676343917847, + "-": 0.47069111466407776 + }, + "id": "tp_22836" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2854521, + "label": "P", + "classification": { + "B": 3.719073720276356e-05, + "S": 2.3263250113814138e-05, + "I": 0.0002958101104013622, + "C": 1.5051192576720496e-06, + "R": 4.447817048003344e-07, + "M": 4.2173141991952434e-05, + "O": 4.625549627235159e-05, + "W": 5.160781256563496e-06, + "N": 3.8446683902293444e-05, + "Y": 1.659666304476559e-05, + "U": 1.2511688396443787e-07, + "K": 1.6438032162113814e-06, + "L": 3.883254976244643e-06, + "G": 6.435980321839452e-05, + "F": 0.006021697539836168, + "E": 0.0014988068724051118, + "T": 4.5066073653288186e-05, + "P": 0.8190367817878723, + "-": 0.17282086610794067 + }, + "id": "tp_22837" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2854655, + "label": "P", + "classification": { + "B": 9.840744885636354e-10, + "S": 1.6247909684352635e-08, + "I": 2.4745955670368858e-05, + "C": 5.958979087949956e-09, + "R": 1.3454654057554194e-09, + "M": 2.54402934274367e-08, + "O": 1.7516786243731985e-08, + "W": 2.1935158134311905e-09, + "N": 1.763248405950435e-06, + "Y": 2.2931556031835498e-07, + "U": 6.899647519986729e-11, + "K": 3.4603647947051286e-08, + "L": 1.3534282028437872e-10, + "G": 1.9772876669321704e-07, + "F": 6.448031490435824e-05, + "E": 2.232142651337199e-05, + "T": 1.7055886303296575e-07, + "P": 0.9936944842338562, + "-": 0.006191488821059465 + }, + "id": "tp_22838" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2854755, + "label": "P", + "classification": { + "B": 7.546897541033104e-05, + "S": 2.149504143744707e-05, + "I": 0.009394994005560875, + "C": 0.0004728262429125607, + "R": 0.00010020083573181182, + "M": 0.0006686145788989961, + "O": 0.0001408911048201844, + "W": 4.178259405307472e-05, + "N": 0.0008973293588496745, + "Y": 0.0023196476977318525, + "U": 3.978081076638773e-05, + "K": 0.0003314196947030723, + "L": 3.961789843742736e-05, + "G": 0.0020289819221943617, + "F": 0.009460818022489548, + "E": 0.012364176101982594, + "T": 0.0012742072576656938, + "P": 0.6949148178100586, + "-": 0.26541292667388916 + }, + "id": "tp_22839" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2854888, + "label": "P", + "classification": { + "B": 8.820409675536212e-06, + "S": 1.9316858015372418e-05, + "I": 0.0007290860521607101, + "C": 9.380425581184682e-06, + "R": 3.6611518225981854e-06, + "M": 5.371087900130078e-05, + "O": 3.579830445232801e-05, + "W": 1.0672390999388881e-05, + "N": 0.00018770855967886746, + "Y": 0.0004232914943713695, + "U": 3.1420879622601205e-06, + "K": 0.00015684789104852825, + "L": 2.2317572074825875e-06, + "G": 0.00025505805388092995, + "F": 0.010018635541200638, + "E": 0.0025388021022081375, + "T": 0.00039361597737297416, + "P": 0.7814022898674011, + "-": 0.20374786853790283 + }, + "id": "tp_22840" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2855022, + "label": "P", + "classification": { + "B": 6.9590582825185265e-06, + "S": 2.5005394945765147e-06, + "I": 0.015631452202796936, + "C": 3.511457907734439e-05, + "R": 7.754156285955105e-06, + "M": 0.00017072440823540092, + "O": 2.4324410333065316e-05, + "W": 1.1185525181645062e-06, + "N": 0.0005527829634957016, + "Y": 0.0005274538998492062, + "U": 6.484053756139474e-07, + "K": 1.351221385448298e-06, + "L": 3.350999804752064e-06, + "G": 0.00017015567573253065, + "F": 0.0002636747376527637, + "E": 0.0012697225902229548, + "T": 0.0006440767901949584, + "P": 0.8861865997314453, + "-": 0.0945001095533371 + }, + "id": "tp_22841" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2855155, + "label": "-", + "classification": { + "B": 9.412110557605047e-08, + "S": 1.4331580366899743e-09, + "I": 3.328260572743602e-05, + "C": 8.577915195928654e-07, + "R": 5.5089898864935094e-08, + "M": 1.320603814747301e-06, + "O": 4.493205381095322e-07, + "W": 5.0841948429081185e-09, + "N": 1.4794257197081606e-07, + "Y": 1.0989851034537423e-05, + "U": 6.150104869817596e-09, + "K": 4.895084337874778e-10, + "L": 7.054630657421512e-08, + "G": 6.329848929453874e-06, + "F": 1.648191573622171e-05, + "E": 7.784474291838706e-06, + "T": 1.800650716177188e-05, + "P": 0.2913152873516083, + "-": 0.7085888385772705 + }, + "id": "tp_22842" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2855255, + "label": "P", + "classification": { + "B": 0.0011097141541540623, + "S": 0.002409776672720909, + "I": 0.06875327229499817, + "C": 0.0029684139881283045, + "R": 0.0011918377131223679, + "M": 0.006556783802807331, + "O": 0.0030830479227006435, + "W": 0.001504560699686408, + "N": 0.022709665820002556, + "Y": 0.019077999517321587, + "U": 0.0007559615187346935, + "K": 0.008401635102927685, + "L": 0.0005941582494415343, + "G": 0.0075234887190163136, + "F": 0.026046309620141983, + "E": 0.06449229270219803, + "T": 0.010771787725389004, + "P": 0.5785204768180847, + "-": 0.17352883517742157 + }, + "id": "tp_22843" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2855389, + "label": "-", + "classification": { + "B": 3.784230884207318e-08, + "S": 1.4726389885311164e-08, + "I": 4.3933237066084985e-06, + "C": 1.1910155990335625e-06, + "R": 2.6155319687859446e-08, + "M": 1.859189865172084e-06, + "O": 7.651603368685755e-07, + "W": 1.5994677582398253e-08, + "N": 1.9915316329388588e-07, + "Y": 2.230007703474257e-05, + "U": 5.6705813378243874e-09, + "K": 2.127926848061179e-07, + "L": 6.132006546977209e-08, + "G": 4.195208748569712e-05, + "F": 0.007512995973229408, + "E": 0.00010238206596113741, + "T": 1.1632299901975784e-05, + "P": 0.1803332418203354, + "-": 0.8119667768478394 + }, + "id": "tp_22844" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2855522, + "label": "P", + "classification": { + "B": 1.1408121558531548e-08, + "S": 2.8091449166822713e-09, + "I": 0.0003029618237633258, + "C": 9.525926998321665e-07, + "R": 3.4737318799216155e-08, + "M": 1.2642714182220516e-06, + "O": 1.0031658348452765e-07, + "W": 1.2899116441644765e-08, + "N": 8.112047908070963e-06, + "Y": 1.1331262612657156e-05, + "U": 2.1462236432512327e-08, + "K": 3.6955057112209033e-06, + "L": 2.583747660267477e-09, + "G": 3.0673038509121398e-06, + "F": 8.671537216287106e-05, + "E": 0.0008091990021057427, + "T": 9.159863111563027e-06, + "P": 0.8610056042671204, + "-": 0.137757807970047 + }, + "id": "tp_22845" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2855656, + "label": "P", + "classification": { + "B": 2.6526771890189593e-08, + "S": 5.1257554645189884e-08, + "I": 3.0330067602335475e-05, + "C": 2.3853201014389924e-07, + "R": 2.784115338272386e-08, + "M": 2.715742937198229e-07, + "O": 4.4805017296312144e-07, + "W": 4.601994518793617e-08, + "N": 1.0663759439921705e-06, + "Y": 2.3672328097745776e-06, + "U": 1.0632288827139291e-08, + "K": 8.380763460991147e-08, + "L": 1.672866112301108e-08, + "G": 1.2383715102259885e-06, + "F": 0.0005921896081417799, + "E": 1.2500408956839237e-05, + "T": 6.963810847082641e-06, + "P": 0.7888659238815308, + "-": 0.21048615872859955 + }, + "id": "tp_22846" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2855756, + "label": "P", + "classification": { + "B": 4.573877049551811e-06, + "S": 3.9358278627332766e-06, + "I": 0.037070464342832565, + "C": 6.437685806304216e-05, + "R": 7.227617061289493e-06, + "M": 0.00010656700032996014, + "O": 7.692335202591494e-06, + "W": 1.5627181255695177e-06, + "N": 0.0014393188757821918, + "Y": 0.0008436638163402677, + "U": 8.339504802279407e-07, + "K": 2.8151776859886013e-05, + "L": 1.066352069756249e-06, + "G": 0.00016087823314592242, + "F": 0.0004606962320394814, + "E": 0.010322753340005875, + "T": 0.0001643749710638076, + "P": 0.9293982982635498, + "-": 0.019913505762815475 + }, + "id": "tp_22847" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2855889, + "label": "-", + "classification": { + "B": 5.621016612167296e-07, + "S": 6.583498901591156e-08, + "I": 1.2233010238560382e-05, + "C": 1.67023176800285e-06, + "R": 5.090993226986029e-08, + "M": 1.0164189006900415e-05, + "O": 2.5346671463921666e-06, + "W": 1.112047272044947e-07, + "N": 5.040770929554128e-07, + "Y": 4.6058099542278796e-05, + "U": 4.595023384013075e-08, + "K": 2.0515214771421597e-07, + "L": 2.077987915072299e-07, + "G": 3.05974499497097e-05, + "F": 0.0015882189618423581, + "E": 6.983043567743152e-05, + "T": 3.53763643943239e-05, + "P": 0.2746134102344513, + "-": 0.723588228225708 + }, + "id": "tp_22848" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2856023, + "label": "P", + "classification": { + "B": 2.3675768012765275e-09, + "S": 1.8801291079562077e-10, + "I": 2.3269276425708085e-06, + "C": 1.1518554998701802e-08, + "R": 2.670688947770117e-10, + "M": 1.9621547053816357e-08, + "O": 9.119994537343246e-09, + "W": 1.756193940272155e-10, + "N": 4.1421166940835974e-08, + "Y": 2.2775559216370311e-07, + "U": 1.0583910137196284e-10, + "K": 1.0030783981207492e-09, + "L": 1.9280697871604247e-10, + "G": 3.1946487411005364e-07, + "F": 4.6721903345314786e-05, + "E": 7.868921784393024e-06, + "T": 3.0323701594170416e-07, + "P": 0.8830843567848206, + "-": 0.11685780435800552 + }, + "id": "tp_22849" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2856156, + "label": "P", + "classification": { + "B": 1.987974940220738e-08, + "S": 3.48897799540282e-08, + "I": 2.56620241998462e-05, + "C": 2.059474155657881e-07, + "R": 2.224359185731828e-08, + "M": 2.175566038431498e-07, + "O": 3.259632137542212e-07, + "W": 4.112158080715744e-08, + "N": 1.4583170013793278e-06, + "Y": 7.692882718401961e-06, + "U": 9.588770666368873e-09, + "K": 4.44873137439572e-07, + "L": 4.5446975072138684e-09, + "G": 3.368915940882289e-06, + "F": 0.0007428028620779514, + "E": 4.825861833523959e-05, + "T": 2.9350821932894178e-06, + "P": 0.8444038033485413, + "-": 0.1547626405954361 + }, + "id": "tp_22850" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2856256, + "label": "P", + "classification": { + "B": 5.4406382332672365e-06, + "S": 1.5908672139630653e-06, + "I": 4.290463402867317e-05, + "C": 9.700563623482594e-07, + "R": 1.276569463470878e-07, + "M": 3.52017173099739e-06, + "O": 4.20263586420333e-06, + "W": 5.219713443693763e-07, + "N": 8.666093890496995e-06, + "Y": 3.1129136459639994e-06, + "U": 5.374202061148026e-08, + "K": 1.014162833712362e-07, + "L": 2.6593488655635156e-07, + "G": 6.3621096160204615e-06, + "F": 0.0006457967683672905, + "E": 0.00018320568779017776, + "T": 1.443794826627709e-05, + "P": 0.8586900234222412, + "-": 0.14038868248462677 + }, + "id": "tp_22851" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2856390, + "label": "P", + "classification": { + "B": 6.640861471840509e-11, + "S": 8.807008941569272e-12, + "I": 6.728039636527683e-08, + "C": 2.795639067465494e-11, + "R": 5.870636008570296e-13, + "M": 2.2942862887287419e-10, + "O": 1.3547409027925283e-10, + "W": 2.248454243972131e-12, + "N": 1.0881315848365603e-09, + "Y": 5.287141835452758e-10, + "U": 1.300538046396585e-13, + "K": 5.329181106822345e-13, + "L": 1.317069283496286e-12, + "G": 1.869709054247437e-09, + "F": 1.1704220241881558e-06, + "E": 1.471587864898538e-07, + "T": 3.2232556623768005e-09, + "P": 0.9912245869636536, + "-": 0.008774085901677608 + }, + "id": "tp_22852" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2856523, + "label": "P", + "classification": { + "B": 1.838512275753601e-08, + "S": 1.6172165828720608e-08, + "I": 1.0923425179498736e-05, + "C": 9.713368775976505e-09, + "R": 1.068649391200438e-09, + "M": 1.7805432150908018e-07, + "O": 5.090140220431749e-08, + "W": 6.230883808910903e-09, + "N": 1.16615353817906e-06, + "Y": 3.230409220122965e-06, + "U": 1.5751496773575013e-09, + "K": 1.604479251682278e-07, + "L": 7.562207526845555e-10, + "G": 9.956896747098654e-07, + "F": 0.0002573537640273571, + "E": 0.00014947299496270716, + "T": 1.3501455669029383e-06, + "P": 0.9794933199882507, + "-": 0.02008172683417797 + }, + "id": "tp_22853" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2856657, + "label": "P", + "classification": { + "B": 1.2050275222108553e-09, + "S": 1.3240514240564494e-10, + "I": 6.454117738030618e-07, + "C": 4.852526713783334e-10, + "R": 1.2864949557045424e-11, + "M": 1.2483028832832588e-08, + "O": 5.3461777227425955e-09, + "W": 4.6333058917324976e-11, + "N": 5.443185013831453e-09, + "Y": 6.500740568071706e-08, + "U": 8.979640815642842e-12, + "K": 2.2363340834111872e-13, + "L": 2.1274418338101952e-10, + "G": 1.87932940320934e-08, + "F": 1.4374082013546285e-07, + "E": 1.130085607314868e-07, + "T": 1.794745230654371e-06, + "P": 0.8757467269897461, + "-": 0.12425042688846588 + }, + "id": "tp_22854" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2856757, + "label": "-", + "classification": { + "B": 1.0431225518914289e-06, + "S": 2.8870161372651637e-07, + "I": 5.198927283345256e-06, + "C": 4.3363616697433827e-08, + "R": 2.476227667358444e-09, + "M": 5.645417331834324e-06, + "O": 1.9332235297042644e-06, + "W": 4.582618728932175e-08, + "N": 3.863660253955459e-07, + "Y": 3.3521660043334123e-06, + "U": 2.0774595377304195e-09, + "K": 9.351640350985235e-09, + "L": 8.278582441789695e-08, + "G": 4.991288733435795e-06, + "F": 0.0005711489939130843, + "E": 6.689425936201587e-05, + "T": 1.3966759979666676e-05, + "P": 0.44671177864074707, + "-": 0.5526131987571716 + }, + "id": "tp_22855" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2856890, + "label": "P", + "classification": { + "B": 0.0004465316596906632, + "S": 0.0006525144563056529, + "I": 0.04122872278094292, + "C": 0.0036293785087764263, + "R": 0.0009450344368815422, + "M": 0.004012615419924259, + "O": 0.0017106439918279648, + "W": 0.0007438490865752101, + "N": 0.011956345289945602, + "Y": 0.014720323495566845, + "U": 0.0003945616481360048, + "K": 0.011000880971550941, + "L": 0.0002993245143443346, + "G": 0.011769942939281464, + "F": 0.02675226330757141, + "E": 0.06089727580547333, + "T": 0.006961070466786623, + "P": 0.569783091545105, + "-": 0.23209567368030548 + }, + "id": "tp_22856" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2857024, + "label": "P", + "classification": { + "B": 0.00033764896215870976, + "S": 0.00020179848070256412, + "I": 0.0035294429399073124, + "C": 0.0009914296679198742, + "R": 0.00012518547009676695, + "M": 0.0007733477395959198, + "O": 0.0003066276549361646, + "W": 0.00010282058792654425, + "N": 0.0009555550059303641, + "Y": 0.0011880790116265416, + "U": 7.777546852594241e-05, + "K": 0.0001735733967507258, + "L": 0.00010507336264709011, + "G": 0.0017109838081523776, + "F": 0.012226561084389687, + "E": 0.009180675260722637, + "T": 0.0016754495445638895, + "P": 0.762176513671875, + "-": 0.20416148006916046 + }, + "id": "tp_22857" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2857157, + "label": "-", + "classification": { + "B": 6.659264499830897e-07, + "S": 2.823767886184214e-07, + "I": 6.3465172388532665e-06, + "C": 4.4183252612128854e-08, + "R": 7.085363851189186e-09, + "M": 1.0682334504963364e-05, + "O": 8.60485579323722e-06, + "W": 5.313460604838838e-08, + "N": 3.0616303092756425e-07, + "Y": 8.113557669275906e-06, + "U": 4.288123189866155e-09, + "K": 6.292997234425002e-10, + "L": 6.104629051151278e-07, + "G": 8.421090569754597e-06, + "F": 0.00012867653276771307, + "E": 7.417128017550567e-06, + "T": 0.0001404189970344305, + "P": 0.2911699116230011, + "-": 0.7085095047950745 + }, + "id": "tp_22858" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2857257, + "label": "-", + "classification": { + "B": 3.537488009897061e-05, + "S": 1.239322591573e-05, + "I": 9.966887591872364e-05, + "C": 2.488857899152208e-05, + "R": 2.3910345134936506e-06, + "M": 8.119398262351751e-05, + "O": 3.072019535466097e-05, + "W": 7.847013876016717e-06, + "N": 1.598289054527413e-05, + "Y": 0.001075137872248888, + "U": 1.5603053498125519e-06, + "K": 9.211870928993449e-05, + "L": 5.2185714594088495e-06, + "G": 0.0007875429000705481, + "F": 0.03064802661538124, + "E": 0.005536487326025963, + "T": 0.0002877966035157442, + "P": 0.20155760645866394, + "-": 0.7596979737281799 + }, + "id": "tp_22859" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2857391, + "label": "P", + "classification": { + "B": 6.000803409733635e-07, + "S": 6.373728638209286e-07, + "I": 0.0003375110973138362, + "C": 5.453621838569234e-07, + "R": 1.0034739261755021e-07, + "M": 1.1739795127141406e-06, + "O": 1.2830178093281575e-06, + "W": 1.402756595325627e-07, + "N": 3.685884439619258e-05, + "Y": 4.685222847911064e-06, + "U": 7.122865497422026e-08, + "K": 3.1455772386834724e-07, + "L": 5.765269150970198e-08, + "G": 3.849470431305235e-06, + "F": 6.919818406458944e-05, + "E": 7.798620936227962e-05, + "T": 1.578410592628643e-05, + "P": 0.9758239388465881, + "-": 0.023625222966074944 + }, + "id": "tp_22860" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2857524, + "label": "P", + "classification": { + "B": 2.00187741938862e-06, + "S": 1.1943199751840439e-05, + "I": 0.002000859472900629, + "C": 7.821557665010914e-05, + "R": 1.2471089576138183e-05, + "M": 7.667700992897153e-05, + "O": 5.397041968535632e-05, + "W": 2.183954893553164e-05, + "N": 0.0005403451505117118, + "Y": 0.0008223963086493313, + "U": 6.6375914684613235e-06, + "K": 0.0019986052066087723, + "L": 2.469307219143957e-06, + "G": 0.00044484640238806605, + "F": 0.01614392362535, + "E": 0.007932269014418125, + "T": 0.0004611914337147027, + "P": 0.6783463954925537, + "-": 0.2910429835319519 + }, + "id": "tp_22861" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2857658, + "label": "-", + "classification": { + "B": 2.487331767042633e-05, + "S": 0.00012138663441874087, + "I": 0.00029691861709579825, + "C": 8.029113814700395e-05, + "R": 1.9956427422584966e-05, + "M": 0.00036993640242144465, + "O": 0.00022462397464551032, + "W": 6.329632014967501e-05, + "N": 0.00016048146062530577, + "Y": 0.009960758499801159, + "U": 1.2172541573818307e-05, + "K": 0.005417513195425272, + "L": 1.443553719582269e-05, + "G": 0.00324048544280231, + "F": 0.06341484189033508, + "E": 0.006123480387032032, + "T": 0.003376275533810258, + "P": 0.11410126835107803, + "-": 0.7929770350456238 + }, + "id": "tp_22862" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2857758, + "label": "-", + "classification": { + "B": 1.609791233647684e-08, + "S": 3.1931750577030016e-09, + "I": 7.095193836903491e-07, + "C": 2.8217264080865334e-09, + "R": 1.283370076876622e-10, + "M": 4.824642019229941e-07, + "O": 1.8899443432474072e-07, + "W": 2.361290496466495e-09, + "N": 1.6308062456005246e-08, + "Y": 1.6635658539598808e-06, + "U": 1.0894874585831715e-10, + "K": 2.3108659430448597e-10, + "L": 3.949540250403061e-09, + "G": 3.663623147076578e-07, + "F": 4.944969987263903e-05, + "E": 8.252021871157922e-06, + "T": 2.816523192450404e-06, + "P": 0.34470269083976746, + "-": 0.6552333831787109 + }, + "id": "tp_22863" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2857891, + "label": "P", + "classification": { + "B": 1.2177421614481543e-12, + "S": 1.4349357205928337e-12, + "I": 1.8809569155564532e-06, + "C": 2.585579493563639e-11, + "R": 8.31545390270888e-13, + "M": 1.4076635690418726e-10, + "O": 3.498081685426868e-11, + "W": 4.719117349498425e-13, + "N": 3.50067033139112e-08, + "Y": 6.982426303814293e-10, + "U": 3.7957305484490056e-13, + "K": 2.8852916583721466e-11, + "L": 1.6905151323937107e-13, + "G": 5.170798789144726e-10, + "F": 4.2284977297413207e-08, + "E": 4.298945270875265e-07, + "T": 6.3491043533758784e-09, + "P": 0.998612642288208, + "-": 0.0013848444214090705 + }, + "id": "tp_22864" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2858025, + "label": "P", + "classification": { + "B": 4.78197875963815e-07, + "S": 3.44023959542028e-07, + "I": 0.0008342047804035246, + "C": 1.6987072513074963e-06, + "R": 5.44578355743397e-08, + "M": 4.566106781567214e-06, + "O": 6.138999424365466e-07, + "W": 1.1581000336491343e-07, + "N": 4.227525641908869e-05, + "Y": 1.5299508959287778e-05, + "U": 5.682334602852279e-08, + "K": 6.304764497144788e-07, + "L": 7.715713223888088e-08, + "G": 1.1170495781698264e-05, + "F": 0.0001013626970234327, + "E": 0.001213335432112217, + "T": 1.4999841368990019e-05, + "P": 0.9830033779144287, + "-": 0.014755403622984886 + }, + "id": "tp_22865" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2858158, + "label": "-", + "classification": { + "B": 0.00016129366122186184, + "S": 1.6472627976327203e-05, + "I": 1.5291925592464395e-05, + "C": 4.914278406431549e-07, + "R": 2.449309874918981e-07, + "M": 5.961682109045796e-05, + "O": 8.412621536990628e-05, + "W": 4.654461008612998e-06, + "N": 9.368440601065231e-07, + "Y": 2.721661985560786e-05, + "U": 3.109639123977104e-08, + "K": 3.8703774407622404e-08, + "L": 9.541138751956169e-06, + "G": 7.962411473272368e-05, + "F": 0.0045489175245165825, + "E": 7.30823157937266e-05, + "T": 5.9024965594289824e-05, + "P": 0.19885054230690002, + "-": 0.7960088849067688 + }, + "id": "tp_22866" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2858258, + "label": "P", + "classification": { + "B": 1.7488744674665213e-07, + "S": 1.459486576038671e-08, + "I": 3.781793566304259e-05, + "C": 2.8544584438350284e-06, + "R": 9.607308726344854e-08, + "M": 1.7352291479255655e-06, + "O": 7.585347816529975e-07, + "W": 8.716908439510007e-08, + "N": 2.3177497041615425e-06, + "Y": 2.052436684607528e-05, + "U": 7.037375837626314e-08, + "K": 2.2622396045335336e-06, + "L": 2.6539623831922654e-08, + "G": 2.1698217096854933e-05, + "F": 0.001462489482946694, + "E": 0.0010160879464820027, + "T": 6.00770454184385e-06, + "P": 0.6406770944595337, + "-": 0.3567478358745575 + }, + "id": "tp_22867" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2858392, + "label": "P", + "classification": { + "B": 1.3608550730737079e-08, + "S": 7.911571842100784e-09, + "I": 1.4380644643097185e-05, + "C": 9.168823567051732e-08, + "R": 1.3457697178864692e-09, + "M": 5.926200401518145e-07, + "O": 8.133591933301432e-08, + "W": 3.954757854529589e-09, + "N": 7.458029358531348e-07, + "Y": 8.47749561216915e-06, + "U": 9.020760805000805e-10, + "K": 3.7188274859545345e-07, + "L": 1.5071301984193042e-09, + "G": 7.1707477218296845e-06, + "F": 0.0007805047789588571, + "E": 0.0007972316816449165, + "T": 3.698891305248253e-06, + "P": 0.7163739204406738, + "-": 0.2820127308368683 + }, + "id": "tp_22868" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2858525, + "label": "P", + "classification": { + "B": 3.845233368338086e-05, + "S": 8.601672743679956e-05, + "I": 0.012586100026965141, + "C": 0.0004047190013807267, + "R": 8.207538485294208e-05, + "M": 0.0002755778841674328, + "O": 0.00018148853268940002, + "W": 5.604008765658364e-05, + "N": 0.002625561086460948, + "Y": 0.001314353896304965, + "U": 5.3789095545653254e-05, + "K": 0.0003551086410880089, + "L": 3.540304533089511e-05, + "G": 0.0008158471318893135, + "F": 0.007233366835862398, + "E": 0.009634607471525669, + "T": 0.0009381396812386811, + "P": 0.797264039516449, + "-": 0.16601932048797607 + }, + "id": "tp_22869" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2858625, + "label": "-", + "classification": { + "B": 2.405573795716265e-10, + "S": 5.739934638704369e-10, + "I": 1.8221368236481794e-06, + "C": 2.635024713981693e-07, + "R": 3.6739455921974695e-09, + "M": 8.51563868309313e-07, + "O": 4.253634600104306e-08, + "W": 6.381291606238904e-10, + "N": 2.6547581910563167e-08, + "Y": 1.8029508282779716e-05, + "U": 2.6153526566652374e-10, + "K": 2.381712427279581e-08, + "L": 1.4398384706737488e-09, + "G": 1.53433302330086e-06, + "F": 0.0011975278612226248, + "E": 1.7434065739507787e-05, + "T": 2.583616378615261e-06, + "P": 0.08159012347459793, + "-": 0.9171696901321411 + }, + "id": "tp_22870" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2858759, + "label": "-", + "classification": { + "B": 2.2639171675109537e-06, + "S": 8.010724741325248e-07, + "I": 0.00010607518925098702, + "C": 4.8528254410484806e-06, + "R": 5.446489694804768e-07, + "M": 3.5329863749211654e-05, + "O": 1.6160618542926386e-05, + "W": 8.944138585320616e-07, + "N": 6.534937256219564e-06, + "Y": 0.00010884190851356834, + "U": 1.351533995830323e-07, + "K": 4.1486194390927267e-07, + "L": 1.1250228908465942e-06, + "G": 8.343352237716317e-05, + "F": 0.0007356791757047176, + "E": 0.0001924675452755764, + "T": 0.00013420660980045795, + "P": 0.3811110854148865, + "-": 0.6174591183662415 + }, + "id": "tp_22871" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2858892, + "label": "P", + "classification": { + "B": 2.1061883614947874e-07, + "S": 4.730450697820743e-08, + "I": 0.0005256641306914389, + "C": 4.4622829591389745e-06, + "R": 2.998526156261505e-07, + "M": 4.856259693042375e-06, + "O": 9.969126040232368e-07, + "W": 9.747274276605822e-08, + "N": 1.3745676369580906e-05, + "Y": 3.0287521440186538e-05, + "U": 9.9072408943357e-08, + "K": 2.4363098418689333e-06, + "L": 7.624312559073587e-08, + "G": 2.7363772460375912e-05, + "F": 0.0006528421072289348, + "E": 0.0009116680012084544, + "T": 1.468669233872788e-05, + "P": 0.8519154787063599, + "-": 0.14589470624923706 + }, + "id": "tp_22872" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2859026, + "label": "-", + "classification": { + "B": 7.885569974774853e-10, + "S": 5.159485727546098e-09, + "I": 2.028619064731174e-06, + "C": 1.9711142940082027e-08, + "R": 6.591456269688933e-10, + "M": 5.0976861842855214e-08, + "O": 7.176299732236657e-08, + "W": 4.597772385039889e-09, + "N": 1.8135160928522964e-07, + "Y": 3.0233543384383665e-06, + "U": 1.739332233796631e-09, + "K": 2.56410032761778e-07, + "L": 3.061577935614679e-10, + "G": 1.3411388977146999e-07, + "F": 0.00022816330601926893, + "E": 7.583103524666512e-06, + "T": 3.6444623674469767e-06, + "P": 0.4422875642776489, + "-": 0.5574672222137451 + }, + "id": "tp_22873" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2859126, + "label": "P", + "classification": { + "B": 1.7578356548142438e-08, + "S": 1.659695136879691e-08, + "I": 2.4853677587088896e-06, + "C": 2.668419651907783e-10, + "R": 1.8650390259944416e-11, + "M": 3.962696126791343e-08, + "O": 1.2905665869311633e-08, + "W": 5.340802800013478e-10, + "N": 3.246175594995293e-07, + "Y": 3.1886436602235335e-08, + "U": 4.1211041523769865e-11, + "K": 7.023032155828446e-10, + "L": 2.3773466528709264e-10, + "G": 4.281763210656209e-08, + "F": 5.67770302950521e-06, + "E": 1.7310674593318254e-05, + "T": 2.390486315562157e-07, + "P": 0.9931877851486206, + "-": 0.0067860218696296215 + }, + "id": "tp_22874" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2859259, + "label": "P", + "classification": { + "B": 7.503775850636885e-05, + "S": 5.147781484993175e-05, + "I": 0.01765619032084942, + "C": 0.0006938313599675894, + "R": 8.420308586210012e-05, + "M": 0.0006880604196339846, + "O": 0.00015712136519141495, + "W": 2.95616719085956e-05, + "N": 0.0034423747565597296, + "Y": 0.0015665283426642418, + "U": 2.9815044399583712e-05, + "K": 0.001523205079138279, + "L": 4.0333790821023285e-05, + "G": 0.00795485358685255, + "F": 0.025007829070091248, + "E": 0.11772856116294861, + "T": 0.001226076390594244, + "P": 0.6880024075508118, + "-": 0.13404256105422974 + }, + "id": "tp_22875" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2859393, + "label": "P", + "classification": { + "B": 2.7949209613353787e-09, + "S": 3.424642236460329e-10, + "I": 0.0004041764768771827, + "C": 1.46299683478901e-07, + "R": 1.2628038170703348e-08, + "M": 6.910773464596787e-08, + "O": 5.367647659682007e-09, + "W": 3.8716010952732915e-10, + "N": 4.332016033004038e-06, + "Y": 6.828661867075425e-07, + "U": 1.3580964131065798e-09, + "K": 4.668337183488802e-08, + "L": 4.972144362902498e-10, + "G": 9.310985547017481e-07, + "F": 9.046304512594361e-06, + "E": 0.0001280711148865521, + "T": 6.317401926025923e-07, + "P": 0.9919995665550232, + "-": 0.0074523133225739 + }, + "id": "tp_22876" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2859526, + "label": "P", + "classification": { + "B": 7.980070949997753e-05, + "S": 7.393729902105406e-05, + "I": 0.009134036488831043, + "C": 0.0006321699474938214, + "R": 9.731878526508808e-05, + "M": 0.0003942298353649676, + "O": 0.00018429153715260327, + "W": 0.00010054456652142107, + "N": 0.0015204836381599307, + "Y": 0.001467760419473052, + "U": 0.00011400549556128681, + "K": 0.0008636533166281879, + "L": 3.3000211260514334e-05, + "G": 0.0007205926231108606, + "F": 0.012109278701245785, + "E": 0.012742927297949791, + "T": 0.0009774540085345507, + "P": 0.7344985604286194, + "-": 0.22425596415996552 + }, + "id": "tp_22877" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2859626, + "label": "-", + "classification": { + "B": 1.2252719727712247e-07, + "S": 3.0250384952523746e-07, + "I": 1.712852463242598e-05, + "C": 3.9236479096871335e-06, + "R": 1.968193572565724e-07, + "M": 1.2969085219083354e-06, + "O": 2.354735443077516e-06, + "W": 1.6440638717085676e-07, + "N": 2.7616765692073386e-06, + "Y": 5.716826126445085e-05, + "U": 1.0285306473178935e-07, + "K": 1.4714662484038854e-06, + "L": 1.203962511908685e-07, + "G": 1.8677146726986393e-05, + "F": 0.003452782519161701, + "E": 4.451215863809921e-05, + "T": 5.675811189576052e-05, + "P": 0.38139936327934265, + "-": 0.6149407029151917 + }, + "id": "tp_22878" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2859760, + "label": "P", + "classification": { + "B": 9.837351200303601e-08, + "S": 3.211474464137609e-08, + "I": 1.3017691344430204e-05, + "C": 8.454961886172896e-08, + "R": 3.228700640178772e-09, + "M": 3.0448782126768492e-06, + "O": 4.990871502741356e-07, + "W": 1.806773219925617e-08, + "N": 6.210144078977464e-07, + "Y": 1.8780296159093268e-05, + "U": 3.0676134965546e-09, + "K": 6.769021609898118e-08, + "L": 1.2757366718574303e-08, + "G": 3.9496462704846635e-06, + "F": 0.0004445949161890894, + "E": 0.00010511674918234348, + "T": 1.0425778782519046e-05, + "P": 0.6149137616157532, + "-": 0.3844859004020691 + }, + "id": "tp_22879" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2859893, + "label": "-", + "classification": { + "B": 0.0002818844805005938, + "S": 6.375940574798733e-05, + "I": 0.0006801269482821226, + "C": 0.00038071972085162997, + "R": 9.232949378201738e-05, + "M": 0.0005485138390213251, + "O": 0.0005078609101474285, + "W": 6.0514561482705176e-05, + "N": 0.0001129625306930393, + "Y": 0.0018965734634548426, + "U": 2.2137595806270838e-05, + "K": 2.5387827918166295e-05, + "L": 0.0001469653652748093, + "G": 0.001832299050875008, + "F": 0.019626110792160034, + "E": 0.0009676444460637867, + "T": 0.0022898202296346426, + "P": 0.28304868936538696, + "-": 0.6874157190322876 + }, + "id": "tp_22880" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2860027, + "label": "-", + "classification": { + "B": 7.791695111336594e-07, + "S": 3.6117103263677564e-07, + "I": 8.419554797001183e-05, + "C": 6.167948595248163e-05, + "R": 2.568194759078324e-06, + "M": 4.727457417175174e-05, + "O": 1.3116186892148107e-05, + "W": 7.592061592731625e-07, + "N": 5.399963356467197e-06, + "Y": 0.0005503586144186556, + "U": 6.176023816806264e-07, + "K": 1.3040131307207048e-05, + "L": 1.8161417756346054e-06, + "G": 0.0005505095468834043, + "F": 0.009392763487994671, + "E": 0.0006932586547918618, + "T": 0.0001545244303997606, + "P": 0.16244284808635712, + "-": 0.8259841203689575 + }, + "id": "tp_22881" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2860127, + "label": "-", + "classification": { + "B": 8.241702016675845e-05, + "S": 0.00013091372966300696, + "I": 0.001398226129822433, + "C": 0.0004344677145127207, + "R": 5.27501106262207e-05, + "M": 0.0011129429331049323, + "O": 0.0003962246992159635, + "W": 6.236827903194353e-05, + "N": 0.000361818092642352, + "Y": 0.0013343265745788813, + "U": 1.2318426342972089e-05, + "K": 7.585576531710103e-05, + "L": 4.345855995779857e-05, + "G": 0.0005872313631698489, + "F": 0.01129580195993185, + "E": 0.0028386106714606285, + "T": 0.0015374607173725963, + "P": 0.34398576617240906, + "-": 0.6342570781707764 + }, + "id": "tp_22882" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2860260, + "label": "P", + "classification": { + "B": 1.519791794635239e-06, + "S": 5.120719492879289e-08, + "I": 0.000397504772990942, + "C": 6.765690159227233e-06, + "R": 8.448309074537974e-08, + "M": 4.6298722736537457e-05, + "O": 2.4099206257233163e-06, + "W": 6.029333121659874e-08, + "N": 8.861430615070276e-06, + "Y": 1.5034464922791813e-05, + "U": 6.003421759714911e-08, + "K": 1.9177670651515655e-07, + "L": 1.8969254256262502e-07, + "G": 5.028392479289323e-05, + "F": 7.031430868664756e-05, + "E": 0.0018636814784258604, + "T": 3.133893551421352e-05, + "P": 0.7708750367164612, + "-": 0.22663037478923798 + }, + "id": "tp_22883" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2860394, + "label": "P", + "classification": { + "B": 9.66920993050735e-07, + "S": 1.3209273674874566e-06, + "I": 0.00036677648313343525, + "C": 9.284588486480061e-06, + "R": 3.354408590894309e-07, + "M": 3.4732056519715115e-05, + "O": 7.742249181319494e-06, + "W": 6.18440537891729e-07, + "N": 3.203923552064225e-05, + "Y": 0.00027016407693736255, + "U": 3.4631011658348143e-07, + "K": 2.306356464032433e-06, + "L": 5.965333116364491e-07, + "G": 3.824051236733794e-05, + "F": 0.0013491022400557995, + "E": 0.00044524387340061367, + "T": 0.0001842489728005603, + "P": 0.607456624507904, + "-": 0.3897992968559265 + }, + "id": "tp_22884" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2860527, + "label": "P", + "classification": { + "B": 1.5187535609584302e-05, + "S": 4.513251951721031e-06, + "I": 0.0036333214957267046, + "C": 0.0001554905466036871, + "R": 2.190998748119455e-05, + "M": 0.00027045252500101924, + "O": 4.76055865874514e-05, + "W": 6.231145107449265e-06, + "N": 0.00036922047729603946, + "Y": 0.0029013424646109343, + "U": 1.1328755135764368e-05, + "K": 0.0004796037101186812, + "L": 6.504725661216071e-06, + "G": 0.0016899598995223641, + "F": 0.007533092517405748, + "E": 0.01856277883052826, + "T": 0.000930182111915201, + "P": 0.6162078976631165, + "-": 0.34715336561203003 + }, + "id": "tp_22885" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2860627, + "label": "-", + "classification": { + "B": 2.987877278926021e-09, + "S": 4.89094147126945e-11, + "I": 4.904092293145368e-06, + "C": 1.233542405998378e-07, + "R": 1.8292766190697307e-09, + "M": 5.950816728272912e-08, + "O": 1.72978591450601e-08, + "W": 2.460099901568924e-10, + "N": 2.4069811033200494e-08, + "Y": 3.959300556743983e-06, + "U": 3.553411731527234e-10, + "K": 1.932204396482007e-09, + "L": 7.036164983986737e-10, + "G": 2.3394072741211858e-06, + "F": 2.9425676984828897e-05, + "E": 7.146498774091015e-06, + "T": 8.286522756861814e-07, + "P": 0.4477442502975464, + "-": 0.5522068738937378 + }, + "id": "tp_22886" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2860761, + "label": "P", + "classification": { + "B": 5.002234626516611e-09, + "S": 1.0822843066193855e-08, + "I": 0.00018853841174859554, + "C": 3.3712896652104973e-07, + "R": 1.3673008503189976e-08, + "M": 5.937390028520895e-07, + "O": 1.6720112228085782e-07, + "W": 1.5600448932673316e-08, + "N": 7.61246565161855e-06, + "Y": 7.308266503969207e-06, + "U": 9.845406268027546e-09, + "K": 7.563752433270565e-07, + "L": 3.5557656818951955e-09, + "G": 3.4164713724749163e-06, + "F": 9.001113357953727e-05, + "E": 0.0002864989801310003, + "T": 4.232573246554239e-06, + "P": 0.924848198890686, + "-": 0.07456231117248535 + }, + "id": "tp_22887" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2860894, + "label": "P", + "classification": { + "B": 2.353438510738215e-08, + "S": 2.851742841869509e-08, + "I": 0.0001032332656905055, + "C": 5.716614737139025e-07, + "R": 2.4393598252459014e-08, + "M": 7.164827593442169e-07, + "O": 1.1858477932946698e-07, + "W": 4.881225734720829e-08, + "N": 7.341353466472356e-06, + "Y": 1.1447228644101415e-05, + "U": 2.1249221049401967e-08, + "K": 6.695875981677091e-06, + "L": 2.6036617306601784e-09, + "G": 1.9940011952712666e-06, + "F": 0.00025311129866167903, + "E": 0.0029258769936859608, + "T": 1.653537538004457e-06, + "P": 0.9519768953323364, + "-": 0.044710177928209305 + }, + "id": "tp_22888" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2861028, + "label": "-", + "classification": { + "B": 3.84017170063089e-07, + "S": 3.0935005668197846e-08, + "I": 0.00032465095864608884, + "C": 1.431131204299163e-05, + "R": 4.2922982856907765e-07, + "M": 6.444661266868934e-06, + "O": 1.6558111610720516e-06, + "W": 7.46762864878292e-08, + "N": 1.693656486168038e-05, + "Y": 0.00021624701912514865, + "U": 2.1344992262584128e-07, + "K": 7.802768232068047e-05, + "L": 5.565099669979645e-08, + "G": 0.00038375306758098304, + "F": 0.0017745078075677156, + "E": 0.009012351743876934, + "T": 6.041282904334366e-05, + "P": 0.41312092542648315, + "-": 0.5749885439872742 + }, + "id": "tp_22889" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2861128, + "label": "-", + "classification": { + "B": 3.4194960107925e-07, + "S": 2.15275992587749e-08, + "I": 4.839822850044584e-06, + "C": 1.0418857527838554e-06, + "R": 2.9353774522178355e-08, + "M": 5.976446118438616e-06, + "O": 7.977094469424628e-07, + "W": 1.3291638900625458e-08, + "N": 1.2099157231659774e-07, + "Y": 2.6386724130134098e-05, + "U": 2.559513934130564e-09, + "K": 2.603598048267486e-08, + "L": 5.416375259414963e-08, + "G": 2.687284541025292e-05, + "F": 0.0011463777627795935, + "E": 8.832602179609239e-05, + "T": 8.94384993443964e-06, + "P": 0.18984343111515045, + "-": 0.8088465332984924 + }, + "id": "tp_22890" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2861261, + "label": "P", + "classification": { + "B": 2.132689758127526e-08, + "S": 7.18652781728224e-09, + "I": 6.405927706509829e-05, + "C": 7.737870078017295e-07, + "R": 3.30694405192844e-08, + "M": 8.854092357069021e-07, + "O": 4.991453579350491e-07, + "W": 9.115934673786796e-09, + "N": 1.38085272283206e-06, + "Y": 1.2766032341460232e-05, + "U": 8.124785288998737e-09, + "K": 4.077227089283042e-08, + "L": 2.4636417350620832e-08, + "G": 1.460293606214691e-05, + "F": 0.00016353819228243083, + "E": 7.840312900952995e-05, + "T": 1.157518636318855e-05, + "P": 0.6512754559516907, + "-": 0.34837597608566284 + }, + "id": "tp_22891" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2861395, + "label": "P", + "classification": { + "B": 2.6331372282584198e-06, + "S": 1.1099367469569188e-07, + "I": 5.5096425057854503e-05, + "C": 4.910421580461843e-07, + "R": 1.0604102484990108e-08, + "M": 1.8768942027236335e-05, + "O": 4.4842869328931556e-07, + "W": 3.219655653197151e-08, + "N": 1.6142424783538445e-06, + "Y": 4.4425487430999056e-06, + "U": 3.1981162162963983e-09, + "K": 1.3313093916167418e-07, + "L": 1.0804039618506067e-07, + "G": 0.00011177714623045176, + "F": 0.0014552270295098424, + "E": 0.009946896694600582, + "T": 9.731962563819252e-06, + "P": 0.8431108593940735, + "-": 0.14528170228004456 + }, + "id": "tp_22892" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2861528, + "label": "P", + "classification": { + "B": 5.863509500159125e-08, + "S": 2.093919349022144e-08, + "I": 2.9282912237249548e-06, + "C": 2.7114545275708224e-08, + "R": 2.3249466796215756e-09, + "M": 7.793963874291876e-08, + "O": 1.3410115684564516e-07, + "W": 1.3388436137518056e-08, + "N": 3.177237601903471e-07, + "Y": 1.3194274970373954e-06, + "U": 1.2381304870245913e-09, + "K": 7.976859706104733e-08, + "L": 1.963380569236506e-09, + "G": 1.7179030464831158e-06, + "F": 0.00021201703930273652, + "E": 2.4616851078462787e-05, + "T": 2.4978733108582674e-06, + "P": 0.8589496612548828, + "-": 0.1408044695854187 + }, + "id": "tp_22893" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2861628, + "label": "P", + "classification": { + "B": 9.592045898898505e-06, + "S": 2.117834583259537e-06, + "I": 0.00018957174324896187, + "C": 5.75484637010959e-06, + "R": 2.3712685504051478e-07, + "M": 6.470146763604134e-05, + "O": 1.477613750466844e-05, + "W": 1.0700551911213552e-06, + "N": 1.3785253031528555e-05, + "Y": 7.997340435395017e-05, + "U": 2.47381734652663e-07, + "K": 2.610299247862713e-07, + "L": 1.8160724266635953e-06, + "G": 3.42255225405097e-05, + "F": 0.0008005364215932786, + "E": 0.0007630108157172799, + "T": 0.0001035979512380436, + "P": 0.6828508973121643, + "-": 0.3150639533996582 + }, + "id": "tp_22894" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2861762, + "label": "-", + "classification": { + "B": 3.176771556923086e-08, + "S": 4.850469892403453e-08, + "I": 6.021989065629896e-06, + "C": 5.943568908151065e-07, + "R": 7.45343768926432e-08, + "M": 1.0702282224883675e-06, + "O": 1.228134806297021e-06, + "W": 5.5914888719144074e-08, + "N": 7.769313015160151e-07, + "Y": 0.00010501449287403375, + "U": 3.837256912220255e-08, + "K": 3.1782537917024456e-06, + "L": 2.3172175289687402e-08, + "G": 9.383174983668141e-06, + "F": 0.002061428502202034, + "E": 2.111154026351869e-05, + "T": 4.029728734167293e-05, + "P": 0.10379950702190399, + "-": 0.8939501047134399 + }, + "id": "tp_22895" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2861895, + "label": "P", + "classification": { + "B": 4.392363095462315e-08, + "S": 6.278091291278542e-08, + "I": 8.720795449335128e-05, + "C": 4.812912379748013e-07, + "R": 3.223730615786735e-08, + "M": 1.1889316056112875e-06, + "O": 4.491769516334898e-07, + "W": 5.707508421437524e-08, + "N": 5.876095656276448e-06, + "Y": 2.9102868211339228e-05, + "U": 3.8951679215415425e-08, + "K": 2.833808821378625e-06, + "L": 1.2201596177874308e-08, + "G": 4.445266313268803e-06, + "F": 0.0006137645104900002, + "E": 0.00043367737089283764, + "T": 7.72105067881057e-06, + "P": 0.8989313244819641, + "-": 0.09988173097372055 + }, + "id": "tp_22896" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2862029, + "label": "P", + "classification": { + "B": 5.932876412373389e-09, + "S": 3.3249534681090154e-08, + "I": 0.00014893249317537993, + "C": 6.462980309152044e-06, + "R": 3.7929078189335996e-07, + "M": 1.6804006008896977e-06, + "O": 8.651231837575324e-07, + "W": 4.8603371993749533e-08, + "N": 5.969583071419038e-06, + "Y": 4.851675112149678e-05, + "U": 2.498553719476604e-08, + "K": 3.465003601377248e-06, + "L": 8.68574545620504e-09, + "G": 6.904981546540512e-06, + "F": 0.0005843066610395908, + "E": 7.690977508900687e-05, + "T": 1.7553180441609584e-05, + "P": 0.5529765486717224, + "-": 0.44612136483192444 + }, + "id": "tp_22897" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2862129, + "label": "P", + "classification": { + "B": 9.052499990502838e-06, + "S": 2.851489625754766e-05, + "I": 6.805458542658016e-05, + "C": 2.7084624321105366e-07, + "R": 1.6014087123039644e-07, + "M": 9.903908903652336e-06, + "O": 2.122254591085948e-05, + "W": 2.3178852188721066e-06, + "N": 1.4710805771755986e-05, + "Y": 5.654163487633923e-06, + "U": 3.2738114441599464e-08, + "K": 5.26152462043683e-07, + "L": 7.070714787005272e-07, + "G": 1.0475308044988196e-05, + "F": 0.0037966943345963955, + "E": 0.00015710736624896526, + "T": 2.6421457732794806e-05, + "P": 0.7627853751182556, + "-": 0.2330627590417862 + }, + "id": "tp_22898" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2862262, + "label": "-", + "classification": { + "B": 3.977319283876568e-05, + "S": 3.7372472434071824e-05, + "I": 0.007437169086188078, + "C": 0.0036670968402177095, + "R": 0.0005976172396913171, + "M": 0.0014344947412610054, + "O": 0.0005768435075879097, + "W": 6.645345274591818e-05, + "N": 0.0006330697215162218, + "Y": 0.004946463741362095, + "U": 8.28840202302672e-05, + "K": 0.00018855601956602186, + "L": 0.00017101597040891647, + "G": 0.004432319663465023, + "F": 0.014372468926012516, + "E": 0.0049833268858492374, + "T": 0.003203111235052347, + "P": 0.2721270024776459, + "-": 0.6810030341148376 + }, + "id": "tp_22899" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2862396, + "label": "-", + "classification": { + "B": 7.511330295528751e-06, + "S": 2.3810398488421924e-06, + "I": 0.0005493182688951492, + "C": 6.04687629675027e-05, + "R": 1.5232762962114066e-05, + "M": 8.356467151315883e-05, + "O": 4.774639819515869e-05, + "W": 3.3250555588892894e-06, + "N": 2.965274870803114e-05, + "Y": 0.0007500363863073289, + "U": 1.5856518302825862e-06, + "K": 1.1982317573711043e-06, + "L": 7.249157988553634e-06, + "G": 0.0002396211348241195, + "F": 0.0013828335795551538, + "E": 0.00045650245738215744, + "T": 0.0005137083353474736, + "P": 0.3570767045021057, + "-": 0.6387712955474854 + }, + "id": "tp_22900" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2862529, + "label": "-", + "classification": { + "B": 0.0002263304340885952, + "S": 9.330056491307914e-05, + "I": 0.056679192930459976, + "C": 0.008109422400593758, + "R": 0.0006179221090860665, + "M": 0.0070644342340528965, + "O": 0.0008512788917869329, + "W": 0.00010067772382171825, + "N": 0.0016907129902392626, + "Y": 0.01898183487355709, + "U": 6.783573189750314e-05, + "K": 1.006839102046797e-05, + "L": 0.00046068025403656065, + "G": 0.003467718604952097, + "F": 0.0013000286417081952, + "E": 0.012707840651273727, + "T": 0.012758149765431881, + "P": 0.4003838896751404, + "-": 0.4744286835193634 + }, + "id": "tp_22901" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2862629, + "label": "P", + "classification": { + "B": 2.6580813106136247e-09, + "S": 1.9507642168292705e-09, + "I": 4.228938905725954e-06, + "C": 2.9565954129395777e-09, + "R": 7.56156803838337e-11, + "M": 1.3962246470100581e-08, + "O": 3.8598657603472475e-09, + "W": 2.633679663244237e-10, + "N": 2.1541407591030293e-07, + "Y": 2.9416233005008507e-08, + "U": 8.82631745469098e-11, + "K": 6.448587774876557e-10, + "L": 1.809664917917786e-10, + "G": 4.963831301552091e-08, + "F": 5.497164693224477e-06, + "E": 9.946639693225734e-06, + "T": 1.4398760583844705e-07, + "P": 0.9946257472038269, + "-": 0.005354045890271664 + }, + "id": "tp_22902" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2862763, + "label": "-", + "classification": { + "B": 1.2261846677574795e-05, + "S": 5.107494871481322e-05, + "I": 0.0005035213544033468, + "C": 0.00015236562467180192, + "R": 2.5135739633697085e-05, + "M": 0.0005758579936809838, + "O": 0.0002936538076028228, + "W": 2.5648467271821573e-05, + "N": 8.511570194968954e-05, + "Y": 0.0014266404323279858, + "U": 1.1831652955152094e-05, + "K": 6.349794421112165e-05, + "L": 3.6020672268932685e-05, + "G": 0.0004310016520321369, + "F": 0.0060369716957211494, + "E": 0.0006806867313571274, + "T": 0.002647785935550928, + "P": 0.11093498021364212, + "-": 0.876006007194519 + }, + "id": "tp_22903" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2862896, + "label": "P", + "classification": { + "B": 0.00023745311773382127, + "S": 4.498475027503446e-05, + "I": 0.010162477381527424, + "C": 0.0016784487525001168, + "R": 0.00019764108583331108, + "M": 0.0019080431666225195, + "O": 0.00028410772210918367, + "W": 6.720905366819352e-05, + "N": 0.0012978516751900315, + "Y": 0.00399149302393198, + "U": 8.24690141598694e-05, + "K": 0.0004058504418935627, + "L": 9.940444579115137e-05, + "G": 0.003218060825020075, + "F": 0.017470061779022217, + "E": 0.028388306498527527, + "T": 0.0015728338621556759, + "P": 0.6243382692337036, + "-": 0.3045549690723419 + }, + "id": "tp_22904" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2863030, + "label": "-", + "classification": { + "B": 7.465913998139229e-11, + "S": 4.293733608679712e-13, + "I": 4.8991040557666565e-08, + "C": 8.415457913857338e-11, + "R": 4.897933187503201e-13, + "M": 1.96409444264134e-09, + "O": 3.676288717890941e-10, + "W": 7.7211544449729e-13, + "N": 6.973879113081338e-11, + "Y": 2.1249739745599072e-08, + "U": 1.711682689033503e-13, + "K": 2.3403382096859326e-13, + "L": 4.258867130485511e-12, + "G": 8.583968202913184e-09, + "F": 6.556178959726822e-07, + "E": 4.940109477047372e-08, + "T": 4.64218423701368e-08, + "P": 0.42323020100593567, + "-": 0.5767689347267151 + }, + "id": "tp_22905" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2863130, + "label": "-", + "classification": { + "B": 5.919127374909294e-07, + "S": 2.262098774963306e-07, + "I": 9.724366827867925e-05, + "C": 1.988989424717147e-06, + "R": 1.070180744022764e-07, + "M": 8.561401773476973e-05, + "O": 5.3268031479092315e-06, + "W": 1.3412247312771797e-07, + "N": 2.859570713553694e-06, + "Y": 7.353915862040594e-05, + "U": 3.2530341087522174e-08, + "K": 7.800809953550925e-08, + "L": 5.203127102504368e-07, + "G": 3.1805324397282675e-05, + "F": 0.0004855570732615888, + "E": 0.00042711058631539345, + "T": 0.0001223365543410182, + "P": 0.38841864466667175, + "-": 0.6102463006973267 + }, + "id": "tp_22906" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2863263, + "label": "P", + "classification": { + "B": 1.7976974049815908e-05, + "S": 1.971186748050968e-06, + "I": 0.003373795887455344, + "C": 0.00030191545374691486, + "R": 1.5717538190074265e-05, + "M": 0.00024152096011675894, + "O": 4.6465582272503525e-05, + "W": 5.308284926286433e-06, + "N": 0.0002619650913402438, + "Y": 0.0008450789609923959, + "U": 8.554797204851639e-06, + "K": 5.203511318541132e-05, + "L": 7.1150734584080055e-06, + "G": 0.0008056485676206648, + "F": 0.0037011730019003153, + "E": 0.00913399737328291, + "T": 0.00037588554550893605, + "P": 0.6497018933296204, + "-": 0.3311018645763397 + }, + "id": "tp_22907" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2863397, + "label": "-", + "classification": { + "B": 1.6344419009328703e-06, + "S": 3.6425325333766523e-07, + "I": 0.00020505326392594725, + "C": 3.59405494236853e-05, + "R": 1.9745598365261685e-06, + "M": 5.70309603062924e-05, + "O": 1.4691122487420216e-05, + "W": 7.756083846288675e-07, + "N": 8.293086466437671e-06, + "Y": 0.00016411161050200462, + "U": 4.712537986506504e-07, + "K": 9.869150972008356e-07, + "L": 2.0198301626805915e-06, + "G": 7.798449951224029e-05, + "F": 0.0008975421660579741, + "E": 0.0003581096534617245, + "T": 0.0001524870313005522, + "P": 0.27970120310783386, + "-": 0.7183194160461426 + }, + "id": "tp_22908" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2863530, + "label": "P", + "classification": { + "B": 3.133444295144727e-07, + "S": 1.1966246660222168e-08, + "I": 0.00014790189743507653, + "C": 1.369642035342622e-07, + "R": 1.1384631015687319e-08, + "M": 1.0180336175835691e-05, + "O": 4.636166579530254e-07, + "W": 6.492473225705453e-09, + "N": 5.180157813811093e-07, + "Y": 3.890232983394526e-05, + "U": 4.5906628498570967e-10, + "K": 1.0847005932346221e-10, + "L": 3.2715600895016905e-08, + "G": 2.6739285203802865e-06, + "F": 8.684125532454345e-06, + "E": 2.1643634681822732e-05, + "T": 2.8132433726568706e-05, + "P": 0.6045433878898621, + "-": 0.3951970636844635 + }, + "id": "tp_22909" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2863630, + "label": "P", + "classification": { + "B": 5.677031111872566e-08, + "S": 6.1111240512445875e-09, + "I": 3.009738247783389e-05, + "C": 4.552539323299243e-08, + "R": 2.5688176030769228e-09, + "M": 5.177933530831069e-07, + "O": 9.81734018523639e-08, + "W": 5.24039789340236e-09, + "N": 1.0307807087883702e-06, + "Y": 9.231931699105189e-07, + "U": 1.9008843388235164e-09, + "K": 2.762313577875375e-08, + "L": 2.9757061259516604e-09, + "G": 1.6873354979907162e-06, + "F": 5.603130557574332e-05, + "E": 0.00020173858501948416, + "T": 1.7837236327977735e-06, + "P": 0.9417986273765564, + "-": 0.05790727213025093 + }, + "id": "tp_22910" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2863764, + "label": "P", + "classification": { + "B": 2.439344461890869e-05, + "S": 2.4706855583644938e-06, + "I": 4.9322090490022674e-05, + "C": 9.115419743466191e-07, + "R": 9.704752557126994e-08, + "M": 1.2658470950555056e-05, + "O": 1.8681123037822545e-05, + "W": 1.7317273659500643e-06, + "N": 8.424362022196874e-06, + "Y": 4.515292675932869e-05, + "U": 3.3962319889724313e-07, + "K": 5.5761661315045785e-06, + "L": 8.380254143958155e-07, + "G": 6.710843445034698e-05, + "F": 0.0012882975861430168, + "E": 0.0007566522690467536, + "T": 0.000127102030091919, + "P": 0.5712347626686096, + "-": 0.4263555407524109 + }, + "id": "tp_22911" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2863897, + "label": "-", + "classification": { + "B": 1.5251570175678353e-06, + "S": 9.135119327652319e-09, + "I": 6.092485023145855e-07, + "C": 8.738987133938281e-08, + "R": 1.2868437870849903e-08, + "M": 1.9270635220891563e-06, + "O": 2.1288196876412258e-06, + "W": 4.256124341850409e-09, + "N": 2.5672697301359904e-09, + "Y": 3.294467887826613e-06, + "U": 1.045884281958287e-10, + "K": 2.5841559794792524e-12, + "L": 4.043900503347686e-07, + "G": 1.6017100278986618e-05, + "F": 6.212329026311636e-05, + "E": 8.799690363048285e-07, + "T": 4.207111487630755e-06, + "P": 0.041801564395427704, + "-": 0.9581051468849182 + }, + "id": "tp_22912" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2864031, + "label": "P", + "classification": { + "B": 0.00019509710546117276, + "S": 7.345816811721306e-06, + "I": 0.0012972104595974088, + "C": 0.00014133131480775774, + "R": 9.918257092067506e-06, + "M": 0.00021862699941266328, + "O": 4.626839654520154e-05, + "W": 5.445978786156047e-06, + "N": 7.633666973561049e-05, + "Y": 0.00046326854499056935, + "U": 5.555541520152474e-06, + "K": 6.77402431392693e-06, + "L": 2.2725320377503522e-05, + "G": 0.0011029664892703295, + "F": 0.0028125497046858072, + "E": 0.004720785655081272, + "T": 0.00042141618905588984, + "P": 0.6565788984298706, + "-": 0.3318674564361572 + }, + "id": "tp_22913" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2864131, + "label": "-", + "classification": { + "B": 5.2892999519826844e-05, + "S": 9.298111763200723e-06, + "I": 0.001538389129564166, + "C": 0.0005134092061780393, + "R": 5.774267629021779e-05, + "M": 0.00048158265417441726, + "O": 0.0001513773895567283, + "W": 1.0650845979398582e-05, + "N": 0.00013404070341493934, + "Y": 0.003004864091053605, + "U": 1.77169858943671e-05, + "K": 5.09654164488893e-05, + "L": 2.790278449538164e-05, + "G": 0.0019417408620938659, + "F": 0.006603823509067297, + "E": 0.001403749454766512, + "T": 0.0018296274356544018, + "P": 0.2817184031009674, + "-": 0.7004518508911133 + }, + "id": "tp_22914" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2864264, + "label": "P", + "classification": { + "B": 5.9404250350780785e-05, + "S": 5.049252285971306e-05, + "I": 0.0029775809962302446, + "C": 0.00046793065848760307, + "R": 6.591247074538842e-05, + "M": 0.0005179053405299783, + "O": 0.00020654151740018278, + "W": 6.39506324660033e-05, + "N": 0.00047488900600001216, + "Y": 0.0022832145914435387, + "U": 4.688470289693214e-05, + "K": 0.0005246760556474328, + "L": 3.242263846914284e-05, + "G": 0.0011918572708964348, + "F": 0.016513461247086525, + "E": 0.010417076759040356, + "T": 0.001073454855941236, + "P": 0.5303424000740051, + "-": 0.4326900243759155 + }, + "id": "tp_22915" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2864398, + "label": "P", + "classification": { + "B": 2.444143945012911e-07, + "S": 5.11098932065579e-08, + "I": 0.0002508321776986122, + "C": 6.273879080254119e-06, + "R": 5.779296543551027e-07, + "M": 5.410026460594963e-06, + "O": 1.7198791510963929e-06, + "W": 8.118475847140871e-08, + "N": 6.918519375176402e-06, + "Y": 6.522375042550266e-05, + "U": 1.1352187101465461e-07, + "K": 1.417156568095379e-06, + "L": 1.5690180532601516e-07, + "G": 5.875936767552048e-05, + "F": 0.0021368623711168766, + "E": 0.0002719522744882852, + "T": 4.203100615995936e-05, + "P": 0.6685823202133179, + "-": 0.32856905460357666 + }, + "id": "tp_22916" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2864531, + "label": "P", + "classification": { + "B": 1.920323313697736e-07, + "S": 2.441972526412428e-07, + "I": 8.934452489484102e-05, + "C": 4.861634806729853e-06, + "R": 2.8689677833426686e-07, + "M": 3.987212949141394e-06, + "O": 1.6540627711947309e-06, + "W": 2.1787275272799889e-07, + "N": 3.659444928416633e-06, + "Y": 5.03734772792086e-05, + "U": 9.205398043832247e-08, + "K": 8.393508892368118e-07, + "L": 1.9444311760707933e-07, + "G": 2.359284735575784e-05, + "F": 0.00206679105758667, + "E": 0.00019843359768856317, + "T": 3.028255196113605e-05, + "P": 0.6099581718444824, + "-": 0.38756680488586426 + }, + "id": "tp_22917" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2864631, + "label": "P", + "classification": { + "B": 0.0004805401258636266, + "S": 0.00014515088696498424, + "I": 0.009293999522924423, + "C": 0.0013619153760373592, + "R": 0.00021978962467983365, + "M": 0.0015750392340123653, + "O": 0.0005212126416154206, + "W": 0.00011978312977589667, + "N": 0.002019178820773959, + "Y": 0.0026526597794145346, + "U": 9.16199351195246e-05, + "K": 0.0007851120899431407, + "L": 0.00015391316264867783, + "G": 0.006546857766807079, + "F": 0.036993708461523056, + "E": 0.05231635272502899, + "T": 0.002359465230256319, + "P": 0.6122080087661743, + "-": 0.270155668258667 + }, + "id": "tp_22918" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2864765, + "label": "-", + "classification": { + "B": 1.6840499483805615e-06, + "S": 9.540647027961313e-08, + "I": 0.00017221456801053137, + "C": 4.296383849577978e-06, + "R": 4.0702155956751085e-07, + "M": 4.2115669202758e-05, + "O": 6.06844241701765e-06, + "W": 2.2683346401208837e-07, + "N": 3.352427938807523e-06, + "Y": 8.21661451482214e-05, + "U": 5.742374398209904e-08, + "K": 2.324266858977353e-07, + "L": 4.923139158563572e-07, + "G": 4.6399396524066105e-05, + "F": 0.0004716463736258447, + "E": 0.0009611648274585605, + "T": 4.613685450749472e-05, + "P": 0.4407499432563782, + "-": 0.557411253452301 + }, + "id": "tp_22919" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2864898, + "label": "P", + "classification": { + "B": 1.1369500043656444e-06, + "S": 8.235029440584185e-07, + "I": 0.0005271326517686248, + "C": 4.539227234090504e-07, + "R": 8.610765434013956e-08, + "M": 5.139148925081827e-06, + "O": 1.639772222006286e-06, + "W": 1.4209510368345946e-07, + "N": 4.0450689994031563e-05, + "Y": 3.986993760918267e-06, + "U": 2.580065583401847e-08, + "K": 3.2621480272609915e-07, + "L": 1.1949187239679304e-07, + "G": 6.543082690768642e-06, + "F": 0.00016193691408261657, + "E": 0.0006537535227835178, + "T": 6.87540659782826e-06, + "P": 0.9743770360946655, + "-": 0.024212388321757317 + }, + "id": "tp_22920" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2865032, + "label": "P", + "classification": { + "B": 7.463260232043467e-09, + "S": 2.4407856291652763e-10, + "I": 3.9426731746061705e-06, + "C": 2.217840133766913e-08, + "R": 9.493643371438765e-11, + "M": 8.239474880156195e-08, + "O": 9.797274991285576e-09, + "W": 4.944233911174933e-10, + "N": 9.362297959114585e-08, + "Y": 1.0061177135867183e-06, + "U": 7.24209858748992e-10, + "K": 6.967123056256241e-08, + "L": 1.5530149388709447e-10, + "G": 2.1319355880677904e-07, + "F": 2.755976856860798e-05, + "E": 0.00013164001575205475, + "T": 6.577780027328117e-07, + "P": 0.7190777659416199, + "-": 0.2807569205760956 + }, + "id": "tp_22921" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2865132, + "label": "-", + "classification": { + "B": 3.9302522054640576e-05, + "S": 3.0146877179504372e-05, + "I": 0.0013560164952650666, + "C": 0.00037607079138979316, + "R": 0.00016978794883470982, + "M": 0.0019474789733067155, + "O": 0.0005163882160559297, + "W": 2.5712175556691363e-05, + "N": 6.496497371699661e-05, + "Y": 0.009715425781905651, + "U": 1.4217769603419583e-05, + "K": 1.176814294012729e-05, + "L": 0.00027593280537985265, + "G": 0.004313360899686813, + "F": 0.011206822469830513, + "E": 0.0015061571029946208, + "T": 0.005462164990603924, + "P": 0.06882940232753754, + "-": 0.8941388130187988 + }, + "id": "tp_22922" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2865265, + "label": "-", + "classification": { + "B": 1.646069449634524e-07, + "S": 1.3762628370272978e-08, + "I": 0.0004899487248621881, + "C": 1.17462941489066e-05, + "R": 3.685932199459785e-07, + "M": 1.4771548194403294e-05, + "O": 2.1910386749368627e-06, + "W": 5.491580523653283e-08, + "N": 5.271987902233377e-06, + "Y": 9.293745824834332e-05, + "U": 1.0028680463847195e-07, + "K": 2.3428228246302751e-07, + "L": 1.9068335177507834e-07, + "G": 6.558802124345675e-05, + "F": 0.00014260163879953325, + "E": 0.00020181178115308285, + "T": 7.712041406193748e-05, + "P": 0.4656308591365814, + "-": 0.5332640409469604 + }, + "id": "tp_22923" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2865399, + "label": "P", + "classification": { + "B": 3.463769417066942e-06, + "S": 8.794958716862311e-07, + "I": 0.0016994532197713852, + "C": 8.859214722178876e-05, + "R": 2.6239074486511527e-06, + "M": 9.440879512112588e-05, + "O": 1.0694117918319535e-05, + "W": 1.157856445388461e-06, + "N": 8.255775173893198e-05, + "Y": 0.0017658384749665856, + "U": 1.2189974540888215e-06, + "K": 1.0577544344414491e-05, + "L": 1.8295879726792919e-06, + "G": 0.0001750518276821822, + "F": 0.0015073224203661084, + "E": 0.006513868924230337, + "T": 0.00023647879424970597, + "P": 0.7075466513633728, + "-": 0.28025728464126587 + }, + "id": "tp_22924" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2865532, + "label": "P", + "classification": { + "B": 1.481197529074052e-07, + "S": 3.239192380988243e-08, + "I": 0.0001597281952854246, + "C": 2.518846713428502e-06, + "R": 1.4045795637684932e-07, + "M": 1.75393379322486e-05, + "O": 2.070907385132159e-06, + "W": 8.37796605424046e-08, + "N": 2.75476213573711e-06, + "Y": 9.476424747845158e-05, + "U": 5.228845978422214e-08, + "K": 2.4865431669240934e-07, + "L": 1.782407252903795e-07, + "G": 3.9182999898912385e-05, + "F": 0.0003879592986777425, + "E": 0.00022534202435053885, + "T": 7.034306327113882e-05, + "P": 0.5888116359710693, + "-": 0.4101852476596832 + }, + "id": "tp_22925" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2865632, + "label": "P", + "classification": { + "B": 0.0011750546982511878, + "S": 8.497577073285356e-05, + "I": 0.005464788060635328, + "C": 8.923475252231583e-05, + "R": 3.115268555120565e-05, + "M": 0.0010367303621023893, + "O": 0.00041372375562787056, + "W": 8.028313459362835e-05, + "N": 0.0006016362458467484, + "Y": 0.0008423752733506262, + "U": 8.489820174872875e-06, + "K": 2.2723341317032464e-05, + "L": 6.599509652005509e-05, + "G": 0.0009362676064483821, + "F": 0.001786534208804369, + "E": 0.008316971361637115, + "T": 0.0008614560938440263, + "P": 0.7495997548103333, + "-": 0.22858186066150665 + }, + "id": "tp_22926" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2865766, + "label": "P", + "classification": { + "B": 5.359625070144869e-12, + "S": 3.870670711031421e-12, + "I": 4.641449180553536e-08, + "C": 3.356388778019692e-11, + "R": 2.1882444315758642e-13, + "M": 9.484126817227434e-10, + "O": 1.7899004500776527e-10, + "W": 1.4131583273360726e-12, + "N": 3.740768805826633e-10, + "Y": 1.3914484675581207e-08, + "U": 7.26984932756386e-13, + "K": 4.7495423392829306e-12, + "L": 2.344713615973215e-12, + "G": 3.195655740029224e-09, + "F": 2.190655550293741e-06, + "E": 1.790314740901522e-07, + "T": 9.010324220071197e-08, + "P": 0.7789540886878967, + "-": 0.2210434079170227 + }, + "id": "tp_22927" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2865899, + "label": "-", + "classification": { + "B": 5.972731287329225e-08, + "S": 4.021912403118222e-08, + "I": 2.5404547159268986e-06, + "C": 4.830861257687502e-07, + "R": 2.4727153657977397e-08, + "M": 2.7136211429024115e-06, + "O": 8.117706329358043e-07, + "W": 1.937745786051437e-08, + "N": 1.1351874462661726e-07, + "Y": 3.2383413781644776e-05, + "U": 3.5658123120896335e-09, + "K": 2.4031699297211162e-08, + "L": 2.905529328245393e-08, + "G": 9.541603503748775e-06, + "F": 0.0006056363345123827, + "E": 1.3311563634488266e-05, + "T": 2.5519466362311505e-05, + "P": 0.17469029128551483, + "-": 0.8246164321899414 + }, + "id": "tp_22928" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2866033, + "label": "P", + "classification": { + "B": 9.284645057050511e-05, + "S": 1.0611101060931105e-05, + "I": 0.01020552683621645, + "C": 0.0002447417355142534, + "R": 4.28456041845493e-05, + "M": 0.0011585112661123276, + "O": 0.000182121351826936, + "W": 1.5826137314434163e-05, + "N": 0.0003106538497377187, + "Y": 0.0026064938865602016, + "U": 7.087714493536623e-06, + "K": 5.7514830587024335e-06, + "L": 3.6684086808236316e-05, + "G": 0.0011348831467330456, + "F": 0.0014064278220757842, + "E": 0.003540473058819771, + "T": 0.0011588101042434573, + "P": 0.6156167387962341, + "-": 0.3622228503227234 + }, + "id": "tp_22929" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2866133, + "label": "-", + "classification": { + "B": 1.9601743872499355e-07, + "S": 3.982717657891044e-07, + "I": 0.0004397495067678392, + "C": 3.1027677323436365e-05, + "R": 3.953135546908015e-06, + "M": 8.084494766080752e-06, + "O": 8.882493602868635e-06, + "W": 1.3073508853267413e-06, + "N": 3.1717372621642426e-05, + "Y": 0.00031192146707326174, + "U": 1.3130210163581069e-06, + "K": 7.30280953575857e-05, + "L": 3.2322006404683634e-07, + "G": 6.331076292553917e-05, + "F": 0.002330985153093934, + "E": 0.00036267057294026017, + "T": 0.00012640489148907363, + "P": 0.29564425349235535, + "-": 0.7005605101585388 + }, + "id": "tp_22930" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2866266, + "label": "P", + "classification": { + "B": 2.7860636691912077e-05, + "S": 2.9102354801580077e-06, + "I": 0.004007087089121342, + "C": 0.0002803640381898731, + "R": 2.30234072660096e-05, + "M": 0.00041185267036780715, + "O": 6.40478465356864e-05, + "W": 6.593510988750495e-06, + "N": 0.00015951949171721935, + "Y": 0.0022176443599164486, + "U": 6.78788046570844e-06, + "K": 1.3170715646992903e-05, + "L": 1.7259628293686546e-05, + "G": 0.0014320830814540386, + "F": 0.0019455740693956614, + "E": 0.0046510249376297, + "T": 0.0005982171860523522, + "P": 0.594160795211792, + "-": 0.38997429609298706 + }, + "id": "tp_22931" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2866400, + "label": "P", + "classification": { + "B": 6.583466642950953e-07, + "S": 9.697523637441918e-07, + "I": 0.00037543478538282216, + "C": 1.892806358227972e-05, + "R": 1.1450233614596073e-06, + "M": 3.317305527161807e-05, + "O": 8.432979484496173e-06, + "W": 5.719913360735518e-07, + "N": 2.0417379346326925e-05, + "Y": 0.0002860669046640396, + "U": 3.00897255556265e-07, + "K": 4.4617586354434025e-06, + "L": 8.297674867208116e-07, + "G": 0.00017619549180381, + "F": 0.004147578030824661, + "E": 0.0006856006220914423, + "T": 0.00017955192015506327, + "P": 0.5091100335121155, + "-": 0.4849495589733124 + }, + "id": "tp_22932" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2866533, + "label": "-", + "classification": { + "B": 0.008749140426516533, + "S": 0.0005389003781601787, + "I": 0.0012218750780448318, + "C": 9.989530371967703e-05, + "R": 3.5442230000626296e-05, + "M": 0.0019762536976486444, + "O": 0.001399146392941475, + "W": 0.0001523038517916575, + "N": 0.00015922446618787944, + "Y": 0.001085782889276743, + "U": 7.993929102667607e-06, + "K": 7.4595873229554854e-06, + "L": 0.0007045515230856836, + "G": 0.0054903714917600155, + "F": 0.025750381872057915, + "E": 0.005438449326902628, + "T": 0.0018866853788495064, + "P": 0.3312225043773651, + "-": 0.6140735149383545 + }, + "id": "tp_22933" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2866633, + "label": "P", + "classification": { + "B": 4.074112894159043e-06, + "S": 5.062591412752226e-07, + "I": 2.082448554574512e-05, + "C": 7.037807563392562e-07, + "R": 4.062337310983821e-08, + "M": 3.896420366800157e-06, + "O": 2.990202574437717e-06, + "W": 2.67570470668943e-07, + "N": 3.3848200473585166e-06, + "Y": 1.0161585123569239e-05, + "U": 1.2597101317624038e-07, + "K": 6.834932264609961e-07, + "L": 2.059164785350731e-07, + "G": 6.611626304220408e-06, + "F": 0.0003995596489403397, + "E": 0.00010688303882488981, + "T": 7.416009611915797e-05, + "P": 0.6675571203231812, + "-": 0.33180782198905945 + }, + "id": "tp_22934" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2866767, + "label": "P", + "classification": { + "B": 1.5135105968511198e-07, + "S": 1.7881095004668168e-07, + "I": 0.0003779566613957286, + "C": 1.3374103673413629e-06, + "R": 1.2771074864303955e-07, + "M": 3.3616718155826675e-06, + "O": 1.381067477268516e-06, + "W": 9.006541290546011e-08, + "N": 2.311173921043519e-05, + "Y": 2.480390867276583e-05, + "U": 5.429896177133742e-08, + "K": 5.504289219970815e-07, + "L": 7.336959129133902e-08, + "G": 5.88133434575866e-06, + "F": 0.00037769018672406673, + "E": 0.00012399211118463427, + "T": 3.651115912362002e-05, + "P": 0.8524487614631653, + "-": 0.1465739607810974 + }, + "id": "tp_22935" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2866900, + "label": "-", + "classification": { + "B": 0.0002730117994360626, + "S": 1.117611645895522e-06, + "I": 0.000321350758895278, + "C": 1.3702990145247895e-05, + "R": 7.821094527571404e-07, + "M": 0.0002756837639026344, + "O": 4.916213947581127e-05, + "W": 1.073706584975298e-06, + "N": 3.994298822362907e-06, + "Y": 0.00012126621732022613, + "U": 1.3389734476731974e-07, + "K": 2.158576428712422e-09, + "L": 1.980264096346218e-05, + "G": 0.00014300458133220673, + "F": 0.00011627631465671584, + "E": 0.0005329910782165825, + "T": 8.794440509518608e-05, + "P": 0.48354464769363403, + "-": 0.5144940614700317 + }, + "id": "tp_22936" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2867000, + "label": "P", + "classification": { + "B": 8.983608495327644e-06, + "S": 6.0768111325160135e-06, + "I": 0.00021941648446954787, + "C": 1.4251739230530802e-05, + "R": 2.0031266103615053e-06, + "M": 3.7504814827116206e-05, + "O": 2.222824150521774e-05, + "W": 2.2002600417181384e-06, + "N": 3.4004133340204135e-05, + "Y": 0.00011602001177379861, + "U": 4.6458859515041695e-07, + "K": 7.662762982363347e-06, + "L": 3.153669467792497e-06, + "G": 0.00040953847928903997, + "F": 0.008587745949625969, + "E": 0.0007273295777849853, + "T": 0.000362120772479102, + "P": 0.5725841522216797, + "-": 0.4168551564216614 + }, + "id": "tp_22937" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2867134, + "label": "-", + "classification": { + "B": 4.0604152218293166e-07, + "S": 3.1578969128531753e-07, + "I": 2.204887096013408e-05, + "C": 1.0220545618722099e-06, + "R": 1.0523626770009287e-07, + "M": 3.290550694146077e-06, + "O": 3.671697186291567e-06, + "W": 1.5125766594792367e-07, + "N": 2.599174877104815e-06, + "Y": 6.296438368735835e-05, + "U": 6.65996893189913e-08, + "K": 6.970371941861231e-07, + "L": 1.33205546148929e-07, + "G": 2.028743620030582e-05, + "F": 0.001211237395182252, + "E": 5.414478437160142e-05, + "T": 6.645032408414409e-05, + "P": 0.3975697457790375, + "-": 0.6009805798530579 + }, + "id": "tp_22938" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2867267, + "label": "P", + "classification": { + "B": 1.9069275367655791e-06, + "S": 2.7522139589564176e-07, + "I": 0.00036369854933582246, + "C": 1.8241394172946457e-06, + "R": 2.0945209655565122e-07, + "M": 6.999897595960647e-05, + "O": 4.160071057413006e-06, + "W": 2.196938453380426e-07, + "N": 4.717220235761488e-06, + "Y": 0.0002235396095784381, + "U": 3.1821837609413706e-08, + "K": 1.7592209644590184e-07, + "L": 5.122288939674036e-07, + "G": 4.424178769113496e-05, + "F": 0.0007377166184596717, + "E": 0.000738230359274894, + "T": 4.66561468783766e-05, + "P": 0.6384393572807312, + "-": 0.35932257771492004 + }, + "id": "tp_22939" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2867401, + "label": "P", + "classification": { + "B": 2.623053596551017e-08, + "S": 3.932998815514566e-09, + "I": 1.0567267054284457e-05, + "C": 5.436757177790241e-08, + "R": 1.2313381425599346e-09, + "M": 6.102776524130604e-07, + "O": 8.534088635769876e-08, + "W": 3.6006169157332124e-09, + "N": 1.7155458920115052e-07, + "Y": 4.495562279771548e-06, + "U": 3.147260008162789e-09, + "K": 6.2007075030123815e-09, + "L": 7.889064512767163e-09, + "G": 1.0365106390963774e-06, + "F": 8.15038220025599e-05, + "E": 3.9376791391987354e-05, + "T": 7.5680191002902575e-06, + "P": 0.731363832950592, + "-": 0.26849058270454407 + }, + "id": "tp_22940" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2867501, + "label": "P", + "classification": { + "B": 7.064076612550707e-07, + "S": 5.007117920285964e-07, + "I": 0.00012489956861827523, + "C": 2.0940510694344994e-06, + "R": 2.1860921606275951e-07, + "M": 6.737964213243686e-06, + "O": 2.732991788434447e-06, + "W": 1.9714525478775613e-07, + "N": 1.2993216842005495e-05, + "Y": 6.445879262173548e-05, + "U": 9.878130668994345e-08, + "K": 5.865816774530686e-07, + "L": 1.761409009759518e-07, + "G": 2.2053483917261474e-05, + "F": 0.0009382953285239637, + "E": 0.00042487020255066454, + "T": 6.179569754749537e-05, + "P": 0.7189157605171204, + "-": 0.2794208824634552 + }, + "id": "tp_22941" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2867634, + "label": "P", + "classification": { + "B": 3.7668489767384017e-06, + "S": 2.5636161353759235e-06, + "I": 0.0007047219551168382, + "C": 6.252007733564824e-05, + "R": 5.820033493364463e-06, + "M": 3.8938360376050696e-05, + "O": 2.1453312001540326e-05, + "W": 4.042345153720817e-06, + "N": 7.367080252151936e-05, + "Y": 0.0004465273814275861, + "U": 2.343044570807251e-06, + "K": 5.6614902860019356e-05, + "L": 1.4034094419912435e-06, + "G": 0.000165987090440467, + "F": 0.004188958089798689, + "E": 0.0011335443705320358, + "T": 0.0002020117681240663, + "P": 0.5710244178771973, + "-": 0.4218606948852539 + }, + "id": "tp_22942" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2867768, + "label": "-", + "classification": { + "B": 2.6669610964091817e-10, + "S": 9.609931773957303e-12, + "I": 1.3113117347529624e-07, + "C": 9.610912066193578e-10, + "R": 1.2943791004305094e-11, + "M": 1.6501477517749663e-08, + "O": 4.882025450569927e-09, + "W": 1.5812427756056735e-11, + "N": 5.592923346675605e-10, + "Y": 1.555718966983477e-07, + "U": 3.067016475857831e-12, + "K": 1.8996559967426885e-12, + "L": 1.3573731028060365e-10, + "G": 8.331739564937379e-08, + "F": 8.481374607072212e-06, + "E": 4.464839662432496e-07, + "T": 2.836923442828265e-07, + "P": 0.42321231961250305, + "-": 0.5767781138420105 + }, + "id": "tp_22943" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2867901, + "label": "P", + "classification": { + "B": 4.1593427368979974e-08, + "S": 1.203222126378023e-07, + "I": 6.654542812611908e-05, + "C": 1.4447817875407054e-06, + "R": 2.53858047472022e-07, + "M": 8.587751381128328e-07, + "O": 9.644130614105961e-07, + "W": 8.643018389875579e-08, + "N": 4.156840532232309e-06, + "Y": 1.9422142941039056e-05, + "U": 3.1122759480695095e-08, + "K": 2.1293212739692535e-06, + "L": 3.839513595949029e-08, + "G": 9.570544534653891e-06, + "F": 0.0027801268734037876, + "E": 8.184625767171383e-05, + "T": 1.5085325685504358e-05, + "P": 0.5556299686431885, + "-": 0.4413873255252838 + }, + "id": "tp_22944" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2868001, + "label": "-", + "classification": { + "B": 4.3516797632037196e-07, + "S": 6.09031118870007e-08, + "I": 1.3395729183685035e-05, + "C": 2.7310986752127064e-06, + "R": 1.5752144122416212e-07, + "M": 4.954123596689897e-06, + "O": 1.7754015289028757e-06, + "W": 4.2804458644241095e-08, + "N": 4.982045993529027e-07, + "Y": 3.171208663843572e-05, + "U": 1.4779963919409056e-08, + "K": 6.651697503912146e-08, + "L": 1.7243517902443273e-07, + "G": 4.9332207709085196e-05, + "F": 0.002567707095295191, + "E": 5.961352871963754e-05, + "T": 2.6022489691968076e-05, + "P": 0.3537727892398834, + "-": 0.6434686183929443 + }, + "id": "tp_22945" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2868135, + "label": "-", + "classification": { + "B": 1.7440340621330264e-13, + "S": 6.315810369269745e-14, + "I": 3.9123460027212786e-08, + "C": 6.746460612383487e-10, + "R": 4.49886699074864e-12, + "M": 1.5391068974857092e-10, + "O": 4.2613124834334215e-11, + "W": 1.7251625746440152e-13, + "N": 7.776122107339134e-11, + "Y": 1.0217256374289718e-07, + "U": 2.065879883611163e-13, + "K": 1.5179609305637776e-11, + "L": 3.183601657037044e-13, + "G": 1.1252414999773919e-08, + "F": 6.711768946843222e-06, + "E": 9.266657485795804e-08, + "T": 1.6313252970689973e-08, + "P": 0.26226669549942017, + "-": 0.7377263903617859 + }, + "id": "tp_22946" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2868268, + "label": "-", + "classification": { + "B": 1.032125624078617e-06, + "S": 4.225061189799817e-08, + "I": 7.465717499144375e-05, + "C": 1.264765887754038e-05, + "R": 1.1884611694767955e-06, + "M": 6.730375844199443e-06, + "O": 7.232851658045547e-06, + "W": 2.264452803046879e-07, + "N": 2.625870820338605e-06, + "Y": 6.311617471510544e-05, + "U": 1.4972430051329866e-07, + "K": 1.378855358780129e-07, + "L": 4.982416044185811e-07, + "G": 4.50941915914882e-05, + "F": 0.0001265427708858624, + "E": 4.666663153329864e-05, + "T": 7.741219451418146e-05, + "P": 0.3712480962276459, + "-": 0.6282857656478882 + }, + "id": "tp_22947" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2868402, + "label": "P", + "classification": { + "B": 6.731190893560779e-08, + "S": 5.540547576288191e-09, + "I": 1.3214346836321056e-05, + "C": 3.9448681832254806e-07, + "R": 8.549249308487106e-09, + "M": 9.390865898240008e-07, + "O": 2.9184803906900925e-07, + "W": 6.468505731049845e-09, + "N": 3.5330188552507025e-07, + "Y": 9.652484550315421e-06, + "U": 4.161583522233059e-09, + "K": 3.554328031896148e-08, + "L": 1.3005898580331632e-08, + "G": 7.58462056182907e-06, + "F": 0.00041812899871729314, + "E": 6.25623288215138e-05, + "T": 5.213634267420275e-06, + "P": 0.5960580706596375, + "-": 0.4034234881401062 + }, + "id": "tp_22948" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2868502, + "label": "P", + "classification": { + "B": 2.5489529434707947e-05, + "S": 6.303880127234152e-06, + "I": 0.0021535700652748346, + "C": 0.00010824896162375808, + "R": 1.7089489119825885e-05, + "M": 0.00018409993208479136, + "O": 7.319065480260178e-05, + "W": 9.642714758228976e-06, + "N": 0.0002240520407212898, + "Y": 0.0004709179629571736, + "U": 6.840696187282447e-06, + "K": 2.1317497157724574e-05, + "L": 9.185265298583545e-06, + "G": 0.0005244181375019252, + "F": 0.002520330948755145, + "E": 0.003133449936285615, + "T": 0.000518346787430346, + "P": 0.6563785076141357, + "-": 0.33361494541168213 + }, + "id": "tp_22949" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2868635, + "label": "-", + "classification": { + "B": 5.2243472055124585e-06, + "S": 2.530045719595364e-07, + "I": 0.0003031733795069158, + "C": 4.077821358805522e-05, + "R": 3.860665401589358e-06, + "M": 4.560519300866872e-05, + "O": 1.0632369594532065e-05, + "W": 6.014691962263896e-07, + "N": 9.046424565894995e-06, + "Y": 0.0010755305411294103, + "U": 5.341253199731e-07, + "K": 1.0503272278583609e-06, + "L": 1.0994126569130458e-06, + "G": 0.00010182666301261634, + "F": 0.0010015195002779365, + "E": 0.00019416052964515984, + "T": 0.00022011784312780946, + "P": 0.3084971010684967, + "-": 0.6884879469871521 + }, + "id": "tp_22950" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2868769, + "label": "-", + "classification": { + "B": 3.896118414559169e-06, + "S": 2.0476886675169226e-07, + "I": 5.290144690661691e-05, + "C": 1.761452767823357e-05, + "R": 7.751042971904099e-07, + "M": 2.7886675525223836e-05, + "O": 4.384929070511134e-06, + "W": 1.7391604956173978e-07, + "N": 4.61623903902364e-06, + "Y": 0.00019274056830909103, + "U": 1.7720439871027338e-07, + "K": 5.055187102698255e-06, + "L": 4.240979762926145e-07, + "G": 0.0002661595935933292, + "F": 0.002276381943374872, + "E": 0.0013489238917827606, + "T": 9.969739767257124e-05, + "P": 0.4195305109024048, + "-": 0.5761674642562866 + }, + "id": "tp_22951" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2868902, + "label": "P", + "classification": { + "B": 1.868357628609374e-07, + "S": 1.1129417742949954e-07, + "I": 0.00035197846591472626, + "C": 7.842780178179964e-06, + "R": 7.321197585952177e-07, + "M": 2.027859864028869e-06, + "O": 1.628304858058982e-06, + "W": 1.8761998887839582e-07, + "N": 3.05921166727785e-05, + "Y": 6.617450708290562e-05, + "U": 1.752129179521944e-07, + "K": 1.433135912520811e-05, + "L": 5.337794206639046e-08, + "G": 2.8071053748135455e-05, + "F": 0.0013366305502131581, + "E": 0.0009277630015276372, + "T": 2.1776280846097507e-05, + "P": 0.7517293095588684, + "-": 0.24548038840293884 + }, + "id": "tp_22952" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2869002, + "label": "P", + "classification": { + "B": 1.4285891358767344e-09, + "S": 6.631478699503646e-10, + "I": 3.492473842925392e-05, + "C": 3.5975676837551873e-07, + "R": 1.2014064409981984e-08, + "M": 1.481363938182767e-07, + "O": 5.462000984834958e-08, + "W": 1.2790045689214935e-09, + "N": 4.829685167351272e-07, + "Y": 1.568153311382048e-05, + "U": 1.918710079706898e-09, + "K": 5.1546862778195646e-08, + "L": 1.1007385003480863e-09, + "G": 2.280562739542802e-06, + "F": 9.082185715669766e-05, + "E": 1.8620683476910926e-05, + "T": 4.133931724936701e-06, + "P": 0.5864275693893433, + "-": 0.4134048521518707 + }, + "id": "tp_22953" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2869136, + "label": "-", + "classification": { + "B": 1.8066973694885746e-08, + "S": 7.863360518278739e-10, + "I": 3.850312623399077e-06, + "C": 6.671374990219192e-07, + "R": 4.416784094019022e-08, + "M": 2.2772958345740335e-06, + "O": 4.1167248809870216e-07, + "W": 2.3235018353773285e-09, + "N": 2.239739416154407e-08, + "Y": 4.3157186155440286e-05, + "U": 1.0329334054759443e-09, + "K": 4.0068842688256723e-10, + "L": 3.0957458818647865e-08, + "G": 1.0891032616200391e-05, + "F": 3.484312765067443e-05, + "E": 2.3667826098972e-06, + "T": 3.260795710957609e-05, + "P": 0.04260189086198807, + "-": 0.9572668671607971 + }, + "id": "tp_22954" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2869269, + "label": "-", + "classification": { + "B": 2.2863012418383732e-05, + "S": 1.0768375432235189e-05, + "I": 0.0002755517198238522, + "C": 0.00012192402937216684, + "R": 1.2449339010345284e-05, + "M": 0.0004732160596176982, + "O": 0.0001849252439569682, + "W": 1.0752592061180621e-05, + "N": 3.2442068913951516e-05, + "Y": 0.0009981216862797737, + "U": 8.320775123138446e-06, + "K": 1.3481061614584178e-05, + "L": 2.9983813874423504e-05, + "G": 0.0004687592154368758, + "F": 0.005384527146816254, + "E": 0.00033582726609893143, + "T": 0.0021547148935496807, + "P": 0.11724822968244553, + "-": 0.8722131848335266 + }, + "id": "tp_22955" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2869403, + "label": "P", + "classification": { + "B": 2.491050565822661e-07, + "S": 8.705324034963269e-07, + "I": 1.9352002709638327e-05, + "C": 4.911990345135564e-06, + "R": 7.045928214211017e-07, + "M": 6.878457270431682e-07, + "O": 2.262134103148128e-06, + "W": 5.509523930413707e-07, + "N": 9.25963649933692e-06, + "Y": 7.915977039374411e-05, + "U": 3.981148566367665e-08, + "K": 2.6002897357102484e-05, + "L": 6.30516510113921e-08, + "G": 0.00012760427489411086, + "F": 0.02815929800271988, + "E": 0.0008561158902011812, + "T": 4.109818473807536e-05, + "P": 0.6274176836013794, + "-": 0.3432541489601135 + }, + "id": "tp_22956" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2869503, + "label": "P", + "classification": { + "B": 1.9697506559168687e-06, + "S": 6.863427870484884e-07, + "I": 0.0008901142864488065, + "C": 3.1254890927812085e-05, + "R": 3.1026349915919127e-06, + "M": 2.326763205928728e-05, + "O": 1.1288346286164597e-05, + "W": 7.41623921385326e-07, + "N": 4.1501909436192364e-05, + "Y": 0.0004921489744447172, + "U": 1.6402445908170193e-06, + "K": 3.0438898193096975e-06, + "L": 2.197775984313921e-06, + "G": 0.00017519660468678921, + "F": 0.0014619153225794435, + "E": 0.0008130528731271625, + "T": 0.00027025712188333273, + "P": 0.5605984330177307, + "-": 0.4351780414581299 + }, + "id": "tp_22957" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2869636, + "label": "-", + "classification": { + "B": 1.487929068844096e-08, + "S": 4.353681415381061e-09, + "I": 1.3408871382125653e-05, + "C": 2.800515517265012e-07, + "R": 7.024311798886629e-09, + "M": 2.752028876784607e-06, + "O": 3.2518164516659454e-07, + "W": 6.590641810078068e-09, + "N": 4.950801439917996e-07, + "Y": 2.1614594515995122e-05, + "U": 4.6488382032805475e-09, + "K": 4.5850791252632916e-07, + "L": 7.131227608425661e-09, + "G": 1.303236604144331e-05, + "F": 0.0004424501385074109, + "E": 0.00025124868261627853, + "T": 1.331110888713738e-05, + "P": 0.3674173057079315, + "-": 0.6318232417106628 + }, + "id": "tp_22958" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2869770, + "label": "P", + "classification": { + "B": 1.8032161506198463e-06, + "S": 2.0714451238745824e-06, + "I": 0.00029039819492027164, + "C": 4.943472958984785e-06, + "R": 6.443714255510713e-07, + "M": 8.54136760608526e-06, + "O": 8.845624506648164e-06, + "W": 1.3921634263169835e-06, + "N": 3.970485704485327e-05, + "Y": 0.00015426520258188248, + "U": 8.296269129459688e-07, + "K": 1.3082113582640886e-05, + "L": 4.4020035261382873e-07, + "G": 3.0844832508591935e-05, + "F": 0.0020366727840155363, + "E": 0.0007488492992706597, + "T": 9.629441046854481e-05, + "P": 0.6669738292694092, + "-": 0.32958656549453735 + }, + "id": "tp_22959" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2869903, + "label": "-", + "classification": { + "B": 8.716352795090643e-07, + "S": 9.386246802023379e-08, + "I": 7.753604222671129e-06, + "C": 3.9566521081724204e-07, + "R": 4.740713777096062e-08, + "M": 4.8944530135486275e-06, + "O": 4.206104676995892e-06, + "W": 4.3303142405193285e-08, + "N": 2.5911364787134517e-07, + "Y": 8.272558261523955e-06, + "U": 6.612617120538289e-09, + "K": 3.3240434849091116e-09, + "L": 3.178474230480788e-07, + "G": 1.194385731650982e-05, + "F": 0.00019738185801543295, + "E": 1.1880943020514678e-05, + "T": 5.8008634368889034e-05, + "P": 0.1783222109079361, + "-": 0.8213714361190796 + }, + "id": "tp_22960" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2870003, + "label": "P", + "classification": { + "B": 2.479328941262793e-06, + "S": 2.8778524665540317e-06, + "I": 0.0034153645392507315, + "C": 0.00020775981829501688, + "R": 3.44786312780343e-05, + "M": 0.0001063287490978837, + "O": 3.728430965566076e-05, + "W": 4.74702619612799e-06, + "N": 0.00016809529915917665, + "Y": 0.0011897595832124352, + "U": 3.10845871354104e-06, + "K": 3.0114324545138516e-05, + "L": 4.006044491688954e-06, + "G": 0.0003466193738859147, + "F": 0.005016690585762262, + "E": 0.0015992653788998723, + "T": 0.0003108718083240092, + "P": 0.5078646540641785, + "-": 0.4796554148197174 + }, + "id": "tp_22961" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2870137, + "label": "-", + "classification": { + "B": 6.226397999853361e-06, + "S": 3.6917570014338708e-06, + "I": 0.0003698512737173587, + "C": 5.3215957450447604e-05, + "R": 1.3787518582830671e-05, + "M": 0.00013030234549660236, + "O": 8.022192196222022e-05, + "W": 2.971821231767535e-06, + "N": 4.423465725267306e-05, + "Y": 0.0008166495244950056, + "U": 2.375324356762576e-06, + "K": 1.5481631635339e-05, + "L": 6.82186100675608e-06, + "G": 0.0003359569236636162, + "F": 0.009110722690820694, + "E": 0.0005576128023676574, + "T": 0.001119945663958788, + "P": 0.19454056024551392, + "-": 0.7927892804145813 + }, + "id": "tp_22962" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2870270, + "label": "-", + "classification": { + "B": 4.766767597175203e-05, + "S": 1.3743656381848268e-05, + "I": 0.00018290113075636327, + "C": 0.00025830487720668316, + "R": 2.9766184525215067e-05, + "M": 0.0007468510302715003, + "O": 0.00020393397426232696, + "W": 1.1410517799959052e-05, + "N": 1.853410321928095e-05, + "Y": 0.002451800275593996, + "U": 4.170413831161568e-06, + "K": 2.924460886788438e-06, + "L": 6.0279318859102204e-05, + "G": 0.001049834187142551, + "F": 0.01675431989133358, + "E": 0.00031500388286076486, + "T": 0.0016312982188537717, + "P": 0.11061213165521622, + "-": 0.8656051158905029 + }, + "id": "tp_22963" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2870404, + "label": "P", + "classification": { + "B": 1.0711658433137927e-05, + "S": 2.3873649297456723e-06, + "I": 0.0018490683287382126, + "C": 0.0002694133436307311, + "R": 4.2907355236820877e-05, + "M": 9.209573909174651e-05, + "O": 4.323802932049148e-05, + "W": 6.7070154727844056e-06, + "N": 0.00017555663362145424, + "Y": 0.0008819400682114065, + "U": 7.743816240690649e-06, + "K": 0.00018217852630186826, + "L": 5.939949915045872e-06, + "G": 0.0014896265929564834, + "F": 0.010721690952777863, + "E": 0.0065302178263664246, + "T": 0.0003689924778882414, + "P": 0.6095167994499207, + "-": 0.3678027093410492 + }, + "id": "tp_22964" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2870504, + "label": "P", + "classification": { + "B": 1.805713509384077e-06, + "S": 6.181796834425768e-07, + "I": 0.00015081332821864635, + "C": 1.0094669278259971e-06, + "R": 1.1858538329079238e-07, + "M": 7.153227670642082e-06, + "O": 3.940318947570631e-06, + "W": 2.4608868898212677e-07, + "N": 2.086483254970517e-05, + "Y": 3.106133226538077e-05, + "U": 1.92960214917548e-07, + "K": 9.455313261241827e-07, + "L": 3.1731192962070054e-07, + "G": 1.7116830349550582e-05, + "F": 0.0003381611604709178, + "E": 0.0004300375294405967, + "T": 8.825054101180285e-05, + "P": 0.8720801472663879, + "-": 0.1268271505832672 + }, + "id": "tp_22965" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2870637, + "label": "P", + "classification": { + "B": 5.451057859318098e-06, + "S": 1.7021062603816972e-06, + "I": 0.00021056225523352623, + "C": 4.456620899873087e-06, + "R": 5.248646743893914e-07, + "M": 1.7432192180422135e-05, + "O": 3.206980545655824e-05, + "W": 7.297894057956e-07, + "N": 1.859365511336364e-05, + "Y": 2.4005892555578612e-05, + "U": 1.6545156711345044e-07, + "K": 1.0148229279138832e-07, + "L": 1.2148406085543684e-06, + "G": 4.0129332774085924e-05, + "F": 0.00018991573597304523, + "E": 7.410629041260108e-05, + "T": 0.00013466092059388757, + "P": 0.6504130959510803, + "-": 0.3488309979438782 + }, + "id": "tp_22966" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2870771, + "label": "P", + "classification": { + "B": 3.417866878407949e-07, + "S": 7.791791745148657e-08, + "I": 0.0010303446324542165, + "C": 1.0691291208786424e-05, + "R": 8.168707381628337e-07, + "M": 8.021478606679011e-06, + "O": 2.212355639130692e-06, + "W": 1.4468848519300082e-07, + "N": 3.9823822589823976e-05, + "Y": 5.9897003666264936e-05, + "U": 2.8665044737863354e-07, + "K": 2.4463029149046633e-06, + "L": 1.3432511991595675e-07, + "G": 4.2892970668617636e-05, + "F": 0.0003432478115428239, + "E": 0.0010466505773365498, + "T": 3.434213431319222e-05, + "P": 0.8271819949150085, + "-": 0.17019571363925934 + }, + "id": "tp_22967" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2870904, + "label": "P", + "classification": { + "B": 9.653773336282256e-10, + "S": 6.514625505715799e-10, + "I": 4.482295025809435e-06, + "C": 2.1611244349628578e-08, + "R": 7.84023290734126e-10, + "M": 6.307505628910803e-08, + "O": 1.4439201834193227e-08, + "W": 7.113943323311389e-10, + "N": 1.2869581667018792e-07, + "Y": 2.5395975171704777e-06, + "U": 2.7475177688529584e-10, + "K": 2.1810256711773945e-08, + "L": 1.38245873082532e-10, + "G": 4.5256535941007314e-07, + "F": 6.108704110374674e-05, + "E": 2.6084464479936287e-05, + "T": 9.77680997493735e-07, + "P": 0.7738602757453918, + "-": 0.22604386508464813 + }, + "id": "tp_22968" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2871004, + "label": "-", + "classification": { + "B": 2.9008018209708553e-10, + "S": 1.1140682126820067e-11, + "I": 4.1077981904891203e-07, + "C": 1.3941408028017577e-08, + "R": 1.6636089728017112e-10, + "M": 1.7371313276726141e-09, + "O": 9.69516689153238e-10, + "W": 2.4465936221407247e-11, + "N": 3.436402273848671e-09, + "Y": 1.5445027656824095e-06, + "U": 3.601775475092772e-11, + "K": 1.3931565900904275e-09, + "L": 2.1792727344926988e-11, + "G": 2.824258444888983e-07, + "F": 0.00011671001266222447, + "E": 6.009810931573156e-06, + "T": 8.975623444484881e-08, + "P": 0.41583457589149475, + "-": 0.5840403437614441 + }, + "id": "tp_22969" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2871138, + "label": "-", + "classification": { + "B": 5.446237264550291e-05, + "S": 3.57168864866253e-05, + "I": 0.0018546057399362326, + "C": 0.0006294883205555379, + "R": 0.00012915392289869487, + "M": 0.0007651310879737139, + "O": 0.0002590278163552284, + "W": 4.858613101532683e-05, + "N": 0.00029931063181720674, + "Y": 0.004588904324918985, + "U": 2.2118232664070092e-05, + "K": 0.0004474549205042422, + "L": 5.6418812164338306e-05, + "G": 0.0035188847687095404, + "F": 0.04150649905204773, + "E": 0.006996782962232828, + "T": 0.0021176838781684637, + "P": 0.3799520432949066, + "-": 0.5567177534103394 + }, + "id": "tp_22970" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2871271, + "label": "P", + "classification": { + "B": 9.12264752628289e-08, + "S": 7.162096693491549e-09, + "I": 0.0001285637990804389, + "C": 2.2950621314521413e-06, + "R": 2.7670084890019098e-08, + "M": 4.017911578557687e-06, + "O": 2.7897070253857237e-07, + "W": 1.0987649012861311e-08, + "N": 2.732913344516419e-06, + "Y": 3.8155398215167224e-05, + "U": 1.2765357659816345e-08, + "K": 2.1728662602527038e-07, + "L": 1.3010976296357057e-08, + "G": 1.601263829797972e-05, + "F": 0.0001452973810955882, + "E": 0.0006521633476950228, + "T": 1.0069010386359878e-05, + "P": 0.7167195677757263, + "-": 0.28228041529655457 + }, + "id": "tp_22971" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2871405, + "label": "-", + "classification": { + "B": 5.143642667349013e-08, + "S": 2.7127226687184702e-08, + "I": 4.2187864892184734e-05, + "C": 7.111358172551263e-06, + "R": 6.149894034024328e-07, + "M": 3.3762541988835437e-06, + "O": 1.744901851452596e-06, + "W": 4.252063234844172e-08, + "N": 1.5258034409271204e-06, + "Y": 8.072111813817173e-05, + "U": 2.8980515764942538e-08, + "K": 1.5193279523373349e-07, + "L": 7.248415556659893e-08, + "G": 4.074118987773545e-05, + "F": 0.0012529133819043636, + "E": 3.23141211993061e-05, + "T": 3.381627539056353e-05, + "P": 0.3349219858646393, + "-": 0.6635805368423462 + }, + "id": "tp_22972" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2871505, + "label": "P", + "classification": { + "B": 1.0225416957609923e-08, + "S": 4.977599665778598e-09, + "I": 0.0006070022354833782, + "C": 3.251001089665806e-06, + "R": 7.805456903042796e-08, + "M": 2.5453941816522274e-06, + "O": 1.6220828058521874e-07, + "W": 1.3891946260002896e-08, + "N": 6.90289789417875e-06, + "Y": 5.321781645761803e-05, + "U": 2.1590141230376503e-08, + "K": 7.70490771628829e-07, + "L": 9.43325684232832e-09, + "G": 5.4472429837915115e-06, + "F": 0.0001233939838130027, + "E": 0.0008060702821239829, + "T": 1.1656959031824954e-05, + "P": 0.7986168265342712, + "-": 0.19976267218589783 + }, + "id": "tp_22973" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2871638, + "label": "P", + "classification": { + "B": 4.717329647974111e-05, + "S": 3.3241767596337013e-06, + "I": 0.004374088253825903, + "C": 0.0001541623641969636, + "R": 1.0506550097488798e-05, + "M": 0.0005793020827695727, + "O": 5.173542376724072e-05, + "W": 2.912845729952096e-06, + "N": 0.000262708606896922, + "Y": 0.0014310836559161544, + "U": 3.7060074191686e-06, + "K": 1.2864180462202057e-05, + "L": 1.0360256055719219e-05, + "G": 0.0019789449870586395, + "F": 0.0009585802326910198, + "E": 0.018697582185268402, + "T": 0.000828227901365608, + "P": 0.6984766125679016, + "-": 0.27211615443229675 + }, + "id": "tp_22974" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2871772, + "label": "P", + "classification": { + "B": 1.1625567140072235e-06, + "S": 5.022326377002173e-07, + "I": 8.069323666859418e-05, + "C": 7.630521395185497e-06, + "R": 6.098653102526441e-07, + "M": 5.856949428562075e-06, + "O": 6.536610271723475e-06, + "W": 2.03167601853238e-07, + "N": 4.8031010919658e-06, + "Y": 2.4201301130233333e-05, + "U": 5.017732718215484e-08, + "K": 7.403312451970123e-08, + "L": 3.7939986441415385e-07, + "G": 0.00011535349767655134, + "F": 0.0017482604598626494, + "E": 7.524291868321598e-05, + "T": 2.622620559122879e-05, + "P": 0.5361475348472595, + "-": 0.46175476908683777 + }, + "id": "tp_22975" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2871905, + "label": "P", + "classification": { + "B": 4.47669071945711e-06, + "S": 1.6671791627231869e-06, + "I": 0.0008665865752846003, + "C": 2.3749928004690446e-05, + "R": 2.6809509563463507e-06, + "M": 3.224077954655513e-05, + "O": 9.101651812670752e-06, + "W": 1.0900207598751877e-06, + "N": 4.74081898573786e-05, + "Y": 0.00018076619016937912, + "U": 1.2865895087088575e-06, + "K": 7.482610271836165e-06, + "L": 1.248580815627065e-06, + "G": 0.0001127917057601735, + "F": 0.0014471953036263585, + "E": 0.0013082283549010754, + "T": 0.00014055654173716903, + "P": 0.703706681728363, + "-": 0.2921047806739807 + }, + "id": "tp_22976" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2872005, + "label": "P", + "classification": { + "B": 3.6119652122579282e-06, + "S": 4.971537691744743e-06, + "I": 0.00012645621609408408, + "C": 1.591550426383037e-05, + "R": 1.45627257097658e-06, + "M": 1.6971753211691976e-05, + "O": 1.440394771634601e-05, + "W": 2.8444942472560797e-06, + "N": 2.906823283410631e-05, + "Y": 0.00015957231516949832, + "U": 3.6076806964047137e-07, + "K": 2.304759982507676e-05, + "L": 1.8514384692025487e-06, + "G": 0.00043724983697757125, + "F": 0.03156746178865433, + "E": 0.0017488801386207342, + "T": 0.00017461710376664996, + "P": 0.5571462512016296, + "-": 0.4085250496864319 + }, + "id": "tp_22977" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2872139, + "label": "-", + "classification": { + "B": 5.650163115156204e-10, + "S": 1.2765874295161961e-11, + "I": 4.588252977555385e-06, + "C": 4.48902852667743e-08, + "R": 4.0837339065902256e-10, + "M": 8.230588832702779e-08, + "O": 6.132987007134716e-09, + "W": 3.766906231383871e-11, + "N": 1.4561210903707433e-08, + "Y": 3.798517582254135e-06, + "U": 7.821015363118633e-11, + "K": 1.8536838730653926e-10, + "L": 1.361486756668029e-10, + "G": 5.679626156052109e-07, + "F": 4.7703642849228345e-06, + "E": 6.596494586119661e-06, + "T": 1.2667878763750196e-06, + "P": 0.4606771767139435, + "-": 0.5393011569976807 + }, + "id": "tp_22978" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2872272, + "label": "P", + "classification": { + "B": 9.741800113260979e-07, + "S": 1.64739344654663e-06, + "I": 0.0009326483123004436, + "C": 4.554965562419966e-05, + "R": 8.473381967633031e-06, + "M": 3.0032009817659855e-05, + "O": 1.883455115603283e-05, + "W": 2.1438249859784264e-06, + "N": 8.139572310028598e-05, + "Y": 0.0005016007926315069, + "U": 1.5526181869063294e-06, + "K": 2.969860543089453e-05, + "L": 9.228921271642321e-07, + "G": 0.00012958142906427383, + "F": 0.0020159175619482994, + "E": 0.0004407052183523774, + "T": 0.00020651558588724583, + "P": 0.714458167552948, + "-": 0.2810935378074646 + }, + "id": "tp_22979" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2872406, + "label": "P", + "classification": { + "B": 6.291587624218664e-07, + "S": 7.53652784624137e-08, + "I": 0.018216708675026894, + "C": 0.0001258405827684328, + "R": 1.1637513125606347e-05, + "M": 2.292192766617518e-05, + "O": 4.980994617653778e-06, + "W": 2.538169781018951e-07, + "N": 0.00011068006278946996, + "Y": 8.274325227830559e-05, + "U": 5.306897605805716e-07, + "K": 1.5018423482615617e-07, + "L": 1.099969153983693e-06, + "G": 7.642734271939844e-05, + "F": 4.8170459194807336e-05, + "E": 0.0005298033356666565, + "T": 0.00010086590918945149, + "P": 0.9098001718521118, + "-": 0.07086625695228577 + }, + "id": "tp_22980" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2872506, + "label": "P", + "classification": { + "B": 6.696641503367573e-05, + "S": 6.645511166425422e-05, + "I": 0.0018167694797739387, + "C": 0.0002576965489424765, + "R": 3.074979758821428e-05, + "M": 0.0006472703535109758, + "O": 0.0002679001772776246, + "W": 6.73151298542507e-05, + "N": 0.00046759017277508974, + "Y": 0.003278879215940833, + "U": 3.818824188783765e-05, + "K": 0.00028076700982637703, + "L": 4.0461534808855504e-05, + "G": 0.0010908546391874552, + "F": 0.011575646698474884, + "E": 0.005096983630210161, + "T": 0.002351131523028016, + "P": 0.5087497234344482, + "-": 0.46380868554115295 + }, + "id": "tp_22981" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2872639, + "label": "-", + "classification": { + "B": 6.648950511589646e-05, + "S": 0.00015638384502381086, + "I": 0.004956201650202274, + "C": 0.0003719048108905554, + "R": 0.00012802603305317461, + "M": 0.002015533158555627, + "O": 0.0007394828135147691, + "W": 0.00012211773719172925, + "N": 0.0008042771951295435, + "Y": 0.01974225789308548, + "U": 4.2354971810709685e-05, + "K": 0.0006346917361952364, + "L": 7.050701242405921e-05, + "G": 0.002667289227247238, + "F": 0.008307021111249924, + "E": 0.009366888552904129, + "T": 0.007943542674183846, + "P": 0.24395960569381714, + "-": 0.697905421257019 + }, + "id": "tp_22982" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2872773, + "label": "-", + "classification": { + "B": 2.8800745894841384e-06, + "S": 2.3538417792678956e-07, + "I": 0.00014219885633792728, + "C": 1.8126307622878812e-05, + "R": 1.945350504684029e-06, + "M": 2.1010186173953116e-05, + "O": 1.4584328710043337e-05, + "W": 3.4619134225977177e-07, + "N": 4.593909125105711e-06, + "Y": 0.0002558516862336546, + "U": 3.116543894066126e-07, + "K": 2.2615094508182665e-07, + "L": 2.5105225631705252e-06, + "G": 0.0003477275022305548, + "F": 0.0007076998008415103, + "E": 0.00014130258932709694, + "T": 0.00020130720804445446, + "P": 0.24724508821964264, + "-": 0.7508920431137085 + }, + "id": "tp_22983" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2872906, + "label": "P", + "classification": { + "B": 2.1818268578499556e-06, + "S": 2.2002145669830497e-06, + "I": 0.00023703007900621742, + "C": 3.8114242215669947e-06, + "R": 2.836620183188643e-07, + "M": 7.729500066488981e-05, + "O": 1.0835992725333199e-05, + "W": 4.2492814600336715e-07, + "N": 1.9790906662819907e-05, + "Y": 0.00010680859122658148, + "U": 9.082020113737599e-08, + "K": 2.7488064802128065e-07, + "L": 7.423079750878969e-07, + "G": 4.0472252294421196e-05, + "F": 0.0004609183524735272, + "E": 0.0005170549848116934, + "T": 0.00013557830243371427, + "P": 0.7667433619499207, + "-": 0.2316408008337021 + }, + "id": "tp_22984" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2873006, + "label": "-", + "classification": { + "B": 7.124578010886395e-11, + "S": 3.487514790845303e-11, + "I": 5.956920290373091e-07, + "C": 2.3133463145086353e-08, + "R": 2.5560906169452835e-10, + "M": 6.653395612232771e-09, + "O": 2.3348221134256164e-09, + "W": 3.431985598489895e-11, + "N": 7.397510604079116e-09, + "Y": 6.403654424502747e-07, + "U": 3.0586491672757177e-11, + "K": 1.2511093272493667e-09, + "L": 4.6640961925970004e-11, + "G": 2.364397886367442e-07, + "F": 0.00013099421630613506, + "E": 3.2086868486658204e-06, + "T": 2.1544435924170102e-07, + "P": 0.46532395482063293, + "-": 0.534540057182312 + }, + "id": "tp_22985" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2873140, + "label": "P", + "classification": { + "B": 6.4780572017753e-08, + "S": 2.4646187313237533e-09, + "I": 3.702706408148515e-06, + "C": 8.394260930799646e-08, + "R": 1.3041991930862196e-09, + "M": 3.0619631274930725e-07, + "O": 7.366379151108049e-08, + "W": 1.139184191423226e-09, + "N": 6.34287999901062e-08, + "Y": 1.142263613473915e-06, + "U": 6.705047073118919e-10, + "K": 6.785572659318007e-10, + "L": 8.905074011522629e-09, + "G": 1.705060981294082e-06, + "F": 5.274955037748441e-05, + "E": 2.0420955479494296e-05, + "T": 4.2460601434868295e-06, + "P": 0.5776060819625854, + "-": 0.4223092794418335 + }, + "id": "tp_22986" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2873273, + "label": "-", + "classification": { + "B": 1.8710036897573445e-07, + "S": 4.4783507746615214e-07, + "I": 5.047857848694548e-05, + "C": 7.4577888881322e-05, + "R": 9.699829206510913e-06, + "M": 0.00010323125025024638, + "O": 2.0126919480389915e-05, + "W": 5.929660460424202e-07, + "N": 1.497793164162431e-06, + "Y": 0.00202522287145257, + "U": 2.539331092066277e-07, + "K": 7.009900286902848e-07, + "L": 2.9841198738722596e-06, + "G": 0.00016196659998968244, + "F": 0.0018337859073653817, + "E": 3.115746221737936e-05, + "T": 0.0008351813885383308, + "P": 0.020067278295755386, + "-": 0.9747806191444397 + }, + "id": "tp_22987" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2873407, + "label": "-", + "classification": { + "B": 2.2340414034260903e-06, + "S": 3.383060629857937e-06, + "I": 0.0004543141694739461, + "C": 0.00014598621055483818, + "R": 1.5603003703290597e-05, + "M": 4.815188731299713e-05, + "O": 5.078640970168635e-05, + "W": 6.071330062695779e-06, + "N": 4.9133639549836516e-05, + "Y": 0.00048692035488784313, + "U": 5.667024652211694e-06, + "K": 2.5524130251142196e-05, + "L": 4.3502786866156384e-06, + "G": 0.00014957450912334025, + "F": 0.004233196377754211, + "E": 0.00020551438501570374, + "T": 0.0006461144075728953, + "P": 0.3272542953491211, + "-": 0.6662131547927856 + }, + "id": "tp_22988" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2873507, + "label": "-", + "classification": { + "B": 7.524935062974691e-05, + "S": 6.132642010925338e-05, + "I": 0.0016332780942320824, + "C": 0.0005674106650985777, + "R": 0.0001055033499142155, + "M": 0.0010415042052045465, + "O": 0.0003554582071956247, + "W": 7.632327469764277e-05, + "N": 0.00037333337240852416, + "Y": 0.005320193246006966, + "U": 5.918206807109527e-05, + "K": 0.0009520563762634993, + "L": 6.383096479112282e-05, + "G": 0.002505347365513444, + "F": 0.03136003017425537, + "E": 0.0048836600035429, + "T": 0.0032773965504020452, + "P": 0.2610272169113159, + "-": 0.6862616539001465 + }, + "id": "tp_22989" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2873640, + "label": "P", + "classification": { + "B": 1.464251567995234e-06, + "S": 5.753071263825404e-07, + "I": 0.0004050753195770085, + "C": 1.1237024182264577e-06, + "R": 1.0140692552340624e-07, + "M": 6.501702500827378e-06, + "O": 1.4540598840540042e-06, + "W": 1.931023945189736e-07, + "N": 1.9522200091159903e-05, + "Y": 4.816576620214619e-05, + "U": 1.2743014110583317e-07, + "K": 4.841730856242066e-07, + "L": 2.3440428265075752e-07, + "G": 1.614140455785673e-05, + "F": 0.0002889132883865386, + "E": 0.00033548599458299577, + "T": 3.559580727596767e-05, + "P": 0.9220426678657532, + "-": 0.07679619640111923 + }, + "id": "tp_22990" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2873774, + "label": "P", + "classification": { + "B": 2.628388395820025e-09, + "S": 1.066208898947707e-09, + "I": 6.381807179423049e-05, + "C": 7.642793953266391e-09, + "R": 3.6253172686073754e-10, + "M": 1.8646477428774233e-07, + "O": 6.2944702783340745e-09, + "W": 1.7250474659835646e-10, + "N": 1.0799170695463545e-06, + "Y": 3.4661366044019815e-07, + "U": 9.872765105445325e-11, + "K": 2.3414097327645322e-09, + "L": 2.633596118961634e-10, + "G": 2.433970678339392e-07, + "F": 4.60028513771249e-06, + "E": 6.441460573114455e-05, + "T": 4.5395560732686135e-07, + "P": 0.9934281706809998, + "-": 0.006436566822230816 + }, + "id": "tp_22991" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2873907, + "label": "-", + "classification": { + "B": 2.6143641071452173e-11, + "S": 5.369578393032981e-11, + "I": 1.9646217879198957e-06, + "C": 1.4691565297653142e-08, + "R": 2.5752477927909467e-10, + "M": 1.381809511258325e-08, + "O": 2.4224178218901216e-09, + "W": 1.3377318697216367e-10, + "N": 1.27814283601424e-08, + "Y": 2.1119790289958473e-06, + "U": 7.53759138438781e-11, + "K": 2.652828845484123e-09, + "L": 3.0430758607424835e-11, + "G": 3.921638480619549e-08, + "F": 2.2638563677901402e-05, + "E": 2.859519327103044e-06, + "T": 5.285141924105119e-07, + "P": 0.4978620707988739, + "-": 0.5021076798439026 + }, + "id": "tp_22992" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2874007, + "label": "-", + "classification": { + "B": 6.386279949310847e-08, + "S": 3.631491551914223e-08, + "I": 0.00017483880219515413, + "C": 1.234794945048634e-05, + "R": 6.265455567699973e-07, + "M": 1.5738267393317074e-05, + "O": 2.12780105357524e-06, + "W": 7.073350616337848e-08, + "N": 4.166735379840247e-06, + "Y": 0.00013763963943347335, + "U": 7.130540780053707e-08, + "K": 1.1373213055776432e-06, + "L": 1.1746008965474175e-07, + "G": 5.6713688536547124e-05, + "F": 0.0005473689525388181, + "E": 0.00024466851027682424, + "T": 7.43237033020705e-05, + "P": 0.3537924289703369, + "-": 0.6449355483055115 + }, + "id": "tp_22993" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2874141, + "label": "P", + "classification": { + "B": 7.508634780606371e-08, + "S": 1.5223180938050973e-08, + "I": 3.771701449295506e-05, + "C": 2.9322370664885966e-07, + "R": 1.6787582879373986e-08, + "M": 2.1805576579936314e-06, + "O": 5.182534437153663e-07, + "W": 1.0244364467837386e-08, + "N": 6.848465545772342e-07, + "Y": 2.304190093127545e-05, + "U": 2.4468769233010335e-09, + "K": 4.017235610831449e-08, + "L": 2.6395266417011953e-08, + "G": 1.52819247887237e-05, + "F": 0.0006625959067605436, + "E": 8.281003101728857e-05, + "T": 6.551852948177839e-06, + "P": 0.5454666018486023, + "-": 0.4537014663219452 + }, + "id": "tp_22994" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2874274, + "label": "-", + "classification": { + "B": 0.004379717633128166, + "S": 0.0035051607992500067, + "I": 0.007553398609161377, + "C": 0.006977473851293325, + "R": 0.0018505087355151772, + "M": 0.010025630705058575, + "O": 0.0041794986464083195, + "W": 0.0018778197700157762, + "N": 0.0036918395198881626, + "Y": 0.01070189755409956, + "U": 0.0006295672501437366, + "K": 0.005688859615474939, + "L": 0.0022160853259265423, + "G": 0.026764173060655594, + "F": 0.1873369812965393, + "E": 0.07358532398939133, + "T": 0.009687649086117744, + "P": 0.2657833695411682, + "-": 0.37356501817703247 + }, + "id": "tp_22995" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2874408, + "label": "-", + "classification": { + "B": 2.9647084787143285e-08, + "S": 7.744871410864107e-09, + "I": 1.4405997717403807e-05, + "C": 3.8138051650093985e-07, + "R": 2.5328235508936814e-08, + "M": 2.416807319605141e-06, + "O": 1.0906252327913535e-06, + "W": 1.3545052190977458e-08, + "N": 2.455710443882708e-07, + "Y": 1.1380800060578622e-05, + "U": 7.143829527933576e-09, + "K": 6.924142592623639e-09, + "L": 5.966153082681558e-08, + "G": 6.330649739538785e-06, + "F": 0.00010833873238880187, + "E": 5.7902261687559076e-06, + "T": 4.0793158404994756e-05, + "P": 0.1753900647163391, + "-": 0.8244186639785767 + }, + "id": "tp_22996" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2874508, + "label": "P", + "classification": { + "B": 2.774075255729258e-05, + "S": 1.1043899576179683e-05, + "I": 0.020970642566680908, + "C": 0.00045534418313764036, + "R": 6.414853851310909e-05, + "M": 0.0002849202137440443, + "O": 5.8879260905086994e-05, + "W": 9.474261787545402e-06, + "N": 0.0012221907963976264, + "Y": 0.0007551981252618134, + "U": 6.4636406023055315e-06, + "K": 5.0095670303562656e-05, + "L": 1.490297381678829e-05, + "G": 0.0012306240387260914, + "F": 0.0025378488935530186, + "E": 0.013260114938020706, + "T": 0.0003473154501989484, + "P": 0.874221682548523, + "-": 0.08447141945362091 + }, + "id": "tp_22997" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2874641, + "label": "-", + "classification": { + "B": 1.1479677368697594e-06, + "S": 9.238455277227331e-06, + "I": 8.112519572023302e-05, + "C": 6.863915041321889e-05, + "R": 1.1652790817606729e-05, + "M": 0.00017028335423674434, + "O": 9.167868120130152e-05, + "W": 8.462060577585362e-06, + "N": 1.948427416209597e-05, + "Y": 0.0011449954472482204, + "U": 1.844975713538588e-06, + "K": 0.00012558374146465212, + "L": 7.441267825925024e-06, + "G": 0.00020335130102466792, + "F": 0.026141708716750145, + "E": 0.0004648085741791874, + "T": 0.0010672516655176878, + "P": 0.07259394973516464, + "-": 0.8977874517440796 + }, + "id": "tp_22998" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2874775, + "label": "-", + "classification": { + "B": 4.273405465937685e-06, + "S": 1.3594881238532253e-06, + "I": 0.0012095627607777715, + "C": 0.00010330296936444938, + "R": 1.8296103007742204e-05, + "M": 0.00011098751565441489, + "O": 4.4807438825955614e-05, + "W": 2.440515800117282e-06, + "N": 6.304559792624786e-05, + "Y": 0.0009167532552964985, + "U": 3.722911060322076e-06, + "K": 8.547222023480572e-06, + "L": 6.590059001609916e-06, + "G": 0.0003621763607952744, + "F": 0.001293280627578497, + "E": 0.0006674831383861601, + "T": 0.0009679243084974587, + "P": 0.28893426060676575, + "-": 0.7052811980247498 + }, + "id": "tp_22999" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2874908, + "label": "P", + "classification": { + "B": 1.1700680702109167e-10, + "S": 1.3003470696049124e-11, + "I": 4.833782440982759e-05, + "C": 7.471379959156366e-09, + "R": 1.2029507945321427e-10, + "M": 6.016134701525289e-09, + "O": 2.1595723820322377e-10, + "W": 9.183141226609681e-12, + "N": 2.456929451000178e-07, + "Y": 1.7207887026415847e-07, + "U": 3.708034573834951e-11, + "K": 1.3355953010218968e-09, + "L": 1.4292038039154242e-11, + "G": 5.747069664607807e-08, + "F": 7.095536602719221e-07, + "E": 3.111619298579171e-05, + "T": 6.191868351379526e-08, + "P": 0.993629515171051, + "-": 0.00628977594897151 + }, + "id": "tp_23000" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2875008, + "label": "P", + "classification": { + "B": 1.2234627320140135e-06, + "S": 1.2778011182490445e-07, + "I": 0.000394625763874501, + "C": 1.3787839634460397e-05, + "R": 1.8121052107744617e-06, + "M": 2.7014313673134893e-05, + "O": 4.173348770564189e-06, + "W": 1.938607141482862e-07, + "N": 8.700054422661196e-06, + "Y": 0.000251331104664132, + "U": 2.515687356208218e-07, + "K": 1.1433819508965826e-06, + "L": 9.267507721233414e-07, + "G": 0.0002276535815326497, + "F": 0.001624417258426547, + "E": 0.0005185682675801218, + "T": 7.8668374044355e-05, + "P": 0.6614674925804138, + "-": 0.33537784218788147 + }, + "id": "tp_23001" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2875142, + "label": "P", + "classification": { + "B": 9.239057021659391e-07, + "S": 3.1647466585127404e-06, + "I": 0.004725603852421045, + "C": 8.077210623014253e-06, + "R": 1.3763659580945387e-06, + "M": 2.18792338273488e-05, + "O": 5.990909812680911e-06, + "W": 2.36106279771775e-06, + "N": 0.00043959953472949564, + "Y": 0.0003252852475270629, + "U": 6.336771321002743e-07, + "K": 0.0001511542941443622, + "L": 3.892702977736917e-07, + "G": 6.0300622862996534e-05, + "F": 0.0014507261803373694, + "E": 0.004960648249834776, + "T": 0.00012700905790552497, + "P": 0.9459572434425354, + "-": 0.041757576167583466 + }, + "id": "tp_23002" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2875275, + "label": "P", + "classification": { + "B": 3.4211745969514595e-06, + "S": 4.198537908450817e-07, + "I": 0.0003062534669879824, + "C": 1.015691759675974e-05, + "R": 3.973094919729192e-07, + "M": 6.293869228102267e-05, + "O": 3.02831153931038e-06, + "W": 3.546086020378425e-07, + "N": 1.507779597886838e-05, + "Y": 0.00026670601801015437, + "U": 3.45182542105249e-07, + "K": 1.3425279803414014e-06, + "L": 3.6198218822391937e-07, + "G": 2.8559819838847034e-05, + "F": 0.00034509022952988744, + "E": 0.002581192646175623, + "T": 0.00012532153050415218, + "P": 0.7033476233482361, + "-": 0.2929014265537262 + }, + "id": "tp_23003" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2875375, + "label": "-", + "classification": { + "B": 0.0038852058351039886, + "S": 0.0016059017507359385, + "I": 0.0420430488884449, + "C": 0.009941285476088524, + "R": 0.0017933539347723126, + "M": 0.03576638922095299, + "O": 0.0062334234826266766, + "W": 0.0010682360734790564, + "N": 0.005995588377118111, + "Y": 0.03967295587062836, + "U": 0.0006874841055832803, + "K": 0.00040908335358835757, + "L": 0.003231904236599803, + "G": 0.01692851074039936, + "F": 0.010938001796603203, + "E": 0.03940795734524727, + "T": 0.034724555909633636, + "P": 0.29071688652038574, + "-": 0.4549501836299896 + }, + "id": "tp_23004" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2875509, + "label": "-", + "classification": { + "B": 1.2886696367786499e-06, + "S": 2.5113763513218146e-07, + "I": 4.831986370845698e-05, + "C": 6.84892120261793e-06, + "R": 6.820440603405586e-07, + "M": 4.33765999332536e-05, + "O": 1.3805703019897919e-05, + "W": 2.3121943115711474e-07, + "N": 1.3583248801296577e-06, + "Y": 8.700105536263436e-05, + "U": 7.129830947860682e-08, + "K": 1.7845353283973964e-07, + "L": 1.0018803777711582e-06, + "G": 7.276374526554719e-05, + "F": 0.0009188280091620982, + "E": 6.904069596203044e-05, + "T": 0.00010671329800970852, + "P": 0.11971189081668854, + "-": 0.8789163827896118 + }, + "id": "tp_23005" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2875642, + "label": "-", + "classification": { + "B": 7.740074465800717e-07, + "S": 1.8237533083720336e-07, + "I": 6.676276098005474e-05, + "C": 1.0290870704920962e-05, + "R": 5.070771749160485e-07, + "M": 5.030356260249391e-05, + "O": 2.338635795240407e-06, + "W": 8.476113322331003e-08, + "N": 2.619667156977812e-06, + "Y": 0.00021220804774202406, + "U": 3.6340555453762136e-08, + "K": 3.4237552881677402e-06, + "L": 3.0729600553058845e-07, + "G": 0.00040490381070412695, + "F": 0.00838553812354803, + "E": 0.002507704310119152, + "T": 8.0370984505862e-05, + "P": 0.3270942270755768, + "-": 0.6611774563789368 + }, + "id": "tp_23006" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2875776, + "label": "P", + "classification": { + "B": 8.886665455065668e-05, + "S": 9.344630234409124e-05, + "I": 0.01964443549513817, + "C": 0.0018221945501863956, + "R": 0.00042051379568874836, + "M": 0.0008295928128063679, + "O": 0.0004394490388222039, + "W": 9.465987386647612e-05, + "N": 0.0023327325470745564, + "Y": 0.003058508038520813, + "U": 0.00013281322026159614, + "K": 0.0002975330571644008, + "L": 0.00014532901695929468, + "G": 0.002444315468892455, + "F": 0.010389063507318497, + "E": 0.007465427275747061, + "T": 0.0026433540042489767, + "P": 0.6067275404930115, + "-": 0.34093016386032104 + }, + "id": "tp_23007" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2875876, + "label": "-", + "classification": { + "B": 1.1479847671580501e-05, + "S": 7.104755241016392e-06, + "I": 9.81991397566162e-05, + "C": 5.339401832316071e-05, + "R": 8.912907105695922e-06, + "M": 9.101305477088317e-05, + "O": 0.0001052840962074697, + "W": 8.082360182015691e-06, + "N": 9.711512575449888e-06, + "Y": 0.00042695546289905906, + "U": 1.3064723134448286e-06, + "K": 5.479072115122108e-06, + "L": 1.4869251572235953e-05, + "G": 0.0003003604069817811, + "F": 0.011857770383358002, + "E": 0.00022867656662128866, + "T": 0.0003411030920688063, + "P": 0.10396064817905426, + "-": 0.882469654083252 + }, + "id": "tp_23008" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2876009, + "label": "-", + "classification": { + "B": 5.727866445037755e-11, + "S": 1.400075021196212e-11, + "I": 1.4336468439068994e-06, + "C": 3.154773509095321e-08, + "R": 5.946370618126195e-10, + "M": 1.768719393169249e-08, + "O": 6.4304095381828574e-09, + "W": 1.0067762595822316e-10, + "N": 9.572421966197453e-09, + "Y": 1.5677250075896154e-06, + "U": 6.619736703239454e-11, + "K": 2.9352584807185167e-09, + "L": 7.154871140002683e-11, + "G": 3.527665626279486e-07, + "F": 3.281527096987702e-05, + "E": 2.0979000510124024e-06, + "T": 4.883304427494295e-07, + "P": 0.36127522587776184, + "-": 0.6386858820915222 + }, + "id": "tp_23009" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2876143, + "label": "-", + "classification": { + "B": 0.00027066306211054325, + "S": 3.398511398700066e-05, + "I": 0.0004741002630908042, + "C": 7.980332156876102e-05, + "R": 1.6089143173303455e-05, + "M": 0.00033956236438825727, + "O": 0.0002785534306894988, + "W": 1.70017247000942e-05, + "N": 3.5513730836100876e-05, + "Y": 0.0002911902265623212, + "U": 2.1603684672300005e-06, + "K": 3.9896085013424454e-07, + "L": 8.248516678577289e-05, + "G": 0.0006033274112269282, + "F": 0.0021919026039540768, + "E": 0.00044368908856995404, + "T": 0.0008785295649431646, + "P": 0.36491408944129944, + "-": 0.6290468573570251 + }, + "id": "tp_23010" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2876276, + "label": "P", + "classification": { + "B": 5.7128636399284005e-06, + "S": 2.535684643589775e-06, + "I": 2.971525645989459e-05, + "C": 1.5866659452967724e-07, + "R": 9.084995866714962e-09, + "M": 8.095362318272237e-06, + "O": 2.629487880767556e-06, + "W": 1.4762241562493728e-07, + "N": 1.9156823327648453e-06, + "Y": 3.3508883916510968e-06, + "U": 7.483369479643898e-09, + "K": 8.453233135696792e-08, + "L": 2.2429949808611127e-07, + "G": 1.048468220687937e-05, + "F": 0.0008444246486760676, + "E": 0.00037439074367284775, + "T": 1.2549694474728312e-05, + "P": 0.7154711484909058, + "-": 0.2832324206829071 + }, + "id": "tp_23011" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2876376, + "label": "P", + "classification": { + "B": 6.749686320972614e-08, + "S": 3.313399687954188e-08, + "I": 5.326048631104641e-05, + "C": 1.8649860749064828e-06, + "R": 5.028997662748225e-08, + "M": 1.6245892311417265e-06, + "O": 4.6230636030486494e-07, + "W": 1.186503428840524e-08, + "N": 3.4205420433863765e-06, + "Y": 1.3884210602554958e-05, + "U": 1.229260782054098e-08, + "K": 1.2355469891645043e-07, + "L": 1.6057615681575044e-08, + "G": 8.374579920200631e-06, + "F": 0.0004900849889963865, + "E": 0.00010566585842752829, + "T": 1.2643684385693632e-05, + "P": 0.7545387148857117, + "-": 0.24476973712444305 + }, + "id": "tp_23012" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2876510, + "label": "P", + "classification": { + "B": 2.459798364995436e-09, + "S": 1.4307341422714615e-10, + "I": 3.972240665461868e-05, + "C": 6.029036114796327e-08, + "R": 2.1686745732552026e-09, + "M": 1.5906813644051e-07, + "O": 1.2467820553752063e-08, + "W": 1.301372204443041e-10, + "N": 2.3952924266268383e-07, + "Y": 2.9363736757659353e-06, + "U": 2.6360744143083537e-10, + "K": 2.9719031680031094e-09, + "L": 9.663789768410425e-10, + "G": 3.83384212909732e-06, + "F": 3.153992292936891e-05, + "E": 4.327373608248308e-05, + "T": 1.427425331712584e-06, + "P": 0.9206427931785583, + "-": 0.07923395186662674 + }, + "id": "tp_23013" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2876643, + "label": "-", + "classification": { + "B": 0.00012026266631437466, + "S": 3.080364331253804e-05, + "I": 0.0021430645138025284, + "C": 0.00036533287493512034, + "R": 5.621517630061135e-05, + "M": 0.0006587472162209451, + "O": 0.00025746747269295156, + "W": 3.616146932472475e-05, + "N": 0.0002811351732816547, + "Y": 0.0026562947314232588, + "U": 3.707038194988854e-05, + "K": 0.00022254705254454166, + "L": 5.3210165788186714e-05, + "G": 0.002251902362331748, + "F": 0.01015260349959135, + "E": 0.0050535486079752445, + "T": 0.002408617176115513, + "P": 0.3132293224334717, + "-": 0.6599857211112976 + }, + "id": "tp_23014" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2876777, + "label": "P", + "classification": { + "B": 2.0232052144741886e-10, + "S": 4.911367423865443e-10, + "I": 0.0007812544354237616, + "C": 1.30112667307003e-07, + "R": 2.308069113610145e-08, + "M": 7.348359076786437e-08, + "O": 3.0485228563748024e-08, + "W": 4.403949149800468e-10, + "N": 3.413532795093488e-06, + "Y": 3.2851455671334406e-06, + "U": 4.1053940802449063e-10, + "K": 2.4617805571836016e-09, + "L": 7.190363859876925e-10, + "G": 9.442632062928169e-07, + "F": 9.558300007483922e-06, + "E": 4.524245014181361e-06, + "T": 3.5201539958507055e-06, + "P": 0.9521259665489197, + "-": 0.04706723615527153 + }, + "id": "tp_23015" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2876877, + "label": "-", + "classification": { + "B": 4.836066658242544e-09, + "S": 1.3347173366540233e-09, + "I": 1.3617155900647049e-06, + "C": 2.4529714437449e-07, + "R": 4.543375897725355e-09, + "M": 4.5652490143766045e-07, + "O": 1.0732214406061757e-07, + "W": 1.644889890961565e-09, + "N": 4.279635490433975e-08, + "Y": 1.3616760043078102e-05, + "U": 1.1063401306188325e-09, + "K": 7.677637370306911e-08, + "L": 1.9716326349339397e-09, + "G": 4.926676410832442e-06, + "F": 0.0008948837057687342, + "E": 2.0470090021262877e-05, + "T": 3.042032631128677e-06, + "P": 0.18494050204753876, + "-": 0.8141201734542847 + }, + "id": "tp_23016" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2877010, + "label": "-", + "classification": { + "B": 1.3559329090639949e-06, + "S": 1.5736772240870778e-07, + "I": 0.0002320738130947575, + "C": 0.00012236407201271504, + "R": 6.110057711339323e-06, + "M": 3.142209607176483e-05, + "O": 5.585465714830207e-06, + "W": 7.345257699853391e-07, + "N": 9.339828466181643e-06, + "Y": 0.0014165196334943175, + "U": 9.263482070309692e-07, + "K": 3.473445030977018e-05, + "L": 8.227789862758073e-07, + "G": 0.0005121199646964669, + "F": 0.005380460061132908, + "E": 0.001786741428077221, + "T": 0.00015977832663338631, + "P": 0.19985057413578033, + "-": 0.7904481291770935 + }, + "id": "tp_23017" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2877144, + "label": "P", + "classification": { + "B": 6.993074208594408e-08, + "S": 1.8665241441340186e-07, + "I": 0.00020890976884402335, + "C": 4.491379513638094e-06, + "R": 2.8270491725379543e-07, + "M": 8.932735909183975e-06, + "O": 2.5492017812211998e-06, + "W": 2.1607606015550118e-07, + "N": 1.8871509382734075e-05, + "Y": 8.704147330718115e-05, + "U": 1.283593604739508e-07, + "K": 1.65653746080352e-05, + "L": 4.343374371273967e-08, + "G": 2.7886932002729736e-05, + "F": 0.0010248834732919931, + "E": 0.000648077460937202, + "T": 6.459446740336716e-05, + "P": 0.6656057238578796, + "-": 0.33228054642677307 + }, + "id": "tp_23018" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2877277, + "label": "-", + "classification": { + "B": 1.834894562680045e-11, + "S": 4.7387382212660256e-11, + "I": 2.2250515030464157e-07, + "C": 4.460218860913301e-10, + "R": 9.476446537204364e-12, + "M": 2.713695046452358e-09, + "O": 1.7850116940110183e-09, + "W": 1.6667438262896184e-11, + "N": 4.495117611469368e-09, + "Y": 1.947224177456519e-07, + "U": 7.008061665703114e-12, + "K": 2.8834051812864914e-10, + "L": 9.10545163573806e-12, + "G": 1.4610952447924319e-08, + "F": 1.4141750398266595e-05, + "E": 9.715224678075174e-07, + "T": 3.4188934705525753e-07, + "P": 0.3791281282901764, + "-": 0.6208560466766357 + }, + "id": "tp_23019" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2877377, + "label": "P", + "classification": { + "B": 3.2376556990953986e-09, + "S": 3.982111085321094e-09, + "I": 5.537381639442174e-06, + "C": 7.820563041605055e-08, + "R": 2.845256696915044e-09, + "M": 3.1820150070416275e-07, + "O": 9.399338551929759e-08, + "W": 4.188831059792619e-09, + "N": 1.383517229669451e-07, + "Y": 2.2297704163065646e-06, + "U": 9.660596766991603e-10, + "K": 2.3697737105976557e-08, + "L": 1.9880452839515783e-09, + "G": 5.006900209991727e-07, + "F": 0.0002410975139355287, + "E": 2.1861183995497413e-05, + "T": 2.796923809000873e-06, + "P": 0.5040115714073181, + "-": 0.4957137405872345 + }, + "id": "tp_23020" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2877511, + "label": "-", + "classification": { + "B": 4.081845690961927e-05, + "S": 6.687048426101683e-06, + "I": 0.0005979968700557947, + "C": 1.5170170627243351e-05, + "R": 3.247477934564813e-06, + "M": 0.00038233184022828937, + "O": 5.264332139631733e-05, + "W": 2.1180323983571725e-06, + "N": 3.237954661017284e-05, + "Y": 0.0005048082675784826, + "U": 5.678036245626572e-07, + "K": 1.6697655382813537e-06, + "L": 1.5871692085056566e-05, + "G": 0.0008764082449488342, + "F": 0.006844344548881054, + "E": 0.002042352221906185, + "T": 0.0007126049022190273, + "P": 0.48672521114349365, + "-": 0.5011428594589233 + }, + "id": "tp_23021" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2877644, + "label": "-", + "classification": { + "B": 1.539588083687704e-07, + "S": 8.168942855490968e-08, + "I": 0.00010283286246703938, + "C": 6.19817626557051e-07, + "R": 7.18629067364418e-08, + "M": 1.7152218788396567e-05, + "O": 2.958942559416755e-06, + "W": 6.1652066563056e-08, + "N": 1.3563508218794595e-06, + "Y": 7.256188109749928e-05, + "U": 1.0545976536491253e-08, + "K": 1.1689374801449048e-08, + "L": 2.363714628472735e-07, + "G": 1.4718478269060142e-05, + "F": 0.00019554077880457044, + "E": 2.4748565920162946e-05, + "T": 0.00012195515591884032, + "P": 0.3091775178909302, + "-": 0.6902674436569214 + }, + "id": "tp_23022" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2877778, + "label": "P", + "classification": { + "B": 4.409580611763886e-08, + "S": 2.821910882744305e-08, + "I": 7.276068936334923e-05, + "C": 3.1157711077867134e-07, + "R": 6.905175098381733e-09, + "M": 2.558154164944426e-06, + "O": 2.49331350232751e-07, + "W": 9.888886154385546e-09, + "N": 2.7989601676381426e-06, + "Y": 1.3179902452975512e-05, + "U": 5.990092866170471e-09, + "K": 8.193801903644271e-08, + "L": 1.1121088938637058e-08, + "G": 3.6019378057972062e-06, + "F": 8.719324978301302e-05, + "E": 0.00017630361253395677, + "T": 9.805453373701312e-06, + "P": 0.8961069583892822, + "-": 0.10352402180433273 + }, + "id": "tp_23023" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2877878, + "label": "-", + "classification": { + "B": 2.0103958377148956e-05, + "S": 2.9676707526959945e-06, + "I": 0.0011474209604784846, + "C": 0.00034073644201271236, + "R": 2.784468961181119e-05, + "M": 0.000468836457002908, + "O": 9.825316374190152e-05, + "W": 4.923492724628886e-06, + "N": 3.718207517522387e-05, + "Y": 0.0006896114209666848, + "U": 2.696449655559263e-06, + "K": 1.48584263115481e-06, + "L": 2.916017547249794e-05, + "G": 0.0008946206653490663, + "F": 0.0024782614782452583, + "E": 0.0007273149094544351, + "T": 0.0006909233634360135, + "P": 0.2606923580169678, + "-": 0.7316452264785767 + }, + "id": "tp_23024" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2878011, + "label": "P", + "classification": { + "B": 1.3226507178387692e-07, + "S": 4.9666994073049864e-08, + "I": 6.633606244577095e-05, + "C": 1.8391377807347453e-06, + "R": 5.671261860129562e-08, + "M": 1.635341732253437e-06, + "O": 4.0455554994878185e-07, + "W": 3.2301304742077264e-08, + "N": 3.2359364467993146e-06, + "Y": 1.749078910506796e-05, + "U": 7.404864987847759e-08, + "K": 1.2940216720380704e-07, + "L": 4.9508855681779096e-08, + "G": 6.1529922277259175e-06, + "F": 0.00017061330436263233, + "E": 6.773712811991572e-05, + "T": 3.9209633541759104e-05, + "P": 0.8205586671829224, + "-": 0.17906615138053894 + }, + "id": "tp_23025" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2878145, + "label": "-", + "classification": { + "B": 3.532015284690715e-07, + "S": 3.5033792755712057e-07, + "I": 0.00010093443415826187, + "C": 1.4593510968552437e-05, + "R": 1.3274097909743432e-06, + "M": 1.5476818589377217e-05, + "O": 8.862578397383913e-06, + "W": 3.5459947866911534e-07, + "N": 5.539727226278046e-06, + "Y": 0.00023329017858486623, + "U": 2.1995818144660007e-07, + "K": 4.0606244056107244e-07, + "L": 9.759705790202133e-07, + "G": 6.512281106552109e-05, + "F": 0.00126795400865376, + "E": 0.00020673812832683325, + "T": 0.0001851099223131314, + "P": 0.32409387826919556, + "-": 0.6737985014915466 + }, + "id": "tp_23026" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2878278, + "label": "P", + "classification": { + "B": 7.364776166696174e-08, + "S": 1.2656633963104014e-08, + "I": 2.2810390873928554e-05, + "C": 7.07566528035386e-07, + "R": 2.1969960073420225e-08, + "M": 5.745320663663733e-07, + "O": 3.2970328334158694e-07, + "W": 1.8106256050032243e-08, + "N": 5.673032319464255e-07, + "Y": 1.6179756130441092e-05, + "U": 1.3887714089833025e-08, + "K": 6.236840022211254e-08, + "L": 1.6342328379437276e-08, + "G": 3.060830977119622e-06, + "F": 0.0001621996343601495, + "E": 3.451612064964138e-05, + "T": 7.846263542887755e-06, + "P": 0.5646811127662659, + "-": 0.43506982922554016 + }, + "id": "tp_23027" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2878378, + "label": "-", + "classification": { + "B": 1.165913181466749e-05, + "S": 6.690259397146292e-06, + "I": 0.0011494325008243322, + "C": 0.0002343229134567082, + "R": 1.9678847820614465e-05, + "M": 0.00046385693713091314, + "O": 6.513691914733499e-05, + "W": 5.0056046347890515e-06, + "N": 8.305285882670432e-05, + "Y": 0.0027910093776881695, + "U": 4.764061941386899e-06, + "K": 3.054746412090026e-05, + "L": 1.317360693064984e-05, + "G": 0.0009483988978900015, + "F": 0.006170522887259722, + "E": 0.0031375596299767494, + "T": 0.0011373668676242232, + "P": 0.3983254134654999, + "-": 0.5854024291038513 + }, + "id": "tp_23028" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2878512, + "label": "-", + "classification": { + "B": 6.602295599122954e-08, + "S": 5.858141349790458e-08, + "I": 1.0134324838872999e-05, + "C": 2.6586653234517144e-07, + "R": 2.7843064742683055e-08, + "M": 1.5196420690699597e-06, + "O": 1.0752993375717779e-06, + "W": 4.719950652543048e-08, + "N": 7.341678838201915e-07, + "Y": 1.939736284839455e-05, + "U": 1.8769370058180357e-08, + "K": 1.4921822639735183e-06, + "L": 2.4526281450221177e-08, + "G": 9.007184416987002e-06, + "F": 0.0013408666709437966, + "E": 5.7166264014085755e-05, + "T": 2.3880607841419987e-05, + "P": 0.31725209951400757, + "-": 0.6812821626663208 + }, + "id": "tp_23029" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2878645, + "label": "P", + "classification": { + "B": 9.620403034205083e-06, + "S": 1.0013022802013438e-06, + "I": 0.00175587204284966, + "C": 4.694853851106018e-05, + "R": 4.398744295031065e-06, + "M": 0.00029362866189330816, + "O": 1.4440956874750555e-05, + "W": 9.103389970732678e-07, + "N": 8.142425213009119e-05, + "Y": 0.0012030190555378795, + "U": 1.4847340708001866e-06, + "K": 4.927106601826381e-06, + "L": 3.7748627619293984e-06, + "G": 0.0005259581957943738, + "F": 0.0012130517279729247, + "E": 0.003903296310454607, + "T": 0.00042072843643836677, + "P": 0.7442275881767273, + "-": 0.24628795683383942 + }, + "id": "tp_23030" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2878779, + "label": "P", + "classification": { + "B": 7.394575277430704e-06, + "S": 1.8062213484881795e-06, + "I": 0.005992406513541937, + "C": 0.00010862167255254462, + "R": 1.9314413293614052e-05, + "M": 9.839370613917708e-05, + "O": 1.6759702702984214e-05, + "W": 1.5766077012813184e-06, + "N": 0.00029884438845328987, + "Y": 0.0006742598488926888, + "U": 2.46052650254569e-06, + "K": 2.1004763766541146e-05, + "L": 3.43264014190936e-06, + "G": 0.0006362115382216871, + "F": 0.0014081229455769062, + "E": 0.003251617308706045, + "T": 0.00026053033070638776, + "P": 0.8710718154907227, + "-": 0.11612545698881149 + }, + "id": "tp_23031" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2878879, + "label": "P", + "classification": { + "B": 6.613255391130224e-05, + "S": 3.947642653656658e-06, + "I": 0.000692476867698133, + "C": 3.887046477757394e-05, + "R": 3.7266333947627572e-06, + "M": 0.00022290574270300567, + "O": 6.322561966953799e-05, + "W": 3.39925986736489e-06, + "N": 3.4062773920595646e-05, + "Y": 0.0003075738495681435, + "U": 7.679474265387398e-07, + "K": 2.810054411384044e-07, + "L": 1.386088024446508e-05, + "G": 0.0003742063418030739, + "F": 0.0015298062935471535, + "E": 0.0008092906791716814, + "T": 0.00017093938367906958, + "P": 0.6364365816116333, + "-": 0.3592279851436615 + }, + "id": "tp_23032" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2879012, + "label": "P", + "classification": { + "B": 4.75661066090538e-10, + "S": 1.0321909993393774e-11, + "I": 8.203449397115037e-06, + "C": 3.056087050090639e-10, + "R": 1.5766066837480386e-12, + "M": 7.723558681504983e-09, + "O": 5.174814396435856e-11, + "W": 1.41430747321869e-12, + "N": 7.205113661257201e-08, + "Y": 8.120523808941016e-09, + "U": 1.1278272152998037e-12, + "K": 1.4651321822434227e-11, + "L": 2.049907552731378e-12, + "G": 6.260493012888446e-09, + "F": 8.864910228112421e-08, + "E": 4.901805004919879e-05, + "T": 9.894119301634419e-09, + "P": 0.9990589022636414, + "-": 0.0008836937486194074 + }, + "id": "tp_23033" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2879146, + "label": "P", + "classification": { + "B": 1.4976785678300075e-07, + "S": 4.0963357150758384e-08, + "I": 0.00016185083950404078, + "C": 2.230563268312835e-06, + "R": 2.0934938049776974e-07, + "M": 1.5415449524880387e-05, + "O": 1.6593792224739445e-06, + "W": 7.571654947469142e-08, + "N": 6.2255121520138346e-06, + "Y": 0.00024169939570128918, + "U": 4.2557793733521976e-08, + "K": 1.8133349612980965e-06, + "L": 6.546225250758653e-08, + "G": 2.3936034267535433e-05, + "F": 0.0005181049928069115, + "E": 0.0009514625417068601, + "T": 4.858605461777188e-05, + "P": 0.5222400426864624, + "-": 0.475786417722702 + }, + "id": "tp_23034" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2879279, + "label": "-", + "classification": { + "B": 1.1610012734308839e-05, + "S": 3.1129543458519038e-06, + "I": 0.002162813674658537, + "C": 0.001028748112730682, + "R": 7.579781959066167e-05, + "M": 0.0015411220956593752, + "O": 9.121624316321686e-05, + "W": 5.099626832816284e-06, + "N": 4.343066393630579e-05, + "Y": 0.0032958469819277525, + "U": 2.580272166596842e-06, + "K": 5.198779945203569e-06, + "L": 4.046962931170128e-05, + "G": 0.002359016565605998, + "F": 0.006114048883318901, + "E": 0.0031693915370851755, + "T": 0.001149514690041542, + "P": 0.19029366970062256, + "-": 0.7886072993278503 + }, + "id": "tp_23035" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2879379, + "label": "P", + "classification": { + "B": 1.020016270558699e-06, + "S": 1.0880032732529799e-06, + "I": 0.0011428751749917865, + "C": 1.2177583812444936e-05, + "R": 2.066542720058351e-06, + "M": 1.2325665920798201e-05, + "O": 4.909735707769869e-06, + "W": 1.2073458037775708e-06, + "N": 0.00011846554843941703, + "Y": 4.677788820117712e-05, + "U": 7.582560783703229e-07, + "K": 1.1034671842935495e-05, + "L": 3.6121750213169435e-07, + "G": 5.6130305893020704e-05, + "F": 0.000862151209730655, + "E": 0.0010575806954875588, + "T": 6.222611409612e-05, + "P": 0.9333215355873108, + "-": 0.06328538060188293 + }, + "id": "tp_23036" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2879513, + "label": "-", + "classification": { + "B": 5.767665811617917e-07, + "S": 3.441860201292002e-07, + "I": 0.0003363288997206837, + "C": 0.00022696184169035405, + "R": 2.9732100301771425e-05, + "M": 2.9826187528669834e-05, + "O": 1.5099644770089071e-05, + "W": 6.756344532732328e-07, + "N": 1.084549876395613e-05, + "Y": 0.0008283958886750042, + "U": 1.316861812483694e-06, + "K": 7.564507086499361e-06, + "L": 4.018199888378149e-06, + "G": 0.0005505159497261047, + "F": 0.00972014106810093, + "E": 0.0002776120381895453, + "T": 0.00021568447118625045, + "P": 0.11507584154605865, + "-": 0.8726683855056763 + }, + "id": "tp_23037" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2879646, + "label": "P", + "classification": { + "B": 1.2683125532930717e-05, + "S": 2.9435300348268356e-06, + "I": 0.001966768642887473, + "C": 0.00027206179220229387, + "R": 3.2986936275847256e-05, + "M": 0.0003631415602285415, + "O": 6.278677756199613e-05, + "W": 8.993442861537915e-06, + "N": 0.00012217889889143407, + "Y": 0.002056068042293191, + "U": 8.281853297376074e-06, + "K": 4.9588019464863464e-05, + "L": 1.3809323718305677e-05, + "G": 0.0008363446686416864, + "F": 0.006422070320695639, + "E": 0.004770450294017792, + "T": 0.0005983741721138358, + "P": 0.5378146767616272, + "-": 0.44458577036857605 + }, + "id": "tp_23038" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2879780, + "label": "P", + "classification": { + "B": 3.4802616255547036e-07, + "S": 3.56787325017649e-07, + "I": 0.00014418350474443287, + "C": 1.6820210930745816e-06, + "R": 2.9699347692258016e-07, + "M": 2.2160043954499997e-05, + "O": 4.706299478129949e-06, + "W": 3.217727453375119e-07, + "N": 5.401781891123392e-06, + "Y": 0.00011145442840643227, + "U": 7.490746156690875e-08, + "K": 1.3629751265398227e-06, + "L": 3.1477514994548983e-07, + "G": 3.2455543987452984e-05, + "F": 0.0035316278226673603, + "E": 0.00020004606631118804, + "T": 7.38449816708453e-05, + "P": 0.507477879524231, + "-": 0.4883914887905121 + }, + "id": "tp_23039" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2879880, + "label": "P", + "classification": { + "B": 1.0472016356288805e-06, + "S": 8.596499014856818e-07, + "I": 0.0005085940356366336, + "C": 6.51846812615986e-06, + "R": 1.370479367324151e-06, + "M": 3.3173258998431265e-05, + "O": 9.871423571894411e-06, + "W": 1.3060056289759814e-06, + "N": 3.434003519942053e-05, + "Y": 0.00022358790738508105, + "U": 7.679075793021184e-07, + "K": 2.0006236809422262e-05, + "L": 6.963828695916163e-07, + "G": 6.408336048480123e-05, + "F": 0.003593851113691926, + "E": 0.0007066269172355533, + "T": 0.0001736860431265086, + "P": 0.6503234505653381, + "-": 0.3442961275577545 + }, + "id": "tp_23040" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2880013, + "label": "P", + "classification": { + "B": 2.6590200832288247e-06, + "S": 4.268814848273905e-07, + "I": 4.527929559117183e-05, + "C": 4.4684711610898376e-06, + "R": 1.807516127882991e-07, + "M": 3.0247028917074203e-05, + "O": 4.898191491520265e-06, + "W": 2.532867711124709e-07, + "N": 4.326912403485039e-06, + "Y": 0.00011337299656588584, + "U": 1.0997549537705709e-07, + "K": 1.0881990419875365e-06, + "L": 3.8282564673863817e-07, + "G": 3.666860720841214e-05, + "F": 0.00292484019882977, + "E": 0.00038685856270603836, + "T": 9.250851871911436e-05, + "P": 0.5167607665061951, + "-": 0.4795907139778137 + }, + "id": "tp_23041" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2880147, + "label": "P", + "classification": { + "B": 9.884901146506309e-07, + "S": 2.610422882298735e-07, + "I": 3.060912058572285e-05, + "C": 2.0250242869224166e-06, + "R": 8.050223954114699e-08, + "M": 3.0649766813439783e-06, + "O": 2.2543688373843906e-06, + "W": 1.460773120243175e-07, + "N": 2.09144036489306e-06, + "Y": 2.7214555302634835e-05, + "U": 6.190200707578697e-08, + "K": 3.2990121212606027e-07, + "L": 2.4603539827694476e-07, + "G": 3.294773705420084e-05, + "F": 0.0010827288497239351, + "E": 8.35787141113542e-05, + "T": 4.762058233609423e-05, + "P": 0.6270601749420166, + "-": 0.3716234266757965 + }, + "id": "tp_23042" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2880280, + "label": "-", + "classification": { + "B": 2.447865483645728e-07, + "S": 2.1326739485516555e-08, + "I": 6.422861770261079e-05, + "C": 9.071669410332106e-06, + "R": 6.711569540129858e-07, + "M": 4.9963276978814974e-05, + "O": 2.382544153078925e-06, + "W": 5.5071122773142633e-08, + "N": 6.639529601670802e-07, + "Y": 0.00039832392940297723, + "U": 5.46604788098648e-08, + "K": 2.7821377557302185e-07, + "L": 4.639038877485291e-07, + "G": 0.00014525596634484828, + "F": 0.000975178787484765, + "E": 0.000208708705031313, + "T": 0.00016389094525948167, + "P": 0.10903933644294739, + "-": 0.8889411687850952 + }, + "id": "tp_23043" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2880380, + "label": "-", + "classification": { + "B": 4.4170963064971147e-07, + "S": 3.983817862263095e-07, + "I": 0.00017691266839392483, + "C": 9.848489753494505e-06, + "R": 6.126989546828554e-07, + "M": 8.643954970466439e-06, + "O": 7.30821648176061e-06, + "W": 7.381677278317511e-07, + "N": 1.700303801044356e-05, + "Y": 9.96316084638238e-05, + "U": 5.919742989135557e-07, + "K": 7.939699571579695e-06, + "L": 2.1696007479476975e-07, + "G": 2.9220853321021423e-05, + "F": 0.001242846599780023, + "E": 0.0003333422355353832, + "T": 8.196652925107628e-05, + "P": 0.46167799830436707, + "-": 0.5363043546676636 + }, + "id": "tp_23044" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2880514, + "label": "P", + "classification": { + "B": 2.110873031924143e-09, + "S": 1.183671910487405e-10, + "I": 1.1050321518268902e-05, + "C": 8.213891078412416e-08, + "R": 8.992341871127962e-10, + "M": 3.178293184191716e-07, + "O": 5.675513836678192e-09, + "W": 6.30495031184175e-11, + "N": 7.402198320960451e-08, + "Y": 1.661278474784922e-05, + "U": 1.599462645662797e-10, + "K": 1.2137246763188614e-09, + "L": 3.3038097257964694e-10, + "G": 1.7874210698209936e-06, + "F": 1.0357133760408033e-05, + "E": 7.854343130020425e-05, + "T": 1.963946260730154e-06, + "P": 0.7832561731338501, + "-": 0.21662302315235138 + }, + "id": "tp_23045" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2880647, + "label": "P", + "classification": { + "B": 5.836810714754392e-07, + "S": 7.3228898145316634e-06, + "I": 0.001960167894139886, + "C": 1.0655575351847801e-05, + "R": 2.7325725113769295e-06, + "M": 1.2091252756363247e-05, + "O": 1.1253296179347672e-05, + "W": 3.391679001651937e-06, + "N": 0.0004993949551135302, + "Y": 0.00010048346302937716, + "U": 7.1438239501731e-07, + "K": 0.00014988105976954103, + "L": 5.11147732140671e-07, + "G": 8.665454515721649e-05, + "F": 0.004058327060192823, + "E": 0.002535425592213869, + "T": 8.766412793193012e-05, + "P": 0.9436830282211304, + "-": 0.046789709478616714 + }, + "id": "tp_23046" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2880781, + "label": "-", + "classification": { + "B": 6.025849188517896e-07, + "S": 3.930919660888321e-07, + "I": 0.0002271184348501265, + "C": 0.0001894136075861752, + "R": 5.068134669272695e-06, + "M": 0.00024372317420784384, + "O": 1.7437347196391784e-05, + "W": 6.357219035635353e-07, + "N": 1.1811578588094562e-05, + "Y": 0.001260016462765634, + "U": 4.072311696745601e-07, + "K": 3.986212504969444e-06, + "L": 1.813151357055176e-06, + "G": 0.00018039153655990958, + "F": 0.001982723828405142, + "E": 0.0006231942097656429, + "T": 0.0005885814898647368, + "P": 0.11691859364509583, + "-": 0.8777441382408142 + }, + "id": "tp_23047" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2880881, + "label": "-", + "classification": { + "B": 9.444037459616084e-06, + "S": 8.763514074416889e-07, + "I": 0.0013841979671269655, + "C": 0.00028470184770412743, + "R": 2.0357183529995382e-05, + "M": 0.00014749662659596652, + "O": 3.377388929948211e-05, + "W": 2.4279661374748684e-06, + "N": 5.0212303904118016e-05, + "Y": 0.0006683845422230661, + "U": 4.317837010603398e-06, + "K": 6.525673597934656e-06, + "L": 7.617878509336151e-06, + "G": 0.0005968346376903355, + "F": 0.0016806934727355838, + "E": 0.0013211327604949474, + "T": 0.0003641046059783548, + "P": 0.4759905934333801, + "-": 0.5174262523651123 + }, + "id": "tp_23048" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2881014, + "label": "-", + "classification": { + "B": 2.632946052472107e-05, + "S": 1.5468744095414877e-05, + "I": 0.0008157871779985726, + "C": 0.00023370578128378838, + "R": 6.511590618174523e-05, + "M": 0.00041587770101614296, + "O": 0.0001151289907284081, + "W": 2.762515941867605e-05, + "N": 5.453525955090299e-05, + "Y": 0.003020176663994789, + "U": 1.8008619008469395e-05, + "K": 4.205734876450151e-05, + "L": 4.019421976408921e-05, + "G": 0.0004955671029165387, + "F": 0.009997403249144554, + "E": 0.0010765865445137024, + "T": 0.0017239648150280118, + "P": 0.26084834337234497, + "-": 0.7209682464599609 + }, + "id": "tp_23049" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2881148, + "label": "-", + "classification": { + "B": 2.6147732867798368e-09, + "S": 1.1219091211600585e-09, + "I": 1.1739559340639971e-05, + "C": 2.2796880330133718e-06, + "R": 7.193041540176637e-08, + "M": 1.5036310969662736e-06, + "O": 1.0269359052017535e-07, + "W": 2.3994874975841185e-09, + "N": 7.557865444596246e-08, + "Y": 7.100679795257747e-05, + "U": 1.722181841579129e-09, + "K": 2.8398435603094185e-08, + "L": 1.0037894959680216e-08, + "G": 1.206147044285899e-05, + "F": 0.000846381182782352, + "E": 4.798245936399326e-05, + "T": 6.05165223532822e-06, + "P": 0.1018107607960701, + "-": 0.8971899151802063 + }, + "id": "tp_23050" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2881281, + "label": "P", + "classification": { + "B": 5.75863922519515e-12, + "S": 5.665436002277868e-12, + "I": 4.087771401373175e-07, + "C": 1.079313638463475e-09, + "R": 1.847727006121236e-11, + "M": 2.9505624610237646e-09, + "O": 4.735540848344044e-10, + "W": 8.341554010027341e-12, + "N": 5.3336552952032434e-09, + "Y": 3.3551384603924816e-07, + "U": 3.332209074641268e-12, + "K": 1.868008858707526e-09, + "L": 1.8339344799722657e-12, + "G": 4.435873179886585e-08, + "F": 4.1673782106954604e-05, + "E": 2.6072730179294012e-06, + "T": 7.385219191746728e-08, + "P": 0.8091080188751221, + "-": 0.19084690511226654 + }, + "id": "tp_23051" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2881381, + "label": "P", + "classification": { + "B": 1.188899823034717e-08, + "S": 1.0102554348634385e-09, + "I": 9.559294994687662e-05, + "C": 5.317545515026723e-07, + "R": 1.90772162511621e-08, + "M": 9.767012443262502e-07, + "O": 5.0009795415917324e-08, + "W": 2.298487844498709e-09, + "N": 1.346731210105645e-06, + "Y": 2.7725704967451748e-06, + "U": 1.8118074818218588e-09, + "K": 6.409491248859922e-08, + "L": 1.8385043487612052e-09, + "G": 2.750464318523882e-06, + "F": 6.064881381462328e-05, + "E": 0.00032524499692954123, + "T": 1.4027474435351905e-06, + "P": 0.9368897080421448, + "-": 0.06261894106864929 + }, + "id": "tp_23052" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2881515, + "label": "P", + "classification": { + "B": 5.06736697047927e-09, + "S": 3.806214454726842e-09, + "I": 1.3626246072817594e-05, + "C": 5.6100830647665134e-08, + "R": 5.274949366196324e-09, + "M": 2.7224785981161403e-07, + "O": 9.446836202187114e-08, + "W": 1.5310684942093644e-09, + "N": 3.1332575645137695e-07, + "Y": 1.3882448683943949e-06, + "U": 5.448488327175482e-10, + "K": 3.453924257712515e-09, + "L": 3.869532250178054e-09, + "G": 1.0983742413372966e-06, + "F": 0.00017659681907389313, + "E": 7.678869224037044e-06, + "T": 2.5850067686405964e-06, + "P": 0.8469234108924866, + "-": 0.1528727114200592 + }, + "id": "tp_23053" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2881648, + "label": "P", + "classification": { + "B": 7.009351179476653e-07, + "S": 1.5383963045678684e-06, + "I": 0.0007937793852761388, + "C": 2.5280778572778217e-05, + "R": 1.8109129769072752e-06, + "M": 2.730203232204076e-05, + "O": 1.0445562111272011e-05, + "W": 1.6566382328164764e-06, + "N": 7.094877946656197e-05, + "Y": 0.00016893126303330064, + "U": 1.3246294656710234e-06, + "K": 3.893950633937493e-05, + "L": 4.159498985245591e-07, + "G": 5.134121238370426e-05, + "F": 0.002689111279323697, + "E": 0.0014893715269863605, + "T": 0.00011322736099828035, + "P": 0.6250171661376953, + "-": 0.36949658393859863 + }, + "id": "tp_23054" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2881782, + "label": "-", + "classification": { + "B": 3.9872243178251665e-06, + "S": 8.003506195564114e-07, + "I": 0.00129768718034029, + "C": 9.587635577190667e-05, + "R": 8.579556379118003e-06, + "M": 0.00018263322999700904, + "O": 2.4645332814543508e-05, + "W": 1.4258597502703196e-06, + "N": 2.1342084437492304e-05, + "Y": 0.0008855937048792839, + "U": 8.046625339375169e-07, + "K": 8.322519988723798e-07, + "L": 8.409906513406895e-06, + "G": 0.0002498207031749189, + "F": 0.001436414197087288, + "E": 0.0007822077604942024, + "T": 0.00031325736199505627, + "P": 0.29853054881095886, + "-": 0.6961550712585449 + }, + "id": "tp_23055" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2881882, + "label": "-", + "classification": { + "B": 0.0003550313413143158, + "S": 2.957899050670676e-05, + "I": 0.0009296814678236842, + "C": 0.00016644825518596917, + "R": 1.9438542949501425e-05, + "M": 0.0008864635019563138, + "O": 0.00044037506449967623, + "W": 2.8299558834987693e-05, + "N": 0.00011119569535367191, + "Y": 0.0020189923234283924, + "U": 1.3238891369837802e-05, + "K": 8.656696991238277e-06, + "L": 7.957392517710105e-05, + "G": 0.0016439544269815087, + "F": 0.0013566382694989443, + "E": 0.0014049357268959284, + "T": 0.0023044403642416, + "P": 0.2511715888977051, + "-": 0.7370314598083496 + }, + "id": "tp_23056" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2882015, + "label": "P", + "classification": { + "B": 0.00023411090660374612, + "S": 0.00022417362197302282, + "I": 0.05963398143649101, + "C": 0.0018340061651542783, + "R": 0.0004770939121954143, + "M": 0.002497386420145631, + "O": 0.0005703940987586975, + "W": 0.00011339405318722129, + "N": 0.005401482339948416, + "Y": 0.00995834730565548, + "U": 8.973802323453128e-05, + "K": 0.0004705993633251637, + "L": 0.0001574733469169587, + "G": 0.0045349448919296265, + "F": 0.006316324695944786, + "E": 0.02037772536277771, + "T": 0.005188412964344025, + "P": 0.6765505075454712, + "-": 0.2053699791431427 + }, + "id": "tp_23057" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2882149, + "label": "P", + "classification": { + "B": 2.8831027520936914e-07, + "S": 4.052268565146733e-08, + "I": 0.00013000352191738784, + "C": 1.004838395601837e-06, + "R": 6.429834087384734e-08, + "M": 3.5405003018240677e-06, + "O": 5.366467235035088e-07, + "W": 3.343435750480239e-08, + "N": 3.8075095289968885e-06, + "Y": 9.832360774453264e-06, + "U": 3.4645619706452635e-08, + "K": 6.946571602384211e-07, + "L": 4.1783660975625025e-08, + "G": 2.6681820600060746e-05, + "F": 0.0006152951973490417, + "E": 0.0010466125095263124, + "T": 1.0852078958123457e-05, + "P": 0.7533382773399353, + "-": 0.24481220543384552 + }, + "id": "tp_23058" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2882282, + "label": "P", + "classification": { + "B": 2.8238467564278835e-08, + "S": 2.5780352075344126e-07, + "I": 7.158894732128829e-05, + "C": 6.76483409733919e-07, + "R": 2.0941465450619035e-08, + "M": 2.3534189494966995e-06, + "O": 4.244951981036138e-07, + "W": 9.366956277290228e-08, + "N": 7.476896826119628e-06, + "Y": 2.7973048418061808e-05, + "U": 3.641707380097614e-08, + "K": 1.274292912967212e-06, + "L": 8.60580939843203e-09, + "G": 5.568981009673735e-07, + "F": 0.00031995054450817406, + "E": 0.00013889928231947124, + "T": 2.988503547385335e-05, + "P": 0.7719557285308838, + "-": 0.22744274139404297 + }, + "id": "tp_23059" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2882382, + "label": "P", + "classification": { + "B": 7.192483280960005e-06, + "S": 1.9287093891762197e-05, + "I": 0.04616514965891838, + "C": 0.0016653595957905054, + "R": 0.00029089945019222796, + "M": 0.0005525555461645126, + "O": 0.00014680034655611962, + "W": 2.8953549190191552e-05, + "N": 0.0026529990136623383, + "Y": 0.006900966167449951, + "U": 2.4198794562835246e-05, + "K": 0.00045050380867905915, + "L": 1.8150956748286262e-05, + "G": 0.0013227741001173854, + "F": 0.00442802207544446, + "E": 0.01635667122900486, + "T": 0.0013031993294134736, + "P": 0.6802505850791931, + "-": 0.23741571605205536 + }, + "id": "tp_23060" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2882516, + "label": "P", + "classification": { + "B": 1.0482536936251563e-06, + "S": 1.7135363350462285e-07, + "I": 0.000932389113586396, + "C": 7.56013032514602e-05, + "R": 1.9764697753998917e-06, + "M": 5.249921014183201e-05, + "O": 4.497195732255932e-06, + "W": 1.6799127422473248e-07, + "N": 3.4003493055934086e-05, + "Y": 0.0003674877225421369, + "U": 3.341966419156961e-07, + "K": 1.2757543572661234e-06, + "L": 1.416704094481247e-06, + "G": 0.0003720914537552744, + "F": 0.002855083905160427, + "E": 0.0017116402741521597, + "T": 8.844860712997615e-05, + "P": 0.816376268863678, + "-": 0.17712360620498657 + }, + "id": "tp_23061" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2882649, + "label": "-", + "classification": { + "B": 1.475996214139741e-06, + "S": 6.321586738522456e-07, + "I": 0.0009592331480234861, + "C": 0.0001386442017974332, + "R": 1.1718354471668135e-05, + "M": 4.1497380152577534e-05, + "O": 2.0836047042394057e-05, + "W": 1.2816635717172176e-06, + "N": 5.3429623221745715e-05, + "Y": 0.0008178225834853947, + "U": 2.472389724061941e-06, + "K": 9.118745765590575e-06, + "L": 2.995665909111267e-06, + "G": 0.0003912308602593839, + "F": 0.002003380795940757, + "E": 0.0007610069587826729, + "T": 0.00038234444218687713, + "P": 0.40734103322029114, + "-": 0.5870599150657654 + }, + "id": "tp_23062" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2882783, + "label": "-", + "classification": { + "B": 6.299494543782203e-07, + "S": 3.634765164406417e-07, + "I": 0.0003034489636775106, + "C": 1.405662260367535e-05, + "R": 8.253140890701616e-07, + "M": 3.7487865483853966e-05, + "O": 7.290776011359412e-06, + "W": 4.035615290831629e-07, + "N": 1.6780822988948785e-05, + "Y": 0.00023034696641843766, + "U": 3.032662050372892e-07, + "K": 4.0237005123344716e-06, + "L": 5.555484108299424e-07, + "G": 8.81924424902536e-05, + "F": 0.0023647102061659098, + "E": 0.0008329488919116557, + "T": 0.00011128259939141572, + "P": 0.4433920979499817, + "-": 0.5525942444801331 + }, + "id": "tp_23063" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2882883, + "label": "P", + "classification": { + "B": 6.2685376178706065e-06, + "S": 2.1025102796556894e-06, + "I": 0.0009277384378947318, + "C": 5.894648711546324e-05, + "R": 3.485029310468235e-06, + "M": 0.00015529990196228027, + "O": 1.8574852219899185e-05, + "W": 2.3002762645774055e-06, + "N": 7.767369243083522e-05, + "Y": 0.0006077077705413103, + "U": 1.4837089565844508e-06, + "K": 5.878178126295097e-05, + "L": 1.7255798638871056e-06, + "G": 0.0003535020805429667, + "F": 0.006684193387627602, + "E": 0.010672184638679028, + "T": 0.0001902240765048191, + "P": 0.5812511444091797, + "-": 0.39892667531967163 + }, + "id": "tp_23064" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2883016, + "label": "-", + "classification": { + "B": 9.996708350001882e-09, + "S": 6.668003749155105e-08, + "I": 4.474780507734977e-05, + "C": 2.6861012884182855e-05, + "R": 2.1666780867235502e-06, + "M": 3.158182153129019e-06, + "O": 2.45183127844939e-06, + "W": 1.5493522198539722e-07, + "N": 2.558132564445259e-06, + "Y": 0.00033785405685193837, + "U": 1.6012788250918675e-07, + "K": 9.862334081844892e-06, + "L": 1.6022610793697822e-07, + "G": 6.675165059277788e-05, + "F": 0.00678455363959074, + "E": 0.00011677700240397826, + "T": 7.350409578066319e-05, + "P": 0.1310587376356125, + "-": 0.861469566822052 + }, + "id": "tp_23065" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2883150, + "label": "-", + "classification": { + "B": 1.9162723491339406e-11, + "S": 7.803913071313673e-11, + "I": 3.0821336594044624e-08, + "C": 8.893423775191422e-09, + "R": 1.403755667261919e-09, + "M": 1.2770045998422574e-07, + "O": 2.0255734867191677e-08, + "W": 9.624221558590662e-11, + "N": 2.0736341810323466e-10, + "Y": 2.103971564793028e-05, + "U": 1.3035454660137447e-11, + "K": 3.270863857540718e-10, + "L": 3.5231209616348735e-10, + "G": 2.2114441833309684e-07, + "F": 7.759055006317794e-05, + "E": 2.545406374565573e-08, + "T": 4.028729563287925e-06, + "P": 0.0008647852228023112, + "-": 0.9990321397781372 + }, + "id": "tp_23066" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2883283, + "label": "-", + "classification": { + "B": 6.622161152769479e-11, + "S": 3.5081745841658574e-10, + "I": 2.9929515221738257e-07, + "C": 2.441482216397617e-08, + "R": 2.7614674991127686e-09, + "M": 7.639613954779634e-07, + "O": 8.36453750707733e-08, + "W": 6.311288713867214e-10, + "N": 3.73320929725196e-09, + "Y": 1.3319995559868403e-05, + "U": 1.7393773921181577e-10, + "K": 2.7149926751235398e-08, + "L": 7.456641415437559e-10, + "G": 3.692560994750238e-07, + "F": 5.998427150188945e-05, + "E": 4.788258820553892e-07, + "T": 1.1596232980082277e-05, + "P": 0.006001033820211887, + "-": 0.9939119815826416 + }, + "id": "tp_23067" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2883383, + "label": "-", + "classification": { + "B": 6.0657162066490855e-06, + "S": 7.749433279968798e-05, + "I": 0.0014258092269301414, + "C": 0.00010162693070014939, + "R": 4.528021963778883e-05, + "M": 0.0008853882900439203, + "O": 0.0004152843030169606, + "W": 5.4061489208834246e-05, + "N": 0.00029422520310617983, + "Y": 0.02607959322631359, + "U": 7.706264113949146e-06, + "K": 0.002912229858338833, + "L": 1.625621553102974e-05, + "G": 0.00283095333725214, + "F": 0.033313293009996414, + "E": 0.0023471531458199024, + "T": 0.01142306998372078, + "P": 0.06018572300672531, + "-": 0.8575788140296936 + }, + "id": "tp_23068" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2883517, + "label": "-", + "classification": { + "B": 4.201260228597903e-09, + "S": 5.5775291052384546e-09, + "I": 1.6127854678416043e-06, + "C": 3.605192375744082e-07, + "R": 4.471154113616649e-08, + "M": 2.261855115648359e-06, + "O": 5.773583211521327e-07, + "W": 4.936537401079022e-09, + "N": 3.1958347079807936e-08, + "Y": 8.609976066509262e-05, + "U": 2.196704818047124e-09, + "K": 4.547048515490815e-09, + "L": 4.704912370812053e-08, + "G": 6.465523711085552e-06, + "F": 0.0006105390493758023, + "E": 1.5810741160748876e-06, + "T": 4.24448044213932e-05, + "P": 0.035917337983846664, + "-": 0.9633305072784424 + }, + "id": "tp_23069" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2883650, + "label": "-", + "classification": { + "B": 2.7573445748885206e-09, + "S": 8.96132874572686e-08, + "I": 6.962205134186661e-06, + "C": 7.358117386502272e-07, + "R": 7.11815246745573e-08, + "M": 2.812228785842308e-06, + "O": 1.0142665587409283e-06, + "W": 6.177837974519207e-08, + "N": 4.94529047045944e-07, + "Y": 0.0002044122520601377, + "U": 7.283948555425468e-09, + "K": 1.9513634015311254e-06, + "L": 3.569087425603357e-08, + "G": 1.1744772564270534e-05, + "F": 0.012548600323498249, + "E": 2.2561633159057237e-05, + "T": 7.059152267174795e-05, + "P": 0.048959244042634964, + "-": 0.9381685853004456 + }, + "id": "tp_23070" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2883750, + "label": "-", + "classification": { + "B": 1.7190770051911386e-07, + "S": 5.552093895744292e-08, + "I": 0.0001893851876957342, + "C": 5.358804628485814e-05, + "R": 8.22011770651443e-06, + "M": 9.767324809217826e-05, + "O": 6.188854513311526e-06, + "W": 2.9712930427194806e-07, + "N": 2.1218143047008198e-06, + "Y": 0.001333719934336841, + "U": 4.341695500897913e-07, + "K": 1.1932486359000904e-06, + "L": 1.5591240298817866e-06, + "G": 0.00020801003847736865, + "F": 0.0015049033099785447, + "E": 0.00010552982712397352, + "T": 0.00035169231705367565, + "P": 0.07125536352396011, + "-": 0.924879789352417 + }, + "id": "tp_23071" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2883884, + "label": "-", + "classification": { + "B": 4.423116733986987e-11, + "S": 3.3750616190708627e-10, + "I": 3.012984706174393e-08, + "C": 2.078126781768219e-09, + "R": 1.538270066880898e-10, + "M": 3.99952000407211e-08, + "O": 1.1181104042634615e-08, + "W": 4.311690240954569e-11, + "N": 2.993591208255708e-10, + "Y": 1.8107474488715525e-06, + "U": 2.97897839209027e-12, + "K": 8.011250551831495e-10, + "L": 7.790222633641264e-11, + "G": 1.3333462334230717e-07, + "F": 5.679687819792889e-05, + "E": 5.986552054082495e-08, + "T": 1.1355405149515718e-06, + "P": 0.003192933276295662, + "-": 0.9967470169067383 + }, + "id": "tp_23072" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2884017, + "label": "-", + "classification": { + "B": 7.585176931002025e-09, + "S": 7.072778807071245e-09, + "I": 2.9655182515853085e-05, + "C": 1.0795356502057984e-05, + "R": 1.0450886520629865e-06, + "M": 1.9034647493754164e-06, + "O": 1.6989916957754758e-06, + "W": 4.322540192447377e-08, + "N": 5.860649139322049e-07, + "Y": 4.611338590621017e-05, + "U": 4.490609128993128e-08, + "K": 2.4052238245531044e-07, + "L": 1.1028733837292748e-07, + "G": 2.216639586549718e-05, + "F": 0.0020452323369681835, + "E": 1.3701117495656945e-05, + "T": 3.656308399513364e-05, + "P": 0.13186098635196686, + "-": 0.865929126739502 + }, + "id": "tp_23073" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2884151, + "label": "-", + "classification": { + "B": 5.645044875990379e-09, + "S": 3.778434454204671e-09, + "I": 7.457004471689288e-07, + "C": 1.5334933323174482e-08, + "R": 8.601772627514492e-09, + "M": 8.915865237213438e-07, + "O": 6.572630013579328e-07, + "W": 5.00620478405267e-09, + "N": 4.343281734264792e-09, + "Y": 2.1544956325669773e-05, + "U": 1.228288304400138e-10, + "K": 2.6400347186150697e-11, + "L": 2.691277067867759e-08, + "G": 6.481173500105797e-07, + "F": 2.758899972832296e-05, + "E": 1.7514989281153248e-07, + "T": 1.762692591000814e-05, + "P": 0.029324987903237343, + "-": 0.9706051349639893 + }, + "id": "tp_23074" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2884251, + "label": "-", + "classification": { + "B": 8.900906323106028e-08, + "S": 1.1536261723676944e-07, + "I": 4.574797276291065e-05, + "C": 4.308316420065239e-06, + "R": 3.651818758498848e-07, + "M": 5.736021648772294e-06, + "O": 3.718380867212545e-06, + "W": 1.5879221848535963e-07, + "N": 2.269561264256481e-06, + "Y": 0.0001609964674571529, + "U": 1.554136446202392e-07, + "K": 3.017126800841652e-06, + "L": 2.0410161027939466e-07, + "G": 6.329424650175497e-05, + "F": 0.002226052340120077, + "E": 4.110226291231811e-05, + "T": 9.656928159529343e-05, + "P": 0.12558645009994507, + "-": 0.8717597126960754 + }, + "id": "tp_23075" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2884384, + "label": "-", + "classification": { + "B": 1.191723941751377e-09, + "S": 1.7510408678589329e-09, + "I": 3.547862434061244e-05, + "C": 1.0144755151486606e-06, + "R": 9.20380216484773e-08, + "M": 3.267524562033941e-07, + "O": 2.547596693602827e-07, + "W": 6.701181387569477e-09, + "N": 3.6567641359397385e-07, + "Y": 3.696701969602145e-05, + "U": 4.303144507389334e-09, + "K": 1.8850435878903227e-08, + "L": 6.880249703300478e-09, + "G": 2.9300645110197365e-06, + "F": 0.00024859263794496655, + "E": 3.903678134520305e-06, + "T": 1.6093055819510482e-05, + "P": 0.23852960765361786, + "-": 0.7611241936683655 + }, + "id": "tp_23076" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2884518, + "label": "-", + "classification": { + "B": 2.4696407141533427e-09, + "S": 2.3590163156228527e-09, + "I": 3.117088681392488e-06, + "C": 2.0219663383613806e-06, + "R": 1.350697260704692e-07, + "M": 9.623571486372384e-07, + "O": 4.342757620179327e-07, + "W": 8.255146788371803e-09, + "N": 3.1239867581689396e-08, + "Y": 4.222236020723358e-05, + "U": 5.9714855282777535e-09, + "K": 7.0876908786488e-09, + "L": 3.7538498531830555e-08, + "G": 4.646273737307638e-06, + "F": 0.00034657068317756057, + "E": 1.3278855703902082e-06, + "T": 2.560456414357759e-05, + "P": 0.04102691262960434, + "-": 0.958545982837677 + }, + "id": "tp_23077" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2884651, + "label": "-", + "classification": { + "B": 4.4789774666931237e-10, + "S": 1.700222879152946e-10, + "I": 1.0662639624570147e-06, + "C": 4.01119066850697e-08, + "R": 3.725243447050275e-09, + "M": 3.6064551522940747e-07, + "O": 4.3019845463732054e-08, + "W": 2.7908803046372554e-10, + "N": 5.660870883161806e-09, + "Y": 1.1745375559257809e-05, + "U": 1.5732470881602012e-10, + "K": 7.565591486624612e-10, + "L": 1.8687127401051384e-09, + "G": 5.53759491594974e-07, + "F": 0.00019108156266156584, + "E": 5.652854611071234e-07, + "T": 9.503026376478374e-06, + "P": 0.048490751534700394, + "-": 0.9512943625450134 + }, + "id": "tp_23078" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2884751, + "label": "P", + "classification": { + "B": 1.079839648809866e-06, + "S": 9.871353086055024e-07, + "I": 0.0021091587841510773, + "C": 4.905381501885131e-06, + "R": 4.582271230901824e-06, + "M": 3.633217420428991e-05, + "O": 2.5333290977869183e-05, + "W": 1.4230034821594018e-06, + "N": 4.784645716426894e-05, + "Y": 0.00032245670445263386, + "U": 3.8575754501835036e-07, + "K": 7.92647085745557e-07, + "L": 1.3758656223217258e-06, + "G": 8.471015462419018e-05, + "F": 0.0005018030060455203, + "E": 0.00012059184518875554, + "T": 0.0005009335582144558, + "P": 0.6312457323074341, + "-": 0.36498960852622986 + }, + "id": "tp_23079" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2884885, + "label": "-", + "classification": { + "B": 6.47298605827018e-08, + "S": 3.558266925551834e-08, + "I": 2.629930713737849e-05, + "C": 5.946112196397735e-06, + "R": 7.78679634549917e-07, + "M": 1.0107542948389892e-05, + "O": 3.098536353718373e-06, + "W": 7.56695115455841e-08, + "N": 3.185425612173276e-07, + "Y": 0.00012724399857688695, + "U": 4.8372079675118584e-08, + "K": 3.1243040155004564e-08, + "L": 4.344512092302466e-07, + "G": 9.107399819185957e-06, + "F": 0.0004581629182212055, + "E": 5.668654921464622e-06, + "T": 0.00012342818081378937, + "P": 0.05022617429494858, + "-": 0.9490030407905579 + }, + "id": "tp_23080" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2885018, + "label": "-", + "classification": { + "B": 1.201548798235308e-06, + "S": 3.0456772037723567e-06, + "I": 7.192148768808693e-05, + "C": 0.0001139138694270514, + "R": 1.6119500287459232e-05, + "M": 0.00018042200827039778, + "O": 4.760421143146232e-05, + "W": 2.333578777324874e-06, + "N": 7.750982149445917e-06, + "Y": 0.0017504696734249592, + "U": 1.9949993657064624e-06, + "K": 0.00020918165682815015, + "L": 9.956254871212877e-06, + "G": 0.0005802115192636847, + "F": 0.037849631160497665, + "E": 0.00028385475161485374, + "T": 0.0010620331158861518, + "P": 0.019067376852035522, + "-": 0.9387410879135132 + }, + "id": "tp_23081" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2885152, + "label": "-", + "classification": { + "B": 0.002013009274378419, + "S": 9.923290781443939e-05, + "I": 0.0010886018862947822, + "C": 0.000561589899007231, + "R": 0.00017892426694743335, + "M": 0.003772490657866001, + "O": 0.0031521061901003122, + "W": 9.849683556240052e-05, + "N": 3.137801104458049e-05, + "Y": 0.0015539488522335887, + "U": 6.020654836902395e-06, + "K": 1.1642305963732724e-07, + "L": 0.0015323151601478457, + "G": 0.002000277629122138, + "F": 0.0005258414894342422, + "E": 0.0001494682946940884, + "T": 0.005910190753638744, + "P": 0.03988131508231163, + "-": 0.9374447464942932 + }, + "id": "tp_23082" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2885252, + "label": "-", + "classification": { + "B": 4.2889953988378693e-07, + "S": 2.1790560467138675e-08, + "I": 1.5371228073490784e-05, + "C": 5.2728157839965206e-08, + "R": 2.1683428386154446e-08, + "M": 7.722530426690355e-06, + "O": 2.741337766565266e-06, + "W": 2.1095535984727576e-08, + "N": 5.015192527935142e-08, + "Y": 2.4065282559604384e-05, + "U": 4.130655817391471e-10, + "K": 1.4038042950303975e-10, + "L": 1.741356498996538e-07, + "G": 7.733260645181872e-06, + "F": 3.240602381993085e-05, + "E": 3.5456469049677253e-06, + "T": 2.2175749109010212e-05, + "P": 0.06541385501623154, + "-": 0.9344695806503296 + }, + "id": "tp_23083" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2885385, + "label": "-", + "classification": { + "B": 2.5083435772899065e-08, + "S": 2.083094408078523e-08, + "I": 1.3380268910623272e-06, + "C": 7.372853616516295e-08, + "R": 1.105639579890294e-08, + "M": 6.227001449587988e-06, + "O": 1.0860957218028489e-06, + "W": 9.067515627236844e-09, + "N": 2.6430349464590108e-08, + "Y": 9.939647134160623e-05, + "U": 6.712310707257529e-10, + "K": 1.8468953033590196e-09, + "L": 6.313292288950834e-08, + "G": 7.838690180506092e-06, + "F": 0.00019255538063589483, + "E": 3.703074298755382e-06, + "T": 6.243118696147576e-05, + "P": 0.023599807173013687, + "-": 0.9760253429412842 + }, + "id": "tp_23084" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2885519, + "label": "-", + "classification": { + "B": 2.253387476613966e-09, + "S": 5.269385483508415e-10, + "I": 2.552515752540785e-06, + "C": 6.226545110621373e-07, + "R": 3.61157965755865e-08, + "M": 8.798992894298863e-07, + "O": 2.5757597654774145e-07, + "W": 3.146477300930428e-09, + "N": 2.3203380550285146e-08, + "Y": 1.2204542144900188e-05, + "U": 1.3967176304419127e-09, + "K": 1.5070934722416496e-08, + "L": 9.256782007582842e-09, + "G": 2.816907908709254e-06, + "F": 0.00022082390205468982, + "E": 3.2294590255332878e-06, + "T": 7.017702046141494e-06, + "P": 0.02673003077507019, + "-": 0.9730194807052612 + }, + "id": "tp_23085" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2885652, + "label": "-", + "classification": { + "B": 4.315615864669553e-09, + "S": 1.6509394962227475e-09, + "I": 1.590171450516209e-06, + "C": 2.1621329171495063e-09, + "R": 1.4557148542149179e-10, + "M": 3.1444002956959594e-07, + "O": 5.368497468793976e-08, + "W": 1.0824833251987798e-09, + "N": 2.1379431558443684e-08, + "Y": 2.5739991542650387e-06, + "U": 8.267783679904994e-11, + "K": 2.1008015327339535e-09, + "L": 7.55948914576976e-10, + "G": 5.47652518889663e-07, + "F": 7.109795114956796e-05, + "E": 1.3183380360715091e-05, + "T": 3.14995440930943e-06, + "P": 0.42371898889541626, + "-": 0.5761885046958923 + }, + "id": "tp_23086" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2885752, + "label": "-", + "classification": { + "B": 1.9667249162580447e-08, + "S": 1.782711400721837e-08, + "I": 8.628044270153623e-06, + "C": 9.254010819859104e-07, + "R": 6.743967873035217e-08, + "M": 2.2477311176771764e-06, + "O": 1.149252284449176e-06, + "W": 2.7486587228509052e-08, + "N": 3.8489622511406196e-07, + "Y": 5.960701673757285e-05, + "U": 1.651501868593641e-08, + "K": 1.1222863349757972e-06, + "L": 2.5486189159096284e-08, + "G": 1.5207466276478954e-05, + "F": 0.0010870308615267277, + "E": 2.0190474970149808e-05, + "T": 3.4678392694331706e-05, + "P": 0.11618994176387787, + "-": 0.8825787305831909 + }, + "id": "tp_23087" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2885886, + "label": "-", + "classification": { + "B": 2.1441352924915502e-13, + "S": 6.837903507306287e-12, + "I": 5.192397978248664e-08, + "C": 7.958604886226794e-10, + "R": 3.7302990557597226e-11, + "M": 8.768189729835285e-09, + "O": 1.3731421555363e-09, + "W": 7.2454728848592165e-12, + "N": 4.4963843759404654e-10, + "Y": 1.4190137562763994e-06, + "U": 1.6983140154608334e-12, + "K": 1.7785580785911748e-09, + "L": 3.1969971375084283e-12, + "G": 1.4071250831193538e-08, + "F": 2.8114713131799363e-05, + "E": 9.030097913864665e-08, + "T": 5.496006565408607e-07, + "P": 0.013422530144453049, + "-": 0.9865472316741943 + }, + "id": "tp_23088" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2886019, + "label": "-", + "classification": { + "B": 2.9684439351029823e-09, + "S": 4.22013624046258e-09, + "I": 1.556456663820427e-05, + "C": 4.50912693850114e-06, + "R": 1.0446681244502543e-06, + "M": 1.972346581169404e-06, + "O": 6.949426847313589e-07, + "W": 1.5520402740776262e-08, + "N": 9.875331841158186e-08, + "Y": 0.00020460535597521812, + "U": 2.1376340697543128e-08, + "K": 6.903422189452613e-08, + "L": 1.1319144732624409e-07, + "G": 1.8679136701393872e-05, + "F": 0.0010938652558252215, + "E": 5.054270332038868e-06, + "T": 4.7059096687007695e-05, + "P": 0.028049562126398087, + "-": 0.9705570340156555 + }, + "id": "tp_23089" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2886153, + "label": "-", + "classification": { + "B": 1.532294513495458e-09, + "S": 7.69719288307158e-10, + "I": 1.3965526477477397e-06, + "C": 5.517867975868285e-07, + "R": 6.251838868820414e-08, + "M": 3.062403948206338e-06, + "O": 2.8538306651171297e-07, + "W": 1.4083886279436797e-09, + "N": 6.187845347227494e-09, + "Y": 0.00011761049972847104, + "U": 1.581688779950241e-09, + "K": 2.460650572189138e-09, + "L": 4.5478284249611534e-08, + "G": 1.2991015864827204e-05, + "F": 0.00012824730947613716, + "E": 9.03052182366082e-07, + "T": 0.00010103303065989166, + "P": 0.009660049341619015, + "-": 0.989973783493042 + }, + "id": "tp_23090" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2886253, + "label": "-", + "classification": { + "B": 1.852945991087651e-10, + "S": 1.0229549429752183e-09, + "I": 7.907015969976783e-06, + "C": 4.395302823922975e-07, + "R": 5.3734972027541517e-08, + "M": 9.793139952307683e-07, + "O": 2.39643100030662e-07, + "W": 2.8995570389156455e-09, + "N": 8.105780580081046e-08, + "Y": 5.000401142751798e-05, + "U": 2.5861652819259007e-09, + "K": 1.770653490495988e-08, + "L": 9.218676488842448e-09, + "G": 2.089300551233464e-06, + "F": 0.00012260866060387343, + "E": 3.1832973945711274e-06, + "T": 4.580130917020142e-05, + "P": 0.028050312772393227, + "-": 0.9717161655426025 + }, + "id": "tp_23091" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2886386, + "label": "-", + "classification": { + "B": 2.2597691079484505e-11, + "S": 2.0069307327119645e-11, + "I": 2.2689787328999955e-06, + "C": 2.717496556670085e-07, + "R": 3.0890848989884034e-08, + "M": 3.536022177286213e-07, + "O": 1.3806969789698087e-08, + "W": 9.054339222824836e-11, + "N": 2.372497309721666e-09, + "Y": 0.0007390963728539646, + "U": 1.4344263277177305e-10, + "K": 2.5221080335313673e-08, + "L": 4.976715706206392e-10, + "G": 5.1347478802199475e-06, + "F": 7.50367107684724e-05, + "E": 6.148844704512157e-07, + "T": 2.878178383980412e-05, + "P": 0.002048347843810916, + "-": 0.9971000552177429 + }, + "id": "tp_23092" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2886520, + "label": "-", + "classification": { + "B": 6.245872441468237e-07, + "S": 4.3828576963278465e-06, + "I": 0.0004422915226314217, + "C": 0.0013964857207611203, + "R": 0.0003703109687194228, + "M": 0.0007514238823205233, + "O": 0.0002537764667067677, + "W": 1.2797896488336846e-05, + "N": 3.521773760439828e-05, + "Y": 0.007687981706112623, + "U": 8.891820471035317e-06, + "K": 0.00013753512757830322, + "L": 5.679376045009121e-05, + "G": 0.001443307613953948, + "F": 0.026490600779652596, + "E": 0.0003045637276954949, + "T": 0.0038684578612446785, + "P": 0.025809181854128838, + "-": 0.9309253096580505 + }, + "id": "tp_23093" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2886653, + "label": "-", + "classification": { + "B": 3.0656239768944715e-09, + "S": 7.925065936831288e-09, + "I": 2.6346042432123795e-06, + "C": 1.2845791843574261e-06, + "R": 1.5291540478301613e-07, + "M": 1.2566482610054663e-06, + "O": 9.167358712147688e-07, + "W": 1.659202908399493e-08, + "N": 6.06492207566589e-08, + "Y": 2.033719101746101e-05, + "U": 1.0075134504461403e-08, + "K": 1.1577387226680003e-07, + "L": 3.153289185320318e-08, + "G": 1.6373925291190972e-06, + "F": 0.0001725260226521641, + "E": 9.66705783866928e-07, + "T": 3.8689795474056154e-05, + "P": 0.007907316088676453, + "-": 0.9918521046638489 + }, + "id": "tp_23094" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2886753, + "label": "-", + "classification": { + "B": 1.317684927926166e-05, + "S": 2.6497004000702873e-05, + "I": 0.00023099298414308578, + "C": 4.9777590902522206e-05, + "R": 8.353092198376544e-06, + "M": 0.0013675359077751637, + "O": 0.00019790351507253945, + "W": 1.609540413483046e-05, + "N": 2.56507901212899e-05, + "Y": 0.002931694034487009, + "U": 2.586024265838205e-06, + "K": 2.6177593099419028e-05, + "L": 3.6312081647338346e-05, + "G": 0.0007355427369475365, + "F": 0.01428623404353857, + "E": 0.0010198227828368545, + "T": 0.0028424265328794718, + "P": 0.07593375444412231, + "-": 0.9002493619918823 + }, + "id": "tp_23095" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2886887, + "label": "-", + "classification": { + "B": 6.432106514075997e-10, + "S": 4.0425357505924353e-10, + "I": 1.8440803728481114e-07, + "C": 2.3817051442165393e-08, + "R": 4.661966812591345e-09, + "M": 5.007505478715757e-06, + "O": 3.263513406182028e-07, + "W": 5.311310280475823e-10, + "N": 2.146933603119905e-10, + "Y": 1.1078922398155555e-05, + "U": 9.308660613160935e-12, + "K": 2.8817586338047985e-12, + "L": 1.6186829654429857e-08, + "G": 1.7757507748683565e-06, + "F": 4.069741407874972e-06, + "E": 1.6801266156107886e-08, + "T": 2.8960290364921093e-05, + "P": 0.0009226701222360134, + "-": 0.999025821685791 + }, + "id": "tp_23096" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2887020, + "label": "-", + "classification": { + "B": 5.568016603341164e-10, + "S": 1.2798715420814233e-09, + "I": 2.1228495938885317e-07, + "C": 4.800942221550031e-08, + "R": 9.962864311319208e-09, + "M": 3.780157555866026e-07, + "O": 2.1236677127944859e-07, + "W": 2.9177158467064146e-09, + "N": 4.944993303723777e-09, + "Y": 2.4428096367046237e-05, + "U": 3.941340309676633e-10, + "K": 6.376698280519122e-08, + "L": 2.3606399057740646e-09, + "G": 1.484863332734676e-06, + "F": 0.00021244912932161242, + "E": 5.111149334879883e-07, + "T": 4.9914096962311305e-06, + "P": 0.005842925515025854, + "-": 0.9939123392105103 + }, + "id": "tp_23097" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2887154, + "label": "-", + "classification": { + "B": 6.028339498698188e-07, + "S": 3.068833166253171e-06, + "I": 0.0006660175858996809, + "C": 0.00018894582171924412, + "R": 9.554820280754939e-05, + "M": 0.0009882347658276558, + "O": 0.00017482433759141713, + "W": 5.199392944632564e-06, + "N": 2.422111720079556e-05, + "Y": 0.0466545931994915, + "U": 8.853423310029029e-07, + "K": 3.7041118048364297e-05, + "L": 6.403724000847433e-06, + "G": 0.0015814575599506497, + "F": 0.004663033876568079, + "E": 9.732842590892687e-05, + "T": 0.01151606347411871, + "P": 0.009538437239825726, + "-": 0.9237581491470337 + }, + "id": "tp_23098" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2887254, + "label": "-", + "classification": { + "B": 6.210822522945136e-09, + "S": 1.0609092271351983e-07, + "I": 5.9244566728011705e-06, + "C": 8.033937888285436e-07, + "R": 1.1921618181531812e-07, + "M": 1.7970361341212993e-06, + "O": 2.1793050564156147e-06, + "W": 9.109675858098853e-08, + "N": 8.183905606529152e-07, + "Y": 0.00014751992421224713, + "U": 1.3874067228414333e-08, + "K": 3.5031180232181214e-06, + "L": 2.8947937380507938e-08, + "G": 1.8318653019377962e-05, + "F": 0.010690049268305302, + "E": 2.0294544810894877e-05, + "T": 7.129495497792959e-05, + "P": 0.15839503705501556, + "-": 0.8306421041488647 + }, + "id": "tp_23099" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2887387, + "label": "-", + "classification": { + "B": 1.9792506175675406e-11, + "S": 4.321357507941492e-11, + "I": 5.625231480621551e-08, + "C": 2.002556565017244e-09, + "R": 1.1804952848581962e-10, + "M": 2.6919940410152776e-07, + "O": 1.645092417845717e-08, + "W": 4.738448869390233e-11, + "N": 3.8673372837472186e-10, + "Y": 6.835869498900138e-06, + "U": 3.2428857776184428e-12, + "K": 6.122658630092204e-11, + "L": 2.5921917390370197e-10, + "G": 1.790293424619449e-07, + "F": 4.5573091483674943e-05, + "E": 9.631096276052631e-08, + "T": 4.0086370063363574e-06, + "P": 0.003923466429114342, + "-": 0.9960195422172546 + }, + "id": "tp_23100" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2887521, + "label": "-", + "classification": { + "B": 1.0785717677208595e-05, + "S": 5.571153451455757e-06, + "I": 0.0001736525009619072, + "C": 2.3806473109289072e-05, + "R": 5.3595504141412675e-06, + "M": 0.00035763680352829397, + "O": 9.869297355180606e-05, + "W": 5.148014679434709e-06, + "N": 8.061912922130432e-06, + "Y": 0.0010501554934307933, + "U": 1.5651597777832649e-06, + "K": 1.3165946484150481e-06, + "L": 2.3244530893862247e-05, + "G": 0.0003498887817841023, + "F": 0.0032156414818018675, + "E": 0.00014780202764086425, + "T": 0.0020840924698859453, + "P": 0.0885867103934288, + "-": 0.9038509130477905 + }, + "id": "tp_23101" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2887654, + "label": "-", + "classification": { + "B": 3.188250775565393e-05, + "S": 1.9881303160218522e-05, + "I": 6.45153340883553e-05, + "C": 8.783959856373258e-06, + "R": 9.639106792747043e-06, + "M": 0.0005252435221336782, + "O": 0.0009482520399615169, + "W": 2.5324898160761222e-05, + "N": 2.5617764549679123e-06, + "Y": 0.0005315018352121115, + "U": 2.591413590380398e-07, + "K": 5.742061404134802e-08, + "L": 6.288736767601222e-05, + "G": 0.00020961077825631946, + "F": 0.00038309284718707204, + "E": 6.767383183614584e-06, + "T": 0.0013450388796627522, + "P": 0.010557694360613823, + "-": 0.985267162322998 + }, + "id": "tp_23102" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2887754, + "label": "-", + "classification": { + "B": 7.575572391615992e-10, + "S": 4.926153929218913e-10, + "I": 9.60566376306815e-06, + "C": 1.9577525733893708e-07, + "R": 4.099146977409873e-08, + "M": 8.20673903945135e-06, + "O": 5.481925313688407e-07, + "W": 2.219774364320415e-09, + "N": 2.9426438175050862e-08, + "Y": 4.110329246032052e-05, + "U": 7.619246900070209e-10, + "K": 2.9663424494508206e-10, + "L": 4.688074284331378e-08, + "G": 5.22225991517189e-06, + "F": 1.6491670976392925e-05, + "E": 2.7705948468792485e-06, + "T": 6.584970833500847e-05, + "P": 0.01956457644701004, + "-": 0.9802852869033813 + }, + "id": "tp_23103" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2887888, + "label": "-", + "classification": { + "B": 3.7174042518017814e-05, + "S": 4.181758777122013e-05, + "I": 0.003492095274850726, + "C": 0.0029863519594073296, + "R": 0.0005164883914403617, + "M": 0.0026400296483188868, + "O": 0.0005764095112681389, + "W": 3.5716053389478475e-05, + "N": 0.00016694444639142603, + "Y": 0.019505038857460022, + "U": 2.2581432858714834e-05, + "K": 2.2303735022433102e-05, + "L": 0.0002545657043810934, + "G": 0.005627928767353296, + "F": 0.009352481923997402, + "E": 0.0006371992640197277, + "T": 0.008249703794717789, + "P": 0.09267818182706833, + "-": 0.8531569838523865 + }, + "id": "tp_23104" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2888021, + "label": "-", + "classification": { + "B": 9.214112651534379e-05, + "S": 0.0002641349274199456, + "I": 0.0023571790661662817, + "C": 0.014430779032409191, + "R": 0.0027872787322849035, + "M": 0.007149284239858389, + "O": 0.0024440735578536987, + "W": 0.00028685416327789426, + "N": 0.0003414805978536606, + "Y": 0.020321965217590332, + "U": 0.00011195136903552338, + "K": 0.0006138969911262393, + "L": 0.000673489470500499, + "G": 0.014369905926287174, + "F": 0.04053914546966553, + "E": 0.0021970244124531746, + "T": 0.01615968719124794, + "P": 0.03137235343456268, + "-": 0.8434873223304749 + }, + "id": "tp_23105" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2888155, + "label": "-", + "classification": { + "B": 3.235860219774622e-07, + "S": 6.772125260567918e-08, + "I": 9.625865459383931e-06, + "C": 1.8806258594850078e-05, + "R": 3.233492861909326e-06, + "M": 8.81035448401235e-05, + "O": 7.99756253400119e-06, + "W": 7.464158358061468e-08, + "N": 1.2576796848406957e-07, + "Y": 0.0018361820839345455, + "U": 5.531054370067068e-08, + "K": 6.108506340751774e-07, + "L": 2.126881327058072e-06, + "G": 0.000569142575841397, + "F": 0.0008798305061645806, + "E": 2.9898859793320298e-05, + "T": 0.0004576598294079304, + "P": 0.002450047992169857, + "-": 0.9936460256576538 + }, + "id": "tp_23106" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2888255, + "label": "-", + "classification": { + "B": 6.991340910644794e-07, + "S": 4.874144451605389e-06, + "I": 5.297789175529033e-05, + "C": 2.744865560089238e-05, + "R": 3.298174760857364e-06, + "M": 6.142039637779817e-05, + "O": 2.8533730073831975e-05, + "W": 2.186062374676112e-06, + "N": 5.756218342867214e-06, + "Y": 0.00025143290986306965, + "U": 6.390346811713243e-07, + "K": 3.88827538699843e-06, + "L": 1.999034793698229e-06, + "G": 4.574503327603452e-05, + "F": 0.005823835264891386, + "E": 7.273305527633056e-05, + "T": 0.0006371595663949847, + "P": 0.07165271043777466, + "-": 0.9213227033615112 + }, + "id": "tp_23107" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2888388, + "label": "-", + "classification": { + "B": 3.169013851334057e-08, + "S": 1.8381118849220002e-08, + "I": 8.957555110100657e-06, + "C": 1.7652170072324225e-06, + "R": 3.617472827954771e-07, + "M": 3.816022399405483e-06, + "O": 1.3637873053085059e-06, + "W": 2.7239833499947963e-08, + "N": 1.3897714268296113e-07, + "Y": 0.0004138585354667157, + "U": 2.186420289262969e-08, + "K": 3.6038647976965876e-07, + "L": 1.0057226518256357e-07, + "G": 5.401025555329397e-05, + "F": 0.0006494201952591538, + "E": 4.483561497181654e-06, + "T": 0.0001181898478535004, + "P": 0.019836585968732834, + "-": 0.978906512260437 + }, + "id": "tp_23108" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2888522, + "label": "-", + "classification": { + "B": 1.7872741508995205e-08, + "S": 6.118533946164462e-08, + "I": 7.720844223513268e-06, + "C": 4.552770860755118e-06, + "R": 9.651115533415577e-07, + "M": 1.9307275579194538e-05, + "O": 6.1583591559610795e-06, + "W": 1.2661898551868944e-07, + "N": 5.378467449190794e-07, + "Y": 0.0010541460942476988, + "U": 9.114867793869053e-08, + "K": 3.7787231121910736e-06, + "L": 6.279531703512475e-07, + "G": 9.057915303856134e-05, + "F": 0.005654199048876762, + "E": 2.4800705432426184e-05, + "T": 0.0004008488613180816, + "P": 0.025758789852261543, + "-": 0.9669727087020874 + }, + "id": "tp_23109" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2888655, + "label": "-", + "classification": { + "B": 1.6654296830509452e-09, + "S": 1.0337535272242349e-09, + "I": 8.993604438956027e-08, + "C": 2.054462022726966e-08, + "R": 1.2987658726260065e-09, + "M": 5.114438863529358e-07, + "O": 1.1335592375871784e-07, + "W": 1.3747483151860251e-09, + "N": 1.0570578856672341e-09, + "Y": 5.2408126975933556e-06, + "U": 4.107588227886261e-11, + "K": 1.682065375874231e-09, + "L": 4.2246890430419626e-09, + "G": 3.601813432396739e-06, + "F": 0.0005130391800776124, + "E": 1.1386684946046444e-06, + "T": 3.5558641684474424e-06, + "P": 0.006999452598392963, + "-": 0.9924732446670532 + }, + "id": "tp_23110" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2888755, + "label": "-", + "classification": { + "B": 6.393360507672696e-08, + "S": 3.008868532106135e-07, + "I": 1.6088342817965895e-06, + "C": 3.082821422140114e-06, + "R": 6.50265292279073e-07, + "M": 0.0005683423951268196, + "O": 1.1741406524379272e-05, + "W": 2.8502926241458226e-08, + "N": 1.5102001427180767e-08, + "Y": 0.0024660855997353792, + "U": 7.126808032609233e-10, + "K": 4.157706623431068e-09, + "L": 5.681759830622468e-06, + "G": 0.0007009436376392841, + "F": 0.0024075715336948633, + "E": 7.06200671629631e-06, + "T": 0.00069647585041821, + "P": 0.0012214151211082935, + "-": 0.9919089674949646 + }, + "id": "tp_23111" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2888889, + "label": "-", + "classification": { + "B": 2.9232478482299484e-07, + "S": 1.9102961346106895e-07, + "I": 0.00012183337821625173, + "C": 1.3921991012466606e-05, + "R": 3.974618266511243e-06, + "M": 3.71699825336691e-05, + "O": 1.2816210073651746e-05, + "W": 2.06351046472264e-07, + "N": 4.384339263197035e-06, + "Y": 0.0013581330422312021, + "U": 2.427489391720883e-07, + "K": 3.2685758810657717e-07, + "L": 1.028896917887323e-06, + "G": 0.0001525936822872609, + "F": 0.0008886783616617322, + "E": 4.8802015953697264e-05, + "T": 0.0006846768083050847, + "P": 0.1128874197602272, + "-": 0.883783221244812 + }, + "id": "tp_23112" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2889022, + "label": "-", + "classification": { + "B": 7.860565528972074e-05, + "S": 9.832211799221113e-05, + "I": 0.001242870232090354, + "C": 0.00042130445945076644, + "R": 6.690211739623919e-05, + "M": 0.0003544404753483832, + "O": 0.0003172483411617577, + "W": 7.405983342323452e-05, + "N": 0.0002863131812773645, + "Y": 0.0008296060259453952, + "U": 3.5281715099699795e-05, + "K": 0.00021229418052826077, + "L": 4.819385867449455e-05, + "G": 0.0007080651121214032, + "F": 0.02544667385518551, + "E": 0.002315367804840207, + "T": 0.001270138192921877, + "P": 0.38864725828170776, + "-": 0.577547013759613 + }, + "id": "tp_23113" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2889156, + "label": "-", + "classification": { + "B": 9.73059195530368e-06, + "S": 3.0028022592887282e-06, + "I": 0.003420999739319086, + "C": 0.00019068723486270756, + "R": 4.1026789403986186e-05, + "M": 0.00035448226844891906, + "O": 0.00012792981578968465, + "W": 7.614087735419162e-06, + "N": 9.280990343540907e-05, + "Y": 0.0021414817310869694, + "U": 5.668620360665955e-06, + "K": 1.966313220691518e-06, + "L": 3.719009691849351e-05, + "G": 0.0007141537498682737, + "F": 0.003741232678294182, + "E": 0.0007471790304407477, + "T": 0.0017432570457458496, + "P": 0.3166887164115906, + "-": 0.6699308753013611 + }, + "id": "tp_23114" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2889256, + "label": "-", + "classification": { + "B": 2.95844895248365e-08, + "S": 1.8632147202879423e-07, + "I": 4.195365181658417e-05, + "C": 2.5481049306108616e-05, + "R": 8.100405466393568e-06, + "M": 0.00011614205868681893, + "O": 1.3654977919941302e-05, + "W": 3.978396136972151e-07, + "N": 1.6499495814059628e-06, + "Y": 0.003953341860324144, + "U": 2.4029861833696486e-07, + "K": 1.1613169590418693e-05, + "L": 9.399659006703587e-07, + "G": 0.00015655382594559342, + "F": 0.0036127495113760233, + "E": 6.241389928618446e-05, + "T": 0.0005828732973895967, + "P": 0.009325239807367325, + "-": 0.9820865392684937 + }, + "id": "tp_23115" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2889389, + "label": "-", + "classification": { + "B": 2.301987649389048e-07, + "S": 9.632040018914267e-07, + "I": 6.248876161407679e-05, + "C": 6.219639544724487e-06, + "R": 1.1834106317110127e-06, + "M": 4.5492593926610425e-05, + "O": 1.4506553270621225e-05, + "W": 7.859695188017213e-07, + "N": 5.814506039314438e-06, + "Y": 0.0010579620720818639, + "U": 3.0295785791167873e-07, + "K": 5.0036655011354014e-05, + "L": 8.232885306824755e-07, + "G": 0.00021742103854194283, + "F": 0.008242571726441383, + "E": 0.0002166136837331578, + "T": 0.0003806058084592223, + "P": 0.032218560576438904, + "-": 0.9574773907661438 + }, + "id": "tp_23116" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2889523, + "label": "-", + "classification": { + "B": 2.19445941724173e-14, + "S": 2.3812920493977707e-13, + "I": 7.424359793617441e-09, + "C": 9.6747487798865e-10, + "R": 1.548556942398971e-11, + "M": 2.521981734560086e-09, + "O": 2.9880331542386784e-10, + "W": 5.556198405011481e-13, + "N": 2.8146518102345475e-11, + "Y": 8.407536711274588e-07, + "U": 4.1815303390008163e-13, + "K": 1.018061052127095e-10, + "L": 9.853741086973677e-13, + "G": 1.0485793566772372e-08, + "F": 2.364507054153364e-06, + "E": 8.248214555806044e-09, + "T": 3.171456910422421e-07, + "P": 0.0021943042520433664, + "-": 0.9978020787239075 + }, + "id": "tp_23117" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2889656, + "label": "-", + "classification": { + "B": 1.0254154148015004e-07, + "S": 1.6721075724035472e-07, + "I": 3.732673803824582e-06, + "C": 5.526610493689077e-07, + "R": 2.6931155616694014e-07, + "M": 1.438652088836534e-05, + "O": 6.118523742770776e-06, + "W": 2.5818209792305424e-07, + "N": 2.3912713231766247e-07, + "Y": 0.00037714853533543646, + "U": 2.3551400829546765e-08, + "K": 3.2336643016606104e-06, + "L": 1.1685242640169236e-07, + "G": 2.5763925805222243e-05, + "F": 0.0009184694499708712, + "E": 1.6787849745014682e-05, + "T": 8.286272350233048e-05, + "P": 0.008937425911426544, + "-": 0.9896122813224792 + }, + "id": "tp_23118" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2889756, + "label": "-", + "classification": { + "B": 5.140341929887882e-09, + "S": 1.1447411019105402e-08, + "I": 3.488805305096321e-06, + "C": 1.2319151210249402e-07, + "R": 5.1588862071128005e-09, + "M": 1.2718016932922183e-06, + "O": 3.822715086698736e-07, + "W": 5.328518071223698e-09, + "N": 8.712888188711077e-08, + "Y": 1.2525686543085612e-05, + "U": 2.5865707353744938e-09, + "K": 1.041424191328133e-08, + "L": 1.7687975528701827e-08, + "G": 2.003708232223289e-06, + "F": 0.00025174449547193944, + "E": 1.7378596339767682e-06, + "T": 2.789368954836391e-05, + "P": 0.12889841198921204, + "-": 0.8708001971244812 + }, + "id": "tp_23119" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2889890, + "label": "-", + "classification": { + "B": 5.54664980612074e-09, + "S": 2.5815396043071814e-08, + "I": 2.1958410798106343e-05, + "C": 2.0695508283097297e-05, + "R": 2.9713144158449722e-06, + "M": 1.3466785276250448e-05, + "O": 2.263487431264366e-06, + "W": 8.131891604534758e-08, + "N": 3.5909710049963905e-07, + "Y": 0.0006702442187815905, + "U": 8.097438097820486e-08, + "K": 8.701524620846612e-07, + "L": 1.755945930881353e-07, + "G": 3.0250723284552805e-05, + "F": 0.0010378173319622874, + "E": 8.848425750329625e-06, + "T": 0.00022168793657328933, + "P": 0.01609800010919571, + "-": 0.981870174407959 + }, + "id": "tp_23120" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2890023, + "label": "-", + "classification": { + "B": 8.726673428327558e-08, + "S": 5.861661378503413e-08, + "I": 1.141980987995339e-06, + "C": 5.244249905445031e-07, + "R": 4.1515309590067773e-07, + "M": 4.9385122110834345e-05, + "O": 1.6912952560232952e-05, + "W": 4.0891265484788164e-08, + "N": 6.563331211850709e-09, + "Y": 0.00010917714826064184, + "U": 1.028550467019329e-09, + "K": 3.100993073434921e-11, + "L": 2.877265842471388e-06, + "G": 3.8320180465234444e-05, + "F": 6.686797860311344e-05, + "E": 9.050916816022436e-08, + "T": 0.00033366080606356263, + "P": 0.0012070860248059034, + "-": 0.9981732368469238 + }, + "id": "tp_23121" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2890157, + "label": "-", + "classification": { + "B": 2.0581805149078036e-09, + "S": 3.1952107626409543e-09, + "I": 3.5983772249892354e-05, + "C": 1.8735605067377037e-07, + "R": 2.8472358692965827e-08, + "M": 7.167117928474909e-06, + "O": 8.062438041633868e-07, + "W": 2.6545066145189367e-09, + "N": 1.1246504527662182e-07, + "Y": 4.473390799830668e-05, + "U": 5.923027623921939e-10, + "K": 2.797747970795239e-11, + "L": 8.667598905276463e-08, + "G": 4.639542112272466e-06, + "F": 1.6027721358113922e-05, + "E": 2.0483107618929353e-06, + "T": 7.07951548974961e-05, + "P": 0.15156029164791107, + "-": 0.8482571840286255 + }, + "id": "tp_23122" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2890257, + "label": "-", + "classification": { + "B": 1.215041862678845e-07, + "S": 3.0231015557546925e-07, + "I": 4.768486905959435e-05, + "C": 9.664796380093321e-05, + "R": 2.439212221361231e-05, + "M": 6.688705616397783e-05, + "O": 2.3201593648991548e-05, + "W": 5.570934717979981e-07, + "N": 1.1783009767896147e-06, + "Y": 0.001692741410806775, + "U": 4.565034430470405e-07, + "K": 9.033313403961074e-07, + "L": 4.134034952585353e-06, + "G": 0.0002042352716671303, + "F": 0.0015453355154022574, + "E": 1.0900190318352543e-05, + "T": 0.0008549883496016264, + "P": 0.008101698011159897, + "-": 0.9873235821723938 + }, + "id": "tp_23123" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2890390, + "label": "-", + "classification": { + "B": 3.134484893863032e-09, + "S": 9.941892864517854e-10, + "I": 9.71467898125411e-07, + "C": 4.455012359017019e-08, + "R": 2.7664792678905314e-09, + "M": 2.578586020263174e-07, + "O": 1.5511099604736955e-07, + "W": 5.155602611495169e-10, + "N": 7.109695054907661e-09, + "Y": 3.667530108941719e-06, + "U": 8.964631814656343e-11, + "K": 8.977323225078937e-12, + "L": 1.0341487666210014e-08, + "G": 6.238860237317567e-07, + "F": 5.546729880734347e-05, + "E": 2.11141355066502e-07, + "T": 5.623242941510398e-06, + "P": 0.07123232632875443, + "-": 0.9287006258964539 + }, + "id": "tp_23124" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2890524, + "label": "-", + "classification": { + "B": 1.1023257862063929e-08, + "S": 1.6616978015804307e-08, + "I": 1.4953983736631926e-05, + "C": 4.330614501668606e-06, + "R": 4.7032295924509526e-07, + "M": 1.1013669791282155e-05, + "O": 1.8306361653230852e-06, + "W": 3.141593651889707e-08, + "N": 2.84257765770235e-07, + "Y": 0.00028555397875607014, + "U": 1.2199468990559126e-08, + "K": 1.544654537610768e-07, + "L": 8.80883490594897e-08, + "G": 2.042410233116243e-05, + "F": 0.0012688667047768831, + "E": 2.0280802345951088e-05, + "T": 6.624715024372563e-05, + "P": 0.020563680678606033, + "-": 0.9777417778968811 + }, + "id": "tp_23125" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2890657, + "label": "-", + "classification": { + "B": 1.971196184058499e-08, + "S": 2.5932329617006644e-09, + "I": 5.832966394336836e-07, + "C": 2.3364495405076013e-07, + "R": 5.4609483157719296e-08, + "M": 2.0075685824849643e-06, + "O": 1.059565192917944e-06, + "W": 4.5835242268310594e-09, + "N": 3.774599743877616e-09, + "Y": 1.528753273305483e-05, + "U": 5.830154137242971e-10, + "K": 1.9238464987747506e-10, + "L": 7.28362223867407e-08, + "G": 5.732163572247373e-06, + "F": 6.433321686927229e-05, + "E": 1.0310869669183376e-07, + "T": 1.9760909708566032e-05, + "P": 0.010191942565143108, + "-": 0.9896988272666931 + }, + "id": "tp_23126" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2890757, + "label": "-", + "classification": { + "B": 5.572456732161335e-11, + "S": 7.039464150482289e-11, + "I": 2.0220056740072323e-07, + "C": 4.3442877739607866e-08, + "R": 1.3111133290166777e-09, + "M": 7.264261370210079e-08, + "O": 3.4427749540100194e-08, + "W": 1.0430954017204286e-10, + "N": 2.664096054871834e-09, + "Y": 5.115221028972883e-06, + "U": 8.143554580675172e-11, + "K": 2.344384242292108e-09, + "L": 4.838372480442388e-10, + "G": 5.596492655968177e-07, + "F": 7.754829857731238e-05, + "E": 1.4497830136406265e-07, + "T": 1.8461568060956779e-06, + "P": 0.010829651728272438, + "-": 0.9890846610069275 + }, + "id": "tp_23127" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2890891, + "label": "-", + "classification": { + "B": 4.6852528801100135e-11, + "S": 5.004358386018204e-11, + "I": 3.3635810581245096e-08, + "C": 9.326240890672466e-10, + "R": 6.208443481536818e-11, + "M": 4.385185992106244e-09, + "O": 4.929259223018789e-09, + "W": 6.4182520409517e-11, + "N": 5.478161257954639e-10, + "Y": 2.8310327593317197e-07, + "U": 5.329721039504243e-12, + "K": 2.4603533099742947e-10, + "L": 4.902522832139766e-11, + "G": 3.9896001169381634e-08, + "F": 0.00014898924564477056, + "E": 9.447801829765012e-08, + "T": 2.2222216955469776e-07, + "P": 0.1291976422071457, + "-": 0.8706526756286621 + }, + "id": "tp_23128" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2891024, + "label": "-", + "classification": { + "B": 1.202052862936398e-05, + "S": 2.790690996334888e-05, + "I": 0.0022094370797276497, + "C": 0.0006045506452210248, + "R": 0.00016209926980081946, + "M": 0.0013076369650661945, + "O": 0.0003110669204033911, + "W": 2.8970371204195544e-05, + "N": 0.00015886394248809665, + "Y": 0.007227079477161169, + "U": 2.278097417729441e-05, + "K": 8.969489863375202e-05, + "L": 6.361491978168488e-05, + "G": 0.0016260285628959537, + "F": 0.010346228256821632, + "E": 0.0015455964021384716, + "T": 0.003933167550712824, + "P": 0.10736879706382751, + "-": 0.8629544973373413 + }, + "id": "tp_23129" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2891158, + "label": "-", + "classification": { + "B": 2.544771268730983e-05, + "S": 7.469245247193612e-06, + "I": 6.260486406972632e-05, + "C": 1.5128661289054435e-05, + "R": 4.3560780795814935e-06, + "M": 0.0003097695589531213, + "O": 5.872511974303052e-05, + "W": 1.3755787904301542e-06, + "N": 2.8160247893538326e-06, + "Y": 0.0023379467893391848, + "U": 3.4070438914568513e-07, + "K": 6.668760192951595e-07, + "L": 3.322782868053764e-05, + "G": 0.0012629902921617031, + "F": 0.018290545791387558, + "E": 0.00030454559600912035, + "T": 0.0011448846198618412, + "P": 0.0416070818901062, + "-": 0.9345301389694214 + }, + "id": "tp_23130" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2891258, + "label": "-", + "classification": { + "B": 2.9158196690470817e-11, + "S": 3.354711994307813e-11, + "I": 8.371302584464502e-08, + "C": 1.4213227927939442e-07, + "R": 1.3324279457549437e-08, + "M": 1.5609820991357992e-07, + "O": 4.913618667501396e-08, + "W": 7.609537999719862e-11, + "N": 2.3963583895003637e-10, + "Y": 9.534023774904199e-06, + "U": 4.2063550559356955e-11, + "K": 2.4621370480620852e-12, + "L": 4.137332698661567e-09, + "G": 5.829708129567734e-07, + "F": 1.3727659279538784e-05, + "E": 4.624181482171252e-09, + "T": 1.1842076673929114e-05, + "P": 0.001967767020687461, + "-": 0.9979959726333618 + }, + "id": "tp_23131" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2891391, + "label": "-", + "classification": { + "B": 3.787972246982463e-08, + "S": 1.4462039565898976e-08, + "I": 1.7400436718162382e-06, + "C": 5.089070782560157e-06, + "R": 5.104656111143413e-07, + "M": 1.5594387150486e-05, + "O": 2.599857680252171e-06, + "W": 4.454970081724241e-08, + "N": 7.291501447070914e-08, + "Y": 0.0004314014222472906, + "U": 3.519489766290462e-08, + "K": 1.1597404636631836e-06, + "L": 2.3666250115184084e-07, + "G": 8.015166531549767e-05, + "F": 0.0015790025936439633, + "E": 6.906306680320995e-06, + "T": 7.944915705593303e-05, + "P": 0.005960011389106512, + "-": 0.99183589220047 + }, + "id": "tp_23132" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2891525, + "label": "-", + "classification": { + "B": 4.4782901831297295e-09, + "S": 1.8530964540630634e-09, + "I": 5.7709605982836365e-09, + "C": 5.926473889417139e-08, + "R": 3.8822363102042345e-09, + "M": 3.428274624184269e-07, + "O": 1.6306131556120818e-07, + "W": 7.459632911377412e-10, + "N": 1.0423811813708994e-10, + "Y": 4.705400897364598e-06, + "U": 1.0137652869945946e-11, + "K": 3.3176000835410946e-10, + "L": 1.0447110732059173e-08, + "G": 2.057337724181707e-06, + "F": 0.0007528242422267795, + "E": 5.757287269148037e-08, + "T": 2.2151805296743987e-06, + "P": 0.0009400518028996885, + "-": 0.9982975125312805 + }, + "id": "tp_23133" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2891658, + "label": "-", + "classification": { + "B": 3.258320557808503e-10, + "S": 7.835948556689232e-10, + "I": 2.0818616164319792e-08, + "C": 9.628470110101262e-08, + "R": 5.682782688865018e-09, + "M": 1.920812167099939e-07, + "O": 1.0978956055396338e-07, + "W": 8.131981754644357e-10, + "N": 1.3032150913971918e-09, + "Y": 1.8299719158676453e-05, + "U": 1.8611300001136755e-10, + "K": 9.084179630747258e-09, + "L": 5.411091130724799e-09, + "G": 1.138006268774916e-06, + "F": 0.00209559453651309, + "E": 2.3353210565346672e-07, + "T": 4.808332505490398e-06, + "P": 0.006637799087911844, + "-": 0.9912416934967041 + }, + "id": "tp_23134" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2891758, + "label": "-", + "classification": { + "B": 1.455890224729469e-14, + "S": 9.914380887175289e-15, + "I": 3.564663494937115e-11, + "C": 4.0981432657127836e-13, + "R": 1.0894010913091619e-14, + "M": 3.533196235583347e-10, + "O": 1.816579699165377e-11, + "W": 1.9067351152569478e-15, + "N": 2.7228158692559762e-14, + "Y": 2.176068747417048e-08, + "U": 6.944937616334786e-17, + "K": 2.1837654992277024e-15, + "L": 5.423669190629185e-14, + "G": 5.979765016483896e-10, + "F": 8.418481911576237e-07, + "E": 1.6303364214209637e-10, + "T": 1.3187653635782226e-08, + "P": 0.0008275365107692778, + "-": 0.9991716146469116 + }, + "id": "tp_23135" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2891892, + "label": "-", + "classification": { + "B": 1.9673856854751648e-07, + "S": 7.535878694397979e-07, + "I": 6.0159500208101235e-06, + "C": 1.7276792277698405e-05, + "R": 2.6611760404193774e-06, + "M": 4.7779740270925686e-05, + "O": 2.0325609511928633e-05, + "W": 6.009387334415806e-07, + "N": 5.193975312067778e-07, + "Y": 0.0014077835949137807, + "U": 1.1834776358909949e-07, + "K": 2.913862999776029e-06, + "L": 2.6725674615590833e-06, + "G": 0.0002987629559356719, + "F": 0.016407795250415802, + "E": 1.650395461183507e-05, + "T": 0.0005484498105943203, + "P": 0.012248200364410877, + "-": 0.9689707159996033 + }, + "id": "tp_23136" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2892025, + "label": "-", + "classification": { + "B": 3.8474585295489305e-08, + "S": 3.131973613790251e-08, + "I": 1.9592282114899717e-05, + "C": 5.760417025157949e-06, + "R": 6.729848678332928e-07, + "M": 1.7300748368143104e-05, + "O": 2.781284365482861e-06, + "W": 1.2216148093102674e-07, + "N": 3.963055803524185e-07, + "Y": 0.000765710137784481, + "U": 6.682964226456534e-08, + "K": 3.463484290477936e-06, + "L": 3.0780950055486755e-07, + "G": 0.00015053078823257238, + "F": 0.003075577551499009, + "E": 2.6472329409443773e-05, + "T": 0.00015316005737986416, + "P": 0.015302246436476707, + "-": 0.9804759621620178 + }, + "id": "tp_23137" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2892125, + "label": "-", + "classification": { + "B": 9.14746051421389e-05, + "S": 8.398040517931804e-05, + "I": 0.019542302936315536, + "C": 0.021860914304852486, + "R": 0.006901412270963192, + "M": 0.023897815495729446, + "O": 0.003370854305103421, + "W": 0.00012680650979746133, + "N": 0.00023384066298604012, + "Y": 0.058618173003196716, + "U": 4.148820153204724e-05, + "K": 1.1163129784108605e-05, + "L": 0.0021522832103073597, + "G": 0.031156418845057487, + "F": 0.0067518362775444984, + "E": 0.0006985701620578766, + "T": 0.057292066514492035, + "P": 0.015591039322316647, + "-": 0.7515775561332703 + }, + "id": "tp_23138" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2892259, + "label": "-", + "classification": { + "B": 5.199328825256089e-07, + "S": 2.463892769810627e-07, + "I": 7.1509771260025445e-06, + "C": 1.2217486755616846e-06, + "R": 2.1072058586923959e-07, + "M": 6.371909876179416e-06, + "O": 7.495825684600277e-06, + "W": 1.0855689680511205e-07, + "N": 3.911324029104435e-07, + "Y": 6.713773473165929e-05, + "U": 2.991099989912982e-08, + "K": 2.423501541670703e-07, + "L": 6.869512390039745e-07, + "G": 6.036541526555084e-05, + "F": 0.00390710448846221, + "E": 1.0975402801705059e-05, + "T": 6.878926797071472e-05, + "P": 0.04252452030777931, + "-": 0.9533364772796631 + }, + "id": "tp_23139" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2892392, + "label": "-", + "classification": { + "B": 3.613172955274635e-11, + "S": 1.0295214680766662e-09, + "I": 1.737706201154765e-09, + "C": 1.5779560991191488e-09, + "R": 2.5359095379151597e-10, + "M": 7.700115816078323e-07, + "O": 7.551149394657841e-08, + "W": 1.25460017375012e-10, + "N": 4.774731304779678e-11, + "Y": 2.4626406229799613e-05, + "U": 1.6572620012422767e-12, + "K": 8.698143871832542e-10, + "L": 1.3646959118318591e-09, + "G": 9.937264167092508e-07, + "F": 0.0023827545810490847, + "E": 1.6754356124693004e-08, + "T": 4.919136245007394e-06, + "P": 0.00036284467205405235, + "-": 0.9972231388092041 + }, + "id": "tp_23140" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2892526, + "label": "-", + "classification": { + "B": 5.522070750885177e-06, + "S": 1.6527455954928882e-06, + "I": 3.2750278933235677e-06, + "C": 2.3452623736375244e-06, + "R": 1.57113879595272e-06, + "M": 0.0010756924748420715, + "O": 8.7440297647845e-05, + "W": 3.2809973049552354e-07, + "N": 2.8968768717163584e-08, + "Y": 0.0011363039957359433, + "U": 4.114714791114693e-09, + "K": 6.605800906278603e-10, + "L": 5.563112426898442e-05, + "G": 0.0006230821600183845, + "F": 0.0008621483575552702, + "E": 4.813919531443389e-06, + "T": 0.0008025541319511831, + "P": 0.0012988506350666285, + "-": 0.9940388202667236 + }, + "id": "tp_23141" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2892626, + "label": "-", + "classification": { + "B": 1.0169700317419483e-06, + "S": 1.124811888075783e-06, + "I": 0.00019676989177241921, + "C": 4.6045017370488495e-05, + "R": 1.3060476703685708e-05, + "M": 8.979986159829423e-05, + "O": 3.411774741834961e-05, + "W": 3.114350874966476e-06, + "N": 1.3014870091865305e-05, + "Y": 0.0015851351199671626, + "U": 1.7238144209841266e-06, + "K": 5.112471626489423e-05, + "L": 4.219962193019455e-06, + "G": 0.0005808749119751155, + "F": 0.01763790287077427, + "E": 0.0003818758996203542, + "T": 0.0003887828206643462, + "P": 0.22452345490455627, + "-": 0.7544468641281128 + }, + "id": "tp_23142" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2892759, + "label": "-", + "classification": { + "B": 1.701248919516729e-07, + "S": 4.676815024140524e-08, + "I": 2.5227637934222e-07, + "C": 1.9299748998946598e-07, + "R": 1.6291890503339346e-08, + "M": 9.067558494280092e-06, + "O": 1.8454303472026368e-06, + "W": 1.6719424067446198e-08, + "N": 6.779137251555767e-09, + "Y": 1.70871880982304e-05, + "U": 2.975002189042897e-10, + "K": 4.5843759344244006e-10, + "L": 1.9709892740138457e-07, + "G": 8.130912647175137e-06, + "F": 0.00021140617900528014, + "E": 1.2688925608017598e-06, + "T": 2.477555608493276e-05, + "P": 0.008387336507439613, + "-": 0.9913381338119507 + }, + "id": "tp_23143" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2892893, + "label": "-", + "classification": { + "B": 1.5054222046728682e-07, + "S": 1.2153158479577542e-07, + "I": 2.871802462323103e-05, + "C": 9.812004464038182e-06, + "R": 2.6279169560439186e-06, + "M": 4.981203528586775e-05, + "O": 2.5247822122764774e-05, + "W": 2.3351262257165217e-07, + "N": 3.5149034260939516e-07, + "Y": 0.0002937900135293603, + "U": 6.693305465432786e-08, + "K": 2.349593586359333e-08, + "L": 2.307343493157532e-06, + "G": 6.485855556093156e-05, + "F": 0.00020028148719575256, + "E": 1.8960478200824582e-06, + "T": 0.0003657126799225807, + "P": 0.0053968350403010845, + "-": 0.9935571551322937 + }, + "id": "tp_23144" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2893026, + "label": "-", + "classification": { + "B": 2.53308121500595e-06, + "S": 1.765456545399502e-05, + "I": 0.0003083717019762844, + "C": 0.0005263729835860431, + "R": 0.00016931086429394782, + "M": 0.000430371321272105, + "O": 0.00024728363496251404, + "W": 1.679368142504245e-05, + "N": 2.168820719816722e-05, + "Y": 0.0013933157315477729, + "U": 4.553662620310206e-06, + "K": 7.728184755251277e-06, + "L": 6.158217729534954e-05, + "G": 0.000902754080016166, + "F": 0.014714895747601986, + "E": 7.4244751885999e-05, + "T": 0.001925012213177979, + "P": 0.032762061804533005, + "-": 0.946413516998291 + }, + "id": "tp_23145" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2893126, + "label": "-", + "classification": { + "B": 1.19076812552521e-05, + "S": 5.486299983203935e-07, + "I": 3.1781142752151936e-05, + "C": 2.1648274923791178e-05, + "R": 4.468550287128892e-06, + "M": 0.0007247161120176315, + "O": 8.384994725929573e-05, + "W": 3.785018236612814e-07, + "N": 1.4226193911781593e-07, + "Y": 0.00030609878012910485, + "U": 1.3193761638774504e-08, + "K": 1.687222861423976e-10, + "L": 4.649688708013855e-05, + "G": 0.00027889726334251463, + "F": 5.4138108680490404e-05, + "E": 8.105231245281175e-06, + "T": 0.0007583064725622535, + "P": 0.006465755868703127, + "-": 0.991202712059021 + }, + "id": "tp_23146" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2893260, + "label": "-", + "classification": { + "B": 5.458016971715551e-07, + "S": 1.1097050673924969e-06, + "I": 1.5066599189594854e-05, + "C": 3.4915490687126294e-05, + "R": 9.384435543324798e-06, + "M": 0.0010299388086423278, + "O": 9.82765486696735e-05, + "W": 9.646498710935703e-07, + "N": 1.9610222068422445e-07, + "Y": 0.0016588938888162374, + "U": 5.136526226579008e-08, + "K": 1.3439922064151233e-08, + "L": 5.1992035878356546e-05, + "G": 0.00048685091314837337, + "F": 0.0009946678765118122, + "E": 1.097042786568636e-05, + "T": 0.0016268498729914427, + "P": 0.002629657043144107, + "-": 0.9913495779037476 + }, + "id": "tp_23147" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2893393, + "label": "-", + "classification": { + "B": 1.5215574633575812e-10, + "S": 2.1962476282055832e-10, + "I": 8.307010830321815e-07, + "C": 4.6981881496321876e-06, + "R": 2.1379811698807316e-07, + "M": 5.58058502519998e-07, + "O": 1.3212104477133835e-07, + "W": 6.399779595156474e-10, + "N": 7.067112228753558e-09, + "Y": 0.0001543010730529204, + "U": 7.787457900754191e-10, + "K": 1.2256703207924602e-08, + "L": 7.3914523390783415e-09, + "G": 1.4077094419917557e-05, + "F": 0.0005084043368697166, + "E": 6.412417405954329e-07, + "T": 6.962880888750078e-06, + "P": 0.004794108681380749, + "-": 0.994515061378479 + }, + "id": "tp_23148" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2893527, + "label": "-", + "classification": { + "B": 3.630658511610818e-06, + "S": 4.944740339851705e-06, + "I": 3.314491914352402e-05, + "C": 9.993461389967706e-06, + "R": 7.187450137280393e-06, + "M": 0.00016915220476221293, + "O": 0.00014295158325694501, + "W": 5.286482519295532e-06, + "N": 1.723971536193858e-06, + "Y": 0.0006073133554309607, + "U": 2.251590842661244e-07, + "K": 2.7949866421295155e-07, + "L": 2.4333501642104238e-05, + "G": 0.00019164713739883155, + "F": 0.006159635726362467, + "E": 4.337411155574955e-05, + "T": 0.0003736392827704549, + "P": 0.02296244539320469, + "-": 0.9692589640617371 + }, + "id": "tp_23149" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2893627, + "label": "P", + "classification": { + "B": 6.641604155532832e-09, + "S": 1.6592660578851337e-09, + "I": 6.513113476103172e-05, + "C": 2.217379915236961e-06, + "R": 2.0413489210113767e-07, + "M": 4.314012471695605e-07, + "O": 2.921195516591979e-07, + "W": 3.646274615576317e-09, + "N": 3.1461075877814437e-07, + "Y": 1.5042191080283374e-05, + "U": 3.745181054171098e-09, + "K": 8.599166378964185e-10, + "L": 2.4101886708649545e-08, + "G": 5.580535344051896e-06, + "F": 4.901253851130605e-05, + "E": 2.520807356631849e-06, + "T": 1.1409670150897e-05, + "P": 0.5227493643760681, + "-": 0.4770984947681427 + }, + "id": "tp_23150" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2893760, + "label": "-", + "classification": { + "B": 6.692399665553239e-07, + "S": 3.836229893749987e-07, + "I": 7.84314215707127e-06, + "C": 2.181089439545758e-05, + "R": 2.9131681458238745e-06, + "M": 6.80549637763761e-05, + "O": 1.1017083124897908e-05, + "W": 1.5027191579974897e-07, + "N": 2.921374004927202e-07, + "Y": 0.000494146894197911, + "U": 3.082078592342441e-08, + "K": 1.7037932309449388e-07, + "L": 3.0094795420154696e-06, + "G": 0.00023014243924990296, + "F": 0.005878611467778683, + "E": 3.230306538171135e-05, + "T": 0.0002254733699373901, + "P": 0.009080400690436363, + "-": 0.9839425086975098 + }, + "id": "tp_23151" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2893894, + "label": "-", + "classification": { + "B": 5.723048146499821e-10, + "S": 6.654401119021713e-08, + "I": 2.353318535597282e-07, + "C": 7.295996624634427e-07, + "R": 1.1442534031402829e-07, + "M": 1.8824168819264742e-06, + "O": 2.4447772375424393e-06, + "W": 4.142188103628541e-08, + "N": 3.239084378492407e-08, + "Y": 0.0002274245343869552, + "U": 1.6917888201462006e-09, + "K": 6.522536182274052e-07, + "L": 5.417641446570087e-08, + "G": 8.940908628574107e-06, + "F": 0.006753327324986458, + "E": 1.0158306622543023e-06, + "T": 4.014239311800338e-05, + "P": 0.005984828807413578, + "-": 0.9869780540466309 + }, + "id": "tp_23152" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2894027, + "label": "-", + "classification": { + "B": 6.690146960863785e-07, + "S": 1.544434326206101e-06, + "I": 5.420877187134465e-06, + "C": 7.494123792639584e-07, + "R": 1.861031648786593e-07, + "M": 9.54472488956526e-06, + "O": 2.1619540348183364e-05, + "W": 4.902706791654055e-07, + "N": 4.0930146383288957e-07, + "Y": 3.711236786330119e-05, + "U": 1.7342777880458016e-08, + "K": 9.91036799291578e-08, + "L": 8.822525501273049e-07, + "G": 2.4451837816741318e-05, + "F": 0.0023308403324335814, + "E": 4.898232418781845e-06, + "T": 5.691564365406521e-05, + "P": 0.030213048681616783, + "-": 0.9672911167144775 + }, + "id": "tp_23153" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2894127, + "label": "-", + "classification": { + "B": 1.475036970077781e-05, + "S": 7.878978794906288e-05, + "I": 0.0010775605915114284, + "C": 0.001442676060833037, + "R": 0.00037168394192121923, + "M": 0.001967142103239894, + "O": 0.000961889571044594, + "W": 0.00010334917897125706, + "N": 0.00015418614202644676, + "Y": 0.04400113224983215, + "U": 1.4218610886018723e-05, + "K": 0.0006592774298042059, + "L": 0.0001719772262731567, + "G": 0.01127740740776062, + "F": 0.06815766543149948, + "E": 0.002455268520861864, + "T": 0.010188667103648186, + "P": 0.0297232698649168, + "-": 0.8271791338920593 + }, + "id": "tp_23154" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2894261, + "label": "-", + "classification": { + "B": 4.642797284759581e-05, + "S": 9.654206223785877e-05, + "I": 0.001394313178025186, + "C": 0.005045073572546244, + "R": 0.0012682938249781728, + "M": 0.007216517347842455, + "O": 0.0017203649040311575, + "W": 5.486194640980102e-05, + "N": 4.7054345486685634e-05, + "Y": 0.024045877158641815, + "U": 1.714252903184388e-05, + "K": 6.66510641167406e-06, + "L": 0.003046402707695961, + "G": 0.025897108018398285, + "F": 0.03112942911684513, + "E": 0.00040823768358677626, + "T": 0.017475368455052376, + "P": 0.03256254270672798, + "-": 0.8485217094421387 + }, + "id": "tp_23155" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2894394, + "label": "-", + "classification": { + "B": 2.124543470927165e-06, + "S": 1.9234010323998518e-05, + "I": 0.0002875730278901756, + "C": 0.00010569105506874621, + "R": 4.157927105552517e-05, + "M": 0.00011777519102906808, + "O": 0.00015980348689481616, + "W": 1.9970129869761877e-05, + "N": 4.085266846232116e-05, + "Y": 0.0016440891195088625, + "U": 4.895860456599621e-06, + "K": 7.937703776406124e-05, + "L": 1.2561762559926137e-05, + "G": 0.00028846104396507144, + "F": 0.025050409138202667, + "E": 0.00012678040366154164, + "T": 0.0010491968132555485, + "P": 0.08017055690288544, + "-": 0.8907790780067444 + }, + "id": "tp_23156" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2894528, + "label": "-", + "classification": { + "B": 1.5023726707141805e-10, + "S": 1.5007572962133509e-10, + "I": 1.426243102287117e-06, + "C": 2.0611892637134588e-08, + "R": 1.7450387801432043e-09, + "M": 2.4430864868918434e-06, + "O": 6.754899573024886e-08, + "W": 1.8253898392828205e-10, + "N": 3.62002405829287e-09, + "Y": 1.7325772205367684e-05, + "U": 6.454183715254302e-11, + "K": 2.839464774417877e-10, + "L": 2.0339092632326583e-09, + "G": 1.2247282938915305e-06, + "F": 1.954373328771908e-05, + "E": 2.1404349581644055e-07, + "T": 4.807191726285964e-05, + "P": 0.014981758780777454, + "-": 0.9849280118942261 + }, + "id": "tp_23157" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2894628, + "label": "-", + "classification": { + "B": 4.991611035620735e-07, + "S": 2.550556246205815e-06, + "I": 3.951079634134658e-06, + "C": 6.372907250806747e-07, + "R": 5.45325178791245e-07, + "M": 7.767456736473832e-06, + "O": 2.0459214283619076e-05, + "W": 7.726558806098183e-07, + "N": 1.0624997059949237e-07, + "Y": 5.039087409386411e-05, + "U": 5.1087898356172445e-09, + "K": 7.213995179000676e-09, + "L": 1.9938872810598696e-06, + "G": 2.626085733936634e-05, + "F": 0.0029612521175295115, + "E": 1.3801667364532477e-06, + "T": 5.551095091504976e-05, + "P": 0.013134380802512169, + "-": 0.9837315082550049 + }, + "id": "tp_23158" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2894761, + "label": "P", + "classification": { + "B": 2.188412281611818e-06, + "S": 7.812819546870742e-08, + "I": 0.0003568046959117055, + "C": 3.5906443827116163e-06, + "R": 2.592332180029189e-07, + "M": 5.303258603817085e-06, + "O": 1.358590566269413e-06, + "W": 7.269954949151725e-08, + "N": 1.0509539606573526e-05, + "Y": 5.246822547633201e-05, + "U": 1.4689580041249428e-07, + "K": 2.237745491129317e-07, + "L": 2.769839966276777e-07, + "G": 2.7495672838995233e-05, + "F": 0.000203304662136361, + "E": 0.0002243368508061394, + "T": 3.892988388543017e-05, + "P": 0.8599116802215576, + "-": 0.13916096091270447 + }, + "id": "tp_23159" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2894895, + "label": "-", + "classification": { + "B": 7.212391210487112e-05, + "S": 2.698128628253471e-05, + "I": 0.0020615190733224154, + "C": 0.0023592442739754915, + "R": 0.00042250676779076457, + "M": 0.0014630939112976193, + "O": 0.0004937393823638558, + "W": 6.366454908857122e-05, + "N": 0.00024133535043802112, + "Y": 0.009284717962145805, + "U": 6.090297392802313e-05, + "K": 0.0006615051534026861, + "L": 0.00013183688861317933, + "G": 0.006286531686782837, + "F": 0.03259015455842018, + "E": 0.004577345680445433, + "T": 0.002656098222360015, + "P": 0.11635860055685043, + "-": 0.8201881647109985 + }, + "id": "tp_23160" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2895028, + "label": "-", + "classification": { + "B": 4.076297521748984e-09, + "S": 4.160829902843943e-08, + "I": 5.148539003130281e-06, + "C": 1.4703037720664724e-07, + "R": 2.0707858539026347e-08, + "M": 1.7272076320296037e-06, + "O": 9.130277476288029e-07, + "W": 3.4884131139278907e-08, + "N": 2.8304251031840977e-07, + "Y": 1.677177715464495e-05, + "U": 5.199542130185364e-09, + "K": 3.9167960608210706e-07, + "L": 1.3635310658344224e-08, + "G": 3.2074399314296898e-06, + "F": 0.0022292197681963444, + "E": 9.899794349621516e-06, + "T": 2.949408553831745e-05, + "P": 0.26085197925567627, + "-": 0.7368506789207458 + }, + "id": "tp_23161" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2895128, + "label": "-", + "classification": { + "B": 1.5365159242719528e-06, + "S": 4.876287107435928e-07, + "I": 1.3654585018230136e-05, + "C": 2.156861410185229e-05, + "R": 1.2743217894239933e-06, + "M": 7.418847235385329e-05, + "O": 1.2007030818494968e-05, + "W": 4.429134037309268e-07, + "N": 9.208940809912747e-07, + "Y": 0.000246889831032604, + "U": 1.9214701296732528e-07, + "K": 7.994140105438419e-07, + "L": 1.7416634818800958e-06, + "G": 8.782650547800586e-05, + "F": 0.0024496689438819885, + "E": 5.452684490592219e-05, + "T": 0.00019658842938952148, + "P": 0.048369377851486206, + "-": 0.9484663009643555 + }, + "id": "tp_23162" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2895262, + "label": "-", + "classification": { + "B": 5.779346792800233e-11, + "S": 5.275885839317596e-10, + "I": 5.6736404019375186e-08, + "C": 2.2888245609919977e-07, + "R": 4.203433601190909e-09, + "M": 4.365091399449739e-08, + "O": 2.3020279016350287e-08, + "W": 4.833157762895723e-10, + "N": 3.809702775470214e-09, + "Y": 1.8255777831654996e-05, + "U": 1.9842430476479933e-10, + "K": 6.554565601391005e-08, + "L": 5.87432602561222e-10, + "G": 1.0080514130095253e-06, + "F": 0.003808773821219802, + "E": 7.400842036986433e-07, + "T": 2.1435191683849553e-06, + "P": 0.015562071464955807, + "-": 0.980606734752655 + }, + "id": "tp_23163" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2895395, + "label": "-", + "classification": { + "B": 1.2669687521338346e-10, + "S": 1.0622736024146207e-09, + "I": 1.5448748627022724e-06, + "C": 7.56949347646696e-09, + "R": 2.5537785774965016e-10, + "M": 9.503752806949706e-08, + "O": 3.0595554534329494e-08, + "W": 4.5132897419364326e-10, + "N": 5.672753289331922e-08, + "Y": 1.2273958418518305e-06, + "U": 7.003488067258701e-11, + "K": 8.695500319788607e-09, + "L": 3.333093523405495e-10, + "G": 2.733547432853811e-07, + "F": 0.0009318575030192733, + "E": 6.621111879212549e-06, + "T": 1.1399854429328116e-06, + "P": 0.4359108507633209, + "-": 0.5631462335586548 + }, + "id": "tp_23164" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2895529, + "label": "-", + "classification": { + "B": 3.2576068065282016e-08, + "S": 1.9307796605971816e-07, + "I": 1.0000808288168628e-06, + "C": 1.8513878785597626e-07, + "R": 3.165412465477857e-08, + "M": 9.940613381331787e-06, + "O": 4.2362789827166125e-06, + "W": 4.974614853381354e-08, + "N": 3.420825578359654e-08, + "Y": 5.0248494517290965e-05, + "U": 1.4838699158303825e-09, + "K": 8.070435875140447e-09, + "L": 1.5590575230817194e-07, + "G": 6.4341252254962455e-06, + "F": 0.0004246464523021132, + "E": 1.1887880191352451e-06, + "T": 8.085898298304528e-05, + "P": 0.005136995110660791, + "-": 0.9942838549613953 + }, + "id": "tp_23165" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2895629, + "label": "-", + "classification": { + "B": 1.1996480964171496e-07, + "S": 8.675722824591503e-07, + "I": 1.2173888535471633e-05, + "C": 6.22547395323636e-06, + "R": 1.2705628478215658e-06, + "M": 3.620037023210898e-05, + "O": 1.844460712163709e-05, + "W": 7.326007676056179e-07, + "N": 1.0488348607395892e-06, + "Y": 0.0005108745535835624, + "U": 1.0029545194356615e-07, + "K": 2.267400532218744e-06, + "L": 8.983951147456537e-07, + "G": 5.9866284573217854e-05, + "F": 0.009970547631382942, + "E": 2.7092715754406527e-05, + "T": 0.00025602662935853004, + "P": 0.03052602708339691, + "-": 0.958569347858429 + }, + "id": "tp_23166" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2895762, + "label": "P", + "classification": { + "B": 2.614251570776105e-05, + "S": 2.7778474759543315e-05, + "I": 0.0002249853714602068, + "C": 7.939850547700189e-06, + "R": 1.3964956906420412e-06, + "M": 0.00013797168503515422, + "O": 8.15418316051364e-05, + "W": 7.255493073898833e-06, + "N": 3.098898014286533e-05, + "Y": 0.00014576216926798224, + "U": 5.230450597082381e-07, + "K": 7.187405799413682e-07, + "L": 9.59247972787125e-06, + "G": 0.00010414837743155658, + "F": 0.004543124698102474, + "E": 0.0006369781913235784, + "T": 0.00023133514332585037, + "P": 0.6296908259391785, + "-": 0.3640908896923065 + }, + "id": "tp_23167" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2895896, + "label": "-", + "classification": { + "B": 2.530861031857512e-08, + "S": 4.5058822450982916e-08, + "I": 4.5429922465700656e-05, + "C": 4.289053094908013e-07, + "R": 3.383076929708295e-08, + "M": 4.682620783569291e-06, + "O": 6.781211823181366e-07, + "W": 2.387890241095647e-08, + "N": 1.2823542192563764e-06, + "Y": 3.46114975400269e-05, + "U": 1.1421331436167748e-08, + "K": 2.0884264984033507e-07, + "L": 2.8966310239297854e-08, + "G": 3.1015088097774424e-06, + "F": 0.0006996971787884831, + "E": 6.608666444662958e-05, + "T": 3.3689218980725855e-05, + "P": 0.40685006976127625, + "-": 0.5922598242759705 + }, + "id": "tp_23168" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2896029, + "label": "P", + "classification": { + "B": 1.8132599507225677e-05, + "S": 2.7321373636368662e-05, + "I": 0.017695575952529907, + "C": 0.00024424330331385136, + "R": 0.00012790154141839594, + "M": 0.0005461352411657572, + "O": 0.00020512596529442817, + "W": 4.8451136535732076e-05, + "N": 0.001433027908205986, + "Y": 0.003113414626568556, + "U": 2.4383169147768058e-05, + "K": 0.00040505011565983295, + "L": 2.643902007548604e-05, + "G": 0.0009086056961677969, + "F": 0.005944268777966499, + "E": 0.004545919597148895, + "T": 0.0021443944424390793, + "P": 0.6797596216201782, + "-": 0.28278204798698425 + }, + "id": "tp_23169" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2896129, + "label": "F", + "classification": { + "B": 5.625043922918849e-05, + "S": 0.008095885626971722, + "I": 2.8970493076485582e-05, + "C": 0.0001298701681662351, + "R": 7.171510515036061e-05, + "M": 0.0036047878675162792, + "O": 0.0037367171607911587, + "W": 0.00020037125796079636, + "N": 1.0531714906392153e-05, + "Y": 0.0016796218696981668, + "U": 2.0658359289882355e-07, + "K": 2.829021650541108e-05, + "L": 0.0017421876545995474, + "G": 0.017802754417061806, + "F": 0.6693501472473145, + "E": 0.00025742658181115985, + "T": 0.0033036929089576006, + "P": 0.0031492493581026793, + "-": 0.28675130009651184 + }, + "id": "tp_23170" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2896263, + "label": "-", + "classification": { + "B": 7.271563049471297e-07, + "S": 3.2675725947228784e-07, + "I": 0.00013417632726486772, + "C": 0.0002703162026591599, + "R": 4.4281059672357515e-05, + "M": 0.0001524725230410695, + "O": 3.333195854793303e-05, + "W": 7.53563767830201e-07, + "N": 3.4409399631840643e-06, + "Y": 0.0019049026304855943, + "U": 1.181096195068676e-06, + "K": 1.03720708466426e-06, + "L": 1.2296594832150731e-05, + "G": 0.0007316377595998347, + "F": 0.004113024566322565, + "E": 8.101500861812383e-05, + "T": 0.0007554724579676986, + "P": 0.046282052993774414, + "-": 0.9454774856567383 + }, + "id": "tp_23171" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2896396, + "label": "P", + "classification": { + "B": 2.4927707897859364e-08, + "S": 5.19580396485253e-07, + "I": 0.00012195158342365175, + "C": 2.1357911350605718e-07, + "R": 5.9149378728307056e-08, + "M": 2.1567927888099803e-06, + "O": 1.5669513686589198e-06, + "W": 1.6865105578744988e-07, + "N": 7.520211966038914e-06, + "Y": 9.334857895737514e-05, + "U": 3.041910545675819e-08, + "K": 2.117680196533911e-06, + "L": 3.1197547656347524e-08, + "G": 3.33140405928134e-06, + "F": 0.001585457706823945, + "E": 2.386688720434904e-05, + "T": 8.73185126692988e-05, + "P": 0.5425263047218323, + "-": 0.45554405450820923 + }, + "id": "tp_23172" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2896530, + "label": "-", + "classification": { + "B": 1.097784320336359e-06, + "S": 9.962217291104025e-07, + "I": 0.00012792156485375017, + "C": 7.162195288401563e-06, + "R": 1.8774651380226715e-06, + "M": 0.0002598518622107804, + "O": 1.3428911188384518e-05, + "W": 3.912759041213576e-07, + "N": 3.7913689538982e-06, + "Y": 0.002156856469810009, + "U": 1.8697880932450062e-07, + "K": 3.863449364871485e-06, + "L": 1.9612009509728523e-06, + "G": 0.00042222352931275964, + "F": 0.004525936674326658, + "E": 0.0003175472083967179, + "T": 0.0009501795866526663, + "P": 0.09916247427463531, + "-": 0.892042338848114 + }, + "id": "tp_23173" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2896630, + "label": "P", + "classification": { + "B": 2.6375923880550545e-06, + "S": 1.2602843071363168e-06, + "I": 0.0016246683662757277, + "C": 2.7890280762221664e-05, + "R": 6.521956038341159e-06, + "M": 0.00013526048860512674, + "O": 2.7689393391483463e-05, + "W": 7.406158601952484e-07, + "N": 6.761396070942283e-05, + "Y": 0.00012817019887734205, + "U": 6.888889743095206e-07, + "K": 1.01403145436052e-06, + "L": 5.1511647143343e-06, + "G": 0.0002590672520454973, + "F": 0.0012304537231102586, + "E": 0.0005628422950394452, + "T": 0.0005747104296460748, + "P": 0.6856159567832947, + "-": 0.30972763895988464 + }, + "id": "tp_23174" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2896763, + "label": "-", + "classification": { + "B": 1.4367155465322412e-08, + "S": 9.956811375388952e-09, + "I": 4.025246016681194e-05, + "C": 3.818041477643419e-06, + "R": 5.079650122752355e-07, + "M": 1.1424314834584948e-05, + "O": 1.2574053016578546e-06, + "W": 3.051684416277567e-08, + "N": 4.712959480457357e-07, + "Y": 0.0003669681609608233, + "U": 5.159817462185856e-08, + "K": 6.653085620200727e-07, + "L": 1.738098660553078e-07, + "G": 5.0751037633745e-05, + "F": 0.0013188087614253163, + "E": 4.231423736200668e-05, + "T": 0.00012935504491906613, + "P": 0.04087184742093086, + "-": 0.9571613669395447 + }, + "id": "tp_23175" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2896897, + "label": "P", + "classification": { + "B": 1.034977548108884e-09, + "S": 1.7875647628784463e-09, + "I": 0.00013135660265106708, + "C": 3.4753259114950197e-07, + "R": 2.7605784325146487e-08, + "M": 5.831232101627393e-07, + "O": 1.081757829979324e-07, + "W": 1.7600054746935712e-09, + "N": 1.976812200155109e-06, + "Y": 6.254015261220047e-06, + "U": 2.0801673716874802e-09, + "K": 1.586531261921209e-08, + "L": 4.4454715464326e-09, + "G": 2.4540056529076537e-06, + "F": 6.927268987055868e-05, + "E": 2.522366412449628e-05, + "T": 7.664413715247065e-06, + "P": 0.884797990322113, + "-": 0.11495669186115265 + }, + "id": "tp_23176" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2897030, + "label": "P", + "classification": { + "B": 9.248619221580157e-07, + "S": 2.1115374693181366e-06, + "I": 0.009056131355464458, + "C": 0.0008544562151655555, + "R": 6.990577821852639e-05, + "M": 0.00013318355195224285, + "O": 3.885943806380965e-05, + "W": 3.50157824868802e-06, + "N": 0.0003297008515801281, + "Y": 0.00043549490510486066, + "U": 2.872099003070616e-06, + "K": 1.3347211279324256e-05, + "L": 3.496352519505308e-06, + "G": 0.0003940310562029481, + "F": 0.0017111138440668583, + "E": 0.0017868797294795513, + "T": 0.000413242174545303, + "P": 0.7481473088264465, + "-": 0.23660339415073395 + }, + "id": "tp_23177" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2897130, + "label": "P", + "classification": { + "B": 5.73860736707843e-09, + "S": 2.816070931999093e-09, + "I": 0.0003743970301002264, + "C": 1.813156842445096e-07, + "R": 1.4055534514056944e-08, + "M": 6.039373374733259e-07, + "O": 4.006448151017139e-08, + "W": 6.221006820794628e-09, + "N": 1.1994765372946858e-05, + "Y": 9.991787919716444e-06, + "U": 3.7206819847313e-09, + "K": 2.2106239612185163e-06, + "L": 1.3333090187472862e-09, + "G": 3.589162133721402e-06, + "F": 0.00019972868904005736, + "E": 0.0011215325212106109, + "T": 2.67667223852186e-06, + "P": 0.9765390157699585, + "-": 0.021733982488512993 + }, + "id": "tp_23178" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2897264, + "label": "P", + "classification": { + "B": 9.286901558880345e-07, + "S": 3.460472441929596e-07, + "I": 0.00023061120009515435, + "C": 2.450977626722306e-05, + "R": 9.77509898802964e-07, + "M": 1.8592836568132043e-05, + "O": 4.622018877853407e-06, + "W": 5.323607865648228e-07, + "N": 2.1710939108743332e-05, + "Y": 0.00028171154554001987, + "U": 3.665728627311182e-07, + "K": 3.87281907023862e-05, + "L": 3.413685476516548e-07, + "G": 0.00025096480385400355, + "F": 0.007601908408105373, + "E": 0.0044588930904865265, + "T": 7.378949521807954e-05, + "P": 0.549545407295227, + "-": 0.4374450147151947 + }, + "id": "tp_23179" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2897397, + "label": "-", + "classification": { + "B": 3.5752883986717165e-10, + "S": 4.24045332181322e-09, + "I": 2.1377629764174344e-06, + "C": 6.071785918493333e-08, + "R": 2.3717832142722273e-09, + "M": 2.2951158484829648e-07, + "O": 7.092735643254855e-08, + "W": 6.604611968441532e-09, + "N": 9.294107172763688e-08, + "Y": 7.174502115958603e-06, + "U": 9.438010373230554e-10, + "K": 1.1605071676967782e-06, + "L": 4.675934084374944e-10, + "G": 4.535951916295744e-07, + "F": 0.0005818761419504881, + "E": 1.7551712517160922e-05, + "T": 3.0743767638341524e-06, + "P": 0.13464194536209106, + "-": 0.8647441267967224 + }, + "id": "tp_23180" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2897531, + "label": "P", + "classification": { + "B": 3.419044561359108e-11, + "S": 2.1516244341768243e-10, + "I": 9.941575626726262e-06, + "C": 1.8485128983058985e-09, + "R": 1.7398282814440336e-10, + "M": 9.77256409129268e-09, + "O": 3.0680258333859456e-09, + "W": 1.125487897324362e-10, + "N": 1.270423268806553e-07, + "Y": 2.67900048811498e-07, + "U": 2.3919411590300754e-11, + "K": 6.2179954518626346e-09, + "L": 2.4642243107164674e-11, + "G": 5.217128773438162e-08, + "F": 5.4480718972627074e-05, + "E": 4.041871306981193e-06, + "T": 1.1028809865365474e-07, + "P": 0.9619075059890747, + "-": 0.03802350163459778 + }, + "id": "tp_23181" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2897631, + "label": "-", + "classification": { + "B": 4.630821877071867e-07, + "S": 9.561423439663486e-07, + "I": 0.001166005851700902, + "C": 6.41103251837194e-05, + "R": 9.247592970496044e-06, + "M": 8.512496424373239e-05, + "O": 1.8989656382473186e-05, + "W": 2.9341699701035395e-06, + "N": 0.00011023335537174717, + "Y": 0.0008119436097331345, + "U": 1.93948994819948e-06, + "K": 0.000322071835398674, + "L": 1.1024964123862446e-06, + "G": 0.0002044440625468269, + "F": 0.010901907458901405, + "E": 0.0038996883668005466, + "T": 0.00027395624783821404, + "P": 0.44851574301719666, + "-": 0.53360915184021 + }, + "id": "tp_23182" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2897764, + "label": "P", + "classification": { + "B": 8.877289528474996e-12, + "S": 4.249626345265156e-11, + "I": 2.93098594283947e-07, + "C": 1.2627218715088873e-10, + "R": 7.987797055741819e-12, + "M": 1.6038482764102469e-09, + "O": 4.7449941753541225e-09, + "W": 8.021845340766554e-12, + "N": 2.6793856022777618e-09, + "Y": 4.9525148426710075e-08, + "U": 5.013586117444402e-13, + "K": 2.7509008525966605e-12, + "L": 1.1166454046140917e-11, + "G": 1.212437350517348e-08, + "F": 4.810553946299478e-06, + "E": 1.9898871883583524e-08, + "T": 1.0626033031257975e-07, + "P": 0.7003305554389954, + "-": 0.29966408014297485 + }, + "id": "tp_23183" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2897898, + "label": "-", + "classification": { + "B": 1.2367573617666494e-05, + "S": 2.4134027626132593e-05, + "I": 0.00025428395019844174, + "C": 0.0002311447315150872, + "R": 9.125075303018093e-05, + "M": 0.0006425449973903596, + "O": 0.0002645877830218524, + "W": 2.243114067823626e-05, + "N": 2.6842642910196446e-05, + "Y": 0.003607951570302248, + "U": 7.081154763000086e-06, + "K": 2.8804573958041146e-05, + "L": 5.407305070548318e-05, + "G": 0.000690160901285708, + "F": 0.014362928457558155, + "E": 0.00024883399601094425, + "T": 0.002879931591451168, + "P": 0.03869727998971939, + "-": 0.9378533959388733 + }, + "id": "tp_23184" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2898031, + "label": "-", + "classification": { + "B": 3.4528866308392026e-06, + "S": 2.1516527340281755e-05, + "I": 0.0003787860623560846, + "C": 1.0458573342475574e-05, + "R": 3.0524086014338536e-06, + "M": 0.00020976738596800715, + "O": 6.395774107659236e-05, + "W": 9.653467714088038e-06, + "N": 3.469848888926208e-05, + "Y": 0.0011086920276284218, + "U": 7.216167432488874e-07, + "K": 1.1718308996933047e-05, + "L": 4.690947662311373e-06, + "G": 9.908520587487146e-05, + "F": 0.01132124476134777, + "E": 0.00038419707561843097, + "T": 0.0008316557505168021, + "P": 0.28608953952789307, + "-": 0.6994130611419678 + }, + "id": "tp_23185" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2898131, + "label": "P", + "classification": { + "B": 0.0008716911543160677, + "S": 0.00037298037204891443, + "I": 0.05088068172335625, + "C": 0.006638791877776384, + "R": 0.0016190307214856148, + "M": 0.008112864568829536, + "O": 0.0016877534799277782, + "W": 0.00031235904316417873, + "N": 0.004678694996982813, + "Y": 0.02402525022625923, + "U": 0.0004107253043912351, + "K": 0.0010738883865997195, + "L": 0.001024387078359723, + "G": 0.023464512079954147, + "F": 0.022361217066645622, + "E": 0.04571022838354111, + "T": 0.011562191881239414, + "P": 0.42092257738113403, + "-": 0.37427008152008057 + }, + "id": "tp_23186" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2898265, + "label": "P", + "classification": { + "B": 1.0246095598631655e-06, + "S": 9.005856327348738e-07, + "I": 0.006951028015464544, + "C": 8.690301910974085e-05, + "R": 7.797357284289319e-06, + "M": 7.581962563563138e-05, + "O": 6.530792234116234e-06, + "W": 7.524652687607158e-07, + "N": 0.00016064046940300614, + "Y": 0.0003669672296382487, + "U": 5.089647743261594e-07, + "K": 3.2703248962207e-06, + "L": 1.247897216671845e-06, + "G": 0.00014035290223546326, + "F": 0.0007769095827825367, + "E": 0.0025490201078355312, + "T": 0.0001427515671821311, + "P": 0.8780758380889893, + "-": 0.11065183579921722 + }, + "id": "tp_23187" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2898398, + "label": "P", + "classification": { + "B": 0.000266228656983003, + "S": 8.363965025637299e-05, + "I": 0.0012260283110663295, + "C": 5.087353656563209e-06, + "R": 1.3910398592997808e-06, + "M": 0.00025723493308760226, + "O": 7.784274203004315e-05, + "W": 1.0975540135405026e-05, + "N": 0.00011091628402937204, + "Y": 9.476285049458966e-05, + "U": 5.399666065386555e-07, + "K": 2.492474322934868e-06, + "L": 1.5019363672763575e-05, + "G": 0.00017341846250928938, + "F": 0.004021341912448406, + "E": 0.006745651829987764, + "T": 0.00010488141560927033, + "P": 0.8520597219467163, + "-": 0.13474293053150177 + }, + "id": "tp_23188" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2898532, + "label": "-", + "classification": { + "B": 3.900133549450402e-09, + "S": 2.4334809722859063e-07, + "I": 8.056476872297935e-06, + "C": 1.3508473273304844e-07, + "R": 4.415607790519971e-08, + "M": 1.5773144923514337e-06, + "O": 1.3942045598014374e-06, + "W": 4.581541546144763e-08, + "N": 2.16144329101553e-07, + "Y": 1.1944253856199794e-05, + "U": 2.7457935924957155e-09, + "K": 3.269499515567986e-08, + "L": 4.343693760233691e-08, + "G": 2.1025073237979086e-06, + "F": 0.0017989627085626125, + "E": 4.445035756361904e-06, + "T": 2.1261015717755072e-05, + "P": 0.1441391259431839, + "-": 0.8540103435516357 + }, + "id": "tp_23189" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2898632, + "label": "-", + "classification": { + "B": 2.4373127960330976e-09, + "S": 1.75090999476879e-08, + "I": 5.386656994232908e-05, + "C": 4.177151993189909e-07, + "R": 4.8707917699175596e-08, + "M": 1.1468816865090048e-06, + "O": 3.8132256463541125e-07, + "W": 2.2258507925698723e-08, + "N": 1.0345977443648735e-06, + "Y": 3.553910573828034e-05, + "U": 3.8846206251719195e-09, + "K": 2.0166893932582752e-07, + "L": 6.479263348069253e-09, + "G": 1.5455573247891152e-06, + "F": 0.0006519478047266603, + "E": 2.3510108803748153e-05, + "T": 1.2997365047340281e-05, + "P": 0.41305115818977356, + "-": 0.5861661434173584 + }, + "id": "tp_23190" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2898765, + "label": "-", + "classification": { + "B": 0.00048060016706585884, + "S": 0.000650908681564033, + "I": 0.0024104269687086344, + "C": 0.005293452646583319, + "R": 0.0025444230996072292, + "M": 0.0192343071103096, + "O": 0.008423364721238613, + "W": 0.000642455939669162, + "N": 0.0003193225129507482, + "Y": 0.013844511471688747, + "U": 8.363401866517961e-05, + "K": 3.756087244255468e-05, + "L": 0.0029795600567013025, + "G": 0.011188075877726078, + "F": 0.015210668556392193, + "E": 0.0009980034083127975, + "T": 0.024635866284370422, + "P": 0.03271883726119995, + "-": 0.8583040237426758 + }, + "id": "tp_23191" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2898899, + "label": "P", + "classification": { + "B": 0.00027515561669133604, + "S": 0.0002493369102012366, + "I": 0.01944694295525551, + "C": 0.0006904404726810753, + "R": 0.00026990220067091286, + "M": 0.0006478647701442242, + "O": 0.0006253056926652789, + "W": 0.00019074601004831493, + "N": 0.004774630069732666, + "Y": 0.0016147582791745663, + "U": 0.0002086065214825794, + "K": 0.0007145012496039271, + "L": 0.0001348732621408999, + "G": 0.0014298476744443178, + "F": 0.008308778516948223, + "E": 0.008900879882276058, + "T": 0.0024132789112627506, + "P": 0.7849013209342957, + "-": 0.16420291364192963 + }, + "id": "tp_23192" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2899032, + "label": "P", + "classification": { + "B": 3.5823459256789647e-06, + "S": 3.2236764582194155e-06, + "I": 0.003980458714067936, + "C": 5.202075408305973e-05, + "R": 7.5255265983287245e-06, + "M": 2.8052681955159642e-05, + "O": 2.514307197998278e-05, + "W": 3.3623064155108295e-06, + "N": 0.0004128266009502113, + "Y": 0.00014129761257208884, + "U": 2.356239519940573e-06, + "K": 1.352691924694227e-05, + "L": 1.8688870113692246e-06, + "G": 0.00014247646322473884, + "F": 0.0009645920945331454, + "E": 0.00143443641718477, + "T": 0.00013117599883116782, + "P": 0.9059793949127197, + "-": 0.08667270094156265 + }, + "id": "tp_23193" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2899132, + "label": "P", + "classification": { + "B": 3.717534013958357e-07, + "S": 1.7846298305812525e-07, + "I": 0.000298732629744336, + "C": 6.471491360571235e-07, + "R": 1.0967713848231142e-07, + "M": 1.6107227338579833e-06, + "O": 9.143480497186829e-07, + "W": 1.0702944308604856e-07, + "N": 2.4601507902843878e-05, + "Y": 7.74345244280994e-06, + "U": 9.304503123530594e-08, + "K": 9.502313105258509e-07, + "L": 4.4296839973867463e-08, + "G": 4.180654741503531e-06, + "F": 6.997598393354565e-05, + "E": 0.00017973057401832193, + "T": 1.726756090647541e-05, + "P": 0.9659016728401184, + "-": 0.033491045236587524 + }, + "id": "tp_23194" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2899266, + "label": "P", + "classification": { + "B": 1.5026423170638736e-05, + "S": 3.3366666229994735e-06, + "I": 0.001361469621770084, + "C": 9.152822167379782e-05, + "R": 7.793933946231846e-06, + "M": 0.00014737845049239695, + "O": 3.1056621082825586e-05, + "W": 4.378718585940078e-06, + "N": 0.00010998637299053371, + "Y": 0.0015399242984130979, + "U": 3.3220640034414828e-06, + "K": 9.635157039156184e-05, + "L": 3.597420800360851e-06, + "G": 0.00046978407772257924, + "F": 0.0066869258880615234, + "E": 0.007049977779388428, + "T": 0.00025693027419038117, + "P": 0.5322085022926331, + "-": 0.44991275668144226 + }, + "id": "tp_23195" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2899399, + "label": "P", + "classification": { + "B": 2.2772443930563213e-09, + "S": 9.144969226326793e-09, + "I": 8.648611401440576e-05, + "C": 5.0275080099027036e-08, + "R": 1.3567710288597823e-09, + "M": 4.893208824796602e-07, + "O": 3.715815921623289e-08, + "W": 2.47732034885928e-09, + "N": 2.1864852897124365e-06, + "Y": 2.3727848201815505e-06, + "U": 5.222075549760063e-10, + "K": 1.4301093642643536e-08, + "L": 1.1525422838332133e-09, + "G": 3.6909469258716854e-07, + "F": 2.5653880584286526e-05, + "E": 0.00012325047282502055, + "T": 2.0074746771570062e-06, + "P": 0.9778223633766174, + "-": 0.021934770047664642 + }, + "id": "tp_23196" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2899533, + "label": "P", + "classification": { + "B": 2.8825331011006483e-09, + "S": 1.54151447162576e-09, + "I": 1.1866933164128568e-05, + "C": 2.458657721859936e-09, + "R": 1.8328147333157574e-10, + "M": 7.424670656064336e-08, + "O": 7.653705225152407e-09, + "W": 2.2608684369096466e-10, + "N": 2.515679398129578e-07, + "Y": 2.676328847428522e-07, + "U": 2.3475155846996998e-11, + "K": 1.2988629061183588e-09, + "L": 2.37244474066145e-10, + "G": 1.6980497719032428e-07, + "F": 3.665720942080952e-05, + "E": 1.7934775314643048e-05, + "T": 1.7477414360200783e-07, + "P": 0.9828192591667175, + "-": 0.017113417387008667 + }, + "id": "tp_23197" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2899633, + "label": "P", + "classification": { + "B": 3.2017172912901515e-08, + "S": 2.87999624148938e-09, + "I": 0.00023537082597613335, + "C": 5.124233553033264e-07, + "R": 1.726528431333918e-08, + "M": 1.669716766627971e-06, + "O": 9.343605711364944e-08, + "W": 1.5471415260037702e-09, + "N": 2.640504362716456e-06, + "Y": 1.4311349332274403e-06, + "U": 1.2789220793507639e-09, + "K": 1.4540760817638443e-09, + "L": 1.5108014395082137e-08, + "G": 2.2187487047631294e-06, + "F": 3.484669650788419e-05, + "E": 0.00023369467817246914, + "T": 4.130153683945537e-06, + "P": 0.9414767026901245, + "-": 0.058006566017866135 + }, + "id": "tp_23198" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2899766, + "label": "P", + "classification": { + "B": 1.6217139631180544e-08, + "S": 2.8521528250280426e-08, + "I": 0.00036132990499027073, + "C": 3.319365760034998e-07, + "R": 5.190019436440707e-08, + "M": 1.2260804851393914e-06, + "O": 1.9552439312064962e-07, + "W": 2.28373160382489e-08, + "N": 2.619806218717713e-05, + "Y": 1.1479859495011624e-05, + "U": 1.0920783388712607e-08, + "K": 4.867139978159685e-06, + "L": 2.514855435009622e-09, + "G": 4.090534275746904e-06, + "F": 0.00014921904949005693, + "E": 0.0004841357294935733, + "T": 7.159618235164089e-06, + "P": 0.9756448268890381, + "-": 0.023304730653762817 + }, + "id": "tp_23199" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2899900, + "label": "P", + "classification": { + "B": 3.5803775517706526e-06, + "S": 1.0183601943936083e-06, + "I": 0.0007244646549224854, + "C": 4.197884777568106e-07, + "R": 3.986242802511697e-08, + "M": 4.622233609552495e-05, + "O": 1.1134575288451742e-06, + "W": 8.073470070257827e-08, + "N": 2.7241805582889356e-05, + "Y": 8.765220263740048e-05, + "U": 1.7276578390124087e-08, + "K": 1.1723691386578139e-06, + "L": 9.702051073645634e-08, + "G": 2.31201065616915e-05, + "F": 0.0004846742085646838, + "E": 0.0045533510856330395, + "T": 5.20193025295157e-05, + "P": 0.9322239756584167, + "-": 0.06176980212330818 + }, + "id": "tp_23200" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2900000, + "label": "-", + "classification": { + "B": 3.22031360155961e-06, + "S": 2.1238824956526514e-06, + "I": 0.0028383175376802683, + "C": 0.00024039695563260466, + "R": 5.106961907586083e-05, + "M": 0.00030072926892898977, + "O": 6.331336044240743e-05, + "W": 2.191725798184052e-06, + "N": 0.00011233425175305456, + "Y": 0.002068041590973735, + "U": 3.608751285355538e-06, + "K": 9.960243005480152e-06, + "L": 1.276467719435459e-05, + "G": 0.0015329918824136257, + "F": 0.0042998306453228, + "E": 0.0011782171204686165, + "T": 0.0023973039351403713, + "P": 0.3023366630077362, + "-": 0.682546854019165 + }, + "id": "tp_23201" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2900133, + "label": "P", + "classification": { + "B": 1.6337292230466147e-16, + "S": 2.3449617453812673e-17, + "I": 2.842421942261808e-08, + "C": 2.8829909854278905e-15, + "R": 3.8766274356634546e-18, + "M": 2.4453003641053406e-13, + "O": 5.889774247910221e-16, + "W": 1.8076473051891757e-18, + "N": 9.430090389117574e-12, + "Y": 1.2788232387102305e-13, + "U": 6.6272211412888325e-19, + "K": 2.9232420158968333e-18, + "L": 4.961650171316612e-18, + "G": 1.876780252475091e-13, + "F": 8.307593328538143e-12, + "E": 5.575622630260568e-09, + "T": 1.6759688255263416e-12, + "P": 0.9999713897705078, + "-": 2.859552660083864e-05 + }, + "id": "tp_23202" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2900267, + "label": "P", + "classification": { + "B": 1.2500569937401451e-05, + "S": 4.074833123013377e-05, + "I": 0.004654879216104746, + "C": 2.6894424081547186e-05, + "R": 4.0532081584387925e-06, + "M": 0.00015945904306136072, + "O": 3.737572842510417e-05, + "W": 1.0832991392817348e-05, + "N": 0.000491276674438268, + "Y": 0.00029080736567266285, + "U": 3.1921338177198777e-06, + "K": 2.1997069779899903e-05, + "L": 5.674703970726114e-06, + "G": 9.3937931524124e-05, + "F": 0.002681564539670944, + "E": 0.0019571646116673946, + "T": 0.0007960757939144969, + "P": 0.8284777998924255, + "-": 0.16023369133472443 + }, + "id": "tp_23203" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2900400, + "label": "-", + "classification": { + "B": 4.295176267987699e-07, + "S": 8.019468822340059e-08, + "I": 1.7686928913462907e-05, + "C": 3.015633751601854e-07, + "R": 1.8114727495799343e-08, + "M": 5.539719495573081e-06, + "O": 2.133423322447925e-06, + "W": 2.8077998592834774e-08, + "N": 2.033465023032477e-07, + "Y": 9.144853720499668e-06, + "U": 1.2927573456167352e-09, + "K": 4.907923512043055e-10, + "L": 1.8650517574769765e-07, + "G": 1.1731646736734547e-05, + "F": 0.00038899335777387023, + "E": 1.7409396605216898e-05, + "T": 8.076903213805053e-06, + "P": 0.39246028661727905, + "-": 0.6070777773857117 + }, + "id": "tp_23204" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2900501, + "label": "P", + "classification": { + "B": 3.728477526721008e-09, + "S": 9.697236791339492e-09, + "I": 7.474160520359874e-05, + "C": 5.227922539319252e-10, + "R": 1.5001808129078142e-10, + "M": 2.3793774062141893e-08, + "O": 1.2657862313858459e-08, + "W": 2.3076534017008044e-09, + "N": 4.250579422659939e-06, + "Y": 2.287339029294344e-08, + "U": 7.942546620398616e-11, + "K": 9.356439178986875e-09, + "L": 1.7797732732027782e-10, + "G": 4.365631767200284e-08, + "F": 4.75906608699006e-06, + "E": 3.2694253604859114e-05, + "T": 9.688977087307649e-08, + "P": 0.9989445805549622, + "-": 0.0009387159952893853 + }, + "id": "tp_23205" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2900634, + "label": "P", + "classification": { + "B": 1.5130962083276245e-06, + "S": 3.583199372769741e-07, + "I": 0.00024587183725088835, + "C": 9.851789400272537e-06, + "R": 8.052409725678444e-07, + "M": 1.1697782611008734e-05, + "O": 2.9182078833400737e-06, + "W": 3.3762123052838433e-07, + "N": 1.3678401955985464e-05, + "Y": 9.256386692868546e-05, + "U": 2.1236193958884542e-07, + "K": 3.2818961699376814e-06, + "L": 2.568462491581158e-07, + "G": 7.337294664466754e-05, + "F": 0.0015394024085253477, + "E": 0.000857088016346097, + "T": 3.366313467267901e-05, + "P": 0.8373542428016663, + "-": 0.15975897014141083 + }, + "id": "tp_23206" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2900767, + "label": "P", + "classification": { + "B": 1.461475559983664e-14, + "S": 1.43407014778843e-13, + "I": 2.659870688148658e-07, + "C": 1.1734005694180594e-12, + "R": 1.2604042531623016e-14, + "M": 1.910924196657504e-11, + "O": 3.081097226312335e-12, + "W": 8.849430926547927e-15, + "N": 1.7453758438534805e-09, + "Y": 5.132973907029381e-11, + "U": 6.32247372335591e-15, + "K": 1.963951191345098e-13, + "L": 1.1933950531885403e-14, + "G": 6.601524882299259e-11, + "F": 1.8257129141829864e-08, + "E": 6.721192846725899e-08, + "T": 1.6007458691902343e-09, + "P": 0.9961755275726318, + "-": 0.00382399489171803 + }, + "id": "tp_23207" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2900901, + "label": "P", + "classification": { + "B": 4.777888534590602e-06, + "S": 2.905648443629616e-06, + "I": 0.00035871181171387434, + "C": 2.3933727788971737e-05, + "R": 1.7063223367586033e-06, + "M": 4.8610712838126346e-05, + "O": 2.1705211111111566e-05, + "W": 3.966815256717382e-06, + "N": 3.3773667382774875e-05, + "Y": 0.0001585212885402143, + "U": 2.4742014375078725e-06, + "K": 1.979277112695854e-05, + "L": 2.5737635951372795e-06, + "G": 8.333059668075293e-05, + "F": 0.0033985755871981382, + "E": 0.0007052136352285743, + "T": 0.00028267642483115196, + "P": 0.5697169303894043, + "-": 0.425129771232605 + }, + "id": "tp_23208" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2901001, + "label": "P", + "classification": { + "B": 1.2044402974975554e-10, + "S": 1.0659974014615159e-09, + "I": 0.00037993837031535804, + "C": 6.583127287740353e-08, + "R": 2.583472102912765e-09, + "M": 1.012815289413993e-07, + "O": 4.135153996998042e-09, + "W": 5.770456890097364e-10, + "N": 3.3736389468685957e-06, + "Y": 7.578481699965778e-07, + "U": 9.837313602600872e-11, + "K": 4.392356700577693e-08, + "L": 8.685092228732927e-11, + "G": 9.993768657068358e-08, + "F": 1.93299292732263e-05, + "E": 9.496158600086346e-05, + "T": 2.940547005891858e-07, + "P": 0.9888834357261658, + "-": 0.010617733933031559 + }, + "id": "tp_23209" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2901134, + "label": "P", + "classification": { + "B": 2.380345540586859e-05, + "S": 8.04982555564493e-05, + "I": 0.1788191944360733, + "C": 0.001261425786651671, + "R": 0.0005073975189588964, + "M": 0.0020791564602404833, + "O": 0.0003254041657783091, + "W": 3.8854501326568425e-05, + "N": 0.004207761026918888, + "Y": 0.009908279404044151, + "U": 1.7484091586084105e-05, + "K": 2.6653267923393287e-05, + "L": 8.508604514645413e-05, + "G": 0.0017385045066475868, + "F": 0.0018598722526803613, + "E": 0.0035998509265482426, + "T": 0.011378900147974491, + "P": 0.6066669821739197, + "-": 0.1773749142885208 + }, + "id": "tp_23210" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2901268, + "label": "I", + "classification": { + "B": 1.7199447029270232e-05, + "S": 2.777153713395819e-05, + "I": 0.7748255729675293, + "C": 0.004134756047278643, + "R": 0.0008326505194418132, + "M": 0.0007231924100778997, + "O": 0.00023038711515255272, + "W": 3.3381445973645896e-05, + "N": 0.019590022042393684, + "Y": 0.00957153644412756, + "U": 5.108734512759838e-06, + "K": 3.267412830609828e-05, + "L": 2.5315614038845524e-05, + "G": 0.002252878388389945, + "F": 0.00018016074318438768, + "E": 0.008841666392982006, + "T": 0.002697063609957695, + "P": 0.1625639796257019, + "-": 0.013414636254310608 + }, + "id": "tp_23211" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2901401, + "label": "I", + "classification": { + "B": 1.137782874138793e-05, + "S": 5.8294303016737103e-05, + "I": 0.934107780456543, + "C": 0.0036143928300589323, + "R": 0.0005685519427061081, + "M": 0.00046311633195728064, + "O": 3.935221684514545e-05, + "W": 1.0261038369208109e-05, + "N": 0.013116768561303616, + "Y": 0.003578078467398882, + "U": 4.296622364563518e-07, + "K": 6.0422320530051365e-05, + "L": 8.012672878976446e-06, + "G": 0.00363160646520555, + "F": 0.00012091595272067934, + "E": 0.02210312895476818, + "T": 0.0010348774958401918, + "P": 0.0168538186699152, + "-": 0.0006187761900946498 + }, + "id": "tp_23212" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2901502, + "label": "I", + "classification": { + "B": 6.712380854878575e-05, + "S": 0.00010951732110697776, + "I": 0.46061471104621887, + "C": 0.0004947861307300627, + "R": 0.00016261919518001378, + "M": 0.0009417033288627863, + "O": 0.0001286217593587935, + "W": 3.662623930722475e-05, + "N": 0.02428019605576992, + "Y": 0.007694612722843885, + "U": 7.652000022062566e-06, + "K": 0.00098881043959409, + "L": 1.699500899121631e-05, + "G": 0.002485591685399413, + "F": 0.0016893022693693638, + "E": 0.042094480246305466, + "T": 0.0017280580941587687, + "P": 0.43805304169654846, + "-": 0.01840561255812645 + }, + "id": "tp_23213" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2901635, + "label": "I", + "classification": { + "B": 0.0035670041106641293, + "S": 0.0008539885166101158, + "I": 0.72434401512146, + "C": 0.038881152868270874, + "R": 0.006133294198662043, + "M": 0.011155528947710991, + "O": 0.001994758378714323, + "W": 0.0006377951358444989, + "N": 0.023112976923584938, + "Y": 0.01532588992267847, + "U": 0.00015956225979607552, + "K": 0.00011079508112743497, + "L": 0.0019403581973165274, + "G": 0.021094482392072678, + "F": 0.0009013497037813067, + "E": 0.0486258864402771, + "T": 0.0069686053320765495, + "P": 0.084013432264328, + "-": 0.010178984142839909 + }, + "id": "tp_23214" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2901768, + "label": "I", + "classification": { + "B": 1.3818939805787522e-06, + "S": 2.0813777155126445e-05, + "I": 0.9207103848457336, + "C": 8.119267295114696e-05, + "R": 1.815534596971702e-05, + "M": 2.046494046226144e-05, + "O": 5.363502168620471e-06, + "W": 2.4854932689777343e-06, + "N": 0.028707215562462807, + "Y": 0.00020920833048876375, + "U": 1.286633448671637e-07, + "K": 0.00012875130050815642, + "L": 2.6610359782353044e-07, + "G": 0.00011552666546776891, + "F": 3.872830347972922e-05, + "E": 0.004402611870318651, + "T": 9.171295096166432e-05, + "P": 0.04521073028445244, + "-": 0.00023491997853852808 + }, + "id": "tp_23215" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2901902, + "label": "I", + "classification": { + "B": 0.0005827309796586633, + "S": 0.0023620915599167347, + "I": 0.7181466817855835, + "C": 0.10445066541433334, + "R": 0.015048722736537457, + "M": 0.02119217813014984, + "O": 0.0019015467260032892, + "W": 0.00047126924619078636, + "N": 0.021686574444174767, + "Y": 0.005273890215903521, + "U": 2.6240304578095675e-05, + "K": 0.00012674825848080218, + "L": 0.0025530338753014803, + "G": 0.048187825828790665, + "F": 0.0007934865425340831, + "E": 0.035246167331933975, + "T": 0.00479636387899518, + "P": 0.015115462243556976, + "-": 0.0020384001545608044 + }, + "id": "tp_23216" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2902002, + "label": "I", + "classification": { + "B": 0.0001763250184012577, + "S": 0.00026981160044670105, + "I": 0.6541078090667725, + "C": 0.03784177452325821, + "R": 0.012835091911256313, + "M": 0.012314709834754467, + "O": 0.0022839237935841084, + "W": 0.00034297676756978035, + "N": 0.013939487747848034, + "Y": 0.10653918236494064, + "U": 0.00011232907127123326, + "K": 0.000574493024032563, + "L": 0.000712026609107852, + "G": 0.02902885153889656, + "F": 0.0020768011454492807, + "E": 0.013341988436877728, + "T": 0.03106529638171196, + "P": 0.03451565280556679, + "-": 0.04792149364948273 + }, + "id": "tp_23217" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2902135, + "label": "I", + "classification": { + "B": 6.702945483993972e-06, + "S": 2.0891233361908235e-05, + "I": 0.5333390831947327, + "C": 0.0007232449715957046, + "R": 0.00017979141557589173, + "M": 0.00037928353413008153, + "O": 5.844359111506492e-05, + "W": 7.565372925455449e-06, + "N": 0.011127794161438942, + "Y": 0.004071804694831371, + "U": 1.7238161262866925e-06, + "K": 4.427113526617177e-05, + "L": 7.89372279541567e-06, + "G": 0.0013045391533523798, + "F": 0.0004215545777697116, + "E": 0.008542552590370178, + "T": 0.0022884244099259377, + "P": 0.41609954833984375, + "-": 0.02137487381696701 + }, + "id": "tp_23218" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2902269, + "label": "I", + "classification": { + "B": 1.667686228756793e-05, + "S": 5.7810091675492004e-05, + "I": 0.9404827952384949, + "C": 0.0015954322880133986, + "R": 0.0002306866372236982, + "M": 0.000341699953423813, + "O": 3.886475315084681e-05, + "W": 7.2982729761861265e-06, + "N": 0.023735206574201584, + "Y": 0.0020366995595395565, + "U": 2.0299076197716204e-07, + "K": 1.8904316675616428e-05, + "L": 1.1084854122600518e-05, + "G": 0.002741006901487708, + "F": 2.048091118922457e-05, + "E": 0.024042215198278427, + "T": 0.00032635367824696004, + "P": 0.004241849761456251, + "-": 5.4675794672220945e-05 + }, + "id": "tp_23219" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2902402, + "label": "I", + "classification": { + "B": 2.7322171263222117e-06, + "S": 2.018617669818923e-05, + "I": 0.9673946499824524, + "C": 0.00015798283857293427, + "R": 4.364819324109703e-05, + "M": 0.00028732878854498267, + "O": 2.8344409656710923e-05, + "W": 2.638827936607413e-06, + "N": 0.020723439753055573, + "Y": 0.0011829356662929058, + "U": 4.2222549012649324e-08, + "K": 4.215894023218425e-06, + "L": 1.349734020550386e-06, + "G": 0.00022280427219811827, + "F": 5.748392595705809e-06, + "E": 0.002374127972871065, + "T": 0.0002670160320121795, + "P": 0.007167549803853035, + "-": 0.00011319753684801981 + }, + "id": "tp_23220" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2902503, + "label": "I", + "classification": { + "B": 0.00033647590316832066, + "S": 0.0001779648446245119, + "I": 0.48625174164772034, + "C": 0.037914540618658066, + "R": 0.0027758353389799595, + "M": 0.0037786238826811314, + "O": 0.0004054793971590698, + "W": 0.0001535082992631942, + "N": 0.04232756420969963, + "Y": 0.010636039078235626, + "U": 1.942997914738953e-05, + "K": 0.0007782857865095139, + "L": 0.00022775372781325132, + "G": 0.02915920689702034, + "F": 0.0015809800243005157, + "E": 0.32778865098953247, + "T": 0.0017984212609007955, + "P": 0.0506092868745327, + "-": 0.0032801807392388582 + }, + "id": "tp_23221" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2902636, + "label": "-", + "classification": { + "B": 0.0014479260426014662, + "S": 0.0014237744035199285, + "I": 0.23234035074710846, + "C": 0.011839348822832108, + "R": 0.005050342530012131, + "M": 0.020311104133725166, + "O": 0.004999970085918903, + "W": 0.001266161329112947, + "N": 0.020730111747980118, + "Y": 0.10010141134262085, + "U": 0.0005486859590746462, + "K": 0.003391481935977936, + "L": 0.0018556355498731136, + "G": 0.03506651520729065, + "F": 0.021862104535102844, + "E": 0.05315196141600609, + "T": 0.04382918030023575, + "P": 0.2014836221933365, + "-": 0.23930025100708008 + }, + "id": "tp_23222" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2902769, + "label": "I", + "classification": { + "B": 0.00032997928792610765, + "S": 0.0004678581899497658, + "I": 0.5256407856941223, + "C": 0.012941842898726463, + "R": 0.003237146884202957, + "M": 0.007675069384276867, + "O": 0.0012709315633401275, + "W": 0.00030634444556199014, + "N": 0.04403796046972275, + "Y": 0.021175293251872063, + "U": 0.00010514012683415785, + "K": 0.0007985327392816544, + "L": 0.00041847326792776585, + "G": 0.011872614733874798, + "F": 0.004439808428287506, + "E": 0.08356843143701553, + "T": 0.012441118247807026, + "P": 0.23052267730236053, + "-": 0.038749948143959045 + }, + "id": "tp_23223" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2902903, + "label": "C", + "classification": { + "B": 0.005607388913631439, + "S": 0.005744120571762323, + "I": 0.19881609082221985, + "C": 0.2211923897266388, + "R": 0.04402575641870499, + "M": 0.036410413682460785, + "O": 0.011457094922661781, + "W": 0.006169556174427271, + "N": 0.04361461102962494, + "Y": 0.051890064030885696, + "U": 0.0012902431190013885, + "K": 0.011795666068792343, + "L": 0.009591573849320412, + "G": 0.12829580903053284, + "F": 0.012317110784351826, + "E": 0.137679323554039, + "T": 0.018777890130877495, + "P": 0.03355058282613754, + "-": 0.021774286404252052 + }, + "id": "tp_23224" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2903003, + "label": "I", + "classification": { + "B": 6.484157438535476e-06, + "S": 1.4574808119505178e-05, + "I": 0.9563596248626709, + "C": 0.00024698153720237315, + "R": 2.9544473363785073e-05, + "M": 0.0001987664436455816, + "O": 1.5591056580888107e-05, + "W": 2.1976986772642704e-06, + "N": 0.009403036907315254, + "Y": 0.0004100113292224705, + "U": 2.283117765955467e-07, + "K": 3.459523441051715e-06, + "L": 2.7696571578417206e-06, + "G": 0.00029662781162187457, + "F": 1.324464574281592e-05, + "E": 0.0030923979356884956, + "T": 0.00019604516273830086, + "P": 0.029386775568127632, + "-": 0.000321600993629545 + }, + "id": "tp_23225" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2903136, + "label": "I", + "classification": { + "B": 1.2093293662474025e-05, + "S": 4.942601663060486e-06, + "I": 0.5281096696853638, + "C": 0.0017769652185961604, + "R": 9.586926171323285e-05, + "M": 0.000603680033236742, + "O": 2.4660273993504234e-05, + "W": 2.5471151730016572e-06, + "N": 0.0034231948666274548, + "Y": 0.003423844464123249, + "U": 8.972785963123897e-07, + "K": 1.3892400602344424e-05, + "L": 6.9904363044770434e-06, + "G": 0.0021904748864471912, + "F": 0.0003593236324377358, + "E": 0.03793206810951233, + "T": 0.0006673674215562642, + "P": 0.4009711742401123, + "-": 0.02038036286830902 + }, + "id": "tp_23226" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2903270, + "label": "I", + "classification": { + "B": 0.00011802368680946529, + "S": 0.0008807022823020816, + "I": 0.5340362191200256, + "C": 0.009308109059929848, + "R": 0.002492534229531884, + "M": 0.004568999633193016, + "O": 0.0013012634590268135, + "W": 0.00045089804916642606, + "N": 0.04028687998652458, + "Y": 0.07695356756448746, + "U": 9.618730837246403e-05, + "K": 0.0019879115279763937, + "L": 0.00016291758220177144, + "G": 0.004467772785574198, + "F": 0.004009144380688667, + "E": 0.02442360296845436, + "T": 0.011847395449876785, + "P": 0.2224186211824417, + "-": 0.06018916890025139 + }, + "id": "tp_23227" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2903403, + "label": "I", + "classification": { + "B": 6.317942080613648e-08, + "S": 6.35720971331466e-06, + "I": 0.706779956817627, + "C": 2.7401811166782863e-05, + "R": 6.827234301454155e-06, + "M": 1.330620489170542e-05, + "O": 2.9756995445495704e-06, + "W": 1.608838942956936e-06, + "N": 0.02561103366315365, + "Y": 0.0001890463609015569, + "U": 3.4430737372304066e-08, + "K": 0.0004460388154257089, + "L": 2.8657277439947393e-08, + "G": 3.1104438676266e-05, + "F": 9.151890844805166e-05, + "E": 0.008504174649715424, + "T": 6.895860860822722e-05, + "P": 0.2572408616542816, + "-": 0.000978720374405384 + }, + "id": "tp_23228" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2903504, + "label": "I", + "classification": { + "B": 2.447864289933932e-06, + "S": 2.0154153389739804e-05, + "I": 0.9577122330665588, + "C": 0.0004394856805447489, + "R": 5.6347562349401414e-05, + "M": 8.6889551312197e-05, + "O": 1.7773345462046564e-05, + "W": 2.310075615241658e-06, + "N": 0.030449673533439636, + "Y": 0.0019668855238705873, + "U": 2.9075955865209835e-08, + "K": 2.1370524336816743e-05, + "L": 1.471283439968829e-06, + "G": 0.0013198006199672818, + "F": 6.106820819695713e-06, + "E": 0.005986297968775034, + "T": 0.00021938960708212107, + "P": 0.001672079786658287, + "-": 1.9403438273002394e-05 + }, + "id": "tp_23229" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2903637, + "label": "P", + "classification": { + "B": 0.0009277524659410119, + "S": 0.00029811818967573345, + "I": 0.31485554575920105, + "C": 0.003454983001574874, + "R": 0.0005504115833900869, + "M": 0.006779491901397705, + "O": 0.00036761004594154656, + "W": 0.00010436915908940136, + "N": 0.011357211507856846, + "Y": 0.011465176939964294, + "U": 4.276934123481624e-05, + "K": 0.0001284270838368684, + "L": 0.00032853666925802827, + "G": 0.007050699088722467, + "F": 0.0028000485617667437, + "E": 0.11128184199333191, + "T": 0.004532887600362301, + "P": 0.48590222001075745, + "-": 0.03777197375893593 + }, + "id": "tp_23230" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2903770, + "label": "-", + "classification": { + "B": 4.983948656445136e-06, + "S": 1.7699803720461205e-05, + "I": 0.1688368171453476, + "C": 0.011751264333724976, + "R": 0.0017751965206116438, + "M": 0.001136556500568986, + "O": 0.0004848759272135794, + "W": 5.5763066484360024e-05, + "N": 0.003819003701210022, + "Y": 0.34859803318977356, + "U": 5.057700491306605e-06, + "K": 0.000762069714255631, + "L": 1.3326561202120502e-05, + "G": 0.009133216924965382, + "F": 0.0033872011117637157, + "E": 0.005676612723618746, + "T": 0.01659802906215191, + "P": 0.06825809925794601, + "-": 0.3596861660480499 + }, + "id": "tp_23231" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2903904, + "label": "I", + "classification": { + "B": 2.831813390002935e-06, + "S": 3.793333235080354e-06, + "I": 0.9803628325462341, + "C": 0.007427642587572336, + "R": 0.000600075232796371, + "M": 0.00032771198311820626, + "O": 1.773448457242921e-05, + "W": 2.383088940405287e-06, + "N": 0.003606828162446618, + "Y": 0.0012637381441891193, + "U": 1.792776203046742e-07, + "K": 1.9366987089597387e-06, + "L": 4.548398464976344e-06, + "G": 0.0010579106165096164, + "F": 4.599622116074897e-06, + "E": 0.003053254447877407, + "T": 0.0002760793431662023, + "P": 0.0018420005217194557, + "-": 0.00014387878763955086 + }, + "id": "tp_23232" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2904004, + "label": "I", + "classification": { + "B": 0.00015417966642417014, + "S": 0.00022088062542025, + "I": 0.4867839217185974, + "C": 0.037576571106910706, + "R": 0.008315506391227245, + "M": 0.023866333067417145, + "O": 0.0020957619417458773, + "W": 0.0003183120861649513, + "N": 0.00472864368930459, + "Y": 0.17173750698566437, + "U": 8.647004869999364e-05, + "K": 0.00015859292761888355, + "L": 0.001162873930297792, + "G": 0.026091931387782097, + "F": 0.0034170765429735184, + "E": 0.011817939579486847, + "T": 0.05052683502435684, + "P": 0.028544001281261444, + "-": 0.1423966884613037 + }, + "id": "tp_23233" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2904137, + "label": "-", + "classification": { + "B": 0.0013921309728175402, + "S": 0.0009934741538017988, + "I": 0.1542932540178299, + "C": 0.06169046461582184, + "R": 0.012968502938747406, + "M": 0.04016267880797386, + "O": 0.005276007112115622, + "W": 0.0013258393155410886, + "N": 0.006959908176213503, + "Y": 0.1624702513217926, + "U": 0.000631095957942307, + "K": 0.001892241882160306, + "L": 0.003805596614256501, + "G": 0.06418900191783905, + "F": 0.024684319272637367, + "E": 0.05693566054105759, + "T": 0.040153227746486664, + "P": 0.07869166880846024, + "-": 0.2814846336841583 + }, + "id": "tp_23234" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2904271, + "label": "I", + "classification": { + "B": 0.004915659781545401, + "S": 0.009129838086664677, + "I": 0.20130014419555664, + "C": 0.07265283912420273, + "R": 0.030375152826309204, + "M": 0.051034312695264816, + "O": 0.012455061078071594, + "W": 0.004757861606776714, + "N": 0.028086120262742043, + "Y": 0.12261803448200226, + "U": 0.001094106468372047, + "K": 0.00811160821467638, + "L": 0.008895404636859894, + "G": 0.0831306129693985, + "F": 0.041065286844968796, + "E": 0.07762880623340607, + "T": 0.04122164472937584, + "P": 0.10034672915935516, + "-": 0.10118068009614944 + }, + "id": "tp_23235" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2904404, + "label": "I", + "classification": { + "B": 0.003561993595212698, + "S": 0.006000666879117489, + "I": 0.5835474729537964, + "C": 0.010913512669503689, + "R": 0.0038419009651988745, + "M": 0.014171823859214783, + "O": 0.0032371091656386852, + "W": 0.0018959814915433526, + "N": 0.11479492485523224, + "Y": 0.017331702634692192, + "U": 0.00031393065000884235, + "K": 0.0028256047517061234, + "L": 0.001273327972739935, + "G": 0.012596098706126213, + "F": 0.002947162603959441, + "E": 0.0958450436592102, + "T": 0.006849856581538916, + "P": 0.11139040440320969, + "-": 0.006661446299403906 + }, + "id": "tp_23236" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2904505, + "label": "I", + "classification": { + "B": 2.6191051802015863e-05, + "S": 2.70115469902521e-05, + "I": 0.5228506326675415, + "C": 0.0004681982100009918, + "R": 3.057314461329952e-05, + "M": 0.00050563138211146, + "O": 1.660919406276662e-05, + "W": 6.330430096568307e-06, + "N": 0.022725868970155716, + "Y": 0.001938382163643837, + "U": 7.720725534454687e-07, + "K": 0.00012092650285921991, + "L": 2.7898063308384735e-06, + "G": 0.0006421479629352689, + "F": 0.00024590390967205167, + "E": 0.10848160088062286, + "T": 0.00023825891548767686, + "P": 0.33957239985466003, + "-": 0.0020997680258005857 + }, + "id": "tp_23237" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2904638, + "label": "I", + "classification": { + "B": 5.234913624008186e-05, + "S": 5.171656084712595e-05, + "I": 0.9202661514282227, + "C": 0.007492595352232456, + "R": 0.0015765149146318436, + "M": 0.001808584202080965, + "O": 0.00012490374501794577, + "W": 3.51587550539989e-05, + "N": 0.007293454837054014, + "Y": 0.003201885614544153, + "U": 6.223765012691729e-06, + "K": 3.353643842274323e-05, + "L": 7.018195174168795e-05, + "G": 0.0037026044446974993, + "F": 0.00030248984694480896, + "E": 0.015543263405561447, + "T": 0.0012746414868161082, + "P": 0.032775770872831345, + "-": 0.004387955646961927 + }, + "id": "tp_23238" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2904771, + "label": "P", + "classification": { + "B": 2.6262865503667854e-05, + "S": 5.884569327463396e-05, + "I": 0.06077486649155617, + "C": 0.00036974059185013175, + "R": 0.00011385276593500748, + "M": 0.0005286943051032722, + "O": 0.00014579207345377654, + "W": 3.587035462260246e-05, + "N": 0.005881700199097395, + "Y": 0.0040879626758396626, + "U": 1.0946852853521705e-05, + "K": 0.0008586696931160986, + "L": 2.1159492462174967e-05, + "G": 0.002777060028165579, + "F": 0.009109425358474255, + "E": 0.026114288717508316, + "T": 0.0018434899393469095, + "P": 0.7921946048736572, + "-": 0.09504671394824982 + }, + "id": "tp_23239" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2904905, + "label": "I", + "classification": { + "B": 9.723987022880465e-05, + "S": 0.0001776049321051687, + "I": 0.6894630193710327, + "C": 0.017486877739429474, + "R": 0.0020161804277449846, + "M": 0.0038713596295565367, + "O": 0.0008113827789202332, + "W": 0.00014700478641316295, + "N": 0.035935841500759125, + "Y": 0.053401362150907516, + "U": 1.9197985238861293e-05, + "K": 0.0008680266910232604, + "L": 0.000125741891679354, + "G": 0.019342102110385895, + "F": 0.0014264793135225773, + "E": 0.07089010626077652, + "T": 0.009798562154173851, + "P": 0.07599413394927979, + "-": 0.018127739429473877 + }, + "id": "tp_23240" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2905005, + "label": "I", + "classification": { + "B": 0.0005858666845597327, + "S": 0.00039214943535625935, + "I": 0.6321413516998291, + "C": 0.02091873250901699, + "R": 0.0031330606434494257, + "M": 0.006444161757826805, + "O": 0.0006570330588147044, + "W": 0.00021195202134549618, + "N": 0.02323186583817005, + "Y": 0.022606773301959038, + "U": 0.00011429058940848336, + "K": 0.0006019016727805138, + "L": 0.0005330719868652523, + "G": 0.013644405640661716, + "F": 0.002690787659958005, + "E": 0.08016642928123474, + "T": 0.0070584919303655624, + "P": 0.15790586173534393, + "-": 0.02696179412305355 + }, + "id": "tp_23241" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2905138, + "label": "I", + "classification": { + "B": 8.27939438750036e-05, + "S": 0.00022689122124575078, + "I": 0.6861962080001831, + "C": 0.002309662289917469, + "R": 0.0006734436028636992, + "M": 0.0013600841630250216, + "O": 0.00023190260981209576, + "W": 4.508341589826159e-05, + "N": 0.014121457003057003, + "Y": 0.007803899236023426, + "U": 1.2545063327706885e-05, + "K": 5.3994277550373226e-05, + "L": 9.975946886697784e-05, + "G": 0.003338647773489356, + "F": 0.000706036516930908, + "E": 0.011674683541059494, + "T": 0.004037562757730484, + "P": 0.2547571063041687, + "-": 0.012268302962183952 + }, + "id": "tp_23242" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2905272, + "label": "I", + "classification": { + "B": 0.0017883556429296732, + "S": 0.009473171085119247, + "I": 0.5791283845901489, + "C": 0.02386465296149254, + "R": 0.009047724306583405, + "M": 0.01737283170223236, + "O": 0.0068928091786801815, + "W": 0.0027363926637917757, + "N": 0.12493295967578888, + "Y": 0.05764732137322426, + "U": 0.0002001371030928567, + "K": 0.007574035320430994, + "L": 0.0017802880611270666, + "G": 0.039953794330358505, + "F": 0.004103890620172024, + "E": 0.04848761484026909, + "T": 0.03103453665971756, + "P": 0.027115385979413986, + "-": 0.006865707226097584 + }, + "id": "tp_23243" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2905405, + "label": "I", + "classification": { + "B": 2.4870129067267044e-08, + "S": 1.3139910151949152e-05, + "I": 0.9053354263305664, + "C": 1.6816911738715135e-05, + "R": 1.8885926920120255e-06, + "M": 4.310903022997081e-06, + "O": 2.1686321360903094e-06, + "W": 3.519196525303414e-07, + "N": 0.09317197650671005, + "Y": 0.00035109822056256235, + "U": 2.114768360428343e-10, + "K": 2.8561060389620252e-05, + "L": 5.792189394782099e-09, + "G": 6.694579496979713e-05, + "F": 8.29649309253e-07, + "E": 0.000532578444108367, + "T": 0.00010512043081689626, + "P": 0.0003675486659631133, + "-": 1.1815593552455539e-06 + }, + "id": "tp_23244" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2905506, + "label": "I", + "classification": { + "B": 0.0004938730853609741, + "S": 0.001268208958208561, + "I": 0.6052421927452087, + "C": 0.10785845667123795, + "R": 0.011436915025115013, + "M": 0.01603611558675766, + "O": 0.0021271887235343456, + "W": 0.0004467973194550723, + "N": 0.02982824668288231, + "Y": 0.02322116494178772, + "U": 4.074112803209573e-05, + "K": 0.0005249243113212287, + "L": 0.0016557608032599092, + "G": 0.07734372466802597, + "F": 0.002761326963081956, + "E": 0.07929421216249466, + "T": 0.009502872824668884, + "P": 0.025581879541277885, + "-": 0.005335413850843906 + }, + "id": "tp_23245" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2905639, + "label": "I", + "classification": { + "B": 0.00033375760540366173, + "S": 0.0006262940587475896, + "I": 0.8207783102989197, + "C": 0.004847658798098564, + "R": 0.0020312005653977394, + "M": 0.0035053084138780832, + "O": 0.0005625645280815661, + "W": 0.00022296812676358968, + "N": 0.039311304688453674, + "Y": 0.007046480663120747, + "U": 4.523297684499994e-05, + "K": 0.00040487482328899205, + "L": 0.0002446298021823168, + "G": 0.005646557081490755, + "F": 0.0010345409391447902, + "E": 0.03671367093920708, + "T": 0.003333614207804203, + "P": 0.06919022649526596, + "-": 0.004120837431401014 + }, + "id": "tp_23246" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2905772, + "label": "P", + "classification": { + "B": 8.171910303644836e-05, + "S": 9.707438584882766e-05, + "I": 0.03713991492986679, + "C": 0.001162966713309288, + "R": 0.0002077126846415922, + "M": 0.001015007495880127, + "O": 0.00022078768233768642, + "W": 4.941006045555696e-05, + "N": 0.006489923689514399, + "Y": 0.001980965258553624, + "U": 3.470621595624834e-05, + "K": 0.00045755383325740695, + "L": 4.963813626090996e-05, + "G": 0.0023987367749214172, + "F": 0.004342261236160994, + "E": 0.033044684678316116, + "T": 0.0013506021350622177, + "P": 0.851488471031189, + "-": 0.05838793143630028 + }, + "id": "tp_23247" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2905906, + "label": "I", + "classification": { + "B": 1.6943415175774135e-05, + "S": 6.452886736951768e-05, + "I": 0.7625733613967896, + "C": 0.0023544731084257364, + "R": 0.00032229730277322233, + "M": 0.0003724809503182769, + "O": 8.603952301200479e-05, + "W": 2.3256394342752174e-05, + "N": 0.06254982203245163, + "Y": 0.002888442948460579, + "U": 1.6471517483296338e-06, + "K": 0.00043756357626989484, + "L": 5.771048563474324e-06, + "G": 0.0019116729963570833, + "F": 0.0002806828997563571, + "E": 0.050390440970659256, + "T": 0.0005064487340860069, + "P": 0.11365902423858643, + "-": 0.0015551710966974497 + }, + "id": "tp_23248" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2906006, + "label": "I", + "classification": { + "B": 0.00015096974675543606, + "S": 0.0008763537625782192, + "I": 0.8431703448295593, + "C": 0.0015933453105390072, + "R": 0.0005568480701185763, + "M": 0.0019340774742886424, + "O": 0.000422768818680197, + "W": 0.00022337111295200884, + "N": 0.07033243775367737, + "Y": 0.005441233050078154, + "U": 1.2116058314859401e-05, + "K": 0.000796561362221837, + "L": 3.631320214481093e-05, + "G": 0.0013841857435181737, + "F": 0.000343284395057708, + "E": 0.016274316236376762, + "T": 0.0018332472536712885, + "P": 0.05281619355082512, + "-": 0.0018019910203292966 + }, + "id": "tp_23249" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2906139, + "label": "I", + "classification": { + "B": 4.205189907224849e-05, + "S": 0.00018902099691331387, + "I": 0.9258926510810852, + "C": 0.021839560940861702, + "R": 0.002568645402789116, + "M": 0.003300271462649107, + "O": 0.0005704190698452294, + "W": 6.709948502248153e-05, + "N": 0.017882084473967552, + "Y": 0.002162930555641651, + "U": 3.0887345019436907e-06, + "K": 1.608079401194118e-05, + "L": 0.00023349637922365218, + "G": 0.008024158887565136, + "F": 8.334212907357141e-05, + "E": 0.010389699600636959, + "T": 0.001424117828719318, + "P": 0.004866255447268486, + "-": 0.0004450805427040905 + }, + "id": "tp_23250" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2906273, + "label": "P", + "classification": { + "B": 1.4476599972113036e-06, + "S": 3.5966904761153273e-06, + "I": 0.004364525433629751, + "C": 2.024217110374593e-06, + "R": 5.063768071522645e-07, + "M": 6.3850002334220335e-06, + "O": 3.077160499742604e-06, + "W": 6.526129254780244e-07, + "N": 0.00048594584222882986, + "Y": 4.9026537453755736e-05, + "U": 1.5028459188215493e-07, + "K": 3.446943310336792e-06, + "L": 1.4902437328601081e-07, + "G": 1.0433734132675454e-05, + "F": 0.00013753700477536768, + "E": 0.0003472226089797914, + "T": 5.629675433738157e-05, + "P": 0.9846394062042236, + "-": 0.009888273663818836 + }, + "id": "tp_23251" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2906406, + "label": "P", + "classification": { + "B": 0.00021933583775535226, + "S": 0.0004238717083353549, + "I": 0.2916029989719391, + "C": 0.0034333185758441687, + "R": 0.0007560370722785592, + "M": 0.00429181382060051, + "O": 0.0007071252330206335, + "W": 0.00032695935806259513, + "N": 0.02181672677397728, + "Y": 0.009141686372458935, + "U": 0.0001330145023530349, + "K": 0.0030707609839737415, + "L": 0.00016621833492536098, + "G": 0.004741213284432888, + "F": 0.005910943727940321, + "E": 0.04946094751358032, + "T": 0.0040511186234653, + "P": 0.529826819896698, + "-": 0.06991911679506302 + }, + "id": "tp_23252" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2906507, + "label": "P", + "classification": { + "B": 3.708736073804175e-08, + "S": 7.199373097677153e-09, + "I": 0.00035979817039333284, + "C": 2.5773933884920552e-06, + "R": 1.4761347699732141e-07, + "M": 3.2232908324658638e-06, + "O": 1.6310768558014388e-07, + "W": 1.0887982959673081e-08, + "N": 6.093500360293547e-06, + "Y": 1.2898833119834308e-05, + "U": 2.3068114529678496e-08, + "K": 3.9396414308612293e-07, + "L": 2.9506367127396516e-08, + "G": 1.300603889831109e-05, + "F": 0.00024642213247716427, + "E": 0.00020923030388075858, + "T": 1.297030394198373e-05, + "P": 0.9097391963005066, + "-": 0.08939364552497864 + }, + "id": "tp_23253" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2906640, + "label": "P", + "classification": { + "B": 3.97619669456617e-06, + "S": 6.744636493749567e-07, + "I": 0.00044223677832633257, + "C": 2.1948897483525798e-05, + "R": 6.685884841317602e-07, + "M": 8.005140261957422e-05, + "O": 8.263067684310954e-06, + "W": 4.78571564599406e-07, + "N": 1.895420064101927e-05, + "Y": 0.00033374509075656533, + "U": 5.977354362585174e-07, + "K": 6.723110459461168e-07, + "L": 2.301410631844192e-06, + "G": 9.686515113571659e-05, + "F": 0.0018208514666184783, + "E": 0.001300337491557002, + "T": 0.00016096665058284998, + "P": 0.7009401917457581, + "-": 0.294766366481781 + }, + "id": "tp_23254" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2906773, + "label": "P", + "classification": { + "B": 6.425480592042732e-08, + "S": 1.7147954167739954e-07, + "I": 0.0017389730783179402, + "C": 4.466109260192752e-07, + "R": 6.973303356971883e-08, + "M": 3.6708022435050225e-06, + "O": 6.088447435104172e-07, + "W": 3.3103308538784404e-08, + "N": 4.691507638199255e-05, + "Y": 9.546904948365409e-06, + "U": 4.225455985107374e-09, + "K": 6.512080830134437e-08, + "L": 2.177902302946677e-08, + "G": 3.9080109672795516e-06, + "F": 4.088545392733067e-05, + "E": 0.0001543293910799548, + "T": 1.0504961210244801e-05, + "P": 0.9873587489128113, + "-": 0.010631036944687366 + }, + "id": "tp_23255" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2906907, + "label": "P", + "classification": { + "B": 4.638277673052471e-08, + "S": 8.517115901440775e-08, + "I": 0.004383452236652374, + "C": 4.848202479479369e-06, + "R": 5.245354373073496e-07, + "M": 2.631905090311193e-06, + "O": 5.894304990761157e-07, + "W": 7.01703513072971e-08, + "N": 0.00024549890076741576, + "Y": 1.6847301594680175e-05, + "U": 4.618071614004293e-08, + "K": 4.500664999795845e-06, + "L": 2.642871343994102e-08, + "G": 1.1867039575008675e-05, + "F": 0.00016999342187773436, + "E": 0.0016262815333902836, + "T": 9.247482012142427e-06, + "P": 0.9829199910163879, + "-": 0.010603333823382854 + }, + "id": "tp_23256" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2907007, + "label": "P", + "classification": { + "B": 1.2341841992835612e-09, + "S": 2.4789097441413332e-09, + "I": 0.00018353700579609722, + "C": 3.5724585956131705e-08, + "R": 2.568108392608792e-09, + "M": 2.1149318740754097e-07, + "O": 2.3977216656589917e-08, + "W": 1.1297183188929694e-09, + "N": 3.345817049194011e-06, + "Y": 1.9569038158806507e-06, + "U": 9.80681647000381e-10, + "K": 2.8794454820513238e-08, + "L": 7.193757811663204e-10, + "G": 4.684156067469303e-07, + "F": 1.0514118912396953e-05, + "E": 3.900092269759625e-05, + "T": 2.2329093098960584e-06, + "P": 0.978410542011261, + "-": 0.021348103880882263 + }, + "id": "tp_23257" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2907140, + "label": "P", + "classification": { + "B": 1.2993395248628303e-09, + "S": 8.291899805668024e-11, + "I": 1.5164331671257969e-05, + "C": 1.147472561413565e-09, + "R": 4.052696719880622e-11, + "M": 1.4251555491284762e-08, + "O": 5.507125311332572e-10, + "W": 2.9034115389681148e-11, + "N": 1.927337223150971e-07, + "Y": 3.182605112783676e-08, + "U": 1.0630142599499237e-11, + "K": 1.957758261061926e-10, + "L": 1.5254445276391415e-11, + "G": 2.3432976448134468e-08, + "F": 5.834225476064603e-07, + "E": 1.183511358249234e-05, + "T": 4.853819035588458e-08, + "P": 0.9974709749221802, + "-": 0.002501197624951601 + }, + "id": "tp_23258" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2907274, + "label": "P", + "classification": { + "B": 1.8565046389085182e-08, + "S": 2.106117190370238e-11, + "I": 3.124116483377293e-05, + "C": 9.169773385053759e-09, + "R": 1.0712569026294361e-10, + "M": 2.059577042246019e-07, + "O": 6.4210379235873916e-09, + "W": 2.5722819707585387e-11, + "N": 2.1118646387208173e-08, + "Y": 2.3185882014331582e-07, + "U": 4.488819906056651e-12, + "K": 1.6767897834113477e-12, + "L": 8.059529155168832e-10, + "G": 8.601047056799871e-07, + "F": 9.692473668110324e-07, + "E": 2.9846854886272922e-05, + "T": 7.967828707933222e-08, + "P": 0.9680190086364746, + "-": 0.031917449086904526 + }, + "id": "tp_23259" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2907407, + "label": "P", + "classification": { + "B": 5.980793815751895e-08, + "S": 1.9825594499423005e-09, + "I": 3.758719321922399e-05, + "C": 3.0458198807536974e-07, + "R": 1.4568604100873017e-08, + "M": 6.552647278113e-07, + "O": 9.191130345698184e-08, + "W": 1.143432459826954e-09, + "N": 1.455118479043449e-07, + "Y": 2.101990503433626e-06, + "U": 8.179930621743381e-10, + "K": 1.2705270863166973e-11, + "L": 3.210252330632102e-08, + "G": 5.042562406742945e-06, + "F": 6.206119905982632e-06, + "E": 7.5174598350713495e-06, + "T": 5.919211162108695e-06, + "P": 0.900574266910553, + "-": 0.09936002641916275 + }, + "id": "tp_23260" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2907508, + "label": "P", + "classification": { + "B": 1.6148716142083686e-08, + "S": 1.4724592212189691e-08, + "I": 0.00012603156210388988, + "C": 3.6473636555456324e-07, + "R": 1.1617648176809325e-08, + "M": 2.520920816095895e-06, + "O": 2.573686970208655e-07, + "W": 9.752374907634476e-09, + "N": 1.7658243223195313e-06, + "Y": 9.768613381311297e-06, + "U": 8.25255153102944e-09, + "K": 6.060621338122019e-09, + "L": 3.0902846503977344e-08, + "G": 1.6876405197763233e-06, + "F": 3.625163299147971e-05, + "E": 3.969944009440951e-05, + "T": 2.2928928956389427e-05, + "P": 0.8589698672294617, + "-": 0.1407887041568756 + }, + "id": "tp_23261" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2907641, + "label": "P", + "classification": { + "B": 0.0029382670763880014, + "S": 0.0002346615365240723, + "I": 0.02013811282813549, + "C": 0.0005776239559054375, + "R": 0.00016963318921625614, + "M": 0.004680175334215164, + "O": 0.0012158909812569618, + "W": 0.0001568439183756709, + "N": 0.001011414802633226, + "Y": 0.0013809908414259553, + "U": 3.9844151615398005e-05, + "K": 2.5071640266105533e-06, + "L": 0.0011500159744173288, + "G": 0.0026827408000826836, + "F": 0.0020298766903579235, + "E": 0.006284430623054504, + "T": 0.0037919688038527966, + "P": 0.7194417715072632, + "-": 0.23207326233386993 + }, + "id": "tp_23262" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2907774, + "label": "P", + "classification": { + "B": 0.0003616670146584511, + "S": 0.000700581178534776, + "I": 0.02403637208044529, + "C": 0.0002856874489225447, + "R": 0.0001451951393391937, + "M": 0.0030624154023826122, + "O": 0.0013012757990509272, + "W": 0.0001773599797161296, + "N": 0.0021303279791027308, + "Y": 0.008242127485573292, + "U": 3.862637095153332e-05, + "K": 8.615605474915355e-05, + "L": 0.00043275640928186476, + "G": 0.004280592780560255, + "F": 0.01656978391110897, + "E": 0.006549087353050709, + "T": 0.009406862780451775, + "P": 0.505232572555542, + "-": 0.4169605076313019 + }, + "id": "tp_23263" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2907908, + "label": "P", + "classification": { + "B": 5.903058536205208e-06, + "S": 1.7853433291747933e-06, + "I": 0.0006379280821420252, + "C": 3.1520892207481666e-06, + "R": 3.6768719269275607e-07, + "M": 2.070861592073925e-05, + "O": 2.8309466415521456e-06, + "W": 2.861759753614024e-07, + "N": 3.3190095564350486e-05, + "Y": 4.3529642425710335e-05, + "U": 9.08137138821985e-08, + "K": 6.232456257748709e-07, + "L": 8.026845534914173e-07, + "G": 0.00011233184341108426, + "F": 0.0014173835515975952, + "E": 0.00242634117603302, + "T": 4.5432938350131735e-05, + "P": 0.942084014415741, + "-": 0.05316336825489998 + }, + "id": "tp_23264" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2908008, + "label": "P", + "classification": { + "B": 6.567221362274722e-07, + "S": 5.352888479137619e-07, + "I": 0.001522198785096407, + "C": 2.4912922071962385e-06, + "R": 2.0076357998277672e-07, + "M": 7.46405794416205e-06, + "O": 1.7342532601105631e-06, + "W": 4.1618307022872614e-07, + "N": 0.0001596806978341192, + "Y": 3.179058330715634e-05, + "U": 2.2203288096989127e-07, + "K": 1.2322416296228766e-05, + "L": 7.650708511164339e-08, + "G": 1.5712945241830312e-05, + "F": 0.00022966274991631508, + "E": 0.0023025181144475937, + "T": 1.9292299839435145e-05, + "P": 0.9698591828346252, + "-": 0.025833770632743835 + }, + "id": "tp_23265" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2908141, + "label": "P", + "classification": { + "B": 4.1272386397395167e-07, + "S": 1.2227769730088767e-07, + "I": 2.744128869380802e-05, + "C": 6.638306331296917e-07, + "R": 5.309209072379417e-08, + "M": 8.420084668614436e-06, + "O": 2.476863073752611e-06, + "W": 6.943585617591452e-08, + "N": 1.5586228983011097e-06, + "Y": 2.4471977667417377e-05, + "U": 1.6196992191908066e-08, + "K": 7.651811984032975e-08, + "L": 1.0603406508380431e-07, + "G": 1.7788910554372706e-05, + "F": 0.0010741890873759985, + "E": 9.155553561868146e-05, + "T": 3.100728281424381e-05, + "P": 0.6196305155754089, + "-": 0.3790891170501709 + }, + "id": "tp_23266" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2908275, + "label": "P", + "classification": { + "B": 1.1783818081312347e-05, + "S": 4.1136840991384815e-06, + "I": 0.002407756866887212, + "C": 3.782299972954206e-05, + "R": 7.4043418862856925e-06, + "M": 0.0002972472575493157, + "O": 3.785652370424941e-05, + "W": 2.494828095223056e-06, + "N": 0.00011262017505941913, + "Y": 0.0007772181998007, + "U": 1.582932441124285e-06, + "K": 9.839422091317829e-06, + "L": 8.38743471831549e-06, + "G": 0.00044372279080562294, + "F": 0.0030790437012910843, + "E": 0.003706573275849223, + "T": 0.0005392638267949224, + "P": 0.6480075120925903, + "-": 0.34050771594047546 + }, + "id": "tp_23267" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2908375, + "label": "P", + "classification": { + "B": 1.7875714775072993e-07, + "S": 1.2068853720847983e-06, + "I": 0.00025881078909151256, + "C": 1.1973334039794281e-06, + "R": 3.1381895837512275e-07, + "M": 3.122908083241782e-06, + "O": 2.189621909565176e-06, + "W": 5.299147574078233e-07, + "N": 4.6273667976493016e-05, + "Y": 6.732997280778363e-05, + "U": 1.2788021308551833e-07, + "K": 9.604264960216824e-06, + "L": 6.107467953597734e-08, + "G": 9.702364877739456e-06, + "F": 0.0011163185117766261, + "E": 0.00019078089098911732, + "T": 5.11870275659021e-05, + "P": 0.9230120778083801, + "-": 0.07522894442081451 + }, + "id": "tp_23268" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2908509, + "label": "P", + "classification": { + "B": 9.958976079360582e-06, + "S": 9.865664651442785e-06, + "I": 0.006051215343177319, + "C": 1.3166059943614528e-05, + "R": 5.081383278593421e-06, + "M": 5.984053495922126e-05, + "O": 2.339352067792788e-05, + "W": 2.2096965039963834e-06, + "N": 0.0002855401544366032, + "Y": 0.0003843450977001339, + "U": 5.064907213636616e-07, + "K": 2.7139894882566296e-06, + "L": 3.903663582605077e-06, + "G": 0.00021586263028439134, + "F": 0.0019001630134880543, + "E": 0.00120986916590482, + "T": 0.00014499285316560417, + "P": 0.925804615020752, + "-": 0.0638728141784668 + }, + "id": "tp_23269" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2908642, + "label": "P", + "classification": { + "B": 4.161116521572694e-06, + "S": 4.5497149585571606e-06, + "I": 0.005093420390039682, + "C": 1.0651319826138206e-05, + "R": 6.917267114658898e-07, + "M": 3.602198921726085e-05, + "O": 3.6595517940440914e-06, + "W": 8.089202196970291e-07, + "N": 0.0007581448298878968, + "Y": 0.0001293783134315163, + "U": 1.4940448522793304e-07, + "K": 3.91448920709081e-05, + "L": 4.1896009861375205e-07, + "G": 0.00015898438869044185, + "F": 0.0011413857573643327, + "E": 0.048924241214990616, + "T": 4.6527977247023955e-05, + "P": 0.9294834136962891, + "-": 0.014164240099489689 + }, + "id": "tp_23270" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2908775, + "label": "-", + "classification": { + "B": 4.1142456552734075e-07, + "S": 8.502010473421251e-07, + "I": 0.0009834723314270377, + "C": 6.423643208108842e-05, + "R": 8.070192052400671e-06, + "M": 7.112739695003256e-05, + "O": 1.8154452845919877e-05, + "W": 1.7275347090617288e-06, + "N": 3.938606096198782e-05, + "Y": 0.0006725452258251607, + "U": 1.8389843035038211e-06, + "K": 8.493602763337549e-06, + "L": 2.2415927105612354e-06, + "G": 9.17905053938739e-05, + "F": 0.0018984036287292838, + "E": 0.00033524667378515005, + "T": 0.0006723643746227026, + "P": 0.3368839621543884, + "-": 0.6582458019256592 + }, + "id": "tp_23271" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2908876, + "label": "P", + "classification": { + "B": 1.6054659113251546e-07, + "S": 2.3677945648614696e-07, + "I": 0.0004074368334840983, + "C": 5.470640189741971e-07, + "R": 5.3165621238804306e-08, + "M": 3.220024154870771e-06, + "O": 4.6053574465076963e-07, + "W": 1.2692264306224388e-07, + "N": 0.00011279152386123314, + "Y": 5.020015123591293e-06, + "U": 5.320802642927447e-08, + "K": 1.645263546379283e-05, + "L": 1.8184897143669332e-08, + "G": 9.541562576487195e-06, + "F": 0.0003693554608616978, + "E": 0.011278744786977768, + "T": 7.523167823819676e-06, + "P": 0.9804350137710571, + "-": 0.007353251799941063 + }, + "id": "tp_23272" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2909009, + "label": "P", + "classification": { + "B": 2.090712047930765e-09, + "S": 7.69876995487806e-10, + "I": 9.334024070994928e-05, + "C": 8.423018726944065e-08, + "R": 4.896626215611377e-09, + "M": 1.5016541965451324e-07, + "O": 1.3570915058380706e-08, + "W": 7.339242547033109e-10, + "N": 1.764912553881004e-06, + "Y": 3.9410188037436455e-06, + "U": 8.860131517351988e-10, + "K": 9.790068133952445e-08, + "L": 4.896091310158113e-10, + "G": 1.254497874469962e-06, + "F": 7.248763722600415e-05, + "E": 0.0001247142645297572, + "T": 8.0351122733191e-07, + "P": 0.972162663936615, + "-": 0.027538631111383438 + }, + "id": "tp_23273" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2909142, + "label": "P", + "classification": { + "B": 3.3264843750657747e-06, + "S": 8.033526341932884e-07, + "I": 0.004422618076205254, + "C": 3.0741750833840342e-06, + "R": 1.0839785318239592e-06, + "M": 7.615063077537343e-05, + "O": 3.5771620332525345e-06, + "W": 1.4261482306210382e-07, + "N": 0.00014732495765201747, + "Y": 6.507386569865048e-05, + "U": 5.9517535788700116e-08, + "K": 5.541766654459934e-07, + "L": 5.372053806240729e-07, + "G": 0.0001315054832957685, + "F": 0.00021678839402738959, + "E": 0.0038502414245158434, + "T": 6.141780613688752e-05, + "P": 0.9666065573692322, + "-": 0.024409150704741478 + }, + "id": "tp_23274" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2909276, + "label": "P", + "classification": { + "B": 2.6195836949280404e-13, + "S": 4.69503613504535e-13, + "I": 1.4762180455818452e-07, + "C": 9.989609833782609e-12, + "R": 1.4286124095774094e-13, + "M": 2.0551499391174843e-10, + "O": 1.4993006836050427e-11, + "W": 1.2716620833609638e-13, + "N": 2.380622365905083e-09, + "Y": 3.826908567816645e-09, + "U": 3.012769816067816e-14, + "K": 1.9051264038560944e-11, + "L": 2.2459361505452156e-14, + "G": 3.8071690244834144e-10, + "F": 3.0061378311074805e-06, + "E": 1.5660933740946348e-06, + "T": 1.3875960380715924e-09, + "P": 0.9890830516815186, + "-": 0.010912272147834301 + }, + "id": "tp_23275" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2909376, + "label": "P", + "classification": { + "B": 1.0822605034377375e-09, + "S": 7.600201579194277e-10, + "I": 0.0006067251088097692, + "C": 7.891956244066023e-08, + "R": 4.314570922758776e-09, + "M": 1.731574741370423e-07, + "O": 1.349745115675205e-08, + "W": 4.799644570674388e-10, + "N": 3.367799763509538e-06, + "Y": 8.908568815968465e-07, + "U": 4.390411645349701e-10, + "K": 2.0896002705939054e-09, + "L": 7.403553881069058e-10, + "G": 3.344245556036185e-07, + "F": 2.1933362859272165e-06, + "E": 4.1286588384537026e-05, + "T": 8.428360729340056e-07, + "P": 0.991480827331543, + "-": 0.007863198406994343 + }, + "id": "tp_23276" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2909510, + "label": "P", + "classification": { + "B": 1.898841972547416e-09, + "S": 3.027043893322201e-10, + "I": 1.6281621356029063e-05, + "C": 6.286349929496282e-08, + "R": 1.4869652176230375e-09, + "M": 6.631039184412657e-08, + "O": 1.8273151880521254e-08, + "W": 3.190896435967261e-10, + "N": 3.048794781079778e-07, + "Y": 4.691517915489385e-06, + "U": 5.689299031885753e-10, + "K": 1.9260358641304265e-08, + "L": 4.3510686720260594e-10, + "G": 9.899852102535078e-07, + "F": 4.848553362535313e-05, + "E": 3.309208477730863e-05, + "T": 8.929154660108907e-07, + "P": 0.911888599395752, + "-": 0.08800650388002396 + }, + "id": "tp_23277" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2909643, + "label": "P", + "classification": { + "B": 6.782512684821995e-08, + "S": 9.84927517322376e-09, + "I": 5.676508226315491e-05, + "C": 2.0110357468183793e-07, + "R": 1.3165389667335603e-08, + "M": 8.042540002861642e-07, + "O": 9.00260985758905e-08, + "W": 1.504165858534634e-08, + "N": 1.6056304730227566e-06, + "Y": 7.319594260479789e-06, + "U": 3.1625211338592862e-09, + "K": 8.801620765552798e-07, + "L": 4.645002160685863e-09, + "G": 7.567183274659328e-06, + "F": 0.0011618045391514897, + "E": 0.0014205313054844737, + "T": 3.2389311854785774e-06, + "P": 0.8577463030815125, + "-": 0.13959276676177979 + }, + "id": "tp_23278" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2909776, + "label": "P", + "classification": { + "B": 7.285404050871858e-12, + "S": 1.1495555202190033e-10, + "I": 3.680285226437263e-05, + "C": 5.872262398565198e-11, + "R": 2.4426563202673e-12, + "M": 1.6912100608834635e-09, + "O": 1.8726575845562365e-11, + "W": 6.6475579381386485e-12, + "N": 7.795965188961418e-07, + "Y": 1.225182089115151e-08, + "U": 5.003177776588541e-13, + "K": 6.516742256934549e-09, + "L": 7.759866019066766e-14, + "G": 5.501677446950737e-10, + "F": 4.0364784581470303e-07, + "E": 5.9686815802706406e-05, + "T": 3.5514269303149604e-09, + "P": 0.9997320771217346, + "-": 0.00017026947170961648 + }, + "id": "tp_23279" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2909877, + "label": "P", + "classification": { + "B": 6.055444146113587e-07, + "S": 3.720444752275398e-08, + "I": 0.002135617658495903, + "C": 4.30604450230021e-06, + "R": 1.1634271857019485e-07, + "M": 6.199828476383118e-06, + "O": 1.7442539501644205e-07, + "W": 2.7617693021397827e-08, + "N": 9.444449824513867e-05, + "Y": 2.801245727823698e-06, + "U": 1.28092683127079e-08, + "K": 7.434825874952367e-07, + "L": 2.8117801420535216e-08, + "G": 3.417400148464367e-05, + "F": 8.619319851277396e-05, + "E": 0.016953973099589348, + "T": 2.929739594037528e-06, + "P": 0.9775477647781372, + "-": 0.0031300086993724108 + }, + "id": "tp_23280" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2910010, + "label": "P", + "classification": { + "B": 5.722718469769461e-06, + "S": 3.730129662926629e-07, + "I": 0.0011160133872181177, + "C": 9.622783181839623e-06, + "R": 6.756820880582382e-07, + "M": 6.857710104668513e-05, + "O": 4.00269800593378e-06, + "W": 2.3388435010929243e-07, + "N": 2.0809864508919418e-05, + "Y": 0.000126359416753985, + "U": 9.557872715504345e-08, + "K": 1.229138604230684e-07, + "L": 1.120317620006972e-06, + "G": 6.569321703864262e-05, + "F": 0.0004244757001288235, + "E": 0.00396827282384038, + "T": 2.939010846603196e-05, + "P": 0.8927728533744812, + "-": 0.10138559341430664 + }, + "id": "tp_23281" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2910143, + "label": "P", + "classification": { + "B": 2.0190634941741337e-08, + "S": 4.7571258932066485e-08, + "I": 0.0004181096446700394, + "C": 8.076435165094153e-07, + "R": 8.991043642936347e-08, + "M": 4.177861399057292e-07, + "O": 2.2798931809120404e-07, + "W": 3.0126276584496736e-08, + "N": 3.3416836231481284e-05, + "Y": 3.9932001527631655e-06, + "U": 2.0828494484703697e-08, + "K": 1.979737589863362e-06, + "L": 9.020807212323234e-09, + "G": 3.008550720551284e-06, + "F": 0.0004128272703383118, + "E": 0.00039757703780196607, + "T": 3.8063612919359002e-06, + "P": 0.9714385867118835, + "-": 0.027284955605864525 + }, + "id": "tp_23282" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2910277, + "label": "P", + "classification": { + "B": 1.4977648010727762e-09, + "S": 4.206646586624174e-09, + "I": 5.556106043513864e-05, + "C": 1.886051563815272e-07, + "R": 1.7538496877023135e-08, + "M": 6.325188905975665e-07, + "O": 1.8624970721248246e-07, + "W": 8.858831002100942e-09, + "N": 9.969613756766194e-07, + "Y": 2.2486967282020487e-05, + "U": 4.165018996360459e-09, + "K": 1.6036935335250746e-07, + "L": 2.762819750756762e-09, + "G": 1.5241881783367717e-06, + "F": 0.00023891855380497873, + "E": 3.960611502407119e-05, + "T": 9.298139957536478e-06, + "P": 0.6212043762207031, + "-": 0.3784259259700775 + }, + "id": "tp_23283" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2910377, + "label": "P", + "classification": { + "B": 2.5306993833851266e-08, + "S": 3.667720704925159e-08, + "I": 0.00019024383800569922, + "C": 3.4368115393590415e-06, + "R": 1.6321770601734897e-07, + "M": 2.1999871933076065e-06, + "O": 9.383290944242617e-07, + "W": 2.8947615859920006e-08, + "N": 4.9998729991784785e-06, + "Y": 1.6104977476061322e-05, + "U": 2.871303195206565e-08, + "K": 1.0765914026933388e-07, + "L": 6.241442918053508e-08, + "G": 1.3362921890802681e-05, + "F": 0.00037903196061961353, + "E": 8.281894406536594e-05, + "T": 2.2210968381841667e-05, + "P": 0.6409898400306702, + "-": 0.3582943081855774 + }, + "id": "tp_23284" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2910511, + "label": "P", + "classification": { + "B": 2.901080733863637e-06, + "S": 1.437314722352312e-06, + "I": 0.0005872414913028479, + "C": 3.102275150013156e-05, + "R": 1.0876241276491783e-06, + "M": 2.1922673113294877e-05, + "O": 7.0396736191469245e-06, + "W": 1.0280158448949805e-06, + "N": 7.014840230112895e-05, + "Y": 0.00023601920111104846, + "U": 1.4566226127499249e-06, + "K": 7.175551581894979e-05, + "L": 5.811065761918144e-07, + "G": 0.00010990414739353582, + "F": 0.0035818081814795732, + "E": 0.006972318980842829, + "T": 0.00011892722977790982, + "P": 0.6577941179275513, + "-": 0.33038923144340515 + }, + "id": "tp_23285" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2910644, + "label": "P", + "classification": { + "B": 7.2682788676559085e-09, + "S": 3.447748531115735e-09, + "I": 0.00016330860671587288, + "C": 2.7754848019867495e-07, + "R": 1.4145220994521424e-08, + "M": 4.5369836243480677e-07, + "O": 1.0879003298214229e-07, + "W": 1.031433960463346e-08, + "N": 4.630557214113651e-06, + "Y": 1.0703336556616705e-05, + "U": 8.721634969788283e-09, + "K": 1.246513988917286e-06, + "L": 1.7874610680479464e-09, + "G": 2.3135846731747733e-06, + "F": 0.00016230126493610442, + "E": 0.00032110713073052466, + "T": 1.8563902131063514e-06, + "P": 0.9407702088356018, + "-": 0.05856144800782204 + }, + "id": "tp_23286" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2910777, + "label": "P", + "classification": { + "B": 6.865823820589867e-08, + "S": 7.508830890401441e-07, + "I": 0.0009284579427912831, + "C": 1.9105137027963792e-07, + "R": 5.560494642509184e-08, + "M": 4.560803574804595e-07, + "O": 2.214269727573992e-07, + "W": 4.376703444108898e-08, + "N": 0.00013046918320469558, + "Y": 3.7633380998158827e-06, + "U": 1.86285582515211e-08, + "K": 1.4114712030277587e-06, + "L": 8.979482934989846e-09, + "G": 2.1908565486228326e-06, + "F": 3.4088192478520796e-05, + "E": 0.0002456382499076426, + "T": 3.351436816956266e-06, + "P": 0.9962653517723083, + "-": 0.0023835315369069576 + }, + "id": "tp_23287" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2910878, + "label": "P", + "classification": { + "B": 2.929513414073881e-07, + "S": 1.462021970155547e-07, + "I": 0.0009892611997202039, + "C": 3.923256031157507e-07, + "R": 1.1835592061970601e-07, + "M": 2.7573362331168028e-06, + "O": 3.841708746676886e-07, + "W": 7.750993802346784e-08, + "N": 4.517634806688875e-05, + "Y": 1.1111800631624646e-05, + "U": 1.385695735933723e-08, + "K": 1.2307638144193334e-06, + "L": 2.2198753057978138e-08, + "G": 1.5452018487849273e-05, + "F": 0.00011774097220040858, + "E": 0.001136976876296103, + "T": 5.458927716972539e-06, + "P": 0.9911249279975891, + "-": 0.006548586301505566 + }, + "id": "tp_23288" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2911011, + "label": "P", + "classification": { + "B": 4.861731213168241e-06, + "S": 5.45579896424897e-05, + "I": 0.0075242831371724606, + "C": 1.076959142665146e-05, + "R": 4.2667797970352694e-06, + "M": 2.565398608567193e-05, + "O": 4.62573480035644e-05, + "W": 8.414958756475244e-06, + "N": 0.0011565859895199537, + "Y": 0.0002046649606199935, + "U": 3.999881528216065e-07, + "K": 2.275703809573315e-05, + "L": 2.359685822739266e-06, + "G": 0.00016263016732409596, + "F": 0.0017367462860420346, + "E": 0.0011786228278651834, + "T": 9.512405813438818e-05, + "P": 0.9762591123580933, + "-": 0.011501964181661606 + }, + "id": "tp_23289" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2911144, + "label": "P", + "classification": { + "B": 1.6855562084971965e-11, + "S": 2.3582755193096716e-10, + "I": 3.418518099351786e-05, + "C": 1.7541333663384506e-10, + "R": 1.9726080144333302e-11, + "M": 1.9840318277175584e-09, + "O": 2.438208246413609e-10, + "W": 2.131356376111615e-11, + "N": 1.1638949217740446e-06, + "Y": 1.230460355827745e-08, + "U": 1.133030561734083e-11, + "K": 1.6795470569874738e-09, + "L": 1.67129981729075e-12, + "G": 1.5516125051462382e-09, + "F": 3.686554634896311e-07, + "E": 4.422425263328478e-06, + "T": 2.3038856156176735e-08, + "P": 0.9995239973068237, + "-": 0.0004358282021712512 + }, + "id": "tp_23290" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2911278, + "label": "P", + "classification": { + "B": 2.360336338824709e-06, + "S": 1.729936343508598e-06, + "I": 0.02648676559329033, + "C": 3.644938988145441e-05, + "R": 4.005800292361528e-06, + "M": 4.494512177188881e-05, + "O": 6.039879735908471e-06, + "W": 7.013880463091482e-07, + "N": 0.00031636402127332985, + "Y": 0.00039904401637613773, + "U": 2.2846955971544958e-07, + "K": 3.2950418926702696e-07, + "L": 1.402934685756918e-06, + "G": 6.242184463189915e-05, + "F": 0.0001929931459017098, + "E": 0.001346415258012712, + "T": 0.00015234231250360608, + "P": 0.9393625259399414, + "-": 0.031582944095134735 + }, + "id": "tp_23291" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2911378, + "label": "P", + "classification": { + "B": 6.493086402770132e-06, + "S": 1.8156171790906228e-05, + "I": 0.04656755551695824, + "C": 0.0007816729485057294, + "R": 9.676132322056219e-05, + "M": 0.0005901426775380969, + "O": 7.136080239433795e-05, + "W": 1.4610643120249733e-05, + "N": 0.0028366248589009047, + "Y": 0.007853429764509201, + "U": 5.501599844137672e-06, + "K": 0.0005375191103667021, + "L": 1.0131582712347154e-05, + "G": 0.0018749134615063667, + "F": 0.010218211449682713, + "E": 0.052375633269548416, + "T": 0.001111236633732915, + "P": 0.729361355304718, + "-": 0.1456686109304428 + }, + "id": "tp_23292" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2911512, + "label": "-", + "classification": { + "B": 8.189437039618497e-08, + "S": 3.944444983972062e-07, + "I": 0.00044228826300241053, + "C": 3.58251272700727e-05, + "R": 3.6019903291162336e-06, + "M": 4.083300882484764e-05, + "O": 1.2712822353933007e-05, + "W": 6.237570460143615e-07, + "N": 1.7914162526722066e-05, + "Y": 0.00038104402483440936, + "U": 2.7996776452710037e-07, + "K": 9.871896509139333e-06, + "L": 6.914007144587231e-07, + "G": 0.00012891653750557452, + "F": 0.002946848515421152, + "E": 0.0006927297217771411, + "T": 0.00016405264614149928, + "P": 0.22523149847984314, + "-": 0.7698898911476135 + }, + "id": "tp_23293" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2911645, + "label": "P", + "classification": { + "B": 4.620245363184949e-06, + "S": 1.2903096830996219e-05, + "I": 0.005192255135625601, + "C": 3.707216092152521e-05, + "R": 6.938264050404541e-06, + "M": 6.778784154448658e-05, + "O": 4.040218846057542e-05, + "W": 7.89429213909898e-06, + "N": 0.0008164646569639444, + "Y": 0.0002277822932228446, + "U": 3.2822051707626088e-06, + "K": 0.000106113038782496, + "L": 2.3374418560706545e-06, + "G": 0.0001618166279513389, + "F": 0.0018806151347234845, + "E": 0.002817486645653844, + "T": 0.00019999170035589486, + "P": 0.9187900424003601, + "-": 0.06962434947490692 + }, + "id": "tp_23294" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2911778, + "label": "P", + "classification": { + "B": 4.1306269515928307e-10, + "S": 1.969999274820111e-09, + "I": 4.0648181311553344e-05, + "C": 1.3324858549879082e-08, + "R": 7.185641526241682e-10, + "M": 2.945268740006668e-08, + "O": 7.317732197975602e-09, + "W": 7.726143058661705e-10, + "N": 2.4631276573927607e-06, + "Y": 1.0807350463437615e-06, + "U": 4.2004869027501e-10, + "K": 1.8298641180081177e-07, + "L": 7.835947168910451e-11, + "G": 1.388529824453144e-07, + "F": 4.711468500318006e-05, + "E": 0.00012932473327964544, + "T": 1.996457257291695e-07, + "P": 0.9880764484405518, + "-": 0.01170242391526699 + }, + "id": "tp_23295" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2911879, + "label": "P", + "classification": { + "B": 3.5259751030025654e-07, + "S": 3.810002056070516e-07, + "I": 0.00015930092195048928, + "C": 7.502614494114823e-07, + "R": 7.110119781827962e-08, + "M": 7.198715593403904e-06, + "O": 2.1070600269013084e-06, + "W": 9.739053297153077e-08, + "N": 1.8362556147621945e-05, + "Y": 3.522271799738519e-05, + "U": 8.536294870964412e-08, + "K": 1.931510496433475e-06, + "L": 5.806399627772407e-08, + "G": 1.4644876500824466e-05, + "F": 0.00015775627980474383, + "E": 0.00037945661460980773, + "T": 4.367589281173423e-05, + "P": 0.9142851233482361, + "-": 0.08489339798688889 + }, + "id": "tp_23296" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2912012, + "label": "-", + "classification": { + "B": 4.120970334042795e-05, + "S": 4.4165288272779435e-05, + "I": 0.00018385083239991218, + "C": 4.880615961155854e-05, + "R": 5.92372271057684e-06, + "M": 0.0008242879994213581, + "O": 9.373066131956875e-05, + "W": 5.260810212348588e-06, + "N": 2.20799156522844e-05, + "Y": 0.0010488935513421893, + "U": 3.385940487987682e-07, + "K": 5.604890702670673e-06, + "L": 1.7421434677089565e-05, + "G": 0.0007254748488776386, + "F": 0.03294241055846214, + "E": 0.0021145206410437822, + "T": 0.0007240144186653197, + "P": 0.1916356384754181, + "-": 0.7695162892341614 + }, + "id": "tp_23297" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2912145, + "label": "P", + "classification": { + "B": 4.04601996706333e-06, + "S": 3.0856440389470663e-06, + "I": 0.002795099513605237, + "C": 1.5348817896665423e-06, + "R": 4.0329271655537013e-07, + "M": 5.446256909635849e-05, + "O": 7.1088452386902645e-06, + "W": 6.567522632394684e-07, + "N": 8.7690947111696e-05, + "Y": 2.6179493943345733e-05, + "U": 1.049316438184178e-07, + "K": 3.7506865169234516e-07, + "L": 7.430617188219912e-07, + "G": 2.3134056391427293e-05, + "F": 0.00011224232730455697, + "E": 0.0011966601014137268, + "T": 2.2924712538952008e-05, + "P": 0.9758174419403076, + "-": 0.019846102222800255 + }, + "id": "tp_23298" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2912279, + "label": "P", + "classification": { + "B": 6.562899557138735e-07, + "S": 7.834338475731784e-07, + "I": 0.00029307231307029724, + "C": 3.190107690898003e-06, + "R": 1.20884777743413e-07, + "M": 1.8361637557973154e-05, + "O": 1.5751265891594812e-06, + "W": 2.0973226355636143e-07, + "N": 3.6825800634687766e-05, + "Y": 5.0365539209451526e-05, + "U": 5.229663102568338e-08, + "K": 5.622313437925186e-06, + "L": 1.9371051962480124e-07, + "G": 4.564389382721856e-05, + "F": 0.004739086609333754, + "E": 0.00456572650000453, + "T": 4.565678318613209e-05, + "P": 0.8943761587142944, + "-": 0.0958167165517807 + }, + "id": "tp_23299" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2912379, + "label": "P", + "classification": { + "B": 1.7042370927811135e-06, + "S": 7.231411700558965e-07, + "I": 0.0003314359928481281, + "C": 1.0739503295553732e-06, + "R": 1.1214257966685182e-07, + "M": 1.0233062312181573e-05, + "O": 2.166333842978929e-06, + "W": 1.0939989181224519e-07, + "N": 1.3724072232434992e-05, + "Y": 1.340499147772789e-05, + "U": 4.3571457553071014e-08, + "K": 3.606005449796612e-08, + "L": 3.109598480932618e-07, + "G": 1.224936841026647e-05, + "F": 0.00012348650489002466, + "E": 0.00020051504543516785, + "T": 5.160241562407464e-05, + "P": 0.9313884973526001, + "-": 0.06784867495298386 + }, + "id": "tp_23300" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2912513, + "label": "P", + "classification": { + "B": 1.6165833471859514e-07, + "S": 3.7522616480600846e-07, + "I": 0.0003519141464494169, + "C": 5.097141411170014e-07, + "R": 1.563601159659811e-07, + "M": 2.3648331080039497e-06, + "O": 9.831146599026397e-07, + "W": 1.2355521050722018e-07, + "N": 1.663710099819582e-05, + "Y": 9.759008207765874e-06, + "U": 1.4750403565244596e-08, + "K": 4.3850229758390924e-07, + "L": 4.805812992003666e-08, + "G": 5.0488902161305305e-06, + "F": 0.0007094537140801549, + "E": 0.00014777254546061158, + "T": 7.576499683636939e-06, + "P": 0.9475599527359009, + "-": 0.05118663236498833 + }, + "id": "tp_23301" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2912646, + "label": "P", + "classification": { + "B": 0.00010876299347728491, + "S": 1.3600931197288446e-05, + "I": 0.00034506546217016876, + "C": 2.3864356535341358e-06, + "R": 3.931849619220884e-07, + "M": 0.00012101089669158682, + "O": 3.9121456211432815e-05, + "W": 3.795136990447645e-06, + "N": 1.3073316040390637e-05, + "Y": 2.4212660719058476e-05, + "U": 1.0313113563142906e-07, + "K": 1.669984470709096e-07, + "L": 6.592069894395536e-06, + "G": 0.0001080204892787151, + "F": 0.0013984957477077842, + "E": 0.0014259263407438993, + "T": 6.281855894485489e-05, + "P": 0.7352097034454346, + "-": 0.2611168622970581 + }, + "id": "tp_23302" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2912779, + "label": "P", + "classification": { + "B": 3.316534602504362e-08, + "S": 3.6224065969037156e-09, + "I": 4.236779932398349e-05, + "C": 1.4382318624939217e-07, + "R": 5.283393278432413e-09, + "M": 2.257206915601273e-06, + "O": 2.783587262911169e-07, + "W": 1.0586375109866708e-09, + "N": 5.917249836784322e-07, + "Y": 3.3465685191913508e-06, + "U": 9.176888693396279e-10, + "K": 1.6325782947745893e-09, + "L": 1.3475003335372548e-08, + "G": 5.336694812285714e-06, + "F": 3.678591747302562e-05, + "E": 3.2767005905043334e-05, + "T": 8.383702152059413e-06, + "P": 0.8179024457931519, + "-": 0.181965172290802 + }, + "id": "tp_23303" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2912880, + "label": "P", + "classification": { + "B": 3.0744383821001975e-06, + "S": 1.2121270628995262e-05, + "I": 0.0077797467820346355, + "C": 2.5155290131806396e-05, + "R": 4.848977368965279e-06, + "M": 5.9936559409834445e-05, + "O": 1.752737443894148e-05, + "W": 6.7158316596760415e-06, + "N": 0.0019029941176995635, + "Y": 0.0002647020446602255, + "U": 1.923622676258674e-06, + "K": 0.0004285501199774444, + "L": 1.1251637488385313e-06, + "G": 0.00016816164134070277, + "F": 0.0021937477868050337, + "E": 0.012498625554144382, + "T": 0.000184610893484205, + "P": 0.9519346356391907, + "-": 0.02251189760863781 + }, + "id": "tp_23304" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2913013, + "label": "P", + "classification": { + "B": 5.629037236332124e-09, + "S": 5.476454489894422e-08, + "I": 0.0033773069735616446, + "C": 7.577750693599228e-08, + "R": 1.467711641112146e-08, + "M": 7.484644015676167e-07, + "O": 9.9282729593142e-08, + "W": 1.394859339143295e-08, + "N": 8.027745934668928e-05, + "Y": 4.876413640886312e-06, + "U": 8.915659321928615e-10, + "K": 3.1438273140338424e-07, + "L": 1.1725069803958377e-09, + "G": 6.720596843479143e-07, + "F": 3.2171199563890696e-05, + "E": 0.00011735100270016119, + "T": 3.942620423913468e-06, + "P": 0.9902021884918213, + "-": 0.00617975415661931 + }, + "id": "tp_23305" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2913146, + "label": "-", + "classification": { + "B": 0.0004537401255220175, + "S": 0.00023604628222528845, + "I": 0.0021926891058683395, + "C": 0.00186735182069242, + "R": 0.00041382337803952396, + "M": 0.0010330352233722806, + "O": 0.000937465694732964, + "W": 0.00023484948906116188, + "N": 0.00046862379531376064, + "Y": 0.005095202010124922, + "U": 0.00014687355724163353, + "K": 0.0003342683194205165, + "L": 0.00033952758531086147, + "G": 0.002953737508505583, + "F": 0.03368731588125229, + "E": 0.0019488069228827953, + "T": 0.004292712546885014, + "P": 0.2514655292034149, + "-": 0.6918985247612 + }, + "id": "tp_23306" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2913280, + "label": "P", + "classification": { + "B": 7.927375804683834e-07, + "S": 7.839788054297969e-07, + "I": 0.000987526262179017, + "C": 2.549438431742601e-05, + "R": 1.8885574490923318e-06, + "M": 2.3357843019766733e-05, + "O": 6.664925422228407e-06, + "W": 6.268069228099193e-07, + "N": 8.0252590123564e-05, + "Y": 0.00017019231745507568, + "U": 5.552544735110132e-07, + "K": 1.2004647942376323e-05, + "L": 5.152964490662271e-07, + "G": 8.041394175961614e-05, + "F": 0.0030142751056700945, + "E": 0.0012404831359162927, + "T": 0.00010905809176620096, + "P": 0.7314257025718689, + "-": 0.26281940937042236 + }, + "id": "tp_23307" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2913380, + "label": "P", + "classification": { + "B": 1.290523648917789e-16, + "S": 1.8180378060753295e-14, + "I": 3.2866662724728712e-09, + "C": 2.1129276171587275e-13, + "R": 2.335536862716728e-15, + "M": 2.2253004560573997e-12, + "O": 1.641484799648485e-12, + "W": 1.2483356642023513e-15, + "N": 3.836310435989532e-11, + "Y": 1.3952894395430349e-10, + "U": 2.0995266697249434e-16, + "K": 4.853515592900814e-13, + "L": 2.2091243951190753e-16, + "G": 2.0481132415040015e-11, + "F": 6.437613819798571e-07, + "E": 3.984762741993109e-09, + "T": 7.211988783950574e-10, + "P": 0.8763359189033508, + "-": 0.1236635148525238 + }, + "id": "tp_23308" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2913514, + "label": "-", + "classification": { + "B": 3.932566414732719e-07, + "S": 8.98026755180581e-08, + "I": 0.0021565300412476063, + "C": 4.234107109368779e-05, + "R": 2.35274728765944e-06, + "M": 2.764917371678166e-05, + "O": 3.3298465496045537e-06, + "W": 3.1410885981131287e-07, + "N": 3.000170545419678e-05, + "Y": 0.00028132888837717474, + "U": 5.486699024004338e-07, + "K": 4.4585580326383933e-05, + "L": 4.5558616079688363e-07, + "G": 0.0002388105058344081, + "F": 0.0033410945907235146, + "E": 0.00503442483022809, + "T": 5.38391868758481e-05, + "P": 0.44061213731765747, + "-": 0.5481297373771667 + }, + "id": "tp_23309" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2913647, + "label": "P", + "classification": { + "B": 6.014684004185256e-06, + "S": 9.108004519475799e-07, + "I": 0.0010371847311034799, + "C": 2.6238807549816556e-05, + "R": 4.1544021769368555e-06, + "M": 0.0001329312945017591, + "O": 2.4477907572872937e-05, + "W": 1.6125328556881868e-06, + "N": 2.8036751245963387e-05, + "Y": 0.0003305863938294351, + "U": 5.571488372879685e-07, + "K": 7.324568969124812e-07, + "L": 4.429894033819437e-06, + "G": 0.0002123628364643082, + "F": 0.0007226195884868503, + "E": 0.0006725291605107486, + "T": 0.00019657124357763678, + "P": 0.6480792164802551, + "-": 0.3485187888145447 + }, + "id": "tp_23310" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2913780, + "label": "P", + "classification": { + "B": 2.2817284843767993e-05, + "S": 4.844080649490934e-06, + "I": 0.00044059488573111594, + "C": 7.116597316780826e-06, + "R": 2.8221502361702733e-06, + "M": 3.821686186711304e-05, + "O": 2.644292908371426e-05, + "W": 4.028473540529376e-06, + "N": 2.8777312763850205e-05, + "Y": 9.666456026025116e-05, + "U": 4.4020194422955683e-07, + "K": 1.595675598764501e-06, + "L": 2.2706217350787483e-06, + "G": 0.00012009086640318856, + "F": 0.0011086112353950739, + "E": 0.00042234372813254595, + "T": 7.642625132575631e-05, + "P": 0.8003043532371521, + "-": 0.19729164242744446 + }, + "id": "tp_23311" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2913881, + "label": "P", + "classification": { + "B": 1.76962362274935e-06, + "S": 2.0508932720986195e-06, + "I": 7.880393241066486e-05, + "C": 5.9288051801331676e-08, + "R": 3.064773324013004e-08, + "M": 2.506550799807883e-06, + "O": 4.373508090793621e-06, + "W": 1.8869071993776743e-07, + "N": 9.916418093780521e-06, + "Y": 4.809349775314331e-06, + "U": 8.438476584160526e-09, + "K": 9.894034036506127e-09, + "L": 2.1465861266278807e-07, + "G": 7.654895853193011e-06, + "F": 6.322895205812529e-05, + "E": 2.4404242140008137e-05, + "T": 2.543614391470328e-05, + "P": 0.9586812853813171, + "-": 0.041093166917562485 + }, + "id": "tp_23312" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2914014, + "label": "P", + "classification": { + "B": 3.707207554271008e-07, + "S": 6.876725819893181e-07, + "I": 0.0019396678544580936, + "C": 5.284189228405012e-06, + "R": 3.317176435757574e-07, + "M": 6.762391421943903e-06, + "O": 1.004667296911066e-06, + "W": 2.490993438186706e-07, + "N": 0.00011824548710137606, + "Y": 7.76611123001203e-05, + "U": 8.356556691069272e-08, + "K": 3.6377912238094723e-06, + "L": 1.0803838534911847e-07, + "G": 1.785806853149552e-05, + "F": 0.00040165084647014737, + "E": 0.0022590416483581066, + "T": 1.7643873434280977e-05, + "P": 0.9770957231521606, + "-": 0.018054038286209106 + }, + "id": "tp_23313" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2914147, + "label": "P", + "classification": { + "B": 5.895186422355536e-11, + "S": 1.2814700689478542e-10, + "I": 3.5440243664197624e-06, + "C": 2.637901674873433e-09, + "R": 7.027504272949514e-11, + "M": 6.449852651968513e-09, + "O": 1.790167902804285e-09, + "W": 6.369391125637947e-11, + "N": 1.4942143877760827e-07, + "Y": 1.0769876723770722e-07, + "U": 2.185752447092515e-11, + "K": 3.497365952398468e-09, + "L": 1.2592197250194115e-11, + "G": 4.748564919054843e-08, + "F": 2.2774624085286632e-05, + "E": 1.32263221530593e-05, + "T": 6.90859423002621e-08, + "P": 0.9845889210700989, + "-": 0.015371149405837059 + }, + "id": "tp_23314" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2914281, + "label": "P", + "classification": { + "B": 3.4279389637958957e-07, + "S": 7.849006067317532e-08, + "I": 0.0005050665931776166, + "C": 2.2955227905185893e-06, + "R": 1.1280073408670432e-07, + "M": 5.935384251642972e-06, + "O": 1.3045735158812022e-06, + "W": 2.2143775879612804e-07, + "N": 2.573231904534623e-05, + "Y": 3.55891534127295e-05, + "U": 1.9091073966137628e-07, + "K": 7.731594450888224e-06, + "L": 5.458751672904327e-08, + "G": 1.4331907550513279e-05, + "F": 0.0004067006811965257, + "E": 0.0012965085916221142, + "T": 2.203024268965237e-05, + "P": 0.8886998891830444, + "-": 0.108975850045681 + }, + "id": "tp_23315" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2914381, + "label": "P", + "classification": { + "B": 7.577176438644528e-05, + "S": 4.487963087740354e-05, + "I": 0.003998117987066507, + "C": 0.00017794713494367898, + "R": 6.002752706990577e-05, + "M": 0.0003964269417338073, + "O": 0.00037165917456150055, + "W": 6.092120747780427e-05, + "N": 0.00046114527503959835, + "Y": 0.0008864583214744925, + "U": 1.7041520550264977e-05, + "K": 4.029161937069148e-05, + "L": 4.812641054741107e-05, + "G": 0.0008022698457352817, + "F": 0.0047201551496982574, + "E": 0.002182815922424197, + "T": 0.0011578534031286836, + "P": 0.6031203269958496, + "-": 0.3813777565956116 + }, + "id": "tp_23316" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2914515, + "label": "P", + "classification": { + "B": 1.4910946921631307e-09, + "S": 4.936469455429915e-09, + "I": 6.8267596361693e-05, + "C": 1.3779397534108284e-07, + "R": 3.4000509074871843e-09, + "M": 3.866094004933984e-07, + "O": 5.067368036293374e-08, + "W": 2.6888664628188508e-09, + "N": 1.5441842151631135e-06, + "Y": 7.3941159826063085e-06, + "U": 9.480451979015925e-10, + "K": 3.6578121864749846e-08, + "L": 1.304157781767401e-09, + "G": 5.601498855867248e-07, + "F": 7.947006088215858e-05, + "E": 0.00012142608466092497, + "T": 3.3207998058060184e-06, + "P": 0.8581658601760864, + "-": 0.14155152440071106 + }, + "id": "tp_23317" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2914648, + "label": "P", + "classification": { + "B": 3.7484027416212484e-05, + "S": 0.00022759911371394992, + "I": 0.006444212049245834, + "C": 0.00025918090250343084, + "R": 6.400904385372996e-05, + "M": 0.0011099972762167454, + "O": 0.0003382344439160079, + "W": 5.285127554088831e-05, + "N": 0.0009010592475533485, + "Y": 0.0036870110780000687, + "U": 1.1971364074270241e-05, + "K": 0.00023965939180925488, + "L": 5.308799154590815e-05, + "G": 0.0018644117517396808, + "F": 0.02556224912405014, + "E": 0.0066824802197515965, + "T": 0.003611157648265362, + "P": 0.5216565132141113, + "-": 0.427196741104126 + }, + "id": "tp_23318" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2914781, + "label": "P", + "classification": { + "B": 3.7720727164014534e-07, + "S": 1.9464131639779225e-07, + "I": 0.0001532550377305597, + "C": 4.998190092919685e-07, + "R": 4.569885803107354e-08, + "M": 1.7519534594612196e-05, + "O": 1.4631341400672682e-06, + "W": 9.45866176493837e-08, + "N": 1.2781493751390371e-05, + "Y": 5.694487481378019e-05, + "U": 2.7047596162788068e-08, + "K": 1.3370838587434264e-06, + "L": 4.87435123375235e-08, + "G": 1.3387814760790206e-05, + "F": 0.0003137266612611711, + "E": 0.001832990674301982, + "T": 2.8094103981857188e-05, + "P": 0.8334295749664307, + "-": 0.16413761675357819 + }, + "id": "tp_23319" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2914882, + "label": "P", + "classification": { + "B": 1.1499920304913758e-07, + "S": 4.209953274880718e-08, + "I": 0.00011392058513592929, + "C": 1.110612856791704e-06, + "R": 6.955445286394024e-08, + "M": 2.9370935408223886e-06, + "O": 5.552813036047155e-07, + "W": 2.8598716284022885e-08, + "N": 5.967446213617222e-06, + "Y": 6.003389898978639e-06, + "U": 1.234061919319629e-08, + "K": 1.0947326245513977e-07, + "L": 2.8871655288753573e-08, + "G": 8.325436283485033e-06, + "F": 0.00034625097759999335, + "E": 0.000170864092069678, + "T": 1.0924819434876554e-05, + "P": 0.9126067161560059, + "-": 0.08672595024108887 + }, + "id": "tp_23320" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2915015, + "label": "P", + "classification": { + "B": 3.1675368518335745e-05, + "S": 1.638001594983507e-05, + "I": 0.0077428678050637245, + "C": 0.00014797864423599094, + "R": 9.812729331315495e-06, + "M": 0.0002478043606970459, + "O": 6.769233732484281e-05, + "W": 1.2713289834209718e-05, + "N": 0.0008408395224250853, + "Y": 0.0003443598689045757, + "U": 6.8596664277720265e-06, + "K": 3.466320049483329e-05, + "L": 8.395923032367136e-06, + "G": 0.00022714273654855788, + "F": 0.00122136774007231, + "E": 0.0072249420918524265, + "T": 0.00026257458375766873, + "P": 0.8853147029876709, + "-": 0.09623739123344421 + }, + "id": "tp_23321" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2915148, + "label": "P", + "classification": { + "B": 7.98933363910237e-09, + "S": 5.012542048099533e-10, + "I": 1.591918226040434e-05, + "C": 2.9582578164877305e-08, + "R": 8.422511021954904e-10, + "M": 6.868558699579808e-08, + "O": 1.5253503349299535e-08, + "W": 4.326937141918563e-10, + "N": 2.576762483386119e-07, + "Y": 9.404305956195458e-07, + "U": 1.4552202498574474e-10, + "K": 9.81468017968723e-10, + "L": 4.448411361490656e-10, + "G": 4.480050677102554e-07, + "F": 7.986473974597175e-06, + "E": 2.088073597406037e-05, + "T": 2.973031314468244e-07, + "P": 0.9741616249084473, + "-": 0.025791611522436142 + }, + "id": "tp_23322" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2915282, + "label": "P", + "classification": { + "B": 3.9344904507743195e-06, + "S": 7.523891326854937e-06, + "I": 0.002668545115739107, + "C": 1.2497228453867137e-05, + "R": 3.676487949633156e-06, + "M": 3.106455551460385e-05, + "O": 1.0803491932165343e-05, + "W": 1.7033395351973013e-06, + "N": 0.0003065143246203661, + "Y": 0.00011197022831765935, + "U": 8.385709975300415e-07, + "K": 1.2122945008741226e-05, + "L": 1.4339932477014372e-06, + "G": 0.00014711263065692037, + "F": 0.001675312640145421, + "E": 0.0023128201719373465, + "T": 0.00016058569599408656, + "P": 0.9517011642456055, + "-": 0.04083039611577988 + }, + "id": "tp_23323" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2915382, + "label": "P", + "classification": { + "B": 3.6303412343841046e-05, + "S": 1.4207079402694944e-05, + "I": 0.05702316388487816, + "C": 0.0011592507362365723, + "R": 0.0001376591098960489, + "M": 0.0009776310762390494, + "O": 0.00011150971840834245, + "W": 8.568435077904724e-06, + "N": 0.0008407083223573864, + "Y": 0.0018423863220959902, + "U": 5.9980466176057234e-06, + "K": 2.923610281868605e-06, + "L": 5.8578982134349644e-05, + "G": 0.0019000009633600712, + "F": 0.0009238920174539089, + "E": 0.009596101939678192, + "T": 0.001182211795821786, + "P": 0.8071997761726379, + "-": 0.11697912216186523 + }, + "id": "tp_23324" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2915516, + "label": "P", + "classification": { + "B": 7.896218789937848e-08, + "S": 1.6235136968134611e-07, + "I": 0.0002564226742833853, + "C": 6.790160966829717e-08, + "R": 5.72779690344305e-09, + "M": 4.535362165825063e-07, + "O": 9.448825011304507e-08, + "W": 2.160225953673489e-08, + "N": 2.184840923291631e-05, + "Y": 1.3963292531116167e-06, + "U": 5.285688775558128e-09, + "K": 1.7992864798088704e-07, + "L": 3.3943066135577737e-09, + "G": 3.134568657969794e-07, + "F": 2.6892950700130314e-05, + "E": 0.0004193522909190506, + "T": 1.9938645436923252e-06, + "P": 0.9903810620307922, + "-": 0.008889710530638695 + }, + "id": "tp_23325" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2915649, + "label": "P", + "classification": { + "B": 7.236820692924084e-06, + "S": 1.9431377950240858e-05, + "I": 0.002887814538553357, + "C": 0.00015456943947356194, + "R": 2.9395763704087585e-05, + "M": 0.00014820831711404026, + "O": 6.629341805819422e-05, + "W": 2.0328943719505332e-05, + "N": 0.0005123087903484702, + "Y": 0.002081662882119417, + "U": 1.1923071724595502e-05, + "K": 0.00044330753735266626, + "L": 1.0544234100962058e-05, + "G": 0.0009953102562576532, + "F": 0.01643110066652298, + "E": 0.007030324079096317, + "T": 0.0009816536912694573, + "P": 0.7056871652603149, + "-": 0.2624814212322235 + }, + "id": "tp_23326" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2915782, + "label": "P", + "classification": { + "B": 1.947994405782083e-06, + "S": 6.201887572387932e-06, + "I": 0.0021484335884451866, + "C": 3.0001856430317275e-05, + "R": 2.05143214770942e-06, + "M": 0.00020055971981491894, + "O": 1.7912689145305194e-05, + "W": 1.9100343706668355e-06, + "N": 0.0001121720124501735, + "Y": 0.0004934799508191645, + "U": 6.938803380762693e-07, + "K": 6.657989615632687e-06, + "L": 1.647971316742769e-06, + "G": 6.173294968903065e-05, + "F": 0.0018524249317124486, + "E": 0.001998918829485774, + "T": 0.00032562980777584016, + "P": 0.7128360867500305, + "-": 0.27990156412124634 + }, + "id": "tp_23327" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2915883, + "label": "-", + "classification": { + "B": 0.000833438360132277, + "S": 8.414699550485238e-05, + "I": 0.02640480175614357, + "C": 0.005953637883067131, + "R": 0.0008456137729808688, + "M": 0.003890374442562461, + "O": 0.001155171892605722, + "W": 0.0001731022639432922, + "N": 0.0009893625974655151, + "Y": 0.0036716535687446594, + "U": 0.00016576015332248062, + "K": 2.5749754058779217e-05, + "L": 0.0011561554856598377, + "G": 0.007327898871153593, + "F": 0.004584812093526125, + "E": 0.009075521491467953, + "T": 0.0047503127716481686, + "P": 0.44157111644744873, + "-": 0.48734143376350403 + }, + "id": "tp_23328" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2916016, + "label": "P", + "classification": { + "B": 8.513954696809378e-08, + "S": 1.63142658493598e-07, + "I": 0.00014472460316028446, + "C": 4.042927059799695e-08, + "R": 4.3353076684127245e-09, + "M": 2.557730795160751e-06, + "O": 9.09643461000087e-07, + "W": 2.3484780342641898e-08, + "N": 2.3652301024412736e-06, + "Y": 5.266011157800676e-06, + "U": 1.3642796892199271e-09, + "K": 8.214358637737007e-10, + "L": 3.4879338528526205e-08, + "G": 8.974404863693053e-07, + "F": 2.1128886146470904e-05, + "E": 2.3225158656714484e-05, + "T": 2.6656385671230964e-05, + "P": 0.8545922040939331, + "-": 0.1451796293258667 + }, + "id": "tp_23329" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2916149, + "label": "P", + "classification": { + "B": 4.915841955721589e-08, + "S": 8.325573475076453e-08, + "I": 0.00014845203259028494, + "C": 4.372149305709172e-06, + "R": 7.345764885258177e-08, + "M": 5.972367034701165e-06, + "O": 7.751312409709499e-07, + "W": 6.06592607255152e-08, + "N": 6.9824977799726184e-06, + "Y": 9.093125117942691e-05, + "U": 1.2590635201092937e-08, + "K": 1.4545690874001593e-06, + "L": 4.094480487992769e-08, + "G": 2.518059773137793e-05, + "F": 0.0029512981418520212, + "E": 0.0013838571030646563, + "T": 2.0968489479855634e-05, + "P": 0.7864906191825867, + "-": 0.2088688462972641 + }, + "id": "tp_23330" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2916283, + "label": "P", + "classification": { + "B": 1.2855750242124486e-07, + "S": 1.4717714691414585e-07, + "I": 0.00032158373505808413, + "C": 9.99233748188999e-07, + "R": 5.862056795535864e-08, + "M": 3.234659743611701e-06, + "O": 1.1508801662785118e-06, + "W": 3.378240265305976e-08, + "N": 1.5478008208447136e-05, + "Y": 3.2778287277324125e-05, + "U": 1.3885811611658028e-08, + "K": 7.746464802949049e-08, + "L": 1.1659592757951032e-07, + "G": 3.6733297747559845e-05, + "F": 0.0003991130506619811, + "E": 0.000515007006470114, + "T": 1.4303285752248485e-05, + "P": 0.9517958760261536, + "-": 0.046863216906785965 + }, + "id": "tp_23331" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2916383, + "label": "P", + "classification": { + "B": 2.915004415626754e-07, + "S": 5.3719899639759205e-09, + "I": 0.00011779442138504237, + "C": 1.4433925343837473e-07, + "R": 6.737805424705812e-09, + "M": 1.4839622508588945e-07, + "O": 4.7493923460706355e-08, + "W": 7.47862571870428e-09, + "N": 1.1491075611047563e-06, + "Y": 5.850781121807813e-07, + "U": 4.415534160528978e-09, + "K": 4.224452787582322e-09, + "L": 9.846831794391164e-09, + "G": 1.10016890175757e-06, + "F": 1.6022047930164263e-05, + "E": 6.76333875162527e-05, + "T": 5.61164256396296e-07, + "P": 0.9821587204933167, + "-": 0.017635704949498177 + }, + "id": "tp_23332" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2916517, + "label": "P", + "classification": { + "B": 6.589084278196822e-10, + "S": 2.620018202392771e-09, + "I": 1.1705005817930214e-05, + "C": 9.236312825677828e-10, + "R": 4.074945242349415e-11, + "M": 2.8114389039046728e-08, + "O": 4.551635068850146e-09, + "W": 1.2713050057122643e-10, + "N": 5.47660306438047e-07, + "Y": 2.639741580878763e-07, + "U": 2.8554795680757472e-11, + "K": 3.1926985499808325e-09, + "L": 8.573610571493973e-11, + "G": 7.990855976913736e-08, + "F": 2.7772370231105015e-05, + "E": 1.9378940123715438e-05, + "T": 2.0182527293854946e-07, + "P": 0.9871905446052551, + "-": 0.012749440036714077 + }, + "id": "tp_23333" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2916650, + "label": "P", + "classification": { + "B": 1.6499486221732695e-09, + "S": 2.30476415730152e-09, + "I": 0.00035529350861907005, + "C": 4.240875028926894e-08, + "R": 1.5799269670324634e-09, + "M": 1.253453802974036e-07, + "O": 8.69860361518704e-09, + "W": 9.648970511477728e-10, + "N": 8.727700333110988e-06, + "Y": 1.418288661625411e-06, + "U": 5.891517274037028e-10, + "K": 9.261244571234784e-08, + "L": 2.2182831960204652e-10, + "G": 1.4401405223907204e-07, + "F": 7.784260560583789e-06, + "E": 0.00016808175132609904, + "T": 9.81558173407393e-07, + "P": 0.9863205552101135, + "-": 0.013136694207787514 + }, + "id": "tp_23334" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2916750, + "label": "P", + "classification": { + "B": 1.4175953813588826e-11, + "S": 1.2638602664427623e-10, + "I": 1.6257984043477336e-06, + "C": 4.450582697518302e-12, + "R": 8.676779455520089e-13, + "M": 2.179259724066629e-11, + "O": 5.634346114669064e-11, + "W": 6.980361167557847e-12, + "N": 1.7629866988499998e-07, + "Y": 3.4550320937576373e-10, + "U": 8.143667489489415e-13, + "K": 2.0964891281338716e-11, + "L": 6.194311556739773e-13, + "G": 2.8106253435744577e-10, + "F": 1.487239131847673e-07, + "E": 1.8911794086307054e-07, + "T": 4.0130725409426304e-09, + "P": 0.9998389482498169, + "-": 0.00015878309204708785 + }, + "id": "tp_23335" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2916884, + "label": "P", + "classification": { + "B": 1.2841921107242876e-17, + "S": 3.581713757573883e-16, + "I": 4.0402669583272655e-06, + "C": 2.471462704628502e-13, + "R": 4.2804937044438156e-15, + "M": 2.3990280248464835e-12, + "O": 5.341936948669544e-14, + "W": 6.584484730864188e-17, + "N": 1.2007742578035163e-09, + "Y": 6.991851542181848e-11, + "U": 1.9162967341854646e-17, + "K": 3.89686867098408e-15, + "L": 9.976154867669647e-17, + "G": 5.6585105524809e-12, + "F": 3.4183050834357687e-10, + "E": 7.567257931384574e-09, + "T": 9.991838606504544e-11, + "P": 0.9997798800468445, + "-": 0.00021611290867440403 + }, + "id": "tp_23336" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2917017, + "label": "P", + "classification": { + "B": 1.6799306351546005e-16, + "S": 1.1766376413843505e-18, + "I": 4.107392898022866e-11, + "C": 1.1882225829686608e-15, + "R": 8.70558791055921e-19, + "M": 4.174366828899956e-15, + "O": 7.491625253638022e-16, + "W": 1.948431997879629e-18, + "N": 2.5999457781470357e-14, + "Y": 4.334848655702071e-14, + "U": 2.0032380901352488e-19, + "K": 1.3888628733525e-19, + "L": 6.642293406025314e-19, + "G": 8.448228688883244e-15, + "F": 2.3841649141043142e-11, + "E": 9.049342525324633e-11, + "T": 5.336882194853509e-13, + "P": 0.9974740147590637, + "-": 0.002525963820517063 + }, + "id": "tp_23337" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2917150, + "label": "P", + "classification": { + "B": 2.0950428891719497e-13, + "S": 1.8157040270177366e-13, + "I": 1.5534067188127665e-07, + "C": 5.110797202112494e-12, + "R": 1.7559277599651923e-13, + "M": 3.58343563156005e-11, + "O": 1.6578639502884407e-11, + "W": 9.256372659463205e-14, + "N": 9.222836938604928e-10, + "Y": 3.5180591773098513e-09, + "U": 5.71598161597936e-14, + "K": 3.657652739713635e-12, + "L": 2.9393513718920655e-14, + "G": 3.618838007035663e-10, + "F": 5.366288178265677e-07, + "E": 3.57191574096305e-08, + "T": 4.28194901758161e-09, + "P": 0.980148196220398, + "-": 0.01985107734799385 + }, + "id": "tp_23338" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2917251, + "label": "P", + "classification": { + "B": 5.318480031379913e-11, + "S": 8.652257729724333e-12, + "I": 4.0190225263359025e-06, + "C": 1.3901699791318833e-09, + "R": 7.544532706904583e-12, + "M": 8.852809152415375e-09, + "O": 4.765329797429274e-10, + "W": 1.0169837194595743e-11, + "N": 3.488568367515654e-08, + "Y": 6.667596608167514e-08, + "U": 4.4512700816956574e-12, + "K": 2.136845006495136e-10, + "L": 6.403853142211702e-12, + "G": 1.6004946701286826e-08, + "F": 6.095607204770204e-06, + "E": 2.050832517852541e-05, + "T": 3.428808170724551e-08, + "P": 0.9711994528770447, + "-": 0.028769733384251595 + }, + "id": "tp_23339" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2917384, + "label": "P", + "classification": { + "B": 2.1846682685122687e-08, + "S": 1.8048533334535932e-08, + "I": 0.00020902471442241222, + "C": 1.1528445611475036e-06, + "R": 1.0152314899869452e-07, + "M": 4.796855819222401e-07, + "O": 1.8392269396372285e-07, + "W": 1.8050355876653157e-08, + "N": 5.16403042638558e-06, + "Y": 1.2461733604141045e-05, + "U": 1.0804027006372507e-08, + "K": 6.162981094348652e-07, + "L": 8.297017295433307e-09, + "G": 7.24621122571989e-06, + "F": 0.00022519910999108106, + "E": 7.803698827046901e-05, + "T": 6.937123544048518e-06, + "P": 0.9078888893127441, + "-": 0.09156454354524612 + }, + "id": "tp_23340" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2917518, + "label": "P", + "classification": { + "B": 4.542643000604585e-05, + "S": 0.00013075907190795988, + "I": 0.014025622047483921, + "C": 0.0006235117907635868, + "R": 0.00027397210942581296, + "M": 0.0004738921707030386, + "O": 0.00040939930477179587, + "W": 0.00013330830552149564, + "N": 0.0031073763966560364, + "Y": 0.0023862123489379883, + "U": 6.103217674535699e-05, + "K": 0.0016203527338802814, + "L": 3.2807009120006114e-05, + "G": 0.0012492387322708964, + "F": 0.017507074400782585, + "E": 0.006702974904328585, + "T": 0.0011920637916773558, + "P": 0.7185041904449463, + "-": 0.23152074217796326 + }, + "id": "tp_23341" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2917651, + "label": "-", + "classification": { + "B": 5.507208129529317e-07, + "S": 2.751185093075037e-07, + "I": 5.32526837559999e-06, + "C": 7.068239256113884e-07, + "R": 1.1814364597739768e-07, + "M": 1.7063577615772374e-05, + "O": 2.169731715184753e-06, + "W": 2.5256682079088932e-08, + "N": 1.7462281221014564e-07, + "Y": 6.39777717879042e-05, + "U": 2.019121758678466e-09, + "K": 1.2520188219511397e-09, + "L": 4.718067998510378e-07, + "G": 3.205327448085882e-05, + "F": 0.000836376566439867, + "E": 1.5585104847559705e-05, + "T": 8.080609404714778e-05, + "P": 0.17089815437793732, + "-": 0.8280460834503174 + }, + "id": "tp_23342" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2917751, + "label": "P", + "classification": { + "B": 0.00010382142500020564, + "S": 8.671511022839695e-05, + "I": 0.0028549476992338896, + "C": 5.1524351874832064e-05, + "R": 8.403205356444232e-06, + "M": 0.00047758492291904986, + "O": 0.00015100915334187448, + "W": 2.2965692551224492e-05, + "N": 0.000518959597684443, + "Y": 0.000527113676071167, + "U": 7.173508038249565e-06, + "K": 2.2849731976748444e-05, + "L": 3.936102075385861e-05, + "G": 0.0008996253018267453, + "F": 0.010237053968012333, + "E": 0.008350269868969917, + "T": 0.0009782019769772887, + "P": 0.758226215839386, + "-": 0.21643611788749695 + }, + "id": "tp_23343" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2917885, + "label": "P", + "classification": { + "B": 1.4497221201281718e-08, + "S": 8.744172497188174e-09, + "I": 0.00015030312351882458, + "C": 1.1555089685089115e-07, + "R": 1.0370126091174825e-08, + "M": 1.028088377097447e-06, + "O": 1.1900736751613294e-07, + "W": 1.0881177736621339e-08, + "N": 6.774804660381051e-06, + "Y": 4.593116045725765e-06, + "U": 3.691451810894364e-09, + "K": 5.231293016549898e-07, + "L": 3.401120718393713e-09, + "G": 2.4202199710998684e-06, + "F": 0.0001497511111665517, + "E": 0.00046132708666846156, + "T": 3.329951823616284e-06, + "P": 0.9675117135047913, + "-": 0.031707968562841415 + }, + "id": "tp_23344" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2918018, + "label": "P", + "classification": { + "B": 0.0005104407900944352, + "S": 0.00021426400053314865, + "I": 0.02969488874077797, + "C": 9.966234938474372e-05, + "R": 2.6366598831373267e-05, + "M": 0.00030713184969499707, + "O": 0.00019998912466689944, + "W": 3.569483305909671e-05, + "N": 0.0015943254111334682, + "Y": 0.00027902150759473443, + "U": 2.8771310098818503e-06, + "K": 3.4503714232414495e-06, + "L": 8.003514085430652e-05, + "G": 0.0010081564541906118, + "F": 0.0020448744762688875, + "E": 0.0060946084558963776, + "T": 0.0002949568151962012, + "P": 0.921158492565155, + "-": 0.036350809037685394 + }, + "id": "tp_23345" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2918151, + "label": "P", + "classification": { + "B": 3.374536561295827e-08, + "S": 1.775398850156762e-08, + "I": 0.0003358897229190916, + "C": 1.1914680726476945e-06, + "R": 5.454259266457484e-08, + "M": 2.6924840312858578e-06, + "O": 3.054141188840731e-07, + "W": 1.8525211586961632e-08, + "N": 1.1589460882532876e-05, + "Y": 2.1637803001794964e-05, + "U": 1.2486774281228463e-08, + "K": 1.0040650977316545e-06, + "L": 9.298322112272217e-09, + "G": 6.933529220987111e-06, + "F": 0.00016165885608643293, + "E": 0.00047443361836485565, + "T": 1.3563286302087363e-05, + "P": 0.893803596496582, + "-": 0.10516545176506042 + }, + "id": "tp_23346" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2918252, + "label": "P", + "classification": { + "B": 2.5395877401024336e-07, + "S": 1.0359560320694072e-07, + "I": 0.0012453027302399278, + "C": 5.384468295233091e-06, + "R": 5.490805961017031e-07, + "M": 5.715988663723692e-06, + "O": 9.260148203793506e-07, + "W": 6.079521597257553e-08, + "N": 4.330416049924679e-05, + "Y": 0.00014643938629887998, + "U": 9.006689793977785e-08, + "K": 4.197565431240946e-06, + "L": 1.1006333977547911e-07, + "G": 4.512071973294951e-05, + "F": 0.000819499371573329, + "E": 0.00103996810503304, + "T": 5.74888035771437e-05, + "P": 0.9084550738334656, + "-": 0.088130421936512 + }, + "id": "tp_23347" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2918385, + "label": "P", + "classification": { + "B": 1.8409183510925686e-08, + "S": 7.506817389923981e-10, + "I": 0.00020226712513249367, + "C": 4.065503560468642e-07, + "R": 1.492807122360773e-08, + "M": 6.006191028973262e-07, + "O": 2.8894783454802564e-08, + "W": 4.489653093742163e-10, + "N": 2.0865054466412403e-06, + "Y": 3.075449285461218e-06, + "U": 1.123616644171932e-09, + "K": 3.3605449534235277e-09, + "L": 2.9565432324574203e-09, + "G": 6.542295523104258e-06, + "F": 9.762514309841208e-06, + "E": 0.00014071105397306383, + "T": 1.7708043742459267e-06, + "P": 0.9842889904975891, + "-": 0.015343673527240753 + }, + "id": "tp_23348" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2918519, + "label": "P", + "classification": { + "B": 1.3879017329076956e-16, + "S": 2.061414422263236e-16, + "I": 2.220777695072229e-08, + "C": 5.867522586506732e-15, + "R": 1.7782235147275417e-16, + "M": 2.5604782779697216e-14, + "O": 1.07401550015194e-14, + "W": 1.3215593331518806e-16, + "N": 3.2717602932441636e-11, + "Y": 1.7816933909134414e-12, + "U": 3.009619565541101e-17, + "K": 2.3199420967731817e-14, + "L": 7.05385298389801e-18, + "G": 7.579428621187767e-13, + "F": 2.7228368448817264e-09, + "E": 1.9868713341253397e-09, + "T": 5.410652828552465e-12, + "P": 0.9993330836296082, + "-": 0.0006668566493317485 + }, + "id": "tp_23349" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2918652, + "label": "P", + "classification": { + "B": 2.532164899093914e-06, + "S": 1.6839726413309108e-06, + "I": 0.016359297558665276, + "C": 3.130035838694312e-05, + "R": 7.193400051619392e-06, + "M": 5.030293687013909e-05, + "O": 8.626163435110357e-06, + "W": 1.9913247797376243e-06, + "N": 0.0008565941825509071, + "Y": 0.0001638416142668575, + "U": 1.2193103202662314e-06, + "K": 2.3255128326127306e-05, + "L": 6.915348080838157e-07, + "G": 7.758513675071299e-05, + "F": 0.00033552388777025044, + "E": 0.0030554505065083504, + "T": 0.00011362361692590639, + "P": 0.9447844624519348, + "-": 0.034124769270420074 + }, + "id": "tp_23350" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2918752, + "label": "P", + "classification": { + "B": 2.7524302836923198e-08, + "S": 1.0071659062305116e-07, + "I": 0.0012858283007517457, + "C": 8.891145739653439e-07, + "R": 3.3253172659897245e-07, + "M": 1.1701041557898861e-06, + "O": 2.3056280440414412e-07, + "W": 4.0582960991741857e-08, + "N": 6.650003342656419e-05, + "Y": 8.165034159901552e-06, + "U": 3.76092792464533e-08, + "K": 1.0853910907826503e-06, + "L": 1.4552254512523177e-08, + "G": 4.129807166464161e-06, + "F": 6.179237243486568e-05, + "E": 0.00017123216821346432, + "T": 9.102136573346797e-06, + "P": 0.9896955490112305, + "-": 0.008693881332874298 + }, + "id": "tp_23351" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2918886, + "label": "P", + "classification": { + "B": 1.5146083569561597e-06, + "S": 4.3262360804874334e-07, + "I": 0.0008152459049597383, + "C": 4.161504693911411e-05, + "R": 2.7936928290728247e-06, + "M": 2.1526237105717883e-05, + "O": 7.534832093369914e-06, + "W": 8.135818347909662e-07, + "N": 1.7646143533056602e-05, + "Y": 0.00029549942701123655, + "U": 5.533957505576836e-07, + "K": 1.7747599940776126e-06, + "L": 1.2637165127671324e-06, + "G": 0.00010793092951644212, + "F": 0.00199237116612494, + "E": 0.0006113519775681198, + "T": 0.0001016405294649303, + "P": 0.5517348647117615, + "-": 0.4442436695098877 + }, + "id": "tp_23352" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2919019, + "label": "P", + "classification": { + "B": 9.209535911658406e-12, + "S": 1.2004741818671949e-11, + "I": 4.044611614517635e-06, + "C": 2.985990274484429e-11, + "R": 1.77798585316441e-12, + "M": 1.0348212287070169e-09, + "O": 2.3138432836411482e-10, + "W": 2.7183329372182374e-12, + "N": 5.788595913713834e-08, + "Y": 9.087093744142294e-09, + "U": 4.248446483934992e-13, + "K": 1.1030635606312789e-11, + "L": 1.4277255593053706e-12, + "G": 1.518570935665764e-09, + "F": 1.0010155904183193e-07, + "E": 4.636681296688039e-07, + "T": 4.3918792158592623e-08, + "P": 0.9973771572113037, + "-": 0.0026181493885815144 + }, + "id": "tp_23353" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2919152, + "label": "P", + "classification": { + "B": 3.957863117104443e-12, + "S": 1.010367900455833e-10, + "I": 1.3768635653832462e-05, + "C": 1.2109051539255233e-09, + "R": 2.5398319558611604e-10, + "M": 5.480241149768972e-09, + "O": 2.9028055514856987e-09, + "W": 6.934845059314299e-11, + "N": 1.6239530964412552e-07, + "Y": 1.1536168358361465e-06, + "U": 8.770725465345741e-12, + "K": 3.375513912828865e-08, + "L": 5.50407462662772e-12, + "G": 5.950279913236045e-08, + "F": 5.163708920008503e-05, + "E": 4.369094313005917e-06, + "T": 2.598923458663194e-07, + "P": 0.873248279094696, + "-": 0.12668028473854065 + }, + "id": "tp_23354" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2919253, + "label": "P", + "classification": { + "B": 3.0818817720046354e-08, + "S": 1.8626973030677618e-07, + "I": 0.000436240341514349, + "C": 1.402286216034554e-06, + "R": 3.264188137563906e-07, + "M": 2.2611957319895737e-06, + "O": 2.4639139155624434e-06, + "W": 1.2162800544501806e-07, + "N": 3.1553503504255787e-05, + "Y": 2.049365866696462e-05, + "U": 3.65482328845701e-08, + "K": 1.3864116681361338e-06, + "L": 7.626449871622754e-08, + "G": 3.120306064374745e-05, + "F": 0.0004969844012521207, + "E": 0.0002299261250300333, + "T": 3.0449646146735176e-05, + "P": 0.8636443614959717, + "-": 0.13507042825222015 + }, + "id": "tp_23355" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2919386, + "label": "P", + "classification": { + "B": 9.789725299924612e-05, + "S": 6.215860048541799e-05, + "I": 0.026034830138087273, + "C": 9.381274139741436e-05, + "R": 2.789805512293242e-05, + "M": 0.0006704370025545359, + "O": 0.0001324559998465702, + "W": 2.2133695892989635e-05, + "N": 0.00313684088177979, + "Y": 0.0005096511449664831, + "U": 4.943591193296015e-06, + "K": 6.313974154181778e-05, + "L": 2.2051421183277853e-05, + "G": 0.0009984653443098068, + "F": 0.002569805132225156, + "E": 0.010636893101036549, + "T": 0.000725861988030374, + "P": 0.9148502945899963, + "-": 0.03934044763445854 + }, + "id": "tp_23356" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2919520, + "label": "P", + "classification": { + "B": 7.646303856745362e-08, + "S": 2.628212882882508e-07, + "I": 0.00020916976791340858, + "C": 3.174889400270331e-07, + "R": 4.267563014082043e-08, + "M": 7.645944037903973e-07, + "O": 3.5380978147259157e-07, + "W": 7.944001367832243e-08, + "N": 1.8531776731833816e-05, + "Y": 2.005082478717668e-06, + "U": 2.6517771090084352e-08, + "K": 4.867478651249257e-07, + "L": 1.838897034645015e-08, + "G": 2.4040623429755215e-06, + "F": 0.00021519543952308595, + "E": 0.00016765879990998656, + "T": 5.808077276014956e-06, + "P": 0.9791322946548462, + "-": 0.02024458535015583 + }, + "id": "tp_23357" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2919653, + "label": "P", + "classification": { + "B": 1.6888110465629325e-08, + "S": 7.182524086601916e-08, + "I": 0.0011751294368878007, + "C": 1.8327895645597891e-07, + "R": 2.781852082023306e-08, + "M": 1.3280919120006729e-05, + "O": 1.0926466984528815e-06, + "W": 1.18565068873977e-08, + "N": 8.707738743396476e-06, + "Y": 1.2533248991530854e-05, + "U": 1.6056844742706744e-09, + "K": 8.000765050475422e-10, + "L": 4.6832521860551424e-08, + "G": 4.37202515968238e-06, + "F": 1.2840406270697713e-05, + "E": 2.3072385374689475e-05, + "T": 7.294218085007742e-05, + "P": 0.9217512011528015, + "-": 0.07692436128854752 + }, + "id": "tp_23358" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2919753, + "label": "P", + "classification": { + "B": 0.00029580752016045153, + "S": 4.827239899896085e-05, + "I": 0.0007646782323718071, + "C": 9.919345029629767e-05, + "R": 2.09534919122234e-05, + "M": 0.00047212603385560215, + "O": 0.00023550298647023737, + "W": 2.5929884941433556e-05, + "N": 0.00011813758464995772, + "Y": 0.0010171561734750867, + "U": 9.413985935680103e-06, + "K": 1.1910622561117634e-05, + "L": 5.6752054661046714e-05, + "G": 0.0008183612371794879, + "F": 0.00708019221201539, + "E": 0.002171178115531802, + "T": 0.0014410055009648204, + "P": 0.5171001553535461, + "-": 0.4682132303714752 + }, + "id": "tp_23359" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2919887, + "label": "P", + "classification": { + "B": 1.2239339319819464e-08, + "S": 2.160240697435256e-08, + "I": 0.0015557873994112015, + "C": 3.1572594139106513e-07, + "R": 7.903580723223058e-08, + "M": 7.353502269324963e-07, + "O": 1.589426972259389e-07, + "W": 1.138975047609847e-08, + "N": 2.2674772480968386e-05, + "Y": 2.843589936674107e-05, + "U": 8.292757591732425e-09, + "K": 2.967742034343246e-07, + "L": 9.513425602847292e-09, + "G": 4.153871486778371e-06, + "F": 6.754198693670332e-05, + "E": 9.592614514986053e-05, + "T": 1.6097263142000884e-05, + "P": 0.9637620449066162, + "-": 0.0344456285238266 + }, + "id": "tp_23360" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2920020, + "label": "P", + "classification": { + "B": 3.9164187910500914e-05, + "S": 1.5821106558178144e-07, + "I": 0.0003869136271532625, + "C": 4.4345077299112745e-07, + "R": 6.65095285512507e-08, + "M": 3.476041092653759e-05, + "O": 2.940803597084596e-06, + "W": 5.796197655172364e-08, + "N": 3.4890883853222476e-06, + "Y": 4.040016392536927e-06, + "U": 7.351195652205433e-09, + "K": 2.999829551431077e-10, + "L": 1.3465239590004785e-06, + "G": 2.9945320420665666e-05, + "F": 1.5262387023540214e-05, + "E": 0.00017737913003657013, + "T": 1.2426007742760703e-05, + "P": 0.9635709524154663, + "-": 0.035720620304346085 + }, + "id": "tp_23361" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2920153, + "label": "P", + "classification": { + "B": 2.477222427188508e-09, + "S": 1.9410752116755248e-08, + "I": 0.0003236840129829943, + "C": 2.5352116495014343e-07, + "R": 1.6990982842912672e-08, + "M": 1.2370084050417063e-06, + "O": 1.885057088202302e-07, + "W": 6.242519390298185e-09, + "N": 1.0981315426761284e-05, + "Y": 3.261914025642909e-05, + "U": 2.3196373710732132e-09, + "K": 5.416281396719569e-07, + "L": 3.1527664923203247e-09, + "G": 1.4516577948597842e-06, + "F": 0.00022706069285050035, + "E": 0.00021414068760350347, + "T": 4.969199835613836e-06, + "P": 0.8870127201080322, + "-": 0.11217008531093597 + }, + "id": "tp_23362" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2920254, + "label": "P", + "classification": { + "B": 6.997968739597127e-05, + "S": 2.155518814106472e-05, + "I": 0.0013461675262078643, + "C": 9.267328277928755e-05, + "R": 9.710497579362709e-06, + "M": 0.00015835709928069264, + "O": 6.344842404359952e-05, + "W": 1.2572251762321685e-05, + "N": 0.00031781962024979293, + "Y": 0.0003727963485289365, + "U": 1.3077898074698169e-05, + "K": 3.478623693808913e-05, + "L": 9.414914529770613e-06, + "G": 0.0004349582304712385, + "F": 0.0030074564274400473, + "E": 0.006480497308075428, + "T": 0.0003914956469088793, + "P": 0.8878997564315796, + "-": 0.09926348924636841 + }, + "id": "tp_23363" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2920387, + "label": "P", + "classification": { + "B": 5.905568478681289e-09, + "S": 8.566009235266847e-09, + "I": 4.760905358125456e-05, + "C": 6.823978537795483e-08, + "R": 4.388076124683948e-09, + "M": 5.872869905942935e-07, + "O": 7.368916499217448e-08, + "W": 3.890891608904212e-09, + "N": 1.12069494662137e-06, + "Y": 2.0611416857718723e-06, + "U": 1.0822208684757584e-09, + "K": 4.278024334780639e-08, + "L": 2.995571790620488e-09, + "G": 1.2986818092031172e-06, + "F": 0.00012804086145479232, + "E": 8.991881622932851e-05, + "T": 1.593118781784142e-06, + "P": 0.9443375468254089, + "-": 0.05539003759622574 + }, + "id": "tp_23364" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2920521, + "label": "P", + "classification": { + "B": 2.645817731572464e-10, + "S": 1.02274266833291e-09, + "I": 0.00012799834075849503, + "C": 5.205648800910012e-09, + "R": 1.0424411334142292e-09, + "M": 8.499612569323745e-09, + "O": 6.345453495981701e-09, + "W": 5.064411112698508e-10, + "N": 5.657561814587098e-06, + "Y": 2.0273976986118214e-07, + "U": 9.109409060403806e-11, + "K": 4.94961014396722e-08, + "L": 4.5126680170426425e-11, + "G": 2.210262124435758e-07, + "F": 1.8486745830159634e-05, + "E": 7.791446842020378e-05, + "T": 4.164779099369298e-08, + "P": 0.9987543821334839, + "-": 0.0010149420704692602 + }, + "id": "tp_23365" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2920654, + "label": "P", + "classification": { + "B": 9.229027958523872e-11, + "S": 2.4589755578952044e-11, + "I": 2.981220677611418e-05, + "C": 5.471592068317932e-09, + "R": 9.002248252398815e-11, + "M": 4.8922977669008105e-08, + "O": 1.1267624611122073e-09, + "W": 1.4471130890814088e-11, + "N": 1.0019941498740081e-07, + "Y": 2.8043393740517786e-07, + "U": 1.5198162173213348e-11, + "K": 5.6708714113451464e-11, + "L": 4.7000531938623524e-11, + "G": 5.780842116109852e-08, + "F": 1.108662786464265e-06, + "E": 1.3212619705882389e-05, + "T": 2.92386800992972e-07, + "P": 0.9774357676506042, + "-": 0.02251933328807354 + }, + "id": "tp_23366" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2920754, + "label": "P", + "classification": { + "B": 8.454659750078974e-10, + "S": 2.185012865085767e-10, + "I": 2.3525944925495423e-05, + "C": 4.297513900297645e-09, + "R": 2.2368290553131942e-10, + "M": 1.1106353525747181e-07, + "O": 5.601317187853283e-09, + "W": 8.518009214641964e-11, + "N": 4.2506724184931954e-07, + "Y": 4.988727937416115e-07, + "U": 4.138427794897481e-11, + "K": 8.204483759044479e-10, + "L": 1.2066694865531247e-10, + "G": 1.3800004694530799e-07, + "F": 3.044121967832325e-06, + "E": 2.8542512154672295e-05, + "T": 5.715133966077701e-07, + "P": 0.9842327833175659, + "-": 0.01571046933531761 + }, + "id": "tp_23367" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2920888, + "label": "P", + "classification": { + "B": 2.3178953867386554e-08, + "S": 1.4417168792135726e-08, + "I": 0.002696163021028042, + "C": 7.480307431251276e-07, + "R": 4.4528448484015826e-08, + "M": 1.4107675951890997e-06, + "O": 1.336087365189087e-07, + "W": 5.395570656929749e-09, + "N": 1.1139116395497695e-05, + "Y": 6.993884016992524e-05, + "U": 3.610687970834192e-09, + "K": 5.502849287353229e-09, + "L": 2.564027745677322e-08, + "G": 6.119469162513269e-06, + "F": 2.7771477107307874e-05, + "E": 8.666639769217e-05, + "T": 4.2217172449454665e-05, + "P": 0.9416786432266235, + "-": 0.05537889152765274 + }, + "id": "tp_23368" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2921021, + "label": "-", + "classification": { + "B": 1.2156272077845642e-07, + "S": 2.32887359175038e-07, + "I": 0.0003121444315183908, + "C": 3.193552402080968e-05, + "R": 8.206642633012962e-06, + "M": 1.9867813534801826e-05, + "O": 1.0900636880251113e-05, + "W": 7.428276376231224e-07, + "N": 7.370753792201867e-06, + "Y": 0.0006462088786065578, + "U": 6.293081469266326e-07, + "K": 7.503560027544154e-06, + "L": 7.76407375724375e-07, + "G": 6.754808418918401e-05, + "F": 0.0018975012935698032, + "E": 0.00019316018733661622, + "T": 0.00026904503465630114, + "P": 0.07454831153154373, + "-": 0.9219777584075928 + }, + "id": "tp_23369" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2921154, + "label": "P", + "classification": { + "B": 3.443587082152533e-11, + "S": 2.8028021570314365e-10, + "I": 7.544943946413696e-05, + "C": 1.8010313240779396e-09, + "R": 1.0274854300718061e-09, + "M": 6.949507191933435e-09, + "O": 3.9181635713703145e-09, + "W": 7.994341300054941e-11, + "N": 1.0410929007775849e-06, + "Y": 4.098594956758461e-07, + "U": 2.6086336216146755e-11, + "K": 1.6499128729918766e-09, + "L": 2.0558166280437717e-11, + "G": 4.928429930828315e-08, + "F": 3.090159225394018e-06, + "E": 2.2746422700947733e-07, + "T": 8.206572488234087e-07, + "P": 0.9933810234069824, + "-": 0.00653801066800952 + }, + "id": "tp_23370" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2921255, + "label": "P", + "classification": { + "B": 3.1535055816656055e-11, + "S": 8.251649363799629e-12, + "I": 0.000112057154183276, + "C": 4.7696989469159234e-08, + "R": 1.0086104174078514e-09, + "M": 1.2742428445733367e-08, + "O": 8.321389688425995e-10, + "W": 2.923751171723943e-11, + "N": 1.0560444252405432e-07, + "Y": 3.796396015331993e-07, + "U": 3.982338764307869e-11, + "K": 3.399161854766852e-11, + "L": 7.127059359346433e-11, + "G": 4.022446020712778e-08, + "F": 7.12235134869843e-07, + "E": 1.0656424819899257e-05, + "T": 1.3196076054100558e-07, + "P": 0.9704864025115967, + "-": 0.029389414936304092 + }, + "id": "tp_23371" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2921388, + "label": "P", + "classification": { + "B": 5.9351972225840655e-09, + "S": 2.827811051986373e-08, + "I": 0.0003130764525849372, + "C": 1.4614855992078901e-08, + "R": 2.815549349222124e-09, + "M": 5.232531066212687e-07, + "O": 7.275399838135854e-08, + "W": 1.8260079004406293e-09, + "N": 5.995977971906541e-06, + "Y": 1.9537192201823927e-06, + "U": 1.9365063719245512e-10, + "K": 6.719365064355998e-10, + "L": 9.633035480405283e-10, + "G": 1.7259056050988875e-07, + "F": 1.2442399111023406e-06, + "E": 4.432931746123359e-06, + "T": 9.368278369947802e-06, + "P": 0.9897513389587402, + "-": 0.009911610744893551 + }, + "id": "tp_23372" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2921522, + "label": "-", + "classification": { + "B": 9.389793831360294e-07, + "S": 1.8621381059347186e-07, + "I": 4.8792485358717386e-06, + "C": 6.656621280853869e-07, + "R": 3.7272997133186436e-08, + "M": 1.3586112572738784e-06, + "O": 2.1649716472893488e-06, + "W": 1.2524131420832418e-07, + "N": 4.7082249921004404e-07, + "Y": 1.1673774679366034e-05, + "U": 2.7839300642540366e-08, + "K": 1.2683247518907592e-07, + "L": 1.6053752460720716e-07, + "G": 5.9658445934474e-06, + "F": 0.001399946166202426, + "E": 1.5191213606158271e-05, + "T": 3.0151066312100738e-05, + "P": 0.1963425576686859, + "-": 0.8021834492683411 + }, + "id": "tp_23373" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2921655, + "label": "P", + "classification": { + "B": 1.56577934831148e-05, + "S": 6.838886861260107e-07, + "I": 0.002392935799434781, + "C": 4.827206066693179e-05, + "R": 2.440882553855772e-06, + "M": 0.0001934074389282614, + "O": 7.605759492435027e-06, + "W": 7.705543794145342e-07, + "N": 4.892312063020654e-05, + "Y": 0.0006286441348493099, + "U": 1.7145033552878886e-06, + "K": 4.71306611871114e-06, + "L": 4.259200068190694e-06, + "G": 0.000383430568035692, + "F": 0.0011476455256342888, + "E": 0.00531362509354949, + "T": 0.0002413580077700317, + "P": 0.7962658405303955, + "-": 0.1932981163263321 + }, + "id": "tp_23374" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2921755, + "label": "P", + "classification": { + "B": 5.854231943658306e-08, + "S": 2.7632449217662725e-08, + "I": 0.00018451067444402725, + "C": 1.7387277466696105e-06, + "R": 5.60419302075843e-08, + "M": 3.8127107018226525e-06, + "O": 6.239204140001675e-07, + "W": 4.2114766785061875e-08, + "N": 4.8390434130851645e-06, + "Y": 2.0206838598824106e-05, + "U": 2.0962160007798047e-08, + "K": 1.4195460096289025e-07, + "L": 4.719473878367353e-08, + "G": 8.188177162082866e-06, + "F": 0.0002409901499049738, + "E": 0.00011054967762902379, + "T": 1.614142456674017e-05, + "P": 0.8653146624565125, + "-": 0.13409344851970673 + }, + "id": "tp_23375" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2921889, + "label": "P", + "classification": { + "B": 4.626501777238445e-06, + "S": 4.3356189962651115e-06, + "I": 0.0024163757916539907, + "C": 9.532278636470437e-05, + "R": 1.5902487575658597e-05, + "M": 0.00022734324738848954, + "O": 2.7296349799144082e-05, + "W": 4.534058916760841e-06, + "N": 9.974311251426116e-05, + "Y": 0.0012811911292374134, + "U": 3.5468694932205835e-06, + "K": 1.4799978089286014e-05, + "L": 7.3774222073552664e-06, + "G": 0.00031775899697095156, + "F": 0.003361837239935994, + "E": 0.0015804131980985403, + "T": 0.0005049912142567337, + "P": 0.6456971764564514, + "-": 0.3443353474140167 + }, + "id": "tp_23376" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2922022, + "label": "P", + "classification": { + "B": 0.00025362634914927185, + "S": 0.00011401594383642077, + "I": 0.07747171074151993, + "C": 0.007148680742830038, + "R": 0.0010270042112097144, + "M": 0.0026175507809966803, + "O": 0.0006603039801120758, + "W": 0.00022433136473409832, + "N": 0.007314752787351608, + "Y": 0.02653105929493904, + "U": 0.00017147132894024253, + "K": 0.004649003501981497, + "L": 0.00019323575543239713, + "G": 0.013150605373084545, + "F": 0.01994248293340206, + "E": 0.11600124090909958, + "T": 0.00432205107063055, + "P": 0.4687548875808716, + "-": 0.24945197999477386 + }, + "id": "tp_23377" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2922155, + "label": "P", + "classification": { + "B": 6.590551038243575e-07, + "S": 1.8140591464543832e-06, + "I": 0.010073552839457989, + "C": 3.482093597995117e-05, + "R": 1.8303342585568316e-05, + "M": 7.017137977527454e-05, + "O": 2.441659671603702e-05, + "W": 1.4255140285968082e-06, + "N": 0.00033659543260000646, + "Y": 0.0009378387476317585, + "U": 1.5399317589981365e-06, + "K": 8.505418009008281e-06, + "L": 2.6723648716142634e-06, + "G": 0.00016170807066373527, + "F": 0.0007216971716843545, + "E": 0.0005880977842025459, + "T": 0.0012221981305629015, + "P": 0.7524099349975586, + "-": 0.23338399827480316 + }, + "id": "tp_23378" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2922256, + "label": "-", + "classification": { + "B": 3.0036081261064496e-11, + "S": 8.722017552642569e-11, + "I": 2.289117901455029e-06, + "C": 4.594572278193709e-09, + "R": 2.7745913899757113e-10, + "M": 4.9085617348509913e-08, + "O": 8.405732110361441e-09, + "W": 1.447632846929281e-10, + "N": 9.721978777577078e-09, + "Y": 5.490161584020825e-06, + "U": 6.65711374914224e-11, + "K": 9.937273226512389e-10, + "L": 1.0719612697496217e-10, + "G": 9.313730231497175e-08, + "F": 2.1493211534107104e-05, + "E": 2.390304985055991e-07, + "T": 4.748339961224701e-06, + "P": 0.16746245324611664, + "-": 0.832503080368042 + }, + "id": "tp_23379" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2922389, + "label": "P", + "classification": { + "B": 1.0095019931100069e-08, + "S": 6.5035665741675075e-09, + "I": 0.00048085435992106795, + "C": 6.762388125025609e-07, + "R": 5.230172561709878e-08, + "M": 6.723303727085295e-07, + "O": 1.0249560489228315e-07, + "W": 1.2596592213753866e-08, + "N": 7.089568953233538e-06, + "Y": 8.027383955777623e-06, + "U": 7.716256078538208e-09, + "K": 1.4049814467398392e-07, + "L": 4.026512012700323e-09, + "G": 1.298819938710949e-06, + "F": 5.473613055073656e-05, + "E": 0.00013331211812328547, + "T": 3.371498905835324e-06, + "P": 0.9386633634567261, + "-": 0.06064620614051819 + }, + "id": "tp_23380" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2922523, + "label": "P", + "classification": { + "B": 1.3858906910968471e-08, + "S": 9.457518324040848e-09, + "I": 3.647593257483095e-05, + "C": 1.8365683729371085e-07, + "R": 8.118751004815294e-09, + "M": 2.8577144917107944e-07, + "O": 1.400284901365012e-07, + "W": 4.004763631826336e-09, + "N": 1.1820557119790465e-06, + "Y": 2.9896727937739342e-06, + "U": 3.6791576452088748e-09, + "K": 2.0002365985760662e-08, + "L": 5.4964401918766725e-09, + "G": 1.70889074979641e-06, + "F": 0.00011697928857756779, + "E": 5.227034125709906e-05, + "T": 6.547106750076637e-06, + "P": 0.8210694789886475, + "-": 0.17871172726154327 + }, + "id": "tp_23381" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2922656, + "label": "P", + "classification": { + "B": 7.534553425614376e-09, + "S": 1.4260021607981344e-08, + "I": 0.0002531291975174099, + "C": 1.606326236469613e-06, + "R": 1.571025478597221e-07, + "M": 1.7101226603699615e-06, + "O": 6.81639221511432e-07, + "W": 5.281300374804232e-08, + "N": 9.283081453759223e-06, + "Y": 7.998568617040291e-05, + "U": 4.304121503651004e-08, + "K": 9.63058937486494e-06, + "L": 1.2886468780948235e-08, + "G": 1.6069276171037927e-05, + "F": 0.0008516969974152744, + "E": 0.0002722096396610141, + "T": 1.7784184819902293e-05, + "P": 0.6818103790283203, + "-": 0.3166755437850952 + }, + "id": "tp_23382" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2922756, + "label": "P", + "classification": { + "B": 1.1873117766736385e-10, + "S": 8.456740863138634e-10, + "I": 0.000424145080614835, + "C": 8.212677649055422e-09, + "R": 2.658140374478535e-10, + "M": 1.5818004683865183e-08, + "O": 3.059058784060653e-09, + "W": 1.6483815701295867e-10, + "N": 7.478345196432201e-06, + "Y": 1.9185081612249633e-07, + "U": 2.2363801782665504e-11, + "K": 1.0771419312050057e-08, + "L": 1.8652968059029718e-11, + "G": 7.421761694104134e-08, + "F": 1.177757667392143e-06, + "E": 6.734954513376579e-05, + "T": 1.3467594328631094e-07, + "P": 0.9980461597442627, + "-": 0.0014532450586557388 + }, + "id": "tp_23383" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2922890, + "label": "P", + "classification": { + "B": 6.239628191906377e-08, + "S": 4.334065106803564e-09, + "I": 9.744358976604417e-05, + "C": 3.7177758827056095e-07, + "R": 2.9620840891197986e-08, + "M": 5.685758424078813e-07, + "O": 2.5242746914955205e-07, + "W": 9.010855173130494e-09, + "N": 2.0630225208151387e-06, + "Y": 4.3269392335787416e-06, + "U": 4.203501102750806e-09, + "K": 5.220091381374914e-08, + "L": 8.610970603228907e-09, + "G": 6.1580667534144595e-06, + "F": 0.00023287856311071664, + "E": 0.00016382569447159767, + "T": 1.9949081888626097e-06, + "P": 0.9076785445213318, + "-": 0.09181147813796997 + }, + "id": "tp_23384" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2923023, + "label": "-", + "classification": { + "B": 1.7178509779114393e-06, + "S": 3.1006038625491783e-06, + "I": 0.0015611066482961178, + "C": 7.845672371331602e-05, + "R": 7.300487141037593e-06, + "M": 0.0002528200566302985, + "O": 3.783452120842412e-05, + "W": 4.853905920754187e-06, + "N": 0.00013108778512105346, + "Y": 0.002144115511327982, + "U": 1.961626594493282e-06, + "K": 0.00014581659343093634, + "L": 2.2259685010794783e-06, + "G": 0.0002948386827483773, + "F": 0.006906266789883375, + "E": 0.007493711542338133, + "T": 0.0008092540665529668, + "P": 0.2955474257469177, + "-": 0.684576153755188 + }, + "id": "tp_23385" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2923156, + "label": "P", + "classification": { + "B": 5.20528658398689e-07, + "S": 1.25685815532961e-07, + "I": 0.0021145332138985395, + "C": 1.2199396223877557e-05, + "R": 9.370185694024258e-07, + "M": 9.491055607213639e-06, + "O": 1.0649816886143526e-06, + "W": 6.039041267058565e-08, + "N": 4.9146976380143315e-05, + "Y": 4.8473328206455335e-05, + "U": 1.6145274628343032e-07, + "K": 3.2909136393755034e-07, + "L": 3.534617007971974e-07, + "G": 5.5079071898944676e-05, + "F": 0.00018475404067430645, + "E": 0.0004853052378166467, + "T": 3.836351970676333e-05, + "P": 0.9391488432884216, + "-": 0.05785031244158745 + }, + "id": "tp_23386" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2923257, + "label": "P", + "classification": { + "B": 1.1266467225823362e-07, + "S": 2.368717701983769e-07, + "I": 0.00038337090518325567, + "C": 1.2102259461244103e-06, + "R": 1.1097425556272356e-07, + "M": 6.702427981508663e-07, + "O": 8.26695895739249e-07, + "W": 1.0874887124145971e-07, + "N": 2.56710009125527e-05, + "Y": 1.7496120563009754e-05, + "U": 6.775237437750548e-08, + "K": 3.0605244774051243e-06, + "L": 5.388076829149213e-08, + "G": 1.078361219697399e-05, + "F": 0.0006583114736713469, + "E": 0.00031491953996010125, + "T": 1.2379141480778344e-05, + "P": 0.9313507080078125, + "-": 0.0672198161482811 + }, + "id": "tp_23387" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2923390, + "label": "P", + "classification": { + "B": 2.3225688892125618e-06, + "S": 4.532177626970224e-06, + "I": 0.0009402526193298399, + "C": 8.825782424537465e-05, + "R": 1.0825787285284605e-05, + "M": 6.0517726524267346e-05, + "O": 2.6888945285463706e-05, + "W": 4.742498276755214e-06, + "N": 0.00020753619901370257, + "Y": 0.0003766721347346902, + "U": 2.430076847304008e-06, + "K": 0.00012044378672726452, + "L": 1.6256335584330373e-06, + "G": 0.00033107370836660266, + "F": 0.008668149821460247, + "E": 0.003945651464164257, + "T": 0.00022042029013391584, + "P": 0.819758951663971, + "-": 0.16522876918315887 + }, + "id": "tp_23388" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2923524, + "label": "P", + "classification": { + "B": 1.168498453552047e-08, + "S": 5.311455275602839e-09, + "I": 0.00014553604705724865, + "C": 3.5237412703281734e-06, + "R": 5.103580065224378e-07, + "M": 5.71535110793775e-07, + "O": 4.425816371167457e-07, + "W": 2.7702665050810538e-08, + "N": 2.7257965484750457e-06, + "Y": 2.8953330911463127e-05, + "U": 2.6376552497708872e-08, + "K": 2.715499931582599e-07, + "L": 1.9376203752585752e-08, + "G": 6.211488653207198e-06, + "F": 0.0004753266694024205, + "E": 3.316816582810134e-05, + "T": 1.361287559120683e-05, + "P": 0.7072637677192688, + "-": 0.2920253872871399 + }, + "id": "tp_23389" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2923657, + "label": "P", + "classification": { + "B": 3.093091294203987e-08, + "S": 6.478826719558128e-08, + "I": 0.01195164117962122, + "C": 8.291024187201401e-07, + "R": 4.942991083112247e-08, + "M": 2.4851249236235162e-06, + "O": 2.4512405616405886e-07, + "W": 1.23710970356683e-08, + "N": 0.00014344841474667192, + "Y": 2.5778161216294393e-05, + "U": 4.322302071813056e-09, + "K": 3.747927124209127e-08, + "L": 9.566464953536524e-09, + "G": 1.994821104744915e-06, + "F": 6.0636652960965876e-06, + "E": 0.00020582474826369435, + "T": 2.8738015316776e-05, + "P": 0.9795533418655396, + "-": 0.008079434745013714 + }, + "id": "tp_23390" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2923757, + "label": "P", + "classification": { + "B": 1.3494431128080464e-09, + "S": 2.350721561850122e-10, + "I": 3.2855281460797414e-05, + "C": 1.434573277947493e-07, + "R": 9.203249717870676e-09, + "M": 5.241328722149774e-07, + "O": 4.167693390400018e-08, + "W": 9.231549968902186e-10, + "N": 2.23309285729556e-07, + "Y": 5.356254860089393e-06, + "U": 6.235546523569724e-10, + "K": 1.713528874347503e-09, + "L": 1.6507695210776774e-09, + "G": 8.67713310981344e-07, + "F": 1.2956310456502251e-05, + "E": 1.3420277355180588e-05, + "T": 6.020625733071938e-06, + "P": 0.7651478052139282, + "-": 0.2347797304391861 + }, + "id": "tp_23391" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2923891, + "label": "P", + "classification": { + "B": 9.58158441477508e-10, + "S": 1.101386898350043e-10, + "I": 0.00012645094830077142, + "C": 3.8891522535777767e-07, + "R": 4.155165544972306e-09, + "M": 1.2570217222673818e-07, + "O": 7.972058568839202e-09, + "W": 2.8132624008136986e-10, + "N": 9.863066452453495e-07, + "Y": 4.565257313515758e-06, + "U": 8.806772533453966e-10, + "K": 8.709788446026323e-09, + "L": 4.4312298275173134e-10, + "G": 7.948684128677996e-07, + "F": 1.0369802112109028e-05, + "E": 0.00013160923845134676, + "T": 7.53870040171023e-07, + "P": 0.949150025844574, + "-": 0.05057387426495552 + }, + "id": "tp_23392" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2924024, + "label": "P", + "classification": { + "B": 3.582671297408524e-07, + "S": 3.629692102435911e-08, + "I": 3.4918779419967905e-05, + "C": 3.370361989496473e-09, + "R": 4.4680945054942356e-10, + "M": 4.80584049000754e-07, + "O": 1.6390656298881368e-07, + "W": 5.540985892338313e-09, + "N": 1.2897032775072148e-06, + "Y": 2.8288039288781874e-07, + "U": 1.822964973419161e-10, + "K": 3.000703574507213e-10, + "L": 6.432022470193033e-09, + "G": 4.2133345345973794e-07, + "F": 2.8798049243050627e-06, + "E": 7.2815546445781365e-06, + "T": 8.068648185144411e-07, + "P": 0.9938541650772095, + "-": 0.006096800789237022 + }, + "id": "tp_23393" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2924157, + "label": "P", + "classification": { + "B": 2.0246062604201143e-09, + "S": 2.0119191646017498e-08, + "I": 0.0008425777778029442, + "C": 1.1457964319561142e-06, + "R": 4.36602391573615e-07, + "M": 2.709642558329506e-06, + "O": 6.207253022694204e-07, + "W": 1.4306699824828684e-08, + "N": 1.3199453860579524e-05, + "Y": 3.897691931342706e-05, + "U": 5.414986681273604e-09, + "K": 2.879995975035854e-08, + "L": 2.2532940846531346e-08, + "G": 5.044158569944557e-06, + "F": 8.655352576170117e-05, + "E": 1.7153059161501005e-05, + "T": 3.4643391700228676e-05, + "P": 0.897253155708313, + "-": 0.10170376300811768 + }, + "id": "tp_23394" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2924258, + "label": "-", + "classification": { + "B": 4.754203928314382e-06, + "S": 1.5814470089026145e-06, + "I": 0.0004609455063473433, + "C": 1.4905173884471878e-05, + "R": 1.7650781956035644e-06, + "M": 7.930061110528186e-05, + "O": 2.2957214241614565e-05, + "W": 1.4851914329483407e-06, + "N": 1.9441327822278254e-05, + "Y": 0.00026719248853623867, + "U": 2.848553037892998e-07, + "K": 6.231199449757696e-07, + "L": 2.621957264636876e-06, + "G": 6.683744140900671e-05, + "F": 0.0012404778972268105, + "E": 0.0006185710662975907, + "T": 0.00018158512830268592, + "P": 0.3864355683326721, + "-": 0.6105791330337524 + }, + "id": "tp_23395" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2924391, + "label": "P", + "classification": { + "B": 1.2464532517242333e-08, + "S": 9.222294750088622e-08, + "I": 8.664392225909978e-05, + "C": 4.4874715854348324e-07, + "R": 2.9975549153959946e-08, + "M": 3.3546811550877464e-07, + "O": 3.1180894666249515e-07, + "W": 1.4597634212520916e-08, + "N": 5.722164587496081e-06, + "Y": 3.894815563398879e-06, + "U": 6.185756795673569e-09, + "K": 1.5350809690062306e-07, + "L": 4.953860877066063e-09, + "G": 1.2864248901678366e-06, + "F": 0.00027450613561086357, + "E": 2.9351302146096714e-05, + "T": 5.123526989336824e-06, + "P": 0.9042330384254456, + "-": 0.09535901248455048 + }, + "id": "tp_23396" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2924525, + "label": "P", + "classification": { + "B": 9.194052836392075e-05, + "S": 9.363166464027017e-05, + "I": 0.05341605097055435, + "C": 0.0016549509018659592, + "R": 0.00034499194589443505, + "M": 0.001579761621542275, + "O": 0.0003095344000030309, + "W": 9.444038732908666e-05, + "N": 0.005834197625517845, + "Y": 0.005152553785592318, + "U": 9.850862988969311e-05, + "K": 0.0006878440617583692, + "L": 9.12668983801268e-05, + "G": 0.002362649654969573, + "F": 0.00565744424238801, + "E": 0.025193652138113976, + "T": 0.0026596125680953264, + "P": 0.7547202110290527, + "-": 0.13995680212974548 + }, + "id": "tp_23397" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2924658, + "label": "P", + "classification": { + "B": 1.543979306006804e-05, + "S": 3.9235442272911314e-07, + "I": 0.0006117470911704004, + "C": 1.8436097889207304e-05, + "R": 6.027963195265329e-07, + "M": 6.388980546034873e-05, + "O": 3.5493508221406955e-06, + "W": 2.717293057230563e-07, + "N": 1.0325669791200198e-05, + "Y": 0.00010233533248538151, + "U": 2.0494917407631874e-07, + "K": 2.1632151003814215e-07, + "L": 2.055515551546705e-06, + "G": 0.00018691747391130775, + "F": 0.0005596739938482642, + "E": 0.004919540602713823, + "T": 3.647824269137345e-05, + "P": 0.8695231676101685, + "-": 0.12394474446773529 + }, + "id": "tp_23398" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2924758, + "label": "P", + "classification": { + "B": 1.0554526003181408e-10, + "S": 5.804724478863932e-10, + "I": 5.776949546998367e-05, + "C": 7.0314682965033626e-09, + "R": 9.167330783377281e-10, + "M": 7.024202552941006e-09, + "O": 1.991443676629956e-09, + "W": 2.5607918563430587e-10, + "N": 1.0541792789808824e-06, + "Y": 1.212588784937907e-07, + "U": 8.484101615691131e-11, + "K": 1.5382559226395642e-08, + "L": 3.795388656135934e-11, + "G": 6.183654477354139e-08, + "F": 1.5525894923484884e-05, + "E": 2.0647123164962977e-05, + "T": 5.0340780433089094e-08, + "P": 0.9956024885177612, + "-": 0.004302249290049076 + }, + "id": "tp_23399" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2924892, + "label": "P", + "classification": { + "B": 6.532102636569448e-10, + "S": 3.94992344388001e-10, + "I": 3.240431396989152e-05, + "C": 8.216461289123345e-09, + "R": 4.180721047131186e-10, + "M": 1.088730527953885e-08, + "O": 2.419519917751245e-09, + "W": 1.0540861933305834e-10, + "N": 5.841432653141965e-07, + "Y": 1.4742477105755825e-07, + "U": 3.08304527740777e-11, + "K": 7.842202442986945e-10, + "L": 5.340514142027075e-11, + "G": 6.420494003123167e-08, + "F": 2.495701664884109e-06, + "E": 5.0177845878351945e-06, + "T": 6.976217292731235e-08, + "P": 0.996331512928009, + "-": 0.003627754980698228 + }, + "id": "tp_23400" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2925025, + "label": "-", + "classification": { + "B": 5.303041348270199e-07, + "S": 1.1143529263790697e-06, + "I": 0.00026373614673502743, + "C": 1.2660535503528081e-05, + "R": 1.304786337641417e-06, + "M": 2.5218132577720098e-05, + "O": 8.785333193372935e-06, + "W": 1.240682308889518e-06, + "N": 1.911355684569571e-05, + "Y": 0.0003342442214488983, + "U": 6.753325010322442e-07, + "K": 1.7496784494142048e-05, + "L": 5.582495532507892e-07, + "G": 2.7991287424811162e-05, + "F": 0.00388625031337142, + "E": 0.00038714701076969504, + "T": 0.00016847906226757914, + "P": 0.3681226968765259, + "-": 0.6267208456993103 + }, + "id": "tp_23401" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2925125, + "label": "P", + "classification": { + "B": 9.809149759121283e-08, + "S": 8.479657367388427e-07, + "I": 0.0002982877485919744, + "C": 6.175342150527285e-06, + "R": 5.728153951167769e-07, + "M": 1.775967211870011e-05, + "O": 5.090386366646271e-06, + "W": 8.29146983960527e-07, + "N": 5.1749411795753986e-05, + "Y": 0.00019710494962055236, + "U": 1.2277807570626464e-07, + "K": 0.00014020007802173495, + "L": 1.039208399333802e-07, + "G": 7.320191070903093e-05, + "F": 0.01306993793696165, + "E": 0.003540387377142906, + "T": 6.848795601399615e-05, + "P": 0.6868550181388855, + "-": 0.2956739366054535 + }, + "id": "tp_23402" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2925259, + "label": "P", + "classification": { + "B": 5.9594430085185834e-12, + "S": 4.137927847591705e-11, + "I": 3.727808507392183e-05, + "C": 4.6498538353034746e-10, + "R": 2.982195046463687e-11, + "M": 3.091392919429836e-09, + "O": 2.867884540957988e-10, + "W": 1.2884740149821106e-11, + "N": 5.855656581843505e-07, + "Y": 1.224957113521441e-08, + "U": 6.542196905739983e-12, + "K": 2.0659760568975116e-09, + "L": 1.9227659828896515e-12, + "G": 3.8446450467688464e-09, + "F": 5.512323468792601e-07, + "E": 7.4671870606835e-06, + "T": 5.0405816409693216e-08, + "P": 0.9964571595191956, + "-": 0.0034968627151101828 + }, + "id": "tp_23403" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2925392, + "label": "P", + "classification": { + "B": 7.9707600519896e-09, + "S": 1.5229133509819803e-08, + "I": 0.0005641840398311615, + "C": 2.421619740289316e-07, + "R": 1.165433172189978e-08, + "M": 2.2082937789491552e-07, + "O": 2.748733685109528e-08, + "W": 5.826952254039952e-09, + "N": 2.121980651281774e-05, + "Y": 7.848315703995468e-07, + "U": 4.04254452135433e-09, + "K": 2.31028508324016e-07, + "L": 1.467526433707178e-09, + "G": 6.192344130795391e-07, + "F": 2.0396362742758356e-05, + "E": 0.00033703126246109605, + "T": 6.449202487601724e-07, + "P": 0.9955446124076843, + "-": 0.0035097517538815737 + }, + "id": "tp_23404" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2925526, + "label": "P", + "classification": { + "B": 8.809080100036226e-06, + "S": 4.948434707330307e-06, + "I": 0.01054872665554285, + "C": 1.6028496247599833e-05, + "R": 2.712974946916802e-06, + "M": 2.0356765162432566e-05, + "O": 7.891695531725418e-06, + "W": 1.6977784298433107e-06, + "N": 0.0008736965246498585, + "Y": 8.207649807445705e-05, + "U": 9.15573536985903e-07, + "K": 6.296724677667953e-06, + "L": 1.069227437255904e-06, + "G": 7.661760901100934e-05, + "F": 0.0003110485558863729, + "E": 0.003181051230058074, + "T": 4.85115269839298e-05, + "P": 0.9737768173217773, + "-": 0.011030811816453934 + }, + "id": "tp_23405" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2925626, + "label": "P", + "classification": { + "B": 3.189426323046973e-08, + "S": 2.8499945514681713e-08, + "I": 0.00017400164506398141, + "C": 3.3674609767331276e-07, + "R": 3.291297190344267e-08, + "M": 7.716712389083114e-07, + "O": 2.5804598635659204e-07, + "W": 1.8319562755664265e-08, + "N": 4.33826517109992e-06, + "Y": 7.239166734507307e-06, + "U": 5.962870641695872e-09, + "K": 1.40811749815839e-07, + "L": 1.1171771063800406e-08, + "G": 3.4484639854781562e-06, + "F": 0.0002917422098107636, + "E": 7.353023829637095e-05, + "T": 4.050481493322877e-06, + "P": 0.8961854577064514, + "-": 0.10325448960065842 + }, + "id": "tp_23406" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2925759, + "label": "P", + "classification": { + "B": 2.648145937200752e-06, + "S": 1.3724885548072052e-06, + "I": 0.006828824989497662, + "C": 2.2436928702518344e-05, + "R": 2.909487193392124e-06, + "M": 3.330338586238213e-05, + "O": 4.870109933108324e-06, + "W": 5.664755917678121e-07, + "N": 0.0003458243445493281, + "Y": 7.407325756503269e-05, + "U": 2.822636702148884e-07, + "K": 1.1981840088992612e-06, + "L": 6.104604608481168e-07, + "G": 6.656571349594742e-05, + "F": 0.000300475163385272, + "E": 0.0011749687837436795, + "T": 9.476843115407974e-05, + "P": 0.9619943499565125, + "-": 0.02904985100030899 + }, + "id": "tp_23407" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2925893, + "label": "P", + "classification": { + "B": 3.214613798263599e-06, + "S": 1.9558722215151647e-06, + "I": 0.009999893605709076, + "C": 4.044794332003221e-05, + "R": 1.006837555905804e-05, + "M": 3.038878639927134e-05, + "O": 1.140596123150317e-05, + "W": 2.082062792396755e-06, + "N": 0.000642660423181951, + "Y": 0.0001438304752809927, + "U": 1.4861096815366182e-06, + "K": 1.6673147911205888e-05, + "L": 1.255631900676235e-06, + "G": 0.00011192612146260217, + "F": 0.0004626062873285264, + "E": 0.002912679687142372, + "T": 0.0001223107537953183, + "P": 0.947384238243103, + "-": 0.03810085356235504 + }, + "id": "tp_23408" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2926026, + "label": "P", + "classification": { + "B": 1.1222497420249056e-07, + "S": 9.100358511204831e-07, + "I": 0.0003267565625719726, + "C": 4.926978647290525e-08, + "R": 1.8464545448182434e-08, + "M": 1.2470155752453138e-06, + "O": 5.183354119253636e-07, + "W": 1.0202911937540193e-07, + "N": 5.592598972725682e-05, + "Y": 2.211110086136614e-06, + "U": 1.8302865001373902e-08, + "K": 2.5204897156072548e-06, + "L": 1.0161850028111985e-08, + "G": 1.286266297029215e-06, + "F": 0.00013270045747049153, + "E": 0.00040415252442471683, + "T": 5.153968686499866e-06, + "P": 0.9892356991767883, + "-": 0.00983063317835331 + }, + "id": "tp_23409" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2926126, + "label": "P", + "classification": { + "B": 1.2580992461153073e-06, + "S": 2.311287090606129e-07, + "I": 0.010203690268099308, + "C": 5.262163540464826e-05, + "R": 2.4886360279197106e-06, + "M": 2.819059773173649e-05, + "O": 7.980044642863504e-07, + "W": 1.0046261422758107e-07, + "N": 0.00013461698836181313, + "Y": 0.00011215365520911291, + "U": 1.6913915601435292e-07, + "K": 7.055628543639614e-07, + "L": 4.112110048026807e-07, + "G": 8.949048060458153e-05, + "F": 0.00012648796837311238, + "E": 0.006940143648535013, + "T": 2.850071177817881e-05, + "P": 0.9697967171669006, + "-": 0.012481242418289185 + }, + "id": "tp_23410" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2926260, + "label": "P", + "classification": { + "B": 3.5270300031697843e-06, + "S": 1.1386570122340345e-06, + "I": 0.001150726922787726, + "C": 6.418193152057938e-06, + "R": 9.209111908603518e-07, + "M": 2.498172216292005e-05, + "O": 3.2536120215809206e-06, + "W": 1.076155285772984e-06, + "N": 0.0001583897537784651, + "Y": 3.066004501306452e-05, + "U": 3.1230578656504804e-07, + "K": 1.4638985703641083e-05, + "L": 4.646690570098144e-07, + "G": 6.0532300267368555e-05, + "F": 0.001344943535514176, + "E": 0.008696288801729679, + "T": 3.112502599833533e-05, + "P": 0.961249828338623, + "-": 0.02722073718905449 + }, + "id": "tp_23411" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2926393, + "label": "P", + "classification": { + "B": 7.096201898093568e-06, + "S": 3.6126886698184535e-05, + "I": 0.0030402226839214563, + "C": 6.83428006595932e-05, + "R": 1.5403305951622315e-05, + "M": 0.0004350596573203802, + "O": 0.00014049898891244084, + "W": 1.289676674787188e-05, + "N": 0.0006730792229063809, + "Y": 0.000577084778342396, + "U": 4.863284175371518e-06, + "K": 0.00011031120811821893, + "L": 9.031238732859492e-06, + "G": 0.00031087256502360106, + "F": 0.011770367622375488, + "E": 0.0029769488610327244, + "T": 0.0007119751535356045, + "P": 0.7078970670700073, + "-": 0.2712027132511139 + }, + "id": "tp_23412" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2926527, + "label": "P", + "classification": { + "B": 5.265441700430529e-07, + "S": 4.187100728358928e-07, + "I": 0.0007921907235868275, + "C": 4.662383798859082e-05, + "R": 2.8235251647856785e-06, + "M": 5.376021363190375e-05, + "O": 6.884220965730492e-06, + "W": 5.274035856928094e-07, + "N": 3.3419750252505764e-05, + "Y": 0.00036262214416638017, + "U": 6.602769531127706e-07, + "K": 3.7224674542812863e-06, + "L": 8.322646181113669e-07, + "G": 0.00010740978905232623, + "F": 0.0016528411069884896, + "E": 0.0007702109287492931, + "T": 0.00019954406889155507, + "P": 0.602870762348175, + "-": 0.39309412240982056 + }, + "id": "tp_23413" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2926627, + "label": "P", + "classification": { + "B": 1.453401097251117e-07, + "S": 1.8027320436431182e-07, + "I": 0.00015200859343167394, + "C": 7.16209314077787e-08, + "R": 1.106146374496575e-08, + "M": 7.493696330129751e-07, + "O": 9.301097065872455e-07, + "W": 1.7569483645729633e-08, + "N": 1.0174863746215124e-05, + "Y": 1.2761255447912845e-06, + "U": 1.6872180319538188e-09, + "K": 2.4274862120421403e-09, + "L": 2.575490221090604e-08, + "G": 1.669452558417106e-06, + "F": 2.39236032939516e-05, + "E": 1.6918264009291306e-05, + "T": 5.288450211082818e-06, + "P": 0.9753893613815308, + "-": 0.024397188797593117 + }, + "id": "tp_23414" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2926760, + "label": "P", + "classification": { + "B": 7.2288967203348875e-06, + "S": 2.090998532366939e-05, + "I": 0.012297983281314373, + "C": 3.7569876440102234e-05, + "R": 7.244957032526145e-06, + "M": 6.310988101176918e-05, + "O": 1.7636579286772758e-05, + "W": 2.154352841898799e-06, + "N": 0.001691356417723, + "Y": 0.00046357070095837116, + "U": 7.658562140022696e-07, + "K": 4.9468195356894284e-05, + "L": 2.560961775088799e-06, + "G": 0.0005067768506705761, + "F": 0.0019108218839392066, + "E": 0.00649154232814908, + "T": 0.00031043041963130236, + "P": 0.9533699750900269, + "-": 0.022748928517103195 + }, + "id": "tp_23415" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2926894, + "label": "P", + "classification": { + "B": 8.525483963239822e-08, + "S": 5.329011969479325e-07, + "I": 0.00698351114988327, + "C": 1.4645403325630468e-06, + "R": 9.215926155548004e-08, + "M": 1.9686749510583468e-06, + "O": 3.0725789201824227e-07, + "W": 1.0091796553979293e-07, + "N": 0.00041900185169652104, + "Y": 1.1210130651306827e-05, + "U": 2.7619394771249972e-08, + "K": 5.40631071999087e-06, + "L": 1.8213430763580618e-08, + "G": 5.046709247835679e-06, + "F": 8.124309533741325e-05, + "E": 0.0021492920350283384, + "T": 6.919750831002602e-06, + "P": 0.9871640205383301, + "-": 0.0031696795485913754 + }, + "id": "tp_23416" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2927027, + "label": "P", + "classification": { + "B": 0.0007053809240460396, + "S": 0.0015224223025143147, + "I": 0.11396829783916473, + "C": 0.010328290984034538, + "R": 0.004581746179610491, + "M": 0.015310688875615597, + "O": 0.0044046384282410145, + "W": 0.0012670934665948153, + "N": 0.012810682877898216, + "Y": 0.027766132727265358, + "U": 0.0002817547938320786, + "K": 0.0014598948182538152, + "L": 0.0012953170808032155, + "G": 0.010936494916677475, + "F": 0.037843119353055954, + "E": 0.02577368915081024, + "T": 0.012357338331639767, + "P": 0.412698894739151, + "-": 0.30468809604644775 + }, + "id": "tp_23417" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2927127, + "label": "P", + "classification": { + "B": 0.00041659438284114003, + "S": 0.0002255469880765304, + "I": 0.021135788410902023, + "C": 0.0006423719460144639, + "R": 0.0001008143080980517, + "M": 0.002375552663579583, + "O": 0.00040825281757861376, + "W": 8.41432556626387e-05, + "N": 0.003387451870366931, + "Y": 0.0018648860277608037, + "U": 5.155532562639564e-05, + "K": 0.00023609727213624865, + "L": 0.00014183564053382725, + "G": 0.0022703681606799364, + "F": 0.008378489874303341, + "E": 0.030332552269101143, + "T": 0.0013754087267443538, + "P": 0.8198647499084473, + "-": 0.10670741647481918 + }, + "id": "tp_23418" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2927261, + "label": "P", + "classification": { + "B": 2.3125674033508403e-06, + "S": 2.1063315216451883e-06, + "I": 0.0007578438380733132, + "C": 4.984826227882877e-05, + "R": 3.7172385418671183e-06, + "M": 0.00015794287901371717, + "O": 2.1415031369542703e-05, + "W": 1.5481753052881686e-06, + "N": 0.00010521613876335323, + "Y": 0.0004631577176041901, + "U": 1.6791329926491017e-06, + "K": 5.802430314361118e-05, + "L": 2.113109985657502e-06, + "G": 0.0002782572992146015, + "F": 0.0060529327020049095, + "E": 0.004045483656227589, + "T": 0.00038097190554253757, + "P": 0.5877864956855774, + "-": 0.3998289704322815 + }, + "id": "tp_23419" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2927394, + "label": "-", + "classification": { + "B": 2.3912254619062878e-05, + "S": 2.2818363504484296e-05, + "I": 0.0005072070634923875, + "C": 5.838961078552529e-05, + "R": 1.0525782272452489e-05, + "M": 0.0006570166442543268, + "O": 0.00013410495012067258, + "W": 1.3138070244167466e-05, + "N": 3.293656118330546e-05, + "Y": 0.0021857863757759333, + "U": 1.5695916317781666e-06, + "K": 1.0380112144048326e-05, + "L": 2.5551504222676158e-05, + "G": 0.0007881161873228848, + "F": 0.008657624945044518, + "E": 0.00138499541208148, + "T": 0.0012889677891507745, + "P": 0.12786440551280975, + "-": 0.8563324809074402 + }, + "id": "tp_23420" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2927528, + "label": "P", + "classification": { + "B": 1.3178892288578936e-07, + "S": 1.6043567585555252e-09, + "I": 3.236217162339017e-05, + "C": 8.011593308765441e-07, + "R": 1.616635358914209e-08, + "M": 9.076307492250635e-07, + "O": 2.5435878114876687e-07, + "W": 5.361107113799335e-09, + "N": 4.772771831085265e-07, + "Y": 7.950106919452082e-06, + "U": 7.42818340171425e-09, + "K": 5.607675657159916e-09, + "L": 8.942820706181465e-09, + "G": 3.35479126079008e-06, + "F": 1.4940680557629094e-05, + "E": 3.5688331990968436e-05, + "T": 1.0693459444155451e-05, + "P": 0.6734579205513, + "-": 0.3264344334602356 + }, + "id": "tp_23421" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2927628, + "label": "P", + "classification": { + "B": 5.158128146831586e-07, + "S": 3.093680334131932e-07, + "I": 1.4577711226593237e-05, + "C": 1.0473229394847294e-07, + "R": 1.0669578109911981e-08, + "M": 4.024088866572129e-06, + "O": 1.3130504612490768e-06, + "W": 7.554173464541236e-08, + "N": 1.5734501630504383e-06, + "Y": 4.855746738030575e-06, + "U": 1.783432845847699e-09, + "K": 3.557079253369011e-08, + "L": 4.091112870696634e-08, + "G": 1.3179967027099337e-05, + "F": 0.0005158254061825573, + "E": 0.00017519958782941103, + "T": 1.081139544112375e-05, + "P": 0.7744783163070679, + "-": 0.22477920353412628 + }, + "id": "tp_23422" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2927761, + "label": "P", + "classification": { + "B": 4.6643555684511284e-09, + "S": 7.989671702013368e-10, + "I": 0.0003293390036560595, + "C": 1.4248666957428213e-06, + "R": 1.7172114397112637e-08, + "M": 1.2372032642815611e-06, + "O": 5.175633788212508e-08, + "W": 2.506478802288825e-09, + "N": 7.618769359396538e-06, + "Y": 6.3422876337426715e-06, + "U": 4.652929153081686e-09, + "K": 3.370813601577538e-07, + "L": 2.7313225015035414e-09, + "G": 1.036739740811754e-05, + "F": 2.6874802642851137e-05, + "E": 0.0013862965861335397, + "T": 1.3578783182310872e-06, + "P": 0.979999303817749, + "-": 0.018229443579912186 + }, + "id": "tp_23423" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2927895, + "label": "P", + "classification": { + "B": 3.912711576958827e-07, + "S": 4.5107464075044845e-07, + "I": 0.0007500344072468579, + "C": 9.497449354967102e-06, + "R": 2.9715229743487726e-07, + "M": 0.00011999703565379605, + "O": 4.9937766561924946e-06, + "W": 1.3869748727302067e-07, + "N": 3.5521901736501604e-05, + "Y": 0.00027210169355385005, + "U": 5.724327678535701e-08, + "K": 1.3175098274587072e-06, + "L": 3.5999863712277147e-07, + "G": 0.00010282200673827901, + "F": 0.0006225399556569755, + "E": 0.0032108600717037916, + "T": 0.00019600441737566143, + "P": 0.7176655530929565, + "-": 0.2770070731639862 + }, + "id": "tp_23424" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2928028, + "label": "P", + "classification": { + "B": 1.6493261867367437e-08, + "S": 1.5812632980782837e-08, + "I": 0.0002078519610222429, + "C": 1.2525403008112335e-06, + "R": 5.806891323345553e-08, + "M": 2.6205104859400308e-06, + "O": 3.203499829851353e-07, + "W": 3.188766939388188e-08, + "N": 8.547372999601066e-06, + "Y": 2.6476720449863933e-05, + "U": 1.7906273797052563e-08, + "K": 2.8005356398352887e-06, + "L": 1.07124096260236e-08, + "G": 7.296286639757454e-06, + "F": 0.0005185579066164792, + "E": 0.0007553353207185864, + "T": 8.231868378061336e-06, + "P": 0.9071206450462341, + "-": 0.09133990108966827 + }, + "id": "tp_23425" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2928128, + "label": "P", + "classification": { + "B": 1.600407131263637e-07, + "S": 7.553445868779818e-08, + "I": 0.0018352644983679056, + "C": 1.7018357993947575e-06, + "R": 1.5215194082429662e-07, + "M": 5.454502570501063e-06, + "O": 5.57675036816363e-07, + "W": 1.4179617835452518e-07, + "N": 8.30228382255882e-05, + "Y": 1.2144710126449354e-05, + "U": 6.807511709894243e-08, + "K": 8.06519983598264e-06, + "L": 2.5661147873279333e-08, + "G": 6.2441608861263376e-06, + "F": 0.00013297793339006603, + "E": 0.0037626309785991907, + "T": 9.608016625861637e-06, + "P": 0.9529180526733398, + "-": 0.04122365266084671 + }, + "id": "tp_23426" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2928262, + "label": "P", + "classification": { + "B": 7.615385015924403e-07, + "S": 1.5361539453806472e-06, + "I": 0.009595357812941074, + "C": 5.525892447622027e-06, + "R": 8.625626151115284e-07, + "M": 1.8347987861488946e-05, + "O": 3.7977883948769886e-06, + "W": 6.906116709615162e-07, + "N": 0.0007616220973432064, + "Y": 5.244570638751611e-05, + "U": 1.7737508528625767e-07, + "K": 1.2480551049520727e-05, + "L": 1.9948807050695905e-07, + "G": 1.980929846467916e-05, + "F": 0.0002391396410530433, + "E": 0.004460345022380352, + "T": 3.233305687899701e-05, + "P": 0.9705373048782349, + "-": 0.014257126487791538 + }, + "id": "tp_23427" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2928395, + "label": "P", + "classification": { + "B": 0.00021996615396346897, + "S": 0.00015865614113863558, + "I": 0.02648649923503399, + "C": 0.0005607002531178296, + "R": 0.00010853119601961225, + "M": 0.0022102578077465296, + "O": 0.0002509001351427287, + "W": 7.541273953393102e-05, + "N": 0.004953368566930294, + "Y": 0.0039628855884075165, + "U": 8.140316640492529e-05, + "K": 0.0007918135961517692, + "L": 7.582386751892045e-05, + "G": 0.0015106912469491363, + "F": 0.00630152365192771, + "E": 0.0489400178194046, + "T": 0.001928516081534326, + "P": 0.7947357892990112, + "-": 0.10664726048707962 + }, + "id": "tp_23428" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2928529, + "label": "P", + "classification": { + "B": 3.8808997260275646e-07, + "S": 2.622248075567768e-06, + "I": 0.0019992103334516287, + "C": 1.04263708635699e-05, + "R": 2.7895216589968186e-06, + "M": 2.4333739929716103e-05, + "O": 1.0046785064332653e-05, + "W": 1.7090311530409963e-06, + "N": 0.00026038946816697717, + "Y": 0.00011733740393538028, + "U": 6.996506840550865e-07, + "K": 0.00010536408808548003, + "L": 4.900319368061901e-07, + "G": 6.924571061972529e-05, + "F": 0.004731580149382353, + "E": 0.0038692185189574957, + "T": 6.382962601492181e-05, + "P": 0.8894879817962646, + "-": 0.09924237430095673 + }, + "id": "tp_23429" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2928629, + "label": "P", + "classification": { + "B": 5.36053135474085e-13, + "S": 1.4891679469414276e-13, + "I": 2.038727870967705e-06, + "C": 5.5155293526842897e-11, + "R": 5.21647774889139e-13, + "M": 1.9959479902187383e-10, + "O": 3.4347030428150127e-12, + "W": 5.570465421399218e-14, + "N": 1.1059895221876559e-08, + "Y": 5.3513282693984365e-09, + "U": 4.1507582418907896e-14, + "K": 2.324010948961952e-11, + "L": 3.268647966224794e-14, + "G": 1.24348020769105e-09, + "F": 1.5904704753211263e-07, + "E": 9.009636414702982e-06, + "T": 3.0950603191470805e-10, + "P": 0.9994320273399353, + "-": 0.0005567423650063574 + }, + "id": "tp_23430" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2928762, + "label": "P", + "classification": { + "B": 5.59031514058006e-06, + "S": 2.3799498194421176e-06, + "I": 0.004218445625156164, + "C": 0.0001752665702952072, + "R": 2.1060919607407413e-05, + "M": 7.142935646697879e-05, + "O": 2.23569313675398e-05, + "W": 2.5285964966315078e-06, + "N": 0.00026429403806105256, + "Y": 0.0034870021045207977, + "U": 3.86931515095057e-06, + "K": 6.4791580371093e-05, + "L": 3.3359622193529503e-06, + "G": 0.0007420839974656701, + "F": 0.0026924770791083574, + "E": 0.010523293167352676, + "T": 0.0005886355647817254, + "P": 0.5888403058052063, + "-": 0.3882708251476288 + }, + "id": "tp_23431" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2928896, + "label": "-", + "classification": { + "B": 0.0014982924330979586, + "S": 0.0006453294190578163, + "I": 0.08395295590162277, + "C": 0.012624116614460945, + "R": 0.003588243620470166, + "M": 0.02879801020026207, + "O": 0.00413166219368577, + "W": 0.0005967902834527194, + "N": 0.00511172553524375, + "Y": 0.06092630326747894, + "U": 0.0003321294498164207, + "K": 0.0002692849957384169, + "L": 0.0034346086904406548, + "G": 0.03726411610841751, + "F": 0.025819096714258194, + "E": 0.045246563851833344, + "T": 0.031429022550582886, + "P": 0.27460330724716187, + "-": 0.3797284960746765 + }, + "id": "tp_23432" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2929029, + "label": "P", + "classification": { + "B": 3.879377254634164e-05, + "S": 1.0668745744624175e-05, + "I": 0.010071508586406708, + "C": 0.00022738783445674926, + "R": 3.2213043596129864e-05, + "M": 0.00022721941058989614, + "O": 4.836728476220742e-05, + "W": 6.904583642608486e-06, + "N": 0.0005458903615362942, + "Y": 0.0008442249381914735, + "U": 1.4779068806092255e-05, + "K": 1.3616765500046313e-05, + "L": 2.6016334231826477e-05, + "G": 0.0007227793685160577, + "F": 0.0017215758562088013, + "E": 0.004163314588367939, + "T": 0.0012655097525566816, + "P": 0.8285031914710999, + "-": 0.15151596069335938 + }, + "id": "tp_23433" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2929129, + "label": "P", + "classification": { + "B": 9.341122320094541e-10, + "S": 1.5224028981908333e-10, + "I": 8.944127330323681e-06, + "C": 6.168551891505558e-09, + "R": 1.5843897027689735e-10, + "M": 8.054090727682706e-09, + "O": 3.3932263665548135e-09, + "W": 3.1952057666373435e-10, + "N": 4.0702371961742756e-07, + "Y": 2.2870391802598533e-08, + "U": 9.685899998723713e-11, + "K": 2.107304108989183e-09, + "L": 3.9595656614599406e-11, + "G": 5.284836035457374e-08, + "F": 1.4848423006696976e-06, + "E": 2.0448178474907763e-05, + "T": 6.752527070830183e-08, + "P": 0.995435893535614, + "-": 0.004532614257186651 + }, + "id": "tp_23434" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2929263, + "label": "P", + "classification": { + "B": 1.6313870254691665e-09, + "S": 1.687097350711042e-09, + "I": 5.524488733499311e-05, + "C": 3.5027397871090216e-08, + "R": 1.4576846396607834e-09, + "M": 1.5091707439296442e-07, + "O": 1.3977388135799629e-08, + "W": 1.0057453758705037e-09, + "N": 8.494937446812401e-07, + "Y": 5.161075478099519e-07, + "U": 3.419664551529422e-10, + "K": 8.441892518362692e-09, + "L": 3.9968720000338465e-10, + "G": 1.3050923541868542e-07, + "F": 2.0380597561597824e-05, + "E": 2.8065796868759207e-05, + "T": 4.125687951272994e-07, + "P": 0.9765611886978149, + "-": 0.023333117365837097 + }, + "id": "tp_23435" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2929396, + "label": "P", + "classification": { + "B": 0.00221135001629591, + "S": 0.0005810225266031921, + "I": 0.035921987146139145, + "C": 0.0018356159562245011, + "R": 0.00045057357056066394, + "M": 0.008430255576968193, + "O": 0.0015880623832345009, + "W": 0.0005466484581120312, + "N": 0.007459478452801704, + "Y": 0.011840833351016045, + "U": 0.00016609531303402036, + "K": 0.0009727281285449862, + "L": 0.0005283773643895984, + "G": 0.008557571098208427, + "F": 0.008947886526584625, + "E": 0.11578937619924545, + "T": 0.005171017721295357, + "P": 0.6644697189331055, + "-": 0.12453135848045349 + }, + "id": "tp_23436" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2929530, + "label": "P", + "classification": { + "B": 2.215106320591076e-08, + "S": 1.104093527715122e-08, + "I": 0.0002857270010281354, + "C": 1.2493903511767712e-07, + "R": 7.726185025092036e-09, + "M": 1.3817710851071752e-06, + "O": 7.436752724743201e-08, + "W": 6.283764175663009e-09, + "N": 4.527754754235502e-06, + "Y": 4.345567049313104e-06, + "U": 3.287096594917216e-09, + "K": 1.0157587837511528e-07, + "L": 5.644172684782234e-09, + "G": 1.4835413821856491e-06, + "F": 5.591402077698149e-05, + "E": 0.0003460701263975352, + "T": 4.2548076635284815e-06, + "P": 0.9568668007850647, + "-": 0.04242915287613869 + }, + "id": "tp_23437" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2929630, + "label": "P", + "classification": { + "B": 0.0098089799284935, + "S": 0.00013482608483172953, + "I": 0.0009029197390191257, + "C": 9.366673475597054e-05, + "R": 1.350201819150243e-05, + "M": 0.0011238817824050784, + "O": 0.00039303270750679076, + "W": 4.1824525396805257e-05, + "N": 4.6836961701046675e-05, + "Y": 0.00012745965796057135, + "U": 1.5194044635791215e-06, + "K": 4.073112904734444e-07, + "L": 0.00018299257499165833, + "G": 0.0014015723718330264, + "F": 0.0032589989714324474, + "E": 0.004331686068326235, + "T": 0.0002961813588626683, + "P": 0.5038174390792847, + "-": 0.4740222096443176 + }, + "id": "tp_23438" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2929763, + "label": "P", + "classification": { + "B": 1.2402793458932138e-07, + "S": 2.972802235490235e-07, + "I": 0.0004699117271229625, + "C": 1.8540737301009358e-06, + "R": 1.5099892891612399e-07, + "M": 5.605822479992639e-06, + "O": 8.968049201030226e-07, + "W": 7.844172955628892e-08, + "N": 2.8049087632098235e-05, + "Y": 1.8822898709913716e-05, + "U": 3.976977325237385e-08, + "K": 8.406676670347224e-07, + "L": 9.329178141115335e-08, + "G": 1.195109507534653e-05, + "F": 0.0006010956130921841, + "E": 0.0005027246079407632, + "T": 2.0723779016407207e-05, + "P": 0.9212138056755066, + "-": 0.07712290436029434 + }, + "id": "tp_23439" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2929897, + "label": "-", + "classification": { + "B": 0.0013121733209118247, + "S": 0.0006837180117145181, + "I": 0.03809880465269089, + "C": 0.010234852321445942, + "R": 0.0030195664148777723, + "M": 0.013929598964750767, + "O": 0.0032050246372818947, + "W": 0.0007124444236978889, + "N": 0.004685653373599052, + "Y": 0.05650291219353676, + "U": 0.0006908188806846738, + "K": 0.0024078444112092257, + "L": 0.0020314231514930725, + "G": 0.03457251936197281, + "F": 0.04768994450569153, + "E": 0.053341321647167206, + "T": 0.02026914805173874, + "P": 0.26093789935112, + "-": 0.4456743896007538 + }, + "id": "tp_23440" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2930030, + "label": "P", + "classification": { + "B": 1.0578589353826828e-05, + "S": 5.166450591786997e-06, + "I": 0.003388811834156513, + "C": 5.0039081543218344e-05, + "R": 3.193252723576734e-06, + "M": 7.118800567695871e-05, + "O": 1.194094875245355e-05, + "W": 6.928180027898634e-06, + "N": 0.0004921065992675722, + "Y": 0.00021740216470789164, + "U": 3.175360234308755e-06, + "K": 0.00015056495612952858, + "L": 1.4460782722380827e-06, + "G": 0.00011109917977591977, + "F": 0.0023247511126101017, + "E": 0.02303944155573845, + "T": 0.00010489937267266214, + "P": 0.902162492275238, + "-": 0.06784471869468689 + }, + "id": "tp_23441" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2930130, + "label": "P", + "classification": { + "B": 8.823328244034201e-06, + "S": 7.608832220284967e-06, + "I": 0.015868904069066048, + "C": 2.052677155006677e-05, + "R": 4.978211109119002e-06, + "M": 2.7231053536524996e-05, + "O": 8.824438737065066e-06, + "W": 3.404116796446033e-06, + "N": 0.0011524994624778628, + "Y": 7.950869621708989e-05, + "U": 1.8021048617811175e-06, + "K": 1.568416519148741e-05, + "L": 1.6816843526612502e-06, + "G": 4.975479532731697e-05, + "F": 0.0004588768060784787, + "E": 0.0024356532376259565, + "T": 0.00018103716138284653, + "P": 0.9557236433029175, + "-": 0.023949483409523964 + }, + "id": "tp_23442" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2930264, + "label": "-", + "classification": { + "B": 3.516261131153442e-06, + "S": 2.7364358174963854e-06, + "I": 0.0009089415543712676, + "C": 0.0005110468482598662, + "R": 8.892120968084782e-05, + "M": 0.00025674793869256973, + "O": 8.312059071613476e-05, + "W": 4.167110546404729e-06, + "N": 3.1478062737733126e-05, + "Y": 0.0015391125343739986, + "U": 3.5971895613329252e-06, + "K": 2.3697648430243134e-06, + "L": 2.9113809432601556e-05, + "G": 0.0012700797524303198, + "F": 0.007501160725951195, + "E": 0.0004006970557384193, + "T": 0.0009513719123788178, + "P": 0.22255738079547882, + "-": 0.7638545632362366 + }, + "id": "tp_23443" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2930397, + "label": "P", + "classification": { + "B": 5.984728712604692e-09, + "S": 2.858733250121759e-09, + "I": 0.0005536482785828412, + "C": 1.767883333059217e-07, + "R": 1.082326939183531e-08, + "M": 3.5457351259537973e-06, + "O": 4.0815592683429713e-08, + "W": 1.4468163334058204e-09, + "N": 1.7637687506066868e-06, + "Y": 3.837180702248588e-05, + "U": 3.3158009671296895e-10, + "K": 5.773533207076298e-09, + "L": 2.2986783587697346e-09, + "G": 1.3188516732043354e-06, + "F": 3.3728407288435847e-05, + "E": 9.195160964736715e-05, + "T": 1.1302903658361174e-05, + "P": 0.8996250629425049, + "-": 0.09963911771774292 + }, + "id": "tp_23444" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2930531, + "label": "P", + "classification": { + "B": 4.1869703260033475e-09, + "S": 8.580227084387104e-10, + "I": 4.779787559527904e-05, + "C": 2.2903060781231943e-08, + "R": 5.262966173980033e-10, + "M": 1.0866790489671985e-07, + "O": 8.18036838268199e-09, + "W": 1.6549478454308542e-10, + "N": 5.502965336745547e-07, + "Y": 4.1633470004853734e-07, + "U": 1.5394008290314787e-10, + "K": 2.9203905960173415e-09, + "L": 4.766934069699857e-10, + "G": 5.091033017379232e-07, + "F": 1.2437088116712403e-05, + "E": 6.233459134818986e-05, + "T": 4.2137853029089456e-07, + "P": 0.9569642543792725, + "-": 0.0429111123085022 + }, + "id": "tp_23445" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2930631, + "label": "-", + "classification": { + "B": 2.4267579647130333e-05, + "S": 2.398883407295216e-05, + "I": 0.00032449973514303565, + "C": 1.1126974641229026e-05, + "R": 1.5815743381608627e-06, + "M": 0.00017952942289412022, + "O": 5.468574454425834e-05, + "W": 1.4888799341861159e-05, + "N": 7.267458568094298e-05, + "Y": 0.0007309242500923574, + "U": 2.6565564894553972e-06, + "K": 0.000601593463215977, + "L": 4.618052116711624e-06, + "G": 0.0007540647638961673, + "F": 0.03081272728741169, + "E": 0.018144292756915092, + "T": 0.0005658011068589985, + "P": 0.35742104053497314, + "-": 0.590255081653595 + }, + "id": "tp_23446" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2930764, + "label": "P", + "classification": { + "B": 9.431341992105491e-12, + "S": 2.3950140915635076e-12, + "I": 8.268219062301796e-06, + "C": 7.581648198140556e-09, + "R": 1.1545635281162703e-10, + "M": 3.1683351497946433e-09, + "O": 4.833252131852817e-10, + "W": 5.876765220291791e-12, + "N": 6.131733698566677e-08, + "Y": 7.099689582901192e-07, + "U": 1.704921620548916e-11, + "K": 8.554113861691803e-09, + "L": 4.372717032213869e-12, + "G": 1.6991238283026178e-07, + "F": 6.921835847606417e-06, + "E": 1.3736744222114794e-05, + "T": 6.994370238544434e-08, + "P": 0.965577244758606, + "-": 0.034392762929201126 + }, + "id": "tp_23447" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2930898, + "label": "P", + "classification": { + "B": 7.45184593142767e-07, + "S": 1.2047051995978109e-06, + "I": 0.0013716949615627527, + "C": 3.9245728657988366e-06, + "R": 6.701492907268403e-07, + "M": 1.7832571757026017e-05, + "O": 2.3793184027454117e-06, + "W": 4.194098721654882e-07, + "N": 8.547365723643452e-05, + "Y": 0.00020492060866672546, + "U": 3.696192720781255e-07, + "K": 6.409503384929849e-06, + "L": 3.792161180626863e-07, + "G": 2.1404310245998204e-05, + "F": 0.0005881954566575587, + "E": 0.0006741642719134688, + "T": 0.00016411668912041932, + "P": 0.931916356086731, + "-": 0.06493941694498062 + }, + "id": "tp_23448" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2931031, + "label": "P", + "classification": { + "B": 1.7473807019996457e-05, + "S": 1.8183578504249454e-05, + "I": 0.0010406153742223978, + "C": 2.796418448269833e-05, + "R": 4.6371151256607845e-06, + "M": 8.10648052720353e-05, + "O": 5.89859664614778e-05, + "W": 1.577796138008125e-05, + "N": 0.00018272905435878783, + "Y": 0.0005982000730000436, + "U": 1.0525955985940527e-05, + "K": 0.00014578075206372887, + "L": 5.663087449647719e-06, + "G": 0.00022230925969779491, + "F": 0.004619336687028408, + "E": 0.0019959560595452785, + "T": 0.000724536890629679, + "P": 0.6339349746704102, + "-": 0.35629525780677795 + }, + "id": "tp_23449" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2931131, + "label": "-", + "classification": { + "B": 3.14126765488254e-07, + "S": 1.917611314183887e-08, + "I": 5.3639164434571285e-06, + "C": 1.499386002024039e-07, + "R": 1.002179850217999e-08, + "M": 2.780595877993619e-06, + "O": 9.208059736920404e-07, + "W": 8.999396783337943e-09, + "N": 1.834043814596953e-07, + "Y": 6.090600891184295e-06, + "U": 1.712230024430994e-09, + "K": 1.1560121748743768e-09, + "L": 6.562500232121238e-08, + "G": 7.384352102235425e-06, + "F": 0.000184481919859536, + "E": 2.1827718228450976e-05, + "T": 1.5896306649665348e-05, + "P": 0.4903571605682373, + "-": 0.5093974471092224 + }, + "id": "tp_23450" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2931265, + "label": "P", + "classification": { + "B": 1.3968032419597876e-07, + "S": 5.663560642688026e-08, + "I": 0.00018076608830597252, + "C": 2.53014422924025e-06, + "R": 1.2358893286545936e-07, + "M": 4.827803422813304e-06, + "O": 1.3090998436382506e-06, + "W": 5.677642889168055e-08, + "N": 6.914381629030686e-06, + "Y": 2.6833706215256825e-05, + "U": 4.230854244724469e-08, + "K": 9.641338749588613e-08, + "L": 7.672478830045293e-08, + "G": 6.867165211588144e-06, + "F": 0.0002263641799800098, + "E": 8.649883238831535e-05, + "T": 2.7873171347891912e-05, + "P": 0.7771584391593933, + "-": 0.2222701907157898 + }, + "id": "tp_23451" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2931398, + "label": "P", + "classification": { + "B": 3.914735202670272e-09, + "S": 7.01373537026484e-08, + "I": 4.025514499517158e-06, + "C": 3.735860332199081e-08, + "R": 4.427362476633334e-09, + "M": 7.675985358446269e-08, + "O": 3.752115276256518e-07, + "W": 3.7325840196444915e-08, + "N": 5.973165002615133e-07, + "Y": 3.446770051596104e-06, + "U": 2.6011293119410084e-09, + "K": 2.2698382906582992e-07, + "L": 1.225762824574872e-09, + "G": 4.378650828584796e-07, + "F": 0.0003854798851534724, + "E": 5.1353290473343804e-06, + "T": 5.267860160529381e-06, + "P": 0.6406316757202148, + "-": 0.35896310210227966 + }, + "id": "tp_23452" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2931532, + "label": "-", + "classification": { + "B": 1.7156725817812912e-08, + "S": 6.694915288818493e-09, + "I": 3.895953341270797e-06, + "C": 1.84020922944228e-08, + "R": 2.663195663998863e-09, + "M": 4.0954245150714996e-07, + "O": 3.5961252820015943e-07, + "W": 1.5333284641982914e-09, + "N": 4.501550776581098e-08, + "Y": 2.636993940541288e-06, + "U": 2.4318691504987555e-10, + "K": 1.8818319125202265e-10, + "L": 1.455197828903465e-08, + "G": 2.6234138204017654e-06, + "F": 0.00010131992894457653, + "E": 7.565337796222593e-07, + "T": 1.2444932508515194e-05, + "P": 0.23304273188114166, + "-": 0.7668326497077942 + }, + "id": "tp_23453" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2931632, + "label": "-", + "classification": { + "B": 1.2518726499877175e-08, + "S": 5.379122702819927e-10, + "I": 2.237148919448373e-06, + "C": 1.41090978900138e-07, + "R": 7.111667699177815e-09, + "M": 8.09988193850586e-07, + "O": 1.7965052734325582e-07, + "W": 8.697967346371627e-10, + "N": 1.8528528045180792e-08, + "Y": 6.940626462892396e-06, + "U": 3.575805762601192e-10, + "K": 5.762003651987868e-10, + "L": 1.4395807212963518e-08, + "G": 6.237661182240117e-06, + "F": 0.00013566756388172507, + "E": 7.384877335425699e-06, + "T": 9.912572750181425e-06, + "P": 0.12022989243268967, + "-": 0.8796005845069885 + }, + "id": "tp_23454" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2931765, + "label": "P", + "classification": { + "B": 2.296678047741807e-07, + "S": 8.550956920316821e-08, + "I": 0.0015905690379440784, + "C": 2.9356099275901215e-06, + "R": 4.265134521119762e-07, + "M": 1.0066106369777117e-05, + "O": 1.2564844382723095e-06, + "W": 6.380133044103786e-08, + "N": 4.610456744558178e-05, + "Y": 3.520839527482167e-05, + "U": 2.3478360589024305e-08, + "K": 2.039846123125244e-07, + "L": 8.195191014692682e-08, + "G": 1.7400088836438954e-05, + "F": 5.5031850934028625e-05, + "E": 0.00047248462215065956, + "T": 2.0182993466733024e-05, + "P": 0.9716910719871521, + "-": 0.02605648897588253 + }, + "id": "tp_23455" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2931899, + "label": "P", + "classification": { + "B": 0.00045769187272526324, + "S": 0.00021109747467562556, + "I": 0.09236329048871994, + "C": 0.010496933944523335, + "R": 0.00202749646268785, + "M": 0.006525381468236446, + "O": 0.001258017960935831, + "W": 0.0003186455578543246, + "N": 0.0058400752022862434, + "Y": 0.01166303176432848, + "U": 0.00033508214983157814, + "K": 0.0004673709045164287, + "L": 0.0007278655539266765, + "G": 0.0074168611317873, + "F": 0.01043963897973299, + "E": 0.029988320544362068, + "T": 0.006943980231881142, + "P": 0.5421010851860046, + "-": 0.27041810750961304 + }, + "id": "tp_23456" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2932032, + "label": "P", + "classification": { + "B": 3.205491694302509e-08, + "S": 3.5433679101970483e-08, + "I": 0.00013477265019901097, + "C": 9.508103744337859e-07, + "R": 4.5246515867347625e-08, + "M": 1.4147886986393132e-06, + "O": 3.616793549099384e-07, + "W": 2.0430995562037424e-08, + "N": 4.0148288462660275e-06, + "Y": 5.842519749421626e-05, + "U": 1.634303359310252e-08, + "K": 2.723862735365401e-07, + "L": 1.491966550304369e-08, + "G": 8.755070666666143e-06, + "F": 0.00026652307133190334, + "E": 4.913948941975832e-05, + "T": 2.2355427063303068e-05, + "P": 0.7605961561203003, + "-": 0.23885667324066162 + }, + "id": "tp_23457" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2932132, + "label": "P", + "classification": { + "B": 5.494680408446584e-07, + "S": 1.0755240964499535e-06, + "I": 0.002020035171881318, + "C": 2.616182064230088e-05, + "R": 2.156025630029035e-06, + "M": 3.078931331401691e-05, + "O": 6.607582236028975e-06, + "W": 5.914753842262144e-07, + "N": 0.00019513096776790917, + "Y": 0.00013228617899585515, + "U": 9.122572350861446e-07, + "K": 1.4115895282884594e-05, + "L": 6.64625645185879e-07, + "G": 4.0986913518281654e-05, + "F": 0.0013632727786898613, + "E": 0.000987312407232821, + "T": 0.0001748448848957196, + "P": 0.8147087693214417, + "-": 0.18029378354549408 + }, + "id": "tp_23458" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2932266, + "label": "-", + "classification": { + "B": 2.0470121153692844e-09, + "S": 1.1280615330733212e-09, + "I": 1.323017477261601e-05, + "C": 3.5149184895999497e-07, + "R": 9.815888546427232e-09, + "M": 7.216327730930061e-07, + "O": 1.0095180158486983e-07, + "W": 1.152682393978921e-09, + "N": 1.5835773581329704e-07, + "Y": 4.909312337986194e-06, + "U": 5.121255086670828e-10, + "K": 5.151058690699983e-09, + "L": 3.929683689563035e-09, + "G": 1.500596226833295e-06, + "F": 0.00029233447276055813, + "E": 3.070597449550405e-05, + "T": 3.4475997381377965e-06, + "P": 0.45873671770095825, + "-": 0.540915846824646 + }, + "id": "tp_23459" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2932399, + "label": "-", + "classification": { + "B": 4.6898756409063935e-05, + "S": 7.242630090331659e-06, + "I": 0.002127876039594412, + "C": 0.0001239951088791713, + "R": 1.5735580745968036e-05, + "M": 0.00023168514599092305, + "O": 8.048672316363081e-05, + "W": 6.082177606003825e-06, + "N": 0.00011465168063296005, + "Y": 0.0017544250003993511, + "U": 5.761352440458722e-06, + "K": 4.162515324424021e-05, + "L": 1.7850314179668203e-05, + "G": 0.0016841836040839553, + "F": 0.007938207127153873, + "E": 0.0041023846715688705, + "T": 0.0007499330095015466, + "P": 0.337759792804718, + "-": 0.6431910991668701 + }, + "id": "tp_23460" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2932533, + "label": "P", + "classification": { + "B": 3.8286810166709984e-08, + "S": 1.2006331928660074e-07, + "I": 0.0022277163807302713, + "C": 2.4596483854111284e-06, + "R": 1.3035000279160158e-07, + "M": 8.306121344503481e-06, + "O": 8.504241577611538e-07, + "W": 1.0825074525655509e-07, + "N": 0.00012086804781574756, + "Y": 0.00012204871018184349, + "U": 4.11831422297837e-08, + "K": 1.7540209228172898e-05, + "L": 2.2433807700394937e-08, + "G": 1.2188498658360913e-05, + "F": 0.00033443322172388434, + "E": 0.0025992151349782944, + "T": 5.098223846289329e-05, + "P": 0.9486182928085327, + "-": 0.0458846278488636 + }, + "id": "tp_23461" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2932633, + "label": "P", + "classification": { + "B": 3.8733585938643955e-07, + "S": 4.233987510815496e-06, + "I": 0.011035383678972721, + "C": 1.80523534254462e-06, + "R": 6.717034466419136e-07, + "M": 2.7057452825829387e-05, + "O": 6.233311978576239e-06, + "W": 7.732121503067901e-07, + "N": 0.000777974899392575, + "Y": 0.00019253337814006954, + "U": 2.0907322095808922e-07, + "K": 1.2398206308716908e-05, + "L": 1.8155867564928485e-07, + "G": 1.8432585420669056e-05, + "F": 0.0001928985584527254, + "E": 0.0010777240386232734, + "T": 0.00020537372620310634, + "P": 0.9512170553207397, + "-": 0.035228729248046875 + }, + "id": "tp_23462" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2932766, + "label": "P", + "classification": { + "B": 1.4062382369672832e-08, + "S": 2.3609155519466185e-08, + "I": 1.6443971617263742e-05, + "C": 1.0071178735415742e-07, + "R": 4.341193626800077e-09, + "M": 1.9234403225709684e-06, + "O": 4.995420681552787e-07, + "W": 3.589291353023327e-08, + "N": 8.8631998096389e-07, + "Y": 8.421224265475757e-06, + "U": 3.302933704318889e-09, + "K": 3.780074280257395e-07, + "L": 5.0428123898882404e-09, + "G": 2.5069912226172164e-06, + "F": 0.0004821994516532868, + "E": 9.162251808447763e-05, + "T": 1.0293142622685991e-05, + "P": 0.5182684659957886, + "-": 0.4811161458492279 + }, + "id": "tp_23463" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2932900, + "label": "P", + "classification": { + "B": 8.121565770125017e-06, + "S": 1.2429924936441239e-05, + "I": 0.0012679164065048099, + "C": 0.00039889797335490584, + "R": 3.7292174965841696e-05, + "M": 8.915029320633039e-05, + "O": 7.617534720338881e-05, + "W": 6.936992122064112e-06, + "N": 0.00021402763377409428, + "Y": 0.0008827874553389847, + "U": 4.870558313996298e-06, + "K": 3.149433541693725e-05, + "L": 1.567178696859628e-05, + "G": 0.0011242172913625836, + "F": 0.01911420002579689, + "E": 0.004904056433588266, + "T": 0.0005819550133310258, + "P": 0.5060589909553528, + "-": 0.46517080068588257 + }, + "id": "tp_23464" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2933033, + "label": "P", + "classification": { + "B": 7.253662914763481e-08, + "S": 2.567493107008545e-09, + "I": 2.78611605608603e-05, + "C": 8.807471374439046e-08, + "R": 5.194299657063084e-09, + "M": 4.930176942252729e-07, + "O": 2.5249150326089875e-07, + "W": 2.590089254184136e-09, + "N": 2.405263899163401e-07, + "Y": 3.2279865536111174e-07, + "U": 2.3232946122497822e-10, + "K": 2.0032243225331925e-11, + "L": 1.2197952869996698e-08, + "G": 9.52534946918604e-07, + "F": 2.178071554226335e-06, + "E": 6.57099326417665e-06, + "T": 2.0839770513703115e-06, + "P": 0.8683350682258606, + "-": 0.13162389397621155 + }, + "id": "tp_23465" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2933133, + "label": "P", + "classification": { + "B": 1.0788002491324278e-08, + "S": 8.566400033771515e-09, + "I": 0.00018535694107413292, + "C": 1.6930769106693333e-06, + "R": 1.6767232580150448e-07, + "M": 1.1672792652461794e-06, + "O": 5.930395445830072e-07, + "W": 1.515918235384106e-08, + "N": 1.1961051313846838e-06, + "Y": 2.2960095520829782e-05, + "U": 1.5667975361566278e-08, + "K": 2.87445711677492e-09, + "L": 9.273080792127075e-08, + "G": 7.625799298693892e-06, + "F": 7.088080747053027e-05, + "E": 7.336821454373421e-06, + "T": 4.429862747201696e-05, + "P": 0.5929203033447266, + "-": 0.4067362844944 + }, + "id": "tp_23466" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2933267, + "label": "P", + "classification": { + "B": 3.728145259174198e-07, + "S": 8.77717013736401e-07, + "I": 0.0009357485105283558, + "C": 8.34167076391168e-06, + "R": 6.910909178259317e-07, + "M": 6.0568676417460665e-05, + "O": 1.042083567881491e-05, + "W": 5.796979962724436e-07, + "N": 2.9666472983080894e-05, + "Y": 0.0003638389753177762, + "U": 2.8424213383004826e-07, + "K": 1.9549374030702893e-07, + "L": 2.0493989723036066e-06, + "G": 5.193511242396198e-05, + "F": 0.000692729081492871, + "E": 0.0003419189597479999, + "T": 0.00034716646769084036, + "P": 0.6942241191864014, + "-": 0.30292850732803345 + }, + "id": "tp_23467" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2933400, + "label": "P", + "classification": { + "B": 4.708625738203409e-07, + "S": 2.2846514013963315e-07, + "I": 0.00013041416241321713, + "C": 8.667395832162583e-07, + "R": 8.499343806533943e-08, + "M": 2.3005563889455516e-06, + "O": 3.6001943044539075e-06, + "W": 1.8794213474393473e-07, + "N": 1.0116551493410952e-05, + "Y": 1.3819671039527748e-05, + "U": 5.57003083656582e-08, + "K": 7.818489962119202e-07, + "L": 1.170702290664849e-07, + "G": 1.1999446542176884e-05, + "F": 0.0005598608986474574, + "E": 0.00013781497546005994, + "T": 2.211954051745124e-05, + "P": 0.7587465643882751, + "-": 0.2403586506843567 + }, + "id": "tp_23468" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2933500, + "label": "P", + "classification": { + "B": 0.00012727447028737515, + "S": 1.505693762737792e-05, + "I": 0.032155465334653854, + "C": 0.0006991644040681422, + "R": 8.306872769026086e-05, + "M": 0.0009053762187249959, + "O": 8.694061398273334e-05, + "W": 1.3302141269377898e-05, + "N": 0.0013017043238505721, + "Y": 0.0008178948774002492, + "U": 6.657737230852945e-06, + "K": 5.281692665448645e-06, + "L": 3.840592034975998e-05, + "G": 0.00110209034755826, + "F": 0.0007037044269964099, + "E": 0.01829676330089569, + "T": 0.0005403991090133786, + "P": 0.8868159055709839, + "-": 0.05628553777933121 + }, + "id": "tp_23469" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2933634, + "label": "-", + "classification": { + "B": 1.0709371736083995e-06, + "S": 1.5820892258489039e-06, + "I": 0.0002683799248188734, + "C": 2.7858102839672938e-05, + "R": 2.025530875471304e-06, + "M": 6.51019872748293e-05, + "O": 1.5752097169752233e-05, + "W": 2.1271214336593403e-06, + "N": 3.0198818421922624e-05, + "Y": 0.0006014720420353115, + "U": 1.3954779660707572e-06, + "K": 7.92346618254669e-05, + "L": 6.658223696831556e-07, + "G": 7.501200889237225e-05, + "F": 0.003347930731251836, + "E": 0.0010541599476709962, + "T": 0.00031674045021645725, + "P": 0.22205473482608795, + "-": 0.7720546722412109 + }, + "id": "tp_23470" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2933767, + "label": "-", + "classification": { + "B": 9.79053197625035e-07, + "S": 6.946381176931027e-07, + "I": 8.87086644070223e-05, + "C": 7.367273610725533e-06, + "R": 7.015144660726946e-07, + "M": 2.029890674748458e-05, + "O": 1.2405017514538486e-05, + "W": 1.0373111081207753e-06, + "N": 5.358298494684277e-06, + "Y": 0.00028667395235970616, + "U": 4.682573830905312e-07, + "K": 5.265745585347759e-06, + "L": 5.814938504045131e-07, + "G": 4.477036418393254e-05, + "F": 0.001228890148922801, + "E": 8.366830297745764e-05, + "T": 0.00017366227984894067, + "P": 0.1191752701997757, + "-": 0.8788632154464722 + }, + "id": "tp_23471" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2933901, + "label": "-", + "classification": { + "B": 1.0783880810549817e-07, + "S": 2.6306089750960382e-08, + "I": 7.038354669930413e-05, + "C": 3.243859828216955e-05, + "R": 1.8598868791741552e-06, + "M": 1.9587852875702083e-05, + "O": 1.9946064639952965e-06, + "W": 8.465382705935554e-08, + "N": 1.3125785471856943e-06, + "Y": 0.0008182337041944265, + "U": 1.232006638929306e-07, + "K": 1.1783687341448967e-06, + "L": 3.571207685126865e-07, + "G": 9.987381054088473e-05, + "F": 0.0018022191943600774, + "E": 0.00018218813056591898, + "T": 9.696741471998394e-05, + "P": 0.11418312042951584, + "-": 0.882688045501709 + }, + "id": "tp_23472" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2934001, + "label": "-", + "classification": { + "B": 3.932589365263084e-09, + "S": 7.259066681086779e-09, + "I": 1.117583906307118e-05, + "C": 3.6215326417732285e-06, + "R": 5.499733219949121e-07, + "M": 3.5215334719396196e-06, + "O": 1.0238770755677251e-06, + "W": 1.1572817371074962e-08, + "N": 9.367526132564308e-08, + "Y": 0.00026896066265180707, + "U": 1.4577937079707226e-08, + "K": 2.262237508432463e-08, + "L": 6.633340632333784e-08, + "G": 2.1047268091933802e-05, + "F": 0.00019658524252008647, + "E": 1.0999797268596012e-06, + "T": 0.00019523946684785187, + "P": 0.030136000365018845, + "-": 0.9691610336303711 + }, + "id": "tp_23473" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2934134, + "label": "-", + "classification": { + "B": 3.5820348784909584e-06, + "S": 2.904737357312115e-06, + "I": 0.002228558761999011, + "C": 7.239391561597586e-05, + "R": 2.427784784231335e-05, + "M": 0.0002587304334156215, + "O": 9.127304656431079e-05, + "W": 4.589241143548861e-06, + "N": 7.463704241672531e-05, + "Y": 0.0016812436515465379, + "U": 3.4188487916253507e-06, + "K": 6.793385637138272e-06, + "L": 1.1555232958926354e-05, + "G": 0.0006156804738566279, + "F": 0.0019044121727347374, + "E": 0.0007257783436216414, + "T": 0.0017356910975649953, + "P": 0.23854878544807434, + "-": 0.7520056366920471 + }, + "id": "tp_23474" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2934268, + "label": "-", + "classification": { + "B": 4.551984147838084e-06, + "S": 7.545760581706418e-06, + "I": 0.0005770943243987858, + "C": 0.00011560681014088914, + "R": 2.0299195966799743e-05, + "M": 0.0003691907040774822, + "O": 0.00011898197408299893, + "W": 1.0376727004768327e-05, + "N": 6.390926137100905e-05, + "Y": 0.005696607753634453, + "U": 4.907545189780649e-06, + "K": 7.305414328584448e-05, + "L": 1.2925788723805454e-05, + "G": 0.0007837061421014369, + "F": 0.01019758079200983, + "E": 0.00144961045589298, + "T": 0.002250632969662547, + "P": 0.14430071413516998, + "-": 0.833942711353302 + }, + "id": "tp_23475" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2934401, + "label": "P", + "classification": { + "B": 1.1226812830500421e-06, + "S": 1.4099066447670339e-07, + "I": 0.0005024455022066832, + "C": 1.6772319213487208e-05, + "R": 1.5095072285475908e-06, + "M": 1.9101524230791256e-05, + "O": 6.39833115201327e-06, + "W": 4.785508735949406e-07, + "N": 1.838616117311176e-05, + "Y": 0.0001235318195540458, + "U": 1.1541058029251872e-06, + "K": 3.3113919926108792e-06, + "L": 8.767958661337616e-07, + "G": 8.729661931283772e-05, + "F": 0.000854497542604804, + "E": 0.0005673615960404277, + "T": 0.0001695859682513401, + "P": 0.5492665767669678, + "-": 0.4483594596385956 + }, + "id": "tp_23476" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2934501, + "label": "-", + "classification": { + "B": 1.286608494410757e-05, + "S": 2.4980787202366628e-05, + "I": 0.0031287570018321276, + "C": 0.00022547597473021597, + "R": 4.466657992452383e-05, + "M": 0.00025071564596146345, + "O": 0.00011418494250392541, + "W": 2.385318475717213e-05, + "N": 0.00047468426055274904, + "Y": 0.00671399524435401, + "U": 2.0565514205372892e-05, + "K": 0.000812231155578047, + "L": 8.835296284814831e-06, + "G": 0.000801640737336129, + "F": 0.008207481354475021, + "E": 0.0038613425567746162, + "T": 0.00139674823731184, + "P": 0.44043785333633423, + "-": 0.5334390997886658 + }, + "id": "tp_23477" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2934635, + "label": "-", + "classification": { + "B": 1.4534691228362817e-09, + "S": 1.320562104112355e-09, + "I": 1.3757392480329145e-05, + "C": 7.473970526916673e-07, + "R": 4.287388932766589e-08, + "M": 1.182209416583646e-06, + "O": 3.125333591924573e-07, + "W": 2.3392470183125624e-09, + "N": 1.3666991094396508e-07, + "Y": 5.948174657532945e-05, + "U": 2.13841211404997e-09, + "K": 3.3880847016831694e-09, + "L": 1.3362692286023048e-08, + "G": 6.944348569959402e-06, + "F": 6.92546964273788e-05, + "E": 2.8513277356978506e-06, + "T": 3.3381420507794246e-05, + "P": 0.11126567423343658, + "-": 0.8885461688041687 + }, + "id": "tp_23478" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2934768, + "label": "-", + "classification": { + "B": 7.551350904577703e-07, + "S": 1.2637560757866595e-06, + "I": 0.0018018885748460889, + "C": 0.00025560660287737846, + "R": 2.648355621204246e-05, + "M": 0.00016203013365156949, + "O": 3.8116395444376394e-05, + "W": 4.977954176865751e-06, + "N": 7.77809473220259e-05, + "Y": 0.00426578801125288, + "U": 3.084645186390844e-06, + "K": 0.00028261388069950044, + "L": 2.055780896625947e-06, + "G": 0.00059936149045825, + "F": 0.0031488477252423763, + "E": 0.002163167577236891, + "T": 0.0012294427724555135, + "P": 0.11481727659702301, + "-": 0.8711195588111877 + }, + "id": "tp_23479" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2934902, + "label": "-", + "classification": { + "B": 3.9173445998130774e-07, + "S": 5.123396107364897e-08, + "I": 0.00022387478384189308, + "C": 9.827857866184786e-06, + "R": 1.1423963997003739e-06, + "M": 1.7613112504477613e-05, + "O": 8.37479001347674e-06, + "W": 2.462635393385426e-07, + "N": 3.3522758258186514e-06, + "Y": 0.00017300347099080682, + "U": 1.9769196057950467e-07, + "K": 2.250245501045356e-07, + "L": 6.235154614842031e-07, + "G": 6.070404560887255e-05, + "F": 0.00014612071390729398, + "E": 7.604587881360203e-05, + "T": 0.00016395784041378647, + "P": 0.16112184524536133, + "-": 0.8379923701286316 + }, + "id": "tp_23480" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2935002, + "label": "-", + "classification": { + "B": 5.564328375839978e-07, + "S": 3.59404623395676e-07, + "I": 0.00040559720946475863, + "C": 4.8124074965016916e-05, + "R": 3.7471829728019657e-06, + "M": 2.089088229695335e-05, + "O": 1.0297960216121282e-05, + "W": 9.933355613611639e-07, + "N": 1.9436080037849024e-05, + "Y": 0.00028913491405546665, + "U": 1.2985856301384047e-06, + "K": 1.1891227586602326e-05, + "L": 8.519468224221782e-07, + "G": 0.00011566361354198307, + "F": 0.002017336431890726, + "E": 0.0003054871049243957, + "T": 0.00021849102631676942, + "P": 0.3435654044151306, + "-": 0.6529644131660461 + }, + "id": "tp_23481" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2935135, + "label": "P", + "classification": { + "B": 2.3890720513009e-07, + "S": 2.6781430051414645e-07, + "I": 0.0001949567231349647, + "C": 9.20291495276615e-06, + "R": 8.985575732367579e-07, + "M": 1.1430929589550942e-05, + "O": 7.897777322796173e-06, + "W": 2.811371189181955e-07, + "N": 1.862148565123789e-05, + "Y": 0.00012621244241017848, + "U": 3.287606773483276e-07, + "K": 6.610334821743891e-06, + "L": 2.0350003637759073e-07, + "G": 6.609973206650466e-05, + "F": 0.000943834544159472, + "E": 0.00022218696540221572, + "T": 0.00016210264584515244, + "P": 0.528861403465271, + "-": 0.46936723589897156 + }, + "id": "tp_23482" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2935269, + "label": "-", + "classification": { + "B": 0.0002628072688821703, + "S": 2.02404880838003e-05, + "I": 0.00997577141970396, + "C": 0.0020700618624687195, + "R": 0.00023149458866100758, + "M": 0.0047190431505441666, + "O": 0.0004617234517354518, + "W": 5.1260936743346974e-05, + "N": 0.00045974223758094013, + "Y": 0.012782315723598003, + "U": 7.282827573362738e-05, + "K": 9.517594298813492e-05, + "L": 0.00020896608475595713, + "G": 0.005363114178180695, + "F": 0.0037999735213816166, + "E": 0.010393431410193443, + "T": 0.006756311282515526, + "P": 0.2222847193479538, + "-": 0.7199910283088684 + }, + "id": "tp_23483" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2935402, + "label": "-", + "classification": { + "B": 7.635928795934888e-07, + "S": 7.901388698883238e-07, + "I": 7.188227027654648e-05, + "C": 5.702383987227222e-06, + "R": 4.792050845026097e-07, + "M": 2.6014649847638793e-05, + "O": 1.1573605661396869e-05, + "W": 1.3929466149420477e-06, + "N": 4.633273874787847e-06, + "Y": 0.0001264079473912716, + "U": 3.710298699388659e-07, + "K": 2.7164667244505836e-06, + "L": 5.873628197150538e-07, + "G": 3.722387918969616e-05, + "F": 0.0008665710338391364, + "E": 8.844866533763707e-05, + "T": 0.00024181685876101255, + "P": 0.2675967216491699, + "-": 0.7309159636497498 + }, + "id": "tp_23484" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2935502, + "label": "-", + "classification": { + "B": 9.789852484232142e-09, + "S": 4.497158645477839e-09, + "I": 9.386122837895527e-05, + "C": 2.211108494520886e-06, + "R": 1.9718768839993572e-07, + "M": 4.3296072362863924e-06, + "O": 8.960803370428039e-07, + "W": 1.0926621385465296e-08, + "N": 6.515089125969098e-07, + "Y": 0.000127270192024298, + "U": 2.010307476041362e-08, + "K": 2.6708296019251065e-08, + "L": 4.634184591623125e-08, + "G": 1.4028836631041486e-05, + "F": 3.591320273699239e-05, + "E": 2.9026539777987637e-05, + "T": 0.00010024126822827384, + "P": 0.13561642169952393, + "-": 0.8639748096466064 + }, + "id": "tp_23485" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2935636, + "label": "-", + "classification": { + "B": 2.2469254190582433e-07, + "S": 1.8833291051123524e-06, + "I": 0.00019534805323928595, + "C": 4.525599706539651e-06, + "R": 1.6685467016941402e-06, + "M": 4.316111153457314e-05, + "O": 2.2343589080264792e-05, + "W": 9.103771958507423e-07, + "N": 9.49535478866892e-06, + "Y": 0.0010227581951767206, + "U": 6.017874625285913e-07, + "K": 3.291249231551774e-05, + "L": 6.847963618383801e-07, + "G": 0.00012170385161880404, + "F": 0.001970382407307625, + "E": 8.338785119121894e-05, + "T": 0.0010553322499617934, + "P": 0.06078007072210312, + "-": 0.9346526265144348 + }, + "id": "tp_23486" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2935769, + "label": "-", + "classification": { + "B": 3.3863389035104774e-06, + "S": 6.907156148372451e-06, + "I": 0.0011161095462739468, + "C": 7.532195013482124e-05, + "R": 2.098255936289206e-05, + "M": 0.0008367609116248786, + "O": 8.8884262368083e-05, + "W": 9.438802408112679e-06, + "N": 4.291846198611893e-05, + "Y": 0.009889130480587482, + "U": 2.6394195629109163e-06, + "K": 4.1298299038317055e-05, + "L": 7.852568160160445e-06, + "G": 0.0005197452264837921, + "F": 0.002480447990819812, + "E": 0.0006583548965863883, + "T": 0.003546197433024645, + "P": 0.06881454586982727, + "-": 0.9118391275405884 + }, + "id": "tp_23487" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2935903, + "label": "-", + "classification": { + "B": 3.2420218758488772e-06, + "S": 7.135523105716857e-07, + "I": 0.00045846239663660526, + "C": 1.6098125342978165e-05, + "R": 1.7306718973486568e-06, + "M": 4.182219345238991e-05, + "O": 2.0516919903457165e-05, + "W": 1.1441148899393738e-06, + "N": 3.904124241671525e-05, + "Y": 0.0008845193078741431, + "U": 1.4890667898725951e-06, + "K": 1.6928646800806746e-05, + "L": 1.3438159385259496e-06, + "G": 0.00017453706823289394, + "F": 0.0013473681174218655, + "E": 0.0007745889015495777, + "T": 0.00045584506005980074, + "P": 0.26663902401924133, + "-": 0.7291215658187866 + }, + "id": "tp_23488" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2936003, + "label": "-", + "classification": { + "B": 1.5191432112260372e-07, + "S": 3.4215486266475637e-07, + "I": 0.00029796003946103156, + "C": 3.798743637162261e-05, + "R": 4.372808689367957e-06, + "M": 0.0001521652447991073, + "O": 1.3782604582956992e-05, + "W": 1.0102381793331006e-06, + "N": 7.984431249496993e-06, + "Y": 0.003709629876539111, + "U": 2.90025525373494e-07, + "K": 2.2025735233910382e-05, + "L": 8.036581107262464e-07, + "G": 0.00021437405666802078, + "F": 0.002247532829642296, + "E": 0.0004243458970449865, + "T": 0.0009310496971011162, + "P": 0.0360335074365139, + "-": 0.9559008479118347 + }, + "id": "tp_23489" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2936136, + "label": "-", + "classification": { + "B": 1.2623931979760528e-05, + "S": 4.205299319437472e-06, + "I": 0.000982140307314694, + "C": 0.0003571218403521925, + "R": 2.5829636797425337e-05, + "M": 0.00033003653516061604, + "O": 6.887331255711615e-05, + "W": 7.137945885915542e-06, + "N": 0.0001058584894053638, + "Y": 0.0014221332967281342, + "U": 8.455060196865816e-06, + "K": 6.007833144394681e-05, + "L": 9.254539691028185e-06, + "G": 0.0006834304076619446, + "F": 0.005458170082420111, + "E": 0.0037056312430649996, + "T": 0.0008765182574279606, + "P": 0.3875977694988251, + "-": 0.5982847809791565 + }, + "id": "tp_23490" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2936270, + "label": "-", + "classification": { + "B": 4.1833396835500025e-07, + "S": 8.961719686340075e-07, + "I": 0.0006607246468774974, + "C": 0.00010853469575522467, + "R": 2.7724676328944042e-05, + "M": 7.988967990968376e-05, + "O": 4.326691851019859e-05, + "W": 2.4476987618982093e-06, + "N": 1.918995076266583e-05, + "Y": 0.0012477473355829716, + "U": 3.1759059311298188e-06, + "K": 3.018431470991345e-06, + "L": 6.748336545570055e-06, + "G": 0.0002046613662969321, + "F": 0.0010227716993540525, + "E": 0.0001155386635218747, + "T": 0.0013138242065906525, + "P": 0.08990513533353806, + "-": 0.9052342772483826 + }, + "id": "tp_23491" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2936403, + "label": "-", + "classification": { + "B": 6.178866169648245e-05, + "S": 9.106830111704767e-05, + "I": 0.003023965749889612, + "C": 0.0010581465903669596, + "R": 0.00013969125575385988, + "M": 0.00056796072749421, + "O": 0.00037924450589343905, + "W": 0.00011131021892651916, + "N": 0.000680016353726387, + "Y": 0.002376547083258629, + "U": 7.709085912210867e-05, + "K": 0.000782085582613945, + "L": 6.081233004806563e-05, + "G": 0.0014970757765695453, + "F": 0.03311562165617943, + "E": 0.0044282968156039715, + "T": 0.002152332803234458, + "P": 0.38490262627601624, + "-": 0.564494252204895 + }, + "id": "tp_23492" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2936503, + "label": "-", + "classification": { + "B": 3.6841051041847095e-05, + "S": 0.00010530570580158383, + "I": 0.0031156137119978666, + "C": 0.0010432859417051077, + "R": 0.00038021118962205946, + "M": 0.0017380480421707034, + "O": 0.0006834545638412237, + "W": 0.0001546196872368455, + "N": 0.0004233895742800087, + "Y": 0.014553924091160297, + "U": 9.97798124444671e-05, + "K": 0.0010298173874616623, + "L": 0.00015087251085788012, + "G": 0.0032590965274721384, + "F": 0.02979470230638981, + "E": 0.0023730655666440725, + "T": 0.006800046190619469, + "P": 0.15397122502326965, + "-": 0.7802867293357849 + }, + "id": "tp_23493" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2936637, + "label": "-", + "classification": { + "B": 6.754483479198825e-07, + "S": 2.015745394601254e-06, + "I": 0.007415562868118286, + "C": 8.031611650949344e-05, + "R": 1.886790050775744e-05, + "M": 0.00014803944213781506, + "O": 3.23703461617697e-05, + "W": 4.218284630042035e-06, + "N": 0.00015051405353005975, + "Y": 0.006917049642652273, + "U": 1.63520485330082e-06, + "K": 6.302070687524974e-05, + "L": 2.4016753741307184e-06, + "G": 0.0004199523536954075, + "F": 0.002942022169008851, + "E": 0.0015030669746920466, + "T": 0.0016632812330499291, + "P": 0.260485976934433, + "-": 0.7181490659713745 + }, + "id": "tp_23494" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2936770, + "label": "P", + "classification": { + "B": 9.467697736909031e-08, + "S": 5.878602049591564e-09, + "I": 0.0044561717659235, + "C": 2.2028241801308468e-05, + "R": 6.12387111686985e-07, + "M": 7.69756570662139e-06, + "O": 3.149216070141847e-07, + "W": 1.9048595589765682e-08, + "N": 2.0943958588759415e-05, + "Y": 3.549654138623737e-05, + "U": 2.9803082668422576e-08, + "K": 2.3829306528000416e-08, + "L": 6.173923594587905e-08, + "G": 1.0461832971486729e-05, + "F": 1.4294585525931325e-05, + "E": 0.0009150925325229764, + "T": 1.2400662853906397e-05, + "P": 0.947242796421051, + "-": 0.047261495143175125 + }, + "id": "tp_23495" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2936904, + "label": "-", + "classification": { + "B": 0.00012795813381671906, + "S": 0.0001739994768286124, + "I": 0.002500467700883746, + "C": 0.00048261729534715414, + "R": 0.0001722098095342517, + "M": 0.002054427983239293, + "O": 0.0010660625994205475, + "W": 0.00013563984248321503, + "N": 0.0004272892838343978, + "Y": 0.0075336964800953865, + "U": 8.277338929474354e-05, + "K": 0.00020767516980413347, + "L": 0.00018322007963433862, + "G": 0.0019113003509119153, + "F": 0.010259080678224564, + "E": 0.0019605900160968304, + "T": 0.00868946872651577, + "P": 0.17580647766590118, + "-": 0.7862250208854675 + }, + "id": "tp_23496" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2937004, + "label": "-", + "classification": { + "B": 4.147208301219507e-07, + "S": 4.2611245021362265e-07, + "I": 0.00018529784574639052, + "C": 7.86738110036822e-06, + "R": 6.201898372637515e-07, + "M": 1.9027873349841684e-05, + "O": 1.0015621228376403e-05, + "W": 4.952348149345198e-07, + "N": 1.1350874046911485e-05, + "Y": 0.00028467748779803514, + "U": 4.844242766921525e-07, + "K": 2.3088625766831683e-06, + "L": 8.379357154808531e-07, + "G": 0.0001241541322087869, + "F": 0.001422417932190001, + "E": 0.0002098827826557681, + "T": 0.0002699418691918254, + "P": 0.46192213892936707, + "-": 0.5355276465415955 + }, + "id": "tp_23497" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2937137, + "label": "-", + "classification": { + "B": 1.167312166217016e-05, + "S": 4.115113370062318e-06, + "I": 0.0032432700973004103, + "C": 0.0005447700386866927, + "R": 0.00010360633314121515, + "M": 0.0006108182133175433, + "O": 0.00016867626982275397, + "W": 1.6974834579741582e-05, + "N": 0.00015797717787791044, + "Y": 0.004816251806914806, + "U": 1.680572131590452e-05, + "K": 6.612744618905708e-05, + "L": 3.2637763069942594e-05, + "G": 0.0016950095305219293, + "F": 0.004039888735860586, + "E": 0.004188015125691891, + "T": 0.0015783562557771802, + "P": 0.16845980286598206, + "-": 0.8102452158927917 + }, + "id": "tp_23498" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2937271, + "label": "-", + "classification": { + "B": 2.2242980790565525e-08, + "S": 1.8934611034637783e-07, + "I": 0.0001466306857764721, + "C": 2.269209289806895e-06, + "R": 8.740675525586994e-07, + "M": 1.7695987480692565e-05, + "O": 2.583173227321822e-06, + "W": 7.845270744155641e-08, + "N": 2.0832551399507793e-06, + "Y": 0.0007614452624693513, + "U": 2.7613232589374093e-08, + "K": 2.7051705728808884e-06, + "L": 1.5023874766484369e-07, + "G": 4.069753049407154e-05, + "F": 0.0024376579094678164, + "E": 4.996799907530658e-05, + "T": 0.0005587072228081524, + "P": 0.04399148002266884, + "-": 0.9519846439361572 + }, + "id": "tp_23499" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2937404, + "label": "-", + "classification": { + "B": 1.5567340597044677e-05, + "S": 5.593897367361933e-05, + "I": 0.001872062566690147, + "C": 0.000413834786741063, + "R": 0.00022023057681508362, + "M": 0.00047701323637738824, + "O": 0.00033864323631860316, + "W": 8.536982932128012e-05, + "N": 0.0003476101846899837, + "Y": 0.01070520281791687, + "U": 6.224977551028132e-05, + "K": 0.001414087018929422, + "L": 5.279095421428792e-05, + "G": 0.0013881856575608253, + "F": 0.04472249001264572, + "E": 0.0016001991461962461, + "T": 0.0035614126827567816, + "P": 0.1886189579963684, + "-": 0.7440481781959534 + }, + "id": "tp_23500" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2937504, + "label": "-", + "classification": { + "B": 8.189569484784442e-07, + "S": 5.787089776276844e-07, + "I": 0.0016487010288983583, + "C": 0.00023189147759694606, + "R": 3.492071118671447e-05, + "M": 0.00033127376809716225, + "O": 5.389522630139254e-05, + "W": 2.2319209165289067e-06, + "N": 3.2691663363948464e-05, + "Y": 0.0027697498444467783, + "U": 2.7074815989180934e-06, + "K": 4.5691172090300824e-06, + "L": 7.484463367291028e-06, + "G": 0.00041081037488766015, + "F": 0.0005800052313134074, + "E": 0.0003805568558163941, + "T": 0.0029400945641100407, + "P": 0.07226953655481339, + "-": 0.9182974100112915 + }, + "id": "tp_23501" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2937638, + "label": "-", + "classification": { + "B": 9.66602674452588e-05, + "S": 6.545739597640932e-05, + "I": 0.05310257524251938, + "C": 0.031544577330350876, + "R": 0.010136277414858341, + "M": 0.009627575986087322, + "O": 0.0034577844198793173, + "W": 0.0002575997496023774, + "N": 0.0017836829647421837, + "Y": 0.08331766724586487, + "U": 0.00024553583352826536, + "K": 0.00034453891566954553, + "L": 0.0010456476593390107, + "G": 0.03428543731570244, + "F": 0.007282476406544447, + "E": 0.006953353527933359, + "T": 0.02856234461069107, + "P": 0.06159765645861626, + "-": 0.6662931442260742 + }, + "id": "tp_23502" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2937771, + "label": "-", + "classification": { + "B": 9.704910917207599e-05, + "S": 8.612123929196969e-05, + "I": 0.013623800128698349, + "C": 0.003502790816128254, + "R": 0.0006074773846194148, + "M": 0.002119391690939665, + "O": 0.0008162536541931331, + "W": 0.00010579463560134172, + "N": 0.0015563275665044785, + "Y": 0.008589375764131546, + "U": 0.00012145620712544769, + "K": 0.00030023770523257554, + "L": 0.00015720329247415066, + "G": 0.002823167247697711, + "F": 0.01079146470874548, + "E": 0.005542309954762459, + "T": 0.005648112390190363, + "P": 0.3762661814689636, + "-": 0.5672454833984375 + }, + "id": "tp_23503" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2937905, + "label": "-", + "classification": { + "B": 7.593140338713056e-08, + "S": 1.5292521027276962e-08, + "I": 0.0002042871346930042, + "C": 4.599501335178502e-05, + "R": 3.3628712117206305e-06, + "M": 6.288223812589422e-05, + "O": 4.072809133504052e-06, + "W": 6.592104284663947e-08, + "N": 6.018391900397546e-07, + "Y": 0.0016797800781205297, + "U": 2.7145016900931296e-08, + "K": 7.601831164549822e-09, + "L": 8.994288123176375e-07, + "G": 9.284392581321299e-05, + "F": 4.623081622412428e-05, + "E": 3.052664760616608e-05, + "T": 0.0005991699872538447, + "P": 0.05438650771975517, + "-": 0.9428425431251526 + }, + "id": "tp_23504" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2938005, + "label": "-", + "classification": { + "B": 8.075298296716937e-08, + "S": 6.611061564854026e-08, + "I": 3.7210054870229214e-05, + "C": 4.4340464228298515e-05, + "R": 4.290522156225052e-06, + "M": 1.0581637980067171e-05, + "O": 4.135033577767899e-06, + "W": 2.791998383600003e-07, + "N": 9.56901317294978e-07, + "Y": 0.00064281647792086, + "U": 3.790163702888094e-07, + "K": 9.05137767404085e-06, + "L": 2.9996792250130966e-07, + "G": 5.144196984474547e-05, + "F": 0.0009038426214829087, + "E": 2.2474576326203533e-05, + "T": 0.0001358623121632263, + "P": 0.030525803565979004, + "-": 0.9676060080528259 + }, + "id": "tp_23505" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2938138, + "label": "-", + "classification": { + "B": 2.2673322064292734e-07, + "S": 1.8741819474143995e-07, + "I": 0.00036532164085656404, + "C": 1.3476935237122234e-05, + "R": 1.5517767906203517e-06, + "M": 2.611279342090711e-05, + "O": 6.388002020685235e-06, + "W": 2.818072175614361e-07, + "N": 8.864347364578862e-06, + "Y": 0.00033875484950840473, + "U": 2.886766878873459e-07, + "K": 7.655610829715442e-07, + "L": 6.370082701323554e-07, + "G": 6.34024545433931e-05, + "F": 0.0005591447115875781, + "E": 0.00011372992594260722, + "T": 0.0002694232971407473, + "P": 0.37776950001716614, + "-": 0.6204619407653809 + }, + "id": "tp_23506" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2938272, + "label": "-", + "classification": { + "B": 0.00012646432151086628, + "S": 6.922262400621548e-05, + "I": 0.014969016425311565, + "C": 0.014169358648359776, + "R": 0.001299730851314962, + "M": 0.0030643478967249393, + "O": 0.0005710224504582584, + "W": 0.0001144684647442773, + "N": 0.0007221677806228399, + "Y": 0.018068788573145866, + "U": 0.00019301389693282545, + "K": 0.0001754258555592969, + "L": 0.0003656673652585596, + "G": 0.007283328101038933, + "F": 0.01297009363770485, + "E": 0.007222714368253946, + "T": 0.008175347000360489, + "P": 0.22552093863487244, + "-": 0.6849189400672913 + }, + "id": "tp_23507" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2938405, + "label": "-", + "classification": { + "B": 5.81747938710464e-09, + "S": 1.8102843668543755e-09, + "I": 4.101759986951947e-05, + "C": 2.3705219973635394e-06, + "R": 1.2185788023089117e-07, + "M": 5.430413239082554e-06, + "O": 5.314255986377248e-07, + "W": 4.75667238930555e-09, + "N": 1.878906061847374e-07, + "Y": 0.00015618649194948375, + "U": 6.567482557784388e-09, + "K": 3.155093963869149e-09, + "L": 3.518266566970851e-08, + "G": 1.3849336937710177e-05, + "F": 2.5505352823529392e-05, + "E": 7.877294592617545e-06, + "T": 0.00015432093641720712, + "P": 0.12006854265928268, + "-": 0.8795241117477417 + }, + "id": "tp_23508" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2938505, + "label": "-", + "classification": { + "B": 1.0508449221902083e-08, + "S": 2.2120637765965512e-08, + "I": 2.2712511054123752e-05, + "C": 9.748961247169063e-07, + "R": 1.1133722210843189e-07, + "M": 7.38608832762111e-06, + "O": 1.2173344430266297e-06, + "W": 8.897307424149403e-08, + "N": 8.732023957236379e-07, + "Y": 0.00036852865014225245, + "U": 2.5320062491118733e-08, + "K": 9.397583198733628e-06, + "L": 2.2799630627901024e-08, + "G": 2.512157334422227e-05, + "F": 0.0007317941635847092, + "E": 0.00010691457282518968, + "T": 8.896506915334612e-05, + "P": 0.04076775163412094, + "-": 0.9578681588172913 + }, + "id": "tp_23509" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2938639, + "label": "-", + "classification": { + "B": 5.985363316085568e-08, + "S": 3.849977048275832e-08, + "I": 9.661462536314502e-05, + "C": 5.893327852390939e-06, + "R": 1.3009054100621142e-06, + "M": 1.445114230591571e-05, + "O": 4.02938894694671e-06, + "W": 1.205884530008916e-07, + "N": 1.740073571454559e-06, + "Y": 0.00029704562621191144, + "U": 1.055875529232253e-07, + "K": 1.781955120350176e-06, + "L": 1.9701761289070419e-07, + "G": 4.65313351014629e-05, + "F": 0.0009335067588835955, + "E": 4.963628816767596e-05, + "T": 0.0001411348202964291, + "P": 0.09268364310264587, + "-": 0.9057221412658691 + }, + "id": "tp_23510" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2938772, + "label": "-", + "classification": { + "B": 1.1274308917563758e-06, + "S": 2.8065217065886827e-06, + "I": 0.0005697289598174393, + "C": 3.636010660557076e-05, + "R": 6.799245511501795e-06, + "M": 3.734082929440774e-05, + "O": 3.057357753277756e-05, + "W": 5.5450286708946805e-06, + "N": 7.893340080045164e-05, + "Y": 0.0020433184690773487, + "U": 4.029065166832879e-06, + "K": 0.0002412740868749097, + "L": 1.4201656313161948e-06, + "G": 0.00027501294971443713, + "F": 0.00902889296412468, + "E": 0.0014856840716674924, + "T": 0.00030787978903390467, + "P": 0.3686473071575165, + "-": 0.6171959042549133 + }, + "id": "tp_23511" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2938906, + "label": "-", + "classification": { + "B": 6.752029548806604e-06, + "S": 2.4465112801408395e-05, + "I": 0.0024725566618144512, + "C": 0.0005265119834803045, + "R": 0.00010592172475298867, + "M": 0.00038782780757173896, + "O": 0.00030892904032953084, + "W": 5.8542857004795223e-05, + "N": 0.0004196436784695834, + "Y": 0.007022909354418516, + "U": 2.5619201551307924e-05, + "K": 0.0030653662979602814, + "L": 1.7383672457071953e-05, + "G": 0.002135250251740217, + "F": 0.022162634879350662, + "E": 0.0036184366326779127, + "T": 0.003187242429703474, + "P": 0.17502102255821228, + "-": 0.779433012008667 + }, + "id": "tp_23512" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2939006, + "label": "-", + "classification": { + "B": 0.00012042699381709099, + "S": 0.00010739945719251409, + "I": 0.05210530012845993, + "C": 0.0055286274291574955, + "R": 0.0018787357257679105, + "M": 0.0014699202729389071, + "O": 0.0013247140450403094, + "W": 0.00022986317344475538, + "N": 0.005007509142160416, + "Y": 0.03959076106548309, + "U": 0.00019633449846878648, + "K": 0.0030423474963754416, + "L": 0.00010740641300799325, + "G": 0.0076043750159442425, + "F": 0.010416161268949509, + "E": 0.00944746658205986, + "T": 0.00860894750803709, + "P": 0.28394871950149536, + "-": 0.5692650079727173 + }, + "id": "tp_23513" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2939139, + "label": "-", + "classification": { + "B": 2.4434090861724655e-10, + "S": 3.1496745211967436e-09, + "I": 4.692909897130448e-06, + "C": 1.2331362995610107e-05, + "R": 1.3283421367304982e-06, + "M": 5.425820290838601e-07, + "O": 3.2561831631028326e-07, + "W": 7.059018258814831e-09, + "N": 9.178593529668433e-08, + "Y": 0.00030247331596910954, + "U": 6.807703289979372e-09, + "K": 8.041280921133875e-07, + "L": 4.840596812272224e-09, + "G": 5.7308275245304685e-06, + "F": 0.0002876120270229876, + "E": 9.86105078482069e-07, + "T": 2.301318454556167e-05, + "P": 0.0034304887522011995, + "-": 0.9959295392036438 + }, + "id": "tp_23514" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2939273, + "label": "-", + "classification": { + "B": 1.8113775013262057e-07, + "S": 8.532902029401157e-07, + "I": 5.218665683059953e-05, + "C": 2.2201147658051923e-05, + "R": 4.914309101877734e-06, + "M": 4.858670581597835e-05, + "O": 3.1158244382822886e-05, + "W": 1.402813040840556e-06, + "N": 2.483956222931738e-06, + "Y": 0.0007098614005371928, + "U": 5.777736760137486e-07, + "K": 1.5557222923234804e-06, + "L": 2.7635849164653337e-06, + "G": 7.806185749359429e-05, + "F": 0.0013080508215352893, + "E": 1.95584671018878e-05, + "T": 0.0006426312029361725, + "P": 0.029097113758325577, + "-": 0.9679757952690125 + }, + "id": "tp_23515" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2939406, + "label": "-", + "classification": { + "B": 2.756777757895179e-05, + "S": 2.3290524040930904e-05, + "I": 0.014224300161004066, + "C": 0.008866086602210999, + "R": 0.0030125523917376995, + "M": 0.004544062074273825, + "O": 0.0010413917480036616, + "W": 7.245320739457384e-05, + "N": 0.00038878488703630865, + "Y": 0.10932967066764832, + "U": 3.940813257941045e-05, + "K": 0.00019731050997506827, + "L": 0.00018037464178632945, + "G": 0.012681336142122746, + "F": 0.005933351814746857, + "E": 0.0024405259173363447, + "T": 0.022551918402314186, + "P": 0.03053131513297558, + "-": 0.7839142680168152 + }, + "id": "tp_23516" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2939506, + "label": "-", + "classification": { + "B": 2.047780299108126e-06, + "S": 2.189906581406831e-06, + "I": 0.00019864262139890343, + "C": 0.00018105219351127744, + "R": 1.9841854737023823e-05, + "M": 0.00022942235227674246, + "O": 5.4828029533382505e-05, + "W": 4.25201096732053e-06, + "N": 1.5151668776525185e-05, + "Y": 0.0017509140307083726, + "U": 3.716207856996334e-06, + "K": 1.5051748050609604e-05, + "L": 6.121734259068035e-06, + "G": 0.00021807992015965283, + "F": 0.0026131593622267246, + "E": 0.0002452918270137161, + "T": 0.00145552190952003, + "P": 0.0665321946144104, + "-": 0.92645263671875 + }, + "id": "tp_23517" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2939640, + "label": "-", + "classification": { + "B": 1.2717225494895956e-08, + "S": 1.8854587224836905e-08, + "I": 0.00011425268894527107, + "C": 2.1540883608395234e-05, + "R": 2.7354863050277345e-06, + "M": 1.1396718946343753e-05, + "O": 1.8478151559975231e-06, + "W": 5.722045059997072e-08, + "N": 1.3539624887926038e-06, + "Y": 0.00100598088465631, + "U": 9.869567207942964e-08, + "K": 6.46327293907234e-07, + "L": 2.0124740274241049e-07, + "G": 3.4376636904198676e-05, + "F": 0.00040968036046251655, + "E": 6.353391654556617e-05, + "T": 0.00027555375709198415, + "P": 0.07826302200555801, + "-": 0.9197937250137329 + }, + "id": "tp_23518" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2939773, + "label": "-", + "classification": { + "B": 6.04402921453584e-05, + "S": 5.342511576600373e-05, + "I": 0.0009444565512239933, + "C": 0.00024210471019614488, + "R": 0.00017563691653776914, + "M": 0.0010589039884507656, + "O": 0.0005023952107876539, + "W": 4.462528886506334e-05, + "N": 0.00010653628123691306, + "Y": 0.012111835181713104, + "U": 1.5391598935821094e-05, + "K": 8.284790237667039e-05, + "L": 9.357104863738641e-05, + "G": 0.0028680867981165648, + "F": 0.019123757258057594, + "E": 0.000749367696698755, + "T": 0.006061869207769632, + "P": 0.0832703486084938, + "-": 0.8724344372749329 + }, + "id": "tp_23519" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2939907, + "label": "-", + "classification": { + "B": 1.8590036177101865e-09, + "S": 9.114497351303541e-11, + "I": 2.2328713384922594e-05, + "C": 1.4146514786261832e-06, + "R": 5.7529142338808015e-08, + "M": 6.441775894927559e-07, + "O": 9.993677707598181e-08, + "W": 1.0794812821401933e-09, + "N": 5.356805843348411e-08, + "Y": 6.06530302320607e-05, + "U": 2.8870019708193695e-09, + "K": 4.7543267100991216e-09, + "L": 9.306956982868542e-09, + "G": 1.9178631191607565e-05, + "F": 5.741227141697891e-05, + "E": 9.010429494082928e-06, + "T": 1.1137712135678157e-05, + "P": 0.08782289922237396, + "-": 0.9119951725006104 + }, + "id": "tp_23520" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2940007, + "label": "-", + "classification": { + "B": 1.676571059761045e-06, + "S": 9.241084626410156e-07, + "I": 0.0003433571837376803, + "C": 4.546550917439163e-05, + "R": 6.470884272857802e-06, + "M": 0.00015738005458842963, + "O": 8.101618004729971e-05, + "W": 1.2379744021018269e-06, + "N": 1.1122597243229393e-05, + "Y": 0.0004040151252411306, + "U": 8.871839440871554e-07, + "K": 3.4984603303200856e-07, + "L": 1.2877054359705653e-05, + "G": 0.0003092870756518096, + "F": 0.00043160669156350195, + "E": 9.729222801979631e-05, + "T": 0.001022382522933185, + "P": 0.09692937880754471, + "-": 0.9001433849334717 + }, + "id": "tp_23521" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2940140, + "label": "-", + "classification": { + "B": 2.5557705951584353e-10, + "S": 1.087049672499063e-09, + "I": 6.140109235275304e-06, + "C": 5.400271874123064e-08, + "R": 6.027883525661082e-09, + "M": 6.857669632154284e-08, + "O": 1.2730345133604715e-07, + "W": 1.685535155893092e-09, + "N": 1.623842678100118e-07, + "Y": 5.469799816637533e-06, + "U": 1.5473329284532156e-09, + "K": 4.023664956775974e-08, + "L": 1.249590875218587e-09, + "G": 8.678654808136343e-07, + "F": 0.0001307097845710814, + "E": 1.9059795022258186e-06, + "T": 7.129671757866163e-06, + "P": 0.2343667447566986, + "-": 0.7654805779457092 + }, + "id": "tp_23522" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2940274, + "label": "-", + "classification": { + "B": 1.531962425360689e-06, + "S": 6.126573453002493e-07, + "I": 0.001433834433555603, + "C": 0.0002142901939805597, + "R": 3.56088530679699e-05, + "M": 0.00018506385094951838, + "O": 4.6169170673238114e-05, + "W": 3.1923573260428384e-06, + "N": 4.5579832658404484e-05, + "Y": 0.0028118344489485025, + "U": 4.9289305934507865e-06, + "K": 1.3752258382737637e-05, + "L": 7.24536994312075e-06, + "G": 0.0006168551044538617, + "F": 0.0019361271988600492, + "E": 0.0006909177755005658, + "T": 0.0010761227458715439, + "P": 0.13767214119434357, + "-": 0.8532041907310486 + }, + "id": "tp_23523" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2940407, + "label": "-", + "classification": { + "B": 2.788178790069651e-06, + "S": 5.6780854720273055e-06, + "I": 0.0009747035801410675, + "C": 0.00015889943460933864, + "R": 3.997320891357958e-05, + "M": 0.0004232705687172711, + "O": 0.00014541159907821566, + "W": 6.564244813489495e-06, + "N": 6.133010901976377e-05, + "Y": 0.0019927469547837973, + "U": 5.407278422353556e-06, + "K": 9.894440154312178e-06, + "L": 1.78495429281611e-05, + "G": 0.0006285403505899012, + "F": 0.0025870457757264376, + "E": 0.000511344347614795, + "T": 0.002562080742791295, + "P": 0.1497400999069214, + "-": 0.8401264548301697 + }, + "id": "tp_23524" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2940507, + "label": "-", + "classification": { + "B": 2.6017900722763443e-08, + "S": 1.0787262638700668e-08, + "I": 3.768744136323221e-05, + "C": 3.737035740414285e-06, + "R": 2.0148580404111271e-07, + "M": 3.1110412237467244e-06, + "O": 1.4432777106776484e-06, + "W": 2.41702604597549e-08, + "N": 1.0244400527881226e-06, + "Y": 5.170328950043768e-05, + "U": 4.962661037666294e-08, + "K": 3.585903698422044e-07, + "L": 6.43672919409255e-08, + "G": 2.2736401660949923e-05, + "F": 0.0004418064490891993, + "E": 2.992234112753067e-05, + "T": 5.911705011385493e-05, + "P": 0.1861245036125183, + "-": 0.8132224678993225 + }, + "id": "tp_23525" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2940641, + "label": "-", + "classification": { + "B": 2.8379222385410685e-06, + "S": 6.139217134659702e-07, + "I": 0.00027599040186032653, + "C": 4.922327570966445e-05, + "R": 4.797773272002814e-06, + "M": 2.389912879152689e-05, + "O": 9.969367056328338e-06, + "W": 9.312784072790237e-07, + "N": 1.073008115781704e-05, + "Y": 0.0003775427758228034, + "U": 1.0968433343805373e-06, + "K": 2.5629594802012434e-06, + "L": 1.9015697034774348e-06, + "G": 0.00013889154070056975, + "F": 0.0018624699441716075, + "E": 0.00020857648632954806, + "T": 0.00018394140352029353, + "P": 0.4717334806919098, + "-": 0.52511066198349 + }, + "id": "tp_23526" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2940774, + "label": "-", + "classification": { + "B": 3.862202356685884e-05, + "S": 4.1402399801881984e-05, + "I": 0.0035001959186047316, + "C": 0.000830674369353801, + "R": 0.000200665119336918, + "M": 0.0037504842039197683, + "O": 0.0005712482961826026, + "W": 6.265817501116544e-05, + "N": 0.0003382497816346586, + "Y": 0.01581418327987194, + "U": 3.565969745977782e-05, + "K": 0.00022710944176651537, + "L": 9.474754187976941e-05, + "G": 0.003924273420125246, + "F": 0.012659412808716297, + "E": 0.004797615110874176, + "T": 0.0080445297062397, + "P": 0.1614643931388855, + "-": 0.783603847026825 + }, + "id": "tp_23527" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2940908, + "label": "-", + "classification": { + "B": 1.1644656439102619e-07, + "S": 5.349922815867103e-08, + "I": 9.948018850991502e-05, + "C": 5.835684078192571e-06, + "R": 4.5752048549729807e-07, + "M": 7.639629984623753e-06, + "O": 2.5732176709425403e-06, + "W": 1.1899538776560803e-07, + "N": 2.835021632563439e-06, + "Y": 0.00010582886898191646, + "U": 4.6899486960683134e-08, + "K": 3.8200880680960836e-07, + "L": 1.2406978555645765e-07, + "G": 2.1789197489852086e-05, + "F": 0.00034326541936025023, + "E": 7.179551175795496e-05, + "T": 6.918942381162196e-05, + "P": 0.2670761048793793, + "-": 0.7321923971176147 + }, + "id": "tp_23528" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2941008, + "label": "-", + "classification": { + "B": 2.831963286098471e-07, + "S": 1.4751024934867019e-07, + "I": 0.0003357918467372656, + "C": 0.00011491841723909602, + "R": 6.748773103026906e-06, + "M": 0.00011426970741013065, + "O": 1.0484072845429182e-05, + "W": 2.952739635020407e-07, + "N": 8.94397271622438e-06, + "Y": 0.0018553845584392548, + "U": 5.25772691162274e-07, + "K": 3.6074109175388003e-06, + "L": 9.248125252270256e-07, + "G": 0.00020459596998989582, + "F": 0.001057518762536347, + "E": 0.0002640685997903347, + "T": 0.0007072033477015793, + "P": 0.08198439329862595, + "-": 0.9133298993110657 + }, + "id": "tp_23529" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2941141, + "label": "-", + "classification": { + "B": 9.048081324181112e-07, + "S": 3.1292807989302673e-07, + "I": 0.0004497423651628196, + "C": 0.00015785943833179772, + "R": 1.4477536751655862e-05, + "M": 0.00017010305600706488, + "O": 3.8489637518068776e-05, + "W": 8.04878084181837e-07, + "N": 4.97681503475178e-06, + "Y": 0.0008433140465058386, + "U": 7.544858249275421e-07, + "K": 1.0229646818515903e-07, + "L": 9.138882887782529e-06, + "G": 0.00013961624063085765, + "F": 0.00021583845955319703, + "E": 8.626702765468508e-05, + "T": 0.0012791645713150501, + "P": 0.05149808153510094, + "-": 0.9450900554656982 + }, + "id": "tp_23530" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2941275, + "label": "-", + "classification": { + "B": 7.219991826623584e-10, + "S": 2.5925994684428133e-10, + "I": 7.4922986641468015e-06, + "C": 3.403106347832363e-07, + "R": 3.40819710231699e-08, + "M": 5.609195454781002e-07, + "O": 1.492903010102964e-07, + "W": 1.4740474396646164e-09, + "N": 6.376636463301111e-08, + "Y": 4.036181780975312e-05, + "U": 1.629640644651431e-09, + "K": 9.521182953164953e-09, + "L": 5.20870679920904e-09, + "G": 2.49060303758597e-06, + "F": 9.303961996920407e-05, + "E": 3.258324113630806e-06, + "T": 1.935266664077062e-05, + "P": 0.054106906056404114, + "-": 0.9457259178161621 + }, + "id": "tp_23531" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2941408, + "label": "-", + "classification": { + "B": 1.1364433305516286e-07, + "S": 5.528057158699085e-07, + "I": 0.0002714614965952933, + "C": 8.379567589145154e-06, + "R": 1.174331373476889e-06, + "M": 1.7849750292953104e-05, + "O": 8.707524102646858e-06, + "W": 8.222552878578426e-07, + "N": 2.002765904762782e-05, + "Y": 0.0004078485071659088, + "U": 3.6368268752084987e-07, + "K": 9.932495231623761e-06, + "L": 2.9029067150077026e-07, + "G": 3.509440284688026e-05, + "F": 0.0016430692048743367, + "E": 0.0001856564631452784, + "T": 0.0002949248009826988, + "P": 0.25962308049201965, + "-": 0.7374706864356995 + }, + "id": "tp_23532" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2941508, + "label": "P", + "classification": { + "B": 5.760606658355982e-09, + "S": 7.160498860514508e-09, + "I": 1.2844769116782118e-05, + "C": 4.921712459804439e-08, + "R": 3.077854415778347e-09, + "M": 6.298461130427313e-08, + "O": 1.4612106724598561e-07, + "W": 1.1340500982726098e-08, + "N": 5.823966375828604e-07, + "Y": 1.6335602595063392e-06, + "U": 5.466113783825222e-09, + "K": 8.584495247987434e-08, + "L": 2.0359485208842898e-09, + "G": 3.8457886830656207e-07, + "F": 7.095134787959978e-05, + "E": 1.62474243552424e-05, + "T": 4.372889179649064e-06, + "P": 0.6650659441947937, + "-": 0.3348265588283539 + }, + "id": "tp_23533" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2941642, + "label": "-", + "classification": { + "B": 4.642088242690079e-06, + "S": 4.3653631109918933e-07, + "I": 0.0005498639075085521, + "C": 6.32947776466608e-05, + "R": 9.82615711109247e-06, + "M": 0.000227960612392053, + "O": 3.5293174732942134e-05, + "W": 1.8405244190944359e-06, + "N": 1.140909080277197e-05, + "Y": 0.0014095611404627562, + "U": 2.104309714923147e-06, + "K": 5.743660949519835e-06, + "L": 7.621511940669734e-06, + "G": 0.0006618168554268777, + "F": 0.0018583607161417603, + "E": 0.00041020606295205653, + "T": 0.0006126511143520474, + "P": 0.12162771075963974, + "-": 0.8724997043609619 + }, + "id": "tp_23534" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2941775, + "label": "-", + "classification": { + "B": 1.0630565157043748e-06, + "S": 7.831483344489243e-06, + "I": 0.00016781760496087372, + "C": 0.00013959243369754404, + "R": 3.0467452234006487e-05, + "M": 5.512541247298941e-05, + "O": 5.820094156661071e-05, + "W": 6.65704237690079e-06, + "N": 2.5808711143326946e-05, + "Y": 0.0022644458804279566, + "U": 3.8095886338851415e-06, + "K": 4.829667886951938e-05, + "L": 4.563439233606914e-06, + "G": 0.0002057062229141593, + "F": 0.007734694518148899, + "E": 0.00010082878725370392, + "T": 0.0008779062773101032, + "P": 0.06705056130886078, + "-": 0.9212166666984558 + }, + "id": "tp_23535" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2941875, + "label": "-", + "classification": { + "B": 2.137830494228221e-12, + "S": 1.4077470742931975e-12, + "I": 1.2049257520629908e-06, + "C": 9.26801302369995e-09, + "R": 7.615048175368955e-11, + "M": 1.43434943922216e-08, + "O": 1.6892927057199358e-09, + "W": 4.335918343117973e-12, + "N": 2.3511688151955923e-09, + "Y": 6.11591190136096e-07, + "U": 4.955137428847012e-12, + "K": 2.4944064175302927e-11, + "L": 2.6885240561602686e-11, + "G": 1.1875042105202738e-07, + "F": 1.1111210369563196e-05, + "E": 1.9578523335894715e-07, + "T": 5.289353453008516e-07, + "P": 0.18549467623233795, + "-": 0.8144916892051697 + }, + "id": "tp_23536" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2942009, + "label": "-", + "classification": { + "B": 4.0247900869871955e-06, + "S": 1.0836263300006976e-06, + "I": 0.0005673975101672113, + "C": 0.0001592630142113194, + "R": 2.737081376835704e-05, + "M": 0.00034705206053331494, + "O": 5.795832839794457e-05, + "W": 1.4522970559482928e-06, + "N": 1.1385634934413247e-05, + "Y": 0.004283339250832796, + "U": 2.076775444947998e-06, + "K": 1.2981151940039126e-06, + "L": 2.2476024241768755e-05, + "G": 0.0011230523232370615, + "F": 0.0031624098774045706, + "E": 0.00016018733731471002, + "T": 0.002399972639977932, + "P": 0.07697051763534546, + "-": 0.9106976389884949 + }, + "id": "tp_23537" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2942142, + "label": "-", + "classification": { + "B": 1.8074719037031173e-06, + "S": 1.0062792625831207e-06, + "I": 0.0001129137453972362, + "C": 6.783050707781513e-07, + "R": 1.4209628318440082e-07, + "M": 3.124641443719156e-05, + "O": 1.3309419955476187e-05, + "W": 3.9615926539227075e-07, + "N": 4.9693085202306975e-06, + "Y": 0.00020357646280899644, + "U": 7.689491354767597e-08, + "K": 1.8483339658814657e-07, + "L": 4.5096004441802506e-07, + "G": 4.016391540062614e-05, + "F": 0.00023749234969727695, + "E": 8.908732706913725e-05, + "T": 0.0005826328415423632, + "P": 0.34405747056007385, + "-": 0.6546224355697632 + }, + "id": "tp_23538" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2942276, + "label": "-", + "classification": { + "B": 1.4933191323507344e-06, + "S": 2.124070533682243e-06, + "I": 0.0008482725825160742, + "C": 0.0004609599127434194, + "R": 6.238083733478561e-05, + "M": 0.0001677569089224562, + "O": 2.5056626327568665e-05, + "W": 2.170416109947837e-06, + "N": 2.0324165234342217e-05, + "Y": 0.0023614719975739717, + "U": 2.417623591099982e-06, + "K": 9.801821761357132e-06, + "L": 8.79670915310271e-06, + "G": 0.0012368963798508048, + "F": 0.007568423170596361, + "E": 0.0004883394576609135, + "T": 0.0013911284040659666, + "P": 0.1841951310634613, + "-": 0.8011471033096313 + }, + "id": "tp_23539" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2942376, + "label": "P", + "classification": { + "B": 1.2216298728162656e-07, + "S": 5.054457119513245e-08, + "I": 8.541835268260911e-05, + "C": 1.233067223438411e-06, + "R": 3.3637650886930714e-08, + "M": 7.084871867846232e-06, + "O": 9.848502031672979e-07, + "W": 2.6691820309565628e-08, + "N": 4.396890744828852e-06, + "Y": 1.4815482245467138e-05, + "U": 1.5098622796472227e-08, + "K": 1.2974663832210354e-07, + "L": 3.1645733145069244e-08, + "G": 1.0519384886720218e-05, + "F": 0.0003065714263357222, + "E": 0.0004045145178679377, + "T": 1.6276948372251354e-05, + "P": 0.7788267135620117, + "-": 0.22032099962234497 + }, + "id": "tp_23540" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2942509, + "label": "-", + "classification": { + "B": 1.5374087524833158e-05, + "S": 2.2084561805968406e-06, + "I": 0.0013627001317217946, + "C": 0.0006599155603908002, + "R": 6.225139804882929e-05, + "M": 0.0003866189799737185, + "O": 7.11985703674145e-05, + "W": 6.471068900282262e-06, + "N": 0.00010240193660138175, + "Y": 0.007335462141782045, + "U": 1.549976695969235e-05, + "K": 0.0001579051895532757, + "L": 1.8306538549950346e-05, + "G": 0.002404069062322378, + "F": 0.009591076523065567, + "E": 0.0052199587225914, + "T": 0.0012829700717702508, + "P": 0.1567021906375885, + "-": 0.8146034479141235 + }, + "id": "tp_23541" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2942643, + "label": "-", + "classification": { + "B": 2.7713087033531814e-11, + "S": 4.036731712786512e-11, + "I": 1.7382753867423162e-06, + "C": 4.8023110821304726e-08, + "R": 2.8257389761421337e-09, + "M": 1.042633996917175e-07, + "O": 1.427711993073899e-08, + "W": 1.2323841946937364e-10, + "N": 8.231800130431566e-09, + "Y": 4.553054623102071e-06, + "U": 2.3266547022338102e-10, + "K": 6.149803999377923e-10, + "L": 3.7883943204697346e-10, + "G": 7.775052068836885e-08, + "F": 7.081879630277399e-06, + "E": 5.381640448831604e-07, + "T": 1.1411771993152797e-05, + "P": 0.05480114743113518, + "-": 0.9451733231544495 + }, + "id": "tp_23542" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2942776, + "label": "-", + "classification": { + "B": 3.925141989213898e-09, + "S": 1.550567563235461e-09, + "I": 2.2889236788614653e-05, + "C": 9.99617668639985e-07, + "R": 1.1367652774652015e-07, + "M": 1.8053036683340906e-06, + "O": 5.050264348938072e-07, + "W": 7.616222319484223e-09, + "N": 1.9197069889287377e-07, + "Y": 4.5139266148908064e-05, + "U": 5.4025441897920246e-09, + "K": 1.1166087610092745e-08, + "L": 1.7038694011262123e-08, + "G": 6.87606325300294e-06, + "F": 6.274256156757474e-05, + "E": 8.10240726423217e-06, + "T": 3.369544356246479e-05, + "P": 0.1375325620174408, + "-": 0.8622843027114868 + }, + "id": "tp_23543" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2942876, + "label": "P", + "classification": { + "B": 1.3970182344280602e-08, + "S": 2.004294286095387e-09, + "I": 0.00010669125185813755, + "C": 5.363324930840463e-07, + "R": 2.007072730236814e-08, + "M": 1.9850710941682337e-06, + "O": 1.5433153066624072e-07, + "W": 2.498141249418495e-09, + "N": 4.895729830423079e-07, + "Y": 2.1069889044156298e-05, + "U": 1.997737308911951e-09, + "K": 2.2385153453097217e-10, + "L": 1.1511522401974617e-08, + "G": 1.1409669014028623e-06, + "F": 5.556438736675773e-06, + "E": 9.55967880145181e-06, + "T": 2.717125062190462e-05, + "P": 0.694075882434845, + "-": 0.30574965476989746 + }, + "id": "tp_23544" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2943010, + "label": "-", + "classification": { + "B": 1.5943518860694894e-07, + "S": 8.308692400760265e-09, + "I": 2.4683422452653758e-05, + "C": 6.521356112898502e-07, + "R": 4.936542552513856e-08, + "M": 2.1563610062003136e-06, + "O": 4.0737472772889305e-07, + "W": 3.566865913740003e-08, + "N": 2.494381874384999e-07, + "Y": 5.810606307932176e-05, + "U": 3.5039597889863217e-08, + "K": 7.972067095352031e-08, + "L": 6.277095110363007e-08, + "G": 5.956532731943298e-06, + "F": 0.00032568900496698916, + "E": 2.9486651328625157e-05, + "T": 2.3278973458218388e-05, + "P": 0.26740163564682007, + "-": 0.73212730884552 + }, + "id": "tp_23545" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2943143, + "label": "P", + "classification": { + "B": 1.984901473406353e-06, + "S": 2.341577328479616e-06, + "I": 0.0028252978809177876, + "C": 0.00018972692487295717, + "R": 1.2297359717194922e-05, + "M": 2.492785279173404e-05, + "O": 2.138425588782411e-05, + "W": 4.29134706791956e-06, + "N": 0.00016660486289765686, + "Y": 0.0005178468418307602, + "U": 8.7023136075004e-06, + "K": 5.691693877452053e-05, + "L": 3.4173881431343034e-06, + "G": 0.00022694167273584753, + "F": 0.0027944124303758144, + "E": 0.002067090244963765, + "T": 0.00020031668827868998, + "P": 0.6231485605239868, + "-": 0.3677268922328949 + }, + "id": "tp_23546" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2943277, + "label": "-", + "classification": { + "B": 2.1803557570532206e-10, + "S": 1.418744011161266e-10, + "I": 5.78184369715018e-07, + "C": 3.333951781314681e-08, + "R": 8.258655426196526e-10, + "M": 1.1849471626135255e-08, + "O": 1.6494595911353827e-08, + "W": 1.823211859264262e-10, + "N": 1.0543904416238092e-08, + "Y": 8.131668778332823e-07, + "U": 1.623817469376121e-10, + "K": 1.1442282676910054e-09, + "L": 3.265319681311496e-10, + "G": 2.879430383018189e-07, + "F": 0.00014066311996430159, + "E": 8.662739219289506e-07, + "T": 7.550755185548041e-07, + "P": 0.40708184242248535, + "-": 0.5927741527557373 + }, + "id": "tp_23547" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2943377, + "label": "-", + "classification": { + "B": 1.2268105642476712e-08, + "S": 1.386826919969053e-08, + "I": 4.7895111492834985e-05, + "C": 5.922833224758506e-06, + "R": 7.213196795419208e-07, + "M": 1.1542193533387035e-05, + "O": 3.07232107843447e-06, + "W": 2.839143498079011e-08, + "N": 6.738298452546587e-07, + "Y": 0.00033433514181524515, + "U": 5.495981980629949e-08, + "K": 5.7601351244329635e-08, + "L": 1.4383996926881082e-07, + "G": 4.14339556300547e-05, + "F": 0.000127028877614066, + "E": 8.317153515235987e-06, + "T": 0.0003699258668348193, + "P": 0.055271733552217484, + "-": 0.9437770843505859 + }, + "id": "tp_23548" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2943510, + "label": "-", + "classification": { + "B": 6.764581428342353e-08, + "S": 8.933540840416754e-08, + "I": 7.816903962520882e-05, + "C": 5.936034995102091e-06, + "R": 2.501677158761595e-07, + "M": 4.631640331353992e-05, + "O": 4.902366981696105e-06, + "W": 1.1353375128919652e-07, + "N": 4.765023277286673e-06, + "Y": 0.00030808759038336575, + "U": 6.27995859758812e-08, + "K": 3.4216923268104438e-06, + "L": 1.33101508481559e-07, + "G": 4.359941522125155e-05, + "F": 0.001185556873679161, + "E": 0.00035299063893035054, + "T": 0.00011641255696304142, + "P": 0.13278146088123322, + "-": 0.8650676608085632 + }, + "id": "tp_23549" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2943644, + "label": "-", + "classification": { + "B": 1.4117672719748953e-07, + "S": 2.4058223857537087e-07, + "I": 3.7999070627847686e-05, + "C": 3.765447218029294e-06, + "R": 3.935678307698254e-07, + "M": 6.697375647490844e-05, + "O": 1.4007435311214067e-05, + "W": 1.8387699185495876e-07, + "N": 9.03344584912702e-07, + "Y": 8.851764141581953e-05, + "U": 3.271614090749608e-08, + "K": 1.64598432661478e-08, + "L": 1.4335844298329903e-06, + "G": 2.1234895029920153e-05, + "F": 0.0002718344039749354, + "E": 5.071901614428498e-05, + "T": 0.00022353343956638128, + "P": 0.07024283707141876, + "-": 0.9289752840995789 + }, + "id": "tp_23550" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2943777, + "label": "-", + "classification": { + "B": 4.502917150261965e-09, + "S": 1.6640612221507922e-09, + "I": 1.0530529834795743e-06, + "C": 1.3334413573318216e-08, + "R": 2.1183712561878565e-09, + "M": 9.493419952377735e-07, + "O": 2.9376445809248253e-07, + "W": 3.228381117992285e-09, + "N": 8.735303147489049e-09, + "Y": 7.88006673246855e-06, + "U": 1.9155702024598042e-10, + "K": 6.342671388104293e-10, + "L": 8.597742962024313e-09, + "G": 1.661822807363933e-06, + "F": 5.757254621130414e-05, + "E": 1.1530843266882584e-06, + "T": 7.491975793527672e-06, + "P": 0.041816312819719315, + "-": 0.9581055641174316 + }, + "id": "tp_23551" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2943877, + "label": "-", + "classification": { + "B": 9.198419320455287e-06, + "S": 1.6016050722100772e-05, + "I": 0.00023176829563453794, + "C": 1.29220679809805e-05, + "R": 9.332677109341603e-06, + "M": 0.00013075953756924719, + "O": 0.00018255450413562357, + "W": 1.1810959222202655e-05, + "N": 2.2098842237028293e-05, + "Y": 0.0006372544448822737, + "U": 1.923267291203956e-06, + "K": 2.5509057195449714e-06, + "L": 1.5882171283010393e-05, + "G": 0.00024324437254108489, + "F": 0.001638038083910942, + "E": 6.850032514194027e-05, + "T": 0.001931871403940022, + "P": 0.22512388229370117, + "-": 0.7697103023529053 + }, + "id": "tp_23552" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2944011, + "label": "-", + "classification": { + "B": 9.691205349326992e-08, + "S": 4.277867304836036e-08, + "I": 0.0004660406266339123, + "C": 1.8351922335568815e-05, + "R": 1.3744462421527714e-06, + "M": 1.597891969140619e-05, + "O": 2.112793936248636e-06, + "W": 2.751562533376273e-07, + "N": 6.974717052798951e-06, + "Y": 0.0005816307384520769, + "U": 2.3100095347672323e-07, + "K": 6.9975694714230485e-06, + "L": 1.9408574303270143e-07, + "G": 7.683733565500006e-05, + "F": 0.0013984106481075287, + "E": 0.0009471644880250096, + "T": 7.64522046665661e-05, + "P": 0.3419981002807617, + "-": 0.6544026732444763 + }, + "id": "tp_23553" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2944144, + "label": "-", + "classification": { + "B": 9.220289809430682e-11, + "S": 1.1887055229031773e-10, + "I": 2.4445953386020847e-05, + "C": 3.770861667362624e-07, + "R": 1.8975672588794623e-08, + "M": 1.20417482207813e-07, + "O": 5.7956622612209685e-08, + "W": 3.77355036107474e-10, + "N": 1.2707660346222838e-07, + "Y": 1.0546238627284765e-05, + "U": 1.0374844316984877e-09, + "K": 8.838028642266238e-10, + "L": 2.2393620291438765e-09, + "G": 1.2197300520710996e-06, + "F": 2.7644286092254333e-05, + "E": 1.048538024406298e-06, + "T": 1.217298449773807e-05, + "P": 0.1965288370847702, + "-": 0.8033933639526367 + }, + "id": "tp_23554" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2944278, + "label": "P", + "classification": { + "B": 7.139917215681635e-06, + "S": 9.70767928265559e-07, + "I": 0.0010914826998487115, + "C": 0.00017238374857697636, + "R": 1.1105878002126701e-05, + "M": 3.532852133503184e-05, + "O": 1.5655436072847806e-05, + "W": 4.6386653593799565e-06, + "N": 5.694363426300697e-05, + "Y": 0.0011451705358922482, + "U": 9.404130651091691e-06, + "K": 9.639596100896597e-05, + "L": 3.648994834293262e-06, + "G": 0.0006230914732441306, + "F": 0.006053657736629248, + "E": 0.003222591010853648, + "T": 0.00020051757746841758, + "P": 0.5061774849891663, + "-": 0.48107245564460754 + }, + "id": "tp_23555" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2944378, + "label": "-", + "classification": { + "B": 1.4811785575830072e-08, + "S": 4.687731092190006e-09, + "I": 0.0001353887637378648, + "C": 1.4261933074521949e-06, + "R": 1.5550304510725255e-07, + "M": 3.820463916781591e-06, + "O": 4.301363389913604e-07, + "W": 2.245058894345675e-08, + "N": 1.4766203548788326e-06, + "Y": 0.00016310597129631788, + "U": 5.1828145331000997e-08, + "K": 1.3131367495589075e-06, + "L": 3.0559686337028324e-08, + "G": 2.341264371352736e-05, + "F": 0.00021696863404940814, + "E": 0.00016498754848726094, + "T": 7.149327575461939e-05, + "P": 0.2570359706878662, + "-": 0.7421799898147583 + }, + "id": "tp_23556" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2944511, + "label": "P", + "classification": { + "B": 9.472971385093842e-08, + "S": 1.9600432210609142e-07, + "I": 0.0021714146714657545, + "C": 5.181175765756052e-06, + "R": 6.097727691667387e-07, + "M": 3.6998877476435155e-05, + "O": 5.360116574593121e-06, + "W": 1.167152845482633e-07, + "N": 2.1042076696176082e-05, + "Y": 0.0003147516690660268, + "U": 9.591997951474696e-08, + "K": 2.7885114661785337e-08, + "L": 6.316287226582062e-07, + "G": 2.1733681933255866e-05, + "F": 5.8335666835773736e-05, + "E": 4.650490154745057e-05, + "T": 0.00079323910176754, + "P": 0.6475646495819092, + "-": 0.3489590287208557 + }, + "id": "tp_23557" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2944645, + "label": "-", + "classification": { + "B": 1.3347676741659598e-08, + "S": 5.380465850635119e-09, + "I": 5.927273741690442e-05, + "C": 6.234165539353853e-06, + "R": 3.7665193985958467e-07, + "M": 5.858584700035863e-06, + "O": 2.0018728719151113e-06, + "W": 3.480344545891967e-08, + "N": 7.584164336549293e-07, + "Y": 4.515743421507068e-05, + "U": 5.6406722848123536e-08, + "K": 5.527841153707413e-07, + "L": 1.087309584590912e-07, + "G": 2.8235148420208134e-05, + "F": 0.0003366019227541983, + "E": 2.9548757083830424e-05, + "T": 5.081343260826543e-05, + "P": 0.06877421587705612, + "-": 0.9306601881980896 + }, + "id": "tp_23558" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2944778, + "label": "-", + "classification": { + "B": 5.908962763534475e-10, + "S": 8.938167428418353e-10, + "I": 3.058649781451095e-06, + "C": 6.239496741500261e-08, + "R": 1.470981336737509e-09, + "M": 3.069761760343681e-07, + "O": 6.942734387394012e-08, + "W": 9.293355529571556e-10, + "N": 3.982924567935697e-08, + "Y": 6.888140887895133e-06, + "U": 7.175022798122654e-10, + "K": 7.212415997770449e-09, + "L": 2.2855604075999736e-09, + "G": 1.2189567542009172e-06, + "F": 0.00012579986650962383, + "E": 4.299333795643179e-06, + "T": 1.3563341781264171e-05, + "P": 0.2741153836250305, + "-": 0.7257293462753296 + }, + "id": "tp_23559" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2944878, + "label": "-", + "classification": { + "B": 6.491349608950259e-07, + "S": 1.5754187643324258e-06, + "I": 0.00154239556286484, + "C": 0.00010956614278256893, + "R": 2.0346888049971312e-05, + "M": 0.000125034581287764, + "O": 3.157705214107409e-05, + "W": 4.8810270527610555e-06, + "N": 0.00014215183909982443, + "Y": 0.0014934833161532879, + "U": 4.949086360284127e-06, + "K": 0.0009617608156986535, + "L": 1.5948925238262746e-06, + "G": 0.00037123728543519974, + "F": 0.009763340465724468, + "E": 0.0038330138195306063, + "T": 0.00048259334289468825, + "P": 0.30248478055000305, + "-": 0.6786249876022339 + }, + "id": "tp_23560" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2945012, + "label": "P", + "classification": { + "B": 2.094187670498293e-11, + "S": 7.229661747737426e-12, + "I": 4.615204488800373e-06, + "C": 2.2544442757066463e-08, + "R": 3.206243881503923e-10, + "M": 2.2136452670906692e-08, + "O": 2.472925197949394e-09, + "W": 2.957579320339576e-11, + "N": 2.2595022741711546e-08, + "Y": 1.225969185725262e-06, + "U": 6.41757758046424e-11, + "K": 4.017124854982512e-09, + "L": 3.4244971441887984e-11, + "G": 1.7199891999553074e-07, + "F": 3.928007572540082e-05, + "E": 6.159291842777748e-06, + "T": 5.005695129511878e-07, + "P": 0.504562497138977, + "-": 0.4953855574131012 + }, + "id": "tp_23561" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2945145, + "label": "P", + "classification": { + "B": 2.1397798377620347e-07, + "S": 1.4467170217358216e-07, + "I": 0.0002504251024220139, + "C": 2.851421413652133e-06, + "R": 2.6803246555573423e-07, + "M": 8.126321517920587e-06, + "O": 3.3696594528009882e-06, + "W": 1.3241113094863977e-07, + "N": 9.189958291244693e-06, + "Y": 6.882609886815771e-05, + "U": 1.2713651642570767e-07, + "K": 5.287013209454017e-07, + "L": 1.25242820558924e-07, + "G": 2.3141945348470472e-05, + "F": 0.00015669759886804968, + "E": 8.503168646711856e-05, + "T": 0.000120659897220321, + "P": 0.5037779211997986, + "-": 0.49549219012260437 + }, + "id": "tp_23562" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2945279, + "label": "P", + "classification": { + "B": 1.4065964251130936e-06, + "S": 9.797244615583622e-08, + "I": 0.0007926640100777149, + "C": 2.771929939626716e-05, + "R": 8.599884608884167e-07, + "M": 1.9336892364663072e-05, + "O": 2.1011899207223905e-06, + "W": 2.4381654384342255e-07, + "N": 1.7166863472084515e-05, + "Y": 0.00014663816546089947, + "U": 3.373558854491421e-07, + "K": 1.4604738680645823e-06, + "L": 2.5019309646268084e-07, + "G": 4.369675298221409e-05, + "F": 0.0002183644101023674, + "E": 0.000889129878487438, + "T": 6.570966797880828e-05, + "P": 0.7298169136047363, + "-": 0.2679558992385864 + }, + "id": "tp_23563" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2945379, + "label": "-", + "classification": { + "B": 1.3129252920407453e-06, + "S": 5.39345251127088e-07, + "I": 0.0011401259107515216, + "C": 4.530849400907755e-05, + "R": 6.4599917095620185e-06, + "M": 3.837639815174043e-05, + "O": 1.181409606942907e-05, + "W": 1.8184008467869717e-06, + "N": 3.4919856261694804e-05, + "Y": 0.0006636721082031727, + "U": 1.243299266207032e-06, + "K": 2.2594791516894475e-05, + "L": 5.984708764117386e-07, + "G": 0.0001760737650329247, + "F": 0.0011476996587589383, + "E": 0.0008995322859846056, + "T": 0.00015925898333080113, + "P": 0.3411934971809387, + "-": 0.6544552445411682 + }, + "id": "tp_23564" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2945512, + "label": "-", + "classification": { + "B": 1.4901625489116554e-09, + "S": 1.057803178383665e-08, + "I": 5.117151886224747e-06, + "C": 2.6112942919098714e-07, + "R": 8.624962966052863e-09, + "M": 4.21172927644875e-07, + "O": 1.6667604540998582e-07, + "W": 8.237974746805321e-09, + "N": 2.1104416703110473e-07, + "Y": 1.2741443242703099e-05, + "U": 2.7113158385105862e-09, + "K": 2.2804847787938343e-07, + "L": 2.999070103371082e-09, + "G": 1.4155120879877359e-06, + "F": 0.0006315290811471641, + "E": 1.0450812624185346e-05, + "T": 7.748081770841964e-06, + "P": 0.23505721986293793, + "-": 0.7642723917961121 + }, + "id": "tp_23565" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2945646, + "label": "-", + "classification": { + "B": 2.6218501147923234e-07, + "S": 5.4829758511232285e-08, + "I": 7.738775457255542e-05, + "C": 6.2189478740037885e-06, + "R": 5.240583504928509e-07, + "M": 1.5906118278508075e-05, + "O": 2.977919621116598e-06, + "W": 1.688198949523212e-07, + "N": 2.9751772672170773e-06, + "Y": 0.0003695025807246566, + "U": 1.4993659647188906e-07, + "K": 4.079279278812464e-06, + "L": 2.7425861048868683e-07, + "G": 9.396202949574217e-05, + "F": 0.002092551440000534, + "E": 0.0006308321608230472, + "T": 8.042005356401205e-05, + "P": 0.19848531484603882, + "-": 0.7981363534927368 + }, + "id": "tp_23566" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2945779, + "label": "-", + "classification": { + "B": 5.655144685867697e-10, + "S": 3.799757841704832e-09, + "I": 2.233607301604934e-05, + "C": 4.5879667709414207e-07, + "R": 3.321423847069127e-08, + "M": 1.7335035806809174e-07, + "O": 1.5660586427657108e-07, + "W": 1.0155693175306624e-08, + "N": 6.521045179397333e-07, + "Y": 3.011942681041546e-05, + "U": 1.3005839960555932e-08, + "K": 3.1009485610411502e-06, + "L": 1.9534200923487788e-09, + "G": 1.799363190002623e-06, + "F": 0.0003552196722012013, + "E": 1.1712593732227106e-05, + "T": 1.774475458660163e-05, + "P": 0.1254589855670929, + "-": 0.8740975260734558 + }, + "id": "tp_23567" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2945879, + "label": "-", + "classification": { + "B": 1.0031235433416441e-06, + "S": 1.4594678354740154e-08, + "I": 0.0002641960163600743, + "C": 2.4847147869877517e-05, + "R": 1.2374986226859619e-06, + "M": 1.9652619812404737e-05, + "O": 2.610389856272377e-06, + "W": 1.2093259726952965e-07, + "N": 1.7770101976566366e-06, + "Y": 9.983279596781358e-05, + "U": 4.010965710676828e-07, + "K": 2.932370364305825e-07, + "L": 1.2087051572962082e-06, + "G": 0.00010848866804735735, + "F": 0.0002270229160785675, + "E": 0.000363366212695837, + "T": 7.574329356430098e-05, + "P": 0.3054295480251312, + "-": 0.6933786273002625 + }, + "id": "tp_23568" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2946013, + "label": "-", + "classification": { + "B": 1.0693326779609436e-10, + "S": 3.1137536993242065e-10, + "I": 1.479764705436537e-06, + "C": 5.4595002296764505e-08, + "R": 3.030275586013431e-09, + "M": 1.1109513309293106e-07, + "O": 4.6424407429412895e-08, + "W": 5.44400136082146e-10, + "N": 2.655029618381377e-08, + "Y": 1.0539914910623338e-05, + "U": 3.70108943492653e-10, + "K": 9.08857415993225e-08, + "L": 4.0118586230875053e-10, + "G": 1.1607507985900156e-06, + "F": 0.00037398311542347074, + "E": 2.68446979134751e-06, + "T": 2.748373844951857e-06, + "P": 0.08335088193416595, + "-": 0.9162562489509583 + }, + "id": "tp_23569" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2946146, + "label": "-", + "classification": { + "B": 3.6003802161843623e-09, + "S": 6.962260629128636e-11, + "I": 3.798135003307834e-05, + "C": 2.4089347334665945e-06, + "R": 5.989970475184236e-08, + "M": 5.207535878071212e-07, + "O": 5.037532702090175e-08, + "W": 1.6085597298598486e-09, + "N": 1.709088905954559e-07, + "Y": 3.241889498895034e-05, + "U": 1.31316930662706e-08, + "K": 1.83083102456294e-07, + "L": 4.785712715005275e-09, + "G": 9.838754522206727e-06, + "F": 0.0001226125459652394, + "E": 4.698850534623489e-05, + "T": 7.379273483820725e-06, + "P": 0.2038038820028305, + "-": 0.7959355115890503 + }, + "id": "tp_23570" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2946280, + "label": "-", + "classification": { + "B": 3.060791797793172e-08, + "S": 4.4382552744082204e-08, + "I": 3.354079308337532e-05, + "C": 3.3658502616162878e-06, + "R": 2.649204020599427e-07, + "M": 1.850902549449529e-06, + "O": 1.5413997971336357e-06, + "W": 1.0384825088749494e-07, + "N": 2.291734290338354e-06, + "Y": 0.00011038645607186481, + "U": 9.897482300402771e-08, + "K": 8.10254095995333e-06, + "L": 4.39470504431938e-08, + "G": 1.9346312910784036e-05, + "F": 0.0026162322610616684, + "E": 0.00011116822861367837, + "T": 2.9076176360831596e-05, + "P": 0.20434445142745972, + "-": 0.7927179336547852 + }, + "id": "tp_23571" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2946380, + "label": "-", + "classification": { + "B": 8.730086098474032e-11, + "S": 5.98875560253731e-10, + "I": 2.531275868022931e-06, + "C": 3.845651264100525e-08, + "R": 1.8435831750096554e-09, + "M": 3.5486215210767114e-07, + "O": 2.5802531666840878e-08, + "W": 7.174125737918757e-10, + "N": 4.501539052625958e-08, + "Y": 3.106960139120929e-05, + "U": 2.984819336138145e-10, + "K": 1.0658247617811867e-07, + "L": 2.5127125380386417e-10, + "G": 5.149076400812191e-07, + "F": 0.00020226680499035865, + "E": 5.113800852996064e-06, + "T": 8.444058039458469e-06, + "P": 0.1334691196680069, + "-": 0.8662803173065186 + }, + "id": "tp_23572" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2946513, + "label": "-", + "classification": { + "B": 0.00011937256931560114, + "S": 2.0895435227430426e-05, + "I": 0.0012386820744723082, + "C": 0.00017332666902802885, + "R": 5.648669684887864e-05, + "M": 0.00037007115315645933, + "O": 0.0007687111501581967, + "W": 2.9790451662847772e-05, + "N": 7.126184937078506e-05, + "Y": 0.0006546672084368765, + "U": 1.0651458978827577e-05, + "K": 1.2932387107866816e-06, + "L": 0.00013389227387961, + "G": 0.0011401923839002848, + "F": 0.001033210544846952, + "E": 0.00024816111545078456, + "T": 0.0027500211726874113, + "P": 0.24918383359909058, + "-": 0.7419954538345337 + }, + "id": "tp_23573" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2946647, + "label": "P", + "classification": { + "B": 5.728197265852941e-06, + "S": 3.320766836623079e-06, + "I": 0.00035253132227808237, + "C": 6.053299330233131e-06, + "R": 2.4816120003379183e-06, + "M": 3.0647079256596044e-05, + "O": 2.6161313144257292e-05, + "W": 5.111027803650359e-06, + "N": 5.095923552289605e-05, + "Y": 0.0007098860805854201, + "U": 3.0167609565978637e-06, + "K": 6.868755735922605e-05, + "L": 1.626601147108886e-06, + "G": 0.00019448818056844175, + "F": 0.004841187037527561, + "E": 0.0008268302190117538, + "T": 0.0004463980731088668, + "P": 0.5084884762763977, + "-": 0.4839363992214203 + }, + "id": "tp_23574" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2946780, + "label": "-", + "classification": { + "B": 2.2648940500857861e-07, + "S": 1.756595651158932e-07, + "I": 0.00021122382895555347, + "C": 8.243250704254024e-06, + "R": 6.503641998278908e-07, + "M": 2.844327173079364e-05, + "O": 4.880537289864151e-06, + "W": 1.9707808007751737e-07, + "N": 3.887068487529177e-06, + "Y": 0.0002248802629765123, + "U": 2.227425142109496e-07, + "K": 2.5824519411798974e-07, + "L": 6.973065751481045e-07, + "G": 3.795042721321806e-05, + "F": 0.000253219623118639, + "E": 5.685993892257102e-05, + "T": 0.00030918268021196127, + "P": 0.26519593596458435, + "-": 0.7336627840995789 + }, + "id": "tp_23575" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2946880, + "label": "-", + "classification": { + "B": 2.308304232201408e-07, + "S": 1.9682082097460807e-07, + "I": 0.00011658074072329327, + "C": 1.962834176083561e-05, + "R": 2.4145565475919284e-06, + "M": 1.4862031093798578e-05, + "O": 9.21746323001571e-06, + "W": 8.213054343286785e-07, + "N": 6.451614353863988e-06, + "Y": 0.0006251944578252733, + "U": 1.2132944675613544e-06, + "K": 6.355042569339275e-05, + "L": 4.822770733881043e-07, + "G": 0.00012330818572081625, + "F": 0.002293698489665985, + "E": 0.0001415606529917568, + "T": 0.00016293532098643482, + "P": 0.07773517817258835, + "-": 0.9186824560165405 + }, + "id": "tp_23576" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2947014, + "label": "-", + "classification": { + "B": 3.076765064946585e-09, + "S": 3.2458211673969117e-09, + "I": 1.1289852409390733e-05, + "C": 3.283290084254986e-07, + "R": 2.4428336686810326e-08, + "M": 1.0006256161432248e-06, + "O": 3.004360280556284e-07, + "W": 5.060677210622089e-09, + "N": 1.17911454822206e-07, + "Y": 2.8660288080573082e-05, + "U": 3.1928553134719095e-09, + "K": 3.2583882259018537e-09, + "L": 9.781688348198259e-09, + "G": 2.9803504730807617e-06, + "F": 5.090470222057775e-05, + "E": 2.045793962679454e-06, + "T": 4.2987237975466996e-05, + "P": 0.1539362519979477, + "-": 0.8459230661392212 + }, + "id": "tp_23577" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2947147, + "label": "-", + "classification": { + "B": 3.564661255950341e-06, + "S": 1.516898009867873e-06, + "I": 0.002661029575392604, + "C": 0.0009912505047395825, + "R": 8.001133392099291e-05, + "M": 0.0002425818529445678, + "O": 5.355364191927947e-05, + "W": 1.1686693142110016e-05, + "N": 0.00016337230044882745, + "Y": 0.00799622107297182, + "U": 1.1804801943071652e-05, + "K": 0.0010297809494659305, + "L": 6.42182067167596e-06, + "G": 0.0015850730706006289, + "F": 0.012009331956505775, + "E": 0.006322160363197327, + "T": 0.0011417168425396085, + "P": 0.14821670949459076, + "-": 0.8174722194671631 + }, + "id": "tp_23578" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2947281, + "label": "-", + "classification": { + "B": 4.991269897391959e-11, + "S": 2.167582432988091e-11, + "I": 3.220048938601394e-06, + "C": 2.5804095571402286e-07, + "R": 1.0938870920185195e-09, + "M": 1.9244373206106502e-08, + "O": 7.19194703791004e-09, + "W": 8.509776910914368e-11, + "N": 3.919043933819921e-08, + "Y": 2.0529964785964694e-06, + "U": 2.7882324227235245e-10, + "K": 4.904054051735329e-08, + "L": 6.462201607160267e-11, + "G": 3.5714981549972435e-07, + "F": 9.530382521916181e-05, + "E": 6.608227067772532e-06, + "T": 5.545038561649562e-07, + "P": 0.2322624921798706, + "-": 0.7676289677619934 + }, + "id": "tp_23579" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2947381, + "label": "-", + "classification": { + "B": 1.8905930119217373e-06, + "S": 6.310146432042529e-07, + "I": 0.0015844634035602212, + "C": 0.0005107386969029903, + "R": 5.320765558280982e-05, + "M": 5.321176286088303e-05, + "O": 2.2586913473787718e-05, + "W": 1.7156125977635384e-06, + "N": 5.456416693050414e-05, + "Y": 0.0013292757794260979, + "U": 5.9256099120830186e-06, + "K": 2.341995423194021e-05, + "L": 3.887607363139978e-06, + "G": 0.0006530871032737195, + "F": 0.002146349288523197, + "E": 0.0006394762895070016, + "T": 0.0002945877786260098, + "P": 0.37923961877822876, + "-": 0.6133814454078674 + }, + "id": "tp_23580" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2947514, + "label": "-", + "classification": { + "B": 6.9134218350086485e-09, + "S": 7.359968745568324e-10, + "I": 4.5006454456597567e-05, + "C": 2.271080120408442e-06, + "R": 1.428499132316574e-07, + "M": 6.432444479287369e-07, + "O": 1.8577452465251554e-07, + "W": 1.2992170894676747e-08, + "N": 5.184045335226983e-07, + "Y": 0.00010613716585794464, + "U": 3.5784587737452966e-08, + "K": 2.682031436052057e-06, + "L": 4.790395191633934e-09, + "G": 8.421212442044634e-06, + "F": 0.00014183689199853688, + "E": 6.230913277249783e-05, + "T": 1.78736536327051e-05, + "P": 0.12686601281166077, + "-": 0.872745931148529 + }, + "id": "tp_23581" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2947648, + "label": "-", + "classification": { + "B": 2.7225839858147083e-06, + "S": 3.383595640116255e-06, + "I": 0.0002705573569983244, + "C": 6.671877054031938e-05, + "R": 1.1036006981157698e-05, + "M": 0.0002517464745324105, + "O": 6.138214666862041e-05, + "W": 4.109332621737849e-06, + "N": 2.370551555941347e-05, + "Y": 0.0012902270536869764, + "U": 3.378233941475628e-06, + "K": 2.2043184799258597e-05, + "L": 7.095131877576932e-06, + "G": 0.00018568710947874933, + "F": 0.005093940068036318, + "E": 0.0005630634841509163, + "T": 0.0010914822341874242, + "P": 0.10739503800868988, + "-": 0.8836526870727539 + }, + "id": "tp_23582" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2947781, + "label": "-", + "classification": { + "B": 8.617903949925676e-05, + "S": 8.007872384041548e-05, + "I": 0.015095078386366367, + "C": 0.0038791000843048096, + "R": 0.0013322326121851802, + "M": 0.0021324504632502794, + "O": 0.0008880842942744493, + "W": 0.0001965535047929734, + "N": 0.001552018104121089, + "Y": 0.023926926776766777, + "U": 0.00030470656929537654, + "K": 0.0011382573284208775, + "L": 0.0002219990419689566, + "G": 0.006524134427309036, + "F": 0.01668340340256691, + "E": 0.005835629999637604, + "T": 0.009123326279222965, + "P": 0.24057817459106445, + "-": 0.6704216599464417 + }, + "id": "tp_23583" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2947881, + "label": "-", + "classification": { + "B": 5.675797751791833e-07, + "S": 5.437164531940653e-07, + "I": 0.00033687904942780733, + "C": 2.3450567823601887e-05, + "R": 2.6005668587458786e-06, + "M": 4.4772139517590404e-05, + "O": 1.3113367458572611e-05, + "W": 1.8794182778947288e-06, + "N": 1.8990938770002685e-05, + "Y": 0.0011445516720414162, + "U": 1.1728448043868411e-06, + "K": 0.00011799825733760372, + "L": 7.127204071366577e-07, + "G": 0.00024833460338413715, + "F": 0.0027133310213685036, + "E": 0.0010278783738613129, + "T": 0.0002582354936748743, + "P": 0.1082579642534256, + "-": 0.8857870697975159 + }, + "id": "tp_23584" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2948015, + "label": "-", + "classification": { + "B": 4.689921784262197e-10, + "S": 8.492982983554498e-10, + "I": 2.6172822344960878e-06, + "C": 1.734448318302384e-07, + "R": 8.770659754020471e-09, + "M": 1.9250146010563185e-07, + "O": 1.182399529398026e-07, + "W": 2.3348167843550982e-09, + "N": 6.982481437489696e-08, + "Y": 1.6082229194580577e-05, + "U": 2.216673511412637e-09, + "K": 3.1066073802321625e-07, + "L": 1.1830266766210684e-09, + "G": 1.0984980463035754e-06, + "F": 0.0002573112433310598, + "E": 2.3059710656525567e-06, + "T": 8.776705726631917e-06, + "P": 0.04230165109038353, + "-": 0.9574092030525208 + }, + "id": "tp_23585" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2948148, + "label": "P", + "classification": { + "B": 5.399649580795085e-06, + "S": 2.8559036309161456e-06, + "I": 0.0014184158062562346, + "C": 5.9254281950416043e-05, + "R": 8.397842975682579e-06, + "M": 4.34019930253271e-05, + "O": 3.573747380869463e-05, + "W": 4.198735041427426e-06, + "N": 7.882926001911983e-05, + "Y": 0.00034954361035488546, + "U": 3.0202090783859603e-06, + "K": 3.512848252285039e-06, + "L": 8.15066960058175e-06, + "G": 0.00015391010674647987, + "F": 0.001962492475286126, + "E": 0.0007929326384328306, + "T": 0.00035085430135950446, + "P": 0.5374848246574402, + "-": 0.45723432302474976 + }, + "id": "tp_23586" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2948282, + "label": "-", + "classification": { + "B": 1.1815077928067734e-14, + "S": 1.0998840557676758e-14, + "I": 5.323094853793009e-08, + "C": 1.0606842071325673e-09, + "R": 3.2012850703644347e-11, + "M": 2.463748316472447e-09, + "O": 9.825919244921266e-11, + "W": 1.8128498647986685e-13, + "N": 2.0261506014640496e-11, + "Y": 1.3223065025158576e-06, + "U": 4.099823508029593e-13, + "K": 1.9142855703369044e-11, + "L": 6.489390730508859e-13, + "G": 9.672558753948124e-09, + "F": 2.929269271589874e-07, + "E": 7.497733989225708e-09, + "T": 2.430687686683086e-07, + "P": 0.002173222601413727, + "-": 0.997825026512146 + }, + "id": "tp_23587" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2948382, + "label": "-", + "classification": { + "B": 1.2281222046273133e-12, + "S": 7.408329592145657e-13, + "I": 2.034677493156778e-07, + "C": 8.06447619794426e-09, + "R": 1.2383531700077555e-10, + "M": 1.9357917491191756e-09, + "O": 3.671314086073352e-10, + "W": 6.010171527126573e-12, + "N": 6.4930749665848e-10, + "Y": 1.1603027587625547e-06, + "U": 6.18220101847311e-12, + "K": 1.4989485208616316e-09, + "L": 2.534829117439852e-12, + "G": 3.5636475104183774e-08, + "F": 2.035362740571145e-05, + "E": 4.6747604187658e-07, + "T": 1.0424018626054021e-07, + "P": 0.15610983967781067, + "-": 0.8438678979873657 + }, + "id": "tp_23588" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2948515, + "label": "-", + "classification": { + "B": 1.0159431518275142e-08, + "S": 2.368739160374389e-08, + "I": 3.7395537219708785e-05, + "C": 2.5161218673019903e-06, + "R": 5.816321504426014e-07, + "M": 1.108896412915783e-05, + "O": 2.143166057066992e-06, + "W": 7.328811335582941e-08, + "N": 7.48967408981116e-07, + "Y": 0.0004646412853617221, + "U": 3.5464296388454386e-08, + "K": 1.4832172610113048e-06, + "L": 8.748499169541901e-08, + "G": 2.2477317543234676e-05, + "F": 0.000781445240136236, + "E": 2.7143865736434236e-05, + "T": 0.0001448876573704183, + "P": 0.05082980543375015, + "-": 0.947673499584198 + }, + "id": "tp_23589" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2948649, + "label": "-", + "classification": { + "B": 1.923389447711088e-09, + "S": 2.1976942488066697e-09, + "I": 1.9775225155171938e-05, + "C": 2.245550092538906e-07, + "R": 3.093200007242558e-08, + "M": 7.70354347423563e-07, + "O": 2.647754797635571e-07, + "W": 8.568561860045065e-09, + "N": 3.056529465084168e-07, + "Y": 6.350398325594142e-05, + "U": 1.0346348666701033e-08, + "K": 2.2788010767271771e-07, + "L": 6.215329140246695e-09, + "G": 4.787787020177348e-06, + "F": 8.042904664762318e-05, + "E": 1.2404369954310823e-05, + "T": 4.38139250036329e-05, + "P": 0.1624213606119156, + "-": 0.8373522162437439 + }, + "id": "tp_23590" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2948782, + "label": "-", + "classification": { + "B": 6.067176059332269e-07, + "S": 6.0310021581244655e-06, + "I": 0.0001814752904465422, + "C": 8.735875599086285e-05, + "R": 2.1535364794544876e-05, + "M": 0.00012934510596096516, + "O": 9.856276301434264e-05, + "W": 5.264945684757549e-06, + "N": 2.2191610696609132e-05, + "Y": 0.0014675777638331056, + "U": 2.7635464903141838e-06, + "K": 1.4028666555532254e-05, + "L": 8.539301234122831e-06, + "G": 0.00019353514653630555, + "F": 0.005654369946569204, + "E": 0.00011918853124370798, + "T": 0.0016006099758669734, + "P": 0.0575711764395237, + "-": 0.9328159093856812 + }, + "id": "tp_23591" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2948882, + "label": "-", + "classification": { + "B": 2.6474547212274047e-06, + "S": 5.376263743528398e-06, + "I": 0.009343531914055347, + "C": 3.488841321086511e-05, + "R": 1.039407834468875e-05, + "M": 0.0007723413873463869, + "O": 9.19598460313864e-05, + "W": 3.6270510008762358e-06, + "N": 0.00028283949359320104, + "Y": 0.014368299394845963, + "U": 9.478779929850134e-07, + "K": 4.4674477976514027e-05, + "L": 5.143626822246006e-06, + "G": 0.001286769867874682, + "F": 0.002664825413376093, + "E": 0.0029335091821849346, + "T": 0.007424319628626108, + "P": 0.2788733243942261, + "-": 0.6818506121635437 + }, + "id": "tp_23592" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2949016, + "label": "-", + "classification": { + "B": 1.312728909397265e-05, + "S": 2.584134017524775e-05, + "I": 0.0020007335115224123, + "C": 0.0003739784297067672, + "R": 0.00011283148342045024, + "M": 0.001330918399617076, + "O": 0.0003478554717730731, + "W": 1.7846625269157812e-05, + "N": 0.00016808202781248838, + "Y": 0.008129974827170372, + "U": 2.4643402866786346e-05, + "K": 4.24329555244185e-05, + "L": 5.448847514344379e-05, + "G": 0.0010198355885222554, + "F": 0.002160170115530491, + "E": 0.0006703481776639819, + "T": 0.01809293031692505, + "P": 0.09322614967823029, + "-": 0.8721877932548523 + }, + "id": "tp_23593" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2949149, + "label": "-", + "classification": { + "B": 4.600593683790066e-08, + "S": 1.7624880399580434e-07, + "I": 0.0003220220096409321, + "C": 1.3291860341269057e-05, + "R": 6.990600809331227e-07, + "M": 3.130319601041265e-05, + "O": 4.31512444265536e-06, + "W": 1.7117388040333026e-07, + "N": 8.58017574500991e-06, + "Y": 0.0002884555724449456, + "U": 1.474934379075421e-07, + "K": 2.8675106023001717e-06, + "L": 2.5830840399976296e-07, + "G": 7.713459490332752e-05, + "F": 0.0014147197362035513, + "E": 0.00018937783897854388, + "T": 0.00018953686230815947, + "P": 0.23521436750888824, + "-": 0.7622424960136414 + }, + "id": "tp_23594" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2949283, + "label": "-", + "classification": { + "B": 4.948396536974542e-08, + "S": 1.3257621844786627e-07, + "I": 9.359353134641424e-05, + "C": 5.6694980230531655e-06, + "R": 8.686003525326669e-07, + "M": 1.044225246005226e-05, + "O": 5.7111533351417165e-06, + "W": 1.8966302661738155e-07, + "N": 6.2060944401309825e-06, + "Y": 0.00024269970890600234, + "U": 1.3815107990922115e-07, + "K": 3.5995033158542356e-06, + "L": 1.924810248965514e-07, + "G": 2.8216783903189935e-05, + "F": 0.0018731661839410663, + "E": 0.00012035929830744863, + "T": 9.094029519474134e-05, + "P": 0.16416694223880768, + "-": 0.8333508372306824 + }, + "id": "tp_23595" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2949383, + "label": "-", + "classification": { + "B": 4.463171535462607e-06, + "S": 9.904660146276001e-06, + "I": 0.0024127240758389235, + "C": 0.0020776421297341585, + "R": 0.0012539461022242904, + "M": 0.0014578081900253892, + "O": 0.000550289114471525, + "W": 2.6016583433374763e-05, + "N": 9.521972242509946e-05, + "Y": 0.018875185400247574, + "U": 3.255781120969914e-05, + "K": 5.2371473429957405e-05, + "L": 0.00011037741205655038, + "G": 0.0028855616692453623, + "F": 0.004841542337089777, + "E": 0.00026886799605563283, + "T": 0.008592038415372372, + "P": 0.01993543654680252, + "-": 0.9365180730819702 + }, + "id": "tp_23596" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2949516, + "label": "-", + "classification": { + "B": 2.8097241866475997e-08, + "S": 1.2919376679576544e-08, + "I": 1.278856234421255e-05, + "C": 2.2553958842763677e-06, + "R": 3.38856523285358e-07, + "M": 2.660929567355197e-06, + "O": 2.7156042960996274e-06, + "W": 2.704880230908202e-08, + "N": 2.129643945636417e-07, + "Y": 3.3334101317450404e-05, + "U": 2.7014671388769784e-08, + "K": 1.9320633271036058e-07, + "L": 7.209010988162845e-08, + "G": 1.0742072845459916e-05, + "F": 0.00019735991372726858, + "E": 1.5454878621312673e-06, + "T": 3.185895911883563e-05, + "P": 0.015915343537926674, + "-": 0.9837886095046997 + }, + "id": "tp_23597" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2949650, + "label": "-", + "classification": { + "B": 1.5117713303425262e-07, + "S": 2.2169463420596003e-07, + "I": 0.0001149659146904014, + "C": 2.6505578716751188e-05, + "R": 3.538707460393198e-06, + "M": 1.1036216164939106e-05, + "O": 9.217692422680557e-06, + "W": 1.1924217915293411e-06, + "N": 1.0992603165504988e-05, + "Y": 0.0011438154615461826, + "U": 1.3433212870950229e-06, + "K": 0.0005322145880199969, + "L": 2.186780108104358e-07, + "G": 0.0002808718418236822, + "F": 0.005888000596314669, + "E": 0.00044975572382099926, + "T": 0.00011041053949156776, + "P": 0.0874071791768074, + "-": 0.9040084481239319 + }, + "id": "tp_23598" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2949783, + "label": "-", + "classification": { + "B": 1.9953795560301302e-11, + "S": 3.4850154012611156e-11, + "I": 2.356203822273528e-06, + "C": 2.315947433828569e-08, + "R": 6.224160631340681e-10, + "M": 2.8919956207573705e-08, + "O": 9.123128918986367e-09, + "W": 1.5413931242491685e-10, + "N": 2.614090988117823e-08, + "Y": 1.2447051176422974e-06, + "U": 2.427552603379013e-10, + "K": 1.5132371800063993e-08, + "L": 1.0721037252414689e-10, + "G": 1.4735616105099325e-07, + "F": 4.2737359763123095e-05, + "E": 1.5314062693505548e-06, + "T": 2.1252146780170733e-06, + "P": 0.16233918070793152, + "-": 0.8376104831695557 + }, + "id": "tp_23599" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2949883, + "label": "-", + "classification": { + "B": 8.400406841246877e-07, + "S": 1.86882687103207e-06, + "I": 0.0006001537549309433, + "C": 0.00016092851001303643, + "R": 2.6652696760720573e-05, + "M": 6.393173680407926e-05, + "O": 5.1280338084325194e-05, + "W": 4.539532710623462e-06, + "N": 5.5946024076547474e-05, + "Y": 0.0010838292073458433, + "U": 2.8256658879399765e-06, + "K": 4.66151068394538e-05, + "L": 2.4223659238487016e-06, + "G": 0.00031380707514472306, + "F": 0.0055927918292582035, + "E": 0.00037742414860986173, + "T": 0.0004430862027220428, + "P": 0.24361483752727509, + "-": 0.747556209564209 + }, + "id": "tp_23600" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2950017, + "label": "-", + "classification": { + "B": 2.877671079204447e-08, + "S": 5.9353897796654564e-08, + "I": 8.013613296498079e-06, + "C": 1.0371053349444992e-06, + "R": 4.904354256041188e-08, + "M": 1.099731889553368e-06, + "O": 1.1596224567256286e-06, + "W": 3.014956817537495e-08, + "N": 4.037604810491757e-07, + "Y": 2.7373029297450557e-05, + "U": 1.56952122409848e-08, + "K": 3.1295940061681904e-07, + "L": 5.6937750514407526e-08, + "G": 1.5274797988240607e-05, + "F": 0.0008183233439922333, + "E": 2.0229759684298187e-05, + "T": 2.6733681806945242e-05, + "P": 0.13997593522071838, + "-": 0.8591038584709167 + }, + "id": "tp_23601" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2950150, + "label": "-", + "classification": { + "B": 8.796027373136894e-07, + "S": 1.8507103050069418e-06, + "I": 0.0006145754596218467, + "C": 0.00017166444740723819, + "R": 2.220830174337607e-05, + "M": 0.0001286403858102858, + "O": 6.343745917547494e-05, + "W": 4.2881556510110386e-06, + "N": 4.962556704413146e-05, + "Y": 0.000724435260053724, + "U": 4.510956387093756e-06, + "K": 5.174740726943128e-05, + "L": 4.9409350140194874e-06, + "G": 0.00028552176081575453, + "F": 0.004988403059542179, + "E": 0.0005605058395303786, + "T": 0.0008166461484506726, + "P": 0.17125770449638367, + "-": 0.8202483654022217 + }, + "id": "tp_23602" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2950250, + "label": "-", + "classification": { + "B": 1.7531309737250922e-08, + "S": 3.074881149700559e-08, + "I": 3.540535908541642e-05, + "C": 4.869717713518185e-07, + "R": 4.825229638072415e-08, + "M": 4.7523244575131685e-06, + "O": 1.8295496602149797e-06, + "W": 5.101466982182501e-08, + "N": 6.349644081637962e-07, + "Y": 6.0213045799173415e-05, + "U": 1.921171310925729e-08, + "K": 4.816154230979919e-08, + "L": 7.939890167563135e-08, + "G": 7.760558219160885e-06, + "F": 0.00016669412434566766, + "E": 1.5619110854458995e-05, + "T": 9.063477773452178e-05, + "P": 0.1297539919614792, + "-": 0.8698616027832031 + }, + "id": "tp_23603" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2950384, + "label": "-", + "classification": { + "B": 8.469715453429671e-07, + "S": 1.9200234646632452e-07, + "I": 0.002154370304197073, + "C": 0.00024173555721063167, + "R": 5.2125647926004604e-05, + "M": 0.0001227378670591861, + "O": 2.077304270642344e-05, + "W": 1.928352048707893e-06, + "N": 2.8979329727008007e-05, + "Y": 0.0024791874457150698, + "U": 6.048696377547458e-06, + "K": 2.6756399165606126e-05, + "L": 4.369361704448238e-06, + "G": 0.0007385297794826329, + "F": 0.0018076958367601037, + "E": 0.00042579820728860795, + "T": 0.0008337236940860748, + "P": 0.15732727944850922, + "-": 0.8337269425392151 + }, + "id": "tp_23604" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2950517, + "label": "-", + "classification": { + "B": 3.1844560322014104e-10, + "S": 3.005480309070663e-10, + "I": 1.1271815480995429e-07, + "C": 2.9426797709675157e-07, + "R": 2.99535365400061e-08, + "M": 1.3195229257689789e-05, + "O": 4.609545953826455e-07, + "W": 2.4470245274521574e-10, + "N": 5.315980433628908e-10, + "Y": 4.325793997850269e-05, + "U": 7.433355320163315e-11, + "K": 3.227213635215165e-11, + "L": 7.464224438535894e-08, + "G": 1.3276340723678004e-05, + "F": 0.00010391726391389966, + "E": 1.2041013519592525e-07, + "T": 5.708762910217047e-05, + "P": 0.002265956485643983, + "-": 0.9975021481513977 + }, + "id": "tp_23605" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2950651, + "label": "-", + "classification": { + "B": 2.967251475638477e-07, + "S": 1.780288130248664e-06, + "I": 1.2391056770866271e-05, + "C": 4.777970843861112e-06, + "R": 1.116118596655724e-06, + "M": 9.433764353161678e-05, + "O": 4.4565815187525004e-05, + "W": 8.852850328366912e-07, + "N": 9.718430646898923e-07, + "Y": 0.00027373310877010226, + "U": 5.268700320470998e-08, + "K": 1.8742082374956226e-07, + "L": 2.2388369416148635e-06, + "G": 4.3481133616296574e-05, + "F": 0.003204195061698556, + "E": 1.879420415207278e-05, + "T": 0.0003759626124519855, + "P": 0.02154260128736496, + "-": 0.9743776321411133 + }, + "id": "tp_23606" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2950751, + "label": "-", + "classification": { + "B": 2.9391798307187855e-05, + "S": 6.403371662599966e-05, + "I": 0.000860395492054522, + "C": 0.001264240127056837, + "R": 0.00045451134792529047, + "M": 0.011479306034743786, + "O": 0.0013890060363337398, + "W": 2.6496158170630224e-05, + "N": 2.243137168989051e-05, + "Y": 0.04012158513069153, + "U": 3.240659225411946e-06, + "K": 1.5642434618712286e-06, + "L": 0.0009499730658717453, + "G": 0.010805722326040268, + "F": 0.007273731753230095, + "E": 0.0002860556705854833, + "T": 0.02858521044254303, + "P": 0.009601711295545101, + "-": 0.8867813944816589 + }, + "id": "tp_23607" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2950884, + "label": "-", + "classification": { + "B": 9.170319117401959e-07, + "S": 7.525668621610748e-08, + "I": 1.2533754443211365e-06, + "C": 8.093955329968594e-06, + "R": 1.186590566248924e-06, + "M": 6.4762571128085256e-06, + "O": 6.875450708321296e-06, + "W": 1.1738040228692626e-07, + "N": 3.5636794848414866e-08, + "Y": 4.979553341399878e-05, + "U": 1.5635427175197947e-08, + "K": 1.3480176086488882e-08, + "L": 7.785019988659769e-07, + "G": 1.8954131519421935e-05, + "F": 0.00015180227637756616, + "E": 1.8963976344821276e-06, + "T": 4.842743510380387e-05, + "P": 0.004891200922429562, + "-": 0.99481201171875 + }, + "id": "tp_23608" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2951018, + "label": "-", + "classification": { + "B": 1.0517580051327968e-07, + "S": 7.556620857940288e-07, + "I": 3.470187948551029e-05, + "C": 2.034760473179631e-05, + "R": 4.137771611567587e-06, + "M": 0.00012647647236008197, + "O": 4.703275772044435e-05, + "W": 1.0720486898208037e-06, + "N": 2.2262374841375276e-06, + "Y": 0.0008962681167759001, + "U": 2.324684800214527e-07, + "K": 6.341772859741468e-06, + "L": 2.0756594949489227e-06, + "G": 0.00013431391562335193, + "F": 0.003435557009652257, + "E": 4.217653986415826e-05, + "T": 0.0006031430675648153, + "P": 0.012788756750524044, + "-": 0.9818543195724487 + }, + "id": "tp_23609" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2951151, + "label": "-", + "classification": { + "B": 5.610047981718935e-09, + "S": 1.3991707792371244e-09, + "I": 1.2680752661253791e-06, + "C": 9.285776059186901e-07, + "R": 7.64892362781211e-08, + "M": 7.299664048332488e-06, + "O": 5.979763955110684e-07, + "W": 1.9203167944681354e-09, + "N": 6.970560573194007e-09, + "Y": 1.720587897580117e-05, + "U": 4.847428014542743e-10, + "K": 8.144197122250674e-11, + "L": 7.619975406214508e-08, + "G": 7.124374860723037e-06, + "F": 8.283874922199175e-05, + "E": 1.387773522765201e-06, + "T": 2.8076110538677312e-05, + "P": 0.037461332976818085, + "-": 0.9623917937278748 + }, + "id": "tp_23610" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2951251, + "label": "-", + "classification": { + "B": 9.645082599263333e-08, + "S": 1.647295988504993e-08, + "I": 6.620546599833688e-08, + "C": 4.744468284911818e-08, + "R": 4.400217079592039e-09, + "M": 1.3836222478857962e-07, + "O": 4.337773304996517e-07, + "W": 4.209284476530684e-09, + "N": 4.218608129491486e-09, + "Y": 4.595121026795823e-06, + "U": 2.0854397375646982e-10, + "K": 2.4696917844124755e-09, + "L": 1.6297045490887285e-08, + "G": 3.306075768705341e-06, + "F": 0.0006840046844445169, + "E": 7.807485644661938e-07, + "T": 4.065297616762109e-06, + "P": 0.01591375283896923, + "-": 0.9833886623382568 + }, + "id": "tp_23611" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2951385, + "label": "-", + "classification": { + "B": 9.994319043471478e-06, + "S": 4.4509411964099854e-05, + "I": 4.958323552273214e-05, + "C": 3.2237483537755907e-05, + "R": 1.1661665666906629e-05, + "M": 0.0008466741419397295, + "O": 0.00027446530293673277, + "W": 7.966646080603823e-06, + "N": 4.139206794206984e-06, + "Y": 0.005117625463753939, + "U": 3.9763466475051246e-07, + "K": 6.165189006424043e-06, + "L": 8.429431181866676e-05, + "G": 0.0028253011405467987, + "F": 0.03126423805952072, + "E": 0.00018782926781568676, + "T": 0.004312544129788876, + "P": 0.009195449762046337, + "-": 0.9457249641418457 + }, + "id": "tp_23612" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2951518, + "label": "-", + "classification": { + "B": 6.409844388599595e-08, + "S": 3.2963594520651895e-08, + "I": 9.221443178830668e-05, + "C": 1.3842108273820486e-05, + "R": 1.0456431027705548e-06, + "M": 5.5061732382455375e-06, + "O": 2.909485147029045e-06, + "W": 8.146641761186402e-08, + "N": 3.2409338928118814e-06, + "Y": 0.00019867588707711548, + "U": 1.849396227271427e-07, + "K": 1.0808012120833155e-06, + "L": 1.641729170387407e-07, + "G": 4.731006265501492e-05, + "F": 0.0008471918990835547, + "E": 6.533927080454305e-05, + "T": 0.00012637377949431539, + "P": 0.17487947642803192, + "-": 0.823715329170227 + }, + "id": "tp_23613" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2951652, + "label": "-", + "classification": { + "B": 5.900293231775322e-08, + "S": 1.787485217619178e-07, + "I": 3.701288960655802e-06, + "C": 2.7606874937191606e-06, + "R": 5.187899887459935e-07, + "M": 1.0787324754346628e-05, + "O": 2.638538035171223e-06, + "W": 6.228933102647716e-08, + "N": 1.2861714537848457e-07, + "Y": 0.00027693944866769016, + "U": 1.724277254311346e-08, + "K": 1.4029844805918401e-06, + "L": 1.3429344392079656e-07, + "G": 3.6470784834818915e-05, + "F": 0.002329922514036298, + "E": 1.0246462807117496e-05, + "T": 7.857415766920894e-05, + "P": 0.008474517613649368, + "-": 0.9887709021568298 + }, + "id": "tp_23614" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2951752, + "label": "-", + "classification": { + "B": 1.0559965124556925e-09, + "S": 1.0237846126415207e-08, + "I": 2.8945705707883462e-06, + "C": 8.992996072265669e-07, + "R": 5.556602644674058e-08, + "M": 5.186591920391947e-07, + "O": 5.980101036584529e-07, + "W": 7.181645944598358e-09, + "N": 1.5199913150354405e-07, + "Y": 1.3216245861258358e-05, + "U": 2.0972259484608458e-09, + "K": 8.12914109360463e-08, + "L": 9.255371580252358e-09, + "G": 4.027365321235266e-06, + "F": 0.0016850593965500593, + "E": 2.004314637815696e-06, + "T": 1.2675235666392837e-05, + "P": 0.05919751152396202, + "-": 0.9390801787376404 + }, + "id": "tp_23615" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2951885, + "label": "-", + "classification": { + "B": 8.310598320626639e-10, + "S": 3.6206645320779884e-11, + "I": 5.677024361716576e-08, + "C": 9.620285368328041e-08, + "R": 7.921370226426916e-09, + "M": 8.006578582353541e-07, + "O": 1.1407235689375739e-07, + "W": 1.230085339143372e-10, + "N": 7.347935454538046e-11, + "Y": 4.774615717906272e-06, + "U": 2.38550255937664e-11, + "K": 4.283017625457408e-13, + "L": 4.2613777395672514e-08, + "G": 1.9458836959529435e-06, + "F": 6.82727795719984e-06, + "E": 8.847214516549684e-09, + "T": 1.1402885320421774e-05, + "P": 0.000972830515820533, + "-": 0.9990012049674988 + }, + "id": "tp_23616" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2952019, + "label": "-", + "classification": { + "B": 7.147783520622397e-08, + "S": 9.372365106230518e-09, + "I": 3.8062296425778186e-08, + "C": 1.0499013214371189e-08, + "R": 3.7970986355162495e-09, + "M": 1.251487731224188e-07, + "O": 9.909581422107294e-07, + "W": 9.317805194086759e-09, + "N": 1.0694530816479642e-09, + "Y": 1.1384590834495611e-06, + "U": 4.3921814102398926e-11, + "K": 1.2248098368861093e-11, + "L": 2.0886353979676642e-08, + "G": 4.769123620462778e-07, + "F": 3.7556790630333126e-05, + "E": 2.0639241427033994e-08, + "T": 3.845323590212502e-06, + "P": 0.010079832747578621, + "-": 0.989875853061676 + }, + "id": "tp_23617" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2952152, + "label": "-", + "classification": { + "B": 2.6940438146993984e-06, + "S": 5.146544026501942e-07, + "I": 5.650454477290623e-05, + "C": 8.527152203896549e-06, + "R": 6.631797759837355e-07, + "M": 4.57438945886679e-05, + "O": 2.2818690922576934e-05, + "W": 7.695574026911345e-07, + "N": 1.3777503227174748e-06, + "Y": 9.029581997310743e-05, + "U": 1.4266626635617286e-07, + "K": 2.5789027802147757e-08, + "L": 3.203481810487574e-06, + "G": 2.65744802163681e-05, + "F": 0.0001849688560469076, + "E": 2.322733234905172e-05, + "T": 0.00024007046886254102, + "P": 0.11119600385427475, + "-": 0.8880957365036011 + }, + "id": "tp_23618" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2952252, + "label": "-", + "classification": { + "B": 3.059060691157356e-05, + "S": 1.1332469512126409e-05, + "I": 0.0018864336889237165, + "C": 0.0009671009611338377, + "R": 0.00018059091235045344, + "M": 0.0026129763573408127, + "O": 0.0004233350628055632, + "W": 2.4662283976795152e-05, + "N": 6.266120908549055e-05, + "Y": 0.007980383932590485, + "U": 1.6663385395077057e-05, + "K": 9.65665458352305e-06, + "L": 0.0001789917005226016, + "G": 0.002531177131459117, + "F": 0.003398143220692873, + "E": 0.0004660373379010707, + "T": 0.006825535092502832, + "P": 0.10378596931695938, + "-": 0.868607759475708 + }, + "id": "tp_23619" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2952386, + "label": "-", + "classification": { + "B": 1.8033381732340814e-10, + "S": 1.0002335848469102e-08, + "I": 5.52628648620157e-07, + "C": 1.5010337506282667e-07, + "R": 2.2368228158597958e-08, + "M": 3.470333354016475e-07, + "O": 3.048862140531128e-07, + "W": 7.307558114177937e-09, + "N": 2.915842678419267e-08, + "Y": 2.2814570911577903e-05, + "U": 1.4555248117886777e-09, + "K": 4.004074014574144e-07, + "L": 2.2152444323353393e-09, + "G": 7.539445618931495e-07, + "F": 0.0009154476574622095, + "E": 5.225027166488871e-07, + "T": 1.6573325410718098e-05, + "P": 0.01143947895616293, + "-": 0.9876026511192322 + }, + "id": "tp_23620" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2952519, + "label": "-", + "classification": { + "B": 5.5574683743842e-10, + "S": 3.743299004099754e-09, + "I": 9.15429382075672e-07, + "C": 6.565128956026456e-07, + "R": 1.8289145486960479e-07, + "M": 1.6331334336427972e-05, + "O": 4.858044917455118e-07, + "W": 1.4570298301208595e-09, + "N": 2.962995404587332e-09, + "Y": 0.00018192471179645509, + "U": 2.34010172350807e-10, + "K": 8.717897514998185e-10, + "L": 1.2451268105451163e-07, + "G": 2.3808705009287223e-05, + "F": 0.0005331569700501859, + "E": 4.845700232181116e-07, + "T": 0.00013395046698860824, + "P": 0.0009613716974854469, + "-": 0.998146653175354 + }, + "id": "tp_23621" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2952653, + "label": "-", + "classification": { + "B": 3.1822601158637553e-05, + "S": 8.683444320922717e-06, + "I": 0.00012646483082789928, + "C": 5.676786167896353e-05, + "R": 1.5240020729834214e-05, + "M": 0.00046437064884230494, + "O": 0.0003505047643557191, + "W": 1.1920122233277652e-05, + "N": 5.8231821640220005e-06, + "Y": 0.0009747801814228296, + "U": 1.0798607945616823e-06, + "K": 7.033626729935349e-07, + "L": 4.579169399221428e-05, + "G": 0.0005423596012406051, + "F": 0.0024434805382043123, + "E": 4.857025123783387e-05, + "T": 0.0006927497452124953, + "P": 0.028446679934859276, + "-": 0.965732216835022 + }, + "id": "tp_23622" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2952753, + "label": "-", + "classification": { + "B": 2.4115390715451213e-06, + "S": 5.408372089732438e-06, + "I": 0.00013365803170017898, + "C": 0.002699584234505892, + "R": 0.0005244474159553647, + "M": 0.0011015227064490318, + "O": 0.0003218264610040933, + "W": 4.551969595922856e-06, + "N": 4.0964932850329205e-06, + "Y": 0.0028559553902596235, + "U": 3.660939682958997e-06, + "K": 4.9709306040313095e-06, + "L": 0.00020139537809882313, + "G": 0.0028344399761408567, + "F": 0.0057172467932105064, + "E": 3.89834531233646e-05, + "T": 0.005001196637749672, + "P": 0.004334061406552792, + "-": 0.9742106199264526 + }, + "id": "tp_23623" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2952886, + "label": "-", + "classification": { + "B": 1.6147896531037986e-06, + "S": 2.254223772979458e-06, + "I": 1.2588468052854296e-05, + "C": 1.69128234119853e-05, + "R": 8.852500286593568e-06, + "M": 0.0004573195765260607, + "O": 6.611699791392311e-05, + "W": 1.2331612424532068e-06, + "N": 2.8765731485691504e-07, + "Y": 0.003765146480873227, + "U": 1.028566245508955e-07, + "K": 1.1197268889873158e-07, + "L": 3.344306242070161e-05, + "G": 0.0004706058243755251, + "F": 0.006589963566511869, + "E": 1.4922212358214892e-05, + "T": 0.0018543970072641969, + "P": 0.004498052876442671, + "-": 0.9822061061859131 + }, + "id": "tp_23624" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2953020, + "label": "-", + "classification": { + "B": 3.6384751211926414e-08, + "S": 1.2161984308534102e-08, + "I": 3.4318770758545725e-06, + "C": 2.0203806343488395e-06, + "R": 1.427829801059488e-07, + "M": 2.082867240460473e-06, + "O": 1.2399244724292657e-06, + "W": 1.4631701183986934e-08, + "N": 1.1959399159877648e-07, + "Y": 2.921577834058553e-05, + "U": 5.653604695510239e-09, + "K": 2.4655808061879725e-08, + "L": 6.541034736073925e-08, + "G": 1.2348838936304674e-05, + "F": 0.0012459325371310115, + "E": 8.817383786663413e-06, + "T": 2.0525758372968994e-05, + "P": 0.06614647060632706, + "-": 0.932527482509613 + }, + "id": "tp_23625" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2953153, + "label": "-", + "classification": { + "B": 9.369581022156126e-08, + "S": 2.53988929443949e-07, + "I": 8.310807606903836e-05, + "C": 1.1499245374579914e-05, + "R": 4.52669155492913e-06, + "M": 6.414485687855631e-05, + "O": 1.5060693840496242e-05, + "W": 4.1617113311076537e-07, + "N": 1.1821515499832458e-06, + "Y": 0.001891297404654324, + "U": 1.908469187128503e-07, + "K": 7.903010441623337e-07, + "L": 1.4998137203292572e-06, + "G": 0.00011322807404212654, + "F": 0.0014726027147844434, + "E": 1.1700120921886992e-05, + "T": 0.0010967296548187733, + "P": 0.012725695967674255, + "-": 0.9825060367584229 + }, + "id": "tp_23626" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2953253, + "label": "-", + "classification": { + "B": 1.8883586101053895e-12, + "S": 1.708524120791477e-11, + "I": 1.4623458355345065e-07, + "C": 3.894090050415855e-10, + "R": 7.350990476051589e-12, + "M": 5.549747772448654e-09, + "O": 8.837987564014327e-10, + "W": 1.0487794660507532e-11, + "N": 1.93829685635194e-09, + "Y": 1.9485071334202075e-07, + "U": 2.499188573104605e-12, + "K": 1.7241894023634075e-10, + "L": 6.186943752456431e-12, + "G": 7.837781978992098e-09, + "F": 4.332775642978959e-05, + "E": 2.4318762825714657e-07, + "T": 4.445463162028318e-07, + "P": 0.38317835330963135, + "-": 0.6167773008346558 + }, + "id": "tp_23627" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2953387, + "label": "-", + "classification": { + "B": 6.302488327492028e-05, + "S": 6.487171776825562e-05, + "I": 3.0458277251455e-05, + "C": 0.0002014164929278195, + "R": 7.286422624019906e-05, + "M": 0.0007681965944357216, + "O": 0.000633754301816225, + "W": 1.834079739637673e-05, + "N": 2.414802111161407e-06, + "Y": 0.0013046605745330453, + "U": 4.5240179247230117e-07, + "K": 9.342042517346272e-07, + "L": 0.00035567706800065935, + "G": 0.003284401958808303, + "F": 0.05221613124012947, + "E": 0.00011095326772192493, + "T": 0.0008340539643540978, + "P": 0.01568056084215641, + "-": 0.9243567585945129 + }, + "id": "tp_23628" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2953520, + "label": "-", + "classification": { + "B": 4.2832832036765467e-07, + "S": 1.252221522918262e-06, + "I": 4.413094302435638e-06, + "C": 1.5304287444450893e-05, + "R": 1.108757896872703e-05, + "M": 0.00044805818470194936, + "O": 9.339728421764448e-05, + "W": 5.947918566562294e-07, + "N": 1.2730447451758664e-07, + "Y": 0.0027548852376639843, + "U": 2.4544981158669543e-08, + "K": 5.409268766243258e-08, + "L": 2.4993729311972857e-05, + "G": 0.0004911923897452652, + "F": 0.0025842187460511923, + "E": 5.226509074418573e-06, + "T": 0.0018166261725127697, + "P": 0.0019382307073101401, + "-": 0.9898098707199097 + }, + "id": "tp_23629" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2953654, + "label": "-", + "classification": { + "B": 1.263516929972397e-10, + "S": 8.926618472182568e-11, + "I": 2.502438007923047e-07, + "C": 2.456940251249762e-07, + "R": 4.3420374851166343e-08, + "M": 8.71649262990104e-07, + "O": 1.1556967649539729e-07, + "W": 5.337920105930039e-10, + "N": 4.931667851870714e-10, + "Y": 1.4214363545761444e-05, + "U": 1.9187926247887788e-10, + "K": 1.1777631647724718e-10, + "L": 1.2452180619959563e-08, + "G": 1.3191631751396926e-06, + "F": 5.472237171488814e-05, + "E": 3.910706070087144e-08, + "T": 9.927050086844247e-06, + "P": 0.0021376386284828186, + "-": 0.9977806210517883 + }, + "id": "tp_23630" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2953754, + "label": "-", + "classification": { + "B": 2.1604992100909826e-12, + "S": 5.413088033368041e-11, + "I": 3.95179267087542e-09, + "C": 6.453650058801941e-09, + "R": 4.866787528534644e-10, + "M": 9.526699784601078e-08, + "O": 1.7957898279519213e-08, + "W": 5.330314661877722e-11, + "N": 5.078040765660319e-11, + "Y": 5.097136181575479e-06, + "U": 1.9984628101682445e-12, + "K": 9.6075959687969e-11, + "L": 2.1479898415499576e-10, + "G": 8.942817686374838e-08, + "F": 0.00022401375463232398, + "E": 7.326709461352721e-09, + "T": 1.6831910443215747e-06, + "P": 0.0010368060320615768, + "-": 0.9987321496009827 + }, + "id": "tp_23631" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2953887, + "label": "-", + "classification": { + "B": 8.348549407344308e-09, + "S": 4.002119080581679e-09, + "I": 6.861909582767112e-07, + "C": 1.2649119298657752e-06, + "R": 8.379327454122176e-08, + "M": 6.323257366602775e-06, + "O": 6.4735638716229e-07, + "W": 2.8822333408839995e-09, + "N": 6.518098061292221e-09, + "Y": 4.395128780743107e-05, + "U": 9.46306477622727e-10, + "K": 6.848189793018378e-10, + "L": 8.679946716938503e-08, + "G": 8.569551027903799e-06, + "F": 7.561754318885505e-05, + "E": 6.708344812977884e-07, + "T": 3.616803587647155e-05, + "P": 0.004503927193582058, + "-": 0.9953219294548035 + }, + "id": "tp_23632" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2954021, + "label": "-", + "classification": { + "B": 1.9435790754585014e-09, + "S": 8.868012102425382e-09, + "I": 1.15334870542938e-08, + "C": 1.0739572644524742e-06, + "R": 2.7724146889340773e-07, + "M": 6.593250418518437e-06, + "O": 2.3145655632106354e-06, + "W": 4.638578854354591e-09, + "N": 1.9224999370237583e-10, + "Y": 0.0001764779444783926, + "U": 3.4415640476348486e-11, + "K": 3.2254759974037484e-10, + "L": 5.228895929576538e-07, + "G": 2.9539683964685537e-05, + "F": 0.00217725383117795, + "E": 1.8234789678217567e-08, + "T": 3.617176116677001e-05, + "P": 0.0001334546395810321, + "-": 0.9974362254142761 + }, + "id": "tp_23633" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2954154, + "label": "-", + "classification": { + "B": 1.3347319915979483e-09, + "S": 1.9802850470540534e-09, + "I": 1.0880418344072496e-08, + "C": 2.498895241842547e-07, + "R": 2.2302399926843464e-08, + "M": 2.4003709313547006e-06, + "O": 4.3433047380858625e-07, + "W": 8.630475223370127e-10, + "N": 6.187054341078024e-11, + "Y": 1.4918056876922492e-05, + "U": 8.436525783528381e-12, + "K": 9.7197206880284e-12, + "L": 4.961082566978803e-08, + "G": 5.702916951122461e-06, + "F": 0.00011583328887354583, + "E": 5.467857278063093e-09, + "T": 2.3281094399862923e-05, + "P": 0.00026354295550845563, + "-": 0.9995735287666321 + }, + "id": "tp_23634" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2954254, + "label": "-", + "classification": { + "B": 3.111460682703182e-05, + "S": 9.342989505967125e-05, + "I": 0.0007064504898153245, + "C": 0.0008125385502353311, + "R": 0.00020539773686323315, + "M": 0.006812638137489557, + "O": 0.0009702834067866206, + "W": 4.0582181100035086e-05, + "N": 5.894837522646412e-05, + "Y": 0.015246340073645115, + "U": 1.2912453712488059e-05, + "K": 3.803823346970603e-05, + "L": 0.0004098489007446915, + "G": 0.004877070430666208, + "F": 0.019827183336019516, + "E": 0.0006783379940316081, + "T": 0.015669837594032288, + "P": 0.0172582920640707, + "-": 0.9162508249282837 + }, + "id": "tp_23635" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2954388, + "label": "-", + "classification": { + "B": 3.2281351991514384e-07, + "S": 1.050374976330204e-06, + "I": 2.4680097340024076e-05, + "C": 3.8341382605722174e-05, + "R": 4.697480108006857e-06, + "M": 4.323959365137853e-05, + "O": 2.6400972274132073e-05, + "W": 1.0163161050513736e-06, + "N": 1.7738885844664765e-06, + "Y": 0.00047538592480123043, + "U": 2.2472016780739068e-07, + "K": 2.2409196844819235e-06, + "L": 2.065398803097196e-06, + "G": 0.00011629985237959772, + "F": 0.0067187147215008736, + "E": 3.784763248404488e-05, + "T": 0.00025969871785491705, + "P": 0.036738187074661255, + "-": 0.955507755279541 + }, + "id": "tp_23636" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2954521, + "label": "-", + "classification": { + "B": 9.142626655744834e-10, + "S": 2.3602678922429732e-08, + "I": 3.882423627032949e-08, + "C": 5.761540933235665e-07, + "R": 6.37658956748055e-08, + "M": 8.787608749116771e-06, + "O": 1.3761059562966693e-06, + "W": 2.323802483772397e-09, + "N": 5.252202006644779e-10, + "Y": 8.615936530986801e-05, + "U": 3.6873785275171045e-11, + "K": 1.5168934996978578e-09, + "L": 4.0037457438302226e-07, + "G": 4.056364923599176e-05, + "F": 0.006717352662235498, + "E": 2.260003100218455e-07, + "T": 3.798465331783518e-05, + "P": 0.00021347579604480416, + "-": 0.9928930401802063 + }, + "id": "tp_23637" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2954655, + "label": "-", + "classification": { + "B": 7.464603157814054e-08, + "S": 3.691401957439666e-07, + "I": 8.507046800332319e-07, + "C": 1.7453777445552987e-06, + "R": 4.3464206100907177e-07, + "M": 8.37018305901438e-05, + "O": 8.885443094186485e-06, + "W": 5.817409842734378e-08, + "N": 1.9101337400684315e-08, + "Y": 0.0004041462088935077, + "U": 2.2761010853855623e-09, + "K": 4.000118014602094e-09, + "L": 1.9015133148059249e-06, + "G": 6.0090020269853994e-05, + "F": 0.001759976614266634, + "E": 2.4555486106692115e-06, + "T": 0.00023080993560142815, + "P": 0.0026051518507301807, + "-": 0.9948393702507019 + }, + "id": "tp_23638" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2954755, + "label": "-", + "classification": { + "B": 4.196694641106502e-12, + "S": 3.0936874156201055e-12, + "I": 3.402138015751177e-10, + "C": 7.050744987857627e-10, + "R": 7.612742380924686e-11, + "M": 3.74925726021047e-08, + "O": 4.200464864823061e-09, + "W": 1.851215578399512e-12, + "N": 1.012885955664622e-12, + "Y": 1.0789286761792027e-06, + "U": 6.533758045235497e-14, + "K": 6.235545391662656e-13, + "L": 1.0325414134815247e-10, + "G": 7.942856683484933e-08, + "F": 2.8591601221705787e-05, + "E": 8.593002420731466e-10, + "T": 3.777346364586265e-07, + "P": 0.0001909936108859256, + "-": 0.9997788071632385 + }, + "id": "tp_23639" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2954888, + "label": "-", + "classification": { + "B": 2.8828829101712472e-08, + "S": 1.0089945590152638e-07, + "I": 4.086054104845971e-05, + "C": 9.075830348592717e-06, + "R": 1.7054132968041813e-06, + "M": 3.3258991152251838e-06, + "O": 3.7724594221799634e-06, + "W": 1.1721206760739733e-07, + "N": 9.471095268054341e-07, + "Y": 0.00014499436656478792, + "U": 7.420683800773986e-08, + "K": 1.5317442603191012e-07, + "L": 3.709790235006949e-07, + "G": 1.8238064512843266e-05, + "F": 0.0009078379953280091, + "E": 7.948805432533845e-06, + "T": 9.770482574822381e-05, + "P": 0.053995873779058456, + "-": 0.9447668790817261 + }, + "id": "tp_23640" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2955022, + "label": "-", + "classification": { + "B": 4.213987665757646e-12, + "S": 2.5395184219401123e-11, + "I": 8.032365599319746e-07, + "C": 8.967705866780307e-08, + "R": 5.1314805737945335e-09, + "M": 1.2842699348425413e-08, + "O": 1.5396167896142288e-08, + "W": 1.619045592038404e-10, + "N": 7.310560157236523e-09, + "Y": 2.726313823586679e-06, + "U": 1.1275328587467826e-10, + "K": 1.2265579663051085e-08, + "L": 9.742268797241493e-11, + "G": 2.44282517769534e-07, + "F": 0.00012993653945159167, + "E": 2.908880389895785e-07, + "T": 8.645689035802206e-07, + "P": 0.05524865537881851, + "-": 0.9446163773536682 + }, + "id": "tp_23641" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2955155, + "label": "-", + "classification": { + "B": 1.6076821339083835e-05, + "S": 4.302355591789819e-05, + "I": 0.0005213922704569995, + "C": 0.0031350362114608288, + "R": 0.0009753587655723095, + "M": 0.0046068052761256695, + "O": 0.0011801616055890918, + "W": 3.34062751790043e-05, + "N": 1.4375453247339465e-05, + "Y": 0.006121124140918255, + "U": 4.811684902961133e-06, + "K": 4.427102453519183e-07, + "L": 0.0013207078445702791, + "G": 0.004346995614469051, + "F": 0.008292953483760357, + "E": 7.063932571327314e-05, + "T": 0.012423313222825527, + "P": 0.013739090412855148, + "-": 0.9431543350219727 + }, + "id": "tp_23642" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2955255, + "label": "-", + "classification": { + "B": 8.924418537503698e-09, + "S": 2.386697506295832e-10, + "I": 3.4024797059828416e-05, + "C": 4.0008522717016604e-08, + "R": 3.962128403145471e-09, + "M": 7.514196909141901e-07, + "O": 1.6740780495183571e-07, + "W": 5.806772840344365e-10, + "N": 6.322873957742559e-08, + "Y": 2.4546309305151226e-06, + "U": 1.6489562493227083e-10, + "K": 6.1305721783810885e-12, + "L": 1.2599329579643381e-08, + "G": 6.825148943789827e-07, + "F": 2.097383685395471e-06, + "E": 1.225090727530187e-06, + "T": 8.52922039484838e-06, + "P": 0.3745831549167633, + "-": 0.6253668069839478 + }, + "id": "tp_23643" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2955389, + "label": "-", + "classification": { + "B": 7.106000703061e-05, + "S": 0.0002471515617799014, + "I": 0.004271836020052433, + "C": 0.0010707237524911761, + "R": 0.0009268277208320796, + "M": 0.013850473798811436, + "O": 0.0033652721904218197, + "W": 0.0002651546965353191, + "N": 0.0002734758600126952, + "Y": 0.037904493510723114, + "U": 5.6024167861323804e-05, + "K": 3.650885264505632e-05, + "L": 0.0010305901523679495, + "G": 0.005383133888244629, + "F": 0.008457710966467857, + "E": 0.0007681715651415288, + "T": 0.04409705102443695, + "P": 0.027315963059663773, + "-": 0.8506084084510803 + }, + "id": "tp_23644" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2955522, + "label": "-", + "classification": { + "B": 1.8362544124128632e-11, + "S": 3.2346986200693095e-11, + "I": 6.290489018567769e-09, + "C": 3.880252563703834e-08, + "R": 2.2969606217060345e-09, + "M": 5.189193430510386e-08, + "O": 9.143429124947033e-09, + "W": 3.1722489218788397e-11, + "N": 2.5415022517072394e-11, + "Y": 3.43853957929241e-06, + "U": 2.18223182579802e-12, + "K": 1.5779041268038085e-11, + "L": 6.312937950170294e-10, + "G": 3.9335569113063684e-07, + "F": 0.00012143335334258154, + "E": 8.335101497891628e-09, + "T": 6.502642122541147e-07, + "P": 0.0016094142338261008, + "-": 0.9982646107673645 + }, + "id": "tp_23645" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2955656, + "label": "-", + "classification": { + "B": 9.385187071941914e-11, + "S": 4.4159628211082325e-12, + "I": 1.1369846175668386e-09, + "C": 5.7872595604635535e-09, + "R": 1.7167470223178327e-10, + "M": 1.0132426808695527e-07, + "O": 7.702608328941096e-09, + "W": 3.849365270980343e-12, + "N": 1.7519779030306104e-12, + "Y": 4.235144217545894e-07, + "U": 2.0512867934200513e-13, + "K": 7.414149860458102e-14, + "L": 1.1146679135265458e-09, + "G": 2.7985601036562e-07, + "F": 2.4785736968624406e-05, + "E": 4.854250779118274e-09, + "T": 3.532896926117246e-07, + "P": 0.0007419291650876403, + "-": 0.9992321729660034 + }, + "id": "tp_23646" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2955756, + "label": "-", + "classification": { + "B": 1.4132489241092117e-06, + "S": 3.5910579754272476e-07, + "I": 1.9842877918563318e-06, + "C": 1.642614961383515e-06, + "R": 5.815248300677922e-07, + "M": 1.3459356523526367e-05, + "O": 1.0248335456708446e-05, + "W": 1.3699251155685488e-07, + "N": 3.486810129516016e-08, + "Y": 7.59027388994582e-05, + "U": 6.8017160792521736e-09, + "K": 1.1196324978257621e-09, + "L": 4.612085376720643e-06, + "G": 5.508487447514199e-05, + "F": 0.0010979321086779237, + "E": 1.7316313005721895e-06, + "T": 7.55287692300044e-05, + "P": 0.009334193542599678, + "-": 0.9893251657485962 + }, + "id": "tp_23647" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2955889, + "label": "-", + "classification": { + "B": 6.474262315495083e-13, + "S": 1.1749313273603373e-13, + "I": 3.51922185837239e-10, + "C": 4.727262678527744e-11, + "R": 1.999774261116083e-12, + "M": 3.002678383712265e-10, + "O": 1.7039931965445732e-10, + "W": 7.649785617241597e-14, + "N": 2.849557070340458e-13, + "Y": 3.2934693194874853e-08, + "U": 2.109320832284706e-15, + "K": 1.547652183817548e-14, + "L": 1.6529707290435791e-12, + "G": 1.641068081426056e-08, + "F": 1.0421832485008053e-05, + "E": 9.1141753866264e-11, + "T": 1.28392407816591e-08, + "P": 0.0020686322823166847, + "-": 0.9979208111763 + }, + "id": "tp_23648" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2956023, + "label": "-", + "classification": { + "B": 0.00018054433166980743, + "S": 3.807129542110488e-05, + "I": 0.0003085997886955738, + "C": 0.0006979379104450345, + "R": 0.0003585953381843865, + "M": 0.010121203027665615, + "O": 0.0013406133512035012, + "W": 3.681876478367485e-05, + "N": 8.223788427130785e-06, + "Y": 0.01733490824699402, + "U": 1.7657221178524196e-06, + "K": 8.775470519140072e-07, + "L": 0.0008755529997870326, + "G": 0.006159955635666847, + "F": 0.003983004484325647, + "E": 0.00011578111298149452, + "T": 0.017866594716906548, + "P": 0.005037844646722078, + "-": 0.9355331659317017 + }, + "id": "tp_23649" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2956156, + "label": "-", + "classification": { + "B": 2.15916018397877e-09, + "S": 1.4973542405982698e-08, + "I": 1.660747557252762e-06, + "C": 9.156810278909688e-07, + "R": 9.453070504150674e-08, + "M": 1.8417473484078073e-06, + "O": 9.232606998921256e-07, + "W": 1.0453894638828842e-08, + "N": 5.5279219424164694e-08, + "Y": 0.00012557687296066433, + "U": 2.894742223702451e-09, + "K": 2.213355543290163e-08, + "L": 2.5474983900153347e-08, + "G": 5.0421808737155516e-06, + "F": 0.0005970603669993579, + "E": 7.83335565301968e-07, + "T": 4.734602407552302e-05, + "P": 0.016189390793442726, + "-": 0.9830291867256165 + }, + "id": "tp_23650" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2956256, + "label": "-", + "classification": { + "B": 7.437705562551855e-08, + "S": 6.427780618878387e-08, + "I": 3.220459257136099e-05, + "C": 2.2803764295531437e-05, + "R": 9.221368600265123e-06, + "M": 3.0336044801515527e-05, + "O": 5.871456323802704e-06, + "W": 6.771487903733941e-08, + "N": 2.4702384848751535e-07, + "Y": 0.0010538010392338037, + "U": 2.539986176941511e-08, + "K": 1.3250565977784845e-08, + "L": 1.719583451631479e-06, + "G": 0.0001442966895410791, + "F": 0.00029849796555936337, + "E": 5.811320534121478e-06, + "T": 0.00033639679895713925, + "P": 0.014075030572712421, + "-": 0.9839833974838257 + }, + "id": "tp_23651" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2956390, + "label": "-", + "classification": { + "B": 2.7778231270758624e-08, + "S": 1.0056757560050755e-07, + "I": 1.2935909410316526e-07, + "C": 1.7180235545311007e-07, + "R": 1.8890348485456343e-07, + "M": 5.207800495554693e-05, + "O": 2.663425220816862e-05, + "W": 5.432845284758514e-08, + "N": 1.780557923325432e-09, + "Y": 7.458371692337096e-05, + "U": 2.2924723230843824e-10, + "K": 1.0002275049880716e-11, + "L": 3.538103783284896e-06, + "G": 8.561375580029562e-06, + "F": 7.840906619094312e-05, + "E": 5.317014029060374e-08, + "T": 0.0001877691684057936, + "P": 0.0005244743078947067, + "-": 0.9990432858467102 + }, + "id": "tp_23652" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2956523, + "label": "-", + "classification": { + "B": 1.5494233451818218e-08, + "S": 8.968829234845543e-09, + "I": 4.1186737576026644e-07, + "C": 1.6953994190771482e-06, + "R": 2.849101576885005e-07, + "M": 5.515593329619151e-06, + "O": 1.167490154330153e-06, + "W": 1.5022253663232732e-08, + "N": 8.26880963700205e-09, + "Y": 6.862679583719e-05, + "U": 2.2288588752417127e-09, + "K": 1.169091046193671e-08, + "L": 1.585287634497945e-07, + "G": 1.0247292266285513e-05, + "F": 0.0015710282605141401, + "E": 6.225592414921266e-07, + "T": 4.060140054207295e-05, + "P": 0.0035844917874783278, + "-": 0.99471515417099 + }, + "id": "tp_23653" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2956657, + "label": "-", + "classification": { + "B": 6.364962246152572e-07, + "S": 3.9781301097718824e-07, + "I": 6.553219282068312e-05, + "C": 8.8858096205513e-06, + "R": 5.678357979377324e-07, + "M": 1.0284085874445736e-05, + "O": 6.819871032348601e-06, + "W": 3.2375450587096566e-07, + "N": 4.328925570007414e-06, + "Y": 0.00012162773782620206, + "U": 2.573934523297794e-07, + "K": 1.8301037698620348e-06, + "L": 3.4376466828689445e-07, + "G": 3.412726800888777e-05, + "F": 0.0008451052126474679, + "E": 4.085866385139525e-05, + "T": 0.0001524459948996082, + "P": 0.25300878286361694, + "-": 0.7456968426704407 + }, + "id": "tp_23654" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2956757, + "label": "-", + "classification": { + "B": 1.9316423460757903e-11, + "S": 1.0342721123990373e-09, + "I": 6.537688790331231e-08, + "C": 1.7945782815331768e-07, + "R": 1.4549792481943769e-08, + "M": 9.353453833682579e-08, + "O": 1.1148274126071556e-07, + "W": 8.40653546774206e-10, + "N": 1.5738761405259538e-09, + "Y": 4.414586328493897e-06, + "U": 1.0270275602186629e-10, + "K": 9.201029271821426e-09, + "L": 1.3913006302601616e-09, + "G": 4.3096193280689477e-07, + "F": 0.0006262287497520447, + "E": 1.94580440648906e-08, + "T": 2.9702362098760204e-06, + "P": 0.0023805873934179544, + "-": 0.9969847798347473 + }, + "id": "tp_23655" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2956890, + "label": "-", + "classification": { + "B": 9.437939070267021e-07, + "S": 2.4064243007160258e-06, + "I": 9.326872532255948e-05, + "C": 0.009342033416032791, + "R": 0.0009111167746596038, + "M": 0.0017169818747788668, + "O": 0.00010803369514178485, + "W": 1.1912186437257333e-06, + "N": 1.7689320657154894e-06, + "Y": 0.014836938120424747, + "U": 6.858936671960691e-07, + "K": 2.039724677160848e-06, + "L": 0.00023635354591533542, + "G": 0.011709201149642467, + "F": 0.02128542587161064, + "E": 0.00010366112110204995, + "T": 0.003926840610802174, + "P": 0.00328994682058692, + "-": 0.9324312210083008 + }, + "id": "tp_23656" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2957024, + "label": "-", + "classification": { + "B": 2.410849333500664e-07, + "S": 1.4430082906358166e-08, + "I": 4.5504726585932076e-05, + "C": 1.7545189621159807e-05, + "R": 3.30867351294728e-07, + "M": 3.628904596553184e-05, + "O": 1.7881183111967403e-06, + "W": 2.7103615352075394e-08, + "N": 6.31221269031812e-07, + "Y": 4.719128992292099e-05, + "U": 4.016426657926786e-08, + "K": 8.173265797495333e-08, + "L": 3.946210824778973e-07, + "G": 7.359981827903539e-05, + "F": 0.0012141927145421505, + "E": 0.0002110918576363474, + "T": 5.0383503548800945e-05, + "P": 0.2305682748556137, + "-": 0.7677323818206787 + }, + "id": "tp_23657" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2957157, + "label": "-", + "classification": { + "B": 8.09076209407067e-06, + "S": 9.855480129772332e-06, + "I": 0.00015488258213736117, + "C": 0.00015406349848490208, + "R": 5.2285460697021335e-05, + "M": 0.0024148982483893633, + "O": 0.00035634220694191754, + "W": 6.348901024466613e-06, + "N": 4.058668764628237e-06, + "Y": 0.007379897404462099, + "U": 1.1117527947135386e-06, + "K": 3.955768477226229e-07, + "L": 0.00018874453962780535, + "G": 0.002550989855080843, + "F": 0.00470639206469059, + "E": 0.00010242132702842355, + "T": 0.005733028519898653, + "P": 0.00979580171406269, + "-": 0.9663804173469543 + }, + "id": "tp_23658" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2957257, + "label": "-", + "classification": { + "B": 9.297770553473583e-09, + "S": 9.57941992396627e-09, + "I": 2.8591939553734846e-06, + "C": 5.533373155230947e-07, + "R": 1.112061109864726e-08, + "M": 6.516161192848813e-06, + "O": 4.93087043196283e-07, + "W": 3.6317513441019855e-09, + "N": 1.0033254937980018e-07, + "Y": 9.504638001089916e-05, + "U": 9.909476794689454e-09, + "K": 2.3221948808327397e-08, + "L": 6.956940978852799e-08, + "G": 1.5599991456838325e-05, + "F": 0.0006729133310727775, + "E": 6.3364036577695515e-06, + "T": 0.0001542315148981288, + "P": 0.06713912636041641, + "-": 0.9319060444831848 + }, + "id": "tp_23659" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2957391, + "label": "-", + "classification": { + "B": 4.145773946362397e-09, + "S": 2.8470859003704163e-09, + "I": 0.0001075597683666274, + "C": 1.9640203390736133e-05, + "R": 2.2028405055607436e-06, + "M": 7.250897397170775e-06, + "O": 7.421987788802653e-07, + "W": 9.366000419674947e-09, + "N": 3.4357779554738954e-07, + "Y": 0.000477661524200812, + "U": 2.7709578631629483e-08, + "K": 8.693897157741048e-09, + "L": 1.5156507515712292e-07, + "G": 2.1472395019372925e-05, + "F": 0.00015351372712757438, + "E": 4.7506136979791336e-06, + "T": 0.00014574320812243968, + "P": 0.07323434203863144, + "-": 0.9258245229721069 + }, + "id": "tp_23660" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2957524, + "label": "-", + "classification": { + "B": 1.7780497785224725e-07, + "S": 5.485482006406528e-07, + "I": 0.000231222715228796, + "C": 0.00021638804173562676, + "R": 3.9075133827282116e-05, + "M": 0.00026919247466139495, + "O": 3.951135295210406e-05, + "W": 9.781578000911395e-07, + "N": 2.5012031983351335e-06, + "Y": 0.0014347650576382875, + "U": 2.3728514975118742e-07, + "K": 2.7030003479922016e-07, + "L": 6.252265848161187e-06, + "G": 0.00023369898553937674, + "F": 0.0014834305038675666, + "E": 3.9444450521841645e-05, + "T": 0.0009024332393892109, + "P": 0.01582072488963604, + "-": 0.9792790412902832 + }, + "id": "tp_23661" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2957658, + "label": "-", + "classification": { + "B": 1.288177355583675e-12, + "S": 3.6064399622053045e-13, + "I": 2.3041939467560724e-09, + "C": 2.979756219545493e-09, + "R": 4.548159071582347e-11, + "M": 2.6220077220528992e-09, + "O": 1.0537503092322709e-09, + "W": 5.247779207712133e-13, + "N": 4.812091697337095e-12, + "Y": 8.745075064098273e-08, + "U": 2.155389853143036e-13, + "K": 1.026072401957151e-13, + "L": 3.645998433721154e-11, + "G": 5.03180714872542e-08, + "F": 5.681543825630797e-06, + "E": 5.175077588681631e-10, + "T": 2.0262582722807565e-07, + "P": 0.006359785329550505, + "-": 0.9936341047286987 + }, + "id": "tp_23662" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2957758, + "label": "-", + "classification": { + "B": 1.18570358154102e-06, + "S": 9.012952659759321e-07, + "I": 0.001133769634179771, + "C": 0.00026046985294669867, + "R": 2.969190427393187e-05, + "M": 0.0005010943859815598, + "O": 7.1755624958314e-05, + "W": 1.2248932534930645e-06, + "N": 2.616231176943984e-05, + "Y": 0.002258740831166506, + "U": 1.0636516662998474e-06, + "K": 2.2560830359452666e-07, + "L": 1.336743571300758e-05, + "G": 0.0004296998667996377, + "F": 0.0005274711293168366, + "E": 0.00030675868038088083, + "T": 0.002755412133410573, + "P": 0.07312868535518646, + "-": 0.9185522794723511 + }, + "id": "tp_23663" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2957891, + "label": "-", + "classification": { + "B": 3.9858333300557547e-10, + "S": 2.919983144167304e-10, + "I": 2.6039828071589e-07, + "C": 3.454722445894731e-06, + "R": 6.752787271580019e-07, + "M": 4.294083282729844e-06, + "O": 5.899678967580257e-07, + "W": 7.936019619236845e-10, + "N": 3.5912020579509374e-10, + "Y": 7.532395102316514e-05, + "U": 1.1419189899219973e-10, + "K": 1.067041767444099e-11, + "L": 1.8792218270391459e-07, + "G": 1.3529526768252254e-05, + "F": 7.108306454028934e-05, + "E": 2.203297100322743e-08, + "T": 3.822999133262783e-05, + "P": 0.00037951700505800545, + "-": 0.9994127750396729 + }, + "id": "tp_23664" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2958025, + "label": "-", + "classification": { + "B": 5.0203230461676185e-11, + "S": 1.2169644458825957e-10, + "I": 1.1023072374882759e-06, + "C": 2.8500581450430218e-08, + "R": 8.537694995425227e-10, + "M": 3.7484678472310407e-08, + "O": 1.4944768977898093e-08, + "W": 1.4025085259827819e-10, + "N": 2.063324266998734e-08, + "Y": 4.435305072547635e-06, + "U": 1.7357591752809043e-10, + "K": 9.388120503217579e-09, + "L": 1.3680610810862248e-10, + "G": 2.4366229922634375e-07, + "F": 9.639062773203477e-05, + "E": 1.0858232144528301e-06, + "T": 2.810245632645092e-06, + "P": 0.0998169407248497, + "-": 0.9000770449638367 + }, + "id": "tp_23665" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2958158, + "label": "-", + "classification": { + "B": 4.0393084432821524e-09, + "S": 1.7043271682837258e-08, + "I": 9.181714267469943e-05, + "C": 1.4141846804704983e-05, + "R": 7.684518550377106e-07, + "M": 1.2002573157587904e-06, + "O": 5.445336910270271e-07, + "W": 6.076319891690218e-08, + "N": 1.966799572983291e-06, + "Y": 0.00036012649070471525, + "U": 4.261953989725953e-08, + "K": 4.556847216008464e-06, + "L": 1.5796850050264766e-08, + "G": 2.207591023761779e-05, + "F": 0.0014652203535661101, + "E": 7.346898928517476e-05, + "T": 2.6680030714487657e-05, + "P": 0.16385968029499054, + "-": 0.8340775370597839 + }, + "id": "tp_23666" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2958258, + "label": "-", + "classification": { + "B": 5.799748237222957e-07, + "S": 7.006184205238242e-06, + "I": 0.00027351887547411025, + "C": 6.150410627014935e-05, + "R": 2.1603422283078544e-05, + "M": 0.00021100052981637418, + "O": 8.716515003470704e-05, + "W": 3.3114727102656616e-06, + "N": 1.2134403732488863e-05, + "Y": 0.001027677208185196, + "U": 8.522939651811612e-07, + "K": 8.864305982569931e-07, + "L": 1.5528594303759746e-05, + "G": 0.00016755182878114283, + "F": 0.003363404655829072, + "E": 5.553196751861833e-05, + "T": 0.002689507557079196, + "P": 0.0518730953335762, + "-": 0.9401280879974365 + }, + "id": "tp_23667" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2958392, + "label": "-", + "classification": { + "B": 2.8123079420794284e-09, + "S": 1.4228478395494903e-09, + "I": 8.916689694160596e-05, + "C": 0.00030344209517352283, + "R": 1.609564969839994e-05, + "M": 5.04521176480921e-06, + "O": 8.929904993237869e-07, + "W": 2.3242179736371327e-08, + "N": 2.0934545830186835e-07, + "Y": 0.00025080679915845394, + "U": 4.742833681348202e-08, + "K": 5.624739074505669e-08, + "L": 9.3918941956872e-08, + "G": 1.6024430806282908e-05, + "F": 0.0001051829822245054, + "E": 2.702042593227816e-06, + "T": 5.94211342104245e-05, + "P": 0.010806707665324211, + "-": 0.9883440732955933 + }, + "id": "tp_23668" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2958525, + "label": "-", + "classification": { + "B": 9.044397302204743e-06, + "S": 0.00012527745275292546, + "I": 0.0004577903018798679, + "C": 0.0038877902552485466, + "R": 0.0015496982960030437, + "M": 0.002926336834207177, + "O": 0.00138638645876199, + "W": 0.00012458833225537091, + "N": 6.067064532544464e-05, + "Y": 0.012958874925971031, + "U": 1.7897644283948466e-05, + "K": 8.936670201364905e-05, + "L": 0.0006466711056418717, + "G": 0.006164726335555315, + "F": 0.09817823022603989, + "E": 0.0004447842657100409, + "T": 0.008142873644828796, + "P": 0.02150385081768036, + "-": 0.8413251042366028 + }, + "id": "tp_23669" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2958625, + "label": "-", + "classification": { + "B": 3.3513188668621297e-07, + "S": 4.90021761834214e-07, + "I": 6.341099651763216e-05, + "C": 1.967831121874042e-05, + "R": 1.1050892680941615e-06, + "M": 1.2134593816881534e-05, + "O": 5.661481282004388e-06, + "W": 4.413404042225011e-07, + "N": 7.447521056747064e-06, + "Y": 0.0004366088251117617, + "U": 2.603804318823677e-07, + "K": 1.9043791326112114e-05, + "L": 3.991176811268815e-07, + "G": 0.0002527878968976438, + "F": 0.011819508858025074, + "E": 0.0004056833276990801, + "T": 0.0001969275763258338, + "P": 0.22387365996837616, + "-": 0.7628844380378723 + }, + "id": "tp_23670" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2958759, + "label": "-", + "classification": { + "B": 1.5064987564983312e-05, + "S": 3.812266641034512e-06, + "I": 0.0007074432796798646, + "C": 0.00034795867395587265, + "R": 3.8666279579047114e-05, + "M": 0.0003759113315027207, + "O": 8.025213901419193e-05, + "W": 4.72556757813436e-06, + "N": 4.903675289824605e-05, + "Y": 0.006835823878645897, + "U": 9.542631232761778e-06, + "K": 7.091119914548472e-05, + "L": 2.0856861738138832e-05, + "G": 0.0028375640977174044, + "F": 0.006632376462221146, + "E": 0.00225540017709136, + "T": 0.001399908447638154, + "P": 0.07817980647087097, + "-": 0.9001349806785583 + }, + "id": "tp_23671" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2958892, + "label": "-", + "classification": { + "B": 1.4395764580399373e-08, + "S": 2.502312952401553e-07, + "I": 2.1347937035898212e-06, + "C": 0.00017894750635605305, + "R": 1.5551164324278943e-05, + "M": 0.0003827679029200226, + "O": 2.577990380814299e-05, + "W": 2.1835825236848905e-07, + "N": 3.487200928020684e-08, + "Y": 0.00781992357224226, + "U": 1.0600931688031778e-08, + "K": 4.3296287799421407e-07, + "L": 1.5043467101349961e-05, + "G": 0.0015171521808952093, + "F": 0.009539780206978321, + "E": 4.581072516884888e-06, + "T": 0.0033486487809568644, + "P": 0.000354973686626181, + "-": 0.9767938852310181 + }, + "id": "tp_23672" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2959026, + "label": "-", + "classification": { + "B": 7.54841068123513e-12, + "S": 3.158974817840665e-11, + "I": 4.696600228726311e-07, + "C": 1.3069098692142234e-08, + "R": 1.1817034017980177e-09, + "M": 2.395766216523043e-07, + "O": 3.5663990871626083e-08, + "W": 2.9370058468591864e-11, + "N": 1.070981858752873e-09, + "Y": 4.051010819239309e-06, + "U": 9.36323761580038e-12, + "K": 2.8375242693695624e-12, + "L": 1.3761440875725839e-09, + "G": 2.1753535861535056e-07, + "F": 3.1186340493150055e-05, + "E": 2.87328987269575e-08, + "T": 5.720752142224228e-06, + "P": 0.012151295319199562, + "-": 0.9878067374229431 + }, + "id": "tp_23673" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2959126, + "label": "-", + "classification": { + "B": 2.101154250588877e-10, + "S": 1.3556766820244093e-09, + "I": 7.437377291807934e-08, + "C": 5.004457648283278e-07, + "R": 8.301521603470974e-08, + "M": 6.525765002152184e-06, + "O": 9.68246581578569e-07, + "W": 1.4687324689788284e-09, + "N": 7.827251069514318e-10, + "Y": 0.00010264643788104877, + "U": 1.5943450726307873e-10, + "K": 1.101938651437706e-09, + "L": 7.799301471322906e-08, + "G": 1.1139419257233385e-05, + "F": 0.00047954387264326215, + "E": 6.812747699314059e-08, + "T": 3.186978574376553e-05, + "P": 0.0006443543825298548, + "-": 0.9987221360206604 + }, + "id": "tp_23674" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2959259, + "label": "-", + "classification": { + "B": 3.675355765153654e-05, + "S": 8.8376815256197e-05, + "I": 0.00022716264356859028, + "C": 0.0003974744467996061, + "R": 8.09085468063131e-05, + "M": 0.0032445963006466627, + "O": 0.0005877827643416822, + "W": 2.5813380489125848e-05, + "N": 3.799575279117562e-05, + "Y": 0.0065109445713460445, + "U": 6.55683970762766e-06, + "K": 3.649784412118606e-05, + "L": 0.0001968513970496133, + "G": 0.003540187142789364, + "F": 0.0384240485727787, + "E": 0.0008431049063801765, + "T": 0.006361668463796377, + "P": 0.03652835264801979, + "-": 0.902824878692627 + }, + "id": "tp_23675" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2959393, + "label": "-", + "classification": { + "B": 5.971825203232584e-07, + "S": 7.7140185794633e-08, + "I": 7.989345249370672e-06, + "C": 2.0030570340168197e-06, + "R": 3.601559228627593e-07, + "M": 6.697733624605462e-05, + "O": 9.909475920721889e-06, + "W": 8.541263696315582e-08, + "N": 8.242332683039422e-08, + "Y": 0.00014670018572360277, + "U": 9.783266641250066e-09, + "K": 7.958808723174116e-09, + "L": 2.4773264613031643e-06, + "G": 0.0001264606835320592, + "F": 0.0004991170135326684, + "E": 1.4549075785907917e-05, + "T": 0.00014439303777180612, + "P": 0.00930782686918974, + "-": 0.9896703362464905 + }, + "id": "tp_23676" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2959526, + "label": "-", + "classification": { + "B": 3.0793960714703417e-09, + "S": 2.0656232280202858e-09, + "I": 4.5343087549554184e-05, + "C": 6.9208795139275026e-06, + "R": 1.2086532024113694e-06, + "M": 4.393618837639224e-06, + "O": 1.7253112218895694e-06, + "W": 4.040700662955032e-09, + "N": 6.163980970086413e-08, + "Y": 8.26061877887696e-05, + "U": 1.7219438097626494e-09, + "K": 1.1377782396793101e-11, + "L": 2.457411483192118e-07, + "G": 5.975902695354307e-06, + "F": 8.319474545714911e-06, + "E": 1.8607468632581003e-07, + "T": 0.00010477513569639996, + "P": 0.02663598209619522, + "-": 0.9731022119522095 + }, + "id": "tp_23677" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2959626, + "label": "-", + "classification": { + "B": 6.568108346982626e-06, + "S": 5.908008915866958e-06, + "I": 0.001027449150569737, + "C": 0.0008942045969888568, + "R": 0.00018541808822192252, + "M": 0.001461906940676272, + "O": 0.00021792820189148188, + "W": 8.699223144503776e-06, + "N": 4.4530101149575785e-05, + "Y": 0.012857096269726753, + "U": 1.5564164641546085e-05, + "K": 1.3985089935886208e-05, + "L": 0.00011485027789603919, + "G": 0.0023725153878331184, + "F": 0.007903656922280788, + "E": 0.0005379155045375228, + "T": 0.00871296040713787, + "P": 0.06207897886633873, + "-": 0.9015399217605591 + }, + "id": "tp_23678" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2959760, + "label": "-", + "classification": { + "B": 3.869561115976694e-09, + "S": 3.57411183982137e-10, + "I": 6.185788379298174e-07, + "C": 6.956109022127066e-09, + "R": 3.01976083028066e-10, + "M": 1.1526832395247766e-06, + "O": 1.2856469311373075e-07, + "W": 7.510272959088127e-11, + "N": 1.1440123293127158e-09, + "Y": 4.2002127997875505e-07, + "U": 4.2466906727267606e-12, + "K": 2.449156058081242e-13, + "L": 2.1184213494507276e-08, + "G": 2.2160254502523458e-06, + "F": 4.0232007449958473e-05, + "E": 4.037595147110551e-07, + "T": 4.231127604725771e-06, + "P": 0.03369284048676491, + "-": 0.9662578105926514 + }, + "id": "tp_23679" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2959893, + "label": "-", + "classification": { + "B": 2.296759021191974e-06, + "S": 4.541333510132972e-06, + "I": 0.0008024455164559186, + "C": 0.0007299878634512424, + "R": 0.0003823657752946019, + "M": 0.000869563955347985, + "O": 0.00020720637985505164, + "W": 6.150415629235795e-06, + "N": 1.3336270058061928e-05, + "Y": 0.00980483926832676, + "U": 7.432045549649047e-06, + "K": 6.911933269293513e-06, + "L": 0.0001139084852184169, + "G": 0.00309785851277411, + "F": 0.004969798028469086, + "E": 0.0001380148605676368, + "T": 0.004960235673934221, + "P": 0.020360395312309265, + "-": 0.9535226821899414 + }, + "id": "tp_23680" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2960027, + "label": "-", + "classification": { + "B": 7.431363302501381e-10, + "S": 1.1991021509061284e-09, + "I": 2.5031356472027255e-06, + "C": 2.0238596789567964e-06, + "R": 9.035525039280401e-08, + "M": 4.7027862137838383e-07, + "O": 1.2671435456468316e-07, + "W": 2.968593593166702e-09, + "N": 4.901205130636299e-08, + "Y": 3.2155599910765886e-05, + "U": 2.531044263065496e-09, + "K": 2.590011547454196e-07, + "L": 3.97033383947587e-09, + "G": 4.0395539144810755e-06, + "F": 0.0008020292152650654, + "E": 5.853848051629029e-06, + "T": 5.943209089309676e-06, + "P": 0.03605318441987038, + "-": 0.9630911946296692 + }, + "id": "tp_23681" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2960127, + "label": "-", + "classification": { + "B": 1.5497674255016136e-08, + "S": 1.2596083287519377e-08, + "I": 4.016028469777666e-06, + "C": 8.622739500196985e-08, + "R": 5.373729017321693e-09, + "M": 1.3648206049765577e-06, + "O": 3.376808592747693e-07, + "W": 6.601584612297984e-09, + "N": 1.548054626709927e-07, + "Y": 1.847676139732357e-05, + "U": 2.497958062619432e-09, + "K": 1.480240374718278e-08, + "L": 1.447923914099647e-08, + "G": 3.0855451313982485e-06, + "F": 0.0006985496147535741, + "E": 1.359684483759338e-05, + "T": 1.4392144294106402e-05, + "P": 0.39467379450798035, + "-": 0.604572057723999 + }, + "id": "tp_23682" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2960260, + "label": "-", + "classification": { + "B": 6.549092358909547e-05, + "S": 0.0016301670111715794, + "I": 0.00048079495900310576, + "C": 0.014383855275809765, + "R": 0.005576138850301504, + "M": 0.0421905480325222, + "O": 0.010246224701404572, + "W": 0.000308793387375772, + "N": 4.8219295422313735e-05, + "Y": 0.0429808646440506, + "U": 9.756922736414708e-06, + "K": 1.3159134141460527e-05, + "L": 0.01788373291492462, + "G": 0.07309074699878693, + "F": 0.11858601123094559, + "E": 0.000513968407176435, + "T": 0.04966966062784195, + "P": 0.0034394455142319202, + "-": 0.618882417678833 + }, + "id": "tp_23683" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2960394, + "label": "-", + "classification": { + "B": 9.651161163651278e-14, + "S": 5.834466481995093e-13, + "I": 1.0997031729687023e-08, + "C": 7.340257290877616e-10, + "R": 4.04162918410389e-11, + "M": 8.34628988144459e-09, + "O": 6.517673067918395e-10, + "W": 1.4442399099562353e-12, + "N": 1.793941037386837e-11, + "Y": 1.6324747775797732e-06, + "U": 7.519634329274105e-13, + "K": 3.7940353983523245e-12, + "L": 1.2544669296399302e-11, + "G": 1.3069490378825321e-08, + "F": 3.3769485980883474e-06, + "E": 6.182923506514726e-09, + "T": 8.060777076934755e-07, + "P": 0.004111910238862038, + "-": 0.9958822727203369 + }, + "id": "tp_23684" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2960527, + "label": "-", + "classification": { + "B": 3.518334235064202e-10, + "S": 1.2532690163435944e-10, + "I": 9.815356634135242e-07, + "C": 1.468772126145268e-08, + "R": 6.141229746958743e-10, + "M": 5.680375281258421e-08, + "O": 1.5686435261841325e-08, + "W": 9.065383166362295e-11, + "N": 7.15071823975677e-09, + "Y": 3.474904815448099e-06, + "U": 3.413299157206673e-11, + "K": 1.7473292812653085e-09, + "L": 3.8253122891518387e-10, + "G": 1.0715629059632192e-06, + "F": 0.0006446298793889582, + "E": 2.302976781720645e-06, + "T": 1.0752359003163292e-06, + "P": 0.11827150732278824, + "-": 0.881074845790863 + }, + "id": "tp_23685" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2960627, + "label": "-", + "classification": { + "B": 1.0246341275443882e-10, + "S": 5.423967178175282e-11, + "I": 3.3326668358313327e-07, + "C": 3.1286583634937415e-07, + "R": 1.1018361334436122e-08, + "M": 7.853656143197441e-07, + "O": 6.743297831235395e-08, + "W": 1.5372107753375275e-10, + "N": 1.323393394869754e-09, + "Y": 2.6031782908830792e-05, + "U": 1.8089842124258126e-10, + "K": 2.9850263927322374e-10, + "L": 4.965578170867957e-09, + "G": 2.457519713061629e-06, + "F": 4.861948764300905e-05, + "E": 1.5518247664658702e-07, + "T": 9.992567356675863e-06, + "P": 0.004042608197778463, + "-": 0.9958686828613281 + }, + "id": "tp_23686" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2960761, + "label": "-", + "classification": { + "B": 5.73608938125858e-10, + "S": 4.156202049188096e-10, + "I": 2.531636027924833e-06, + "C": 7.136401904972445e-07, + "R": 6.35396730785942e-08, + "M": 3.508306178900966e-07, + "O": 1.2659579340379423e-07, + "W": 6.557507870041945e-10, + "N": 1.9256068739537113e-08, + "Y": 7.255568925756961e-05, + "U": 7.339243102144621e-10, + "K": 1.7099642590778785e-08, + "L": 4.560737565384443e-09, + "G": 1.2200681339891162e-05, + "F": 0.0006020843284204602, + "E": 2.1857829324289924e-06, + "T": 9.502932698524091e-06, + "P": 0.023387841880321503, + "-": 0.9759098887443542 + }, + "id": "tp_23687" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2960894, + "label": "-", + "classification": { + "B": 4.2551784318334285e-09, + "S": 4.962998900737148e-09, + "I": 6.186078280734364e-07, + "C": 1.2663644577415312e-09, + "R": 4.074281467758567e-10, + "M": 8.475262802676298e-08, + "O": 2.193624766277935e-07, + "W": 1.473678179486626e-09, + "N": 1.1158593160587316e-08, + "Y": 3.884066188675206e-07, + "U": 2.131196781551825e-11, + "K": 5.254982560209953e-10, + "L": 1.5749042070467567e-09, + "G": 6.683274591523514e-07, + "F": 0.00042265228694304824, + "E": 9.965147000912111e-07, + "T": 6.803077212680364e-07, + "P": 0.22173313796520233, + "-": 0.7778404355049133 + }, + "id": "tp_23688" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2961028, + "label": "-", + "classification": { + "B": 3.740464671864174e-05, + "S": 1.338374840997858e-05, + "I": 3.81433310394641e-05, + "C": 7.043379355309298e-07, + "R": 2.629928985697916e-07, + "M": 0.00012920099834445864, + "O": 0.00015695182082708925, + "W": 3.312671879029949e-06, + "N": 3.1051310998009285e-06, + "Y": 6.531130202347413e-05, + "U": 6.4699761992415e-08, + "K": 3.913856261306137e-08, + "L": 1.509521189291263e-05, + "G": 8.632100070826709e-05, + "F": 0.002312856260687113, + "E": 0.00012950373638886958, + "T": 0.00014647933130618185, + "P": 0.21682532131671906, + "-": 0.7800365090370178 + }, + "id": "tp_23689" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2961128, + "label": "-", + "classification": { + "B": 1.1860370250360575e-05, + "S": 1.2875966604042333e-05, + "I": 0.0007408700184896588, + "C": 0.00040213539614342153, + "R": 5.0983559049200267e-05, + "M": 0.0008954777731560171, + "O": 0.0001250973145943135, + "W": 1.0537338312133215e-05, + "N": 5.192673415876925e-05, + "Y": 0.007409986574202776, + "U": 5.874641374248313e-06, + "K": 0.00010121418017661199, + "L": 2.9144346626708284e-05, + "G": 0.0023514057975262403, + "F": 0.031202062964439392, + "E": 0.002241869457066059, + "T": 0.002399684162810445, + "P": 0.11650293320417404, + "-": 0.8354540467262268 + }, + "id": "tp_23690" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2961261, + "label": "-", + "classification": { + "B": 2.83463987216237e-06, + "S": 1.4120651030680165e-05, + "I": 0.0035485890693962574, + "C": 0.00011877740325871855, + "R": 2.6449923097970895e-05, + "M": 0.00015506157069467008, + "O": 9.10197923076339e-05, + "W": 9.986700206354726e-06, + "N": 0.00023654034885112196, + "Y": 0.0006872975500300527, + "U": 2.740725221883622e-06, + "K": 2.5727746105985716e-05, + "L": 8.310559678648133e-06, + "G": 0.00018212004215456545, + "F": 0.0046770004555583, + "E": 0.0005885751452296972, + "T": 0.0008770020212978125, + "P": 0.48273587226867676, + "-": 0.5060119032859802 + }, + "id": "tp_23691" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2961395, + "label": "-", + "classification": { + "B": 9.293771086049674e-08, + "S": 3.68682862017522e-08, + "I": 8.820236871542875e-06, + "C": 2.6356684657002916e-07, + "R": 4.685053411890294e-08, + "M": 5.008705556974746e-06, + "O": 3.565217411960475e-06, + "W": 4.1152144802936164e-08, + "N": 1.580260402533895e-07, + "Y": 1.7852253222372383e-05, + "U": 4.440415146689247e-09, + "K": 7.360907994247157e-10, + "L": 2.6040748934974545e-07, + "G": 5.883467565581668e-06, + "F": 0.0002199860755354166, + "E": 5.93466984355473e-06, + "T": 3.213855961803347e-05, + "P": 0.14932307600975037, + "-": 0.8503767848014832 + }, + "id": "tp_23692" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2961528, + "label": "-", + "classification": { + "B": 7.377735755653703e-08, + "S": 9.019189661785276e-08, + "I": 5.122934453538619e-06, + "C": 2.1626072339131497e-05, + "R": 4.610704763763351e-06, + "M": 7.860433834139258e-05, + "O": 2.041654079221189e-05, + "W": 1.4002804960000503e-07, + "N": 6.178382960797535e-08, + "Y": 0.00031324027804657817, + "U": 2.022785672295413e-08, + "K": 3.101297219032517e-09, + "L": 6.2722624534217175e-06, + "G": 0.00013838923769071698, + "F": 0.0027100322768092155, + "E": 1.3844241948390845e-06, + "T": 0.0002987865009345114, + "P": 0.003995346836745739, + "-": 0.9924058318138123 + }, + "id": "tp_23693" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2961628, + "label": "-", + "classification": { + "B": 3.1496366403871434e-08, + "S": 2.4320678448930266e-07, + "I": 6.158967153169215e-06, + "C": 2.4478445993736386e-05, + "R": 3.7983506899763597e-06, + "M": 0.00031516834860667586, + "O": 1.9363949832040817e-05, + "W": 9.64668842584615e-08, + "N": 8.962423692082666e-08, + "Y": 0.0011758010368794203, + "U": 1.6511220835013773e-08, + "K": 7.90068277467526e-09, + "L": 5.623768629448023e-06, + "G": 9.336147923022509e-05, + "F": 0.0006802454008720815, + "E": 1.7952133930521086e-06, + "T": 0.0017087683081626892, + "P": 0.0011528083123266697, + "-": 0.9948122501373291 + }, + "id": "tp_23694" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2961762, + "label": "-", + "classification": { + "B": 1.5873849747139422e-14, + "S": 7.87302691031451e-14, + "I": 4.2050731785536755e-09, + "C": 5.446795015018324e-09, + "R": 9.794699079579416e-11, + "M": 2.226506445879295e-08, + "O": 4.995617253200635e-10, + "W": 6.616274639704295e-14, + "N": 3.730289514780605e-12, + "Y": 2.147230588889215e-06, + "U": 1.7961794432450745e-13, + "K": 1.527374824924002e-13, + "L": 1.0029875367745245e-11, + "G": 6.822751430490825e-08, + "F": 1.431798295925546e-06, + "E": 1.2433113427690046e-09, + "T": 1.035428567774943e-06, + "P": 0.0007904454250819981, + "-": 0.9992048144340515 + }, + "id": "tp_23695" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2961895, + "label": "-", + "classification": { + "B": 0.0005483126733452082, + "S": 0.0006754405912943184, + "I": 0.012360010296106339, + "C": 0.02151530049741268, + "R": 0.009498384781181812, + "M": 0.01673462800681591, + "O": 0.0063304235227406025, + "W": 0.000905497174244374, + "N": 0.0017234941478818655, + "Y": 0.05897565931081772, + "U": 0.0011283172061666846, + "K": 0.0008671249379403889, + "L": 0.006090275011956692, + "G": 0.03784511610865593, + "F": 0.05194081366062164, + "E": 0.005969264544546604, + "T": 0.03403082489967346, + "P": 0.08360619097948074, + "-": 0.6492549777030945 + }, + "id": "tp_23696" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2962029, + "label": "-", + "classification": { + "B": 1.07873689147997e-10, + "S": 2.4836407930273197e-10, + "I": 1.3402482181845699e-06, + "C": 4.5106212098744436e-08, + "R": 1.4479055732152801e-09, + "M": 1.0552087559290158e-07, + "O": 1.4325287622796168e-08, + "W": 1.5339431114202995e-10, + "N": 2.059091208650443e-08, + "Y": 1.5954661648720503e-05, + "U": 1.50655946051792e-10, + "K": 5.31364241496135e-09, + "L": 1.9751521251887283e-10, + "G": 5.743571591665386e-07, + "F": 3.170637501170859e-05, + "E": 2.9353134323173435e-06, + "T": 4.407002961670514e-06, + "P": 0.15424185991287231, + "-": 0.8457009792327881 + }, + "id": "tp_23697" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2962129, + "label": "-", + "classification": { + "B": 6.946777375560487e-06, + "S": 8.1483867688803e-06, + "I": 0.0007573441253043711, + "C": 0.00033691097632981837, + "R": 6.693529576295987e-05, + "M": 0.0002728977706283331, + "O": 0.00012029502249788493, + "W": 1.2845756828028243e-05, + "N": 5.862850957782939e-05, + "Y": 0.002831054385751486, + "U": 8.523058568243869e-06, + "K": 9.897132986225188e-05, + "L": 2.0307046725065447e-05, + "G": 0.0013868478126823902, + "F": 0.02775479480624199, + "E": 0.0009642820223234594, + "T": 0.0007058728369884193, + "P": 0.14502091705799103, + "-": 0.8195675015449524 + }, + "id": "tp_23698" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2962262, + "label": "-", + "classification": { + "B": 2.5080202249228023e-05, + "S": 1.6687079551047646e-05, + "I": 0.0003662649542093277, + "C": 0.0002147648046957329, + "R": 5.954676089459099e-05, + "M": 0.0005569616332650185, + "O": 0.0002455668000038713, + "W": 6.617814506171271e-06, + "N": 1.5929135770420544e-05, + "Y": 0.004144567064940929, + "U": 3.622295253080665e-06, + "K": 2.7561227398109622e-06, + "L": 0.00013031710113864392, + "G": 0.003565132385119796, + "F": 0.010279725305736065, + "E": 0.0002889135794248432, + "T": 0.0034320889972150326, + "P": 0.06416399776935577, + "-": 0.9124815464019775 + }, + "id": "tp_23699" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2962396, + "label": "P", + "classification": { + "B": 3.794078651253585e-08, + "S": 7.07500760199764e-08, + "I": 4.810665996046737e-05, + "C": 3.8677296032574304e-08, + "R": 7.232650478528058e-09, + "M": 9.648796606143151e-08, + "O": 2.2569875568478892e-07, + "W": 2.308875046708181e-08, + "N": 3.24346228808281e-06, + "Y": 5.724608627133421e-07, + "U": 4.805484010717009e-09, + "K": 4.0003808265964835e-08, + "L": 7.3959247615107415e-09, + "G": 7.597730586894613e-07, + "F": 0.00014528020983561873, + "E": 2.3647389753023162e-05, + "T": 1.545451254969521e-06, + "P": 0.9700498580932617, + "-": 0.029726484790444374 + }, + "id": "tp_23700" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2962529, + "label": "-", + "classification": { + "B": 1.4670475945166572e-09, + "S": 1.3861620740129865e-09, + "I": 5.402175702329259e-07, + "C": 1.5792033991601784e-07, + "R": 1.5461697699947763e-08, + "M": 2.29125248552009e-07, + "O": 1.753799665493716e-07, + "W": 1.0115819293332606e-09, + "N": 1.0671262984374152e-08, + "Y": 1.4737829587829765e-05, + "U": 5.034538341774919e-10, + "K": 7.434866500233284e-09, + "L": 5.925534729556148e-09, + "G": 3.6810224628425203e-06, + "F": 0.001206350396387279, + "E": 8.814744205665193e-07, + "T": 4.3750592340074945e-06, + "P": 0.033482231199741364, + "-": 0.9652866125106812 + }, + "id": "tp_23701" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2962629, + "label": "-", + "classification": { + "B": 1.555408246645129e-08, + "S": 1.8102687349141888e-08, + "I": 2.954647243313957e-05, + "C": 3.712029410962714e-06, + "R": 4.555989505661273e-07, + "M": 6.90306706019328e-06, + "O": 2.133455154762487e-06, + "W": 6.188582801769371e-08, + "N": 7.133957069527241e-07, + "Y": 0.00015858894039411098, + "U": 3.658677982798508e-08, + "K": 2.2474789318494004e-07, + "L": 1.2677068639277422e-07, + "G": 2.5163491955026984e-05, + "F": 0.0012535712448880076, + "E": 1.9907971363863908e-05, + "T": 7.59836912038736e-05, + "P": 0.08862569183111191, + "-": 0.9097970128059387 + }, + "id": "tp_23702" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2962763, + "label": "-", + "classification": { + "B": 3.643978288891958e-06, + "S": 7.930104857223341e-07, + "I": 0.00018599927716422826, + "C": 0.0002091274072881788, + "R": 5.781755317002535e-05, + "M": 0.0002552334626670927, + "O": 4.4897740735905245e-05, + "W": 1.4903288274581428e-06, + "N": 2.506161081328173e-06, + "Y": 0.00532508222386241, + "U": 2.131239625668968e-06, + "K": 1.5002495956650819e-06, + "L": 2.4581084289820865e-05, + "G": 0.0009007140179164708, + "F": 0.0026641248259693384, + "E": 7.144977280404419e-05, + "T": 0.0022801924496889114, + "P": 0.014935752376914024, + "-": 0.9730328917503357 + }, + "id": "tp_23703" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2962896, + "label": "-", + "classification": { + "B": 3.3274984616582515e-06, + "S": 7.803537869222055e-07, + "I": 7.1172844400280155e-06, + "C": 5.231398972682655e-05, + "R": 6.842504262749571e-06, + "M": 6.518850568681955e-05, + "O": 4.402671766001731e-05, + "W": 4.4833791434939485e-07, + "N": 2.1036775876837055e-07, + "Y": 0.00014500238467007875, + "U": 3.6415997328731464e-08, + "K": 2.6258891949737517e-08, + "L": 1.6824349586386234e-05, + "G": 0.0005060653784312308, + "F": 0.006535355933010578, + "E": 8.08436016086489e-06, + "T": 0.00027257163310423493, + "P": 0.015403911471366882, + "-": 0.9769319891929626 + }, + "id": "tp_23704" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2963030, + "label": "-", + "classification": { + "B": 4.577855039489265e-10, + "S": 6.724693579762686e-10, + "I": 5.739144057770318e-07, + "C": 4.043760952754383e-07, + "R": 2.9170442061854374e-08, + "M": 1.8791020295338967e-07, + "O": 1.2147340555657138e-07, + "W": 1.4116151580978453e-09, + "N": 6.71162680987436e-09, + "Y": 8.757774594414514e-06, + "U": 4.741712023026423e-10, + "K": 1.6582114570340423e-09, + "L": 5.582439399631767e-09, + "G": 1.2048184316881816e-06, + "F": 0.00033722008811309934, + "E": 3.1318322157858347e-07, + "T": 5.743538167735096e-06, + "P": 0.0279548242688179, + "-": 0.9716905951499939 + }, + "id": "tp_23705" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2963130, + "label": "-", + "classification": { + "B": 7.515287506976165e-06, + "S": 4.089501817361452e-05, + "I": 0.0004495126486290246, + "C": 0.0031125445384532213, + "R": 0.0005374433821998537, + "M": 0.0013944070087745786, + "O": 0.00042921194108203053, + "W": 4.511951556196436e-05, + "N": 3.612498767324723e-05, + "Y": 0.005431950092315674, + "U": 1.3473558283294551e-05, + "K": 5.5433101806556806e-05, + "L": 0.00013877617311663926, + "G": 0.0012698249192908406, + "F": 0.03491252660751343, + "E": 0.00034800980938598514, + "T": 0.0037604495882987976, + "P": 0.03351946175098419, + "-": 0.9144971966743469 + }, + "id": "tp_23706" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2963263, + "label": "-", + "classification": { + "B": 2.056197656585823e-09, + "S": 5.875193664905964e-10, + "I": 1.913402103426165e-09, + "C": 1.9451691368743695e-09, + "R": 4.3002529315216975e-10, + "M": 2.257673514804992e-07, + "O": 1.0989032972474888e-07, + "W": 2.001390719819085e-10, + "N": 1.0431727530402224e-11, + "Y": 1.6668749367454438e-06, + "U": 6.044941565537532e-13, + "K": 2.2184051470808264e-12, + "L": 5.4215560929549156e-09, + "G": 7.225430636026431e-07, + "F": 0.00012742975377477705, + "E": 6.627847604079307e-09, + "T": 5.32150806975551e-07, + "P": 0.0003348622703924775, + "-": 0.9995344877243042 + }, + "id": "tp_23707" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2963397, + "label": "-", + "classification": { + "B": 7.396360160782933e-06, + "S": 6.7915557337983046e-06, + "I": 0.00041488558053970337, + "C": 0.0014958545798435807, + "R": 0.0004096783231943846, + "M": 0.0002979112323373556, + "O": 0.0002742121578194201, + "W": 1.768785296007991e-05, + "N": 3.379724148544483e-05, + "Y": 0.003643386298790574, + "U": 1.0038465006800834e-05, + "K": 5.3853538702242076e-05, + "L": 7.434127473970875e-05, + "G": 0.002110788132995367, + "F": 0.03440398722887039, + "E": 0.0002505340671632439, + "T": 0.0013943278463557363, + "P": 0.06978122889995575, + "-": 0.8853193521499634 + }, + "id": "tp_23708" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2963530, + "label": "-", + "classification": { + "B": 1.083460347217624e-06, + "S": 3.6436784284887835e-05, + "I": 4.233500021655345e-06, + "C": 5.064331389803556e-07, + "R": 2.6615651904648985e-07, + "M": 6.17248224443756e-05, + "O": 2.949637928395532e-05, + "W": 1.3796509392705048e-06, + "N": 1.5405479416585877e-06, + "Y": 0.0003613429144024849, + "U": 1.7285714193349122e-08, + "K": 3.5209593534091255e-06, + "L": 7.370027788056177e-07, + "G": 2.920485712820664e-05, + "F": 0.008054704405367374, + "E": 2.1781441319035366e-05, + "T": 0.0007727507036179304, + "P": 0.01901601254940033, + "-": 0.971603274345398 + }, + "id": "tp_23709" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2963630, + "label": "-", + "classification": { + "B": 1.0408838534203824e-05, + "S": 6.2728713601245545e-06, + "I": 0.0030695185996592045, + "C": 0.00033334133331663907, + "R": 4.248565892339684e-05, + "M": 0.0012921596644446254, + "O": 8.595952385803685e-05, + "W": 5.256808435660787e-06, + "N": 8.412008173763752e-05, + "Y": 0.011072329245507717, + "U": 5.6862204473873135e-06, + "K": 7.917195762274787e-05, + "L": 2.258323183923494e-05, + "G": 0.003719803411513567, + "F": 0.008259184658527374, + "E": 0.004889533855021, + "T": 0.003827138803899288, + "P": 0.12339690327644348, + "-": 0.8397982120513916 + }, + "id": "tp_23710" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2963764, + "label": "-", + "classification": { + "B": 1.6988877860057983e-08, + "S": 1.1416114631401797e-07, + "I": 2.2361477022059262e-05, + "C": 1.8407859897706658e-05, + "R": 2.503894620531355e-06, + "M": 9.82556139206281e-06, + "O": 6.340423624351388e-06, + "W": 2.3472692589621147e-07, + "N": 9.18936166272033e-07, + "Y": 0.00043159950291737914, + "U": 2.0212507934047608e-07, + "K": 4.448299932846567e-06, + "L": 3.487046740247024e-07, + "G": 4.925137181999162e-05, + "F": 0.003552548587322235, + "E": 5.473506917041959e-06, + "T": 0.00015332123439293355, + "P": 0.02046154998242855, + "-": 0.9752805233001709 + }, + "id": "tp_23711" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2963897, + "label": "-", + "classification": { + "B": 2.2707606461835894e-08, + "S": 8.707567111798653e-09, + "I": 1.4408211654881597e-06, + "C": 2.0452425530947949e-07, + "R": 1.8646197474936343e-08, + "M": 5.1371152949286625e-06, + "O": 5.295099185786967e-07, + "W": 1.969641161281288e-08, + "N": 6.832956245261812e-08, + "Y": 0.0004078608762938529, + "U": 1.0888186352531193e-08, + "K": 7.433845439663855e-06, + "L": 3.084504740513694e-08, + "G": 7.206886220956221e-05, + "F": 0.0023371411953121424, + "E": 3.180189378326759e-05, + "T": 8.360301580978557e-05, + "P": 0.022461101412773132, + "-": 0.9745916128158569 + }, + "id": "tp_23712" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2964031, + "label": "-", + "classification": { + "B": 2.0756697267643176e-06, + "S": 1.9475482986308634e-05, + "I": 3.2702693715691566e-05, + "C": 7.694560918025672e-05, + "R": 1.0614883649395779e-05, + "M": 0.0006688565481454134, + "O": 8.847554272506386e-05, + "W": 5.150803190190345e-06, + "N": 3.9246615415322594e-06, + "Y": 0.005534660536795855, + "U": 1.5017299404007645e-07, + "K": 0.00035401558852754533, + "L": 2.1326693968148902e-05, + "G": 0.009329395368695259, + "F": 0.07248179614543915, + "E": 0.0016541859367862344, + "T": 0.001688665128313005, + "P": 0.009202837012708187, + "-": 0.8988247513771057 + }, + "id": "tp_23713" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2964131, + "label": "-", + "classification": { + "B": 1.2879804671683814e-06, + "S": 1.7830199794843793e-05, + "I": 0.0003593440051190555, + "C": 0.0007100441143848002, + "R": 0.0001658364199101925, + "M": 0.0012625738745555282, + "O": 0.0003045748162548989, + "W": 9.869880159385502e-06, + "N": 2.616431811475195e-05, + "Y": 0.027272481471300125, + "U": 3.3862031614262378e-06, + "K": 6.466769991675392e-05, + "L": 5.504793443833478e-05, + "G": 0.003441830398514867, + "F": 0.014169362373650074, + "E": 0.00028837774880230427, + "T": 0.008252293802797794, + "P": 0.014540856704115868, + "-": 0.9290541410446167 + }, + "id": "tp_23714" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2964264, + "label": "-", + "classification": { + "B": 6.25126408970722e-11, + "S": 5.6845311791065e-10, + "I": 1.9841229459416354e-07, + "C": 3.609286869377115e-09, + "R": 2.7455268614140493e-10, + "M": 1.5232338057558081e-07, + "O": 2.336638793565271e-08, + "W": 7.125566803267702e-10, + "N": 9.237933085159966e-09, + "Y": 3.546255175024271e-05, + "U": 5.6921772850770935e-11, + "K": 2.7787743306362245e-07, + "L": 1.0238270647944248e-10, + "G": 4.73972363579378e-07, + "F": 0.000364403473213315, + "E": 3.172895731040626e-06, + "T": 5.1193314902775455e-06, + "P": 0.019296366721391678, + "-": 0.9802943468093872 + }, + "id": "tp_23715" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2964398, + "label": "-", + "classification": { + "B": 4.533491637648268e-11, + "S": 1.220543388580353e-10, + "I": 6.651576001104331e-08, + "C": 7.71698971391288e-09, + "R": 2.3132837312367371e-10, + "M": 3.86496950000037e-08, + "O": 1.8042987548483325e-08, + "W": 4.395261654632776e-10, + "N": 5.487204912668631e-09, + "Y": 2.267207673867233e-05, + "U": 1.038306593481586e-10, + "K": 1.2691651136265136e-05, + "L": 5.666081145938584e-11, + "G": 3.6367391658131965e-06, + "F": 0.0005393473547883332, + "E": 9.374753062729724e-06, + "T": 1.941805749083869e-06, + "P": 0.010067878291010857, + "-": 0.989342212677002 + }, + "id": "tp_23716" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2964531, + "label": "-", + "classification": { + "B": 1.1228404218854848e-05, + "S": 4.7767818614374846e-05, + "I": 0.00045996150583960116, + "C": 0.000372878072084859, + "R": 0.00010927845869446173, + "M": 0.0003273578477092087, + "O": 0.0002847190189640969, + "W": 3.254746479797177e-05, + "N": 0.00012151950068073347, + "Y": 0.0055908141657710075, + "U": 6.656575806118781e-06, + "K": 0.0017299584578722715, + "L": 3.312667104182765e-05, + "G": 0.0067268069833517075, + "F": 0.12246132642030716, + "E": 0.004514913074672222, + "T": 0.0017883226973935962, + "P": 0.07862696051597595, + "-": 0.776753842830658 + }, + "id": "tp_23717" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2964631, + "label": "-", + "classification": { + "B": 1.881612504694985e-10, + "S": 9.990144267391088e-10, + "I": 3.688489016440144e-07, + "C": 2.205991194159651e-07, + "R": 1.3987800251413773e-08, + "M": 4.808540552403429e-07, + "O": 1.5757962046336615e-07, + "W": 1.6554867476870072e-09, + "N": 4.466422787174906e-09, + "Y": 2.5730239940457977e-05, + "U": 4.3528816662252723e-10, + "K": 2.097287676861015e-08, + "L": 3.4886591393501476e-09, + "G": 2.455364210618427e-06, + "F": 0.0009668986313045025, + "E": 3.5418983657109493e-07, + "T": 8.324898772116285e-06, + "P": 0.010107145644724369, + "-": 0.9888878464698792 + }, + "id": "tp_23718" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2964765, + "label": "-", + "classification": { + "B": 8.56977058760755e-11, + "S": 1.4092351729999564e-09, + "I": 1.1010349965090427e-07, + "C": 6.779089289921103e-08, + "R": 4.345902748781327e-09, + "M": 2.761235009529628e-06, + "O": 1.7741179192398704e-07, + "W": 1.4962795447104327e-09, + "N": 4.760130511982652e-09, + "Y": 0.00029798640753142536, + "U": 4.870388814470772e-11, + "K": 4.397198267724889e-07, + "L": 2.7213400421999268e-09, + "G": 1.2563019481603988e-05, + "F": 0.0033262972719967365, + "E": 7.779710358590819e-06, + "T": 2.9112532502040267e-05, + "P": 0.002964953426271677, + "-": 0.9933577179908752 + }, + "id": "tp_23719" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2964898, + "label": "-", + "classification": { + "B": 2.3517127374361735e-06, + "S": 4.599145995598519e-06, + "I": 0.0025311955250799656, + "C": 0.0012248335406184196, + "R": 0.0004280035209376365, + "M": 0.0007131643942557275, + "O": 0.00019942325889132917, + "W": 1.2388406503305305e-05, + "N": 5.7918317907024175e-05, + "Y": 0.026943659409880638, + "U": 1.2139227692387067e-05, + "K": 0.00011579228157643229, + "L": 2.9923861802672036e-05, + "G": 0.0016267693135887384, + "F": 0.004117738455533981, + "E": 0.0003912261454388499, + "T": 0.007348223589360714, + "P": 0.015917813405394554, + "-": 0.9383229613304138 + }, + "id": "tp_23720" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2965032, + "label": "-", + "classification": { + "B": 3.444425578091881e-10, + "S": 2.9879447804859183e-09, + "I": 2.0178364934508863e-07, + "C": 4.900968178844778e-06, + "R": 2.1793972848627163e-07, + "M": 6.875538019812666e-06, + "O": 6.68056031827291e-07, + "W": 4.812345189009193e-09, + "N": 1.3503507645395985e-08, + "Y": 0.0011457488872110844, + "U": 2.4261062603336825e-10, + "K": 5.092182163934922e-06, + "L": 2.8313165145732455e-08, + "G": 0.0001935378968482837, + "F": 0.011142421513795853, + "E": 2.2542581064044498e-05, + "T": 5.544350642594509e-05, + "P": 0.0013554209144786, + "-": 0.9860667586326599 + }, + "id": "tp_23721" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2965132, + "label": "-", + "classification": { + "B": 1.623917285087373e-07, + "S": 6.456614755734336e-06, + "I": 6.954342825338244e-05, + "C": 0.0009516911231912673, + "R": 0.00031386720365844667, + "M": 0.0007949952851049602, + "O": 0.00031340765417553484, + "W": 1.0172639122174587e-05, + "N": 4.385185548017034e-06, + "Y": 0.053062308579683304, + "U": 8.139380156535481e-07, + "K": 0.00014068216842133552, + "L": 5.9375055570853874e-05, + "G": 0.005141098517924547, + "F": 0.03045731410384178, + "E": 8.803060336504132e-05, + "T": 0.004522740375250578, + "P": 0.0024631633423268795, + "-": 0.9015997648239136 + }, + "id": "tp_23722" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2965265, + "label": "-", + "classification": { + "B": 1.9005289786377944e-08, + "S": 2.9369232379394816e-08, + "I": 0.00012032792437821627, + "C": 3.615094829001464e-05, + "R": 3.4687620882323245e-06, + "M": 5.454001893667737e-06, + "O": 3.0022956707398407e-06, + "W": 8.799479900289953e-08, + "N": 1.6610622424195753e-06, + "Y": 0.00028544286033138633, + "U": 2.782417709568108e-07, + "K": 6.211454319782206e-07, + "L": 5.899823349864164e-07, + "G": 6.075951023376547e-05, + "F": 0.0006704994011670351, + "E": 2.2822743630968034e-05, + "T": 0.00010554901382420212, + "P": 0.05343177542090416, + "-": 0.9452515244483948 + }, + "id": "tp_23723" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2965399, + "label": "-", + "classification": { + "B": 6.906911949045025e-07, + "S": 1.3367747442316613e-06, + "I": 0.0005622141761705279, + "C": 5.438339212560095e-05, + "R": 2.562943336670287e-05, + "M": 0.00014526766608469188, + "O": 5.2331732149468735e-05, + "W": 2.505993734303047e-06, + "N": 2.4241588107543066e-05, + "Y": 0.007297972217202187, + "U": 1.9070413372901385e-06, + "K": 3.464158362476155e-05, + "L": 6.020792170602363e-06, + "G": 0.0005141229485161602, + "F": 0.004718166310340166, + "E": 0.0004543220275081694, + "T": 0.001157608930952847, + "P": 0.04697796702384949, + "-": 0.9379687309265137 + }, + "id": "tp_23724" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2965532, + "label": "-", + "classification": { + "B": 2.3748356397845782e-05, + "S": 7.641825504833832e-06, + "I": 0.0031180803198367357, + "C": 0.0058965496718883514, + "R": 0.0004389630921650678, + "M": 0.0016061007045209408, + "O": 0.0002622179745230824, + "W": 1.6779284123913385e-05, + "N": 0.00012582243653014302, + "Y": 0.03472510725259781, + "U": 1.1610506589931902e-05, + "K": 0.00022524959058500826, + "L": 7.069337152643129e-05, + "G": 0.023002123460173607, + "F": 0.013022908940911293, + "E": 0.007402655202895403, + "T": 0.005310261156409979, + "P": 0.039218440651893616, + "-": 0.8655150532722473 + }, + "id": "tp_23725" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2965632, + "label": "-", + "classification": { + "B": 1.0199859623583052e-08, + "S": 1.1574059044505702e-08, + "I": 7.677815119677689e-06, + "C": 3.940259375667665e-06, + "R": 2.9095809850332444e-07, + "M": 7.94969491835218e-06, + "O": 1.2265901432328974e-06, + "W": 5.291074955948716e-08, + "N": 6.261405474106141e-07, + "Y": 0.0006330795004032552, + "U": 4.7347903375793976e-08, + "K": 5.365648030419834e-05, + "L": 3.618068333821611e-08, + "G": 7.343825564021245e-05, + "F": 0.00495280371978879, + "E": 0.00010101093357661739, + "T": 6.260563532123342e-05, + "P": 0.028729602694511414, + "-": 0.9653720259666443 + }, + "id": "tp_23726" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2965766, + "label": "-", + "classification": { + "B": 1.0926356708296225e-07, + "S": 7.1888659469721006e-09, + "I": 2.3296172457776265e-06, + "C": 9.428783869225299e-07, + "R": 1.326574672333436e-08, + "M": 1.2505913673521718e-06, + "O": 2.875792119994003e-07, + "W": 1.3634214646174314e-08, + "N": 7.69539809652997e-08, + "Y": 3.3952881494769827e-05, + "U": 1.863703191773425e-09, + "K": 1.0661126452760072e-06, + "L": 1.2223636325359166e-08, + "G": 5.544360828935169e-05, + "F": 0.0030628039967268705, + "E": 0.0001486226246925071, + "T": 7.312385150726186e-06, + "P": 0.04643837362527847, + "-": 0.9502473473548889 + }, + "id": "tp_23727" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2965899, + "label": "-", + "classification": { + "B": 2.8123608331043215e-07, + "S": 1.1474700158942142e-06, + "I": 2.7871799829881638e-05, + "C": 6.566900992766023e-05, + "R": 7.710257705184631e-06, + "M": 0.00016518071061000228, + "O": 3.102150367340073e-05, + "W": 1.2910472833027598e-06, + "N": 3.511033810355002e-06, + "Y": 0.004264267161488533, + "U": 5.443731652121642e-07, + "K": 8.752174471737817e-05, + "L": 3.4940585464937612e-06, + "G": 0.0007189088501036167, + "F": 0.032495565712451935, + "E": 0.00018629843543749303, + "T": 0.0012469480279833078, + "P": 0.015471897087991238, + "-": 0.945220947265625 + }, + "id": "tp_23728" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2966033, + "label": "-", + "classification": { + "B": 2.5524509172925036e-09, + "S": 8.098249848487171e-10, + "I": 1.2443657624316984e-06, + "C": 6.997535137998057e-07, + "R": 2.5885562138228124e-08, + "M": 4.18476389540956e-07, + "O": 1.866691974328205e-07, + "W": 5.656037416201798e-09, + "N": 6.358190063338043e-08, + "Y": 0.0002858832012861967, + "U": 3.6944922676696024e-09, + "K": 5.2496684475045186e-06, + "L": 2.6256803398183592e-09, + "G": 3.69187218893785e-05, + "F": 0.0010197291849181056, + "E": 4.071937655680813e-05, + "T": 1.0336309060221538e-05, + "P": 0.026831962168216705, + "-": 0.9717665910720825 + }, + "id": "tp_23729" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2966133, + "label": "-", + "classification": { + "B": 1.8467651898390613e-05, + "S": 1.4237730283639394e-05, + "I": 0.000338539422955364, + "C": 0.0009344137506559491, + "R": 0.00019159115618094802, + "M": 0.0016840039752423763, + "O": 0.000273543584626168, + "W": 7.742728485027328e-06, + "N": 1.0679208571673371e-05, + "Y": 0.01360776275396347, + "U": 1.8008331608143635e-06, + "K": 1.3583185136667453e-05, + "L": 0.0002761881914921105, + "G": 0.021219531074166298, + "F": 0.029114730656147003, + "E": 0.0016921967035159469, + "T": 0.002969822846353054, + "P": 0.016434190794825554, + "-": 0.9111970067024231 + }, + "id": "tp_23730" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2966266, + "label": "-", + "classification": { + "B": 1.8000976069743047e-06, + "S": 8.1412304098194e-07, + "I": 3.567864769138396e-05, + "C": 1.409016658726614e-05, + "R": 2.1331295556592522e-06, + "M": 0.0003684306575451046, + "O": 1.593622255313676e-05, + "W": 2.6394786800665315e-07, + "N": 8.167179998963547e-07, + "Y": 0.0025488208048045635, + "U": 1.892817778070821e-07, + "K": 1.6150041801665793e-06, + "L": 4.846077899856027e-06, + "G": 0.0007491393480449915, + "F": 0.005600175354629755, + "E": 0.00011872168397530913, + "T": 0.0015545579371973872, + "P": 0.025814473628997803, + "-": 0.9631674885749817 + }, + "id": "tp_23731" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2966400, + "label": "-", + "classification": { + "B": 1.5136469301069155e-05, + "S": 5.352891457732767e-05, + "I": 0.0005836018826812506, + "C": 0.0011591989314183593, + "R": 0.00018266175175085664, + "M": 0.008699641562998295, + "O": 0.0006023984751664102, + "W": 2.9951379474368878e-05, + "N": 3.13413365802262e-05, + "Y": 0.11064533144235611, + "U": 5.437752292891673e-07, + "K": 7.891048153396696e-05, + "L": 6.232755549717695e-05, + "G": 0.011966097168624401, + "F": 0.014671099372208118, + "E": 0.001163325970992446, + "T": 0.028616460040211678, + "P": 0.0061504472978413105, + "-": 0.8152881264686584 + }, + "id": "tp_23732" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2966533, + "label": "-", + "classification": { + "B": 4.280546139767694e-09, + "S": 9.270724188326085e-10, + "I": 2.1030933794463635e-07, + "C": 4.2951205614372157e-07, + "R": 4.157555721917561e-08, + "M": 5.695743311662227e-06, + "O": 3.0546237894668593e-07, + "W": 7.301895754707743e-10, + "N": 5.300153094189852e-10, + "Y": 5.6459430197719485e-05, + "U": 6.415531300651978e-11, + "K": 1.3304106427636242e-10, + "L": 4.365990591281843e-08, + "G": 3.077768633374944e-05, + "F": 0.00010683762229746208, + "E": 2.5192417751895846e-07, + "T": 2.3253429390024394e-05, + "P": 0.0007908126572147012, + "-": 0.9989847540855408 + }, + "id": "tp_23733" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2966633, + "label": "-", + "classification": { + "B": 3.1009545625737545e-11, + "S": 5.24840948479266e-10, + "I": 1.7189954348850733e-08, + "C": 1.6034570080591948e-06, + "R": 1.2618470179859287e-07, + "M": 9.176442858915834e-07, + "O": 2.8400143037288217e-07, + "W": 6.274399888539506e-10, + "N": 2.339100024784102e-10, + "Y": 0.00011411015293560922, + "U": 7.452266581609024e-11, + "K": 8.558422859294978e-10, + "L": 5.151674997705413e-08, + "G": 9.762112313183025e-06, + "F": 0.0010884978109970689, + "E": 1.3834530854239802e-08, + "T": 1.9321703803143464e-05, + "P": 0.0003148105170112103, + "-": 0.9984503984451294 + }, + "id": "tp_23734" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2966767, + "label": "-", + "classification": { + "B": 4.111269935602735e-10, + "S": 5.805890435084393e-09, + "I": 1.982234380193404e-06, + "C": 3.738479108505999e-07, + "R": 1.2718242459186513e-08, + "M": 5.736034154324443e-07, + "O": 2.469485593792342e-07, + "W": 4.745584814003223e-09, + "N": 8.299696929725542e-08, + "Y": 5.5231968872249126e-05, + "U": 4.616382831557075e-09, + "K": 1.2135346878494602e-06, + "L": 3.48964390717299e-09, + "G": 3.121435156572261e-06, + "F": 0.00024185447546187788, + "E": 5.346472335077124e-06, + "T": 1.8660701243788935e-05, + "P": 0.01360855158418417, + "-": 0.9860625863075256 + }, + "id": "tp_23735" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2966900, + "label": "-", + "classification": { + "B": 8.075770892901346e-05, + "S": 3.250309600844048e-05, + "I": 0.001433744328096509, + "C": 0.0005880672251805663, + "R": 0.00014265933714341372, + "M": 0.0025821037124842405, + "O": 0.0004354084958322346, + "W": 4.614575664163567e-05, + "N": 0.00015766735305078328, + "Y": 0.014211989007890224, + "U": 3.350928091094829e-05, + "K": 0.0002334082528250292, + "L": 0.00016800993762444705, + "G": 0.00587097555398941, + "F": 0.02317500114440918, + "E": 0.004624309483915567, + "T": 0.004875697661191225, + "P": 0.1138460785150528, + "-": 0.8274619579315186 + }, + "id": "tp_23736" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2967000, + "label": "-", + "classification": { + "B": 8.83808914942108e-10, + "S": 1.0104548309186612e-09, + "I": 2.397380512775271e-06, + "C": 3.685130423036753e-07, + "R": 2.0963593527767443e-08, + "M": 2.743583138453687e-07, + "O": 1.1010777711817354e-07, + "W": 3.69257424637226e-09, + "N": 5.130791436158688e-08, + "Y": 5.9159025113331154e-05, + "U": 3.609017751315946e-09, + "K": 1.0748519798653433e-06, + "L": 1.910191116394344e-09, + "G": 4.094113137398381e-06, + "F": 0.00018142724002245814, + "E": 5.079941729491111e-06, + "T": 1.3402896001935005e-05, + "P": 0.015629911795258522, + "-": 0.984102725982666 + }, + "id": "tp_23737" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2967134, + "label": "P", + "classification": { + "B": 4.687613181886263e-05, + "S": 5.025076097808778e-05, + "I": 0.02850933186709881, + "C": 0.00043355359230190516, + "R": 0.00010953586752293631, + "M": 0.00092128204414621, + "O": 0.00018705407273955643, + "W": 4.555625491775572e-05, + "N": 0.0027014920487999916, + "Y": 0.004834922030568123, + "U": 1.7938935343408957e-05, + "K": 0.0007718748529441655, + "L": 2.3821412469260395e-05, + "G": 0.002155725145712495, + "F": 0.00885183084756136, + "E": 0.023534025996923447, + "T": 0.0016707314644008875, + "P": 0.7658747434616089, + "-": 0.15925942361354828 + }, + "id": "tp_23738" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2967267, + "label": "P", + "classification": { + "B": 1.056590122061607e-06, + "S": 6.740106073266361e-07, + "I": 0.0003768865717574954, + "C": 3.0242858883866575e-06, + "R": 2.5045289930858416e-07, + "M": 4.940235157846473e-06, + "O": 2.460946461724234e-06, + "W": 3.8991854012238036e-07, + "N": 2.0045348719577305e-05, + "Y": 2.56582789006643e-05, + "U": 1.0184018606196332e-07, + "K": 4.801883619620639e-07, + "L": 1.9519173122262146e-07, + "G": 1.1010689377144445e-05, + "F": 0.00023848148703109473, + "E": 0.0002652420080266893, + "T": 2.5918972824001685e-05, + "P": 0.8698680400848389, + "-": 0.1291552037000656 + }, + "id": "tp_23739" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2967401, + "label": "-", + "classification": { + "B": 8.78961117223298e-08, + "S": 5.441703088138183e-09, + "I": 2.828219840012025e-05, + "C": 3.7485980897145055e-07, + "R": 8.229548598137626e-09, + "M": 2.5847621145658195e-06, + "O": 3.949831182126218e-07, + "W": 5.942916825318889e-09, + "N": 4.918082368021715e-07, + "Y": 2.566527655289974e-05, + "U": 4.864374236746016e-09, + "K": 4.587649016229989e-08, + "L": 1.3860907088769636e-08, + "G": 1.4508463209494948e-05, + "F": 0.00017488692537881434, + "E": 0.00013760454021394253, + "T": 1.0525707693886943e-05, + "P": 0.35690903663635254, + "-": 0.6426954865455627 + }, + "id": "tp_23740" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2967501, + "label": "P", + "classification": { + "B": 4.24746076532756e-07, + "S": 3.897141141351312e-06, + "I": 0.0012656932231038809, + "C": 8.584866009186953e-06, + "R": 1.480582341173431e-06, + "M": 1.574993621034082e-05, + "O": 8.514395631209482e-06, + "W": 2.7024200335290516e-06, + "N": 0.00033631775295361876, + "Y": 0.0001244260638486594, + "U": 5.332226464815903e-07, + "K": 0.00019668645109049976, + "L": 3.62253501862142e-07, + "G": 6.87898718751967e-05, + "F": 0.010122176259756088, + "E": 0.008352883160114288, + "T": 5.3790881793247536e-05, + "P": 0.9212744235992432, + "-": 0.05816267430782318 + }, + "id": "tp_23741" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2967634, + "label": "P", + "classification": { + "B": 8.754316382919569e-08, + "S": 2.4143554711031356e-08, + "I": 0.00015426830213982612, + "C": 2.513916683710704e-07, + "R": 2.392078357615901e-08, + "M": 3.1863810363574885e-06, + "O": 1.2073182631411328e-07, + "W": 7.437358728878962e-09, + "N": 6.947520887479186e-06, + "Y": 6.672158178844256e-06, + "U": 3.067840426140833e-09, + "K": 1.8164656978569838e-07, + "L": 9.343816387286097e-09, + "G": 3.9449319046980236e-06, + "F": 0.00022776493278797716, + "E": 0.0009847597684711218, + "T": 2.8139513688074658e-06, + "P": 0.9789361953735352, + "-": 0.019672829657793045 + }, + "id": "tp_23742" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2967768, + "label": "P", + "classification": { + "B": 6.100133873587765e-07, + "S": 2.2172894205141347e-06, + "I": 0.0011359696509316564, + "C": 3.6656240354204783e-06, + "R": 6.735164106430602e-07, + "M": 1.722055094433017e-05, + "O": 5.843239250680199e-06, + "W": 1.2186366120658931e-06, + "N": 0.00018780528625939041, + "Y": 7.361528696492314e-05, + "U": 3.8224445120249584e-07, + "K": 5.344406235963106e-05, + "L": 2.1315399578725192e-07, + "G": 4.518128844210878e-05, + "F": 0.0013815812999382615, + "E": 0.0023830311838537455, + "T": 8.429793524555862e-05, + "P": 0.9271103739738464, + "-": 0.06751251965761185 + }, + "id": "tp_23743" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2967901, + "label": "P", + "classification": { + "B": 4.472083503515023e-08, + "S": 1.4907321599366696e-08, + "I": 0.00017978920368477702, + "C": 1.2809385907530668e-06, + "R": 6.924253170836892e-08, + "M": 1.437616901966976e-06, + "O": 1.822023278919005e-07, + "W": 1.1873098948456118e-08, + "N": 3.4785437037498923e-06, + "Y": 2.508615216356702e-05, + "U": 1.6965245208666602e-08, + "K": 1.8392616141227336e-07, + "L": 1.5514885376433085e-08, + "G": 8.15056682768045e-06, + "F": 0.0001724467583699152, + "E": 0.00013464177027344704, + "T": 9.889914508676156e-06, + "P": 0.890989363193512, + "-": 0.10847393423318863 + }, + "id": "tp_23744" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2968001, + "label": "P", + "classification": { + "B": 8.802774065230778e-10, + "S": 1.3935725906577545e-09, + "I": 2.1256175386952236e-05, + "C": 2.5513259060971905e-08, + "R": 7.17152670581811e-10, + "M": 9.34452799583596e-08, + "O": 2.281960931327376e-08, + "W": 1.8092324305385432e-09, + "N": 1.2359911352177733e-06, + "Y": 4.508888480359019e-07, + "U": 1.2256691217515936e-09, + "K": 5.812531185256375e-07, + "L": 1.966953822041262e-10, + "G": 2.0929999777763442e-07, + "F": 6.466253398684785e-05, + "E": 0.00013031916751060635, + "T": 2.1916230252827518e-06, + "P": 0.891796886920929, + "-": 0.10798200964927673 + }, + "id": "tp_23745" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2968135, + "label": "P", + "classification": { + "B": 8.484266067476653e-10, + "S": 4.139254911050827e-11, + "I": 5.8412983889866155e-06, + "C": 5.1118584920573085e-09, + "R": 1.719818176759702e-10, + "M": 5.469444985806149e-08, + "O": 1.081524292345648e-08, + "W": 4.760365712730419e-11, + "N": 1.5120694030201776e-08, + "Y": 2.3417125305513764e-07, + "U": 1.1380119069315242e-11, + "K": 8.650472699267553e-12, + "L": 2.0926302357615612e-10, + "G": 1.67407790740981e-07, + "F": 1.6771516584412893e-06, + "E": 1.4109248240856687e-06, + "T": 3.512294028951146e-07, + "P": 0.8430106043815613, + "-": 0.15697965025901794 + }, + "id": "tp_23746" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2968268, + "label": "P", + "classification": { + "B": 0.00026880388031713665, + "S": 0.00014042477414477617, + "I": 0.008520918898284435, + "C": 0.001049170969054103, + "R": 0.00026256003184244037, + "M": 0.0009314848575741053, + "O": 0.0006021831650286913, + "W": 0.00015965414058882743, + "N": 0.0016984263202175498, + "Y": 0.0053527443669736385, + "U": 0.00016690096526872367, + "K": 0.0009040624718181789, + "L": 0.00011992785584880039, + "G": 0.0027387237641960382, + "F": 0.016056066378951073, + "E": 0.008336624130606651, + "T": 0.002998463809490204, + "P": 0.5898911952972412, + "-": 0.35980165004730225 + }, + "id": "tp_23747" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2968402, + "label": "P", + "classification": { + "B": 1.2806687266220251e-07, + "S": 4.279514200788981e-07, + "I": 0.0003771342453546822, + "C": 2.2274368802754907e-06, + "R": 3.568459590042039e-07, + "M": 1.0710091373766772e-06, + "O": 1.3264557310321834e-06, + "W": 2.1451194243127247e-07, + "N": 4.0450449887430295e-05, + "Y": 1.8908602214651182e-05, + "U": 2.342481479900016e-07, + "K": 4.072719548275927e-06, + "L": 7.006345015270199e-08, + "G": 1.2560709365061484e-05, + "F": 0.00038065967964939773, + "E": 0.00026858053752221167, + "T": 2.6084613637067378e-05, + "P": 0.9098168015480042, + "-": 0.08904873579740524 + }, + "id": "tp_23748" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2968502, + "label": "P", + "classification": { + "B": 4.869892791248276e-07, + "S": 1.421663114342664e-06, + "I": 0.0007044498925097287, + "C": 3.6144390378467506e-06, + "R": 1.9094287040388735e-07, + "M": 6.757125447620638e-06, + "O": 1.8179741800850024e-06, + "W": 7.62285537803109e-07, + "N": 7.462523353751749e-05, + "Y": 9.885286272037774e-05, + "U": 5.07316315179196e-07, + "K": 3.348909012856893e-05, + "L": 5.977934591783196e-08, + "G": 9.146401680482086e-06, + "F": 0.0004221297276671976, + "E": 0.002495269291102886, + "T": 4.0578805055702105e-05, + "P": 0.8974556922912598, + "-": 0.09865015000104904 + }, + "id": "tp_23749" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2968635, + "label": "P", + "classification": { + "B": 2.4162459340004716e-06, + "S": 1.2156694992881967e-06, + "I": 0.0011914068600162864, + "C": 2.9177790565881878e-05, + "R": 3.5725163343158783e-06, + "M": 9.664615390647668e-06, + "O": 5.182309905649163e-06, + "W": 1.1745145229724585e-06, + "N": 9.935953130479902e-05, + "Y": 9.815907833399251e-05, + "U": 1.7456110299463035e-06, + "K": 6.5632848418317735e-06, + "L": 7.629799370079127e-07, + "G": 6.824075535405427e-05, + "F": 0.0007521015941165388, + "E": 0.0006021077279001474, + "T": 7.762837776681408e-05, + "P": 0.9235547184944153, + "-": 0.07349468767642975 + }, + "id": "tp_23750" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2968769, + "label": "P", + "classification": { + "B": 2.4062734027552324e-09, + "S": 1.2513201852470957e-07, + "I": 0.0002129591885022819, + "C": 8.292251152397512e-08, + "R": 1.1841652991506635e-08, + "M": 1.0755559287645156e-07, + "O": 1.1048455661466505e-07, + "W": 3.061757780642438e-08, + "N": 1.861631426436361e-05, + "Y": 7.090723102010088e-06, + "U": 7.0280949948653415e-09, + "K": 2.4675018721609376e-06, + "L": 1.786308767570688e-09, + "G": 4.209959740819613e-07, + "F": 0.0003206342807970941, + "E": 0.00010753360402304679, + "T": 3.352082330820849e-06, + "P": 0.958725094795227, + "-": 0.04060140252113342 + }, + "id": "tp_23751" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2968902, + "label": "-", + "classification": { + "B": 9.097246844724793e-10, + "S": 6.041434574832749e-10, + "I": 5.632369720842689e-06, + "C": 2.9463055284395523e-07, + "R": 9.57938883772158e-09, + "M": 2.1845548303645046e-07, + "O": 3.49965318946488e-08, + "W": 8.584513655485182e-10, + "N": 3.535048875846769e-08, + "Y": 3.8307402974169236e-06, + "U": 8.542373475250997e-10, + "K": 2.9249609401205134e-09, + "L": 2.169413537700393e-09, + "G": 7.832903179405548e-07, + "F": 0.00011900036042788997, + "E": 8.82321000972297e-06, + "T": 3.500508228171384e-06, + "P": 0.36119213700294495, + "-": 0.6386656761169434 + }, + "id": "tp_23752" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2969002, + "label": "P", + "classification": { + "B": 4.34942785432213e-06, + "S": 4.780110884894384e-06, + "I": 0.0020193145610392094, + "C": 0.00023229446378536522, + "R": 2.029330971708987e-05, + "M": 0.00010220542026218027, + "O": 2.9261909730848856e-05, + "W": 6.861574092908995e-06, + "N": 0.00019206285651307553, + "Y": 0.0019889087416231632, + "U": 5.485292604134884e-06, + "K": 0.00048052865895442665, + "L": 3.072829485972761e-06, + "G": 0.0008119670674204826, + "F": 0.0163213349878788, + "E": 0.008734464645385742, + "T": 0.0003588372201193124, + "P": 0.5272255539894104, + "-": 0.44145843386650085 + }, + "id": "tp_23753" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2969136, + "label": "P", + "classification": { + "B": 1.4205464582417449e-09, + "S": 1.750910805231598e-10, + "I": 3.896002453984693e-05, + "C": 4.09680556145986e-09, + "R": 2.1162356589332632e-10, + "M": 2.0834326264207448e-08, + "O": 3.623744637692994e-09, + "W": 2.3189340725426888e-10, + "N": 2.0476383610912308e-07, + "Y": 2.4242570617616366e-08, + "U": 1.0337933981086067e-10, + "K": 1.0328335409148792e-10, + "L": 3.2701652497024725e-10, + "G": 3.0156847685702814e-08, + "F": 1.8524391407481744e-06, + "E": 3.2193129300139844e-06, + "T": 2.0009299817047577e-07, + "P": 0.9894612431526184, + "-": 0.010494347661733627 + }, + "id": "tp_23754" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2969269, + "label": "P", + "classification": { + "B": 5.7023070293427125e-11, + "S": 7.925530787211699e-10, + "I": 5.362652245821664e-06, + "C": 4.4717176628239486e-09, + "R": 1.316304010234859e-10, + "M": 2.9591731287581524e-09, + "O": 8.913751958772309e-10, + "W": 1.3670803378218466e-10, + "N": 6.998764092713827e-07, + "Y": 1.085120757693403e-07, + "U": 3.156708575091649e-11, + "K": 3.9851425270853724e-08, + "L": 1.1136835377512089e-11, + "G": 2.3788251368728197e-08, + "F": 5.6938362831715494e-05, + "E": 6.366337038343772e-05, + "T": 4.7959549220877307e-08, + "P": 0.9935523271560669, + "-": 0.0063207922503352165 + }, + "id": "tp_23755" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2969403, + "label": "P", + "classification": { + "B": 9.455573490413371e-06, + "S": 9.528525879431982e-06, + "I": 0.0037503221537917852, + "C": 1.7540773114887998e-05, + "R": 6.0128622862976044e-06, + "M": 0.00014888826990500093, + "O": 2.6776549930218607e-05, + "W": 3.336826921440661e-06, + "N": 0.0003206924011465162, + "Y": 0.00030549278017133474, + "U": 8.443355454801349e-07, + "K": 1.9490929844323546e-05, + "L": 2.6463824269740144e-06, + "G": 0.00021280003420542926, + "F": 0.0027717736084014177, + "E": 0.0033135274425148964, + "T": 0.00018551510584075004, + "P": 0.9060274958610535, + "-": 0.08286774158477783 + }, + "id": "tp_23756" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2969503, + "label": "P", + "classification": { + "B": 9.420409696758725e-07, + "S": 8.037978318498062e-07, + "I": 0.00033721051295287907, + "C": 1.323548644904804e-06, + "R": 1.4784210122797958e-07, + "M": 4.777408321388066e-06, + "O": 1.9068445453740424e-06, + "W": 1.463311036786763e-07, + "N": 4.7781853936612606e-05, + "Y": 1.866632010205649e-05, + "U": 5.915085665719744e-08, + "K": 5.076910838397453e-07, + "L": 1.0213628343080927e-07, + "G": 1.186054214485921e-05, + "F": 0.00013932982983533293, + "E": 0.00035110354656353593, + "T": 2.0029436200275086e-05, + "P": 0.9719326496124268, + "-": 0.027130652219057083 + }, + "id": "tp_23757" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2969636, + "label": "P", + "classification": { + "B": 5.098070854359094e-10, + "S": 4.866617664411876e-10, + "I": 1.0282637049385812e-05, + "C": 6.1264926465298686e-09, + "R": 1.394844101332282e-10, + "M": 1.3744545945826303e-08, + "O": 2.5098800815470668e-09, + "W": 2.8728686096712863e-10, + "N": 3.7978239220137766e-07, + "Y": 4.448614632224235e-08, + "U": 1.0594547461550974e-10, + "K": 2.9973059589849527e-09, + "L": 6.046362716061182e-11, + "G": 3.5635139283840545e-08, + "F": 4.529352736426517e-06, + "E": 1.3664750440511853e-05, + "T": 1.616834310880222e-07, + "P": 0.9935446977615356, + "-": 0.006426336243748665 + }, + "id": "tp_23758" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2969770, + "label": "P", + "classification": { + "B": 1.0292264818190233e-07, + "S": 2.1729998422870267e-07, + "I": 0.00036836587241850793, + "C": 3.796000385136722e-07, + "R": 4.2814701117777076e-08, + "M": 7.877852112869732e-07, + "O": 4.599262410920346e-07, + "W": 6.481414516201767e-08, + "N": 1.8123173504136503e-05, + "Y": 2.888163180614356e-06, + "U": 2.720030600755763e-08, + "K": 8.362047765331226e-08, + "L": 4.058256308780983e-08, + "G": 2.2206618268683087e-06, + "F": 8.913352939998731e-05, + "E": 7.527753041358665e-05, + "T": 6.997895980020985e-06, + "P": 0.9772511720657349, + "-": 0.02218351699411869 + }, + "id": "tp_23759" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2969903, + "label": "P", + "classification": { + "B": 3.2986200437790103e-09, + "S": 2.466885362650828e-08, + "I": 1.8261798686580732e-05, + "C": 3.925647362734708e-08, + "R": 4.690376975702293e-09, + "M": 9.362192088246957e-08, + "O": 1.2507392455063382e-07, + "W": 5.885744780442792e-09, + "N": 2.1197304249653826e-06, + "Y": 1.1649808584479615e-06, + "U": 2.149033839771164e-09, + "K": 7.515590283446727e-08, + "L": 3.1998164118363093e-09, + "G": 5.923524213358178e-07, + "F": 0.00010804842167999595, + "E": 1.8986007489729673e-05, + "T": 4.933886430080747e-06, + "P": 0.9444224834442139, + "-": 0.05542300269007683 + }, + "id": "tp_23760" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2970003, + "label": "P", + "classification": { + "B": 2.1029171293207582e-08, + "S": 9.880423590402643e-08, + "I": 0.0004942580126225948, + "C": 7.455535637745925e-07, + "R": 6.71401494400925e-08, + "M": 3.159193283863715e-06, + "O": 2.1105530834120145e-07, + "W": 3.011657767615361e-08, + "N": 2.6406230972497724e-05, + "Y": 4.420383902470348e-06, + "U": 1.2291290651944564e-08, + "K": 3.725822068645357e-07, + "L": 1.4160525196871276e-08, + "G": 1.3586095519713126e-06, + "F": 7.530574657721445e-05, + "E": 0.00038509670412167907, + "T": 7.85486372478772e-06, + "P": 0.9812023639678955, + "-": 0.017798161134123802 + }, + "id": "tp_23761" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2970137, + "label": "P", + "classification": { + "B": 5.162874913366977e-06, + "S": 6.250815204111859e-06, + "I": 0.0024238245096057653, + "C": 1.196329958474962e-05, + "R": 5.316814167599659e-06, + "M": 4.411471672938205e-05, + "O": 2.4198148821596988e-05, + "W": 2.812671027641045e-06, + "N": 0.0001910978025989607, + "Y": 0.00019201065879315138, + "U": 7.496133207496314e-07, + "K": 1.9849330783472396e-05, + "L": 1.71560702710849e-06, + "G": 0.00015577208250761032, + "F": 0.0025548762641847134, + "E": 0.0012363926507532597, + "T": 7.94339066487737e-05, + "P": 0.9029853343963623, + "-": 0.09005910158157349 + }, + "id": "tp_23762" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2970270, + "label": "P", + "classification": { + "B": 3.004052562260995e-10, + "S": 3.878180887539884e-09, + "I": 7.975335029186681e-05, + "C": 7.55249285333548e-09, + "R": 5.746804143669237e-10, + "M": 1.545258498936164e-08, + "O": 5.548778325703552e-09, + "W": 8.206817447842241e-10, + "N": 2.2951392111281166e-06, + "Y": 1.2305955010560865e-07, + "U": 1.4413299720406059e-10, + "K": 4.647459661555331e-08, + "L": 6.60358573378872e-11, + "G": 4.034757239423925e-08, + "F": 1.8402652131044306e-05, + "E": 1.2280503142392263e-05, + "T": 2.357760706672707e-07, + "P": 0.9931545257568359, + "-": 0.006732358131557703 + }, + "id": "tp_23763" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2970404, + "label": "P", + "classification": { + "B": 1.7930392459675204e-06, + "S": 1.5547101384072448e-06, + "I": 0.00020253067486919463, + "C": 1.4946520423109178e-05, + "R": 9.495273047832598e-07, + "M": 4.41795309598092e-05, + "O": 7.554119747510413e-06, + "W": 5.903316377953161e-07, + "N": 2.2982683731243014e-05, + "Y": 0.0001923010277096182, + "U": 3.18894620932042e-07, + "K": 2.6480151973373722e-06, + "L": 6.095618232393463e-07, + "G": 6.698935612803325e-05, + "F": 0.002879501087591052, + "E": 0.0007873232825659215, + "T": 0.0001304386678384617, + "P": 0.7216270565986633, + "-": 0.27401578426361084 + }, + "id": "tp_23764" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2970504, + "label": "P", + "classification": { + "B": 2.429488832333959e-09, + "S": 1.0812055251108177e-08, + "I": 7.480834756279364e-05, + "C": 6.513953110243165e-08, + "R": 5.167988703647097e-09, + "M": 5.7378741757929674e-08, + "O": 2.5596785135917344e-08, + "W": 3.370342227526635e-09, + "N": 3.4540260003268486e-06, + "Y": 1.2363440191620612e-06, + "U": 2.078127225857429e-09, + "K": 9.665139089065633e-08, + "L": 1.088455325870541e-09, + "G": 5.409702339420619e-07, + "F": 0.00013114893226884305, + "E": 5.567300831899047e-05, + "T": 7.076405381667428e-07, + "P": 0.9858734607696533, + "-": 0.013858729042112827 + }, + "id": "tp_23765" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2970637, + "label": "P", + "classification": { + "B": 1.0301127728595816e-09, + "S": 1.055889597978421e-09, + "I": 1.7499029127066024e-05, + "C": 1.2167207685820358e-08, + "R": 1.6404235747558005e-09, + "M": 3.785379476539674e-08, + "O": 2.475358940046135e-08, + "W": 6.377209871288869e-10, + "N": 2.2001070476562745e-07, + "Y": 3.0031688424969616e-07, + "U": 3.7638564487352255e-10, + "K": 4.827691024722469e-10, + "L": 1.0211143042226922e-09, + "G": 2.3059827469751326e-07, + "F": 7.412481409119209e-06, + "E": 2.1470082174346317e-06, + "T": 1.58906266278791e-06, + "P": 0.9329795837402344, + "-": 0.06699103862047195 + }, + "id": "tp_23766" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2970771, + "label": "-", + "classification": { + "B": 2.194625778884074e-07, + "S": 1.3026061651544296e-07, + "I": 4.1141349356621504e-05, + "C": 1.9343397070770152e-05, + "R": 1.2864601330875303e-06, + "M": 4.70083114123554e-06, + "O": 4.048120899824426e-06, + "W": 2.345901037870135e-07, + "N": 2.369251205891487e-06, + "Y": 4.684065788751468e-05, + "U": 1.2193585519071348e-07, + "K": 1.0725603942773887e-06, + "L": 3.287295555765013e-07, + "G": 4.666418317356147e-05, + "F": 0.005924292840063572, + "E": 0.00011330916458973661, + "T": 2.5081635612878017e-05, + "P": 0.31697651743888855, + "-": 0.676792323589325 + }, + "id": "tp_23767" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2970904, + "label": "P", + "classification": { + "B": 8.794011137069901e-07, + "S": 5.680163894794532e-07, + "I": 7.249247573781759e-05, + "C": 9.640717735237558e-07, + "R": 6.176933453616584e-08, + "M": 8.150388566718902e-06, + "O": 1.6891209497771342e-06, + "W": 2.9349695296332357e-07, + "N": 7.995406122063287e-06, + "Y": 5.1116432587150484e-05, + "U": 1.4765343792078056e-07, + "K": 1.2175951269455254e-06, + "L": 6.709295519158331e-08, + "G": 5.6110848163370974e-06, + "F": 0.000705694081261754, + "E": 0.00032055596238933504, + "T": 4.526333214016631e-05, + "P": 0.7941145896911621, + "-": 0.20466268062591553 + }, + "id": "tp_23768" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2971004, + "label": "P", + "classification": { + "B": 1.8948297153542626e-08, + "S": 1.3043246482880022e-08, + "I": 0.0004226671298965812, + "C": 6.415025382011663e-06, + "R": 3.309509963855817e-07, + "M": 1.4470158475887729e-06, + "O": 2.6326469537707453e-07, + "W": 2.0315843229923303e-08, + "N": 1.0316202860849444e-05, + "Y": 2.036432852037251e-05, + "U": 6.022951026807277e-08, + "K": 1.0554064147072495e-06, + "L": 2.6279725062750003e-08, + "G": 9.369935469294433e-06, + "F": 0.00023012417659629136, + "E": 0.0003707864962052554, + "T": 1.459713985241251e-05, + "P": 0.8498905897140503, + "-": 0.1490214616060257 + }, + "id": "tp_23769" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2971138, + "label": "-", + "classification": { + "B": 4.599405656335875e-06, + "S": 2.3431991849065525e-06, + "I": 0.0001728236529743299, + "C": 0.001727618626318872, + "R": 0.00028240130632184446, + "M": 0.0010373602854087949, + "O": 0.00023363088257610798, + "W": 6.168293566588545e-06, + "N": 1.195247568830382e-05, + "Y": 0.02771172672510147, + "U": 6.315907285170397e-06, + "K": 5.809640060761012e-05, + "L": 0.00010600113455438986, + "G": 0.005470283329486847, + "F": 0.00967421568930149, + "E": 0.0003138637694064528, + "T": 0.0034590468276292086, + "P": 0.010860542766749859, + "-": 0.938861072063446 + }, + "id": "tp_23770" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2971271, + "label": "-", + "classification": { + "B": 1.7903533944263472e-07, + "S": 1.577862605017799e-07, + "I": 7.441165507771075e-06, + "C": 2.4917093469412066e-05, + "R": 1.8215822592537734e-06, + "M": 5.551042704610154e-05, + "O": 6.538334673678037e-06, + "W": 1.1460927140660715e-07, + "N": 2.315343152758942e-07, + "Y": 0.0008952313801273704, + "U": 6.62430181819218e-08, + "K": 3.2323006848855584e-07, + "L": 1.1518404789967462e-06, + "G": 0.0001287632912863046, + "F": 0.0022313292138278484, + "E": 1.3106565347698051e-05, + "T": 0.00029172279755584896, + "P": 0.008266917429864407, + "-": 0.9880744814872742 + }, + "id": "tp_23771" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2971405, + "label": "-", + "classification": { + "B": 4.7566317107339273e-07, + "S": 3.1467268399865134e-06, + "I": 6.099330494180322e-05, + "C": 0.0001392335834680125, + "R": 1.3688716535398271e-05, + "M": 8.948248432716355e-05, + "O": 6.781613774364814e-05, + "W": 5.186868293094449e-06, + "N": 1.0545971235842444e-05, + "Y": 0.0014608834171667695, + "U": 1.1635420378297567e-06, + "K": 0.0001289867068408057, + "L": 6.225251127034426e-06, + "G": 0.00063373486045748, + "F": 0.06481210887432098, + "E": 0.0002575470134615898, + "T": 0.0004848251410294324, + "P": 0.041575707495212555, + "-": 0.8902481198310852 + }, + "id": "tp_23772" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2971505, + "label": "-", + "classification": { + "B": 0.0036040430422872305, + "S": 0.0017981907585635781, + "I": 0.005352634470909834, + "C": 0.004575869534164667, + "R": 0.00100837426725775, + "M": 0.012125257402658463, + "O": 0.006262419279664755, + "W": 0.000847051152959466, + "N": 0.001307712052948773, + "Y": 0.006194830872118473, + "U": 0.00028552039293572307, + "K": 0.000588335155043751, + "L": 0.0025547610130161047, + "G": 0.013097819872200489, + "F": 0.05750896781682968, + "E": 0.014720160514116287, + "T": 0.008979964070022106, + "P": 0.1451147347688675, + "-": 0.7140734195709229 + }, + "id": "tp_23773" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2971638, + "label": "-", + "classification": { + "B": 5.039895540903672e-07, + "S": 1.7894021766551305e-06, + "I": 6.841947470093146e-05, + "C": 1.2971351679880172e-05, + "R": 1.477184127907094e-06, + "M": 0.00011964690929744393, + "O": 2.2461957996711135e-05, + "W": 2.377400960540399e-06, + "N": 1.4511910194414668e-05, + "Y": 0.0008858128567226231, + "U": 1.1370618722139625e-06, + "K": 0.0002559392305556685, + "L": 6.312391178653343e-07, + "G": 9.952905384125188e-05, + "F": 0.01005219854414463, + "E": 0.00042308439151383936, + "T": 0.0005998415872454643, + "P": 0.10506521165370941, + "-": 0.8823725581169128 + }, + "id": "tp_23774" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2971772, + "label": "-", + "classification": { + "B": 6.47628485239693e-06, + "S": 4.833833827433409e-06, + "I": 7.819962775101885e-06, + "C": 0.0001335731940343976, + "R": 1.2850442544731777e-05, + "M": 0.00012181246711406857, + "O": 6.34502648608759e-05, + "W": 1.5593564057780895e-06, + "N": 5.43964461030555e-07, + "Y": 0.0009890914661809802, + "U": 6.888941328497822e-08, + "K": 2.0585446236509597e-06, + "L": 2.2884089048602618e-05, + "G": 0.0017973743379116058, + "F": 0.05951019003987312, + "E": 6.37358461972326e-05, + "T": 0.00024931543157435954, + "P": 0.008634697645902634, + "-": 0.9283776879310608 + }, + "id": "tp_23775" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2971905, + "label": "-", + "classification": { + "B": 1.0486386203822917e-09, + "S": 2.2297621526945477e-09, + "I": 6.978671649449097e-07, + "C": 2.277455735111289e-07, + "R": 5.911488898391326e-08, + "M": 1.255657207366312e-05, + "O": 8.158932587321033e-07, + "W": 2.9067994677944853e-09, + "N": 7.771983945303873e-09, + "Y": 0.00045934985973872244, + "U": 9.886661489488802e-10, + "K": 4.511121254324735e-09, + "L": 5.386857537814649e-08, + "G": 1.1109398656117264e-05, + "F": 0.0001996830542339012, + "E": 7.139778972486965e-07, + "T": 9.63938728091307e-05, + "P": 0.001861706143245101, + "-": 0.997356653213501 + }, + "id": "tp_23776" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2972005, + "label": "-", + "classification": { + "B": 7.205326824077929e-08, + "S": 4.3208302713537705e-07, + "I": 4.19056523242034e-05, + "C": 1.9108711057924666e-05, + "R": 3.7369948131527053e-06, + "M": 7.341300806729123e-05, + "O": 2.211902210547123e-05, + "W": 4.688749868364539e-07, + "N": 1.6509909528394928e-06, + "Y": 0.00105227658059448, + "U": 2.1253627835449151e-07, + "K": 4.766976644532406e-07, + "L": 1.9944936866522767e-06, + "G": 9.13311232579872e-05, + "F": 0.0010865068761631846, + "E": 1.9955257812398486e-05, + "T": 0.0008633543620817363, + "P": 0.02497791312634945, + "-": 0.9717430472373962 + }, + "id": "tp_23777" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2972139, + "label": "-", + "classification": { + "B": 1.640548180148471e-05, + "S": 3.073125481023453e-05, + "I": 0.00020570091146510094, + "C": 0.0004292116791475564, + "R": 9.529376984573901e-05, + "M": 0.0007805050699971616, + "O": 0.0003471112286206335, + "W": 3.109872341156006e-05, + "N": 4.0769955376163125e-05, + "Y": 0.016297146677970886, + "U": 6.622532055189367e-06, + "K": 0.0006583998911082745, + "L": 0.00010527246922720224, + "G": 0.014453343115746975, + "F": 0.1195746660232544, + "E": 0.0026324393693357706, + "T": 0.0026068943552672863, + "P": 0.046328216791152954, + "-": 0.7953601479530334 + }, + "id": "tp_23778" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2972272, + "label": "-", + "classification": { + "B": 6.943737389519811e-07, + "S": 3.8753756825826713e-07, + "I": 0.00023585405142512172, + "C": 0.0005928326863795519, + "R": 5.868621155968867e-05, + "M": 0.00015665529645048082, + "O": 3.0483339287457056e-05, + "W": 1.8203536455985159e-06, + "N": 9.011649126478005e-06, + "Y": 0.007265159394592047, + "U": 3.1184022191155236e-06, + "K": 8.191513188648969e-05, + "L": 6.481531272584107e-06, + "G": 0.0016474479343742132, + "F": 0.007216941565275192, + "E": 0.0004119747318327427, + "T": 0.0008769562700763345, + "P": 0.028060605749487877, + "-": 0.9533429741859436 + }, + "id": "tp_23779" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2972406, + "label": "-", + "classification": { + "B": 4.438128753392334e-10, + "S": 4.168120709691081e-11, + "I": 9.5484704587534e-09, + "C": 5.8879736641870295e-09, + "R": 7.673047613954154e-11, + "M": 1.887554290647131e-08, + "O": 1.1421311008064094e-08, + "W": 1.0409848677506162e-10, + "N": 1.0937366984320462e-10, + "Y": 2.3363499224160478e-07, + "U": 6.616848128443431e-12, + "K": 2.592107084531392e-10, + "L": 2.150654515586936e-10, + "G": 1.5408966191898799e-07, + "F": 0.00014031221508048475, + "E": 1.269057463559875e-07, + "T": 8.433767817450644e-08, + "P": 0.015993639826774597, + "-": 0.9838654398918152 + }, + "id": "tp_23780" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2972506, + "label": "-", + "classification": { + "B": 1.0391678415544447e-06, + "S": 1.8363905383012025e-06, + "I": 2.715525079111103e-05, + "C": 3.522938641253859e-05, + "R": 2.1759542505606078e-06, + "M": 6.158181349746883e-05, + "O": 1.4018094589118846e-05, + "W": 1.3041371857980266e-06, + "N": 5.160973614692921e-06, + "Y": 0.0022991274017840624, + "U": 2.077604506212083e-07, + "K": 0.0003193587181158364, + "L": 1.6629722949801362e-06, + "G": 0.002125102560967207, + "F": 0.08124375343322754, + "E": 0.0032049051951617002, + "T": 0.00037806559703312814, + "P": 0.056108664721250534, + "-": 0.8541696667671204 + }, + "id": "tp_23781" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2972639, + "label": "-", + "classification": { + "B": 4.5867506059948937e-07, + "S": 1.1958381946897134e-06, + "I": 7.509766874136403e-05, + "C": 5.610463176708436e-06, + "R": 8.251869303421699e-07, + "M": 3.6205205105943605e-05, + "O": 1.4177243429003283e-05, + "W": 1.910135097205057e-06, + "N": 7.803453627275303e-06, + "Y": 0.0009629608830437064, + "U": 5.337236075320106e-07, + "K": 0.00020268812659196556, + "L": 4.0873683815334516e-07, + "G": 0.00020928692538291216, + "F": 0.008632872253656387, + "E": 0.0003004473983310163, + "T": 0.00044594769133254886, + "P": 0.058542463928461075, + "-": 0.9305590391159058 + }, + "id": "tp_23782" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2972773, + "label": "-", + "classification": { + "B": 2.1825395378982648e-05, + "S": 8.72491091286065e-06, + "I": 0.0019106410909444094, + "C": 0.00038409733679145575, + "R": 9.546770161250606e-05, + "M": 0.0023817371111363173, + "O": 0.00018859085685107857, + "W": 8.732360583962873e-06, + "N": 2.836990825016983e-05, + "Y": 0.03501218184828758, + "U": 4.107630502403481e-06, + "K": 5.847397460456705e-06, + "L": 0.00011530515621416271, + "G": 0.004652864299714565, + "F": 0.002909259404987097, + "E": 0.001396933919750154, + "T": 0.012001394294202328, + "P": 0.016900427639484406, + "-": 0.921973466873169 + }, + "id": "tp_23783" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2972906, + "label": "-", + "classification": { + "B": 2.055898676189827e-06, + "S": 5.729051508751581e-07, + "I": 0.0015087602660059929, + "C": 0.0006127539090812206, + "R": 0.00013881830091122538, + "M": 0.0003250473237130791, + "O": 4.136832649237476e-05, + "W": 2.134756641680724e-06, + "N": 2.6560750484350137e-05, + "Y": 0.013871641829609871, + "U": 6.518906502606114e-06, + "K": 1.8930481019197032e-05, + "L": 1.7151494830613956e-05, + "G": 0.002066174754872918, + "F": 0.0029182173311710358, + "E": 0.000783113413490355, + "T": 0.001924968441016972, + "P": 0.04967585206031799, + "-": 0.926059365272522 + }, + "id": "tp_23784" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2973006, + "label": "F", + "classification": { + "B": 3.279902011854574e-05, + "S": 0.00045321285142563283, + "I": 0.00013462327478919178, + "C": 0.0017781725618988276, + "R": 0.00039902361459098756, + "M": 0.0016905086813494563, + "O": 0.0011921566911041737, + "W": 0.0001823754282668233, + "N": 5.7153978559654206e-05, + "Y": 0.025999704375863075, + "U": 1.2742017133859918e-05, + "K": 0.0010166739812120795, + "L": 0.0004257021064404398, + "G": 0.021174773573875427, + "F": 0.466341108083725, + "E": 0.0011829970171675086, + "T": 0.007481475826352835, + "P": 0.01922106184065342, + "-": 0.451223760843277 + }, + "id": "tp_23785" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2973140, + "label": "-", + "classification": { + "B": 8.27312032924965e-06, + "S": 1.0803939403558616e-05, + "I": 0.000211715028854087, + "C": 3.0480348868877627e-05, + "R": 8.623753274150658e-06, + "M": 0.00023011209850665182, + "O": 7.897546311141923e-05, + "W": 7.2246748459292576e-06, + "N": 2.871551077987533e-05, + "Y": 0.002752386499196291, + "U": 2.7702922125172336e-06, + "K": 0.00023392426373902708, + "L": 1.0350724551244639e-05, + "G": 0.0012311899336054921, + "F": 0.03133254498243332, + "E": 0.0017523962305858731, + "T": 0.0010726520558819175, + "P": 0.09401637315750122, + "-": 0.8669805526733398 + }, + "id": "tp_23786" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2973273, + "label": "-", + "classification": { + "B": 1.0897785614361055e-05, + "S": 2.4799068341962993e-05, + "I": 0.0011050045723095536, + "C": 0.00012777239317074418, + "R": 2.908737769757863e-05, + "M": 0.0007045684033073485, + "O": 0.0001870305568445474, + "W": 3.694711995194666e-05, + "N": 0.00022421908215619624, + "Y": 0.012300179339945316, + "U": 1.3038401448284276e-05, + "K": 0.0024710693396627903, + "L": 1.2619583685591351e-05, + "G": 0.0018649407429620624, + "F": 0.018171530216932297, + "E": 0.011677755042910576, + "T": 0.003204141743481159, + "P": 0.12434370815753937, + "-": 0.8234907388687134 + }, + "id": "tp_23787" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2973407, + "label": "-", + "classification": { + "B": 2.2621694370172918e-05, + "S": 7.510146588174393e-06, + "I": 0.0008420829544775188, + "C": 0.0002526904281694442, + "R": 4.097936107427813e-05, + "M": 0.0012692575110122561, + "O": 9.51593610807322e-05, + "W": 9.054854672285728e-06, + "N": 5.013776171836071e-05, + "Y": 0.021310795098543167, + "U": 5.848060027346946e-06, + "K": 0.0010553895263001323, + "L": 1.817976590245962e-05, + "G": 0.010533393360674381, + "F": 0.01157725602388382, + "E": 0.010562263429164886, + "T": 0.003738044761121273, + "P": 0.04862938076257706, + "-": 0.889979898929596 + }, + "id": "tp_23788" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2973507, + "label": "-", + "classification": { + "B": 3.017380123537805e-09, + "S": 1.485112255394938e-09, + "I": 4.8130887080333196e-06, + "C": 3.234499672544189e-06, + "R": 2.756518142632558e-07, + "M": 1.2066569979651831e-05, + "O": 4.2694844637480855e-07, + "W": 2.730268677808567e-09, + "N": 3.2450785170112795e-08, + "Y": 0.00023131584748625755, + "U": 6.811960773234205e-09, + "K": 3.629646627700822e-08, + "L": 8.036657561660832e-08, + "G": 4.47146812803112e-05, + "F": 0.000497284869197756, + "E": 5.011420853406889e-06, + "T": 7.203639688668773e-05, + "P": 0.014618553221225739, + "-": 0.9845101237297058 + }, + "id": "tp_23789" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2973640, + "label": "-", + "classification": { + "B": 1.080599395208992e-05, + "S": 8.721251106180716e-06, + "I": 0.0021754931658506393, + "C": 0.0021731790620833635, + "R": 0.00036150062805972993, + "M": 0.00029696314595639706, + "O": 0.00022417430591303855, + "W": 5.409798177424818e-05, + "N": 0.0004033252189401537, + "Y": 0.013032324612140656, + "U": 7.27932492736727e-05, + "K": 0.007362466771155596, + "L": 1.9989318388979882e-05, + "G": 0.0033422568812966347, + "F": 0.04711746796965599, + "E": 0.0033662868663668633, + "T": 0.0026443488895893097, + "P": 0.09556243568658829, + "-": 0.821771502494812 + }, + "id": "tp_23790" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2973774, + "label": "-", + "classification": { + "B": 5.056657759183736e-09, + "S": 8.741304569070962e-09, + "I": 3.4479710393497953e-06, + "C": 1.5003486169007374e-06, + "R": 2.4651573227174595e-08, + "M": 2.7748114916903432e-06, + "O": 3.9210962654578907e-07, + "W": 7.082422204263139e-09, + "N": 2.191518575500595e-07, + "Y": 5.782269363407977e-05, + "U": 1.7433028354219005e-09, + "K": 7.819224947525072e-07, + "L": 2.8977703792065768e-08, + "G": 0.00015147458179853857, + "F": 0.01746424101293087, + "E": 0.00033522385638207197, + "T": 1.6399117157561705e-05, + "P": 0.17979992926120758, + "-": 0.8021657466888428 + }, + "id": "tp_23791" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2973907, + "label": "-", + "classification": { + "B": 2.0503552150330506e-05, + "S": 1.7753562815414625e-06, + "I": 0.0002728704421315342, + "C": 8.462568803224713e-05, + "R": 9.641667020332534e-06, + "M": 0.0006869837525300682, + "O": 4.611548865796067e-05, + "W": 2.0219977159285918e-06, + "N": 1.0844987627933733e-05, + "Y": 0.004561371169984341, + "U": 1.692199816716311e-06, + "K": 1.364756917610066e-05, + "L": 1.1721441296685953e-05, + "G": 0.0025783400051295757, + "F": 0.004319197963923216, + "E": 0.001554430928081274, + "T": 0.0012565418146550655, + "P": 0.07141298055648804, + "-": 0.9131547212600708 + }, + "id": "tp_23792" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2974007, + "label": "-", + "classification": { + "B": 9.064776236300531e-07, + "S": 8.001777729305104e-08, + "I": 5.5615433666389436e-05, + "C": 6.914541700098198e-06, + "R": 7.599669515911955e-07, + "M": 2.8329051929176785e-05, + "O": 5.112271082907682e-06, + "W": 2.996087289375282e-07, + "N": 2.0569500520650763e-06, + "Y": 0.0011854780605062842, + "U": 2.7641314659376803e-07, + "K": 1.9506438547978178e-05, + "L": 4.026634883302904e-07, + "G": 0.0003159137850161642, + "F": 0.0023387535475194454, + "E": 0.0004542676906567067, + "T": 0.00016413141565863043, + "P": 0.06887578219175339, + "-": 0.9265453219413757 + }, + "id": "tp_23793" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2974141, + "label": "-", + "classification": { + "B": 2.6123102543351706e-06, + "S": 7.673446816625074e-06, + "I": 0.0013341907178983092, + "C": 3.444911999395117e-05, + "R": 9.419463822268881e-06, + "M": 8.247435471275821e-05, + "O": 5.278832031763159e-05, + "W": 1.321466152148787e-05, + "N": 0.00015951473324093968, + "Y": 0.00542078074067831, + "U": 8.42222561914241e-06, + "K": 0.0015151232946664095, + "L": 1.4120554396868101e-06, + "G": 0.00043464600457809865, + "F": 0.0022150040604174137, + "E": 0.002342958003282547, + "T": 0.001726362737827003, + "P": 0.11979299038648605, + "-": 0.864845871925354 + }, + "id": "tp_23794" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2974274, + "label": "-", + "classification": { + "B": 5.051518655818654e-06, + "S": 6.000352368573658e-05, + "I": 0.00031130306888371706, + "C": 0.0009824358858168125, + "R": 0.00012697996862698346, + "M": 0.000800488400273025, + "O": 0.0005065108416602015, + "W": 7.414576975861564e-05, + "N": 0.00011526538582984358, + "Y": 0.01306165475398302, + "U": 6.442421636165818e-06, + "K": 0.006494341418147087, + "L": 3.923686017515138e-05, + "G": 0.008397800847887993, + "F": 0.0950414389371872, + "E": 0.0049944082275033, + "T": 0.0028042339254170656, + "P": 0.047326166182756424, + "-": 0.8188520669937134 + }, + "id": "tp_23795" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2974408, + "label": "-", + "classification": { + "B": 3.1208447381914084e-08, + "S": 6.361036497537498e-08, + "I": 3.5673423553816974e-05, + "C": 5.142347163200611e-06, + "R": 2.6578734946269833e-07, + "M": 5.214470729697496e-05, + "O": 2.102417738569784e-06, + "W": 6.3298351449248e-08, + "N": 8.028119964365033e-07, + "Y": 0.0016167733119800687, + "U": 5.521211932091319e-08, + "K": 2.230638528999407e-05, + "L": 1.3651049357576994e-07, + "G": 0.00040015409467741847, + "F": 0.0011716593289747834, + "E": 0.0003637949994299561, + "T": 0.0003441298031248152, + "P": 0.020162301138043404, + "-": 0.9758224487304688 + }, + "id": "tp_23796" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2974508, + "label": "-", + "classification": { + "B": 3.4778728149831295e-05, + "S": 2.4736998966545798e-05, + "I": 0.001136242295615375, + "C": 0.005828725639730692, + "R": 0.0006045571644790471, + "M": 0.0005220412858761847, + "O": 0.0004649558395612985, + "W": 0.00010298594133928418, + "N": 0.0003898152499459684, + "Y": 0.05194023996591568, + "U": 0.00010376130376243964, + "K": 0.04358397424221039, + "L": 6.794924411224201e-05, + "G": 0.030939733609557152, + "F": 0.057351455092430115, + "E": 0.007783727720379829, + "T": 0.006334562785923481, + "P": 0.03735867142677307, + "-": 0.7554270029067993 + }, + "id": "tp_23797" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2974641, + "label": "-", + "classification": { + "B": 6.109560217737453e-07, + "S": 1.7277409369853558e-06, + "I": 0.00022433492995332927, + "C": 3.333057975396514e-05, + "R": 1.557111318106763e-05, + "M": 0.000267918745521456, + "O": 5.058684473624453e-05, + "W": 2.4946421035565436e-06, + "N": 1.0900950655923225e-05, + "Y": 0.019633708521723747, + "U": 1.032468617268023e-06, + "K": 5.349419006961398e-05, + "L": 2.50372522714315e-06, + "G": 0.0005797172780148685, + "F": 0.0032185560557991266, + "E": 0.00016114380559884012, + "T": 0.0034981921780854464, + "P": 0.011728605255484581, + "-": 0.960515558719635 + }, + "id": "tp_23798" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2974775, + "label": "-", + "classification": { + "B": 1.1100746100112246e-08, + "S": 3.6988034857188268e-09, + "I": 4.7245615064639424e-07, + "C": 6.704215849140382e-08, + "R": 1.2350799494242892e-08, + "M": 3.1741492421133444e-06, + "O": 2.928672131474741e-07, + "W": 2.0530830369125397e-09, + "N": 8.262506234757439e-09, + "Y": 0.00027231493731960654, + "U": 1.38607025856885e-09, + "K": 4.406798126410649e-08, + "L": 1.588080600356534e-08, + "G": 1.564637386763934e-05, + "F": 0.00017840055807027966, + "E": 3.6518072192848194e-06, + "T": 5.1654293201863766e-05, + "P": 0.003961431793868542, + "-": 0.9955126643180847 + }, + "id": "tp_23799" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2974908, + "label": "-", + "classification": { + "B": 2.375640804075374e-07, + "S": 2.4523893671357655e-07, + "I": 0.00047807188821025193, + "C": 1.6407273506047204e-05, + "R": 2.3170521217252826e-06, + "M": 6.828336336184293e-05, + "O": 1.1140639799123164e-05, + "W": 5.550735977521981e-07, + "N": 1.2133551535953302e-05, + "Y": 0.0037357278633862734, + "U": 4.3352784473427164e-07, + "K": 1.655067717365455e-05, + "L": 5.918710144214856e-07, + "G": 0.00039538851706311107, + "F": 0.0006159012555144727, + "E": 0.0005554896197281778, + "T": 0.0007488547125831246, + "P": 0.05262503772974014, + "-": 0.9407167434692383 + }, + "id": "tp_23800" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2975008, + "label": "-", + "classification": { + "B": 4.918869223047295e-08, + "S": 7.223601272698943e-09, + "I": 1.4507096238958184e-05, + "C": 4.122564405406592e-06, + "R": 2.482066747688805e-07, + "M": 3.088086668867618e-05, + "O": 1.350986167381052e-06, + "W": 2.050039960010963e-08, + "N": 1.4456753660851973e-07, + "Y": 0.00042650054092518985, + "U": 2.055658576693986e-08, + "K": 4.451794310966761e-08, + "L": 3.139062982882024e-07, + "G": 5.02029070048593e-05, + "F": 0.0003777151578105986, + "E": 4.559541412163526e-05, + "T": 0.00011520902626216412, + "P": 0.028073156252503395, + "-": 0.9708598852157593 + }, + "id": "tp_23801" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2975142, + "label": "-", + "classification": { + "B": 1.2528978004411329e-05, + "S": 2.5884281058097258e-05, + "I": 0.000273344136076048, + "C": 0.00020131409110035747, + "R": 2.1025636669946834e-05, + "M": 0.0003553743881639093, + "O": 0.00014912759070284665, + "W": 1.4795838978898246e-05, + "N": 4.384376370580867e-05, + "Y": 0.00156199443154037, + "U": 5.641654752253089e-06, + "K": 0.0003282903926447034, + "L": 1.8823764548869804e-05, + "G": 0.0019383658654987812, + "F": 0.04346742853522301, + "E": 0.001299397205002606, + "T": 0.0010390871902927756, + "P": 0.07555821537971497, + "-": 0.8736854791641235 + }, + "id": "tp_23802" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2975275, + "label": "-", + "classification": { + "B": 5.273946499073645e-06, + "S": 1.624502328922972e-05, + "I": 0.0005761297652497888, + "C": 0.0005111821228638291, + "R": 5.2112136472715065e-05, + "M": 0.0003673813189379871, + "O": 0.00014862818352412432, + "W": 1.1606573025346734e-05, + "N": 7.607738371007144e-05, + "Y": 0.004119536839425564, + "U": 7.203201221273048e-06, + "K": 6.513513653771952e-05, + "L": 2.2869293388794176e-05, + "G": 0.0020936978980898857, + "F": 0.020526789128780365, + "E": 0.0012706981506198645, + "T": 0.0023905367124825716, + "P": 0.10819096863269806, + "-": 0.8595478534698486 + }, + "id": "tp_23803" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2975375, + "label": "-", + "classification": { + "B": 2.033754071817384e-06, + "S": 1.1980796443822328e-06, + "I": 0.00021171063417568803, + "C": 0.00022977466869633645, + "R": 4.01039796997793e-05, + "M": 0.0005928900209255517, + "O": 4.870914199273102e-05, + "W": 1.7432055301469518e-06, + "N": 3.931507762899855e-06, + "Y": 0.039749808609485626, + "U": 7.864904887355806e-07, + "K": 6.371278141159564e-05, + "L": 1.2131928087910637e-05, + "G": 0.011309728026390076, + "F": 0.004280606284737587, + "E": 0.0007331796805374324, + "T": 0.0026868798304349184, + "P": 0.00662827305495739, + "-": 0.9334028363227844 + }, + "id": "tp_23804" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2975509, + "label": "-", + "classification": { + "B": 1.6632944266348204e-07, + "S": 8.419604569098738e-08, + "I": 7.339947478612885e-05, + "C": 2.6120720576727763e-05, + "R": 1.315051008532464e-06, + "M": 0.00025265634758397937, + "O": 4.188068942312384e-06, + "W": 5.927548585304976e-08, + "N": 9.73409328253183e-07, + "Y": 0.007386377546936274, + "U": 4.608066461742055e-08, + "K": 2.0808745375688886e-06, + "L": 1.7948921140487073e-06, + "G": 0.0024764365516602993, + "F": 0.004603000823408365, + "E": 0.0009470408549532294, + "T": 0.0009056493290700018, + "P": 0.014097027480602264, + "-": 0.9692215919494629 + }, + "id": "tp_23805" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2975642, + "label": "-", + "classification": { + "B": 0.0008288551471196115, + "S": 0.00020741575281135738, + "I": 0.004320918582379818, + "C": 0.012024451978504658, + "R": 0.0020255185663700104, + "M": 0.005238868296146393, + "O": 0.0012794481590390205, + "W": 0.000233211787417531, + "N": 0.0008913921774365008, + "Y": 0.05619346722960472, + "U": 0.00021550328528974205, + "K": 0.009044687263667583, + "L": 0.00048114664969034493, + "G": 0.042990557849407196, + "F": 0.08398126065731049, + "E": 0.025525642558932304, + "T": 0.009863769635558128, + "P": 0.07360890507698059, + "-": 0.6710450053215027 + }, + "id": "tp_23806" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2975776, + "label": "-", + "classification": { + "B": 4.171818659415294e-07, + "S": 2.589626092230901e-06, + "I": 0.0007732795784249902, + "C": 0.00024706049589440227, + "R": 4.969086148776114e-05, + "M": 0.00020949423196725547, + "O": 9.034275717567652e-05, + "W": 6.73693011776777e-06, + "N": 6.668855348834768e-05, + "Y": 0.0035891220904886723, + "U": 2.5019455733854556e-06, + "K": 0.00022757805709261447, + "L": 8.013176739041228e-06, + "G": 0.0016150717856362462, + "F": 0.02870739810168743, + "E": 0.0014272785047069192, + "T": 0.0012665309477597475, + "P": 0.1131899282336235, + "-": 0.8485201597213745 + }, + "id": "tp_23807" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2975876, + "label": "-", + "classification": { + "B": 7.360256404354004e-06, + "S": 4.764686309499666e-06, + "I": 0.0007371545652858913, + "C": 0.00022288912441581488, + "R": 4.3664025724865496e-05, + "M": 0.0007796685094945133, + "O": 0.00012040225556120276, + "W": 7.577048108942108e-06, + "N": 4.525348776951432e-05, + "Y": 0.004912948701530695, + "U": 8.296393389173318e-06, + "K": 8.504805009579286e-05, + "L": 2.1601803382509388e-05, + "G": 0.0015082568861544132, + "F": 0.010883835144340992, + "E": 0.0014166923938319087, + "T": 0.0019392314134165645, + "P": 0.09551706165075302, + "-": 0.8817383050918579 + }, + "id": "tp_23808" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2976009, + "label": "-", + "classification": { + "B": 6.5253102548012976e-06, + "S": 2.2453452402260154e-05, + "I": 0.00028366598417051136, + "C": 0.0004151782195549458, + "R": 0.00010938353079836816, + "M": 0.001364265219308436, + "O": 0.00027061172295361757, + "W": 2.3691451133345254e-05, + "N": 5.17805565323215e-05, + "Y": 0.02902079001069069, + "U": 1.2119881830585655e-05, + "K": 0.00195042893756181, + "L": 4.1228646296076477e-05, + "G": 0.007773286197334528, + "F": 0.04408330097794533, + "E": 0.0026713907718658447, + "T": 0.0055856299586594105, + "P": 0.026602720841765404, + "-": 0.8797114491462708 + }, + "id": "tp_23809" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2976143, + "label": "-", + "classification": { + "B": 6.2685253396921325e-06, + "S": 2.189079168601893e-06, + "I": 0.00024776652571745217, + "C": 3.797184399445541e-05, + "R": 1.640840491745621e-05, + "M": 0.0005581537261605263, + "O": 6.376035889843479e-05, + "W": 2.803481947921682e-06, + "N": 9.230987416231073e-06, + "Y": 0.007289906032383442, + "U": 1.8781594235406374e-06, + "K": 7.906751307018567e-06, + "L": 2.9137438104953617e-05, + "G": 0.001073660096153617, + "F": 0.00911483820527792, + "E": 0.0004364099877420813, + "T": 0.002418187679722905, + "P": 0.04382607713341713, + "-": 0.9348573684692383 + }, + "id": "tp_23810" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2976276, + "label": "-", + "classification": { + "B": 5.583309103940337e-08, + "S": 5.178175399578322e-08, + "I": 3.6460269257077016e-06, + "C": 3.2013775808081846e-07, + "R": 6.463325519234786e-08, + "M": 5.11564539920073e-05, + "O": 2.4095088519970886e-06, + "W": 1.513770975236639e-08, + "N": 3.674777104833993e-08, + "Y": 0.0004120904777664691, + "U": 1.5092066485422606e-09, + "K": 3.9847631860823185e-09, + "L": 5.199198653826897e-07, + "G": 5.8780624385690317e-05, + "F": 0.0009764600545167923, + "E": 8.593470738560427e-06, + "T": 0.00020292132103350013, + "P": 0.004934483673423529, + "-": 0.9933484196662903 + }, + "id": "tp_23811" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2976376, + "label": "-", + "classification": { + "B": 1.1171990081493277e-05, + "S": 1.0605790521367453e-05, + "I": 0.0006711590103805065, + "C": 0.0003285185666754842, + "R": 9.767806477611884e-05, + "M": 0.0007144337869249284, + "O": 0.00019488896941766143, + "W": 1.126322149502812e-05, + "N": 4.6863544412190095e-05, + "Y": 0.01676980033516884, + "U": 6.764545560145052e-06, + "K": 8.086127490969375e-05, + "L": 4.9990470870397985e-05, + "G": 0.005222933366894722, + "F": 0.013644542545080185, + "E": 0.0015273847384378314, + "T": 0.0030329704750329256, + "P": 0.0484137199819088, + "-": 0.9091643691062927 + }, + "id": "tp_23812" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2976510, + "label": "-", + "classification": { + "B": 1.3467773896991275e-05, + "S": 1.4220816410670523e-05, + "I": 0.0008969050832092762, + "C": 0.0009159986511804163, + "R": 0.00013405707431957126, + "M": 0.0002833704638760537, + "O": 0.00012285917182452977, + "W": 1.764630178513471e-05, + "N": 0.00010833189298864454, + "Y": 0.005641864612698555, + "U": 1.3382275028561708e-05, + "K": 0.0002158194110961631, + "L": 2.039954051724635e-05, + "G": 0.002995390212163329, + "F": 0.03218568488955498, + "E": 0.0016400122549384832, + "T": 0.0015906007029116154, + "P": 0.1427881270647049, + "-": 0.8104018568992615 + }, + "id": "tp_23813" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2976643, + "label": "-", + "classification": { + "B": 8.448963853879832e-06, + "S": 4.699857981904643e-06, + "I": 0.0023214067332446575, + "C": 0.001429104944691062, + "R": 0.00021990115055814385, + "M": 0.0005725498194806278, + "O": 9.067040082300082e-05, + "W": 1.2227471415826585e-05, + "N": 6.149223918328062e-05, + "Y": 0.007106241770088673, + "U": 1.8378135791863315e-05, + "K": 9.884969040285796e-05, + "L": 3.933968400815502e-05, + "G": 0.002450221683830023, + "F": 0.01859135925769806, + "E": 0.0011293356074020267, + "T": 0.0024435361847281456, + "P": 0.06862016767263412, + "-": 0.8947820067405701 + }, + "id": "tp_23814" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2976777, + "label": "-", + "classification": { + "B": 3.3262473664308345e-08, + "S": 1.0465030442219359e-07, + "I": 9.113714440900367e-06, + "C": 1.0363020237491583e-06, + "R": 4.566031748254318e-07, + "M": 9.835460332396906e-06, + "O": 3.466884209046839e-06, + "W": 9.079975171744081e-08, + "N": 3.0739022349735023e-07, + "Y": 0.0011083612916991115, + "U": 1.783641145891579e-08, + "K": 9.775205853657098e-07, + "L": 1.9144829366268823e-07, + "G": 8.324530790559947e-05, + "F": 0.00824264157563448, + "E": 1.883822369563859e-05, + "T": 0.0002891391341108829, + "P": 0.016316182911396027, + "-": 0.9739159941673279 + }, + "id": "tp_23815" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2976877, + "label": "-", + "classification": { + "B": 3.40392034559045e-07, + "S": 1.834577716408603e-07, + "I": 0.00038264994509518147, + "C": 9.434141247766092e-05, + "R": 1.58686834765831e-05, + "M": 0.00020599222625605762, + "O": 2.460709583829157e-05, + "W": 5.470376436278457e-07, + "N": 3.912636657332769e-06, + "Y": 0.003284865990281105, + "U": 4.777120352628117e-07, + "K": 7.028913273643411e-07, + "L": 4.718110176327173e-06, + "G": 0.0002551409706939012, + "F": 0.0005079492111690342, + "E": 8.003583207027987e-05, + "T": 0.0014043168630450964, + "P": 0.017484493553638458, + "-": 0.9762489199638367 + }, + "id": "tp_23816" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2977010, + "label": "-", + "classification": { + "B": 1.8579665265860967e-05, + "S": 9.698722715256736e-05, + "I": 0.00011258454469498247, + "C": 0.0008168363128788769, + "R": 0.00018067867495119572, + "M": 0.005503994412720203, + "O": 0.0006292731268331409, + "W": 3.934133201255463e-05, + "N": 1.9923796571674757e-05, + "Y": 0.07611911743879318, + "U": 1.544801875752455e-06, + "K": 0.00101898901630193, + "L": 0.000306769652524963, + "G": 0.08162476122379303, + "F": 0.13703005015850067, + "E": 0.00461822934448719, + "T": 0.014431125484406948, + "P": 0.004693121649324894, + "-": 0.6727380752563477 + }, + "id": "tp_23817" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2977144, + "label": "-", + "classification": { + "B": 6.808301691307861e-07, + "S": 2.798349441945902e-06, + "I": 2.6746245566755533e-05, + "C": 1.3114080502418801e-05, + "R": 2.7969836082775146e-06, + "M": 0.0012230052379891276, + "O": 0.00010596125503070652, + "W": 8.757762088862364e-07, + "N": 5.88082684771507e-07, + "Y": 0.012176581658422947, + "U": 3.3955064537849466e-08, + "K": 1.557120299366943e-07, + "L": 2.0092164049856365e-05, + "G": 0.0009387069731019437, + "F": 0.002246457152068615, + "E": 2.6604595404933207e-05, + "T": 0.0050970702432096004, + "P": 0.0024454251397401094, + "-": 0.9756723046302795 + }, + "id": "tp_23818" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2977277, + "label": "-", + "classification": { + "B": 2.6893707172348513e-07, + "S": 3.7877663316976395e-07, + "I": 1.6617614164715633e-05, + "C": 3.3778171200538054e-05, + "R": 4.192337200947804e-06, + "M": 0.00017533723439555615, + "O": 9.779805623111315e-06, + "W": 2.0031923497754178e-07, + "N": 4.3647219172271434e-07, + "Y": 0.002158599440008402, + "U": 5.859095253413216e-08, + "K": 2.963784709208994e-06, + "L": 1.358539520879276e-06, + "G": 0.0003775477525778115, + "F": 0.0033293222077190876, + "E": 5.631754902424291e-05, + "T": 0.0006227581179700792, + "P": 0.00612869905307889, + "-": 0.9870813488960266 + }, + "id": "tp_23819" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2977377, + "label": "-", + "classification": { + "B": 1.0583047469481244e-06, + "S": 2.749104851318407e-06, + "I": 5.652493200614117e-06, + "C": 1.986901588679757e-05, + "R": 8.29928285384085e-06, + "M": 0.003548026317730546, + "O": 0.00012603652430698276, + "W": 3.2683857398296823e-07, + "N": 4.7745292164336206e-08, + "Y": 0.013694124296307564, + "U": 8.106854743061831e-09, + "K": 4.76834038920515e-08, + "L": 0.00018075726984534413, + "G": 0.011312494054436684, + "F": 0.00918142031878233, + "E": 5.760857220593607e-06, + "T": 0.00821850448846817, + "P": 0.0002174524124711752, + "-": 0.9534773826599121 + }, + "id": "tp_23820" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2977511, + "label": "-", + "classification": { + "B": 2.9348163934628246e-06, + "S": 4.50793140771566e-06, + "I": 0.00022547646949533373, + "C": 1.6822537872940302e-05, + "R": 6.4317341639252845e-06, + "M": 0.00016793597023934126, + "O": 4.725071630673483e-05, + "W": 4.319882464187685e-06, + "N": 1.6013707863749005e-05, + "Y": 0.0035868408158421516, + "U": 9.80921072368801e-07, + "K": 5.259363024379127e-05, + "L": 3.208036105206702e-06, + "G": 0.0006843477603979409, + "F": 0.007800210267305374, + "E": 0.0005456447252072394, + "T": 0.0012334976345300674, + "P": 0.07777217775583267, + "-": 0.9078287482261658 + }, + "id": "tp_23821" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2977644, + "label": "-", + "classification": { + "B": 1.3653519204126496e-07, + "S": 4.729624833998969e-07, + "I": 2.7010482881451026e-06, + "C": 2.334058535780059e-06, + "R": 5.699176313100907e-07, + "M": 0.00017029597074724734, + "O": 9.38890480028931e-06, + "W": 1.0657046800588432e-07, + "N": 8.045680743862249e-08, + "Y": 0.0020910347811877728, + "U": 7.752666952853815e-09, + "K": 7.110591582204506e-07, + "L": 2.1742750959674595e-06, + "G": 0.0005137828993611038, + "F": 0.008285277523100376, + "E": 3.534870484145358e-05, + "T": 0.0008376971236430109, + "P": 0.0020451913587749004, + "-": 0.9860028028488159 + }, + "id": "tp_23822" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2977778, + "label": "-", + "classification": { + "B": 0.0008735439041629434, + "S": 0.0020541513804346323, + "I": 0.019555168226361275, + "C": 0.014956224709749222, + "R": 0.008259698748588562, + "M": 0.04818536713719368, + "O": 0.013943127356469631, + "W": 0.0014796477044001222, + "N": 0.0015754284104332328, + "Y": 0.2911309599876404, + "U": 0.00028721083072014153, + "K": 0.0006521582836285233, + "L": 0.010492654517292976, + "G": 0.09927938133478165, + "F": 0.02611139602959156, + "E": 0.0071201929822564125, + "T": 0.12773311138153076, + "P": 0.013876640237867832, + "-": 0.31243398785591125 + }, + "id": "tp_23823" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2977878, + "label": "-", + "classification": { + "B": 8.536095918998399e-08, + "S": 1.1865319748949332e-07, + "I": 3.771668707486242e-05, + "C": 1.508127388660796e-05, + "R": 3.9075544009392615e-06, + "M": 6.826048047514632e-05, + "O": 1.2580786460603122e-05, + "W": 2.977444353291503e-07, + "N": 8.709840813025949e-07, + "Y": 0.0015074430266395211, + "U": 2.3422485639912338e-07, + "K": 1.955996594915632e-06, + "L": 1.239796574736829e-06, + "G": 0.00018237842596136034, + "F": 0.001417785882949829, + "E": 2.3266622520168312e-05, + "T": 0.0003650744038168341, + "P": 0.01343220192939043, + "-": 0.9829294681549072 + }, + "id": "tp_23824" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2978011, + "label": "-", + "classification": { + "B": 7.773713150527328e-05, + "S": 0.0004076457116752863, + "I": 0.0024833299685269594, + "C": 0.000452139152912423, + "R": 0.0003262393001932651, + "M": 0.0048187668435275555, + "O": 0.002797116059809923, + "W": 0.0003323013661429286, + "N": 0.0005913187633268535, + "Y": 0.04211350902915001, + "U": 4.718985655927099e-05, + "K": 0.0004925412940792739, + "L": 0.0002479665563441813, + "G": 0.0035072758328169584, + "F": 0.01900368556380272, + "E": 0.002169459592550993, + "T": 0.025143761187791824, + "P": 0.05628999322652817, + "-": 0.8386980891227722 + }, + "id": "tp_23825" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2978145, + "label": "-", + "classification": { + "B": 1.0110107950822567e-06, + "S": 1.279760084571535e-07, + "I": 3.3565152989467606e-05, + "C": 6.352612217597198e-06, + "R": 1.170567315966764e-06, + "M": 1.7935435607796535e-05, + "O": 1.6013122149161063e-05, + "W": 3.4884530464296404e-07, + "N": 1.3166238659323426e-06, + "Y": 0.00010269829363096505, + "U": 1.3568403289809794e-07, + "K": 5.41855094127186e-08, + "L": 1.402324983246217e-06, + "G": 7.16333815944381e-05, + "F": 0.0005859929951839149, + "E": 1.4801415090914816e-05, + "T": 0.0001759320730343461, + "P": 0.14210741221904755, + "-": 0.8568621277809143 + }, + "id": "tp_23826" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2978278, + "label": "-", + "classification": { + "B": 1.1849679282249781e-07, + "S": 8.64623871166259e-07, + "I": 6.995813691901276e-06, + "C": 0.00019080784113612026, + "R": 6.461872544605285e-05, + "M": 0.00013122901145834476, + "O": 8.57693376019597e-05, + "W": 1.192675881611649e-06, + "N": 2.3818940064757044e-07, + "Y": 0.0012168617686256766, + "U": 1.373054061559742e-07, + "K": 9.557630420431451e-08, + "L": 2.850979581126012e-05, + "G": 0.0003284145495854318, + "F": 0.00241988361813128, + "E": 2.0236986983945826e-06, + "T": 0.0008567331824451685, + "P": 0.0022350989747792482, + "-": 0.9924305081367493 + }, + "id": "tp_23827" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2978378, + "label": "-", + "classification": { + "B": 6.662872920060181e-07, + "S": 2.224715132115307e-07, + "I": 0.00013414894056040794, + "C": 3.283682235633023e-05, + "R": 5.001546469429741e-06, + "M": 2.6279984012944624e-05, + "O": 1.0164946615986992e-05, + "W": 5.386622774494754e-07, + "N": 4.595931386575103e-06, + "Y": 0.0008256519795395434, + "U": 8.809044516056019e-07, + "K": 3.6590697618521517e-06, + "L": 1.6301288496833877e-06, + "G": 0.00019876155420206487, + "F": 0.004869535565376282, + "E": 0.00012227430124767125, + "T": 0.00021069258218631148, + "P": 0.1703130006790161, + "-": 0.8232394456863403 + }, + "id": "tp_23828" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2978512, + "label": "-", + "classification": { + "B": 7.420928871404442e-10, + "S": 2.0439479275768946e-10, + "I": 8.394956125812314e-07, + "C": 8.95992059213313e-07, + "R": 4.6334101000411465e-08, + "M": 2.5797729108489875e-07, + "O": 1.3485980332461622e-07, + "W": 8.82799777723875e-10, + "N": 4.5737529319467285e-09, + "Y": 1.0912607649515849e-05, + "U": 7.595462592213664e-10, + "K": 1.1358228801938708e-09, + "L": 9.79042003024233e-09, + "G": 3.0406824862438953e-06, + "F": 0.0002490360348019749, + "E": 2.6429663080307364e-07, + "T": 4.175209141976666e-06, + "P": 0.012986842542886734, + "-": 0.9867435693740845 + }, + "id": "tp_23829" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2978645, + "label": "-", + "classification": { + "B": 1.4709838902504657e-09, + "S": 8.252352690085729e-10, + "I": 1.4390383284990094e-07, + "C": 3.2547771411373105e-07, + "R": 5.151524362645432e-08, + "M": 1.5952761032167473e-06, + "O": 4.866755602961348e-07, + "W": 1.6952247383628105e-09, + "N": 1.3805179222003972e-09, + "Y": 2.1052052034065127e-05, + "U": 3.790039393436473e-10, + "K": 6.984777756180449e-10, + "L": 3.8259884149738355e-08, + "G": 3.2510840810573427e-06, + "F": 0.0001184633729280904, + "E": 8.194218281687426e-08, + "T": 1.6200912796193734e-05, + "P": 0.001310470630414784, + "-": 0.9985278844833374 + }, + "id": "tp_23830" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2978779, + "label": "-", + "classification": { + "B": 3.5483883493725443e-06, + "S": 3.6391934372659307e-06, + "I": 9.493711695540696e-05, + "C": 4.9212772864848375e-05, + "R": 1.5293066098820418e-05, + "M": 0.00013825195492245257, + "O": 8.017894288059324e-05, + "W": 3.504310598145821e-06, + "N": 6.1486903177865315e-06, + "Y": 0.0018495157128199935, + "U": 1.615458472770115e-06, + "K": 4.546342097455636e-06, + "L": 1.6252301065833308e-05, + "G": 0.0006545771029777825, + "F": 0.019276900216937065, + "E": 0.0001243352598976344, + "T": 0.0006688907160423696, + "P": 0.0687757357954979, + "-": 0.9082329273223877 + }, + "id": "tp_23831" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2978879, + "label": "-", + "classification": { + "B": 1.5210079254757147e-05, + "S": 1.0397072401246987e-05, + "I": 0.002096770331263542, + "C": 0.00074913096614182, + "R": 0.0001426864619133994, + "M": 0.00037833829992450774, + "O": 0.00022526542306877673, + "W": 1.801868165784981e-05, + "N": 0.00013456692977342755, + "Y": 0.0023249138612300158, + "U": 1.8442322470946237e-05, + "K": 1.5152327250689268e-05, + "L": 7.364797056652606e-05, + "G": 0.001049059210345149, + "F": 0.009031635709106922, + "E": 0.0007178719970397651, + "T": 0.0016547446139156818, + "P": 0.20807518064975739, + "-": 0.7732689380645752 + }, + "id": "tp_23832" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2979012, + "label": "-", + "classification": { + "B": 9.541589861328248e-06, + "S": 1.2229837921040598e-05, + "I": 0.0016325770411640406, + "C": 0.0004089593421667814, + "R": 8.637674181954935e-05, + "M": 0.0007618679665029049, + "O": 0.0003170268901158124, + "W": 1.3406306607066654e-05, + "N": 0.00017326092347502708, + "Y": 0.0030314514879137278, + "U": 1.8022152289631777e-05, + "K": 3.333656786708161e-05, + "L": 5.548688932321966e-05, + "G": 0.0013532241573557258, + "F": 0.006638192106038332, + "E": 0.0008089931798167527, + "T": 0.0040897768922150135, + "P": 0.12275183945894241, + "-": 0.8578044772148132 + }, + "id": "tp_23833" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2979146, + "label": "-", + "classification": { + "B": 5.5945110943866894e-05, + "S": 3.125930015812628e-05, + "I": 0.0027581448666751385, + "C": 0.00029408233240246773, + "R": 6.258717621676624e-05, + "M": 0.0013190991012379527, + "O": 0.00042267399840056896, + "W": 1.8310232917428948e-05, + "N": 0.00010846701479749754, + "Y": 0.005019516684114933, + "U": 4.1108605728368275e-06, + "K": 7.3330711529706605e-06, + "L": 8.986650209408253e-05, + "G": 0.0031297511886805296, + "F": 0.007051043212413788, + "E": 0.0009545324719510972, + "T": 0.0016068504191935062, + "P": 0.2302478402853012, + "-": 0.7468186020851135 + }, + "id": "tp_23834" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2979279, + "label": "-", + "classification": { + "B": 1.7414041622032528e-06, + "S": 5.990054887661245e-06, + "I": 0.00011555248784134164, + "C": 8.172783964255359e-06, + "R": 9.04725311556831e-07, + "M": 0.00035810950794257224, + "O": 4.493128290050663e-05, + "W": 1.9241463178332197e-06, + "N": 6.9971888478903566e-06, + "Y": 0.0004126416752114892, + "U": 3.07623309936389e-07, + "K": 7.830387289686769e-07, + "L": 6.220556770131225e-06, + "G": 0.00011545368033694103, + "F": 0.004086326342076063, + "E": 0.00021025688329245895, + "T": 0.0005870246095582843, + "P": 0.18248647451400757, + "-": 0.8115500807762146 + }, + "id": "tp_23835" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2979379, + "label": "-", + "classification": { + "B": 7.112532784958603e-08, + "S": 1.8476951524348806e-08, + "I": 3.772149966607685e-06, + "C": 1.8406708477414213e-06, + "R": 1.2270429294858332e-07, + "M": 2.0873263565590605e-05, + "O": 1.918854422910954e-06, + "W": 1.3717031066562413e-08, + "N": 5.000628178208899e-08, + "Y": 0.00011188727512490004, + "U": 9.434817371811732e-09, + "K": 3.826954397823101e-08, + "L": 2.4530905307074136e-07, + "G": 4.623403219738975e-05, + "F": 0.0013760100118815899, + "E": 1.201764007419115e-05, + "T": 7.158129301387817e-05, + "P": 0.01623684912919998, + "-": 0.9821164011955261 + }, + "id": "tp_23836" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2979513, + "label": "-", + "classification": { + "B": 0.00010668003233149648, + "S": 0.00038394908187910914, + "I": 0.00018784614803735167, + "C": 0.01292312890291214, + "R": 0.0027035956736654043, + "M": 0.025772448629140854, + "O": 0.004972996190190315, + "W": 0.0001991493336390704, + "N": 3.1430943636223674e-05, + "Y": 0.008117949590086937, + "U": 1.6628404409857467e-05, + "K": 4.266043833922595e-05, + "L": 0.00482679670676589, + "G": 0.019557803869247437, + "F": 0.06438752263784409, + "E": 0.0005342973163351417, + "T": 0.014996383339166641, + "P": 0.006100746337324381, + "-": 0.8341380953788757 + }, + "id": "tp_23837" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2979646, + "label": "-", + "classification": { + "B": 2.931869680367072e-08, + "S": 1.7854434375408346e-08, + "I": 1.8784037365549011e-06, + "C": 3.139766931781196e-06, + "R": 5.185976306165685e-07, + "M": 2.690986775633064e-06, + "O": 1.957445192601881e-06, + "W": 2.747714589190764e-08, + "N": 3.354078614847822e-08, + "Y": 9.780820982996374e-05, + "U": 9.090169506009715e-09, + "K": 1.5966497457498008e-08, + "L": 2.1818924267336115e-07, + "G": 2.6861269361688755e-05, + "F": 0.0014858583454042673, + "E": 6.653599484707229e-07, + "T": 3.69211811630521e-05, + "P": 0.010454454459249973, + "-": 0.987886905670166 + }, + "id": "tp_23838" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2979780, + "label": "-", + "classification": { + "B": 1.5712134882051032e-07, + "S": 1.1818968914667494e-06, + "I": 1.2415413948474452e-05, + "C": 6.450990895245923e-06, + "R": 1.4748752619198058e-06, + "M": 7.249903774209088e-06, + "O": 1.2020803296763916e-05, + "W": 4.498398027408257e-07, + "N": 1.5317682482418604e-06, + "Y": 0.0001369953970424831, + "U": 8.192066758283545e-08, + "K": 1.4416471003642073e-06, + "L": 6.839120487711625e-07, + "G": 3.51304879586678e-05, + "F": 0.012528940103948116, + "E": 1.456493919249624e-05, + "T": 0.00012015525862807408, + "P": 0.046779341995716095, + "-": 0.9403398036956787 + }, + "id": "tp_23839" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2979880, + "label": "-", + "classification": { + "B": 5.006423862141673e-07, + "S": 1.5741909010102972e-05, + "I": 0.0001092895763576962, + "C": 0.006893412675708532, + "R": 0.0019342383602634072, + "M": 0.0014411641750484705, + "O": 0.0005670333630405366, + "W": 1.8214652300230227e-05, + "N": 5.901988970435923e-06, + "Y": 0.005946762394160032, + "U": 5.441898338176543e-06, + "K": 2.159220093744807e-05, + "L": 0.0002585033362265676, + "G": 0.003940763417631388, + "F": 0.02318265661597252, + "E": 3.15357610816136e-05, + "T": 0.0040165726095438, + "P": 0.0033920600544661283, + "-": 0.9482186436653137 + }, + "id": "tp_23840" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2980013, + "label": "-", + "classification": { + "B": 4.271537637490219e-11, + "S": 2.996457248993778e-10, + "I": 8.937643514173033e-08, + "C": 5.273815872897103e-07, + "R": 5.152082493964372e-08, + "M": 4.8818960749485996e-06, + "O": 2.3499949008964904e-07, + "W": 1.735146193393433e-10, + "N": 4.066737502306239e-10, + "Y": 0.00012187120591988787, + "U": 4.171410092346228e-11, + "K": 7.196423318367451e-11, + "L": 4.904116934767444e-08, + "G": 1.3004380889469758e-05, + "F": 0.00037594648892991245, + "E": 5.917661027865506e-08, + "T": 4.447211540536955e-05, + "P": 0.0004998244112357497, + "-": 0.9989389777183533 + }, + "id": "tp_23841" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2980147, + "label": "-", + "classification": { + "B": 5.366520781535655e-05, + "S": 0.00040351293864659965, + "I": 0.00016285962192341685, + "C": 0.002374241827055812, + "R": 0.0011073302011936903, + "M": 0.0015206302050501108, + "O": 0.002085905522108078, + "W": 0.000293412187602371, + "N": 5.160617729416117e-05, + "Y": 0.0036280478816479445, + "U": 1.3519181266019586e-05, + "K": 0.00036986113991588354, + "L": 0.0005786879337392747, + "G": 0.0074408031068742275, + "F": 0.21172674000263214, + "E": 0.00034093440626747906, + "T": 0.003596794093027711, + "P": 0.018196802586317062, + "-": 0.7460546493530273 + }, + "id": "tp_23842" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2980280, + "label": "-", + "classification": { + "B": 2.2433221502637934e-08, + "S": 9.71754161582794e-08, + "I": 2.142351377187879e-06, + "C": 1.4442500742006814e-06, + "R": 1.204912365437849e-07, + "M": 2.352318233533879e-06, + "O": 2.515957476134645e-06, + "W": 3.1912204434547675e-08, + "N": 1.8798105827499967e-07, + "Y": 4.3506752263056114e-05, + "U": 1.2004546690036477e-08, + "K": 6.35237356050311e-08, + "L": 1.1168577174203165e-07, + "G": 6.982894774409942e-06, + "F": 0.0006322544650174677, + "E": 2.980209501401987e-06, + "T": 7.782463944749907e-05, + "P": 0.022415166720747948, + "-": 0.9768121838569641 + }, + "id": "tp_23843" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2980380, + "label": "-", + "classification": { + "B": 6.661596216872567e-06, + "S": 2.085913365590386e-05, + "I": 0.0003820114361587912, + "C": 3.3597403671592474e-05, + "R": 9.41920643526828e-06, + "M": 0.00048755158786661923, + "O": 0.00012881019210908562, + "W": 7.550953796453541e-06, + "N": 3.083611954934895e-05, + "Y": 0.0012056612176820636, + "U": 1.4898758990966599e-06, + "K": 6.4655073401809204e-06, + "L": 1.2957772014488e-05, + "G": 0.0003847847692668438, + "F": 0.005212653428316116, + "E": 0.000254854530794546, + "T": 0.0024639717303216457, + "P": 0.11156868934631348, + "-": 0.8777812719345093 + }, + "id": "tp_23844" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2980514, + "label": "-", + "classification": { + "B": 1.566480417602989e-10, + "S": 1.4760763722421189e-09, + "I": 1.7816788044910936e-07, + "C": 1.5214218365144916e-06, + "R": 1.2993004361305793e-07, + "M": 2.2009371605236083e-06, + "O": 4.124606789446261e-07, + "W": 2.137396704071648e-09, + "N": 2.3125141801472182e-09, + "Y": 5.896945731365122e-05, + "U": 4.0325984218547717e-10, + "K": 8.656944494589425e-09, + "L": 4.397902131358933e-08, + "G": 7.58238911657827e-06, + "F": 0.001579728559590876, + "E": 2.737234012784029e-07, + "T": 1.6473813957418315e-05, + "P": 0.0016465780790895224, + "-": 0.9966859221458435 + }, + "id": "tp_23845" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2980647, + "label": "-", + "classification": { + "B": 1.3920993069405085e-07, + "S": 3.2143784665095154e-06, + "I": 1.687380972725805e-07, + "C": 4.083185558556579e-06, + "R": 8.606016308476683e-07, + "M": 0.00022149989672470838, + "O": 4.6210723667172715e-05, + "W": 1.9572580356452818e-07, + "N": 1.1116096487739924e-08, + "Y": 0.0012130358954891562, + "U": 8.670787976505778e-10, + "K": 5.0318153199668814e-08, + "L": 2.1035415556980297e-05, + "G": 0.0010906292591243982, + "F": 0.045742686837911606, + "E": 2.6174366212217137e-06, + "T": 0.0007331924862228334, + "P": 0.0003275696944911033, + "-": 0.9505928158760071 + }, + "id": "tp_23846" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2980781, + "label": "-", + "classification": { + "B": 1.5911524542389088e-08, + "S": 2.59460847473747e-07, + "I": 3.15413785756391e-06, + "C": 1.1864689213325619e-06, + "R": 1.865202818862599e-07, + "M": 3.6878632272419054e-06, + "O": 2.9035340958216693e-06, + "W": 1.4186711894126347e-07, + "N": 5.839266350449179e-07, + "Y": 0.0005439284723252058, + "U": 8.24040071734089e-08, + "K": 1.7583277440280654e-05, + "L": 8.401661943935324e-08, + "G": 2.4322240278706886e-05, + "F": 0.004000224173069, + "E": 1.4009763617650606e-05, + "T": 0.0001540028752060607, + "P": 0.018806155771017075, + "-": 0.976427435874939 + }, + "id": "tp_23847" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2980881, + "label": "-", + "classification": { + "B": 6.015960705941722e-14, + "S": 1.3266055192296539e-13, + "I": 9.103139075872235e-11, + "C": 4.363570615950607e-11, + "R": 1.7059060327534459e-12, + "M": 5.846553019495104e-09, + "O": 2.6069155167895985e-10, + "W": 3.2177111317218884e-14, + "N": 8.695479639065848e-14, + "Y": 5.467486730026394e-08, + "U": 1.5114504615200202e-15, + "K": 1.3642894983628999e-15, + "L": 1.2602247370652186e-11, + "G": 9.609744111571672e-09, + "F": 8.562034054193646e-06, + "E": 1.4591597374824516e-10, + "T": 1.490423926497897e-07, + "P": 0.00042681925697252154, + "-": 0.9995643496513367 + }, + "id": "tp_23848" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2981014, + "label": "-", + "classification": { + "B": 7.025462309684372e-07, + "S": 6.540162189594412e-07, + "I": 0.0006330893374979496, + "C": 6.0369344282662496e-05, + "R": 8.64956746227108e-06, + "M": 7.58270762162283e-05, + "O": 3.9606740756426007e-05, + "W": 1.3575499906437472e-06, + "N": 8.2068672782043e-06, + "Y": 0.00026867855922318995, + "U": 3.7929029872429965e-07, + "K": 2.7333156182862695e-08, + "L": 1.1071555491071194e-05, + "G": 0.00014158136036712676, + "F": 0.0006602071225643158, + "E": 5.933192005613819e-05, + "T": 0.0003516111464705318, + "P": 0.24423173069953918, + "-": 0.7534469366073608 + }, + "id": "tp_23849" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2981148, + "label": "-", + "classification": { + "B": 3.616766264258331e-08, + "S": 1.0659402960300213e-07, + "I": 2.6031060770037584e-05, + "C": 7.643723620276432e-06, + "R": 1.2570949365908746e-06, + "M": 9.586298801878002e-06, + "O": 5.5678469834674615e-06, + "W": 1.475283966101415e-07, + "N": 9.034849313138693e-07, + "Y": 0.00012552824045997113, + "U": 9.587467530991489e-08, + "K": 4.5395773895506863e-07, + "L": 3.302156130757794e-07, + "G": 2.956729986181017e-05, + "F": 0.0014327807584777474, + "E": 1.3487811884260736e-05, + "T": 0.00013517486513592303, + "P": 0.0623633898794651, + "-": 0.9358479380607605 + }, + "id": "tp_23850" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2981281, + "label": "-", + "classification": { + "B": 8.794062722472518e-08, + "S": 7.959319248129759e-08, + "I": 2.2765883841202594e-05, + "C": 1.1731166296158335e-06, + "R": 1.5501061056966137e-07, + "M": 2.0297027276683366e-06, + "O": 2.637766101543093e-06, + "W": 1.5863074054323079e-07, + "N": 1.0825101526279468e-06, + "Y": 5.603219324257225e-05, + "U": 6.617551662202459e-08, + "K": 8.562658422306413e-07, + "L": 8.595855405246766e-08, + "G": 9.719735317048617e-06, + "F": 0.0009985032957047224, + "E": 1.5476791304536164e-05, + "T": 4.222978532197885e-05, + "P": 0.1607593148946762, + "-": 0.8380874395370483 + }, + "id": "tp_23851" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2981381, + "label": "-", + "classification": { + "B": 2.7224418772675563e-06, + "S": 2.968803755720728e-06, + "I": 0.00010863146599149331, + "C": 0.00011927181185455993, + "R": 4.1819497710093856e-05, + "M": 0.0002969469642266631, + "O": 9.681197116151452e-05, + "W": 3.673224227895844e-06, + "N": 4.446360890142387e-06, + "Y": 0.0031275004148483276, + "U": 1.3701679790756316e-06, + "K": 9.499569273430097e-07, + "L": 2.6841033104574308e-05, + "G": 0.00045475404476746917, + "F": 0.004493970889598131, + "E": 4.540502413874492e-05, + "T": 0.0015320946695283055, + "P": 0.036343809217214584, + "-": 0.9532959461212158 + }, + "id": "tp_23852" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2981515, + "label": "-", + "classification": { + "B": 2.4300084078276996e-07, + "S": 2.0010561740946287e-07, + "I": 8.539248483430129e-06, + "C": 3.1517306524619926e-06, + "R": 4.486748537146923e-07, + "M": 1.1591866496019065e-05, + "O": 6.343591849145014e-06, + "W": 2.3007076777048496e-07, + "N": 3.992884387571394e-07, + "Y": 0.00014060143439564854, + "U": 3.908683865461171e-08, + "K": 5.748865987698082e-07, + "L": 4.476606250136683e-07, + "G": 3.275492781540379e-05, + "F": 0.004324314650148153, + "E": 1.531317684566602e-05, + "T": 6.370476330630481e-05, + "P": 0.02938598021864891, + "-": 0.9660051465034485 + }, + "id": "tp_23853" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2981648, + "label": "-", + "classification": { + "B": 2.587615654192632e-06, + "S": 1.0977975762216374e-05, + "I": 0.002864086301997304, + "C": 0.0008482729899697006, + "R": 0.0007455997983925045, + "M": 0.0008702674531377852, + "O": 0.00043932555126957595, + "W": 2.7531828891369514e-05, + "N": 0.00010560704686213285, + "Y": 0.010126260109245777, + "U": 1.4902319890097715e-05, + "K": 1.4436663150263485e-05, + "L": 7.197613740572706e-05, + "G": 0.001379715045914054, + "F": 0.0033836739603430033, + "E": 0.00021932910021860152, + "T": 0.008350967429578304, + "P": 0.06671793013811111, + "-": 0.9038065075874329 + }, + "id": "tp_23854" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2981782, + "label": "-", + "classification": { + "B": 1.9515508029144257e-05, + "S": 0.0001596216461621225, + "I": 0.0031088206451386213, + "C": 0.0002833550679497421, + "R": 0.00024398423556704074, + "M": 0.002526334021240473, + "O": 0.0008398600039072335, + "W": 0.00012316500942688435, + "N": 0.00025752870715223253, + "Y": 0.05913759768009186, + "U": 1.2993475138500798e-05, + "K": 0.000677520758472383, + "L": 9.113964915741235e-05, + "G": 0.004077028017491102, + "F": 0.03127489611506462, + "E": 0.0016951931174844503, + "T": 0.020845850929617882, + "P": 0.03144019469618797, + "-": 0.8431854248046875 + }, + "id": "tp_23855" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2981882, + "label": "-", + "classification": { + "B": 6.348334977701597e-07, + "S": 3.7293432342266897e-07, + "I": 7.828498382878024e-06, + "C": 2.204104703196208e-06, + "R": 4.064643519541278e-07, + "M": 1.3996660527482163e-05, + "O": 1.0874495274038054e-05, + "W": 2.3046789010550128e-07, + "N": 3.221616395876481e-07, + "Y": 0.00011876301869051531, + "U": 3.3563960499805034e-08, + "K": 6.053260648286596e-08, + "L": 1.0407769650555565e-06, + "G": 4.321388769312762e-05, + "F": 0.0014933288330212235, + "E": 9.020958714245353e-06, + "T": 0.00012415056698955595, + "P": 0.052162326872348785, + "-": 0.9460112452507019 + }, + "id": "tp_23856" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2982015, + "label": "-", + "classification": { + "B": 5.136067102284869e-06, + "S": 9.06251989363227e-06, + "I": 0.0004004335787612945, + "C": 0.00029881831142120063, + "R": 4.857476960751228e-05, + "M": 0.00015797985543031245, + "O": 0.00012725990382023156, + "W": 7.991463462531101e-06, + "N": 7.242604624480009e-05, + "Y": 0.0013533877208828926, + "U": 9.697717359813396e-06, + "K": 0.00019125465769320726, + "L": 9.545593457005452e-06, + "G": 0.0004965873085893691, + "F": 0.010150747373700142, + "E": 0.0005409032455645502, + "T": 0.0008038521627895534, + "P": 0.0886765643954277, + "-": 0.8966397047042847 + }, + "id": "tp_23857" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2982149, + "label": "-", + "classification": { + "B": 5.100249836686999e-06, + "S": 5.828446774103213e-06, + "I": 1.7065174688468687e-05, + "C": 0.0005861697718501091, + "R": 0.00022118935885373503, + "M": 0.0018278856296092272, + "O": 0.0005247961962595582, + "W": 2.929922175098909e-06, + "N": 1.587828535321023e-07, + "Y": 0.006859453395009041, + "U": 6.359427118241001e-08, + "K": 3.38992869330923e-08, + "L": 0.0010712775401771069, + "G": 0.00814102590084076, + "F": 0.007710852660238743, + "E": 8.291046469821595e-06, + "T": 0.0021165621001273394, + "P": 0.00047016097232699394, + "-": 0.9704310894012451 + }, + "id": "tp_23858" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2982282, + "label": "-", + "classification": { + "B": 2.3623941558525985e-07, + "S": 5.7004871933941104e-08, + "I": 5.861427780473605e-06, + "C": 2.3703912575001596e-06, + "R": 6.417857321139309e-07, + "M": 9.537901860312559e-06, + "O": 7.293440376088256e-06, + "W": 1.4776112777781236e-07, + "N": 1.8620829678184236e-07, + "Y": 0.00016556111222598702, + "U": 5.561069471582414e-08, + "K": 8.43466168021223e-08, + "L": 5.786290557807661e-07, + "G": 4.076498589711264e-05, + "F": 0.0004496891051530838, + "E": 3.547813093973673e-06, + "T": 0.0001326774654444307, + "P": 0.03001321665942669, + "-": 0.9691675305366516 + }, + "id": "tp_23859" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2982382, + "label": "-", + "classification": { + "B": 8.309164513775613e-06, + "S": 2.149053216271568e-05, + "I": 0.0001191609917441383, + "C": 3.87511208828073e-05, + "R": 2.8595803087227978e-05, + "M": 0.00045607995707541704, + "O": 0.00039397625369019806, + "W": 1.7150587154901586e-05, + "N": 1.1618142707447987e-05, + "Y": 0.004242496099323034, + "U": 2.5157214622595347e-06, + "K": 2.799470394165837e-06, + "L": 6.951905379537493e-05, + "G": 0.0006271864986047149, + "F": 0.00961375143378973, + "E": 9.224308450939134e-05, + "T": 0.002361230319365859, + "P": 0.031418271362781525, + "-": 0.9504748582839966 + }, + "id": "tp_23860" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2982516, + "label": "-", + "classification": { + "B": 3.723788722709287e-06, + "S": 1.1318644283164758e-05, + "I": 0.0008233115077018738, + "C": 0.0013855989091098309, + "R": 0.0003298998053651303, + "M": 0.0008993077790364623, + "O": 0.0004957729834131896, + "W": 3.3168380468850955e-05, + "N": 9.988463716581464e-05, + "Y": 0.00902212131768465, + "U": 2.5460585675318725e-05, + "K": 0.0002964891027659178, + "L": 7.95624073361978e-05, + "G": 0.0027240836061537266, + "F": 0.017497465014457703, + "E": 0.000852819241117686, + "T": 0.0032207430340349674, + "P": 0.0430484265089035, + "-": 0.9191508293151855 + }, + "id": "tp_23861" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2982649, + "label": "-", + "classification": { + "B": 0.0002970297064166516, + "S": 0.0013637148076668382, + "I": 0.0004823199415113777, + "C": 8.369386341655627e-05, + "R": 3.349806502228603e-05, + "M": 0.00148877315223217, + "O": 0.0013423272175714374, + "W": 0.00025384026230312884, + "N": 0.00025013292906805873, + "Y": 0.0025768724735826254, + "U": 9.560814760334324e-06, + "K": 0.0007972005405463278, + "L": 0.00014986813766881824, + "G": 0.0033159959129989147, + "F": 0.24279434978961945, + "E": 0.007970564998686314, + "T": 0.002893113764002919, + "P": 0.10281943529844284, + "-": 0.6310777068138123 + }, + "id": "tp_23862" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2982783, + "label": "-", + "classification": { + "B": 6.528583980980329e-06, + "S": 2.819169094436802e-05, + "I": 0.00011442782852100208, + "C": 0.00040648452704772353, + "R": 0.00019618541409727186, + "M": 0.0016339316498488188, + "O": 0.0006274452316574752, + "W": 2.4993441911647096e-05, + "N": 1.1180136425537057e-05, + "Y": 0.008887680247426033, + "U": 3.86888450520928e-06, + "K": 9.652228982304223e-06, + "L": 0.00029250336228869855, + "G": 0.0024810959585011005, + "F": 0.03595982491970062, + "E": 0.00017218179709743708, + "T": 0.00394222978502512, + "P": 0.01736934296786785, + "-": 0.9278321862220764 + }, + "id": "tp_23863" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2982883, + "label": "-", + "classification": { + "B": 2.3037009668769315e-05, + "S": 6.346395366563229e-06, + "I": 8.550590428058058e-05, + "C": 6.715571362292394e-05, + "R": 2.0759456674568355e-05, + "M": 0.0005122664151713252, + "O": 0.00017745711375027895, + "W": 4.367578640085412e-06, + "N": 3.095830834354274e-06, + "Y": 0.0010265930322930217, + "U": 6.011337063682731e-07, + "K": 5.643257736664964e-07, + "L": 6.241360097192228e-05, + "G": 0.0011562347644940019, + "F": 0.0065174587070941925, + "E": 0.00018299436487723142, + "T": 0.0006086343200877309, + "P": 0.032458651810884476, + "-": 0.9570857882499695 + }, + "id": "tp_23864" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2983016, + "label": "-", + "classification": { + "B": 4.3397130866651423e-07, + "S": 5.292217224450724e-07, + "I": 5.1847987379005644e-06, + "C": 9.382021744386293e-06, + "R": 6.6118254835600965e-06, + "M": 0.00022011366672813892, + "O": 3.839903001789935e-05, + "W": 3.978624363298877e-07, + "N": 1.0590796506448896e-07, + "Y": 0.0012881405418738723, + "U": 5.4616243971850054e-08, + "K": 1.5412882703458308e-07, + "L": 1.4059524801268708e-05, + "G": 0.0003908676444552839, + "F": 0.0033426866866648197, + "E": 4.501749572227709e-06, + "T": 0.0009067388600669801, + "P": 0.0016273437067866325, + "-": 0.9921443462371826 + }, + "id": "tp_23865" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2983150, + "label": "-", + "classification": { + "B": 0.003001831006258726, + "S": 0.00020260456949472427, + "I": 0.0009161076159216464, + "C": 0.0009518711012788117, + "R": 0.0003118298191111535, + "M": 0.013291390612721443, + "O": 0.003009993815794587, + "W": 0.00014302725321613252, + "N": 4.522240851656534e-05, + "Y": 0.0030890987254679203, + "U": 1.257534313481301e-05, + "K": 2.6394541237095837e-06, + "L": 0.002208781661465764, + "G": 0.0075498344376683235, + "F": 0.0060149747878313065, + "E": 0.001321742427535355, + "T": 0.0037301573902368546, + "P": 0.04058520868420601, + "-": 0.913611114025116 + }, + "id": "tp_23866" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2983283, + "label": "-", + "classification": { + "B": 1.4282867111248265e-09, + "S": 6.081004144675717e-09, + "I": 2.9547340574254122e-08, + "C": 5.157196483196458e-07, + "R": 3.423755146059193e-08, + "M": 6.310177695922903e-07, + "O": 2.882548244542704e-07, + "W": 2.551709510356659e-09, + "N": 2.2606849725548273e-09, + "Y": 6.751490582246333e-05, + "U": 1.2142670202663908e-10, + "K": 3.3408102950716057e-08, + "L": 1.1727950166573464e-08, + "G": 1.3125735677022021e-05, + "F": 0.015210975892841816, + "E": 4.6618410465271154e-07, + "T": 6.885678885737434e-06, + "P": 0.004538186360150576, + "-": 0.9801613688468933 + }, + "id": "tp_23867" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2983383, + "label": "-", + "classification": { + "B": 5.543836678612024e-08, + "S": 1.7556821774178388e-07, + "I": 1.6448624592158012e-05, + "C": 8.529096703568939e-06, + "R": 2.1306216240191134e-06, + "M": 3.0430885090027004e-05, + "O": 7.620043561473722e-06, + "W": 1.322142821891248e-07, + "N": 7.566438284811738e-07, + "Y": 0.0009340529795736074, + "U": 7.157773751487184e-08, + "K": 1.2937078963659587e-06, + "L": 7.924146530058351e-07, + "G": 0.00016428784874733537, + "F": 0.006182914134114981, + "E": 3.5554450732888654e-05, + "T": 0.0003214462485630065, + "P": 0.027355482801795006, + "-": 0.9649377465248108 + }, + "id": "tp_23868" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2983517, + "label": "-", + "classification": { + "B": 9.660488285589963e-05, + "S": 0.00017934445349965245, + "I": 0.00021681752696167678, + "C": 0.00034238692023791373, + "R": 0.00022522032668348402, + "M": 0.0050661698915064335, + "O": 0.00276804156601429, + "W": 0.00011478110536700115, + "N": 2.427387698844541e-05, + "Y": 0.006928361486643553, + "U": 6.627665698033525e-06, + "K": 4.366321718407562e-06, + "L": 0.0007546195411123335, + "G": 0.0028476733714342117, + "F": 0.00663510337471962, + "E": 7.70414262660779e-05, + "T": 0.013556938618421555, + "P": 0.015237091109156609, + "-": 0.9449185729026794 + }, + "id": "tp_23869" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2983650, + "label": "-", + "classification": { + "B": 2.991695566834096e-07, + "S": 6.716797429362487e-07, + "I": 2.605909321573563e-05, + "C": 1.8787353837979026e-05, + "R": 4.096483735338552e-06, + "M": 3.6397945223143324e-05, + "O": 1.36457938424428e-05, + "W": 9.036843948706519e-07, + "N": 1.678471676314075e-06, + "Y": 0.0009965492645278573, + "U": 2.8160260967524664e-07, + "K": 1.9108925698674284e-05, + "L": 8.780688176557305e-07, + "G": 0.0001443073124391958, + "F": 0.015202470123767853, + "E": 5.073684224043973e-05, + "T": 0.0001616427325643599, + "P": 0.03735319525003433, + "-": 0.9459682703018188 + }, + "id": "tp_23870" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2983750, + "label": "-", + "classification": { + "B": 8.188992978830356e-06, + "S": 8.27866551844636e-06, + "I": 0.0019389373483136296, + "C": 0.0019171503372490406, + "R": 0.0006956433062441647, + "M": 0.001516445423476398, + "O": 0.0004425532533787191, + "W": 1.8774595446302556e-05, + "N": 7.490869029425085e-05, + "Y": 0.010288337245583534, + "U": 3.018453026015777e-05, + "K": 1.8222315702587366e-05, + "L": 0.0001331229868810624, + "G": 0.002857842715457082, + "F": 0.003337814239785075, + "E": 0.0003459358704276383, + "T": 0.00826103612780571, + "P": 0.044848259538412094, + "-": 0.923258364200592 + }, + "id": "tp_23871" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2983884, + "label": "-", + "classification": { + "B": 1.0513463166716974e-07, + "S": 1.4349110699640732e-07, + "I": 3.1214210594043834e-07, + "C": 7.44763701732154e-06, + "R": 2.927094556071097e-06, + "M": 0.0002041941334027797, + "O": 3.433582969591953e-05, + "W": 5.845632955470137e-08, + "N": 3.739712095551795e-09, + "Y": 0.0004660152189899236, + "U": 1.3636126672267324e-09, + "K": 6.213624059725475e-10, + "L": 2.4891052817110904e-05, + "G": 0.0003148728865198791, + "F": 0.0013118634233251214, + "E": 2.651931652053463e-07, + "T": 0.00026783152134157717, + "P": 0.0003076448629144579, + "-": 0.9970570802688599 + }, + "id": "tp_23872" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2984017, + "label": "-", + "classification": { + "B": 4.407727828947827e-06, + "S": 0.00011418072244850919, + "I": 1.6878671885933727e-05, + "C": 5.9404537751106545e-05, + "R": 1.3870305338059552e-05, + "M": 0.0027365402784198523, + "O": 0.0006834043888375163, + "W": 1.2752578186336905e-05, + "N": 1.6705932921468047e-06, + "Y": 0.008502599783241749, + "U": 6.64713510900583e-08, + "K": 2.4566647880419623e-06, + "L": 0.00014488464512396604, + "G": 0.003149158786982298, + "F": 0.030965983867645264, + "E": 7.395694410661235e-05, + "T": 0.005735274404287338, + "P": 0.00211306381970644, + "-": 0.945669412612915 + }, + "id": "tp_23873" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2984151, + "label": "-", + "classification": { + "B": 4.256816282577347e-06, + "S": 6.44140413896821e-07, + "I": 2.8395465051289648e-05, + "C": 3.5293812743475428e-06, + "R": 1.051743424795859e-06, + "M": 5.3975902119418606e-05, + "O": 3.846529216389172e-05, + "W": 5.213389613345498e-07, + "N": 6.983202069932304e-07, + "Y": 8.913654164643958e-05, + "U": 6.988221201709166e-08, + "K": 1.7996358181449068e-08, + "L": 5.9338653954910114e-06, + "G": 9.915397095028311e-05, + "F": 0.0007827662630006671, + "E": 1.0809591913130134e-05, + "T": 0.00028091706917621195, + "P": 0.04562874883413315, + "-": 0.9529708623886108 + }, + "id": "tp_23874" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2984251, + "label": "P", + "classification": { + "B": 4.390962615730132e-08, + "S": 1.6269773084331973e-08, + "I": 4.356972931418568e-05, + "C": 2.0702093479485484e-06, + "R": 5.737335939670629e-08, + "M": 2.984187858601217e-06, + "O": 6.692179113088059e-07, + "W": 1.9662747874349407e-08, + "N": 1.1391859970899532e-06, + "Y": 2.954360024887137e-05, + "U": 3.424698036269547e-08, + "K": 6.112198747132425e-08, + "L": 5.6784273283483344e-08, + "G": 8.164297469193116e-06, + "F": 0.00022035279835108668, + "E": 5.437590880319476e-05, + "T": 4.089134745299816e-05, + "P": 0.5191788673400879, + "-": 0.4804171025753021 + }, + "id": "tp_23875" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2984384, + "label": "-", + "classification": { + "B": 4.8936922212305944e-06, + "S": 3.6989531508879736e-05, + "I": 0.0003405260795261711, + "C": 0.0015397857641801238, + "R": 0.0003812740324065089, + "M": 0.0014699255116283894, + "O": 0.0007861231570132077, + "W": 4.198712485958822e-05, + "N": 4.020620690425858e-05, + "Y": 0.0030352002941071987, + "U": 1.2337271073192824e-05, + "K": 5.126298492541537e-05, + "L": 0.00018419077969156206, + "G": 0.0017608852358534932, + "F": 0.02153586782515049, + "E": 0.00020568906620610505, + "T": 0.004556842613965273, + "P": 0.024446772411465645, + "-": 0.9395692944526672 + }, + "id": "tp_23876" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2984518, + "label": "-", + "classification": { + "B": 3.045049323802118e-09, + "S": 2.89912938100656e-09, + "I": 6.092210969654843e-05, + "C": 1.491557100052887e-07, + "R": 4.331440806026876e-08, + "M": 2.4456869596178876e-06, + "O": 6.24935864834697e-07, + "W": 2.749420247027956e-09, + "N": 2.2382151598776545e-07, + "Y": 2.1606312657240778e-05, + "U": 9.811366163958724e-10, + "K": 4.433779038359731e-11, + "L": 5.3837219127217395e-08, + "G": 1.6471462913614232e-06, + "F": 1.2639357009902596e-05, + "E": 5.335637069947552e-07, + "T": 0.00011250552779529244, + "P": 0.4237951338291168, + "-": 0.5759915113449097 + }, + "id": "tp_23877" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2984651, + "label": "-", + "classification": { + "B": 2.687527000944101e-07, + "S": 1.225976120622363e-08, + "I": 8.258715666897842e-08, + "C": 8.578980015272464e-08, + "R": 7.5200867755143e-09, + "M": 1.26094130337151e-06, + "O": 1.510995275566529e-06, + "W": 4.977048551069174e-09, + "N": 1.1507510500052831e-09, + "Y": 3.92061429010937e-06, + "U": 1.717175707183216e-10, + "K": 4.4159391421327854e-11, + "L": 1.736313350875207e-07, + "G": 8.082382009888534e-06, + "F": 0.0005157823325134814, + "E": 1.4924042091024603e-07, + "T": 5.5218702073034365e-06, + "P": 0.010328498668968678, + "-": 0.9891345500946045 + }, + "id": "tp_23878" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2984751, + "label": "-", + "classification": { + "B": 1.259413124898856e-07, + "S": 9.260144651079827e-08, + "I": 5.237835694060777e-07, + "C": 1.7381452721565438e-08, + "R": 2.9902060827424748e-09, + "M": 3.807814891843009e-06, + "O": 2.500345317457686e-06, + "W": 2.986850589081769e-08, + "N": 1.4566244210811874e-08, + "Y": 1.0797264621942304e-05, + "U": 2.1521785742439903e-10, + "K": 2.6819055309879047e-10, + "L": 1.4683060101106093e-07, + "G": 3.5623293115349952e-06, + "F": 0.0011525723384693265, + "E": 1.1877359611389693e-06, + "T": 1.2060402696079109e-05, + "P": 0.029626760631799698, + "-": 0.9691856503486633 + }, + "id": "tp_23879" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2984885, + "label": "-", + "classification": { + "B": 7.472454655044203e-09, + "S": 1.6410109537901008e-07, + "I": 2.1820560505148023e-05, + "C": 1.2833427263103658e-06, + "R": 1.498745660910572e-07, + "M": 7.265998078764824e-07, + "O": 1.0809550303747528e-06, + "W": 5.8526389068447315e-08, + "N": 1.6378082818846451e-06, + "Y": 2.435936221445445e-05, + "U": 3.3538309907044095e-08, + "K": 7.735130225228204e-07, + "L": 3.992005659370079e-08, + "G": 6.727544587192824e-06, + "F": 0.005053711123764515, + "E": 1.4100161024543922e-05, + "T": 2.3176507966127247e-05, + "P": 0.4090883731842041, + "-": 0.5857618451118469 + }, + "id": "tp_23880" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2985018, + "label": "-", + "classification": { + "B": 0.00022560908109880984, + "S": 0.00014294980792328715, + "I": 0.0012687365524470806, + "C": 0.0002691987610887736, + "R": 0.00014096152153797448, + "M": 0.0014405661495402455, + "O": 0.0012293767649680376, + "W": 9.798492828849703e-05, + "N": 0.0001322454190813005, + "Y": 0.002133009023964405, + "U": 2.0184594177408144e-05, + "K": 2.4390052203671075e-05, + "L": 0.00045779370702803135, + "G": 0.0033657087478786707, + "F": 0.030129510909318924, + "E": 0.0010532161686569452, + "T": 0.0028586715925484896, + "P": 0.12121394276618958, + "-": 0.8337958455085754 + }, + "id": "tp_23881" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2985152, + "label": "-", + "classification": { + "B": 9.765972919240085e-09, + "S": 5.51180860952627e-08, + "I": 2.897796093748184e-06, + "C": 3.468850877652585e-07, + "R": 5.82007579907895e-08, + "M": 1.2189459539513336e-06, + "O": 1.5979007912392262e-06, + "W": 3.739327070206855e-08, + "N": 1.521699601880755e-07, + "Y": 6.424736056942493e-05, + "U": 1.325650256234212e-08, + "K": 6.935611196468017e-08, + "L": 5.29571302365639e-08, + "G": 4.8408860493509565e-06, + "F": 0.0012922468595206738, + "E": 2.63110337073158e-06, + "T": 4.886068927589804e-05, + "P": 0.06709758937358856, + "-": 0.9314832091331482 + }, + "id": "tp_23882" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2985252, + "label": "-", + "classification": { + "B": 7.346191210899633e-08, + "S": 3.0363167979885475e-07, + "I": 1.729818723106291e-05, + "C": 2.0166187368886312e-06, + "R": 1.331772637058748e-06, + "M": 7.088567144819535e-06, + "O": 9.341751137981191e-06, + "W": 1.1478972083978078e-07, + "N": 5.439065375867358e-07, + "Y": 0.00016153934120666236, + "U": 2.2307311553504405e-08, + "K": 7.96995749396956e-08, + "L": 5.849373110322631e-07, + "G": 4.334222467150539e-05, + "F": 0.0027861937414854765, + "E": 9.278533980250359e-06, + "T": 0.00011026915308320895, + "P": 0.045145183801651, + "-": 0.9517053365707397 + }, + "id": "tp_23883" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2985385, + "label": "P", + "classification": { + "B": 4.5164089357285775e-08, + "S": 2.610125449109546e-08, + "I": 8.64778776303865e-05, + "C": 3.682139890770486e-07, + "R": 2.344718552649283e-08, + "M": 4.3482808109729376e-07, + "O": 5.240058271738235e-07, + "W": 2.2836896818034802e-08, + "N": 2.594396846689051e-06, + "Y": 3.0271664854808478e-06, + "U": 1.0273272010863366e-08, + "K": 1.632549562202712e-08, + "L": 2.81451537631483e-08, + "G": 2.495628223186941e-06, + "F": 0.00011205476039322093, + "E": 1.5036375771160237e-05, + "T": 5.865501407242846e-06, + "P": 0.8624752163887024, + "-": 0.1372957080602646 + }, + "id": "tp_23884" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2985519, + "label": "-", + "classification": { + "B": 4.9667835355649e-07, + "S": 2.1670466594514437e-06, + "I": 2.1967825887259096e-05, + "C": 1.573933332110755e-05, + "R": 4.867102688876912e-06, + "M": 2.9083106710459106e-05, + "O": 3.6342516978038475e-05, + "W": 1.8532585954744718e-06, + "N": 1.6646060885250336e-06, + "Y": 0.0007309683132916689, + "U": 4.152963697379164e-07, + "K": 4.829760655411519e-06, + "L": 3.1385443435283378e-06, + "G": 0.00016736572433728725, + "F": 0.008022747933864594, + "E": 1.3569577276939526e-05, + "T": 0.0002883715205825865, + "P": 0.02162685990333557, + "-": 0.969027578830719 + }, + "id": "tp_23885" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2985652, + "label": "-", + "classification": { + "B": 2.07054108614102e-06, + "S": 9.890818546409719e-06, + "I": 0.00021139699674677104, + "C": 0.0007746822666376829, + "R": 0.0001053732557920739, + "M": 0.000775083142798394, + "O": 0.000305961788399145, + "W": 1.0827679943758994e-05, + "N": 2.2833486582385376e-05, + "Y": 0.005908979568630457, + "U": 6.781755928386701e-06, + "K": 2.619095721456688e-05, + "L": 7.640718104084954e-05, + "G": 0.0018253694288432598, + "F": 0.019183117896318436, + "E": 0.00022126786643639207, + "T": 0.0036331452429294586, + "P": 0.03509925678372383, + "-": 0.9318013787269592 + }, + "id": "tp_23886" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2985752, + "label": "-", + "classification": { + "B": 5.712510287025907e-08, + "S": 2.606087150525127e-07, + "I": 3.5810521694656927e-06, + "C": 7.293821545317769e-05, + "R": 3.364908479852602e-06, + "M": 0.000269970390945673, + "O": 1.2097249054932036e-05, + "W": 4.709426804083705e-08, + "N": 7.10936092218617e-08, + "Y": 0.0007467985851690173, + "U": 9.953225799108623e-09, + "K": 1.5751069781799742e-07, + "L": 1.115131271944847e-05, + "G": 0.0008329226402565837, + "F": 0.005715461913496256, + "E": 2.932288589363452e-05, + "T": 0.0007115069311112165, + "P": 0.0018917922861874104, + "-": 0.989698588848114 + }, + "id": "tp_23887" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2985886, + "label": "-", + "classification": { + "B": 5.677523728930822e-11, + "S": 2.55954035743855e-10, + "I": 1.0112998438671639e-07, + "C": 7.233570897824393e-08, + "R": 3.27183058423941e-09, + "M": 1.3962554135105165e-07, + "O": 5.721014417758852e-08, + "W": 2.8841534716050887e-10, + "N": 2.249638031415202e-09, + "Y": 5.781721029052278e-06, + "U": 7.31423602240433e-11, + "K": 3.2981462005921003e-09, + "L": 9.76897673865551e-10, + "G": 6.006918056300492e-07, + "F": 0.00029543694108724594, + "E": 1.8664265155621251e-07, + "T": 3.4574184155644616e-06, + "P": 0.008174310438334942, + "-": 0.9915198683738708 + }, + "id": "tp_23888" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2986019, + "label": "-", + "classification": { + "B": 9.641861424825038e-07, + "S": 5.407201797424932e-07, + "I": 0.0003526513755787164, + "C": 0.00039306189864873886, + "R": 6.084074266254902e-05, + "M": 0.00030842190608382225, + "O": 6.053330798749812e-05, + "W": 5.203825708122167e-07, + "N": 3.2751720482337987e-06, + "Y": 0.0029733944684267044, + "U": 4.251688210388238e-07, + "K": 1.1797619947628846e-07, + "L": 3.892333552357741e-05, + "G": 0.001993717858567834, + "F": 0.0019103328231722116, + "E": 6.0972943174419925e-05, + "T": 0.0016404497437179089, + "P": 0.023525714874267578, + "-": 0.9666750431060791 + }, + "id": "tp_23889" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2986153, + "label": "-", + "classification": { + "B": 4.2444911474426306e-10, + "S": 1.659884141247403e-08, + "I": 7.870374929552781e-07, + "C": 1.1387962331355084e-05, + "R": 1.1846479992527748e-06, + "M": 1.8061426089843735e-05, + "O": 2.7050946300732903e-06, + "W": 2.6958359100603957e-08, + "N": 9.723509997172641e-09, + "Y": 0.00013359810691326857, + "U": 3.320781649662763e-09, + "K": 1.291624762700394e-08, + "L": 4.827954853681149e-07, + "G": 1.636340493860189e-05, + "F": 0.0007756740669719875, + "E": 2.915370771461312e-07, + "T": 0.00023478188086301088, + "P": 0.00096722791204229, + "-": 0.9978373646736145 + }, + "id": "tp_23890" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2986253, + "label": "-", + "classification": { + "B": 2.0826274749197182e-07, + "S": 8.106028559495826e-08, + "I": 6.013731876919337e-07, + "C": 1.085054191207746e-05, + "R": 8.476072821395064e-07, + "M": 5.549180968955625e-06, + "O": 4.021046152047347e-06, + "W": 2.104733631824729e-08, + "N": 1.2960161832609174e-08, + "Y": 0.0001064649477484636, + "U": 2.4286206379287023e-09, + "K": 1.3048263802772908e-08, + "L": 1.4756334394405712e-06, + "G": 0.00013453168503474444, + "F": 0.004996819421648979, + "E": 1.2972466265637195e-06, + "T": 2.978206248371862e-05, + "P": 0.0019265585578978062, + "-": 0.9927809834480286 + }, + "id": "tp_23891" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2986386, + "label": "-", + "classification": { + "B": 2.970924128931074e-08, + "S": 2.7785900247323525e-09, + "I": 0.00021650965209119022, + "C": 8.936233825806994e-06, + "R": 7.880908583501878e-07, + "M": 2.0227906134095974e-05, + "O": 2.147368604710209e-06, + "W": 1.3720122815641389e-08, + "N": 5.472847988130525e-07, + "Y": 0.00010746797488536686, + "U": 2.108240160225705e-08, + "K": 9.540097600790887e-10, + "L": 4.5322897790356365e-07, + "G": 3.548750464688055e-05, + "F": 2.7669342671288177e-05, + "E": 9.883814527711365e-06, + "T": 0.00016140824300237, + "P": 0.10072678327560425, + "-": 0.898681640625 + }, + "id": "tp_23892" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2986520, + "label": "-", + "classification": { + "B": 1.0832199137666976e-08, + "S": 1.9611361423699236e-08, + "I": 4.1791354306042194e-06, + "C": 1.1911386081919773e-06, + "R": 6.887324843773968e-08, + "M": 1.5566498404950835e-05, + "O": 1.3194087387091713e-06, + "W": 1.4846015083946895e-08, + "N": 7.764688092493088e-08, + "Y": 4.523769530351274e-05, + "U": 3.0991942345792722e-09, + "K": 1.7176082778291857e-08, + "L": 1.196601999708946e-07, + "G": 1.684951530478429e-05, + "F": 0.00039109683712013066, + "E": 7.714284947724082e-06, + "T": 5.419202716439031e-05, + "P": 0.02269686758518219, + "-": 0.9767654538154602 + }, + "id": "tp_23893" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2986653, + "label": "-", + "classification": { + "B": 7.289901304829982e-08, + "S": 3.311083389689884e-07, + "I": 1.4527929124596994e-05, + "C": 2.456984293530695e-05, + "R": 2.9509114938264247e-06, + "M": 7.627685408806428e-05, + "O": 1.2396639249345753e-05, + "W": 4.115211709176947e-07, + "N": 9.788781198949437e-07, + "Y": 0.0013598602963611484, + "U": 2.810213857173949e-07, + "K": 1.5719091607024893e-05, + "L": 1.1268311936873943e-06, + "G": 0.00010610028402879834, + "F": 0.0067589376121759415, + "E": 2.442702134430874e-05, + "T": 0.0004384016210678965, + "P": 0.005773817654699087, + "-": 0.9853888154029846 + }, + "id": "tp_23894" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2986753, + "label": "-", + "classification": { + "B": 2.4048538307397394e-06, + "S": 1.3628874739879393e-06, + "I": 0.00014537543756887317, + "C": 6.349020259222016e-05, + "R": 1.0305855539627373e-05, + "M": 0.0002786988334264606, + "O": 9.660035721026361e-05, + "W": 2.667238959475071e-06, + "N": 6.74604598316364e-06, + "Y": 0.0005472083576023579, + "U": 1.1088050086982548e-06, + "K": 4.2455562265786284e-07, + "L": 1.5834510122658685e-05, + "G": 0.00016247385065071285, + "F": 0.000752759980969131, + "E": 9.01051753317006e-05, + "T": 0.0013880125479772687, + "P": 0.04955931752920151, + "-": 0.9468750953674316 + }, + "id": "tp_23895" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2986887, + "label": "-", + "classification": { + "B": 4.6120512964265004e-10, + "S": 6.119325879350157e-11, + "I": 1.8180979566295719e-07, + "C": 2.08371815801911e-07, + "R": 9.899840058835707e-09, + "M": 3.8669045920869394e-07, + "O": 6.435234922719246e-08, + "W": 6.183362155631755e-11, + "N": 4.569714329161201e-10, + "Y": 8.30446424515685e-06, + "U": 5.614295139899639e-11, + "K": 2.0185015117690774e-11, + "L": 9.002687484382932e-09, + "G": 6.050587217032444e-06, + "F": 0.00010144589032279328, + "E": 8.955885277828202e-08, + "T": 5.261299520498142e-06, + "P": 0.00662347674369812, + "-": 0.9932544827461243 + }, + "id": "tp_23896" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2987020, + "label": "-", + "classification": { + "B": 7.01780010514165e-14, + "S": 4.2625366059620244e-15, + "I": 1.7249436601307622e-10, + "C": 1.520043813041383e-10, + "R": 2.6356310797032156e-12, + "M": 2.290944239868864e-10, + "O": 3.185370370251128e-11, + "W": 1.8066223430451833e-14, + "N": 1.800967144513499e-13, + "Y": 1.566236420558198e-07, + "U": 3.385950848584611e-14, + "K": 1.1151723397799171e-13, + "L": 1.0412314456823002e-12, + "G": 7.749060060291413e-09, + "F": 3.6744902445207117e-06, + "E": 1.3656545339024717e-10, + "T": 4.275506526596473e-08, + "P": 0.0034072548151016235, + "-": 0.996588945388794 + }, + "id": "tp_23897" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2987154, + "label": "-", + "classification": { + "B": 5.832231919633557e-11, + "S": 2.7819710077259252e-11, + "I": 1.4320838959136495e-09, + "C": 7.518578537535348e-10, + "R": 9.304870762782969e-11, + "M": 1.8570306181686647e-08, + "O": 9.46192724171624e-09, + "W": 2.369428091231196e-11, + "N": 3.956050764752916e-12, + "Y": 3.178817280513613e-07, + "U": 1.4665479659663194e-13, + "K": 5.437652823674088e-13, + "L": 2.1715876319383653e-10, + "G": 6.365891636050947e-08, + "F": 4.754698966280557e-05, + "E": 1.7814755226552847e-09, + "T": 1.679381966823712e-07, + "P": 0.0009485202026553452, + "-": 0.9990034699440002 + }, + "id": "tp_23898" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2987254, + "label": "-", + "classification": { + "B": 1.2340000239419169e-06, + "S": 2.1395098883658648e-06, + "I": 8.45138929435052e-05, + "C": 1.0501361430215184e-05, + "R": 4.778567927132826e-06, + "M": 6.354833021759987e-05, + "O": 4.527042983681895e-05, + "W": 2.2632041236647638e-06, + "N": 4.623470886144787e-06, + "Y": 0.0007212773780338466, + "U": 3.977947358180245e-07, + "K": 1.5107783610801562e-06, + "L": 3.734600568350288e-06, + "G": 0.00011924691352760419, + "F": 0.004968119319528341, + "E": 4.327977876528166e-05, + "T": 0.000534332764800638, + "P": 0.07243794947862625, + "-": 0.9209513664245605 + }, + "id": "tp_23899" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2987387, + "label": "-", + "classification": { + "B": 1.320064280108113e-09, + "S": 1.564344431770337e-09, + "I": 8.894711100992936e-08, + "C": 4.165655909105226e-08, + "R": 1.4151044780419397e-09, + "M": 7.931713241760008e-08, + "O": 8.033310905375401e-08, + "W": 5.627714960709795e-10, + "N": 3.3000209231914823e-09, + "Y": 2.688031827347004e-06, + "U": 8.862809097731628e-11, + "K": 1.3853087565962596e-09, + "L": 1.5171085498977277e-09, + "G": 6.437441584239423e-07, + "F": 0.0002760513743851334, + "E": 8.995645828235865e-08, + "T": 2.5035983526322525e-06, + "P": 0.01607915572822094, + "-": 0.9836385250091553 + }, + "id": "tp_23900" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2987521, + "label": "-", + "classification": { + "B": 1.0909452896612493e-08, + "S": 6.206446467871274e-09, + "I": 3.812447903328575e-05, + "C": 1.072009308700217e-05, + "R": 1.5319905060096062e-06, + "M": 8.74980105436407e-06, + "O": 1.7932267155629233e-06, + "W": 2.362992823634613e-08, + "N": 2.4236720719272853e-07, + "Y": 0.00021407025633379817, + "U": 3.4535791115786196e-08, + "K": 1.508469260613765e-08, + "L": 2.417550035715976e-07, + "G": 2.9626517061842605e-05, + "F": 0.00015889080532360822, + "E": 3.887647380906856e-06, + "T": 0.0001406802039127797, + "P": 0.03714554384350777, + "-": 0.9622457027435303 + }, + "id": "tp_23901" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2987654, + "label": "-", + "classification": { + "B": 1.7173311661622392e-08, + "S": 5.973425754035588e-09, + "I": 3.807817620327114e-06, + "C": 1.0516022257434088e-06, + "R": 2.2883037331666856e-07, + "M": 5.259044428385096e-06, + "O": 1.7121587916335557e-06, + "W": 7.865530449180369e-09, + "N": 2.4778955776127987e-08, + "Y": 5.7451194152235985e-05, + "U": 1.977596753022226e-09, + "K": 1.2239567137584118e-09, + "L": 2.0340563366971764e-07, + "G": 2.4574605049565434e-05, + "F": 0.0003878205316141248, + "E": 1.7733955246512778e-06, + "T": 3.8471389416372404e-05, + "P": 0.02137264981865883, + "-": 0.9781048893928528 + }, + "id": "tp_23902" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2987754, + "label": "-", + "classification": { + "B": 6.94579939590767e-05, + "S": 0.00013265757297631353, + "I": 0.00032965815626084805, + "C": 0.0015845359303057194, + "R": 0.0005455121281556785, + "M": 0.00603107176721096, + "O": 0.001233937218785286, + "W": 8.194828842533752e-05, + "N": 2.1953883333480917e-05, + "Y": 0.010145271196961403, + "U": 6.547717930516228e-06, + "K": 3.306800499558449e-05, + "L": 0.0007869290420785546, + "G": 0.007637940347194672, + "F": 0.06307148188352585, + "E": 0.0006691260496154428, + "T": 0.004622485488653183, + "P": 0.020272433757781982, + "-": 0.8827239871025085 + }, + "id": "tp_23903" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2987888, + "label": "-", + "classification": { + "B": 5.994454710389618e-08, + "S": 2.083277550468665e-08, + "I": 5.465287244987849e-07, + "C": 1.1339327556925127e-06, + "R": 3.045048231342662e-07, + "M": 5.656537541653961e-05, + "O": 5.075860372016905e-06, + "W": 1.6952698800309918e-08, + "N": 2.8155511255789634e-09, + "Y": 7.724155875621364e-05, + "U": 3.680316884580037e-10, + "K": 3.8772946658882645e-11, + "L": 1.1838357067972538e-06, + "G": 2.060803490167018e-05, + "F": 0.00015966010687407106, + "E": 2.5015825144691917e-07, + "T": 0.00010661917622201145, + "P": 0.0014850837178528309, + "-": 0.998085618019104 + }, + "id": "tp_23904" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2988021, + "label": "-", + "classification": { + "B": 2.7000734917237423e-05, + "S": 5.606234844890423e-05, + "I": 0.00811990536749363, + "C": 0.00911806058138609, + "R": 0.0031550475396215916, + "M": 0.00424916110932827, + "O": 0.0014551213243976235, + "W": 8.526130113750696e-05, + "N": 0.00024117049179039896, + "Y": 0.037384938448667526, + "U": 4.128743239562027e-05, + "K": 1.5684845493524335e-05, + "L": 0.0005093679064884782, + "G": 0.004925734829157591, + "F": 0.005827305838465691, + "E": 0.0004811017424799502, + "T": 0.025531288236379623, + "P": 0.042440950870513916, + "-": 0.8563355207443237 + }, + "id": "tp_23905" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2988155, + "label": "-", + "classification": { + "B": 4.4519805669551715e-05, + "S": 3.542290141922422e-05, + "I": 0.0003214515163563192, + "C": 0.0015258756466209888, + "R": 0.0003841472789645195, + "M": 0.002372508868575096, + "O": 0.0005401481757871807, + "W": 2.054467040579766e-05, + "N": 7.691331120440736e-06, + "Y": 0.0025154820177704096, + "U": 1.5130361816773075e-06, + "K": 7.176828944466251e-07, + "L": 0.00044499649084173143, + "G": 0.00445743789896369, + "F": 0.011982813477516174, + "E": 0.0001454066950827837, + "T": 0.00401435187086463, + "P": 0.030272142961621284, + "-": 0.9409128427505493 + }, + "id": "tp_23906" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2988255, + "label": "-", + "classification": { + "B": 6.570488767465577e-05, + "S": 4.908837127004517e-06, + "I": 0.00015198155597317964, + "C": 0.00010323549940949306, + "R": 3.172642027493566e-05, + "M": 0.00043912866385653615, + "O": 0.0002547676849644631, + "W": 7.81052131060278e-06, + "N": 3.474959385130205e-06, + "Y": 0.0006270934245549142, + "U": 2.1296464183251373e-06, + "K": 2.3195278231469274e-07, + "L": 0.00015474384417757392, + "G": 0.0010795410489663482, + "F": 0.005492163822054863, + "E": 0.00010792966349981725, + "T": 0.000660857418552041, + "P": 0.0562734454870224, + "-": 0.9345390796661377 + }, + "id": "tp_23907" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2988388, + "label": "-", + "classification": { + "B": 1.5006694498165274e-10, + "S": 2.4806556808698588e-09, + "I": 3.555557213985594e-06, + "C": 8.866123124562364e-08, + "R": 7.253186939948364e-09, + "M": 2.0164388843113557e-06, + "O": 1.2837810459132015e-07, + "W": 1.4802561398852276e-09, + "N": 2.282961908406378e-08, + "Y": 2.572769699327182e-05, + "U": 3.6661418345573793e-10, + "K": 4.137378439850181e-09, + "L": 2.5724971042251354e-09, + "G": 2.1234936298242246e-07, + "F": 6.757117080269381e-05, + "E": 7.94050663444068e-07, + "T": 2.8606578780454583e-05, + "P": 0.02644338086247444, + "-": 0.9734278321266174 + }, + "id": "tp_23908" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2988522, + "label": "-", + "classification": { + "B": 3.361831477377564e-05, + "S": 3.5515909985406324e-05, + "I": 0.0005429634475149214, + "C": 9.088101069210097e-05, + "R": 7.141691457945853e-05, + "M": 0.0011263437336310744, + "O": 0.000619561760686338, + "W": 3.094061685260385e-05, + "N": 2.6852978407987393e-05, + "Y": 0.004508959595113993, + "U": 6.434311217162758e-06, + "K": 2.56234989137738e-06, + "L": 0.00014847815327811986, + "G": 0.0010374692501500249, + "F": 0.005350678693503141, + "E": 0.00013384799240157008, + "T": 0.004048379138112068, + "P": 0.059850700199604034, + "-": 0.9223343729972839 + }, + "id": "tp_23909" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2988655, + "label": "-", + "classification": { + "B": 2.9190555750346903e-08, + "S": 2.7896941645622064e-08, + "I": 1.7681608369457535e-05, + "C": 2.356602271902375e-05, + "R": 9.15828968572896e-06, + "M": 0.000105072176665999, + "O": 8.852483915688936e-06, + "W": 6.88375649815498e-08, + "N": 5.692929860856566e-08, + "Y": 0.0016084883827716112, + "U": 2.7276554348532045e-08, + "K": 4.312707968523455e-09, + "L": 4.490188530326122e-06, + "G": 0.00014910983736626804, + "F": 0.0003328704333398491, + "E": 8.612360034021549e-07, + "T": 0.0008270460530184209, + "P": 0.0013071313733235002, + "-": 0.9956055283546448 + }, + "id": "tp_23910" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2988755, + "label": "-", + "classification": { + "B": 1.3346773812372703e-05, + "S": 9.729362500365824e-05, + "I": 0.007118361536413431, + "C": 0.000904447166249156, + "R": 0.0007055516471154988, + "M": 0.006658730562776327, + "O": 0.0017467167926952243, + "W": 5.5345379223581403e-05, + "N": 0.00018539254961069673, + "Y": 0.10065992176532745, + "U": 5.422898084361805e-06, + "K": 2.5473918867646717e-05, + "L": 0.0001780783641152084, + "G": 0.0070162564516067505, + "F": 0.0045130508951842785, + "E": 0.0001476211764384061, + "T": 0.09938516467809677, + "P": 0.013784578070044518, + "-": 0.7567992210388184 + }, + "id": "tp_23911" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2988889, + "label": "-", + "classification": { + "B": 0.00014508288586512208, + "S": 1.3475482774083503e-05, + "I": 0.000538353284355253, + "C": 0.0001256182003999129, + "R": 2.0796906028408557e-05, + "M": 0.0007598074735142291, + "O": 0.0002234993444290012, + "W": 9.638781193643808e-06, + "N": 2.3703656552243046e-05, + "Y": 0.0017196625703945756, + "U": 2.144697418771102e-06, + "K": 1.8114204749508644e-06, + "L": 8.224857447203249e-05, + "G": 0.0013143166434019804, + "F": 0.005744242575019598, + "E": 0.0008333050645887852, + "T": 0.0008285130024887621, + "P": 0.1478966623544693, + "-": 0.8397171497344971 + }, + "id": "tp_23912" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2989022, + "label": "-", + "classification": { + "B": 3.7715140024374705e-06, + "S": 8.628492196294246e-07, + "I": 0.0007693682564422488, + "C": 0.005542551167309284, + "R": 0.0005542691214941442, + "M": 0.0009224463137798011, + "O": 8.072261698544025e-05, + "W": 3.2782077141746413e-06, + "N": 7.005144198046764e-06, + "Y": 0.019499698653817177, + "U": 4.181506938039092e-06, + "K": 4.119564891880145e-06, + "L": 7.501105574192479e-05, + "G": 0.0067709870636463165, + "F": 0.004110913723707199, + "E": 0.0003737238876055926, + "T": 0.002185174962505698, + "P": 0.017669737339019775, + "-": 0.941422164440155 + }, + "id": "tp_23913" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2989156, + "label": "-", + "classification": { + "B": 2.5047654617083026e-06, + "S": 2.0443690118554514e-06, + "I": 6.562404450960457e-05, + "C": 0.0001184612701763399, + "R": 2.0891735402983613e-05, + "M": 0.00021076678240206093, + "O": 8.673905540490523e-05, + "W": 2.3092525225365534e-06, + "N": 3.485657089186134e-06, + "Y": 0.0010493880836293101, + "U": 1.6954896864262992e-06, + "K": 1.0081621439894661e-05, + "L": 2.1171772459638305e-05, + "G": 0.0006906961207278073, + "F": 0.009729473851621151, + "E": 3.826064494205639e-05, + "T": 0.0008391714654862881, + "P": 0.015135541558265686, + "-": 0.9719717502593994 + }, + "id": "tp_23914" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2989256, + "label": "-", + "classification": { + "B": 4.397527391120093e-06, + "S": 4.872730414717807e-07, + "I": 2.0642281015170738e-05, + "C": 1.3377951972870505e-06, + "R": 7.429821380355861e-07, + "M": 8.920948312152177e-05, + "O": 3.6746096157003194e-05, + "W": 3.142649802612141e-07, + "N": 3.7756885262751894e-07, + "Y": 0.00038936795317567885, + "U": 2.6247141349244885e-08, + "K": 4.101802453249093e-09, + "L": 5.515919383469736e-06, + "G": 0.00011206163617316633, + "F": 0.0001895358000183478, + "E": 2.929356924141757e-06, + "T": 0.0006800126866437495, + "P": 0.017704477533698082, + "-": 0.9807618260383606 + }, + "id": "tp_23915" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2989389, + "label": "-", + "classification": { + "B": 1.1194091484867386e-06, + "S": 2.0239775722075137e-07, + "I": 3.1755000236444175e-05, + "C": 1.5899371646810323e-05, + "R": 2.1696068870369345e-06, + "M": 2.1644867956638336e-05, + "O": 8.108919246296864e-06, + "W": 4.894129688182147e-07, + "N": 1.1873169114551274e-06, + "Y": 0.0005512008792720735, + "U": 4.306998278025276e-07, + "K": 9.487323950452264e-06, + "L": 1.213689529322437e-06, + "G": 0.00017526235023979098, + "F": 0.003481675870716572, + "E": 0.00011102827556896955, + "T": 0.00019898652681149542, + "P": 0.038482632488012314, + "-": 0.9569055438041687 + }, + "id": "tp_23916" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2989523, + "label": "-", + "classification": { + "B": 4.045220407533634e-07, + "S": 3.163573182973778e-06, + "I": 6.376820238074288e-05, + "C": 2.4146340365405194e-05, + "R": 6.991997452132637e-06, + "M": 0.00015109969535842538, + "O": 5.306941602611914e-05, + "W": 4.138294116273755e-06, + "N": 1.3140751434548292e-05, + "Y": 0.003615015186369419, + "U": 1.9986991901532747e-06, + "K": 0.0004091608861926943, + "L": 2.853121259249747e-06, + "G": 0.0002997099654749036, + "F": 0.014948361553251743, + "E": 0.00031985423993319273, + "T": 0.001082814298570156, + "P": 0.03283630684018135, + "-": 0.9461640119552612 + }, + "id": "tp_23917" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2989656, + "label": "-", + "classification": { + "B": 5.204430635785684e-06, + "S": 3.5280554584460333e-06, + "I": 0.00015105267812032253, + "C": 1.2819104085792787e-05, + "R": 1.4260316447689547e-06, + "M": 0.0001776291464921087, + "O": 5.1020473620155826e-05, + "W": 1.99395412892045e-06, + "N": 1.2774559763784055e-05, + "Y": 0.00042390968883410096, + "U": 7.80193090577086e-07, + "K": 1.5403558109028381e-06, + "L": 6.24719905317761e-06, + "G": 0.0001350439852103591, + "F": 0.003922943491488695, + "E": 0.00034197239438071847, + "T": 0.0006712904432788491, + "P": 0.1961902230978012, + "-": 0.7978887557983398 + }, + "id": "tp_23918" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2989756, + "label": "-", + "classification": { + "B": 3.1336258587977284e-10, + "S": 1.73557390681367e-10, + "I": 9.003085779113462e-07, + "C": 1.9189831164112547e-06, + "R": 6.561784715586327e-08, + "M": 7.938886028568959e-07, + "O": 1.7084749970308621e-07, + "W": 5.945590686451396e-10, + "N": 6.967363574972296e-09, + "Y": 3.7306486774468794e-05, + "U": 9.498761777138043e-10, + "K": 3.6163998462512836e-09, + "L": 1.0296840713408528e-08, + "G": 7.685909622523468e-06, + "F": 0.0001647478056838736, + "E": 5.20090054578759e-07, + "T": 9.380849405715708e-06, + "P": 0.007733273785561323, + "-": 0.9920430779457092 + }, + "id": "tp_23919" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2989890, + "label": "-", + "classification": { + "B": 1.7104259768530028e-06, + "S": 1.2037424994559842e-06, + "I": 0.0004335257108323276, + "C": 3.822107464657165e-05, + "R": 7.73428564571077e-06, + "M": 0.0002324048400623724, + "O": 3.9893700886750594e-05, + "W": 1.849739533099637e-06, + "N": 1.8870581698138267e-05, + "Y": 0.001881846459582448, + "U": 1.753226683831599e-06, + "K": 6.849178589618532e-06, + "L": 5.291999059409136e-06, + "G": 0.0003480274463072419, + "F": 0.002272526267915964, + "E": 0.00039865178405307233, + "T": 0.0015741405077278614, + "P": 0.12526461482048035, + "-": 0.8674708604812622 + }, + "id": "tp_23920" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2990023, + "label": "-", + "classification": { + "B": 2.4333415837851646e-10, + "S": 2.2115465014849178e-10, + "I": 5.862262923983508e-07, + "C": 1.8856004757594746e-08, + "R": 9.812074486248434e-10, + "M": 6.597895918503127e-08, + "O": 2.091497464107306e-08, + "W": 4.416073340340887e-10, + "N": 1.0986890508490887e-08, + "Y": 6.947214387764689e-06, + "U": 2.5136798198488464e-10, + "K": 9.778155884987427e-08, + "L": 2.2824669931864605e-10, + "G": 9.190148375637364e-07, + "F": 0.0002144110039807856, + "E": 2.950080670416355e-06, + "T": 2.3505272110924125e-06, + "P": 0.06768708676099777, + "-": 0.9320845603942871 + }, + "id": "tp_23921" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2990157, + "label": "-", + "classification": { + "B": 1.1627371288014388e-09, + "S": 6.669034657846851e-09, + "I": 8.242080866693868e-07, + "C": 2.460282360061683e-07, + "R": 7.348178066024502e-09, + "M": 2.2700801309838425e-06, + "O": 3.6910182643623557e-07, + "W": 4.882931392558021e-09, + "N": 4.1478561030316996e-08, + "Y": 6.875728286104277e-05, + "U": 6.903905225286167e-10, + "K": 2.2649581410405517e-07, + "L": 5.789926760257913e-09, + "G": 1.572887777001597e-05, + "F": 0.0015146884834393859, + "E": 4.806649030797416e-06, + "T": 4.2375286284368485e-05, + "P": 0.023303832858800888, + "-": 0.9750458598136902 + }, + "id": "tp_23922" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2990257, + "label": "-", + "classification": { + "B": 8.036435610847548e-05, + "S": 0.00017980542907025665, + "I": 0.0012277865316718817, + "C": 0.0009900117293000221, + "R": 0.00019122070807497948, + "M": 0.002345622517168522, + "O": 0.0008178525604307652, + "W": 0.00011388272832846269, + "N": 0.0003148213727399707, + "Y": 0.02205832488834858, + "U": 0.0001224608568008989, + "K": 0.0007077367044985294, + "L": 0.00021223262592684478, + "G": 0.00383513025008142, + "F": 0.022968357428908348, + "E": 0.0020661833696067333, + "T": 0.013214264065027237, + "P": 0.08672963827848434, + "-": 0.8418242931365967 + }, + "id": "tp_23923" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2990390, + "label": "-", + "classification": { + "B": 3.2223895773952904e-10, + "S": 2.374813123928732e-10, + "I": 1.032260342981317e-06, + "C": 2.503879059645442e-08, + "R": 1.485562561853726e-09, + "M": 6.15577491203112e-08, + "O": 2.3513466729241372e-08, + "W": 7.17431836161353e-10, + "N": 1.226600687687096e-08, + "Y": 1.580420575919561e-05, + "U": 3.441198714870808e-10, + "K": 2.0168326386738045e-07, + "L": 4.542980436283983e-10, + "G": 2.309349156348617e-06, + "F": 0.00027609497192315757, + "E": 3.5103662412439007e-06, + "T": 3.545234221746796e-06, + "P": 0.03256889805197716, + "-": 0.9671284556388855 + }, + "id": "tp_23924" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2990524, + "label": "-", + "classification": { + "B": 0.005515683442354202, + "S": 0.0005956193781457841, + "I": 0.008735546842217445, + "C": 0.002361443592235446, + "R": 0.0006309135933406651, + "M": 0.014649615623056889, + "O": 0.0033044505398720503, + "W": 0.00041158427484333515, + "N": 0.0008187884232029319, + "Y": 0.02884639799594879, + "U": 0.0001794881682144478, + "K": 8.717042510397732e-05, + "L": 0.0026397639885544777, + "G": 0.01494849007576704, + "F": 0.02254442870616913, + "E": 0.013686614111065865, + "T": 0.011409762315452099, + "P": 0.16753585636615753, + "-": 0.7010983824729919 + }, + "id": "tp_23925" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2990657, + "label": "-", + "classification": { + "B": 2.439106161489235e-08, + "S": 5.857912199758175e-08, + "I": 3.5360899346414953e-05, + "C": 8.439488738076761e-06, + "R": 1.229477561537351e-06, + "M": 9.132973355008289e-05, + "O": 2.627629783091834e-06, + "W": 3.507091506094184e-08, + "N": 2.3930715542519465e-07, + "Y": 0.006263654213398695, + "U": 3.860757935569836e-09, + "K": 4.470507519727107e-06, + "L": 1.7978368305193726e-07, + "G": 0.0004919068887829781, + "F": 0.001975392922759056, + "E": 0.00013728377234656364, + "T": 0.0005939757684245706, + "P": 0.0017029892187565565, + "-": 0.9886907339096069 + }, + "id": "tp_23926" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2990757, + "label": "-", + "classification": { + "B": 5.236633660388179e-05, + "S": 1.1580087630136404e-05, + "I": 0.003170587820932269, + "C": 0.0026204001624137163, + "R": 0.00024200213374570012, + "M": 0.0026113444473594427, + "O": 0.00034773972583934665, + "W": 1.7139396732090972e-05, + "N": 0.00011257675214437768, + "Y": 0.007548027206212282, + "U": 2.312471769982949e-05, + "K": 6.440428933274234e-06, + "L": 0.00023423416132573038, + "G": 0.005755451507866383, + "F": 0.0034213638864457607, + "E": 0.0013440338661894202, + "T": 0.006388107314705849, + "P": 0.08363039046525955, + "-": 0.8824630379676819 + }, + "id": "tp_23927" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2990891, + "label": "-", + "classification": { + "B": 5.463626218116246e-10, + "S": 1.5755612370327299e-09, + "I": 1.7180028066832165e-07, + "C": 4.124504116020944e-08, + "R": 5.07335018440358e-09, + "M": 1.9417494456774875e-07, + "O": 1.8276344349033025e-07, + "W": 1.7407538743796636e-09, + "N": 3.5563840761199117e-09, + "Y": 1.6556889022467658e-05, + "U": 4.907915185370371e-10, + "K": 3.528438874411677e-09, + "L": 4.841476552996937e-09, + "G": 8.313285775329859e-07, + "F": 0.0002190532977692783, + "E": 5.526570134861686e-08, + "T": 1.3217269952292554e-05, + "P": 0.008946715854108334, + "-": 0.9908030033111572 + }, + "id": "tp_23928" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2991024, + "label": "-", + "classification": { + "B": 4.994197499996744e-09, + "S": 4.5629922063028516e-10, + "I": 1.0471673704159912e-05, + "C": 2.0927193418174284e-06, + "R": 7.026139314803004e-08, + "M": 6.1928049035486765e-06, + "O": 3.4441484331182437e-07, + "W": 2.2688593226405374e-09, + "N": 7.325242279421218e-08, + "Y": 6.095024218666367e-05, + "U": 5.269212177694271e-09, + "K": 7.754235475943005e-09, + "L": 1.969487684050364e-08, + "G": 1.259429791389266e-05, + "F": 3.349005783093162e-05, + "E": 8.873753358784597e-06, + "T": 5.254720599623397e-05, + "P": 0.054345712065696716, + "-": 0.9454665184020996 + }, + "id": "tp_23929" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2991158, + "label": "-", + "classification": { + "B": 5.8415127568878233e-05, + "S": 0.00020085785945411772, + "I": 0.0004505006654653698, + "C": 0.0005394340842030942, + "R": 7.538170029874891e-05, + "M": 0.0011328145628795028, + "O": 0.0005074236541986465, + "W": 8.21692738099955e-05, + "N": 0.00014978965918999165, + "Y": 0.003558875061571598, + "U": 1.4840395124338102e-05, + "K": 0.000614460906945169, + "L": 6.509821105282754e-05, + "G": 0.00434570387005806, + "F": 0.05903896689414978, + "E": 0.0026592016220092773, + "T": 0.004062843509018421, + "P": 0.10722175240516663, + "-": 0.8152214288711548 + }, + "id": "tp_23930" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2991258, + "label": "-", + "classification": { + "B": 1.3779878145214752e-06, + "S": 6.027100312167022e-07, + "I": 0.0003552105335984379, + "C": 0.00017115629452746361, + "R": 1.67473845067434e-05, + "M": 0.0002897263038903475, + "O": 1.7453397958888672e-05, + "W": 1.108432911678392e-06, + "N": 1.444207828171784e-05, + "Y": 0.01700209267437458, + "U": 9.902696547214873e-07, + "K": 0.0002743937075138092, + "L": 2.3108843834052095e-06, + "G": 0.0034841077867895365, + "F": 0.009084622375667095, + "E": 0.0036585391499102116, + "T": 0.0014384505338966846, + "P": 0.030229689553380013, + "-": 0.933957040309906 + }, + "id": "tp_23931" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2991391, + "label": "-", + "classification": { + "B": 4.607394657796249e-05, + "S": 1.2294549378566444e-05, + "I": 0.005024966783821583, + "C": 0.0012012994848191738, + "R": 0.0001512136368546635, + "M": 0.0020243278704583645, + "O": 0.0001995479833567515, + "W": 1.9907211026293226e-05, + "N": 0.00033869812614284456, + "Y": 0.017274243757128716, + "U": 2.1418511096271686e-05, + "K": 0.00036822742549702525, + "L": 5.418399814516306e-05, + "G": 0.008656597696244717, + "F": 0.019041363149881363, + "E": 0.015283132903277874, + "T": 0.005363456904888153, + "P": 0.20215576887130737, + "-": 0.722763180732727 + }, + "id": "tp_23932" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2991525, + "label": "-", + "classification": { + "B": 4.3252657633274794e-07, + "S": 4.3157207585409196e-08, + "I": 8.246240031439811e-05, + "C": 1.8295981135452166e-05, + "R": 3.9532056916868896e-07, + "M": 2.2362426534527913e-05, + "O": 3.097364697168814e-06, + "W": 1.036295103062912e-07, + "N": 2.6366381007392192e-06, + "Y": 0.00015079436707310379, + "U": 9.904989894948812e-08, + "K": 7.156719448175863e-07, + "L": 2.300555621559397e-07, + "G": 0.00016927059914451092, + "F": 0.0006549634272232652, + "E": 0.0002525206364225596, + "T": 8.133636583806947e-05, + "P": 0.32825562357902527, + "-": 0.6703046560287476 + }, + "id": "tp_23933" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2991658, + "label": "-", + "classification": { + "B": 2.559327505480269e-08, + "S": 1.225617740630014e-08, + "I": 1.3316262084117625e-05, + "C": 2.429565881811868e-07, + "R": 2.0623694751975563e-08, + "M": 1.197904293803731e-05, + "O": 8.387523848796263e-07, + "W": 1.025181362024341e-08, + "N": 3.378488031557936e-07, + "Y": 0.00017694704001769423, + "U": 8.544579266356322e-09, + "K": 1.7012587250064826e-07, + "L": 5.1678934909205054e-08, + "G": 1.64101948030293e-05, + "F": 0.00031613215105608106, + "E": 9.965420031221583e-05, + "T": 8.39823333080858e-05, + "P": 0.08270066231489182, + "-": 0.9165791273117065 + }, + "id": "tp_23934" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2991758, + "label": "-", + "classification": { + "B": 6.003994457159934e-08, + "S": 2.478410365824857e-08, + "I": 1.3397201655607205e-05, + "C": 5.191607783672225e-07, + "R": 2.834149981367773e-08, + "M": 1.1706908480846323e-05, + "O": 2.2922008611203637e-06, + "W": 4.0340211171496776e-08, + "N": 3.026009380846517e-07, + "Y": 3.704950358951464e-05, + "U": 9.252278942994963e-09, + "K": 2.917848007655266e-08, + "L": 1.3390699393767136e-07, + "G": 1.07241103250999e-05, + "F": 0.00026116787921637297, + "E": 1.507316846982576e-05, + "T": 7.11413158569485e-05, + "P": 0.08182847499847412, + "-": 0.9177478551864624 + }, + "id": "tp_23935" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2991892, + "label": "-", + "classification": { + "B": 5.526728637050837e-05, + "S": 7.734024620731361e-06, + "I": 0.002124268561601639, + "C": 0.0003982008493039757, + "R": 4.650595656130463e-05, + "M": 0.0005876118084415793, + "O": 0.00017031512106768787, + "W": 1.037048059515655e-05, + "N": 0.00013413304986897856, + "Y": 0.002334733959287405, + "U": 1.4854262190056033e-05, + "K": 5.915995643590577e-05, + "L": 4.2506842873990536e-05, + "G": 0.0027046194300055504, + "F": 0.006327035836875439, + "E": 0.0034662585239857435, + "T": 0.0017015252960845828, + "P": 0.2564537525177002, + "-": 0.723361074924469 + }, + "id": "tp_23936" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2992025, + "label": "-", + "classification": { + "B": 2.7948874048888683e-05, + "S": 2.8530897907330655e-05, + "I": 0.003426386509090662, + "C": 0.0006007379852235317, + "R": 0.0001320864394074306, + "M": 0.0003271859313827008, + "O": 0.00024386927543673664, + "W": 6.402834696928039e-05, + "N": 0.00046237648348324, + "Y": 0.004449672996997833, + "U": 5.3030511480756104e-05, + "K": 0.0016857095761224627, + "L": 4.3164680391782895e-05, + "G": 0.0034919739700853825, + "F": 0.030576782301068306, + "E": 0.010657478123903275, + "T": 0.0017560817068442702, + "P": 0.23747971653938293, + "-": 0.7044932842254639 + }, + "id": "tp_23937" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2992125, + "label": "-", + "classification": { + "B": 4.387418812257238e-05, + "S": 9.078713446797337e-06, + "I": 0.000726044992916286, + "C": 0.00012655019236262888, + "R": 1.6799482182250358e-05, + "M": 0.0012307624565437436, + "O": 0.00018385834118817002, + "W": 6.7879473135690205e-06, + "N": 4.237829125486314e-05, + "Y": 0.001794953364878893, + "U": 4.481333689909661e-06, + "K": 7.518023721786449e-06, + "L": 6.585893424926326e-05, + "G": 0.001834777183830738, + "F": 0.008337141014635563, + "E": 0.0019024438224732876, + "T": 0.002282745437696576, + "P": 0.14585988223552704, + "-": 0.8355241417884827 + }, + "id": "tp_23938" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2992259, + "label": "-", + "classification": { + "B": 4.7186583174152474e-07, + "S": 7.803864718880504e-07, + "I": 0.0001870616979431361, + "C": 4.497862755670212e-05, + "R": 4.705987521447241e-06, + "M": 7.795742567395791e-05, + "O": 2.1046447727712803e-05, + "W": 2.0712082005047705e-06, + "N": 2.5101364371948875e-05, + "Y": 0.0017769276164472103, + "U": 1.164218247140525e-06, + "K": 0.0007506754482164979, + "L": 7.86512373451842e-07, + "G": 0.00038369264802895486, + "F": 0.017822807654738426, + "E": 0.001865136786364019, + "T": 0.0004964546533301473, + "P": 0.09794702380895615, + "-": 0.8785912394523621 + }, + "id": "tp_23939" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2992392, + "label": "-", + "classification": { + "B": 1.2588719073391985e-05, + "S": 2.419844167889096e-05, + "I": 0.0012259724317118526, + "C": 0.0005698425811715424, + "R": 0.0001237404503626749, + "M": 0.0005641218740493059, + "O": 0.00020719839085359126, + "W": 2.9272245228639804e-05, + "N": 0.00025133584858849645, + "Y": 0.012766949832439423, + "U": 1.903599149954971e-05, + "K": 0.001801342936232686, + "L": 2.5315892344224267e-05, + "G": 0.005197826307266951, + "F": 0.04945264384150505, + "E": 0.0063970801420509815, + "T": 0.003636313369497657, + "P": 0.14611445367336273, + "-": 0.7715807557106018 + }, + "id": "tp_23940" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2992526, + "label": "-", + "classification": { + "B": 5.375101181925857e-07, + "S": 3.2081689482765796e-07, + "I": 2.3372669602395035e-05, + "C": 4.262022048351355e-05, + "R": 4.212631210975815e-06, + "M": 2.5146722691715695e-05, + "O": 1.1175980034749955e-05, + "W": 4.84045926896215e-07, + "N": 1.9678222997754347e-06, + "Y": 0.0006377864046953619, + "U": 4.962392949892092e-07, + "K": 1.62150536198169e-05, + "L": 5.602028636531031e-07, + "G": 8.159434946719557e-05, + "F": 0.001925690216012299, + "E": 5.262603735900484e-05, + "T": 0.00019467614765744656, + "P": 0.02731919474899769, + "-": 0.9696614146232605 + }, + "id": "tp_23941" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2992626, + "label": "-", + "classification": { + "B": 9.799264688581388e-08, + "S": 3.217403161670518e-07, + "I": 6.979632598813623e-05, + "C": 1.2849617633037269e-05, + "R": 2.8541485335153993e-06, + "M": 0.00013082246005069464, + "O": 1.6276375390589237e-05, + "W": 6.738620754731528e-07, + "N": 3.161816266583628e-06, + "Y": 0.0011111575877293944, + "U": 3.887337243213551e-07, + "K": 8.757364412304014e-06, + "L": 1.0841611128853401e-06, + "G": 6.116981967352331e-05, + "F": 0.0019405767088755965, + "E": 9.179525659419596e-05, + "T": 0.0008091580239124596, + "P": 0.02480263262987137, + "-": 0.9709364175796509 + }, + "id": "tp_23942" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2992759, + "label": "-", + "classification": { + "B": 7.64864864777337e-08, + "S": 1.329046455111893e-07, + "I": 3.513081173878163e-05, + "C": 2.732195298449369e-06, + "R": 2.2111024122750678e-07, + "M": 8.09321954875486e-06, + "O": 4.293667643651133e-06, + "W": 2.5134431780315936e-07, + "N": 3.652749455795856e-06, + "Y": 0.00020459762890823185, + "U": 1.161257543458305e-07, + "K": 3.9056372770573944e-05, + "L": 8.013360996983465e-08, + "G": 3.268763975938782e-05, + "F": 0.004089966882020235, + "E": 0.00019087371765635908, + "T": 6.617135659325868e-05, + "P": 0.12370287626981735, + "-": 0.871618926525116 + }, + "id": "tp_23943" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2992893, + "label": "-", + "classification": { + "B": 8.797218242762028e-07, + "S": 3.0589508241973817e-06, + "I": 0.0009459633147343993, + "C": 4.3379110138630494e-05, + "R": 8.026861905818805e-06, + "M": 0.00015917859855107963, + "O": 2.997350566147361e-05, + "W": 4.835785603063414e-06, + "N": 7.980793452588841e-05, + "Y": 0.0037003110628575087, + "U": 3.1825352380110417e-06, + "K": 0.0002488696190994233, + "L": 2.300256483067642e-06, + "G": 0.0002603392058517784, + "F": 0.010023827664554119, + "E": 0.0015445697354152799, + "T": 0.0008801792864687741, + "P": 0.19244438409805298, + "-": 0.7896169424057007 + }, + "id": "tp_23944" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2993026, + "label": "-", + "classification": { + "B": 4.781523603014648e-05, + "S": 2.6286608772352338e-05, + "I": 0.0008194954134523869, + "C": 0.00042022811248898506, + "R": 9.45671636145562e-05, + "M": 0.0005341115756891668, + "O": 0.00024934191606007516, + "W": 3.052564716199413e-05, + "N": 0.00010900090273935348, + "Y": 0.003431863384321332, + "U": 2.5640143576310948e-05, + "K": 0.00013273906370159239, + "L": 5.9773952671093866e-05, + "G": 0.001817246782593429, + "F": 0.02437608875334263, + "E": 0.0017703758785501122, + "T": 0.001949569908902049, + "P": 0.21246173977851868, + "-": 0.7516434788703918 + }, + "id": "tp_23945" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2993126, + "label": "-", + "classification": { + "B": 4.0100095553136095e-13, + "S": 1.0617983055294378e-11, + "I": 2.2019475132140087e-10, + "C": 2.6127151553367867e-09, + "R": 5.5649741759200566e-11, + "M": 5.406177194799966e-08, + "O": 4.176532453215032e-09, + "W": 4.9952446692924646e-12, + "N": 3.842066855636039e-12, + "Y": 2.2669710233458318e-06, + "U": 2.7585504952347406e-13, + "K": 1.4812311377454535e-09, + "L": 5.283222470620075e-11, + "G": 2.2799417820351664e-07, + "F": 0.0006611474673263729, + "E": 5.166485017582545e-09, + "T": 4.10052308552622e-07, + "P": 0.00014559971168637276, + "-": 0.9991902709007263 + }, + "id": "tp_23946" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2993260, + "label": "-", + "classification": { + "B": 3.362107963766903e-05, + "S": 5.783254891866818e-05, + "I": 0.0005015312926843762, + "C": 7.238650869112462e-05, + "R": 2.0601881260517985e-05, + "M": 0.00018301312229596078, + "O": 0.00014214836119208485, + "W": 2.1158655727049336e-05, + "N": 9.326959116151556e-05, + "Y": 0.000924985040910542, + "U": 4.296141469239956e-06, + "K": 2.4601953555247746e-05, + "L": 2.380538353463635e-05, + "G": 0.0008414092590101063, + "F": 0.030867671594023705, + "E": 0.0013081036740913987, + "T": 0.0010852650739252567, + "P": 0.375835657119751, + "-": 0.587958574295044 + }, + "id": "tp_23947" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2993393, + "label": "-", + "classification": { + "B": 1.100136648446437e-09, + "S": 2.8597653134454504e-09, + "I": 3.7458889323715994e-07, + "C": 1.000912470772164e-05, + "R": 1.8185378394264262e-06, + "M": 1.0071506949316245e-05, + "O": 2.562224608482211e-06, + "W": 5.560865101728041e-09, + "N": 2.353796935139485e-09, + "Y": 0.00012051515659550205, + "U": 7.926390654944271e-10, + "K": 3.3396421739162463e-10, + "L": 7.138577871046436e-07, + "G": 3.401695721549913e-05, + "F": 0.00025907615781761706, + "E": 5.986447604300338e-08, + "T": 7.973150786710903e-05, + "P": 0.0006963075720705092, + "-": 0.9987848401069641 + }, + "id": "tp_23948" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2993527, + "label": "-", + "classification": { + "B": 3.40644916718702e-08, + "S": 6.042591280674969e-07, + "I": 9.257180863642134e-06, + "C": 4.7927183913998306e-05, + "R": 4.517768047662685e-06, + "M": 4.297439591027796e-05, + "O": 2.1132322217454202e-05, + "W": 7.763607641209092e-07, + "N": 1.1145975804538466e-06, + "Y": 0.0004828574601560831, + "U": 1.4096237066496542e-07, + "K": 3.135536826448515e-05, + "L": 7.760905873510637e-07, + "G": 0.00010762226884253323, + "F": 0.01438314188271761, + "E": 3.1136503821471706e-05, + "T": 0.00020933753694407642, + "P": 0.007688894402235746, + "-": 0.976936399936676 + }, + "id": "tp_23949" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2993627, + "label": "-", + "classification": { + "B": 8.025636155650773e-09, + "S": 1.5020971133594685e-08, + "I": 8.183631621250242e-07, + "C": 1.430640566013608e-07, + "R": 2.077792515819965e-08, + "M": 2.9197593676144606e-07, + "O": 3.6929213820258155e-07, + "W": 1.1008079781049673e-08, + "N": 3.268520742949477e-08, + "Y": 1.9007846276508644e-05, + "U": 1.5782660733876241e-09, + "K": 6.398025220732961e-08, + "L": 1.2252464820505793e-08, + "G": 3.769000613829121e-06, + "F": 0.0029919971711933613, + "E": 1.5844593690417241e-06, + "T": 7.697351975366473e-06, + "P": 0.04374789074063301, + "-": 0.9532263278961182 + }, + "id": "tp_23950" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2993760, + "label": "-", + "classification": { + "B": 2.6297426458654627e-08, + "S": 8.720346045265615e-07, + "I": 2.796323542497703e-06, + "C": 3.6937512959411833e-07, + "R": 5.246332790420638e-08, + "M": 3.324160616102745e-06, + "O": 3.9750520954839885e-06, + "W": 1.6000083746803284e-07, + "N": 2.7668161806104763e-07, + "Y": 2.3405695174005814e-05, + "U": 6.402230745550241e-09, + "K": 5.469328243634664e-07, + "L": 6.946007147234923e-08, + "G": 7.589822871523211e-06, + "F": 0.0038920610677450895, + "E": 6.259851943468675e-06, + "T": 3.757717058761045e-05, + "P": 0.05288431793451309, + "-": 0.9431363344192505 + }, + "id": "tp_23951" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2993894, + "label": "-", + "classification": { + "B": 2.8948468866474286e-07, + "S": 2.7220219180890126e-06, + "I": 1.755560515448451e-05, + "C": 0.000909331371076405, + "R": 0.00013637843949254602, + "M": 0.0004018346080556512, + "O": 0.00010866361117223278, + "W": 2.0736526948894607e-06, + "N": 1.26081556572899e-06, + "Y": 0.00203703879378736, + "U": 7.039749903015036e-07, + "K": 2.5199233277817257e-06, + "L": 4.599830208462663e-05, + "G": 0.0009112246916629374, + "F": 0.015361455269157887, + "E": 1.9061155398958363e-05, + "T": 0.0012871823273599148, + "P": 0.006763111799955368, + "-": 0.9719915986061096 + }, + "id": "tp_23952" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2994027, + "label": "-", + "classification": { + "B": 4.1217472244170494e-06, + "S": 3.890725565725006e-05, + "I": 1.9002722183358856e-05, + "C": 0.000712763867340982, + "R": 6.519505404867232e-05, + "M": 0.0011211755918338895, + "O": 0.0005504194414243102, + "W": 1.5221225112327375e-05, + "N": 5.3023909458715934e-06, + "Y": 0.006660984363406897, + "U": 8.140185627780738e-07, + "K": 0.00012203375081298873, + "L": 0.0002133130474248901, + "G": 0.011072584427893162, + "F": 0.17867085337638855, + "E": 0.0003136869927402586, + "T": 0.002094321185722947, + "P": 0.008819124661386013, + "-": 0.7895000576972961 + }, + "id": "tp_23953" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2994127, + "label": "-", + "classification": { + "B": 1.2606898280864698e-06, + "S": 3.837378699245164e-06, + "I": 9.935683192452416e-05, + "C": 0.0006596055463887751, + "R": 0.0001315442204941064, + "M": 0.0010745043400675058, + "O": 0.00015731113671790808, + "W": 3.502720801407122e-06, + "N": 4.286539024178637e-06, + "Y": 0.010027562268078327, + "U": 1.5174658756222925e-06, + "K": 1.271276232728269e-05, + "L": 5.456962389871478e-05, + "G": 0.002680763602256775, + "F": 0.01460796408355236, + "E": 0.00014819831994827837, + "T": 0.003170453244820237, + "P": 0.007722900714725256, + "-": 0.9594382047653198 + }, + "id": "tp_23954" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2994261, + "label": "-", + "classification": { + "B": 4.489913408178836e-06, + "S": 6.805030352552421e-06, + "I": 0.00012640310160350055, + "C": 0.0005573647213168442, + "R": 0.00011485570576041937, + "M": 0.000357536890078336, + "O": 0.0001419909531250596, + "W": 7.07168692315463e-06, + "N": 7.247828762046993e-06, + "Y": 0.0009109755628742278, + "U": 2.607218448247295e-06, + "K": 1.951548938450287e-06, + "L": 4.65180492028594e-05, + "G": 0.0005499950493685901, + "F": 0.007697506342083216, + "E": 6.361550913425162e-05, + "T": 0.0014297418529167771, + "P": 0.03417818620800972, + "-": 0.9537951350212097 + }, + "id": "tp_23955" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2994394, + "label": "-", + "classification": { + "B": 8.409114343521651e-06, + "S": 0.0001088490680558607, + "I": 7.090147846611217e-05, + "C": 0.0002256031148135662, + "R": 6.026071423548274e-05, + "M": 0.001457100617699325, + "O": 0.000558753905352205, + "W": 5.2798757678829134e-05, + "N": 2.5769142666831613e-05, + "Y": 0.005273744463920593, + "U": 6.669084996246966e-06, + "K": 0.0003790484042838216, + "L": 8.733615686651319e-05, + "G": 0.0012561249313876033, + "F": 0.043337997049093246, + "E": 0.0004807384102605283, + "T": 0.004530560225248337, + "P": 0.029232824221253395, + "-": 0.912846565246582 + }, + "id": "tp_23956" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2994528, + "label": "-", + "classification": { + "B": 1.0285745020155446e-06, + "S": 2.0449199666927598e-07, + "I": 6.063250452825741e-07, + "C": 4.6769241635047365e-07, + "R": 2.5200520781254454e-08, + "M": 7.664999429835007e-06, + "O": 4.296854513086146e-06, + "W": 1.0856842891371343e-07, + "N": 4.9359051956798794e-08, + "Y": 4.108234497834928e-05, + "U": 4.125847663516424e-09, + "K": 1.858602338700166e-08, + "L": 3.2310452979800175e-07, + "G": 1.8625531083671376e-05, + "F": 0.002548584947362542, + "E": 1.0513716006244067e-05, + "T": 1.7479505913797766e-05, + "P": 0.03995770215988159, + "-": 0.9573912024497986 + }, + "id": "tp_23957" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2994628, + "label": "-", + "classification": { + "B": 1.261170382349519e-06, + "S": 9.22144806736469e-07, + "I": 7.81739527155878e-06, + "C": 2.4805656721582636e-05, + "R": 1.2236729162395932e-05, + "M": 0.00014745461521670222, + "O": 6.553726416314021e-05, + "W": 1.09594952846237e-06, + "N": 3.127056515950244e-07, + "Y": 0.0009041516459546983, + "U": 1.923754950894363e-07, + "K": 1.1351723827601745e-07, + "L": 1.7873677279567346e-05, + "G": 0.00017514910723548383, + "F": 0.0018084567273035645, + "E": 3.4751965358736925e-06, + "T": 0.0010610527824610472, + "P": 0.004529037047177553, + "-": 0.9912390112876892 + }, + "id": "tp_23958" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2994761, + "label": "-", + "classification": { + "B": 4.574323142492176e-09, + "S": 2.179371705324229e-08, + "I": 3.134475491606281e-06, + "C": 2.2508629626827314e-06, + "R": 1.570252408100714e-07, + "M": 3.750342102648574e-06, + "O": 7.395101988549868e-07, + "W": 7.100542820381861e-09, + "N": 7.178287120268578e-08, + "Y": 0.000206331504159607, + "U": 1.9586641197832932e-09, + "K": 1.0239287462354696e-07, + "L": 5.3083045514767946e-08, + "G": 4.657489625969902e-05, + "F": 0.002407972002401948, + "E": 1.2591813174367417e-05, + "T": 7.507941336371005e-05, + "P": 0.012493549846112728, + "-": 0.9847474694252014 + }, + "id": "tp_23959" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2994895, + "label": "-", + "classification": { + "B": 2.4772253937044297e-07, + "S": 2.2171138880366925e-06, + "I": 2.7017899810743984e-06, + "C": 1.1194411854376085e-05, + "R": 2.050409193543601e-06, + "M": 8.465459541184828e-05, + "O": 2.8840950108133256e-05, + "W": 4.529315731360839e-07, + "N": 1.1216724260521005e-07, + "Y": 0.00015844017616473138, + "U": 1.401227667230387e-08, + "K": 4.381771390171707e-08, + "L": 1.1085083315265365e-05, + "G": 0.0001963018294190988, + "F": 0.022205611690878868, + "E": 6.007287993270438e-06, + "T": 0.000284547102637589, + "P": 0.007537379395216703, + "-": 0.9694681167602539 + }, + "id": "tp_23960" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2995028, + "label": "-", + "classification": { + "B": 3.783437119153632e-09, + "S": 3.2240576874897897e-09, + "I": 1.9120693650620524e-06, + "C": 1.7170540900224296e-07, + "R": 1.474615718422001e-08, + "M": 1.9312533368065488e-06, + "O": 6.09273627105722e-07, + "W": 5.293959937091586e-09, + "N": 2.1370050617974812e-08, + "Y": 8.932715900300536e-06, + "U": 1.0382338322401097e-09, + "K": 7.783506061898038e-10, + "L": 2.6882846171361052e-08, + "G": 1.8203502349933842e-06, + "F": 8.59987412695773e-05, + "E": 8.093871315395518e-07, + "T": 2.4391931219724938e-05, + "P": 0.03635167330503464, + "-": 0.9635215997695923 + }, + "id": "tp_23961" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2995128, + "label": "-", + "classification": { + "B": 6.910345184962807e-09, + "S": 3.339370735488956e-08, + "I": 9.284995883263036e-08, + "C": 5.082018788016285e-07, + "R": 6.63024763980502e-08, + "M": 4.399641511554364e-06, + "O": 3.091719690928585e-06, + "W": 1.1560516099962115e-08, + "N": 1.984951536471158e-09, + "Y": 3.0156148568494245e-05, + "U": 1.865556598090734e-10, + "K": 3.226640343800824e-10, + "L": 4.947718252878985e-07, + "G": 1.3127189959050156e-05, + "F": 0.0021641477942466736, + "E": 1.574525327896481e-07, + "T": 2.3988206521607935e-05, + "P": 0.0017773160943761468, + "-": 0.9959824085235596 + }, + "id": "tp_23962" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2995262, + "label": "-", + "classification": { + "B": 1.5394135743918014e-08, + "S": 1.2410914962401876e-08, + "I": 3.318072458569077e-06, + "C": 2.2783474378229585e-06, + "R": 3.732967002179066e-07, + "M": 5.720019089494599e-06, + "O": 1.4801869383518351e-06, + "W": 1.0172282571829783e-08, + "N": 3.2550683926046986e-08, + "Y": 8.665951463626698e-05, + "U": 4.166399225624673e-09, + "K": 4.553213084346197e-10, + "L": 2.732905102220684e-07, + "G": 1.0079103049065452e-05, + "F": 0.0001523925893707201, + "E": 6.855520950921346e-07, + "T": 0.0001034707747749053, + "P": 0.026202235370874405, + "-": 0.9734309315681458 + }, + "id": "tp_23963" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2995395, + "label": "-", + "classification": { + "B": 3.519895244608051e-06, + "S": 1.0453789400344249e-05, + "I": 0.00020331473206169903, + "C": 0.0008195588598027825, + "R": 0.00034500635229051113, + "M": 0.0007522800005972385, + "O": 0.0002731591812334955, + "W": 8.565372809243854e-06, + "N": 1.0425325854157563e-05, + "Y": 0.01255875825881958, + "U": 5.967392098682467e-06, + "K": 9.911561392073054e-06, + "L": 0.00015244919632095844, + "G": 0.0031815925613045692, + "F": 0.015301653183996677, + "E": 6.62535967421718e-05, + "T": 0.0063668061047792435, + "P": 0.012289374135434628, + "-": 0.9476408958435059 + }, + "id": "tp_23964" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2995529, + "label": "-", + "classification": { + "B": 8.035144993812082e-09, + "S": 8.170515286565205e-08, + "I": 7.23574630683288e-05, + "C": 4.872210047324188e-05, + "R": 1.3487692740454804e-05, + "M": 5.667526420438662e-05, + "O": 1.040294773702044e-05, + "W": 1.4105084744642227e-07, + "N": 5.64011884307547e-07, + "Y": 0.0008628760697320104, + "U": 1.550855301957199e-07, + "K": 1.8319028072255605e-07, + "L": 1.9055653410759987e-06, + "G": 6.5482578065712e-05, + "F": 0.0006916814018040895, + "E": 3.0651799534098245e-06, + "T": 0.0012665839167311788, + "P": 0.006350101437419653, + "-": 0.9905555844306946 + }, + "id": "tp_23965" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2995629, + "label": "-", + "classification": { + "B": 0.0001454098819522187, + "S": 2.719482290558517e-05, + "I": 0.00016115726612042636, + "C": 2.887528717110399e-05, + "R": 5.908942057430977e-06, + "M": 0.0009520188323222101, + "O": 0.0002752309083007276, + "W": 1.4947904674045276e-05, + "N": 1.3950970242149197e-05, + "Y": 0.0008367525297217071, + "U": 1.3777821550320368e-06, + "K": 2.1651424049196066e-06, + "L": 5.326620885170996e-05, + "G": 0.001279400778003037, + "F": 0.007387126330286264, + "E": 0.0010866798693314195, + "T": 0.0009063821635209024, + "P": 0.1325385570526123, + "-": 0.8542836308479309 + }, + "id": "tp_23966" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2995762, + "label": "-", + "classification": { + "B": 1.622932366274199e-08, + "S": 4.321581315025469e-09, + "I": 6.280358320509549e-06, + "C": 3.753153350771754e-06, + "R": 2.5426984961995913e-07, + "M": 6.248461886571022e-06, + "O": 8.433766538473719e-07, + "W": 5.6598357112136455e-09, + "N": 4.746457804571946e-08, + "Y": 0.00010176267096539959, + "U": 6.762524762393696e-09, + "K": 2.264156684361751e-08, + "L": 1.61099933393416e-07, + "G": 5.486659210873768e-05, + "F": 0.0013231729390099645, + "E": 4.004686616099207e-06, + "T": 3.4303084248676896e-05, + "P": 0.017943372949957848, + "-": 0.9805208444595337 + }, + "id": "tp_23967" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2995896, + "label": "-", + "classification": { + "B": 3.289761041705419e-12, + "S": 1.849913451590357e-12, + "I": 7.62851186664193e-08, + "C": 3.9942386820257525e-07, + "R": 1.1147468725880572e-08, + "M": 1.5325426261370012e-07, + "O": 6.813908104419397e-09, + "W": 9.627297223313569e-12, + "N": 1.0030880293054878e-10, + "Y": 2.688805943762418e-05, + "U": 5.47295195274522e-11, + "K": 1.431729734768794e-11, + "L": 1.8282945157821473e-09, + "G": 1.1149234069307568e-06, + "F": 1.661982969380915e-05, + "E": 2.526266840163771e-08, + "T": 4.981101483281236e-06, + "P": 0.0014796779723837972, + "-": 0.998469889163971 + }, + "id": "tp_23968" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2996029, + "label": "-", + "classification": { + "B": 4.876827370026149e-05, + "S": 1.1371639629942365e-05, + "I": 8.007268661458511e-06, + "C": 1.0552714229561388e-05, + "R": 5.742173470935086e-06, + "M": 0.00039120708242990077, + "O": 0.0003180803614668548, + "W": 6.110075446486007e-06, + "N": 1.9890906344244286e-07, + "Y": 0.00023094804782886058, + "U": 6.793470674892887e-08, + "K": 9.485918717189179e-09, + "L": 0.00013926136307418346, + "G": 0.00045228085946291685, + "F": 0.0023665097542107105, + "E": 3.938183908758219e-06, + "T": 0.00045784792746417224, + "P": 0.0048782117664813995, + "-": 0.9906710386276245 + }, + "id": "tp_23969" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2996129, + "label": "P", + "classification": { + "B": 2.0211830076277693e-07, + "S": 7.860870141485066e-07, + "I": 5.994127059238963e-05, + "C": 2.765402484783408e-07, + "R": 2.860696035611454e-08, + "M": 4.278295364201767e-06, + "O": 4.8101251195475925e-06, + "W": 1.6636788302548666e-07, + "N": 4.316207196097821e-06, + "Y": 4.5456777115759905e-06, + "U": 1.546860417533935e-08, + "K": 6.848383549140635e-08, + "L": 1.1719370718310529e-07, + "G": 4.639428425434744e-06, + "F": 0.00033875199733301997, + "E": 2.391068665019702e-05, + "T": 2.870347088901326e-05, + "P": 0.6891623139381409, + "-": 0.3103621006011963 + }, + "id": "tp_23970" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2996263, + "label": "-", + "classification": { + "B": 1.3232919204853033e-09, + "S": 8.81936357277624e-10, + "I": 1.6739251762487584e-08, + "C": 3.0627656855131136e-08, + "R": 9.889891572356646e-09, + "M": 3.971796559198992e-06, + "O": 1.1092846534666023e-06, + "W": 1.1108963748895917e-09, + "N": 4.05715079587754e-11, + "Y": 7.885086233727634e-06, + "U": 1.3131229610607864e-11, + "K": 7.040242954586828e-13, + "L": 2.5317314111816813e-07, + "G": 2.5206193186022574e-06, + "F": 5.6340755691053346e-05, + "E": 5.716487727625008e-09, + "T": 1.2112607691960875e-05, + "P": 0.00036137228016741574, + "-": 0.9995543360710144 + }, + "id": "tp_23971" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2996396, + "label": "-", + "classification": { + "B": 2.757517547635757e-09, + "S": 4.371358386379143e-09, + "I": 6.860372536721115e-08, + "C": 6.731039725593746e-09, + "R": 5.1790505217752525e-09, + "M": 2.8384297934280767e-07, + "O": 3.5805331322080747e-07, + "W": 1.1416404488429066e-09, + "N": 5.663173263670274e-10, + "Y": 1.3084980309940875e-05, + "U": 1.4018879807009554e-11, + "K": 1.706243132892915e-11, + "L": 1.404044347452782e-08, + "G": 1.188243686556234e-06, + "F": 0.00013487866090144962, + "E": 3.0200624223652994e-08, + "T": 1.5093546608113684e-05, + "P": 0.00199584080837667, + "-": 0.9978391528129578 + }, + "id": "tp_23972" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2996530, + "label": "P", + "classification": { + "B": 2.7429553028923692e-06, + "S": 2.0089603367523523e-06, + "I": 0.001011450425721705, + "C": 7.700577407376841e-05, + "R": 1.4901410395395942e-05, + "M": 8.195470581995323e-05, + "O": 3.899051444022916e-05, + "W": 1.5587564803354326e-06, + "N": 4.398910095915198e-05, + "Y": 0.0004809149249922484, + "U": 1.6017529560485855e-06, + "K": 7.8818305837558e-07, + "L": 7.034847385511966e-06, + "G": 0.00038690687506459653, + "F": 0.001300200936384499, + "E": 0.00012932125537190586, + "T": 0.0007932505686767399, + "P": 0.538972020149231, + "-": 0.456653356552124 + }, + "id": "tp_23973" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2996630, + "label": "-", + "classification": { + "B": 3.266224624098868e-09, + "S": 1.6214445341944383e-09, + "I": 3.70988324505106e-08, + "C": 1.9118209593216307e-07, + "R": 3.510344015467126e-08, + "M": 1.288131329602038e-06, + "O": 7.929606908874121e-07, + "W": 2.469749293965151e-09, + "N": 2.3696494766412e-10, + "Y": 5.600581516773673e-06, + "U": 6.20411291785139e-11, + "K": 5.269810629537908e-12, + "L": 1.0469661759771043e-07, + "G": 3.308606437713024e-06, + "F": 0.00011544973676791415, + "E": 6.754266479447324e-09, + "T": 8.712172530067619e-06, + "P": 0.001134280813857913, + "-": 0.9987303614616394 + }, + "id": "tp_23974" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2996763, + "label": "-", + "classification": { + "B": 6.355741533070614e-08, + "S": 2.0160786107226158e-07, + "I": 1.1721089322236367e-05, + "C": 4.371532122604549e-05, + "R": 1.0293520062987227e-05, + "M": 3.1585339456796646e-05, + "O": 9.315174793300685e-06, + "W": 1.8197118833995773e-07, + "N": 3.9053233535923937e-07, + "Y": 0.0007937980117276311, + "U": 1.2986960484795418e-07, + "K": 1.0336522109355428e-06, + "L": 1.4974860960137448e-06, + "G": 0.00012665912800002843, + "F": 0.0031545802485197783, + "E": 7.710357749601826e-06, + "T": 0.00022212268959265202, + "P": 0.006455114111304283, + "-": 0.9891297817230225 + }, + "id": "tp_23975" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2996897, + "label": "-", + "classification": { + "B": 7.2772013481881e-07, + "S": 5.866419883204799e-07, + "I": 4.6243345423135906e-05, + "C": 2.614252116472926e-05, + "R": 1.6987389699352207e-06, + "M": 0.0001685022871242836, + "O": 2.1131563698872924e-05, + "W": 4.5896388201072114e-07, + "N": 1.7407026007276727e-06, + "Y": 0.0004065039393026382, + "U": 1.3165370660317421e-07, + "K": 1.4397546976852027e-07, + "L": 4.580423137667822e-06, + "G": 0.00018331334285903722, + "F": 0.0025116249453276396, + "E": 5.551911817747168e-05, + "T": 0.0003343799035064876, + "P": 0.06435889005661011, + "-": 0.9318777918815613 + }, + "id": "tp_23976" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2997030, + "label": "-", + "classification": { + "B": 2.793633029796183e-06, + "S": 3.38383438247547e-06, + "I": 0.00021493418898899108, + "C": 0.00043740030378103256, + "R": 9.968228550860658e-05, + "M": 0.000507561897393316, + "O": 0.000126964136143215, + "W": 3.8981661418802105e-06, + "N": 5.196634901949437e-06, + "Y": 0.006175260990858078, + "U": 1.6079812894531642e-06, + "K": 6.746776648469677e-07, + "L": 6.37795019429177e-05, + "G": 0.0009674187749624252, + "F": 0.006107422057539225, + "E": 8.299072942463681e-05, + "T": 0.0019879310857504606, + "P": 0.028768418356776237, + "-": 0.9544426798820496 + }, + "id": "tp_23977" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2997130, + "label": "-", + "classification": { + "B": 2.045849214482587e-06, + "S": 6.748064720341063e-07, + "I": 5.4055610235081986e-05, + "C": 1.2425547538441606e-05, + "R": 2.3131406123866327e-06, + "M": 0.00022304078447632492, + "O": 5.485897054313682e-05, + "W": 6.43877797301684e-07, + "N": 2.082631681332714e-06, + "Y": 0.00039667257806286216, + "U": 4.2072744577126286e-07, + "K": 7.401533963502516e-08, + "L": 1.1539966180862393e-05, + "G": 0.0001474524469813332, + "F": 0.0006239839131012559, + "E": 3.9285438106162474e-05, + "T": 0.0010807577054947615, + "P": 0.05070627108216286, + "-": 0.9466414451599121 + }, + "id": "tp_23978" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2997264, + "label": "-", + "classification": { + "B": 5.594215053861262e-06, + "S": 4.691621143138036e-06, + "I": 0.002102769212797284, + "C": 0.0002586145419627428, + "R": 6.329257303150371e-05, + "M": 0.00016273497021757066, + "O": 9.498087456449866e-05, + "W": 1.4995672245277092e-05, + "N": 8.889121818356216e-05, + "Y": 0.0015749824233353138, + "U": 1.1006552995240781e-05, + "K": 1.2057086678396445e-05, + "L": 2.5250008548027836e-05, + "G": 0.0003466217312961817, + "F": 0.0035901207011193037, + "E": 0.0005730573902837932, + "T": 0.0011129166232421994, + "P": 0.30937904119491577, + "-": 0.6805784106254578 + }, + "id": "tp_23979" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2997397, + "label": "-", + "classification": { + "B": 2.6547272113930376e-07, + "S": 1.5125755226108595e-06, + "I": 7.641769479960203e-05, + "C": 4.05132414016407e-05, + "R": 7.237238150992198e-06, + "M": 4.154738417128101e-05, + "O": 2.0691153622465208e-05, + "W": 1.011449285215349e-06, + "N": 3.950708560296334e-06, + "Y": 0.00019504937517922372, + "U": 2.3309725349918153e-07, + "K": 7.354879016929772e-07, + "L": 2.309300953129423e-06, + "G": 6.453938112827018e-05, + "F": 0.005010340828448534, + "E": 2.6533631171332672e-05, + "T": 0.0002665899519342929, + "P": 0.06408427655696869, + "-": 0.930156409740448 + }, + "id": "tp_23980" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2997531, + "label": "-", + "classification": { + "B": 1.031154056363448e-06, + "S": 8.196503245017084e-07, + "I": 0.00021261227084323764, + "C": 4.013053694507107e-05, + "R": 8.236501344072167e-06, + "M": 0.00015570170944556594, + "O": 5.3818766900803894e-05, + "W": 1.2096202226530295e-06, + "N": 4.921810614177957e-06, + "Y": 0.0005163985770195723, + "U": 6.151086608952028e-07, + "K": 1.435023904150512e-07, + "L": 9.907432286127005e-06, + "G": 0.00018659132183529437, + "F": 0.0005547251203097403, + "E": 2.0835954273934476e-05, + "T": 0.0012542953481897712, + "P": 0.08327434957027435, + "-": 0.9137036204338074 + }, + "id": "tp_23981" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2997631, + "label": "-", + "classification": { + "B": 5.328614861355163e-05, + "S": 9.771731856744736e-05, + "I": 0.001593414111994207, + "C": 0.0003672295424621552, + "R": 0.00010292520164512098, + "M": 0.001252004294656217, + "O": 0.0005977702094241977, + "W": 4.0577142499387264e-05, + "N": 0.0002131718210875988, + "Y": 0.0012728349538519979, + "U": 1.436234379070811e-05, + "K": 2.2280672055785544e-05, + "L": 0.00016334369138348848, + "G": 0.002282928442582488, + "F": 0.021725861355662346, + "E": 0.001119705499149859, + "T": 0.003734908066689968, + "P": 0.24114874005317688, + "-": 0.7241969704627991 + }, + "id": "tp_23982" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2997764, + "label": "-", + "classification": { + "B": 1.731487869749415e-11, + "S": 9.952466368395863e-13, + "I": 6.179365352743105e-10, + "C": 3.619491512063533e-11, + "R": 1.5346748177824665e-11, + "M": 7.831264525748338e-09, + "O": 6.794091067519048e-09, + "W": 1.6095520099027039e-12, + "N": 2.03679101037392e-13, + "Y": 1.218415519588234e-07, + "U": 1.8553675645003632e-14, + "K": 3.90961635802158e-16, + "L": 3.5451352964344096e-10, + "G": 2.46548736981822e-08, + "F": 9.475786555412924e-07, + "E": 4.4006437383004027e-11, + "T": 2.07361480875079e-07, + "P": 0.00026346041704528034, + "-": 0.9997351765632629 + }, + "id": "tp_23983" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2997898, + "label": "-", + "classification": { + "B": 4.5627183453689213e-07, + "S": 1.0530327472224599e-06, + "I": 0.00020782575302291662, + "C": 0.0001747043279465288, + "R": 8.592489029979333e-05, + "M": 0.00028655590722337365, + "O": 7.686056051170453e-05, + "W": 1.4765694231755333e-06, + "N": 6.275183295656461e-06, + "Y": 0.004728930536657572, + "U": 1.4943750556994928e-06, + "K": 4.559612420962367e-07, + "L": 2.1116225980222225e-05, + "G": 0.0006657140329480171, + "F": 0.00316907768137753, + "E": 5.220104139880277e-05, + "T": 0.0021601649932563305, + "P": 0.04200618714094162, + "-": 0.9463537335395813 + }, + "id": "tp_23984" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2998031, + "label": "-", + "classification": { + "B": 1.8677845048387098e-07, + "S": 1.5762733482915792e-06, + "I": 9.117269655689597e-06, + "C": 7.170125172706321e-05, + "R": 2.3847287593525834e-05, + "M": 8.102229912765324e-05, + "O": 7.190606265794486e-05, + "W": 1.0607444664856303e-06, + "N": 3.6804351566388505e-07, + "Y": 0.00029732639086432755, + "U": 5.076736186993003e-08, + "K": 3.552898064640431e-08, + "L": 1.2112816875742283e-05, + "G": 0.00016766130283940583, + "F": 0.003906360827386379, + "E": 1.6895919543458149e-06, + "T": 0.0004418829339556396, + "P": 0.005988382268697023, + "-": 0.9889236092567444 + }, + "id": "tp_23985" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2998131, + "label": "-", + "classification": { + "B": 4.96884581480117e-07, + "S": 1.3555927580455318e-06, + "I": 1.5601521226926707e-05, + "C": 2.3611619326402433e-05, + "R": 4.408529093780089e-06, + "M": 9.431857324671e-05, + "O": 2.3547598175355233e-05, + "W": 6.28421787496336e-07, + "N": 9.410445613866614e-07, + "Y": 0.0007910350686870515, + "U": 1.4769953793347668e-07, + "K": 5.599857786364737e-07, + "L": 3.749353027160396e-06, + "G": 0.00014712617848999798, + "F": 0.0069353291764855385, + "E": 1.4354713130160235e-05, + "T": 0.00048407050780951977, + "P": 0.015553174540400505, + "-": 0.9759055376052856 + }, + "id": "tp_23986" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2998265, + "label": "-", + "classification": { + "B": 1.5188000361376908e-05, + "S": 8.189746586140245e-05, + "I": 0.0006605875678360462, + "C": 0.00025141602964140475, + "R": 0.0001258551492355764, + "M": 0.00040817842818796635, + "O": 0.0005088672623969615, + "W": 5.609684740193188e-05, + "N": 0.0001335194247076288, + "Y": 0.0020737366285175085, + "U": 1.735341538733337e-05, + "K": 0.00011228193761780858, + "L": 5.7630910305306315e-05, + "G": 0.0007378046866506338, + "F": 0.017709694802761078, + "E": 0.00035151492920704186, + "T": 0.0036704421509057283, + "P": 0.11331532150506973, + "-": 0.859712541103363 + }, + "id": "tp_23987" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2998398, + "label": "-", + "classification": { + "B": 7.90759440860711e-06, + "S": 1.3242703971627634e-05, + "I": 0.00024119955196511, + "C": 0.0003500911989249289, + "R": 0.0002190503291785717, + "M": 0.0019642056431621313, + "O": 0.0003469507792033255, + "W": 6.497827598650474e-06, + "N": 8.684139174874872e-06, + "Y": 0.010923836380243301, + "U": 2.975194547616411e-06, + "K": 8.11071276984876e-06, + "L": 0.00025891029508784413, + "G": 0.005539239849895239, + "F": 0.018665751442313194, + "E": 0.0001277012488571927, + "T": 0.007244223728775978, + "P": 0.00825823750346899, + "-": 0.9458130598068237 + }, + "id": "tp_23988" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2998532, + "label": "-", + "classification": { + "B": 1.0183819540543482e-05, + "S": 6.570642199221766e-06, + "I": 0.0008639699080958962, + "C": 0.00012292427709326148, + "R": 3.3546839404152706e-05, + "M": 9.376608795719221e-05, + "O": 0.0001684520539129153, + "W": 1.0201608347415458e-05, + "N": 5.9097390476381406e-05, + "Y": 0.0006275484920479357, + "U": 5.718437023460865e-06, + "K": 8.53410892887041e-06, + "L": 1.7892123651108705e-05, + "G": 0.0004308606730774045, + "F": 0.0034953460562974215, + "E": 0.00020996289094910026, + "T": 0.0008044932037591934, + "P": 0.1965346783399582, + "-": 0.7964962720870972 + }, + "id": "tp_23989" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2998632, + "label": "-", + "classification": { + "B": 4.745129444927443e-06, + "S": 3.2138705137185752e-06, + "I": 0.0002276596933370456, + "C": 0.0006850550998933613, + "R": 0.00024658197071403265, + "M": 0.0005373409949243069, + "O": 0.00018056484987027943, + "W": 7.1289641709881835e-06, + "N": 5.675716238329187e-06, + "Y": 0.0036052390933036804, + "U": 1.8934657646241249e-06, + "K": 4.261878984834766e-06, + "L": 2.8839502192568034e-05, + "G": 0.0008087363676168025, + "F": 0.002863057889044285, + "E": 4.9801023124018684e-05, + "T": 0.0021992865949869156, + "P": 0.008690955117344856, + "-": 0.9798500537872314 + }, + "id": "tp_23990" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2998765, + "label": "-", + "classification": { + "B": 0.0001754477125359699, + "S": 0.00019431851978879422, + "I": 0.00299498881213367, + "C": 0.000831487646792084, + "R": 0.0002625477500259876, + "M": 0.002977886004373431, + "O": 0.0008230938692577183, + "W": 0.00010828582162503153, + "N": 0.0003506382054183632, + "Y": 0.008454234339296818, + "U": 7.907715917099267e-05, + "K": 0.0002651013492140919, + "L": 0.00033930822974070907, + "G": 0.004786311648786068, + "F": 0.032676491886377335, + "E": 0.0055199600756168365, + "T": 0.006846659351140261, + "P": 0.17292355000972748, + "-": 0.759390652179718 + }, + "id": "tp_23991" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2998899, + "label": "-", + "classification": { + "B": 4.746231752505992e-06, + "S": 2.632480209285859e-05, + "I": 1.521149624750251e-05, + "C": 0.00041914524626918137, + "R": 7.427436503348872e-05, + "M": 0.0005673874402418733, + "O": 0.0003123985370621085, + "W": 1.2087157301721163e-05, + "N": 2.5778101644391427e-06, + "Y": 0.004543618764728308, + "U": 5.769491053797537e-07, + "K": 6.320739339571446e-05, + "L": 0.000134068846818991, + "G": 0.007545560132712126, + "F": 0.14302782714366913, + "E": 0.0002017094666371122, + "T": 0.0015677278861403465, + "P": 0.0060274540446698666, + "-": 0.8354540467262268 + }, + "id": "tp_23992" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2999032, + "label": "-", + "classification": { + "B": 1.684103517618496e-05, + "S": 4.932172942062607e-06, + "I": 0.00011943693243665621, + "C": 6.57209602650255e-06, + "R": 1.2621143241631216e-06, + "M": 0.00012335466453805566, + "O": 0.00011254184209974483, + "W": 3.186142293998273e-06, + "N": 8.850530321069527e-06, + "Y": 0.00034206450800411403, + "U": 4.5407219317894487e-07, + "K": 1.8869968698709272e-07, + "L": 1.3687865248357411e-05, + "G": 0.0002013199991779402, + "F": 0.0011614126851782203, + "E": 0.0001506030821474269, + "T": 0.0006482486496679485, + "P": 0.1105615645647049, + "-": 0.8865234851837158 + }, + "id": "tp_23993" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2999132, + "label": "-", + "classification": { + "B": 7.557591885642978e-09, + "S": 2.3397474180342215e-08, + "I": 2.1766323698102497e-05, + "C": 1.6147369024110958e-05, + "R": 2.0198085621814243e-06, + "M": 6.231263341760496e-06, + "O": 2.502727511455305e-06, + "W": 6.26356708721687e-08, + "N": 4.5212965460450505e-07, + "Y": 0.00011466465366538614, + "U": 1.0025947005942726e-07, + "K": 6.705272426188458e-07, + "L": 1.4961771910293464e-07, + "G": 1.767476169334259e-05, + "F": 0.0006283886032178998, + "E": 7.694671694480348e-06, + "T": 0.00010334231774322689, + "P": 0.028339896351099014, + "-": 0.9707382321357727 + }, + "id": "tp_23994" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2999266, + "label": "-", + "classification": { + "B": 3.372324863448739e-05, + "S": 3.952043334720656e-05, + "I": 0.0008121678256429732, + "C": 0.0007799585000611842, + "R": 0.00018485540931578726, + "M": 0.0010246451711282134, + "O": 0.0005169793730601668, + "W": 3.939711314160377e-05, + "N": 0.00010647157614585012, + "Y": 0.006303785368800163, + "U": 2.5246179575333372e-05, + "K": 6.601626955671236e-05, + "L": 0.00011724814976332709, + "G": 0.001727215712890029, + "F": 0.02001163922250271, + "E": 0.0009025398758240044, + "T": 0.0030262742657214403, + "P": 0.0780244767665863, + "-": 0.8862577676773071 + }, + "id": "tp_23995" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2999399, + "label": "-", + "classification": { + "B": 4.430433797608657e-09, + "S": 7.199538742952427e-09, + "I": 6.29770283921971e-07, + "C": 6.95112234438966e-08, + "R": 4.524568275598995e-09, + "M": 4.7601229624660846e-08, + "O": 1.7258487616800267e-07, + "W": 5.148331094773084e-09, + "N": 4.651326790394705e-08, + "Y": 1.962117039511213e-06, + "U": 1.2765564161298926e-09, + "K": 2.0762421115705365e-08, + "L": 2.6893167692776387e-09, + "G": 4.535926905191445e-07, + "F": 0.0003626785473898053, + "E": 7.554671128673363e-07, + "T": 4.152094788878458e-06, + "P": 0.12880678474903107, + "-": 0.8708221316337585 + }, + "id": "tp_23996" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2999533, + "label": "-", + "classification": { + "B": 5.704520162908011e-07, + "S": 7.658267691112997e-07, + "I": 5.9755042457254604e-05, + "C": 2.0490864699240774e-05, + "R": 3.888369974447414e-06, + "M": 0.00013710623898077756, + "O": 1.922550109156873e-05, + "W": 5.423599986897898e-07, + "N": 2.3786633391864598e-06, + "Y": 0.0011629104847088456, + "U": 4.98496490308753e-07, + "K": 7.589741244373727e-07, + "L": 4.674105184676591e-06, + "G": 0.00013848129310645163, + "F": 0.0020081817638128996, + "E": 7.311606896109879e-05, + "T": 0.001083322917111218, + "P": 0.055830035358667374, + "-": 0.9394533038139343 + }, + "id": "tp_23997" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2999633, + "label": "-", + "classification": { + "B": 3.7290712498361245e-05, + "S": 2.4449736883980222e-05, + "I": 0.00010590947204036638, + "C": 0.00014542457938659936, + "R": 3.491751340334304e-05, + "M": 0.00026315139257349074, + "O": 0.000150552557897754, + "W": 1.2821103155147284e-05, + "N": 1.5157490452111233e-05, + "Y": 0.0013416401343420148, + "U": 2.5151878162432695e-06, + "K": 2.149704232579097e-05, + "L": 2.3116246666177176e-05, + "G": 0.0007426037918776274, + "F": 0.0321631021797657, + "E": 0.00020230196241755038, + "T": 0.0010651870397850871, + "P": 0.08002670854330063, + "-": 0.8836216926574707 + }, + "id": "tp_23998" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2999766, + "label": "-", + "classification": { + "B": 4.684776300223348e-08, + "S": 1.5245061035784602e-07, + "I": 4.496218934946228e-06, + "C": 2.6762729248730466e-05, + "R": 3.192568556187325e-06, + "M": 2.471124207659159e-05, + "O": 5.84593817620771e-06, + "W": 1.2616128231002222e-07, + "N": 1.6836163752032007e-07, + "Y": 0.00041259589488618076, + "U": 6.024729515274885e-08, + "K": 1.4781692243559519e-06, + "L": 1.148554360952403e-06, + "G": 0.00010999613004969433, + "F": 0.004340951796621084, + "E": 1.798626544768922e-05, + "T": 0.0001415076112607494, + "P": 0.005407416261732578, + "-": 0.989501416683197 + }, + "id": "tp_23999" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 2999900, + "label": "-", + "classification": { + "B": 7.584932291138102e-07, + "S": 4.771354724653065e-07, + "I": 0.00010724312596721575, + "C": 0.00017364302766509354, + "R": 2.752052023424767e-05, + "M": 3.741784530575387e-05, + "O": 1.693242484179791e-05, + "W": 1.3616145224659704e-06, + "N": 3.787059313253849e-06, + "Y": 0.0006301610264927149, + "U": 1.214683948091988e-06, + "K": 8.510334737366065e-06, + "L": 6.184407084219856e-06, + "G": 0.0003861339937429875, + "F": 0.010973065160214901, + "E": 0.00012960749154444784, + "T": 0.00015453265223186463, + "P": 0.06090153381228447, + "-": 0.9264398217201233 + }, + "id": "tp_24000" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3000000, + "label": "-", + "classification": { + "B": 6.9913714817460004e-09, + "S": 1.4830291661382944e-08, + "I": 1.533510953777295e-06, + "C": 1.0374763803611131e-07, + "R": 1.8534064949449203e-08, + "M": 6.635408453803393e-07, + "O": 5.546724537452974e-07, + "W": 1.2052573161724922e-08, + "N": 3.465803999347372e-08, + "Y": 1.2000451533822343e-05, + "U": 1.116872261341939e-09, + "K": 1.5167220368539347e-08, + "L": 1.6046749706788432e-08, + "G": 2.4763930923654698e-06, + "F": 0.0013408414088189602, + "E": 2.0846141524089035e-06, + "T": 8.072519449342508e-06, + "P": 0.07208932191133499, + "-": 0.9265421628952026 + }, + "id": "tp_24001" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3000133, + "label": "-", + "classification": { + "B": 1.368725406791782e-06, + "S": 3.490009930828819e-06, + "I": 9.388321814185474e-06, + "C": 1.460058683733223e-05, + "R": 1.4971487871662248e-06, + "M": 0.00020838530326727778, + "O": 4.549216464511119e-05, + "W": 7.805317068232398e-07, + "N": 5.299868917063577e-07, + "Y": 0.0005979991983622313, + "U": 4.401888276106547e-08, + "K": 2.5452001750636555e-07, + "L": 1.235707532032393e-05, + "G": 0.00039845044375397265, + "F": 0.024205438792705536, + "E": 6.563372153323144e-05, + "T": 0.0002790179569274187, + "P": 0.02101893536746502, + "-": 0.9531363248825073 + }, + "id": "tp_24002" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3000267, + "label": "-", + "classification": { + "B": 2.439948366372846e-05, + "S": 1.9150133084622212e-05, + "I": 0.000511007325258106, + "C": 0.00031097474857233465, + "R": 3.77844953618478e-05, + "M": 0.0004563549882732332, + "O": 0.00013210908218752593, + "W": 1.2699868420895655e-05, + "N": 7.697092223679647e-05, + "Y": 0.002803098876029253, + "U": 6.1543937590613496e-06, + "K": 0.0001090207151719369, + "L": 1.8186934539698996e-05, + "G": 0.0015376430237665772, + "F": 0.02037661522626877, + "E": 0.0021586173679679632, + "T": 0.00099265540484339, + "P": 0.17269517481327057, + "-": 0.7977214455604553 + }, + "id": "tp_24003" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3000400, + "label": "-", + "classification": { + "B": 2.76004108457073e-09, + "S": 5.987700113507799e-09, + "I": 7.913599802122917e-07, + "C": 7.681077818233462e-08, + "R": 4.897029892703131e-09, + "M": 1.714555423859565e-06, + "O": 3.5790455399364873e-07, + "W": 1.6399993585380912e-09, + "N": 2.3028668749702774e-08, + "Y": 2.3024686015560292e-05, + "U": 8.244987470540366e-10, + "K": 7.383647471215227e-09, + "L": 1.103575453242911e-08, + "G": 2.4354783363378374e-06, + "F": 0.0003374858060851693, + "E": 1.3513232488548965e-06, + "T": 3.222405939595774e-05, + "P": 0.04514718055725098, + "-": 0.9544532895088196 + }, + "id": "tp_24004" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3000501, + "label": "-", + "classification": { + "B": 9.593178162958793e-08, + "S": 1.56179339683149e-07, + "I": 4.10121265304042e-06, + "C": 1.773005010363704e-06, + "R": 2.3936229354148963e-07, + "M": 3.955611464334652e-05, + "O": 5.724793481931556e-06, + "W": 3.624674960178709e-08, + "N": 1.1660358723020181e-07, + "Y": 0.00010196009679930285, + "U": 5.716023210311505e-09, + "K": 8.556187758301803e-09, + "L": 4.404604112551169e-07, + "G": 2.376439078943804e-05, + "F": 0.0011068159947171807, + "E": 6.072209544072393e-06, + "T": 0.00010412974370410666, + "P": 0.02089827135205269, + "-": 0.977706789970398 + }, + "id": "tp_24005" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3000634, + "label": "-", + "classification": { + "B": 0.00017371347348671407, + "S": 0.00031159771606326103, + "I": 0.0010833470150828362, + "C": 0.0005451121251098812, + "R": 0.00015166362572927028, + "M": 0.0023445605766028166, + "O": 0.0010405557695776224, + "W": 0.0002540670393500477, + "N": 0.0003779311082325876, + "Y": 0.003829796565696597, + "U": 5.4018157243262976e-05, + "K": 0.0009095519199036062, + "L": 0.00012788176536560059, + "G": 0.0014261719770729542, + "F": 0.04291287809610367, + "E": 0.0028059862088412046, + "T": 0.004331766162067652, + "P": 0.1695604920387268, + "-": 0.7677587866783142 + }, + "id": "tp_24006" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3000767, + "label": "-", + "classification": { + "B": 1.616818190086633e-05, + "S": 1.2076050097675761e-06, + "I": 1.2716101082332898e-05, + "C": 1.6235354678428848e-06, + "R": 4.256085333054216e-07, + "M": 2.9648694180650637e-05, + "O": 6.548245437443256e-05, + "W": 1.0003390116253286e-06, + "N": 6.021621743457217e-07, + "Y": 2.8527692848001607e-05, + "U": 2.5994074448476567e-08, + "K": 2.2729229609552704e-09, + "L": 5.3364360610430595e-06, + "G": 4.640780025511049e-05, + "F": 0.000343436113325879, + "E": 1.57353570102714e-05, + "T": 8.616351260570809e-05, + "P": 0.08907507359981537, + "-": 0.9102703928947449 + }, + "id": "tp_24007" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3000901, + "label": "-", + "classification": { + "B": 7.449492386513157e-06, + "S": 1.4401937733055092e-05, + "I": 0.002917373087257147, + "C": 0.0011510655749589205, + "R": 0.00023424286337103695, + "M": 0.0005465866415761411, + "O": 0.0002649380185175687, + "W": 2.4363780539715663e-05, + "N": 0.0002044935099547729, + "Y": 0.0031512666027992964, + "U": 1.867015271272976e-05, + "K": 6.51581576676108e-05, + "L": 6.294576451182365e-05, + "G": 0.002138853073120117, + "F": 0.016849901527166367, + "E": 0.0008657168946228921, + "T": 0.0017584692686796188, + "P": 0.20179754495620728, + "-": 0.7679265141487122 + }, + "id": "tp_24008" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3001001, + "label": "-", + "classification": { + "B": 1.8872516420742613e-06, + "S": 1.0547753390710568e-06, + "I": 6.132276030257344e-05, + "C": 1.3223106179793831e-05, + "R": 1.8425737380312057e-06, + "M": 3.293430199846625e-05, + "O": 1.810078538255766e-05, + "W": 1.3637251186082722e-06, + "N": 5.403564045991516e-06, + "Y": 0.0003628383274190128, + "U": 5.919874865867314e-07, + "K": 5.2983573368692305e-06, + "L": 1.7311325564151048e-06, + "G": 8.977787365438417e-05, + "F": 0.006618829909712076, + "E": 0.00021095942065585405, + "T": 0.00022934483422432095, + "P": 0.16149519383907318, + "-": 0.8308483362197876 + }, + "id": "tp_24009" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3001134, + "label": "-", + "classification": { + "B": 2.133164798578946e-06, + "S": 2.090485622829874e-06, + "I": 0.00015680475917179137, + "C": 3.290730091976002e-05, + "R": 3.766058625842561e-06, + "M": 7.074015593389049e-05, + "O": 3.772530908463523e-05, + "W": 2.9040768367849523e-06, + "N": 1.1393116437830031e-05, + "Y": 0.0003656349144876003, + "U": 1.4599705764339888e-06, + "K": 3.1738143206894165e-06, + "L": 5.710332970920717e-06, + "G": 0.00012877782864961773, + "F": 0.0026604123413562775, + "E": 0.00013832232798449695, + "T": 0.0006324537680484354, + "P": 0.16969658434391022, + "-": 0.8260470628738403 + }, + "id": "tp_24010" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3001268, + "label": "-", + "classification": { + "B": 9.81103731589883e-09, + "S": 1.9674071438657847e-07, + "I": 2.0015374957438326e-06, + "C": 3.7827951018698514e-05, + "R": 5.1403271754679736e-06, + "M": 1.1314571565890219e-05, + "O": 1.091960075427778e-05, + "W": 2.1831506558100955e-07, + "N": 1.751658089688135e-07, + "Y": 0.0007516994955949485, + "U": 4.600851966074515e-08, + "K": 1.8869457107939525e-06, + "L": 1.0379403647675645e-06, + "G": 8.670365059515461e-05, + "F": 0.008120879530906677, + "E": 2.8356221264402848e-06, + "T": 0.00017578610277269036, + "P": 0.00546036334708333, + "-": 0.9853309392929077 + }, + "id": "tp_24011" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3001401, + "label": "-", + "classification": { + "B": 0.00013212118938099593, + "S": 0.00022631043975707144, + "I": 0.0027624841313809156, + "C": 0.006313931196928024, + "R": 0.002635809825733304, + "M": 0.009455203078687191, + "O": 0.002402376616373658, + "W": 0.0002495385706424713, + "N": 0.0002856884093489498, + "Y": 0.03089660219848156, + "U": 0.000183757787453942, + "K": 0.00020633054373320192, + "L": 0.0016082797665148973, + "G": 0.01567530818283558, + "F": 0.044876400381326675, + "E": 0.001599279697984457, + "T": 0.014940707013010979, + "P": 0.04388526454567909, + "-": 0.8216645121574402 + }, + "id": "tp_24012" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3001502, + "label": "-", + "classification": { + "B": 3.945077878597658e-06, + "S": 7.532580070801487e-07, + "I": 0.0002573849924374372, + "C": 0.00012398522812873125, + "R": 2.5853520128293894e-05, + "M": 0.0001646260207053274, + "O": 6.060309169697575e-05, + "W": 1.2292806559344172e-06, + "N": 2.9832046948286006e-06, + "Y": 0.0010024235816672444, + "U": 2.692851808205887e-07, + "K": 1.9849528243298664e-08, + "L": 2.804585892590694e-05, + "G": 0.00020971561025362462, + "F": 0.0005879031377844512, + "E": 4.2346004192950204e-05, + "T": 0.0006504330667667091, + "P": 0.05590467527508736, + "-": 0.9409326910972595 + }, + "id": "tp_24013" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3001635, + "label": "-", + "classification": { + "B": 3.7974034512444632e-06, + "S": 3.5883078908227617e-06, + "I": 0.0002441444667056203, + "C": 0.00017535730148665607, + "R": 7.67821547924541e-05, + "M": 0.00017151386418845505, + "O": 0.00010923721856670454, + "W": 6.270169251365587e-06, + "N": 2.8009126253891736e-05, + "Y": 0.00714854896068573, + "U": 7.892008397902828e-06, + "K": 4.6432458475464955e-05, + "L": 1.3390247659117449e-05, + "G": 0.0007166258292272687, + "F": 0.007541358470916748, + "E": 0.00014800614735577255, + "T": 0.0014979928964748979, + "P": 0.041598618030548096, + "-": 0.9404623508453369 + }, + "id": "tp_24014" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3001768, + "label": "-", + "classification": { + "B": 3.616572143982921e-07, + "S": 5.102772320242366e-07, + "I": 6.960277823964134e-05, + "C": 5.07545773871243e-05, + "R": 6.338985258480534e-06, + "M": 2.6830242859432474e-05, + "O": 2.1387731976574287e-05, + "W": 6.420141858143324e-07, + "N": 4.688803073804593e-06, + "Y": 0.0005472954362630844, + "U": 3.650120277143287e-07, + "K": 3.211424427718157e-06, + "L": 9.21758896765823e-07, + "G": 0.0001742159074638039, + "F": 0.004828152246773243, + "E": 3.559039396350272e-05, + "T": 0.0001608812453923747, + "P": 0.0567903146147728, + "-": 0.9372779726982117 + }, + "id": "tp_24015" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3001902, + "label": "-", + "classification": { + "B": 1.0832852240127977e-05, + "S": 1.5561803593300283e-05, + "I": 7.385331264231354e-05, + "C": 7.883785292506218e-05, + "R": 2.3030899683362804e-05, + "M": 0.00036305069806985557, + "O": 0.00037683386472053826, + "W": 1.2499920558184385e-05, + "N": 7.073327651596628e-06, + "Y": 0.0011150289792567492, + "U": 1.290472596338077e-06, + "K": 3.039967168660951e-06, + "L": 6.446547922678292e-05, + "G": 0.0007479781052097678, + "F": 0.022121910005807877, + "E": 0.00010896912863245234, + "T": 0.0009924637852236629, + "P": 0.043291665613651276, + "-": 0.9305916428565979 + }, + "id": "tp_24016" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3002002, + "label": "-", + "classification": { + "B": 3.8088103337940993e-06, + "S": 2.9168145374569576e-06, + "I": 0.0003447322524152696, + "C": 0.0004269710916560143, + "R": 0.00011760106281144544, + "M": 0.0005173739045858383, + "O": 0.00014734351134393364, + "W": 3.2236353035841603e-06, + "N": 1.1501786502776667e-05, + "Y": 0.002955337520688772, + "U": 4.628516308002872e-06, + "K": 2.587335529824486e-06, + "L": 6.661000224994496e-05, + "G": 0.0017520234687253833, + "F": 0.007386012468487024, + "E": 0.00015383437857963145, + "T": 0.00259973993524909, + "P": 0.037544507533311844, + "-": 0.9459592700004578 + }, + "id": "tp_24017" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3002135, + "label": "-", + "classification": { + "B": 0.00012349737517070025, + "S": 5.80642263230402e-05, + "I": 0.0014666591305285692, + "C": 0.007147431839257479, + "R": 0.0020454840268939734, + "M": 0.007553056348115206, + "O": 0.0015610480913892388, + "W": 6.173481961013749e-05, + "N": 5.107683318783529e-05, + "Y": 0.007409856654703617, + "U": 2.7354741177987307e-05, + "K": 3.5399343687458895e-06, + "L": 0.0021862047724425793, + "G": 0.01250639371573925, + "F": 0.014194120652973652, + "E": 0.0008325105300173163, + "T": 0.006069505587220192, + "P": 0.045300643891096115, + "-": 0.8914018273353577 + }, + "id": "tp_24018" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3002269, + "label": "-", + "classification": { + "B": 1.381767447128368e-07, + "S": 4.1033693776171276e-08, + "I": 5.185748523217626e-05, + "C": 8.797978807706386e-06, + "R": 1.803587110771332e-06, + "M": 3.7576166505459696e-05, + "O": 1.2996965779166203e-05, + "W": 3.2442454767078743e-07, + "N": 6.995250600994041e-07, + "Y": 0.00019156363850925118, + "U": 1.4444192686369206e-07, + "K": 5.827816806913688e-08, + "L": 1.7033586345860385e-06, + "G": 5.3653333452530205e-05, + "F": 0.0003388082259334624, + "E": 8.929591785999946e-06, + "T": 0.0002891087788157165, + "P": 0.029736384749412537, + "-": 0.9692654013633728 + }, + "id": "tp_24019" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3002402, + "label": "-", + "classification": { + "B": 1.5605820635755663e-08, + "S": 1.2236446522706501e-08, + "I": 1.9414841290199547e-07, + "C": 6.398783170880051e-06, + "R": 1.2845436003772193e-06, + "M": 2.4413055143668316e-05, + "O": 5.99760369368596e-06, + "W": 1.4406236203967637e-08, + "N": 2.0697028535465734e-09, + "Y": 0.00015900618745945394, + "U": 9.763577724086758e-10, + "K": 2.6808924524779343e-10, + "L": 2.499472202543984e-06, + "G": 6.05715140409302e-05, + "F": 0.00031070265686139464, + "E": 1.231195199125068e-07, + "T": 0.00011460117821116, + "P": 0.0005509884213097394, + "-": 0.9987632036209106 + }, + "id": "tp_24020" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3002503, + "label": "-", + "classification": { + "B": 9.5165893299054e-07, + "S": 7.046811788313789e-06, + "I": 3.947103687096387e-05, + "C": 0.00018824223661795259, + "R": 4.365085260360502e-05, + "M": 0.0007511099684052169, + "O": 0.00013967086852062494, + "W": 4.2296901483496185e-06, + "N": 2.675882797120721e-06, + "Y": 0.005737441126257181, + "U": 5.50784818642569e-07, + "K": 5.396458618633915e-06, + "L": 2.8525086236186326e-05, + "G": 0.0008874363848008215, + "F": 0.0132070854306221, + "E": 2.9934799385955557e-05, + "T": 0.0030042766593396664, + "P": 0.005038020201027393, + "-": 0.970884382724762 + }, + "id": "tp_24021" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3002636, + "label": "-", + "classification": { + "B": 7.129374921532872e-07, + "S": 2.6823775556295004e-07, + "I": 0.00024479045532643795, + "C": 1.80672050191788e-05, + "R": 2.4319213025592035e-06, + "M": 4.666626773541793e-05, + "O": 1.2928056094096974e-05, + "W": 3.312401588573266e-07, + "N": 7.039783213258488e-06, + "Y": 0.0004581401008181274, + "U": 3.5999420333610033e-07, + "K": 2.3699772100371774e-07, + "L": 1.4381282653630478e-06, + "G": 7.134299085009843e-05, + "F": 0.00021046223992016166, + "E": 7.600022945553064e-05, + "T": 0.000555183389224112, + "P": 0.1527397334575653, + "-": 0.8455539345741272 + }, + "id": "tp_24022" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3002769, + "label": "-", + "classification": { + "B": 8.635574340587482e-05, + "S": 0.0006653114687651396, + "I": 0.0004689166962634772, + "C": 0.001068504643626511, + "R": 0.0007038018084131181, + "M": 0.006059399340301752, + "O": 0.004316198173910379, + "W": 0.00043471346725709736, + "N": 9.753133053891361e-05, + "Y": 0.02716916799545288, + "U": 3.638665657490492e-05, + "K": 0.00021619274048134685, + "L": 0.0014359047636389732, + "G": 0.009131846018135548, + "F": 0.0780290812253952, + "E": 0.0004335653502494097, + "T": 0.016098646447062492, + "P": 0.018836384639143944, + "-": 0.834712028503418 + }, + "id": "tp_24023" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3002903, + "label": "-", + "classification": { + "B": 6.5120606450364e-05, + "S": 0.00021844117145519704, + "I": 0.00011225991329411045, + "C": 0.0008685887441970408, + "R": 0.00040760438423603773, + "M": 0.007211560849100351, + "O": 0.003476171288639307, + "W": 8.373030868824571e-05, + "N": 8.60656382428715e-06, + "Y": 0.00800582580268383, + "U": 1.6790094150564983e-06, + "K": 9.528847044748545e-07, + "L": 0.0016610831953585148, + "G": 0.006359847728163004, + "F": 0.009193218313157558, + "E": 5.7254626881331205e-05, + "T": 0.010118990205228329, + "P": 0.003803550498560071, + "-": 0.9483456015586853 + }, + "id": "tp_24024" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3003003, + "label": "-", + "classification": { + "B": 0.00037717694067396224, + "S": 0.0010436245938763022, + "I": 0.0004225442244205624, + "C": 0.00687374547123909, + "R": 0.00418145302683115, + "M": 0.018489230424165726, + "O": 0.01271849125623703, + "W": 0.0005499874823726714, + "N": 4.922461084788665e-05, + "Y": 0.01700139418244362, + "U": 2.520831003494095e-05, + "K": 1.2130451068514958e-05, + "L": 0.01588881015777588, + "G": 0.030855974182486534, + "F": 0.0598493330180645, + "E": 0.00036035620723851025, + "T": 0.015804583206772804, + "P": 0.008642958477139473, + "-": 0.8068537712097168 + }, + "id": "tp_24025" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3003136, + "label": "-", + "classification": { + "B": 8.260172545959676e-10, + "S": 3.3883278405255624e-09, + "I": 6.034446187186404e-07, + "C": 5.296224969697505e-08, + "R": 2.2303872082574117e-09, + "M": 3.632930827279779e-07, + "O": 1.576087242938229e-07, + "W": 5.390225155110784e-09, + "N": 2.4983021873481448e-08, + "Y": 6.110305548645556e-06, + "U": 7.733900742046274e-10, + "K": 4.3928332615905674e-07, + "L": 1.1190922633019795e-09, + "G": 1.0439183597554802e-06, + "F": 0.0005416162894107401, + "E": 3.160461346851662e-06, + "T": 4.383750365377637e-06, + "P": 0.027846604585647583, + "-": 0.9715954065322876 + }, + "id": "tp_24026" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3003270, + "label": "-", + "classification": { + "B": 1.9036988305742852e-06, + "S": 2.7015837531507714e-06, + "I": 0.0008804373792372644, + "C": 0.00021420932898763567, + "R": 2.802602648444008e-05, + "M": 0.00020364309602882713, + "O": 6.180771015351638e-05, + "W": 4.910160441795597e-06, + "N": 3.7142192013561726e-05, + "Y": 0.0011536022648215294, + "U": 5.029929525335319e-06, + "K": 6.233136446098797e-06, + "L": 1.4344575902214274e-05, + "G": 0.000332431256538257, + "F": 0.004024089314043522, + "E": 0.0005225019995123148, + "T": 0.0012409704504534602, + "P": 0.20041872560977936, + "-": 0.7908471822738647 + }, + "id": "tp_24027" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3003403, + "label": "-", + "classification": { + "B": 3.0665898265169744e-08, + "S": 5.930441204782255e-08, + "I": 6.397203833330423e-07, + "C": 2.047950601991033e-06, + "R": 2.593815793261456e-07, + "M": 1.9108142623736057e-06, + "O": 2.477479256413062e-06, + "W": 1.8022255687810684e-08, + "N": 2.817036026669939e-08, + "Y": 4.604280547937378e-05, + "U": 3.094491551891565e-09, + "K": 1.5364404193363157e-09, + "L": 3.310171052817168e-07, + "G": 1.2865337339462712e-05, + "F": 0.0010309437057003379, + "E": 4.123021142277139e-07, + "T": 6.940696766832843e-05, + "P": 0.010988917201757431, + "-": 0.9878436326980591 + }, + "id": "tp_24028" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3003504, + "label": "-", + "classification": { + "B": 2.473470317454485e-07, + "S": 5.120372179590049e-07, + "I": 5.507956302608363e-05, + "C": 1.7968575775739737e-05, + "R": 8.619615982752293e-06, + "M": 4.216436718706973e-05, + "O": 2.3145052182371728e-05, + "W": 8.26888651772606e-07, + "N": 2.3138309188652784e-06, + "Y": 0.002119500655680895, + "U": 3.755236548386165e-07, + "K": 1.493469994784391e-06, + "L": 2.31018179874809e-06, + "G": 0.00017298075545113534, + "F": 0.003048322396352887, + "E": 2.3757025701343082e-05, + "T": 0.0006667447742074728, + "P": 0.02435813657939434, + "-": 0.9694554805755615 + }, + "id": "tp_24029" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3003637, + "label": "-", + "classification": { + "B": 4.898967898014916e-10, + "S": 1.255224102436614e-08, + "I": 1.3342959164219792e-06, + "C": 7.88625857239822e-06, + "R": 1.0147012972083758e-06, + "M": 4.403942966746399e-06, + "O": 1.2543016509880545e-06, + "W": 1.7207872460289764e-08, + "N": 2.0447410875590322e-08, + "Y": 9.798554674489424e-05, + "U": 4.336598191656549e-09, + "K": 3.791980134337791e-07, + "L": 9.859741112450138e-08, + "G": 1.7499467503512278e-05, + "F": 0.007050793152302504, + "E": 6.110786330282281e-07, + "T": 3.6474837543210015e-05, + "P": 0.0023013632744550705, + "-": 0.9904787540435791 + }, + "id": "tp_24030" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3003770, + "label": "-", + "classification": { + "B": 1.2128709840908414e-06, + "S": 7.501848813262768e-07, + "I": 0.0002099297707900405, + "C": 2.5207587896147743e-05, + "R": 6.6902093749376945e-06, + "M": 0.00021294811449479312, + "O": 4.169391468167305e-05, + "W": 1.293534637625271e-06, + "N": 4.964151230524294e-06, + "Y": 0.0006817092653363943, + "U": 3.553290639501938e-07, + "K": 6.205962108651875e-07, + "L": 4.294968221074669e-06, + "G": 0.00012588010577019304, + "F": 0.0006526554934680462, + "E": 4.9586604291107506e-05, + "T": 0.0009689836879260838, + "P": 0.07102198898792267, + "-": 0.9259891510009766 + }, + "id": "tp_24031" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3003904, + "label": "-", + "classification": { + "B": 1.6863458540683496e-06, + "S": 6.529155507450923e-05, + "I": 3.94156486436259e-05, + "C": 0.000997745431959629, + "R": 0.0003933587286155671, + "M": 0.0011851564049720764, + "O": 0.0009372776839882135, + "W": 5.9096415498061106e-05, + "N": 7.819530765118543e-06, + "Y": 0.014593468979001045, + "U": 1.372710016767087e-06, + "K": 7.854497380321845e-05, + "L": 0.0001928466372191906, + "G": 0.004010424483567476, + "F": 0.12000574916601181, + "E": 7.392365660052747e-05, + "T": 0.004478354938328266, + "P": 0.00524877617135644, + "-": 0.8476296067237854 + }, + "id": "tp_24032" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3004004, + "label": "-", + "classification": { + "B": 0.00011862413521157578, + "S": 3.836813266389072e-05, + "I": 0.0024371203035116196, + "C": 0.0004320958396419883, + "R": 0.00014429389557335526, + "M": 0.0024154188577085733, + "O": 0.0012594177387654781, + "W": 8.02500217105262e-05, + "N": 0.00018489807553123683, + "Y": 0.0030746804550290108, + "U": 2.8296150048845448e-05, + "K": 9.279547157348134e-06, + "L": 0.00043489396921359, + "G": 0.0033474857918918133, + "F": 0.00428091362118721, + "E": 0.0011531816562637687, + "T": 0.00616098940372467, + "P": 0.13954386115074158, + "-": 0.8348559737205505 + }, + "id": "tp_24033" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3004137, + "label": "-", + "classification": { + "B": 5.433585670289176e-08, + "S": 1.096662316513175e-07, + "I": 0.00010848078090930358, + "C": 7.0634332587360404e-06, + "R": 6.59814077152987e-07, + "M": 8.978362529887818e-06, + "O": 1.947610144270584e-06, + "W": 2.903075255744625e-07, + "N": 5.202649845159613e-06, + "Y": 0.00041221597348339856, + "U": 2.912048557845992e-07, + "K": 2.930549999291543e-05, + "L": 8.845085375241979e-08, + "G": 3.3467709727119654e-05, + "F": 0.0018102007452398539, + "E": 0.00023772513668518513, + "T": 0.00010306421609129757, + "P": 0.18511193990707397, + "-": 0.8121288418769836 + }, + "id": "tp_24034" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3004271, + "label": "-", + "classification": { + "B": 2.0117099097660684e-07, + "S": 4.3980952568745124e-07, + "I": 2.804323230520822e-05, + "C": 3.579068652470596e-05, + "R": 3.3411131425964413e-06, + "M": 0.00013994790788274258, + "O": 2.521137685107533e-05, + "W": 3.7040231859464257e-07, + "N": 1.5624904108335613e-06, + "Y": 0.0007353622349910438, + "U": 3.179602856562269e-07, + "K": 9.313005193689605e-07, + "L": 4.5691649575019255e-06, + "G": 0.0002115112147293985, + "F": 0.00341977970674634, + "E": 2.6798854378284886e-05, + "T": 0.0005780834471806884, + "P": 0.020057063549757004, + "-": 0.9747306704521179 + }, + "id": "tp_24035" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3004404, + "label": "-", + "classification": { + "B": 5.883075573365204e-06, + "S": 4.462121125925478e-07, + "I": 2.5292021632594697e-07, + "C": 3.6432703609534656e-07, + "R": 1.1788001330614861e-07, + "M": 2.9187607651692815e-05, + "O": 1.7456581190344878e-05, + "W": 2.4353039407287724e-07, + "N": 7.595776452262726e-09, + "Y": 3.0914256058167666e-05, + "U": 1.104449198763291e-09, + "K": 7.944086499733771e-10, + "L": 3.135976839985233e-06, + "G": 3.024972102139145e-05, + "F": 0.0016497047618031502, + "E": 5.181554456612503e-07, + "T": 6.181380013003945e-05, + "P": 0.005314320791512728, + "-": 0.9928553700447083 + }, + "id": "tp_24036" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3004505, + "label": "-", + "classification": { + "B": 9.659581337473355e-06, + "S": 3.471423769951798e-05, + "I": 0.00039571928209625185, + "C": 0.0013108578277751803, + "R": 0.0003376067033968866, + "M": 0.0026814215816557407, + "O": 0.0007056934991851449, + "W": 2.864753878384363e-05, + "N": 2.591589327494148e-05, + "Y": 0.012267237529158592, + "U": 8.81566393218236e-06, + "K": 4.031738626508741e-06, + "L": 0.00032009900314733386, + "G": 0.00265442649833858, + "F": 0.009709762409329414, + "E": 0.0001415844599250704, + "T": 0.011029211804270744, + "P": 0.020560074597597122, + "-": 0.9377745389938354 + }, + "id": "tp_24037" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3004638, + "label": "-", + "classification": { + "B": 9.107818388365274e-10, + "S": 5.313536832751709e-10, + "I": 7.377231270311313e-09, + "C": 4.2255841492533364e-08, + "R": 2.2434705204688044e-09, + "M": 5.502375302057771e-07, + "O": 8.179962662779872e-08, + "W": 2.2820698108994009e-10, + "N": 4.237409381713242e-11, + "Y": 3.4952468013216276e-06, + "U": 8.909767021392234e-12, + "K": 3.61346647048677e-11, + "L": 1.5023967847582753e-08, + "G": 1.7062990309568704e-06, + "F": 0.0004336326092015952, + "E": 2.7816644987410655e-08, + "T": 3.4587587833811995e-06, + "P": 0.0007718061096966267, + "-": 0.9987851977348328 + }, + "id": "tp_24038" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3004771, + "label": "-", + "classification": { + "B": 1.5087302926986013e-06, + "S": 1.8103123693435919e-06, + "I": 6.220303475856781e-05, + "C": 6.919794395798817e-05, + "R": 4.422792699187994e-05, + "M": 0.00047404482029378414, + "O": 0.00012129153037676588, + "W": 2.656719061633339e-06, + "N": 1.9490785234665964e-06, + "Y": 0.0018728160066530108, + "U": 8.443627734777692e-07, + "K": 6.838145623078162e-07, + "L": 4.037184771732427e-05, + "G": 0.0005488974275067449, + "F": 0.0051667760126292706, + "E": 1.864523619587999e-05, + "T": 0.0017150093335658312, + "P": 0.012518388219177723, + "-": 0.9773386120796204 + }, + "id": "tp_24039" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3004905, + "label": "-", + "classification": { + "B": 3.3041774827324843e-07, + "S": 1.4628725786280938e-08, + "I": 5.5535483625135385e-06, + "C": 3.731172228071955e-06, + "R": 5.27419274476415e-07, + "M": 9.12020004761871e-06, + "O": 2.0315303572715493e-06, + "W": 1.2233066115641122e-08, + "N": 5.2408669404258035e-08, + "Y": 0.0002450619649607688, + "U": 7.4267814120787534e-09, + "K": 9.369918174684244e-10, + "L": 8.138308658089954e-07, + "G": 0.0001129444208345376, + "F": 0.0002825481351464987, + "E": 3.284264494141098e-06, + "T": 0.00015720234659966081, + "P": 0.0210918840020895, + "-": 0.9780848026275635 + }, + "id": "tp_24040" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3005005, + "label": "-", + "classification": { + "B": 3.521169446685235e-06, + "S": 2.2564933033208945e-07, + "I": 1.0923913578153588e-05, + "C": 5.504837190528633e-07, + "R": 1.4846790463707293e-07, + "M": 2.517530992918182e-05, + "O": 1.558067015139386e-05, + "W": 2.3588272313190828e-07, + "N": 1.3400720888512296e-07, + "Y": 4.829864701605402e-05, + "U": 9.2211269731024e-09, + "K": 7.933230738998986e-10, + "L": 2.5477738745394163e-06, + "G": 2.5388349968125112e-05, + "F": 0.00019489077385514975, + "E": 1.0631824807205703e-05, + "T": 0.00012235423491802067, + "P": 0.04473599046468735, + "-": 0.9548033475875854 + }, + "id": "tp_24041" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3005138, + "label": "-", + "classification": { + "B": 2.427867116239213e-07, + "S": 7.401975494758517e-07, + "I": 7.519249629694968e-05, + "C": 1.6861870335560525e-06, + "R": 6.782536843275011e-07, + "M": 7.408787041640608e-06, + "O": 8.720548066776246e-06, + "W": 5.318036073731491e-07, + "N": 2.3614707060914952e-06, + "Y": 0.0001165799840237014, + "U": 4.6249329699321606e-08, + "K": 6.514148367386952e-07, + "L": 3.308518614630884e-07, + "G": 1.6017103916965425e-05, + "F": 0.0022370999213308096, + "E": 1.4459846170211677e-05, + "T": 5.628505823551677e-05, + "P": 0.20527219772338867, + "-": 0.792188823223114 + }, + "id": "tp_24042" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3005272, + "label": "-", + "classification": { + "B": 1.86258162671038e-07, + "S": 2.4893711270124186e-07, + "I": 0.0001673652877798304, + "C": 5.162290472071618e-05, + "R": 1.6129602954606526e-05, + "M": 9.237360063707456e-05, + "O": 4.052758959005587e-05, + "W": 5.306704906615778e-07, + "N": 3.744803962035803e-06, + "Y": 0.0014864079421386123, + "U": 7.905232450866606e-07, + "K": 2.1331175048544537e-07, + "L": 5.240982318355236e-06, + "G": 0.00022408724180422723, + "F": 0.00043436099076643586, + "E": 1.4190302863426041e-05, + "T": 0.002367665059864521, + "P": 0.030277792364358902, + "-": 0.9648164510726929 + }, + "id": "tp_24043" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3005405, + "label": "-", + "classification": { + "B": 7.797563739586622e-05, + "S": 5.491343472385779e-05, + "I": 0.010431353934109211, + "C": 0.0068024503998458385, + "R": 0.0019798441790044308, + "M": 0.011510669253766537, + "O": 0.0009607655229046941, + "W": 8.36124163470231e-05, + "N": 0.00020361802307888865, + "Y": 0.06390230357646942, + "U": 7.020588964223862e-05, + "K": 0.0001880954805528745, + "L": 0.00048175911069847643, + "G": 0.023258844390511513, + "F": 0.010757355019450188, + "E": 0.0026094343047589064, + "T": 0.027825208380818367, + "P": 0.018687473610043526, + "-": 0.8201140761375427 + }, + "id": "tp_24044" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3005506, + "label": "-", + "classification": { + "B": 6.130176661428566e-12, + "S": 1.654542614026866e-10, + "I": 1.1661200716162057e-07, + "C": 5.00910779521746e-09, + "R": 2.012889716018762e-10, + "M": 3.290202954531196e-08, + "O": 1.9926423178162622e-08, + "W": 1.325315135414229e-10, + "N": 2.294710643724329e-09, + "Y": 1.8008479401032673e-06, + "U": 1.2851417846571067e-11, + "K": 8.526058747904131e-10, + "L": 9.651817539646501e-11, + "G": 9.810954537670113e-08, + "F": 0.00017971027409657836, + "E": 2.739968181231234e-07, + "T": 9.52748905547196e-07, + "P": 0.016963107511401176, + "-": 0.982853889465332 + }, + "id": "tp_24045" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3005639, + "label": "-", + "classification": { + "B": 1.6502950117569526e-08, + "S": 1.3729026804298883e-08, + "I": 6.898683295730734e-07, + "C": 1.8252316067446372e-06, + "R": 1.4294342065568344e-07, + "M": 2.430537506370456e-06, + "O": 7.946487130539026e-07, + "W": 1.1044951619965104e-08, + "N": 2.1848471476459963e-08, + "Y": 0.00014518927491735667, + "U": 9.706520032182198e-10, + "K": 1.8203979834652273e-07, + "L": 3.746435695006767e-08, + "G": 6.160823977552354e-05, + "F": 0.0099401930347085, + "E": 9.63507318374468e-06, + "T": 2.0659963411162607e-05, + "P": 0.020264655351638794, + "-": 0.9695518016815186 + }, + "id": "tp_24046" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3005772, + "label": "-", + "classification": { + "B": 5.399184210830299e-09, + "S": 3.5663241249039856e-08, + "I": 7.25923609934398e-06, + "C": 6.298044354480226e-06, + "R": 1.7538593510835199e-06, + "M": 3.584809519452392e-06, + "O": 3.7752588468720205e-06, + "W": 6.463644552923142e-08, + "N": 1.9522965999385633e-07, + "Y": 0.0001972058234969154, + "U": 4.1633441583144304e-08, + "K": 1.9216037117075757e-07, + "L": 2.1827975160704227e-07, + "G": 2.128762935171835e-05, + "F": 0.0013276907848194242, + "E": 1.12744464786374e-06, + "T": 0.00011381170043023303, + "P": 0.01501654926687479, + "-": 0.9832989573478699 + }, + "id": "tp_24047" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3005906, + "label": "-", + "classification": { + "B": 5.0505281380675e-13, + "S": 3.444333360191898e-12, + "I": 1.2348297939723807e-09, + "C": 2.6661706176156486e-10, + "R": 1.6378426392904544e-11, + "M": 5.695003135741672e-09, + "O": 1.2246268443760755e-09, + "W": 1.6276708713486299e-12, + "N": 6.48802886416e-12, + "Y": 3.8597545426455326e-07, + "U": 1.161977144278209e-13, + "K": 9.620279833172374e-13, + "L": 2.201101627352653e-11, + "G": 8.231331172225964e-09, + "F": 6.389388727257028e-05, + "E": 1.6542328618029956e-09, + "T": 2.895676232128608e-07, + "P": 0.0033510890789330006, + "-": 0.9965842962265015 + }, + "id": "tp_24048" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3006006, + "label": "-", + "classification": { + "B": 2.9295095373527147e-05, + "S": 6.183127698022872e-05, + "I": 0.0005347860278561711, + "C": 5.10394929733593e-05, + "R": 1.6635633073747158e-05, + "M": 0.0004728295316454023, + "O": 0.0003482448810245842, + "W": 2.7739240977098234e-05, + "N": 7.881740020820871e-05, + "Y": 0.0013440295588225126, + "U": 3.0001779123267625e-06, + "K": 4.706749678007327e-06, + "L": 4.3481795728439465e-05, + "G": 0.0004348957445472479, + "F": 0.008107553236186504, + "E": 0.00033030047779902816, + "T": 0.0014326658565551043, + "P": 0.34818214178085327, + "-": 0.638495922088623 + }, + "id": "tp_24049" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3006139, + "label": "-", + "classification": { + "B": 0.00025814963737502694, + "S": 0.0015246036928147078, + "I": 0.010216020978987217, + "C": 0.003611718537285924, + "R": 0.0019752271473407745, + "M": 0.00556684285402298, + "O": 0.00457546953111887, + "W": 0.0010877734748646617, + "N": 0.00284878839738667, + "Y": 0.028748823329806328, + "U": 0.0003628606500569731, + "K": 0.0016462636413052678, + "L": 0.001174052245914936, + "G": 0.00961470790207386, + "F": 0.06980475038290024, + "E": 0.0062268441542983055, + "T": 0.02633732743561268, + "P": 0.1767297387123108, + "-": 0.6476900577545166 + }, + "id": "tp_24050" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3006273, + "label": "-", + "classification": { + "B": 7.159189352456963e-10, + "S": 1.0751132206721081e-09, + "I": 4.46118292529718e-07, + "C": 3.212275245800811e-08, + "R": 1.7910567473577998e-09, + "M": 3.904662548848137e-07, + "O": 6.886928360927413e-08, + "W": 2.490878336924851e-10, + "N": 7.68482522062186e-09, + "Y": 1.25903679872863e-05, + "U": 1.0663454147463725e-10, + "K": 4.312902035508159e-09, + "L": 1.5952397180996059e-09, + "G": 1.65114727224136e-06, + "F": 0.0002565845788922161, + "E": 2.0838128875766415e-06, + "T": 7.391944109258475e-06, + "P": 0.014990502968430519, + "-": 0.9847283363342285 + }, + "id": "tp_24051" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3006406, + "label": "-", + "classification": { + "B": 2.04613681553667e-09, + "S": 1.4069057918675298e-08, + "I": 1.0247504889093761e-07, + "C": 3.485221711230224e-08, + "R": 5.9969096355416696e-09, + "M": 1.6690094071236672e-06, + "O": 4.265056929853017e-07, + "W": 6.897241888736971e-09, + "N": 4.222106220197475e-09, + "Y": 2.320641215192154e-05, + "U": 3.9591041556263917e-10, + "K": 6.137343078194135e-09, + "L": 1.7745344749187097e-08, + "G": 8.2744730889317e-07, + "F": 0.0010614896891638637, + "E": 3.0323289479383675e-07, + "T": 3.265495615778491e-05, + "P": 0.007965642027556896, + "-": 0.9909135103225708 + }, + "id": "tp_24052" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3006507, + "label": "-", + "classification": { + "B": 4.809032816410763e-08, + "S": 1.2491055301211418e-08, + "I": 5.286035957396962e-05, + "C": 8.690835784364026e-06, + "R": 1.121987111218914e-06, + "M": 9.42740916798357e-06, + "O": 1.9768349375226535e-06, + "W": 3.4616501665141186e-08, + "N": 4.167385725395434e-07, + "Y": 0.00037421067827381194, + "U": 7.287584224968668e-08, + "K": 5.3150078116459554e-08, + "L": 4.19397906625818e-07, + "G": 9.048375068232417e-05, + "F": 0.00031923415372148156, + "E": 8.39177482703235e-06, + "T": 0.00014441084931604564, + "P": 0.046181321144104004, + "-": 0.9528068900108337 + }, + "id": "tp_24053" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3006640, + "label": "-", + "classification": { + "B": 2.069526317427517e-06, + "S": 4.959756097377976e-06, + "I": 4.201319461571984e-05, + "C": 6.207685510162264e-05, + "R": 2.4123019102262333e-05, + "M": 0.001087662880308926, + "O": 0.0001080253059626557, + "W": 1.445616703676933e-06, + "N": 1.1238156503168284e-06, + "Y": 0.0023847620468586683, + "U": 2.210258429613532e-07, + "K": 2.584093294899503e-07, + "L": 4.204165452392772e-05, + "G": 0.0006738282972946763, + "F": 0.001682215603068471, + "E": 2.436195791233331e-05, + "T": 0.00416224543005228, + "P": 0.004329131916165352, + "-": 0.9853674173355103 + }, + "id": "tp_24054" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3006773, + "label": "-", + "classification": { + "B": 3.192652400230145e-07, + "S": 2.913172011176357e-06, + "I": 5.557527401833795e-05, + "C": 0.0003007036866620183, + "R": 5.868318476132117e-05, + "M": 0.00011317975440761074, + "O": 0.00010220755939371884, + "W": 4.746766990137985e-06, + "N": 8.28481097414624e-06, + "Y": 0.004016058519482613, + "U": 1.547776150800928e-06, + "K": 8.559272828279063e-05, + "L": 1.0444146937516052e-05, + "G": 0.0007821369217708707, + "F": 0.03159837797284126, + "E": 9.420544665772468e-05, + "T": 0.0007248672773130238, + "P": 0.019030041992664337, + "-": 0.9430100321769714 + }, + "id": "tp_24055" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3006907, + "label": "-", + "classification": { + "B": 2.0743810580370337e-07, + "S": 5.260109901428223e-06, + "I": 3.413695958442986e-05, + "C": 4.1041737858904526e-05, + "R": 2.4569013476138934e-05, + "M": 0.0001256689429283142, + "O": 7.468138937838376e-05, + "W": 3.145517439406831e-06, + "N": 1.975291525013745e-06, + "Y": 0.0011795939644798636, + "U": 2.0215991014538304e-07, + "K": 3.751717031263979e-06, + "L": 1.1053800335503183e-05, + "G": 0.000322935899021104, + "F": 0.021052930504083633, + "E": 1.852051354944706e-05, + "T": 0.0009649096755310893, + "P": 0.011880205944180489, + "-": 0.9642552733421326 + }, + "id": "tp_24056" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3007007, + "label": "P", + "classification": { + "B": 9.08127084642274e-09, + "S": 1.4738727571739219e-08, + "I": 1.9170593077433296e-05, + "C": 1.0103010339435059e-07, + "R": 9.084422991634256e-09, + "M": 1.0997301842508023e-06, + "O": 3.7137087360861187e-07, + "W": 2.911319851861549e-09, + "N": 2.2909254937530932e-07, + "Y": 3.77348101210373e-06, + "U": 3.9366779280847197e-10, + "K": 1.0066429634303375e-10, + "L": 2.850157976297396e-08, + "G": 1.4740386404810124e-06, + "F": 5.429650627775118e-05, + "E": 1.4160503951643477e-06, + "T": 1.6973614037851803e-05, + "P": 0.584591269493103, + "-": 0.41530969738960266 + }, + "id": "tp_24057" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3007140, + "label": "-", + "classification": { + "B": 2.0453967408684548e-07, + "S": 1.3714345925563975e-07, + "I": 3.988186290371232e-05, + "C": 5.4247499065240845e-05, + "R": 3.4976435472344747e-06, + "M": 9.718086403154302e-06, + "O": 4.716105650004465e-06, + "W": 2.6874491254602617e-07, + "N": 1.6642516129650176e-06, + "Y": 0.0001453350851079449, + "U": 2.958648224193894e-07, + "K": 3.1645199669583235e-06, + "L": 7.466511533493758e-07, + "G": 0.00010954638855764642, + "F": 0.0057894582860171795, + "E": 3.948185985791497e-05, + "T": 0.00010564785043243319, + "P": 0.08460445702075958, + "-": 0.9090875387191772 + }, + "id": "tp_24058" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3007274, + "label": "P", + "classification": { + "B": 2.850672899512574e-06, + "S": 9.132698437497311e-07, + "I": 0.0001277342380490154, + "C": 4.311565135139972e-06, + "R": 1.2349789813015377e-06, + "M": 2.9204033126006834e-05, + "O": 1.8715873011387885e-05, + "W": 5.839644359184604e-07, + "N": 6.428042979678139e-06, + "Y": 0.00019035377772524953, + "U": 3.648805488865037e-07, + "K": 9.967994429871396e-08, + "L": 3.957110948249465e-06, + "G": 5.70658958167769e-05, + "F": 0.001331597683019936, + "E": 0.000109808002889622, + "T": 0.00031842311727814376, + "P": 0.5130103826522827, + "-": 0.48478594422340393 + }, + "id": "tp_24059" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3007407, + "label": "-", + "classification": { + "B": 2.0482868421822786e-05, + "S": 2.168594437534921e-05, + "I": 6.987388769630343e-05, + "C": 1.2966593203600496e-05, + "R": 2.6099519345734734e-06, + "M": 0.0001029682534863241, + "O": 0.00012176592281321064, + "W": 8.48116815177491e-06, + "N": 8.782367331150454e-06, + "Y": 0.00034952256828546524, + "U": 7.926133775981725e-07, + "K": 1.9514798168529524e-06, + "L": 1.4407264643523376e-05, + "G": 0.00023937798687256873, + "F": 0.013485819101333618, + "E": 0.00017610324721317738, + "T": 0.0003056323330383748, + "P": 0.17602594196796417, + "-": 0.8090307712554932 + }, + "id": "tp_24060" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3007508, + "label": "-", + "classification": { + "B": 0.00021589650714304298, + "S": 0.00023265193158295006, + "I": 6.20243554294575e-06, + "C": 7.545469998149201e-05, + "R": 3.1281295377993956e-05, + "M": 0.0020605430472642183, + "O": 0.002804709831252694, + "W": 4.78555157314986e-05, + "N": 8.584829629398882e-07, + "Y": 0.0017029085429385304, + "U": 1.2650879455122777e-07, + "K": 3.1438602832167817e-07, + "L": 0.0016841455362737179, + "G": 0.006146646104753017, + "F": 0.07045511901378632, + "E": 6.632615259150043e-05, + "T": 0.001213597133755684, + "P": 0.004123277962207794, + "-": 0.909132182598114 + }, + "id": "tp_24061" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3007641, + "label": "-", + "classification": { + "B": 3.3809654269134626e-05, + "S": 1.3858791135135107e-05, + "I": 0.0001968500582734123, + "C": 0.00019555877952370793, + "R": 4.068146154168062e-05, + "M": 0.0007198903476819396, + "O": 0.0003294256457593292, + "W": 2.1545372874243185e-05, + "N": 3.1201052479445934e-05, + "Y": 0.002964600222185254, + "U": 1.0962327905872371e-05, + "K": 5.704343493562192e-05, + "L": 6.351231422740966e-05, + "G": 0.001228208071552217, + "F": 0.018307015299797058, + "E": 0.00032413515145890415, + "T": 0.001978617161512375, + "P": 0.05616285279393196, + "-": 0.9173203110694885 + }, + "id": "tp_24062" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3007774, + "label": "-", + "classification": { + "B": 8.5784258772037e-06, + "S": 2.972873335238546e-05, + "I": 0.001755013596266508, + "C": 0.00023482079268433154, + "R": 3.4603250242071226e-05, + "M": 0.000770182756241411, + "O": 0.00013891299022361636, + "W": 1.0750955880212132e-05, + "N": 0.0001143770496128127, + "Y": 0.001147987088188529, + "U": 1.0371218195359688e-05, + "K": 4.733906735054916e-06, + "L": 5.3251580538926646e-05, + "G": 0.0002602591412141919, + "F": 0.0041007427498698235, + "E": 0.000726659141946584, + "T": 0.003305920399725437, + "P": 0.31484726071357727, + "-": 0.6724457740783691 + }, + "id": "tp_24063" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3007908, + "label": "-", + "classification": { + "B": 5.313041401677765e-05, + "S": 0.00012495421105995774, + "I": 0.004149097949266434, + "C": 0.0007862225756980479, + "R": 0.00019340592552907765, + "M": 0.0010601404355838895, + "O": 0.0006072415853850543, + "W": 0.0001652001083130017, + "N": 0.001034226268529892, + "Y": 0.006189010571688414, + "U": 9.442515147384256e-05, + "K": 0.0024125005584210157, + "L": 6.61295562167652e-05, + "G": 0.0019543610978871584, + "F": 0.03650905191898346, + "E": 0.008039693348109722, + "T": 0.0029502965044230223, + "P": 0.27684420347213745, + "-": 0.6567667126655579 + }, + "id": "tp_24064" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3008008, + "label": "-", + "classification": { + "B": 2.484591823304072e-05, + "S": 1.7785007457860047e-06, + "I": 0.0008801413932815194, + "C": 0.00014763945364393294, + "R": 1.975851773750037e-05, + "M": 0.0005996855907142162, + "O": 8.552232611691579e-05, + "W": 1.7955669591174228e-06, + "N": 2.412429057585541e-05, + "Y": 0.0014225252671167254, + "U": 1.566823470966483e-06, + "K": 4.784852762895753e-07, + "L": 3.818009281530976e-05, + "G": 0.0016688613686710596, + "F": 0.002168194158002734, + "E": 0.0008487613522447646, + "T": 0.0014088521711528301, + "P": 0.23465602099895477, + "-": 0.7560012936592102 + }, + "id": "tp_24065" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3008141, + "label": "-", + "classification": { + "B": 2.676328048067944e-10, + "S": 6.569695343294768e-10, + "I": 8.388349669985473e-06, + "C": 3.053843755651542e-08, + "R": 3.5769895934123497e-09, + "M": 9.883740403893171e-08, + "O": 6.834510912767655e-08, + "W": 8.148592911538799e-10, + "N": 8.659197447968836e-08, + "Y": 4.460915533854859e-06, + "U": 4.73692252089819e-10, + "K": 1.3531201936700654e-08, + "L": 6.239680994113428e-10, + "G": 4.3375791847211076e-07, + "F": 6.11751020187512e-05, + "E": 2.1492273845069576e-06, + "T": 3.3844869449239923e-06, + "P": 0.34966665506362915, + "-": 0.6502530574798584 + }, + "id": "tp_24066" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3008275, + "label": "-", + "classification": { + "B": 1.2776141034009925e-07, + "S": 1.0573102571242998e-07, + "I": 8.978044206742197e-06, + "C": 0.0001847968524089083, + "R": 5.8932848332915455e-05, + "M": 0.0001621677802177146, + "O": 5.4898566304473206e-05, + "W": 4.2654571075217973e-07, + "N": 1.387937942354256e-07, + "Y": 0.0015254919417202473, + "U": 1.197557253362902e-07, + "K": 2.303771928779952e-08, + "L": 3.7855217669857666e-05, + "G": 0.0005679867463186383, + "F": 0.0022825493942946196, + "E": 1.6269769957943936e-06, + "T": 0.0007711443467997015, + "P": 0.0022486227098852396, + "-": 0.9920939803123474 + }, + "id": "tp_24067" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3008375, + "label": "-", + "classification": { + "B": 9.840441350661422e-08, + "S": 3.003107735821686e-07, + "I": 5.098697329231072e-06, + "C": 3.448359166213777e-06, + "R": 3.1043404646879935e-07, + "M": 1.5223191439872608e-05, + "O": 5.79085326535278e-06, + "W": 6.7051480812097e-08, + "N": 4.181308099759917e-07, + "Y": 8.59002466313541e-05, + "U": 8.883652036217882e-09, + "K": 1.7653036366027663e-08, + "L": 3.850554435302911e-07, + "G": 3.081022441620007e-05, + "F": 0.00323469378054142, + "E": 1.2210417480673641e-05, + "T": 0.00010684710287023336, + "P": 0.0956805869936943, + "-": 0.9008178114891052 + }, + "id": "tp_24068" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3008509, + "label": "-", + "classification": { + "B": 1.2152688100286468e-07, + "S": 3.089056690441794e-07, + "I": 6.054583718650974e-05, + "C": 1.3923974620411173e-05, + "R": 3.4186953143944265e-06, + "M": 7.832232222426683e-05, + "O": 1.0599420420476235e-05, + "W": 3.8622673059762747e-07, + "N": 1.587977180861344e-06, + "Y": 0.0027521871961653233, + "U": 2.224412440909873e-07, + "K": 9.070731721294578e-06, + "L": 1.3280528037284967e-06, + "G": 0.00042297528125345707, + "F": 0.007942389696836472, + "E": 0.00013682876306120306, + "T": 0.0004297718114685267, + "P": 0.014258279465138912, + "-": 0.9738777279853821 + }, + "id": "tp_24069" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3008642, + "label": "-", + "classification": { + "B": 8.064640621974206e-10, + "S": 9.999390648829376e-09, + "I": 4.1412522477912717e-07, + "C": 4.284164845103078e-08, + "R": 5.2731894406576885e-09, + "M": 3.535016048772377e-07, + "O": 3.324519184388919e-07, + "W": 5.247113854522922e-09, + "N": 1.559457274424858e-08, + "Y": 5.299114945955807e-06, + "U": 6.161159360473789e-10, + "K": 6.430701304793729e-09, + "L": 7.651999922586583e-09, + "G": 5.217618195274554e-07, + "F": 0.00048000490642152727, + "E": 2.1820076767653518e-07, + "T": 2.1521693270187825e-05, + "P": 0.03197157755494118, + "-": 0.9675195217132568 + }, + "id": "tp_24070" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3008775, + "label": "-", + "classification": { + "B": 1.6082277176643345e-10, + "S": 1.0549066481457814e-10, + "I": 6.275113406672972e-08, + "C": 1.135095129001229e-08, + "R": 4.1822201257701863e-10, + "M": 1.539473970524341e-07, + "O": 3.863302211470909e-08, + "W": 1.542663635722974e-10, + "N": 3.548632498961979e-10, + "Y": 3.1217159630614333e-06, + "U": 2.4949977847632532e-11, + "K": 2.183014359558033e-11, + "L": 2.5387225655038037e-09, + "G": 5.385532517721003e-07, + "F": 0.00022391088714357466, + "E": 6.132183472118413e-08, + "T": 2.6902123408945045e-06, + "P": 0.01630319282412529, + "-": 0.9834662079811096 + }, + "id": "tp_24071" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3008876, + "label": "-", + "classification": { + "B": 4.297046871215571e-06, + "S": 9.756771532920538e-07, + "I": 0.00015116816211957484, + "C": 0.00023513809719588608, + "R": 1.8586015357868746e-05, + "M": 0.0003710445307660848, + "O": 3.1650386517867446e-05, + "W": 6.073747726986767e-07, + "N": 3.1467982353206025e-06, + "Y": 0.0024829066824167967, + "U": 7.417648930641008e-07, + "K": 8.421553729931475e-07, + "L": 1.5117254406504799e-05, + "G": 0.0013622454134747386, + "F": 0.002695750677958131, + "E": 0.00015552264812868088, + "T": 0.000957087439019233, + "P": 0.028407655656337738, + "-": 0.9631054401397705 + }, + "id": "tp_24072" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3009009, + "label": "-", + "classification": { + "B": 1.7205469049486055e-08, + "S": 1.4895923072799633e-07, + "I": 7.415891013806686e-05, + "C": 9.836791832640301e-06, + "R": 7.886791877353971e-07, + "M": 8.266914846899454e-06, + "O": 4.272848400432849e-06, + "W": 1.0717288745354381e-07, + "N": 2.0863101326540345e-06, + "Y": 0.00018775153148453683, + "U": 5.098555888594092e-08, + "K": 7.837137872002131e-08, + "L": 3.084591355673183e-07, + "G": 2.0883555407635868e-05, + "F": 0.0007371124229393899, + "E": 1.3145693628757726e-05, + "T": 0.00018303254910279065, + "P": 0.09683645516633987, + "-": 0.9019215106964111 + }, + "id": "tp_24073" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3009142, + "label": "-", + "classification": { + "B": 7.0128176048456226e-06, + "S": 1.9428832729317946e-06, + "I": 4.6622306399513036e-05, + "C": 5.353645610739477e-05, + "R": 1.2390447409416083e-05, + "M": 0.00011766440002247691, + "O": 7.499389175791293e-05, + "W": 1.8695095604925882e-06, + "N": 1.5741242123112897e-06, + "Y": 0.0008197853458113968, + "U": 3.965853920817608e-07, + "K": 9.204294570963611e-08, + "L": 1.7723074051900767e-05, + "G": 0.0003315978974569589, + "F": 0.0010766430059447885, + "E": 1.6191073882509954e-05, + "T": 0.0007650043698959053, + "P": 0.030573077499866486, + "-": 0.9660819172859192 + }, + "id": "tp_24074" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3009276, + "label": "-", + "classification": { + "B": 2.7207358925807057e-06, + "S": 4.706469553639181e-06, + "I": 5.962297564110486e-06, + "C": 7.95195228420198e-05, + "R": 2.3490732928621583e-05, + "M": 0.0010109252762049437, + "O": 0.00018563402409199625, + "W": 1.4226213806978194e-06, + "N": 1.7231153037755575e-07, + "Y": 0.0011317627504467964, + "U": 3.925676494986874e-08, + "K": 2.1531290528287172e-08, + "L": 0.0001094009930966422, + "G": 0.0008729576948098838, + "F": 0.005085770506411791, + "E": 7.586890660604695e-06, + "T": 0.0010249108308926225, + "P": 0.0022348377387970686, + "-": 0.9882181286811829 + }, + "id": "tp_24075" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3009376, + "label": "-", + "classification": { + "B": 3.2474662248205277e-07, + "S": 1.7002382719510933e-06, + "I": 0.00012325140414759517, + "C": 1.8040604118141346e-05, + "R": 2.914066726589226e-06, + "M": 4.871850251220167e-05, + "O": 2.2876951334183104e-05, + "W": 1.249045567419671e-06, + "N": 1.0655269761628006e-05, + "Y": 0.0004231873026583344, + "U": 5.017820399189077e-07, + "K": 8.238789632741828e-06, + "L": 2.0325139757915167e-06, + "G": 0.0001014498047879897, + "F": 0.014195109717547894, + "E": 0.0001207790119224228, + "T": 0.0002754437446128577, + "P": 0.12885411083698273, + "-": 0.8557894229888916 + }, + "id": "tp_24076" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3009510, + "label": "-", + "classification": { + "B": 5.785953362646978e-06, + "S": 2.27352620640886e-06, + "I": 0.0002133382367901504, + "C": 0.00011130727943964303, + "R": 6.045243026164826e-06, + "M": 0.0003442659799475223, + "O": 5.952811989118345e-05, + "W": 2.0325217064964818e-06, + "N": 1.4752027709619142e-05, + "Y": 0.000658878474496305, + "U": 1.183252834380255e-06, + "K": 5.405769115895964e-06, + "L": 1.2137268640799448e-05, + "G": 0.0009859732817858458, + "F": 0.020115483552217484, + "E": 0.0007416350417770445, + "T": 0.0005677466979250312, + "P": 0.16525311768054962, + "-": 0.8108991384506226 + }, + "id": "tp_24077" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3009643, + "label": "-", + "classification": { + "B": 8.701979368197499e-07, + "S": 1.3358757655623776e-07, + "I": 1.9643613313746755e-07, + "C": 8.739904160393053e-07, + "R": 3.8881339037288853e-07, + "M": 1.2029964636894874e-05, + "O": 1.6350597434211522e-05, + "W": 1.1825297718814909e-07, + "N": 4.10352818391857e-09, + "Y": 3.179409395670518e-05, + "U": 1.1975112013118405e-09, + "K": 1.8604380536135778e-10, + "L": 1.8578141407488147e-06, + "G": 1.4390295291377697e-05, + "F": 0.00019961550424341112, + "E": 1.5302050826448976e-07, + "T": 3.263544203946367e-05, + "P": 0.0009258029749616981, + "-": 0.9987627267837524 + }, + "id": "tp_24078" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3009776, + "label": "-", + "classification": { + "B": 7.006826763245044e-07, + "S": 4.5231192302708223e-07, + "I": 4.8359397624153644e-05, + "C": 1.0901227142312564e-05, + "R": 2.4764719910308486e-06, + "M": 5.4477764933835715e-05, + "O": 2.608323484309949e-05, + "W": 9.3920289145899e-07, + "N": 2.0367367596918484e-06, + "Y": 0.0005930165643803775, + "U": 2.7354735721019097e-07, + "K": 6.640665333179641e-07, + "L": 2.143665824405616e-06, + "G": 0.00012920828885398805, + "F": 0.0018606889061629772, + "E": 5.6081080401781946e-05, + "T": 0.00030296106706373394, + "P": 0.09382948279380798, + "-": 0.9030789136886597 + }, + "id": "tp_24079" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3009877, + "label": "-", + "classification": { + "B": 2.2810789701566137e-08, + "S": 1.7610076952223608e-08, + "I": 4.5068336618214744e-08, + "C": 8.416790819865128e-08, + "R": 1.1913914299555017e-08, + "M": 7.057203674776247e-06, + "O": 1.661780288486625e-06, + "W": 4.88879869919856e-09, + "N": 8.257357020369227e-10, + "Y": 1.673773476795759e-05, + "U": 4.854876917148587e-11, + "K": 2.6386648074860908e-11, + "L": 1.1135431776665428e-07, + "G": 2.5745889615791384e-06, + "F": 0.00028639723313972354, + "E": 1.5871047764903778e-07, + "T": 1.5540150343440473e-05, + "P": 0.0023031141608953476, + "-": 0.9973664879798889 + }, + "id": "tp_24080" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3010010, + "label": "-", + "classification": { + "B": 3.2358805128751555e-06, + "S": 1.9884791981894523e-06, + "I": 0.00034137137117795646, + "C": 7.173587800934911e-05, + "R": 1.7206040865858085e-05, + "M": 5.770255665993318e-05, + "O": 4.292279845685698e-05, + "W": 2.5842643935902743e-06, + "N": 1.5399966287077405e-05, + "Y": 0.0007148190634325147, + "U": 1.2221539691381622e-06, + "K": 2.140361630154075e-06, + "L": 6.477017905126559e-06, + "G": 0.00024772813776507974, + "F": 0.006158416159451008, + "E": 0.00013950224092695862, + "T": 0.00037800244172103703, + "P": 0.21509800851345062, + "-": 0.7766995429992676 + }, + "id": "tp_24081" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3010143, + "label": "-", + "classification": { + "B": 2.71963056519553e-08, + "S": 3.247020430308112e-09, + "I": 5.445359647637815e-07, + "C": 2.4385119701264557e-08, + "R": 1.9449886146105655e-09, + "M": 3.613619981024385e-08, + "O": 1.5008981790742837e-07, + "W": 3.275734350438597e-09, + "N": 1.9297136333307208e-08, + "Y": 3.401034689431981e-07, + "U": 2.2334552263192364e-10, + "K": 1.8747980945477138e-10, + "L": 5.219594090277724e-09, + "G": 2.896541104746575e-07, + "F": 6.470164225902408e-05, + "E": 6.651318926742533e-07, + "T": 1.8855315602195333e-06, + "P": 0.3785242438316345, + "-": 0.6214072108268738 + }, + "id": "tp_24082" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3010277, + "label": "-", + "classification": { + "B": 1.6486664833337272e-07, + "S": 1.1040875591561417e-07, + "I": 5.233102001511725e-06, + "C": 1.1200634730812453e-07, + "R": 1.3466723736144104e-08, + "M": 1.694097136351047e-06, + "O": 1.8382007738182438e-06, + "W": 9.050193483517432e-08, + "N": 4.4810104782300186e-07, + "Y": 7.922816621430684e-06, + "U": 8.216685110085109e-09, + "K": 1.6204243991069234e-07, + "L": 4.105444872948283e-08, + "G": 3.4057704851875314e-06, + "F": 0.0006826739991083741, + "E": 2.158678398700431e-05, + "T": 2.0762954591191374e-05, + "P": 0.26469969749450684, + "-": 0.7345539927482605 + }, + "id": "tp_24083" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3010377, + "label": "-", + "classification": { + "B": 1.6441546904388815e-05, + "S": 7.858518074499443e-06, + "I": 0.0002828011638484895, + "C": 0.00010970156290568411, + "R": 5.8086912758881226e-05, + "M": 0.00043254386400803924, + "O": 0.0001651122875045985, + "W": 5.739854714192916e-06, + "N": 7.652419299120083e-06, + "Y": 0.002290994394570589, + "U": 1.2120028713979991e-06, + "K": 4.802535045200784e-07, + "L": 5.11747675773222e-05, + "G": 0.0006078493315726519, + "F": 0.0023208768106997013, + "E": 6.803156429668888e-05, + "T": 0.0021899475250393152, + "P": 0.05000597611069679, + "-": 0.9413774609565735 + }, + "id": "tp_24084" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3010511, + "label": "-", + "classification": { + "B": 2.213249494786851e-08, + "S": 1.633040085380344e-07, + "I": 2.740529816946946e-05, + "C": 1.8562664081400726e-06, + "R": 2.3156697182002972e-07, + "M": 1.1660910786304157e-05, + "O": 3.2490806916030124e-06, + "W": 1.331329144704796e-07, + "N": 2.213030256825732e-06, + "Y": 0.00012883894669357687, + "U": 7.949676472662759e-08, + "K": 4.298974999983329e-06, + "L": 8.555640818030952e-08, + "G": 7.348484814428957e-06, + "F": 0.0017419536598026752, + "E": 3.612569344113581e-05, + "T": 0.00020178811973892152, + "P": 0.0736926943063736, + "-": 0.9241398572921753 + }, + "id": "tp_24085" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3010644, + "label": "-", + "classification": { + "B": 7.715744686720427e-06, + "S": 1.6952160876826383e-05, + "I": 0.0007593907648697495, + "C": 2.601564301585313e-05, + "R": 8.917192644730676e-06, + "M": 7.818807353032753e-05, + "O": 0.00011731959239114076, + "W": 1.2729025002045091e-05, + "N": 6.923618639120832e-05, + "Y": 0.00038371962727978826, + "U": 3.0113569664536044e-06, + "K": 7.51977859181352e-06, + "L": 1.1208017895114608e-05, + "G": 0.00013268327165860683, + "F": 0.005089648999273777, + "E": 0.00018763946718536317, + "T": 0.0005700748297385871, + "P": 0.39494767785072327, + "-": 0.5975703597068787 + }, + "id": "tp_24086" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3010777, + "label": "-", + "classification": { + "B": 1.7292126130996621e-06, + "S": 6.556854259542888e-06, + "I": 8.522916323272511e-05, + "C": 4.0233321669802535e-06, + "R": 3.755762918444816e-06, + "M": 4.725867620436475e-05, + "O": 0.00012212064757477492, + "W": 4.512175109994132e-06, + "N": 3.255516503486433e-06, + "Y": 0.0003050756349693984, + "U": 1.1463680493761785e-07, + "K": 4.1866886846264606e-08, + "L": 9.601905730960425e-06, + "G": 3.783727515838109e-05, + "F": 0.0009070347878150642, + "E": 7.319926680793287e-06, + "T": 0.0003061233728658408, + "P": 0.12570428848266602, + "-": 0.8724441528320312 + }, + "id": "tp_24087" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3010878, + "label": "P", + "classification": { + "B": 1.5238461603672704e-09, + "S": 8.673104900935868e-08, + "I": 2.747573125816416e-05, + "C": 1.2477550548339877e-08, + "R": 1.0051132370847427e-08, + "M": 7.221510855970337e-08, + "O": 5.394019808591111e-07, + "W": 1.339434962943642e-08, + "N": 1.069216409632645e-06, + "Y": 1.3401645446720067e-06, + "U": 6.6413502475271e-10, + "K": 1.4912780343934173e-08, + "L": 2.97627056333738e-09, + "G": 3.153342049699859e-07, + "F": 0.00022353988606482744, + "E": 4.10531129091396e-07, + "T": 4.626807367458241e-06, + "P": 0.7718579769134521, + "-": 0.22788244485855103 + }, + "id": "tp_24088" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3011011, + "label": "-", + "classification": { + "B": 3.2583565712229756e-07, + "S": 4.0269304690809804e-07, + "I": 1.3180591849959455e-05, + "C": 4.912601434625685e-05, + "R": 5.701519057765836e-06, + "M": 2.623929685796611e-05, + "O": 1.6981512089842e-05, + "W": 5.830031568621052e-07, + "N": 6.538043066939281e-07, + "Y": 0.0006391254137270153, + "U": 2.993117220739805e-07, + "K": 9.931727618095465e-07, + "L": 3.916344212484546e-06, + "G": 0.00017230527009814978, + "F": 0.003426108043640852, + "E": 2.3598764528287575e-05, + "T": 0.0004127725842408836, + "P": 0.01535352785140276, + "-": 0.9798540472984314 + }, + "id": "tp_24089" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3011144, + "label": "-", + "classification": { + "B": 1.287612516609471e-10, + "S": 1.8630608167313767e-09, + "I": 1.7570968111613183e-06, + "C": 4.7697112677269615e-06, + "R": 1.0585595191514585e-06, + "M": 8.601916192674253e-07, + "O": 5.426759344118182e-07, + "W": 5.696580540615059e-09, + "N": 1.781914704679366e-08, + "Y": 5.250799949862994e-05, + "U": 4.484920435032791e-09, + "K": 1.0613502965384214e-08, + "L": 3.618579569319991e-08, + "G": 2.8594599825737532e-06, + "F": 0.00043275993084535, + "E": 1.1738642058389814e-07, + "T": 3.2324198400601745e-05, + "P": 0.004949771333485842, + "-": 0.9945205450057983 + }, + "id": "tp_24090" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3011278, + "label": "-", + "classification": { + "B": 3.247564018238336e-05, + "S": 0.0003825948806479573, + "I": 0.00035859347553923726, + "C": 0.00013262608263175935, + "R": 8.554176019970328e-05, + "M": 0.0011439272202551365, + "O": 0.0013797685969620943, + "W": 2.9762155463686213e-05, + "N": 1.6322506780852564e-05, + "Y": 0.0008087643655017018, + "U": 1.9530209272033972e-07, + "K": 3.648382289611618e-07, + "L": 0.0003262954414822161, + "G": 0.0016464926302433014, + "F": 0.023893501609563828, + "E": 8.370646537514403e-05, + "T": 0.0017450510058552027, + "P": 0.08393380045890808, + "-": 0.8840002417564392 + }, + "id": "tp_24091" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3011378, + "label": "-", + "classification": { + "B": 1.5218249245663173e-05, + "S": 9.021985533763655e-06, + "I": 0.0036503274459391832, + "C": 0.0012231111759319901, + "R": 0.00044379825703799725, + "M": 0.0011777951149269938, + "O": 0.0003025502082891762, + "W": 1.7772264982340857e-05, + "N": 0.00011695314606186002, + "Y": 0.00884678028523922, + "U": 2.016063626797404e-05, + "K": 8.112375326163601e-06, + "L": 0.00014632128295488656, + "G": 0.0034238549415022135, + "F": 0.009837835095822811, + "E": 0.0009203710942529142, + "T": 0.004603861831128597, + "P": 0.18658047914505005, + "-": 0.7786555886268616 + }, + "id": "tp_24092" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3011512, + "label": "-", + "classification": { + "B": 6.051497081216439e-08, + "S": 7.352821995709746e-08, + "I": 0.00022716958483215421, + "C": 2.0709141608676873e-05, + "R": 5.393895662564319e-06, + "M": 3.885068144882098e-05, + "O": 6.591813416889636e-06, + "W": 7.902401222281696e-08, + "N": 9.262880098503956e-07, + "Y": 0.001007921528071165, + "U": 3.3757096673525666e-08, + "K": 5.59957902268593e-09, + "L": 1.8549918650023756e-06, + "G": 8.30305798444897e-05, + "F": 0.0003072470426559448, + "E": 6.206281796039548e-06, + "T": 0.000626050925347954, + "P": 0.06274343281984329, + "-": 0.9349243640899658 + }, + "id": "tp_24093" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3011645, + "label": "-", + "classification": { + "B": 6.305043598331395e-07, + "S": 7.931536742944445e-07, + "I": 0.00013452183338813484, + "C": 0.00020248965302016586, + "R": 5.012639667256735e-05, + "M": 0.00026224885368719697, + "O": 4.5186636270955205e-05, + "W": 1.1351838793416391e-06, + "N": 2.9421778435789747e-06, + "Y": 0.0030899832490831614, + "U": 9.570873089614906e-07, + "K": 1.0969577033392852e-06, + "L": 1.7566309907124378e-05, + "G": 0.0004892405122518539, + "F": 0.005246697925031185, + "E": 4.3841268052347004e-05, + "T": 0.0019761514849960804, + "P": 0.015430053696036339, + "-": 0.9730044603347778 + }, + "id": "tp_24094" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3011778, + "label": "-", + "classification": { + "B": 1.0636978797773367e-10, + "S": 3.138577842065615e-09, + "I": 4.652229108614847e-07, + "C": 4.480219217839476e-08, + "R": 1.7808238439442903e-08, + "M": 7.669965498280362e-07, + "O": 4.50826519227121e-07, + "W": 1.8014744140870675e-09, + "N": 6.707897792779249e-09, + "Y": 7.744341564830393e-05, + "U": 1.8839640958390191e-10, + "K": 3.5871998704806174e-09, + "L": 9.702820769064147e-09, + "G": 3.6356846067064907e-06, + "F": 0.0007608362939208746, + "E": 2.1736708788466785e-07, + "T": 2.441124161123298e-05, + "P": 0.0019749333150684834, + "-": 0.9971567392349243 + }, + "id": "tp_24095" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3011879, + "label": "-", + "classification": { + "B": 2.936094460892491e-06, + "S": 6.2462077039526775e-06, + "I": 0.00020623320597223938, + "C": 6.665201362920925e-05, + "R": 9.72333782556234e-06, + "M": 0.00021855667000636458, + "O": 8.347424591192976e-05, + "W": 4.971265298081562e-06, + "N": 1.7146097889053635e-05, + "Y": 0.0012511194217950106, + "U": 1.3346551668291795e-06, + "K": 6.508843398478348e-06, + "L": 6.705511168547673e-06, + "G": 0.00030945439357310534, + "F": 0.006964720319956541, + "E": 0.0001660789712332189, + "T": 0.0008089047041721642, + "P": 0.10253525525331497, + "-": 0.8873339891433716 + }, + "id": "tp_24096" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3012012, + "label": "P", + "classification": { + "B": 3.292326027803938e-06, + "S": 2.0861052689724602e-05, + "I": 0.007976279594004154, + "C": 4.765548146679066e-05, + "R": 3.1446754292119294e-05, + "M": 6.952603871468455e-05, + "O": 6.217972259037197e-05, + "W": 1.0216122973361053e-05, + "N": 0.0008984797750599682, + "Y": 0.00017290668620262295, + "U": 4.847942363994662e-06, + "K": 3.0092620363575406e-05, + "L": 6.608605417568469e-06, + "G": 0.00015193255967460573, + "F": 0.0020763580687344074, + "E": 0.0005480626132339239, + "T": 0.0004243705188855529, + "P": 0.8927814960479736, + "-": 0.09468337148427963 + }, + "id": "tp_24097" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3012145, + "label": "-", + "classification": { + "B": 1.7531734952669353e-09, + "S": 8.036696641511298e-09, + "I": 1.0131506314792205e-05, + "C": 4.707525533831358e-07, + "R": 3.0019563723726606e-08, + "M": 2.454934246998164e-06, + "O": 9.588936791260494e-07, + "W": 7.027375570345384e-09, + "N": 1.6830480831231398e-07, + "Y": 1.2994059034099337e-05, + "U": 6.16934636710198e-09, + "K": 1.801643634280481e-08, + "L": 3.042090668259334e-08, + "G": 3.2774419196357485e-06, + "F": 6.932752148713917e-05, + "E": 2.7038086045649834e-06, + "T": 4.709402855951339e-05, + "P": 0.05101185292005539, + "-": 0.948838472366333 + }, + "id": "tp_24098" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3012279, + "label": "P", + "classification": { + "B": 0.00011804269888671115, + "S": 0.0003324740391690284, + "I": 0.018681585788726807, + "C": 0.0012488780776038766, + "R": 0.0004279043641872704, + "M": 0.0010855781147256494, + "O": 0.0008930693729780614, + "W": 0.0003088428929913789, + "N": 0.0037044379860162735, + "Y": 0.004865698982030153, + "U": 0.0001830779656302184, + "K": 0.0011455524945631623, + "L": 0.00020830084395129234, + "G": 0.002684567589312792, + "F": 0.029958156868815422, + "E": 0.013451924547553062, + "T": 0.0030851378105580807, + "P": 0.6128252148628235, + "-": 0.3047915995121002 + }, + "id": "tp_24099" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3012379, + "label": "-", + "classification": { + "B": 6.718034910591086e-07, + "S": 1.8623233017933671e-06, + "I": 2.8875094358227216e-05, + "C": 2.095113813993521e-05, + "R": 5.773829343524994e-06, + "M": 9.868414053926244e-05, + "O": 3.4028726076940075e-05, + "W": 1.3923463484388776e-06, + "N": 3.0758651519136038e-06, + "Y": 0.0005671146209351718, + "U": 3.314519858577114e-07, + "K": 3.203427468179143e-06, + "L": 3.681072030303767e-06, + "G": 0.00012036661064485088, + "F": 0.010402954183518887, + "E": 7.786957576172426e-05, + "T": 0.0003551722620613873, + "P": 0.04612280800938606, + "-": 0.9421510696411133 + }, + "id": "tp_24100" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3012513, + "label": "-", + "classification": { + "B": 1.2067067700627376e-06, + "S": 1.2788050298695453e-06, + "I": 5.458852319861762e-05, + "C": 8.673651791468728e-06, + "R": 1.6354871377188829e-06, + "M": 3.200411083525978e-05, + "O": 2.0794353986275382e-05, + "W": 1.1142910807393491e-06, + "N": 5.0188905333925504e-06, + "Y": 0.0004454792942851782, + "U": 3.428752393119794e-07, + "K": 6.618488441745285e-06, + "L": 1.2596010492416099e-06, + "G": 0.00010483821097295731, + "F": 0.006934360135346651, + "E": 0.00014207162894308567, + "T": 0.0002770389255601913, + "P": 0.111229307949543, + "-": 0.8807324171066284 + }, + "id": "tp_24101" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3012646, + "label": "-", + "classification": { + "B": 1.9597771370172268e-06, + "S": 9.699110705696512e-07, + "I": 3.1243271223502234e-05, + "C": 2.9253818865981884e-05, + "R": 6.511759238492232e-06, + "M": 5.400196459959261e-05, + "O": 3.930146704078652e-05, + "W": 7.335467557822994e-07, + "N": 1.3922741572969244e-06, + "Y": 0.00038627508911304176, + "U": 1.4807210391154513e-07, + "K": 2.269084546924205e-07, + "L": 5.14344947077916e-06, + "G": 0.00030027126194909215, + "F": 0.0034574626479297876, + "E": 1.973796679521911e-05, + "T": 0.0002512511855456978, + "P": 0.05190214514732361, + "-": 0.9435120224952698 + }, + "id": "tp_24102" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3012779, + "label": "-", + "classification": { + "B": 7.22719351031742e-09, + "S": 1.5293725397214075e-08, + "I": 4.925802272737201e-07, + "C": 1.882390643004328e-05, + "R": 8.560491551179439e-07, + "M": 2.3593902369611897e-05, + "O": 2.681653313629795e-06, + "W": 7.030133364338553e-09, + "N": 7.162393789172938e-09, + "Y": 0.0005228386726230383, + "U": 1.750439349024191e-09, + "K": 2.2069807315006074e-08, + "L": 1.5236659010042786e-06, + "G": 0.00025636315695010126, + "F": 0.0028129967395216227, + "E": 1.2637333384191152e-06, + "T": 0.0001785768399713561, + "P": 0.0006487080245278776, + "-": 0.9955312609672546 + }, + "id": "tp_24103" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3012880, + "label": "P", + "classification": { + "B": 1.7418012987491238e-07, + "S": 2.8492648240785456e-08, + "I": 7.683805961278267e-06, + "C": 4.141082285968878e-07, + "R": 2.8768910809162662e-08, + "M": 6.724025070070638e-07, + "O": 6.800068490520061e-07, + "W": 7.79229907266199e-08, + "N": 5.895698222957435e-07, + "Y": 1.1538951184775215e-05, + "U": 1.9607433898727322e-08, + "K": 6.011825348650746e-07, + "L": 1.8296576698162426e-08, + "G": 4.998937583877705e-06, + "F": 0.001328318496234715, + "E": 7.044608355499804e-05, + "T": 8.792220796749461e-06, + "P": 0.6307734847068787, + "-": 0.3677915036678314 + }, + "id": "tp_24104" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3013013, + "label": "-", + "classification": { + "B": 8.579216341786378e-07, + "S": 1.7257075057841575e-07, + "I": 0.00010570555605227128, + "C": 4.817394801648334e-05, + "R": 1.1566103239601944e-05, + "M": 5.091969433124177e-05, + "O": 3.743927663890645e-05, + "W": 5.643470899485692e-07, + "N": 1.7553518318891292e-06, + "Y": 0.0002867227012757212, + "U": 2.273285559795113e-07, + "K": 1.2820420636217023e-07, + "L": 3.003369556608959e-06, + "G": 0.00013387255603447556, + "F": 0.00033898840774782, + "E": 2.2277115931501612e-05, + "T": 0.00028891940019093454, + "P": 0.03463202342391014, + "-": 0.9640365242958069 + }, + "id": "tp_24105" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3013146, + "label": "-", + "classification": { + "B": 9.517655598756392e-06, + "S": 1.986752795346547e-05, + "I": 7.229286438814597e-06, + "C": 2.1511932573048398e-05, + "R": 1.1728091521945316e-05, + "M": 0.001659836620092392, + "O": 0.00044016726315021515, + "W": 4.25218058808241e-06, + "N": 4.2061196836584713e-07, + "Y": 0.002792551415041089, + "U": 6.101170413330692e-08, + "K": 1.0932773619742875e-07, + "L": 0.00022279420227278024, + "G": 0.0016126743284985423, + "F": 0.016410358250141144, + "E": 2.1129641027073376e-05, + "T": 0.0013607220025733113, + "P": 0.002272899728268385, + "-": 0.9731321930885315 + }, + "id": "tp_24106" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3013280, + "label": "P", + "classification": { + "B": 3.038396425836254e-05, + "S": 1.4457089491770603e-05, + "I": 0.0019036488374695182, + "C": 8.866578718880191e-05, + "R": 1.1269580681982916e-05, + "M": 0.0001233503280673176, + "O": 8.801867079455405e-05, + "W": 1.4191721675160807e-05, + "N": 0.0004966964479535818, + "Y": 0.0006375893135555089, + "U": 1.0882186870730948e-05, + "K": 0.0001702403387753293, + "L": 5.395932475948939e-06, + "G": 0.00035445590037852526, + "F": 0.004577049985527992, + "E": 0.006758083589375019, + "T": 0.0003656674234662205, + "P": 0.7890236973762512, + "-": 0.1953262984752655 + }, + "id": "tp_24107" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3013380, + "label": "-", + "classification": { + "B": 7.656894922547508e-06, + "S": 2.0226245396770537e-05, + "I": 0.00044897408224642277, + "C": 9.940185555024073e-05, + "R": 3.901861418853514e-05, + "M": 0.00030857595265842974, + "O": 0.0002112575457431376, + "W": 2.6857076591113582e-05, + "N": 6.44423853373155e-05, + "Y": 0.002425822429358959, + "U": 9.793373465072364e-06, + "K": 0.00011638878640951589, + "L": 1.851572233135812e-05, + "G": 0.0004146897990722209, + "F": 0.017729688435792923, + "E": 0.0005348191480152309, + "T": 0.0017563534202054143, + "P": 0.10268033295869827, + "-": 0.8730871081352234 + }, + "id": "tp_24108" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3013514, + "label": "-", + "classification": { + "B": 8.342879453948626e-08, + "S": 4.5691254513258173e-07, + "I": 8.003330549399834e-06, + "C": 3.512095281621441e-05, + "R": 1.0403905434941407e-05, + "M": 0.00012047219934174791, + "O": 4.2291212594136596e-05, + "W": 4.87486090605671e-07, + "N": 2.0388240784541267e-07, + "Y": 0.0006488391663879156, + "U": 5.6750863564047904e-08, + "K": 5.056014984461399e-08, + "L": 1.02198919194052e-05, + "G": 0.00016749755013734102, + "F": 0.0031442909967154264, + "E": 2.8897682113893097e-06, + "T": 0.0006508965161629021, + "P": 0.004382618702948093, + "-": 0.9907751679420471 + }, + "id": "tp_24109" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3013647, + "label": "-", + "classification": { + "B": 7.589784378238262e-13, + "S": 6.093833770925983e-12, + "I": 4.1270514783420253e-10, + "C": 3.747571697410024e-11, + "R": 5.920817221921615e-12, + "M": 9.832614722427024e-09, + "O": 3.644627710741588e-09, + "W": 2.3879411902710812e-12, + "N": 6.685656802479789e-13, + "Y": 1.022157647412314e-07, + "U": 1.4480653343627338e-14, + "K": 2.150617076595142e-15, + "L": 1.0848178605415981e-10, + "G": 8.149238617249921e-09, + "F": 2.2022238681529416e-06, + "E": 1.4752636612325176e-10, + "T": 4.315478179250931e-07, + "P": 0.00040892005199566483, + "-": 0.9995881915092468 + }, + "id": "tp_24110" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3013780, + "label": "-", + "classification": { + "B": 2.4382843548664823e-06, + "S": 1.649853970775439e-06, + "I": 0.0008106064051389694, + "C": 0.0003218385099899024, + "R": 2.0486633729888126e-05, + "M": 0.00046063089394010603, + "O": 5.622078606393188e-05, + "W": 2.832386826412403e-06, + "N": 4.957881537848152e-05, + "Y": 0.0015279676299542189, + "U": 3.26017811858037e-06, + "K": 2.7966732886852697e-05, + "L": 1.0923475201707333e-05, + "G": 0.0010504977544769645, + "F": 0.009524685330688953, + "E": 0.0025794687680900097, + "T": 0.0007123269024305046, + "P": 0.17456097900867462, + "-": 0.8082756400108337 + }, + "id": "tp_24111" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3013881, + "label": "-", + "classification": { + "B": 2.429530887582132e-08, + "S": 1.0112932358197213e-07, + "I": 3.746668517123908e-05, + "C": 3.164105146424845e-05, + "R": 5.858976237504976e-06, + "M": 2.1197083697188646e-05, + "O": 8.614050784672145e-06, + "W": 2.3791710646037245e-07, + "N": 9.223139159075799e-07, + "Y": 0.0005065895966254175, + "U": 1.1471022531850394e-07, + "K": 4.6067674475125386e-07, + "L": 6.569991910509998e-07, + "G": 6.14099481026642e-05, + "F": 0.002840448869392276, + "E": 7.832673873053864e-06, + "T": 0.00029667449416592717, + "P": 0.025285614654421806, + "-": 0.9708940386772156 + }, + "id": "tp_24112" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3014014, + "label": "-", + "classification": { + "B": 1.8126129361917265e-05, + "S": 1.5577446902170777e-05, + "I": 0.0004240964772179723, + "C": 0.0005774362944066525, + "R": 9.69242028077133e-05, + "M": 0.001165787223726511, + "O": 0.0003336882800795138, + "W": 1.529266774014104e-05, + "N": 3.9343853131867945e-05, + "Y": 0.0038856298197060823, + "U": 1.3451774066197686e-05, + "K": 1.0799891242641024e-05, + "L": 0.00015094071568455547, + "G": 0.0019641616381704807, + "F": 0.014535816386342049, + "E": 0.0003115813888143748, + "T": 0.004429277498275042, + "P": 0.06910192221403122, + "-": 0.9029101729393005 + }, + "id": "tp_24113" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3014147, + "label": "-", + "classification": { + "B": 1.86116253075852e-07, + "S": 6.404697501238843e-07, + "I": 1.1034776434826199e-05, + "C": 0.00015741083188913763, + "R": 1.4695668141939677e-05, + "M": 0.0010975452605634928, + "O": 5.644896373269148e-05, + "W": 5.830719942423457e-07, + "N": 4.891516027782927e-07, + "Y": 0.0009558573947288096, + "U": 1.7719580114317068e-07, + "K": 3.241943602461106e-07, + "L": 2.8561989893205464e-05, + "G": 0.00047234984231181443, + "F": 0.007517339661717415, + "E": 2.9968241506139748e-05, + "T": 0.0013117369962856174, + "P": 0.006473048124462366, + "-": 0.9818715453147888 + }, + "id": "tp_24114" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3014281, + "label": "-", + "classification": { + "B": 2.6042915123980492e-05, + "S": 2.018779923673719e-05, + "I": 0.0001431617420166731, + "C": 3.003464371431619e-05, + "R": 7.140788966353284e-06, + "M": 0.000342122366419062, + "O": 0.00017920631216838956, + "W": 5.654041160596535e-06, + "N": 1.0852410014194902e-05, + "Y": 0.0005010808818042278, + "U": 4.780235940415878e-07, + "K": 8.592281233177346e-07, + "L": 3.488741276669316e-05, + "G": 0.0006430842913687229, + "F": 0.010769559070467949, + "E": 0.0002918661921285093, + "T": 0.0007680294220335782, + "P": 0.07438211888074875, + "-": 0.9118436574935913 + }, + "id": "tp_24115" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3014381, + "label": "-", + "classification": { + "B": 1.721926565778631e-07, + "S": 1.9345401724990552e-08, + "I": 1.1317689541101572e-06, + "C": 2.1528157958528027e-06, + "R": 1.3917961894094333e-07, + "M": 2.0530513211269863e-05, + "O": 2.3973764200491132e-06, + "W": 2.1862836874220193e-08, + "N": 1.712420960586769e-08, + "Y": 5.097853863844648e-05, + "U": 3.4718814490020122e-09, + "K": 4.974360034992742e-09, + "L": 4.186199760169984e-07, + "G": 3.318034214316867e-05, + "F": 0.000601463601924479, + "E": 2.986110985148116e-06, + "T": 4.0582668589195237e-05, + "P": 0.017593905329704285, + "-": 0.9816499352455139 + }, + "id": "tp_24116" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3014515, + "label": "-", + "classification": { + "B": 1.6198548058454776e-09, + "S": 2.9668763001922116e-09, + "I": 1.39387759645615e-06, + "C": 9.051215243971455e-08, + "R": 1.0184569632087914e-08, + "M": 2.3865534330980154e-06, + "O": 3.5044502055825433e-07, + "W": 2.7912878675095953e-09, + "N": 1.814065697658407e-08, + "Y": 3.0405350116780028e-05, + "U": 8.7000445736507e-10, + "K": 3.0098523673416366e-09, + "L": 1.538943550372096e-08, + "G": 2.3193097149487585e-06, + "F": 0.000105693718069233, + "E": 9.190749210574722e-07, + "T": 4.40082949353382e-05, + "P": 0.02855157107114792, + "-": 0.9712608456611633 + }, + "id": "tp_24117" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3014648, + "label": "-", + "classification": { + "B": 3.4880345083365683e-06, + "S": 5.640786639560247e-06, + "I": 6.561483314726502e-05, + "C": 0.0019676934462040663, + "R": 0.0004161705728620291, + "M": 0.001288851024582982, + "O": 0.00027666561072692275, + "W": 9.626979590393603e-06, + "N": 2.5272599941672524e-06, + "Y": 0.004813703708350658, + "U": 2.741776825132547e-06, + "K": 2.2661645289190346e-06, + "L": 0.00019732389773707837, + "G": 0.0021328965667635202, + "F": 0.009029043838381767, + "E": 3.84003906219732e-05, + "T": 0.0029888467397540808, + "P": 0.004956506658345461, + "-": 0.9718020558357239 + }, + "id": "tp_24118" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3014781, + "label": "-", + "classification": { + "B": 2.8614340408239514e-07, + "S": 1.4782134627466803e-08, + "I": 4.768876920024923e-07, + "C": 8.596036771280069e-09, + "R": 1.1554084355935856e-09, + "M": 3.4540855722298147e-06, + "O": 7.540024853369687e-07, + "W": 4.622219940131345e-09, + "N": 1.3699692047453027e-08, + "Y": 4.779068603966152e-06, + "U": 2.625034078995725e-10, + "K": 1.302160879124159e-10, + "L": 4.062945890837e-08, + "G": 1.7310686644123052e-06, + "F": 0.00010069693234981969, + "E": 4.291530785849318e-06, + "T": 3.1636540370527655e-05, + "P": 0.11099674552679062, + "-": 0.8888550996780396 + }, + "id": "tp_24119" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3014882, + "label": "-", + "classification": { + "B": 1.4119909508281125e-07, + "S": 4.3872685751011886e-07, + "I": 0.00018287541752215475, + "C": 2.6162249923800118e-05, + "R": 2.9948962492198916e-06, + "M": 5.323790173861198e-05, + "O": 8.706088010512758e-06, + "W": 3.3146952205242997e-07, + "N": 6.3339643929793965e-06, + "Y": 0.0003638060297816992, + "U": 1.5276745557457616e-07, + "K": 6.406790475921298e-07, + "L": 8.277043548332585e-07, + "G": 6.702097743982449e-05, + "F": 0.001646465971134603, + "E": 6.562415364896879e-05, + "T": 0.0003067338257096708, + "P": 0.15225790441036224, + "-": 0.8450096845626831 + }, + "id": "tp_24120" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3015015, + "label": "-", + "classification": { + "B": 1.1110826392268791e-07, + "S": 2.6107895223503874e-07, + "I": 2.5548553821863607e-05, + "C": 1.390335091855377e-05, + "R": 1.2459894378480385e-06, + "M": 1.6524892998859286e-05, + "O": 7.0530750235775486e-06, + "W": 1.583017876782833e-07, + "N": 9.550034292260534e-07, + "Y": 0.00013144467084202915, + "U": 9.284850932544941e-08, + "K": 4.177617540790379e-08, + "L": 7.437297426804435e-07, + "G": 2.389440305705648e-05, + "F": 0.0003984222130384296, + "E": 9.196444807457738e-06, + "T": 0.000284700799966231, + "P": 0.05358387529850006, + "-": 0.9455018639564514 + }, + "id": "tp_24121" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3015148, + "label": "-", + "classification": { + "B": 2.111913074975824e-12, + "S": 1.1629916474298341e-10, + "I": 3.091268752086762e-08, + "C": 1.8270281954002598e-09, + "R": 1.2143008820686418e-10, + "M": 3.379820512350307e-08, + "O": 1.1031912272585487e-08, + "W": 6.056350559946466e-11, + "N": 4.198218994666547e-10, + "Y": 1.6076202200565604e-06, + "U": 4.524070788131107e-12, + "K": 1.7713323863244312e-10, + "L": 8.04179223212742e-11, + "G": 3.4932650549990285e-08, + "F": 8.001729293027893e-05, + "E": 3.566446693525904e-08, + "T": 1.1052330819438794e-06, + "P": 0.012242255732417107, + "-": 0.9876748323440552 + }, + "id": "tp_24122" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3015282, + "label": "-", + "classification": { + "B": 1.145156602433417e-06, + "S": 1.6465112366859103e-06, + "I": 0.00014942411507945508, + "C": 3.305535938125104e-05, + "R": 4.341530257079285e-06, + "M": 4.460594936972484e-05, + "O": 2.2565756808035076e-05, + "W": 1.4336794720293256e-06, + "N": 1.0922727597062476e-05, + "Y": 0.0008573625236749649, + "U": 1.3096121165290242e-06, + "K": 9.186970601149369e-06, + "L": 2.9740913305431604e-06, + "G": 0.00015714881010353565, + "F": 0.005466024857014418, + "E": 0.00013004745414946228, + "T": 0.0004452551656868309, + "P": 0.12106910347938538, + "-": 0.8715924024581909 + }, + "id": "tp_24123" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3015382, + "label": "-", + "classification": { + "B": 1.6946454906019426e-08, + "S": 1.3123810482795761e-08, + "I": 2.557226025601267e-06, + "C": 1.0882190508709755e-06, + "R": 3.7540097252986016e-08, + "M": 1.6261664086414385e-06, + "O": 3.9857533806753054e-07, + "W": 1.1148915568526263e-08, + "N": 7.10818284233028e-08, + "Y": 1.2399209481372964e-05, + "U": 6.497203663968776e-09, + "K": 3.218584154751625e-08, + "L": 4.191169367118164e-08, + "G": 4.590057869791053e-06, + "F": 0.001436581602320075, + "E": 1.373668055748567e-05, + "T": 1.9971148503827862e-05, + "P": 0.155580073595047, + "-": 0.8429268002510071 + }, + "id": "tp_24124" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3015516, + "label": "-", + "classification": { + "B": 5.994624530103465e-07, + "S": 1.3696181895284099e-06, + "I": 2.4609518732177094e-05, + "C": 2.902864434872754e-05, + "R": 3.10831751448859e-06, + "M": 4.203109710942954e-05, + "O": 2.0955178115400486e-05, + "W": 9.339075859315926e-07, + "N": 2.2259271190705476e-06, + "Y": 0.0004798628215212375, + "U": 2.6146250320380204e-07, + "K": 2.9332625217648456e-06, + "L": 2.30601381190354e-06, + "G": 0.00016584650438744575, + "F": 0.019402755424380302, + "E": 4.700189674622379e-05, + "T": 0.0002522472059354186, + "P": 0.04400157183408737, + "-": 0.935520350933075 + }, + "id": "tp_24125" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3015649, + "label": "-", + "classification": { + "B": 1.8629104943101993e-06, + "S": 7.665603334316984e-06, + "I": 0.002500756410881877, + "C": 0.00030965579207986593, + "R": 9.569225221639499e-05, + "M": 0.00010643759014783427, + "O": 8.173977403203025e-05, + "W": 1.3991603736940306e-05, + "N": 0.0002674932184163481, + "Y": 0.0027000997215509415, + "U": 1.6636528016533703e-05, + "K": 0.0015055222902446985, + "L": 6.777095677534817e-06, + "G": 0.0006070784875191748, + "F": 0.014283704571425915, + "E": 0.0012431443901732564, + "T": 0.0009778268868103623, + "P": 0.17700132727622986, + "-": 0.7982724905014038 + }, + "id": "tp_24126" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3015782, + "label": "-", + "classification": { + "B": 3.752007842194871e-07, + "S": 5.622422349915723e-07, + "I": 0.0002147709165001288, + "C": 8.067208545980975e-05, + "R": 4.132886715524364e-06, + "M": 0.00011906221334356815, + "O": 1.7573203876963817e-05, + "W": 8.949671155278338e-07, + "N": 6.5984918364847545e-06, + "Y": 0.0005097133107483387, + "U": 7.92021012330224e-07, + "K": 2.71582871391729e-06, + "L": 3.3603269002924208e-06, + "G": 0.00015433663793373853, + "F": 0.0034655064810067415, + "E": 0.00023369591508526355, + "T": 0.0003349033941049129, + "P": 0.11564518511295319, + "-": 0.8792051672935486 + }, + "id": "tp_24127" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3015883, + "label": "-", + "classification": { + "B": 3.284728154540062e-05, + "S": 3.4994969610124826e-05, + "I": 0.004692843649536371, + "C": 0.004266265779733658, + "R": 0.0012120130704715848, + "M": 0.0038462928496301174, + "O": 0.0009822878055274487, + "W": 5.909454557695426e-05, + "N": 0.00020461472740862519, + "Y": 0.01170287560671568, + "U": 7.117070344975218e-05, + "K": 1.1909198292414658e-05, + "L": 0.0007006400264799595, + "G": 0.004900318570435047, + "F": 0.007600144483149052, + "E": 0.0006502915057353675, + "T": 0.015900783240795135, + "P": 0.09928148239850998, + "-": 0.8438491225242615 + }, + "id": "tp_24128" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3016016, + "label": "-", + "classification": { + "B": 1.4080775144975632e-05, + "S": 9.829740520217456e-06, + "I": 0.0014125887537375093, + "C": 0.0003232684393879026, + "R": 4.276266918168403e-05, + "M": 0.00036412832560017705, + "O": 0.00010244289296679199, + "W": 4.910276402370073e-06, + "N": 0.00010164568084292114, + "Y": 0.0011771852150559425, + "U": 4.372883267933503e-06, + "K": 4.337616246630205e-06, + "L": 3.6226432712282985e-05, + "G": 0.0013502598740160465, + "F": 0.008748961612582207, + "E": 0.0013061196077615023, + "T": 0.0013324444880709052, + "P": 0.47164157032966614, + "-": 0.512022852897644 + }, + "id": "tp_24129" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3016149, + "label": "-", + "classification": { + "B": 4.939218456456729e-08, + "S": 2.6378547346439518e-08, + "I": 1.2748772860504687e-05, + "C": 2.7807332116935868e-06, + "R": 1.2771783985954244e-07, + "M": 2.5825167540460825e-05, + "O": 2.7738365133700427e-06, + "W": 5.0487450664604694e-08, + "N": 2.6185463752881333e-07, + "Y": 0.00010689667396945879, + "U": 1.7041148936414174e-08, + "K": 5.2217423274214525e-08, + "L": 3.425911643262225e-07, + "G": 2.7948362912866287e-05, + "F": 0.0010043522343039513, + "E": 2.5581199224689044e-05, + "T": 0.00010506510443519801, + "P": 0.04431898146867752, + "-": 0.9543662071228027 + }, + "id": "tp_24130" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3016283, + "label": "-", + "classification": { + "B": 1.9205597709515132e-05, + "S": 5.07148206452257e-06, + "I": 0.00017654623661655933, + "C": 9.583980136085302e-05, + "R": 1.2364899703243282e-05, + "M": 0.00011592812370508909, + "O": 5.192519165575504e-05, + "W": 2.6598413569445256e-06, + "N": 1.771820279827807e-05, + "Y": 0.000602387881372124, + "U": 1.4156195220493828e-06, + "K": 9.157590284303296e-06, + "L": 1.0891993042605463e-05, + "G": 0.0008110561757348478, + "F": 0.011319040320813656, + "E": 0.0006313611520454288, + "T": 0.000519105582498014, + "P": 0.19618523120880127, + "-": 0.7894130945205688 + }, + "id": "tp_24131" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3016383, + "label": "-", + "classification": { + "B": 1.405367765983101e-05, + "S": 1.3592950381280389e-05, + "I": 0.0009511561947874725, + "C": 0.0012416505487635732, + "R": 0.00021251030557323247, + "M": 0.002661272883415222, + "O": 0.0004500328213907778, + "W": 1.876226087915711e-05, + "N": 5.1142164011253044e-05, + "Y": 0.007202969864010811, + "U": 2.1702795493183658e-05, + "K": 8.740034900256433e-06, + "L": 0.00019929598784074187, + "G": 0.002725049387663603, + "F": 0.005716889631003141, + "E": 0.00047369441017508507, + "T": 0.006994409952312708, + "P": 0.03754938021302223, + "-": 0.9334938526153564 + }, + "id": "tp_24132" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3016517, + "label": "-", + "classification": { + "B": 1.3949462299933657e-05, + "S": 1.1392312444513664e-05, + "I": 0.0002819034270942211, + "C": 0.001770740025676787, + "R": 0.0003719030355568975, + "M": 0.0007210085168480873, + "O": 0.00022168949362821877, + "W": 2.188180405937601e-05, + "N": 2.4027418476180173e-05, + "Y": 0.004050781484693289, + "U": 2.516001768526621e-05, + "K": 8.626865019323304e-05, + "L": 0.00010893571743508801, + "G": 0.0013040564954280853, + "F": 0.030264852568507195, + "E": 0.00042474502697587013, + "T": 0.002488515106961131, + "P": 0.049568820744752884, + "-": 0.9082393646240234 + }, + "id": "tp_24133" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3016650, + "label": "-", + "classification": { + "B": 9.279870573664084e-05, + "S": 5.683750714524649e-05, + "I": 0.002632833318784833, + "C": 0.004179492127150297, + "R": 0.0007519409409724176, + "M": 0.002876848913729191, + "O": 0.0008421865059062839, + "W": 8.045938739087433e-05, + "N": 0.00026341291959397495, + "Y": 0.011544163338840008, + "U": 9.140766633208841e-05, + "K": 0.00034859453444369137, + "L": 0.0003626580291893333, + "G": 0.008644942194223404, + "F": 0.03969093784689903, + "E": 0.003234902862459421, + "T": 0.005555375944823027, + "P": 0.08166757971048355, + "-": 0.8370826840400696 + }, + "id": "tp_24134" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3016750, + "label": "I", + "classification": { + "B": 0.0023840388748794794, + "S": 0.006271497346460819, + "I": 0.2226281613111496, + "C": 0.07847154885530472, + "R": 0.03208057954907417, + "M": 0.05446536839008331, + "O": 0.016956720501184464, + "W": 0.004112401977181435, + "N": 0.02164630964398384, + "Y": 0.10475754737854004, + "U": 0.0011646567145362496, + "K": 0.004343533422797918, + "L": 0.008824831806123257, + "G": 0.08294457942247391, + "F": 0.026590701192617416, + "E": 0.04765067622065544, + "T": 0.057035546749830246, + "P": 0.07516682147979736, + "-": 0.15250439941883087 + }, + "id": "tp_24135" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3016884, + "label": "-", + "classification": { + "B": 0.001646355609409511, + "S": 0.0008933674544095993, + "I": 0.00385227776132524, + "C": 0.0006410073838196695, + "R": 0.0003886090125888586, + "M": 0.0026650442741811275, + "O": 0.0038554384373128414, + "W": 0.0005718712927773595, + "N": 0.0010203334968537092, + "Y": 0.0038858032785356045, + "U": 0.00011386827827664092, + "K": 9.925613267114386e-05, + "L": 0.0008502471027895808, + "G": 0.00460407231003046, + "F": 0.024326927959918976, + "E": 0.006141060963273048, + "T": 0.004350564908236265, + "P": 0.3918960988521576, + "-": 0.5481978058815002 + }, + "id": "tp_24136" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3017017, + "label": "-", + "classification": { + "B": 1.0506788612474338e-06, + "S": 2.1813937564729713e-05, + "I": 0.0001591940235812217, + "C": 0.00010868021490750834, + "R": 6.194881279952824e-05, + "M": 0.000748850463423878, + "O": 0.00024864624720066786, + "W": 1.0731570000643842e-05, + "N": 5.648381375067402e-06, + "Y": 0.0010885862866416574, + "U": 6.267348453548038e-07, + "K": 6.363034117384814e-07, + "L": 5.6033910368569195e-05, + "G": 0.0003968885284848511, + "F": 0.009793045930564404, + "E": 3.452030796324834e-05, + "T": 0.0016321376897394657, + "P": 0.017861593514680862, + "-": 0.9677694439888 + }, + "id": "tp_24137" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3017150, + "label": "-", + "classification": { + "B": 2.5916496726452465e-10, + "S": 1.4342106391396214e-09, + "I": 5.150217248228728e-07, + "C": 2.292317802243815e-08, + "R": 1.8615194941062896e-09, + "M": 2.235602920563906e-07, + "O": 6.094372650977675e-08, + "W": 1.6540283587218596e-09, + "N": 1.828400719716683e-08, + "Y": 1.530210647615604e-05, + "U": 3.5195207859217703e-10, + "K": 9.982228021954143e-08, + "L": 6.801765817243677e-10, + "G": 3.6250025914341677e-07, + "F": 0.0013248883187770844, + "E": 1.4535648915625643e-06, + "T": 5.804231477668509e-06, + "P": 0.03901777043938637, + "-": 0.959633469581604 + }, + "id": "tp_24138" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3017251, + "label": "-", + "classification": { + "B": 4.3539312173379585e-06, + "S": 3.9374214111376205e-07, + "I": 0.0001825997605919838, + "C": 2.3417120246449485e-05, + "R": 5.7243028095399495e-06, + "M": 5.4138621635502204e-05, + "O": 2.1409226974355988e-05, + "W": 3.1087057550394093e-07, + "N": 2.3864786271587946e-06, + "Y": 6.290878081927076e-05, + "U": 8.822896546689663e-08, + "K": 6.262898200048994e-09, + "L": 8.990960850496776e-06, + "G": 0.0002007034927373752, + "F": 0.0007093374151736498, + "E": 1.9596773199737072e-05, + "T": 0.0003538691671565175, + "P": 0.22940915822982788, + "-": 0.7689405679702759 + }, + "id": "tp_24139" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3017384, + "label": "P", + "classification": { + "B": 3.0057730327825993e-05, + "S": 5.843164763064124e-05, + "I": 0.01068615447729826, + "C": 0.0011908619198948145, + "R": 0.00028016994474455714, + "M": 0.0005777758779004216, + "O": 0.00023295084247365594, + "W": 3.7164445529924706e-05, + "N": 0.0009891478111967444, + "Y": 0.0025520240887999535, + "U": 4.2696454329416156e-05, + "K": 6.561481859534979e-05, + "L": 7.777868449920788e-05, + "G": 0.0009338935487903655, + "F": 0.008254462853074074, + "E": 0.002707806881517172, + "T": 0.0026176709216088057, + "P": 0.6178320050239563, + "-": 0.3508332371711731 + }, + "id": "tp_24140" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3017518, + "label": "P", + "classification": { + "B": 3.9741132695780834e-07, + "S": 1.0916556902884622e-06, + "I": 0.0016377312131226063, + "C": 1.2606269592652097e-05, + "R": 2.676244321264676e-06, + "M": 1.6063822840806097e-05, + "O": 8.628203431726433e-06, + "W": 1.0133688874702784e-06, + "N": 0.0001320657756878063, + "Y": 0.00013085434329696, + "U": 7.517643894061621e-07, + "K": 2.4246999601018615e-05, + "L": 4.7624274657209753e-07, + "G": 3.9137728890636936e-05, + "F": 0.0019563380628824234, + "E": 0.000544194015674293, + "T": 0.00011085189908044413, + "P": 0.8144769072532654, + "-": 0.18090391159057617 + }, + "id": "tp_24141" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3017651, + "label": "P", + "classification": { + "B": 1.046988162833884e-09, + "S": 2.7600042251663126e-09, + "I": 8.48942217999138e-05, + "C": 5.828576377098216e-07, + "R": 6.83588936567503e-08, + "M": 2.0688656832135166e-07, + "O": 1.0694124341625866e-07, + "W": 6.09692918374094e-09, + "N": 7.903199161773955e-07, + "Y": 9.058544492290821e-06, + "U": 3.6138476655622753e-09, + "K": 2.043968772014182e-09, + "L": 8.182841071402436e-09, + "G": 6.47728029434802e-07, + "F": 0.00010305838077329099, + "E": 6.9173593146842904e-06, + "T": 6.274993211263791e-06, + "P": 0.763822615146637, + "-": 0.23596477508544922 + }, + "id": "tp_24142" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3017751, + "label": "-", + "classification": { + "B": 6.829325229773531e-07, + "S": 2.862199437458912e-07, + "I": 0.0007569138542748988, + "C": 1.1617556083365344e-05, + "R": 1.7591499954505707e-06, + "M": 0.00010276553075527772, + "O": 1.6948561096796766e-05, + "W": 4.1281285234617826e-07, + "N": 1.127803716372e-05, + "Y": 0.00043721668771468103, + "U": 3.1922800758366066e-07, + "K": 1.5123549701456795e-07, + "L": 3.6046874356543412e-06, + "G": 0.00015041370352264494, + "F": 0.0005523954750970006, + "E": 0.0002915945660788566, + "T": 0.0003579606127459556, + "P": 0.3666609525680542, + "-": 0.630642831325531 + }, + "id": "tp_24143" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3017885, + "label": "-", + "classification": { + "B": 4.564115806715563e-05, + "S": 4.4159034587210044e-05, + "I": 0.011182939633727074, + "C": 0.00521107017993927, + "R": 0.001128894044086337, + "M": 0.0020284769125282764, + "O": 0.0007921833894215524, + "W": 8.72931705089286e-05, + "N": 0.0003860600118059665, + "Y": 0.01161270309239626, + "U": 4.5589349610963836e-05, + "K": 1.8147529772249982e-05, + "L": 0.000351048685843125, + "G": 0.003468721406534314, + "F": 0.009655243717133999, + "E": 0.0019402673933655024, + "T": 0.005529988557100296, + "P": 0.22273463010787964, + "-": 0.7237370014190674 + }, + "id": "tp_24144" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3018018, + "label": "P", + "classification": { + "B": 3.363932776778711e-08, + "S": 4.3463995069714656e-08, + "I": 0.000780740927439183, + "C": 3.1426839996129274e-05, + "R": 1.851736897151568e-06, + "M": 3.8133007365104277e-06, + "O": 2.6131140202778624e-06, + "W": 1.735235315436512e-07, + "N": 1.6010086255846545e-05, + "Y": 0.0001339072041446343, + "U": 1.9080272295468603e-07, + "K": 1.5434186479978962e-06, + "L": 1.0820947693446215e-07, + "G": 3.1281248084269464e-05, + "F": 0.00037243973929435015, + "E": 0.0003030085936188698, + "T": 3.709628072101623e-05, + "P": 0.5080378651618958, + "-": 0.4902459383010864 + }, + "id": "tp_24145" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3018151, + "label": "P", + "classification": { + "B": 1.1584469383763007e-08, + "S": 1.354113798868184e-08, + "I": 0.00010952884622383863, + "C": 5.811870096295024e-07, + "R": 4.985196611073661e-08, + "M": 3.3927827303159575e-07, + "O": 1.5815116682915686e-07, + "W": 5.602011299288279e-09, + "N": 4.710729626822285e-06, + "Y": 5.075726676295744e-06, + "U": 9.628752017931674e-09, + "K": 3.648275708201254e-07, + "L": 1.1011344724920491e-08, + "G": 7.209412615338806e-06, + "F": 0.0008785560494288802, + "E": 0.0001072811646736227, + "T": 5.328119641490048e-06, + "P": 0.8881445527076721, + "-": 0.11073626577854156 + }, + "id": "tp_24146" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3018252, + "label": "-", + "classification": { + "B": 1.534540940498208e-12, + "S": 5.930760223205045e-12, + "I": 1.1823297541013744e-07, + "C": 5.1693213265480153e-08, + "R": 6.708822386514157e-10, + "M": 3.246146462743127e-08, + "O": 4.932476205254943e-09, + "W": 5.126080983297587e-12, + "N": 5.191458929409976e-10, + "Y": 9.552121582601103e-07, + "U": 5.358710870873029e-12, + "K": 1.1571515447228453e-11, + "L": 1.0127068628129621e-10, + "G": 2.1054867715974979e-07, + "F": 1.7314805518253706e-05, + "E": 3.956311189767803e-08, + "T": 1.0709617299653473e-06, + "P": 0.024640686810016632, + "-": 0.9753395915031433 + }, + "id": "tp_24147" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3018385, + "label": "-", + "classification": { + "B": 2.5944800654542632e-05, + "S": 2.761227369774133e-05, + "I": 0.0005938531830906868, + "C": 0.00029189905035309494, + "R": 3.068746082135476e-05, + "M": 0.0004250223864801228, + "O": 0.00019601473468355834, + "W": 1.4993160220910795e-05, + "N": 0.00013074791058897972, + "Y": 0.002301466418430209, + "U": 9.59209955908591e-06, + "K": 5.013158079236746e-05, + "L": 2.8688273232546635e-05, + "G": 0.0009857359109446406, + "F": 0.019099315628409386, + "E": 0.001677093212492764, + "T": 0.0014544015284627676, + "P": 0.3150657117366791, + "-": 0.6575911641120911 + }, + "id": "tp_24148" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3018519, + "label": "P", + "classification": { + "B": 2.081691548028175e-07, + "S": 2.35510597690336e-08, + "I": 0.0006412030779756606, + "C": 5.841102392878383e-06, + "R": 3.0492498126477585e-07, + "M": 2.81363031717774e-06, + "O": 7.568971227556176e-07, + "W": 2.4937202525165958e-08, + "N": 8.30525368655799e-06, + "Y": 2.618304824864026e-05, + "U": 4.969135858345908e-08, + "K": 7.42697423561367e-08, + "L": 1.3402778620275058e-07, + "G": 4.032425204059109e-05, + "F": 0.00025766954058781266, + "E": 9.040765871759504e-05, + "T": 1.368709490634501e-05, + "P": 0.8757808208465576, + "-": 0.12313119322061539 + }, + "id": "tp_24149" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3018652, + "label": "-", + "classification": { + "B": 0.00014023302355781198, + "S": 0.0002010096504818648, + "I": 0.003031002590432763, + "C": 0.002083483850583434, + "R": 0.00044728402281180024, + "M": 0.0011870369780808687, + "O": 0.000994988833554089, + "W": 0.000259536289377138, + "N": 0.000789027544669807, + "Y": 0.008613867685198784, + "U": 0.000199961505131796, + "K": 0.0022905494552105665, + "L": 0.00018153127166442573, + "G": 0.00375352636910975, + "F": 0.044284120202064514, + "E": 0.003822856117039919, + "T": 0.005061783827841282, + "P": 0.178689643740654, + "-": 0.7439684867858887 + }, + "id": "tp_24150" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3018752, + "label": "-", + "classification": { + "B": 6.113430206511339e-09, + "S": 4.5786605618047815e-09, + "I": 4.470634667086415e-05, + "C": 3.290556378487963e-07, + "R": 1.8844776406012897e-08, + "M": 7.686314802413108e-07, + "O": 3.55134602614271e-07, + "W": 1.1401019683887625e-08, + "N": 7.505971097998554e-07, + "Y": 1.8216129319625907e-05, + "U": 8.256181516230754e-09, + "K": 2.2728450232989417e-08, + "L": 1.3214722649479427e-08, + "G": 1.0866278898902237e-06, + "F": 4.142412944929674e-05, + "E": 1.4877839930704795e-05, + "T": 2.0882225726381876e-05, + "P": 0.2384788990020752, + "-": 0.7613776326179504 + }, + "id": "tp_24151" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3018886, + "label": "-", + "classification": { + "B": 2.4357425798537946e-12, + "S": 1.2765958429250546e-11, + "I": 2.677622603641794e-07, + "C": 4.840455813948097e-10, + "R": 4.944270687312624e-11, + "M": 9.226100772252721e-09, + "O": 3.8739731422765544e-09, + "W": 3.241913681950592e-11, + "N": 1.6895881360667886e-09, + "Y": 8.482858220304479e-07, + "U": 9.897013764081919e-12, + "K": 3.343276322453903e-09, + "L": 1.6058494811677093e-11, + "G": 5.450992190958459e-08, + "F": 4.102148159290664e-05, + "E": 3.3197244420080096e-07, + "T": 1.1237757462367881e-06, + "P": 0.06297793239355087, + "-": 0.9369784593582153 + }, + "id": "tp_24152" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3019019, + "label": "-", + "classification": { + "B": 5.524150310520781e-06, + "S": 3.811876240433776e-06, + "I": 0.005388927645981312, + "C": 0.000343928812071681, + "R": 0.00010072139411931857, + "M": 0.0009603540529496968, + "O": 0.00018829188775271177, + "W": 8.570499630877748e-06, + "N": 8.281473856186494e-05, + "Y": 0.006117675919085741, + "U": 5.247376975603402e-06, + "K": 2.1005137114116224e-06, + "L": 3.698942600749433e-05, + "G": 0.0008178921998478472, + "F": 0.0008509543840773404, + "E": 0.0004232327628415078, + "T": 0.0057233115658164024, + "P": 0.1503220498561859, + "-": 0.8286175727844238 + }, + "id": "tp_24153" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3019152, + "label": "-", + "classification": { + "B": 2.6432700472867054e-09, + "S": 1.740346644574231e-09, + "I": 1.2894378414785024e-05, + "C": 4.3515478864719626e-06, + "R": 9.531522238148682e-08, + "M": 1.2653646308535826e-06, + "O": 3.381990723028139e-07, + "W": 6.5780922930969155e-09, + "N": 2.536378076456458e-07, + "Y": 4.34088142355904e-05, + "U": 1.3731249914883392e-08, + "K": 4.4509900476441544e-07, + "L": 1.7439129251783925e-08, + "G": 1.2846644494857173e-05, + "F": 0.000643836916424334, + "E": 1.3089643289276864e-05, + "T": 2.0653771571232937e-05, + "P": 0.07547275722026825, + "-": 0.9237737059593201 + }, + "id": "tp_24154" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3019253, + "label": "-", + "classification": { + "B": 4.917476914556573e-08, + "S": 2.5659888436280198e-08, + "I": 0.00010176630166824907, + "C": 1.1920735232706647e-05, + "R": 1.6834603684401372e-06, + "M": 1.7234851839020848e-05, + "O": 3.055885827052407e-06, + "W": 1.5178419232597662e-07, + "N": 1.6581748241151217e-06, + "Y": 0.0003740570100490004, + "U": 2.2488089257421962e-07, + "K": 8.342798309968202e-07, + "L": 2.9886354013797245e-07, + "G": 3.264729093643837e-05, + "F": 0.000314929784508422, + "E": 4.1841827624011785e-05, + "T": 0.00021707804990001023, + "P": 0.07106398791074753, + "-": 0.92781662940979 + }, + "id": "tp_24155" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3019386, + "label": "-", + "classification": { + "B": 6.116749062812232e-08, + "S": 5.745605946572141e-08, + "I": 4.46746198576875e-05, + "C": 0.0001871021231636405, + "R": 2.289068652316928e-05, + "M": 2.9729786547250114e-05, + "O": 9.860129466687795e-06, + "W": 1.8550493052771344e-07, + "N": 6.743691187693912e-07, + "Y": 0.000648045155685395, + "U": 3.537519432939007e-07, + "K": 4.848578782912227e-07, + "L": 2.715673872444313e-06, + "G": 0.00018814278882928193, + "F": 0.0010214451467618346, + "E": 1.615850123926066e-05, + "T": 0.00021071777155157179, + "P": 0.016629531979560852, + "-": 0.9809871912002563 + }, + "id": "tp_24156" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3019520, + "label": "-", + "classification": { + "B": 3.9109129823522437e-10, + "S": 4.754062143952353e-10, + "I": 9.164793300442398e-05, + "C": 6.630098710047605e-07, + "R": 2.9808923329710524e-08, + "M": 2.0411860077729216e-06, + "O": 1.1550240941460288e-07, + "W": 9.3546503876496e-10, + "N": 2.4037234425122733e-07, + "Y": 1.2858880836574826e-05, + "U": 1.4954563143376731e-09, + "K": 7.981382776911516e-10, + "L": 6.567751675845557e-09, + "G": 2.3227837573358556e-06, + "F": 1.2041833542753011e-05, + "E": 6.7225046223029494e-06, + "T": 4.1045615944312885e-05, + "P": 0.32529762387275696, + "-": 0.6745326519012451 + }, + "id": "tp_24157" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3019653, + "label": "-", + "classification": { + "B": 0.00012381974374875426, + "S": 1.228134806297021e-05, + "I": 0.0017542142886668444, + "C": 0.00015346379950642586, + "R": 3.6021785490447655e-05, + "M": 0.0008422320825047791, + "O": 0.00020402009249664843, + "W": 1.1958720278926194e-05, + "N": 0.00013085981481708586, + "Y": 0.001777913887053728, + "U": 1.0435367585159838e-05, + "K": 1.2754283488902729e-05, + "L": 5.526029417524114e-05, + "G": 0.0017227884382009506, + "F": 0.006776269059628248, + "E": 0.0022965476382523775, + "T": 0.002497116569429636, + "P": 0.31377604603767395, + "-": 0.6678059697151184 + }, + "id": "tp_24158" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3019753, + "label": "-", + "classification": { + "B": 4.8198365437679414e-11, + "S": 1.457830384188341e-10, + "I": 3.585712136100483e-07, + "C": 1.2875932497991016e-07, + "R": 5.9429865473248356e-09, + "M": 2.1606294353659905e-07, + "O": 4.438825840225036e-08, + "W": 5.44215783548907e-10, + "N": 3.0303939357878562e-09, + "Y": 9.478376341576222e-06, + "U": 1.5133845565618032e-10, + "K": 1.0122789717570413e-08, + "L": 6.049780676420369e-10, + "G": 4.774572630594776e-07, + "F": 0.00026495990459807217, + "E": 2.725668650782609e-07, + "T": 3.629244247349561e-06, + "P": 0.010501953773200512, + "-": 0.9892184138298035 + }, + "id": "tp_24159" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3019887, + "label": "-", + "classification": { + "B": 3.778309221047493e-09, + "S": 4.220752636285852e-09, + "I": 9.240779945685063e-06, + "C": 3.413242382066528e-07, + "R": 2.010358102211285e-08, + "M": 8.986621651274618e-06, + "O": 8.236335133915418e-07, + "W": 2.4641089169108454e-09, + "N": 7.347289709969118e-08, + "Y": 1.8262036974192597e-05, + "U": 9.521573529625016e-10, + "K": 5.423932483705762e-11, + "L": 9.115152721506092e-08, + "G": 6.12126495980192e-06, + "F": 1.5141060430323705e-05, + "E": 7.123679210963019e-07, + "T": 0.00019901248742826283, + "P": 0.0875617042183876, + "-": 0.9121794104576111 + }, + "id": "tp_24160" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3020020, + "label": "-", + "classification": { + "B": 1.101042901296978e-08, + "S": 5.595917951239926e-09, + "I": 7.23287348591839e-06, + "C": 3.3008552691171644e-07, + "R": 4.5436671314291743e-08, + "M": 8.070846888585947e-06, + "O": 1.3545371757572866e-06, + "W": 8.749977631339334e-09, + "N": 1.6947861070093495e-07, + "Y": 8.69628056534566e-05, + "U": 3.0039353227095944e-09, + "K": 1.3222018147018844e-08, + "L": 5.93976317020406e-08, + "G": 1.723870445857756e-05, + "F": 0.0004566445713862777, + "E": 2.111666981363669e-05, + "T": 5.712805796065368e-05, + "P": 0.10293064266443253, + "-": 0.8964129090309143 + }, + "id": "tp_24161" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3020153, + "label": "-", + "classification": { + "B": 2.0266324440854078e-07, + "S": 3.614222165992942e-08, + "I": 0.002902909414842725, + "C": 0.00013001712795812637, + "R": 4.919506864098366e-06, + "M": 0.00039688526885583997, + "O": 9.965959179680794e-06, + "W": 1.9816782526049792e-07, + "N": 9.685776603873819e-06, + "Y": 0.005830532405525446, + "U": 1.2907773339065898e-07, + "K": 1.5174666145867377e-07, + "L": 1.2230575521243736e-06, + "G": 0.00023055507335811853, + "F": 0.00011060581164201722, + "E": 0.0005576764815486968, + "T": 0.002156143309548497, + "P": 0.09245045483112335, + "-": 0.8952077031135559 + }, + "id": "tp_24162" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3020254, + "label": "-", + "classification": { + "B": 7.063283291586231e-11, + "S": 5.169858985354381e-10, + "I": 3.5808418488159077e-06, + "C": 5.313651740834757e-07, + "R": 1.776784941398546e-08, + "M": 3.0382892646230175e-07, + "O": 7.839513216367777e-08, + "W": 1.4730198172330233e-09, + "N": 7.91466447935818e-08, + "Y": 2.7071107979281805e-05, + "U": 1.3774303919689146e-09, + "K": 4.2776275677169906e-07, + "L": 6.100954186294416e-10, + "G": 1.050030277838232e-06, + "F": 0.00012066185445291921, + "E": 3.954844032705296e-06, + "T": 7.793400982336607e-06, + "P": 0.030719971284270287, + "-": 0.9691145420074463 + }, + "id": "tp_24163" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3020387, + "label": "-", + "classification": { + "B": 3.5789838648270234e-08, + "S": 6.827562071265447e-09, + "I": 2.9750879548373632e-05, + "C": 2.9868929232179653e-06, + "R": 2.108166938796785e-07, + "M": 6.296708761510672e-06, + "O": 2.532287680878653e-06, + "W": 1.8075656527116735e-08, + "N": 2.749615362063196e-07, + "Y": 5.143629459780641e-05, + "U": 3.3909579144619784e-08, + "K": 3.952303817555958e-09, + "L": 3.666193890694558e-07, + "G": 2.8459129680413753e-05, + "F": 4.7347617510240525e-05, + "E": 4.031596290587913e-06, + "T": 0.0001634713844396174, + "P": 0.07449871301651001, + "-": 0.9251641035079956 + }, + "id": "tp_24164" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3020521, + "label": "-", + "classification": { + "B": 7.434782389736938e-08, + "S": 6.61405721302799e-08, + "I": 4.1344330384163186e-05, + "C": 8.77726597536821e-06, + "R": 1.4323792356663034e-06, + "M": 2.6254903787048534e-05, + "O": 4.972007445758209e-06, + "W": 9.157331248843548e-08, + "N": 9.5168837788151e-07, + "Y": 0.0005409474251791835, + "U": 1.1395481891440795e-07, + "K": 3.743482466234127e-07, + "L": 4.844389422942186e-07, + "G": 6.263387331273407e-05, + "F": 0.0006730501190759242, + "E": 2.4573831979068927e-05, + "T": 0.00028877684962935746, + "P": 0.052851319313049316, + "-": 0.9454737305641174 + }, + "id": "tp_24165" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3020654, + "label": "-", + "classification": { + "B": 1.0379586079523051e-08, + "S": 7.251147460252128e-10, + "I": 1.8144710338674486e-05, + "C": 2.4784599190752488e-06, + "R": 9.789736310494845e-08, + "M": 3.5220473364461213e-06, + "O": 3.707947087150387e-07, + "W": 3.897180800294109e-09, + "N": 1.0245368287087331e-07, + "Y": 3.1783732993062586e-05, + "U": 5.083114817949763e-09, + "K": 2.9454352290514407e-09, + "L": 2.7435538285658367e-08, + "G": 7.82775714469608e-06, + "F": 3.4013351978501305e-05, + "E": 6.0850820773339365e-06, + "T": 5.633029650198296e-05, + "P": 0.15935789048671722, + "-": 0.8404813408851624 + }, + "id": "tp_24166" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3020754, + "label": "-", + "classification": { + "B": 3.998144315620067e-10, + "S": 1.2819587613677186e-09, + "I": 4.872221779805841e-06, + "C": 5.169966357243538e-07, + "R": 3.0754836899404836e-08, + "M": 5.190982506064756e-07, + "O": 1.6992058249343245e-07, + "W": 2.577353219734846e-09, + "N": 4.7629754362787935e-08, + "Y": 1.7214028048329055e-05, + "U": 1.1707418368089861e-09, + "K": 1.781254255206477e-08, + "L": 5.730500518552617e-09, + "G": 2.2594647361984244e-06, + "F": 0.0006175439921207726, + "E": 1.5526585457337205e-06, + "T": 9.394015251018573e-06, + "P": 0.05993647128343582, + "-": 0.9394092559814453 + }, + "id": "tp_24167" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3020888, + "label": "-", + "classification": { + "B": 2.5596019748164167e-10, + "S": 4.0503267406677423e-11, + "I": 0.00011081995762651786, + "C": 7.363318673014874e-06, + "R": 3.417786444970261e-07, + "M": 1.6378643294956419e-06, + "O": 7.095686527236467e-08, + "W": 6.58291476884898e-10, + "N": 1.025687978994938e-07, + "Y": 0.00018885011377278715, + "U": 1.7386100337191124e-09, + "K": 9.507699072486275e-10, + "L": 7.415970948443373e-09, + "G": 7.960484253999311e-06, + "F": 1.2644496564462315e-05, + "E": 8.487422746839002e-06, + "T": 2.8101427233195864e-05, + "P": 0.07758058607578278, + "-": 0.9220530390739441 + }, + "id": "tp_24168" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3021021, + "label": "-", + "classification": { + "B": 4.2655527067836374e-05, + "S": 5.848998625879176e-05, + "I": 0.004498302936553955, + "C": 0.007855428382754326, + "R": 0.0012816671514883637, + "M": 0.0010934289311990142, + "O": 0.00046925360220484436, + "W": 0.00010787851351778954, + "N": 0.0004613418423105031, + "Y": 0.007732092402875423, + "U": 0.00010690994531614706, + "K": 0.0015144434291869402, + "L": 0.0001365940406685695, + "G": 0.007485204376280308, + "F": 0.0467095747590065, + "E": 0.009964294731616974, + "T": 0.003019266063347459, + "P": 0.13821019232273102, + "-": 0.7692530155181885 + }, + "id": "tp_24169" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3021154, + "label": "-", + "classification": { + "B": 2.516736685720389e-07, + "S": 1.2329559240242816e-07, + "I": 0.00018609757535159588, + "C": 2.348802809137851e-05, + "R": 3.567824251149432e-06, + "M": 2.749162376858294e-05, + "O": 1.0075134923681617e-05, + "W": 2.8612240043912607e-07, + "N": 3.502949539324618e-06, + "Y": 0.0008940678089857101, + "U": 3.71133552334868e-07, + "K": 5.554085760195449e-07, + "L": 8.020828659027757e-07, + "G": 0.00025755807291716337, + "F": 0.0004975982592441142, + "E": 1.7627020497457124e-05, + "T": 0.0005102269933559, + "P": 0.15173301100730896, + "-": 0.8458332419395447 + }, + "id": "tp_24170" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3021255, + "label": "-", + "classification": { + "B": 5.0309115096069945e-08, + "S": 3.3212217420697243e-09, + "I": 0.0002488610043656081, + "C": 3.4025790682790102e-06, + "R": 2.0230652353347978e-07, + "M": 5.261018941382645e-06, + "O": 7.137194870665553e-07, + "W": 1.0994427590560463e-08, + "N": 1.153593757408089e-06, + "Y": 0.00010553543688729405, + "U": 2.784242703057771e-08, + "K": 1.651567593796699e-08, + "L": 6.050777301425114e-08, + "G": 1.3489482626027893e-05, + "F": 3.4833206882467493e-05, + "E": 5.076574962004088e-05, + "T": 6.231723818928003e-05, + "P": 0.26909780502319336, + "-": 0.730375349521637 + }, + "id": "tp_24171" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3021388, + "label": "-", + "classification": { + "B": 1.3138655441391478e-10, + "S": 1.948005819152332e-11, + "I": 2.5857948457996827e-06, + "C": 3.5857996749655285e-07, + "R": 2.4294313227812836e-09, + "M": 6.745857206169603e-08, + "O": 1.32781874384591e-08, + "W": 1.3118196806605198e-10, + "N": 2.0442310955104404e-08, + "Y": 3.3908077057276387e-06, + "U": 2.097577805892925e-10, + "K": 5.654946733102406e-09, + "L": 3.175659180065793e-10, + "G": 9.73349301602866e-07, + "F": 0.00010590202873572707, + "E": 5.401139333116589e-06, + "T": 8.393228654313134e-07, + "P": 0.18191596865653992, + "-": 0.8179644346237183 + }, + "id": "tp_24172" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3021522, + "label": "-", + "classification": { + "B": 5.767796462663455e-09, + "S": 2.588667413760959e-08, + "I": 0.0002159205178031698, + "C": 2.4825103537295945e-06, + "R": 1.197451865664334e-06, + "M": 1.9876092665072065e-06, + "O": 1.6945855350058991e-06, + "W": 7.936890966675492e-08, + "N": 6.741639936080901e-06, + "Y": 0.0003576649760361761, + "U": 1.2827530326831038e-07, + "K": 4.724141035694629e-06, + "L": 5.080162779336206e-08, + "G": 2.2692187485517934e-05, + "F": 0.0008313319412991405, + "E": 4.46444028057158e-05, + "T": 0.0001240884157596156, + "P": 0.22941263020038605, + "-": 0.7689719200134277 + }, + "id": "tp_24173" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3021655, + "label": "-", + "classification": { + "B": 1.1612071659783396e-07, + "S": 2.2416561762383935e-07, + "I": 8.176742267096415e-05, + "C": 2.9832806831109338e-05, + "R": 1.8666268033484812e-06, + "M": 3.835916140815243e-05, + "O": 1.0393084266979713e-05, + "W": 1.2062305643212312e-07, + "N": 2.799820094878669e-06, + "Y": 0.00019994152535218745, + "U": 2.748143401731795e-07, + "K": 4.2757571350193757e-07, + "L": 8.241376008299994e-07, + "G": 5.9133781178388745e-05, + "F": 0.00019307089678477496, + "E": 2.1980977180646732e-05, + "T": 0.000597448437474668, + "P": 0.04243748262524605, + "-": 0.9563238620758057 + }, + "id": "tp_24174" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3021755, + "label": "-", + "classification": { + "B": 7.790904810178745e-09, + "S": 1.9741446255494566e-09, + "I": 6.997909804340452e-05, + "C": 3.529671175783733e-06, + "R": 1.5874820746830665e-07, + "M": 6.57207556287176e-06, + "O": 4.226999976708612e-07, + "W": 3.1219675733495933e-09, + "N": 3.7265704122546595e-07, + "Y": 0.00014090955664869398, + "U": 7.54959117443832e-09, + "K": 1.236309721264206e-09, + "L": 5.494673871453415e-08, + "G": 1.1305174666631501e-05, + "F": 5.7546389143681154e-05, + "E": 5.533720013772836e-06, + "T": 0.00012048726057400927, + "P": 0.1530618965625763, + "-": 0.8465211987495422 + }, + "id": "tp_24175" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3021889, + "label": "-", + "classification": { + "B": 1.1338902083934954e-07, + "S": 1.1890301010453186e-07, + "I": 0.00012114409037167206, + "C": 2.2421201720135286e-05, + "R": 3.996327450295212e-06, + "M": 2.168882747355383e-05, + "O": 6.029200449120253e-06, + "W": 4.832774038732168e-07, + "N": 3.712074658324127e-06, + "Y": 0.0009155958541668952, + "U": 2.7888017939403653e-07, + "K": 7.074858785927063e-06, + "L": 6.777509611310961e-07, + "G": 0.00013311128714121878, + "F": 0.006252762861549854, + "E": 0.00015309009177144617, + "T": 0.0001812631671782583, + "P": 0.13925448060035706, + "-": 0.8529219627380371 + }, + "id": "tp_24176" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3022022, + "label": "-", + "classification": { + "B": 1.7375188787749352e-10, + "S": 9.044491544596411e-11, + "I": 2.026431502599735e-06, + "C": 2.5913203671734664e-07, + "R": 6.256309248442449e-09, + "M": 2.5159028638199743e-08, + "O": 2.2539463628845624e-08, + "W": 4.736742664768201e-10, + "N": 3.996280284468412e-08, + "Y": 8.367218470084481e-06, + "U": 1.3577682311805006e-09, + "K": 2.1605087852094584e-07, + "L": 1.923412262794244e-10, + "G": 2.236028649349464e-06, + "F": 0.000234473729506135, + "E": 2.9864979751437204e-06, + "T": 1.832438442761486e-06, + "P": 0.18394817411899567, + "-": 0.815799355506897 + }, + "id": "tp_24177" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3022155, + "label": "-", + "classification": { + "B": 5.7123190622121456e-09, + "S": 1.161311824482425e-09, + "I": 3.307153019704856e-05, + "C": 1.3772362763120327e-05, + "R": 7.325192541429715e-07, + "M": 6.445976396207698e-06, + "O": 3.81910524538398e-07, + "W": 5.708049588548647e-09, + "N": 1.4366857215009077e-07, + "Y": 0.00035558606032282114, + "U": 9.676366374833378e-09, + "K": 5.304580952270044e-08, + "L": 5.1766427588972874e-08, + "G": 2.1094885596539825e-05, + "F": 0.0002125714236171916, + "E": 1.921880175359547e-05, + "T": 4.463058212422766e-05, + "P": 0.024932559579610825, + "-": 0.9743597507476807 + }, + "id": "tp_24178" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3022256, + "label": "-", + "classification": { + "B": 2.260446990476339e-06, + "S": 1.595841013113386e-06, + "I": 0.0003721376124303788, + "C": 0.00014430400915443897, + "R": 2.6173487640335225e-05, + "M": 0.00017268868396058679, + "O": 4.8036352382041514e-05, + "W": 5.0658004511205945e-06, + "N": 2.441993092361372e-05, + "Y": 0.003610465442761779, + "U": 3.1371885143016698e-06, + "K": 0.00013143503747414798, + "L": 5.369372502173064e-06, + "G": 0.0006372938514687121, + "F": 0.01164332777261734, + "E": 0.0008781907381489873, + "T": 0.0006429555942304432, + "P": 0.07159176468849182, + "-": 0.91005939245224 + }, + "id": "tp_24179" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3022389, + "label": "-", + "classification": { + "B": 3.0721189481219824e-10, + "S": 8.777844423546455e-11, + "I": 5.630780287901871e-05, + "C": 2.085526602968457e-06, + "R": 3.725892483430471e-08, + "M": 3.3583903586986708e-06, + "O": 5.306733896759397e-08, + "W": 1.1893771523219243e-09, + "N": 1.7642680916196696e-07, + "Y": 6.68226057314314e-05, + "U": 2.034715507193141e-09, + "K": 1.570227965430604e-07, + "L": 3.57370111281341e-09, + "G": 5.908138518861961e-06, + "F": 0.00037592649459838867, + "E": 7.705235475441441e-05, + "T": 1.1428795914980583e-05, + "P": 0.1757861226797104, + "-": 0.8236145377159119 + }, + "id": "tp_24180" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3022523, + "label": "-", + "classification": { + "B": 9.729819794301875e-06, + "S": 9.85418682830641e-06, + "I": 0.0010248541366308928, + "C": 0.0001476988836657256, + "R": 1.1235647434659768e-05, + "M": 0.0003630846331361681, + "O": 7.338156137848273e-05, + "W": 7.875872142903972e-06, + "N": 0.00012881247675977647, + "Y": 0.0006933276890777051, + "U": 7.805479981470853e-06, + "K": 9.37296063057147e-05, + "L": 8.72273540153401e-06, + "G": 0.0002641898754518479, + "F": 0.009087189100682735, + "E": 0.003753840457648039, + "T": 0.001330187893472612, + "P": 0.2993256747722626, + "-": 0.6836588382720947 + }, + "id": "tp_24181" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3022656, + "label": "-", + "classification": { + "B": 5.765030675064509e-09, + "S": 1.2439985708212475e-09, + "I": 7.255395030369982e-05, + "C": 4.3746949813794345e-06, + "R": 2.9625900310747966e-07, + "M": 3.76746629626723e-06, + "O": 4.774253739014966e-07, + "W": 1.0149488360866599e-08, + "N": 3.6778754974875483e-07, + "Y": 7.507532427553087e-05, + "U": 1.6754116316519685e-08, + "K": 3.92755907796527e-08, + "L": 5.6194156883293545e-08, + "G": 2.0627412595786154e-05, + "F": 0.0002251736877951771, + "E": 2.2520320271723904e-05, + "T": 3.526416185195558e-05, + "P": 0.14116789400577545, + "-": 0.8583714962005615 + }, + "id": "tp_24182" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3022756, + "label": "-", + "classification": { + "B": 7.686742264922941e-07, + "S": 4.4474236347014084e-06, + "I": 6.264699550229125e-06, + "C": 0.0007880894700065255, + "R": 0.0002755183959379792, + "M": 0.0003760711115319282, + "O": 0.00023542078270111233, + "W": 2.516103677407955e-06, + "N": 2.4409166599070886e-07, + "Y": 0.00919060967862606, + "U": 6.83758685227076e-08, + "K": 7.100097150214424e-07, + "L": 0.00018786537111736834, + "G": 0.005099983885884285, + "F": 0.027954570949077606, + "E": 1.1063257261412218e-05, + "T": 0.0014390317955985665, + "P": 0.0009320392273366451, + "-": 0.9534947276115417 + }, + "id": "tp_24183" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3022890, + "label": "-", + "classification": { + "B": 4.517281126936723e-08, + "S": 7.244802446848553e-08, + "I": 2.1273339370964095e-05, + "C": 7.200285836006515e-06, + "R": 3.3265820320593775e-07, + "M": 5.023298399464693e-06, + "O": 2.856852233890095e-06, + "W": 5.670783664868395e-08, + "N": 9.154005056188907e-07, + "Y": 0.00011992789222858846, + "U": 2.6899419580672657e-08, + "K": 1.329380268089153e-07, + "L": 1.5979239265107026e-07, + "G": 4.763037577504292e-05, + "F": 0.0015143767232075334, + "E": 3.0939601856516674e-05, + "T": 4.822005212190561e-05, + "P": 0.1085425317287445, + "-": 0.8896583318710327 + }, + "id": "tp_24184" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3023023, + "label": "-", + "classification": { + "B": 1.210920919092473e-09, + "S": 6.424780263358798e-09, + "I": 4.367473707134195e-07, + "C": 2.499304514458345e-07, + "R": 1.1217707651667297e-08, + "M": 1.3542137367039686e-06, + "O": 2.471954303473467e-07, + "W": 1.94537475017853e-09, + "N": 8.773229254188664e-09, + "Y": 2.4480810679960996e-05, + "U": 2.2399443411202924e-10, + "K": 6.856475387451155e-09, + "L": 2.384961028667476e-08, + "G": 1.2773773050867021e-05, + "F": 0.006990005262196064, + "E": 1.9588674149417784e-06, + "T": 1.4870639461150859e-05, + "P": 0.01443412434309721, + "-": 0.9785193800926208 + }, + "id": "tp_24185" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3023156, + "label": "P", + "classification": { + "B": 6.737795388289669e-08, + "S": 1.420617650182976e-07, + "I": 0.000218744229641743, + "C": 1.4650638604507549e-06, + "R": 2.507774752302794e-07, + "M": 7.547974291810533e-06, + "O": 2.8384081360854907e-06, + "W": 9.001441014788725e-08, + "N": 5.212571977608604e-06, + "Y": 0.00015498172433581203, + "U": 3.671978276997834e-08, + "K": 4.3787619574686687e-07, + "L": 1.1329446181207459e-07, + "G": 2.7849328034790233e-05, + "F": 0.0007058382616378367, + "E": 0.00014200969599187374, + "T": 0.00011502324923640117, + "P": 0.514864444732666, + "-": 0.483752965927124 + }, + "id": "tp_24186" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3023257, + "label": "-", + "classification": { + "B": 2.7794756078947103e-06, + "S": 1.4261931937653571e-06, + "I": 6.047601709724404e-05, + "C": 0.00030278757913038135, + "R": 2.9486480343621224e-05, + "M": 0.0003747035807464272, + "O": 7.049256237223744e-05, + "W": 1.5911624586806283e-06, + "N": 4.433083631738555e-06, + "Y": 0.002064585918560624, + "U": 1.4662543890153756e-06, + "K": 7.471695084859675e-07, + "L": 2.765200042631477e-05, + "G": 0.0005928131868131459, + "F": 0.00578590203076601, + "E": 9.526507346890867e-05, + "T": 0.0016285580350086093, + "P": 0.0415462851524353, + "-": 0.9474086165428162 + }, + "id": "tp_24187" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3023390, + "label": "-", + "classification": { + "B": 5.210403287492227e-06, + "S": 5.105241598357679e-06, + "I": 0.0014414491597563028, + "C": 0.0014321227790787816, + "R": 0.00019706934108398855, + "M": 0.00032287344220094383, + "O": 9.506448986940086e-05, + "W": 7.029333573882468e-06, + "N": 0.00011163507588207722, + "Y": 0.003128091339021921, + "U": 1.0032365025836043e-05, + "K": 7.845120853744447e-05, + "L": 1.6345000403816812e-05, + "G": 0.001327830832451582, + "F": 0.01486977282911539, + "E": 0.0007059100898914039, + "T": 0.001481854822486639, + "P": 0.21949636936187744, + "-": 0.7552679181098938 + }, + "id": "tp_24188" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3023524, + "label": "-", + "classification": { + "B": 8.334779266760961e-08, + "S": 8.715959154415032e-08, + "I": 9.380996743857395e-06, + "C": 3.3337113336529e-07, + "R": 5.037665218310394e-08, + "M": 3.3876194720505737e-06, + "O": 3.0982130283518927e-06, + "W": 2.794816644779985e-08, + "N": 2.8070709845451347e-07, + "Y": 1.572667133586947e-05, + "U": 2.9309084048634304e-09, + "K": 3.238013190909328e-09, + "L": 1.3885477301300853e-07, + "G": 9.472966667090077e-06, + "F": 0.0004442082135938108, + "E": 5.227409474173328e-06, + "T": 3.010803811775986e-05, + "P": 0.24846765398979187, + "-": 0.7510107159614563 + }, + "id": "tp_24189" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3023657, + "label": "-", + "classification": { + "B": 1.1160648938357554e-07, + "S": 3.05747391848854e-07, + "I": 9.097167639993131e-05, + "C": 3.743749039131217e-05, + "R": 4.197811449557776e-06, + "M": 1.2149317626608536e-05, + "O": 8.503880962962285e-06, + "W": 3.566829320789111e-07, + "N": 3.1164231586444657e-06, + "Y": 0.00015696774062234908, + "U": 2.1201721267516405e-07, + "K": 6.489453312497062e-07, + "L": 8.246201446127088e-07, + "G": 4.3050647946074605e-05, + "F": 0.0016299873823300004, + "E": 1.6572133972658776e-05, + "T": 0.00019020323816221207, + "P": 0.11491709202528, + "-": 0.8828873038291931 + }, + "id": "tp_24190" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3023757, + "label": "-", + "classification": { + "B": 6.577790756523427e-09, + "S": 6.62308319299143e-10, + "I": 0.00010016895976150408, + "C": 1.150035132013727e-06, + "R": 5.5059832249071405e-08, + "M": 6.489381689789298e-07, + "O": 1.413533681215995e-07, + "W": 1.250212822156982e-09, + "N": 3.0292326869130193e-07, + "Y": 3.1045725336298347e-05, + "U": 2.559161327297943e-09, + "K": 1.8575180282809356e-09, + "L": 1.3257503539421123e-08, + "G": 7.856740921852179e-06, + "F": 0.00010633886267896742, + "E": 8.534635526302736e-06, + "T": 7.902134711912367e-06, + "P": 0.4651404321193695, + "-": 0.5345953106880188 + }, + "id": "tp_24191" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3023891, + "label": "-", + "classification": { + "B": 1.256005543837091e-05, + "S": 2.849488282663515e-06, + "I": 0.0007859774050302804, + "C": 0.00023943072301335633, + "R": 6.438268610509112e-05, + "M": 0.0001939823414431885, + "O": 0.0001251961657544598, + "W": 2.263831675008987e-06, + "N": 1.0844651114894077e-05, + "Y": 0.0006568643730133772, + "U": 5.367408562051423e-07, + "K": 4.3818353390179254e-08, + "L": 4.687421096605249e-05, + "G": 0.0008602043380960822, + "F": 0.0014877079520374537, + "E": 4.088768764631823e-05, + "T": 0.0004760277224704623, + "P": 0.24762524664402008, + "-": 0.7473681569099426 + }, + "id": "tp_24192" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3024024, + "label": "-", + "classification": { + "B": 1.8511244093133428e-08, + "S": 8.228318471026341e-09, + "I": 0.00018860047566704452, + "C": 9.878462151391432e-06, + "R": 8.449700885648781e-07, + "M": 3.620921415858902e-05, + "O": 2.454346940794494e-06, + "W": 2.0046449833444058e-08, + "N": 9.285740816267207e-07, + "Y": 0.0001049117126967758, + "U": 3.148826976939745e-08, + "K": 3.8577567806896695e-09, + "L": 4.5668784309782495e-07, + "G": 2.407530882919673e-05, + "F": 7.780957093928009e-05, + "E": 2.2384974727174267e-05, + "T": 0.00025960872881114483, + "P": 0.11133112758398056, + "-": 0.8879406452178955 + }, + "id": "tp_24193" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3024157, + "label": "-", + "classification": { + "B": 5.1709321269299835e-05, + "S": 3.0969735234975815e-05, + "I": 0.0004444435762707144, + "C": 0.00015242499648593366, + "R": 6.111404945841059e-05, + "M": 0.0003956368600483984, + "O": 0.00048769862041808665, + "W": 3.015266338479705e-05, + "N": 3.615249806898646e-05, + "Y": 0.0012293137842789292, + "U": 2.9713780804740964e-06, + "K": 2.4308435513376025e-06, + "L": 7.577010546810925e-05, + "G": 0.0008085864246822894, + "F": 0.011213517747819424, + "E": 0.00015861487190704793, + "T": 0.0011018263176083565, + "P": 0.1204274520277977, + "-": 0.8632892370223999 + }, + "id": "tp_24194" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3024258, + "label": "-", + "classification": { + "B": 5.006050685096852e-09, + "S": 6.994030687934583e-09, + "I": 2.170516154365032e-06, + "C": 1.020999661704991e-06, + "R": 1.2993831433050218e-07, + "M": 6.149713840386539e-07, + "O": 7.955140972626396e-07, + "W": 1.4563665828859484e-08, + "N": 3.967371853264012e-08, + "Y": 8.011817408259958e-05, + "U": 5.5672431109599074e-09, + "K": 2.1801938032695034e-08, + "L": 2.8118126493836826e-08, + "G": 5.733784291805932e-06, + "F": 0.0004827723023481667, + "E": 1.0407717354610213e-06, + "T": 1.337280627922155e-05, + "P": 0.023633917793631554, + "-": 0.9757781624794006 + }, + "id": "tp_24195" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3024391, + "label": "P", + "classification": { + "B": 2.0324921745640268e-09, + "S": 2.070133842124733e-09, + "I": 6.44859901512973e-05, + "C": 5.674388603438274e-07, + "R": 6.951567144142246e-08, + "M": 1.034501565300161e-06, + "O": 1.662103983335328e-07, + "W": 6.206265723562865e-09, + "N": 4.871805003858753e-07, + "Y": 2.019697058130987e-05, + "U": 6.0112363975406424e-09, + "K": 3.058014286239086e-08, + "L": 8.821016805882209e-09, + "G": 1.974498445633799e-06, + "F": 0.00013085434329696, + "E": 1.2410012459440622e-05, + "T": 1.9960032659582794e-05, + "P": 0.5759665369987488, + "-": 0.4237811863422394 + }, + "id": "tp_24196" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3024525, + "label": "-", + "classification": { + "B": 1.8870399571824237e-06, + "S": 8.033844096644316e-07, + "I": 0.0035185159649699926, + "C": 0.001321994117461145, + "R": 0.0005408559227362275, + "M": 0.0006852945662103593, + "O": 0.00014265495701692998, + "W": 5.477793365571415e-06, + "N": 5.002810576115735e-05, + "Y": 0.007176878862082958, + "U": 9.989917089114897e-06, + "K": 6.469282197940629e-06, + "L": 3.7449564842972904e-05, + "G": 0.0020976802334189415, + "F": 0.0017406558617949486, + "E": 0.0002309167612111196, + "T": 0.004168711137026548, + "P": 0.05701975151896477, + "-": 0.9212439656257629 + }, + "id": "tp_24197" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3024658, + "label": "-", + "classification": { + "B": 4.295021881262073e-06, + "S": 2.6374262233730406e-05, + "I": 0.0031655423808842897, + "C": 0.0003955496067646891, + "R": 9.423113806406036e-05, + "M": 0.0007930764695629478, + "O": 0.00019108675769530237, + "W": 1.3701902389584575e-05, + "N": 0.0002871951728593558, + "Y": 0.006790746934711933, + "U": 1.5378513126051985e-05, + "K": 0.0001630271872272715, + "L": 2.0934272470185533e-05, + "G": 0.001149152172729373, + "F": 0.004751626867800951, + "E": 0.0017544650472700596, + "T": 0.0034911558032035828, + "P": 0.21699875593185425, + "-": 0.7598935961723328 + }, + "id": "tp_24198" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3024758, + "label": "-", + "classification": { + "B": 1.230687485076487e-05, + "S": 4.993721631763037e-06, + "I": 0.00025766665930859745, + "C": 0.00018626359815243632, + "R": 0.00010542717791395262, + "M": 0.0009887221967801452, + "O": 0.00035320300958119333, + "W": 1.1557137440831866e-05, + "N": 5.858375061507104e-06, + "Y": 0.003311445703729987, + "U": 1.2648691836147918e-06, + "K": 1.4258290548241348e-07, + "L": 0.00012283863907214254, + "G": 0.0007478520274162292, + "F": 0.002110447734594345, + "E": 6.720482633681968e-05, + "T": 0.0018805956933647394, + "P": 0.025410423055291176, + "-": 0.9644217491149902 + }, + "id": "tp_24199" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3024892, + "label": "-", + "classification": { + "B": 1.2604065013910315e-10, + "S": 3.6623575699890054e-11, + "I": 2.5169372293021297e-06, + "C": 8.957020725119946e-08, + "R": 3.469835752056838e-09, + "M": 3.2526409654565214e-07, + "O": 3.197454390146959e-08, + "W": 1.6376897060688123e-10, + "N": 1.0025490659870684e-08, + "Y": 1.235063791682478e-05, + "U": 1.9607124257525754e-10, + "K": 2.5581645690664345e-09, + "L": 6.638763427879724e-10, + "G": 1.2520146128736087e-06, + "F": 2.378040699113626e-05, + "E": 1.4128154361969791e-06, + "T": 3.650469125204836e-06, + "P": 0.022335056215524673, + "-": 0.9776195287704468 + }, + "id": "tp_24200" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3025025, + "label": "-", + "classification": { + "B": 6.788857717765495e-05, + "S": 1.926105142047163e-05, + "I": 0.0029669497162103653, + "C": 0.0007303834427148104, + "R": 0.0002451057662256062, + "M": 0.002012629061937332, + "O": 0.0005213243421167135, + "W": 1.8405544324195944e-05, + "N": 6.7872904764954e-05, + "Y": 0.0040711029432713985, + "U": 1.9130562577629462e-05, + "K": 3.081612248934107e-06, + "L": 0.0004630876937881112, + "G": 0.00573000917211175, + "F": 0.0046104020439088345, + "E": 0.0009629176347516477, + "T": 0.006932990159839392, + "P": 0.09475602954626083, + "-": 0.8758013844490051 + }, + "id": "tp_24201" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3025125, + "label": "-", + "classification": { + "B": 3.700173749621172e-07, + "S": 2.837469537553261e-06, + "I": 7.119469228200614e-05, + "C": 0.00021612491400446743, + "R": 5.691470141755417e-05, + "M": 0.0004426733939908445, + "O": 0.00012942790635861456, + "W": 2.026786660280777e-06, + "N": 5.312705980031751e-06, + "Y": 0.018094968050718307, + "U": 5.67608083201776e-07, + "K": 1.7049855159712024e-05, + "L": 4.6913381083868444e-05, + "G": 0.005760951898992062, + "F": 0.04489988461136818, + "E": 9.430639329366386e-05, + "T": 0.005242505576461554, + "P": 0.005698859691619873, + "-": 0.9192171096801758 + }, + "id": "tp_24202" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3025259, + "label": "-", + "classification": { + "B": 1.0382000255049206e-06, + "S": 2.1224955162324477e-06, + "I": 0.00010427804227219895, + "C": 3.801808270509355e-05, + "R": 1.3555158147937618e-05, + "M": 0.00014351995196193457, + "O": 5.386470365920104e-05, + "W": 2.190635086662951e-06, + "N": 3.2750062928244006e-06, + "Y": 0.0008000183152034879, + "U": 2.766164470813237e-07, + "K": 1.4808789501330466e-06, + "L": 7.11137181497179e-06, + "G": 0.0002724730293266475, + "F": 0.00897379219532013, + "E": 5.5418317060684785e-05, + "T": 0.0003776590747293085, + "P": 0.03893370181322098, + "-": 0.9502161741256714 + }, + "id": "tp_24203" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3025392, + "label": "-", + "classification": { + "B": 1.0272475265082903e-05, + "S": 5.77718719796394e-06, + "I": 0.00018376846855971962, + "C": 0.00013464163930620998, + "R": 2.2779746359447017e-05, + "M": 0.00035544036654755473, + "O": 0.00015172551502473652, + "W": 8.557604814996012e-06, + "N": 1.2418226106092334e-05, + "Y": 0.0008917454397305846, + "U": 2.1538849068747368e-06, + "K": 2.292422550453921e-06, + "L": 2.7616435545496643e-05, + "G": 0.00039168662624433637, + "F": 0.003066862002015114, + "E": 0.00014583203301299363, + "T": 0.001121609820984304, + "P": 0.07440908253192902, + "-": 0.9190558791160583 + }, + "id": "tp_24204" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3025526, + "label": "-", + "classification": { + "B": 2.65596536337398e-05, + "S": 1.51610129250912e-05, + "I": 0.0003319425159133971, + "C": 4.130472370889038e-05, + "R": 7.21309288564953e-06, + "M": 0.00011874253686983138, + "O": 0.00012693082680925727, + "W": 7.2981047196662985e-06, + "N": 2.8675165594904684e-05, + "Y": 0.0002261009212816134, + "U": 1.0267199286317918e-06, + "K": 1.4642399719377863e-06, + "L": 1.8887105397880077e-05, + "G": 0.00035469603608362377, + "F": 0.006414684467017651, + "E": 0.0004455850867088884, + "T": 0.0003649865393526852, + "P": 0.23319163918495178, + "-": 0.7582770586013794 + }, + "id": "tp_24205" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3025626, + "label": "-", + "classification": { + "B": 2.4474435122101568e-05, + "S": 1.1099600669695064e-05, + "I": 0.0002597432176116854, + "C": 0.00020035025954712182, + "R": 3.5583070712164044e-05, + "M": 0.00028844494954682887, + "O": 0.00016775816038716584, + "W": 1.2463274288165849e-05, + "N": 2.7129563022754155e-05, + "Y": 0.0017271082615479827, + "U": 7.191251825133804e-06, + "K": 1.5154783795878757e-05, + "L": 4.295053076930344e-05, + "G": 0.000894604017958045, + "F": 0.022921280935406685, + "E": 0.00034555624006316066, + "T": 0.001237467280589044, + "P": 0.11892028152942657, + "-": 0.8528612852096558 + }, + "id": "tp_24206" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3025759, + "label": "-", + "classification": { + "B": 1.4815674376222887e-07, + "S": 1.4748444243650738e-07, + "I": 6.826708158769179e-06, + "C": 1.1312199603707995e-05, + "R": 1.4816770317338523e-06, + "M": 2.8599662982742302e-05, + "O": 6.521773229906103e-06, + "W": 7.805204660371601e-08, + "N": 1.7589536582818255e-07, + "Y": 0.00031308556208387017, + "U": 2.208498628419875e-08, + "K": 1.208516806627813e-07, + "L": 1.0574343605185277e-06, + "G": 9.43909035413526e-05, + "F": 0.00549016147851944, + "E": 1.6190462702070363e-05, + "T": 9.243017120752484e-05, + "P": 0.008782947435975075, + "-": 0.9851544499397278 + }, + "id": "tp_24207" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3025893, + "label": "-", + "classification": { + "B": 4.293005622457713e-05, + "S": 1.2240691830811556e-05, + "I": 0.00019309253548271954, + "C": 0.0003739655076060444, + "R": 4.9506248615216464e-05, + "M": 0.0008273703278973699, + "O": 0.00018489865760784596, + "W": 7.20032448953134e-06, + "N": 1.0807864782691468e-05, + "Y": 0.0024574834387749434, + "U": 2.1745368030678947e-06, + "K": 6.362656677083578e-06, + "L": 7.910691056167707e-05, + "G": 0.0022039362229406834, + "F": 0.018939876928925514, + "E": 0.0005383901880122721, + "T": 0.0012583513744175434, + "P": 0.0317075252532959, + "-": 0.9411046504974365 + }, + "id": "tp_24208" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3026026, + "label": "-", + "classification": { + "B": 1.8433757124902694e-12, + "S": 9.724923991094592e-12, + "I": 5.958781201798047e-08, + "C": 1.1680303835248651e-08, + "R": 1.5643863982006678e-09, + "M": 9.24242371524997e-08, + "O": 1.3535312426427026e-08, + "W": 2.196843748580868e-11, + "N": 1.7865060819577394e-10, + "Y": 8.869105840858538e-06, + "U": 1.2141383384789428e-11, + "K": 9.950917173595641e-11, + "L": 3.6295783045758867e-10, + "G": 2.894366559758055e-07, + "F": 2.7455158488010056e-05, + "E": 4.207707604564348e-08, + "T": 4.3863742575922515e-06, + "P": 0.00261221663095057, + "-": 0.9973465204238892 + }, + "id": "tp_24209" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3026126, + "label": "-", + "classification": { + "B": 1.7402896901330678e-08, + "S": 7.042079630537046e-08, + "I": 8.294262556773901e-07, + "C": 1.9394357764213055e-07, + "R": 8.304943577286394e-08, + "M": 8.041562978178263e-06, + "O": 7.342498975049239e-06, + "W": 4.34236504531782e-08, + "N": 2.2130164367695215e-08, + "Y": 4.179261304670945e-05, + "U": 8.858416222778942e-10, + "K": 8.857537481254951e-10, + "L": 3.623985946887842e-07, + "G": 9.232615411747247e-06, + "F": 0.0007624284480698407, + "E": 3.276347229075327e-07, + "T": 5.0355007260804996e-05, + "P": 0.006079850252717733, + "-": 0.993039071559906 + }, + "id": "tp_24210" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3026260, + "label": "-", + "classification": { + "B": 0.00019821934984065592, + "S": 0.00013952766312286258, + "I": 0.0014686731155961752, + "C": 0.0003127103263977915, + "R": 7.852915587136522e-05, + "M": 0.0018599970499053597, + "O": 0.001120797824114561, + "W": 6.431197107303888e-05, + "N": 0.000291746313450858, + "Y": 0.001928176498040557, + "U": 2.5633062250562944e-05, + "K": 1.539680852147285e-05, + "L": 0.0002601775049697608, + "G": 0.0018344334093853831, + "F": 0.011487548239529133, + "E": 0.0018230625428259373, + "T": 0.005104666110128164, + "P": 0.256234735250473, + "-": 0.7157516479492188 + }, + "id": "tp_24211" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3026393, + "label": "-", + "classification": { + "B": 1.8108599761035293e-05, + "S": 2.5531058781780303e-05, + "I": 0.00011396584886824712, + "C": 0.00023876706836745143, + "R": 5.663081174134277e-05, + "M": 0.001890986692160368, + "O": 0.0002993322559632361, + "W": 1.1100433766841888e-05, + "N": 6.822675459261518e-06, + "Y": 0.008338718675076962, + "U": 6.422333740374597e-07, + "K": 5.5544292081322055e-06, + "L": 6.296709761954844e-05, + "G": 0.0013785312185063958, + "F": 0.008877857588231564, + "E": 0.00031377081177197397, + "T": 0.0044433907605707645, + "P": 0.012166970409452915, + "-": 0.9617502689361572 + }, + "id": "tp_24212" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3026527, + "label": "-", + "classification": { + "B": 6.422462774935411e-06, + "S": 6.370270966726821e-06, + "I": 3.297871444374323e-05, + "C": 0.0001917525805765763, + "R": 2.130744542228058e-05, + "M": 0.00013316760305315256, + "O": 5.946197416051291e-05, + "W": 4.7007638386276085e-06, + "N": 3.7594709283439443e-06, + "Y": 0.0009975238936021924, + "U": 1.3069881106275716e-06, + "K": 1.4115794328972697e-05, + "L": 1.869258085207548e-05, + "G": 0.0007408710080198944, + "F": 0.060249213129282, + "E": 0.00014554403605870903, + "T": 0.00046575022861361504, + "P": 0.04083201289176941, + "-": 0.8960750102996826 + }, + "id": "tp_24213" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3026627, + "label": "-", + "classification": { + "B": 1.604081774075894e-07, + "S": 3.2788257442462054e-08, + "I": 7.870353147154674e-05, + "C": 2.3038895960780792e-05, + "R": 2.5705260213726433e-06, + "M": 3.511223621899262e-05, + "O": 4.7414537220902275e-06, + "W": 1.0335999434119003e-07, + "N": 1.2236979500812595e-06, + "Y": 0.0008042622357606888, + "U": 1.9098547454632353e-07, + "K": 1.481451363360975e-06, + "L": 5.288749775900214e-07, + "G": 0.00018890875799115747, + "F": 0.0005948550533503294, + "E": 7.607082079630345e-05, + "T": 0.00024134735576808453, + "P": 0.035923223942518234, + "-": 0.9620234966278076 + }, + "id": "tp_24214" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3026760, + "label": "-", + "classification": { + "B": 5.138685921224351e-09, + "S": 1.1789230036640674e-08, + "I": 8.773399713390972e-06, + "C": 2.0020352167193778e-06, + "R": 2.549052737776947e-07, + "M": 1.2219205018482171e-05, + "O": 1.9081905975326663e-06, + "W": 1.106874769618571e-08, + "N": 1.4405762271962885e-07, + "Y": 0.00030213635182008147, + "U": 1.3402794429850928e-08, + "K": 4.7606476982764434e-08, + "L": 1.3808352150590508e-07, + "G": 1.870673440862447e-05, + "F": 0.0001597840164322406, + "E": 3.7125817016203655e-06, + "T": 0.00020156220125500113, + "P": 0.007133795414119959, + "-": 0.9921547770500183 + }, + "id": "tp_24215" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3026894, + "label": "-", + "classification": { + "B": 2.842507092282176e-05, + "S": 1.7375135939801112e-05, + "I": 0.002952178940176964, + "C": 0.009814945049583912, + "R": 0.0024300026707351208, + "M": 0.003451188560575247, + "O": 0.0006718859076499939, + "W": 4.70192899229005e-05, + "N": 0.00015228729171212763, + "Y": 0.06950018554925919, + "U": 8.703024650458246e-05, + "K": 0.00012512579269241542, + "L": 0.0003559318429324776, + "G": 0.010571821592748165, + "F": 0.012045762501657009, + "E": 0.001461512641981244, + "T": 0.013075632974505424, + "P": 0.02953113429248333, + "-": 0.8436806797981262 + }, + "id": "tp_24216" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3027027, + "label": "-", + "classification": { + "B": 0.0005072118365205824, + "S": 0.0002096351090585813, + "I": 0.0006780657568015158, + "C": 0.0028538107872009277, + "R": 0.0007980996160767972, + "M": 0.007617815397679806, + "O": 0.001725651090964675, + "W": 0.00012612923455890268, + "N": 7.460996130248532e-05, + "Y": 0.009026925079524517, + "U": 4.13976376876235e-05, + "K": 3.737903534783982e-05, + "L": 0.0011791475117206573, + "G": 0.008086464367806911, + "F": 0.02812652289867401, + "E": 0.0011694704880937934, + "T": 0.0076004029251635075, + "P": 0.030746305361390114, + "-": 0.8993949294090271 + }, + "id": "tp_24217" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3027127, + "label": "-", + "classification": { + "B": 8.664543202030472e-06, + "S": 1.690948374744039e-05, + "I": 0.0004993340699002147, + "C": 0.00014434903278015554, + "R": 3.984865179518238e-05, + "M": 0.002416525734588504, + "O": 0.0002784784301184118, + "W": 1.3041039892414119e-05, + "N": 4.0989245462697e-05, + "Y": 0.008404269814491272, + "U": 3.6980563891120255e-06, + "K": 2.9624357921420597e-05, + "L": 5.795108882011846e-05, + "G": 0.002261323854327202, + "F": 0.012908064760267735, + "E": 0.0015737947542220354, + "T": 0.0037298200186342, + "P": 0.04321260005235672, + "-": 0.9243608713150024 + }, + "id": "tp_24218" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3027261, + "label": "-", + "classification": { + "B": 2.8681942154662465e-08, + "S": 1.7110818317789267e-10, + "I": 1.3805032494929037e-06, + "C": 1.8245935962113435e-07, + "R": 3.874756870914098e-08, + "M": 1.6775578615124687e-06, + "O": 7.320415988942841e-07, + "W": 7.27065130323723e-10, + "N": 3.3540501487294705e-09, + "Y": 9.850804417510517e-06, + "U": 6.343559011412481e-10, + "K": 1.7120799569725342e-11, + "L": 1.2375406299725e-07, + "G": 1.3853506970917806e-05, + "F": 1.7339756595902145e-05, + "E": 2.3686739325512463e-07, + "T": 2.4336281057912856e-05, + "P": 0.01656871847808361, + "-": 0.983361542224884 + }, + "id": "tp_24219" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3027394, + "label": "-", + "classification": { + "B": 5.589958163909614e-06, + "S": 2.2077224457461853e-06, + "I": 0.0007176933577284217, + "C": 0.00019283831352367997, + "R": 3.1704264984000474e-05, + "M": 0.00032553321216255426, + "O": 0.0001119437365559861, + "W": 5.310065262165153e-06, + "N": 3.563375867088325e-05, + "Y": 0.002506168093532324, + "U": 4.79065602121409e-06, + "K": 9.23099105420988e-06, + "L": 2.065331136691384e-05, + "G": 0.001092699822038412, + "F": 0.005217736586928368, + "E": 0.0004165333230048418, + "T": 0.0011372752487659454, + "P": 0.09663268178701401, + "-": 0.8915337920188904 + }, + "id": "tp_24220" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3027528, + "label": "-", + "classification": { + "B": 3.290565686597802e-08, + "S": 2.2165295376908034e-08, + "I": 4.952703966409899e-05, + "C": 2.6139753117604414e-06, + "R": 3.579409906251385e-07, + "M": 5.436485935206292e-06, + "O": 1.5010052720754175e-06, + "W": 2.957012057436259e-08, + "N": 9.444835882277403e-07, + "Y": 0.00030261691426858306, + "U": 3.134022463768815e-08, + "K": 2.4111886887112632e-06, + "L": 1.0345247858367657e-07, + "G": 9.481639426667243e-05, + "F": 0.0026822674553841352, + "E": 9.167012467514724e-05, + "T": 8.043081470532343e-05, + "P": 0.042961958795785904, + "-": 0.9537233114242554 + }, + "id": "tp_24221" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3027628, + "label": "-", + "classification": { + "B": 5.114752510415599e-10, + "S": 6.10894834718323e-10, + "I": 2.162755663448479e-07, + "C": 1.0493154789514847e-08, + "R": 9.242050458269091e-10, + "M": 1.4892609101480048e-07, + "O": 4.33024531787396e-08, + "W": 2.994571257630696e-10, + "N": 1.1906300834141348e-08, + "Y": 4.167119550402276e-05, + "U": 2.1626678226027707e-10, + "K": 2.8872085522380075e-07, + "L": 2.0713571136088405e-10, + "G": 1.951863396243425e-06, + "F": 0.0001704461610643193, + "E": 2.6144314233533805e-06, + "T": 8.38957384985406e-06, + "P": 0.014760597608983517, + "-": 0.9850135445594788 + }, + "id": "tp_24222" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3027761, + "label": "-", + "classification": { + "B": 1.3117868036260916e-07, + "S": 2.174310793634504e-07, + "I": 1.2033180610160343e-05, + "C": 1.5724759578006342e-05, + "R": 2.874118081308552e-06, + "M": 1.3953130292065907e-05, + "O": 7.479513897123979e-06, + "W": 1.8551241964814835e-07, + "N": 2.602897382075753e-07, + "Y": 0.000155822912347503, + "U": 3.620362321044013e-08, + "K": 1.3616399563431969e-08, + "L": 1.5851406942601898e-06, + "G": 5.419294029707089e-05, + "F": 0.001191271934658289, + "E": 2.7543972009880235e-06, + "T": 0.00018710967560764402, + "P": 0.04586704820394516, + "-": 0.9524874091148376 + }, + "id": "tp_24223" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3027895, + "label": "-", + "classification": { + "B": 3.445404725410661e-11, + "S": 4.8091863824595293e-11, + "I": 2.0772557718373719e-07, + "C": 5.3666912691596735e-08, + "R": 7.737643858973797e-10, + "M": 3.9828648823458934e-08, + "O": 1.6862518492644085e-08, + "W": 6.180420064616499e-11, + "N": 3.4196718790013847e-09, + "Y": 3.20001709042117e-06, + "U": 6.572187238873539e-11, + "K": 3.4737492882186416e-09, + "L": 2.05959985177806e-10, + "G": 6.647186978625541e-07, + "F": 0.00034847110509872437, + "E": 4.0292471226166526e-07, + "T": 8.106210316327633e-07, + "P": 0.03105807490646839, + "-": 0.9685880541801453 + }, + "id": "tp_24224" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3028028, + "label": "-", + "classification": { + "B": 8.450319377955305e-16, + "S": 1.960285978138375e-14, + "I": 3.414363583531532e-11, + "C": 1.4894935285170163e-10, + "R": 4.796698194892146e-12, + "M": 7.836850279829832e-09, + "O": 2.0286360091770206e-10, + "W": 1.427285413880923e-14, + "N": 2.8112007079833523e-14, + "Y": 8.128831154863292e-07, + "U": 7.837210990348632e-16, + "K": 5.704009313489689e-14, + "L": 3.5412983309668356e-12, + "G": 1.876856536853211e-08, + "F": 5.289412911224645e-06, + "E": 5.057259819252202e-11, + "T": 2.3896893708297284e-07, + "P": 2.050278999377042e-05, + "-": 0.9999731779098511 + }, + "id": "tp_24225" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3028128, + "label": "-", + "classification": { + "B": 3.2638483027369602e-09, + "S": 1.8436795201637324e-08, + "I": 1.5892042029008735e-06, + "C": 3.3085082122852327e-06, + "R": 8.537247708773066e-07, + "M": 6.20063510723412e-05, + "O": 4.4212606553628575e-06, + "W": 3.3192723236652455e-08, + "N": 3.296533179764083e-08, + "Y": 0.0010499367490410805, + "U": 1.2696767193176584e-08, + "K": 1.1863452442639755e-07, + "L": 4.790002776644542e-07, + "G": 4.241923670633696e-05, + "F": 0.0006992782582528889, + "E": 1.6713079276087228e-06, + "T": 0.00026482457178644836, + "P": 0.0015505122719332576, + "-": 0.9963185787200928 + }, + "id": "tp_24226" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3028262, + "label": "-", + "classification": { + "B": 3.3476488248140868e-09, + "S": 1.1832844926118469e-08, + "I": 6.152728815322916e-08, + "C": 1.5999194147298113e-07, + "R": 4.764082461861108e-08, + "M": 3.292068640803336e-06, + "O": 1.4461436421697726e-06, + "W": 1.0808485662039402e-08, + "N": 2.1115771353663604e-09, + "Y": 0.00011974144581472501, + "U": 8.279297802893382e-10, + "K": 2.0508947429220825e-08, + "L": 1.255282171541694e-07, + "G": 1.1275480574113317e-05, + "F": 0.0002627373323775828, + "E": 1.873760737680641e-07, + "T": 0.00011042729602195323, + "P": 0.0008023064583539963, + "-": 0.9986880421638489 + }, + "id": "tp_24227" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3028395, + "label": "-", + "classification": { + "B": 1.4669007120104993e-09, + "S": 3.8301848803712346e-08, + "I": 3.925583314412506e-06, + "C": 2.0025363483000547e-06, + "R": 2.4922621832956793e-07, + "M": 1.71356919054233e-06, + "O": 1.2906814390589716e-06, + "W": 4.498236094718777e-08, + "N": 2.863456529667019e-07, + "Y": 0.00011213067773496732, + "U": 1.063394883260571e-08, + "K": 1.0273049610987073e-06, + "L": 1.8200118745426153e-08, + "G": 3.5919988476962317e-06, + "F": 0.0018444122979417443, + "E": 2.6638160761649488e-06, + "T": 4.818896559299901e-05, + "P": 0.021686671301722527, + "-": 0.9762917160987854 + }, + "id": "tp_24228" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3028529, + "label": "-", + "classification": { + "B": 1.041732300421927e-08, + "S": 1.481290183846795e-07, + "I": 1.4219965123629663e-05, + "C": 3.2737734727561474e-05, + "R": 3.33973252963915e-06, + "M": 2.5882740374072455e-05, + "O": 1.1052395166188944e-05, + "W": 2.378663026547656e-07, + "N": 6.518901614072092e-07, + "Y": 0.0005335063906386495, + "U": 8.512662930115766e-08, + "K": 1.18655134428991e-06, + "L": 6.586774361494463e-07, + "G": 8.42536028358154e-05, + "F": 0.00351709988899529, + "E": 8.46933380671544e-06, + "T": 0.0002489072794560343, + "P": 0.011806396767497063, + "-": 0.9837111830711365 + }, + "id": "tp_24229" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3028629, + "label": "-", + "classification": { + "B": 2.1186478988965973e-05, + "S": 2.9324550268938765e-05, + "I": 0.0013059066841378808, + "C": 0.001504634041339159, + "R": 0.0004693485388997942, + "M": 0.0005713300197385252, + "O": 0.0003740627726074308, + "W": 3.5567609302233905e-05, + "N": 0.00010890176054090261, + "Y": 0.01033945381641388, + "U": 7.028987602097914e-05, + "K": 0.0001461153442505747, + "L": 8.854985208017752e-05, + "G": 0.001937246648594737, + "F": 0.010689624585211277, + "E": 0.0005575522664003074, + "T": 0.00566538842394948, + "P": 0.06000629439949989, + "-": 0.9060792922973633 + }, + "id": "tp_24230" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3028762, + "label": "-", + "classification": { + "B": 2.9362459827098064e-05, + "S": 2.1264588212943636e-05, + "I": 7.923277007648721e-05, + "C": 0.00016639172099530697, + "R": 3.050488703593146e-05, + "M": 0.0007508693961426616, + "O": 0.00015001805149950087, + "W": 6.689158453809796e-06, + "N": 6.928744369361084e-06, + "Y": 0.006060122046619654, + "U": 1.894086835818598e-06, + "K": 1.7202697563334368e-05, + "L": 5.78431790927425e-05, + "G": 0.002568612340837717, + "F": 0.035014558583498, + "E": 0.0001798816374503076, + "T": 0.0030078834388405085, + "P": 0.01349666342139244, + "-": 0.9383541345596313 + }, + "id": "tp_24231" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3028896, + "label": "-", + "classification": { + "B": 1.9283433516648074e-08, + "S": 7.668591983645001e-09, + "I": 1.2946748938702513e-05, + "C": 8.482206794724334e-07, + "R": 1.5062741454130446e-07, + "M": 5.93268737247854e-07, + "O": 7.742791581222264e-07, + "W": 1.8998671080794338e-08, + "N": 2.7912727773582446e-07, + "Y": 2.9848133635823615e-05, + "U": 2.0193876792973242e-08, + "K": 6.093760873682186e-08, + "L": 2.0052745242082892e-08, + "G": 4.757812803291017e-06, + "F": 8.315331069752574e-05, + "E": 2.6468944724911125e-06, + "T": 3.200838909833692e-05, + "P": 0.1269560009241104, + "-": 0.8728758096694946 + }, + "id": "tp_24232" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3029029, + "label": "-", + "classification": { + "B": 1.294547018915182e-06, + "S": 1.5483004744965e-06, + "I": 2.6952144253300503e-05, + "C": 2.976913128804881e-05, + "R": 8.073384378803894e-06, + "M": 4.549057121039368e-05, + "O": 4.123262988287024e-05, + "W": 1.4819933085163939e-06, + "N": 1.66014638125489e-06, + "Y": 0.0004551112069748342, + "U": 2.8998385914746905e-07, + "K": 1.0227006441709818e-06, + "L": 3.5119301173835993e-06, + "G": 0.00010361928434576839, + "F": 0.0021299023646861315, + "E": 1.2485878869483713e-05, + "T": 0.00034353494993411005, + "P": 0.02382342703640461, + "-": 0.9729695916175842 + }, + "id": "tp_24233" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3029129, + "label": "-", + "classification": { + "B": 1.1528918548719957e-05, + "S": 2.1810285488754744e-06, + "I": 7.12026230758056e-05, + "C": 3.077628571190871e-05, + "R": 7.325187198148342e-06, + "M": 0.0007719245040789247, + "O": 8.261539915110916e-05, + "W": 1.4487883390756906e-06, + "N": 2.2519773210660787e-06, + "Y": 0.002638341626152396, + "U": 4.840929932470317e-07, + "K": 5.460325382955489e-07, + "L": 2.4972456230898388e-05, + "G": 0.0009173397556878626, + "F": 0.0029564739670604467, + "E": 0.0001295847469009459, + "T": 0.0012539139715954661, + "P": 0.01643100567162037, + "-": 0.9746661186218262 + }, + "id": "tp_24234" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3029263, + "label": "-", + "classification": { + "B": 3.7405317243610625e-07, + "S": 1.6640669286971388e-07, + "I": 3.522920815157704e-05, + "C": 1.8413543330098037e-06, + "R": 1.9956846131208295e-07, + "M": 1.7604552340344526e-05, + "O": 4.25970074502402e-06, + "W": 1.103103954847029e-07, + "N": 7.026364414741693e-07, + "Y": 0.00011167421325808391, + "U": 2.2820742628937296e-08, + "K": 1.3128961029451602e-07, + "L": 2.749958412096021e-07, + "G": 2.4108578145387582e-05, + "F": 0.0014135717647150159, + "E": 4.900597195955925e-05, + "T": 3.5727349313674495e-05, + "P": 0.12373700737953186, + "-": 0.874567985534668 + }, + "id": "tp_24235" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3029396, + "label": "-", + "classification": { + "B": 6.132986527518369e-06, + "S": 2.0845213555276132e-08, + "I": 1.0198892397283998e-07, + "C": 2.721764928992343e-07, + "R": 1.2734410859138734e-07, + "M": 7.255863692989806e-06, + "O": 1.0177177500736434e-05, + "W": 3.145303750784478e-08, + "N": 4.3880912792282345e-10, + "Y": 1.4615051441069227e-05, + "U": 2.856300751474805e-10, + "K": 9.419667303112167e-12, + "L": 4.35926176578505e-06, + "G": 3.9302034565480426e-05, + "F": 0.0002269783290103078, + "E": 8.02688262524498e-08, + "T": 1.1518810424604453e-05, + "P": 0.000626112858299166, + "-": 0.9990529417991638 + }, + "id": "tp_24236" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3029530, + "label": "P", + "classification": { + "B": 1.9646837756681634e-07, + "S": 6.712355116178514e-07, + "I": 0.00019523630908224732, + "C": 1.1210269121875172e-06, + "R": 2.4682427124389505e-07, + "M": 7.742070806671109e-07, + "O": 1.3298794101501699e-06, + "W": 2.0187482618894137e-07, + "N": 2.43330196099123e-05, + "Y": 1.1730869118764531e-05, + "U": 1.1339616179384393e-07, + "K": 1.932294935613754e-06, + "L": 4.948367759993744e-08, + "G": 3.985860075772507e-06, + "F": 0.0005187951028347015, + "E": 6.245718395803124e-05, + "T": 1.795782554836478e-05, + "P": 0.9435557723045349, + "-": 0.05560317263007164 + }, + "id": "tp_24237" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3029630, + "label": "-", + "classification": { + "B": 4.3657121295836987e-07, + "S": 1.521258354841848e-06, + "I": 3.1308118195738643e-05, + "C": 2.1503827156266198e-05, + "R": 3.5106108953186776e-06, + "M": 5.495445748238126e-06, + "O": 1.2058435459039174e-05, + "W": 8.813482281766483e-07, + "N": 4.979021923645632e-06, + "Y": 0.0002328674163436517, + "U": 4.362528613910399e-07, + "K": 1.195449112856295e-05, + "L": 3.8818896541670256e-07, + "G": 5.258235614746809e-05, + "F": 0.008236490190029144, + "E": 3.361466951901093e-05, + "T": 0.0001161524050985463, + "P": 0.1548156887292862, + "-": 0.8364182114601135 + }, + "id": "tp_24238" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3029763, + "label": "-", + "classification": { + "B": 3.6615233067749386e-10, + "S": 1.4787834290430624e-09, + "I": 7.205774750218552e-07, + "C": 6.914272034919122e-07, + "R": 1.0729831956268754e-07, + "M": 1.4395087646335014e-06, + "O": 2.0621750707050523e-07, + "W": 1.659035908652129e-09, + "N": 7.475753349694969e-09, + "Y": 0.00010229904000880197, + "U": 1.928998738520704e-09, + "K": 3.757570610218863e-08, + "L": 9.412713275480655e-09, + "G": 3.512321882226388e-06, + "F": 0.00021003096480853856, + "E": 2.734320503350318e-07, + "T": 4.8564917960902676e-05, + "P": 0.005018723662942648, + "-": 0.9946133494377136 + }, + "id": "tp_24239" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3029897, + "label": "-", + "classification": { + "B": 8.524948498234153e-06, + "S": 9.271190720028244e-06, + "I": 0.00012606685049831867, + "C": 2.55565009865677e-05, + "R": 4.127171450818423e-06, + "M": 0.0009743571863509715, + "O": 0.00011269928654655814, + "W": 3.7696054278058e-06, + "N": 8.005195013538469e-06, + "Y": 0.0015272422460839152, + "U": 7.725391242274782e-07, + "K": 7.364417342614615e-07, + "L": 1.9461393094388768e-05, + "G": 0.00031471342663280666, + "F": 0.0019396247807890177, + "E": 0.00033591926330700517, + "T": 0.0015958379954099655, + "P": 0.05305475741624832, + "-": 0.9399386048316956 + }, + "id": "tp_24240" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3030030, + "label": "-", + "classification": { + "B": 6.11888463026844e-05, + "S": 3.410283898119815e-05, + "I": 0.0005228358786553144, + "C": 0.0003265019040554762, + "R": 6.272477912716568e-05, + "M": 0.0006338649545796216, + "O": 0.00048664581845514476, + "W": 4.141184035688639e-05, + "N": 7.047865074127913e-05, + "Y": 0.0017029831651598215, + "U": 1.2946088645549025e-05, + "K": 1.53733908518916e-05, + "L": 7.412660488625988e-05, + "G": 0.0008104458102025092, + "F": 0.007181329652667046, + "E": 0.0004060784413013607, + "T": 0.0023767671082168818, + "P": 0.14098256826400757, + "-": 0.8441975712776184 + }, + "id": "tp_24241" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3030130, + "label": "-", + "classification": { + "B": 3.0495589271595236e-06, + "S": 1.6812002286314964e-05, + "I": 7.531096343882382e-05, + "C": 3.2221435048995772e-06, + "R": 2.6441464342497056e-06, + "M": 0.0008020764216780663, + "O": 9.532353578833863e-05, + "W": 2.615063749544788e-06, + "N": 2.6496493319427827e-06, + "Y": 0.0072842747904360294, + "U": 6.038759892135204e-08, + "K": 7.687877427997591e-07, + "L": 6.942852451174986e-06, + "G": 0.00036265974631533027, + "F": 0.004278193693608046, + "E": 4.336002530180849e-05, + "T": 0.0036768640857189894, + "P": 0.012737046927213669, + "-": 0.9706061482429504 + }, + "id": "tp_24242" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3030264, + "label": "-", + "classification": { + "B": 7.886342814344971e-07, + "S": 7.838355031708488e-07, + "I": 0.00019411368703003973, + "C": 6.812452193116769e-05, + "R": 1.8386035662842914e-05, + "M": 9.488780051469803e-05, + "O": 3.608813130995259e-05, + "W": 1.7944500996236457e-06, + "N": 8.717509444977622e-06, + "Y": 0.002579198684543371, + "U": 2.3461359432985773e-06, + "K": 2.1948926587356254e-05, + "L": 4.2566744014038704e-06, + "G": 0.00040794102824293077, + "F": 0.004601136315613985, + "E": 0.00012140884064137936, + "T": 0.0005347718251869082, + "P": 0.026766978204250336, + "-": 0.964536190032959 + }, + "id": "tp_24243" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3030397, + "label": "-", + "classification": { + "B": 1.4209377695806324e-05, + "S": 9.053072062670253e-06, + "I": 0.002795405685901642, + "C": 0.0011638989672064781, + "R": 0.00020023259276058525, + "M": 0.0009938522707670927, + "O": 0.00025549076963216066, + "W": 2.3177564798970707e-05, + "N": 0.00015216194151435047, + "Y": 0.01491897739470005, + "U": 3.213825766579248e-05, + "K": 0.0007532918825745583, + "L": 4.636107769329101e-05, + "G": 0.0037831610534340143, + "F": 0.01220638956874609, + "E": 0.004101232159882784, + "T": 0.005222398322075605, + "P": 0.060909710824489594, + "-": 0.8924188017845154 + }, + "id": "tp_24244" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3030531, + "label": "-", + "classification": { + "B": 6.838907751216539e-08, + "S": 8.08191735757191e-09, + "I": 8.379012797377072e-06, + "C": 8.704522770131007e-06, + "R": 1.654788434279908e-06, + "M": 9.60222096182406e-05, + "O": 5.37853748028283e-06, + "W": 1.6190718099551304e-08, + "N": 3.670265158461916e-08, + "Y": 0.000786594464443624, + "U": 2.6881236792064556e-08, + "K": 1.075133049255328e-08, + "L": 1.983692300200346e-06, + "G": 0.00013449641119223088, + "F": 0.00010371817916166037, + "E": 2.681229034351418e-06, + "T": 0.0004726399201899767, + "P": 0.0016569362487643957, + "-": 0.9967207312583923 + }, + "id": "tp_24245" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3030631, + "label": "-", + "classification": { + "B": 3.720679586649567e-08, + "S": 6.726738632778506e-08, + "I": 9.440537724003661e-06, + "C": 8.089549737633206e-06, + "R": 1.4348520380735863e-06, + "M": 9.19824651646195e-06, + "O": 5.9106341723236255e-06, + "W": 1.5168613742844173e-07, + "N": 5.384252972362447e-07, + "Y": 0.0005058596725575626, + "U": 7.219146169745727e-08, + "K": 3.6761859973921673e-06, + "L": 3.5320829283591593e-07, + "G": 7.432352867908776e-05, + "F": 0.004188584163784981, + "E": 2.9710601666010916e-05, + "T": 8.516863454133272e-05, + "P": 0.04080798849463463, + "-": 0.9542693495750427 + }, + "id": "tp_24246" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3030764, + "label": "-", + "classification": { + "B": 9.781873814063147e-06, + "S": 5.779176262876717e-06, + "I": 0.0008896990329958498, + "C": 0.0007885138038545847, + "R": 0.00011331389396218583, + "M": 0.0006991364061832428, + "O": 0.00015719672956038266, + "W": 9.8389455160941e-06, + "N": 4.438100222614594e-05, + "Y": 0.0034154520835727453, + "U": 1.3379421034187544e-05, + "K": 2.2202706531970762e-05, + "L": 5.6835724535631016e-05, + "G": 0.001428848598152399, + "F": 0.008269218727946281, + "E": 0.000601199280936271, + "T": 0.0017829779535531998, + "P": 0.07587841898202896, + "-": 0.9058138728141785 + }, + "id": "tp_24247" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3030898, + "label": "-", + "classification": { + "B": 3.897399736274565e-08, + "S": 2.065121762484523e-08, + "I": 4.50335573987104e-06, + "C": 5.206109563005157e-06, + "R": 7.172009190981044e-07, + "M": 0.00017585531168151647, + "O": 4.599070507538272e-06, + "W": 2.0972187542156462e-08, + "N": 2.883392724584155e-08, + "Y": 0.0034656694624572992, + "U": 8.553486807727495e-09, + "K": 3.361153133596417e-08, + "L": 1.4767559832762345e-06, + "G": 0.00042314938036724925, + "F": 0.00037919997703284025, + "E": 6.587185907847015e-06, + "T": 0.000708694220520556, + "P": 0.0013902673963457346, + "-": 0.993433952331543 + }, + "id": "tp_24248" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3031031, + "label": "-", + "classification": { + "B": 1.3161579772713594e-06, + "S": 4.042444925289601e-05, + "I": 8.692737901583314e-05, + "C": 0.0025812548119574785, + "R": 0.0009438420529477298, + "M": 0.004185207653790712, + "O": 0.0013841129839420319, + "W": 3.2567098969593644e-05, + "N": 7.471882327081403e-06, + "Y": 0.10184866935014725, + "U": 7.658317144887405e-07, + "K": 5.73007419006899e-05, + "L": 0.0003743304405361414, + "G": 0.021273065358400345, + "F": 0.07801996171474457, + "E": 0.00010169375309487805, + "T": 0.015560360625386238, + "P": 0.0013986759586259723, + "-": 0.7721019387245178 + }, + "id": "tp_24249" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3031131, + "label": "-", + "classification": { + "B": 3.978684404160049e-08, + "S": 1.0802228000983405e-09, + "I": 1.1463398230660005e-08, + "C": 2.4747446314421495e-09, + "R": 1.2593484033374125e-09, + "M": 1.0718916882979102e-06, + "O": 2.473289271165413e-07, + "W": 7.443908267568133e-10, + "N": 4.078004947616343e-11, + "Y": 1.1144426935061347e-05, + "U": 5.847299641009718e-12, + "K": 1.5947895131221412e-12, + "L": 5.913677014746099e-08, + "G": 1.681084540905431e-06, + "F": 1.7724094504956156e-05, + "E": 1.6970652438885736e-08, + "T": 2.1747640857938677e-05, + "P": 0.00036147964419797063, + "-": 0.9995848536491394 + }, + "id": "tp_24250" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3031265, + "label": "-", + "classification": { + "B": 5.005701408933305e-10, + "S": 6.04524563740938e-09, + "I": 6.571903554686287e-07, + "C": 9.625316010897222e-08, + "R": 1.2719208797307147e-08, + "M": 6.135510375315789e-07, + "O": 2.783303045816865e-07, + "W": 4.778937245930592e-09, + "N": 2.642797625185267e-08, + "Y": 5.972413418930955e-05, + "U": 2.052128245111362e-09, + "K": 1.258948429949669e-07, + "L": 6.504208727164951e-09, + "G": 2.8946203656232683e-06, + "F": 0.0010885315714403987, + "E": 9.522922823634872e-07, + "T": 2.28518129006261e-05, + "P": 0.027355635538697243, + "-": 0.9714674949645996 + }, + "id": "tp_24251" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3031398, + "label": "-", + "classification": { + "B": 4.589177024172386e-06, + "S": 1.4031195860297885e-05, + "I": 2.791021870507393e-05, + "C": 2.5761726647033356e-05, + "R": 5.212492396822199e-06, + "M": 0.00018842192366719246, + "O": 6.732154724886641e-05, + "W": 8.384436114283744e-06, + "N": 6.4478676904400345e-06, + "Y": 0.002860049717128277, + "U": 5.022105256102805e-07, + "K": 0.00030113497632555664, + "L": 4.717338470072718e-06, + "G": 0.000983692705631256, + "F": 0.054094862192869186, + "E": 0.0005769530544057488, + "T": 0.0011624052422121167, + "P": 0.02424393594264984, + "-": 0.9154237508773804 + }, + "id": "tp_24252" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3031532, + "label": "-", + "classification": { + "B": 1.1459570004035413e-07, + "S": 1.1190709301445168e-06, + "I": 3.3566143997632025e-07, + "C": 1.965019919225597e-06, + "R": 7.373935773102858e-07, + "M": 3.247616768931039e-05, + "O": 2.5965997338062152e-05, + "W": 3.7445738598762546e-07, + "N": 2.312704339146876e-08, + "Y": 0.00031913284328766167, + "U": 2.5792294966464624e-09, + "K": 4.800766717494298e-08, + "L": 3.710477585627814e-06, + "G": 6.531998224090785e-05, + "F": 0.01232336089015007, + "E": 1.290698833145143e-06, + "T": 0.0001526216947240755, + "P": 0.0014995275996625423, + "-": 0.9855718612670898 + }, + "id": "tp_24253" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3031632, + "label": "-", + "classification": { + "B": 5.188940576772438e-06, + "S": 3.8228458834055346e-06, + "I": 1.0827311598404776e-05, + "C": 1.008834829008265e-06, + "R": 3.426533226047468e-07, + "M": 3.908856160705909e-05, + "O": 4.1985807911260054e-05, + "W": 2.8855886284873122e-06, + "N": 1.3933887430539471e-06, + "Y": 0.00013018021127209067, + "U": 1.3092103756662254e-07, + "K": 2.396829358985997e-06, + "L": 2.132259851350682e-06, + "G": 2.864721136575099e-05, + "F": 0.005422849208116531, + "E": 2.2974752937443554e-05, + "T": 0.0002461409894749522, + "P": 0.036443307995796204, + "-": 0.9575946927070618 + }, + "id": "tp_24254" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3031765, + "label": "-", + "classification": { + "B": 3.138435204164125e-05, + "S": 8.07913784228731e-06, + "I": 0.00012198733747936785, + "C": 8.437254291493446e-05, + "R": 1.6049551049945876e-05, + "M": 0.00039951709914021194, + "O": 0.00017272541299462318, + "W": 5.189113380765775e-06, + "N": 6.5853782871272415e-06, + "Y": 0.0006684083491563797, + "U": 1.0201340501225786e-06, + "K": 1.363016622235591e-06, + "L": 5.045298166805878e-05, + "G": 0.0011894130147993565, + "F": 0.017961692065000534, + "E": 0.00018823554273694754, + "T": 0.0007757178391329944, + "P": 0.04492074251174927, + "-": 0.9333972334861755 + }, + "id": "tp_24255" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3031899, + "label": "-", + "classification": { + "B": 9.726809366839007e-06, + "S": 7.847262895666063e-05, + "I": 0.00010076594480779022, + "C": 0.0007485972600989044, + "R": 0.0002851182362064719, + "M": 0.0008606852497905493, + "O": 0.0005792202427983284, + "W": 5.198743019718677e-05, + "N": 3.490324525046162e-05, + "Y": 0.015677787363529205, + "U": 8.580679605074693e-06, + "K": 0.0010593775659799576, + "L": 0.00015803529822733253, + "G": 0.0057082464918494225, + "F": 0.1322137415409088, + "E": 0.0010140935191884637, + "T": 0.003745382186025381, + "P": 0.0205224696546793, + "-": 0.8171427845954895 + }, + "id": "tp_24256" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3032032, + "label": "-", + "classification": { + "B": 1.6455531294923276e-05, + "S": 5.735170270781964e-05, + "I": 0.0004876722232438624, + "C": 0.00657995417714119, + "R": 0.000596175785176456, + "M": 0.0018429006449878216, + "O": 0.0006124818464741111, + "W": 5.1866096328012645e-05, + "N": 9.465604671277106e-05, + "Y": 0.025165298953652382, + "U": 1.3755617146671284e-05, + "K": 0.0007570278248749673, + "L": 0.00044167652959004045, + "G": 0.04678317531943321, + "F": 0.22615225613117218, + "E": 0.004003067500889301, + "T": 0.0053381407633423805, + "P": 0.031044036149978638, + "-": 0.6499618887901306 + }, + "id": "tp_24257" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3032132, + "label": "-", + "classification": { + "B": 7.182107424341666e-07, + "S": 4.100046453459072e-07, + "I": 1.0573695362836588e-05, + "C": 2.995410432049539e-05, + "R": 7.549519978056196e-06, + "M": 5.66098970011808e-05, + "O": 1.4630645637225825e-05, + "W": 6.905213467689464e-07, + "N": 4.862703235630761e-07, + "Y": 0.001398586668074131, + "U": 1.1076414097033194e-07, + "K": 4.461397111299448e-06, + "L": 2.197366484324448e-06, + "G": 0.0004593983176164329, + "F": 0.01076066680252552, + "E": 7.460273627657443e-05, + "T": 0.00022078779875300825, + "P": 0.014234606176614761, + "-": 0.9727230668067932 + }, + "id": "tp_24258" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3032266, + "label": "-", + "classification": { + "B": 4.101106696907664e-06, + "S": 8.196954695449676e-06, + "I": 1.7547310449117504e-07, + "C": 8.818735750537599e-07, + "R": 5.527214170797379e-07, + "M": 0.0006072571268305182, + "O": 0.00016041062190197408, + "W": 9.131949241236725e-07, + "N": 7.938825596909282e-09, + "Y": 0.0015926160849630833, + "U": 5.635699129591387e-10, + "K": 7.703208737552814e-09, + "L": 4.298478233977221e-05, + "G": 0.0008578652632422745, + "F": 0.006802822928875685, + "E": 2.25279359256092e-06, + "T": 0.0009133504936471581, + "P": 0.00021069336798973382, + "-": 0.9887949228286743 + }, + "id": "tp_24259" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3032399, + "label": "-", + "classification": { + "B": 4.731322889028888e-08, + "S": 3.2523101367587515e-07, + "I": 7.4775671237148345e-06, + "C": 2.630281699111947e-07, + "R": 1.0662973437547407e-07, + "M": 1.2388863069645595e-05, + "O": 5.4980023378448095e-06, + "W": 2.188517811418933e-07, + "N": 3.964186134908232e-07, + "Y": 0.00047621462726965547, + "U": 2.6619705550956496e-08, + "K": 2.4731432404223597e-06, + "L": 1.3219430172739521e-07, + "G": 2.5153678507194854e-05, + "F": 0.0029464534018188715, + "E": 1.470651386625832e-05, + "T": 0.00019735375826712698, + "P": 0.015736695379018784, + "-": 0.9805741906166077 + }, + "id": "tp_24260" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3032533, + "label": "-", + "classification": { + "B": 7.403784820780857e-07, + "S": 6.994313935138052e-06, + "I": 5.097581015434116e-05, + "C": 2.795082764350809e-05, + "R": 2.1295345504768193e-05, + "M": 0.0003128671378362924, + "O": 0.00016656213847454637, + "W": 5.9013741520175245e-06, + "N": 3.203131427653716e-06, + "Y": 0.013061007484793663, + "U": 3.3992429848694883e-07, + "K": 1.0041620043921284e-05, + "L": 1.3954125279269647e-05, + "G": 0.0007142358808778226, + "F": 0.008284306153655052, + "E": 3.5664113966049626e-05, + "T": 0.004883046727627516, + "P": 0.0050075119361281395, + "-": 0.9673935174942017 + }, + "id": "tp_24261" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3032633, + "label": "-", + "classification": { + "B": 1.0602784641378094e-06, + "S": 6.954225682420656e-05, + "I": 1.4260322132031433e-05, + "C": 0.00011858701327582821, + "R": 3.5879245842806995e-05, + "M": 0.0005205041379667819, + "O": 0.0002767166879493743, + "W": 2.2402675313060172e-05, + "N": 4.24000199927832e-06, + "Y": 0.00803937204182148, + "U": 5.883278504370537e-07, + "K": 0.00029476743657141924, + "L": 3.4601351217133924e-05, + "G": 0.002657002303749323, + "F": 0.07996327430009842, + "E": 0.00014167260087560862, + "T": 0.004207510035485029, + "P": 0.005225151777267456, + "-": 0.8983728885650635 + }, + "id": "tp_24262" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3032766, + "label": "-", + "classification": { + "B": 9.474324542679824e-06, + "S": 1.1552193427633028e-05, + "I": 0.0001848028477979824, + "C": 6.265834963414818e-05, + "R": 1.4574581655324437e-05, + "M": 0.0004640080442186445, + "O": 8.746009552851319e-05, + "W": 1.0714786185417324e-05, + "N": 2.4552788090659305e-05, + "Y": 0.005319437012076378, + "U": 4.361571427580202e-06, + "K": 0.00036169597296975553, + "L": 9.759757631400134e-06, + "G": 0.0014903151895850897, + "F": 0.01966479979455471, + "E": 0.0010749602224677801, + "T": 0.0014184387400746346, + "P": 0.05702614039182663, + "-": 0.912760317325592 + }, + "id": "tp_24263" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3032900, + "label": "-", + "classification": { + "B": 5.459079602587735e-06, + "S": 9.965211575035937e-06, + "I": 0.0007768442155793309, + "C": 6.912163371453062e-05, + "R": 1.2198517651995644e-05, + "M": 8.423015242442489e-05, + "O": 7.337456190725788e-05, + "W": 1.0104413377121091e-05, + "N": 0.00014243958867155015, + "Y": 0.0006988111417740583, + "U": 8.406191227550153e-06, + "K": 0.00024763631517998874, + "L": 3.886473677994218e-06, + "G": 0.0002332770818611607, + "F": 0.011045400984585285, + "E": 0.0013258684193715453, + "T": 0.0006678674253635108, + "P": 0.31582504510879517, + "-": 0.6687600612640381 + }, + "id": "tp_24264" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3033033, + "label": "-", + "classification": { + "B": 2.654857382822229e-07, + "S": 4.779472533300577e-07, + "I": 5.964282536297105e-05, + "C": 1.7090978872147389e-06, + "R": 2.2773998864522582e-07, + "M": 9.275040611100849e-06, + "O": 5.308869276632322e-06, + "W": 4.531094646154088e-07, + "N": 8.023266673262697e-06, + "Y": 0.0001425438531441614, + "U": 2.23276103383796e-07, + "K": 1.4677478247904219e-05, + "L": 1.1874774230591356e-07, + "G": 1.8467411791789345e-05, + "F": 0.005553020164370537, + "E": 0.00027134272386319935, + "T": 8.893409540178254e-05, + "P": 0.32088738679885864, + "-": 0.6729379892349243 + }, + "id": "tp_24265" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3033133, + "label": "-", + "classification": { + "B": 1.724900329236334e-07, + "S": 1.298427832807647e-06, + "I": 6.443954771384597e-05, + "C": 8.064770554483403e-06, + "R": 4.14763280787156e-06, + "M": 2.599967956484761e-05, + "O": 1.8857192117138766e-05, + "W": 1.0069995823869249e-06, + "N": 5.121603862789925e-06, + "Y": 0.0007289812783710659, + "U": 3.232504752759269e-07, + "K": 1.4701397049066145e-05, + "L": 8.331505227943126e-07, + "G": 0.00012271972082089633, + "F": 0.008736778981983662, + "E": 9.60443212534301e-05, + "T": 0.0003132255224045366, + "P": 0.07972962409257889, + "-": 0.9101276397705078 + }, + "id": "tp_24266" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3033267, + "label": "-", + "classification": { + "B": 2.0699335578910905e-08, + "S": 1.5346022053108754e-07, + "I": 1.42951885209186e-05, + "C": 9.52733535086736e-06, + "R": 8.599234888606588e-07, + "M": 9.383958058606368e-06, + "O": 5.794182925455971e-06, + "W": 2.647688575052598e-07, + "N": 1.3783655958832242e-06, + "Y": 0.00047794196871109307, + "U": 8.169462972773545e-08, + "K": 5.545680323848501e-05, + "L": 2.499552635981672e-07, + "G": 0.00013796637358609587, + "F": 0.021595241501927376, + "E": 8.601375884609297e-05, + "T": 9.232840966433287e-05, + "P": 0.032897770404815674, + "-": 0.9446151852607727 + }, + "id": "tp_24267" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3033400, + "label": "-", + "classification": { + "B": 2.3794380865638232e-07, + "S": 5.390180604081252e-07, + "I": 7.464711870852625e-06, + "C": 5.14938335527404e-07, + "R": 1.3742463522703474e-07, + "M": 7.209840987343341e-05, + "O": 6.322820809145924e-06, + "W": 1.0840570041636965e-07, + "N": 1.6662814061874087e-07, + "Y": 0.0009214516030624509, + "U": 6.907393768074144e-09, + "K": 1.5028825828267145e-07, + "L": 9.37327627070772e-07, + "G": 0.00017221870075445622, + "F": 0.006795690394937992, + "E": 3.9962447772268206e-05, + "T": 0.00026678002905100584, + "P": 0.009078959003090858, + "-": 0.9826362133026123 + }, + "id": "tp_24268" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3033500, + "label": "-", + "classification": { + "B": 7.261302670258374e-08, + "S": 2.339987076993566e-06, + "I": 1.0690680028346833e-05, + "C": 2.5429524157516425e-06, + "R": 5.871900157217169e-07, + "M": 5.792984666186385e-05, + "O": 1.74610559042776e-05, + "W": 9.151931408268865e-07, + "N": 1.4872259725962067e-06, + "Y": 0.004629502072930336, + "U": 3.329346043301484e-08, + "K": 0.00014126140740700066, + "L": 4.036487268876954e-07, + "G": 0.00037445579073391855, + "F": 0.015816787257790565, + "E": 0.000162653683219105, + "T": 0.0009381892741657794, + "P": 0.006482667755335569, + "-": 0.97135990858078 + }, + "id": "tp_24269" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3033634, + "label": "-", + "classification": { + "B": 1.483856504336245e-08, + "S": 2.898895345992969e-08, + "I": 5.382134986575693e-06, + "C": 2.3080049231793964e-06, + "R": 3.0280588703135436e-07, + "M": 3.0756427804590203e-06, + "O": 3.0763819722778862e-06, + "W": 6.4155649681652e-08, + "N": 2.301517554315069e-07, + "Y": 0.0002640854218043387, + "U": 1.6855461026921148e-08, + "K": 4.4605445737033733e-07, + "L": 1.3014815181122685e-07, + "G": 4.222623465466313e-05, + "F": 0.0014766830718144774, + "E": 1.3728135854762513e-05, + "T": 7.156367792049423e-05, + "P": 0.01371507067233324, + "-": 0.984401524066925 + }, + "id": "tp_24270" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3033767, + "label": "-", + "classification": { + "B": 3.5305390611029e-08, + "S": 1.0679673323465977e-07, + "I": 1.5687202221670304e-06, + "C": 3.5987261526315706e-07, + "R": 3.7011943732068175e-08, + "M": 4.382824954518583e-06, + "O": 1.6276521819236223e-06, + "W": 6.21119866650588e-08, + "N": 2.5654117052908987e-07, + "Y": 0.00019866465299855918, + "U": 2.051500480604318e-08, + "K": 1.8569759049569257e-05, + "L": 4.191547375853588e-08, + "G": 2.355135620746296e-05, + "F": 0.011884108185768127, + "E": 3.991991252405569e-05, + "T": 6.111694528954104e-05, + "P": 0.02001466415822506, + "-": 0.9677509069442749 + }, + "id": "tp_24271" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3033901, + "label": "-", + "classification": { + "B": 9.283930069159396e-08, + "S": 1.1599003357787296e-07, + "I": 8.313026228279341e-06, + "C": 2.7171909096068703e-06, + "R": 7.712390015512938e-07, + "M": 1.5911002265056595e-05, + "O": 7.168409410951426e-06, + "W": 9.56574339738836e-08, + "N": 1.8810798962931585e-07, + "Y": 0.00011679028102662414, + "U": 1.9502756742895144e-08, + "K": 5.761884480648405e-08, + "L": 7.435843372149975e-07, + "G": 4.2401832615723833e-05, + "F": 0.0010899904882535338, + "E": 6.698810466332361e-06, + "T": 0.0001080120200640522, + "P": 0.019053742289543152, + "-": 0.9795462489128113 + }, + "id": "tp_24272" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3034001, + "label": "-", + "classification": { + "B": 3.766943423855196e-10, + "S": 6.856526368892446e-08, + "I": 3.6283239523982047e-07, + "C": 1.1152876595588168e-06, + "R": 1.8988035321854113e-07, + "M": 3.873036348522874e-06, + "O": 1.5955934031808283e-06, + "W": 2.6022453525342826e-08, + "N": 2.190608405783223e-08, + "Y": 0.00035573451896198094, + "U": 1.1376475317348422e-09, + "K": 4.903846274828538e-06, + "L": 4.5488260269621605e-08, + "G": 4.237464600009844e-05, + "F": 0.007837318815290928, + "E": 1.601942244633392e-06, + "T": 0.00013410219980869442, + "P": 0.0008059213869273663, + "-": 0.990810751914978 + }, + "id": "tp_24273" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3034134, + "label": "-", + "classification": { + "B": 1.2795669590559555e-07, + "S": 4.0095929421113397e-07, + "I": 4.970221212374781e-08, + "C": 2.1447432274612765e-08, + "R": 9.038075177159044e-09, + "M": 6.44991723675048e-06, + "O": 2.938536681540427e-06, + "W": 4.5966068284997164e-08, + "N": 4.522769270209892e-09, + "Y": 8.906936272978783e-05, + "U": 1.682065597918836e-10, + "K": 1.5079716320087755e-07, + "L": 1.0070098710457387e-07, + "G": 3.2879448554012924e-05, + "F": 0.010642883367836475, + "E": 1.457587586628506e-06, + "T": 4.965107291354798e-05, + "P": 0.0009026943007484078, + "-": 0.9882709383964539 + }, + "id": "tp_24274" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3034268, + "label": "-", + "classification": { + "B": 3.061859024455771e-05, + "S": 0.00016275911184493452, + "I": 0.0014455931959673762, + "C": 5.4510139307240024e-05, + "R": 2.1595857106149197e-05, + "M": 0.0005082983407191932, + "O": 0.00032704041223041713, + "W": 8.559625712223351e-05, + "N": 0.0008671350660733879, + "Y": 0.005843769758939743, + "U": 2.532748294470366e-05, + "K": 0.004700988996773958, + "L": 1.2946959031978622e-05, + "G": 0.0010275160893797874, + "F": 0.044681064784526825, + "E": 0.007336708717048168, + "T": 0.004207931458950043, + "P": 0.3839794993400574, + "-": 0.5446810722351074 + }, + "id": "tp_24275" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3034401, + "label": "-", + "classification": { + "B": 2.6713471470429795e-06, + "S": 1.684558992565144e-05, + "I": 0.00014962695422582328, + "C": 1.106419222196564e-05, + "R": 7.59129488869803e-06, + "M": 0.00041611664346419275, + "O": 0.0001325603516306728, + "W": 4.3795530473289546e-06, + "N": 3.7075676573294913e-06, + "Y": 0.0011014374904334545, + "U": 1.392401713928848e-07, + "K": 4.6735905812056444e-07, + "L": 1.5774521671119146e-05, + "G": 0.00022497703321278095, + "F": 0.008577117696404457, + "E": 3.9640730392420664e-05, + "T": 0.0006513863336294889, + "P": 0.025500083342194557, + "-": 0.9631444811820984 + }, + "id": "tp_24276" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3034501, + "label": "-", + "classification": { + "B": 0.00019046440138481557, + "S": 5.697884625988081e-05, + "I": 0.000985082471743226, + "C": 0.00011384652316337451, + "R": 7.020907651167363e-05, + "M": 0.0012539472663775086, + "O": 0.0007156723877415061, + "W": 5.8343412092654034e-05, + "N": 5.679190144292079e-05, + "Y": 0.009294630028307438, + "U": 7.953192834975198e-06, + "K": 2.609821422083769e-05, + "L": 0.00014012538304086775, + "G": 0.002735396847128868, + "F": 0.0050142728723585606, + "E": 0.0006531396065838635, + "T": 0.006718440912663937, + "P": 0.04924766719341278, + "-": 0.9226610064506531 + }, + "id": "tp_24277" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3034635, + "label": "-", + "classification": { + "B": 4.3770818592747673e-05, + "S": 2.6137497115996666e-05, + "I": 0.008906874805688858, + "C": 0.0015816678060218692, + "R": 0.00032296072458848357, + "M": 0.0021567654330283403, + "O": 0.00047706536133773625, + "W": 4.376413926365785e-05, + "N": 0.0004604101413860917, + "Y": 0.017263835296034813, + "U": 7.211029151221737e-05, + "K": 5.7764646044233814e-05, + "L": 0.00015977905422914773, + "G": 0.0038655272219330072, + "F": 0.0034517510794103146, + "E": 0.0023294619750231504, + "T": 0.011670738458633423, + "P": 0.15768469870090485, + "-": 0.7894249558448792 + }, + "id": "tp_24278" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3034768, + "label": "-", + "classification": { + "B": 6.802515883919114e-08, + "S": 3.217333244265319e-07, + "I": 7.43554073778796e-06, + "C": 1.7828406271291897e-06, + "R": 2.3645584690257238e-07, + "M": 1.2867228178947698e-05, + "O": 4.838887889491161e-06, + "W": 2.7946546765633684e-07, + "N": 5.246652676760277e-07, + "Y": 0.0002313885634066537, + "U": 2.0587012983241948e-08, + "K": 2.315198798896745e-06, + "L": 1.1839000535474042e-07, + "G": 2.205135751864873e-05, + "F": 0.003488687565550208, + "E": 2.7108842914458364e-05, + "T": 8.334517769981176e-05, + "P": 0.025278260931372643, + "-": 0.9708384275436401 + }, + "id": "tp_24279" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3034902, + "label": "-", + "classification": { + "B": 5.556187687716374e-08, + "S": 3.3946372468562913e-07, + "I": 1.2710130249615759e-05, + "C": 4.1786262272580643e-07, + "R": 1.0281939211154167e-07, + "M": 9.638073606765829e-06, + "O": 6.811877028667368e-06, + "W": 2.8550076081046427e-07, + "N": 1.6531311075596022e-06, + "Y": 0.000267883762717247, + "U": 2.5214474064227943e-08, + "K": 4.342372903920477e-06, + "L": 8.910113535876008e-08, + "G": 3.186112371622585e-05, + "F": 0.006912144832313061, + "E": 6.984321225900203e-05, + "T": 0.00011755044397432357, + "P": 0.09498953819274902, + "-": 0.897574782371521 + }, + "id": "tp_24280" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3035002, + "label": "-", + "classification": { + "B": 4.052916722230293e-07, + "S": 1.6918386336328695e-07, + "I": 5.674166823155247e-05, + "C": 3.914439275831683e-06, + "R": 5.245483976068499e-07, + "M": 1.2016145774396136e-05, + "O": 7.235576504172059e-06, + "W": 2.6758985427477455e-07, + "N": 3.972235845139949e-06, + "Y": 0.0002927140740212053, + "U": 2.7871951147062646e-07, + "K": 7.205738711490994e-06, + "L": 3.1218914386954566e-07, + "G": 7.47545636841096e-05, + "F": 0.001133199199102819, + "E": 0.00018711907614488155, + "T": 0.0001644568401388824, + "P": 0.13268160820007324, + "-": 0.8653730750083923 + }, + "id": "tp_24281" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3035135, + "label": "-", + "classification": { + "B": 0.0024277186021208763, + "S": 0.004320498555898666, + "I": 0.000755398825276643, + "C": 0.0010791815584525466, + "R": 0.00029970877221785486, + "M": 0.01195122767239809, + "O": 0.006244948133826256, + "W": 0.0012440176215022802, + "N": 0.0005179016734473407, + "Y": 0.013962844386696815, + "U": 6.78069845889695e-05, + "K": 0.0011890633031725883, + "L": 0.0026697420980781317, + "G": 0.021342633292078972, + "F": 0.3676997423171997, + "E": 0.017698876559734344, + "T": 0.008958708494901657, + "P": 0.1005626693367958, + "-": 0.4370073080062866 + }, + "id": "tp_24282" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3035269, + "label": "-", + "classification": { + "B": 8.503879485033394e-07, + "S": 8.744605111132842e-06, + "I": 1.3304195817909203e-05, + "C": 7.056552476569777e-06, + "R": 1.4623293509430368e-06, + "M": 5.280763070913963e-05, + "O": 2.7748586944653653e-05, + "W": 2.8581530386873055e-06, + "N": 5.789574061054736e-06, + "Y": 0.0024359342642128468, + "U": 3.520317193306255e-07, + "K": 0.00034497384331189096, + "L": 1.2205932762299199e-06, + "G": 0.00023259568843059242, + "F": 0.04808394983410835, + "E": 0.00024364849377889186, + "T": 0.0010416981531307101, + "P": 0.032485783100128174, + "-": 0.9150091409683228 + }, + "id": "tp_24283" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3035402, + "label": "-", + "classification": { + "B": 3.637480767793022e-05, + "S": 0.00043559385812841356, + "I": 2.0359340851427987e-05, + "C": 2.8486263545346446e-05, + "R": 1.5979208910721354e-05, + "M": 0.0009676346671767533, + "O": 0.0010165889980271459, + "W": 5.5443797464249656e-05, + "N": 4.940859980706591e-06, + "Y": 0.0017492256592959166, + "U": 2.9725251238232886e-07, + "K": 1.7874168406706303e-05, + "L": 0.0002310231066076085, + "G": 0.003097724402323365, + "F": 0.17298242449760437, + "E": 0.00022322958102449775, + "T": 0.002019793726503849, + "P": 0.008902867324650288, + "-": 0.8081942200660706 + }, + "id": "tp_24284" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3035502, + "label": "-", + "classification": { + "B": 3.758335651582456e-06, + "S": 1.6667496538502746e-06, + "I": 0.00047551747411489487, + "C": 9.171998681267723e-05, + "R": 1.2759142919094302e-05, + "M": 0.0002891490585170686, + "O": 4.6643686800962314e-05, + "W": 1.8573980469227536e-06, + "N": 2.5466419174335897e-05, + "Y": 0.002437471877783537, + "U": 2.707334715523757e-06, + "K": 2.1685455067199655e-05, + "L": 1.008860726869898e-05, + "G": 0.0016908174147829413, + "F": 0.005265399347990751, + "E": 0.001055339933373034, + "T": 0.0014219093136489391, + "P": 0.132961705327034, + "-": 0.8541844487190247 + }, + "id": "tp_24285" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3035636, + "label": "-", + "classification": { + "B": 9.469391670791083e-08, + "S": 1.0862454473681282e-06, + "I": 4.0985698433360085e-05, + "C": 4.52153608421213e-06, + "R": 5.868086532245798e-07, + "M": 1.9877215891028754e-05, + "O": 1.3339028555492405e-05, + "W": 1.1727787523341249e-06, + "N": 4.395943506096955e-06, + "Y": 0.0003967181546613574, + "U": 1.5907626504940708e-07, + "K": 3.2701369491405785e-05, + "L": 2.4130670794875186e-07, + "G": 4.976334821549244e-05, + "F": 0.00415294012054801, + "E": 0.00011666223144857213, + "T": 0.00020528196182567626, + "P": 0.06489674746990204, + "-": 0.9300628304481506 + }, + "id": "tp_24286" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3035769, + "label": "-", + "classification": { + "B": 1.9078942870009996e-09, + "S": 9.235737508106467e-08, + "I": 1.3957401279185433e-07, + "C": 2.1311511773092207e-06, + "R": 2.59844313177382e-07, + "M": 4.568755321088247e-05, + "O": 4.792685558641097e-06, + "W": 1.3149525912581339e-08, + "N": 3.276655391459826e-09, + "Y": 0.00014450831804424524, + "U": 1.384028724960018e-10, + "K": 1.8601892248781837e-09, + "L": 1.1533529686857946e-06, + "G": 9.493658581050113e-05, + "F": 0.00555445859208703, + "E": 5.271025997899415e-07, + "T": 0.0002075831580441445, + "P": 0.0006757641676813364, + "-": 0.9932679533958435 + }, + "id": "tp_24287" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3035903, + "label": "-", + "classification": { + "B": 3.9437361465388676e-07, + "S": 1.5921019667075598e-06, + "I": 1.3133050742908381e-05, + "C": 6.210904075487633e-07, + "R": 1.6697157434464316e-07, + "M": 6.004454189678654e-05, + "O": 1.529230758023914e-05, + "W": 6.66965263462771e-07, + "N": 7.122099532352877e-07, + "Y": 0.00031322124414145947, + "U": 3.719891239484241e-08, + "K": 7.060989446472377e-07, + "L": 8.195203804461926e-07, + "G": 3.3768839784897864e-05, + "F": 0.004406156949698925, + "E": 5.496147059602663e-05, + "T": 0.00021296330669429153, + "P": 0.03953371196985245, + "-": 0.9553510546684265 + }, + "id": "tp_24288" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3036003, + "label": "-", + "classification": { + "B": 1.7354059309582226e-05, + "S": 7.388142694253474e-05, + "I": 0.00040307457675226033, + "C": 0.00015238321793731302, + "R": 0.0001018686089082621, + "M": 0.0010564618278294802, + "O": 0.0004811944381799549, + "W": 3.3893164072651416e-05, + "N": 4.799686212209053e-05, + "Y": 0.01650245673954487, + "U": 9.057232091436163e-06, + "K": 2.527655851736199e-05, + "L": 8.880969835445285e-05, + "G": 0.0015039097052067518, + "F": 0.014540594071149826, + "E": 0.0002072111383313313, + "T": 0.008791117928922176, + "P": 0.03209919109940529, + "-": 0.9238642454147339 + }, + "id": "tp_24289" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3036136, + "label": "-", + "classification": { + "B": 6.343803761410527e-06, + "S": 0.00018579170864541084, + "I": 0.0012126192450523376, + "C": 0.00042339408537372947, + "R": 9.399730333825573e-05, + "M": 0.0006898709107190371, + "O": 0.00043454088154248893, + "W": 6.599189509870484e-05, + "N": 0.0002562394074629992, + "Y": 0.015239926055073738, + "U": 8.140022146108095e-06, + "K": 0.0006147673120722175, + "L": 4.1407176468055695e-05, + "G": 0.0014278972521424294, + "F": 0.11664093285799026, + "E": 0.0012712770840153098, + "T": 0.003818546188995242, + "P": 0.11998602747917175, + "-": 0.737582266330719 + }, + "id": "tp_24290" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3036270, + "label": "-", + "classification": { + "B": 3.8451926087645916e-08, + "S": 1.3162804179955856e-08, + "I": 7.4353711170260794e-06, + "C": 4.07799262802655e-07, + "R": 4.919820995041846e-08, + "M": 3.7808410979778273e-06, + "O": 1.2106003168810275e-06, + "W": 1.3614871008371665e-08, + "N": 1.6597367391568696e-07, + "Y": 3.507399378577247e-05, + "U": 4.133242192949638e-09, + "K": 1.6177159167796162e-08, + "L": 3.856224140008635e-08, + "G": 1.1034911040042061e-05, + "F": 0.0006462655728682876, + "E": 8.023936061363202e-06, + "T": 3.0268764021457173e-05, + "P": 0.12032105028629303, + "-": 0.8789350390434265 + }, + "id": "tp_24291" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3036403, + "label": "-", + "classification": { + "B": 1.3281405308873673e-08, + "S": 7.665827439495843e-08, + "I": 6.410294162151331e-08, + "C": 3.3803446708446927e-09, + "R": 4.103188011583825e-09, + "M": 3.072646677537705e-06, + "O": 3.747923983610235e-06, + "W": 2.3276804483884916e-08, + "N": 7.132067714188395e-10, + "Y": 3.4633187624422135e-06, + "U": 1.6342427411331073e-11, + "K": 5.105501785229727e-11, + "L": 7.127655266003785e-08, + "G": 1.3129978242432117e-06, + "F": 0.0003228550194762647, + "E": 1.940706795267033e-08, + "T": 8.401739250984974e-06, + "P": 0.0014871300663799047, + "-": 0.9981696605682373 + }, + "id": "tp_24292" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3036503, + "label": "-", + "classification": { + "B": 7.0772889557702e-06, + "S": 1.888699443952646e-05, + "I": 0.00041338650044053793, + "C": 4.239179179421626e-05, + "R": 1.184736902359873e-05, + "M": 0.0002771345025394112, + "O": 0.00017878615472000092, + "W": 1.4048961929802317e-05, + "N": 6.47503329673782e-05, + "Y": 0.0014722918858751655, + "U": 4.559599346976029e-06, + "K": 4.905524110654369e-05, + "L": 1.1700190952979028e-05, + "G": 0.00038874938036315143, + "F": 0.012162892147898674, + "E": 0.00032401311909779906, + "T": 0.0015061788726598024, + "P": 0.13233257830142975, + "-": 0.8507197499275208 + }, + "id": "tp_24293" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3036637, + "label": "-", + "classification": { + "B": 0.0005144472816027701, + "S": 0.0016390485689043999, + "I": 0.004089795984327793, + "C": 0.01728578470647335, + "R": 0.009999033994972706, + "M": 0.02625904604792595, + "O": 0.012417118065059185, + "W": 0.0012771195033565164, + "N": 0.0006422908627428114, + "Y": 0.1092241033911705, + "U": 0.0004082320083398372, + "K": 0.0007716859690845013, + "L": 0.013204699382185936, + "G": 0.06222124025225639, + "F": 0.07238119840621948, + "E": 0.0027826635632663965, + "T": 0.0487651526927948, + "P": 0.019818754866719246, + "-": 0.5962985754013062 + }, + "id": "tp_24294" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3036770, + "label": "-", + "classification": { + "B": 4.866697508987272e-06, + "S": 1.887723738036584e-05, + "I": 0.0004170559113845229, + "C": 0.00014503586862701923, + "R": 5.810817674500868e-05, + "M": 0.001671972800977528, + "O": 0.00026763533242046833, + "W": 1.195575350720901e-05, + "N": 1.8941869711852632e-05, + "Y": 0.028248563408851624, + "U": 1.1371007531124633e-06, + "K": 4.208252357784659e-05, + "L": 4.718235868494958e-05, + "G": 0.0048758890479803085, + "F": 0.024782095104455948, + "E": 0.0005716219311580062, + "T": 0.00577194057404995, + "P": 0.012304130010306835, + "-": 0.9207409024238586 + }, + "id": "tp_24295" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3036904, + "label": "-", + "classification": { + "B": 0.00022824220650363714, + "S": 0.00018445361638441682, + "I": 0.029719948768615723, + "C": 0.0023107752203941345, + "R": 0.0010567198041826487, + "M": 0.0034250866156071424, + "O": 0.0018766853027045727, + "W": 0.00014644947077613324, + "N": 0.001416522078216076, + "Y": 0.0618448480963707, + "U": 5.14243874931708e-05, + "K": 9.80723270913586e-05, + "L": 0.00034324306761845946, + "G": 0.010597155429422855, + "F": 0.008234672248363495, + "E": 0.0027800051029771566, + "T": 0.024504536762833595, + "P": 0.17313425242900848, + "-": 0.6780469417572021 + }, + "id": "tp_24296" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3037004, + "label": "-", + "classification": { + "B": 1.946092743310146e-05, + "S": 3.9291466237045825e-05, + "I": 4.6270793973235413e-05, + "C": 6.160605698823929e-05, + "R": 1.3021166523685679e-05, + "M": 0.0005491594783961773, + "O": 0.0002322173968423158, + "W": 1.2591525774041656e-05, + "N": 6.9842999437241815e-06, + "Y": 0.0033887680619955063, + "U": 6.024021104167332e-07, + "K": 7.359369192272425e-05, + "L": 4.7641166020184755e-05, + "G": 0.005263978149741888, + "F": 0.0988815501332283, + "E": 0.0006790096522308886, + "T": 0.0013060261262580752, + "P": 0.018152596428990364, + "-": 0.8712257146835327 + }, + "id": "tp_24297" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3037137, + "label": "-", + "classification": { + "B": 0.0010300097055733204, + "S": 0.009731097146868706, + "I": 0.0005360102513805032, + "C": 0.00034669460728764534, + "R": 0.00026262152823619545, + "M": 0.009901491925120354, + "O": 0.007110340986400843, + "W": 0.0013431397965177894, + "N": 0.0002923154388554394, + "Y": 0.03747988119721413, + "U": 1.929819154611323e-05, + "K": 0.0034690811298787594, + "L": 0.0013773643877357244, + "G": 0.0312493909150362, + "F": 0.38473963737487793, + "E": 0.004886555951088667, + "T": 0.01864447072148323, + "P": 0.01562824845314026, + "-": 0.47195231914520264 + }, + "id": "tp_24298" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3037271, + "label": "-", + "classification": { + "B": 5.790839622932253e-06, + "S": 1.8160591935156845e-05, + "I": 8.125061867758632e-05, + "C": 3.6688627005787566e-05, + "R": 1.1264216482231859e-05, + "M": 0.0011912558693438768, + "O": 0.00023140716075431556, + "W": 7.64802098274231e-06, + "N": 5.8211712712363806e-06, + "Y": 0.004293845500797033, + "U": 1.079053504327021e-06, + "K": 2.4213059077737853e-06, + "L": 6.684443360427395e-05, + "G": 0.0009312822367064655, + "F": 0.01685376837849617, + "E": 9.888759814202785e-05, + "T": 0.004424416925758123, + "P": 0.01399470865726471, + "-": 0.9577434659004211 + }, + "id": "tp_24299" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3037404, + "label": "-", + "classification": { + "B": 3.242487537136185e-06, + "S": 3.047566224267939e-06, + "I": 2.5784060198930092e-05, + "C": 1.922218143590726e-05, + "R": 1.946551265064045e-06, + "M": 2.4636850866954774e-05, + "O": 1.5115659152797889e-05, + "W": 1.223786398441007e-06, + "N": 3.8086877793830354e-06, + "Y": 0.0003279340162407607, + "U": 4.6569897449444397e-07, + "K": 6.450620730902301e-06, + "L": 1.6131414213305106e-06, + "G": 0.00011697337322402745, + "F": 0.016546418890357018, + "E": 0.00022524534142576158, + "T": 0.00013999371731188148, + "P": 0.1719449758529663, + "-": 0.8105918169021606 + }, + "id": "tp_24300" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3037504, + "label": "-", + "classification": { + "B": 0.00021041354921180755, + "S": 0.00055513164261356, + "I": 0.003156161168590188, + "C": 0.0008836179622448981, + "R": 0.00024010521883610636, + "M": 0.005206452216953039, + "O": 0.0017562084831297398, + "W": 0.0003581085184123367, + "N": 0.0009181664790958166, + "Y": 0.013153927400708199, + "U": 9.844359738053754e-05, + "K": 0.001767976675182581, + "L": 0.00048014995991252363, + "G": 0.009175147861242294, + "F": 0.11871993541717529, + "E": 0.021336901932954788, + "T": 0.007770311553031206, + "P": 0.22205114364624023, + "-": 0.5921616554260254 + }, + "id": "tp_24301" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3037638, + "label": "-", + "classification": { + "B": 2.288109953951789e-06, + "S": 2.94791834676289e-06, + "I": 3.080730039073387e-06, + "C": 1.0668831237126142e-05, + "R": 1.5830663642191212e-06, + "M": 0.00027720691286958754, + "O": 2.09572372114053e-05, + "W": 4.41179537347125e-07, + "N": 2.1846283004833822e-07, + "Y": 0.0014216245617717505, + "U": 2.3745496235960672e-08, + "K": 6.552497779921396e-06, + "L": 6.5865556280186865e-06, + "G": 0.0011629920918494463, + "F": 0.04841120168566704, + "E": 0.00010130001464858651, + "T": 0.000501688162330538, + "P": 0.0037701178807765245, + "-": 0.9442984461784363 + }, + "id": "tp_24302" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3037771, + "label": "-", + "classification": { + "B": 9.54317101786728e-07, + "S": 1.2065298733432428e-06, + "I": 7.790154086251277e-06, + "C": 1.4639030609941983e-07, + "R": 2.8755096082022646e-08, + "M": 2.3909005903988145e-06, + "O": 2.7103410502604675e-06, + "W": 4.153744157520123e-07, + "N": 9.807914693737985e-07, + "Y": 2.7397763915359974e-05, + "U": 6.1811684659573984e-09, + "K": 5.313150381880405e-07, + "L": 5.974450090207029e-08, + "G": 1.8419124899082817e-05, + "F": 0.013374497182667255, + "E": 0.00012009897181997076, + "T": 2.3622540538781323e-05, + "P": 0.4115283489227295, + "-": 0.5748903751373291 + }, + "id": "tp_24303" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3037905, + "label": "-", + "classification": { + "B": 1.7993235815083608e-05, + "S": 0.00010409313108539209, + "I": 0.0004842299094889313, + "C": 8.159563003573567e-05, + "R": 3.6192446714267135e-05, + "M": 0.0005693542188964784, + "O": 0.0003388870391063392, + "W": 4.8486901505384594e-05, + "N": 0.00016923171642702073, + "Y": 0.010319988243281841, + "U": 1.3079064956400543e-05, + "K": 0.0004997480427846313, + "L": 1.7776250388124026e-05, + "G": 0.0008611208759248257, + "F": 0.034230343997478485, + "E": 0.0010393992997705936, + "T": 0.005000965669751167, + "P": 0.1489773392677307, + "-": 0.7971901297569275 + }, + "id": "tp_24304" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3038005, + "label": "P", + "classification": { + "B": 1.0314618492657246e-08, + "S": 2.903376525864587e-07, + "I": 6.295443017734215e-05, + "C": 4.92385481720703e-07, + "R": 8.129619288865797e-08, + "M": 5.062859145255061e-07, + "O": 9.433226182409271e-07, + "W": 1.181367892399976e-07, + "N": 6.5400622588640545e-06, + "Y": 1.3908053915656637e-05, + "U": 3.6223415378344725e-08, + "K": 1.6769571402619476e-06, + "L": 2.5404963466257868e-08, + "G": 4.720807737612631e-06, + "F": 0.0015795000363141298, + "E": 5.46626397408545e-05, + "T": 1.6390442397096194e-05, + "P": 0.8038613796234131, + "-": 0.1943957358598709 + }, + "id": "tp_24305" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3038138, + "label": "-", + "classification": { + "B": 2.404242650300148e-06, + "S": 4.501908188103698e-05, + "I": 6.99439988238737e-06, + "C": 5.990965519231395e-07, + "R": 8.840126497489109e-07, + "M": 8.737819734960794e-05, + "O": 0.0003427274350542575, + "W": 1.4544904843205586e-05, + "N": 1.0197868505201768e-06, + "Y": 4.5487329771276563e-05, + "U": 2.8259414364129043e-08, + "K": 8.535017173016968e-07, + "L": 7.76800970925251e-06, + "G": 4.6756485971855e-05, + "F": 0.020418623462319374, + "E": 8.354451892955694e-06, + "T": 0.00011921914847334847, + "P": 0.03138340264558792, + "-": 0.9474680423736572 + }, + "id": "tp_24306" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3038272, + "label": "-", + "classification": { + "B": 8.76416452229023e-05, + "S": 9.714543557493016e-05, + "I": 0.00026095932116732, + "C": 7.548325083917007e-05, + "R": 5.3573239711113274e-05, + "M": 0.0017955624498426914, + "O": 0.000895434059202671, + "W": 3.5907189158024266e-05, + "N": 2.2813464966020547e-05, + "Y": 0.007449248339980841, + "U": 5.171811153559247e-06, + "K": 4.5522788241214585e-06, + "L": 0.00024021058925427496, + "G": 0.00161177443806082, + "F": 0.0051877424120903015, + "E": 0.0001695369865046814, + "T": 0.009935088455677032, + "P": 0.01710410602390766, + "-": 0.9549680352210999 + }, + "id": "tp_24307" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3038405, + "label": "-", + "classification": { + "B": 2.9561526844190666e-06, + "S": 1.6249872487605899e-06, + "I": 4.473153967410326e-05, + "C": 6.039118306944147e-05, + "R": 1.8065213225781918e-05, + "M": 0.00025005440693348646, + "O": 6.720118108205497e-05, + "W": 1.394963533130067e-06, + "N": 2.0181407762720482e-06, + "Y": 0.00555668817833066, + "U": 5.863186061105807e-07, + "K": 2.6309598979423754e-06, + "L": 3.386707612662576e-05, + "G": 0.002084356267005205, + "F": 0.03584429621696472, + "E": 7.922267832327634e-05, + "T": 0.00115806027315557, + "P": 0.015444301068782806, + "-": 0.939347505569458 + }, + "id": "tp_24308" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3038505, + "label": "F", + "classification": { + "B": 0.00012753882037941366, + "S": 0.00146870082244277, + "I": 9.027105261338875e-05, + "C": 2.5593388272682205e-05, + "R": 1.3895602933189366e-05, + "M": 0.0004911766154691577, + "O": 0.0011194549733772874, + "W": 0.00021793978521600366, + "N": 6.273667531786487e-05, + "Y": 0.0015408896142616868, + "U": 1.157869064627448e-06, + "K": 0.0002105841995216906, + "L": 9.21423124964349e-05, + "G": 0.0032227651681751013, + "F": 0.6050037145614624, + "E": 0.002183780772611499, + "T": 0.0008152883383445442, + "P": 0.0637982189655304, + "-": 0.3195140063762665 + }, + "id": "tp_24309" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3038639, + "label": "-", + "classification": { + "B": 3.429737915894293e-08, + "S": 1.7860051571005897e-07, + "I": 1.469316316615732e-06, + "C": 6.2167287069314625e-06, + "R": 1.6768664181654458e-06, + "M": 9.467142808716744e-05, + "O": 1.1378477211110294e-05, + "W": 9.437911785425968e-08, + "N": 3.1436147907015766e-08, + "Y": 0.0012639409396797419, + "U": 1.0068199607360384e-08, + "K": 2.519786690413639e-08, + "L": 4.167843599134358e-06, + "G": 0.00011012062168447301, + "F": 0.003975105471909046, + "E": 2.543818482081406e-06, + "T": 0.0006673149182461202, + "P": 0.0019917935132980347, + "-": 0.9918690919876099 + }, + "id": "tp_24310" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3038772, + "label": "-", + "classification": { + "B": 8.61931694089435e-05, + "S": 0.0005106722819618881, + "I": 0.0010354634141549468, + "C": 0.0027736229822039604, + "R": 0.0008192963432520628, + "M": 0.008655223064124584, + "O": 0.004192403517663479, + "W": 0.00047554451157338917, + "N": 0.00035902351373806596, + "Y": 0.059370677918195724, + "U": 6.32756928098388e-05, + "K": 0.003562553785741329, + "L": 0.001168792718090117, + "G": 0.029617493972182274, + "F": 0.09281186759471893, + "E": 0.007604776881635189, + "T": 0.022593071684241295, + "P": 0.03553292527794838, + "-": 0.7287671566009521 + }, + "id": "tp_24311" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3038906, + "label": "-", + "classification": { + "B": 5.858243821421638e-05, + "S": 4.158699084655382e-05, + "I": 4.851664198213257e-05, + "C": 8.674174750922248e-06, + "R": 3.881751126755262e-06, + "M": 0.0007194251520559192, + "O": 0.00025545258540660143, + "W": 3.735960490303114e-06, + "N": 1.7340260001219576e-06, + "Y": 0.000590680108871311, + "U": 8.488588321142743e-08, + "K": 4.3694615214917576e-07, + "L": 5.441078246803954e-05, + "G": 0.0011325245723128319, + "F": 0.011004675179719925, + "E": 6.689265137538314e-05, + "T": 0.000585837522521615, + "P": 0.010373301804065704, + "-": 0.9750494956970215 + }, + "id": "tp_24312" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3039006, + "label": "P", + "classification": { + "B": 2.04207008209778e-05, + "S": 4.6939108869992197e-05, + "I": 0.0018480016151443124, + "C": 8.211118984036148e-05, + "R": 4.151921166339889e-05, + "M": 0.00011257077858317643, + "O": 0.000169392631505616, + "W": 3.279413067502901e-05, + "N": 0.000517618260346353, + "Y": 0.0015653794398531318, + "U": 1.4961005945224315e-05, + "K": 0.0006129126413725317, + "L": 9.741942449181806e-06, + "G": 0.0008384284446947277, + "F": 0.02349407784640789, + "E": 0.0032633759547024965, + "T": 0.0011572192888706923, + "P": 0.5622153282165527, + "-": 0.40395721793174744 + }, + "id": "tp_24313" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3039139, + "label": "-", + "classification": { + "B": 3.545249926961702e-10, + "S": 1.2932040160951175e-10, + "I": 5.571005772253557e-07, + "C": 1.7861823664588883e-07, + "R": 1.2928354387042873e-08, + "M": 4.7402681957464665e-07, + "O": 4.5269562320982004e-08, + "W": 5.471628705677745e-10, + "N": 2.8921378625312855e-09, + "Y": 3.8484598917420954e-05, + "U": 3.629267997240504e-10, + "K": 2.6238906603026635e-09, + "L": 4.033597011954271e-09, + "G": 2.1141474917385494e-06, + "F": 0.000173926746356301, + "E": 4.907092261419166e-07, + "T": 7.456504135916475e-06, + "P": 0.018648214638233185, + "-": 0.9811280965805054 + }, + "id": "tp_24314" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3039273, + "label": "-", + "classification": { + "B": 2.1995730037360772e-07, + "S": 9.40715653996449e-06, + "I": 9.94821239146404e-05, + "C": 3.7709563912358135e-05, + "R": 6.804199983889703e-06, + "M": 8.763949881540611e-05, + "O": 5.351662548491731e-05, + "W": 5.442918336484581e-06, + "N": 1.3286324247019365e-05, + "Y": 0.0057959966361522675, + "U": 6.542071560033946e-07, + "K": 0.0019322889856994152, + "L": 3.0090373002167325e-06, + "G": 0.0008129191119223833, + "F": 0.04147537425160408, + "E": 0.000434274785220623, + "T": 0.002041905652731657, + "P": 0.013721458613872528, + "-": 0.9334685802459717 + }, + "id": "tp_24315" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3039406, + "label": "-", + "classification": { + "B": 4.827990665035031e-07, + "S": 2.590483745734673e-06, + "I": 0.0001622696581762284, + "C": 5.03364390169736e-05, + "R": 9.497616701992229e-06, + "M": 4.6715034841327e-05, + "O": 3.370249760337174e-05, + "W": 4.916915258945664e-06, + "N": 2.3459953808924183e-05, + "Y": 0.0011786420363932848, + "U": 1.6878669839570648e-06, + "K": 0.0002474121283739805, + "L": 1.1970322475463036e-06, + "G": 0.00015966709179338068, + "F": 0.010544025339186192, + "E": 0.00038598632090725005, + "T": 0.0003782819549087435, + "P": 0.08491922914981842, + "-": 0.9018499851226807 + }, + "id": "tp_24316" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3039506, + "label": "-", + "classification": { + "B": 0.0004731758963316679, + "S": 0.00034722837153822184, + "I": 0.0003163039800710976, + "C": 0.00016188046720344573, + "R": 4.770109444507398e-05, + "M": 0.00036853397614322603, + "O": 0.000763302727136761, + "W": 0.00012794788926839828, + "N": 0.0001115867416956462, + "Y": 0.0009725572308525443, + "U": 2.07689699891489e-05, + "K": 4.052777876495384e-05, + "L": 0.00018692715093493462, + "G": 0.0014017197536304593, + "F": 0.03013334795832634, + "E": 0.0009772836929187179, + "T": 0.0015548537485301495, + "P": 0.24161039292812347, + "-": 0.7203840017318726 + }, + "id": "tp_24317" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3039640, + "label": "-", + "classification": { + "B": 1.8506983906263486e-05, + "S": 7.735616236459464e-05, + "I": 0.00018650313722901046, + "C": 3.578821997507475e-05, + "R": 2.307225986442063e-05, + "M": 0.0005757828475907445, + "O": 0.0004846303490921855, + "W": 2.3281620087800547e-05, + "N": 1.3517471415980253e-05, + "Y": 0.006583873648196459, + "U": 9.849679827311775e-07, + "K": 2.594008492451394e-06, + "L": 3.403387381695211e-05, + "G": 0.0005229158559814095, + "F": 0.0032268643844872713, + "E": 3.9654765714658424e-05, + "T": 0.005877078045159578, + "P": 0.015890222042798996, + "-": 0.9663833975791931 + }, + "id": "tp_24318" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3039773, + "label": "-", + "classification": { + "B": 2.1073558897910516e-08, + "S": 9.924287525109321e-08, + "I": 2.5384365471836645e-06, + "C": 2.09714721677301e-06, + "R": 8.108299454079315e-08, + "M": 4.353677923063515e-06, + "O": 1.5388675365102245e-06, + "W": 7.035561822021918e-08, + "N": 5.294374432196491e-07, + "Y": 0.0003228379355277866, + "U": 1.1606977601275048e-08, + "K": 2.5344224923173897e-05, + "L": 4.3025739415725184e-08, + "G": 8.093755604932085e-05, + "F": 0.03671453520655632, + "E": 0.0002749354753177613, + "T": 4.669979534810409e-05, + "P": 0.08774515241384506, + "-": 0.8747783303260803 + }, + "id": "tp_24319" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3039907, + "label": "-", + "classification": { + "B": 1.6499378716616775e-06, + "S": 1.1353714398865122e-05, + "I": 1.938824243552517e-05, + "C": 2.3813388452254003e-06, + "R": 1.39312862756924e-06, + "M": 6.553718412760645e-05, + "O": 6.927620415808633e-05, + "W": 3.2767995890026214e-06, + "N": 2.08183200811618e-06, + "Y": 0.00026255130069330335, + "U": 1.0223318014368488e-07, + "K": 1.0100036433868809e-06, + "L": 2.9137149795133155e-06, + "G": 5.0093884055968374e-05, + "F": 0.0049575618468225, + "E": 1.384543975291308e-05, + "T": 0.00037742522545158863, + "P": 0.03226323798298836, + "-": 0.9618948698043823 + }, + "id": "tp_24320" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3040007, + "label": "-", + "classification": { + "B": 1.6139503713930026e-05, + "S": 3.306051075924188e-05, + "I": 0.0003011470253113657, + "C": 0.000609520124271512, + "R": 0.00022728605836164206, + "M": 0.0025380391161888838, + "O": 0.0009442440350539982, + "W": 3.626636680564843e-05, + "N": 2.3695565687376074e-05, + "Y": 0.016560330986976624, + "U": 1.0093412129208446e-05, + "K": 2.2484287910629064e-05, + "L": 0.0003977897868026048, + "G": 0.004685203079134226, + "F": 0.01862175017595291, + "E": 0.00026196317048743367, + "T": 0.006924948189407587, + "P": 0.016033604741096497, + "-": 0.9317524433135986 + }, + "id": "tp_24321" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3040140, + "label": "-", + "classification": { + "B": 2.1987871434703266e-07, + "S": 3.884770549689165e-08, + "I": 3.226582748538931e-06, + "C": 1.1859756909871066e-07, + "R": 1.65710858368584e-08, + "M": 1.5794893215570482e-06, + "O": 4.0654122130945325e-06, + "W": 6.441265298917642e-08, + "N": 8.17069718550556e-08, + "Y": 2.9887294203945203e-06, + "U": 1.6078340880909536e-09, + "K": 1.1549889933348823e-09, + "L": 9.190802785496999e-08, + "G": 2.3380009679385694e-06, + "F": 8.840752707328647e-05, + "E": 1.5997211448848248e-06, + "T": 1.2015016181976534e-05, + "P": 0.09036124497652054, + "-": 0.9095218181610107 + }, + "id": "tp_24322" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3040274, + "label": "-", + "classification": { + "B": 1.9809087461908348e-05, + "S": 1.888099177449476e-05, + "I": 1.1987418474745937e-05, + "C": 4.669234385801246e-06, + "R": 1.7194182646562695e-06, + "M": 8.34892998682335e-05, + "O": 6.882433081045747e-05, + "W": 3.528986326273298e-06, + "N": 2.323747366972384e-06, + "Y": 0.000737384834792465, + "U": 1.401797362632351e-07, + "K": 4.305419679440092e-06, + "L": 6.941478659427958e-06, + "G": 0.000569376046769321, + "F": 0.028006168082356453, + "E": 0.0001930671714944765, + "T": 0.00033396101207472384, + "P": 0.03481372445821762, + "-": 0.9351196885108948 + }, + "id": "tp_24323" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3040407, + "label": "-", + "classification": { + "B": 1.8718781120696804e-06, + "S": 1.747544047248084e-05, + "I": 0.0006081258761696517, + "C": 0.00015600130427628756, + "R": 2.6984018404618837e-05, + "M": 0.0004066210822202265, + "O": 0.0001432248973287642, + "W": 9.302235412178561e-06, + "N": 7.74587388150394e-05, + "Y": 0.0016615679487586021, + "U": 6.593455054826336e-06, + "K": 6.110351387178525e-05, + "L": 1.737642742227763e-05, + "G": 0.00047539500519633293, + "F": 0.013497743755578995, + "E": 0.00042344690882600844, + "T": 0.0015647206455469131, + "P": 0.10154569149017334, + "-": 0.8792993426322937 + }, + "id": "tp_24324" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3040507, + "label": "-", + "classification": { + "B": 8.999872079584748e-06, + "S": 0.00024486982147209346, + "I": 0.00011437395733082667, + "C": 0.00029128583264537156, + "R": 9.614055306883529e-05, + "M": 0.0007096159970387816, + "O": 0.00048456492368131876, + "W": 0.00014147428737487644, + "N": 6.012640005792491e-05, + "Y": 0.009960825555026531, + "U": 5.7194883993361145e-06, + "K": 0.01767825521528721, + "L": 1.734618672344368e-05, + "G": 0.003098214976489544, + "F": 0.12705610692501068, + "E": 0.0007869107066653669, + "T": 0.006300012115389109, + "P": 0.01968001015484333, + "-": 0.8132650852203369 + }, + "id": "tp_24325" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3040641, + "label": "-", + "classification": { + "B": 3.7725144466094207e-06, + "S": 2.3511393010267057e-05, + "I": 3.0458986657322384e-05, + "C": 5.081522976979613e-05, + "R": 2.2989368517301045e-05, + "M": 0.00019467582751531154, + "O": 0.00013425158977042884, + "W": 5.7906790971173905e-06, + "N": 1.367082063552516e-06, + "Y": 0.0003659907670225948, + "U": 1.6495653198944638e-07, + "K": 9.038195685207029e-07, + "L": 4.322671520640142e-05, + "G": 0.0004888053517788649, + "F": 0.03463244438171387, + "E": 1.814495954022277e-05, + "T": 0.0007497338228859007, + "P": 0.011831764131784439, + "-": 0.9514010548591614 + }, + "id": "tp_24326" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3040774, + "label": "-", + "classification": { + "B": 0.0007296073017641902, + "S": 0.0013003475032746792, + "I": 0.0024955603294074535, + "C": 0.0017482660477980971, + "R": 0.0007418263121508062, + "M": 0.006292347330600023, + "O": 0.003372273873537779, + "W": 0.0007632551132701337, + "N": 0.0007719303830526769, + "Y": 0.025051288306713104, + "U": 0.0002576500701252371, + "K": 0.0023433559108525515, + "L": 0.0012179602636024356, + "G": 0.014097713865339756, + "F": 0.10554707050323486, + "E": 0.00828244537115097, + "T": 0.012783771380782127, + "P": 0.10933901369571686, + "-": 0.702864408493042 + }, + "id": "tp_24327" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3040908, + "label": "-", + "classification": { + "B": 3.700302113429643e-05, + "S": 0.00012621267524082214, + "I": 0.0005218578735366464, + "C": 0.00038619234692305326, + "R": 0.0002988444175571203, + "M": 0.0014642028836533427, + "O": 0.0010462001664564013, + "W": 0.00010203823330812156, + "N": 5.057602538727224e-05, + "Y": 0.009332754649221897, + "U": 1.4639075743616559e-05, + "K": 2.232586484751664e-05, + "L": 0.00028019590536132455, + "G": 0.002017692429944873, + "F": 0.023080015555024147, + "E": 0.00022495850862469524, + "T": 0.006482473574578762, + "P": 0.029836073517799377, + "-": 0.924675703048706 + }, + "id": "tp_24328" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3041008, + "label": "-", + "classification": { + "B": 6.752144690835848e-05, + "S": 0.00020367595425341278, + "I": 0.005771826487034559, + "C": 0.0026547727175056934, + "R": 0.0011609391076490283, + "M": 0.0030554046388715506, + "O": 0.0012614534934982657, + "W": 0.00031221573590300977, + "N": 0.0010305778123438358, + "Y": 0.06833600997924805, + "U": 0.0001689799246378243, + "K": 0.0100119449198246, + "L": 0.0002249764365842566, + "G": 0.014486415311694145, + "F": 0.06289907544851303, + "E": 0.01107832882553339, + "T": 0.014858638867735863, + "P": 0.06877313554286957, + "-": 0.7336441278457642 + }, + "id": "tp_24329" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3041141, + "label": "-", + "classification": { + "B": 7.502626976929605e-05, + "S": 0.0013570592273026705, + "I": 0.0012171377893537283, + "C": 0.0002569920616224408, + "R": 0.0001543425751151517, + "M": 0.003568020649254322, + "O": 0.002415372058749199, + "W": 0.0005182928289286792, + "N": 0.0003397746186237782, + "Y": 0.009188923053443432, + "U": 1.1358372830727603e-05, + "K": 0.0012332114856690168, + "L": 0.00042264448711648583, + "G": 0.014148077927529812, + "F": 0.3099403381347656, + "E": 0.004838565830141306, + "T": 0.007042599841952324, + "P": 0.07316502928733826, + "-": 0.5701072216033936 + }, + "id": "tp_24330" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3041275, + "label": "-", + "classification": { + "B": 2.216510802099947e-05, + "S": 1.1122518117190339e-05, + "I": 1.1522262184371357e-06, + "C": 2.2573979094886454e-06, + "R": 8.350588700523076e-07, + "M": 0.001607462065294385, + "O": 0.00012581048940774053, + "W": 1.0125945664185565e-06, + "N": 3.057791531091425e-08, + "Y": 0.000878280436154455, + "U": 3.8936600610384176e-09, + "K": 5.224017840532724e-08, + "L": 5.628402141155675e-05, + "G": 0.0013242814457044005, + "F": 0.007480003405362368, + "E": 2.0284811398596503e-05, + "T": 0.0005514025688171387, + "P": 0.0007980020600371063, + "-": 0.9871195554733276 + }, + "id": "tp_24331" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3041408, + "label": "-", + "classification": { + "B": 4.5157895556258154e-07, + "S": 3.0646222057839623e-06, + "I": 0.00037940495531074703, + "C": 6.98632575222291e-05, + "R": 2.057532219623681e-05, + "M": 5.557356053031981e-05, + "O": 4.7236600948963314e-05, + "W": 4.142844318266725e-06, + "N": 1.777817124093417e-05, + "Y": 0.0011335255112498999, + "U": 3.368005991433165e-06, + "K": 1.7587681213626638e-05, + "L": 5.973398401692975e-06, + "G": 0.0001377406733809039, + "F": 0.0063033211044967175, + "E": 9.418051922693849e-05, + "T": 0.0007416428998112679, + "P": 0.06787377595901489, + "-": 0.9230908155441284 + }, + "id": "tp_24332" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3041508, + "label": "-", + "classification": { + "B": 2.571485424596176e-08, + "S": 5.836532182001974e-07, + "I": 9.935379239323083e-07, + "C": 7.361551297435653e-07, + "R": 2.8210976665832277e-07, + "M": 3.5592063795775175e-05, + "O": 1.9843944755848497e-05, + "W": 2.15984456986007e-07, + "N": 3.2699457364060436e-08, + "Y": 0.0005694710416719317, + "U": 1.4709670148604914e-09, + "K": 1.646976244273901e-07, + "L": 1.1392206715754583e-06, + "G": 0.000128414569189772, + "F": 0.013704393059015274, + "E": 5.360596787795657e-06, + "T": 0.00015137398440856487, + "P": 0.002300493884831667, + "-": 0.9830809235572815 + }, + "id": "tp_24333" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3041642, + "label": "-", + "classification": { + "B": 3.4285174024262233e-06, + "S": 3.0375763344636653e-06, + "I": 8.729247383598704e-06, + "C": 1.6135947589646094e-05, + "R": 4.705695573647972e-06, + "M": 0.0005807860870845616, + "O": 7.242424180731177e-05, + "W": 7.79704237174883e-07, + "N": 2.914547962973302e-07, + "Y": 0.001545524224638939, + "U": 4.821718135872288e-08, + "K": 1.1426799773062157e-07, + "L": 3.139747786917724e-05, + "G": 0.0005900312098674476, + "F": 0.004216410685330629, + "E": 2.7454792871139944e-05, + "T": 0.0008995759999379516, + "P": 0.0029980549588799477, + "-": 0.9890011548995972 + }, + "id": "tp_24334" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3041775, + "label": "-", + "classification": { + "B": 3.981379450124223e-06, + "S": 2.5370030925842002e-05, + "I": 9.472139936406165e-05, + "C": 0.00014368016854859889, + "R": 2.0451325326575898e-05, + "M": 0.00030191667610779405, + "O": 0.00019117850752081722, + "W": 1.9485762095428072e-05, + "N": 3.575564915081486e-05, + "Y": 0.0021405231673270464, + "U": 5.295266419125255e-06, + "K": 0.0007076969486661255, + "L": 1.3242402019386645e-05, + "G": 0.0006823688163422048, + "F": 0.057898472994565964, + "E": 0.0007014486473053694, + "T": 0.0012930876109749079, + "P": 0.0621359758079052, + "-": 0.8735854029655457 + }, + "id": "tp_24335" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3041875, + "label": "-", + "classification": { + "B": 0.000127105726278387, + "S": 0.00012453891395125538, + "I": 0.000475493521662429, + "C": 0.00012240973592270166, + "R": 5.241396866040304e-05, + "M": 0.0015839004190638661, + "O": 0.0006284762639552355, + "W": 5.1998391427332535e-05, + "N": 5.64895490242634e-05, + "Y": 0.005755055230110884, + "U": 8.898277883417904e-06, + "K": 4.279299173504114e-05, + "L": 0.00010962769738398492, + "G": 0.002011256292462349, + "F": 0.02254716120660305, + "E": 0.0007282391306944191, + "T": 0.003100669477134943, + "P": 0.07500292360782623, + "-": 0.8874706029891968 + }, + "id": "tp_24336" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3042009, + "label": "-", + "classification": { + "B": 9.143357004859354e-08, + "S": 4.587602404626523e-07, + "I": 2.1944704258203274e-06, + "C": 1.4507683943065786e-07, + "R": 6.004852082241996e-08, + "M": 8.077573147602379e-05, + "O": 8.946094567363616e-06, + "W": 8.224961334235559e-08, + "N": 5.498162636285997e-08, + "Y": 0.0004115908232051879, + "U": 2.8219953041030976e-09, + "K": 4.5109143087529446e-08, + "L": 4.752179734168749e-07, + "G": 2.7867919925483875e-05, + "F": 0.001503040548413992, + "E": 3.5760549508268014e-06, + "T": 0.0003130886470898986, + "P": 0.00314836367033422, + "-": 0.9944990277290344 + }, + "id": "tp_24337" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3042142, + "label": "-", + "classification": { + "B": 2.2627407361142104e-06, + "S": 3.7860111206100555e-06, + "I": 1.5860669009271078e-05, + "C": 5.721817160520004e-06, + "R": 1.924062416946981e-06, + "M": 0.00012825187877751887, + "O": 4.511550287134014e-05, + "W": 2.2244928459258517e-06, + "N": 1.8125937231161515e-06, + "Y": 0.0010506573598831892, + "U": 2.2016914158484724e-07, + "K": 7.475049642380327e-06, + "L": 3.82008875021711e-06, + "G": 0.00023565342416986823, + "F": 0.01395455002784729, + "E": 4.411055851960555e-05, + "T": 0.0006127898232080042, + "P": 0.020274396985769272, + "-": 0.9636093974113464 + }, + "id": "tp_24338" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3042276, + "label": "-", + "classification": { + "B": 5.769624112872407e-05, + "S": 3.9989343349589035e-05, + "I": 9.457892883801833e-05, + "C": 5.376491026254371e-05, + "R": 1.649075966270175e-05, + "M": 0.0003063711628783494, + "O": 0.00032685368205420673, + "W": 2.580753789516166e-05, + "N": 1.4847141756035853e-05, + "Y": 0.001953320810571313, + "U": 3.5175335142412223e-06, + "K": 1.089861416403437e-05, + "L": 4.703697777586058e-05, + "G": 0.0006696587661281228, + "F": 0.014552927576005459, + "E": 0.00011771592835430056, + "T": 0.0016654005739837885, + "P": 0.05547983944416046, + "-": 0.9245632886886597 + }, + "id": "tp_24339" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3042376, + "label": "-", + "classification": { + "B": 2.4623693661851576e-06, + "S": 3.596534270400298e-07, + "I": 4.562942558550276e-05, + "C": 2.962550388474483e-05, + "R": 5.865344064659439e-06, + "M": 0.00020513092749752104, + "O": 3.148104588035494e-05, + "W": 4.426281066116644e-07, + "N": 8.458584943582537e-07, + "Y": 0.0007662295829504728, + "U": 2.1996245891386934e-07, + "K": 1.0633240776769526e-07, + "L": 1.785053245839663e-05, + "G": 0.00041298108408227563, + "F": 0.0013471366837620735, + "E": 6.277350621530786e-05, + "T": 0.0007055903552100062, + "P": 0.02166474424302578, + "-": 0.9747005105018616 + }, + "id": "tp_24340" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3042509, + "label": "-", + "classification": { + "B": 2.0719594928664264e-09, + "S": 5.401651570480226e-09, + "I": 3.03668542755986e-07, + "C": 7.728441886456494e-08, + "R": 2.3779261226763992e-08, + "M": 5.7412371461396106e-06, + "O": 1.0312207905371906e-06, + "W": 4.061608382954773e-09, + "N": 2.724547476518069e-09, + "Y": 9.61501500569284e-05, + "U": 2.577128788150418e-10, + "K": 1.3553731748050524e-10, + "L": 9.118635091454053e-08, + "G": 4.4529265323944855e-06, + "F": 0.0001713577948976308, + "E": 1.4089049216181593e-07, + "T": 6.917124846950173e-05, + "P": 0.001748342881910503, + "-": 0.9979031085968018 + }, + "id": "tp_24341" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3042643, + "label": "-", + "classification": { + "B": 1.8566733706038008e-09, + "S": 4.939927862324112e-07, + "I": 4.652999450627249e-06, + "C": 2.526598166241456e-07, + "R": 1.0293175733977478e-07, + "M": 1.8148473827750422e-05, + "O": 4.983045073458925e-06, + "W": 1.5151142918057303e-07, + "N": 3.7176329215071746e-07, + "Y": 0.007418802473694086, + "U": 1.8194152850981027e-09, + "K": 4.3855376134160906e-05, + "L": 4.256995822515819e-08, + "G": 0.0001296627742704004, + "F": 0.02039310149848461, + "E": 1.5939356671879068e-05, + "T": 0.00147716561332345, + "P": 0.002545451046898961, + "-": 0.9679468870162964 + }, + "id": "tp_24342" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3042776, + "label": "-", + "classification": { + "B": 0.0005194575642235577, + "S": 6.923871842445806e-05, + "I": 0.0015073178801685572, + "C": 0.0013838523300364614, + "R": 0.00027326843701303005, + "M": 0.0038920699153095484, + "O": 0.0009066545171663165, + "W": 6.42588856862858e-05, + "N": 0.0001324503100477159, + "Y": 0.006186987739056349, + "U": 2.6115956643479876e-05, + "K": 2.9535907742683776e-05, + "L": 0.00046761130215600133, + "G": 0.005323277320712805, + "F": 0.016762198880314827, + "E": 0.002603203523904085, + "T": 0.004292865749448538, + "P": 0.09854772686958313, + "-": 0.8570119738578796 + }, + "id": "tp_24343" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3042876, + "label": "-", + "classification": { + "B": 5.54912730876822e-06, + "S": 6.8135373112454545e-06, + "I": 6.805141310906038e-06, + "C": 1.3647526486693096e-07, + "R": 7.784435496205333e-08, + "M": 0.0001377733569825068, + "O": 2.1931469746050425e-05, + "W": 8.811896350380266e-07, + "N": 5.12066606006556e-07, + "Y": 0.0013644344871863723, + "U": 1.3943367349611435e-08, + "K": 4.749168510898016e-06, + "L": 1.6841704564285465e-06, + "G": 0.00042456129449419677, + "F": 0.014090210199356079, + "E": 0.00014318186731543392, + "T": 0.0010921129724010825, + "P": 0.010101675987243652, + "-": 0.9725968837738037 + }, + "id": "tp_24344" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3043010, + "label": "-", + "classification": { + "B": 2.7395162760512903e-07, + "S": 2.493323336238973e-05, + "I": 8.654496014059987e-06, + "C": 1.0424068932479713e-06, + "R": 8.041288310778327e-07, + "M": 0.00015635075396858156, + "O": 0.0001218623947352171, + "W": 4.362990239314968e-06, + "N": 1.0718512157836813e-06, + "Y": 0.0007405965588986874, + "U": 1.7650668482360743e-08, + "K": 1.2519934671217925e-06, + "L": 4.171898581262212e-06, + "G": 9.744994895299897e-05, + "F": 0.014887811616063118, + "E": 9.670619874668773e-06, + "T": 0.0009142125491052866, + "P": 0.007801637519150972, + "-": 0.9752238392829895 + }, + "id": "tp_24345" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3043143, + "label": "-", + "classification": { + "B": 1.9741131836781278e-05, + "S": 5.130764111527242e-05, + "I": 0.0003214348398614675, + "C": 0.0004901960492134094, + "R": 0.00012272151070646942, + "M": 0.0013445864897221327, + "O": 0.00033610049285925925, + "W": 2.6996312953997403e-05, + "N": 5.390497972257435e-05, + "Y": 0.013030222617089748, + "U": 8.789747880655341e-06, + "K": 0.00048786785919219255, + "L": 6.869402568554506e-05, + "G": 0.004657463636249304, + "F": 0.056939247995615005, + "E": 0.0012078266590833664, + "T": 0.004123695660382509, + "P": 0.02715730480849743, + "-": 0.8895519375801086 + }, + "id": "tp_24346" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3043277, + "label": "-", + "classification": { + "B": 6.284844857873395e-06, + "S": 1.4820511751167942e-05, + "I": 0.0001693436352070421, + "C": 0.00032544860732741654, + "R": 8.537762187188491e-05, + "M": 0.0002984787570312619, + "O": 0.00014459747762884945, + "W": 1.7680509699857794e-05, + "N": 1.6247215171460994e-05, + "Y": 0.0021779437083750963, + "U": 4.393754807097139e-06, + "K": 2.7857715394929983e-05, + "L": 2.3108164896257222e-05, + "G": 0.0005073357024230063, + "F": 0.028106555342674255, + "E": 0.00015351186448242515, + "T": 0.0016113034216687083, + "P": 0.04968952760100365, + "-": 0.9166202545166016 + }, + "id": "tp_24347" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3043377, + "label": "-", + "classification": { + "B": 4.3509608360636776e-08, + "S": 2.5126448477408303e-08, + "I": 2.46884451371443e-06, + "C": 4.7674689085397404e-07, + "R": 4.144516196902259e-08, + "M": 1.5396866729133762e-05, + "O": 9.837651759880828e-07, + "W": 1.4826795791123004e-08, + "N": 7.292773318567924e-08, + "Y": 0.0001942288363352418, + "U": 3.6775131828648e-09, + "K": 3.329310516164696e-08, + "L": 1.2460392895263794e-07, + "G": 1.4718494639964774e-05, + "F": 0.0015110820531845093, + "E": 1.4804466445639264e-05, + "T": 0.00011655647540464997, + "P": 0.027642393484711647, + "-": 0.9704865217208862 + }, + "id": "tp_24348" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3043510, + "label": "-", + "classification": { + "B": 8.074066926155865e-08, + "S": 2.684047899492725e-07, + "I": 9.693593710835557e-06, + "C": 1.8960599845740944e-06, + "R": 3.9007997543194506e-07, + "M": 1.3365197446546517e-05, + "O": 2.7239339033258148e-06, + "W": 9.448726956406972e-08, + "N": 8.413579166699492e-07, + "Y": 0.0003894160035997629, + "U": 1.7233555027473813e-08, + "K": 3.1732233765069395e-06, + "L": 1.2394760062761634e-07, + "G": 4.7847828682279214e-05, + "F": 0.007345177233219147, + "E": 0.00010568442667135969, + "T": 9.907664934871718e-05, + "P": 0.05676105245947838, + "-": 0.9352190494537354 + }, + "id": "tp_24349" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3043644, + "label": "-", + "classification": { + "B": 2.8430108045540692e-08, + "S": 7.898084959379048e-07, + "I": 9.077663708012551e-05, + "C": 3.3634651117608882e-06, + "R": 4.1292511809842836e-07, + "M": 3.9449359974241816e-06, + "O": 5.435975708678598e-06, + "W": 7.070034939715697e-07, + "N": 1.9434217392699793e-05, + "Y": 0.00016054896696005017, + "U": 1.1630393714767706e-07, + "K": 0.0001075794207281433, + "L": 5.066620190063986e-08, + "G": 3.693746111821383e-05, + "F": 0.010564248077571392, + "E": 0.00021094971452839673, + "T": 9.84415746643208e-05, + "P": 0.3465631604194641, + "-": 0.6421331763267517 + }, + "id": "tp_24350" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3043777, + "label": "-", + "classification": { + "B": 7.424979742154392e-09, + "S": 2.996418757561514e-08, + "I": 6.752953140676254e-06, + "C": 9.181524092127802e-07, + "R": 5.129322389052504e-08, + "M": 6.075411874917336e-06, + "O": 1.8841474229702726e-06, + "W": 3.1863450544733496e-08, + "N": 2.5417872961952526e-07, + "Y": 3.780555198318325e-05, + "U": 1.297732143967778e-08, + "K": 1.086637908542798e-07, + "L": 5.083758836121888e-08, + "G": 6.545392352563795e-06, + "F": 0.0002808169519994408, + "E": 4.426633950060932e-06, + "T": 6.282615504460409e-05, + "P": 0.04932751506567001, + "-": 0.9502638578414917 + }, + "id": "tp_24351" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3043877, + "label": "-", + "classification": { + "B": 5.280878512259335e-11, + "S": 1.788325598717222e-10, + "I": 2.701588073250605e-07, + "C": 2.0770974273887077e-08, + "R": 9.264771172468045e-10, + "M": 2.957004028303345e-07, + "O": 4.4998522241712635e-08, + "W": 2.3058450981938705e-10, + "N": 4.712178647281462e-09, + "Y": 1.2106565009162296e-05, + "U": 7.657649514491993e-11, + "K": 2.49437959176646e-09, + "L": 6.929628537655219e-10, + "G": 6.393661919901206e-07, + "F": 0.0002556116378400475, + "E": 5.148286277290026e-07, + "T": 3.973833372583613e-06, + "P": 0.0180901437997818, + "-": 0.9816363453865051 + }, + "id": "tp_24352" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3044011, + "label": "-", + "classification": { + "B": 7.219367398647591e-05, + "S": 4.5165197661845013e-05, + "I": 0.0029642090667039156, + "C": 0.00043568783439695835, + "R": 0.00010463645594427362, + "M": 0.005231388844549656, + "O": 0.0008993447991088033, + "W": 4.2532934457995e-05, + "N": 0.0002585438487585634, + "Y": 0.006069069728255272, + "U": 3.0942926969146356e-05, + "K": 3.522568295011297e-05, + "L": 0.00021078244026284665, + "G": 0.003150562522932887, + "F": 0.006664564833045006, + "E": 0.0025907207746058702, + "T": 0.009125404991209507, + "P": 0.13209415972232819, + "-": 0.8299748301506042 + }, + "id": "tp_24353" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3044144, + "label": "-", + "classification": { + "B": 5.9636845435306896e-06, + "S": 9.038877033162862e-05, + "I": 0.00013614600175060332, + "C": 0.00023245600459631532, + "R": 5.069591134088114e-05, + "M": 0.0006076684803701937, + "O": 0.00039428606396541, + "W": 3.6208177334629e-05, + "N": 4.430424814927392e-05, + "Y": 0.005134234670549631, + "U": 3.410500994505128e-06, + "K": 0.0004246358585078269, + "L": 7.294852548511699e-05, + "G": 0.0029168601613491774, + "F": 0.2153506726026535, + "E": 0.0007455822196789086, + "T": 0.0028487571980804205, + "P": 0.028965100646018982, + "-": 0.7419396638870239 + }, + "id": "tp_24354" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3044278, + "label": "-", + "classification": { + "B": 2.2390915076914153e-12, + "S": 5.413121687003475e-11, + "I": 8.092491299294124e-08, + "C": 9.496801567365765e-09, + "R": 3.1145672152455006e-10, + "M": 6.531770235795875e-09, + "O": 4.577521472981516e-09, + "W": 7.713198135750332e-11, + "N": 3.235459455908085e-09, + "Y": 8.44636178953806e-06, + "U": 1.4154922026166084e-11, + "K": 9.855810390035913e-08, + "L": 1.5927256041825544e-11, + "G": 2.0855001992003963e-07, + "F": 0.0008189106592908502, + "E": 1.0514859241084196e-06, + "T": 6.581863658539078e-07, + "P": 0.026924511417746544, + "-": 0.9722459316253662 + }, + "id": "tp_24355" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3044378, + "label": "-", + "classification": { + "B": 4.120083394809626e-05, + "S": 6.479634521383559e-06, + "I": 0.0026470585726201534, + "C": 0.00088450126349926, + "R": 7.722150621702895e-05, + "M": 0.0011861822567880154, + "O": 0.00016010651597753167, + "W": 1.8378206732450053e-05, + "N": 0.00011265942157479003, + "Y": 0.0060083335265517235, + "U": 9.503187357040588e-06, + "K": 8.585197065258399e-05, + "L": 3.1646159186493605e-05, + "G": 0.005407397169619799, + "F": 0.006728722248226404, + "E": 0.0068241204135119915, + "T": 0.0015157691668719053, + "P": 0.13267776370048523, + "-": 0.8355770707130432 + }, + "id": "tp_24356" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3044511, + "label": "-", + "classification": { + "B": 4.144490262092404e-08, + "S": 1.1612961969831304e-07, + "I": 7.385095523204654e-05, + "C": 1.2868325029558036e-05, + "R": 1.851564547905582e-06, + "M": 9.362986020278186e-06, + "O": 3.854563146887813e-06, + "W": 2.5417926963200443e-07, + "N": 5.029518433730118e-06, + "Y": 0.00044033452286385, + "U": 2.8740549851136166e-07, + "K": 1.1998808076896239e-05, + "L": 1.0538779093849371e-07, + "G": 2.4337577997357585e-05, + "F": 0.0012554279528558254, + "E": 7.138471846701577e-05, + "T": 0.00020593521185219288, + "P": 0.10170727223157883, + "-": 0.8961758017539978 + }, + "id": "tp_24357" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3044645, + "label": "-", + "classification": { + "B": 1.9143749085959172e-10, + "S": 7.961650783094854e-10, + "I": 8.275196705653798e-07, + "C": 1.98646468163588e-08, + "R": 9.740298567706418e-10, + "M": 3.612423782328733e-08, + "O": 4.033640976786046e-08, + "W": 1.6472070374362602e-09, + "N": 3.578833229767042e-08, + "Y": 6.1534728956758045e-06, + "U": 6.518928175047733e-10, + "K": 5.453970857161039e-07, + "L": 1.634268970152064e-10, + "G": 3.572015430108877e-07, + "F": 0.0004711103392764926, + "E": 3.530263711581938e-06, + "T": 2.3077129753801273e-06, + "P": 0.10318809002637863, + "-": 0.8963268995285034 + }, + "id": "tp_24358" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3044778, + "label": "-", + "classification": { + "B": 4.344190784877355e-09, + "S": 6.8516263773688024e-09, + "I": 1.0666783055057749e-05, + "C": 8.838423468660039e-07, + "R": 7.509471799949097e-08, + "M": 2.6798136332217837e-07, + "O": 2.869607556021947e-07, + "W": 4.808204501216551e-09, + "N": 3.2050542131401016e-07, + "Y": 2.3449752916349098e-05, + "U": 3.86652354578132e-09, + "K": 7.544361437794578e-07, + "L": 4.878755621717801e-09, + "G": 1.3435094842861872e-05, + "F": 0.0012104322668164968, + "E": 1.3638235941471066e-05, + "T": 1.0877363820327446e-05, + "P": 0.08502019196748734, + "-": 0.9136945605278015 + }, + "id": "tp_24359" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3044878, + "label": "-", + "classification": { + "B": 1.5546059728421824e-07, + "S": 5.61413344257744e-07, + "I": 0.001589296036399901, + "C": 5.3341645980253816e-05, + "R": 5.003312253393233e-06, + "M": 5.410461744759232e-05, + "O": 9.256817975256126e-06, + "W": 5.468404538078175e-07, + "N": 4.253428051015362e-05, + "Y": 0.0007153384503908455, + "U": 4.4294120016274974e-07, + "K": 1.3537747918235254e-06, + "L": 6.065575348657148e-07, + "G": 4.6388289774768054e-05, + "F": 0.00027758843498304486, + "E": 0.00035830747219733894, + "T": 0.0006633798475377262, + "P": 0.2939268946647644, + "-": 0.7022549510002136 + }, + "id": "tp_24360" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3045012, + "label": "-", + "classification": { + "B": 2.1921847803696437e-07, + "S": 4.036546386032569e-07, + "I": 0.00011025159619748592, + "C": 2.049285285465885e-05, + "R": 2.7539078928384697e-06, + "M": 2.4839453544700518e-05, + "O": 1.09207903733477e-05, + "W": 1.3488250942828017e-06, + "N": 1.288680959987687e-05, + "Y": 0.0010236450470983982, + "U": 6.431531005546276e-07, + "K": 9.624636004446074e-05, + "L": 3.3600150572965504e-07, + "G": 6.595929153263569e-05, + "F": 0.005768103059381247, + "E": 0.0003755798388738185, + "T": 0.0002021091349888593, + "P": 0.10724051296710968, + "-": 0.8850427865982056 + }, + "id": "tp_24361" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3045145, + "label": "-", + "classification": { + "B": 2.984744469358702e-07, + "S": 1.2681517773671658e-06, + "I": 7.312831439776346e-05, + "C": 1.6197302102227695e-05, + "R": 2.3568338747281814e-06, + "M": 4.684185842052102e-05, + "O": 1.9722278011613525e-05, + "W": 1.5827064316908945e-06, + "N": 1.2665303984249476e-05, + "Y": 0.0005291434936225414, + "U": 7.369138756985194e-07, + "K": 0.00011380732757970691, + "L": 7.561050097137922e-07, + "G": 8.134148811222985e-05, + "F": 0.018067223951220512, + "E": 0.00042223301716148853, + "T": 0.00025963675579987466, + "P": 0.10897906869649887, + "-": 0.8713720440864563 + }, + "id": "tp_24362" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3045279, + "label": "-", + "classification": { + "B": 5.286536634230288e-06, + "S": 4.26032647737884e-06, + "I": 0.0003716022474691272, + "C": 0.0001488015113864094, + "R": 1.9524262825143524e-05, + "M": 0.00013730532373301685, + "O": 6.969519017729908e-05, + "W": 6.868815489724511e-06, + "N": 3.6925423046341166e-05, + "Y": 0.001379527966491878, + "U": 4.599158728524344e-06, + "K": 4.371053000795655e-05, + "L": 8.553557563573122e-06, + "G": 0.0006801778799854219, + "F": 0.012020260095596313, + "E": 0.0009606312960386276, + "T": 0.0005451120086945593, + "P": 0.20661145448684692, + "-": 0.7769457697868347 + }, + "id": "tp_24363" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3045379, + "label": "-", + "classification": { + "B": 4.953607799507154e-07, + "S": 2.615603591493709e-07, + "I": 4.7128301957855e-05, + "C": 1.6741123545216396e-05, + "R": 1.7480173255535192e-06, + "M": 4.537500717560761e-05, + "O": 1.447141585231293e-05, + "W": 5.934796263318276e-07, + "N": 1.7222170072273002e-06, + "Y": 0.0005669234087690711, + "U": 2.9851597105334804e-07, + "K": 1.0019884939538315e-06, + "L": 2.2318326955428347e-06, + "G": 0.0001725167821859941, + "F": 0.001198795042000711, + "E": 5.833916293340735e-05, + "T": 0.0002994287642650306, + "P": 0.049263596534729004, + "-": 0.9483082890510559 + }, + "id": "tp_24364" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3045512, + "label": "-", + "classification": { + "B": 3.0994289090813254e-07, + "S": 3.620055792907806e-07, + "I": 3.734726851689629e-05, + "C": 2.5347794689878356e-06, + "R": 2.4560509359616844e-07, + "M": 7.629468200320844e-06, + "O": 3.381409896974219e-06, + "W": 5.157688747203792e-07, + "N": 4.858282864006469e-06, + "Y": 0.00035997253144159913, + "U": 5.494568426911428e-07, + "K": 0.00014698620361741632, + "L": 1.1056984305923834e-07, + "G": 5.000911187380552e-05, + "F": 0.001975575229153037, + "E": 0.0002791814913507551, + "T": 0.00017708426457829773, + "P": 0.12698106467723846, + "-": 0.8699722290039062 + }, + "id": "tp_24365" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3045646, + "label": "-", + "classification": { + "B": 1.6066330772446236e-06, + "S": 3.252591227465018e-07, + "I": 0.0001357345754513517, + "C": 4.1278559365309775e-05, + "R": 1.947535338331363e-06, + "M": 0.00013752368977293372, + "O": 1.1837913007184397e-05, + "W": 3.5485928151501867e-07, + "N": 6.045199825166492e-06, + "Y": 0.0009838331025093794, + "U": 9.771159739102586e-07, + "K": 3.242331149522215e-05, + "L": 2.228673338322551e-06, + "G": 0.0006737351068295538, + "F": 0.004221687093377113, + "E": 0.0009766251314431429, + "T": 0.0005699533503502607, + "P": 0.05936066061258316, + "-": 0.9328413009643555 + }, + "id": "tp_24366" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3045779, + "label": "-", + "classification": { + "B": 1.7641271554680316e-08, + "S": 3.548199742908764e-07, + "I": 6.425980245694518e-06, + "C": 2.0338759441074217e-06, + "R": 4.48180429657441e-07, + "M": 3.5795434087049216e-05, + "O": 5.399428573582554e-06, + "W": 1.278359746947899e-07, + "N": 3.8303110727611056e-07, + "Y": 0.000600329483859241, + "U": 1.5279132625778402e-08, + "K": 1.2320350606387365e-06, + "L": 1.9239030280004954e-07, + "G": 3.993482096120715e-05, + "F": 0.004065786022692919, + "E": 1.3779472283204086e-05, + "T": 0.00033563486067578197, + "P": 0.021814679726958275, + "-": 0.9730774760246277 + }, + "id": "tp_24367" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3045879, + "label": "-", + "classification": { + "B": 1.504379554262414e-08, + "S": 3.070320220288636e-09, + "I": 5.380207767302636e-06, + "C": 2.617341806399054e-06, + "R": 1.0176952258689198e-07, + "M": 4.358483693067683e-06, + "O": 7.949303721943579e-07, + "W": 3.9928136352784804e-09, + "N": 8.771407777885543e-08, + "Y": 0.0001636271772440523, + "U": 1.1501525065682472e-08, + "K": 6.425639753615542e-08, + "L": 4.909599127245201e-08, + "G": 3.364480653544888e-05, + "F": 0.000391567824408412, + "E": 5.926220183027908e-06, + "T": 5.359761053114198e-05, + "P": 0.017977967858314514, + "-": 0.9813601970672607 + }, + "id": "tp_24368" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3046013, + "label": "-", + "classification": { + "B": 3.3711220481791315e-08, + "S": 1.54574919974948e-07, + "I": 2.5432944312342443e-05, + "C": 2.4078522073978093e-06, + "R": 2.594970283098519e-07, + "M": 6.826519893365912e-06, + "O": 4.509696736931801e-06, + "W": 1.5306515877000493e-07, + "N": 2.249644921903382e-06, + "Y": 0.0001428601099178195, + "U": 1.6096441868285183e-07, + "K": 1.0545357326918747e-05, + "L": 1.0929792182423625e-07, + "G": 2.349376336496789e-05, + "F": 0.0009206504328176379, + "E": 5.262932609184645e-05, + "T": 0.00018518864817451686, + "P": 0.08078716695308685, + "-": 0.9178351163864136 + }, + "id": "tp_24369" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3046146, + "label": "-", + "classification": { + "B": 2.1232580138530466e-08, + "S": 5.432373839653337e-08, + "I": 3.770782859646715e-05, + "C": 3.1629938348487485e-06, + "R": 2.963825238566642e-07, + "M": 1.2847905964008532e-05, + "O": 3.7406837236630963e-06, + "W": 7.052133099705316e-08, + "N": 1.7876812989925384e-06, + "Y": 0.00012108568625990301, + "U": 5.362442934142564e-08, + "K": 8.693389759173442e-07, + "L": 1.6201532559989573e-07, + "G": 1.7185562683152966e-05, + "F": 0.0018349563470110297, + "E": 4.718061245512217e-05, + "T": 0.00011005910346284509, + "P": 0.0515374019742012, + "-": 0.9462713003158569 + }, + "id": "tp_24370" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3046280, + "label": "-", + "classification": { + "B": 6.247411511139944e-05, + "S": 3.82177131541539e-05, + "I": 0.00130605383310467, + "C": 0.001718828221783042, + "R": 0.0006696433993056417, + "M": 0.0058243777602910995, + "O": 0.0012934627011418343, + "W": 5.6836477597244084e-05, + "N": 4.5828684960724786e-05, + "Y": 0.011707760393619537, + "U": 9.403036528965458e-06, + "K": 3.9666051634412725e-06, + "L": 0.0005512188654392958, + "G": 0.004964424762874842, + "F": 0.00631501991301775, + "E": 0.0008217496797442436, + "T": 0.009175751358270645, + "P": 0.026318581774830818, + "-": 0.9291162490844727 + }, + "id": "tp_24371" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3046380, + "label": "-", + "classification": { + "B": 0.00015812924539204687, + "S": 0.0017660901648923755, + "I": 0.007061036769300699, + "C": 0.10941196978092194, + "R": 0.02941710315644741, + "M": 0.03298823907971382, + "O": 0.012958260253071785, + "W": 0.0011037179501727223, + "N": 0.0007019158219918609, + "Y": 0.15349385142326355, + "U": 0.00011705181532306597, + "K": 0.0005032062763348222, + "L": 0.009457257576286793, + "G": 0.13209450244903564, + "F": 0.05580639839172363, + "E": 0.0019792462699115276, + "T": 0.11126462370157242, + "P": 0.006479259580373764, + "-": 0.3332382142543793 + }, + "id": "tp_24372" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3046513, + "label": "-", + "classification": { + "B": 0.0005789650604128838, + "S": 0.00017766114615369588, + "I": 0.0004127750580664724, + "C": 0.00013035729352850467, + "R": 5.482521737576462e-05, + "M": 0.002012145472690463, + "O": 0.0013371476670727134, + "W": 8.576838445151225e-05, + "N": 5.78543622395955e-05, + "Y": 0.0021952874958515167, + "U": 7.192833891167538e-06, + "K": 5.2944001254218165e-06, + "L": 0.0003670634177979082, + "G": 0.0028203821275383234, + "F": 0.02777561917901039, + "E": 0.0013257357059046626, + "T": 0.0020665470510721207, + "P": 0.15308339893817902, + "-": 0.8055059313774109 + }, + "id": "tp_24373" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3046647, + "label": "-", + "classification": { + "B": 0.0010475574526935816, + "S": 0.0015973167028278112, + "I": 0.0019382492173463106, + "C": 0.021901395171880722, + "R": 0.007226140238344669, + "M": 0.02329554222524166, + "O": 0.008595858700573444, + "W": 0.0007465622038580477, + "N": 0.000398295815102756, + "Y": 0.019559865817427635, + "U": 0.00017687471699900925, + "K": 0.00025817827554419637, + "L": 0.009721331298351288, + "G": 0.04048282280564308, + "F": 0.08641314506530762, + "E": 0.0031738486140966415, + "T": 0.02140086330473423, + "P": 0.03178142011165619, + "-": 0.7202847599983215 + }, + "id": "tp_24374" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3046780, + "label": "-", + "classification": { + "B": 5.285769020701991e-06, + "S": 7.614066998939961e-05, + "I": 1.1642740673778462e-06, + "C": 0.0001496104378020391, + "R": 6.29545611445792e-05, + "M": 0.004144300241023302, + "O": 0.0010699775302782655, + "W": 7.898248441051692e-06, + "N": 6.711669442438506e-08, + "Y": 0.002967653563246131, + "U": 1.2953370820412147e-08, + "K": 8.356648351082185e-08, + "L": 0.0011641631135717034, + "G": 0.009270389564335346, + "F": 0.057229746133089066, + "E": 4.4324638110992964e-06, + "T": 0.004298163112252951, + "P": 0.00023266271455213428, + "-": 0.9193152189254761 + }, + "id": "tp_24375" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3046880, + "label": "-", + "classification": { + "B": 1.6566733393119648e-05, + "S": 8.464288839604706e-05, + "I": 0.003992896992713213, + "C": 0.013945283368229866, + "R": 0.007875463925302029, + "M": 0.007774609141051769, + "O": 0.00342544075101614, + "W": 0.00013817644503433257, + "N": 0.0001530182926217094, + "Y": 0.3523253798484802, + "U": 1.2355530088825617e-05, + "K": 0.00022264846484176815, + "L": 0.0007253846852108836, + "G": 0.04490366205573082, + "F": 0.019817546010017395, + "E": 0.0003803748404607177, + "T": 0.04041609913110733, + "P": 0.005031001288443804, + "-": 0.4987596273422241 + }, + "id": "tp_24376" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3047014, + "label": "-", + "classification": { + "B": 0.0016848657978698611, + "S": 0.0014575653476640582, + "I": 0.004588067065924406, + "C": 0.014811049215495586, + "R": 0.0060836379416286945, + "M": 0.014370591379702091, + "O": 0.009116984903812408, + "W": 0.001740610459819436, + "N": 0.0009201389038935304, + "Y": 0.06543168425559998, + "U": 0.00048250029794871807, + "K": 0.0008567727054469287, + "L": 0.004440580029040575, + "G": 0.022232871502637863, + "F": 0.04194078966975212, + "E": 0.0030132411047816277, + "T": 0.03958231955766678, + "P": 0.04675082117319107, + "-": 0.7204948663711548 + }, + "id": "tp_24377" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3047147, + "label": "-", + "classification": { + "B": 1.145189230555843e-06, + "S": 2.428508594221057e-07, + "I": 6.901762390043586e-05, + "C": 0.00012759704259224236, + "R": 4.81978349853307e-05, + "M": 0.0004029894189443439, + "O": 7.01813623891212e-05, + "W": 8.812558576209994e-07, + "N": 6.480898377958511e-07, + "Y": 0.0012063693720847368, + "U": 3.75821770148832e-07, + "K": 4.6067178516295826e-08, + "L": 3.723218469531275e-05, + "G": 0.00043623833335004747, + "F": 0.0008266696240752935, + "E": 1.2078543477400672e-05, + "T": 0.000919502112083137, + "P": 0.006453133188188076, + "-": 0.9893875122070312 + }, + "id": "tp_24378" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3047281, + "label": "-", + "classification": { + "B": 3.2546985107018145e-09, + "S": 1.58283839368778e-08, + "I": 4.021211225335719e-06, + "C": 6.210798346728552e-07, + "R": 4.237131179252174e-08, + "M": 1.2759649052895838e-06, + "O": 7.865483553359809e-07, + "W": 2.7487999432196375e-08, + "N": 1.916176444183293e-07, + "Y": 3.101151014561765e-05, + "U": 1.1675571620628489e-08, + "K": 6.521921136481978e-07, + "L": 1.721724096626076e-08, + "G": 3.565182396414457e-06, + "F": 0.0019736653193831444, + "E": 7.711215403105598e-06, + "T": 1.7987977116717957e-05, + "P": 0.08158104866743088, + "-": 0.9163773655891418 + }, + "id": "tp_24379" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3047381, + "label": "-", + "classification": { + "B": 2.664771818672307e-05, + "S": 0.00010724732419475913, + "I": 0.0023417554330080748, + "C": 0.006314812693744898, + "R": 0.0031819851137697697, + "M": 0.003964900504797697, + "O": 0.0013457866152748466, + "W": 0.0001510067522758618, + "N": 0.00012472424714360386, + "Y": 0.04244065284729004, + "U": 6.704451516270638e-05, + "K": 9.931733802659437e-05, + "L": 0.0007992604514583945, + "G": 0.005675883498042822, + "F": 0.03650783747434616, + "E": 0.0007644305587746203, + "T": 0.01600794866681099, + "P": 0.023743165656924248, + "-": 0.8563356399536133 + }, + "id": "tp_24380" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3047514, + "label": "-", + "classification": { + "B": 5.925955974817043e-07, + "S": 1.2132074971304974e-06, + "I": 0.00014234961417969316, + "C": 3.0944716854719445e-05, + "R": 4.642182830139063e-06, + "M": 4.715127215604298e-05, + "O": 2.0512981791398488e-05, + "W": 1.2321012263782904e-06, + "N": 8.031344805203844e-06, + "Y": 0.00047775599523447454, + "U": 4.75848878522811e-07, + "K": 4.770350187754957e-06, + "L": 2.0623720047296956e-06, + "G": 0.0001220909907715395, + "F": 0.01280520111322403, + "E": 0.00016625033458694816, + "T": 0.00019969056302215904, + "P": 0.17707513272762299, + "-": 0.8088899850845337 + }, + "id": "tp_24381" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3047648, + "label": "-", + "classification": { + "B": 4.068373982590856e-06, + "S": 2.550190401962027e-06, + "I": 0.002327210269868374, + "C": 0.0007301184232346714, + "R": 0.00010578268120298162, + "M": 0.00023066576977726072, + "O": 9.02691317605786e-05, + "W": 5.369060545490356e-06, + "N": 5.7641369494376704e-05, + "Y": 0.001890716957859695, + "U": 8.719799552636687e-06, + "K": 2.755830792011693e-06, + "L": 3.2909971196204424e-05, + "G": 0.0008854727493599057, + "F": 0.0038796213921159506, + "E": 0.00042358069913461804, + "T": 0.0014373409794643521, + "P": 0.2569108009338379, + "-": 0.7309743762016296 + }, + "id": "tp_24382" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3047781, + "label": "-", + "classification": { + "B": 2.8778745786439686e-07, + "S": 1.9802425299531023e-07, + "I": 2.4290106011903845e-05, + "C": 1.8711316442932002e-05, + "R": 7.20849129720591e-06, + "M": 5.272786438581534e-05, + "O": 4.0331775380764157e-05, + "W": 2.9499560127987934e-07, + "N": 5.626238817058038e-07, + "Y": 0.0006875836406834424, + "U": 6.791184858911947e-08, + "K": 6.4971454882822854e-09, + "L": 6.796595243940828e-06, + "G": 0.0001595746143721044, + "F": 0.0005204385961405933, + "E": 5.277256150293397e-06, + "T": 0.0006561275222338736, + "P": 0.010435315780341625, + "-": 0.9873840808868408 + }, + "id": "tp_24383" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3047881, + "label": "-", + "classification": { + "B": 2.1615525369611532e-08, + "S": 1.7159872811589594e-07, + "I": 2.9852849365852308e-06, + "C": 7.839088539185468e-06, + "R": 2.1181945157877635e-06, + "M": 0.00031223907717503607, + "O": 1.5046408407215495e-05, + "W": 5.413545522969798e-08, + "N": 2.8905027704695385e-08, + "Y": 0.009382784366607666, + "U": 2.8738773583114607e-09, + "K": 1.0932097183058431e-07, + "L": 5.076547950011445e-06, + "G": 0.0008339861524291337, + "F": 0.003452315926551819, + "E": 7.970172191562597e-06, + "T": 0.0011093816719949245, + "P": 0.0006993556744419038, + "-": 0.9841685891151428 + }, + "id": "tp_24384" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3048015, + "label": "-", + "classification": { + "B": 2.315334945990344e-08, + "S": 6.691610821007998e-08, + "I": 1.480970240663737e-05, + "C": 1.0709130719988025e-06, + "R": 2.6902307581622154e-07, + "M": 1.043182874127524e-05, + "O": 3.3038138553820318e-06, + "W": 5.381590284514459e-08, + "N": 6.939622494428477e-07, + "Y": 0.0003027315251529217, + "U": 3.288621286401394e-08, + "K": 7.221215128083713e-07, + "L": 6.080834680233238e-08, + "G": 1.2539534509414807e-05, + "F": 0.00030979744042269886, + "E": 1.2182465980004054e-05, + "T": 0.00026071243337355554, + "P": 0.035443756729364395, + "-": 0.9636266231536865 + }, + "id": "tp_24385" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3048148, + "label": "-", + "classification": { + "B": 7.977612767717801e-06, + "S": 1.699376844044309e-05, + "I": 0.00019015489669982344, + "C": 0.0017316584708169103, + "R": 0.0006879490683786571, + "M": 0.006618930492550135, + "O": 0.001188680180348456, + "W": 2.1872474462725222e-05, + "N": 6.3781353674130514e-06, + "Y": 0.018706390634179115, + "U": 5.695799700333737e-06, + "K": 1.42370413414028e-06, + "L": 0.0015477659180760384, + "G": 0.010232762433588505, + "F": 0.016204142943024635, + "E": 6.299023516476154e-05, + "T": 0.013258163817226887, + "P": 0.003839517245069146, + "-": 0.9256705641746521 + }, + "id": "tp_24386" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3048282, + "label": "-", + "classification": { + "B": 4.1774015699047595e-05, + "S": 0.0002498434332665056, + "I": 0.0006712204194627702, + "C": 0.00022710960183758289, + "R": 7.626991282450035e-05, + "M": 0.0020645272452384233, + "O": 0.0015528133371844888, + "W": 7.3743358370848e-05, + "N": 7.338311843341216e-05, + "Y": 0.011987997218966484, + "U": 3.5696791655936977e-06, + "K": 3.550207111402415e-05, + "L": 0.0001944695395650342, + "G": 0.003212855663150549, + "F": 0.02148878015577793, + "E": 0.0008583255694247782, + "T": 0.007890278473496437, + "P": 0.029710903763771057, + "-": 0.9195865392684937 + }, + "id": "tp_24387" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3048382, + "label": "-", + "classification": { + "B": 2.3327227609115653e-05, + "S": 2.4385251890635118e-05, + "I": 5.6257798860315233e-05, + "C": 4.3249892769381404e-05, + "R": 5.9203717682976276e-05, + "M": 0.0009449312346987426, + "O": 0.0008058454259298742, + "W": 2.2419246306526475e-05, + "N": 1.9809674540738342e-06, + "Y": 0.001796481548808515, + "U": 5.572345571636106e-07, + "K": 1.5959679444677022e-07, + "L": 0.00024152592231985182, + "G": 0.0008580049034208059, + "F": 0.005098272580653429, + "E": 2.3451291781384498e-05, + "T": 0.0015973728150129318, + "P": 0.00539172999560833, + "-": 0.9830107688903809 + }, + "id": "tp_24388" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3048515, + "label": "-", + "classification": { + "B": 0.00021132286929059774, + "S": 0.00043100633774884045, + "I": 0.001978026470169425, + "C": 0.09205316007137299, + "R": 0.02207096479833126, + "M": 0.04749695956707001, + "O": 0.007449145894497633, + "W": 0.0003713351325131953, + "N": 0.00010355062840972096, + "Y": 0.107742540538311, + "U": 7.166396972024813e-05, + "K": 5.932868589297868e-05, + "L": 0.01693928986787796, + "G": 0.08763302117586136, + "F": 0.035016268491744995, + "E": 0.0016260122647508979, + "T": 0.04606657102704048, + "P": 0.005782396998256445, + "-": 0.5268973708152771 + }, + "id": "tp_24389" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3048649, + "label": "-", + "classification": { + "B": 1.0218664137084943e-08, + "S": 8.630097880768517e-08, + "I": 8.586260264564771e-06, + "C": 4.141738372709369e-06, + "R": 9.88342662822106e-07, + "M": 5.9427206906548236e-06, + "O": 2.9953464490972692e-06, + "W": 1.1481940731528084e-07, + "N": 2.7672783176058147e-07, + "Y": 0.0002813843311741948, + "U": 4.435552369841389e-08, + "K": 5.53396830582642e-07, + "L": 1.953577992708233e-07, + "G": 1.4083983842283487e-05, + "F": 0.0022541543003171682, + "E": 3.7625136428687256e-06, + "T": 0.00013273376680444926, + "P": 0.016903037205338478, + "-": 0.9803869128227234 + }, + "id": "tp_24390" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3048782, + "label": "-", + "classification": { + "B": 1.5502548933454818e-07, + "S": 1.0238826462227735e-06, + "I": 3.7100086046848446e-05, + "C": 1.242068174178712e-05, + "R": 5.307440915203188e-06, + "M": 6.135524017736316e-05, + "O": 2.591928387118969e-05, + "W": 1.099153223549365e-06, + "N": 1.9181002244295087e-06, + "Y": 0.0008995715179480612, + "U": 2.1468400746016414e-07, + "K": 2.3727880034130067e-06, + "L": 1.1996000921499217e-06, + "G": 5.9011003031628206e-05, + "F": 0.0031920860055834055, + "E": 2.4164568458218127e-05, + "T": 0.0004062462248839438, + "P": 0.020656278356909752, + "-": 0.9746126532554626 + }, + "id": "tp_24391" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3048882, + "label": "-", + "classification": { + "B": 9.934884292306378e-05, + "S": 0.0001070716098183766, + "I": 0.00012905229232273996, + "C": 0.0002455509384162724, + "R": 7.45779907447286e-05, + "M": 0.00138239492662251, + "O": 0.0013776307459920645, + "W": 8.094700024230406e-05, + "N": 1.2964694178663194e-05, + "Y": 0.0013831215910613537, + "U": 4.266862561053131e-06, + "K": 1.2620540474017616e-05, + "L": 0.0002309956180397421, + "G": 0.0013323187595233321, + "F": 0.005179855041205883, + "E": 0.000168459810083732, + "T": 0.0023911558091640472, + "P": 0.015108772553503513, + "-": 0.9706789255142212 + }, + "id": "tp_24392" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3049016, + "label": "-", + "classification": { + "B": 0.00017295070574618876, + "S": 0.0003736070357263088, + "I": 0.004006943665444851, + "C": 0.004040219821035862, + "R": 0.001607338199391961, + "M": 0.008315667510032654, + "O": 0.003753150813281536, + "W": 0.0003214809694327414, + "N": 0.0006182396318763494, + "Y": 0.1359224170446396, + "U": 9.568248060531914e-05, + "K": 0.0010460964404046535, + "L": 0.0008936915546655655, + "G": 0.023149903863668442, + "F": 0.026560651138424873, + "E": 0.003929168917238712, + "T": 0.037585023790597916, + "P": 0.032434556633234024, + "-": 0.7151731848716736 + }, + "id": "tp_24393" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3049149, + "label": "-", + "classification": { + "B": 1.0000333077186951e-06, + "S": 7.594557587253803e-07, + "I": 4.3000523874070495e-05, + "C": 5.612210225081071e-05, + "R": 8.430056368524674e-06, + "M": 6.7174929426983e-05, + "O": 1.8449673007125966e-05, + "W": 4.88221189698379e-07, + "N": 7.847525012039114e-07, + "Y": 0.002003095345571637, + "U": 8.19231900095474e-08, + "K": 2.5568729711267224e-07, + "L": 4.140700639254646e-06, + "G": 0.00031538846087642014, + "F": 0.004070631694048643, + "E": 1.9447657905402593e-05, + "T": 0.000583402521442622, + "P": 0.01409611664712429, + "-": 0.9787113070487976 + }, + "id": "tp_24394" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3049283, + "label": "-", + "classification": { + "B": 6.736529030604288e-05, + "S": 6.595682498300448e-05, + "I": 0.002259438391774893, + "C": 0.0006751276669092476, + "R": 0.00010725367610575631, + "M": 0.001559620606712997, + "O": 0.0005818979698233306, + "W": 5.156871338840574e-05, + "N": 0.0002566637413110584, + "Y": 0.007237373385578394, + "U": 2.3250491722137667e-05, + "K": 4.4228982005734e-05, + "L": 0.00010530395957175642, + "G": 0.0013466636883094907, + "F": 0.006285247392952442, + "E": 0.0023071204777806997, + "T": 0.005251032300293446, + "P": 0.1593213826417923, + "-": 0.81245356798172 + }, + "id": "tp_24395" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3049383, + "label": "-", + "classification": { + "B": 5.907369526880757e-08, + "S": 3.973291313741356e-07, + "I": 5.4957404245215e-06, + "C": 7.455707236658782e-05, + "R": 1.2572834748425521e-05, + "M": 0.00010041557106887922, + "O": 1.2238977433298714e-05, + "W": 3.274979576417536e-07, + "N": 1.6087541609977052e-07, + "Y": 0.0036492107901722193, + "U": 2.8057716150442502e-08, + "K": 7.197905347311462e-07, + "L": 2.856563014574931e-06, + "G": 0.0003412566729821265, + "F": 0.013592544011771679, + "E": 1.2965235328010749e-05, + "T": 0.0007319670403376222, + "P": 0.0026599562261253595, + "-": 0.9788023233413696 + }, + "id": "tp_24396" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3049516, + "label": "-", + "classification": { + "B": 0.00018547987565398216, + "S": 0.00042038975516334176, + "I": 0.030509546399116516, + "C": 0.06031688675284386, + "R": 0.016827642917633057, + "M": 0.038050319999456406, + "O": 0.009070392698049545, + "W": 0.0004641372652258724, + "N": 0.0010951852891594172, + "Y": 0.2371581494808197, + "U": 0.00011000449740095064, + "K": 8.829252328723669e-05, + "L": 0.0050532217137515545, + "G": 0.06973037123680115, + "F": 0.010989401489496231, + "E": 0.0025662363041192293, + "T": 0.11514236032962799, + "P": 0.012906830757856369, + "-": 0.3893151581287384 + }, + "id": "tp_24397" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3049650, + "label": "-", + "classification": { + "B": 0.00010039679909823462, + "S": 0.0004514081228990108, + "I": 0.0048408773727715015, + "C": 0.005515601020306349, + "R": 0.0023902615066617727, + "M": 0.011248387396335602, + "O": 0.003330273786559701, + "W": 0.00029289964004419744, + "N": 0.0003995693987235427, + "Y": 0.12985524535179138, + "U": 7.252374780364335e-05, + "K": 0.0010474853916093707, + "L": 0.0009690779843367636, + "G": 0.04340833052992821, + "F": 0.02242116443812847, + "E": 0.0018699322827160358, + "T": 0.06101260334253311, + "P": 0.014984695240855217, + "-": 0.6957892775535583 + }, + "id": "tp_24398" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3049783, + "label": "-", + "classification": { + "B": 1.009735683510371e-06, + "S": 4.0933997524916776e-07, + "I": 7.158941116358619e-06, + "C": 5.34189439349575e-06, + "R": 6.400410370588361e-07, + "M": 6.678664067294449e-05, + "O": 1.2674970093939919e-05, + "W": 1.6380401746118878e-07, + "N": 1.6389589063692256e-07, + "Y": 0.00029736969736404717, + "U": 2.8049228717463848e-08, + "K": 2.2254589282511006e-08, + "L": 3.848069354717154e-06, + "G": 0.00012747675646096468, + "F": 0.0030805058777332306, + "E": 9.424727977602743e-06, + "T": 0.00025076596648432314, + "P": 0.010002532042562962, + "-": 0.9861337542533875 + }, + "id": "tp_24399" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3049883, + "label": "-", + "classification": { + "B": 0.00030623993370682, + "S": 0.0001547753781778738, + "I": 0.0037452662363648415, + "C": 0.003475954756140709, + "R": 0.0015664022648707032, + "M": 0.00888144876807928, + "O": 0.0018096498679369688, + "W": 0.00019327706831973046, + "N": 0.00028333585942164063, + "Y": 0.02210455946624279, + "U": 0.00012163633800810203, + "K": 0.00014682668552268296, + "L": 0.0012452751398086548, + "G": 0.01333176251500845, + "F": 0.03367336466908455, + "E": 0.003189284820109606, + "T": 0.012035689316689968, + "P": 0.07659170776605606, + "-": 0.8171435594558716 + }, + "id": "tp_24400" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3050017, + "label": "-", + "classification": { + "B": 7.321989414776908e-07, + "S": 9.229940900468137e-08, + "I": 0.00040779466507956386, + "C": 5.2002695156261325e-05, + "R": 7.482180535589578e-06, + "M": 3.576547896955162e-05, + "O": 8.947698006522842e-06, + "W": 2.3511222480010474e-07, + "N": 3.0155501917761285e-06, + "Y": 0.000942881393712014, + "U": 5.953024242444371e-07, + "K": 1.1860208104508274e-07, + "L": 3.153080569973099e-06, + "G": 0.00021350830502342433, + "F": 0.0005970211932435632, + "E": 4.514432657742873e-05, + "T": 0.0005640302551910281, + "P": 0.1077221930027008, + "-": 0.8893953561782837 + }, + "id": "tp_24401" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3050150, + "label": "-", + "classification": { + "B": 8.27416170068318e-06, + "S": 7.172362984420033e-06, + "I": 1.913834421429783e-05, + "C": 4.401338446768932e-05, + "R": 1.3620167010230944e-05, + "M": 0.0007855562726035714, + "O": 0.0001377286680508405, + "W": 2.672907839951222e-06, + "N": 7.282793035301438e-07, + "Y": 0.0017676247516646981, + "U": 1.347731171108535e-07, + "K": 1.4858476049539604e-07, + "L": 3.996929808636196e-05, + "G": 0.0006320938700810075, + "F": 0.006406325846910477, + "E": 2.6979663743986748e-05, + "T": 0.0007640269468538463, + "P": 0.006040441337972879, + "-": 0.9833033680915833 + }, + "id": "tp_24402" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3050250, + "label": "-", + "classification": { + "B": 2.685657420897769e-07, + "S": 2.670496996870497e-07, + "I": 7.753027603030205e-05, + "C": 1.9182387404725887e-05, + "R": 5.239708571025403e-06, + "M": 4.915390309179202e-05, + "O": 1.89028651220724e-05, + "W": 3.171414846292464e-07, + "N": 1.5170602409853018e-06, + "Y": 0.0007623349665664136, + "U": 1.6984297701583273e-07, + "K": 6.23706526425849e-08, + "L": 3.820321580860764e-06, + "G": 0.0002291293494636193, + "F": 0.0009921378223225474, + "E": 3.620312054408714e-05, + "T": 0.0005679638707078993, + "P": 0.05923641845583916, + "-": 0.9379993677139282 + }, + "id": "tp_24403" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3050384, + "label": "-", + "classification": { + "B": 7.781995492450733e-08, + "S": 6.230187210576332e-08, + "I": 2.8046370061929338e-05, + "C": 8.429266927123535e-06, + "R": 1.6759418031142559e-06, + "M": 8.891123798093759e-06, + "O": 4.605358299158979e-06, + "W": 1.0379471859778278e-07, + "N": 7.811294722159801e-07, + "Y": 0.00034170958679169416, + "U": 7.141201763261051e-08, + "K": 1.0271411809981146e-07, + "L": 5.724569405174407e-07, + "G": 5.1279537728987634e-05, + "F": 0.00319083733484149, + "E": 3.487172944005579e-05, + "T": 7.178910891525447e-05, + "P": 0.1135370209813118, + "-": 0.8827190399169922 + }, + "id": "tp_24404" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3050517, + "label": "-", + "classification": { + "B": 2.3497386791859753e-07, + "S": 4.444806052106287e-07, + "I": 7.897971045167651e-06, + "C": 1.2652417353820056e-06, + "R": 4.595364373471966e-07, + "M": 9.9412354757078e-06, + "O": 7.959535651025362e-06, + "W": 1.1864243987247391e-07, + "N": 2.424253295885137e-07, + "Y": 2.430098356853705e-05, + "U": 3.38122685406006e-09, + "K": 2.023602840850458e-09, + "L": 5.812276526739879e-07, + "G": 1.2280223927518819e-05, + "F": 0.0005053573404438794, + "E": 1.9500846519804327e-06, + "T": 9.676967601990327e-05, + "P": 0.0846627950668335, + "-": 0.9146674275398254 + }, + "id": "tp_24405" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3050651, + "label": "-", + "classification": { + "B": 0.0003450005897320807, + "S": 0.002918307203799486, + "I": 0.0020747478120028973, + "C": 0.01858222857117653, + "R": 0.011742370203137398, + "M": 0.03174738958477974, + "O": 0.01325018610805273, + "W": 0.0020394267048686743, + "N": 0.00043360755080357194, + "Y": 0.07966925203800201, + "U": 0.00015947507927194238, + "K": 0.0013030925765633583, + "L": 0.009020428173244, + "G": 0.0427461713552475, + "F": 0.13121840357780457, + "E": 0.0025633524637669325, + "T": 0.04734529182314873, + "P": 0.012320154346525669, + "-": 0.5905212163925171 + }, + "id": "tp_24406" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3050751, + "label": "-", + "classification": { + "B": 4.603358405574909e-08, + "S": 1.0456388821467044e-07, + "I": 3.322337988720392e-06, + "C": 9.132226296060253e-06, + "R": 1.031962256092811e-06, + "M": 4.167214865447022e-05, + "O": 5.496531230164692e-06, + "W": 5.008052639254856e-08, + "N": 8.530658845984362e-08, + "Y": 0.0010440282057970762, + "U": 2.5118124469258873e-08, + "K": 1.1541892774857843e-07, + "L": 1.7464866459704353e-06, + "G": 0.00018145197827834636, + "F": 0.0061749243177473545, + "E": 4.327669557824265e-06, + "T": 0.00045906344894319773, + "P": 0.004570221994072199, + "-": 0.9875032305717468 + }, + "id": "tp_24407" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3050884, + "label": "-", + "classification": { + "B": 2.8495415449469874e-07, + "S": 9.891751915347413e-07, + "I": 1.7442887838114984e-05, + "C": 0.00010799145820783451, + "R": 3.231649679946713e-05, + "M": 0.00048805878031998873, + "O": 8.300469198729843e-05, + "W": 1.1464308045106009e-06, + "N": 3.4391479175610584e-07, + "Y": 0.00127899507060647, + "U": 6.372805216869892e-08, + "K": 4.5634994449983424e-08, + "L": 4.271859870641492e-05, + "G": 0.000359541445504874, + "F": 0.0049232011660933495, + "E": 1.1911908586625941e-05, + "T": 0.000589224393479526, + "P": 0.003931145649403334, + "-": 0.9881316423416138 + }, + "id": "tp_24408" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3051018, + "label": "-", + "classification": { + "B": 0.00013167613360565156, + "S": 0.00011764129885705188, + "I": 0.0011402365053072572, + "C": 6.268215656746179e-05, + "R": 5.7923498388845474e-05, + "M": 0.007298491895198822, + "O": 0.0020496647339314222, + "W": 2.7889916964340955e-05, + "N": 3.381845453986898e-05, + "Y": 0.012035525403916836, + "U": 1.4758014685867238e-06, + "K": 3.4199703691228933e-07, + "L": 0.0006162647041492164, + "G": 0.005893014371395111, + "F": 0.004047793801873922, + "E": 0.00018169867689721286, + "T": 0.022093283012509346, + "P": 0.03787408024072647, + "-": 0.9063365459442139 + }, + "id": "tp_24409" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3051151, + "label": "-", + "classification": { + "B": 0.0008406287524849176, + "S": 0.0013566368725150824, + "I": 0.002407026244327426, + "C": 0.04900634288787842, + "R": 0.018429746851325035, + "M": 0.06933341920375824, + "O": 0.010207043029367924, + "W": 0.0005076258676126599, + "N": 6.247960845939815e-05, + "Y": 0.014002426527440548, + "U": 1.9480445189401507e-05, + "K": 2.065772378045949e-06, + "L": 0.02863958477973938, + "G": 0.059733111411333084, + "F": 0.022178325802087784, + "E": 0.0007919435738585889, + "T": 0.030819280073046684, + "P": 0.008523482829332352, + "-": 0.6831393837928772 + }, + "id": "tp_24410" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3051251, + "label": "-", + "classification": { + "B": 0.0006034597754478455, + "S": 0.0010550995357334614, + "I": 0.002844547387212515, + "C": 0.011649487540125847, + "R": 0.005996353458613157, + "M": 0.028897151350975037, + "O": 0.00958682969212532, + "W": 0.0007450948469340801, + "N": 0.00032238231506198645, + "Y": 0.0837535709142685, + "U": 0.00013939326163381338, + "K": 0.00033300495124422014, + "L": 0.007834906689822674, + "G": 0.04639725014567375, + "F": 0.049617867916822433, + "E": 0.002424591453745961, + "T": 0.039635006338357925, + "P": 0.01703309267759323, + "-": 0.6911308169364929 + }, + "id": "tp_24411" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3051385, + "label": "-", + "classification": { + "B": 9.127922567131463e-06, + "S": 6.780104013159871e-05, + "I": 0.0005088153993710876, + "C": 8.232399704866111e-05, + "R": 2.6833597075892612e-05, + "M": 0.0005774501478299499, + "O": 0.00024761006352491677, + "W": 1.8633785657584667e-05, + "N": 6.212168227648363e-05, + "Y": 0.0008391452138312161, + "U": 2.4055900667008245e-06, + "K": 7.461796030838741e-06, + "L": 3.672992897918448e-05, + "G": 0.00047226640162989497, + "F": 0.02731097862124443, + "E": 0.0004559334774967283, + "T": 0.0014113252982497215, + "P": 0.25673386454582214, + "-": 0.7111291885375977 + }, + "id": "tp_24412" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3051518, + "label": "-", + "classification": { + "B": 6.626810744592149e-08, + "S": 4.730136637931537e-08, + "I": 2.8492891033238266e-06, + "C": 2.436969407426659e-05, + "R": 2.7346679871698143e-06, + "M": 0.00010520205250941217, + "O": 1.0447753084008582e-05, + "W": 5.808387371075696e-08, + "N": 5.006493353221231e-08, + "Y": 0.000288605282548815, + "U": 3.1443580184031816e-08, + "K": 2.0116868171271562e-08, + "L": 3.4435984161973465e-06, + "G": 0.00011986778554273769, + "F": 0.0011406394187361002, + "E": 1.9770641301875003e-06, + "T": 0.00031590263824909925, + "P": 0.0027643502689898014, + "-": 0.9952194094657898 + }, + "id": "tp_24413" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3051652, + "label": "-", + "classification": { + "B": 2.447747874612105e-06, + "S": 2.7104333639726974e-06, + "I": 1.1774685845011845e-05, + "C": 6.805689736211207e-06, + "R": 2.7200662771065254e-06, + "M": 0.00012496497947722673, + "O": 4.4811316911363974e-05, + "W": 1.226677682097943e-06, + "N": 5.574204919867043e-07, + "Y": 0.0014764878433197737, + "U": 1.0372143322001648e-07, + "K": 4.795097652277036e-07, + "L": 9.509731171419844e-06, + "G": 0.0003563433128874749, + "F": 0.01254988368600607, + "E": 2.426126411592122e-05, + "T": 0.0004245424934197217, + "P": 0.012689568102359772, + "-": 0.9722709655761719 + }, + "id": "tp_24414" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3051752, + "label": "-", + "classification": { + "B": 6.012847109104769e-08, + "S": 1.1244940090193722e-08, + "I": 4.900359272141941e-06, + "C": 7.418196901198826e-07, + "R": 1.3592818959295982e-07, + "M": 4.872050794801908e-06, + "O": 1.5834016267035622e-06, + "W": 1.206433619671543e-08, + "N": 4.6463771496974005e-08, + "Y": 8.695925498614088e-05, + "U": 3.87493370723746e-09, + "K": 6.3723661902770345e-09, + "L": 2.275793633543799e-07, + "G": 3.364970689290203e-05, + "F": 0.0005271350382827222, + "E": 5.400156169343973e-06, + "T": 4.0218619687948376e-05, + "P": 0.016286423429846764, + "-": 0.983007550239563 + }, + "id": "tp_24415" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3051885, + "label": "-", + "classification": { + "B": 3.650312282843515e-05, + "S": 3.3412856282666326e-05, + "I": 0.00030018703546375036, + "C": 2.666365253389813e-05, + "R": 4.719182925327914e-06, + "M": 0.00010320672299712896, + "O": 0.00013186979049351066, + "W": 9.08290621737251e-06, + "N": 6.36577169643715e-05, + "Y": 0.000186484947334975, + "U": 1.5281733567462652e-06, + "K": 4.31291346103535e-06, + "L": 1.1647987776086666e-05, + "G": 0.00020005437545478344, + "F": 0.005806799046695232, + "E": 0.0003348748432472348, + "T": 0.0005628372891806066, + "P": 0.45790895819664, + "-": 0.5342731475830078 + }, + "id": "tp_24416" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3052019, + "label": "-", + "classification": { + "B": 1.1824779448943445e-06, + "S": 1.8799258896251558e-06, + "I": 0.000565448310226202, + "C": 0.0002824760740622878, + "R": 4.0706996514927596e-05, + "M": 0.00015214350423775613, + "O": 5.611744927591644e-05, + "W": 3.504669166431995e-06, + "N": 4.139360680710524e-05, + "Y": 0.0035448402632027864, + "U": 4.133153652219335e-06, + "K": 4.323281245888211e-05, + "L": 6.558689165103715e-06, + "G": 0.000540750683285296, + "F": 0.005739254876971245, + "E": 0.00047560155508108437, + "T": 0.001556528266519308, + "P": 0.1012895479798317, + "-": 0.885654628276825 + }, + "id": "tp_24417" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3052152, + "label": "-", + "classification": { + "B": 0.00022024819918442518, + "S": 0.0005283690989017487, + "I": 0.0004109801084268838, + "C": 0.002208854304626584, + "R": 0.0011959747644141316, + "M": 0.0056641013361513615, + "O": 0.003485339228063822, + "W": 0.00022731744684278965, + "N": 4.1587318264646456e-05, + "Y": 0.016322672367095947, + "U": 1.7083750208257698e-05, + "K": 4.5941917051095515e-05, + "L": 0.0024709077551960945, + "G": 0.018530722707509995, + "F": 0.0497465655207634, + "E": 0.00030211234115995467, + "T": 0.014740120619535446, + "P": 0.009341896511614323, + "-": 0.8744992017745972 + }, + "id": "tp_24418" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3052252, + "label": "-", + "classification": { + "B": 0.00012970621173735708, + "S": 7.569680019514635e-05, + "I": 0.001742214080877602, + "C": 0.00045320644858293235, + "R": 0.00011519202962517738, + "M": 0.0013776436680927873, + "O": 0.0008553307270631194, + "W": 4.9996138841379434e-05, + "N": 0.00015209279081318527, + "Y": 0.0032330399844795465, + "U": 2.268302341690287e-05, + "K": 2.2106431060819887e-05, + "L": 0.00027382001280784607, + "G": 0.005480575375258923, + "F": 0.01754155382514, + "E": 0.0015748661244288087, + "T": 0.003655801061540842, + "P": 0.1531350463628769, + "-": 0.8101094365119934 + }, + "id": "tp_24419" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3052386, + "label": "-", + "classification": { + "B": 0.005729314871132374, + "S": 0.0014356820611283183, + "I": 0.005866339895874262, + "C": 0.013172498904168606, + "R": 0.009485524147748947, + "M": 0.04160885512828827, + "O": 0.02807759679853916, + "W": 0.0022154299076646566, + "N": 0.0005628843209706247, + "Y": 0.03546988219022751, + "U": 0.0005862843827344477, + "K": 4.0618520870339125e-05, + "L": 0.0308517012745142, + "G": 0.04396191984415054, + "F": 0.013876504264771938, + "E": 0.0013600998790934682, + "T": 0.05856906995177269, + "P": 0.03137706220149994, + "-": 0.6757527589797974 + }, + "id": "tp_24420" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3052519, + "label": "-", + "classification": { + "B": 8.449194865534082e-05, + "S": 8.320471533806995e-05, + "I": 0.005358934868127108, + "C": 0.10007993131875992, + "R": 0.01731332764029503, + "M": 0.040329378098249435, + "O": 0.0039376867935061455, + "W": 8.888454613042995e-05, + "N": 8.511111082043499e-05, + "Y": 0.1603926569223404, + "U": 2.5383555112057365e-05, + "K": 1.1904660823347513e-05, + "L": 0.006627094931900501, + "G": 0.10261621326208115, + "F": 0.00978107564151287, + "E": 0.0019597597420215607, + "T": 0.04339269921183586, + "P": 0.006132922600954771, + "-": 0.5016994476318359 + }, + "id": "tp_24421" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3052653, + "label": "-", + "classification": { + "B": 3.608471524785273e-05, + "S": 4.741577504319139e-05, + "I": 0.001132909907028079, + "C": 0.002522871131077409, + "R": 0.000512829574290663, + "M": 0.0011121698189526796, + "O": 0.0005606358754448593, + "W": 3.7162732041906565e-05, + "N": 0.00010007485980167985, + "Y": 0.007153831887990236, + "U": 1.8704709873418324e-05, + "K": 0.00010252586798742414, + "L": 0.0001762852625688538, + "G": 0.006510058417916298, + "F": 0.02593967691063881, + "E": 0.0018231123685836792, + "T": 0.0029093450866639614, + "P": 0.07811398059129715, + "-": 0.8711903095245361 + }, + "id": "tp_24422" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3052753, + "label": "-", + "classification": { + "B": 4.180582891422091e-06, + "S": 2.56944190368813e-06, + "I": 5.223793414188549e-05, + "C": 7.009707042016089e-05, + "R": 9.512934411759488e-06, + "M": 0.00021062188898213208, + "O": 6.909922376507893e-05, + "W": 2.0462275642785244e-06, + "N": 3.0174421681294916e-06, + "Y": 0.000583354034461081, + "U": 6.976368354116858e-07, + "K": 1.0709065918490523e-06, + "L": 1.72623240359826e-05, + "G": 0.00044391825213097036, + "F": 0.009369175881147385, + "E": 7.515076868003234e-05, + "T": 0.0004525783588178456, + "P": 0.04927551746368408, + "-": 0.9393579363822937 + }, + "id": "tp_24423" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3052886, + "label": "-", + "classification": { + "B": 3.675552306958707e-07, + "S": 7.757215826131869e-06, + "I": 3.4587053960422054e-05, + "C": 0.0006545036449097097, + "R": 6.0577945987461135e-05, + "M": 0.0003630845167208463, + "O": 0.00012605100346263498, + "W": 2.863245299522532e-06, + "N": 2.3127197437133873e-06, + "Y": 0.002282565925270319, + "U": 3.561706307664281e-07, + "K": 4.0736256778473035e-05, + "L": 2.9417544283205643e-05, + "G": 0.002158627612516284, + "F": 0.030895425006747246, + "E": 0.00011980177805526182, + "T": 0.001328347367234528, + "P": 0.00462277652695775, + "-": 0.9572697877883911 + }, + "id": "tp_24424" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3053020, + "label": "-", + "classification": { + "B": 2.0022043827339076e-06, + "S": 0.00016929753473959863, + "I": 0.00010332525562262163, + "C": 0.016357917338609695, + "R": 0.00549368467181921, + "M": 0.044235870242118835, + "O": 0.006908854469656944, + "W": 8.597318083047867e-05, + "N": 3.720441554833087e-06, + "Y": 0.33746349811553955, + "U": 4.964583126820798e-07, + "K": 3.2357902455260046e-06, + "L": 0.006936955265700817, + "G": 0.08721968531608582, + "F": 0.023086238652467728, + "E": 5.125992902321741e-05, + "T": 0.10080382972955704, + "P": 0.00015629705740138888, + "-": 0.37091782689094543 + }, + "id": "tp_24425" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3053153, + "label": "-", + "classification": { + "B": 0.0009453751263208687, + "S": 0.0008576380205340683, + "I": 0.003468406153842807, + "C": 0.0066569168120622635, + "R": 0.0024717352353036404, + "M": 0.02613266184926033, + "O": 0.005585067439824343, + "W": 0.0005499160615727305, + "N": 0.0003952521947212517, + "Y": 0.042997732758522034, + "U": 0.00013644628052134067, + "K": 0.00017155802925117314, + "L": 0.00362326274625957, + "G": 0.023386817425489426, + "F": 0.029405497014522552, + "E": 0.003246047766879201, + "T": 0.036510370671749115, + "P": 0.03191632777452469, + "-": 0.7815428972244263 + }, + "id": "tp_24426" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3053253, + "label": "-", + "classification": { + "B": 0.0008234348497353494, + "S": 0.002026844769716263, + "I": 0.01850842498242855, + "C": 0.00896395742893219, + "R": 0.003840639954432845, + "M": 0.021283425390720367, + "O": 0.00625248160213232, + "W": 0.0009540249593555927, + "N": 0.001977170119062066, + "Y": 0.1515367031097412, + "U": 0.0002430672902846709, + "K": 0.0011990182101726532, + "L": 0.0025688549503684044, + "G": 0.037650831043720245, + "F": 0.06674572825431824, + "E": 0.007519152946770191, + "T": 0.06630878895521164, + "P": 0.055170781910419464, + "-": 0.5464267730712891 + }, + "id": "tp_24427" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3053387, + "label": "-", + "classification": { + "B": 2.6729500746114354e-07, + "S": 1.9828898984997068e-06, + "I": 0.00019046495435759425, + "C": 0.001225057290866971, + "R": 0.0003757431695703417, + "M": 0.001195293734781444, + "O": 0.0003225074615329504, + "W": 4.168758550804341e-06, + "N": 6.366214165609563e-06, + "Y": 0.011571845039725304, + "U": 2.0833947473875014e-06, + "K": 1.0765107845145394e-06, + "L": 0.00013454462168738246, + "G": 0.0019810039084404707, + "F": 0.004047150257974863, + "E": 5.237421646597795e-05, + "T": 0.004714671056717634, + "P": 0.009309293702244759, + "-": 0.9648641347885132 + }, + "id": "tp_24428" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3053520, + "label": "-", + "classification": { + "B": 6.675372333120322e-06, + "S": 1.8389910110272467e-05, + "I": 5.152347148396075e-05, + "C": 0.0013061820063740015, + "R": 0.0004970490117557347, + "M": 0.004170031752437353, + "O": 0.0007765450864098966, + "W": 8.319044354720972e-06, + "N": 1.6319841051881667e-06, + "Y": 0.021514875814318657, + "U": 8.048914423852693e-07, + "K": 4.2238605146849295e-07, + "L": 0.0015021602157503366, + "G": 0.0160983856767416, + "F": 0.024660693481564522, + "E": 3.23092972394079e-05, + "T": 0.0068834926933050156, + "P": 0.0020097855012863874, + "-": 0.9204607605934143 + }, + "id": "tp_24429" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3053654, + "label": "-", + "classification": { + "B": 0.0037532541900873184, + "S": 0.0052848211489617825, + "I": 0.023626456037163734, + "C": 0.030496105551719666, + "R": 0.01679006591439247, + "M": 0.04270096868276596, + "O": 0.016663743183016777, + "W": 0.004474211484193802, + "N": 0.006208759266883135, + "Y": 0.0820121094584465, + "U": 0.002994570415467024, + "K": 0.005632950458675623, + "L": 0.011628558859229088, + "G": 0.058290351182222366, + "F": 0.1055714339017868, + "E": 0.01858069933950901, + "T": 0.05047406628727913, + "P": 0.07989779859781265, + "-": 0.4349190890789032 + }, + "id": "tp_24430" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3053754, + "label": "-", + "classification": { + "B": 2.033076953011914e-06, + "S": 1.4761548300157301e-05, + "I": 5.0822418415918946e-05, + "C": 4.705288301920518e-05, + "R": 3.965970245189965e-05, + "M": 0.0020548454485833645, + "O": 0.0003423157031647861, + "W": 4.79093796457164e-06, + "N": 2.1756138721684692e-06, + "Y": 0.024937722831964493, + "U": 3.48399765925933e-07, + "K": 1.225511368829757e-06, + "L": 0.0001181727639050223, + "G": 0.002923550782725215, + "F": 0.007088713347911835, + "E": 6.023127571097575e-05, + "T": 0.01080780103802681, + "P": 0.0027318831998854876, + "-": 0.9487719535827637 + }, + "id": "tp_24431" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3053887, + "label": "-", + "classification": { + "B": 2.931378958237474e-06, + "S": 3.390511437828536e-06, + "I": 0.0002934394287876785, + "C": 0.00010719599231379107, + "R": 6.040912194293924e-05, + "M": 0.0004927739500999451, + "O": 0.0002031599433394149, + "W": 4.469994109967956e-06, + "N": 1.8889069906435907e-05, + "Y": 0.005392791237682104, + "U": 3.3542848996148678e-06, + "K": 3.559187689461396e-06, + "L": 2.2980468202149495e-05, + "G": 0.0008067761664278805, + "F": 0.0023137263488024473, + "E": 0.00013362047320697457, + "T": 0.0033752084709703922, + "P": 0.039430882781744, + "-": 0.9473304152488708 + }, + "id": "tp_24432" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3054021, + "label": "-", + "classification": { + "B": 2.663073928488302e-06, + "S": 2.9001057555433363e-06, + "I": 0.00010571964958216995, + "C": 4.653867654269561e-05, + "R": 9.075237358047161e-06, + "M": 0.00020766146189998835, + "O": 7.903965160949156e-05, + "W": 2.690228939172812e-06, + "N": 4.968079792888602e-06, + "Y": 0.0012778531527146697, + "U": 9.515462124909391e-07, + "K": 1.4201706335370545e-06, + "L": 1.3429867067316081e-05, + "G": 0.0003603125223889947, + "F": 0.0057426453568041325, + "E": 9.535111166769639e-05, + "T": 0.0007222742424346507, + "P": 0.03633715212345123, + "-": 0.9549873471260071 + }, + "id": "tp_24433" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3054154, + "label": "-", + "classification": { + "B": 1.7254589010917698e-06, + "S": 1.7326070747003541e-06, + "I": 0.00013986298290546983, + "C": 0.00013792092795483768, + "R": 3.212179581169039e-05, + "M": 0.0002703692589420825, + "O": 7.315067341551185e-05, + "W": 3.5474654396239202e-06, + "N": 8.73043063620571e-06, + "Y": 0.004077907186001539, + "U": 3.274461278124363e-06, + "K": 2.0735673388116993e-05, + "L": 1.2650282769754995e-05, + "G": 0.0007283714949153364, + "F": 0.0066818539053201675, + "E": 0.00019878841703757644, + "T": 0.001210921909660101, + "P": 0.029582424089312553, + "-": 0.9568138718605042 + }, + "id": "tp_24434" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3054254, + "label": "-", + "classification": { + "B": 3.160323831252754e-05, + "S": 8.489315405313391e-06, + "I": 0.0034964701626449823, + "C": 0.0016469222027808428, + "R": 0.00032035241019912064, + "M": 0.002640768652781844, + "O": 0.0004768109356518835, + "W": 1.3482747817761265e-05, + "N": 0.00012300504022277892, + "Y": 0.006952785421162844, + "U": 2.9208656997070648e-05, + "K": 7.323595582420239e-06, + "L": 0.0003065016644541174, + "G": 0.00657007796689868, + "F": 0.004985264968127012, + "E": 0.0014486152213066816, + "T": 0.005506433080881834, + "P": 0.11736313253641129, + "-": 0.8480727076530457 + }, + "id": "tp_24435" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3054388, + "label": "-", + "classification": { + "B": 1.04431455838494e-05, + "S": 7.071882464515511e-06, + "I": 0.00020216754637658596, + "C": 0.00013919812045060098, + "R": 6.754214700777084e-05, + "M": 0.0005957491230219603, + "O": 0.00026297805015929043, + "W": 1.2026293006783817e-05, + "N": 8.02059548732359e-06, + "Y": 0.0018889845814555883, + "U": 3.579459416869213e-06, + "K": 2.150585032723029e-06, + "L": 6.36161130387336e-05, + "G": 0.0006830143975093961, + "F": 0.0029491172172129154, + "E": 5.9653168136719614e-05, + "T": 0.0019098473712801933, + "P": 0.035343773663043976, + "-": 0.9557911157608032 + }, + "id": "tp_24436" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3054521, + "label": "-", + "classification": { + "B": 5.116788770465064e-07, + "S": 1.9153989683218242e-07, + "I": 0.0009767928859218955, + "C": 2.4175833459594287e-05, + "R": 4.903325134364422e-06, + "M": 7.147886208258569e-05, + "O": 1.0611827747197822e-05, + "W": 5.140421990290633e-07, + "N": 8.677888217789587e-06, + "Y": 0.0011610101209953427, + "U": 2.5121846647380153e-07, + "K": 2.81885263575532e-07, + "L": 1.5480376305276877e-06, + "G": 6.945936911506578e-05, + "F": 0.00043477758299559355, + "E": 0.00010116480552824214, + "T": 0.00044582528062164783, + "P": 0.23361404240131378, + "-": 0.763073742389679 + }, + "id": "tp_24437" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3054655, + "label": "-", + "classification": { + "B": 1.0026302987853342e-07, + "S": 1.5866615399318107e-07, + "I": 5.045420721216942e-07, + "C": 5.0665134949667845e-06, + "R": 2.5520143935864326e-06, + "M": 0.00010922936053248122, + "O": 2.0469444280024618e-05, + "W": 9.535866496435119e-08, + "N": 7.535232882105447e-09, + "Y": 0.002542895497754216, + "U": 1.2199244947552756e-09, + "K": 1.8570962545538805e-09, + "L": 6.184925041452516e-06, + "G": 0.00010680148989195004, + "F": 0.0007627090089954436, + "E": 5.522149990611069e-07, + "T": 0.0008420146186836064, + "P": 0.00037086184602230787, + "-": 0.9952298402786255 + }, + "id": "tp_24438" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3054755, + "label": "-", + "classification": { + "B": 2.530019082769286e-05, + "S": 0.00014733670104760677, + "I": 0.0002454945642966777, + "C": 0.0040011233650147915, + "R": 0.0008299716282635927, + "M": 0.006659463979303837, + "O": 0.0018864593002945185, + "W": 7.467529940186068e-05, + "N": 1.4795306015003007e-05, + "Y": 0.05060386285185814, + "U": 2.982636488013668e-06, + "K": 2.1036374164395966e-05, + "L": 0.0013576718047261238, + "G": 0.02436569519340992, + "F": 0.042836036533117294, + "E": 0.000255769380601123, + "T": 0.02492351457476616, + "P": 0.0031703966669738293, + "-": 0.8385783433914185 + }, + "id": "tp_24439" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3054888, + "label": "-", + "classification": { + "B": 6.850506792943634e-07, + "S": 2.5077504233195214e-06, + "I": 0.00014594888489227742, + "C": 2.787920311675407e-05, + "R": 9.618719559512101e-06, + "M": 0.00119052326772362, + "O": 8.536472159903497e-05, + "W": 1.3681578820978757e-06, + "N": 2.4140661025739973e-06, + "Y": 0.016737600788474083, + "U": 7.681754254917905e-08, + "K": 5.724304514842515e-07, + "L": 8.550799975637347e-06, + "G": 0.0005664835916832089, + "F": 0.002937368117272854, + "E": 7.492705481126904e-05, + "T": 0.007593198213726282, + "P": 0.005761039908975363, + "-": 0.964853823184967 + }, + "id": "tp_24440" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3055022, + "label": "-", + "classification": { + "B": 6.695462798234075e-05, + "S": 0.00022189914307091385, + "I": 0.00014457661018241197, + "C": 0.00039809089503251016, + "R": 8.188593346858397e-05, + "M": 0.0015051988884806633, + "O": 0.0007020070916041732, + "W": 5.8997269661631435e-05, + "N": 3.3558073482709005e-05, + "Y": 0.0034686941653490067, + "U": 5.040717041993048e-06, + "K": 9.267448331229389e-05, + "L": 0.0001707616465864703, + "G": 0.003554707858711481, + "F": 0.06621301174163818, + "E": 0.0007606474100612104, + "T": 0.0036882967688143253, + "P": 0.022987840697169304, + "-": 0.8958451747894287 + }, + "id": "tp_24441" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3055155, + "label": "-", + "classification": { + "B": 1.4353264532473986e-06, + "S": 1.2702366802841425e-07, + "I": 1.7096090232371353e-06, + "C": 5.594312824541703e-06, + "R": 1.0537629577811458e-06, + "M": 0.0002505549055058509, + "O": 9.031075933307875e-06, + "W": 2.1684732232074566e-08, + "N": 1.346468980756299e-08, + "Y": 0.0005140976863913238, + "U": 4.383593044110512e-09, + "K": 9.401064371417078e-10, + "L": 1.8791708498611115e-05, + "G": 0.0007267664768733084, + "F": 0.0021614287979900837, + "E": 3.761604375540628e-06, + "T": 0.0005533560761250556, + "P": 0.001622527837753296, + "-": 0.9941297769546509 + }, + "id": "tp_24442" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3055255, + "label": "-", + "classification": { + "B": 1.1651564818748739e-05, + "S": 0.0004942318773828447, + "I": 0.0001161251129815355, + "C": 0.00015070820518303663, + "R": 0.00011943394929403439, + "M": 0.0014479872770607471, + "O": 0.0022259277757257223, + "W": 0.00010628866584738716, + "N": 1.7547492461744696e-05, + "Y": 0.010308785364031792, + "U": 3.4625253420017543e-07, + "K": 3.2133346394402906e-05, + "L": 0.0004412371199578047, + "G": 0.006060510873794556, + "F": 0.19207048416137695, + "E": 0.00023804341617505997, + "T": 0.0046203723177313805, + "P": 0.008702829480171204, + "-": 0.7728353142738342 + }, + "id": "tp_24443" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3055389, + "label": "-", + "classification": { + "B": 3.17231570079457e-05, + "S": 8.076061931205913e-05, + "I": 0.00012025071191601455, + "C": 0.000286050490103662, + "R": 7.789823575876653e-05, + "M": 0.004734659101814032, + "O": 0.0005866708816029131, + "W": 2.8206010028952733e-05, + "N": 2.2966385586187243e-05, + "Y": 0.042338043451309204, + "U": 3.3821995657490334e-06, + "K": 0.0005089305923320353, + "L": 0.000142334756674245, + "G": 0.016853092238307, + "F": 0.08689527213573456, + "E": 0.0009714036714285612, + "T": 0.012605376541614532, + "P": 0.011901041492819786, + "-": 0.8218119740486145 + }, + "id": "tp_24444" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3055522, + "label": "-", + "classification": { + "B": 1.536101808596868e-05, + "S": 0.0006604319787584245, + "I": 7.019689655862749e-05, + "C": 0.00888855941593647, + "R": 0.0015888590132817626, + "M": 0.009383123368024826, + "O": 0.0037984240334481, + "W": 0.00018407846800982952, + "N": 1.1211171113245655e-05, + "Y": 0.032070938497781754, + "U": 1.6889878224901622e-06, + "K": 0.0003637128393165767, + "L": 0.001693231868557632, + "G": 0.05491037666797638, + "F": 0.19414135813713074, + "E": 0.0002844260015990585, + "T": 0.016332512721419334, + "P": 0.0009099497110582888, + "-": 0.6746915578842163 + }, + "id": "tp_24445" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3055656, + "label": "-", + "classification": { + "B": 1.2926867576368295e-08, + "S": 1.200749579766125e-07, + "I": 5.5283785513893235e-06, + "C": 7.634624807906221e-07, + "R": 1.593580378767001e-07, + "M": 6.534866315632826e-06, + "O": 2.189958422604832e-06, + "W": 1.3041176316619385e-07, + "N": 4.303754508327984e-07, + "Y": 0.00018644449301064014, + "U": 1.537758542724532e-08, + "K": 4.7981529860408045e-06, + "L": 2.9037282800459252e-08, + "G": 1.0223824574495666e-05, + "F": 0.0016785110346972942, + "E": 1.0983049833157565e-05, + "T": 7.988452853169292e-05, + "P": 0.03657790645956993, + "-": 0.9614353179931641 + }, + "id": "tp_24446" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3055756, + "label": "-", + "classification": { + "B": 1.7962729259579646e-07, + "S": 1.211727038707977e-07, + "I": 4.4053476244698686e-07, + "C": 1.6489053678014898e-08, + "R": 6.819492526233262e-09, + "M": 1.0885131814575288e-05, + "O": 6.513821062981151e-06, + "W": 2.070858862168734e-08, + "N": 7.602674934048537e-09, + "Y": 9.655352187110111e-06, + "U": 1.9465924705475146e-10, + "K": 1.0070744238532825e-10, + "L": 2.3660882675358152e-07, + "G": 2.6778318442666205e-06, + "F": 7.300510333152488e-05, + "E": 1.79442892545012e-07, + "T": 4.573202386382036e-05, + "P": 0.004602278117090464, + "-": 0.995248019695282 + }, + "id": "tp_24447" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3055889, + "label": "-", + "classification": { + "B": 4.033367390077203e-12, + "S": 3.0038045384372936e-09, + "I": 1.5050128920890415e-09, + "C": 3.5813033605336386e-07, + "R": 3.3814853139801926e-08, + "M": 3.883104909618851e-06, + "O": 6.351690444716951e-07, + "W": 1.1907084207507523e-09, + "N": 6.936414637115362e-11, + "Y": 0.005606647115200758, + "U": 2.3332078456783645e-12, + "K": 1.4427258747673477e-06, + "L": 3.0122226490902904e-08, + "G": 0.0008327645482495427, + "F": 0.028815485537052155, + "E": 2.8597003165486967e-07, + "T": 0.00011374695895938203, + "P": 1.2999388673051726e-05, + "-": 0.9646117091178894 + }, + "id": "tp_24448" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3056023, + "label": "-", + "classification": { + "B": 1.089849592972314e-05, + "S": 0.00018265171092934906, + "I": 0.0005520546110346913, + "C": 0.002446752740070224, + "R": 0.0011100464034825563, + "M": 0.0087400758638978, + "O": 0.003286771709099412, + "W": 9.635539026930928e-05, + "N": 6.462643796112388e-05, + "Y": 0.0942094549536705, + "U": 1.6817190044093877e-05, + "K": 0.00012981129111722112, + "L": 0.0018469516653567553, + "G": 0.04537927731871605, + "F": 0.08372428268194199, + "E": 0.0003246190899517387, + "T": 0.0335056409239769, + "P": 0.007992544211447239, + "-": 0.7163804173469543 + }, + "id": "tp_24449" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3056156, + "label": "-", + "classification": { + "B": 3.7914691347396e-05, + "S": 2.0199358914396726e-06, + "I": 2.679096724023111e-05, + "C": 2.450395868436317e-06, + "R": 4.857554927184538e-07, + "M": 0.00013597935321740806, + "O": 5.4760366765549406e-05, + "W": 4.859501245846332e-07, + "N": 1.0628692734826473e-06, + "Y": 0.00022420081950258464, + "U": 4.345677950823301e-08, + "K": 5.223284915700788e-08, + "L": 8.38644973555347e-06, + "G": 0.0004028674156870693, + "F": 0.0014122762950137258, + "E": 0.00014127808390185237, + "T": 0.0002809824363794178, + "P": 0.04964950680732727, + "-": 0.9476183652877808 + }, + "id": "tp_24450" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3056256, + "label": "Y", + "classification": { + "B": 1.907017758639995e-05, + "S": 0.00021223750081844628, + "I": 0.0006071692914701998, + "C": 0.006290411576628685, + "R": 0.001963479910045862, + "M": 0.021708030253648758, + "O": 0.0024594906717538834, + "W": 7.210997864603996e-05, + "N": 3.331545667606406e-05, + "Y": 0.35574957728385925, + "U": 2.5280257887061452e-06, + "K": 0.0003404196468181908, + "L": 0.001886543002910912, + "G": 0.14495155215263367, + "F": 0.04352385550737381, + "E": 0.001193022821098566, + "T": 0.08128896355628967, + "P": 0.0007467996911145747, + "-": 0.3369513154029846 + }, + "id": "tp_24451" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3056390, + "label": "-", + "classification": { + "B": 2.2485704903374426e-05, + "S": 0.0003851984511129558, + "I": 0.0004922285443171859, + "C": 0.00038176585803739727, + "R": 5.805965338367969e-05, + "M": 0.0009738813387230039, + "O": 0.0006979491445235908, + "W": 0.0001735260448185727, + "N": 0.0003687208518385887, + "Y": 0.03886207193136215, + "U": 5.783988854091149e-06, + "K": 0.07291437685489655, + "L": 6.0091595514677465e-05, + "G": 0.041947297751903534, + "F": 0.3549732565879822, + "E": 0.03036152943968773, + "T": 0.008841896429657936, + "P": 0.03714100271463394, + "-": 0.4113388657569885 + }, + "id": "tp_24452" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3056523, + "label": "-", + "classification": { + "B": 2.8008284971292596e-06, + "S": 4.82859149997239e-06, + "I": 6.5369981712137815e-06, + "C": 0.0001281565782846883, + "R": 2.8236614525667392e-05, + "M": 0.0002724548103287816, + "O": 0.0001419897162122652, + "W": 3.5043995012529194e-06, + "N": 8.784768397163134e-07, + "Y": 0.004842599853873253, + "U": 5.497650477082061e-07, + "K": 1.603624150448013e-05, + "L": 5.787829286418855e-05, + "G": 0.0032425487879663706, + "F": 0.018818896263837814, + "E": 4.357364741736092e-05, + "T": 0.0016596766654402018, + "P": 0.0030143982730805874, + "-": 0.9677144885063171 + }, + "id": "tp_24453" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3056657, + "label": "-", + "classification": { + "B": 1.5652463049645182e-12, + "S": 3.1086765106547176e-11, + "I": 7.711123961584576e-10, + "C": 5.956311444066387e-09, + "R": 3.59482610345907e-10, + "M": 1.4828299299551873e-07, + "O": 9.071089657197717e-09, + "W": 2.920153008290072e-11, + "N": 1.8682102739808748e-11, + "Y": 4.162723053013906e-05, + "U": 1.0577258470131912e-12, + "K": 9.79296999048529e-09, + "L": 5.696091862072983e-11, + "G": 1.3407915275820415e-06, + "F": 0.0002503691357560456, + "E": 5.3917666775760154e-08, + "T": 2.386725100222975e-06, + "P": 9.149684774456546e-05, + "-": 0.9996126294136047 + }, + "id": "tp_24454" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3056757, + "label": "-", + "classification": { + "B": 4.295149847166613e-05, + "S": 0.00023911765310913324, + "I": 0.00041091139428317547, + "C": 0.019301356747746468, + "R": 0.003704907838255167, + "M": 0.0074475910514593124, + "O": 0.0032674348913133144, + "W": 0.0001870520500233397, + "N": 9.76084265857935e-05, + "Y": 0.10520089417695999, + "U": 3.5280201700516045e-05, + "K": 0.0019459195900708437, + "L": 0.0025578117929399014, + "G": 0.13126452267169952, + "F": 0.30385780334472656, + "E": 0.001305315294303, + "T": 0.016222825273871422, + "P": 0.005428276490420103, + "-": 0.39748242497444153 + }, + "id": "tp_24455" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3056890, + "label": "-", + "classification": { + "B": 5.809667982248357e-07, + "S": 2.105252497131005e-05, + "I": 2.765368094514997e-07, + "C": 1.269917902391171e-06, + "R": 1.8399789496470476e-06, + "M": 0.0006510874372906983, + "O": 0.0006479568546637893, + "W": 4.126676685700659e-06, + "N": 7.008525315654879e-09, + "Y": 0.0012820434058085084, + "U": 3.1785102327930304e-10, + "K": 3.11241032946441e-10, + "L": 0.00011964320583501831, + "G": 0.0002620757441036403, + "F": 0.0015865530585870147, + "E": 1.0969537100891102e-07, + "T": 0.0021214094012975693, + "P": 9.008476627059281e-05, + "-": 0.9932098984718323 + }, + "id": "tp_24456" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3057024, + "label": "-", + "classification": { + "B": 8.28004317554587e-07, + "S": 2.4574380859121447e-06, + "I": 1.5259227438946255e-05, + "C": 0.00019537084153853357, + "R": 4.441563578438945e-05, + "M": 0.0005422343383543193, + "O": 6.833496445324272e-05, + "W": 1.2301969718464534e-06, + "N": 5.048882485425565e-07, + "Y": 0.013938897289335728, + "U": 1.7871910529265733e-07, + "K": 8.719169954929384e-07, + "L": 4.501812145463191e-05, + "G": 0.0028963584918528795, + "F": 0.011479872278869152, + "E": 1.8436887330608442e-05, + "T": 0.003274437040090561, + "P": 0.00210336921736598, + "-": 0.9653719067573547 + }, + "id": "tp_24457" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3057157, + "label": "-", + "classification": { + "B": 1.5651292528673366e-07, + "S": 3.389025323485839e-06, + "I": 1.4331614011098281e-06, + "C": 1.2299798981985077e-05, + "R": 5.295620212564245e-06, + "M": 0.00010397219739388674, + "O": 7.632288907188922e-05, + "W": 1.0768918627945823e-06, + "N": 8.125074657527875e-08, + "Y": 0.002789566293358803, + "U": 1.3589321667950571e-08, + "K": 1.1232638286173824e-07, + "L": 2.9734605050180107e-05, + "G": 0.0007223924621939659, + "F": 0.038168925791978836, + "E": 2.6711425107350806e-06, + "T": 0.0006597766187041998, + "P": 0.0014256396098062396, + "-": 0.955997109413147 + }, + "id": "tp_24458" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3057257, + "label": "-", + "classification": { + "B": 1.1514830866588e-08, + "S": 1.1576944416447077e-06, + "I": 5.938510483360915e-08, + "C": 3.19644677801989e-05, + "R": 5.849482022313168e-06, + "M": 0.0002930670161731541, + "O": 5.248717934591696e-05, + "W": 2.0639267006572481e-07, + "N": 3.679420768065711e-09, + "Y": 0.005523573607206345, + "U": 4.0092895670085227e-10, + "K": 2.3462905573978787e-07, + "L": 2.7985393899143673e-05, + "G": 0.003997191786766052, + "F": 0.07417906820774078, + "E": 1.3703457852898282e-06, + "T": 0.0012049662182107568, + "P": 5.673625855706632e-05, + "-": 0.9146239757537842 + }, + "id": "tp_24459" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3057391, + "label": "-", + "classification": { + "B": 1.0994812171816193e-08, + "S": 4.013633425614671e-09, + "I": 1.0589527846605051e-05, + "C": 1.8978048501594458e-06, + "R": 3.0805281880930124e-07, + "M": 1.0297253538738005e-05, + "O": 7.740754881524481e-07, + "W": 2.3458484932348256e-08, + "N": 2.395269973476388e-07, + "Y": 0.0007024065707810223, + "U": 3.915540602861256e-08, + "K": 2.5198780349455774e-05, + "L": 3.544798587995501e-08, + "G": 7.580647070426494e-05, + "F": 0.0007197552477009594, + "E": 7.542132516391575e-05, + "T": 9.540442260913551e-05, + "P": 0.010526182129979134, + "-": 0.9877556562423706 + }, + "id": "tp_24460" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3057524, + "label": "F", + "classification": { + "B": 4.907122729491675e-06, + "S": 0.0001321056770393625, + "I": 3.235262556700036e-05, + "C": 0.0016168539877980947, + "R": 0.0001513002353021875, + "M": 0.0013644547434523702, + "O": 0.0005340546485967934, + "W": 3.49800284311641e-05, + "N": 1.655558662605472e-05, + "Y": 0.02122938446700573, + "U": 1.1912555919479928e-06, + "K": 0.008149988017976284, + "L": 0.0002495887456461787, + "G": 0.0807221382856369, + "F": 0.5305878520011902, + "E": 0.0029448862187564373, + "T": 0.00438592629507184, + "P": 0.0035860715433955193, + "-": 0.34425532817840576 + }, + "id": "tp_24461" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3057658, + "label": "-", + "classification": { + "B": 6.3446868807659484e-06, + "S": 0.0002203612239100039, + "I": 0.00038799058529548347, + "C": 0.01424686424434185, + "R": 0.0029444973915815353, + "M": 0.009753108024597168, + "O": 0.002139883581548929, + "W": 8.170217188308015e-05, + "N": 2.9088832889101468e-05, + "Y": 0.2658221125602722, + "U": 4.806427682524372e-07, + "K": 7.630324398633093e-05, + "L": 0.0006267098942771554, + "G": 0.0720076709985733, + "F": 0.11905175447463989, + "E": 0.0006625239620916545, + "T": 0.03920711949467659, + "P": 0.0013517774641513824, + "-": 0.471383661031723 + }, + "id": "tp_24462" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3057758, + "label": "-", + "classification": { + "B": 1.3334414461496635e-08, + "S": 2.783194119615473e-08, + "I": 6.798217668801954e-07, + "C": 4.590644095969765e-07, + "R": 3.1144756462708756e-07, + "M": 4.5375509216682985e-05, + "O": 5.901362783333752e-06, + "W": 1.6758825438500935e-08, + "N": 3.9805243545743e-09, + "Y": 0.000275626516668126, + "U": 2.1940224637084782e-10, + "K": 7.297512594206523e-11, + "L": 5.372286295823869e-07, + "G": 1.3024674444750417e-05, + "F": 0.00011842504318337888, + "E": 3.9761081893630035e-07, + "T": 0.00015400676056742668, + "P": 0.0007747377967461944, + "-": 0.9986103773117065 + }, + "id": "tp_24463" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3057891, + "label": "-", + "classification": { + "B": 1.7085529179894365e-05, + "S": 9.806253365240991e-05, + "I": 0.0007337267743423581, + "C": 0.0001417735475115478, + "R": 7.282991282409057e-05, + "M": 0.0016404681373387575, + "O": 0.0005122228758409619, + "W": 6.554870924446732e-05, + "N": 0.00017740379553288221, + "Y": 0.0913410633802414, + "U": 9.229916940967087e-06, + "K": 0.008159687742590904, + "L": 5.4423675464931875e-05, + "G": 0.019510474056005478, + "F": 0.09025269001722336, + "E": 0.006755744107067585, + "T": 0.01672741398215294, + "P": 0.022599734365940094, + "-": 0.7411304116249084 + }, + "id": "tp_24464" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3058025, + "label": "-", + "classification": { + "B": 4.1252073970099445e-06, + "S": 4.884986537945224e-06, + "I": 2.8358559575281106e-05, + "C": 6.927089998498559e-05, + "R": 2.1510284568648785e-05, + "M": 0.00034103746293112636, + "O": 0.00011108374746982008, + "W": 4.648483809432946e-06, + "N": 2.6228817660012282e-06, + "Y": 0.00192663399502635, + "U": 7.891302402640576e-07, + "K": 8.097387762973085e-06, + "L": 2.691179179237224e-05, + "G": 0.0007398298475891352, + "F": 0.026476683095097542, + "E": 8.223000622820109e-05, + "T": 0.0007781172171235085, + "P": 0.014986936002969742, + "-": 0.954386293888092 + }, + "id": "tp_24465" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3058158, + "label": "-", + "classification": { + "B": 1.2968334885954391e-06, + "S": 2.665765578058199e-06, + "I": 4.2360265069874004e-05, + "C": 1.5713858374510892e-05, + "R": 3.48272078554146e-06, + "M": 5.771773794549517e-05, + "O": 2.666123145900201e-05, + "W": 1.4157113810142619e-06, + "N": 4.40506664745044e-06, + "Y": 0.00047379257739521563, + "U": 4.4528178477776237e-07, + "K": 4.992746198695386e-06, + "L": 2.271776338602649e-06, + "G": 0.00013560378283727914, + "F": 0.013269739225506783, + "E": 9.838317055255175e-05, + "T": 0.0003702115500345826, + "P": 0.120094895362854, + "-": 0.8653939366340637 + }, + "id": "tp_24466" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3058258, + "label": "-", + "classification": { + "B": 8.077487123614446e-09, + "S": 1.5387167096037047e-08, + "I": 3.0433997721956985e-07, + "C": 2.2263228061092377e-07, + "R": 1.7783195360721038e-08, + "M": 3.447038920967316e-07, + "O": 5.210937388255843e-07, + "W": 9.226679864582366e-09, + "N": 1.3586615388305745e-08, + "Y": 9.203080480801873e-06, + "U": 6.813453135023906e-10, + "K": 3.356559696854333e-09, + "L": 1.0778712145054214e-08, + "G": 1.1020208603440551e-06, + "F": 0.00023484861594624817, + "E": 2.388769075878372e-07, + "T": 1.1259474376856815e-05, + "P": 0.030346939340233803, + "-": 0.969394862651825 + }, + "id": "tp_24467" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3058392, + "label": "-", + "classification": { + "B": 7.9595547504141e-06, + "S": 2.8430797101464123e-05, + "I": 0.00012733806215692312, + "C": 0.00015150176477618515, + "R": 4.867075040237978e-05, + "M": 0.000960274541284889, + "O": 0.00026836138567887247, + "W": 1.2853539374191314e-05, + "N": 1.9276540115242824e-05, + "Y": 0.07071375846862793, + "U": 5.623909942187311e-07, + "K": 0.0013977796770632267, + "L": 3.6393379559740424e-05, + "G": 0.04700475186109543, + "F": 0.1356411576271057, + "E": 0.0027274335734546185, + "T": 0.007240363396704197, + "P": 0.009418893605470657, + "-": 0.7241941690444946 + }, + "id": "tp_24468" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3058525, + "label": "-", + "classification": { + "B": 1.6648054952383973e-05, + "S": 4.4854728912469e-05, + "I": 2.0167424736428075e-05, + "C": 0.0024571672547608614, + "R": 0.0005168760544620454, + "M": 0.005996235646307468, + "O": 0.0012783730635419488, + "W": 1.891608008008916e-05, + "N": 1.9855697246384807e-06, + "Y": 0.00800818670541048, + "U": 9.356581358588301e-07, + "K": 2.223918954769033e-06, + "L": 0.001821420039050281, + "G": 0.0135817751288414, + "F": 0.05649922043085098, + "E": 7.555968477390707e-05, + "T": 0.00763591006398201, + "P": 0.0020543071441352367, + "-": 0.8999691605567932 + }, + "id": "tp_24469" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3058625, + "label": "-", + "classification": { + "B": 2.1382233171607368e-05, + "S": 9.440215217182413e-05, + "I": 0.00013201554247643799, + "C": 0.0010967967100441456, + "R": 0.00013116370246279985, + "M": 0.0005727508687414229, + "O": 0.0005888380692340434, + "W": 5.979184425086714e-05, + "N": 4.7543184336973354e-05, + "Y": 0.013556495308876038, + "U": 8.852591236063745e-06, + "K": 0.0009680829825811088, + "L": 0.00016225340368691832, + "G": 0.009229086339473724, + "F": 0.2489352971315384, + "E": 0.0017031528986990452, + "T": 0.002903558313846588, + "P": 0.03190414980053902, + "-": 0.6878843903541565 + }, + "id": "tp_24470" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3058759, + "label": "-", + "classification": { + "B": 1.3680462870979682e-05, + "S": 4.883097790298052e-05, + "I": 0.0006732870824635029, + "C": 0.00024214331642724574, + "R": 7.290422217920423e-05, + "M": 0.00031287921592593193, + "O": 0.00029895774787291884, + "W": 2.2651973267784342e-05, + "N": 9.871034853858873e-05, + "Y": 0.0006417731638066471, + "U": 6.188100087456405e-06, + "K": 1.2787824744009413e-05, + "L": 5.890960164833814e-05, + "G": 0.000842499837744981, + "F": 0.018132558092474937, + "E": 0.0004254370287526399, + "T": 0.0015658230986446142, + "P": 0.2080792337656021, + "-": 0.7684507369995117 + }, + "id": "tp_24471" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3058892, + "label": "-", + "classification": { + "B": 7.131423451767205e-09, + "S": 6.001179144732305e-07, + "I": 2.33917603509326e-06, + "C": 3.0649373456981266e-06, + "R": 8.545516720914748e-07, + "M": 0.0005550318746827543, + "O": 3.194237797288224e-05, + "W": 9.526318223151975e-08, + "N": 4.187283053624924e-08, + "Y": 0.01938735507428646, + "U": 6.859789403179661e-10, + "K": 6.705850097432631e-08, + "L": 3.104311645074631e-06, + "G": 0.0004935438046231866, + "F": 0.0032249153591692448, + "E": 2.97738961307914e-06, + "T": 0.005601268261671066, + "P": 0.00033894446096383035, + "-": 0.9703539609909058 + }, + "id": "tp_24472" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3059026, + "label": "-", + "classification": { + "B": 1.873015197800809e-12, + "S": 2.926587444607165e-11, + "I": 3.193265207812601e-09, + "C": 2.0272538847621036e-07, + "R": 5.6149906946245665e-09, + "M": 7.438533771164657e-07, + "O": 1.8016150349353666e-08, + "W": 1.3634397430517531e-11, + "N": 1.401813127382967e-11, + "Y": 2.3069516828400083e-05, + "U": 9.762887113323737e-13, + "K": 7.021740966450807e-10, + "L": 2.4050439417777625e-09, + "G": 7.919467861938756e-06, + "F": 0.0004867746902164072, + "E": 5.079326825807584e-08, + "T": 3.883921635861043e-06, + "P": 6.87146166455932e-05, + "-": 0.9994086027145386 + }, + "id": "tp_24473" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3059126, + "label": "-", + "classification": { + "B": 3.6977623740774845e-10, + "S": 1.7868094781547939e-09, + "I": 3.320378141324909e-07, + "C": 2.0511755849383917e-07, + "R": 3.022320527179545e-08, + "M": 1.4446095519815572e-06, + "O": 2.445609652568237e-07, + "W": 2.4432014189557094e-09, + "N": 1.052134024348561e-08, + "Y": 0.0004897763719782233, + "U": 1.203168120689213e-09, + "K": 8.30397425488627e-07, + "L": 5.671205727253437e-09, + "G": 9.516436875856016e-06, + "F": 0.00044716233969666064, + "E": 1.9342869563843124e-06, + "T": 8.32809237181209e-05, + "P": 0.0021801902912557125, + "-": 0.996785044670105 + }, + "id": "tp_24474" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3059259, + "label": "-", + "classification": { + "B": 9.428622433915734e-05, + "S": 7.616483344463632e-05, + "I": 8.193205576390028e-05, + "C": 0.0018736450001597404, + "R": 0.0005789057468064129, + "M": 0.012262670323252678, + "O": 0.0012567780213430524, + "W": 3.072162144235335e-05, + "N": 5.695928393834038e-06, + "Y": 0.037296731024980545, + "U": 1.556664983581868e-06, + "K": 7.235226803459227e-06, + "L": 0.0016117800259962678, + "G": 0.030112819746136665, + "F": 0.06536474823951721, + "E": 0.0004246114403940737, + "T": 0.010813073255121708, + "P": 0.0025363280437886715, + "-": 0.8355703353881836 + }, + "id": "tp_24475" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3059393, + "label": "-", + "classification": { + "B": 1.9046015040657949e-06, + "S": 5.884454367333092e-06, + "I": 8.399117359658703e-05, + "C": 8.56958722579293e-05, + "R": 1.2717054232780356e-05, + "M": 0.00010679323168005794, + "O": 6.900773587403819e-05, + "W": 3.6789012938243104e-06, + "N": 1.3342199963517487e-05, + "Y": 0.0012426517205312848, + "U": 5.713956738873094e-07, + "K": 3.063973053940572e-05, + "L": 7.300415290956153e-06, + "G": 0.0009454443352296948, + "F": 0.06475509703159332, + "E": 0.0005044779391027987, + "T": 0.0004520625516306609, + "P": 0.09230668097734451, + "-": 0.8393721580505371 + }, + "id": "tp_24476" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3059526, + "label": "-", + "classification": { + "B": 8.895468361913572e-09, + "S": 5.1282139423847184e-08, + "I": 1.3111911357555073e-05, + "C": 8.513698958267923e-06, + "R": 2.384534127486404e-06, + "M": 4.8509293264942244e-05, + "O": 8.183375939552207e-06, + "W": 6.256622242517551e-08, + "N": 8.048417043937661e-08, + "Y": 0.011366765946149826, + "U": 1.980725139461015e-09, + "K": 6.390911977405267e-08, + "L": 2.773142853129684e-07, + "G": 0.0001595637295395136, + "F": 0.0007310235523618758, + "E": 3.422188910917612e-06, + "T": 0.0011194386752322316, + "P": 0.0009638213086873293, + "-": 0.9855746030807495 + }, + "id": "tp_24477" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3059626, + "label": "-", + "classification": { + "B": 3.238042126096907e-11, + "S": 6.630703208720945e-10, + "I": 2.8853708311515902e-09, + "C": 2.8029750964719824e-08, + "R": 5.1265311995507545e-09, + "M": 1.5178361536527518e-06, + "O": 9.009504964296866e-08, + "W": 1.2317803721462184e-10, + "N": 3.231113640533856e-11, + "Y": 8.721921039978042e-05, + "U": 2.982277402460709e-12, + "K": 4.117741703169031e-10, + "L": 1.1926068133050194e-08, + "G": 4.892085144092562e-06, + "F": 0.0032883554231375456, + "E": 3.617432042801738e-08, + "T": 9.894920367514715e-06, + "P": 0.00018728998838923872, + "-": 0.9964206218719482 + }, + "id": "tp_24478" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3059760, + "label": "-", + "classification": { + "B": 3.06823494611308e-05, + "S": 1.0597864275041502e-05, + "I": 0.0006129974499344826, + "C": 0.0013980886433273554, + "R": 0.0002436235372442752, + "M": 0.002454774221405387, + "O": 0.0003464226901996881, + "W": 1.1345543498464394e-05, + "N": 1.2189869266876485e-05, + "Y": 0.04127994179725647, + "U": 1.97436315829691e-06, + "K": 6.078869319026126e-06, + "L": 9.739947563502938e-05, + "G": 0.007605815771967173, + "F": 0.0019905271474272013, + "E": 0.00021642552746925503, + "T": 0.012230637483298779, + "P": 0.006630924995988607, + "-": 0.9248195290565491 + }, + "id": "tp_24479" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3059893, + "label": "-", + "classification": { + "B": 1.8092281379722408e-06, + "S": 1.6510775822098367e-05, + "I": 0.00044070681906305254, + "C": 0.00022079293557908386, + "R": 7.891662971815094e-05, + "M": 0.0007806837093085051, + "O": 0.00020237694843672216, + "W": 1.723798777675256e-05, + "N": 4.401924888952635e-05, + "Y": 0.1379321962594986, + "U": 7.886027333370293e-07, + "K": 0.003912253305315971, + "L": 8.825748409435619e-06, + "G": 0.01500256359577179, + "F": 0.02114417590200901, + "E": 0.001417935942299664, + "T": 0.012149619869887829, + "P": 0.005957494489848614, + "-": 0.8006710410118103 + }, + "id": "tp_24480" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3060027, + "label": "-", + "classification": { + "B": 1.7045325876097195e-05, + "S": 0.00015048193745315075, + "I": 0.0006805898156017065, + "C": 0.0009571332484483719, + "R": 0.0002604080073069781, + "M": 0.007668013218790293, + "O": 0.0013162008253857493, + "W": 5.87709728279151e-05, + "N": 5.770810093963519e-05, + "Y": 0.07261694967746735, + "U": 4.525288659351645e-06, + "K": 9.64793362072669e-05, + "L": 0.00037039179005660117, + "G": 0.01602482609450817, + "F": 0.034320682287216187, + "E": 0.0009332504705525935, + "T": 0.030896518379449844, + "P": 0.011018496938049793, + "-": 0.8225514888763428 + }, + "id": "tp_24481" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3060127, + "label": "-", + "classification": { + "B": 3.430580761687452e-07, + "S": 1.6608724763500504e-05, + "I": 0.0001836819137679413, + "C": 0.0007289547356776893, + "R": 0.00029193577938713133, + "M": 0.002088414505124092, + "O": 0.0004993096808902919, + "W": 1.2349455573712476e-05, + "N": 9.796372069104109e-06, + "Y": 0.040534328669309616, + "U": 7.145827112253755e-07, + "K": 3.0266975954873487e-05, + "L": 8.169317879946902e-05, + "G": 0.003117913380265236, + "F": 0.0286171343177557, + "E": 7.41868861950934e-05, + "T": 0.014129215851426125, + "P": 0.004239898640662432, + "-": 0.905343234539032 + }, + "id": "tp_24482" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3060260, + "label": "-", + "classification": { + "B": 3.1044698971527396e-06, + "S": 2.8096235382690793e-06, + "I": 0.00018145397189073265, + "C": 4.8254521971102804e-05, + "R": 2.3279062588699162e-05, + "M": 0.00017956570081878453, + "O": 8.327398973051459e-05, + "W": 3.861320692521986e-06, + "N": 6.452769866882591e-06, + "Y": 0.0015744944103062153, + "U": 2.7262360617896775e-06, + "K": 1.8259879652759992e-06, + "L": 1.1704465578077361e-05, + "G": 0.0001824218052206561, + "F": 0.0008998944540508091, + "E": 3.3782573154894635e-05, + "T": 0.002453399822115898, + "P": 0.03737157583236694, + "-": 0.9569361209869385 + }, + "id": "tp_24483" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3060394, + "label": "-", + "classification": { + "B": 1.8616092347656377e-06, + "S": 5.678689376509283e-06, + "I": 0.00011489777534734458, + "C": 3.404416929697618e-05, + "R": 5.775568752142135e-06, + "M": 0.0018373285420238972, + "O": 0.00012594669533427805, + "W": 2.1147811821720097e-06, + "N": 4.107707354705781e-06, + "Y": 0.00801644753664732, + "U": 2.5027085825968243e-07, + "K": 2.2571687168237986e-06, + "L": 2.6786845410242677e-05, + "G": 0.0018773548072203994, + "F": 0.005133521277457476, + "E": 0.00028211623430252075, + "T": 0.003650530008599162, + "P": 0.01427062414586544, + "-": 0.9646084308624268 + }, + "id": "tp_24484" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3060527, + "label": "-", + "classification": { + "B": 4.705138678673393e-07, + "S": 9.28145595935348e-07, + "I": 0.0004051662690471858, + "C": 0.00042963522719219327, + "R": 0.00012328175944276154, + "M": 0.00041912219603545964, + "O": 7.069476851029322e-05, + "W": 1.9123899619444273e-06, + "N": 8.15293151390506e-06, + "Y": 0.01752806268632412, + "U": 1.4945643442842993e-06, + "K": 7.12864448360051e-06, + "L": 1.5530973541899584e-05, + "G": 0.0014647500356659293, + "F": 0.004432546906173229, + "E": 0.00015367321611847728, + "T": 0.002420627512037754, + "P": 0.014959640800952911, + "-": 0.957557201385498 + }, + "id": "tp_24485" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3060627, + "label": "-", + "classification": { + "B": 9.48375600273721e-06, + "S": 2.856793344108155e-06, + "I": 4.706978506874293e-05, + "C": 1.6398342268075794e-05, + "R": 3.4562226574053057e-06, + "M": 0.0001944067917065695, + "O": 7.449073018506169e-05, + "W": 1.7889295804707217e-06, + "N": 1.3548839206123375e-06, + "Y": 0.0003471429808996618, + "U": 1.9637684545159573e-07, + "K": 1.6496548482791695e-07, + "L": 2.2285392333287746e-05, + "G": 0.0004051232826896012, + "F": 0.004352618474513292, + "E": 6.790936458855867e-05, + "T": 0.000344216387020424, + "P": 0.03549567982554436, + "-": 0.9586132764816284 + }, + "id": "tp_24486" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3060761, + "label": "-", + "classification": { + "B": 3.782949306696537e-06, + "S": 3.265670238761231e-05, + "I": 2.667778062459547e-05, + "C": 7.46944933780469e-05, + "R": 1.885829806269612e-05, + "M": 0.0013015496078878641, + "O": 0.00028583398670889437, + "W": 1.2022187547700014e-05, + "N": 5.529586360353278e-06, + "Y": 0.006108085159212351, + "U": 8.350664302270161e-07, + "K": 0.00011405398254282773, + "L": 3.74800329154823e-05, + "G": 0.0022876339498907328, + "F": 0.06304527819156647, + "E": 0.000251153513090685, + "T": 0.0032573561184108257, + "P": 0.007689799182116985, + "-": 0.9154468178749084 + }, + "id": "tp_24487" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3060894, + "label": "-", + "classification": { + "B": 6.539510650327429e-06, + "S": 0.00011315776646370068, + "I": 8.012250327738002e-05, + "C": 0.00022276783420238644, + "R": 7.74313957663253e-05, + "M": 0.0014883062103763223, + "O": 0.0008259667083621025, + "W": 3.740368629223667e-05, + "N": 1.0485217899258714e-05, + "Y": 0.01912706531584263, + "U": 1.0601567055346095e-06, + "K": 6.894217221997678e-05, + "L": 0.0001445249217795208, + "G": 0.005832044407725334, + "F": 0.11850105971097946, + "E": 0.00026942676049657166, + "T": 0.005036884918808937, + "P": 0.00857627484947443, + "-": 0.8395805954933167 + }, + "id": "tp_24488" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3061028, + "label": "-", + "classification": { + "B": 2.3845517032293484e-13, + "S": 1.6352057511867524e-12, + "I": 3.48580897480133e-08, + "C": 1.020842521626264e-09, + "R": 5.971673155968915e-10, + "M": 6.694386911476613e-07, + "O": 5.819607018509032e-09, + "W": 2.0194638062492887e-12, + "N": 3.574220997296096e-12, + "Y": 0.00024067444610409439, + "U": 1.4910138011400842e-13, + "K": 3.636076628590196e-13, + "L": 2.2386602294144353e-10, + "G": 7.611234309479187e-07, + "F": 1.9242097550886683e-06, + "E": 4.669008513147332e-10, + "T": 2.5951327188522555e-05, + "P": 3.5933699109591544e-05, + "-": 0.9996941089630127 + }, + "id": "tp_24489" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3061128, + "label": "-", + "classification": { + "B": 0.00023264616902451962, + "S": 0.000758213282097131, + "I": 3.158487015753053e-05, + "C": 5.247206354397349e-05, + "R": 3.513182309689e-05, + "M": 0.005948180798441172, + "O": 0.003409076714888215, + "W": 9.878206765279174e-05, + "N": 3.4312317893636646e-06, + "Y": 0.002876770682632923, + "U": 2.7995429263683036e-07, + "K": 2.1184873730817344e-06, + "L": 0.001767213107086718, + "G": 0.00973167922347784, + "F": 0.10859490931034088, + "E": 0.00015727596473880112, + "T": 0.002969782566651702, + "P": 0.006454488728195429, + "-": 0.8568759560585022 + }, + "id": "tp_24490" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3061261, + "label": "-", + "classification": { + "B": 3.839418116768911e-09, + "S": 1.0393775795591864e-07, + "I": 2.2062120308419253e-07, + "C": 6.310914614005014e-05, + "R": 7.725398063485045e-06, + "M": 0.00010191192268393934, + "O": 9.244151442544535e-06, + "W": 3.282132254867065e-08, + "N": 5.284010118344895e-09, + "Y": 0.005668949335813522, + "U": 9.582474813640829e-10, + "K": 1.0846388249774463e-06, + "L": 2.7643600333249196e-06, + "G": 0.0012458189157769084, + "F": 0.015892911702394485, + "E": 9.901465318762348e-07, + "T": 0.0005211501847952604, + "P": 7.179767271736637e-05, + "-": 0.9764120578765869 + }, + "id": "tp_24491" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3061395, + "label": "Y", + "classification": { + "B": 5.537911533792794e-07, + "S": 7.161213579820469e-05, + "I": 0.00017369956185575575, + "C": 0.011368672363460064, + "R": 0.0008820333750918508, + "M": 0.0031903800554573536, + "O": 0.0016097595216706395, + "W": 6.46158296149224e-05, + "N": 2.547953226894606e-05, + "Y": 0.5458053350448608, + "U": 1.3398857845459133e-07, + "K": 0.002294935518875718, + "L": 8.635230187792331e-05, + "G": 0.11566749960184097, + "F": 0.033660758286714554, + "E": 0.0005592911038547754, + "T": 0.05318739637732506, + "P": 0.0003569965192582458, + "-": 0.23099443316459656 + }, + "id": "tp_24492" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3061528, + "label": "-", + "classification": { + "B": 8.165790821301755e-10, + "S": 6.567010046865107e-09, + "I": 1.0801314829222974e-06, + "C": 1.5132159205677453e-06, + "R": 1.7835780852237804e-07, + "M": 7.378909685940016e-06, + "O": 9.170926205115393e-07, + "W": 9.938980305435052e-09, + "N": 2.3594196818521596e-08, + "Y": 0.0005992733058519661, + "U": 4.5696446626664056e-09, + "K": 4.068646433097456e-07, + "L": 6.841846555971642e-08, + "G": 4.022860593977384e-05, + "F": 0.002026055008172989, + "E": 2.3047023205435835e-06, + "T": 0.00012706527195405215, + "P": 0.0035832375288009644, + "-": 0.9936102032661438 + }, + "id": "tp_24493" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3061628, + "label": "-", + "classification": { + "B": 3.5338572956788994e-08, + "S": 1.1726820758894974e-07, + "I": 7.405159976769937e-06, + "C": 2.5427871150895953e-06, + "R": 4.3381191972002853e-07, + "M": 2.7082664018962532e-05, + "O": 5.249367404758232e-06, + "W": 5.2439233400036755e-08, + "N": 3.9199414914037334e-07, + "Y": 0.0004912616568617523, + "U": 1.6928421331385834e-08, + "K": 5.785783514511422e-07, + "L": 2.8788184636141523e-07, + "G": 5.4763608204666525e-05, + "F": 0.0021643899381160736, + "E": 2.3731430701445788e-05, + "T": 0.000217220644117333, + "P": 0.01171906292438507, + "-": 0.9852854609489441 + }, + "id": "tp_24494" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3061762, + "label": "-", + "classification": { + "B": 4.289132391477324e-07, + "S": 3.125865305264597e-06, + "I": 1.774852535163518e-05, + "C": 3.6398443626239896e-05, + "R": 6.29149553788011e-06, + "M": 0.0003440282307565212, + "O": 3.428950367379002e-05, + "W": 1.2825760222767713e-06, + "N": 1.388322402817721e-06, + "Y": 0.010347560979425907, + "U": 1.4463354602867184e-07, + "K": 0.00024519668659195304, + "L": 6.20908394921571e-06, + "G": 0.005446594208478928, + "F": 0.07519149780273438, + "E": 0.0002693731803447008, + "T": 0.0021169502288103104, + "P": 0.0045799510553479195, + "-": 0.9013515114784241 + }, + "id": "tp_24495" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3061895, + "label": "-", + "classification": { + "B": 4.795524546352681e-07, + "S": 3.304137635495863e-06, + "I": 3.1006612744022277e-07, + "C": 1.2090177960999426e-06, + "R": 3.310703107217705e-07, + "M": 0.00019479973707348108, + "O": 5.090943523100577e-05, + "W": 6.187077588037937e-07, + "N": 4.226862060363601e-08, + "Y": 0.0011747506214305758, + "U": 2.9982187843557995e-09, + "K": 6.651706598859164e-07, + "L": 1.0253145774186123e-05, + "G": 0.0006429237546399236, + "F": 0.0661267638206482, + "E": 1.5528617950621992e-05, + "T": 0.0004058602498844266, + "P": 0.0013175882631912827, + "-": 0.9300535917282104 + }, + "id": "tp_24496" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3062029, + "label": "-", + "classification": { + "B": 9.121831823222237e-08, + "S": 6.89018335719993e-08, + "I": 3.6909700185105976e-08, + "C": 4.692971344866237e-09, + "R": 6.016543374620653e-10, + "M": 4.293916845199419e-06, + "O": 4.818803631678747e-07, + "W": 7.806629120921116e-09, + "N": 3.857506758464524e-09, + "Y": 1.3848156413587276e-05, + "U": 6.443415245804829e-11, + "K": 3.530444701027591e-07, + "L": 1.18405107940589e-08, + "G": 9.458557542529888e-06, + "F": 0.0034049947280436754, + "E": 3.549759276211262e-05, + "T": 9.115718967223074e-06, + "P": 0.0038982226978987455, + "-": 0.9926234483718872 + }, + "id": "tp_24497" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3062129, + "label": "-", + "classification": { + "B": 3.0181581678334624e-07, + "S": 4.737114068120718e-06, + "I": 2.7572064027481247e-06, + "C": 5.6808894441928715e-06, + "R": 2.0083125491510145e-06, + "M": 0.00048480575787834823, + "O": 6.158111500553787e-05, + "W": 4.715557224699296e-07, + "N": 1.3458165426527557e-07, + "Y": 0.0029876192566007376, + "U": 7.2615171653467314e-09, + "K": 2.4100748419186857e-07, + "L": 2.9577362511190586e-05, + "G": 0.001252010464668274, + "F": 0.04456271976232529, + "E": 3.0546179914381355e-05, + "T": 0.0011632480891421437, + "P": 0.0016913422150537372, + "-": 0.9477202892303467 + }, + "id": "tp_24498" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3062262, + "label": "-", + "classification": { + "B": 4.069842240994603e-09, + "S": 5.321783547174164e-08, + "I": 1.2336143129232369e-07, + "C": 2.811678996295086e-07, + "R": 7.779728861123658e-08, + "M": 1.0953362107102294e-05, + "O": 2.3859051907493267e-06, + "W": 4.021800137365972e-08, + "N": 9.742340267848704e-09, + "Y": 0.00046785027370788157, + "U": 1.0697597252473656e-09, + "K": 1.9599210645537823e-06, + "L": 1.4449230434365745e-07, + "G": 7.565550913568586e-05, + "F": 0.014196988195180893, + "E": 3.7478935155377258e-06, + "T": 8.20788845885545e-05, + "P": 0.0019574807956814766, + "-": 0.983200192451477 + }, + "id": "tp_24499" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3062396, + "label": "-", + "classification": { + "B": 1.1230160551489732e-10, + "S": 9.610947593330366e-10, + "I": 6.418638065497362e-08, + "C": 1.1906344798973123e-09, + "R": 7.384700073664874e-10, + "M": 3.7424736092361854e-06, + "O": 1.5105631234746397e-07, + "W": 1.1562337892678798e-10, + "N": 1.7153238551781413e-10, + "Y": 0.0001084538598661311, + "U": 9.48965515543132e-13, + "K": 3.96205551006501e-12, + "L": 4.560078536997025e-09, + "G": 1.1552099294931395e-06, + "F": 3.526832369971089e-05, + "E": 3.5825614475015755e-08, + "T": 9.997919551096857e-05, + "P": 0.0003775349468924105, + "-": 0.9993736147880554 + }, + "id": "tp_24500" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3062529, + "label": "P", + "classification": { + "B": 1.0161497421279364e-08, + "S": 3.745644860941866e-08, + "I": 6.0029226006008685e-05, + "C": 4.6270037046269863e-07, + "R": 4.7507516143241446e-08, + "M": 1.0172251450057956e-06, + "O": 6.412585662474157e-07, + "W": 8.285915953365475e-08, + "N": 3.0504663754982175e-06, + "Y": 2.7673457225318998e-05, + "U": 1.338904809244923e-08, + "K": 2.4060491341515444e-06, + "L": 8.645476334834257e-09, + "G": 4.999757493351353e-06, + "F": 0.0014888282166793942, + "E": 0.00011846067354781553, + "T": 9.889045941235963e-06, + "P": 0.7311575412750244, + "-": 0.267124742269516 + }, + "id": "tp_24501" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3062629, + "label": "P", + "classification": { + "B": 1.3752408101197489e-08, + "S": 3.178086060984242e-08, + "I": 2.0936140572302975e-05, + "C": 1.1438355329573824e-07, + "R": 5.619528842260024e-09, + "M": 1.4488865929251915e-07, + "O": 1.349267222394701e-07, + "W": 6.06710326422899e-09, + "N": 1.904382997963694e-06, + "Y": 6.339627702800499e-07, + "U": 1.6666293900513551e-09, + "K": 5.73757130695185e-09, + "L": 4.5602170928304986e-09, + "G": 4.4983079305893625e-07, + "F": 3.837503754766658e-05, + "E": 7.461537279596087e-06, + "T": 2.9480333978426643e-06, + "P": 0.9660208225250244, + "-": 0.03390595689415932 + }, + "id": "tp_24502" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3062763, + "label": "P", + "classification": { + "B": 3.8244543532073294e-08, + "S": 8.057070743916483e-08, + "I": 0.00010852573905140162, + "C": 2.1682883755147486e-07, + "R": 2.1766739521922318e-08, + "M": 9.51806782722997e-07, + "O": 4.3215922573835996e-07, + "W": 3.618172783603768e-08, + "N": 7.945528523123357e-06, + "Y": 4.915780664305203e-06, + "U": 6.395694196470458e-09, + "K": 6.281346713876701e-07, + "L": 7.916540312180587e-09, + "G": 4.33768536822754e-06, + "F": 0.0002830411249306053, + "E": 0.00041597188101150095, + "T": 4.450297637959011e-06, + "P": 0.9461424946784973, + "-": 0.053025975823402405 + }, + "id": "tp_24503" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3062896, + "label": "-", + "classification": { + "B": 4.384417877645319e-07, + "S": 5.521821435650054e-07, + "I": 0.00010282735456712544, + "C": 2.4581213438068517e-06, + "R": 2.4584812763350783e-07, + "M": 3.186974208801985e-05, + "O": 5.468251401907764e-06, + "W": 3.6723079688272264e-07, + "N": 9.60008219408337e-06, + "Y": 0.0001987691066460684, + "U": 1.4878614251756517e-07, + "K": 4.862705736741191e-06, + "L": 1.830163682825514e-07, + "G": 3.0139615773805417e-05, + "F": 0.002131720772013068, + "E": 0.0005571080255322158, + "T": 0.0001081279042409733, + "P": 0.4572245478630066, + "-": 0.53959059715271 + }, + "id": "tp_24504" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3063030, + "label": "-", + "classification": { + "B": 2.3105945601287203e-08, + "S": 1.130137547988852e-07, + "I": 4.457523118617246e-06, + "C": 9.633122317609377e-07, + "R": 8.303363330242064e-08, + "M": 1.1445573591117864e-06, + "O": 1.436708657820418e-06, + "W": 5.463080654521946e-08, + "N": 3.3433718726882944e-07, + "Y": 3.8157060771482065e-05, + "U": 1.3656074493439974e-08, + "K": 2.4139529841704643e-07, + "L": 8.074618307318815e-08, + "G": 1.0590237252472434e-05, + "F": 0.004517322406172752, + "E": 4.812795850739349e-06, + "T": 3.658982313936576e-05, + "P": 0.12051226943731308, + "-": 0.8748711943626404 + }, + "id": "tp_24505" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3063130, + "label": "-", + "classification": { + "B": 7.7210592053234e-07, + "S": 4.681045027155051e-07, + "I": 8.63671739352867e-05, + "C": 4.709524000645615e-05, + "R": 8.880857421900146e-06, + "M": 4.093196184840053e-05, + "O": 1.3733889318245929e-05, + "W": 6.246041266422253e-07, + "N": 4.016866114397999e-06, + "Y": 0.0012182686477899551, + "U": 4.2609170236573846e-07, + "K": 9.862777915259358e-06, + "L": 2.6761722438095603e-06, + "G": 0.0007570799789391458, + "F": 0.01769884303212166, + "E": 0.00026168551994487643, + "T": 0.00030662311473861337, + "P": 0.07613229006528854, + "-": 0.9034094214439392 + }, + "id": "tp_24506" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3063263, + "label": "-", + "classification": { + "B": 7.33998103896738e-06, + "S": 5.760953172284644e-06, + "I": 0.0002818540669977665, + "C": 9.465170296607539e-05, + "R": 1.632629027881194e-05, + "M": 0.0002978758420795202, + "O": 0.00011419362999731675, + "W": 3.6924782307323767e-06, + "N": 1.576262184244115e-05, + "Y": 0.0008858555811457336, + "U": 1.2360246728349011e-06, + "K": 9.10227015538112e-07, + "L": 2.5298735636170022e-05, + "G": 0.0008365982212126255, + "F": 0.005981661379337311, + "E": 0.00032687195925973356, + "T": 0.0008860359666869044, + "P": 0.14299623668193817, + "-": 0.847221851348877 + }, + "id": "tp_24507" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3063397, + "label": "-", + "classification": { + "B": 0.00011048218584619462, + "S": 0.00012000107381027192, + "I": 0.006556721404194832, + "C": 0.002443504985421896, + "R": 0.0011132879881188273, + "M": 0.004678025376051664, + "O": 0.0013251813361421227, + "W": 0.0002453549241181463, + "N": 0.0006000477005727589, + "Y": 0.02729996293783188, + "U": 0.0001263140293303877, + "K": 0.0006963510531932116, + "L": 0.00048008919111452997, + "G": 0.008521361276507378, + "F": 0.04213884472846985, + "E": 0.0051841698586940765, + "T": 0.007079445756971836, + "P": 0.14617513120174408, + "-": 0.7451058030128479 + }, + "id": "tp_24508" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3063530, + "label": "-", + "classification": { + "B": 4.547704435253763e-08, + "S": 8.506916771011674e-08, + "I": 0.0002274979487992823, + "C": 1.4415891200769693e-05, + "R": 1.477825321671844e-06, + "M": 6.58703447697917e-06, + "O": 2.2578801690542605e-06, + "W": 1.6391538792959182e-07, + "N": 4.909275958198123e-06, + "Y": 0.00018798183009494096, + "U": 1.5258207497481635e-07, + "K": 1.3131884770700708e-06, + "L": 1.485808809320588e-07, + "G": 2.313423465238884e-05, + "F": 0.0012226892868056893, + "E": 8.31639117677696e-05, + "T": 6.330174801405519e-05, + "P": 0.1942494511604309, + "-": 0.8039113283157349 + }, + "id": "tp_24509" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3063630, + "label": "-", + "classification": { + "B": 0.014607691206037998, + "S": 0.0030280468054115772, + "I": 0.008256002329289913, + "C": 0.002311523538082838, + "R": 0.0008202291210182011, + "M": 0.023547451943159103, + "O": 0.0048748222179710865, + "W": 0.0008805709076113999, + "N": 0.001754780299961567, + "Y": 0.018554139882326126, + "U": 0.00021973025286570191, + "K": 0.0005643459735438228, + "L": 0.0029995597433298826, + "G": 0.0323932059109211, + "F": 0.06174052879214287, + "E": 0.06621585041284561, + "T": 0.013723280280828476, + "P": 0.228572279214859, + "-": 0.5149359107017517 + }, + "id": "tp_24510" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3063764, + "label": "-", + "classification": { + "B": 9.666494406701531e-06, + "S": 6.221428066055523e-06, + "I": 0.0010175156639888883, + "C": 0.0001918740599649027, + "R": 1.3806501556246076e-05, + "M": 0.0001329793012700975, + "O": 4.644897853722796e-05, + "W": 8.75347905093804e-06, + "N": 0.00012132742267567664, + "Y": 0.001247184001840651, + "U": 6.3433726609218866e-06, + "K": 0.00012151871487731114, + "L": 6.834596661065007e-06, + "G": 0.000677356612868607, + "F": 0.014527231454849243, + "E": 0.0061758956871926785, + "T": 0.0004630422336049378, + "P": 0.4765844941139221, + "-": 0.4986414909362793 + }, + "id": "tp_24511" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3063897, + "label": "-", + "classification": { + "B": 0.00020881995442323387, + "S": 7.841965998522937e-05, + "I": 0.001396419364027679, + "C": 0.0008340420899912715, + "R": 0.000221548238187097, + "M": 0.0016238645184785128, + "O": 0.0006136775482445955, + "W": 6.788637256249785e-05, + "N": 0.000157840084284544, + "Y": 0.009799182415008545, + "U": 4.905271271127276e-05, + "K": 0.0001323762844549492, + "L": 0.00023416406475007534, + "G": 0.004440834280103445, + "F": 0.016847210004925728, + "E": 0.00218530697748065, + "T": 0.0056357174180448055, + "P": 0.09510187804698944, + "-": 0.8603718280792236 + }, + "id": "tp_24512" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3064031, + "label": "-", + "classification": { + "B": 2.987728180414706e-07, + "S": 4.1178699916599726e-07, + "I": 0.0002523247094359249, + "C": 4.046951653435826e-05, + "R": 3.6227875170879997e-06, + "M": 9.29644302232191e-05, + "O": 1.456862264603842e-05, + "W": 7.813188744876243e-07, + "N": 1.880883974081371e-05, + "Y": 0.0004168027953710407, + "U": 6.485495305241784e-07, + "K": 1.704131682345178e-05, + "L": 1.2718198831862537e-06, + "G": 0.00011943052231799811, + "F": 0.01076167169958353, + "E": 0.0011973592918366194, + "T": 0.0002370129368500784, + "P": 0.22099235653877258, + "-": 0.7658321857452393 + }, + "id": "tp_24513" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3064131, + "label": "-", + "classification": { + "B": 1.567916285694082e-07, + "S": 3.2303628927365935e-07, + "I": 0.00010204967838944867, + "C": 7.51740890336805e-06, + "R": 2.296403351920162e-07, + "M": 2.41449070017552e-05, + "O": 4.586709565046476e-06, + "W": 2.8678991270680854e-07, + "N": 5.94784887653077e-06, + "Y": 0.000142504766699858, + "U": 1.4912657775312255e-07, + "K": 3.4199460969830398e-06, + "L": 4.153350801061606e-07, + "G": 4.539435758488253e-05, + "F": 0.005840068683028221, + "E": 0.00047625877778045833, + "T": 7.507962436648086e-05, + "P": 0.400983601808548, + "-": 0.5922878980636597 + }, + "id": "tp_24514" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3064264, + "label": "-", + "classification": { + "B": 0.00013082349323667586, + "S": 2.8974112865398638e-05, + "I": 0.00022279584663920105, + "C": 0.00022468442330136895, + "R": 6.142237543826923e-05, + "M": 0.0022349238861352205, + "O": 0.0005695871077477932, + "W": 1.3256134479888715e-05, + "N": 6.043744633643655e-06, + "Y": 0.0018123066984117031, + "U": 1.4932192016203771e-06, + "K": 1.28118841757896e-07, + "L": 0.0005494726938195527, + "G": 0.002384567866101861, + "F": 0.00586781557649374, + "E": 0.00016957189654931426, + "T": 0.0023454823531210423, + "P": 0.02803892269730568, + "-": 0.9553378820419312 + }, + "id": "tp_24515" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3064398, + "label": "-", + "classification": { + "B": 3.8049029171816073e-06, + "S": 3.5341076909389812e-06, + "I": 0.0012603220529854298, + "C": 0.000347250112099573, + "R": 6.885805487399921e-05, + "M": 0.0003174689190927893, + "O": 7.393987471004948e-05, + "W": 1.2543200682557654e-05, + "N": 0.00010872916755033657, + "Y": 0.005285381805151701, + "U": 1.0846190889424179e-05, + "K": 0.00029078597435727715, + "L": 1.3105905964039266e-05, + "G": 0.0011083009885624051, + "F": 0.021900661289691925, + "E": 0.002399397548288107, + "T": 0.0009821545099839568, + "P": 0.2317236214876175, + "-": 0.7340892553329468 + }, + "id": "tp_24516" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3064531, + "label": "-", + "classification": { + "B": 3.7804392150064814e-07, + "S": 4.77046228297695e-07, + "I": 2.8318152544670738e-05, + "C": 9.895790753944311e-06, + "R": 1.4475854186457582e-06, + "M": 6.365097942762077e-05, + "O": 1.270595021196641e-05, + "W": 3.4409998761475435e-07, + "N": 8.405327207583468e-07, + "Y": 0.0004744164471048862, + "U": 1.0138242600987724e-07, + "K": 5.901283657294698e-07, + "L": 2.273734480695566e-06, + "G": 0.0001459043414797634, + "F": 0.0076259528286755085, + "E": 4.547031130641699e-05, + "T": 0.00024518833379261196, + "P": 0.03700954094529152, + "-": 0.9543324708938599 + }, + "id": "tp_24517" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3064631, + "label": "-", + "classification": { + "B": 6.287208531574606e-10, + "S": 9.404597101081436e-10, + "I": 1.5523402908002026e-05, + "C": 4.678048881601171e-08, + "R": 7.2539760864742675e-09, + "M": 3.3184184644596826e-07, + "O": 2.1871368005577096e-07, + "W": 1.5037103784365513e-09, + "N": 1.2326850651334098e-07, + "Y": 7.0161499934329186e-06, + "U": 5.397371993787203e-10, + "K": 7.773668375676834e-10, + "L": 3.9810044150101476e-09, + "G": 8.456674436274625e-07, + "F": 1.6556236005271785e-05, + "E": 1.572814426253899e-06, + "T": 1.7025759007083252e-05, + "P": 0.29561954736709595, + "-": 0.7043212056159973 + }, + "id": "tp_24518" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3064765, + "label": "P", + "classification": { + "B": 9.776211300049908e-06, + "S": 1.097443373510032e-06, + "I": 0.0002893273194786161, + "C": 7.65352069720393e-06, + "R": 6.858475103399542e-07, + "M": 3.518991798046045e-05, + "O": 1.4900986570864916e-05, + "W": 1.6410066336902673e-06, + "N": 2.599340950837359e-05, + "Y": 0.00011938942043343559, + "U": 6.243610641831765e-07, + "K": 1.2186816093162633e-05, + "L": 1.401885583618423e-06, + "G": 0.00021490812650881708, + "F": 0.0032073496840894222, + "E": 0.00291157653555274, + "T": 9.363737626699731e-05, + "P": 0.6486412882804871, + "-": 0.3444114327430725 + }, + "id": "tp_24519" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3064898, + "label": "P", + "classification": { + "B": 1.4295993722157618e-08, + "S": 1.4256342240059894e-07, + "I": 0.00023865194816607982, + "C": 8.883046689334151e-07, + "R": 1.0620907886504938e-07, + "M": 5.145355430613563e-07, + "O": 7.149773750825261e-07, + "W": 8.648780891462593e-08, + "N": 2.2127538613858633e-05, + "Y": 8.39136464492185e-06, + "U": 4.40429097636752e-08, + "K": 4.132255526201334e-06, + "L": 9.778370113622259e-09, + "G": 2.7931562271987787e-06, + "F": 0.000610884337220341, + "E": 0.00012053002137690783, + "T": 1.2670014257309958e-05, + "P": 0.8334997296333313, + "-": 0.16547761857509613 + }, + "id": "tp_24520" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3065032, + "label": "-", + "classification": { + "B": 3.4138695355068194e-06, + "S": 8.943523425841704e-06, + "I": 0.0001264769962290302, + "C": 7.091827865224332e-05, + "R": 8.969558621174656e-06, + "M": 0.00016818252333905548, + "O": 6.0630121879512444e-05, + "W": 4.524100404523779e-06, + "N": 1.947399869095534e-05, + "Y": 0.0005821390659548342, + "U": 1.208217668136058e-06, + "K": 8.59444207890192e-06, + "L": 6.116858912719181e-06, + "G": 0.00021919701248407364, + "F": 0.01830339804291725, + "E": 0.0003325191792100668, + "T": 0.0005031639011576772, + "P": 0.19197168946266174, + "-": 0.7876004576683044 + }, + "id": "tp_24521" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3065132, + "label": "-", + "classification": { + "B": 1.126293454944971e-06, + "S": 2.402899099251954e-06, + "I": 0.00011136909597553313, + "C": 1.9495890228427015e-05, + "R": 2.562162080721464e-06, + "M": 2.3303415218833834e-05, + "O": 1.7652655515121296e-05, + "W": 2.61743980445317e-06, + "N": 1.4221527635527309e-05, + "Y": 0.0002786031109280884, + "U": 8.523538781446405e-07, + "K": 2.738955845416058e-05, + "L": 2.0325144305388676e-06, + "G": 0.00014316204760689288, + "F": 0.03433782979846001, + "E": 0.0007449114928022027, + "T": 0.00015242979861795902, + "P": 0.2949438989162445, + "-": 0.6691741347312927 + }, + "id": "tp_24522" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3065265, + "label": "P", + "classification": { + "B": 0.0005095995729789138, + "S": 3.246140477131121e-05, + "I": 0.006674583535641432, + "C": 0.0005445979186333716, + "R": 4.799882663064636e-05, + "M": 0.0034887203946709633, + "O": 0.00025674604694359004, + "W": 2.565656541264616e-05, + "N": 0.0002790929574985057, + "Y": 0.0027238389011472464, + "U": 1.5154374523262959e-05, + "K": 9.380320989293978e-06, + "L": 0.0001542528480058536, + "G": 0.0026666666381061077, + "F": 0.003506527515128255, + "E": 0.021884648129343987, + "T": 0.001577619113959372, + "P": 0.5357190370559692, + "-": 0.4198834002017975 + }, + "id": "tp_24523" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3065399, + "label": "P", + "classification": { + "B": 1.2478554856087953e-09, + "S": 1.2036430740991477e-09, + "I": 7.349795487243682e-05, + "C": 5.479465130520111e-07, + "R": 1.6249833478809705e-08, + "M": 3.02107082461589e-07, + "O": 4.289303490168095e-08, + "W": 1.5383908591459772e-09, + "N": 1.7427425973437494e-06, + "Y": 8.768958650762215e-06, + "U": 2.182602765188335e-09, + "K": 9.743914120008412e-08, + "L": 1.166268193131259e-09, + "G": 2.389281917203334e-06, + "F": 8.566173346480355e-05, + "E": 9.497482824372128e-05, + "T": 2.8879721867269836e-06, + "P": 0.8631474375724792, + "-": 0.13658174872398376 + }, + "id": "tp_24524" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3065532, + "label": "-", + "classification": { + "B": 0.0002425543061690405, + "S": 6.13500305917114e-05, + "I": 0.000291109288809821, + "C": 0.0006054124096408486, + "R": 0.00010462797217769548, + "M": 0.0020983880385756493, + "O": 0.0004135382769163698, + "W": 2.623681393743027e-05, + "N": 1.4930877114238683e-05, + "Y": 0.0012956260470673442, + "U": 2.8009962989017367e-06, + "K": 2.1130554159753956e-06, + "L": 0.0003797149984166026, + "G": 0.003404460847377777, + "F": 0.024842219427227974, + "E": 0.000948023225646466, + "T": 0.0015849481569603086, + "P": 0.05856820568442345, + "-": 0.905113697052002 + }, + "id": "tp_24525" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3065632, + "label": "P", + "classification": { + "B": 3.222497753085918e-06, + "S": 1.334559442511818e-06, + "I": 0.0015601658960804343, + "C": 2.2726369934389368e-05, + "R": 8.140333420669776e-07, + "M": 3.423195448704064e-05, + "O": 4.589826403389452e-06, + "W": 1.0332166766602313e-06, + "N": 0.00017181098519358784, + "Y": 0.00011595385149121284, + "U": 8.753931410865334e-07, + "K": 6.361112900776789e-05, + "L": 6.382106789715181e-07, + "G": 0.00021539058070629835, + "F": 0.0013260220875963569, + "E": 0.02300201542675495, + "T": 6.103646592237055e-05, + "P": 0.894574761390686, + "-": 0.07883978635072708 + }, + "id": "tp_24526" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3065766, + "label": "-", + "classification": { + "B": 6.944884717086097e-06, + "S": 4.98950612382032e-06, + "I": 0.0002207937795901671, + "C": 5.4717776947654784e-05, + "R": 7.259362973854877e-06, + "M": 7.894824375398457e-05, + "O": 4.966635606251657e-05, + "W": 4.445518698048545e-06, + "N": 1.8121108951163478e-05, + "Y": 0.0008292620186693966, + "U": 1.7518907498015324e-06, + "K": 5.098878773424076e-06, + "L": 8.43488123791758e-06, + "G": 0.00023963532294146717, + "F": 0.007890609093010426, + "E": 0.00027253839652985334, + "T": 0.00048634683480486274, + "P": 0.25779226422309875, + "-": 0.7320281863212585 + }, + "id": "tp_24527" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3065899, + "label": "-", + "classification": { + "B": 0.00032384859514422715, + "S": 0.000379876175429672, + "I": 0.0021205812226980925, + "C": 0.00020514789503067732, + "R": 0.00014021660899743438, + "M": 0.0012958812294527888, + "O": 0.0010806289501488209, + "W": 9.312049951404333e-05, + "N": 0.00019049228285439312, + "Y": 0.0031210596207529306, + "U": 1.0762798410723917e-05, + "K": 2.5198982257279567e-05, + "L": 0.0005163407186046243, + "G": 0.0065343985334038734, + "F": 0.058862630277872086, + "E": 0.003015713533386588, + "T": 0.002822068752720952, + "P": 0.2129298597574234, + "-": 0.7063322067260742 + }, + "id": "tp_24528" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3066033, + "label": "-", + "classification": { + "B": 1.675500607234426e-05, + "S": 9.343529200123157e-06, + "I": 0.001221316633746028, + "C": 0.0004346869536675513, + "R": 3.556831143214367e-05, + "M": 0.0005278848111629486, + "O": 8.246010111179203e-05, + "W": 1.8537506548454985e-05, + "N": 0.00016731415234971792, + "Y": 0.0015880926512181759, + "U": 2.2781960069551133e-05, + "K": 0.0004099988436792046, + "L": 1.6653591956128366e-05, + "G": 0.0008007294381968677, + "F": 0.02113889530301094, + "E": 0.009318800643086433, + "T": 0.0007116892375051975, + "P": 0.414307177066803, + "-": 0.5491712689399719 + }, + "id": "tp_24529" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3066133, + "label": "-", + "classification": { + "B": 5.0428785471012816e-05, + "S": 7.004615326877683e-05, + "I": 0.018624616786837578, + "C": 0.0018109740922227502, + "R": 0.00033278510090894997, + "M": 0.0020278641022741795, + "O": 0.0003992623242083937, + "W": 0.00010574334737611935, + "N": 0.002040340332314372, + "Y": 0.015836697071790695, + "U": 8.109115879051387e-05, + "K": 0.0016963786911219358, + "L": 8.815828914521262e-05, + "G": 0.004764472134411335, + "F": 0.0294736810028553, + "E": 0.026586437597870827, + "T": 0.005070726852864027, + "P": 0.41863200068473816, + "-": 0.4723082482814789 + }, + "id": "tp_24530" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3066266, + "label": "P", + "classification": { + "B": 5.473201269978745e-08, + "S": 1.8186798911301594e-07, + "I": 0.00019287866598460823, + "C": 2.2393025744804618e-07, + "R": 3.504485590610784e-08, + "M": 1.409668470842007e-06, + "O": 3.2758569545876526e-07, + "W": 4.155294774932372e-08, + "N": 7.865738552936818e-06, + "Y": 1.0937302477032063e-06, + "U": 9.596477390516611e-09, + "K": 7.102287469251678e-08, + "L": 1.8353919273295105e-08, + "G": 1.655640289754956e-06, + "F": 0.00015233430895023048, + "E": 7.109210855560377e-05, + "T": 3.240517116864794e-06, + "P": 0.980782151222229, + "-": 0.01878531277179718 + }, + "id": "tp_24531" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3066400, + "label": "P", + "classification": { + "B": 3.207323402421025e-07, + "S": 1.0276833108946448e-06, + "I": 0.0005879589589312673, + "C": 1.502499742400687e-07, + "R": 5.15882803142631e-08, + "M": 2.9597861157526495e-06, + "O": 1.0293086916135508e-06, + "W": 1.0222850477248357e-07, + "N": 2.4928447601269e-05, + "Y": 3.282335683252313e-06, + "U": 3.781245094813812e-09, + "K": 7.216997488512789e-08, + "L": 6.054193590898649e-08, + "G": 3.773634944082005e-06, + "F": 0.0003566026862245053, + "E": 0.0001336918940069154, + "T": 7.50144954508869e-06, + "P": 0.9803896546363831, + "-": 0.01848672330379486 + }, + "id": "tp_24532" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3066533, + "label": "-", + "classification": { + "B": 1.8686149587665568e-06, + "S": 6.816231689299457e-06, + "I": 0.0003751681942958385, + "C": 0.00012556431465782225, + "R": 2.45299052039627e-05, + "M": 3.5721244785236195e-05, + "O": 5.546075408346951e-05, + "W": 8.10289475339232e-06, + "N": 5.5072254326660186e-05, + "Y": 0.0004498372436501086, + "U": 3.0315923140733503e-06, + "K": 4.4231761421542615e-05, + "L": 5.479258561535971e-06, + "G": 0.0002706636441871524, + "F": 0.027300842106342316, + "E": 0.0004959576763212681, + "T": 0.00035633379593491554, + "P": 0.331937313079834, + "-": 0.6384480595588684 + }, + "id": "tp_24533" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3066633, + "label": "P", + "classification": { + "B": 2.2007748512464786e-08, + "S": 1.1725533966000512e-07, + "I": 0.00039256620220839977, + "C": 7.387359914901026e-07, + "R": 4.9290250103695143e-08, + "M": 1.2486165132941096e-06, + "O": 2.854618230685446e-07, + "W": 2.5253241275891014e-08, + "N": 1.2146204426244367e-05, + "Y": 8.657161743030883e-06, + "U": 1.8549959790448156e-08, + "K": 9.023684555131695e-08, + "L": 2.4640787188445756e-08, + "G": 1.3645089893543627e-06, + "F": 0.00012228767445776612, + "E": 8.349146810360253e-05, + "T": 1.1684956916724332e-05, + "P": 0.9347882270812988, + "-": 0.06457694619894028 + }, + "id": "tp_24534" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3066767, + "label": "-", + "classification": { + "B": 3.393847123334126e-07, + "S": 1.7283596775996557e-07, + "I": 3.441488297539763e-05, + "C": 2.0887502614641562e-05, + "R": 1.6187341316253878e-06, + "M": 6.495621346402913e-05, + "O": 1.36288654175587e-05, + "W": 1.6461859786431887e-07, + "N": 7.043249183880107e-07, + "Y": 0.0001504037791164592, + "U": 7.179346539487597e-08, + "K": 2.997058246023698e-08, + "L": 2.715307118705823e-06, + "G": 0.00010651869524735957, + "F": 0.0014406063128262758, + "E": 2.8391155865392648e-05, + "T": 0.0001801437174435705, + "P": 0.04611250385642052, + "-": 0.9518417716026306 + }, + "id": "tp_24535" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3066900, + "label": "-", + "classification": { + "B": 0.002528121927753091, + "S": 0.0014893333427608013, + "I": 0.034221917390823364, + "C": 0.008234313689172268, + "R": 0.0029994400683790445, + "M": 0.011103096418082714, + "O": 0.004258319735527039, + "W": 0.0012999242171645164, + "N": 0.006314539350569248, + "Y": 0.03140002116560936, + "U": 0.0015754890628159046, + "K": 0.002591086318716407, + "L": 0.002599902916699648, + "G": 0.0216393880546093, + "F": 0.0406753309071064, + "E": 0.018759433180093765, + "T": 0.01979522593319416, + "P": 0.3716474175453186, + "-": 0.416867733001709 + }, + "id": "tp_24536" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3067000, + "label": "P", + "classification": { + "B": 2.5263750558224274e-06, + "S": 1.3080663165965234e-06, + "I": 0.001164332847110927, + "C": 4.637367237592116e-05, + "R": 4.564332812151406e-06, + "M": 2.6059407900902443e-05, + "O": 8.867230462783482e-06, + "W": 9.88899273579591e-07, + "N": 0.00011705856013577431, + "Y": 0.0003378660185262561, + "U": 1.1443482890172163e-06, + "K": 1.648723628022708e-05, + "L": 1.230779048455588e-06, + "G": 0.00022104810341261327, + "F": 0.003089803969487548, + "E": 0.001991169760003686, + "T": 0.00011423898831708357, + "P": 0.8768260478973389, + "-": 0.11602887511253357 + }, + "id": "tp_24537" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3067134, + "label": "P", + "classification": { + "B": 1.3608286053568008e-08, + "S": 1.939247340487782e-08, + "I": 5.9532081650104374e-05, + "C": 1.4888286159475683e-07, + "R": 7.2533659078999335e-09, + "M": 2.02442333829822e-06, + "O": 1.6779738132299826e-07, + "W": 4.84164530689668e-09, + "N": 1.7515062609163579e-06, + "Y": 7.653578904864844e-06, + "U": 4.374370643489556e-09, + "K": 2.2469505367439524e-08, + "L": 8.597385026121174e-09, + "G": 9.328413739240204e-07, + "F": 0.00011735308362403885, + "E": 5.556376345339231e-05, + "T": 1.768285801517777e-05, + "P": 0.8486437201499939, + "-": 0.15109337866306305 + }, + "id": "tp_24538" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3067267, + "label": "-", + "classification": { + "B": 2.7962440185547166e-07, + "S": 3.945145294892427e-07, + "I": 0.00015628463006578386, + "C": 9.814120858209208e-06, + "R": 9.810026995182852e-07, + "M": 2.3537262677564286e-05, + "O": 5.3711337386630476e-06, + "W": 1.2315248341110419e-06, + "N": 1.6056008462328464e-05, + "Y": 0.0004897567559964955, + "U": 4.802379294233106e-07, + "K": 0.0002977020922116935, + "L": 1.836970682234096e-07, + "G": 9.597283496987075e-05, + "F": 0.01903674192726612, + "E": 0.002268371172249317, + "T": 8.669571980135515e-05, + "P": 0.33341485261917114, + "-": 0.6440953016281128 + }, + "id": "tp_24539" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3067401, + "label": "-", + "classification": { + "B": 0.000395163893699646, + "S": 0.00044100015657022595, + "I": 0.1385786533355713, + "C": 0.01986665092408657, + "R": 0.004309598356485367, + "M": 0.015146447345614433, + "O": 0.002507555764168501, + "W": 0.00038559033419005573, + "N": 0.006391697097569704, + "Y": 0.05492258816957474, + "U": 0.00020638504065573215, + "K": 0.00019102546502836049, + "L": 0.0011343990918248892, + "G": 0.013607448898255825, + "F": 0.010866386815905571, + "E": 0.017177840694785118, + "T": 0.023358793929219246, + "P": 0.3313676118850708, + "-": 0.35914522409439087 + }, + "id": "tp_24540" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3067501, + "label": "P", + "classification": { + "B": 0.0004759878502227366, + "S": 0.0005577182746492326, + "I": 0.007207296788692474, + "C": 0.00039826639113016427, + "R": 7.616074435645714e-05, + "M": 0.0016906493110582232, + "O": 0.0003871101071126759, + "W": 0.00023627486370969564, + "N": 0.0024062281008809805, + "Y": 0.002170007675886154, + "U": 5.743697329307906e-05, + "K": 0.0025760855060070753, + "L": 0.00010798723815241829, + "G": 0.003545575076714158, + "F": 0.05003508925437927, + "E": 0.09224996715784073, + "T": 0.0017167198238894343, + "P": 0.6628620028495789, + "-": 0.17124341428279877 + }, + "id": "tp_24541" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3067634, + "label": "-", + "classification": { + "B": 2.310571733943334e-09, + "S": 4.137882925192571e-09, + "I": 3.7338286347221583e-06, + "C": 4.7091765509321704e-07, + "R": 1.2590168019244175e-08, + "M": 2.7136616154166404e-07, + "O": 1.650886503057336e-07, + "W": 8.62017479619226e-09, + "N": 1.5946709197578457e-07, + "Y": 1.5252691810019314e-05, + "U": 4.315176660441011e-09, + "K": 4.1255381688642956e-07, + "L": 2.8425233278284168e-09, + "G": 1.8851748109227628e-06, + "F": 0.0008198344730772078, + "E": 1.4725247638125438e-05, + "T": 5.849266017321497e-06, + "P": 0.1376093477010727, + "-": 0.8615278601646423 + }, + "id": "tp_24542" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3067768, + "label": "P", + "classification": { + "B": 3.7568086554529145e-05, + "S": 2.853796559065813e-07, + "I": 0.001422531553544104, + "C": 2.2992169760982506e-05, + "R": 1.9407075342314783e-06, + "M": 0.00018932217790279537, + "O": 1.1919038115593139e-05, + "W": 3.765438236769114e-07, + "N": 1.3280679922900163e-05, + "Y": 0.00011653282126644626, + "U": 1.4001545878272736e-07, + "K": 1.676224847813046e-08, + "L": 7.358108632615767e-06, + "G": 0.00019641758990474045, + "F": 0.0001654629741096869, + "E": 0.0015681474469602108, + "T": 7.853013812564313e-05, + "P": 0.7640624642372131, + "-": 0.23210467398166656 + }, + "id": "tp_24543" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3067901, + "label": "-", + "classification": { + "B": 8.769328729840709e-08, + "S": 1.96963583221077e-07, + "I": 0.00013587817375082523, + "C": 4.569160410028417e-06, + "R": 5.785399821434112e-07, + "M": 7.382522198895458e-06, + "O": 4.269157216185704e-06, + "W": 2.746866130109993e-07, + "N": 1.3479897461365908e-05, + "Y": 0.00022822011669632047, + "U": 1.9629732150860946e-07, + "K": 1.2405823326844256e-05, + "L": 9.405442114029938e-08, + "G": 3.084446507273242e-05, + "F": 0.0036651967093348503, + "E": 0.0002303487854078412, + "T": 9.0662288130261e-05, + "P": 0.4509778618812561, + "-": 0.5445974469184875 + }, + "id": "tp_24544" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3068001, + "label": "P", + "classification": { + "B": 1.1294289834040683e-05, + "S": 2.4579176169936545e-05, + "I": 0.0021364595741033554, + "C": 0.00013249251060187817, + "R": 3.134877260890789e-05, + "M": 0.00023378769401460886, + "O": 0.00015327654546126723, + "W": 1.3338191820366774e-05, + "N": 0.00030752975726500154, + "Y": 0.0017276580911129713, + "U": 8.84274959389586e-06, + "K": 4.35169022239279e-05, + "L": 1.9534687453415245e-05, + "G": 0.0008962151478044689, + "F": 0.007868228480219841, + "E": 0.0009619956836104393, + "T": 0.0015228568809106946, + "P": 0.5467683672904968, + "-": 0.4371386170387268 + }, + "id": "tp_24545" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3068135, + "label": "-", + "classification": { + "B": 0.0001284091267734766, + "S": 2.8693075364571996e-05, + "I": 0.0204327255487442, + "C": 0.004934144672006369, + "R": 0.0005498876562342048, + "M": 0.0033873270731419325, + "O": 0.00044290482765063643, + "W": 4.128289583604783e-05, + "N": 0.0007440674817189574, + "Y": 0.010886039584875107, + "U": 4.455927773960866e-05, + "K": 7.45939978514798e-05, + "L": 0.0002311148273292929, + "G": 0.0093535166233778, + "F": 0.011270791292190552, + "E": 0.018385127186775208, + "T": 0.003356355708092451, + "P": 0.357105016708374, + "-": 0.5586034059524536 + }, + "id": "tp_24546" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3068268, + "label": "P", + "classification": { + "B": 0.0005517726531252265, + "S": 0.00046025827759876847, + "I": 0.026004787534475327, + "C": 0.002643131883814931, + "R": 0.0005986811593174934, + "M": 0.002981380093842745, + "O": 0.0014733828138560057, + "W": 0.0006628224509768188, + "N": 0.011134275235235691, + "Y": 0.006409443914890289, + "U": 0.00046200945507735014, + "K": 0.007056673988699913, + "L": 0.0002741613134276122, + "G": 0.005302977282553911, + "F": 0.03653819113969803, + "E": 0.08293001353740692, + "T": 0.0037436243146657944, + "P": 0.6358683109283447, + "-": 0.17490406334400177 + }, + "id": "tp_24547" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3068402, + "label": "P", + "classification": { + "B": 3.4968819506708826e-11, + "S": 1.1745504742421975e-11, + "I": 6.589326631001313e-07, + "C": 4.4563183698720366e-10, + "R": 4.907184034119716e-12, + "M": 1.7404101493312396e-09, + "O": 2.9015076452587607e-10, + "W": 2.084812530944724e-11, + "N": 2.266251009075404e-08, + "Y": 2.8349678160566327e-08, + "U": 5.735405640000524e-12, + "K": 3.3653346775963655e-09, + "L": 1.4201079548414874e-12, + "G": 1.0143095252601597e-08, + "F": 8.412142051383853e-06, + "E": 3.526164800859988e-05, + "T": 5.925008927931685e-09, + "P": 0.9927219748497009, + "-": 0.007233620621263981 + }, + "id": "tp_24548" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3068502, + "label": "P", + "classification": { + "B": 2.877349288610276e-06, + "S": 5.6597209550091065e-06, + "I": 0.004773653112351894, + "C": 2.519924964872189e-05, + "R": 5.250660251476802e-06, + "M": 5.0062721129506826e-05, + "O": 8.065940164669883e-06, + "W": 2.487252231730963e-06, + "N": 0.00031765949097462, + "Y": 0.000326383305946365, + "U": 1.6002220490918262e-06, + "K": 2.4298495191032998e-05, + "L": 1.620923399059393e-06, + "G": 6.958320591365919e-05, + "F": 0.0015363560523837805, + "E": 0.0020899721421301365, + "T": 0.00015017147234175354, + "P": 0.9375328421592712, + "-": 0.053076162934303284 + }, + "id": "tp_24549" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3068635, + "label": "P", + "classification": { + "B": 8.000117668416351e-05, + "S": 0.00014556081441696733, + "I": 0.013146594166755676, + "C": 0.0011018121149390936, + "R": 0.0003013307286892086, + "M": 0.0015805677976459265, + "O": 0.0006691169692203403, + "W": 0.0001787907531252131, + "N": 0.002706003375351429, + "Y": 0.008811567910015583, + "U": 0.00012599569163285196, + "K": 0.0023757540620863438, + "L": 0.00011550707131391391, + "G": 0.0025289745535701513, + "F": 0.031288985162973404, + "E": 0.01847028359770775, + "T": 0.003958128858357668, + "P": 0.5169423818588257, + "-": 0.39547258615493774 + }, + "id": "tp_24550" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3068769, + "label": "P", + "classification": { + "B": 4.423297284006367e-09, + "S": 3.11212944303918e-10, + "I": 1.2728665751637891e-05, + "C": 1.1496446461478627e-08, + "R": 3.9847886101895824e-10, + "M": 1.3936062082109402e-08, + "O": 9.930499089705336e-09, + "W": 3.2972802266328927e-10, + "N": 1.7715603917167755e-07, + "Y": 1.0190480281835335e-07, + "U": 2.6263952124239154e-10, + "K": 2.371451646165923e-10, + "L": 6.099427629635557e-10, + "G": 1.2872455101842206e-07, + "F": 4.039400209876476e-06, + "E": 3.927884790755343e-06, + "T": 4.584437363064353e-07, + "P": 0.9601740837097168, + "-": 0.03980441018939018 + }, + "id": "tp_24551" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3068902, + "label": "P", + "classification": { + "B": 6.801569440995081e-08, + "S": 2.890373309583083e-07, + "I": 0.00031800707802176476, + "C": 6.598461936846434e-07, + "R": 7.767428655824915e-08, + "M": 1.723132299957797e-06, + "O": 7.626544515915157e-07, + "W": 1.0826906304828299e-07, + "N": 5.92034230066929e-05, + "Y": 1.7860103980638087e-05, + "U": 4.91359450904838e-08, + "K": 1.1054407877963968e-05, + "L": 1.7476871505550662e-08, + "G": 7.966557859617751e-06, + "F": 0.0006077574216760695, + "E": 0.0011893401388078928, + "T": 1.3181000213080551e-05, + "P": 0.9586187601089478, + "-": 0.03915314003825188 + }, + "id": "tp_24552" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3069002, + "label": "P", + "classification": { + "B": 1.7465810131511716e-08, + "S": 4.503733208593985e-08, + "I": 9.41035250434652e-05, + "C": 4.1750021750885935e-07, + "R": 1.6170988104136086e-08, + "M": 1.0195462891715579e-06, + "O": 1.7156853004962613e-07, + "W": 5.105520628490012e-08, + "N": 1.919564419949893e-05, + "Y": 6.198560186021496e-06, + "U": 7.9019875087738e-09, + "K": 1.3760398360318504e-05, + "L": 3.027320394366484e-09, + "G": 5.143484031577827e-06, + "F": 0.0011782213114202023, + "E": 0.006752058397978544, + "T": 2.4280184334202204e-06, + "P": 0.9706700444221497, + "-": 0.02125706896185875 + }, + "id": "tp_24553" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3069136, + "label": "P", + "classification": { + "B": 8.949248149292544e-05, + "S": 6.499187293229625e-06, + "I": 0.00033529498614370823, + "C": 6.4950786509143654e-06, + "R": 6.314688789643697e-07, + "M": 0.00010816845315275714, + "O": 3.321817348478362e-05, + "W": 3.123597480225726e-06, + "N": 2.1973552065901458e-05, + "Y": 8.415109914494678e-05, + "U": 3.670603518912685e-07, + "K": 3.6170678185953875e-07, + "L": 8.743118087295443e-06, + "G": 0.00015305139822885394, + "F": 0.0030774048063904047, + "E": 0.0014639573637396097, + "T": 8.398978388868272e-05, + "P": 0.7416457533836365, + "-": 0.25287744402885437 + }, + "id": "tp_24554" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3069269, + "label": "P", + "classification": { + "B": 3.576088047907433e-08, + "S": 5.221579968406331e-08, + "I": 1.4077134437684435e-05, + "C": 4.652662966009302e-08, + "R": 2.292028344896835e-09, + "M": 5.942479219811503e-07, + "O": 2.2491161644211388e-07, + "W": 2.6961261667679537e-08, + "N": 1.5576639498249278e-06, + "Y": 1.0656285667209886e-06, + "U": 1.3828098666124333e-09, + "K": 3.073775758366537e-07, + "L": 4.7464809860287005e-09, + "G": 3.549352186382748e-06, + "F": 0.0015965104103088379, + "E": 0.0007534264586865902, + "T": 1.0400303835922386e-06, + "P": 0.9390357136726379, + "-": 0.05859169736504555 + }, + "id": "tp_24555" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3069403, + "label": "-", + "classification": { + "B": 3.74078084064422e-08, + "S": 1.0245454262758358e-07, + "I": 7.87225417298032e-06, + "C": 3.5756379475060385e-06, + "R": 1.834698366565135e-07, + "M": 1.2711190720438026e-05, + "O": 1.5719991779405973e-06, + "W": 6.387126916251873e-08, + "N": 4.0058404238152434e-07, + "Y": 0.0002939131227321923, + "U": 2.2376239527943653e-08, + "K": 7.528151400038041e-06, + "L": 1.2948800076628686e-07, + "G": 7.025221566436812e-05, + "F": 0.020909400656819344, + "E": 8.009660086827353e-05, + "T": 8.91626114025712e-05, + "P": 0.028943689540028572, + "-": 0.9495792984962463 + }, + "id": "tp_24556" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3069503, + "label": "P", + "classification": { + "B": 7.155011303439096e-07, + "S": 1.276094678814843e-07, + "I": 0.0013475767336785793, + "C": 5.9683948165911715e-06, + "R": 9.778080993783078e-07, + "M": 1.3211228178988677e-05, + "O": 1.973957296286244e-06, + "W": 1.5657033713978308e-07, + "N": 2.167735692637507e-05, + "Y": 3.1574643799103796e-05, + "U": 1.5507272621562151e-07, + "K": 5.9434874799535464e-08, + "L": 8.466614644930814e-07, + "G": 3.318892777315341e-05, + "F": 0.00011409037688281387, + "E": 0.0003104615316260606, + "T": 4.293000529287383e-05, + "P": 0.9491578936576843, + "-": 0.04891638830304146 + }, + "id": "tp_24557" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3069636, + "label": "-", + "classification": { + "B": 1.3966200640425086e-08, + "S": 6.687704257046789e-08, + "I": 0.0001984535629162565, + "C": 1.230590987688629e-05, + "R": 4.195385940874985e-07, + "M": 8.635454832983669e-06, + "O": 2.176974703615997e-06, + "W": 9.963803648815883e-08, + "N": 5.729015356337186e-06, + "Y": 0.0001790016976883635, + "U": 4.981381351853997e-08, + "K": 1.0992630450346041e-06, + "L": 9.680358203922879e-08, + "G": 2.685925574041903e-05, + "F": 0.0017790975980460644, + "E": 0.0003502043546177447, + "T": 4.1106322896666825e-05, + "P": 0.38399720191955566, + "-": 0.6133973002433777 + }, + "id": "tp_24558" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3069770, + "label": "P", + "classification": { + "B": 0.00017922282859217376, + "S": 4.8245037760352716e-05, + "I": 0.009393717162311077, + "C": 0.0008068493334576488, + "R": 9.928747022058815e-05, + "M": 0.0018306731944903731, + "O": 0.00019601802341639996, + "W": 3.3832897315733135e-05, + "N": 0.0006414049421437085, + "Y": 0.005846282932907343, + "U": 3.1341263820650056e-05, + "K": 0.00013650517212226987, + "L": 7.269487105077133e-05, + "G": 0.003335007233545184, + "F": 0.01006853487342596, + "E": 0.015881670638918877, + "T": 0.0017743821954354644, + "P": 0.595753014087677, + "-": 0.3538713753223419 + }, + "id": "tp_24559" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3069903, + "label": "P", + "classification": { + "B": 0.00011974029621342197, + "S": 0.00012283555406611413, + "I": 0.005625221878290176, + "C": 0.00014324477524496615, + "R": 4.014632213511504e-05, + "M": 0.00024162865884136409, + "O": 0.0001761112653184682, + "W": 0.00010499810741748661, + "N": 0.003550377208739519, + "Y": 0.0006232999148778617, + "U": 6.483932520495728e-05, + "K": 0.0014620821457356215, + "L": 1.6132646123878658e-05, + "G": 0.0007320233853533864, + "F": 0.005515899043530226, + "E": 0.0352974608540535, + "T": 0.0006671224837191403, + "P": 0.8961372375488281, + "-": 0.049359776079654694 + }, + "id": "tp_24560" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3070003, + "label": "-", + "classification": { + "B": 0.00039454243960790336, + "S": 0.00048391942982561886, + "I": 0.00526366988196969, + "C": 0.0020380241330713034, + "R": 0.00045321090146899223, + "M": 0.0021742715034633875, + "O": 0.0013948280829936266, + "W": 0.0003221921797376126, + "N": 0.001437465543858707, + "Y": 0.01002627145498991, + "U": 0.00011717799498001114, + "K": 0.0010670933406800032, + "L": 0.0004023755027446896, + "G": 0.009640785865485668, + "F": 0.09614470601081848, + "E": 0.013003832660615444, + "T": 0.00539093604311347, + "P": 0.310930460691452, + "-": 0.5393142104148865 + }, + "id": "tp_24561" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3070137, + "label": "P", + "classification": { + "B": 8.224532876965895e-08, + "S": 1.2377515190564736e-07, + "I": 8.540869021089748e-05, + "C": 6.264584953896701e-06, + "R": 3.1741785733174765e-07, + "M": 1.5601208360749297e-06, + "O": 1.6371176343454863e-06, + "W": 2.1617589140987548e-07, + "N": 1.4080605978961103e-05, + "Y": 6.272096652537584e-05, + "U": 7.999851447948458e-08, + "K": 7.162402198446216e-06, + "L": 3.675356197163637e-08, + "G": 3.4263106499565765e-05, + "F": 0.003423469141125679, + "E": 0.0008783312514424324, + "T": 1.4466641914623324e-05, + "P": 0.7972111701965332, + "-": 0.198258638381958 + }, + "id": "tp_24562" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3070270, + "label": "P", + "classification": { + "B": 6.560886686202139e-05, + "S": 7.068846753099933e-05, + "I": 0.00717556569725275, + "C": 2.7064819732913747e-05, + "R": 6.640234460064676e-06, + "M": 0.0002108388434862718, + "O": 0.00010108308924827725, + "W": 2.3086580767994747e-05, + "N": 0.0008291587000712752, + "Y": 0.00020256632706150413, + "U": 4.1766957110667136e-06, + "K": 1.1541645108081866e-05, + "L": 1.5802479538251646e-05, + "G": 0.00015543286281172186, + "F": 0.000997630413621664, + "E": 0.003451286582276225, + "T": 0.00032431186991743743, + "P": 0.922247052192688, + "-": 0.06408046185970306 + }, + "id": "tp_24563" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3070404, + "label": "P", + "classification": { + "B": 7.464629447895277e-07, + "S": 4.337272457632935e-06, + "I": 0.0005519971600733697, + "C": 1.17080503514444e-06, + "R": 2.2742894145721948e-07, + "M": 8.757462637731805e-06, + "O": 4.790125331055606e-06, + "W": 1.2479163160605822e-06, + "N": 0.00013200360990595073, + "Y": 1.5140994037210476e-05, + "U": 3.165975215324579e-07, + "K": 5.63681787753012e-05, + "L": 1.328553906887464e-07, + "G": 2.0114033759455197e-05, + "F": 0.001943803858011961, + "E": 0.0021795795764774084, + "T": 5.699402026948519e-05, + "P": 0.9246554970741272, + "-": 0.07036672532558441 + }, + "id": "tp_24564" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3070504, + "label": "-", + "classification": { + "B": 0.00020429358119145036, + "S": 0.0001809506065910682, + "I": 0.006365850567817688, + "C": 0.0015535398852080107, + "R": 0.0003491523093543947, + "M": 0.0028134083840996027, + "O": 0.0010319969151169062, + "W": 0.00024027838662732393, + "N": 0.00110252492595464, + "Y": 0.015387212857604027, + "U": 0.00017361137724947184, + "K": 0.0012044560862705112, + "L": 0.00023301462351810187, + "G": 0.0043808575719594955, + "F": 0.02295703999698162, + "E": 0.008502477779984474, + "T": 0.008852302096784115, + "P": 0.28619927167892456, + "-": 0.6382678151130676 + }, + "id": "tp_24565" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3070637, + "label": "P", + "classification": { + "B": 2.187063419256674e-09, + "S": 2.2627363871485784e-10, + "I": 2.0246659914846532e-05, + "C": 9.637567899289934e-08, + "R": 8.38170810535388e-10, + "M": 4.85304553876631e-07, + "O": 2.130785503595689e-08, + "W": 4.007192910826518e-10, + "N": 1.8308435301150894e-07, + "Y": 2.5099270715145394e-06, + "U": 2.1804480443421426e-10, + "K": 7.950413105639598e-10, + "L": 9.606029305331276e-10, + "G": 6.166234811644244e-07, + "F": 2.330060669919476e-05, + "E": 0.00017510956968180835, + "T": 9.530016882308701e-07, + "P": 0.8654098510742188, + "-": 0.13436666131019592 + }, + "id": "tp_24566" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3070771, + "label": "P", + "classification": { + "B": 1.0344659351346763e-08, + "S": 2.9299092929591097e-08, + "I": 3.330754225316923e-06, + "C": 5.19729042025574e-08, + "R": 3.762987699218456e-09, + "M": 8.553272579092663e-08, + "O": 1.5094666139248147e-07, + "W": 2.0055310301358986e-08, + "N": 5.104964770907827e-07, + "Y": 5.7327820286445785e-06, + "U": 5.7031197542301015e-09, + "K": 1.4668007679574657e-06, + "L": 3.1825875268509662e-09, + "G": 2.2550534595211502e-06, + "F": 0.002683676779270172, + "E": 7.953371095936745e-05, + "T": 5.720592071156716e-06, + "P": 0.6009202599525452, + "-": 0.3962971568107605 + }, + "id": "tp_24567" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3070904, + "label": "P", + "classification": { + "B": 8.176748087862507e-05, + "S": 1.9244461668677104e-07, + "I": 0.0002630349772516638, + "C": 3.157652486152074e-07, + "R": 3.698187001077713e-08, + "M": 1.334805983788101e-05, + "O": 2.712583182074013e-06, + "W": 5.008678272133693e-08, + "N": 4.255060957802925e-06, + "Y": 4.875528247794136e-07, + "U": 2.575350377398422e-09, + "K": 5.72164225720595e-11, + "L": 8.220893050747691e-07, + "G": 1.0363556611991953e-05, + "F": 1.7109099644585513e-05, + "E": 0.00017893569020088762, + "T": 1.8363273284194293e-06, + "P": 0.985442042350769, + "-": 0.013982651755213737 + }, + "id": "tp_24568" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3071004, + "label": "-", + "classification": { + "B": 0.00015558274753857404, + "S": 0.00013027522072661668, + "I": 0.0019285405287519097, + "C": 9.82319179456681e-05, + "R": 4.3953612475888804e-05, + "M": 0.000589280272834003, + "O": 0.0004259376728441566, + "W": 6.870170182082802e-05, + "N": 0.00020277671865187585, + "Y": 0.000759417365770787, + "U": 1.0266923709423281e-05, + "K": 3.370046761119738e-05, + "L": 8.739036275073886e-05, + "G": 0.0008549212943762541, + "F": 0.013230374082922935, + "E": 0.0017323411302641034, + "T": 0.0011763287475332618, + "P": 0.4200424253940582, + "-": 0.5584295988082886 + }, + "id": "tp_24569" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3071138, + "label": "P", + "classification": { + "B": 1.0613966372474692e-09, + "S": 1.9235942005924045e-10, + "I": 0.0001190049370052293, + "C": 7.244895794400463e-09, + "R": 2.2560411871985764e-10, + "M": 1.332598742465052e-08, + "O": 8.871262058285367e-10, + "W": 6.99805352555316e-11, + "N": 2.31928220273403e-06, + "Y": 1.8952297509144955e-08, + "U": 5.0408066609719526e-11, + "K": 9.242598908443256e-10, + "L": 4.373785361666549e-11, + "G": 3.433932604934853e-08, + "F": 4.858726470047259e-07, + "E": 0.00011025372077710927, + "T": 3.1016487156421135e-08, + "P": 0.9991257786750793, + "-": 0.0006421396392397583 + }, + "id": "tp_24570" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3071271, + "label": "P", + "classification": { + "B": 1.8068534700432792e-05, + "S": 1.4274342902353965e-05, + "I": 0.0014059346867725253, + "C": 3.216318873455748e-05, + "R": 7.492645636375528e-06, + "M": 0.0001619570393813774, + "O": 5.574705937760882e-05, + "W": 5.963673629594268e-06, + "N": 0.00014439140795730054, + "Y": 0.0004984968109056354, + "U": 1.6630066284051281e-06, + "K": 7.217274833237752e-05, + "L": 7.535857093898812e-06, + "G": 0.0010893811704590917, + "F": 0.023199202492833138, + "E": 0.008236336521804333, + "T": 0.0003591621934901923, + "P": 0.6319802403450012, + "-": 0.3327098488807678 + }, + "id": "tp_24571" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3071405, + "label": "-", + "classification": { + "B": 6.696025593555532e-06, + "S": 2.6530149170866935e-06, + "I": 6.456393748521805e-05, + "C": 8.694920325069688e-06, + "R": 2.2375379558070563e-06, + "M": 0.00014759042824152857, + "O": 5.5924796470208094e-05, + "W": 2.5755673505045706e-06, + "N": 3.3885621633089613e-06, + "Y": 0.0001780109159881249, + "U": 3.5670794318320986e-07, + "K": 5.340789925867284e-07, + "L": 1.410196000506403e-05, + "G": 0.00013914484588894993, + "F": 0.004547326359897852, + "E": 0.0001797531876945868, + "T": 0.0003818105033133179, + "P": 0.11106780916452408, + "-": 0.8831968307495117 + }, + "id": "tp_24572" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3071505, + "label": "-", + "classification": { + "B": 8.4834304288961e-05, + "S": 1.2036285625072196e-05, + "I": 0.001120345899835229, + "C": 0.0003453973331488669, + "R": 2.071074050036259e-05, + "M": 0.0009235368343070149, + "O": 0.00014162079605739564, + "W": 9.326110557594802e-06, + "N": 4.577768049784936e-05, + "Y": 0.0008834408363327384, + "U": 2.620996838231804e-06, + "K": 1.4322881725092884e-06, + "L": 6.640925130341202e-05, + "G": 0.0008611488156020641, + "F": 0.005671326536685228, + "E": 0.001635221648029983, + "T": 0.000618425605352968, + "P": 0.3320075571537018, + "-": 0.6555487513542175 + }, + "id": "tp_24573" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3071638, + "label": "-", + "classification": { + "B": 1.5523113688686863e-05, + "S": 1.6237703675869852e-05, + "I": 0.0035603793803602457, + "C": 0.0007058464107103646, + "R": 0.00012153761781519279, + "M": 0.00038337853038683534, + "O": 0.00017891181050799787, + "W": 4.1555835196049884e-05, + "N": 0.0003124891663901508, + "Y": 0.003674341831356287, + "U": 2.937717545137275e-05, + "K": 0.0005196825368329883, + "L": 2.5417257347726263e-05, + "G": 0.0013416146393865347, + "F": 0.023726316168904305, + "E": 0.004290750250220299, + "T": 0.0008377142949029803, + "P": 0.27299612760543823, + "-": 0.6872228980064392 + }, + "id": "tp_24574" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3071772, + "label": "P", + "classification": { + "B": 3.4601474908413365e-05, + "S": 6.16360739513766e-06, + "I": 0.0028130344580858946, + "C": 0.0009681728552095592, + "R": 5.57680796191562e-05, + "M": 0.00036416060174815357, + "O": 6.964059866731986e-05, + "W": 1.1143569281557575e-05, + "N": 0.00021284208924043924, + "Y": 0.0043045892380177975, + "U": 1.709331445454154e-05, + "K": 0.00014307240780908614, + "L": 3.1721465347800404e-05, + "G": 0.004215077497065067, + "F": 0.02334577590227127, + "E": 0.016305144876241684, + "T": 0.0007635980728082359, + "P": 0.5403223633766174, + "-": 0.4060160219669342 + }, + "id": "tp_24575" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3071905, + "label": "-", + "classification": { + "B": 4.341261956142262e-06, + "S": 1.149233867181465e-05, + "I": 0.0004530542064458132, + "C": 2.7135214622830972e-05, + "R": 7.925604222691618e-06, + "M": 0.00010706322791520506, + "O": 6.49307548883371e-05, + "W": 1.203651845571585e-05, + "N": 0.00011136011016787961, + "Y": 0.002565358765423298, + "U": 6.08155460213311e-06, + "K": 0.0007441338384523988, + "L": 2.3224824872158933e-06, + "G": 0.0005410006269812584, + "F": 0.012189621105790138, + "E": 0.003354382701218128, + "T": 0.0005681085167452693, + "P": 0.2984800338745117, + "-": 0.6807495951652527 + }, + "id": "tp_24576" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3072005, + "label": "-", + "classification": { + "B": 2.1958246634312673e-06, + "S": 1.2705392009593197e-06, + "I": 0.00010645650763763115, + "C": 5.85841416977928e-06, + "R": 6.96171468916873e-07, + "M": 6.857307744212449e-05, + "O": 9.981658877222799e-06, + "W": 5.24659014899953e-07, + "N": 7.479211035388289e-06, + "Y": 0.0005962876603007317, + "U": 2.211638161497831e-07, + "K": 1.8237075209981413e-06, + "L": 1.5302290421459475e-06, + "G": 0.00011004622501786798, + "F": 0.0064237164333462715, + "E": 0.00035885960096493363, + "T": 0.00034084636718034744, + "P": 0.3592499792575836, + "-": 0.6327136754989624 + }, + "id": "tp_24577" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3072139, + "label": "P", + "classification": { + "B": 0.0012244975659996271, + "S": 0.000774379528593272, + "I": 0.008386933244764805, + "C": 0.00010070003190776333, + "R": 2.654761374287773e-05, + "M": 0.007443964947015047, + "O": 0.0013466950040310621, + "W": 0.00012729821901302785, + "N": 0.0012162384809926152, + "Y": 0.005332541186362505, + "U": 7.119529982446693e-06, + "K": 9.752412006491795e-05, + "L": 0.00024691526778042316, + "G": 0.005917648319154978, + "F": 0.01921922340989113, + "E": 0.05015204846858978, + "T": 0.0025180350057780743, + "P": 0.613402247428894, + "-": 0.2824594974517822 + }, + "id": "tp_24578" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3072272, + "label": "P", + "classification": { + "B": 0.00763779366388917, + "S": 0.0012290712911635637, + "I": 0.050899989902973175, + "C": 0.0009046567138284445, + "R": 0.00030076398979872465, + "M": 0.019807027652859688, + "O": 0.0031652760226279497, + "W": 0.00028820772422477603, + "N": 0.0028793420642614365, + "Y": 0.00643075630068779, + "U": 3.3997777791228145e-05, + "K": 1.6245383449131623e-05, + "L": 0.0014424010878428817, + "G": 0.009963289834558964, + "F": 0.003639065893366933, + "E": 0.022118888795375824, + "T": 0.006379491649568081, + "P": 0.6662570834159851, + "-": 0.1966065913438797 + }, + "id": "tp_24579" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3072406, + "label": "-", + "classification": { + "B": 0.00016490287089254707, + "S": 0.00037560079363174736, + "I": 0.0003634164168033749, + "C": 0.0006627640104852617, + "R": 0.00015435830573551357, + "M": 0.002903763670474291, + "O": 0.0011546739842742682, + "W": 8.048459858400747e-05, + "N": 6.21125873294659e-05, + "Y": 0.002164810197427869, + "U": 9.23606967262458e-06, + "K": 2.7017129468731582e-05, + "L": 0.00047989177983254194, + "G": 0.003130775410681963, + "F": 0.08153509348630905, + "E": 0.0014366463292390108, + "T": 0.0037847573403269053, + "P": 0.045493777841329575, + "-": 0.8560158610343933 + }, + "id": "tp_24580" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3072506, + "label": "P", + "classification": { + "B": 5.894485255453219e-08, + "S": 7.612725028138811e-08, + "I": 0.0014551837230101228, + "C": 3.236585541799286e-07, + "R": 1.3977603074977196e-08, + "M": 1.027396592689911e-06, + "O": 6.72705482429592e-08, + "W": 1.4980798823671648e-08, + "N": 0.00010009789548348635, + "Y": 9.871984048004379e-07, + "U": 6.500808780174339e-09, + "K": 7.803032531228382e-07, + "L": 6.368898297637315e-09, + "G": 3.05695448332699e-06, + "F": 3.5615044907899573e-05, + "E": 0.003219782840460539, + "T": 1.649293608352309e-06, + "P": 0.9937919974327087, + "-": 0.001389283686876297 + }, + "id": "tp_24581" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3072639, + "label": "P", + "classification": { + "B": 0.0004356513964012265, + "S": 0.0007467776304110885, + "I": 0.0467013381421566, + "C": 0.001072529936209321, + "R": 0.00039091406506486237, + "M": 0.0032862231601029634, + "O": 0.0014006615383550525, + "W": 0.00048313767183572054, + "N": 0.009259344078600407, + "Y": 0.01343289390206337, + "U": 0.00019840548338834196, + "K": 0.002928942209109664, + "L": 0.00035239470889791846, + "G": 0.004827687982469797, + "F": 0.020965492352843285, + "E": 0.03377028927206993, + "T": 0.0074755046516656876, + "P": 0.631489098072052, + "-": 0.22078277170658112 + }, + "id": "tp_24582" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3072773, + "label": "P", + "classification": { + "B": 5.076708475826308e-07, + "S": 8.622374707556446e-07, + "I": 0.0013969800202175975, + "C": 5.3108778956811875e-06, + "R": 6.369301672748406e-07, + "M": 1.3066384781268425e-05, + "O": 2.738774355748319e-06, + "W": 2.3534994397778064e-07, + "N": 0.00012872909428551793, + "Y": 3.979957909905352e-05, + "U": 1.032003922318836e-07, + "K": 5.729759323003236e-06, + "L": 1.42697146543469e-07, + "G": 2.8820890292990953e-05, + "F": 0.0007252428913488984, + "E": 0.0014356859028339386, + "T": 2.9797876777593046e-05, + "P": 0.9433763027191162, + "-": 0.05280918627977371 + }, + "id": "tp_24583" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3072906, + "label": "-", + "classification": { + "B": 7.61009484595565e-12, + "S": 2.3729317122356264e-11, + "I": 7.01755453746955e-09, + "C": 1.2686873773759544e-09, + "R": 2.0875724759950032e-11, + "M": 8.124188433100699e-09, + "O": 6.272066199741744e-10, + "W": 3.621662865438413e-12, + "N": 1.0425168367467208e-10, + "Y": 3.0013081868673908e-06, + "U": 6.097433213718417e-13, + "K": 1.425640161478725e-09, + "L": 1.1725395827888452e-11, + "G": 3.118392726264574e-07, + "F": 0.0010793345281854272, + "E": 4.5562310901914316e-07, + "T": 4.87241891278245e-07, + "P": 0.01910524256527424, + "-": 0.9798111319541931 + }, + "id": "tp_24584" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3073006, + "label": "P", + "classification": { + "B": 6.039794584467018e-07, + "S": 7.260388912300186e-08, + "I": 0.00013160696835257113, + "C": 2.7086878162663197e-07, + "R": 1.7184257572466777e-08, + "M": 1.6479937130498001e-06, + "O": 1.730672636313102e-07, + "W": 1.645093306024137e-08, + "N": 5.1858919505320955e-06, + "Y": 3.896950602211291e-06, + "U": 8.665097972482272e-09, + "K": 4.110692231051871e-08, + "L": 3.6976846473635305e-08, + "G": 3.535709083735128e-06, + "F": 0.00012336605868767947, + "E": 0.00023865401453804225, + "T": 4.0871327655622736e-06, + "P": 0.9821054935455322, + "-": 0.017381317913532257 + }, + "id": "tp_24585" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3073140, + "label": "P", + "classification": { + "B": 1.744246446833131e-06, + "S": 3.5601462968770647e-06, + "I": 0.001057124580256641, + "C": 4.1722378227859735e-05, + "R": 6.849089459137758e-06, + "M": 2.786241384455934e-05, + "O": 1.6449237591587007e-05, + "W": 3.292308065283578e-06, + "N": 0.00010104942339239642, + "Y": 0.0003530380199663341, + "U": 1.5869325125095202e-06, + "K": 2.6361320124124177e-05, + "L": 1.2619617564268992e-06, + "G": 0.00012111494288546965, + "F": 0.003771016374230385, + "E": 0.0011029813904315233, + "T": 0.0001258512493222952, + "P": 0.7700143456459045, + "-": 0.22322268784046173 + }, + "id": "tp_24586" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3073273, + "label": "-", + "classification": { + "B": 3.283365046513609e-08, + "S": 2.403702410447295e-07, + "I": 1.0184101483901031e-05, + "C": 1.7166865973194945e-06, + "R": 1.700370972912424e-07, + "M": 1.3671532542502973e-05, + "O": 2.732526127147139e-06, + "W": 9.03207464375555e-08, + "N": 1.4936168781787273e-06, + "Y": 0.000255656341323629, + "U": 2.0522254118304772e-08, + "K": 4.803197953151539e-06, + "L": 6.586451917200975e-08, + "G": 4.097017153981142e-05, + "F": 0.013818364590406418, + "E": 0.00010203082638327032, + "T": 0.0001368958328384906, + "P": 0.18178515136241913, + "-": 0.8038257360458374 + }, + "id": "tp_24587" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3073407, + "label": "P", + "classification": { + "B": 3.1562751701130765e-06, + "S": 1.0060276736112428e-06, + "I": 0.0004304095928091556, + "C": 2.115230199706275e-05, + "R": 4.901538090962276e-07, + "M": 4.252588769304566e-05, + "O": 4.460273885342758e-06, + "W": 7.455258241861884e-07, + "N": 4.273432568879798e-05, + "Y": 0.00017678611038718373, + "U": 3.75839732669192e-07, + "K": 2.0341278741398128e-06, + "L": 1.0021551588579314e-06, + "G": 0.00021965619816910475, + "F": 0.0031382711604237556, + "E": 0.006942362524569035, + "T": 4.3115895095979795e-05, + "P": 0.9270482063293457, + "-": 0.06188153475522995 + }, + "id": "tp_24588" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3073507, + "label": "P", + "classification": { + "B": 2.7910278731724247e-05, + "S": 9.1501024144236e-05, + "I": 0.0054138521663844585, + "C": 0.0006380968843586743, + "R": 8.646914648124948e-05, + "M": 0.001423575566150248, + "O": 0.0002830159792210907, + "W": 6.543088238686323e-05, + "N": 0.001306471531279385, + "Y": 0.011562125757336617, + "U": 1.8424465451971628e-05, + "K": 0.002237733919173479, + "L": 3.6918030673405156e-05, + "G": 0.0028724675066769123, + "F": 0.06684829294681549, + "E": 0.030503656715154648, + "T": 0.002474400447681546, + "P": 0.4999575614929199, + "-": 0.37415212392807007 + }, + "id": "tp_24589" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3073640, + "label": "P", + "classification": { + "B": 2.935137672466226e-06, + "S": 1.3907229913456831e-05, + "I": 0.00526222912594676, + "C": 0.00015694487956352532, + "R": 2.646937355166301e-05, + "M": 0.00016868826060090214, + "O": 5.170785516384058e-05, + "W": 1.0568284778855741e-05, + "N": 0.0004644347936846316, + "Y": 0.0008563642622902989, + "U": 4.972935585101368e-06, + "K": 0.00015763593546580523, + "L": 5.724250513594598e-06, + "G": 0.0002935037191491574, + "F": 0.007208067923784256, + "E": 0.0034692627377808094, + "T": 0.0005302696954458952, + "P": 0.7155952453613281, + "-": 0.2657211124897003 + }, + "id": "tp_24590" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3073774, + "label": "P", + "classification": { + "B": 4.2226591290273063e-07, + "S": 4.194831717541092e-07, + "I": 8.159619028447196e-05, + "C": 6.0816414588771295e-06, + "R": 3.3149214573313657e-07, + "M": 2.3181046344689094e-05, + "O": 3.2003983960748883e-06, + "W": 7.597785725010908e-07, + "N": 1.4670396922156215e-05, + "Y": 0.00036586352507583797, + "U": 2.0134355338541354e-07, + "K": 0.00019660594989545643, + "L": 1.6748990105952544e-07, + "G": 0.00016416431753896177, + "F": 0.025731492787599564, + "E": 0.01503041386604309, + "T": 7.318854477489367e-05, + "P": 0.5599602460861206, + "-": 0.39834699034690857 + }, + "id": "tp_24591" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3073907, + "label": "P", + "classification": { + "B": 2.1313634590569563e-07, + "S": 3.274798032748549e-08, + "I": 0.0004114890762139112, + "C": 7.296753665286815e-06, + "R": 8.801191597740399e-07, + "M": 1.2314218110986985e-05, + "O": 2.2302772322291275e-06, + "W": 4.746634374441783e-08, + "N": 6.6060138124157675e-06, + "Y": 0.00012604084622580558, + "U": 7.098859811094371e-08, + "K": 5.315276325745799e-07, + "L": 3.864361701744201e-07, + "G": 0.0001849561813287437, + "F": 0.0014212783426046371, + "E": 0.0005917883827351034, + "T": 9.330701141152531e-05, + "P": 0.5095629692077637, + "-": 0.48757752776145935 + }, + "id": "tp_24592" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3074007, + "label": "P", + "classification": { + "B": 1.3747218872595113e-05, + "S": 1.1493320926092565e-05, + "I": 0.0007167190779000521, + "C": 3.222889426979236e-05, + "R": 2.2176900529302657e-06, + "M": 5.8548244851408526e-05, + "O": 2.0702207621070556e-05, + "W": 5.5158861869131215e-06, + "N": 0.00014876789646223187, + "Y": 0.00016225957369897515, + "U": 3.126078354398487e-06, + "K": 2.673362905625254e-05, + "L": 1.696981144050369e-06, + "G": 9.128807869274169e-05, + "F": 0.0027138341683894396, + "E": 0.0030655083246529102, + "T": 0.0001453175354981795, + "P": 0.8850654363632202, + "-": 0.10771476477384567 + }, + "id": "tp_24593" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3074141, + "label": "P", + "classification": { + "B": 1.4227412975742482e-05, + "S": 6.366324669215828e-05, + "I": 0.01451043225824833, + "C": 1.57150934683159e-05, + "R": 8.74972920428263e-06, + "M": 6.472379754995927e-05, + "O": 4.252497819834389e-05, + "W": 1.2582881936396006e-05, + "N": 0.0032634837552905083, + "Y": 0.00010267601464875042, + "U": 2.662728093127953e-06, + "K": 9.175144077744335e-05, + "L": 2.9135112527001183e-06, + "G": 0.00011218145664315671, + "F": 0.0010624986607581377, + "E": 0.003240654245018959, + "T": 0.00017050887981895357, + "P": 0.9586755037307739, + "-": 0.01854250393807888 + }, + "id": "tp_24594" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3074274, + "label": "-", + "classification": { + "B": 1.4792412628139573e-07, + "S": 1.3088477146538935e-07, + "I": 8.354645615327172e-06, + "C": 1.448454895580653e-06, + "R": 1.3320988045961712e-07, + "M": 5.398570010584081e-06, + "O": 2.3647262423764914e-06, + "W": 9.047604265788323e-08, + "N": 4.1788049998103816e-07, + "Y": 0.00020192115334793925, + "U": 1.3884268845743009e-08, + "K": 1.311578557761095e-06, + "L": 1.1619071216273369e-07, + "G": 7.17414150130935e-05, + "F": 0.011546511203050613, + "E": 7.581306272186339e-05, + "T": 5.284752114675939e-05, + "P": 0.06540152430534363, + "-": 0.9226296544075012 + }, + "id": "tp_24595" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3074408, + "label": "P", + "classification": { + "B": 1.1688167660395266e-06, + "S": 2.5203055997735646e-07, + "I": 0.002430673222988844, + "C": 1.5644083759980276e-05, + "R": 2.087159373331815e-06, + "M": 3.161114364047535e-05, + "O": 4.5236565711093135e-06, + "W": 4.4412132638171897e-07, + "N": 6.1000682762824e-05, + "Y": 0.00016843568300828338, + "U": 5.91856576193095e-07, + "K": 3.1217709874908905e-06, + "L": 8.330865171046753e-07, + "G": 5.81150125071872e-05, + "F": 0.0004919758066534996, + "E": 0.0018856553360819817, + "T": 0.0001014613444567658, + "P": 0.8377610445022583, + "-": 0.15698134899139404 + }, + "id": "tp_24596" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3074508, + "label": "-", + "classification": { + "B": 6.126711582510325e-07, + "S": 3.987189302279148e-06, + "I": 1.7635089534451254e-05, + "C": 4.779870778293116e-06, + "R": 6.482857770606643e-07, + "M": 7.92593855294399e-05, + "O": 1.9417699149926193e-05, + "W": 9.915977443597512e-07, + "N": 1.3475225841830252e-06, + "Y": 0.0003535539726726711, + "U": 6.400779994919503e-08, + "K": 2.4303612917719875e-06, + "L": 2.148129169654567e-06, + "G": 0.00015008077025413513, + "F": 0.019748052582144737, + "E": 0.00010337727871956304, + "T": 0.0002975390525534749, + "P": 0.047190144658088684, + "-": 0.9320238828659058 + }, + "id": "tp_24597" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3074641, + "label": "P", + "classification": { + "B": 1.0269674867446899e-11, + "S": 2.8712940011721422e-11, + "I": 7.171975084929727e-06, + "C": 9.597670214134268e-09, + "R": 3.038238827191009e-10, + "M": 5.757215149060357e-09, + "O": 1.859380094337837e-09, + "W": 2.880580843300784e-11, + "N": 3.251231106560226e-08, + "Y": 1.017529257296701e-06, + "U": 3.1561111363265226e-11, + "K": 2.456699954578312e-09, + "L": 2.20554494806402e-11, + "G": 1.0477263145958204e-07, + "F": 3.0011922717676498e-05, + "E": 1.8609563312566024e-06, + "T": 2.1782267367598251e-07, + "P": 0.7535943984985352, + "-": 0.2463652342557907 + }, + "id": "tp_24598" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3074775, + "label": "P", + "classification": { + "B": 4.4766531459572434e-07, + "S": 1.1698361959133763e-06, + "I": 4.9529026000527665e-05, + "C": 1.780275198370873e-07, + "R": 7.379774569216124e-09, + "M": 1.4968563846196048e-05, + "O": 2.744815219557495e-06, + "W": 7.377160216037737e-08, + "N": 6.974245025048731e-06, + "Y": 6.809088972659083e-06, + "U": 7.220573472466185e-09, + "K": 1.3799132148051285e-07, + "L": 6.708172151093095e-08, + "G": 4.975335286871996e-06, + "F": 0.000718447903636843, + "E": 0.00037891799001954496, + "T": 1.3066998690192122e-05, + "P": 0.8643331527709961, + "-": 0.13446840643882751 + }, + "id": "tp_24599" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3074908, + "label": "-", + "classification": { + "B": 3.145951055216756e-08, + "S": 4.619016991114222e-08, + "I": 7.215717778308317e-05, + "C": 3.4634090297913644e-06, + "R": 3.7846021427867527e-07, + "M": 4.690521109296242e-06, + "O": 1.6258977666439023e-06, + "W": 5.272045200399589e-08, + "N": 2.4116222903103335e-06, + "Y": 6.050067531759851e-05, + "U": 4.5760657485516276e-08, + "K": 5.185908662497241e-07, + "L": 1.1040299341402715e-07, + "G": 1.869164771051146e-05, + "F": 0.0017118561081588268, + "E": 7.185914000729099e-05, + "T": 4.9098729505203664e-05, + "P": 0.38206586241722107, + "-": 0.6159365773200989 + }, + "id": "tp_24600" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3075008, + "label": "-", + "classification": { + "B": 4.006146264146082e-05, + "S": 1.616778172319755e-05, + "I": 0.0008198083960451186, + "C": 3.830588684650138e-05, + "R": 1.0024645234807394e-05, + "M": 0.000595328223425895, + "O": 0.00010468557593412697, + "W": 7.771352102281526e-06, + "N": 4.6163528168108314e-05, + "Y": 0.004712044261395931, + "U": 2.062988869511173e-06, + "K": 1.5267954950104468e-05, + "L": 2.087180473608896e-05, + "G": 0.0011436521308496594, + "F": 0.01064932718873024, + "E": 0.0011959607945755124, + "T": 0.002598342252895236, + "P": 0.16079728305339813, + "-": 0.8171868920326233 + }, + "id": "tp_24601" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3075142, + "label": "P", + "classification": { + "B": 5.546143988510721e-09, + "S": 4.5825672145838325e-09, + "I": 0.00013331524678505957, + "C": 6.958590148542498e-08, + "R": 3.930405334529041e-09, + "M": 2.407007286819862e-07, + "O": 2.347352001663694e-08, + "W": 1.6115313528075603e-09, + "N": 3.928245405404596e-06, + "Y": 3.739544069958356e-07, + "U": 1.5111154549884986e-09, + "K": 2.4359856354294607e-08, + "L": 1.388882342467923e-09, + "G": 3.6860507179881097e-07, + "F": 1.68558817676967e-05, + "E": 9.058249997906387e-05, + "T": 1.507014758317382e-06, + "P": 0.9835030436515808, + "-": 0.01624978333711624 + }, + "id": "tp_24602" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3075275, + "label": "P", + "classification": { + "B": 3.8604280234721955e-06, + "S": 1.7581554345724726e-07, + "I": 6.512559775728732e-05, + "C": 2.61180730376509e-06, + "R": 1.0835597663572116e-07, + "M": 9.146076081378851e-06, + "O": 2.230982317996677e-06, + "W": 1.276772252367664e-07, + "N": 2.347500412724912e-06, + "Y": 2.5813162210397422e-05, + "U": 5.2403571260128956e-08, + "K": 1.3701698264867446e-07, + "L": 3.419071674670704e-07, + "G": 3.982414636993781e-05, + "F": 0.0014390273718163371, + "E": 0.0007591136964038014, + "T": 1.5146334590099286e-05, + "P": 0.7626708745956421, + "-": 0.23496386408805847 + }, + "id": "tp_24603" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3075375, + "label": "-", + "classification": { + "B": 8.86743437149562e-05, + "S": 0.00013100857904646546, + "I": 0.0018066928023472428, + "C": 0.002210447331890464, + "R": 0.0004326562338974327, + "M": 0.005523276049643755, + "O": 0.0009481473243795335, + "W": 6.295495404629037e-05, + "N": 0.0001103507966035977, + "Y": 0.006302301771938801, + "U": 1.8567434381111525e-05, + "K": 1.5945141058182344e-05, + "L": 0.0005752433207817376, + "G": 0.00519206328317523, + "F": 0.036889202892780304, + "E": 0.0018950055819004774, + "T": 0.005804521031677723, + "P": 0.05227169021964073, + "-": 0.8797212243080139 + }, + "id": "tp_24604" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3075509, + "label": "P", + "classification": { + "B": 6.50220608804375e-05, + "S": 7.350320811383426e-05, + "I": 0.005254997406154871, + "C": 0.0005553742521442473, + "R": 7.951533916639164e-05, + "M": 0.0016002596821635962, + "O": 0.0002893797936849296, + "W": 7.067494880175218e-05, + "N": 0.0010505629470571876, + "Y": 0.008486523292958736, + "U": 4.164031633990817e-05, + "K": 0.0024924660101532936, + "L": 5.274955401546322e-05, + "G": 0.004487345926463604, + "F": 0.042800407856702805, + "E": 0.05173540860414505, + "T": 0.0019147213315591216, + "P": 0.4850044548511505, + "-": 0.39394497871398926 + }, + "id": "tp_24605" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3075642, + "label": "-", + "classification": { + "B": 0.00028238730737939477, + "S": 0.0005205505876801908, + "I": 0.010858590714633465, + "C": 0.00933717843145132, + "R": 0.0023166900500655174, + "M": 0.0058509586378932, + "O": 0.0024455825332552195, + "W": 0.0008142373408190906, + "N": 0.0024202116765081882, + "Y": 0.029585812240839005, + "U": 0.0007185263093560934, + "K": 0.004970656707882881, + "L": 0.0008163950406014919, + "G": 0.011479570530354977, + "F": 0.0588461235165596, + "E": 0.010592847131192684, + "T": 0.013452786952257156, + "P": 0.1586596667766571, + "-": 0.676031231880188 + }, + "id": "tp_24606" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3075776, + "label": "-", + "classification": { + "B": 4.842776888835942e-06, + "S": 1.3016350749239791e-05, + "I": 0.0011246143840253353, + "C": 6.709646550007164e-05, + "R": 2.4527693312847987e-05, + "M": 0.00020350050181150436, + "O": 6.831993232481182e-05, + "W": 5.551572030526586e-06, + "N": 6.15431708865799e-05, + "Y": 0.0022499184124171734, + "U": 2.21488107854384e-06, + "K": 2.1357309378799982e-05, + "L": 1.3149853657523636e-05, + "G": 0.0005558536504395306, + "F": 0.016882557421922684, + "E": 0.0004939443897455931, + "T": 0.0010830891551449895, + "P": 0.30607834458351135, + "-": 0.6710466146469116 + }, + "id": "tp_24607" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3075876, + "label": "P", + "classification": { + "B": 7.591451139887795e-05, + "S": 6.439783464884385e-05, + "I": 0.0224937591701746, + "C": 0.0009279086953029037, + "R": 0.00011343919322825968, + "M": 0.00047280985745601356, + "O": 8.532417268725112e-05, + "W": 4.128132786718197e-05, + "N": 0.00416397163644433, + "Y": 0.0014922183472663164, + "U": 4.2247069359291345e-05, + "K": 0.000765637552831322, + "L": 2.9261094823596068e-05, + "G": 0.0014013522304594517, + "F": 0.007184057030826807, + "E": 0.05217960476875305, + "T": 0.0005917531088925898, + "P": 0.8610548973083496, + "-": 0.046820033341646194 + }, + "id": "tp_24608" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3076009, + "label": "-", + "classification": { + "B": 8.424119073424663e-07, + "S": 1.3801219438391854e-06, + "I": 0.0005872357869520783, + "C": 0.00014048200682736933, + "R": 2.5555340471328236e-05, + "M": 0.00010829870734596625, + "O": 3.897470742231235e-05, + "W": 2.505363227101043e-06, + "N": 2.1106341591803357e-05, + "Y": 0.004951209761202335, + "U": 1.2669047464441974e-06, + "K": 1.1071580047428142e-05, + "L": 4.689580237027258e-06, + "G": 0.0007848317036405206, + "F": 0.007068677339702845, + "E": 0.0005407852586358786, + "T": 0.0005613479297608137, + "P": 0.12624959647655487, + "-": 0.8589001297950745 + }, + "id": "tp_24609" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3076143, + "label": "-", + "classification": { + "B": 5.073846477898769e-05, + "S": 1.7736379959387705e-05, + "I": 0.0002259463508380577, + "C": 0.0001083790193661116, + "R": 1.2420959137671161e-05, + "M": 0.0006126718362793326, + "O": 0.00021752185421064496, + "W": 1.8002119759330526e-05, + "N": 3.717196159414016e-05, + "Y": 0.0009640363277867436, + "U": 8.525320481567178e-06, + "K": 3.102248956565745e-05, + "L": 4.9674879846861586e-05, + "G": 0.0005446408176794648, + "F": 0.020252281799912453, + "E": 0.0010799969313666224, + "T": 0.0014161445433273911, + "P": 0.17279276251792908, + "-": 0.8015602827072144 + }, + "id": "tp_24610" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3076276, + "label": "P", + "classification": { + "B": 1.305559862885275e-06, + "S": 1.6485324749737629e-06, + "I": 0.0002982674050144851, + "C": 5.566984668803343e-07, + "R": 5.301220795672634e-08, + "M": 8.036347935558297e-06, + "O": 1.5002359532445553e-06, + "W": 3.6578842355083907e-07, + "N": 4.5457381929736584e-05, + "Y": 8.36771596368635e-06, + "U": 4.310741630320081e-08, + "K": 3.4395216061966494e-06, + "L": 1.5438361344877194e-07, + "G": 1.659763620409649e-05, + "F": 0.001698956242762506, + "E": 0.004460243973881006, + "T": 1.0307161574019119e-05, + "P": 0.9729516506195068, + "-": 0.02049311064183712 + }, + "id": "tp_24611" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3076376, + "label": "-", + "classification": { + "B": 3.049144652322866e-06, + "S": 5.3165094868745655e-06, + "I": 0.00023057585349306464, + "C": 6.28217458142899e-05, + "R": 1.1977956091868691e-05, + "M": 0.00012553311535157263, + "O": 5.103622606839053e-05, + "W": 5.731492819904815e-06, + "N": 3.23260210279841e-05, + "Y": 0.0013007890665903687, + "U": 3.6940489280823385e-06, + "K": 5.2038656576769426e-05, + "L": 4.87177521790727e-06, + "G": 0.00023865955881774426, + "F": 0.009746627882122993, + "E": 0.000466592755401507, + "T": 0.0009161485941149294, + "P": 0.23335425555706024, + "-": 0.7533881068229675 + }, + "id": "tp_24612" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3076510, + "label": "-", + "classification": { + "B": 1.5143005072104643e-08, + "S": 7.060984330564679e-08, + "I": 1.829697794164531e-05, + "C": 4.5243578483677993e-07, + "R": 7.739414797924837e-08, + "M": 3.4761285405693343e-07, + "O": 4.5555094629889936e-07, + "W": 6.74058213689932e-08, + "N": 1.2580611610246706e-06, + "Y": 2.8764246962964535e-05, + "U": 1.6054350737704226e-08, + "K": 4.677029210142791e-06, + "L": 1.682227868116115e-08, + "G": 7.570868092443561e-06, + "F": 0.00570314796641469, + "E": 9.015875548357144e-05, + "T": 1.4923562957847025e-05, + "P": 0.3717602789402008, + "-": 0.6223693490028381 + }, + "id": "tp_24613" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3076643, + "label": "P", + "classification": { + "B": 7.910616659501102e-06, + "S": 1.020890431391308e-05, + "I": 0.0007057885522954166, + "C": 6.585838127648458e-05, + "R": 4.2237543311784975e-06, + "M": 9.885457257041708e-05, + "O": 3.4676904760999605e-05, + "W": 1.4145975910651032e-05, + "N": 0.0002761812647804618, + "Y": 0.0013283455045893788, + "U": 4.949969479639549e-06, + "K": 0.004655546508729458, + "L": 2.410955175946583e-06, + "G": 0.002004770329222083, + "F": 0.04606381431221962, + "E": 0.11822403222322464, + "T": 0.00041512559982948005, + "P": 0.5193585753440857, + "-": 0.3067246079444885 + }, + "id": "tp_24614" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3076777, + "label": "P", + "classification": { + "B": 2.0416032953107788e-07, + "S": 9.022183178331034e-08, + "I": 0.00034174841130152345, + "C": 5.891341061214916e-06, + "R": 2.261079856680226e-07, + "M": 7.027562787698116e-06, + "O": 2.7835119453811785e-06, + "W": 1.2471706156702567e-07, + "N": 1.5750985767226666e-05, + "Y": 2.508098987163976e-05, + "U": 7.970253079747636e-08, + "K": 4.050416748668795e-07, + "L": 2.4844473500706954e-07, + "G": 4.0903138142311946e-05, + "F": 0.0005652586696669459, + "E": 0.0004206587327644229, + "T": 2.6472822355572134e-05, + "P": 0.7919471859931946, + "-": 0.20659975707530975 + }, + "id": "tp_24615" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3076877, + "label": "P", + "classification": { + "B": 2.636104545672424e-05, + "S": 7.926764169496892e-07, + "I": 0.0012485480401664972, + "C": 6.444453447329579e-06, + "R": 5.151298978489649e-07, + "M": 1.300976327911485e-05, + "O": 5.373057319957297e-06, + "W": 3.871173248626292e-07, + "N": 5.7357065088581294e-05, + "Y": 1.4165303582558408e-05, + "U": 1.4011652638146188e-07, + "K": 1.444300892217143e-07, + "L": 1.4639740584243555e-06, + "G": 0.00012750329915434122, + "F": 0.00028792809462174773, + "E": 0.0019503204384818673, + "T": 2.0792478608200327e-05, + "P": 0.9619261622428894, + "-": 0.034312665462493896 + }, + "id": "tp_24616" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3077010, + "label": "P", + "classification": { + "B": 1.1086807205629157e-07, + "S": 1.9677170115528497e-08, + "I": 2.838728869392071e-05, + "C": 4.960237376394616e-08, + "R": 5.383257395408236e-09, + "M": 4.77444018542883e-07, + "O": 1.5742030257115402e-07, + "W": 1.045375519481695e-08, + "N": 1.3866593917555292e-06, + "Y": 1.2306486496527214e-06, + "U": 2.1421369122975875e-09, + "K": 2.2233242802371933e-08, + "L": 4.973678358055622e-09, + "G": 1.0551896139077144e-06, + "F": 8.40581560623832e-05, + "E": 2.7417616365710273e-05, + "T": 2.7115008833789034e-06, + "P": 0.9615128040313721, + "-": 0.038340043276548386 + }, + "id": "tp_24617" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3077144, + "label": "P", + "classification": { + "B": 8.70589929036214e-07, + "S": 1.3776473295479263e-08, + "I": 7.401993934763595e-05, + "C": 5.094338462185988e-08, + "R": 2.2121515730333385e-09, + "M": 1.1239773130000685e-06, + "O": 4.606391001971133e-08, + "W": 1.9191261912965274e-09, + "N": 1.0373887562309392e-06, + "Y": 3.5824643873638706e-07, + "U": 2.2181415038069474e-10, + "K": 3.5443570300941474e-10, + "L": 7.744102248352647e-09, + "G": 2.1204064069024753e-06, + "F": 1.2011958460789174e-05, + "E": 0.000384586543077603, + "T": 2.6911217787528585e-07, + "P": 0.9931836724281311, + "-": 0.006339880637824535 + }, + "id": "tp_24618" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3077277, + "label": "P", + "classification": { + "B": 1.0924064781647758e-06, + "S": 3.5813621934721596e-07, + "I": 0.00857048574835062, + "C": 1.1361494216544088e-06, + "R": 1.1879934902481182e-07, + "M": 1.143574536399683e-05, + "O": 2.6701371780291083e-07, + "W": 5.502986510919072e-08, + "N": 0.0002921246341429651, + "Y": 1.2317686014284845e-05, + "U": 7.898614207135779e-09, + "K": 5.829652423017251e-07, + "L": 3.4959569461534556e-08, + "G": 1.0325158655177802e-05, + "F": 2.4789138478809036e-05, + "E": 0.008637387305498123, + "T": 5.767983111581998e-06, + "P": 0.9812284111976624, + "-": 0.0012033508392050862 + }, + "id": "tp_24619" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3077377, + "label": "-", + "classification": { + "B": 5.754064602569997e-08, + "S": 3.825379479849289e-08, + "I": 0.0001297317649004981, + "C": 5.672765837516636e-06, + "R": 8.028677029869868e-07, + "M": 1.7567117538419552e-05, + "O": 2.5842275590548525e-06, + "W": 1.0875729827830583e-07, + "N": 1.8919762396762962e-06, + "Y": 0.0002271391567774117, + "U": 6.2935967548583e-08, + "K": 2.471585958119249e-07, + "L": 2.1422047780106368e-07, + "G": 2.6333293135394342e-05, + "F": 0.00044378481106832623, + "E": 4.0225149859907106e-05, + "T": 0.00013923179358243942, + "P": 0.21145327389240265, + "-": 0.7875109314918518 + }, + "id": "tp_24620" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3077511, + "label": "-", + "classification": { + "B": 5.756115115218563e-06, + "S": 2.8712763651128625e-06, + "I": 0.0007618955569341779, + "C": 0.00018884945893660188, + "R": 2.8610986191779375e-05, + "M": 0.0001276456459891051, + "O": 6.6197375417687e-05, + "W": 5.692766080755973e-06, + "N": 5.247051740298048e-05, + "Y": 0.0007423684583045542, + "U": 5.667442110279808e-06, + "K": 1.1693136912072077e-05, + "L": 1.0073155863210559e-05, + "G": 0.0005101272254250944, + "F": 0.003385009244084358, + "E": 0.000526462506968528, + "T": 0.0005183740868233144, + "P": 0.3408083915710449, + "-": 0.6522418856620789 + }, + "id": "tp_24621" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3077644, + "label": "P", + "classification": { + "B": 3.734310666914098e-05, + "S": 4.4939133658772334e-05, + "I": 0.00686817429959774, + "C": 7.656472007511184e-05, + "R": 1.8667378753889352e-05, + "M": 0.00015539416926912963, + "O": 0.00011510475451359525, + "W": 3.7486403016373515e-05, + "N": 0.001576505252160132, + "Y": 0.0003044371260330081, + "U": 1.2766860891133547e-05, + "K": 0.00016921208589337766, + "L": 1.2482848433137406e-05, + "G": 0.0004000281624030322, + "F": 0.004396985750645399, + "E": 0.009221339598298073, + "T": 0.00029003890813328326, + "P": 0.9075021743774414, + "-": 0.06876032054424286 + }, + "id": "tp_24622" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3077778, + "label": "-", + "classification": { + "B": 8.720604455447756e-06, + "S": 0.00011799062485806644, + "I": 0.0010079964995384216, + "C": 0.00024014071095734835, + "R": 0.00017358556215185672, + "M": 0.0008384232642129064, + "O": 0.0006194660672917962, + "W": 8.414166222792119e-05, + "N": 0.0001415753795299679, + "Y": 0.0044363862834870815, + "U": 1.857525421655737e-05, + "K": 0.00020362604118417948, + "L": 6.966733053559437e-05, + "G": 0.0007993335602805018, + "F": 0.027396371588110924, + "E": 0.00040962736238725483, + "T": 0.003485269146040082, + "P": 0.10720985382795334, + "-": 0.8527392148971558 + }, + "id": "tp_24623" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3077878, + "label": "-", + "classification": { + "B": 2.0430578118180165e-08, + "S": 1.4373775059084437e-08, + "I": 4.369756879896158e-06, + "C": 5.8805426306207664e-08, + "R": 5.140831316197136e-09, + "M": 3.2703144370316295e-07, + "O": 5.136092795510194e-07, + "W": 1.5540511100198273e-08, + "N": 2.2949052436160855e-07, + "Y": 3.5516925436240854e-06, + "U": 3.124870806558988e-09, + "K": 5.832387373061465e-08, + "L": 8.029928721953183e-09, + "G": 1.0913374808296794e-06, + "F": 0.0002611851377878338, + "E": 4.348691618361045e-06, + "T": 1.3224296708358452e-05, + "P": 0.26368293166160583, + "-": 0.7360279560089111 + }, + "id": "tp_24624" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3078011, + "label": "P", + "classification": { + "B": 1.488798443460837e-05, + "S": 1.0799944902828429e-05, + "I": 0.0008284527575597167, + "C": 5.119853994983714e-06, + "R": 9.465837820243905e-07, + "M": 6.762427074136212e-05, + "O": 1.6906260498217307e-05, + "W": 2.9969548904773546e-06, + "N": 0.00016462791245430708, + "Y": 7.565957639599219e-05, + "U": 1.433636043657316e-06, + "K": 6.209296316228574e-06, + "L": 2.6111476927326294e-06, + "G": 4.309267387725413e-05, + "F": 0.0008567750337533653, + "E": 0.0022953692823648453, + "T": 0.00024168247182387859, + "P": 0.9137278199195862, + "-": 0.08163709938526154 + }, + "id": "tp_24625" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3078145, + "label": "P", + "classification": { + "B": 4.9827314796857536e-05, + "S": 2.8539972845464945e-05, + "I": 0.026052873581647873, + "C": 0.0017160318093374372, + "R": 0.000210092548513785, + "M": 0.0007621420081704855, + "O": 9.388486068928614e-05, + "W": 3.292018664069474e-05, + "N": 0.0019083054503425956, + "Y": 0.002068175235763192, + "U": 2.4289151042466983e-05, + "K": 0.00012780864199157804, + "L": 4.36557675129734e-05, + "G": 0.0014614410465583205, + "F": 0.006725687067955732, + "E": 0.023264538496732712, + "T": 0.0009379514958709478, + "P": 0.817489504814148, + "-": 0.11700234562158585 + }, + "id": "tp_24626" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3078278, + "label": "-", + "classification": { + "B": 8.10247911431361e-06, + "S": 4.318650042023364e-07, + "I": 0.0005311822751536965, + "C": 7.092085434123874e-05, + "R": 6.599555490538478e-06, + "M": 0.0002890536852646619, + "O": 2.5056528102140874e-05, + "W": 5.636213700199733e-07, + "N": 6.555632808158407e-06, + "Y": 0.0006168410764075816, + "U": 2.3310438734824857e-07, + "K": 1.3308957136359822e-07, + "L": 7.929759703984018e-06, + "G": 0.0006149960681796074, + "F": 0.0016161766834557056, + "E": 0.0008510713814757764, + "T": 0.00022951616847421974, + "P": 0.2499535083770752, + "-": 0.7451711893081665 + }, + "id": "tp_24627" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3078378, + "label": "P", + "classification": { + "B": 3.333148242745665e-06, + "S": 2.139637763320934e-05, + "I": 0.0035971819888800383, + "C": 9.558120837027673e-07, + "R": 8.137937470564793e-07, + "M": 1.4349718185258098e-05, + "O": 9.352120287076104e-06, + "W": 2.6847653771255864e-06, + "N": 0.000541477114893496, + "Y": 2.0137065803282894e-05, + "U": 2.0109295917336567e-07, + "K": 7.476752671209397e-06, + "L": 3.361592746387032e-07, + "G": 1.5843765140743926e-05, + "F": 0.0003727358707692474, + "E": 0.0004552240716293454, + "T": 4.002832429250702e-05, + "P": 0.9871626496315002, + "-": 0.007733721286058426 + }, + "id": "tp_24628" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3078512, + "label": "-", + "classification": { + "B": 1.2364559552224819e-05, + "S": 8.98993675946258e-06, + "I": 5.768264236394316e-05, + "C": 0.0008602967136539519, + "R": 0.00011029717279598117, + "M": 0.0015965361380949616, + "O": 0.0002396229829173535, + "W": 4.4809921746491455e-06, + "N": 2.9828413516952423e-06, + "Y": 0.004814982879906893, + "U": 1.184956659017189e-06, + "K": 2.872244067475549e-06, + "L": 0.0002073307114187628, + "G": 0.005470230244100094, + "F": 0.026798343285918236, + "E": 0.00013223799760453403, + "T": 0.002302875043824315, + "P": 0.01277551706880331, + "-": 0.9446011781692505 + }, + "id": "tp_24629" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3078645, + "label": "-", + "classification": { + "B": 1.5406436432385817e-05, + "S": 9.46596628637053e-06, + "I": 0.0016859605675563216, + "C": 0.0006611149874515831, + "R": 0.00012141931074438617, + "M": 0.000837754167150706, + "O": 0.00021858872787561268, + "W": 2.0075662177987397e-05, + "N": 9.9382916232571e-05, + "Y": 0.002743018325418234, + "U": 1.409292690368602e-05, + "K": 8.631631499156356e-05, + "L": 4.911747600999661e-05, + "G": 0.0020039433147758245, + "F": 0.017689216881990433, + "E": 0.002234030282124877, + "T": 0.001255649491213262, + "P": 0.1438222974538803, + "-": 0.8264332413673401 + }, + "id": "tp_24630" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3078779, + "label": "-", + "classification": { + "B": 2.570503238530364e-05, + "S": 5.239754955255194e-06, + "I": 0.002365861088037491, + "C": 0.0011829272843897343, + "R": 7.089452265063301e-05, + "M": 0.0015881445724517107, + "O": 8.322626672452316e-05, + "W": 5.5914301810844336e-06, + "N": 6.339605170069262e-05, + "Y": 0.004114529583603144, + "U": 6.757545179425506e-06, + "K": 1.3036195923632476e-05, + "L": 6.985886284383014e-05, + "G": 0.003908029291778803, + "F": 0.01378744374960661, + "E": 0.006659035570919514, + "T": 0.0014163025189191103, + "P": 0.23642012476921082, + "-": 0.7282138466835022 + }, + "id": "tp_24631" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3078879, + "label": "P", + "classification": { + "B": 6.598810432478786e-05, + "S": 2.6693916879594326e-05, + "I": 0.0019215040374547243, + "C": 2.7035326638724655e-05, + "R": 9.348390449304134e-06, + "M": 9.875276009552181e-05, + "O": 6.36014374322258e-05, + "W": 1.3461130038194824e-05, + "N": 0.00030793974292464554, + "Y": 0.00035348927485756576, + "U": 4.210974566376535e-06, + "K": 2.528303230064921e-05, + "L": 1.2217216863064095e-05, + "G": 0.0002639564627315849, + "F": 0.003022328717634082, + "E": 0.0026146909222006798, + "T": 0.00027106955531053245, + "P": 0.880683958530426, + "-": 0.11021449416875839 + }, + "id": "tp_24632" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3079012, + "label": "P", + "classification": { + "B": 2.921082341345027e-05, + "S": 2.537403634050861e-05, + "I": 0.008764054626226425, + "C": 3.385504533071071e-05, + "R": 1.060303384292638e-05, + "M": 0.00016399177548009902, + "O": 2.6884543331107125e-05, + "W": 1.2370422155072447e-05, + "N": 0.003063205862417817, + "Y": 0.0002626500790938735, + "U": 6.794839464419056e-06, + "K": 0.0006821574061177671, + "L": 3.297132707302808e-06, + "G": 0.0004490024584811181, + "F": 0.002271711127832532, + "E": 0.06365383416414261, + "T": 0.00025140668731182814, + "P": 0.9033834934234619, + "-": 0.016906090080738068 + }, + "id": "tp_24633" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3079146, + "label": "P", + "classification": { + "B": 6.548880264745094e-06, + "S": 1.3757656915913685e-06, + "I": 0.0028176610358059406, + "C": 4.9492060497868806e-05, + "R": 4.928178896079771e-06, + "M": 6.847454642411321e-05, + "O": 9.841540304478258e-06, + "W": 1.2594864529091865e-06, + "N": 0.0001229359331773594, + "Y": 0.00030637573217973113, + "U": 1.3409413668341585e-06, + "K": 1.8326338249607943e-05, + "L": 2.5642116270319093e-06, + "G": 0.0002565053291618824, + "F": 0.00319309183396399, + "E": 0.003949830774217844, + "T": 0.00016637705266475677, + "P": 0.7526557445526123, + "-": 0.2363673597574234 + }, + "id": "tp_24634" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3079279, + "label": "P", + "classification": { + "B": 9.333681605383504e-10, + "S": 1.3297325462957588e-09, + "I": 5.9108726418344304e-05, + "C": 7.58053797511593e-09, + "R": 4.0265210610179736e-10, + "M": 4.160724387247683e-08, + "O": 3.2375997438549575e-09, + "W": 3.0390354122111773e-10, + "N": 1.6878026372069144e-06, + "Y": 3.218734434540238e-07, + "U": 1.4437709361381224e-10, + "K": 1.2465006804518453e-08, + "L": 1.3829160039335875e-10, + "G": 7.559345505114834e-08, + "F": 9.38573975872714e-06, + "E": 6.816589302616194e-05, + "T": 2.3244709268510633e-07, + "P": 0.9959965944290161, + "-": 0.003864414058625698 + }, + "id": "tp_24635" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3079379, + "label": "-", + "classification": { + "B": 1.7576426216692198e-06, + "S": 1.3606071433969191e-06, + "I": 9.01480143511435e-06, + "C": 7.696889952057973e-06, + "R": 1.8639624386196374e-06, + "M": 2.9487136998795904e-05, + "O": 1.8808181266649626e-05, + "W": 8.683139753884461e-07, + "N": 4.74116319537643e-07, + "Y": 0.000260369386523962, + "U": 6.689118947633688e-08, + "K": 9.306272659159731e-07, + "L": 2.5029119115060894e-06, + "G": 0.000153301254613325, + "F": 0.029003750532865524, + "E": 3.567678140825592e-05, + "T": 8.086154412012547e-05, + "P": 0.030486850067973137, + "-": 0.9399043917655945 + }, + "id": "tp_24636" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3079513, + "label": "P", + "classification": { + "B": 1.1307247405056842e-06, + "S": 1.6783410501375329e-06, + "I": 0.0004006435920018703, + "C": 8.079504368652124e-06, + "R": 9.078664788830793e-07, + "M": 3.1482541089644656e-05, + "O": 1.2134371900174301e-05, + "W": 7.756023592264683e-07, + "N": 1.957507811312098e-05, + "Y": 0.00011589674977585673, + "U": 2.367261231484008e-07, + "K": 3.1618449725101527e-07, + "L": 1.2635359780688304e-06, + "G": 3.768074748222716e-05, + "F": 0.0008814067114144564, + "E": 0.0003005201288033277, + "T": 0.00016119035717565566, + "P": 0.6468318104743958, + "-": 0.35119321942329407 + }, + "id": "tp_24637" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3079646, + "label": "P", + "classification": { + "B": 8.073662684182636e-06, + "S": 9.019053322845139e-06, + "I": 0.020143911242485046, + "C": 0.000208982644835487, + "R": 4.3894506234209985e-05, + "M": 0.0007383797783404589, + "O": 9.840088023338467e-05, + "W": 9.469109500059858e-06, + "N": 0.0006142992060631514, + "Y": 0.003883745986968279, + "U": 5.296918061503675e-06, + "K": 9.855692042037845e-06, + "L": 2.407263127679471e-05, + "G": 0.0005182749591767788, + "F": 0.001730694784782827, + "E": 0.0034601835068315268, + "T": 0.0013634562492370605, + "P": 0.7094448208808899, + "-": 0.25768521428108215 + }, + "id": "tp_24638" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3079780, + "label": "-", + "classification": { + "B": 8.283671348863209e-08, + "S": 8.55429718171763e-08, + "I": 0.00011032211477868259, + "C": 2.2734652702638414e-06, + "R": 1.7487866443843814e-07, + "M": 1.4986337191658095e-05, + "O": 2.4873161237337627e-06, + "W": 7.969512694216974e-08, + "N": 2.625453817017842e-06, + "Y": 6.247947021620348e-05, + "U": 4.284384402808428e-08, + "K": 1.1654030629415502e-07, + "L": 1.5075799808528245e-07, + "G": 1.6607120414846577e-05, + "F": 0.00032488119904883206, + "E": 6.506416684715077e-05, + "T": 0.00010648620082065463, + "P": 0.4412754476070404, + "-": 0.5580157041549683 + }, + "id": "tp_24639" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3079880, + "label": "P", + "classification": { + "B": 7.57676170906052e-05, + "S": 1.7189362552016973e-05, + "I": 0.007896138355135918, + "C": 0.0006233642343431711, + "R": 8.078792598098516e-05, + "M": 0.0013294543605297804, + "O": 0.0001546871499158442, + "W": 2.9835458917659707e-05, + "N": 0.000506868411321193, + "Y": 0.0034750166814774275, + "U": 2.7705193133442663e-05, + "K": 0.00011634570546448231, + "L": 4.699617056758143e-05, + "G": 0.0013354419497773051, + "F": 0.004442029632627964, + "E": 0.01557108573615551, + "T": 0.0014424017863348126, + "P": 0.5558561086654663, + "-": 0.406972736120224 + }, + "id": "tp_24640" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3080013, + "label": "P", + "classification": { + "B": 3.197363912477158e-05, + "S": 1.637526310105386e-07, + "I": 0.0015270340954884887, + "C": 5.7962799473898485e-05, + "R": 1.9569458800106077e-06, + "M": 6.487731297966093e-05, + "O": 6.75872706779046e-06, + "W": 7.487763582503248e-07, + "N": 2.8323373044258915e-05, + "Y": 8.913776400731876e-05, + "U": 6.078220735616924e-07, + "K": 8.246427114499966e-07, + "L": 1.5409425486723194e-06, + "G": 0.00017456556088291109, + "F": 0.0001625451841391623, + "E": 0.002129537984728813, + "T": 4.706844629254192e-05, + "P": 0.8510811924934387, + "-": 0.1445932388305664 + }, + "id": "tp_24641" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3080147, + "label": "P", + "classification": { + "B": 0.0009532875847071409, + "S": 0.0010678151156753302, + "I": 0.011513005942106247, + "C": 0.000997424591332674, + "R": 0.00022328979684971273, + "M": 0.0028410146478563547, + "O": 0.0008901930996216834, + "W": 0.0005394067848101258, + "N": 0.006870563142001629, + "Y": 0.00922384299337864, + "U": 0.00019873485143762082, + "K": 0.006214817054569721, + "L": 0.0002223924529971555, + "G": 0.010776069015264511, + "F": 0.056130073964595795, + "E": 0.1674441695213318, + "T": 0.0039134821854531765, + "P": 0.6186429858207703, + "-": 0.1013374850153923 + }, + "id": "tp_24642" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3080280, + "label": "P", + "classification": { + "B": 1.671557402005419e-05, + "S": 6.953821866773069e-06, + "I": 0.012595072388648987, + "C": 0.0016151723684743047, + "R": 0.00017874517652671784, + "M": 0.0009866878390312195, + "O": 8.353492012247443e-05, + "W": 7.100582934072008e-06, + "N": 0.00023382836661767215, + "Y": 0.0035283402539789677, + "U": 5.390352271206211e-06, + "K": 8.09774428489618e-06, + "L": 4.473174340091646e-05, + "G": 0.0023598121479153633, + "F": 0.005538479425013065, + "E": 0.010001390241086483, + "T": 0.0014512400375679135, + "P": 0.5179970264434814, + "-": 0.4433417022228241 + }, + "id": "tp_24643" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3080380, + "label": "P", + "classification": { + "B": 2.902360130008219e-08, + "S": 2.7479673647690106e-08, + "I": 0.0001071299848263152, + "C": 9.320813205704326e-07, + "R": 1.6821819315282482e-07, + "M": 9.006926688925887e-07, + "O": 6.904967904119985e-07, + "W": 1.2237625135469443e-08, + "N": 3.6860103591607185e-06, + "Y": 2.216726898041088e-05, + "U": 1.1784083042698512e-08, + "K": 1.459805503145617e-07, + "L": 4.3978023001045585e-08, + "G": 2.1030926291132346e-05, + "F": 0.0010297948028892279, + "E": 6.550011312356219e-05, + "T": 1.9968672859249637e-05, + "P": 0.7409384846687317, + "-": 0.2577892541885376 + }, + "id": "tp_24644" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3080514, + "label": "P", + "classification": { + "B": 1.936552143888548e-05, + "S": 1.72533455042867e-05, + "I": 0.005369788035750389, + "C": 4.1531202441547066e-05, + "R": 6.361343366734218e-06, + "M": 0.0003157953324262053, + "O": 3.325031866552308e-05, + "W": 7.707935765211005e-06, + "N": 0.0005283220671117306, + "Y": 0.0004980513476766646, + "U": 5.745000180468196e-06, + "K": 7.87585013313219e-05, + "L": 6.9309171522036195e-06, + "G": 0.00029257393907755613, + "F": 0.0035263465251773596, + "E": 0.013294815085828304, + "T": 0.0003517013101372868, + "P": 0.8736607432365417, + "-": 0.10194499790668488 + }, + "id": "tp_24645" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3080647, + "label": "P", + "classification": { + "B": 5.8848312619375065e-05, + "S": 2.6141189664485864e-05, + "I": 0.004725486971437931, + "C": 6.57532291370444e-05, + "R": 1.670770325290505e-05, + "M": 0.00015400380652863532, + "O": 5.2381768909981474e-05, + "W": 7.976765118655749e-06, + "N": 0.00048332178266718984, + "Y": 0.0002644321648404002, + "U": 4.277344942238415e-06, + "K": 1.8039818314719014e-05, + "L": 1.708314630377572e-05, + "G": 0.0005561148864217103, + "F": 0.004176924005150795, + "E": 0.003909914288669825, + "T": 0.00024218820908572525, + "P": 0.9128045439720154, + "-": 0.07241594791412354 + }, + "id": "tp_24646" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3080781, + "label": "P", + "classification": { + "B": 7.227619835958876e-09, + "S": 6.319331280479901e-09, + "I": 1.4893334082444198e-05, + "C": 1.4291853034364976e-08, + "R": 1.6777488287544884e-09, + "M": 2.2762515428098595e-08, + "O": 5.244991285735523e-08, + "W": 4.013648524647806e-09, + "N": 1.0209448646492092e-06, + "Y": 3.034750477581838e-07, + "U": 1.371225688551192e-09, + "K": 1.6159892979317192e-08, + "L": 1.0133682781798825e-09, + "G": 1.979669264073891e-07, + "F": 8.673575212014839e-05, + "E": 1.1365628779458348e-05, + "T": 8.777548714533623e-07, + "P": 0.9661265015602112, + "-": 0.033757951110601425 + }, + "id": "tp_24647" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3080881, + "label": "P", + "classification": { + "B": 2.5627973627706524e-06, + "S": 3.18502571872159e-07, + "I": 0.0022919767070561647, + "C": 0.0001237454853253439, + "R": 6.002439477015287e-06, + "M": 3.940291207982227e-05, + "O": 6.687015684292419e-06, + "W": 8.41456824218767e-07, + "N": 0.00012010570935672149, + "Y": 0.00022498676844406873, + "U": 9.20168645279773e-07, + "K": 1.4671329154225532e-05, + "L": 1.2134184999013087e-06, + "G": 0.0004397104785311967, + "F": 0.0014068427262827754, + "E": 0.008725776337087154, + "T": 6.017998748575337e-05, + "P": 0.8460427522659302, + "-": 0.1404912918806076 + }, + "id": "tp_24648" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3081014, + "label": "P", + "classification": { + "B": 2.6977959350915626e-05, + "S": 8.260030881501734e-06, + "I": 0.010593854822218418, + "C": 8.069046452874318e-05, + "R": 6.573329756065505e-06, + "M": 0.0001568636653246358, + "O": 1.958961547643412e-05, + "W": 4.956092197971884e-06, + "N": 0.0011945583391934633, + "Y": 0.00010357688734075055, + "U": 5.6876901908253785e-06, + "K": 2.979866803798359e-05, + "L": 3.937130259146215e-06, + "G": 0.00014156958786770701, + "F": 0.00047452535363845527, + "E": 0.011758910492062569, + "T": 0.00011630190419964492, + "P": 0.9506446123123169, + "-": 0.02462870068848133 + }, + "id": "tp_24649" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3081148, + "label": "P", + "classification": { + "B": 6.062065040168818e-06, + "S": 8.821489245747216e-06, + "I": 0.000902807165402919, + "C": 1.2184364095446654e-05, + "R": 1.9138892639603e-06, + "M": 0.00011162478767801076, + "O": 2.04817461053608e-05, + "W": 3.822144662990468e-06, + "N": 0.00029453588649630547, + "Y": 0.00019926007371395826, + "U": 7.217286110972054e-07, + "K": 6.134239811217412e-05, + "L": 1.4124831295703189e-06, + "G": 0.0001699323911452666, + "F": 0.006255615036934614, + "E": 0.0074609676375985146, + "T": 0.00012516760034486651, + "P": 0.9261269569396973, + "-": 0.058236390352249146 + }, + "id": "tp_24650" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3081281, + "label": "P", + "classification": { + "B": 4.961500053468626e-06, + "S": 9.871552720142063e-06, + "I": 0.002150191692635417, + "C": 0.00013137466157786548, + "R": 1.8356211512582377e-05, + "M": 0.0001410989643773064, + "O": 6.644170207437128e-05, + "W": 1.9321536456118338e-05, + "N": 0.0003891905362252146, + "Y": 0.0008681877516210079, + "U": 1.0432794624648523e-05, + "K": 0.0006114187417551875, + "L": 4.1432313082623295e-06, + "G": 0.00033063325099647045, + "F": 0.01087650004774332, + "E": 0.006818739697337151, + "T": 0.00041667549521662295, + "P": 0.6488643884658813, + "-": 0.3282680809497833 + }, + "id": "tp_24651" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3081381, + "label": "P", + "classification": { + "B": 1.4918678061803803e-06, + "S": 7.771942591716652e-07, + "I": 4.667096436605789e-05, + "C": 7.685097216381109e-07, + "R": 3.931751280106255e-08, + "M": 6.695391221001046e-06, + "O": 2.950806901935721e-06, + "W": 6.528629796775931e-07, + "N": 9.648721061239485e-06, + "Y": 1.3072011824988294e-05, + "U": 7.212766917064073e-08, + "K": 2.093387593049556e-06, + "L": 1.6167861360827374e-07, + "G": 1.1800335414591245e-05, + "F": 0.002572077326476574, + "E": 0.0015600103652104735, + "T": 1.2900179171992932e-05, + "P": 0.8906474113464355, + "-": 0.1051107719540596 + }, + "id": "tp_24652" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3081515, + "label": "P", + "classification": { + "B": 3.965150972362608e-05, + "S": 3.2363175705540925e-05, + "I": 0.010530750267207623, + "C": 0.0003717524232342839, + "R": 7.678806287003681e-05, + "M": 0.0005430688033811748, + "O": 0.0001657763496041298, + "W": 4.897036342299543e-05, + "N": 0.0018104432383552194, + "Y": 0.0013103405945003033, + "U": 3.237027704017237e-05, + "K": 0.0005504541913978755, + "L": 2.228112134616822e-05, + "G": 0.0009810802293941379, + "F": 0.007423939649015665, + "E": 0.01878095045685768, + "T": 0.0009046399500221014, + "P": 0.7695323824882507, + "-": 0.1868419051170349 + }, + "id": "tp_24653" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3081648, + "label": "P", + "classification": { + "B": 9.647438673709985e-06, + "S": 1.1255766366957687e-05, + "I": 0.0011089645558968186, + "C": 6.448930798796937e-05, + "R": 7.141205514926696e-06, + "M": 0.00016142950335051864, + "O": 6.540505273733288e-05, + "W": 8.850479389366228e-06, + "N": 0.00018726881535258144, + "Y": 0.0005929426988586783, + "U": 8.469319254800212e-06, + "K": 4.5940803829580545e-05, + "L": 7.159234883147292e-06, + "G": 0.00014336779713630676, + "F": 0.004314801190048456, + "E": 0.0021854934748262167, + "T": 0.0009255382465198636, + "P": 0.4967116117477417, + "-": 0.4934401512145996 + }, + "id": "tp_24654" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3081782, + "label": "P", + "classification": { + "B": 0.0003659378853626549, + "S": 8.443793194601312e-05, + "I": 0.03375480696558952, + "C": 0.003510195529088378, + "R": 0.000473636930109933, + "M": 0.007516869343817234, + "O": 0.0006096973083913326, + "W": 4.319141589803621e-05, + "N": 0.0013908224646002054, + "Y": 0.010063441470265388, + "U": 4.377086952445097e-05, + "K": 4.901403372059576e-05, + "L": 0.0004196242953184992, + "G": 0.011115605011582375, + "F": 0.00917202327400446, + "E": 0.04063266143202782, + "T": 0.0044333795085549355, + "P": 0.47702616453170776, + "-": 0.39929476380348206 + }, + "id": "tp_24655" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3081882, + "label": "P", + "classification": { + "B": 1.1725863259925973e-05, + "S": 2.749975465121679e-06, + "I": 0.009633178822696209, + "C": 1.433745364920469e-05, + "R": 6.230638973647729e-07, + "M": 4.628129681805149e-05, + "O": 4.575826551445061e-06, + "W": 1.1317263215460116e-06, + "N": 0.00116556731518358, + "Y": 0.00016779224097263068, + "U": 5.090107038085989e-07, + "K": 7.954628381412476e-05, + "L": 5.32337423919671e-07, + "G": 0.00026426970725879073, + "F": 0.00032414685119874775, + "E": 0.07393791526556015, + "T": 5.825316839036532e-05, + "P": 0.905282735824585, + "-": 0.009004110470414162 + }, + "id": "tp_24656" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3082015, + "label": "-", + "classification": { + "B": 6.441508048737887e-06, + "S": 1.3699682313017547e-05, + "I": 0.0001961684611160308, + "C": 1.7790120182326064e-05, + "R": 3.568640067896922e-06, + "M": 5.939350012340583e-05, + "O": 5.949100886937231e-05, + "W": 4.056398211105261e-06, + "N": 3.657341221696697e-05, + "Y": 0.00020634608517866582, + "U": 6.482337653324066e-07, + "K": 3.455837486399105e-06, + "L": 3.331290827190969e-06, + "G": 0.00010226285667158663, + "F": 0.004735077731311321, + "E": 0.00016621235408820212, + "T": 0.0003846286563202739, + "P": 0.3983345031738281, + "-": 0.5956663489341736 + }, + "id": "tp_24657" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3082149, + "label": "-", + "classification": { + "B": 6.421844034321111e-08, + "S": 8.577590904224053e-08, + "I": 0.0008664816850796342, + "C": 1.5113768313312903e-05, + "R": 2.3488707938668085e-06, + "M": 7.983761315699667e-05, + "O": 6.202275926625589e-06, + "W": 1.4741188181233156e-07, + "N": 1.2612572390935384e-05, + "Y": 0.0018028432969003916, + "U": 8.974744503120746e-08, + "K": 2.703776090129395e-06, + "L": 4.127402348785836e-07, + "G": 0.00014451541937887669, + "F": 0.0013462953502312303, + "E": 0.0004060467181261629, + "T": 0.0005397021886892617, + "P": 0.12517473101615906, + "-": 0.8695997595787048 + }, + "id": "tp_24658" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3082282, + "label": "-", + "classification": { + "B": 0.006320806685835123, + "S": 0.0014595275279134512, + "I": 0.0016127765411511064, + "C": 6.867474439786747e-05, + "R": 3.373646904947236e-05, + "M": 0.003339877352118492, + "O": 0.0018509241053834558, + "W": 0.0003024082980118692, + "N": 0.000312032614601776, + "Y": 0.002122841775417328, + "U": 1.2271251762285829e-05, + "K": 2.558612141001504e-05, + "L": 0.0004577541258186102, + "G": 0.005584042984992266, + "F": 0.027834713459014893, + "E": 0.01289417129009962, + "T": 0.0019742869772017, + "P": 0.46259814500808716, + "-": 0.4711954593658447 + }, + "id": "tp_24659" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3082382, + "label": "P", + "classification": { + "B": 1.5743891879083094e-07, + "S": 8.073881474501832e-08, + "I": 0.00010879811452468857, + "C": 4.102308537312638e-07, + "R": 2.2320131520814357e-08, + "M": 3.2267616916215047e-06, + "O": 5.093709205539199e-07, + "W": 3.792410652181388e-08, + "N": 5.611147116724169e-06, + "Y": 1.2158420759078581e-05, + "U": 9.823635238603856e-09, + "K": 4.4683073952000996e-07, + "L": 2.9176421278975795e-08, + "G": 9.231907824869268e-06, + "F": 0.0009404528536833823, + "E": 0.0008491071057505906, + "T": 7.4614895311242435e-06, + "P": 0.9186586141586304, + "-": 0.07940355688333511 + }, + "id": "tp_24660" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3082516, + "label": "P", + "classification": { + "B": 3.2871179428184405e-05, + "S": 6.9948819145793095e-06, + "I": 0.002151022432371974, + "C": 9.191333083435893e-05, + "R": 1.6461512132082134e-05, + "M": 0.00017143951845355332, + "O": 3.074781852774322e-05, + "W": 3.834922608803026e-06, + "N": 0.00014910030586179346, + "Y": 0.0006604897789657116, + "U": 2.264476052005193e-06, + "K": 1.1954119145229924e-05, + "L": 7.050462954794057e-06, + "G": 0.0008599742432124913, + "F": 0.00330270710401237, + "E": 0.004896152764558792, + "T": 0.00023150241759140044, + "P": 0.8058600425720215, + "-": 0.18151341378688812 + }, + "id": "tp_24661" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3082649, + "label": "P", + "classification": { + "B": 1.3988125829200726e-05, + "S": 6.488895110123849e-07, + "I": 0.0015404941514134407, + "C": 1.4770474990655202e-05, + "R": 7.469755587408144e-07, + "M": 7.741234730929136e-05, + "O": 1.0321144145564176e-05, + "W": 5.345179374671716e-07, + "N": 6.530546670546755e-05, + "Y": 9.838718688115478e-05, + "U": 7.045973688946106e-07, + "K": 1.5509032209592988e-06, + "L": 1.94213203030813e-06, + "G": 0.00021469518833328038, + "F": 0.0005400237278081477, + "E": 0.005060598719865084, + "T": 0.00011653098044916987, + "P": 0.7893571853637695, + "-": 0.20288413763046265 + }, + "id": "tp_24662" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3082783, + "label": "P", + "classification": { + "B": 9.29353482206352e-05, + "S": 2.9368724426603876e-05, + "I": 0.0026187472976744175, + "C": 7.071415893733501e-05, + "R": 9.861920261755586e-06, + "M": 0.00045744163799099624, + "O": 0.00010928092524409294, + "W": 1.91105755220633e-05, + "N": 0.0002650738169904798, + "Y": 0.00035100470995530486, + "U": 6.412734364857897e-06, + "K": 6.609459887840785e-06, + "L": 2.673206472536549e-05, + "G": 0.0003905009652953595, + "F": 0.0019016647711396217, + "E": 0.0017746447119861841, + "T": 0.0006801523268222809, + "P": 0.8166628479957581, + "-": 0.17452697455883026 + }, + "id": "tp_24663" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3082883, + "label": "-", + "classification": { + "B": 4.494331129478724e-09, + "S": 1.0577565490166307e-09, + "I": 8.490968866681214e-06, + "C": 7.124108378775418e-07, + "R": 3.4608774512889795e-08, + "M": 1.1313617278574384e-06, + "O": 2.0102291387047444e-07, + "W": 2.5154813787509056e-09, + "N": 9.626437957876988e-08, + "Y": 5.8890629588859156e-05, + "U": 3.678837456888573e-09, + "K": 2.613229632686398e-08, + "L": 1.48922048026634e-08, + "G": 1.0223599929304328e-05, + "F": 0.00041796109871938825, + "E": 1.225255891768029e-05, + "T": 1.7189908248838037e-05, + "P": 0.12611304223537445, + "-": 0.8733596205711365 + }, + "id": "tp_24664" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3083016, + "label": "-", + "classification": { + "B": 0.00020361162023618817, + "S": 0.00020431644225027412, + "I": 0.01356599386781454, + "C": 0.0018720016814768314, + "R": 0.00029852884472347796, + "M": 0.004199926275759935, + "O": 0.0006579766049981117, + "W": 0.00015243254892993718, + "N": 0.0014447957510128617, + "Y": 0.010817782953381538, + "U": 8.55191465234384e-05, + "K": 0.0005303564830683172, + "L": 0.0002493440988473594, + "G": 0.0038928878493607044, + "F": 0.03159163519740105, + "E": 0.02263789251446724, + "T": 0.004403985571116209, + "P": 0.43263673782348633, + "-": 0.4705543518066406 + }, + "id": "tp_24665" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3083150, + "label": "P", + "classification": { + "B": 4.88496603168187e-08, + "S": 3.712460383553662e-08, + "I": 0.0007206419249996543, + "C": 5.039498319092672e-06, + "R": 1.9851623278555053e-07, + "M": 3.4526276522228727e-06, + "O": 3.9336813983936736e-07, + "W": 4.689786337053192e-08, + "N": 3.089982783421874e-05, + "Y": 3.9096787077141926e-05, + "U": 6.179440958931082e-08, + "K": 4.402455033414299e-06, + "L": 2.3354562728172823e-08, + "G": 8.401643754041288e-06, + "F": 0.00035285131889395416, + "E": 0.0015771340113133192, + "T": 7.501000709453365e-06, + "P": 0.938975989818573, + "-": 0.05827363207936287 + }, + "id": "tp_24666" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3083283, + "label": "-", + "classification": { + "B": 1.3174958439776674e-06, + "S": 3.5520592973625753e-06, + "I": 0.0004349754599388689, + "C": 1.285933922190452e-05, + "R": 1.9554920527298236e-06, + "M": 0.00019285985035821795, + "O": 2.8407841455191374e-05, + "W": 2.615198127386975e-06, + "N": 3.583353100111708e-05, + "Y": 0.0003109969838988036, + "U": 7.571949822704482e-07, + "K": 5.69269786865334e-06, + "L": 3.1243903322319966e-06, + "G": 7.977493805810809e-05, + "F": 0.003877408104017377, + "E": 0.0006515910499729216, + "T": 0.0005931955529376864, + "P": 0.37459811568260193, + "-": 0.6191650629043579 + }, + "id": "tp_24667" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3083383, + "label": "-", + "classification": { + "B": 1.4047020158614032e-05, + "S": 1.3645150829688646e-05, + "I": 0.0003768828173633665, + "C": 0.0002642686595208943, + "R": 3.456194463069551e-05, + "M": 0.0008697182638570666, + "O": 0.000227699798415415, + "W": 1.840449112933129e-05, + "N": 4.8862835683394223e-05, + "Y": 0.003536076284945011, + "U": 6.015251074131811e-06, + "K": 9.528126975055784e-05, + "L": 5.234398486209102e-05, + "G": 0.0037606116384267807, + "F": 0.04571240022778511, + "E": 0.002871691482141614, + "T": 0.0012256130576133728, + "P": 0.0977386087179184, + "-": 0.8431332111358643 + }, + "id": "tp_24668" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3083517, + "label": "P", + "classification": { + "B": 4.103500828023243e-07, + "S": 4.1116936699836515e-06, + "I": 0.00020159054838586599, + "C": 3.2688030842109583e-06, + "R": 5.491834258464223e-07, + "M": 1.4001112504047342e-05, + "O": 1.0515932444832288e-05, + "W": 2.458559720253106e-06, + "N": 5.1904386054957286e-05, + "Y": 0.00024417490931227803, + "U": 8.78787773217482e-07, + "K": 0.0001002152421278879, + "L": 3.5270463172309974e-07, + "G": 3.401454523555003e-05, + "F": 0.008118812926113605, + "E": 0.0012240648502483964, + "T": 0.00016132382734213024, + "P": 0.6466003656387329, + "-": 0.34322693943977356 + }, + "id": "tp_24669" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3083650, + "label": "P", + "classification": { + "B": 6.308866318249784e-08, + "S": 1.2938993165789725e-07, + "I": 0.0009715543710626662, + "C": 3.158137587888632e-06, + "R": 5.092432502351585e-07, + "M": 4.1870216591632925e-06, + "O": 1.1988825008302229e-06, + "W": 2.5409318027413974e-07, + "N": 4.4092099415138364e-05, + "Y": 3.891485175699927e-05, + "U": 1.237947344634449e-07, + "K": 1.1780413842643611e-05, + "L": 5.465422603379011e-08, + "G": 1.1926667866646312e-05, + "F": 0.0007398413144983351, + "E": 0.0006070735398679972, + "T": 1.8462522348272614e-05, + "P": 0.909372866153717, + "-": 0.08817378431558609 + }, + "id": "tp_24670" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3083750, + "label": "-", + "classification": { + "B": 2.481469709891826e-05, + "S": 5.224941560300067e-05, + "I": 0.0014049113960936666, + "C": 0.00020616130495909601, + "R": 3.498862497508526e-05, + "M": 0.0009790770709514618, + "O": 0.00014318832836579531, + "W": 1.5930614608805627e-05, + "N": 8.139546116581187e-05, + "Y": 0.00200263736769557, + "U": 2.09897098102374e-06, + "K": 3.327744343550876e-05, + "L": 3.5040317015955225e-05, + "G": 0.0017231402453035116, + "F": 0.04593478888273239, + "E": 0.0030595692805945873, + "T": 0.0013314048992469907, + "P": 0.24462580680847168, + "-": 0.698309600353241 + }, + "id": "tp_24671" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3083884, + "label": "P", + "classification": { + "B": 1.96934504259616e-08, + "S": 3.6251501800421693e-09, + "I": 7.80998743721284e-05, + "C": 1.0290540330970543e-06, + "R": 3.7154972432063005e-08, + "M": 4.6150040589054697e-07, + "O": 1.5125846175578772e-07, + "W": 8.219463332181931e-09, + "N": 1.6036458418966504e-06, + "Y": 2.0311103071435355e-05, + "U": 1.0243481618488204e-08, + "K": 3.9780215388418583e-07, + "L": 6.587766776533499e-09, + "G": 5.295310529618291e-06, + "F": 0.00036287170951254666, + "E": 0.00012751454778481275, + "T": 4.368654117570259e-06, + "P": 0.7418632507324219, + "-": 0.25753456354141235 + }, + "id": "tp_24672" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3084017, + "label": "P", + "classification": { + "B": 2.0481915271375328e-05, + "S": 5.420544039225206e-05, + "I": 0.0050523243844509125, + "C": 0.00010242891585221514, + "R": 5.352188600227237e-05, + "M": 0.00026408580015413463, + "O": 0.00018764520063996315, + "W": 4.5964134187670425e-05, + "N": 0.0006764668505638838, + "Y": 0.0015692292945459485, + "U": 1.685525967332069e-05, + "K": 0.00030249645351432264, + "L": 2.237838998553343e-05, + "G": 0.0008777941111475229, + "F": 0.017959922552108765, + "E": 0.0023573788348585367, + "T": 0.0009010233916342258, + "P": 0.6916399598121643, + "-": 0.27789589762687683 + }, + "id": "tp_24673" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3084151, + "label": "-", + "classification": { + "B": 2.1648374968208373e-06, + "S": 2.6617419734975556e-06, + "I": 0.001247845240868628, + "C": 0.00010619866952765733, + "R": 1.5211611753329635e-05, + "M": 0.00023374751617666334, + "O": 3.371565617271699e-05, + "W": 4.594860456563765e-06, + "N": 0.00012295503984205425, + "Y": 0.0036651333793997765, + "U": 3.0205414986994583e-06, + "K": 0.0005246649961918592, + "L": 2.7336791390553117e-06, + "G": 0.0010222854325547814, + "F": 0.0183342806994915, + "E": 0.008904083631932735, + "T": 0.0008274954743683338, + "P": 0.32859840989112854, + "-": 0.6363489031791687 + }, + "id": "tp_24674" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3084251, + "label": "-", + "classification": { + "B": 4.490068386076018e-05, + "S": 0.00016218004748225212, + "I": 0.0030635364819318056, + "C": 0.0027924308087676764, + "R": 0.000485858297906816, + "M": 0.0030251105781644583, + "O": 0.0009663625969551504, + "W": 0.00014250083768274635, + "N": 0.0005398672656156123, + "Y": 0.011875342577695847, + "U": 7.01365788700059e-05, + "K": 0.001539067830890417, + "L": 0.00019026502559427172, + "G": 0.007689012214541435, + "F": 0.0669364407658577, + "E": 0.0072774882428348064, + "T": 0.0076538436114788055, + "P": 0.10990885645151138, + "-": 0.7756367921829224 + }, + "id": "tp_24675" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3084384, + "label": "P", + "classification": { + "B": 1.4567514305952045e-08, + "S": 3.92491799061645e-08, + "I": 0.00022508281108457595, + "C": 2.0240341314092802e-07, + "R": 1.6845095984763248e-08, + "M": 4.550963978999789e-07, + "O": 1.1117615628108979e-07, + "W": 2.98629068140599e-08, + "N": 1.2905814401165117e-05, + "Y": 5.340571988199372e-06, + "U": 2.7625572940337406e-08, + "K": 2.8024244329571957e-06, + "L": 2.707744028995762e-09, + "G": 1.2648259826164576e-06, + "F": 8.423894905718043e-05, + "E": 0.0005115577368997037, + "T": 2.9861112125217915e-06, + "P": 0.9732085466384888, + "-": 0.025944368913769722 + }, + "id": "tp_24676" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3084518, + "label": "-", + "classification": { + "B": 1.948433055076748e-05, + "S": 1.5288847862393595e-05, + "I": 0.00011249367526033893, + "C": 6.495488923974335e-05, + "R": 6.715379186061909e-06, + "M": 0.00019117724150419235, + "O": 5.6317338021472096e-05, + "W": 7.770002412144095e-06, + "N": 2.1942032617516816e-05, + "Y": 0.0024011859204620123, + "U": 1.2958972774868016e-06, + "K": 7.714893581578508e-05, + "L": 9.812765711103566e-06, + "G": 0.0017276728758588433, + "F": 0.07582613825798035, + "E": 0.003690913086757064, + "T": 0.0005675971624441445, + "P": 0.14010335505008698, + "-": 0.7750986814498901 + }, + "id": "tp_24677" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3084651, + "label": "-", + "classification": { + "B": 2.532572807467659e-06, + "S": 3.5199134345020866e-06, + "I": 4.605459253070876e-05, + "C": 2.8124164600740187e-05, + "R": 3.56192140316125e-06, + "M": 0.00013206312723923475, + "O": 4.278182314010337e-05, + "W": 2.067254399662488e-06, + "N": 5.884702659386676e-06, + "Y": 0.0009420308051630855, + "U": 3.9752305269757926e-07, + "K": 2.031722578976769e-05, + "L": 4.81094457427389e-06, + "G": 0.0005009991582483053, + "F": 0.03264113515615463, + "E": 0.0004294000973459333, + "T": 0.00039745905087329447, + "P": 0.08321904391050339, + "-": 0.8815778493881226 + }, + "id": "tp_24678" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3084751, + "label": "-", + "classification": { + "B": 0.0028412751853466034, + "S": 0.0018430664204061031, + "I": 0.0021030623465776443, + "C": 0.0033942495938390493, + "R": 0.0007565913838334382, + "M": 0.010103005915880203, + "O": 0.005801684223115444, + "W": 0.001374407671391964, + "N": 0.0008268290548585355, + "Y": 0.010652340017259121, + "U": 0.0002315859601367265, + "K": 0.0006080942112021148, + "L": 0.002409800421446562, + "G": 0.013458998873829842, + "F": 0.1163547933101654, + "E": 0.007759314961731434, + "T": 0.009826225228607655, + "P": 0.16368629038333893, + "-": 0.6459683179855347 + }, + "id": "tp_24679" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3084885, + "label": "P", + "classification": { + "B": 1.6410824628110277e-06, + "S": 4.4835354628958157e-07, + "I": 1.5853132936172187e-05, + "C": 3.324426600670449e-08, + "R": 6.8090320048952435e-09, + "M": 1.0755339872048353e-06, + "O": 5.2001269068568945e-06, + "W": 2.281527713421383e-07, + "N": 5.818233717036492e-07, + "Y": 2.420604914732394e-06, + "U": 4.834795674923953e-09, + "K": 2.5949924431500904e-09, + "L": 1.495270964824158e-07, + "G": 2.069278480121284e-06, + "F": 9.731757018016651e-05, + "E": 6.863087492092745e-06, + "T": 7.262926374096423e-06, + "P": 0.5716996788978577, + "-": 0.4281591773033142 + }, + "id": "tp_24680" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3085018, + "label": "P", + "classification": { + "B": 0.00012713266187347472, + "S": 9.617256000638008e-05, + "I": 0.010835223831236362, + "C": 0.000666967942379415, + "R": 0.0001413748977938667, + "M": 0.000553013407625258, + "O": 0.00038158157258294523, + "W": 5.7191919040633366e-05, + "N": 0.0021318073850125074, + "Y": 0.0024242810904979706, + "U": 4.200811235932633e-05, + "K": 0.000245187635300681, + "L": 5.89890441915486e-05, + "G": 0.002324836328625679, + "F": 0.00832153856754303, + "E": 0.006684921681880951, + "T": 0.0016744098393246531, + "P": 0.7975602746009827, + "-": 0.16567310690879822 + }, + "id": "tp_24681" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3085152, + "label": "P", + "classification": { + "B": 1.1150059719966521e-07, + "S": 4.616837756543646e-08, + "I": 0.0003969817771576345, + "C": 1.3676179833055357e-06, + "R": 1.0006388606598193e-07, + "M": 3.6850756259809714e-06, + "O": 2.9974469839544327e-07, + "W": 4.995725788603522e-08, + "N": 3.438717612880282e-05, + "Y": 9.799849067348987e-06, + "U": 2.066128779176779e-08, + "K": 2.6291604626749177e-06, + "L": 2.282686040189219e-08, + "G": 9.5669583970448e-06, + "F": 0.000533262558747083, + "E": 0.004189461935311556, + "T": 4.986696239939192e-06, + "P": 0.9737521409988403, + "-": 0.021061036735773087 + }, + "id": "tp_24682" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3085252, + "label": "-", + "classification": { + "B": 5.809116032651218e-08, + "S": 5.709759420824412e-07, + "I": 5.8132922276854515e-05, + "C": 7.502078005927615e-06, + "R": 1.918299403769197e-06, + "M": 1.1411735613364726e-05, + "O": 1.2544329365482554e-05, + "W": 5.55001349766826e-07, + "N": 4.111921043659095e-06, + "Y": 0.00027768759173341095, + "U": 2.0790193389075284e-07, + "K": 4.598547320711077e-07, + "L": 5.72236274365423e-07, + "G": 2.139839307346847e-05, + "F": 0.0014658591244369745, + "E": 1.2257912203494925e-05, + "T": 0.00039648445090278983, + "P": 0.12079323828220367, + "-": 0.8769351243972778 + }, + "id": "tp_24683" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3085385, + "label": "P", + "classification": { + "B": 5.273273018246982e-07, + "S": 5.670256655321282e-07, + "I": 0.0001142881010309793, + "C": 8.596387488069013e-06, + "R": 4.1540027950759395e-07, + "M": 1.1153116247442085e-05, + "O": 3.579880058168783e-06, + "W": 8.769586088419601e-07, + "N": 1.8902288502431475e-05, + "Y": 0.00031039112946018577, + "U": 3.641024477474275e-07, + "K": 5.484052962856367e-05, + "L": 2.369454250583658e-07, + "G": 0.00012493501708377153, + "F": 0.01021711714565754, + "E": 0.0037304649595171213, + "T": 8.42810477479361e-05, + "P": 0.6748647689819336, + "-": 0.31045377254486084 + }, + "id": "tp_24684" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3085519, + "label": "-", + "classification": { + "B": 2.4595115974079818e-05, + "S": 1.9620871171355247e-05, + "I": 0.0006095462595112622, + "C": 6.98020521667786e-05, + "R": 1.1912855370610487e-05, + "M": 0.00012862167204730213, + "O": 0.0001112082609324716, + "W": 1.6205360225285403e-05, + "N": 0.0001255229872185737, + "Y": 0.0007716178079135716, + "U": 9.372272870677989e-06, + "K": 0.0002468316233716905, + "L": 9.110483006224968e-06, + "G": 0.000503106159158051, + "F": 0.017761152237653732, + "E": 0.003398364409804344, + "T": 0.0005879366653971374, + "P": 0.4169483184814453, + "-": 0.5586471557617188 + }, + "id": "tp_24685" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3085652, + "label": "P", + "classification": { + "B": 0.0003711542522069067, + "S": 0.0006126335356384516, + "I": 0.019336650148034096, + "C": 0.002361821476370096, + "R": 0.0006922013126313686, + "M": 0.003913011867552996, + "O": 0.0015201802598312497, + "W": 0.0007787974318489432, + "N": 0.006589739117771387, + "Y": 0.00704294815659523, + "U": 0.0003412746882531792, + "K": 0.008950334042310715, + "L": 0.00034214058541692793, + "G": 0.008658328093588352, + "F": 0.04910065233707428, + "E": 0.05917263403534889, + "T": 0.005457453895360231, + "P": 0.5341414213180542, + "-": 0.29061657190322876 + }, + "id": "tp_24686" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3085752, + "label": "P", + "classification": { + "B": 4.2039857362397015e-05, + "S": 1.2802516721421853e-05, + "I": 0.013103540986776352, + "C": 0.00021254201419651508, + "R": 2.4454138838336803e-05, + "M": 0.0002749994455371052, + "O": 5.966299431747757e-05, + "W": 1.2454244824766647e-05, + "N": 0.0012838696129620075, + "Y": 0.0006457254057750106, + "U": 1.5256656297424342e-05, + "K": 7.787430513417348e-05, + "L": 1.2734593838104047e-05, + "G": 0.0004918825579807162, + "F": 0.0020088176243007183, + "E": 0.006290083285421133, + "T": 0.0006951367831788957, + "P": 0.8515739440917969, + "-": 0.12316218763589859 + }, + "id": "tp_24687" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3085886, + "label": "P", + "classification": { + "B": 5.832575311615074e-07, + "S": 9.769541975401808e-07, + "I": 0.00016019259055610746, + "C": 4.5379630364550394e-07, + "R": 8.29372623911695e-08, + "M": 5.490739567903802e-06, + "O": 2.5836877739493502e-06, + "W": 4.2487187101869495e-07, + "N": 2.7871274141944014e-05, + "Y": 1.742095082590822e-05, + "U": 1.1250513409777341e-07, + "K": 3.4552267607068643e-06, + "L": 7.298820037249243e-08, + "G": 1.0358066901972052e-05, + "F": 0.0007394385174848139, + "E": 0.0005802803789265454, + "T": 2.4123957700794563e-05, + "P": 0.954878568649292, + "-": 0.04354754462838173 + }, + "id": "tp_24688" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3086019, + "label": "-", + "classification": { + "B": 7.93787112343125e-05, + "S": 0.00026638893177732825, + "I": 0.005256779957562685, + "C": 0.0019907497335225344, + "R": 0.001002720557153225, + "M": 0.0009378013201057911, + "O": 0.0011398503556847572, + "W": 0.000267686351435259, + "N": 0.0011705168290063739, + "Y": 0.0070477016270160675, + "U": 0.00016693126235622913, + "K": 0.0011512755881994963, + "L": 0.00023093484924174845, + "G": 0.003053343156352639, + "F": 0.06452959775924683, + "E": 0.0017995184753090143, + "T": 0.00539156561717391, + "P": 0.2950049340724945, + "-": 0.6095122694969177 + }, + "id": "tp_24689" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3086153, + "label": "-", + "classification": { + "B": 4.5630608269675577e-07, + "S": 1.4267883443608298e-06, + "I": 6.562165799550712e-05, + "C": 3.162613893437083e-06, + "R": 4.2399446442686894e-07, + "M": 1.549701664771419e-05, + "O": 8.801466719887685e-06, + "W": 5.306627031131939e-07, + "N": 7.222035037557362e-06, + "Y": 0.00014246307546272874, + "U": 9.860794136784534e-08, + "K": 6.532540737680392e-06, + "L": 4.6485482130265154e-07, + "G": 7.504262612201273e-05, + "F": 0.014365493319928646, + "E": 0.0004162057302892208, + "T": 9.747070726007223e-05, + "P": 0.34215065836906433, + "-": 0.6426423788070679 + }, + "id": "tp_24690" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3086253, + "label": "-", + "classification": { + "B": 5.503912689164281e-05, + "S": 3.173540244461037e-05, + "I": 0.0005086204037070274, + "C": 0.0001908578269649297, + "R": 3.3980166335823014e-05, + "M": 0.0008376669138669968, + "O": 0.00022509446716867387, + "W": 1.6751442672102712e-05, + "N": 6.230876169865951e-05, + "Y": 0.0015698751667514443, + "U": 7.033186648186529e-06, + "K": 2.110015157086309e-05, + "L": 5.0460046622902155e-05, + "G": 0.0011713327839970589, + "F": 0.015196961350739002, + "E": 0.0010743583552539349, + "T": 0.0019455899018794298, + "P": 0.17189210653305054, + "-": 0.8051090836524963 + }, + "id": "tp_24691" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3086386, + "label": "P", + "classification": { + "B": 3.812042450590525e-06, + "S": 1.759195242811984e-06, + "I": 0.0005712513229809701, + "C": 1.9004354498974863e-06, + "R": 2.215538330574418e-07, + "M": 3.4791148209478706e-05, + "O": 5.421034074970521e-06, + "W": 5.484691882884363e-07, + "N": 5.1004324632231146e-05, + "Y": 6.439678691094741e-05, + "U": 1.0191470067866248e-07, + "K": 1.3502439060175675e-06, + "L": 3.2019272566685686e-07, + "G": 2.1783436750411056e-05, + "F": 0.0002459027455188334, + "E": 0.0005860067903995514, + "T": 6.435123214032501e-05, + "P": 0.9328824877738953, + "-": 0.06546253710985184 + }, + "id": "tp_24692" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3086520, + "label": "-", + "classification": { + "B": 7.418207678711042e-05, + "S": 1.5374056602013297e-05, + "I": 0.00608686450868845, + "C": 0.0023591017816215754, + "R": 0.00031434267293661833, + "M": 0.0009637383045628667, + "O": 0.0003055323613807559, + "W": 3.827316322713159e-05, + "N": 0.00042981369188055396, + "Y": 0.004758200608193874, + "U": 6.081798710511066e-05, + "K": 0.000125607693917118, + "L": 0.00010425534856040031, + "G": 0.004173432942479849, + "F": 0.010786262340843678, + "E": 0.0076409028843045235, + "T": 0.0019723998848348856, + "P": 0.34796932339668274, + "-": 0.6118216514587402 + }, + "id": "tp_24693" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3086653, + "label": "-", + "classification": { + "B": 0.00529126450419426, + "S": 0.004939256701618433, + "I": 0.0358329638838768, + "C": 0.009129958227276802, + "R": 0.004573071841150522, + "M": 0.022345250472426414, + "O": 0.012784532271325588, + "W": 0.003718398744240403, + "N": 0.010563642717897892, + "Y": 0.018780356273055077, + "U": 0.0019246576121076941, + "K": 0.0023320885375142097, + "L": 0.006863871123641729, + "G": 0.02483142912387848, + "F": 0.05874891206622124, + "E": 0.024493254721164703, + "T": 0.02772851288318634, + "P": 0.3066495954990387, + "-": 0.4184689223766327 + }, + "id": "tp_24694" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3086753, + "label": "-", + "classification": { + "B": 3.57388926204294e-05, + "S": 2.532959661039058e-05, + "I": 0.00018432480283081532, + "C": 0.00014928003656677902, + "R": 1.4163307241688017e-05, + "M": 0.0009992796694859862, + "O": 0.00020005767873954028, + "W": 1.1312215065117925e-05, + "N": 2.3832697479519993e-05, + "Y": 0.0017895573982968926, + "U": 1.7221364032593556e-06, + "K": 1.1979136615991592e-05, + "L": 5.019078525947407e-05, + "G": 0.002239918103441596, + "F": 0.04089319333434105, + "E": 0.0013660031836479902, + "T": 0.0013860015897080302, + "P": 0.11053089052438736, + "-": 0.8400871753692627 + }, + "id": "tp_24695" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3086887, + "label": "P", + "classification": { + "B": 3.5083034163108096e-05, + "S": 6.0316684539429843e-05, + "I": 0.007355070207268, + "C": 0.0006821111310273409, + "R": 0.00013300478167366236, + "M": 0.0005449244054034352, + "O": 0.00030160730239003897, + "W": 8.22550427983515e-05, + "N": 0.0018005854217335582, + "Y": 0.0033819512464106083, + "U": 8.015926141524687e-05, + "K": 0.0014629450161010027, + "L": 5.158864223631099e-05, + "G": 0.0014863820979371667, + "F": 0.020184680819511414, + "E": 0.02092057839035988, + "T": 0.0033376705832779408, + "P": 0.5266256332397461, + "-": 0.4114733934402466 + }, + "id": "tp_24696" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3087020, + "label": "P", + "classification": { + "B": 1.485652774135815e-07, + "S": 1.8906978027644072e-07, + "I": 0.0001306589983869344, + "C": 5.562289828731082e-08, + "R": 1.860062326386469e-08, + "M": 3.1332194794231327e-06, + "O": 5.301824330672389e-07, + "W": 3.229729017562022e-08, + "N": 3.95684173781774e-06, + "Y": 2.0063058400410227e-05, + "U": 2.175233548840083e-09, + "K": 1.7458253864788276e-07, + "L": 2.186636827161692e-08, + "G": 5.873879217688227e-06, + "F": 0.000709372281562537, + "E": 0.00012366192822810262, + "T": 1.1464295312180184e-05, + "P": 0.904553234577179, + "-": 0.0944373682141304 + }, + "id": "tp_24697" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3087154, + "label": "-", + "classification": { + "B": 0.0003649474529083818, + "S": 8.79967919900082e-05, + "I": 0.00023317887098528445, + "C": 5.468328527058475e-05, + "R": 1.5645313396817073e-05, + "M": 0.00025341854779981077, + "O": 0.00021882557484786958, + "W": 1.807402259146329e-05, + "N": 2.4062032025540248e-05, + "Y": 0.00036066092434339225, + "U": 1.1392486385375378e-06, + "K": 1.0983728770952439e-06, + "L": 8.857716602506116e-05, + "G": 0.001325373537838459, + "F": 0.025593014433979988, + "E": 0.0007169094751589, + "T": 0.0005734462756663561, + "P": 0.29465824365615845, + "-": 0.675410807132721 + }, + "id": "tp_24698" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3087254, + "label": "-", + "classification": { + "B": 5.734716069127899e-06, + "S": 2.2562830963579472e-06, + "I": 0.00037040573079138994, + "C": 5.6421551562380046e-05, + "R": 1.1102616554126143e-05, + "M": 0.00022850184177514166, + "O": 8.280873589683324e-05, + "W": 4.397487373353215e-06, + "N": 1.2649246855289675e-05, + "Y": 0.0005651943502016366, + "U": 1.432103317711153e-06, + "K": 1.5330664382418036e-06, + "L": 1.4389437637873925e-05, + "G": 0.0003982939524576068, + "F": 0.004143670201301575, + "E": 0.0003118874446954578, + "T": 0.0004403957282193005, + "P": 0.16189439594745636, + "-": 0.8314545154571533 + }, + "id": "tp_24699" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3087387, + "label": "-", + "classification": { + "B": 3.999127784481971e-06, + "S": 6.260591362661216e-06, + "I": 0.0004945694236084819, + "C": 0.00011720672046067193, + "R": 3.092980114161037e-05, + "M": 0.0002129792992491275, + "O": 0.00010434577416162938, + "W": 9.953387234418187e-06, + "N": 4.27883533120621e-05, + "Y": 0.004251739010214806, + "U": 2.622004330987693e-06, + "K": 7.871731941122562e-05, + "L": 1.4829484825895634e-05, + "G": 0.002095750067383051, + "F": 0.029623933136463165, + "E": 0.0015736123314127326, + "T": 0.0010612618643790483, + "P": 0.17264540493488312, + "-": 0.7876290678977966 + }, + "id": "tp_24700" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3087521, + "label": "-", + "classification": { + "B": 8.256370587211848e-11, + "S": 1.9735861556124945e-10, + "I": 6.966815362829948e-06, + "C": 8.501385195813782e-08, + "R": 1.945147598547692e-09, + "M": 1.802970217568145e-08, + "O": 8.590861355628476e-09, + "W": 3.9127165396557473e-10, + "N": 1.0059507360438147e-07, + "Y": 4.142774287174689e-06, + "U": 4.843009882016247e-10, + "K": 1.1209057504402153e-07, + "L": 1.2195841558870768e-10, + "G": 3.8329946505655244e-07, + "F": 0.00029770954279229045, + "E": 1.4074199498281814e-05, + "T": 6.472982931882143e-07, + "P": 0.4833849370479584, + "-": 0.5162908434867859 + }, + "id": "tp_24701" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3087654, + "label": "P", + "classification": { + "B": 7.814326636434998e-06, + "S": 1.3455296254960558e-07, + "I": 0.0014411644078791142, + "C": 0.00020222509920131415, + "R": 6.056899110262748e-06, + "M": 4.1456813050899655e-05, + "O": 8.345370588358492e-06, + "W": 7.412257900796249e-07, + "N": 3.888387436745688e-05, + "Y": 0.0002146244514733553, + "U": 2.2237718440010212e-06, + "K": 3.3950470879062777e-06, + "L": 3.0907422114978544e-06, + "G": 0.0003840682911686599, + "F": 0.0014467457076534629, + "E": 0.0026224900502711535, + "T": 7.308526983251795e-05, + "P": 0.7370628118515015, + "-": 0.25644057989120483 + }, + "id": "tp_24702" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3087754, + "label": "-", + "classification": { + "B": 3.1808362109586596e-05, + "S": 3.286409310021554e-06, + "I": 6.280383331613848e-06, + "C": 4.485131285036914e-06, + "R": 8.231418178183958e-07, + "M": 0.0004296779807191342, + "O": 9.260846127290279e-05, + "W": 6.856716368019988e-07, + "N": 1.1144636147264464e-07, + "Y": 3.223771273042075e-05, + "U": 5.718503892637727e-09, + "K": 9.215695428999027e-10, + "L": 3.047008067369461e-05, + "G": 0.0002739207411650568, + "F": 0.002227621618658304, + "E": 1.4450523849518504e-05, + "T": 0.00013040121120866388, + "P": 0.01703663356602192, + "-": 0.9796844720840454 + }, + "id": "tp_24703" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3087888, + "label": "-", + "classification": { + "B": 1.5207716330678522e-07, + "S": 4.099437589388799e-08, + "I": 6.334464706014842e-05, + "C": 5.153152869752375e-06, + "R": 2.794828901642177e-07, + "M": 6.681240847683512e-06, + "O": 1.4239760730561102e-06, + "W": 9.56299999188559e-08, + "N": 1.306903413933469e-06, + "Y": 5.5190939747262746e-05, + "U": 3.968759543226952e-08, + "K": 1.6389449797316047e-07, + "L": 1.134787694923034e-07, + "G": 1.9405721104703844e-05, + "F": 0.0005449109012261033, + "E": 0.00016470073023810983, + "T": 2.3210594008560292e-05, + "P": 0.41262751817703247, + "-": 0.586486279964447 + }, + "id": "tp_24704" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3088021, + "label": "P", + "classification": { + "B": 0.00014387590636033565, + "S": 0.00035682274028658867, + "I": 0.004426564089953899, + "C": 0.0012483226601034403, + "R": 0.0002585033653303981, + "M": 0.0015772184124216437, + "O": 0.0010946629336103797, + "W": 0.0003740508109331131, + "N": 0.0020361202768981457, + "Y": 0.006244275253266096, + "U": 0.00012441545550245792, + "K": 0.006795523222535849, + "L": 0.00011355695460224524, + "G": 0.004245588090270758, + "F": 0.07382387667894363, + "E": 0.029442092403769493, + "T": 0.0030142762698233128, + "P": 0.4480426609516144, + "-": 0.41663751006126404 + }, + "id": "tp_24705" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3088155, + "label": "P", + "classification": { + "B": 1.6082691217889078e-05, + "S": 6.1006344367342535e-06, + "I": 0.0035572305787354708, + "C": 3.901996024069376e-05, + "R": 4.771107796841534e-06, + "M": 9.687502461019903e-05, + "O": 2.4364309865632094e-05, + "W": 7.736882253084332e-06, + "N": 0.0004999682423658669, + "Y": 0.00032656898838467896, + "U": 5.379705726227257e-06, + "K": 0.00018697437189985067, + "L": 2.2758979412174085e-06, + "G": 0.0002040523977484554, + "F": 0.0014833055902272463, + "E": 0.010120095685124397, + "T": 0.0002096227544825524, + "P": 0.8642026782035828, + "-": 0.11900694668292999 + }, + "id": "tp_24706" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3088255, + "label": "-", + "classification": { + "B": 1.4280210052675102e-05, + "S": 1.7150672647403553e-05, + "I": 4.5240161853143945e-05, + "C": 1.3665351616509724e-05, + "R": 3.858995114569552e-06, + "M": 0.00012421573046594858, + "O": 0.0001120401211665012, + "W": 1.184978009405313e-05, + "N": 7.843243110983167e-06, + "Y": 0.00023998713004402816, + "U": 6.10164306635852e-07, + "K": 4.1221755964215845e-06, + "L": 6.140295681689167e-06, + "G": 0.00010103001113748178, + "F": 0.0076592108234763145, + "E": 0.00012836375390179455, + "T": 0.00037315391818992794, + "P": 0.14821285009384155, + "-": 0.8429243564605713 + }, + "id": "tp_24707" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3088388, + "label": "-", + "classification": { + "B": 1.7851016309577972e-07, + "S": 5.694123572652643e-08, + "I": 5.2295017667347565e-05, + "C": 4.134488335694186e-06, + "R": 2.3279362437733653e-07, + "M": 2.5886761250148993e-06, + "O": 2.201802999479696e-06, + "W": 1.388276444913572e-07, + "N": 2.8595914045581594e-06, + "Y": 0.0001291239314014092, + "U": 1.17548196953976e-07, + "K": 1.539625259283639e-06, + "L": 1.1347835737751666e-07, + "G": 2.5128181732725352e-05, + "F": 0.000992554472759366, + "E": 5.531646456802264e-05, + "T": 6.824186857556924e-05, + "P": 0.3003457188606262, + "-": 0.6983174085617065 + }, + "id": "tp_24708" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3088522, + "label": "-", + "classification": { + "B": 0.00011136499233543873, + "S": 4.9609010602580383e-05, + "I": 0.0002861056418623775, + "C": 5.558600969379768e-05, + "R": 2.323369699297473e-05, + "M": 0.002668698551133275, + "O": 0.0006053842371329665, + "W": 3.0030818379600532e-05, + "N": 2.0161314751021564e-05, + "Y": 0.0014565917663276196, + "U": 2.2131966943561565e-06, + "K": 1.2387423566906364e-06, + "L": 0.000145047451951541, + "G": 0.0008072539931163192, + "F": 0.005545494146645069, + "E": 0.00041191003401763737, + "T": 0.0028202617540955544, + "P": 0.11753091216087341, + "-": 0.8674289584159851 + }, + "id": "tp_24709" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3088655, + "label": "P", + "classification": { + "B": 5.3423205827130005e-05, + "S": 1.5516452549491078e-05, + "I": 0.0011732372222468257, + "C": 8.606184564996511e-05, + "R": 7.557053777418332e-06, + "M": 0.0004648911126423627, + "O": 7.135552732506767e-05, + "W": 6.066672085580649e-06, + "N": 6.444081373047084e-05, + "Y": 0.0006096733268350363, + "U": 1.0953128821711289e-06, + "K": 2.269761807838222e-06, + "L": 2.1326884962036274e-05, + "G": 0.0005449447780847549, + "F": 0.005028611049056053, + "E": 0.0035316699650138617, + "T": 0.0003402692382223904, + "P": 0.5352760553359985, + "-": 0.45270150899887085 + }, + "id": "tp_24710" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3088755, + "label": "P", + "classification": { + "B": 6.022292495799775e-07, + "S": 1.3341953035705956e-06, + "I": 0.0009280080557800829, + "C": 8.765188795223366e-06, + "R": 9.217275760420307e-07, + "M": 1.7924863641383126e-05, + "O": 4.713674115919275e-06, + "W": 1.0240415804219083e-06, + "N": 9.253210737369955e-05, + "Y": 0.00013541542284656316, + "U": 4.840358656110766e-07, + "K": 3.64179395546671e-05, + "L": 3.479616736967728e-07, + "G": 5.248866364127025e-05, + "F": 0.0032742531038820744, + "E": 0.0017893292242661119, + "T": 5.75119411223568e-05, + "P": 0.8907633423805237, + "-": 0.10283458977937698 + }, + "id": "tp_24711" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3088889, + "label": "P", + "classification": { + "B": 0.00019416341092437506, + "S": 0.0003068139776587486, + "I": 0.013863661326467991, + "C": 0.0050598266534507275, + "R": 0.0008283854695037007, + "M": 0.003593277418985963, + "O": 0.0011445496929809451, + "W": 0.0002902293635997921, + "N": 0.0034623953979462385, + "Y": 0.010143766179680824, + "U": 0.00012071405944880098, + "K": 0.0018266703700646758, + "L": 0.0005041742115281522, + "G": 0.015583060681819916, + "F": 0.12140995264053345, + "E": 0.050744231790304184, + "T": 0.003933616913855076, + "P": 0.49650025367736816, + "-": 0.27049025893211365 + }, + "id": "tp_24712" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3089022, + "label": "-", + "classification": { + "B": 1.2304178653721465e-07, + "S": 1.1237912644901371e-07, + "I": 2.800753281917423e-05, + "C": 1.988185204027104e-06, + "R": 1.383597805215686e-07, + "M": 8.468176019960083e-06, + "O": 1.9723499917745357e-06, + "W": 7.625367004493455e-08, + "N": 1.6050008753154543e-06, + "Y": 4.892666038358584e-05, + "U": 6.537367625014667e-08, + "K": 1.5494032368223998e-06, + "L": 1.9141691609547706e-07, + "G": 2.798198147502262e-05, + "F": 0.0034059074241667986, + "E": 0.0002232730621472001, + "T": 8.320268534589559e-05, + "P": 0.24114103615283966, + "-": 0.755025327205658 + }, + "id": "tp_24713" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3089156, + "label": "-", + "classification": { + "B": 4.629986278814613e-07, + "S": 9.092124855669681e-06, + "I": 3.7659727240679786e-05, + "C": 8.388404967263341e-05, + "R": 5.415323357738089e-06, + "M": 0.00030833875644020736, + "O": 6.747585575794801e-05, + "W": 4.714639089797856e-06, + "N": 1.2730495654977858e-05, + "Y": 0.0012775978539139032, + "U": 4.1308805975859286e-07, + "K": 0.00037159159546718, + "L": 5.74824935029028e-06, + "G": 0.0007838208694010973, + "F": 0.15419696271419525, + "E": 0.0013893762370571494, + "T": 0.0008174843969754875, + "P": 0.03487098589539528, + "-": 0.8057563304901123 + }, + "id": "tp_24714" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3089256, + "label": "-", + "classification": { + "B": 7.046423444734273e-09, + "S": 2.1416843853927503e-09, + "I": 1.5194887055258732e-05, + "C": 5.3167133273746e-07, + "R": 1.4536881032256588e-08, + "M": 9.545428838464431e-07, + "O": 1.6890705012428953e-07, + "W": 4.509538964470039e-09, + "N": 2.422799809664866e-07, + "Y": 2.677943484741263e-05, + "U": 6.867810320443368e-09, + "K": 8.361043057902862e-08, + "L": 9.1672820445865e-09, + "G": 4.178554718237137e-06, + "F": 0.0001651293132454157, + "E": 3.342685886309482e-05, + "T": 1.638679350435268e-05, + "P": 0.3129582703113556, + "-": 0.6867786049842834 + }, + "id": "tp_24715" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3089389, + "label": "P", + "classification": { + "B": 2.5159735741908662e-05, + "S": 1.018111561279511e-06, + "I": 0.0012595562729984522, + "C": 2.424133344902657e-05, + "R": 1.9420542685111286e-06, + "M": 0.00012876803521066904, + "O": 6.362463409459451e-06, + "W": 9.138180985246436e-07, + "N": 3.604728408390656e-05, + "Y": 0.00016924946976359934, + "U": 4.339996166891069e-07, + "K": 1.5878028989391169e-06, + "L": 2.7613739348453237e-06, + "G": 0.00019609722949098796, + "F": 0.0011809816351160407, + "E": 0.0062428126111626625, + "T": 7.572127651656047e-05, + "P": 0.88993901014328, + "-": 0.10070735216140747 + }, + "id": "tp_24716" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3089523, + "label": "P", + "classification": { + "B": 0.0006130030378699303, + "S": 0.0004350875678937882, + "I": 0.04528621956706047, + "C": 0.001016806229017675, + "R": 0.00018008648476097733, + "M": 0.0033654163125902414, + "O": 0.0007952270098030567, + "W": 0.00017514408682473004, + "N": 0.005498575046658516, + "Y": 0.0049788858741521835, + "U": 6.052546086721122e-05, + "K": 0.00035340370959602296, + "L": 0.00021342300169635564, + "G": 0.0038605891168117523, + "F": 0.008066595532000065, + "E": 0.0485171414911747, + "T": 0.0021556613501161337, + "P": 0.730130136013031, + "-": 0.14429806172847748 + }, + "id": "tp_24717" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3089656, + "label": "-", + "classification": { + "B": 0.00021693295275326818, + "S": 3.40599799528718e-05, + "I": 0.0007441232446581125, + "C": 0.0003039780131075531, + "R": 7.408521923935041e-05, + "M": 0.00268166302703321, + "O": 0.0007425285875797272, + "W": 3.1389674404636025e-05, + "N": 4.068747875862755e-05, + "Y": 0.002626132220029831, + "U": 8.512047315889504e-06, + "K": 2.3514905933552654e-06, + "L": 0.0003288970037829131, + "G": 0.0028543255757540464, + "F": 0.004085181280970573, + "E": 0.0009550112881697714, + "T": 0.0020178332924842834, + "P": 0.12618523836135864, + "-": 0.8560670614242554 + }, + "id": "tp_24718" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3089756, + "label": "P", + "classification": { + "B": 8.490498657920398e-06, + "S": 2.413175479887286e-06, + "I": 0.0015185462543740869, + "C": 0.00020399809000082314, + "R": 2.0821578800678253e-05, + "M": 0.00012099369632778689, + "O": 3.317061418783851e-05, + "W": 1.7991491176871932e-06, + "N": 6.165677768876776e-05, + "Y": 0.0007665776065550745, + "U": 3.1086271974345436e-06, + "K": 7.208967417682288e-06, + "L": 1.3873786883777939e-05, + "G": 0.0015469398349523544, + "F": 0.011647285893559456, + "E": 0.002098235534504056, + "T": 0.0004520404036156833, + "P": 0.49320393800735474, + "-": 0.488288938999176 + }, + "id": "tp_24719" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3089890, + "label": "-", + "classification": { + "B": 0.0034102073404937983, + "S": 0.004516412038356066, + "I": 0.0069158258847892284, + "C": 0.009664234705269337, + "R": 0.0036106461193412542, + "M": 0.038913946598768234, + "O": 0.01138446107506752, + "W": 0.001837964286096394, + "N": 0.0019280612468719482, + "Y": 0.049089159816503525, + "U": 0.00047579940292052925, + "K": 0.0014338809996843338, + "L": 0.008868176490068436, + "G": 0.045229360461235046, + "F": 0.11771105229854584, + "E": 0.018301019445061684, + "T": 0.03439478203654289, + "P": 0.08077574521303177, + "-": 0.5615392327308655 + }, + "id": "tp_24720" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3090023, + "label": "-", + "classification": { + "B": 0.00012183810031274334, + "S": 3.343123535159975e-05, + "I": 0.011457378976047039, + "C": 0.0013052156427875161, + "R": 0.00010576405475148931, + "M": 0.0022480147890746593, + "O": 0.00027576746651902795, + "W": 2.552355726948008e-05, + "N": 0.0005405298434197903, + "Y": 0.004330573603510857, + "U": 1.5712794265709817e-05, + "K": 2.9102486223564483e-05, + "L": 9.740050154505298e-05, + "G": 0.0030573231633752584, + "F": 0.004525155760347843, + "E": 0.012091491371393204, + "T": 0.0024368353188037872, + "P": 0.4394860565662384, + "-": 0.5178169012069702 + }, + "id": "tp_24721" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3090157, + "label": "-", + "classification": { + "B": 4.314567559049465e-05, + "S": 4.0641614759806544e-05, + "I": 0.0005138617707416415, + "C": 0.00031465227948501706, + "R": 9.26792636164464e-05, + "M": 0.003427539486438036, + "O": 0.0006372708594426513, + "W": 3.0189210519893095e-05, + "N": 3.093939449172467e-05, + "Y": 0.008191172033548355, + "U": 7.93218168837484e-06, + "K": 8.139694728015456e-06, + "L": 0.00028150968137197196, + "G": 0.0030097393319010735, + "F": 0.012938921339809895, + "E": 0.0006118780584074557, + "T": 0.00611403863877058, + "P": 0.03898249939084053, + "-": 0.9247233271598816 + }, + "id": "tp_24722" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3090257, + "label": "P", + "classification": { + "B": 9.873062367660168e-10, + "S": 1.216452161223458e-09, + "I": 0.00010437730088597164, + "C": 8.796866524107827e-08, + "R": 4.444338230769063e-09, + "M": 2.4060305747752864e-08, + "O": 1.4614426113723766e-08, + "W": 1.875555266650508e-09, + "N": 1.6748830375945545e-06, + "Y": 7.935101962175395e-07, + "U": 1.6904589950073046e-09, + "K": 2.519152531021973e-08, + "L": 3.799412451321871e-10, + "G": 1.3908466200973635e-07, + "F": 1.6906187738641165e-05, + "E": 1.4078456842980813e-05, + "T": 5.449951459013391e-07, + "P": 0.9685598611831665, + "-": 0.03130144625902176 + }, + "id": "tp_24723" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3090390, + "label": "P", + "classification": { + "B": 3.0642699130112305e-05, + "S": 0.00011722520139301196, + "I": 0.018548136577010155, + "C": 9.919423609972e-05, + "R": 3.0516364859067835e-05, + "M": 0.0003587128594517708, + "O": 0.00015161086048465222, + "W": 3.5447708796709776e-05, + "N": 0.0037918046582490206, + "Y": 0.001297155162319541, + "U": 2.1876388927921653e-05, + "K": 0.00033233402064070106, + "L": 2.1945008484181017e-05, + "G": 0.00043624406680464745, + "F": 0.0032563006971031427, + "E": 0.010096332058310509, + "T": 0.001121046720072627, + "P": 0.8692607879638672, + "-": 0.09099268913269043 + }, + "id": "tp_24724" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3090524, + "label": "-", + "classification": { + "B": 1.0141934581042733e-06, + "S": 7.71937811805401e-06, + "I": 0.0002520852431189269, + "C": 8.013357000891119e-05, + "R": 1.4708552953379694e-05, + "M": 9.918370051309466e-05, + "O": 5.231471004663035e-05, + "W": 4.065011125931051e-06, + "N": 2.574952486611437e-05, + "Y": 0.0007282255101017654, + "U": 1.506363787484588e-06, + "K": 9.412351573701017e-06, + "L": 4.503635864239186e-06, + "G": 0.00015203084331005812, + "F": 0.007565900683403015, + "E": 0.00012211418652441353, + "T": 0.0007697688415646553, + "P": 0.1538405418395996, + "-": 0.8362690210342407 + }, + "id": "tp_24725" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3090657, + "label": "-", + "classification": { + "B": 1.169467759609688e-05, + "S": 1.5933369468257297e-06, + "I": 3.959715832024813e-05, + "C": 3.7613349945786467e-07, + "R": 7.157537140756176e-08, + "M": 2.24529121624073e-05, + "O": 1.2605529263964854e-05, + "W": 2.8128414442107896e-07, + "N": 1.0006531283579534e-06, + "Y": 1.428095310984645e-05, + "U": 4.228180028320594e-09, + "K": 6.859767420763774e-09, + "L": 1.1032323072868166e-06, + "G": 4.450461710803211e-05, + "F": 0.0010384484194219112, + "E": 6.946536450413987e-05, + "T": 3.1574243621435016e-05, + "P": 0.31864842772483826, + "-": 0.680062472820282 + }, + "id": "tp_24726" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3090757, + "label": "-", + "classification": { + "B": 1.835546640904795e-06, + "S": 4.832411832467187e-06, + "I": 0.00046059992746450007, + "C": 0.00016287792823277414, + "R": 1.195116692542797e-05, + "M": 0.0001347854413324967, + "O": 5.619577495963313e-05, + "W": 6.1365462897811085e-06, + "N": 6.35634278296493e-05, + "Y": 0.00226189149543643, + "U": 3.7908225749561097e-06, + "K": 8.199699368560687e-05, + "L": 7.077962436596863e-06, + "G": 0.0007365501951426268, + "F": 0.017720405012369156, + "E": 0.0012017244007438421, + "T": 0.0007141957757994533, + "P": 0.28052443265914917, + "-": 0.6958451271057129 + }, + "id": "tp_24727" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3090891, + "label": "-", + "classification": { + "B": 0.001379852881655097, + "S": 0.0005102866562083364, + "I": 0.0016489089466631413, + "C": 0.0006133100250735879, + "R": 0.00015792679914738983, + "M": 0.021087920293211937, + "O": 0.004204198252409697, + "W": 0.00029334783903323114, + "N": 0.00018172062118537724, + "Y": 0.004833961371332407, + "U": 2.3395388780045323e-05, + "K": 9.401527677255217e-06, + "L": 0.0016981305088847876, + "G": 0.004496742971241474, + "F": 0.010185135528445244, + "E": 0.00212777778506279, + "T": 0.01248527318239212, + "P": 0.10806721448898315, + "-": 0.8259954452514648 + }, + "id": "tp_24728" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3091024, + "label": "P", + "classification": { + "B": 0.00038524126284755766, + "S": 0.000262348068645224, + "I": 0.0688127726316452, + "C": 0.003913624677807093, + "R": 0.00043013569666072726, + "M": 0.0038167869206517935, + "O": 0.0005091114435344934, + "W": 0.00016865205543581396, + "N": 0.007121104747056961, + "Y": 0.012717447243630886, + "U": 6.91441964590922e-05, + "K": 0.001121543813496828, + "L": 0.00022141086810734123, + "G": 0.006759248673915863, + "F": 0.02515820413827896, + "E": 0.1141103133559227, + "T": 0.003523570718243718, + "P": 0.5944464206695557, + "-": 0.15645286440849304 + }, + "id": "tp_24729" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3091158, + "label": "-", + "classification": { + "B": 1.239367747984943e-06, + "S": 1.1954446108575212e-06, + "I": 0.0002922238491009921, + "C": 4.5982207666384056e-05, + "R": 6.417909844458336e-06, + "M": 4.30215586675331e-05, + "O": 2.0017458155052736e-05, + "W": 2.4274413590319455e-06, + "N": 1.97053868760122e-05, + "Y": 0.0005281968624331057, + "U": 2.9785601327603217e-06, + "K": 8.430791058344766e-05, + "L": 1.3610039104605676e-06, + "G": 0.00014797571930103004, + "F": 0.005713033489882946, + "E": 0.000462847703602165, + "T": 0.00028029861277900636, + "P": 0.22529761493206024, + "-": 0.7670491337776184 + }, + "id": "tp_24730" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3091258, + "label": "-", + "classification": { + "B": 3.844709135591984e-05, + "S": 0.0003008597414009273, + "I": 0.0022698186803609133, + "C": 0.0011019763769581914, + "R": 0.0003804489388130605, + "M": 0.002014548983424902, + "O": 0.000996110145933926, + "W": 0.00018972516409121454, + "N": 0.0005427043652161956, + "Y": 0.011135745793581009, + "U": 3.09318165818695e-05, + "K": 0.003701929934322834, + "L": 0.0001769030059222132, + "G": 0.0071828835643827915, + "F": 0.17160457372665405, + "E": 0.007366974838078022, + "T": 0.005683743394911289, + "P": 0.08680500090122223, + "-": 0.6984766721725464 + }, + "id": "tp_24731" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3091391, + "label": "-", + "classification": { + "B": 1.3936547027526558e-08, + "S": 1.2638838420286902e-08, + "I": 4.079126301803626e-05, + "C": 6.901450888108229e-06, + "R": 1.6307263877024525e-06, + "M": 4.700145836977754e-06, + "O": 2.2879937660036376e-06, + "W": 6.371595873133629e-08, + "N": 4.3651633063745976e-07, + "Y": 0.0005234985146671534, + "U": 3.8330313145706896e-08, + "K": 3.922486655483226e-07, + "L": 1.2754236422551912e-07, + "G": 3.872801607940346e-05, + "F": 0.0008564195013605058, + "E": 1.3640512406709604e-05, + "T": 5.407108983490616e-05, + "P": 0.029620761051774025, + "-": 0.9688355326652527 + }, + "id": "tp_24732" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3091525, + "label": "P", + "classification": { + "B": 6.102050775780299e-08, + "S": 1.2120386827518814e-07, + "I": 0.0005915929796174169, + "C": 8.34597642551671e-07, + "R": 8.096757397879628e-08, + "M": 8.499263230987708e-07, + "O": 5.15773876941239e-07, + "W": 6.116487583085473e-08, + "N": 2.7103405955131166e-05, + "Y": 3.960790309065487e-06, + "U": 3.2049129572442325e-08, + "K": 2.1971686692268122e-07, + "L": 3.46510553583812e-08, + "G": 3.5904724882129813e-06, + "F": 8.239960880018771e-05, + "E": 8.81715168361552e-05, + "T": 6.679338184767403e-06, + "P": 0.9760573506355286, + "-": 0.023136358708143234 + }, + "id": "tp_24733" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3091658, + "label": "-", + "classification": { + "B": 3.5334007719711735e-08, + "S": 7.486336812689842e-07, + "I": 5.204381523071788e-05, + "C": 5.9888266150665e-06, + "R": 6.993108740971365e-07, + "M": 1.969554432434961e-06, + "O": 3.166885107930284e-06, + "W": 5.257007842374151e-07, + "N": 6.875456165289506e-06, + "Y": 8.08641198091209e-05, + "U": 8.246809812817446e-08, + "K": 2.2769132556277327e-05, + "L": 1.0445156561900149e-07, + "G": 3.242930688429624e-05, + "F": 0.024330206215381622, + "E": 0.00015809675096534193, + "T": 3.72748909285292e-05, + "P": 0.3347613513469696, + "-": 0.6405047178268433 + }, + "id": "tp_24734" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3091758, + "label": "-", + "classification": { + "B": 0.0010353359393775463, + "S": 0.0006157099269330502, + "I": 0.0021728244610130787, + "C": 0.0005210053641349077, + "R": 0.00021342617401387542, + "M": 0.003494526958093047, + "O": 0.0018733812030404806, + "W": 0.0002460557734593749, + "N": 0.0003996260347776115, + "Y": 0.0038896033074706793, + "U": 3.976190055254847e-05, + "K": 5.652749678120017e-05, + "L": 0.0005468964227475226, + "G": 0.004086940083652735, + "F": 0.01962095871567726, + "E": 0.003233228577300906, + "T": 0.006437415257096291, + "P": 0.23511409759521484, + "-": 0.7164026498794556 + }, + "id": "tp_24735" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3091892, + "label": "P", + "classification": { + "B": 9.733797014632728e-06, + "S": 8.833273568598088e-06, + "I": 0.006238539703190327, + "C": 0.001043792231939733, + "R": 0.00032114519854076207, + "M": 0.00024344267148990184, + "O": 0.00016219979443121701, + "W": 2.0470904928515665e-05, + "N": 0.0005286560044623911, + "Y": 0.0034011767711490393, + "U": 2.9428414563881233e-05, + "K": 0.00019105699902866036, + "L": 3.797160752583295e-05, + "G": 0.0019950545392930508, + "F": 0.015199809335172176, + "E": 0.0023451887536793947, + "T": 0.0012414540397003293, + "P": 0.5476638078689575, + "-": 0.4193183481693268 + }, + "id": "tp_24736" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3092025, + "label": "P", + "classification": { + "B": 1.9511367099767085e-07, + "S": 7.543499123130459e-07, + "I": 0.0007127049029804766, + "C": 1.1632901077973656e-06, + "R": 1.4677350179681525e-07, + "M": 2.714949005167e-06, + "O": 1.2474926052163937e-06, + "W": 3.371114303263312e-07, + "N": 9.999471512855962e-05, + "Y": 1.8307224308955483e-05, + "U": 1.0788485838020279e-07, + "K": 8.519732546119485e-06, + "L": 5.04414146007548e-08, + "G": 6.362548901961418e-06, + "F": 0.0004319543077144772, + "E": 0.0010247029131278396, + "T": 1.5016762517916504e-05, + "P": 0.9699977040290833, + "-": 0.027677997946739197 + }, + "id": "tp_24737" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3092125, + "label": "-", + "classification": { + "B": 4.79389782412909e-05, + "S": 0.0001212832285091281, + "I": 0.002308698371052742, + "C": 0.0008289481629617512, + "R": 0.0002554370148573071, + "M": 0.002078715479001403, + "O": 0.0006748713785782456, + "W": 8.434182382188737e-05, + "N": 0.00042540836147964, + "Y": 0.008934750221669674, + "U": 5.231103205005638e-05, + "K": 0.0003777196106966585, + "L": 0.0001479380007367581, + "G": 0.003614140208810568, + "F": 0.034438762813806534, + "E": 0.00430386234074831, + "T": 0.006799342110753059, + "P": 0.19622458517551422, + "-": 0.7382809519767761 + }, + "id": "tp_24738" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3092259, + "label": "-", + "classification": { + "B": 1.0300482244929299e-05, + "S": 5.739849257224705e-06, + "I": 0.0013151922030374408, + "C": 0.0011230360250920057, + "R": 0.00018862476281356066, + "M": 0.0006238791393116117, + "O": 0.0001857741008279845, + "W": 1.6485684682265855e-05, + "N": 0.00012431622599251568, + "Y": 0.007360622752457857, + "U": 2.3318219973589294e-05, + "K": 0.00016844752826727927, + "L": 4.1364295611856505e-05, + "G": 0.0027394273784011602, + "F": 0.01754928007721901, + "E": 0.002088673412799835, + "T": 0.0029497970826923847, + "P": 0.14301303029060364, + "-": 0.8204727172851562 + }, + "id": "tp_24739" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3092392, + "label": "P", + "classification": { + "B": 0.00010634503996698186, + "S": 0.00022884379723109305, + "I": 0.0011720272013917565, + "C": 5.394711024564458e-06, + "R": 4.962613274983596e-06, + "M": 0.0001661904389038682, + "O": 0.00018889042257796973, + "W": 2.27971286221873e-05, + "N": 0.00021789724996779114, + "Y": 0.00017206970369443297, + "U": 1.3671807437276584e-06, + "K": 1.2603584764292464e-05, + "L": 1.5026108485471923e-05, + "G": 0.00023222443996928632, + "F": 0.008126625791192055, + "E": 0.0009912817040458322, + "T": 0.00045298089389689267, + "P": 0.8003053665161133, + "-": 0.18757712841033936 + }, + "id": "tp_24740" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3092526, + "label": "P", + "classification": { + "B": 5.86923806622508e-06, + "S": 7.572726644866634e-06, + "I": 0.0031629374716430902, + "C": 0.00024131149984896183, + "R": 4.8445370339322835e-05, + "M": 0.0002346100372960791, + "O": 8.511610940331593e-05, + "W": 1.4125915186014026e-05, + "N": 0.00034749021870084107, + "Y": 0.0031692723277956247, + "U": 9.858694284048397e-06, + "K": 0.00021234266750980169, + "L": 9.111091458180454e-06, + "G": 0.0007280307472683489, + "F": 0.008141736499965191, + "E": 0.005499011836946011, + "T": 0.0007951483130455017, + "P": 0.5150456428527832, + "-": 0.46224233508110046 + }, + "id": "tp_24741" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3092626, + "label": "-", + "classification": { + "B": 2.082749233522918e-06, + "S": 2.0184734239592217e-06, + "I": 0.00040671738679520786, + "C": 0.0004834897699765861, + "R": 6.467691855505109e-05, + "M": 0.0003350965562276542, + "O": 7.570863817818463e-05, + "W": 3.493724534564535e-06, + "N": 1.9418181182118133e-05, + "Y": 0.0022875999566167593, + "U": 3.370032345628715e-06, + "K": 1.0153060429729521e-05, + "L": 1.5969730156939477e-05, + "G": 0.0011411681771278381, + "F": 0.008990633301436901, + "E": 0.00033176931901834905, + "T": 0.0008912129560485482, + "P": 0.05952666699886322, + "-": 0.9254087209701538 + }, + "id": "tp_24742" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3092759, + "label": "P", + "classification": { + "B": 1.3879915172765322e-07, + "S": 6.095351068324817e-07, + "I": 3.484906073936145e-06, + "C": 1.606038324553083e-08, + "R": 1.5693932819971224e-09, + "M": 9.142155477093183e-07, + "O": 1.2410158660713932e-06, + "W": 8.163449649600807e-08, + "N": 7.03520299794036e-07, + "Y": 1.3144606327841757e-06, + "U": 3.4508100821284415e-09, + "K": 6.250031958643376e-08, + "L": 3.6102310474461774e-08, + "G": 1.0089330544360564e-06, + "F": 0.000959437049459666, + "E": 1.367866661894368e-05, + "T": 1.8845368686015718e-05, + "P": 0.7032487988471985, + "-": 0.29574960470199585 + }, + "id": "tp_24743" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3092893, + "label": "P", + "classification": { + "B": 5.134438106324524e-05, + "S": 3.0592600523959845e-05, + "I": 0.0064490786753594875, + "C": 0.0008741432102397084, + "R": 6.40721118543297e-05, + "M": 0.0006322328117676079, + "O": 8.265911310445517e-05, + "W": 3.373688377905637e-05, + "N": 0.0005858914228156209, + "Y": 0.0019397923024371266, + "U": 3.2707361242501065e-05, + "K": 0.00022015497961547226, + "L": 2.679477256606333e-05, + "G": 0.0009344227146357298, + "F": 0.012072043493390083, + "E": 0.015648867934942245, + "T": 0.000828981981612742, + "P": 0.6693544387817383, + "-": 0.29013800621032715 + }, + "id": "tp_24744" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3093026, + "label": "P", + "classification": { + "B": 0.001459823688492179, + "S": 0.0004131777095608413, + "I": 0.0020950043108314276, + "C": 0.0002766848774626851, + "R": 7.708854536758736e-05, + "M": 0.0016623905394226313, + "O": 0.000851048098411411, + "W": 0.0001056457549566403, + "N": 0.00048437347868457437, + "Y": 0.0006428697379305959, + "U": 1.6118296116474085e-05, + "K": 3.905915582436137e-05, + "L": 0.0002636122517287731, + "G": 0.003351548220962286, + "F": 0.01839200034737587, + "E": 0.008209512569010258, + "T": 0.0020723817870020866, + "P": 0.5450982451438904, + "-": 0.41448941826820374 + }, + "id": "tp_24745" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3093126, + "label": "P", + "classification": { + "B": 4.9845730245579034e-05, + "S": 7.327057392103598e-05, + "I": 0.014231693930923939, + "C": 8.452885231235996e-05, + "R": 3.2474294130224735e-05, + "M": 0.0009084129706025124, + "O": 9.299894009018317e-05, + "W": 3.446675691520795e-05, + "N": 0.0019280031556263566, + "Y": 0.0011828424176201224, + "U": 1.4039562302059494e-05, + "K": 0.0002394971379544586, + "L": 2.4862814825610258e-05, + "G": 0.0005244445637799799, + "F": 0.004529105499386787, + "E": 0.01656414195895195, + "T": 0.0008422372047789395, + "P": 0.8971128463745117, + "-": 0.06153025105595589 + }, + "id": "tp_24746" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3093260, + "label": "-", + "classification": { + "B": 0.001424235524609685, + "S": 0.003023180179297924, + "I": 0.012382191605865955, + "C": 0.008180603384971619, + "R": 0.0035606396850198507, + "M": 0.0054624336771667, + "O": 0.004945835564285517, + "W": 0.0022894875146448612, + "N": 0.005899965763092041, + "Y": 0.018484683707356453, + "U": 0.0019123683450743556, + "K": 0.008463085629045963, + "L": 0.0015964559279382229, + "G": 0.009026030078530312, + "F": 0.0662025734782219, + "E": 0.013731846585869789, + "T": 0.0188424214720726, + "P": 0.30266472697257996, + "-": 0.511907160282135 + }, + "id": "tp_24747" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3093393, + "label": "-", + "classification": { + "B": 1.5027622794150375e-05, + "S": 0.0001017621616483666, + "I": 0.0008552068611606956, + "C": 0.00337220192886889, + "R": 0.00031565301469527185, + "M": 0.0009540635510347784, + "O": 0.00044132283073849976, + "W": 6.197360926307738e-05, + "N": 0.0001775791315594688, + "Y": 0.002041221596300602, + "U": 1.2058922948199324e-05, + "K": 0.0003685862466227263, + "L": 0.00011085838195867836, + "G": 0.005212255287915468, + "F": 0.1129508838057518, + "E": 0.004300231579691172, + "T": 0.0016785243060439825, + "P": 0.17935122549533844, + "-": 0.6876792907714844 + }, + "id": "tp_24748" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3093527, + "label": "-", + "classification": { + "B": 8.838919166009873e-05, + "S": 5.75309713894967e-05, + "I": 0.007532117888331413, + "C": 0.007250215858221054, + "R": 0.0009698645444586873, + "M": 0.0033548371866345406, + "O": 0.0006999659817665815, + "W": 0.000128077736007981, + "N": 0.0008011942845769227, + "Y": 0.017138807103037834, + "U": 9.472968667978421e-05, + "K": 0.0006190285203047097, + "L": 0.0002811157319229096, + "G": 0.011139060370624065, + "F": 0.04499362036585808, + "E": 0.027197865769267082, + "T": 0.004839616362005472, + "P": 0.2661072313785553, + "-": 0.6067067384719849 + }, + "id": "tp_24749" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3093627, + "label": "P", + "classification": { + "B": 3.617684342316352e-05, + "S": 1.017291742755333e-05, + "I": 0.000658567005302757, + "C": 4.3472864490468055e-05, + "R": 8.045030881476123e-06, + "M": 9.156490705208853e-05, + "O": 8.898097439669073e-05, + "W": 8.150209396262653e-06, + "N": 6.271517486311495e-05, + "Y": 0.0004357410070952028, + "U": 3.0410874387598597e-06, + "K": 3.1056877105584135e-06, + "L": 1.477544446970569e-05, + "G": 0.0003327874292153865, + "F": 0.0028637663926929235, + "E": 0.0005994928069412708, + "T": 0.000463848962681368, + "P": 0.570912778377533, + "-": 0.4233627915382385 + }, + "id": "tp_24750" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3093760, + "label": "-", + "classification": { + "B": 3.457866841927171e-05, + "S": 2.0907520593027584e-05, + "I": 0.00021936955454293638, + "C": 0.00029956939397379756, + "R": 8.741001511225477e-05, + "M": 0.001285512000322342, + "O": 0.00020391038560774177, + "W": 1.4190501133271027e-05, + "N": 1.117017563956324e-05, + "Y": 0.0032250697258859873, + "U": 5.388711997511564e-06, + "K": 7.820314749551471e-06, + "L": 0.0001447145623387769, + "G": 0.0019478886388242245, + "F": 0.024498047307133675, + "E": 0.0003800044651143253, + "T": 0.002866866532713175, + "P": 0.05356106907129288, + "-": 0.9111865758895874 + }, + "id": "tp_24751" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3093894, + "label": "P", + "classification": { + "B": 0.000207098011742346, + "S": 5.490729017765261e-05, + "I": 0.0014646378112956882, + "C": 8.510787301929668e-05, + "R": 1.4654102415079251e-05, + "M": 0.0012746247230097651, + "O": 0.00020844173559453338, + "W": 3.166125316056423e-05, + "N": 0.00022309567430056632, + "Y": 0.0009579732432030141, + "U": 6.462780675065005e-06, + "K": 4.2491621570661664e-05, + "L": 4.833956700167619e-05, + "G": 0.0012956990394741297, + "F": 0.016119034960865974, + "E": 0.01325142290443182, + "T": 0.0007567723514512181, + "P": 0.6145315170288086, + "-": 0.34942615032196045 + }, + "id": "tp_24752" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3094027, + "label": "-", + "classification": { + "B": 0.00015420609270222485, + "S": 2.3234901163959876e-05, + "I": 0.00011569058551685885, + "C": 1.315369809162803e-05, + "R": 2.8685460620181402e-06, + "M": 0.0002498416288290173, + "O": 0.00024632312124595046, + "W": 1.1468308912299108e-05, + "N": 9.544554814056028e-06, + "Y": 0.0003416640392970294, + "U": 5.61993260816962e-07, + "K": 1.2092282304365654e-06, + "L": 3.880271106027067e-05, + "G": 0.000749432307202369, + "F": 0.015195542015135288, + "E": 0.0005159792490303516, + "T": 0.0002863284607883543, + "P": 0.150603249669075, + "-": 0.8314409255981445 + }, + "id": "tp_24753" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3094127, + "label": "-", + "classification": { + "B": 0.00015734943735878915, + "S": 8.869419252732769e-05, + "I": 0.0043659270741045475, + "C": 0.0009953310946002603, + "R": 0.0001370953250443563, + "M": 0.00406798766925931, + "O": 0.0005620773881673813, + "W": 6.423934974009171e-05, + "N": 0.00046973981079645455, + "Y": 0.005161698907613754, + "U": 3.479374936432578e-05, + "K": 0.00031564701930619776, + "L": 0.00021710018336307257, + "G": 0.006438395008444786, + "F": 0.05761074647307396, + "E": 0.016155889257788658, + "T": 0.0028754768427461386, + "P": 0.27180975675582886, + "-": 0.6284720301628113 + }, + "id": "tp_24754" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3094261, + "label": "-", + "classification": { + "B": 0.00011167120101163164, + "S": 2.721774399105925e-05, + "I": 8.330543641932309e-05, + "C": 7.638403985765763e-06, + "R": 1.2648140454984969e-06, + "M": 0.00021612011187244207, + "O": 9.298933582613245e-05, + "W": 5.117608907312388e-06, + "N": 9.598318683856633e-06, + "Y": 0.0003879861906170845, + "U": 2.437577677483205e-07, + "K": 1.5384500784421107e-06, + "L": 9.689461876405403e-06, + "G": 0.0006819273694418371, + "F": 0.01711229421198368, + "E": 0.0012231433065608144, + "T": 0.0003687186981551349, + "P": 0.33177945017814636, + "-": 0.6478801369667053 + }, + "id": "tp_24755" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3094394, + "label": "P", + "classification": { + "B": 5.197078280616552e-06, + "S": 6.368018148350529e-06, + "I": 0.0014294597785919905, + "C": 1.3451043741952162e-05, + "R": 1.876858050309238e-06, + "M": 2.8200876840855926e-05, + "O": 1.5756068023620173e-05, + "W": 2.6699301542976173e-06, + "N": 0.0003082356124650687, + "Y": 9.754977509146556e-05, + "U": 1.0875709222091245e-06, + "K": 3.541824116837233e-05, + "L": 1.4605071783080348e-06, + "G": 0.00015437538968399167, + "F": 0.004625616129487753, + "E": 0.0068815480917692184, + "T": 0.00010369642404839396, + "P": 0.918651282787323, + "-": 0.06763681769371033 + }, + "id": "tp_24756" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3094528, + "label": "P", + "classification": { + "B": 0.00020801326900254935, + "S": 0.00019547261763364077, + "I": 0.028208982199430466, + "C": 0.007181661203503609, + "R": 0.0023930117022246122, + "M": 0.0024044245947152376, + "O": 0.0011241348693147302, + "W": 0.0004670838825404644, + "N": 0.005165942944586277, + "Y": 0.01172035001218319, + "U": 0.00042792264139279723, + "K": 0.005148311611264944, + "L": 0.000262858608039096, + "G": 0.008466609753668308, + "F": 0.0359070748090744, + "E": 0.023295549675822258, + "T": 0.00408067787066102, + "P": 0.5287194848060608, + "-": 0.3346223831176758 + }, + "id": "tp_24757" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3094628, + "label": "P", + "classification": { + "B": 1.1656195965770166e-05, + "S": 7.639889190613758e-06, + "I": 0.0017323761712759733, + "C": 4.1136183426715434e-05, + "R": 6.147904059616849e-06, + "M": 0.0001592431653989479, + "O": 2.217326073150616e-05, + "W": 3.2426048619527137e-06, + "N": 0.00015871296636760235, + "Y": 0.00025352247757837176, + "U": 1.3026208307564957e-06, + "K": 1.4639678738603834e-05, + "L": 3.07500909002556e-06, + "G": 0.00019426160724833608, + "F": 0.0016031857812777162, + "E": 0.0035656022373586893, + "T": 0.00018458388512954116, + "P": 0.885219395160675, + "-": 0.1068180724978447 + }, + "id": "tp_24758" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3094761, + "label": "-", + "classification": { + "B": 7.441806104679927e-08, + "S": 1.1656869247644863e-07, + "I": 1.7963999709991185e-07, + "C": 2.111746555399918e-09, + "R": 3.819430605123131e-10, + "M": 5.0978048449223934e-08, + "O": 4.4408608346202527e-07, + "W": 1.2875656985045225e-08, + "N": 2.826703671132691e-08, + "Y": 2.2399454735477775e-07, + "U": 1.2272957650161231e-10, + "K": 2.1552049034312404e-09, + "L": 3.3913893915382687e-09, + "G": 2.6227203875350824e-07, + "F": 0.0005849277367815375, + "E": 1.0524100844122586e-06, + "T": 1.6471531125716865e-06, + "P": 0.292190819978714, + "-": 0.707220196723938 + }, + "id": "tp_24759" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3094895, + "label": "-", + "classification": { + "B": 1.882846163425711e-06, + "S": 8.223514669225551e-07, + "I": 0.0011672945693135262, + "C": 0.00020331298583187163, + "R": 1.2506060556916054e-05, + "M": 0.0001605659199412912, + "O": 1.8960261513711885e-05, + "W": 1.0635413900672575e-06, + "N": 3.056565037695691e-05, + "Y": 0.0006594101432710886, + "U": 1.7642453258304158e-06, + "K": 2.9861682833143277e-06, + "L": 8.279515895992517e-06, + "G": 0.0006226440309546888, + "F": 0.004878974054008722, + "E": 0.001229044166393578, + "T": 0.00044198392424732447, + "P": 0.42597970366477966, + "-": 0.5645782351493835 + }, + "id": "tp_24760" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3095028, + "label": "-", + "classification": { + "B": 2.319825034646783e-05, + "S": 2.0621029761969112e-05, + "I": 0.00016291922656819224, + "C": 7.435981387970969e-05, + "R": 3.470944648142904e-05, + "M": 0.0015738197835162282, + "O": 0.0003520274185575545, + "W": 1.8895923858508468e-05, + "N": 9.043781574291643e-06, + "Y": 0.004236632026731968, + "U": 1.5229772998281987e-06, + "K": 5.063067874289118e-06, + "L": 5.5708915169816464e-05, + "G": 0.0008255490683950484, + "F": 0.005072185304015875, + "E": 0.00021449504129122943, + "T": 0.0024653912987560034, + "P": 0.020519625395536423, + "-": 0.9643344283103943 + }, + "id": "tp_24761" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3095128, + "label": "P", + "classification": { + "B": 1.9201804590807114e-08, + "S": 1.6451794593308477e-08, + "I": 7.058266055537388e-05, + "C": 3.348814061610028e-07, + "R": 2.3413909033820346e-08, + "M": 6.756756647519069e-07, + "O": 1.727320437794333e-07, + "W": 1.8762504438996075e-08, + "N": 2.377972350586788e-06, + "Y": 9.19784633879317e-06, + "U": 1.3632280193576207e-08, + "K": 1.3547921753342962e-06, + "L": 5.548957737744331e-09, + "G": 3.369186288182391e-06, + "F": 0.0004109669534955174, + "E": 0.0001927049015648663, + "T": 4.465366600925336e-06, + "P": 0.8461894989013672, + "-": 0.15311431884765625 + }, + "id": "tp_24762" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3095262, + "label": "P", + "classification": { + "B": 0.0007520544459111989, + "S": 0.00031043984927237034, + "I": 0.00977050606161356, + "C": 0.0007779347943142056, + "R": 0.00016239419346675277, + "M": 0.0022369828075170517, + "O": 0.0007513465243391693, + "W": 0.0001929665304487571, + "N": 0.0017583901062607765, + "Y": 0.003278576536104083, + "U": 0.00012053584214299917, + "K": 0.0004378396552056074, + "L": 0.00024120035232044756, + "G": 0.003304199082776904, + "F": 0.015675626695156097, + "E": 0.024674883112311363, + "T": 0.002966540865600109, + "P": 0.6502105593681335, + "-": 0.2823770344257355 + }, + "id": "tp_24763" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3095395, + "label": "P", + "classification": { + "B": 5.521281764231389e-06, + "S": 5.6587492736071e-07, + "I": 6.091339855629485e-06, + "C": 5.117392376519092e-08, + "R": 5.906955369283651e-09, + "M": 2.0955403670086525e-06, + "O": 4.894832272839267e-06, + "W": 3.380672808361851e-07, + "N": 5.062620971330034e-07, + "Y": 5.512976599675312e-07, + "U": 3.753658273097926e-09, + "K": 1.9428534336896064e-09, + "L": 1.5177755585682462e-07, + "G": 2.712624564082944e-06, + "F": 0.00020750313706230372, + "E": 1.8591688785818405e-05, + "T": 3.5692262372322148e-06, + "P": 0.8419597148895264, + "-": 0.15778714418411255 + }, + "id": "tp_24764" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3095529, + "label": "P", + "classification": { + "B": 1.3443234081478295e-07, + "S": 1.1422755363810211e-07, + "I": 0.0009027040214277804, + "C": 6.638368290623475e-07, + "R": 7.959917525113269e-08, + "M": 1.651531192692346e-06, + "O": 3.0003306505932414e-07, + "W": 2.814186572663857e-08, + "N": 4.1633189539425075e-05, + "Y": 1.0111212759511545e-05, + "U": 1.4694122363323459e-08, + "K": 5.454888878375641e-07, + "L": 2.1332446920041548e-08, + "G": 6.583006324945018e-06, + "F": 9.418266563443467e-05, + "E": 0.0004167031147517264, + "T": 4.2479946387175005e-06, + "P": 0.9910866618156433, + "-": 0.007433582097291946 + }, + "id": "tp_24765" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3095629, + "label": "-", + "classification": { + "B": 0.0001090254372684285, + "S": 5.461384716909379e-05, + "I": 0.0018499570433050394, + "C": 0.00038880648207850754, + "R": 5.6076492910506204e-05, + "M": 0.0021249454002827406, + "O": 0.0002611249510664493, + "W": 4.233993968227878e-05, + "N": 0.0002252981357742101, + "Y": 0.007008963730186224, + "U": 2.4256531105493195e-05, + "K": 0.0008550362545065582, + "L": 6.626943650189787e-05, + "G": 0.004298164509236813, + "F": 0.03963973745703697, + "E": 0.015977924689650536, + "T": 0.002922071609646082, + "P": 0.17524796724319458, + "-": 0.7488473057746887 + }, + "id": "tp_24766" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3095762, + "label": "P", + "classification": { + "B": 3.5686505725607276e-05, + "S": 2.50436660280684e-05, + "I": 0.02698034793138504, + "C": 0.00018332448962610215, + "R": 4.9189457058673725e-05, + "M": 0.00022829249792266637, + "O": 4.991797686670907e-05, + "W": 5.178749233891722e-06, + "N": 0.0015749642625451088, + "Y": 0.0004601872933562845, + "U": 4.361085302662104e-06, + "K": 1.0439783181936946e-05, + "L": 1.735564728733152e-05, + "G": 0.0009032114176079631, + "F": 0.000980811077170074, + "E": 0.004512582905590534, + "T": 0.0006710657035000622, + "P": 0.9290912747383118, + "-": 0.034216780215501785 + }, + "id": "tp_24767" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3095896, + "label": "-", + "classification": { + "B": 0.00015907712804619223, + "S": 2.953959301521536e-05, + "I": 0.0004647542955353856, + "C": 0.00010156381904380396, + "R": 2.695550210773945e-05, + "M": 0.0008261188049800694, + "O": 0.000373993010725826, + "W": 1.0660938642104156e-05, + "N": 1.990130840567872e-05, + "Y": 0.0007213078206405044, + "U": 1.1879437806783244e-06, + "K": 4.129978776745702e-07, + "L": 0.00015474909741897136, + "G": 0.0027580170426517725, + "F": 0.011064441874623299, + "E": 0.0010049493284896016, + "T": 0.0008057839586399496, + "P": 0.25286969542503357, + "-": 0.7286069989204407 + }, + "id": "tp_24768" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3096029, + "label": "-", + "classification": { + "B": 3.462150925770402e-05, + "S": 0.00011386001278879121, + "I": 0.0028029747772961855, + "C": 0.0007375676650553942, + "R": 0.00019690288172569126, + "M": 0.0005815080949105322, + "O": 0.0005022512632422149, + "W": 0.000189625468919985, + "N": 0.0009656369802542031, + "Y": 0.005322047043591738, + "U": 8.183754835044965e-05, + "K": 0.004579967353492975, + "L": 3.897492933901958e-05, + "G": 0.0023296757135540247, + "F": 0.053680114448070526, + "E": 0.010522143915295601, + "T": 0.002168647712096572, + "P": 0.3403823971748352, + "-": 0.5747693181037903 + }, + "id": "tp_24769" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3096129, + "label": "-", + "classification": { + "B": 8.302900823764503e-05, + "S": 6.760170072084293e-05, + "I": 0.0012309342855587602, + "C": 0.00035429882700555027, + "R": 3.3482730941614136e-05, + "M": 0.0011734606232494116, + "O": 0.00034496388980187476, + "W": 3.3069773053284734e-05, + "N": 0.00017045043932739645, + "Y": 0.001354366191662848, + "U": 1.7059101082850248e-05, + "K": 3.113581988145597e-05, + "L": 9.251097071683034e-05, + "G": 0.0014283390482887626, + "F": 0.015341557562351227, + "E": 0.0032111757900565863, + "T": 0.0019455287838354707, + "P": 0.33585217595100403, + "-": 0.6372348666191101 + }, + "id": "tp_24770" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3096263, + "label": "-", + "classification": { + "B": 0.0009647485567256808, + "S": 0.001495962729677558, + "I": 0.026849325746297836, + "C": 0.018494417890906334, + "R": 0.010577663779258728, + "M": 0.013186437077820301, + "O": 0.006738121155649424, + "W": 0.0028044567443430424, + "N": 0.005599739495664835, + "Y": 0.03879885375499725, + "U": 0.002322364831343293, + "K": 0.008055523969233036, + "L": 0.002787570236250758, + "G": 0.015987560153007507, + "F": 0.06832928955554962, + "E": 0.01899445429444313, + "T": 0.023304063826799393, + "P": 0.17097501456737518, + "-": 0.5637344121932983 + }, + "id": "tp_24771" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3096396, + "label": "P", + "classification": { + "B": 1.06149454950355e-05, + "S": 9.020289326144848e-06, + "I": 0.00021624614601023495, + "C": 4.287044794182293e-05, + "R": 1.6166951581908506e-06, + "M": 9.738531662151217e-05, + "O": 3.9163896872196347e-05, + "W": 1.7695945189188933e-06, + "N": 3.7387842894531786e-05, + "Y": 0.0002968149201478809, + "U": 2.423725788958109e-07, + "K": 6.797336027375422e-06, + "L": 8.976720891951118e-06, + "G": 0.002349970629438758, + "F": 0.05067051947116852, + "E": 0.01187142450362444, + "T": 0.0001689180644461885, + "P": 0.5902760028839111, + "-": 0.34389424324035645 + }, + "id": "tp_24772" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3096530, + "label": "P", + "classification": { + "B": 2.5170484363457035e-08, + "S": 2.887399874751395e-09, + "I": 3.1250801839632913e-05, + "C": 1.0793876015213755e-08, + "R": 3.0765873182403425e-10, + "M": 6.487629207185819e-07, + "O": 1.534148275084135e-08, + "W": 5.068353514658952e-10, + "N": 4.495808525462053e-07, + "Y": 5.307303467816382e-07, + "U": 1.501979235429829e-10, + "K": 3.694238248641568e-09, + "L": 1.2040468622132039e-09, + "G": 6.945568884475506e-07, + "F": 3.691498932312243e-05, + "E": 0.0003529337700456381, + "T": 5.472099928738317e-07, + "P": 0.978286623954773, + "-": 0.021289309486746788 + }, + "id": "tp_24773" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3096630, + "label": "P", + "classification": { + "B": 3.0090304790064692e-05, + "S": 5.228302143223118e-06, + "I": 0.0028868364170193672, + "C": 0.00011786224058596417, + "R": 7.064804776746314e-06, + "M": 0.00020649634825531393, + "O": 2.5815821572905406e-05, + "W": 3.2660238957760157e-06, + "N": 0.00021133381233084947, + "Y": 0.0001716870319796726, + "U": 2.7560204216570128e-06, + "K": 4.311295469960896e-06, + "L": 7.492840722989058e-06, + "G": 0.0002768649719655514, + "F": 0.0015812518540769815, + "E": 0.00635332427918911, + "T": 0.00019218394299969077, + "P": 0.8668161630630493, + "-": 0.12110000103712082 + }, + "id": "tp_24774" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3096763, + "label": "-", + "classification": { + "B": 1.8751075003820006e-07, + "S": 2.2412710620756116e-07, + "I": 0.00040935244760476053, + "C": 4.090462971362285e-05, + "R": 5.853271886735456e-06, + "M": 3.19689825118985e-05, + "O": 7.930269021017011e-06, + "W": 3.1813473810871074e-07, + "N": 1.3736713299294934e-05, + "Y": 0.0003454417164903134, + "U": 4.992101025891316e-07, + "K": 3.308322675366071e-06, + "L": 8.313747343891009e-07, + "G": 0.00017653241229709238, + "F": 0.002112844493240118, + "E": 0.0003682619717437774, + "T": 0.00022572897432837635, + "P": 0.3524976074695587, + "-": 0.6437584161758423 + }, + "id": "tp_24775" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3096897, + "label": "P", + "classification": { + "B": 5.869174401595956e-06, + "S": 8.376312507607508e-06, + "I": 0.019714124500751495, + "C": 0.00044460140634328127, + "R": 8.374655590159819e-05, + "M": 0.00031693061464466155, + "O": 5.316122405929491e-05, + "W": 4.13245879826718e-06, + "N": 0.0002804750401992351, + "Y": 0.0008222890901379287, + "U": 2.0716443032142706e-06, + "K": 1.256648829439655e-06, + "L": 1.9762086594710127e-05, + "G": 0.0005722182104364038, + "F": 0.0013766050105914474, + "E": 0.001787012442946434, + "T": 0.0006723490660078824, + "P": 0.7954428791999817, + "-": 0.17839211225509644 + }, + "id": "tp_24776" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3097030, + "label": "P", + "classification": { + "B": 8.627434908703435e-06, + "S": 1.4466260154222255e-06, + "I": 0.0009627986582927406, + "C": 9.541001782054082e-05, + "R": 5.292678906698711e-06, + "M": 0.0002506058372091502, + "O": 2.241211768705398e-05, + "W": 1.058167299561319e-06, + "N": 4.8091616918100044e-05, + "Y": 0.0004589555610436946, + "U": 1.7378329175699037e-06, + "K": 1.1454901596152922e-06, + "L": 5.822152161272243e-06, + "G": 0.0002894047065638006, + "F": 0.0010444006184116006, + "E": 0.0011025574058294296, + "T": 0.0006136676529422402, + "P": 0.7003204226493835, + "-": 0.2947661876678467 + }, + "id": "tp_24777" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3097130, + "label": "P", + "classification": { + "B": 4.322568202042021e-06, + "S": 2.1031464711995795e-06, + "I": 0.005338316783308983, + "C": 8.564462041249499e-05, + "R": 1.543152757221833e-05, + "M": 0.00010171297617489472, + "O": 1.7685501006781124e-05, + "W": 3.5989912703371374e-06, + "N": 0.00030989819788374007, + "Y": 0.0003262002719566226, + "U": 3.4359768505964894e-06, + "K": 2.9472055757651106e-05, + "L": 3.4962615700351307e-06, + "G": 0.0002057868696283549, + "F": 0.0019455984001979232, + "E": 0.003961665090173483, + "T": 0.0002430705208098516, + "P": 0.8392494320869446, + "-": 0.14815299212932587 + }, + "id": "tp_24778" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3097264, + "label": "P", + "classification": { + "B": 2.061509349005064e-06, + "S": 1.3225998145571793e-06, + "I": 0.00021175395522732288, + "C": 7.871887532928667e-07, + "R": 1.3049607616721914e-07, + "M": 6.309602213150356e-06, + "O": 3.878353254549438e-06, + "W": 5.561652187680011e-07, + "N": 1.3871273040422238e-05, + "Y": 1.4501992154691834e-05, + "U": 8.516715865880542e-08, + "K": 1.6893037013687717e-07, + "L": 3.3697793355713657e-07, + "G": 1.0233156899630558e-05, + "F": 0.0002755819878075272, + "E": 0.00012379448162391782, + "T": 3.1440275051863864e-05, + "P": 0.9234407544136047, + "-": 0.07586246728897095 + }, + "id": "tp_24779" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3097397, + "label": "P", + "classification": { + "B": 2.335391764063388e-05, + "S": 5.9268318182148505e-06, + "I": 0.030653387308120728, + "C": 3.281879617134109e-05, + "R": 5.978508852422237e-06, + "M": 0.0009189344709739089, + "O": 1.3022533494222444e-05, + "W": 1.998163725147606e-06, + "N": 0.0010668776230886579, + "Y": 0.0007910186541266739, + "U": 4.210324959785794e-07, + "K": 1.6504121958860196e-05, + "L": 3.0296102977445116e-06, + "G": 0.0004223480063956231, + "F": 0.0005066172452643514, + "E": 0.04302893206477165, + "T": 0.0002800160727929324, + "P": 0.9059746861457825, + "-": 0.016254138201475143 + }, + "id": "tp_24780" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3097531, + "label": "P", + "classification": { + "B": 7.370354637714627e-07, + "S": 1.8733757087829872e-06, + "I": 0.0013427170924842358, + "C": 1.1443545190559234e-05, + "R": 3.539254976203665e-06, + "M": 5.481912012328394e-05, + "O": 2.2827134671388194e-05, + "W": 2.072380539175356e-06, + "N": 6.243219831958413e-05, + "Y": 0.00027969456277787685, + "U": 5.991913099023805e-07, + "K": 1.7839593056123704e-05, + "L": 1.412180495208304e-06, + "G": 0.00016903699724934995, + "F": 0.005486206617206335, + "E": 0.0007854693685658276, + "T": 0.00017208140343427658, + "P": 0.5511173009872437, + "-": 0.440467894077301 + }, + "id": "tp_24781" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3097631, + "label": "-", + "classification": { + "B": 5.999244422127958e-06, + "S": 6.994049272179836e-06, + "I": 0.00016364351904485375, + "C": 0.0002464981807861477, + "R": 1.7278227460337803e-05, + "M": 0.00018072000239044428, + "O": 5.865715502295643e-05, + "W": 3.542657623256673e-06, + "N": 2.1976346033625305e-05, + "Y": 0.00216749869287014, + "U": 1.4030583770363592e-06, + "K": 0.00032464752439409494, + "L": 1.5260186046361923e-05, + "G": 0.003895885543897748, + "F": 0.0799805149435997, + "E": 0.003996684681624174, + "T": 0.0007029694970697165, + "P": 0.06667932122945786, + "-": 0.8415305614471436 + }, + "id": "tp_24782" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3097764, + "label": "P", + "classification": { + "B": 0.00014021089009474963, + "S": 2.43281974690035e-05, + "I": 0.0007169205346144736, + "C": 5.0863123760791495e-05, + "R": 5.579281150858151e-06, + "M": 0.00014044482668396086, + "O": 5.5430027714464813e-05, + "W": 6.39723839412909e-06, + "N": 8.721873018657789e-05, + "Y": 0.00010962499072775245, + "U": 1.1879518524438026e-06, + "K": 3.9836836549511645e-06, + "L": 1.9078419427387416e-05, + "G": 0.000785853888373822, + "F": 0.010037646628916264, + "E": 0.004718974698334932, + "T": 0.0001698164123808965, + "P": 0.8087998628616333, + "-": 0.17412658035755157 + }, + "id": "tp_24783" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3097898, + "label": "-", + "classification": { + "B": 3.5467726533511268e-09, + "S": 1.9518491711778552e-08, + "I": 5.581925051956205e-06, + "C": 6.140670620879973e-07, + "R": 2.588711289774892e-08, + "M": 3.53202551650611e-07, + "O": 2.47814199383356e-07, + "W": 2.310119029402813e-08, + "N": 5.009346182305308e-07, + "Y": 1.539084769319743e-05, + "U": 2.4708379786630985e-09, + "K": 2.59403213931364e-06, + "L": 4.445494194982302e-09, + "G": 1.1587634617171716e-05, + "F": 0.011241708882153034, + "E": 0.00012388879258651286, + "T": 6.84617134538712e-06, + "P": 0.2993413805961609, + "-": 0.6892492175102234 + }, + "id": "tp_24784" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3098031, + "label": "-", + "classification": { + "B": 0.0007791690877638757, + "S": 9.696887718746439e-05, + "I": 0.0007157463114708662, + "C": 6.423753802664578e-05, + "R": 2.9979342798469588e-05, + "M": 0.02191792242228985, + "O": 0.0015943987527862191, + "W": 3.35219046974089e-05, + "N": 1.834912291087676e-05, + "Y": 0.005975880194455385, + "U": 1.2789922720912728e-06, + "K": 1.224962886681169e-07, + "L": 0.0009540212340652943, + "G": 0.0044508823193609715, + "F": 0.002705178689211607, + "E": 0.0018438482657074928, + "T": 0.007127047050744295, + "P": 0.03630119934678078, + "-": 0.9153902530670166 + }, + "id": "tp_24785" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3098131, + "label": "-", + "classification": { + "B": 5.367943458622904e-07, + "S": 1.0736439293168587e-07, + "I": 4.791411993210204e-05, + "C": 7.059101335471496e-06, + "R": 5.327501071406004e-07, + "M": 5.339884864952182e-06, + "O": 5.191530817683088e-06, + "W": 2.45008834554028e-07, + "N": 3.1232816581905354e-06, + "Y": 4.4894113671034575e-05, + "U": 1.373588816022675e-07, + "K": 1.7571927628523554e-06, + "L": 3.5616255900094984e-07, + "G": 3.813545481534675e-05, + "F": 0.0028987533878535032, + "E": 0.00023605329624842852, + "T": 3.9175869460450485e-05, + "P": 0.3139660954475403, + "-": 0.6827046275138855 + }, + "id": "tp_24786" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3098265, + "label": "-", + "classification": { + "B": 1.2696604017037316e-06, + "S": 1.4749507215583435e-07, + "I": 9.039331780513749e-05, + "C": 1.455078017897904e-05, + "R": 8.453358759652474e-07, + "M": 0.00010312387894373387, + "O": 8.390634320676327e-06, + "W": 3.950211748815491e-07, + "N": 2.4244757241831394e-06, + "Y": 0.00023540275287814438, + "U": 2.241121990209649e-07, + "K": 1.6468778767375625e-06, + "L": 1.0767496405605925e-06, + "G": 8.643053297419101e-05, + "F": 0.0013202435802668333, + "E": 0.0002837653155438602, + "T": 0.00019717749091796577, + "P": 0.12744250893592834, + "-": 0.8702099323272705 + }, + "id": "tp_24787" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3098398, + "label": "-", + "classification": { + "B": 2.8504596230050083e-06, + "S": 5.781965342066542e-07, + "I": 2.3250566300703213e-05, + "C": 1.544133192510344e-05, + "R": 1.8919357671620674e-06, + "M": 4.134143819101155e-05, + "O": 1.547724605188705e-05, + "W": 4.291746336093638e-07, + "N": 8.827726674098813e-07, + "Y": 0.0002557866391725838, + "U": 4.902120664951326e-08, + "K": 5.238571816335025e-07, + "L": 2.9248490136524197e-06, + "G": 0.0002925150329247117, + "F": 0.008482891134917736, + "E": 0.00024612556444481015, + "T": 0.000132266606669873, + "P": 0.06714830547571182, + "-": 0.923336386680603 + }, + "id": "tp_24788" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3098532, + "label": "-", + "classification": { + "B": 1.158985242000199e-06, + "S": 3.2642483915878984e-07, + "I": 0.00011536478996276855, + "C": 1.4974758641983499e-06, + "R": 3.285589400547906e-07, + "M": 1.8408494725008495e-05, + "O": 1.4667548384750262e-05, + "W": 3.291830523721728e-07, + "N": 3.5562929951993283e-06, + "Y": 8.343059016624466e-05, + "U": 3.5629120986868656e-08, + "K": 2.5492423105788475e-07, + "L": 7.084362891873752e-07, + "G": 9.137489541899413e-05, + "F": 0.0007424320792779326, + "E": 0.00013059398042969406, + "T": 5.5625903769396245e-05, + "P": 0.27248942852020264, + "-": 0.7262504696846008 + }, + "id": "tp_24789" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3098632, + "label": "P", + "classification": { + "B": 3.11582965650814e-07, + "S": 2.5755409751582192e-06, + "I": 0.003494349541142583, + "C": 4.301171429688111e-06, + "R": 9.374373917125922e-07, + "M": 6.5714075390133075e-06, + "O": 2.7767564461100847e-06, + "W": 1.14502222459123e-06, + "N": 0.00044921855442225933, + "Y": 4.8853766202228144e-05, + "U": 7.321345378841215e-07, + "K": 8.708934910828248e-05, + "L": 1.1589486348384526e-07, + "G": 8.486905244353693e-06, + "F": 0.0005612721433863044, + "E": 0.0019608966540545225, + "T": 2.3506556317443028e-05, + "P": 0.9729641675949097, + "-": 0.02038274146616459 + }, + "id": "tp_24790" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3098765, + "label": "P", + "classification": { + "B": 0.00034148627310059965, + "S": 3.973568891524337e-05, + "I": 0.007921275682747364, + "C": 0.000147825907333754, + "R": 1.2314168088778388e-05, + "M": 0.0011906623840332031, + "O": 9.574259456712753e-05, + "W": 7.53847734813462e-06, + "N": 0.0002703288337215781, + "Y": 0.0018706113332882524, + "U": 1.7757404293661239e-06, + "K": 1.783443076419644e-05, + "L": 7.012070273049176e-05, + "G": 0.005653076805174351, + "F": 0.021111851558089256, + "E": 0.05487113818526268, + "T": 0.0009737514774315059, + "P": 0.5042039155960083, + "-": 0.40119901299476624 + }, + "id": "tp_24791" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3098899, + "label": "-", + "classification": { + "B": 3.443901164246199e-07, + "S": 2.6150988219342253e-07, + "I": 8.048008021432906e-05, + "C": 2.883533488784451e-05, + "R": 2.9637944862770382e-06, + "M": 1.1734113286365755e-05, + "O": 6.029004453012021e-06, + "W": 4.259696595454443e-07, + "N": 5.4565675782214385e-06, + "Y": 0.0007143483962863684, + "U": 1.7909782457081747e-07, + "K": 2.6783864086610265e-05, + "L": 5.664554691975354e-07, + "G": 0.0004540826485026628, + "F": 0.025149215012788773, + "E": 0.0007046608370728791, + "T": 0.00010311048390576616, + "P": 0.19120602309703827, + "-": 0.7815044522285461 + }, + "id": "tp_24792" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3099032, + "label": "P", + "classification": { + "B": 0.00016151193995028734, + "S": 8.633535617263988e-05, + "I": 0.005263405852019787, + "C": 0.0004532086895778775, + "R": 6.424679304473102e-05, + "M": 0.001303806435316801, + "O": 0.00029691116651520133, + "W": 4.655857992474921e-05, + "N": 0.0009392009233124554, + "Y": 0.005529492627829313, + "U": 3.7100551708135754e-05, + "K": 0.00025639389059506357, + "L": 6.27382833044976e-05, + "G": 0.0025472636334598064, + "F": 0.010510435327887535, + "E": 0.022290127351880074, + "T": 0.002741832984611392, + "P": 0.5945252776145935, + "-": 0.35288408398628235 + }, + "id": "tp_24793" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3099132, + "label": "-", + "classification": { + "B": 0.0013414007844403386, + "S": 0.00039928173646330833, + "I": 0.00569109944626689, + "C": 0.002838234882801771, + "R": 0.001117636333219707, + "M": 0.006645119749009609, + "O": 0.0029810499399900436, + "W": 0.0003486470377538353, + "N": 0.0008853157050907612, + "Y": 0.011842095293104649, + "U": 0.00022733416699338704, + "K": 0.0001047464829753153, + "L": 0.0017505604773759842, + "G": 0.009393633343279362, + "F": 0.01917911320924759, + "E": 0.00683544110506773, + "T": 0.01138919685035944, + "P": 0.2472960501909256, + "-": 0.6697340607643127 + }, + "id": "tp_24794" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3099266, + "label": "P", + "classification": { + "B": 2.1945650132693117e-06, + "S": 2.6485447506274795e-06, + "I": 0.0005007315194234252, + "C": 2.8205970011185855e-05, + "R": 3.2879729587875772e-06, + "M": 4.3191961594857275e-05, + "O": 1.670096935413312e-05, + "W": 2.279672344229766e-06, + "N": 6.0010948800481856e-05, + "Y": 0.00031160510843619704, + "U": 1.2292937299207551e-06, + "K": 2.957953984150663e-05, + "L": 1.933561406985973e-06, + "G": 0.0002091175119858235, + "F": 0.009765480645000935, + "E": 0.0016521783545613289, + "T": 0.0001953059691004455, + "P": 0.6979707479476929, + "-": 0.28920358419418335 + }, + "id": "tp_24795" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3099399, + "label": "P", + "classification": { + "B": 1.3139657539795735e-06, + "S": 2.966115062008612e-06, + "I": 0.0002558634150773287, + "C": 8.826223165669944e-06, + "R": 8.557879027648596e-07, + "M": 3.8599806430283934e-05, + "O": 8.315701052197255e-06, + "W": 1.604893213880132e-06, + "N": 6.870570359751582e-05, + "Y": 0.00017596359248273075, + "U": 3.5695919109457463e-07, + "K": 4.0830575017025694e-05, + "L": 4.6697616085111804e-07, + "G": 0.00012975100253243, + "F": 0.011533549055457115, + "E": 0.005905503407120705, + "T": 0.00011662848555715755, + "P": 0.8434714078903198, + "-": 0.13823848962783813 + }, + "id": "tp_24796" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3099533, + "label": "-", + "classification": { + "B": 7.062192963758207e-08, + "S": 4.168162774931261e-07, + "I": 0.0001050539649440907, + "C": 2.7151647827849956e-06, + "R": 3.920364406440058e-07, + "M": 6.622438831982436e-06, + "O": 5.017760031478247e-06, + "W": 4.7217554310918786e-07, + "N": 1.0239344192086719e-05, + "Y": 0.00010231501801172271, + "U": 2.9081931529617577e-07, + "K": 1.7620337530388497e-05, + "L": 1.4843938345165952e-07, + "G": 1.7028467482305132e-05, + "F": 0.004479691386222839, + "E": 0.00014712581469211727, + "T": 0.00010285819007549435, + "P": 0.32345050573349, + "-": 0.6715514659881592 + }, + "id": "tp_24797" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3099633, + "label": "P", + "classification": { + "B": 6.161397323012352e-05, + "S": 3.667466080514714e-05, + "I": 0.0075068059377372265, + "C": 0.0006567990640178323, + "R": 7.829920650692657e-05, + "M": 0.00037717371014878154, + "O": 8.957678801380098e-05, + "W": 2.378710632910952e-05, + "N": 0.0013933286536484957, + "Y": 0.002659793943166733, + "U": 2.907544512709137e-05, + "K": 0.0003502868057694286, + "L": 1.888447513920255e-05, + "G": 0.0013684866717085242, + "F": 0.005923053249716759, + "E": 0.020657090470194817, + "T": 0.000712488079443574, + "P": 0.8123666048049927, + "-": 0.1456902176141739 + }, + "id": "tp_24798" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3099766, + "label": "-", + "classification": { + "B": 1.3281868405101704e-06, + "S": 1.7284027080677333e-06, + "I": 0.00011836979683721438, + "C": 6.420622958103195e-05, + "R": 8.656325007905252e-06, + "M": 0.00012323545524850488, + "O": 3.444025060161948e-05, + "W": 2.136603825420025e-06, + "N": 8.952527423389256e-06, + "Y": 0.0013994710752740502, + "U": 1.1599631761782803e-06, + "K": 3.2021791412262246e-05, + "L": 4.193197128188331e-06, + "G": 0.0005646423087455332, + "F": 0.007575695868581533, + "E": 0.0006556971347890794, + "T": 0.0005176477716304362, + "P": 0.07907181233167648, + "-": 0.909814715385437 + }, + "id": "tp_24799" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3099900, + "label": "-", + "classification": { + "B": 3.188633490935899e-05, + "S": 0.00010967270645778626, + "I": 0.004483272787183523, + "C": 0.000427742168540135, + "R": 7.23390985513106e-05, + "M": 0.0010273783700540662, + "O": 0.00035101623507216573, + "W": 5.822862658533268e-05, + "N": 0.0008818464702926576, + "Y": 0.003408971941098571, + "U": 1.6465226508444175e-05, + "K": 0.000523181282915175, + "L": 5.142658847034909e-05, + "G": 0.0024920159485191107, + "F": 0.04486865550279617, + "E": 0.010081362910568714, + "T": 0.0027595774736255407, + "P": 0.4550687372684479, + "-": 0.4732862114906311 + }, + "id": "tp_24800" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3100000, + "label": "-", + "classification": { + "B": 0.001440325751900673, + "S": 0.003270459594205022, + "I": 0.005747693125158548, + "C": 0.010473571717739105, + "R": 0.0033978947903960943, + "M": 0.025862447917461395, + "O": 0.008916432969272137, + "W": 0.002044170629233122, + "N": 0.0019175974885001779, + "Y": 0.04391384869813919, + "U": 0.0004973705508746207, + "K": 0.0033080261200666428, + "L": 0.005096839740872383, + "G": 0.03443734347820282, + "F": 0.15831150114536285, + "E": 0.020330505445599556, + "T": 0.029662542045116425, + "P": 0.08566837012767792, + "-": 0.5557029843330383 + }, + "id": "tp_24801" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3100133, + "label": "P", + "classification": { + "B": 6.989185976635781e-07, + "S": 1.102430132959853e-06, + "I": 0.0018918743589892983, + "C": 7.91280581324827e-06, + "R": 1.7491312291895156e-06, + "M": 8.007102223928086e-06, + "O": 2.9718389669142198e-06, + "W": 5.597473204943526e-07, + "N": 0.00013442734780255705, + "Y": 9.971934923669323e-05, + "U": 8.140563636516163e-07, + "K": 1.232866088685114e-05, + "L": 4.4307620328254416e-07, + "G": 3.926943463739008e-05, + "F": 0.0005951838102191687, + "E": 0.000644469284452498, + "T": 7.458036270691082e-05, + "P": 0.9394132494926453, + "-": 0.05707068741321564 + }, + "id": "tp_24802" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3100267, + "label": "-", + "classification": { + "B": 0.00010327981726732105, + "S": 2.014691381191369e-05, + "I": 0.0006131905829533935, + "C": 6.81648452882655e-05, + "R": 1.1591951988521032e-05, + "M": 0.0006390411872416735, + "O": 0.0001415607111994177, + "W": 9.101100658881478e-06, + "N": 3.869954889523797e-05, + "Y": 0.0007633074419572949, + "U": 7.164647968238569e-07, + "K": 7.4017543738591485e-06, + "L": 2.9437973353196867e-05, + "G": 0.0018032541265711188, + "F": 0.025437721982598305, + "E": 0.005472367629408836, + "T": 0.0003902199096046388, + "P": 0.31008380651474, + "-": 0.6543669700622559 + }, + "id": "tp_24803" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3100400, + "label": "P", + "classification": { + "B": 1.4745810794636327e-08, + "S": 9.471508910507964e-09, + "I": 9.903676254907623e-05, + "C": 1.7499916111773928e-06, + "R": 6.713568012628457e-08, + "M": 3.5612097235571127e-06, + "O": 3.6547311310641817e-07, + "W": 2.0657237698173958e-08, + "N": 2.081127604469657e-06, + "Y": 2.7745007173507474e-05, + "U": 8.490076197631424e-09, + "K": 1.2252135093149263e-06, + "L": 2.588498659861216e-08, + "G": 4.368962981970981e-05, + "F": 0.0034596826881170273, + "E": 0.0007848193636164069, + "T": 1.0175774150411598e-05, + "P": 0.6291841268539429, + "-": 0.36638158559799194 + }, + "id": "tp_24804" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3100501, + "label": "P", + "classification": { + "B": 1.8927183191408403e-05, + "S": 2.3040960513753816e-05, + "I": 0.00024188261886592954, + "C": 2.474194616297609e-06, + "R": 3.918542859082663e-07, + "M": 0.00017717416631057858, + "O": 3.2667670893715695e-05, + "W": 4.007937604910694e-06, + "N": 4.947634442942217e-05, + "Y": 0.00023678877914790064, + "U": 9.043778277373349e-07, + "K": 5.000206147087738e-05, + "L": 3.0086591777944705e-06, + "G": 0.0003581310738809407, + "F": 0.007231794763356447, + "E": 0.003484500339254737, + "T": 0.0005796466721221805, + "P": 0.5701099634170532, + "-": 0.4173952341079712 + }, + "id": "tp_24805" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3100634, + "label": "-", + "classification": { + "B": 5.469628945320437e-07, + "S": 8.881797697313232e-08, + "I": 0.0005533138173632324, + "C": 0.0001850957196438685, + "R": 9.299855264544021e-06, + "M": 4.291253935662098e-05, + "O": 7.9603241829318e-06, + "W": 4.11822838941589e-07, + "N": 1.4082567759032827e-05, + "Y": 0.00032771771657280624, + "U": 9.472336728322261e-07, + "K": 2.805749772960553e-06, + "L": 1.4093780009716284e-06, + "G": 0.00019694901129696518, + "F": 0.0026524728164076805, + "E": 0.0005942659336142242, + "T": 0.00015495989646296948, + "P": 0.31635043025016785, + "-": 0.6789041757583618 + }, + "id": "tp_24806" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3100767, + "label": "-", + "classification": { + "B": 0.00010164731065742671, + "S": 0.00021444349840749055, + "I": 0.013563273474574089, + "C": 0.0031570717692375183, + "R": 0.0009785881265997887, + "M": 0.0012830474879592657, + "O": 0.001154079451225698, + "W": 0.0002813644241541624, + "N": 0.002196744317188859, + "Y": 0.014580680057406425, + "U": 0.00010313258826499805, + "K": 0.0038433524314314127, + "L": 0.0002005432907026261, + "G": 0.011728364042937756, + "F": 0.06691285967826843, + "E": 0.01572560705244541, + "T": 0.004488143604248762, + "P": 0.3195016384124756, + "-": 0.5399854183197021 + }, + "id": "tp_24807" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3100901, + "label": "P", + "classification": { + "B": 5.9649315517162904e-05, + "S": 0.0004432213318068534, + "I": 0.011284610256552696, + "C": 0.00015818365500308573, + "R": 5.2900268201483414e-05, + "M": 0.0004324082110542804, + "O": 0.0002585795009508729, + "W": 7.29026724002324e-05, + "N": 0.005006075836718082, + "Y": 0.0011927075684070587, + "U": 1.7217676941072568e-05, + "K": 0.0004567654978018254, + "L": 2.1612224372802302e-05, + "G": 0.0007941907388158143, + "F": 0.009362353011965752, + "E": 0.007639515213668346, + "T": 0.0013562275562435389, + "P": 0.9006452560424805, + "-": 0.06074565276503563 + }, + "id": "tp_24808" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3101001, + "label": "-", + "classification": { + "B": 4.830010880141344e-07, + "S": 2.2802740318184078e-07, + "I": 0.0001883432560134679, + "C": 1.0307478078175336e-05, + "R": 8.773261583883141e-07, + "M": 4.249992343829945e-05, + "O": 5.874665021110559e-06, + "W": 4.5248870605973934e-07, + "N": 7.404300504276762e-06, + "Y": 0.0005173293757252395, + "U": 2.4074208226920746e-07, + "K": 5.923293883824954e-06, + "L": 5.869946448910923e-07, + "G": 8.095105295069516e-05, + "F": 0.0037245973944664, + "E": 0.0009132890845648944, + "T": 9.208998380927369e-05, + "P": 0.29005247354507446, + "-": 0.7043561339378357 + }, + "id": "tp_24809" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3101134, + "label": "P", + "classification": { + "B": 3.317494338261895e-05, + "S": 9.098694135900587e-06, + "I": 0.0006754737696610391, + "C": 5.340556162991561e-05, + "R": 4.969329438608838e-06, + "M": 0.00031481648329645395, + "O": 4.4062890083296224e-05, + "W": 3.642586989371921e-06, + "N": 5.6097756896633655e-05, + "Y": 0.00040139351040124893, + "U": 1.0285663165632286e-06, + "K": 7.715417268627789e-06, + "L": 9.230800060322508e-06, + "G": 0.0006337614613585174, + "F": 0.010774710215628147, + "E": 0.004447608254849911, + "T": 0.00026627062470652163, + "P": 0.5885839462280273, + "-": 0.3936796486377716 + }, + "id": "tp_24810" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3101268, + "label": "P", + "classification": { + "B": 2.6024638373201014e-06, + "S": 9.30910391616635e-06, + "I": 0.0038860542699694633, + "C": 6.970059621380642e-05, + "R": 1.5640953279216774e-05, + "M": 0.00011717086454154924, + "O": 4.5091441279510036e-05, + "W": 4.4537878238770645e-06, + "N": 0.00036271580029278994, + "Y": 0.0008288153912872076, + "U": 4.941081897413824e-06, + "K": 1.8670278222998604e-05, + "L": 6.336233127512969e-06, + "G": 0.00018167674716096371, + "F": 0.0021545637864619493, + "E": 0.0007465850212611258, + "T": 0.0011965929297730327, + "P": 0.7082429528236389, + "-": 0.28210607171058655 + }, + "id": "tp_24811" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3101401, + "label": "P", + "classification": { + "B": 6.927436970727285e-07, + "S": 8.588559694544529e-07, + "I": 0.00014841555093880743, + "C": 5.982093625789275e-06, + "R": 5.687984412361402e-07, + "M": 1.4148255104373675e-05, + "O": 6.5275376073259395e-06, + "W": 8.00120460553444e-07, + "N": 1.405971033818787e-05, + "Y": 0.00018491111404728144, + "U": 3.500921934573853e-07, + "K": 7.630272193637211e-06, + "L": 3.1940251687956334e-07, + "G": 4.73506297566928e-05, + "F": 0.00350585556589067, + "E": 0.0003954101703129709, + "T": 8.353550947504118e-05, + "P": 0.5899162292480469, + "-": 0.4056662917137146 + }, + "id": "tp_24812" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3101502, + "label": "P", + "classification": { + "B": 1.7073905837605707e-05, + "S": 1.4427612768486142e-05, + "I": 0.0020434800535440445, + "C": 0.0002413526817690581, + "R": 2.4246026441687718e-05, + "M": 0.00019716664974112064, + "O": 5.175628393772058e-05, + "W": 1.933107887452934e-05, + "N": 0.000325126777170226, + "Y": 0.0014872547471895814, + "U": 1.629077632969711e-05, + "K": 0.0005341512151062489, + "L": 9.891056834021583e-06, + "G": 0.0006028663483448327, + "F": 0.01804315485060215, + "E": 0.011597574688494205, + "T": 0.0006714706541970372, + "P": 0.6441346406936646, + "-": 0.31996870040893555 + }, + "id": "tp_24813" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3101635, + "label": "P", + "classification": { + "B": 8.445505955023691e-05, + "S": 9.173202852252871e-05, + "I": 0.006071535870432854, + "C": 4.584270300256321e-06, + "R": 2.0611125819414156e-06, + "M": 0.00021533080143854022, + "O": 0.00015219346096273512, + "W": 1.2486486411944497e-05, + "N": 0.00045496257371269166, + "Y": 0.00021771992032881826, + "U": 3.264159431637381e-07, + "K": 1.9296651032618684e-07, + "L": 1.058823454513913e-05, + "G": 8.426744170719758e-05, + "F": 0.00019247792079113424, + "E": 0.0004127740685362369, + "T": 0.0009669291903264821, + "P": 0.9211214780807495, + "-": 0.06990405172109604 + }, + "id": "tp_24814" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3101768, + "label": "-", + "classification": { + "B": 4.843078932026401e-05, + "S": 0.00019134079047944397, + "I": 0.0005442252731882036, + "C": 9.745127317728475e-05, + "R": 3.249480505473912e-05, + "M": 0.001450925599783659, + "O": 0.0006047169445082545, + "W": 4.4192132918396965e-05, + "N": 8.107258327072486e-05, + "Y": 0.002901775063946843, + "U": 7.076251677062828e-06, + "K": 2.0959103494533338e-05, + "L": 0.0001116259882110171, + "G": 0.0009144748910330236, + "F": 0.032883692532777786, + "E": 0.0007490955758839846, + "T": 0.0035213541705161333, + "P": 0.09656602144241333, + "-": 0.8592290878295898 + }, + "id": "tp_24815" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3101902, + "label": "-", + "classification": { + "B": 0.0005154592799954116, + "S": 0.0009258706122636795, + "I": 0.003412025747820735, + "C": 0.0025590048171579838, + "R": 0.000820628774818033, + "M": 0.0066466787829995155, + "O": 0.002369625261053443, + "W": 0.0003171994467265904, + "N": 0.0006968080415390432, + "Y": 0.007842134684324265, + "U": 9.341156692244112e-05, + "K": 0.0005103854928165674, + "L": 0.0014707164373248816, + "G": 0.014822394587099552, + "F": 0.1311521977186203, + "E": 0.005342717282474041, + "T": 0.009329414926469326, + "P": 0.15101352334022522, + "-": 0.6601598858833313 + }, + "id": "tp_24816" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3102002, + "label": "P", + "classification": { + "B": 1.5319146484671364e-07, + "S": 1.4277762261372118e-07, + "I": 0.0006492551183328032, + "C": 4.10251800531114e-07, + "R": 4.6893326555164094e-08, + "M": 1.1542360880412161e-06, + "O": 3.623571842581441e-07, + "W": 6.46475939447555e-08, + "N": 6.514578126370907e-05, + "Y": 3.568739430193091e-06, + "U": 3.928778014028467e-08, + "K": 1.8410951270197984e-06, + "L": 8.064923839867788e-09, + "G": 1.5067736285345745e-06, + "F": 2.6174138838541694e-05, + "E": 0.0005380912916734815, + "T": 1.3677923561772332e-05, + "P": 0.9812332391738892, + "-": 0.017465118318796158 + }, + "id": "tp_24817" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3102135, + "label": "-", + "classification": { + "B": 6.418870839297597e-07, + "S": 5.516903343050217e-07, + "I": 0.000137015464133583, + "C": 0.0002501461422070861, + "R": 3.0336448617163114e-05, + "M": 0.0002759270428214222, + "O": 3.0989198421593755e-05, + "W": 8.27938151815033e-07, + "N": 4.1599496398703195e-06, + "Y": 0.0023002582602202892, + "U": 1.0895430477830814e-06, + "K": 2.7241369480179856e-06, + "L": 1.1159176210639998e-05, + "G": 0.0008181430166587234, + "F": 0.008075714111328125, + "E": 0.00014600959548261017, + "T": 0.0009042886667884886, + "P": 0.042561694979667664, + "-": 0.9444483518600464 + }, + "id": "tp_24818" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3102269, + "label": "-", + "classification": { + "B": 1.7904413596170343e-07, + "S": 1.4165881623284804e-07, + "I": 0.00016036094166338444, + "C": 0.00011771686695283279, + "R": 8.799939678283408e-06, + "M": 0.00011843505490105599, + "O": 1.2587517630890943e-05, + "W": 3.224217834940646e-07, + "N": 2.122398200299358e-06, + "Y": 0.0008227481157518923, + "U": 3.53517208395715e-07, + "K": 2.5864952135634667e-07, + "L": 3.975430445279926e-06, + "G": 0.00026029572472907603, + "F": 0.0020225374028086662, + "E": 7.262326835189015e-05, + "T": 0.000517485139425844, + "P": 0.08877181261777878, + "-": 0.9071072936058044 + }, + "id": "tp_24819" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3102402, + "label": "-", + "classification": { + "B": 6.354099605232477e-05, + "S": 4.574622289510444e-05, + "I": 0.0013514590682461858, + "C": 0.0014560021227225661, + "R": 0.0003377902030479163, + "M": 0.0021777970250695944, + "O": 0.0006820677081122994, + "W": 9.13949916139245e-05, + "N": 0.00023272830003406852, + "Y": 0.013013947755098343, + "U": 5.5760101531632245e-05, + "K": 0.0009483653120696545, + "L": 0.0001759446458891034, + "G": 0.009298090822994709, + "F": 0.051552288234233856, + "E": 0.005712737794965506, + "T": 0.004602175205945969, + "P": 0.0806945413351059, + "-": 0.8275076150894165 + }, + "id": "tp_24820" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3102503, + "label": "-", + "classification": { + "B": 5.861674168272657e-08, + "S": 8.394819417389954e-08, + "I": 6.447765190387145e-05, + "C": 5.257980319584021e-06, + "R": 5.80878861455858e-07, + "M": 3.6091212223254843e-06, + "O": 2.8890071916976012e-06, + "W": 1.3225368888925004e-07, + "N": 3.230253241781611e-06, + "Y": 0.00010726314940256998, + "U": 7.557697756510606e-08, + "K": 2.250819534310722e-06, + "L": 1.3027209888605285e-07, + "G": 3.2429474231321365e-05, + "F": 0.0034149414859712124, + "E": 9.45019128266722e-05, + "T": 3.5256285627838224e-05, + "P": 0.255835622549057, + "-": 0.7403971552848816 + }, + "id": "tp_24821" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3102636, + "label": "P", + "classification": { + "B": 4.462719527253967e-09, + "S": 1.042443287246897e-07, + "I": 7.215717778308317e-05, + "C": 8.487537002110912e-07, + "R": 1.2523892678473203e-07, + "M": 1.7017971458699321e-06, + "O": 1.0364356057834812e-06, + "W": 1.075222186841529e-07, + "N": 9.8189393611392e-06, + "Y": 7.819003803888336e-05, + "U": 1.4821312177559776e-08, + "K": 1.456944301025942e-05, + "L": 1.0828045127198038e-08, + "G": 7.68497739045415e-06, + "F": 0.004836025647819042, + "E": 0.0001794929412426427, + "T": 2.349737951590214e-05, + "P": 0.6615304350852966, + "-": 0.3332442045211792 + }, + "id": "tp_24822" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3102769, + "label": "-", + "classification": { + "B": 2.8490399017755408e-06, + "S": 1.9210744994779816e-06, + "I": 4.6136934543028474e-05, + "C": 7.12040564394556e-05, + "R": 2.1226560420473106e-05, + "M": 0.0006187001126818359, + "O": 0.00015333812916651368, + "W": 1.5878268868618761e-06, + "N": 6.330604946924723e-07, + "Y": 0.0007917517796158791, + "U": 1.3892746153487678e-07, + "K": 3.0384612159650715e-08, + "L": 0.0001038232512655668, + "G": 0.0010544470278546214, + "F": 0.0050103142857551575, + "E": 3.202331572538242e-05, + "T": 0.0006813110667280853, + "P": 0.012693243101239204, + "-": 0.9787153005599976 + }, + "id": "tp_24823" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3102903, + "label": "-", + "classification": { + "B": 1.0607480362523347e-05, + "S": 9.929838597599883e-06, + "I": 0.0022100666537880898, + "C": 0.0006296350620687008, + "R": 0.00013513256271835417, + "M": 0.0006068935617804527, + "O": 0.00019550569413695484, + "W": 1.2792624147550669e-05, + "N": 7.807176007190719e-05, + "Y": 0.0030742173548787832, + "U": 9.95105438050814e-06, + "K": 8.786667422100436e-06, + "L": 6.820191629230976e-05, + "G": 0.0016242738347500563, + "F": 0.008300070650875568, + "E": 0.0005835853517055511, + "T": 0.0029788382817059755, + "P": 0.16286702454090118, + "-": 0.8165964484214783 + }, + "id": "tp_24824" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3103003, + "label": "P", + "classification": { + "B": 3.466687758191256e-06, + "S": 2.6481568511371734e-06, + "I": 0.0029339680913835764, + "C": 1.667172728048172e-05, + "R": 2.166304966522148e-06, + "M": 2.3379208869300783e-05, + "O": 6.111768925620709e-06, + "W": 1.4734475826116977e-06, + "N": 0.00044638136751018465, + "Y": 5.926263838773593e-05, + "U": 5.21750962434453e-07, + "K": 3.068342266487889e-05, + "L": 7.519736868744076e-07, + "G": 0.00011826755508081988, + "F": 0.0012819310650229454, + "E": 0.00643105898052454, + "T": 6.0304373619146645e-05, + "P": 0.9609447717666626, + "-": 0.027636252343654633 + }, + "id": "tp_24825" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3103136, + "label": "P", + "classification": { + "B": 3.048695816687541e-06, + "S": 2.7418253012001514e-05, + "I": 0.006322931032627821, + "C": 0.00013990358274895698, + "R": 3.935094355256297e-05, + "M": 0.00021078948338981718, + "O": 0.00013049405242782086, + "W": 2.1049869246780872e-05, + "N": 0.0009754924685694277, + "Y": 0.0014945872826501727, + "U": 1.0674943041522056e-05, + "K": 0.00038940200465731323, + "L": 6.4913733694993425e-06, + "G": 0.00047507896670140326, + "F": 0.006239565555006266, + "E": 0.003935524262487888, + "T": 0.001271537272259593, + "P": 0.5922880172729492, + "-": 0.38601869344711304 + }, + "id": "tp_24826" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3103270, + "label": "P", + "classification": { + "B": 1.748370664245158e-06, + "S": 4.0516916044452955e-08, + "I": 0.0001366785727441311, + "C": 2.5089113364629156e-07, + "R": 1.632466606338312e-08, + "M": 4.954715677740751e-06, + "O": 8.283336114800477e-07, + "W": 1.9409551299531813e-08, + "N": 3.1063298138178652e-06, + "Y": 6.497391495940974e-06, + "U": 4.752670257346381e-09, + "K": 8.15128320397207e-09, + "L": 7.03897526932451e-08, + "G": 1.2394772966217715e-05, + "F": 7.575331255793571e-05, + "E": 0.0002882845583371818, + "T": 4.104893832845846e-06, + "P": 0.9171434044837952, + "-": 0.08232183754444122 + }, + "id": "tp_24827" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3103403, + "label": "-", + "classification": { + "B": 0.0005818305071443319, + "S": 0.00016760984726715833, + "I": 0.040492795407772064, + "C": 0.01930471509695053, + "R": 0.003011884866282344, + "M": 0.016393952071666718, + "O": 0.0016978374915197492, + "W": 0.00023403736122418195, + "N": 0.0023464905098080635, + "Y": 0.0755566954612732, + "U": 0.00024795334320515394, + "K": 0.0006734095513820648, + "L": 0.0012948131188750267, + "G": 0.038986966013908386, + "F": 0.021701673045754433, + "E": 0.05314592272043228, + "T": 0.020409204065799713, + "P": 0.16011761128902435, + "-": 0.5436345338821411 + }, + "id": "tp_24828" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3103504, + "label": "-", + "classification": { + "B": 0.00014035016647540033, + "S": 5.6684693845454603e-05, + "I": 0.00019271940982434899, + "C": 7.633242603333201e-06, + "R": 2.8382432901707944e-06, + "M": 0.000773644249420613, + "O": 0.0002831359161064029, + "W": 9.273328942072112e-06, + "N": 1.1733950486814138e-05, + "Y": 0.0001757059508236125, + "U": 2.9301057224984106e-07, + "K": 1.702202325759572e-07, + "L": 7.882976206019521e-05, + "G": 0.0005397266941145062, + "F": 0.008632560260593891, + "E": 0.00046290832688100636, + "T": 0.0005545940366573632, + "P": 0.19464771449565887, + "-": 0.793429434299469 + }, + "id": "tp_24829" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3103637, + "label": "P", + "classification": { + "B": 4.702207661466673e-05, + "S": 5.072319254395552e-06, + "I": 0.0006347063463181257, + "C": 7.386838842649013e-05, + "R": 3.232888047932647e-06, + "M": 0.00013092691369820386, + "O": 2.6191575670964085e-05, + "W": 5.723404683521949e-06, + "N": 6.540258618770167e-05, + "Y": 0.00023858906934037805, + "U": 2.142150378858787e-06, + "K": 7.709442797931843e-06, + "L": 5.321547632775037e-06, + "G": 0.0002970280183944851, + "F": 0.0033881559502333403, + "E": 0.007213996723294258, + "T": 0.00011832571181003004, + "P": 0.8234040141105652, + "-": 0.16433259844779968 + }, + "id": "tp_24830" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3103770, + "label": "P", + "classification": { + "B": 7.282478691195138e-06, + "S": 2.786840468615992e-06, + "I": 0.00282790488563478, + "C": 4.427904787007719e-05, + "R": 3.328141474412405e-06, + "M": 4.796915527549572e-05, + "O": 7.83784798841225e-06, + "W": 1.6991642723951372e-06, + "N": 0.00026426499243825674, + "Y": 0.00018270187138114125, + "U": 1.711591380626487e-06, + "K": 2.5668987291282974e-05, + "L": 1.6101378150779055e-06, + "G": 0.0001761460880516097, + "F": 0.001652006059885025, + "E": 0.0064422935247421265, + "T": 7.104399992385879e-05, + "P": 0.9455859661102295, + "-": 0.04265354946255684 + }, + "id": "tp_24831" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3103904, + "label": "-", + "classification": { + "B": 1.1697334656446401e-07, + "S": 8.268612816664245e-08, + "I": 1.078646437235875e-05, + "C": 1.5950538454490015e-06, + "R": 6.537755581348392e-08, + "M": 1.6360649169655517e-05, + "O": 2.5669232854852453e-06, + "W": 6.564132348785279e-08, + "N": 7.106639827725303e-07, + "Y": 0.00011067947343690321, + "U": 2.557630196520222e-08, + "K": 1.4989404917287175e-06, + "L": 1.318128823868392e-07, + "G": 3.942421972169541e-05, + "F": 0.007246979512274265, + "E": 0.00017482307157479227, + "T": 4.546922355075367e-05, + "P": 0.13266707956790924, + "-": 0.8596814274787903 + }, + "id": "tp_24832" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3104004, + "label": "-", + "classification": { + "B": 2.4956117172791892e-08, + "S": 6.600329527373106e-08, + "I": 3.454808393144049e-05, + "C": 8.713956049177796e-06, + "R": 4.863189246862021e-07, + "M": 1.5788073142175563e-05, + "O": 3.2900979931582697e-06, + "W": 7.587780714857217e-08, + "N": 1.1675055020532454e-06, + "Y": 0.0001456933096051216, + "U": 4.0441001658564346e-08, + "K": 4.4113349417784775e-07, + "L": 2.2040222802388598e-07, + "G": 4.0717492083786055e-05, + "F": 0.0011798925697803497, + "E": 4.7015826567076147e-05, + "T": 0.00011964866280322894, + "P": 0.07561098039150238, + "-": 0.9227912425994873 + }, + "id": "tp_24833" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3104137, + "label": "-", + "classification": { + "B": 2.156218033633195e-05, + "S": 1.3170040801924188e-05, + "I": 0.0003377526008989662, + "C": 0.00029879150679335, + "R": 8.704172068974003e-05, + "M": 0.0020517425145953894, + "O": 0.00027838905225507915, + "W": 9.261413651984185e-06, + "N": 1.4324848962132819e-05, + "Y": 0.0040847924537956715, + "U": 4.187177182757296e-06, + "K": 6.3116344790614676e-06, + "L": 0.00018981966422870755, + "G": 0.0026209084317088127, + "F": 0.01721832901239395, + "E": 0.00027525777113623917, + "T": 0.004332422278821468, + "P": 0.022867219522595406, + "-": 0.9452887773513794 + }, + "id": "tp_24834" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3104271, + "label": "-", + "classification": { + "B": 3.5907464734918904e-07, + "S": 5.761445720509073e-08, + "I": 3.048175585718127e-06, + "C": 7.499701951019233e-06, + "R": 1.2884969464721507e-06, + "M": 9.638219489715993e-05, + "O": 8.333204277732875e-06, + "W": 3.3363264151375915e-08, + "N": 2.5660547464667616e-08, + "Y": 0.0004781529714819044, + "U": 6.151264386744515e-09, + "K": 2.84926637839078e-09, + "L": 5.116844931762898e-06, + "G": 0.00022563288803212345, + "F": 0.0015379374381154776, + "E": 4.342340616858564e-06, + "T": 0.00020370708080008626, + "P": 0.0026535214856266975, + "-": 0.9947746396064758 + }, + "id": "tp_24835" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3104404, + "label": "-", + "classification": { + "B": 1.7940666339200106e-06, + "S": 2.2049873678042786e-06, + "I": 3.466886846581474e-05, + "C": 2.900484651036095e-05, + "R": 5.098649580759229e-06, + "M": 0.00011096141679445282, + "O": 4.396876829559915e-05, + "W": 1.6324884200002998e-06, + "N": 2.5957324396586046e-06, + "Y": 0.0009228703565895557, + "U": 5.310168944561156e-07, + "K": 1.3458156900014728e-05, + "L": 5.771887572336709e-06, + "G": 0.000393543450627476, + "F": 0.0072185322642326355, + "E": 0.0001651035709073767, + "T": 0.00038293228135444224, + "P": 0.020956717431545258, + "-": 0.9697085022926331 + }, + "id": "tp_24836" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3104505, + "label": "-", + "classification": { + "B": 1.6768905197750428e-06, + "S": 5.065307050244883e-06, + "I": 7.119326619431376e-05, + "C": 7.194445061031729e-05, + "R": 1.1510925105540082e-05, + "M": 4.8895333748077974e-05, + "O": 3.600612035370432e-05, + "W": 3.5223110899096355e-06, + "N": 9.15535019885283e-06, + "Y": 0.00048524688463658094, + "U": 6.704099746457359e-07, + "K": 2.031100848398637e-05, + "L": 3.790488335653208e-06, + "G": 0.00037888679071329534, + "F": 0.03629046306014061, + "E": 0.00021263607777655125, + "T": 0.0003052569809369743, + "P": 0.11077754944562912, + "-": 0.8512662053108215 + }, + "id": "tp_24837" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3104638, + "label": "-", + "classification": { + "B": 1.8010936400969513e-05, + "S": 9.457430678594392e-06, + "I": 0.0004965777625329792, + "C": 0.00011022697435691953, + "R": 1.5217307009152137e-05, + "M": 0.0003026711056008935, + "O": 8.851388702169061e-05, + "W": 6.232586201804224e-06, + "N": 4.2164047044934705e-05, + "Y": 0.0007861956255510449, + "U": 2.703639211176778e-06, + "K": 6.473729627032299e-06, + "L": 1.918155794555787e-05, + "G": 0.0007463584770448506, + "F": 0.009713836945593357, + "E": 0.0005017042276449502, + "T": 0.0008240080787800252, + "P": 0.34307634830474854, + "-": 0.643234133720398 + }, + "id": "tp_24838" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3104771, + "label": "-", + "classification": { + "B": 8.818761330076086e-07, + "S": 5.324737230694154e-06, + "I": 0.0003346859011799097, + "C": 2.8823249522247352e-05, + "R": 1.0320934052288067e-05, + "M": 3.884422403643839e-05, + "O": 3.5586122976383194e-05, + "W": 4.479946255742107e-06, + "N": 3.277853465988301e-05, + "Y": 0.0005366569384932518, + "U": 1.286717520088132e-06, + "K": 3.267544525442645e-05, + "L": 2.094364845106611e-06, + "G": 0.00010601494432194158, + "F": 0.011034391820430756, + "E": 0.000212429731618613, + "T": 0.0003705152776092291, + "P": 0.20917214453220367, + "-": 0.7780401110649109 + }, + "id": "tp_24839" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3104905, + "label": "-", + "classification": { + "B": 6.211022264324129e-05, + "S": 3.581520650186576e-05, + "I": 0.000531608413439244, + "C": 0.0007431767298839986, + "R": 0.00011603950406424701, + "M": 0.003160353982821107, + "O": 0.00035143637796863914, + "W": 1.832004272728227e-05, + "N": 2.7332187528372742e-05, + "Y": 0.005538181867450476, + "U": 9.105069693760015e-06, + "K": 1.931359656737186e-05, + "L": 0.0002864245034288615, + "G": 0.006032648030668497, + "F": 0.032018519937992096, + "E": 0.0007078371127136052, + "T": 0.005785597953945398, + "P": 0.03435426205396652, + "-": 0.9102019667625427 + }, + "id": "tp_24840" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3105005, + "label": "P", + "classification": { + "B": 5.086955070510157e-07, + "S": 1.5062178135849535e-06, + "I": 0.001544776139780879, + "C": 3.292580004199408e-05, + "R": 3.46129058925726e-06, + "M": 3.884072066284716e-05, + "O": 1.5842344510019757e-05, + "W": 3.219304062440642e-06, + "N": 0.00027841352857649326, + "Y": 0.0005930819897912443, + "U": 1.2188188520667609e-06, + "K": 0.0004803742340300232, + "L": 5.001254521630472e-07, + "G": 0.00018732175522018224, + "F": 0.009869694709777832, + "E": 0.008176421746611595, + "T": 0.00022786372574046254, + "P": 0.7169886827468872, + "-": 0.2615553140640259 + }, + "id": "tp_24841" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3105138, + "label": "P", + "classification": { + "B": 0.0003097491280641407, + "S": 4.896738028037362e-05, + "I": 0.003199776168912649, + "C": 0.00047373559209518135, + "R": 4.477902257349342e-05, + "M": 0.001475572120398283, + "O": 0.0001292141678277403, + "W": 2.1693549570045434e-05, + "N": 0.00018438514962326735, + "Y": 0.0032982435077428818, + "U": 8.134934432746377e-06, + "K": 6.114027200965211e-05, + "L": 7.5116942753084e-05, + "G": 0.003780459752306342, + "F": 0.02812003158032894, + "E": 0.023588383570313454, + "T": 0.0009354366920888424, + "P": 0.49047961831092834, + "-": 0.44376564025878906 + }, + "id": "tp_24842" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3105272, + "label": "P", + "classification": { + "B": 7.326112267946883e-07, + "S": 2.465737622969755e-07, + "I": 4.90807942696847e-05, + "C": 1.7084431647163e-06, + "R": 1.6372104028050671e-07, + "M": 3.4474032872822136e-06, + "O": 2.9622947295138147e-06, + "W": 3.0162803454913956e-07, + "N": 2.8355891572573455e-06, + "Y": 3.525320062180981e-05, + "U": 9.355217400752736e-08, + "K": 1.1220829492231132e-06, + "L": 2.3623474021405855e-07, + "G": 2.082336322928313e-05, + "F": 0.002913904143497348, + "E": 0.00019202948897145689, + "T": 2.249644967378117e-05, + "P": 0.5625280141830444, + "-": 0.43422451615333557 + }, + "id": "tp_24843" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3105405, + "label": "-", + "classification": { + "B": 6.603992915188428e-06, + "S": 1.922241835927707e-06, + "I": 8.938538667280227e-05, + "C": 1.738555329211522e-05, + "R": 2.082377250189893e-06, + "M": 7.158630614867434e-05, + "O": 3.2613119401503354e-05, + "W": 2.4321741420862963e-06, + "N": 1.0166796528210398e-05, + "Y": 0.00019022547348868102, + "U": 4.981402526027523e-07, + "K": 2.9432001156237675e-06, + "L": 2.5640856620157138e-06, + "G": 0.0001412401325069368, + "F": 0.006769225466996431, + "E": 0.0004131181922275573, + "T": 0.00017346709500998259, + "P": 0.37348809838294983, + "-": 0.6185844540596008 + }, + "id": "tp_24844" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3105506, + "label": "P", + "classification": { + "B": 3.829810793831712e-06, + "S": 1.5832297322049271e-06, + "I": 0.0009732198086567223, + "C": 1.5121776414162014e-05, + "R": 1.239944822373218e-06, + "M": 6.22277584625408e-05, + "O": 1.1270575669186655e-05, + "W": 1.8074016452374053e-06, + "N": 4.322616950958036e-05, + "Y": 0.00015801888366695493, + "U": 6.300343784459983e-07, + "K": 4.155317128606839e-06, + "L": 1.7932405853571254e-06, + "G": 8.128966146614403e-05, + "F": 0.0011389191495254636, + "E": 0.0014417005004361272, + "T": 8.837458881316707e-05, + "P": 0.8014907240867615, + "-": 0.19448086619377136 + }, + "id": "tp_24845" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3105639, + "label": "P", + "classification": { + "B": 1.9027655753234285e-06, + "S": 1.329198539679055e-06, + "I": 0.0006083951448090374, + "C": 3.0218625397537835e-05, + "R": 1.917257577588316e-06, + "M": 1.7449681763537228e-05, + "O": 7.523158274125308e-06, + "W": 1.6976082406472415e-06, + "N": 4.934045500704087e-05, + "Y": 0.0001942306844284758, + "U": 1.6009084902179893e-06, + "K": 1.7676025890978053e-05, + "L": 8.701116485099192e-07, + "G": 6.430625217035413e-05, + "F": 0.0028345866594463587, + "E": 0.0013718628324568272, + "T": 9.085923375096172e-05, + "P": 0.7356911301612854, + "-": 0.2590130567550659 + }, + "id": "tp_24846" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3105772, + "label": "-", + "classification": { + "B": 0.00010479600314283744, + "S": 8.979583071777597e-05, + "I": 0.0018383460119366646, + "C": 0.0009804503060877323, + "R": 0.00031497038435190916, + "M": 0.0029083017725497484, + "O": 0.0006862541777081788, + "W": 5.238254016148858e-05, + "N": 0.0001381622423650697, + "Y": 0.011424547992646694, + "U": 2.600900552351959e-05, + "K": 4.4633376091951504e-05, + "L": 0.0003382241993676871, + "G": 0.004622815642505884, + "F": 0.022964967414736748, + "E": 0.002163851633667946, + "T": 0.007134448271244764, + "P": 0.08243845403194427, + "-": 0.8617285490036011 + }, + "id": "tp_24847" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3105906, + "label": "-", + "classification": { + "B": 1.8411137148177659e-07, + "S": 3.8133413227114943e-07, + "I": 3.8461505027953535e-05, + "C": 1.1430341146478895e-05, + "R": 5.604679699899862e-06, + "M": 2.0346862584119663e-05, + "O": 1.5656385585316457e-05, + "W": 2.2378111452781013e-07, + "N": 1.344002384939813e-06, + "Y": 0.0003897041897289455, + "U": 6.276697916973717e-08, + "K": 1.921415133665505e-07, + "L": 1.0613920267132926e-06, + "G": 0.00011201142478967085, + "F": 0.001964436611160636, + "E": 9.875715477392077e-06, + "T": 0.00036938031553290784, + "P": 0.0330376997590065, + "-": 0.9640218615531921 + }, + "id": "tp_24848" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3106006, + "label": "P", + "classification": { + "B": 7.058907067403197e-05, + "S": 1.0622754416544922e-05, + "I": 0.005032060202211142, + "C": 0.0002921937557402998, + "R": 2.378137651248835e-05, + "M": 0.0008228520746342838, + "O": 6.069591108825989e-05, + "W": 1.1139645721414126e-05, + "N": 0.00032319437013939023, + "Y": 0.000644983840174973, + "U": 7.719047971477266e-06, + "K": 3.115618892479688e-05, + "L": 2.075748489005491e-05, + "G": 0.00085507205221802, + "F": 0.005098244175314903, + "E": 0.02092854119837284, + "T": 0.0003324442368466407, + "P": 0.8016018867492676, + "-": 0.1638321727514267 + }, + "id": "tp_24849" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3106139, + "label": "P", + "classification": { + "B": 2.9435639703478955e-07, + "S": 4.217522189264855e-07, + "I": 0.00028580232174135745, + "C": 4.723373763226846e-07, + "R": 3.22160644827818e-08, + "M": 3.8256575862760656e-06, + "O": 1.0753010428743437e-06, + "W": 1.217437812783828e-07, + "N": 1.5805848306627013e-05, + "Y": 1.0908110198215581e-05, + "U": 3.0190047795031205e-08, + "K": 1.8708823290580767e-07, + "L": 8.991465705321389e-08, + "G": 4.539789188129362e-06, + "F": 0.00023761029297020286, + "E": 0.00028711825143545866, + "T": 1.2622846952581313e-05, + "P": 0.9472293257713318, + "-": 0.05190974846482277 + }, + "id": "tp_24850" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3106273, + "label": "P", + "classification": { + "B": 2.423115620331373e-05, + "S": 3.0734667234355584e-05, + "I": 0.012504389509558678, + "C": 0.0006431734655052423, + "R": 3.834516246570274e-05, + "M": 0.00024167726223822683, + "O": 7.128225115593523e-05, + "W": 1.7933511117007583e-05, + "N": 0.0012601386988535523, + "Y": 0.004019462503492832, + "U": 5.30384113517357e-06, + "K": 0.000285672809695825, + "L": 1.842728852352593e-05, + "G": 0.004358101170510054, + "F": 0.023365741595625877, + "E": 0.039571888744831085, + "T": 0.0008236700086854398, + "P": 0.7615556120872498, + "-": 0.1511642336845398 + }, + "id": "tp_24851" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3106406, + "label": "-", + "classification": { + "B": 1.8246028687940452e-08, + "S": 1.7676933694588115e-08, + "I": 6.1389896472974215e-06, + "C": 5.145600994183042e-07, + "R": 7.704608862013629e-08, + "M": 1.5189212945188046e-06, + "O": 6.710963020850613e-07, + "W": 3.165640194424668e-08, + "N": 1.4770427014809684e-07, + "Y": 0.00010433232819195837, + "U": 1.855065434597236e-08, + "K": 9.472561259826762e-07, + "L": 3.176823781814164e-08, + "G": 1.4889568774378859e-05, + "F": 0.0005488218157552183, + "E": 9.692819730844349e-06, + "T": 3.200932769686915e-05, + "P": 0.03430193290114403, + "-": 0.964978039264679 + }, + "id": "tp_24852" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3106507, + "label": "-", + "classification": { + "B": 2.5577213818905875e-05, + "S": 1.6671432604198344e-05, + "I": 0.0013070411514490843, + "C": 0.0001600073737790808, + "R": 4.9196773034054786e-05, + "M": 0.0005190373049117625, + "O": 0.00014833146997261792, + "W": 1.4266959624364972e-05, + "N": 0.00010475092130945995, + "Y": 0.002714260946959257, + "U": 6.086869689170271e-06, + "K": 8.44026271806797e-06, + "L": 3.6564437323249876e-05, + "G": 0.0006535523571074009, + "F": 0.008134936913847923, + "E": 0.0013776557752862573, + "T": 0.0012980271130800247, + "P": 0.4898105561733246, + "-": 0.4936150014400482 + }, + "id": "tp_24853" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3106640, + "label": "P", + "classification": { + "B": 1.0774739166663494e-05, + "S": 1.7395212125848047e-05, + "I": 0.028971513733267784, + "C": 3.363914220244624e-05, + "R": 3.2137884318217402e-06, + "M": 0.00011442844697739929, + "O": 1.0279092748533003e-05, + "W": 3.6494768664852018e-06, + "N": 0.004040560219436884, + "Y": 0.000288595532765612, + "U": 5.808133209939115e-07, + "K": 0.00010409900278318673, + "L": 1.3630102557726786e-06, + "G": 0.0002856051141861826, + "F": 0.0013686929596588016, + "E": 0.04562624543905258, + "T": 0.00021444146113935858, + "P": 0.9108132123947144, + "-": 0.008091762661933899 + }, + "id": "tp_24854" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3106773, + "label": "-", + "classification": { + "B": 7.144469691411359e-06, + "S": 6.5341064328094944e-06, + "I": 0.0004279201093595475, + "C": 6.871840741951019e-05, + "R": 1.9789806174230762e-05, + "M": 0.00034194946056231856, + "O": 0.00011292588897049427, + "W": 5.067144684289815e-06, + "N": 3.144613219774328e-05, + "Y": 0.0020996411330997944, + "U": 1.8229667375635472e-06, + "K": 2.4731340090511367e-05, + "L": 2.2385132979252376e-05, + "G": 0.0017480581300333142, + "F": 0.04475470632314682, + "E": 0.0011910682078450918, + "T": 0.0006259726942516863, + "P": 0.1843758374452591, + "-": 0.7641342282295227 + }, + "id": "tp_24855" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3106907, + "label": "P", + "classification": { + "B": 1.3471702914102934e-05, + "S": 2.2863070626044646e-05, + "I": 0.00087262800661847, + "C": 0.00010650740296114236, + "R": 2.6272955437889323e-05, + "M": 0.00021843773720320314, + "O": 0.00010420658509247005, + "W": 1.9901817722711712e-05, + "N": 0.0002190213999710977, + "Y": 0.002492689760401845, + "U": 4.696024916484021e-06, + "K": 0.0003884652687702328, + "L": 9.390110790263861e-06, + "G": 0.001996472245082259, + "F": 0.05385473370552063, + "E": 0.006213020067662001, + "T": 0.0012442013248801231, + "P": 0.49895796179771423, + "-": 0.4332350194454193 + }, + "id": "tp_24856" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3107007, + "label": "P", + "classification": { + "B": 2.7877476895810105e-06, + "S": 1.6340428601324675e-06, + "I": 0.004422913305461407, + "C": 4.757980423164554e-05, + "R": 5.630127361655468e-06, + "M": 2.9020147849223576e-05, + "O": 1.2002509720332455e-05, + "W": 1.9607484773587203e-06, + "N": 0.0003295678470749408, + "Y": 0.0003262055688537657, + "U": 2.8160718557046494e-06, + "K": 2.7840271286549978e-05, + "L": 1.0946939710265724e-06, + "G": 7.090607687132433e-05, + "F": 0.0008241856121458113, + "E": 0.0014733431162312627, + "T": 0.00013720749120693654, + "P": 0.8640893697738647, + "-": 0.12819397449493408 + }, + "id": "tp_24857" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3107140, + "label": "P", + "classification": { + "B": 1.0963900649585412e-06, + "S": 1.262852151739935e-06, + "I": 0.0017643430037423968, + "C": 9.481984307058156e-06, + "R": 1.2655215186896385e-06, + "M": 3.0042176149436273e-05, + "O": 7.003889550105669e-06, + "W": 6.313981089078879e-07, + "N": 0.0001143446279456839, + "Y": 0.00017525094153825194, + "U": 4.3364161683712155e-07, + "K": 6.976531039981637e-06, + "L": 6.96739107297617e-07, + "G": 8.943288412410766e-05, + "F": 0.0013426279183477163, + "E": 0.0019145854748785496, + "T": 0.00015486370830330998, + "P": 0.8760588765144348, + "-": 0.11832677572965622 + }, + "id": "tp_24858" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3107274, + "label": "P", + "classification": { + "B": 9.129204414648484e-08, + "S": 9.609662754428427e-08, + "I": 0.0005665578064508736, + "C": 1.232653175975429e-06, + "R": 2.434682073726435e-07, + "M": 9.440904250368476e-06, + "O": 1.4728648238815367e-06, + "W": 6.582257583431783e-08, + "N": 1.4694956007588189e-05, + "Y": 4.097771306987852e-05, + "U": 2.765624884659701e-08, + "K": 4.948274749949633e-07, + "L": 1.3836185530635703e-07, + "G": 2.3232985768117942e-05, + "F": 0.0007579306256957352, + "E": 0.000397055089706555, + "T": 3.129737888230011e-05, + "P": 0.8483876585960388, + "-": 0.14976723492145538 + }, + "id": "tp_24859" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3107407, + "label": "-", + "classification": { + "B": 6.75545925332699e-06, + "S": 2.2682779672322795e-05, + "I": 0.00023565685842186213, + "C": 0.00021716891205869615, + "R": 5.073320062365383e-05, + "M": 0.0006238261703401804, + "O": 0.00027897596010006964, + "W": 1.7102000128943473e-05, + "N": 3.5372017009649426e-05, + "Y": 0.006059217732399702, + "U": 4.9508439587953035e-06, + "K": 2.2195315978024155e-05, + "L": 5.8082259783986956e-05, + "G": 0.0012665067333728075, + "F": 0.025973152369260788, + "E": 0.0004216470697429031, + "T": 0.002857428742572665, + "P": 0.059076279401779175, + "-": 0.9027721881866455 + }, + "id": "tp_24860" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3107508, + "label": "P", + "classification": { + "B": 0.00019736119429580867, + "S": 0.0001856028102338314, + "I": 0.015752281993627548, + "C": 0.001799086225219071, + "R": 0.0003755318175535649, + "M": 0.0013069184496998787, + "O": 0.0007452070713043213, + "W": 0.0003559139440767467, + "N": 0.004950349684804678, + "Y": 0.009481080807745457, + "U": 0.00022336648544296622, + "K": 0.016481580212712288, + "L": 0.00014959713735152036, + "G": 0.01602214016020298, + "F": 0.047599468380212784, + "E": 0.09421886503696442, + "T": 0.004417522344738245, + "P": 0.5153704285621643, + "-": 0.27036771178245544 + }, + "id": "tp_24861" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3107641, + "label": "-", + "classification": { + "B": 2.6563321853245725e-07, + "S": 1.374662961239892e-08, + "I": 6.988412496866658e-05, + "C": 3.092661700065946e-06, + "R": 1.1592532445092729e-07, + "M": 8.953975338954479e-06, + "O": 1.1379707984815468e-06, + "W": 1.8050933192625962e-08, + "N": 1.3226423334344872e-06, + "Y": 5.145016621099785e-05, + "U": 2.156905765104966e-08, + "K": 4.946085496726482e-08, + "L": 1.2667787530062924e-07, + "G": 4.1966617573052645e-05, + "F": 0.0007541614468209445, + "E": 0.0001899857452372089, + "T": 3.851419023703784e-05, + "P": 0.37725773453712463, + "-": 0.6215813159942627 + }, + "id": "tp_24862" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3107774, + "label": "P", + "classification": { + "B": 1.5637051546946168e-05, + "S": 5.075411991128931e-06, + "I": 0.003077276051044464, + "C": 0.0002042670821538195, + "R": 2.1041892978246324e-05, + "M": 0.000407190847909078, + "O": 4.438590258359909e-05, + "W": 3.7622560284944484e-06, + "N": 0.00025404361076653004, + "Y": 0.0017431288724765182, + "U": 3.135237193419016e-06, + "K": 4.1006427636602893e-05, + "L": 1.4255972928367555e-05, + "G": 0.0015348957385867834, + "F": 0.009912745095789433, + "E": 0.008528186939656734, + "T": 0.0007937996415421367, + "P": 0.7351995706558228, + "-": 0.23819659650325775 + }, + "id": "tp_24863" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3107908, + "label": "-", + "classification": { + "B": 4.454232475836761e-05, + "S": 0.00012141148908995092, + "I": 0.001122784335166216, + "C": 0.0001975902559934184, + "R": 5.205687921261415e-05, + "M": 0.00041859588236548007, + "O": 0.0003839859855361283, + "W": 7.86442615208216e-05, + "N": 0.00016400533786509186, + "Y": 0.0016936262836679816, + "U": 9.380596566188615e-06, + "K": 6.721669342368841e-05, + "L": 6.695707270409912e-05, + "G": 0.001094998326152563, + "F": 0.03630036115646362, + "E": 0.0017577596008777618, + "T": 0.0011040023528039455, + "P": 0.31588903069496155, + "-": 0.6394331455230713 + }, + "id": "tp_24864" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3108008, + "label": "P", + "classification": { + "B": 3.322725751786493e-05, + "S": 8.176489791367203e-05, + "I": 0.006386119406670332, + "C": 0.0001513821043772623, + "R": 3.709530574269593e-05, + "M": 0.000317210826324299, + "O": 0.0001552226021885872, + "W": 5.67430179216899e-05, + "N": 0.001474775723181665, + "Y": 0.001058206195011735, + "U": 1.9449853425612673e-05, + "K": 0.0006303952541202307, + "L": 1.3053855582256801e-05, + "G": 0.000407322688261047, + "F": 0.016629649326205254, + "E": 0.012655375525355339, + "T": 0.00047324219485744834, + "P": 0.8111622929573059, + "-": 0.14825740456581116 + }, + "id": "tp_24865" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3108141, + "label": "P", + "classification": { + "B": 1.0339925582414367e-09, + "S": 4.1900449776477444e-10, + "I": 5.103673174744472e-05, + "C": 1.6841286765156838e-07, + "R": 2.4900179695919178e-09, + "M": 1.7175776179101376e-07, + "O": 2.9370337273348923e-08, + "W": 7.741484675527488e-10, + "N": 6.239319532141963e-07, + "Y": 9.673651675257133e-07, + "U": 8.134343199017735e-10, + "K": 7.672970703254123e-09, + "L": 1.1905086916286223e-09, + "G": 7.384902573903673e-07, + "F": 3.666518387035467e-05, + "E": 6.382293213391677e-05, + "T": 1.1991751307505183e-06, + "P": 0.9015348553657532, + "-": 0.0983097180724144 + }, + "id": "tp_24866" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3108275, + "label": "-", + "classification": { + "B": 3.5418663557607033e-09, + "S": 5.8027556093520616e-09, + "I": 1.3348031643545255e-05, + "C": 6.790022325731115e-06, + "R": 4.1652634763522656e-07, + "M": 1.0345334885641932e-05, + "O": 1.060533804775332e-06, + "W": 1.1310584469015339e-08, + "N": 1.196077477061408e-07, + "Y": 0.00011538452963577583, + "U": 1.1760339369004669e-08, + "K": 7.341319108178368e-09, + "L": 2.3806720150787442e-07, + "G": 1.4792180991207715e-05, + "F": 0.0009939633309841156, + "E": 4.343306045484496e-06, + "T": 8.200940646929666e-05, + "P": 0.04007691890001297, + "-": 0.9586802124977112 + }, + "id": "tp_24867" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3108375, + "label": "-", + "classification": { + "B": 3.19742838428283e-07, + "S": 2.0122817545598082e-07, + "I": 0.00011577839904930443, + "C": 5.767445145465899e-06, + "R": 3.465235920430132e-07, + "M": 2.9734408599324524e-05, + "O": 2.5841818569460884e-06, + "W": 1.8818521141383826e-07, + "N": 5.298070391290821e-06, + "Y": 0.0005438070511445403, + "U": 8.226803771549385e-08, + "K": 8.732059541216586e-06, + "L": 1.9917914073630527e-07, + "G": 0.00028898759046569467, + "F": 0.007653970271348953, + "E": 0.002440184587612748, + "T": 0.00010856922017410398, + "P": 0.3697667419910431, + "-": 0.6190284490585327 + }, + "id": "tp_24868" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3108509, + "label": "P", + "classification": { + "B": 0.00014059436216484755, + "S": 3.473386095720343e-05, + "I": 0.012490895576775074, + "C": 0.0008433727198280394, + "R": 9.34056515689008e-05, + "M": 0.0009334180504083633, + "O": 0.00020339716866146773, + "W": 2.3524438802269287e-05, + "N": 0.0008772038854658604, + "Y": 0.005249748472124338, + "U": 1.3416034562396817e-05, + "K": 4.251564314472489e-05, + "L": 5.662994590238668e-05, + "G": 0.0031081181950867176, + "F": 0.007272247690707445, + "E": 0.013015500269830227, + "T": 0.0011951442575082183, + "P": 0.7381234765052795, + "-": 0.21628259122371674 + }, + "id": "tp_24869" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3108642, + "label": "-", + "classification": { + "B": 9.237976337317377e-05, + "S": 9.44553830777295e-05, + "I": 0.01425027847290039, + "C": 0.004261021036654711, + "R": 0.0010016369633376598, + "M": 0.001435306970961392, + "O": 0.0006535022985190153, + "W": 0.000287526345346123, + "N": 0.0021411182824522257, + "Y": 0.007667507976293564, + "U": 0.00037828105268999934, + "K": 0.003724444191902876, + "L": 0.00018612259009387344, + "G": 0.0039933910593390465, + "F": 0.03534062206745148, + "E": 0.018812064081430435, + "T": 0.0031639195512980223, + "P": 0.42017704248428345, + "-": 0.48233941197395325 + }, + "id": "tp_24870" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3108775, + "label": "-", + "classification": { + "B": 9.271643648389727e-07, + "S": 6.253747528717213e-07, + "I": 3.773037678911351e-05, + "C": 1.9591163436416537e-05, + "R": 1.6279630017379532e-06, + "M": 5.872612018720247e-05, + "O": 1.264929505850887e-05, + "W": 4.840090355173743e-07, + "N": 2.113486061716685e-06, + "Y": 0.00037047991645522416, + "U": 2.631579150147445e-07, + "K": 1.8879262597693014e-06, + "L": 1.58211287271115e-06, + "G": 0.00012101259926566854, + "F": 0.005111960228532553, + "E": 9.235744073521346e-05, + "T": 0.00021417115931399167, + "P": 0.10987525433301926, + "-": 0.8840765357017517 + }, + "id": "tp_24871" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3108876, + "label": "P", + "classification": { + "B": 2.6193303710897453e-05, + "S": 1.0390647730673663e-05, + "I": 0.0004471266292966902, + "C": 5.0222675781697035e-05, + "R": 2.4507469333912013e-06, + "M": 0.00017538901010993868, + "O": 2.9302003895281814e-05, + "W": 2.5661645395302912e-06, + "N": 4.892302968073636e-05, + "Y": 0.000289343879558146, + "U": 7.72130817949801e-07, + "K": 7.943244781927206e-06, + "L": 8.835777407512069e-06, + "G": 0.0009179019834846258, + "F": 0.018652796745300293, + "E": 0.010302371345460415, + "T": 0.00024127561482600868, + "P": 0.5800309777259827, + "-": 0.3887551724910736 + }, + "id": "tp_24872" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3109009, + "label": "P", + "classification": { + "B": 7.484832894988358e-05, + "S": 3.030713924090378e-05, + "I": 0.0040885875932872295, + "C": 0.0009453746606595814, + "R": 7.627756713191047e-05, + "M": 0.001018518814817071, + "O": 0.0002465040306560695, + "W": 3.591210406739265e-05, + "N": 0.0006754471105523407, + "Y": 0.00450490927323699, + "U": 2.9981260013300925e-05, + "K": 0.0003341228875797242, + "L": 6.619700434384868e-05, + "G": 0.003987569361925125, + "F": 0.02437831275165081, + "E": 0.03178900480270386, + "T": 0.0013541091466322541, + "P": 0.46827858686447144, + "-": 0.458085298538208 + }, + "id": "tp_24873" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3109142, + "label": "-", + "classification": { + "B": 0.0010285635944455862, + "S": 0.0006242243107408285, + "I": 0.09513214975595474, + "C": 0.08330803364515305, + "R": 0.011850690469145775, + "M": 0.040400709956884384, + "O": 0.0035736942663788795, + "W": 0.0005876394570805132, + "N": 0.0037282758858054876, + "Y": 0.10143260657787323, + "U": 0.00038357495213858783, + "K": 0.0004023898800369352, + "L": 0.004267153795808554, + "G": 0.054984405636787415, + "F": 0.02746972255408764, + "E": 0.03809907287359238, + "T": 0.03028298169374466, + "P": 0.11674021929502487, + "-": 0.38570383191108704 + }, + "id": "tp_24874" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3109276, + "label": "P", + "classification": { + "B": 2.188032158301212e-05, + "S": 9.921826858771965e-06, + "I": 0.011366251856088638, + "C": 9.913367102853954e-05, + "R": 1.3101634067425039e-05, + "M": 0.00035686453338712454, + "O": 4.3697400542441756e-05, + "W": 6.809300430177245e-06, + "N": 0.0007063041557557881, + "Y": 0.00037645077100023627, + "U": 4.194072516838787e-06, + "K": 6.078351361793466e-06, + "L": 1.0388133887317963e-05, + "G": 0.00021562651090789586, + "F": 0.000553760735783726, + "E": 0.003968174569308758, + "T": 0.0004194536595605314, + "P": 0.9136325120925903, + "-": 0.0681893527507782 + }, + "id": "tp_24875" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3109376, + "label": "P", + "classification": { + "B": 1.9089281266815306e-08, + "S": 2.2654083053907925e-08, + "I": 0.00025354514946229756, + "C": 1.7511682699478115e-06, + "R": 1.191012231060995e-07, + "M": 1.386464305141999e-06, + "O": 2.8170339305688685e-07, + "W": 1.5244259188307296e-08, + "N": 5.61807837584638e-06, + "Y": 1.1953694411204197e-05, + "U": 1.9141344509421288e-08, + "K": 9.59664774313751e-08, + "L": 2.6660520902055396e-08, + "G": 5.611765118374024e-06, + "F": 0.00028616972849704325, + "E": 9.160011541098356e-05, + "T": 9.823457730817609e-06, + "P": 0.8966785669326782, + "-": 0.10265348106622696 + }, + "id": "tp_24876" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3109510, + "label": "P", + "classification": { + "B": 7.678599104110617e-06, + "S": 1.2665926760746515e-06, + "I": 0.0038376711308956146, + "C": 0.00010245360317640007, + "R": 4.814437488676049e-06, + "M": 8.119190897559747e-05, + "O": 1.0319497960153967e-05, + "W": 1.349587819277076e-06, + "N": 0.0001569244486745447, + "Y": 0.00044078403152525425, + "U": 4.100348633073736e-06, + "K": 4.491681465879083e-06, + "L": 4.038638508063741e-06, + "G": 0.0003021737211383879, + "F": 0.0006072624819353223, + "E": 0.004937715362757444, + "T": 0.00016734719974920154, + "P": 0.8875182867050171, + "-": 0.10181018710136414 + }, + "id": "tp_24877" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3109643, + "label": "P", + "classification": { + "B": 0.0034592265728861094, + "S": 0.002150203799828887, + "I": 0.24096354842185974, + "C": 0.0842190533876419, + "R": 0.020202182233333588, + "M": 0.032548580318689346, + "O": 0.008945160545408726, + "W": 0.0017539127729833126, + "N": 0.014191839843988419, + "Y": 0.028110403567552567, + "U": 0.0011057475348934531, + "K": 0.00025227360310964286, + "L": 0.00813016016036272, + "G": 0.03532266989350319, + "F": 0.010353263467550278, + "E": 0.023199817165732384, + "T": 0.018314838409423828, + "P": 0.262996643781662, + "-": 0.2037804126739502 + }, + "id": "tp_24878" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3109776, + "label": "P", + "classification": { + "B": 9.859311234095003e-08, + "S": 7.08724812170658e-08, + "I": 3.794759322772734e-05, + "C": 4.1158656927109405e-07, + "R": 2.3207793020674217e-08, + "M": 7.554113835794851e-06, + "O": 1.3912180065744906e-06, + "W": 2.194823522927436e-08, + "N": 6.99575707585609e-07, + "Y": 1.1128804544568993e-05, + "U": 2.4502533335635235e-09, + "K": 4.9220729714249956e-09, + "L": 9.826016622582756e-08, + "G": 8.06872958492022e-06, + "F": 0.0004779864102602005, + "E": 4.275205355952494e-05, + "T": 1.7288621165789664e-05, + "P": 0.5090973973274231, + "-": 0.4902969300746918 + }, + "id": "tp_24879" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3109877, + "label": "-", + "classification": { + "B": 3.998033207608387e-05, + "S": 4.059165803482756e-05, + "I": 0.0006940874736756086, + "C": 0.00012995611177757382, + "R": 3.883609679178335e-05, + "M": 0.000552123412489891, + "O": 0.00033907187753356993, + "W": 2.1091836970299482e-05, + "N": 8.455752686131746e-05, + "Y": 0.0019899276085197926, + "U": 7.374559118034085e-06, + "K": 2.9845354220014997e-05, + "L": 6.177446630317718e-05, + "G": 0.0011192468227818608, + "F": 0.019164608791470528, + "E": 0.0005465375143103302, + "T": 0.0021537155844271183, + "P": 0.20294493436813354, + "-": 0.7700417041778564 + }, + "id": "tp_24880" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3110010, + "label": "-", + "classification": { + "B": 1.0968079550366383e-05, + "S": 1.7998166867982945e-06, + "I": 0.00032533658668398857, + "C": 8.94796394277364e-05, + "R": 3.515914386298391e-06, + "M": 7.888737309258431e-05, + "O": 2.7341431632521562e-05, + "W": 2.796024091367144e-06, + "N": 2.5217428628820926e-05, + "Y": 0.00019100452482234687, + "U": 1.6371927813452203e-06, + "K": 4.751233063871041e-06, + "L": 5.06007836520439e-06, + "G": 0.00024830223992466927, + "F": 0.0024908825289458036, + "E": 0.0008007455617189407, + "T": 0.000247488496825099, + "P": 0.46111294627189636, + "-": 0.5343318581581116 + }, + "id": "tp_24881" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3110143, + "label": "P", + "classification": { + "B": 4.377224831841886e-05, + "S": 2.5640003514126875e-05, + "I": 0.005987429991364479, + "C": 8.485496800858527e-05, + "R": 2.515796950319782e-05, + "M": 0.0004227168974466622, + "O": 6.521977775264531e-05, + "W": 1.716704537102487e-05, + "N": 0.0007315443945117295, + "Y": 0.0005575100076384842, + "U": 7.4900917752529494e-06, + "K": 0.0001249040651600808, + "L": 1.2286461242183577e-05, + "G": 0.0007606687140651047, + "F": 0.0039280978962779045, + "E": 0.009436390362679958, + "T": 0.0004931653966195881, + "P": 0.8900530934333801, + "-": 0.08722291886806488 + }, + "id": "tp_24882" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3110277, + "label": "P", + "classification": { + "B": 8.793021697783843e-05, + "S": 5.27761185367126e-05, + "I": 0.01657053269445896, + "C": 0.0008260909817181528, + "R": 0.00018913955136667937, + "M": 0.0007506920956075191, + "O": 0.00022368085046764463, + "W": 6.080718958401121e-05, + "N": 0.001508174929767847, + "Y": 0.0024805371649563313, + "U": 6.456609116867185e-05, + "K": 0.00014739589823875576, + "L": 6.434965325752273e-05, + "G": 0.0011738461907953024, + "F": 0.004581750370562077, + "E": 0.005092652048915625, + "T": 0.0020756381563842297, + "P": 0.7495565414428711, + "-": 0.2144930213689804 + }, + "id": "tp_24883" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3110377, + "label": "-", + "classification": { + "B": 2.6345144306105794e-06, + "S": 9.67365031101508e-06, + "I": 2.7952126401942223e-05, + "C": 2.6692541723605245e-05, + "R": 2.878870873246342e-06, + "M": 0.00022945883392821997, + "O": 4.933003947371617e-05, + "W": 2.688918357307557e-06, + "N": 2.851402314263396e-06, + "Y": 0.0006921346648596227, + "U": 1.523011263770968e-07, + "K": 2.9439727313729236e-06, + "L": 1.4956303857616149e-05, + "G": 0.0006853225058875978, + "F": 0.09083005785942078, + "E": 0.0003630413848441094, + "T": 0.00037511909613385797, + "P": 0.07307878136634827, + "-": 0.8336032629013062 + }, + "id": "tp_24884" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3110511, + "label": "-", + "classification": { + "B": 3.1762283470015973e-06, + "S": 6.635978479607729e-06, + "I": 0.0013713674852624536, + "C": 0.00018457452824804932, + "R": 2.8903830752824433e-05, + "M": 0.0005114902160130441, + "O": 8.312003046739846e-05, + "W": 1.1237042599532288e-05, + "N": 9.278520883526653e-05, + "Y": 0.001345694763585925, + "U": 6.2243070715339854e-06, + "K": 6.438227137550712e-05, + "L": 1.5321120372391306e-05, + "G": 0.0005588707281276584, + "F": 0.010340027511119843, + "E": 0.002951829694211483, + "T": 0.00100915995426476, + "P": 0.2747131884098053, + "-": 0.706701934337616 + }, + "id": "tp_24885" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3110644, + "label": "-", + "classification": { + "B": 5.359767601476051e-05, + "S": 7.048722181934863e-05, + "I": 0.001131752971559763, + "C": 0.0022254500072449446, + "R": 0.0005493721691891551, + "M": 0.0020970564801245928, + "O": 0.0007868403336033225, + "W": 7.355925481533632e-05, + "N": 0.00014407600974664092, + "Y": 0.007037874776870012, + "U": 3.5564382415032014e-05, + "K": 0.00024395313812419772, + "L": 0.00027224727091379464, + "G": 0.005078384652733803, + "F": 0.06589537858963013, + "E": 0.001607945654541254, + "T": 0.003930318169295788, + "P": 0.08907943964004517, + "-": 0.819686770439148 + }, + "id": "tp_24886" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3110777, + "label": "P", + "classification": { + "B": 1.4366383766173385e-05, + "S": 2.7903955924557522e-05, + "I": 0.0036898849066346884, + "C": 0.00012004267773590982, + "R": 2.45234932663152e-05, + "M": 0.0001595458306837827, + "O": 7.50362960388884e-05, + "W": 1.8441191059537232e-05, + "N": 0.00071615882916376, + "Y": 0.0006424545426853001, + "U": 1.0150778507522773e-05, + "K": 0.00012325325224082917, + "L": 6.8743697738682386e-06, + "G": 0.000306059344438836, + "F": 0.004722487647086382, + "E": 0.003146558301523328, + "T": 0.0007114552427083254, + "P": 0.7521133422851562, + "-": 0.23337143659591675 + }, + "id": "tp_24887" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3110878, + "label": "P", + "classification": { + "B": 4.662901744723058e-07, + "S": 1.4983413620939245e-06, + "I": 0.0004904947127215564, + "C": 8.511225132679101e-06, + "R": 1.4573465705325361e-06, + "M": 7.774890946166124e-06, + "O": 6.434494480345165e-06, + "W": 1.526230335002765e-06, + "N": 8.124439045786858e-05, + "Y": 0.00010621428373269737, + "U": 6.957502591831144e-07, + "K": 6.123005732661113e-05, + "L": 3.2324427934327105e-07, + "G": 4.228616671753116e-05, + "F": 0.005543071310967207, + "E": 0.0010867465753108263, + "T": 9.438824781682342e-05, + "P": 0.7808318734169006, + "-": 0.21163371205329895 + }, + "id": "tp_24888" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3111011, + "label": "P", + "classification": { + "B": 0.000697130395565182, + "S": 0.0007925835670903325, + "I": 0.19471381604671478, + "C": 0.0035868040286004543, + "R": 0.0010529537685215473, + "M": 0.004966135136783123, + "O": 0.0012578299501910806, + "W": 0.0005285966908559203, + "N": 0.026825282722711563, + "Y": 0.009396826848387718, + "U": 0.00028449398814700544, + "K": 0.001338448841124773, + "L": 0.00037913385313004255, + "G": 0.004270158242434263, + "F": 0.005132043734192848, + "E": 0.045675721019506454, + "T": 0.005972952116280794, + "P": 0.6141933798789978, + "-": 0.07893569767475128 + }, + "id": "tp_24889" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3111144, + "label": "P", + "classification": { + "B": 8.470831147633362e-08, + "S": 9.424699101145961e-07, + "I": 0.00041242572478950024, + "C": 3.0276469260570593e-06, + "R": 4.618787556864845e-07, + "M": 2.0913219032081543e-06, + "O": 1.5233943031489616e-06, + "W": 3.945507955904759e-07, + "N": 3.452124656178057e-05, + "Y": 3.611559441196732e-05, + "U": 2.412217838809738e-07, + "K": 8.433856237388682e-06, + "L": 1.1491043494515907e-07, + "G": 7.882374120526947e-06, + "F": 0.0011654776753857732, + "E": 0.00028304653824307024, + "T": 3.454239049460739e-05, + "P": 0.9115857481956482, + "-": 0.0864228829741478 + }, + "id": "tp_24890" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3111278, + "label": "P", + "classification": { + "B": 0.001153959077782929, + "S": 0.0002129918575519696, + "I": 0.3470211625099182, + "C": 0.02014707215130329, + "R": 0.008404158987104893, + "M": 0.003075551940128207, + "O": 0.0011235770070925355, + "W": 0.0002559790445957333, + "N": 0.0063623469322919846, + "Y": 0.01047323178499937, + "U": 0.00010428353562019765, + "K": 6.384715379681438e-05, + "L": 0.0008375594625249505, + "G": 0.014680980704724789, + "F": 0.0029850751161575317, + "E": 0.014838273636996746, + "T": 0.0026081493124365807, + "P": 0.463113933801651, + "-": 0.10253782570362091 + }, + "id": "tp_24891" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3111378, + "label": "P", + "classification": { + "B": 2.7687428882927634e-05, + "S": 2.092046634061262e-05, + "I": 0.002193921711295843, + "C": 9.577773016644642e-05, + "R": 1.4124520930636209e-05, + "M": 0.00020408937416505069, + "O": 7.421329064527526e-05, + "W": 1.892737600428518e-05, + "N": 0.00043225137051194906, + "Y": 0.0009753484046086669, + "U": 1.1405434634070843e-05, + "K": 0.000269558368017897, + "L": 1.0029089935414959e-05, + "G": 0.0004670211346819997, + "F": 0.01600024476647377, + "E": 0.008948921225965023, + "T": 0.0005349427228793502, + "P": 0.7051849961280823, + "-": 0.26451563835144043 + }, + "id": "tp_24892" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3111512, + "label": "P", + "classification": { + "B": 4.710906580385199e-07, + "S": 1.377816829517542e-06, + "I": 0.0007300975266844034, + "C": 4.768908638652647e-06, + "R": 4.902760224467784e-07, + "M": 3.3849180454126326e-06, + "O": 1.9521976355463266e-06, + "W": 4.6899589278837084e-07, + "N": 7.097847264958546e-05, + "Y": 1.2214298294566106e-05, + "U": 1.6730811580600857e-07, + "K": 5.491006504598772e-06, + "L": 1.609520410283949e-07, + "G": 1.2876373148174025e-05, + "F": 0.0014200583100318909, + "E": 0.0008158956770785153, + "T": 1.2064988368365448e-05, + "P": 0.9494855403900146, + "-": 0.04742148891091347 + }, + "id": "tp_24893" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3111645, + "label": "P", + "classification": { + "B": 1.4017093690199545e-06, + "S": 3.255044873640145e-07, + "I": 9.91087217698805e-05, + "C": 2.634530176237604e-07, + "R": 5.6890037569701235e-08, + "M": 1.9022004380531143e-06, + "O": 3.3197657103301026e-06, + "W": 1.4423952165998344e-07, + "N": 2.8356059829093283e-06, + "Y": 4.741501470562071e-06, + "U": 1.17666436594277e-08, + "K": 5.857420770638555e-09, + "L": 2.7981246830677264e-07, + "G": 6.185310212458717e-06, + "F": 0.00013643482816405594, + "E": 1.738951868901495e-05, + "T": 1.4435471712204162e-05, + "P": 0.8722175359725952, + "-": 0.12749353051185608 + }, + "id": "tp_24894" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3111778, + "label": "-", + "classification": { + "B": 0.000961035315413028, + "S": 9.507913637207821e-05, + "I": 0.00025205922429449856, + "C": 1.7775973901734687e-05, + "R": 5.439330834633438e-06, + "M": 0.0020882817916572094, + "O": 0.0010471580317243934, + "W": 2.2139103748486377e-05, + "N": 1.067580706148874e-05, + "Y": 0.00032448492129333317, + "U": 4.79652953799814e-07, + "K": 3.3961971013241055e-08, + "L": 0.0003351180348545313, + "G": 0.0008882696274667978, + "F": 0.002811303362250328, + "E": 0.00030325035913847387, + "T": 0.0008445802377536893, + "P": 0.10953667759895325, + "-": 0.8804560899734497 + }, + "id": "tp_24895" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3111879, + "label": "-", + "classification": { + "B": 0.000191120634553954, + "S": 0.00016561437223572284, + "I": 0.002387010958045721, + "C": 0.00035776355070993304, + "R": 0.0002549666678532958, + "M": 0.0030827103182673454, + "O": 0.0016555475303903222, + "W": 0.00011497828381834552, + "N": 0.00020107548334635794, + "Y": 0.008343031629920006, + "U": 2.5625609850976616e-05, + "K": 3.27038396790158e-05, + "L": 0.00037438987055793405, + "G": 0.0035108947195112705, + "F": 0.008101962506771088, + "E": 0.0011205788468942046, + "T": 0.008893493562936783, + "P": 0.09195864945650101, + "-": 0.8692278861999512 + }, + "id": "tp_24896" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3112012, + "label": "P", + "classification": { + "B": 1.4720100125487079e-06, + "S": 1.4336072808873723e-06, + "I": 0.006580932531505823, + "C": 4.9870523071149364e-05, + "R": 3.7261195302562555e-06, + "M": 9.227846931025852e-06, + "O": 2.514653488105978e-06, + "W": 7.480650197067007e-07, + "N": 0.0004521104565355927, + "Y": 8.826784323900938e-05, + "U": 4.5761888145534613e-07, + "K": 7.53774384065764e-06, + "L": 5.312776920618489e-07, + "G": 0.0001151699761976488, + "F": 0.0006108866655267775, + "E": 0.0033779763616621494, + "T": 2.999827302119229e-05, + "P": 0.9816668033599854, + "-": 0.007000250741839409 + }, + "id": "tp_24897" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3112145, + "label": "P", + "classification": { + "B": 4.7445647055610607e-07, + "S": 8.084546720965591e-08, + "I": 0.00020367598335724324, + "C": 5.899092229810776e-06, + "R": 1.4149485139114404e-07, + "M": 2.7801420401374344e-06, + "O": 6.469608706538565e-07, + "W": 7.449111905089012e-08, + "N": 1.8683165762922727e-05, + "Y": 8.814810280455276e-05, + "U": 1.5285300491996168e-07, + "K": 6.327003575279377e-06, + "L": 2.947809640829746e-08, + "G": 1.7047823348548263e-05, + "F": 0.0004400758189149201, + "E": 0.0014611321967095137, + "T": 2.3655491531826556e-05, + "P": 0.8198633193969727, + "-": 0.1778676062822342 + }, + "id": "tp_24898" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3112279, + "label": "-", + "classification": { + "B": 2.390402187302243e-06, + "S": 3.626582156357472e-06, + "I": 0.00021280880901031196, + "C": 4.2283456423319876e-05, + "R": 1.1667318176478148e-05, + "M": 0.00013840313476976007, + "O": 7.389254460576922e-05, + "W": 2.788609208437265e-06, + "N": 7.874538823671173e-06, + "Y": 0.001575954258441925, + "U": 1.0084658015330206e-06, + "K": 5.513450105354423e-07, + "L": 1.3546644368034322e-05, + "G": 0.0002446790167596191, + "F": 0.0035841946955770254, + "E": 5.6742006563581526e-05, + "T": 0.0009446418844163418, + "P": 0.06320466101169586, + "-": 0.929878294467926 + }, + "id": "tp_24899" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3112379, + "label": "P", + "classification": { + "B": 0.0001528132415842265, + "S": 0.00032055919291451573, + "I": 0.026717089116573334, + "C": 0.0019804390612989664, + "R": 0.0005804452812299132, + "M": 0.003518737619742751, + "O": 0.0011898356024175882, + "W": 0.00021249509882181883, + "N": 0.0045990715734660625, + "Y": 0.01568583957850933, + "U": 7.625175203429535e-05, + "K": 0.0009405855089426041, + "L": 0.00023428983695339411, + "G": 0.010448712855577469, + "F": 0.03199107572436333, + "E": 0.017404543235898018, + "T": 0.013407744467258453, + "P": 0.5005135536193848, + "-": 0.3700259327888489 + }, + "id": "tp_24900" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3112513, + "label": "P", + "classification": { + "B": 2.152414708689321e-06, + "S": 1.8536942661739886e-05, + "I": 0.001890414860099554, + "C": 4.51824271294754e-05, + "R": 9.087092621484771e-06, + "M": 0.000129097665194422, + "O": 5.3583407861879095e-05, + "W": 1.3762618436885532e-05, + "N": 0.0003856083785649389, + "Y": 0.0007706450996920466, + "U": 4.925263510813238e-06, + "K": 0.00047015235759317875, + "L": 2.8356218990666093e-06, + "G": 0.00021616820595227182, + "F": 0.011022970080375671, + "E": 0.0054045021533966064, + "T": 0.00036487364559434354, + "P": 0.7525706887245178, + "-": 0.22662478685379028 + }, + "id": "tp_24901" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3112646, + "label": "-", + "classification": { + "B": 2.2616900423599873e-06, + "S": 6.790064617234748e-06, + "I": 9.448551281820983e-05, + "C": 3.1226194550981745e-05, + "R": 5.109684934723191e-06, + "M": 4.245211312081665e-05, + "O": 3.571718480088748e-05, + "W": 3.327545982756419e-06, + "N": 1.2844129742006771e-05, + "Y": 0.00045136589324101806, + "U": 1.407311742696038e-06, + "K": 9.855470125330612e-06, + "L": 3.0103099106781883e-06, + "G": 0.00010310174548067153, + "F": 0.00571571197360754, + "E": 9.665921970736235e-05, + "T": 0.0004376924771349877, + "P": 0.17284531891345978, + "-": 0.8201016187667847 + }, + "id": "tp_24902" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3112779, + "label": "-", + "classification": { + "B": 2.642004233166517e-07, + "S": 5.100786779621558e-07, + "I": 0.0005438299849629402, + "C": 2.9999708203831688e-05, + "R": 3.646145160018932e-06, + "M": 6.220988871064037e-05, + "O": 1.3711010069528129e-05, + "W": 7.366591603386041e-07, + "N": 2.9492133762687445e-05, + "Y": 0.0006259155925363302, + "U": 4.7198099650813674e-07, + "K": 8.79444087331649e-06, + "L": 8.619863365311176e-07, + "G": 0.00015194655861705542, + "F": 0.0022084724623709917, + "E": 0.0005830970476381481, + "T": 0.00030387891456484795, + "P": 0.4141480624675751, + "-": 0.5812840461730957 + }, + "id": "tp_24903" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3112880, + "label": "P", + "classification": { + "B": 3.7910029282439694e-11, + "S": 4.1732700628571706e-11, + "I": 2.4252267394331284e-05, + "C": 3.497893885651138e-08, + "R": 7.314548411407884e-10, + "M": 1.6002189795472077e-08, + "O": 5.361023180938673e-09, + "W": 3.869521023047717e-11, + "N": 1.8970071380408626e-07, + "Y": 2.1291882035257004e-07, + "U": 6.015656028868221e-11, + "K": 5.04833119752135e-10, + "L": 8.90726450930579e-11, + "G": 1.725341576275241e-07, + "F": 1.1130659004265908e-05, + "E": 2.0670036064984743e-06, + "T": 4.187902788999054e-07, + "P": 0.9102345705032349, + "-": 0.08972689509391785 + }, + "id": "tp_24904" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3113013, + "label": "P", + "classification": { + "B": 4.334590357757406e-06, + "S": 4.131332389079034e-06, + "I": 0.0018078552093356848, + "C": 9.568630048306659e-05, + "R": 1.076897115126485e-05, + "M": 0.00015923591854516417, + "O": 3.602874858188443e-05, + "W": 4.753217126562959e-06, + "N": 0.0002325545356143266, + "Y": 0.0008833536994643509, + "U": 4.813738541997736e-06, + "K": 9.488627256359905e-05, + "L": 4.275111677998211e-06, + "G": 0.0003238747303839773, + "F": 0.006595344748347998, + "E": 0.005175459198653698, + "T": 0.0003698993241414428, + "P": 0.6664925813674927, + "-": 0.3177001476287842 + }, + "id": "tp_24905" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3113146, + "label": "P", + "classification": { + "B": 4.4665859604720026e-05, + "S": 0.00017199026478920132, + "I": 0.010196775197982788, + "C": 0.0009596548625268042, + "R": 0.0003000556316692382, + "M": 0.0019054689910262823, + "O": 0.0006363179418258369, + "W": 0.0001226538443006575, + "N": 0.001653769868426025, + "Y": 0.0029671986121684313, + "U": 4.246644675731659e-05, + "K": 0.0004244059673510492, + "L": 0.00012355596118140966, + "G": 0.0025435208808630705, + "F": 0.036707304418087006, + "E": 0.007228428032249212, + "T": 0.003427929477766156, + "P": 0.49764832854270935, + "-": 0.4328955411911011 + }, + "id": "tp_24906" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3113280, + "label": "P", + "classification": { + "B": 5.174252919459832e-07, + "S": 6.796243212647823e-08, + "I": 3.2177831599256024e-05, + "C": 1.4428766235141666e-06, + "R": 8.665478645752955e-08, + "M": 8.886885552783497e-06, + "O": 1.3265770348880324e-06, + "W": 8.626790304333554e-08, + "N": 1.4263209777709562e-06, + "Y": 1.6501231584697962e-05, + "U": 1.6641383382420827e-08, + "K": 1.819837791572354e-07, + "L": 7.04915095184333e-08, + "G": 2.1702127924072556e-05, + "F": 0.001061851973645389, + "E": 0.000337269069859758, + "T": 1.6109237549244426e-05, + "P": 0.735294759273529, + "-": 0.2632055878639221 + }, + "id": "tp_24907" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3113380, + "label": "-", + "classification": { + "B": 4.7379657530655095e-07, + "S": 1.210335938139906e-07, + "I": 0.0008667280781082809, + "C": 2.4858818505890667e-05, + "R": 2.3276222691492876e-06, + "M": 5.580308788921684e-05, + "O": 5.500323368323734e-06, + "W": 1.4467599385170615e-07, + "N": 4.854638518736465e-06, + "Y": 0.0009462489979341626, + "U": 6.731370660872926e-08, + "K": 1.758785295180587e-08, + "L": 2.2685503608954605e-06, + "G": 0.0001227489410666749, + "F": 0.0005630867090076208, + "E": 0.00027586123906075954, + "T": 0.00020313184359110892, + "P": 0.47429054975509644, + "-": 0.5226351618766785 + }, + "id": "tp_24908" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3113514, + "label": "P", + "classification": { + "B": 2.442108052491676e-05, + "S": 5.5049995353328995e-06, + "I": 0.005042403936386108, + "C": 0.0008564634481444955, + "R": 6.941966421436518e-05, + "M": 0.00039856776129454374, + "O": 9.696369670564309e-05, + "W": 1.4407406524696853e-05, + "N": 0.00039249483961611986, + "Y": 0.001951285288669169, + "U": 2.4991864847834222e-05, + "K": 0.00015206554962787777, + "L": 1.6569449144299142e-05, + "G": 0.0012554266722872853, + "F": 0.005729381926357746, + "E": 0.007261332124471664, + "T": 0.0009093052940443158, + "P": 0.5424671769142151, + "-": 0.4333319067955017 + }, + "id": "tp_24909" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3113647, + "label": "-", + "classification": { + "B": 3.650834332802333e-05, + "S": 7.25090503692627e-05, + "I": 0.0036563065368682146, + "C": 0.0017110765911638737, + "R": 0.00036444372381083667, + "M": 0.0024059652350842953, + "O": 0.0006572379497811198, + "W": 9.603250509826466e-05, + "N": 0.00048198847798630595, + "Y": 0.008060965687036514, + "U": 6.787919119233266e-05, + "K": 0.0002175117115257308, + "L": 0.00017573425429873168, + "G": 0.00335700623691082, + "F": 0.02588309720158577, + "E": 0.0035451033618301153, + "T": 0.005166853778064251, + "P": 0.26137542724609375, + "-": 0.6826683282852173 + }, + "id": "tp_24910" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3113780, + "label": "P", + "classification": { + "B": 6.3049096752365585e-06, + "S": 4.76657874060038e-07, + "I": 0.0005879439995624125, + "C": 1.884515654637653e-06, + "R": 2.8331817247817526e-07, + "M": 6.452087745856261e-06, + "O": 2.737543582043145e-06, + "W": 2.5083323862418183e-07, + "N": 3.4833818062907085e-05, + "Y": 1.940205220307689e-05, + "U": 1.248863839009573e-07, + "K": 2.1936520511189883e-07, + "L": 4.7483084131272335e-07, + "G": 2.850198325177189e-05, + "F": 0.00017370065324939787, + "E": 0.00032261686283163726, + "T": 2.680533543752972e-05, + "P": 0.9535837173461914, + "-": 0.04520328342914581 + }, + "id": "tp_24911" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3113881, + "label": "P", + "classification": { + "B": 5.195654011913575e-06, + "S": 1.8549294509284664e-06, + "I": 5.6384877098025754e-05, + "C": 1.8827888197847642e-05, + "R": 8.950506185101403e-07, + "M": 6.396126264007762e-05, + "O": 9.35517527977936e-06, + "W": 6.077223702050105e-07, + "N": 4.5869769564887974e-06, + "Y": 0.00012162431085016578, + "U": 1.5555457366644987e-07, + "K": 4.355468945504981e-07, + "L": 2.2219364836928435e-06, + "G": 0.00018025230383500457, + "F": 0.00789741612970829, + "E": 0.0006601015338674188, + "T": 0.0001867654937086627, + "P": 0.4973064064979553, + "-": 0.49348291754722595 + }, + "id": "tp_24912" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3114014, + "label": "-", + "classification": { + "B": 7.698497938690707e-06, + "S": 2.3438275093212724e-05, + "I": 0.0006082572508603334, + "C": 7.223836291814223e-05, + "R": 1.136422906711232e-05, + "M": 0.0001339519367320463, + "O": 8.591469668317586e-05, + "W": 1.1385707693989389e-05, + "N": 0.00011159138375660405, + "Y": 0.00085730996215716, + "U": 4.266449195711175e-06, + "K": 3.5791628761217e-05, + "L": 6.7892046899942216e-06, + "G": 0.0002699197211768478, + "F": 0.00816167052835226, + "E": 0.0008943522698245943, + "T": 0.000857014034409076, + "P": 0.4302196800708771, + "-": 0.5576274394989014 + }, + "id": "tp_24913" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3114147, + "label": "P", + "classification": { + "B": 0.00020917647634632885, + "S": 8.50488941068761e-05, + "I": 0.003098591696470976, + "C": 0.0004435269220266491, + "R": 6.62779129925184e-05, + "M": 0.001617090543732047, + "O": 0.0006750149186700583, + "W": 6.602140638278797e-05, + "N": 0.00029061530949547887, + "Y": 0.0013337016571313143, + "U": 2.2184445697348565e-05, + "K": 3.528242586980923e-06, + "L": 0.00020685703202616423, + "G": 0.0009153193095698953, + "F": 0.002301997970789671, + "E": 0.0016958272317424417, + "T": 0.0026609674096107483, + "P": 0.5346567034721375, + "-": 0.4496515393257141 + }, + "id": "tp_24914" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3114281, + "label": "P", + "classification": { + "B": 0.0001088684584829025, + "S": 8.464651182293892e-05, + "I": 0.015477506443858147, + "C": 0.00014390290016308427, + "R": 3.0267077818280086e-05, + "M": 0.00029736102442257106, + "O": 9.336858784081414e-05, + "W": 6.114753341535106e-05, + "N": 0.004819114226847887, + "Y": 0.00034913443960249424, + "U": 4.1739102016435936e-05, + "K": 0.0018124701455235481, + "L": 1.4686705981148407e-05, + "G": 0.0006175961461849511, + "F": 0.0034306973684579134, + "E": 0.056165311485528946, + "T": 0.0004254327795933932, + "P": 0.882293164730072, + "-": 0.03373361751437187 + }, + "id": "tp_24915" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3114381, + "label": "P", + "classification": { + "B": 0.00010659422696335241, + "S": 3.939768794225529e-05, + "I": 0.0060152155347168446, + "C": 0.0005085918237455189, + "R": 5.5102940677898005e-05, + "M": 0.0005679847090505064, + "O": 0.00012807724124286324, + "W": 3.6368684959597886e-05, + "N": 0.0007388885132968426, + "Y": 0.0016034251311793923, + "U": 2.7603082344285212e-05, + "K": 0.00019940611673519015, + "L": 3.438694329815917e-05, + "G": 0.0017752867424860597, + "F": 0.009404100477695465, + "E": 0.019341975450515747, + "T": 0.0007686570170335472, + "P": 0.7643956542015076, + "-": 0.19425328075885773 + }, + "id": "tp_24916" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3114515, + "label": "P", + "classification": { + "B": 1.0550838851486333e-06, + "S": 5.5663931561866775e-06, + "I": 0.002120995195582509, + "C": 1.0586544703983236e-05, + "R": 1.3666164022652083e-06, + "M": 9.65975323197199e-06, + "O": 5.429161774372915e-06, + "W": 1.1968102171522332e-06, + "N": 0.00035883887903764844, + "Y": 3.1850493542151526e-05, + "U": 5.427347673503391e-07, + "K": 1.5366738807642832e-05, + "L": 5.787611030427797e-07, + "G": 4.865799564868212e-05, + "F": 0.0016911267302930355, + "E": 0.0027078832499682903, + "T": 3.70942652807571e-05, + "P": 0.9662560820579529, + "-": 0.026696262881159782 + }, + "id": "tp_24917" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3114648, + "label": "P", + "classification": { + "B": 0.0011657961877062917, + "S": 0.0005980599671602249, + "I": 0.09445486962795258, + "C": 0.0059588635340332985, + "R": 0.0017456510104238987, + "M": 0.014328346587717533, + "O": 0.0027399754617363214, + "W": 0.0004615547659341246, + "N": 0.009826290421187878, + "Y": 0.05723143368959427, + "U": 0.00022607707069255412, + "K": 0.0016112008597701788, + "L": 0.000672452209983021, + "G": 0.02113775908946991, + "F": 0.013422133401036263, + "E": 0.06451572477817535, + "T": 0.019480116665363312, + "P": 0.3786627948284149, + "-": 0.311760812997818 + }, + "id": "tp_24918" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3114781, + "label": "-", + "classification": { + "B": 1.8500602436688496e-06, + "S": 4.418026037456002e-06, + "I": 0.0007258208352141082, + "C": 0.0002751399588305503, + "R": 3.43956307915505e-05, + "M": 0.00016285950550809503, + "O": 5.238558878772892e-05, + "W": 5.129097189637832e-06, + "N": 4.3685016862582415e-05, + "Y": 0.001855281414464116, + "U": 3.97366284232703e-06, + "K": 3.8492817111546174e-05, + "L": 7.82223742135102e-06, + "G": 0.0003685356059577316, + "F": 0.01590880937874317, + "E": 0.0006496376590803266, + "T": 0.0005503379506990314, + "P": 0.15572825074195862, + "-": 0.8235832452774048 + }, + "id": "tp_24919" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3114882, + "label": "-", + "classification": { + "B": 2.694042086659465e-05, + "S": 1.3120962648827117e-05, + "I": 0.0030259990599006414, + "C": 0.0007235166849568486, + "R": 0.00024054320238064975, + "M": 0.0005632862448692322, + "O": 0.0003192023723386228, + "W": 2.630422568472568e-05, + "N": 0.0002108232001774013, + "Y": 0.005842630751430988, + "U": 3.242777529521845e-05, + "K": 9.812093048822135e-05, + "L": 6.589922122657299e-05, + "G": 0.0020121850538998842, + "F": 0.011635960079729557, + "E": 0.0014243696350604296, + "T": 0.0032526955474168062, + "P": 0.17211231589317322, + "-": 0.7983736991882324 + }, + "id": "tp_24920" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3115015, + "label": "P", + "classification": { + "B": 0.005232259165495634, + "S": 0.004079983104020357, + "I": 0.1399468183517456, + "C": 0.021545445546507835, + "R": 0.00965837948024273, + "M": 0.02692466415464878, + "O": 0.006006734445691109, + "W": 0.0017877224599942565, + "N": 0.021249447017908096, + "Y": 0.020178111270070076, + "U": 0.0009922967292368412, + "K": 0.0012033930979669094, + "L": 0.006004970520734787, + "G": 0.04520967975258827, + "F": 0.035407278686761856, + "E": 0.0779181495308876, + "T": 0.019846957176923752, + "P": 0.40856605768203735, + "-": 0.14824160933494568 + }, + "id": "tp_24921" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3115148, + "label": "P", + "classification": { + "B": 2.457366917951731e-06, + "S": 7.157124173318152e-07, + "I": 0.0020519550889730453, + "C": 6.375587690854445e-05, + "R": 7.634433131897822e-06, + "M": 5.163039531907998e-05, + "O": 1.2756331670971122e-05, + "W": 1.0208086678176187e-06, + "N": 7.042844663374126e-05, + "Y": 0.0005926426965743303, + "U": 1.2141598517700913e-06, + "K": 4.110380814381642e-06, + "L": 3.0781072837271495e-06, + "G": 0.0004655584634747356, + "F": 0.0021094067487865686, + "E": 0.001065436634235084, + "T": 0.0001719239808153361, + "P": 0.7811511754989624, + "-": 0.21217311918735504 + }, + "id": "tp_24922" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3115282, + "label": "-", + "classification": { + "B": 0.0001534839248051867, + "S": 9.357710951007903e-05, + "I": 0.006365901790559292, + "C": 0.0028359079733490944, + "R": 0.00041752264951355755, + "M": 0.004470875486731529, + "O": 0.0008164995815604925, + "W": 0.00014213731628842652, + "N": 0.0007388456724584103, + "Y": 0.007351925130933523, + "U": 0.00011625286424532533, + "K": 0.0005686699878424406, + "L": 0.00027571702958084643, + "G": 0.009099265560507774, + "F": 0.0348522886633873, + "E": 0.014088696800172329, + "T": 0.003869028529152274, + "P": 0.3342428505420685, + "-": 0.579500675201416 + }, + "id": "tp_24923" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3115382, + "label": "P", + "classification": { + "B": 5.335978698894905e-07, + "S": 8.340106205650955e-07, + "I": 0.0007596532232128084, + "C": 1.0197839401371311e-05, + "R": 6.155417509035033e-07, + "M": 4.1033457819139585e-05, + "O": 5.99061695538694e-06, + "W": 4.386134264677821e-07, + "N": 6.032114470144734e-05, + "Y": 0.00013975285401102155, + "U": 1.9174837007085443e-07, + "K": 4.983404778613476e-06, + "L": 3.673262085612805e-07, + "G": 6.195164314704016e-05, + "F": 0.0014262120239436626, + "E": 0.0011902210535481572, + "T": 7.294544775504619e-05, + "P": 0.8644043207168579, + "-": 0.13181954622268677 + }, + "id": "tp_24924" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3115516, + "label": "P", + "classification": { + "B": 2.6497255021240562e-05, + "S": 1.9694411093951203e-05, + "I": 0.0031347167678177357, + "C": 0.00034144215169362724, + "R": 6.47942943032831e-05, + "M": 0.0005139015847817063, + "O": 0.0001915760658448562, + "W": 2.092981230816804e-05, + "N": 0.00020812269940506667, + "Y": 0.0017856138292700052, + "U": 1.3001789739064407e-05, + "K": 8.993760275188833e-06, + "L": 4.294940663385205e-05, + "G": 0.0006644693785347044, + "F": 0.0037163023371249437, + "E": 0.000891132396645844, + "T": 0.0018075082916766405, + "P": 0.5020150542259216, + "-": 0.4845333695411682 + }, + "id": "tp_24925" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3115649, + "label": "-", + "classification": { + "B": 6.1013259255560115e-05, + "S": 2.91482028842438e-05, + "I": 0.002242068760097027, + "C": 0.0007493910379707813, + "R": 0.0001103421745938249, + "M": 0.0008645202615298331, + "O": 0.0003493179101496935, + "W": 6.421628495445475e-05, + "N": 0.00018936616834253073, + "Y": 0.003437517210841179, + "U": 5.201598469284363e-05, + "K": 0.00017613302043173462, + "L": 9.519504237687215e-05, + "G": 0.002136420225724578, + "F": 0.017527233809232712, + "E": 0.0025039436295628548, + "T": 0.0017676885472610593, + "P": 0.21141155064105988, + "-": 0.7562329769134521 + }, + "id": "tp_24926" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3115782, + "label": "-", + "classification": { + "B": 5.050457275501685e-06, + "S": 3.6879243907605996e-06, + "I": 0.0002993939851876348, + "C": 0.00023899655207060277, + "R": 1.2105646419513505e-05, + "M": 0.00011708542297128588, + "O": 2.4540004233131185e-05, + "W": 3.5258747175248573e-06, + "N": 4.672921204473823e-05, + "Y": 0.001755930483341217, + "U": 2.2673716557619628e-06, + "K": 0.00018918745627161115, + "L": 3.52353185917309e-06, + "G": 0.001258169999346137, + "F": 0.02634565532207489, + "E": 0.005676232744008303, + "T": 0.00042276596650481224, + "P": 0.2795637547969818, + "-": 0.6840314269065857 + }, + "id": "tp_24927" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3115883, + "label": "P", + "classification": { + "B": 0.0004001865745522082, + "S": 0.00019655136566143483, + "I": 0.029627032577991486, + "C": 0.0009194373851642013, + "R": 0.0001842014753492549, + "M": 0.004431311972439289, + "O": 0.0005554774543270469, + "W": 0.00011314143193885684, + "N": 0.0020505005959421396, + "Y": 0.012505589984357357, + "U": 3.479559745755978e-05, + "K": 0.0002778747584670782, + "L": 0.0001566507708048448, + "G": 0.006023144815117121, + "F": 0.011378745548427105, + "E": 0.0378241240978241, + "T": 0.003907737322151661, + "P": 0.586432933807373, + "-": 0.30298054218292236 + }, + "id": "tp_24928" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3116016, + "label": "P", + "classification": { + "B": 1.6296704075102753e-07, + "S": 1.0042750631100716e-07, + "I": 0.00012481129670049995, + "C": 3.864711288770195e-07, + "R": 2.3917817060237212e-08, + "M": 9.779575520951767e-06, + "O": 1.0171394251301535e-06, + "W": 8.348376923095202e-08, + "N": 4.186924797977554e-06, + "Y": 1.699630774965044e-05, + "U": 1.2481627287286301e-08, + "K": 5.110032361699268e-07, + "L": 4.526095764845195e-08, + "G": 8.450314453511965e-06, + "F": 0.0011046448489651084, + "E": 0.00041395824518986046, + "T": 9.925475751515478e-06, + "P": 0.8406857848167419, + "-": 0.1576191931962967 + }, + "id": "tp_24929" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3116149, + "label": "-", + "classification": { + "B": 1.7427581042284146e-05, + "S": 8.258852176368237e-05, + "I": 0.00576908141374588, + "C": 0.0012713033938780427, + "R": 0.0005447688745334744, + "M": 0.0006280344096012414, + "O": 0.0007926074904389679, + "W": 0.0001442994107492268, + "N": 0.0012069523800164461, + "Y": 0.010776953771710396, + "U": 0.00018129673844669014, + "K": 0.005976616870611906, + "L": 9.733737533679232e-05, + "G": 0.003868976840749383, + "F": 0.03905479237437248, + "E": 0.004407158121466637, + "T": 0.0049925982020795345, + "P": 0.16648541390895844, + "-": 0.7537016868591309 + }, + "id": "tp_24930" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3116283, + "label": "P", + "classification": { + "B": 0.0001557378564029932, + "S": 9.367027087137103e-05, + "I": 0.032654568552970886, + "C": 0.0032555419020354748, + "R": 0.0009447397897019982, + "M": 0.0025337268598377705, + "O": 0.0007006790838204324, + "W": 0.00014612132508773357, + "N": 0.003176693106070161, + "Y": 0.008388534188270569, + "U": 0.00015648837143089622, + "K": 0.00045450314064510167, + "L": 0.0002531138889025897, + "G": 0.005652260966598988, + "F": 0.012040754780173302, + "E": 0.012678503058850765, + "T": 0.00585321756079793, + "P": 0.6261150240898132, + "-": 0.28474608063697815 + }, + "id": "tp_24931" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3116383, + "label": "P", + "classification": { + "B": 8.70837720867712e-06, + "S": 4.1056096051761415e-06, + "I": 0.004449195694178343, + "C": 4.1846757085295394e-05, + "R": 3.6310225368652027e-06, + "M": 0.00022837870346847922, + "O": 1.3475918422045652e-05, + "W": 2.7599744498729706e-06, + "N": 0.00038159271935001016, + "Y": 0.0003411222423892468, + "U": 1.4044478575669928e-06, + "K": 0.0001229165936820209, + "L": 1.4693860066472553e-06, + "G": 0.00020255724666640162, + "F": 0.0024359116796404123, + "E": 0.026097072288393974, + "T": 0.00013026446686126292, + "P": 0.8601667284965515, + "-": 0.10536686331033707 + }, + "id": "tp_24932" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3116517, + "label": "-", + "classification": { + "B": 6.914481076591983e-08, + "S": 6.76062370530417e-08, + "I": 1.9213415725971572e-05, + "C": 1.1589747828111285e-06, + "R": 5.3453600656894196e-08, + "M": 3.55256952389027e-06, + "O": 9.90240778264706e-07, + "W": 1.3251498387489846e-07, + "N": 1.7130137166532222e-06, + "Y": 0.00012135681754443794, + "U": 3.16944408496056e-08, + "K": 1.70958574017277e-05, + "L": 2.164269119475648e-08, + "G": 5.1486560550983995e-05, + "F": 0.004298754967749119, + "E": 0.001012898050248623, + "T": 2.5978055418818258e-05, + "P": 0.32035592198371887, + "-": 0.6740895509719849 + }, + "id": "tp_24933" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3116650, + "label": "P", + "classification": { + "B": 7.081661897245795e-05, + "S": 3.850908615277149e-05, + "I": 0.004722218494862318, + "C": 0.0005322457873262465, + "R": 5.2119190513622016e-05, + "M": 0.00039225886575877666, + "O": 0.00012832826178055257, + "W": 4.3609801650745794e-05, + "N": 0.0008969108457677066, + "Y": 0.0019206650322303176, + "U": 3.743108391063288e-05, + "K": 0.00044316990533843637, + "L": 3.331161860842258e-05, + "G": 0.0015396182425320148, + "F": 0.024279730394482613, + "E": 0.02565583400428295, + "T": 0.0007610194734297693, + "P": 0.7386510968208313, + "-": 0.1998010277748108 + }, + "id": "tp_24934" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3116750, + "label": "P", + "classification": { + "B": 2.0541467620205367e-06, + "S": 1.3992095091452939e-06, + "I": 0.0010438452009111643, + "C": 6.349695468088612e-05, + "R": 4.474183697311673e-06, + "M": 5.815682379761711e-05, + "O": 1.4639173059549648e-05, + "W": 1.5468855281142169e-06, + "N": 5.278298704070039e-05, + "Y": 0.00036719386116601527, + "U": 8.294249482787563e-07, + "K": 6.1887635638413485e-06, + "L": 2.393469912931323e-06, + "G": 0.00021124685008544475, + "F": 0.004281144589185715, + "E": 0.0019244960276409984, + "T": 0.0001566297869430855, + "P": 0.6189121603965759, + "-": 0.3728953003883362 + }, + "id": "tp_24935" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3116884, + "label": "-", + "classification": { + "B": 0.00014114694204181433, + "S": 4.616579826688394e-05, + "I": 0.001282167504541576, + "C": 0.00012439946294762194, + "R": 3.365831798873842e-05, + "M": 0.00036992650711908937, + "O": 0.0003335241926833987, + "W": 4.3064508645329624e-05, + "N": 0.00011494881619000807, + "Y": 0.0009547179797664285, + "U": 9.583623068465386e-06, + "K": 1.5574607459711842e-05, + "L": 8.540266571799293e-05, + "G": 0.0010515948524698615, + "F": 0.008981605991721153, + "E": 0.0015022193547338247, + "T": 0.0011375842150300741, + "P": 0.3569224178791046, + "-": 0.6268503665924072 + }, + "id": "tp_24936" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3117017, + "label": "P", + "classification": { + "B": 1.0390222087153234e-05, + "S": 1.344869815511629e-06, + "I": 0.001911731669679284, + "C": 2.3101970327843446e-06, + "R": 2.4762101702435757e-07, + "M": 4.22704906668514e-05, + "O": 2.8822958029195433e-06, + "W": 1.7191871393151814e-07, + "N": 5.507982132257894e-05, + "Y": 1.4566541722160764e-05, + "U": 2.8284050657134685e-08, + "K": 1.4018596061760036e-07, + "L": 8.945727358877775e-07, + "G": 7.5344811193645e-05, + "F": 0.0003445694746915251, + "E": 0.004583503119647503, + "T": 1.967956814041827e-05, + "P": 0.968427836894989, + "-": 0.02450699545443058 + }, + "id": "tp_24937" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3117150, + "label": "-", + "classification": { + "B": 0.00011256138532189652, + "S": 0.0003732776967808604, + "I": 0.002476886846125126, + "C": 0.0005867080762982368, + "R": 0.00014361002831719816, + "M": 0.0024000960402190685, + "O": 0.0010458295000717044, + "W": 0.00019736796093638986, + "N": 0.0005989791825413704, + "Y": 0.009800122119486332, + "U": 3.2924381230259314e-05, + "K": 0.001323313801549375, + "L": 0.00016429301467724144, + "G": 0.006615805439651012, + "F": 0.0914648249745369, + "E": 0.011165587231516838, + "T": 0.0037954237777739763, + "P": 0.21087704598903656, + "-": 0.6568253636360168 + }, + "id": "tp_24938" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3117251, + "label": "-", + "classification": { + "B": 5.209888331592083e-05, + "S": 2.1030147763667628e-05, + "I": 0.00012022422743029892, + "C": 0.00012420283746905625, + "R": 1.817726661101915e-05, + "M": 0.0011712081031873822, + "O": 0.00015807004820089787, + "W": 4.254476607457036e-06, + "N": 6.749986823706422e-06, + "Y": 0.0024298971984535456, + "U": 7.420104566335795e-07, + "K": 1.5782375157868955e-06, + "L": 0.000116258132038638, + "G": 0.004217995796352625, + "F": 0.039684832096099854, + "E": 0.0006450832006521523, + "T": 0.0018805102445185184, + "P": 0.04924055561423302, + "-": 0.9001065492630005 + }, + "id": "tp_24939" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3117384, + "label": "-", + "classification": { + "B": 0.00021826577722094953, + "S": 0.0003104620845988393, + "I": 0.0016627422301098704, + "C": 0.0013708868063986301, + "R": 0.0004048472619615495, + "M": 0.002819534856826067, + "O": 0.0009049773216247559, + "W": 0.0001426748640369624, + "N": 0.0003322032280266285, + "Y": 0.016964461654424667, + "U": 5.991328725940548e-05, + "K": 0.0005946197779849172, + "L": 0.0005104485899209976, + "G": 0.012974085286259651, + "F": 0.14091649651527405, + "E": 0.005610374733805656, + "T": 0.009071115404367447, + "P": 0.11409571021795273, + "-": 0.6910362243652344 + }, + "id": "tp_24940" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3117518, + "label": "-", + "classification": { + "B": 2.175572626583744e-05, + "S": 1.0663799002941232e-05, + "I": 7.568767614429817e-05, + "C": 9.468280040891841e-05, + "R": 2.146745282516349e-05, + "M": 0.00044542935211211443, + "O": 0.00020820435020141304, + "W": 7.427377113344846e-06, + "N": 5.745209364249604e-06, + "Y": 0.0019403486512601376, + "U": 2.1260623270791257e-06, + "K": 3.225488626412698e-06, + "L": 6.05706445639953e-05, + "G": 0.00111181300599128, + "F": 0.005812567193061113, + "E": 0.00013086317630950361, + "T": 0.0019153621979057789, + "P": 0.020730767399072647, + "-": 0.9674013257026672 + }, + "id": "tp_24941" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3117651, + "label": "P", + "classification": { + "B": 0.0001973288890440017, + "S": 9.192911966238171e-05, + "I": 0.015838544815778732, + "C": 0.0016199999954551458, + "R": 0.0003363333235029131, + "M": 0.001043960452079773, + "O": 0.00032152014318853617, + "W": 0.00011969801562372595, + "N": 0.002421458950266242, + "Y": 0.00611265329644084, + "U": 7.390601967927068e-05, + "K": 0.0010623864363878965, + "L": 8.742391219129786e-05, + "G": 0.003363910596817732, + "F": 0.018236888572573662, + "E": 0.035408999770879745, + "T": 0.001956202555447817, + "P": 0.7158383131027222, + "-": 0.19586847722530365 + }, + "id": "tp_24942" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3117751, + "label": "-", + "classification": { + "B": 8.175751986527757e-07, + "S": 4.996061761630699e-06, + "I": 9.70333639997989e-05, + "C": 6.371780273184413e-06, + "R": 5.816449402118451e-07, + "M": 3.74408919014968e-05, + "O": 2.106017927872017e-05, + "W": 6.391413535311585e-06, + "N": 2.3192480512079783e-05, + "Y": 0.00033754954347386956, + "U": 7.418875611620024e-07, + "K": 0.00025992386508733034, + "L": 8.693403401593969e-07, + "G": 0.00017049613234121352, + "F": 0.04551631212234497, + "E": 0.0032524014823138714, + "T": 0.0001347064389847219, + "P": 0.4047669768333435, + "-": 0.5453621745109558 + }, + "id": "tp_24943" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3117885, + "label": "-", + "classification": { + "B": 9.523516197873505e-09, + "S": 1.8050133832048232e-08, + "I": 5.562256774283014e-06, + "C": 4.3336893895684625e-07, + "R": 2.741251847737658e-08, + "M": 2.8563957243932236e-07, + "O": 3.832170989426231e-07, + "W": 1.5808932829486366e-08, + "N": 4.3589236042862467e-07, + "Y": 3.837294934783131e-05, + "U": 1.3968455725432705e-08, + "K": 6.019193961037672e-07, + "L": 6.440418420794458e-09, + "G": 3.2890256989048794e-06, + "F": 0.0009495507692918181, + "E": 1.4587762962037232e-05, + "T": 1.3884923646401148e-05, + "P": 0.22906894981861115, + "-": 0.7699034810066223 + }, + "id": "tp_24944" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3118018, + "label": "-", + "classification": { + "B": 0.0006428678752854466, + "S": 0.0008085211156867445, + "I": 0.007535232231020927, + "C": 0.002709414344280958, + "R": 0.0007612687768414617, + "M": 0.006018331274390221, + "O": 0.002135060727596283, + "W": 0.000570771167986095, + "N": 0.0019425076898187399, + "Y": 0.01875138282775879, + "U": 0.00031078833853825927, + "K": 0.0038264768663793802, + "L": 0.0006880147848278284, + "G": 0.012912873178720474, + "F": 0.09768083691596985, + "E": 0.023891014978289604, + "T": 0.011999190784990788, + "P": 0.2019827961921692, + "-": 0.604832649230957 + }, + "id": "tp_24945" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3118151, + "label": "P", + "classification": { + "B": 1.90239376252066e-07, + "S": 5.55194503704115e-07, + "I": 0.0004907430848106742, + "C": 8.358515515283216e-06, + "R": 1.7631227819947526e-06, + "M": 7.1387812567991205e-06, + "O": 8.93902233656263e-06, + "W": 1.0786143320729025e-06, + "N": 4.00071257899981e-05, + "Y": 0.00016484294610563666, + "U": 4.910281745651446e-07, + "K": 2.4961960662039928e-05, + "L": 2.540823231811373e-07, + "G": 4.678471668739803e-05, + "F": 0.003905454883351922, + "E": 0.0004138505319133401, + "T": 6.895972910569981e-05, + "P": 0.6224191188812256, + "-": 0.37239643931388855 + }, + "id": "tp_24946" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3118252, + "label": "-", + "classification": { + "B": 4.22361199525767e-06, + "S": 1.958814937097486e-05, + "I": 0.0003021366719622165, + "C": 1.606100886419881e-05, + "R": 4.5772476369165815e-06, + "M": 0.00022873464331496507, + "O": 8.642663306090981e-05, + "W": 5.881198831048096e-06, + "N": 2.3398379198624752e-05, + "Y": 0.0012333467602729797, + "U": 1.0725044603532297e-06, + "K": 3.201137360520079e-06, + "L": 1.543288271932397e-05, + "G": 0.00023948332818690687, + "F": 0.007783202454447746, + "E": 0.00019605857960414141, + "T": 0.0013635724317282438, + "P": 0.1671847403049469, + "-": 0.8212888240814209 + }, + "id": "tp_24947" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3118385, + "label": "P", + "classification": { + "B": 1.1403526514186524e-05, + "S": 1.8445631440044963e-06, + "I": 0.001005416619591415, + "C": 2.4140066670952365e-05, + "R": 1.8973821624967968e-06, + "M": 7.059186464175582e-05, + "O": 1.774392330844421e-05, + "W": 2.9682241802220233e-06, + "N": 7.287562766578048e-05, + "Y": 0.00019628179143182933, + "U": 1.64056041285221e-06, + "K": 7.303714937734185e-06, + "L": 2.355891410843469e-06, + "G": 0.00010262243449687958, + "F": 0.0015585962682962418, + "E": 0.00244905729778111, + "T": 0.00011251679097767919, + "P": 0.8292109966278076, + "-": 0.1651497185230255 + }, + "id": "tp_24948" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3118519, + "label": "P", + "classification": { + "B": 1.4371184420269856e-07, + "S": 1.9760076952479722e-07, + "I": 0.0001182144187623635, + "C": 3.5908333302359097e-06, + "R": 4.398932276217238e-07, + "M": 4.6783297875663266e-06, + "O": 3.062679979848326e-06, + "W": 1.8004971025220584e-07, + "N": 7.021631972747855e-06, + "Y": 9.720148955238983e-05, + "U": 1.417340342868556e-07, + "K": 2.5455999548285035e-06, + "L": 9.534339540095971e-08, + "G": 2.2343980162986554e-05, + "F": 0.002203750889748335, + "E": 0.0001269581844098866, + "T": 4.648525646189228e-05, + "P": 0.5932325124740601, + "-": 0.4041304290294647 + }, + "id": "tp_24949" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3118652, + "label": "-", + "classification": { + "B": 8.255223065134487e-07, + "S": 7.973235369718168e-07, + "I": 0.00015403766883537173, + "C": 2.6796980819199234e-05, + "R": 2.7357039016351337e-06, + "M": 1.471139785280684e-05, + "O": 1.0941677828668617e-05, + "W": 1.3308466577655054e-06, + "N": 1.2350702490948606e-05, + "Y": 0.00023448906722478569, + "U": 5.543922725337325e-07, + "K": 9.036570190801285e-06, + "L": 5.310768074195948e-07, + "G": 7.063646626193076e-05, + "F": 0.004192144609987736, + "E": 0.00020739799947477877, + "T": 0.00011339842603774741, + "P": 0.3729911744594574, + "-": 0.6219561696052551 + }, + "id": "tp_24950" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3118752, + "label": "-", + "classification": { + "B": 2.7574694740906125e-06, + "S": 8.213838555093389e-06, + "I": 0.0008762280340306461, + "C": 4.333723336458206e-05, + "R": 9.2345917437342e-06, + "M": 8.871970203472301e-05, + "O": 3.8594476791331545e-05, + "W": 8.004550181794912e-06, + "N": 8.68028073455207e-05, + "Y": 0.001204728614538908, + "U": 5.556881205848185e-06, + "K": 0.00010090989235322922, + "L": 3.5335738175490405e-06, + "G": 0.00019694770162459463, + "F": 0.006112900096923113, + "E": 0.0007615360664203763, + "T": 0.0007349287625402212, + "P": 0.46071577072143555, + "-": 0.5290011763572693 + }, + "id": "tp_24951" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3118886, + "label": "-", + "classification": { + "B": 0.00027818119269795716, + "S": 0.0002112571382895112, + "I": 0.0038426020182669163, + "C": 0.002732601249590516, + "R": 0.0007272845832630992, + "M": 0.0021689520217478275, + "O": 0.0014365526149049401, + "W": 0.00018283253302797675, + "N": 0.0007197303348220885, + "Y": 0.008532008156180382, + "U": 0.00010276937973685563, + "K": 0.0006612416473217309, + "L": 0.000855076767038554, + "G": 0.01589188352227211, + "F": 0.09803806990385056, + "E": 0.01224953681230545, + "T": 0.006162150762975216, + "P": 0.21297693252563477, + "-": 0.6322303414344788 + }, + "id": "tp_24952" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3119019, + "label": "P", + "classification": { + "B": 1.483011118352806e-07, + "S": 8.587632578382909e-07, + "I": 0.00012239383067935705, + "C": 3.951595317630563e-06, + "R": 3.8086093923084263e-07, + "M": 4.773694399773376e-06, + "O": 5.212123141973279e-06, + "W": 7.750728627797798e-07, + "N": 2.2951087885303423e-05, + "Y": 9.801587293623015e-05, + "U": 1.8809032553690486e-07, + "K": 3.009288957400713e-05, + "L": 1.1910046282537223e-07, + "G": 4.4805787183577195e-05, + "F": 0.01036712247878313, + "E": 0.0007271598442457616, + "T": 3.876434493577108e-05, + "P": 0.6902852058410645, + "-": 0.29824697971343994 + }, + "id": "tp_24953" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3119152, + "label": "-", + "classification": { + "B": 5.12080077896826e-05, + "S": 4.207766687613912e-05, + "I": 0.0007687954348511994, + "C": 0.0024553474504500628, + "R": 0.0002393445756752044, + "M": 0.0007683978183194995, + "O": 0.00028158360510133207, + "W": 3.991195626440458e-05, + "N": 0.00013075150491204113, + "Y": 0.0037642931565642357, + "U": 1.9137021809001453e-05, + "K": 0.000372852198779583, + "L": 0.00010945575195364654, + "G": 0.008249537087976933, + "F": 0.11012337356805801, + "E": 0.00685185007750988, + "T": 0.0017755512380972505, + "P": 0.1809762418270111, + "-": 0.6829802393913269 + }, + "id": "tp_24954" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3119253, + "label": "-", + "classification": { + "B": 4.577207732836541e-07, + "S": 3.385504783182114e-07, + "I": 6.72219175612554e-05, + "C": 3.864452537527541e-06, + "R": 4.590812636706687e-07, + "M": 8.516058187524322e-06, + "O": 5.209193659538869e-06, + "W": 3.65681046332611e-07, + "N": 4.089070444024401e-06, + "Y": 0.00015062316379044205, + "U": 1.594399208215691e-07, + "K": 3.619317794800736e-06, + "L": 2.905097176153504e-07, + "G": 5.829134170198813e-05, + "F": 0.0038254368118941784, + "E": 0.000183683296199888, + "T": 6.71596935717389e-05, + "P": 0.2912929356098175, + "-": 0.7043272256851196 + }, + "id": "tp_24955" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3119386, + "label": "P", + "classification": { + "B": 9.601804777048528e-06, + "S": 7.6277301559457555e-06, + "I": 0.0018351782346144319, + "C": 2.1605357687803917e-05, + "R": 5.705174771719612e-06, + "M": 0.00014703613123856485, + "O": 2.9170807465561666e-05, + "W": 4.359450031188317e-06, + "N": 0.00026618229458108544, + "Y": 0.0003396134125068784, + "U": 2.301241920577013e-06, + "K": 3.5057153581874445e-05, + "L": 3.985373041359708e-06, + "G": 0.0004084843385498971, + "F": 0.003913139458745718, + "E": 0.005783416330814362, + "T": 0.0004125990380998701, + "P": 0.8881400227546692, + "-": 0.09863484650850296 + }, + "id": "tp_24956" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3119520, + "label": "-", + "classification": { + "B": 2.7496562324813567e-05, + "S": 0.00019257256644777954, + "I": 0.0012200397904962301, + "C": 7.282380101969466e-05, + "R": 3.783125430345535e-05, + "M": 0.0008038289961405098, + "O": 0.0004320337320677936, + "W": 9.880893776426092e-05, + "N": 0.00032036821357905865, + "Y": 0.0077442689798772335, + "U": 1.148619321611477e-05, + "K": 0.0017464607954025269, + "L": 3.4189230063930154e-05, + "G": 0.0017842786619439721, + "F": 0.09227011352777481, + "E": 0.002908191876485944, + "T": 0.004342461470514536, + "P": 0.18066783249378204, + "-": 0.705284833908081 + }, + "id": "tp_24957" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3119653, + "label": "-", + "classification": { + "B": 5.281011453917017e-06, + "S": 5.771122232545167e-06, + "I": 9.832380601437762e-05, + "C": 1.278427316719899e-05, + "R": 2.0619354472728446e-06, + "M": 6.998301978455856e-05, + "O": 5.3175728680798784e-05, + "W": 3.0031640108063584e-06, + "N": 5.920287549088243e-06, + "Y": 9.153204882750288e-05, + "U": 3.078212102991529e-07, + "K": 5.136054141985369e-07, + "L": 8.047145456657745e-06, + "G": 0.00010001115151681006, + "F": 0.003877875627949834, + "E": 0.00017474836204200983, + "T": 0.0001835022121667862, + "P": 0.1970067173242569, + "-": 0.7983004450798035 + }, + "id": "tp_24958" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3119753, + "label": "P", + "classification": { + "B": 1.6440111721749417e-05, + "S": 8.472366062051151e-06, + "I": 0.0012073537800461054, + "C": 1.5136085494305007e-05, + "R": 3.59429873242334e-06, + "M": 6.940893217688426e-05, + "O": 3.112809645244852e-05, + "W": 5.00014584758901e-06, + "N": 0.0001798715820768848, + "Y": 0.00022520171478390694, + "U": 1.133998807745229e-06, + "K": 1.3421419680526014e-05, + "L": 2.269024207635084e-06, + "G": 0.00014102229033596814, + "F": 0.0023115016520023346, + "E": 0.001749154063872993, + "T": 0.00012611017154995352, + "P": 0.9179279804229736, + "-": 0.07596580684185028 + }, + "id": "tp_24959" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3119887, + "label": "P", + "classification": { + "B": 4.828986129723489e-05, + "S": 3.758017919608392e-05, + "I": 0.0031921120826154947, + "C": 7.068904960760847e-05, + "R": 2.2022262783139013e-05, + "M": 0.0001863725046860054, + "O": 8.914297359297052e-05, + "W": 1.8330249076825567e-05, + "N": 0.000470427650725469, + "Y": 0.0003961337497457862, + "U": 1.1135142813145649e-05, + "K": 4.1378545574843884e-05, + "L": 1.6980944565148093e-05, + "G": 0.0004461694916244596, + "F": 0.003453214420005679, + "E": 0.0028823562897741795, + "T": 0.0005383343086577952, + "P": 0.8809334635734558, + "-": 0.10714580863714218 + }, + "id": "tp_24960" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3120020, + "label": "P", + "classification": { + "B": 7.824322892702185e-06, + "S": 4.9383870646124706e-06, + "I": 0.0021393061615526676, + "C": 0.00023498649534303695, + "R": 1.776921999407932e-05, + "M": 0.00020837858028244227, + "O": 5.8352055930299684e-05, + "W": 6.5112280935863964e-06, + "N": 0.0002228965749964118, + "Y": 0.0011268197558820248, + "U": 9.203431545756757e-06, + "K": 0.00011324771912768483, + "L": 8.138088560372125e-06, + "G": 0.0006827780744060874, + "F": 0.007111526094377041, + "E": 0.004085849039256573, + "T": 0.0006580295157618821, + "P": 0.4937886595726013, + "-": 0.48951488733291626 + }, + "id": "tp_24961" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3120153, + "label": "P", + "classification": { + "B": 1.2940852684550919e-05, + "S": 1.4973134057072457e-05, + "I": 0.0039059496484696865, + "C": 3.551034023985267e-05, + "R": 1.0016762644227128e-05, + "M": 0.00014546926831826568, + "O": 3.966557051171549e-05, + "W": 6.227377525647171e-06, + "N": 0.00033676749444566667, + "Y": 0.00026963508571498096, + "U": 2.460722953401273e-06, + "K": 7.937661393953022e-06, + "L": 6.839997695351485e-06, + "G": 0.0002024911664193496, + "F": 0.0012659247731789947, + "E": 0.0007524865795858204, + "T": 0.0005035541253164411, + "P": 0.8999359607696533, + "-": 0.09254526346921921 + }, + "id": "tp_24962" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3120254, + "label": "P", + "classification": { + "B": 0.0006147489766590297, + "S": 0.0001027648540912196, + "I": 0.005499071907252073, + "C": 3.924501652363688e-05, + "R": 2.1153236957616173e-05, + "M": 0.0006860081339254975, + "O": 0.0005077181849628687, + "W": 5.4634867410641164e-05, + "N": 0.0005880644894205034, + "Y": 0.0002907931338995695, + "U": 3.273786660429323e-06, + "K": 4.391632046463201e-06, + "L": 7.237349927891046e-05, + "G": 0.0007671837229281664, + "F": 0.002053972566500306, + "E": 0.0041203731670975685, + "T": 0.0006440474535338581, + "P": 0.8131866455078125, + "-": 0.17074358463287354 + }, + "id": "tp_24963" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3120387, + "label": "P", + "classification": { + "B": 5.6172884796978906e-05, + "S": 4.275984247215092e-05, + "I": 0.004941111896187067, + "C": 0.00030653373687528074, + "R": 4.002541027148254e-05, + "M": 0.00041270203655585647, + "O": 0.00011901511606993154, + "W": 2.3032604076433927e-05, + "N": 0.00046708062291145325, + "Y": 0.0011424203403294086, + "U": 1.328119196841726e-05, + "K": 2.690022301976569e-05, + "L": 2.925996159319766e-05, + "G": 0.0005245546926744282, + "F": 0.0029456792399287224, + "E": 0.0027953314129263163, + "T": 0.0008481597760692239, + "P": 0.7453858852386475, + "-": 0.23988009989261627 + }, + "id": "tp_24964" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3120521, + "label": "-", + "classification": { + "B": 3.922213664964147e-08, + "S": 3.3593852322155726e-07, + "I": 4.414140494191088e-05, + "C": 7.191857207544672e-07, + "R": 1.5145387521897646e-07, + "M": 3.6992398690927075e-06, + "O": 2.3839188543206546e-06, + "W": 1.4053999564112019e-07, + "N": 3.3100184282375267e-06, + "Y": 3.6688827094621956e-05, + "U": 1.7541660568554107e-08, + "K": 1.9433873603702523e-06, + "L": 6.874514468790949e-08, + "G": 1.4783714505028911e-05, + "F": 0.010929282754659653, + "E": 6.280679372139275e-05, + "T": 4.700370118371211e-05, + "P": 0.3688949942588806, + "-": 0.619957447052002 + }, + "id": "tp_24965" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3120654, + "label": "P", + "classification": { + "B": 3.184656149901599e-10, + "S": 6.542288044641964e-09, + "I": 2.5201321477652527e-05, + "C": 3.659496927710393e-09, + "R": 8.812459095786096e-10, + "M": 2.5781451640227715e-08, + "O": 1.757642742461485e-08, + "W": 2.9243689692037833e-09, + "N": 1.411573180121195e-06, + "Y": 7.235094585666957e-07, + "U": 3.169113582668359e-10, + "K": 2.447016527185042e-07, + "L": 1.1550924106096261e-10, + "G": 1.5749046156088298e-07, + "F": 0.00013885110092815012, + "E": 3.909411680069752e-05, + "T": 2.4085068162094103e-07, + "P": 0.988520622253418, + "-": 0.01127332542091608 + }, + "id": "tp_24966" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3120754, + "label": "P", + "classification": { + "B": 4.461207026906777e-06, + "S": 3.64680590791977e-06, + "I": 0.0032314860727638006, + "C": 1.5607105524395593e-05, + "R": 3.480058921923046e-06, + "M": 1.8151271433453076e-05, + "O": 5.5887271628307644e-06, + "W": 2.947617758763954e-06, + "N": 0.00028964917873963714, + "Y": 5.715831503039226e-05, + "U": 1.3599050134871504e-06, + "K": 1.4400554391613696e-05, + "L": 8.010756005205621e-07, + "G": 3.412262230995111e-05, + "F": 0.0003489572263788432, + "E": 0.001787793473340571, + "T": 7.475744496332482e-05, + "P": 0.9630002975463867, + "-": 0.031105350703001022 + }, + "id": "tp_24967" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3120888, + "label": "-", + "classification": { + "B": 7.025770401014597e-07, + "S": 1.1114310609627864e-06, + "I": 3.8658970879623666e-05, + "C": 7.892226676631253e-06, + "R": 8.079566100605007e-07, + "M": 1.1830992661998607e-05, + "O": 8.640250598546118e-06, + "W": 1.2617244919965742e-06, + "N": 6.046276666893391e-06, + "Y": 0.00014847169222775847, + "U": 2.5904006406562985e-07, + "K": 1.742647509672679e-05, + "L": 3.3961768508561363e-07, + "G": 6.535866850754246e-05, + "F": 0.016423800960183144, + "E": 0.00043510302202776074, + "T": 6.826223398093134e-05, + "P": 0.38490763306617737, + "-": 0.5978564023971558 + }, + "id": "tp_24968" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3121021, + "label": "P", + "classification": { + "B": 3.7136364881007466e-06, + "S": 2.197650246671401e-06, + "I": 0.0010002885246649384, + "C": 3.4992430300917476e-05, + "R": 2.9739819638052722e-06, + "M": 0.00015151289699133486, + "O": 2.526272328395862e-05, + "W": 1.769956838870712e-06, + "N": 4.713486123364419e-05, + "Y": 0.00046312433551065624, + "U": 1.2631313666133792e-06, + "K": 7.204181656561559e-06, + "L": 3.668541239676415e-06, + "G": 0.0002242723567178473, + "F": 0.003952573053538799, + "E": 0.0016151245217770338, + "T": 0.0003590668202377856, + "P": 0.5244812369346619, + "-": 0.46762263774871826 + }, + "id": "tp_24969" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3121154, + "label": "P", + "classification": { + "B": 5.459356966497353e-09, + "S": 1.7101028149113517e-08, + "I": 9.181341010844335e-05, + "C": 5.887918774760692e-08, + "R": 5.797627711245923e-09, + "M": 1.6305976657804422e-07, + "O": 1.0197715027970844e-07, + "W": 1.2891089085087515e-08, + "N": 4.076719960721675e-06, + "Y": 7.022634349596046e-07, + "U": 3.136558346383822e-09, + "K": 1.0647093517945905e-07, + "L": 2.758421491222407e-09, + "G": 3.844754985493637e-07, + "F": 9.920658339979127e-05, + "E": 3.68701403203886e-05, + "T": 1.1606069847402978e-06, + "P": 0.9762272834777832, + "-": 0.02353801764547825 + }, + "id": "tp_24970" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3121255, + "label": "-", + "classification": { + "B": 8.198355772037758e-09, + "S": 2.252208730624261e-08, + "I": 4.956703196512535e-05, + "C": 8.280057954834774e-07, + "R": 1.4683941174098436e-08, + "M": 1.708060153760016e-06, + "O": 3.6598555652744835e-07, + "W": 1.9056223266034067e-08, + "N": 2.324182787560858e-06, + "Y": 5.627430437016301e-05, + "U": 1.366002422287238e-08, + "K": 1.093682953978714e-06, + "L": 1.1892733908780428e-08, + "G": 6.446231509471545e-06, + "F": 0.0011746152304112911, + "E": 0.00011299994366709143, + "T": 1.5562933185719885e-05, + "P": 0.4852795898914337, + "-": 0.513298511505127 + }, + "id": "tp_24971" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3121388, + "label": "P", + "classification": { + "B": 5.94221592109534e-06, + "S": 2.9878041459596716e-05, + "I": 0.0010946713155135512, + "C": 1.715705730021e-05, + "R": 3.2859779821592383e-06, + "M": 0.0002123408776242286, + "O": 6.203864904819056e-05, + "W": 9.556290933687706e-06, + "N": 0.00016892229905351996, + "Y": 0.0007060177740640938, + "U": 1.2098206525479327e-06, + "K": 3.7112509744474664e-05, + "L": 4.297891791793518e-06, + "G": 0.00021450035274028778, + "F": 0.00948310922831297, + "E": 0.00184751080814749, + "T": 0.00035650166682899, + "P": 0.7366127371788025, + "-": 0.24913322925567627 + }, + "id": "tp_24972" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3121522, + "label": "P", + "classification": { + "B": 0.001492051873356104, + "S": 0.0011130314087495208, + "I": 0.05737350881099701, + "C": 0.0018918212736025453, + "R": 0.0009885251056402922, + "M": 0.006171074695885181, + "O": 0.0018824053695425391, + "W": 0.0005100331618450582, + "N": 0.013114946894347668, + "Y": 0.006858345121145248, + "U": 0.0003129660617560148, + "K": 0.001719656982459128, + "L": 0.0007858367753215134, + "G": 0.010798740200698376, + "F": 0.024895908311009407, + "E": 0.04334477707743645, + "T": 0.005551647860556841, + "P": 0.7092798352241516, + "-": 0.11191488057374954 + }, + "id": "tp_24973" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3121655, + "label": "P", + "classification": { + "B": 7.918043411336839e-05, + "S": 9.339984899270348e-06, + "I": 0.0400797538459301, + "C": 0.00010876962187467143, + "R": 1.5688441635575145e-05, + "M": 0.0005130771896801889, + "O": 4.689406341640279e-05, + "W": 3.2003365504351677e-06, + "N": 0.0011762797366827726, + "Y": 0.00045413049519993365, + "U": 1.4652906656920095e-06, + "K": 8.908180461730808e-06, + "L": 1.863963552750647e-05, + "G": 0.0023907830473035574, + "F": 0.001128786476328969, + "E": 0.026465386152267456, + "T": 0.00034683840931393206, + "P": 0.8844022154808044, + "-": 0.04275074973702431 + }, + "id": "tp_24974" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3121755, + "label": "-", + "classification": { + "B": 3.721975616599593e-08, + "S": 3.245126478645943e-08, + "I": 3.4197259083157405e-05, + "C": 2.1128871594555676e-06, + "R": 7.010710589838709e-08, + "M": 1.13152800622629e-05, + "O": 1.6704752852092497e-06, + "W": 4.7225142907336704e-08, + "N": 2.4357482288905885e-06, + "Y": 8.592558151576668e-05, + "U": 1.6180967676859837e-08, + "K": 1.543299504191964e-06, + "L": 5.328210406219114e-08, + "G": 3.669389843707904e-05, + "F": 0.005014332942664623, + "E": 0.0005239942693151534, + "T": 3.0614402930950746e-05, + "P": 0.30923745036125183, + "-": 0.6850174069404602 + }, + "id": "tp_24975" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3121889, + "label": "P", + "classification": { + "B": 4.893116056337021e-06, + "S": 1.970544872165192e-06, + "I": 0.002604215871542692, + "C": 6.294895865721628e-05, + "R": 7.918578376120422e-06, + "M": 8.354099554708228e-05, + "O": 2.4631943233544007e-05, + "W": 3.6586391161108622e-06, + "N": 9.768133168108761e-05, + "Y": 0.00042371981544420123, + "U": 3.231321898056194e-06, + "K": 6.926455625944072e-06, + "L": 5.685236374119995e-06, + "G": 0.000227082782657817, + "F": 0.0023527948651462793, + "E": 0.0010967798298224807, + "T": 0.00032395575544796884, + "P": 0.6801928281784058, + "-": 0.3124755322933197 + }, + "id": "tp_24976" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3122022, + "label": "P", + "classification": { + "B": 5.809083813801408e-05, + "S": 2.0740799300256185e-05, + "I": 0.002117455704137683, + "C": 0.00014944971189834177, + "R": 2.536073407100048e-05, + "M": 0.0002145790494978428, + "O": 0.00010793684486998245, + "W": 1.017808881442761e-05, + "N": 0.00014735361037310213, + "Y": 0.0009709366131573915, + "U": 6.779816885682521e-06, + "K": 2.110860623361077e-05, + "L": 3.0940915166866034e-05, + "G": 0.0013800878077745438, + "F": 0.011771195568144321, + "E": 0.00259175943210721, + "T": 0.0005283768987283111, + "P": 0.620124876499176, + "-": 0.3597227931022644 + }, + "id": "tp_24977" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3122155, + "label": "-", + "classification": { + "B": 6.297549930422974e-07, + "S": 9.849329671851592e-07, + "I": 0.0001740750449243933, + "C": 1.4916851796442643e-05, + "R": 1.0679973456717562e-06, + "M": 4.1235642129322514e-05, + "O": 7.111502782208845e-06, + "W": 3.45742648732994e-07, + "N": 8.208444342017174e-06, + "Y": 9.416238754056394e-05, + "U": 1.9786207872130035e-07, + "K": 1.3575919410868664e-06, + "L": 1.1079307569161756e-06, + "G": 6.0226291680010036e-05, + "F": 0.0028763599693775177, + "E": 0.0001784133055480197, + "T": 0.00018015246314462274, + "P": 0.3331443965435028, + "-": 0.6632150411605835 + }, + "id": "tp_24978" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3122256, + "label": "P", + "classification": { + "B": 1.899239214253612e-05, + "S": 2.590625263110269e-05, + "I": 0.0033814008347690105, + "C": 2.008940100495238e-06, + "R": 5.003843170925393e-07, + "M": 1.666538264544215e-05, + "O": 6.334037607302889e-06, + "W": 3.227990873710951e-06, + "N": 0.0006628219271078706, + "Y": 1.9717235772986896e-05, + "U": 4.1464727473794483e-07, + "K": 1.0767802450573072e-05, + "L": 7.729952358204173e-07, + "G": 5.631904423353262e-05, + "F": 0.0006381351849995553, + "E": 0.006224712356925011, + "T": 3.147976167383604e-05, + "P": 0.9848846197128296, + "-": 0.004015195183455944 + }, + "id": "tp_24979" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3122389, + "label": "-", + "classification": { + "B": 7.351849035330815e-06, + "S": 1.4980788364482578e-05, + "I": 0.0006791151245124638, + "C": 0.00044982117833569646, + "R": 5.4191019444260746e-05, + "M": 0.0007132006576284766, + "O": 0.00013361734454520047, + "W": 9.283650797442533e-06, + "N": 7.255108357639983e-05, + "Y": 0.0036377410870045424, + "U": 3.675582547657541e-06, + "K": 6.495862180599943e-05, + "L": 2.3833237719372846e-05, + "G": 0.0024154260754585266, + "F": 0.03485267236828804, + "E": 0.0029409192502498627, + "T": 0.0016446204390376806, + "P": 0.14446309208869934, + "-": 0.8078190088272095 + }, + "id": "tp_24980" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3122523, + "label": "P", + "classification": { + "B": 6.448930889746407e-06, + "S": 3.0045218863961054e-06, + "I": 0.0014083357527852058, + "C": 6.992192356847227e-05, + "R": 5.452719051390886e-06, + "M": 0.00012473705282900482, + "O": 1.9291437638457865e-05, + "W": 2.065814896923257e-06, + "N": 0.0001001767668640241, + "Y": 0.0006443558377213776, + "U": 1.4697995993628865e-06, + "K": 1.7112142813857645e-05, + "L": 3.5527605177776422e-06, + "G": 0.0005189146031625569, + "F": 0.006370284128934145, + "E": 0.0042968918569386005, + "T": 0.00025459734024479985, + "P": 0.7199646830558777, + "-": 0.26618874073028564 + }, + "id": "tp_24981" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3122656, + "label": "P", + "classification": { + "B": 5.339190465747379e-05, + "S": 0.000249267352046445, + "I": 0.05006389319896698, + "C": 0.0016133987810462713, + "R": 0.00025405792985111475, + "M": 0.0006383733707480133, + "O": 0.00033450443879701197, + "W": 0.00015373517817351967, + "N": 0.012236661277711391, + "Y": 0.002056846162304282, + "U": 4.1776544094318524e-05, + "K": 0.0024002655409276485, + "L": 5.288150714477524e-05, + "G": 0.0025500254705548286, + "F": 0.013181011192500591, + "E": 0.052816521376371384, + "T": 0.0010790950618684292, + "P": 0.8030354380607605, + "-": 0.05718883126974106 + }, + "id": "tp_24982" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3122756, + "label": "P", + "classification": { + "B": 8.341605280293152e-05, + "S": 0.00014395199832506478, + "I": 0.021511834114789963, + "C": 0.00047559032100252807, + "R": 0.00012608668475877494, + "M": 0.002220764523372054, + "O": 0.0004783878684975207, + "W": 8.648819493828341e-05, + "N": 0.0025926586240530014, + "Y": 0.007782353553920984, + "U": 2.591141856100876e-05, + "K": 0.00043594572343863547, + "L": 6.0719874454662204e-05, + "G": 0.002649402478709817, + "F": 0.0108216917142272, + "E": 0.010762399062514305, + "T": 0.0054323263466358185, + "P": 0.5965640544891357, + "-": 0.3377459943294525 + }, + "id": "tp_24983" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3122890, + "label": "P", + "classification": { + "B": 1.7778203982743435e-05, + "S": 2.8869660582131473e-06, + "I": 0.0019174825865775347, + "C": 0.00010593011393211782, + "R": 9.5521845651092e-06, + "M": 0.00015107699437066913, + "O": 3.1130060961004347e-05, + "W": 3.180233079547179e-06, + "N": 9.624776430428028e-05, + "Y": 0.0004880430642515421, + "U": 2.589864607216441e-06, + "K": 8.424983207078185e-06, + "L": 5.761030934081646e-06, + "G": 0.00026363550568930805, + "F": 0.0018372167833149433, + "E": 0.0035966415889561176, + "T": 0.00026489284937269986, + "P": 0.6672676801681519, + "-": 0.3239298164844513 + }, + "id": "tp_24984" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3123023, + "label": "P", + "classification": { + "B": 2.5039471438503824e-05, + "S": 2.1220002963673323e-05, + "I": 0.0006014630780555308, + "C": 3.7063705349282827e-06, + "R": 1.4056878399060224e-06, + "M": 5.488241367856972e-05, + "O": 4.942303348798305e-05, + "W": 4.93860216010944e-06, + "N": 0.00011824859393527731, + "Y": 0.00011361666838638484, + "U": 3.6912712175762863e-07, + "K": 6.182839115354e-06, + "L": 2.8796339393011294e-06, + "G": 0.00016551541921216995, + "F": 0.00656447559595108, + "E": 0.0021203486248850822, + "T": 0.00015650968998670578, + "P": 0.7831021547317505, + "-": 0.20688767731189728 + }, + "id": "tp_24985" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3123156, + "label": "-", + "classification": { + "B": 7.83036830398487e-06, + "S": 3.788720641750842e-05, + "I": 0.00043115500011481345, + "C": 0.00033526166225783527, + "R": 0.00012700266961473972, + "M": 0.0006798080285079777, + "O": 0.0003162838111165911, + "W": 2.0060486349393614e-05, + "N": 3.840648059849627e-05, + "Y": 0.0034664359409362078, + "U": 2.229323399660643e-06, + "K": 2.854119156836532e-05, + "L": 7.360515155596659e-05, + "G": 0.003225648542866111, + "F": 0.06521376222372055, + "E": 0.0005633681430481374, + "T": 0.002357258228585124, + "P": 0.07382240891456604, + "-": 0.8492529988288879 + }, + "id": "tp_24986" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3123257, + "label": "P", + "classification": { + "B": 1.4499064491246827e-05, + "S": 7.51776269680704e-06, + "I": 0.00258492399007082, + "C": 0.00019513741426635534, + "R": 3.182269574608654e-05, + "M": 0.0001285046455450356, + "O": 7.854642899474129e-05, + "W": 6.665712589892792e-06, + "N": 0.0003116631123702973, + "Y": 0.0011850721202790737, + "U": 9.524574124952778e-06, + "K": 4.4021446228725836e-05, + "L": 1.1581333637877833e-05, + "G": 0.0011727656237781048, + "F": 0.008480292744934559, + "E": 0.002387187210842967, + "T": 0.0004983186372555792, + "P": 0.7030986547470093, + "-": 0.27975335717201233 + }, + "id": "tp_24987" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3123390, + "label": "-", + "classification": { + "B": 0.00020505218708422035, + "S": 0.00014412867312785238, + "I": 0.0026312193367630243, + "C": 0.0013030809350311756, + "R": 0.00022109519341029227, + "M": 0.002641596831381321, + "O": 0.0007949842256493866, + "W": 0.0001374890562146902, + "N": 0.0004057908372487873, + "Y": 0.008804580196738243, + "U": 5.239964957581833e-05, + "K": 0.0003090793907176703, + "L": 0.0002723184588830918, + "G": 0.007895397022366524, + "F": 0.0552809052169323, + "E": 0.008373556658625603, + "T": 0.004065890330821276, + "P": 0.2115091234445572, + "-": 0.6949523687362671 + }, + "id": "tp_24988" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3123524, + "label": "-", + "classification": { + "B": 4.207857728033559e-06, + "S": 2.113530626957072e-06, + "I": 0.00011833140160888433, + "C": 1.3475550076691434e-05, + "R": 1.2497213219830883e-06, + "M": 9.13351759663783e-05, + "O": 1.849008367571514e-05, + "W": 1.499559743933787e-06, + "N": 1.5325089407269843e-05, + "Y": 0.0006693316390737891, + "U": 8.558619697396352e-07, + "K": 1.6513817172381096e-05, + "L": 1.7537247458676575e-06, + "G": 0.00017890729941427708, + "F": 0.00848689116537571, + "E": 0.0010343233589082956, + "T": 0.0003057777648791671, + "P": 0.34812816977500916, + "-": 0.6409114599227905 + }, + "id": "tp_24989" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3123657, + "label": "-", + "classification": { + "B": 1.0527304766583256e-05, + "S": 3.042379285034258e-05, + "I": 0.0003005948383361101, + "C": 0.0005781080108135939, + "R": 0.00017262705659959465, + "M": 0.0006275694468058646, + "O": 0.00028783263405784965, + "W": 2.6342206183471717e-05, + "N": 3.3166968933073804e-05, + "Y": 0.0073985755443573, + "U": 9.889016837405507e-06, + "K": 9.950835374183953e-05, + "L": 9.315674833487719e-05, + "G": 0.002522714203223586, + "F": 0.06298445165157318, + "E": 0.0003790607152041048, + "T": 0.003099290421232581, + "P": 0.042929887771606445, + "-": 0.8784162402153015 + }, + "id": "tp_24990" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3123757, + "label": "P", + "classification": { + "B": 5.492163836606778e-06, + "S": 6.449444640566071e-07, + "I": 0.0018237153999507427, + "C": 0.0002992386289406568, + "R": 1.5585197616019286e-05, + "M": 0.00019851559773087502, + "O": 2.0979816326871514e-05, + "W": 1.1583839523154893e-06, + "N": 7.592161273350939e-05, + "Y": 0.0007719298591837287, + "U": 2.628154106787406e-06, + "K": 8.083497050392907e-06, + "L": 4.907047241431428e-06, + "G": 0.0008368925773538649, + "F": 0.0012840689159929752, + "E": 0.003091822611168027, + "T": 0.0004040336352773011, + "P": 0.5770834684371948, + "-": 0.41407090425491333 + }, + "id": "tp_24991" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3123891, + "label": "-", + "classification": { + "B": 0.0004161120450589806, + "S": 4.7217123210430145e-05, + "I": 0.002756406320258975, + "C": 0.0003899354487657547, + "R": 5.598371717496775e-05, + "M": 0.002754636574536562, + "O": 0.0004158050287514925, + "W": 3.585022204788402e-05, + "N": 0.00018906239711213857, + "Y": 0.003787950612604618, + "U": 1.1896386240550783e-05, + "K": 3.631742947618477e-05, + "L": 0.00015396426897495985, + "G": 0.0051306081004440784, + "F": 0.013133394531905651, + "E": 0.015426361933350563, + "T": 0.0017927582375705242, + "P": 0.2949727177619934, + "-": 0.6584929823875427 + }, + "id": "tp_24992" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3124024, + "label": "P", + "classification": { + "B": 6.339722631309996e-07, + "S": 3.669541683848365e-07, + "I": 0.00018537061987444758, + "C": 1.2793036148650572e-05, + "R": 7.31153420474584e-07, + "M": 7.196062597358832e-06, + "O": 2.6300031095161103e-06, + "W": 4.6393461161642335e-07, + "N": 1.2729095033137128e-05, + "Y": 0.00015858220285736024, + "U": 2.9608651175294654e-07, + "K": 1.0888156793953385e-05, + "L": 2.7306256811243657e-07, + "G": 8.774988236837089e-05, + "F": 0.006845624651759863, + "E": 0.0015020727878436446, + "T": 4.5615081035066396e-05, + "P": 0.6260983347892761, + "-": 0.3650275766849518 + }, + "id": "tp_24993" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3124157, + "label": "-", + "classification": { + "B": 1.631710802030284e-06, + "S": 1.6488614846821292e-06, + "I": 0.0003008115745615214, + "C": 4.468508996069431e-05, + "R": 5.903730198042467e-06, + "M": 3.263486723881215e-05, + "O": 2.406651765340939e-05, + "W": 4.892759079666575e-06, + "N": 4.5326185500016436e-05, + "Y": 0.0013800135347992182, + "U": 2.5521364932501456e-06, + "K": 0.0005574280512519181, + "L": 1.2879318092018366e-06, + "G": 0.0003349090984556824, + "F": 0.009593193419277668, + "E": 0.0026218078564852476, + "T": 0.0003165275265928358, + "P": 0.20561160147190094, + "-": 0.7791190147399902 + }, + "id": "tp_24994" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3124258, + "label": "-", + "classification": { + "B": 1.501330280007096e-05, + "S": 2.6246767447446473e-05, + "I": 5.3883024520473555e-05, + "C": 0.00030231275013647974, + "R": 5.741279892390594e-05, + "M": 0.0007475471938960254, + "O": 0.00030041587888263166, + "W": 1.6176551071112044e-05, + "N": 6.254269464989193e-06, + "Y": 0.0027498616836965084, + "U": 2.316709696970065e-06, + "K": 9.14762495085597e-06, + "L": 0.00010613865015329793, + "G": 0.0015538666630163789, + "F": 0.026639077812433243, + "E": 0.0001354275445919484, + "T": 0.0028979722410440445, + "P": 0.022057030349969864, + "-": 0.9423240423202515 + }, + "id": "tp_24995" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3124391, + "label": "-", + "classification": { + "B": 1.8176388039137237e-05, + "S": 2.805008989525959e-05, + "I": 0.0011956162052229047, + "C": 0.0001142738401540555, + "R": 4.011641431134194e-05, + "M": 0.0004192823253106326, + "O": 0.00022569563589058816, + "W": 2.7164220227859914e-05, + "N": 0.00013962120283395052, + "Y": 0.004220574628561735, + "U": 1.7000846128212288e-05, + "K": 8.877666550688446e-05, + "L": 2.750018029473722e-05, + "G": 0.0007202817942015827, + "F": 0.008813991211354733, + "E": 0.0006376333767548203, + "T": 0.0034004857297986746, + "P": 0.19300426542758942, + "-": 0.7868613600730896 + }, + "id": "tp_24996" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3124525, + "label": "-", + "classification": { + "B": 1.4097179423799844e-08, + "S": 3.130578241083981e-09, + "I": 1.144098519034742e-06, + "C": 3.3249631314902217e-07, + "R": 1.1251518827748441e-08, + "M": 7.580940746265696e-07, + "O": 2.1674526351489476e-07, + "W": 2.7808380043126135e-09, + "N": 2.4713443735890905e-08, + "Y": 4.384080057207029e-06, + "U": 8.476597201934055e-10, + "K": 1.1171579217261751e-09, + "L": 1.153579898272028e-08, + "G": 2.641480023157783e-06, + "F": 0.00016168478759936988, + "E": 4.4412313400243875e-06, + "T": 6.581039087905083e-06, + "P": 0.2134295254945755, + "-": 0.7863882780075073 + }, + "id": "tp_24997" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3124658, + "label": "-", + "classification": { + "B": 0.0007652037311345339, + "S": 0.0002973383234348148, + "I": 0.008303039707243443, + "C": 0.0009007601765915751, + "R": 0.0002607063506729901, + "M": 0.004228291101753712, + "O": 0.0013317851116880774, + "W": 0.0002831091987900436, + "N": 0.0008338645566254854, + "Y": 0.00977064948529005, + "U": 0.000116352217446547, + "K": 0.00012118682207074016, + "L": 0.0005776550970040262, + "G": 0.0041958848014473915, + "F": 0.011902213096618652, + "E": 0.006641472689807415, + "T": 0.0061494819819927216, + "P": 0.3618379533290863, + "-": 0.581483006477356 + }, + "id": "tp_24998" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3124758, + "label": "P", + "classification": { + "B": 2.4232590476458427e-06, + "S": 3.457190814515343e-06, + "I": 0.0002697405288927257, + "C": 3.135743611437647e-07, + "R": 5.622281662454043e-08, + "M": 1.916785004141275e-05, + "O": 6.894406851642998e-06, + "W": 4.283070325072913e-07, + "N": 1.627320671104826e-05, + "Y": 2.06149197765626e-05, + "U": 2.1508171244022378e-08, + "K": 1.4487470423318882e-07, + "L": 4.172321723672212e-07, + "G": 1.7888769434648566e-05, + "F": 0.0005125670577399433, + "E": 0.000356493255821988, + "T": 1.923226773214992e-05, + "P": 0.895315945148468, + "-": 0.10343791544437408 + }, + "id": "tp_24999" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3124892, + "label": "-", + "classification": { + "B": 4.8857462076057345e-08, + "S": 3.9232546100720356e-08, + "I": 4.481553332880139e-06, + "C": 1.328440646375384e-07, + "R": 6.123748619302205e-09, + "M": 1.6285750916722463e-06, + "O": 5.798452207272931e-07, + "W": 1.9136724205282007e-08, + "N": 1.1089084495097268e-07, + "Y": 2.4259092242573388e-05, + "U": 7.479536989762892e-10, + "K": 9.004998702266676e-08, + "L": 3.129472858631743e-08, + "G": 3.180982457706705e-05, + "F": 0.02012002281844616, + "E": 0.00020403350936248899, + "T": 5.738924301113002e-06, + "P": 0.16176371276378632, + "-": 0.8178431987762451 + }, + "id": "tp_25000" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3125025, + "label": "P", + "classification": { + "B": 1.3691554158867802e-05, + "S": 1.7883106920635328e-05, + "I": 0.0012055080151185393, + "C": 2.242098889837507e-05, + "R": 5.519356818695087e-06, + "M": 2.4117423890857026e-05, + "O": 3.986409865319729e-05, + "W": 7.337680472119246e-06, + "N": 0.0001920317590702325, + "Y": 6.32528608548455e-05, + "U": 2.2131043806439266e-06, + "K": 5.250348749541445e-06, + "L": 4.9829386625788175e-06, + "G": 7.41998155717738e-05, + "F": 0.0019028675742447376, + "E": 0.0005876958603039384, + "T": 0.0001743297470966354, + "P": 0.8510191440582275, + "-": 0.14463764429092407 + }, + "id": "tp_25001" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3125125, + "label": "P", + "classification": { + "B": 2.068450966064006e-11, + "S": 4.3220899081930497e-10, + "I": 2.0101111658732407e-05, + "C": 7.855486261476585e-10, + "R": 1.2851643360622944e-10, + "M": 1.3226236772467814e-09, + "O": 2.6076425463372743e-09, + "W": 2.5769519851337463e-10, + "N": 6.499271307802701e-07, + "Y": 2.540377508353231e-08, + "U": 1.1025055174362919e-10, + "K": 2.0106353915139152e-08, + "L": 1.3383330901839408e-11, + "G": 1.2355357625892793e-08, + "F": 5.989581950416323e-06, + "E": 3.608002316468628e-06, + "T": 1.195110996832227e-07, + "P": 0.9852882027626038, + "-": 0.014681324362754822 + }, + "id": "tp_25002" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3125259, + "label": "-", + "classification": { + "B": 4.3173986341571435e-05, + "S": 4.0288585296366364e-05, + "I": 0.0005529641639441252, + "C": 0.0006569941760972142, + "R": 0.00010844978532986715, + "M": 0.0013795900158584118, + "O": 0.00032904435647651553, + "W": 2.9772396374028176e-05, + "N": 4.985933628631756e-05, + "Y": 0.004890271462500095, + "U": 6.646782821917441e-06, + "K": 5.290332410368137e-05, + "L": 0.0001072806044248864, + "G": 0.0042717475444078445, + "F": 0.05412692576646805, + "E": 0.001161073916591704, + "T": 0.0019630184397101402, + "P": 0.07095564156770706, + "-": 0.8592743277549744 + }, + "id": "tp_25003" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3125392, + "label": "P", + "classification": { + "B": 2.327977881577681e-06, + "S": 1.6192758494071313e-06, + "I": 0.0008809315040707588, + "C": 1.9328081179992296e-05, + "R": 1.7491790913481964e-06, + "M": 5.0306123739574105e-05, + "O": 7.967437340994366e-06, + "W": 1.1151208809678792e-06, + "N": 9.128898818744346e-05, + "Y": 0.00023169965425040573, + "U": 9.436671462026425e-07, + "K": 1.9133094610879198e-05, + "L": 1.1470970093796495e-06, + "G": 8.832890307530761e-05, + "F": 0.0036539719440042973, + "E": 0.0030158956069499254, + "T": 0.00014822556113358587, + "P": 0.8149682283401489, + "-": 0.17681583762168884 + }, + "id": "tp_25004" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3125526, + "label": "-", + "classification": { + "B": 0.0010264166630804539, + "S": 0.00023160906857810915, + "I": 0.005919347517192364, + "C": 0.0008368875714950264, + "R": 0.0002182199532398954, + "M": 0.0034007320646196604, + "O": 0.0009503494948148727, + "W": 7.730031211394817e-05, + "N": 0.0002683032944332808, + "Y": 0.005356844514608383, + "U": 1.87247551366454e-05, + "K": 2.1458376068039797e-05, + "L": 0.0008921183762140572, + "G": 0.011219393461942673, + "F": 0.03408427536487579, + "E": 0.010039802640676498, + "T": 0.0031263111159205437, + "P": 0.19279685616493225, + "-": 0.7295149564743042 + }, + "id": "tp_25005" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3125626, + "label": "-", + "classification": { + "B": 9.908299070104931e-09, + "S": 5.3666024513177035e-08, + "I": 4.145184357184917e-05, + "C": 5.400446752901189e-06, + "R": 6.193670856191602e-07, + "M": 3.549290113369352e-06, + "O": 2.225732941951719e-06, + "W": 1.2039245689265954e-07, + "N": 2.0066654542461038e-06, + "Y": 0.0002653427654877305, + "U": 7.368733889734358e-08, + "K": 5.584296559391078e-06, + "L": 5.471948227864232e-08, + "G": 1.533380418550223e-05, + "F": 0.0011044078273698688, + "E": 4.668629844672978e-05, + "T": 8.554402302252129e-05, + "P": 0.09054674953222275, + "-": 0.9078748226165771 + }, + "id": "tp_25006" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3125759, + "label": "-", + "classification": { + "B": 5.7475976973364595e-06, + "S": 2.9783871013933094e-06, + "I": 0.001758354133926332, + "C": 0.0006608861731365323, + "R": 6.444267637562007e-05, + "M": 0.0001606026926310733, + "O": 7.315666880458593e-05, + "W": 1.0215856491413433e-05, + "N": 0.00011486889707157388, + "Y": 0.001410819822922349, + "U": 1.5096992683538701e-05, + "K": 0.0001206977030960843, + "L": 1.1794947567977943e-05, + "G": 0.0008685850771144032, + "F": 0.014866204001009464, + "E": 0.0018233944429084659, + "T": 0.0005197657155804336, + "P": 0.30291834473609924, + "-": 0.674593985080719 + }, + "id": "tp_25007" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3125893, + "label": "P", + "classification": { + "B": 3.539689487297437e-06, + "S": 6.431436077036778e-07, + "I": 0.00016437852173112333, + "C": 2.140532342309598e-05, + "R": 2.0980287445127033e-06, + "M": 4.939140490023419e-05, + "O": 9.847945875662845e-06, + "W": 4.5384305735751695e-07, + "N": 9.054659130924847e-06, + "Y": 0.00012042969319736585, + "U": 1.7608192592888372e-07, + "K": 1.7493371728960483e-07, + "L": 1.982201183636789e-06, + "G": 0.00012887560296803713, + "F": 0.0015200136695057154, + "E": 0.00038032300653867424, + "T": 0.0001671790232649073, + "P": 0.5684434175491333, + "-": 0.4289765954017639 + }, + "id": "tp_25008" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3126026, + "label": "-", + "classification": { + "B": 6.946839903321234e-08, + "S": 1.2357865841750026e-07, + "I": 7.245812594192103e-05, + "C": 1.159990688393009e-06, + "R": 2.1198458455273794e-07, + "M": 1.93310847862449e-06, + "O": 2.8268441383261234e-06, + "W": 1.2753272926602222e-07, + "N": 2.8119213766331086e-06, + "Y": 3.9292441215366125e-05, + "U": 3.341019549907287e-08, + "K": 2.7346069941813766e-07, + "L": 9.146309309926437e-08, + "G": 5.71247346670134e-06, + "F": 0.0006206570542417467, + "E": 2.6807589165400714e-05, + "T": 2.5153443857561797e-05, + "P": 0.4950096309185028, + "-": 0.5041906833648682 + }, + "id": "tp_25009" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3126126, + "label": "-", + "classification": { + "B": 1.4335562809719704e-05, + "S": 2.2882639314047992e-05, + "I": 7.05389684299007e-05, + "C": 0.00032028355053626, + "R": 7.409782847389579e-05, + "M": 0.0008362952503375709, + "O": 0.0002782998199108988, + "W": 1.376141699438449e-05, + "N": 7.147251835704083e-06, + "Y": 0.00163729686755687, + "U": 1.7854094949143473e-06, + "K": 8.787062142801005e-06, + "L": 0.00010629380994942039, + "G": 0.001992897829040885, + "F": 0.044415783137083054, + "E": 0.00015391000488307327, + "T": 0.001437683473341167, + "P": 0.01871105656027794, + "-": 0.9298969507217407 + }, + "id": "tp_25010" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3126260, + "label": "P", + "classification": { + "B": 0.00011010310117853805, + "S": 0.00020123379363212734, + "I": 0.024491576477885246, + "C": 0.00028206262504681945, + "R": 9.657549526309595e-05, + "M": 0.000751168467104435, + "O": 0.00025527598336338997, + "W": 6.115723954280838e-05, + "N": 0.0030284938402473927, + "Y": 0.003288273699581623, + "U": 1.171213898487622e-05, + "K": 0.0002669906534720212, + "L": 5.047718150308356e-05, + "G": 0.002174035180360079, + "F": 0.01515618059784174, + "E": 0.009799489751458168, + "T": 0.001667435048148036, + "P": 0.8285725712776184, + "-": 0.1097351610660553 + }, + "id": "tp_25011" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3126393, + "label": "P", + "classification": { + "B": 4.710874054580927e-05, + "S": 9.72649286268279e-06, + "I": 0.00323725794441998, + "C": 0.0006415483076125383, + "R": 5.3311901865527034e-05, + "M": 0.0006266010459512472, + "O": 0.00013615592615678906, + "W": 1.3998991562402807e-05, + "N": 0.00014845358964521438, + "Y": 0.0007415901054628193, + "U": 1.2370559488772415e-05, + "K": 4.506820459937444e-06, + "L": 7.350450323428959e-05, + "G": 0.0010969648137688637, + "F": 0.003887798637151718, + "E": 0.0022183635737746954, + "T": 0.0011193143436685205, + "P": 0.5667462348937988, + "-": 0.4191853106021881 + }, + "id": "tp_25012" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3126527, + "label": "-", + "classification": { + "B": 0.0007182368426583707, + "S": 0.0013099027564749122, + "I": 0.01895781233906746, + "C": 0.002595550147816539, + "R": 0.0011322983773425221, + "M": 0.008720476180315018, + "O": 0.0037559187039732933, + "W": 0.0009986720979213715, + "N": 0.0049569690600037575, + "Y": 0.029395977035164833, + "U": 0.0005754284793511033, + "K": 0.019892798736691475, + "L": 0.0008954395307227969, + "G": 0.02084433101117611, + "F": 0.08147195726633072, + "E": 0.04051407054066658, + "T": 0.01662009209394455, + "P": 0.2232300341129303, + "-": 0.5234140157699585 + }, + "id": "tp_25013" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3126627, + "label": "-", + "classification": { + "B": 1.4843466260572313e-06, + "S": 5.107207812216075e-07, + "I": 0.0003749864117708057, + "C": 2.9194501621532254e-05, + "R": 3.038324166482198e-06, + "M": 3.351011764607392e-05, + "O": 1.0171955182158854e-05, + "W": 1.22826259030262e-06, + "N": 2.098233744618483e-05, + "Y": 0.0005983517621643841, + "U": 1.1415251037760754e-06, + "K": 3.637891495600343e-05, + "L": 8.634509072180663e-07, + "G": 0.0001693021913524717, + "F": 0.006136744283139706, + "E": 0.0010971776209771633, + "T": 0.00017320900224149227, + "P": 0.32976046204566956, + "-": 0.6615512371063232 + }, + "id": "tp_25014" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3126760, + "label": "-", + "classification": { + "B": 8.845857337291818e-06, + "S": 8.094161785265896e-06, + "I": 0.00012571029947139323, + "C": 5.288108150125481e-05, + "R": 6.518527243315475e-06, + "M": 0.00020545601728372276, + "O": 0.00010464224760653451, + "W": 7.2340585575148e-06, + "N": 2.2692522179568186e-05, + "Y": 0.0017650955123826861, + "U": 7.874254492890032e-07, + "K": 8.268699457403272e-05, + "L": 1.41933596751187e-05, + "G": 0.001994605641812086, + "F": 0.08870944380760193, + "E": 0.002851764438673854, + "T": 0.0005066230660304427, + "P": 0.1311701238155365, + "-": 0.7723625898361206 + }, + "id": "tp_25015" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3126894, + "label": "P", + "classification": { + "B": 4.116521722608013e-06, + "S": 3.9199538150569424e-05, + "I": 0.0283835306763649, + "C": 2.3953216441441327e-05, + "R": 7.931337677291594e-06, + "M": 8.545474884158466e-06, + "O": 1.0539229151618201e-05, + "W": 1.3620058780361433e-05, + "N": 0.0068018389865756035, + "Y": 3.970474790548906e-05, + "U": 1.6058110077210586e-06, + "K": 0.00019594441982917488, + "L": 6.109905257289938e-07, + "G": 6.528226367663592e-05, + "F": 0.0007122887182049453, + "E": 0.006103109568357468, + "T": 5.705021976609714e-05, + "P": 0.9530436396598816, + "-": 0.004487493075430393 + }, + "id": "tp_25016" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3127027, + "label": "-", + "classification": { + "B": 4.864494258072227e-05, + "S": 3.184872184647247e-05, + "I": 0.0012797927483916283, + "C": 0.0003742625121958554, + "R": 7.41339463274926e-05, + "M": 0.0008408135618083179, + "O": 0.0001934420724865049, + "W": 2.8310230845818296e-05, + "N": 0.00015385101141873747, + "Y": 0.005201200023293495, + "U": 1.7775340893422253e-05, + "K": 0.00016114024037960917, + "L": 3.775869481614791e-05, + "G": 0.001832354231737554, + "F": 0.023153774440288544, + "E": 0.004137999843806028, + "T": 0.0017590188654139638, + "P": 0.24622079730033875, + "-": 0.7144530415534973 + }, + "id": "tp_25017" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3127127, + "label": "P", + "classification": { + "B": 0.0008020051755011082, + "S": 0.0005704635404981673, + "I": 0.10723432898521423, + "C": 0.0071275378577411175, + "R": 0.0018726803828030825, + "M": 0.0077746836468577385, + "O": 0.0015965093625709414, + "W": 0.0006212398293428123, + "N": 0.018771424889564514, + "Y": 0.01585846021771431, + "U": 0.00043837970588356256, + "K": 0.005298454314470291, + "L": 0.0004561858659144491, + "G": 0.01029550563544035, + "F": 0.014661352150142193, + "E": 0.13607850670814514, + "T": 0.006344924680888653, + "P": 0.5273126363754272, + "-": 0.1368846744298935 + }, + "id": "tp_25018" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3127261, + "label": "P", + "classification": { + "B": 3.9824803366173e-07, + "S": 1.336049990641186e-06, + "I": 0.0003447161288931966, + "C": 2.5532553991070017e-06, + "R": 1.401958229507727e-07, + "M": 1.5389614418381825e-05, + "O": 2.2354004158842145e-06, + "W": 4.2145450152020203e-07, + "N": 4.769019869854674e-05, + "Y": 0.00015798074309714139, + "U": 1.0477673839659474e-07, + "K": 1.637983223190531e-05, + "L": 1.3848216440237593e-07, + "G": 3.264911356382072e-05, + "F": 0.0038478428032249212, + "E": 0.0038630261551588774, + "T": 6.239335925783962e-05, + "P": 0.8682170510292053, + "-": 0.12338758260011673 + }, + "id": "tp_25019" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3127394, + "label": "-", + "classification": { + "B": 0.00010447784006828442, + "S": 9.308570952271111e-06, + "I": 0.001962912967428565, + "C": 0.0001641544367885217, + "R": 3.131690755253658e-05, + "M": 0.0008127195760607719, + "O": 0.00018742913380265236, + "W": 9.258549653168302e-06, + "N": 0.00010082945664180443, + "Y": 0.0010836161673069, + "U": 4.3212157834204845e-06, + "K": 6.94082336849533e-06, + "L": 4.5575216063298285e-05, + "G": 0.002912251278758049, + "F": 0.004173194989562035, + "E": 0.003850952722132206, + "T": 0.0013375107664614916, + "P": 0.35984304547309875, + "-": 0.6233602166175842 + }, + "id": "tp_25020" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3127528, + "label": "-", + "classification": { + "B": 1.4183860912453383e-06, + "S": 8.594582254772831e-07, + "I": 1.5650361092411913e-05, + "C": 5.011332632420817e-06, + "R": 4.959578063790104e-07, + "M": 2.0146309907431714e-05, + "O": 1.1534438272065017e-05, + "W": 8.148469987645512e-07, + "N": 1.3303985042512068e-06, + "Y": 0.0001416654558852315, + "U": 8.343729973603331e-08, + "K": 1.4861751651551458e-06, + "L": 8.899172598830773e-07, + "G": 0.00010015967563958839, + "F": 0.010748573578894138, + "E": 0.00015117313887458295, + "T": 6.79084550938569e-05, + "P": 0.12197054922580719, + "-": 0.86676025390625 + }, + "id": "tp_25021" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3127628, + "label": "-", + "classification": { + "B": 3.260989558384608e-07, + "S": 4.951060645908001e-07, + "I": 6.856988329673186e-05, + "C": 9.163171853288077e-06, + "R": 5.413879193838511e-07, + "M": 4.6429369831457734e-05, + "O": 1.0051201570604462e-05, + "W": 3.9998437273425225e-07, + "N": 2.9441839615174104e-06, + "Y": 0.00018569498206488788, + "U": 1.0357697277640909e-07, + "K": 4.6625888217022293e-07, + "L": 1.4407137314265128e-06, + "G": 9.537870209896937e-05, + "F": 0.0073509979993104935, + "E": 0.00012494740076363087, + "T": 0.00010616928921081126, + "P": 0.2305675446987152, + "-": 0.7614282369613647 + }, + "id": "tp_25022" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3127761, + "label": "P", + "classification": { + "B": 0.00012204053928144276, + "S": 3.395536623429507e-05, + "I": 0.0007360916351899505, + "C": 3.5614793887361884e-05, + "R": 9.783043424249627e-06, + "M": 0.000199589689145796, + "O": 9.5142844656948e-05, + "W": 1.0269060112477746e-05, + "N": 8.4690262156073e-05, + "Y": 0.00031506846426054835, + "U": 2.0911902538500726e-06, + "K": 3.2593370633549057e-06, + "L": 2.3444925318472087e-05, + "G": 0.00033621935290284455, + "F": 0.0034158232156187296, + "E": 0.001165643334388733, + "T": 0.0006301084067672491, + "P": 0.5735340118408203, + "-": 0.419247031211853 + }, + "id": "tp_25023" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3127895, + "label": "-", + "classification": { + "B": 1.9737047551871e-08, + "S": 7.808105095818973e-08, + "I": 9.337511437479407e-05, + "C": 4.820707545150071e-06, + "R": 4.0630737885294366e-07, + "M": 2.541338835726492e-05, + "O": 2.823357135639526e-06, + "W": 9.019357349870916e-08, + "N": 3.0288408652268117e-06, + "Y": 0.00011622061720117927, + "U": 4.6052491597947665e-08, + "K": 1.1757476841012249e-06, + "L": 1.2324896658810758e-07, + "G": 1.1705526048899628e-05, + "F": 0.0007049657870084047, + "E": 9.814385703066364e-05, + "T": 0.00012908999633509666, + "P": 0.10791116207838058, + "-": 0.8908973336219788 + }, + "id": "tp_25024" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3128028, + "label": "-", + "classification": { + "B": 4.264539893483743e-05, + "S": 1.761493149388116e-05, + "I": 0.010187355801463127, + "C": 0.0009093674016185105, + "R": 0.0001667838223511353, + "M": 0.003244425868615508, + "O": 0.00030750344740226865, + "W": 2.6021467419923283e-05, + "N": 0.0003942289331462234, + "Y": 0.011637432500720024, + "U": 2.007154398597777e-05, + "K": 3.4951852285303175e-05, + "L": 0.00011010887828888372, + "G": 0.002818511566147208, + "F": 0.0036569074727594852, + "E": 0.0054987957701087, + "T": 0.006215432193130255, + "P": 0.3157763183116913, + "-": 0.6389354467391968 + }, + "id": "tp_25025" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3128128, + "label": "-", + "classification": { + "B": 5.054921459191064e-08, + "S": 3.924586522430218e-08, + "I": 6.274101178860292e-05, + "C": 1.4641897223555134e-06, + "R": 7.115676936564341e-08, + "M": 1.7961634512175806e-05, + "O": 1.6213936078202096e-06, + "W": 2.2275715494401993e-08, + "N": 1.1320101975798025e-06, + "Y": 4.7746230848133564e-05, + "U": 7.969176429867275e-09, + "K": 8.278985497156555e-09, + "L": 1.5270015296664496e-07, + "G": 1.3967805898573715e-05, + "F": 0.0002806084230542183, + "E": 8.099592378130183e-05, + "T": 6.661214865744114e-05, + "P": 0.3151979148387909, + "-": 0.6842268705368042 + }, + "id": "tp_25026" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3128262, + "label": "P", + "classification": { + "B": 3.453724843893724e-07, + "S": 6.661655334028183e-07, + "I": 0.000458393944427371, + "C": 7.151955287554301e-06, + "R": 5.142806571711844e-07, + "M": 1.1405980330891907e-05, + "O": 3.817331162281334e-06, + "W": 4.314896386858891e-07, + "N": 4.215355875203386e-05, + "Y": 8.435855124844238e-05, + "U": 2.7016019998882257e-07, + "K": 1.1177744454471394e-05, + "L": 1.9142763107993233e-07, + "G": 3.6197176086716354e-05, + "F": 0.0014163695741444826, + "E": 0.0012209315318614244, + "T": 3.328803722979501e-05, + "P": 0.8658808469772339, + "-": 0.13079150021076202 + }, + "id": "tp_25027" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3128395, + "label": "-", + "classification": { + "B": 0.0003214353055227548, + "S": 0.0001184755310532637, + "I": 0.00059945706743747, + "C": 0.0003271832247264683, + "R": 5.1345497922739014e-05, + "M": 0.0021557847503572702, + "O": 0.0004196744703222066, + "W": 4.0817965782480314e-05, + "N": 8.534733933629468e-05, + "Y": 0.002968378132209182, + "U": 6.897800176375313e-06, + "K": 2.737583236012142e-05, + "L": 0.00013294241216499358, + "G": 0.002679175464436412, + "F": 0.01836397312581539, + "E": 0.004313956946134567, + "T": 0.00239237817004323, + "P": 0.16167214512825012, + "-": 0.8033232092857361 + }, + "id": "tp_25028" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3128529, + "label": "P", + "classification": { + "B": 7.476013252016855e-06, + "S": 6.8913127506675664e-06, + "I": 0.21725435554981232, + "C": 0.00047108286526054144, + "R": 4.7219677071552724e-05, + "M": 0.00047932093730196357, + "O": 3.219242353225127e-05, + "W": 4.818276465812232e-06, + "N": 0.004339233506470919, + "Y": 0.0028091443236917257, + "U": 1.4700519841426285e-06, + "K": 1.07519144876278e-05, + "L": 3.7159325074753724e-06, + "G": 0.00038331816904246807, + "F": 0.00015864308807067573, + "E": 0.010655655525624752, + "T": 0.0007979842484928668, + "P": 0.741393506526947, + "-": 0.021143348887562752 + }, + "id": "tp_25029" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3128629, + "label": "P", + "classification": { + "B": 1.6352420573184645e-07, + "S": 6.189695511693571e-08, + "I": 2.133913221769035e-05, + "C": 2.243544088287308e-07, + "R": 9.003407797081309e-09, + "M": 2.661700591488625e-06, + "O": 7.150819101298111e-07, + "W": 2.5706553330451243e-08, + "N": 1.280688593396917e-06, + "Y": 1.670277924858965e-05, + "U": 9.238918963205833e-09, + "K": 5.9425101284205084e-08, + "L": 1.8842504445615305e-08, + "G": 4.9375062189938035e-06, + "F": 9.554930147714913e-05, + "E": 9.074983972823247e-05, + "T": 2.6625753889675252e-05, + "P": 0.6267197132110596, + "-": 0.3730192482471466 + }, + "id": "tp_25030" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3128762, + "label": "P", + "classification": { + "B": 7.030771485005971e-06, + "S": 1.2136620171077084e-05, + "I": 0.0020317728631198406, + "C": 3.2229843782261014e-05, + "R": 8.807434824120719e-06, + "M": 0.00017279869643971324, + "O": 6.197050242917612e-05, + "W": 1.035233071888797e-05, + "N": 0.0002613475953694433, + "Y": 0.0008200915763154626, + "U": 2.9554630600614473e-06, + "K": 9.910822700476274e-05, + "L": 7.836633812985383e-06, + "G": 0.000654489325825125, + "F": 0.01445593498647213, + "E": 0.0037182054948061705, + "T": 0.0006245672120712698, + "P": 0.7078408598899841, + "-": 0.26917749643325806 + }, + "id": "tp_25031" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3128896, + "label": "-", + "classification": { + "B": 2.6127104320039507e-06, + "S": 5.993014156047138e-07, + "I": 0.00032237678533419967, + "C": 5.924956712988205e-05, + "R": 7.277892564161448e-06, + "M": 0.0001365665375487879, + "O": 2.3185188183560967e-05, + "W": 4.773320370077272e-07, + "N": 7.820476639608387e-06, + "Y": 0.000500636117067188, + "U": 2.7387042678128637e-07, + "K": 9.180300963862464e-08, + "L": 6.076987574488157e-06, + "G": 0.00037081606569699943, + "F": 0.0009696179185993969, + "E": 0.0002620300219859928, + "T": 0.0007018662872724235, + "P": 0.2820967733860016, + "-": 0.7145316004753113 + }, + "id": "tp_25032" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3129029, + "label": "-", + "classification": { + "B": 5.368807251215912e-06, + "S": 5.51571110918303e-06, + "I": 9.016275726025924e-05, + "C": 0.0006317019579000771, + "R": 7.991467282408848e-05, + "M": 0.002652593422681093, + "O": 0.00019302491273265332, + "W": 3.192011263308814e-06, + "N": 4.610923042491777e-06, + "Y": 0.004178840201348066, + "U": 1.7918576986630796e-06, + "K": 2.2036022073734784e-06, + "L": 0.00011423647811170667, + "G": 0.0020441871602088213, + "F": 0.011566252447664738, + "E": 0.00017591701180208474, + "T": 0.0039943489246070385, + "P": 0.009153049439191818, + "-": 0.965103030204773 + }, + "id": "tp_25033" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3129129, + "label": "P", + "classification": { + "B": 1.3357855550566455e-06, + "S": 3.995801307610236e-07, + "I": 0.001267364714294672, + "C": 4.0872680983738974e-05, + "R": 3.89976139558712e-06, + "M": 1.8573626221041195e-05, + "O": 5.566070740314899e-06, + "W": 6.417193390007014e-07, + "N": 4.4697109842672944e-05, + "Y": 0.0003234192554373294, + "U": 1.0768341098810197e-06, + "K": 3.2915036172198597e-06, + "L": 1.0993616115229088e-06, + "G": 9.4689050456509e-05, + "F": 0.001213235198520124, + "E": 0.00040944464853964746, + "T": 0.00012666179100051522, + "P": 0.7123857736587524, + "-": 0.28405797481536865 + }, + "id": "tp_25034" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3129263, + "label": "-", + "classification": { + "B": 2.5673980985629896e-07, + "S": 1.1959344874412636e-06, + "I": 0.00026556712691672146, + "C": 1.6517618860234506e-05, + "R": 2.18707191379508e-06, + "M": 4.575786806526594e-05, + "O": 1.2185648301965557e-05, + "W": 8.351150313501421e-07, + "N": 1.9182987671229057e-05, + "Y": 0.000586072274018079, + "U": 4.434780294104712e-07, + "K": 6.286311872827355e-06, + "L": 7.405965902762546e-07, + "G": 6.17265104665421e-05, + "F": 0.0034998180344700813, + "E": 0.0002703367790672928, + "T": 0.0003444315807428211, + "P": 0.36211836338043213, + "-": 0.6327480673789978 + }, + "id": "tp_25035" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3129396, + "label": "-", + "classification": { + "B": 0.00013765312905889004, + "S": 4.132042249693768e-06, + "I": 0.00023822330695111305, + "C": 7.363657641690224e-05, + "R": 2.6382835130789317e-05, + "M": 0.0004437149618752301, + "O": 0.00039342473610304296, + "W": 4.41626525571337e-06, + "N": 8.029531272768509e-06, + "Y": 0.0006365034496411681, + "U": 1.4438805919780862e-06, + "K": 1.1842845815124292e-08, + "L": 0.00017430783191230148, + "G": 0.0008152252994477749, + "F": 0.0003466996131464839, + "E": 6.896371633047238e-05, + "T": 0.0019816418644040823, + "P": 0.10076358914375305, + "-": 0.8938820362091064 + }, + "id": "tp_25036" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3129530, + "label": "P", + "classification": { + "B": 2.7248588594375178e-05, + "S": 1.6523983504157513e-05, + "I": 0.001363583141937852, + "C": 0.00021004784503020346, + "R": 1.0589700650598388e-05, + "M": 0.0005375706823542714, + "O": 4.240119596943259e-05, + "W": 8.730376976018306e-06, + "N": 0.00021530702360905707, + "Y": 0.002385875442996621, + "U": 7.897670911916066e-06, + "K": 0.0001752369716996327, + "L": 9.320811841462273e-06, + "G": 0.0009207400144077837, + "F": 0.006925757974386215, + "E": 0.014112151227891445, + "T": 0.001120713073760271, + "P": 0.6539415717124939, + "-": 0.3179686963558197 + }, + "id": "tp_25037" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3129630, + "label": "-", + "classification": { + "B": 1.701824103861327e-08, + "S": 4.62543745527455e-08, + "I": 5.9030542615801096e-05, + "C": 1.0860780093935318e-05, + "R": 6.285985705289932e-07, + "M": 2.8910311812069267e-05, + "O": 1.876294504654652e-06, + "W": 4.854272717125241e-08, + "N": 1.004304181151383e-06, + "Y": 0.000339516787789762, + "U": 6.438180832901708e-08, + "K": 2.0037219883306534e-07, + "L": 2.9774506060675776e-07, + "G": 2.1888177798246033e-05, + "F": 0.001048895064741373, + "E": 3.0847710149828345e-05, + "T": 0.0002056259982055053, + "P": 0.07369177043437958, + "-": 0.9245585203170776 + }, + "id": "tp_25038" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3129763, + "label": "-", + "classification": { + "B": 4.975649790139869e-05, + "S": 0.0001140628955909051, + "I": 0.010344794020056725, + "C": 0.0005112129729241133, + "R": 0.00016870703257154673, + "M": 0.0016573909670114517, + "O": 0.00039928534533828497, + "W": 6.975731230340898e-05, + "N": 0.000915872398763895, + "Y": 0.013033052906394005, + "U": 2.6760390028357506e-05, + "K": 0.0002744549128692597, + "L": 0.0001389853423461318, + "G": 0.004622127860784531, + "F": 0.047439541667699814, + "E": 0.0063955881632864475, + "T": 0.00612619798630476, + "P": 0.3944460153579712, + "-": 0.5132664442062378 + }, + "id": "tp_25039" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3129897, + "label": "-", + "classification": { + "B": 6.864409442641772e-06, + "S": 1.914083668452804e-06, + "I": 0.0023383907973766327, + "C": 0.0001440937485313043, + "R": 1.4334135812532622e-05, + "M": 0.0003469226649031043, + "O": 3.729209493030794e-05, + "W": 2.9329260087251896e-06, + "N": 8.919509127736092e-05, + "Y": 0.00263777282088995, + "U": 2.744189032455324e-06, + "K": 2.3896664060885087e-05, + "L": 6.684619165753247e-06, + "G": 0.0010030769044533372, + "F": 0.0038067097775638103, + "E": 0.00532373646274209, + "T": 0.0006653048912994564, + "P": 0.4455746114253998, + "-": 0.5379735231399536 + }, + "id": "tp_25040" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3130030, + "label": "P", + "classification": { + "B": 4.151514986006077e-06, + "S": 2.402075779173174e-06, + "I": 0.002932043047621846, + "C": 0.00016591759049333632, + "R": 1.6051613783929497e-05, + "M": 0.00014364258095156401, + "O": 2.3072081603459083e-05, + "W": 6.795795570724295e-07, + "N": 4.694712333730422e-05, + "Y": 0.0007302396697923541, + "U": 2.0107614773223759e-07, + "K": 6.435216164391022e-07, + "L": 5.289344244374661e-06, + "G": 0.0007542122039012611, + "F": 0.0024571302346885204, + "E": 0.0007395345019176602, + "T": 0.00035302588366903365, + "P": 0.5126953721046448, + "-": 0.47892943024635315 + }, + "id": "tp_25041" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3130130, + "label": "-", + "classification": { + "B": 2.4727194158913335e-06, + "S": 3.01379969869231e-07, + "I": 2.9691329473280348e-05, + "C": 1.2661698747251648e-06, + "R": 1.2315501862758538e-07, + "M": 4.6321929403347895e-05, + "O": 7.77687364461599e-06, + "W": 1.2895364420728583e-07, + "N": 3.813842113231658e-07, + "Y": 4.920341234537773e-05, + "U": 1.2721757869371686e-08, + "K": 4.312003198947423e-09, + "L": 1.5532683619312593e-06, + "G": 3.750516407308169e-05, + "F": 0.00027875497471541166, + "E": 6.721936370013282e-05, + "T": 0.00011771864956244826, + "P": 0.0948275551199913, + "-": 0.9045320749282837 + }, + "id": "tp_25042" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3130264, + "label": "-", + "classification": { + "B": 2.7839130325446604e-06, + "S": 2.5571118840161944e-06, + "I": 0.0004166084690950811, + "C": 1.478009744459996e-05, + "R": 2.289632902829908e-06, + "M": 2.912990930781234e-05, + "O": 1.7234558981726877e-05, + "W": 2.141148570444784e-06, + "N": 5.291830893838778e-05, + "Y": 0.0006799211259931326, + "U": 1.5504830344070797e-06, + "K": 2.739643241511658e-05, + "L": 1.4040148244021111e-06, + "G": 0.0001662426657276228, + "F": 0.004349327180534601, + "E": 0.0014707095688208938, + "T": 0.0003320359974168241, + "P": 0.4465276896953583, + "-": 0.5459031462669373 + }, + "id": "tp_25043" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3130397, + "label": "P", + "classification": { + "B": 2.8479189495556056e-06, + "S": 2.6578759388939943e-06, + "I": 5.029834937886335e-05, + "C": 1.9747587884921813e-06, + "R": 6.26777648449206e-07, + "M": 9.782242159417365e-06, + "O": 1.5029843780212104e-05, + "W": 8.039285717131861e-07, + "N": 5.974030955258058e-06, + "Y": 4.567434370983392e-05, + "U": 8.698903997128582e-08, + "K": 4.4440952251534327e-07, + "L": 6.119250883784844e-07, + "G": 6.013795791659504e-05, + "F": 0.0025259479880332947, + "E": 8.055348735069856e-05, + "T": 7.132907921914011e-05, + "P": 0.5940412878990173, + "-": 0.4030839204788208 + }, + "id": "tp_25044" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3130531, + "label": "P", + "classification": { + "B": 1.310757738792745e-06, + "S": 1.490054273745045e-06, + "I": 0.0013671995839104056, + "C": 4.370459464553278e-06, + "R": 6.019662919243274e-07, + "M": 2.3936599973239936e-05, + "O": 4.061217623529956e-06, + "W": 9.056064982360112e-07, + "N": 0.00015093090769369155, + "Y": 3.160556298098527e-05, + "U": 3.597653233100573e-07, + "K": 1.2786534171027597e-05, + "L": 3.057852211441059e-07, + "G": 2.887671325879637e-05, + "F": 0.0005971986684016883, + "E": 0.0027053197845816612, + "T": 5.442318433779292e-05, + "P": 0.9342423677444458, + "-": 0.06077204644680023 + }, + "id": "tp_25045" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3130631, + "label": "P", + "classification": { + "B": 4.2168110780949064e-08, + "S": 4.599207681366124e-09, + "I": 0.0001379111927235499, + "C": 2.545877464399382e-07, + "R": 4.405140696661647e-09, + "M": 2.648968120411155e-07, + "O": 1.4724286678813314e-08, + "W": 2.178578428768674e-09, + "N": 3.2738118989072973e-06, + "Y": 9.553511972626438e-07, + "U": 3.1539999501006832e-09, + "K": 3.012119265122237e-08, + "L": 2.7079924969086733e-09, + "G": 9.025393978845386e-07, + "F": 2.4677727196831256e-05, + "E": 0.0006173052242957056, + "T": 4.7615898779440613e-07, + "P": 0.9915862083435059, + "-": 0.007627592422068119 + }, + "id": "tp_25046" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3130764, + "label": "P", + "classification": { + "B": 1.3809971051159664e-06, + "S": 1.7255583770747762e-06, + "I": 0.00044192225323058665, + "C": 6.150359695311636e-06, + "R": 9.473042155150324e-07, + "M": 2.0970044715795666e-05, + "O": 1.1064419595641084e-05, + "W": 8.154225952239358e-07, + "N": 3.8146830775076523e-05, + "Y": 5.824868276249617e-05, + "U": 2.0552839430365566e-07, + "K": 1.4401281305254088e-06, + "L": 6.225359925338125e-07, + "G": 6.350832700263709e-05, + "F": 0.001009729690849781, + "E": 0.0004924663226120174, + "T": 4.657117824535817e-05, + "P": 0.8556786775588989, + "-": 0.14212548732757568 + }, + "id": "tp_25047" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3130898, + "label": "P", + "classification": { + "B": 0.0004477072216104716, + "S": 0.0002522148424759507, + "I": 0.0024011728819459677, + "C": 0.00047169753815978765, + "R": 0.00011826856643892825, + "M": 0.0006888059433549643, + "O": 0.0004925939720124006, + "W": 0.00015861862630117685, + "N": 0.0005781219224445522, + "Y": 0.0013597967335954309, + "U": 3.966566509916447e-05, + "K": 0.0001659608242334798, + "L": 0.00015853409422561526, + "G": 0.0027423237916082144, + "F": 0.027495842427015305, + "E": 0.007414901629090309, + "T": 0.0012680944055318832, + "P": 0.6591621041297913, + "-": 0.2945834696292877 + }, + "id": "tp_25048" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3131031, + "label": "-", + "classification": { + "B": 6.23959658696549e-06, + "S": 3.999359705630923e-06, + "I": 0.000613690004684031, + "C": 7.874733273638412e-05, + "R": 6.8292260948510375e-06, + "M": 0.00013884156942367554, + "O": 3.631181607488543e-05, + "W": 6.08069285590318e-06, + "N": 6.710073648719117e-05, + "Y": 0.0009860785212367773, + "U": 3.0396145120903384e-06, + "K": 0.00016735419922042638, + "L": 3.218584197384189e-06, + "G": 0.00040579846245236695, + "F": 0.01044880598783493, + "E": 0.0033649734687060118, + "T": 0.0004175972135271877, + "P": 0.32549425959587097, + "-": 0.6577510237693787 + }, + "id": "tp_25049" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3131131, + "label": "-", + "classification": { + "B": 1.6697574878321575e-08, + "S": 1.5987854595778117e-08, + "I": 0.00012904648610856384, + "C": 6.340632808132796e-06, + "R": 2.0310041293214454e-07, + "M": 8.46547573019052e-06, + "O": 1.0765180604721536e-06, + "W": 3.111727053806135e-08, + "N": 2.2634974357060855e-06, + "Y": 9.574357682140544e-05, + "U": 2.24462990416896e-08, + "K": 5.4853586561876e-07, + "L": 5.2098208414008695e-08, + "G": 4.4069292925996706e-05, + "F": 0.0008401375962421298, + "E": 0.0002586001355666667, + "T": 2.1329526134650223e-05, + "P": 0.4335729777812958, + "-": 0.5650191903114319 + }, + "id": "tp_25050" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3131265, + "label": "P", + "classification": { + "B": 0.00010646142618497834, + "S": 2.169410618080292e-05, + "I": 0.008650608360767365, + "C": 0.0003690793237183243, + "R": 4.707803964265622e-05, + "M": 0.0005628944491036236, + "O": 7.085302786435932e-05, + "W": 1.7745347577147186e-05, + "N": 0.0009059060830622911, + "Y": 0.0012926104245707393, + "U": 1.7450316590839066e-05, + "K": 6.139489414636046e-05, + "L": 2.242071604996454e-05, + "G": 0.0008904407150112092, + "F": 0.0031145571265369654, + "E": 0.01662549562752247, + "T": 0.0004778842849191278, + "P": 0.8856291770935059, + "-": 0.0811161994934082 + }, + "id": "tp_25051" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3131398, + "label": "P", + "classification": { + "B": 1.5406347031454715e-10, + "S": 5.974449823753503e-09, + "I": 4.3588046537479386e-05, + "C": 6.475578828712969e-08, + "R": 1.730968435253999e-08, + "M": 7.272888780107678e-08, + "O": 1.135946874342153e-07, + "W": 3.2211855405250844e-09, + "N": 1.8277058870808105e-06, + "Y": 8.884531780495308e-06, + "U": 2.608431470818573e-09, + "K": 3.758696323075128e-07, + "L": 6.784283690386417e-10, + "G": 4.6270423581518116e-07, + "F": 0.00014859158545732498, + "E": 4.680578058469109e-06, + "T": 1.2334374332567677e-05, + "P": 0.659892737865448, + "-": 0.33988621830940247 + }, + "id": "tp_25052" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3131532, + "label": "-", + "classification": { + "B": 2.3110962956707226e-06, + "S": 3.567030262274784e-06, + "I": 0.00013365666382014751, + "C": 7.291579095181078e-06, + "R": 2.670802587090293e-06, + "M": 1.9847806470352225e-05, + "O": 3.725455098901875e-05, + "W": 2.2380054360837676e-06, + "N": 1.645062911848072e-05, + "Y": 0.0001247274485649541, + "U": 6.913090828675195e-07, + "K": 2.9311552225408377e-06, + "L": 2.840745537469047e-06, + "G": 8.67935741553083e-05, + "F": 0.004555104300379753, + "E": 5.498121026903391e-05, + "T": 0.0003461938176769763, + "P": 0.40226900577545166, + "-": 0.5923314094543457 + }, + "id": "tp_25053" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3131632, + "label": "P", + "classification": { + "B": 7.373959221013138e-08, + "S": 1.7258325613056513e-07, + "I": 0.0003969848621636629, + "C": 7.439924161189992e-07, + "R": 5.0615902580375405e-08, + "M": 1.4540183883582358e-06, + "O": 5.324203584677889e-07, + "W": 8.928092398718945e-08, + "N": 5.3029209084343165e-05, + "Y": 1.2746674656227697e-05, + "U": 6.793520412884391e-08, + "K": 5.480468189489329e-06, + "L": 2.4233072437596093e-08, + "G": 9.037117706611753e-06, + "F": 0.00024958697031252086, + "E": 0.0009739849483594298, + "T": 9.99779786070576e-06, + "P": 0.9786922335624695, + "-": 0.01959376223385334 + }, + "id": "tp_25054" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3131765, + "label": "P", + "classification": { + "B": 7.752794772386551e-05, + "S": 3.243084211135283e-05, + "I": 0.002611794276162982, + "C": 0.0005946403834968805, + "R": 7.955349428812042e-05, + "M": 0.00034902087645605206, + "O": 0.00021998882584739476, + "W": 3.934163032681681e-05, + "N": 0.0004850582918152213, + "Y": 0.002646053908392787, + "U": 5.580663128057495e-05, + "K": 0.00040542942588217556, + "L": 2.9145798180252314e-05, + "G": 0.0015500253066420555, + "F": 0.010204575024545193, + "E": 0.006035310216248035, + "T": 0.0013699349947273731, + "P": 0.5089744329452515, + "-": 0.4642399549484253 + }, + "id": "tp_25055" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3131899, + "label": "P", + "classification": { + "B": 1.7476351032996718e-08, + "S": 2.690622125101072e-08, + "I": 0.0017240516608580947, + "C": 1.86378417765809e-06, + "R": 3.759735704988998e-07, + "M": 9.607489346308284e-07, + "O": 3.9759149217388767e-07, + "W": 1.6011250991709858e-08, + "N": 3.893265966325998e-05, + "Y": 9.222815606335644e-06, + "U": 2.452967429178443e-08, + "K": 8.060970202450335e-08, + "L": 2.42898572366812e-08, + "G": 3.91922912967857e-06, + "F": 2.8258120437385514e-05, + "E": 8.612147212261334e-05, + "T": 8.587031516071875e-06, + "P": 0.9741835594177246, + "-": 0.023913532495498657 + }, + "id": "tp_25056" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3132032, + "label": "P", + "classification": { + "B": 2.255462590028401e-07, + "S": 4.4075644467511665e-08, + "I": 0.00029104051645845175, + "C": 3.69851022696821e-06, + "R": 3.793686857989087e-07, + "M": 7.789186383888591e-06, + "O": 6.248924933061062e-07, + "W": 3.326547215465325e-08, + "N": 7.761616870993748e-06, + "Y": 9.102917101699859e-05, + "U": 3.131601289396713e-08, + "K": 5.754073981734109e-07, + "L": 5.4682438133113465e-08, + "G": 1.4754687981621828e-05, + "F": 0.0008848703000694513, + "E": 0.0004000294429715723, + "T": 3.7155201425775886e-05, + "P": 0.8361819982528687, + "-": 0.16207793354988098 + }, + "id": "tp_25057" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3132132, + "label": "-", + "classification": { + "B": 7.701549293415155e-06, + "S": 5.230726856098045e-06, + "I": 0.00024307121930178255, + "C": 0.00012040932779200375, + "R": 1.1927119885513093e-05, + "M": 0.00011019832163583487, + "O": 5.0736034609144554e-05, + "W": 3.7509519188461127e-06, + "N": 2.5933924916898832e-05, + "Y": 0.00055073102703318, + "U": 1.1919643156943494e-06, + "K": 9.813189535634592e-06, + "L": 3.886189460899914e-06, + "G": 0.00034611692535690963, + "F": 0.011378512717783451, + "E": 0.0006058263825252652, + "T": 0.00029860471840947866, + "P": 0.21858465671539307, + "-": 0.7676417827606201 + }, + "id": "tp_25058" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3132266, + "label": "-", + "classification": { + "B": 1.950674231920857e-06, + "S": 2.5057186121557606e-06, + "I": 0.00010227856546407565, + "C": 2.584993671916891e-05, + "R": 2.2815524971520063e-06, + "M": 0.0003216796030756086, + "O": 4.878225445281714e-05, + "W": 1.2331832976997248e-06, + "N": 5.338752089301124e-06, + "Y": 0.0006208128179423511, + "U": 3.9896480075185536e-07, + "K": 1.2912586271340842e-06, + "L": 7.326188097067643e-06, + "G": 0.00036123840254731476, + "F": 0.007179942913353443, + "E": 0.00012680648069363087, + "T": 0.0008696041768416762, + "P": 0.05557473748922348, + "-": 0.9347459077835083 + }, + "id": "tp_25059" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3132399, + "label": "-", + "classification": { + "B": 1.4445869389589916e-08, + "S": 6.882487468828913e-09, + "I": 2.557234893174609e-06, + "C": 9.780765140021686e-07, + "R": 5.641462408334519e-08, + "M": 2.6729985620477237e-06, + "O": 4.205290906611481e-07, + "W": 5.288049109708481e-09, + "N": 4.018037458308754e-08, + "Y": 6.905071495566517e-05, + "U": 2.4225601524818785e-09, + "K": 4.023963828814203e-09, + "L": 3.460727171500366e-08, + "G": 6.524090167658869e-06, + "F": 0.0003823734004981816, + "E": 2.042615960817784e-06, + "T": 3.509124871925451e-05, + "P": 0.04305483400821686, + "-": 0.9564433693885803 + }, + "id": "tp_25060" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3132533, + "label": "-", + "classification": { + "B": 0.016354398801922798, + "S": 0.0007896536844782531, + "I": 0.00700009148567915, + "C": 0.0005641828756779432, + "R": 0.00025885202921926975, + "M": 0.008189752697944641, + "O": 0.0066865612752735615, + "W": 0.0006473760586231947, + "N": 0.0005401011439971626, + "Y": 0.004342608619481325, + "U": 7.389632810372859e-05, + "K": 9.169419172394555e-06, + "L": 0.0044758133590221405, + "G": 0.010979301296174526, + "F": 0.01041166577488184, + "E": 0.01113557256758213, + "T": 0.003385489573702216, + "P": 0.3445669710636139, + "-": 0.5695886015892029 + }, + "id": "tp_25061" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3132633, + "label": "-", + "classification": { + "B": 1.984733671633876e-06, + "S": 5.309457719704369e-06, + "I": 0.0010764513863250613, + "C": 3.8356567529262975e-05, + "R": 1.4705685316585004e-05, + "M": 0.0003392509534023702, + "O": 7.706756878178567e-05, + "W": 4.100229944015155e-06, + "N": 3.554778595571406e-05, + "Y": 0.00045455756480805576, + "U": 1.456480845263286e-06, + "K": 9.562497780279955e-07, + "L": 1.9875495127053e-05, + "G": 0.00017006872803904116, + "F": 0.0014371011639013886, + "E": 0.00018826077575795352, + "T": 0.0023940277751535177, + "P": 0.1736213117837906, + "-": 0.8201196193695068 + }, + "id": "tp_25062" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3132766, + "label": "P", + "classification": { + "B": 0.00013081789074931294, + "S": 3.4324824810028076e-05, + "I": 0.0014921993715688586, + "C": 4.103812898392789e-05, + "R": 8.078266546363011e-06, + "M": 0.0004378199519123882, + "O": 0.00012028165656374767, + "W": 1.6314485037582926e-05, + "N": 0.00011246521899010986, + "Y": 0.0003785788721870631, + "U": 1.6370070170523832e-06, + "K": 3.4184922697022557e-06, + "L": 2.5721446945681237e-05, + "G": 0.00041290908120572567, + "F": 0.003635372733697295, + "E": 0.004379970487207174, + "T": 0.0002265870716655627, + "P": 0.7443727850914001, + "-": 0.24416972696781158 + }, + "id": "tp_25063" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3132900, + "label": "P", + "classification": { + "B": 0.0030916493851691484, + "S": 0.0004249552730470896, + "I": 0.009697876870632172, + "C": 0.0010449887486174703, + "R": 0.0001438261242583394, + "M": 0.007141195237636566, + "O": 0.0008234603446908295, + "W": 0.00017015525372698903, + "N": 0.0015383545542135835, + "Y": 0.0023677938152104616, + "U": 7.303693564608693e-05, + "K": 0.00022178844665177166, + "L": 0.0004886200185865164, + "G": 0.010216527618467808, + "F": 0.023903662338852882, + "E": 0.10002349317073822, + "T": 0.0032738845329731703, + "P": 0.5823839902877808, + "-": 0.2529706358909607 + }, + "id": "tp_25064" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3133033, + "label": "P", + "classification": { + "B": 4.799905468644283e-07, + "S": 1.2879627320216969e-07, + "I": 0.00010949635179713368, + "C": 9.8902880552032e-08, + "R": 3.729920550199495e-08, + "M": 3.893561824952485e-06, + "O": 2.1228770492598414e-06, + "W": 4.57897293415499e-08, + "N": 5.018116553401342e-07, + "Y": 3.384542287676595e-05, + "U": 2.157460210483464e-09, + "K": 4.6696251032596336e-11, + "L": 2.564306100794056e-07, + "G": 4.160079242865322e-06, + "F": 4.020063715870492e-05, + "E": 8.1771140685305e-06, + "T": 2.788289202726446e-05, + "P": 0.6970773935317993, + "-": 0.3026912212371826 + }, + "id": "tp_25065" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3133133, + "label": "-", + "classification": { + "B": 0.0007075897883623838, + "S": 0.0008532089414075017, + "I": 0.017989464104175568, + "C": 0.002838896354660392, + "R": 0.001128972158767283, + "M": 0.004984112456440926, + "O": 0.0023278803564608097, + "W": 0.0008436267380602658, + "N": 0.0035114327911287546, + "Y": 0.01758788339793682, + "U": 0.00048057149979285896, + "K": 0.0020211765076965094, + "L": 0.0008919179672375321, + "G": 0.009957317262887955, + "F": 0.05515587702393532, + "E": 0.01902228780090809, + "T": 0.011150099337100983, + "P": 0.40683650970458984, + "-": 0.44171109795570374 + }, + "id": "tp_25066" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3133267, + "label": "P", + "classification": { + "B": 2.8428423775039846e-06, + "S": 6.168271738715703e-06, + "I": 0.000987206818535924, + "C": 2.320074372619274e-06, + "R": 4.827182351618831e-07, + "M": 2.3531865736003965e-05, + "O": 8.935701771406457e-06, + "W": 1.3210966471888241e-06, + "N": 0.0001596417132532224, + "Y": 7.055605965433642e-05, + "U": 4.5367767143034143e-07, + "K": 5.54602866031928e-06, + "L": 6.304147746050148e-07, + "G": 2.144015161320567e-05, + "F": 0.0009170071571134031, + "E": 0.0009318641386926174, + "T": 0.0001242463622475043, + "P": 0.916439414024353, + "-": 0.0802963376045227 + }, + "id": "tp_25067" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3133400, + "label": "P", + "classification": { + "B": 3.3166824664476735e-07, + "S": 3.7513538586608774e-07, + "I": 0.0006425462779588997, + "C": 5.98731321588275e-06, + "R": 7.628307798768219e-07, + "M": 1.0191632100031711e-05, + "O": 3.205297389285988e-06, + "W": 5.517158001566713e-07, + "N": 3.6002009437652305e-05, + "Y": 9.403448348166421e-05, + "U": 2.4736007731007703e-07, + "K": 6.807782483519986e-06, + "L": 2.0543161838304513e-07, + "G": 5.3830350225325674e-05, + "F": 0.001759684644639492, + "E": 0.0010744945611804724, + "T": 4.237973189447075e-05, + "P": 0.8463011980056763, + "-": 0.14996705949306488 + }, + "id": "tp_25068" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3133500, + "label": "P", + "classification": { + "B": 2.955041782115586e-05, + "S": 0.00017598348495084792, + "I": 0.009965980425477028, + "C": 0.00016547496488783509, + "R": 4.832780177821405e-05, + "M": 0.000562705856282264, + "O": 0.0002516626555006951, + "W": 0.0001235905074281618, + "N": 0.005416833329945803, + "Y": 0.0018218026962131262, + "U": 3.1646060961065814e-05, + "K": 0.0038228961639106274, + "L": 1.6222280464717187e-05, + "G": 0.0006100464961491525, + "F": 0.019416028633713722, + "E": 0.03045462816953659, + "T": 0.0009616398601792753, + "P": 0.8594420552253723, + "-": 0.06668301671743393 + }, + "id": "tp_25069" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3133634, + "label": "P", + "classification": { + "B": 8.644859690321027e-07, + "S": 1.8459346620147699e-06, + "I": 0.000714099733158946, + "C": 1.2587412356879213e-06, + "R": 3.1949917911333614e-07, + "M": 1.9852104742312804e-05, + "O": 6.730264885845827e-06, + "W": 4.3696437046492065e-07, + "N": 4.2393097828608006e-05, + "Y": 5.649085505865514e-05, + "U": 1.4984310325871775e-07, + "K": 1.9065336118728737e-06, + "L": 4.347463971043908e-07, + "G": 3.4798293199855834e-05, + "F": 0.0009276014170609415, + "E": 0.0006541820475831628, + "T": 0.0001341584138572216, + "P": 0.8158846497535706, + "-": 0.1815178096294403 + }, + "id": "tp_25070" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3133767, + "label": "-", + "classification": { + "B": 1.918447196658235e-06, + "S": 5.0052199185302015e-06, + "I": 0.003983684815466404, + "C": 0.0005174645921215415, + "R": 4.589608943206258e-05, + "M": 0.00039926718454807997, + "O": 8.408736175624654e-05, + "W": 1.5660396456951275e-05, + "N": 0.00024000702251214534, + "Y": 0.0012902473099529743, + "U": 7.2231850936077535e-06, + "K": 0.0002360921207582578, + "L": 5.68939412914915e-06, + "G": 0.0008141606231220067, + "F": 0.005788551177829504, + "E": 0.0038861085195094347, + "T": 0.0008463347912766039, + "P": 0.3538968563079834, + "-": 0.6279357671737671 + }, + "id": "tp_25071" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3133901, + "label": "-", + "classification": { + "B": 2.096852767863311e-05, + "S": 3.377228131284937e-05, + "I": 0.001422944013029337, + "C": 0.0007667953614145517, + "R": 0.00015308114234358072, + "M": 0.000430433196015656, + "O": 0.00024143226619344205, + "W": 3.0186385629349388e-05, + "N": 0.00016554292233195156, + "Y": 0.0024877756368368864, + "U": 1.4702188309456687e-05, + "K": 6.676124758087099e-05, + "L": 6.44118117634207e-05, + "G": 0.0021460214629769325, + "F": 0.031105250120162964, + "E": 0.00142963626421988, + "T": 0.0014735639560967684, + "P": 0.23835499584674835, + "-": 0.7195916771888733 + }, + "id": "tp_25072" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3134001, + "label": "P", + "classification": { + "B": 1.0385686437075492e-05, + "S": 2.727611172304023e-05, + "I": 0.0030063989106565714, + "C": 2.590281656011939e-05, + "R": 8.522558346157894e-06, + "M": 6.89886583131738e-05, + "O": 6.20045539108105e-05, + "W": 7.5109956014784984e-06, + "N": 0.0006437976262532175, + "Y": 0.00017939560348168015, + "U": 3.625304316301481e-06, + "K": 1.9191049432265572e-05, + "L": 3.4891820632765302e-06, + "G": 0.00010142513929167762, + "F": 0.001078797853551805, + "E": 0.0004885848611593246, + "T": 0.0004276346298865974, + "P": 0.9079578518867493, + "-": 0.08587931841611862 + }, + "id": "tp_25073" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3134134, + "label": "P", + "classification": { + "B": 0.002040569204837084, + "S": 0.0001298711431445554, + "I": 0.002581909764558077, + "C": 4.8776983021525666e-05, + "R": 1.4839411960565485e-05, + "M": 0.0015277838101610541, + "O": 0.0005168386269360781, + "W": 3.2417450711363927e-05, + "N": 0.0001383993512718007, + "Y": 0.000513855367898941, + "U": 2.494402224328951e-06, + "K": 8.761354592934367e-07, + "L": 0.0001626769662834704, + "G": 0.002104713348671794, + "F": 0.0036749534774571657, + "E": 0.0036981699522584677, + "T": 0.0010575586929917336, + "P": 0.5638933777809143, + "-": 0.4178599417209625 + }, + "id": "tp_25074" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3134268, + "label": "P", + "classification": { + "B": 1.9945130134146893e-06, + "S": 7.679001328142476e-07, + "I": 0.0007945005199871957, + "C": 2.7298833629174624e-06, + "R": 3.0645097126580367e-07, + "M": 1.2345529285084922e-05, + "O": 1.8328756823393633e-06, + "W": 4.5733099796052556e-07, + "N": 6.964798376429826e-05, + "Y": 1.1117956091766246e-05, + "U": 2.751565375547216e-07, + "K": 9.353788300359156e-06, + "L": 2.503007578980032e-07, + "G": 1.806316686270293e-05, + "F": 0.0004884540103375912, + "E": 0.0031293851789087057, + "T": 2.7240697818342596e-05, + "P": 0.9584502577781677, + "-": 0.036980967968702316 + }, + "id": "tp_25075" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3134401, + "label": "P", + "classification": { + "B": 0.0024137203581631184, + "S": 0.0008527787285856903, + "I": 0.027172813192009926, + "C": 0.00316779431886971, + "R": 0.0006376674282364547, + "M": 0.007704872637987137, + "O": 0.0011700910981744528, + "W": 0.0004506987752392888, + "N": 0.0044256350956857204, + "Y": 0.008094764314591885, + "U": 0.0002468827005941421, + "K": 0.0007688393234275281, + "L": 0.0007464695954695344, + "G": 0.0091021079570055, + "F": 0.02790329046547413, + "E": 0.05511083826422691, + "T": 0.005365567281842232, + "P": 0.6427503228187561, + "-": 0.20191483199596405 + }, + "id": "tp_25076" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3134501, + "label": "P", + "classification": { + "B": 1.6585374396527186e-05, + "S": 6.077886155253509e-06, + "I": 0.00023732679255772382, + "C": 1.551495006424375e-05, + "R": 1.1175526424267446e-06, + "M": 0.00015705630357842892, + "O": 2.7089796276413836e-05, + "W": 2.885205276470515e-06, + "N": 2.576054794189986e-05, + "Y": 0.00041738038999028504, + "U": 8.291042377095437e-07, + "K": 1.3150601262168493e-05, + "L": 3.0891924325260334e-06, + "G": 0.00015178322792053223, + "F": 0.011662040837109089, + "E": 0.0015020966529846191, + "T": 0.0002489347825758159, + "P": 0.49937891960144043, + "-": 0.4861324429512024 + }, + "id": "tp_25077" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3134635, + "label": "P", + "classification": { + "B": 1.946361044247169e-05, + "S": 5.914135726925451e-06, + "I": 0.003857930190861225, + "C": 3.940134774893522e-05, + "R": 6.35349078947911e-06, + "M": 0.00013165047857910395, + "O": 2.3208873244584538e-05, + "W": 4.3772934077424e-06, + "N": 0.0002444133860990405, + "Y": 0.00033464774605818093, + "U": 2.9738594093942083e-06, + "K": 2.9964250643388368e-05, + "L": 4.662414085032651e-06, + "G": 0.00035791838308796287, + "F": 0.0028894355054944754, + "E": 0.0063792066648602486, + "T": 0.00015860024723224342, + "P": 0.8806883096694946, + "-": 0.1048215702176094 + }, + "id": "tp_25078" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3134768, + "label": "P", + "classification": { + "B": 6.104631911085789e-09, + "S": 7.506147703395527e-09, + "I": 0.0003601312928367406, + "C": 8.511122473464638e-07, + "R": 6.55919336622901e-08, + "M": 8.941468081502535e-07, + "O": 1.823387094646023e-07, + "W": 4.14520195946011e-09, + "N": 8.116426215565298e-06, + "Y": 5.812010840600124e-06, + "U": 1.0145440931808025e-08, + "K": 8.422026098742208e-08, + "L": 6.164727839319539e-09, + "G": 2.4392647901549935e-06, + "F": 3.2324085623258725e-05, + "E": 4.705841274699196e-05, + "T": 1.231620080943685e-05, + "P": 0.9115363955497742, + "-": 0.08799319714307785 + }, + "id": "tp_25079" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3134902, + "label": "-", + "classification": { + "B": 7.195647413027473e-06, + "S": 1.2323052033025306e-05, + "I": 0.0002736760361585766, + "C": 3.064276461373083e-05, + "R": 7.0067535489215516e-06, + "M": 0.00010003223724197596, + "O": 8.362678636331111e-05, + "W": 8.816375157039147e-06, + "N": 5.1470335165504366e-05, + "Y": 0.000812590355053544, + "U": 3.058476522710407e-06, + "K": 3.239380384911783e-05, + "L": 8.818604328553192e-06, + "G": 0.0002661340113263577, + "F": 0.016972899436950684, + "E": 0.0007141475798562169, + "T": 0.0007303974125534296, + "P": 0.24896089732646942, + "-": 0.7309238910675049 + }, + "id": "tp_25080" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3135002, + "label": "P", + "classification": { + "B": 9.019024219014682e-06, + "S": 4.0413042370346375e-06, + "I": 0.002389226108789444, + "C": 6.725109415128827e-05, + "R": 6.760505584679777e-06, + "M": 0.00012562719348352402, + "O": 3.6533390812110156e-05, + "W": 6.976503755140584e-06, + "N": 0.00027141065220348537, + "Y": 0.0007926855469122529, + "U": 5.870257609785767e-06, + "K": 0.00012377947859931737, + "L": 3.5927755561715458e-06, + "G": 0.000376950076315552, + "F": 0.0054264068603515625, + "E": 0.009616358205676079, + "T": 0.00030948399216867983, + "P": 0.7552942037582397, + "-": 0.22513379156589508 + }, + "id": "tp_25081" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3135135, + "label": "P", + "classification": { + "B": 8.776934805609926e-07, + "S": 1.0728290362749249e-06, + "I": 0.0010751474183052778, + "C": 6.509107606689213e-06, + "R": 5.826187816637685e-07, + "M": 3.623432348831557e-05, + "O": 3.5491575545165688e-06, + "W": 8.035923428906244e-07, + "N": 9.644892998039722e-05, + "Y": 9.002442675409839e-05, + "U": 3.5507437701198796e-07, + "K": 9.664204299042467e-06, + "L": 3.155968215651228e-07, + "G": 3.012448360095732e-05, + "F": 0.000798118591774255, + "E": 0.0029993108473718166, + "T": 5.881265678908676e-05, + "P": 0.9265068769454956, + "-": 0.06828506290912628 + }, + "id": "tp_25082" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3135269, + "label": "-", + "classification": { + "B": 3.356101660756394e-05, + "S": 8.471032742818352e-06, + "I": 3.056701098103076e-05, + "C": 3.3420135878259316e-05, + "R": 1.2199973753013182e-05, + "M": 0.00044423763756640255, + "O": 0.000159790477482602, + "W": 7.003163318586303e-06, + "N": 1.8226329530079965e-06, + "Y": 0.0012781086843460798, + "U": 5.823651463288115e-07, + "K": 4.282909742414631e-07, + "L": 4.9978163588093594e-05, + "G": 0.0005802486557513475, + "F": 0.007868175394833088, + "E": 3.828324406640604e-05, + "T": 0.0007775236153975129, + "P": 0.033182576298713684, + "-": 0.9554930329322815 + }, + "id": "tp_25083" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3135402, + "label": "-", + "classification": { + "B": 8.941339757484457e-08, + "S": 1.2385133629777556e-07, + "I": 0.0005576553521677852, + "C": 3.6484543670667335e-05, + "R": 2.1006439965276513e-06, + "M": 2.8132613806519657e-05, + "O": 3.881402790284483e-06, + "W": 4.4067681415072e-07, + "N": 2.937408680736553e-05, + "Y": 0.0006319075473584235, + "U": 3.6463811170506233e-07, + "K": 4.07437801186461e-05, + "L": 2.3320886555211473e-07, + "G": 9.713377221487463e-05, + "F": 0.0052074287086725235, + "E": 0.001974394777789712, + "T": 0.0001276889379369095, + "P": 0.426876038312912, + "-": 0.5643857717514038 + }, + "id": "tp_25084" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3135502, + "label": "P", + "classification": { + "B": 4.875954005001404e-07, + "S": 2.0667148703523708e-07, + "I": 0.00017346988897770643, + "C": 3.7769061691506067e-06, + "R": 4.4584834313354804e-07, + "M": 1.0721412763814442e-05, + "O": 3.2157554414879996e-06, + "W": 2.5472911602264503e-07, + "N": 7.86616510595195e-06, + "Y": 0.00010573444160399958, + "U": 8.566804865495214e-08, + "K": 4.753298981086118e-06, + "L": 2.329594224192988e-07, + "G": 0.00011760036431951448, + "F": 0.005765056703239679, + "E": 0.0013866735389456153, + "T": 3.6286437534727156e-05, + "P": 0.6372527480125427, + "-": 0.3551303446292877 + }, + "id": "tp_25085" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3135636, + "label": "-", + "classification": { + "B": 1.9815357177321857e-07, + "S": 4.771606540998619e-07, + "I": 3.3309883292531595e-05, + "C": 1.4610483958676923e-05, + "R": 3.031917458429234e-06, + "M": 0.00010685206507332623, + "O": 2.4871005734894425e-05, + "W": 7.790871450197301e-07, + "N": 1.2238983799761627e-06, + "Y": 0.0005423860857263207, + "U": 1.963044553576765e-07, + "K": 1.0407218269392615e-06, + "L": 2.6625282316672383e-06, + "G": 0.00010728132474469021, + "F": 0.003259938908740878, + "E": 1.9611808966146782e-05, + "T": 0.0003935752029065043, + "P": 0.019188717007637024, + "-": 0.9762992262840271 + }, + "id": "tp_25086" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3135769, + "label": "-", + "classification": { + "B": 0.00021066029148641974, + "S": 5.310091728460975e-05, + "I": 0.012884937226772308, + "C": 0.00250450917519629, + "R": 0.0006988453096710145, + "M": 0.0025712933856993914, + "O": 0.0006271983147598803, + "W": 8.336541941389441e-05, + "N": 0.0009396658861078322, + "Y": 0.010624239221215248, + "U": 8.952567441156134e-05, + "K": 0.00010934260353678837, + "L": 0.00024350181047338992, + "G": 0.006804145406931639, + "F": 0.017135871574282646, + "E": 0.008258002810180187, + "T": 0.005148573312908411, + "P": 0.3678680956363678, + "-": 0.5631450414657593 + }, + "id": "tp_25087" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3135903, + "label": "-", + "classification": { + "B": 7.110137812560424e-05, + "S": 0.00029206217732280493, + "I": 0.0005030289757996798, + "C": 0.0037506837397813797, + "R": 0.00033482376602478325, + "M": 0.0035379603505134583, + "O": 0.0009776472579687834, + "W": 9.771043551154435e-05, + "N": 0.00013592791219707578, + "Y": 0.014117864891886711, + "U": 8.832618732412811e-06, + "K": 0.0007188062882050872, + "L": 0.0006796061643399298, + "G": 0.04327750578522682, + "F": 0.3477763235569, + "E": 0.01294335164129734, + "T": 0.006449350621551275, + "P": 0.03798055648803711, + "-": 0.5263468027114868 + }, + "id": "tp_25088" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3136003, + "label": "P", + "classification": { + "B": 0.0001229128974955529, + "S": 0.0001034859596984461, + "I": 0.031671732664108276, + "C": 0.004287748597562313, + "R": 0.0007556702475994825, + "M": 0.0016386182978749275, + "O": 0.0004889587289653718, + "W": 0.00014748872490599751, + "N": 0.004588778130710125, + "Y": 0.010501268319785595, + "U": 0.00013492777361534536, + "K": 0.0016799088334664702, + "L": 0.00013059302000328898, + "G": 0.005607977043837309, + "F": 0.01863972656428814, + "E": 0.03791949898004532, + "T": 0.0023771170526742935, + "P": 0.6392200589179993, + "-": 0.23998360335826874 + }, + "id": "tp_25089" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3136136, + "label": "-", + "classification": { + "B": 3.702634865376808e-09, + "S": 2.7076814124171733e-09, + "I": 5.045259854341566e-07, + "C": 5.505210953771211e-09, + "R": 2.5831001226883643e-10, + "M": 5.67639119708474e-07, + "O": 2.246522257109973e-07, + "W": 1.544388950058817e-09, + "N": 7.646684174744678e-09, + "Y": 1.4865020148135955e-06, + "U": 1.0937282329814835e-10, + "K": 4.718401780401393e-10, + "L": 3.9169432142216465e-09, + "G": 4.233472736814292e-07, + "F": 4.871145938523114e-05, + "E": 2.0765396584465634e-06, + "T": 2.95268660011061e-06, + "P": 0.05312090367078781, + "-": 0.9468222260475159 + }, + "id": "tp_25090" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3136270, + "label": "-", + "classification": { + "B": 4.8004589189076796e-05, + "S": 1.2383119610603899e-05, + "I": 0.00044161229743622243, + "C": 0.00027888486511074007, + "R": 9.064882033271715e-05, + "M": 0.001986162271350622, + "O": 0.0007207421003840864, + "W": 2.44412094616564e-05, + "N": 1.645032170927152e-05, + "Y": 0.0021535882260650396, + "U": 6.975802534725517e-06, + "K": 8.010135275071661e-07, + "L": 0.00034048937959596515, + "G": 0.0022798124700784683, + "F": 0.0035652383230626583, + "E": 0.00013952057634014636, + "T": 0.003515297779813409, + "P": 0.06002043932676315, + "-": 0.9243584275245667 + }, + "id": "tp_25091" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3136403, + "label": "-", + "classification": { + "B": 1.4157327541397535e-06, + "S": 1.4971652717576944e-06, + "I": 3.965349606005475e-05, + "C": 1.987762880162336e-05, + "R": 5.661548129864968e-06, + "M": 2.8551103241625242e-05, + "O": 1.855284790508449e-05, + "W": 5.528207793759066e-07, + "N": 1.8934516674562474e-06, + "Y": 0.0008071784977801144, + "U": 2.816655069182161e-07, + "K": 3.0162400435074233e-06, + "L": 2.362728537264047e-06, + "G": 0.00031773405498825014, + "F": 0.007192211225628853, + "E": 3.337322050356306e-05, + "T": 0.0002712914429139346, + "P": 0.042075689882040024, + "-": 0.9491791725158691 + }, + "id": "tp_25092" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3136503, + "label": "P", + "classification": { + "B": 1.5313510459691315e-07, + "S": 2.246069286115926e-08, + "I": 4.2449428292457014e-05, + "C": 8.959420938481344e-08, + "R": 3.991521335677817e-09, + "M": 1.900404072330275e-06, + "O": 2.831560266258748e-07, + "W": 7.940616164603398e-09, + "N": 7.127059120648482e-07, + "Y": 3.8668322304147296e-06, + "U": 2.8669242535528383e-09, + "K": 5.15495701680635e-10, + "L": 4.45129515469489e-08, + "G": 1.3835548315910273e-06, + "F": 2.553297599661164e-05, + "E": 3.229696812923066e-05, + "T": 1.00796914921375e-05, + "P": 0.8890272974967957, + "-": 0.11085383594036102 + }, + "id": "tp_25093" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3136637, + "label": "-", + "classification": { + "B": 0.0008243334013968706, + "S": 0.00011105006706202403, + "I": 0.001922525349073112, + "C": 0.0006832556100562215, + "R": 0.000155535526573658, + "M": 0.002819846384227276, + "O": 0.0011666578939184546, + "W": 0.00013269143528304994, + "N": 0.00019771493680309504, + "Y": 0.0025836527347564697, + "U": 3.4991506254300475e-05, + "K": 4.1486171539872885e-05, + "L": 0.0005747112445533276, + "G": 0.006286658346652985, + "F": 0.013979325070977211, + "E": 0.007327254395931959, + "T": 0.0024072511587291956, + "P": 0.24010665714740753, + "-": 0.718644380569458 + }, + "id": "tp_25094" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3136770, + "label": "-", + "classification": { + "B": 3.741380094623992e-09, + "S": 3.190623232285361e-08, + "I": 9.367260645376518e-06, + "C": 1.865813828771934e-06, + "R": 5.406261038842786e-07, + "M": 3.848488995572552e-05, + "O": 3.685345291160047e-06, + "W": 4.669984576821662e-08, + "N": 1.4838151685125922e-07, + "Y": 0.0004517488123383373, + "U": 1.1676598354881662e-08, + "K": 6.959318454846652e-08, + "L": 2.87193614667558e-07, + "G": 2.5279934561694972e-05, + "F": 0.001060147420503199, + "E": 5.229571797826793e-06, + "T": 0.00025806002668105066, + "P": 0.013014287687838078, + "-": 0.9851306080818176 + }, + "id": "tp_25095" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3136904, + "label": "-", + "classification": { + "B": 3.4539749549367116e-07, + "S": 1.1185976234173722e-07, + "I": 0.00012066323688486591, + "C": 2.2003283447702415e-05, + "R": 1.173145392385777e-06, + "M": 4.293461097404361e-05, + "O": 5.1107599574606866e-06, + "W": 1.480575946288809e-07, + "N": 3.730549451574916e-06, + "Y": 0.0002941485436167568, + "U": 1.5481184334475984e-07, + "K": 4.700928286638373e-07, + "L": 5.479330411617411e-07, + "G": 0.000102043486549519, + "F": 0.0014529649633914232, + "E": 0.00030031517962925136, + "T": 0.0001341313327429816, + "P": 0.2948097884654999, + "-": 0.7027091979980469 + }, + "id": "tp_25096" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3137004, + "label": "-", + "classification": { + "B": 3.2351495065086056e-06, + "S": 8.880884934114874e-07, + "I": 0.0008887176518328488, + "C": 0.00014640290464740247, + "R": 1.3303154446475673e-05, + "M": 0.00014660479791928083, + "O": 2.0739984393003397e-05, + "W": 1.4937160131012206e-06, + "N": 2.4744420443312265e-05, + "Y": 0.0007573962793685496, + "U": 2.8402250791259576e-06, + "K": 4.5106967263564e-06, + "L": 8.317910214827862e-06, + "G": 0.00032427109545096755, + "F": 0.0036723364610224962, + "E": 0.000996482907794416, + "T": 0.0005615634145215154, + "P": 0.3772316575050354, + "-": 0.6151944994926453 + }, + "id": "tp_25097" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3137137, + "label": "-", + "classification": { + "B": 4.0767076825432014e-07, + "S": 3.607907217428874e-07, + "I": 7.322589226532727e-05, + "C": 1.5113683730305638e-05, + "R": 1.7452198335377034e-06, + "M": 3.4643704566406086e-05, + "O": 1.085819076251937e-05, + "W": 2.89497904759628e-07, + "N": 2.8508372906799195e-06, + "Y": 0.00041634339140728116, + "U": 2.6696972099671257e-07, + "K": 4.57882947557664e-07, + "L": 2.018795157709974e-06, + "G": 0.00011178145359735936, + "F": 0.002194274915382266, + "E": 7.451989949913695e-05, + "T": 0.00044358469313010573, + "P": 0.07706046849489212, + "-": 0.9195567965507507 + }, + "id": "tp_25098" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3137271, + "label": "P", + "classification": { + "B": 2.976783889607759e-06, + "S": 2.048309170277207e-06, + "I": 0.0028996674809604883, + "C": 1.0193807611358352e-05, + "R": 1.31050899199181e-06, + "M": 3.966884469264187e-05, + "O": 6.10739880357869e-06, + "W": 1.7607130757824052e-06, + "N": 0.0007027619867585599, + "Y": 5.324349695001729e-05, + "U": 9.937153890859918e-07, + "K": 0.00012135644647059962, + "L": 3.473967069567152e-07, + "G": 5.024180791224353e-05, + "F": 0.0008325896924361587, + "E": 0.013701893389225006, + "T": 6.431561632780358e-05, + "P": 0.9579837918281555, + "-": 0.023524777963757515 + }, + "id": "tp_25099" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3137404, + "label": "P", + "classification": { + "B": 1.70207567862235e-05, + "S": 4.08221649195184e-06, + "I": 0.00030936708208173513, + "C": 3.4037195746350335e-06, + "R": 4.7353611876133073e-07, + "M": 0.0001148857845691964, + "O": 4.302066736272536e-05, + "W": 2.4023827336350223e-06, + "N": 2.914148717536591e-05, + "Y": 0.00015016604447737336, + "U": 3.406335054023657e-07, + "K": 1.7856210661193472e-06, + "L": 2.2975193587626563e-06, + "G": 0.0001031201463774778, + "F": 0.0014157855184748769, + "E": 0.0012961113825440407, + "T": 0.00018273350724484771, + "P": 0.5017663240432739, + "-": 0.49455752968788147 + }, + "id": "tp_25100" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3137504, + "label": "P", + "classification": { + "B": 1.1353761692589615e-05, + "S": 2.9129100767022464e-06, + "I": 0.002437070244923234, + "C": 2.8408438083715737e-05, + "R": 2.8361862405290594e-06, + "M": 6.002755253575742e-05, + "O": 2.855078491847962e-05, + "W": 2.4930297968239756e-06, + "N": 9.005566971609369e-05, + "Y": 0.00014212091627996415, + "U": 1.0004232535720803e-06, + "K": 2.2236940822040197e-07, + "L": 5.787651844002539e-06, + "G": 8.259883179562166e-05, + "F": 0.0003547324740793556, + "E": 0.000720716780051589, + "T": 0.00012916412379126996, + "P": 0.8449756503105164, + "-": 0.15092429518699646 + }, + "id": "tp_25101" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3137638, + "label": "-", + "classification": { + "B": 9.831037459662184e-07, + "S": 6.166183084133081e-06, + "I": 7.846400694688782e-05, + "C": 0.00014544847363140434, + "R": 2.7176136427442543e-05, + "M": 0.0007231135969050229, + "O": 0.0002744027879089117, + "W": 4.090979928150773e-06, + "N": 5.859448720002547e-06, + "Y": 0.005402896553277969, + "U": 7.706901783421927e-07, + "K": 1.0177730018767761e-06, + "L": 6.213653250597417e-05, + "G": 0.0013664616271853447, + "F": 0.008789128623902798, + "E": 7.191231270553544e-05, + "T": 0.0026182348374277353, + "P": 0.019751479849219322, + "-": 0.9606702327728271 + }, + "id": "tp_25102" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3137771, + "label": "P", + "classification": { + "B": 9.862634215096477e-06, + "S": 3.6046835703018587e-06, + "I": 0.014218802563846111, + "C": 8.02887007012032e-06, + "R": 9.976032515623956e-07, + "M": 0.00026098164380528033, + "O": 9.309540473623201e-06, + "W": 8.217008371502743e-07, + "N": 0.0006604110822081566, + "Y": 8.681233884999529e-05, + "U": 1.926204049595981e-07, + "K": 1.2551926147352788e-06, + "L": 1.2243493756614043e-06, + "G": 7.557737990282476e-05, + "F": 8.715841977391392e-05, + "E": 0.007143099792301655, + "T": 0.00012603768846020103, + "P": 0.9649381637573242, + "-": 0.012367572635412216 + }, + "id": "tp_25103" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3137905, + "label": "-", + "classification": { + "B": 4.1701113673298096e-08, + "S": 4.3714980080267196e-08, + "I": 2.463595592416823e-05, + "C": 3.751280928554479e-06, + "R": 2.944067318821908e-07, + "M": 1.3380548807617743e-05, + "O": 2.307428076164797e-06, + "W": 1.0483439183417431e-07, + "N": 8.34580077935243e-07, + "Y": 0.0002740180352702737, + "U": 5.174990391765277e-08, + "K": 2.5466376882832265e-06, + "L": 1.3052027725279913e-07, + "G": 3.306176222395152e-05, + "F": 0.0026773286517709494, + "E": 5.260875332169235e-05, + "T": 8.239818271249533e-05, + "P": 0.07089220732450485, + "-": 0.9259402751922607 + }, + "id": "tp_25104" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3138005, + "label": "-", + "classification": { + "B": 7.195614104560377e-10, + "S": 8.678557317232105e-10, + "I": 3.90507602787693e-06, + "C": 6.086436599161971e-08, + "R": 1.2644965075025993e-09, + "M": 4.453537769677496e-07, + "O": 4.7808175196450975e-08, + "W": 8.062503442651803e-10, + "N": 5.4019604789345976e-08, + "Y": 8.527379577571992e-06, + "U": 2.258214171213524e-10, + "K": 1.0616619583458942e-08, + "L": 9.048643501152753e-10, + "G": 1.0261474017170258e-06, + "F": 0.0001514480827609077, + "E": 9.689594662631862e-06, + "T": 4.224592885293532e-06, + "P": 0.17416654527187347, + "-": 0.8256540298461914 + }, + "id": "tp_25105" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3138138, + "label": "P", + "classification": { + "B": 1.2326098840276245e-05, + "S": 5.0323678806307726e-06, + "I": 0.010665270499885082, + "C": 0.0040630558505654335, + "R": 0.0002521892311051488, + "M": 0.00045112139196135104, + "O": 9.530000534141436e-05, + "W": 1.3496359315467998e-05, + "N": 0.00028879079036414623, + "Y": 0.0025236401706933975, + "U": 2.247179509140551e-05, + "K": 2.1464791643666103e-05, + "L": 3.629173443187028e-05, + "G": 0.001166925998404622, + "F": 0.0032197958789765835, + "E": 0.004574956372380257, + "T": 0.0009035869152285159, + "P": 0.5007027983665466, + "-": 0.4709814786911011 + }, + "id": "tp_25106" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3138272, + "label": "P", + "classification": { + "B": 3.4050724480039207e-06, + "S": 5.042218617745675e-06, + "I": 0.001338972244411707, + "C": 4.950008587911725e-05, + "R": 9.096903340832796e-06, + "M": 0.00014817666669841856, + "O": 3.19738028338179e-05, + "W": 4.719546723208623e-06, + "N": 0.00014953933714423329, + "Y": 0.0006520258029922843, + "U": 1.6342016806447646e-06, + "K": 6.671581650152802e-05, + "L": 3.1079737254913198e-06, + "G": 0.0005054008797742426, + "F": 0.014696012251079082, + "E": 0.005027926526963711, + "T": 0.0003339042013976723, + "P": 0.6780626773834229, + "-": 0.2989100515842438 + }, + "id": "tp_25107" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3138405, + "label": "-", + "classification": { + "B": 5.721319098483946e-07, + "S": 5.804172360512894e-07, + "I": 9.042894816957414e-05, + "C": 1.5129287476156605e-06, + "R": 4.160264666097646e-07, + "M": 4.5791770389769226e-05, + "O": 1.9005527065019123e-05, + "W": 3.2197033306147205e-07, + "N": 1.6208864508371335e-06, + "Y": 0.00033044081646949053, + "U": 2.5887985088957066e-08, + "K": 1.3026560274909116e-08, + "L": 1.4966765320423292e-06, + "G": 4.1759820305742323e-05, + "F": 0.00046174542512744665, + "E": 3.6164627090329304e-05, + "T": 0.0003827520413324237, + "P": 0.0769437775015831, + "-": 0.9216415286064148 + }, + "id": "tp_25108" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3138505, + "label": "P", + "classification": { + "B": 2.293411824894065e-07, + "S": 3.493125859677093e-07, + "I": 0.00012568270904012024, + "C": 5.3484641284740064e-06, + "R": 4.620614788564126e-07, + "M": 1.0689979717426468e-05, + "O": 2.980237695737742e-06, + "W": 3.343759544804925e-07, + "N": 8.626705493952613e-06, + "Y": 0.00011644053302006796, + "U": 1.5729833080513345e-07, + "K": 5.796585810458055e-06, + "L": 1.0221044277614055e-07, + "G": 2.4887820472940803e-05, + "F": 0.0023993325885385275, + "E": 0.0003598090843297541, + "T": 5.628473809338175e-05, + "P": 0.5814716815948486, + "-": 0.4154108762741089 + }, + "id": "tp_25109" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3138639, + "label": "-", + "classification": { + "B": 4.374101536086528e-06, + "S": 2.8753490823874017e-06, + "I": 0.000328789436025545, + "C": 0.00012546719517558813, + "R": 1.281157437915681e-05, + "M": 0.00042357781785540283, + "O": 5.599922951660119e-05, + "W": 1.9468855043669464e-06, + "N": 1.650302692723926e-05, + "Y": 0.002018403960391879, + "U": 6.601462132493907e-07, + "K": 5.4994484344206285e-06, + "L": 1.0700387974793557e-05, + "G": 0.0013049362460151315, + "F": 0.008705047890543938, + "E": 0.0016424445202574134, + "T": 0.0005737099563702941, + "P": 0.13213954865932465, + "-": 0.8526267409324646 + }, + "id": "tp_25110" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3138772, + "label": "-", + "classification": { + "B": 0.0003149134572595358, + "S": 0.00011151706712553278, + "I": 0.012151634320616722, + "C": 0.004366244655102491, + "R": 0.0006553999846801162, + "M": 0.001610625651665032, + "O": 0.000557753664907068, + "W": 0.00015602762869093567, + "N": 0.0010747964261099696, + "Y": 0.011209098622202873, + "U": 0.00023008164134807885, + "K": 0.0003962308692280203, + "L": 0.00029720901511609554, + "G": 0.004661768674850464, + "F": 0.01846243254840374, + "E": 0.012944604270160198, + "T": 0.0031611935701221228, + "P": 0.38839057087898254, + "-": 0.539247989654541 + }, + "id": "tp_25111" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3138906, + "label": "-", + "classification": { + "B": 0.00016086702817119658, + "S": 5.6004388170549646e-05, + "I": 0.0031120479106903076, + "C": 0.0012751634931191802, + "R": 0.00020076552755199373, + "M": 0.0012281173840165138, + "O": 0.0003912524553015828, + "W": 6.177667819429189e-05, + "N": 0.0003548822132870555, + "Y": 0.004171923268586397, + "U": 4.151086977799423e-05, + "K": 8.168321073753759e-05, + "L": 0.00016560273070354015, + "G": 0.003005316248163581, + "F": 0.013676147907972336, + "E": 0.005002658814191818, + "T": 0.0025741341523826122, + "P": 0.377990186214447, + "-": 0.586449921131134 + }, + "id": "tp_25112" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3139006, + "label": "P", + "classification": { + "B": 2.55441900662845e-05, + "S": 8.664528286317363e-05, + "I": 0.005804687272757292, + "C": 0.0002338637423235923, + "R": 7.838774763513356e-05, + "M": 0.00025500881019979715, + "O": 0.0001818933815229684, + "W": 6.511811807285994e-05, + "N": 0.002671419410035014, + "Y": 0.0013081250945106149, + "U": 1.839145625126548e-05, + "K": 0.0018292042659595609, + "L": 1.1746333257178776e-05, + "G": 0.001836269162595272, + "F": 0.0267697274684906, + "E": 0.020811019465327263, + "T": 0.0007690353668294847, + "P": 0.8360647559165955, + "-": 0.10117917507886887 + }, + "id": "tp_25113" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3139139, + "label": "-", + "classification": { + "B": 1.7403393940185197e-05, + "S": 9.732829312270042e-06, + "I": 0.0006276848143897951, + "C": 0.00010849790851352736, + "R": 1.2214399248478003e-05, + "M": 0.0004476378089748323, + "O": 8.576558320783079e-05, + "W": 7.650386578461621e-06, + "N": 5.676765431417152e-05, + "Y": 0.002937114331871271, + "U": 5.251213679002831e-06, + "K": 3.8487112760776654e-05, + "L": 1.88541835086653e-05, + "G": 0.0009445566684007645, + "F": 0.015949303284287453, + "E": 0.0015636219177395105, + "T": 0.0014745559310540557, + "P": 0.22169360518455505, + "-": 0.754001259803772 + }, + "id": "tp_25114" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3139273, + "label": "-", + "classification": { + "B": 0.00044323847396299243, + "S": 5.3104377002455294e-05, + "I": 0.0006130306283012033, + "C": 3.080593887716532e-05, + "R": 1.1281004844931886e-05, + "M": 0.0005618360009975731, + "O": 0.0005701853078790009, + "W": 3.3731284929672256e-05, + "N": 5.678705565514974e-05, + "Y": 0.00040840732981450856, + "U": 1.8214556121165515e-06, + "K": 3.1818990464671515e-06, + "L": 6.033932004356757e-05, + "G": 0.0013213722268119454, + "F": 0.004612413700670004, + "E": 0.002260794397443533, + "T": 0.0004095083277206868, + "P": 0.34274378418922424, + "-": 0.6458043456077576 + }, + "id": "tp_25115" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3139406, + "label": "-", + "classification": { + "B": 0.008317172527313232, + "S": 0.0016981275985017419, + "I": 0.0130985202267766, + "C": 0.007103563752025366, + "R": 0.0020159678533673286, + "M": 0.0163503959774971, + "O": 0.005060977302491665, + "W": 0.0010680785635486245, + "N": 0.0026813040021806955, + "Y": 0.014064931310713291, + "U": 0.0005195940611883998, + "K": 0.00047976660425774753, + "L": 0.0042388965375721455, + "G": 0.025192247703671455, + "F": 0.05566469952464104, + "E": 0.03108677640557289, + "T": 0.011399591341614723, + "P": 0.3239496648311615, + "-": 0.47600966691970825 + }, + "id": "tp_25116" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3139506, + "label": "P", + "classification": { + "B": 8.794488337571238e-08, + "S": 6.567996369000184e-09, + "I": 0.000567644601687789, + "C": 2.320748748729784e-08, + "R": 1.977475072578727e-09, + "M": 1.8215931163467758e-07, + "O": 9.608595696875e-09, + "W": 1.4498097167248147e-09, + "N": 1.1878806617460214e-05, + "Y": 9.627514430121664e-08, + "U": 3.930089864656594e-10, + "K": 1.6913928035933168e-08, + "L": 7.466710583159397e-10, + "G": 2.7029216198570793e-07, + "F": 4.028580406156834e-06, + "E": 0.000857961771544069, + "T": 1.255983193004795e-07, + "P": 0.9976602792739868, + "-": 0.0008973484509624541 + }, + "id": "tp_25117" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3139640, + "label": "-", + "classification": { + "B": 4.372113380668452e-06, + "S": 6.290825695032254e-06, + "I": 5.139588756719604e-05, + "C": 5.298124051478226e-06, + "R": 5.369558380152739e-07, + "M": 7.247111352626234e-05, + "O": 2.6279103622073308e-05, + "W": 1.7059899164451053e-06, + "N": 9.768039490154479e-06, + "Y": 0.0003644741955213249, + "U": 2.8995836487411e-07, + "K": 9.479977052251343e-06, + "L": 2.3709956167294877e-06, + "G": 0.0001340541784884408, + "F": 0.019952040165662766, + "E": 0.0006665278924629092, + "T": 0.0003691823803819716, + "P": 0.19079360365867615, + "-": 0.7875297665596008 + }, + "id": "tp_25118" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3139773, + "label": "P", + "classification": { + "B": 0.0004955748445354402, + "S": 2.151810440409463e-05, + "I": 0.031146680936217308, + "C": 0.0013014650903642178, + "R": 0.00012127847003284842, + "M": 0.003559558652341366, + "O": 0.0001539413642603904, + "W": 2.5578614440746605e-05, + "N": 0.001820142031647265, + "Y": 0.0038462996017187834, + "U": 3.980250039603561e-05, + "K": 2.927251989603974e-05, + "L": 0.00011530390474945307, + "G": 0.0022728233598172665, + "F": 0.0015421482967212796, + "E": 0.04037198796868324, + "T": 0.001227178960107267, + "P": 0.8215164542198181, + "-": 0.09039301425218582 + }, + "id": "tp_25119" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3139907, + "label": "-", + "classification": { + "B": 3.2426555662823375e-08, + "S": 1.1223044715791275e-08, + "I": 3.5753537304117344e-06, + "C": 1.8924346250059898e-06, + "R": 8.300207809952553e-08, + "M": 2.651087470439961e-06, + "O": 1.040061647472612e-06, + "W": 9.287989932715845e-09, + "N": 7.24206969948682e-08, + "Y": 1.4653121070296038e-05, + "U": 3.0046096721747517e-09, + "K": 2.367349649645689e-09, + "L": 6.705003130491605e-08, + "G": 1.659942790865898e-05, + "F": 0.0005735711893066764, + "E": 3.6982805795560125e-06, + "T": 2.2034353605704382e-05, + "P": 0.16261881589889526, + "-": 0.8367411494255066 + }, + "id": "tp_25120" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3140007, + "label": "-", + "classification": { + "B": 4.0806348522437474e-08, + "S": 4.400770947654564e-08, + "I": 5.956489621894434e-05, + "C": 4.67951122118393e-06, + "R": 5.198648409532325e-07, + "M": 4.087688921572408e-06, + "O": 2.0126133222220233e-06, + "W": 1.5993038005035487e-07, + "N": 2.0672730443038745e-06, + "Y": 0.00025350897340103984, + "U": 1.801442834903355e-07, + "K": 2.4217461032094434e-06, + "L": 1.0793036153700086e-07, + "G": 2.0722107365145348e-05, + "F": 0.0011567848268896341, + "E": 3.86909996450413e-05, + "T": 0.00011167982302140445, + "P": 0.17518213391304016, + "-": 0.8231605887413025 + }, + "id": "tp_25121" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3140140, + "label": "-", + "classification": { + "B": 4.238635220588094e-09, + "S": 2.5706465844876902e-09, + "I": 1.7065867723431438e-05, + "C": 7.590607538077165e-07, + "R": 3.21922684065612e-08, + "M": 1.5778402939758962e-06, + "O": 2.122793887338048e-07, + "W": 3.5396350295258117e-09, + "N": 1.2252372982857196e-07, + "Y": 3.414952880120836e-05, + "U": 4.347236792767717e-09, + "K": 5.366820765573266e-09, + "L": 1.860773224393597e-08, + "G": 6.092245712352451e-06, + "F": 0.0001578648661961779, + "E": 1.4197110431268811e-05, + "T": 2.8300964913796633e-05, + "P": 0.25462576746940613, + "-": 0.745113730430603 + }, + "id": "tp_25122" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3140274, + "label": "-", + "classification": { + "B": 2.6429956051288173e-05, + "S": 5.523551953956485e-05, + "I": 0.001543945400044322, + "C": 0.0006208466948010027, + "R": 0.00018402836576569825, + "M": 0.0012892276281490922, + "O": 0.0005322828073985875, + "W": 4.8043395509012043e-05, + "N": 0.00019428688392508775, + "Y": 0.005291223991662264, + "U": 2.2062846255721524e-05, + "K": 6.482825119746849e-05, + "L": 8.311246347147971e-05, + "G": 0.0018760914681479335, + "F": 0.011767479591071606, + "E": 0.0014192720409482718, + "T": 0.003536658361554146, + "P": 0.15197168290615082, + "-": 0.8194732069969177 + }, + "id": "tp_25123" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3140407, + "label": "-", + "classification": { + "B": 3.195054523530416e-05, + "S": 1.4255302630772348e-05, + "I": 0.0002552680380176753, + "C": 0.00018610007828101516, + "R": 3.406025643926114e-05, + "M": 0.0007717736880294979, + "O": 0.00015001039719209075, + "W": 1.0330491022614297e-05, + "N": 2.048037276836112e-05, + "Y": 0.0023255757987499237, + "U": 4.799714588443749e-06, + "K": 1.0392269359726924e-05, + "L": 4.634938159142621e-05, + "G": 0.0008531174389645457, + "F": 0.008779955096542835, + "E": 0.00040495008579455316, + "T": 0.0018871839856728911, + "P": 0.07510799914598465, + "-": 0.9091054797172546 + }, + "id": "tp_25124" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3140507, + "label": "-", + "classification": { + "B": 6.0373545238689985e-06, + "S": 1.4022076584296883e-06, + "I": 0.00012915291881654412, + "C": 3.2862222724361345e-05, + "R": 2.179377588618081e-06, + "M": 4.081778388353996e-05, + "O": 2.600387051643338e-05, + "W": 1.721271246424294e-06, + "N": 9.143883289652877e-06, + "Y": 0.00019739384879358113, + "U": 6.481711807282409e-07, + "K": 1.0512821972952224e-06, + "L": 4.990833986084908e-06, + "G": 0.00018952520622406155, + "F": 0.004619548097252846, + "E": 0.00017896256758831441, + "T": 0.00020801738719455898, + "P": 0.3302701711654663, + "-": 0.6640803217887878 + }, + "id": "tp_25125" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3140641, + "label": "P", + "classification": { + "B": 2.3798977011324496e-08, + "S": 2.0111626142238492e-08, + "I": 0.0002782719675451517, + "C": 5.906630917706934e-07, + "R": 3.8166106719472737e-08, + "M": 8.012657986000704e-07, + "O": 1.6251927092980623e-07, + "W": 1.2112905345418312e-08, + "N": 7.393924988718936e-06, + "Y": 1.3096543625579216e-05, + "U": 1.4373569889869486e-08, + "K": 2.406777070973476e-07, + "L": 1.1644957886858265e-08, + "G": 4.893438017461449e-06, + "F": 0.0001458880287827924, + "E": 0.00016044439689721912, + "T": 4.7001831262605265e-06, + "P": 0.9506515264511108, + "-": 0.04873194172978401 + }, + "id": "tp_25126" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3140774, + "label": "-", + "classification": { + "B": 0.0010948769049718976, + "S": 0.0003540092729963362, + "I": 0.009709243662655354, + "C": 0.0013028925750404596, + "R": 0.0003013300010934472, + "M": 0.0063438634388148785, + "O": 0.0014325287193059921, + "W": 0.00024229050904978067, + "N": 0.0012563070049509406, + "Y": 0.013284878805279732, + "U": 9.708798461360857e-05, + "K": 0.00042522637522779405, + "L": 0.00048378680367022753, + "G": 0.007574742194265127, + "F": 0.02287554182112217, + "E": 0.023967120796442032, + "T": 0.006053223740309477, + "P": 0.34077557921409607, + "-": 0.5624254941940308 + }, + "id": "tp_25127" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3140908, + "label": "P", + "classification": { + "B": 2.6487334707780974e-06, + "S": 1.5073846952873282e-06, + "I": 0.0015316754579544067, + "C": 3.2834377634571865e-06, + "R": 3.618378627834318e-07, + "M": 0.00012901131412945688, + "O": 6.161568308016285e-06, + "W": 5.078201184005593e-07, + "N": 5.922372656641528e-05, + "Y": 8.09290140750818e-05, + "U": 1.1624766216300486e-07, + "K": 6.780007424822543e-06, + "L": 1.0892515547311632e-06, + "G": 0.00015886983601376414, + "F": 0.003258903743699193, + "E": 0.012072897516191006, + "T": 8.044454443734139e-05, + "P": 0.85072922706604, + "-": 0.13187627494335175 + }, + "id": "tp_25128" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3141008, + "label": "P", + "classification": { + "B": 1.1035892839572625e-06, + "S": 4.190054880837124e-07, + "I": 0.0016079541528597474, + "C": 1.1880916645168327e-05, + "R": 1.5114471807464724e-06, + "M": 4.085469481651671e-05, + "O": 4.074704975209897e-06, + "W": 1.6278004011383018e-07, + "N": 4.2986001062672585e-05, + "Y": 0.0002703753998503089, + "U": 2.686600737433764e-07, + "K": 2.9541577077907277e-06, + "L": 7.425997523569094e-07, + "G": 0.00019064240041188896, + "F": 0.0011598813580349088, + "E": 0.0016988596180453897, + "T": 0.0001858684845501557, + "P": 0.8088976740837097, + "-": 0.18588177859783173 + }, + "id": "tp_25129" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3141141, + "label": "P", + "classification": { + "B": 2.3013794248072372e-07, + "S": 1.597936432062852e-07, + "I": 0.00028309275512583554, + "C": 1.8180720928739902e-07, + "R": 1.4381509316763186e-08, + "M": 1.4160610817270936e-06, + "O": 1.800148083930253e-07, + "W": 3.484398547470846e-08, + "N": 4.183893543086015e-05, + "Y": 2.4267237677122466e-06, + "U": 1.002490890300578e-08, + "K": 4.6494727712342865e-07, + "L": 5.667926128438694e-09, + "G": 1.4028373698238283e-06, + "F": 2.4892911824281327e-05, + "E": 0.000774980173446238, + "T": 2.0254196897440124e-06, + "P": 0.9958325028419495, + "-": 0.0030340775847434998 + }, + "id": "tp_25130" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3141275, + "label": "-", + "classification": { + "B": 1.9125976905343123e-05, + "S": 2.778819361992646e-05, + "I": 0.00011491071927594021, + "C": 0.00021743096294812858, + "R": 4.1612824134062976e-05, + "M": 0.001184077002108097, + "O": 0.0003523979103192687, + "W": 1.6371770470868796e-05, + "N": 9.652218068367802e-06, + "Y": 0.0025677205994725227, + "U": 1.1572761877687299e-06, + "K": 6.380377271852922e-06, + "L": 0.00012623314978554845, + "G": 0.002634320640936494, + "F": 0.042511723935604095, + "E": 0.0004228268808219582, + "T": 0.0018220226047560573, + "P": 0.03673911467194557, + "-": 0.9111851453781128 + }, + "id": "tp_25131" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3141408, + "label": "P", + "classification": { + "B": 8.142708975356072e-05, + "S": 7.628648017998785e-05, + "I": 0.007318084593862295, + "C": 0.0005014188354834914, + "R": 5.057591260992922e-05, + "M": 0.0008458542870357633, + "O": 0.00026583706494420767, + "W": 6.180802301969379e-05, + "N": 0.0013911682181060314, + "Y": 0.0026138415560126305, + "U": 5.901307304156944e-05, + "K": 0.0003136534942314029, + "L": 5.561271609622054e-05, + "G": 0.0009058721479959786, + "F": 0.0069641247391700745, + "E": 0.01543799601495266, + "T": 0.0020064646378159523, + "P": 0.6297433376312256, + "-": 0.33130770921707153 + }, + "id": "tp_25132" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3141508, + "label": "-", + "classification": { + "B": 1.626353594019747e-07, + "S": 4.444399337444338e-07, + "I": 0.00034580077044665813, + "C": 2.691033478186e-05, + "R": 2.6966224595526e-06, + "M": 6.631381984334439e-05, + "O": 8.60583531903103e-06, + "W": 3.5966004929832707e-07, + "N": 1.6332438462995924e-05, + "Y": 0.0012560747563838959, + "U": 2.728402819229814e-07, + "K": 2.6591747882775962e-05, + "L": 8.990751325654855e-07, + "G": 0.00046794291120022535, + "F": 0.011085144244134426, + "E": 0.0008067144080996513, + "T": 0.0004424278740771115, + "P": 0.23501180112361908, + "-": 0.750434398651123 + }, + "id": "tp_25133" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3141642, + "label": "-", + "classification": { + "B": 0.00018885503232013434, + "S": 0.0001240474230144173, + "I": 0.007883122190833092, + "C": 0.00215540430508554, + "R": 0.0005036028451286256, + "M": 0.0016216208459809422, + "O": 0.0008158556884154677, + "W": 0.00021679092606063932, + "N": 0.0013072483707219362, + "Y": 0.014647236093878746, + "U": 0.00016914524894673377, + "K": 0.002264762995764613, + "L": 0.00017664201732259244, + "G": 0.0063119432888925076, + "F": 0.0302980188280344, + "E": 0.012184247374534607, + "T": 0.0042164260521531105, + "P": 0.31207120418548584, + "-": 0.6028438210487366 + }, + "id": "tp_25134" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3141775, + "label": "P", + "classification": { + "B": 1.9981744117103517e-06, + "S": 3.855940576613648e-06, + "I": 0.0033494653180241585, + "C": 0.00011159115092596039, + "R": 1.7094722352339886e-05, + "M": 0.00013979990035295486, + "O": 3.245481275371276e-05, + "W": 3.80614324058115e-06, + "N": 0.00014185416512191296, + "Y": 0.0021373622585088015, + "U": 9.389257229486248e-07, + "K": 3.390437996131368e-05, + "L": 6.583353297173744e-06, + "G": 0.0012455506948754191, + "F": 0.020610112696886063, + "E": 0.003074077656492591, + "T": 0.0005049905157648027, + "P": 0.5476314425468445, + "-": 0.42095309495925903 + }, + "id": "tp_25135" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3141875, + "label": "-", + "classification": { + "B": 1.8761859621463373e-07, + "S": 1.4365872402777313e-07, + "I": 0.0006269366131164134, + "C": 6.219800707185641e-05, + "R": 1.3299292731971946e-05, + "M": 6.072799442335963e-05, + "O": 9.399776899954304e-06, + "W": 8.668167765790713e-07, + "N": 1.6133157259901054e-05, + "Y": 0.001651295693591237, + "U": 9.994483889386174e-07, + "K": 2.6568859539111145e-05, + "L": 1.3211605391916237e-06, + "G": 0.00017354408919345587, + "F": 0.0040793889202177525, + "E": 0.0004889562842436135, + "T": 0.00048112630611285567, + "P": 0.18118467926979065, + "-": 0.8111221790313721 + }, + "id": "tp_25136" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3142009, + "label": "-", + "classification": { + "B": 3.433091114857234e-05, + "S": 2.6927167709800415e-05, + "I": 0.0006182113429531455, + "C": 0.0001648378965910524, + "R": 2.6425042960909195e-05, + "M": 0.0004360741877462715, + "O": 0.00027762819081544876, + "W": 3.0258463084464893e-05, + "N": 0.00010295910760760307, + "Y": 0.0017248950898647308, + "U": 1.735980731609743e-05, + "K": 9.211985161527991e-05, + "L": 4.303659443394281e-05, + "G": 0.0008218680741265416, + "F": 0.014029973186552525, + "E": 0.0010385647183284163, + "T": 0.0016135229961946607, + "P": 0.197193443775177, + "-": 0.7817075252532959 + }, + "id": "tp_25137" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3142142, + "label": "-", + "classification": { + "B": 2.0754256183863617e-05, + "S": 0.00036473709042184055, + "I": 8.898266969481483e-05, + "C": 6.951755494810641e-05, + "R": 1.6644322386127897e-05, + "M": 0.0004390787798911333, + "O": 0.0003570638655219227, + "W": 7.204950816230848e-05, + "N": 5.4632750106975436e-05, + "Y": 0.0035632995422929525, + "U": 1.0293279046891257e-06, + "K": 0.0008407530840486288, + "L": 3.983595524914563e-05, + "G": 0.004064726643264294, + "F": 0.40424075722694397, + "E": 0.0035493415780365467, + "T": 0.00198146840557456, + "P": 0.06424310803413391, + "-": 0.5159922242164612 + }, + "id": "tp_25138" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3142276, + "label": "-", + "classification": { + "B": 0.010250333696603775, + "S": 0.008828016929328442, + "I": 0.055117156356573105, + "C": 0.012668530456721783, + "R": 0.005649986211210489, + "M": 0.030812963843345642, + "O": 0.01730731874704361, + "W": 0.006790542043745518, + "N": 0.015895802527666092, + "Y": 0.054537538439035416, + "U": 0.0023143047001212835, + "K": 0.0072034490294754505, + "L": 0.00789128988981247, + "G": 0.04860824719071388, + "F": 0.06531712412834167, + "E": 0.04614788666367531, + "T": 0.03494393825531006, + "P": 0.21085132658481598, + "-": 0.3588641881942749 + }, + "id": "tp_25139" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3142376, + "label": "-", + "classification": { + "B": 3.074366395594552e-05, + "S": 8.848632569424808e-05, + "I": 0.001819566823542118, + "C": 0.0012746509164571762, + "R": 0.0005212924443185329, + "M": 0.002117851981893182, + "O": 0.0014539413386955857, + "W": 0.00010141660459339619, + "N": 0.0002488400205038488, + "Y": 0.011111121624708176, + "U": 6.937374564586207e-05, + "K": 0.0001425701193511486, + "L": 0.00039085137541405857, + "G": 0.004996269941329956, + "F": 0.02505401335656643, + "E": 0.0008005109266377985, + "T": 0.009693700820207596, + "P": 0.07271023094654083, + "-": 0.86737459897995 + }, + "id": "tp_25140" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3142509, + "label": "-", + "classification": { + "B": 4.134308824177424e-07, + "S": 2.0813050127799215e-07, + "I": 0.00012925390910822898, + "C": 1.9297413018648513e-05, + "R": 1.3560764955400373e-06, + "M": 5.026602229918353e-05, + "O": 9.133351341006346e-06, + "W": 3.689706034037954e-07, + "N": 5.676216005667811e-06, + "Y": 0.00030408933525905013, + "U": 2.1299059937973652e-07, + "K": 1.0454222092448617e-06, + "L": 1.2431886489139288e-06, + "G": 0.00010644321446307003, + "F": 0.0028106532990932465, + "E": 0.0002715978480409831, + "T": 0.00017699379532132298, + "P": 0.20178936421871185, + "-": 0.7943224310874939 + }, + "id": "tp_25141" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3142643, + "label": "-", + "classification": { + "B": 0.00019477600289974362, + "S": 7.469508273061365e-05, + "I": 0.00023803561634849757, + "C": 0.0024282378144562244, + "R": 0.0004028774856124073, + "M": 0.005191476549953222, + "O": 0.0006878012209199369, + "W": 2.1026642571086995e-05, + "N": 1.84218351932941e-05, + "Y": 0.01291802991181612, + "U": 5.186740054341499e-06, + "K": 1.029210034175776e-05, + "L": 0.0010608861921355128, + "G": 0.018399037420749664, + "F": 0.05123693495988846, + "E": 0.0011660171439871192, + "T": 0.00526253180578351, + "P": 0.027950724586844444, + "-": 0.8727328777313232 + }, + "id": "tp_25142" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3142776, + "label": "-", + "classification": { + "B": 1.8859152987715788e-05, + "S": 1.1494009413581807e-05, + "I": 0.0003795389784500003, + "C": 0.00010030966950580478, + "R": 1.498206711403327e-05, + "M": 0.0002507302851881832, + "O": 0.00013876095181331038, + "W": 8.00593443273101e-06, + "N": 4.350661765784025e-05, + "Y": 0.001237889751791954, + "U": 6.584811217180686e-06, + "K": 1.5196810636552982e-05, + "L": 2.6006478947238065e-05, + "G": 0.000760171446017921, + "F": 0.009437976405024529, + "E": 0.0006536210421472788, + "T": 0.0015504658222198486, + "P": 0.2124558687210083, + "-": 0.7728899121284485 + }, + "id": "tp_25143" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3142876, + "label": "P", + "classification": { + "B": 0.0012943872716277838, + "S": 0.00043408304918557405, + "I": 0.018619682639837265, + "C": 0.001537727890536189, + "R": 0.0005325152887962759, + "M": 0.00604149280115962, + "O": 0.0014907864388078451, + "W": 0.0003036496345885098, + "N": 0.0020388299599289894, + "Y": 0.012271895073354244, + "U": 0.00014861737145110965, + "K": 0.00030948020867072046, + "L": 0.0007325996411964297, + "G": 0.008190448395907879, + "F": 0.026321932673454285, + "E": 0.021464793011546135, + "T": 0.00525709567591548, + "P": 0.49791890382766724, + "-": 0.39509108662605286 + }, + "id": "tp_25144" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3143010, + "label": "-", + "classification": { + "B": 2.445237345938267e-10, + "S": 1.1862305582255317e-09, + "I": 1.0504817282708245e-06, + "C": 2.7553267045732355e-07, + "R": 2.026834700075142e-08, + "M": 3.5699451927939663e-07, + "O": 1.161576292929567e-07, + "W": 1.3776271234888782e-09, + "N": 2.0204197426210158e-08, + "Y": 4.503985110204667e-05, + "U": 4.248457974309616e-10, + "K": 1.6441788375232136e-08, + "L": 2.1636317182327502e-09, + "G": 2.5763731628103415e-06, + "F": 0.00040478038135915995, + "E": 8.759100182942348e-07, + "T": 9.932713510352187e-06, + "P": 0.03168976679444313, + "-": 0.9678452610969543 + }, + "id": "tp_25145" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3143143, + "label": "P", + "classification": { + "B": 7.815900175955903e-07, + "S": 7.402352366625564e-07, + "I": 0.0011736787855625153, + "C": 2.2316606191452593e-05, + "R": 2.479379418218741e-06, + "M": 5.0329439545748755e-05, + "O": 1.1368516425136477e-05, + "W": 9.346908314000757e-07, + "N": 0.0001099260407499969, + "Y": 0.0008535418310202658, + "U": 7.920008897599473e-07, + "K": 0.00017014543118420988, + "L": 6.086976895858243e-07, + "G": 0.0004746111517306417, + "F": 0.00496015464887023, + "E": 0.009205917827785015, + "T": 0.0002873138291761279, + "P": 0.597141444683075, + "-": 0.38553300499916077 + }, + "id": "tp_25146" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3143277, + "label": "P", + "classification": { + "B": 1.153984612756176e-05, + "S": 2.537319960538298e-05, + "I": 0.002295498037710786, + "C": 0.00016670275363139808, + "R": 3.314456625957973e-05, + "M": 0.0001203451247420162, + "O": 0.00013805192429572344, + "W": 2.1652984287356958e-05, + "N": 0.00045120023423805833, + "Y": 0.0006911610835231841, + "U": 1.8879043636843562e-05, + "K": 0.00022149701544549316, + "L": 1.1336747775203548e-05, + "G": 0.0004977486678399146, + "F": 0.01039113849401474, + "E": 0.0019329605856910348, + "T": 0.0009386133751831949, + "P": 0.5119802355766296, + "-": 0.47005295753479004 + }, + "id": "tp_25147" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3143377, + "label": "P", + "classification": { + "B": 6.236566605366534e-07, + "S": 3.8971126059550443e-07, + "I": 5.417218926595524e-05, + "C": 1.1689392067637527e-06, + "R": 1.2214300681989698e-07, + "M": 2.766189027170185e-06, + "O": 2.1051023395557422e-06, + "W": 2.3607219645782607e-07, + "N": 8.182826604752336e-06, + "Y": 8.59393367136363e-06, + "U": 5.455649088048631e-08, + "K": 6.025245511409594e-07, + "L": 1.0593909394174261e-07, + "G": 1.757637073751539e-05, + "F": 0.0009919339790940285, + "E": 0.0002461632539052516, + "T": 2.4861037672962993e-05, + "P": 0.8504912853240967, + "-": 0.14814898371696472 + }, + "id": "tp_25148" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3143510, + "label": "P", + "classification": { + "B": 0.001270627835765481, + "S": 0.0012173268478363752, + "I": 0.09400972723960876, + "C": 0.008057856932282448, + "R": 0.002455241046845913, + "M": 0.00790085457265377, + "O": 0.0024029535707086325, + "W": 0.0010189568856731057, + "N": 0.020333396270871162, + "Y": 0.016738060861825943, + "U": 0.0006420767749659717, + "K": 0.00596128823235631, + "L": 0.0010072888107970357, + "G": 0.017606616020202637, + "F": 0.035814318805933, + "E": 0.07411690801382065, + "T": 0.00870887003839016, + "P": 0.5627697706222534, + "-": 0.1379677951335907 + }, + "id": "tp_25149" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3143644, + "label": "-", + "classification": { + "B": 5.7190693041775376e-05, + "S": 8.076156518654898e-05, + "I": 0.0018167662201449275, + "C": 0.0032223963644355536, + "R": 0.0005640404997393489, + "M": 0.0018187519162893295, + "O": 0.0006017935811541975, + "W": 9.762629633769393e-05, + "N": 0.00024660889175720513, + "Y": 0.009340283460915089, + "U": 4.9791353376349434e-05, + "K": 0.0004934250027872622, + "L": 0.00015844740846659988, + "G": 0.005367552861571312, + "F": 0.045238349586725235, + "E": 0.0035104367416352034, + "T": 0.004169233608990908, + "P": 0.0967109277844429, + "-": 0.8264555931091309 + }, + "id": "tp_25150" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3143777, + "label": "-", + "classification": { + "B": 9.721048263600096e-05, + "S": 0.00031879672314971685, + "I": 0.0020926857832819223, + "C": 0.0009774394566193223, + "R": 0.00030351639725267887, + "M": 0.0018022040603682399, + "O": 0.0008261788170784712, + "W": 0.0001432436692994088, + "N": 0.0004062910156790167, + "Y": 0.0062985969707369804, + "U": 4.5456694351742044e-05, + "K": 0.00026263183099217713, + "L": 0.00016810151282697916, + "G": 0.0019437909359112382, + "F": 0.05732822045683861, + "E": 0.002489653183147311, + "T": 0.0036000211257487535, + "P": 0.2199305295944214, + "-": 0.7009653449058533 + }, + "id": "tp_25151" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3143877, + "label": "-", + "classification": { + "B": 0.00021619870676659048, + "S": 0.001236284733749926, + "I": 0.010046498849987984, + "C": 0.0026486923452466726, + "R": 0.000812321319244802, + "M": 0.003141604596748948, + "O": 0.0016454458236694336, + "W": 0.0005700582405552268, + "N": 0.003747713053599, + "Y": 0.008875448256731033, + "U": 0.0003044719633180648, + "K": 0.0022354191169142723, + "L": 0.0004289062926545739, + "G": 0.0038551294710487127, + "F": 0.06724679470062256, + "E": 0.011093114502727985, + "T": 0.009958923794329166, + "P": 0.42523303627967834, + "-": 0.4467039406299591 + }, + "id": "tp_25152" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3144011, + "label": "-", + "classification": { + "B": 7.983912553299888e-08, + "S": 4.817937906409497e-07, + "I": 1.2420667871992919e-06, + "C": 9.967731102733524e-07, + "R": 9.06352184415482e-08, + "M": 7.031380391708808e-06, + "O": 2.8776096314686583e-06, + "W": 1.0651883286527664e-07, + "N": 3.5713128454517573e-07, + "Y": 0.0003185314708389342, + "U": 7.393773593378228e-09, + "K": 0.00010478120384505019, + "L": 5.735480002044824e-08, + "G": 0.00016374264669138938, + "F": 0.0361487939953804, + "E": 0.0002682373160496354, + "T": 8.752084249863401e-05, + "P": 0.02170824073255062, + "-": 0.9411868453025818 + }, + "id": "tp_25153" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3144144, + "label": "P", + "classification": { + "B": 1.1960232804142379e-08, + "S": 3.5315830260174152e-09, + "I": 1.3092330846120603e-05, + "C": 5.40828644091107e-08, + "R": 2.049032943318707e-09, + "M": 3.074493690746749e-07, + "O": 6.981910161130145e-08, + "W": 5.539495528950056e-09, + "N": 5.839730192747083e-07, + "Y": 3.509399448375916e-06, + "U": 2.5217141708111512e-09, + "K": 2.957551998861163e-07, + "L": 1.1774419217402965e-09, + "G": 1.1672450455080252e-06, + "F": 0.00023100568796508014, + "E": 0.00011400961375329643, + "T": 2.4343512450286653e-06, + "P": 0.8820438981056213, + "-": 0.11758958548307419 + }, + "id": "tp_25154" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3144278, + "label": "-", + "classification": { + "B": 8.551045539206825e-06, + "S": 2.238068736915011e-05, + "I": 0.0001627055462449789, + "C": 5.027696261095116e-06, + "R": 1.065737023964175e-06, + "M": 0.00013303292507771403, + "O": 7.878926408011466e-05, + "W": 8.083986358542461e-06, + "N": 3.408129850868136e-05, + "Y": 0.00041808743844740093, + "U": 1.3900374824515893e-06, + "K": 0.00016244026483036578, + "L": 2.8685578854492633e-06, + "G": 0.0003084923082496971, + "F": 0.01594453677535057, + "E": 0.0015564061468467116, + "T": 0.0005540364654734731, + "P": 0.17474913597106934, + "-": 0.8058489561080933 + }, + "id": "tp_25155" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3144378, + "label": "-", + "classification": { + "B": 7.904486119514331e-05, + "S": 0.00020391916041262448, + "I": 0.0025777218397706747, + "C": 0.0018527510110288858, + "R": 0.0002527610049583018, + "M": 0.002288106130436063, + "O": 0.0007477792678400874, + "W": 0.00010892773570958525, + "N": 0.0005833610193803906, + "Y": 0.013182285241782665, + "U": 2.624890475999564e-05, + "K": 0.0013818898005411029, + "L": 0.00024712533922865987, + "G": 0.014062956906855106, + "F": 0.18122731149196625, + "E": 0.015720855444669724, + "T": 0.004435831680893898, + "P": 0.17754799127578735, + "-": 0.5834732055664062 + }, + "id": "tp_25156" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3144511, + "label": "-", + "classification": { + "B": 1.839951437432319e-05, + "S": 2.3667658751946874e-05, + "I": 0.0005776890902779996, + "C": 9.867752669379115e-05, + "R": 1.981594141398091e-05, + "M": 0.0008790537831373513, + "O": 0.00014929006283637136, + "W": 9.704169315227773e-06, + "N": 3.272893445682712e-05, + "Y": 0.0010627523297443986, + "U": 4.114415332878707e-06, + "K": 6.091882096370682e-05, + "L": 4.205124787404202e-05, + "G": 0.0009980258764699101, + "F": 0.025974920019507408, + "E": 0.0008604866452515125, + "T": 0.0016169499140232801, + "P": 0.0622481144964695, + "-": 0.9053226113319397 + }, + "id": "tp_25157" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3144645, + "label": "P", + "classification": { + "B": 2.988366077261162e-06, + "S": 2.2144754439068493e-06, + "I": 0.0027534004766494036, + "C": 0.00014544202713295817, + "R": 1.3816759746987373e-05, + "M": 0.00012954857083968818, + "O": 2.6980509574059397e-05, + "W": 5.025950940762414e-06, + "N": 0.00016110192518681288, + "Y": 0.000539015862159431, + "U": 3.922308223991422e-06, + "K": 6.710464367642999e-05, + "L": 4.15293743571965e-06, + "G": 0.0003958691086154431, + "F": 0.00649359030649066, + "E": 0.0038496500346809626, + "T": 0.0002742090728133917, + "P": 0.6539345383644104, + "-": 0.3311974108219147 + }, + "id": "tp_25158" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3144778, + "label": "-", + "classification": { + "B": 4.487769183469936e-05, + "S": 2.662472616066225e-05, + "I": 6.963670602999628e-05, + "C": 3.0243470519053517e-06, + "R": 9.058887258106552e-07, + "M": 7.936464680824429e-05, + "O": 0.0001267874613404274, + "W": 9.795072401175275e-06, + "N": 1.1023403203580528e-05, + "Y": 0.0001741900050546974, + "U": 5.531389888346894e-07, + "K": 3.6849198750132928e-06, + "L": 8.44107853481546e-06, + "G": 0.0001391918194713071, + "F": 0.006439771968871355, + "E": 0.00018003451987169683, + "T": 0.0003189292619936168, + "P": 0.191176638007164, + "-": 0.8011866211891174 + }, + "id": "tp_25159" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3144878, + "label": "P", + "classification": { + "B": 5.923552453168668e-05, + "S": 8.952429925557226e-05, + "I": 0.0032278625294566154, + "C": 0.0004583082627505064, + "R": 5.4129490308696404e-05, + "M": 0.0005839591030962765, + "O": 0.00022742536384612322, + "W": 5.672359839081764e-05, + "N": 0.0006246750126592815, + "Y": 0.0014173558447510004, + "U": 4.3650717998389155e-05, + "K": 0.00036217443994246423, + "L": 3.857382762362249e-05, + "G": 0.0008986427565105259, + "F": 0.01765553653240204, + "E": 0.006800933741033077, + "T": 0.0013065191451460123, + "P": 0.5909469723701477, + "-": 0.3751477599143982 + }, + "id": "tp_25160" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3145012, + "label": "-", + "classification": { + "B": 5.273912816877724e-12, + "S": 1.428012430526593e-10, + "I": 1.2593192266763253e-08, + "C": 1.0578578013564766e-07, + "R": 1.2669831406242338e-08, + "M": 7.364739218473915e-08, + "O": 5.607459385714719e-08, + "W": 1.7819185016421102e-10, + "N": 1.73283928872614e-10, + "Y": 1.8080294466926716e-05, + "U": 2.496877357649474e-11, + "K": 2.40408443152873e-10, + "L": 1.7127793627835786e-09, + "G": 4.0045384253062366e-07, + "F": 0.00021896936232224107, + "E": 5.964633675858977e-09, + "T": 4.727817213279195e-06, + "P": 0.0006271800957620144, + "-": 0.9991304278373718 + }, + "id": "tp_25161" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3145145, + "label": "-", + "classification": { + "B": 9.43608392844908e-05, + "S": 0.00012331915786489844, + "I": 0.0025710342451930046, + "C": 0.001467786729335785, + "R": 0.0003212589945178479, + "M": 0.002356666838750243, + "O": 0.0005672924453392625, + "W": 0.00010664467845344916, + "N": 0.00038680669968016446, + "Y": 0.013192297890782356, + "U": 5.777080514235422e-05, + "K": 0.0011948851170018315, + "L": 0.0002225998614449054, + "G": 0.008758693933486938, + "F": 0.09722171723842621, + "E": 0.012019974179565907, + "T": 0.004304744303226471, + "P": 0.13458560407161713, + "-": 0.7204464673995972 + }, + "id": "tp_25162" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3145279, + "label": "-", + "classification": { + "B": 2.262319321744144e-05, + "S": 4.2315940618209424e-07, + "I": 6.747168663423508e-05, + "C": 6.909534931764938e-06, + "R": 4.6351209448403097e-07, + "M": 1.9768087440752424e-05, + "O": 1.3779503206023946e-05, + "W": 9.61868522608711e-07, + "N": 3.7313268421712564e-06, + "Y": 0.0001156571670435369, + "U": 4.98718236485729e-07, + "K": 3.6437384665077843e-07, + "L": 3.1487004434893606e-06, + "G": 0.00010298982670065016, + "F": 0.0010322242742404342, + "E": 0.000434513611253351, + "T": 8.097234967863187e-05, + "P": 0.42010071873664856, + "-": 0.577992856502533 + }, + "id": "tp_25163" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3145379, + "label": "P", + "classification": { + "B": 0.00013103803212288767, + "S": 7.671477760595735e-06, + "I": 0.0002655592397786677, + "C": 9.043589670909569e-06, + "R": 4.4256830733502284e-07, + "M": 0.0007805202039889991, + "O": 2.2939875634619966e-05, + "W": 1.067186417458288e-06, + "N": 9.866976142802741e-06, + "Y": 0.00015643869119230658, + "U": 3.0778743109749485e-08, + "K": 5.965787295281189e-07, + "L": 8.28287738841027e-06, + "G": 0.002427295781672001, + "F": 0.010095914825797081, + "E": 0.023916585370898247, + "T": 0.00014930401812307537, + "P": 0.4993138313293457, + "-": 0.4627036452293396 + }, + "id": "tp_25164" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3145512, + "label": "P", + "classification": { + "B": 0.00038012032746337354, + "S": 0.0006969829555600882, + "I": 0.007973809726536274, + "C": 0.000906040018890053, + "R": 0.00023064766719471663, + "M": 0.0035827828105539083, + "O": 0.0013862509513273835, + "W": 0.0005063852295279503, + "N": 0.0035373361315578222, + "Y": 0.005648007616400719, + "U": 0.00015863229054957628, + "K": 0.00456380657851696, + "L": 0.0002349882706766948, + "G": 0.0039679184556007385, + "F": 0.05419081076979637, + "E": 0.04168567433953285, + "T": 0.005879931151866913, + "P": 0.494000107049942, + "-": 0.370469868183136 + }, + "id": "tp_25165" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3145646, + "label": "-", + "classification": { + "B": 1.0055312486656476e-05, + "S": 4.4249747588764876e-05, + "I": 0.0009237619233317673, + "C": 0.0013728721532970667, + "R": 0.00017399665375705808, + "M": 0.0005291430279612541, + "O": 0.0004034379671793431, + "W": 6.585601659025997e-05, + "N": 0.00029107736190780997, + "Y": 0.004568814300000668, + "U": 4.036723476019688e-05, + "K": 0.0016631402540951967, + "L": 5.8163695939583704e-05, + "G": 0.0025912546552717686, + "F": 0.08741708099842072, + "E": 0.00395941874012351, + "T": 0.0021397678647190332, + "P": 0.17303569614887238, + "-": 0.7207117676734924 + }, + "id": "tp_25166" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3145779, + "label": "-", + "classification": { + "B": 2.642103993366618e-07, + "S": 4.884813051830861e-07, + "I": 0.00031955764279700816, + "C": 1.3100750038574915e-05, + "R": 2.303178007423412e-06, + "M": 2.8708065656246617e-05, + "O": 8.359034836757928e-06, + "W": 3.418703329316486e-07, + "N": 1.3312234841578174e-05, + "Y": 0.0004985073464922607, + "U": 3.225165130515961e-07, + "K": 4.813017540072906e-07, + "L": 8.243621323344996e-07, + "G": 5.513034193427302e-05, + "F": 0.0006681286613456905, + "E": 8.562958100810647e-05, + "T": 0.00042835986823774874, + "P": 0.44495150446891785, + "-": 0.5529246926307678 + }, + "id": "tp_25167" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3145879, + "label": "P", + "classification": { + "B": 9.077603380092114e-08, + "S": 1.6949526582266117e-07, + "I": 0.0006679125363007188, + "C": 3.7670049550797557e-06, + "R": 4.131325681555609e-07, + "M": 3.4830432014132384e-06, + "O": 1.2220569942655857e-06, + "W": 1.3386446084950876e-07, + "N": 2.9322207410586998e-05, + "Y": 4.8800789954839274e-05, + "U": 9.57499395326522e-08, + "K": 1.485871621298429e-06, + "L": 6.888431869356282e-08, + "G": 8.041843102546409e-06, + "F": 0.0003581485361792147, + "E": 0.00023072832846082747, + "T": 3.009288957400713e-05, + "P": 0.8840770721435547, + "-": 0.1145390197634697 + }, + "id": "tp_25168" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3146013, + "label": "-", + "classification": { + "B": 1.2156769116700161e-05, + "S": 1.7183223462780006e-05, + "I": 0.0013897813623771071, + "C": 0.00013417009904514998, + "R": 2.849430347851012e-05, + "M": 0.00023061191313900054, + "O": 0.00011721422197297215, + "W": 1.1992563486273866e-05, + "N": 0.00018630764679983258, + "Y": 0.00242194184102118, + "U": 6.976093573030084e-06, + "K": 0.00010566220589680597, + "L": 1.8453254597261548e-05, + "G": 0.0010810140520334244, + "F": 0.022080127149820328, + "E": 0.001259170938283205, + "T": 0.0014890758320689201, + "P": 0.3963164687156677, + "-": 0.5730932950973511 + }, + "id": "tp_25169" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3146146, + "label": "-", + "classification": { + "B": 2.1623916836688295e-05, + "S": 1.5196749700407963e-05, + "I": 0.0005708305980078876, + "C": 4.7725050535518676e-05, + "R": 1.19878104669624e-05, + "M": 0.0003768551105167717, + "O": 0.0001613994245417416, + "W": 8.061409971560352e-06, + "N": 3.655836917459965e-05, + "Y": 0.000947853724937886, + "U": 2.5575373001629487e-06, + "K": 2.19021399061603e-06, + "L": 3.4875258279498667e-05, + "G": 0.0006380975246429443, + "F": 0.004870843607932329, + "E": 0.0007568340515717864, + "T": 0.0014159918064251542, + "P": 0.24887731671333313, + "-": 0.741203248500824 + }, + "id": "tp_25170" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3146280, + "label": "-", + "classification": { + "B": 9.068688996194396e-06, + "S": 1.1549611372174695e-05, + "I": 0.00017941788246389478, + "C": 2.6872017770074308e-05, + "R": 2.7565824893827084e-06, + "M": 0.00011985662422375754, + "O": 5.2224138926249e-05, + "W": 7.1511494752485305e-06, + "N": 3.0314964533317834e-05, + "Y": 0.000538271851837635, + "U": 2.0244110601197463e-06, + "K": 6.812045467086136e-05, + "L": 4.685532985604368e-06, + "G": 0.0003156825841870159, + "F": 0.011804918758571148, + "E": 0.0013301821891218424, + "T": 0.0003790782066062093, + "P": 0.2627739906311035, + "-": 0.722343921661377 + }, + "id": "tp_25171" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3146380, + "label": "P", + "classification": { + "B": 5.665174640512305e-08, + "S": 2.1387422943774936e-09, + "I": 0.00012841870193369687, + "C": 1.3016835964663187e-06, + "R": 4.571533551711582e-08, + "M": 1.5496842706852476e-06, + "O": 1.967048319784226e-07, + "W": 7.4646457903782e-09, + "N": 1.8550689446783508e-06, + "Y": 3.0399172828765586e-05, + "U": 1.2598975196453921e-08, + "K": 4.269704945158992e-08, + "L": 7.887350328417142e-09, + "G": 5.188607246964239e-06, + "F": 2.4336435672012158e-05, + "E": 0.00011382759112166241, + "T": 1.4796367395319976e-05, + "P": 0.8178226947784424, + "-": 0.18185530602931976 + }, + "id": "tp_25172" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3146513, + "label": "-", + "classification": { + "B": 1.7191799997817725e-05, + "S": 1.4002797797729727e-05, + "I": 0.0003337599628139287, + "C": 1.8526046915212646e-05, + "R": 5.028542091167765e-06, + "M": 0.00019691979105118662, + "O": 0.00021834649669472128, + "W": 1.1433491636125837e-05, + "N": 3.603021104936488e-05, + "Y": 0.000526991265360266, + "U": 1.3916443322159466e-06, + "K": 1.0381373613199685e-05, + "L": 1.1923581951123197e-05, + "G": 0.0004224863077979535, + "F": 0.00456152344122529, + "E": 0.00040621552034281194, + "T": 0.0005483700078912079, + "P": 0.18835575878620148, + "-": 0.8043037056922913 + }, + "id": "tp_25173" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3146647, + "label": "-", + "classification": { + "B": 1.4552982975146733e-05, + "S": 8.592583981226198e-06, + "I": 0.0030186937656253576, + "C": 9.781183325685561e-05, + "R": 1.2453217095753644e-05, + "M": 0.00021984483464621007, + "O": 6.984685023780912e-05, + "W": 1.4282150004873984e-05, + "N": 0.0002988506748806685, + "Y": 0.0007328737992793322, + "U": 1.429767144145444e-05, + "K": 0.00024009183107409626, + "L": 9.108370250032749e-06, + "G": 0.0005963087896816432, + "F": 0.004556846339255571, + "E": 0.004382433369755745, + "T": 0.0008988186018541455, + "P": 0.49030935764312744, + "-": 0.4945049583911896 + }, + "id": "tp_25174" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3146780, + "label": "-", + "classification": { + "B": 7.666993951715995e-06, + "S": 4.771601379616186e-05, + "I": 0.00025749808992259204, + "C": 0.00015081465244293213, + "R": 4.531637750915252e-05, + "M": 0.0006466460763476789, + "O": 0.00030696712201461196, + "W": 2.0854609829257242e-05, + "N": 3.4205717383883893e-05, + "Y": 0.0033718550112098455, + "U": 3.6179344533593394e-06, + "K": 2.5227631340385415e-05, + "L": 4.4209456973476335e-05, + "G": 0.0011116997338831425, + "F": 0.027057893574237823, + "E": 0.00033104015165008605, + "T": 0.002673734212294221, + "P": 0.05833049863576889, + "-": 0.9055324196815491 + }, + "id": "tp_25175" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3146880, + "label": "P", + "classification": { + "B": 0.0001328870130237192, + "S": 3.4290675102965906e-05, + "I": 0.007179390173405409, + "C": 0.0005382211529649794, + "R": 8.626440103398636e-05, + "M": 0.0004932887386530638, + "O": 0.00015875806275289506, + "W": 4.9575195589568466e-05, + "N": 0.0009634142625145614, + "Y": 0.0019509426783770323, + "U": 4.633475327864289e-05, + "K": 0.0005853651673533022, + "L": 3.449889845796861e-05, + "G": 0.0019316101679578424, + "F": 0.011290362104773521, + "E": 0.01958862505853176, + "T": 0.0008627037168480456, + "P": 0.6968432068824768, + "-": 0.257230281829834 + }, + "id": "tp_25176" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3147014, + "label": "-", + "classification": { + "B": 2.826500065111759e-07, + "S": 1.844675381335037e-07, + "I": 0.00013812878751195967, + "C": 8.03575949248625e-06, + "R": 7.89709190485155e-07, + "M": 2.7950654839514755e-05, + "O": 6.726183528371621e-06, + "W": 2.2462687354618538e-07, + "N": 3.459784466031124e-06, + "Y": 0.0002091781934723258, + "U": 9.358689823102395e-08, + "K": 4.532336959073291e-07, + "L": 6.703120902784576e-07, + "G": 8.420934318564832e-05, + "F": 0.0016169935697689652, + "E": 0.00011022663966286927, + "T": 0.0001226410095114261, + "P": 0.25599968433380127, + "-": 0.7416701316833496 + }, + "id": "tp_25177" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3147147, + "label": "-", + "classification": { + "B": 5.9150568887389454e-08, + "S": 2.6778505457514257e-07, + "I": 2.1643789295922033e-05, + "C": 8.600827641203068e-06, + "R": 9.499502198195842e-07, + "M": 1.663148395891767e-05, + "O": 6.271178335737204e-06, + "W": 2.5573561401870393e-07, + "N": 1.0701519386202563e-06, + "Y": 0.00022745630121789873, + "U": 9.794932509521459e-08, + "K": 9.202317414747085e-07, + "L": 5.224763413025357e-07, + "G": 3.948359517380595e-05, + "F": 0.005511308554559946, + "E": 3.0272345611592755e-05, + "T": 0.00015037099365144968, + "P": 0.06684841215610504, + "-": 0.9271354079246521 + }, + "id": "tp_25178" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3147281, + "label": "P", + "classification": { + "B": 2.0972993297618814e-06, + "S": 1.1987433481408516e-06, + "I": 0.0008118684054352343, + "C": 1.85858370969072e-05, + "R": 4.711977794613631e-07, + "M": 3.129996912321076e-05, + "O": 2.535946805437561e-06, + "W": 7.157811978686368e-07, + "N": 0.00014911420294083655, + "Y": 4.2428899178048596e-05, + "U": 3.8023190995772893e-07, + "K": 1.1893165719811805e-05, + "L": 4.5600947373714007e-07, + "G": 0.00017620033759158105, + "F": 0.001832245965488255, + "E": 0.03598290681838989, + "T": 3.6885234294459224e-05, + "P": 0.9367699027061462, + "-": 0.024128710851073265 + }, + "id": "tp_25179" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3147381, + "label": "-", + "classification": { + "B": 1.6122997976708575e-06, + "S": 3.874107278534211e-06, + "I": 0.00020138858235441148, + "C": 8.180947588698473e-06, + "R": 1.92642664842424e-06, + "M": 5.267848609946668e-05, + "O": 2.1918358470429666e-05, + "W": 2.4276789645227836e-06, + "N": 2.210210914199706e-05, + "Y": 0.0009883661987259984, + "U": 9.635325568524422e-07, + "K": 3.679866495076567e-05, + "L": 2.0838579075643793e-06, + "G": 0.00017224348266609013, + "F": 0.012833479791879654, + "E": 0.0005346972029656172, + "T": 0.0005892878398299217, + "P": 0.22560110688209534, + "-": 0.7589248418807983 + }, + "id": "tp_25180" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3147514, + "label": "P", + "classification": { + "B": 2.5051870125025744e-06, + "S": 1.1286035714874743e-06, + "I": 0.0003709818993229419, + "C": 4.368923782749334e-06, + "R": 1.5890525162376434e-07, + "M": 8.880393579602242e-05, + "O": 5.416465228336165e-06, + "W": 4.142439991028368e-07, + "N": 9.987174962589052e-06, + "Y": 0.0005145730101503432, + "U": 1.5360456018242985e-08, + "K": 4.691396952694049e-06, + "L": 6.656018172179756e-07, + "G": 0.0006032534292899072, + "F": 0.017937732860445976, + "E": 0.02167510986328125, + "T": 6.4786960138008e-05, + "P": 0.5230661034584045, + "-": 0.43564924597740173 + }, + "id": "tp_25181" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3147648, + "label": "-", + "classification": { + "B": 4.296884696941561e-07, + "S": 6.95036987963249e-07, + "I": 2.5488763640169054e-05, + "C": 8.446810397799709e-07, + "R": 1.2473526567191584e-07, + "M": 3.6332071431388613e-06, + "O": 3.705081098814844e-06, + "W": 3.48286448570434e-07, + "N": 3.0401372441701824e-06, + "Y": 8.471198088955134e-05, + "U": 5.3471843841634836e-08, + "K": 1.278592480957741e-05, + "L": 1.3565721701525035e-07, + "G": 5.861031968379393e-05, + "F": 0.014353526756167412, + "E": 0.00047254879609681666, + "T": 7.336638373089954e-05, + "P": 0.19655539095401764, + "-": 0.788350522518158 + }, + "id": "tp_25182" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3147781, + "label": "-", + "classification": { + "B": 1.9157481290221767e-07, + "S": 6.581780809256088e-08, + "I": 0.0003667334676720202, + "C": 4.96961765747983e-05, + "R": 1.8763818161460222e-06, + "M": 3.679560904856771e-05, + "O": 5.568158030655468e-06, + "W": 1.955672814801801e-07, + "N": 1.015478301269468e-05, + "Y": 0.00022271729540079832, + "U": 3.6366648714647454e-07, + "K": 1.7545851278555347e-06, + "L": 7.127534331630159e-07, + "G": 0.00017026957357302308, + "F": 0.001532057300209999, + "E": 0.0005404013209044933, + "T": 0.00012552029511425644, + "P": 0.332138329744339, + "-": 0.6647966504096985 + }, + "id": "tp_25183" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3147881, + "label": "P", + "classification": { + "B": 2.5296563066490307e-08, + "S": 1.8656705069730606e-09, + "I": 1.94376571016619e-06, + "C": 4.598199598859765e-09, + "R": 1.2322153020161153e-10, + "M": 5.277702257444616e-07, + "O": 5.307509454155479e-08, + "W": 5.557508342413087e-10, + "N": 4.987151669411105e-08, + "Y": 1.5195992091321386e-06, + "U": 8.266740070261847e-11, + "K": 2.3392672243716106e-09, + "L": 1.0732890132203465e-09, + "G": 1.266902813767956e-06, + "F": 9.081664029508829e-05, + "E": 0.00011023756087524816, + "T": 1.2735301879729377e-06, + "P": 0.7046396136283875, + "-": 0.2951527535915375 + }, + "id": "tp_25184" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3148015, + "label": "P", + "classification": { + "B": 1.2456379408831708e-05, + "S": 1.414691905665677e-05, + "I": 0.00042005578870885074, + "C": 1.0752323760243598e-05, + "R": 1.319517878073384e-06, + "M": 4.011679993709549e-05, + "O": 1.9605122361099347e-05, + "W": 5.348824743123259e-06, + "N": 9.481751476414502e-05, + "Y": 3.981926420237869e-05, + "U": 4.853919790548389e-07, + "K": 8.663225344207603e-06, + "L": 1.5003603266450227e-06, + "G": 0.00010971649317070842, + "F": 0.004316787235438824, + "E": 0.0025901130866259336, + "T": 0.00012276231427676976, + "P": 0.8674490451812744, + "-": 0.12474241852760315 + }, + "id": "tp_25185" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3148148, + "label": "-", + "classification": { + "B": 4.2159458146784345e-09, + "S": 1.2002234761609998e-08, + "I": 9.055218583853275e-07, + "C": 7.647765443152821e-08, + "R": 7.88460052802975e-09, + "M": 1.4464906428202084e-07, + "O": 1.5517306906076556e-07, + "W": 3.006433324515001e-09, + "N": 4.701355393876838e-08, + "Y": 1.7729377077557729e-06, + "U": 2.2400702126557093e-10, + "K": 7.230046339401497e-09, + "L": 2.642622787263349e-09, + "G": 1.2085968137398595e-06, + "F": 0.0007980408263392746, + "E": 1.2783125384885352e-06, + "T": 4.062817879457725e-06, + "P": 0.19664885103702545, + "-": 0.8025434613227844 + }, + "id": "tp_25186" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3148282, + "label": "P", + "classification": { + "B": 9.103546472033486e-05, + "S": 2.663652594492305e-05, + "I": 0.0012935028644278646, + "C": 6.276497879298404e-05, + "R": 1.2271797459106892e-05, + "M": 0.00040136612369678915, + "O": 0.00010072998702526093, + "W": 7.878781616454944e-06, + "N": 0.00010672305506886914, + "Y": 0.00014043712872080505, + "U": 1.3530742535294848e-06, + "K": 1.8826000314220437e-06, + "L": 3.23552631016355e-05, + "G": 0.0006104946369305253, + "F": 0.0062505705282092094, + "E": 0.002705524442717433, + "T": 0.0003631340805441141, + "P": 0.6731247305870056, + "-": 0.31466659903526306 + }, + "id": "tp_25187" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3148382, + "label": "P", + "classification": { + "B": 9.404757861375401e-09, + "S": 5.094888511081308e-09, + "I": 2.7034866434405558e-05, + "C": 5.148403658949974e-08, + "R": 3.4248877067710737e-09, + "M": 1.0527230642765062e-07, + "O": 3.740485254866144e-08, + "W": 2.442764213128612e-09, + "N": 9.253946018361603e-07, + "Y": 1.312793528995826e-06, + "U": 1.936222737697335e-09, + "K": 2.3411958594010684e-08, + "L": 1.991365961018232e-09, + "G": 6.783406547583581e-07, + "F": 6.988650420680642e-05, + "E": 2.474712709954474e-05, + "T": 1.638168100726034e-06, + "P": 0.9621399641036987, + "-": 0.03773362189531326 + }, + "id": "tp_25188" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3148515, + "label": "-", + "classification": { + "B": 1.0307654747521156e-06, + "S": 4.571665783714707e-07, + "I": 5.7729856052901596e-05, + "C": 5.82450047659222e-06, + "R": 7.698226909269579e-07, + "M": 2.9079485102556646e-05, + "O": 8.458425327262376e-06, + "W": 2.001111738536565e-07, + "N": 1.8492289655114291e-06, + "Y": 0.0002844672999344766, + "U": 5.92030318102843e-08, + "K": 8.877894401848607e-07, + "L": 1.0078995273943292e-06, + "G": 0.00023576240346301347, + "F": 0.004997165407985449, + "E": 0.00022501520288642496, + "T": 0.00011241305764997378, + "P": 0.1115182563662529, + "-": 0.882519543170929 + }, + "id": "tp_25189" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3148649, + "label": "-", + "classification": { + "B": 0.0002050265175057575, + "S": 0.000243731978116557, + "I": 0.006473408546298742, + "C": 0.0006752178305760026, + "R": 0.0001470038405386731, + "M": 0.004373751115053892, + "O": 0.000747692072764039, + "W": 0.00016013796266634017, + "N": 0.0008211861713789403, + "Y": 0.008140651509165764, + "U": 5.322085416992195e-05, + "K": 0.0002900487161241472, + "L": 0.00024033205409068614, + "G": 0.0033054044470191, + "F": 0.026123369112610817, + "E": 0.007311060093343258, + "T": 0.006184118799865246, + "P": 0.3999490439891815, + "-": 0.5345556139945984 + }, + "id": "tp_25190" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3148782, + "label": "P", + "classification": { + "B": 1.144956058851676e-05, + "S": 6.113517429184867e-06, + "I": 0.0019436855800449848, + "C": 1.788587906048633e-05, + "R": 3.5600742194219492e-06, + "M": 2.4745913833612576e-05, + "O": 2.236366162833292e-05, + "W": 2.5079227725655073e-06, + "N": 0.00035976964863948524, + "Y": 3.686799755087122e-05, + "U": 1.0316846328350948e-06, + "K": 2.0638010482798563e-06, + "L": 2.3315717498917365e-06, + "G": 7.592713518533856e-05, + "F": 0.0002962270227726549, + "E": 0.0012531796237453818, + "T": 8.608916687080637e-05, + "P": 0.9628261923789978, + "-": 0.033028002828359604 + }, + "id": "tp_25191" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3148882, + "label": "-", + "classification": { + "B": 2.6840893042390235e-05, + "S": 1.7224365365109406e-05, + "I": 0.001619461108930409, + "C": 0.00012819284165743738, + "R": 2.1336498321034014e-05, + "M": 0.0006148332031443715, + "O": 0.00012152551062172279, + "W": 1.3764636605628766e-05, + "N": 0.00011261449981248006, + "Y": 0.002041400410234928, + "U": 6.891641533002257e-06, + "K": 2.225141361122951e-05, + "L": 2.8700062102871016e-05, + "G": 0.0008471522596664727, + "F": 0.009067225269973278, + "E": 0.003051061648875475, + "T": 0.001040642149746418, + "P": 0.48336634039878845, + "-": 0.49785253405570984 + }, + "id": "tp_25192" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3149016, + "label": "P", + "classification": { + "B": 3.9735432721954567e-08, + "S": 3.10652268353806e-07, + "I": 0.0003391886129975319, + "C": 2.565254249020654e-07, + "R": 2.8987125588741947e-08, + "M": 1.8488796058591106e-06, + "O": 4.75222009299614e-07, + "W": 4.817387733169198e-08, + "N": 2.9773853384540416e-05, + "Y": 5.132484147907235e-05, + "U": 2.5917071155845406e-08, + "K": 4.73544787382707e-06, + "L": 8.447681665302298e-09, + "G": 3.557417812771746e-06, + "F": 0.0003811522328760475, + "E": 0.00034601177321746945, + "T": 1.585193967912346e-05, + "P": 0.939578652381897, + "-": 0.05924675613641739 + }, + "id": "tp_25193" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3149149, + "label": "P", + "classification": { + "B": 7.294001079571899e-06, + "S": 1.684267226664815e-05, + "I": 0.016522029414772987, + "C": 0.00021711843146476895, + "R": 5.596167466137558e-05, + "M": 0.00012664622045122087, + "O": 6.796750676585361e-05, + "W": 1.0785892300191335e-05, + "N": 0.0012508495710790157, + "Y": 0.0006808502948842943, + "U": 7.6738706411561e-06, + "K": 2.2012829504092224e-05, + "L": 1.4565169294655789e-05, + "G": 0.00044144620187580585, + "F": 0.002292842837050557, + "E": 0.0022340547293424606, + "T": 0.0004479116469155997, + "P": 0.8880974650382996, + "-": 0.087485671043396 + }, + "id": "tp_25194" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3149283, + "label": "P", + "classification": { + "B": 1.6032014400479966e-06, + "S": 3.2381483379140263e-06, + "I": 0.0022666030563414097, + "C": 2.403427856734197e-07, + "R": 4.5579628960012997e-08, + "M": 1.244773102371255e-05, + "O": 2.1484163426066516e-06, + "W": 2.681810826743458e-07, + "N": 0.00014619788271375, + "Y": 1.6268531908281147e-05, + "U": 1.238320646024249e-08, + "K": 8.586111732711288e-08, + "L": 8.451739574866224e-08, + "G": 5.2357222557475325e-06, + "F": 1.407448962709168e-05, + "E": 0.0004721754230558872, + "T": 1.6295707609970123e-05, + "P": 0.9940627217292786, + "-": 0.0029801721684634686 + }, + "id": "tp_25195" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3149383, + "label": "P", + "classification": { + "B": 1.2518232495040138e-07, + "S": 4.438852272414806e-07, + "I": 6.986819062149152e-05, + "C": 8.703059961590043e-07, + "R": 9.403769496429959e-08, + "M": 7.229416496556951e-07, + "O": 8.062628467087052e-07, + "W": 1.7132944662989757e-07, + "N": 1.196256107505178e-05, + "Y": 3.999427008238854e-06, + "U": 2.4895987493778193e-08, + "K": 1.3256262718641665e-06, + "L": 4.453436375229103e-08, + "G": 8.56286715134047e-06, + "F": 0.003530583344399929, + "E": 0.0005301148048602045, + "T": 8.029966011235956e-06, + "P": 0.9073075652122498, + "-": 0.0885246992111206 + }, + "id": "tp_25196" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3149516, + "label": "P", + "classification": { + "B": 8.199388901175553e-08, + "S": 1.921447960739897e-07, + "I": 0.0001728693168843165, + "C": 1.1811473541456508e-06, + "R": 2.1886650358737825e-07, + "M": 7.730824904683686e-07, + "O": 1.1622166766755981e-06, + "W": 9.634393194346558e-08, + "N": 7.943400305521209e-06, + "Y": 1.4129643204796594e-05, + "U": 3.724534280991065e-08, + "K": 4.93234097120876e-07, + "L": 3.9333372114924714e-08, + "G": 5.006649189454038e-06, + "F": 0.000840169785078615, + "E": 3.293889676569961e-05, + "T": 1.1446330972830765e-05, + "P": 0.8315603733062744, + "-": 0.16735100746154785 + }, + "id": "tp_25197" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3149650, + "label": "P", + "classification": { + "B": 4.119564209759119e-07, + "S": 1.0257222271548017e-07, + "I": 5.071816121926531e-05, + "C": 1.528178898979604e-07, + "R": 1.380038394671601e-08, + "M": 1.2655481214096653e-06, + "O": 6.068606239750807e-07, + "W": 5.8212378917232854e-08, + "N": 3.7089696434122743e-06, + "Y": 4.092328708793502e-06, + "U": 2.4303075107923178e-08, + "K": 1.2842050978179032e-07, + "L": 3.760488453963262e-08, + "G": 2.330933739358443e-06, + "F": 0.00019815402629319578, + "E": 9.872891678242013e-05, + "T": 1.1639240256045014e-05, + "P": 0.9063436388969421, + "-": 0.0932842344045639 + }, + "id": "tp_25198" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3149783, + "label": "-", + "classification": { + "B": 0.0002521789283491671, + "S": 0.00035308493534103036, + "I": 0.032244760543107986, + "C": 0.003505982458591461, + "R": 0.000861264590639621, + "M": 0.0019418162992224097, + "O": 0.0009116785950027406, + "W": 0.0004333517572376877, + "N": 0.004064002074301243, + "Y": 0.03688320517539978, + "U": 0.00027956021949648857, + "K": 0.002621882129460573, + "L": 0.00020930425671394914, + "G": 0.0033096459228545427, + "F": 0.02169417403638363, + "E": 0.019317422062158585, + "T": 0.00901032891124487, + "P": 0.39583003520965576, + "-": 0.46627622842788696 + }, + "id": "tp_25199" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3149883, + "label": "-", + "classification": { + "B": 1.4470869302840583e-07, + "S": 6.649988115725591e-09, + "I": 6.8563822424039245e-06, + "C": 2.329065409867326e-06, + "R": 7.590067951923629e-08, + "M": 6.0307861531327944e-06, + "O": 6.163403440950788e-07, + "W": 3.127266889890734e-09, + "N": 4.07479241459896e-08, + "Y": 5.777627302450128e-05, + "U": 1.026952745064591e-09, + "K": 8.70463645608055e-10, + "L": 1.3990739944347297e-07, + "G": 4.8751051508588716e-05, + "F": 0.0005879106465727091, + "E": 6.216375368239824e-06, + "T": 2.0347575627965853e-05, + "P": 0.06788823008537292, + "-": 0.9313744306564331 + }, + "id": "tp_25200" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3150017, + "label": "P", + "classification": { + "B": 0.0018758168444037437, + "S": 0.0002938111429102719, + "I": 0.022283583879470825, + "C": 0.0012326533906161785, + "R": 0.00028909443062730134, + "M": 0.005501100327819586, + "O": 0.0005849003209732473, + "W": 0.00027282407972961664, + "N": 0.003975194878876209, + "Y": 0.005034338682889938, + "U": 0.0001833053829614073, + "K": 0.000843502813950181, + "L": 0.00032195408130064607, + "G": 0.005777495447546244, + "F": 0.012408980168402195, + "E": 0.10175035148859024, + "T": 0.0023478243965655565, + "P": 0.7223654389381409, + "-": 0.1126578077673912 + }, + "id": "tp_25201" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3150150, + "label": "P", + "classification": { + "B": 5.298313044477254e-05, + "S": 9.776729712029919e-05, + "I": 0.037828221917152405, + "C": 0.000987228355370462, + "R": 0.00016532103472854942, + "M": 0.0004155629430897534, + "O": 0.00016658350068610162, + "W": 7.805698260199279e-05, + "N": 0.004840852692723274, + "Y": 0.001765368739143014, + "U": 5.106638855068013e-05, + "K": 0.0006690446753054857, + "L": 3.432822632021271e-05, + "G": 0.001147002913057804, + "F": 0.006832773331552744, + "E": 0.02140788361430168, + "T": 0.0007638690294697881, + "P": 0.8459054827690125, + "-": 0.07679048925638199 + }, + "id": "tp_25202" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3150250, + "label": "P", + "classification": { + "B": 0.0005207061767578125, + "S": 0.00014888039731886238, + "I": 0.0032582355197519064, + "C": 6.79584700264968e-05, + "R": 2.4697928893147036e-05, + "M": 0.00036562682362273335, + "O": 0.0005994463572278619, + "W": 9.345253056380898e-05, + "N": 0.00043039582669734955, + "Y": 0.00014551884669344872, + "U": 8.783687917457428e-06, + "K": 7.948449820105452e-06, + "L": 8.177804556908086e-05, + "G": 0.0004246785247232765, + "F": 0.002154446439817548, + "E": 0.0010959759820252657, + "T": 0.0005181931192055345, + "P": 0.7393719553947449, + "-": 0.25068140029907227 + }, + "id": "tp_25203" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3150384, + "label": "P", + "classification": { + "B": 9.916672570398077e-05, + "S": 9.608594154997263e-06, + "I": 0.002166680060327053, + "C": 1.9456057998468168e-05, + "R": 2.556300614742213e-06, + "M": 0.0002236564614577219, + "O": 4.7277029807446525e-05, + "W": 8.776334652793594e-06, + "N": 0.000249736534897238, + "Y": 0.0002443400153424591, + "U": 5.589675765804714e-06, + "K": 3.155835293000564e-05, + "L": 6.3346210481540766e-06, + "G": 0.0003766429435927421, + "F": 0.0011983078438788652, + "E": 0.010827673599123955, + "T": 0.00033235625596717, + "P": 0.8904606103897095, + "-": 0.09368976205587387 + }, + "id": "tp_25204" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3150517, + "label": "P", + "classification": { + "B": 0.00013890035916119814, + "S": 0.0002855548809748143, + "I": 0.007777317427098751, + "C": 6.740685785189271e-05, + "R": 2.107055115629919e-05, + "M": 0.00039159521111287177, + "O": 0.0001938798523042351, + "W": 9.169527038466185e-05, + "N": 0.0030310836154967546, + "Y": 0.0005624360055662692, + "U": 1.309099025093019e-05, + "K": 0.0005536121898330748, + "L": 2.930052505689673e-05, + "G": 0.001017362461425364, + "F": 0.01519780419766903, + "E": 0.048195697367191315, + "T": 0.0005392484599724412, + "P": 0.8752445578575134, + "-": 0.04664842411875725 + }, + "id": "tp_25205" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3150651, + "label": "P", + "classification": { + "B": 0.00023783462529536337, + "S": 0.00018906827608589083, + "I": 0.003985588904470205, + "C": 0.0028686553705483675, + "R": 0.00034731559571810067, + "M": 0.0018361101392656565, + "O": 0.0006031464436091483, + "W": 0.00022783638269174844, + "N": 0.0014296218287199736, + "Y": 0.01246044971048832, + "U": 0.00014316047600004822, + "K": 0.0032528715673834085, + "L": 0.0001651197817409411, + "G": 0.0078717777505517, + "F": 0.08652574568986893, + "E": 0.03890959918498993, + "T": 0.0043120598420500755, + "P": 0.4439890384674072, + "-": 0.3906450569629669 + }, + "id": "tp_25206" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3150751, + "label": "P", + "classification": { + "B": 1.4717734302394092e-06, + "S": 2.9391509315246367e-07, + "I": 0.0001184403445222415, + "C": 1.1392957048883545e-06, + "R": 1.005732315206842e-07, + "M": 1.0661236956366338e-05, + "O": 3.0530159165209625e-06, + "W": 3.573712206161872e-07, + "N": 9.745112947712187e-06, + "Y": 4.302054730942473e-05, + "U": 8.148521857265223e-08, + "K": 2.491715804353589e-06, + "L": 1.3807958509914897e-07, + "G": 1.4774739611311816e-05, + "F": 0.0019066381501033902, + "E": 0.0008197142742574215, + "T": 2.3218935893964954e-05, + "P": 0.7807873487472534, + "-": 0.21625739336013794 + }, + "id": "tp_25207" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3150884, + "label": "P", + "classification": { + "B": 1.0185045539401472e-05, + "S": 7.93920480646193e-06, + "I": 0.0005642069736495614, + "C": 2.9552040359703824e-05, + "R": 2.923841748270206e-06, + "M": 3.0788542062509805e-05, + "O": 2.43178874370642e-05, + "W": 4.73559157398995e-06, + "N": 5.373428575694561e-05, + "Y": 0.0001919007918331772, + "U": 1.4076965726417257e-06, + "K": 1.2916425475850701e-05, + "L": 3.554650220394251e-06, + "G": 0.0001609442406333983, + "F": 0.007904691621661186, + "E": 0.0011281851911917329, + "T": 0.00011632902169367298, + "P": 0.6524129509925842, + "-": 0.3373386859893799 + }, + "id": "tp_25208" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3151018, + "label": "P", + "classification": { + "B": 1.2294440639160076e-11, + "S": 1.3649726314513e-11, + "I": 1.5065476873132866e-05, + "C": 2.072716220880011e-09, + "R": 1.0175516679256091e-10, + "M": 1.6220013110412879e-09, + "O": 1.1379513997766821e-09, + "W": 2.2207985450606316e-11, + "N": 1.8848106719815405e-07, + "Y": 6.564619070559274e-08, + "U": 3.6392954622099793e-11, + "K": 2.459590753289831e-09, + "L": 9.124505838398189e-12, + "G": 3.3042677927141995e-08, + "F": 5.09409983351361e-06, + "E": 6.097316145314835e-06, + "T": 7.81631399604521e-08, + "P": 0.9600319266319275, + "-": 0.039941444993019104 + }, + "id": "tp_25209" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3151151, + "label": "P", + "classification": { + "B": 7.75031061550635e-09, + "S": 4.316553781080756e-09, + "I": 1.8644348529051058e-05, + "C": 3.5832138678415504e-07, + "R": 9.359293784427791e-09, + "M": 1.8245169997044286e-07, + "O": 1.4923232072305836e-07, + "W": 7.430292825461038e-09, + "N": 7.990120138856582e-07, + "Y": 6.88890349920257e-06, + "U": 4.059306224490911e-09, + "K": 9.917285836991141e-08, + "L": 2.7019260162575165e-09, + "G": 2.544418293837225e-06, + "F": 0.0007072731386870146, + "E": 6.406437751138583e-05, + "T": 1.9827139112749137e-06, + "P": 0.7533900737762451, + "-": 0.24580684304237366 + }, + "id": "tp_25210" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3151251, + "label": "-", + "classification": { + "B": 1.002566386887338e-05, + "S": 7.73819465393899e-06, + "I": 0.0009425823809579015, + "C": 2.3702754333498888e-05, + "R": 2.5432991606066935e-06, + "M": 0.00020975609368178993, + "O": 4.362598338047974e-05, + "W": 1.761177941261849e-06, + "N": 3.6088997148908675e-05, + "Y": 0.0007749542128294706, + "U": 6.769366223124962e-07, + "K": 1.14443992060842e-06, + "L": 1.0168163498747163e-05, + "G": 0.00039403923437930644, + "F": 0.0034412171225994825, + "E": 0.0015138532035052776, + "T": 0.00040901938336901367, + "P": 0.47133439779281616, + "-": 0.5208426713943481 + }, + "id": "tp_25211" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3151385, + "label": "P", + "classification": { + "B": 9.837861369987877e-08, + "S": 1.2730968990126712e-07, + "I": 0.00023281379253603518, + "C": 1.441361803244945e-07, + "R": 4.1442078213549394e-08, + "M": 1.0758645885289297e-06, + "O": 9.60769966695807e-07, + "W": 3.6524195223819333e-08, + "N": 1.9899807739420794e-05, + "Y": 2.679828639884363e-06, + "U": 1.0848902221027856e-08, + "K": 6.115730144529152e-08, + "L": 2.805272103501011e-08, + "G": 4.3397844819992315e-06, + "F": 3.5216191463405266e-05, + "E": 3.884761827066541e-05, + "T": 1.1440931302786339e-05, + "P": 0.9767650961875916, + "-": 0.022887015715241432 + }, + "id": "tp_25212" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3151518, + "label": "P", + "classification": { + "B": 2.322155978617957e-06, + "S": 3.587273795346846e-06, + "I": 0.0046472856774926186, + "C": 5.5753222113708034e-05, + "R": 1.2263873031770345e-05, + "M": 7.482773071387783e-05, + "O": 3.248275243095122e-05, + "W": 3.219861582692829e-06, + "N": 0.0003882173041347414, + "Y": 0.0006672354647889733, + "U": 1.6791133248261758e-06, + "K": 6.827439210610464e-05, + "L": 1.8622675952428835e-06, + "G": 0.0004291640652809292, + "F": 0.004534605424851179, + "E": 0.0033418310340493917, + "T": 0.00037805194733664393, + "P": 0.7492485642433167, + "-": 0.2361087054014206 + }, + "id": "tp_25213" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3151652, + "label": "P", + "classification": { + "B": 1.638339199416805e-06, + "S": 9.416395414518774e-07, + "I": 0.0007382789044640958, + "C": 2.887265964091057e-07, + "R": 2.030759702620344e-07, + "M": 4.213612555759028e-06, + "O": 2.3370166672975756e-06, + "W": 2.5234726308553945e-07, + "N": 3.326485966681503e-05, + "Y": 8.790536412561778e-06, + "U": 1.8120013933753398e-08, + "K": 3.08115602365433e-07, + "L": 1.2433926599442202e-07, + "G": 8.199183866963722e-06, + "F": 0.00016773113748058677, + "E": 0.00019226930453442037, + "T": 8.122601684590336e-06, + "P": 0.9736202359199524, + "-": 0.025212731212377548 + }, + "id": "tp_25214" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3151752, + "label": "P", + "classification": { + "B": 2.6098427042597905e-05, + "S": 9.45435203902889e-06, + "I": 0.004856615327298641, + "C": 7.987222488736734e-05, + "R": 1.4391823242476676e-05, + "M": 0.00019354783580638468, + "O": 2.7600681278272532e-05, + "W": 5.312410849001026e-06, + "N": 0.0006880267173983157, + "Y": 0.00013683259021490812, + "U": 3.693433654916589e-06, + "K": 2.6185985916526988e-05, + "L": 5.414368388301227e-06, + "G": 0.0003444977628532797, + "F": 0.0012114410055801272, + "E": 0.009026607498526573, + "T": 0.00018766100401990116, + "P": 0.9429163336753845, + "-": 0.04024038091301918 + }, + "id": "tp_25215" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3151885, + "label": "P", + "classification": { + "B": 2.2369727048499044e-07, + "S": 3.109623492036917e-07, + "I": 0.0001468256814405322, + "C": 5.2589571168937255e-06, + "R": 3.493736926429847e-07, + "M": 3.795605380219058e-06, + "O": 1.7962320271180943e-06, + "W": 4.308071481773368e-07, + "N": 8.214308763854206e-06, + "Y": 8.88710274011828e-05, + "U": 1.780667702178107e-07, + "K": 3.953016857849434e-06, + "L": 7.477957808532665e-08, + "G": 1.8242306396132335e-05, + "F": 0.002300725784152746, + "E": 0.00038467085687443614, + "T": 2.778970701911021e-05, + "P": 0.6150470972061157, + "-": 0.3819611668586731 + }, + "id": "tp_25216" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3152019, + "label": "-", + "classification": { + "B": 0.0008514606161043048, + "S": 2.4457813196931966e-05, + "I": 9.952446998795494e-05, + "C": 6.738617230439559e-06, + "R": 1.7511737269160221e-06, + "M": 0.0003067107463721186, + "O": 0.00023679714649915695, + "W": 5.555641564569669e-06, + "N": 2.7198293537367135e-06, + "Y": 7.679119153181091e-05, + "U": 1.2934572168887826e-07, + "K": 1.0578735221145052e-08, + "L": 0.00010588616714812815, + "G": 0.00040520468610338867, + "F": 0.0016686894232407212, + "E": 0.00014664111949969083, + "T": 0.0002256157749798149, + "P": 0.1363770216703415, + "-": 0.8594582080841064 + }, + "id": "tp_25217" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3152152, + "label": "I", + "classification": { + "B": 0.0007795761921443045, + "S": 0.001085458672605455, + "I": 0.4406851828098297, + "C": 0.008934004232287407, + "R": 0.0026515463832765818, + "M": 0.012059438973665237, + "O": 0.0016479737823829055, + "W": 0.0006336839287541807, + "N": 0.05344657599925995, + "Y": 0.08950124680995941, + "U": 0.00012471065565478057, + "K": 0.014164909720420837, + "L": 0.00033614574931561947, + "G": 0.03533186390995979, + "F": 0.007588024251163006, + "E": 0.16876253485679626, + "T": 0.012743238359689713, + "P": 0.12230748683214188, + "-": 0.027216436341404915 + }, + "id": "tp_25218" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3152252, + "label": "P", + "classification": { + "B": 1.0395126082585193e-05, + "S": 1.052253082889365e-06, + "I": 0.0011404994875192642, + "C": 6.735980423400179e-05, + "R": 6.113578820077237e-06, + "M": 6.712727918056771e-05, + "O": 2.494974251021631e-05, + "W": 2.7975647753919475e-06, + "N": 0.000102922749647405, + "Y": 0.0006847112672403455, + "U": 5.415653959062183e-06, + "K": 5.072854401078075e-05, + "L": 3.1058168588060653e-06, + "G": 0.0005275505245663226, + "F": 0.00260556535795331, + "E": 0.004708113148808479, + "T": 0.000276069447863847, + "P": 0.6003265380859375, + "-": 0.38938888907432556 + }, + "id": "tp_25219" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3152386, + "label": "P", + "classification": { + "B": 1.5565137800876983e-06, + "S": 2.0304717054386856e-06, + "I": 0.0005503809661604464, + "C": 3.4347642213106155e-05, + "R": 2.9208915748313302e-06, + "M": 2.4535216653021052e-05, + "O": 1.370850168314064e-05, + "W": 3.914172793884063e-06, + "N": 4.5762688387185335e-05, + "Y": 0.0001901137293316424, + "U": 1.9408164462220157e-06, + "K": 3.106867370661348e-05, + "L": 1.399346274411073e-06, + "G": 7.15697678970173e-05, + "F": 0.004970227368175983, + "E": 0.0011423060204833746, + "T": 0.0001109486329369247, + "P": 0.6307764053344727, + "-": 0.3620249629020691 + }, + "id": "tp_25220" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3152519, + "label": "P", + "classification": { + "B": 0.0001778285950422287, + "S": 0.00029242801247164607, + "I": 0.018012434244155884, + "C": 0.0007849158719182014, + "R": 0.000230490681133233, + "M": 0.003016813425347209, + "O": 0.0007545892731286585, + "W": 8.610176155343652e-05, + "N": 0.0017170589417219162, + "Y": 0.002909208182245493, + "U": 3.5639121051644906e-05, + "K": 7.805084896972403e-05, + "L": 0.00020899804076179862, + "G": 0.0025008674710989, + "F": 0.010105208493769169, + "E": 0.006948971189558506, + "T": 0.0024905141908675432, + "P": 0.6831624507904053, + "-": 0.26648738980293274 + }, + "id": "tp_25221" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3152653, + "label": "P", + "classification": { + "B": 0.00010540559742366895, + "S": 0.00017169397324323654, + "I": 0.19450798630714417, + "C": 0.0012085349299013615, + "R": 0.0004058455815538764, + "M": 0.0027053856756538153, + "O": 0.0004925205721519887, + "W": 0.00010249441402265802, + "N": 0.011098481714725494, + "Y": 0.009571647271513939, + "U": 4.4440286728786305e-05, + "K": 0.00024056473921518773, + "L": 9.842006693361327e-05, + "G": 0.0023213387466967106, + "F": 0.0023900459054857492, + "E": 0.02108084037899971, + "T": 0.004507967736572027, + "P": 0.6543310880661011, + "-": 0.09461537003517151 + }, + "id": "tp_25222" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3152753, + "label": "-", + "classification": { + "B": 0.0022848891094326973, + "S": 0.001148910028859973, + "I": 0.01942061074078083, + "C": 0.02440560981631279, + "R": 0.009559675119817257, + "M": 0.01163447368890047, + "O": 0.0051596700213849545, + "W": 0.0014050283934921026, + "N": 0.0024677214678376913, + "Y": 0.03184664249420166, + "U": 0.001200781436637044, + "K": 0.0015080621233209968, + "L": 0.004611840937286615, + "G": 0.035235002636909485, + "F": 0.05643773451447487, + "E": 0.012256571091711521, + "T": 0.01912957802414894, + "P": 0.160976380109787, + "-": 0.5993107557296753 + }, + "id": "tp_25223" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3152886, + "label": "P", + "classification": { + "B": 6.167551447333608e-08, + "S": 1.824638928837885e-07, + "I": 0.001265364931896329, + "C": 2.649919110808696e-07, + "R": 3.2855044906909825e-08, + "M": 6.299901542661246e-07, + "O": 1.9148292551562918e-07, + "W": 2.4352774019575918e-08, + "N": 0.00010102675150847062, + "Y": 6.564168870681897e-07, + "U": 3.9677772178947635e-09, + "K": 7.959998526985146e-08, + "L": 8.35612734562119e-09, + "G": 2.228574885521084e-06, + "F": 1.687602161837276e-05, + "E": 0.0001899784110719338, + "T": 1.1460753057690454e-06, + "P": 0.9976020455360413, + "-": 0.0008192072855308652 + }, + "id": "tp_25224" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3153020, + "label": "P", + "classification": { + "B": 4.579429724316242e-09, + "S": 4.564422617647779e-09, + "I": 9.912373207043856e-05, + "C": 3.0339062817574813e-08, + "R": 1.2892826806165658e-09, + "M": 2.1394711779976205e-07, + "O": 8.668990858495818e-09, + "W": 1.3675478527375162e-09, + "N": 9.33172123041004e-06, + "Y": 3.805731978445692e-07, + "U": 4.381245644058396e-10, + "K": 1.2581836017488968e-07, + "L": 2.1615474687930458e-10, + "G": 3.079525470184308e-07, + "F": 1.883370532596018e-05, + "E": 0.0014481766847893596, + "T": 2.0324044669450814e-07, + "P": 0.9968971014022827, + "-": 0.0015263044042512774 + }, + "id": "tp_25225" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3153153, + "label": "-", + "classification": { + "B": 1.7828258869201363e-09, + "S": 2.64030908248003e-09, + "I": 1.9231883925385773e-05, + "C": 7.003670248195704e-07, + "R": 2.882003791171428e-08, + "M": 6.323820116449497e-07, + "O": 2.0886724882984709e-07, + "W": 5.9119287243447616e-09, + "N": 4.494333722959709e-07, + "Y": 5.686455551767722e-05, + "U": 5.6819011717834655e-09, + "K": 2.772364098291291e-07, + "L": 4.159323108154922e-09, + "G": 5.647755642712582e-06, + "F": 0.0003246437991037965, + "E": 2.3164078811532818e-05, + "T": 1.4217412172001787e-05, + "P": 0.22084295749664307, + "-": 0.7787109613418579 + }, + "id": "tp_25226" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3153253, + "label": "P", + "classification": { + "B": 8.384901661884214e-09, + "S": 1.7271378993655162e-08, + "I": 2.181784475396853e-05, + "C": 1.4106515777712048e-07, + "R": 1.2178199781942567e-08, + "M": 5.15871874995355e-07, + "O": 3.0708878284713137e-07, + "W": 1.4194211139795243e-08, + "N": 6.916914685461961e-07, + "Y": 9.718623005028348e-06, + "U": 2.66332267351288e-09, + "K": 5.3101260277799156e-08, + "L": 5.391544544153248e-09, + "G": 2.2029464616935e-06, + "F": 0.00018388693570159376, + "E": 7.606078725075349e-06, + "T": 1.2498467185650952e-05, + "P": 0.6580658555030823, + "-": 0.34169453382492065 + }, + "id": "tp_25227" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3153387, + "label": "P", + "classification": { + "B": 2.0405184841365553e-05, + "S": 6.175077032821719e-06, + "I": 0.0021222082432359457, + "C": 2.3245263491844526e-06, + "R": 3.2328625820809975e-07, + "M": 3.674562321975827e-05, + "O": 6.4512319113418926e-06, + "W": 1.313246002609958e-06, + "N": 0.0002654988784343004, + "Y": 2.0251256501069292e-05, + "U": 9.49977220443543e-07, + "K": 2.4434050374111393e-06, + "L": 1.4599980886487174e-06, + "G": 3.1070158001966774e-05, + "F": 0.00017601621220819652, + "E": 0.0027713123708963394, + "T": 6.0751019191229716e-05, + "P": 0.9823011159896851, + "-": 0.012173163704574108 + }, + "id": "tp_25228" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3153520, + "label": "-", + "classification": { + "B": 4.222986849100607e-09, + "S": 6.490346926568691e-09, + "I": 8.464016332254687e-07, + "C": 2.165305801327122e-07, + "R": 9.512800325239823e-09, + "M": 2.702752794903063e-07, + "O": 2.0391236432715232e-07, + "W": 5.065178054763919e-09, + "N": 4.225736560670157e-08, + "Y": 8.819337381282821e-06, + "U": 1.0662486449319886e-09, + "K": 6.355995907370016e-08, + "L": 3.870702425246009e-09, + "G": 2.3634011085960083e-06, + "F": 0.001565797720104456, + "E": 4.38430106441956e-06, + "T": 4.45735076937126e-06, + "P": 0.13972990214824677, + "-": 0.8586826324462891 + }, + "id": "tp_25229" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3153654, + "label": "P", + "classification": { + "B": 5.56010888885794e-07, + "S": 1.7045082358890795e-06, + "I": 0.0002898161474149674, + "C": 1.6921268979785964e-05, + "R": 1.511286086497421e-06, + "M": 1.7540867702336982e-05, + "O": 1.0613788617774844e-05, + "W": 1.379963237013726e-06, + "N": 5.935770968790166e-05, + "Y": 0.0002014798519667238, + "U": 7.582545435980137e-07, + "K": 0.00015894600073806942, + "L": 3.4336113685640157e-07, + "G": 0.00012695661280304193, + "F": 0.00571730500087142, + "E": 0.0026063835248351097, + "T": 0.00016081529611255974, + "P": 0.5172992944717407, + "-": 0.4733283221721649 + }, + "id": "tp_25230" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3153754, + "label": "-", + "classification": { + "B": 6.3729439716553316e-06, + "S": 9.70321138993313e-07, + "I": 6.231560837477446e-05, + "C": 2.9961965992697515e-06, + "R": 4.372803914520773e-07, + "M": 3.6815468774875626e-05, + "O": 2.876863072742708e-05, + "W": 6.615809411414375e-07, + "N": 1.38795121529256e-06, + "Y": 6.803378346376121e-05, + "U": 8.217963909373793e-08, + "K": 5.150032578171704e-08, + "L": 3.185881041645189e-06, + "G": 8.365856047021225e-05, + "F": 0.0012244043173268437, + "E": 4.800346869160421e-05, + "T": 8.545506716473028e-05, + "P": 0.1912822723388672, + "-": 0.8070641160011292 + }, + "id": "tp_25231" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3153887, + "label": "-", + "classification": { + "B": 2.1558202334404086e-08, + "S": 1.334330761437741e-07, + "I": 6.850811132608214e-06, + "C": 4.240352495799016e-07, + "R": 3.2244763303879154e-08, + "M": 4.906496087642154e-06, + "O": 1.5889521591816447e-06, + "W": 1.2818946970583056e-07, + "N": 9.452194262848934e-07, + "Y": 6.0409234720282257e-05, + "U": 1.0253069504528867e-08, + "K": 7.404285952361533e-06, + "L": 2.385165132068323e-08, + "G": 1.4069947610551026e-05, + "F": 0.021157249808311462, + "E": 0.00028116864268667996, + "T": 2.4070188374025747e-05, + "P": 0.24071386456489563, + "-": 0.7377267479896545 + }, + "id": "tp_25232" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3154021, + "label": "P", + "classification": { + "B": 5.249986315902788e-06, + "S": 2.413891934338608e-06, + "I": 0.00010130800365004689, + "C": 1.7368771295878105e-05, + "R": 9.59284648160974e-07, + "M": 3.7821646401425824e-05, + "O": 9.437286280444823e-06, + "W": 7.869022624618083e-07, + "N": 1.0904742339334916e-05, + "Y": 0.00027839545509777963, + "U": 1.292106901473744e-07, + "K": 3.5049042708124034e-06, + "L": 2.1463990833581192e-06, + "G": 0.0006595083395950496, + "F": 0.06655840575695038, + "E": 0.005246640648692846, + "T": 7.386470679193735e-05, + "P": 0.5339239835739136, + "-": 0.3930671513080597 + }, + "id": "tp_25233" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3154154, + "label": "-", + "classification": { + "B": 2.5279275561729264e-08, + "S": 1.4171905604598578e-07, + "I": 1.601545409357641e-05, + "C": 8.145325978148321e-07, + "R": 6.660837215122228e-08, + "M": 2.1983594251651084e-06, + "O": 1.9078070181421936e-06, + "W": 6.757450421446265e-08, + "N": 1.1297314586045104e-06, + "Y": 2.347165354876779e-05, + "U": 6.37205310738409e-09, + "K": 4.1246474324907467e-07, + "L": 3.32931833213479e-08, + "G": 1.3607754226541147e-05, + "F": 0.002282365458086133, + "E": 3.544539868016727e-05, + "T": 1.8499822544981726e-05, + "P": 0.2891075909137726, + "-": 0.70849609375 + }, + "id": "tp_25234" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3154254, + "label": "P", + "classification": { + "B": 3.4712776653123e-08, + "S": 1.4009061999331607e-07, + "I": 0.00013768579810857773, + "C": 2.3703121314611053e-06, + "R": 3.183575643106451e-07, + "M": 3.4218962809973164e-06, + "O": 1.4673623809358105e-06, + "W": 7.872961305110948e-08, + "N": 7.957975867611822e-06, + "Y": 0.00019370477821212262, + "U": 6.58666223785076e-08, + "K": 3.808582960118656e-06, + "L": 4.771746375809016e-08, + "G": 2.610190858831629e-05, + "F": 0.0008833349565975368, + "E": 0.00011250604438828304, + "T": 4.864021684625186e-05, + "P": 0.6167258024215698, + "-": 0.38185250759124756 + }, + "id": "tp_25235" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3154388, + "label": "P", + "classification": { + "B": 1.1836524436148466e-06, + "S": 7.379933322226861e-07, + "I": 0.0016327450284734368, + "C": 1.869091829576064e-05, + "R": 1.7384846842105617e-06, + "M": 2.2394027837435715e-05, + "O": 2.436761633362039e-06, + "W": 5.971854193376203e-07, + "N": 9.659105853643268e-05, + "Y": 0.00011070523032685742, + "U": 4.575536252104939e-07, + "K": 6.167590981931426e-06, + "L": 3.483468162812642e-07, + "G": 5.1156173867639154e-05, + "F": 0.0008531681960448623, + "E": 0.0016784369945526123, + "T": 4.719946809927933e-05, + "P": 0.9401410818099976, + "-": 0.05533425509929657 + }, + "id": "tp_25236" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3154521, + "label": "P", + "classification": { + "B": 5.8829115801017906e-08, + "S": 4.122347618817912e-08, + "I": 0.00013868356472812593, + "C": 2.4486489564878866e-06, + "R": 8.25300645601601e-08, + "M": 3.2096488666866207e-06, + "O": 5.282788038130093e-07, + "W": 8.761918479649466e-08, + "N": 7.125652246031677e-06, + "Y": 2.2316125978250057e-05, + "U": 7.158679693475278e-08, + "K": 8.532926585758105e-06, + "L": 2.870209847571914e-08, + "G": 1.1783290574385319e-05, + "F": 0.0013436345616355538, + "E": 0.002196595771238208, + "T": 1.0370373274781741e-05, + "P": 0.7758379578590393, + "-": 0.22041648626327515 + }, + "id": "tp_25237" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3154655, + "label": "-", + "classification": { + "B": 0.0001755813864292577, + "S": 5.8036592236021534e-05, + "I": 0.006995704490691423, + "C": 0.003220194485038519, + "R": 0.00036774054751731455, + "M": 0.002468270715326071, + "O": 0.00042514633969403803, + "W": 5.9996626077918336e-05, + "N": 0.00030434736981987953, + "Y": 0.005456350743770599, + "U": 4.33434615842998e-05, + "K": 9.968416634364985e-06, + "L": 0.00030624098144471645, + "G": 0.0030258805491030216, + "F": 0.0038571180775761604, + "E": 0.0032629200723022223, + "T": 0.003931824117898941, + "P": 0.39764028787612915, + "-": 0.5683910846710205 + }, + "id": "tp_25238" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3154755, + "label": "-", + "classification": { + "B": 6.541299171658466e-06, + "S": 2.307059730810579e-06, + "I": 2.164135548810009e-05, + "C": 8.721362064534333e-06, + "R": 2.058236532320734e-06, + "M": 6.36105687590316e-05, + "O": 2.3704655177425593e-05, + "W": 1.4756312793906545e-06, + "N": 1.295773358833685e-06, + "Y": 0.00035341366310603917, + "U": 1.8933779699636943e-07, + "K": 2.9581718763438403e-07, + "L": 5.390083970269188e-06, + "G": 0.00011238513252465054, + "F": 0.004362655337899923, + "E": 4.34077373938635e-05, + "T": 0.00030861611594446003, + "P": 0.10380934178829193, + "-": 0.8908728957176208 + }, + "id": "tp_25239" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3154888, + "label": "-", + "classification": { + "B": 2.568053332652198e-06, + "S": 3.2958378142211586e-05, + "I": 0.0006064289482310414, + "C": 5.9530866565182805e-05, + "R": 8.901329238142353e-06, + "M": 0.00010440860933158547, + "O": 8.192499808501452e-05, + "W": 2.0848650819971226e-05, + "N": 0.00012543571938294917, + "Y": 0.0010368619114160538, + "U": 5.133797913003946e-06, + "K": 0.00048726031673140824, + "L": 5.193565812078305e-06, + "G": 0.0002041233965428546, + "F": 0.05690772458910942, + "E": 0.0016180593520402908, + "T": 0.00046407897025346756, + "P": 0.331999808549881, + "-": 0.6062286496162415 + }, + "id": "tp_25240" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3155022, + "label": "P", + "classification": { + "B": 1.4436618585023098e-06, + "S": 2.068262801913079e-05, + "I": 0.0008193406974896789, + "C": 9.134644642472267e-06, + "R": 2.3109505491447635e-06, + "M": 3.070191451115534e-05, + "O": 2.0139455955359153e-05, + "W": 4.37788366980385e-06, + "N": 0.00025251132319681346, + "Y": 0.000135626076371409, + "U": 6.696181458210049e-07, + "K": 5.188372597331181e-05, + "L": 1.018668626784347e-06, + "G": 0.00011709865793818608, + "F": 0.008302240632474422, + "E": 0.002217806177213788, + "T": 0.0001438017061445862, + "P": 0.9128929376602173, + "-": 0.07497638463973999 + }, + "id": "tp_25241" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3155155, + "label": "-", + "classification": { + "B": 0.00016112149751279503, + "S": 0.00020697349100373685, + "I": 0.0022830443922430277, + "C": 0.0012622274225577712, + "R": 0.00040194246685132384, + "M": 0.0016659480752423406, + "O": 0.0012078617000952363, + "W": 0.00032080826349556446, + "N": 0.0007194963982328773, + "Y": 0.007426365744322538, + "U": 0.00018115100101567805, + "K": 0.001649305922910571, + "L": 0.0002648958470672369, + "G": 0.0022973064333200455, + "F": 0.04718485102057457, + "E": 0.005627129226922989, + "T": 0.006240243557840586, + "P": 0.19123615324497223, + "-": 0.7296631336212158 + }, + "id": "tp_25242" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3155255, + "label": "-", + "classification": { + "B": 3.288581638116739e-07, + "S": 3.4391479175610584e-07, + "I": 5.823452374897897e-05, + "C": 1.0193916750722565e-05, + "R": 9.747510603119736e-07, + "M": 8.587394404457882e-05, + "O": 1.1661664757411927e-05, + "W": 3.1133706102082215e-07, + "N": 2.9824109333276283e-06, + "Y": 0.0006085638306103647, + "U": 1.8538361246100976e-07, + "K": 1.082318931366899e-06, + "L": 9.89406430562667e-07, + "G": 0.00011698976595653221, + "F": 0.0016059445915743709, + "E": 0.00012108885130146518, + "T": 0.00037992806755937636, + "P": 0.13123485445976257, + "-": 0.8657594919204712 + }, + "id": "tp_25243" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3155389, + "label": "-", + "classification": { + "B": 0.0002232565893791616, + "S": 6.878377462271601e-05, + "I": 0.0002717120514716953, + "C": 5.164382673683576e-05, + "R": 7.984145668160636e-06, + "M": 0.0004392229311633855, + "O": 0.0002551460638642311, + "W": 3.183790249750018e-05, + "N": 3.50760092260316e-05, + "Y": 0.00036144073237665, + "U": 1.5893482441242668e-06, + "K": 2.2746666218154132e-05, + "L": 5.2959559980081394e-05, + "G": 0.002345515415072441, + "F": 0.08005678653717041, + "E": 0.00866192951798439, + "T": 0.00023859318753238767, + "P": 0.2502569854259491, + "-": 0.6566168069839478 + }, + "id": "tp_25244" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3155522, + "label": "-", + "classification": { + "B": 0.00014662319154012948, + "S": 0.00010378268780186772, + "I": 0.0006928027141839266, + "C": 0.0005733805592171848, + "R": 0.00014225227641873062, + "M": 0.003671469632536173, + "O": 0.000859628024045378, + "W": 5.717372187064029e-05, + "N": 5.0525693950476125e-05, + "Y": 0.003645793069154024, + "U": 9.015157957037445e-06, + "K": 1.1684775927278679e-05, + "L": 0.000602792832069099, + "G": 0.003711109282448888, + "F": 0.05769052356481552, + "E": 0.0013183061964809895, + "T": 0.0035518512595444918, + "P": 0.0647950991988182, + "-": 0.8583661317825317 + }, + "id": "tp_25245" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3155656, + "label": "-", + "classification": { + "B": 1.08101255591464e-06, + "S": 1.4236688912205864e-06, + "I": 0.0011682460317388177, + "C": 3.867843406624161e-05, + "R": 3.503335847199196e-06, + "M": 5.1764374802587554e-05, + "O": 1.1144999007228762e-05, + "W": 1.314610813096806e-06, + "N": 6.198829942150041e-05, + "Y": 0.0011934088543057442, + "U": 1.7471925275458489e-06, + "K": 1.5872128642513417e-05, + "L": 1.51281051330443e-06, + "G": 0.00010515804024180397, + "F": 0.0029758557211607695, + "E": 0.00104763254057616, + "T": 0.0002950705820694566, + "P": 0.4908066987991333, + "-": 0.5022178292274475 + }, + "id": "tp_25246" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3155756, + "label": "-", + "classification": { + "B": 6.747253792127594e-06, + "S": 7.905098300398095e-07, + "I": 0.00020624151511583477, + "C": 0.00013393170956987888, + "R": 1.1788873052864801e-05, + "M": 5.641061579808593e-05, + "O": 3.65409032383468e-05, + "W": 3.06059155263938e-06, + "N": 1.2207972758915275e-05, + "Y": 0.0005267938249744475, + "U": 3.0102521577646257e-06, + "K": 1.4046574506210163e-05, + "L": 5.445848273666343e-06, + "G": 0.00036262263893149793, + "F": 0.006328411400318146, + "E": 0.0003790022456087172, + "T": 0.00020964643044862896, + "P": 0.16728809475898743, + "-": 0.8244152069091797 + }, + "id": "tp_25247" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3155889, + "label": "-", + "classification": { + "B": 6.786302401451394e-05, + "S": 1.385871109960135e-05, + "I": 0.003883298486471176, + "C": 0.0010567466961219907, + "R": 0.00017353310249745846, + "M": 0.0005522306892089546, + "O": 0.00011550849012564868, + "W": 1.3269440387375653e-05, + "N": 0.00014502885460387915, + "Y": 0.002072082133963704, + "U": 1.1877204997290391e-05, + "K": 5.039552888774779e-06, + "L": 8.056443039095029e-05, + "G": 0.0016654841601848602, + "F": 0.004365632776170969, + "E": 0.00139501818921417, + "T": 0.0013864005450159311, + "P": 0.43375298380851746, + "-": 0.5492435693740845 + }, + "id": "tp_25248" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3156023, + "label": "P", + "classification": { + "B": 3.3785650884965435e-05, + "S": 9.704814874567091e-05, + "I": 0.0019442930351942778, + "C": 1.6442807464045472e-05, + "R": 5.673720352206146e-06, + "M": 0.0002060977421933785, + "O": 9.364599827677011e-05, + "W": 2.7606040021055378e-05, + "N": 0.0003216362383682281, + "Y": 0.0007526737754233181, + "U": 3.072543222515378e-06, + "K": 4.2747615225380287e-05, + "L": 6.292111720540561e-06, + "G": 0.00012783665442839265, + "F": 0.0033670614939182997, + "E": 0.0011259312741458416, + "T": 0.0008376535261049867, + "P": 0.7400792241096497, + "-": 0.25091126561164856 + }, + "id": "tp_25249" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3156156, + "label": "P", + "classification": { + "B": 0.002588166855275631, + "S": 0.007657960988581181, + "I": 0.021886112168431282, + "C": 0.0025271307677030563, + "R": 0.0009096586145460606, + "M": 0.006127703469246626, + "O": 0.004548536613583565, + "W": 0.002816972555592656, + "N": 0.013296185061335564, + "Y": 0.007866491563618183, + "U": 0.0010227386374026537, + "K": 0.008165660314261913, + "L": 0.0014641640009358525, + "G": 0.00790630467236042, + "F": 0.05534602329134941, + "E": 0.044386643916368484, + "T": 0.011331291869282722, + "P": 0.5645482540130615, + "-": 0.23560404777526855 + }, + "id": "tp_25250" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3156256, + "label": "P", + "classification": { + "B": 0.0024030818603932858, + "S": 0.0009659335482865572, + "I": 0.0054066842421889305, + "C": 0.00037205888656899333, + "R": 9.604010847397149e-05, + "M": 0.004576505161821842, + "O": 0.001056817127391696, + "W": 0.00019894138677045703, + "N": 0.0013073654845356941, + "Y": 0.003289000829681754, + "U": 2.1694457245757803e-05, + "K": 0.00041548837907612324, + "L": 0.0004632171767298132, + "G": 0.01650751382112503, + "F": 0.07428431510925293, + "E": 0.1120091900229454, + "T": 0.0024489667266607285, + "P": 0.5230492353439331, + "-": 0.2511278986930847 + }, + "id": "tp_25251" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3156390, + "label": "P", + "classification": { + "B": 4.116641889595485e-07, + "S": 6.099770075707056e-07, + "I": 0.0002854973135981709, + "C": 8.72618784342194e-06, + "R": 5.200024020268756e-07, + "M": 9.99163694359595e-06, + "O": 2.4597434276074637e-06, + "W": 4.217650939608575e-07, + "N": 2.3808011974324472e-05, + "Y": 0.00023878058709669858, + "U": 2.2017655965100857e-07, + "K": 5.183731445868034e-06, + "L": 2.726513628203975e-07, + "G": 5.4673193517373875e-05, + "F": 0.0050369733944535255, + "E": 0.0015026901382952929, + "T": 4.594496203935705e-05, + "P": 0.8328982591629028, + "-": 0.15988458693027496 + }, + "id": "tp_25252" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3156523, + "label": "-", + "classification": { + "B": 1.4812280824116897e-05, + "S": 1.5128257473406848e-05, + "I": 0.0012672262964770198, + "C": 0.00016643265553284436, + "R": 4.6285003918455914e-05, + "M": 0.00036998072755523026, + "O": 0.00013293551455717534, + "W": 1.785184576874599e-05, + "N": 0.00010101922089233994, + "Y": 0.009179634042084217, + "U": 1.3319736353878397e-05, + "K": 0.00041806662920862436, + "L": 2.3136113668442704e-05, + "G": 0.0031231967732310295, + "F": 0.023281244561076164, + "E": 0.0028034455608576536, + "T": 0.002227966906502843, + "P": 0.07450739294290543, + "-": 0.8822910189628601 + }, + "id": "tp_25253" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3156657, + "label": "-", + "classification": { + "B": 6.227478479559068e-06, + "S": 9.347425657324493e-05, + "I": 0.010270693339407444, + "C": 0.0003186198591720313, + "R": 9.159534238278866e-05, + "M": 0.0026419765781611204, + "O": 0.00047061260556802154, + "W": 4.1535793570801616e-05, + "N": 0.0007371690007857978, + "Y": 0.04864515736699104, + "U": 4.8204947233898565e-06, + "K": 0.0002597336715552956, + "L": 1.5097522009455133e-05, + "G": 0.0013532403390854597, + "F": 0.006513359025120735, + "E": 0.0017921760445460677, + "T": 0.017065124586224556, + "P": 0.13110443949699402, + "-": 0.7785749435424805 + }, + "id": "tp_25254" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3156757, + "label": "P", + "classification": { + "B": 1.6294882243528264e-06, + "S": 9.746055411596899e-07, + "I": 0.0026898111682385206, + "C": 2.9810429623466916e-05, + "R": 2.2627129965258064e-06, + "M": 5.1578539569163695e-05, + "O": 1.1303222891001496e-05, + "W": 8.969380473899946e-07, + "N": 0.0003212691517546773, + "Y": 0.0001426705130143091, + "U": 1.1115301958852797e-06, + "K": 4.3430045479908586e-05, + "L": 1.042585040522681e-06, + "G": 0.00016490563575644046, + "F": 0.0011371897999197245, + "E": 0.00475446879863739, + "T": 0.00013235662481747568, + "P": 0.8825972080230713, + "-": 0.10791615396738052 + }, + "id": "tp_25255" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3156890, + "label": "P", + "classification": { + "B": 1.2253385648364201e-05, + "S": 6.78142714605201e-06, + "I": 0.0026795140001922846, + "C": 9.410684356225829e-07, + "R": 8.557627495520137e-08, + "M": 2.1257917978800833e-05, + "O": 3.4558470360934734e-06, + "W": 8.635828407932422e-07, + "N": 0.00044412334682419896, + "Y": 2.6351783162681386e-05, + "U": 8.112048277553185e-08, + "K": 1.7798527096601902e-06, + "L": 1.5940723585572414e-07, + "G": 8.822694326227065e-06, + "F": 2.9945380447315983e-05, + "E": 0.002445194637402892, + "T": 3.0776434869039804e-05, + "P": 0.9909255504608154, + "-": 0.00336208357475698 + }, + "id": "tp_25256" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3157024, + "label": "-", + "classification": { + "B": 1.0325328730687033e-05, + "S": 3.744532477867324e-06, + "I": 0.0002605518384370953, + "C": 2.2229090973269194e-05, + "R": 4.050651114084758e-06, + "M": 0.00016381836030632257, + "O": 7.375721907010302e-05, + "W": 4.8969804993248545e-06, + "N": 1.9276350940344855e-05, + "Y": 0.00037077153683640063, + "U": 1.4144075066724326e-06, + "K": 5.991974830976687e-06, + "L": 6.989552730374271e-06, + "G": 0.0002163078897865489, + "F": 0.003957714885473251, + "E": 0.0004232236242387444, + "T": 0.00033313807216472924, + "P": 0.19273532927036285, + "-": 0.8013864755630493 + }, + "id": "tp_25257" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3157157, + "label": "P", + "classification": { + "B": 1.1732575444511895e-07, + "S": 9.1645588895517e-08, + "I": 9.949492232408375e-05, + "C": 1.7355780528305331e-06, + "R": 1.8602113982524315e-07, + "M": 4.021823315270012e-06, + "O": 1.81915788743936e-06, + "W": 7.680583991032108e-08, + "N": 6.512723302876111e-06, + "Y": 5.272004273138009e-05, + "U": 5.864808372280095e-08, + "K": 3.242911361667211e-07, + "L": 6.332619051363508e-08, + "G": 1.5575413272017613e-05, + "F": 0.00037361032445915043, + "E": 7.39769238862209e-05, + "T": 4.948581408825703e-05, + "P": 0.782355785369873, + "-": 0.21696434915065765 + }, + "id": "tp_25258" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3157257, + "label": "P", + "classification": { + "B": 6.1840532907808665e-06, + "S": 4.9131217565445695e-06, + "I": 0.0018413651268929243, + "C": 0.00024035519163589925, + "R": 2.858403058780823e-05, + "M": 3.1623680115444586e-05, + "O": 4.343096225056797e-05, + "W": 6.2325138969754335e-06, + "N": 0.00015416156384162605, + "Y": 0.00040497459121979773, + "U": 7.861755875637755e-06, + "K": 3.2648094929754734e-05, + "L": 3.3104861358879134e-06, + "G": 0.00018640267080627382, + "F": 0.0023346899542957544, + "E": 0.0007410242105834186, + "T": 0.00026743317721411586, + "P": 0.5411880016326904, + "-": 0.4524769186973572 + }, + "id": "tp_25259" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3157391, + "label": "P", + "classification": { + "B": 1.3327003216545563e-06, + "S": 4.580321274261223e-06, + "I": 0.00022875249851495028, + "C": 1.762669285199081e-06, + "R": 5.921202728131902e-07, + "M": 4.96514439873863e-06, + "O": 9.856529686658178e-06, + "W": 1.4108375125942985e-06, + "N": 2.8467256925068796e-05, + "Y": 4.7184410504996777e-05, + "U": 2.514280481591413e-07, + "K": 3.4200131722172955e-06, + "L": 5.337065545063524e-07, + "G": 2.251771184091922e-05, + "F": 0.0031932371202856302, + "E": 0.00011625260958680883, + "T": 6.606140959775075e-05, + "P": 0.7924391627311707, + "-": 0.20382969081401825 + }, + "id": "tp_25260" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3157524, + "label": "-", + "classification": { + "B": 1.2090779932805162e-07, + "S": 8.850347512634471e-07, + "I": 9.719537774799392e-05, + "C": 2.7985583983536344e-06, + "R": 4.16045509155083e-07, + "M": 1.9251578123657964e-05, + "O": 8.493283530697227e-06, + "W": 6.139127322057902e-07, + "N": 1.1964616533077788e-05, + "Y": 0.00028543404187075794, + "U": 1.4665381797840382e-07, + "K": 3.448336065048352e-05, + "L": 2.1964238783311885e-07, + "G": 5.195190533413552e-05, + "F": 0.01720438338816166, + "E": 0.00044633744983002543, + "T": 8.546686876798049e-05, + "P": 0.450806587934494, + "-": 0.5309432148933411 + }, + "id": "tp_25261" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3157658, + "label": "-", + "classification": { + "B": 2.5064002329600044e-05, + "S": 4.65044540760573e-05, + "I": 0.001028912141919136, + "C": 7.875911251176149e-05, + "R": 2.290718475705944e-05, + "M": 0.0002683547791093588, + "O": 0.0001451494754292071, + "W": 4.433784488355741e-05, + "N": 0.00015607057139277458, + "Y": 0.0014901065733283758, + "U": 1.9372117094462737e-05, + "K": 0.00015127281949389726, + "L": 2.4655710149090737e-05, + "G": 0.00033401051769033074, + "F": 0.01412984635680914, + "E": 0.0014950558543205261, + "T": 0.0014936692314222455, + "P": 0.3953174948692322, + "-": 0.5837284326553345 + }, + "id": "tp_25262" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3157758, + "label": "P", + "classification": { + "B": 0.0002533688966650516, + "S": 0.00010816169378813356, + "I": 0.017693087458610535, + "C": 0.0005852309986948967, + "R": 0.00010924637172138318, + "M": 0.0009324214770458639, + "O": 0.00024294226022902876, + "W": 8.430609887000173e-05, + "N": 0.003875939641147852, + "Y": 0.0007144496194086969, + "U": 5.835665069753304e-05, + "K": 0.0002607031201478094, + "L": 6.064498666091822e-05, + "G": 0.0013293108204379678, + "F": 0.004070353228598833, + "E": 0.022388992831110954, + "T": 0.0010610173922032118, + "P": 0.8636687397956848, + "-": 0.08250267058610916 + }, + "id": "tp_25263" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3157891, + "label": "P", + "classification": { + "B": 0.0001660759444348514, + "S": 0.0005757437320426106, + "I": 0.013588998466730118, + "C": 0.0008050811593420804, + "R": 0.00026406458346173167, + "M": 0.0023261706810444593, + "O": 0.0009500642190687358, + "W": 0.00028829346410930157, + "N": 0.0024330110754817724, + "Y": 0.004562842193990946, + "U": 6.195462628966197e-05, + "K": 0.00036727506085298955, + "L": 0.00019284870359115303, + "G": 0.001975037157535553, + "F": 0.02320084720849991, + "E": 0.011242717504501343, + "T": 0.0036296937614679337, + "P": 0.6373094320297241, + "-": 0.29605987668037415 + }, + "id": "tp_25264" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3158025, + "label": "-", + "classification": { + "B": 5.727595635107718e-06, + "S": 1.3858990314474795e-05, + "I": 0.0002926795568782836, + "C": 0.00017494254279881716, + "R": 2.3656464691157453e-05, + "M": 0.00028397925780154765, + "O": 0.00010373922123108059, + "W": 1.6038547983043827e-05, + "N": 5.6778684665914625e-05, + "Y": 0.0037820343859493732, + "U": 5.0209687287861016e-06, + "K": 0.0002805665717460215, + "L": 1.4696564903715625e-05, + "G": 0.0013386053033173084, + "F": 0.06751585751771927, + "E": 0.00195596762932837, + "T": 0.001208161935210228, + "P": 0.13241581618785858, + "-": 0.7905119061470032 + }, + "id": "tp_25265" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3158158, + "label": "-", + "classification": { + "B": 6.3390111790795345e-06, + "S": 1.5167262972681783e-05, + "I": 0.0007025438244454563, + "C": 0.0010603588307276368, + "R": 0.00016321449948009104, + "M": 0.0006072242395021021, + "O": 0.00019223097478970885, + "W": 1.854509537224658e-05, + "N": 7.87067911005579e-05, + "Y": 0.005856567062437534, + "U": 8.97330573934596e-06, + "K": 0.0003229686408303678, + "L": 3.1996023608371615e-05, + "G": 0.002656401600688696, + "F": 0.036311015486717224, + "E": 0.002111912937834859, + "T": 0.0018412440549582243, + "P": 0.08316723257303238, + "-": 0.8648473620414734 + }, + "id": "tp_25266" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3158258, + "label": "-", + "classification": { + "B": 8.623724170320202e-07, + "S": 6.988615268710419e-07, + "I": 9.963080083252862e-05, + "C": 1.5633235079803853e-06, + "R": 1.789101560234485e-07, + "M": 8.302126843773294e-06, + "O": 5.882566256332211e-06, + "W": 5.352591188056977e-07, + "N": 8.781689757597633e-06, + "Y": 6.60773366689682e-05, + "U": 2.2852555048302747e-07, + "K": 2.2215726858121343e-06, + "L": 3.1052425697453145e-07, + "G": 1.5991281543392688e-05, + "F": 0.0008604830363765359, + "E": 0.0002786529657896608, + "T": 7.330910011660308e-05, + "P": 0.45101723074913025, + "-": 0.5475591421127319 + }, + "id": "tp_25267" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3158392, + "label": "-", + "classification": { + "B": 6.700709036522312e-06, + "S": 2.988886262755841e-05, + "I": 0.00026693567633628845, + "C": 8.545359742129222e-05, + "R": 3.872420347761363e-05, + "M": 0.00026926491409540176, + "O": 0.000144988764077425, + "W": 1.5870511560933664e-05, + "N": 4.1151193727273494e-05, + "Y": 0.002962552709504962, + "U": 3.281458475612453e-06, + "K": 5.887652878300287e-05, + "L": 1.4433199794439133e-05, + "G": 0.0007685087039135396, + "F": 0.03413209319114685, + "E": 0.0002728921826928854, + "T": 0.0014396413462236524, + "P": 0.1319856196641922, + "-": 0.8274631500244141 + }, + "id": "tp_25268" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3158525, + "label": "-", + "classification": { + "B": 6.477365241153166e-05, + "S": 4.360585080576129e-06, + "I": 1.117285319196526e-05, + "C": 1.4308085383163416e-06, + "R": 3.4783769820023736e-07, + "M": 5.902479460928589e-05, + "O": 5.245180000201799e-05, + "W": 9.634251227907953e-07, + "N": 7.82393840381701e-07, + "Y": 7.060712960083038e-05, + "U": 2.8964244336293632e-08, + "K": 1.2380076519491467e-08, + "L": 7.62916351959575e-06, + "G": 0.0001479601487517357, + "F": 0.0010015687439590693, + "E": 2.9417489713523537e-05, + "T": 0.00018113577971234918, + "P": 0.11567692458629608, + "-": 0.8826894164085388 + }, + "id": "tp_25269" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3158625, + "label": "-", + "classification": { + "B": 0.0030163500923663378, + "S": 0.00167879241053015, + "I": 0.00435315677896142, + "C": 0.0048377192579209805, + "R": 0.001109685399569571, + "M": 0.010912391357123852, + "O": 0.005013377871364355, + "W": 0.0006752213230356574, + "N": 0.000668765336740762, + "Y": 0.008661361411213875, + "U": 0.00019284609879832715, + "K": 0.00026428079581819475, + "L": 0.003467592177912593, + "G": 0.02326289564371109, + "F": 0.07489645481109619, + "E": 0.0049697658978402615, + "T": 0.01057751476764679, + "P": 0.08820567280054092, + "-": 0.7532362341880798 + }, + "id": "tp_25270" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3158759, + "label": "-", + "classification": { + "B": 4.345991328591481e-05, + "S": 4.53278080385644e-05, + "I": 0.0024110423400998116, + "C": 0.0006783081335015595, + "R": 0.00012821127893403172, + "M": 0.0007810924435034394, + "O": 0.00033708856790326536, + "W": 6.204623787198216e-05, + "N": 0.0003938954323530197, + "Y": 0.004023596178740263, + "U": 5.746487659052946e-05, + "K": 0.00040036768768914044, + "L": 6.56674601486884e-05, + "G": 0.0022898053284734488, + "F": 0.013282683677971363, + "E": 0.0030333485919982195, + "T": 0.003497836645692587, + "P": 0.2999316155910492, + "-": 0.6685371994972229 + }, + "id": "tp_25271" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3158892, + "label": "-", + "classification": { + "B": 0.0002439018280711025, + "S": 0.00022761704167351127, + "I": 0.000677633099257946, + "C": 0.0034980750642716885, + "R": 0.001364144729450345, + "M": 0.011853997595608234, + "O": 0.0022091546561568975, + "W": 0.00012890213110949844, + "N": 6.16551042185165e-05, + "Y": 0.0257757306098938, + "U": 2.2230091417441145e-05, + "K": 1.2761334801325575e-05, + "L": 0.002512820065021515, + "G": 0.014985271729528904, + "F": 0.04919412359595299, + "E": 0.000705168058630079, + "T": 0.016786081716418266, + "P": 0.020303625613451004, + "-": 0.8494371175765991 + }, + "id": "tp_25272" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3159026, + "label": "P", + "classification": { + "B": 1.6517203960120241e-07, + "S": 1.1043639602803523e-07, + "I": 0.0005907757440581918, + "C": 4.499861915974179e-06, + "R": 3.5919862284572446e-07, + "M": 3.782053681788966e-06, + "O": 7.997034003892622e-07, + "W": 1.1069737837487992e-07, + "N": 2.0739238607347943e-05, + "Y": 2.022929402301088e-05, + "U": 4.55196662585422e-08, + "K": 7.229005518638587e-07, + "L": 4.9199346818795675e-08, + "G": 1.2560582945297938e-05, + "F": 0.0002326367684872821, + "E": 0.0003855098329950124, + "T": 1.165667981695151e-05, + "P": 0.9345622062683105, + "-": 0.06415297091007233 + }, + "id": "tp_25273" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3159126, + "label": "-", + "classification": { + "B": 7.865563384257257e-05, + "S": 7.18996743671596e-05, + "I": 0.0016334541141986847, + "C": 0.001967495772987604, + "R": 0.00034023853368125856, + "M": 0.0019870519172400236, + "O": 0.00047229850315488875, + "W": 6.815249071223661e-05, + "N": 0.00020082449191249907, + "Y": 0.006368895061314106, + "U": 5.252322443993762e-05, + "K": 0.0003765188448596746, + "L": 0.0002530103374738246, + "G": 0.008743416517972946, + "F": 0.044120680540800095, + "E": 0.007133559323847294, + "T": 0.003822140861302614, + "P": 0.11403190344572067, + "-": 0.8082773089408875 + }, + "id": "tp_25274" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3159259, + "label": "-", + "classification": { + "B": 4.619800986205291e-09, + "S": 5.0565076570308065e-09, + "I": 5.168660095478117e-07, + "C": 5.096929953651852e-07, + "R": 3.3183425784955034e-08, + "M": 6.404332566489757e-07, + "O": 3.269597073085606e-07, + "W": 5.022692040057564e-09, + "N": 8.800382644835736e-09, + "Y": 1.9047434761887416e-05, + "U": 1.3206296056722522e-09, + "K": 2.492633210948725e-09, + "L": 2.4559190237027906e-08, + "G": 2.2403769435186405e-06, + "F": 0.0005312057910487056, + "E": 6.037937509972835e-07, + "T": 1.1581291801121552e-05, + "P": 0.01857399195432663, + "-": 0.9808592200279236 + }, + "id": "tp_25275" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3159393, + "label": "-", + "classification": { + "B": 5.915356737773436e-08, + "S": 7.21777979606486e-08, + "I": 4.2338961065979674e-05, + "C": 9.535606295685284e-06, + "R": 1.4519907836074708e-06, + "M": 1.7635455151321366e-05, + "O": 5.3669200497097336e-06, + "W": 8.268362705621257e-08, + "N": 5.221152719059319e-07, + "Y": 0.00039114966057240963, + "U": 7.292073433973201e-08, + "K": 5.591261142967596e-08, + "L": 9.657908321969444e-07, + "G": 7.537399505963549e-05, + "F": 0.0011520772241055965, + "E": 7.151707904995419e-06, + "T": 0.00021214448497630656, + "P": 0.04439549148082733, + "-": 0.9536885023117065 + }, + "id": "tp_25276" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3159526, + "label": "P", + "classification": { + "B": 1.3671971998974186e-08, + "S": 6.3444658415789945e-09, + "I": 6.414816016331315e-05, + "C": 3.071982632718573e-07, + "R": 1.5148858167890467e-08, + "M": 6.374335157488531e-07, + "O": 1.2770708224252303e-07, + "W": 5.776712885818824e-09, + "N": 1.0783659263324807e-06, + "Y": 2.3521934053860605e-06, + "U": 5.083357290658341e-09, + "K": 1.4602231424021284e-08, + "L": 1.6245193634745192e-08, + "G": 3.3295643788733287e-06, + "F": 0.00013865242362953722, + "E": 4.749561412609182e-05, + "T": 5.532145678444067e-06, + "P": 0.8788148760795593, + "-": 0.12092136591672897 + }, + "id": "tp_25277" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3159626, + "label": "-", + "classification": { + "B": 0.0008646758506074548, + "S": 0.0026988890022039413, + "I": 0.02803468331694603, + "C": 0.009217919781804085, + "R": 0.002740521216765046, + "M": 0.010050744749605656, + "O": 0.004939955193549395, + "W": 0.0013389219529926777, + "N": 0.007352983579039574, + "Y": 0.060150861740112305, + "U": 0.0007697813562117517, + "K": 0.0027613043785095215, + "L": 0.0013891087146475911, + "G": 0.013539931736886501, + "F": 0.039250120520591736, + "E": 0.023597614839673042, + "T": 0.0336051806807518, + "P": 0.256275475025177, + "-": 0.501421332359314 + }, + "id": "tp_25278" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3159760, + "label": "P", + "classification": { + "B": 0.0011330373818054795, + "S": 0.001260627992451191, + "I": 0.0286421962082386, + "C": 0.0020791448187083006, + "R": 0.0008298104512505233, + "M": 0.004576518665999174, + "O": 0.002671214286237955, + "W": 0.0005225628847256303, + "N": 0.00842204224318266, + "Y": 0.0039133839309215546, + "U": 0.00014082009147386998, + "K": 0.0004931765724904835, + "L": 0.0006892523379065096, + "G": 0.009068851359188557, + "F": 0.022410079836845398, + "E": 0.037771500647068024, + "T": 0.005112106446176767, + "P": 0.6622855067253113, + "-": 0.20797815918922424 + }, + "id": "tp_25279" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3159893, + "label": "-", + "classification": { + "B": 1.3183704368202598e-06, + "S": 2.483077878423501e-06, + "I": 2.2946733224671334e-05, + "C": 2.0549839518935187e-06, + "R": 5.263415232548141e-07, + "M": 1.4090232070884667e-05, + "O": 1.5386562154162675e-05, + "W": 5.92787671394035e-07, + "N": 3.5094772101729177e-06, + "Y": 5.7406923588132486e-05, + "U": 3.9073945856671344e-08, + "K": 1.4672804127258132e-07, + "L": 8.423525059697567e-07, + "G": 4.870389966527e-05, + "F": 0.005663486197590828, + "E": 6.179921183502302e-05, + "T": 0.00010240910341963172, + "P": 0.3540756106376648, + "-": 0.6399266719818115 + }, + "id": "tp_25280" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3160027, + "label": "P", + "classification": { + "B": 2.2013235138729215e-05, + "S": 1.6551017324673012e-05, + "I": 0.008462652564048767, + "C": 0.0002807469281833619, + "R": 3.047750760742929e-05, + "M": 0.0008867160649970174, + "O": 7.936915790196508e-05, + "W": 1.582669938215986e-05, + "N": 0.0008783316588960588, + "Y": 0.003788126865401864, + "U": 8.607724339526612e-06, + "K": 0.001261610072106123, + "L": 1.5152954802033491e-05, + "G": 0.003962303511798382, + "F": 0.02124309539794922, + "E": 0.10854856669902802, + "T": 0.0014112986391410232, + "P": 0.529404878616333, + "-": 0.3196837604045868 + }, + "id": "tp_25281" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3160127, + "label": "-", + "classification": { + "B": 2.5771776108740596e-06, + "S": 4.95035465064575e-06, + "I": 0.0004887200193479657, + "C": 0.00021585206559393555, + "R": 1.8615926819620654e-05, + "M": 0.00047505213296972215, + "O": 6.534285057568923e-05, + "W": 4.4380026338330936e-06, + "N": 3.384806041140109e-05, + "Y": 0.0021954544354230165, + "U": 3.736502776519046e-06, + "K": 3.473511242191307e-05, + "L": 9.444642273592763e-06, + "G": 0.00040722411358729005, + "F": 0.008391432464122772, + "E": 0.0009069468942470849, + "T": 0.0012182674836367369, + "P": 0.12577345967292786, + "-": 0.8597499132156372 + }, + "id": "tp_25282" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3160260, + "label": "-", + "classification": { + "B": 1.2883278088793304e-07, + "S": 3.2649339232193597e-07, + "I": 8.989489288069308e-05, + "C": 3.1261781259672716e-05, + "R": 3.249103656344232e-06, + "M": 1.241368954651989e-05, + "O": 7.834833013475873e-06, + "W": 4.566704205899441e-07, + "N": 7.190792075562058e-06, + "Y": 0.000617816171143204, + "U": 7.597442390760989e-07, + "K": 1.6549542124266736e-05, + "L": 5.536964522434573e-07, + "G": 9.374988439958543e-05, + "F": 0.004992958158254623, + "E": 0.00017047701112460345, + "T": 0.00015503482427448034, + "P": 0.13674484193325043, + "-": 0.857054591178894 + }, + "id": "tp_25283" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3160394, + "label": "-", + "classification": { + "B": 0.0023380941711366177, + "S": 0.000849139119964093, + "I": 0.0041093165054917336, + "C": 0.0005895866197533906, + "R": 0.00017432535241823643, + "M": 0.004196675959974527, + "O": 0.001500844256952405, + "W": 0.00027683249209076166, + "N": 0.0008088182657957077, + "Y": 0.005424463655799627, + "U": 6.4685802499298e-05, + "K": 0.00023532880004495382, + "L": 0.0006276195053942502, + "G": 0.008719727396965027, + "F": 0.04346230626106262, + "E": 0.015450599603354931, + "T": 0.004847953096032143, + "P": 0.3676323890686035, + "-": 0.5386912822723389 + }, + "id": "tp_25284" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3160527, + "label": "P", + "classification": { + "B": 0.0006561822956427932, + "S": 0.0006178331095725298, + "I": 0.0414605513215065, + "C": 0.002390871290117502, + "R": 0.000798633904196322, + "M": 0.0035061596427112818, + "O": 0.0011182402959093451, + "W": 0.0005004123668186367, + "N": 0.009589765220880508, + "Y": 0.0065886047668755054, + "U": 0.0005194377154111862, + "K": 0.0028389766812324524, + "L": 0.00037259055534377694, + "G": 0.003813217394053936, + "F": 0.014171162620186806, + "E": 0.03596107289195061, + "T": 0.005511220544576645, + "P": 0.6837430000305176, + "-": 0.18584208190441132 + }, + "id": "tp_25285" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3160627, + "label": "-", + "classification": { + "B": 1.8857146642403677e-05, + "S": 4.6405901230173185e-05, + "I": 0.0017480874666944146, + "C": 0.00041811884148046374, + "R": 5.697733649867587e-05, + "M": 0.0008194593247026205, + "O": 0.00018918274145107716, + "W": 3.030851985386107e-05, + "N": 0.00027428840985521674, + "Y": 0.003064580960199237, + "U": 1.686609539319761e-05, + "K": 0.00012876300024800003, + "L": 4.209675535093993e-05, + "G": 0.0014415672048926353, + "F": 0.024060742929577827, + "E": 0.0028498531319200993, + "T": 0.0019736778922379017, + "P": 0.36060962080955505, + "-": 0.6022105813026428 + }, + "id": "tp_25286" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3160761, + "label": "-", + "classification": { + "B": 3.651659199022106e-06, + "S": 5.449831405712757e-06, + "I": 0.0012809683103114367, + "C": 6.57580530969426e-05, + "R": 8.626681847090367e-06, + "M": 0.00012378906831145287, + "O": 3.8104433770058677e-05, + "W": 5.046359092375496e-06, + "N": 0.0001044227319653146, + "Y": 0.0007356564747169614, + "U": 3.1279964787245262e-06, + "K": 2.4838765966705978e-05, + "L": 5.2265218073443975e-06, + "G": 0.00026187271578237414, + "F": 0.007119749207049608, + "E": 0.001398554421029985, + "T": 0.0004894864978268743, + "P": 0.4679688513278961, + "-": 0.5203567743301392 + }, + "id": "tp_25287" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3160894, + "label": "P", + "classification": { + "B": 0.0009762324625626206, + "S": 0.0008747457759454846, + "I": 0.01739097386598587, + "C": 0.00043257055222056806, + "R": 0.00027634514844976366, + "M": 0.0019985116086900234, + "O": 0.0014509251341223717, + "W": 0.00036163083859719336, + "N": 0.005415830761194229, + "Y": 0.005157487001270056, + "U": 0.0001390801480738446, + "K": 0.0005635260604321957, + "L": 0.0003446078335400671, + "G": 0.003817598335444927, + "F": 0.010184282436966896, + "E": 0.009464703500270844, + "T": 0.006636879872530699, + "P": 0.7530223727226257, + "-": 0.1814917027950287 + }, + "id": "tp_25288" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3161028, + "label": "P", + "classification": { + "B": 0.00016891695850063115, + "S": 0.00021802123228553683, + "I": 0.008682758547365665, + "C": 0.0013700632844120264, + "R": 0.000552419456653297, + "M": 0.0014711151598021388, + "O": 0.001176035962998867, + "W": 0.00013437856978271157, + "N": 0.0015295951161533594, + "Y": 0.005148631986230612, + "U": 0.00014573930820915848, + "K": 0.00010884289804380387, + "L": 0.0004347127687651664, + "G": 0.004249110352247953, + "F": 0.018882034346461296, + "E": 0.004894902464002371, + "T": 0.005120708141475916, + "P": 0.5318398475646973, + "-": 0.41387221217155457 + }, + "id": "tp_25289" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3161128, + "label": "-", + "classification": { + "B": 7.892068970249966e-05, + "S": 0.00022013105626683682, + "I": 0.003391511971130967, + "C": 0.0028319931589066982, + "R": 0.0004800734459422529, + "M": 0.0008547806064598262, + "O": 0.001154269790276885, + "W": 0.0003200094506610185, + "N": 0.001175406388938427, + "Y": 0.00825463980436325, + "U": 0.00019573858298826963, + "K": 0.0031671393662691116, + "L": 0.0001534147304482758, + "G": 0.003811074420809746, + "F": 0.0674939751625061, + "E": 0.006020938977599144, + "T": 0.003661849768832326, + "P": 0.24566778540611267, + "-": 0.6510663032531738 + }, + "id": "tp_25290" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3161261, + "label": "C", + "classification": { + "B": 0.0012423120206221938, + "S": 0.007717425934970379, + "I": 0.030734539031982422, + "C": 0.4248453974723816, + "R": 0.10832459479570389, + "M": 0.05610925704240799, + "O": 0.022810813039541245, + "W": 0.004747547209262848, + "N": 0.004987576976418495, + "Y": 0.03534069284796715, + "U": 0.0005871622706763446, + "K": 0.0010690975468605757, + "L": 0.03128349408507347, + "G": 0.1363047957420349, + "F": 0.029441574588418007, + "E": 0.00789430271834135, + "T": 0.04203403368592262, + "P": 0.00864274799823761, + "-": 0.0458826906979084 + }, + "id": "tp_25291" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3161395, + "label": "-", + "classification": { + "B": 0.00021637397003360093, + "S": 0.00013414966815616935, + "I": 0.009544364176690578, + "C": 0.0008953684591688216, + "R": 0.00027457886608317494, + "M": 0.0032159555703401566, + "O": 0.0008232598775066435, + "W": 0.00016128171409945935, + "N": 0.0010950883151963353, + "Y": 0.009156265296041965, + "U": 0.00013494469749275595, + "K": 0.0002120214339811355, + "L": 0.0002562764857430011, + "G": 0.0020955251529812813, + "F": 0.009157448075711727, + "E": 0.005522181745618582, + "T": 0.009650959633290768, + "P": 0.3272979259490967, + "-": 0.6201560497283936 + }, + "id": "tp_25292" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3161528, + "label": "-", + "classification": { + "B": 1.9204759155400097e-05, + "S": 9.55472842179006e-06, + "I": 0.00012339770910330117, + "C": 0.000175573441083543, + "R": 1.7433483662898652e-05, + "M": 0.00033170892857015133, + "O": 9.470438089920208e-05, + "W": 6.984151241340442e-06, + "N": 1.4117445971351117e-05, + "Y": 0.0024732553865760565, + "U": 2.096984644595068e-06, + "K": 2.149328065570444e-05, + "L": 3.642824594862759e-05, + "G": 0.0018847824539989233, + "F": 0.04747174307703972, + "E": 0.0014062649570405483, + "T": 0.0007788665243424475, + "P": 0.09686964750289917, + "-": 0.8482626676559448 + }, + "id": "tp_25293" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3161628, + "label": "-", + "classification": { + "B": 0.00032260623993352056, + "S": 0.0005298113683238626, + "I": 0.005672823172062635, + "C": 0.024032175540924072, + "R": 0.005724741145968437, + "M": 0.01701205037534237, + "O": 0.00534277455881238, + "W": 0.0006057064165361226, + "N": 0.0008619404979981482, + "Y": 0.07606995850801468, + "U": 0.00034638316719792783, + "K": 0.0009708721190690994, + "L": 0.0034708634484559298, + "G": 0.03897682577371597, + "F": 0.07656852155923843, + "E": 0.005999828688800335, + "T": 0.02914571389555931, + "P": 0.04465700685977936, + "-": 0.663689374923706 + }, + "id": "tp_25294" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3161762, + "label": "-", + "classification": { + "B": 0.00038540083914995193, + "S": 0.0007466617389582098, + "I": 0.009537066332995892, + "C": 0.002778701949864626, + "R": 0.0010933924932032824, + "M": 0.0037898183800280094, + "O": 0.0022539449855685234, + "W": 0.0007904111407697201, + "N": 0.0021197269670665264, + "Y": 0.01987478695809841, + "U": 0.0004743735771626234, + "K": 0.001431140466593206, + "L": 0.0007507623522542417, + "G": 0.004839569795876741, + "F": 0.037586014717817307, + "E": 0.007264917250722647, + "T": 0.014424476772546768, + "P": 0.2762802243232727, + "-": 0.6135786771774292 + }, + "id": "tp_25295" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3161895, + "label": "-", + "classification": { + "B": 0.0011554029770195484, + "S": 0.0005755494348704815, + "I": 0.0026160224806517363, + "C": 0.0004302609886508435, + "R": 0.00016380926535930485, + "M": 0.0018291410524398088, + "O": 0.0013527830597013235, + "W": 0.00029051091405563056, + "N": 0.0006171364802867174, + "Y": 0.0022890684194862843, + "U": 6.123159982962534e-05, + "K": 0.0001356351567665115, + "L": 0.0003771346528083086, + "G": 0.003590522799640894, + "F": 0.04134882241487503, + "E": 0.007508981507271528, + "T": 0.002984053688123822, + "P": 0.4314334988594055, + "-": 0.5012403726577759 + }, + "id": "tp_25296" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3162029, + "label": "-", + "classification": { + "B": 0.0008097724639810622, + "S": 0.000582138542085886, + "I": 0.0036717767361551523, + "C": 0.0007691817590966821, + "R": 0.0002182788448408246, + "M": 0.003577213268727064, + "O": 0.0024650543928146362, + "W": 0.00037520690239034593, + "N": 0.000713044311851263, + "Y": 0.004213673062622547, + "U": 0.0001059238420566544, + "K": 0.00013932645379099995, + "L": 0.0006442128797061741, + "G": 0.0036325103137642145, + "F": 0.019033782184123993, + "E": 0.0050843278877437115, + "T": 0.0063970573246479034, + "P": 0.24162858724594116, + "-": 0.7059388756752014 + }, + "id": "tp_25297" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3162129, + "label": "-", + "classification": { + "B": 1.7640319128986448e-05, + "S": 2.631166353239678e-05, + "I": 0.00022760154388379306, + "C": 0.0007570474408566952, + "R": 0.00023563127615489066, + "M": 0.006853408180177212, + "O": 0.0009114464628510177, + "W": 2.444682286295574e-05, + "N": 1.1195100341865327e-05, + "Y": 0.004796675872057676, + "U": 6.109700734668877e-06, + "K": 9.506854325991299e-07, + "L": 0.000717867340426892, + "G": 0.00303592043928802, + "F": 0.006606451701372862, + "E": 0.00016213060007430613, + "T": 0.008813191205263138, + "P": 0.019559213891625404, + "-": 0.9472367167472839 + }, + "id": "tp_25298" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3162262, + "label": "P", + "classification": { + "B": 2.6133172923437087e-06, + "S": 3.3624116895225598e-06, + "I": 0.0010274124797433615, + "C": 1.9771359802689403e-05, + "R": 2.481283445376903e-06, + "M": 7.050586282275617e-05, + "O": 3.38248246407602e-05, + "W": 3.250307599955704e-06, + "N": 0.00011892607290064916, + "Y": 0.0003029567888006568, + "U": 2.4538635443605017e-06, + "K": 5.251276525086723e-05, + "L": 1.8328947817281005e-06, + "G": 0.00014150701463222504, + "F": 0.0035423156805336475, + "E": 0.001791957183741033, + "T": 0.0003148406685795635, + "P": 0.6184897422790527, + "-": 0.3740776777267456 + }, + "id": "tp_25299" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3162396, + "label": "-", + "classification": { + "B": 1.4027295947016682e-06, + "S": 2.1648177153110737e-06, + "I": 0.00029755645664408803, + "C": 6.424295861506835e-05, + "R": 4.735937636723975e-06, + "M": 9.418487752554938e-05, + "O": 2.3518234229413792e-05, + "W": 1.6010876606742386e-06, + "N": 1.9113113012281246e-05, + "Y": 0.0010233416687697172, + "U": 1.2888274341094075e-06, + "K": 8.830093065625988e-06, + "L": 3.359871470820508e-06, + "G": 0.00028088377439416945, + "F": 0.006965917069464922, + "E": 0.00041392032289877534, + "T": 0.000505555362906307, + "P": 0.25430089235305786, + "-": 0.7359875440597534 + }, + "id": "tp_25300" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3162529, + "label": "P", + "classification": { + "B": 8.198478553822497e-07, + "S": 3.3765002172003733e-07, + "I": 0.0006116461590863764, + "C": 6.490814848802984e-05, + "R": 2.796728949761018e-06, + "M": 2.1225088858045638e-05, + "O": 6.322350145637756e-06, + "W": 9.658418775870814e-07, + "N": 6.094690616009757e-05, + "Y": 0.00038645596941933036, + "U": 1.1700248023771564e-06, + "K": 6.684075196972117e-05, + "L": 5.980862169963075e-07, + "G": 0.0003019174619112164, + "F": 0.005977390334010124, + "E": 0.0072210500948131084, + "T": 8.790300489636138e-05, + "P": 0.6926227807998657, + "-": 0.29256385564804077 + }, + "id": "tp_25301" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3162629, + "label": "-", + "classification": { + "B": 1.0643694992040764e-07, + "S": 1.083230074527819e-07, + "I": 9.492618119111285e-06, + "C": 1.4093238860368729e-05, + "R": 1.6354812260033214e-06, + "M": 6.005936666042544e-05, + "O": 7.231954896269599e-06, + "W": 9.650467092114923e-08, + "N": 2.0830322000620072e-07, + "Y": 0.00038781200419180095, + "U": 2.4971546608298922e-08, + "K": 3.027095019092485e-08, + "L": 1.1186418760189554e-06, + "G": 8.559413981856778e-05, + "F": 0.0012791060144081712, + "E": 1.0536490663071163e-05, + "T": 0.000236703606788069, + "P": 0.017709042876958847, + "-": 0.9801969528198242 + }, + "id": "tp_25302" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3162763, + "label": "P", + "classification": { + "B": 0.00014984142035245895, + "S": 0.0002849594166036695, + "I": 0.08842790126800537, + "C": 0.0006912443786859512, + "R": 0.00031730366754345596, + "M": 0.000606532848905772, + "O": 0.0003255016927141696, + "W": 0.00013761501759290695, + "N": 0.014228067360818386, + "Y": 0.004130920395255089, + "U": 3.902124080923386e-05, + "K": 0.0012583069037646055, + "L": 4.645213994081132e-05, + "G": 0.0018656550673767924, + "F": 0.007219061255455017, + "E": 0.01929561048746109, + "T": 0.0016383645124733448, + "P": 0.8068482279777527, + "-": 0.052489347755908966 + }, + "id": "tp_25303" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3162896, + "label": "-", + "classification": { + "B": 0.0010789235820993781, + "S": 0.0003029549843631685, + "I": 0.003935340326279402, + "C": 0.0016134148463606834, + "R": 0.0005464176065288484, + "M": 0.006120918318629265, + "O": 0.002311945427209139, + "W": 0.00022009367239661515, + "N": 0.0003882541786879301, + "Y": 0.013862138614058495, + "U": 9.238076017936692e-05, + "K": 5.636399509967305e-05, + "L": 0.0012748101726174355, + "G": 0.01094914972782135, + "F": 0.021934719756245613, + "E": 0.004388665780425072, + "T": 0.009876348078250885, + "P": 0.1367562860250473, + "-": 0.7842909097671509 + }, + "id": "tp_25304" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3163030, + "label": "-", + "classification": { + "B": 6.717557425872656e-06, + "S": 3.283644218754489e-06, + "I": 0.00321908644400537, + "C": 0.00026695040287449956, + "R": 4.387237277114764e-05, + "M": 0.0003250301524531096, + "O": 8.302725473186001e-05, + "W": 9.179325388686266e-06, + "N": 0.00014155708777252585, + "Y": 0.0021515588741749525, + "U": 8.375265679205768e-06, + "K": 2.0590590793290175e-05, + "L": 1.5078684555192012e-05, + "G": 0.0006143259233795106, + "F": 0.0028419296722859144, + "E": 0.0014336263993754983, + "T": 0.0009999362519010901, + "P": 0.4237608015537262, + "-": 0.5640550255775452 + }, + "id": "tp_25305" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3163130, + "label": "-", + "classification": { + "B": 1.6455689547001384e-05, + "S": 2.059492317130207e-06, + "I": 0.000533255108166486, + "C": 0.00015590121620334685, + "R": 1.1474695384094957e-05, + "M": 0.00012334625353105366, + "O": 3.4627821150934324e-05, + "W": 1.7583377029950498e-06, + "N": 4.1340179450344294e-05, + "Y": 0.0007861062767915428, + "U": 2.3383756797557e-06, + "K": 4.655593784264056e-06, + "L": 7.915512469480745e-06, + "G": 0.0005580660654231906, + "F": 0.002848320174962282, + "E": 0.001565052312798798, + "T": 0.00042745849350467324, + "P": 0.28968921303749084, + "-": 0.7031906843185425 + }, + "id": "tp_25306" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3163263, + "label": "P", + "classification": { + "B": 0.0007244069129228592, + "S": 0.0004036558384541422, + "I": 0.04121284559369087, + "C": 0.0032711296807974577, + "R": 0.0008751146378926933, + "M": 0.005774082615971565, + "O": 0.0011096911039203405, + "W": 0.00039238453609868884, + "N": 0.00842346716672182, + "Y": 0.005566088017076254, + "U": 0.00030878742109052837, + "K": 0.001474138698540628, + "L": 0.0004147344152443111, + "G": 0.004916160833090544, + "F": 0.013758179731667042, + "E": 0.06668546050786972, + "T": 0.003892831038683653, + "P": 0.6787078380584717, + "-": 0.16208906471729279 + }, + "id": "tp_25307" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3163397, + "label": "P", + "classification": { + "B": 1.9213113773730583e-05, + "S": 1.3141035196895245e-05, + "I": 0.004300519824028015, + "C": 4.032735523651354e-05, + "R": 1.7351510905427858e-05, + "M": 9.077644790522754e-05, + "O": 5.8955738495569676e-05, + "W": 7.412417744490085e-06, + "N": 0.000515973602887243, + "Y": 0.0003125578514300287, + "U": 7.450440079992404e-06, + "K": 3.968941746279597e-05, + "L": 8.144994353642687e-06, + "G": 0.0003710061719175428, + "F": 0.002076410222798586, + "E": 0.0015346448635682464, + "T": 0.000544116657692939, + "P": 0.8631151914596558, + "-": 0.12692713737487793 + }, + "id": "tp_25308" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3163530, + "label": "-", + "classification": { + "B": 0.002218768000602722, + "S": 0.0011241858592256904, + "I": 0.021548904478549957, + "C": 0.03765617311000824, + "R": 0.009943860583007336, + "M": 0.027623385190963745, + "O": 0.009399788454174995, + "W": 0.0011213578982278705, + "N": 0.002212298335507512, + "Y": 0.026258517056703568, + "U": 0.0007425459334626794, + "K": 0.00013546121772378683, + "L": 0.011029155924916267, + "G": 0.04396641626954079, + "F": 0.02191954106092453, + "E": 0.014638314954936504, + "T": 0.027485931292176247, + "P": 0.16763383150100708, + "-": 0.5733416080474854 + }, + "id": "tp_25309" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3163630, + "label": "P", + "classification": { + "B": 0.00015619619807694107, + "S": 0.00022716821695212275, + "I": 0.1293744295835495, + "C": 0.003749369876459241, + "R": 0.0013221483677625656, + "M": 0.003451437456533313, + "O": 0.0008486292790621519, + "W": 0.0002450812899041921, + "N": 0.010620509274303913, + "Y": 0.010930129326879978, + "U": 9.587645763531327e-05, + "K": 0.000636562705039978, + "L": 0.00018002724391408265, + "G": 0.003616312751546502, + "F": 0.006816691718995571, + "E": 0.021341925486922264, + "T": 0.004877632018178701, + "P": 0.6330487728118896, + "-": 0.16846102476119995 + }, + "id": "tp_25310" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3163764, + "label": "-", + "classification": { + "B": 4.0865520531951915e-06, + "S": 3.899683179042768e-06, + "I": 0.00027365246205590665, + "C": 2.9842520234524272e-05, + "R": 9.46727413975168e-06, + "M": 5.9633064665831625e-05, + "O": 5.029175372328609e-05, + "W": 7.249257123476127e-06, + "N": 2.3006146875559352e-05, + "Y": 0.0009152561542578042, + "U": 2.8639296942856163e-06, + "K": 2.8684031349257566e-05, + "L": 4.898991846857825e-06, + "G": 0.0001648009492782876, + "F": 0.006466142367571592, + "E": 0.00022433306730818003, + "T": 0.0004922936204820871, + "P": 0.2119622826576233, + "-": 0.7792772650718689 + }, + "id": "tp_25311" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3163897, + "label": "P", + "classification": { + "B": 0.00036517163971439004, + "S": 2.2539803467225283e-05, + "I": 0.005963543895632029, + "C": 0.0013829527888447046, + "R": 0.00013284230954013765, + "M": 0.00153286661952734, + "O": 0.00016853147826623172, + "W": 1.8975313651026227e-05, + "N": 0.00019319778948556632, + "Y": 0.002275200327858329, + "U": 2.191947351093404e-05, + "K": 4.489477760216687e-06, + "L": 0.00019493351283017546, + "G": 0.002961603458970785, + "F": 0.005512463394552469, + "E": 0.00521770678460598, + "T": 0.001812982838600874, + "P": 0.5508532524108887, + "-": 0.42136475443840027 + }, + "id": "tp_25312" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3164031, + "label": "-", + "classification": { + "B": 0.001984751084819436, + "S": 0.0036179611925035715, + "I": 0.01973862014710903, + "C": 0.009657254442572594, + "R": 0.0048120454885065556, + "M": 0.024159764871001244, + "O": 0.008791817352175713, + "W": 0.0022696300875395536, + "N": 0.005543296225368977, + "Y": 0.04045484960079193, + "U": 0.001378892338834703, + "K": 0.005416523199528456, + "L": 0.004013299476355314, + "G": 0.02720610238611698, + "F": 0.09570486098527908, + "E": 0.023231521248817444, + "T": 0.0340556800365448, + "P": 0.1549406498670578, + "-": 0.5330224633216858 + }, + "id": "tp_25313" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3164131, + "label": "P", + "classification": { + "B": 0.00010553532774792984, + "S": 8.307746611535549e-05, + "I": 0.0031661370303481817, + "C": 0.0002490064944140613, + "R": 6.954237323952839e-05, + "M": 0.0004943610983900726, + "O": 0.0003144544316455722, + "W": 6.64091348880902e-05, + "N": 0.0005302210338413715, + "Y": 0.002295228885486722, + "U": 3.969159661210142e-05, + "K": 0.0003448740462772548, + "L": 6.052505341358483e-05, + "G": 0.0017749969847500324, + "F": 0.01901477575302124, + "E": 0.004803925286978483, + "T": 0.001415976439602673, + "P": 0.584389328956604, + "-": 0.38078197836875916 + }, + "id": "tp_25314" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3164264, + "label": "P", + "classification": { + "B": 3.9760605432093143e-05, + "S": 2.4510076400474645e-05, + "I": 0.010723434388637543, + "C": 0.0007143173133954406, + "R": 9.2087168013677e-05, + "M": 0.0007486160029657185, + "O": 0.0002038734091911465, + "W": 5.174161560717039e-05, + "N": 0.0013300911523401737, + "Y": 0.008676336146891117, + "U": 4.484051532926969e-05, + "K": 0.0030479326378554106, + "L": 2.4829309040796943e-05, + "G": 0.0032102507539093494, + "F": 0.013637569732964039, + "E": 0.03316319361329079, + "T": 0.0018639519112184644, + "P": 0.47675254940986633, + "-": 0.4456501305103302 + }, + "id": "tp_25315" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3164398, + "label": "-", + "classification": { + "B": 0.00010349251533625647, + "S": 6.067705908208154e-05, + "I": 0.001713935867883265, + "C": 0.0008787146070972085, + "R": 0.0002089581685140729, + "M": 0.0015823086723685265, + "O": 0.0006469961372204125, + "W": 0.00010040065535577014, + "N": 0.00018997628649231046, + "Y": 0.005567976739257574, + "U": 6.677571218460798e-05, + "K": 4.590184835251421e-05, + "L": 0.000236473060795106, + "G": 0.0014133729273453355, + "F": 0.006696129217743874, + "E": 0.0016147838905453682, + "T": 0.006450428161770105, + "P": 0.13187812268733978, + "-": 0.8405446410179138 + }, + "id": "tp_25316" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3164531, + "label": "-", + "classification": { + "B": 0.004372985102236271, + "S": 0.002058591926470399, + "I": 0.0007003014325164258, + "C": 0.0006533777341246605, + "R": 0.0004522703820839524, + "M": 0.013667535036802292, + "O": 0.014736954122781754, + "W": 0.00098819425329566, + "N": 0.0001312202657572925, + "Y": 0.0039800307713449, + "U": 3.830552304862067e-05, + "K": 4.978956440027105e-06, + "L": 0.00895269587635994, + "G": 0.008307743817567825, + "F": 0.030620919540524483, + "E": 0.0011714751599356532, + "T": 0.007885769009590149, + "P": 0.05057993531227112, + "-": 0.8506967425346375 + }, + "id": "tp_25317" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3164631, + "label": "P", + "classification": { + "B": 7.371296669589356e-05, + "S": 4.145891944062896e-05, + "I": 0.008775020949542522, + "C": 0.0005972182843834162, + "R": 0.00013142937677912414, + "M": 0.0006810703198425472, + "O": 0.00022172923490870744, + "W": 3.45109001500532e-05, + "N": 0.001314666005782783, + "Y": 0.0011502536945044994, + "U": 3.3226999221369624e-05, + "K": 0.00017632587696425617, + "L": 7.27705773897469e-05, + "G": 0.0020952990744262934, + "F": 0.01199133787304163, + "E": 0.010257541202008724, + "T": 0.0016349515644833446, + "P": 0.7059412002563477, + "-": 0.25477632880210876 + }, + "id": "tp_25318" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3164765, + "label": "-", + "classification": { + "B": 0.004427484702318907, + "S": 0.004699316807091236, + "I": 0.09750611335039139, + "C": 0.07816115021705627, + "R": 0.03513664752244949, + "M": 0.03342035412788391, + "O": 0.017739655449986458, + "W": 0.004505501128733158, + "N": 0.013837051577866077, + "Y": 0.11458712071180344, + "U": 0.002532607177272439, + "K": 0.003403312060981989, + "L": 0.009839373640716076, + "G": 0.056050773710012436, + "F": 0.033930107951164246, + "E": 0.014735491946339607, + "T": 0.06222056597471237, + "P": 0.09667931497097015, + "-": 0.31658801436424255 + }, + "id": "tp_25319" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3164898, + "label": "-", + "classification": { + "B": 0.00023059832165017724, + "S": 0.0002852650359272957, + "I": 0.002219665329903364, + "C": 0.002661791630089283, + "R": 0.0005541928112506866, + "M": 0.005711025092750788, + "O": 0.001410091994330287, + "W": 0.0001465842069592327, + "N": 0.0002944875159300864, + "Y": 0.014872731640934944, + "U": 7.332863606279716e-05, + "K": 0.00010208605090156198, + "L": 0.000664887425955385, + "G": 0.006777778267860413, + "F": 0.033385638147592545, + "E": 0.0033681204076856375, + "T": 0.011290836147964, + "P": 0.07700873166322708, + "-": 0.8389421701431274 + }, + "id": "tp_25320" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3165032, + "label": "-", + "classification": { + "B": 0.0002839111548382789, + "S": 0.0001197817618958652, + "I": 0.007381652481853962, + "C": 0.002104136859998107, + "R": 0.0009078556904569268, + "M": 0.005123921204358339, + "O": 0.0015455198008567095, + "W": 0.0001613405329408124, + "N": 0.0002774519380182028, + "Y": 0.029208675026893616, + "U": 5.340963980415836e-05, + "K": 2.7465333914733492e-05, + "L": 0.0007831121329218149, + "G": 0.00881690438836813, + "F": 0.009796448051929474, + "E": 0.0019779105205088854, + "T": 0.017627466470003128, + "P": 0.08471425622701645, + "-": 0.8290887475013733 + }, + "id": "tp_25321" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3165132, + "label": "-", + "classification": { + "B": 0.0008481875411234796, + "S": 0.00017593508528079838, + "I": 0.005843074526637793, + "C": 0.007084432989358902, + "R": 0.000791915284935385, + "M": 0.007164736744016409, + "O": 0.0013309039641171694, + "W": 0.00013691284402739257, + "N": 0.0003901481977663934, + "Y": 0.014369397424161434, + "U": 4.6325654693646356e-05, + "K": 2.932816460088361e-05, + "L": 0.0007752185338176787, + "G": 0.00838310644030571, + "F": 0.01293623261153698, + "E": 0.007282907608896494, + "T": 0.00820498913526535, + "P": 0.16055485606193542, + "-": 0.7636513710021973 + }, + "id": "tp_25322" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3165265, + "label": "P", + "classification": { + "B": 0.0004872630233876407, + "S": 0.0006613123696297407, + "I": 0.14260216057300568, + "C": 0.01382975559681654, + "R": 0.0027114206459373236, + "M": 0.006237222347408533, + "O": 0.001472985022701323, + "W": 0.0004486529796849936, + "N": 0.016149964183568954, + "Y": 0.058499760925769806, + "U": 0.00027643830981105566, + "K": 0.001898941001854837, + "L": 0.0003653932362794876, + "G": 0.00880561675876379, + "F": 0.0083927595987916, + "E": 0.06272558122873306, + "T": 0.009701890870928764, + "P": 0.48177576065063477, + "-": 0.18295705318450928 + }, + "id": "tp_25323" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3165399, + "label": "-", + "classification": { + "B": 0.0025727013126015663, + "S": 0.0010171961039304733, + "I": 0.06549743562936783, + "C": 0.046927183866500854, + "R": 0.009411411359906197, + "M": 0.013301713392138481, + "O": 0.004391237162053585, + "W": 0.0015001296997070312, + "N": 0.006991580128669739, + "Y": 0.05085127055644989, + "U": 0.00245289015583694, + "K": 0.0016844485653564334, + "L": 0.003988494630903006, + "G": 0.027767153456807137, + "F": 0.024375682696700096, + "E": 0.03312220051884651, + "T": 0.02240128628909588, + "P": 0.24736756086349487, + "-": 0.43437841534614563 + }, + "id": "tp_25324" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3165532, + "label": "-", + "classification": { + "B": 2.4135240892064758e-05, + "S": 7.418780296575278e-05, + "I": 0.0006151302950456738, + "C": 0.007101851515471935, + "R": 0.0018222121288999915, + "M": 0.017424890771508217, + "O": 0.0017668720101937652, + "W": 5.813623283756897e-05, + "N": 3.284036574768834e-05, + "Y": 0.05424635484814644, + "U": 2.369023786741309e-05, + "K": 4.230949343764223e-05, + "L": 0.0021295540500432253, + "G": 0.02296060137450695, + "F": 0.031362149864435196, + "E": 0.00046909984666854143, + "T": 0.023503214120864868, + "P": 0.009082354605197906, + "-": 0.8272603154182434 + }, + "id": "tp_25325" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3165632, + "label": "-", + "classification": { + "B": 1.335450269834837e-05, + "S": 8.155755494954064e-06, + "I": 0.001505318214185536, + "C": 0.0002159368887078017, + "R": 3.187317634001374e-05, + "M": 0.00015667220577597618, + "O": 8.626431372249499e-05, + "W": 1.2231276741658803e-05, + "N": 0.00014994486991781741, + "Y": 0.0027091633528470993, + "U": 8.624008842161857e-06, + "K": 0.00015046342741698027, + "L": 1.1657672985165846e-05, + "G": 0.0014126631431281567, + "F": 0.01393379271030426, + "E": 0.003939404152333736, + "T": 0.0007262261933647096, + "P": 0.3147921860218048, + "-": 0.6601361036300659 + }, + "id": "tp_25326" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3165766, + "label": "-", + "classification": { + "B": 0.000606537563726306, + "S": 0.0008990773349069059, + "I": 0.022299928590655327, + "C": 0.004316853825002909, + "R": 0.0025710980407893658, + "M": 0.005270966794341803, + "O": 0.002958347788080573, + "W": 0.0009028571075759828, + "N": 0.00432172603905201, + "Y": 0.035947851836681366, + "U": 0.0009216851321980357, + "K": 0.0039803036488592625, + "L": 0.0009996405569836497, + "G": 0.012960447929799557, + "F": 0.05234220251441002, + "E": 0.011121118441224098, + "T": 0.018031876534223557, + "P": 0.288978636264801, + "-": 0.5305687785148621 + }, + "id": "tp_25327" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3165899, + "label": "-", + "classification": { + "B": 0.004660830833017826, + "S": 0.0011435573687776923, + "I": 0.013768322765827179, + "C": 0.0022585124243050814, + "R": 0.0010448062093928456, + "M": 0.024112727493047714, + "O": 0.005697456654161215, + "W": 0.0006308431038632989, + "N": 0.0010707235196605325, + "Y": 0.035247787833213806, + "U": 0.00010605806164676324, + "K": 5.4413645557360724e-05, + "L": 0.003570208791643381, + "G": 0.02302238531410694, + "F": 0.023046430200338364, + "E": 0.011580169200897217, + "T": 0.02233969047665596, + "P": 0.14413073658943176, + "-": 0.6825143694877625 + }, + "id": "tp_25328" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3166033, + "label": "-", + "classification": { + "B": 0.0010559301590546966, + "S": 0.0017415788024663925, + "I": 0.031641192734241486, + "C": 0.01737052947282791, + "R": 0.004558483138680458, + "M": 0.024056002497673035, + "O": 0.006069141440093517, + "W": 0.00135936273727566, + "N": 0.004916489589959383, + "Y": 0.059359509497880936, + "U": 0.0010513932211324573, + "K": 0.0013457658933475614, + "L": 0.0032361173070967197, + "G": 0.020977361127734184, + "F": 0.031789299100637436, + "E": 0.01635299064218998, + "T": 0.04096030443906784, + "P": 0.1843358278274536, + "-": 0.5478227138519287 + }, + "id": "tp_25329" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3166133, + "label": "P", + "classification": { + "B": 8.23598456918262e-05, + "S": 4.4105534470872954e-05, + "I": 0.04528141766786575, + "C": 0.0013404848286882043, + "R": 0.00019902941130567342, + "M": 0.002552823629230261, + "O": 0.0002986395556945354, + "W": 5.542418148252182e-05, + "N": 0.003096167929470539, + "Y": 0.008676736615598202, + "U": 2.152227534679696e-05, + "K": 0.00045800936641171575, + "L": 4.510709550231695e-05, + "G": 0.0036031208001077175, + "F": 0.006320436485111713, + "E": 0.06620842218399048, + "T": 0.001996292732656002, + "P": 0.6349132657051086, + "-": 0.22480657696723938 + }, + "id": "tp_25330" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3166266, + "label": "-", + "classification": { + "B": 0.00012314782361499965, + "S": 0.00018942014139611274, + "I": 0.03639594092965126, + "C": 0.02144797146320343, + "R": 0.005926847457885742, + "M": 0.015016919933259487, + "O": 0.004078648053109646, + "W": 0.00045071839122101665, + "N": 0.0017429220024496317, + "Y": 0.11168134957551956, + "U": 0.00020459998631849885, + "K": 0.0003111572004854679, + "L": 0.0012164389481768012, + "G": 0.02083040587604046, + "F": 0.011005767621099949, + "E": 0.008600343018770218, + "T": 0.043215543031692505, + "P": 0.050246015191078186, + "-": 0.6673159003257751 + }, + "id": "tp_25331" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3166400, + "label": "P", + "classification": { + "B": 0.0009485863265581429, + "S": 0.0004044974339194596, + "I": 0.028166497126221657, + "C": 0.0027807028964161873, + "R": 0.0007196214282885194, + "M": 0.0037508374080061913, + "O": 0.0007900299970060587, + "W": 0.00018257497868034989, + "N": 0.002354077063500881, + "Y": 0.006642770022153854, + "U": 7.11072061676532e-05, + "K": 0.0002160092699341476, + "L": 0.0005211801617406309, + "G": 0.011986939236521721, + "F": 0.032253727316856384, + "E": 0.024051101878285408, + "T": 0.00420426344498992, + "P": 0.6076244115829468, + "-": 0.2723310887813568 + }, + "id": "tp_25332" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3166533, + "label": "-", + "classification": { + "B": 0.0009842503350228071, + "S": 0.0001842607161961496, + "I": 0.005240516271442175, + "C": 0.002418746706098318, + "R": 0.001029150327667594, + "M": 0.008626664057374, + "O": 0.0036522282753139734, + "W": 0.00029343736241571605, + "N": 0.0004074123571626842, + "Y": 0.020443465560674667, + "U": 0.0001371068210573867, + "K": 3.452883902355097e-05, + "L": 0.0017419959185644984, + "G": 0.011306492611765862, + "F": 0.007621169090270996, + "E": 0.001961464760825038, + "T": 0.02019379660487175, + "P": 0.07477589696645737, + "-": 0.8389473557472229 + }, + "id": "tp_25333" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3166633, + "label": "-", + "classification": { + "B": 0.0009552246774546802, + "S": 0.0013164173578843474, + "I": 0.034106988459825516, + "C": 0.048907212913036346, + "R": 0.014804025180637836, + "M": 0.02584964968264103, + "O": 0.007428089156746864, + "W": 0.0017707616789266467, + "N": 0.00413509551435709, + "Y": 0.04449950158596039, + "U": 0.0013838845770806074, + "K": 0.0016531535657122731, + "L": 0.004984729457646608, + "G": 0.02236790768802166, + "F": 0.04190928116440773, + "E": 0.012794234789907932, + "T": 0.04187167063355446, + "P": 0.11352219432592392, + "-": 0.5757400393486023 + }, + "id": "tp_25334" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3166767, + "label": "-", + "classification": { + "B": 0.0014101761626079679, + "S": 0.002082875231280923, + "I": 0.010132446885108948, + "C": 0.023985592648386955, + "R": 0.008929415605962276, + "M": 0.0122565608471632, + "O": 0.010070488788187504, + "W": 0.0016581093659624457, + "N": 0.0019400094170123339, + "Y": 0.053407903760671616, + "U": 0.000566632195841521, + "K": 0.0027066590264439583, + "L": 0.00422785384580493, + "G": 0.03959063068032265, + "F": 0.06914540380239487, + "E": 0.007458778563886881, + "T": 0.026220375671982765, + "P": 0.04831252619624138, + "-": 0.6758975982666016 + }, + "id": "tp_25335" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3166900, + "label": "-", + "classification": { + "B": 1.6501711797900498e-05, + "S": 8.727702152100392e-06, + "I": 0.0040185339748859406, + "C": 0.0007196342921815813, + "R": 0.00011124817683594301, + "M": 0.0012481658486649394, + "O": 0.00020400666107889265, + "W": 2.845736344170291e-05, + "N": 0.00019377820717636496, + "Y": 0.0071921818889677525, + "U": 1.6459494872833602e-05, + "K": 8.546703611500561e-05, + "L": 3.293765621492639e-05, + "G": 0.0017306548543274403, + "F": 0.004141278564929962, + "E": 0.002974041271954775, + "T": 0.0024581265170127153, + "P": 0.188029482960701, + "-": 0.7867903709411621 + }, + "id": "tp_25336" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3167000, + "label": "-", + "classification": { + "B": 0.00027760746888816357, + "S": 0.0007760578882880509, + "I": 0.040533848106861115, + "C": 0.06534788012504578, + "R": 0.02551949955523014, + "M": 0.013383647426962852, + "O": 0.00660664401948452, + "W": 0.0013825574424117804, + "N": 0.004943343810737133, + "Y": 0.22721260786056519, + "U": 0.000604376953560859, + "K": 0.0034944643266499043, + "L": 0.00211525522172451, + "G": 0.051413293927907944, + "F": 0.039113759994506836, + "E": 0.011596756987273693, + "T": 0.06379279494285583, + "P": 0.07529379427433014, + "-": 0.3665916919708252 + }, + "id": "tp_25337" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3167134, + "label": "-", + "classification": { + "B": 0.0002974338422063738, + "S": 0.0010250845225527883, + "I": 0.001277193077839911, + "C": 0.021415891125798225, + "R": 0.008362017571926117, + "M": 0.018844008445739746, + "O": 0.009489044547080994, + "W": 0.0009303392725996673, + "N": 0.00020962770213373005, + "Y": 0.024310126900672913, + "U": 0.00019277840328868479, + "K": 0.0002154190733563155, + "L": 0.008498283103108406, + "G": 0.023286664858460426, + "F": 0.04251845180988312, + "E": 0.0011108516482636333, + "T": 0.024011610075831413, + "P": 0.016637440770864487, + "-": 0.7973677515983582 + }, + "id": "tp_25338" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3167267, + "label": "-", + "classification": { + "B": 4.3983345676679164e-05, + "S": 0.00015270888980012387, + "I": 0.011000685393810272, + "C": 0.01029814500361681, + "R": 0.0017412930028513074, + "M": 0.0017710842657834291, + "O": 0.0010261536808684468, + "W": 0.00020043439872097224, + "N": 0.0019270487828180194, + "Y": 0.012898857705295086, + "U": 0.00011202913447050378, + "K": 0.0018459679558873177, + "L": 0.00029686352354474366, + "G": 0.014474000781774521, + "F": 0.07521958649158478, + "E": 0.018969682976603508, + "T": 0.004556157160550356, + "P": 0.3871825337409973, + "-": 0.45628276467323303 + }, + "id": "tp_25339" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3167401, + "label": "-", + "classification": { + "B": 1.558897224640532e-07, + "S": 2.7969767302238324e-07, + "I": 3.1749834306538105e-05, + "C": 0.00014367543917614967, + "R": 2.2166035705595277e-05, + "M": 9.238156781066209e-05, + "O": 2.160153235308826e-05, + "W": 3.310051397420466e-07, + "N": 7.277166105268407e-07, + "Y": 0.0006627632537856698, + "U": 1.7678743802207464e-07, + "K": 3.4670023296712316e-07, + "L": 5.8563723541738e-06, + "G": 0.0002999026037286967, + "F": 0.003122019814327359, + "E": 1.2919781511300243e-05, + "T": 0.0005868572043254972, + "P": 0.007546121720224619, + "-": 0.9874500036239624 + }, + "id": "tp_25340" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3167501, + "label": "-", + "classification": { + "B": 2.660083737282548e-06, + "S": 1.8544087652117014e-05, + "I": 0.0001277642440982163, + "C": 0.00032665152684785426, + "R": 0.0001030128332786262, + "M": 0.0003466770867817104, + "O": 0.00017259170999750495, + "W": 1.2451953807612881e-05, + "N": 1.5089125554368366e-05, + "Y": 0.002595627447590232, + "U": 5.270166639093077e-06, + "K": 4.059752245666459e-05, + "L": 3.219022255507298e-05, + "G": 0.0005770432180725038, + "F": 0.01678045094013214, + "E": 0.00011785997048718855, + "T": 0.0018077316926792264, + "P": 0.02240946888923645, + "-": 0.954508364200592 + }, + "id": "tp_25341" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3167634, + "label": "-", + "classification": { + "B": 5.457711267808918e-06, + "S": 9.875063369690906e-06, + "I": 0.0002206019125878811, + "C": 0.0011224151821807027, + "R": 0.0002607278001960367, + "M": 0.00017408179701305926, + "O": 0.00016039337788242847, + "W": 1.1726278899004683e-05, + "N": 1.927833363879472e-05, + "Y": 0.0024760589003562927, + "U": 1.1090810403402429e-05, + "K": 1.2785010767402127e-05, + "L": 5.7648136134957895e-05, + "G": 0.0007734515820629895, + "F": 0.008844347670674324, + "E": 0.00010998851212207228, + "T": 0.0014409760478883982, + "P": 0.03381195664405823, + "-": 0.950477123260498 + }, + "id": "tp_25342" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3167768, + "label": "-", + "classification": { + "B": 3.1500189123789823e-08, + "S": 6.37415809023878e-08, + "I": 5.475909802044043e-06, + "C": 4.4648662878898904e-05, + "R": 3.5653806662594434e-06, + "M": 1.23953295769752e-05, + "O": 4.802843704965198e-06, + "W": 4.832316591318886e-08, + "N": 1.9786834570822975e-07, + "Y": 0.0005121898138895631, + "U": 2.8401437646152772e-08, + "K": 4.61219627823084e-07, + "L": 1.4197233895174577e-06, + "G": 0.0002840417728293687, + "F": 0.010465589351952076, + "E": 9.982759365811944e-06, + "T": 0.0001707915507722646, + "P": 0.007716451771557331, + "-": 0.9807679057121277 + }, + "id": "tp_25343" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3167901, + "label": "P", + "classification": { + "B": 1.5416311725857668e-05, + "S": 5.901692475163145e-06, + "I": 0.006851789075881243, + "C": 0.00012395846715662628, + "R": 1.8451084542903118e-05, + "M": 0.00014662579633295536, + "O": 2.474964094290044e-05, + "W": 5.181527285458287e-06, + "N": 0.0004466193786356598, + "Y": 0.0006853978266008198, + "U": 5.829438123328146e-06, + "K": 3.427059345995076e-05, + "L": 5.710627192456741e-06, + "G": 0.00039943555020727217, + "F": 0.0022563408128917217, + "E": 0.009538848884403706, + "T": 0.00035720758023671806, + "P": 0.8300080299377441, + "-": 0.14907026290893555 + }, + "id": "tp_25344" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3168001, + "label": "-", + "classification": { + "B": 0.0007983287214301527, + "S": 0.0006894058315083385, + "I": 0.0029404661618173122, + "C": 0.0031127433758229017, + "R": 0.0018179211765527725, + "M": 0.005354578606784344, + "O": 0.0050282785668969154, + "W": 0.0005996846011839807, + "N": 0.00023460974625777453, + "Y": 0.005466106813400984, + "U": 4.609125244314782e-05, + "K": 9.388166290591471e-06, + "L": 0.0020099058747291565, + "G": 0.003854941576719284, + "F": 0.006814068183302879, + "E": 0.00040377426194027066, + "T": 0.020846908912062645, + "P": 0.06118743121623993, + "-": 0.8787854313850403 + }, + "id": "tp_25345" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3168135, + "label": "I", + "classification": { + "B": 9.636529284762219e-05, + "S": 0.0005192182725295424, + "I": 0.573485791683197, + "C": 0.007394769228994846, + "R": 0.00276759872213006, + "M": 0.0033532914239913225, + "O": 0.0009449542849324644, + "W": 0.00026371789863333106, + "N": 0.021389542147517204, + "Y": 0.007819226942956448, + "U": 7.977405766723678e-05, + "K": 0.00013951375149190426, + "L": 0.00032392318826168776, + "G": 0.0036367725115269423, + "F": 0.0026961658149957657, + "E": 0.009190567769110203, + "T": 0.006761509925127029, + "P": 0.31302881240844727, + "-": 0.04610857367515564 + }, + "id": "tp_25346" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3168268, + "label": "-", + "classification": { + "B": 5.272869657346746e-06, + "S": 4.3834061216330156e-06, + "I": 0.0010811866959556937, + "C": 0.0006668606074526906, + "R": 0.00020217496785335243, + "M": 0.0005510595510713756, + "O": 0.0001924097741721198, + "W": 1.545791201351676e-05, + "N": 4.315441401558928e-05, + "Y": 0.00490045640617609, + "U": 1.4799259588471614e-05, + "K": 2.737680551945232e-05, + "L": 3.106837903033011e-05, + "G": 0.0008822490926831961, + "F": 0.0023242472670972347, + "E": 0.0002494699729140848, + "T": 0.0022715809755027294, + "P": 0.04799217730760574, + "-": 0.9385445713996887 + }, + "id": "tp_25347" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3168402, + "label": "-", + "classification": { + "B": 0.00013803396723233163, + "S": 7.138490764191374e-05, + "I": 0.00277011189609766, + "C": 0.003642123891040683, + "R": 0.002127638552337885, + "M": 0.004226259421557188, + "O": 0.002014696830883622, + "W": 0.00011739395267795771, + "N": 0.0001757936115609482, + "Y": 0.00973842479288578, + "U": 5.361704097595066e-05, + "K": 3.40922488248907e-05, + "L": 0.0010843812488019466, + "G": 0.00771436607465148, + "F": 0.015199486166238785, + "E": 0.0011051046894863248, + "T": 0.009126478806138039, + "P": 0.052927397191524506, + "-": 0.8877331614494324 + }, + "id": "tp_25348" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3168502, + "label": "P", + "classification": { + "B": 0.0002065314765786752, + "S": 0.0001481724320910871, + "I": 0.06475147604942322, + "C": 0.0015411200001835823, + "R": 0.00024394397041760385, + "M": 0.006280170287936926, + "O": 0.0003149538242723793, + "W": 4.835632717004046e-05, + "N": 0.002855525352060795, + "Y": 0.011179786175489426, + "U": 1.580412390467245e-05, + "K": 2.8647007638937794e-05, + "L": 0.00011956236266996711, + "G": 0.0020158744882792234, + "F": 0.0022077681496739388, + "E": 0.0319303497672081, + "T": 0.0034184965770691633, + "P": 0.7413114309310913, + "-": 0.13138210773468018 + }, + "id": "tp_25349" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3168635, + "label": "-", + "classification": { + "B": 0.00012382875138428062, + "S": 1.774271731846966e-05, + "I": 0.000708174251485616, + "C": 0.0005715712322853506, + "R": 0.00017923745326697826, + "M": 0.0014814510941505432, + "O": 0.0005969769554212689, + "W": 2.571558979980182e-05, + "N": 3.3084907045122236e-05, + "Y": 0.0031736670061945915, + "U": 1.0942129847535398e-05, + "K": 2.0826241780014243e-06, + "L": 0.0003452340024523437, + "G": 0.003184798639267683, + "F": 0.004787649028003216, + "E": 0.000257064588367939, + "T": 0.003364196512848139, + "P": 0.09112448990345001, + "-": 0.8900120258331299 + }, + "id": "tp_25350" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3168769, + "label": "-", + "classification": { + "B": 0.0005268040695227683, + "S": 0.00019824266200885177, + "I": 0.002892127726227045, + "C": 0.007957558147609234, + "R": 0.0027520079165697098, + "M": 0.019237680360674858, + "O": 0.003736111568287015, + "W": 0.0001747197675285861, + "N": 0.0001414010621374473, + "Y": 0.039815038442611694, + "U": 5.24114839208778e-05, + "K": 1.6797966964077204e-05, + "L": 0.004830405581742525, + "G": 0.03785577788949013, + "F": 0.02806953713297844, + "E": 0.0021582883782684803, + "T": 0.022756977006793022, + "P": 0.025601733475923538, + "-": 0.8012264966964722 + }, + "id": "tp_25351" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3168902, + "label": "-", + "classification": { + "B": 1.0873048239545824e-07, + "S": 1.156679104497016e-06, + "I": 3.070462116738781e-05, + "C": 0.00041411787969991565, + "R": 3.947747245547362e-05, + "M": 0.00027004675939679146, + "O": 7.160223321989179e-05, + "W": 7.795479177730158e-07, + "N": 1.6624948102617054e-06, + "Y": 0.0007256722892634571, + "U": 2.87603228343869e-07, + "K": 3.705991389324481e-07, + "L": 2.0640427464968525e-05, + "G": 0.000523169117514044, + "F": 0.011898880824446678, + "E": 2.788011624943465e-05, + "T": 0.0010193124180659652, + "P": 0.017018046230077744, + "-": 0.9679360389709473 + }, + "id": "tp_25352" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3169002, + "label": "-", + "classification": { + "B": 2.2748186893295497e-05, + "S": 0.0001075438703992404, + "I": 0.0010239516850560904, + "C": 0.006330051459372044, + "R": 0.002315011341124773, + "M": 0.0030360219534486532, + "O": 0.0017243257025256753, + "W": 0.00010611856123432517, + "N": 7.412000559270382e-05, + "Y": 0.009496503509581089, + "U": 3.282378020230681e-05, + "K": 1.0475003364263102e-05, + "L": 0.0008635506965219975, + "G": 0.004161932971328497, + "F": 0.010181884281337261, + "E": 0.00021347346773836762, + "T": 0.013381913304328918, + "P": 0.022716181352734566, + "-": 0.9242013692855835 + }, + "id": "tp_25353" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3169136, + "label": "-", + "classification": { + "B": 6.161120109027252e-05, + "S": 0.0001036112371366471, + "I": 0.0006192003493197262, + "C": 0.009098554030060768, + "R": 0.0033612793777137995, + "M": 0.007939877919852734, + "O": 0.0034481084439903498, + "W": 0.00012389529729261994, + "N": 3.340255716466345e-05, + "Y": 0.01354115828871727, + "U": 2.0577248506015167e-05, + "K": 3.518878429531469e-06, + "L": 0.0027624552603811026, + "G": 0.010209974832832813, + "F": 0.01044697966426611, + "E": 0.00016517413314431906, + "T": 0.017117435112595558, + "P": 0.00882227998226881, + "-": 0.9121208190917969 + }, + "id": "tp_25354" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3169269, + "label": "-", + "classification": { + "B": 0.011592330411076546, + "S": 0.009242339991033077, + "I": 0.0027224733494222164, + "C": 0.017465241253376007, + "R": 0.010351595468819141, + "M": 0.06096247211098671, + "O": 0.02612924762070179, + "W": 0.0035170158371329308, + "N": 0.0005253312992863357, + "Y": 0.023882662877440453, + "U": 0.0003237689670640975, + "K": 0.00010581166134215891, + "L": 0.03607797250151634, + "G": 0.06002538278698921, + "F": 0.06954983621835709, + "E": 0.0034474993590265512, + "T": 0.036789216101169586, + "P": 0.02220536209642887, + "-": 0.6050844192504883 + }, + "id": "tp_25355" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3169403, + "label": "-", + "classification": { + "B": 6.352874333970249e-05, + "S": 0.00010729615314630792, + "I": 0.0011346759274601936, + "C": 0.0004792798135895282, + "R": 0.00022458058083429933, + "M": 0.001777104800567031, + "O": 0.000840655411593616, + "W": 4.709462882601656e-05, + "N": 6.459235009970143e-05, + "Y": 0.0023017367348074913, + "U": 9.372984095534775e-06, + "K": 4.3771542550530285e-06, + "L": 0.0003143961075693369, + "G": 0.0020607307087630033, + "F": 0.006310350261628628, + "E": 0.0002754178422037512, + "T": 0.005535021424293518, + "P": 0.05222443491220474, + "-": 0.9262254238128662 + }, + "id": "tp_25356" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3169503, + "label": "-", + "classification": { + "B": 0.0003780653642024845, + "S": 0.00018643109069671482, + "I": 0.04257084056735039, + "C": 0.10607922077178955, + "R": 0.0160164013504982, + "M": 0.026882918551564217, + "O": 0.0026873627211898565, + "W": 0.0002850396849680692, + "N": 0.0009022623999044299, + "Y": 0.04933019354939461, + "U": 0.00028559763450175524, + "K": 4.501279181567952e-05, + "L": 0.005309483967721462, + "G": 0.04199047386646271, + "F": 0.014314514584839344, + "E": 0.012289675883948803, + "T": 0.025087090209126472, + "P": 0.08813493698835373, + "-": 0.5672244429588318 + }, + "id": "tp_25357" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3169636, + "label": "-", + "classification": { + "B": 9.999779422287247e-07, + "S": 3.0952196539146826e-06, + "I": 0.00023474253248423338, + "C": 0.0004863217764068395, + "R": 5.114972736919299e-05, + "M": 0.0003009836655110121, + "O": 6.403600855264813e-05, + "W": 3.221952511012205e-06, + "N": 1.1530698429851327e-05, + "Y": 0.0010901789646595716, + "U": 2.7447872525954153e-06, + "K": 4.1338507799082436e-06, + "L": 2.1112728063599207e-05, + "G": 0.0003610488201957196, + "F": 0.009639108553528786, + "E": 0.00023515438078902662, + "T": 0.0010006324155256152, + "P": 0.05881228670477867, + "-": 0.9276773929595947 + }, + "id": "tp_25358" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3169770, + "label": "-", + "classification": { + "B": 5.782634389106533e-07, + "S": 3.0990743198344717e-06, + "I": 6.162719364510849e-05, + "C": 0.0012040494475513697, + "R": 0.00010717593977460638, + "M": 0.000499491230584681, + "O": 0.00013885015505366027, + "W": 4.1479097490082495e-06, + "N": 7.042830475256778e-06, + "Y": 0.0075302813202142715, + "U": 1.823704792514036e-06, + "K": 7.116379129001871e-05, + "L": 4.370243186713196e-05, + "G": 0.003355297027155757, + "F": 0.0246737040579319, + "E": 0.00029925035778433084, + "T": 0.00125715637113899, + "P": 0.014800715260207653, + "-": 0.9459408521652222 + }, + "id": "tp_25359" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3169903, + "label": "-", + "classification": { + "B": 1.070177901851821e-08, + "S": 6.687078553113679e-07, + "I": 5.654025017065578e-07, + "C": 0.0001707167539279908, + "R": 4.9031568778445944e-05, + "M": 0.0002948770415969193, + "O": 8.468810119666159e-05, + "W": 2.9677016755158547e-07, + "N": 1.2700851037550365e-08, + "Y": 0.0009842385770753026, + "U": 6.025730581171729e-09, + "K": 8.859708522379606e-09, + "L": 8.65932961460203e-05, + "G": 0.0009223128436133265, + "F": 0.01511029340326786, + "E": 3.3929342180272215e-07, + "T": 0.0005915049696341157, + "P": 0.0003438820713199675, + "-": 0.9813598394393921 + }, + "id": "tp_25360" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3170003, + "label": "-", + "classification": { + "B": 0.00013056150055490434, + "S": 0.0003734398342203349, + "I": 0.0016820152522996068, + "C": 0.0008285120129585266, + "R": 0.00023451840388588607, + "M": 0.0015323623083531857, + "O": 0.001158399973064661, + "W": 0.0002049864415312186, + "N": 0.0004947151173837483, + "Y": 0.009526086039841175, + "U": 8.342957153217867e-05, + "K": 0.0009772980120033026, + "L": 0.0001667249744059518, + "G": 0.003134573344141245, + "F": 0.037905652076005936, + "E": 0.0023847133852541447, + "T": 0.006583789829164743, + "P": 0.1038612350821495, + "-": 0.8287369608879089 + }, + "id": "tp_25361" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3170137, + "label": "-", + "classification": { + "B": 3.2273376291414024e-06, + "S": 4.5443644921761006e-05, + "I": 0.00011935549991903827, + "C": 0.0007082567317411304, + "R": 0.00018112894031219184, + "M": 0.0009950451785698533, + "O": 0.0005139458808116615, + "W": 2.6088822778547183e-05, + "N": 2.1480802388396114e-05, + "Y": 0.011792560108006, + "U": 2.3914560642879223e-06, + "K": 0.00011030233144992962, + "L": 0.00012963962217327207, + "G": 0.004782915115356445, + "F": 0.06775764375925064, + "E": 0.0002964207960758358, + "T": 0.00401327246800065, + "P": 0.021754495799541473, + "-": 0.8867464661598206 + }, + "id": "tp_25362" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3170270, + "label": "-", + "classification": { + "B": 2.3668966605328023e-05, + "S": 0.00019507728575263172, + "I": 0.003991385456174612, + "C": 0.012090529315173626, + "R": 0.003449734766036272, + "M": 0.0042975530959665775, + "O": 0.0015678928466513753, + "W": 0.00022928645194042474, + "N": 0.0002958762052003294, + "Y": 0.022661687806248665, + "U": 0.00012945878552272916, + "K": 0.00021985378407407552, + "L": 0.0005321057979017496, + "G": 0.004959643818438053, + "F": 0.015450261533260345, + "E": 0.0008745617815293372, + "T": 0.02214365452528, + "P": 0.03509929031133652, + "-": 0.8717884421348572 + }, + "id": "tp_25363" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3170404, + "label": "-", + "classification": { + "B": 7.989885489223525e-06, + "S": 1.084315954358317e-05, + "I": 0.0007324593607336283, + "C": 0.00177055224776268, + "R": 0.0004104351974092424, + "M": 0.001278331852518022, + "O": 0.00034705191501416266, + "W": 2.1292427845764905e-05, + "N": 4.071278090123087e-05, + "Y": 0.004268109332770109, + "U": 1.5188203178695403e-05, + "K": 3.763327549677342e-05, + "L": 0.00012307743600104004, + "G": 0.0027102073654532433, + "F": 0.017836855724453926, + "E": 0.0003641937510110438, + "T": 0.003457313869148493, + "P": 0.03461258113384247, + "-": 0.931955099105835 + }, + "id": "tp_25364" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3170504, + "label": "-", + "classification": { + "B": 3.414396132939146e-06, + "S": 7.826154615031555e-06, + "I": 0.00015532650286331773, + "C": 0.0028209162410348654, + "R": 0.000372804410289973, + "M": 0.0008305564988404512, + "O": 0.00021181088231969625, + "W": 7.90037120168563e-06, + "N": 8.539903319615405e-06, + "Y": 0.0033143905457109213, + "U": 5.3297308113542385e-06, + "K": 4.717243882623734e-06, + "L": 0.00014744974032510072, + "G": 0.00212759873829782, + "F": 0.026640156283974648, + "E": 0.00012212942237965763, + "T": 0.0024303607642650604, + "P": 0.01878274604678154, + "-": 0.9420059323310852 + }, + "id": "tp_25365" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3170637, + "label": "-", + "classification": { + "B": 2.6967117605636304e-07, + "S": 4.571728950963916e-08, + "I": 0.00029274693224579096, + "C": 0.00048554380191490054, + "R": 5.7734421716304496e-05, + "M": 3.574651782400906e-05, + "O": 1.0623599337122869e-05, + "W": 2.3612388133642526e-07, + "N": 4.576531864586286e-06, + "Y": 0.0012314703781157732, + "U": 8.825993518257746e-07, + "K": 1.4234606169338804e-06, + "L": 2.518219844205305e-06, + "G": 0.000629477552138269, + "F": 0.0022551543079316616, + "E": 9.930451051332057e-05, + "T": 0.00030538448481820524, + "P": 0.07933712750673294, + "-": 0.915249764919281 + }, + "id": "tp_25366" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3170771, + "label": "-", + "classification": { + "B": 8.603666174167302e-06, + "S": 2.6153657017857768e-06, + "I": 0.004982661921530962, + "C": 0.0003468661743681878, + "R": 4.129515218664892e-05, + "M": 0.0005006070132367313, + "O": 6.212820153450593e-05, + "W": 3.6164606171951164e-06, + "N": 0.00011044443817809224, + "Y": 0.004621028900146484, + "U": 3.2566572372161318e-06, + "K": 4.138517851970391e-06, + "L": 1.5766207070555538e-05, + "G": 0.0008044573478400707, + "F": 0.0023968061432242393, + "E": 0.002025122055783868, + "T": 0.001212801900692284, + "P": 0.36240705847740173, + "-": 0.6204507946968079 + }, + "id": "tp_25367" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3170904, + "label": "-", + "classification": { + "B": 2.4440885681542568e-05, + "S": 1.4912057849869598e-05, + "I": 0.0003181433130521327, + "C": 0.00015720896772108972, + "R": 5.4873962653800845e-05, + "M": 0.00015015140525065362, + "O": 0.00021481997100636363, + "W": 1.4377155821421184e-05, + "N": 3.177885082550347e-05, + "Y": 0.0009391275816597044, + "U": 3.7039415019535227e-06, + "K": 4.9360764933226164e-06, + "L": 2.3023785615805537e-05, + "G": 0.00038625375600531697, + "F": 0.0023384406231343746, + "E": 6.590605335077271e-05, + "T": 0.0018626133678480983, + "P": 0.07773509621620178, + "-": 0.9156601428985596 + }, + "id": "tp_25368" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3171004, + "label": "Y", + "classification": { + "B": 0.0015549123054370284, + "S": 0.018306495621800423, + "I": 0.015908686444163322, + "C": 0.036412257701158524, + "R": 0.021718140691518784, + "M": 0.08556604385375977, + "O": 0.06682537496089935, + "W": 0.003564199199900031, + "N": 0.0017554122023284435, + "Y": 0.22826042771339417, + "U": 2.9244914912851527e-05, + "K": 0.00018922134768217802, + "L": 0.02729925699532032, + "G": 0.18112117052078247, + "F": 0.022241495549678802, + "E": 0.0016226927982643247, + "T": 0.16975007951259613, + "P": 0.002930509625002742, + "-": 0.11494438350200653 + }, + "id": "tp_25369" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3171138, + "label": "C", + "classification": { + "B": 0.0001088593271560967, + "S": 0.004589469637721777, + "I": 0.0515616275370121, + "C": 0.3112969398498535, + "R": 0.1037750169634819, + "M": 0.08908110857009888, + "O": 0.024844152852892876, + "W": 0.000810678000561893, + "N": 0.0019761889707297087, + "Y": 0.057410743087530136, + "U": 1.7958844182430767e-05, + "K": 2.765477984212339e-05, + "L": 0.022033361718058586, + "G": 0.14820654690265656, + "F": 0.004439010750502348, + "E": 0.0010714199161157012, + "T": 0.14417274296283722, + "P": 0.001359613728709519, + "-": 0.033216897398233414 + }, + "id": "tp_25370" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3171271, + "label": "-", + "classification": { + "B": 2.6320756660425104e-05, + "S": 2.0848137864959426e-05, + "I": 0.0033547638449817896, + "C": 0.00020215257245581597, + "R": 5.5555017752340063e-05, + "M": 0.0013785982737317681, + "O": 0.00022455035650637, + "W": 1.6987087292363867e-05, + "N": 0.00014877122885081917, + "Y": 0.0026848132256418467, + "U": 4.730000455310801e-06, + "K": 3.9595556700078305e-06, + "L": 6.633908196818084e-05, + "G": 0.0006412410293705761, + "F": 0.006370070390403271, + "E": 0.0012311346363276243, + "T": 0.001803461229428649, + "P": 0.47278162837028503, + "-": 0.5089839696884155 + }, + "id": "tp_25371" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3171405, + "label": "-", + "classification": { + "B": 0.000511418329551816, + "S": 0.0002151803782908246, + "I": 0.00043551489943638444, + "C": 0.00026763748610392213, + "R": 0.0002239347086288035, + "M": 0.0034840230364352465, + "O": 0.0027296291664242744, + "W": 0.00011318411998217925, + "N": 2.6468989744898863e-05, + "Y": 0.0037012610118836164, + "U": 7.653692591702566e-06, + "K": 6.170444066810887e-07, + "L": 0.0014765525702387094, + "G": 0.00314246560446918, + "F": 0.010829266160726547, + "E": 0.0002156512491637841, + "T": 0.00471572857350111, + "P": 0.049456626176834106, + "-": 0.9184471964836121 + }, + "id": "tp_25372" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3171505, + "label": "-", + "classification": { + "B": 1.47447087783803e-06, + "S": 5.5321115723927505e-06, + "I": 2.2826872736914083e-05, + "C": 0.00011331855785101652, + "R": 6.442875019274652e-05, + "M": 0.00042363014654256403, + "O": 0.00021953677060082555, + "W": 6.487709015345899e-06, + "N": 1.3321064216142986e-06, + "Y": 0.0031377989798784256, + "U": 5.078640015199198e-07, + "K": 1.3145619277565856e-06, + "L": 6.137927994132042e-05, + "G": 0.0006502932519651949, + "F": 0.008177526295185089, + "E": 1.2089801202819217e-05, + "T": 0.002054360928013921, + "P": 0.00412552896887064, + "-": 0.9809205532073975 + }, + "id": "tp_25373" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3171638, + "label": "-", + "classification": { + "B": 3.428054696996696e-05, + "S": 0.00011936172086279839, + "I": 0.002028675051406026, + "C": 0.013048023916780949, + "R": 0.006358447019010782, + "M": 0.007382802665233612, + "O": 0.009113093838095665, + "W": 0.0002122267324011773, + "N": 5.752365177613683e-05, + "Y": 0.12199044972658157, + "U": 7.174410711741075e-06, + "K": 5.428715212474344e-06, + "L": 0.0026124047581106424, + "G": 0.0205601267516613, + "F": 0.0049172802828252316, + "E": 0.00011099558469140902, + "T": 0.03161690756678581, + "P": 0.004845633637160063, + "-": 0.7749791145324707 + }, + "id": "tp_25374" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3171772, + "label": "-", + "classification": { + "B": 0.0014428503345698118, + "S": 0.0038863113150000572, + "I": 0.0395662896335125, + "C": 0.017879359424114227, + "R": 0.011527200229465961, + "M": 0.032957643270492554, + "O": 0.015551101416349411, + "W": 0.004068009555339813, + "N": 0.007991882041096687, + "Y": 0.20236806571483612, + "U": 0.0010102728847414255, + "K": 0.006388617213815451, + "L": 0.004029732663184404, + "G": 0.04248502478003502, + "F": 0.05550561472773552, + "E": 0.01485122088342905, + "T": 0.07371185719966888, + "P": 0.05432932823896408, + "-": 0.41044968366622925 + }, + "id": "tp_25375" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3171905, + "label": "-", + "classification": { + "B": 1.4199722500052303e-05, + "S": 1.7332472452835646e-06, + "I": 2.100665369653143e-05, + "C": 6.547660632350016e-06, + "R": 2.9197312869655434e-06, + "M": 0.00043473386904224753, + "O": 0.00013837512233294547, + "W": 1.7355365571347647e-06, + "N": 2.8102797955398273e-07, + "Y": 0.00027702737133949995, + "U": 6.168092170355521e-08, + "K": 4.022519206614561e-09, + "L": 5.390154547058046e-05, + "G": 0.0002954148221760988, + "F": 0.0005683674244210124, + "E": 1.2300314665480983e-05, + "T": 0.0005628611543215811, + "P": 0.01002524234354496, + "-": 0.9875832200050354 + }, + "id": "tp_25376" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3172005, + "label": "-", + "classification": { + "B": 0.0023349043913185596, + "S": 0.0017694238340482116, + "I": 0.04580823332071304, + "C": 0.053637031465768814, + "R": 0.01157292164862156, + "M": 0.039728935807943344, + "O": 0.00917960237711668, + "W": 0.0013676751405000687, + "N": 0.003003644524142146, + "Y": 0.026334088295698166, + "U": 0.0004413991409819573, + "K": 7.82145289122127e-05, + "L": 0.008204532787203789, + "G": 0.026730118319392204, + "F": 0.017031412571668625, + "E": 0.0156874880194664, + "T": 0.02950330823659897, + "P": 0.15666252374649048, + "-": 0.55092453956604 + }, + "id": "tp_25377" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3172139, + "label": "-", + "classification": { + "B": 5.21995680173859e-05, + "S": 0.00018430512864142656, + "I": 0.0027495073154568672, + "C": 0.009218592196702957, + "R": 0.0025519425980746746, + "M": 0.0029740729369223118, + "O": 0.0019641034305095673, + "W": 0.00021855656814295799, + "N": 0.0005067475722171366, + "Y": 0.010227765887975693, + "U": 6.178714102134109e-05, + "K": 0.00035897063207812607, + "L": 0.0007753026438876987, + "G": 0.016757141798734665, + "F": 0.0994458943605423, + "E": 0.003089783014729619, + "T": 0.00937814824283123, + "P": 0.1330888420343399, + "-": 0.7063962817192078 + }, + "id": "tp_25378" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3172272, + "label": "Y", + "classification": { + "B": 0.0008322728681378067, + "S": 0.0026639567222446203, + "I": 0.2460647076368332, + "C": 0.04737696051597595, + "R": 0.0195364560931921, + "M": 0.04166417568922043, + "O": 0.017794473096728325, + "W": 0.0021424496080726385, + "N": 0.012062479741871357, + "Y": 0.27996641397476196, + "U": 7.226196612464264e-05, + "K": 0.0007640203693881631, + "L": 0.0026749391108751297, + "G": 0.053139828145504, + "F": 0.007421078160405159, + "E": 0.006536019034683704, + "T": 0.09448963403701782, + "P": 0.02191804349422455, + "-": 0.14287978410720825 + }, + "id": "tp_25379" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3172406, + "label": "-", + "classification": { + "B": 8.632925971308048e-12, + "S": 1.7335594071354876e-10, + "I": 1.970468010981108e-09, + "C": 4.4472500349002075e-08, + "R": 5.224769061840107e-09, + "M": 1.3573853152593074e-08, + "O": 3.425116901212277e-08, + "W": 1.1677858680059217e-10, + "N": 2.905402134156798e-11, + "Y": 1.0575372471066657e-06, + "U": 2.9445642972525388e-12, + "K": 9.784779930743781e-11, + "L": 9.861415017908826e-10, + "G": 1.5285681342902535e-07, + "F": 0.0002663025807123631, + "E": 1.4056831254549707e-09, + "T": 7.914569550848682e-07, + "P": 0.0002240876347059384, + "-": 0.9995075464248657 + }, + "id": "tp_25380" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3172506, + "label": "C", + "classification": { + "B": 0.0010865496005862951, + "S": 0.002935121301561594, + "I": 0.10301728546619415, + "C": 0.19990788400173187, + "R": 0.07722058147192001, + "M": 0.08942857384681702, + "O": 0.022242384031414986, + "W": 0.0023104101419448853, + "N": 0.0048608360812067986, + "Y": 0.15408174693584442, + "U": 0.0003315037756692618, + "K": 0.00037779679405502975, + "L": 0.018981147557497025, + "G": 0.12951728701591492, + "F": 0.008738602511584759, + "E": 0.007933459244668484, + "T": 0.08785436302423477, + "P": 0.00817966740578413, + "-": 0.08099479973316193 + }, + "id": "tp_25381" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3172639, + "label": "-", + "classification": { + "B": 0.0023048268631100655, + "S": 0.006020739674568176, + "I": 0.057388681918382645, + "C": 0.00798677746206522, + "R": 0.005350773222744465, + "M": 0.04110895097255707, + "O": 0.014472330920398235, + "W": 0.003201052313670516, + "N": 0.0119352787733078, + "Y": 0.12712955474853516, + "U": 0.0009842816507443786, + "K": 0.0035462502855807543, + "L": 0.004492555279284716, + "G": 0.02616698481142521, + "F": 0.036779746413230896, + "E": 0.019532980397343636, + "T": 0.09840460866689682, + "P": 0.1182088851928711, + "-": 0.414984792470932 + }, + "id": "tp_25382" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3172773, + "label": "-", + "classification": { + "B": 0.000118410745926667, + "S": 0.0004987456486560404, + "I": 0.00017741144984029233, + "C": 0.0018541503231972456, + "R": 0.0010481146164238453, + "M": 0.03542575240135193, + "O": 0.005679700989276171, + "W": 0.00015770561003591865, + "N": 1.2494179827626795e-05, + "Y": 0.024372491985559464, + "U": 5.860406872670865e-06, + "K": 9.182780559058301e-06, + "L": 0.004110933747142553, + "G": 0.024424247443675995, + "F": 0.024938486516475677, + "E": 0.000133171517518349, + "T": 0.04044892266392708, + "P": 0.0022630509920418262, + "-": 0.8343212008476257 + }, + "id": "tp_25383" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3172906, + "label": "-", + "classification": { + "B": 3.892137101502158e-06, + "S": 2.44432362705993e-06, + "I": 0.001919979345984757, + "C": 0.00021244552044663578, + "R": 3.330329491291195e-05, + "M": 0.0003059352748095989, + "O": 6.387452594935894e-05, + "W": 4.686676220444497e-06, + "N": 7.626996375620365e-05, + "Y": 0.0008457466028630733, + "U": 7.06918899595621e-06, + "K": 6.413984010578133e-06, + "L": 1.943123606906738e-05, + "G": 0.0004675433738157153, + "F": 0.0041487435810267925, + "E": 0.0008191313245333731, + "T": 0.0011549278860911727, + "P": 0.3548583388328552, + "-": 0.6350499391555786 + }, + "id": "tp_25384" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3173006, + "label": "-", + "classification": { + "B": 1.3884076111025934e-07, + "S": 1.2720128950149956e-07, + "I": 5.093542858958244e-05, + "C": 8.834780601318926e-06, + "R": 3.729779223249352e-07, + "M": 2.3379883714369498e-05, + "O": 2.7270361897535622e-06, + "W": 1.805589420200704e-07, + "N": 1.8705949287323165e-06, + "Y": 0.00013834294804837555, + "U": 8.214659885652509e-08, + "K": 3.9058481888787355e-06, + "L": 1.536662921353127e-07, + "G": 3.4475284337531775e-05, + "F": 0.0035886664409190416, + "E": 0.00011350007116561756, + "T": 0.00010491025750525296, + "P": 0.10473472625017166, + "-": 0.8911927342414856 + }, + "id": "tp_25385" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3173140, + "label": "-", + "classification": { + "B": 1.6135632563418767e-07, + "S": 7.653414257902114e-08, + "I": 0.00010826790821738541, + "C": 6.952939656912349e-06, + "R": 4.651746507988719e-07, + "M": 6.448315980378538e-05, + "O": 6.555452273460105e-06, + "W": 1.1271600186546493e-07, + "N": 3.86154351872392e-06, + "Y": 0.00021023540466558188, + "U": 1.0717734966192438e-07, + "K": 1.0323727792638238e-06, + "L": 5.195369681132433e-07, + "G": 8.052612247411162e-05, + "F": 0.0011927117593586445, + "E": 0.00025103017105720937, + "T": 0.00022859653108753264, + "P": 0.1464073657989502, + "-": 0.8514368534088135 + }, + "id": "tp_25386" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3173273, + "label": "-", + "classification": { + "B": 3.0829186425940236e-10, + "S": 1.4469481168788434e-10, + "I": 6.933697477506939e-06, + "C": 1.3380061147927336e-07, + "R": 2.311661972953516e-09, + "M": 1.9801376538453042e-07, + "O": 3.9517001226840875e-08, + "W": 3.8879233166255744e-10, + "N": 6.189695511693571e-08, + "Y": 1.4910815480106976e-05, + "U": 9.465623840299031e-10, + "K": 4.5357737121776154e-08, + "L": 7.738639173915374e-10, + "G": 4.253251518093748e-06, + "F": 2.4954397304099984e-05, + "E": 1.3195733117754571e-05, + "T": 5.373635303840274e-06, + "P": 0.08208872377872467, + "-": 0.9178411960601807 + }, + "id": "tp_25387" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3173407, + "label": "-", + "classification": { + "B": 1.0113851089954551e-07, + "S": 1.0305384989806043e-07, + "I": 9.594236325938255e-05, + "C": 6.181374192237854e-05, + "R": 4.754442215926247e-06, + "M": 1.812991285987664e-05, + "O": 9.458043678023387e-06, + "W": 3.8945046298977104e-07, + "N": 3.28879264088755e-06, + "Y": 0.000566776841878891, + "U": 6.068970606065704e-07, + "K": 8.277972483483609e-06, + "L": 1.123785978052183e-06, + "G": 0.00022973600425757468, + "F": 0.0030725502874702215, + "E": 8.337993494933471e-05, + "T": 0.00012916908599436283, + "P": 0.07664535194635391, + "-": 0.9190690517425537 + }, + "id": "tp_25388" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3173507, + "label": "-", + "classification": { + "B": 1.913485370153012e-08, + "S": 3.793462965973049e-08, + "I": 7.01491953805089e-05, + "C": 1.3495890016201884e-05, + "R": 1.4032949593456578e-06, + "M": 6.023309197189519e-06, + "O": 1.9589260773500428e-06, + "W": 6.345636904825369e-08, + "N": 2.3033521756588016e-06, + "Y": 0.00035957343061454594, + "U": 1.706238776932878e-07, + "K": 4.693803930422291e-06, + "L": 1.3639018447975104e-07, + "G": 3.603516597650014e-05, + "F": 0.0016117522027343512, + "E": 3.225516775273718e-05, + "T": 0.00011567610636120662, + "P": 0.06515372544527054, + "-": 0.9325905442237854 + }, + "id": "tp_25389" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3173640, + "label": "-", + "classification": { + "B": 5.544717168959323e-06, + "S": 2.0173638404230587e-06, + "I": 0.0015748095465824008, + "C": 0.00014974128862377256, + "R": 1.9439588868408464e-05, + "M": 0.000261148699792102, + "O": 5.054171197116375e-05, + "W": 2.849886413969216e-06, + "N": 6.360739644151181e-05, + "Y": 0.003472929121926427, + "U": 4.472717591852415e-06, + "K": 5.8922341850120574e-05, + "L": 6.0082556956331246e-06, + "G": 0.0017208263743668795, + "F": 0.004301891662180424, + "E": 0.0014833247987553477, + "T": 0.0011342110810801387, + "P": 0.15589211881160736, + "-": 0.8297955989837646 + }, + "id": "tp_25390" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3173774, + "label": "-", + "classification": { + "B": 2.7304635295877233e-05, + "S": 3.4747995414363686e-06, + "I": 0.0005683046183548868, + "C": 2.1586833099718206e-05, + "R": 2.2351512143359287e-06, + "M": 0.00033952289959415793, + "O": 3.311453474452719e-05, + "W": 2.7318164939060807e-06, + "N": 2.9344597351155244e-05, + "Y": 0.0016790988156571984, + "U": 1.8800726593326544e-06, + "K": 5.022392360842787e-05, + "L": 4.404211267683422e-06, + "G": 0.001133433892391622, + "F": 0.003584944875910878, + "E": 0.004669045563787222, + "T": 0.0008435124764218926, + "P": 0.2376050353050232, + "-": 0.7494006752967834 + }, + "id": "tp_25391" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3173907, + "label": "-", + "classification": { + "B": 3.024396288964226e-09, + "S": 3.1399476352333977e-09, + "I": 3.414650564081967e-05, + "C": 1.302871851294185e-06, + "R": 9.238387832510853e-08, + "M": 7.205744054772367e-07, + "O": 3.1117770049604587e-07, + "W": 3.105266932479367e-09, + "N": 4.7346190967800794e-07, + "Y": 3.90457316825632e-05, + "U": 4.015908494636733e-09, + "K": 1.0350115076107613e-07, + "L": 6.5059921894317085e-09, + "G": 6.747484803781845e-06, + "F": 0.0001639226102270186, + "E": 1.9368048015167005e-05, + "T": 2.467802733008284e-05, + "P": 0.12279457598924637, + "-": 0.8769144415855408 + }, + "id": "tp_25392" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3174007, + "label": "-", + "classification": { + "B": 5.225741714354193e-11, + "S": 4.2713943493311035e-11, + "I": 1.4080235814617481e-05, + "C": 6.367368143855856e-08, + "R": 3.5396148234667635e-09, + "M": 8.062090728344629e-08, + "O": 1.7503568372490008e-08, + "W": 4.179985524377372e-10, + "N": 6.703700705656956e-08, + "Y": 1.1602603990468197e-05, + "U": 3.360224598569772e-10, + "K": 2.1622309276381202e-08, + "L": 1.5689931298634718e-10, + "G": 6.438533546315739e-07, + "F": 4.034299126942642e-05, + "E": 5.687963493983261e-06, + "T": 2.2744359284843085e-06, + "P": 0.19237126410007477, + "-": 0.8075539469718933 + }, + "id": "tp_25393" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3174141, + "label": "-", + "classification": { + "B": 1.0861334054368399e-10, + "S": 6.04249095204068e-10, + "I": 7.265283784363419e-06, + "C": 1.4208545451310783e-07, + "R": 6.228551008291561e-09, + "M": 1.645211256118273e-07, + "O": 4.0019983771344414e-08, + "W": 2.009311605988273e-09, + "N": 2.964994507692609e-07, + "Y": 5.475790749187581e-05, + "U": 1.729048682008738e-09, + "K": 2.1354262571549043e-05, + "L": 2.467500093139563e-10, + "G": 3.7309098388504935e-06, + "F": 0.000866640533786267, + "E": 0.0001238643453689292, + "T": 4.4967450776312035e-06, + "P": 0.2058178335428238, + "-": 0.7930993437767029 + }, + "id": "tp_25394" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3174274, + "label": "-", + "classification": { + "B": 1.5963923516437717e-09, + "S": 4.341901005400217e-10, + "I": 1.902379835883039e-06, + "C": 3.4794421566175515e-08, + "R": 1.6976012817693231e-09, + "M": 1.5340143590947264e-06, + "O": 8.34400992744122e-08, + "W": 5.01861663337877e-10, + "N": 1.7751297320955928e-08, + "Y": 4.109134169993922e-05, + "U": 2.9017119262952917e-10, + "K": 4.5139780802117e-09, + "L": 2.7662954149576535e-09, + "G": 2.9084142170177074e-06, + "F": 0.00013566657435148954, + "E": 5.110285201226361e-06, + "T": 1.734731085889507e-05, + "P": 0.0404556542634964, + "-": 0.9593385457992554 + }, + "id": "tp_25395" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3174408, + "label": "-", + "classification": { + "B": 4.780927737035867e-11, + "S": 1.5806300712739585e-10, + "I": 2.3577830177146097e-07, + "C": 8.886315683298562e-09, + "R": 2.976439095192518e-10, + "M": 1.0408518136273415e-07, + "O": 2.5521723401311647e-08, + "W": 2.531994336418819e-10, + "N": 4.377834539326386e-09, + "Y": 6.593935268028872e-06, + "U": 4.9833876608618155e-11, + "K": 5.9899911697414154e-09, + "L": 2.716340485875435e-10, + "G": 4.1192723188032687e-07, + "F": 0.00017588917398825288, + "E": 9.09337984467129e-07, + "T": 3.233665665902663e-06, + "P": 0.04939468577504158, + "-": 0.9504178166389465 + }, + "id": "tp_25396" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3174508, + "label": "P", + "classification": { + "B": 5.760837780144357e-07, + "S": 1.2305730479056365e-07, + "I": 0.013464723713696003, + "C": 0.0001601862022653222, + "R": 1.305605564994039e-05, + "M": 7.107487908797339e-05, + "O": 7.18600676918868e-06, + "W": 4.609026404978067e-07, + "N": 9.342455450678244e-05, + "Y": 0.0019971546716988087, + "U": 1.2375326150504407e-06, + "K": 2.4605969883850776e-06, + "L": 1.5869607068452751e-06, + "G": 0.0003198897175025195, + "F": 0.00027759376098401845, + "E": 0.0016558264615014195, + "T": 0.0004028836265206337, + "P": 0.5411007404327393, + "-": 0.44042977690696716 + }, + "id": "tp_25397" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3174641, + "label": "-", + "classification": { + "B": 4.158463795533862e-09, + "S": 4.268200903823072e-09, + "I": 1.2740411875711288e-05, + "C": 2.7140535507896857e-07, + "R": 2.6875458303265987e-08, + "M": 5.468340873449051e-07, + "O": 2.8447863087421865e-07, + "W": 1.2242376001836419e-08, + "N": 1.9194692413293524e-07, + "Y": 1.5422177966684103e-05, + "U": 8.153532071730751e-09, + "K": 1.0556592400234877e-07, + "L": 5.010480474965107e-09, + "G": 1.259117084373429e-06, + "F": 0.00014095500227995217, + "E": 7.613831257913262e-06, + "T": 1.589657949807588e-05, + "P": 0.1768077313899994, + "-": 0.8229968547821045 + }, + "id": "tp_25398" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3174775, + "label": "-", + "classification": { + "B": 1.4378034620676772e-06, + "S": 1.0574803127383348e-05, + "I": 0.0003436939441598952, + "C": 0.00012494128895923495, + "R": 2.7750607841880992e-05, + "M": 0.0003480853629298508, + "O": 0.00013652282359544188, + "W": 1.2209865417389665e-05, + "N": 4.678168261307292e-05, + "Y": 0.0033111232332885265, + "U": 5.29737235410721e-06, + "K": 3.774575452553108e-05, + "L": 1.6275420421152376e-05, + "G": 0.00031017811852507293, + "F": 0.006026573944836855, + "E": 0.0006164279184304178, + "T": 0.002823302987962961, + "P": 0.11041352152824402, + "-": 0.8753875494003296 + }, + "id": "tp_25399" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3174908, + "label": "P", + "classification": { + "B": 3.361011913227685e-09, + "S": 4.85781770365179e-09, + "I": 2.4612356355646625e-05, + "C": 1.8086753428292468e-08, + "R": 7.600724494238875e-10, + "M": 1.0321907666366315e-06, + "O": 8.026824360740648e-08, + "W": 1.8696897363668086e-09, + "N": 5.980891160106694e-07, + "Y": 6.222865522431675e-06, + "U": 1.9852421095922779e-10, + "K": 1.119278980610261e-08, + "L": 4.76295725082565e-10, + "G": 5.526453037418833e-07, + "F": 2.593162571429275e-05, + "E": 5.6630964536452666e-05, + "T": 6.544828011101345e-06, + "P": 0.6686913967132568, + "-": 0.33118635416030884 + }, + "id": "tp_25400" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3175008, + "label": "-", + "classification": { + "B": 0.00015685669495724142, + "S": 9.167887037619948e-05, + "I": 0.00037344437441788614, + "C": 0.0004470899875741452, + "R": 6.516859139082953e-05, + "M": 0.0009963561315089464, + "O": 0.00038203265285119414, + "W": 3.0041474019526504e-05, + "N": 6.662563828285784e-05, + "Y": 0.0032505246344953775, + "U": 1.2703218089882284e-05, + "K": 0.0001571807370055467, + "L": 7.159527012845501e-05, + "G": 0.0029237051494419575, + "F": 0.022947344928979874, + "E": 0.001308796345256269, + "T": 0.002706571714952588, + "P": 0.07696936279535294, + "-": 0.8870429396629333 + }, + "id": "tp_25401" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3175142, + "label": "-", + "classification": { + "B": 4.029298452223884e-06, + "S": 3.289475500878325e-07, + "I": 3.0184284696588293e-05, + "C": 2.9269215247040847e-06, + "R": 3.055176875932375e-07, + "M": 1.8014063243754208e-05, + "O": 2.1942849343759008e-05, + "W": 5.949317483100458e-07, + "N": 1.5855256378927152e-06, + "Y": 7.849258690839633e-05, + "U": 1.0433149810751274e-07, + "K": 4.739607462056483e-08, + "L": 1.4044300087334705e-06, + "G": 5.078878893982619e-05, + "F": 0.0001950841979123652, + "E": 2.6640407668310218e-05, + "T": 0.00015036630793474615, + "P": 0.1739911139011383, + "-": 0.825425922870636 + }, + "id": "tp_25402" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3175275, + "label": "-", + "classification": { + "B": 8.360527036490877e-18, + "S": 6.06060056053363e-18, + "I": 5.980105299840943e-11, + "C": 4.3042894010310306e-13, + "R": 2.9900963957840655e-15, + "M": 2.6027001734374444e-12, + "O": 1.7075949757926895e-13, + "W": 1.149039235875371e-16, + "N": 2.4312476470532592e-14, + "Y": 1.5183879042979243e-08, + "U": 9.556953629862063e-17, + "K": 3.9009556218952413e-13, + "L": 1.2422654025858533e-16, + "G": 8.526445521850334e-11, + "F": 2.2927268616967922e-07, + "E": 2.2135708543924437e-10, + "T": 6.765553672849478e-10, + "P": 0.002724296413362026, + "-": 0.9972754120826721 + }, + "id": "tp_25403" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3175375, + "label": "-", + "classification": { + "B": 8.593954703428608e-08, + "S": 6.807239572026447e-08, + "I": 0.00038969313027337193, + "C": 8.475008507957682e-05, + "R": 5.840955509484047e-06, + "M": 0.00011350054410286248, + "O": 1.0030951671069488e-05, + "W": 2.6550330289865087e-07, + "N": 6.127769665909e-06, + "Y": 0.0009733446058817208, + "U": 4.160160642641131e-07, + "K": 7.116649385352503e-07, + "L": 1.461209876651992e-06, + "G": 0.0001357170258415863, + "F": 0.00029332158737815917, + "E": 0.00022918909962754697, + "T": 0.0007232417701743543, + "P": 0.07276071608066559, + "-": 0.9242714047431946 + }, + "id": "tp_25404" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3175509, + "label": "-", + "classification": { + "B": 7.144134883674269e-08, + "S": 8.121125993909573e-09, + "I": 3.905462290276773e-05, + "C": 1.2677226095547667e-06, + "R": 9.289689018032732e-08, + "M": 1.0782138815557119e-05, + "O": 1.7157128695544088e-06, + "W": 1.7472061131229566e-08, + "N": 3.5731781622416747e-07, + "Y": 0.00019549652643036097, + "U": 7.96999088947814e-09, + "K": 4.244796070196344e-09, + "L": 1.6852186490723398e-07, + "G": 2.509005571482703e-05, + "F": 0.00012112093827454373, + "E": 1.1986034223809838e-05, + "T": 7.72051716921851e-05, + "P": 0.10347301512956619, + "-": 0.8960425853729248 + }, + "id": "tp_25405" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3175642, + "label": "-", + "classification": { + "B": 1.9799231698591768e-11, + "S": 3.939019596610471e-11, + "I": 3.40338942805829e-07, + "C": 1.2904086688081406e-08, + "R": 2.390609932234611e-10, + "M": 1.8020342906766018e-07, + "O": 9.830533720389667e-09, + "W": 9.138724499369033e-11, + "N": 8.76701999885654e-09, + "Y": 2.94619476335356e-05, + "U": 6.082770398485593e-11, + "K": 1.8387839872957557e-07, + "L": 5.731786226204072e-11, + "G": 7.785964726281236e-07, + "F": 0.00023516513465438038, + "E": 1.0041144378192257e-05, + "T": 2.2324902602122165e-06, + "P": 0.023571908473968506, + "-": 0.9761497378349304 + }, + "id": "tp_25406" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3175776, + "label": "-", + "classification": { + "B": 6.998482149356278e-08, + "S": 2.712692719342158e-07, + "I": 0.00011051453475374728, + "C": 1.5679423086112365e-05, + "R": 1.9160138435836416e-06, + "M": 2.445286008878611e-05, + "O": 7.325014394155005e-06, + "W": 5.281565336190397e-07, + "N": 7.238861599034863e-06, + "Y": 0.0010133703472092748, + "U": 2.963141980671935e-07, + "K": 4.4385709770722315e-05, + "L": 2.4899881623241527e-07, + "G": 9.037955896928906e-05, + "F": 0.004292014054954052, + "E": 0.00028235252830199897, + "T": 0.00020158513507340103, + "P": 0.1051676869392395, + "-": 0.8887397050857544 + }, + "id": "tp_25407" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3175876, + "label": "-", + "classification": { + "B": 5.557190263516532e-10, + "S": 2.523350417504844e-10, + "I": 8.650760719319806e-06, + "C": 1.6953590886714665e-07, + "R": 3.5548468613200157e-09, + "M": 5.036619086240535e-07, + "O": 4.140388654150229e-08, + "W": 1.7876655711290823e-10, + "N": 2.4624092986869073e-08, + "Y": 5.5731020438543055e-06, + "U": 8.956361347012276e-11, + "K": 2.7061467650080218e-11, + "L": 4.592388247459667e-09, + "G": 6.163683679005771e-07, + "F": 9.574902651365846e-05, + "E": 4.899505256616976e-06, + "T": 3.496830004223739e-06, + "P": 0.2886214554309845, + "-": 0.7112587690353394 + }, + "id": "tp_25408" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3176009, + "label": "-", + "classification": { + "B": 8.032695291149139e-07, + "S": 9.99084704744746e-07, + "I": 0.00035784553620032966, + "C": 5.1830695156240836e-05, + "R": 6.625830337725347e-06, + "M": 0.00011194521357538179, + "O": 1.975016130018048e-05, + "W": 1.636083766243246e-06, + "N": 2.6299905584892258e-05, + "Y": 0.001406738767400384, + "U": 1.1686565812851768e-06, + "K": 2.5842920877039433e-05, + "L": 1.3922694961365778e-06, + "G": 0.0002616285637486726, + "F": 0.007055467460304499, + "E": 0.0005387545679695904, + "T": 0.00041337948641739786, + "P": 0.23057790100574493, + "-": 0.7591400146484375 + }, + "id": "tp_25409" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3176143, + "label": "-", + "classification": { + "B": 0.0002099540433846414, + "S": 8.439288649242371e-05, + "I": 0.004210945684462786, + "C": 0.0023166562896221876, + "R": 0.0005268274107947946, + "M": 0.0015924476319923997, + "O": 0.0009057381539605558, + "W": 0.0001716568658594042, + "N": 0.0006429436034522951, + "Y": 0.010297982953488827, + "U": 0.00018005156016442925, + "K": 0.000753674132283777, + "L": 0.00023971984046511352, + "G": 0.0054201907478272915, + "F": 0.021175120025873184, + "E": 0.00844322144985199, + "T": 0.00357410148717463, + "P": 0.2350674718618393, + "-": 0.7041869163513184 + }, + "id": "tp_25410" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3176276, + "label": "P", + "classification": { + "B": 0.0012381086125969887, + "S": 0.00024785561254248023, + "I": 0.11453920602798462, + "C": 0.004379687365144491, + "R": 0.0008095466764643788, + "M": 0.008845620788633823, + "O": 0.0009366809390485287, + "W": 0.00021227869729045779, + "N": 0.005038074217736721, + "Y": 0.021716075018048286, + "U": 0.00010594230116112158, + "K": 0.0002771502186078578, + "L": 0.0005120377754792571, + "G": 0.010804400779306889, + "F": 0.009538213722407818, + "E": 0.07437273114919662, + "T": 0.007395986467599869, + "P": 0.47949719429016113, + "-": 0.2595331370830536 + }, + "id": "tp_25411" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3176376, + "label": "-", + "classification": { + "B": 4.1038788367586676e-07, + "S": 6.619377757033362e-08, + "I": 6.107115768827498e-05, + "C": 1.1275339602434542e-05, + "R": 5.331213515091804e-07, + "M": 3.905342236976139e-05, + "O": 3.1968859275366412e-06, + "W": 8.695749187381807e-08, + "N": 1.73362070654548e-06, + "Y": 0.0006094246637076139, + "U": 1.1564046786816107e-07, + "K": 1.1308286502753617e-06, + "L": 3.8483022990476456e-07, + "G": 0.00013312594091985375, + "F": 0.0008553317165933549, + "E": 0.00017570446652825922, + "T": 0.0002591442025732249, + "P": 0.12740394473075867, + "-": 0.8704441785812378 + }, + "id": "tp_25412" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3176510, + "label": "-", + "classification": { + "B": 3.640494017354001e-10, + "S": 3.786946756179077e-09, + "I": 1.5678865565860178e-06, + "C": 2.8687949793493317e-07, + "R": 1.9582866883638417e-08, + "M": 3.6745009879268764e-07, + "O": 2.5910557610586693e-07, + "W": 6.644777172937211e-09, + "N": 1.2272721505723894e-07, + "Y": 0.00012229918502271175, + "U": 3.6353891008644723e-09, + "K": 1.0645234169714968e-06, + "L": 3.5784406549055348e-09, + "G": 3.811648639384657e-06, + "F": 0.0018862978322431445, + "E": 6.465420483436901e-06, + "T": 2.3246175260283053e-05, + "P": 0.048754945397377014, + "-": 0.9491991400718689 + }, + "id": "tp_25413" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3176643, + "label": "-", + "classification": { + "B": 8.765486947392986e-11, + "S": 1.3602915668875504e-11, + "I": 7.593638429170824e-08, + "C": 8.740781987093271e-10, + "R": 1.0725650402554354e-11, + "M": 6.360813387118469e-08, + "O": 2.857346359519397e-09, + "W": 7.176783039380963e-12, + "N": 4.509584372591746e-10, + "Y": 6.364627438415482e-07, + "U": 2.686093751938512e-12, + "K": 3.4194206494087e-11, + "L": 4.6064877606832866e-11, + "G": 6.62333974332796e-08, + "F": 1.5481866284972057e-05, + "E": 7.020091743470402e-07, + "T": 5.247501349003869e-07, + "P": 0.09458967298269272, + "-": 0.9053927659988403 + }, + "id": "tp_25414" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3176777, + "label": "-", + "classification": { + "B": 1.3450476843424042e-11, + "S": 5.167732214372833e-11, + "I": 2.1106105307922007e-08, + "C": 2.41312303472796e-10, + "R": 2.291890635608418e-11, + "M": 1.1719386350250716e-08, + "O": 3.911668766676257e-09, + "W": 2.8476668939569905e-11, + "N": 5.122837154480919e-10, + "Y": 2.047122052317718e-06, + "U": 3.2938682163752286e-12, + "K": 1.1351671602710667e-08, + "L": 1.7706574054199287e-11, + "G": 1.7505330163203325e-07, + "F": 0.0003005355247296393, + "E": 6.350239800667623e-07, + "T": 4.801538011633966e-07, + "P": 0.026644540950655937, + "-": 0.9730514883995056 + }, + "id": "tp_25415" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3176877, + "label": "P", + "classification": { + "B": 5.005225123255741e-09, + "S": 9.489135033291518e-10, + "I": 0.0007724526803940535, + "C": 1.66671645729366e-06, + "R": 1.189588090255711e-07, + "M": 3.1672670957050286e-06, + "O": 2.0040299375523318e-07, + "W": 4.434798306363064e-09, + "N": 2.7040994154958753e-06, + "Y": 0.00017334862786810845, + "U": 7.958077752334702e-09, + "K": 8.705769261041496e-08, + "L": 8.90385720708764e-09, + "G": 1.066714230546495e-05, + "F": 4.614967474481091e-05, + "E": 0.00022942500072531402, + "T": 4.3090789404232055e-05, + "P": 0.5222999453544617, + "-": 0.47641700506210327 + }, + "id": "tp_25416" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3177010, + "label": "-", + "classification": { + "B": 6.946645925154371e-08, + "S": 1.1072130945422032e-07, + "I": 7.146124698920175e-05, + "C": 1.3821182619722094e-05, + "R": 9.299403700424591e-07, + "M": 8.740452358324546e-06, + "O": 4.161991910223151e-06, + "W": 1.1461266780088408e-07, + "N": 3.2299451504513854e-06, + "Y": 7.425304647767916e-05, + "U": 9.534701916891208e-08, + "K": 6.612754077650607e-07, + "L": 3.0207073109522753e-07, + "G": 5.9931855503236875e-05, + "F": 0.0017309299437329173, + "E": 5.9541387599892914e-05, + "T": 8.779772178968415e-05, + "P": 0.3146136999130249, + "-": 0.6832700967788696 + }, + "id": "tp_25417" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3177144, + "label": "-", + "classification": { + "B": 2.4190139669144628e-08, + "S": 5.082486431717825e-09, + "I": 2.3778035540544806e-07, + "C": 4.1930718452931615e-08, + "R": 1.5112090467894745e-09, + "M": 1.6170659478120797e-07, + "O": 1.468665544734904e-07, + "W": 2.0786479204559782e-09, + "N": 8.932300232800117e-09, + "Y": 4.2111373659281526e-06, + "U": 1.7134883789626798e-10, + "K": 2.4617505811619367e-09, + "L": 5.742341713244059e-09, + "G": 2.9025650292169303e-06, + "F": 0.0004422642814461142, + "E": 2.331876203243155e-06, + "T": 2.9378018098213943e-06, + "P": 0.08276409655809402, + "-": 0.9167806506156921 + }, + "id": "tp_25418" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3177277, + "label": "-", + "classification": { + "B": 3.01286284809521e-08, + "S": 3.377413904104287e-08, + "I": 7.219873077701777e-05, + "C": 4.7840610932325944e-05, + "R": 3.077341716561932e-06, + "M": 2.052816671493929e-05, + "O": 3.518180164974183e-06, + "W": 1.2341689625827712e-07, + "N": 1.7677097048363066e-06, + "Y": 0.0007005096413195133, + "U": 2.682140802789945e-07, + "K": 2.2388437628251268e-06, + "L": 2.515364769806183e-07, + "G": 4.410567271406762e-05, + "F": 0.00040266281575895846, + "E": 4.7686462494311854e-05, + "T": 0.0002732230059336871, + "P": 0.029781470075249672, + "-": 0.9685983657836914 + }, + "id": "tp_25419" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3177377, + "label": "-", + "classification": { + "B": 9.18926588155955e-08, + "S": 5.236657329987793e-07, + "I": 5.6847718951758e-05, + "C": 4.4890421122545376e-05, + "R": 5.378049081627978e-06, + "M": 5.738944309996441e-05, + "O": 1.2760830941260792e-05, + "W": 5.896217203371634e-07, + "N": 3.1032279821374686e-06, + "Y": 0.0004824893258046359, + "U": 2.8563405862769287e-07, + "K": 1.1903946870006621e-05, + "L": 6.545547535097285e-07, + "G": 6.647528061876073e-05, + "F": 0.004302178975194693, + "E": 6.494176341220737e-05, + "T": 0.00029540836112573743, + "P": 0.0420425720512867, + "-": 0.952551543712616 + }, + "id": "tp_25420" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3177511, + "label": "-", + "classification": { + "B": 3.043348897335818e-06, + "S": 5.421331934485352e-06, + "I": 0.00028475577710196376, + "C": 0.000593425938859582, + "R": 3.327435479150154e-05, + "M": 0.0014989820774644613, + "O": 9.581145422998816e-05, + "W": 3.0652968234790023e-06, + "N": 1.3492838661477435e-05, + "Y": 0.002575211226940155, + "U": 3.246246251364937e-06, + "K": 8.260176400654018e-06, + "L": 4.241932037984952e-05, + "G": 0.0018945276970043778, + "F": 0.010531575419008732, + "E": 0.0006119977333582938, + "T": 0.0021900737192481756, + "P": 0.07121308892965317, + "-": 0.9083982110023499 + }, + "id": "tp_25421" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3177644, + "label": "-", + "classification": { + "B": 1.8256369571645337e-07, + "S": 7.189623119074895e-08, + "I": 1.715282633085735e-05, + "C": 1.362786497338675e-05, + "R": 1.9776971384999342e-06, + "M": 2.5162250949506415e-06, + "O": 5.091656930744648e-06, + "W": 6.742185121311195e-08, + "N": 6.314641609606042e-07, + "Y": 7.247157191159204e-05, + "U": 7.774325183618203e-08, + "K": 7.39635481750156e-07, + "L": 2.712673108362651e-07, + "G": 3.889365689246915e-05, + "F": 0.001107831485569477, + "E": 9.83780682872748e-06, + "T": 3.0629264074377716e-05, + "P": 0.032348085194826126, + "-": 0.9663498997688293 + }, + "id": "tp_25422" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3177778, + "label": "-", + "classification": { + "B": 8.766409820282206e-10, + "S": 1.360907830871838e-09, + "I": 4.583507973165979e-07, + "C": 3.4233752899126557e-07, + "R": 3.142872273542707e-08, + "M": 3.3995664239228063e-07, + "O": 1.8826615644229605e-07, + "W": 1.5342012105179492e-09, + "N": 1.6411870973342957e-08, + "Y": 7.678670226596296e-05, + "U": 1.8159174164367187e-09, + "K": 9.680932322453373e-08, + "L": 2.6091020455254466e-09, + "G": 3.229999265386141e-06, + "F": 0.0001954385661520064, + "E": 4.004797631296242e-07, + "T": 2.3542363123851828e-05, + "P": 0.009315555915236473, + "-": 0.9903835654258728 + }, + "id": "tp_25423" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3177878, + "label": "-", + "classification": { + "B": 0.0002933003124780953, + "S": 5.144245733390562e-05, + "I": 0.0005136096151545644, + "C": 2.271769153594505e-05, + "R": 7.751444172754418e-06, + "M": 0.0030100431758910418, + "O": 0.0005557963741011918, + "W": 2.002690962399356e-05, + "N": 3.661496521090157e-05, + "Y": 0.002566175302490592, + "U": 1.3429674936560332e-06, + "K": 3.152398676320445e-06, + "L": 7.274515519384295e-05, + "G": 0.0017375671304762363, + "F": 0.0025292399805039167, + "E": 0.0006109196692705154, + "T": 0.004812402650713921, + "P": 0.06145758926868439, + "-": 0.9216975569725037 + }, + "id": "tp_25424" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3178011, + "label": "-", + "classification": { + "B": 2.6648988296074094e-06, + "S": 4.194866505713435e-06, + "I": 0.0006749193998984993, + "C": 8.531226922059432e-05, + "R": 1.6824442354845814e-05, + "M": 0.0010026668896898627, + "O": 6.956506695132703e-05, + "W": 3.2042285056377295e-06, + "N": 2.596233389340341e-05, + "Y": 0.02364078164100647, + "U": 7.780707846904988e-07, + "K": 3.336062582093291e-05, + "L": 7.2154707595473155e-06, + "G": 0.0010495336027815938, + "F": 0.003870807122439146, + "E": 0.001441529719159007, + "T": 0.005173895973712206, + "P": 0.03722916543483734, + "-": 0.9256675839424133 + }, + "id": "tp_25425" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3178145, + "label": "-", + "classification": { + "B": 2.5188854474444966e-11, + "S": 6.129165924795288e-11, + "I": 6.205668796610553e-07, + "C": 8.651439742379807e-08, + "R": 6.961893284085363e-09, + "M": 3.702022510765346e-08, + "O": 2.6372015682341043e-08, + "W": 5.240496925296156e-10, + "N": 5.774960065707546e-09, + "Y": 1.770235576259438e-05, + "U": 3.363623268803906e-10, + "K": 4.483542070943258e-08, + "L": 2.916191454982453e-10, + "G": 5.493667458722484e-07, + "F": 0.00016912296996451914, + "E": 4.917147293781454e-07, + "T": 1.4739397329321946e-06, + "P": 0.024527721107006073, + "-": 0.9752820730209351 + }, + "id": "tp_25426" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3178278, + "label": "-", + "classification": { + "B": 8.57681037302882e-09, + "S": 6.717266298750246e-09, + "I": 2.066293063762714e-06, + "C": 2.588713414297672e-06, + "R": 3.665845440536941e-07, + "M": 1.0587652468529996e-05, + "O": 2.8507122351584258e-06, + "W": 1.436378482821965e-08, + "N": 2.062216175602316e-08, + "Y": 0.00014636293053627014, + "U": 5.892793808470742e-09, + "K": 4.464050462615887e-09, + "L": 3.3565311241545714e-07, + "G": 2.7673208023770712e-05, + "F": 0.00024162945919670165, + "E": 6.797263836233469e-07, + "T": 9.045175102073699e-05, + "P": 0.003205914283171296, + "-": 0.9962683916091919 + }, + "id": "tp_25427" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3178378, + "label": "-", + "classification": { + "B": 5.121067125912759e-09, + "S": 2.2555120438028098e-08, + "I": 1.4469273082795553e-05, + "C": 9.185290764435194e-06, + "R": 9.469631550018676e-07, + "M": 5.755150141339982e-06, + "O": 2.267081981699448e-06, + "W": 4.9299128335178466e-08, + "N": 8.245353342317685e-07, + "Y": 0.0005420389934442937, + "U": 6.944750907678099e-08, + "K": 2.8816295980504947e-06, + "L": 8.911658966326286e-08, + "G": 3.3303978852927685e-05, + "F": 0.0022068037651479244, + "E": 2.0161085558356717e-05, + "T": 0.00019475948647595942, + "P": 0.03031807206571102, + "-": 0.9666484594345093 + }, + "id": "tp_25428" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3178512, + "label": "-", + "classification": { + "B": 1.0737182947195834e-06, + "S": 2.2675330058063992e-07, + "I": 0.0008879677043296397, + "C": 0.0001619560207473114, + "R": 6.438428044930333e-06, + "M": 0.00010042334906756878, + "O": 9.73212536337087e-06, + "W": 7.250958447002631e-07, + "N": 3.2646090403432027e-05, + "Y": 0.0011248266091570258, + "U": 1.0262584737574798e-06, + "K": 2.0116203813813627e-05, + "L": 1.2774747801813646e-06, + "G": 0.00032532543991692364, + "F": 0.0025182333774864674, + "E": 0.003155074082314968, + "T": 0.00019926574896089733, + "P": 0.34476497769355774, + "-": 0.64668869972229 + }, + "id": "tp_25429" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3178645, + "label": "-", + "classification": { + "B": 2.5575500051111533e-10, + "S": 1.1294516433224544e-09, + "I": 5.733343641622923e-06, + "C": 4.754108431370696e-07, + "R": 3.458639596942703e-08, + "M": 1.6360260701731022e-07, + "O": 1.9049713273489033e-07, + "W": 3.2371880731574265e-09, + "N": 9.887084928550394e-08, + "Y": 2.036127625615336e-05, + "U": 3.9619156844139525e-09, + "K": 3.664104752942876e-08, + "L": 4.222572513867817e-09, + "G": 1.3128631053405115e-06, + "F": 0.00014934186765458435, + "E": 1.1350771274010185e-06, + "T": 1.18516109068878e-05, + "P": 0.03473366051912308, + "-": 0.9650756120681763 + }, + "id": "tp_25430" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3178779, + "label": "-", + "classification": { + "B": 7.735539838904515e-06, + "S": 7.709115379839204e-06, + "I": 0.0009979206370189786, + "C": 0.00070529046934098, + "R": 8.449468441540375e-05, + "M": 0.00022157029889058322, + "O": 0.00014219133299775422, + "W": 2.5293467842857353e-05, + "N": 0.00012396259990055114, + "Y": 0.002234842861071229, + "U": 2.7574355044635013e-05, + "K": 0.0012774498900398612, + "L": 1.4669705706182867e-05, + "G": 0.0015502161113545299, + "F": 0.030217662453651428, + "E": 0.0028231630567461252, + "T": 0.0006889691576361656, + "P": 0.13303762674331665, + "-": 0.8258115649223328 + }, + "id": "tp_25431" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3178879, + "label": "-", + "classification": { + "B": 1.707761657598894e-05, + "S": 1.0306504918844439e-05, + "I": 0.0034069449175149202, + "C": 0.001116797560825944, + "R": 0.0002116733812727034, + "M": 0.001170404371805489, + "O": 0.0003124196082353592, + "W": 1.3309856512933038e-05, + "N": 0.00020136297098360956, + "Y": 0.011842927895486355, + "U": 3.1150651921052486e-05, + "K": 3.7204663385637105e-05, + "L": 6.0853719332953915e-05, + "G": 0.003685050643980503, + "F": 0.003501908155158162, + "E": 0.001326071098446846, + "T": 0.007791987620294094, + "P": 0.14131787419319153, + "-": 0.8239446878433228 + }, + "id": "tp_25432" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3179012, + "label": "-", + "classification": { + "B": 2.0122559362789616e-05, + "S": 1.5513338439632207e-05, + "I": 0.0011371491709724069, + "C": 0.0009909069631248713, + "R": 0.00014036234642844647, + "M": 0.0006270197918638587, + "O": 0.0002313334116479382, + "W": 3.229368303436786e-05, + "N": 0.00011281646584393457, + "Y": 0.0033907927572727203, + "U": 1.9029883333132602e-05, + "K": 0.00021783262491226196, + "L": 5.1897430239478126e-05, + "G": 0.002105039544403553, + "F": 0.026883700862526894, + "E": 0.0036659957841038704, + "T": 0.0010807099752128124, + "P": 0.18851271271705627, + "-": 0.7707648277282715 + }, + "id": "tp_25433" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3179146, + "label": "-", + "classification": { + "B": 1.3041925228662876e-07, + "S": 1.5441743528299412e-07, + "I": 0.000300900632282719, + "C": 2.7917021725443192e-05, + "R": 3.3252961202379083e-06, + "M": 0.00017933205526787788, + "O": 1.0378175829828251e-05, + "W": 3.962457810757769e-07, + "N": 7.0147084443306085e-06, + "Y": 0.0036523935850709677, + "U": 2.3634012791262649e-07, + "K": 1.1883157640113495e-05, + "L": 4.153226313974301e-07, + "G": 0.00018286643899045885, + "F": 0.0009184353984892368, + "E": 0.0004901856882497668, + "T": 0.0005233745905570686, + "P": 0.046524181962013245, + "-": 0.9471664428710938 + }, + "id": "tp_25434" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3179279, + "label": "-", + "classification": { + "B": 5.484044507397812e-08, + "S": 2.0260358724044636e-08, + "I": 3.2630028726998717e-05, + "C": 5.619604621642793e-07, + "R": 4.6032020861730416e-08, + "M": 2.433008148727822e-06, + "O": 8.415760248681181e-07, + "W": 2.4907835793896993e-08, + "N": 8.196838621188363e-07, + "Y": 2.3631468138773926e-05, + "U": 8.843399790237072e-09, + "K": 7.820832337301908e-08, + "L": 3.9025458420383075e-08, + "G": 1.005087688099593e-05, + "F": 0.0004433481371961534, + "E": 4.5882501581218094e-05, + "T": 2.6832361982087605e-05, + "P": 0.3342948853969574, + "-": 0.6651177406311035 + }, + "id": "tp_25435" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3179379, + "label": "-", + "classification": { + "B": 1.4500455280952451e-09, + "S": 1.7034633259527254e-08, + "I": 1.2252726264705416e-06, + "C": 4.9749534269949436e-08, + "R": 1.8391966838393614e-09, + "M": 3.7320018009268097e-07, + "O": 2.385212383160251e-07, + "W": 7.938615098623814e-09, + "N": 9.925952326739207e-08, + "Y": 6.484604000434047e-06, + "U": 2.1130217575660026e-09, + "K": 1.1769792251925537e-07, + "L": 2.432718027023384e-09, + "G": 4.516299441092997e-07, + "F": 0.0003392116050235927, + "E": 2.438305273244623e-06, + "T": 1.3718758054892533e-05, + "P": 0.1790040135383606, + "-": 0.8206315636634827 + }, + "id": "tp_25436" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3179513, + "label": "-", + "classification": { + "B": 1.3654319341860344e-10, + "S": 2.725411840653891e-10, + "I": 7.871735761000309e-07, + "C": 4.8111498784919604e-08, + "R": 2.2410684419327254e-09, + "M": 2.0708695558369072e-07, + "O": 4.7179497641991475e-08, + "W": 3.416339988682182e-10, + "N": 1.135465499402244e-08, + "Y": 1.6985924958135e-05, + "U": 1.598993715212771e-10, + "K": 5.010594605892038e-09, + "L": 8.180755517450677e-10, + "G": 1.2029528306811699e-06, + "F": 0.0002096186944982037, + "E": 1.3257426871859934e-06, + "T": 5.185169356991537e-06, + "P": 0.05127547308802605, + "-": 0.9484891891479492 + }, + "id": "tp_25437" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3179646, + "label": "-", + "classification": { + "B": 6.924096669536084e-05, + "S": 6.781223055440933e-05, + "I": 0.010185074992477894, + "C": 0.002188092563301325, + "R": 0.0009768044110387564, + "M": 0.006729443091899157, + "O": 0.0013459431938827038, + "W": 0.00012904668983537704, + "N": 0.0008825028780847788, + "Y": 0.025843333452939987, + "U": 6.922406464582309e-05, + "K": 0.00029103897395543754, + "L": 0.00027375906938686967, + "G": 0.010537276044487953, + "F": 0.020380130037665367, + "E": 0.0063352459110319614, + "T": 0.0129116615280509, + "P": 0.1561027467250824, + "-": 0.7446815371513367 + }, + "id": "tp_25438" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3179780, + "label": "-", + "classification": { + "B": 3.8371573279905036e-11, + "S": 3.9991170097675166e-11, + "I": 2.294254102253035e-07, + "C": 9.01246810514067e-09, + "R": 7.728153533781423e-11, + "M": 1.6911654654450103e-07, + "O": 7.4076447198478945e-09, + "W": 5.5750289801315134e-11, + "N": 3.333828102469738e-09, + "Y": 5.178375431569293e-06, + "U": 4.539933012859265e-11, + "K": 1.4350360899584302e-08, + "L": 9.230319286679389e-11, + "G": 5.878372917322849e-07, + "F": 7.317734707612544e-05, + "E": 4.045441983180353e-06, + "T": 1.659063741499267e-06, + "P": 0.06534566730260849, + "-": 0.9345692992210388 + }, + "id": "tp_25439" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3179880, + "label": "-", + "classification": { + "B": 6.281107189920476e-09, + "S": 1.2763278212091222e-09, + "I": 4.77095200039912e-05, + "C": 2.4562771159253316e-06, + "R": 8.469231715935166e-08, + "M": 1.7948431150216493e-06, + "O": 2.822433771143551e-07, + "W": 5.808276970498127e-09, + "N": 5.151647428647266e-07, + "Y": 0.00011692562111420557, + "U": 1.619621414761241e-08, + "K": 3.0900613978701585e-07, + "L": 1.2370080071377743e-08, + "G": 2.4850829504430294e-05, + "F": 0.0002544137532822788, + "E": 3.833867231151089e-05, + "T": 2.0407549527590163e-05, + "P": 0.1683952361345291, + "-": 0.8310965895652771 + }, + "id": "tp_25440" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3180013, + "label": "-", + "classification": { + "B": 5.989776923343015e-07, + "S": 1.8768371035093878e-07, + "I": 5.352529478841461e-05, + "C": 0.00011769329285016283, + "R": 6.9526940933428705e-06, + "M": 4.274165985407308e-05, + "O": 1.7176242181449197e-05, + "W": 5.356558290259272e-07, + "N": 1.885537358248257e-06, + "Y": 0.00020931752806063741, + "U": 4.2364166574770934e-07, + "K": 1.1671470474539092e-06, + "L": 1.6222725207626354e-06, + "G": 0.00014506082516163588, + "F": 0.0022594030015170574, + "E": 3.046235906367656e-05, + "T": 0.0001651541970204562, + "P": 0.0731360986828804, + "-": 0.9238100051879883 + }, + "id": "tp_25441" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3180147, + "label": "-", + "classification": { + "B": 4.6417657273423174e-08, + "S": 1.7376997618612222e-08, + "I": 7.320303211599821e-06, + "C": 2.791967290249886e-06, + "R": 2.506062344309612e-07, + "M": 2.7235407742409734e-06, + "O": 6.338892490020953e-06, + "W": 1.0335023148400069e-07, + "N": 1.92291281564394e-07, + "Y": 1.6317761037498713e-05, + "U": 4.522837571130367e-08, + "K": 7.752143460493244e-08, + "L": 3.5062771530647296e-07, + "G": 9.64055197982816e-06, + "F": 0.0005123021546751261, + "E": 2.047411271632882e-06, + "T": 3.3962329325731844e-05, + "P": 0.022617213428020477, + "-": 0.9767882823944092 + }, + "id": "tp_25442" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3180280, + "label": "-", + "classification": { + "B": 0.005629220977425575, + "S": 0.004691988229751587, + "I": 0.006635937374085188, + "C": 0.0038902251981198788, + "R": 0.001387038384564221, + "M": 0.012635007500648499, + "O": 0.005307815503329039, + "W": 0.0023649127688258886, + "N": 0.004315182100981474, + "Y": 0.040419165045022964, + "U": 0.0014227097854018211, + "K": 0.013463469222187996, + "L": 0.002074853051453829, + "G": 0.02498624287545681, + "F": 0.13126841187477112, + "E": 0.047955870628356934, + "T": 0.025779692456126213, + "P": 0.21619166433811188, + "-": 0.44958052039146423 + }, + "id": "tp_25443" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3180380, + "label": "-", + "classification": { + "B": 7.565258783870377e-06, + "S": 1.235879972227849e-05, + "I": 0.0006370905903168023, + "C": 3.9541257137898356e-05, + "R": 1.0595951607683674e-05, + "M": 0.00033714689197950065, + "O": 0.00013207497249823064, + "W": 1.2374591278785374e-05, + "N": 4.9054371629608795e-05, + "Y": 0.0013340289006009698, + "U": 3.577731831683195e-06, + "K": 5.6687977121328e-06, + "L": 1.3175925232644659e-05, + "G": 0.00025389454094693065, + "F": 0.002178025897592306, + "E": 0.0002812117454595864, + "T": 0.0022904069628566504, + "P": 0.20836889743804932, + "-": 0.7840332984924316 + }, + "id": "tp_25444" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3180514, + "label": "-", + "classification": { + "B": 2.788437996059656e-06, + "S": 2.1089132928864274e-07, + "I": 0.00044492114102467895, + "C": 5.696901644114405e-05, + "R": 4.959109901392367e-06, + "M": 5.478620369103737e-05, + "O": 2.162079545087181e-05, + "W": 9.656197335061734e-07, + "N": 1.32989616759005e-05, + "Y": 0.00104747642762959, + "U": 1.4172185274219373e-06, + "K": 1.7723816654324764e-06, + "L": 3.025556907232385e-06, + "G": 0.0003854240640066564, + "F": 0.00037620303919538856, + "E": 0.0003263033286202699, + "T": 0.000479248003102839, + "P": 0.12771949172019958, + "-": 0.8690592050552368 + }, + "id": "tp_25445" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3180647, + "label": "-", + "classification": { + "B": 4.632439321028414e-09, + "S": 1.6934218471931217e-09, + "I": 3.90570176023175e-06, + "C": 4.679559708620218e-07, + "R": 1.6575077310676534e-08, + "M": 1.0308958735549822e-06, + "O": 1.2518333392108616e-07, + "W": 2.2704051971800254e-09, + "N": 6.424213694344871e-08, + "Y": 8.506851008860394e-05, + "U": 9.39537336819285e-10, + "K": 1.4168797690672363e-07, + "L": 5.125941449080074e-09, + "G": 2.215608947153669e-05, + "F": 0.0013919100165367126, + "E": 4.597082806867547e-05, + "T": 9.712400242278818e-06, + "P": 0.0649639368057251, + "-": 0.9334755539894104 + }, + "id": "tp_25446" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3180781, + "label": "-", + "classification": { + "B": 9.267748828278854e-05, + "S": 6.419110286515206e-05, + "I": 0.001057418412528932, + "C": 0.0002671249385457486, + "R": 6.502697215182707e-05, + "M": 0.00045161868911236525, + "O": 0.0004496214387472719, + "W": 4.9919381126528606e-05, + "N": 0.00020041086827404797, + "Y": 0.0017211104277521372, + "U": 2.3248367142514326e-05, + "K": 3.481742169242352e-05, + "L": 8.072157652350143e-05, + "G": 0.0012346927542239428, + "F": 0.0065505909733474255, + "E": 0.0007682014256715775, + "T": 0.002579262712970376, + "P": 0.2835148572921753, + "-": 0.7007944583892822 + }, + "id": "tp_25447" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3180881, + "label": "-", + "classification": { + "B": 4.151530674789683e-08, + "S": 2.4108375740183874e-08, + "I": 4.987201828043908e-05, + "C": 2.7810910978587344e-06, + "R": 1.9587609756399615e-07, + "M": 2.9047437237750273e-06, + "O": 1.1838261571028852e-06, + "W": 1.3065221082797507e-07, + "N": 1.7381132693117252e-06, + "Y": 7.06625942257233e-05, + "U": 6.99073439136555e-08, + "K": 1.1746275049517862e-05, + "L": 2.532596177218238e-08, + "G": 2.119946657330729e-05, + "F": 0.002721390686929226, + "E": 0.00026321024051867425, + "T": 1.6398606021539308e-05, + "P": 0.2553234100341797, + "-": 0.7415130138397217 + }, + "id": "tp_25448" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3181014, + "label": "-", + "classification": { + "B": 6.758421022823313e-08, + "S": 3.4296228079711e-08, + "I": 2.058590507658664e-05, + "C": 1.4896672837494407e-06, + "R": 1.6452725049020955e-07, + "M": 1.8299506336916238e-06, + "O": 1.9915594293706818e-06, + "W": 6.893888127024184e-08, + "N": 1.137881668000773e-06, + "Y": 0.00019412681285757571, + "U": 5.086619481176058e-08, + "K": 2.220808710262645e-06, + "L": 5.0329518330727296e-08, + "G": 3.387742253835313e-05, + "F": 0.0007324673351831734, + "E": 5.1162016461603343e-05, + "T": 6.687315908493474e-05, + "P": 0.08407828211784363, + "-": 0.9148135781288147 + }, + "id": "tp_25449" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3181148, + "label": "-", + "classification": { + "B": 4.956127869215621e-11, + "S": 8.431763100225087e-12, + "I": 2.953201601485489e-06, + "C": 1.7038512112321769e-07, + "R": 1.0888404622377834e-09, + "M": 8.634780357397176e-08, + "O": 2.6930406793468364e-09, + "W": 4.3187488307783184e-11, + "N": 1.0407128492317952e-08, + "Y": 1.4944255781301763e-05, + "U": 1.0797052835131993e-10, + "K": 6.988241540994977e-09, + "L": 7.483594299806384e-11, + "G": 9.971777217288036e-07, + "F": 2.5471341359661892e-05, + "E": 5.636367859551683e-06, + "T": 1.4845850273559336e-06, + "P": 0.14067953824996948, + "-": 0.8592686057090759 + }, + "id": "tp_25450" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3181281, + "label": "-", + "classification": { + "B": 2.4298813627865457e-07, + "S": 6.395172817974526e-07, + "I": 1.92006573342951e-05, + "C": 1.050030277838232e-05, + "R": 7.654458045180945e-07, + "M": 2.1925143300904892e-05, + "O": 4.370999704406131e-06, + "W": 4.029175499908888e-07, + "N": 1.7059650190276443e-06, + "Y": 0.00029185719904489815, + "U": 9.02223078469433e-08, + "K": 4.969956717104651e-05, + "L": 1.5751010096209939e-07, + "G": 8.712203270988539e-05, + "F": 0.007669277489185333, + "E": 0.00024368379672523588, + "T": 0.0001208223111461848, + "P": 0.03506793826818466, + "-": 0.9564096927642822 + }, + "id": "tp_25451" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3181381, + "label": "-", + "classification": { + "B": 3.886026167521095e-09, + "S": 2.9196304041079202e-08, + "I": 5.742296252719825e-06, + "C": 1.6417066035501193e-06, + "R": 1.8270728219249577e-07, + "M": 3.074620735787903e-06, + "O": 1.1898239336005645e-06, + "W": 4.495070271559598e-08, + "N": 2.269701582235939e-07, + "Y": 0.00010449174442328513, + "U": 1.578890440612213e-08, + "K": 1.1199907703485223e-06, + "L": 3.3543969379934424e-08, + "G": 6.375751581799705e-06, + "F": 0.0008753301808610559, + "E": 4.7563376028847415e-06, + "T": 5.230652095633559e-05, + "P": 0.022372685372829437, + "-": 0.9765708446502686 + }, + "id": "tp_25452" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3181515, + "label": "-", + "classification": { + "B": 1.107648833764685e-10, + "S": 5.917834972057889e-11, + "I": 2.17349565900804e-06, + "C": 4.221702738504973e-07, + "R": 4.662239483366193e-09, + "M": 3.7001808550485293e-07, + "O": 1.7548188679938903e-08, + "W": 2.458410697236957e-10, + "N": 1.4989133489962114e-08, + "Y": 1.8949478544527665e-05, + "U": 1.5366226069346567e-09, + "K": 1.2613411115580675e-07, + "L": 8.055470179790802e-10, + "G": 1.5861694464547327e-06, + "F": 9.884431347018108e-05, + "E": 3.7474640066648135e-06, + "T": 8.91500440047821e-06, + "P": 0.028659477829933167, + "-": 0.9712052941322327 + }, + "id": "tp_25453" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3181648, + "label": "-", + "classification": { + "B": 1.642061967898744e-14, + "S": 3.774563889664137e-15, + "I": 1.4887319155221235e-10, + "C": 3.8255534157149995e-11, + "R": 5.459128700306681e-13, + "M": 1.5520273954905406e-10, + "O": 2.8427040235645684e-11, + "W": 1.2803377336199212e-14, + "N": 8.51104871800977e-14, + "Y": 6.318499945479061e-09, + "U": 1.7726962806395726e-15, + "K": 1.042110458358478e-15, + "L": 2.6519132484588426e-13, + "G": 4.800299047147405e-10, + "F": 1.3895942174713127e-07, + "E": 6.429561744125678e-11, + "T": 1.2283908112920017e-08, + "P": 0.005216540768742561, + "-": 0.994783341884613 + }, + "id": "tp_25454" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3181782, + "label": "-", + "classification": { + "B": 2.0135423994815937e-08, + "S": 3.049414942779549e-08, + "I": 0.00010482776997378096, + "C": 9.02414831216447e-06, + "R": 4.77123421660508e-07, + "M": 7.6266328505880665e-06, + "O": 1.6612129911663942e-06, + "W": 5.006545222840941e-08, + "N": 3.090278823947301e-06, + "Y": 0.00014267129881773144, + "U": 9.711616399954437e-08, + "K": 2.9356638151512016e-06, + "L": 1.079413820548325e-07, + "G": 4.6455948904622346e-05, + "F": 0.0010007949313148856, + "E": 0.00019955099560320377, + "T": 7.77041568653658e-05, + "P": 0.20173688232898712, + "-": 0.7966659665107727 + }, + "id": "tp_25455" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3181882, + "label": "-", + "classification": { + "B": 3.209286347782836e-08, + "S": 2.4035710310954528e-08, + "I": 5.536307071452029e-05, + "C": 7.125564297894016e-05, + "R": 5.136849267728394e-06, + "M": 1.517639793746639e-05, + "O": 3.6272945180826355e-06, + "W": 1.6693988413862826e-07, + "N": 2.0315924302849453e-06, + "Y": 0.005107908044010401, + "U": 8.128524342509991e-08, + "K": 0.0002777183835860342, + "L": 1.0938438066432354e-07, + "G": 0.0010020374320447445, + "F": 0.003958624787628651, + "E": 0.0005697965389117599, + "T": 0.00011554853699635714, + "P": 0.014500915072858334, + "-": 0.9743144512176514 + }, + "id": "tp_25456" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3182015, + "label": "-", + "classification": { + "B": 9.358978481088798e-09, + "S": 5.757660659355679e-08, + "I": 5.140122812008485e-05, + "C": 3.11183930534753e-06, + "R": 4.421699770773557e-07, + "M": 1.5888121197349392e-05, + "O": 3.03631168208085e-06, + "W": 1.1766221064135607e-07, + "N": 9.600137218512828e-07, + "Y": 0.0002953911025542766, + "U": 5.730161944939027e-08, + "K": 2.4866011472113314e-07, + "L": 2.0752925422584667e-07, + "G": 1.8504018953535706e-05, + "F": 0.0003900160954799503, + "E": 2.7297086489852518e-05, + "T": 0.00027306369156576693, + "P": 0.08740438520908356, + "-": 0.9115158319473267 + }, + "id": "tp_25457" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3182149, + "label": "-", + "classification": { + "B": 1.9501308088365477e-06, + "S": 3.3012486255756812e-06, + "I": 0.00048106626491062343, + "C": 0.0005894121713936329, + "R": 7.33771375962533e-05, + "M": 0.00043010766967199743, + "O": 0.00013813709665555507, + "W": 3.777237679969403e-06, + "N": 2.1990879758959636e-05, + "Y": 0.002328030066564679, + "U": 4.359776539786253e-06, + "K": 4.058650119986851e-06, + "L": 2.361933366046287e-05, + "G": 0.0007391838589683175, + "F": 0.001050222897902131, + "E": 0.00018138567975256592, + "T": 0.0028752393554896116, + "P": 0.02688506431877613, + "-": 0.9641658067703247 + }, + "id": "tp_25458" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3182282, + "label": "-", + "classification": { + "B": 3.8080013382568723e-06, + "S": 3.721215534824296e-06, + "I": 0.0003854943497572094, + "C": 0.0006679357611574233, + "R": 9.24044506973587e-05, + "M": 0.00012373704521451145, + "O": 8.37925763335079e-05, + "W": 1.5509340300923213e-05, + "N": 7.885002560215071e-05, + "Y": 0.008261016570031643, + "U": 2.2193760742084123e-05, + "K": 0.00243250816129148, + "L": 1.2153386705904268e-05, + "G": 0.0021873614750802517, + "F": 0.039525486528873444, + "E": 0.0017251665703952312, + "T": 0.00126039725728333, + "P": 0.07426296919584274, + "-": 0.8688555359840393 + }, + "id": "tp_25459" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3182382, + "label": "-", + "classification": { + "B": 1.0448520981753973e-07, + "S": 1.4981038987116335e-07, + "I": 2.5215769710484892e-05, + "C": 5.0077869673259556e-05, + "R": 6.593515081476653e-06, + "M": 0.0003783420834224671, + "O": 2.6393836378701963e-05, + "W": 1.8723102357398602e-07, + "N": 2.115064035024261e-07, + "Y": 0.01807631179690361, + "U": 1.0744448886157443e-08, + "K": 1.17677707578423e-07, + "L": 4.563175934890751e-06, + "G": 0.0009610133129172027, + "F": 0.001091932994313538, + "E": 2.268291063955985e-05, + "T": 0.003470298368483782, + "P": 0.0013469480909407139, + "-": 0.9745389223098755 + }, + "id": "tp_25460" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3182516, + "label": "-", + "classification": { + "B": 4.044132495550912e-08, + "S": 6.381841721747605e-09, + "I": 1.5950985471135937e-05, + "C": 2.807635610224679e-06, + "R": 1.6792223789252603e-07, + "M": 1.8169811255575041e-06, + "O": 1.1396638228688971e-06, + "W": 1.8734784390517234e-08, + "N": 2.3324412268266315e-07, + "Y": 2.8154048777651042e-05, + "U": 8.138854035166787e-09, + "K": 3.900399292433576e-08, + "L": 4.659004915197329e-08, + "G": 1.9067558241658844e-05, + "F": 0.00023568194592371583, + "E": 9.327092811872717e-06, + "T": 1.3982181371829938e-05, + "P": 0.0966542512178421, + "-": 0.9030172824859619 + }, + "id": "tp_25461" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3182649, + "label": "-", + "classification": { + "B": 1.2316489161889876e-08, + "S": 1.655791059818057e-08, + "I": 6.244143150979653e-06, + "C": 1.3477756510837935e-07, + "R": 1.8512459121211577e-08, + "M": 3.115743538728566e-06, + "O": 9.58070927481458e-07, + "W": 1.763670098853254e-08, + "N": 1.6989842777093145e-07, + "Y": 5.6182929256465286e-05, + "U": 3.4284342032009363e-09, + "K": 8.014190200356097e-08, + "L": 1.643469715872925e-08, + "G": 4.042555701744277e-06, + "F": 0.0002924370055552572, + "E": 8.09732318884926e-06, + "T": 5.4972231737338006e-05, + "P": 0.04401255398988724, + "-": 0.9555608630180359 + }, + "id": "tp_25462" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3182783, + "label": "-", + "classification": { + "B": 1.8423854442062293e-07, + "S": 1.1760724873965955e-06, + "I": 0.0020057985093444586, + "C": 0.00012748007429763675, + "R": 6.70003064442426e-05, + "M": 0.00035247503546997905, + "O": 9.482770838076249e-05, + "W": 3.9796341297915205e-06, + "N": 3.966851727454923e-05, + "Y": 0.013697925955057144, + "U": 1.4375035561897676e-06, + "K": 6.062849479349097e-06, + "L": 5.500622592080617e-06, + "G": 0.0004028811526950449, + "F": 0.0007716227555647492, + "E": 0.0001102401438402012, + "T": 0.00754170585423708, + "P": 0.021911200135946274, + "-": 0.9528588056564331 + }, + "id": "tp_25463" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3182883, + "label": "-", + "classification": { + "B": 2.038249036218076e-08, + "S": 1.1347507822279113e-08, + "I": 4.062730113219004e-06, + "C": 1.8907365983977797e-06, + "R": 9.356027419471502e-08, + "M": 4.535229891189374e-06, + "O": 6.301706889644265e-07, + "W": 7.340965613167327e-09, + "N": 9.695939695575362e-08, + "Y": 0.00014696452126372606, + "U": 5.748312048581283e-09, + "K": 7.329958151558458e-08, + "L": 2.923451880576522e-08, + "G": 2.026982110692188e-05, + "F": 0.0003447468625381589, + "E": 4.056698344356846e-06, + "T": 7.115054177120328e-05, + "P": 0.019276071339845657, + "-": 0.9801252484321594 + }, + "id": "tp_25464" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3183016, + "label": "-", + "classification": { + "B": 0.004286345560103655, + "S": 0.0007208060123957694, + "I": 0.08471862226724625, + "C": 0.02446671389043331, + "R": 0.004824386443942785, + "M": 0.0399056114256382, + "O": 0.0038947530556470156, + "W": 0.0010281570721417665, + "N": 0.006582771893590689, + "Y": 0.12701143324375153, + "U": 0.0006031063385307789, + "K": 0.002202400006353855, + "L": 0.00246741552837193, + "G": 0.06328784674406052, + "F": 0.015991685912013054, + "E": 0.16908182203769684, + "T": 0.030564965680241585, + "P": 0.10672657936811447, + "-": 0.31163451075553894 + }, + "id": "tp_25465" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3183150, + "label": "-", + "classification": { + "B": 4.965172593074385e-07, + "S": 3.075377435379778e-06, + "I": 6.322387343971059e-05, + "C": 9.250095899915323e-05, + "R": 1.6331998267560266e-05, + "M": 0.00026961590629070997, + "O": 5.803469321108423e-05, + "W": 4.776957666763337e-06, + "N": 1.3962519915367011e-05, + "Y": 0.00884633231908083, + "U": 1.479327352171822e-06, + "K": 0.0013036791933700442, + "L": 2.639981630636612e-06, + "G": 0.0011202029418200254, + "F": 0.02813034877181053, + "E": 0.0005824973341077566, + "T": 0.0017245119670405984, + "P": 0.02072400599718094, + "-": 0.9370422959327698 + }, + "id": "tp_25466" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3183283, + "label": "-", + "classification": { + "B": 2.7024600058211945e-05, + "S": 2.0103443603147753e-05, + "I": 0.0029406382236629725, + "C": 0.003301544114947319, + "R": 0.0005844568950124085, + "M": 0.0027747834101319313, + "O": 0.0006020861910656095, + "W": 3.851666406262666e-05, + "N": 0.00018519074365030974, + "Y": 0.020472997799515724, + "U": 5.647352372761816e-05, + "K": 0.00013063265942037106, + "L": 0.0002187541249440983, + "G": 0.006209573708474636, + "F": 0.009768118150532246, + "E": 0.0019139149226248264, + "T": 0.009852807968854904, + "P": 0.054581671953201294, + "-": 0.8863207101821899 + }, + "id": "tp_25467" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3183383, + "label": "-", + "classification": { + "B": 1.8924948790299823e-06, + "S": 4.997897349312552e-07, + "I": 0.001024621189571917, + "C": 0.0023288612719625235, + "R": 0.00022966924007050693, + "M": 0.00038023796514607966, + "O": 5.314777445164509e-05, + "W": 2.1053153886896325e-06, + "N": 2.6642515877028927e-05, + "Y": 0.01118155661970377, + "U": 6.007984211464645e-06, + "K": 5.0233909860253334e-05, + "L": 1.6640278772683814e-05, + "G": 0.004140515346080065, + "F": 0.007151856552809477, + "E": 0.001224956358782947, + "T": 0.0010067191906273365, + "P": 0.03960046544671059, + "-": 0.9315733909606934 + }, + "id": "tp_25468" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3183517, + "label": "-", + "classification": { + "B": 3.2598293273622403e-06, + "S": 6.854985258542001e-06, + "I": 0.00027252043946646154, + "C": 9.638528717914596e-05, + "R": 2.054332617262844e-05, + "M": 0.00023113933275453746, + "O": 0.00011084476136602461, + "W": 5.2603427320718765e-06, + "N": 3.98705669795163e-05, + "Y": 0.0029942805413156748, + "U": 3.003542360602296e-06, + "K": 3.05898574879393e-05, + "L": 1.1984325283265207e-05, + "G": 0.0006067646318115294, + "F": 0.015128767117857933, + "E": 0.0003956709988415241, + "T": 0.0019168476574122906, + "P": 0.08854582160711288, + "-": 0.8895796537399292 + }, + "id": "tp_25469" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3183650, + "label": "-", + "classification": { + "B": 9.414544365426991e-06, + "S": 2.285825030412525e-05, + "I": 0.00019690475892275572, + "C": 0.00017784893861971796, + "R": 2.002554901991971e-05, + "M": 0.000540355802513659, + "O": 0.00014277431182563305, + "W": 7.28869736121851e-06, + "N": 1.6346340999007225e-05, + "Y": 0.004871012177318335, + "U": 1.1583980494833668e-06, + "K": 1.6223300463025225e-06, + "L": 2.3859276552684605e-05, + "G": 0.0005045713623985648, + "F": 0.0034974224399775267, + "E": 0.00030766724376007915, + "T": 0.003011110471561551, + "P": 0.05693090334534645, + "-": 0.9297168254852295 + }, + "id": "tp_25470" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3183750, + "label": "-", + "classification": { + "B": 2.516647334971367e-08, + "S": 2.1930500082589788e-08, + "I": 3.478774488030467e-06, + "C": 1.103798084045593e-07, + "R": 1.620045075867438e-08, + "M": 1.8481016013538465e-05, + "O": 1.1337502883179695e-06, + "W": 5.599687380453133e-09, + "N": 4.837419709247115e-08, + "Y": 6.997094897087663e-05, + "U": 9.489642405213772e-10, + "K": 1.3449737990001154e-09, + "L": 8.447276655942915e-08, + "G": 1.1045194696635008e-05, + "F": 0.00016551629232708365, + "E": 4.332836851972388e-06, + "T": 0.00016389497613999993, + "P": 0.043533340096473694, + "-": 0.956028401851654 + }, + "id": "tp_25471" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3183884, + "label": "-", + "classification": { + "B": 4.1775016143219545e-05, + "S": 2.617761492729187e-05, + "I": 0.0015307832509279251, + "C": 0.0003230599395465106, + "R": 2.4121767637552693e-05, + "M": 0.0006733096088282764, + "O": 0.0001749077346175909, + "W": 2.243978997285012e-05, + "N": 0.0001923449308378622, + "Y": 0.011663435958325863, + "U": 1.0830825885932427e-05, + "K": 0.0008965230663307011, + "L": 1.7356289390590973e-05, + "G": 0.004352782852947712, + "F": 0.01173656526952982, + "E": 0.011434435844421387, + "T": 0.003638926427811384, + "P": 0.1077173575758934, + "-": 0.8455228209495544 + }, + "id": "tp_25472" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3184017, + "label": "-", + "classification": { + "B": 7.643385480093912e-09, + "S": 2.811420873882753e-09, + "I": 1.0151759852305986e-05, + "C": 4.26245560447569e-06, + "R": 2.987224547723599e-07, + "M": 3.950847258238355e-06, + "O": 7.898432272668288e-07, + "W": 7.451630423815914e-09, + "N": 1.478560562873099e-07, + "Y": 0.0001418055035173893, + "U": 7.708800708883246e-09, + "K": 3.350403332547103e-08, + "L": 4.794884844727676e-08, + "G": 2.0412271624081768e-05, + "F": 0.0003053295658901334, + "E": 1.2897797205368988e-05, + "T": 2.9187074687797576e-05, + "P": 0.038737647235393524, + "-": 0.9607329368591309 + }, + "id": "tp_25473" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3184151, + "label": "-", + "classification": { + "B": 9.245213732356206e-05, + "S": 0.0012347577139735222, + "I": 0.000776515225879848, + "C": 0.0029587054159492254, + "R": 0.0011069272877648473, + "M": 0.010354839265346527, + "O": 0.0043152510188519955, + "W": 0.0005272817797958851, + "N": 0.00023110455367714167, + "Y": 0.029236016795039177, + "U": 6.728980224579573e-05, + "K": 0.0027690341230481863, + "L": 0.0019597772043198347, + "G": 0.026019755750894547, + "F": 0.2588910758495331, + "E": 0.002568541094660759, + "T": 0.024780165404081345, + "P": 0.012753041461110115, + "-": 0.6193574070930481 + }, + "id": "tp_25474" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3184251, + "label": "-", + "classification": { + "B": 1.907861042127479e-05, + "S": 9.294205665355548e-05, + "I": 0.0017639313591644168, + "C": 0.00023493259504903108, + "R": 9.395228698849678e-05, + "M": 0.0019496490713208914, + "O": 0.0005727793322876096, + "W": 5.710168625228107e-05, + "N": 0.00018876786634791642, + "Y": 0.02134837955236435, + "U": 1.8987419025506824e-05, + "K": 0.0007749009528197348, + "L": 0.00010428033419884741, + "G": 0.008790191262960434, + "F": 0.03143441304564476, + "E": 0.003673457307741046, + "T": 0.011280953884124756, + "P": 0.0425875224173069, + "-": 0.8750137686729431 + }, + "id": "tp_25475" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3184384, + "label": "-", + "classification": { + "B": 6.411924573512806e-07, + "S": 1.0708909030654468e-06, + "I": 0.0001565015991218388, + "C": 0.00019500467169564217, + "R": 1.615346991457045e-05, + "M": 0.00020323568605817854, + "O": 3.522721817716956e-05, + "W": 2.4465994101774413e-06, + "N": 1.7248592484975234e-05, + "Y": 0.005742906127125025, + "U": 1.96378778127837e-06, + "K": 0.000818209140561521, + "L": 3.6140086194791365e-06, + "G": 0.0028479578904807568, + "F": 0.023070435971021652, + "E": 0.0017032147152349353, + "T": 0.001146073336713016, + "P": 0.03445391356945038, + "-": 0.9295841455459595 + }, + "id": "tp_25476" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3184518, + "label": "-", + "classification": { + "B": 3.452413920967956e-06, + "S": 1.5455994798685424e-05, + "I": 0.0006497202557511628, + "C": 0.00023913808399811387, + "R": 5.0122001994168386e-05, + "M": 0.000575101119466126, + "O": 0.000188783960766159, + "W": 1.590770625625737e-05, + "N": 9.2375572421588e-05, + "Y": 0.007896149531006813, + "U": 4.484715645958204e-06, + "K": 0.00011650680971797556, + "L": 1.492658702773042e-05, + "G": 0.002144352998584509, + "F": 0.02486838959157467, + "E": 0.0015261141816154122, + "T": 0.0026715067215263844, + "P": 0.13159723579883575, + "-": 0.8273302912712097 + }, + "id": "tp_25477" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3184651, + "label": "-", + "classification": { + "B": 0.00573850329965353, + "S": 0.0020037852227687836, + "I": 0.027126239612698555, + "C": 0.02949373424053192, + "R": 0.005476560443639755, + "M": 0.01615329273045063, + "O": 0.00419323006644845, + "W": 0.0012204025406390429, + "N": 0.007634611800312996, + "Y": 0.05580248311161995, + "U": 0.0006913516554050148, + "K": 0.006645900662988424, + "L": 0.0044432468712329865, + "G": 0.1574377566576004, + "F": 0.12281569093465805, + "E": 0.1933104544878006, + "T": 0.01984540745615959, + "P": 0.1374482959508896, + "-": 0.20251907408237457 + }, + "id": "tp_25478" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3184751, + "label": "-", + "classification": { + "B": 4.4947194055566797e-07, + "S": 3.733027597263572e-06, + "I": 0.00027939360006712377, + "C": 0.00010330073564546183, + "R": 1.0336040759284515e-05, + "M": 5.854140908923e-05, + "O": 3.981185727752745e-05, + "W": 9.072731700143777e-06, + "N": 8.942688873503357e-05, + "Y": 0.008574279025197029, + "U": 1.8660233536138549e-06, + "K": 0.013992181047797203, + "L": 1.5315960126827122e-06, + "G": 0.0032015638425946236, + "F": 0.0830983817577362, + "E": 0.007982189767062664, + "T": 0.0009701453964225948, + "P": 0.11062648147344589, + "-": 0.7709572911262512 + }, + "id": "tp_25479" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3184885, + "label": "-", + "classification": { + "B": 5.276840742141076e-09, + "S": 4.440647849435209e-09, + "I": 1.9213921405025758e-05, + "C": 1.8915974351330078e-06, + "R": 8.933905348840199e-08, + "M": 2.786073991956073e-06, + "O": 5.893533625567215e-07, + "W": 1.3958528555235716e-08, + "N": 4.3769961166617577e-07, + "Y": 0.00010367570212110877, + "U": 1.280672012882178e-08, + "K": 1.895777188565262e-07, + "L": 2.846003077650039e-08, + "G": 1.1837172678497154e-05, + "F": 0.0006881885346956551, + "E": 3.6525721952784806e-05, + "T": 3.971058322349563e-05, + "P": 0.11405748128890991, + "-": 0.885037362575531 + }, + "id": "tp_25480" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3185018, + "label": "-", + "classification": { + "B": 6.73946987106433e-09, + "S": 3.568126460962162e-09, + "I": 7.912838918855414e-05, + "C": 1.3177033224565093e-06, + "R": 4.941154330140307e-08, + "M": 3.7739964682259597e-06, + "O": 4.279372376458923e-07, + "W": 1.2135454419137659e-08, + "N": 1.44537534652045e-06, + "Y": 5.838201832375489e-05, + "U": 1.9463808342834454e-08, + "K": 8.430639582002186e-07, + "L": 1.2902955148774709e-08, + "G": 1.166552920039976e-05, + "F": 0.00015922347665764391, + "E": 0.00015549561067018658, + "T": 4.00166172767058e-05, + "P": 0.22302775084972382, + "-": 0.7764604091644287 + }, + "id": "tp_25481" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3185152, + "label": "-", + "classification": { + "B": 3.240321530029178e-05, + "S": 1.4856100278848317e-05, + "I": 0.0024151611141860485, + "C": 0.002334614284336567, + "R": 0.00015833908400963992, + "M": 0.001149767660535872, + "O": 0.0001985878770938143, + "W": 3.138789179502055e-05, + "N": 0.00015994890418369323, + "Y": 0.02251812256872654, + "U": 2.5300787456217222e-05, + "K": 0.0007235995144583285, + "L": 8.295175939565524e-05, + "G": 0.016438059508800507, + "F": 0.020820770412683487, + "E": 0.013916741125285625, + "T": 0.004644304979592562, + "P": 0.09320449084043503, + "-": 0.8211305141448975 + }, + "id": "tp_25482" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3185252, + "label": "-", + "classification": { + "B": 1.2201601293782005e-06, + "S": 1.169738311546098e-06, + "I": 0.00020245392806828022, + "C": 9.732019680086523e-05, + "R": 6.327683422568953e-06, + "M": 9.536061406834051e-05, + "O": 1.527717904536985e-05, + "W": 1.949289753611083e-06, + "N": 2.178873364755418e-05, + "Y": 0.0031136181205511093, + "U": 1.0532550049902056e-06, + "K": 0.00023422169033437967, + "L": 1.4844567886029836e-06, + "G": 0.0007094466709531844, + "F": 0.02853558212518692, + "E": 0.0029147069435566664, + "T": 0.0004307591589167714, + "P": 0.12815755605697632, + "-": 0.8354587554931641 + }, + "id": "tp_25483" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3185385, + "label": "-", + "classification": { + "B": 8.873199112713337e-05, + "S": 0.0001081694063032046, + "I": 0.012281123548746109, + "C": 0.01335610169917345, + "R": 0.00242410134524107, + "M": 0.003016561036929488, + "O": 0.0012885299511253834, + "W": 0.0004810710088349879, + "N": 0.0031929812394082546, + "Y": 0.0706397071480751, + "U": 0.0002066520683001727, + "K": 0.03132397681474686, + "L": 0.0002588498464319855, + "G": 0.040947895497083664, + "F": 0.1415305882692337, + "E": 0.055923942476511, + "T": 0.011093731969594955, + "P": 0.12871280312538147, + "-": 0.48312458395957947 + }, + "id": "tp_25484" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3185519, + "label": "-", + "classification": { + "B": 3.5312055501890427e-07, + "S": 9.785168231246644e-08, + "I": 9.25300846574828e-05, + "C": 7.56394219934009e-05, + "R": 4.40598523709923e-06, + "M": 2.4247921828646213e-05, + "O": 6.284230948949698e-06, + "W": 5.196291112952167e-07, + "N": 6.217939699126873e-06, + "Y": 0.002340633887797594, + "U": 1.245709086106217e-06, + "K": 0.0005087250028736889, + "L": 4.770440682477783e-07, + "G": 0.000836369872558862, + "F": 0.008326712064445019, + "E": 0.0007287507760338485, + "T": 0.00020708200463559479, + "P": 0.0584866963326931, + "-": 0.9283530116081238 + }, + "id": "tp_25485" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3185652, + "label": "-", + "classification": { + "B": 1.0143973668164108e-05, + "S": 4.9052914619096555e-06, + "I": 0.00030412196065299213, + "C": 4.0393970266450197e-05, + "R": 1.0488810403330717e-05, + "M": 0.00010288327757734805, + "O": 5.06707037857268e-05, + "W": 3.569056616470334e-06, + "N": 2.4147155272657983e-05, + "Y": 0.0010706695029512048, + "U": 1.0396834113635123e-06, + "K": 2.3004971808404662e-05, + "L": 6.726398169121239e-06, + "G": 0.0013445998774841428, + "F": 0.019998911768198013, + "E": 0.00146575178951025, + "T": 0.0004036814789287746, + "P": 0.16691628098487854, + "-": 0.8082181811332703 + }, + "id": "tp_25486" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3185752, + "label": "-", + "classification": { + "B": 9.698817848402541e-06, + "S": 5.759518899139948e-05, + "I": 0.0006389909540303051, + "C": 0.004216435831040144, + "R": 0.0007289666682481766, + "M": 0.0036169621162116528, + "O": 0.000994012225419283, + "W": 8.152519876603037e-05, + "N": 0.00010638306412147358, + "Y": 0.20135700702667236, + "U": 6.286943971645087e-06, + "K": 0.006444569677114487, + "L": 0.00022922416974324733, + "G": 0.08738002181053162, + "F": 0.10463427752256393, + "E": 0.007724313996732235, + "T": 0.018773118034005165, + "P": 0.009048569947481155, + "-": 0.5539520382881165 + }, + "id": "tp_25487" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3185886, + "label": "-", + "classification": { + "B": 6.965004217818205e-08, + "S": 1.065825045998281e-07, + "I": 5.549839261220768e-05, + "C": 6.840514834038913e-05, + "R": 3.691041456477251e-06, + "M": 3.894680048688315e-05, + "O": 1.126040569943143e-05, + "W": 4.980202561455371e-07, + "N": 3.0211540433811024e-06, + "Y": 0.005549336317926645, + "U": 2.413607660400885e-07, + "K": 7.761778397252783e-05, + "L": 6.33879835731932e-07, + "G": 0.001701370463706553, + "F": 0.0029109474271535873, + "E": 0.0004920743522234261, + "T": 0.00035675810067914426, + "P": 0.023807287216186523, + "-": 0.9649221897125244 + }, + "id": "tp_25488" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3186019, + "label": "-", + "classification": { + "B": 0.0002600936568342149, + "S": 0.00021580810425803065, + "I": 0.0037407351192086935, + "C": 0.0025695182848721743, + "R": 0.000443338300101459, + "M": 0.004059904254972935, + "O": 0.0012326332507655025, + "W": 0.0001492058945586905, + "N": 0.0007307133637368679, + "Y": 0.03330124169588089, + "U": 4.084293686901219e-05, + "K": 0.0008481675176881254, + "L": 0.0003477375430520624, + "G": 0.02958817407488823, + "F": 0.05999777093529701, + "E": 0.024803394451737404, + "T": 0.011188559234142303, + "P": 0.16594022512435913, + "-": 0.6605419516563416 + }, + "id": "tp_25489" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3186153, + "label": "-", + "classification": { + "B": 3.4971731110999826e-06, + "S": 2.824189323291648e-06, + "I": 7.398029265459627e-05, + "C": 0.00016842356126289815, + "R": 1.3578103789768647e-05, + "M": 9.71245754044503e-05, + "O": 3.8593349017901346e-05, + "W": 1.7183010641019791e-06, + "N": 1.0735521755123045e-05, + "Y": 0.00425249757245183, + "U": 4.1727287225512555e-07, + "K": 8.296927262563258e-05, + "L": 6.00236944592325e-06, + "G": 0.006161512341350317, + "F": 0.07530919462442398, + "E": 0.001990791643038392, + "T": 0.000652580289170146, + "P": 0.08257784694433212, + "-": 0.8285558223724365 + }, + "id": "tp_25490" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3186253, + "label": "-", + "classification": { + "B": 0.0001734001561999321, + "S": 5.335956302587874e-05, + "I": 0.0017111191991716623, + "C": 0.0012967599323019385, + "R": 0.00022087055549491197, + "M": 0.0055492050014436245, + "O": 0.000607996538747102, + "W": 4.352514588390477e-05, + "N": 0.0001769031659932807, + "Y": 0.019668832421302795, + "U": 2.7955516998190433e-05, + "K": 0.0006141738849692047, + "L": 0.00025796686531975865, + "G": 0.023373465985059738, + "F": 0.02598840743303299, + "E": 0.01656736247241497, + "T": 0.005168697331100702, + "P": 0.0650126188993454, + "-": 0.833487331867218 + }, + "id": "tp_25491" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3186386, + "label": "-", + "classification": { + "B": 9.865861647995189e-05, + "S": 6.141511403257027e-05, + "I": 0.0024083168245851994, + "C": 0.00217181583866477, + "R": 0.0002817764470819384, + "M": 0.005449834279716015, + "O": 0.0004264353192411363, + "W": 3.463784742052667e-05, + "N": 0.00020447881252039224, + "Y": 0.03175844997167587, + "U": 2.3234622858581133e-05, + "K": 0.0003137140884064138, + "L": 0.0002594684192445129, + "G": 0.02041633054614067, + "F": 0.06919854879379272, + "E": 0.012050929479300976, + "T": 0.009427623823285103, + "P": 0.09149807691574097, + "-": 0.7539162039756775 + }, + "id": "tp_25492" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3186520, + "label": "-", + "classification": { + "B": 8.772712317295372e-05, + "S": 3.525062493281439e-05, + "I": 0.0015491116791963577, + "C": 0.0005131700308993459, + "R": 6.078871228964999e-05, + "M": 0.0011960617266595364, + "O": 0.0005282717174850404, + "W": 3.075757922488265e-05, + "N": 0.00020974557264707983, + "Y": 0.0034996254835277796, + "U": 2.688250424398575e-05, + "K": 4.674716910813004e-05, + "L": 0.00010561999079072848, + "G": 0.0026986771263182163, + "F": 0.0042825122363865376, + "E": 0.0019137862836942077, + "T": 0.0028985757380723953, + "P": 0.1598045825958252, + "-": 0.8205119967460632 + }, + "id": "tp_25493" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3186653, + "label": "-", + "classification": { + "B": 1.1072013705870631e-07, + "S": 2.458620258494193e-07, + "I": 1.2259190953045618e-05, + "C": 6.013750680722296e-05, + "R": 2.725344302234589e-06, + "M": 2.518841029086616e-05, + "O": 6.3769052758289035e-06, + "W": 2.683609920950403e-07, + "N": 1.1888356539202505e-06, + "Y": 0.0018099449807778, + "U": 7.750496422431752e-08, + "K": 3.691724123200402e-05, + "L": 9.446315516470349e-07, + "G": 0.000985671067610383, + "F": 0.06283983588218689, + "E": 0.00021811635815538466, + "T": 0.0002375886688241735, + "P": 0.02224672958254814, + "-": 0.9115155935287476 + }, + "id": "tp_25494" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3186753, + "label": "-", + "classification": { + "B": 0.004563011694699526, + "S": 0.0001663499278947711, + "I": 0.0064377873204648495, + "C": 0.008287642151117325, + "R": 0.0016097730258479714, + "M": 0.009676271118223667, + "O": 0.0030563189648091793, + "W": 0.0002154687390429899, + "N": 0.0003326015139464289, + "Y": 0.008699699304997921, + "U": 8.474408969050273e-05, + "K": 8.876882930053398e-06, + "L": 0.0027198775205761194, + "G": 0.01644824631512165, + "F": 0.00828865822404623, + "E": 0.005911150947213173, + "T": 0.005706514697521925, + "P": 0.15544892847537994, + "-": 0.7623380422592163 + }, + "id": "tp_25495" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3186887, + "label": "-", + "classification": { + "B": 2.833231701515615e-05, + "S": 1.2517785762611311e-05, + "I": 0.0005279795732349157, + "C": 0.0005966974422335625, + "R": 5.180493099032901e-05, + "M": 0.00045195536222308874, + "O": 0.00013527901319321245, + "W": 7.79005767981289e-06, + "N": 3.591791755752638e-05, + "Y": 0.0023354755248874426, + "U": 8.984216037788428e-06, + "K": 9.509973460808396e-05, + "L": 3.6691744753625244e-05, + "G": 0.0023575378581881523, + "F": 0.013228599913418293, + "E": 0.0019029482500627637, + "T": 0.000974175170995295, + "P": 0.06477494537830353, + "-": 0.9124370813369751 + }, + "id": "tp_25496" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3187020, + "label": "-", + "classification": { + "B": 1.4267011572144384e-08, + "S": 2.748081318060258e-09, + "I": 1.4231945897336118e-05, + "C": 3.8533295310116955e-07, + "R": 1.1480101314020885e-08, + "M": 3.386585376574658e-06, + "O": 3.9981489408091875e-07, + "W": 5.245147871590916e-09, + "N": 1.9708869558598963e-07, + "Y": 5.887366205570288e-05, + "U": 4.989142876610231e-09, + "K": 4.389581320651814e-08, + "L": 1.814823669121779e-08, + "G": 1.213460745930206e-05, + "F": 9.712894825497642e-05, + "E": 1.8872469809139147e-05, + "T": 3.0458173569059e-05, + "P": 0.0697857141494751, + "-": 0.92997807264328 + }, + "id": "tp_25497" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3187154, + "label": "-", + "classification": { + "B": 0.011366594582796097, + "S": 0.009845633059740067, + "I": 0.043011751025915146, + "C": 0.03291669860482216, + "R": 0.014859398826956749, + "M": 0.05578910559415817, + "O": 0.022960001602768898, + "W": 0.009256553836166859, + "N": 0.01580767333507538, + "Y": 0.08480636775493622, + "U": 0.006911504082381725, + "K": 0.012517075054347515, + "L": 0.0188188124448061, + "G": 0.06441070139408112, + "F": 0.08343766629695892, + "E": 0.057189010083675385, + "T": 0.055297140032052994, + "P": 0.1323060393333435, + "-": 0.2684922218322754 + }, + "id": "tp_25498" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3187254, + "label": "-", + "classification": { + "B": 8.209808299852739e-08, + "S": 3.892459332632825e-08, + "I": 1.7634176401770674e-05, + "C": 1.0984119853674201e-06, + "R": 1.456494373996975e-07, + "M": 2.2038935640011914e-05, + "O": 4.515116870607017e-06, + "W": 3.007986038028321e-08, + "N": 2.672044558948983e-07, + "Y": 0.00011057408119086176, + "U": 1.2957856121431632e-08, + "K": 1.2432152196595325e-08, + "L": 4.235320716361457e-07, + "G": 4.202794298180379e-05, + "F": 0.00022957676264923066, + "E": 1.2078252439096104e-05, + "T": 0.0001955820625880733, + "P": 0.04076790064573288, + "-": 0.9585959315299988 + }, + "id": "tp_25499" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3187387, + "label": "-", + "classification": { + "B": 5.484656639964669e-08, + "S": 7.768700527321926e-08, + "I": 0.00013260814012028277, + "C": 1.2273941138118971e-05, + "R": 1.1108242006230284e-06, + "M": 2.5204856228810968e-06, + "O": 2.6617572075338103e-06, + "W": 1.3166020096377906e-07, + "N": 8.914362297218759e-06, + "Y": 0.00011010073649231344, + "U": 1.7013090314321744e-07, + "K": 7.410458238155115e-06, + "L": 7.930299261715845e-08, + "G": 2.3159460397437215e-05, + "F": 0.0013310164213180542, + "E": 0.00022734909725841135, + "T": 3.498168371152133e-05, + "P": 0.2780405282974243, + "-": 0.7200648188591003 + }, + "id": "tp_25500" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3187521, + "label": "-", + "classification": { + "B": 1.0447898603160866e-05, + "S": 3.887939328706125e-06, + "I": 0.0003704396658577025, + "C": 0.0002350121649214998, + "R": 3.298432056908496e-05, + "M": 0.0006572236306965351, + "O": 0.00014315116277430207, + "W": 3.898264367308002e-06, + "N": 1.73365533555625e-05, + "Y": 0.004699956625699997, + "U": 5.889887233934132e-06, + "K": 2.6478649033379043e-06, + "L": 6.10955321462825e-05, + "G": 0.0015150607796385884, + "F": 0.0013930218992754817, + "E": 0.00034615551703609526, + "T": 0.0038905323017388582, + "P": 0.051792845129966736, + "-": 0.9348183870315552 + }, + "id": "tp_25501" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3187654, + "label": "-", + "classification": { + "B": 0.00011242257460253313, + "S": 3.147502866340801e-05, + "I": 0.002664498519152403, + "C": 0.001444167224690318, + "R": 0.0001574189809616655, + "M": 0.001211032853461802, + "O": 0.0002752860600594431, + "W": 4.664910738938488e-05, + "N": 0.0003766606096178293, + "Y": 0.016137361526489258, + "U": 4.761238596984185e-05, + "K": 0.0022033776622265577, + "L": 6.706333806505427e-05, + "G": 0.01421735156327486, + "F": 0.03282594308257103, + "E": 0.022882025688886642, + "T": 0.0028725722804665565, + "P": 0.12665529549121857, + "-": 0.7757717370986938 + }, + "id": "tp_25502" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3187754, + "label": "-", + "classification": { + "B": 5.425428071248461e-07, + "S": 9.562710374666494e-07, + "I": 0.00023867016716394573, + "C": 0.00014781481877435, + "R": 1.5471645383513533e-05, + "M": 4.8289519327227026e-05, + "O": 3.1186740670818835e-05, + "W": 2.553046670072945e-06, + "N": 1.757219433784485e-05, + "Y": 0.0007609051535837352, + "U": 1.3740472013523686e-06, + "K": 1.9679211618495174e-05, + "L": 2.857671006495366e-06, + "G": 0.0002251000696560368, + "F": 0.010888222604990005, + "E": 0.0004381348844617605, + "T": 0.00022211059695109725, + "P": 0.12842951714992523, + "-": 0.8585090637207031 + }, + "id": "tp_25503" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3187888, + "label": "-", + "classification": { + "B": 0.0002032239717664197, + "S": 6.878719432279468e-05, + "I": 0.005043367389589548, + "C": 0.0010516855400055647, + "R": 0.00016920655616559088, + "M": 0.0036158468574285507, + "O": 0.0005228242371231318, + "W": 4.914545934298076e-05, + "N": 0.0003999510081484914, + "Y": 0.021248219534754753, + "U": 3.855588147416711e-05, + "K": 0.0002646960783749819, + "L": 0.00016046807286329567, + "G": 0.008826317265629768, + "F": 0.012563655152916908, + "E": 0.010314390994608402, + "T": 0.009889527224004269, + "P": 0.16091537475585938, + "-": 0.7646547555923462 + }, + "id": "tp_25504" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3188021, + "label": "-", + "classification": { + "B": 1.8916534827440046e-07, + "S": 2.2110756958682032e-07, + "I": 1.636484194023069e-05, + "C": 2.0981083252991084e-06, + "R": 5.878680653381707e-08, + "M": 2.018885061261244e-05, + "O": 1.7775855667423457e-06, + "W": 9.777066622973507e-08, + "N": 1.8746204659692012e-06, + "Y": 9.685095574241132e-05, + "U": 4.939461462072359e-08, + "K": 1.4067976508158608e-06, + "L": 8.157561381949563e-08, + "G": 1.6591033272561617e-05, + "F": 0.0017472377512603998, + "E": 0.00020817082258872688, + "T": 8.520640403730795e-05, + "P": 0.4291538894176483, + "-": 0.5686476826667786 + }, + "id": "tp_25505" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3188155, + "label": "-", + "classification": { + "B": 2.855246705735226e-08, + "S": 9.618099205965791e-09, + "I": 1.0411748007754795e-05, + "C": 1.2766835197908222e-06, + "R": 7.410707070221179e-08, + "M": 5.760791736975079e-06, + "O": 7.959606023177912e-07, + "W": 1.60309685526272e-08, + "N": 2.2958802503580955e-07, + "Y": 0.0001660839916439727, + "U": 9.34721366974145e-09, + "K": 1.9103509885098902e-07, + "L": 4.8468692170899885e-08, + "G": 2.396421041339636e-05, + "F": 0.0014207157073542476, + "E": 2.3578351829200983e-05, + "T": 4.6227349230321124e-05, + "P": 0.06564469635486603, + "-": 0.9326558709144592 + }, + "id": "tp_25506" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3188255, + "label": "-", + "classification": { + "B": 3.2318546345777577e-06, + "S": 4.793099833477754e-06, + "I": 3.5708217183128e-05, + "C": 3.483825275907293e-05, + "R": 4.824476945941569e-06, + "M": 7.178711530286819e-05, + "O": 4.083454768988304e-05, + "W": 2.9658240237040445e-06, + "N": 5.382334620662732e-06, + "Y": 0.0021351848263293505, + "U": 7.12061194008129e-07, + "K": 8.13373571872944e-06, + "L": 4.894879566563759e-06, + "G": 0.00047580161481164396, + "F": 0.01866973377764225, + "E": 0.00012796522059943527, + "T": 0.0004992801113985479, + "P": 0.0815192312002182, + "-": 0.8963546752929688 + }, + "id": "tp_25507" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3188388, + "label": "-", + "classification": { + "B": 2.988761025335407e-07, + "S": 1.958188420303486e-07, + "I": 1.8917902707471512e-05, + "C": 1.0249929800920654e-05, + "R": 7.975549465299991e-07, + "M": 2.9550850740633905e-05, + "O": 4.432482000993332e-06, + "W": 1.121313530916268e-07, + "N": 1.2591389122462715e-06, + "Y": 0.001031532883644104, + "U": 6.068088254096438e-08, + "K": 1.2038575505357585e-06, + "L": 4.371991337848158e-07, + "G": 0.00019828372751362622, + "F": 0.004253983963280916, + "E": 0.00021173704590182751, + "T": 0.000149743354995735, + "P": 0.11048498749732971, + "-": 0.8836022615432739 + }, + "id": "tp_25508" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3188522, + "label": "-", + "classification": { + "B": 1.7217232084476564e-07, + "S": 1.4771549672332185e-07, + "I": 2.3162552679423243e-05, + "C": 1.1158101642649854e-06, + "R": 1.598517087586515e-07, + "M": 1.4934872524463572e-05, + "O": 4.048091795993969e-06, + "W": 1.1011706391172993e-07, + "N": 1.0068620213132817e-06, + "Y": 0.00014080206165090203, + "U": 2.794348574752803e-08, + "K": 4.066089047682908e-07, + "L": 1.1755652451483911e-07, + "G": 2.0359015252324753e-05, + "F": 0.0010444209910929203, + "E": 2.6017583877546713e-05, + "T": 0.00014003459364175797, + "P": 0.12247255444526672, + "-": 0.8761103749275208 + }, + "id": "tp_25509" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3188655, + "label": "-", + "classification": { + "B": 4.8690857568089996e-08, + "S": 2.042081526099082e-08, + "I": 6.047177521395497e-06, + "C": 1.1366324542905204e-05, + "R": 1.2136318900957122e-06, + "M": 8.893548510968685e-06, + "O": 2.2729918782715686e-06, + "W": 3.0311657184256546e-08, + "N": 9.703541792305259e-08, + "Y": 0.00022699289547745138, + "U": 1.972736818345311e-08, + "K": 9.522958066554565e-08, + "L": 2.311684426103966e-07, + "G": 4.506530603975989e-05, + "F": 0.0008524504955857992, + "E": 5.8113664636039175e-06, + "T": 6.443774327635765e-05, + "P": 0.010766544379293919, + "-": 0.9880082607269287 + }, + "id": "tp_25510" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3188755, + "label": "-", + "classification": { + "B": 2.727038328487197e-08, + "S": 1.6849631379045604e-07, + "I": 6.0551137721631676e-05, + "C": 4.609491497831186e-06, + "R": 6.523225124510645e-07, + "M": 3.502444769765134e-06, + "O": 2.812069396895822e-06, + "W": 3.7393985508060723e-07, + "N": 5.167340532352682e-06, + "Y": 0.0005155429244041443, + "U": 2.5872728315334825e-07, + "K": 0.00010967805428663269, + "L": 4.4472884042079386e-08, + "G": 3.611889769672416e-05, + "F": 0.004862355068325996, + "E": 0.00011660390009637922, + "T": 6.705168925691396e-05, + "P": 0.13596466183662415, + "-": 0.8582497835159302 + }, + "id": "tp_25511" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3188889, + "label": "-", + "classification": { + "B": 2.466939349687891e-06, + "S": 1.0880593208639766e-06, + "I": 0.0007795043638907373, + "C": 5.465427238959819e-05, + "R": 5.05894468005863e-06, + "M": 4.383230043458752e-05, + "O": 1.5423651348100975e-05, + "W": 1.0806777481775498e-06, + "N": 3.824809755315073e-05, + "Y": 0.0005288939573802054, + "U": 1.5518986629103892e-06, + "K": 5.346623765944969e-06, + "L": 2.1158764411666198e-06, + "G": 0.00018790409376379102, + "F": 0.0029890022706240416, + "E": 0.0006417414988391101, + "T": 0.0003229561843909323, + "P": 0.46663543581962585, + "-": 0.5277437567710876 + }, + "id": "tp_25512" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3189022, + "label": "-", + "classification": { + "B": 4.774861736223102e-06, + "S": 2.4396817934757564e-06, + "I": 5.169830910745077e-05, + "C": 2.1182765976845985e-06, + "R": 3.760414415410196e-07, + "M": 2.7186983061255887e-05, + "O": 3.2782252674223855e-05, + "W": 6.312866389635019e-07, + "N": 4.206874109513592e-06, + "Y": 6.950136594241485e-05, + "U": 3.615208754581545e-08, + "K": 3.076327104167831e-08, + "L": 2.1248642951832153e-06, + "G": 4.384771455079317e-05, + "F": 0.0006156464223749936, + "E": 3.850335633615032e-05, + "T": 0.0001350381935480982, + "P": 0.2095474749803543, + "-": 0.7894216179847717 + }, + "id": "tp_25513" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3189156, + "label": "-", + "classification": { + "B": 5.360563903877846e-08, + "S": 1.1319902348816413e-08, + "I": 1.5477387478313176e-06, + "C": 2.734416966632125e-06, + "R": 2.1134258076926926e-07, + "M": 2.882162789319409e-06, + "O": 1.061605871655047e-06, + "W": 8.762671477313688e-09, + "N": 3.089972011594e-08, + "Y": 6.21060244156979e-05, + "U": 6.421481568708032e-09, + "K": 8.767620407468257e-09, + "L": 1.7962054243980674e-07, + "G": 2.8180504159536213e-05, + "F": 0.001358906738460064, + "E": 1.4086086821407662e-06, + "T": 3.99307937186677e-05, + "P": 0.023843199014663696, + "-": 0.9746574759483337 + }, + "id": "tp_25514" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3189256, + "label": "-", + "classification": { + "B": 2.4931559594598696e-10, + "S": 8.080271174382148e-11, + "I": 5.847522061230848e-06, + "C": 1.91096773960453e-06, + "R": 1.729261924765524e-07, + "M": 2.8153290259069763e-06, + "O": 2.061814825538022e-07, + "W": 1.0588675491973731e-09, + "N": 1.2938184745792114e-08, + "Y": 0.0002451838809065521, + "U": 1.8605975649066409e-09, + "K": 2.4100252904446506e-09, + "L": 1.5405557718395357e-08, + "G": 1.4897065739205573e-05, + "F": 2.219091220467817e-05, + "E": 1.1375531130397576e-06, + "T": 4.868538599112071e-05, + "P": 0.006913474295288324, + "-": 0.9927434921264648 + }, + "id": "tp_25515" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3189389, + "label": "-", + "classification": { + "B": 1.0588049326187843e-09, + "S": 5.210246123432682e-10, + "I": 2.3476661681343103e-07, + "C": 1.9137681306347076e-07, + "R": 1.0420442286829257e-08, + "M": 8.737607686271076e-07, + "O": 1.49102703517201e-07, + "W": 5.00226027266848e-10, + "N": 1.1222396345544894e-09, + "Y": 1.5943352991598658e-05, + "U": 8.467438555870288e-11, + "K": 1.134042946354663e-11, + "L": 1.812167127468456e-08, + "G": 1.8585893712952384e-06, + "F": 2.776590372377541e-05, + "E": 7.40634789053729e-08, + "T": 1.830077417253051e-05, + "P": 0.005445640068501234, + "-": 0.9944889545440674 + }, + "id": "tp_25516" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3189523, + "label": "-", + "classification": { + "B": 2.1925709248193925e-08, + "S": 1.8502394283359536e-08, + "I": 3.7253239497658797e-06, + "C": 3.980978362960741e-06, + "R": 2.4324521064045257e-07, + "M": 1.5472412542294478e-06, + "O": 1.2558341495605418e-06, + "W": 2.4746380944407065e-08, + "N": 1.3993171421589068e-07, + "Y": 9.271746966987848e-05, + "U": 2.853952096870671e-08, + "K": 1.818285113586171e-07, + "L": 9.227759534269353e-08, + "G": 1.3014393516641576e-05, + "F": 0.002541619585826993, + "E": 3.3864414490381023e-06, + "T": 3.041606760234572e-05, + "P": 0.03350814804434776, + "-": 0.9637994766235352 + }, + "id": "tp_25517" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3189656, + "label": "-", + "classification": { + "B": 2.843250115347473e-07, + "S": 8.852871502540438e-08, + "I": 6.492802640423179e-05, + "C": 2.6279569283360615e-05, + "R": 3.180214662279468e-06, + "M": 4.050947245559655e-05, + "O": 5.3840908549318556e-06, + "W": 1.5263603359016997e-07, + "N": 1.225956907546788e-06, + "Y": 0.0008719449979253113, + "U": 2.395967158008716e-07, + "K": 1.5405875046781148e-06, + "L": 1.1792149052780587e-06, + "G": 0.00017233865219168365, + "F": 0.0012692599557340145, + "E": 0.00011132867803098634, + "T": 0.00023264152696356177, + "P": 0.025365345180034637, + "-": 0.9718320965766907 + }, + "id": "tp_25518" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3189756, + "label": "-", + "classification": { + "B": 7.927065226454033e-09, + "S": 1.0590801569065889e-09, + "I": 8.701340448169503e-07, + "C": 7.722643204033375e-06, + "R": 6.747089287273411e-07, + "M": 3.907014615833759e-06, + "O": 1.0415411679787212e-06, + "W": 6.596231560962451e-09, + "N": 6.538111829712534e-09, + "Y": 5.612641689367592e-05, + "U": 4.904531003546708e-09, + "K": 3.3370612939620514e-09, + "L": 1.5041445067254244e-07, + "G": 1.3942074474471156e-05, + "F": 0.0001482296356698498, + "E": 2.7288689352644724e-07, + "T": 2.2296248062048107e-05, + "P": 0.0027786316350102425, + "-": 0.9969660639762878 + }, + "id": "tp_25519" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3189890, + "label": "P", + "classification": { + "B": 6.112964001658838e-07, + "S": 6.748698524461361e-07, + "I": 0.00041221469291485846, + "C": 1.1272347364865709e-05, + "R": 1.8607472611620324e-06, + "M": 4.653570158552611e-06, + "O": 7.14375710231252e-06, + "W": 9.74569161371619e-07, + "N": 3.9276728784898296e-05, + "Y": 0.00010010427649831399, + "U": 5.478167395267519e-07, + "K": 1.2634644917852711e-05, + "L": 2.5432586880924646e-07, + "G": 6.211651634657755e-05, + "F": 0.003206731053069234, + "E": 0.0005838721990585327, + "T": 5.1626710046548396e-05, + "P": 0.6365389227867126, + "-": 0.3589644730091095 + }, + "id": "tp_25520" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3190023, + "label": "-", + "classification": { + "B": 2.153959233197611e-09, + "S": 5.5207394211720384e-09, + "I": 6.098541689425474e-07, + "C": 4.836606422031764e-07, + "R": 3.847400620315966e-08, + "M": 3.0807385087427974e-07, + "O": 2.4310966750817897e-07, + "W": 3.591105190992039e-09, + "N": 3.6352194143773886e-08, + "Y": 8.176066330634058e-05, + "U": 1.9151720209720224e-09, + "K": 3.60786401643054e-07, + "L": 4.145985776915495e-09, + "G": 5.875197075511096e-06, + "F": 0.0008849980658851564, + "E": 1.2386756225168938e-06, + "T": 1.703582711343188e-05, + "P": 0.012287333607673645, + "-": 0.9867196679115295 + }, + "id": "tp_25521" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3190157, + "label": "-", + "classification": { + "B": 6.598625201803543e-09, + "S": 1.7602230784063977e-09, + "I": 1.831547706387937e-05, + "C": 1.0754013146652142e-06, + "R": 2.409817234649836e-08, + "M": 1.123058268603927e-06, + "O": 1.5806689646069572e-07, + "W": 3.1071698547435744e-09, + "N": 2.3375434921035776e-07, + "Y": 3.699806620716117e-05, + "U": 4.8562496246518094e-09, + "K": 9.760551478166235e-08, + "L": 1.0336382416653578e-08, + "G": 1.5154781976889353e-05, + "F": 0.0003343912248965353, + "E": 4.7047702537383884e-05, + "T": 9.743253940541763e-06, + "P": 0.17642107605934143, + "-": 0.8231145143508911 + }, + "id": "tp_25522" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3190257, + "label": "-", + "classification": { + "B": 6.503328768303618e-05, + "S": 3.3189444366144016e-05, + "I": 0.0017988645704463124, + "C": 0.0013579274527728558, + "R": 0.0002626536588650197, + "M": 0.001077100750990212, + "O": 0.0002830550947692245, + "W": 3.358592221047729e-05, + "N": 0.00017275555001106113, + "Y": 0.007838680408895016, + "U": 1.5246562725224067e-05, + "K": 8.185125625459477e-05, + "L": 6.498413131339476e-05, + "G": 0.0029212881345301867, + "F": 0.01713128760457039, + "E": 0.002834645099937916, + "T": 0.001224688719958067, + "P": 0.15739062428474426, + "-": 0.8054125308990479 + }, + "id": "tp_25523" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3190390, + "label": "-", + "classification": { + "B": 3.7333430213948304e-07, + "S": 2.3958011752256425e-07, + "I": 2.2659209207631648e-05, + "C": 7.621821623615688e-06, + "R": 8.112415912364668e-07, + "M": 2.9789996915496886e-05, + "O": 6.8854528763040435e-06, + "W": 1.3234593154720642e-07, + "N": 8.579170867051289e-07, + "Y": 0.00037117357715032995, + "U": 1.2552496286843962e-07, + "K": 9.704745025373995e-07, + "L": 1.6237733007073984e-06, + "G": 0.00022205297136679292, + "F": 0.005703918170183897, + "E": 4.872760473517701e-05, + "T": 0.0003331225016154349, + "P": 0.03704797104001045, + "-": 0.956200897693634 + }, + "id": "tp_25524" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3190524, + "label": "-", + "classification": { + "B": 3.0362636493919126e-07, + "S": 6.807766572691776e-10, + "I": 9.318946467828937e-07, + "C": 1.581010344864353e-08, + "R": 4.390514340979479e-10, + "M": 5.364388471207349e-07, + "O": 1.661377666550834e-07, + "W": 4.654755747512951e-10, + "N": 8.08805111773836e-09, + "Y": 1.1014897154382197e-06, + "U": 8.262633632849514e-11, + "K": 3.2817248918348696e-11, + "L": 8.143810070748714e-09, + "G": 5.962888280919287e-06, + "F": 3.391431528143585e-05, + "E": 3.385926220289548e-06, + "T": 3.68057590094395e-06, + "P": 0.4281349182128906, + "-": 0.5718150734901428 + }, + "id": "tp_25525" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3190657, + "label": "-", + "classification": { + "B": 5.504689412627606e-11, + "S": 9.062305593443565e-12, + "I": 1.0376454611105146e-06, + "C": 1.1447959913368777e-08, + "R": 1.1705064695277656e-10, + "M": 2.7787532275169724e-08, + "O": 1.8169669102618968e-09, + "W": 1.226740410642524e-11, + "N": 5.202484221200621e-09, + "Y": 1.979096396098612e-06, + "U": 1.2766425937227321e-11, + "K": 9.572729414708547e-11, + "L": 2.5463318953367065e-11, + "G": 1.3318111768967356e-07, + "F": 2.263809074065648e-05, + "E": 7.583891488138761e-07, + "T": 4.856195232605387e-07, + "P": 0.4040370583534241, + "-": 0.5959357023239136 + }, + "id": "tp_25526" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3190757, + "label": "-", + "classification": { + "B": 9.743893469860154e-10, + "S": 3.216477084677649e-09, + "I": 2.527476226532599e-06, + "C": 1.028813940706641e-07, + "R": 9.790004362741911e-09, + "M": 7.456673500882971e-08, + "O": 1.5937226294227003e-07, + "W": 2.5750201970708986e-09, + "N": 7.233916932136708e-08, + "Y": 8.751839231990743e-06, + "U": 7.075075525442287e-10, + "K": 3.9249488992254555e-08, + "L": 1.317034259429306e-09, + "G": 1.9763572254305473e-06, + "F": 0.000372724054614082, + "E": 1.646618784434395e-06, + "T": 3.573587719074567e-06, + "P": 0.0834152027964592, + "-": 0.9161931872367859 + }, + "id": "tp_25527" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3190891, + "label": "-", + "classification": { + "B": 0.002780057955533266, + "S": 0.00042954483069479465, + "I": 0.0061402819119393826, + "C": 0.0028460135217756033, + "R": 0.0008349755080416799, + "M": 0.007866364903748035, + "O": 0.0030923367012292147, + "W": 0.0005783187807537615, + "N": 0.0011368609266355634, + "Y": 0.017277121543884277, + "U": 0.00035069650039076805, + "K": 0.00026457637432031333, + "L": 0.0012787289451807737, + "G": 0.010581460781395435, + "F": 0.020372673869132996, + "E": 0.010519305244088173, + "T": 0.009783880785107613, + "P": 0.26756855845451355, + "-": 0.6362981796264648 + }, + "id": "tp_25528" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3191024, + "label": "-", + "classification": { + "B": 2.389904807387211e-07, + "S": 9.375224863106268e-08, + "I": 1.4888333680573851e-05, + "C": 6.5033809732995e-06, + "R": 3.65756392284311e-07, + "M": 5.773045359092066e-06, + "O": 2.15804425351962e-06, + "W": 1.1669380484136127e-07, + "N": 7.860859909669671e-07, + "Y": 0.00021823917631991208, + "U": 6.958622833508343e-08, + "K": 9.920430557031068e-07, + "L": 1.4207697063284286e-07, + "G": 4.606214497471228e-05, + "F": 0.003542890539392829, + "E": 5.553522350965068e-05, + "T": 4.867958705290221e-05, + "P": 0.198502317070961, + "-": 0.7975541949272156 + }, + "id": "tp_25529" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3191158, + "label": "-", + "classification": { + "B": 1.0135744560102466e-05, + "S": 4.567109044728568e-06, + "I": 0.0008208900690078735, + "C": 0.0012454427778720856, + "R": 0.00017759401816874743, + "M": 0.0011924400459975004, + "O": 0.00013428313832264394, + "W": 3.993815880676266e-06, + "N": 1.4472168004431296e-05, + "Y": 0.006077800411731005, + "U": 4.288900527171791e-06, + "K": 1.284678887714108e-06, + "L": 9.777545346878469e-05, + "G": 0.0023332040291279554, + "F": 0.0033735702745616436, + "E": 0.0003091708058491349, + "T": 0.007102988660335541, + "P": 0.04599342495203018, + "-": 0.9311027526855469 + }, + "id": "tp_25530" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3191258, + "label": "-", + "classification": { + "B": 1.7257706375062298e-09, + "S": 2.9289233260954006e-09, + "I": 6.89019884703157e-07, + "C": 2.876173539334559e-07, + "R": 2.0145819235040108e-08, + "M": 8.676450420352921e-07, + "O": 2.5606357212382136e-07, + "W": 3.713893192980322e-09, + "N": 1.0736753708329161e-08, + "Y": 3.75456984329503e-05, + "U": 1.4645586965400526e-09, + "K": 6.435049382247371e-09, + "L": 1.1071302097320768e-08, + "G": 2.286982407895266e-06, + "F": 0.00011819073552032933, + "E": 4.055068529851269e-07, + "T": 2.0573657820932567e-05, + "P": 0.013343924656510353, + "-": 0.9864749312400818 + }, + "id": "tp_25531" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3191391, + "label": "-", + "classification": { + "B": 9.215609679813497e-06, + "S": 1.5227654330374207e-05, + "I": 0.00035047426354140043, + "C": 0.0006282731774263084, + "R": 7.751116208964959e-05, + "M": 0.0010866452939808369, + "O": 0.00017130360356532037, + "W": 8.168424756149761e-06, + "N": 3.099901005043648e-05, + "Y": 0.006416779942810535, + "U": 6.10421830060659e-06, + "K": 4.132458343519829e-05, + "L": 6.136276351753622e-05, + "G": 0.0035670900251716375, + "F": 0.04014711454510689, + "E": 0.0006049845251254737, + "T": 0.002536235610023141, + "P": 0.051259562373161316, + "-": 0.8929814696311951 + }, + "id": "tp_25532" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3191525, + "label": "-", + "classification": { + "B": 7.996384738362394e-06, + "S": 1.8587841623229906e-05, + "I": 0.00014043389819562435, + "C": 5.066939047537744e-05, + "R": 9.777333616511896e-06, + "M": 0.0002259356842841953, + "O": 0.00013131114246789366, + "W": 8.006723874132149e-06, + "N": 1.6624859199509956e-05, + "Y": 0.002179111819714308, + "U": 3.0325938951136777e-06, + "K": 8.345414244104177e-06, + "L": 1.865906233433634e-05, + "G": 0.0004785245982930064, + "F": 0.007909946143627167, + "E": 0.00010346387716708705, + "T": 0.0017810171702876687, + "P": 0.0854506865143776, + "-": 0.9014578461647034 + }, + "id": "tp_25533" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3191658, + "label": "-", + "classification": { + "B": 2.1437778219279835e-09, + "S": 1.384515058155955e-09, + "I": 1.5065240859257756e-06, + "C": 1.6834266602927528e-07, + "R": 5.770838029661718e-09, + "M": 9.86456711871142e-07, + "O": 4.638310002746948e-08, + "W": 1.5680025056141744e-09, + "N": 2.2977509672728047e-08, + "Y": 4.2335632315371186e-05, + "U": 8.740309032084781e-10, + "K": 2.3676946625528217e-07, + "L": 1.686130457478896e-09, + "G": 3.397942464289372e-06, + "F": 0.0008522486314177513, + "E": 1.9415279894019477e-05, + "T": 4.848902335652383e-06, + "P": 0.09491662681102753, + "-": 0.9041581749916077 + }, + "id": "tp_25534" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3191758, + "label": "-", + "classification": { + "B": 6.634822966589127e-06, + "S": 1.1725048807420535e-06, + "I": 3.6411540349945426e-05, + "C": 5.782016887678765e-05, + "R": 9.144127034232952e-06, + "M": 0.00017002641106955707, + "O": 2.468139791744761e-05, + "W": 8.698753504177148e-07, + "N": 1.5374162103398703e-06, + "Y": 0.000931106973439455, + "U": 3.532743733103416e-07, + "K": 1.0645937891240465e-06, + "L": 6.598137133551063e-06, + "G": 0.00035849682171829045, + "F": 0.0073118386790156364, + "E": 0.00010435419244458899, + "T": 0.00041321091703139246, + "P": 0.06950501352548599, + "-": 0.9210596680641174 + }, + "id": "tp_25535" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3191892, + "label": "-", + "classification": { + "B": 4.715057788651222e-10, + "S": 7.321680484118076e-10, + "I": 1.0764308910893305e-07, + "C": 1.1467314919855198e-07, + "R": 3.1655476018244144e-09, + "M": 1.0298957420218358e-07, + "O": 5.750795040171397e-08, + "W": 4.824515786872041e-10, + "N": 2.0509813847269243e-09, + "Y": 2.4171620225388324e-06, + "U": 6.246147349342479e-11, + "K": 1.8438609528104166e-09, + "L": 1.2197082233100787e-09, + "G": 6.783273533983447e-07, + "F": 0.0001821727055357769, + "E": 2.2254384646203107e-07, + "T": 1.4193808510754025e-06, + "P": 0.013632120564579964, + "-": 0.9861806035041809 + }, + "id": "tp_25536" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3192025, + "label": "-", + "classification": { + "B": 6.106903177593992e-11, + "S": 7.295582471478212e-10, + "I": 1.3475693094733288e-06, + "C": 5.9341814448998775e-06, + "R": 2.3565888795928913e-07, + "M": 4.1754032054086565e-07, + "O": 1.9927495031879516e-07, + "W": 1.601814680896041e-09, + "N": 2.283666944435936e-08, + "Y": 3.735091013368219e-05, + "U": 1.388048898043337e-09, + "K": 3.228641887176309e-08, + "L": 8.635050896543817e-09, + "G": 4.750569587486098e-06, + "F": 0.0005670422688126564, + "E": 8.786010425865243e-07, + "T": 1.0365960406488739e-05, + "P": 0.013044528663158417, + "-": 0.986327052116394 + }, + "id": "tp_25537" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3192125, + "label": "-", + "classification": { + "B": 2.874696747312555e-06, + "S": 4.42567476000022e-08, + "I": 3.615737659856677e-05, + "C": 2.1956318960292265e-05, + "R": 2.2376036667992594e-06, + "M": 4.3137421016581357e-05, + "O": 1.3873188436264172e-05, + "W": 1.6552569093164493e-07, + "N": 5.198207304601965e-07, + "Y": 0.0002544193994253874, + "U": 6.078963110667246e-08, + "K": 1.4624114363925855e-08, + "L": 2.273829295518226e-06, + "G": 0.00023889646399766207, + "F": 0.00016700579726602882, + "E": 3.0431567211053334e-05, + "T": 0.0001122441390180029, + "P": 0.04389277473092079, + "-": 0.9551809430122375 + }, + "id": "tp_25538" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3192259, + "label": "-", + "classification": { + "B": 7.094529824724916e-11, + "S": 1.2845596981947427e-11, + "I": 3.8403891267080326e-07, + "C": 7.148261005340828e-08, + "R": 1.60814861427383e-09, + "M": 1.6648712630740192e-07, + "O": 1.9781104754201806e-08, + "W": 1.1721463209768412e-11, + "N": 1.5155846577741272e-09, + "Y": 2.8081472009944264e-06, + "U": 2.080624561529021e-11, + "K": 2.804948330895063e-12, + "L": 1.2037448815505059e-09, + "G": 2.038140564764035e-06, + "F": 1.0306786862201989e-05, + "E": 1.5102159522939473e-07, + "T": 6.058718099666294e-06, + "P": 0.08255572617053986, + "-": 0.917422354221344 + }, + "id": "tp_25539" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3192392, + "label": "-", + "classification": { + "B": 2.041460476220891e-07, + "S": 1.1998507432053884e-07, + "I": 6.04113083682023e-05, + "C": 3.9321748772636056e-05, + "R": 1.465386844756722e-06, + "M": 2.834236147464253e-05, + "O": 7.76352590037277e-06, + "W": 1.4258503711062076e-07, + "N": 2.2003473532095086e-06, + "Y": 0.00015786165022291243, + "U": 9.090783237297728e-08, + "K": 1.1547217582119629e-07, + "L": 6.46584567220998e-07, + "G": 6.819174450356513e-05, + "F": 0.00030243172659538686, + "E": 6.144363578641787e-05, + "T": 0.00018717326747719198, + "P": 0.10206754505634308, + "-": 0.8970144391059875 + }, + "id": "tp_25540" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3192526, + "label": "-", + "classification": { + "B": 6.59667875879677e-08, + "S": 3.298218231861938e-08, + "I": 7.183972229540814e-06, + "C": 4.378604717203416e-05, + "R": 1.1485227560115163e-06, + "M": 3.113239290541969e-05, + "O": 1.688426777946006e-06, + "W": 1.3530877751577464e-08, + "N": 8.910235749226558e-08, + "Y": 0.0005735285812988877, + "U": 5.850743889368459e-09, + "K": 2.9583878458083745e-08, + "L": 7.781654289829021e-07, + "G": 0.0004834820865653455, + "F": 0.00421114033088088, + "E": 2.9383807486738078e-05, + "T": 0.00011381479998817667, + "P": 0.011784501373767853, + "-": 0.982718288898468 + }, + "id": "tp_25541" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3192626, + "label": "-", + "classification": { + "B": 4.8156131526866375e-08, + "S": 1.2363325652131607e-07, + "I": 3.6055433156434447e-05, + "C": 0.00015392285422421992, + "R": 9.97682218439877e-06, + "M": 2.9686658308492042e-05, + "O": 8.282710950879846e-06, + "W": 2.3794552816980286e-07, + "N": 1.0452074548084056e-06, + "Y": 0.00025738734984770417, + "U": 3.106806047981081e-07, + "K": 1.2778626796716708e-06, + "L": 8.682371230861463e-07, + "G": 6.554560968652368e-05, + "F": 0.0022177144419401884, + "E": 1.2142770174250472e-05, + "T": 0.00030833977507427335, + "P": 0.013981849886476994, + "-": 0.9829151630401611 + }, + "id": "tp_25542" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3192759, + "label": "-", + "classification": { + "B": 1.1073777450576472e-08, + "S": 3.041450469254414e-08, + "I": 6.551510978169972e-07, + "C": 1.618128408154007e-06, + "R": 9.941992828998991e-08, + "M": 1.7201806485900306e-06, + "O": 1.1671470474539092e-06, + "W": 1.8562994696935675e-08, + "N": 2.1100447611388518e-08, + "Y": 1.0574067346169613e-05, + "U": 1.8925641054323705e-09, + "K": 4.109542484087569e-09, + "L": 1.0288113116985187e-07, + "G": 4.9096288421424106e-06, + "F": 0.000811633886769414, + "E": 4.529900934358011e-07, + "T": 2.1408148313639686e-05, + "P": 0.021074781194329262, + "-": 0.9780706763267517 + }, + "id": "tp_25543" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3192893, + "label": "-", + "classification": { + "B": 3.289415326435119e-05, + "S": 2.0015842892462388e-05, + "I": 0.0008608970092609525, + "C": 0.0002612559183035046, + "R": 4.210606130072847e-05, + "M": 0.00027484080055728555, + "O": 0.0001436698657926172, + "W": 1.9862918634316884e-05, + "N": 0.0001367813820252195, + "Y": 0.004428233485668898, + "U": 1.9298106053611264e-05, + "K": 0.00031417395803146064, + "L": 2.6299992896383628e-05, + "G": 0.0015890062786638737, + "F": 0.022385748103260994, + "E": 0.0034137931652367115, + "T": 0.001179189421236515, + "P": 0.18747995793819427, + "-": 0.7773719429969788 + }, + "id": "tp_25544" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3193026, + "label": "-", + "classification": { + "B": 3.0726161615035608e-09, + "S": 3.5716671842322967e-09, + "I": 7.690035999985412e-06, + "C": 1.0806937780216685e-06, + "R": 6.69012578669026e-08, + "M": 2.0831932943110587e-06, + "O": 2.404964618563099e-07, + "W": 2.6967661437282686e-09, + "N": 1.327499319359049e-07, + "Y": 0.0002785680699162185, + "U": 8.222558633974586e-09, + "K": 9.641304359320202e-07, + "L": 1.873995003620621e-08, + "G": 3.9572631067130715e-05, + "F": 0.0009171507554128766, + "E": 3.981299960287288e-05, + "T": 4.0212140447692946e-05, + "P": 0.022342082113027573, + "-": 0.9763303399085999 + }, + "id": "tp_25545" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3193126, + "label": "-", + "classification": { + "B": 9.935916978065507e-09, + "S": 1.700734131304671e-08, + "I": 7.385542630800046e-07, + "C": 1.5979517797859444e-07, + "R": 2.3303412532982293e-08, + "M": 6.257660061237402e-07, + "O": 6.74137254463858e-07, + "W": 2.2443440883535004e-08, + "N": 2.6623995452723648e-08, + "Y": 1.7977206880459562e-05, + "U": 1.2653199599199638e-09, + "K": 2.7951031711381802e-08, + "L": 1.3866565673481546e-08, + "G": 3.2828529583639465e-06, + "F": 0.0009257916244678199, + "E": 6.762543875993288e-07, + "T": 8.776744834904093e-06, + "P": 0.045468416064977646, + "-": 0.9535726308822632 + }, + "id": "tp_25546" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3193260, + "label": "-", + "classification": { + "B": 0.00025431832182221115, + "S": 2.801673144858796e-05, + "I": 0.00010074482997879386, + "C": 0.0014212157111614943, + "R": 0.0003090182726737112, + "M": 0.006013830192387104, + "O": 0.0005777187179774046, + "W": 1.2650501957978122e-05, + "N": 2.569519892858807e-06, + "Y": 0.008778146468102932, + "U": 8.9158072569262e-07, + "K": 1.972951650941468e-07, + "L": 0.001261985395103693, + "G": 0.012541748583316803, + "F": 0.015672799199819565, + "E": 0.0003106309741269797, + "T": 0.002665214240550995, + "P": 0.008391785435378551, + "-": 0.9416566491127014 + }, + "id": "tp_25547" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3193393, + "label": "-", + "classification": { + "B": 9.316117620178019e-14, + "S": 3.0780727359319693e-13, + "I": 1.884443712185657e-09, + "C": 1.262391435830068e-08, + "R": 3.304727047570566e-10, + "M": 2.7847152139770515e-08, + "O": 1.9831540853942897e-09, + "W": 6.973634994120181e-13, + "N": 2.838923540693372e-12, + "Y": 3.7277558817550016e-07, + "U": 2.5001463573037785e-13, + "K": 1.5459819026081983e-13, + "L": 6.870765761890496e-11, + "G": 5.102675615376029e-08, + "F": 8.862349204719067e-06, + "E": 6.035060784448376e-10, + "T": 5.905097850700258e-07, + "P": 0.00024879182456061244, + "-": 0.9997413754463196 + }, + "id": "tp_25548" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3193527, + "label": "-", + "classification": { + "B": 1.0439762263558805e-05, + "S": 1.8570561906017247e-06, + "I": 0.00044392142444849014, + "C": 0.00032075520721264184, + "R": 2.8664409910561517e-05, + "M": 0.0006362271378748119, + "O": 6.177293107612059e-05, + "W": 4.054582859680522e-06, + "N": 1.214882195199607e-05, + "Y": 0.0018819255055859685, + "U": 1.719705551295192e-06, + "K": 1.1069025276810862e-05, + "L": 1.0129348083864897e-05, + "G": 0.0013759679859504104, + "F": 0.002057241043075919, + "E": 0.0009191241697408259, + "T": 0.0006756764487363398, + "P": 0.05369901657104492, + "-": 0.9378482699394226 + }, + "id": "tp_25549" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3193627, + "label": "-", + "classification": { + "B": 4.761946456710575e-06, + "S": 2.3560039608128136e-06, + "I": 6.98946532793343e-05, + "C": 0.00014634971739724278, + "R": 8.150593203026801e-05, + "M": 0.0005521076382137835, + "O": 0.00020278226293157786, + "W": 3.527537728587049e-06, + "N": 1.239607854586211e-06, + "Y": 0.001520520425401628, + "U": 6.044074893907236e-07, + "K": 2.940508991855495e-08, + "L": 9.192895231535658e-05, + "G": 0.0006383979925885797, + "F": 0.0010771286906674504, + "E": 1.0664133696991485e-05, + "T": 0.0016968941781669855, + "P": 0.007406549993902445, + "-": 0.9864928126335144 + }, + "id": "tp_25550" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3193760, + "label": "-", + "classification": { + "B": 8.27586674745362e-08, + "S": 4.091767635827637e-08, + "I": 1.6695637441443978e-06, + "C": 7.59604008635506e-05, + "R": 1.0871919585042633e-05, + "M": 0.00011376102338545024, + "O": 2.2763902961742133e-05, + "W": 9.021316316193406e-08, + "N": 3.033160922427669e-08, + "Y": 0.0009812169009819627, + "U": 2.5368786182866643e-08, + "K": 5.185884077718583e-08, + "L": 9.90683474810794e-06, + "G": 0.0004855143779423088, + "F": 0.0027951521333307028, + "E": 1.1637650914053665e-06, + "T": 0.0004358032892923802, + "P": 0.0011832546442747116, + "-": 0.9938826560974121 + }, + "id": "tp_25551" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3193894, + "label": "-", + "classification": { + "B": 6.773091740797099e-07, + "S": 1.408241843137148e-07, + "I": 4.94122359668836e-05, + "C": 2.2996437110123225e-06, + "R": 1.4862143871141598e-07, + "M": 7.913191439001821e-06, + "O": 2.8073900466552004e-06, + "W": 1.364141724025103e-07, + "N": 2.9171808364480967e-06, + "Y": 0.00014910918253008276, + "U": 8.007216933947348e-08, + "K": 2.0499853690125747e-06, + "L": 2.042584128503222e-07, + "G": 8.92758253030479e-05, + "F": 0.001374951214529574, + "E": 0.00028709619073197246, + "T": 7.47818558011204e-05, + "P": 0.30511027574539185, + "-": 0.6928457617759705 + }, + "id": "tp_25552" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3194027, + "label": "-", + "classification": { + "B": 5.234236959950067e-05, + "S": 1.866015008999966e-05, + "I": 0.0019558113999664783, + "C": 0.0003226695116609335, + "R": 5.220980892772786e-05, + "M": 0.0005647030775435269, + "O": 0.00022926968813408166, + "W": 1.7257225408684462e-05, + "N": 0.00018722460663411766, + "Y": 0.002320322208106518, + "U": 1.3893825780542102e-05, + "K": 1.864111800387036e-05, + "L": 4.915535464533605e-05, + "G": 0.0017398881027475, + "F": 0.004915638826787472, + "E": 0.0016724619781598449, + "T": 0.002186011988669634, + "P": 0.378942608833313, + "-": 0.6047412157058716 + }, + "id": "tp_25553" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3194127, + "label": "-", + "classification": { + "B": 8.891556761703168e-12, + "S": 3.407227625040754e-11, + "I": 9.812325174607395e-09, + "C": 1.2436941254634348e-08, + "R": 6.314246903116327e-10, + "M": 8.64286242574508e-09, + "O": 7.351320885362611e-09, + "W": 1.0688715190720899e-10, + "N": 1.7383416928140605e-10, + "Y": 1.3104735216984409e-06, + "U": 7.64466268066144e-12, + "K": 3.2353848489208303e-09, + "L": 6.918523393073528e-11, + "G": 8.639273829658123e-08, + "F": 0.00045580972800962627, + "E": 3.3599349080759566e-08, + "T": 3.355363844548265e-07, + "P": 0.007634657900780439, + "-": 0.9919077157974243 + }, + "id": "tp_25554" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3194261, + "label": "-", + "classification": { + "B": 1.2848342123561451e-07, + "S": 8.274148655118552e-08, + "I": 1.9852890545735136e-05, + "C": 0.00020764728833455592, + "R": 7.671817911614198e-06, + "M": 0.0002298847248312086, + "O": 9.968191079678945e-06, + "W": 9.489886565461347e-08, + "N": 5.977076966701134e-07, + "Y": 0.004666202235966921, + "U": 9.274086210098176e-08, + "K": 4.570460532704601e-06, + "L": 2.883779643525486e-06, + "G": 0.0032058933284133673, + "F": 0.008668088354170322, + "E": 0.00019767263438552618, + "T": 0.0006439060671254992, + "P": 0.011360394768416882, + "-": 0.9707743525505066 + }, + "id": "tp_25555" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3194394, + "label": "-", + "classification": { + "B": 5.272020757729479e-07, + "S": 9.342001305867598e-08, + "I": 9.663435776019469e-06, + "C": 7.140240541048115e-06, + "R": 3.300889659385575e-07, + "M": 1.8623119103722274e-05, + "O": 8.087242349574808e-06, + "W": 1.2382680836253712e-07, + "N": 3.0414236107390025e-07, + "Y": 2.477394991728943e-05, + "U": 1.5718269352760217e-08, + "K": 7.930703205261125e-09, + "L": 7.024511887721019e-07, + "G": 3.67053689842578e-05, + "F": 0.0005127809126861393, + "E": 1.9605808120104484e-05, + "T": 4.4219214032636955e-05, + "P": 0.12010490149259567, + "-": 0.8792113065719604 + }, + "id": "tp_25556" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3194528, + "label": "-", + "classification": { + "B": 8.348032679350581e-06, + "S": 5.772639724455075e-06, + "I": 0.00018239858036395162, + "C": 1.1575128155527636e-05, + "R": 3.8104744817246683e-06, + "M": 7.672792708035558e-05, + "O": 5.4981439461698756e-05, + "W": 3.391356358406483e-06, + "N": 2.370201764279045e-05, + "Y": 0.0007778848521411419, + "U": 8.103774007395259e-07, + "K": 2.4244618543889374e-05, + "L": 2.690152086870512e-06, + "G": 0.00041159818647429347, + "F": 0.007789594121277332, + "E": 0.0006565441144630313, + "T": 0.0003356545348651707, + "P": 0.2526760697364807, + "-": 0.7369542121887207 + }, + "id": "tp_25557" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3194628, + "label": "-", + "classification": { + "B": 6.887478321004892e-07, + "S": 5.1485820051766495e-08, + "I": 9.489572221355047e-06, + "C": 1.6224032606260153e-06, + "R": 9.802444367323915e-08, + "M": 2.0418663098098477e-06, + "O": 1.9109747881884687e-06, + "W": 5.4208371125241683e-08, + "N": 4.23377372271716e-07, + "Y": 3.559792821761221e-05, + "U": 2.86362862311762e-08, + "K": 4.3849986752775294e-08, + "L": 2.1526612670186296e-07, + "G": 2.0263909391360357e-05, + "F": 0.0006300848908722401, + "E": 3.389575067558326e-05, + "T": 2.872434924938716e-05, + "P": 0.2616109251976013, + "-": 0.737623929977417 + }, + "id": "tp_25558" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3194761, + "label": "-", + "classification": { + "B": 1.1538057833604398e-06, + "S": 1.4045785974303726e-06, + "I": 0.00025207470753230155, + "C": 2.678503187780734e-05, + "R": 6.9399688982230145e-06, + "M": 9.683993994258344e-05, + "O": 4.111209273105487e-05, + "W": 1.3836363450536737e-06, + "N": 1.051610252034152e-05, + "Y": 0.0015530777163803577, + "U": 5.726091671931499e-07, + "K": 7.584193554066587e-06, + "L": 3.2160016871785047e-06, + "G": 0.00035875095636583865, + "F": 0.005518500227481127, + "E": 0.00021183380158618093, + "T": 0.0005096790846437216, + "P": 0.0487406924366951, + "-": 0.9426578879356384 + }, + "id": "tp_25559" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3194895, + "label": "-", + "classification": { + "B": 1.3196723784858477e-06, + "S": 1.6165117244781868e-07, + "I": 6.364082946674898e-05, + "C": 0.0002011498436331749, + "R": 1.1328353139106184e-05, + "M": 4.8975489335134625e-05, + "O": 8.065353540587239e-06, + "W": 3.593522706069052e-07, + "N": 2.41922293753305e-06, + "Y": 0.0012096554273739457, + "U": 6.111511652306945e-07, + "K": 1.3338996041056816e-06, + "L": 2.402629434072878e-06, + "G": 0.00016704399604350328, + "F": 0.00462053157389164, + "E": 0.00022009261010680348, + "T": 0.00028573215240612626, + "P": 0.08077346533536911, + "-": 0.9123817086219788 + }, + "id": "tp_25560" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3195028, + "label": "-", + "classification": { + "B": 2.3065787502218882e-07, + "S": 1.4406991795112845e-06, + "I": 2.8164018658571877e-05, + "C": 3.1159535865299404e-05, + "R": 6.356857284117723e-06, + "M": 9.389044862473384e-05, + "O": 2.99500061373692e-05, + "W": 6.498212883343513e-07, + "N": 2.3963855255715316e-06, + "Y": 0.0011451545869931579, + "U": 2.2025214718723873e-07, + "K": 6.864570877951337e-06, + "L": 3.3585804430913413e-06, + "G": 0.0002208329678978771, + "F": 0.01190884318202734, + "E": 4.871315832133405e-05, + "T": 0.0004985530395060778, + "P": 0.012402289547026157, + "-": 0.9735708832740784 + }, + "id": "tp_25561" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3195128, + "label": "-", + "classification": { + "B": 5.189147486817092e-05, + "S": 2.6153809812967665e-05, + "I": 0.0007913629524409771, + "C": 0.001498121884651482, + "R": 0.00021607101371046156, + "M": 0.0015915692783892155, + "O": 0.00034177181078121066, + "W": 2.4585402570664883e-05, + "N": 0.00010045475937658921, + "Y": 0.011793630197644234, + "U": 2.642687104525976e-05, + "K": 0.0001346710923826322, + "L": 0.00012123445048928261, + "G": 0.005817250814288855, + "F": 0.03099784627556801, + "E": 0.0023232183884829283, + "T": 0.0034559809137135744, + "P": 0.09995000064373016, + "-": 0.8407378196716309 + }, + "id": "tp_25562" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3195262, + "label": "-", + "classification": { + "B": 2.9927801392659603e-07, + "S": 6.175152975629317e-07, + "I": 6.81083183735609e-05, + "C": 0.0002948859764728695, + "R": 2.0008556020911783e-05, + "M": 9.241861698683351e-05, + "O": 1.6160058294190094e-05, + "W": 7.522700684603478e-07, + "N": 3.6218737022863934e-06, + "Y": 0.0040748026221990585, + "U": 2.958449272227881e-07, + "K": 5.511656854650937e-05, + "L": 2.9097022888890933e-06, + "G": 0.0014353971928358078, + "F": 0.02370087243616581, + "E": 0.0005394392646849155, + "T": 0.00038275562110356987, + "P": 0.02265542931854725, + "-": 0.9466560482978821 + }, + "id": "tp_25563" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3195395, + "label": "-", + "classification": { + "B": 2.6866055122809485e-06, + "S": 2.093882540066261e-05, + "I": 4.2905456211883575e-05, + "C": 0.0004019836487714201, + "R": 5.4147545597516e-05, + "M": 0.0011753869475796819, + "O": 0.00022905976220499724, + "W": 5.112405688123545e-06, + "N": 3.2632951842970215e-06, + "Y": 0.010669064708054066, + "U": 5.982827815387282e-07, + "K": 1.2474321010813583e-05, + "L": 9.41189646255225e-05, + "G": 0.010419660247862339, + "F": 0.03182649984955788, + "E": 0.00020213161769788712, + "T": 0.004800975788384676, + "P": 0.006123763974756002, + "-": 0.9339152574539185 + }, + "id": "tp_25564" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3195529, + "label": "-", + "classification": { + "B": 7.943461241666228e-06, + "S": 8.992329298962431e-07, + "I": 0.00013946520630270243, + "C": 6.471480446634814e-05, + "R": 1.8297099813935347e-05, + "M": 8.145841275108978e-05, + "O": 5.868208245374262e-05, + "W": 1.48165020164015e-06, + "N": 5.087534191261511e-06, + "Y": 0.0006650902214460075, + "U": 7.271204367498285e-07, + "K": 2.755448633706692e-07, + "L": 1.1071598237322178e-05, + "G": 0.00039533781819045544, + "F": 0.0013286013854667544, + "E": 7.087543053785339e-05, + "T": 0.0008904950809665024, + "P": 0.06789565831422806, + "-": 0.9283638000488281 + }, + "id": "tp_25565" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3195629, + "label": "-", + "classification": { + "B": 5.052655183135357e-08, + "S": 1.167722629702439e-07, + "I": 9.677354682935402e-06, + "C": 9.606270623407909e-07, + "R": 1.321562308476132e-07, + "M": 1.0858711902983487e-05, + "O": 2.398044671281241e-06, + "W": 6.434941468569377e-08, + "N": 4.544870648715005e-07, + "Y": 0.0011629905784502625, + "U": 4.06792146634416e-08, + "K": 2.2000783701514592e-06, + "L": 1.8050441497052816e-07, + "G": 6.768907041987404e-05, + "F": 0.003974797669798136, + "E": 2.4423155991826206e-05, + "T": 0.00020143974688835442, + "P": 0.02440664917230606, + "-": 0.9701349139213562 + }, + "id": "tp_25566" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3195762, + "label": "-", + "classification": { + "B": 3.6171413739793934e-06, + "S": 7.066691068757791e-06, + "I": 0.001328204176388681, + "C": 0.00013235339429229498, + "R": 2.6659750801627524e-05, + "M": 0.0002498069661669433, + "O": 9.96883973130025e-05, + "W": 1.2085907656000927e-05, + "N": 0.00021277365158312023, + "Y": 0.00825896393507719, + "U": 7.510997875215253e-06, + "K": 0.0006029069772921503, + "L": 6.079465492803138e-06, + "G": 0.0007029970292933285, + "F": 0.013844892382621765, + "E": 0.0037272388581186533, + "T": 0.003501485101878643, + "P": 0.13894303143024445, + "-": 0.8283326029777527 + }, + "id": "tp_25567" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3195896, + "label": "-", + "classification": { + "B": 3.213228083609465e-08, + "S": 2.1520348525427835e-07, + "I": 3.81806739824242e-06, + "C": 7.206283498817356e-06, + "R": 1.1377339887985727e-06, + "M": 1.7085543731809594e-05, + "O": 6.191881766426377e-06, + "W": 1.9416481222833681e-07, + "N": 2.693943486065109e-07, + "Y": 0.00059454859001562, + "U": 2.2593484416688625e-08, + "K": 2.100955725836684e-06, + "L": 2.5854114937828854e-07, + "G": 7.758871652185917e-05, + "F": 0.013219083659350872, + "E": 1.2769016393576749e-05, + "T": 0.00013611427857540548, + "P": 0.013950269669294357, + "-": 0.9719712138175964 + }, + "id": "tp_25568" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3196029, + "label": "-", + "classification": { + "B": 6.448113367696351e-07, + "S": 8.704439096618444e-06, + "I": 3.231785012758337e-05, + "C": 0.0008250642567873001, + "R": 9.746004070620984e-05, + "M": 0.0013960759388282895, + "O": 0.00018314391491003335, + "W": 3.165985390296555e-06, + "N": 1.62681351412175e-06, + "Y": 0.0037286076694726944, + "U": 3.7629200733135804e-07, + "K": 2.968390163005097e-06, + "L": 0.00014499003009404987, + "G": 0.00368807022459805, + "F": 0.040678758174180984, + "E": 0.00010428152745589614, + "T": 0.0033182031475007534, + "P": 0.006199887488037348, + "-": 0.9395856857299805 + }, + "id": "tp_25569" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3196129, + "label": "-", + "classification": { + "B": 1.3726116776524577e-05, + "S": 9.752531332196668e-05, + "I": 0.0004403431958053261, + "C": 0.0011912749614566565, + "R": 0.00017458123329561204, + "M": 0.0020400313660502434, + "O": 0.00034760840935632586, + "W": 4.1369949030922726e-05, + "N": 9.660417708801106e-05, + "Y": 0.016434699296951294, + "U": 6.577552539965836e-06, + "K": 0.0009233239106833935, + "L": 0.00015443384472746402, + "G": 0.015594053082168102, + "F": 0.278534859418869, + "E": 0.006615910213440657, + "T": 0.004414425231516361, + "P": 0.039822760969400406, + "-": 0.6330559253692627 + }, + "id": "tp_25570" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3196263, + "label": "-", + "classification": { + "B": 0.00016719350242055953, + "S": 7.904232916189358e-05, + "I": 0.0025773788802325726, + "C": 0.0016948673874139786, + "R": 0.0003035406116396189, + "M": 0.0010297507978975773, + "O": 0.0007557759527117014, + "W": 0.0001293856475967914, + "N": 0.0003462252498138696, + "Y": 0.0032557437662035227, + "U": 8.473488560412079e-05, + "K": 0.00027926868642680347, + "L": 0.00016039650654420257, + "G": 0.0026009015273302794, + "F": 0.021948670968413353, + "E": 0.0026196325197815895, + "T": 0.0022583159152418375, + "P": 0.21709862351417542, + "-": 0.742610514163971 + }, + "id": "tp_25571" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3196396, + "label": "-", + "classification": { + "B": 6.052300159353763e-05, + "S": 6.813563959440216e-05, + "I": 0.0005361069343052804, + "C": 0.0005658593727275729, + "R": 0.00018146731599699706, + "M": 0.0012375792721286416, + "O": 0.00039793323958292603, + "W": 2.876642975024879e-05, + "N": 4.723066740552895e-05, + "Y": 0.006734700873494148, + "U": 1.0551137165748514e-05, + "K": 1.9304838133393787e-05, + "L": 0.00020777589816134423, + "G": 0.002815800253301859, + "F": 0.0323658213019371, + "E": 0.0006682539242319763, + "T": 0.003523182589560747, + "P": 0.05708015710115433, + "-": 0.8934507966041565 + }, + "id": "tp_25572" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3196530, + "label": "-", + "classification": { + "B": 1.0044504250572572e-07, + "S": 1.5004410158780956e-07, + "I": 5.244530984782614e-05, + "C": 9.082181350095198e-05, + "R": 5.0787134568963666e-06, + "M": 7.079857459757477e-05, + "O": 9.91014348983299e-06, + "W": 2.0121689203733695e-07, + "N": 1.3799115095025627e-06, + "Y": 0.000692791014444083, + "U": 1.431131551044018e-07, + "K": 1.2536768281279365e-06, + "L": 1.5010100469226018e-06, + "G": 0.00028141122311353683, + "F": 0.005380311980843544, + "E": 8.646737114759162e-05, + "T": 0.00019308859191369265, + "P": 0.03378650173544884, + "-": 0.9593455791473389 + }, + "id": "tp_25573" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3196630, + "label": "-", + "classification": { + "B": 1.5265492265825742e-06, + "S": 7.782346074236557e-06, + "I": 2.4842782295309007e-05, + "C": 0.0005610815715044737, + "R": 7.881013152655214e-05, + "M": 0.003130934899672866, + "O": 0.00021480381838046014, + "W": 2.1979772100166883e-06, + "N": 1.076708599612175e-06, + "Y": 0.03949398547410965, + "U": 1.412280283830114e-07, + "K": 1.8432165234116837e-06, + "L": 0.0002014906785916537, + "G": 0.016356023028492928, + "F": 0.035932011902332306, + "E": 0.00010840372124221176, + "T": 0.008033949881792068, + "P": 0.0023106099106371403, + "-": 0.8935384750366211 + }, + "id": "tp_25574" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3196763, + "label": "-", + "classification": { + "B": 7.059250492602587e-06, + "S": 5.960800081084017e-06, + "I": 0.000250370881985873, + "C": 0.0002146725164493546, + "R": 3.925654527847655e-05, + "M": 0.0004215600492898375, + "O": 0.00012023080489598215, + "W": 7.107095825631404e-06, + "N": 2.3546053853351623e-05, + "Y": 0.008064893074333668, + "U": 4.63942114947713e-06, + "K": 7.283040031325072e-05, + "L": 3.47041932400316e-05, + "G": 0.003905855119228363, + "F": 0.033470991998910904, + "E": 0.0007319396827369928, + "T": 0.0019145711557939649, + "P": 0.04451089724898338, + "-": 0.9061989188194275 + }, + "id": "tp_25575" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3196897, + "label": "-", + "classification": { + "B": 2.2917991115978253e-10, + "S": 7.018290948401784e-10, + "I": 1.5102294526059268e-07, + "C": 2.8448690514437658e-08, + "R": 5.2807984651792594e-09, + "M": 5.3427033464004126e-08, + "O": 8.378409432907574e-08, + "W": 9.96013493903547e-10, + "N": 4.359179683888215e-09, + "Y": 1.6498248442076147e-05, + "U": 5.268863678686841e-10, + "K": 8.907041149086581e-08, + "L": 1.0816554318893168e-09, + "G": 8.240372721957101e-07, + "F": 0.0001856159360613674, + "E": 2.2236226016048022e-07, + "T": 4.55162808066234e-06, + "P": 0.004499389789998531, + "-": 0.9952926635742188 + }, + "id": "tp_25576" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3197030, + "label": "-", + "classification": { + "B": 0.0002377775963395834, + "S": 0.0003411038778722286, + "I": 0.00014953828940633684, + "C": 0.0003957483859267086, + "R": 0.00012817038805224001, + "M": 0.003225063905119896, + "O": 0.0011738307075574994, + "W": 8.9759734692052e-05, + "N": 2.6680681912694126e-05, + "Y": 0.006164532620459795, + "U": 4.374942818685668e-06, + "K": 5.3664065490011126e-05, + "L": 0.0006696775089949369, + "G": 0.008870342746376991, + "F": 0.12335492670536041, + "E": 0.0009521372267045081, + "T": 0.004298992455005646, + "P": 0.014977172017097473, + "-": 0.8348865509033203 + }, + "id": "tp_25577" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3197130, + "label": "-", + "classification": { + "B": 0.0003554794529918581, + "S": 0.0016537836054340005, + "I": 0.0005096638342365623, + "C": 0.0053761485032737255, + "R": 0.00059382279869169, + "M": 0.010295228101313114, + "O": 0.0026811244897544384, + "W": 0.00020452364697121084, + "N": 0.00023056498321238905, + "Y": 0.02160254493355751, + "U": 1.996392893488519e-05, + "K": 0.001319152652285993, + "L": 0.002156559843569994, + "G": 0.05425155162811279, + "F": 0.3703179955482483, + "E": 0.011610844172537327, + "T": 0.013172418810427189, + "P": 0.025274744257330894, + "-": 0.4783739149570465 + }, + "id": "tp_25578" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3197264, + "label": "-", + "classification": { + "B": 5.2704963309224695e-05, + "S": 4.876829916611314e-05, + "I": 0.0020325640216469765, + "C": 0.001854338333941996, + "R": 0.0005136574036441743, + "M": 0.0003996215818915516, + "O": 0.00033255142625421286, + "W": 6.656212644884363e-05, + "N": 0.000217680906644091, + "Y": 0.003837841795757413, + "U": 6.70567387714982e-05, + "K": 0.00013751251390203834, + "L": 0.00012508328654803336, + "G": 0.0017670838860794902, + "F": 0.019869858399033546, + "E": 0.0013649120228365064, + "T": 0.0019402262987568974, + "P": 0.1953563094139099, + "-": 0.7700157165527344 + }, + "id": "tp_25579" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3197397, + "label": "-", + "classification": { + "B": 4.416480351210339e-06, + "S": 5.085473458166234e-05, + "I": 0.00012902390153612942, + "C": 0.002124926308169961, + "R": 0.0005119199631735682, + "M": 0.002382752252742648, + "O": 0.0009592491551302373, + "W": 4.531926242634654e-05, + "N": 1.8776976503431797e-05, + "Y": 0.013358166441321373, + "U": 5.060729108663509e-06, + "K": 8.705294749233872e-05, + "L": 0.0003589781990740448, + "G": 0.01090194657444954, + "F": 0.11861586570739746, + "E": 0.00021909980569034815, + "T": 0.007536840625107288, + "P": 0.007841698825359344, + "-": 0.8348480463027954 + }, + "id": "tp_25580" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3197531, + "label": "-", + "classification": { + "B": 4.3397636773079284e-07, + "S": 4.664951575250598e-06, + "I": 7.338309660553932e-05, + "C": 3.480134910205379e-05, + "R": 3.779411144932965e-06, + "M": 6.597035098820925e-05, + "O": 3.191493306076154e-05, + "W": 3.297944886071491e-06, + "N": 1.5890169379417785e-05, + "Y": 0.002405518665909767, + "U": 1.1959639323322335e-06, + "K": 0.00018184329383075237, + "L": 1.8926984921563417e-06, + "G": 0.00036129693035036325, + "F": 0.028241083025932312, + "E": 0.0004541426314972341, + "T": 0.0007568954024463892, + "P": 0.07856728881597519, + "-": 0.8887947201728821 + }, + "id": "tp_25581" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3197631, + "label": "-", + "classification": { + "B": 1.3234123798611108e-05, + "S": 2.5124398234765977e-05, + "I": 0.00033735271426849067, + "C": 0.0001729328214423731, + "R": 3.220528014935553e-05, + "M": 0.000562539033126086, + "O": 0.00025977951008826494, + "W": 2.366890839766711e-05, + "N": 6.020957516739145e-05, + "Y": 0.004488116595894098, + "U": 9.243172826245427e-06, + "K": 6.655820470768958e-05, + "L": 3.37652672897093e-05, + "G": 0.0009355563670396805, + "F": 0.024477612227201462, + "E": 0.0006217272020876408, + "T": 0.0024567178916186094, + "P": 0.09631040692329407, + "-": 0.8691132664680481 + }, + "id": "tp_25582" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3197764, + "label": "-", + "classification": { + "B": 0.0004500111099332571, + "S": 0.0015226154355332255, + "I": 0.002954915864393115, + "C": 0.029056992381811142, + "R": 0.005412639118731022, + "M": 0.005938580725342035, + "O": 0.0039157141000032425, + "W": 0.0011543752625584602, + "N": 0.0012983991764485836, + "Y": 0.025879502296447754, + "U": 0.00026734700077213347, + "K": 0.004477994982153177, + "L": 0.0021079913713037968, + "G": 0.03967951610684395, + "F": 0.3030208647251129, + "E": 0.010618087835609913, + "T": 0.013400773517787457, + "P": 0.08527485281229019, + "-": 0.46356886625289917 + }, + "id": "tp_25583" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3197898, + "label": "-", + "classification": { + "B": 1.207905006594956e-05, + "S": 2.526379466871731e-05, + "I": 0.00012188256368972361, + "C": 0.0002788602723740041, + "R": 5.300876728142612e-05, + "M": 0.000541913672350347, + "O": 0.00017811213911045343, + "W": 2.0827699700021185e-05, + "N": 3.228510104236193e-05, + "Y": 0.015900645405054092, + "U": 8.893309313862119e-06, + "K": 0.0004880347696598619, + "L": 3.662339804577641e-05, + "G": 0.0026900183875113726, + "F": 0.052447978407144547, + "E": 0.0012125673238188028, + "T": 0.003535935655236244, + "P": 0.0321943424642086, + "-": 0.8902207612991333 + }, + "id": "tp_25584" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3198031, + "label": "-", + "classification": { + "B": 3.1443164516531397e-08, + "S": 3.233331256069505e-07, + "I": 2.0193747332086787e-05, + "C": 4.633623029803857e-05, + "R": 9.554019015922677e-06, + "M": 2.516803033358883e-05, + "O": 1.323515061812941e-05, + "W": 6.886434675834607e-07, + "N": 2.048078158622957e-06, + "Y": 0.0024448330514132977, + "U": 4.68138438236565e-07, + "K": 1.909693492052611e-05, + "L": 1.375124725200294e-06, + "G": 0.000131726119434461, + "F": 0.013196490705013275, + "E": 3.0485251045320183e-05, + "T": 0.0006689298315905035, + "P": 0.01886836253106594, + "-": 0.9645206928253174 + }, + "id": "tp_25585" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3198131, + "label": "-", + "classification": { + "B": 1.1581533726712223e-05, + "S": 1.578872252139263e-05, + "I": 0.0009258947102352977, + "C": 0.0003921477764379233, + "R": 4.3253079638816416e-05, + "M": 0.0003300305688753724, + "O": 0.00019428640371188521, + "W": 2.49460954364622e-05, + "N": 0.00013199125532992184, + "Y": 0.003248152555897832, + "U": 9.776282240636647e-06, + "K": 0.00024157344887498766, + "L": 1.8152841221308336e-05, + "G": 0.0016445992514491081, + "F": 0.041702620685100555, + "E": 0.0025301934219896793, + "T": 0.0009100095485337079, + "P": 0.13901670277118683, + "-": 0.8086082339286804 + }, + "id": "tp_25586" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3198265, + "label": "-", + "classification": { + "B": 9.97107690636767e-06, + "S": 2.5473973437328823e-06, + "I": 8.83616303326562e-05, + "C": 2.9567903766292147e-05, + "R": 2.654260242707096e-06, + "M": 0.00011480914690764621, + "O": 3.856451439787634e-05, + "W": 9.30292856082815e-07, + "N": 6.973052677494707e-06, + "Y": 0.0005380124202929437, + "U": 3.249750193390355e-07, + "K": 3.7079544199514203e-06, + "L": 5.386055818235036e-06, + "G": 0.0005891014588996768, + "F": 0.012352737598121166, + "E": 0.0004195532819721848, + "T": 0.00036514620296657085, + "P": 0.07113507390022278, + "-": 0.9142966866493225 + }, + "id": "tp_25587" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3198398, + "label": "-", + "classification": { + "B": 0.0008709022076800466, + "S": 0.0012537614675238729, + "I": 0.013138292357325554, + "C": 0.014102227054536343, + "R": 0.005206074099987745, + "M": 0.00969773717224598, + "O": 0.0051252758130431175, + "W": 0.0014656061539426446, + "N": 0.003909099381417036, + "Y": 0.04605512320995331, + "U": 0.0011079731630161405, + "K": 0.006513976026326418, + "L": 0.0018365279538556933, + "G": 0.024772772565484047, + "F": 0.08542121946811676, + "E": 0.018992146477103233, + "T": 0.01749982312321663, + "P": 0.16922517120838165, + "-": 0.5738064050674438 + }, + "id": "tp_25588" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3198532, + "label": "-", + "classification": { + "B": 1.1418808753660414e-05, + "S": 0.0001574829511810094, + "I": 6.289323937380686e-05, + "C": 0.0039974115788936615, + "R": 0.00030566900386475027, + "M": 0.0026720298919826746, + "O": 0.0007521260995417833, + "W": 3.667288183351047e-05, + "N": 1.998949664994143e-05, + "Y": 0.010790711268782616, + "U": 1.8474597709428053e-06, + "K": 0.0002172637905459851, + "L": 0.000740056682843715, + "G": 0.041086677461862564, + "F": 0.45871931314468384, + "E": 0.0012042925227433443, + "T": 0.005248010624200106, + "P": 0.007434929721057415, + "-": 0.46654123067855835 + }, + "id": "tp_25589" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3198632, + "label": "-", + "classification": { + "B": 1.0475238809704024e-07, + "S": 1.3037428914230986e-07, + "I": 9.27798610064201e-05, + "C": 3.9243866922333837e-05, + "R": 3.136700343020493e-06, + "M": 2.6237185011268593e-05, + "O": 6.490245596069144e-06, + "W": 3.000169215283677e-07, + "N": 8.470464308629744e-06, + "Y": 0.0011340021155774593, + "U": 3.3676104749247315e-07, + "K": 1.8989385353052057e-05, + "L": 4.386361069919076e-07, + "G": 0.00013682415010407567, + "F": 0.00618596188724041, + "E": 0.0004973156028427184, + "T": 0.00021434527297969908, + "P": 0.09987974166870117, + "-": 0.8917551636695862 + }, + "id": "tp_25590" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3198765, + "label": "-", + "classification": { + "B": 6.202415534062311e-05, + "S": 0.0004071928560733795, + "I": 0.0003378124092705548, + "C": 0.007929036393761635, + "R": 0.0020587232429534197, + "M": 0.005769412964582443, + "O": 0.0018798542441800237, + "W": 0.0001376945583615452, + "N": 7.761838787700981e-05, + "Y": 0.025833643972873688, + "U": 2.1578733139904216e-05, + "K": 0.0009034902905113995, + "L": 0.00144698447547853, + "G": 0.04882590472698212, + "F": 0.19829663634300232, + "E": 0.0012531381798908114, + "T": 0.015472800470888615, + "P": 0.008501897566020489, + "-": 0.6807845830917358 + }, + "id": "tp_25591" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3198899, + "label": "-", + "classification": { + "B": 6.238841888261959e-05, + "S": 3.884616671712138e-05, + "I": 0.0012456460390239954, + "C": 0.005074939224869013, + "R": 0.0007493581506423652, + "M": 0.002001585904508829, + "O": 0.00032497747451998293, + "W": 3.691663368954323e-05, + "N": 9.688964928500354e-05, + "Y": 0.034671489149332047, + "U": 2.4018447220441885e-05, + "K": 0.000234426130191423, + "L": 0.00019448775856290013, + "G": 0.01275255624204874, + "F": 0.05363984405994415, + "E": 0.002895049750804901, + "T": 0.006485955789685249, + "P": 0.04238246753811836, + "-": 0.8370879888534546 + }, + "id": "tp_25592" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3199032, + "label": "F", + "classification": { + "B": 8.258514583303622e-08, + "S": 7.166327577579068e-06, + "I": 9.682599966254202e-07, + "C": 7.42715856176801e-05, + "R": 4.732747584057506e-06, + "M": 0.00012268901627976447, + "O": 5.505752778844908e-05, + "W": 1.3064139920970774e-06, + "N": 3.1073759032551607e-07, + "Y": 0.0010446065571159124, + "U": 1.589985032524055e-08, + "K": 1.4236838978831656e-05, + "L": 1.478304693591781e-05, + "G": 0.003592128399759531, + "F": 0.5634147524833679, + "E": 5.7739976909942925e-05, + "T": 0.0004125736595597118, + "P": 0.0022444219794124365, + "-": 0.42893821001052856 + }, + "id": "tp_25593" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3199132, + "label": "-", + "classification": { + "B": 8.230939420172945e-05, + "S": 0.0009263738756999373, + "I": 0.0007596130599267781, + "C": 0.004772335756570101, + "R": 0.0024470058269798756, + "M": 0.010550272651016712, + "O": 0.0040743472054600716, + "W": 0.00058110395912081, + "N": 0.00022756413090974092, + "Y": 0.04487596079707146, + "U": 8.403869287576526e-05, + "K": 0.0003708838194143027, + "L": 0.002447856590151787, + "G": 0.015191943384706974, + "F": 0.16645857691764832, + "E": 0.0011360078351572156, + "T": 0.027980664744973183, + "P": 0.02467019483447075, + "-": 0.692362904548645 + }, + "id": "tp_25594" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3199266, + "label": "-", + "classification": { + "B": 6.349306204356253e-06, + "S": 3.5868299164576456e-05, + "I": 7.716427353443578e-05, + "C": 0.0004608473682310432, + "R": 3.021508382516913e-05, + "M": 0.0005485612200573087, + "O": 0.00015395566879305989, + "W": 1.771950519469101e-05, + "N": 2.898559978348203e-05, + "Y": 0.006184547208249569, + "U": 1.1972357469858252e-06, + "K": 0.0010358797153458, + "L": 3.480883242445998e-05, + "G": 0.010692814365029335, + "F": 0.33384406566619873, + "E": 0.006732233799993992, + "T": 0.0014087323797866702, + "P": 0.04527795687317848, + "-": 0.5934281349182129 + }, + "id": "tp_25595" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3199399, + "label": "-", + "classification": { + "B": 0.00011278795136604458, + "S": 0.0003149240801576525, + "I": 0.003375729313120246, + "C": 0.011199655942618847, + "R": 0.0017604372696951032, + "M": 0.005760452710092068, + "O": 0.0019032078562304378, + "W": 0.00040674550109542906, + "N": 0.0009741761023178697, + "Y": 0.05926037207245827, + "U": 0.00010539876529946923, + "K": 0.009226481430232525, + "L": 0.0006222033989615738, + "G": 0.0531780980527401, + "F": 0.21908161044120789, + "E": 0.022853195667266846, + "T": 0.012515423819422722, + "P": 0.07839605957269669, + "-": 0.5189530253410339 + }, + "id": "tp_25596" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3199533, + "label": "F", + "classification": { + "B": 0.0017727352678775787, + "S": 0.01469868328422308, + "I": 0.0005927167367190123, + "C": 0.0008220499148592353, + "R": 0.000490961130708456, + "M": 0.011005831882357597, + "O": 0.011708378791809082, + "W": 0.0030650619883090258, + "N": 0.00045988403144292533, + "Y": 0.00961328111588955, + "U": 3.9151589589891955e-05, + "K": 0.0013429775135591626, + "L": 0.0034289618488401175, + "G": 0.023220250383019447, + "F": 0.6238187551498413, + "E": 0.005858312360942364, + "T": 0.0077975294552743435, + "P": 0.026292938739061356, + "-": 0.25397157669067383 + }, + "id": "tp_25597" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3199633, + "label": "-", + "classification": { + "B": 4.690026253229007e-05, + "S": 0.0001573259651195258, + "I": 0.0010543923126533628, + "C": 0.0014412769814953208, + "R": 0.0002485909790266305, + "M": 0.001249530934728682, + "O": 0.0006793015054427087, + "W": 0.00010868901154026389, + "N": 0.0002664330240804702, + "Y": 0.006047217175364494, + "U": 3.354884029249661e-05, + "K": 0.0005738204927183688, + "L": 9.735148341860622e-05, + "G": 0.0028896895237267017, + "F": 0.07260258495807648, + "E": 0.002295678248628974, + "T": 0.004102027043700218, + "P": 0.13351428508758545, + "-": 0.7725912928581238 + }, + "id": "tp_25598" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3199766, + "label": "-", + "classification": { + "B": 3.4483523450035136e-06, + "S": 0.00010614498751237988, + "I": 5.301176861394197e-05, + "C": 0.00043846151675097644, + "R": 4.238818655721843e-05, + "M": 0.0019217148656025529, + "O": 0.00045186691568233073, + "W": 2.855134880519472e-05, + "N": 1.8035176253761165e-05, + "Y": 0.005911440588533878, + "U": 4.66755864181323e-07, + "K": 0.00018015674140769988, + "L": 0.00013183201372157782, + "G": 0.018122738227248192, + "F": 0.41205644607543945, + "E": 0.0016459095058962703, + "T": 0.0033199680037796497, + "P": 0.01562065351754427, + "-": 0.5399468541145325 + }, + "id": "tp_25599" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3199900, + "label": "-", + "classification": { + "B": 5.5724735830153804e-06, + "S": 7.55644723540172e-05, + "I": 0.0012307208962738514, + "C": 0.004965856205672026, + "R": 0.0006690362351946533, + "M": 0.0012435454409569502, + "O": 0.0007095143664628267, + "W": 8.328851981787011e-05, + "N": 0.0002580922155175358, + "Y": 0.03832404315471649, + "U": 1.1174220162502024e-05, + "K": 0.0018970692763105035, + "L": 0.00011997298133792356, + "G": 0.01700778864324093, + "F": 0.13727019727230072, + "E": 0.0047144596464931965, + "T": 0.0068703037686645985, + "P": 0.045205600559711456, + "-": 0.7393380403518677 + }, + "id": "tp_25600" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3200000, + "label": "-", + "classification": { + "B": 9.392129868501797e-06, + "S": 2.1921883671893738e-05, + "I": 0.00018296945199836046, + "C": 0.0002554378879722208, + "R": 5.8350415201857686e-05, + "M": 0.0010336788836866617, + "O": 0.00023458412033505738, + "W": 2.175367080781143e-05, + "N": 2.411200330243446e-05, + "Y": 0.023569798097014427, + "U": 3.7223137496766867e-06, + "K": 0.00047601040569134057, + "L": 4.9191108701052144e-05, + "G": 0.006741535384207964, + "F": 0.05192143842577934, + "E": 0.0015967952786013484, + "T": 0.004888192750513554, + "P": 0.017308272421360016, + "-": 0.8916029334068298 + }, + "id": "tp_25601" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3200133, + "label": "-", + "classification": { + "B": 5.804570264444919e-06, + "S": 5.308289473759942e-05, + "I": 0.0009064112673513591, + "C": 0.0011189980432391167, + "R": 0.0001293814420932904, + "M": 0.000546766328625381, + "O": 0.0003050380910281092, + "W": 3.910423765773885e-05, + "N": 0.00019593369506765157, + "Y": 0.013266781345009804, + "U": 5.080189566797344e-06, + "K": 0.0005452738841995597, + "L": 6.089421367505565e-05, + "G": 0.009465080685913563, + "F": 0.222691148519516, + "E": 0.005572949070483446, + "T": 0.0040611089207232, + "P": 0.10031741112470627, + "-": 0.6407137513160706 + }, + "id": "tp_25602" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3200267, + "label": "-", + "classification": { + "B": 1.6529307913515368e-06, + "S": 5.4144638852449134e-05, + "I": 0.00013344442413654178, + "C": 0.007028276566416025, + "R": 0.0009487888310104609, + "M": 0.002021926688030362, + "O": 0.0007763354224152863, + "W": 6.861214933451265e-05, + "N": 3.7651683669537306e-05, + "Y": 0.03558937460184097, + "U": 3.864543486997718e-06, + "K": 0.0025346907787024975, + "L": 0.0002419261436443776, + "G": 0.026844952255487442, + "F": 0.2636551856994629, + "E": 0.001707314164377749, + "T": 0.008074112236499786, + "P": 0.006324718706309795, + "-": 0.6439531445503235 + }, + "id": "tp_25603" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3200400, + "label": "P", + "classification": { + "B": 0.00546542601659894, + "S": 0.006540447939187288, + "I": 0.08388253301382065, + "C": 0.03878467530012131, + "R": 0.013858064077794552, + "M": 0.02063148282468319, + "O": 0.010536322370171547, + "W": 0.005238237325102091, + "N": 0.024391362443566322, + "Y": 0.0597081184387207, + "U": 0.0032277291174978018, + "K": 0.014844190329313278, + "L": 0.0073666926473379135, + "G": 0.059352487325668335, + "F": 0.09698409587144852, + "E": 0.06591041386127472, + "T": 0.03003862500190735, + "P": 0.23042453825473785, + "-": 0.22281458973884583 + }, + "id": "tp_25604" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3200501, + "label": "-", + "classification": { + "B": 4.3585907405940816e-05, + "S": 1.7196140106534585e-05, + "I": 0.01251143217086792, + "C": 0.003741724882274866, + "R": 0.0006267452263273299, + "M": 0.0016429279930889606, + "O": 0.0005648623337037861, + "W": 5.368766142055392e-05, + "N": 0.0006609148695133626, + "Y": 0.015734536573290825, + "U": 8.292611164506525e-05, + "K": 0.00011499632091727108, + "L": 0.00012636477185878903, + "G": 0.004019657615572214, + "F": 0.004847874399274588, + "E": 0.0035380965564399958, + "T": 0.00676460238173604, + "P": 0.20804093778133392, + "-": 0.7368670105934143 + }, + "id": "tp_25605" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3200634, + "label": "-", + "classification": { + "B": 7.176135113695636e-05, + "S": 1.816935582610313e-05, + "I": 0.0007744078757241368, + "C": 0.0006082961335778236, + "R": 0.00012029494246235117, + "M": 0.001105231000110507, + "O": 0.00025479606119915843, + "W": 2.3094866264727898e-05, + "N": 6.743631092831492e-05, + "Y": 0.010312340222299099, + "U": 2.0205498003633693e-05, + "K": 0.00014439207734540105, + "L": 8.215718116844073e-05, + "G": 0.004622582346200943, + "F": 0.021970557048916817, + "E": 0.003828560933470726, + "T": 0.00207425095140934, + "P": 0.10400139540433884, + "-": 0.8499000668525696 + }, + "id": "tp_25606" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3200767, + "label": "-", + "classification": { + "B": 2.3140142729971558e-05, + "S": 0.00016629979654680938, + "I": 0.00026541855186223984, + "C": 0.00030260742641985416, + "R": 7.036266470095143e-05, + "M": 0.00037266386789269745, + "O": 0.00030194700229912996, + "W": 4.622111373464577e-05, + "N": 7.90083286119625e-05, + "Y": 0.002377215540036559, + "U": 4.412327598402044e-06, + "K": 0.00047456700121983886, + "L": 8.06778043624945e-05, + "G": 0.0036906569730490446, + "F": 0.27812591195106506, + "E": 0.002280748449265957, + "T": 0.0017988326726481318, + "P": 0.0686391219496727, + "-": 0.640900194644928 + }, + "id": "tp_25607" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3200901, + "label": "-", + "classification": { + "B": 2.10386497201398e-06, + "S": 8.43269617689657e-07, + "I": 8.312101272167638e-05, + "C": 1.9381888705538586e-05, + "R": 1.88472188256128e-06, + "M": 6.540146569022909e-05, + "O": 9.787768249225337e-06, + "W": 4.4736114546140016e-07, + "N": 3.818453478743322e-06, + "Y": 0.0012620934285223484, + "U": 2.2229626495118282e-07, + "K": 1.6376342273360933e-06, + "L": 1.5495909337914782e-06, + "G": 0.00019965285900980234, + "F": 0.002088494598865509, + "E": 0.0002881567052099854, + "T": 0.000435445923358202, + "P": 0.09544201195240021, + "-": 0.9000940322875977 + }, + "id": "tp_25608" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3201001, + "label": "-", + "classification": { + "B": 3.081633437318487e-08, + "S": 3.730834521320503e-07, + "I": 6.44818874206976e-06, + "C": 4.941263796354178e-06, + "R": 5.937696414548554e-07, + "M": 1.752976641000714e-05, + "O": 8.13604401628254e-06, + "W": 3.6975035300201853e-07, + "N": 8.203285801755555e-07, + "Y": 0.0009790718322619796, + "U": 4.859328583961542e-08, + "K": 3.876798655255698e-05, + "L": 2.971985395561205e-07, + "G": 0.0001484720705775544, + "F": 0.018429310992360115, + "E": 4.705825267592445e-05, + "T": 0.00026200118009001017, + "P": 0.014764733612537384, + "-": 0.9652910232543945 + }, + "id": "tp_25609" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3201134, + "label": "-", + "classification": { + "B": 3.4534729242974294e-11, + "S": 1.7901735649417105e-10, + "I": 4.5244729562909924e-07, + "C": 4.22888497553231e-08, + "R": 5.768798772010086e-09, + "M": 2.4935820874816272e-06, + "O": 7.307555449642678e-08, + "W": 4.77705708323839e-10, + "N": 1.6806455116480379e-09, + "Y": 0.0001171560725197196, + "U": 2.0572599179757844e-11, + "K": 5.301575844995909e-10, + "L": 1.5162124888945527e-09, + "G": 9.256183943762153e-07, + "F": 5.063184289610945e-05, + "E": 2.746815823684301e-07, + "T": 2.381189369771164e-05, + "P": 0.0018597501330077648, + "-": 0.9979444146156311 + }, + "id": "tp_25610" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3201268, + "label": "-", + "classification": { + "B": 2.8637507920592498e-09, + "S": 1.0394360039356343e-08, + "I": 8.621596862212755e-06, + "C": 1.0942769677058095e-06, + "R": 8.677614715679738e-08, + "M": 1.0617611678753747e-06, + "O": 4.2624171214811213e-07, + "W": 8.525740113896063e-09, + "N": 1.8990184003087052e-07, + "Y": 0.00010709677735576406, + "U": 1.3051705494149246e-08, + "K": 7.208500107935834e-08, + "L": 2.4350008231976972e-08, + "G": 4.501685907598585e-06, + "F": 0.00027414606302045286, + "E": 6.240657057787757e-06, + "T": 4.9904807383427396e-05, + "P": 0.0338696651160717, + "-": 0.9656768441200256 + }, + "id": "tp_25611" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3201401, + "label": "-", + "classification": { + "B": 1.6642996314431002e-08, + "S": 6.881155201199363e-08, + "I": 1.55301604536362e-05, + "C": 2.0808708995900815e-06, + "R": 1.2573934782267315e-07, + "M": 7.893874681030866e-06, + "O": 2.0794861939066323e-06, + "W": 4.659460373090951e-08, + "N": 7.574936375931429e-07, + "Y": 8.449573942925781e-05, + "U": 1.834851204307597e-08, + "K": 4.962238904226979e-07, + "L": 8.518431116044667e-08, + "G": 1.4571616702596657e-05, + "F": 0.0026016023475676775, + "E": 2.926548768300563e-05, + "T": 5.086983583169058e-05, + "P": 0.08081385493278503, + "-": 0.9163761138916016 + }, + "id": "tp_25612" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3201502, + "label": "-", + "classification": { + "B": 5.557288386626169e-05, + "S": 7.726531475782394e-05, + "I": 0.003944264259189367, + "C": 0.00738621037453413, + "R": 0.0015819515101611614, + "M": 0.0065022981725633144, + "O": 0.0014839922077953815, + "W": 8.033915946725756e-05, + "N": 0.00020193909585941583, + "Y": 0.03149548918008804, + "U": 4.953971802024171e-05, + "K": 5.174027683096938e-05, + "L": 0.0006607142277061939, + "G": 0.011279958300292492, + "F": 0.017024854198098183, + "E": 0.0015178987523540854, + "T": 0.01762758381664753, + "P": 0.025963785126805305, + "-": 0.873014509677887 + }, + "id": "tp_25613" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3201635, + "label": "-", + "classification": { + "B": 1.7533220670884475e-06, + "S": 3.0643257105111843e-06, + "I": 0.00036467559402808547, + "C": 0.007760319858789444, + "R": 0.0007816136931069195, + "M": 0.001586694153957069, + "O": 0.0002479104441590607, + "W": 4.73978798254393e-06, + "N": 8.194142537831794e-06, + "Y": 0.017344053834676743, + "U": 2.6968355086864904e-06, + "K": 3.3209341836482054e-06, + "L": 0.0002094832743750885, + "G": 0.007328121457248926, + "F": 0.010686882771551609, + "E": 0.00021525155170820653, + "T": 0.00419305544346571, + "P": 0.01128331944346428, + "-": 0.9379749298095703 + }, + "id": "tp_25614" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3201768, + "label": "-", + "classification": { + "B": 6.683212205871314e-09, + "S": 2.2100364205357437e-08, + "I": 7.788778930262197e-06, + "C": 1.441623862774577e-05, + "R": 1.6686575463609188e-06, + "M": 2.0581594071700238e-05, + "O": 3.592752136682975e-06, + "W": 3.472183607300394e-08, + "N": 1.029673981634005e-07, + "Y": 0.00024135694548022002, + "U": 2.9275879498413815e-08, + "K": 1.8260479350828973e-08, + "L": 6.369525635818718e-07, + "G": 4.522325252764858e-05, + "F": 0.0006138847675174475, + "E": 1.2588386653078487e-06, + "T": 0.00031213185866363347, + "P": 0.010592669248580933, + "-": 0.9881446361541748 + }, + "id": "tp_25615" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3201902, + "label": "-", + "classification": { + "B": 3.895098870998481e-06, + "S": 5.062798663857393e-06, + "I": 4.364723645267077e-05, + "C": 4.348615402705036e-05, + "R": 2.6304722268832847e-05, + "M": 0.0017259574960917234, + "O": 0.00026299318415112793, + "W": 2.773100050035282e-06, + "N": 6.794432465540012e-07, + "Y": 0.0037798602133989334, + "U": 1.213542333289297e-07, + "K": 1.6022877247223732e-08, + "L": 8.306038216687739e-05, + "G": 0.000500869529787451, + "F": 0.0009337861556559801, + "E": 1.7863812900031917e-05, + "T": 0.00389894749969244, + "P": 0.002670085057616234, + "-": 0.9860007166862488 + }, + "id": "tp_25616" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3202002, + "label": "-", + "classification": { + "B": 2.2646982245078107e-07, + "S": 3.5063490599895886e-07, + "I": 1.6542835510335863e-05, + "C": 0.00011061278928536922, + "R": 1.528627581137698e-05, + "M": 5.1748575060628355e-05, + "O": 2.0225665139150806e-05, + "W": 3.5820380617224146e-07, + "N": 6.505995315819746e-07, + "Y": 0.002090131863951683, + "U": 3.341747856211441e-07, + "K": 4.45260695869365e-07, + "L": 5.8504060689301696e-06, + "G": 0.00037547494866885245, + "F": 0.0029999446123838425, + "E": 8.841991075314581e-06, + "T": 0.0007069374551065266, + "P": 0.0064509534277021885, + "-": 0.9871451258659363 + }, + "id": "tp_25617" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3202135, + "label": "-", + "classification": { + "B": 2.4160904104064684e-06, + "S": 8.83318762134877e-07, + "I": 4.3641673983074725e-05, + "C": 2.099473203998059e-05, + "R": 5.881717243028106e-06, + "M": 0.001344751799479127, + "O": 6.781223055440933e-05, + "W": 6.082487971070805e-07, + "N": 2.9318610472728324e-07, + "Y": 0.0007680898415856063, + "U": 6.309083744326927e-08, + "K": 3.9038221544274165e-09, + "L": 5.078228423371911e-05, + "G": 0.000325047061778605, + "F": 0.0007119638030417264, + "E": 2.6227178750559688e-05, + "T": 0.0013790213270112872, + "P": 0.006557448301464319, + "-": 0.9886940121650696 + }, + "id": "tp_25618" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3202269, + "label": "-", + "classification": { + "B": 4.677210796444342e-08, + "S": 3.912410306838865e-07, + "I": 1.8142469343729317e-05, + "C": 3.14973876811564e-05, + "R": 6.04483466304373e-06, + "M": 2.1892492441111244e-05, + "O": 9.958485861716326e-06, + "W": 5.918582246522419e-07, + "N": 1.2482754527809448e-06, + "Y": 0.0004092393210157752, + "U": 2.0048567250796623e-07, + "K": 5.239551683189347e-06, + "L": 4.901630745735019e-07, + "G": 3.184139131917618e-05, + "F": 0.004431325942277908, + "E": 1.251709272764856e-05, + "T": 0.00027114604017697275, + "P": 0.029226914048194885, + "-": 0.9655212759971619 + }, + "id": "tp_25619" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3202402, + "label": "-", + "classification": { + "B": 1.6962033555500966e-08, + "S": 3.1734963545915207e-09, + "I": 1.0883486822876876e-07, + "C": 1.8494366926802286e-08, + "R": 2.0644543852199604e-09, + "M": 7.752753958811809e-07, + "O": 3.35210074808856e-07, + "W": 2.5867255004641265e-09, + "N": 9.6297270157919e-10, + "Y": 4.3256859498796985e-06, + "U": 8.770220660814232e-11, + "K": 2.2317805936644675e-10, + "L": 1.6599063457078955e-08, + "G": 1.3004870424992987e-06, + "F": 0.000184232514584437, + "E": 1.6931269897213497e-07, + "T": 5.872315796295879e-06, + "P": 0.006606025155633688, + "-": 0.9931967258453369 + }, + "id": "tp_25620" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3202503, + "label": "-", + "classification": { + "B": 0.00036189742968417704, + "S": 0.0003017742419615388, + "I": 0.001214266405440867, + "C": 0.00030894915107637644, + "R": 0.00012596460874192417, + "M": 0.002592373639345169, + "O": 0.0014999802224338055, + "W": 0.00012795253132935613, + "N": 0.0002277266321470961, + "Y": 0.008870797231793404, + "U": 3.9520680729765445e-05, + "K": 0.00018458880367688835, + "L": 0.00035289445077069104, + "G": 0.006108391098678112, + "F": 0.044797658920288086, + "E": 0.002453726716339588, + "T": 0.006127174943685532, + "P": 0.1294887214899063, + "-": 0.794815719127655 + }, + "id": "tp_25621" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3202636, + "label": "-", + "classification": { + "B": 6.2246631387097295e-06, + "S": 1.3870430848328397e-05, + "I": 0.002694525057449937, + "C": 0.0012969657545909286, + "R": 9.972434054361656e-05, + "M": 0.0012025341857224703, + "O": 0.0002989387430716306, + "W": 1.0157980796066113e-05, + "N": 9.31879912968725e-05, + "Y": 0.00791114941239357, + "U": 3.815645868598949e-06, + "K": 8.498900569975376e-06, + "L": 3.5956440115114674e-05, + "G": 0.0010185370920225978, + "F": 0.0024303491227328777, + "E": 0.000528028467670083, + "T": 0.007327867206186056, + "P": 0.03856586664915085, + "-": 0.9364538192749023 + }, + "id": "tp_25622" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3202769, + "label": "-", + "classification": { + "B": 1.208472440339392e-05, + "S": 3.23131462209858e-05, + "I": 0.00018494266259949654, + "C": 0.004062827676534653, + "R": 0.0009304593550041318, + "M": 0.011606676504015923, + "O": 0.0007082291995175183, + "W": 9.063410288945306e-06, + "N": 3.947046479879646e-06, + "Y": 0.03727451711893082, + "U": 1.7513909824629081e-06, + "K": 1.740606080602447e-06, + "L": 0.0019078272162005305, + "G": 0.029192298650741577, + "F": 0.01898040436208248, + "E": 0.00022105500102043152, + "T": 0.015457446686923504, + "P": 0.0036178934387862682, + "-": 0.8757946491241455 + }, + "id": "tp_25623" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3202903, + "label": "-", + "classification": { + "B": 5.366755431168713e-07, + "S": 1.794269905985857e-06, + "I": 2.2155378246679902e-05, + "C": 0.000726949016097933, + "R": 0.00015597304445691407, + "M": 0.0018328215228393674, + "O": 0.00019098265329375863, + "W": 3.5775010474026203e-06, + "N": 8.507039979122055e-07, + "Y": 0.0025595377665013075, + "U": 8.264474899988272e-07, + "K": 6.875191616018128e-07, + "L": 7.88559700595215e-05, + "G": 0.000720272830221802, + "F": 0.003328905440866947, + "E": 1.6523244994459674e-05, + "T": 0.003422928974032402, + "P": 0.0021935447584837675, + "-": 0.984742283821106 + }, + "id": "tp_25624" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3203003, + "label": "-", + "classification": { + "B": 2.777553845589864e-06, + "S": 3.8366924854926765e-06, + "I": 0.000562654051464051, + "C": 0.003703618887811899, + "R": 0.00034415675327181816, + "M": 0.00087179389083758, + "O": 9.169469558401033e-05, + "W": 3.1454362670046976e-06, + "N": 8.56116457725875e-06, + "Y": 0.005842521786689758, + "U": 1.2538163218778209e-06, + "K": 2.0235211195540614e-06, + "L": 3.9583064790349454e-05, + "G": 0.002075782511383295, + "F": 0.0052431742660701275, + "E": 0.0003496152930893004, + "T": 0.0020862750243395567, + "P": 0.016402095556259155, + "-": 0.9623655080795288 + }, + "id": "tp_25625" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3203136, + "label": "-", + "classification": { + "B": 2.1760386516689323e-05, + "S": 6.243085226742551e-05, + "I": 0.0003921420138794929, + "C": 0.0002589627110864967, + "R": 7.731150253675878e-05, + "M": 0.0006803153082728386, + "O": 0.0003801579005084932, + "W": 3.127703530481085e-05, + "N": 3.522236875141971e-05, + "Y": 0.002115716924890876, + "U": 5.47118861504714e-06, + "K": 1.585820245963987e-05, + "L": 8.219303708756343e-05, + "G": 0.0009033413371071219, + "F": 0.015318120829761028, + "E": 0.0002009843592531979, + "T": 0.002222598996013403, + "P": 0.05698655918240547, + "-": 0.920209527015686 + }, + "id": "tp_25626" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3203270, + "label": "-", + "classification": { + "B": 1.8710380467190646e-12, + "S": 1.0458154481307602e-10, + "I": 1.1039136715851328e-08, + "C": 2.0703625125406688e-07, + "R": 4.9038902716347366e-08, + "M": 6.1873538470536e-07, + "O": 8.531202411177219e-08, + "W": 6.811497893499663e-11, + "N": 4.179491475131414e-11, + "Y": 0.00019940364290960133, + "U": 6.595583020713169e-12, + "K": 1.1261019200459188e-10, + "L": 1.1000168775865404e-08, + "G": 6.888672032800969e-06, + "F": 0.0002569796924944967, + "E": 3.473022092137512e-09, + "T": 3.258324431953952e-05, + "P": 0.00016256204980891198, + "-": 0.9993405938148499 + }, + "id": "tp_25627" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3203403, + "label": "-", + "classification": { + "B": 4.977689371798988e-08, + "S": 2.2303424884739798e-08, + "I": 2.373330426053144e-05, + "C": 8.862993126967922e-06, + "R": 1.063915647137037e-06, + "M": 8.705275104148313e-05, + "O": 7.669673323107418e-06, + "W": 5.90120521337667e-08, + "N": 1.3561030698383547e-07, + "Y": 0.0006546230288222432, + "U": 2.1881884748609082e-08, + "K": 1.713955199988959e-08, + "L": 1.0117063311554375e-06, + "G": 0.0001129420634242706, + "F": 0.0001393317652400583, + "E": 7.3644805524963886e-06, + "T": 0.0003494250704534352, + "P": 0.0058463579043745995, + "-": 0.992760181427002 + }, + "id": "tp_25628" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3203504, + "label": "-", + "classification": { + "B": 1.8047221495010035e-09, + "S": 4.915090112689313e-09, + "I": 9.398456768394681e-07, + "C": 6.668602054560324e-06, + "R": 7.682525051677658e-07, + "M": 1.5612435163347982e-05, + "O": 1.877642603176355e-06, + "W": 5.671322522715627e-09, + "N": 7.050782180328952e-09, + "Y": 0.00015500682638958097, + "U": 5.611903386437689e-09, + "K": 3.992022545862284e-10, + "L": 7.290203711818322e-07, + "G": 2.0335284716566093e-05, + "F": 0.00014436201308853924, + "E": 8.369693915710741e-08, + "T": 0.0002431377797620371, + "P": 0.001172199146822095, + "-": 0.998238205909729 + }, + "id": "tp_25629" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3203637, + "label": "-", + "classification": { + "B": 4.4639875795837725e-08, + "S": 2.8454948619582865e-07, + "I": 8.511695341439918e-05, + "C": 0.0002914867945946753, + "R": 6.108438537921757e-05, + "M": 9.407366451341659e-05, + "O": 3.589958942029625e-05, + "W": 6.991554073465522e-07, + "N": 2.3664351829211228e-06, + "Y": 0.0023125947918742895, + "U": 4.792104277839826e-07, + "K": 2.1208256839599926e-06, + "L": 4.529310899670236e-06, + "G": 0.0004939613281749189, + "F": 0.004528793040663004, + "E": 1.7528747775941156e-05, + "T": 0.0007067013066262007, + "P": 0.022308042272925377, + "-": 0.9690543413162231 + }, + "id": "tp_25630" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3203770, + "label": "-", + "classification": { + "B": 3.534865754772909e-06, + "S": 2.673289600352291e-06, + "I": 0.0002496920642443001, + "C": 0.0002820200752466917, + "R": 7.706133328611031e-05, + "M": 0.000339227233780548, + "O": 0.00011817349877674133, + "W": 3.416112576815067e-06, + "N": 7.12247310730163e-06, + "Y": 0.004616474267095327, + "U": 1.89171657893894e-06, + "K": 1.3737759445575648e-06, + "L": 2.5183371690218337e-05, + "G": 0.0006720466772094369, + "F": 0.001782693900167942, + "E": 6.297029176494107e-05, + "T": 0.0019164640689268708, + "P": 0.015133848413825035, + "-": 0.9747042655944824 + }, + "id": "tp_25631" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3203904, + "label": "-", + "classification": { + "B": 1.0004357758885973e-10, + "S": 3.4736227783049856e-10, + "I": 1.392331654415102e-07, + "C": 9.129540501362499e-08, + "R": 3.391242842099018e-09, + "M": 3.2554072504353826e-07, + "O": 4.931334274260735e-08, + "W": 2.2884920347632232e-10, + "N": 1.590441334187176e-09, + "Y": 7.779854058753699e-06, + "U": 7.242410143826206e-11, + "K": 5.240428646580142e-10, + "L": 1.2336267563028969e-09, + "G": 4.3993640019834857e-07, + "F": 4.573293699650094e-05, + "E": 1.569439120885363e-07, + "T": 8.471763976558577e-06, + "P": 0.006114460993558168, + "-": 0.9938223361968994 + }, + "id": "tp_25632" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3204004, + "label": "-", + "classification": { + "B": 5.206520654610358e-05, + "S": 0.00016550233704037964, + "I": 0.0032306325156241655, + "C": 0.009495764970779419, + "R": 0.0017598530976101756, + "M": 0.00935447309166193, + "O": 0.0018822470447048545, + "W": 0.00014592944353353232, + "N": 0.0002421955723548308, + "Y": 0.0931786596775055, + "U": 1.66786940098973e-05, + "K": 0.00015251414151862264, + "L": 0.0006343246204778552, + "G": 0.02302791178226471, + "F": 0.034349557012319565, + "E": 0.00340270041488111, + "T": 0.026523645967245102, + "P": 0.024244341999292374, + "-": 0.7681410312652588 + }, + "id": "tp_25633" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3204137, + "label": "-", + "classification": { + "B": 2.957861624963698e-06, + "S": 1.005985495794448e-06, + "I": 3.098702654824592e-05, + "C": 0.0002989604545291513, + "R": 6.555150321219116e-05, + "M": 0.001637983019463718, + "O": 0.00023063833941705525, + "W": 9.492443382441706e-07, + "N": 2.4115507812894066e-07, + "Y": 0.0021409746259450912, + "U": 1.376343590209217e-07, + "K": 4.243250639746066e-09, + "L": 0.000379367294954136, + "G": 0.0019093903247267008, + "F": 0.0005904938443563879, + "E": 1.0022285096056294e-05, + "T": 0.002607966074720025, + "P": 0.0015250669093802571, + "-": 0.9885672330856323 + }, + "id": "tp_25634" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3204271, + "label": "-", + "classification": { + "B": 4.745612791623444e-09, + "S": 9.964876923618249e-09, + "I": 5.0648800424824e-06, + "C": 2.557522520874045e-06, + "R": 4.268749194125121e-07, + "M": 9.398730981047265e-06, + "O": 1.400944256602088e-06, + "W": 1.4510652235344423e-08, + "N": 4.4753878825076754e-08, + "Y": 0.00010896694584516808, + "U": 5.485522702741719e-09, + "K": 7.325055673135239e-09, + "L": 1.2821449502098403e-07, + "G": 1.0253639629809186e-05, + "F": 0.00030538043938577175, + "E": 1.1233300938329194e-06, + "T": 5.205733032198623e-05, + "P": 0.007554970681667328, + "-": 0.9919482469558716 + }, + "id": "tp_25635" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3204404, + "label": "-", + "classification": { + "B": 2.5996383712367788e-08, + "S": 3.8094407628364024e-09, + "I": 7.9553483374184e-06, + "C": 3.014836920556263e-06, + "R": 1.7017420361753466e-07, + "M": 9.897362360788975e-06, + "O": 1.0947793498417013e-06, + "W": 9.079562879321657e-09, + "N": 6.268263064157509e-08, + "Y": 7.379268208751455e-05, + "U": 7.134028923161395e-09, + "K": 3.5389771113614188e-09, + "L": 1.3948961452570074e-07, + "G": 1.5313933545257896e-05, + "F": 4.133804395678453e-05, + "E": 5.993809281790163e-06, + "T": 7.923914381535724e-05, + "P": 0.025949113070964813, + "-": 0.9738127589225769 + }, + "id": "tp_25636" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3204505, + "label": "-", + "classification": { + "B": 9.153235680514626e-08, + "S": 7.058831101858232e-07, + "I": 3.1379553547594696e-05, + "C": 2.3714828785159625e-05, + "R": 7.436407031491399e-06, + "M": 2.78282786894124e-05, + "O": 1.9493340005283244e-05, + "W": 8.351409519491426e-07, + "N": 2.2597134829993593e-06, + "Y": 0.0008487242739647627, + "U": 4.002199887054303e-07, + "K": 1.8565007167126168e-06, + "L": 1.20065601549868e-06, + "G": 5.3408719395520166e-05, + "F": 0.0024755753111094236, + "E": 7.477304279746022e-06, + "T": 0.0006971738766878843, + "P": 0.024212662130594254, + "-": 0.9715878367424011 + }, + "id": "tp_25637" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3204638, + "label": "-", + "classification": { + "B": 8.71315842232434e-06, + "S": 5.649350214298465e-07, + "I": 0.00038340239552780986, + "C": 3.0471164791379124e-05, + "R": 1.3772788634014432e-06, + "M": 0.0005978418048471212, + "O": 2.341401886951644e-05, + "W": 3.722902022218477e-07, + "N": 7.871757588873152e-06, + "Y": 0.0008958241087384522, + "U": 2.907706289079215e-07, + "K": 3.707277471676207e-07, + "L": 4.643969532480696e-06, + "G": 0.00043339349213056266, + "F": 0.0003779492399189621, + "E": 0.0011331051355227828, + "T": 0.000782995717599988, + "P": 0.09304429590702057, + "-": 0.9022731184959412 + }, + "id": "tp_25638" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3204771, + "label": "-", + "classification": { + "B": 1.926460026879795e-05, + "S": 4.621945845428854e-05, + "I": 0.0016261159908026457, + "C": 0.00041575738578103483, + "R": 0.00019080670608673245, + "M": 0.0010958967031911016, + "O": 0.0007108207209967077, + "W": 6.983277125982568e-05, + "N": 0.00015679084754083306, + "Y": 0.008160176686942577, + "U": 3.169692718074657e-05, + "K": 5.062687341705896e-05, + "L": 0.00012711630552075803, + "G": 0.0014668446965515614, + "F": 0.01175465527921915, + "E": 0.0003435306716710329, + "T": 0.006929177790880203, + "P": 0.07965206354856491, + "-": 0.8871526122093201 + }, + "id": "tp_25639" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3204905, + "label": "-", + "classification": { + "B": 5.969265526317713e-09, + "S": 5.050699858344387e-09, + "I": 4.83089979752549e-06, + "C": 3.7873423934797756e-06, + "R": 1.8323868289371603e-07, + "M": 4.610760413470416e-07, + "O": 4.765308290188841e-07, + "W": 2.984160474284181e-08, + "N": 2.0520174359717203e-07, + "Y": 6.777831731596962e-05, + "U": 2.0836850467276236e-08, + "K": 1.9079984667769168e-06, + "L": 1.1359307272584829e-08, + "G": 9.113843589148019e-06, + "F": 0.0014439524384215474, + "E": 1.2574273569043726e-05, + "T": 8.88317299541086e-06, + "P": 0.05808289349079132, + "-": 0.9403629302978516 + }, + "id": "tp_25640" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3205005, + "label": "-", + "classification": { + "B": 5.555235715881679e-10, + "S": 1.201093713376622e-08, + "I": 1.0811302217916818e-06, + "C": 6.760980113540427e-07, + "R": 3.869273257350869e-08, + "M": 2.0483187199715758e-06, + "O": 4.24622527361862e-07, + "W": 8.627424996632271e-09, + "N": 4.3504400082383654e-08, + "Y": 4.841850750381127e-05, + "U": 1.763457935233248e-09, + "K": 1.3887992622585443e-07, + "L": 9.744876017236948e-09, + "G": 2.6882357815338764e-06, + "F": 0.0007909119012765586, + "E": 2.3084401163941948e-06, + "T": 2.0393477825564332e-05, + "P": 0.008488597348332405, + "-": 0.990642249584198 + }, + "id": "tp_25641" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3205138, + "label": "-", + "classification": { + "B": 6.507860348392569e-07, + "S": 2.8718309863506875e-07, + "I": 4.289174739824375e-06, + "C": 1.383641119900858e-05, + "R": 3.7074569263495505e-06, + "M": 0.0002456649672240019, + "O": 7.764762995066121e-05, + "W": 3.532877315137739e-07, + "N": 5.289866322755188e-08, + "Y": 0.00024983222829177976, + "U": 1.209345423802688e-08, + "K": 1.3884472460645725e-09, + "L": 1.4299703252618201e-05, + "G": 8.178472489817068e-05, + "F": 0.0002382172824582085, + "E": 1.1132292456750292e-06, + "T": 0.0005455693462863564, + "P": 0.0017174306558445096, + "-": 0.9968053102493286 + }, + "id": "tp_25642" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3205272, + "label": "-", + "classification": { + "B": 9.045959814102389e-06, + "S": 1.4752436072740238e-05, + "I": 0.000304662884445861, + "C": 0.00020552393107209355, + "R": 4.901536158286035e-05, + "M": 0.00021686279796995223, + "O": 0.00012736335338559002, + "W": 3.7995396269252524e-06, + "N": 2.4104669137159362e-05, + "Y": 0.0007607777370139956, + "U": 1.4690681382489856e-06, + "K": 1.717924192234932e-06, + "L": 2.235602369182743e-05, + "G": 0.0005732619320042431, + "F": 0.008197459392249584, + "E": 9.212652366841212e-05, + "T": 0.0013538106577470899, + "P": 0.1317095309495926, + "-": 0.8563323020935059 + }, + "id": "tp_25643" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3205405, + "label": "-", + "classification": { + "B": 1.016686474031303e-05, + "S": 2.270745244459249e-05, + "I": 1.2034067367494572e-05, + "C": 5.817480541736586e-06, + "R": 1.1258320228080265e-05, + "M": 0.0012674933532252908, + "O": 0.00036152315442450345, + "W": 9.824533663049806e-06, + "N": 8.24740141069924e-07, + "Y": 0.0039281779900193214, + "U": 1.1680425160420782e-07, + "K": 8.236939379457908e-07, + "L": 4.943292879033834e-05, + "G": 0.0004978867364116013, + "F": 0.009124811738729477, + "E": 9.29501220525708e-06, + "T": 0.004291947465389967, + "P": 0.002680761506780982, + "-": 0.9777151346206665 + }, + "id": "tp_25644" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3205506, + "label": "P", + "classification": { + "B": 3.3167456422233954e-05, + "S": 0.0003033997199963778, + "I": 0.0026833033189177513, + "C": 1.5161234841798432e-05, + "R": 8.429400622844696e-06, + "M": 0.0003066998324356973, + "O": 0.00026428920682519674, + "W": 3.579921758500859e-05, + "N": 0.0007461280329152942, + "Y": 0.000359067547833547, + "U": 3.9015667425701395e-06, + "K": 5.9423200582386926e-05, + "L": 1.543912003398873e-05, + "G": 0.00028405949706211686, + "F": 0.006123269442468882, + "E": 0.0014010134618729353, + "T": 0.0007118411595001817, + "P": 0.851976215839386, + "-": 0.13466934859752655 + }, + "id": "tp_25645" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3205639, + "label": "-", + "classification": { + "B": 1.2260746862224892e-09, + "S": 3.840096240992352e-09, + "I": 1.3893121604269254e-06, + "C": 8.991407867142698e-07, + "R": 1.7423592169052426e-07, + "M": 2.8331776320555946e-06, + "O": 6.369700145114621e-07, + "W": 7.117531897193885e-09, + "N": 1.7341426072903232e-08, + "Y": 0.00013143385876901448, + "U": 1.6161636473555063e-09, + "K": 3.77031597054156e-08, + "L": 2.846228142061591e-08, + "G": 1.3550549738283735e-05, + "F": 0.001292419503442943, + "E": 1.2563448308355873e-06, + "T": 3.444762478466146e-05, + "P": 0.007945002987980843, + "-": 0.9905757904052734 + }, + "id": "tp_25646" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3205772, + "label": "-", + "classification": { + "B": 5.866101128049195e-05, + "S": 3.280194869148545e-05, + "I": 0.0014619353460147977, + "C": 0.12989021837711334, + "R": 0.0279245525598526, + "M": 0.008803832344710827, + "O": 0.0021961135789752007, + "W": 0.00012358305684756488, + "N": 3.195551471435465e-05, + "Y": 0.015454595908522606, + "U": 5.155841790838167e-05, + "K": 4.517523848335259e-06, + "L": 0.0034684576094150543, + "G": 0.018045835196971893, + "F": 0.0074380445294082165, + "E": 0.00023649769718758762, + "T": 0.010421968065202236, + "P": 0.008469348773360252, + "-": 0.7658854722976685 + }, + "id": "tp_25647" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3205906, + "label": "P", + "classification": { + "B": 7.392447542997616e-08, + "S": 1.0424479945925214e-08, + "I": 2.6738023279904155e-06, + "C": 3.5195102388030364e-10, + "R": 2.283045141826534e-10, + "M": 6.564177823520367e-08, + "O": 3.7142805808798585e-07, + "W": 2.31439023501423e-09, + "N": 9.23895981941314e-09, + "Y": 5.156165272524049e-08, + "U": 9.263791123093057e-12, + "K": 1.3855590123585532e-13, + "L": 1.5993663282642956e-08, + "G": 1.6621098097857612e-07, + "F": 5.490191142598633e-06, + "E": 1.1742380223722648e-07, + "T": 1.0895824971157708e-06, + "P": 0.6335951089859009, + "-": 0.36639466881752014 + }, + "id": "tp_25648" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3206006, + "label": "-", + "classification": { + "B": 0.00015212470316328108, + "S": 3.471258605713956e-05, + "I": 0.00027314870385453105, + "C": 0.0002520672569517046, + "R": 3.265735722379759e-05, + "M": 0.002562532899901271, + "O": 0.000415673857787624, + "W": 1.6822641555336304e-05, + "N": 1.776913268258795e-05, + "Y": 0.0026167440228164196, + "U": 2.327204811081174e-06, + "K": 2.6381501356809167e-06, + "L": 0.00015073572285473347, + "G": 0.0029861689545214176, + "F": 0.008739829063415527, + "E": 0.0009195395396091044, + "T": 0.0014063413254916668, + "P": 0.05691106989979744, + "-": 0.922507107257843 + }, + "id": "tp_25649" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3206139, + "label": "-", + "classification": { + "B": 8.082078117865876e-09, + "S": 3.389460045966075e-09, + "I": 3.1919042964290156e-09, + "C": 1.7333474655600867e-09, + "R": 1.2755696499056057e-09, + "M": 3.2276977890433045e-07, + "O": 2.698967875858216e-07, + "W": 1.0828159480169575e-09, + "N": 4.086578297979315e-11, + "Y": 2.154429921574774e-06, + "U": 1.6406283883524386e-12, + "K": 3.141526752278856e-12, + "L": 6.068757496535682e-09, + "G": 1.4970675010772538e-07, + "F": 4.930718569085002e-05, + "E": 5.578605133393921e-09, + "T": 2.8382526124914875e-06, + "P": 0.0010175352217629552, + "-": 0.9989274144172668 + }, + "id": "tp_25650" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3206273, + "label": "-", + "classification": { + "B": 7.207559519883944e-06, + "S": 0.00014032369654159993, + "I": 4.867537063546479e-05, + "C": 0.0026572300121188164, + "R": 0.0007878314354456961, + "M": 0.0026959164533764124, + "O": 0.0010083996457979083, + "W": 4.088359492016025e-05, + "N": 3.0688031529280124e-06, + "Y": 0.0047750817611813545, + "U": 3.4196321507806715e-07, + "K": 1.5258409575835685e-06, + "L": 0.0006550049292854965, + "G": 0.008669378235936165, + "F": 0.0699823647737503, + "E": 3.0549257644452155e-05, + "T": 0.009874461218714714, + "P": 0.002504033502191305, + "-": 0.8961176872253418 + }, + "id": "tp_25651" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3206406, + "label": "-", + "classification": { + "B": 0.0030570542439818382, + "S": 0.00013170664897188544, + "I": 0.0035239269491285086, + "C": 0.002766975201666355, + "R": 0.0008345813839696348, + "M": 0.0024445834569633007, + "O": 0.00235415599308908, + "W": 0.0003880817675963044, + "N": 0.0005941607523709536, + "Y": 0.00687781535089016, + "U": 0.00034376498661004007, + "K": 0.0003464267938397825, + "L": 0.001216531847603619, + "G": 0.009729295037686825, + "F": 0.02639392763376236, + "E": 0.004680532496422529, + "T": 0.005372429732233286, + "P": 0.2176317721605301, + "-": 0.7113123536109924 + }, + "id": "tp_25652" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3206507, + "label": "-", + "classification": { + "B": 5.05217883587511e-16, + "S": 8.156482759168193e-14, + "I": 1.597789955898321e-10, + "C": 4.572788328549571e-11, + "R": 1.3026281442396481e-11, + "M": 3.841170936880189e-09, + "O": 2.2303392466227479e-10, + "W": 9.750085802747929e-14, + "N": 6.853215504852919e-14, + "Y": 8.285771855298663e-07, + "U": 2.314380944309631e-15, + "K": 2.2329738359467936e-14, + "L": 2.584553231155251e-12, + "G": 4.3628736179357475e-09, + "F": 9.009904715640005e-06, + "E": 1.584732171877601e-11, + "T": 2.0458071503526298e-07, + "P": 9.234619210474193e-05, + "-": 0.9998974800109863 + }, + "id": "tp_25653" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3206640, + "label": "-", + "classification": { + "B": 1.562360019136122e-08, + "S": 3.119320979294571e-08, + "I": 1.0547103556746151e-05, + "C": 4.5288916226127185e-06, + "R": 8.767063945924747e-07, + "M": 1.9884106222889386e-05, + "O": 4.65970470031607e-06, + "W": 6.419698905801852e-08, + "N": 2.8245142402738566e-07, + "Y": 0.0003913958789780736, + "U": 3.541888204949828e-08, + "K": 2.0913239495712332e-07, + "L": 2.625785953114246e-07, + "G": 3.270506203989498e-05, + "F": 0.0009668589336797595, + "E": 1.0220575859420933e-05, + "T": 0.00021042169828433543, + "P": 0.012707916088402271, + "-": 0.9856390953063965 + }, + "id": "tp_25654" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3206773, + "label": "-", + "classification": { + "B": 1.5359086615387985e-12, + "S": 1.0901771152482809e-10, + "I": 1.9869199618938183e-08, + "C": 3.5913458873437776e-09, + "R": 3.5317965219050507e-10, + "M": 9.181994187201781e-08, + "O": 1.1724806903146145e-08, + "W": 4.097813754988522e-11, + "N": 2.669959808798694e-10, + "Y": 1.6925825548241846e-05, + "U": 4.11709945649652e-12, + "K": 2.1345405998296485e-10, + "L": 1.21294418953255e-10, + "G": 7.1941336443615e-08, + "F": 5.5630120186833665e-05, + "E": 6.565794308244222e-08, + "T": 3.318981043776148e-06, + "P": 0.0037487735971808434, + "-": 0.9961750507354736 + }, + "id": "tp_25655" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3206907, + "label": "-", + "classification": { + "B": 4.626670033758273e-06, + "S": 1.5466419426957145e-05, + "I": 1.914717176987324e-05, + "C": 9.865951869869605e-05, + "R": 2.972384390886873e-05, + "M": 0.00043512502452358603, + "O": 0.00020642750314436853, + "W": 6.327787104964955e-06, + "N": 1.2900825367978541e-06, + "Y": 0.0008579493733122945, + "U": 2.7166473159923044e-07, + "K": 6.753083425792283e-07, + "L": 6.0929836763534695e-05, + "G": 0.000696143601089716, + "F": 0.015071481466293335, + "E": 1.8337877918384038e-05, + "T": 0.0010143977124243975, + "P": 0.013234828598797321, + "-": 0.9682281613349915 + }, + "id": "tp_25656" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3207007, + "label": "-", + "classification": { + "B": 2.725611523146654e-07, + "S": 2.406600074777998e-08, + "I": 1.8523000107961707e-05, + "C": 7.86077362135984e-06, + "R": 4.538955238331255e-07, + "M": 1.132183570007328e-05, + "O": 1.5981313481461257e-06, + "W": 2.922056552279173e-08, + "N": 1.7677061237009184e-07, + "Y": 0.0002788514830172062, + "U": 2.6311415268764904e-08, + "K": 3.051799168929392e-08, + "L": 7.739055263300543e-07, + "G": 0.0001287041523028165, + "F": 0.0026216853875666857, + "E": 2.9666873160749674e-05, + "T": 8.825879922369495e-05, + "P": 0.08169162273406982, + "-": 0.9151201248168945 + }, + "id": "tp_25657" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3207140, + "label": "-", + "classification": { + "B": 3.2189436751650646e-06, + "S": 8.889191462913004e-07, + "I": 0.0017597167752683163, + "C": 0.00015877769328653812, + "R": 3.227869456168264e-05, + "M": 0.000104177524917759, + "O": 2.866018985514529e-05, + "W": 1.9710175820364384e-06, + "N": 3.5818778997054324e-05, + "Y": 0.002941995160654187, + "U": 3.1456065698876046e-06, + "K": 8.60004911373835e-06, + "L": 5.2753907766600605e-06, + "G": 0.0010510730789974332, + "F": 0.0015674018068239093, + "E": 0.0006207369151525199, + "T": 0.0005753951263613999, + "P": 0.2606032192707062, + "-": 0.7304975986480713 + }, + "id": "tp_25658" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3207274, + "label": "-", + "classification": { + "B": 4.560709385259543e-06, + "S": 3.4636389045772376e-07, + "I": 9.675102774053812e-05, + "C": 6.474262772826478e-05, + "R": 4.697729309555143e-06, + "M": 7.661362178623676e-05, + "O": 3.355854641995393e-05, + "W": 5.908943307986192e-07, + "N": 2.4100454538711347e-06, + "Y": 0.0003864800091832876, + "U": 6.620644512622675e-07, + "K": 4.018194204036263e-07, + "L": 1.1275664292043075e-05, + "G": 0.0004140962555538863, + "F": 0.0016152983298525214, + "E": 6.525452045025304e-05, + "T": 0.00047395890578627586, + "P": 0.0484071746468544, + "-": 0.9483410716056824 + }, + "id": "tp_25659" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3207407, + "label": "-", + "classification": { + "B": 2.9119481131933966e-11, + "S": 2.8685104291881203e-10, + "I": 1.1042917549275444e-06, + "C": 3.131155779101391e-08, + "R": 2.2033279645228276e-09, + "M": 5.655879320443091e-08, + "O": 3.821007510396157e-08, + "W": 3.300010820161958e-10, + "N": 8.593016964653089e-09, + "Y": 3.120915607723873e-06, + "U": 8.179980304223733e-11, + "K": 2.715229430183541e-10, + "L": 7.368831100862394e-10, + "G": 3.419712868435454e-07, + "F": 7.77217501308769e-05, + "E": 7.576086602512078e-08, + "T": 6.701282927679131e-06, + "P": 0.052064523100852966, + "-": 0.9478463530540466 + }, + "id": "tp_25660" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3207508, + "label": "-", + "classification": { + "B": 3.220156641337013e-10, + "S": 2.1832517738129553e-10, + "I": 5.737162567243104e-08, + "C": 1.1991384951670625e-07, + "R": 1.2656278691736134e-08, + "M": 9.17777981612744e-07, + "O": 1.1377721165217736e-07, + "W": 2.364136386656668e-10, + "N": 2.7433355587191954e-10, + "Y": 2.1258550987113267e-05, + "U": 2.0145527607207114e-11, + "K": 6.904612992464365e-11, + "L": 7.528563550351919e-09, + "G": 3.5982664030598244e-06, + "F": 0.00016507641703356057, + "E": 6.082730408252246e-08, + "T": 3.916747118637431e-06, + "P": 0.0020439268555492163, + "-": 0.9977610111236572 + }, + "id": "tp_25661" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3207641, + "label": "-", + "classification": { + "B": 4.487131718633464e-06, + "S": 1.1039816172342398e-06, + "I": 0.00023505519493483007, + "C": 0.0002743708319030702, + "R": 6.142028723843396e-05, + "M": 0.0017893656622618437, + "O": 0.0001369089150102809, + "W": 2.605250074338983e-06, + "N": 3.6661688227468403e-06, + "Y": 0.00791496504098177, + "U": 2.8973972803214565e-06, + "K": 3.6806565617553133e-07, + "L": 0.00010245128942187876, + "G": 0.001331925392150879, + "F": 0.0017536085797473788, + "E": 7.355990237556398e-05, + "T": 0.008318142034113407, + "P": 0.019434267655014992, + "-": 0.9585589170455933 + }, + "id": "tp_25662" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3207774, + "label": "-", + "classification": { + "B": 6.16351014670613e-09, + "S": 3.0928315908340664e-08, + "I": 8.655055353301577e-06, + "C": 2.1983348688081605e-06, + "R": 2.8170126142867957e-07, + "M": 1.3183954479245585e-06, + "O": 9.555894848745083e-07, + "W": 5.57526291800059e-08, + "N": 3.264147778736515e-07, + "Y": 0.00014924282731954008, + "U": 2.5440451523195406e-08, + "K": 2.2446004095399985e-06, + "L": 2.5011757998072426e-08, + "G": 1.1022768376278691e-05, + "F": 0.0017302066553384066, + "E": 1.5295034245355055e-05, + "T": 1.9334402168169618e-05, + "P": 0.0445854626595974, + "-": 0.9534732699394226 + }, + "id": "tp_25663" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3207908, + "label": "-", + "classification": { + "B": 1.1951824419043078e-08, + "S": 5.039366257619804e-09, + "I": 4.03228186769411e-05, + "C": 4.845242074225098e-06, + "R": 2.1047603695478756e-06, + "M": 3.2134587399923475e-06, + "O": 1.8846737930289237e-06, + "W": 1.7940410046435318e-08, + "N": 2.0609044781849661e-07, + "Y": 0.00014291005209088326, + "U": 1.0739140243742895e-08, + "K": 1.814581929160397e-09, + "L": 1.8151237668462272e-07, + "G": 1.7046779248630628e-05, + "F": 6.852885417174548e-05, + "E": 2.2174483547132695e-06, + "T": 9.104461059905589e-05, + "P": 0.047921378165483475, + "-": 0.9517039656639099 + }, + "id": "tp_25664" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3208008, + "label": "-", + "classification": { + "B": 3.2982370612444356e-08, + "S": 1.0801041838703895e-07, + "I": 6.5615863604762126e-06, + "C": 1.1221527529414743e-06, + "R": 1.5818015697277588e-07, + "M": 6.608831881749211e-06, + "O": 1.429591407031694e-06, + "W": 2.376229346623404e-08, + "N": 1.7887735737076582e-07, + "Y": 0.0003510265960358083, + "U": 3.19888182609418e-09, + "K": 5.294386085097358e-08, + "L": 1.3147166555427248e-07, + "G": 5.3498395573114976e-05, + "F": 0.003530310234054923, + "E": 1.0965234650939237e-05, + "T": 7.883705256972462e-05, + "P": 0.04428752884268761, + "-": 0.9516714811325073 + }, + "id": "tp_25665" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3208141, + "label": "-", + "classification": { + "B": 3.994145014729611e-09, + "S": 1.0341717482376112e-09, + "I": 8.340994561706339e-09, + "C": 1.2478235333901466e-08, + "R": 2.367080309539915e-09, + "M": 1.7316534695055452e-06, + "O": 4.1524106109136483e-07, + "W": 4.545006038192412e-10, + "N": 3.218890778922123e-11, + "Y": 6.800496976211434e-06, + "U": 4.347065242493731e-12, + "K": 6.34014596465754e-13, + "L": 5.97382481259956e-08, + "G": 2.204972133768024e-06, + "F": 6.259426299948245e-05, + "E": 1.3355388794877854e-08, + "T": 7.1668546297587454e-06, + "P": 0.0004320427542552352, + "-": 0.9994869232177734 + }, + "id": "tp_25666" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3208275, + "label": "-", + "classification": { + "B": 5.058067813479283e-07, + "S": 1.447072577320796e-07, + "I": 0.00021753204055130482, + "C": 0.00032925797859206796, + "R": 3.0457355023827404e-05, + "M": 0.00026765448274090886, + "O": 1.8926881239167415e-05, + "W": 1.7073396918476647e-07, + "N": 1.5646830888726981e-06, + "Y": 0.003411935642361641, + "U": 2.6120068241652916e-07, + "K": 2.475578497751485e-08, + "L": 1.6038897229009308e-05, + "G": 0.0008811325533315539, + "F": 0.0005159697029739618, + "E": 5.869302913197316e-05, + "T": 0.0025353310629725456, + "P": 0.015077607706189156, + "-": 0.9766368269920349 + }, + "id": "tp_25667" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3208375, + "label": "-", + "classification": { + "B": 3.2156640372704715e-05, + "S": 1.2513278306869324e-05, + "I": 0.00044872649596072733, + "C": 0.0004427992389537394, + "R": 9.935272828442976e-05, + "M": 0.0005254721618257463, + "O": 0.0002254729624837637, + "W": 2.362964369240217e-05, + "N": 2.9763525162707083e-05, + "Y": 0.0038424355443567038, + "U": 1.375329611619236e-05, + "K": 2.9738952434854582e-05, + "L": 8.53847959660925e-05, + "G": 0.0019894172437489033, + "F": 0.021335063502192497, + "E": 0.00024478568229824305, + "T": 0.00292990799061954, + "P": 0.0775846391916275, + "-": 0.8901048302650452 + }, + "id": "tp_25668" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3208509, + "label": "-", + "classification": { + "B": 9.868871941876023e-09, + "S": 3.2629674517892227e-09, + "I": 3.4430331652401946e-07, + "C": 3.329433084786615e-08, + "R": 4.98188823527812e-09, + "M": 3.6079237020203436e-07, + "O": 3.8655136336274154e-07, + "W": 3.407444104652768e-09, + "N": 7.418774039535947e-09, + "Y": 2.7822914034913993e-06, + "U": 1.8027096482242655e-10, + "K": 1.9553231256352888e-10, + "L": 8.272295737299373e-09, + "G": 9.243571525985317e-07, + "F": 8.84210821823217e-05, + "E": 3.2395735161117045e-07, + "T": 7.2474413173040375e-06, + "P": 0.10430684685707092, + "-": 0.8955923914909363 + }, + "id": "tp_25669" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3208642, + "label": "-", + "classification": { + "B": 7.236174860736355e-05, + "S": 3.768915121327154e-05, + "I": 0.0002622560423333198, + "C": 0.0038674247916787863, + "R": 0.001656231703236699, + "M": 0.012475814670324326, + "O": 0.0017517206724733114, + "W": 2.020477768382989e-05, + "N": 4.329684543336043e-06, + "Y": 0.0867961049079895, + "U": 1.6181858200070565e-06, + "K": 4.429632269875583e-07, + "L": 0.00412401370704174, + "G": 0.027617093175649643, + "F": 0.006964853964745998, + "E": 0.00015662382065784186, + "T": 0.02369420975446701, + "P": 0.002082912717014551, + "-": 0.8284140825271606 + }, + "id": "tp_25670" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3208775, + "label": "-", + "classification": { + "B": 3.280227867108465e-09, + "S": 2.4218733685188454e-09, + "I": 3.397601403776207e-06, + "C": 6.57182454233407e-07, + "R": 3.458234942854688e-08, + "M": 7.691936616538442e-07, + "O": 2.2054291548556648e-07, + "W": 4.211863746661493e-09, + "N": 6.567598376250317e-08, + "Y": 6.570308323716745e-05, + "U": 9.550272572766971e-09, + "K": 1.255779551456726e-07, + "L": 1.861472576081269e-08, + "G": 7.812117473804392e-06, + "F": 0.0005421210662461817, + "E": 4.272966179996729e-06, + "T": 2.5403347535757348e-05, + "P": 0.05294971913099289, + "-": 0.9463997483253479 + }, + "id": "tp_25671" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3208876, + "label": "-", + "classification": { + "B": 0.0012901268200948834, + "S": 0.0013877341989427805, + "I": 0.010445544496178627, + "C": 0.12666301429271698, + "R": 0.039473194628953934, + "M": 0.03396374732255936, + "O": 0.011629726737737656, + "W": 0.0010681403800845146, + "N": 0.0006636103498749435, + "Y": 0.08387881517410278, + "U": 0.00014565815217792988, + "K": 0.00013976756599731743, + "L": 0.02105383574962616, + "G": 0.13673532009124756, + "F": 0.05487120896577835, + "E": 0.004648034460842609, + "T": 0.03873118758201599, + "P": 0.016758374869823456, + "-": 0.41645291447639465 + }, + "id": "tp_25672" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3209009, + "label": "-", + "classification": { + "B": 0.0003882556047756225, + "S": 0.0007689730264246464, + "I": 0.03428121283650398, + "C": 0.11277101188898087, + "R": 0.03004170022904873, + "M": 0.02156360074877739, + "O": 0.009904559701681137, + "W": 0.001418893109075725, + "N": 0.0025225223507732153, + "Y": 0.06060992181301117, + "U": 0.00046601914800703526, + "K": 0.0011071722256019711, + "L": 0.005012135021388531, + "G": 0.06245037540793419, + "F": 0.030679143965244293, + "E": 0.009036223404109478, + "T": 0.03388895466923714, + "P": 0.045005571097135544, + "-": 0.5380837321281433 + }, + "id": "tp_25673" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3209142, + "label": "-", + "classification": { + "B": 1.786390203051269e-05, + "S": 1.985817107197363e-06, + "I": 7.905893289716914e-05, + "C": 0.00019371722009964287, + "R": 3.3444830478401855e-05, + "M": 0.0012177099706605077, + "O": 9.691002924228087e-05, + "W": 8.569816145609366e-07, + "N": 4.442156580353185e-07, + "Y": 0.002056711120530963, + "U": 6.100854221813279e-08, + "K": 1.2182447273190178e-09, + "L": 0.00017166242469102144, + "G": 0.0010598512599244714, + "F": 0.0017297090962529182, + "E": 3.386551179573871e-05, + "T": 0.0008090485935099423, + "P": 0.011938529089093208, + "-": 0.980558454990387 + }, + "id": "tp_25674" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3209276, + "label": "-", + "classification": { + "B": 7.81883682066109e-06, + "S": 3.1274078082788037e-06, + "I": 2.9689255825360306e-05, + "C": 9.199368651024997e-05, + "R": 4.963529499946162e-05, + "M": 0.0006308272131718695, + "O": 0.00031186186242848635, + "W": 3.726682507476653e-06, + "N": 3.8780072486588324e-07, + "Y": 0.0030247624963521957, + "U": 1.2643373281662207e-07, + "K": 4.106465834041728e-09, + "L": 0.00014387289411388338, + "G": 0.0007232328061945736, + "F": 0.0006698327488265932, + "E": 4.731539775093552e-06, + "T": 0.0019244576105847955, + "P": 0.004045235458761454, + "-": 0.9883347749710083 + }, + "id": "tp_25675" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3209376, + "label": "-", + "classification": { + "B": 1.3484351484294166e-06, + "S": 9.304380000685342e-06, + "I": 0.004312546923756599, + "C": 0.00043067170190624893, + "R": 0.00010757401469163597, + "M": 0.00047778355656191707, + "O": 0.0001667281612753868, + "W": 1.9144405086990446e-05, + "N": 0.0003036354319192469, + "Y": 0.0019343610620126128, + "U": 1.0879261026275344e-05, + "K": 8.308411634061486e-05, + "L": 1.5247929695760831e-05, + "G": 0.0004214698274154216, + "F": 0.0036117141135036945, + "E": 0.0014458888908848166, + "T": 0.0023623944725841284, + "P": 0.19322602450847626, + "-": 0.791060209274292 + }, + "id": "tp_25676" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3209510, + "label": "-", + "classification": { + "B": 3.286291416770837e-08, + "S": 8.857177391519144e-08, + "I": 7.466277111234376e-06, + "C": 1.6776117206518393e-07, + "R": 1.5794075380881623e-08, + "M": 1.2474342838686425e-06, + "O": 1.4062085256227874e-06, + "W": 3.2414387618473484e-08, + "N": 8.555676913601928e-07, + "Y": 6.28015868642251e-06, + "U": 4.719340473968714e-09, + "K": 5.064506680696468e-08, + "L": 2.257078257628109e-08, + "G": 2.740109721344197e-06, + "F": 0.0004855516308452934, + "E": 8.685226930538192e-06, + "T": 2.7590802346821874e-05, + "P": 0.3322232663631439, + "-": 0.667234480381012 + }, + "id": "tp_25677" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3209643, + "label": "-", + "classification": { + "B": 9.297220458392985e-06, + "S": 9.99856979433389e-07, + "I": 1.2336352483544033e-05, + "C": 2.0090471934963716e-06, + "R": 3.168247815210634e-07, + "M": 0.00022510283451993018, + "O": 3.122218186035752e-05, + "W": 4.6185303403945e-07, + "N": 3.6797348457184853e-07, + "Y": 0.00023571371275465935, + "U": 4.139002740544129e-08, + "K": 2.2292290680070437e-08, + "L": 5.941295512457145e-06, + "G": 0.00010012416169047356, + "F": 0.00034142908407375216, + "E": 3.327088415971957e-05, + "T": 0.0003854239184875041, + "P": 0.028798962011933327, + "-": 0.9698169231414795 + }, + "id": "tp_25678" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3209776, + "label": "-", + "classification": { + "B": 3.9231113646565063e-07, + "S": 1.0803660188685171e-07, + "I": 2.746262453001691e-06, + "C": 8.329225238412619e-06, + "R": 3.33475918523618e-06, + "M": 2.7382066036807373e-05, + "O": 1.363785850116983e-05, + "W": 6.55178951092239e-08, + "N": 3.037198581523626e-08, + "Y": 0.00021480105351656675, + "U": 5.377696954411704e-09, + "K": 8.435599996303722e-10, + "L": 4.4835674088972155e-06, + "G": 0.0001415438309777528, + "F": 0.0007090872386470437, + "E": 1.2874088497483172e-06, + "T": 0.00012391581549309194, + "P": 0.0035318767186254263, + "-": 0.995216965675354 + }, + "id": "tp_25679" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3209877, + "label": "-", + "classification": { + "B": 0.00021751881286036223, + "S": 0.0038744541816413403, + "I": 0.00968730729073286, + "C": 0.0939144492149353, + "R": 0.019011905416846275, + "M": 0.013834565877914429, + "O": 0.016984885558485985, + "W": 0.003890453139320016, + "N": 0.004023661371320486, + "Y": 0.13477101922035217, + "U": 0.00028284353902563453, + "K": 0.01012803427875042, + "L": 0.0032177274115383625, + "G": 0.08027244359254837, + "F": 0.13283605873584747, + "E": 0.005263946019113064, + "T": 0.06217477470636368, + "P": 0.02422415092587471, + "-": 0.3813897371292114 + }, + "id": "tp_25680" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3210010, + "label": "-", + "classification": { + "B": 1.8946685713672196e-06, + "S": 2.9422849934235273e-08, + "I": 6.616465384468029e-07, + "C": 1.019250390754678e-07, + "R": 5.6721276564530854e-08, + "M": 3.02387161355e-06, + "O": 9.79044216364855e-06, + "W": 3.733000042416279e-08, + "N": 6.813096309343791e-09, + "Y": 3.180222392984433e-06, + "U": 1.1542797273556005e-10, + "K": 2.859478062319787e-12, + "L": 4.2087344809260685e-07, + "G": 6.328295512503246e-06, + "F": 1.586784674145747e-05, + "E": 1.8017631475686358e-07, + "T": 1.4994875527918339e-05, + "P": 0.013310112059116364, + "-": 0.9866331815719604 + }, + "id": "tp_25681" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3210143, + "label": "-", + "classification": { + "B": 3.310148377622113e-09, + "S": 1.1533648702766186e-08, + "I": 6.368921390276228e-07, + "C": 3.0334723533087526e-07, + "R": 4.18577883465332e-08, + "M": 7.285303240678331e-07, + "O": 1.02132105439523e-06, + "W": 7.239494781430267e-09, + "N": 1.8217383157548284e-08, + "Y": 2.167294587707147e-05, + "U": 9.817157087255168e-10, + "K": 6.577615674352444e-10, + "L": 5.695107319070303e-08, + "G": 4.07178731620661e-06, + "F": 0.0006650387076660991, + "E": 1.7691338882741547e-07, + "T": 3.6677483876701444e-05, + "P": 0.0210930947214365, + "-": 0.9781764149665833 + }, + "id": "tp_25682" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3210277, + "label": "-", + "classification": { + "B": 4.211358941574872e-07, + "S": 1.387432178034942e-07, + "I": 9.275549928133842e-07, + "C": 2.0734638894737145e-07, + "R": 7.91650123233012e-08, + "M": 1.5195429114100989e-05, + "O": 7.813125193933956e-06, + "W": 2.8900457138547608e-08, + "N": 2.2776138308699956e-08, + "Y": 3.6784149415325373e-05, + "U": 7.147387681705197e-10, + "K": 1.8718129268791017e-09, + "L": 5.567041512222204e-07, + "G": 2.4198172468459234e-05, + "F": 0.0008916242513805628, + "E": 1.4638541188105592e-06, + "T": 4.320188600104302e-05, + "P": 0.004985440988093615, + "-": 0.9939917922019958 + }, + "id": "tp_25683" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3210377, + "label": "-", + "classification": { + "B": 2.946661652458715e-07, + "S": 1.6201207131416595e-07, + "I": 1.619439535716083e-05, + "C": 0.00010431651026010513, + "R": 3.8607158785453066e-05, + "M": 7.007487874943763e-05, + "O": 1.6559804862481542e-05, + "W": 1.545067789265886e-07, + "N": 8.436249743226654e-08, + "Y": 0.0009449680801481009, + "U": 3.828496275559701e-08, + "K": 7.001554447327862e-09, + "L": 9.24082451092545e-06, + "G": 0.0002874355122912675, + "F": 0.0006022464949637651, + "E": 2.504497388144955e-06, + "T": 0.00040734477806836367, + "P": 0.0015690535074099898, + "-": 0.9959307312965393 + }, + "id": "tp_25684" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3210511, + "label": "-", + "classification": { + "B": 7.349130100919865e-06, + "S": 7.4980102908739354e-06, + "I": 5.528042947844369e-06, + "C": 3.5061708331340924e-05, + "R": 1.7559123079990968e-05, + "M": 7.161099347285926e-05, + "O": 0.00011355812603142112, + "W": 2.6895706923824036e-06, + "N": 2.5921934820871684e-07, + "Y": 0.00036744901444762945, + "U": 4.536882514116769e-08, + "K": 1.1333875704622187e-07, + "L": 2.7718033379642293e-05, + "G": 0.00035842362558469176, + "F": 0.010237210430204868, + "E": 4.252096914569847e-06, + "T": 0.0002322693617315963, + "P": 0.002597253071144223, + "-": 0.9859142303466797 + }, + "id": "tp_25685" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3210644, + "label": "-", + "classification": { + "B": 5.778831564384745e-07, + "S": 1.285709231524379e-06, + "I": 0.00024060826399363577, + "C": 2.3478793082176708e-05, + "R": 1.8034281765721971e-06, + "M": 9.809825314732734e-06, + "O": 6.833147836005082e-06, + "W": 7.100333618836885e-07, + "N": 1.3888785360904876e-05, + "Y": 0.00021195346198510379, + "U": 3.710389364641742e-07, + "K": 1.427208871973562e-06, + "L": 7.606134886373184e-07, + "G": 2.8501579436124302e-05, + "F": 0.002182105788961053, + "E": 0.00014260837633628398, + "T": 9.873917588265613e-05, + "P": 0.41484928131103516, + "-": 0.5821852087974548 + }, + "id": "tp_25686" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3210777, + "label": "-", + "classification": { + "B": 3.1101950526135624e-07, + "S": 8.892669143278908e-07, + "I": 0.00024024616868700832, + "C": 3.590298365452327e-05, + "R": 5.715995030186605e-06, + "M": 0.00017840592772699893, + "O": 1.834383510868065e-05, + "W": 5.561531679632026e-07, + "N": 4.188344973954372e-06, + "Y": 0.003407199401408434, + "U": 1.4293701156020688e-07, + "K": 1.9653007257147692e-06, + "L": 2.730080268520396e-06, + "G": 0.00025432833353988826, + "F": 0.00675471406430006, + "E": 0.00016820001474115998, + "T": 0.0008122231811285019, + "P": 0.03787150979042053, + "-": 0.9502424001693726 + }, + "id": "tp_25687" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3210878, + "label": "-", + "classification": { + "B": 3.848342089440848e-07, + "S": 1.162583089353575e-06, + "I": 3.501971150399186e-05, + "C": 0.0005669177626259625, + "R": 0.00010559859219938517, + "M": 0.00020748561655636877, + "O": 7.945233664941043e-05, + "W": 1.4894003470544703e-06, + "N": 1.5319045587602886e-06, + "Y": 0.0063200294971466064, + "U": 7.323960744543001e-07, + "K": 7.2772609200910665e-06, + "L": 2.6150075427722186e-05, + "G": 0.0015132944099605083, + "F": 0.006533748935908079, + "E": 3.675014522741549e-05, + "T": 0.0009727039141580462, + "P": 0.005710232071578503, + "-": 0.97788006067276 + }, + "id": "tp_25688" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3211011, + "label": "-", + "classification": { + "B": 6.185783831824665e-07, + "S": 1.2772130730809295e-06, + "I": 1.9343833628227003e-05, + "C": 2.0897748981951736e-05, + "R": 6.201942142070038e-06, + "M": 5.621037780656479e-05, + "O": 3.05277862935327e-05, + "W": 5.426053917290119e-07, + "N": 6.40879477487033e-07, + "Y": 0.0008636483107693493, + "U": 1.5673228404011752e-07, + "K": 2.295135601571019e-07, + "L": 5.746442184317857e-06, + "G": 0.00018511527741793543, + "F": 0.003647834761068225, + "E": 9.181439963867888e-06, + "T": 0.0003300466341897845, + "P": 0.011531916446983814, + "-": 0.9832899570465088 + }, + "id": "tp_25689" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3211144, + "label": "-", + "classification": { + "B": 6.150163972051814e-05, + "S": 8.541050920030102e-05, + "I": 0.0003635183093138039, + "C": 0.00014185058535076678, + "R": 4.0516184526495636e-05, + "M": 0.00019470446568448097, + "O": 0.00033240640186704695, + "W": 3.676201231428422e-05, + "N": 0.00011641668970696628, + "Y": 0.0012491117231547832, + "U": 1.0482569450687151e-05, + "K": 7.087401172611862e-05, + "L": 3.3289619750576094e-05, + "G": 0.0008485692669637501, + "F": 0.020311206579208374, + "E": 0.0005902119446545839, + "T": 0.0015654831659048796, + "P": 0.312409907579422, + "-": 0.6615377068519592 + }, + "id": "tp_25690" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3211278, + "label": "-", + "classification": { + "B": 1.6105683243949898e-05, + "S": 1.2070010598108638e-05, + "I": 0.0002532457001507282, + "C": 0.00020601635333150625, + "R": 3.210949580534361e-05, + "M": 0.00010347767238272354, + "O": 0.00013391785614658147, + "W": 1.5765623174957e-05, + "N": 4.3998315959470347e-05, + "Y": 0.0014816056936979294, + "U": 9.551360562909395e-06, + "K": 0.00015048721979837865, + "L": 1.770042763382662e-05, + "G": 0.0005624978221021593, + "F": 0.019384169951081276, + "E": 0.0008009507437236607, + "T": 0.00047822389751672745, + "P": 0.11788634210824966, + "-": 0.8584117889404297 + }, + "id": "tp_25691" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3211378, + "label": "-", + "classification": { + "B": 7.840963576200011e-07, + "S": 6.450121077250515e-07, + "I": 6.326185393845662e-05, + "C": 0.0001463970256736502, + "R": 3.621245195972733e-05, + "M": 0.0006489430670626462, + "O": 3.980107794632204e-05, + "W": 1.1431591246946482e-06, + "N": 1.590217607372324e-06, + "Y": 0.006957367528229952, + "U": 1.9807910121016903e-06, + "K": 2.799072717607487e-06, + "L": 2.689436405489687e-05, + "G": 0.0007776811253279448, + "F": 0.006198036950081587, + "E": 4.926537076244131e-05, + "T": 0.004150485619902611, + "P": 0.011143907904624939, + "-": 0.9697529077529907 + }, + "id": "tp_25692" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3211512, + "label": "-", + "classification": { + "B": 6.255741936911363e-06, + "S": 1.0805495094245998e-06, + "I": 1.7697922885417938e-05, + "C": 1.2070005141140427e-05, + "R": 2.025954927376006e-06, + "M": 2.2410900783143006e-05, + "O": 4.019848711322993e-05, + "W": 1.2265605846550898e-06, + "N": 1.0848375495697837e-06, + "Y": 8.47704432089813e-05, + "U": 1.0787625370767273e-07, + "K": 7.992269956957898e-08, + "L": 3.271495643275557e-06, + "G": 8.87033820617944e-05, + "F": 0.0009738148073665798, + "E": 1.4269179700932e-05, + "T": 0.0001131015014834702, + "P": 0.09041181206703186, + "-": 0.9082061648368835 + }, + "id": "tp_25693" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3211645, + "label": "-", + "classification": { + "B": 0.00019168747530784458, + "S": 9.587789099896327e-05, + "I": 0.005837776232510805, + "C": 0.002259480534121394, + "R": 0.0004370501555968076, + "M": 0.006153179332613945, + "O": 0.0009719090885482728, + "W": 6.0364331147866324e-05, + "N": 0.00038708720239810646, + "Y": 0.00642585102468729, + "U": 5.105451782583259e-05, + "K": 3.055016350117512e-05, + "L": 0.0005859581870026886, + "G": 0.009185310453176498, + "F": 0.016072221100330353, + "E": 0.004685448948293924, + "T": 0.006980888545513153, + "P": 0.2378215491771698, + "-": 0.701766848564148 + }, + "id": "tp_25694" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3211778, + "label": "-", + "classification": { + "B": 2.5586796681409396e-08, + "S": 1.8866782625082124e-07, + "I": 1.951294507307466e-05, + "C": 8.338081534020603e-05, + "R": 2.3786589736118913e-05, + "M": 0.00018633779836818576, + "O": 4.4385109504219145e-05, + "W": 3.864314805923641e-07, + "N": 6.566565957655257e-07, + "Y": 0.003970523364841938, + "U": 1.379173255600108e-07, + "K": 3.2112734515976626e-07, + "L": 7.573176389996661e-06, + "G": 0.0003745277936104685, + "F": 0.002954115392640233, + "E": 8.68751885718666e-06, + "T": 0.0010572291212156415, + "P": 0.0034062776248902082, + "-": 0.9878618717193604 + }, + "id": "tp_25695" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3211879, + "label": "-", + "classification": { + "B": 1.5239163531077793e-07, + "S": 4.3716786990444234e-07, + "I": 0.00011037961667170748, + "C": 0.0016117363702505827, + "R": 0.00013270652561914176, + "M": 0.0004960434162057936, + "O": 6.460201984737068e-05, + "W": 1.1363728162905318e-06, + "N": 2.4513790322089335e-06, + "Y": 0.0034862777683883905, + "U": 1.0862626140806242e-06, + "K": 1.3006839481022325e-06, + "L": 2.5353148885187693e-05, + "G": 0.0007362758624367416, + "F": 0.002805514959618449, + "E": 6.377423414960504e-05, + "T": 0.001750002265907824, + "P": 0.012881716713309288, + "-": 0.9758290648460388 + }, + "id": "tp_25696" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3212012, + "label": "-", + "classification": { + "B": 1.873527333273728e-09, + "S": 1.1326017901325258e-09, + "I": 7.290807957360812e-07, + "C": 2.0239916409536818e-07, + "R": 1.0765460523032289e-08, + "M": 1.4751346100183582e-07, + "O": 9.698575098582296e-08, + "W": 1.9172545773216143e-09, + "N": 1.4414737847801007e-08, + "Y": 1.4405991350940894e-05, + "U": 1.1202204719396036e-09, + "K": 1.2242172608978308e-08, + "L": 5.157251958820552e-09, + "G": 2.0234638213878497e-06, + "F": 0.0002775841567199677, + "E": 9.204209163726773e-07, + "T": 8.949380571721122e-06, + "P": 0.015869498252868652, + "-": 0.9838252663612366 + }, + "id": "tp_25697" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3212145, + "label": "-", + "classification": { + "B": 8.62793392286676e-10, + "S": 1.6586807483065513e-09, + "I": 3.037635565306118e-07, + "C": 6.89763965056045e-07, + "R": 7.917113009625609e-08, + "M": 8.732365017749544e-07, + "O": 3.4854141972573416e-07, + "W": 5.0332364942562435e-09, + "N": 3.448610508272054e-09, + "Y": 2.6945295758196153e-05, + "U": 1.1030013569168773e-09, + "K": 7.733930829090241e-09, + "L": 2.562209466816512e-08, + "G": 3.494608790788334e-06, + "F": 0.0012176081072539091, + "E": 1.7353096382066724e-07, + "T": 8.889209311746527e-06, + "P": 0.0060058413073420525, + "-": 0.9927346706390381 + }, + "id": "tp_25698" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3212279, + "label": "-", + "classification": { + "B": 6.742752467481239e-10, + "S": 2.6792197349578828e-09, + "I": 4.220338450977579e-05, + "C": 5.156189672561595e-06, + "R": 3.704043081143027e-07, + "M": 1.8873359977078508e-06, + "O": 4.897050871477404e-07, + "W": 5.238338651736285e-09, + "N": 4.346427431300981e-07, + "Y": 5.96990721533075e-05, + "U": 1.0495022628731476e-08, + "K": 1.3359057504658267e-07, + "L": 1.6718875173182823e-08, + "G": 8.92826028575655e-06, + "F": 0.00013781365123577416, + "E": 1.3580100130639039e-05, + "T": 4.4218475522939116e-05, + "P": 0.061221759766340256, + "-": 0.9384632706642151 + }, + "id": "tp_25699" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3212379, + "label": "-", + "classification": { + "B": 2.941992871541288e-09, + "S": 4.78077299970181e-10, + "I": 3.1317040338763036e-06, + "C": 4.264296933342848e-07, + "R": 1.7999596479967295e-08, + "M": 2.163933004339924e-06, + "O": 1.8554757730271376e-07, + "W": 1.7080032943539436e-09, + "N": 3.0500778791520133e-08, + "Y": 3.871498483931646e-05, + "U": 1.9414809759865648e-09, + "K": 1.8032654480748533e-08, + "L": 7.14118275624287e-09, + "G": 3.365427119206288e-06, + "F": 5.415568011812866e-05, + "E": 4.366598204796901e-06, + "T": 2.0839883291046135e-05, + "P": 0.026918426156044006, + "-": 0.9729540944099426 + }, + "id": "tp_25700" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3212513, + "label": "-", + "classification": { + "B": 3.470314595688251e-06, + "S": 1.0227933671558276e-05, + "I": 0.0007939585484564304, + "C": 0.0006487647187896073, + "R": 0.0001328696816926822, + "M": 0.00032284451299346983, + "O": 0.0001598918897798285, + "W": 9.985383258026559e-06, + "N": 7.308225758606568e-05, + "Y": 0.002194415545091033, + "U": 1.3513276826415677e-05, + "K": 2.9144732252461836e-05, + "L": 3.3078704291256145e-05, + "G": 0.0006504073389805853, + "F": 0.009736642241477966, + "E": 0.00035769541864283383, + "T": 0.003084955271333456, + "P": 0.09006500989198685, + "-": 0.8916800022125244 + }, + "id": "tp_25701" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3212646, + "label": "-", + "classification": { + "B": 1.2290503684231346e-11, + "S": 5.43637301841926e-10, + "I": 9.171059645041169e-08, + "C": 5.529567204121122e-08, + "R": 4.435077638476059e-09, + "M": 2.7473313934933685e-07, + "O": 1.1126357435387035e-07, + "W": 2.7863575335906887e-10, + "N": 1.1442088387880744e-09, + "Y": 1.1279617865511682e-05, + "U": 5.416270904001763e-11, + "K": 1.3833888201641997e-10, + "L": 1.7900955162630794e-09, + "G": 4.0357551256420265e-07, + "F": 4.844024442718364e-05, + "E": 8.49983194939341e-09, + "T": 1.3099417628836818e-05, + "P": 0.0023551222402602434, + "-": 0.9975711703300476 + }, + "id": "tp_25702" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3212779, + "label": "-", + "classification": { + "B": 4.042392447445309e-06, + "S": 2.9708601232414367e-06, + "I": 0.0025433539412915707, + "C": 0.0005215481505729258, + "R": 2.687304913706612e-05, + "M": 0.00015516830899287015, + "O": 2.5035491489688866e-05, + "W": 3.5142961678502616e-06, + "N": 0.00013029263936914504, + "Y": 0.0018159083556383848, + "U": 4.564705250231782e-06, + "K": 8.246665674960241e-05, + "L": 3.5360135370865464e-06, + "G": 0.0006759457173757255, + "F": 0.004867935087531805, + "E": 0.0036931370850652456, + "T": 0.00036606276989914477, + "P": 0.4033978581428528, + "-": 0.5816798210144043 + }, + "id": "tp_25703" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3212880, + "label": "-", + "classification": { + "B": 1.3907264673207465e-08, + "S": 1.9776305038021746e-09, + "I": 3.755135912797414e-05, + "C": 1.1328118489473127e-05, + "R": 5.239567713033466e-07, + "M": 1.8710882159211906e-06, + "O": 6.137709647191514e-07, + "W": 4.411901510792404e-09, + "N": 4.0743884710536804e-07, + "Y": 3.1922685593599454e-05, + "U": 1.6400333535671052e-08, + "K": 6.840485067272084e-09, + "L": 7.092634035643641e-08, + "G": 2.535055136831943e-05, + "F": 0.00017062629922293127, + "E": 9.83165591605939e-06, + "T": 4.122475365875289e-05, + "P": 0.16990844905376434, + "-": 0.8297601342201233 + }, + "id": "tp_25704" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3213013, + "label": "-", + "classification": { + "B": 3.009502336226433e-07, + "S": 7.844828076031263e-08, + "I": 2.9617314794450067e-05, + "C": 1.2196410352771636e-05, + "R": 1.2782720659743063e-06, + "M": 3.348012614878826e-05, + "O": 7.441039542754879e-06, + "W": 6.342487068877745e-08, + "N": 6.107813987910049e-07, + "Y": 0.0008195817936211824, + "U": 1.314533619733993e-07, + "K": 2.5606029296909583e-08, + "L": 2.152956540157902e-06, + "G": 0.0001762139145284891, + "F": 0.00025143669336102903, + "E": 1.8124446796718985e-05, + "T": 0.0005812275921925902, + "P": 0.035024095326662064, + "-": 0.9630418419837952 + }, + "id": "tp_25705" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3213146, + "label": "-", + "classification": { + "B": 2.9924134281600345e-08, + "S": 2.3392885850626044e-07, + "I": 2.197239882661961e-05, + "C": 1.716402948659379e-05, + "R": 5.635029992845375e-06, + "M": 2.7300326109980233e-05, + "O": 1.033854186971439e-05, + "W": 3.9425552245120343e-07, + "N": 8.321250675180636e-07, + "Y": 0.0008825466502457857, + "U": 2.93977450382954e-07, + "K": 5.491119736689143e-06, + "L": 6.868230570944434e-07, + "G": 5.532364230020903e-05, + "F": 0.0038185492157936096, + "E": 5.1135880312358495e-06, + "T": 0.00041343484190292656, + "P": 0.008249710313975811, + "-": 0.9864848852157593 + }, + "id": "tp_25706" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3213280, + "label": "-", + "classification": { + "B": 1.2601105936482782e-06, + "S": 5.315894213708816e-06, + "I": 1.925488504639361e-05, + "C": 5.40668006578926e-05, + "R": 5.5996584706008434e-05, + "M": 0.0005135021056048572, + "O": 0.0002895073557738215, + "W": 5.909521405556006e-06, + "N": 4.740341523756797e-07, + "Y": 0.0015402243006974459, + "U": 1.0867437794104262e-07, + "K": 6.328543378231188e-08, + "L": 7.110485603334382e-05, + "G": 0.00047697839909233153, + "F": 0.006585296709090471, + "E": 8.628803698229603e-06, + "T": 0.0006342192646116018, + "P": 0.003564693033695221, + "-": 0.9861732721328735 + }, + "id": "tp_25707" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3213380, + "label": "-", + "classification": { + "B": 1.4598350617234246e-07, + "S": 2.163382930575608e-07, + "I": 5.829926158185117e-05, + "C": 3.938229929190129e-05, + "R": 5.098998371977359e-06, + "M": 7.773935067234561e-05, + "O": 1.5202964277705178e-05, + "W": 2.1684125783849595e-07, + "N": 1.3536317737816717e-06, + "Y": 0.0007962085073813796, + "U": 1.3156653722035117e-07, + "K": 5.57099212983303e-07, + "L": 1.6098568949018954e-06, + "G": 0.00030559333390556276, + "F": 0.003675482701510191, + "E": 3.306535290903412e-05, + "T": 0.000328226073179394, + "P": 0.030234208330512047, + "-": 0.9644272923469543 + }, + "id": "tp_25708" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3213514, + "label": "P", + "classification": { + "B": 4.431274547300745e-08, + "S": 2.1216763457232446e-08, + "I": 1.4575805835193023e-05, + "C": 4.0429330994129486e-08, + "R": 1.4052977670431233e-09, + "M": 2.0231050257280003e-06, + "O": 4.034961875731824e-07, + "W": 1.155579010259089e-08, + "N": 4.903961325908313e-07, + "Y": 1.181352126877755e-05, + "U": 1.8134364010435888e-09, + "K": 3.26809619366486e-08, + "L": 1.3476219251629118e-08, + "G": 5.267842880130047e-06, + "F": 0.00021994879352860153, + "E": 0.00010773545363917947, + "T": 8.580138455727138e-06, + "P": 0.5276438593864441, + "-": 0.4719851613044739 + }, + "id": "tp_25709" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3213647, + "label": "P", + "classification": { + "B": 3.6146621806842916e-10, + "S": 5.670314912054053e-11, + "I": 6.285731615207624e-06, + "C": 1.0278121687079533e-09, + "R": 3.015102403858272e-11, + "M": 3.5826714928077763e-09, + "O": 9.722818106183695e-10, + "W": 1.2114345637748158e-10, + "N": 5.2740041667220794e-08, + "Y": 9.699064662527235e-08, + "U": 6.330932306175541e-11, + "K": 1.0218991208787997e-09, + "L": 1.539176598674974e-11, + "G": 2.4118763874980687e-08, + "F": 3.490464905553381e-06, + "E": 1.194292872241931e-05, + "T": 4.0157264180606944e-08, + "P": 0.9785709977149963, + "-": 0.021407144144177437 + }, + "id": "tp_25710" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3213780, + "label": "P", + "classification": { + "B": 3.4919446534331655e-07, + "S": 1.1012884826300251e-08, + "I": 0.00043441259185783565, + "C": 8.99044971447438e-06, + "R": 3.122371481367736e-07, + "M": 1.8511298549128696e-05, + "O": 2.2538799839821877e-06, + "W": 5.005455960827021e-08, + "N": 5.377153229346732e-06, + "Y": 4.6681238018209115e-05, + "U": 9.15003752766097e-08, + "K": 8.245034166520782e-08, + "L": 3.288318453087413e-07, + "G": 5.84089539188426e-05, + "F": 0.00012087921641068533, + "E": 0.00039770317380316556, + "T": 5.85471534577664e-05, + "P": 0.6986545324325562, + "-": 0.3001924157142639 + }, + "id": "tp_25711" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3213881, + "label": "P", + "classification": { + "B": 5.24739903084992e-07, + "S": 3.3153416012510206e-08, + "I": 9.16581047931686e-05, + "C": 7.42922168228688e-07, + "R": 4.320780533362267e-08, + "M": 3.593114342947956e-06, + "O": 2.0140364540566225e-06, + "W": 1.4737176456947054e-07, + "N": 2.4610028503957437e-06, + "Y": 2.034050521615427e-05, + "U": 2.8878394786602257e-08, + "K": 1.5682122977977997e-07, + "L": 7.011165337189595e-08, + "G": 1.2499267540988512e-05, + "F": 0.00019160994270350784, + "E": 0.00012286071432754397, + "T": 1.3127132660883944e-05, + "P": 0.7415978908538818, + "-": 0.2579402029514313 + }, + "id": "tp_25712" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3214014, + "label": "P", + "classification": { + "B": 1.520098066976061e-06, + "S": 2.444623419251002e-07, + "I": 0.00031563997617922723, + "C": 1.1892017937498167e-05, + "R": 6.264762077989872e-07, + "M": 1.774085103534162e-05, + "O": 4.622080268745776e-06, + "W": 5.185247005101701e-07, + "N": 2.4390463295276277e-05, + "Y": 7.989015284692869e-05, + "U": 3.5693292943506094e-07, + "K": 1.1829140930785798e-05, + "L": 2.389861890605971e-07, + "G": 9.504125773673877e-05, + "F": 0.0017706878716126084, + "E": 0.004604625049978495, + "T": 3.655970795080066e-05, + "P": 0.7374047040939331, + "-": 0.2556189000606537 + }, + "id": "tp_25713" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3214147, + "label": "P", + "classification": { + "B": 2.177173155359924e-05, + "S": 3.858755917462986e-06, + "I": 0.014298779889941216, + "C": 0.001450364594347775, + "R": 0.0001137234503403306, + "M": 0.00029378500767052174, + "O": 6.523622869281098e-05, + "W": 1.3422067240753677e-05, + "N": 0.0006081557949073613, + "Y": 0.003370522288605571, + "U": 4.23375895479694e-05, + "K": 0.0001374511484755203, + "L": 1.9257016901974566e-05, + "G": 0.0010361464228481054, + "F": 0.0036347194109112024, + "E": 0.005863097496330738, + "T": 0.0008745791856199503, + "P": 0.572951078414917, + "-": 0.3952016532421112 + }, + "id": "tp_25714" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3214281, + "label": "P", + "classification": { + "B": 1.9039305243495619e-06, + "S": 7.343904826484504e-07, + "I": 0.0017493506893515587, + "C": 4.170586908003315e-05, + "R": 3.1801323530089576e-06, + "M": 8.4789986431133e-05, + "O": 9.471946214034688e-06, + "W": 9.764676178747322e-07, + "N": 6.49122303002514e-05, + "Y": 0.0012937834253534675, + "U": 8.743070907257788e-07, + "K": 4.2577383283060044e-05, + "L": 1.2309581052249996e-06, + "G": 0.00048670993419364095, + "F": 0.003906907979398966, + "E": 0.006909172981977463, + "T": 0.00023562613932881504, + "P": 0.510369598865509, + "-": 0.47479647397994995 + }, + "id": "tp_25715" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3214381, + "label": "P", + "classification": { + "B": 4.4397755118552595e-05, + "S": 1.4845326404611114e-05, + "I": 0.01660512574017048, + "C": 0.00032831524731591344, + "R": 3.348222890053876e-05, + "M": 0.0006052512908354402, + "O": 4.699643250205554e-05, + "W": 1.5238865671562962e-05, + "N": 0.0013074867893010378, + "Y": 0.001975448802113533, + "U": 1.4638633729191497e-05, + "K": 0.0008250188548117876, + "L": 1.0882213246077299e-05, + "G": 0.0010507265105843544, + "F": 0.0037811999209225178, + "E": 0.054556675255298615, + "T": 0.0005410373560152948, + "P": 0.7934806942939758, + "-": 0.12476253509521484 + }, + "id": "tp_25716" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3214515, + "label": "P", + "classification": { + "B": 2.066653178189881e-05, + "S": 3.0782324756728485e-05, + "I": 0.0028562084771692753, + "C": 0.00020658699213527143, + "R": 3.4136741305701435e-05, + "M": 0.0002224957279395312, + "O": 0.00012117805454181507, + "W": 7.60980328777805e-05, + "N": 0.000660533201880753, + "Y": 0.0023233480751514435, + "U": 3.712228863150813e-05, + "K": 0.001967807998880744, + "L": 2.0753592252731323e-05, + "G": 0.0009151183185167611, + "F": 0.03572653606534004, + "E": 0.016630718484520912, + "T": 0.0009213738958351314, + "P": 0.6342955231666565, + "-": 0.3029330372810364 + }, + "id": "tp_25717" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3214648, + "label": "P", + "classification": { + "B": 3.07708942273166e-05, + "S": 6.857957032480044e-06, + "I": 0.0009357701637782156, + "C": 8.69429568410851e-05, + "R": 6.994691830186639e-06, + "M": 0.00015882951265666634, + "O": 3.7224654079182073e-05, + "W": 6.854582807136467e-06, + "N": 0.00012252166925463825, + "Y": 0.0011050822213292122, + "U": 8.712584531167522e-06, + "K": 0.0001179476676043123, + "L": 6.947702786419541e-06, + "G": 0.0005238098092377186, + "F": 0.011928984895348549, + "E": 0.010544290766119957, + "T": 0.00038628821494057775, + "P": 0.5726206302642822, + "-": 0.4013645350933075 + }, + "id": "tp_25718" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3214781, + "label": "P", + "classification": { + "B": 2.7149607007004306e-09, + "S": 3.2499838376054413e-09, + "I": 3.465996996965259e-05, + "C": 6.540875396865431e-09, + "R": 7.321629413858943e-10, + "M": 2.708817170571365e-08, + "O": 9.030944880805691e-09, + "W": 1.0077009227060785e-09, + "N": 1.8313417058379855e-06, + "Y": 3.71623976036517e-08, + "U": 2.025344059131129e-10, + "K": 4.1014120988336344e-09, + "L": 2.401832066567522e-10, + "G": 1.8150869607325149e-07, + "F": 3.539297040333622e-06, + "E": 1.641429480514489e-05, + "T": 2.626243258418981e-07, + "P": 0.998099148273468, + "-": 0.0018438799306750298 + }, + "id": "tp_25719" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3214882, + "label": "P", + "classification": { + "B": 3.3511657875351375e-06, + "S": 5.438638709165389e-06, + "I": 0.0010698408586904407, + "C": 2.1456697140820324e-05, + "R": 1.7246917423108243e-06, + "M": 5.36536899744533e-05, + "O": 1.799488927645143e-05, + "W": 4.85862210553023e-06, + "N": 0.0002577763225417584, + "Y": 0.0005973167717456818, + "U": 1.966249556062394e-06, + "K": 0.0004643526335712522, + "L": 7.301774189727439e-07, + "G": 0.00027015406521968544, + "F": 0.009800843894481659, + "E": 0.014474808238446712, + "T": 0.0001853814464993775, + "P": 0.7563382983207703, + "-": 0.21643008291721344 + }, + "id": "tp_25720" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3215015, + "label": "P", + "classification": { + "B": 0.0020245134364813566, + "S": 0.0005125830066390336, + "I": 0.09807754307985306, + "C": 0.01690663769841194, + "R": 0.0021413550712168217, + "M": 0.01080403570085764, + "O": 0.0015511473175138235, + "W": 0.0004671851056627929, + "N": 0.008448882028460503, + "Y": 0.03346451371908188, + "U": 0.00038705416955053806, + "K": 0.0009096992434933782, + "L": 0.0010424959473311901, + "G": 0.02026611939072609, + "F": 0.017038051038980484, + "E": 0.1045263484120369, + "T": 0.010618876665830612, + "P": 0.44926249980926514, + "-": 0.22155041992664337 + }, + "id": "tp_25721" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3215148, + "label": "P", + "classification": { + "B": 1.7600114006199874e-05, + "S": 9.687667443358805e-06, + "I": 0.007996894419193268, + "C": 8.954362419899553e-05, + "R": 1.403552778356243e-05, + "M": 0.00010263750300509855, + "O": 3.1327279430115595e-05, + "W": 1.3557514648709912e-05, + "N": 0.0017463042167946696, + "Y": 0.0005151884397491813, + "U": 1.6312720617861487e-05, + "K": 0.0020261346362531185, + "L": 4.845300736633362e-06, + "G": 0.0010538579663261771, + "F": 0.0042959856800735, + "E": 0.06078040599822998, + "T": 0.00029315275605767965, + "P": 0.8574393391609192, + "-": 0.06355328112840652 + }, + "id": "tp_25722" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3215282, + "label": "P", + "classification": { + "B": 7.643094249942806e-06, + "S": 4.98135477755568e-06, + "I": 0.0039037088863551617, + "C": 1.8983742847922258e-05, + "R": 3.1209824555844534e-06, + "M": 0.00014771144196856767, + "O": 1.8129068848793395e-05, + "W": 1.466644221181923e-06, + "N": 0.0002338870253879577, + "Y": 0.000512147496920079, + "U": 7.407265911751892e-07, + "K": 4.417257059685653e-06, + "L": 3.3879107377288165e-06, + "G": 0.00028807445778511465, + "F": 0.0015016647521406412, + "E": 0.0037947562523186207, + "T": 0.00025287989410571754, + "P": 0.9009568095207214, + "-": 0.08834540843963623 + }, + "id": "tp_25723" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3215382, + "label": "P", + "classification": { + "B": 0.01778029277920723, + "S": 0.0011573565425351262, + "I": 0.04054347425699234, + "C": 0.00011757183528970927, + "R": 5.04315466969274e-05, + "M": 0.025267180055379868, + "O": 0.002575603546574712, + "W": 0.00010434830619487911, + "N": 0.0010804428020492196, + "Y": 0.003548559732735157, + "U": 1.7519789707876043e-06, + "K": 4.595230507220549e-07, + "L": 0.0013811090029776096, + "G": 0.005838808137923479, + "F": 0.0015601078048348427, + "E": 0.014016297645866871, + "T": 0.00515205692499876, + "P": 0.6638047695159912, + "-": 0.21601945161819458 + }, + "id": "tp_25724" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3215516, + "label": "P", + "classification": { + "B": 0.0001516737975180149, + "S": 3.9792725146980956e-05, + "I": 0.0015909738140180707, + "C": 0.0002783943491522223, + "R": 5.939212132943794e-05, + "M": 0.0007484872476197779, + "O": 0.00022976999753154814, + "W": 2.2386697310139425e-05, + "N": 0.00018631978309713304, + "Y": 0.002405884675681591, + "U": 7.238001217046985e-06, + "K": 6.494668195955455e-05, + "L": 8.41653163661249e-05, + "G": 0.007074650842696428, + "F": 0.07190412282943726, + "E": 0.011451019905507565, + "T": 0.00119874463416636, + "P": 0.4785134196281433, + "-": 0.4239887297153473 + }, + "id": "tp_25725" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3215649, + "label": "P", + "classification": { + "B": 7.796016143402085e-05, + "S": 7.244322478072718e-05, + "I": 0.00901936087757349, + "C": 0.00016657437663525343, + "R": 1.640351183596067e-05, + "M": 0.0007305609178729355, + "O": 7.63815114623867e-05, + "W": 2.199080518039409e-05, + "N": 0.002201017225161195, + "Y": 0.001073935884051025, + "U": 1.1553778676898219e-05, + "K": 0.0006218377966433764, + "L": 1.9352961317053996e-05, + "G": 0.0016623944975435734, + "F": 0.010644120164215565, + "E": 0.09177301079034805, + "T": 0.0008825458935461938, + "P": 0.7972207069396973, + "-": 0.08370791375637054 + }, + "id": "tp_25726" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3215782, + "label": "P", + "classification": { + "B": 3.135714976565396e-08, + "S": 2.6796684871044363e-09, + "I": 0.0008455893257632852, + "C": 1.0124374938413894e-07, + "R": 5.431394889399144e-09, + "M": 1.9912182835923886e-07, + "O": 1.279786587815579e-08, + "W": 7.974582105774175e-10, + "N": 1.0105593901243992e-05, + "Y": 2.446434450575907e-07, + "U": 9.072047002511852e-10, + "K": 5.519052770353028e-09, + "L": 1.4896747169146352e-09, + "G": 1.0595233561616624e-06, + "F": 1.8641911765371333e-06, + "E": 0.0001538317883387208, + "T": 5.793893933514482e-07, + "P": 0.9975358247756958, + "-": 0.0014504850842058659 + }, + "id": "tp_25727" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3215883, + "label": "P", + "classification": { + "B": 2.1276748896070785e-07, + "S": 1.520851782288446e-07, + "I": 0.0008715405128896236, + "C": 5.739202606491745e-07, + "R": 8.652959593291598e-08, + "M": 2.590133362900815e-06, + "O": 3.0808283213445975e-07, + "W": 2.8676943486516393e-08, + "N": 4.8914760554907843e-05, + "Y": 4.2684737309173215e-06, + "U": 1.460716081425062e-08, + "K": 2.4843390633577656e-07, + "L": 3.1688585977462935e-08, + "G": 9.395099368703086e-06, + "F": 7.70394763094373e-05, + "E": 0.0006898737628944218, + "T": 9.57967040449148e-06, + "P": 0.9883739948272705, + "-": 0.009911131113767624 + }, + "id": "tp_25728" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3216016, + "label": "P", + "classification": { + "B": 2.384118124609813e-05, + "S": 4.680108031607233e-05, + "I": 0.00037735127261839807, + "C": 6.4980545175785664e-06, + "R": 2.0682143713202095e-06, + "M": 3.921554161934182e-05, + "O": 9.100711758947e-05, + "W": 1.1597808224905748e-05, + "N": 8.756811439525336e-05, + "Y": 8.477830124320462e-05, + "U": 7.033745532680769e-07, + "K": 2.933000587290735e-06, + "L": 7.843040293664671e-06, + "G": 0.0002297806495334953, + "F": 0.009165042079985142, + "E": 0.0005581189179793, + "T": 0.00017499188834335655, + "P": 0.8148433566093445, + "-": 0.1742464303970337 + }, + "id": "tp_25729" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3216149, + "label": "P", + "classification": { + "B": 5.382391350394755e-07, + "S": 8.380876010960492e-07, + "I": 0.00812248233705759, + "C": 1.6776616575953085e-06, + "R": 1.5643112760699296e-07, + "M": 8.814065949991345e-06, + "O": 7.504527275159489e-07, + "W": 8.49611154762897e-08, + "N": 0.0005744394729845226, + "Y": 9.418941772310063e-06, + "U": 1.3405877297145707e-08, + "K": 8.167790497282112e-07, + "L": 5.1991882799029554e-08, + "G": 1.4248989828047343e-05, + "F": 7.467404066119343e-05, + "E": 0.0017676069401204586, + "T": 1.1309922228974756e-05, + "P": 0.9875077605247498, + "-": 0.0019043260253965855 + }, + "id": "tp_25730" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3216283, + "label": "P", + "classification": { + "B": 1.5084887505789624e-10, + "S": 5.433921715369827e-11, + "I": 3.800673584919423e-05, + "C": 9.286353630511002e-11, + "R": 1.5626152715525476e-12, + "M": 6.410356245822868e-09, + "O": 4.518975471601294e-11, + "W": 1.5834733697872583e-12, + "N": 9.738645303514204e-07, + "Y": 2.1304702446656165e-09, + "U": 1.0373165271627266e-13, + "K": 1.5289976229571067e-10, + "L": 5.778396966645005e-13, + "G": 5.665725666403887e-09, + "F": 9.651175503222476e-08, + "E": 8.455177885480225e-05, + "T": 6.57633147937986e-09, + "P": 0.9998223185539246, + "-": 5.408646029536612e-05 + }, + "id": "tp_25731" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3216383, + "label": "P", + "classification": { + "B": 6.858091410322231e-07, + "S": 1.250768491445342e-06, + "I": 0.001320103881880641, + "C": 1.2502658137236722e-05, + "R": 1.4190753745424445e-06, + "M": 1.255986626347294e-05, + "O": 4.045268724439666e-06, + "W": 8.73301985393482e-07, + "N": 0.00010061599459731951, + "Y": 0.00019625082495622337, + "U": 7.227303058243706e-07, + "K": 3.072254185099155e-05, + "L": 3.2396690130553907e-07, + "G": 4.786267891176976e-05, + "F": 0.0010701135033741593, + "E": 0.0014578178524971008, + "T": 6.0529662732733414e-05, + "P": 0.8890440464019775, + "-": 0.10663757473230362 + }, + "id": "tp_25732" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3216517, + "label": "P", + "classification": { + "B": 6.79277945891954e-07, + "S": 2.4436519652226707e-07, + "I": 0.00018834584625437856, + "C": 1.5603596636992734e-08, + "R": 1.1712031344757179e-09, + "M": 4.6869752168277046e-07, + "O": 2.9659426914463438e-08, + "W": 7.969521043094119e-09, + "N": 9.038807547767647e-06, + "Y": 6.395478635567997e-08, + "U": 5.114782486437264e-10, + "K": 2.2312856007289383e-09, + "L": 4.9877697527733744e-09, + "G": 4.0808853896123765e-07, + "F": 6.547531029355014e-06, + "E": 0.00033435775549151003, + "T": 3.1182324278233864e-07, + "P": 0.9990723133087158, + "-": 0.00038706089253537357 + }, + "id": "tp_25733" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3216650, + "label": "P", + "classification": { + "B": 0.0001087450873455964, + "S": 0.00018539861775934696, + "I": 0.002831622725352645, + "C": 7.478518091375008e-05, + "R": 1.064362731995061e-05, + "M": 0.0004547222633846104, + "O": 0.00020143184519838542, + "W": 4.848927346756682e-05, + "N": 0.0008648076909594238, + "Y": 0.0005806816625408828, + "U": 4.665923370339442e-06, + "K": 0.00011696266301441938, + "L": 4.070476643391885e-05, + "G": 0.0017356250900775194, + "F": 0.035784896463155746, + "E": 0.030203990638256073, + "T": 0.0007193341152742505, + "P": 0.7608788013458252, + "-": 0.16515378654003143 + }, + "id": "tp_25734" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3216750, + "label": "P", + "classification": { + "B": 1.600040322458085e-09, + "S": 1.148225159397498e-08, + "I": 3.147130337310955e-05, + "C": 6.423452436621346e-09, + "R": 3.4880748289722874e-10, + "M": 3.589197916653575e-08, + "O": 1.9289764452423697e-08, + "W": 1.1828938939473232e-09, + "N": 5.352527750801528e-06, + "Y": 6.988718581624198e-08, + "U": 1.7828022391697118e-10, + "K": 1.88136137779793e-08, + "L": 1.4910338241858057e-10, + "G": 2.0354875118755444e-07, + "F": 7.3178107413696125e-06, + "E": 3.441254739300348e-05, + "T": 2.8125188578087545e-07, + "P": 0.9978886246681213, + "-": 0.0020320548210293055 + }, + "id": "tp_25735" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3216884, + "label": "P", + "classification": { + "B": 1.6676325458320207e-06, + "S": 1.5864846147906064e-07, + "I": 0.00010733601811807603, + "C": 4.230434115015669e-06, + "R": 1.7858617695765133e-07, + "M": 2.1711284716730006e-05, + "O": 3.154440946673276e-06, + "W": 1.0426014540598771e-07, + "N": 7.57034422349534e-06, + "Y": 0.0001011259009828791, + "U": 1.305830750197856e-07, + "K": 3.288636207798845e-07, + "L": 3.764166933706292e-07, + "G": 4.232365245115943e-05, + "F": 0.0005905562429688871, + "E": 0.0006852071383036673, + "T": 8.989230263978243e-05, + "P": 0.6637219786643982, + "-": 0.3346220552921295 + }, + "id": "tp_25736" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3217017, + "label": "P", + "classification": { + "B": 8.134287054417655e-05, + "S": 8.083618740784004e-05, + "I": 0.053726546466350555, + "C": 0.0002722760254982859, + "R": 6.379075057338923e-05, + "M": 0.00036569120129570365, + "O": 8.968287875177339e-05, + "W": 2.9097669539623894e-05, + "N": 0.0057402621023356915, + "Y": 0.0005726076778955758, + "U": 1.9417433577473275e-05, + "K": 0.00013919927005190402, + "L": 2.6124056603293866e-05, + "G": 0.0006481135496869683, + "F": 0.001705739414319396, + "E": 0.01569090224802494, + "T": 0.0004793248954229057, + "P": 0.8958287239074707, + "-": 0.024440370500087738 + }, + "id": "tp_25737" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3217150, + "label": "-", + "classification": { + "B": 0.0007108300924301147, + "S": 0.00042653732816688716, + "I": 0.007849585264921188, + "C": 0.006194287911057472, + "R": 0.0011316448217257857, + "M": 0.00224418961443007, + "O": 0.0016932626022025943, + "W": 0.0004998898948542774, + "N": 0.002375988755375147, + "Y": 0.00814895797520876, + "U": 0.0004937591147609055, + "K": 0.0011365219252184033, + "L": 0.0006647538393735886, + "G": 0.008049827069044113, + "F": 0.03826906904578209, + "E": 0.01346490066498518, + "T": 0.0073357755318284035, + "P": 0.42839303612709045, + "-": 0.4709171950817108 + }, + "id": "tp_25738" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3217251, + "label": "-", + "classification": { + "B": 0.00018384912982583046, + "S": 0.00015753923798911273, + "I": 0.005627922248095274, + "C": 0.0009158658795058727, + "R": 0.00028068514075130224, + "M": 0.00257047894410789, + "O": 0.0007378591690212488, + "W": 7.857796299504116e-05, + "N": 0.0007332823006436229, + "Y": 0.011209002695977688, + "U": 5.1329036068636924e-05, + "K": 0.00021431159984786063, + "L": 0.0002072229835903272, + "G": 0.007716432213783264, + "F": 0.020633766427636147, + "E": 0.009310195222496986, + "T": 0.006880050990730524, + "P": 0.3432588279247284, + "-": 0.5892328023910522 + }, + "id": "tp_25739" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3217384, + "label": "P", + "classification": { + "B": 0.0006058220169506967, + "S": 0.0005424360861070454, + "I": 0.026410270482301712, + "C": 0.0062131029553711414, + "R": 0.002115436363965273, + "M": 0.005290846340358257, + "O": 0.002415003487840295, + "W": 0.0009100226452574134, + "N": 0.004967240616679192, + "Y": 0.016975700855255127, + "U": 0.0006243656971491873, + "K": 0.002822873182594776, + "L": 0.0007684877491556108, + "G": 0.01015856210142374, + "F": 0.040976304560899734, + "E": 0.021354034543037415, + "T": 0.007982416078448296, + "P": 0.4416801333427429, + "-": 0.407186895608902 + }, + "id": "tp_25740" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3217518, + "label": "P", + "classification": { + "B": 2.3798980691935867e-05, + "S": 1.0360688975197263e-05, + "I": 0.0021664241794496775, + "C": 9.592837159289047e-05, + "R": 1.2122174666728824e-05, + "M": 0.0005222837207838893, + "O": 4.8601985326968133e-05, + "W": 4.106645974388812e-06, + "N": 6.987121741985902e-05, + "Y": 0.0024506929330527782, + "U": 3.2723114600230474e-06, + "K": 1.745901954564033e-06, + "L": 3.611531064962037e-05, + "G": 0.0008457216899842024, + "F": 0.006086441688239574, + "E": 0.0014900054084137082, + "T": 0.0013464917428791523, + "P": 0.5199514627456665, + "-": 0.464834600687027 + }, + "id": "tp_25741" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3217651, + "label": "-", + "classification": { + "B": 1.140875156124821e-06, + "S": 4.628546719231963e-07, + "I": 2.470119761710521e-05, + "C": 2.433139343338553e-07, + "R": 2.3015582328866913e-08, + "M": 1.1985408491455019e-05, + "O": 4.409723715070868e-06, + "W": 5.817344472802688e-08, + "N": 6.430784651456634e-07, + "Y": 1.8679969798540697e-05, + "U": 1.998220477972268e-09, + "K": 1.1346624750885326e-09, + "L": 3.82267046461493e-07, + "G": 1.873981636890676e-05, + "F": 0.0006339041865430772, + "E": 2.3053882614476606e-05, + "T": 2.9718850782955997e-05, + "P": 0.4581054151058197, + "-": 0.5411263704299927 + }, + "id": "tp_25742" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3217751, + "label": "P", + "classification": { + "B": 2.0711551940166828e-07, + "S": 7.53771001171799e-09, + "I": 0.000503496965393424, + "C": 5.7831808675246066e-08, + "R": 4.276840659400705e-09, + "M": 8.180687132153253e-07, + "O": 2.9780906629639503e-08, + "W": 1.4869294684416445e-09, + "N": 6.130672318249708e-06, + "Y": 3.1545945944344567e-07, + "U": 5.548623782658524e-10, + "K": 1.6542966996269115e-09, + "L": 4.52253745564235e-09, + "G": 1.3785879673378076e-06, + "F": 2.5924637157004327e-06, + "E": 0.0002561041619628668, + "T": 5.690309876626998e-07, + "P": 0.9972008466720581, + "-": 0.002027497859671712 + }, + "id": "tp_25743" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3217885, + "label": "P", + "classification": { + "B": 3.138788784440294e-08, + "S": 5.522040158467689e-09, + "I": 0.0015908294590190053, + "C": 1.0201323675573803e-05, + "R": 1.5758689642098034e-07, + "M": 3.0312280614452902e-06, + "O": 9.156659075415519e-08, + "W": 3.4840090812338076e-09, + "N": 1.2857980436820071e-05, + "Y": 1.5103980331332423e-05, + "U": 6.378198857959205e-09, + "K": 1.56801132078499e-08, + "L": 1.2384463232706366e-08, + "G": 8.314033038914204e-06, + "F": 2.3580127162858844e-05, + "E": 0.0007897532777860761, + "T": 6.392543127731187e-06, + "P": 0.958815336227417, + "-": 0.038724385201931 + }, + "id": "tp_25744" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3218018, + "label": "P", + "classification": { + "B": 0.0001744445035001263, + "S": 0.00010576719796517864, + "I": 0.010308021679520607, + "C": 0.007741238456219435, + "R": 0.0008380949730053544, + "M": 0.0006561056361533701, + "O": 0.00031213960028253496, + "W": 0.00012717617210000753, + "N": 0.002101483289152384, + "Y": 0.0037869922816753387, + "U": 0.0001595038629602641, + "K": 0.000818370608612895, + "L": 0.0001426590752089396, + "G": 0.007248094771057367, + "F": 0.026565194129943848, + "E": 0.025875840336084366, + "T": 0.0018864080775529146, + "P": 0.7253312468528748, + "-": 0.18582119047641754 + }, + "id": "tp_25745" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3218151, + "label": "-", + "classification": { + "B": 0.007013560738414526, + "S": 0.007237129379063845, + "I": 0.04386415332555771, + "C": 0.042721912264823914, + "R": 0.022074632346630096, + "M": 0.02820299006998539, + "O": 0.017719702795147896, + "W": 0.008651230484247208, + "N": 0.015757599845528603, + "Y": 0.06361369788646698, + "U": 0.008893200196325779, + "K": 0.018369128927588463, + "L": 0.012188888154923916, + "G": 0.05193480849266052, + "F": 0.10239431262016296, + "E": 0.03235848248004913, + "T": 0.038569968193769455, + "P": 0.15386706590652466, + "-": 0.3245675265789032 + }, + "id": "tp_25746" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3218252, + "label": "P", + "classification": { + "B": 1.6298403352266178e-05, + "S": 2.191533894801978e-05, + "I": 0.0008854977786540985, + "C": 4.8261201300192624e-05, + "R": 5.6074195526889525e-06, + "M": 0.00015370806795544922, + "O": 5.008536027162336e-05, + "W": 1.52912616613321e-05, + "N": 0.00020527046581264585, + "Y": 0.0005854243063367903, + "U": 6.232905434444547e-06, + "K": 0.0002464663702994585, + "L": 7.24735537005472e-06, + "G": 0.0005760384956374764, + "F": 0.013701183721423149, + "E": 0.009266526438295841, + "T": 0.0006864842725917697, + "P": 0.6852206587791443, + "-": 0.2883017957210541 + }, + "id": "tp_25747" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3218385, + "label": "-", + "classification": { + "B": 0.000721722433809191, + "S": 0.0002086933673126623, + "I": 0.015004335902631283, + "C": 0.0053845783695578575, + "R": 0.0015420704148709774, + "M": 0.010574005544185638, + "O": 0.0022507794201374054, + "W": 0.00026005718973465264, + "N": 0.001335321692749858, + "Y": 0.022105351090431213, + "U": 0.00020142862922511995, + "K": 0.00044407922541722655, + "L": 0.0013605915009975433, + "G": 0.021794220432639122, + "F": 0.039415888488292694, + "E": 0.023713435977697372, + "T": 0.009247765876352787, + "P": 0.2746628522872925, + "-": 0.5697728395462036 + }, + "id": "tp_25748" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3218519, + "label": "P", + "classification": { + "B": 0.00017250484961550683, + "S": 0.00014782120706513524, + "I": 0.004755895119160414, + "C": 0.0002231842081528157, + "R": 4.0798575355438516e-05, + "M": 0.0002924124710261822, + "O": 0.00016873374988790601, + "W": 4.7934765461832285e-05, + "N": 0.0011107551399618387, + "Y": 0.0005823632818646729, + "U": 2.264917202410288e-05, + "K": 9.232022421201691e-05, + "L": 4.477694528759457e-05, + "G": 0.000921827566344291, + "F": 0.007082752883434296, + "E": 0.007336911745369434, + "T": 0.0006747348816134036, + "P": 0.860653817653656, + "-": 0.1156277284026146 + }, + "id": "tp_25749" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3218652, + "label": "P", + "classification": { + "B": 1.3135421795595903e-05, + "S": 1.3646126717503648e-05, + "I": 0.003345808479934931, + "C": 0.0002488850150257349, + "R": 2.456984293530695e-05, + "M": 0.00017155976092908531, + "O": 3.258652941440232e-05, + "W": 9.77777654043166e-06, + "N": 0.0003753413329832256, + "Y": 0.0026936347130686045, + "U": 6.778347596991807e-06, + "K": 0.00029619981069117785, + "L": 5.508172307600034e-06, + "G": 0.0008435440831817687, + "F": 0.010035979561507702, + "E": 0.02081567421555519, + "T": 0.000443618482677266, + "P": 0.7189924120903015, + "-": 0.2416313886642456 + }, + "id": "tp_25750" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3218752, + "label": "-", + "classification": { + "B": 1.0703158892511055e-07, + "S": 6.256695996853523e-07, + "I": 0.00046865857439115644, + "C": 0.0001652009814279154, + "R": 7.305506005650386e-05, + "M": 0.00011987399193458259, + "O": 5.070718907518312e-05, + "W": 2.2063682081352454e-06, + "N": 8.562952643842436e-06, + "Y": 0.004683572333306074, + "U": 1.7328242165604024e-06, + "K": 1.758338839863427e-06, + "L": 9.455699000682216e-06, + "G": 0.000260688248090446, + "F": 0.0013596003409475088, + "E": 3.072362596867606e-05, + "T": 0.003121372079476714, + "P": 0.025013551115989685, + "-": 0.9646285772323608 + }, + "id": "tp_25751" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3218886, + "label": "-", + "classification": { + "B": 6.863674517632035e-09, + "S": 1.5451510071429198e-09, + "I": 2.651367367434432e-06, + "C": 7.129480650291953e-07, + "R": 3.2504008373734905e-08, + "M": 4.145128968957579e-06, + "O": 2.547003816744109e-07, + "W": 2.6465156732768946e-09, + "N": 4.834905809047996e-08, + "Y": 8.979435369838029e-05, + "U": 1.8260929435243156e-09, + "K": 8.09300644277755e-08, + "L": 1.6551942039200185e-08, + "G": 9.749413948156871e-06, + "F": 0.0008875207277014852, + "E": 2.559873610152863e-05, + "T": 2.3476924980059266e-05, + "P": 0.021872177720069885, + "-": 0.9770837426185608 + }, + "id": "tp_25752" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3219019, + "label": "-", + "classification": { + "B": 1.7119573987589565e-12, + "S": 1.4242141537293418e-12, + "I": 3.6322902019492176e-08, + "C": 1.8320920336378776e-09, + "R": 1.3527376441224703e-10, + "M": 1.9138570905852248e-07, + "O": 4.1339389689198924e-09, + "W": 2.8018147697761453e-12, + "N": 3.416826543922724e-11, + "Y": 2.3196630536403973e-06, + "U": 7.177890551900157e-13, + "K": 2.1297974234918415e-12, + "L": 7.892164699541127e-11, + "G": 7.328993945066031e-08, + "F": 4.5261958803166635e-06, + "E": 1.580939112955093e-08, + "T": 1.5081139963513124e-06, + "P": 0.0008645093184895813, + "-": 0.9991268515586853 + }, + "id": "tp_25753" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3219152, + "label": "-", + "classification": { + "B": 4.508018847104722e-09, + "S": 4.255060748192818e-09, + "I": 1.8439496898281504e-06, + "C": 5.092966262054688e-07, + "R": 3.8288497705707414e-08, + "M": 8.810668987280224e-06, + "O": 5.948968464508653e-07, + "W": 3.583694452302666e-09, + "N": 2.1847109010764143e-08, + "Y": 0.00012076806160621345, + "U": 1.4295630235139356e-09, + "K": 6.655586748394171e-09, + "L": 4.5281083771442354e-08, + "G": 1.1470584468042944e-05, + "F": 8.704986976226792e-05, + "E": 1.6750361737649655e-06, + "T": 8.431918104179204e-05, + "P": 0.004377871286123991, + "-": 0.9953048229217529 + }, + "id": "tp_25754" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3219253, + "label": "-", + "classification": { + "B": 2.477027472025384e-10, + "S": 4.301027090036769e-09, + "I": 4.415800503920764e-06, + "C": 1.297176140724332e-06, + "R": 2.4794397290861525e-07, + "M": 1.0046356919701793e-06, + "O": 5.804795364383608e-07, + "W": 6.593992907255597e-09, + "N": 6.205424796235093e-08, + "Y": 7.65727527323179e-05, + "U": 2.198736526182188e-09, + "K": 1.6579983608266957e-08, + "L": 1.3640273799353508e-08, + "G": 4.2362707972642966e-06, + "F": 0.00039347060373984277, + "E": 5.165492211745004e-07, + "T": 3.528375964378938e-05, + "P": 0.013486267998814583, + "-": 0.9859959483146667 + }, + "id": "tp_25755" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3219386, + "label": "-", + "classification": { + "B": 3.960534122882109e-09, + "S": 8.364708037333912e-09, + "I": 2.6943177999783074e-07, + "C": 2.283070898556616e-05, + "R": 2.8241688596608583e-06, + "M": 7.927027036203071e-05, + "O": 1.0002575436374173e-05, + "W": 2.3870775578416215e-08, + "N": 3.0886233570726063e-09, + "Y": 0.0014496147632598877, + "U": 1.7359081949663846e-09, + "K": 9.2977803234362e-10, + "L": 2.6579489258438116e-06, + "G": 6.63152095512487e-05, + "F": 0.00021166416991036385, + "E": 1.448902935408114e-07, + "T": 0.0007566912099719048, + "P": 0.00021394221403170377, + "-": 0.997183620929718 + }, + "id": "tp_25756" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3219520, + "label": "-", + "classification": { + "B": 5.729978713731043e-10, + "S": 9.888381224953946e-10, + "I": 2.3524144410203007e-07, + "C": 1.9456594202438282e-07, + "R": 2.1442572162300166e-08, + "M": 3.79542416339973e-06, + "O": 1.73974868289406e-07, + "W": 1.1903913410549194e-09, + "N": 2.3800936777007564e-09, + "Y": 0.0001217464596265927, + "U": 1.976771107914388e-10, + "K": 2.1915884218515203e-08, + "L": 8.66439187063861e-09, + "G": 7.627200375281973e-06, + "F": 0.0005139783024787903, + "E": 1.0514764881008887e-06, + "T": 1.6541220247745514e-05, + "P": 0.0016352501697838306, + "-": 0.9976994395256042 + }, + "id": "tp_25757" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3219653, + "label": "-", + "classification": { + "B": 9.271670931010334e-11, + "S": 1.9531104511472108e-10, + "I": 6.306311917114726e-08, + "C": 2.571576906973405e-08, + "R": 1.447525543873951e-09, + "M": 7.670954005334352e-07, + "O": 4.7171237582688264e-08, + "W": 8.298147585739102e-11, + "N": 4.694885036293783e-10, + "Y": 2.5354982426506467e-05, + "U": 5.206533815194092e-11, + "K": 4.704718281622888e-10, + "L": 2.606900473267615e-09, + "G": 1.4177334151099785e-06, + "F": 0.00019836219144053757, + "E": 1.5994724833490181e-07, + "T": 1.1872290997416712e-05, + "P": 0.0022055981680750847, + "-": 0.9975563287734985 + }, + "id": "tp_25758" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3219753, + "label": "-", + "classification": { + "B": 2.1099590412632097e-06, + "S": 6.774433813916403e-07, + "I": 2.6338131647207774e-05, + "C": 0.0006023660534992814, + "R": 0.00012757313379552215, + "M": 0.0015199894551187754, + "O": 0.00018090172670781612, + "W": 1.002557951323979e-06, + "N": 3.3923649311873305e-07, + "Y": 0.00594725226983428, + "U": 7.846311405046436e-07, + "K": 2.3372384916342526e-08, + "L": 0.00045845875865779817, + "G": 0.003588574705645442, + "F": 0.0016203249106183648, + "E": 1.121384684665827e-05, + "T": 0.0031341835856437683, + "P": 0.0034076033625751734, + "-": 0.9793702960014343 + }, + "id": "tp_25759" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3219887, + "label": "-", + "classification": { + "B": 1.7790064532619e-08, + "S": 5.140850589668844e-07, + "I": 2.681671276150155e-06, + "C": 2.457830760249635e-06, + "R": 6.61865783513349e-07, + "M": 2.3162923753261566e-05, + "O": 9.861193575488869e-06, + "W": 2.913369314683223e-07, + "N": 2.2899639873230626e-07, + "Y": 0.00010416981240268797, + "U": 1.4583942942181238e-08, + "K": 1.4440219047173741e-06, + "L": 2.1684891748918744e-07, + "G": 2.6368034014012665e-05, + "F": 0.0023580051492899656, + "E": 5.617142051050905e-06, + "T": 0.0001766866771504283, + "P": 0.007630910724401474, + "-": 0.9896566867828369 + }, + "id": "tp_25760" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3220020, + "label": "-", + "classification": { + "B": 8.94082863300838e-11, + "S": 3.695198591557869e-10, + "I": 2.4593157732510917e-08, + "C": 9.823340718639884e-08, + "R": 7.830771586725405e-09, + "M": 3.3752219223970314e-06, + "O": 1.5307426792787737e-07, + "W": 2.722242709030098e-10, + "N": 1.4840802198268221e-10, + "Y": 3.254718103562482e-05, + "U": 3.086998712209521e-11, + "K": 3.400931480879166e-10, + "L": 1.1729936133519914e-08, + "G": 3.666621068987297e-06, + "F": 0.00019921314378734678, + "E": 3.2192218668569694e-08, + "T": 1.8456992620485835e-05, + "P": 0.00043435118277557194, + "-": 0.9993079900741577 + }, + "id": "tp_25761" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3220153, + "label": "-", + "classification": { + "B": 1.1633091645535387e-07, + "S": 3.229356480005663e-07, + "I": 1.6127893104567192e-05, + "C": 1.2823271617889986e-06, + "R": 1.7600810053863825e-07, + "M": 5.294359289109707e-05, + "O": 5.855162726220442e-06, + "W": 1.0565759112068918e-07, + "N": 7.216785888886079e-07, + "Y": 0.00024825939908623695, + "U": 2.923436426272019e-08, + "K": 5.028551868235809e-07, + "L": 4.0723077177062805e-07, + "G": 3.924252087017521e-05, + "F": 0.0009886700427159667, + "E": 7.35107169020921e-05, + "T": 0.00031814604881219566, + "P": 0.023627225309610367, + "-": 0.974626362323761 + }, + "id": "tp_25762" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3220254, + "label": "-", + "classification": { + "B": 1.2348322234526088e-12, + "S": 2.8925256287393175e-11, + "I": 1.8298743498235126e-07, + "C": 3.9784828231859137e-07, + "R": 8.603900170101042e-08, + "M": 8.6583085590064e-08, + "O": 3.097867917745134e-08, + "W": 1.318971459829399e-10, + "N": 2.7758276233136314e-10, + "Y": 3.653390012914315e-05, + "U": 3.9859449074697295e-11, + "K": 1.0716558196399717e-10, + "L": 1.1597538485119685e-09, + "G": 7.920454550003342e-07, + "F": 3.1241292163031176e-05, + "E": 2.3884818567410093e-09, + "T": 6.850253157608677e-06, + "P": 0.000690264452714473, + "-": 0.9992334842681885 + }, + "id": "tp_25763" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3220387, + "label": "-", + "classification": { + "B": 1.6396004411944887e-06, + "S": 4.24417794420151e-06, + "I": 0.0005848088767379522, + "C": 0.0048376042395830154, + "R": 0.0007945114048197865, + "M": 0.0005241025355644524, + "O": 0.00029482372337952256, + "W": 1.0890105841099285e-05, + "N": 2.9592556529678404e-05, + "Y": 0.022606385871767998, + "U": 1.2074487131030764e-05, + "K": 8.372495358344167e-05, + "L": 7.662384450668469e-05, + "G": 0.006915598176419735, + "F": 0.00862868782132864, + "E": 0.0003540561010595411, + "T": 0.0035747678484767675, + "P": 0.013761324808001518, + "-": 0.9369046092033386 + }, + "id": "tp_25764" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3220521, + "label": "-", + "classification": { + "B": 2.59953139902791e-07, + "S": 7.455059147787324e-08, + "I": 1.3133079846738838e-05, + "C": 8.618010724603664e-06, + "R": 7.663646215405606e-07, + "M": 6.8573272073990665e-06, + "O": 2.616912070152466e-06, + "W": 3.649620694545774e-08, + "N": 5.288095508149127e-07, + "Y": 0.00018536417337600142, + "U": 3.560075967357079e-08, + "K": 7.647169013580424e-07, + "L": 2.970202501728636e-07, + "G": 7.726332842139527e-05, + "F": 0.002480356954038143, + "E": 4.666532186092809e-05, + "T": 5.104748561279848e-05, + "P": 0.030636178329586983, + "-": 0.9664891958236694 + }, + "id": "tp_25765" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3220654, + "label": "-", + "classification": { + "B": 4.675929643482846e-10, + "S": 1.396731175162813e-09, + "I": 3.655553371118003e-08, + "C": 9.56830263021402e-07, + "R": 4.531621655701201e-08, + "M": 2.6255320335621946e-06, + "O": 3.083616206822626e-07, + "W": 2.835631063291544e-09, + "N": 1.8066840246078186e-09, + "Y": 0.0001835010334616527, + "U": 1.14302245446396e-09, + "K": 6.634068085986655e-07, + "L": 2.769543527847418e-08, + "G": 1.3778257198282517e-05, + "F": 0.0027632240671664476, + "E": 4.5195739062364737e-07, + "T": 4.216516754240729e-05, + "P": 0.0006872254889458418, + "-": 0.996304988861084 + }, + "id": "tp_25766" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3220754, + "label": "-", + "classification": { + "B": 1.175956549559487e-05, + "S": 1.8700520740821958e-05, + "I": 8.120455458993092e-05, + "C": 0.00021230749553069472, + "R": 6.130951078375801e-05, + "M": 0.0007299780263565481, + "O": 0.0002291704440722242, + "W": 1.7992777429753914e-05, + "N": 8.64871071826201e-06, + "Y": 0.0037650533486157656, + "U": 3.232233893868397e-06, + "K": 2.7546557248570025e-05, + "L": 5.0132748583564535e-05, + "G": 0.001209251582622528, + "F": 0.033393844962120056, + "E": 0.00011020640522474423, + "T": 0.0022584116086363792, + "P": 0.02580663189291954, + "-": 0.9320045709609985 + }, + "id": "tp_25767" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3220888, + "label": "-", + "classification": { + "B": 1.196029053573966e-08, + "S": 2.881935134979585e-09, + "I": 1.6004041754058562e-06, + "C": 2.5871013349387795e-06, + "R": 1.6866607666088385e-07, + "M": 0.00015927424828987569, + "O": 1.9818785403913353e-06, + "W": 1.824031592434494e-09, + "N": 4.885413407151873e-09, + "Y": 0.001170629053376615, + "U": 5.33232513699744e-10, + "K": 2.32887287232586e-09, + "L": 2.7079602205049014e-07, + "G": 0.00013986490375827998, + "F": 8.372321462957188e-05, + "E": 3.0385399441001937e-06, + "T": 0.00032615975942462683, + "P": 0.00038682096055708826, + "-": 0.9977238774299622 + }, + "id": "tp_25768" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3221021, + "label": "-", + "classification": { + "B": 5.437628303184283e-08, + "S": 1.5267952448994038e-06, + "I": 1.0215237580268877e-06, + "C": 8.04593728389591e-05, + "R": 9.71345252764877e-06, + "M": 0.000318075850373134, + "O": 6.296866195043549e-05, + "W": 5.161410854270798e-07, + "N": 1.1948672806738614e-07, + "Y": 0.0021690453868359327, + "U": 1.1283463052791376e-08, + "K": 4.847272521146806e-07, + "L": 2.4472865334246308e-05, + "G": 0.0012960222084075212, + "F": 0.10253670811653137, + "E": 1.6075953681138344e-05, + "T": 0.0007422802154906094, + "P": 0.002066410146653652, + "-": 0.8906738758087158 + }, + "id": "tp_25769" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3221154, + "label": "-", + "classification": { + "B": 1.992618308577221e-05, + "S": 1.6498288459843025e-05, + "I": 0.00021785149874631315, + "C": 0.0006661444786004722, + "R": 0.0001623068528715521, + "M": 0.002627279609441757, + "O": 0.00023381350911222398, + "W": 1.3203855814936105e-05, + "N": 7.934498171380255e-06, + "Y": 0.020433563739061356, + "U": 6.70435520078172e-06, + "K": 4.204845390631817e-05, + "L": 0.0001695905957603827, + "G": 0.006290041375905275, + "F": 0.006518390029668808, + "E": 0.00037753890501335263, + "T": 0.007616265211254358, + "P": 0.006859575863927603, + "-": 0.9477213025093079 + }, + "id": "tp_25770" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3221255, + "label": "-", + "classification": { + "B": 1.8259619594118703e-07, + "S": 6.536745900120877e-07, + "I": 3.863140591420233e-05, + "C": 1.8668390111997724e-05, + "R": 3.0468247587123187e-06, + "M": 4.1596511437091976e-05, + "O": 2.6983807401848026e-05, + "W": 6.535904049087549e-07, + "N": 2.681446176211466e-06, + "Y": 0.0009488197392784059, + "U": 3.2327250210073544e-07, + "K": 2.379752004344482e-06, + "L": 1.5332732345996192e-06, + "G": 0.00011990567872999236, + "F": 0.0016534191090613604, + "E": 2.7673546355799772e-05, + "T": 0.0004941894439980388, + "P": 0.019302330911159515, + "-": 0.9773164391517639 + }, + "id": "tp_25771" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3221388, + "label": "-", + "classification": { + "B": 3.3714284654706717e-05, + "S": 4.991484820493497e-05, + "I": 7.553475006716326e-05, + "C": 7.278515113284811e-05, + "R": 1.1808580893557519e-05, + "M": 0.00020899256924167275, + "O": 0.00012446200707927346, + "W": 1.1969696970481891e-05, + "N": 1.5082304344105069e-05, + "Y": 0.001648957491852343, + "U": 1.4613118537454284e-06, + "K": 1.1408544196456205e-05, + "L": 2.234898965980392e-05, + "G": 0.001105250557884574, + "F": 0.032374512404203415, + "E": 0.0003823742445092648, + "T": 0.0009340827236883342, + "P": 0.13559749722480774, + "-": 0.8273178935050964 + }, + "id": "tp_25772" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3221522, + "label": "-", + "classification": { + "B": 1.960169129233691e-06, + "S": 1.0201461009273771e-06, + "I": 3.0676386813865975e-05, + "C": 0.00011749305122066289, + "R": 5.582588346442208e-05, + "M": 0.0008595725521445274, + "O": 8.23462032712996e-05, + "W": 8.279591838800116e-07, + "N": 5.858994427399011e-07, + "Y": 0.003086858196184039, + "U": 1.7986930345159635e-07, + "K": 1.1314814685192687e-07, + "L": 4.553621693048626e-05, + "G": 0.0009948695078492165, + "F": 0.002811647253111005, + "E": 1.649404293857515e-05, + "T": 0.0018957002321258187, + "P": 0.003017231123521924, + "-": 0.9869810938835144 + }, + "id": "tp_25773" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3221655, + "label": "-", + "classification": { + "B": 6.936075806152076e-05, + "S": 3.612806904129684e-05, + "I": 0.001486987923271954, + "C": 0.0003339348768349737, + "R": 0.00011916970834136009, + "M": 0.0014112399658188224, + "O": 0.0004946367116644979, + "W": 3.579727854230441e-05, + "N": 0.00011720261682057753, + "Y": 0.00403441721573472, + "U": 1.8562654076959006e-05, + "K": 1.3341138583200518e-05, + "L": 0.00012150112161180004, + "G": 0.0014611189253628254, + "F": 0.005844837985932827, + "E": 0.0008327907999046147, + "T": 0.0037461351603269577, + "P": 0.1909012645483017, + "-": 0.7889215350151062 + }, + "id": "tp_25774" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3221755, + "label": "-", + "classification": { + "B": 9.724971522517833e-11, + "S": 1.1319103432327893e-09, + "I": 7.65714730732725e-07, + "C": 3.265168118105066e-07, + "R": 3.5163168377039256e-08, + "M": 1.1701428093147115e-06, + "O": 1.1091675844454585e-07, + "W": 6.999135715446414e-10, + "N": 4.977694256780296e-09, + "Y": 6.060041414457373e-05, + "U": 2.6630303517904963e-10, + "K": 7.090292353240102e-09, + "L": 1.986609987625343e-09, + "G": 1.8708941524891998e-06, + "F": 6.481392483692616e-05, + "E": 1.9018476393739547e-07, + "T": 2.8376714908517897e-05, + "P": 0.0019161547534167767, + "-": 0.9979255199432373 + }, + "id": "tp_25775" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3221889, + "label": "-", + "classification": { + "B": 1.6867008980625542e-06, + "S": 2.771531057987886e-07, + "I": 7.900449077169469e-07, + "C": 1.4755477195649291e-06, + "R": 9.732307262311224e-07, + "M": 0.00014816677139606327, + "O": 5.950607737759128e-05, + "W": 1.946470575830972e-07, + "N": 7.666518087035001e-09, + "Y": 0.00010861212649615481, + "U": 1.6205110586753335e-09, + "K": 5.1909934684069015e-11, + "L": 2.695943294384051e-05, + "G": 0.00011365531827323139, + "F": 0.0005737844039686024, + "E": 5.584755058407609e-07, + "T": 0.00018865795573219657, + "P": 0.0020118094980716705, + "-": 0.996762752532959 + }, + "id": "tp_25776" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3222022, + "label": "-", + "classification": { + "B": 7.113603572861393e-08, + "S": 1.327419028029908e-07, + "I": 5.482543201651424e-06, + "C": 4.140625969739631e-05, + "R": 3.87099771614885e-06, + "M": 8.092392090475187e-05, + "O": 8.025124770938419e-06, + "W": 1.1302937252821721e-07, + "N": 1.06588821324749e-07, + "Y": 0.0003344441647641361, + "U": 3.9154063102841974e-08, + "K": 2.0119641064297866e-08, + "L": 1.9209155652788468e-06, + "G": 5.055910150986165e-05, + "F": 0.0005911479238420725, + "E": 2.666815589691396e-06, + "T": 0.00047964538680389524, + "P": 0.004772704094648361, + "-": 0.9936267137527466 + }, + "id": "tp_25777" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3222155, + "label": "-", + "classification": { + "B": 5.679896553090202e-09, + "S": 3.991277031101248e-10, + "I": 1.1935257759887463e-07, + "C": 7.188232586941012e-08, + "R": 1.2908381918919076e-08, + "M": 1.4320157788461074e-06, + "O": 5.988677571622247e-07, + "W": 1.4034751139035961e-09, + "N": 6.498765969809028e-10, + "Y": 3.7900754250586033e-06, + "U": 6.264944119038773e-11, + "K": 1.3105664123380656e-11, + "L": 4.0237821963273745e-08, + "G": 2.497963350833743e-06, + "F": 7.406103395624086e-05, + "E": 6.679982789137284e-08, + "T": 7.031977474980522e-06, + "P": 0.004178276285529137, + "-": 0.9957320094108582 + }, + "id": "tp_25778" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3222256, + "label": "-", + "classification": { + "B": 1.3465943915491607e-09, + "S": 2.1541883832298936e-09, + "I": 9.280632184527349e-06, + "C": 2.0021308955620043e-05, + "R": 4.21370623371331e-06, + "M": 9.570606925990433e-05, + "O": 2.115259349011467e-06, + "W": 8.86982665093683e-09, + "N": 1.9179941190827776e-08, + "Y": 0.001078775734640658, + "U": 4.865569280809723e-09, + "K": 3.904065515314414e-09, + "L": 4.6299587097564654e-07, + "G": 4.6061239117989317e-05, + "F": 0.00017523145652376115, + "E": 2.1944849777355557e-06, + "T": 0.00030832752236165106, + "P": 0.0014790365239605308, + "-": 0.996778666973114 + }, + "id": "tp_25779" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3222389, + "label": "-", + "classification": { + "B": 1.791665226846817e-06, + "S": 7.39873300403815e-08, + "I": 4.969057840753521e-07, + "C": 1.295391939493129e-06, + "R": 3.407167810109968e-07, + "M": 7.4099252742598765e-06, + "O": 9.69239499681862e-06, + "W": 5.523308388433179e-08, + "N": 5.569726457821389e-09, + "Y": 2.4734283215366304e-05, + "U": 1.4187835351009426e-09, + "K": 1.3628130846043973e-09, + "L": 2.0034970020788023e-06, + "G": 6.626159301958978e-05, + "F": 0.0008972528739832342, + "E": 7.72870805576531e-07, + "T": 1.1611268746491987e-05, + "P": 0.002467592479661107, + "-": 0.9965085387229919 + }, + "id": "tp_25780" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3222523, + "label": "-", + "classification": { + "B": 5.299426629790105e-05, + "S": 5.1187369535909966e-05, + "I": 0.00039639067836105824, + "C": 0.03988659754395485, + "R": 0.007910311222076416, + "M": 0.007111669983714819, + "O": 0.0015250592259690166, + "W": 6.99396914569661e-05, + "N": 1.9729541236301884e-05, + "Y": 0.015622259117662907, + "U": 3.035390363947954e-05, + "K": 2.1820686015416868e-05, + "L": 0.002407402964308858, + "G": 0.022264525294303894, + "F": 0.02756895124912262, + "E": 0.0003362093702889979, + "T": 0.010672944597899914, + "P": 0.008656936697661877, + "-": 0.855394721031189 + }, + "id": "tp_25781" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3222656, + "label": "-", + "classification": { + "B": 1.0105814851613104e-08, + "S": 1.7918136308026078e-08, + "I": 3.883572389895562e-06, + "C": 2.2019119114702335e-06, + "R": 1.9016046337583248e-07, + "M": 2.976369387397426e-06, + "O": 1.3826509075443028e-06, + "W": 1.3823580502503319e-08, + "N": 7.605144958233723e-08, + "Y": 5.6369452067883685e-05, + "U": 5.2966617758443135e-09, + "K": 9.487995278334438e-09, + "L": 6.174701638883562e-08, + "G": 7.280352292582393e-06, + "F": 0.00023432436864823103, + "E": 1.6797365560705657e-06, + "T": 5.870222230441868e-05, + "P": 0.01945931650698185, + "-": 0.9801715612411499 + }, + "id": "tp_25782" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3222756, + "label": "-", + "classification": { + "B": 1.269594463337853e-06, + "S": 2.7761516321334057e-05, + "I": 3.8738653529435396e-05, + "C": 0.003028423758223653, + "R": 0.0005152492667548358, + "M": 0.0007898446638137102, + "O": 0.0002703760692384094, + "W": 7.759695108688902e-06, + "N": 4.0221307244792115e-06, + "Y": 0.0034497978631407022, + "U": 1.4461963928624755e-06, + "K": 1.7211432350450195e-05, + "L": 0.00024159047461580485, + "G": 0.005166102200746536, + "F": 0.0992167666554451, + "E": 7.968449790496379e-05, + "T": 0.00360440113581717, + "P": 0.0036364297848194838, + "-": 0.8799031972885132 + }, + "id": "tp_25783" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3222890, + "label": "-", + "classification": { + "B": 2.304372870298721e-08, + "S": 2.2554358380943995e-08, + "I": 7.969827493070625e-06, + "C": 0.00010130817827302963, + "R": 7.084307981131133e-06, + "M": 0.00021208400721661747, + "O": 8.348564733751118e-06, + "W": 3.9615926539227075e-08, + "N": 5.569027905494295e-08, + "Y": 0.006994439288973808, + "U": 1.6996208884734187e-08, + "K": 2.357509316652795e-07, + "L": 2.7673368094838224e-06, + "G": 0.0012711838353425264, + "F": 0.0010478583863005042, + "E": 2.2502421415993012e-05, + "T": 0.0005600617732852697, + "P": 0.0014402400702238083, + "-": 0.9883236885070801 + }, + "id": "tp_25784" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3223023, + "label": "-", + "classification": { + "B": 3.7579181935143424e-06, + "S": 5.974891337245936e-07, + "I": 0.00012179109762655571, + "C": 0.01056563388556242, + "R": 0.0012110243551433086, + "M": 0.00026386475656181574, + "O": 7.910064596217126e-05, + "W": 2.7518435672391206e-06, + "N": 1.4161953458824428e-06, + "Y": 0.00246758502908051, + "U": 2.0840518573095324e-06, + "K": 4.778868856192275e-07, + "L": 5.3472376748686656e-05, + "G": 0.001741016865707934, + "F": 0.00167473079636693, + "E": 1.8766704670269974e-05, + "T": 0.0016574910841882229, + "P": 0.006342509761452675, + "-": 0.9737919569015503 + }, + "id": "tp_25785" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3223156, + "label": "-", + "classification": { + "B": 7.96405275060863e-10, + "S": 7.711670413357297e-09, + "I": 5.346007128537167e-06, + "C": 1.4316361557575874e-05, + "R": 1.8081436792272143e-06, + "M": 2.7712365408660844e-05, + "O": 1.6397118542954559e-06, + "W": 1.3039862523100965e-08, + "N": 3.157063233061308e-08, + "Y": 0.0052263373509049416, + "U": 4.808181408577639e-09, + "K": 2.1862781807158171e-07, + "L": 1.3261445985790488e-07, + "G": 8.801548392511904e-05, + "F": 0.0006034289253875613, + "E": 2.6177344807365444e-06, + "T": 0.00029405075474642217, + "P": 0.0013124690158292651, + "-": 0.9924219250679016 + }, + "id": "tp_25786" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3223257, + "label": "-", + "classification": { + "B": 2.5833617911530382e-08, + "S": 1.754553480282084e-08, + "I": 1.1777151485148352e-05, + "C": 5.072826752439141e-06, + "R": 1.388519649481168e-06, + "M": 5.772051736130379e-06, + "O": 4.238428573444253e-06, + "W": 3.654760405424895e-08, + "N": 1.7161167420454149e-07, + "Y": 0.00014639714208897203, + "U": 3.644437640559772e-08, + "K": 8.986989818993152e-09, + "L": 4.434421327914606e-07, + "G": 2.5639756131567992e-05, + "F": 0.00028329744236543775, + "E": 2.1998660031385953e-06, + "T": 0.00018072461534757167, + "P": 0.028615016490221024, + "-": 0.9707177877426147 + }, + "id": "tp_25787" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3223390, + "label": "-", + "classification": { + "B": 9.289299107706483e-09, + "S": 3.976719842313514e-09, + "I": 4.3601917241176125e-06, + "C": 7.946434379846323e-06, + "R": 3.2874966109375237e-06, + "M": 4.1818759200396016e-05, + "O": 7.371748324658256e-06, + "W": 1.910105495994685e-08, + "N": 1.3615519378618046e-08, + "Y": 0.0016435353318229318, + "U": 1.1368230801167556e-08, + "K": 1.9177331944675302e-10, + "L": 3.1257229693437694e-06, + "G": 9.057670104084536e-05, + "F": 4.614933277480304e-05, + "E": 1.9201591783257754e-07, + "T": 0.0010364302434027195, + "P": 0.0006686593405902386, + "-": 0.996446430683136 + }, + "id": "tp_25788" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3223524, + "label": "-", + "classification": { + "B": 3.2581724553892855e-06, + "S": 2.7414539545134176e-06, + "I": 0.0002634156262502074, + "C": 0.00011249885574216023, + "R": 1.806692307582125e-05, + "M": 0.00021977422875352204, + "O": 7.733150414424017e-05, + "W": 5.387470991990995e-06, + "N": 3.060721792280674e-05, + "Y": 0.0028405620250850916, + "U": 5.710314326279331e-06, + "K": 0.00010590284364297986, + "L": 7.931533218652476e-06, + "G": 0.0013963752426207066, + "F": 0.012736199423670769, + "E": 0.0005315372254699469, + "T": 0.0011025830172002316, + "P": 0.13675622642040253, + "-": 0.8437837958335876 + }, + "id": "tp_25789" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3223657, + "label": "-", + "classification": { + "B": 6.611362124431253e-08, + "S": 3.316093000194087e-08, + "I": 2.665645979504916e-06, + "C": 4.995099061488872e-06, + "R": 5.245555598776264e-07, + "M": 6.747851330146659e-06, + "O": 4.951771643391112e-06, + "W": 3.489689248681316e-08, + "N": 6.760404858141555e-08, + "Y": 6.881587614770979e-05, + "U": 1.8391054013022767e-08, + "K": 3.4797594139490684e-08, + "L": 5.968099117126258e-07, + "G": 4.699781857198104e-05, + "F": 0.001289920648559928, + "E": 1.7505941514173173e-06, + "T": 4.585804708767682e-05, + "P": 0.010089656338095665, + "-": 0.988436222076416 + }, + "id": "tp_25790" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3223757, + "label": "-", + "classification": { + "B": 2.544981043683947e-07, + "S": 5.859837415300717e-07, + "I": 2.7281383154331706e-05, + "C": 1.3055963790975511e-05, + "R": 2.158356210202328e-06, + "M": 0.00013499708438757807, + "O": 1.2373309800750576e-05, + "W": 3.0003138817846775e-07, + "N": 6.613648793063476e-07, + "Y": 0.001127438386902213, + "U": 8.402683704389347e-08, + "K": 9.390768695993756e-07, + "L": 1.4914752455297275e-06, + "G": 0.00019856820290442556, + "F": 0.0025864422786980867, + "E": 2.272891470056493e-05, + "T": 0.0005103518487885594, + "P": 0.009347301907837391, + "-": 0.986012876033783 + }, + "id": "tp_25791" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3223891, + "label": "-", + "classification": { + "B": 2.167654278295572e-09, + "S": 5.759204668720486e-09, + "I": 3.423157863835513e-07, + "C": 2.1450296117109247e-05, + "R": 2.9080417789373314e-06, + "M": 1.2510940905485768e-05, + "O": 2.9474631446646526e-06, + "W": 1.0672416728141343e-08, + "N": 5.124844548731744e-09, + "Y": 0.0007155966013669968, + "U": 5.193538932246611e-09, + "K": 4.222649607754647e-08, + "L": 9.611430868972093e-07, + "G": 0.00013181405665818602, + "F": 0.0012406088644638658, + "E": 5.338542905519716e-07, + "T": 0.0001386316871503368, + "P": 0.0009660361101850867, + "-": 0.9967656135559082 + }, + "id": "tp_25792" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3224024, + "label": "-", + "classification": { + "B": 3.5831334344038623e-08, + "S": 1.6740337116516457e-08, + "I": 2.249014556809925e-07, + "C": 1.4524698599416297e-06, + "R": 3.910298573828186e-07, + "M": 5.664843774866313e-05, + "O": 8.780741154623684e-06, + "W": 1.8483092389942612e-08, + "N": 1.8498741427563914e-09, + "Y": 0.00012422424333635718, + "U": 8.642546678316876e-10, + "K": 1.2481965461219602e-10, + "L": 1.6741023500799201e-06, + "G": 3.04735131066991e-05, + "F": 7.899179036030546e-05, + "E": 7.112224409411283e-08, + "T": 0.00022054929286241531, + "P": 0.0003702655667439103, + "-": 0.999106228351593 + }, + "id": "tp_25793" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3224157, + "label": "-", + "classification": { + "B": 3.913864929927513e-05, + "S": 5.432117177406326e-05, + "I": 0.0006402292638085783, + "C": 0.0013698897091671824, + "R": 0.0006697654025629163, + "M": 0.002222742885351181, + "O": 0.0007763866451568902, + "W": 5.6189099268522114e-05, + "N": 6.199159543029964e-05, + "Y": 0.01958588883280754, + "U": 3.055396882700734e-05, + "K": 3.995591032435186e-05, + "L": 0.0003534447751007974, + "G": 0.005109590943902731, + "F": 0.022896884009242058, + "E": 0.0002934080548584461, + "T": 0.00868369173258543, + "P": 0.030920416116714478, + "-": 0.9061956405639648 + }, + "id": "tp_25794" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3224258, + "label": "-", + "classification": { + "B": 4.046774471078152e-09, + "S": 2.0437571635056884e-09, + "I": 3.189368555922556e-07, + "C": 2.2237519203827105e-07, + "R": 5.076530840142368e-08, + "M": 2.603966038350336e-07, + "O": 3.787216087403067e-07, + "W": 2.644551022612518e-09, + "N": 3.4428544459785826e-09, + "Y": 6.904187102918513e-06, + "U": 4.1109779469472585e-10, + "K": 8.391622813297417e-11, + "L": 2.8696982568021667e-08, + "G": 1.268138248633477e-06, + "F": 3.45593762176577e-05, + "E": 3.896463240948833e-08, + "T": 2.2049467588658445e-05, + "P": 0.011452054604887962, + "-": 0.988481879234314 + }, + "id": "tp_25795" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3224391, + "label": "-", + "classification": { + "B": 1.0869184025041889e-10, + "S": 1.5699919142520002e-09, + "I": 6.683295623588492e-07, + "C": 1.1246764188399538e-05, + "R": 1.3046803815086605e-06, + "M": 1.7056461729225703e-05, + "O": 1.3259416391520062e-06, + "W": 1.5503431871621842e-09, + "N": 1.4996377473153188e-09, + "Y": 0.00043756558443419635, + "U": 4.5900139244992033e-10, + "K": 1.442523100969595e-09, + "L": 3.169638773670158e-07, + "G": 3.882848977809772e-05, + "F": 0.00014657198335044086, + "E": 1.396804663045259e-07, + "T": 0.0001204406435135752, + "P": 0.00021533327526412904, + "-": 0.9990091323852539 + }, + "id": "tp_25796" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3224525, + "label": "-", + "classification": { + "B": 3.33266348206962e-06, + "S": 0.0001326402125414461, + "I": 4.215177978039719e-05, + "C": 0.01024754997342825, + "R": 0.005989573895931244, + "M": 0.003480425337329507, + "O": 0.0013922598445788026, + "W": 6.732361362082884e-05, + "N": 2.6353307021054206e-06, + "Y": 0.007785058114677668, + "U": 1.8674376178751118e-06, + "K": 1.0974148608511314e-05, + "L": 0.0016748674679547548, + "G": 0.009980857372283936, + "F": 0.04807215556502342, + "E": 2.8426904464140534e-05, + "T": 0.009058497846126556, + "P": 0.0010881989728659391, + "-": 0.9009411334991455 + }, + "id": "tp_25797" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3224658, + "label": "-", + "classification": { + "B": 1.3476572348736227e-05, + "S": 3.355613080202602e-05, + "I": 0.0010854429565370083, + "C": 0.0004641518753487617, + "R": 7.970412843860686e-05, + "M": 0.00029301203903742135, + "O": 0.00014575006207451224, + "W": 1.5229305063257925e-05, + "N": 5.350378341972828e-05, + "Y": 0.0005676972214132547, + "U": 6.7611476879392285e-06, + "K": 1.5346693089668406e-06, + "L": 5.645124474540353e-05, + "G": 0.00038726403727196157, + "F": 0.004018384497612715, + "E": 0.00017474469495937228, + "T": 0.0016373086255043745, + "P": 0.2377760112285614, + "-": 0.7531899809837341 + }, + "id": "tp_25798" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3224758, + "label": "-", + "classification": { + "B": 6.390379891918485e-10, + "S": 1.3249214225741213e-10, + "I": 2.5121008206951956e-07, + "C": 3.970777015638305e-06, + "R": 2.732190864662698e-07, + "M": 5.84420320137724e-07, + "O": 9.895528307879431e-08, + "W": 4.778019091489227e-10, + "N": 5.71108438318646e-10, + "Y": 2.2137208361527883e-05, + "U": 5.406568526211686e-10, + "K": 8.497548498187513e-11, + "L": 4.174029299974791e-08, + "G": 4.387627086543944e-06, + "F": 6.111072434578091e-05, + "E": 8.300114728854169e-08, + "T": 6.1572136473841965e-06, + "P": 0.0016376599669456482, + "-": 0.998263418674469 + }, + "id": "tp_25799" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3224892, + "label": "-", + "classification": { + "B": 2.5835689143605123e-07, + "S": 3.10979248752119e-06, + "I": 8.067526323429774e-06, + "C": 1.2640554814424831e-05, + "R": 2.1669743546226528e-06, + "M": 1.6860945834196173e-05, + "O": 1.6370984667446464e-05, + "W": 1.4200878695191932e-06, + "N": 1.1185392168044928e-06, + "Y": 0.00046383330482058227, + "U": 1.2724019882170978e-07, + "K": 1.9022196283913217e-05, + "L": 1.624689048185246e-06, + "G": 0.0001672262733336538, + "F": 0.03389948979020119, + "E": 7.333950634347275e-05, + "T": 0.0001510024449089542, + "P": 0.01984790526330471, + "-": 0.945314347743988 + }, + "id": "tp_25800" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3225025, + "label": "-", + "classification": { + "B": 5.110752709924782e-08, + "S": 7.610846353145462e-08, + "I": 1.0085431085826713e-06, + "C": 0.00035013369051739573, + "R": 4.3529191316338256e-05, + "M": 9.109934035222977e-05, + "O": 1.825574872782454e-05, + "W": 8.358576053524303e-08, + "N": 9.848260873468462e-09, + "Y": 0.0004865567898377776, + "U": 9.867005879016233e-09, + "K": 2.1793786775248236e-09, + "L": 1.6343572497135028e-05, + "G": 0.0005189112853258848, + "F": 0.0005648266524076462, + "E": 2.3418343175762857e-07, + "T": 0.000286573835182935, + "P": 0.0005103708244860172, + "-": 0.9971119165420532 + }, + "id": "tp_25801" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3225125, + "label": "-", + "classification": { + "B": 9.363572530673991e-07, + "S": 5.98826730424662e-08, + "I": 5.626881466014311e-05, + "C": 2.118727206834592e-05, + "R": 1.8615207864058902e-06, + "M": 2.699065771594178e-05, + "O": 7.831505172362085e-06, + "W": 1.4574663964594947e-07, + "N": 8.536230780009646e-07, + "Y": 0.00013054015289526433, + "U": 6.11598025557214e-08, + "K": 1.3100744489236149e-08, + "L": 2.1292996734700864e-06, + "G": 4.810439713764936e-05, + "F": 0.0008772325236350298, + "E": 2.0722342014778405e-05, + "T": 9.485430200584233e-05, + "P": 0.11528372019529343, + "-": 0.8834263682365417 + }, + "id": "tp_25802" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3225259, + "label": "-", + "classification": { + "B": 8.260954928118736e-05, + "S": 2.896755722758826e-05, + "I": 7.730352990620304e-06, + "C": 6.170575943542644e-05, + "R": 3.0135428460198455e-05, + "M": 0.0005603243480436504, + "O": 0.0005904514691792428, + "W": 8.406468623434193e-06, + "N": 4.913891302749107e-07, + "Y": 0.0007388534140773118, + "U": 8.068531087701558e-08, + "K": 3.168294071542732e-08, + "L": 0.0004327846982050687, + "G": 0.001422331901267171, + "F": 0.015794778242707253, + "E": 2.0126797608099878e-05, + "T": 0.0005050328909419477, + "P": 0.0033691488206386566, + "-": 0.9763461351394653 + }, + "id": "tp_25803" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3225392, + "label": "-", + "classification": { + "B": 2.447503089086922e-09, + "S": 1.861571674588447e-09, + "I": 5.763169156125514e-06, + "C": 2.9353968784562312e-05, + "R": 1.961551106433035e-06, + "M": 5.855646122654434e-06, + "O": 9.909147138387198e-07, + "W": 6.125259410794115e-09, + "N": 6.704547672597982e-08, + "Y": 0.00028758429107256234, + "U": 1.0480906809107182e-08, + "K": 2.8471481172687163e-08, + "L": 1.1411020750529133e-07, + "G": 4.903288572677411e-05, + "F": 0.0007389122038148344, + "E": 3.5274026686238358e-06, + "T": 7.443170761689544e-05, + "P": 0.013734864071011543, + "-": 0.9850674867630005 + }, + "id": "tp_25804" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3225526, + "label": "-", + "classification": { + "B": 1.3679919419473663e-09, + "S": 7.783886313283972e-10, + "I": 6.310100957307441e-07, + "C": 3.847430321002321e-07, + "R": 1.7027931065172197e-08, + "M": 1.4955328424548497e-06, + "O": 1.9570387621570262e-07, + "W": 3.676223492288244e-10, + "N": 1.9016539454241865e-09, + "Y": 2.355833385081496e-05, + "U": 1.1151257695019012e-10, + "K": 5.545653519734017e-11, + "L": 2.7225768306493592e-08, + "G": 4.83658368466422e-06, + "F": 3.9106580516090617e-05, + "E": 3.12440562311167e-07, + "T": 2.270252298330888e-05, + "P": 0.0012926877243444324, + "-": 0.9986140727996826 + }, + "id": "tp_25805" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3225626, + "label": "-", + "classification": { + "B": 2.2841659585992602e-07, + "S": 2.1066858835183666e-07, + "I": 5.705541116185486e-05, + "C": 1.584783967700787e-05, + "R": 2.5889080461638514e-06, + "M": 5.0411763368174434e-05, + "O": 2.0348408725112677e-05, + "W": 2.749466148088686e-07, + "N": 1.0268661299051018e-06, + "Y": 9.53382914303802e-05, + "U": 1.09638563117187e-07, + "K": 9.985555493585707e-09, + "L": 4.399490080686519e-06, + "G": 6.425339233828709e-05, + "F": 0.0002781593648251146, + "E": 5.735948434448801e-06, + "T": 0.0005795404431410134, + "P": 0.04929773509502411, + "-": 0.9495267271995544 + }, + "id": "tp_25806" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3225759, + "label": "-", + "classification": { + "B": 2.333203497073555e-08, + "S": 2.775079188666041e-08, + "I": 2.137308229066548e-06, + "C": 5.269777375360718e-06, + "R": 1.1492247722344473e-06, + "M": 0.0001135730926762335, + "O": 9.007821972772945e-06, + "W": 3.2832915053404577e-08, + "N": 2.1179973330731627e-08, + "Y": 0.00046924673370085657, + "U": 1.0575145203972625e-08, + "K": 1.0894511959236297e-08, + "L": 1.540045900583209e-06, + "G": 8.04929222795181e-05, + "F": 0.0005943765863776207, + "E": 6.27220344995294e-07, + "T": 0.00045358712668530643, + "P": 0.0014585215831175447, + "-": 0.9968103766441345 + }, + "id": "tp_25807" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3225893, + "label": "-", + "classification": { + "B": 9.719320814838284e-08, + "S": 8.073168089595129e-08, + "I": 8.380297003895976e-06, + "C": 7.595356873935089e-05, + "R": 1.5851783246034756e-05, + "M": 4.829924364457838e-05, + "O": 9.926767233991995e-06, + "W": 1.4716071916609508e-07, + "N": 9.632213249233246e-08, + "Y": 0.00034698517993092537, + "U": 4.746713244685452e-08, + "K": 3.716029084444017e-08, + "L": 2.555853370722616e-06, + "G": 0.00011810671276180074, + "F": 0.0014765354571864009, + "E": 1.803586656023981e-06, + "T": 0.0001612503983778879, + "P": 0.006507576443254948, + "-": 0.9912262558937073 + }, + "id": "tp_25808" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3226026, + "label": "-", + "classification": { + "B": 3.784744330914691e-05, + "S": 1.5032521332614124e-05, + "I": 7.739596185274422e-05, + "C": 4.7120727685978636e-05, + "R": 1.3955679605714977e-05, + "M": 0.0006950689130462706, + "O": 0.00044226099271327257, + "W": 5.810794846183853e-06, + "N": 3.8651060094707645e-06, + "Y": 0.0010104544926434755, + "U": 4.457422164705349e-07, + "K": 2.3360678724770878e-08, + "L": 0.00010779019066831097, + "G": 0.0004792642139364034, + "F": 0.0006619234918616712, + "E": 3.364892472745851e-05, + "T": 0.002314091892912984, + "P": 0.01871338114142418, + "-": 0.9753406047821045 + }, + "id": "tp_25809" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3226126, + "label": "-", + "classification": { + "B": 4.385641295812093e-05, + "S": 5.3432249842444435e-05, + "I": 0.0009033674723468721, + "C": 0.006809627637267113, + "R": 0.0018880658317357302, + "M": 0.029269058257341385, + "O": 0.0032180133275687695, + "W": 3.86313877243083e-05, + "N": 3.7910322134848684e-05, + "Y": 0.03581898286938667, + "U": 1.6342979506589472e-05, + "K": 2.9376808470260585e-06, + "L": 0.004077279474586248, + "G": 0.027203086763620377, + "F": 0.007618170231580734, + "E": 0.0004668394976761192, + "T": 0.031347669661045074, + "P": 0.00676109129562974, + "-": 0.8444255590438843 + }, + "id": "tp_25810" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3226260, + "label": "-", + "classification": { + "B": 1.4202053080225596e-06, + "S": 3.8867375451445696e-07, + "I": 7.813674164935946e-05, + "C": 1.0536013178352732e-05, + "R": 1.6224250884988578e-06, + "M": 4.4563199480762705e-05, + "O": 1.986844654311426e-05, + "W": 5.535289915314934e-07, + "N": 2.795213049466838e-06, + "Y": 0.00025946044479496777, + "U": 2.4922323405007774e-07, + "K": 1.1439504987720284e-07, + "L": 3.1013892112241592e-06, + "G": 7.687987817917019e-05, + "F": 0.000679126416798681, + "E": 4.0863549656933174e-05, + "T": 0.00042650781688280404, + "P": 0.18787306547164917, + "-": 0.8104807734489441 + }, + "id": "tp_25811" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3226393, + "label": "-", + "classification": { + "B": 8.733719303322118e-10, + "S": 2.0041159842776324e-09, + "I": 5.059326213086024e-05, + "C": 2.393267322986503e-06, + "R": 2.0525250477021473e-07, + "M": 4.459018612124055e-07, + "O": 2.571415222973883e-07, + "W": 5.164866756501851e-09, + "N": 5.067612391940202e-07, + "Y": 2.4066555852186866e-05, + "U": 9.641018650086153e-09, + "K": 4.6495728156514815e-08, + "L": 1.4153807015304665e-08, + "G": 4.3674449443642516e-06, + "F": 0.00028543625376187265, + "E": 3.6798589917452773e-06, + "T": 2.5411472961422987e-05, + "P": 0.2100221812725067, + "-": 0.7895803451538086 + }, + "id": "tp_25812" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3226527, + "label": "-", + "classification": { + "B": 3.2631106705593993e-07, + "S": 7.91823566714811e-08, + "I": 1.2735780501316185e-06, + "C": 5.33676975464914e-05, + "R": 9.616502211429179e-06, + "M": 5.1633629482239485e-05, + "O": 7.128693141567055e-06, + "W": 4.932624619868875e-08, + "N": 1.9578010324039496e-08, + "Y": 0.0004329570510890335, + "U": 1.3184328295778869e-08, + "K": 7.324675532771607e-09, + "L": 6.1165278566477355e-06, + "G": 0.00017313988064415753, + "F": 0.0010899232001975179, + "E": 2.5426866159250494e-06, + "T": 0.00030843570129945874, + "P": 0.0019514065934345126, + "-": 0.9959119558334351 + }, + "id": "tp_25813" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3226627, + "label": "-", + "classification": { + "B": 1.766148329807038e-07, + "S": 5.384324595070211e-07, + "I": 7.814346645318437e-06, + "C": 8.174009053618647e-06, + "R": 1.6650149063934805e-06, + "M": 8.532387255399954e-06, + "O": 1.2997737030673306e-05, + "W": 4.0076147911349835e-07, + "N": 9.789779369384632e-07, + "Y": 0.0004221574927214533, + "U": 1.475746813639489e-07, + "K": 7.403930794680491e-06, + "L": 6.662375540145149e-07, + "G": 0.0001063951276591979, + "F": 0.008679760619997978, + "E": 1.6403373592766002e-05, + "T": 0.00011374173482181504, + "P": 0.02630688063800335, + "-": 0.9643052220344543 + }, + "id": "tp_25814" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3226760, + "label": "-", + "classification": { + "B": 6.22000015937374e-08, + "S": 2.9044340976724925e-07, + "I": 1.1566368812054861e-05, + "C": 0.00012257570051588118, + "R": 3.304052006569691e-05, + "M": 7.48431048123166e-05, + "O": 2.515004962333478e-05, + "W": 6.839484854026523e-07, + "N": 3.374463233285496e-07, + "Y": 0.0018353727646172047, + "U": 1.582484259188277e-07, + "K": 9.180092774840887e-07, + "L": 3.8493853935506195e-06, + "G": 0.00018478519632481039, + "F": 0.002069581998512149, + "E": 5.224788765190169e-06, + "T": 0.0005643940530717373, + "P": 0.0035456956829875708, + "-": 0.9915215969085693 + }, + "id": "tp_25815" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3226894, + "label": "-", + "classification": { + "B": 6.758658216421409e-11, + "S": 6.288504716955856e-10, + "I": 5.9568069588067374e-08, + "C": 4.755800375733088e-07, + "R": 8.03818949179913e-08, + "M": 2.596107151475735e-06, + "O": 3.2604103239464166e-07, + "W": 4.202363457217473e-10, + "N": 2.113306751816424e-10, + "Y": 0.0001419965992681682, + "U": 3.4608982346640005e-11, + "K": 2.992960324021965e-10, + "L": 4.867612446446401e-08, + "G": 1.3743520867137704e-05, + "F": 0.00024432357167825103, + "E": 1.7150107112229307e-08, + "T": 3.731507240445353e-05, + "P": 0.00017053248302545398, + "-": 0.9993883371353149 + }, + "id": "tp_25816" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3227027, + "label": "-", + "classification": { + "B": 1.4920996382894458e-10, + "S": 1.7304374599902417e-09, + "I": 3.4278255611752684e-07, + "C": 2.0329493963799905e-06, + "R": 5.509214133780915e-07, + "M": 1.2505851145760971e-06, + "O": 7.057731181703275e-07, + "W": 5.747013087642472e-09, + "N": 3.482257371345554e-09, + "Y": 0.00017889529408421367, + "U": 1.6398741253809135e-09, + "K": 2.146429878280287e-08, + "L": 5.571420658156967e-08, + "G": 5.9305089052941184e-06, + "F": 0.0005984632298350334, + "E": 8.38052329754646e-08, + "T": 3.874852700391784e-05, + "P": 0.0013097437331452966, + "-": 0.9978631138801575 + }, + "id": "tp_25817" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3227127, + "label": "-", + "classification": { + "B": 0.0001493383606430143, + "S": 0.00010221870616078377, + "I": 7.72022976889275e-05, + "C": 7.460575034201611e-06, + "R": 5.87495787840453e-06, + "M": 0.00037952428101561964, + "O": 0.0004729552601929754, + "W": 1.1126682693429757e-05, + "N": 4.657249064621283e-06, + "Y": 0.0005974152009002864, + "U": 1.2988685682557843e-07, + "K": 1.0384291471154938e-07, + "L": 8.025327406357974e-05, + "G": 0.0005960661801509559, + "F": 0.00622262479737401, + "E": 5.332491491572e-05, + "T": 0.0008019455708563328, + "P": 0.03143373131752014, + "-": 0.9590040445327759 + }, + "id": "tp_25818" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3227261, + "label": "-", + "classification": { + "B": 0.0016131192678585649, + "S": 0.001135695492848754, + "I": 0.0034491275437176228, + "C": 0.007592934183776379, + "R": 0.002395532326772809, + "M": 0.006164505146443844, + "O": 0.0038101430982351303, + "W": 0.0010323385940864682, + "N": 0.0010100004728883505, + "Y": 0.03411304950714111, + "U": 0.000746115343645215, + "K": 0.005112092010676861, + "L": 0.0024643715005367994, + "G": 0.03064948506653309, + "F": 0.09980790317058563, + "E": 0.007110315840691328, + "T": 0.01964230090379715, + "P": 0.08176566660404205, + "-": 0.6903852820396423 + }, + "id": "tp_25819" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3227394, + "label": "-", + "classification": { + "B": 1.6621737586319796e-07, + "S": 2.6376332584732154e-07, + "I": 1.1483516715316e-07, + "C": 6.598156687687151e-07, + "R": 5.291382194627658e-07, + "M": 8.168829663190991e-05, + "O": 3.7663416151190177e-05, + "W": 2.0482938012378327e-08, + "N": 9.82337433619307e-10, + "Y": 0.00019842959591187537, + "U": 5.487566651085629e-11, + "K": 7.631294034193825e-12, + "L": 2.2396023268811405e-05, + "G": 0.00026025783154182136, + "F": 0.001973601756617427, + "E": 1.767270134678256e-07, + "T": 0.00010957497579511255, + "P": 0.0002714959264267236, + "-": 0.9970429539680481 + }, + "id": "tp_25820" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3227528, + "label": "-", + "classification": { + "B": 8.738363505012003e-11, + "S": 8.745917184915797e-11, + "I": 3.316183949664264e-07, + "C": 7.181716199511357e-08, + "R": 1.0136669281735067e-08, + "M": 7.173533163040702e-07, + "O": 4.199369385560203e-08, + "W": 9.394101468940264e-11, + "N": 1.24390220346271e-09, + "Y": 1.5972053006407805e-05, + "U": 6.36161887057618e-11, + "K": 9.111172927234179e-11, + "L": 4.0915324461821e-09, + "G": 1.6101553228509147e-06, + "F": 5.340906500350684e-05, + "E": 3.101085894741118e-07, + "T": 1.3892637070966884e-05, + "P": 0.008482581935822964, + "-": 0.9914310574531555 + }, + "id": "tp_25821" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3227628, + "label": "-", + "classification": { + "B": 2.3157424422493023e-08, + "S": 5.396962592385535e-07, + "I": 1.0676030797185376e-05, + "C": 3.3404016903659794e-06, + "R": 1.9498459096212173e-06, + "M": 7.941553485579789e-05, + "O": 1.7911104805534706e-05, + "W": 2.54668890420362e-07, + "N": 3.3662007581369835e-07, + "Y": 0.0022291464265435934, + "U": 3.9140758190114866e-08, + "K": 1.473858333156386e-07, + "L": 2.5788190214370843e-06, + "G": 9.247016714653e-05, + "F": 0.0030186001677066088, + "E": 2.6146201435039984e-06, + "T": 0.001720855594612658, + "P": 0.0028116866014897823, + "-": 0.9900074005126953 + }, + "id": "tp_25822" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3227761, + "label": "-", + "classification": { + "B": 1.2827884587895966e-10, + "S": 4.84750406481993e-10, + "I": 7.575890776934102e-07, + "C": 1.7563480696480838e-06, + "R": 2.776625649403286e-07, + "M": 3.6239575820218306e-06, + "O": 3.9913155092108354e-07, + "W": 1.699101748187104e-09, + "N": 3.5798806141684736e-09, + "Y": 0.0001308280334342271, + "U": 9.531496703019116e-10, + "K": 4.656602214936356e-09, + "L": 2.176753000071585e-08, + "G": 4.705195806309348e-06, + "F": 0.00010489734268048778, + "E": 1.168227896641838e-07, + "T": 4.696205724030733e-05, + "P": 0.0007401864277198911, + "-": 0.9989655017852783 + }, + "id": "tp_25823" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3227895, + "label": "-", + "classification": { + "B": 1.1829241230998377e-07, + "S": 3.728252409018751e-07, + "I": 1.5005904970166739e-05, + "C": 2.3185657482827082e-05, + "R": 3.200406354153529e-06, + "M": 0.00010225592995993793, + "O": 1.592609260114841e-05, + "W": 2.8080503966521064e-07, + "N": 6.759187272109557e-07, + "Y": 0.0010960540967062116, + "U": 6.111050510071436e-08, + "K": 1.4286277973951655e-06, + "L": 3.641236389739788e-06, + "G": 0.0003568213141988963, + "F": 0.022103892639279366, + "E": 4.56999841844663e-05, + "T": 0.00047156261280179024, + "P": 0.014947019517421722, + "-": 0.9608127474784851 + }, + "id": "tp_25824" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3228028, + "label": "-", + "classification": { + "B": 3.3709712798923874e-09, + "S": 4.633094974337837e-08, + "I": 9.594755283615086e-07, + "C": 4.3898558942601085e-05, + "R": 4.826905296795303e-06, + "M": 4.8901042646321e-06, + "O": 2.880471356547787e-06, + "W": 1.3508295637620904e-07, + "N": 9.912982079640642e-08, + "Y": 0.0008494596113450825, + "U": 1.7181061906512696e-08, + "K": 2.2096581233199686e-05, + "L": 1.9072891177529527e-07, + "G": 0.00013352314999792725, + "F": 0.03192625567317009, + "E": 7.978983376233373e-06, + "T": 8.215209527406842e-05, + "P": 0.003866792656481266, + "-": 0.963053822517395 + }, + "id": "tp_25825" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3228128, + "label": "-", + "classification": { + "B": 3.605755864555249e-06, + "S": 1.7604492086320533e-07, + "I": 5.533778448807425e-07, + "C": 1.752612092786876e-06, + "R": 2.8579708555298566e-07, + "M": 8.139684359775856e-05, + "O": 2.5158133212244138e-05, + "W": 1.4103673606769007e-07, + "N": 1.2509773661406598e-08, + "Y": 5.3137700888328254e-05, + "U": 4.143549059421048e-09, + "K": 1.2284401273987555e-10, + "L": 1.0492432011233177e-05, + "G": 4.3309548345860094e-05, + "F": 0.0003627055848482996, + "E": 1.2739304793285555e-06, + "T": 0.00011632071255007759, + "P": 0.005499435123056173, + "-": 0.9938002228736877 + }, + "id": "tp_25826" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3228262, + "label": "-", + "classification": { + "B": 7.904755875642877e-06, + "S": 1.095431230169197e-06, + "I": 4.2911883610941e-06, + "C": 2.1463043594849296e-05, + "R": 1.6526911394976196e-06, + "M": 9.608167601982132e-05, + "O": 3.862121229758486e-05, + "W": 3.045966536774358e-07, + "N": 2.3166306561961392e-07, + "Y": 0.00017631673836149275, + "U": 1.9861989386527057e-08, + "K": 1.0236998093660077e-07, + "L": 8.427394277532585e-06, + "G": 0.00048510346096009016, + "F": 0.0033168497029691935, + "E": 3.0870636692270637e-05, + "T": 0.00016085422248579562, + "P": 0.008380632847547531, + "-": 0.9872690439224243 + }, + "id": "tp_25827" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3228395, + "label": "-", + "classification": { + "B": 5.701319950000838e-13, + "S": 3.0570810639896084e-12, + "I": 1.4318123930934235e-07, + "C": 2.8317406197686523e-09, + "R": 1.9580009835706846e-10, + "M": 1.7135691976477574e-08, + "O": 4.157330923959535e-09, + "W": 6.794213195521204e-12, + "N": 2.9656624378482377e-10, + "Y": 8.808879670141323e-07, + "U": 4.2544032533009535e-12, + "K": 1.139419374823758e-11, + "L": 4.9965628856618594e-11, + "G": 6.225690185601707e-08, + "F": 5.42909765499644e-06, + "E": 2.4254783070887243e-08, + "T": 1.4624500863646972e-06, + "P": 0.015423575416207314, + "-": 0.9845684766769409 + }, + "id": "tp_25828" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3228529, + "label": "-", + "classification": { + "B": 4.5948289617570026e-10, + "S": 2.81629441989395e-10, + "I": 5.598269581241766e-08, + "C": 2.5115798507613363e-07, + "R": 1.523968506944584e-08, + "M": 2.491342229404836e-06, + "O": 9.165707837155423e-08, + "W": 2.2693098788995059e-10, + "N": 4.1542819184670066e-10, + "Y": 0.00015148168313317, + "U": 4.603002007330659e-11, + "K": 3.3856002445986633e-09, + "L": 1.3163565348861539e-08, + "G": 2.912667150667403e-05, + "F": 0.0009799032704904675, + "E": 5.409250434240676e-07, + "T": 1.641235576244071e-05, + "P": 0.0008547079632990062, + "-": 0.9979649782180786 + }, + "id": "tp_25829" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3228629, + "label": "-", + "classification": { + "B": 5.1005602519360593e-11, + "S": 1.5138418296700706e-09, + "I": 5.1914842202904765e-08, + "C": 1.7142366459665936e-07, + "R": 1.9742874002304234e-08, + "M": 9.406110734744288e-07, + "O": 2.6252584461872175e-07, + "W": 2.0101484921042356e-09, + "N": 2.7397553115093842e-09, + "Y": 0.00024284199753310531, + "U": 8.601652029538442e-11, + "K": 1.2311416242027917e-07, + "L": 3.4606608689813356e-09, + "G": 5.753704954258865e-06, + "F": 0.0017267741495743394, + "E": 6.972477990530024e-07, + "T": 2.4759985535638407e-05, + "P": 0.0011039504315704107, + "-": 0.9968935251235962 + }, + "id": "tp_25830" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3228762, + "label": "-", + "classification": { + "B": 1.7245115202513261e-07, + "S": 1.203897795676312e-06, + "I": 0.00010306159674655646, + "C": 0.00012384800356812775, + "R": 2.5815599656198174e-05, + "M": 0.0003068461664952338, + "O": 4.443115903995931e-05, + "W": 2.0123788999626413e-06, + "N": 6.378581929311622e-06, + "Y": 0.0056911795400083065, + "U": 1.3153461395631894e-06, + "K": 7.49052269384265e-05, + "L": 4.424057351570809e-06, + "G": 0.0005068551399745047, + "F": 0.008348404429852962, + "E": 0.00014998177357483655, + "T": 0.001308624166995287, + "P": 0.014695903286337852, + "-": 0.9686046242713928 + }, + "id": "tp_25831" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3228896, + "label": "-", + "classification": { + "B": 1.4461874116022955e-06, + "S": 3.6488080468188855e-07, + "I": 0.0003359090769663453, + "C": 6.205506360856816e-05, + "R": 4.352335054136347e-06, + "M": 1.4738005120307207e-05, + "O": 1.0274077794747427e-05, + "W": 6.195771788952698e-07, + "N": 1.3858020793122705e-05, + "Y": 0.00022640102542936802, + "U": 8.355176532859332e-07, + "K": 2.8132565148553113e-06, + "L": 1.0848945066754823e-06, + "G": 0.00012798100942745805, + "F": 0.0008424418629147112, + "E": 0.00015746316057629883, + "T": 0.00014550454216077924, + "P": 0.3591391444206238, + "-": 0.6389126777648926 + }, + "id": "tp_25832" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3229029, + "label": "P", + "classification": { + "B": 1.7657297576079145e-05, + "S": 9.476026207266841e-06, + "I": 0.010750405490398407, + "C": 0.00034305269946344197, + "R": 2.7561680326471105e-05, + "M": 0.00010250842024106532, + "O": 4.6390752686420456e-05, + "W": 1.3853121345164254e-05, + "N": 0.00151712610386312, + "Y": 0.0008704245556145906, + "U": 1.5142994925554376e-05, + "K": 0.00029579619877040386, + "L": 7.441430170729291e-06, + "G": 0.0009950770763680339, + "F": 0.00492405379191041, + "E": 0.027627887204289436, + "T": 0.00030209228862077, + "P": 0.8604410290718079, + "-": 0.09169310331344604 + }, + "id": "tp_25833" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3229129, + "label": "P", + "classification": { + "B": 7.674555490666535e-06, + "S": 1.8205558944828226e-06, + "I": 0.0015739508671686053, + "C": 2.9295350032043643e-05, + "R": 2.5739066131791333e-06, + "M": 3.605575693654828e-05, + "O": 9.963886441255454e-06, + "W": 1.5087758811205276e-06, + "N": 0.00017085587023757398, + "Y": 7.630143954884261e-05, + "U": 1.486533619754482e-06, + "K": 1.5281302694347687e-05, + "L": 1.7859272247733315e-06, + "G": 0.00022993668972048908, + "F": 0.0012117066653445363, + "E": 0.0029597063548862934, + "T": 0.00011151571379741654, + "P": 0.9314174056053162, + "-": 0.06214108318090439 + }, + "id": "tp_25834" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3229263, + "label": "-", + "classification": { + "B": 3.841074658339494e-07, + "S": 1.1572760882927469e-07, + "I": 0.0003814800002146512, + "C": 7.938682392705232e-05, + "R": 3.0816684102319414e-06, + "M": 3.0829309253022075e-05, + "O": 2.7542821499082493e-06, + "W": 3.3555019740560965e-07, + "N": 1.4045626812730916e-05, + "Y": 0.0015586463268846273, + "U": 2.1625815804782178e-07, + "K": 8.558031549910083e-05, + "L": 1.8354606368120585e-07, + "G": 0.0006264803232625127, + "F": 0.006456947885453701, + "E": 0.0060630664229393005, + "T": 0.00014827551785856485, + "P": 0.29651838541030884, + "-": 0.6880298256874084 + }, + "id": "tp_25835" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3229396, + "label": "P", + "classification": { + "B": 1.977949182219163e-08, + "S": 3.36446204229901e-09, + "I": 8.881989924702793e-05, + "C": 7.878422820795095e-07, + "R": 2.3143586602714095e-08, + "M": 8.189607569875079e-07, + "O": 1.0658524729478813e-07, + "W": 6.7082823740349795e-09, + "N": 1.6677889789207256e-06, + "Y": 2.404298538749572e-05, + "U": 8.163975273589585e-09, + "K": 5.166234586795326e-07, + "L": 4.984592294476897e-09, + "G": 8.933252502174582e-06, + "F": 0.00032067036954686046, + "E": 0.0005879397504031658, + "T": 4.543765953712864e-06, + "P": 0.8145468235015869, + "-": 0.1844143271446228 + }, + "id": "tp_25836" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3229530, + "label": "P", + "classification": { + "B": 6.552507784363115e-06, + "S": 8.264468306151684e-06, + "I": 0.0011032904731109738, + "C": 1.1269826245552395e-05, + "R": 1.4962414525143686e-06, + "M": 7.424677460221574e-05, + "O": 1.586477446835488e-05, + "W": 2.0511045022431063e-06, + "N": 0.00018789978639688343, + "Y": 0.00012353467172943056, + "U": 5.909213882659969e-07, + "K": 1.2642448382393923e-05, + "L": 1.24837299608771e-06, + "G": 0.00013725648750551045, + "F": 0.0025986849796026945, + "E": 0.0033859191462397575, + "T": 0.0001228724722750485, + "P": 0.9182621836662292, + "-": 0.07394405454397202 + }, + "id": "tp_25837" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3229630, + "label": "P", + "classification": { + "B": 1.2610234989551827e-06, + "S": 2.689419886792166e-07, + "I": 0.0012438450939953327, + "C": 3.389142193555017e-06, + "R": 2.286317624111689e-07, + "M": 2.0628052880056202e-05, + "O": 1.7041140836226987e-06, + "W": 8.54858583920759e-08, + "N": 2.430335371172987e-05, + "Y": 8.862590766511858e-05, + "U": 4.099677397562118e-08, + "K": 2.0551902935039834e-07, + "L": 3.0659182925774076e-07, + "G": 4.999452721676789e-05, + "F": 0.00041822035564109683, + "E": 0.001119001186452806, + "T": 1.7250858945772052e-05, + "P": 0.9264773726463318, + "-": 0.07053331285715103 + }, + "id": "tp_25838" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3229763, + "label": "P", + "classification": { + "B": 3.1056311854626983e-05, + "S": 5.3463121730601415e-05, + "I": 0.008712546899914742, + "C": 0.00016218677046708763, + "R": 2.5611749151721597e-05, + "M": 0.0005857798387296498, + "O": 0.00010007772652897984, + "W": 2.7365338610252365e-05, + "N": 0.0019410355016589165, + "Y": 0.0014900969108566642, + "U": 1.2837452231906354e-05, + "K": 0.0009788598399609327, + "L": 1.3582062820205465e-05, + "G": 0.0011365865357220173, + "F": 0.011788851581513882, + "E": 0.06366977095603943, + "T": 0.0006156867020763457, + "P": 0.7703633308410645, + "-": 0.13829132914543152 + }, + "id": "tp_25839" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3229897, + "label": "-", + "classification": { + "B": 1.0827704500115942e-05, + "S": 1.904337841551751e-05, + "I": 0.000332025985699147, + "C": 0.00010360259329900146, + "R": 2.170595143979881e-05, + "M": 0.00013738313282374293, + "O": 0.00010152735194424167, + "W": 1.4327341887110379e-05, + "N": 6.790905899833888e-05, + "Y": 0.0038515119813382626, + "U": 4.289427124604117e-06, + "K": 8.282044291263446e-05, + "L": 1.3209139979153406e-05, + "G": 0.0014233407564461231, + "F": 0.06443233788013458, + "E": 0.001502048340626061, + "T": 0.000919197453185916, + "P": 0.3347330689430237, + "-": 0.5922298431396484 + }, + "id": "tp_25840" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3230030, + "label": "P", + "classification": { + "B": 4.391099821532407e-07, + "S": 9.342698170655694e-09, + "I": 5.087837780592963e-05, + "C": 2.3198511200916982e-07, + "R": 5.506449074488273e-09, + "M": 4.177153698492475e-07, + "O": 7.650786670865273e-08, + "W": 6.688907205898431e-09, + "N": 1.5921834801702062e-06, + "Y": 8.80837433214765e-07, + "U": 4.313579271553181e-09, + "K": 1.0028797348127227e-08, + "L": 1.635075719264023e-08, + "G": 3.0420887924265116e-06, + "F": 2.285525988554582e-05, + "E": 0.0002702636702451855, + "T": 2.0171955839032307e-06, + "P": 0.976871907711029, + "-": 0.022775299847126007 + }, + "id": "tp_25841" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3230130, + "label": "-", + "classification": { + "B": 0.00026636113761924207, + "S": 3.89510860259179e-05, + "I": 0.0006560571491718292, + "C": 9.400941780768335e-05, + "R": 2.725496597122401e-05, + "M": 0.0014379579806700349, + "O": 0.0003498991427477449, + "W": 2.4014650989556685e-05, + "N": 2.788430174405221e-05, + "Y": 0.003431493416428566, + "U": 3.403819846425904e-06, + "K": 4.760761385114165e-06, + "L": 0.00014355163148138672, + "G": 0.002898029750213027, + "F": 0.016076702624559402, + "E": 0.0011821773368865252, + "T": 0.0017323881620541215, + "P": 0.11304140090942383, + "-": 0.8585637807846069 + }, + "id": "tp_25842" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3230264, + "label": "-", + "classification": { + "B": 8.414984040427953e-05, + "S": 0.00010334017861168832, + "I": 0.0013484933879226446, + "C": 0.000854174024425447, + "R": 0.00012942097964696586, + "M": 0.0014043519040569663, + "O": 0.000556514598429203, + "W": 9.19863159651868e-05, + "N": 0.00026990179321728647, + "Y": 0.011312556453049183, + "U": 3.4686298022279516e-05, + "K": 0.00046974330325610936, + "L": 0.00015772214101161808, + "G": 0.006544013042002916, + "F": 0.10508660227060318, + "E": 0.006453401409089565, + "T": 0.0039932578802108765, + "P": 0.15145345032215118, + "-": 0.7096522450447083 + }, + "id": "tp_25843" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3230397, + "label": "-", + "classification": { + "B": 0.0017909402959048748, + "S": 0.0026193554513156414, + "I": 0.005578262265771627, + "C": 0.008128252811729908, + "R": 0.004856789018958807, + "M": 0.02259140834212303, + "O": 0.010384892113506794, + "W": 0.0015906537882983685, + "N": 0.0011294020805507898, + "Y": 0.0518169179558754, + "U": 0.0005375004257075489, + "K": 0.0006784925353713334, + "L": 0.006198208313435316, + "G": 0.027926579117774963, + "F": 0.0578000545501709, + "E": 0.0034254572819918394, + "T": 0.0465131476521492, + "P": 0.04924852401018143, + "-": 0.6971850991249084 + }, + "id": "tp_25844" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3230531, + "label": "P", + "classification": { + "B": 0.0011016317876055837, + "S": 0.00032198542612604797, + "I": 0.003084640484303236, + "C": 0.0004921776708215475, + "R": 0.00019071246788371354, + "M": 0.0006840294227004051, + "O": 0.001383232418447733, + "W": 0.00035945308627560735, + "N": 0.0010516255861148238, + "Y": 0.004044292960315943, + "U": 0.00013214028149377555, + "K": 0.000686593062710017, + "L": 0.000264784466708079, + "G": 0.004736457951366901, + "F": 0.03858378529548645, + "E": 0.010494834743440151, + "T": 0.003319696057587862, + "P": 0.4746704697608948, + "-": 0.454397588968277 + }, + "id": "tp_25845" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3230631, + "label": "P", + "classification": { + "B": 1.33250397382767e-08, + "S": 4.09937044310027e-08, + "I": 0.0001898061454994604, + "C": 5.161623448657338e-07, + "R": 6.91261305973967e-08, + "M": 9.123158406509901e-07, + "O": 5.130831937094626e-07, + "W": 1.130510440816579e-08, + "N": 6.908343493705615e-06, + "Y": 1.7061891412595287e-05, + "U": 1.1265090194001459e-08, + "K": 3.0719210286633825e-08, + "L": 2.8290797260410727e-08, + "G": 5.5324803724943195e-06, + "F": 8.722123311599717e-05, + "E": 2.290312659170013e-05, + "T": 2.7426174710853957e-05, + "P": 0.8716835975646973, + "-": 0.1279573142528534 + }, + "id": "tp_25846" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3230764, + "label": "-", + "classification": { + "B": 1.959280598384794e-05, + "S": 9.744972885528114e-06, + "I": 0.00040806285687722266, + "C": 0.0001441501808585599, + "R": 3.316114816698246e-05, + "M": 0.00011489509779494256, + "O": 0.00010707317414926365, + "W": 8.923159839469008e-06, + "N": 2.3348055037786253e-05, + "Y": 0.0006918496219441295, + "U": 3.747009714061278e-06, + "K": 1.0308287983207265e-06, + "L": 3.4517015592427924e-05, + "G": 0.0002597614948172122, + "F": 0.0035440658684819937, + "E": 0.0002642928739078343, + "T": 0.0006336632068268955, + "P": 0.24145057797431946, + "-": 0.7522476315498352 + }, + "id": "tp_25847" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3230898, + "label": "-", + "classification": { + "B": 1.4014997304911958e-06, + "S": 2.3083323412720347e-06, + "I": 4.103210449102335e-05, + "C": 0.00023099970712792128, + "R": 2.2429834643844515e-05, + "M": 0.00018935724801849574, + "O": 5.6070010032271966e-05, + "W": 2.791364522636286e-06, + "N": 5.361073363019386e-06, + "Y": 0.004841144662350416, + "U": 1.047263936015952e-06, + "K": 1.6295502064167522e-05, + "L": 1.2170199624961242e-05, + "G": 0.0011905092978850007, + "F": 0.03293376415967941, + "E": 0.00015750738384667784, + "T": 0.00112150888890028, + "P": 0.022791115567088127, + "-": 0.9363831281661987 + }, + "id": "tp_25848" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3231031, + "label": "P", + "classification": { + "B": 5.2792202041018754e-05, + "S": 5.656688881572336e-05, + "I": 0.004887701477855444, + "C": 0.00015309533046092838, + "R": 3.7394675018731505e-05, + "M": 0.0002543131122365594, + "O": 0.0001269652711926028, + "W": 4.851322955801152e-05, + "N": 0.0009426507749594748, + "Y": 0.0006966395303606987, + "U": 3.5181477869628e-05, + "K": 0.00016856264846865088, + "L": 1.808479464671109e-05, + "G": 0.00046928395750001073, + "F": 0.004087088163942099, + "E": 0.005463526584208012, + "T": 0.0008440157980658114, + "P": 0.8355247378349304, + "-": 0.14613287150859833 + }, + "id": "tp_25849" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3231131, + "label": "-", + "classification": { + "B": 0.0019052737625315785, + "S": 0.0027834423817694187, + "I": 0.011228411458432674, + "C": 0.014056948013603687, + "R": 0.004091699607670307, + "M": 0.032209768891334534, + "O": 0.009657051414251328, + "W": 0.0014536823146045208, + "N": 0.0022250597830861807, + "Y": 0.05987919494509697, + "U": 0.0007821909384801984, + "K": 0.0007587355212308466, + "L": 0.008254462853074074, + "G": 0.033598922193050385, + "F": 0.08275777101516724, + "E": 0.010909548960626125, + "T": 0.03417132794857025, + "P": 0.08885461091995239, + "-": 0.6004219651222229 + }, + "id": "tp_25850" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3231265, + "label": "-", + "classification": { + "B": 0.00015584808716084808, + "S": 1.3049373592366464e-05, + "I": 0.002301378408446908, + "C": 0.00459200469776988, + "R": 0.0004278698470443487, + "M": 0.001378303044475615, + "O": 0.0004025042580906302, + "W": 1.8752285541268066e-05, + "N": 0.00010197799565503374, + "Y": 0.005093476269394159, + "U": 5.809467256767675e-05, + "K": 1.7695247152005322e-05, + "L": 0.00043746709707193077, + "G": 0.010444080457091331, + "F": 0.015025299973785877, + "E": 0.0018270958680659533, + "T": 0.0031833741813898087, + "P": 0.13710351288318634, + "-": 0.8174182176589966 + }, + "id": "tp_25851" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3231398, + "label": "-", + "classification": { + "B": 7.20416137482971e-05, + "S": 6.680189926555613e-06, + "I": 0.0009548488887958229, + "C": 0.0013202448608353734, + "R": 0.00018059277499560267, + "M": 0.0025741131976246834, + "O": 0.0003016035770997405, + "W": 1.2061841516697314e-05, + "N": 3.048758844670374e-05, + "Y": 0.008666746318340302, + "U": 1.1343538972141687e-05, + "K": 2.804920768539887e-06, + "L": 0.0002209701924584806, + "G": 0.0050537860952317715, + "F": 0.0025942691136151552, + "E": 0.0007094234460964799, + "T": 0.0052741221152246, + "P": 0.058843761682510376, + "-": 0.9131700992584229 + }, + "id": "tp_25852" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3231532, + "label": "-", + "classification": { + "B": 2.160392796213273e-06, + "S": 3.0391379368666094e-06, + "I": 0.00010440603364259005, + "C": 1.821423211367801e-05, + "R": 4.057274509250419e-06, + "M": 5.9376481658546254e-05, + "O": 3.8785237848060206e-05, + "W": 1.6289734503516229e-06, + "N": 7.970704245963134e-06, + "Y": 0.0003505951608531177, + "U": 4.972667397851183e-07, + "K": 4.1392488014935225e-07, + "L": 5.198669896344654e-06, + "G": 0.00010087852569995448, + "F": 0.0017295550787821412, + "E": 4.942696978105232e-05, + "T": 0.0006848169723525643, + "P": 0.1374029815196991, + "-": 0.85943603515625 + }, + "id": "tp_25853" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3231632, + "label": "P", + "classification": { + "B": 0.00013190644676797092, + "S": 0.00015891269140411168, + "I": 0.0006162222707644105, + "C": 3.697472857311368e-05, + "R": 9.716542081150692e-06, + "M": 0.00022526204702444375, + "O": 0.00027706779656000435, + "W": 4.995476774638519e-05, + "N": 0.00017182739975396544, + "Y": 0.00015499569417443126, + "U": 5.8733726291393396e-06, + "K": 1.298469851462869e-05, + "L": 2.516302265576087e-05, + "G": 0.00017921575636137277, + "F": 0.0035318597219884396, + "E": 0.0008968080510385334, + "T": 0.0011598571436479688, + "P": 0.5535657405853271, + "-": 0.43878963589668274 + }, + "id": "tp_25854" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3231765, + "label": "-", + "classification": { + "B": 7.89812474977225e-05, + "S": 6.313346148090204e-06, + "I": 0.0002869871095754206, + "C": 0.00039085320895537734, + "R": 8.602628804510459e-05, + "M": 0.0005343279917724431, + "O": 0.0002580538857728243, + "W": 9.535741810395848e-06, + "N": 1.0756903066067025e-05, + "Y": 0.0008471887558698654, + "U": 2.166715830753674e-06, + "K": 1.0131899443877046e-06, + "L": 0.00010533640306675807, + "G": 0.0016815036069601774, + "F": 0.004224269185215235, + "E": 0.00019156665075570345, + "T": 0.0010567251592874527, + "P": 0.04753119871020317, + "-": 0.9426972270011902 + }, + "id": "tp_25855" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3231899, + "label": "-", + "classification": { + "B": 3.718915877470863e-07, + "S": 1.4269943449107814e-07, + "I": 1.826942025218159e-05, + "C": 2.4275716441479744e-06, + "R": 9.692485036794096e-08, + "M": 9.037104064191226e-06, + "O": 2.865330998247373e-06, + "W": 7.61535474680386e-08, + "N": 6.110703338890744e-07, + "Y": 2.5587540221749805e-05, + "U": 1.0487507751122394e-08, + "K": 1.927355519626417e-08, + "L": 1.6983511841317522e-07, + "G": 1.5817622625036165e-05, + "F": 0.00031846275669522583, + "E": 1.1650255146378186e-05, + "T": 5.280456389300525e-05, + "P": 0.2467966228723526, + "-": 0.7527449727058411 + }, + "id": "tp_25856" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3232032, + "label": "-", + "classification": { + "B": 3.0127401373647444e-07, + "S": 1.3393098186043062e-07, + "I": 1.5816935047041625e-05, + "C": 1.0059256055683363e-05, + "R": 5.240794962446671e-07, + "M": 3.025244404852856e-05, + "O": 3.9560031837027054e-06, + "W": 7.325245832134897e-08, + "N": 4.645611682008166e-07, + "Y": 0.0003130713012069464, + "U": 3.7406991282296076e-08, + "K": 1.517405223694368e-07, + "L": 9.830858971326961e-07, + "G": 0.00018880910647567362, + "F": 0.005493888631463051, + "E": 4.6175286115612835e-05, + "T": 0.00012078125291736796, + "P": 0.0730920135974884, + "-": 0.9206826090812683 + }, + "id": "tp_25857" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3232132, + "label": "-", + "classification": { + "B": 2.369255753364996e-06, + "S": 1.4184786323312437e-06, + "I": 0.0002161925658583641, + "C": 0.0001846452651079744, + "R": 2.5961780920624733e-05, + "M": 0.00030814739875495434, + "O": 5.923856588196941e-05, + "W": 2.535064368203166e-06, + "N": 8.32238765724469e-06, + "Y": 0.0017532603815197945, + "U": 1.538148580948473e-06, + "K": 5.690485522791278e-06, + "L": 1.2368373063509353e-05, + "G": 0.0007960545481182635, + "F": 0.009495854377746582, + "E": 0.00022195711790118366, + "T": 0.0007399534224532545, + "P": 0.07264786958694458, + "-": 0.9135167002677917 + }, + "id": "tp_25858" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3232266, + "label": "-", + "classification": { + "B": 4.8653664634912275e-06, + "S": 2.0292020508350106e-06, + "I": 0.0004055268655065447, + "C": 0.00011599054414546117, + "R": 1.6850914107635617e-05, + "M": 7.775942503940314e-05, + "O": 2.7767095161834732e-05, + "W": 2.7983687687083147e-06, + "N": 2.2382328097592108e-05, + "Y": 0.0010832531843334436, + "U": 2.3652796699025203e-06, + "K": 1.766878631315194e-05, + "L": 5.115698058943963e-06, + "G": 0.00039446132723242044, + "F": 0.009887024760246277, + "E": 0.0007723019225522876, + "T": 0.00035008613485842943, + "P": 0.2886843681335449, + "-": 0.6981273889541626 + }, + "id": "tp_25859" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3232399, + "label": "P", + "classification": { + "B": 0.00020018791838083416, + "S": 0.00011608261411311105, + "I": 0.0006310399621725082, + "C": 2.8716738597722724e-05, + "R": 6.7985611167387106e-06, + "M": 0.0002190861414419487, + "O": 0.00030566551140509546, + "W": 6.08435038884636e-05, + "N": 0.00017919536912813783, + "Y": 0.00021813224884681404, + "U": 6.6286074797972105e-06, + "K": 1.7462822142988443e-05, + "L": 3.111561818514019e-05, + "G": 0.00029971293406561017, + "F": 0.005056204739958048, + "E": 0.001475643482990563, + "T": 0.0006502686883322895, + "P": 0.6162703633308411, + "-": 0.3742268681526184 + }, + "id": "tp_25860" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3232533, + "label": "P", + "classification": { + "B": 3.826688157460012e-07, + "S": 7.750746817691834e-07, + "I": 0.0003215390897821635, + "C": 3.965917585446732e-06, + "R": 2.3432622242580692e-07, + "M": 2.5195902253472013e-06, + "O": 1.2605997881109943e-06, + "W": 2.1493427482255356e-07, + "N": 2.467114245519042e-05, + "Y": 3.9749997085891664e-05, + "U": 3.055155559650302e-07, + "K": 3.0161818358465098e-06, + "L": 1.269485636612444e-07, + "G": 7.376081612164853e-06, + "F": 0.0007153154001571238, + "E": 0.0002678148739505559, + "T": 3.589363404898904e-05, + "P": 0.8499885201454163, + "-": 0.14858625829219818 + }, + "id": "tp_25861" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3232633, + "label": "-", + "classification": { + "B": 1.1100900337623898e-05, + "S": 2.0278610008972464e-06, + "I": 5.190207957639359e-05, + "C": 1.0485452548891772e-05, + "R": 1.3713946600546478e-06, + "M": 3.450648000580259e-05, + "O": 2.6505018468014896e-05, + "W": 1.831383997341618e-06, + "N": 4.4944777073396835e-06, + "Y": 0.00019905553199350834, + "U": 3.815885634139704e-07, + "K": 7.728911555204832e-07, + "L": 2.675242967598024e-06, + "G": 8.544966112822294e-05, + "F": 0.0025647529400885105, + "E": 6.489839142886922e-05, + "T": 0.0002116475225193426, + "P": 0.2107047140598297, + "-": 0.7860214710235596 + }, + "id": "tp_25862" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3232766, + "label": "P", + "classification": { + "B": 0.0009091394604183733, + "S": 0.002701234072446823, + "I": 0.024173559620976448, + "C": 0.0015779322711750865, + "R": 0.00099859107285738, + "M": 0.003452124772593379, + "O": 0.003647502511739731, + "W": 0.0013509319396689534, + "N": 0.009268342517316341, + "Y": 0.0073309955187141895, + "U": 0.0005825068801641464, + "K": 0.0032342043705284595, + "L": 0.0008155320538207889, + "G": 0.006216204725205898, + "F": 0.04010361060500145, + "E": 0.013441882096230984, + "T": 0.008653305470943451, + "P": 0.5716626048088074, + "-": 0.2998797595500946 + }, + "id": "tp_25863" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3232900, + "label": "-", + "classification": { + "B": 2.8046111765434034e-05, + "S": 5.694609626516467e-06, + "I": 0.0009505678317509592, + "C": 6.511581887025386e-05, + "R": 1.1503056157380342e-05, + "M": 0.00020735447469633073, + "O": 7.330691005336121e-05, + "W": 5.2021337069163565e-06, + "N": 3.787530295085162e-05, + "Y": 0.0008745511877350509, + "U": 3.1134511573327472e-06, + "K": 1.2985084367755917e-06, + "L": 2.048510759777855e-05, + "G": 0.00041095184860751033, + "F": 0.0010761729208752513, + "E": 0.00037226403946988285, + "T": 0.0011662521865218878, + "P": 0.3463587760925293, + "-": 0.6483314633369446 + }, + "id": "tp_25864" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3233033, + "label": "P", + "classification": { + "B": 1.3066335213807179e-07, + "S": 1.1080099682203581e-07, + "I": 0.00020533885981421918, + "C": 2.5683749527161126e-07, + "R": 1.5775738049228494e-08, + "M": 6.418969178412226e-07, + "O": 2.122803977044896e-07, + "W": 1.8907105214793773e-08, + "N": 1.6012490959838033e-05, + "Y": 5.653155312757008e-07, + "U": 4.4736814253099055e-09, + "K": 5.4810417537964895e-08, + "L": 8.846079424529307e-09, + "G": 2.0266652427380905e-06, + "F": 3.866970291710459e-05, + "E": 0.00015125975187402219, + "T": 1.3765974244961399e-06, + "P": 0.9934465289115906, + "-": 0.006136659067124128 + }, + "id": "tp_25865" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3233133, + "label": "P", + "classification": { + "B": 1.7572881461092038e-07, + "S": 1.6908243694047087e-08, + "I": 5.6522323575336486e-05, + "C": 2.1339685645216377e-06, + "R": 9.028025260704453e-08, + "M": 4.097873897990212e-06, + "O": 8.532174433639739e-07, + "W": 6.199269364515203e-08, + "N": 1.82851874797052e-06, + "Y": 5.709556717192754e-05, + "U": 4.2240202446919284e-08, + "K": 2.861251687136246e-06, + "L": 5.618676723884164e-08, + "G": 4.868701216764748e-05, + "F": 0.0023804903030395508, + "E": 0.0009823775617405772, + "T": 1.2318178050918505e-05, + "P": 0.5169999599456787, + "-": 0.4794502258300781 + }, + "id": "tp_25866" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3233267, + "label": "P", + "classification": { + "B": 4.965711013937835e-06, + "S": 3.381870072871607e-08, + "I": 0.0001082432281691581, + "C": 1.576032445882447e-06, + "R": 1.627772405754513e-08, + "M": 2.7822777610708727e-06, + "O": 2.3755396227898018e-07, + "W": 1.2425695139484105e-08, + "N": 1.748401246004505e-06, + "Y": 1.805788815545384e-05, + "U": 1.3982741187135161e-08, + "K": 3.4857833952628425e-08, + "L": 7.70932118143719e-08, + "G": 2.2716509192832746e-05, + "F": 0.00019257522944826633, + "E": 0.0016269430052489042, + "T": 6.40140888208407e-06, + "P": 0.9187299609184265, + "-": 0.07928361743688583 + }, + "id": "tp_25867" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3233400, + "label": "P", + "classification": { + "B": 9.363543358631432e-05, + "S": 7.762076165818144e-06, + "I": 0.01372753456234932, + "C": 7.900384662207216e-05, + "R": 1.0268703590554651e-05, + "M": 0.0002451850741636008, + "O": 2.327329639228992e-05, + "W": 8.296276064356789e-06, + "N": 0.0004780250310432166, + "Y": 0.0003424466704018414, + "U": 2.9188593089202186e-06, + "K": 5.733485977543751e-06, + "L": 8.434762094111647e-06, + "G": 0.00016465879161842167, + "F": 0.0002931773487944156, + "E": 0.017730433493852615, + "T": 0.00010116509656654671, + "P": 0.9330455660820007, + "-": 0.03363241255283356 + }, + "id": "tp_25868" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3233500, + "label": "P", + "classification": { + "B": 5.70975888791736e-09, + "S": 1.00971808691952e-09, + "I": 9.838699770625681e-05, + "C": 5.736572106229687e-08, + "R": 8.715310695350809e-10, + "M": 5.778642986342675e-08, + "O": 7.68245644877652e-09, + "W": 6.730869195337164e-10, + "N": 2.53436360253545e-06, + "Y": 1.5578518741676817e-07, + "U": 9.752347818192675e-10, + "K": 1.2659394421632442e-08, + "L": 4.664089114925218e-10, + "G": 2.178843487854465e-07, + "F": 4.1437920117459726e-06, + "E": 0.00010255382221657783, + "T": 4.0222667507805454e-07, + "P": 0.9926738142967224, + "-": 0.007117753848433495 + }, + "id": "tp_25869" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3233634, + "label": "P", + "classification": { + "B": 2.4430440248579544e-07, + "S": 1.5272753728368116e-08, + "I": 0.0022518981713801622, + "C": 1.2083668252671487e-06, + "R": 5.6966715789030786e-08, + "M": 1.986467623282806e-06, + "O": 7.604284490980717e-08, + "W": 4.430887212691914e-09, + "N": 2.448899067530874e-05, + "Y": 3.8836628846183885e-06, + "U": 6.014701181555893e-09, + "K": 1.2393733150872777e-08, + "L": 1.7921133022014146e-08, + "G": 3.876721166307107e-06, + "F": 8.016207175387535e-06, + "E": 0.0004248355398885906, + "T": 2.73581485998875e-06, + "P": 0.993095338344574, + "-": 0.004181240685284138 + }, + "id": "tp_25870" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3233767, + "label": "P", + "classification": { + "B": 1.1834832491786074e-07, + "S": 1.548140105001039e-08, + "I": 3.4494922147132456e-05, + "C": 4.0094896576192696e-06, + "R": 9.42121829439202e-08, + "M": 3.2955192637018627e-06, + "O": 3.4384859759484243e-07, + "W": 1.1030135027567667e-08, + "N": 6.498235620711057e-07, + "Y": 4.6250388550106436e-05, + "U": 7.583901506791335e-09, + "K": 6.306724031901467e-08, + "L": 3.812147042481229e-08, + "G": 2.553487865952775e-05, + "F": 0.0005370509461499751, + "E": 0.00016905981465242803, + "T": 1.0152888535230886e-05, + "P": 0.5588970184326172, + "-": 0.4402717649936676 + }, + "id": "tp_25871" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3233901, + "label": "P", + "classification": { + "B": 0.0003652090672403574, + "S": 0.0001283667079405859, + "I": 0.03325095400214195, + "C": 0.0011588695924729109, + "R": 0.00043529263348318636, + "M": 0.004050088115036488, + "O": 0.0008192884270101786, + "W": 7.914411253295839e-05, + "N": 0.0021128274966031313, + "Y": 0.01226535439491272, + "U": 4.536908454610966e-05, + "K": 3.10129726130981e-05, + "L": 0.0003507712681312114, + "G": 0.00576702319085598, + "F": 0.0030718205962330103, + "E": 0.011583331041038036, + "T": 0.005940795410424471, + "P": 0.6611585021018982, + "-": 0.2573860287666321 + }, + "id": "tp_25872" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3234001, + "label": "P", + "classification": { + "B": 9.101742470818408e-09, + "S": 2.033436352633089e-08, + "I": 0.00017346521781291813, + "C": 7.290631742762343e-08, + "R": 3.5796772213103623e-09, + "M": 9.360977628602996e-07, + "O": 7.826930215060202e-08, + "W": 5.7124251995333e-09, + "N": 5.9064204833703116e-06, + "Y": 6.842974016763037e-06, + "U": 1.6327709184693617e-09, + "K": 2.6749225412459054e-07, + "L": 3.309656548822204e-09, + "G": 3.244529807489016e-06, + "F": 0.0001418495667167008, + "E": 0.00048529371269978583, + "T": 3.614474053392769e-06, + "P": 0.9669095873832703, + "-": 0.03226877748966217 + }, + "id": "tp_25873" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3234134, + "label": "P", + "classification": { + "B": 1.979282071573607e-09, + "S": 4.761481875448226e-09, + "I": 1.185764904221287e-05, + "C": 4.1418526386394205e-09, + "R": 1.471019972498766e-10, + "M": 1.5237265671430578e-08, + "O": 6.862461265910724e-09, + "W": 1.246697189927204e-09, + "N": 9.084982934837171e-07, + "Y": 9.117196952956874e-08, + "U": 2.5392427049908406e-10, + "K": 1.1190619986223282e-08, + "L": 1.1233529384480079e-10, + "G": 5.792690060957284e-08, + "F": 1.6021884221117944e-05, + "E": 6.172361463541165e-05, + "T": 8.848580534959183e-08, + "P": 0.9956697225570679, + "-": 0.004239436239004135 + }, + "id": "tp_25874" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3234268, + "label": "P", + "classification": { + "B": 5.8658665693656076e-06, + "S": 7.52919231672422e-06, + "I": 0.002212394727393985, + "C": 1.356868688162649e-05, + "R": 2.6193854409939377e-06, + "M": 4.1531704482622445e-05, + "O": 1.4763011677132454e-05, + "W": 4.525866188487271e-06, + "N": 0.0009116577566601336, + "Y": 0.0002279608597746119, + "U": 2.0869406398560386e-06, + "K": 0.0007497429614886642, + "L": 1.1148696330565144e-06, + "G": 0.0006909574149176478, + "F": 0.006954800803214312, + "E": 0.0506238155066967, + "T": 0.00016212271293625236, + "P": 0.9041734337806702, + "-": 0.0331994853913784 + }, + "id": "tp_25875" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3234401, + "label": "P", + "classification": { + "B": 4.828715418625507e-07, + "S": 2.4688326050181786e-08, + "I": 0.0011438630754128098, + "C": 4.349496521172114e-06, + "R": 2.1770577518509526e-07, + "M": 6.5168951550731435e-06, + "O": 4.86784529130091e-07, + "W": 2.010150090825391e-08, + "N": 2.1335985366022214e-05, + "Y": 4.2513936932664365e-05, + "U": 5.6281621141351934e-08, + "K": 2.0579383885888092e-07, + "L": 1.0892480162283391e-07, + "G": 4.5376858906820416e-05, + "F": 0.00013722697622142732, + "E": 0.0011064900318160653, + "T": 2.0581976059474982e-05, + "P": 0.9442939758300781, + "-": 0.05317619442939758 + }, + "id": "tp_25876" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3234501, + "label": "P", + "classification": { + "B": 0.000232395512284711, + "S": 2.7236992536927573e-05, + "I": 0.00527423107996583, + "C": 0.0005758611368946731, + "R": 3.568580359569751e-05, + "M": 0.0011935073416680098, + "O": 0.00011910183820873499, + "W": 1.690576937107835e-05, + "N": 0.00041823909850791097, + "Y": 0.0030685586389154196, + "U": 2.5693007046356797e-05, + "K": 9.123880590777844e-05, + "L": 6.094780837884173e-05, + "G": 0.0030603157356381416, + "F": 0.01300813164561987, + "E": 0.02553437277674675, + "T": 0.0011722397757694125, + "P": 0.6192514300346375, + "-": 0.3268338441848755 + }, + "id": "tp_25877" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3234635, + "label": "P", + "classification": { + "B": 0.00037193470052443445, + "S": 0.00014748347166460007, + "I": 0.021520772948861122, + "C": 6.95121634635143e-05, + "R": 2.4857286916812882e-05, + "M": 0.0003749315510503948, + "O": 0.00018891725630965084, + "W": 1.9520533896866255e-05, + "N": 0.003296356415376067, + "Y": 0.0005951939965598285, + "U": 6.906451289978577e-06, + "K": 2.9589755285996944e-05, + "L": 5.697796223103069e-05, + "G": 0.0019770904909819365, + "F": 0.0024739536456763744, + "E": 0.013792429119348526, + "T": 0.0006439581047743559, + "P": 0.9238422513008118, + "-": 0.030567217618227005 + }, + "id": "tp_25878" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3234768, + "label": "P", + "classification": { + "B": 1.0434807791170897e-06, + "S": 1.767651951922744e-06, + "I": 0.0003277342184446752, + "C": 6.23992889359215e-07, + "R": 1.4541519988142682e-07, + "M": 3.7917259305686457e-06, + "O": 3.4967513329320354e-06, + "W": 6.113299946264306e-07, + "N": 2.83483477687696e-05, + "Y": 2.7437798053142615e-05, + "U": 1.3837082235568232e-07, + "K": 1.1570983815545333e-06, + "L": 1.8086552699969616e-07, + "G": 8.135968528222293e-06, + "F": 0.000329320493619889, + "E": 0.0001333910768153146, + "T": 3.5818688047584146e-05, + "P": 0.9044684171676636, + "-": 0.0946284681558609 + }, + "id": "tp_25879" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3234902, + "label": "P", + "classification": { + "B": 1.6305339158861898e-05, + "S": 1.0961417501675896e-05, + "I": 0.0005121207213960588, + "C": 6.19189886492677e-05, + "R": 3.773136768359109e-06, + "M": 6.724294507876039e-05, + "O": 3.247769927838817e-05, + "W": 1.1402333257137798e-05, + "N": 0.0001288850762648508, + "Y": 0.000478581729112193, + "U": 4.521300525084371e-06, + "K": 0.00016976380720734596, + "L": 2.7936675905948505e-06, + "G": 0.000412913563195616, + "F": 0.014565465971827507, + "E": 0.011844636872410774, + "T": 0.0002837178763002157, + "P": 0.6441234946250916, + "-": 0.3272690773010254 + }, + "id": "tp_25880" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3235002, + "label": "P", + "classification": { + "B": 3.573991103067442e-09, + "S": 3.7222436244377377e-09, + "I": 3.13399541482795e-05, + "C": 2.0207826523233052e-09, + "R": 7.530053663939995e-11, + "M": 1.1029753466118564e-07, + "O": 7.433735849105005e-09, + "W": 3.3486519113168356e-10, + "N": 1.0879915635086945e-06, + "Y": 3.1149252777140646e-07, + "U": 3.622315641882423e-11, + "K": 1.857224773971211e-08, + "L": 1.0916133968974506e-10, + "G": 1.452352336173135e-07, + "F": 4.989099397789687e-05, + "E": 0.0003195477183908224, + "T": 3.9130435425249743e-07, + "P": 0.9807238578796387, + "-": 0.018873242661356926 + }, + "id": "tp_25881" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3235135, + "label": "P", + "classification": { + "B": 1.3850810776094846e-10, + "S": 6.890739645548649e-10, + "I": 6.823619969509309e-06, + "C": 1.2489423939499034e-09, + "R": 1.1518371673124861e-10, + "M": 5.623159715639758e-09, + "O": 4.9514161659658384e-09, + "W": 1.0502449604432584e-10, + "N": 3.350535848767322e-07, + "Y": 1.7699981924579333e-07, + "U": 5.714168721526747e-11, + "K": 9.277073331759311e-09, + "L": 3.035519058336433e-11, + "G": 6.423213250172921e-08, + "F": 9.740744644659571e-06, + "E": 3.828192802757258e-06, + "T": 4.0652713551025954e-07, + "P": 0.9707689881324768, + "-": 0.029209503903985023 + }, + "id": "tp_25882" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3235269, + "label": "P", + "classification": { + "B": 7.798392140379029e-12, + "S": 1.1251932545419674e-12, + "I": 3.6420790365809808e-06, + "C": 7.725987627438258e-10, + "R": 5.184969641136572e-12, + "M": 3.4512461777325143e-09, + "O": 9.689741370388916e-11, + "W": 7.102815514567484e-13, + "N": 2.081832306544129e-08, + "Y": 7.25795672451568e-08, + "U": 1.5446066734675634e-12, + "K": 5.639473957264052e-11, + "L": 1.6833933335833051e-12, + "G": 2.4514731578051396e-08, + "F": 1.1524567753440351e-06, + "E": 9.448951459489763e-06, + "T": 2.2949654621129412e-08, + "P": 0.9826719760894775, + "-": 0.01731351763010025 + }, + "id": "tp_25883" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3235402, + "label": "-", + "classification": { + "B": 7.904241670075862e-07, + "S": 5.012721544517262e-07, + "I": 0.0003766518202610314, + "C": 0.00012712781608570367, + "R": 8.88536396814743e-06, + "M": 0.0002242344489786774, + "O": 1.2493726899265312e-05, + "W": 5.73746490317717e-07, + "N": 1.1494776117615402e-05, + "Y": 0.0032920793164521456, + "U": 8.578434744777041e-07, + "K": 1.4479133824352175e-05, + "L": 1.9098199572908925e-06, + "G": 0.0006193104200065136, + "F": 0.003840839024633169, + "E": 0.0006096344441175461, + "T": 0.0007427717791870236, + "P": 0.09716712683439255, + "-": 0.8929482698440552 + }, + "id": "tp_25884" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3235502, + "label": "P", + "classification": { + "B": 0.0015009262133389711, + "S": 0.0004188634338788688, + "I": 0.007923814468085766, + "C": 0.000341767561621964, + "R": 9.212315490003675e-05, + "M": 0.0036126160994172096, + "O": 0.0015513572143390775, + "W": 0.00010661553096724674, + "N": 0.0012766355648636818, + "Y": 0.002450934611260891, + "U": 3.089685196755454e-05, + "K": 1.6195963326026686e-05, + "L": 0.00043494385317899287, + "G": 0.003635924309492111, + "F": 0.005236519500613213, + "E": 0.004651473369449377, + "T": 0.003924250602722168, + "P": 0.6545706391334534, + "-": 0.30822351574897766 + }, + "id": "tp_25885" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3235636, + "label": "P", + "classification": { + "B": 4.880945780882939e-08, + "S": 8.159569908627873e-09, + "I": 2.9066337447147816e-05, + "C": 4.5028312456452113e-07, + "R": 1.0502666292211416e-08, + "M": 6.934117209311808e-07, + "O": 1.1392911858365551e-07, + "W": 5.231845623399067e-09, + "N": 1.0413731388325687e-06, + "Y": 7.973889296408743e-06, + "U": 5.140996517383201e-09, + "K": 6.197752355774355e-08, + "L": 7.272209945341501e-09, + "G": 6.9144953158684075e-06, + "F": 0.0002692385169211775, + "E": 0.00024333372130058706, + "T": 4.754756446345709e-06, + "P": 0.8511130213737488, + "-": 0.14832325279712677 + }, + "id": "tp_25886" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3235769, + "label": "-", + "classification": { + "B": 8.248839731095359e-05, + "S": 7.488582195946947e-05, + "I": 0.002774759428575635, + "C": 0.0028552543371915817, + "R": 0.0010632495395839214, + "M": 0.0028456856962293386, + "O": 0.0008971652132458985, + "W": 7.051758439047262e-05, + "N": 0.0003008636995218694, + "Y": 0.016629721969366074, + "U": 0.00010257900430588052, + "K": 0.00014106160961091518, + "L": 0.00040715336217544973, + "G": 0.0077179414220154285, + "F": 0.03103243000805378, + "E": 0.002167508937418461, + "T": 0.00792595837265253, + "P": 0.1255849003791809, + "-": 0.797325849533081 + }, + "id": "tp_25887" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3235903, + "label": "-", + "classification": { + "B": 2.414783693893696e-06, + "S": 2.5285173705924535e-06, + "I": 0.0003606631653383374, + "C": 0.00012815308582503349, + "R": 1.6255029549938627e-05, + "M": 0.0001300080621149391, + "O": 3.4847929782699794e-05, + "W": 3.069872946070973e-06, + "N": 3.775578079512343e-05, + "Y": 0.0021164356730878353, + "U": 5.0289072532905266e-06, + "K": 6.055596168152988e-05, + "L": 6.6962534219783265e-06, + "G": 0.0005530145135708153, + "F": 0.011885348707437515, + "E": 0.0012042468879371881, + "T": 0.0006165867089293897, + "P": 0.21639575064182281, + "-": 0.766440749168396 + }, + "id": "tp_25888" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3236003, + "label": "-", + "classification": { + "B": 1.4632001921199844e-07, + "S": 1.6751397424741299e-06, + "I": 3.922667747247033e-05, + "C": 2.1445202946779318e-05, + "R": 2.940107606264064e-06, + "M": 5.794419485027902e-05, + "O": 2.1750989617430605e-05, + "W": 1.2258775541340583e-06, + "N": 4.6505087993864436e-06, + "Y": 0.0042029256001114845, + "U": 2.470390541020606e-07, + "K": 5.116967440699227e-05, + "L": 1.8843552425096277e-06, + "G": 0.0007349039660766721, + "F": 0.05559539422392845, + "E": 0.00024304389080498368, + "T": 0.0007224464789032936, + "P": 0.031613223254680634, + "-": 0.9066838622093201 + }, + "id": "tp_25889" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3236136, + "label": "-", + "classification": { + "B": 1.9275412910246814e-07, + "S": 3.8206632524406814e-08, + "I": 5.818481895403238e-06, + "C": 6.89525052166573e-07, + "R": 2.741411364581836e-08, + "M": 9.385204066347796e-06, + "O": 1.5193694480331033e-06, + "W": 1.3432321921413859e-08, + "N": 2.19206171436781e-07, + "Y": 2.865905116777867e-05, + "U": 4.846471668429331e-09, + "K": 8.009523710938993e-09, + "L": 1.0970404673571466e-07, + "G": 1.1175570762134157e-05, + "F": 0.0004585793649312109, + "E": 1.3003735148231499e-05, + "T": 4.970808367943391e-05, + "P": 0.1962898075580597, + "-": 0.8031309247016907 + }, + "id": "tp_25890" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3236270, + "label": "-", + "classification": { + "B": 7.673772779526189e-05, + "S": 1.729439100017771e-05, + "I": 0.0013097570044919848, + "C": 0.00174860586412251, + "R": 0.00032845992245711386, + "M": 0.0008788031991571188, + "O": 0.0002652800758369267, + "W": 2.2193058612174354e-05, + "N": 9.441440488444641e-05, + "Y": 0.009431632235646248, + "U": 2.0248831788194366e-05, + "K": 7.539859507232904e-05, + "L": 8.821481605991721e-05, + "G": 0.006090607959777117, + "F": 0.01292212400585413, + "E": 0.0027110290247946978, + "T": 0.0027846687007695436, + "P": 0.09351368993520737, + "-": 0.8676207661628723 + }, + "id": "tp_25891" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3236403, + "label": "-", + "classification": { + "B": 5.2133778183360846e-08, + "S": 3.663314984692079e-08, + "I": 8.660566891194321e-06, + "C": 4.630594958143774e-06, + "R": 3.5321278346600593e-07, + "M": 4.6582405047956854e-05, + "O": 3.0949133815738605e-06, + "W": 3.160282702197037e-08, + "N": 3.3516036523906223e-07, + "Y": 0.0006448341882787645, + "U": 3.106181978296263e-08, + "K": 4.6967903699624003e-07, + "L": 2.8654798711613694e-07, + "G": 7.495435420423746e-05, + "F": 0.0016784818144515157, + "E": 4.919556522509083e-05, + "T": 0.00027124272310175, + "P": 0.028458138927817345, + "-": 0.9687585234642029 + }, + "id": "tp_25892" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3236503, + "label": "-", + "classification": { + "B": 1.3737385415879544e-05, + "S": 5.154830068931915e-05, + "I": 0.00042440323159098625, + "C": 0.00048032926861196756, + "R": 0.0001276691909879446, + "M": 0.00020803108054678887, + "O": 0.00018464856839273125, + "W": 5.328340921550989e-05, + "N": 0.0001176048390334472, + "Y": 0.0035227539483457804, + "U": 2.6537220037425868e-05, + "K": 0.000568467250559479, + "L": 2.3648970454814844e-05, + "G": 0.0005585174658335745, + "F": 0.05109834671020508, + "E": 0.0008737974567338824, + "T": 0.0013579808874055743, + "P": 0.18146318197250366, + "-": 0.7588456273078918 + }, + "id": "tp_25893" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3236637, + "label": "-", + "classification": { + "B": 2.002877181439544e-06, + "S": 5.389072725847655e-07, + "I": 2.590197436802555e-05, + "C": 1.7749172911862843e-05, + "R": 1.2058989113938878e-06, + "M": 2.8750382625730708e-05, + "O": 8.568781595386099e-06, + "W": 5.067207098363724e-07, + "N": 1.4478392813543906e-06, + "Y": 0.00020843798120040447, + "U": 1.3283123223573057e-07, + "K": 1.1020779311365914e-06, + "L": 9.52270283960388e-07, + "G": 0.00010120945808012038, + "F": 0.00422164611518383, + "E": 7.781407475704327e-05, + "T": 0.00012515185517258942, + "P": 0.15404903888702393, + "-": 0.8411278128623962 + }, + "id": "tp_25894" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3236770, + "label": "P", + "classification": { + "B": 4.6159218114461e-10, + "S": 7.286501263470413e-11, + "I": 1.115299528464675e-05, + "C": 6.163331818243023e-07, + "R": 1.3722690539452742e-08, + "M": 1.541598777521358e-07, + "O": 1.1275753664108379e-08, + "W": 2.121861436554795e-10, + "N": 3.611952692494924e-08, + "Y": 5.978850367682753e-06, + "U": 5.921536594399868e-10, + "K": 1.0043501585954573e-09, + "L": 2.9814812840811555e-09, + "G": 2.3050674826663453e-06, + "F": 0.00022909890685696155, + "E": 8.895047358237207e-06, + "T": 2.097859351124498e-06, + "P": 0.5187310576438904, + "-": 0.4810085594654083 + }, + "id": "tp_25895" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3236904, + "label": "-", + "classification": { + "B": 7.761480446788482e-06, + "S": 6.829370249761268e-05, + "I": 0.00010844165808521211, + "C": 0.00179775757715106, + "R": 0.00012946971401106566, + "M": 0.0004283444432076067, + "O": 0.00037557349423877895, + "W": 4.389899913803674e-05, + "N": 6.487313657999039e-05, + "Y": 0.00707067409530282, + "U": 4.152599103690591e-06, + "K": 0.0030062415171414614, + "L": 7.751261728117242e-05, + "G": 0.016247719526290894, + "F": 0.40097296237945557, + "E": 0.005537058226764202, + "T": 0.0016701159765943885, + "P": 0.0454435758292675, + "-": 0.5169455409049988 + }, + "id": "tp_25896" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3237004, + "label": "-", + "classification": { + "B": 2.2328088107315125e-06, + "S": 1.0605487659631763e-05, + "I": 0.0004128158907406032, + "C": 0.00015671196160838008, + "R": 1.9746315956581384e-05, + "M": 0.00014176647528074682, + "O": 5.848425644217059e-05, + "W": 9.303823389927857e-06, + "N": 6.07300826231949e-05, + "Y": 0.002122643403708935, + "U": 3.619647031882778e-06, + "K": 0.0005476101068779826, + "L": 5.850218713021604e-06, + "G": 0.0010374791454523802, + "F": 0.03631919249892235, + "E": 0.0024705729447305202, + "T": 0.0008743643411435187, + "P": 0.12096937000751495, + "-": 0.8347768187522888 + }, + "id": "tp_25897" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3237137, + "label": "-", + "classification": { + "B": 9.98523819184527e-10, + "S": 2.029659462721156e-08, + "I": 1.1999760317848995e-05, + "C": 2.797580009428202e-06, + "R": 1.2941949023570487e-07, + "M": 1.0953776836686302e-06, + "O": 4.806279889635334e-07, + "W": 1.5425792199152966e-08, + "N": 6.215044550117454e-07, + "Y": 2.528771074139513e-05, + "U": 3.4156821815400917e-09, + "K": 2.9068166895740433e-07, + "L": 1.1508825892292407e-08, + "G": 9.339248208561912e-06, + "F": 0.0033771833404898643, + "E": 1.5015787539596204e-05, + "T": 1.536632225906942e-05, + "P": 0.24571864306926727, + "-": 0.7508217096328735 + }, + "id": "tp_25898" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3237271, + "label": "-", + "classification": { + "B": 2.485725758560875e-07, + "S": 1.5962419865900301e-06, + "I": 1.579687523189932e-05, + "C": 6.713380571454763e-05, + "R": 3.1782292353454977e-06, + "M": 3.9863603888079524e-05, + "O": 1.9725597667274997e-05, + "W": 9.136032304013497e-07, + "N": 2.950311909444281e-06, + "Y": 0.0007701760623604059, + "U": 1.1169627356366618e-07, + "K": 6.680394290015101e-05, + "L": 1.7637476048548706e-06, + "G": 0.0007273971568793058, + "F": 0.1188056692481041, + "E": 0.0003138607426080853, + "T": 0.00027680935454554856, + "P": 0.030151743441820145, + "-": 0.8487343192100525 + }, + "id": "tp_25899" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3237404, + "label": "-", + "classification": { + "B": 0.00010458428005222231, + "S": 0.00012165240332251415, + "I": 0.001031875261105597, + "C": 0.002206249628216028, + "R": 0.000395566486986354, + "M": 0.006189852021634579, + "O": 0.0006857271073386073, + "W": 5.119556954014115e-05, + "N": 8.640551095595583e-05, + "Y": 0.04168007895350456, + "U": 1.2415966011758428e-05, + "K": 0.00012131364201195538, + "L": 0.0004764905897900462, + "G": 0.022451240569353104, + "F": 0.06267159432172775, + "E": 0.0038154833018779755, + "T": 0.012009724974632263, + "P": 0.02121957205235958, + "-": 0.8246688842773438 + }, + "id": "tp_25900" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3237504, + "label": "-", + "classification": { + "B": 9.487895224254833e-14, + "S": 4.2032170929559576e-13, + "I": 1.3868761250535044e-08, + "C": 1.1741120228836444e-11, + "R": 4.4863079722533283e-13, + "M": 1.0050209275913602e-10, + "O": 1.0069147599045536e-10, + "W": 4.599588396790588e-13, + "N": 6.567509036603525e-11, + "Y": 2.5168034767375502e-08, + "U": 1.0764613077871368e-13, + "K": 3.865739325870088e-11, + "L": 1.9065262877541317e-13, + "G": 1.4088418209823317e-09, + "F": 1.0564607691776473e-05, + "E": 1.747080169423043e-08, + "T": 2.2538717558973076e-08, + "P": 0.11737888306379318, + "-": 0.882610559463501 + }, + "id": "tp_25901" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3237638, + "label": "-", + "classification": { + "B": 0.00014703648048453033, + "S": 0.00018901332805398852, + "I": 0.0032583759166300297, + "C": 0.007682631257921457, + "R": 0.001157699036411941, + "M": 0.004993584472686052, + "O": 0.0014661515597254038, + "W": 0.00021847052266821265, + "N": 0.0006055052508600056, + "Y": 0.028681514784693718, + "U": 0.0001848651299951598, + "K": 0.0011192141100764275, + "L": 0.0006753101479262114, + "G": 0.016098249703645706, + "F": 0.07225979119539261, + "E": 0.007356646936386824, + "T": 0.012635967694222927, + "P": 0.08773497492074966, + "-": 0.7535350918769836 + }, + "id": "tp_25902" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3237771, + "label": "-", + "classification": { + "B": 1.171238483976822e-08, + "S": 1.8083079922348588e-08, + "I": 1.0950087926175911e-05, + "C": 1.587817109793832e-06, + "R": 4.8877243585820906e-08, + "M": 2.7235357720201137e-06, + "O": 4.983168651051528e-07, + "W": 9.337213668914046e-09, + "N": 4.118375898087834e-07, + "Y": 8.077874372247607e-05, + "U": 3.7036671507451047e-09, + "K": 8.26514565233083e-07, + "L": 3.2442969200019434e-08, + "G": 6.523539195768535e-05, + "F": 0.010781665332615376, + "E": 0.00017467988072894514, + "T": 3.0460278139798902e-05, + "P": 0.12927213311195374, + "-": 0.8595778942108154 + }, + "id": "tp_25903" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3237905, + "label": "-", + "classification": { + "B": 7.911032298579812e-06, + "S": 2.466775185894221e-05, + "I": 0.0003775951627176255, + "C": 0.00029939308296889067, + "R": 3.873523746733554e-05, + "M": 0.00016563096141908318, + "O": 0.00010111867595696822, + "W": 1.16183546197135e-05, + "N": 5.3499708883464336e-05, + "Y": 0.0008015743806026876, + "U": 6.554636911459966e-06, + "K": 7.559454388683662e-05, + "L": 1.4827047380094882e-05, + "G": 0.0004934698808938265, + "F": 0.019289877265691757, + "E": 0.0007206753361970186, + "T": 0.0005273581482470036, + "P": 0.19672955572605133, + "-": 0.7802602648735046 + }, + "id": "tp_25904" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3238005, + "label": "-", + "classification": { + "B": 1.4730409930052701e-05, + "S": 6.2656617956236005e-06, + "I": 0.0003061495372094214, + "C": 9.026103361975402e-05, + "R": 1.269102176593151e-05, + "M": 0.00017808430129662156, + "O": 7.421824557241052e-05, + "W": 8.204792720789555e-06, + "N": 2.625834349601064e-05, + "Y": 0.0014087969902902842, + "U": 3.7019058254372794e-06, + "K": 2.5031116820173338e-05, + "L": 1.1092851309513208e-05, + "G": 0.0005510497139766812, + "F": 0.010170155204832554, + "E": 0.0005608630017377436, + "T": 0.0007204728317447007, + "P": 0.18339340388774872, + "-": 0.8024386167526245 + }, + "id": "tp_25905" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3238138, + "label": "-", + "classification": { + "B": 9.012342161440756e-07, + "S": 1.3339629276742926e-06, + "I": 1.873278961284086e-05, + "C": 4.173055458522867e-06, + "R": 3.589134678350092e-07, + "M": 4.747712591779418e-05, + "O": 1.7941729311132804e-05, + "W": 5.313586939337256e-07, + "N": 3.382044951649732e-06, + "Y": 0.0002517683897167444, + "U": 1.684452399786096e-07, + "K": 4.079505742993206e-06, + "L": 9.362116202282778e-07, + "G": 8.151848305715248e-05, + "F": 0.008206786587834358, + "E": 0.00010709395428420976, + "T": 0.00020684026821982116, + "P": 0.0789610892534256, + "-": 0.9120848774909973 + }, + "id": "tp_25906" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3238272, + "label": "-", + "classification": { + "B": 3.925254350178875e-05, + "S": 5.428496660897508e-05, + "I": 0.002339834114536643, + "C": 0.0017048700246959925, + "R": 0.0005413674516603351, + "M": 0.0015449748607352376, + "O": 0.00043702140101231635, + "W": 3.715778439072892e-05, + "N": 0.00022752874065190554, + "Y": 0.017180852591991425, + "U": 5.3215106163406745e-05, + "K": 0.000277299783192575, + "L": 0.00017325096996501088, + "G": 0.006822563242167234, + "F": 0.030483689159154892, + "E": 0.002606244059279561, + "T": 0.007383541204035282, + "P": 0.11503111571073532, + "-": 0.8130618333816528 + }, + "id": "tp_25907" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3238405, + "label": "-", + "classification": { + "B": 4.5984972530277446e-05, + "S": 8.464272832497954e-05, + "I": 0.0014556943206116557, + "C": 0.0018304412951692939, + "R": 0.00036480638664215803, + "M": 0.001572970999404788, + "O": 0.0005646425997838378, + "W": 7.900374475866556e-05, + "N": 0.00018000308773480356, + "Y": 0.012071014381945133, + "U": 2.7406582375988364e-05, + "K": 0.00027297381893731654, + "L": 0.00027773709734901786, + "G": 0.008202607743442059, + "F": 0.10048773884773254, + "E": 0.0030655129812657833, + "T": 0.003897925605997443, + "P": 0.07459777593612671, + "-": 0.7909210920333862 + }, + "id": "tp_25908" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3238505, + "label": "-", + "classification": { + "B": 4.955436907039257e-06, + "S": 1.788903864508029e-05, + "I": 1.1232456017751247e-05, + "C": 8.526207238901407e-05, + "R": 9.707031495054252e-06, + "M": 0.0006340403342619538, + "O": 0.00018738032667897642, + "W": 4.165588052273961e-06, + "N": 1.1428273865021765e-06, + "Y": 0.0010755109833553433, + "U": 9.778546683492095e-08, + "K": 5.667298523803765e-07, + "L": 6.0018428484909236e-05, + "G": 0.001777153112925589, + "F": 0.07143068313598633, + "E": 7.736894622212276e-05, + "T": 0.0008857439388521016, + "P": 0.011144147254526615, + "-": 0.9125929474830627 + }, + "id": "tp_25909" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3238639, + "label": "-", + "classification": { + "B": 3.0817361675872235e-06, + "S": 4.148384959989926e-06, + "I": 0.000520937261171639, + "C": 7.409940735669807e-05, + "R": 5.683753443008754e-06, + "M": 3.8589998439420015e-05, + "O": 2.9862019800930284e-05, + "W": 5.406624495662982e-06, + "N": 9.45924548432231e-05, + "Y": 0.0005445805727504194, + "U": 5.55217957298737e-06, + "K": 0.00015884627646300942, + "L": 1.5762891507620225e-06, + "G": 0.00020630855578929186, + "F": 0.007774955593049526, + "E": 0.0028584874235093594, + "T": 0.00026799432816915214, + "P": 0.431222528219223, + "-": 0.5561828017234802 + }, + "id": "tp_25910" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3238772, + "label": "-", + "classification": { + "B": 1.0828248377947602e-05, + "S": 1.5128169252420776e-05, + "I": 0.00037010913365520537, + "C": 0.0005732490681111813, + "R": 4.914408054901287e-05, + "M": 0.0011008313158527017, + "O": 0.00014936464140191674, + "W": 1.0606088835629635e-05, + "N": 5.496102312463336e-05, + "Y": 0.005365458317101002, + "U": 2.978691554744728e-06, + "K": 0.00032201255089603364, + "L": 3.365205702721141e-05, + "G": 0.005174248479306698, + "F": 0.08901795744895935, + "E": 0.005596177186816931, + "T": 0.0013374022673815489, + "P": 0.08300819247961044, + "-": 0.8078078031539917 + }, + "id": "tp_25911" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3238906, + "label": "-", + "classification": { + "B": 3.233988900319673e-05, + "S": 7.735314284218475e-05, + "I": 0.0008100856794044375, + "C": 0.0004854954604525119, + "R": 0.00016750383656471968, + "M": 0.00031797224073670805, + "O": 0.00023241770395543426, + "W": 5.616511043626815e-05, + "N": 0.00016476796008646488, + "Y": 0.009229498915374279, + "U": 1.836385672504548e-05, + "K": 0.0009392999927513301, + "L": 3.30989460053388e-05, + "G": 0.0023658021818846464, + "F": 0.08478190749883652, + "E": 0.0029332630801945925, + "T": 0.0017423549434170127, + "P": 0.13749490678310394, + "-": 0.7581173777580261 + }, + "id": "tp_25912" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3239006, + "label": "-", + "classification": { + "B": 1.9567076378734782e-05, + "S": 5.848423097631894e-05, + "I": 0.00032483477843925357, + "C": 0.0004022490174975246, + "R": 6.144914368633181e-05, + "M": 0.0006220518844202161, + "O": 0.00016692063945811242, + "W": 1.9796085325651802e-05, + "N": 5.170063013792969e-05, + "Y": 0.0021887102629989386, + "U": 4.011789769720053e-06, + "K": 0.0001008666367852129, + "L": 3.007313353009522e-05, + "G": 0.0016268892213702202, + "F": 0.044537607580423355, + "E": 0.0007819635793566704, + "T": 0.002456969814375043, + "P": 0.0810072049498558, + "-": 0.8655387163162231 + }, + "id": "tp_25913" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3239139, + "label": "-", + "classification": { + "B": 4.270783847459825e-06, + "S": 1.2090892596461345e-05, + "I": 0.0010267378529533744, + "C": 0.0005454240599647164, + "R": 4.4483491365099326e-05, + "M": 0.0002117815602105111, + "O": 0.00010316951374989003, + "W": 2.2201047613634728e-05, + "N": 0.00022914983856026083, + "Y": 0.0020018049981445074, + "U": 9.999079338740557e-06, + "K": 0.0010570751037448645, + "L": 1.1570696187845897e-05, + "G": 0.0018264270620420575, + "F": 0.10401923209428787, + "E": 0.010294189676642418, + "T": 0.0007548841531388462, + "P": 0.3283190429210663, + "-": 0.549506425857544 + }, + "id": "tp_25914" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3239273, + "label": "-", + "classification": { + "B": 2.6613957970766933e-07, + "S": 4.1618906720941595e-07, + "I": 1.5259298379532993e-05, + "C": 6.1382684179989155e-06, + "R": 2.9039003379693895e-07, + "M": 1.9497629182296805e-05, + "O": 4.890457603323739e-06, + "W": 1.7275343111577968e-07, + "N": 1.6680666021784418e-06, + "Y": 0.00014679323066957295, + "U": 3.159230743676744e-08, + "K": 1.0010456890086061e-06, + "L": 1.700970386764311e-07, + "G": 1.9280567357782274e-05, + "F": 0.0033487100154161453, + "E": 8.358444756595418e-05, + "T": 8.66418777150102e-05, + "P": 0.1013374775648117, + "-": 0.8949276804924011 + }, + "id": "tp_25915" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3239406, + "label": "P", + "classification": { + "B": 0.00018729729345068336, + "S": 5.251815673545934e-05, + "I": 0.044709473848342896, + "C": 0.003931352403014898, + "R": 0.0003328689781483263, + "M": 0.0025559228379279375, + "O": 0.00038585206493735313, + "W": 8.520555275026709e-05, + "N": 0.002681129612028599, + "Y": 0.014826691709458828, + "U": 9.065085760084912e-05, + "K": 0.000306919653667137, + "L": 0.00012384477304294705, + "G": 0.003621135838329792, + "F": 0.0053800009191036224, + "E": 0.03246426582336426, + "T": 0.003099135821685195, + "P": 0.5492069125175476, + "-": 0.335958868265152 + }, + "id": "tp_25916" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3239506, + "label": "-", + "classification": { + "B": 1.6411922842962667e-06, + "S": 1.0396800462331157e-05, + "I": 1.4567035577783827e-05, + "C": 0.0003458071150816977, + "R": 1.1970090781687759e-05, + "M": 0.0011055705836042762, + "O": 5.5960783356567845e-05, + "W": 1.4077545529289637e-06, + "N": 1.29321483655076e-06, + "Y": 0.003992272540926933, + "U": 1.1425687773680693e-07, + "K": 1.0673084034351632e-05, + "L": 3.998360625701025e-05, + "G": 0.013594887219369411, + "F": 0.12531819939613342, + "E": 0.0004554670013021678, + "T": 0.002944597275927663, + "P": 0.004600117448717356, + "-": 0.8474950790405273 + }, + "id": "tp_25917" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3239640, + "label": "-", + "classification": { + "B": 1.2153711850260152e-06, + "S": 4.14306232414674e-05, + "I": 0.0001667372416704893, + "C": 0.004507062491029501, + "R": 0.00037082924973219633, + "M": 0.0014780379133298993, + "O": 0.00041272936505265534, + "W": 3.042928801733069e-05, + "N": 4.970427471562289e-05, + "Y": 0.021012891083955765, + "U": 2.1029793515481288e-06, + "K": 0.002228752477094531, + "L": 9.643864905228838e-05, + "G": 0.02326415851712227, + "F": 0.36673256754875183, + "E": 0.003490821924060583, + "T": 0.005194354802370071, + "P": 0.010834749788045883, + "-": 0.5600850582122803 + }, + "id": "tp_25918" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3239773, + "label": "F", + "classification": { + "B": 2.6336218070355244e-05, + "S": 0.00019134543254040182, + "I": 7.784945046296343e-05, + "C": 0.0010592549806460738, + "R": 0.00018270814325660467, + "M": 0.0010569149162620306, + "O": 0.0007492419681511819, + "W": 0.00012599008914548904, + "N": 6.137924356153235e-05, + "Y": 0.009997517801821232, + "U": 1.1111116691608913e-05, + "K": 0.008950007148087025, + "L": 0.0001765864435583353, + "G": 0.01639259234070778, + "F": 0.4872991442680359, + "E": 0.003641864750534296, + "T": 0.003655956592410803, + "P": 0.014102187938988209, + "-": 0.4522421061992645 + }, + "id": "tp_25919" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3239907, + "label": "-", + "classification": { + "B": 2.5806448320508935e-06, + "S": 4.021228960482404e-06, + "I": 0.0006619016639888287, + "C": 7.198893581517041e-05, + "R": 9.549375135975424e-06, + "M": 0.00031189824221655726, + "O": 4.067867484991439e-05, + "W": 3.301167453173548e-06, + "N": 4.293849633540958e-05, + "Y": 0.002494919579476118, + "U": 2.1231248865660746e-06, + "K": 1.612947744433768e-05, + "L": 4.659256319428096e-06, + "G": 0.0002865299175027758, + "F": 0.0036042816936969757, + "E": 0.000601473730057478, + "T": 0.002542167901992798, + "P": 0.2005174607038498, + "-": 0.7887814044952393 + }, + "id": "tp_25920" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3240007, + "label": "F", + "classification": { + "B": 2.080306876450777e-05, + "S": 0.0011507923481985927, + "I": 0.000458698341390118, + "C": 0.001266232691705227, + "R": 0.0004070315626449883, + "M": 0.004243203438818455, + "O": 0.0036729059647768736, + "W": 0.00047141211689449847, + "N": 0.0002634432166814804, + "Y": 0.04742240533232689, + "U": 1.0525243851589039e-05, + "K": 0.0027409465983510017, + "L": 0.0007180095999501646, + "G": 0.023680424317717552, + "F": 0.4496610164642334, + "E": 0.002460632473230362, + "T": 0.018399367108941078, + "P": 0.01837129518389702, + "-": 0.4245809018611908 + }, + "id": "tp_25921" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3240140, + "label": "-", + "classification": { + "B": 0.000619616184849292, + "S": 0.0009645488462410867, + "I": 0.0027100525330752134, + "C": 0.026672422885894775, + "R": 0.006580359302461147, + "M": 0.014530387707054615, + "O": 0.006062200292944908, + "W": 0.0007515797624364495, + "N": 0.0008721962221898139, + "Y": 0.07245750725269318, + "U": 0.0003849374479614198, + "K": 0.0031112448778003454, + "L": 0.004846967291086912, + "G": 0.05900413170456886, + "F": 0.122511126101017, + "E": 0.007030756678432226, + "T": 0.024081788957118988, + "P": 0.03821750357747078, + "-": 0.6085907220840454 + }, + "id": "tp_25922" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3240274, + "label": "-", + "classification": { + "B": 0.00027623630012385547, + "S": 0.000573771249037236, + "I": 0.0028608213178813457, + "C": 0.007555003277957439, + "R": 0.0013943033991381526, + "M": 0.004418335389345884, + "O": 0.00205433857627213, + "W": 0.0002888160233851522, + "N": 0.0007280841819010675, + "Y": 0.010015049949288368, + "U": 0.00018234195886179805, + "K": 0.002475597197189927, + "L": 0.0007809210801497102, + "G": 0.014364213682711124, + "F": 0.12202795594930649, + "E": 0.00817892700433731, + "T": 0.008270232938230038, + "P": 0.08520305156707764, + "-": 0.7283520102500916 + }, + "id": "tp_25923" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3240407, + "label": "-", + "classification": { + "B": 3.7205849366728216e-05, + "S": 0.00014093205390963703, + "I": 0.002168032107874751, + "C": 0.00365447998046875, + "R": 0.000445390644017607, + "M": 0.001677134190686047, + "O": 0.000539644795935601, + "W": 9.229584247805178e-05, + "N": 0.0004750960215460509, + "Y": 0.005406910553574562, + "U": 3.2990577892633155e-05, + "K": 0.0014924182323738933, + "L": 9.98549148789607e-05, + "G": 0.006439537741243839, + "F": 0.08856762200593948, + "E": 0.007363622542470694, + "T": 0.004342712927609682, + "P": 0.13805773854255676, + "-": 0.7389662861824036 + }, + "id": "tp_25924" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3240507, + "label": "-", + "classification": { + "B": 8.857142006490903e-07, + "S": 6.40074972579896e-07, + "I": 7.153365731937811e-05, + "C": 0.0007110025035217404, + "R": 7.022685167612508e-05, + "M": 0.0003190626157447696, + "O": 3.672088496387005e-05, + "W": 9.718107776279794e-07, + "N": 2.292528733960353e-06, + "Y": 0.005485387984663248, + "U": 6.419541023205966e-07, + "K": 5.411585789261153e-06, + "L": 1.8247616026201285e-05, + "G": 0.0016435624565929174, + "F": 0.007587864529341459, + "E": 0.00018377874221187085, + "T": 0.0009061192977242172, + "P": 0.011095640249550343, + "-": 0.9718600511550903 + }, + "id": "tp_25925" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3240641, + "label": "-", + "classification": { + "B": 1.6283707964248606e-06, + "S": 3.5120554002787685e-06, + "I": 0.0002584517642389983, + "C": 0.00021191487030591816, + "R": 2.733800283749588e-05, + "M": 0.00010867686796700582, + "O": 7.12062610546127e-05, + "W": 3.7962422538839746e-06, + "N": 4.214966975268908e-05, + "Y": 0.0025037741288542747, + "U": 2.546310270190588e-06, + "K": 0.00014385089161805809, + "L": 7.5033171924587805e-06, + "G": 0.0012078967411071062, + "F": 0.02357449382543564, + "E": 0.00086696952348575, + "T": 0.0008860465604811907, + "P": 0.08158575743436813, + "-": 0.8884925246238708 + }, + "id": "tp_25926" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3240774, + "label": "-", + "classification": { + "B": 8.56253427627962e-06, + "S": 4.671230271924287e-05, + "I": 0.0016388415824621916, + "C": 0.00038632977521046996, + "R": 7.345934136537835e-05, + "M": 0.000260855071246624, + "O": 0.00022462871856987476, + "W": 4.3672233005054295e-05, + "N": 0.000480407674331218, + "Y": 0.0030628880485892296, + "U": 1.218099714606069e-05, + "K": 0.0007709416677244008, + "L": 2.463618147885427e-05, + "G": 0.002192493760958314, + "F": 0.08141791075468063, + "E": 0.004303341265767813, + "T": 0.0012076526181772351, + "P": 0.3653557300567627, + "-": 0.5384887456893921 + }, + "id": "tp_25927" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3240908, + "label": "-", + "classification": { + "B": 0.0011861505918204784, + "S": 0.0021511272061616182, + "I": 0.022822968661785126, + "C": 0.015101592056453228, + "R": 0.008054281584918499, + "M": 0.02531827986240387, + "O": 0.013227463699877262, + "W": 0.0024930094368755817, + "N": 0.0054098316468298435, + "Y": 0.1283501237630844, + "U": 0.0010852881241589785, + "K": 0.005349447019398212, + "L": 0.004953822121024132, + "G": 0.05628444626927376, + "F": 0.06597450375556946, + "E": 0.020818062126636505, + "T": 0.04870343953371048, + "P": 0.06895843148231506, + "-": 0.503757655620575 + }, + "id": "tp_25928" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3241008, + "label": "-", + "classification": { + "B": 0.00015845411689952016, + "S": 0.000500353577081114, + "I": 0.005695181433111429, + "C": 0.001364140654914081, + "R": 0.000381228921469301, + "M": 0.004537276457995176, + "O": 0.0011399207869544625, + "W": 0.00018014824308920652, + "N": 0.0008203024044632912, + "Y": 0.03073936328291893, + "U": 6.363393185893074e-05, + "K": 0.00047369516687467694, + "L": 0.00029363148496486247, + "G": 0.00613008625805378, + "F": 0.02908272296190262, + "E": 0.007198638748377562, + "T": 0.018633641302585602, + "P": 0.144098162651062, + "-": 0.7485093474388123 + }, + "id": "tp_25929" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3241141, + "label": "-", + "classification": { + "B": 0.00039077847031876445, + "S": 0.00015077235002536327, + "I": 0.0028797509148716927, + "C": 0.012314192950725555, + "R": 0.0013567862333729863, + "M": 0.006911744829267263, + "O": 0.0011347897816449404, + "W": 0.0001273668895009905, + "N": 0.00024253854644484818, + "Y": 0.00791099388152361, + "U": 5.826017149956897e-05, + "K": 5.4715335863875225e-05, + "L": 0.0009090742678381503, + "G": 0.01648273691534996, + "F": 0.04436425119638443, + "E": 0.007478693034499884, + "T": 0.0049119628965854645, + "P": 0.11967083811759949, + "-": 0.7726497650146484 + }, + "id": "tp_25930" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3241275, + "label": "-", + "classification": { + "B": 1.6076450265245512e-05, + "S": 0.0001496268669143319, + "I": 0.000534054939635098, + "C": 0.007561407517641783, + "R": 0.0014099617255851626, + "M": 0.0014362542424350977, + "O": 0.0007209429168142378, + "W": 0.00011504632129799575, + "N": 0.00012216545292176306, + "Y": 0.01787395216524601, + "U": 2.788739584502764e-05, + "K": 0.002735781716182828, + "L": 0.00024129985831677914, + "G": 0.01679242216050625, + "F": 0.22539958357810974, + "E": 0.0019675095099955797, + "T": 0.005605298560112715, + "P": 0.022518062964081764, + "-": 0.6947726607322693 + }, + "id": "tp_25931" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3241408, + "label": "-", + "classification": { + "B": 1.5631911765012774e-06, + "S": 6.722441867168527e-06, + "I": 0.0010648856405168772, + "C": 0.00021093776740599424, + "R": 2.5024133719853126e-05, + "M": 0.0001792617840692401, + "O": 9.293994662584737e-05, + "W": 1.0376879799878225e-05, + "N": 0.00013116048648953438, + "Y": 0.0034459910821169615, + "U": 6.008209311403334e-06, + "K": 0.00017373768787365407, + "L": 6.243511052161921e-06, + "G": 0.0005729955155402422, + "F": 0.005905814468860626, + "E": 0.001774737611413002, + "T": 0.0017390099819749594, + "P": 0.16248691082000732, + "-": 0.8221657276153564 + }, + "id": "tp_25932" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3241508, + "label": "-", + "classification": { + "B": 1.3064101040072273e-05, + "S": 3.3288815757259727e-05, + "I": 0.004879876505583525, + "C": 0.002732240129262209, + "R": 0.0007576047210022807, + "M": 0.0014986003516241908, + "O": 0.0005361895309761167, + "W": 9.032964590005577e-05, + "N": 0.00047082846867851913, + "Y": 0.022572670131921768, + "U": 4.327504939283244e-05, + "K": 0.0014233547262847424, + "L": 5.6451586715411395e-05, + "G": 0.004041892010718584, + "F": 0.029035797342658043, + "E": 0.0044561270624399185, + "T": 0.004949543159455061, + "P": 0.09313520044088364, + "-": 0.8292736411094666 + }, + "id": "tp_25933" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3241642, + "label": "-", + "classification": { + "B": 0.0006142231868579984, + "S": 0.0006496182177215815, + "I": 0.005307968705892563, + "C": 0.05640227347612381, + "R": 0.010071128606796265, + "M": 0.010062848217785358, + "O": 0.0054354011081159115, + "W": 0.0011809251736849546, + "N": 0.002627255627885461, + "Y": 0.11207756400108337, + "U": 0.0007026626844890416, + "K": 0.0431673526763916, + "L": 0.0029261757154017687, + "G": 0.12366941571235657, + "F": 0.1459365040063858, + "E": 0.034501854330301285, + "T": 0.02059326134622097, + "P": 0.04073900356888771, + "-": 0.38333454728126526 + }, + "id": "tp_25934" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3241775, + "label": "F", + "classification": { + "B": 0.0016114036552608013, + "S": 0.006279355846345425, + "I": 0.010500341653823853, + "C": 0.06069992110133171, + "R": 0.014935210347175598, + "M": 0.019222764298319817, + "O": 0.014490291476249695, + "W": 0.005785095039755106, + "N": 0.006300861481577158, + "Y": 0.12854857742786407, + "U": 0.0005442406982183456, + "K": 0.046593524515628815, + "L": 0.0049151224084198475, + "G": 0.11804502457380295, + "F": 0.24687109887599945, + "E": 0.033981502056121826, + "T": 0.03598574176430702, + "P": 0.02931058593094349, + "-": 0.21537932753562927 + }, + "id": "tp_25935" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3241875, + "label": "-", + "classification": { + "B": 5.294912170938915e-06, + "S": 3.225077080060146e-06, + "I": 6.465539627242833e-05, + "C": 3.469871444394812e-05, + "R": 2.084465677398839e-06, + "M": 0.00021234287123661488, + "O": 1.9325660105096176e-05, + "W": 6.627005859627388e-07, + "N": 4.8287938625435345e-06, + "Y": 0.001966295065358281, + "U": 2.0157136759735295e-07, + "K": 2.4679618945810944e-05, + "L": 5.666452125296928e-06, + "G": 0.002074331510812044, + "F": 0.03784298524260521, + "E": 0.0009484405163675547, + "T": 0.000887093017809093, + "P": 0.02312886156141758, + "-": 0.9327743053436279 + }, + "id": "tp_25936" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3242009, + "label": "-", + "classification": { + "B": 0.00011914976494153962, + "S": 0.0002037184895016253, + "I": 0.002647874876856804, + "C": 0.011498739942908287, + "R": 0.004272966179996729, + "M": 0.019713521003723145, + "O": 0.003927265293896198, + "W": 0.00023405716638080776, + "N": 0.00012982681801076978, + "Y": 0.0560201071202755, + "U": 6.798647518735379e-05, + "K": 2.3442698875442147e-05, + "L": 0.0035062034148722887, + "G": 0.027327723801136017, + "F": 0.016423750668764114, + "E": 0.0009162512142211199, + "T": 0.029055461287498474, + "P": 0.01644999347627163, + "-": 0.8074619174003601 + }, + "id": "tp_25937" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3242142, + "label": "-", + "classification": { + "B": 4.163492121733725e-05, + "S": 2.558910819061566e-05, + "I": 0.004145029000937939, + "C": 0.001947848591953516, + "R": 0.0006217770860530436, + "M": 0.00234227511100471, + "O": 0.00044657595572061837, + "W": 7.208786701085046e-05, + "N": 0.0003145007067359984, + "Y": 0.018959220498800278, + "U": 7.715209358138964e-05, + "K": 0.0007047966355457902, + "L": 0.00012227233673911542, + "G": 0.005094884894788265, + "F": 0.015757227316498756, + "E": 0.005202559754252434, + "T": 0.00464822119101882, + "P": 0.11216701567173004, + "-": 0.8273093104362488 + }, + "id": "tp_25938" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3242276, + "label": "-", + "classification": { + "B": 1.0402989573776722e-05, + "S": 5.264854280540021e-06, + "I": 0.0010806267382577062, + "C": 0.00013389927335083485, + "R": 1.5429719496751204e-05, + "M": 0.0003428195486776531, + "O": 0.00011684584023896605, + "W": 5.959890586382244e-06, + "N": 8.940104453358799e-05, + "Y": 0.0016212585614994168, + "U": 4.681863629230065e-06, + "K": 1.2612420505320188e-05, + "L": 1.8971080862684175e-05, + "G": 0.0012898611603304744, + "F": 0.004876141902059317, + "E": 0.0013077424373477697, + "T": 0.0012541492469608784, + "P": 0.2829863131046295, + "-": 0.704827606678009 + }, + "id": "tp_25939" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3242376, + "label": "-", + "classification": { + "B": 1.2242479897395242e-05, + "S": 9.98834875645116e-05, + "I": 0.0009322145488113165, + "C": 0.003779604798182845, + "R": 0.0007775102858431637, + "M": 0.00526143703609705, + "O": 0.0011342718498781323, + "W": 7.616545917699113e-05, + "N": 0.00012838179827667773, + "Y": 0.07785885035991669, + "U": 9.864493222266901e-06, + "K": 0.00037925978540442884, + "L": 0.00035557657247409225, + "G": 0.030798396095633507, + "F": 0.09478317201137543, + "E": 0.0041828453540802, + "T": 0.014275864697992802, + "P": 0.04012719541788101, + "-": 0.725027322769165 + }, + "id": "tp_25940" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3242509, + "label": "-", + "classification": { + "B": 5.447013791126665e-06, + "S": 4.133359198021935e-06, + "I": 0.001279141753911972, + "C": 0.00013242103159427643, + "R": 1.8910086510004476e-05, + "M": 0.00025465351063758135, + "O": 5.572664304054342e-05, + "W": 3.635701659732149e-06, + "N": 4.8951085773296654e-05, + "Y": 0.002525805728510022, + "U": 5.929397502768552e-06, + "K": 2.6763025289255893e-06, + "L": 2.0117286112508737e-05, + "G": 0.00041296242852695286, + "F": 0.0019261314300820231, + "E": 0.00030059117125347257, + "T": 0.0023993016220629215, + "P": 0.2547885775566101, + "-": 0.7358149290084839 + }, + "id": "tp_25941" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3242643, + "label": "-", + "classification": { + "B": 6.822381692472845e-05, + "S": 0.00010271694918628782, + "I": 0.0007483725785277784, + "C": 0.002460520016029477, + "R": 0.00034221421810798347, + "M": 0.0011404813267290592, + "O": 0.0007513897144235671, + "W": 0.00011396402987884358, + "N": 0.0002915088552981615, + "Y": 0.019522512331604958, + "U": 4.025930684292689e-05, + "K": 0.003555337432771921, + "L": 0.00013991475861985236, + "G": 0.015085688792169094, + "F": 0.15747147798538208, + "E": 0.007415586616843939, + "T": 0.004092078655958176, + "P": 0.07888839393854141, + "-": 0.7077693343162537 + }, + "id": "tp_25942" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3242776, + "label": "-", + "classification": { + "B": 6.646100558782564e-08, + "S": 6.298044752384158e-08, + "I": 8.382423402508721e-05, + "C": 1.7710101474222029e-06, + "R": 1.5845834866468067e-07, + "M": 6.700654921587557e-06, + "O": 2.136838929800433e-06, + "W": 1.0216848522759392e-07, + "N": 2.5992571863753255e-06, + "Y": 7.845488289603963e-05, + "U": 5.380195489124162e-08, + "K": 1.602386987542559e-06, + "L": 6.848953404414715e-08, + "G": 1.7931386537384242e-05, + "F": 0.0008374137687496841, + "E": 0.000137381226522848, + "T": 4.9379668780602515e-05, + "P": 0.21776241064071655, + "-": 0.7810179591178894 + }, + "id": "tp_25943" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3242876, + "label": "-", + "classification": { + "B": 3.749436872091394e-11, + "S": 2.761163520048626e-10, + "I": 2.950472755003375e-09, + "C": 1.657270209953765e-09, + "R": 1.3722877001409728e-10, + "M": 2.5439724993248092e-08, + "O": 1.3060799552988556e-08, + "W": 8.257045047699307e-11, + "N": 1.1106745384514838e-10, + "Y": 1.9768087895499775e-06, + "U": 1.3875543509317412e-12, + "K": 1.5537138242649462e-09, + "L": 1.1439221098141772e-10, + "G": 1.629416885862156e-07, + "F": 0.0022088303230702877, + "E": 6.535097440973914e-08, + "T": 4.5683441385335755e-07, + "P": 0.003596816211938858, + "-": 0.9941917061805725 + }, + "id": "tp_25944" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3243010, + "label": "-", + "classification": { + "B": 0.00011621328303590417, + "S": 5.569309723796323e-05, + "I": 7.854562863940373e-05, + "C": 0.001012030290439725, + "R": 0.0003240090736653656, + "M": 0.001159028266556561, + "O": 0.0011798598570749164, + "W": 3.764195571420714e-05, + "N": 6.454486538132187e-06, + "Y": 0.0030520795844495296, + "U": 4.572461875795852e-06, + "K": 1.0658645805960987e-06, + "L": 0.0009133040439337492, + "G": 0.003988286945968866, + "F": 0.010995966382324696, + "E": 4.632203854271211e-05, + "T": 0.003116018371656537, + "P": 0.010121678002178669, + "-": 0.9637913107872009 + }, + "id": "tp_25945" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3243143, + "label": "-", + "classification": { + "B": 1.6405961105192546e-06, + "S": 1.4959323380026035e-06, + "I": 3.2101957003760617e-06, + "C": 1.1752445971069392e-05, + "R": 6.1723017097392585e-06, + "M": 0.00039864095742814243, + "O": 4.820924732484855e-05, + "W": 3.724149735262472e-07, + "N": 4.899592198626124e-08, + "Y": 0.0013364378828555346, + "U": 1.586229103622827e-08, + "K": 5.798166391457471e-09, + "L": 4.303099194657989e-05, + "G": 0.00044455454917624593, + "F": 0.0022447388619184494, + "E": 1.9092474303761264e-06, + "T": 0.0020871919114142656, + "P": 0.0009738823864609003, + "-": 0.9923966526985168 + }, + "id": "tp_25946" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3243277, + "label": "-", + "classification": { + "B": 2.436165758012976e-08, + "S": 6.357351622909846e-08, + "I": 4.403634193295147e-06, + "C": 5.181772394280415e-06, + "R": 2.152516344722244e-06, + "M": 0.0001529758155811578, + "O": 9.44117800827371e-06, + "W": 8.60046327488817e-08, + "N": 4.224550664844173e-08, + "Y": 0.0006913376273587346, + "U": 5.786555234976731e-09, + "K": 3.5851706048362075e-09, + "L": 1.6981636008495116e-06, + "G": 3.723578265635297e-05, + "F": 0.00043278775410726666, + "E": 2.216160510215559e-06, + "T": 0.00043320521945133805, + "P": 0.0031560701318085194, + "-": 0.9950711727142334 + }, + "id": "tp_25947" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3243377, + "label": "-", + "classification": { + "B": 6.695260708511341e-06, + "S": 6.310442586254794e-07, + "I": 2.8058998395863455e-06, + "C": 2.7366959329810925e-06, + "R": 1.0102559144797851e-06, + "M": 9.788720490178093e-05, + "O": 4.0576967876404524e-05, + "W": 4.362861432127829e-07, + "N": 8.603298340403853e-08, + "Y": 0.00018300526426173747, + "U": 1.824881579182147e-08, + "K": 1.2709679531042184e-08, + "L": 1.5202540453174151e-05, + "G": 0.00017179461428895593, + "F": 0.0028179071377962828, + "E": 1.9479777620290406e-05, + "T": 0.00010358510917285457, + "P": 0.011312253773212433, + "-": 0.9852238893508911 + }, + "id": "tp_25948" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3243510, + "label": "-", + "classification": { + "B": 2.8238700267024797e-08, + "S": 5.495991572956882e-08, + "I": 4.026890110253589e-06, + "C": 3.0984613204054767e-06, + "R": 7.142837716855865e-07, + "M": 4.985813120583771e-06, + "O": 4.172768967691809e-06, + "W": 6.07732673074679e-08, + "N": 8.566318143721219e-08, + "Y": 0.00022436222934629768, + "U": 1.542773375717843e-08, + "K": 2.4850127289255397e-08, + "L": 2.7334840524417814e-07, + "G": 2.1825891963089816e-05, + "F": 0.0003961824986618012, + "E": 7.241081902975566e-07, + "T": 0.00011151067883474752, + "P": 0.008666655980050564, + "-": 0.9905611872673035 + }, + "id": "tp_25949" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3243644, + "label": "-", + "classification": { + "B": 7.378035888905288e-07, + "S": 2.425580078124767e-06, + "I": 1.0532402484386694e-05, + "C": 0.003420991823077202, + "R": 0.0006559727480635047, + "M": 0.0017910702154040337, + "O": 0.0003129608230665326, + "W": 3.229774620194803e-06, + "N": 2.3653468872453232e-07, + "Y": 0.006318718660622835, + "U": 3.609231669088331e-07, + "K": 3.428465618071641e-07, + "L": 0.0003914906410500407, + "G": 0.0038856409955769777, + "F": 0.008824705146253109, + "E": 5.861164027010091e-06, + "T": 0.004147815052419901, + "P": 0.0007721534348092973, + "-": 0.969454824924469 + }, + "id": "tp_25950" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3243777, + "label": "-", + "classification": { + "B": 2.943560502899345e-06, + "S": 7.642011610187183e-07, + "I": 7.382431249425281e-06, + "C": 1.78598547790898e-05, + "R": 7.6155542956257705e-06, + "M": 0.00022919596813153476, + "O": 5.4340678616426885e-05, + "W": 6.21763547314913e-07, + "N": 1.6099619415399502e-07, + "Y": 0.0005442536785267293, + "U": 3.0091918290509057e-08, + "K": 1.2923182524104959e-08, + "L": 1.3846707588527352e-05, + "G": 0.00021239939087536186, + "F": 0.001643258729018271, + "E": 7.441354227921693e-06, + "T": 0.00048033290659077466, + "P": 0.003856559284031391, + "-": 0.9929209351539612 + }, + "id": "tp_25951" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3243877, + "label": "-", + "classification": { + "B": 3.1996063626138493e-05, + "S": 7.586368155898526e-05, + "I": 0.00024676884640939534, + "C": 0.005633687600493431, + "R": 0.0020184286404401064, + "M": 0.012900491245090961, + "O": 0.0018634313018992543, + "W": 4.436769086169079e-05, + "N": 1.4969919902796391e-05, + "Y": 0.020954888314008713, + "U": 6.537928129546344e-06, + "K": 5.7762636060942896e-06, + "L": 0.001554840593598783, + "G": 0.014214826747775078, + "F": 0.017630737274885178, + "E": 0.00021036318503320217, + "T": 0.016289781779050827, + "P": 0.003976559732109308, + "-": 0.9023258090019226 + }, + "id": "tp_25952" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3244011, + "label": "-", + "classification": { + "B": 8.14820566574781e-07, + "S": 9.452377526031341e-06, + "I": 6.247631245059893e-05, + "C": 0.00011676565918605775, + "R": 4.4771499233320355e-05, + "M": 0.0009549441165290773, + "O": 0.00018878541595768183, + "W": 1.0527887752687093e-05, + "N": 5.367282028601039e-06, + "Y": 0.008522004820406437, + "U": 1.79987978299323e-06, + "K": 0.00011783048103097826, + "L": 2.4194232537411153e-05, + "G": 0.0009341532713733613, + "F": 0.01633421517908573, + "E": 0.00010282856965204701, + "T": 0.003962240647524595, + "P": 0.0071452949196100235, + "-": 0.9614614844322205 + }, + "id": "tp_25953" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3244144, + "label": "-", + "classification": { + "B": 3.5270050768865246e-10, + "S": 8.229021908334744e-09, + "I": 1.9453434561000904e-06, + "C": 6.383099844242679e-06, + "R": 8.634574442112353e-07, + "M": 6.218197995622177e-06, + "O": 1.495183937549882e-06, + "W": 1.5023548627368655e-08, + "N": 4.358349414701479e-08, + "Y": 0.0005499677499756217, + "U": 4.907404704823648e-09, + "K": 1.182848166081385e-07, + "L": 1.1511623654314462e-07, + "G": 3.2523505069548264e-05, + "F": 0.0028826461639255285, + "E": 1.1765171166189248e-06, + "T": 0.00011876787903020158, + "P": 0.004295129794627428, + "-": 0.9921025633811951 + }, + "id": "tp_25954" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3244278, + "label": "-", + "classification": { + "B": 3.5640859707974926e-10, + "S": 1.1130633914557819e-10, + "I": 1.0871523414834883e-07, + "C": 5.4512813818519135e-08, + "R": 4.71825511993984e-09, + "M": 4.80254072954267e-07, + "O": 3.329156683662404e-08, + "W": 1.4719420127207172e-10, + "N": 5.679826053928139e-10, + "Y": 4.376275683171116e-05, + "U": 9.327047467699856e-11, + "K": 3.9984850985774756e-09, + "L": 2.8787376926686647e-09, + "G": 5.655395852954825e-06, + "F": 0.00016500448691658676, + "E": 6.991388090682449e-07, + "T": 8.519667062500957e-06, + "P": 0.002295262645930052, + "-": 0.9974803328514099 + }, + "id": "tp_25955" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3244378, + "label": "-", + "classification": { + "B": 0.00024197368475142866, + "S": 0.0007031793356873095, + "I": 0.019883155822753906, + "C": 0.02920488454401493, + "R": 0.018495026975870132, + "M": 0.036979660391807556, + "O": 0.007431446574628353, + "W": 0.0006485044141300023, + "N": 0.0006994183058850467, + "Y": 0.291951060295105, + "U": 7.923032535472885e-05, + "K": 0.00019781662558671087, + "L": 0.003866612445563078, + "G": 0.04215141013264656, + "F": 0.019015120342373848, + "E": 0.0018565865466371179, + "T": 0.08851973712444305, + "P": 0.010159613564610481, + "-": 0.42791563272476196 + }, + "id": "tp_25956" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3244511, + "label": "-", + "classification": { + "B": 4.323907887737732e-06, + "S": 2.037220838246867e-06, + "I": 3.0025175874470733e-05, + "C": 0.00018774830095935613, + "R": 6.039498111931607e-05, + "M": 0.00027021270943805575, + "O": 6.460314034484327e-05, + "W": 3.0082687771937344e-06, + "N": 1.8530578245190554e-06, + "Y": 0.004082349129021168, + "U": 1.1957783954130718e-06, + "K": 9.744894668983761e-06, + "L": 2.0939314708812162e-05, + "G": 0.0008390972507186234, + "F": 0.01615939289331436, + "E": 3.9113223465392366e-05, + "T": 0.0008921187254600227, + "P": 0.0094657177105546, + "-": 0.9678660035133362 + }, + "id": "tp_25957" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3244645, + "label": "-", + "classification": { + "B": 1.9772291182107438e-07, + "S": 1.640633513488865e-07, + "I": 2.747815308623558e-08, + "C": 6.198947133384536e-09, + "R": 1.6129650504126403e-08, + "M": 1.5483881725231186e-05, + "O": 6.65635980112711e-06, + "W": 1.4740375142707762e-08, + "N": 2.474504490201923e-10, + "Y": 0.00012502196477726102, + "U": 9.401869907610383e-12, + "K": 1.291506311618118e-11, + "L": 5.284093163027137e-07, + "G": 1.2288176549191121e-05, + "F": 0.0001892692962428555, + "E": 1.4890709110204625e-08, + "T": 0.00011124731827294454, + "P": 0.0001555254275444895, + "-": 0.9993834495544434 + }, + "id": "tp_25958" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3244778, + "label": "C", + "classification": { + "B": 4.21183756316168e-07, + "S": 8.712149792700075e-06, + "I": 0.00011171477672178298, + "C": 0.6557035446166992, + "R": 0.056718628853559494, + "M": 0.007795082405209541, + "O": 0.0007358866278082132, + "W": 1.60180152306566e-05, + "N": 2.457423761370592e-06, + "Y": 0.020509082823991776, + "U": 6.810925583522476e-07, + "K": 2.3092936771718087e-06, + "L": 0.0014009613078087568, + "G": 0.044576387852430344, + "F": 0.02646508440375328, + "E": 5.3507515985984355e-05, + "T": 0.009944085963070393, + "P": 0.0002183140895795077, + "-": 0.17573711276054382 + }, + "id": "tp_25959" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3244878, + "label": "-", + "classification": { + "B": 9.387779442704414e-08, + "S": 1.889202820848368e-07, + "I": 1.6041136404965073e-05, + "C": 5.774354576715268e-05, + "R": 3.924026259483071e-06, + "M": 2.7050979042542167e-05, + "O": 9.853585652308539e-06, + "W": 2.525594311464374e-07, + "N": 9.67175424193556e-07, + "Y": 0.0019591732416301966, + "U": 2.0004681289265136e-07, + "K": 3.1519646199740237e-06, + "L": 1.061981151906366e-06, + "G": 0.00021323334658518434, + "F": 0.0052065057680010796, + "E": 1.7901804312714376e-05, + "T": 0.00045512538054026663, + "P": 0.012153993360698223, + "-": 0.979873538017273 + }, + "id": "tp_25960" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3245012, + "label": "-", + "classification": { + "B": 1.3294943528308067e-05, + "S": 1.331769635726232e-05, + "I": 0.0006175574962981045, + "C": 0.002375710289925337, + "R": 0.00040862656896933913, + "M": 0.0008504468132741749, + "O": 0.0002845779526978731, + "W": 1.5376128430943936e-05, + "N": 5.798332131234929e-05, + "Y": 0.006823594681918621, + "U": 2.0243254766683094e-05, + "K": 4.335144694778137e-05, + "L": 0.00013147128629498184, + "G": 0.003913885913789272, + "F": 0.02557821199297905, + "E": 0.0005297489697113633, + "T": 0.0035639344714581966, + "P": 0.07665351778268814, + "-": 0.8781051635742188 + }, + "id": "tp_25961" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3245145, + "label": "-", + "classification": { + "B": 2.8025777254470086e-09, + "S": 2.761075368340471e-09, + "I": 1.78664745220658e-08, + "C": 7.476627388314228e-07, + "R": 6.579510625215335e-08, + "M": 2.766685065580532e-05, + "O": 4.5080523136675765e-07, + "W": 6.193641155505247e-10, + "N": 1.5625187255174922e-10, + "Y": 9.936513379216194e-05, + "U": 2.5031528932961677e-11, + "K": 1.242412284163663e-10, + "L": 2.1875656841530144e-07, + "G": 2.1592259145108983e-05, + "F": 0.0007199455867521465, + "E": 2.4645382268317917e-07, + "T": 4.277302650734782e-05, + "P": 0.00036794444895349443, + "-": 0.9987189769744873 + }, + "id": "tp_25962" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3245279, + "label": "-", + "classification": { + "B": 7.176138296927093e-06, + "S": 2.2709045879309997e-06, + "I": 5.8755984355229884e-05, + "C": 0.0001850810513133183, + "R": 4.783624899573624e-05, + "M": 0.0010408173548057675, + "O": 9.69547763816081e-05, + "W": 2.515698042770964e-06, + "N": 2.074682015518192e-06, + "Y": 0.003384919371455908, + "U": 1.1563776070033782e-06, + "K": 3.885257683577947e-06, + "L": 6.1028833442833275e-05, + "G": 0.0018799288664013147, + "F": 0.009678683243691921, + "E": 0.00016811306704767048, + "T": 0.0014869107399135828, + "P": 0.01739584654569626, + "-": 0.9644959568977356 + }, + "id": "tp_25963" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3245379, + "label": "-", + "classification": { + "B": 2.715700873068272e-07, + "S": 1.9623753360065166e-06, + "I": 2.170224797737319e-05, + "C": 1.5021215403976385e-05, + "R": 2.468954335199669e-06, + "M": 1.504527244833298e-05, + "O": 2.0752715499838814e-05, + "W": 1.282864445784071e-06, + "N": 3.444657522777561e-06, + "Y": 0.0004987589200027287, + "U": 3.366420173733786e-07, + "K": 1.4494544302579015e-05, + "L": 1.2057016647304408e-06, + "G": 0.00011237261787755415, + "F": 0.02897174283862114, + "E": 5.731566125177778e-05, + "T": 0.00019410453387536108, + "P": 0.06404616683721542, + "-": 0.9060214757919312 + }, + "id": "tp_25964" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3245512, + "label": "-", + "classification": { + "B": 1.478769036111771e-07, + "S": 9.774252873739897e-08, + "I": 3.8026042602723464e-05, + "C": 6.581502020708285e-06, + "R": 1.2532801747511257e-06, + "M": 7.515598554164171e-05, + "O": 8.360801075468771e-06, + "W": 2.012816224805647e-07, + "N": 1.1456705806267564e-06, + "Y": 0.0012201061472296715, + "U": 6.650895301163473e-08, + "K": 8.84323412719823e-07, + "L": 6.139354695733346e-07, + "G": 9.210577991325408e-05, + "F": 0.0026228013448417187, + "E": 0.00010211547487415373, + "T": 0.00030714081367477775, + "P": 0.027205344289541245, + "-": 0.9683178067207336 + }, + "id": "tp_25965" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3245646, + "label": "-", + "classification": { + "B": 4.885138196186745e-07, + "S": 4.233046183799161e-06, + "I": 2.5473815185250714e-05, + "C": 0.0006128152017481625, + "R": 0.00014116836246103048, + "M": 0.00022539051133207977, + "O": 0.00012140842591179535, + "W": 3.4887830224761274e-06, + "N": 1.2637667623494053e-06, + "Y": 0.0027108644135296345, + "U": 4.5634308776243415e-07, + "K": 1.2812044587917626e-05, + "L": 3.05436369671952e-05, + "G": 0.0014736437005922198, + "F": 0.02465079165995121, + "E": 1.9500890630297363e-05, + "T": 0.001172324875369668, + "P": 0.0024134682025760412, + "-": 0.9663798213005066 + }, + "id": "tp_25966" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3245779, + "label": "-", + "classification": { + "B": 7.083825721565518e-07, + "S": 3.6593235108739464e-07, + "I": 0.0001264270831597969, + "C": 0.00014154221571516246, + "R": 1.9382123355171643e-05, + "M": 0.00012079195585101843, + "O": 1.8714235920924693e-05, + "W": 6.963686587369011e-07, + "N": 4.068382168043172e-06, + "Y": 0.003262166865170002, + "U": 1.3513769090423011e-06, + "K": 5.121351932757534e-06, + "L": 3.6806470689043636e-06, + "G": 0.00041462446097284555, + "F": 0.0018472120864316821, + "E": 0.00010513249435462058, + "T": 0.0007946518016979098, + "P": 0.03099275566637516, + "-": 0.962140679359436 + }, + "id": "tp_25967" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3245879, + "label": "-", + "classification": { + "B": 4.1244486936875546e-08, + "S": 2.9693584480128266e-08, + "I": 3.4467077512090327e-06, + "C": 2.2578304196940735e-05, + "R": 1.9816632175206905e-06, + "M": 0.00010199745884165168, + "O": 5.792376214230899e-06, + "W": 2.2483341410861613e-08, + "N": 4.4182925762470404e-08, + "Y": 0.0012335663195699453, + "U": 2.3970763152192376e-08, + "K": 4.5980669938217034e-08, + "L": 4.446932507562451e-06, + "G": 0.0002453303895890713, + "F": 0.0010791197419166565, + "E": 5.313168003340252e-06, + "T": 0.0006918957224115729, + "P": 0.00225155521184206, + "-": 0.9943526983261108 + }, + "id": "tp_25968" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3246013, + "label": "-", + "classification": { + "B": 1.3262183351514523e-08, + "S": 1.5616809179164193e-08, + "I": 1.6463693555124337e-06, + "C": 9.08277797861956e-06, + "R": 1.5142438769544242e-06, + "M": 5.384529686125461e-06, + "O": 3.506514758555568e-06, + "W": 1.0391416616073457e-08, + "N": 3.36979333326326e-08, + "Y": 0.00021207811369094998, + "U": 3.598719766628733e-09, + "K": 9.126978284257348e-09, + "L": 6.564062005054438e-07, + "G": 0.0001077256238204427, + "F": 0.0016732508083805442, + "E": 1.06764537122217e-06, + "T": 0.00010402493353467435, + "P": 0.005559452809393406, + "-": 0.9923204779624939 + }, + "id": "tp_25969" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3246146, + "label": "-", + "classification": { + "B": 1.6792414569977154e-08, + "S": 5.507210403266072e-07, + "I": 8.52944594953442e-06, + "C": 0.0001421811612090096, + "R": 1.6443727872683667e-05, + "M": 5.231216346146539e-05, + "O": 1.976260682567954e-05, + "W": 3.7294580579327885e-07, + "N": 4.2623688045750896e-07, + "Y": 0.0009227276896126568, + "U": 6.658537898829309e-08, + "K": 2.988269216075423e-06, + "L": 2.924593673014897e-06, + "G": 0.0003588427498470992, + "F": 0.015200859867036343, + "E": 6.505795226985356e-06, + "T": 0.0005595788243226707, + "P": 0.0036881170235574245, + "-": 0.9790168404579163 + }, + "id": "tp_25970" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3246280, + "label": "-", + "classification": { + "B": 1.5159584698665185e-10, + "S": 1.1996342808018312e-09, + "I": 2.844563482540252e-07, + "C": 7.978669458452714e-08, + "R": 9.710455550759889e-09, + "M": 9.343381179860444e-07, + "O": 1.8487116903997958e-07, + "W": 2.1521811000013713e-09, + "N": 7.234637777742137e-09, + "Y": 0.00013850300456397235, + "U": 9.188130811743633e-10, + "K": 1.7635063898069347e-07, + "L": 3.3914790975586584e-09, + "G": 5.425782092061127e-06, + "F": 0.0002742116339504719, + "E": 7.162923907344521e-07, + "T": 3.3721316867740825e-05, + "P": 0.0039657242596149445, + "-": 0.9955801367759705 + }, + "id": "tp_25971" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3246380, + "label": "-", + "classification": { + "B": 3.1364456845039967e-06, + "S": 7.487564744224073e-06, + "I": 0.00020450312877073884, + "C": 0.001207074266858399, + "R": 0.0003552416746970266, + "M": 0.0015807985328137875, + "O": 0.00037250565947033465, + "W": 1.242275902768597e-05, + "N": 1.2305706150073092e-05, + "Y": 0.014914081431925297, + "U": 4.585864644468529e-06, + "K": 5.05673369843862e-06, + "L": 0.00022245693253353238, + "G": 0.0031359433196485043, + "F": 0.014333132654428482, + "E": 0.00015984571655280888, + "T": 0.00402477290481329, + "P": 0.019522475078701973, + "-": 0.9399221539497375 + }, + "id": "tp_25972" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3246513, + "label": "-", + "classification": { + "B": 3.2216348699876107e-07, + "S": 7.16444731096999e-07, + "I": 0.00015446750330738723, + "C": 7.743638707324862e-05, + "R": 1.0040906090580393e-05, + "M": 9.160724584944546e-05, + "O": 2.8632917747017927e-05, + "W": 1.2578194628076744e-06, + "N": 7.861380254325923e-06, + "Y": 0.011071594431996346, + "U": 3.0202409107005224e-07, + "K": 4.515058753895573e-05, + "L": 1.6684168713254621e-06, + "G": 0.0012500525917857885, + "F": 0.007396766450256109, + "E": 0.000895168399438262, + "T": 0.0009992435807362199, + "P": 0.029600493609905243, + "-": 0.9483671188354492 + }, + "id": "tp_25973" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3246647, + "label": "-", + "classification": { + "B": 1.1955679610764491e-06, + "S": 1.4937781088519841e-05, + "I": 1.3097009286866523e-05, + "C": 1.54870704136556e-05, + "R": 7.20903517503757e-06, + "M": 0.00044756924035027623, + "O": 0.00016169340233318508, + "W": 1.930889766299515e-06, + "N": 5.392532784753712e-07, + "Y": 0.005555863492190838, + "U": 1.7257978157658727e-08, + "K": 4.1061409206122335e-07, + "L": 2.972171932924539e-05, + "G": 0.0014133753720670938, + "F": 0.017660455778241158, + "E": 2.062363455479499e-05, + "T": 0.002408538945019245, + "P": 0.0016031808918341994, + "-": 0.9706440567970276 + }, + "id": "tp_25974" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3246780, + "label": "-", + "classification": { + "B": 9.952314030670095e-06, + "S": 1.348956811852986e-05, + "I": 0.00027921583387069404, + "C": 0.00019362324383109808, + "R": 3.374887091922574e-05, + "M": 0.0013073422014713287, + "O": 0.00015062822785694152, + "W": 4.925071152683813e-06, + "N": 2.766296165646054e-05, + "Y": 0.0043198103085160255, + "U": 2.5951321731554344e-06, + "K": 1.9521881768014282e-05, + "L": 2.92254080704879e-05, + "G": 0.0016769357025623322, + "F": 0.020686697214841843, + "E": 0.001110809505917132, + "T": 0.0021162903867661953, + "P": 0.0771588385105133, + "-": 0.8908585906028748 + }, + "id": "tp_25975" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3246880, + "label": "-", + "classification": { + "B": 2.8550759907375323e-06, + "S": 9.57209886109922e-06, + "I": 3.4294404031243175e-05, + "C": 0.00010759454744402319, + "R": 2.6177935069426894e-05, + "M": 0.00042824470438063145, + "O": 0.00011768107651732862, + "W": 5.956064796919236e-06, + "N": 4.285723207431147e-06, + "Y": 0.004324998706579208, + "U": 1.587247425050009e-06, + "K": 1.9328501366544515e-05, + "L": 2.530795245547779e-05, + "G": 0.000833147088997066, + "F": 0.020398125052452087, + "E": 4.902370346826501e-05, + "T": 0.002334301359951496, + "P": 0.017474038526415825, + "-": 0.9538033604621887 + }, + "id": "tp_25976" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3247014, + "label": "-", + "classification": { + "B": 1.3319508829212623e-09, + "S": 9.087210983693694e-09, + "I": 2.6631500986695755e-06, + "C": 1.4621290347349714e-06, + "R": 1.501108783941163e-07, + "M": 7.072511607475462e-07, + "O": 6.310858111646667e-07, + "W": 2.1851285225693573e-08, + "N": 1.576347301579517e-07, + "Y": 0.00010825500066857785, + "U": 1.4249744495486993e-08, + "K": 1.8368368728260975e-06, + "L": 1.3231399087487716e-08, + "G": 4.634845936379861e-06, + "F": 0.0019032161217182875, + "E": 5.070416136732092e-06, + "T": 2.924824548244942e-05, + "P": 0.03943256288766861, + "-": 0.9585093259811401 + }, + "id": "tp_25977" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3247147, + "label": "-", + "classification": { + "B": 6.153924800855748e-07, + "S": 8.688669481671241e-07, + "I": 1.0632770397478453e-07, + "C": 1.6581121826675371e-06, + "R": 6.569180754922854e-07, + "M": 0.0002116742980433628, + "O": 4.7788984375074506e-05, + "W": 1.6527891943951545e-07, + "N": 2.9423521397120567e-09, + "Y": 0.00024848946486599743, + "U": 6.63856081217773e-10, + "K": 3.5336118475726153e-09, + "L": 1.0437660421303008e-05, + "G": 0.00027350816526450217, + "F": 0.002454400761052966, + "E": 3.718496088822576e-07, + "T": 0.00014233397087082267, + "P": 0.0001978804502869025, + "-": 0.996408998966217 + }, + "id": "tp_25978" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3247281, + "label": "P", + "classification": { + "B": 1.8898539337897091e-06, + "S": 5.823111450808938e-07, + "I": 0.0003124475188087672, + "C": 2.103026236000005e-05, + "R": 2.5401920993317617e-06, + "M": 1.879634874057956e-05, + "O": 9.387402315041982e-06, + "W": 6.339189440041082e-07, + "N": 1.1688004633469973e-05, + "Y": 0.00010472239955561236, + "U": 3.918388244983362e-07, + "K": 8.199523904295347e-07, + "L": 1.5429100130859297e-06, + "G": 0.0001254786184290424, + "F": 0.0015870307106524706, + "E": 0.0002594618417788297, + "T": 0.00010641049448167905, + "P": 0.5744616985321045, + "-": 0.4229733645915985 + }, + "id": "tp_25979" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3247381, + "label": "-", + "classification": { + "B": 3.734701714552813e-10, + "S": 7.738562568526675e-10, + "I": 4.819873993255896e-07, + "C": 1.1190641089342535e-06, + "R": 1.0349191370551125e-07, + "M": 9.684276847110596e-07, + "O": 2.5436716555304884e-07, + "W": 1.1705012514795499e-09, + "N": 3.600168163586659e-09, + "Y": 8.887597505236045e-05, + "U": 1.2999115117651172e-09, + "K": 7.428435200296235e-09, + "L": 2.253405817498333e-08, + "G": 1.0368564289819915e-05, + "F": 0.0005167211056686938, + "E": 1.834594627325714e-07, + "T": 1.8229931811220013e-05, + "P": 0.0027498158160597086, + "-": 0.9966128468513489 + }, + "id": "tp_25980" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3247514, + "label": "-", + "classification": { + "B": 3.329666320439628e-09, + "S": 4.868850655981305e-09, + "I": 9.650931609428426e-09, + "C": 5.016281168224168e-09, + "R": 7.589474049218836e-10, + "M": 6.716775260429131e-06, + "O": 4.887338604930846e-07, + "W": 4.592444202700108e-10, + "N": 1.0535086691909612e-10, + "Y": 3.6208220990374684e-05, + "U": 5.015833668547964e-12, + "K": 1.0396626268227571e-11, + "L": 3.247546231932574e-08, + "G": 3.828687567875022e-06, + "F": 9.251483425032347e-05, + "E": 3.6426538230216465e-08, + "T": 2.4029508495004848e-05, + "P": 0.0003359972033649683, + "-": 0.999500036239624 + }, + "id": "tp_25981" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3247648, + "label": "-", + "classification": { + "B": 5.064230208517984e-07, + "S": 5.673632585967425e-07, + "I": 3.234699761378579e-05, + "C": 9.632710134610534e-05, + "R": 2.0818215489271097e-05, + "M": 0.00034125547972507775, + "O": 2.6872030503000133e-05, + "W": 5.389436523728364e-07, + "N": 9.941470580088207e-07, + "Y": 0.0038761890027672052, + "U": 3.802530841312546e-07, + "K": 1.446457531528722e-06, + "L": 8.924476787797175e-06, + "G": 0.0005437192739918828, + "F": 0.0029942644760012627, + "E": 3.094816202064976e-05, + "T": 0.0010403749765828252, + "P": 0.009766011498868465, + "-": 0.981217622756958 + }, + "id": "tp_25982" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3247781, + "label": "-", + "classification": { + "B": 1.7010760204952402e-12, + "S": 9.953000229545594e-12, + "I": 1.2387891956677777e-07, + "C": 1.532734899001298e-07, + "R": 1.0257192428753115e-08, + "M": 9.685386004321117e-08, + "O": 2.3978133256719047e-08, + "W": 4.207371950837313e-11, + "N": 3.9327899270524824e-10, + "Y": 1.5660554709029384e-05, + "U": 4.6922212643130123e-11, + "K": 8.289537112293743e-11, + "L": 7.169020932451531e-10, + "G": 4.753077291752561e-07, + "F": 2.2842345060780644e-05, + "E": 1.4210203680420364e-08, + "T": 5.584357950283447e-06, + "P": 0.0017940853722393513, + "-": 0.9981610178947449 + }, + "id": "tp_25983" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3247881, + "label": "-", + "classification": { + "B": 8.267112571047619e-05, + "S": 5.2304225391708314e-05, + "I": 0.00040976982563734055, + "C": 0.0008034913334995508, + "R": 0.0003059955488424748, + "M": 0.00630125030875206, + "O": 0.0008226926438510418, + "W": 4.2229232349200174e-05, + "N": 3.048359758395236e-05, + "Y": 0.023386390879750252, + "U": 1.5626024833181873e-05, + "K": 1.2280550436116755e-05, + "L": 0.000711259082891047, + "G": 0.00659679900854826, + "F": 0.02313852682709694, + "E": 0.00044964018161408603, + "T": 0.010726718232035637, + "P": 0.026244083419442177, + "-": 0.8998677134513855 + }, + "id": "tp_25984" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3248015, + "label": "-", + "classification": { + "B": 3.6613869269785937e-06, + "S": 2.3839850200602086e-06, + "I": 0.00011685711797326803, + "C": 0.00039676419692113996, + "R": 8.2927115727216e-05, + "M": 0.0003807067696470767, + "O": 9.634504385758191e-05, + "W": 3.471394620646606e-06, + "N": 2.881482032535132e-06, + "Y": 0.0013313043164089322, + "U": 6.611280127799546e-07, + "K": 3.51685400801216e-07, + "L": 3.4090095141436905e-05, + "G": 0.00036968314088881016, + "F": 0.0036508103366941214, + "E": 3.716657738550566e-05, + "T": 0.001084352727048099, + "P": 0.02031540311872959, + "-": 0.9720901250839233 + }, + "id": "tp_25985" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3248148, + "label": "-", + "classification": { + "B": 6.316889198387798e-07, + "S": 4.939847144669329e-07, + "I": 7.88277611718513e-06, + "C": 1.7408322037226753e-06, + "R": 5.239472784523969e-07, + "M": 3.57744975190144e-05, + "O": 1.6504414816154167e-05, + "W": 3.691604604227905e-07, + "N": 2.3929379722176236e-07, + "Y": 0.0002703708305489272, + "U": 1.6552798243196776e-08, + "K": 1.8465559747937732e-08, + "L": 1.464022034269874e-06, + "G": 2.14011797652347e-05, + "F": 0.0003377626126166433, + "E": 6.7045684772892855e-06, + "T": 0.00021600269246846437, + "P": 0.015515432693064213, + "-": 0.9835666418075562 + }, + "id": "tp_25986" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3248282, + "label": "-", + "classification": { + "B": 4.7893013288557995e-06, + "S": 4.649246875487734e-06, + "I": 1.903304655570537e-05, + "C": 5.883107223780826e-05, + "R": 1.1810214346041903e-05, + "M": 0.00034693372435867786, + "O": 6.708820001222193e-05, + "W": 2.3907589365990134e-06, + "N": 9.253659527530544e-07, + "Y": 0.0015075145056471229, + "U": 1.8835143578144198e-07, + "K": 1.8962432477565017e-06, + "L": 2.219210182374809e-05, + "G": 0.0009894283721223474, + "F": 0.03418314456939697, + "E": 5.868481457582675e-05, + "T": 0.0005670360405929387, + "P": 0.008447744883596897, + "-": 0.9537057876586914 + }, + "id": "tp_25987" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3248382, + "label": "-", + "classification": { + "B": 1.0816648909894866e-06, + "S": 2.7294525352772325e-05, + "I": 7.892301073297858e-05, + "C": 0.006725254934281111, + "R": 0.0021189942490309477, + "M": 0.0026870889123529196, + "O": 0.0009688357240520418, + "W": 2.673397284524981e-05, + "N": 5.752905963163357e-06, + "Y": 0.04315363988280296, + "U": 2.68739881903457e-06, + "K": 7.496873422496719e-06, + "L": 0.0008279114263132215, + "G": 0.012501691468060017, + "F": 0.0278531052172184, + "E": 5.497170423041098e-05, + "T": 0.011626931838691235, + "P": 0.0019361271988600492, + "-": 0.8893954753875732 + }, + "id": "tp_25988" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3248515, + "label": "-", + "classification": { + "B": 2.6049132628713778e-08, + "S": 1.1596861249074664e-08, + "I": 1.790131864254363e-05, + "C": 1.872590473794844e-05, + "R": 1.6353869796148501e-06, + "M": 1.1844214213851956e-06, + "O": 1.3231875755082e-06, + "W": 6.276071218280777e-08, + "N": 4.401240403240081e-07, + "Y": 0.0001556939969304949, + "U": 1.792889321450275e-07, + "K": 1.6785335219537956e-06, + "L": 1.0045560117077912e-07, + "G": 1.4667843061033636e-05, + "F": 0.0015378219541162252, + "E": 8.751964742259588e-06, + "T": 5.7740278862183914e-05, + "P": 0.034476883709430695, + "-": 0.9637051224708557 + }, + "id": "tp_25989" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3248649, + "label": "-", + "classification": { + "B": 6.094168919501541e-11, + "S": 6.912687089410952e-11, + "I": 6.016171560929706e-09, + "C": 2.1865608346161025e-07, + "R": 1.4782240320698747e-08, + "M": 5.78834487896529e-07, + "O": 5.986014173231524e-08, + "W": 7.817697184053785e-11, + "N": 4.0053682592855466e-11, + "Y": 3.39096222887747e-05, + "U": 8.12964192492549e-12, + "K": 2.2380154673928843e-10, + "L": 5.7508735551436985e-09, + "G": 3.0301350761874346e-06, + "F": 0.00022606574930250645, + "E": 1.86965554149765e-08, + "T": 4.41278734797379e-06, + "P": 0.00019023270579054952, + "-": 0.9995415210723877 + }, + "id": "tp_25990" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3248782, + "label": "-", + "classification": { + "B": 2.7253861389908707e-06, + "S": 8.404580285059637e-07, + "I": 2.1792726329294965e-05, + "C": 4.7045137762324885e-05, + "R": 5.830142072227318e-06, + "M": 0.00035855459282174706, + "O": 7.504868699470535e-05, + "W": 1.2037007763865404e-06, + "N": 7.561933443867019e-07, + "Y": 0.00033622735645622015, + "U": 3.296030399724259e-07, + "K": 1.2998145848541753e-07, + "L": 1.8144990463042632e-05, + "G": 0.0001749025977915153, + "F": 0.0006692105089314282, + "E": 1.6345018593710847e-05, + "T": 0.0008781497017480433, + "P": 0.01075693592429161, + "-": 0.9866357445716858 + }, + "id": "tp_25991" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3248882, + "label": "-", + "classification": { + "B": 2.1715973019809098e-08, + "S": 1.3534108234125597e-07, + "I": 7.319523774640402e-06, + "C": 1.728259667288512e-05, + "R": 2.1365419797803042e-06, + "M": 7.905488928372506e-06, + "O": 8.994602467282675e-06, + "W": 1.5371281847365026e-07, + "N": 2.66471516852107e-07, + "Y": 0.00015610078116878867, + "U": 2.3019033790205867e-08, + "K": 1.3775101592727879e-07, + "L": 7.398338652819803e-07, + "G": 4.773803084390238e-05, + "F": 0.003880998818203807, + "E": 9.366028280055616e-06, + "T": 7.395580905722454e-05, + "P": 0.01338723674416542, + "-": 0.9823994636535645 + }, + "id": "tp_25992" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3249016, + "label": "-", + "classification": { + "B": 3.767456124847968e-09, + "S": 6.911276440035863e-09, + "I": 3.4618574673572766e-09, + "C": 3.3301630342208455e-09, + "R": 1.583618236544737e-09, + "M": 9.636137292545754e-07, + "O": 4.5304602735996014e-07, + "W": 1.0246042903006014e-09, + "N": 2.600267223762387e-11, + "Y": 3.849326731142355e-06, + "U": 1.0267077986403361e-12, + "K": 1.3279288692963354e-12, + "L": 3.42767378924691e-08, + "G": 8.166985026036855e-07, + "F": 0.00026555100339464843, + "E": 5.1823527691396976e-09, + "T": 4.178528797638137e-06, + "P": 0.00025808013742789626, + "-": 0.9994661211967468 + }, + "id": "tp_25993" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3249149, + "label": "-", + "classification": { + "B": 9.340719309136603e-09, + "S": 9.189118799213247e-09, + "I": 6.969667992962059e-06, + "C": 9.103941351895628e-07, + "R": 6.631920257405e-08, + "M": 3.674652589324978e-06, + "O": 9.500843702880957e-07, + "W": 1.4909524281847553e-08, + "N": 9.903042297310094e-08, + "Y": 4.338451981311664e-05, + "U": 3.6263052560769893e-09, + "K": 6.22070528422114e-09, + "L": 5.6253362856750755e-08, + "G": 9.797829989111051e-06, + "F": 0.00022565698600374162, + "E": 3.333286258566659e-06, + "T": 3.4818443964468315e-05, + "P": 0.0739024206995964, + "-": 0.9257677793502808 + }, + "id": "tp_25994" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3249283, + "label": "-", + "classification": { + "B": 3.9966398190927066e-08, + "S": 2.761049984201236e-07, + "I": 3.206050905646407e-06, + "C": 0.0002788317506201565, + "R": 4.938909478369169e-05, + "M": 0.00037235222407616675, + "O": 3.432137964409776e-05, + "W": 1.4278340643159027e-07, + "N": 4.5430184059114254e-08, + "Y": 0.009122896008193493, + "U": 2.2570230129304036e-08, + "K": 2.950863553508043e-08, + "L": 4.4918018829775974e-05, + "G": 0.0018431470962241292, + "F": 0.007010795176029205, + "E": 1.587349515830283e-06, + "T": 0.002898885402828455, + "P": 0.00046196929179131985, + "-": 0.9778771996498108 + }, + "id": "tp_25995" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3249383, + "label": "-", + "classification": { + "B": 6.828811365267029e-07, + "S": 1.712453325808383e-07, + "I": 4.230224021739559e-06, + "C": 1.0028512406279333e-05, + "R": 2.0787399535038276e-06, + "M": 9.405254968442023e-05, + "O": 1.337973662884906e-05, + "W": 1.6087348342352925e-07, + "N": 7.06240186332252e-08, + "Y": 0.0007721625734120607, + "U": 3.964339612139156e-08, + "K": 2.8083615433160958e-08, + "L": 6.041357664798852e-06, + "G": 0.00021217214816715568, + "F": 0.0029458000790327787, + "E": 3.7030554267403204e-06, + "T": 0.000385881430702284, + "P": 0.004168383777141571, + "-": 0.9913809895515442 + }, + "id": "tp_25996" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3249516, + "label": "-", + "classification": { + "B": 3.688707579385664e-07, + "S": 3.6247809021006105e-06, + "I": 3.96644509237376e-06, + "C": 0.00010808586375787854, + "R": 4.213500506011769e-05, + "M": 0.0003143044887110591, + "O": 8.805270044831559e-05, + "W": 3.507573637762107e-06, + "N": 3.6335492836769845e-07, + "Y": 0.0009042158490046859, + "U": 1.2524154158199963e-07, + "K": 2.026233005381073e-06, + "L": 1.900923962239176e-05, + "G": 0.000282028631772846, + "F": 0.021969696506857872, + "E": 3.586181264836341e-06, + "T": 0.0015601033810526133, + "P": 0.0030600184109061956, + "-": 0.9716348052024841 + }, + "id": "tp_25997" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3249650, + "label": "-", + "classification": { + "B": 4.435265310576142e-08, + "S": 2.2587290970932372e-07, + "I": 2.3848679120419547e-05, + "C": 2.0341334675322287e-05, + "R": 6.840114565420663e-06, + "M": 0.00011764102964662015, + "O": 1.5448607882717624e-05, + "W": 2.3589383602029557e-07, + "N": 2.8302724786044564e-07, + "Y": 0.004855808801949024, + "U": 4.898139138731494e-08, + "K": 3.3638917784628575e-07, + "L": 2.256396328448318e-06, + "G": 0.0002608813520055264, + "F": 0.001143031520769, + "E": 4.724874088424258e-06, + "T": 0.001018833601847291, + "P": 0.0024683596566319466, + "-": 0.9900608062744141 + }, + "id": "tp_25998" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3249783, + "label": "-", + "classification": { + "B": 5.692058948625345e-07, + "S": 4.4892487949255155e-07, + "I": 2.5066197849810123e-05, + "C": 2.48080486926483e-05, + "R": 6.793665761506418e-06, + "M": 0.0001474973832955584, + "O": 5.7243792980443686e-05, + "W": 6.204327860359626e-07, + "N": 8.360173069377197e-07, + "Y": 0.0007563791004940867, + "U": 2.981235809329519e-07, + "K": 5.874646546999429e-08, + "L": 1.3800095985061489e-05, + "G": 0.00020268613297957927, + "F": 0.0007903603254817426, + "E": 6.222955562407151e-06, + "T": 0.0012074955739080906, + "P": 0.014654460363090038, + "-": 0.9821042418479919 + }, + "id": "tp_25999" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3249883, + "label": "-", + "classification": { + "B": 9.952498380982888e-09, + "S": 2.4140791765603353e-07, + "I": 1.477607867172992e-07, + "C": 4.736665687232744e-06, + "R": 1.3242092791188043e-06, + "M": 3.836280666291714e-05, + "O": 1.0806164937093854e-05, + "W": 5.1170356840657405e-08, + "N": 4.9835136017861714e-09, + "Y": 0.0008497819071635604, + "U": 5.988157192327037e-10, + "K": 1.6281759940284246e-08, + "L": 2.8322604066488566e-06, + "G": 0.00020002954988740385, + "F": 0.014792099595069885, + "E": 3.696851820222946e-07, + "T": 0.0002499942493159324, + "P": 0.0002991420333273709, + "-": 0.9835500717163086 + }, + "id": "tp_26000" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3250017, + "label": "-", + "classification": { + "B": 2.5707129225338576e-07, + "S": 1.0898877178533439e-07, + "I": 2.388870825598133e-07, + "C": 1.1273992868154892e-06, + "R": 2.2641546593149542e-07, + "M": 6.633620796492323e-05, + "O": 9.318864613305777e-06, + "W": 3.156702277351542e-08, + "N": 2.4281496813216563e-09, + "Y": 3.847180414595641e-05, + "U": 2.894109951689927e-10, + "K": 1.7640325311596428e-10, + "L": 2.0410905108292354e-06, + "G": 4.380693644634448e-05, + "F": 0.0006246350822038949, + "E": 3.59629865442912e-07, + "T": 8.151458314387128e-05, + "P": 0.000496710417792201, + "-": 0.9986348748207092 + }, + "id": "tp_26001" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3250150, + "label": "-", + "classification": { + "B": 1.017947752757209e-07, + "S": 3.4713355745452645e-08, + "I": 1.5585172150167637e-05, + "C": 7.38379549147794e-06, + "R": 1.4892018498358084e-06, + "M": 5.628988947137259e-05, + "O": 5.9407861954241525e-06, + "W": 5.0518423222456477e-08, + "N": 1.653215946362252e-07, + "Y": 0.0005055341753177345, + "U": 2.984418401297262e-08, + "K": 1.9924129901482956e-08, + "L": 1.0572033488642774e-06, + "G": 8.528449689038098e-05, + "F": 0.00028809523792006075, + "E": 7.4100371421081945e-06, + "T": 0.0004755514964926988, + "P": 0.015316106379032135, + "-": 0.9832338690757751 + }, + "id": "tp_26002" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3250250, + "label": "-", + "classification": { + "B": 5.654476353811333e-07, + "S": 6.590022167074494e-06, + "I": 1.5450315913767554e-05, + "C": 0.0001367293589282781, + "R": 3.893532630172558e-05, + "M": 0.0002846794668585062, + "O": 0.0001233614020748064, + "W": 4.75280239697895e-06, + "N": 1.7888927459353e-06, + "Y": 0.0020127971656620502, + "U": 4.7257583446480567e-07, + "K": 3.3473070288891904e-06, + "L": 1.8049575373879634e-05, + "G": 0.00030723059899173677, + "F": 0.009848450310528278, + "E": 1.5633884686394595e-05, + "T": 0.0015215344028547406, + "P": 0.006783532444387674, + "-": 0.9788761138916016 + }, + "id": "tp_26003" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3250384, + "label": "-", + "classification": { + "B": 3.219776800733598e-08, + "S": 5.42554765559089e-08, + "I": 6.969215746721602e-07, + "C": 3.512060402499628e-07, + "R": 1.4208369236712315e-07, + "M": 3.7803026771143777e-06, + "O": 4.887076102022547e-06, + "W": 4.964168809351577e-08, + "N": 1.9896983616263242e-08, + "Y": 0.000131311418954283, + "U": 3.6568297279160333e-09, + "K": 1.2714798991453335e-08, + "L": 3.46600643297279e-07, + "G": 2.1855910745216534e-05, + "F": 0.0011247980874031782, + "E": 3.535473069860018e-07, + "T": 7.243017171276733e-05, + "P": 0.0028785495087504387, + "-": 0.9957602620124817 + }, + "id": "tp_26004" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3250517, + "label": "-", + "classification": { + "B": 1.0417937801321386e-07, + "S": 2.496008448815701e-07, + "I": 1.101339512388222e-05, + "C": 4.509780410444364e-05, + "R": 6.786352514609462e-06, + "M": 0.00017816432227846235, + "O": 2.8319729608483613e-05, + "W": 3.0028061814846296e-07, + "N": 4.946628564539424e-07, + "Y": 0.0035971791949123144, + "U": 8.772934023681955e-08, + "K": 9.283644999413809e-07, + "L": 3.6084384191781282e-06, + "G": 0.0002891754556912929, + "F": 0.0033179468009620905, + "E": 2.280738226545509e-05, + "T": 0.0011282508494332433, + "P": 0.005626656115055084, + "-": 0.9857428073883057 + }, + "id": "tp_26005" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3250651, + "label": "-", + "classification": { + "B": 1.0991233239110443e-06, + "S": 3.706190545926802e-05, + "I": 0.00014858151553198695, + "C": 0.0005511136259883642, + "R": 0.0002467787708155811, + "M": 0.0017004002584144473, + "O": 0.000750433187931776, + "W": 2.7855832740897313e-05, + "N": 1.376512045681011e-05, + "Y": 0.09178513288497925, + "U": 5.982774951007741e-07, + "K": 0.00013082732039038092, + "L": 5.8044584875460714e-05, + "G": 0.005164089612662792, + "F": 0.028261316940188408, + "E": 9.792152559384704e-05, + "T": 0.01379071082919836, + "P": 0.003694674000144005, + "-": 0.8535396456718445 + }, + "id": "tp_26006" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3250751, + "label": "-", + "classification": { + "B": 1.3696854761491295e-09, + "S": 1.9307186960304534e-09, + "I": 2.0787040284631075e-06, + "C": 1.7819818367570406e-06, + "R": 1.1027533020069313e-07, + "M": 8.042913464123558e-07, + "O": 3.966636370478227e-07, + "W": 5.244255696368327e-09, + "N": 2.9280586844038226e-08, + "Y": 2.140133801731281e-05, + "U": 3.385468128058733e-09, + "K": 2.6464663349656803e-08, + "L": 1.4813227977583665e-08, + "G": 3.481598923826823e-06, + "F": 0.0003409191267564893, + "E": 6.385542974385316e-07, + "T": 1.0805283636727836e-05, + "P": 0.013889324851334095, + "-": 0.9857280850410461 + }, + "id": "tp_26007" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3250884, + "label": "-", + "classification": { + "B": 8.650985705571657e-08, + "S": 2.0640092657231435e-07, + "I": 5.371489351091441e-06, + "C": 1.0001735972764436e-05, + "R": 5.84322322083608e-07, + "M": 1.8676901163416915e-05, + "O": 5.366168807086069e-06, + "W": 6.94506070431089e-08, + "N": 2.14624236605232e-07, + "Y": 0.00040814047679305077, + "U": 1.3408540944226388e-08, + "K": 1.9664247474793228e-07, + "L": 7.508674002565385e-07, + "G": 0.00018797689699567854, + "F": 0.01012177299708128, + "E": 2.1158415620448068e-05, + "T": 0.00012151652481406927, + "P": 0.020381567999720573, + "-": 0.9687163829803467 + }, + "id": "tp_26008" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3251018, + "label": "-", + "classification": { + "B": 0.0003186125832144171, + "S": 0.0006356944213621318, + "I": 0.002086013089865446, + "C": 0.014952161349356174, + "R": 0.0036664705257862806, + "M": 0.024875042960047722, + "O": 0.0042051151394844055, + "W": 0.00048531402717344463, + "N": 0.00030685809906572104, + "Y": 0.0630350187420845, + "U": 0.00012935568520333618, + "K": 0.0010233194334432483, + "L": 0.002815676387399435, + "G": 0.045154113322496414, + "F": 0.07297994196414948, + "E": 0.004467365797609091, + "T": 0.036400455981492996, + "P": 0.023900076746940613, + "-": 0.6985633969306946 + }, + "id": "tp_26009" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3251151, + "label": "-", + "classification": { + "B": 4.486511170398444e-05, + "S": 9.551089897286147e-05, + "I": 0.0019377005519345403, + "C": 0.001899923081509769, + "R": 0.0005004301201552153, + "M": 0.0023130045738071203, + "O": 0.0010890697594732046, + "W": 0.00012590497499331832, + "N": 0.00025491687119938433, + "Y": 0.0060088480822741985, + "U": 5.777178375865333e-05, + "K": 0.0002448006998747587, + "L": 0.00023158131807576865, + "G": 0.0032871710136532784, + "F": 0.022799350321292877, + "E": 0.001507130335085094, + "T": 0.005364241078495979, + "P": 0.07869763672351837, + "-": 0.8735401034355164 + }, + "id": "tp_26010" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3251251, + "label": "-", + "classification": { + "B": 6.089959808143475e-13, + "S": 4.842927274484321e-13, + "I": 8.427774450536774e-11, + "C": 4.1902952462036236e-12, + "R": 1.83510975512724e-13, + "M": 2.3942142712840564e-10, + "O": 1.7394091722522376e-10, + "W": 2.2598726546769338e-13, + "N": 4.50880408313023e-13, + "Y": 9.965114955434728e-09, + "U": 6.370392388885336e-16, + "K": 3.6947319661216615e-14, + "L": 1.52802765015711e-13, + "G": 5.370321409792211e-10, + "F": 4.195868257284019e-07, + "E": 2.75811595784603e-10, + "T": 1.2661812043290865e-08, + "P": 0.0022401688620448112, + "-": 0.9977593421936035 + }, + "id": "tp_26011" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3251385, + "label": "-", + "classification": { + "B": 6.5175167485165275e-09, + "S": 2.501417517564164e-09, + "I": 1.296203180345401e-07, + "C": 2.4759583538980223e-07, + "R": 3.350410793245828e-08, + "M": 1.299811060562206e-06, + "O": 6.783171784263686e-07, + "W": 1.746760514009793e-09, + "N": 1.3554056765840983e-09, + "Y": 1.4856565940135624e-05, + "U": 2.424853373650393e-10, + "K": 4.893022792495927e-11, + "L": 5.1496893860303317e-08, + "G": 3.967976226704195e-06, + "F": 4.859967521042563e-05, + "E": 1.5658555341246938e-08, + "T": 4.672617433243431e-05, + "P": 0.002689278917387128, + "-": 0.9971940517425537 + }, + "id": "tp_26012" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3251518, + "label": "-", + "classification": { + "B": 5.7921258900250905e-08, + "S": 6.704726160933205e-07, + "I": 5.957250323262997e-06, + "C": 2.7194349968340248e-05, + "R": 2.6916964088741224e-06, + "M": 3.727438524947502e-05, + "O": 1.2426625289663207e-05, + "W": 5.35666970336024e-07, + "N": 6.431903898374003e-07, + "Y": 0.0006823549629189074, + "U": 1.0539763906081134e-07, + "K": 1.5025638276711106e-05, + "L": 4.633345156435098e-07, + "G": 0.00014947837917134166, + "F": 0.010823775082826614, + "E": 2.415036942693405e-05, + "T": 0.0001414283033227548, + "P": 0.011922941543161869, + "-": 0.976152777671814 + }, + "id": "tp_26013" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3251652, + "label": "-", + "classification": { + "B": 4.0787373478679e-12, + "S": 1.793257209392607e-11, + "I": 8.38384917045687e-09, + "C": 4.173217504899185e-08, + "R": 5.694673177458753e-09, + "M": 6.557743290613871e-07, + "O": 2.8345864322432135e-08, + "W": 1.9489732744348842e-11, + "N": 1.422644814452756e-11, + "Y": 1.8737217033049092e-05, + "U": 8.34838014690531e-12, + "K": 9.999901080803841e-12, + "L": 2.3593671460986343e-09, + "G": 6.044538167770952e-07, + "F": 1.611482548469212e-05, + "E": 7.202212159995725e-10, + "T": 1.8210819689556956e-05, + "P": 0.00010246434976579621, + "-": 0.9998431205749512 + }, + "id": "tp_26014" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3251752, + "label": "-", + "classification": { + "B": 1.4775029200109202e-08, + "S": 2.90851289719285e-07, + "I": 1.1606867929003784e-06, + "C": 8.660019261697016e-07, + "R": 1.2769412194302276e-07, + "M": 5.353619144443655e-06, + "O": 4.0060976971290074e-06, + "W": 1.27524955928493e-07, + "N": 1.2708679264505918e-07, + "Y": 4.6648252464365214e-05, + "U": 7.819303426970237e-09, + "K": 6.789921371819219e-07, + "L": 5.29023296280684e-08, + "G": 4.718140644399682e-06, + "F": 0.0031394409015774727, + "E": 1.6384316268158727e-06, + "T": 5.30450779478997e-05, + "P": 0.014522610232234001, + "-": 0.9822189807891846 + }, + "id": "tp_26015" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3251885, + "label": "-", + "classification": { + "B": 8.743870905103535e-11, + "S": 1.3643385900208305e-11, + "I": 4.170580325535411e-08, + "C": 6.030691057645754e-09, + "R": 1.4722960350876946e-10, + "M": 1.330155541268141e-08, + "O": 1.065589838589176e-08, + "W": 2.050988198720738e-11, + "N": 3.5177363799654415e-10, + "Y": 6.850019644843997e-07, + "U": 4.671888310242567e-12, + "K": 1.7693103926408327e-11, + "L": 5.923715684641451e-11, + "G": 1.1737087390883971e-07, + "F": 8.131276445055846e-06, + "E": 3.198189091335735e-08, + "T": 5.322650054040423e-07, + "P": 0.031020954251289368, + "-": 0.9689695835113525 + }, + "id": "tp_26016" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3252019, + "label": "-", + "classification": { + "B": 1.3933293985246564e-07, + "S": 2.914037793289026e-07, + "I": 0.00012852606596425176, + "C": 2.646771645231638e-05, + "R": 4.868526957579888e-06, + "M": 0.00042884860886260867, + "O": 2.5097875550272875e-05, + "W": 4.255373937667173e-07, + "N": 5.35487686192937e-07, + "Y": 0.005973387509584427, + "U": 3.0686241103694556e-08, + "K": 8.129403994416862e-08, + "L": 2.5861534140858566e-06, + "G": 0.0002619769365992397, + "F": 0.0005272026173770428, + "E": 6.972905339353019e-06, + "T": 0.003111771307885647, + "P": 0.005163561552762985, + "-": 0.9843371510505676 + }, + "id": "tp_26017" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3252152, + "label": "-", + "classification": { + "B": 1.3162976983949193e-06, + "S": 7.522710802732036e-05, + "I": 2.712484638323076e-05, + "C": 0.0011436749482527375, + "R": 0.00024264973762910813, + "M": 0.012680485844612122, + "O": 0.001341317081823945, + "W": 1.9418523152126e-05, + "N": 2.9242246455396526e-06, + "Y": 0.12392935156822205, + "U": 3.1164964298113773e-07, + "K": 1.762991632858757e-05, + "L": 0.0009777096565812826, + "G": 0.03869251906871796, + "F": 0.08746206015348434, + "E": 0.00013588783622253686, + "T": 0.03821422904729843, + "P": 0.0007903317455202341, + "-": 0.6942458152770996 + }, + "id": "tp_26018" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3252252, + "label": "-", + "classification": { + "B": 5.325869096850511e-07, + "S": 4.618128812694522e-08, + "I": 3.2140733310370706e-06, + "C": 3.8212553477023903e-07, + "R": 3.6756485854994025e-08, + "M": 7.1006784310156945e-06, + "O": 1.8475398064765614e-06, + "W": 5.867835284334433e-08, + "N": 1.4569144468623563e-07, + "Y": 7.894203736213967e-05, + "U": 6.8425363153323815e-09, + "K": 2.7540639280232426e-07, + "L": 1.1187821513658491e-07, + "G": 5.888041414436884e-05, + "F": 0.003918400499969721, + "E": 6.460750591941178e-05, + "T": 3.081765316892415e-05, + "P": 0.07542873919010162, + "-": 0.9204059839248657 + }, + "id": "tp_26019" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3252386, + "label": "-", + "classification": { + "B": 1.5350406501468683e-09, + "S": 3.914514046243767e-09, + "I": 6.146959776742733e-07, + "C": 2.322702812307398e-06, + "R": 8.782985361222018e-08, + "M": 4.14803298554034e-06, + "O": 4.908384312329872e-07, + "W": 2.792752251679076e-09, + "N": 1.1209203343298668e-08, + "Y": 9.58092205110006e-05, + "U": 6.161728904885422e-10, + "K": 2.670517140757056e-08, + "L": 3.707907580974279e-08, + "G": 2.2225054635782726e-05, + "F": 0.0015199457993730903, + "E": 2.8281165214139037e-06, + "T": 3.342522541061044e-05, + "P": 0.004938197322189808, + "-": 0.9933799505233765 + }, + "id": "tp_26020" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3252519, + "label": "-", + "classification": { + "B": 1.809361771520912e-09, + "S": 1.8071864005264615e-08, + "I": 2.2841534885742476e-08, + "C": 3.5198576142647653e-07, + "R": 8.455943856233716e-08, + "M": 1.5910105503280647e-05, + "O": 2.30307182391698e-06, + "W": 4.8141175490457044e-09, + "N": 4.106757711674902e-10, + "Y": 0.0004966506385244429, + "U": 1.0176053749644254e-10, + "K": 1.408938854474684e-09, + "L": 5.262980380393856e-07, + "G": 6.205034151207656e-05, + "F": 0.0019614440388977528, + "E": 5.4495902901408044e-08, + "T": 0.0002825738920364529, + "P": 0.00016682165733072907, + "-": 0.9970111846923828 + }, + "id": "tp_26021" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3252653, + "label": "-", + "classification": { + "B": 1.5789532881171908e-07, + "S": 7.169018800823324e-08, + "I": 2.8236689786353963e-07, + "C": 3.465324596163555e-07, + "R": 6.487090331575018e-08, + "M": 0.00012487232743296772, + "O": 5.352153948479099e-06, + "W": 1.6516015222123315e-08, + "N": 4.729445279849642e-09, + "Y": 0.000274441932560876, + "U": 4.5804895987267e-10, + "K": 1.2362164625301375e-08, + "L": 3.459149695572705e-07, + "G": 4.22927550971508e-05, + "F": 0.00013571731687989086, + "E": 5.692425588676997e-07, + "T": 0.00038552400656044483, + "P": 0.00032757024746388197, + "-": 0.9987024068832397 + }, + "id": "tp_26022" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3252753, + "label": "-", + "classification": { + "B": 1.6487429910921891e-13, + "S": 5.237708704253219e-12, + "I": 1.8452964156701057e-10, + "C": 1.8242224397724272e-10, + "R": 6.683803250445708e-12, + "M": 2.6868793856493767e-09, + "O": 6.246773653906246e-10, + "W": 9.877261768903578e-13, + "N": 2.5724455118142364e-12, + "Y": 2.1720109089073958e-06, + "U": 2.1313693540116196e-14, + "K": 3.806720563770405e-11, + "L": 4.877083546045435e-12, + "G": 7.288225134516324e-08, + "F": 0.0007084517274051905, + "E": 3.163756367996484e-09, + "T": 2.6442171474627685e-07, + "P": 0.0008739179465919733, + "-": 0.9984151124954224 + }, + "id": "tp_26023" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3252886, + "label": "-", + "classification": { + "B": 1.5715875822941427e-10, + "S": 2.410044386280674e-10, + "I": 2.4439407297904836e-06, + "C": 8.833725928525382e-07, + "R": 7.292322123930717e-08, + "M": 4.267398594492988e-07, + "O": 1.0859208998681424e-07, + "W": 7.591895445635544e-10, + "N": 8.316691335608084e-09, + "Y": 1.6781628801254556e-05, + "U": 2.134188603619691e-09, + "K": 6.165695731752407e-10, + "L": 1.4600815667620282e-08, + "G": 1.5013424672360998e-06, + "F": 3.57198114215862e-05, + "E": 1.9199595158170268e-07, + "T": 2.5618790459702723e-05, + "P": 0.01573515124619007, + "-": 0.9841811656951904 + }, + "id": "tp_26024" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3253020, + "label": "-", + "classification": { + "B": 1.1481599004881105e-09, + "S": 8.346459523522753e-09, + "I": 6.525188211981003e-08, + "C": 5.665909839080996e-07, + "R": 4.965759003994208e-08, + "M": 7.071811296555097e-07, + "O": 6.627796551583742e-07, + "W": 6.489724313496481e-09, + "N": 3.727183006674295e-09, + "Y": 8.338385669048876e-05, + "U": 8.792155337111751e-10, + "K": 4.33743934991071e-07, + "L": 3.898308165162234e-08, + "G": 2.2769781935494393e-05, + "F": 0.0035373056307435036, + "E": 1.1351077091603656e-06, + "T": 1.419744876329787e-05, + "P": 0.0021214240696281195, + "-": 0.9942171573638916 + }, + "id": "tp_26025" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3253153, + "label": "-", + "classification": { + "B": 5.3037227942809295e-09, + "S": 1.5073238657237198e-08, + "I": 2.8523498940558056e-07, + "C": 5.358839061386789e-08, + "R": 7.236123256149085e-09, + "M": 5.90558329349733e-06, + "O": 5.948284069745569e-07, + "W": 4.043835044598154e-09, + "N": 6.1415930119324e-09, + "Y": 3.564954749890603e-05, + "U": 1.26670479660973e-10, + "K": 3.81510423252962e-09, + "L": 2.268123289184132e-08, + "G": 3.628898866736563e-06, + "F": 0.0007576565840281546, + "E": 1.510112383584783e-06, + "T": 2.3950666218297556e-05, + "P": 0.005564083810895681, + "-": 0.9936065673828125 + }, + "id": "tp_26026" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3253253, + "label": "-", + "classification": { + "B": 1.3967333067910204e-08, + "S": 2.120028774754701e-08, + "I": 1.7256610362892388e-07, + "C": 1.597976051925798e-06, + "R": 1.273053698014337e-07, + "M": 9.706102900963742e-06, + "O": 1.117763986258069e-06, + "W": 4.880797543904691e-09, + "N": 2.2393322751668165e-09, + "Y": 6.988347740843892e-05, + "U": 3.3816857647472887e-10, + "K": 4.049744095624419e-09, + "L": 1.8626840869728767e-07, + "G": 3.813627699855715e-05, + "F": 0.0006475878180935979, + "E": 4.780478093380225e-07, + "T": 5.920761395827867e-05, + "P": 0.0007504274253733456, + "-": 0.9984214305877686 + }, + "id": "tp_26027" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3253387, + "label": "-", + "classification": { + "B": 6.8901240268814945e-09, + "S": 5.740203867787841e-09, + "I": 8.462927326036151e-06, + "C": 1.0418417332402896e-05, + "R": 2.655957814567955e-06, + "M": 2.0961173504474573e-05, + "O": 3.023685394509812e-06, + "W": 2.3328647458242813e-08, + "N": 5.7394405672539506e-08, + "Y": 0.0010719804558902979, + "U": 3.4830527795293165e-08, + "K": 2.1474812683663913e-07, + "L": 2.6949143716592516e-07, + "G": 8.162476297002286e-05, + "F": 0.00023827864788472652, + "E": 2.0016241251141764e-06, + "T": 0.00019811742822639644, + "P": 0.0018367735901847482, + "-": 0.99652498960495 + }, + "id": "tp_26028" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3253520, + "label": "-", + "classification": { + "B": 1.3659685293987422e-07, + "S": 6.584245397789346e-07, + "I": 3.262186874053441e-05, + "C": 5.3314770411816426e-06, + "R": 1.827816731747589e-06, + "M": 2.223882074758876e-05, + "O": 1.0405744433228392e-05, + "W": 8.711451755516464e-07, + "N": 2.5038580133696087e-06, + "Y": 0.0012321736430749297, + "U": 4.657970578136883e-07, + "K": 2.0863941244897433e-05, + "L": 4.754544988827547e-07, + "G": 3.749104143935256e-05, + "F": 0.003548592561855912, + "E": 1.875849557109177e-05, + "T": 0.0007209412869997323, + "P": 0.03434678912162781, + "-": 0.9599968791007996 + }, + "id": "tp_26029" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3253654, + "label": "-", + "classification": { + "B": 7.862038728490006e-06, + "S": 3.2447074772790074e-05, + "I": 8.688256639288738e-05, + "C": 0.0006195734022185206, + "R": 8.07400792837143e-05, + "M": 0.0019547154661267996, + "O": 0.0004387474909890443, + "W": 2.236868385807611e-05, + "N": 1.558848271088209e-05, + "Y": 0.01596050336956978, + "U": 1.792169996406301e-06, + "K": 0.00017568780458532274, + "L": 0.00010577213834039867, + "G": 0.008507054299116135, + "F": 0.05278587341308594, + "E": 0.0009324077982455492, + "T": 0.005690558813512325, + "P": 0.010132311843335629, + "-": 0.9024490714073181 + }, + "id": "tp_26030" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3253754, + "label": "-", + "classification": { + "B": 8.762118852700951e-08, + "S": 1.2488327172377467e-07, + "I": 1.4579637763745268e-06, + "C": 1.0676410511223366e-06, + "R": 4.2111426523661066e-07, + "M": 9.437190783501137e-06, + "O": 5.677912668033969e-06, + "W": 8.746555835159597e-08, + "N": 5.921399903741076e-08, + "Y": 0.000242111855186522, + "U": 8.2285600555565e-09, + "K": 1.4735336151261436e-07, + "L": 4.146875198784983e-07, + "G": 4.035998063045554e-05, + "F": 0.0013409334933385253, + "E": 5.741118002333678e-06, + "T": 9.685790428193286e-05, + "P": 0.007450699806213379, + "-": 0.9908044338226318 + }, + "id": "tp_26031" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3253887, + "label": "-", + "classification": { + "B": 2.1723989794553145e-12, + "S": 7.903377605145145e-12, + "I": 1.3303262491604073e-08, + "C": 3.769374501416678e-08, + "R": 4.371931705549059e-09, + "M": 9.924450523612904e-07, + "O": 2.290304479402039e-08, + "W": 1.2824484529883051e-11, + "N": 3.076938356882941e-11, + "Y": 0.00015361473197117448, + "U": 1.7914576072586286e-12, + "K": 2.6760453228358294e-11, + "L": 1.5293040167563277e-09, + "G": 1.7421310758436448e-06, + "F": 5.220181992626749e-05, + "E": 3.36617347329593e-08, + "T": 9.987520570575725e-06, + "P": 0.0002417106879875064, + "-": 0.9995397329330444 + }, + "id": "tp_26032" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3254021, + "label": "-", + "classification": { + "B": 7.1900747578013124e-09, + "S": 3.057435904452177e-08, + "I": 9.022236895361857e-07, + "C": 2.1699425190035981e-07, + "R": 2.0909917353151286e-08, + "M": 5.85227724059223e-07, + "O": 6.758967288078566e-07, + "W": 2.0820214885475252e-08, + "N": 6.379844563753068e-08, + "Y": 4.434101720107719e-05, + "U": 3.2393683291331854e-09, + "K": 7.240933541652339e-07, + "L": 1.1003252531338603e-08, + "G": 5.542424332816154e-06, + "F": 0.005137147847563028, + "E": 6.0805477914982475e-06, + "T": 9.220962965628132e-06, + "P": 0.03690214827656746, + "-": 0.9578922390937805 + }, + "id": "tp_26033" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3254154, + "label": "-", + "classification": { + "B": 2.392938540651812e-07, + "S": 4.0157885905500734e-07, + "I": 2.600748757686233e-06, + "C": 3.7519346278713783e-06, + "R": 3.2738114441599464e-07, + "M": 7.640451076440513e-05, + "O": 1.272764984605601e-05, + "W": 2.189121772744329e-07, + "N": 1.536539571134199e-07, + "Y": 0.0002707362291403115, + "U": 3.005127524602358e-08, + "K": 3.272824926625617e-07, + "L": 1.722710408103012e-06, + "G": 0.00012981719919480383, + "F": 0.004935304634273052, + "E": 8.074924153333995e-06, + "T": 0.0003163978108204901, + "P": 0.01001342199742794, + "-": 0.9842274785041809 + }, + "id": "tp_26034" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3254254, + "label": "-", + "classification": { + "B": 1.9191622574986356e-13, + "S": 7.757937629977729e-13, + "I": 4.841318457238231e-10, + "C": 5.887039744578715e-10, + "R": 1.3032760634579255e-11, + "M": 6.5922320935385414e-09, + "O": 6.082018222386409e-10, + "W": 5.646479919914349e-13, + "N": 1.0198004550196482e-12, + "Y": 1.1013774070534055e-07, + "U": 4.695813101427207e-14, + "K": 5.96564288311667e-14, + "L": 1.432368373216475e-11, + "G": 4.2929211296893754e-09, + "F": 2.5222891508747125e-06, + "E": 3.1134378408737007e-10, + "T": 2.333791684350217e-07, + "P": 0.0005673121195286512, + "-": 0.9994297623634338 + }, + "id": "tp_26035" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3254388, + "label": "-", + "classification": { + "B": 1.5707147582588732e-08, + "S": 4.332019631902995e-09, + "I": 1.309379200620242e-07, + "C": 2.5812138204628354e-08, + "R": 1.5659487040409203e-09, + "M": 1.30994365576953e-07, + "O": 2.2009913891452015e-07, + "W": 2.4001838294651634e-09, + "N": 9.85774484263402e-09, + "Y": 1.5083400285220705e-05, + "U": 1.9715413746013155e-09, + "K": 5.001719216579659e-08, + "L": 4.285185539742997e-09, + "G": 2.421897761450964e-06, + "F": 0.00018420524429529905, + "E": 4.1921117599486024e-07, + "T": 1.0166440915782005e-05, + "P": 0.022998016327619553, + "-": 0.9767890572547913 + }, + "id": "tp_26036" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3254521, + "label": "-", + "classification": { + "B": 6.899543336658098e-08, + "S": 5.0605091672650815e-08, + "I": 1.5547575458185747e-05, + "C": 6.658451638941187e-06, + "R": 1.5593392390655936e-06, + "M": 0.00015970124513842165, + "O": 1.0407900845166296e-05, + "W": 9.805648204519457e-08, + "N": 1.8504361776194855e-07, + "Y": 0.0010420822072774172, + "U": 4.897363581335412e-08, + "K": 3.130894654645999e-08, + "L": 2.9864640964660794e-06, + "G": 0.00015366390289273113, + "F": 0.0010512027656659484, + "E": 9.97307688521687e-06, + "T": 0.0004936158074997365, + "P": 0.011458560824394226, + "-": 0.9855934977531433 + }, + "id": "tp_26037" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3254655, + "label": "-", + "classification": { + "B": 0.00041029308340512216, + "S": 0.0005796239129267633, + "I": 0.006878115702420473, + "C": 0.03174491599202156, + "R": 0.012356886640191078, + "M": 0.03505713492631912, + "O": 0.007387695834040642, + "W": 0.0006546212825924158, + "N": 0.0005684639327228069, + "Y": 0.08716301620006561, + "U": 0.0002654035633895546, + "K": 0.00014354812446981668, + "L": 0.00902214553207159, + "G": 0.04291876032948494, + "F": 0.040675848722457886, + "E": 0.003922580741345882, + "T": 0.03977561369538307, + "P": 0.03534096106886864, + "-": 0.6451343297958374 + }, + "id": "tp_26038" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3254755, + "label": "-", + "classification": { + "B": 5.5072990438886915e-12, + "S": 2.8270417690851035e-12, + "I": 7.659563538986447e-10, + "C": 3.060811326616175e-11, + "R": 2.649001027213438e-12, + "M": 9.563404512746843e-10, + "O": 2.7182458506302964e-09, + "W": 1.119998733513372e-12, + "N": 2.979039324252364e-12, + "Y": 3.304182882857276e-08, + "U": 3.1998702461604606e-14, + "K": 8.106267257923169e-14, + "L": 1.1763355914351514e-11, + "G": 8.262465378550132e-09, + "F": 8.946027264755685e-06, + "E": 5.831981009229992e-10, + "T": 5.278799974917092e-08, + "P": 0.002457150723785162, + "-": 0.997533917427063 + }, + "id": "tp_26039" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3254888, + "label": "-", + "classification": { + "B": 0.0011589298956096172, + "S": 0.0001070972066372633, + "I": 7.888324034865946e-05, + "C": 0.0009318704251199961, + "R": 0.0006486670463345945, + "M": 0.013909912668168545, + "O": 0.003906827419996262, + "W": 6.355856021400541e-05, + "N": 2.251157638966106e-06, + "Y": 0.005767139606177807, + "U": 1.970822495422908e-06, + "K": 2.630187339036638e-07, + "L": 0.008747470565140247, + "G": 0.02167435735464096, + "F": 0.008866604417562485, + "E": 7.399033347610384e-05, + "T": 0.006398635450750589, + "P": 0.0025070945266634226, + "-": 0.9251545071601868 + }, + "id": "tp_26040" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3255022, + "label": "-", + "classification": { + "B": 1.8845648810383864e-05, + "S": 1.4756753444089554e-05, + "I": 0.0015618765028193593, + "C": 0.0009369337931275368, + "R": 9.711067104944959e-05, + "M": 0.00017431311425752938, + "O": 9.142273484030738e-05, + "W": 1.6508380213053897e-05, + "N": 0.00022946333047002554, + "Y": 0.0019948072731494904, + "U": 1.7846088667283766e-05, + "K": 0.0002590803778730333, + "L": 1.7700775060802698e-05, + "G": 0.001227189670316875, + "F": 0.02516244165599346, + "E": 0.0028166298288851976, + "T": 0.0007875257288105786, + "P": 0.3969394266605377, + "-": 0.5676361918449402 + }, + "id": "tp_26041" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3255155, + "label": "-", + "classification": { + "B": 3.1329695957538206e-06, + "S": 2.9966479360155063e-06, + "I": 5.60807493457105e-05, + "C": 9.486804628977552e-06, + "R": 9.483896405981795e-07, + "M": 6.357490929076448e-05, + "O": 2.304703593836166e-05, + "W": 1.7411545059076161e-06, + "N": 7.117909717635484e-06, + "Y": 0.0004101490485481918, + "U": 1.5294048694158846e-07, + "K": 1.0149504305445589e-05, + "L": 1.778364662641252e-06, + "G": 0.00035531120374798775, + "F": 0.07115308195352554, + "E": 0.0016469693509861827, + "T": 0.00010762848251033574, + "P": 0.20987048745155334, + "-": 0.716276228427887 + }, + "id": "tp_26042" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3255255, + "label": "-", + "classification": { + "B": 8.00834532128647e-05, + "S": 0.00016757173580117524, + "I": 0.002624455839395523, + "C": 0.0024115468841046095, + "R": 0.0004816888540517539, + "M": 0.004051465541124344, + "O": 0.0010816041612997651, + "W": 0.00018145973444916308, + "N": 0.0004161594551987946, + "Y": 0.013697712682187557, + "U": 0.0001094798935810104, + "K": 0.0005300098564475775, + "L": 0.00037525108200497925, + "G": 0.00585303595289588, + "F": 0.04970814660191536, + "E": 0.0034391754306852818, + "T": 0.010653479024767876, + "P": 0.12277145683765411, + "-": 0.781366229057312 + }, + "id": "tp_26043" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3255389, + "label": "-", + "classification": { + "B": 1.095533320949471e-06, + "S": 2.456735956002376e-06, + "I": 4.392704431666061e-05, + "C": 6.603582733077928e-05, + "R": 1.0179838682233822e-05, + "M": 0.0001545278209960088, + "O": 4.432729474501684e-05, + "W": 3.8140772176120663e-06, + "N": 6.645572284469381e-06, + "Y": 0.004121019039303064, + "U": 1.1181318768649362e-06, + "K": 0.00016056984895840287, + "L": 6.279624813032569e-06, + "G": 0.0014648012584075332, + "F": 0.04848098382353783, + "E": 0.0006609149277210236, + "T": 0.000894129101652652, + "P": 0.03756453096866608, + "-": 0.9063126444816589 + }, + "id": "tp_26044" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3255522, + "label": "-", + "classification": { + "B": 2.9116432642695145e-07, + "S": 4.495316829888907e-07, + "I": 0.00029860372887924314, + "C": 1.1243899280088954e-05, + "R": 1.379938339596265e-06, + "M": 1.0021994057751726e-05, + "O": 5.124785275256727e-06, + "W": 6.419152214220958e-07, + "N": 1.9498731489875354e-05, + "Y": 0.00019741320284083486, + "U": 4.2649057263588475e-07, + "K": 2.75221773335943e-05, + "L": 2.835788279753615e-07, + "G": 5.6719905842328444e-05, + "F": 0.003896146547049284, + "E": 0.0007341162418015301, + "T": 7.460996857844293e-05, + "P": 0.4738660454750061, + "-": 0.5207995176315308 + }, + "id": "tp_26045" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3255656, + "label": "-", + "classification": { + "B": 0.00013053385191597044, + "S": 0.00019088004773948342, + "I": 0.0009392963256686926, + "C": 0.001979006454348564, + "R": 0.0007530382135882974, + "M": 0.006486685015261173, + "O": 0.0020667347125709057, + "W": 0.00013468810357153416, + "N": 0.00013183584087528288, + "Y": 0.03964069485664368, + "U": 3.8998856325633824e-05, + "K": 0.00017379758355673403, + "L": 0.000855105638038367, + "G": 0.015948647633194923, + "F": 0.03342033550143242, + "E": 0.0017268866067752242, + "T": 0.01464158482849598, + "P": 0.03453966975212097, + "-": 0.8462015986442566 + }, + "id": "tp_26046" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3255756, + "label": "-", + "classification": { + "B": 0.0015898060519248247, + "S": 0.0025344290770590305, + "I": 0.004372298717498779, + "C": 0.00400519696995616, + "R": 0.0014602807350456715, + "M": 0.013446789234876633, + "O": 0.00507317902520299, + "W": 0.001282044337131083, + "N": 0.0021750670857727528, + "Y": 0.04335480555891991, + "U": 0.0006113276467658579, + "K": 0.0053937179036438465, + "L": 0.00224611209705472, + "G": 0.03479936346411705, + "F": 0.15692999958992004, + "E": 0.02171986550092697, + "T": 0.02388898655772209, + "P": 0.1505744755268097, + "-": 0.5245422720909119 + }, + "id": "tp_26047" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3255889, + "label": "-", + "classification": { + "B": 1.1312318974887603e-06, + "S": 6.743504854966886e-06, + "I": 0.00017921689141076058, + "C": 7.300809375010431e-05, + "R": 7.5648308666131925e-06, + "M": 6.293426849879324e-05, + "O": 5.5015090765664354e-05, + "W": 1.0279361958964728e-05, + "N": 5.401797898230143e-05, + "Y": 0.0014872211031615734, + "U": 3.3934095426957356e-06, + "K": 0.0005157064879313111, + "L": 2.8410136110323947e-06, + "G": 0.0004781469178851694, + "F": 0.042782071977853775, + "E": 0.001697951345704496, + "T": 0.0005091248312965035, + "P": 0.21391908824443817, + "-": 0.7381545901298523 + }, + "id": "tp_26048" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3256023, + "label": "-", + "classification": { + "B": 0.00015927308413665742, + "S": 0.0003484282933641225, + "I": 0.0004861529159825295, + "C": 0.0007291508372873068, + "R": 0.0003514263953547925, + "M": 0.0026373674627393484, + "O": 0.00226769526489079, + "W": 0.00024381183902733028, + "N": 8.536127279512584e-05, + "Y": 0.007501254789531231, + "U": 2.199106165789999e-05, + "K": 0.0001047463301802054, + "L": 0.0005425466224551201, + "G": 0.003982031252235174, + "F": 0.03805940970778465, + "E": 0.0006316244252957404, + "T": 0.004782444331794977, + "P": 0.03747516870498657, + "-": 0.899590253829956 + }, + "id": "tp_26049" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3256156, + "label": "-", + "classification": { + "B": 4.308473216951825e-05, + "S": 3.148003452224657e-05, + "I": 0.0005086762830615044, + "C": 9.767683513928205e-05, + "R": 1.4976385500631295e-05, + "M": 0.00021274037135299295, + "O": 0.00012523547047749162, + "W": 1.79915896296734e-05, + "N": 0.00013393805420491844, + "Y": 0.001885494333691895, + "U": 1.1161935617565177e-05, + "K": 6.100568498368375e-05, + "L": 1.2314410923863761e-05, + "G": 0.00047182291746139526, + "F": 0.010270748287439346, + "E": 0.001925610238686204, + "T": 0.0010563585674390197, + "P": 0.4143962264060974, + "-": 0.5687234401702881 + }, + "id": "tp_26050" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3256256, + "label": "-", + "classification": { + "B": 6.60162413623766e-06, + "S": 5.022253390052356e-05, + "I": 0.00011276709847152233, + "C": 0.000154933994053863, + "R": 5.012425026507117e-05, + "M": 0.0009103849879465997, + "O": 0.0004991772002540529, + "W": 4.539487053989433e-05, + "N": 3.4863125620177016e-05, + "Y": 0.021891776472330093, + "U": 6.3432848946831655e-06, + "K": 0.0018364659044891596, + "L": 7.007733074715361e-05, + "G": 0.0050330134108662605, + "F": 0.058597881346940994, + "E": 0.0009988838573917747, + "T": 0.006186529994010925, + "P": 0.015115823596715927, + "-": 0.8883987069129944 + }, + "id": "tp_26051" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3256390, + "label": "-", + "classification": { + "B": 0.000404105318011716, + "S": 0.0024299791548401117, + "I": 0.002543312730267644, + "C": 0.013226772658526897, + "R": 0.004437388386577368, + "M": 0.009095695801079273, + "O": 0.007104911375790834, + "W": 0.0017777649918571115, + "N": 0.0010638210223987699, + "Y": 0.043305568397045135, + "U": 0.0003849136410281062, + "K": 0.009927233681082726, + "L": 0.0024957717396318913, + "G": 0.04024454206228256, + "F": 0.16877026855945587, + "E": 0.007066286634653807, + "T": 0.023260261863470078, + "P": 0.03692380338907242, + "-": 0.625537633895874 + }, + "id": "tp_26052" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3256523, + "label": "-", + "classification": { + "B": 8.348620212927926e-06, + "S": 0.00019570020958781242, + "I": 0.00019048764079343528, + "C": 0.00041363388299942017, + "R": 7.623549754498526e-05, + "M": 0.002632542746141553, + "O": 0.0012495481641963124, + "W": 0.00014909925812389702, + "N": 0.0001141188113251701, + "Y": 0.018809039145708084, + "U": 9.904224498313852e-06, + "K": 0.0033255822490900755, + "L": 0.00016016469453461468, + "G": 0.007965159602463245, + "F": 0.13890355825424194, + "E": 0.005048269871622324, + "T": 0.013696498237550259, + "P": 0.026048025116324425, + "-": 0.7810041904449463 + }, + "id": "tp_26053" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3256657, + "label": "-", + "classification": { + "B": 0.0006175697781145573, + "S": 0.002375740325078368, + "I": 0.003072962164878845, + "C": 0.028133463114500046, + "R": 0.0077570644207298756, + "M": 0.021514803171157837, + "O": 0.009699808433651924, + "W": 0.0012309490703046322, + "N": 0.0010235999943688512, + "Y": 0.05291995033621788, + "U": 0.00028860222664661705, + "K": 0.0021217670291662216, + "L": 0.010052114725112915, + "G": 0.07900498807430267, + "F": 0.19141195714473724, + "E": 0.009592353366315365, + "T": 0.025268306955695152, + "P": 0.045348700135946274, + "-": 0.5085652470588684 + }, + "id": "tp_26054" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3256757, + "label": "-", + "classification": { + "B": 0.00021386696607805789, + "S": 0.0003907173522748053, + "I": 0.0017265327041968703, + "C": 0.0008552068611606956, + "R": 0.00013349125219974667, + "M": 0.002714346395805478, + "O": 0.0011372697772458196, + "W": 0.00023774796864017844, + "N": 0.0005848527071066201, + "Y": 0.04646879807114601, + "U": 2.8229726012796164e-05, + "K": 0.005884075071662664, + "L": 0.0002718963078223169, + "G": 0.05389221012592316, + "F": 0.11278187483549118, + "E": 0.035845328122377396, + "T": 0.015494707971811295, + "P": 0.09155980497598648, + "-": 0.629779040813446 + }, + "id": "tp_26055" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3256890, + "label": "-", + "classification": { + "B": 4.21332151745446e-05, + "S": 4.345881097833626e-05, + "I": 0.001206901972182095, + "C": 0.0006047109491191804, + "R": 0.00013717522961087525, + "M": 0.0008072029449976981, + "O": 0.0004426233936101198, + "W": 8.590766083216295e-05, + "N": 0.0002769533602986485, + "Y": 0.004668073728680611, + "U": 2.7313208192936145e-05, + "K": 0.0007411412661895156, + "L": 4.160336538916454e-05, + "G": 0.0021792587358504534, + "F": 0.04296013340353966, + "E": 0.00450777355581522, + "T": 0.0019608514849096537, + "P": 0.1907881200313568, + "-": 0.7484787106513977 + }, + "id": "tp_26056" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3257024, + "label": "-", + "classification": { + "B": 5.121084177517332e-05, + "S": 4.212517160340212e-05, + "I": 5.1955274102510884e-05, + "C": 3.4345841413596645e-05, + "R": 8.071666343312245e-06, + "M": 0.0009147190721705556, + "O": 0.00026166008319705725, + "W": 2.5630843083490618e-05, + "N": 1.3794112419418525e-05, + "Y": 0.00447622686624527, + "U": 2.949851250377833e-06, + "K": 0.00013052714348305017, + "L": 3.957565422751941e-05, + "G": 0.0015381036791950464, + "F": 0.04439342021942139, + "E": 0.0006309247110038996, + "T": 0.002143580699339509, + "P": 0.02954939566552639, + "-": 0.9156918525695801 + }, + "id": "tp_26057" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3257157, + "label": "-", + "classification": { + "B": 2.791952965708333e-06, + "S": 2.6806123969436157e-06, + "I": 2.739431511145085e-05, + "C": 0.00335296499542892, + "R": 0.00035717576975002885, + "M": 0.0022542590741068125, + "O": 0.0002181653690058738, + "W": 2.756474941634224e-06, + "N": 1.1848329677377478e-06, + "Y": 0.011441742070019245, + "U": 1.973435018953751e-06, + "K": 6.413802111637779e-06, + "L": 0.00030955253168940544, + "G": 0.008439532481133938, + "F": 0.015629613772034645, + "E": 4.562578396871686e-05, + "T": 0.004674181807786226, + "P": 0.002299622865393758, + "-": 0.9509322643280029 + }, + "id": "tp_26058" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3257257, + "label": "-", + "classification": { + "B": 2.8304464194661705e-07, + "S": 3.4946415894410165e-07, + "I": 0.00010084884706884623, + "C": 3.1156807381194085e-05, + "R": 3.7311776850401657e-06, + "M": 7.582596299471334e-05, + "O": 1.2873182640760206e-05, + "W": 3.3693098089315754e-07, + "N": 3.5739153645408805e-06, + "Y": 0.0017214564140886068, + "U": 2.630242192935839e-07, + "K": 1.226440417667618e-06, + "L": 1.97164172277553e-06, + "G": 0.0002796034677885473, + "F": 0.0034668578300625086, + "E": 0.00016293626686092466, + "T": 0.0005206720670685172, + "P": 0.06965379416942596, + "-": 0.9239622354507446 + }, + "id": "tp_26059" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3257391, + "label": "-", + "classification": { + "B": 0.0059465812519192696, + "S": 0.012398137710988522, + "I": 0.0015358923701569438, + "C": 0.005976854357868433, + "R": 0.0035561558324843645, + "M": 0.06225324049592018, + "O": 0.030151894316077232, + "W": 0.0026914060581475496, + "N": 0.0003843487938866019, + "Y": 0.04304950311779976, + "U": 8.165199687937275e-05, + "K": 0.00023183543817140162, + "L": 0.03523669019341469, + "G": 0.09360314160585403, + "F": 0.17724312841892242, + "E": 0.00435101892799139, + "T": 0.033827412873506546, + "P": 0.011298137716948986, + "-": 0.4761829376220703 + }, + "id": "tp_26060" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3257524, + "label": "-", + "classification": { + "B": 1.8144246496376581e-06, + "S": 4.714336228062166e-06, + "I": 0.00011385674588382244, + "C": 2.842853791662492e-05, + "R": 5.187729129829677e-06, + "M": 0.0007902915240265429, + "O": 6.0405807744245976e-05, + "W": 2.6829679882212076e-06, + "N": 7.781631211400963e-06, + "Y": 0.0037161456421017647, + "U": 8.632743515590846e-07, + "K": 2.9285871278261766e-05, + "L": 1.1986995559709612e-05, + "G": 0.0010251558851450682, + "F": 0.021805286407470703, + "E": 0.0004708170017693192, + "T": 0.0017848712159320712, + "P": 0.029440324753522873, + "-": 0.9407001733779907 + }, + "id": "tp_26061" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3257658, + "label": "-", + "classification": { + "B": 1.2503950529207941e-05, + "S": 3.007310851899092e-06, + "I": 0.00030219097970984876, + "C": 6.465054320869967e-05, + "R": 6.293277238000883e-06, + "M": 0.00045605117338709533, + "O": 4.2755411413963884e-05, + "W": 1.384618826705264e-06, + "N": 2.0576657334459014e-05, + "Y": 0.0022568206768482924, + "U": 1.0547918236625264e-06, + "K": 1.3221634617366362e-05, + "L": 8.599527973274235e-06, + "G": 0.0020859711803495884, + "F": 0.0068856654688715935, + "E": 0.002762261312454939, + "T": 0.0012402929132804275, + "P": 0.18911027908325195, + "-": 0.7947263717651367 + }, + "id": "tp_26062" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3257758, + "label": "-", + "classification": { + "B": 1.3480409961630357e-06, + "S": 2.4769290121184895e-06, + "I": 8.57533304952085e-05, + "C": 7.567668944830075e-05, + "R": 1.5491410522372462e-05, + "M": 0.00012061507004546002, + "O": 7.921877113403752e-05, + "W": 5.175954356673174e-06, + "N": 1.0928722986136563e-05, + "Y": 0.002773140324279666, + "U": 2.494925411156146e-06, + "K": 4.442977660801262e-05, + "L": 9.421516551810782e-06, + "G": 0.00044889733544550836, + "F": 0.0137395728379488, + "E": 0.0002610289375297725, + "T": 0.0011851448798552155, + "P": 0.043399129062891006, + "-": 0.9377401471138 + }, + "id": "tp_26063" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3257891, + "label": "-", + "classification": { + "B": 0.001166157191619277, + "S": 0.0035883449018001556, + "I": 0.0027109417133033276, + "C": 0.0077494359575212, + "R": 0.0039830137975513935, + "M": 0.03232286125421524, + "O": 0.009075861424207687, + "W": 0.0010625356808304787, + "N": 0.00046912956167943776, + "Y": 0.13192550837993622, + "U": 4.7964724217308685e-05, + "K": 0.0007216045050881803, + "L": 0.006537511013448238, + "G": 0.0810069739818573, + "F": 0.15291482210159302, + "E": 0.006644072011113167, + "T": 0.05663606896996498, + "P": 0.013743297196924686, + "-": 0.4876938760280609 + }, + "id": "tp_26064" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3258025, + "label": "-", + "classification": { + "B": 7.176490180427209e-05, + "S": 8.999121200758964e-05, + "I": 0.002094681141898036, + "C": 0.00033832306507974863, + "R": 6.905855843797326e-05, + "M": 0.0009709184523671865, + "O": 0.00025765399914234877, + "W": 7.613071647938341e-05, + "N": 0.00046266705612652004, + "Y": 0.005055791698396206, + "U": 3.489679147605784e-05, + "K": 0.0011148537741973996, + "L": 3.5525117709767073e-05, + "G": 0.003153739031404257, + "F": 0.03650514408946037, + "E": 0.0161021389067173, + "T": 0.0016314857639372349, + "P": 0.4380239248275757, + "-": 0.4939112961292267 + }, + "id": "tp_26065" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3258158, + "label": "-", + "classification": { + "B": 7.4129570748482365e-06, + "S": 0.00016004468488972634, + "I": 0.00011289410758763552, + "C": 0.00012004296149825677, + "R": 3.851937799481675e-05, + "M": 0.003548775101080537, + "O": 0.0011568142799660563, + "W": 3.63061080861371e-05, + "N": 3.0852286727167666e-05, + "Y": 0.029964886605739594, + "U": 2.128255573552451e-06, + "K": 0.0001084835093934089, + "L": 0.00019627439905889332, + "G": 0.010930057615041733, + "F": 0.03810499981045723, + "E": 0.001047631143592298, + "T": 0.016639335080981255, + "P": 0.014134196564555168, + "-": 0.8836603760719299 + }, + "id": "tp_26066" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3258258, + "label": "-", + "classification": { + "B": 0.00032984570134431124, + "S": 0.0002075981319649145, + "I": 0.020814960822463036, + "C": 0.006306392140686512, + "R": 0.001017259550280869, + "M": 0.003953099250793457, + "O": 0.000814431463368237, + "W": 0.00029492139583453536, + "N": 0.0027213830035179853, + "Y": 0.0244852714240551, + "U": 0.00013359598233364522, + "K": 0.005183498375117779, + "L": 0.00043448296491988003, + "G": 0.03675048053264618, + "F": 0.06242949143052101, + "E": 0.15279357135295868, + "T": 0.006431336048990488, + "P": 0.3048922121524811, + "-": 0.37000608444213867 + }, + "id": "tp_26067" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3258392, + "label": "-", + "classification": { + "B": 0.00010370810196036473, + "S": 0.0001666306343395263, + "I": 0.00026681312010623515, + "C": 0.0004409147659316659, + "R": 8.188103674910963e-05, + "M": 0.0038154046051204205, + "O": 0.0006233022431842983, + "W": 4.0071750845527276e-05, + "N": 3.280747841927223e-05, + "Y": 0.01694309152662754, + "U": 2.8697024845314445e-06, + "K": 3.416064282646403e-05, + "L": 0.00024152187688741833, + "G": 0.008163215592503548, + "F": 0.0493413470685482, + "E": 0.001671674195677042, + "T": 0.006738212425261736, + "P": 0.02389814704656601, + "-": 0.8873941898345947 + }, + "id": "tp_26068" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3258525, + "label": "-", + "classification": { + "B": 1.043200541062106e-06, + "S": 4.195097062620334e-05, + "I": 5.0574115448398516e-05, + "C": 0.007685956545174122, + "R": 0.0010650046169757843, + "M": 0.002228229772299528, + "O": 0.0008126159082166851, + "W": 2.8038857635692693e-05, + "N": 6.377051704475889e-06, + "Y": 0.03031499683856964, + "U": 1.425788127562555e-06, + "K": 6.693218892905861e-05, + "L": 0.0004007170209661126, + "G": 0.020067935809493065, + "F": 0.10381968319416046, + "E": 0.00013961311196908355, + "T": 0.0072747040539979935, + "P": 0.0022586716804653406, + "-": 0.8237355351448059 + }, + "id": "tp_26069" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3258625, + "label": "-", + "classification": { + "B": 0.00015459436690434813, + "S": 0.0009788917377591133, + "I": 0.000622155552264303, + "C": 0.011899488978087902, + "R": 0.0015114452689886093, + "M": 0.006685429252684116, + "O": 0.002599586034193635, + "W": 0.0003391060163266957, + "N": 0.0001992808684008196, + "Y": 0.018101660534739494, + "U": 3.9717848267173395e-05, + "K": 0.00039364045369438827, + "L": 0.0031755194067955017, + "G": 0.048450108617544174, + "F": 0.39947211742401123, + "E": 0.0037917003501206636, + "T": 0.015624001622200012, + "P": 0.024492425844073296, + "-": 0.4614690840244293 + }, + "id": "tp_26070" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3258759, + "label": "-", + "classification": { + "B": 5.569598215515725e-06, + "S": 2.105443309119437e-05, + "I": 9.472033707424998e-05, + "C": 0.00028875566204078496, + "R": 3.7616147892549634e-05, + "M": 0.0006341743865050375, + "O": 0.00022701150737702847, + "W": 1.5706755220890045e-05, + "N": 1.9494909793138504e-05, + "Y": 0.00363451661542058, + "U": 1.942023118317593e-06, + "K": 0.0006650386494584382, + "L": 4.609547613654286e-05, + "G": 0.005877271294593811, + "F": 0.10586241632699966, + "E": 0.001615226618014276, + "T": 0.0013711806386709213, + "P": 0.023852739483118057, + "-": 0.8557294607162476 + }, + "id": "tp_26071" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3258892, + "label": "-", + "classification": { + "B": 1.6858055005286587e-06, + "S": 1.8896321307693142e-06, + "I": 6.501350435428321e-05, + "C": 1.5181529306573793e-05, + "R": 1.2801472166756866e-06, + "M": 1.6728006812627427e-05, + "O": 1.644973235670477e-05, + "W": 2.968072294606827e-06, + "N": 1.4172416740620974e-05, + "Y": 0.0003737978695426136, + "U": 1.2759300034304033e-06, + "K": 0.0001101137968362309, + "L": 6.520617148453312e-07, + "G": 0.00015817148960195482, + "F": 0.013506599701941013, + "E": 0.001005562604404986, + "T": 0.00013878529716748744, + "P": 0.2581203579902649, + "-": 0.7264493703842163 + }, + "id": "tp_26072" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3259026, + "label": "-", + "classification": { + "B": 5.549685283767758e-06, + "S": 1.6515719835297205e-05, + "I": 0.0009838989935815334, + "C": 0.0002264403156004846, + "R": 2.3534537831437774e-05, + "M": 0.00029061874374747276, + "O": 9.880122524918988e-05, + "W": 2.7165231585968286e-05, + "N": 0.00027679165941663086, + "Y": 0.003390813246369362, + "U": 9.944321391230915e-06, + "K": 0.0028623619582504034, + "L": 1.1270972208876628e-05, + "G": 0.002448561368510127, + "F": 0.13274571299552917, + "E": 0.022938009351491928, + "T": 0.0010207414161413908, + "P": 0.28725746273994446, + "-": 0.5453658699989319 + }, + "id": "tp_26073" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3259126, + "label": "-", + "classification": { + "B": 2.295587364642415e-06, + "S": 3.7428949326567817e-06, + "I": 0.0005296920426189899, + "C": 0.00027373552438803017, + "R": 7.017650932539254e-05, + "M": 0.00041495199548080564, + "O": 0.0001286626502405852, + "W": 1.1061672012147028e-05, + "N": 5.716801751987077e-05, + "Y": 0.013204721733927727, + "U": 4.967977929482004e-06, + "K": 0.00035292652319185436, + "L": 1.2496918316173833e-05, + "G": 0.002549445489421487, + "F": 0.022623565047979355, + "E": 0.0014847451820969582, + "T": 0.002083520172163844, + "P": 0.04701099544763565, + "-": 0.9091811180114746 + }, + "id": "tp_26074" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3259259, + "label": "-", + "classification": { + "B": 0.00011620373697951436, + "S": 7.639090472366661e-05, + "I": 0.0010109168943017721, + "C": 0.0019109670538455248, + "R": 0.0005816775956191123, + "M": 0.005048841703683138, + "O": 0.0011285608634352684, + "W": 8.869549492374063e-05, + "N": 0.00014035412459634244, + "Y": 0.030559221282601357, + "U": 7.125856791390106e-05, + "K": 0.0002177326678065583, + "L": 0.0006631165160797536, + "G": 0.011267192661762238, + "F": 0.04649309068918228, + "E": 0.0014588487101718783, + "T": 0.014528481289744377, + "P": 0.04100286215543747, + "-": 0.843635618686676 + }, + "id": "tp_26075" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3259393, + "label": "-", + "classification": { + "B": 1.7999389456235804e-05, + "S": 8.011528552742675e-05, + "I": 0.0001905249955598265, + "C": 0.00027467042673379183, + "R": 7.746998744551092e-05, + "M": 0.00039493816439062357, + "O": 0.00039220682810992, + "W": 7.026115781627595e-05, + "N": 0.00010202212433796376, + "Y": 0.016298850998282433, + "U": 1.638278627069667e-05, + "K": 0.009930548258125782, + "L": 5.885332575417124e-05, + "G": 0.008088973350822926, + "F": 0.17570452392101288, + "E": 0.004894430749118328, + "T": 0.0031532845459878445, + "P": 0.04492892697453499, + "-": 0.7353250980377197 + }, + "id": "tp_26076" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3259526, + "label": "-", + "classification": { + "B": 0.00047601773985661566, + "S": 0.0004673958756029606, + "I": 0.004616524092853069, + "C": 0.005539588164538145, + "R": 0.000921409169677645, + "M": 0.008984147571027279, + "O": 0.0022417826112359762, + "W": 0.00031211384339258075, + "N": 0.0007983913528732955, + "Y": 0.02610601857304573, + "U": 9.030989895109087e-05, + "K": 0.000550728989765048, + "L": 0.0012181238271296024, + "G": 0.027988411486148834, + "F": 0.10289379209280014, + "E": 0.015513976104557514, + "T": 0.012402457185089588, + "P": 0.13512110710144043, + "-": 0.6537578105926514 + }, + "id": "tp_26077" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3259626, + "label": "-", + "classification": { + "B": 4.78239671792835e-05, + "S": 0.00015183590585365891, + "I": 0.0002646330976858735, + "C": 0.0012257392518222332, + "R": 0.00015098066069185734, + "M": 0.0015579878818243742, + "O": 0.0006033849786035717, + "W": 0.00010379707964602858, + "N": 0.00015630827692802995, + "Y": 0.012864520773291588, + "U": 2.491148916305974e-05, + "K": 0.004719644784927368, + "L": 0.0001683146838331595, + "G": 0.009269937872886658, + "F": 0.2543063163757324, + "E": 0.006395326461642981, + "T": 0.0046395170502364635, + "P": 0.063585065305233, + "-": 0.6397638916969299 + }, + "id": "tp_26078" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3259760, + "label": "-", + "classification": { + "B": 2.147661871276796e-05, + "S": 3.559952165232971e-05, + "I": 0.00116279860958457, + "C": 0.00026270715170539916, + "R": 4.239672125549987e-05, + "M": 0.00033358848304487765, + "O": 0.00011935147631447762, + "W": 3.4285909350728616e-05, + "N": 0.00019282910216134042, + "Y": 0.005469476338475943, + "U": 1.0431551345391199e-05, + "K": 0.0007413943530991673, + "L": 1.7630805814405903e-05, + "G": 0.0019265733426436782, + "F": 0.0487888865172863, + "E": 0.006568505894392729, + "T": 0.0016265226295217872, + "P": 0.27057376503944397, + "-": 0.6620718240737915 + }, + "id": "tp_26079" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3259893, + "label": "-", + "classification": { + "B": 3.3729535061866045e-05, + "S": 0.00017211504746228456, + "I": 0.0008157123229466379, + "C": 0.003104825271293521, + "R": 0.0007258480763994157, + "M": 0.002787881065160036, + "O": 0.001675053616054356, + "W": 0.00024864336592145264, + "N": 0.000270363554591313, + "Y": 0.031732816249132156, + "U": 7.561763777630404e-05, + "K": 0.0015744229312986135, + "L": 0.0004888179828412831, + "G": 0.012324344366788864, + "F": 0.14805281162261963, + "E": 0.00213162275031209, + "T": 0.0107420040294528, + "P": 0.049075741320848465, + "-": 0.7339676022529602 + }, + "id": "tp_26080" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3260027, + "label": "-", + "classification": { + "B": 0.00014316666056402028, + "S": 8.363620872842148e-05, + "I": 0.0015431535430252552, + "C": 0.0005283672944642603, + "R": 0.00011153383093187585, + "M": 0.0009499742882326245, + "O": 0.0005384627729654312, + "W": 8.62512897583656e-05, + "N": 0.000283415662124753, + "Y": 0.004347369074821472, + "U": 4.261929279891774e-05, + "K": 0.00040868602809496224, + "L": 9.116930596064776e-05, + "G": 0.00292962696403265, + "F": 0.023376956582069397, + "E": 0.003708417294546962, + "T": 0.0022413302212953568, + "P": 0.23645707964897156, + "-": 0.7221288681030273 + }, + "id": "tp_26081" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3260127, + "label": "-", + "classification": { + "B": 1.1516600352479145e-05, + "S": 3.053091631954885e-06, + "I": 0.00021780107636004686, + "C": 0.0001876441965578124, + "R": 1.8135408026864752e-05, + "M": 0.0003975903382524848, + "O": 4.2792300519067794e-05, + "W": 3.069888407480903e-06, + "N": 1.7998430848820135e-05, + "Y": 0.007431650534272194, + "U": 3.039721605091472e-06, + "K": 0.00023701161262579262, + "L": 1.2786482329829596e-05, + "G": 0.005393078550696373, + "F": 0.021144671365618706, + "E": 0.0029520425014197826, + "T": 0.0014709896640852094, + "P": 0.0391027070581913, + "-": 0.9213523268699646 + }, + "id": "tp_26082" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3260260, + "label": "-", + "classification": { + "B": 0.00016590938321314752, + "S": 6.609112460864708e-05, + "I": 0.0008052798802964389, + "C": 0.0002831126912496984, + "R": 4.0031623939285055e-05, + "M": 0.0008091196068562567, + "O": 0.0003107354277744889, + "W": 7.282799197128043e-05, + "N": 0.00019980358774773777, + "Y": 0.006151018664240837, + "U": 3.254610055591911e-05, + "K": 0.0013859393075108528, + "L": 5.038608651375398e-05, + "G": 0.0037397905252873898, + "F": 0.047927193343639374, + "E": 0.012456134893000126, + "T": 0.002338685793802142, + "P": 0.17509488761425018, + "-": 0.748070478439331 + }, + "id": "tp_26083" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3260394, + "label": "-", + "classification": { + "B": 0.0028309954795986414, + "S": 0.00277315522544086, + "I": 0.012821698561310768, + "C": 0.01403594296425581, + "R": 0.006162331905215979, + "M": 0.02681487239897251, + "O": 0.011011961847543716, + "W": 0.002767725382000208, + "N": 0.0036629117093980312, + "Y": 0.04666993021965027, + "U": 0.0014428331051021814, + "K": 0.00401449715718627, + "L": 0.005683541763573885, + "G": 0.03976672887802124, + "F": 0.09335914254188538, + "E": 0.01901870407164097, + "T": 0.02677246741950512, + "P": 0.11428043246269226, + "-": 0.5661100745201111 + }, + "id": "tp_26084" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3260527, + "label": "-", + "classification": { + "B": 2.202377436333336e-05, + "S": 2.3552696802653372e-05, + "I": 0.0003468309005256742, + "C": 0.00027039932319894433, + "R": 2.963218867080286e-05, + "M": 0.0002992926456499845, + "O": 0.00011428590369177982, + "W": 2.6205838366877288e-05, + "N": 9.530922397971153e-05, + "Y": 0.005064947064965963, + "U": 8.088923095783684e-06, + "K": 0.001217096927575767, + "L": 1.0897715583269019e-05, + "G": 0.0032186165917664766, + "F": 0.08154197782278061, + "E": 0.01069555152207613, + "T": 0.0008901202818378806, + "P": 0.19545486569404602, + "-": 0.7006702423095703 + }, + "id": "tp_26085" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3260627, + "label": "-", + "classification": { + "B": 0.0006127158412709832, + "S": 0.001808066270314157, + "I": 0.003689768724143505, + "C": 0.00666428217664361, + "R": 0.0017757314490154386, + "M": 0.007857526652514935, + "O": 0.005485753994435072, + "W": 0.0016349774086847901, + "N": 0.002915488090366125, + "Y": 0.06774905323982239, + "U": 0.0004428366373758763, + "K": 0.10573303699493408, + "L": 0.0014799159253016114, + "G": 0.06888851523399353, + "F": 0.195715069770813, + "E": 0.054953839629888535, + "T": 0.019781695678830147, + "P": 0.051426637917757034, + "-": 0.40138500928878784 + }, + "id": "tp_26086" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3260761, + "label": "-", + "classification": { + "B": 0.00017626276530791074, + "S": 0.00010818838200066239, + "I": 0.0034463757183402777, + "C": 0.001825503190048039, + "R": 0.0006356762023642659, + "M": 0.0021062702871859074, + "O": 0.0010650493204593658, + "W": 0.00020848844724241644, + "N": 0.0005875700153410435, + "Y": 0.013055505231022835, + "U": 0.0001578260853420943, + "K": 0.0018562190234661102, + "L": 0.00019174716726411134, + "G": 0.004893796052783728, + "F": 0.031550727784633636, + "E": 0.007220380008220673, + "T": 0.004869529046118259, + "P": 0.15467490255832672, + "-": 0.7713698744773865 + }, + "id": "tp_26087" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3260894, + "label": "-", + "classification": { + "B": 2.876151086184109e-07, + "S": 1.2706710549537092e-05, + "I": 1.2944457921548747e-05, + "C": 0.0015575478319078684, + "R": 0.00016285401943605393, + "M": 0.0011916286312043667, + "O": 0.00040989078115671873, + "W": 1.0460072189744096e-05, + "N": 3.394509121790179e-06, + "Y": 0.14617446064949036, + "U": 2.2562748824839218e-07, + "K": 0.0013049629051238298, + "L": 0.00010271769133396447, + "G": 0.06428010016679764, + "F": 0.2062273621559143, + "E": 0.0004309237119741738, + "T": 0.011414923705160618, + "P": 0.0008254150161519647, + "-": 0.5658773183822632 + }, + "id": "tp_26088" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3261028, + "label": "-", + "classification": { + "B": 2.779092756099999e-05, + "S": 0.00045573600800707936, + "I": 0.00018534611444920301, + "C": 0.005990944802761078, + "R": 0.0010403357446193695, + "M": 0.005174999590963125, + "O": 0.0023224654141813517, + "W": 0.00014738214667886496, + "N": 5.8757923397934064e-05, + "Y": 0.03068605810403824, + "U": 1.0442430721013807e-05, + "K": 0.00018703125533647835, + "L": 0.0027975954581052065, + "G": 0.05081092566251755, + "F": 0.43575039505958557, + "E": 0.00106978474650532, + "T": 0.015613902360200882, + "P": 0.009419589303433895, + "-": 0.43825051188468933 + }, + "id": "tp_26089" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3261128, + "label": "-", + "classification": { + "B": 1.0071312317450065e-07, + "S": 1.0342848781874636e-06, + "I": 5.308712388796266e-06, + "C": 8.180540316971019e-05, + "R": 4.550723133434076e-06, + "M": 1.8757480575004593e-05, + "O": 1.7160431525553577e-05, + "W": 1.417431008121639e-06, + "N": 2.056912990155979e-06, + "Y": 0.0026237776037305593, + "U": 1.0028987418309043e-07, + "K": 0.0009020333527587354, + "L": 1.788951067283051e-06, + "G": 0.003225486259907484, + "F": 0.23239010572433472, + "E": 0.0008025670540519059, + "T": 0.00023383689403999597, + "P": 0.01951850764453411, + "-": 0.7401697039604187 + }, + "id": "tp_26090" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3261261, + "label": "-", + "classification": { + "B": 2.2052115582482656e-06, + "S": 3.301687229395611e-06, + "I": 0.0001174721764982678, + "C": 0.0006933109252713621, + "R": 0.00020903986296616495, + "M": 0.0020180619321763515, + "O": 0.00017637974815443158, + "W": 4.630296189134242e-06, + "N": 3.6320259368949337e-06, + "Y": 0.020949555560946465, + "U": 1.5762911971251015e-06, + "K": 5.674715794157237e-06, + "L": 8.360099309356883e-05, + "G": 0.0032028271816670895, + "F": 0.008212818764150143, + "E": 0.00011146304314024746, + "T": 0.003915849607437849, + "P": 0.005028860177844763, + "-": 0.9552597999572754 + }, + "id": "tp_26091" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3261395, + "label": "-", + "classification": { + "B": 1.3504840353562031e-05, + "S": 2.5949886548914947e-05, + "I": 0.00039760087383911014, + "C": 0.0005394011386670172, + "R": 8.907798473956063e-05, + "M": 0.0008584674214944243, + "O": 0.00019924277148675174, + "W": 1.961073030543048e-05, + "N": 6.306872091954574e-05, + "Y": 0.030181866139173508, + "U": 1.0233056855213363e-05, + "K": 0.0016743165906518698, + "L": 5.71140662941616e-05, + "G": 0.015734421089291573, + "F": 0.046408511698246, + "E": 0.004095241893082857, + "T": 0.00486184936016798, + "P": 0.02326349914073944, + "-": 0.8715071082115173 + }, + "id": "tp_26092" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3261528, + "label": "-", + "classification": { + "B": 2.0336947272880934e-05, + "S": 0.00011961776908719912, + "I": 0.00021591568656731397, + "C": 0.0014712191186845303, + "R": 0.00031067628879100084, + "M": 0.0010322602465748787, + "O": 0.0006215843022800982, + "W": 0.0001075857289833948, + "N": 8.852285100147128e-05, + "Y": 0.01009761169552803, + "U": 2.636265526234638e-05, + "K": 0.0021741848904639482, + "L": 0.00010197063238592818, + "G": 0.002968146000057459, + "F": 0.1096549704670906, + "E": 0.0011823957320302725, + "T": 0.003449966199696064, + "P": 0.044471632689237595, + "-": 0.8218849897384644 + }, + "id": "tp_26093" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3261628, + "label": "-", + "classification": { + "B": 4.086291301064193e-05, + "S": 6.458287680288777e-05, + "I": 0.0006827132892794907, + "C": 0.0016070991987362504, + "R": 0.00044145245919935405, + "M": 0.002333355601876974, + "O": 0.00073617062298581, + "W": 5.440493259811774e-05, + "N": 6.548521196236834e-05, + "Y": 0.012958384118974209, + "U": 2.6765346774482168e-05, + "K": 6.768233288312331e-05, + "L": 0.0002552709775045514, + "G": 0.0053350538946688175, + "F": 0.02007365971803665, + "E": 0.0003856000548694283, + "T": 0.007425833959132433, + "P": 0.03431277722120285, + "-": 0.9131328463554382 + }, + "id": "tp_26094" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3261762, + "label": "-", + "classification": { + "B": 2.9829267077730037e-05, + "S": 0.00011932969937333837, + "I": 0.00013440303155221045, + "C": 0.00035143562126904726, + "R": 8.504353172611445e-05, + "M": 0.0008798044291324914, + "O": 0.0005954122170805931, + "W": 9.26957800402306e-05, + "N": 5.678627348970622e-05, + "Y": 0.009739797562360764, + "U": 7.846813787182327e-06, + "K": 0.0016119007486850023, + "L": 9.843277803156525e-05, + "G": 0.006881034467369318, + "F": 0.10698828846216202, + "E": 0.001802189857698977, + "T": 0.0032639699056744576, + "P": 0.035050950944423676, + "-": 0.8322107791900635 + }, + "id": "tp_26095" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3261895, + "label": "-", + "classification": { + "B": 8.588181117374916e-07, + "S": 4.465616257220972e-06, + "I": 9.676934132585302e-05, + "C": 6.270354060688987e-05, + "R": 5.3432972890732344e-06, + "M": 5.089887054054998e-05, + "O": 3.6237703170627356e-05, + "W": 5.129447799845366e-06, + "N": 2.3329217583523132e-05, + "Y": 0.0018346343422308564, + "U": 9.27997348298959e-07, + "K": 0.0007145671406760812, + "L": 2.5178403575409902e-06, + "G": 0.0017659944714978337, + "F": 0.11911498010158539, + "E": 0.0033416131045669317, + "T": 0.0003595221496652812, + "P": 0.09666118025779724, + "-": 0.7759183645248413 + }, + "id": "tp_26096" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3262029, + "label": "-", + "classification": { + "B": 7.048390343600275e-11, + "S": 5.758813426126608e-10, + "I": 6.103839950810652e-06, + "C": 2.9117734356987057e-07, + "R": 5.8546081760368907e-08, + "M": 6.305315878307738e-07, + "O": 1.510400835513792e-07, + "W": 2.7577713446191865e-09, + "N": 8.748050817075637e-08, + "Y": 0.00012094325938960537, + "U": 2.6154813870249427e-09, + "K": 4.7675112568867917e-07, + "L": 1.948642136540002e-09, + "G": 1.936451553774532e-06, + "F": 0.0001660337729845196, + "E": 3.0621604309999384e-06, + "T": 2.2148458810988814e-05, + "P": 0.01568066142499447, + "-": 0.9839973449707031 + }, + "id": "tp_26097" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3262129, + "label": "-", + "classification": { + "B": 0.0003434134996496141, + "S": 0.0012965253554284573, + "I": 0.0025764231104403734, + "C": 0.007384456228464842, + "R": 0.0024775315541774035, + "M": 0.009112939238548279, + "O": 0.005255466792732477, + "W": 0.0011448039440438151, + "N": 0.001265924540348351, + "Y": 0.06671387702226639, + "U": 0.000437632406828925, + "K": 0.016594143584370613, + "L": 0.0016428926028311253, + "G": 0.03472582623362541, + "F": 0.1616518348455429, + "E": 0.00975849013775587, + "T": 0.01986122317612171, + "P": 0.05141738802194595, + "-": 0.6063392758369446 + }, + "id": "tp_26098" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3262262, + "label": "-", + "classification": { + "B": 0.0004097383935004473, + "S": 0.000316503836074844, + "I": 0.0049255527555942535, + "C": 0.002636315068230033, + "R": 0.0007172715268097818, + "M": 0.003523831954225898, + "O": 0.002057213569059968, + "W": 0.0003154560981784016, + "N": 0.001520114135928452, + "Y": 0.016328854486346245, + "U": 0.00025664281565696, + "K": 0.0009691993473097682, + "L": 0.0004496087203733623, + "G": 0.00821957178413868, + "F": 0.04108119755983353, + "E": 0.008598221465945244, + "T": 0.010139953345060349, + "P": 0.2684467136859894, + "-": 0.6290881633758545 + }, + "id": "tp_26099" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3262396, + "label": "-", + "classification": { + "B": 0.0001503323292126879, + "S": 0.00039276794996112585, + "I": 0.0014179007848724723, + "C": 0.0037483181804418564, + "R": 0.0011853395262733102, + "M": 0.0020759308245033026, + "O": 0.0017255258280783892, + "W": 0.0005260285688564181, + "N": 0.0006018479471094906, + "Y": 0.02431780844926834, + "U": 0.0002810673031490296, + "K": 0.007069786079227924, + "L": 0.00034025334753096104, + "G": 0.007973856292665005, + "F": 0.1309913694858551, + "E": 0.003575328504666686, + "T": 0.007859569974243641, + "P": 0.08889040350914001, + "-": 0.7168765068054199 + }, + "id": "tp_26100" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3262529, + "label": "-", + "classification": { + "B": 4.643533429771196e-06, + "S": 5.5171676649479195e-06, + "I": 0.00016023950593080372, + "C": 0.00030452953069470823, + "R": 8.4314749983605e-05, + "M": 0.00048070086631923914, + "O": 0.00014783341612201184, + "W": 8.044422429520637e-06, + "N": 1.4275903595262207e-05, + "Y": 0.012281397357583046, + "U": 5.337848506314913e-06, + "K": 0.0001086420743376948, + "L": 3.192408257746138e-05, + "G": 0.00281111104413867, + "F": 0.01652379520237446, + "E": 0.00028679633396677673, + "T": 0.0017211490776389837, + "P": 0.02354288659989834, + "-": 0.9414768815040588 + }, + "id": "tp_26101" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3262629, + "label": "-", + "classification": { + "B": 2.210499587818049e-06, + "S": 4.5350234358920716e-06, + "I": 2.159948508051457e-06, + "C": 5.47140416529146e-06, + "R": 8.56633505463833e-07, + "M": 4.2390624003019184e-05, + "O": 3.3950069337151945e-05, + "W": 1.645642328185204e-06, + "N": 6.055792596271203e-07, + "Y": 0.0007374456035904586, + "U": 6.415799447268e-08, + "K": 3.367925091879442e-05, + "L": 4.265671577741159e-06, + "G": 0.0010729820933192968, + "F": 0.07692161202430725, + "E": 0.00011063787678722292, + "T": 0.00034255048376508057, + "P": 0.008673431351780891, + "-": 0.912009596824646 + }, + "id": "tp_26102" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3262763, + "label": "-", + "classification": { + "B": 7.764683687128127e-07, + "S": 1.3753948451267206e-06, + "I": 3.26452573062852e-05, + "C": 9.979473361454438e-06, + "R": 8.349950917363458e-07, + "M": 0.00010971283336402848, + "O": 1.3282819963933434e-05, + "W": 1.0538851711316966e-06, + "N": 6.155644314276287e-06, + "Y": 0.004030909389257431, + "U": 2.8978996624573483e-07, + "K": 0.00043226417619735, + "L": 7.758517881484295e-07, + "G": 0.0008976294775493443, + "F": 0.017149124294519424, + "E": 0.0015385744627565145, + "T": 0.0008366627735085785, + "P": 0.03318086639046669, + "-": 0.941757082939148 + }, + "id": "tp_26103" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3262896, + "label": "-", + "classification": { + "B": 1.6176118151634e-05, + "S": 6.183207005960867e-05, + "I": 9.568384848535061e-05, + "C": 0.00146880850661546, + "R": 0.0001176623918581754, + "M": 0.001499338075518608, + "O": 0.00033301152870990336, + "W": 1.853579124144744e-05, + "N": 2.3216611225507222e-05, + "Y": 0.014265547506511211, + "U": 2.473542053849087e-06, + "K": 0.0003575156442821026, + "L": 0.00017298072634730488, + "G": 0.02547180838882923, + "F": 0.22174674272537231, + "E": 0.0019990296568721533, + "T": 0.004083044361323118, + "P": 0.014467747882008553, + "-": 0.7137988209724426 + }, + "id": "tp_26104" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3263030, + "label": "-", + "classification": { + "B": 4.3938905491813784e-07, + "S": 1.7461728930356912e-05, + "I": 1.0931837095995434e-05, + "C": 6.061447493266314e-05, + "R": 1.0751818990684114e-05, + "M": 2.734887311817147e-05, + "O": 6.657680205535144e-05, + "W": 7.667208592465613e-06, + "N": 7.87414683145471e-06, + "Y": 0.001412396552041173, + "U": 4.119204106700636e-07, + "K": 0.00162295694462955, + "L": 4.681813152274117e-06, + "G": 0.0019488229881972075, + "F": 0.17455913126468658, + "E": 0.0004012193821836263, + "T": 0.0005610442603938282, + "P": 0.02958572842180729, + "-": 0.7896938323974609 + }, + "id": "tp_26105" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3263130, + "label": "-", + "classification": { + "B": 0.00012350737233646214, + "S": 8.814880129648373e-05, + "I": 0.00030282404622994363, + "C": 0.000641921884380281, + "R": 6.546590884681791e-05, + "M": 0.0009834755910560489, + "O": 0.0002279643522342667, + "W": 2.5657705919002183e-05, + "N": 7.158086373237893e-05, + "Y": 0.0022129053249955177, + "U": 5.419082754087867e-06, + "K": 0.00021826235752087086, + "L": 8.474278001813218e-05, + "G": 0.008460881188511848, + "F": 0.11239297688007355, + "E": 0.008275508880615234, + "T": 0.001655114465393126, + "P": 0.1451749950647354, + "-": 0.7189887166023254 + }, + "id": "tp_26106" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3263263, + "label": "-", + "classification": { + "B": 1.3621772268379573e-05, + "S": 1.00173508599255e-06, + "I": 4.575205821311101e-06, + "C": 3.200267784109201e-08, + "R": 4.743898607273422e-09, + "M": 3.6621861454477767e-06, + "O": 1.0902739632001612e-05, + "W": 2.6925286533696635e-07, + "N": 2.8880776881123893e-07, + "Y": 9.936030664903228e-07, + "U": 2.3643371704906713e-09, + "K": 1.2864317389116309e-09, + "L": 3.907180996520765e-07, + "G": 6.428716005757451e-06, + "F": 0.0002878600498661399, + "E": 1.1575707503652666e-05, + "T": 1.1367542356310878e-05, + "P": 0.46693482995033264, + "-": 0.5327121615409851 + }, + "id": "tp_26107" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3263397, + "label": "-", + "classification": { + "B": 1.876526584965177e-05, + "S": 9.215465979650617e-06, + "I": 0.000977751100435853, + "C": 0.0005879371310584247, + "R": 6.420644058380276e-05, + "M": 0.0005436165956780314, + "O": 0.00014033728803042322, + "W": 1.3822475011693314e-05, + "N": 0.00011641473247436807, + "Y": 0.01193584967404604, + "U": 9.13473832042655e-06, + "K": 0.000394111848436296, + "L": 3.94140588468872e-05, + "G": 0.010375184938311577, + "F": 0.04631071165204048, + "E": 0.007044085767120123, + "T": 0.0027415079530328512, + "P": 0.1364770084619522, + "-": 0.7822009325027466 + }, + "id": "tp_26108" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3263530, + "label": "-", + "classification": { + "B": 0.00015319796511903405, + "S": 0.0005576764233410358, + "I": 0.000937824894208461, + "C": 0.0014679362066090107, + "R": 0.00033017669920809567, + "M": 0.0030166020151227713, + "O": 0.0015520164743065834, + "W": 0.0003000584547407925, + "N": 0.0005214579869061708, + "Y": 0.04397142678499222, + "U": 6.44776810077019e-05, + "K": 0.012885911390185356, + "L": 0.0004703048325609416, + "G": 0.029960997402668, + "F": 0.19227410852909088, + "E": 0.01862012967467308, + "T": 0.011108254082500935, + "P": 0.05573361739516258, + "-": 0.6260737776756287 + }, + "id": "tp_26109" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3263630, + "label": "-", + "classification": { + "B": 4.518122295849025e-05, + "S": 8.220093150157481e-05, + "I": 0.0019980636425316334, + "C": 0.00227930280379951, + "R": 0.00034996384056285024, + "M": 0.0010413784766569734, + "O": 0.0004502364608924836, + "W": 8.348553092218935e-05, + "N": 0.00035602133721113205, + "Y": 0.010329488664865494, + "U": 4.954762334818952e-05, + "K": 0.0011694527929648757, + "L": 0.0001680161221884191, + "G": 0.00906474981456995, + "F": 0.1475186049938202, + "E": 0.007806750014424324, + "T": 0.003027375089004636, + "P": 0.15783263742923737, + "-": 0.6563475131988525 + }, + "id": "tp_26110" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3263764, + "label": "-", + "classification": { + "B": 0.0035965752322226763, + "S": 0.004112636670470238, + "I": 0.03725225478410721, + "C": 0.03991847112774849, + "R": 0.01332329772412777, + "M": 0.022266292944550514, + "O": 0.01033053919672966, + "W": 0.004717156291007996, + "N": 0.013200188986957073, + "Y": 0.06755412369966507, + "U": 0.0034422159660607576, + "K": 0.009308109059929848, + "L": 0.007465468253940344, + "G": 0.06076399236917496, + "F": 0.11408879607915878, + "E": 0.05252261087298393, + "T": 0.03860359266400337, + "P": 0.18951408565044403, + "-": 0.30801963806152344 + }, + "id": "tp_26111" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3263897, + "label": "-", + "classification": { + "B": 1.5111465472728014e-05, + "S": 1.0253745131194592e-05, + "I": 0.005312098655849695, + "C": 0.001748147769831121, + "R": 7.266381726367399e-05, + "M": 0.001423890353180468, + "O": 6.91008972353302e-05, + "W": 9.538429367239587e-06, + "N": 0.0003157489118166268, + "Y": 0.02083391137421131, + "U": 4.830112629861105e-06, + "K": 0.0010212411871179938, + "L": 2.1696665498893708e-05, + "G": 0.018053174018859863, + "F": 0.06236470118165016, + "E": 0.10415910184383392, + "T": 0.002098516561090946, + "P": 0.21991103887557983, + "-": 0.562555193901062 + }, + "id": "tp_26112" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3264031, + "label": "P", + "classification": { + "B": 2.669567067403733e-10, + "S": 1.1070854233352634e-09, + "I": 3.0789158245170256e-06, + "C": 1.573369345919673e-08, + "R": 1.0707913444818473e-09, + "M": 1.1169442259983953e-08, + "O": 1.7608872582286494e-08, + "W": 7.414976410657914e-10, + "N": 1.7928158513313974e-07, + "Y": 1.0283749816153431e-06, + "U": 5.144989434491265e-10, + "K": 1.960648887688876e-07, + "L": 6.964021720401448e-11, + "G": 1.6491922849581897e-07, + "F": 0.00022109954443294555, + "E": 1.2316462743910961e-05, + "T": 9.604294746168307e-07, + "P": 0.5860477685928345, + "-": 0.41371312737464905 + }, + "id": "tp_26113" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3264131, + "label": "-", + "classification": { + "B": 1.7148974507108505e-07, + "S": 6.921609951859864e-07, + "I": 4.5250482799019665e-05, + "C": 2.0475466953939758e-05, + "R": 1.5984259107426624e-06, + "M": 2.6161087589571252e-05, + "O": 8.997240911412518e-06, + "W": 7.869877549637749e-07, + "N": 7.482100500055822e-06, + "Y": 0.0007264474988915026, + "U": 1.8545681257364777e-07, + "K": 0.00016519294877070934, + "L": 3.0939509088057093e-07, + "G": 0.0004973001196049154, + "F": 0.035591527819633484, + "E": 0.0010523786768317223, + "T": 0.00017550538177601993, + "P": 0.10724359005689621, + "-": 0.8544359803199768 + }, + "id": "tp_26114" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3264264, + "label": "-", + "classification": { + "B": 5.431008958112216e-07, + "S": 2.097161626579691e-07, + "I": 0.00010480301716597751, + "C": 1.8443448425387032e-05, + "R": 3.2099335385282757e-06, + "M": 1.1319458280922845e-05, + "O": 9.932343346008565e-06, + "W": 3.7514240602831705e-07, + "N": 5.180923835723661e-06, + "Y": 0.0002155508118448779, + "U": 4.091829737262742e-07, + "K": 3.5956788906332804e-06, + "L": 6.715488325426122e-07, + "G": 0.00010739348363131285, + "F": 0.0022529258858412504, + "E": 0.00015413037908729166, + "T": 0.0001141066022682935, + "P": 0.1873646378517151, + "-": 0.8096325993537903 + }, + "id": "tp_26115" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3264398, + "label": "-", + "classification": { + "B": 3.5137909435434267e-06, + "S": 1.0756139090517536e-05, + "I": 0.00020942265109624714, + "C": 0.00210783863440156, + "R": 0.00017038302030414343, + "M": 0.00048379486543126404, + "O": 0.00015853933291509748, + "W": 1.158407667389838e-05, + "N": 2.9233924578875303e-05, + "Y": 0.00406611105427146, + "U": 3.2081302379083354e-06, + "K": 0.00017389901040587574, + "L": 4.2820945964194834e-05, + "G": 0.0049418495036661625, + "F": 0.09979695081710815, + "E": 0.0011674248380586505, + "T": 0.0011709656100720167, + "P": 0.07003634423017502, + "-": 0.8154153227806091 + }, + "id": "tp_26116" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3264531, + "label": "P", + "classification": { + "B": 1.0231681699224282e-05, + "S": 2.3044436602503993e-05, + "I": 0.0014743601204827428, + "C": 0.0003514715062920004, + "R": 2.1521913367905654e-05, + "M": 0.00017595896497368813, + "O": 8.44974783831276e-05, + "W": 2.533099723223131e-05, + "N": 0.000653118418995291, + "Y": 0.001081244321539998, + "U": 1.5873441952862777e-05, + "K": 0.0009525687783025205, + "L": 1.3830835996486712e-05, + "G": 0.0022073998115956783, + "F": 0.03140866383910179, + "E": 0.02733752317726612, + "T": 0.0008656742866151035, + "P": 0.7410880923271179, + "-": 0.19220949709415436 + }, + "id": "tp_26117" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3264631, + "label": "-", + "classification": { + "B": 0.00012967383372597396, + "S": 0.00022224227723199874, + "I": 0.0011284112697467208, + "C": 0.003902687691152096, + "R": 0.0005116522661410272, + "M": 0.0055300332605838776, + "O": 0.001082878210581839, + "W": 0.00015550400712527335, + "N": 0.00022692266793455929, + "Y": 0.1557399034500122, + "U": 1.8834036382031627e-05, + "K": 0.010132220573723316, + "L": 0.0005096951499581337, + "G": 0.18841949105262756, + "F": 0.09052635729312897, + "E": 0.02930310182273388, + "T": 0.02510947734117508, + "P": 0.012489338405430317, + "-": 0.4748615026473999 + }, + "id": "tp_26118" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3264765, + "label": "-", + "classification": { + "B": 2.4226192181231454e-06, + "S": 6.252761863834166e-07, + "I": 1.4072586054680869e-05, + "C": 1.8329265003558248e-06, + "R": 9.604039519217622e-08, + "M": 1.216306827700464e-05, + "O": 1.2120412065996788e-05, + "W": 5.744871032220544e-07, + "N": 1.7972413388633868e-06, + "Y": 4.3344760342733935e-05, + "U": 1.1016253154139122e-07, + "K": 5.254848929325817e-07, + "L": 4.939770406053867e-07, + "G": 1.7981234122999012e-05, + "F": 0.001280531520023942, + "E": 4.534125400823541e-05, + "T": 9.497660357737914e-05, + "P": 0.2158088982105255, + "-": 0.782662034034729 + }, + "id": "tp_26119" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3264898, + "label": "-", + "classification": { + "B": 7.406955410260707e-05, + "S": 9.179785411106423e-05, + "I": 0.0005520799895748496, + "C": 0.0020590894855558872, + "R": 0.0004570374730974436, + "M": 0.004244432784616947, + "O": 0.0009884638711810112, + "W": 6.897447747178376e-05, + "N": 8.669887756695971e-05, + "Y": 0.024677930399775505, + "U": 3.603845470934175e-05, + "K": 0.00012273488391656429, + "L": 0.00043870971421711147, + "G": 0.007771260105073452, + "F": 0.032842036336660385, + "E": 0.000972702051512897, + "T": 0.011950721964240074, + "P": 0.03579483553767204, + "-": 0.8767704367637634 + }, + "id": "tp_26120" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3265032, + "label": "-", + "classification": { + "B": 1.1815017408878248e-08, + "S": 4.906688033656792e-08, + "I": 4.5496230995922815e-06, + "C": 1.941055643328582e-06, + "R": 4.160312414569489e-07, + "M": 3.225776890758425e-05, + "O": 4.626790541806258e-06, + "W": 3.004608828405253e-08, + "N": 1.0310122888768092e-07, + "Y": 0.0007769386284053326, + "U": 7.624799458483267e-09, + "K": 2.5168116479790115e-08, + "L": 2.4744733195802837e-07, + "G": 2.8102393116569147e-05, + "F": 0.00021252558508422226, + "E": 2.0632246560126077e-06, + "T": 0.0004259721317794174, + "P": 0.008008682169020176, + "-": 0.9905014038085938 + }, + "id": "tp_26121" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3265132, + "label": "-", + "classification": { + "B": 2.7935955770885812e-08, + "S": 3.4474400223416524e-08, + "I": 1.5514604001509724e-06, + "C": 4.5639919221684977e-07, + "R": 1.6183795636948162e-08, + "M": 7.5006737461080775e-06, + "O": 1.2803742492906167e-06, + "W": 2.04300025785642e-08, + "N": 9.022637215139184e-08, + "Y": 4.7335019189631566e-05, + "U": 1.8923687061800365e-09, + "K": 1.6558271909161704e-07, + "L": 1.050398026336552e-07, + "G": 4.985176565242e-05, + "F": 0.0286064762622118, + "E": 6.525153003167361e-05, + "T": 1.3278883670864161e-05, + "P": 0.09280439466238022, + "-": 0.8784021735191345 + }, + "id": "tp_26122" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3265265, + "label": "-", + "classification": { + "B": 2.3657454221392982e-05, + "S": 3.3382311812601984e-05, + "I": 0.0033882923889905214, + "C": 0.007257678546011448, + "R": 0.0003013167006429285, + "M": 0.0026736187282949686, + "O": 0.0003539352328516543, + "W": 2.7972037059953436e-05, + "N": 0.00031536893220618367, + "Y": 0.01908435858786106, + "U": 8.920123036659788e-06, + "K": 0.0003835615352727473, + "L": 0.0001040430724970065, + "G": 0.02622907981276512, + "F": 0.05035529285669327, + "E": 0.022186923772096634, + "T": 0.005010475870221853, + "P": 0.09294766932725906, + "-": 0.7693144679069519 + }, + "id": "tp_26123" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3265399, + "label": "-", + "classification": { + "B": 7.765959890093654e-05, + "S": 1.4757502867723815e-05, + "I": 0.002469798317179084, + "C": 0.0004640268161892891, + "R": 6.783739809179679e-05, + "M": 0.001259330427274108, + "O": 0.0002058743266388774, + "W": 2.5819530492299236e-05, + "N": 0.00014852163440082222, + "Y": 0.00571245513856411, + "U": 1.5898336641839705e-05, + "K": 0.00010293760715285316, + "L": 4.708495907834731e-05, + "G": 0.003916206769645214, + "F": 0.010387593880295753, + "E": 0.007216576021164656, + "T": 0.0020056553184986115, + "P": 0.22573137283325195, + "-": 0.7401305437088013 + }, + "id": "tp_26124" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3265532, + "label": "-", + "classification": { + "B": 1.3999074326420669e-05, + "S": 1.4164441381581128e-05, + "I": 0.0013197362422943115, + "C": 0.00023333403805736452, + "R": 3.7451103708008304e-05, + "M": 0.0002760614443104714, + "O": 0.00018141709733754396, + "W": 3.540163379511796e-05, + "N": 0.0002873858029488474, + "Y": 0.003238951088860631, + "U": 2.834478800650686e-05, + "K": 0.0010385059285908937, + "L": 1.5852079741307534e-05, + "G": 0.0014050307217985392, + "F": 0.013701260089874268, + "E": 0.004022038541734219, + "T": 0.002086976310238242, + "P": 0.2976206839084625, + "-": 0.6744434237480164 + }, + "id": "tp_26125" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3265632, + "label": "-", + "classification": { + "B": 4.132001049583778e-05, + "S": 6.65331299387617e-06, + "I": 0.0004544085531961173, + "C": 0.0001395348517689854, + "R": 2.3972712369868532e-05, + "M": 0.00040459894808009267, + "O": 0.0001001204364001751, + "W": 5.058162059867755e-06, + "N": 2.6246667403029278e-05, + "Y": 0.0027053202502429485, + "U": 2.517336952223559e-06, + "K": 1.4309081052488182e-05, + "L": 1.8106306015397422e-05, + "G": 0.0023904782719910145, + "F": 0.0035109214950352907, + "E": 0.001063378993421793, + "T": 0.0012363542336970568, + "P": 0.08278901129961014, + "-": 0.9050676822662354 + }, + "id": "tp_26126" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3265766, + "label": "-", + "classification": { + "B": 3.8272523283922055e-07, + "S": 6.932546057214495e-07, + "I": 9.660848263592925e-06, + "C": 5.013423560740193e-07, + "R": 1.2793637438335281e-07, + "M": 8.490475011058152e-05, + "O": 9.368920473207254e-06, + "W": 1.5516886264776986e-07, + "N": 4.1430956798649277e-07, + "Y": 0.000602691899985075, + "U": 2.3442547458785157e-08, + "K": 5.370427516027121e-07, + "L": 8.467534371447982e-07, + "G": 8.069897739915177e-05, + "F": 0.005409282632172108, + "E": 5.4706655646441504e-05, + "T": 0.00039513345109298825, + "P": 0.02000850811600685, + "-": 0.9733413457870483 + }, + "id": "tp_26127" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3265899, + "label": "-", + "classification": { + "B": 2.1226298940746346e-06, + "S": 9.794981679078774e-07, + "I": 0.00018094298138748854, + "C": 0.0004850317782256752, + "R": 2.8984935852349736e-05, + "M": 0.00011204937618458644, + "O": 5.1446921133901924e-05, + "W": 1.5229749124046066e-06, + "N": 1.0850047146959696e-05, + "Y": 0.0017193065723404288, + "U": 1.2559432889247546e-06, + "K": 3.4285274068679428e-06, + "L": 7.819691745680757e-06, + "G": 0.0009617244941182435, + "F": 0.005556196440011263, + "E": 0.00026658602291718125, + "T": 0.0005335090099833906, + "P": 0.06744562834501266, + "-": 0.9226306080818176 + }, + "id": "tp_26128" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3266033, + "label": "-", + "classification": { + "B": 9.950484673026949e-05, + "S": 0.0002573083620518446, + "I": 0.0031683463603258133, + "C": 0.006136121228337288, + "R": 0.001386936753988266, + "M": 0.0030253236182034016, + "O": 0.0014847120037302375, + "W": 0.00035868751001544297, + "N": 0.0008692489354871213, + "Y": 0.03248714283108711, + "U": 0.00021854968508705497, + "K": 0.013544113375246525, + "L": 0.0004898505285382271, + "G": 0.028110718354582787, + "F": 0.10066162794828415, + "E": 0.011621375568211079, + "T": 0.00861458107829094, + "P": 0.07986458390951157, + "-": 0.7076011896133423 + }, + "id": "tp_26129" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3266133, + "label": "-", + "classification": { + "B": 3.3521990872031893e-07, + "S": 2.907854579348168e-08, + "I": 0.00013170756574254483, + "C": 4.579117376124486e-05, + "R": 3.416035724512767e-06, + "M": 2.8949370971531607e-05, + "O": 6.0587271946133114e-06, + "W": 1.1308229375117662e-07, + "N": 1.4621040236306726e-06, + "Y": 0.00036279979394748807, + "U": 1.1211681538725315e-07, + "K": 2.194881147943306e-07, + "L": 1.0563186378931277e-06, + "G": 0.000252172292675823, + "F": 0.0006243071984499693, + "E": 0.0001315279514528811, + "T": 0.00011644377082120627, + "P": 0.0567183792591095, + "-": 0.9415751695632935 + }, + "id": "tp_26130" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3266266, + "label": "-", + "classification": { + "B": 2.4005846626096172e-06, + "S": 1.0840950608326239e-06, + "I": 0.00020698578737210482, + "C": 4.365461063571274e-05, + "R": 7.90326430433197e-06, + "M": 0.0001185978835565038, + "O": 3.1435709388460964e-05, + "W": 1.7246676407012274e-06, + "N": 1.2852645340899471e-05, + "Y": 0.000748629798181355, + "U": 1.4842743212284404e-06, + "K": 3.993413429270731e-06, + "L": 4.090181391802616e-06, + "G": 0.00021356780780479312, + "F": 0.002809973433613777, + "E": 0.0004322163003962487, + "T": 0.0008192838868126273, + "P": 0.2596881687641144, + "-": 0.7348518967628479 + }, + "id": "tp_26131" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3266400, + "label": "-", + "classification": { + "B": 0.00031949320691637695, + "S": 0.0012380536645650864, + "I": 0.0031479857861995697, + "C": 0.0023423456586897373, + "R": 0.0016543930396437645, + "M": 0.01637405715882778, + "O": 0.006891316268593073, + "W": 0.000461383955553174, + "N": 0.0004247617325745523, + "Y": 0.05110788345336914, + "U": 6.281146488618106e-05, + "K": 0.000171625884831883, + "L": 0.002917866688221693, + "G": 0.020407846197485924, + "F": 0.0397949144244194, + "E": 0.0011622554156929255, + "T": 0.061031848192214966, + "P": 0.029030969366431236, + "-": 0.7614582180976868 + }, + "id": "tp_26132" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3266533, + "label": "-", + "classification": { + "B": 0.00020102768030483276, + "S": 2.599459003249649e-05, + "I": 0.0022988810669630766, + "C": 0.0033276835456490517, + "R": 0.0004651992057915777, + "M": 0.0012078611180186272, + "O": 0.0004772428947035223, + "W": 4.154798807576299e-05, + "N": 0.00020938445231877267, + "Y": 0.007221057079732418, + "U": 0.00010824997298186645, + "K": 0.00028916390147060156, + "L": 0.00015060929581522942, + "G": 0.00544185284525156, + "F": 0.009451284073293209, + "E": 0.0036292930599302053, + "T": 0.002654641168192029, + "P": 0.11085515469312668, + "-": 0.851943850517273 + }, + "id": "tp_26133" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3266633, + "label": "-", + "classification": { + "B": 1.5748488294775598e-05, + "S": 3.0302408049465157e-05, + "I": 0.00021563592599704862, + "C": 0.0003443066671025008, + "R": 8.64992180140689e-05, + "M": 0.0002802435774356127, + "O": 0.00022813909163232893, + "W": 2.299936386407353e-05, + "N": 3.3646410884102806e-05, + "Y": 0.0039033517241477966, + "U": 1.003791930997977e-05, + "K": 0.0009486360941082239, + "L": 3.191081486875191e-05, + "G": 0.002511289669200778, + "F": 0.06467488408088684, + "E": 0.0008481493568979204, + "T": 0.001365741598419845, + "P": 0.04159967228770256, + "-": 0.8828489184379578 + }, + "id": "tp_26134" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3266767, + "label": "-", + "classification": { + "B": 3.91519206459634e-05, + "S": 2.295027115906123e-05, + "I": 6.716445204801857e-05, + "C": 0.00012336739746388048, + "R": 5.131435682415031e-05, + "M": 0.0014489375753328204, + "O": 0.0006608020630665123, + "W": 1.288886141992407e-05, + "N": 3.242721504648216e-06, + "Y": 0.0016847399529069662, + "U": 5.556755695579341e-07, + "K": 3.2740209121584485e-07, + "L": 0.00016180638340301812, + "G": 0.001374223385937512, + "F": 0.002210319507867098, + "E": 4.7241315769497305e-05, + "T": 0.001398974098265171, + "P": 0.01075679250061512, + "-": 0.9799352288246155 + }, + "id": "tp_26135" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3266900, + "label": "-", + "classification": { + "B": 6.615763936679286e-08, + "S": 1.7591987955256627e-07, + "I": 2.4546043277950957e-05, + "C": 3.0762671485717874e-06, + "R": 2.840103547896433e-07, + "M": 1.3524338100978639e-05, + "O": 3.193185193595127e-06, + "W": 7.561249759646671e-08, + "N": 1.2787311334250262e-06, + "Y": 0.00014702114276587963, + "U": 4.0740818718632e-08, + "K": 4.7139656089711934e-07, + "L": 3.053671093766752e-07, + "G": 3.857651972793974e-05, + "F": 0.0046671312302351, + "E": 5.992497972329147e-05, + "T": 0.00010492547153262421, + "P": 0.11267423629760742, + "-": 0.8822610974311829 + }, + "id": "tp_26136" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3267000, + "label": "-", + "classification": { + "B": 0.000207585864700377, + "S": 5.8563120546750724e-05, + "I": 0.0015011407667770982, + "C": 0.0038226465694606304, + "R": 0.0005887514562346041, + "M": 0.0032648935448378325, + "O": 0.0006322386907413602, + "W": 6.069927621865645e-05, + "N": 0.00014001841191202402, + "Y": 0.0206182599067688, + "U": 5.869496089871973e-05, + "K": 0.00013122778909746557, + "L": 0.00048292832798324525, + "G": 0.015097341500222683, + "F": 0.04856225103139877, + "E": 0.0029605948366224766, + "T": 0.0063542816787958145, + "P": 0.08058998733758926, + "-": 0.8148678541183472 + }, + "id": "tp_26137" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3267134, + "label": "-", + "classification": { + "B": 4.4584457015162116e-08, + "S": 1.9411887652864834e-09, + "I": 7.889218068157788e-06, + "C": 8.348838491656352e-06, + "R": 3.6707712069983245e-07, + "M": 3.6066467146156356e-06, + "O": 6.434194688154093e-07, + "W": 4.535560371721203e-09, + "N": 1.2146374217536504e-07, + "Y": 6.670715811196715e-05, + "U": 6.374656802421441e-09, + "K": 6.565983312611934e-08, + "L": 6.097913995972704e-08, + "G": 9.401620627613738e-05, + "F": 0.0014240111922845244, + "E": 1.723199966363609e-05, + "T": 1.832118141464889e-05, + "P": 0.06430021673440933, + "-": 0.9340582489967346 + }, + "id": "tp_26138" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3267267, + "label": "-", + "classification": { + "B": 2.7945008085339396e-08, + "S": 3.966517070352893e-08, + "I": 1.9683664049807703e-06, + "C": 5.572863983616116e-07, + "R": 1.6725472562484356e-08, + "M": 1.3269658438730403e-06, + "O": 9.806561820369097e-07, + "W": 1.5890394777784422e-08, + "N": 9.930484168307885e-08, + "Y": 1.6901267372304574e-05, + "U": 4.696672384341127e-09, + "K": 6.909345540151435e-09, + "L": 4.3898143786691435e-08, + "G": 4.431460638443241e-06, + "F": 0.00024365588615182787, + "E": 1.4065777804717072e-06, + "T": 4.2746854887809604e-05, + "P": 0.11144141107797623, + "-": 0.8882444500923157 + }, + "id": "tp_26139" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3267401, + "label": "-", + "classification": { + "B": 9.029808900606895e-09, + "S": 1.0536311823017286e-09, + "I": 3.6015771911479533e-06, + "C": 4.373391959688888e-08, + "R": 2.3032038498627116e-09, + "M": 1.7374108551848622e-07, + "O": 7.529108358994563e-08, + "W": 5.977244255106484e-10, + "N": 5.98303344645501e-08, + "Y": 6.647971076745307e-06, + "U": 2.9291727376978827e-10, + "K": 3.940514581302068e-09, + "L": 2.0702173308961846e-09, + "G": 3.4027771107503213e-06, + "F": 0.00022188821458257735, + "E": 9.042782949109096e-06, + "T": 4.671061560657108e-06, + "P": 0.24137744307518005, + "-": 0.7583730220794678 + }, + "id": "tp_26140" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3267501, + "label": "-", + "classification": { + "B": 2.624977639698045e-07, + "S": 3.3715750760165974e-06, + "I": 1.4338783330458682e-05, + "C": 5.514626536751166e-05, + "R": 6.752072295057587e-06, + "M": 0.00020025343110319227, + "O": 4.3953987187705934e-05, + "W": 1.3035945585215813e-06, + "N": 2.13072507904144e-06, + "Y": 0.006488412618637085, + "U": 1.9025858932764095e-07, + "K": 1.892349246190861e-05, + "L": 5.567052994592814e-06, + "G": 0.0008737905882298946, + "F": 0.03148200362920761, + "E": 0.00010617441876092926, + "T": 0.0014745034277439117, + "P": 0.008591750636696815, + "-": 0.9506311416625977 + }, + "id": "tp_26141" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3267634, + "label": "-", + "classification": { + "B": 9.673622258787873e-08, + "S": 1.883493041532347e-07, + "I": 7.584659761050716e-05, + "C": 4.637455276679248e-06, + "R": 6.375537395797437e-07, + "M": 5.20564935868606e-06, + "O": 5.793303898826707e-06, + "W": 2.4454934077766666e-07, + "N": 6.892755209264578e-06, + "Y": 0.00021998467855155468, + "U": 2.3152671246862155e-07, + "K": 5.278668140817899e-06, + "L": 1.3472160276251088e-07, + "G": 4.9408150516683236e-05, + "F": 0.003065134398639202, + "E": 6.465292972279713e-05, + "T": 0.0001345882483292371, + "P": 0.29018935561180115, + "-": 0.7061716318130493 + }, + "id": "tp_26142" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3267768, + "label": "-", + "classification": { + "B": 5.860713281435892e-05, + "S": 7.2393064328935e-05, + "I": 0.0009787119925022125, + "C": 0.000758032372687012, + "R": 0.0001933444436872378, + "M": 0.0015950225060805678, + "O": 0.0007694110972806811, + "W": 9.874295210465789e-05, + "N": 0.00016473732830490917, + "Y": 0.005814203526824713, + "U": 4.415325020090677e-05, + "K": 0.00020446634152904153, + "L": 0.00011658020957838744, + "G": 0.0021821195259690285, + "F": 0.01994404010474682, + "E": 0.0010345805203542113, + "T": 0.0037981225177645683, + "P": 0.11317811161279678, + "-": 0.8489945530891418 + }, + "id": "tp_26143" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3267901, + "label": "-", + "classification": { + "B": 2.129254550453652e-10, + "S": 9.174138532186404e-11, + "I": 1.7238775171790621e-06, + "C": 7.157112236200192e-08, + "R": 1.2502406887549e-09, + "M": 8.86371722685908e-08, + "O": 1.5825344590325585e-08, + "W": 2.3090895862054595e-10, + "N": 1.7929215445633417e-08, + "Y": 4.0880699998524506e-06, + "U": 1.4744443166403443e-10, + "K": 3.9140847007956836e-08, + "L": 2.85484968998162e-10, + "G": 1.363679871246859e-06, + "F": 0.0002586874761618674, + "E": 1.0572232895356137e-05, + "T": 8.154157171702536e-07, + "P": 0.13170112669467926, + "-": 0.8680213689804077 + }, + "id": "tp_26144" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3268001, + "label": "-", + "classification": { + "B": 9.31942031456856e-06, + "S": 8.492229426337872e-06, + "I": 0.000546815455891192, + "C": 0.0003557225863914937, + "R": 6.0495123761938885e-05, + "M": 0.0005505295703187585, + "O": 0.00024965847842395306, + "W": 1.128443909692578e-05, + "N": 3.7695128412451595e-05, + "Y": 0.002341609913855791, + "U": 9.0353978521307e-06, + "K": 6.921702606632607e-06, + "L": 6.0217687860131264e-05, + "G": 0.0011833362514153123, + "F": 0.0060188984498381615, + "E": 0.00023121827689465135, + "T": 0.0020318434108048677, + "P": 0.08026333153247833, + "-": 0.9060236215591431 + }, + "id": "tp_26145" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3268135, + "label": "-", + "classification": { + "B": 6.436432613554643e-07, + "S": 4.804555828741286e-07, + "I": 4.286861076252535e-05, + "C": 2.4243459847639315e-05, + "R": 1.8677798152566538e-06, + "M": 1.3198688066040631e-05, + "O": 7.671353159821592e-06, + "W": 5.09402696025063e-07, + "N": 2.051785031653708e-06, + "Y": 0.00013059054617770016, + "U": 1.70170594060437e-07, + "K": 8.081691476036212e-07, + "L": 8.147470111907751e-07, + "G": 4.652425195672549e-05, + "F": 0.0023043302353471518, + "E": 8.284326759167016e-05, + "T": 8.048657764447853e-05, + "P": 0.15112680196762085, + "-": 0.8461331725120544 + }, + "id": "tp_26146" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3268268, + "label": "-", + "classification": { + "B": 0.0017339474288746715, + "S": 0.0002774855529423803, + "I": 0.1060321182012558, + "C": 0.1904558390378952, + "R": 0.019885219633579254, + "M": 0.025817129760980606, + "O": 0.0022412652615457773, + "W": 0.0004665968590416014, + "N": 0.003196580335497856, + "Y": 0.07096852362155914, + "U": 0.0005871202447451651, + "K": 0.00041036269976757467, + "L": 0.0030777002684772015, + "G": 0.10009711980819702, + "F": 0.010372844524681568, + "E": 0.058599602431058884, + "T": 0.01868072897195816, + "P": 0.10445325821638107, + "-": 0.2826465964317322 + }, + "id": "tp_26147" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3268402, + "label": "-", + "classification": { + "B": 1.781597980254901e-08, + "S": 5.293130378447586e-09, + "I": 3.4857887385442154e-06, + "C": 8.428131081927859e-07, + "R": 4.141241660704509e-08, + "M": 1.7407423911208753e-06, + "O": 5.624452796837431e-07, + "W": 8.044548138741447e-09, + "N": 8.641845283818839e-08, + "Y": 2.558224332460668e-05, + "U": 6.306763999930354e-09, + "K": 2.579373301614396e-07, + "L": 2.017537070742037e-08, + "G": 1.2011707440251485e-05, + "F": 0.0016229460015892982, + "E": 1.2760668141709175e-05, + "T": 9.150417099590413e-06, + "P": 0.06431792676448822, + "-": 0.9339926242828369 + }, + "id": "tp_26148" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3268502, + "label": "-", + "classification": { + "B": 7.85727534093894e-05, + "S": 5.6487926485715434e-05, + "I": 0.000979165663011372, + "C": 0.00042034126818180084, + "R": 4.731983790406957e-05, + "M": 0.0005396120832301676, + "O": 0.00028448019293136895, + "W": 3.018573443114292e-05, + "N": 0.00023200790747068822, + "Y": 0.0026472480967640877, + "U": 2.4855553419911303e-05, + "K": 0.00020662345923483372, + "L": 4.204060314805247e-05, + "G": 0.0013914660084992647, + "F": 0.0181228369474411, + "E": 0.002559330780059099, + "T": 0.0017464483389630914, + "P": 0.2180723398923874, + "-": 0.7525187134742737 + }, + "id": "tp_26149" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3268635, + "label": "-", + "classification": { + "B": 3.152531235173228e-06, + "S": 2.1893160919717047e-06, + "I": 0.00011425554839661345, + "C": 2.4066604964900762e-05, + "R": 3.3186852306243964e-06, + "M": 0.0007751769735477865, + "O": 5.698322638636455e-05, + "W": 2.0939310161338653e-06, + "N": 3.1013744319352554e-06, + "Y": 0.005209021735936403, + "U": 2.2376964636805496e-07, + "K": 8.795586268206534e-07, + "L": 6.630749339819886e-06, + "G": 0.000316307763569057, + "F": 0.001433688448742032, + "E": 5.276277443044819e-05, + "T": 0.0019844321068376303, + "P": 0.023685699328780174, + "-": 0.9663260579109192 + }, + "id": "tp_26150" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3268769, + "label": "-", + "classification": { + "B": 4.83461917610839e-06, + "S": 3.334804205223918e-06, + "I": 9.581036283634603e-05, + "C": 0.00012194619193905964, + "R": 1.3650040273205377e-05, + "M": 0.00021749151346739382, + "O": 5.505458830157295e-05, + "W": 3.5372181628190447e-06, + "N": 9.326218787464313e-06, + "Y": 0.0027541397139430046, + "U": 2.234696466985042e-06, + "K": 1.153897937911097e-05, + "L": 9.884364772005938e-06, + "G": 0.0003502756590023637, + "F": 0.0053688036277890205, + "E": 0.00032438591006211936, + "T": 0.0013552037999033928, + "P": 0.036455247551202774, + "-": 0.9528433680534363 + }, + "id": "tp_26151" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3268902, + "label": "-", + "classification": { + "B": 0.00018240614735987037, + "S": 0.00015839019033592194, + "I": 0.0011654231930151582, + "C": 0.001010907581076026, + "R": 0.0001931832666741684, + "M": 0.0010185069404542446, + "O": 0.0006073343683965504, + "W": 0.00010040105553343892, + "N": 0.0004464714729692787, + "Y": 0.007038728334009647, + "U": 7.236735837068409e-05, + "K": 0.0019015151774510741, + "L": 0.0001344901684205979, + "G": 0.0073073916137218475, + "F": 0.0841197520494461, + "E": 0.013380222022533417, + "T": 0.0035602464340627193, + "P": 0.19201163947582245, + "-": 0.6855905652046204 + }, + "id": "tp_26152" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3269002, + "label": "-", + "classification": { + "B": 1.137695493369506e-10, + "S": 1.0167161557106397e-10, + "I": 1.6365818567010137e-07, + "C": 7.591869910505977e-10, + "R": 3.826316000155039e-11, + "M": 3.542875148809799e-08, + "O": 1.6084692688878022e-08, + "W": 2.9235606990862806e-11, + "N": 1.9909687232200213e-09, + "Y": 4.037712812987593e-07, + "U": 3.8534197534245695e-12, + "K": 1.917832646164408e-12, + "L": 1.465395443878137e-10, + "G": 4.192265024016706e-08, + "F": 1.6399636706410092e-06, + "E": 3.970784945295236e-08, + "T": 4.0728423300606664e-06, + "P": 0.12675215303897858, + "-": 0.8732413649559021 + }, + "id": "tp_26153" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3269136, + "label": "-", + "classification": { + "B": 1.9439091829553945e-06, + "S": 2.7954035886068596e-06, + "I": 5.522808805835666e-06, + "C": 1.0935589671134949e-05, + "R": 2.2613419332628837e-06, + "M": 1.86776123882737e-05, + "O": 2.4699163986952044e-05, + "W": 5.013718009649892e-07, + "N": 3.5019724009544007e-07, + "Y": 3.947013465221971e-05, + "U": 2.6795873964147177e-08, + "K": 1.4714243157243345e-08, + "L": 4.1232892726839054e-06, + "G": 5.271099871606566e-05, + "F": 0.0019141614902764559, + "E": 4.114227522222791e-06, + "T": 0.0001528443826828152, + "P": 0.024241754785180092, + "-": 0.973522961139679 + }, + "id": "tp_26154" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3269269, + "label": "-", + "classification": { + "B": 2.040991908813794e-08, + "S": 1.9257099381775333e-07, + "I": 1.4152471976558445e-06, + "C": 1.743787834129762e-06, + "R": 1.361144654765667e-07, + "M": 9.780340405995958e-06, + "O": 2.1777859728899784e-06, + "W": 3.513204660521296e-08, + "N": 7.75823920662333e-08, + "Y": 5.680763570126146e-05, + "U": 4.702799039080219e-09, + "K": 2.604142679274446e-08, + "L": 2.051708776207306e-07, + "G": 5.199325187277282e-06, + "F": 0.0028151257429271936, + "E": 2.3431864519807277e-06, + "T": 8.63141322042793e-05, + "P": 0.014708912000060081, + "-": 0.9823094010353088 + }, + "id": "tp_26155" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3269403, + "label": "-", + "classification": { + "B": 6.357706894277726e-08, + "S": 1.754333922576734e-08, + "I": 6.007808792674041e-07, + "C": 4.281901055946946e-07, + "R": 2.1138433226042252e-08, + "M": 1.559497945891053e-06, + "O": 6.760890300938627e-07, + "W": 1.377050296014204e-08, + "N": 2.7182695205851815e-08, + "Y": 3.225601903977804e-05, + "U": 3.3492906226229024e-09, + "K": 5.846725770197736e-08, + "L": 4.0720454563825115e-08, + "G": 8.562291441194247e-06, + "F": 0.001556273316964507, + "E": 3.750833002413856e-06, + "T": 1.5889580026851036e-05, + "P": 0.03301588445901871, + "-": 0.9653639197349548 + }, + "id": "tp_26156" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3269503, + "label": "-", + "classification": { + "B": 5.0587350415298715e-06, + "S": 8.018918720154034e-07, + "I": 5.0847938837250695e-05, + "C": 1.4116904822003562e-05, + "R": 1.1376798738638172e-06, + "M": 2.9530947358580306e-05, + "O": 1.0566703167569358e-05, + "W": 1.2130848290325957e-06, + "N": 3.3402031931473175e-06, + "Y": 0.0001734311372274533, + "U": 1.783179612857566e-07, + "K": 1.132006127591012e-05, + "L": 1.1087415714428062e-06, + "G": 0.00018309125152882189, + "F": 0.00797128863632679, + "E": 0.0007261086720973253, + "T": 7.30392785044387e-05, + "P": 0.13790644705295563, + "-": 0.8528374433517456 + }, + "id": "tp_26157" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3269636, + "label": "-", + "classification": { + "B": 2.093540807379668e-08, + "S": 5.635699018569085e-09, + "I": 1.65447048061651e-07, + "C": 8.585690807194624e-07, + "R": 3.896803235647894e-08, + "M": 1.539185063847981e-06, + "O": 4.4006509369864943e-07, + "W": 3.8470560070891224e-09, + "N": 4.529611796755262e-09, + "Y": 2.744672747212462e-05, + "U": 4.945936993294708e-10, + "K": 3.0390797434165506e-08, + "L": 4.197734781996587e-08, + "G": 2.916750054282602e-05, + "F": 0.002460310934111476, + "E": 2.0362069790280657e-06, + "T": 9.747468538989779e-06, + "P": 0.00580287491902709, + "-": 0.9916653037071228 + }, + "id": "tp_26158" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3269770, + "label": "-", + "classification": { + "B": 1.8332887291583333e-11, + "S": 7.707871146900303e-11, + "I": 4.705927949544275e-06, + "C": 4.922632683701522e-07, + "R": 2.4673822096588083e-08, + "M": 7.986519676705939e-07, + "O": 1.383180716629795e-07, + "W": 1.9619730839970373e-10, + "N": 1.097118484949533e-08, + "Y": 6.0542693063325714e-06, + "U": 1.7794730966524952e-10, + "K": 1.6989892825947095e-10, + "L": 5.776690681358332e-09, + "G": 2.096209982482833e-06, + "F": 3.957152512157336e-05, + "E": 8.928881243264186e-07, + "T": 9.402610885445029e-06, + "P": 0.015054591000080109, + "-": 0.9848812818527222 + }, + "id": "tp_26159" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3269903, + "label": "-", + "classification": { + "B": 1.9955435082152917e-09, + "S": 1.9101957793310476e-09, + "I": 4.770148507304839e-07, + "C": 6.918752859519373e-08, + "R": 3.904179202152136e-09, + "M": 4.5615021804223943e-07, + "O": 1.9475497481380444e-07, + "W": 1.672888161330377e-09, + "N": 1.3965918199687621e-08, + "Y": 3.324046701891348e-05, + "U": 8.424236863646684e-10, + "K": 2.710652680093517e-08, + "L": 4.452101354246452e-09, + "G": 3.7033628359495196e-06, + "F": 0.00012580571637954563, + "E": 1.5370644632639596e-06, + "T": 1.5051594346005004e-05, + "P": 0.012926710769534111, + "-": 0.9868927597999573 + }, + "id": "tp_26160" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3270003, + "label": "-", + "classification": { + "B": 1.1804704627138563e-05, + "S": 7.5469670264283195e-06, + "I": 6.991792179178447e-05, + "C": 0.00016037480963859707, + "R": 2.8957669201190583e-05, + "M": 0.000241503759752959, + "O": 9.283348481403664e-05, + "W": 4.813412488147151e-06, + "N": 6.679849320789799e-06, + "Y": 0.0030390184838324785, + "U": 2.1268019736453425e-06, + "K": 1.3365057384362444e-05, + "L": 2.3921231331769377e-05, + "G": 0.0011543601285666227, + "F": 0.012129115872085094, + "E": 0.0002563943271525204, + "T": 0.0011618786957114935, + "P": 0.02512831799685955, + "-": 0.9564671516418457 + }, + "id": "tp_26161" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3270137, + "label": "-", + "classification": { + "B": 9.805970480059045e-10, + "S": 6.878368097318344e-09, + "I": 2.596360673123854e-07, + "C": 9.429703027308278e-07, + "R": 1.3583854752141633e-07, + "M": 1.0777190254884772e-05, + "O": 6.93155584485794e-07, + "W": 2.555831990491697e-09, + "N": 2.728921977279697e-09, + "Y": 0.00016147643327713013, + "U": 6.572877242483344e-10, + "K": 8.493148406785167e-09, + "L": 8.486513536354323e-08, + "G": 1.2459233403205872e-05, + "F": 0.0004586001159623265, + "E": 2.2284987721832294e-07, + "T": 9.874038369162008e-05, + "P": 0.0005353957531042397, + "-": 0.9987202882766724 + }, + "id": "tp_26162" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3270270, + "label": "-", + "classification": { + "B": 5.225739732850343e-05, + "S": 4.103072205907665e-05, + "I": 0.0006783658172935247, + "C": 0.0020470148883759975, + "R": 0.00028066057711839676, + "M": 0.0008906173752620816, + "O": 0.00025620392989367247, + "W": 2.8395170375006273e-05, + "N": 5.508574759005569e-05, + "Y": 0.0020818677730858326, + "U": 2.1338166334317066e-05, + "K": 6.965710053918883e-05, + "L": 0.0001158237355411984, + "G": 0.002578526269644499, + "F": 0.03499079495668411, + "E": 0.0010873910505324602, + "T": 0.0021147048100829124, + "P": 0.05945763364434242, + "-": 0.8931525945663452 + }, + "id": "tp_26163" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3270404, + "label": "-", + "classification": { + "B": 1.5090579097432055e-07, + "S": 8.487006084578752e-07, + "I": 1.9330850591359194e-06, + "C": 4.631614501704462e-05, + "R": 4.512251507549081e-06, + "M": 0.0002509279584046453, + "O": 3.171867865603417e-05, + "W": 3.3414966083000763e-07, + "N": 1.846092629875784e-07, + "Y": 0.0018478428246453404, + "U": 3.295386008517198e-08, + "K": 1.0974594033541507e-06, + "L": 1.1000901395163964e-05, + "G": 0.0005000738892704248, + "F": 0.03402787819504738, + "E": 3.008665589732118e-05, + "T": 0.00045588993816636503, + "P": 0.005533152725547552, + "-": 0.957256019115448 + }, + "id": "tp_26164" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3270504, + "label": "-", + "classification": { + "B": 2.979509972078631e-08, + "S": 2.3834966000890745e-08, + "I": 3.652959640021436e-05, + "C": 2.4115490759868408e-06, + "R": 2.1077366341160086e-07, + "M": 1.586947291798424e-06, + "O": 9.070983537640132e-07, + "W": 3.777842749741467e-08, + "N": 1.244081317963719e-06, + "Y": 4.928577982354909e-05, + "U": 3.062391229491368e-08, + "K": 2.6433963284944184e-07, + "L": 3.534983861186447e-08, + "G": 2.1113177353981882e-05, + "F": 0.0012483568862080574, + "E": 4.2948937334585935e-05, + "T": 2.0734965801239014e-05, + "P": 0.4881804287433624, + "-": 0.5103937983512878 + }, + "id": "tp_26165" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3270637, + "label": "-", + "classification": { + "B": 3.3266083221406006e-08, + "S": 5.4214233102811704e-08, + "I": 1.2322986549406778e-05, + "C": 6.952949479455128e-05, + "R": 8.26063933345722e-06, + "M": 1.7542142813908868e-05, + "O": 6.349218892864883e-06, + "W": 1.1731479077070617e-07, + "N": 2.6915077455669234e-07, + "Y": 0.0004445425292942673, + "U": 1.1929594734283455e-07, + "K": 3.62140184506643e-07, + "L": 1.5488573126276606e-06, + "G": 0.00010787872452056035, + "F": 0.0024789082817733288, + "E": 6.986339030845556e-06, + "T": 0.00016467936802655458, + "P": 0.01076004933565855, + "-": 0.9859203696250916 + }, + "id": "tp_26166" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3270771, + "label": "-", + "classification": { + "B": 0.00020244621555320919, + "S": 6.295118510024622e-05, + "I": 0.0014837946509942412, + "C": 0.0012523410841822624, + "R": 0.00033572863321751356, + "M": 0.0009967655641958117, + "O": 0.0005410750745795667, + "W": 6.595378363272175e-05, + "N": 0.000255880004260689, + "Y": 0.005982630420476198, + "U": 6.407871842384338e-05, + "K": 0.00023804954253137112, + "L": 0.00016687142488081008, + "G": 0.004400258418172598, + "F": 0.022294310852885246, + "E": 0.0025357853155583143, + "T": 0.0037080068141222, + "P": 0.19382134079933167, + "-": 0.7615918517112732 + }, + "id": "tp_26167" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3270904, + "label": "-", + "classification": { + "B": 1.729897718405482e-07, + "S": 3.088788673721865e-07, + "I": 2.575764938228531e-06, + "C": 0.0001601351104909554, + "R": 1.5862617146922275e-05, + "M": 0.0002454589121043682, + "O": 3.2682968594599515e-05, + "W": 2.747387952695135e-07, + "N": 6.83607694895727e-08, + "Y": 0.007174266967922449, + "U": 3.230649525676199e-08, + "K": 6.601095492442255e-07, + "L": 1.1787027688114904e-05, + "G": 0.0010766106424853206, + "F": 0.0050002411007881165, + "E": 8.007816177268978e-06, + "T": 0.0012673657620325685, + "P": 0.0011306335218250751, + "-": 0.9838729500770569 + }, + "id": "tp_26168" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3271004, + "label": "-", + "classification": { + "B": 9.55507516664511e-07, + "S": 1.540981088510307e-06, + "I": 0.00013483004295267165, + "C": 0.0004240494454279542, + "R": 8.955914381658658e-05, + "M": 0.0008337133913300931, + "O": 7.276671385625377e-05, + "W": 1.3342288411877234e-06, + "N": 2.4181499611586332e-06, + "Y": 0.006143329665064812, + "U": 5.815332997372025e-07, + "K": 7.086914024512225e-07, + "L": 4.337307109381072e-05, + "G": 0.0016063266666606069, + "F": 0.008684751577675343, + "E": 6.698701326968148e-05, + "T": 0.0023243403993546963, + "P": 0.010052649304270744, + "-": 0.969515860080719 + }, + "id": "tp_26169" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3271138, + "label": "-", + "classification": { + "B": 8.947867513597885e-07, + "S": 1.0302763939762372e-06, + "I": 0.00012956373393535614, + "C": 0.0003033998655155301, + "R": 3.7518777389777824e-05, + "M": 0.0002972196089103818, + "O": 4.7828027163632214e-05, + "W": 2.5672097763163038e-06, + "N": 6.786491667298833e-06, + "Y": 0.007654203567653894, + "U": 8.490920890835696e-07, + "K": 5.811881783301942e-05, + "L": 9.72120960796019e-06, + "G": 0.003689512377604842, + "F": 0.019656192511320114, + "E": 0.0006064473418518901, + "T": 0.0010778685100376606, + "P": 0.02835264801979065, + "-": 0.938067615032196 + }, + "id": "tp_26170" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3271271, + "label": "-", + "classification": { + "B": 0.0004863636277150363, + "S": 0.0003787160967476666, + "I": 0.0010410001268610358, + "C": 0.0010618848027661443, + "R": 0.0002886649454012513, + "M": 0.0035542526748031378, + "O": 0.0019699917174875736, + "W": 0.00018863464356400073, + "N": 0.00021113711409270763, + "Y": 0.012237569317221642, + "U": 3.4936954762088135e-05, + "K": 0.00013188803859520704, + "L": 0.0006393330404534936, + "G": 0.012745656073093414, + "F": 0.05915049836039543, + "E": 0.0024288399145007133, + "T": 0.007998011074960232, + "P": 0.09547913074493408, + "-": 0.7999735474586487 + }, + "id": "tp_26171" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3271405, + "label": "-", + "classification": { + "B": 0.001412569428794086, + "S": 0.0003506857028696686, + "I": 0.002312371274456382, + "C": 0.0010228634346276522, + "R": 0.00032138312235474586, + "M": 0.0060171508230268955, + "O": 0.002250241581350565, + "W": 0.0001786560460459441, + "N": 0.0002553381200414151, + "Y": 0.008658572100102901, + "U": 3.8407764805015177e-05, + "K": 2.7695801691152155e-05, + "L": 0.0009690257720649242, + "G": 0.010014893487095833, + "F": 0.024650979787111282, + "E": 0.00493861548602581, + "T": 0.005909990519285202, + "P": 0.14147214591503143, + "-": 0.7891983389854431 + }, + "id": "tp_26172" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3271505, + "label": "-", + "classification": { + "B": 8.012119360500947e-05, + "S": 0.0003243649553041905, + "I": 0.0003172879514750093, + "C": 0.0022631941828876734, + "R": 0.000510969664901495, + "M": 0.002482685260474682, + "O": 0.002168178791180253, + "W": 0.00020393352315295488, + "N": 0.00014424345863517374, + "Y": 0.01801990158855915, + "U": 2.9253094908199273e-05, + "K": 0.00025919204927049577, + "L": 0.0007762095774523914, + "G": 0.012710590846836567, + "F": 0.13019774854183197, + "E": 0.002394032198935747, + "T": 0.00716962106525898, + "P": 0.05681939795613289, + "-": 0.7631291151046753 + }, + "id": "tp_26173" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3271638, + "label": "-", + "classification": { + "B": 1.0146531392862812e-09, + "S": 3.7223765736449366e-10, + "I": 3.687218352865784e-08, + "C": 3.573861429018166e-09, + "R": 6.164729143831593e-11, + "M": 7.613480335066924e-08, + "O": 2.7420112402865016e-08, + "W": 2.1370837044454305e-10, + "N": 1.0284243456837316e-09, + "Y": 8.142675369526842e-07, + "U": 1.329861134408139e-11, + "K": 1.077726019538261e-09, + "L": 3.151755523234101e-10, + "G": 2.6198821956313623e-07, + "F": 0.00032998918322846293, + "E": 1.2385892205202254e-06, + "T": 4.524152927842806e-07, + "P": 0.043614812195301056, + "-": 0.9560522437095642 + }, + "id": "tp_26174" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3271772, + "label": "-", + "classification": { + "B": 5.0875833323971165e-08, + "S": 1.452206532803757e-07, + "I": 9.049541063177458e-07, + "C": 9.529809176456183e-06, + "R": 7.069263006087567e-07, + "M": 2.682394188013859e-05, + "O": 4.945226010022452e-06, + "W": 6.778526540074381e-08, + "N": 4.735857928039877e-08, + "Y": 0.0002296169550390914, + "U": 5.068326203172546e-09, + "K": 3.930478271740867e-07, + "L": 9.022740528052964e-07, + "G": 0.0001554694608785212, + "F": 0.017886584624648094, + "E": 9.312975635111798e-06, + "T": 0.00011613792594289407, + "P": 0.004239831585437059, + "-": 0.9773184657096863 + }, + "id": "tp_26175" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3271905, + "label": "-", + "classification": { + "B": 4.331338914198568e-06, + "S": 5.326642167347018e-06, + "I": 8.08978802524507e-05, + "C": 0.00015514323604293168, + "R": 2.3126451196731068e-05, + "M": 0.00022171570162754506, + "O": 7.616187940584496e-05, + "W": 3.6137234928901307e-06, + "N": 9.584655344951898e-06, + "Y": 0.004264818504452705, + "U": 1.475130375183653e-06, + "K": 0.00011301376798655838, + "L": 2.1093474060762674e-05, + "G": 0.0037025143392384052, + "F": 0.038253795355558395, + "E": 0.0005444134585559368, + "T": 0.0010881148045882583, + "P": 0.029916882514953613, + "-": 0.921514093875885 + }, + "id": "tp_26176" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3272005, + "label": "-", + "classification": { + "B": 2.982321234412666e-07, + "S": 3.287148899744352e-07, + "I": 1.4078799722483382e-05, + "C": 1.1967886166530661e-05, + "R": 1.1588167581066955e-06, + "M": 6.558851600857452e-05, + "O": 1.1097529750259127e-05, + "W": 2.5309134343842743e-07, + "N": 6.156043923510879e-07, + "Y": 0.0005367357516661286, + "U": 1.7396969553828967e-07, + "K": 3.351320287947601e-07, + "L": 2.3824409254302736e-06, + "G": 8.195039845304564e-05, + "F": 0.003245904576033354, + "E": 1.7887521607917733e-05, + "T": 0.0006000973517075181, + "P": 0.03277283161878586, + "-": 0.962636411190033 + }, + "id": "tp_26177" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3272139, + "label": "-", + "classification": { + "B": 5.556922587857116e-06, + "S": 2.818893699441105e-05, + "I": 4.418708340381272e-05, + "C": 0.0005664718919433653, + "R": 5.66972594242543e-05, + "M": 0.0042553734965622425, + "O": 0.0003876491100527346, + "W": 5.7917245612770785e-06, + "N": 3.566378154573613e-06, + "Y": 0.008715923875570297, + "U": 3.8642161825919175e-07, + "K": 3.290104359621182e-06, + "L": 0.00019498933397699147, + "G": 0.007223566994071007, + "F": 0.0326165072619915, + "E": 0.00036511512007564306, + "T": 0.005938825663179159, + "P": 0.005545027554035187, + "-": 0.9340429306030273 + }, + "id": "tp_26178" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3272272, + "label": "-", + "classification": { + "B": 4.894686298939632e-06, + "S": 1.2598120520124212e-05, + "I": 7.942160300444812e-05, + "C": 0.0001986595889320597, + "R": 1.833956230257172e-05, + "M": 0.00014478246157523245, + "O": 7.876747258706018e-05, + "W": 6.9915777203277685e-06, + "N": 1.3564116670750082e-05, + "Y": 0.0007327756611630321, + "U": 2.0489007965807104e-06, + "K": 6.375536759151146e-05, + "L": 1.1107511454611085e-05, + "G": 0.0006094040581956506, + "F": 0.0536336712539196, + "E": 0.0004147377039771527, + "T": 0.0005686129443347454, + "P": 0.06271804869174957, + "-": 0.880687952041626 + }, + "id": "tp_26179" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3272406, + "label": "-", + "classification": { + "B": 8.10932760941796e-08, + "S": 1.504927382711685e-07, + "I": 1.5916712072794326e-05, + "C": 5.941115432506194e-06, + "R": 3.5493872019287664e-07, + "M": 1.6424766727141105e-05, + "O": 2.4619662326585967e-06, + "W": 1.365106498951718e-07, + "N": 1.9481776689644903e-06, + "Y": 0.0004800887836609036, + "U": 5.657703994188523e-08, + "K": 6.76948475302197e-05, + "L": 8.140135321355046e-08, + "G": 8.956759120337665e-05, + "F": 0.010684655979275703, + "E": 0.0004529758880380541, + "T": 9.798986138775945e-05, + "P": 0.06181735172867775, + "-": 0.9262660145759583 + }, + "id": "tp_26180" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3272506, + "label": "-", + "classification": { + "B": 2.3525750236785825e-07, + "S": 3.3182510605911375e-07, + "I": 1.5002286090748385e-05, + "C": 8.611720659246203e-06, + "R": 5.535893023989047e-07, + "M": 0.00021467077021952718, + "O": 1.1104683835583273e-05, + "W": 1.7339225166779215e-07, + "N": 8.404351206081628e-07, + "Y": 0.0009969304082915187, + "U": 4.468038028448973e-08, + "K": 5.840536800860718e-07, + "L": 1.178329853246396e-06, + "G": 0.0001336575805908069, + "F": 0.004009670112282038, + "E": 0.0001149488307419233, + "T": 0.0004924836684949696, + "P": 0.027649538591504097, + "-": 0.9663494229316711 + }, + "id": "tp_26181" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3272639, + "label": "-", + "classification": { + "B": 6.379850814308696e-11, + "S": 1.8695989201233942e-11, + "I": 5.6918171509323656e-08, + "C": 2.348276462171839e-09, + "R": 7.453425376890976e-11, + "M": 4.9661959877767003e-08, + "O": 1.184042552893061e-08, + "W": 2.458338393962478e-11, + "N": 3.4349970090552517e-10, + "Y": 2.3296101971936878e-06, + "U": 1.2743186714181398e-11, + "K": 1.588855089162955e-11, + "L": 3.071860821268757e-10, + "G": 2.1393050531059998e-07, + "F": 1.2341160982032306e-05, + "E": 4.723679936091685e-08, + "T": 2.376987595198443e-06, + "P": 0.03466709703207016, + "-": 0.9653154611587524 + }, + "id": "tp_26182" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3272773, + "label": "-", + "classification": { + "B": 1.2549844541354105e-07, + "S": 1.5285654342278576e-07, + "I": 1.314090422965819e-05, + "C": 5.714224244002253e-06, + "R": 7.255376317516493e-07, + "M": 9.10051130631473e-06, + "O": 4.297990017221309e-06, + "W": 1.0384727744394695e-07, + "N": 7.559644927823683e-07, + "Y": 0.0003342882264405489, + "U": 8.890045677389935e-08, + "K": 5.329532086761901e-07, + "L": 3.388051084129984e-07, + "G": 5.193661854718812e-05, + "F": 0.0018348194425925612, + "E": 1.1449758858361747e-05, + "T": 0.00020921397663187236, + "P": 0.07878612726926804, + "-": 0.9187371134757996 + }, + "id": "tp_26183" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3272906, + "label": "-", + "classification": { + "B": 6.9229084687094655e-09, + "S": 6.210537151218887e-08, + "I": 5.129435521666892e-06, + "C": 1.620123839529697e-05, + "R": 9.210588132191333e-07, + "M": 2.0430441509233788e-05, + "O": 5.2640480134868994e-06, + "W": 5.693589599786719e-08, + "N": 1.5790313057095773e-07, + "Y": 0.0001785892090993002, + "U": 2.2458776172129546e-08, + "K": 2.6066419422932086e-07, + "L": 4.632518937341956e-07, + "G": 5.0461923819966614e-05, + "F": 0.002216657157987356, + "E": 4.525368694885401e-06, + "T": 0.00012798141688108444, + "P": 0.011132805608212948, + "-": 0.9862399697303772 + }, + "id": "tp_26184" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3273006, + "label": "-", + "classification": { + "B": 6.445612044103655e-09, + "S": 3.216534150141115e-09, + "I": 4.7568133254571876e-07, + "C": 6.839827619842254e-06, + "R": 1.4078786136906274e-07, + "M": 2.119477812811965e-06, + "O": 3.915068873538985e-07, + "W": 3.2415268247376616e-09, + "N": 1.5682873666378327e-08, + "Y": 0.0001196486919070594, + "U": 3.0134812423199264e-09, + "K": 7.060420159632486e-08, + "L": 5.4048793884931e-08, + "G": 2.74145513685653e-05, + "F": 0.002534186700358987, + "E": 2.546978066675365e-06, + "T": 2.8349513740977272e-05, + "P": 0.005516888108104467, + "-": 0.9917608499526978 + }, + "id": "tp_26185" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3273140, + "label": "-", + "classification": { + "B": 6.496528870414409e-10, + "S": 2.1819976936399144e-08, + "I": 4.1142112650049967e-07, + "C": 9.754316124599427e-06, + "R": 1.8955634573103453e-07, + "M": 1.8765257436825777e-06, + "O": 7.588743073938531e-07, + "W": 1.9191967126630516e-08, + "N": 5.587005702523129e-08, + "Y": 0.0006313745398074389, + "U": 1.032910312837032e-09, + "K": 8.9337641838938e-05, + "L": 2.7907004707117267e-08, + "G": 0.00046121873310767114, + "F": 0.07426480948925018, + "E": 7.028380059637129e-05, + "T": 3.190362986060791e-05, + "P": 0.005102719645947218, + "-": 0.9193351864814758 + }, + "id": "tp_26186" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3273273, + "label": "-", + "classification": { + "B": 1.0827380947375786e-06, + "S": 2.5657996616246237e-07, + "I": 3.929211379727349e-05, + "C": 7.544136224169051e-06, + "R": 7.828423917999316e-07, + "M": 6.399990525096655e-05, + "O": 1.2420290659065358e-05, + "W": 1.6301471816859703e-07, + "N": 1.070326788976672e-06, + "Y": 0.00037562139914371073, + "U": 7.110075728178344e-08, + "K": 2.118245987503542e-07, + "L": 1.7639555380810634e-06, + "G": 0.0002453762572258711, + "F": 0.002257139887660742, + "E": 0.00014093366917222738, + "T": 0.0001766394852893427, + "P": 0.06805671006441116, + "-": 0.928618848323822 + }, + "id": "tp_26187" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3273407, + "label": "-", + "classification": { + "B": 6.902377936057746e-05, + "S": 6.68205029796809e-05, + "I": 0.0008770248387008905, + "C": 0.0005735053564421833, + "R": 9.885351755656302e-05, + "M": 0.0007743190508335829, + "O": 0.0003555946459528059, + "W": 3.4375949326204136e-05, + "N": 0.00014077642117626965, + "Y": 0.008049003779888153, + "U": 1.6431462427135557e-05, + "K": 0.00010625012509990484, + "L": 0.00010129170550499111, + "G": 0.0047454554587602615, + "F": 0.0354127436876297, + "E": 0.00282097770832479, + "T": 0.002879700157791376, + "P": 0.13919204473495483, + "-": 0.8036857843399048 + }, + "id": "tp_26188" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3273507, + "label": "-", + "classification": { + "B": 5.025750038356591e-09, + "S": 1.6782099265810757e-08, + "I": 7.498086347368371e-07, + "C": 2.3197073915071087e-06, + "R": 3.3296427659479377e-07, + "M": 1.1735010957636405e-05, + "O": 2.0889267489110352e-06, + "W": 1.2608565747029843e-08, + "N": 1.8118937461508722e-08, + "Y": 0.00032402502256445587, + "U": 3.781772228705904e-09, + "K": 1.4916603063852563e-08, + "L": 3.5944523801845207e-07, + "G": 3.513545379973948e-05, + "F": 0.002768967766314745, + "E": 1.0049119509858429e-06, + "T": 0.0001179129903903231, + "P": 0.005915835499763489, + "-": 0.99081951379776 + }, + "id": "tp_26189" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3273640, + "label": "-", + "classification": { + "B": 2.6538940801401623e-05, + "S": 3.989228935097344e-05, + "I": 0.00022913163411431015, + "C": 0.0006829642807133496, + "R": 6.724640843458474e-05, + "M": 0.0004149193991906941, + "O": 0.0001705444883555174, + "W": 1.7885004126583226e-05, + "N": 5.866101855644956e-05, + "Y": 0.0038691512309014797, + "U": 8.624038855487015e-06, + "K": 0.0003348694590386003, + "L": 3.383884541108273e-05, + "G": 0.0026260141748934984, + "F": 0.08100312948226929, + "E": 0.0015988685190677643, + "T": 0.001917579211294651, + "P": 0.09091513603925705, + "-": 0.8159849643707275 + }, + "id": "tp_26190" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3273774, + "label": "-", + "classification": { + "B": 3.5248257290732e-07, + "S": 3.1431187608177424e-07, + "I": 2.1728926640207646e-06, + "C": 3.4026290904876078e-06, + "R": 2.4589255076534755e-07, + "M": 3.161218774039298e-05, + "O": 7.207544058474014e-06, + "W": 1.0378902004504198e-07, + "N": 7.231958676356953e-08, + "Y": 0.00030397565569728613, + "U": 1.4247988566751246e-08, + "K": 1.7565743348768592e-07, + "L": 1.7887572312247357e-06, + "G": 0.00024590748944319785, + "F": 0.004223519004881382, + "E": 1.2854387932748068e-05, + "T": 0.00024396613298449665, + "P": 0.010140115395188332, + "-": 0.9847821593284607 + }, + "id": "tp_26191" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3273907, + "label": "-", + "classification": { + "B": 5.497012289801262e-10, + "S": 3.247020707863868e-11, + "I": 8.257066141936775e-09, + "C": 2.1241939762717266e-08, + "R": 1.4419248017816244e-09, + "M": 3.2167420727091667e-07, + "O": 2.6044441270300922e-08, + "W": 2.7757615650436662e-11, + "N": 7.735021824439858e-12, + "Y": 7.79152014729334e-06, + "U": 2.1413073137549476e-12, + "K": 4.1140433616228267e-13, + "L": 4.691803390244331e-09, + "G": 1.542076006444404e-06, + "F": 2.269403194077313e-05, + "E": 3.838457107718796e-09, + "T": 2.398402330072713e-06, + "P": 0.000612030504271388, + "-": 0.9993531107902527 + }, + "id": "tp_26192" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3274007, + "label": "-", + "classification": { + "B": 5.1466891193285846e-08, + "S": 5.739148534189553e-08, + "I": 4.876846105617005e-06, + "C": 9.444177067052806e-07, + "R": 1.2114743697111408e-07, + "M": 3.5094928989565233e-06, + "O": 1.4582437870558351e-06, + "W": 4.812619991412248e-08, + "N": 2.0853435955814348e-07, + "Y": 0.0001384349016007036, + "U": 1.545048178286379e-08, + "K": 7.524449756601825e-07, + "L": 8.041701704541993e-08, + "G": 2.0447208953555673e-05, + "F": 0.0013877825113013387, + "E": 1.80622282641707e-05, + "T": 7.232682401081547e-05, + "P": 0.03520028665661812, + "-": 0.9631504416465759 + }, + "id": "tp_26193" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3274141, + "label": "-", + "classification": { + "B": 2.768672757724744e-08, + "S": 2.3003933335985494e-07, + "I": 1.7412793340554344e-06, + "C": 1.0433616807858925e-05, + "R": 7.977375275913801e-07, + "M": 2.7288189812679775e-05, + "O": 6.824611318734242e-06, + "W": 8.997454159498375e-08, + "N": 7.976367299988851e-08, + "Y": 4.200523471808992e-05, + "U": 7.216001129961569e-09, + "K": 1.769575952437208e-08, + "L": 6.337002105283318e-07, + "G": 1.870952473836951e-05, + "F": 0.0010796523420140147, + "E": 1.085305825654359e-06, + "T": 0.00016268831677734852, + "P": 0.0043243421241641045, + "-": 0.9943232536315918 + }, + "id": "tp_26194" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3274274, + "label": "-", + "classification": { + "B": 2.7768148811446736e-06, + "S": 6.318126679616398e-07, + "I": 0.00018741660460364074, + "C": 7.409293175442144e-05, + "R": 1.7151918655144982e-05, + "M": 0.00025088898837566376, + "O": 0.00011095036461483687, + "W": 1.7480012957094004e-06, + "N": 2.8228412247699453e-06, + "Y": 0.0009021767182275653, + "U": 5.593243486146093e-07, + "K": 7.007585622886836e-08, + "L": 2.716814742598217e-05, + "G": 0.0004782451724167913, + "F": 0.0004942521336488426, + "E": 3.1055358704179525e-05, + "T": 0.0006735011702403426, + "P": 0.020160337910056114, + "-": 0.9765840768814087 + }, + "id": "tp_26195" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3274408, + "label": "-", + "classification": { + "B": 4.030756826978177e-05, + "S": 9.237557605956681e-06, + "I": 4.413822534843348e-05, + "C": 4.340633677202277e-05, + "R": 6.821169790782733e-06, + "M": 0.00041363254422321916, + "O": 0.00014178661513142288, + "W": 4.58801468994352e-06, + "N": 3.672757429740159e-06, + "Y": 0.00030785263516008854, + "U": 4.121419578950736e-07, + "K": 8.425666919720243e-07, + "L": 1.9145554688293487e-05, + "G": 0.0004185108991805464, + "F": 0.004618475213646889, + "E": 0.0001494397729402408, + "T": 0.00044330526725389063, + "P": 0.06960009038448334, + "-": 0.9237342476844788 + }, + "id": "tp_26196" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3274508, + "label": "-", + "classification": { + "B": 4.1342460010973525e-10, + "S": 9.784383303568234e-10, + "I": 3.393941142348922e-06, + "C": 5.0471715695721286e-08, + "R": 5.193645069567765e-09, + "M": 1.7845276545358502e-07, + "O": 7.217725084274207e-08, + "W": 1.4417529392574124e-09, + "N": 7.672581858741978e-08, + "Y": 1.7045971617335454e-05, + "U": 9.743895690306204e-10, + "K": 2.671559506950416e-08, + "L": 1.2622051182020755e-09, + "G": 1.004156388262345e-06, + "F": 0.0002796836488414556, + "E": 4.41530619355035e-06, + "T": 7.519998689531349e-06, + "P": 0.18030305206775665, + "-": 0.8193835020065308 + }, + "id": "tp_26197" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3274641, + "label": "-", + "classification": { + "B": 7.233406928985886e-11, + "S": 1.8447693025946954e-11, + "I": 8.417115964221011e-07, + "C": 9.347838414441867e-08, + "R": 1.8912258425984874e-09, + "M": 1.613551319223916e-07, + "O": 3.465908449129529e-08, + "W": 3.989283209326899e-11, + "N": 2.317244618410541e-09, + "Y": 2.5013787308125757e-06, + "U": 1.011903963399341e-10, + "K": 8.288646678733524e-12, + "L": 3.401639414590818e-09, + "G": 1.2173599088782794e-06, + "F": 1.2137714293203317e-05, + "E": 7.129891343993222e-08, + "T": 1.4922497030056547e-05, + "P": 0.03225155547261238, + "-": 0.9677165150642395 + }, + "id": "tp_26198" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3274775, + "label": "-", + "classification": { + "B": 3.401278217407544e-11, + "S": 1.6153521228967627e-11, + "I": 2.6492759985785597e-08, + "C": 2.6608626413349157e-08, + "R": 1.1464911242597964e-09, + "M": 8.669146467354949e-08, + "O": 1.4564648154191673e-08, + "W": 2.498444333365324e-11, + "N": 8.848365790070645e-11, + "Y": 1.922075625770958e-06, + "U": 5.9553928628830466e-12, + "K": 3.1808958678852806e-12, + "L": 9.322027594294013e-10, + "G": 2.9853654837097565e-07, + "F": 3.967728480347432e-05, + "E": 2.432596701851253e-08, + "T": 1.1087124676123494e-06, + "P": 0.007604922633618116, + "-": 0.9923519492149353 + }, + "id": "tp_26199" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3274908, + "label": "-", + "classification": { + "B": 7.016932067926973e-05, + "S": 1.8865690435632132e-05, + "I": 0.0010341096203774214, + "C": 0.0007095851469784975, + "R": 0.00010510663560125977, + "M": 0.0005946762394160032, + "O": 0.00029228016501292586, + "W": 2.266808041895274e-05, + "N": 0.00010428907989989966, + "Y": 0.0025750831700861454, + "U": 2.0624449462047778e-05, + "K": 8.0150093708653e-05, + "L": 5.8604062360245734e-05, + "G": 0.0022591035813093185, + "F": 0.018617302179336548, + "E": 0.0014109370531514287, + "T": 0.0012613595463335514, + "P": 0.18372830748558044, + "-": 0.7870367169380188 + }, + "id": "tp_26200" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3275008, + "label": "-", + "classification": { + "B": 4.728161329126124e-08, + "S": 3.2687111684026604e-08, + "I": 1.5656682990083937e-06, + "C": 9.54412007558858e-06, + "R": 1.4065083178138593e-06, + "M": 9.320678509538993e-05, + "O": 6.837371529400116e-06, + "W": 2.9305791571232476e-08, + "N": 7.814113800463929e-09, + "Y": 0.0004796836001332849, + "U": 1.6620556042568069e-09, + "K": 2.247346087003166e-09, + "L": 1.8959950693897554e-06, + "G": 0.00012817681999877095, + "F": 0.00041660931310616434, + "E": 5.416318913376017e-07, + "T": 0.0003480360028333962, + "P": 0.0005309449043124914, + "-": 0.9979814291000366 + }, + "id": "tp_26201" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3275142, + "label": "-", + "classification": { + "B": 2.6014078002845054e-08, + "S": 1.3380584640287907e-08, + "I": 4.701609668700257e-06, + "C": 2.37371823459398e-05, + "R": 2.0131069504714105e-06, + "M": 4.730696218757657e-06, + "O": 1.5878825934123597e-06, + "W": 3.536939274795259e-08, + "N": 5.6686172200670626e-08, + "Y": 6.453438254538924e-05, + "U": 2.5238053424914142e-08, + "K": 2.0492031183039217e-08, + "L": 2.4069245796454197e-07, + "G": 1.4756880773347802e-05, + "F": 0.0004558982327580452, + "E": 1.4952581750549143e-06, + "T": 6.403822044376284e-05, + "P": 0.014360292814671993, + "-": 0.9850018620491028 + }, + "id": "tp_26202" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3275275, + "label": "-", + "classification": { + "B": 6.979593791811567e-08, + "S": 1.697456468718883e-07, + "I": 4.352066389401443e-05, + "C": 3.0743358365725726e-05, + "R": 1.815180257835891e-05, + "M": 0.00023343556676991284, + "O": 2.720426709856838e-05, + "W": 2.272177823670063e-07, + "N": 5.181071287552186e-07, + "Y": 0.0036661236081272364, + "U": 9.107483123216298e-08, + "K": 3.109049018235055e-08, + "L": 6.117688826634549e-06, + "G": 0.00024916435359045863, + "F": 0.0011488853488117456, + "E": 9.810679330257699e-06, + "T": 0.0015312590403482318, + "P": 0.0070932949893176556, + "-": 0.9859412312507629 + }, + "id": "tp_26203" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3275375, + "label": "-", + "classification": { + "B": 9.34560233645243e-08, + "S": 1.874261954526446e-07, + "I": 7.357422146014869e-05, + "C": 7.991336315171793e-05, + "R": 1.0066791219287552e-05, + "M": 6.459286669269204e-05, + "O": 1.5328256267821416e-05, + "W": 5.942796974522935e-07, + "N": 1.7282071667068521e-06, + "Y": 0.0007831972325220704, + "U": 4.788720957549231e-07, + "K": 3.840709268843057e-06, + "L": 1.407079366799735e-06, + "G": 0.0001384545030305162, + "F": 0.002370337024331093, + "E": 2.3052696633385494e-05, + "T": 0.00033499166602268815, + "P": 0.0233675017952919, + "-": 0.9727306365966797 + }, + "id": "tp_26204" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3275509, + "label": "-", + "classification": { + "B": 1.7763121529235093e-10, + "S": 2.644144347918598e-10, + "I": 3.265720849299214e-08, + "C": 3.858226449438007e-08, + "R": 4.558768029738758e-09, + "M": 5.769279027845187e-07, + "O": 8.937291795518831e-08, + "W": 2.757552519661033e-10, + "N": 4.993282454179848e-10, + "Y": 1.5064984836499207e-05, + "U": 5.0823324715398854e-11, + "K": 2.2844972580315925e-09, + "L": 3.350491883935547e-09, + "G": 1.5145084262258024e-06, + "F": 0.0008665960631333292, + "E": 2.338728251061184e-07, + "T": 5.363344371289713e-06, + "P": 0.00849846750497818, + "-": 0.9906120896339417 + }, + "id": "tp_26205" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3275642, + "label": "-", + "classification": { + "B": 3.0540636686282596e-10, + "S": 1.2072692845421784e-10, + "I": 3.4119562997148023e-07, + "C": 7.075095709296875e-08, + "R": 1.819197903429881e-09, + "M": 3.9785254557500593e-07, + "O": 4.739650449891997e-08, + "W": 8.80182871032531e-11, + "N": 1.1044267722581935e-09, + "Y": 6.314651727734599e-06, + "U": 2.6624135188169085e-11, + "K": 1.0413189061031503e-10, + "L": 3.3782923125613706e-09, + "G": 4.396158146846574e-06, + "F": 0.00042710654088295996, + "E": 4.431480249422748e-07, + "T": 2.312791366421152e-06, + "P": 0.015782784670591354, + "-": 0.983775794506073 + }, + "id": "tp_26206" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3275776, + "label": "-", + "classification": { + "B": 1.1227695750903877e-07, + "S": 5.506870337512737e-08, + "I": 2.9822658120792767e-07, + "C": 5.389517809817335e-06, + "R": 8.953911674325354e-07, + "M": 1.4447739886236377e-05, + "O": 6.802587449783459e-06, + "W": 6.83380463328831e-08, + "N": 3.1588858195874536e-09, + "Y": 7.84270087024197e-05, + "U": 1.7204530022851827e-09, + "K": 3.549490701360014e-09, + "L": 1.2947936056662002e-06, + "G": 5.885125574423e-05, + "F": 0.0012780873803421855, + "E": 2.1389853088749078e-07, + "T": 3.146465678582899e-05, + "P": 0.0010939643252640963, + "-": 0.9974295496940613 + }, + "id": "tp_26207" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3275876, + "label": "-", + "classification": { + "B": 9.06956998392161e-08, + "S": 5.735553898489343e-08, + "I": 2.7395855795475654e-05, + "C": 4.345846264186548e-06, + "R": 5.226858093010378e-07, + "M": 9.15559667191701e-06, + "O": 2.633692929521203e-06, + "W": 6.844190636456915e-08, + "N": 7.414226388391398e-07, + "Y": 0.00043298324453644454, + "U": 1.229939812219527e-07, + "K": 2.0492275325523224e-06, + "L": 2.552507964992401e-07, + "G": 0.00010019334149546921, + "F": 0.0016831901157274842, + "E": 1.885516758193262e-05, + "T": 0.00030703344964422286, + "P": 0.05463030934333801, + "-": 0.942780077457428 + }, + "id": "tp_26208" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3276009, + "label": "-", + "classification": { + "B": 0.0001022480137180537, + "S": 0.0001681824796833098, + "I": 0.002249900484457612, + "C": 0.0024202934000641108, + "R": 0.0009206574177369475, + "M": 0.0009016044205054641, + "O": 0.0008617255953140557, + "W": 0.00011920295946765691, + "N": 0.000351608992787078, + "Y": 0.0038461482618004084, + "U": 9.151329868473113e-05, + "K": 0.00028251539333723485, + "L": 0.00022316603281069547, + "G": 0.0029772871639579535, + "F": 0.03619827702641487, + "E": 0.0009368597529828548, + "T": 0.004386265296489, + "P": 0.15240854024887085, + "-": 0.7905539274215698 + }, + "id": "tp_26209" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3276143, + "label": "-", + "classification": { + "B": 2.368996554480418e-09, + "S": 1.4044497120835331e-08, + "I": 8.039604040277482e-07, + "C": 1.4636397054346162e-06, + "R": 1.6121217072395666e-07, + "M": 6.752149147359887e-06, + "O": 1.3746057447860949e-06, + "W": 9.649907539710512e-09, + "N": 1.699406837474271e-08, + "Y": 0.0001847488310886547, + "U": 3.180157026605457e-09, + "K": 1.0670416550340178e-08, + "L": 1.1131158572652566e-07, + "G": 1.1286519111308735e-05, + "F": 0.0004018786712549627, + "E": 4.702007458945445e-07, + "T": 8.996282849693671e-05, + "P": 0.0036076947581022978, + "-": 0.9956933856010437 + }, + "id": "tp_26210" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3276276, + "label": "-", + "classification": { + "B": 2.0877068129809828e-10, + "S": 3.916248228486019e-11, + "I": 1.6692810334006936e-07, + "C": 1.2252963088599245e-08, + "R": 6.256144491345594e-10, + "M": 2.4521131791743755e-08, + "O": 2.1589979581904117e-08, + "W": 1.1651818399016634e-10, + "N": 1.1479409645076544e-09, + "Y": 6.931393272679998e-07, + "U": 4.3518910697315505e-11, + "K": 2.5586473911820562e-11, + "L": 4.5926071279289715e-10, + "G": 1.0116400517290458e-07, + "F": 1.578863157192245e-05, + "E": 3.551475202812071e-08, + "T": 2.601220558062778e-06, + "P": 0.08984801173210144, + "-": 0.9101324677467346 + }, + "id": "tp_26211" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3276376, + "label": "-", + "classification": { + "B": 1.3886899807857844e-07, + "S": 1.5005670661594195e-07, + "I": 9.619661796023138e-06, + "C": 3.262629979872145e-05, + "R": 2.939364776466391e-06, + "M": 2.6167535907006823e-05, + "O": 8.06994012236828e-06, + "W": 1.4273247472829098e-07, + "N": 6.299255801422987e-07, + "Y": 0.0004883832298219204, + "U": 1.4153152960716398e-07, + "K": 1.2010760883640614e-06, + "L": 9.764586366145522e-07, + "G": 0.00011811691365437582, + "F": 0.005108620505779982, + "E": 1.7411615772289224e-05, + "T": 0.00020862130622845143, + "P": 0.03384237363934517, + "-": 0.9601336717605591 + }, + "id": "tp_26212" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3276510, + "label": "-", + "classification": { + "B": 2.102002980564066e-07, + "S": 2.0847143389346456e-07, + "I": 7.042147558422585e-07, + "C": 2.8749570901709376e-06, + "R": 5.990916633891175e-07, + "M": 2.3580752895213664e-05, + "O": 8.427949978795368e-06, + "W": 9.727699534778367e-08, + "N": 3.4014959737760364e-08, + "Y": 0.0005830253357999027, + "U": 7.017241898665816e-09, + "K": 3.9014952335492126e-07, + "L": 1.9854815036524087e-06, + "G": 0.00030523198074661195, + "F": 0.012737827375531197, + "E": 5.113745828566607e-06, + "T": 0.00022842643375042826, + "P": 0.0021537847351282835, + "-": 0.9839473962783813 + }, + "id": "tp_26213" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3276643, + "label": "-", + "classification": { + "B": 4.22575610059539e-08, + "S": 9.632679365267904e-08, + "I": 4.200289254185918e-07, + "C": 2.620353598103975e-06, + "R": 8.477611004309438e-07, + "M": 4.124885890632868e-05, + "O": 1.1329101653245743e-05, + "W": 3.996274244855158e-08, + "N": 4.368934547471781e-09, + "Y": 0.00016767223132774234, + "U": 5.433968275347922e-10, + "K": 4.2025227742215066e-10, + "L": 3.5686869068740634e-06, + "G": 7.924506644485518e-05, + "F": 0.0010159730445593596, + "E": 2.475529754519812e-07, + "T": 0.00013654712529387325, + "P": 0.0007898869225755334, + "-": 0.9977501034736633 + }, + "id": "tp_26214" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3276777, + "label": "-", + "classification": { + "B": 6.260520990508667e-08, + "S": 9.541571444060537e-07, + "I": 1.2103210792702157e-05, + "C": 3.299699892522767e-05, + "R": 5.1200245252402965e-06, + "M": 0.00015791624900884926, + "O": 3.467193164397031e-05, + "W": 9.988386864279164e-07, + "N": 1.3611969507110189e-06, + "Y": 0.0017004947876557708, + "U": 2.359471409363323e-07, + "K": 9.365900041302666e-06, + "L": 3.5688829029822955e-06, + "G": 0.00019027672533411533, + "F": 0.01562832109630108, + "E": 3.850451685138978e-05, + "T": 0.0006840982241556048, + "P": 0.011612153612077236, + "-": 0.9698867797851562 + }, + "id": "tp_26215" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3276877, + "label": "-", + "classification": { + "B": 3.448478310019709e-06, + "S": 1.9149263152939966e-06, + "I": 1.1539488696143962e-05, + "C": 5.4764859669376165e-05, + "R": 1.602499651198741e-05, + "M": 0.0012995372526347637, + "O": 0.000283604342257604, + "W": 9.996623475672095e-07, + "N": 1.021767843667476e-07, + "Y": 0.0008259297464974225, + "U": 4.30885478408527e-08, + "K": 9.285020752258788e-09, + "L": 0.00018713271128945053, + "G": 0.001128265168517828, + "F": 0.00046009165816940367, + "E": 4.859689397562761e-06, + "T": 0.0016456831945106387, + "P": 0.0012312879553064704, + "-": 0.9928446412086487 + }, + "id": "tp_26216" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3277010, + "label": "-", + "classification": { + "B": 8.745780100127831e-09, + "S": 5.2965791752512814e-08, + "I": 2.012698314501904e-05, + "C": 1.611622610653285e-05, + "R": 5.734390015277313e-06, + "M": 1.9993640307802707e-05, + "O": 6.690965619782219e-06, + "W": 1.0338481359895013e-07, + "N": 2.3688684791522974e-07, + "Y": 0.0004950038273818791, + "U": 8.026654541026801e-08, + "K": 5.084178056335986e-08, + "L": 1.1192202009624452e-06, + "G": 5.337416587281041e-05, + "F": 0.0006132505368441343, + "E": 1.3048697837803047e-06, + "T": 0.0004146171559114009, + "P": 0.010178943164646626, + "-": 0.9881730675697327 + }, + "id": "tp_26217" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3277144, + "label": "-", + "classification": { + "B": 7.480419299099594e-05, + "S": 4.586006070894655e-06, + "I": 0.0015648022526875138, + "C": 0.0008616321720182896, + "R": 0.00013944855891168118, + "M": 0.001209463458508253, + "O": 0.0002570179640315473, + "W": 1.0589071280264761e-05, + "N": 6.203998782439157e-05, + "Y": 0.0033878954127430916, + "U": 1.447819795430405e-05, + "K": 7.2435559559380636e-06, + "L": 0.0001338709844276309, + "G": 0.004328019451349974, + "F": 0.004070065449923277, + "E": 0.0013464234070852399, + "T": 0.0027954832185059786, + "P": 0.14685441553592682, + "-": 0.8328776359558105 + }, + "id": "tp_26218" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3277277, + "label": "-", + "classification": { + "B": 1.8374822730038431e-06, + "S": 2.0512587184384756e-07, + "I": 7.955725595820695e-05, + "C": 0.00025219310191459954, + "R": 1.2934006917930674e-05, + "M": 0.00029219192219898105, + "O": 1.9860466636600904e-05, + "W": 3.214838955045707e-07, + "N": 1.7850451285994495e-06, + "Y": 0.0015693118330091238, + "U": 5.932429871791101e-07, + "K": 3.0894170777173713e-07, + "L": 9.739033885125536e-06, + "G": 0.0007588258595205843, + "F": 0.001842140918597579, + "E": 8.005738345673308e-05, + "T": 0.0004926323308609426, + "P": 0.030506541952490807, + "-": 0.9640790224075317 + }, + "id": "tp_26219" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3277377, + "label": "-", + "classification": { + "B": 2.37662861612975e-10, + "S": 1.980376557186858e-10, + "I": 1.0127110954272212e-06, + "C": 1.2369703199510695e-06, + "R": 3.303611606497725e-08, + "M": 6.704817678837571e-07, + "O": 1.1726537252343405e-07, + "W": 1.2734875376452237e-09, + "N": 3.1812894540905745e-09, + "Y": 1.3883070096198935e-05, + "U": 1.1068388428014941e-09, + "K": 5.178070194844508e-10, + "L": 2.3294141726637463e-08, + "G": 3.5587443107942818e-06, + "F": 0.00016153196338564157, + "E": 1.670671423426029e-07, + "T": 1.1856509445351548e-05, + "P": 0.014148576185107231, + "-": 0.9856573343276978 + }, + "id": "tp_26220" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3277511, + "label": "-", + "classification": { + "B": 5.436054167570759e-13, + "S": 5.743337120993341e-13, + "I": 1.2095638268760922e-08, + "C": 1.2736029120219428e-08, + "R": 2.437783863662446e-10, + "M": 4.492292404734144e-08, + "O": 1.5985187618028363e-09, + "W": 1.3439129366646374e-12, + "N": 2.4780476282071362e-11, + "Y": 1.9817323391180253e-06, + "U": 1.874649090474745e-12, + "K": 7.942463527144117e-12, + "L": 3.877499710203125e-11, + "G": 8.184806432609548e-08, + "F": 6.113760719017591e-06, + "E": 5.297392302594517e-09, + "T": 1.6728332639104337e-06, + "P": 0.0019163807155564427, + "-": 0.9980736970901489 + }, + "id": "tp_26221" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3277644, + "label": "-", + "classification": { + "B": 2.6122270355699584e-06, + "S": 2.220400347141549e-06, + "I": 0.0002173611574107781, + "C": 0.00035188437323085964, + "R": 4.5860859245294705e-05, + "M": 0.0001350755337625742, + "O": 5.881971446797252e-05, + "W": 3.7652607716154307e-06, + "N": 1.4473830560746137e-05, + "Y": 0.0012222420191392303, + "U": 2.381492095082649e-06, + "K": 1.0605016541376244e-05, + "L": 1.0538596143305767e-05, + "G": 0.0007859333418309689, + "F": 0.011781847104430199, + "E": 0.00029524220735765994, + "T": 0.000627163564786315, + "P": 0.10915908217430115, + "-": 0.8752728700637817 + }, + "id": "tp_26222" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3277778, + "label": "-", + "classification": { + "B": 1.0890254031892255e-08, + "S": 1.0229977753795083e-08, + "I": 9.061012065103569e-07, + "C": 7.506202592821865e-08, + "R": 3.5484917226824564e-09, + "M": 2.9383292599050037e-07, + "O": 3.875030643030186e-07, + "W": 4.490858795946906e-09, + "N": 3.787235058894112e-08, + "Y": 4.109660494577838e-06, + "U": 1.0050051901799861e-09, + "K": 1.2347943778578951e-09, + "L": 1.0209355139068066e-08, + "G": 7.942618935885548e-07, + "F": 0.0001281380682485178, + "E": 7.156143055908615e-07, + "T": 1.2335151041042991e-05, + "P": 0.09209708869457245, + "-": 0.9077550768852234 + }, + "id": "tp_26223" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3277878, + "label": "-", + "classification": { + "B": 2.0247888699032046e-07, + "S": 1.0518701998307733e-07, + "I": 1.1360025382600725e-06, + "C": 6.716039990806166e-08, + "R": 9.494064201476249e-09, + "M": 9.014171155286022e-06, + "O": 4.578094376483932e-06, + "W": 3.4387728220508507e-08, + "N": 4.6600757031001194e-08, + "Y": 2.8556090910569765e-05, + "U": 2.4296515910293692e-09, + "K": 1.6935549629337743e-09, + "L": 3.1177091841527727e-07, + "G": 7.525217824877473e-06, + "F": 0.0003462744352873415, + "E": 2.109793967974838e-06, + "T": 7.745365292066708e-05, + "P": 0.04359264299273491, + "-": 0.9559298753738403 + }, + "id": "tp_26224" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3278011, + "label": "-", + "classification": { + "B": 2.0107789211465388e-08, + "S": 6.304613009433524e-08, + "I": 4.6669180164826685e-07, + "C": 5.254174993751803e-06, + "R": 1.0550666047492996e-06, + "M": 1.8940978407044895e-05, + "O": 8.054569661908317e-06, + "W": 4.3363172608223977e-08, + "N": 7.963907755481614e-09, + "Y": 0.0001229223416885361, + "U": 2.2015271827768856e-09, + "K": 9.578071669125165e-10, + "L": 1.4726686003996292e-06, + "G": 3.539656609063968e-05, + "F": 0.0005778292543254793, + "E": 1.1337172622916114e-07, + "T": 0.0001856889866758138, + "P": 0.0010263187577947974, + "-": 0.998016357421875 + }, + "id": "tp_26225" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3278145, + "label": "-", + "classification": { + "B": 4.413446497153473e-09, + "S": 1.7663804641188108e-08, + "I": 9.203168360727432e-07, + "C": 9.076265996554866e-06, + "R": 1.9750762021431e-06, + "M": 4.0227838326245546e-05, + "O": 3.2480070331075694e-06, + "W": 1.3538066667706516e-08, + "N": 8.684232888356291e-09, + "Y": 0.0017733998829498887, + "U": 4.1922336713184905e-09, + "K": 5.983309847579221e-08, + "L": 7.959735057738726e-07, + "G": 0.00018111169629264623, + "F": 0.0004654352960642427, + "E": 6.977251700845954e-07, + "T": 0.00029511767206713557, + "P": 0.00048101943684741855, + "-": 0.9967468976974487 + }, + "id": "tp_26226" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3278278, + "label": "-", + "classification": { + "B": 8.105099702504504e-09, + "S": 5.13178832761696e-10, + "I": 1.1805100541550928e-07, + "C": 2.0469731225603027e-06, + "R": 9.221622576660593e-08, + "M": 1.294362391490722e-05, + "O": 3.270278341460653e-07, + "W": 6.84548751017644e-10, + "N": 5.529747215682335e-10, + "Y": 8.844298281474039e-05, + "U": 2.221429706850131e-10, + "K": 2.584651381809522e-10, + "L": 1.2630236767563474e-07, + "G": 3.1831881642574444e-05, + "F": 0.00021827851014677435, + "E": 1.800986666466997e-07, + "T": 3.1216437491821125e-05, + "P": 0.000526359595824033, + "-": 0.9990880489349365 + }, + "id": "tp_26227" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3278378, + "label": "-", + "classification": { + "B": 2.5746855953912018e-06, + "S": 1.2806307267965167e-06, + "I": 2.8227505026734434e-05, + "C": 0.00027936702826991677, + "R": 4.3216281483182684e-05, + "M": 9.238439815817401e-05, + "O": 5.694287028745748e-05, + "W": 1.3473255648932536e-06, + "N": 1.5737176681795972e-06, + "Y": 0.0010781586170196533, + "U": 4.412116823004908e-07, + "K": 3.4940335353894625e-06, + "L": 1.5553128832834773e-05, + "G": 0.0011146486504003406, + "F": 0.018959760665893555, + "E": 5.580939614446834e-05, + "T": 0.00030269729904830456, + "P": 0.021154938265681267, + "-": 0.9568076133728027 + }, + "id": "tp_26228" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3278512, + "label": "-", + "classification": { + "B": 1.450205218134215e-07, + "S": 1.8355911235445888e-09, + "I": 5.48677178358048e-07, + "C": 7.156273795771995e-08, + "R": 1.0871084477059867e-08, + "M": 3.5483201372699114e-06, + "O": 1.1091864280388108e-06, + "W": 2.1827222251857847e-09, + "N": 1.0589538135263865e-09, + "Y": 4.505892320594285e-06, + "U": 5.4612748351390294e-11, + "K": 4.2894211945386507e-13, + "L": 1.8166315385315102e-07, + "G": 2.1081948489154456e-06, + "F": 1.1979944247286767e-05, + "E": 8.16951057913684e-08, + "T": 6.72037094773259e-06, + "P": 0.017923032864928246, + "-": 0.9820459485054016 + }, + "id": "tp_26229" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3278645, + "label": "-", + "classification": { + "B": 4.790221055372967e-07, + "S": 7.160544868156649e-08, + "I": 8.102296078504878e-07, + "C": 2.167912725781207e-06, + "R": 4.379702716050815e-07, + "M": 3.787223977269605e-05, + "O": 1.0663219654816203e-05, + "W": 4.266949460429714e-08, + "N": 1.0599966238089564e-08, + "Y": 4.71073726657778e-05, + "U": 1.2705865248818782e-09, + "K": 1.1009897854519224e-10, + "L": 3.845919309242163e-06, + "G": 3.3808330044848844e-05, + "F": 0.0001688338234089315, + "E": 8.066745067480952e-07, + "T": 0.00010140618542209268, + "P": 0.0031327009201049805, + "-": 0.9964589476585388 + }, + "id": "tp_26230" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3278779, + "label": "-", + "classification": { + "B": 8.638735282673338e-10, + "S": 1.5920038620720334e-09, + "I": 5.462445074044808e-08, + "C": 9.320279303892676e-08, + "R": 1.549639350173493e-08, + "M": 4.962897719451576e-07, + "O": 4.3908750058108126e-07, + "W": 1.967970675309516e-09, + "N": 4.69469463304506e-10, + "Y": 5.781108484370634e-06, + "U": 4.095407693527342e-11, + "K": 8.808236258428526e-12, + "L": 2.1090714952265444e-08, + "G": 8.80444588347018e-07, + "F": 8.120083657559007e-05, + "E": 8.194374956360662e-09, + "T": 1.0712159564718604e-05, + "P": 0.0018156514270231128, + "-": 0.9980847835540771 + }, + "id": "tp_26231" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3278879, + "label": "-", + "classification": { + "B": 4.669255702083319e-07, + "S": 5.478423759086581e-07, + "I": 1.434052683180198e-05, + "C": 3.952248334826436e-06, + "R": 7.682936029596021e-07, + "M": 4.992878166376613e-05, + "O": 1.2955969395989086e-05, + "W": 4.2747910811158363e-07, + "N": 4.474985075830773e-07, + "Y": 0.00022216116485651582, + "U": 2.986831759699271e-08, + "K": 1.719245688036608e-07, + "L": 1.6148424037965015e-06, + "G": 8.507471648044884e-05, + "F": 0.0070877354592084885, + "E": 3.033302527910564e-05, + "T": 0.0001112768950406462, + "P": 0.04228072613477707, + "-": 0.9500969052314758 + }, + "id": "tp_26232" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3279012, + "label": "-", + "classification": { + "B": 1.424983020115178e-05, + "S": 4.660959166358225e-05, + "I": 0.000172402651514858, + "C": 0.0013498301850631833, + "R": 0.0003490801027510315, + "M": 0.002092447131872177, + "O": 0.0006050653173588216, + "W": 4.26778569817543e-05, + "N": 2.5965164240915328e-05, + "Y": 0.006740692537277937, + "U": 1.1652065040834714e-05, + "K": 5.275649164104834e-05, + "L": 0.00023216000408865511, + "G": 0.0030234705191105604, + "F": 0.03677595034241676, + "E": 0.0003647624107543379, + "T": 0.0037568160332739353, + "P": 0.018822023645043373, + "-": 0.9255213141441345 + }, + "id": "tp_26233" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3279146, + "label": "-", + "classification": { + "B": 8.604793038102798e-07, + "S": 3.0449784844677197e-06, + "I": 3.8680602301610634e-05, + "C": 2.1589567040791735e-05, + "R": 4.375237040221691e-06, + "M": 6.177742034196854e-05, + "O": 3.372253922862001e-05, + "W": 2.7513126497069607e-06, + "N": 4.5506762944569346e-06, + "Y": 0.0005370042053982615, + "U": 5.104193405713886e-07, + "K": 1.9917923054890707e-05, + "L": 2.230717655038461e-06, + "G": 0.00011684473429340869, + "F": 0.03375418856739998, + "E": 0.00011581686703721061, + "T": 0.00017897365614771843, + "P": 0.06776978820562363, + "-": 0.8973334431648254 + }, + "id": "tp_26234" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3279279, + "label": "-", + "classification": { + "B": 0.00015506905037909746, + "S": 7.246312452480197e-05, + "I": 7.880837074480951e-05, + "C": 0.0007969439611770213, + "R": 0.0006102537154220045, + "M": 0.010194706730544567, + "O": 0.0016743442974984646, + "W": 3.4326603781664744e-05, + "N": 2.12306872526824e-06, + "Y": 0.008087709546089172, + "U": 1.3987707916385261e-06, + "K": 4.0567499581811717e-07, + "L": 0.002413880778476596, + "G": 0.013694138266146183, + "F": 0.011391389183700085, + "E": 8.314334991155192e-05, + "T": 0.008380408398807049, + "P": 0.0032354446593672037, + "-": 0.9390931129455566 + }, + "id": "tp_26235" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3279379, + "label": "-", + "classification": { + "B": 1.5077418424880307e-08, + "S": 3.5466435122089024e-08, + "I": 1.0101819498231634e-05, + "C": 1.8338529116590507e-05, + "R": 1.5323150819313014e-06, + "M": 1.6421252439613454e-05, + "O": 4.325101599533809e-06, + "W": 5.249523127304201e-08, + "N": 1.480626252714501e-07, + "Y": 0.0001285457838093862, + "U": 2.5005208570405557e-08, + "K": 1.4676971638039049e-08, + "L": 7.742996217530163e-07, + "G": 4.346166315372102e-05, + "F": 0.0006919832085259259, + "E": 2.222378952865256e-06, + "T": 0.00015656206232961267, + "P": 0.015518134459853172, + "-": 0.983407199382782 + }, + "id": "tp_26236" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3279513, + "label": "-", + "classification": { + "B": 2.58480820081175e-10, + "S": 5.412624570766411e-09, + "I": 5.217476672925159e-09, + "C": 6.020133696438279e-06, + "R": 8.49738398756017e-07, + "M": 6.93588845024351e-06, + "O": 1.88036278814252e-06, + "W": 3.1871294492447078e-09, + "N": 1.0378774228936294e-10, + "Y": 0.00027862327988259494, + "U": 3.5922924357389974e-11, + "K": 1.8647787758396817e-09, + "L": 6.4064710159073e-07, + "G": 8.050879114307463e-05, + "F": 0.0043244571425020695, + "E": 2.0374814724277712e-08, + "T": 4.677831020671874e-05, + "P": 5.684572897735052e-05, + "-": 0.9951964020729065 + }, + "id": "tp_26237" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3279646, + "label": "-", + "classification": { + "B": 0.0001847657113103196, + "S": 1.0216131158813369e-05, + "I": 0.00017002189997583628, + "C": 0.00011371150321792811, + "R": 3.423860835027881e-05, + "M": 0.0019546514376997948, + "O": 0.000444432400399819, + "W": 8.939931831264403e-06, + "N": 3.137726253044093e-06, + "Y": 0.0013397467555478215, + "U": 6.02372779212601e-07, + "K": 2.42918094528477e-08, + "L": 0.0003017763956449926, + "G": 0.001445250934921205, + "F": 0.0011934605427086353, + "E": 7.860274490667507e-05, + "T": 0.0028837022837251425, + "P": 0.02924921363592148, + "-": 0.9605835676193237 + }, + "id": "tp_26238" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3279780, + "label": "-", + "classification": { + "B": 3.4667659853937494e-09, + "S": 3.9289149711407845e-09, + "I": 1.5329101188399363e-07, + "C": 2.4907890860959014e-07, + "R": 2.0277015622127692e-08, + "M": 4.115746378374752e-06, + "O": 8.040128136599378e-07, + "W": 2.0372372677712747e-09, + "N": 1.9604664558414697e-09, + "Y": 3.5220320569351315e-05, + "U": 1.99387326094147e-10, + "K": 9.93441648389215e-11, + "L": 6.857075618427189e-08, + "G": 4.867145435127895e-06, + "F": 0.00011551139323273674, + "E": 8.550435381948773e-08, + "T": 3.794763324549422e-05, + "P": 0.0018760520033538342, + "-": 0.9979248046875 + }, + "id": "tp_26239" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3279880, + "label": "-", + "classification": { + "B": 2.712486679712356e-09, + "S": 9.171500003901656e-09, + "I": 6.369459242705489e-06, + "C": 2.5205915790138533e-06, + "R": 5.607735715784656e-07, + "M": 9.05640990822576e-06, + "O": 1.7575130186742172e-06, + "W": 7.022114445476291e-09, + "N": 6.346751035835041e-08, + "Y": 0.00018916149565484375, + "U": 3.86687837305999e-09, + "K": 8.203969947828682e-09, + "L": 7.139682622891996e-08, + "G": 1.1671035281324293e-05, + "F": 0.0001972223981283605, + "E": 6.99912220625265e-07, + "T": 0.0001280345895793289, + "P": 0.007739155553281307, + "-": 0.9917136430740356 + }, + "id": "tp_26240" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3280013, + "label": "-", + "classification": { + "B": 1.695417584102188e-09, + "S": 4.67667959913598e-10, + "I": 2.6327143132220954e-07, + "C": 7.968159252413898e-07, + "R": 2.066229320973889e-08, + "M": 1.2792155246188486e-07, + "O": 8.890205549505481e-08, + "W": 5.027211424923905e-10, + "N": 4.104924400394339e-09, + "Y": 2.738324837991968e-06, + "U": 1.63077717996174e-10, + "K": 1.6137007008421023e-10, + "L": 4.090621175123488e-09, + "G": 1.3835385743732331e-06, + "F": 0.0001462901709601283, + "E": 1.8690100489493489e-07, + "T": 2.6557820547168376e-06, + "P": 0.030521132051944733, + "-": 0.9693242907524109 + }, + "id": "tp_26241" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3280147, + "label": "-", + "classification": { + "B": 3.1512513487541582e-06, + "S": 5.434558261185884e-07, + "I": 2.7776657589129172e-05, + "C": 0.0003204538661520928, + "R": 5.3913972806185484e-05, + "M": 0.00042214637505821884, + "O": 6.710118759656325e-05, + "W": 5.549874231292051e-07, + "N": 5.487617613653129e-07, + "Y": 0.0020264601334929466, + "U": 2.691222391604242e-07, + "K": 7.47470920714477e-08, + "L": 5.1675146096386015e-05, + "G": 0.0016305915778502822, + "F": 0.0016884292708709836, + "E": 2.137507362931501e-05, + "T": 0.0008905470022000372, + "P": 0.00986537616699934, + "-": 0.9829291105270386 + }, + "id": "tp_26242" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3280280, + "label": "-", + "classification": { + "B": 2.1846914023626596e-05, + "S": 9.08926158444956e-05, + "I": 0.00011901472316822037, + "C": 0.0036817851942032576, + "R": 0.001214731833897531, + "M": 0.003599603660404682, + "O": 0.0010722598526626825, + "W": 4.974561306880787e-05, + "N": 1.2316520042077173e-05, + "Y": 0.01145072653889656, + "U": 5.2109171519987285e-06, + "K": 1.327978043264011e-05, + "L": 0.0006830794736742973, + "G": 0.00763901649042964, + "F": 0.03641195967793465, + "E": 0.00017213370301760733, + "T": 0.0061201718635857105, + "P": 0.006052689626812935, + "-": 0.9215894937515259 + }, + "id": "tp_26243" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3280380, + "label": "-", + "classification": { + "B": 1.4249734725524377e-08, + "S": 7.313526850794005e-08, + "I": 1.2774781907864963e-06, + "C": 1.964272541954415e-06, + "R": 7.143363518480328e-07, + "M": 1.6936712199822068e-05, + "O": 6.299432243395131e-06, + "W": 4.332022029984728e-08, + "N": 1.6995176821410496e-08, + "Y": 0.0002146401529898867, + "U": 1.8151403713417835e-09, + "K": 1.6384045231632172e-09, + "L": 8.84410781054612e-07, + "G": 3.8433747249655426e-05, + "F": 0.0013089713174849749, + "E": 5.620702836495184e-07, + "T": 0.00012202087964396924, + "P": 0.003258029231801629, + "-": 0.9950292706489563 + }, + "id": "tp_26244" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3280514, + "label": "-", + "classification": { + "B": 7.531544277128432e-10, + "S": 7.317363159842216e-09, + "I": 2.1982752969051944e-06, + "C": 6.843353730801027e-06, + "R": 1.2073811603841023e-06, + "M": 1.2877369954367168e-05, + "O": 1.3720070910494542e-06, + "W": 7.459308726254221e-09, + "N": 2.3002598936727736e-08, + "Y": 0.0008145181345753372, + "U": 2.423799383421965e-09, + "K": 8.039391730108036e-08, + "L": 1.4516132296193973e-07, + "G": 9.536900324746966e-05, + "F": 0.002615258563309908, + "E": 1.4154971950119943e-06, + "T": 0.00014362750516738743, + "P": 0.005373723804950714, + "-": 0.9909311532974243 + }, + "id": "tp_26245" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3280647, + "label": "-", + "classification": { + "B": 1.0071265599265189e-08, + "S": 1.2162268525628406e-08, + "I": 1.5507173145579145e-07, + "C": 2.4590201064711437e-05, + "R": 1.0015311318056774e-06, + "M": 4.506628101808019e-05, + "O": 4.821623861062108e-06, + "W": 5.528163704582312e-09, + "N": 2.870518267528155e-09, + "Y": 0.00027919848798774183, + "U": 1.8851296079702706e-09, + "K": 2.7082256437438446e-09, + "L": 3.8810471778560895e-06, + "G": 0.00017773121362552047, + "F": 0.0010555684566497803, + "E": 4.881054564975784e-07, + "T": 0.00014613065286539495, + "P": 0.0003167537215631455, + "-": 0.9979445338249207 + }, + "id": "tp_26246" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3280781, + "label": "-", + "classification": { + "B": 5.050642357673496e-07, + "S": 2.2783285658078967e-06, + "I": 0.0003138931351713836, + "C": 0.0007807571091689169, + "R": 0.00022175935737323016, + "M": 0.00037251372123137116, + "O": 9.223461529472843e-05, + "W": 4.3501304389792494e-06, + "N": 8.379212886211462e-06, + "Y": 0.005450794473290443, + "U": 2.270942104587448e-06, + "K": 3.4452953059371794e-06, + "L": 3.0315406547742896e-05, + "G": 0.0008201693999581039, + "F": 0.005510622635483742, + "E": 5.778222839580849e-05, + "T": 0.002172565320506692, + "P": 0.013726407662034035, + "-": 0.9704289436340332 + }, + "id": "tp_26247" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3280881, + "label": "-", + "classification": { + "B": 2.9918305610721063e-09, + "S": 2.2468901406114128e-08, + "I": 7.878913947934052e-07, + "C": 9.225163921655621e-08, + "R": 3.895622313621061e-08, + "M": 1.2458592664188473e-06, + "O": 9.134541869570967e-07, + "W": 1.8133645696138956e-08, + "N": 3.405445880844127e-08, + "Y": 6.235671025933698e-05, + "U": 2.896973105848133e-09, + "K": 7.080805630721443e-08, + "L": 2.5075053144973936e-08, + "G": 2.3669258553127293e-06, + "F": 0.0009430028731003404, + "E": 5.919792442909966e-07, + "T": 4.589453965309076e-05, + "P": 0.01428837887942791, + "-": 0.9846541285514832 + }, + "id": "tp_26248" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3281014, + "label": "-", + "classification": { + "B": 6.67171093482466e-07, + "S": 1.3590289427156677e-06, + "I": 5.486471650328895e-07, + "C": 2.520539510442177e-06, + "R": 8.772274782131717e-07, + "M": 1.6770240108598955e-05, + "O": 1.661013266129885e-05, + "W": 1.7995925816194358e-07, + "N": 2.133939780435412e-08, + "Y": 3.158286926918663e-05, + "U": 1.6634227328893303e-09, + "K": 1.2010561434294686e-09, + "L": 6.094684977142606e-06, + "G": 6.206910620676354e-05, + "F": 0.004604422487318516, + "E": 6.017268674440857e-07, + "T": 0.00014817826740909368, + "P": 0.0029638793785125017, + "-": 0.9921435117721558 + }, + "id": "tp_26249" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3281148, + "label": "-", + "classification": { + "B": 4.2524117560560626e-10, + "S": 3.8578806815792177e-10, + "I": 2.2214337036530196e-09, + "C": 1.4637098644243451e-08, + "R": 9.664493649808037e-10, + "M": 5.113774932397064e-07, + "O": 6.834635968289149e-08, + "W": 9.64782073675785e-11, + "N": 2.7447452297102437e-11, + "Y": 6.861608653707663e-06, + "U": 3.7436282372682594e-12, + "K": 3.6506509620837235e-11, + "L": 3.6547023185562466e-09, + "G": 1.0403060741737136e-06, + "F": 0.00028453179402276874, + "E": 1.1745545869246143e-08, + "T": 2.5018889573402703e-06, + "P": 0.00048171740490943193, + "-": 0.9992227554321289 + }, + "id": "tp_26250" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3281281, + "label": "-", + "classification": { + "B": 1.581401375005953e-05, + "S": 8.990160495159216e-06, + "I": 0.0002147810737369582, + "C": 0.0026935406494885683, + "R": 0.001569860614836216, + "M": 0.006326417904347181, + "O": 0.00157498090993613, + "W": 2.6061541575472802e-05, + "N": 4.815574811800616e-06, + "Y": 0.016552001237869263, + "U": 2.701310677366564e-06, + "K": 6.423908303077042e-07, + "L": 0.0009606011444702744, + "G": 0.004920567385852337, + "F": 0.0024992406833916903, + "E": 3.721864050021395e-05, + "T": 0.010728146880865097, + "P": 0.0019542216323316097, + "-": 0.9499093890190125 + }, + "id": "tp_26251" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3281381, + "label": "-", + "classification": { + "B": 1.6493845578224864e-07, + "S": 9.399531819553886e-08, + "I": 3.464035762590356e-05, + "C": 3.1000996386865154e-05, + "R": 4.354001703177346e-06, + "M": 6.927097274456173e-05, + "O": 1.0686962923500687e-05, + "W": 1.6569931915455527e-07, + "N": 6.42071938727895e-07, + "Y": 0.00039635796565562487, + "U": 2.527034723698307e-07, + "K": 2.9216766961326357e-07, + "L": 2.182662683480885e-06, + "G": 0.00011463026748970151, + "F": 0.0011375437024980783, + "E": 2.0226074411766604e-05, + "T": 0.0007656107773073018, + "P": 0.019551092758774757, + "-": 0.9778607487678528 + }, + "id": "tp_26252" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3281515, + "label": "-", + "classification": { + "B": 2.38448592426721e-07, + "S": 6.277307420532452e-07, + "I": 1.2445229913282674e-05, + "C": 2.7958046757703414e-06, + "R": 7.257172001118306e-07, + "M": 6.92256071488373e-06, + "O": 7.602075584145496e-06, + "W": 3.6226094835001277e-07, + "N": 1.608137381481356e-06, + "Y": 0.00020664317707996815, + "U": 8.019419794891292e-08, + "K": 1.8506406149754184e-06, + "L": 2.0153937896338903e-07, + "G": 1.959594555955846e-05, + "F": 0.0025762375444173813, + "E": 1.826225889089983e-05, + "T": 0.00011624122998910025, + "P": 0.08080723881721497, + "-": 0.9162201881408691 + }, + "id": "tp_26253" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3281648, + "label": "-", + "classification": { + "B": 2.30097207953861e-09, + "S": 6.605161750883326e-09, + "I": 8.175763355211529e-07, + "C": 4.5288834371604025e-06, + "R": 1.5530423524978687e-07, + "M": 1.1359820746292826e-05, + "O": 1.7352897430100711e-06, + "W": 5.8960920590322985e-09, + "N": 1.547062034035207e-08, + "Y": 0.00015499464643653482, + "U": 2.1809405392758663e-09, + "K": 2.9617076791055297e-08, + "L": 2.1072202116556582e-07, + "G": 6.0199334257049486e-05, + "F": 0.0009396504028700292, + "E": 1.677113004916464e-06, + "T": 7.360801828326657e-05, + "P": 0.004183117765933275, + "-": 0.99456787109375 + }, + "id": "tp_26254" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3281782, + "label": "-", + "classification": { + "B": 8.602997780826627e-08, + "S": 1.4284760254668072e-06, + "I": 4.733104560727952e-06, + "C": 0.003737945342436433, + "R": 0.0004742842575069517, + "M": 0.0005697824526578188, + "O": 0.00013842993939761072, + "W": 2.3493821572628804e-06, + "N": 2.2235452945551515e-07, + "Y": 0.007942629978060722, + "U": 1.9373607074157917e-07, + "K": 7.820258360879961e-06, + "L": 7.033985457383096e-05, + "G": 0.005326658021658659, + "F": 0.02184569276869297, + "E": 9.302831131208222e-06, + "T": 0.0020579248666763306, + "P": 0.00047889637062326074, + "-": 0.9573311805725098 + }, + "id": "tp_26255" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3281882, + "label": "-", + "classification": { + "B": 1.8238083043797815e-08, + "S": 5.491726540185482e-08, + "I": 9.716882232169155e-07, + "C": 2.364343345107045e-05, + "R": 3.130927552774665e-06, + "M": 5.5897198762977496e-05, + "O": 7.6159103628015146e-06, + "W": 4.831958833051431e-08, + "N": 3.473492427019664e-08, + "Y": 0.0009369120234623551, + "U": 1.0282636075942264e-08, + "K": 1.1636101504564067e-07, + "L": 1.9726448954315856e-06, + "G": 0.00022835010895505548, + "F": 0.005848481319844723, + "E": 3.1191434572974686e-06, + "T": 0.0002591329102870077, + "P": 0.0016517085023224354, + "-": 0.9909788370132446 + }, + "id": "tp_26256" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3282015, + "label": "-", + "classification": { + "B": 1.4236885108320774e-11, + "S": 2.2055661463848963e-10, + "I": 4.4596220050152624e-08, + "C": 5.29751559952274e-07, + "R": 9.299969860876445e-08, + "M": 1.8786429336614674e-06, + "O": 1.562043792091572e-07, + "W": 3.6915998036235464e-10, + "N": 2.747291283355935e-10, + "Y": 0.0001120887536671944, + "U": 1.1018301548926246e-10, + "K": 4.398861719323577e-09, + "L": 7.4832433583083e-09, + "G": 5.233434421825223e-06, + "F": 0.00010861310875043273, + "E": 4.9627093545723255e-08, + "T": 1.2689180948655121e-05, + "P": 0.0002082772844005376, + "-": 0.9995504021644592 + }, + "id": "tp_26257" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3282149, + "label": "-", + "classification": { + "B": 4.6422488253483607e-07, + "S": 1.297964331570256e-07, + "I": 2.3406648324453272e-05, + "C": 1.1531549716892187e-05, + "R": 2.5059025574591942e-06, + "M": 0.00017479628149885684, + "O": 1.4264844139688648e-05, + "W": 1.5433154487709544e-07, + "N": 4.2943443645526713e-07, + "Y": 0.00215415027923882, + "U": 8.489097069741547e-08, + "K": 7.209748105196923e-07, + "L": 2.857281742763007e-06, + "G": 0.00044975237688049674, + "F": 0.002171277068555355, + "E": 4.509938298724592e-05, + "T": 0.00041312139364890754, + "P": 0.009114115498960018, + "-": 0.9854211211204529 + }, + "id": "tp_26258" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3282282, + "label": "-", + "classification": { + "B": 3.2037428265851986e-09, + "S": 4.8379273920318155e-09, + "I": 3.079320833876409e-07, + "C": 1.0473036127223168e-05, + "R": 5.48327193428122e-07, + "M": 2.565662725828588e-05, + "O": 9.680891253083246e-07, + "W": 1.902526136632332e-09, + "N": 2.5646740287044167e-09, + "Y": 0.001589338411577046, + "U": 6.244544326072798e-10, + "K": 1.9926412520021586e-08, + "L": 3.776073356220877e-07, + "G": 0.00042657507583498955, + "F": 0.001274922746233642, + "E": 1.3672610066350899e-06, + "T": 0.00010084463428938761, + "P": 0.0006394106312654912, + "-": 0.9959290623664856 + }, + "id": "tp_26259" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3282382, + "label": "-", + "classification": { + "B": 8.705022196409118e-07, + "S": 2.330470181277633e-07, + "I": 4.458286639419384e-06, + "C": 1.138708284997847e-06, + "R": 6.703319854750589e-07, + "M": 4.124604311073199e-05, + "O": 2.404344195383601e-05, + "W": 2.2789546960666485e-07, + "N": 4.900118355521954e-08, + "Y": 0.00011219260341022164, + "U": 3.5925513675039156e-09, + "K": 2.3478510802199537e-10, + "L": 3.854181159113068e-06, + "G": 3.658998684841208e-05, + "F": 0.0005334690795280039, + "E": 7.353455657721497e-07, + "T": 0.00011177193664480001, + "P": 0.01196054182946682, + "-": 0.9871678948402405 + }, + "id": "tp_26260" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3282516, + "label": "-", + "classification": { + "B": 2.1711798581236508e-08, + "S": 2.24602167975263e-08, + "I": 3.435641460214356e-08, + "C": 5.92101571328385e-07, + "R": 2.176350122340409e-08, + "M": 5.640449217025889e-06, + "O": 9.843474799708929e-07, + "W": 2.1553141493768635e-09, + "N": 1.4163069605999112e-09, + "Y": 2.247910924779717e-05, + "U": 6.925867518381423e-11, + "K": 5.699239968848246e-10, + "L": 2.1845482933713356e-07, + "G": 2.93319044430973e-05, + "F": 0.006675965152680874, + "E": 3.8550840031348343e-07, + "T": 2.0198087440803647e-05, + "P": 0.0018561093602329493, + "-": 0.9913880228996277 + }, + "id": "tp_26261" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3282649, + "label": "-", + "classification": { + "B": 5.531325314223068e-06, + "S": 2.1320361156540457e-06, + "I": 0.00011242672917433083, + "C": 4.4955831981496885e-05, + "R": 7.427647688018624e-06, + "M": 0.0002107659529428929, + "O": 0.00011384227400412783, + "W": 1.6262749795714626e-06, + "N": 3.349129428897868e-06, + "Y": 0.0002915076329372823, + "U": 3.488694630959799e-07, + "K": 3.7227863458610955e-08, + "L": 3.404585368116386e-05, + "G": 0.0004099840298295021, + "F": 0.0010820153402164578, + "E": 6.165377999423072e-05, + "T": 0.000636535114608705, + "P": 0.04339519888162613, + "-": 0.9535866379737854 + }, + "id": "tp_26262" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3282783, + "label": "-", + "classification": { + "B": 6.085622885620978e-07, + "S": 5.040224664298876e-07, + "I": 0.0004844475188292563, + "C": 0.0002709372201934457, + "R": 3.5607827157946303e-05, + "M": 0.0002800564107019454, + "O": 3.458925857557915e-05, + "W": 7.881925512265298e-07, + "N": 6.277194188442081e-06, + "Y": 0.002029465278610587, + "U": 6.14177054103493e-07, + "K": 2.490902772933623e-07, + "L": 9.564797437633388e-06, + "G": 0.0005092911305837333, + "F": 0.0009444935130886734, + "E": 0.00010279685375280678, + "T": 0.0009824990993365645, + "P": 0.06603022664785385, + "-": 0.9282770156860352 + }, + "id": "tp_26263" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3282883, + "label": "-", + "classification": { + "B": 9.249432508795508e-08, + "S": 2.552689792878482e-08, + "I": 3.929359991161618e-06, + "C": 1.3480871530191507e-06, + "R": 3.0472389767055574e-07, + "M": 6.900964763190132e-06, + "O": 2.7000505724572577e-06, + "W": 2.995317416321086e-08, + "N": 7.189848361122131e-08, + "Y": 0.00022805307526141405, + "U": 6.076761760454019e-09, + "K": 2.1499289459825377e-08, + "L": 2.7667059043778863e-07, + "G": 6.433011003537104e-05, + "F": 0.0009035778930410743, + "E": 7.885096238169353e-06, + "T": 7.318855205085129e-05, + "P": 0.016696706414222717, + "-": 0.9820104241371155 + }, + "id": "tp_26264" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3283016, + "label": "-", + "classification": { + "B": 7.981428885861508e-12, + "S": 8.851946259325061e-11, + "I": 9.089262675843202e-08, + "C": 2.6894367621821402e-08, + "R": 2.7911564171034797e-09, + "M": 1.1798841903498669e-08, + "O": 1.4636584388938445e-08, + "W": 1.785851883040479e-10, + "N": 1.985529074488568e-09, + "Y": 3.214179741917178e-05, + "U": 1.1553242390549556e-10, + "K": 6.431572074916403e-08, + "L": 6.22013204831795e-11, + "G": 4.341810608821106e-07, + "F": 0.00030304264510050416, + "E": 4.980467238624442e-08, + "T": 1.5194884781521978e-06, + "P": 0.011367726139724255, + "-": 0.9882948398590088 + }, + "id": "tp_26265" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3283150, + "label": "-", + "classification": { + "B": 4.397793134103267e-07, + "S": 2.7407994096506627e-08, + "I": 1.200913538923487e-05, + "C": 1.9731958218471846e-06, + "R": 1.581516784199266e-07, + "M": 5.30581064595026e-06, + "O": 2.0353775198600488e-06, + "W": 1.917412362217874e-08, + "N": 7.104131327650975e-08, + "Y": 9.458121348870918e-05, + "U": 5.105923683856872e-09, + "K": 6.273314645532935e-10, + "L": 3.164531676702609e-07, + "G": 3.1506435334449634e-05, + "F": 0.00010578268847893924, + "E": 2.556090294092428e-06, + "T": 3.481572639429942e-05, + "P": 0.06961051374673843, + "-": 0.9300979971885681 + }, + "id": "tp_26266" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3283283, + "label": "-", + "classification": { + "B": 3.504625256667282e-09, + "S": 8.105262017110704e-10, + "I": 6.020882210577838e-07, + "C": 4.753339499785625e-09, + "R": 3.124928371622815e-10, + "M": 2.528914677668581e-08, + "O": 5.5913488949954626e-08, + "W": 5.341640463285557e-10, + "N": 1.9926568839423453e-08, + "Y": 3.298249566796585e-07, + "U": 7.931375001213326e-11, + "K": 1.5161524258289205e-09, + "L": 8.420876773662656e-10, + "G": 3.1942468581291905e-07, + "F": 7.533335156040266e-05, + "E": 6.561066356880474e-07, + "T": 1.833431610975822e-06, + "P": 0.34669092297554016, + "-": 0.653229832649231 + }, + "id": "tp_26267" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3283383, + "label": "-", + "classification": { + "B": 5.221159682378129e-08, + "S": 1.9676245699429273e-07, + "I": 1.6008556258384488e-06, + "C": 2.1585228751064278e-05, + "R": 3.702565209096065e-06, + "M": 3.107279917458072e-05, + "O": 9.145759577222634e-06, + "W": 1.0858381926937e-07, + "N": 2.875330551432853e-08, + "Y": 0.00012159449397586286, + "U": 1.8670419876798405e-08, + "K": 3.992715047473894e-09, + "L": 2.929601578216534e-06, + "G": 4.125197301618755e-05, + "F": 0.0011146158212795854, + "E": 3.2310566666637897e-07, + "T": 0.000428150815423578, + "P": 0.003337117610499263, + "-": 0.9948864579200745 + }, + "id": "tp_26268" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3283517, + "label": "-", + "classification": { + "B": 3.331593056987714e-10, + "S": 9.217505925196434e-11, + "I": 3.2500778957000875e-08, + "C": 2.1254729531960947e-08, + "R": 3.3338705129892787e-09, + "M": 3.1764116670274234e-07, + "O": 7.29984108716053e-08, + "W": 1.493035972632839e-10, + "N": 1.4404909209897454e-10, + "Y": 4.461928710952634e-06, + "U": 4.1150020890778904e-11, + "K": 1.8903708459694357e-11, + "L": 6.687957299078562e-09, + "G": 4.795419954461977e-07, + "F": 4.0503015043213964e-05, + "E": 1.6251838985681388e-08, + "T": 6.287577434704872e-06, + "P": 0.004045266192406416, + "-": 0.9959025979042053 + }, + "id": "tp_26269" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3283650, + "label": "-", + "classification": { + "B": 1.9751153601532678e-08, + "S": 2.7030219840185055e-08, + "I": 2.431330585750402e-07, + "C": 2.7577531000133604e-05, + "R": 1.2039041621392244e-06, + "M": 5.749536649091169e-05, + "O": 3.0163221254042583e-06, + "W": 1.3083530703283941e-08, + "N": 3.654090807714283e-09, + "Y": 8.452086331089959e-05, + "U": 3.767431699941426e-09, + "K": 3.5640490558819238e-09, + "L": 3.200628498234437e-06, + "G": 0.0001008749968605116, + "F": 0.002673209412023425, + "E": 6.057341011000972e-07, + "T": 0.00016196393698919564, + "P": 0.0012203698279336095, + "-": 0.9956656098365784 + }, + "id": "tp_26270" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3283750, + "label": "-", + "classification": { + "B": 3.031475293013841e-09, + "S": 1.6137243763481024e-09, + "I": 3.2419956141893636e-07, + "C": 6.622203727602027e-07, + "R": 9.24264824675447e-08, + "M": 1.4076933894102694e-06, + "O": 3.587713592878572e-07, + "W": 1.397196136565526e-09, + "N": 1.938154081670973e-09, + "Y": 1.841517041611951e-05, + "U": 4.1549530482853925e-10, + "K": 1.1785110665130105e-09, + "L": 4.075183923646364e-08, + "G": 6.635166300839046e-06, + "F": 0.0002088323817588389, + "E": 1.1845699532386789e-07, + "T": 1.5466615877812728e-05, + "P": 0.0017622384475544095, + "-": 0.9979853630065918 + }, + "id": "tp_26271" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3283884, + "label": "-", + "classification": { + "B": 4.3291827012126305e-08, + "S": 8.175309318403379e-09, + "I": 1.6137452121256501e-06, + "C": 1.65844576258678e-05, + "R": 2.1994476355757797e-06, + "M": 1.669546327320859e-05, + "O": 1.6627622017040267e-06, + "W": 2.1459969801185252e-08, + "N": 1.0605922362572073e-08, + "Y": 0.00048108070041052997, + "U": 8.003052442973058e-09, + "K": 9.860684713203227e-09, + "L": 1.062340516000404e-06, + "G": 0.0001143272893386893, + "F": 0.001337212510406971, + "E": 9.768220934347482e-07, + "T": 6.700897210976109e-05, + "P": 0.0022216197103261948, + "-": 0.9957379102706909 + }, + "id": "tp_26272" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3284017, + "label": "-", + "classification": { + "B": 1.8302896698241256e-10, + "S": 2.666807052964515e-10, + "I": 1.581875750389372e-07, + "C": 2.1868276078862436e-08, + "R": 2.0501254027749383e-09, + "M": 1.2888281730738527e-07, + "O": 4.697532673958449e-08, + "W": 1.924092551952583e-10, + "N": 1.4744547804923513e-09, + "Y": 7.862777238187846e-06, + "U": 2.973947477169503e-11, + "K": 2.110527586030031e-10, + "L": 9.644807175135384e-10, + "G": 1.0477575642653392e-06, + "F": 0.0001424365909770131, + "E": 6.760009796380473e-08, + "T": 7.058224127831636e-06, + "P": 0.02047787979245186, + "-": 0.9793633818626404 + }, + "id": "tp_26273" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3284151, + "label": "-", + "classification": { + "B": 7.43068966357896e-08, + "S": 4.935626520818914e-07, + "I": 1.3145958291715942e-05, + "C": 3.5203313473175513e-06, + "R": 7.4517845405353e-07, + "M": 2.4584653147030622e-05, + "O": 8.014648301468696e-06, + "W": 1.63623425919468e-07, + "N": 6.428031156247016e-07, + "Y": 0.00018812650523614138, + "U": 3.370460532892139e-08, + "K": 1.2286307082831627e-07, + "L": 5.827575364492077e-07, + "G": 3.068949081352912e-05, + "F": 0.0016426917864009738, + "E": 5.096023869555211e-06, + "T": 0.00031788897467777133, + "P": 0.04850171506404877, + "-": 0.9492617249488831 + }, + "id": "tp_26274" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3284251, + "label": "-", + "classification": { + "B": 0.00012890367361251265, + "S": 0.0003135482838843018, + "I": 0.002897044876590371, + "C": 0.0056004878133535385, + "R": 0.0019133692840114236, + "M": 0.008121205493807793, + "O": 0.0025176694616675377, + "W": 0.00031213040347211063, + "N": 0.0004965494154021144, + "Y": 0.016988541930913925, + "U": 0.00019672716734930873, + "K": 0.0002507282479200512, + "L": 0.0011124459560960531, + "G": 0.006556378677487373, + "F": 0.045914426445961, + "E": 0.0018986242357641459, + "T": 0.019938217476010323, + "P": 0.09529837965965271, + "-": 0.7895446419715881 + }, + "id": "tp_26275" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3284384, + "label": "-", + "classification": { + "B": 8.13730327564599e-09, + "S": 8.920526539668572e-09, + "I": 1.2158468052803073e-05, + "C": 6.354777724482119e-06, + "R": 6.720036935803364e-07, + "M": 6.942415438970784e-06, + "O": 1.8555394944996806e-06, + "W": 2.69672923991493e-08, + "N": 1.2368241186777595e-07, + "Y": 7.274156087078154e-05, + "U": 1.3327642989224842e-08, + "K": 7.42762074068537e-09, + "L": 1.9482463642361836e-07, + "G": 1.4178540368448012e-05, + "F": 0.00021427944011520594, + "E": 1.3461965409078402e-06, + "T": 8.387766865780577e-05, + "P": 0.032529715448617935, + "-": 0.9670553803443909 + }, + "id": "tp_26276" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3284518, + "label": "-", + "classification": { + "B": 0.000317174824886024, + "S": 4.3051950342487544e-05, + "I": 0.001118241809308529, + "C": 0.0008735564770177007, + "R": 0.0002950245689135045, + "M": 0.003123475704342127, + "O": 0.0009412068757228553, + "W": 3.5451888834359124e-05, + "N": 3.236250267946161e-05, + "Y": 0.013192152604460716, + "U": 4.465371603146195e-06, + "K": 1.7334884887532098e-06, + "L": 0.00046356397797353566, + "G": 0.004419797565788031, + "F": 0.004469737410545349, + "E": 0.0010084727546200156, + "T": 0.007156027480959892, + "P": 0.03277197107672691, + "-": 0.9297325015068054 + }, + "id": "tp_26277" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3284651, + "label": "-", + "classification": { + "B": 5.0973486764860354e-08, + "S": 2.7452330186861218e-08, + "I": 1.7559843854542123e-06, + "C": 1.4283808013715316e-05, + "R": 2.176155021516024e-06, + "M": 1.7702614059089683e-06, + "O": 3.525302190610091e-06, + "W": 7.923257783204463e-08, + "N": 5.0586457689405506e-08, + "Y": 3.552665657480247e-05, + "U": 2.712696378637247e-08, + "K": 4.2061010674387944e-08, + "L": 4.544170622011734e-07, + "G": 1.5564897694275714e-05, + "F": 0.00374539103358984, + "E": 6.095008302509086e-07, + "T": 3.231331720598973e-05, + "P": 0.017471255734562874, + "-": 0.9786752462387085 + }, + "id": "tp_26278" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3284751, + "label": "-", + "classification": { + "B": 8.482790581076927e-10, + "S": 1.0388204074729401e-08, + "I": 4.452772373042535e-07, + "C": 4.4800349314755294e-06, + "R": 8.089901939456468e-07, + "M": 6.8620374804595485e-06, + "O": 1.7628295836402685e-06, + "W": 1.1355413498392863e-08, + "N": 1.0058514909871974e-08, + "Y": 0.00020787023822776973, + "U": 1.3939470688839606e-09, + "K": 9.123129807164787e-09, + "L": 2.5190911401296034e-07, + "G": 2.153298191842623e-05, + "F": 0.004114118404686451, + "E": 3.727583077761665e-07, + "T": 6.77517891745083e-05, + "P": 0.0016906365053728223, + "-": 0.9938830137252808 + }, + "id": "tp_26279" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3284885, + "label": "-", + "classification": { + "B": 1.1675250789267011e-05, + "S": 4.637908568838611e-05, + "I": 3.63447361451108e-05, + "C": 0.00019544320821296424, + "R": 7.488599658245221e-05, + "M": 0.002064462983980775, + "O": 0.0005817975616082549, + "W": 1.2069620424881577e-05, + "N": 2.6752593385026557e-06, + "Y": 0.003091244725510478, + "U": 3.926494969164196e-07, + "K": 1.390709826409875e-06, + "L": 0.00023424261598847806, + "G": 0.002576520200818777, + "F": 0.02352403849363327, + "E": 5.926546873524785e-05, + "T": 0.002181846182793379, + "P": 0.006491532549262047, + "-": 0.9588137865066528 + }, + "id": "tp_26280" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3285018, + "label": "-", + "classification": { + "B": 6.897322712973164e-10, + "S": 5.114190737565139e-10, + "I": 9.075465641217306e-07, + "C": 2.38956454268191e-06, + "R": 3.022056773716031e-07, + "M": 2.681355908862315e-06, + "O": 3.5667090969582205e-07, + "W": 1.7248728001462155e-09, + "N": 2.506383989242522e-09, + "Y": 0.00010744297469500452, + "U": 5.18781628766618e-10, + "K": 6.557663856376905e-10, + "L": 4.5967777140276667e-08, + "G": 9.577940545568708e-06, + "F": 0.00012637318286579102, + "E": 9.408849876990644e-08, + "T": 1.8144684872822836e-05, + "P": 0.0009751124889589846, + "-": 0.9987566471099854 + }, + "id": "tp_26281" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3285152, + "label": "-", + "classification": { + "B": 1.7063655377569376e-08, + "S": 4.075727844110588e-08, + "I": 1.2785257013092632e-06, + "C": 6.06288676863187e-06, + "R": 3.969267652337294e-07, + "M": 3.155096055706963e-05, + "O": 2.9486193398042815e-06, + "W": 1.3375164087392477e-08, + "N": 2.350586392196874e-08, + "Y": 0.001408925629220903, + "U": 2.7731550389376025e-09, + "K": 1.0292605168160662e-07, + "L": 7.779397606100247e-07, + "G": 0.0004821807669941336, + "F": 0.003051006468012929, + "E": 4.085312866664026e-06, + "T": 0.0001630261103855446, + "P": 0.0019998487550765276, + "-": 0.9928476810455322 + }, + "id": "tp_26282" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3285252, + "label": "-", + "classification": { + "B": 3.100966239344416e-07, + "S": 4.466570828753902e-07, + "I": 8.403263200307265e-05, + "C": 1.918503585329745e-05, + "R": 3.3427511425543344e-06, + "M": 5.1528922995203175e-06, + "O": 1.4183036000758875e-05, + "W": 1.0183960057474906e-06, + "N": 8.03608327260008e-06, + "Y": 0.00020489013695623726, + "U": 7.963784014464181e-07, + "K": 7.780895430187229e-06, + "L": 5.723650815525616e-07, + "G": 4.8957776016322896e-05, + "F": 0.0036344220861792564, + "E": 4.2229443351970986e-05, + "T": 0.00012223259545862675, + "P": 0.17417465150356293, + "-": 0.8216277956962585 + }, + "id": "tp_26283" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3285385, + "label": "-", + "classification": { + "B": 2.670362264645121e-10, + "S": 9.338545936543596e-09, + "I": 6.036691591049248e-09, + "C": 1.3919052435085177e-06, + "R": 1.576025567828765e-07, + "M": 6.827042670920491e-05, + "O": 4.354641077952692e-06, + "W": 2.780809360558578e-09, + "N": 9.28652918452677e-11, + "Y": 0.0004114780458621681, + "U": 2.8770629975638506e-11, + "K": 5.414638182266174e-10, + "L": 1.4677830222353805e-06, + "G": 8.580957364756614e-05, + "F": 0.0012271233135834336, + "E": 2.1668297378596435e-08, + "T": 0.00018073162937071174, + "P": 3.367916360730305e-05, + "-": 0.9979854822158813 + }, + "id": "tp_26284" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3285519, + "label": "-", + "classification": { + "B": 4.63532700223368e-07, + "S": 3.3121375508926576e-07, + "I": 2.1019142877776176e-05, + "C": 0.00017102797573897988, + "R": 5.343156954040751e-05, + "M": 7.459506014129147e-05, + "O": 3.7085126677993685e-05, + "W": 6.669513368251501e-07, + "N": 3.3700860058161197e-07, + "Y": 0.0005595785332843661, + "U": 2.2199940019618225e-07, + "K": 4.507495177108467e-08, + "L": 1.0055448910861742e-05, + "G": 0.00015467189950868487, + "F": 0.00045819446677342057, + "E": 2.296701495652087e-06, + "T": 0.000712088483851403, + "P": 0.003190954215824604, + "-": 0.9945530295372009 + }, + "id": "tp_26285" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3285652, + "label": "-", + "classification": { + "B": 3.1974163761105956e-08, + "S": 3.6085629062654334e-07, + "I": 6.113097697379999e-06, + "C": 1.8971864847117104e-05, + "R": 4.94986215926474e-06, + "M": 7.135122723411769e-05, + "O": 2.238773049612064e-05, + "W": 2.491439090590575e-07, + "N": 1.2272178651073773e-07, + "Y": 0.0009645975660532713, + "U": 4.966624445046364e-08, + "K": 4.912285476166289e-07, + "L": 5.219866125116823e-06, + "G": 0.0004998580552637577, + "F": 0.002744938712567091, + "E": 4.9561631385586224e-06, + "T": 0.0003193044103682041, + "P": 0.0015069479122757912, + "-": 0.9938291907310486 + }, + "id": "tp_26286" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3285752, + "label": "-", + "classification": { + "B": 0.00021964886400382966, + "S": 5.786454494227655e-05, + "I": 0.00027706753462553024, + "C": 0.0002964955638162792, + "R": 8.998566772788763e-05, + "M": 0.0005244875210337341, + "O": 0.0007575681665912271, + "W": 2.777234658424277e-05, + "N": 3.143647700198926e-05, + "Y": 0.0010420855833217502, + "U": 5.620378033199813e-06, + "K": 5.8007403822557535e-06, + "L": 0.0001387357187923044, + "G": 0.002005605027079582, + "F": 0.010723713785409927, + "E": 0.00024200761981774122, + "T": 0.0011590007925406098, + "P": 0.058880168944597244, + "-": 0.9235149621963501 + }, + "id": "tp_26287" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3285886, + "label": "-", + "classification": { + "B": 8.916725846574991e-07, + "S": 2.8941661867065704e-07, + "I": 5.139167478773743e-05, + "C": 7.257083780132234e-05, + "R": 9.685538316261955e-06, + "M": 3.9098176785046235e-05, + "O": 1.752684147504624e-05, + "W": 5.265049480840389e-07, + "N": 2.0388390566949965e-06, + "Y": 0.0006616267492063344, + "U": 5.158809130989539e-07, + "K": 4.279942459106678e-06, + "L": 2.852168790923315e-06, + "G": 0.0003519351303111762, + "F": 0.0057337358593940735, + "E": 4.959130092174746e-05, + "T": 0.00022558876662515104, + "P": 0.03486521542072296, + "-": 0.9579105973243713 + }, + "id": "tp_26288" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3286019, + "label": "-", + "classification": { + "B": 8.173310118986254e-12, + "S": 3.3576449953720555e-10, + "I": 6.08486039332945e-11, + "C": 1.4113617829991654e-08, + "R": 1.5884528137277698e-09, + "M": 1.0938010746031068e-06, + "O": 1.9556817676402716e-07, + "W": 5.045440801265677e-11, + "N": 7.036858617505415e-13, + "Y": 9.522161417407915e-05, + "U": 4.384376027380746e-14, + "K": 1.0008018719309675e-11, + "L": 2.732457637932839e-08, + "G": 1.1865939995914232e-05, + "F": 0.0008973960648290813, + "E": 6.264214702511595e-10, + "T": 9.032470188685693e-06, + "P": 2.7924425012315623e-06, + "-": 0.9989823698997498 + }, + "id": "tp_26289" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3286153, + "label": "-", + "classification": { + "B": 5.67169866627637e-09, + "S": 5.8974340078066234e-08, + "I": 3.796867758865119e-06, + "C": 0.00013672621571458876, + "R": 1.675751991569996e-05, + "M": 2.6627123588696122e-05, + "O": 1.3419510651146993e-05, + "W": 1.285067696699116e-07, + "N": 1.247142051852279e-07, + "Y": 0.002395717892795801, + "U": 4.0441001658564346e-08, + "K": 5.520404897652043e-07, + "L": 3.5347320590517484e-06, + "G": 0.00039916031528264284, + "F": 0.005866001360118389, + "E": 3.04457330457808e-06, + "T": 0.00040991767309606075, + "P": 0.002340203383937478, + "-": 0.9883841276168823 + }, + "id": "tp_26290" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3286253, + "label": "-", + "classification": { + "B": 8.771506188054445e-09, + "S": 4.996278391011799e-10, + "I": 7.435993154558673e-09, + "C": 9.074885731763516e-09, + "R": 9.712242121651116e-10, + "M": 1.0054635595224681e-06, + "O": 3.2385753456765087e-07, + "W": 2.3144311467326872e-10, + "N": 3.5420930077911805e-11, + "Y": 4.7144320092229464e-07, + "U": 1.4244674233568344e-12, + "K": 5.195438263633223e-13, + "L": 2.9909209331435704e-08, + "G": 1.3783943586531677e-06, + "F": 5.185445479582995e-05, + "E": 4.1786773152807655e-08, + "T": 8.19159197362751e-07, + "P": 0.0013445481890812516, + "-": 0.9985995888710022 + }, + "id": "tp_26291" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3286386, + "label": "-", + "classification": { + "B": 0.0004198106180410832, + "S": 1.0020483387052082e-05, + "I": 0.0007177419029176235, + "C": 0.00011486586299724877, + "R": 1.7870805095299147e-05, + "M": 0.00024170287360902876, + "O": 0.0001506922853877768, + "W": 9.065322956303135e-06, + "N": 3.876894697896205e-05, + "Y": 0.0005646072095260024, + "U": 5.3296148507797625e-06, + "K": 8.295393740809232e-07, + "L": 8.251690451288596e-05, + "G": 0.0007998598157428205, + "F": 0.0023993426002562046, + "E": 0.0010015774751082063, + "T": 0.0005638194852508605, + "P": 0.4003787040710449, + "-": 0.59248286485672 + }, + "id": "tp_26292" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3286520, + "label": "-", + "classification": { + "B": 2.4235400353234127e-09, + "S": 2.3542727767278393e-09, + "I": 9.447688853470027e-08, + "C": 1.1293285950841891e-07, + "R": 1.2694300721705076e-08, + "M": 3.565969279861747e-07, + "O": 1.675258687328096e-07, + "W": 3.1327542782122464e-09, + "N": 3.5556357858013143e-09, + "Y": 7.342656772379996e-06, + "U": 1.3645426455433096e-10, + "K": 6.354851311840548e-09, + "L": 4.778510920289136e-09, + "G": 4.01076903244757e-07, + "F": 0.000992822227999568, + "E": 4.96261009175214e-07, + "T": 2.534076884330716e-06, + "P": 0.007488046772778034, + "-": 0.9915075302124023 + }, + "id": "tp_26293" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3286653, + "label": "-", + "classification": { + "B": 1.8939733763545519e-06, + "S": 8.355984277841344e-07, + "I": 2.966687679872848e-05, + "C": 0.00020092794147785753, + "R": 6.11890500294976e-05, + "M": 0.00026980318943969905, + "O": 7.68176032579504e-05, + "W": 1.6800889852675027e-06, + "N": 6.625476771660033e-07, + "Y": 0.0010325947077944875, + "U": 5.484118332788057e-07, + "K": 3.0076296297920635e-07, + "L": 2.8029618988512084e-05, + "G": 0.0004549945006147027, + "F": 0.0025439211167395115, + "E": 9.523892003926449e-06, + "T": 0.0008248469675891101, + "P": 0.00804487057030201, + "-": 0.9864169359207153 + }, + "id": "tp_26294" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3286753, + "label": "-", + "classification": { + "B": 7.733137463716844e-10, + "S": 4.551603538516247e-10, + "I": 8.264491384579742e-07, + "C": 5.99247016452864e-07, + "R": 1.7186627232490537e-08, + "M": 5.886914209440874e-07, + "O": 7.984878891420522e-08, + "W": 4.207337811479306e-10, + "N": 9.594340433238813e-09, + "Y": 1.3529280295188073e-05, + "U": 5.624287702232778e-10, + "K": 1.749133060613417e-09, + "L": 5.189498608615395e-09, + "G": 1.980547267521615e-06, + "F": 0.0001139878950198181, + "E": 7.300458264580811e-07, + "T": 1.3931628018326592e-05, + "P": 0.024304354563355446, + "-": 0.9755492806434631 + }, + "id": "tp_26295" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3286887, + "label": "-", + "classification": { + "B": 4.262734609739027e-09, + "S": 1.0356173696379756e-09, + "I": 1.2864398968304158e-07, + "C": 1.886505884840517e-07, + "R": 2.5532687075724425e-08, + "M": 6.46818516543135e-05, + "O": 9.529720159662247e-07, + "W": 7.507945376517e-10, + "N": 1.1663692234265e-10, + "Y": 0.00012172586139058694, + "U": 2.445322763722224e-11, + "K": 1.7755228710891746e-12, + "L": 5.479998890223214e-07, + "G": 5.134695675224066e-05, + "F": 8.803814125712961e-05, + "E": 3.2752119238921296e-08, + "T": 0.00010190965986112133, + "P": 0.0001610438630450517, + "-": 0.9994094371795654 + }, + "id": "tp_26296" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3287020, + "label": "-", + "classification": { + "B": 8.114868421671417e-08, + "S": 1.7510188854430453e-07, + "I": 1.7296009957590286e-07, + "C": 4.961099762113008e-07, + "R": 2.515630797006452e-07, + "M": 5.370403869164875e-06, + "O": 1.075773707270855e-05, + "W": 1.6161970961547922e-07, + "N": 1.0714420461965801e-08, + "Y": 0.0001461998326703906, + "U": 1.6486787490777033e-09, + "K": 4.189927693687423e-08, + "L": 5.216098202254216e-07, + "G": 1.8560478565632366e-05, + "F": 0.0015454237582162023, + "E": 3.165851580888557e-07, + "T": 9.742446127347648e-05, + "P": 0.0015959914308041334, + "-": 0.9965781569480896 + }, + "id": "tp_26297" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3287154, + "label": "-", + "classification": { + "B": 1.0006813086493871e-11, + "S": 6.655775930397567e-11, + "I": 7.493356690702058e-08, + "C": 8.698681597252289e-08, + "R": 4.978574885683429e-09, + "M": 3.1911415021568246e-07, + "O": 4.723108304460766e-08, + "W": 2.381384811567244e-10, + "N": 3.121792546689761e-10, + "Y": 3.616766662162263e-06, + "U": 3.0732982131409514e-11, + "K": 5.205412212383465e-10, + "L": 1.0074022727124543e-09, + "G": 4.859135174228868e-07, + "F": 8.059154060902074e-05, + "E": 3.766107425917653e-08, + "T": 2.240428557342966e-06, + "P": 0.001208587782457471, + "-": 0.9987038373947144 + }, + "id": "tp_26298" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3287254, + "label": "-", + "classification": { + "B": 2.0389531130149408e-07, + "S": 6.487950798828024e-08, + "I": 9.737436812429223e-07, + "C": 5.631816748064011e-06, + "R": 1.4509532775264233e-07, + "M": 5.519415208254941e-05, + "O": 1.702804297565308e-06, + "W": 1.8384035627150297e-08, + "N": 3.506094259364545e-08, + "Y": 0.00019923754734918475, + "U": 3.0801956540926767e-09, + "K": 5.105707501229517e-08, + "L": 3.731265678652562e-07, + "G": 0.0001039815106196329, + "F": 0.00679822638630867, + "E": 2.655272328411229e-05, + "T": 6.744430720573291e-05, + "P": 0.010800165124237537, + "-": 0.981939971446991 + }, + "id": "tp_26299" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3287387, + "label": "-", + "classification": { + "B": 3.693551107325499e-12, + "S": 3.501333608896956e-13, + "I": 7.961565628988865e-09, + "C": 6.91045620726527e-09, + "R": 2.656144193480259e-10, + "M": 4.612393667002834e-08, + "O": 1.57436874648198e-09, + "W": 4.4380452546462223e-13, + "N": 4.059095507630284e-12, + "Y": 3.3944820643228013e-06, + "U": 9.535764105422784e-13, + "K": 1.0008631429062401e-13, + "L": 3.3463326554183936e-10, + "G": 3.839585644982435e-07, + "F": 4.493323103815783e-06, + "E": 1.1145903089371245e-09, + "T": 4.17811997976969e-06, + "P": 0.0009296925854869187, + "-": 0.9990578293800354 + }, + "id": "tp_26300" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3287521, + "label": "-", + "classification": { + "B": 9.782307586192474e-08, + "S": 1.5377494833046512e-07, + "I": 9.389619663124904e-06, + "C": 3.0856805096846074e-05, + "R": 1.768633751453308e-06, + "M": 5.765843525296077e-05, + "O": 4.272258138371399e-06, + "W": 6.390699525127275e-08, + "N": 1.8097892962032347e-07, + "Y": 0.000203273055376485, + "U": 2.5510598078426483e-08, + "K": 1.9713768040219293e-07, + "L": 1.2737266388285207e-06, + "G": 0.00018531623936723918, + "F": 0.009724579751491547, + "E": 1.9358558347448707e-05, + "T": 0.00013460703485179693, + "P": 0.013107571750879288, + "-": 0.9765192270278931 + }, + "id": "tp_26301" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3287654, + "label": "-", + "classification": { + "B": 7.275001934203829e-08, + "S": 5.304506345282789e-08, + "I": 7.25714187410631e-07, + "C": 6.1401751736411825e-06, + "R": 4.937070912092167e-07, + "M": 6.263990599109093e-06, + "O": 2.673898052307777e-06, + "W": 3.302229245605304e-08, + "N": 4.8207517977516545e-08, + "Y": 3.308708983240649e-05, + "U": 1.0709915621021082e-08, + "K": 2.833564280990686e-07, + "L": 1.35013451085797e-07, + "G": 1.0020803529187106e-05, + "F": 0.0011087730526924133, + "E": 2.5656665911810705e-06, + "T": 2.6611489374772646e-05, + "P": 0.00506825465708971, + "-": 0.993733823299408 + }, + "id": "tp_26302" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3287754, + "label": "-", + "classification": { + "B": 3.301555011603341e-07, + "S": 1.3802422245134949e-06, + "I": 6.629198469454423e-05, + "C": 0.000439934607129544, + "R": 7.796212594257668e-05, + "M": 0.0002966948668472469, + "O": 0.00014114007353782654, + "W": 1.6450320572403143e-06, + "N": 1.9735189198399894e-06, + "Y": 0.0026973136700689793, + "U": 3.789477602822444e-07, + "K": 2.1069183731015073e-07, + "L": 3.157883111271076e-05, + "G": 0.0008432823815383017, + "F": 0.0019810807425528765, + "E": 1.3940151802671608e-05, + "T": 0.0015193804865702987, + "P": 0.005443383473902941, + "-": 0.9864420890808105 + }, + "id": "tp_26303" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3287888, + "label": "-", + "classification": { + "B": 4.694809874195016e-08, + "S": 6.188066237200474e-08, + "I": 2.4593616672063945e-06, + "C": 0.00011109701881650835, + "R": 3.029482286365237e-05, + "M": 9.866106847766787e-05, + "O": 1.9632336261565797e-05, + "W": 1.0959612239958005e-07, + "N": 1.8975041982116636e-08, + "Y": 0.0006794667569920421, + "U": 1.6357446952497412e-08, + "K": 4.660716257376407e-09, + "L": 1.316959605901502e-05, + "G": 0.00022696040105074644, + "F": 0.0006832602666690946, + "E": 8.472086392430356e-07, + "T": 0.00034576974576339126, + "P": 0.0006178104085847735, + "-": 0.9971702694892883 + }, + "id": "tp_26304" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3288021, + "label": "-", + "classification": { + "B": 9.222279118148435e-08, + "S": 5.399321167942617e-08, + "I": 3.915019078704063e-06, + "C": 1.1722610224751406e-06, + "R": 1.2190648135401716e-07, + "M": 1.1224277841392905e-05, + "O": 2.1953435407340294e-06, + "W": 6.38819486198372e-08, + "N": 1.7743887781307421e-07, + "Y": 0.00020738526654895395, + "U": 1.813457828347964e-08, + "K": 1.8617863872805174e-07, + "L": 2.0331093253389554e-07, + "G": 2.334720193175599e-05, + "F": 0.0029708920046687126, + "E": 2.169159779441543e-05, + "T": 6.544787902384996e-05, + "P": 0.05838724598288536, + "-": 0.9383045434951782 + }, + "id": "tp_26305" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3288155, + "label": "-", + "classification": { + "B": 2.422825673420448e-07, + "S": 3.5986221291750553e-07, + "I": 3.4203426366730127e-06, + "C": 3.686373702294077e-06, + "R": 1.0785478252728353e-06, + "M": 4.2093346564797685e-05, + "O": 1.0819490853464231e-05, + "W": 1.1538064370597567e-07, + "N": 7.97544075226142e-08, + "Y": 0.00022642708790954202, + "U": 6.0097584686502614e-09, + "K": 7.522414691152335e-09, + "L": 1.6728693026379915e-06, + "G": 5.142670124769211e-05, + "F": 0.0010974617907777429, + "E": 2.6878726657741936e-06, + "T": 0.0002696028968784958, + "P": 0.004765250254422426, + "-": 0.9935234785079956 + }, + "id": "tp_26306" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3288255, + "label": "-", + "classification": { + "B": 2.79226100019514e-07, + "S": 2.4752305094466465e-08, + "I": 3.064047632506117e-05, + "C": 9.167088137473911e-06, + "R": 9.623370260669617e-07, + "M": 0.00011542737775016576, + "O": 6.643336746492423e-06, + "W": 9.309814430480401e-08, + "N": 4.603678291914548e-07, + "Y": 0.00020464470435399562, + "U": 2.8787205508251645e-08, + "K": 3.183112085025641e-08, + "L": 1.0191988621954806e-06, + "G": 6.407680484699085e-05, + "F": 0.0005225663189776242, + "E": 4.8064823204185814e-05, + "T": 0.00019601520034484565, + "P": 0.0668574720621109, + "-": 0.931942343711853 + }, + "id": "tp_26307" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3288388, + "label": "-", + "classification": { + "B": 2.9471921791923705e-08, + "S": 1.7640630289861292e-08, + "I": 8.659949912726006e-08, + "C": 5.9400395713282705e-08, + "R": 3.7228067295558276e-09, + "M": 1.6663583437548368e-06, + "O": 4.2957793766618124e-07, + "W": 2.485852856892734e-09, + "N": 1.9121744188055345e-09, + "Y": 9.641314136388246e-06, + "U": 5.207826184183695e-11, + "K": 1.8514022259719098e-10, + "L": 3.2862566001767846e-08, + "G": 2.8343329177005216e-06, + "F": 0.0004996666102670133, + "E": 4.24985586278126e-07, + "T": 1.0435360309202224e-05, + "P": 0.0050316764973104, + "-": 0.994442880153656 + }, + "id": "tp_26308" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3288522, + "label": "-", + "classification": { + "B": 3.234618972669523e-08, + "S": 1.6293158822122678e-08, + "I": 4.239388999849325e-06, + "C": 5.8425839597475715e-06, + "R": 1.479886009292386e-06, + "M": 1.5581857951474376e-05, + "O": 4.9006371227733325e-06, + "W": 2.6767082772494177e-08, + "N": 4.1383010795925657e-08, + "Y": 0.00021864396694581956, + "U": 1.4100796086324863e-08, + "K": 1.6215620846082857e-08, + "L": 5.978100148240628e-07, + "G": 5.483673885464668e-05, + "F": 0.0003881735901813954, + "E": 6.756209813829628e-07, + "T": 0.0001722861488815397, + "P": 0.003954777959734201, + "-": 0.9951778650283813 + }, + "id": "tp_26309" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3288655, + "label": "-", + "classification": { + "B": 7.363790133219084e-10, + "S": 7.265911250442514e-08, + "I": 3.023005774593912e-07, + "C": 1.9893861463060603e-05, + "R": 1.8822101992554963e-06, + "M": 1.3126700650900602e-05, + "O": 5.575273462454788e-06, + "W": 2.4380685914593414e-08, + "N": 6.989314904615185e-09, + "Y": 0.00036599489976651967, + "U": 1.042324448974341e-09, + "K": 1.9113301163997676e-07, + "L": 7.212934178824071e-07, + "G": 0.00011054080096073449, + "F": 0.008994132280349731, + "E": 3.099875414136477e-07, + "T": 7.51148909330368e-05, + "P": 0.0003023036406375468, + "-": 0.9901097416877747 + }, + "id": "tp_26310" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3288755, + "label": "-", + "classification": { + "B": 5.731134677944283e-08, + "S": 4.38790920043175e-07, + "I": 0.0002138487179763615, + "C": 2.111247340508271e-05, + "R": 2.843171387212351e-06, + "M": 3.5435386962490156e-05, + "O": 1.0840720278793015e-05, + "W": 6.098565563661396e-07, + "N": 1.3638596101372968e-05, + "Y": 0.0010296200634911656, + "U": 3.7137843378332036e-07, + "K": 3.7026798963779584e-05, + "L": 3.4892002531705657e-07, + "G": 8.176526898751035e-05, + "F": 0.002290447009727359, + "E": 0.00017895833298098296, + "T": 0.0003093449922744185, + "P": 0.08566978573799133, + "-": 0.9101034998893738 + }, + "id": "tp_26311" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3288889, + "label": "-", + "classification": { + "B": 3.49983929481823e-05, + "S": 3.4052165574394166e-05, + "I": 3.6163124605081975e-05, + "C": 5.577695992542431e-05, + "R": 1.120407432608772e-05, + "M": 0.000614634423982352, + "O": 0.00010266136814607307, + "W": 8.847865501593333e-06, + "N": 3.675957486848347e-06, + "Y": 0.0014163810992613435, + "U": 4.770569148604409e-07, + "K": 1.2094314115529414e-05, + "L": 2.116786163242068e-05, + "G": 0.0008809250430203974, + "F": 0.044214218854904175, + "E": 0.00029066490242257714, + "T": 0.0006337632657960057, + "P": 0.03134078159928322, + "-": 0.920287549495697 + }, + "id": "tp_26312" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3289022, + "label": "-", + "classification": { + "B": 2.0874017536698375e-07, + "S": 1.0895945479205693e-06, + "I": 9.909959771903232e-05, + "C": 2.9571356208180077e-05, + "R": 4.799509042641148e-06, + "M": 1.4289046703197528e-05, + "O": 1.6514741218998097e-05, + "W": 1.5284485925803892e-06, + "N": 9.463642527407501e-06, + "Y": 0.0010575861670076847, + "U": 1.9704152691701893e-06, + "K": 6.728815060341731e-05, + "L": 8.366098995793436e-07, + "G": 8.34651873447001e-05, + "F": 0.00499162171036005, + "E": 6.560592737514526e-05, + "T": 0.00027300891815684736, + "P": 0.06666675209999084, + "-": 0.9266153573989868 + }, + "id": "tp_26313" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3289156, + "label": "-", + "classification": { + "B": 1.3340039117792912e-07, + "S": 3.76518620726074e-08, + "I": 7.844362812647887e-07, + "C": 2.46885747401393e-06, + "R": 1.7861621870451927e-07, + "M": 1.755057746777311e-05, + "O": 1.7020606719597708e-06, + "W": 2.4506983109517932e-08, + "N": 1.2250867875707172e-08, + "Y": 0.00019688723841682076, + "U": 1.273360861198114e-09, + "K": 8.037369525482063e-08, + "L": 6.34739876659296e-07, + "G": 0.0002631390525493771, + "F": 0.0058350092731416225, + "E": 1.3163052244635765e-05, + "T": 5.190313822822645e-05, + "P": 0.0031685600988566875, + "-": 0.9904476404190063 + }, + "id": "tp_26314" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3289256, + "label": "-", + "classification": { + "B": 3.001981801163678e-13, + "S": 2.902868917464829e-13, + "I": 2.1712383280192427e-10, + "C": 1.3399262255298083e-10, + "R": 1.825753957740428e-12, + "M": 2.7148944203858605e-10, + "O": 1.5464222957728424e-10, + "W": 2.0987531645314667e-13, + "N": 1.585081133188837e-12, + "Y": 1.5455401580766193e-07, + "U": 2.230635686199193e-14, + "K": 1.2011443272300082e-12, + "L": 7.684919324166262e-13, + "G": 8.177029720002338e-09, + "F": 1.9857661754940636e-05, + "E": 5.287576487766898e-10, + "T": 2.4936735343317196e-08, + "P": 0.003998380154371262, + "-": 0.9959815740585327 + }, + "id": "tp_26315" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3289389, + "label": "-", + "classification": { + "B": 6.421638915066197e-11, + "S": 8.388574834761187e-10, + "I": 2.078879823841362e-08, + "C": 1.8100350871463888e-06, + "R": 2.806519887599279e-07, + "M": 4.629290287994081e-06, + "O": 5.861709269083804e-07, + "W": 9.89960891040198e-10, + "N": 2.2939736221694318e-10, + "Y": 0.00040548143442720175, + "U": 1.0015208107283513e-10, + "K": 3.5973968248725896e-09, + "L": 1.3417272270999092e-07, + "G": 2.9379754778346978e-05, + "F": 0.000983192352578044, + "E": 2.834184620326141e-08, + "T": 4.3572697904892266e-05, + "P": 8.729499677428976e-05, + "-": 0.9984436631202698 + }, + "id": "tp_26316" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3289523, + "label": "-", + "classification": { + "B": 8.726326328201139e-10, + "S": 5.274483072525982e-10, + "I": 1.34452315947442e-08, + "C": 3.1056586635713757e-07, + "R": 4.9150301606459834e-09, + "M": 4.460511604520434e-07, + "O": 7.86679379416455e-08, + "W": 2.2557383738686099e-10, + "N": 3.2990130072185764e-10, + "Y": 8.16045758256223e-06, + "U": 6.541137770321725e-11, + "K": 2.151414324469414e-10, + "L": 5.7792597374373145e-09, + "G": 1.5605238559146528e-06, + "F": 0.00012012159277219325, + "E": 3.6321448959597546e-08, + "T": 5.4590309446211904e-06, + "P": 0.0027340343222022057, + "-": 0.9971298575401306 + }, + "id": "tp_26317" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3289656, + "label": "-", + "classification": { + "B": 1.4409341929422226e-05, + "S": 5.569406766881002e-06, + "I": 3.0723018426215276e-05, + "C": 5.773991870228201e-05, + "R": 1.6627289369353093e-05, + "M": 0.0014944038121029735, + "O": 0.0001335750421276316, + "W": 2.7497301289258758e-06, + "N": 2.020023885052069e-06, + "Y": 0.005856083706021309, + "U": 1.2535570022009779e-06, + "K": 1.0358270628785249e-05, + "L": 6.951240357011557e-05, + "G": 0.002460055286064744, + "F": 0.010643946938216686, + "E": 0.00011928683670703322, + "T": 0.0036924327723681927, + "P": 0.006661764811724424, + "-": 0.9687275290489197 + }, + "id": "tp_26318" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3289756, + "label": "-", + "classification": { + "B": 3.5233577477811195e-07, + "S": 1.9000673034952342e-07, + "I": 1.9478893591440283e-06, + "C": 7.222786280181026e-06, + "R": 5.610872904071584e-07, + "M": 1.1269740753050428e-05, + "O": 5.708835942641599e-06, + "W": 1.504056257317643e-07, + "N": 2.0395616218138457e-07, + "Y": 0.0001699527056189254, + "U": 3.863918607294181e-08, + "K": 7.933907681945129e-07, + "L": 3.8431861071330786e-07, + "G": 4.829993122257292e-05, + "F": 0.006979662925004959, + "E": 8.100253580778372e-06, + "T": 7.672607898712158e-05, + "P": 0.021805334836244583, + "-": 0.9708831310272217 + }, + "id": "tp_26319" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3289890, + "label": "-", + "classification": { + "B": 7.607609404658433e-06, + "S": 5.056439476902597e-06, + "I": 0.0007026353268884122, + "C": 4.922315201838501e-05, + "R": 2.9223303499748e-05, + "M": 0.001438136794604361, + "O": 0.00020248252258170396, + "W": 4.949029971612617e-06, + "N": 2.3241194867296144e-05, + "Y": 0.006242786068469286, + "U": 1.1232723409193568e-06, + "K": 9.005016750052164e-07, + "L": 4.423769860295579e-05, + "G": 0.0019721321295946836, + "F": 0.003342827782034874, + "E": 0.00045350517029874027, + "T": 0.003713158657774329, + "P": 0.08507493138313293, + "-": 0.8966917991638184 + }, + "id": "tp_26320" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3290023, + "label": "-", + "classification": { + "B": 1.7415825448452438e-09, + "S": 5.6946904969379375e-09, + "I": 2.8913737182278965e-08, + "C": 6.675748522866343e-07, + "R": 5.0184130628849744e-08, + "M": 1.5781917682033964e-05, + "O": 1.2320655287112459e-06, + "W": 2.3401474091855334e-09, + "N": 4.6313025636735006e-10, + "Y": 8.948725735535845e-05, + "U": 6.012824266266037e-11, + "K": 1.523038806183763e-09, + "L": 2.405326142707054e-07, + "G": 4.101959348190576e-05, + "F": 0.0023898764047771692, + "E": 4.850424488722638e-07, + "T": 3.7106277886778116e-05, + "P": 0.0004913803422823548, + "-": 0.9969326257705688 + }, + "id": "tp_26321" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3290157, + "label": "-", + "classification": { + "B": 1.102592062096619e-08, + "S": 6.363643478835002e-08, + "I": 3.329330183987622e-06, + "C": 4.8837726353667676e-05, + "R": 4.385798092698678e-06, + "M": 9.472027886658907e-05, + "O": 7.29351950212731e-06, + "W": 7.972759163976662e-08, + "N": 8.39906491023612e-08, + "Y": 0.004609932191669941, + "U": 1.662016835268787e-08, + "K": 1.8732824855760555e-06, + "L": 1.096500795938482e-06, + "G": 0.00035279063740745187, + "F": 0.005039086565375328, + "E": 1.3228966963652056e-05, + "T": 0.0004752004751935601, + "P": 0.0026331585831940174, + "-": 0.9867148995399475 + }, + "id": "tp_26322" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3290257, + "label": "-", + "classification": { + "B": 6.562020189448958e-07, + "S": 9.743341244927706e-09, + "I": 1.6641938316297455e-07, + "C": 1.402851808052219e-07, + "R": 3.7543532727113416e-08, + "M": 9.246491572412197e-06, + "O": 2.054512151516974e-06, + "W": 7.347648711686361e-09, + "N": 1.5297780819878426e-09, + "Y": 6.242759991437197e-05, + "U": 9.43287226107259e-10, + "K": 5.100546651704008e-10, + "L": 5.437050845102931e-07, + "G": 4.165063728578389e-05, + "F": 8.493230416206643e-05, + "E": 4.121339429730142e-07, + "T": 4.2099749407498166e-05, + "P": 0.001565859536640346, + "-": 0.9981898665428162 + }, + "id": "tp_26323" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3290390, + "label": "-", + "classification": { + "B": 3.324116815139888e-10, + "S": 1.1504516450600022e-08, + "I": 4.181576116479846e-07, + "C": 1.0930160897260066e-05, + "R": 1.5309432228605147e-06, + "M": 1.4706470210512634e-05, + "O": 2.552342493800097e-06, + "W": 2.1813921335933628e-08, + "N": 1.7666428320239902e-08, + "Y": 0.0013878494501113892, + "U": 7.144965508132373e-09, + "K": 1.7787253909773426e-06, + "L": 2.993506313941907e-07, + "G": 0.00010604170529404655, + "F": 0.005930779036134481, + "E": 1.935386080731405e-06, + "T": 0.00019497249741107225, + "P": 0.0014379338826984167, + "-": 0.9909082651138306 + }, + "id": "tp_26324" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3290524, + "label": "-", + "classification": { + "B": 1.3190330605539202e-07, + "S": 1.653945957968972e-07, + "I": 1.5932389487716137e-06, + "C": 1.8508431821828708e-05, + "R": 2.8004217256238917e-06, + "M": 0.0005365174729377031, + "O": 8.265831638709642e-06, + "W": 1.4916009760668203e-08, + "N": 7.4019670392999615e-09, + "Y": 0.005426769610494375, + "U": 1.0398657490640062e-09, + "K": 1.4772228995596492e-09, + "L": 1.1542110769369174e-05, + "G": 0.0010870314436033368, + "F": 0.0017064227722585201, + "E": 3.9085962271201424e-06, + "T": 0.0014256947906687856, + "P": 0.00034452558611519635, + "-": 0.9894260168075562 + }, + "id": "tp_26325" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3290657, + "label": "-", + "classification": { + "B": 3.3237051999535083e-10, + "S": 2.827019951467946e-09, + "I": 4.52784570370568e-06, + "C": 4.030714990221895e-06, + "R": 3.613859007600695e-07, + "M": 4.517968136497075e-06, + "O": 8.676508969074348e-07, + "W": 5.718824525047239e-09, + "N": 4.189717373037638e-08, + "Y": 9.340985707240179e-05, + "U": 4.597273672857227e-09, + "K": 1.7911743199761077e-08, + "L": 6.603091406987005e-08, + "G": 1.3765122275799513e-05, + "F": 0.0004607868322636932, + "E": 5.047697300142318e-07, + "T": 7.502021617256105e-05, + "P": 0.007107867393642664, + "-": 0.9922342300415039 + }, + "id": "tp_26326" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3290757, + "label": "-", + "classification": { + "B": 1.671847513762259e-07, + "S": 3.9675353491475107e-07, + "I": 7.106690463842824e-05, + "C": 4.501410148805007e-05, + "R": 4.182641532679554e-06, + "M": 4.102581078768708e-05, + "O": 1.4906707292539068e-05, + "W": 7.981036560522625e-07, + "N": 4.245709533279296e-06, + "Y": 0.0010050759883597493, + "U": 3.5327860814504675e-07, + "K": 2.9997438105056062e-05, + "L": 1.2631103345484007e-06, + "G": 0.0003762051637750119, + "F": 0.01116497628390789, + "E": 0.00020986142044421285, + "T": 0.0001640536356717348, + "P": 0.05204193294048309, + "-": 0.9348244667053223 + }, + "id": "tp_26327" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3290891, + "label": "-", + "classification": { + "B": 5.145662385075411e-07, + "S": 2.4657638277858496e-06, + "I": 0.00018414414080325514, + "C": 0.00020070737809874117, + "R": 4.528036151896231e-05, + "M": 0.0005282763158902526, + "O": 6.28238994977437e-05, + "W": 3.088180619670311e-06, + "N": 7.2483062467654236e-06, + "Y": 0.009253038093447685, + "U": 1.2007390068902168e-06, + "K": 2.5445635401410982e-05, + "L": 9.262240382668097e-06, + "G": 0.0011598739074543118, + "F": 0.009923737496137619, + "E": 0.0002892116317525506, + "T": 0.002067222725600004, + "P": 0.011832202784717083, + "-": 0.9644043445587158 + }, + "id": "tp_26328" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3291024, + "label": "-", + "classification": { + "B": 2.963996603710939e-09, + "S": 2.5129997638373425e-08, + "I": 1.218804072777857e-06, + "C": 1.8920147340395488e-05, + "R": 5.661958084601793e-07, + "M": 3.0323117243824527e-06, + "O": 2.6847171739063924e-06, + "W": 2.284344624570167e-08, + "N": 8.958381414458927e-08, + "Y": 0.0001238666009157896, + "U": 9.139474954622528e-09, + "K": 1.0891022839132347e-06, + "L": 9.45280973496665e-08, + "G": 3.334390203235671e-05, + "F": 0.004004024900496006, + "E": 1.8250061657454353e-06, + "T": 3.362940333317965e-05, + "P": 0.008745539002120495, + "-": 0.9870300889015198 + }, + "id": "tp_26329" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3291158, + "label": "-", + "classification": { + "B": 8.035218002078182e-08, + "S": 1.492214707354833e-08, + "I": 4.4828863110524253e-07, + "C": 7.083498587689974e-08, + "R": 3.5995061153926144e-08, + "M": 4.18988793171593e-06, + "O": 4.356545105110854e-06, + "W": 4.156873245619863e-08, + "N": 6.8627832305878655e-09, + "Y": 2.3047550712362863e-05, + "U": 9.75983849293982e-10, + "K": 4.191582081425338e-10, + "L": 1.914800549229767e-07, + "G": 2.723504167079227e-06, + "F": 2.5610794182284735e-05, + "E": 8.831056419467131e-08, + "T": 4.7435405576834455e-05, + "P": 0.0030976729467511177, + "-": 0.9967939257621765 + }, + "id": "tp_26330" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3291258, + "label": "-", + "classification": { + "B": 7.523687402255508e-12, + "S": 1.0890836843469032e-11, + "I": 2.364667039955748e-08, + "C": 1.3694031508748594e-07, + "R": 6.7884919907612584e-09, + "M": 4.39560672305106e-08, + "O": 1.1188489246194422e-08, + "W": 2.8620453229599718e-11, + "N": 1.4994358532582908e-10, + "Y": 7.846239896025509e-06, + "U": 2.3125662843015427e-11, + "K": 2.812289567888371e-10, + "L": 4.222101002149259e-10, + "G": 4.0628165720590914e-07, + "F": 4.056734906043857e-05, + "E": 1.6701863003731887e-08, + "T": 2.163460521842353e-06, + "P": 0.0008145399042405188, + "-": 0.9991342425346375 + }, + "id": "tp_26331" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3291391, + "label": "-", + "classification": { + "B": 5.718229658668861e-07, + "S": 2.002232406539406e-07, + "I": 9.521820902591571e-05, + "C": 3.21202605846338e-05, + "R": 2.0467889498831937e-06, + "M": 3.701481909956783e-05, + "O": 1.1433482541178819e-05, + "W": 2.2553521716872638e-07, + "N": 2.7207245238969335e-06, + "Y": 0.00017986063903663307, + "U": 1.8738582241439872e-07, + "K": 1.1662289978175977e-07, + "L": 1.691533384473587e-06, + "G": 8.40799548313953e-05, + "F": 0.0005204055923968554, + "E": 2.8872320399386808e-05, + "T": 0.0003118705644737929, + "P": 0.12743447721004486, + "-": 0.871256947517395 + }, + "id": "tp_26332" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3291525, + "label": "-", + "classification": { + "B": 2.6007190172094852e-05, + "S": 2.3998896722332574e-05, + "I": 0.0002915214281529188, + "C": 0.0008005837444216013, + "R": 0.0001561203971505165, + "M": 0.0011856462806463242, + "O": 0.0003748503513634205, + "W": 1.938475361384917e-05, + "N": 1.6168403817573562e-05, + "Y": 0.0027975020930171013, + "U": 5.559198143600952e-06, + "K": 3.4445304208929883e-06, + "L": 0.00020398634660523385, + "G": 0.002426993567496538, + "F": 0.021437088027596474, + "E": 0.00016578864597249776, + "T": 0.0027666050009429455, + "P": 0.03926313668489456, + "-": 0.9280356764793396 + }, + "id": "tp_26333" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3291658, + "label": "-", + "classification": { + "B": 4.530570265615097e-07, + "S": 2.595140529138007e-07, + "I": 5.518759280676022e-06, + "C": 8.064831490628421e-05, + "R": 7.1907179517438635e-06, + "M": 5.698102177120745e-05, + "O": 1.1649169209704269e-05, + "W": 1.7364031634770072e-07, + "N": 2.141261745691736e-07, + "Y": 0.0013779397122561932, + "U": 6.336200897294475e-08, + "K": 7.496652187910513e-07, + "L": 6.1994601310289e-06, + "G": 0.0005398063804022968, + "F": 0.011851845309138298, + "E": 3.224402462365106e-05, + "T": 0.0001883828081190586, + "P": 0.00804217904806137, + "-": 0.9777973890304565 + }, + "id": "tp_26334" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3291758, + "label": "-", + "classification": { + "B": 3.5028286049509916e-08, + "S": 9.578177895264162e-08, + "I": 5.866106221219525e-06, + "C": 0.0003640008217189461, + "R": 3.9001355617074296e-05, + "M": 6.065407069399953e-05, + "O": 1.9965609681094065e-05, + "W": 3.6853904816780414e-07, + "N": 1.5536009811967233e-07, + "Y": 0.006830801256000996, + "U": 8.527266714963844e-08, + "K": 3.4946872347063618e-06, + "L": 8.923154382500798e-06, + "G": 0.0013251283671706915, + "F": 0.025642476975917816, + "E": 5.057787348050624e-06, + "T": 0.00087181874550879, + "P": 0.0017799296183511615, + "-": 0.9630420804023743 + }, + "id": "tp_26335" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3291892, + "label": "-", + "classification": { + "B": 6.338108050840674e-06, + "S": 1.3509811651601922e-05, + "I": 0.0002171620144508779, + "C": 0.000333333300659433, + "R": 4.2464424041099846e-05, + "M": 0.0013604401610791683, + "O": 0.00011106432793894783, + "W": 6.3622778725402895e-06, + "N": 1.2538772352854721e-05, + "Y": 0.002199590904638171, + "U": 1.5266277841874398e-06, + "K": 1.7138239854830317e-05, + "L": 3.1321815185947344e-05, + "G": 0.0018280955264344811, + "F": 0.028016740456223488, + "E": 0.0006935853161849082, + "T": 0.0015223454684019089, + "P": 0.04013792797923088, + "-": 0.923448383808136 + }, + "id": "tp_26336" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3292025, + "label": "-", + "classification": { + "B": 6.503072524921549e-10, + "S": 1.129888405060342e-09, + "I": 4.662512651520956e-07, + "C": 6.045852956049202e-07, + "R": 2.6533673036510663e-08, + "M": 1.8071818885800894e-06, + "O": 1.8836134074717847e-07, + "W": 8.53344950257906e-10, + "N": 1.3361475481588059e-08, + "Y": 0.00011542494030436501, + "U": 6.767660321038704e-10, + "K": 3.463819453486394e-08, + "L": 6.39471231522748e-09, + "G": 7.0294199758791365e-06, + "F": 0.0006444035097956657, + "E": 1.1948012570428546e-06, + "T": 1.4595567336073145e-05, + "P": 0.0071971723809838295, + "-": 0.9920170307159424 + }, + "id": "tp_26337" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3292125, + "label": "-", + "classification": { + "B": 1.6070457320438436e-07, + "S": 2.8306294552749023e-06, + "I": 2.9185371204221155e-06, + "C": 0.00010130539158126339, + "R": 1.626556877454277e-05, + "M": 0.00022883493511471897, + "O": 6.280076922848821e-05, + "W": 6.73128965900105e-07, + "N": 2.69360612037417e-07, + "Y": 0.0021515809930860996, + "U": 3.063224340849047e-08, + "K": 3.2389384614361916e-06, + "L": 1.7849790310719982e-05, + "G": 0.0012158212484791875, + "F": 0.03084469959139824, + "E": 1.2294216503505595e-05, + "T": 0.0007116612978279591, + "P": 0.0012071480741724372, + "-": 0.9634196758270264 + }, + "id": "tp_26338" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3292259, + "label": "-", + "classification": { + "B": 2.3464950572815724e-05, + "S": 2.0485473214648664e-05, + "I": 0.00032791076228022575, + "C": 0.007141955196857452, + "R": 0.001966728363186121, + "M": 0.002031412674114108, + "O": 0.0009579909383319318, + "W": 5.886959843337536e-05, + "N": 2.095130184898153e-05, + "Y": 0.025531265884637833, + "U": 2.066659180854913e-05, + "K": 4.33635686931666e-05, + "L": 0.0005566339241340756, + "G": 0.005132812540978193, + "F": 0.014009324833750725, + "E": 0.00024207949172705412, + "T": 0.007021881639957428, + "P": 0.009295178577303886, + "-": 0.9255970120429993 + }, + "id": "tp_26339" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3292392, + "label": "-", + "classification": { + "B": 3.828468375655092e-10, + "S": 6.574773503409403e-10, + "I": 9.1542624147678e-08, + "C": 2.192146439483622e-06, + "R": 2.894722115343029e-07, + "M": 6.936307386240514e-07, + "O": 2.6091049676324474e-07, + "W": 8.545960050732049e-10, + "N": 6.255291840062682e-10, + "Y": 5.787967529613525e-05, + "U": 2.7289581705502997e-10, + "K": 5.063718888642654e-10, + "L": 2.895024309168548e-08, + "G": 4.743727913592011e-06, + "F": 0.000128135085105896, + "E": 3.0497869119017196e-08, + "T": 1.2433137271727901e-05, + "P": 0.0010915116872638464, + "-": 0.9987016916275024 + }, + "id": "tp_26340" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3292526, + "label": "-", + "classification": { + "B": 1.0505569747465415e-07, + "S": 1.9157214126153121e-07, + "I": 7.492768054362386e-05, + "C": 0.00029140381957404315, + "R": 5.996243271511048e-05, + "M": 2.6187804905930534e-05, + "O": 1.0499270501895808e-05, + "W": 3.334157270273863e-07, + "N": 1.1759774452002603e-06, + "Y": 0.0011110807536169887, + "U": 1.4610486687161028e-07, + "K": 2.9000554491176445e-07, + "L": 1.3637361462315312e-06, + "G": 0.0001302876917179674, + "F": 0.001212892821058631, + "E": 1.2483695172704756e-05, + "T": 0.0002360575890634209, + "P": 0.029372332617640495, + "-": 0.9674582481384277 + }, + "id": "tp_26341" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3292626, + "label": "-", + "classification": { + "B": 2.9984905669522277e-09, + "S": 9.586622606860828e-10, + "I": 4.3124646254000254e-07, + "C": 8.936588642427523e-07, + "R": 5.62370665591061e-08, + "M": 4.0071202533908945e-07, + "O": 5.241993790150445e-07, + "W": 2.251616004755874e-09, + "N": 4.487474392078639e-09, + "Y": 4.096999418834457e-06, + "U": 4.6307943590839784e-10, + "K": 6.067775726315006e-10, + "L": 1.472936350666032e-08, + "G": 2.429928144920268e-06, + "F": 2.8741376809193753e-05, + "E": 4.3882174338705227e-08, + "T": 5.868065272807144e-06, + "P": 0.0039980243891477585, + "-": 0.9959585070610046 + }, + "id": "tp_26342" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3292759, + "label": "-", + "classification": { + "B": 6.495240345572029e-09, + "S": 7.925948608544786e-08, + "I": 2.6195709779130993e-07, + "C": 1.1595362821026356e-06, + "R": 1.1901209262532575e-07, + "M": 9.630534805182833e-06, + "O": 2.563389216447831e-06, + "W": 3.3436307944612054e-08, + "N": 2.4560376843396625e-08, + "Y": 0.00014773241127841175, + "U": 1.6020922366521972e-09, + "K": 5.777047817900893e-07, + "L": 1.5223301375044684e-07, + "G": 2.9368460673140362e-05, + "F": 0.015334158204495907, + "E": 3.4691288419708144e-06, + "T": 4.3618507334031165e-05, + "P": 0.005673495586961508, + "-": 0.9787536859512329 + }, + "id": "tp_26343" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3292893, + "label": "-", + "classification": { + "B": 7.673209267977654e-08, + "S": 5.202837627393819e-08, + "I": 2.442844743200112e-05, + "C": 3.090764585067518e-05, + "R": 6.814489552198211e-06, + "M": 7.140897650970146e-06, + "O": 7.665194061701186e-06, + "W": 1.88580017379536e-07, + "N": 5.587387477135053e-07, + "Y": 0.0001178782622446306, + "U": 8.823778330224741e-08, + "K": 7.008839730815453e-08, + "L": 8.778642381912505e-07, + "G": 4.9591057177167386e-05, + "F": 0.0009471052908338606, + "E": 6.873650363559136e-06, + "T": 7.930706487968564e-05, + "P": 0.057935457676649094, + "-": 0.9407849907875061 + }, + "id": "tp_26344" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3293026, + "label": "-", + "classification": { + "B": 1.2132604254588841e-08, + "S": 7.004248736564023e-09, + "I": 3.0068458727328107e-06, + "C": 4.540745521808276e-07, + "R": 1.5493437643954167e-08, + "M": 6.091209456826618e-07, + "O": 1.9317444355237967e-07, + "W": 2.591856507194734e-09, + "N": 7.697980208831723e-08, + "Y": 4.502177034737542e-06, + "U": 1.2007750349596336e-09, + "K": 2.7086732856673734e-09, + "L": 1.0074467482468208e-08, + "G": 2.6927141334454063e-06, + "F": 0.00018889017519541085, + "E": 3.794757958530681e-06, + "T": 1.1323383660055697e-05, + "P": 0.27869224548339844, + "-": 0.7210921049118042 + }, + "id": "tp_26345" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3293126, + "label": "-", + "classification": { + "B": 5.853827200752448e-09, + "S": 9.073292672745481e-10, + "I": 3.395881620349428e-08, + "C": 1.073935820272709e-07, + "R": 6.556650777866935e-09, + "M": 2.896426281040476e-07, + "O": 3.785055753269262e-07, + "W": 2.189110004380268e-09, + "N": 5.57998647288116e-10, + "Y": 1.969160393855418e-06, + "U": 9.108765131049523e-11, + "K": 7.14818829128383e-11, + "L": 2.3262467507834117e-08, + "G": 1.196942207570828e-06, + "F": 0.0003283476107753813, + "E": 4.483940330146652e-08, + "T": 2.755957893896266e-06, + "P": 0.0064596254378557205, + "-": 0.9932053089141846 + }, + "id": "tp_26346" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3293260, + "label": "-", + "classification": { + "B": 3.7098843108651636e-08, + "S": 9.66558122428296e-09, + "I": 1.0183576932831784e-06, + "C": 5.050133609074692e-07, + "R": 3.565427775242824e-08, + "M": 6.763290002709255e-06, + "O": 1.0344734846512438e-06, + "W": 9.42807343307095e-09, + "N": 3.0506782877637306e-08, + "Y": 7.221334089990705e-05, + "U": 3.775405321704284e-09, + "K": 9.38737709788029e-09, + "L": 5.125859559029777e-08, + "G": 5.680181857314892e-06, + "F": 0.0002443481935188174, + "E": 2.4370285700570093e-06, + "T": 5.05945245095063e-05, + "P": 0.023053869605064392, + "-": 0.9765613079071045 + }, + "id": "tp_26347" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3293393, + "label": "-", + "classification": { + "B": 3.0253111214101347e-12, + "S": 1.2983445915604186e-11, + "I": 3.2207006506190794e-10, + "C": 6.7184502405837065e-09, + "R": 3.376829649237578e-10, + "M": 1.748042954829998e-08, + "O": 1.2389145709335025e-08, + "W": 1.2577531897928207e-11, + "N": 3.3821892769098083e-12, + "Y": 5.037997198087396e-06, + "U": 5.880403043841131e-13, + "K": 4.0119856221931816e-12, + "L": 3.435716711130965e-10, + "G": 2.0056086214026436e-07, + "F": 5.5209842685144395e-05, + "E": 5.654036683289121e-10, + "T": 6.522012654386344e-07, + "P": 0.00019768199126701802, + "-": 0.99974125623703 + }, + "id": "tp_26348" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3293527, + "label": "-", + "classification": { + "B": 6.142926736174559e-07, + "S": 8.851653205965704e-07, + "I": 2.0731084077851847e-05, + "C": 1.8095997802447528e-05, + "R": 1.6598971797066042e-06, + "M": 5.372979285311885e-05, + "O": 1.1882242688443512e-05, + "W": 1.6435130589798064e-07, + "N": 1.4493560911432724e-06, + "Y": 0.00032704760087653995, + "U": 1.2040975150284794e-07, + "K": 5.592784873442724e-06, + "L": 1.1159933137605549e-06, + "G": 0.0001980481465579942, + "F": 0.00560128316283226, + "E": 9.064088226296008e-05, + "T": 0.00023138170945458114, + "P": 0.026020566001534462, + "-": 0.9674149751663208 + }, + "id": "tp_26349" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3293627, + "label": "-", + "classification": { + "B": 3.0996469835287144e-09, + "S": 1.221493675984675e-06, + "I": 1.446286432837951e-07, + "C": 0.00010524442768655717, + "R": 1.1765517228923272e-05, + "M": 0.00014369630662258714, + "O": 4.146552237216383e-05, + "W": 3.886678996423143e-07, + "N": 1.3902546669442017e-08, + "Y": 0.002085606101900339, + "U": 2.220179151635193e-09, + "K": 2.405654868198326e-06, + "L": 2.1878904590266757e-05, + "G": 0.0026454308535903692, + "F": 0.16645658016204834, + "E": 4.837288088310743e-06, + "T": 0.0008895709179341793, + "P": 0.00022048452228773385, + "-": 0.827369213104248 + }, + "id": "tp_26350" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3293760, + "label": "-", + "classification": { + "B": 0.00023222503659781069, + "S": 0.0001481136423535645, + "I": 0.0033751316368579865, + "C": 0.0017337299650534987, + "R": 0.0005135131068527699, + "M": 0.0012199960183352232, + "O": 0.0008327877731062472, + "W": 0.00011612175876507536, + "N": 0.0004235396336298436, + "Y": 0.0036917238030582666, + "U": 0.00013440973998513073, + "K": 6.374833901645616e-05, + "L": 0.0003729035088326782, + "G": 0.002049442380666733, + "F": 0.007804549764841795, + "E": 0.0014523896388709545, + "T": 0.0076582650654017925, + "P": 0.22723916172981262, + "-": 0.740938127040863 + }, + "id": "tp_26351" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3293894, + "label": "-", + "classification": { + "B": 0.00010090812429552898, + "S": 0.00025421485770493746, + "I": 0.002675577299669385, + "C": 0.0035119159147143364, + "R": 0.0008408970898017287, + "M": 0.0025905368383973837, + "O": 0.0015345759456977248, + "W": 0.0003140583576168865, + "N": 0.0007827157969586551, + "Y": 0.014521378092467785, + "U": 9.540696919430047e-05, + "K": 0.0030597487930208445, + "L": 0.0003891607339028269, + "G": 0.01478175912052393, + "F": 0.16577522456645966, + "E": 0.012699038721621037, + "T": 0.006250661797821522, + "P": 0.16920901834964752, + "-": 0.6006131768226624 + }, + "id": "tp_26352" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3294027, + "label": "-", + "classification": { + "B": 5.489566774485866e-07, + "S": 5.661003342538606e-06, + "I": 6.958111771382391e-05, + "C": 0.00013945484533905983, + "R": 2.6818697733688168e-05, + "M": 0.0003042449534405023, + "O": 9.582982602296397e-05, + "W": 3.4214224342576927e-06, + "N": 5.5446844271500595e-06, + "Y": 0.009093343280255795, + "U": 4.991119908481778e-07, + "K": 4.189040737401228e-06, + "L": 1.1027910659322515e-05, + "G": 0.0007310518412850797, + "F": 0.012917764484882355, + "E": 6.56283154967241e-05, + "T": 0.0025506997480988503, + "P": 0.012361356057226658, + "-": 0.9616133570671082 + }, + "id": "tp_26353" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3294127, + "label": "-", + "classification": { + "B": 1.0616943200147944e-06, + "S": 2.182562184316339e-06, + "I": 0.0013985399855300784, + "C": 7.856744196033105e-05, + "R": 6.869521257613087e-06, + "M": 0.00015994074055925012, + "O": 2.6033276299131103e-05, + "W": 1.9526596588548273e-06, + "N": 5.615486952592619e-05, + "Y": 0.0013267617905512452, + "U": 1.656001700212073e-06, + "K": 2.3183499706647126e-06, + "L": 4.562897174764657e-06, + "G": 0.00013093707093503326, + "F": 0.0008905822178348899, + "E": 0.0004703462473116815, + "T": 0.0010912374127656221, + "P": 0.382277250289917, + "-": 0.6120730638504028 + }, + "id": "tp_26354" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3294261, + "label": "P", + "classification": { + "B": 1.762256829351827e-07, + "S": 4.3135084837331306e-08, + "I": 0.00010597871732898057, + "C": 2.7180790311831515e-06, + "R": 8.659580430503411e-08, + "M": 5.627856353385141e-06, + "O": 8.230630328398547e-07, + "W": 8.574542675887642e-08, + "N": 7.519234713981859e-06, + "Y": 3.233851748518646e-05, + "U": 8.24678068056528e-08, + "K": 4.6784221012785565e-06, + "L": 3.174194063149116e-08, + "G": 1.8614438886288553e-05, + "F": 0.0007722497102804482, + "E": 0.0017484596464782953, + "T": 1.9490171325742267e-05, + "P": 0.8060014843940735, + "-": 0.19127953052520752 + }, + "id": "tp_26355" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3294394, + "label": "-", + "classification": { + "B": 3.501469109323807e-05, + "S": 0.00011465152783785015, + "I": 0.0005674745189025998, + "C": 0.0003381775168236345, + "R": 7.988691504579037e-05, + "M": 0.0014794812304899096, + "O": 0.0008106482564471662, + "W": 6.384107109624892e-05, + "N": 0.00015418136899825186, + "Y": 0.005149920471012592, + "U": 2.541168942116201e-05, + "K": 0.00024116309941746294, + "L": 9.833608783083037e-05, + "G": 0.0019466462545096874, + "F": 0.02677455171942711, + "E": 0.0006413532537408173, + "T": 0.004879514686763287, + "P": 0.06791144609451294, + "-": 0.8886883854866028 + }, + "id": "tp_26356" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3294528, + "label": "-", + "classification": { + "B": 3.2437119443784468e-06, + "S": 3.015857828359003e-06, + "I": 0.00021006928000133485, + "C": 1.0623100934026297e-05, + "R": 1.6498199784109602e-06, + "M": 4.74805710837245e-05, + "O": 2.4453611331409775e-05, + "W": 3.5444882087176666e-06, + "N": 3.314997593406588e-05, + "Y": 0.001219576457515359, + "U": 9.499813700131199e-07, + "K": 0.00012120576138840988, + "L": 1.2031518963340204e-06, + "G": 0.0004264376766514033, + "F": 0.02229602076113224, + "E": 0.0027496505063027143, + "T": 0.0003756416554097086, + "P": 0.2854306101799011, + "-": 0.6870414018630981 + }, + "id": "tp_26357" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3294628, + "label": "-", + "classification": { + "B": 0.00041828828398138285, + "S": 0.0010605137795209885, + "I": 0.006933559197932482, + "C": 0.009361010044813156, + "R": 0.0020305297803133726, + "M": 0.007465013302862644, + "O": 0.0038097298238426447, + "W": 0.0011276602745056152, + "N": 0.002952015260234475, + "Y": 0.028285149484872818, + "U": 0.0006754565984010696, + "K": 0.007363622542470694, + "L": 0.0010203142883256078, + "G": 0.015411792322993279, + "F": 0.1123218685388565, + "E": 0.014466212131083012, + "T": 0.017550049349665642, + "P": 0.16851340234279633, + "-": 0.5992338061332703 + }, + "id": "tp_26358" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3294761, + "label": "-", + "classification": { + "B": 1.1442027243901975e-05, + "S": 1.1378174349374603e-05, + "I": 0.00029604227165691555, + "C": 0.0004144448903389275, + "R": 7.924311648821458e-05, + "M": 0.0004844378854613751, + "O": 0.00012173419236205518, + "W": 1.192013132822467e-05, + "N": 3.177734834025614e-05, + "Y": 0.006533478386700153, + "U": 8.08596632850822e-06, + "K": 8.812204032437876e-05, + "L": 2.314699304406531e-05, + "G": 0.0012797011295333505, + "F": 0.02142946980893612, + "E": 0.0006420721765607595, + "T": 0.0014996585668995976, + "P": 0.0752989798784256, + "-": 0.891734778881073 + }, + "id": "tp_26359" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3294895, + "label": "-", + "classification": { + "B": 0.0003240346268285066, + "S": 0.0002465140714775771, + "I": 0.007693327963352203, + "C": 0.002982913050800562, + "R": 0.00042224256321787834, + "M": 0.00596710667014122, + "O": 0.0009589423425495625, + "W": 0.00024651712737977505, + "N": 0.002066764049232006, + "Y": 0.025122348219156265, + "U": 0.00016338001296389848, + "K": 0.006693726871162653, + "L": 0.00031582763767801225, + "G": 0.0216082613915205, + "F": 0.09809441864490509, + "E": 0.0771133229136467, + "T": 0.008273949846625328, + "P": 0.23451122641563416, + "-": 0.5071951150894165 + }, + "id": "tp_26360" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3295028, + "label": "-", + "classification": { + "B": 2.797918932628818e-05, + "S": 3.889715299010277e-05, + "I": 0.0013658379903063178, + "C": 0.0008550371276214719, + "R": 8.839482325129211e-05, + "M": 0.002269487362354994, + "O": 0.0004068683192599565, + "W": 3.0496737963403575e-05, + "N": 0.00016530510038137436, + "Y": 0.011360722593963146, + "U": 1.5773470295243897e-05, + "K": 0.00010161285899812356, + "L": 0.00011055720824515447, + "G": 0.0038236125838011503, + "F": 0.02086261473596096, + "E": 0.0032086928840726614, + "T": 0.005303315818309784, + "P": 0.11524007469415665, + "-": 0.8347246646881104 + }, + "id": "tp_26361" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3295128, + "label": "-", + "classification": { + "B": 6.382720698638877e-07, + "S": 1.5658940810681088e-06, + "I": 1.288219846173888e-05, + "C": 1.1571924915187992e-05, + "R": 9.747785725267022e-07, + "M": 7.340444426517934e-05, + "O": 1.3040415979048703e-05, + "W": 5.074854243503069e-07, + "N": 1.7150533722087857e-06, + "Y": 0.0016409092349931598, + "U": 1.2578993846545927e-07, + "K": 1.1843599168059882e-05, + "L": 1.7522887674203957e-06, + "G": 0.0007620631949976087, + "F": 0.04355278238654137, + "E": 0.0002462489646859467, + "T": 0.0004011664423160255, + "P": 0.04712468013167381, + "-": 0.9061422348022461 + }, + "id": "tp_26362" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3295262, + "label": "-", + "classification": { + "B": 9.450775542063639e-05, + "S": 0.000892300100531429, + "I": 0.0007370165549218655, + "C": 0.002319707302376628, + "R": 0.0008172477828338742, + "M": 0.009462017565965652, + "O": 0.003805734682828188, + "W": 0.00030913090449757874, + "N": 0.00020859064534306526, + "Y": 0.021556740626692772, + "U": 3.3475487725809216e-05, + "K": 0.0004996766801923513, + "L": 0.0024049633648246527, + "G": 0.022272411733865738, + "F": 0.2745369076728821, + "E": 0.0025741965509951115, + "T": 0.013617891818284988, + "P": 0.028062092140316963, + "-": 0.6157954335212708 + }, + "id": "tp_26363" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3295395, + "label": "-", + "classification": { + "B": 7.759867730783299e-05, + "S": 6.257877976167947e-05, + "I": 0.0014234621776267886, + "C": 0.0023958284873515368, + "R": 0.0003725809510797262, + "M": 0.0007126497221179307, + "O": 0.0005228809895925224, + "W": 4.900130443274975e-05, + "N": 0.0002836087660398334, + "Y": 0.006957944016903639, + "U": 4.604616333381273e-05, + "K": 0.0003202076768502593, + "L": 0.00011712279956554994, + "G": 0.006378666032105684, + "F": 0.029013464227318764, + "E": 0.0031871197279542685, + "T": 0.002305526053532958, + "P": 0.14837004244327545, + "-": 0.7974036931991577 + }, + "id": "tp_26364" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3295529, + "label": "-", + "classification": { + "B": 6.807990757806692e-07, + "S": 4.166901362623321e-06, + "I": 2.1102303435327485e-05, + "C": 2.7891246645594947e-05, + "R": 6.005994237057166e-06, + "M": 6.48685745545663e-05, + "O": 2.9909731892985292e-05, + "W": 1.4842886457699933e-06, + "N": 2.8745821509801317e-06, + "Y": 0.0008754469454288483, + "U": 2.241179970496887e-07, + "K": 7.840812031645328e-06, + "L": 4.236255790601717e-06, + "G": 0.00023690087255090475, + "F": 0.04986560344696045, + "E": 9.563494677422568e-05, + "T": 0.0003806581371463835, + "P": 0.03047228418290615, + "-": 0.9179021120071411 + }, + "id": "tp_26365" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3295629, + "label": "P", + "classification": { + "B": 3.6702178363157145e-07, + "S": 2.154837943635357e-07, + "I": 0.000281955290120095, + "C": 3.3967526178457774e-06, + "R": 1.1336780403325974e-07, + "M": 6.67980884827557e-06, + "O": 2.2294045720627764e-06, + "W": 3.9191030509755365e-07, + "N": 3.2232932426268235e-05, + "Y": 5.2206018153810874e-05, + "U": 2.20677165430061e-07, + "K": 2.1746338461525738e-05, + "L": 5.338818809264012e-08, + "G": 2.708466854528524e-05, + "F": 0.000959363067522645, + "E": 0.0038165540900081396, + "T": 1.9450470063020475e-05, + "P": 0.8322117328643799, + "-": 0.1625639945268631 + }, + "id": "tp_26366" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3295762, + "label": "-", + "classification": { + "B": 0.00018116232240572572, + "S": 0.00017314974684268236, + "I": 0.001154595403932035, + "C": 0.003919708076864481, + "R": 0.0006342010456137359, + "M": 0.0020774633157998323, + "O": 0.0007152922335080802, + "W": 0.00013258884428068995, + "N": 0.0003323779092170298, + "Y": 0.023302603513002396, + "U": 6.297768413787708e-05, + "K": 0.005650120321661234, + "L": 0.00032577142701484263, + "G": 0.03570178896188736, + "F": 0.1687900573015213, + "E": 0.019359905272722244, + "T": 0.005831342656165361, + "P": 0.08641188591718674, + "-": 0.6452431082725525 + }, + "id": "tp_26367" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3295896, + "label": "-", + "classification": { + "B": 2.0872956156381406e-05, + "S": 6.207130354596302e-05, + "I": 0.0008117874967865646, + "C": 0.00048348677228204906, + "R": 0.00010884206130867824, + "M": 0.001129934680648148, + "O": 0.0007059462950564921, + "W": 7.469320553354919e-05, + "N": 0.00021031963115092367, + "Y": 0.007277462165802717, + "U": 2.4232318537542596e-05, + "K": 0.0007084775133989751, + "L": 9.0873843873851e-05, + "G": 0.003266526386141777, + "F": 0.03640841692686081, + "E": 0.00299033778719604, + "T": 0.0036230776458978653, + "P": 0.11977213621139526, + "-": 0.8222305178642273 + }, + "id": "tp_26368" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3296029, + "label": "F", + "classification": { + "B": 5.832263923366554e-05, + "S": 0.0009177443571388721, + "I": 0.0003817259566858411, + "C": 0.027439165860414505, + "R": 0.0025359713472425938, + "M": 0.00426493352279067, + "O": 0.0017137040849775076, + "W": 0.0002752887667156756, + "N": 0.00022889026149641722, + "Y": 0.029946304857730865, + "U": 1.7807071344577707e-05, + "K": 0.010287239216268063, + "L": 0.0012712166644632816, + "G": 0.1335144191980362, + "F": 0.4650729298591614, + "E": 0.008844412863254547, + "T": 0.013250677846372128, + "P": 0.009899438358843327, + "-": 0.29007986187934875 + }, + "id": "tp_26369" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3296129, + "label": "-", + "classification": { + "B": 8.19692559161922e-06, + "S": 3.393700535525568e-05, + "I": 0.00010617655061651021, + "C": 3.274454866186716e-05, + "R": 1.245235853275517e-05, + "M": 0.0004652822681237012, + "O": 0.00022778566926717758, + "W": 1.5182807146629784e-05, + "N": 1.2136727491451893e-05, + "Y": 0.003289216896519065, + "U": 1.3414205568551552e-06, + "K": 1.736100239213556e-05, + "L": 2.383505125180818e-05, + "G": 0.0005915614892728627, + "F": 0.021254032850265503, + "E": 0.00013709455379284918, + "T": 0.0017788673285394907, + "P": 0.024985676631331444, + "-": 0.9470072388648987 + }, + "id": "tp_26370" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3296263, + "label": "-", + "classification": { + "B": 0.00044781184988096356, + "S": 0.001207348657771945, + "I": 0.007950856350362301, + "C": 0.0034425733610987663, + "R": 0.0006678947247564793, + "M": 0.00485923932865262, + "O": 0.001950546633452177, + "W": 0.0008079477120190859, + "N": 0.003915769979357719, + "Y": 0.024929359555244446, + "U": 0.00020072568440809846, + "K": 0.014789932407438755, + "L": 0.0007345248013734818, + "G": 0.028653839603066444, + "F": 0.2761910557746887, + "E": 0.09402965009212494, + "T": 0.010475851595401764, + "P": 0.21723586320877075, + "-": 0.307509183883667 + }, + "id": "tp_26371" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3296396, + "label": "-", + "classification": { + "B": 1.3086712158383307e-07, + "S": 9.310700477271894e-08, + "I": 8.318158506881446e-06, + "C": 2.881182444980368e-05, + "R": 6.659012683485344e-07, + "M": 1.9962373698945157e-05, + "O": 1.6183475963771343e-06, + "W": 3.429817496680698e-08, + "N": 2.8644808480748907e-07, + "Y": 0.00017775378364603966, + "U": 6.582003386768065e-09, + "K": 1.9778200055498019e-07, + "L": 3.3784101560740964e-07, + "G": 0.0003937867295462638, + "F": 0.03245696797966957, + "E": 0.00016750481154303998, + "T": 4.552056634565815e-05, + "P": 0.10208393633365631, + "-": 0.8646141290664673 + }, + "id": "tp_26372" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3296530, + "label": "-", + "classification": { + "B": 3.418031155888457e-06, + "S": 6.9132975113461725e-06, + "I": 0.000115264265332371, + "C": 0.002354596508666873, + "R": 9.993639832828194e-05, + "M": 0.0009009591885842383, + "O": 9.705151023808867e-05, + "W": 4.90052298118826e-06, + "N": 1.4579435628547799e-05, + "Y": 0.014294376596808434, + "U": 7.826455430404167e-07, + "K": 0.0001677373074926436, + "L": 5.8830875786952674e-05, + "G": 0.03823577240109444, + "F": 0.11799769848585129, + "E": 0.004725213162600994, + "T": 0.002624307293444872, + "P": 0.021795064210891724, + "-": 0.7965027093887329 + }, + "id": "tp_26373" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3296630, + "label": "-", + "classification": { + "B": 4.425221050041728e-06, + "S": 9.367326128995046e-06, + "I": 0.00016548606799915433, + "C": 3.305793507024646e-05, + "R": 7.776539860060439e-06, + "M": 0.00013719094567932189, + "O": 6.209593266248703e-05, + "W": 1.1200470908079296e-05, + "N": 3.518429002724588e-05, + "Y": 0.0013233982026576996, + "U": 2.9385730613284977e-06, + "K": 0.0003585678932722658, + "L": 3.3462558803876163e-06, + "G": 0.00030672934371978045, + "F": 0.03773002326488495, + "E": 0.0017973985522985458, + "T": 0.0003539974568411708, + "P": 0.173525869846344, + "-": 0.7841320037841797 + }, + "id": "tp_26374" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3296763, + "label": "-", + "classification": { + "B": 1.6669051547069103e-05, + "S": 2.7171397960046306e-05, + "I": 0.00039671140257269144, + "C": 0.00025752672809176147, + "R": 2.70473028649576e-05, + "M": 0.0011772782308980823, + "O": 0.000186804638360627, + "W": 1.8775579519569874e-05, + "N": 0.00010548776481300592, + "Y": 0.007421850226819515, + "U": 8.97161771717947e-06, + "K": 0.0007461084169335663, + "L": 2.0661864255089313e-05, + "G": 0.0019644801504909992, + "F": 0.04049896076321602, + "E": 0.0037917932495474815, + "T": 0.0028447143267840147, + "P": 0.1009480431675911, + "-": 0.8395410180091858 + }, + "id": "tp_26375" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3296897, + "label": "-", + "classification": { + "B": 8.770077997155568e-09, + "S": 1.1814424993872308e-08, + "I": 5.356329211281263e-07, + "C": 1.512339281362074e-06, + "R": 8.744192570020459e-08, + "M": 3.7719762531196466e-06, + "O": 7.874000402807724e-07, + "W": 8.978003229742626e-09, + "N": 1.8871476825665923e-08, + "Y": 0.00020155691890977323, + "U": 2.4659458919273902e-09, + "K": 2.8459963274940492e-08, + "L": 8.419078056931539e-08, + "G": 1.975889790628571e-05, + "F": 0.0019929297268390656, + "E": 2.36517439589079e-06, + "T": 4.0978731703944504e-05, + "P": 0.010147341527044773, + "-": 0.987588107585907 + }, + "id": "tp_26376" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3297030, + "label": "-", + "classification": { + "B": 8.06694424682064e-06, + "S": 2.8001035389024764e-05, + "I": 0.0006412732764147222, + "C": 0.001241226214915514, + "R": 0.00022700175759382546, + "M": 0.0005959417321719229, + "O": 0.0002423129481030628, + "W": 3.128678508801386e-05, + "N": 8.479782991344109e-05, + "Y": 0.0054918322712183, + "U": 1.4402156011783518e-05, + "K": 0.00015310625894926488, + "L": 5.309630432748236e-05, + "G": 0.001999903004616499, + "F": 0.05098676681518555, + "E": 0.001252552610822022, + "T": 0.0017443911638110876, + "P": 0.10527964681386948, + "-": 0.8299243450164795 + }, + "id": "tp_26377" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3297130, + "label": "-", + "classification": { + "B": 6.258916255319491e-05, + "S": 0.00014420920342672616, + "I": 0.00031380055588670075, + "C": 0.0007019427721388638, + "R": 0.00010288668272551149, + "M": 0.0018031955696642399, + "O": 0.00046064105117693543, + "W": 4.013154830317944e-05, + "N": 6.045950794941746e-05, + "Y": 0.011565456166863441, + "U": 1.0161312275158707e-05, + "K": 0.0004646849411074072, + "L": 0.0001300716248806566, + "G": 0.00776658346876502, + "F": 0.10499522089958191, + "E": 0.001737350830808282, + "T": 0.005986094009131193, + "P": 0.02533567324280739, + "-": 0.8383188247680664 + }, + "id": "tp_26378" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3297264, + "label": "-", + "classification": { + "B": 1.6071920754257008e-06, + "S": 9.376398338645231e-06, + "I": 0.0001582143595442176, + "C": 9.933601540978998e-05, + "R": 1.2801322554878425e-05, + "M": 0.00018315752095077187, + "O": 9.165656956611201e-05, + "W": 7.925888894533273e-06, + "N": 3.87728723580949e-05, + "Y": 0.003942635841667652, + "U": 1.7473977322879364e-06, + "K": 0.00023403203522320837, + "L": 6.223694526852341e-06, + "G": 0.0012370863696560264, + "F": 0.051865119487047195, + "E": 0.0010725599713623524, + "T": 0.00124100293032825, + "P": 0.09476915746927261, + "-": 0.8450276255607605 + }, + "id": "tp_26379" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3297397, + "label": "-", + "classification": { + "B": 1.720104592095595e-05, + "S": 5.056970621808432e-05, + "I": 0.00023113108181860298, + "C": 0.0003354397777002305, + "R": 7.903287769295275e-05, + "M": 0.0014358572661876678, + "O": 0.0004853656573686749, + "W": 2.656493234098889e-05, + "N": 4.083882595296018e-05, + "Y": 0.008683525025844574, + "U": 9.042177225637715e-06, + "K": 5.990017598378472e-05, + "L": 0.00015240888751577586, + "G": 0.002778270747512579, + "F": 0.03963151574134827, + "E": 0.0006932368851266801, + "T": 0.00572042353451252, + "P": 0.03788311034440994, + "-": 0.9016865491867065 + }, + "id": "tp_26380" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3297531, + "label": "-", + "classification": { + "B": 1.3892741890231264e-06, + "S": 3.0800945296505233e-06, + "I": 0.00017907650908455253, + "C": 0.0002572622324805707, + "R": 3.0081660952419043e-05, + "M": 0.00033712427830323577, + "O": 5.854775372426957e-05, + "W": 4.647784408007283e-06, + "N": 1.9591281670727767e-05, + "Y": 0.025364575907588005, + "U": 1.1780119848481263e-06, + "K": 0.0006667597917839885, + "L": 4.241123860992957e-06, + "G": 0.002928143134340644, + "F": 0.017731087282299995, + "E": 0.0017562424764037132, + "T": 0.001986902207136154, + "P": 0.01860666833817959, + "-": 0.9300633668899536 + }, + "id": "tp_26381" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3297631, + "label": "-", + "classification": { + "B": 0.00010941256186924875, + "S": 0.002301738364621997, + "I": 0.00408777454867959, + "C": 0.05578215792775154, + "R": 0.01518245693296194, + "M": 0.027340350672602654, + "O": 0.01179906353354454, + "W": 0.0017258207080885768, + "N": 0.0010627404553815722, + "Y": 0.0880148783326149, + "U": 0.00021348906739149243, + "K": 0.0030957225244492292, + "L": 0.0070192995481193066, + "G": 0.058892715722322464, + "F": 0.19063115119934082, + "E": 0.006033741403371096, + "T": 0.0452345535159111, + "P": 0.021147875115275383, + "-": 0.46032509207725525 + }, + "id": "tp_26382" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3297764, + "label": "-", + "classification": { + "B": 3.878746497321117e-07, + "S": 6.216333758857218e-07, + "I": 4.328437353251502e-05, + "C": 7.429317065543728e-06, + "R": 1.0019549563367036e-06, + "M": 1.9226914446335286e-05, + "O": 1.0664571163943037e-05, + "W": 4.268623854386533e-07, + "N": 2.560353777880664e-06, + "Y": 0.00026635226095095277, + "U": 1.3764254447323765e-07, + "K": 8.905710160433955e-07, + "L": 7.871082630117598e-07, + "G": 0.00010131268936675042, + "F": 0.0018341956892982125, + "E": 2.469432365614921e-05, + "T": 0.0002664259518496692, + "P": 0.12852242588996887, + "-": 0.8688971996307373 + }, + "id": "tp_26383" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3297898, + "label": "-", + "classification": { + "B": 7.077104964992031e-05, + "S": 0.00014182280574459583, + "I": 0.0014140745624899864, + "C": 0.0018528689397498965, + "R": 0.0003840502176899463, + "M": 0.0018695652252063155, + "O": 0.0007399917230941355, + "W": 0.00011733071733033285, + "N": 0.00031276766094379127, + "Y": 0.01366492174565792, + "U": 5.68897339690011e-05, + "K": 0.0008132572984322906, + "L": 0.00020734043209813535, + "G": 0.006329427473247051, + "F": 0.10669387131929398, + "E": 0.003779524238780141, + "T": 0.005527499597519636, + "P": 0.09730643033981323, + "-": 0.7587175965309143 + }, + "id": "tp_26384" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3298031, + "label": "-", + "classification": { + "B": 0.0017812364967539907, + "S": 0.0016851916443556547, + "I": 0.010604032315313816, + "C": 0.007769907359033823, + "R": 0.0029746266081929207, + "M": 0.00743502750992775, + "O": 0.005800137761980295, + "W": 0.0022093059960752726, + "N": 0.002854774007573724, + "Y": 0.028532275930047035, + "U": 0.0010683852015063167, + "K": 0.010391282849013805, + "L": 0.0017343604704365134, + "G": 0.0223542433232069, + "F": 0.11668124794960022, + "E": 0.015861358493566513, + "T": 0.013342066667973995, + "P": 0.13518591225147247, + "-": 0.6117345690727234 + }, + "id": "tp_26385" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3298131, + "label": "-", + "classification": { + "B": 0.00012249653809703887, + "S": 1.6824662452563643e-05, + "I": 0.0004596028884407133, + "C": 0.00020211392256896943, + "R": 4.511908991844393e-05, + "M": 0.0006111707771196961, + "O": 0.00025323411682620645, + "W": 3.1281735573429614e-05, + "N": 4.7244418965419754e-05, + "Y": 0.0043705180287361145, + "U": 1.1393356544431299e-05, + "K": 0.00016465046792291105, + "L": 4.555165651254356e-05, + "G": 0.0026010368019342422, + "F": 0.01687587983906269, + "E": 0.0019330572104081511, + "T": 0.001173722674138844, + "P": 0.07753802090883255, + "-": 0.8934970498085022 + }, + "id": "tp_26386" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3298265, + "label": "-", + "classification": { + "B": 7.963642190134124e-08, + "S": 2.7115636385133257e-06, + "I": 1.7354526789858937e-05, + "C": 0.00013624083658214658, + "R": 9.9201515695313e-06, + "M": 0.00040067319059744477, + "O": 3.843901140498929e-05, + "W": 8.829289299683296e-07, + "N": 1.8419132175040431e-06, + "Y": 0.007504270412027836, + "U": 7.720997530213936e-08, + "K": 2.167702950828243e-05, + "L": 6.389088412106503e-06, + "G": 0.002317513572052121, + "F": 0.07721554487943649, + "E": 0.00015997189620975405, + "T": 0.0017090474721044302, + "P": 0.010312430560588837, + "-": 0.9001449942588806 + }, + "id": "tp_26387" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3298398, + "label": "-", + "classification": { + "B": 5.302724093780853e-05, + "S": 4.0908769733505324e-05, + "I": 0.0038261758163571358, + "C": 0.004353164695203304, + "R": 0.0005662613548338413, + "M": 0.0021614842116832733, + "O": 0.0005420084344223142, + "W": 5.274389332043938e-05, + "N": 0.0004329625517129898, + "Y": 0.020043162629008293, + "U": 6.298768857959658e-05, + "K": 0.0005020334501750767, + "L": 0.00014739528705831617, + "G": 0.011915428563952446, + "F": 0.029244378209114075, + "E": 0.008585803210735321, + "T": 0.00656002014875412, + "P": 0.09284742176532745, + "-": 0.8180627226829529 + }, + "id": "tp_26388" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3298532, + "label": "-", + "classification": { + "B": 1.698666551419592e-06, + "S": 4.1368471670466533e-07, + "I": 0.00016732484800741076, + "C": 3.226327680749819e-05, + "R": 1.960294866876211e-06, + "M": 0.00013859353202860802, + "O": 1.2936738130520098e-05, + "W": 2.9200799644968356e-07, + "N": 7.095430191839114e-06, + "Y": 0.0008320554043166339, + "U": 3.580419161153259e-07, + "K": 1.3843896340404171e-06, + "L": 2.1966702661302406e-06, + "G": 0.00017583303269930184, + "F": 0.0019993321038782597, + "E": 0.000519119726959616, + "T": 0.0005470169708132744, + "P": 0.11820530891418457, + "-": 0.8773548603057861 + }, + "id": "tp_26389" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3298632, + "label": "-", + "classification": { + "B": 7.232232019305229e-05, + "S": 4.8794896429171786e-05, + "I": 0.002138208830729127, + "C": 0.0012725741835311055, + "R": 0.00015112300752662122, + "M": 0.0009281911770813167, + "O": 0.000297448190394789, + "W": 6.316317740129307e-05, + "N": 0.00042846836731769145, + "Y": 0.01084040105342865, + "U": 2.7780761229223572e-05, + "K": 0.0015183817595243454, + "L": 4.974709008820355e-05, + "G": 0.007662735413759947, + "F": 0.08156328648328781, + "E": 0.02067512460052967, + "T": 0.0022837365977466106, + "P": 0.2224355787038803, + "-": 0.6475430130958557 + }, + "id": "tp_26390" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3298765, + "label": "-", + "classification": { + "B": 0.006301323417574167, + "S": 0.0033556283451616764, + "I": 0.0375259593129158, + "C": 0.010351238772273064, + "R": 0.0032152554485946894, + "M": 0.024850450456142426, + "O": 0.0074316030368208885, + "W": 0.0023309276439249516, + "N": 0.011354483664035797, + "Y": 0.04304613173007965, + "U": 0.0024343235418200493, + "K": 0.009716874919831753, + "L": 0.0038946892600506544, + "G": 0.05148966237902641, + "F": 0.04658189043402672, + "E": 0.0893438309431076, + "T": 0.03058377094566822, + "P": 0.24681232869625092, + "-": 0.36937955021858215 + }, + "id": "tp_26391" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3298899, + "label": "-", + "classification": { + "B": 4.744972466141917e-05, + "S": 0.00010172921611228958, + "I": 0.002657530130818486, + "C": 0.0015116920694708824, + "R": 0.0002454472123645246, + "M": 0.0007120456430129707, + "O": 0.000554378901142627, + "W": 0.00019097582844551653, + "N": 0.0013201948022469878, + "Y": 0.018998026847839355, + "U": 8.734500443097204e-05, + "K": 0.019010579213500023, + "L": 5.234748823568225e-05, + "G": 0.011356515809893608, + "F": 0.1158679947257042, + "E": 0.03173397481441498, + "T": 0.0043913633562624454, + "P": 0.26456451416015625, + "-": 0.5265958905220032 + }, + "id": "tp_26392" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3299032, + "label": "-", + "classification": { + "B": 0.000928418361581862, + "S": 0.0020094881765544415, + "I": 0.009733731858432293, + "C": 0.023462025448679924, + "R": 0.007440134882926941, + "M": 0.016480717808008194, + "O": 0.0058253733441233635, + "W": 0.0018867875915020704, + "N": 0.00290027167648077, + "Y": 0.0755256861448288, + "U": 0.0007680833805352449, + "K": 0.01103760302066803, + "L": 0.004711910616606474, + "G": 0.07503848522901535, + "F": 0.2522661089897156, + "E": 0.03102298080921173, + "T": 0.029835795983672142, + "P": 0.06795104593038559, + "-": 0.38117536902427673 + }, + "id": "tp_26393" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3299132, + "label": "-", + "classification": { + "B": 2.2667768462270033e-06, + "S": 7.590843779325951e-06, + "I": 0.00017024668341036886, + "C": 0.00014411464508157223, + "R": 3.5354456485947594e-05, + "M": 0.000797887216322124, + "O": 0.0001450175477657467, + "W": 6.476614544226322e-06, + "N": 1.1903527592949104e-05, + "Y": 0.004068493377417326, + "U": 1.50554137690051e-06, + "K": 4.257728051015874e-06, + "L": 2.8353402740322053e-05, + "G": 0.0005513124051503837, + "F": 0.008247815072536469, + "E": 0.00013277084508445114, + "T": 0.0033138201106339693, + "P": 0.0342717170715332, + "-": 0.9480592012405396 + }, + "id": "tp_26394" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3299266, + "label": "-", + "classification": { + "B": 1.1737238310161047e-06, + "S": 4.079296900272311e-07, + "I": 0.00018317883950658143, + "C": 2.1553554688580334e-05, + "R": 1.5193243143585278e-06, + "M": 2.3203114324132912e-05, + "O": 7.483477020286955e-06, + "W": 6.00194482558436e-07, + "N": 1.0551471859798767e-05, + "Y": 0.0004807421355508268, + "U": 4.240430371282855e-07, + "K": 6.987758297327673e-06, + "L": 4.230873003052693e-07, + "G": 0.00013700254203286022, + "F": 0.0020652369130402803, + "E": 0.00044830117258243263, + "T": 0.00012050740770064294, + "P": 0.28740984201431274, + "-": 0.7090808749198914 + }, + "id": "tp_26395" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3299399, + "label": "-", + "classification": { + "B": 0.0027662781067192554, + "S": 0.007292649243026972, + "I": 0.014325229451060295, + "C": 0.030049122869968414, + "R": 0.012153004296123981, + "M": 0.04479014128446579, + "O": 0.020690303295850754, + "W": 0.005011722445487976, + "N": 0.0060518356040120125, + "Y": 0.1544983685016632, + "U": 0.0014919450040906668, + "K": 0.010443911887705326, + "L": 0.017150552943348885, + "G": 0.11065759509801865, + "F": 0.14380662143230438, + "E": 0.03312072530388832, + "T": 0.07065367698669434, + "P": 0.04203485697507858, + "-": 0.2730114459991455 + }, + "id": "tp_26396" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3299533, + "label": "-", + "classification": { + "B": 2.775611562810809e-07, + "S": 3.080216686157655e-07, + "I": 2.349490205233451e-05, + "C": 1.828513268264942e-05, + "R": 1.2776484936694033e-06, + "M": 2.4520981241948903e-05, + "O": 1.0207360901404172e-05, + "W": 4.815225906895648e-07, + "N": 4.732394700113218e-06, + "Y": 0.0007555126794613898, + "U": 4.244128319896845e-07, + "K": 5.348963168216869e-05, + "L": 4.539280951121327e-07, + "G": 0.00010078569903271273, + "F": 0.01474915724247694, + "E": 0.00023957533994689584, + "T": 0.00018120244203601032, + "P": 0.07817979156970978, + "-": 0.9056560397148132 + }, + "id": "tp_26397" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3299633, + "label": "-", + "classification": { + "B": 2.141471668437589e-06, + "S": 7.765803275106009e-06, + "I": 0.0001753814285621047, + "C": 2.885857793444302e-05, + "R": 4.278634605725529e-06, + "M": 6.58072458463721e-05, + "O": 4.067724876222201e-05, + "W": 5.707530817744555e-06, + "N": 3.398876651772298e-05, + "Y": 0.001035747118294239, + "U": 2.318072574780672e-06, + "K": 0.00017346649838145822, + "L": 2.334516011615051e-06, + "G": 0.0002308425318915397, + "F": 0.01987827755510807, + "E": 0.0007852744893170893, + "T": 0.0005032720509916544, + "P": 0.16765253245830536, + "-": 0.809371292591095 + }, + "id": "tp_26398" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3299766, + "label": "-", + "classification": { + "B": 1.0955051266137161e-06, + "S": 1.2340410648903344e-06, + "I": 0.0001785618660505861, + "C": 2.885725552914664e-05, + "R": 2.5798087790462887e-06, + "M": 0.00011498021194711328, + "O": 2.8756156098097563e-05, + "W": 9.156492524198256e-07, + "N": 1.2782598787453026e-05, + "Y": 0.00043571225251071155, + "U": 7.985018442013825e-07, + "K": 1.7302714923062013e-06, + "L": 3.246967480663443e-06, + "G": 0.00014070227916818112, + "F": 0.0023355181328952312, + "E": 0.00014242874749470502, + "T": 0.000817936088424176, + "P": 0.19068272411823273, + "-": 0.8050694465637207 + }, + "id": "tp_26399" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3299900, + "label": "-", + "classification": { + "B": 2.6988604986399878e-06, + "S": 7.931333129818086e-06, + "I": 0.0006170808337628841, + "C": 6.248581485124305e-05, + "R": 1.54730641952483e-05, + "M": 0.00017040877719409764, + "O": 7.197472586994991e-05, + "W": 1.501991027907934e-05, + "N": 9.201231296174228e-05, + "Y": 0.002259253291413188, + "U": 8.579627319704741e-06, + "K": 0.0008319757762365043, + "L": 5.0368580559734255e-06, + "G": 0.0004996201023459435, + "F": 0.037823356688022614, + "E": 0.002446924801915884, + "T": 0.0006703202379867435, + "P": 0.20163457095623016, + "-": 0.7527652978897095 + }, + "id": "tp_26400" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3300000, + "label": "F", + "classification": { + "B": 0.0010155242634937167, + "S": 0.0030053057707846165, + "I": 0.006306050810962915, + "C": 0.003919663373380899, + "R": 0.000875267549417913, + "M": 0.007325559388846159, + "O": 0.0035759257152676582, + "W": 0.0011232395190745592, + "N": 0.0037701863329857588, + "Y": 0.01096597034484148, + "U": 6.93259498802945e-05, + "K": 0.007715834770351648, + "L": 0.0016535141039639711, + "G": 0.059210073202848434, + "F": 0.26419252157211304, + "E": 0.1506735384464264, + "T": 0.00770319951698184, + "P": 0.228915736079216, + "-": 0.23798362910747528 + }, + "id": "tp_26401" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3300133, + "label": "-", + "classification": { + "B": 9.102893818635494e-05, + "S": 0.00011838380305562168, + "I": 0.00187876436393708, + "C": 0.0008492488414049149, + "R": 0.00021065285545773804, + "M": 0.0029784953221678734, + "O": 0.000852849567309022, + "W": 9.168691030936316e-05, + "N": 0.0003759802784770727, + "Y": 0.013471069745719433, + "U": 7.922416989458725e-05, + "K": 0.0010751745430752635, + "L": 0.00023653839889448136, + "G": 0.0060009644366800785, + "F": 0.05063406005501747, + "E": 0.004162359517067671, + "T": 0.010030316188931465, + "P": 0.09245069324970245, + "-": 0.8144124746322632 + }, + "id": "tp_26402" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3300267, + "label": "-", + "classification": { + "B": 0.000129357649711892, + "S": 0.0003644035314209759, + "I": 0.0035542314872145653, + "C": 0.0021817805245518684, + "R": 0.0005995969986543059, + "M": 0.00728146405890584, + "O": 0.0020793993026018143, + "W": 0.0003151714918203652, + "N": 0.0011888964800164104, + "Y": 0.02411201037466526, + "U": 0.00013679344556294382, + "K": 0.004129794426262379, + "L": 0.0005549205816350877, + "G": 0.014695165678858757, + "F": 0.15351662039756775, + "E": 0.013337644748389721, + "T": 0.013258018530905247, + "P": 0.11988846212625504, + "-": 0.6386762857437134 + }, + "id": "tp_26403" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3300400, + "label": "-", + "classification": { + "B": 0.003430563723668456, + "S": 0.002668383764103055, + "I": 0.005894260946661234, + "C": 0.02100462280213833, + "R": 0.00678251264616847, + "M": 0.015109848231077194, + "O": 0.007349408231675625, + "W": 0.0021204438526183367, + "N": 0.0021885596215724945, + "Y": 0.049750372767448425, + "U": 0.0012339628301560879, + "K": 0.0065654185600578785, + "L": 0.005931599531322718, + "G": 0.05569273605942726, + "F": 0.14283297955989838, + "E": 0.019584035500884056, + "T": 0.023245597258210182, + "P": 0.10321230441331863, + "-": 0.5254023671150208 + }, + "id": "tp_26404" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3300501, + "label": "-", + "classification": { + "B": 1.6487301763845608e-06, + "S": 2.502131621895387e-07, + "I": 0.0005336135509423912, + "C": 7.845975051168352e-05, + "R": 6.823214789619669e-06, + "M": 4.058673948748037e-05, + "O": 1.6225927538471296e-05, + "W": 7.277040481312724e-07, + "N": 1.584557867317926e-05, + "Y": 0.0004406722728163004, + "U": 1.719031729408016e-06, + "K": 6.634360033785924e-06, + "L": 2.115830966431531e-06, + "G": 0.0002731013810262084, + "F": 0.0010785928461700678, + "E": 0.0003925073833670467, + "T": 0.0002303185610799119, + "P": 0.20829924941062927, + "-": 0.7885808944702148 + }, + "id": "tp_26405" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3300634, + "label": "-", + "classification": { + "B": 8.792654853095883e-07, + "S": 1.2872646948380861e-05, + "I": 7.622882549185306e-05, + "C": 0.0002281789929838851, + "R": 2.6168148906435817e-05, + "M": 0.00010208573075942695, + "O": 8.06256357464008e-05, + "W": 1.1463438568171114e-05, + "N": 2.405495979473926e-05, + "Y": 0.0032524731941521168, + "U": 1.5849028613956762e-06, + "K": 0.0012545381905511022, + "L": 7.653939974261448e-06, + "G": 0.001681699650362134, + "F": 0.18670421838760376, + "E": 0.00105268694460392, + "T": 0.0009475103579461575, + "P": 0.042278751730918884, + "-": 0.762256383895874 + }, + "id": "tp_26406" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3300767, + "label": "-", + "classification": { + "B": 9.368813152832445e-06, + "S": 9.907053026836365e-06, + "I": 0.0004931439179927111, + "C": 0.00014254670531954616, + "R": 2.2396601707441732e-05, + "M": 0.0003311387845315039, + "O": 0.00012032967060804367, + "W": 1.2696812518697698e-05, + "N": 6.317496445262805e-05, + "Y": 0.0033266525715589523, + "U": 7.949221981107257e-06, + "K": 9.242833766620606e-05, + "L": 1.1503939276735764e-05, + "G": 0.0006650228169746697, + "F": 0.011378881521522999, + "E": 0.00070187944220379, + "T": 0.001632679020985961, + "P": 0.14051379263401031, + "-": 0.8404644727706909 + }, + "id": "tp_26407" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3300901, + "label": "-", + "classification": { + "B": 6.725956336595118e-05, + "S": 5.1555874961195514e-05, + "I": 0.006443499121814966, + "C": 0.008348683826625347, + "R": 0.0006754692876711488, + "M": 0.002695585833862424, + "O": 0.0005659349262714386, + "W": 6.977346492931247e-05, + "N": 0.0006699916557408869, + "Y": 0.006575311999768019, + "U": 3.712311445269734e-05, + "K": 0.0003105634532403201, + "L": 0.0002910803887061775, + "G": 0.015052628703415394, + "F": 0.06064249947667122, + "E": 0.02708986960351467, + "T": 0.00252791796810925, + "P": 0.32346081733703613, + "-": 0.5444244146347046 + }, + "id": "tp_26408" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3301001, + "label": "P", + "classification": { + "B": 0.0013893734430894256, + "S": 0.0005314966547302902, + "I": 0.03782658278942108, + "C": 0.01413921732455492, + "R": 0.002508782781660557, + "M": 0.009726334363222122, + "O": 0.001505804480984807, + "W": 0.00031875979038886726, + "N": 0.00454117963090539, + "Y": 0.015030999667942524, + "U": 0.000297247723210603, + "K": 0.0007258763653226197, + "L": 0.0017320113256573677, + "G": 0.043017592281103134, + "F": 0.053803931921720505, + "E": 0.09794707596302032, + "T": 0.008513749577105045, + "P": 0.4552212655544281, + "-": 0.2512226402759552 + }, + "id": "tp_26409" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3301134, + "label": "-", + "classification": { + "B": 6.472893801401369e-06, + "S": 1.0749034117907286e-05, + "I": 0.000663240731228143, + "C": 0.00039590694359503686, + "R": 6.040208609192632e-05, + "M": 8.249610982602462e-05, + "O": 8.73827375471592e-05, + "W": 1.749887815094553e-05, + "N": 0.00010143711551791057, + "Y": 0.0015580769395455718, + "U": 1.3468751603795681e-05, + "K": 0.00013914602459408343, + "L": 1.2070685443177354e-05, + "G": 0.0006738388328813016, + "F": 0.0320720300078392, + "E": 0.00163746508769691, + "T": 0.00042893257341347635, + "P": 0.36717933416366577, + "-": 0.5948600769042969 + }, + "id": "tp_26410" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3301268, + "label": "-", + "classification": { + "B": 8.975122796073265e-07, + "S": 8.653783538647986e-07, + "I": 4.719212665804662e-05, + "C": 1.2868750673078466e-05, + "R": 1.350204115624365e-06, + "M": 5.855320341652259e-05, + "O": 1.5938107026158832e-05, + "W": 5.597393624157121e-07, + "N": 4.0572294892626815e-06, + "Y": 0.0007531610317528248, + "U": 3.006817053119448e-07, + "K": 5.430255441751797e-06, + "L": 9.085015335585922e-07, + "G": 0.0001825655926950276, + "F": 0.00563412019982934, + "E": 0.00011567129695322365, + "T": 0.0002769868588075042, + "P": 0.09495571255683899, + "-": 0.897932767868042 + }, + "id": "tp_26411" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3301401, + "label": "-", + "classification": { + "B": 4.354923657956533e-05, + "S": 6.404993473552167e-05, + "I": 0.0010298759443685412, + "C": 4.591467950376682e-05, + "R": 1.1616270057857037e-05, + "M": 0.0005847375723533332, + "O": 0.000220872723730281, + "W": 3.134147482342087e-05, + "N": 0.0002100364799844101, + "Y": 0.004096034448593855, + "U": 1.120861907111248e-05, + "K": 0.0008426571148447692, + "L": 1.756205347192008e-05, + "G": 0.002375080017372966, + "F": 0.03109745867550373, + "E": 0.008025518618524075, + "T": 0.0024362567346543074, + "P": 0.21509335935115814, + "-": 0.7337628602981567 + }, + "id": "tp_26412" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3301502, + "label": "-", + "classification": { + "B": 2.8957799713680288e-06, + "S": 3.046733581868466e-06, + "I": 0.00027334742480888963, + "C": 5.475756188388914e-05, + "R": 4.6334221224242356e-06, + "M": 0.00016449317627120763, + "O": 4.833328785025515e-05, + "W": 4.188667389826151e-06, + "N": 4.612161501427181e-05, + "Y": 0.0008583583403378725, + "U": 1.60298520768265e-06, + "K": 0.00010948165436275303, + "L": 2.9161435577407246e-06, + "G": 0.0004720669239759445, + "F": 0.03332909196615219, + "E": 0.003342586336657405, + "T": 0.0003043481265194714, + "P": 0.27562761306762695, + "-": 0.6853501200675964 + }, + "id": "tp_26413" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3301635, + "label": "-", + "classification": { + "B": 0.003287179861217737, + "S": 0.0022104226518422365, + "I": 0.03108631633222103, + "C": 0.018103891983628273, + "R": 0.004595371428877115, + "M": 0.013512514531612396, + "O": 0.005666919983923435, + "W": 0.0026356414891779423, + "N": 0.010213534347712994, + "Y": 0.02610594592988491, + "U": 0.002026626840233803, + "K": 0.012519762851297855, + "L": 0.002711724489927292, + "G": 0.03479600325226784, + "F": 0.10717249661684036, + "E": 0.0842304676771164, + "T": 0.014400466345250607, + "P": 0.30233535170555115, + "-": 0.3223893940448761 + }, + "id": "tp_26414" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3301768, + "label": "-", + "classification": { + "B": 0.0016940055647864938, + "S": 0.0006223535747267306, + "I": 0.006396062206476927, + "C": 0.005178720224648714, + "R": 0.0015723367687314749, + "M": 0.004867700859904289, + "O": 0.003174652811139822, + "W": 0.0007658344111405313, + "N": 0.00166791258379817, + "Y": 0.017415443435311317, + "U": 0.00043886873754672706, + "K": 0.001742857275530696, + "L": 0.000977906514890492, + "G": 0.016034895554184914, + "F": 0.05999932438135147, + "E": 0.014757998287677765, + "T": 0.00762218190357089, + "P": 0.2087523639202118, + "-": 0.6463186144828796 + }, + "id": "tp_26415" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3301902, + "label": "-", + "classification": { + "B": 0.0003363754949532449, + "S": 7.438433385686949e-05, + "I": 0.002121680648997426, + "C": 0.002821612637490034, + "R": 0.0003705976705532521, + "M": 0.0022794308606535196, + "O": 0.000946778163779527, + "W": 0.0001349668891634792, + "N": 0.000304916116874665, + "Y": 0.004749331157654524, + "U": 7.000120967859402e-05, + "K": 0.000434986810432747, + "L": 0.00022870901739224792, + "G": 0.008549917489290237, + "F": 0.019340461120009422, + "E": 0.007215090561658144, + "T": 0.0027652899734675884, + "P": 0.12597407400608063, + "-": 0.8212814331054688 + }, + "id": "tp_26416" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3302002, + "label": "-", + "classification": { + "B": 0.0015725091798231006, + "S": 0.001090256031602621, + "I": 0.009576007723808289, + "C": 0.00472027063369751, + "R": 0.0016153180040419102, + "M": 0.0058587645180523396, + "O": 0.0035430502612143755, + "W": 0.0009644106612540781, + "N": 0.003031838219612837, + "Y": 0.02781924046576023, + "U": 0.0007327108760364354, + "K": 0.004058506805449724, + "L": 0.0012837359681725502, + "G": 0.01815948262810707, + "F": 0.055919747799634933, + "E": 0.017505858093500137, + "T": 0.015055881813168526, + "P": 0.2065190076828003, + "-": 0.6209734678268433 + }, + "id": "tp_26417" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3302135, + "label": "-", + "classification": { + "B": 0.00015537135186605155, + "S": 0.0001348142686765641, + "I": 0.00134716322645545, + "C": 0.0039444779977202415, + "R": 0.0013968354323878884, + "M": 0.003498475532978773, + "O": 0.0019060785416513681, + "W": 0.00020673027029260993, + "N": 0.00013649696484208107, + "Y": 0.007482356391847134, + "U": 7.946444384288043e-05, + "K": 4.211981286061928e-05, + "L": 0.0011255686404183507, + "G": 0.006029646378010511, + "F": 0.028087124228477478, + "E": 0.0006888499483466148, + "T": 0.006859232671558857, + "P": 0.04712236672639847, + "-": 0.8897568583488464 + }, + "id": "tp_26418" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3302269, + "label": "-", + "classification": { + "B": 3.927491434296826e-06, + "S": 3.808134715654887e-05, + "I": 0.00017493747873231769, + "C": 0.001973705133423209, + "R": 0.0003887327038682997, + "M": 0.0006412389338947833, + "O": 0.00035833564470522106, + "W": 4.5340872020460665e-05, + "N": 4.5540127757703885e-05, + "Y": 0.012452212162315845, + "U": 7.672696483496111e-06, + "K": 0.0008277288288809359, + "L": 4.712897498393431e-05, + "G": 0.0033096191473305225, + "F": 0.12731066346168518, + "E": 0.0005570529610849917, + "T": 0.0026486713904887438, + "P": 0.025898825377225876, + "-": 0.8232706189155579 + }, + "id": "tp_26419" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3302402, + "label": "-", + "classification": { + "B": 1.3120545190759003e-05, + "S": 1.3741298971581273e-05, + "I": 0.00032583088614046574, + "C": 0.0003216404584236443, + "R": 4.4736148993251845e-05, + "M": 0.0002962720755022019, + "O": 0.00010130435111932456, + "W": 1.0606833711790387e-05, + "N": 5.509104084922001e-05, + "Y": 0.004648619797080755, + "U": 4.073359832545975e-06, + "K": 0.0008234914275817573, + "L": 1.5926570995361544e-05, + "G": 0.00511194346472621, + "F": 0.07572966068983078, + "E": 0.005550303962081671, + "T": 0.0010365297785028815, + "P": 0.07080400735139847, + "-": 0.8350930213928223 + }, + "id": "tp_26420" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3302503, + "label": "-", + "classification": { + "B": 1.6628581533950637e-07, + "S": 1.6068653394540888e-06, + "I": 1.572682049300056e-05, + "C": 3.250925146858208e-05, + "R": 2.2078477286413545e-06, + "M": 3.609550913097337e-05, + "O": 1.341744700766867e-05, + "W": 1.5745584960313863e-06, + "N": 8.03786770120496e-06, + "Y": 0.002866351278498769, + "U": 2.0157825986188982e-07, + "K": 0.0009160971967503428, + "L": 3.952304155063757e-07, + "G": 0.00042887235758826137, + "F": 0.08126398921012878, + "E": 0.0011043213307857513, + "T": 0.00039613875560462475, + "P": 0.06266430020332336, + "-": 0.8502479791641235 + }, + "id": "tp_26421" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3302636, + "label": "-", + "classification": { + "B": 1.5455671587005781e-07, + "S": 2.747192695551348e-07, + "I": 1.03681977634551e-05, + "C": 6.214315817487659e-06, + "R": 2.9131342671462335e-07, + "M": 2.8770353310392238e-05, + "O": 6.643079814239172e-06, + "W": 1.413817898310299e-07, + "N": 5.957093094366428e-07, + "Y": 0.0002042904670815915, + "U": 5.37644702092166e-08, + "K": 3.072660490488488e-07, + "L": 7.309858460757823e-07, + "G": 6.103324267314747e-05, + "F": 0.004271120764315128, + "E": 2.1615011064568534e-05, + "T": 0.000150389620102942, + "P": 0.058234307914972305, + "-": 0.9370027780532837 + }, + "id": "tp_26422" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3302769, + "label": "-", + "classification": { + "B": 0.00011802703374996781, + "S": 0.00029035768238827586, + "I": 0.0028483918868005276, + "C": 0.004487315658479929, + "R": 0.0011081857373937964, + "M": 0.003732329234480858, + "O": 0.001562802237458527, + "W": 0.00024978318833746016, + "N": 0.0007230052724480629, + "Y": 0.015228218398988247, + "U": 0.00017478600784670562, + "K": 0.0009785746224224567, + "L": 0.00038326633512042463, + "G": 0.00607344601303339, + "F": 0.054085440933704376, + "E": 0.004270648583769798, + "T": 0.009209020994603634, + "P": 0.12503889203071594, + "-": 0.7694374322891235 + }, + "id": "tp_26423" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3302903, + "label": "-", + "classification": { + "B": 2.1325047782738693e-05, + "S": 7.974468462634832e-05, + "I": 0.0011727518867701292, + "C": 0.0025481893680989742, + "R": 0.00036198945599608123, + "M": 0.0008014682098291814, + "O": 0.0004992063622921705, + "W": 9.11632232600823e-05, + "N": 0.00033345105475746095, + "Y": 0.0076060486026108265, + "U": 3.454507896094583e-05, + "K": 0.001528751221485436, + "L": 6.227425183169544e-05, + "G": 0.004499997012317181, + "F": 0.10334966331720352, + "E": 0.003380922134965658, + "T": 0.002786855911836028, + "P": 0.12262333929538727, + "-": 0.7482181787490845 + }, + "id": "tp_26424" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3303003, + "label": "-", + "classification": { + "B": 1.7462381947552785e-05, + "S": 3.27965353790205e-05, + "I": 0.003112923353910446, + "C": 0.000936888565775007, + "R": 0.00011584027379285544, + "M": 0.0007881406345404685, + "O": 0.00029899668879806995, + "W": 5.652585969073698e-05, + "N": 0.0005787182599306107, + "Y": 0.012113709934055805, + "U": 2.5655901481513865e-05, + "K": 0.0020622529555112123, + "L": 3.296388604212552e-05, + "G": 0.0032739131711423397, + "F": 0.045055389404296875, + "E": 0.011654275469481945, + "T": 0.003008352592587471, + "P": 0.2661488652229309, + "-": 0.6506863236427307 + }, + "id": "tp_26425" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3303136, + "label": "-", + "classification": { + "B": 2.5023369744303636e-05, + "S": 2.3358157704933546e-05, + "I": 0.0003266983840148896, + "C": 0.0005677125882357359, + "R": 6.155252049211413e-05, + "M": 0.0012133045820519328, + "O": 0.00023909812443889678, + "W": 2.286900235048961e-05, + "N": 6.616027530981228e-05, + "Y": 0.0114124845713377, + "U": 6.878159638290526e-06, + "K": 0.0006391474162228405, + "L": 8.623439498478547e-05, + "G": 0.015177153050899506, + "F": 0.105542853474617, + "E": 0.007663536351174116, + "T": 0.0028233174234628677, + "P": 0.08171330392360687, + "-": 0.77238929271698 + }, + "id": "tp_26426" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3303270, + "label": "-", + "classification": { + "B": 2.0336394300102256e-05, + "S": 1.287469331145985e-05, + "I": 0.0005481558619067073, + "C": 0.0008472581976093352, + "R": 6.259595829760656e-05, + "M": 0.00023484378471039236, + "O": 6.848358316347003e-05, + "W": 1.409308606525883e-05, + "N": 7.55640649003908e-05, + "Y": 0.0012621305650100112, + "U": 7.060922143864445e-06, + "K": 0.0006736217183060944, + "L": 1.2434685231710318e-05, + "G": 0.0029977569356560707, + "F": 0.0807623341679573, + "E": 0.008473774418234825, + "T": 0.0006656306213699281, + "P": 0.1693769246339798, + "-": 0.7338841557502747 + }, + "id": "tp_26427" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3303403, + "label": "-", + "classification": { + "B": 0.0023642571177333593, + "S": 0.000758215319365263, + "I": 0.004160455893725157, + "C": 0.020083585754036903, + "R": 0.0046045659109950066, + "M": 0.04708202928304672, + "O": 0.006005280185490847, + "W": 0.00040516507579013705, + "N": 0.0003054207772947848, + "Y": 0.06269125640392303, + "U": 0.00010396433935966343, + "K": 4.199073009658605e-05, + "L": 0.009823616594076157, + "G": 0.060550518333911896, + "F": 0.03856414929032326, + "E": 0.007861719466745853, + "T": 0.03687846288084984, + "P": 0.027406256645917892, + "-": 0.6703090667724609 + }, + "id": "tp_26428" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3303504, + "label": "-", + "classification": { + "B": 0.0004710039938800037, + "S": 0.0011119426926597953, + "I": 0.009272241033613682, + "C": 0.020840220153331757, + "R": 0.0040483069606125355, + "M": 0.02321617119014263, + "O": 0.006061510648578405, + "W": 0.0006173177971504629, + "N": 0.001545735984109342, + "Y": 0.02793743461370468, + "U": 0.0001614655484445393, + "K": 0.0004974433104507625, + "L": 0.0041639916598796844, + "G": 0.03878272697329521, + "F": 0.08980026841163635, + "E": 0.011755387298762798, + "T": 0.028207629919052124, + "P": 0.09158820658922195, + "-": 0.6399210095405579 + }, + "id": "tp_26429" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3303637, + "label": "-", + "classification": { + "B": 0.00013233489880803972, + "S": 0.0012608249671757221, + "I": 0.0044926246628165245, + "C": 0.002759594703093171, + "R": 0.0008981022401712835, + "M": 0.003369203768670559, + "O": 0.0034516211599111557, + "W": 0.0015350042376667261, + "N": 0.002784797688946128, + "Y": 0.039261672645807266, + "U": 8.881987014319748e-05, + "K": 0.09969582408666611, + "L": 0.0002686044026631862, + "G": 0.04130125045776367, + "F": 0.21599234640598297, + "E": 0.038584280759096146, + "T": 0.01193346455693245, + "P": 0.08318962901830673, + "-": 0.44899997115135193 + }, + "id": "tp_26430" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3303770, + "label": "-", + "classification": { + "B": 0.00032377432216890156, + "S": 8.449807501165196e-05, + "I": 0.0011175968684256077, + "C": 0.0017616866389289498, + "R": 0.00024814269272610545, + "M": 0.0020624783355742693, + "O": 0.0005450189928524196, + "W": 9.599059558240697e-05, + "N": 0.0002071412600344047, + "Y": 0.011670652776956558, + "U": 4.0566595998825505e-05, + "K": 0.0014558358816429973, + "L": 0.0001533017202746123, + "G": 0.0172163937240839, + "F": 0.07456798106431961, + "E": 0.014338879846036434, + "T": 0.0029062952380627394, + "P": 0.1063399389386177, + "-": 0.764863908290863 + }, + "id": "tp_26431" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3303904, + "label": "-", + "classification": { + "B": 1.6957121260929853e-05, + "S": 3.862635639961809e-05, + "I": 0.000141930824611336, + "C": 0.00028621286037378013, + "R": 5.5894797696964815e-05, + "M": 0.0010099998908117414, + "O": 0.00024705182295292616, + "W": 1.6323314412147738e-05, + "N": 1.992471698031295e-05, + "Y": 0.005153440870344639, + "U": 4.438332325662486e-06, + "K": 6.813767686253414e-05, + "L": 4.97901564813219e-05, + "G": 0.0018347309669479728, + "F": 0.017336461693048477, + "E": 0.0003094571875408292, + "T": 0.0031709852628409863, + "P": 0.02651393972337246, + "-": 0.9437255859375 + }, + "id": "tp_26432" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3304004, + "label": "F", + "classification": { + "B": 0.0007433995488099754, + "S": 0.009102707728743553, + "I": 0.0003218989004381001, + "C": 0.0009489143267273903, + "R": 0.00034904861240647733, + "M": 0.017503611743450165, + "O": 0.006885042414069176, + "W": 0.0009243858512490988, + "N": 0.0001741430751280859, + "Y": 0.014832425862550735, + "U": 7.740850378468167e-06, + "K": 0.0010660829721018672, + "L": 0.002806885400786996, + "G": 0.034478217363357544, + "F": 0.4706771671772003, + "E": 0.006827617064118385, + "T": 0.01705152541399002, + "P": 0.009929108433425426, + "-": 0.4053700566291809 + }, + "id": "tp_26433" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3304137, + "label": "-", + "classification": { + "B": 0.002212119521573186, + "S": 0.0021631931886076927, + "I": 0.011349629610776901, + "C": 0.01836775243282318, + "R": 0.0038723009638488293, + "M": 0.02545109950006008, + "O": 0.006190478336066008, + "W": 0.001265589497052133, + "N": 0.0026496618520468473, + "Y": 0.03494188189506531, + "U": 0.0007689082995057106, + "K": 0.005899716168642044, + "L": 0.0052015334367752075, + "G": 0.06452354043722153, + "F": 0.12102209776639938, + "E": 0.036284189671278, + "T": 0.023990865796804428, + "P": 0.09444372355937958, + "-": 0.5394017100334167 + }, + "id": "tp_26434" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3304271, + "label": "-", + "classification": { + "B": 7.3028627411986236e-06, + "S": 5.560813406191301e-06, + "I": 0.0005888420855626464, + "C": 0.00014141525025479496, + "R": 1.7258113075513393e-05, + "M": 0.0002744082303252071, + "O": 8.830377919366583e-05, + "W": 7.99941972218221e-06, + "N": 5.2202587539795786e-05, + "Y": 0.002583851804956794, + "U": 4.244458978064358e-06, + "K": 8.223128679674119e-05, + "L": 8.097914360405412e-06, + "G": 0.0008994045783765614, + "F": 0.006489051040261984, + "E": 0.0018387571908533573, + "T": 0.0007958220667205751, + "P": 0.15551306307315826, + "-": 0.8306021094322205 + }, + "id": "tp_26435" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3304404, + "label": "-", + "classification": { + "B": 1.3133421816746704e-06, + "S": 2.0014085748698562e-06, + "I": 0.0006570313707925379, + "C": 0.00035851384745910764, + "R": 2.015933750953991e-05, + "M": 0.0002667373337317258, + "O": 3.700514935189858e-05, + "W": 4.648021331377095e-06, + "N": 6.824279262218624e-05, + "Y": 0.0036401934921741486, + "U": 3.3441044706705725e-06, + "K": 0.0007271071663126349, + "L": 4.401111254992429e-06, + "G": 0.004003134556114674, + "F": 0.031993765383958817, + "E": 0.007274311501532793, + "T": 0.0008203114848583937, + "P": 0.18060249090194702, + "-": 0.769515335559845 + }, + "id": "tp_26436" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3304505, + "label": "-", + "classification": { + "B": 8.72202726895921e-05, + "S": 7.234732765937224e-05, + "I": 0.004332654643803835, + "C": 0.0023451694287359715, + "R": 0.0002958468103315681, + "M": 0.0013526511611416936, + "O": 0.00035759422462433577, + "W": 0.00011088913743151352, + "N": 0.0008623911999166012, + "Y": 0.04036187380552292, + "U": 6.853013474028558e-05, + "K": 0.011937793344259262, + "L": 0.00010083839879371226, + "G": 0.032884154468774796, + "F": 0.10631405562162399, + "E": 0.053045984357595444, + "T": 0.005617086309939623, + "P": 0.17816029489040375, + "-": 0.5616925954818726 + }, + "id": "tp_26437" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3304638, + "label": "-", + "classification": { + "B": 2.718900032050442e-05, + "S": 9.482348832534626e-05, + "I": 0.0004973440081812441, + "C": 0.00019671788322739303, + "R": 2.7213514840696007e-05, + "M": 0.0008255045977421105, + "O": 0.0003357605019118637, + "W": 7.090954022714868e-05, + "N": 0.0002172254171455279, + "Y": 0.007325816433876753, + "U": 1.1596801414270885e-05, + "K": 0.0009366850717924535, + "L": 4.660292688640766e-05, + "G": 0.00469665601849556, + "F": 0.20147812366485596, + "E": 0.010294780135154724, + "T": 0.0025873177219182253, + "P": 0.20301225781440735, + "-": 0.5673174858093262 + }, + "id": "tp_26438" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3304771, + "label": "-", + "classification": { + "B": 5.649328613799298e-06, + "S": 1.4012445717526134e-05, + "I": 3.801501588895917e-05, + "C": 2.764448981906753e-05, + "R": 3.471953732514521e-06, + "M": 0.00044600627734325826, + "O": 7.937349437270314e-05, + "W": 8.179546966857743e-06, + "N": 1.4883913536323234e-05, + "Y": 0.012984934262931347, + "U": 5.312463713380566e-07, + "K": 0.0011498567182570696, + "L": 6.475103418779327e-06, + "G": 0.0043364278972148895, + "F": 0.09712468832731247, + "E": 0.0034127114340662956, + "T": 0.002194411586970091, + "P": 0.030863601714372635, + "-": 0.8472891449928284 + }, + "id": "tp_26439" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3304905, + "label": "-", + "classification": { + "B": 0.0027292484883219004, + "S": 0.002941629383713007, + "I": 0.01590319350361824, + "C": 0.02923642285168171, + "R": 0.00802032370120287, + "M": 0.0355801098048687, + "O": 0.009782180190086365, + "W": 0.0024826026055961847, + "N": 0.006305919494479895, + "Y": 0.09439066797494888, + "U": 0.0015960573218762875, + "K": 0.019498053938150406, + "L": 0.009246613830327988, + "G": 0.12336297333240509, + "F": 0.1378541886806488, + "E": 0.0848618596792221, + "T": 0.0380701944231987, + "P": 0.07109446823596954, + "-": 0.30704328417778015 + }, + "id": "tp_26440" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3305005, + "label": "-", + "classification": { + "B": 0.00302842166274786, + "S": 0.002411330584436655, + "I": 0.009138247929513454, + "C": 0.010846233926713467, + "R": 0.0028133243322372437, + "M": 0.014628885313868523, + "O": 0.006363939959555864, + "W": 0.0025666621513664722, + "N": 0.0049505941569805145, + "Y": 0.0496833436191082, + "U": 0.0013545611873269081, + "K": 0.037127137184143066, + "L": 0.0031373652163892984, + "G": 0.08311479538679123, + "F": 0.13760347664356232, + "E": 0.09931536018848419, + "T": 0.018456973135471344, + "P": 0.14460645616054535, + "-": 0.3688528537750244 + }, + "id": "tp_26441" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3305138, + "label": "-", + "classification": { + "B": 0.0004540814261417836, + "S": 0.00035532453330233693, + "I": 0.013211405836045742, + "C": 0.009666224010288715, + "R": 0.003953266888856888, + "M": 0.006788926664739847, + "O": 0.003475267207249999, + "W": 0.0006486480124294758, + "N": 0.002181061077862978, + "Y": 0.04199931025505066, + "U": 0.0008816674817353487, + "K": 0.0013787149218842387, + "L": 0.001667449832893908, + "G": 0.01824360154569149, + "F": 0.045112431049346924, + "E": 0.009458438493311405, + "T": 0.017534993588924408, + "P": 0.15825210511684418, + "-": 0.6647371053695679 + }, + "id": "tp_26442" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3305272, + "label": "-", + "classification": { + "B": 9.694343316368759e-05, + "S": 4.1038962081074715e-05, + "I": 0.006419368553906679, + "C": 0.0020040678791701794, + "R": 0.000282127148238942, + "M": 0.0023705714847892523, + "O": 0.0004313619283493608, + "W": 7.471950084436685e-05, + "N": 0.0007222382118925452, + "Y": 0.010387384332716465, + "U": 0.0001187219750136137, + "K": 0.0028547930996865034, + "L": 8.849211735650897e-05, + "G": 0.006296320352703333, + "F": 0.019407616928219795, + "E": 0.016185401007533073, + "T": 0.00443559093400836, + "P": 0.18653710186481476, + "-": 0.7412461042404175 + }, + "id": "tp_26443" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3305405, + "label": "P", + "classification": { + "B": 3.08194989884214e-06, + "S": 6.217693680810044e-06, + "I": 0.0005927456659264863, + "C": 9.232804586645216e-06, + "R": 1.405486273142742e-06, + "M": 3.05312751152087e-05, + "O": 1.3381750250118785e-05, + "W": 2.7471542125567794e-06, + "N": 6.663188833044842e-05, + "Y": 0.00024831434711813927, + "U": 7.770601655465725e-07, + "K": 7.03691111993976e-05, + "L": 1.194144374494499e-06, + "G": 0.00022836847347207367, + "F": 0.014457141049206257, + "E": 0.0043768081814050674, + "T": 0.00019031050032936037, + "P": 0.6286168098449707, + "-": 0.351083904504776 + }, + "id": "tp_26444" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3305506, + "label": "-", + "classification": { + "B": 0.00015671405708417296, + "S": 9.281698294216767e-05, + "I": 0.000692560919560492, + "C": 0.0010710431961342692, + "R": 0.0002568077761679888, + "M": 0.0019060979830101132, + "O": 0.0005582855665124953, + "W": 4.891078424407169e-05, + "N": 0.00010350641969125718, + "Y": 0.012911592610180378, + "U": 2.763182965281885e-05, + "K": 0.00011207241914235055, + "L": 0.0002712503483053297, + "G": 0.006287517957389355, + "F": 0.041336607187986374, + "E": 0.001796423806808889, + "T": 0.007582090329378843, + "P": 0.08161263912916183, + "-": 0.84317547082901 + }, + "id": "tp_26445" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3305639, + "label": "C", + "classification": { + "B": 0.007678417954593897, + "S": 0.0024808370508253574, + "I": 0.021342989057302475, + "C": 0.22614791989326477, + "R": 0.05703744664788246, + "M": 0.061425045132637024, + "O": 0.015348593704402447, + "W": 0.0023141626734286547, + "N": 0.0032953221816569567, + "Y": 0.08432728797197342, + "U": 0.001204548985697329, + "K": 0.0006680961232632399, + "L": 0.0490235760807991, + "G": 0.21516968309879303, + "F": 0.03168250992894173, + "E": 0.04399142786860466, + "T": 0.023149175569415092, + "P": 0.028865428641438484, + "-": 0.12484753131866455 + }, + "id": "tp_26446" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3305772, + "label": "-", + "classification": { + "B": 0.0002338825725018978, + "S": 0.001012704917229712, + "I": 0.005802054889500141, + "C": 0.015111097134649754, + "R": 0.0032803015783429146, + "M": 0.019611749798059464, + "O": 0.005866188555955887, + "W": 0.0008098914986476302, + "N": 0.0016275235684588552, + "Y": 0.04309343919157982, + "U": 0.00032556059886701405, + "K": 0.0025562953669577837, + "L": 0.0030788995791226625, + "G": 0.04360499233007431, + "F": 0.1494017094373703, + "E": 0.013897290453314781, + "T": 0.03220696747303009, + "P": 0.055516064167022705, + "-": 0.602963387966156 + }, + "id": "tp_26447" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3305906, + "label": "-", + "classification": { + "B": 0.007860214449465275, + "S": 0.009303467348217964, + "I": 0.00800875574350357, + "C": 0.011867335066199303, + "R": 0.005727891344577074, + "M": 0.019222263246774673, + "O": 0.014566970989108086, + "W": 0.005271167494356632, + "N": 0.004275346174836159, + "Y": 0.044601231813430786, + "U": 0.0016475196462124586, + "K": 0.008440352976322174, + "L": 0.006666183937340975, + "G": 0.03594382852315903, + "F": 0.1546495407819748, + "E": 0.014394374564290047, + "T": 0.03152777999639511, + "P": 0.09968764334917068, + "-": 0.5163381099700928 + }, + "id": "tp_26448" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3306006, + "label": "-", + "classification": { + "B": 8.287980017485097e-05, + "S": 0.00011572519724722952, + "I": 0.00048230329412035644, + "C": 0.00022885766520630568, + "R": 2.6234543838654645e-05, + "M": 0.0009181659552268684, + "O": 0.0003164787485729903, + "W": 4.252649887348525e-05, + "N": 0.00013567724090535194, + "Y": 0.0038238405250012875, + "U": 1.1359108611941338e-05, + "K": 0.00029925224953331053, + "L": 7.618864037794992e-05, + "G": 0.003666857723146677, + "F": 0.0901016965508461, + "E": 0.006355811841785908, + "T": 0.002812905702739954, + "P": 0.1747429221868515, + "-": 0.7157602906227112 + }, + "id": "tp_26449" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3306139, + "label": "-", + "classification": { + "B": 3.4034737694810246e-08, + "S": 9.088446262239813e-08, + "I": 0.00014168374764267355, + "C": 4.169536623521708e-05, + "R": 1.4206583500708803e-06, + "M": 5.1194915613450576e-06, + "O": 3.861580353259342e-06, + "W": 4.62482148577692e-07, + "N": 2.497444256732706e-05, + "Y": 0.0007260069251060486, + "U": 1.7513661987322848e-07, + "K": 0.0022320221178233624, + "L": 7.010967806309054e-08, + "G": 0.0009716010536067188, + "F": 0.05641759932041168, + "E": 0.01428909134119749, + "T": 6.63764585624449e-05, + "P": 0.23969660699367523, + "-": 0.6853810548782349 + }, + "id": "tp_26450" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3306273, + "label": "-", + "classification": { + "B": 9.27296878217021e-06, + "S": 7.153495971579105e-06, + "I": 0.001082683796994388, + "C": 0.00015118546434678137, + "R": 1.4708259186591022e-05, + "M": 0.00013757613487541676, + "O": 5.957464236416854e-05, + "W": 1.7663398466538638e-05, + "N": 0.00016686944582033902, + "Y": 0.0014051439939066768, + "U": 1.4309263860923238e-05, + "K": 0.0008330341661348939, + "L": 4.651703875424573e-06, + "G": 0.0005528230685740709, + "F": 0.015959925949573517, + "E": 0.006677222438156605, + "T": 0.0005156687693670392, + "P": 0.38301047682762146, + "-": 0.5893800258636475 + }, + "id": "tp_26451" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3306406, + "label": "-", + "classification": { + "B": 1.9271723431302235e-05, + "S": 3.158810068271123e-05, + "I": 0.00021519645815715194, + "C": 0.00024767257855273783, + "R": 4.016526145278476e-05, + "M": 0.00045888195745646954, + "O": 0.0002734237350523472, + "W": 2.9689419534406625e-05, + "N": 4.236305539961904e-05, + "Y": 0.004368305206298828, + "U": 7.388913672912167e-06, + "K": 0.00027972154202871025, + "L": 4.507395715336315e-05, + "G": 0.004067974630743265, + "F": 0.07436318695545197, + "E": 0.00145067332778126, + "T": 0.0016832558903843164, + "P": 0.058991994708776474, + "-": 0.8533841371536255 + }, + "id": "tp_26452" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3306507, + "label": "-", + "classification": { + "B": 1.0128665962838568e-05, + "S": 4.177718437858857e-05, + "I": 0.0002926030138041824, + "C": 0.0011918521486222744, + "R": 0.00021765052224509418, + "M": 0.0014029107987880707, + "O": 0.0003463204193394631, + "W": 2.354967364226468e-05, + "N": 4.145104321651161e-05, + "Y": 0.029758566990494728, + "U": 9.434338608116377e-06, + "K": 0.002357706893235445, + "L": 8.847064600558951e-05, + "G": 0.011804746463894844, + "F": 0.04031248018145561, + "E": 0.0021423061843961477, + "T": 0.0050612096674740314, + "P": 0.012807504273951054, + "-": 0.8920893669128418 + }, + "id": "tp_26453" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3306640, + "label": "-", + "classification": { + "B": 8.851006327859068e-08, + "S": 8.494186687357796e-08, + "I": 3.87692807635176e-06, + "C": 2.786342747640447e-07, + "R": 3.282498894918717e-08, + "M": 5.786382189398864e-06, + "O": 1.4983997971285135e-06, + "W": 5.7049248880503e-08, + "N": 3.4533729831309756e-07, + "Y": 0.00014341695350594819, + "U": 8.044139576668385e-09, + "K": 1.6212846958296723e-06, + "L": 4.5600806686252326e-08, + "G": 2.4687444238224998e-05, + "F": 0.004441587720066309, + "E": 5.815157055621967e-05, + "T": 5.5232660088222474e-05, + "P": 0.08575011044740677, + "-": 0.9095131158828735 + }, + "id": "tp_26454" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3306773, + "label": "-", + "classification": { + "B": 1.7187239791383035e-06, + "S": 1.253047685167985e-05, + "I": 5.451916513266042e-05, + "C": 0.00046603436931036413, + "R": 3.534890856826678e-05, + "M": 0.0003959696623496711, + "O": 0.00010861121700145304, + "W": 8.267351404356305e-06, + "N": 1.3327905435289722e-05, + "Y": 0.0058285947889089584, + "U": 5.644555471917556e-07, + "K": 0.0005775285535492003, + "L": 1.6269175830530003e-05, + "G": 0.007226250134408474, + "F": 0.17301371693611145, + "E": 0.0025927640963345766, + "T": 0.0015239021740853786, + "P": 0.01924447901546955, + "-": 0.7888796925544739 + }, + "id": "tp_26455" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3306907, + "label": "-", + "classification": { + "B": 0.0002991232031490654, + "S": 0.00045957352267578244, + "I": 0.010605981573462486, + "C": 0.003848824417218566, + "R": 0.0009673101012594998, + "M": 0.0029878464993089437, + "O": 0.0017256579594686627, + "W": 0.0006412392249330878, + "N": 0.003276377683505416, + "Y": 0.02338932640850544, + "U": 0.0004998338408768177, + "K": 0.011478109285235405, + "L": 0.00029771076515316963, + "G": 0.011145267635583878, + "F": 0.06031668558716774, + "E": 0.02568364329636097, + "T": 0.010115440003573895, + "P": 0.24408197402954102, + "-": 0.5881800651550293 + }, + "id": "tp_26456" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3307007, + "label": "-", + "classification": { + "B": 4.0909917231601867e-08, + "S": 7.080218011878969e-08, + "I": 2.163625140383374e-05, + "C": 9.297873475588858e-06, + "R": 4.824894972443872e-07, + "M": 8.05409399617929e-06, + "O": 2.380728801654186e-06, + "W": 2.1608782674320537e-07, + "N": 3.051792646147078e-06, + "Y": 0.0005712081911042333, + "U": 1.234353845802616e-07, + "K": 0.0003703168185893446, + "L": 6.113677386565541e-08, + "G": 0.00018875730165746063, + "F": 0.011077835224568844, + "E": 0.0010012118145823479, + "T": 9.056095586856827e-05, + "P": 0.08044552803039551, + "-": 0.9062092900276184 + }, + "id": "tp_26457" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3307140, + "label": "-", + "classification": { + "B": 0.00014240224845707417, + "S": 0.00012367934687063098, + "I": 0.0007134345360100269, + "C": 0.0004373032716102898, + "R": 0.00011236694263061509, + "M": 0.0008879696251824498, + "O": 0.000622076157014817, + "W": 7.054157322272658e-05, + "N": 0.00016565914847888052, + "Y": 0.004225853830575943, + "U": 2.8111888241255656e-05, + "K": 0.00027573612169362605, + "L": 0.00010416662553325295, + "G": 0.002387985587120056, + "F": 0.026799093931913376, + "E": 0.0011824232060462236, + "T": 0.003131060628220439, + "P": 0.08300382643938065, + "-": 0.8755863904953003 + }, + "id": "tp_26458" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3307274, + "label": "-", + "classification": { + "B": 0.0002879957319237292, + "S": 0.00014219453441910446, + "I": 0.0006121917394921184, + "C": 0.00015148297825362533, + "R": 4.534437175607309e-05, + "M": 0.0033160988241434097, + "O": 0.0012800897238776088, + "W": 5.907229206059128e-05, + "N": 7.536965131293982e-05, + "Y": 0.002683943137526512, + "U": 9.114481144933961e-06, + "K": 5.971086920908419e-06, + "L": 0.0003745028516277671, + "G": 0.002340325154364109, + "F": 0.010647071525454521, + "E": 0.0009286363492719829, + "T": 0.004540526308119297, + "P": 0.10938505828380585, + "-": 0.863115131855011 + }, + "id": "tp_26459" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3307407, + "label": "-", + "classification": { + "B": 0.0013823137851431966, + "S": 0.0011505278525874019, + "I": 0.010000632144510746, + "C": 0.004680717829614878, + "R": 0.001761518302373588, + "M": 0.0040011778473854065, + "O": 0.004061571788042784, + "W": 0.0015157833695411682, + "N": 0.004067011643201113, + "Y": 0.01866290159523487, + "U": 0.0011298945173621178, + "K": 0.011433816514909267, + "L": 0.000967537343967706, + "G": 0.01736374758183956, + "F": 0.07897786796092987, + "E": 0.019388370215892792, + "T": 0.011648903600871563, + "P": 0.24870796501636505, + "-": 0.5590976476669312 + }, + "id": "tp_26460" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3307508, + "label": "-", + "classification": { + "B": 4.457617563957683e-08, + "S": 2.9728604999945674e-07, + "I": 1.0122976163984276e-05, + "C": 1.6328660024100827e-07, + "R": 1.4864372843703677e-08, + "M": 3.6032297430210747e-06, + "O": 2.6217855975119164e-06, + "W": 1.859224596501008e-07, + "N": 9.603038506611483e-07, + "Y": 3.062170071643777e-05, + "U": 1.289868478693279e-08, + "K": 7.185083177319029e-07, + "L": 4.470969017233983e-08, + "G": 3.937027940992266e-06, + "F": 0.00387801812030375, + "E": 3.725336864590645e-05, + "T": 2.8196449420647696e-05, + "P": 0.2376965582370758, + "-": 0.7583065629005432 + }, + "id": "tp_26461" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3307641, + "label": "-", + "classification": { + "B": 1.2411856005201116e-06, + "S": 7.383517640846549e-06, + "I": 0.0005992488004267216, + "C": 0.0020809711422771215, + "R": 0.0001341311144642532, + "M": 0.0001701280998531729, + "O": 8.16147294244729e-05, + "W": 7.302182439161697e-06, + "N": 7.574007759103552e-05, + "Y": 0.002592426026239991, + "U": 2.2836322841612855e-06, + "K": 0.0001545936247566715, + "L": 2.1986508727422915e-05, + "G": 0.00538322189822793, + "F": 0.09061366319656372, + "E": 0.003249546280130744, + "T": 0.001074430299922824, + "P": 0.1347823292016983, + "-": 0.7589677572250366 + }, + "id": "tp_26462" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3307774, + "label": "-", + "classification": { + "B": 3.431639195028424e-09, + "S": 5.664208657663039e-09, + "I": 1.9249562228651484e-06, + "C": 1.1033097507606726e-05, + "R": 4.499792964907101e-07, + "M": 4.961490958521608e-06, + "O": 9.575027206665254e-07, + "W": 8.822921948592466e-09, + "N": 3.755666355687026e-08, + "Y": 7.358306902460754e-05, + "U": 4.881204773710124e-09, + "K": 3.110386970206491e-08, + "L": 5.6004218151883833e-08, + "G": 1.4766028471058235e-05, + "F": 0.0006431643851101398, + "E": 1.2169456340416218e-06, + "T": 2.7680785933625884e-05, + "P": 0.006615024991333485, + "-": 0.9926049709320068 + }, + "id": "tp_26463" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3307908, + "label": "F", + "classification": { + "B": 7.228313916129991e-05, + "S": 0.00068526656832546, + "I": 0.0010844033677130938, + "C": 0.00459391949698329, + "R": 0.0006939598242752254, + "M": 0.0028088318649679422, + "O": 0.0019349646754562855, + "W": 0.0005613400717265904, + "N": 0.001067143864929676, + "Y": 0.02150876447558403, + "U": 7.973234460223466e-05, + "K": 0.09129536151885986, + "L": 0.0003801046987064183, + "G": 0.039223723113536835, + "F": 0.40137434005737305, + "E": 0.0333511084318161, + "T": 0.009790299460291862, + "P": 0.035085707902908325, + "-": 0.35440877079963684 + }, + "id": "tp_26464" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3308008, + "label": "-", + "classification": { + "B": 1.3685693375009578e-05, + "S": 9.993911589845084e-06, + "I": 0.00048240923206321895, + "C": 0.00018273155728820711, + "R": 3.0699451599502936e-05, + "M": 0.0002311366843059659, + "O": 0.00010319667489966378, + "W": 1.7742910131346434e-05, + "N": 8.303243521368131e-05, + "Y": 0.00402417778968811, + "U": 7.466037459380459e-06, + "K": 0.0007093817694112659, + "L": 1.0996826858900022e-05, + "G": 0.0033650691621005535, + "F": 0.05755751207470894, + "E": 0.005513980519026518, + "T": 0.000994894653558731, + "P": 0.20796561241149902, + "-": 0.7186962366104126 + }, + "id": "tp_26465" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3308141, + "label": "-", + "classification": { + "B": 0.000335515767801553, + "S": 0.000610153831075877, + "I": 0.014548445120453835, + "C": 0.02040775492787361, + "R": 0.004639696329832077, + "M": 0.010642260313034058, + "O": 0.002963244216516614, + "W": 0.0004948940477333963, + "N": 0.0020854813046753407, + "Y": 0.017478499561548233, + "U": 0.0004198623646516353, + "K": 0.0011946909362450242, + "L": 0.0017443894175812602, + "G": 0.025685248896479607, + "F": 0.06856023520231247, + "E": 0.013992102816700935, + "T": 0.0160457044839859, + "P": 0.20698663592338562, + "-": 0.5911651253700256 + }, + "id": "tp_26466" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3308275, + "label": "F", + "classification": { + "B": 4.269092187314527e-06, + "S": 0.0005107734468765557, + "I": 5.5098780649132095e-06, + "C": 0.013646633364260197, + "R": 0.0015925035113468766, + "M": 0.013039871118962765, + "O": 0.0010002892231568694, + "W": 1.6336567568941973e-05, + "N": 8.442390253549092e-07, + "Y": 0.004952768329530954, + "U": 7.846417560131158e-08, + "K": 3.5386317449592752e-06, + "L": 0.00350383878685534, + "G": 0.08789819478988647, + "F": 0.47210702300071716, + "E": 8.597350097261369e-05, + "T": 0.012612472288310528, + "P": 0.00030629534740000963, + "-": 0.3887128531932831 + }, + "id": "tp_26467" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3308375, + "label": "-", + "classification": { + "B": 1.1619935321505181e-05, + "S": 2.254492756037507e-06, + "I": 9.74520662566647e-05, + "C": 0.00011399137292755768, + "R": 1.320201681664912e-05, + "M": 0.0001532969472464174, + "O": 2.0631377992685884e-05, + "W": 1.457731286791386e-06, + "N": 2.8706167540804017e-06, + "Y": 0.0005480244290083647, + "U": 2.797856097913609e-07, + "K": 2.3283394057216356e-06, + "L": 9.446220246900339e-06, + "G": 0.001084174495190382, + "F": 0.015122942626476288, + "E": 0.0004624666180461645, + "T": 0.00023894857440609485, + "P": 0.09084943681955338, + "-": 0.8912650346755981 + }, + "id": "tp_26468" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3308509, + "label": "-", + "classification": { + "B": 0.0002456249494571239, + "S": 0.00023548085300717503, + "I": 0.010006752796471119, + "C": 0.0038287874776870012, + "R": 0.0011391291627660394, + "M": 0.0020801853388547897, + "O": 0.001309086917899549, + "W": 0.00032633592491038144, + "N": 0.0022199510131031275, + "Y": 0.016712455078959465, + "U": 0.00040934953722171485, + "K": 0.002992990892380476, + "L": 0.00031600124202668667, + "G": 0.007500478066504002, + "F": 0.03787795081734657, + "E": 0.014729742892086506, + "T": 0.00570041174069047, + "P": 0.3017447590827942, + "-": 0.5906245708465576 + }, + "id": "tp_26469" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3308642, + "label": "-", + "classification": { + "B": 9.854397649178281e-05, + "S": 0.00020097411470487714, + "I": 0.0007872311980463564, + "C": 0.0007818640442565084, + "R": 0.00014958604879211634, + "M": 0.0008127761539071798, + "O": 0.0004477972979657352, + "W": 8.011369936866686e-05, + "N": 0.0002830388839356601, + "Y": 0.007800133433192968, + "U": 1.4785690837015864e-05, + "K": 0.0009326330618932843, + "L": 0.00011628017091425136, + "G": 0.006600218825042248, + "F": 0.1765666902065277, + "E": 0.009085139259696007, + "T": 0.0034093500580638647, + "P": 0.12188440561294556, + "-": 0.6699485778808594 + }, + "id": "tp_26470" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3308775, + "label": "-", + "classification": { + "B": 1.9343204371580214e-07, + "S": 1.9873400560754817e-06, + "I": 7.788494258420542e-06, + "C": 3.340432840559515e-06, + "R": 4.556106318887032e-07, + "M": 9.979835340345744e-06, + "O": 9.230587238562293e-06, + "W": 6.578141551472072e-07, + "N": 1.6969626130958204e-06, + "Y": 0.0002569994830992073, + "U": 3.883115340386212e-08, + "K": 3.7406396131700603e-06, + "L": 2.8153482389825513e-07, + "G": 4.649225593311712e-05, + "F": 0.025222595781087875, + "E": 4.2087016481673345e-05, + "T": 0.00014048258890397847, + "P": 0.07923649251461029, + "-": 0.8950155973434448 + }, + "id": "tp_26471" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3308876, + "label": "-", + "classification": { + "B": 0.0009307003929279745, + "S": 0.001355449203401804, + "I": 0.0070792511105537415, + "C": 0.010070682503283024, + "R": 0.003524539992213249, + "M": 0.01267724484205246, + "O": 0.005206695292145014, + "W": 0.001256147283129394, + "N": 0.0018138253362849355, + "Y": 0.03178364038467407, + "U": 0.0005795598262920976, + "K": 0.003293754532933235, + "L": 0.0024607942905277014, + "G": 0.027004148811101913, + "F": 0.13664892315864563, + "E": 0.014875923283398151, + "T": 0.01424122042953968, + "P": 0.12332972139120102, + "-": 0.6018677949905396 + }, + "id": "tp_26472" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3309009, + "label": "-", + "classification": { + "B": 9.057417628355324e-06, + "S": 1.2552274711197242e-05, + "I": 0.00039408350130543113, + "C": 0.0012467348715290427, + "R": 0.00015899167919997126, + "M": 0.0002487234305590391, + "O": 0.00018943348550237715, + "W": 2.537990440032445e-05, + "N": 6.670103903161362e-05, + "Y": 0.00423574261367321, + "U": 1.5137669834075496e-05, + "K": 0.00037052013794891536, + "L": 2.2580114091397263e-05, + "G": 0.00146602897439152, + "F": 0.040138497948646545, + "E": 0.0006956090219318867, + "T": 0.0011544822482392192, + "P": 0.07403264194726944, + "-": 0.8755170106887817 + }, + "id": "tp_26473" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3309142, + "label": "F", + "classification": { + "B": 3.631855724961497e-05, + "S": 0.0022107944823801517, + "I": 0.00010016424494097009, + "C": 0.0007580774836242199, + "R": 0.00015072454698383808, + "M": 0.0015611436683684587, + "O": 0.0013536469778046012, + "W": 0.00028773461235687137, + "N": 9.042054443852976e-05, + "Y": 0.0045562018640339375, + "U": 5.55107635591412e-06, + "K": 0.0024976450949907303, + "L": 0.0003633364103734493, + "G": 0.015515588223934174, + "F": 0.7044546008110046, + "E": 0.0020515690557658672, + "T": 0.004488915205001831, + "P": 0.017208673059940338, + "-": 0.24230898916721344 + }, + "id": "tp_26474" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3309276, + "label": "-", + "classification": { + "B": 3.6672856367658824e-05, + "S": 3.1489373213844374e-05, + "I": 0.0008256970322690904, + "C": 0.00025943381479009986, + "R": 3.778537575271912e-05, + "M": 0.0004607716400641948, + "O": 0.0002295998128829524, + "W": 2.6450892619322985e-05, + "N": 0.0001753156684571877, + "Y": 0.003428921801969409, + "U": 1.30096859720652e-05, + "K": 0.00010047735122498125, + "L": 2.730159758357331e-05, + "G": 0.0012190291890874505, + "F": 0.01885339803993702, + "E": 0.0020525557920336723, + "T": 0.0016620666719973087, + "P": 0.2837788462638855, + "-": 0.6867812275886536 + }, + "id": "tp_26475" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3309376, + "label": "-", + "classification": { + "B": 0.006640106439590454, + "S": 0.0025374656543135643, + "I": 0.008960630744695663, + "C": 0.012027882970869541, + "R": 0.004019205458462238, + "M": 0.010868463665246964, + "O": 0.00802153255790472, + "W": 0.002343927975744009, + "N": 0.0032534939236938953, + "Y": 0.017961222678422928, + "U": 0.0011183790629729629, + "K": 0.0019304617308080196, + "L": 0.003957469016313553, + "G": 0.02110050991177559, + "F": 0.06033388525247574, + "E": 0.017220398411154747, + "T": 0.01478154119104147, + "P": 0.20270760357379913, + "-": 0.6002158522605896 + }, + "id": "tp_26476" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3309510, + "label": "-", + "classification": { + "B": 1.0446153737575514e-06, + "S": 1.3423466498352354e-06, + "I": 0.00016033077554311603, + "C": 0.00010047922842204571, + "R": 1.123960919358069e-05, + "M": 3.247035783715546e-05, + "O": 4.025557791464962e-05, + "W": 2.3234761101775803e-06, + "N": 2.3146416424424388e-05, + "Y": 0.0008700024336576462, + "U": 1.729498535496532e-06, + "K": 7.447573443641886e-05, + "L": 1.858555606304435e-06, + "G": 0.00031451336690224707, + "F": 0.011165471747517586, + "E": 0.00028318300610408187, + "T": 0.0003429826465435326, + "P": 0.08897587656974792, + "-": 0.8975971341133118 + }, + "id": "tp_26477" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3309643, + "label": "-", + "classification": { + "B": 9.397811481903773e-06, + "S": 9.309349479735829e-06, + "I": 0.0008381112129427493, + "C": 0.00035384652437642217, + "R": 5.200445593800396e-05, + "M": 0.0006162712234072387, + "O": 0.00011793719750130549, + "W": 1.3678077266376931e-05, + "N": 8.545864693587646e-05, + "Y": 0.01634911075234413, + "U": 6.728513199050212e-06, + "K": 0.0005667624645866454, + "L": 2.072646384476684e-05, + "G": 0.006068056914955378, + "F": 0.03251694142818451, + "E": 0.005180954467505217, + "T": 0.0023687020875513554, + "P": 0.06936975568532944, + "-": 0.8654562830924988 + }, + "id": "tp_26478" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3309776, + "label": "-", + "classification": { + "B": 8.84292876435211e-06, + "S": 1.1085247024311684e-05, + "I": 0.00014763310900889337, + "C": 8.91230592969805e-05, + "R": 9.4343504315475e-06, + "M": 0.00011119642294943333, + "O": 4.959442594554275e-05, + "W": 6.609740012208931e-06, + "N": 3.174188532284461e-05, + "Y": 0.0013001308543607593, + "U": 2.1122473299328703e-06, + "K": 3.779257895075716e-05, + "L": 5.45194643564173e-06, + "G": 0.000425914884544909, + "F": 0.03785398602485657, + "E": 0.0009280496742576361, + "T": 0.0004641233244910836, + "P": 0.29328814148902893, + "-": 0.665229082107544 + }, + "id": "tp_26479" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3309877, + "label": "-", + "classification": { + "B": 4.648939466278534e-06, + "S": 2.0734920326503925e-05, + "I": 0.0003536790900398046, + "C": 2.8400449082255363e-05, + "R": 4.21864115196513e-06, + "M": 9.273093019146472e-05, + "O": 6.144409417174757e-05, + "W": 1.394864830217557e-05, + "N": 9.788474562810734e-05, + "Y": 0.0007536682533100247, + "U": 2.545912593632238e-06, + "K": 0.0003916823770850897, + "L": 3.454238594713388e-06, + "G": 0.0005109566263854504, + "F": 0.028269300237298012, + "E": 0.0037412343081086874, + "T": 0.0004948610439896584, + "P": 0.4241638779640198, + "-": 0.5409907698631287 + }, + "id": "tp_26480" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3310010, + "label": "-", + "classification": { + "B": 3.1302747629524674e-06, + "S": 0.0001631038321647793, + "I": 0.00016874670109245926, + "C": 0.0006734172930009663, + "R": 0.00014121276035439223, + "M": 0.001548157655633986, + "O": 0.0006788317114114761, + "W": 0.00010657112579792738, + "N": 8.854144834913313e-05, + "Y": 0.024315007030963898, + "U": 5.201190560910618e-06, + "K": 0.0070177786983549595, + "L": 7.137857028283179e-05, + "G": 0.009117212146520615, + "F": 0.3489256799221039, + "E": 0.002315379912033677, + "T": 0.006762764882296324, + "P": 0.018487872555851936, + "-": 0.5794100761413574 + }, + "id": "tp_26481" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3310143, + "label": "C", + "classification": { + "B": 0.0002124180900864303, + "S": 0.002845217939466238, + "I": 0.004320318344980478, + "C": 0.2777082026004791, + "R": 0.04702248424291611, + "M": 0.027524134144186974, + "O": 0.009035191498696804, + "W": 0.0016663118731230497, + "N": 0.0011316821910440922, + "Y": 0.03721209615468979, + "U": 0.0001897570036817342, + "K": 0.0030246360693126917, + "L": 0.007623111829161644, + "G": 0.1661784052848816, + "F": 0.16556240618228912, + "E": 0.008455110713839531, + "T": 0.039447300136089325, + "P": 0.009424998424947262, + "-": 0.19141623377799988 + }, + "id": "tp_26482" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3310277, + "label": "-", + "classification": { + "B": 9.420208471055957e-07, + "S": 3.546105290297419e-06, + "I": 8.362597145605832e-05, + "C": 0.0014240717282518744, + "R": 8.106428140308708e-05, + "M": 0.00021755335910711437, + "O": 6.356846279231831e-05, + "W": 3.236182465116144e-06, + "N": 7.982313945831265e-06, + "Y": 0.0024166670627892017, + "U": 1.1373705319783767e-06, + "K": 9.011416841531172e-05, + "L": 1.7889846276375465e-05, + "G": 0.0032090500462800264, + "F": 0.07313252240419388, + "E": 0.0003979747125413269, + "T": 0.0005294500733725727, + "P": 0.028912371024489403, + "-": 0.8894073367118835 + }, + "id": "tp_26483" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3310377, + "label": "-", + "classification": { + "B": 1.1090832252591554e-08, + "S": 3.0623050406575203e-07, + "I": 2.07631219382165e-05, + "C": 1.2021930160699412e-05, + "R": 2.7058879368269118e-06, + "M": 1.4801167708355933e-05, + "O": 1.0966656191158108e-05, + "W": 1.036352728078782e-06, + "N": 4.688857643486699e-06, + "Y": 0.002106931759044528, + "U": 1.8828585268693132e-07, + "K": 0.0004621103871613741, + "L": 1.6485272169575182e-07, + "G": 0.0001124233822338283, + "F": 0.023353196680545807, + "E": 0.0001022787400870584, + "T": 0.0003643424715846777, + "P": 0.02615218237042427, + "-": 0.9472788572311401 + }, + "id": "tp_26484" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3310511, + "label": "-", + "classification": { + "B": 2.7364860670786584e-06, + "S": 5.848499495186843e-05, + "I": 0.00010099973587784916, + "C": 0.0011616525007411838, + "R": 0.00010666405432857573, + "M": 0.0008650721283629537, + "O": 0.00038527537253685296, + "W": 2.982015212182887e-05, + "N": 5.0808186642825603e-05, + "Y": 0.019267253577709198, + "U": 4.107767836103449e-06, + "K": 0.003532176371663809, + "L": 6.524883792735636e-05, + "G": 0.010538389906287193, + "F": 0.19993524253368378, + "E": 0.002119269222021103, + "T": 0.004301622975617647, + "P": 0.021207695826888084, + "-": 0.7362674474716187 + }, + "id": "tp_26485" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3310644, + "label": "-", + "classification": { + "B": 1.374788212160638e-07, + "S": 1.3890391983295558e-06, + "I": 4.24221288994886e-05, + "C": 0.00041354246786795557, + "R": 1.649443947826512e-05, + "M": 0.0001864314399426803, + "O": 4.442490535438992e-05, + "W": 1.7376124787915614e-06, + "N": 5.187290753383422e-06, + "Y": 0.007327469065785408, + "U": 1.7579766620201553e-07, + "K": 0.0001443759392714128, + "L": 6.8453432504611555e-06, + "G": 0.007238724268972874, + "F": 0.09975297749042511, + "E": 0.0014495968353003263, + "T": 0.0009848650079220533, + "P": 0.015844427049160004, + "-": 0.8665387630462646 + }, + "id": "tp_26486" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3310777, + "label": "-", + "classification": { + "B": 1.0175154784519691e-05, + "S": 3.6010878829983994e-05, + "I": 0.00027295088511891663, + "C": 0.0011814091121777892, + "R": 0.000321312720188871, + "M": 0.0026618577539920807, + "O": 0.000821927038487047, + "W": 4.0148908738046885e-05, + "N": 4.476893082028255e-05, + "Y": 0.015178131870925426, + "U": 1.0649232535797637e-05, + "K": 8.658041770104319e-05, + "L": 0.00015339450328610837, + "G": 0.0031012205872684717, + "F": 0.03110594116151333, + "E": 0.000476889283163473, + "T": 0.004251402337104082, + "P": 0.023279529064893723, + "-": 0.9169657230377197 + }, + "id": "tp_26487" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3310878, + "label": "F", + "classification": { + "B": 9.559597913266771e-08, + "S": 5.188791419641348e-06, + "I": 1.091815875042812e-06, + "C": 3.7735510431957664e-06, + "R": 3.0606236123276176e-07, + "M": 2.383697938057594e-05, + "O": 2.4344775738427415e-05, + "W": 1.7402566072632908e-06, + "N": 4.5568640416604467e-07, + "Y": 0.0002583569148555398, + "U": 6.986428324751159e-09, + "K": 0.00021100246522109956, + "L": 1.6869397541086073e-06, + "G": 0.0018764318665489554, + "F": 0.6530327796936035, + "E": 0.0007436267333105206, + "T": 5.1979714044136927e-05, + "P": 0.00857209600508213, + "-": 0.33519113063812256 + }, + "id": "tp_26488" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3311011, + "label": "-", + "classification": { + "B": 2.859902537011294e-08, + "S": 8.933361641538795e-07, + "I": 2.8992246825509937e-06, + "C": 0.00014734301657881588, + "R": 8.145264473569114e-06, + "M": 6.726164428982884e-05, + "O": 2.8016589567414485e-05, + "W": 7.863877726776991e-07, + "N": 9.611896985006751e-07, + "Y": 0.012079660780727863, + "U": 5.856644591517579e-08, + "K": 0.0006379024707712233, + "L": 4.175663889327552e-06, + "G": 0.006995256058871746, + "F": 0.17980104684829712, + "E": 0.00021003687288612127, + "T": 0.001103763934224844, + "P": 0.002816175576299429, + "-": 0.796095609664917 + }, + "id": "tp_26489" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3311144, + "label": "-", + "classification": { + "B": 2.4246188331744634e-05, + "S": 0.00016555711044929922, + "I": 0.0011901739053428173, + "C": 0.00032756716245785356, + "R": 8.293512655654922e-05, + "M": 0.0004703670274466276, + "O": 0.0004967473796568811, + "W": 0.00019397810683585703, + "N": 0.0006908562500029802, + "Y": 0.009460683912038803, + "U": 3.5615841625258327e-05, + "K": 0.007671767380088568, + "L": 3.382088107173331e-05, + "G": 0.0024342364631593227, + "F": 0.12078147381544113, + "E": 0.010057259351015091, + "T": 0.0030452993232756853, + "P": 0.2688640356063843, + "-": 0.5739732980728149 + }, + "id": "tp_26490" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3311278, + "label": "C", + "classification": { + "B": 0.000239880959270522, + "S": 0.000365392304956913, + "I": 0.004809298552572727, + "C": 0.43913471698760986, + "R": 0.0790502056479454, + "M": 0.011312699876725674, + "O": 0.0035922981332987547, + "W": 0.00043707675649784505, + "N": 0.0003873201203532517, + "Y": 0.02758415974676609, + "U": 0.00020050222519785166, + "K": 0.0002293216239195317, + "L": 0.0029720240272581577, + "G": 0.051002711057662964, + "F": 0.017109043896198273, + "E": 0.0021249428391456604, + "T": 0.0167179387062788, + "P": 0.012934274971485138, + "-": 0.3297961950302124 + }, + "id": "tp_26491" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3311378, + "label": "-", + "classification": { + "B": 1.5220392697301577e-06, + "S": 6.368102731357794e-06, + "I": 0.00042392121395096183, + "C": 0.00026071464526467025, + "R": 4.59313923784066e-05, + "M": 0.00013990201114211231, + "O": 0.00010420964099466801, + "W": 8.3595850810525e-06, + "N": 4.854487633565441e-05, + "Y": 0.002904267515987158, + "U": 3.61147112926119e-06, + "K": 0.0001162195549113676, + "L": 6.140027835499495e-06, + "G": 0.0010789083316922188, + "F": 0.01880866102874279, + "E": 0.00042259760084562004, + "T": 0.0007176325307227671, + "P": 0.12369780987501144, + "-": 0.8512046933174133 + }, + "id": "tp_26492" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3311512, + "label": "F", + "classification": { + "B": 1.8951191123051103e-06, + "S": 4.263467053533532e-05, + "I": 0.0010155157651752234, + "C": 0.002941260812804103, + "R": 0.0001546475396025926, + "M": 0.00019230198813602328, + "O": 0.00019677971431519836, + "W": 5.42544003110379e-05, + "N": 0.0007040147320367396, + "Y": 0.002673278097063303, + "U": 5.4089882723928895e-06, + "K": 0.009739520959556103, + "L": 2.4624512661830522e-05, + "G": 0.016491884365677834, + "F": 0.36947765946388245, + "E": 0.05013963207602501, + "T": 0.001165770459920168, + "P": 0.2828196585178375, + "-": 0.2621592879295349 + }, + "id": "tp_26493" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3311645, + "label": "-", + "classification": { + "B": 2.4420718546025455e-05, + "S": 8.840672671794891e-05, + "I": 0.00023443945974577218, + "C": 0.0004876166640315205, + "R": 6.429426139220595e-05, + "M": 0.0005445285351015627, + "O": 0.000328733614878729, + "W": 0.00010563981049926952, + "N": 0.00015582980995532125, + "Y": 0.01037631556391716, + "U": 1.2717287972918712e-05, + "K": 0.019357560202479362, + "L": 3.176598693244159e-05, + "G": 0.009469307027757168, + "F": 0.38757458329200745, + "E": 0.013132604770362377, + "T": 0.0030152604449540377, + "P": 0.04392716661095619, + "-": 0.5110688805580139 + }, + "id": "tp_26494" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3311778, + "label": "-", + "classification": { + "B": 9.175893751489639e-07, + "S": 2.3271327336260583e-06, + "I": 0.00019702542340382934, + "C": 8.415120100835338e-05, + "R": 1.3828410374117084e-05, + "M": 6.672473682556301e-05, + "O": 3.414160164538771e-05, + "W": 2.737736622293596e-06, + "N": 1.2019544556096662e-05, + "Y": 0.0008470463799312711, + "U": 1.4861739145999309e-06, + "K": 6.5135345721500926e-06, + "L": 4.053303655382479e-06, + "G": 0.00021131111134309322, + "F": 0.0048528676852583885, + "E": 6.835262320237234e-05, + "T": 0.0005653043044731021, + "P": 0.09393710643053055, + "-": 0.8990920782089233 + }, + "id": "tp_26495" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3311879, + "label": "P", + "classification": { + "B": 1.3128127648087684e-05, + "S": 1.8433887817081995e-05, + "I": 0.0005602231831289828, + "C": 0.0002529541670810431, + "R": 1.8658083718037233e-05, + "M": 0.0001354292908217758, + "O": 5.605831029242836e-05, + "W": 1.7163996744784527e-05, + "N": 0.00017399151693098247, + "Y": 0.0017170562641695142, + "U": 6.126796961325454e-06, + "K": 0.0009324559359811246, + "L": 7.903600817371625e-06, + "G": 0.002066938439384103, + "F": 0.0874762162566185, + "E": 0.025245290249586105, + "T": 0.0005657565197907388, + "P": 0.4793897867202759, + "-": 0.4013464152812958 + }, + "id": "tp_26496" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3312012, + "label": "-", + "classification": { + "B": 6.495088018709794e-05, + "S": 0.00027184910140931606, + "I": 0.00017885008128359914, + "C": 0.0009271893068216741, + "R": 0.00012817360402550548, + "M": 0.001279619405977428, + "O": 0.00046998178004287183, + "W": 8.238311420427635e-05, + "N": 6.689025030937046e-05, + "Y": 0.005199642851948738, + "U": 6.96315373716061e-06, + "K": 0.004475612659007311, + "L": 0.00019647006411105394, + "G": 0.023760007694363594, + "F": 0.373849093914032, + "E": 0.008868403732776642, + "T": 0.0034272344782948494, + "P": 0.018313266336917877, + "-": 0.558433473110199 + }, + "id": "tp_26497" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3312145, + "label": "-", + "classification": { + "B": 1.0370607924414799e-05, + "S": 1.7102775018429384e-05, + "I": 0.0006191852735355496, + "C": 0.00018776980869006366, + "R": 2.2228756279218942e-05, + "M": 0.0002567624324001372, + "O": 0.00012441720173228532, + "W": 1.6918100300244987e-05, + "N": 8.533579239156097e-05, + "Y": 0.0019604586996138096, + "U": 7.512690444855252e-06, + "K": 0.00017684836348053068, + "L": 1.7480793758295476e-05, + "G": 0.0012372054625302553, + "F": 0.03577561303973198, + "E": 0.0023255159612745047, + "T": 0.0009234059252776206, + "P": 0.2563495635986328, + "-": 0.6998863220214844 + }, + "id": "tp_26498" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3312279, + "label": "-", + "classification": { + "B": 9.029695320350584e-07, + "S": 8.443538717983756e-06, + "I": 0.00021794579515699297, + "C": 0.000338566314894706, + "R": 3.730619209818542e-05, + "M": 0.0004256342363078147, + "O": 9.107557707466185e-05, + "W": 4.784099019161658e-06, + "N": 2.7624320864561014e-05, + "Y": 0.0027168323285877705, + "U": 1.7823197140387492e-06, + "K": 2.9848339181626216e-05, + "L": 1.2936089660797734e-05, + "G": 0.001042563351802528, + "F": 0.019161369651556015, + "E": 0.0002656201249919832, + "T": 0.0016633816994726658, + "P": 0.0731331929564476, + "-": 0.9008203148841858 + }, + "id": "tp_26499" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3312379, + "label": "-", + "classification": { + "B": 0.0006275721243582666, + "S": 0.0008768112165853381, + "I": 0.0017188548808917403, + "C": 0.001402804278768599, + "R": 0.00034821158624254167, + "M": 0.0037651152815669775, + "O": 0.0013359998119994998, + "W": 0.0003462521708570421, + "N": 0.0007422143826261163, + "Y": 0.02083342894911766, + "U": 0.00010398314043413848, + "K": 0.008646251633763313, + "L": 0.00041278748540207744, + "G": 0.0259863194078207, + "F": 0.17968203127384186, + "E": 0.032738249748945236, + "T": 0.00980350561439991, + "P": 0.1086559146642685, + "-": 0.6019736528396606 + }, + "id": "tp_26500" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3312513, + "label": "-", + "classification": { + "B": 0.0011891007889062166, + "S": 0.0010163395199924707, + "I": 0.01183280162513256, + "C": 0.007761784363538027, + "R": 0.0018659394700080156, + "M": 0.008537252433598042, + "O": 0.0036108868662267923, + "W": 0.0016418836312368512, + "N": 0.005710229743272066, + "Y": 0.05129361152648926, + "U": 0.0010353595716878772, + "K": 0.03245445340871811, + "L": 0.0010738206328824162, + "G": 0.03240497410297394, + "F": 0.12528152763843536, + "E": 0.06577395647764206, + "T": 0.021111296489834785, + "P": 0.1927596628665924, + "-": 0.43364500999450684 + }, + "id": "tp_26501" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3312646, + "label": "-", + "classification": { + "B": 8.7865973910084e-06, + "S": 3.0368839361472055e-05, + "I": 0.002322651445865631, + "C": 0.004108625929802656, + "R": 0.0003703369584400207, + "M": 0.000536214211024344, + "O": 0.00030336884083226323, + "W": 6.431027577491477e-05, + "N": 0.00037750095361843705, + "Y": 0.009563470259308815, + "U": 2.4950228180387057e-05, + "K": 0.0016562642995268106, + "L": 5.399203291744925e-05, + "G": 0.009201841428875923, + "F": 0.0773443803191185, + "E": 0.009946953505277634, + "T": 0.0019696883391588926, + "P": 0.2083597183227539, + "-": 0.67375648021698 + }, + "id": "tp_26502" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3312779, + "label": "-", + "classification": { + "B": 0.00013280229177325964, + "S": 0.0006021058652549982, + "I": 0.0008701818878762424, + "C": 0.006050616968423128, + "R": 0.001052284729667008, + "M": 0.006932949647307396, + "O": 0.0027553695254027843, + "W": 0.00038880883948877454, + "N": 0.0004344662884250283, + "Y": 0.07951749861240387, + "U": 4.2373034375486895e-05, + "K": 0.013364212587475777, + "L": 0.0011310693807899952, + "G": 0.0808611586689949, + "F": 0.2704448103904724, + "E": 0.014835072681307793, + "T": 0.017895136028528214, + "P": 0.02048427425324917, + "-": 0.482204794883728 + }, + "id": "tp_26503" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3312880, + "label": "-", + "classification": { + "B": 2.796975593355455e-07, + "S": 7.188768336163776e-07, + "I": 4.375256139610428e-06, + "C": 8.658984370413236e-06, + "R": 6.067404001441901e-07, + "M": 3.3218617318198085e-05, + "O": 9.112539373745676e-06, + "W": 4.829386170968064e-07, + "N": 7.633467475898215e-07, + "Y": 0.001290603424422443, + "U": 5.2669516747982925e-08, + "K": 0.00012125976354582235, + "L": 6.827636411799176e-07, + "G": 0.0008072400814853609, + "F": 0.046167273074388504, + "E": 0.0004279299173504114, + "T": 0.0001816256408346817, + "P": 0.01620882749557495, + "-": 0.9347362518310547 + }, + "id": "tp_26504" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3313013, + "label": "-", + "classification": { + "B": 4.54569271823857e-05, + "S": 6.001058136462234e-05, + "I": 0.0018492592498660088, + "C": 0.001775755430571735, + "R": 0.00028796400874853134, + "M": 0.0019162342650815845, + "O": 0.0006074185948818922, + "W": 6.827394827269018e-05, + "N": 0.00040154848829843104, + "Y": 0.028070056810975075, + "U": 3.5408844269113615e-05, + "K": 0.002029110910370946, + "L": 0.0001563799160066992, + "G": 0.014642000198364258, + "F": 0.0821479856967926, + "E": 0.01091282069683075, + "T": 0.005087561439722776, + "P": 0.09801454842090607, + "-": 0.7518921494483948 + }, + "id": "tp_26505" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3313146, + "label": "-", + "classification": { + "B": 0.00023690221132710576, + "S": 0.00018682744121178985, + "I": 0.0024526126217097044, + "C": 0.0006475851405411959, + "R": 7.924476085463539e-05, + "M": 0.0010916879400610924, + "O": 0.0004858581814914942, + "W": 0.00017102704441640526, + "N": 0.0008886557188816369, + "Y": 0.005490439012646675, + "U": 8.456551586277783e-05, + "K": 0.009334061294794083, + "L": 9.01100502233021e-05, + "G": 0.008554823696613312, + "F": 0.07021825760602951, + "E": 0.06442864239215851, + "T": 0.0030731293372809887, + "P": 0.2866695523262024, + "-": 0.5458159446716309 + }, + "id": "tp_26506" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3313280, + "label": "-", + "classification": { + "B": 0.0009274824406020343, + "S": 0.0004415939620230347, + "I": 0.004067387897521257, + "C": 0.0043290224857628345, + "R": 0.0009471906814724207, + "M": 0.021228739991784096, + "O": 0.0032232319936156273, + "W": 0.0003202131192665547, + "N": 0.000724733923561871, + "Y": 0.031004393473267555, + "U": 0.00019791386148426682, + "K": 0.00039166377973742783, + "L": 0.0016321542207151651, + "G": 0.023046454414725304, + "F": 0.041442640125751495, + "E": 0.011298715136945248, + "T": 0.018418094143271446, + "P": 0.11018640547990799, + "-": 0.7261719703674316 + }, + "id": "tp_26507" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3313380, + "label": "-", + "classification": { + "B": 6.351777847157791e-05, + "S": 7.461873610736802e-05, + "I": 0.0003011083754245192, + "C": 0.00020281328761484474, + "R": 6.607449904549867e-05, + "M": 0.0004153552290517837, + "O": 0.00023043820692691952, + "W": 3.791055132751353e-05, + "N": 6.226298137335107e-05, + "Y": 0.00522204302251339, + "U": 8.087510650511831e-06, + "K": 0.0002480892580933869, + "L": 4.455055022845045e-05, + "G": 0.0031239676754921675, + "F": 0.0515587218105793, + "E": 0.0011651964159682393, + "T": 0.0028882292099297047, + "P": 0.0883781760931015, + "-": 0.8459089398384094 + }, + "id": "tp_26508" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3313514, + "label": "-", + "classification": { + "B": 0.0004879833140876144, + "S": 0.00017355781164951622, + "I": 0.004161869175732136, + "C": 0.0021156808361411095, + "R": 0.0004974169423803687, + "M": 0.0032649864442646503, + "O": 0.0013085240498185158, + "W": 0.00017587782349437475, + "N": 0.0005586002371273935, + "Y": 0.007390444166958332, + "U": 0.00015264232933986932, + "K": 0.00022119240020401776, + "L": 0.0006082759355194867, + "G": 0.00830655824393034, + "F": 0.03198132663965225, + "E": 0.005268941167742014, + "T": 0.005830768030136824, + "P": 0.2537972331047058, + "-": 0.6736980676651001 + }, + "id": "tp_26509" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3313647, + "label": "-", + "classification": { + "B": 4.3394840076871333e-07, + "S": 2.725098511291435e-07, + "I": 2.9100820029270835e-05, + "C": 2.672613391041523e-06, + "R": 2.0070193329502217e-07, + "M": 6.87659166942467e-06, + "O": 4.07847164751729e-06, + "W": 1.154454949414685e-07, + "N": 3.2778098102426156e-06, + "Y": 0.00014142310828901827, + "U": 1.1086730467013695e-07, + "K": 8.162394806277007e-06, + "L": 7.313499850170047e-08, + "G": 4.28124112659134e-05, + "F": 0.0020313130225986242, + "E": 0.00012521307507995516, + "T": 0.00010171734174946323, + "P": 0.12996970117092133, + "-": 0.86753249168396 + }, + "id": "tp_26510" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3313780, + "label": "-", + "classification": { + "B": 3.0167850127327256e-05, + "S": 9.98611267277738e-06, + "I": 2.357694029342383e-05, + "C": 9.003329614643008e-05, + "R": 1.7909213056555018e-05, + "M": 9.040688019013032e-05, + "O": 8.074651850620285e-05, + "W": 2.4427858988929074e-06, + "N": 9.959079534382909e-07, + "Y": 7.740798173472285e-05, + "U": 1.345880349390427e-07, + "K": 3.967222639289503e-08, + "L": 3.989823380834423e-05, + "G": 0.0003886125632561743, + "F": 0.005783097818493843, + "E": 2.992003646795638e-05, + "T": 0.0001789824164006859, + "P": 0.031155290082097054, + "-": 0.9620001912117004 + }, + "id": "tp_26511" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3313881, + "label": "-", + "classification": { + "B": 1.284881818719441e-07, + "S": 3.1531510558124864e-07, + "I": 2.4685650714673102e-05, + "C": 3.503512925817631e-05, + "R": 2.1601433672913117e-06, + "M": 3.014898902620189e-05, + "O": 5.951574166829232e-06, + "W": 6.916259849276685e-07, + "N": 4.60559476778144e-06, + "Y": 0.0020636494737118483, + "U": 1.8011850499988213e-07, + "K": 0.0010645539732649922, + "L": 3.393681424768147e-07, + "G": 0.0009079508599825203, + "F": 0.06390581279993057, + "E": 0.0029030716978013515, + "T": 0.00014003858086653054, + "P": 0.07133734971284866, + "-": 0.8575733304023743 + }, + "id": "tp_26512" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3314014, + "label": "-", + "classification": { + "B": 1.5454691748573168e-08, + "S": 4.2590787785456996e-08, + "I": 2.93071261694422e-05, + "C": 7.612226454511983e-06, + "R": 1.1838150157927885e-06, + "M": 4.786776116816327e-06, + "O": 3.3920382520591374e-06, + "W": 1.3806497634050174e-07, + "N": 1.5232499208650552e-06, + "Y": 0.00036940796417184174, + "U": 9.127904831984779e-08, + "K": 7.586296760564437e-06, + "L": 9.292096336821487e-08, + "G": 3.63424769602716e-05, + "F": 0.004076376091688871, + "E": 4.57921669294592e-05, + "T": 5.840174344484694e-05, + "P": 0.06292261183261871, + "-": 0.9324353337287903 + }, + "id": "tp_26513" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3314147, + "label": "-", + "classification": { + "B": 8.458218014872898e-10, + "S": 2.5931288227809546e-09, + "I": 5.8133323364018e-06, + "C": 5.061687033958151e-07, + "R": 1.8395553524896968e-08, + "M": 2.4094876494018536e-07, + "O": 9.297149006215477e-08, + "W": 3.528683789610909e-09, + "N": 1.2007264160729392e-07, + "Y": 2.8827620553784072e-05, + "U": 2.378318209039776e-09, + "K": 2.0472727157994086e-07, + "L": 2.3769033408171936e-09, + "G": 1.7718065237204428e-06, + "F": 0.000776716333348304, + "E": 6.874254722788464e-06, + "T": 5.7636989367892966e-06, + "P": 0.15952301025390625, + "-": 0.8396500945091248 + }, + "id": "tp_26514" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3314281, + "label": "-", + "classification": { + "B": 5.679737660102546e-05, + "S": 1.8113169062417e-05, + "I": 0.0015557709848508239, + "C": 0.0008233230910263956, + "R": 9.065174526767805e-05, + "M": 0.00032115133944898844, + "O": 0.00021191906125750393, + "W": 2.7652387871057726e-05, + "N": 0.0002739320625551045, + "Y": 0.0026415956672281027, + "U": 4.258607077645138e-05, + "K": 0.0002700526674743742, + "L": 4.12404588132631e-05, + "G": 0.0018961152527481318, + "F": 0.02220018208026886, + "E": 0.002540991175919771, + "T": 0.0020161715801805258, + "P": 0.34206390380859375, + "-": 0.6229078769683838 + }, + "id": "tp_26515" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3314381, + "label": "-", + "classification": { + "B": 1.0888709766732063e-05, + "S": 3.6535304843710037e-06, + "I": 0.000351733120623976, + "C": 0.0003448934876359999, + "R": 2.5186460334225558e-05, + "M": 0.00042502681026235223, + "O": 8.264112693723291e-05, + "W": 3.234559244447155e-06, + "N": 3.2478121283929795e-05, + "Y": 0.0016276953974738717, + "U": 5.882836376258638e-06, + "K": 1.99771184270503e-05, + "L": 1.703723319224082e-05, + "G": 0.001402153167873621, + "F": 0.007212570868432522, + "E": 0.0008090995252132416, + "T": 0.001249883440323174, + "P": 0.1784205138683319, + "-": 0.8079553842544556 + }, + "id": "tp_26516" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3314515, + "label": "P", + "classification": { + "B": 2.133021537176205e-09, + "S": 4.785395635309442e-09, + "I": 3.810308771790005e-05, + "C": 5.549390991177461e-08, + "R": 6.131386953711626e-09, + "M": 1.1810046629534554e-07, + "O": 8.561343634028162e-08, + "W": 3.393262781870021e-09, + "N": 2.4672172003192827e-06, + "Y": 2.879222392948577e-06, + "U": 2.191624215441834e-09, + "K": 3.667365433557279e-07, + "L": 7.847995031617927e-10, + "G": 1.2778385780620738e-06, + "F": 0.00018987589282914996, + "E": 7.953317981446162e-05, + "T": 2.82316432276275e-06, + "P": 0.9039646983146667, + "-": 0.09571760892868042 + }, + "id": "tp_26517" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3314648, + "label": "-", + "classification": { + "B": 1.6059572089943686e-06, + "S": 7.924343776721798e-07, + "I": 6.773249333491549e-05, + "C": 3.4427313948981464e-05, + "R": 2.4550920443289215e-06, + "M": 3.0344901460921392e-05, + "O": 1.5454777894774452e-05, + "W": 7.766212775095482e-07, + "N": 7.181384262366919e-06, + "Y": 0.0004362017207313329, + "U": 4.797408905687917e-07, + "K": 1.2183253602415789e-05, + "L": 1.3318119727045996e-06, + "G": 0.0003048975777346641, + "F": 0.00909965205937624, + "E": 0.0004672218638006598, + "T": 0.00016383036563638598, + "P": 0.13058465719223022, + "-": 0.858768880367279 + }, + "id": "tp_26518" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3314781, + "label": "-", + "classification": { + "B": 4.393665733459784e-07, + "S": 4.300392220102367e-07, + "I": 0.00010390413808636367, + "C": 6.7416649471852e-06, + "R": 5.552932975660951e-07, + "M": 1.880500349216163e-05, + "O": 6.459271389758214e-06, + "W": 3.954320106913656e-07, + "N": 6.62586262478726e-06, + "Y": 0.00012283376418054104, + "U": 2.0850862370025425e-07, + "K": 2.5173317226290237e-06, + "L": 5.243580858405039e-07, + "G": 4.253429870004766e-05, + "F": 0.0038947653956711292, + "E": 0.00019392569083720446, + "T": 0.00010590002057142556, + "P": 0.334662526845932, + "-": 0.6608298420906067 + }, + "id": "tp_26519" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3314882, + "label": "-", + "classification": { + "B": 0.0005472778575494885, + "S": 0.0011764615774154663, + "I": 0.016453076153993607, + "C": 0.021129924803972244, + "R": 0.004104535561054945, + "M": 0.012347659096121788, + "O": 0.004060083534568548, + "W": 0.001157294725999236, + "N": 0.004446603823453188, + "Y": 0.07192834466695786, + "U": 0.00034276675432920456, + "K": 0.013418901711702347, + "L": 0.002042023930698633, + "G": 0.08403017371892929, + "F": 0.19643977284431458, + "E": 0.07853750884532928, + "T": 0.019412728026509285, + "P": 0.11137355864048004, + "-": 0.3570513129234314 + }, + "id": "tp_26520" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3315015, + "label": "-", + "classification": { + "B": 0.0006440651486627758, + "S": 9.891397348837927e-05, + "I": 0.009275429882109165, + "C": 0.003217688761651516, + "R": 0.0004139561206102371, + "M": 0.0042701237834990025, + "O": 0.0006952020921744406, + "W": 5.33904749318026e-05, + "N": 0.0008235794375650585, + "Y": 0.00436262646690011, + "U": 8.162493031704798e-05, + "K": 8.145214087562636e-05, + "L": 0.0005489042960107327, + "G": 0.01012975163757801, + "F": 0.023183606564998627, + "E": 0.01321336254477501, + "T": 0.005242346320301294, + "P": 0.45046961307525635, + "-": 0.4731943607330322 + }, + "id": "tp_26521" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3315148, + "label": "-", + "classification": { + "B": 1.4181701368798372e-09, + "S": 1.2243061675576428e-08, + "I": 9.409825906914193e-06, + "C": 2.6876018637267407e-06, + "R": 1.8924477274140372e-07, + "M": 5.426648499451403e-07, + "O": 5.028924192629347e-07, + "W": 2.586463487830315e-08, + "N": 3.470055105481151e-07, + "Y": 5.625348421745002e-05, + "U": 1.2738639476594926e-08, + "K": 8.862600680004107e-07, + "L": 1.5070083847490423e-08, + "G": 7.650491170352325e-06, + "F": 0.0026152171194553375, + "E": 1.1728230674634688e-05, + "T": 1.8789065507007763e-05, + "P": 0.13712607324123383, + "-": 0.8601495623588562 + }, + "id": "tp_26522" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3315282, + "label": "-", + "classification": { + "B": 4.344978776771313e-08, + "S": 1.6222679866118028e-09, + "I": 1.609493301657494e-05, + "C": 5.935793296885095e-07, + "R": 3.3103628283015496e-08, + "M": 6.92228127263661e-07, + "O": 3.048667736038624e-07, + "W": 2.86145462879972e-09, + "N": 2.459326822190633e-07, + "Y": 9.91662273008842e-06, + "U": 7.56537588131323e-09, + "K": 1.8559077830104798e-08, + "L": 3.222072919584207e-08, + "G": 2.442674849589821e-05, + "F": 0.00023848950513638556, + "E": 2.91986289084889e-05, + "T": 1.1381169315427542e-05, + "P": 0.4529537856578827, + "-": 0.546714723110199 + }, + "id": "tp_26523" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3315382, + "label": "-", + "classification": { + "B": 2.3399991277983645e-06, + "S": 7.553119758085813e-06, + "I": 0.003003535559400916, + "C": 0.00017492572078481317, + "R": 3.5533910704543814e-05, + "M": 0.00011898981756530702, + "O": 5.0825372454710305e-05, + "W": 1.5266672562574968e-05, + "N": 0.00020375123131088912, + "Y": 0.0026275343261659145, + "U": 7.96123731561238e-06, + "K": 0.00011264912609476596, + "L": 6.333561941573862e-06, + "G": 0.0002572721859905869, + "F": 0.008955761790275574, + "E": 0.001758836442604661, + "T": 0.0006072258111089468, + "P": 0.39510679244995117, + "-": 0.5869468450546265 + }, + "id": "tp_26524" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3315516, + "label": "-", + "classification": { + "B": 1.2167042768851388e-05, + "S": 6.540009053424001e-06, + "I": 0.00030812431941740215, + "C": 0.00011677504517138004, + "R": 7.881237252149731e-06, + "M": 0.0004166644357610494, + "O": 5.263192724669352e-05, + "W": 6.183446657814784e-06, + "N": 2.6513598641031422e-05, + "Y": 0.0014080830151215196, + "U": 3.3685182643239386e-06, + "K": 5.566031177295372e-05, + "L": 9.953822882380337e-06, + "G": 0.0008139452547766268, + "F": 0.01633930765092373, + "E": 0.0020834177266806364, + "T": 0.0008789842249825597, + "P": 0.10911055654287338, + "-": 0.8683432936668396 + }, + "id": "tp_26525" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3315649, + "label": "-", + "classification": { + "B": 3.004128359407332e-07, + "S": 1.1067444205536958e-07, + "I": 0.00011296633601887152, + "C": 2.160813892260194e-06, + "R": 1.7329765000795305e-07, + "M": 1.1057949450332671e-05, + "O": 6.038126684870804e-06, + "W": 9.274450718521621e-08, + "N": 4.018620529677719e-06, + "Y": 5.003871046938002e-05, + "U": 7.196656071073448e-08, + "K": 9.65093178706411e-08, + "L": 3.538364410360373e-07, + "G": 2.5531327992212027e-05, + "F": 0.0003905980265699327, + "E": 5.4768835980212316e-05, + "T": 0.00010257637040922418, + "P": 0.3666994273662567, + "-": 0.6325396299362183 + }, + "id": "tp_26526" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3315782, + "label": "-", + "classification": { + "B": 1.6195062357837742e-07, + "S": 1.874682276081785e-08, + "I": 7.399015430564759e-06, + "C": 3.067424040636979e-05, + "R": 8.252690690824238e-07, + "M": 2.887219852709677e-05, + "O": 3.193607881257776e-06, + "W": 1.775330105147077e-08, + "N": 1.6356487719804136e-07, + "Y": 0.0003402132133487612, + "U": 1.952803430071981e-08, + "K": 1.328079832774165e-07, + "L": 7.392008001261274e-07, + "G": 0.0003906104830093682, + "F": 0.0035653053782880306, + "E": 3.663279858301394e-05, + "T": 6.192544242367148e-05, + "P": 0.019051464274525642, + "-": 0.9764816164970398 + }, + "id": "tp_26527" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3315883, + "label": "-", + "classification": { + "B": 2.6504212655709125e-06, + "S": 6.019340162310982e-06, + "I": 1.1721673217834905e-05, + "C": 1.6678369547662442e-06, + "R": 6.20269304363319e-07, + "M": 0.0006053576362319291, + "O": 3.327806552988477e-05, + "W": 7.944479420984862e-07, + "N": 8.095779548966675e-07, + "Y": 0.0028608543798327446, + "U": 5.85470552039169e-08, + "K": 3.849490894936025e-06, + "L": 5.508186404767912e-06, + "G": 0.0005805206601507962, + "F": 0.01223321445286274, + "E": 0.00010779019794426858, + "T": 0.0021665305830538273, + "P": 0.006009237375110388, + "-": 0.9753695130348206 + }, + "id": "tp_26528" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3316016, + "label": "-", + "classification": { + "B": 7.686542602414193e-08, + "S": 4.5920952373990076e-08, + "I": 7.253081275848672e-05, + "C": 0.00010734621901065111, + "R": 1.3601699720311444e-05, + "M": 7.340790034504607e-05, + "O": 1.0438027857162524e-05, + "W": 1.6209853015425324e-07, + "N": 5.450120852401596e-07, + "Y": 0.0006123220082372427, + "U": 1.1350552853173212e-07, + "K": 3.766217915313064e-08, + "L": 3.611633701439132e-06, + "G": 0.0002670972316991538, + "F": 0.0007470921846106648, + "E": 1.2683849490713328e-05, + "T": 0.00034150201827287674, + "P": 0.0274102371186018, + "-": 0.9703271389007568 + }, + "id": "tp_26529" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3316149, + "label": "-", + "classification": { + "B": 8.326944467285102e-09, + "S": 6.061792134914867e-08, + "I": 4.169858129898785e-06, + "C": 1.4268701420405705e-07, + "R": 1.3582405422596366e-08, + "M": 2.765467797871679e-06, + "O": 1.0268851156070014e-06, + "W": 3.050241659252606e-08, + "N": 3.426551131724409e-07, + "Y": 3.973402635892853e-05, + "U": 6.817324482710774e-09, + "K": 1.8435351023526891e-07, + "L": 2.8444828714668802e-08, + "G": 2.7219932690059068e-06, + "F": 0.0011983708245679736, + "E": 1.3117268281348515e-05, + "T": 7.398196612484753e-05, + "P": 0.11141547560691833, + "-": 0.8872479200363159 + }, + "id": "tp_26530" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3316283, + "label": "-", + "classification": { + "B": 2.533256937553574e-10, + "S": 4.7161007737939187e-11, + "I": 1.1683422371788765e-06, + "C": 4.9593893436394865e-08, + "R": 1.1006338063168641e-09, + "M": 7.899546972112148e-08, + "O": 1.1773000352377494e-08, + "W": 2.364702877954983e-10, + "N": 1.0280018614139408e-08, + "Y": 4.228080797474831e-06, + "U": 2.345701133332767e-10, + "K": 1.2685245742716234e-08, + "L": 2.410082688975024e-10, + "G": 6.642807193202316e-07, + "F": 0.00018996141443494707, + "E": 1.8732549733613268e-06, + "T": 1.6936461406658054e-06, + "P": 0.16473999619483948, + "-": 0.8350602984428406 + }, + "id": "tp_26531" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3316383, + "label": "-", + "classification": { + "B": 3.2376174630144305e-08, + "S": 1.9426510178277567e-08, + "I": 1.1085642654506955e-05, + "C": 1.6463647625641897e-05, + "R": 3.997819533196889e-07, + "M": 1.5013428310339805e-05, + "O": 2.1243104129098356e-06, + "W": 1.846766650714926e-08, + "N": 2.0296434399824648e-07, + "Y": 0.00021405941515695304, + "U": 1.919293524110799e-08, + "K": 1.2006029059818957e-08, + "L": 2.7349267384124687e-07, + "G": 5.155954568181187e-05, + "F": 0.00013137568021193147, + "E": 6.2767285271547735e-06, + "T": 0.00017546610615681857, + "P": 0.036738961935043335, + "-": 0.9626365900039673 + }, + "id": "tp_26532" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3316517, + "label": "-", + "classification": { + "B": 4.072342107974691e-06, + "S": 1.064064144884469e-05, + "I": 0.00029429123969748616, + "C": 4.66242890979629e-05, + "R": 3.7950001114950282e-06, + "M": 0.0003776893427129835, + "O": 9.648982086218894e-05, + "W": 3.792138613789575e-06, + "N": 2.6451778467162512e-05, + "Y": 0.0005249030655249953, + "U": 2.2398212422558572e-06, + "K": 5.692609192919917e-06, + "L": 1.3713621228816919e-05, + "G": 0.00026919360971078277, + "F": 0.0029560753609985113, + "E": 0.0004283931921236217, + "T": 0.0012968236114829779, + "P": 0.1151653602719307, + "-": 0.878473699092865 + }, + "id": "tp_26533" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3316650, + "label": "-", + "classification": { + "B": 2.1298936189850792e-05, + "S": 9.347815648652613e-05, + "I": 0.0005152804660610855, + "C": 0.001439206418581307, + "R": 0.0003891670785378665, + "M": 0.0064116897992789745, + "O": 0.0015919659053906798, + "W": 4.405063373269513e-05, + "N": 3.936881694244221e-05, + "Y": 0.009583923034369946, + "U": 6.397418474080041e-06, + "K": 2.1950614609522745e-05, + "L": 0.0009025029139593244, + "G": 0.008765746839344501, + "F": 0.057799722999334335, + "E": 0.0007864048820920289, + "T": 0.006272661499679089, + "P": 0.02131262607872486, + "-": 0.884002685546875 + }, + "id": "tp_26534" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3316750, + "label": "-", + "classification": { + "B": 6.548774399561808e-05, + "S": 1.4221614037523977e-06, + "I": 8.463892299914733e-06, + "C": 1.135288769660292e-07, + "R": 2.72862230588089e-08, + "M": 1.4369185919349547e-05, + "O": 2.4426031814073212e-05, + "W": 2.8396692641763366e-07, + "N": 1.882758198235024e-07, + "Y": 7.07499066265882e-06, + "U": 2.159962209091759e-09, + "K": 8.81731493374005e-11, + "L": 4.269140390533721e-06, + "G": 2.3883581889094785e-05, + "F": 0.00026939576491713524, + "E": 1.3864238098904025e-05, + "T": 2.0200281142024323e-05, + "P": 0.2212599217891693, + "-": 0.7782865762710571 + }, + "id": "tp_26535" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3316884, + "label": "-", + "classification": { + "B": 1.0786808246621149e-07, + "S": 3.935001018362527e-07, + "I": 2.8965871479158523e-06, + "C": 1.1067322702729143e-05, + "R": 6.496196078842331e-07, + "M": 1.8511984308133833e-05, + "O": 4.708212145487778e-06, + "W": 4.767233008351468e-08, + "N": 1.5075259796049068e-07, + "Y": 0.00018822371202986687, + "U": 5.705094618946305e-09, + "K": 5.133425062808783e-08, + "L": 1.0613474614729057e-06, + "G": 0.00019653684285003692, + "F": 0.012202448211610317, + "E": 1.3114212379150558e-05, + "T": 0.00013390358071774244, + "P": 0.029763007536530495, + "-": 0.9574633240699768 + }, + "id": "tp_26536" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3317017, + "label": "-", + "classification": { + "B": 4.114808973554318e-07, + "S": 6.271457095863298e-07, + "I": 4.924250970361754e-05, + "C": 2.1085588741698302e-05, + "R": 2.8183833364892052e-06, + "M": 5.9993235481670126e-05, + "O": 2.295801641594153e-05, + "W": 4.997514793103619e-07, + "N": 3.255580168115557e-06, + "Y": 0.0008128909976221621, + "U": 3.884296120304498e-07, + "K": 1.7531077673993423e-06, + "L": 2.5816045763349393e-06, + "G": 0.00016340512956958264, + "F": 0.0026793787255883217, + "E": 5.1104587328154594e-05, + "T": 0.0004760154115501791, + "P": 0.04345642775297165, + "-": 0.9521952867507935 + }, + "id": "tp_26537" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3317150, + "label": "-", + "classification": { + "B": 4.160835487709846e-06, + "S": 9.019116760100587e-07, + "I": 0.00016058087931014597, + "C": 0.00010562150418991223, + "R": 6.246290467970539e-06, + "M": 0.0002548206830397248, + "O": 3.656100307125598e-05, + "W": 1.5119454701562063e-06, + "N": 7.862222446419764e-06, + "Y": 0.0010046676034107804, + "U": 1.2157097444287501e-06, + "K": 2.3207994672702625e-06, + "L": 7.691044629609678e-06, + "G": 0.0004456115420907736, + "F": 0.0016437562881037593, + "E": 0.0003093739796895534, + "T": 0.000904094020370394, + "P": 0.12006840854883194, + "-": 0.8750345706939697 + }, + "id": "tp_26538" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3317251, + "label": "-", + "classification": { + "B": 3.690633221253847e-08, + "S": 9.654095123323714e-08, + "I": 4.7406729208887555e-07, + "C": 0.00023015450278762728, + "R": 9.410953680344392e-06, + "M": 0.00017642855527810752, + "O": 1.733840508677531e-05, + "W": 3.552850458277135e-08, + "N": 8.396806805421875e-09, + "Y": 0.001464575994759798, + "U": 1.318824716101119e-09, + "K": 1.3106729923606508e-08, + "L": 2.8999724236200564e-05, + "G": 0.003902410389855504, + "F": 0.024987991899251938, + "E": 3.622389158408623e-06, + "T": 0.0002702008350752294, + "P": 0.0006683432147838175, + "-": 0.9682399034500122 + }, + "id": "tp_26539" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3317384, + "label": "-", + "classification": { + "B": 2.774209178824094e-06, + "S": 6.5957719925791025e-06, + "I": 8.926279406296089e-05, + "C": 0.0007242077263072133, + "R": 6.178667536005378e-05, + "M": 0.0006986993830651045, + "O": 8.260137110482901e-05, + "W": 2.1328044113033684e-06, + "N": 3.899005605489947e-06, + "Y": 0.0026734299026429653, + "U": 5.795443485112628e-07, + "K": 3.549536813807208e-06, + "L": 5.905252692173235e-05, + "G": 0.003623379161581397, + "F": 0.03837975114583969, + "E": 0.0003069862141273916, + "T": 0.002187452046200633, + "P": 0.014947658404707909, + "-": 0.9361462593078613 + }, + "id": "tp_26540" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3317518, + "label": "-", + "classification": { + "B": 0.0009862028528004885, + "S": 0.001112887286581099, + "I": 0.002157476730644703, + "C": 0.03328587859869003, + "R": 0.005182679742574692, + "M": 0.038941994309425354, + "O": 0.0042610932141542435, + "W": 0.0003988674143329263, + "N": 0.0002778887574095279, + "Y": 0.0307235699146986, + "U": 0.00014081696281209588, + "K": 0.0002425622515147552, + "L": 0.01022309809923172, + "G": 0.09947987645864487, + "F": 0.15800981223583221, + "E": 0.0067116268910467625, + "T": 0.02777230553328991, + "P": 0.024700112640857697, + "-": 0.5553913116455078 + }, + "id": "tp_26541" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3317651, + "label": "-", + "classification": { + "B": 2.2292897483566776e-06, + "S": 2.5594886210456025e-06, + "I": 1.2546222023956943e-05, + "C": 6.196480535436422e-05, + "R": 1.6225305444095284e-05, + "M": 0.0010129923466593027, + "O": 0.00015851618081796914, + "W": 8.70015355758369e-07, + "N": 2.3820786054784548e-07, + "Y": 0.0030019127298146486, + "U": 5.4212751621207644e-08, + "K": 2.5134257342074307e-08, + "L": 0.00011346988321747631, + "G": 0.002172457752749324, + "F": 0.004335974343121052, + "E": 1.5651132343919016e-05, + "T": 0.0012474136892706156, + "P": 0.0020436113700270653, + "-": 0.9858012795448303 + }, + "id": "tp_26542" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3317751, + "label": "-", + "classification": { + "B": 2.4405622411904915e-07, + "S": 1.0101321095135063e-06, + "I": 5.2753712225239724e-05, + "C": 2.9837729016435333e-05, + "R": 5.08902621731977e-06, + "M": 0.00010734389070421457, + "O": 2.3211001462186687e-05, + "W": 6.419168130378239e-07, + "N": 3.530768026394071e-06, + "Y": 0.0006354058859869838, + "U": 3.048195935662079e-07, + "K": 1.3102384173180326e-06, + "L": 2.7107221285405103e-06, + "G": 0.00012742516992148012, + "F": 0.00425762590020895, + "E": 3.93974878534209e-05, + "T": 0.0007472145953215659, + "P": 0.057569872587919235, + "-": 0.9363951683044434 + }, + "id": "tp_26543" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3317885, + "label": "-", + "classification": { + "B": 1.2524398584901064e-07, + "S": 1.257969639567591e-08, + "I": 6.257483846638934e-07, + "C": 7.246109134939616e-07, + "R": 1.4457866015504806e-08, + "M": 1.0992117722707917e-06, + "O": 4.645539490866213e-07, + "W": 7.69566899094798e-09, + "N": 4.71271235369386e-08, + "Y": 1.6782307284302078e-05, + "U": 3.870666009930801e-09, + "K": 2.5252385071894423e-08, + "L": 3.321909503029019e-08, + "G": 6.5740514401113614e-06, + "F": 0.0012728972360491753, + "E": 1.0533755812502932e-05, + "T": 8.538943802705035e-06, + "P": 0.10598514974117279, + "-": 0.8926963806152344 + }, + "id": "tp_26544" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3318018, + "label": "-", + "classification": { + "B": 3.186865433235653e-05, + "S": 2.418827534711454e-05, + "I": 0.0004088377463631332, + "C": 0.0049943928606808186, + "R": 0.0005513890646398067, + "M": 0.0014063685666769743, + "O": 0.00037094560684636235, + "W": 1.9727855033124797e-05, + "N": 3.0717692425241694e-05, + "Y": 0.009931881912052631, + "U": 1.0589551493467297e-05, + "K": 3.633102824096568e-05, + "L": 0.0002435506321489811, + "G": 0.0105160316452384, + "F": 0.04491628333926201, + "E": 0.0006568421376869082, + "T": 0.0034204688854515553, + "P": 0.026042113080620766, + "-": 0.8963873386383057 + }, + "id": "tp_26545" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3318151, + "label": "-", + "classification": { + "B": 9.167467851511901e-07, + "S": 3.2231532713922206e-06, + "I": 7.62208437663503e-05, + "C": 2.3060523744788952e-05, + "R": 4.002749847131781e-06, + "M": 0.00043434195686131716, + "O": 7.210700277937576e-05, + "W": 2.363562543905573e-06, + "N": 8.211534805013798e-06, + "Y": 0.0018638471374288201, + "U": 9.363840831611014e-07, + "K": 9.419870366400573e-06, + "L": 6.983523689996218e-06, + "G": 0.0002646461362019181, + "F": 0.006389012560248375, + "E": 0.00011073348287027329, + "T": 0.0014549709158018231, + "P": 0.03838878497481346, + "-": 0.9508862495422363 + }, + "id": "tp_26546" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3318252, + "label": "-", + "classification": { + "B": 3.921400639228523e-05, + "S": 7.746290793875232e-05, + "I": 0.0007501699728891253, + "C": 0.0032695189584046602, + "R": 0.0005372252780944109, + "M": 0.0012904717586934566, + "O": 0.00044629821786656976, + "W": 4.136314237257466e-05, + "N": 6.607308750972152e-05, + "Y": 0.004755314439535141, + "U": 7.460551387339365e-06, + "K": 8.823336975183338e-05, + "L": 0.0002107417822116986, + "G": 0.009613946080207825, + "F": 0.07959428429603577, + "E": 0.001849813386797905, + "T": 0.0029879198409616947, + "P": 0.04988851770758629, + "-": 0.8444859981536865 + }, + "id": "tp_26547" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3318385, + "label": "-", + "classification": { + "B": 8.851802704157308e-06, + "S": 1.6622254406684078e-05, + "I": 0.00014816003385931253, + "C": 0.0002028023882303387, + "R": 2.1724708858528174e-05, + "M": 0.0009326409781351686, + "O": 0.00013257682439871132, + "W": 3.88467924494762e-06, + "N": 1.0842208212125115e-05, + "Y": 0.004017992876470089, + "U": 1.1879168368977844e-06, + "K": 2.7198584575671703e-06, + "L": 5.7473658671369776e-05, + "G": 0.002844457048922777, + "F": 0.03533870726823807, + "E": 0.0004230220802128315, + "T": 0.0030487580224871635, + "P": 0.04136905446648598, + "-": 0.9114184379577637 + }, + "id": "tp_26548" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3318519, + "label": "-", + "classification": { + "B": 1.2392675898809102e-06, + "S": 3.6021349387738155e-06, + "I": 2.1317420760169625e-05, + "C": 0.00016313778178300709, + "R": 4.031674689031206e-05, + "M": 0.0006738588563166559, + "O": 0.0001290014188271016, + "W": 3.5412501802056795e-06, + "N": 1.6244008520516218e-06, + "Y": 0.004250169266015291, + "U": 4.444000012426841e-07, + "K": 1.5894372609182028e-06, + "L": 3.842731530312449e-05, + "G": 0.001067809876985848, + "F": 0.018526900559663773, + "E": 4.353679469204508e-05, + "T": 0.0016299261478707194, + "P": 0.009792057797312737, + "-": 0.9636114835739136 + }, + "id": "tp_26549" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3318652, + "label": "-", + "classification": { + "B": 6.085989298298955e-06, + "S": 1.0637714694894385e-05, + "I": 0.0001404926588293165, + "C": 6.071789175621234e-05, + "R": 1.4833116438239813e-05, + "M": 0.0005915018264204264, + "O": 0.00011051672481698915, + "W": 5.691152182407677e-06, + "N": 1.5750922102597542e-05, + "Y": 0.0051468065939843655, + "U": 1.7545912669447716e-06, + "K": 5.721701018046588e-05, + "L": 3.0080964279477485e-05, + "G": 0.00234190933406353, + "F": 0.037551723420619965, + "E": 0.0009402575087733567, + "T": 0.0024143769405782223, + "P": 0.030675308778882027, + "-": 0.9198843836784363 + }, + "id": "tp_26550" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3318752, + "label": "-", + "classification": { + "B": 8.881692679096886e-07, + "S": 4.610110863723094e-06, + "I": 0.00021703312813770026, + "C": 4.7538553189951926e-05, + "R": 7.940695468278136e-06, + "M": 0.00020081033289898187, + "O": 8.193654502974823e-05, + "W": 3.898211161867948e-06, + "N": 2.4375651264563203e-05, + "Y": 0.0007269823690876365, + "U": 1.663143052610394e-06, + "K": 2.4715041945455596e-05, + "L": 6.423675131372875e-06, + "G": 0.00024297102936543524, + "F": 0.011726989410817623, + "E": 0.00021004299924243242, + "T": 0.0008674357086420059, + "P": 0.08602257817983627, + "-": 0.899581253528595 + }, + "id": "tp_26551" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3318886, + "label": "-", + "classification": { + "B": 1.8290409187216028e-08, + "S": 1.2799194593071661e-08, + "I": 0.00019405274360906333, + "C": 3.726505383383483e-05, + "R": 2.5826943783613387e-06, + "M": 3.143159847240895e-05, + "O": 2.540283048801939e-06, + "W": 5.5114657726562655e-08, + "N": 1.5031929478936945e-06, + "Y": 0.0009602003265172243, + "U": 4.4846373725704325e-08, + "K": 2.1668810745723022e-07, + "L": 1.860165923517343e-07, + "G": 7.418034510919824e-05, + "F": 0.0002016857615672052, + "E": 7.939210627228022e-05, + "T": 0.0002068673202302307, + "P": 0.06425277888774872, + "-": 0.9339549541473389 + }, + "id": "tp_26552" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3319019, + "label": "-", + "classification": { + "B": 1.332852161972653e-10, + "S": 1.342457950359588e-10, + "I": 4.7160479965668856e-08, + "C": 9.667606803986928e-08, + "R": 4.696566691109183e-09, + "M": 4.955498980052653e-07, + "O": 4.652701335317033e-08, + "W": 1.1005582556400384e-10, + "N": 1.7094650694993163e-10, + "Y": 4.0992731555888895e-06, + "U": 2.8711422128679942e-11, + "K": 1.0831418227608136e-11, + "L": 9.75422942417481e-09, + "G": 1.5145919860515278e-06, + "F": 0.00016682835121173412, + "E": 6.613440461933351e-08, + "T": 5.4118922889756504e-06, + "P": 0.006642283406108618, + "-": 0.993179202079773 + }, + "id": "tp_26553" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3319152, + "label": "-", + "classification": { + "B": 0.00011727926903404295, + "S": 0.0002973113732878119, + "I": 0.0021834722720086575, + "C": 0.014875078573822975, + "R": 0.003976806066930294, + "M": 0.021952295675873756, + "O": 0.004457540810108185, + "W": 0.0003158389590680599, + "N": 0.0003023777680937201, + "Y": 0.13834525644779205, + "U": 9.81517368927598e-05, + "K": 0.0006628721603192389, + "L": 0.004457264207303524, + "G": 0.08227410167455673, + "F": 0.08632102608680725, + "E": 0.004253433085978031, + "T": 0.04090399295091629, + "P": 0.014432074502110481, + "-": 0.5797739028930664 + }, + "id": "tp_26554" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3319253, + "label": "-", + "classification": { + "B": 2.3652630964932086e-09, + "S": 2.6746838077684743e-09, + "I": 8.043350874231692e-08, + "C": 9.263527722680465e-10, + "R": 6.05245090157247e-11, + "M": 2.0076023066195603e-09, + "O": 3.241960655486764e-08, + "W": 1.2548885264251908e-09, + "N": 1.1513950681774077e-08, + "Y": 2.25700148348551e-07, + "U": 1.101754590338011e-10, + "K": 9.011119850299565e-09, + "L": 7.115606714958034e-11, + "G": 1.2963057827164448e-07, + "F": 9.778737148735672e-05, + "E": 6.271690722314816e-07, + "T": 3.5651453345053596e-07, + "P": 0.44933298230171204, + "-": 0.5505678653717041 + }, + "id": "tp_26555" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3319386, + "label": "-", + "classification": { + "B": 2.12584829739626e-08, + "S": 4.239054385291041e-10, + "I": 1.4777839396629133e-06, + "C": 8.70012058840075e-07, + "R": 2.2410647559922836e-08, + "M": 1.3315291198523482e-06, + "O": 1.2356080958397797e-07, + "W": 3.4447494856593153e-10, + "N": 7.499155962875648e-09, + "Y": 8.699012141732965e-06, + "U": 3.2358390966713557e-10, + "K": 3.379245105961104e-09, + "L": 2.1492503776698868e-08, + "G": 2.8104306693421677e-05, + "F": 0.0004800126771442592, + "E": 8.108766451186966e-06, + "T": 1.0807022590597626e-05, + "P": 0.013477497734129429, + "-": 0.9859827160835266 + }, + "id": "tp_26556" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3319520, + "label": "-", + "classification": { + "B": 9.925904578267364e-07, + "S": 3.911221142516297e-07, + "I": 6.68949905957561e-06, + "C": 2.3049537958286237e-06, + "R": 6.322931653812702e-07, + "M": 6.808793114032596e-05, + "O": 1.6486837921547703e-05, + "W": 2.6989729917659133e-07, + "N": 2.3605987564678799e-07, + "Y": 0.0006336314836516976, + "U": 6.541482377997454e-08, + "K": 8.846810573004404e-08, + "L": 3.8075218071753625e-06, + "G": 0.00010272140934830531, + "F": 0.0011110943742096424, + "E": 8.121473001665436e-06, + "T": 0.0006893236422911286, + "P": 0.011301015503704548, + "-": 0.9860541224479675 + }, + "id": "tp_26557" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3319653, + "label": "-", + "classification": { + "B": 5.586305746874132e-07, + "S": 1.332996930614172e-06, + "I": 5.255386349745095e-05, + "C": 4.977370554115623e-05, + "R": 2.5521455881971633e-06, + "M": 0.00010775899863801897, + "O": 2.0388280972838402e-05, + "W": 7.073143137859006e-07, + "N": 4.305096808820963e-06, + "Y": 0.0008586152689531446, + "U": 3.3014163136613206e-07, + "K": 5.7451816246612e-06, + "L": 3.4002184747805586e-06, + "G": 0.0005457360530272126, + "F": 0.016900617629289627, + "E": 0.0005031879991292953, + "T": 0.0006597599131055176, + "P": 0.05476677417755127, + "-": 0.9255159497261047 + }, + "id": "tp_26558" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3319753, + "label": "-", + "classification": { + "B": 9.311647772847209e-06, + "S": 3.094145768045564e-06, + "I": 0.00022086930403020233, + "C": 3.998590909759514e-05, + "R": 2.933613131972379e-06, + "M": 6.321047840174288e-05, + "O": 2.4152024707291275e-05, + "W": 2.4057346763584064e-06, + "N": 3.3330172300338745e-05, + "Y": 0.000303575856378302, + "U": 1.4252187838792452e-06, + "K": 2.4009432308957912e-05, + "L": 2.51811979978811e-06, + "G": 0.0003333661297801882, + "F": 0.0045766099356114864, + "E": 0.0012209006818011403, + "T": 0.00033930197241716087, + "P": 0.40985050797462463, + "-": 0.5829485058784485 + }, + "id": "tp_26559" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3319887, + "label": "-", + "classification": { + "B": 1.8699165593716316e-06, + "S": 2.1437697341752937e-06, + "I": 4.5978933485457674e-05, + "C": 4.2721396312117577e-05, + "R": 3.7825873278052313e-06, + "M": 9.160307672573254e-05, + "O": 3.358873800607398e-05, + "W": 1.269216340915591e-06, + "N": 3.338522901685792e-06, + "Y": 0.00037329047336243093, + "U": 4.773189061779703e-07, + "K": 1.1353532727298443e-06, + "L": 7.1772001319914125e-06, + "G": 0.00028101494535803795, + "F": 0.010753801092505455, + "E": 9.049693471752107e-05, + "T": 0.0006274586194194853, + "P": 0.07331427186727524, + "-": 0.9143245816230774 + }, + "id": "tp_26560" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3320020, + "label": "-", + "classification": { + "B": 5.321895514498465e-06, + "S": 1.2964380402991083e-05, + "I": 0.0008552893996238708, + "C": 0.0002924343280028552, + "R": 7.511975127272308e-05, + "M": 0.00026890489971265197, + "O": 0.00012741891259793192, + "W": 9.84984671958955e-06, + "N": 8.951609925134107e-05, + "Y": 0.001642246381379664, + "U": 6.2533531490771566e-06, + "K": 1.1251217074459419e-05, + "L": 2.540230161685031e-05, + "G": 0.0007240028935484588, + "F": 0.007905149832367897, + "E": 0.0006502632750198245, + "T": 0.0018163359491154552, + "P": 0.29905205965042114, + "-": 0.6864302158355713 + }, + "id": "tp_26561" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3320153, + "label": "-", + "classification": { + "B": 1.0414961479909834e-06, + "S": 7.25373183740885e-08, + "I": 2.6462153073225636e-06, + "C": 6.114557891123695e-07, + "R": 1.6533248015093704e-07, + "M": 1.2529441846709233e-05, + "O": 4.878817890130449e-06, + "W": 3.151687266722547e-08, + "N": 3.805106274512582e-08, + "Y": 3.5940425732405856e-05, + "U": 3.5622997884843244e-09, + "K": 4.3266323856983036e-10, + "L": 1.3908861546951812e-06, + "G": 2.597270031401422e-05, + "F": 0.0004616857913788408, + "E": 4.266571977495914e-06, + "T": 8.142165461322293e-05, + "P": 0.03488961234688759, + "-": 0.9644776582717896 + }, + "id": "tp_26562" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3320254, + "label": "P", + "classification": { + "B": 0.00010986354755004868, + "S": 9.10985363589134e-06, + "I": 0.004797077737748623, + "C": 0.00040011596865952015, + "R": 4.955008625984192e-05, + "M": 0.00040819335845299065, + "O": 9.017852426040918e-05, + "W": 1.6103764210129157e-05, + "N": 0.0004000476619694382, + "Y": 0.0013584430562332273, + "U": 2.8173104510642588e-05, + "K": 0.00016817131836432964, + "L": 3.171819480485283e-05, + "G": 0.0036644083447754383, + "F": 0.008453947491943836, + "E": 0.02072262577712536, + "T": 0.0009447713382542133, + "P": 0.6418970227241516, + "-": 0.31645047664642334 + }, + "id": "tp_26563" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3320387, + "label": "-", + "classification": { + "B": 1.495362630521413e-05, + "S": 1.0746930456662085e-05, + "I": 0.00019937027536798269, + "C": 1.3227600902609993e-05, + "R": 2.106482725139358e-06, + "M": 0.0001441636122763157, + "O": 6.681807280983776e-05, + "W": 5.760508884122828e-06, + "N": 4.079846985405311e-05, + "Y": 0.0005464903078973293, + "U": 1.5408683111672872e-06, + "K": 1.2945555681653786e-05, + "L": 5.192714070290094e-06, + "G": 0.00021233920415397733, + "F": 0.007727499585598707, + "E": 0.0010000999318435788, + "T": 0.0005483496352098882, + "P": 0.3915596604347229, + "-": 0.5978879332542419 + }, + "id": "tp_26564" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3320521, + "label": "P", + "classification": { + "B": 2.9017375709372573e-05, + "S": 6.118699275248218e-06, + "I": 0.00016639052773825824, + "C": 2.2016682123648934e-05, + "R": 1.26075667594705e-06, + "M": 0.0003725695132743567, + "O": 6.280144589254633e-05, + "W": 2.203317762905499e-06, + "N": 2.924836371676065e-05, + "Y": 0.0003031055093742907, + "U": 4.111958844532637e-07, + "K": 1.0730722124208114e-06, + "L": 5.762794899055734e-06, + "G": 0.0002969444321934134, + "F": 0.002874545520171523, + "E": 0.0013529950520023704, + "T": 0.0003933736006729305, + "P": 0.5403146743774414, + "-": 0.45376554131507874 + }, + "id": "tp_26565" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3320654, + "label": "-", + "classification": { + "B": 1.2990921050004545e-07, + "S": 3.9787676087144064e-07, + "I": 1.4446759450947866e-05, + "C": 0.00024567582295276225, + "R": 3.3941225410671905e-05, + "M": 0.00019802302995231003, + "O": 4.220977280056104e-05, + "W": 5.390248816183885e-07, + "N": 5.729753524974512e-07, + "Y": 0.017400195822119713, + "U": 2.47580828727223e-07, + "K": 1.3238013707450591e-05, + "L": 1.1482009540486615e-05, + "G": 0.003641063580289483, + "F": 0.00547757837921381, + "E": 5.715008228435181e-05, + "T": 0.001568689476698637, + "P": 0.0021646078675985336, + "-": 0.969129741191864 + }, + "id": "tp_26566" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3320754, + "label": "-", + "classification": { + "B": 1.2526734849416243e-07, + "S": 3.952598248702088e-08, + "I": 2.224082163593266e-05, + "C": 5.662419425789267e-06, + "R": 2.934181964064919e-07, + "M": 6.877497526147636e-06, + "O": 2.1818832465214655e-06, + "W": 9.40339219823727e-08, + "N": 1.0934606962109683e-06, + "Y": 9.851556387729943e-05, + "U": 5.923082468939356e-08, + "K": 2.391054295003414e-06, + "L": 1.152991586650387e-07, + "G": 4.915015961159952e-05, + "F": 0.0024577085860073566, + "E": 0.00010538116475800052, + "T": 3.572648347471841e-05, + "P": 0.19213195145130157, + "-": 0.8050804138183594 + }, + "id": "tp_26567" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3320888, + "label": "-", + "classification": { + "B": 5.922168497818348e-07, + "S": 7.210646657540565e-08, + "I": 1.1865026863233652e-05, + "C": 2.5955014280043542e-06, + "R": 1.918955661039945e-07, + "M": 1.806383443181403e-05, + "O": 5.684612460754579e-06, + "W": 5.54655059659126e-08, + "N": 4.4877108962282364e-07, + "Y": 6.206137186381966e-05, + "U": 1.8578404592517472e-08, + "K": 5.639612776775493e-09, + "L": 6.123499929344689e-07, + "G": 3.509903763188049e-05, + "F": 0.0005759571795351803, + "E": 2.8025162464473397e-05, + "T": 9.636300819693133e-05, + "P": 0.17986053228378296, + "-": 0.8193016648292542 + }, + "id": "tp_26568" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3321021, + "label": "-", + "classification": { + "B": 5.153382431899445e-08, + "S": 4.374928863626337e-08, + "I": 7.222881777124712e-06, + "C": 1.426076141797239e-05, + "R": 9.611699169909116e-07, + "M": 6.029967153153848e-06, + "O": 2.6508728296903428e-06, + "W": 4.1415621154783366e-08, + "N": 1.6523723900263576e-07, + "Y": 0.00010744726750999689, + "U": 1.7550130237964368e-08, + "K": 1.7607372626571305e-07, + "L": 2.8782540084648645e-07, + "G": 5.1452385378070176e-05, + "F": 0.004259447101503611, + "E": 6.495583420473849e-06, + "T": 3.328745151520707e-05, + "P": 0.015738559886813164, + "-": 0.9797714352607727 + }, + "id": "tp_26569" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3321154, + "label": "-", + "classification": { + "B": 7.35539651941508e-05, + "S": 0.00011322011414449662, + "I": 0.0004602369444910437, + "C": 0.0006482311873696744, + "R": 9.842655708780512e-05, + "M": 0.0011355149326846004, + "O": 0.0004887311370112002, + "W": 4.961205559084192e-05, + "N": 8.83445973158814e-05, + "Y": 0.003271835157647729, + "U": 1.0551257219049148e-05, + "K": 6.032569581293501e-05, + "L": 0.0001306772028328851, + "G": 0.0036820434033870697, + "F": 0.056517910212278366, + "E": 0.0011369864223524928, + "T": 0.002619864186272025, + "P": 0.13401472568511963, + "-": 0.7953991293907166 + }, + "id": "tp_26570" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3321255, + "label": "-", + "classification": { + "B": 3.0413361855607945e-06, + "S": 1.3338436701815226e-06, + "I": 0.0007582157268188894, + "C": 0.0002580877626314759, + "R": 1.4222741810954176e-05, + "M": 0.00013105235120747238, + "O": 2.4503737222403288e-05, + "W": 1.8222094695374835e-06, + "N": 4.02980949729681e-05, + "Y": 0.0008360433275811374, + "U": 2.9664161047548987e-06, + "K": 2.1806299628224224e-05, + "L": 5.0654357437451836e-06, + "G": 0.0004170452884864062, + "F": 0.005078922025859356, + "E": 0.001546773943118751, + "T": 0.0003674010222312063, + "P": 0.31342434883117676, + "-": 0.67706698179245 + }, + "id": "tp_26571" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3321388, + "label": "-", + "classification": { + "B": 2.302254142705351e-05, + "S": 3.191118594259024e-05, + "I": 0.0009695343323983252, + "C": 0.0016307843616232276, + "R": 0.00013031146954745054, + "M": 0.0008158048149198294, + "O": 0.0003501327009871602, + "W": 2.8618669603019953e-05, + "N": 0.00021670424030162394, + "Y": 0.0049729617312550545, + "U": 1.4742930034117308e-05, + "K": 0.00022167466522660106, + "L": 5.2360966947162524e-05, + "G": 0.005900153424590826, + "F": 0.05636939778923988, + "E": 0.0037173726595938206, + "T": 0.002391560235992074, + "P": 0.15464161336421967, + "-": 0.767521321773529 + }, + "id": "tp_26572" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3321522, + "label": "-", + "classification": { + "B": 1.9583615085139172e-07, + "S": 1.3090141237626085e-07, + "I": 0.00044718783465214074, + "C": 0.0001826855877880007, + "R": 1.3803468391415663e-05, + "M": 0.00015654385788366199, + "O": 1.3404962373897433e-05, + "W": 2.724444243540347e-07, + "N": 4.897678536508465e-06, + "Y": 0.0008668127120472491, + "U": 4.165762845786958e-07, + "K": 1.3620993399854342e-07, + "L": 4.6394266064453404e-06, + "G": 0.0002136018592864275, + "F": 0.0009023674647323787, + "E": 0.00013515169848687947, + "T": 0.00040283441194333136, + "P": 0.13703739643096924, + "-": 0.8596174716949463 + }, + "id": "tp_26573" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3321655, + "label": "-", + "classification": { + "B": 2.189871750601924e-08, + "S": 3.6325883967514017e-10, + "I": 2.7021113055525348e-05, + "C": 4.816356067749439e-06, + "R": 1.0280028561737709e-07, + "M": 9.39502683650062e-07, + "O": 1.0408409423234843e-07, + "W": 2.472707816281172e-09, + "N": 1.7694617326924345e-07, + "Y": 6.0710939578711987e-05, + "U": 4.87061369014441e-09, + "K": 2.0118760346576892e-07, + "L": 4.073883452804239e-09, + "G": 2.5803823518799618e-05, + "F": 0.000510270765516907, + "E": 9.397742542205378e-05, + "T": 5.293320555210812e-06, + "P": 0.20886363089084625, + "-": 0.7904069423675537 + }, + "id": "tp_26574" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3321755, + "label": "P", + "classification": { + "B": 5.760488193118363e-07, + "S": 1.7276241237595968e-07, + "I": 9.595492156222463e-05, + "C": 1.1818746315839235e-05, + "R": 3.43317054785075e-07, + "M": 1.3342051715881098e-05, + "O": 2.1020973690610845e-06, + "W": 9.301062675604044e-08, + "N": 6.868083346489584e-06, + "Y": 0.00010416324221296236, + "U": 7.18245303232834e-08, + "K": 6.253678748180391e-07, + "L": 2.1484048318143323e-07, + "G": 4.863078720518388e-05, + "F": 0.0017555084777995944, + "E": 0.0002990358043462038, + "T": 5.838549623149447e-05, + "P": 0.7148311138153076, + "-": 0.2827710509300232 + }, + "id": "tp_26575" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3321889, + "label": "-", + "classification": { + "B": 2.884654895751737e-05, + "S": 1.4653949619969353e-05, + "I": 0.0002613900287542492, + "C": 0.0003731289179995656, + "R": 5.354715176508762e-05, + "M": 0.00041361659532412887, + "O": 0.00016901912749744952, + "W": 1.310277366428636e-05, + "N": 4.274524690117687e-05, + "Y": 0.0023396832402795553, + "U": 1.1861586244776845e-05, + "K": 2.9430029826471582e-05, + "L": 4.0325408917851746e-05, + "G": 0.0006019423599354923, + "F": 0.008459807373583317, + "E": 0.0006867500487715006, + "T": 0.0023125784937292337, + "P": 0.08979792892932892, + "-": 0.8943496346473694 + }, + "id": "tp_26576" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3322022, + "label": "-", + "classification": { + "B": 4.229411388223525e-06, + "S": 1.3601581372313376e-07, + "I": 2.0167024558759294e-05, + "C": 1.7962993297260255e-05, + "R": 1.556652705403394e-06, + "M": 0.00025366031331941485, + "O": 1.575911846884992e-05, + "W": 9.378402410220588e-08, + "N": 1.9387428551453922e-07, + "Y": 0.0002741497883107513, + "U": 1.1555578716127002e-08, + "K": 1.8580964544767653e-09, + "L": 5.8791565606952645e-06, + "G": 0.0002577025443315506, + "F": 0.0005543626612052321, + "E": 2.6235769837512635e-05, + "T": 0.00020894261251669377, + "P": 0.025869587436318398, + "-": 0.9724892973899841 + }, + "id": "tp_26577" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3322155, + "label": "-", + "classification": { + "B": 2.4518972168152686e-06, + "S": 4.040702606289415e-06, + "I": 2.3386808607028797e-05, + "C": 0.00010536793706705794, + "R": 1.784919004421681e-05, + "M": 0.0009794214274734259, + "O": 8.652975520817563e-05, + "W": 1.0078748573505436e-06, + "N": 9.05498382053338e-07, + "Y": 0.005612564273178577, + "U": 1.1366059027295705e-07, + "K": 1.4111355994828045e-06, + "L": 5.7219902373617515e-05, + "G": 0.004663986153900623, + "F": 0.01509371493011713, + "E": 0.0001206422530231066, + "T": 0.0018938863649964333, + "P": 0.004674628376960754, + "-": 0.9666607975959778 + }, + "id": "tp_26578" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3322256, + "label": "-", + "classification": { + "B": 1.3127964271220094e-09, + "S": 3.334116871478443e-10, + "I": 6.191509783093352e-06, + "C": 5.897964911127929e-06, + "R": 1.2354395551028574e-07, + "M": 8.67888900302205e-07, + "O": 1.8650258937213948e-07, + "W": 2.76312217550867e-09, + "N": 6.267976715434997e-08, + "Y": 4.630957482731901e-05, + "U": 9.980074544557738e-09, + "K": 1.0724394172711982e-07, + "L": 1.3387204234049932e-08, + "G": 1.001619875751203e-05, + "F": 0.0002015223290072754, + "E": 5.970106485619908e-06, + "T": 1.0688331713026855e-05, + "P": 0.029804738238453865, + "-": 0.9699071645736694 + }, + "id": "tp_26579" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3322389, + "label": "-", + "classification": { + "B": 1.6826787032186985e-05, + "S": 4.945127784594661e-06, + "I": 0.00036706513492390513, + "C": 0.00029152975184842944, + "R": 5.0436690798960626e-05, + "M": 0.0012772128684446216, + "O": 0.0001562866527820006, + "W": 5.328387942427071e-06, + "N": 1.6952228179434314e-05, + "Y": 0.012012851424515247, + "U": 2.8467081847338704e-06, + "K": 4.382030510896584e-06, + "L": 6.268350989557803e-05, + "G": 0.003948277793824673, + "F": 0.010431179776787758, + "E": 0.0007629587780684233, + "T": 0.0030727554112672806, + "P": 0.03955144062638283, + "-": 0.9279639720916748 + }, + "id": "tp_26580" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3322523, + "label": "-", + "classification": { + "B": 6.3132929426501505e-06, + "S": 2.511092861823272e-05, + "I": 0.0002780090144369751, + "C": 0.0001172923730337061, + "R": 2.3947080990183167e-05, + "M": 0.0006338913226500154, + "O": 0.0002057106903521344, + "W": 9.183107067656238e-06, + "N": 2.5685490982141346e-05, + "Y": 0.001355332788079977, + "U": 2.5220019779226277e-06, + "K": 4.441787496034522e-06, + "L": 3.5753804695559666e-05, + "G": 0.00047184311551973224, + "F": 0.006888044066727161, + "E": 0.00015532122051808983, + "T": 0.002810987876728177, + "P": 0.06702645868062973, + "-": 0.9199241399765015 + }, + "id": "tp_26581" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3322656, + "label": "-", + "classification": { + "B": 7.557438220828772e-05, + "S": 4.350743438408244e-06, + "I": 5.753773439209908e-05, + "C": 2.582638080639299e-05, + "R": 3.9065330383891705e-06, + "M": 0.00027409198810346425, + "O": 0.00012340809917077422, + "W": 1.4362481124408077e-06, + "N": 1.0562349643805646e-06, + "Y": 0.0003364612930454314, + "U": 1.1928344179068517e-07, + "K": 9.31424715133744e-09, + "L": 7.620374526595697e-05, + "G": 0.0008963369182310998, + "F": 0.0015719677321612835, + "E": 6.638006016146392e-05, + "T": 0.00048191583482548594, + "P": 0.054860133677721024, + "-": 0.9411433339118958 + }, + "id": "tp_26582" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3322756, + "label": "-", + "classification": { + "B": 7.004381586739328e-06, + "S": 1.1410063962102868e-05, + "I": 0.0003994616854470223, + "C": 0.0018578218296170235, + "R": 0.00016877921007107943, + "M": 0.0004327368224039674, + "O": 0.00017121635028161108, + "W": 1.0360753549321089e-05, + "N": 3.588797335396521e-05, + "Y": 0.0029393399599939585, + "U": 1.4291309526015539e-05, + "K": 3.521575854392722e-05, + "L": 4.069906935910694e-05, + "G": 0.0015216966858133674, + "F": 0.007216766010969877, + "E": 0.0003801775455940515, + "T": 0.0016836581053212285, + "P": 0.06258808821439743, + "-": 0.9204853177070618 + }, + "id": "tp_26583" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3322890, + "label": "-", + "classification": { + "B": 3.981375812145416e-06, + "S": 8.173476089723408e-06, + "I": 0.0008266078075394034, + "C": 0.0010260487906634808, + "R": 0.0001463182270526886, + "M": 0.0007798532024025917, + "O": 0.00023212842643260956, + "W": 1.0288143130310345e-05, + "N": 3.8938847865210846e-05, + "Y": 0.0025422866456210613, + "U": 7.658540198463015e-06, + "K": 5.314060217642691e-06, + "L": 6.596865569008514e-05, + "G": 0.0008632578537799418, + "F": 0.0026884274557232857, + "E": 0.0002830343437381089, + "T": 0.003443898865953088, + "P": 0.05220428854227066, + "-": 0.9348235130310059 + }, + "id": "tp_26584" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3323023, + "label": "-", + "classification": { + "B": 1.3620562455685103e-09, + "S": 1.5994244817463255e-09, + "I": 6.544207735714735e-07, + "C": 1.0925257356575457e-06, + "R": 5.75512828504543e-08, + "M": 8.062982033152366e-07, + "O": 2.8200562951496977e-07, + "W": 2.8058513290574183e-09, + "N": 8.267156736962988e-09, + "Y": 8.768897714617196e-06, + "U": 8.465043110916781e-10, + "K": 3.043580054651329e-09, + "L": 1.1233996843884597e-08, + "G": 1.874433110060636e-06, + "F": 0.00015989541134331375, + "E": 4.2027050994875026e-07, + "T": 8.985445674625225e-06, + "P": 0.009926069527864456, + "-": 0.9898910522460938 + }, + "id": "tp_26585" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3323156, + "label": "-", + "classification": { + "B": 4.916249167763453e-07, + "S": 4.157255716563668e-06, + "I": 2.2363612515619025e-05, + "C": 0.0003805818851105869, + "R": 4.142965917708352e-05, + "M": 0.00030545154004357755, + "O": 9.740340465214103e-05, + "W": 2.723912984947674e-06, + "N": 1.839712922446779e-06, + "Y": 0.0019243932329118252, + "U": 3.137084263471479e-07, + "K": 8.682836778461933e-06, + "L": 2.6490515665500425e-05, + "G": 0.0014579548733308911, + "F": 0.05110780894756317, + "E": 5.538674668059684e-05, + "T": 0.000738196715246886, + "P": 0.008968286216259003, + "-": 0.934856116771698 + }, + "id": "tp_26586" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3323257, + "label": "-", + "classification": { + "B": 1.5263512676000346e-09, + "S": 9.041106752150085e-10, + "I": 5.761845613960759e-07, + "C": 1.5164229694164533e-07, + "R": 1.300618834854106e-09, + "M": 1.2947293726028875e-07, + "O": 3.54038292016412e-08, + "W": 4.091860739130482e-10, + "N": 1.656931125637584e-08, + "Y": 4.640782663045684e-06, + "U": 5.532919677975201e-10, + "K": 8.265679696251027e-09, + "L": 1.010449279803538e-09, + "G": 6.501829830085626e-07, + "F": 5.4881595133338124e-05, + "E": 3.2109578569361474e-06, + "T": 3.942715011362452e-06, + "P": 0.08644629269838333, + "-": 0.9134855270385742 + }, + "id": "tp_26587" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3323390, + "label": "-", + "classification": { + "B": 3.7999568576196907e-06, + "S": 9.222999324265402e-07, + "I": 3.5612167266663164e-05, + "C": 0.00010830558312591165, + "R": 9.784598660189658e-06, + "M": 9.449329081689939e-05, + "O": 2.244063580292277e-05, + "W": 7.308040608222655e-07, + "N": 1.60891408995667e-06, + "Y": 0.0008164251921698451, + "U": 3.757841113838367e-07, + "K": 1.2465015970519744e-06, + "L": 8.829310900182463e-06, + "G": 0.0005643945769406855, + "F": 0.008830300532281399, + "E": 9.187192335957661e-05, + "T": 0.00035710609517991543, + "P": 0.03386056050658226, + "-": 0.9551912546157837 + }, + "id": "tp_26588" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3323524, + "label": "-", + "classification": { + "B": 5.545233534576255e-07, + "S": 2.3259465820046898e-07, + "I": 5.702264024876058e-05, + "C": 5.016291652282234e-06, + "R": 4.2598765048751375e-07, + "M": 1.0628516065480653e-05, + "O": 7.21006608728203e-06, + "W": 2.1608930467209575e-07, + "N": 3.1966019378160127e-06, + "Y": 0.00015311538300011307, + "U": 1.1074823902390563e-07, + "K": 7.081634407768433e-07, + "L": 3.2751435696809494e-07, + "G": 6.800839764764532e-05, + "F": 0.00111976801417768, + "E": 5.835418778588064e-05, + "T": 0.0001347569632343948, + "P": 0.20616301894187927, + "-": 0.7922173142433167 + }, + "id": "tp_26589" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3323657, + "label": "-", + "classification": { + "B": 3.6926858228980564e-06, + "S": 1.5920470559649402e-06, + "I": 9.737587242852896e-05, + "C": 1.243404949491378e-05, + "R": 1.0709680964282597e-06, + "M": 8.698551391717046e-05, + "O": 3.1515453883912414e-05, + "W": 1.979734634005581e-06, + "N": 1.1587466360651888e-05, + "Y": 0.00043417271808721125, + "U": 2.143612846339238e-06, + "K": 2.9846685720258392e-05, + "L": 2.3325396796280984e-06, + "G": 0.00018498704594094306, + "F": 0.0034212935715913773, + "E": 0.00036541905137710273, + "T": 0.0004837400047108531, + "P": 0.15437303483486176, + "-": 0.8404546976089478 + }, + "id": "tp_26590" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3323757, + "label": "-", + "classification": { + "B": 9.198998304782435e-05, + "S": 8.877708751242608e-05, + "I": 0.0011312749702483416, + "C": 0.00039959693094715476, + "R": 0.00012975759455002844, + "M": 0.0006062998436391354, + "O": 0.0006428860360756516, + "W": 0.00010823790944414213, + "N": 0.00016730355855543166, + "Y": 0.0031667689327150583, + "U": 3.9965962059795856e-05, + "K": 0.00014172366354614496, + "L": 9.803962893784046e-05, + "G": 0.001281274831853807, + "F": 0.010338334366679192, + "E": 0.0009189893025904894, + "T": 0.0028545844834297895, + "P": 0.12389802187681198, + "-": 0.8538962006568909 + }, + "id": "tp_26591" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3323891, + "label": "-", + "classification": { + "B": 3.085401203861693e-06, + "S": 7.661574841222318e-07, + "I": 2.552598380134441e-05, + "C": 4.8735804739408195e-05, + "R": 3.747157961697667e-06, + "M": 5.1858467486454174e-05, + "O": 1.782621257007122e-05, + "W": 3.8652370903946576e-07, + "N": 1.5725644288977492e-06, + "Y": 0.00042427692096680403, + "U": 2.0176813109173963e-07, + "K": 1.143346253229538e-06, + "L": 3.152902536385227e-06, + "G": 0.0003997279272880405, + "F": 0.018816029652953148, + "E": 8.331453864229843e-05, + "T": 0.0001893959124572575, + "P": 0.05457966774702072, + "-": 0.9253495931625366 + }, + "id": "tp_26592" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3324024, + "label": "-", + "classification": { + "B": 1.4255183486966416e-06, + "S": 7.371360766228463e-07, + "I": 0.0015100442105904222, + "C": 9.750363096827641e-05, + "R": 6.375887096510269e-06, + "M": 7.634435314685106e-05, + "O": 1.362254533887608e-05, + "W": 7.231702170429344e-07, + "N": 4.848778189625591e-05, + "Y": 0.0006099931779317558, + "U": 1.9551703189790715e-06, + "K": 6.323693924059626e-06, + "L": 2.5199801712005865e-06, + "G": 0.00035706747439689934, + "F": 0.0008705467917025089, + "E": 0.0012650954304262996, + "T": 0.0004185486468486488, + "P": 0.4173966944217682, + "-": 0.5773160457611084 + }, + "id": "tp_26593" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3324157, + "label": "-", + "classification": { + "B": 0.00016965139366220683, + "S": 0.0002496205270290375, + "I": 0.000282018881989643, + "C": 0.0004096816701348871, + "R": 0.00010729935456765816, + "M": 0.003202146617695689, + "O": 0.0009550288668833673, + "W": 8.211500244215131e-05, + "N": 6.0437268984969705e-05, + "Y": 0.007142077200114727, + "U": 1.1033369446522556e-05, + "K": 0.00010331915109418333, + "L": 0.00036684967926703393, + "G": 0.004890958312898874, + "F": 0.10266958177089691, + "E": 0.001938704401254654, + "T": 0.004563663620501757, + "P": 0.05051877722144127, + "-": 0.8222770094871521 + }, + "id": "tp_26594" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3324258, + "label": "-", + "classification": { + "B": 4.4065815018257126e-05, + "S": 5.485624569701031e-06, + "I": 0.002400904893875122, + "C": 0.002347317524254322, + "R": 0.00010746269254013896, + "M": 0.0007215760415419936, + "O": 7.318177813431248e-05, + "W": 6.019949978508521e-06, + "N": 0.0001229100307682529, + "Y": 0.004110350273549557, + "U": 1.2399652405292727e-05, + "K": 0.0001121297464123927, + "L": 5.531990245799534e-05, + "G": 0.01225397177040577, + "F": 0.02134999819099903, + "E": 0.020893044769763947, + "T": 0.0011990994680672884, + "P": 0.2531994581222534, + "-": 0.6809853315353394 + }, + "id": "tp_26595" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3324391, + "label": "P", + "classification": { + "B": 3.8853036699038057e-07, + "S": 1.813124868021987e-06, + "I": 0.0009818595135584474, + "C": 9.306734136771411e-05, + "R": 7.620331871294184e-06, + "M": 8.558554691262543e-05, + "O": 1.7561707863933407e-05, + "W": 1.9073316934736795e-06, + "N": 7.463921065209433e-05, + "Y": 0.0005540212732739747, + "U": 6.72465318984905e-07, + "K": 2.0455961930565536e-05, + "L": 1.3580856830230914e-06, + "G": 0.00015133847773540765, + "F": 0.006364415865391493, + "E": 0.001138467574492097, + "T": 0.00030732955201528966, + "P": 0.563370943069458, + "-": 0.42682647705078125 + }, + "id": "tp_26596" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3324525, + "label": "-", + "classification": { + "B": 1.1920702203127576e-09, + "S": 4.727459534947798e-10, + "I": 8.256045020971214e-07, + "C": 3.913037573965994e-07, + "R": 1.649061509567673e-08, + "M": 2.887897210257506e-07, + "O": 8.58413713444861e-08, + "W": 1.6303615124613202e-09, + "N": 7.951149072482622e-09, + "Y": 1.2722676729026716e-05, + "U": 1.022909978942721e-09, + "K": 3.203072651558614e-08, + "L": 3.7057328317047222e-09, + "G": 3.273017227911623e-06, + "F": 0.0004064791137352586, + "E": 1.4529093732562615e-06, + "T": 4.501000148593448e-06, + "P": 0.023067669942975044, + "-": 0.9765021800994873 + }, + "id": "tp_26597" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3324658, + "label": "-", + "classification": { + "B": 2.5029903497064687e-11, + "S": 1.4551570668916436e-12, + "I": 1.6290734095036896e-07, + "C": 6.956628340049065e-08, + "R": 8.631965697780686e-10, + "M": 4.306807710463545e-08, + "O": 7.88732545942139e-09, + "W": 9.666908766525761e-12, + "N": 3.0308275333901236e-10, + "Y": 8.910889164326363e-07, + "U": 5.023180135732552e-11, + "K": 1.3156766474897719e-11, + "L": 7.339224783464715e-10, + "G": 4.3367367652535904e-07, + "F": 9.731168574944604e-06, + "E": 4.486587812380094e-08, + "T": 2.34503704632516e-06, + "P": 0.016535408794879913, + "-": 0.9834508895874023 + }, + "id": "tp_26598" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3324758, + "label": "-", + "classification": { + "B": 2.468844115810498e-07, + "S": 2.0481317619669426e-07, + "I": 2.3502851036028005e-05, + "C": 8.64950652612606e-06, + "R": 3.7562176657957025e-07, + "M": 9.163612958218437e-06, + "O": 2.9980540148244472e-06, + "W": 1.5743398762424476e-07, + "N": 2.7147070795763284e-06, + "Y": 0.0002480340772308409, + "U": 1.526411921304316e-07, + "K": 8.195649570552632e-06, + "L": 2.336663271762518e-07, + "G": 7.82674178481102e-05, + "F": 0.008478623814880848, + "E": 0.0002782992669381201, + "T": 0.00011325641389703378, + "P": 0.2446848750114441, + "-": 0.7460620403289795 + }, + "id": "tp_26599" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3324892, + "label": "-", + "classification": { + "B": 4.2437633851477585e-08, + "S": 1.2567388907314125e-08, + "I": 3.3739374885044526e-06, + "C": 4.2365354602225125e-07, + "R": 2.9647441834868005e-08, + "M": 6.5897161221073475e-06, + "O": 7.841112505957426e-07, + "W": 8.099132919880958e-09, + "N": 4.48963177746009e-08, + "Y": 8.532318315701559e-05, + "U": 2.7193971519068327e-09, + "K": 1.930068194155865e-08, + "L": 6.629995397133825e-08, + "G": 2.432663859508466e-05, + "F": 0.0011862609535455704, + "E": 6.66519372316543e-06, + "T": 3.2726049539633095e-05, + "P": 0.0514487661421299, + "-": 0.9472045302391052 + }, + "id": "tp_26600" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3325025, + "label": "-", + "classification": { + "B": 3.224115374678149e-08, + "S": 1.1593307647217443e-08, + "I": 1.6174412564851082e-07, + "C": 8.423133834867258e-08, + "R": 6.640482386188751e-09, + "M": 6.9508882916125e-07, + "O": 4.396908650505793e-07, + "W": 3.3165621360353725e-09, + "N": 5.7394973218549694e-09, + "Y": 1.927686571434606e-05, + "U": 3.166091000483817e-10, + "K": 1.4688390059802714e-08, + "L": 1.4877357124021273e-08, + "G": 6.6113807406509295e-06, + "F": 0.0009340540273115039, + "E": 1.2208813586767064e-06, + "T": 8.566548785893247e-06, + "P": 0.005310177803039551, + "-": 0.9937186241149902 + }, + "id": "tp_26601" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3325125, + "label": "-", + "classification": { + "B": 6.124411555674669e-08, + "S": 4.3299576191202505e-07, + "I": 3.5440629289951175e-05, + "C": 1.5061647900438402e-05, + "R": 2.21659456656198e-06, + "M": 6.145316547190305e-06, + "O": 9.017811862577219e-06, + "W": 5.02139243963029e-07, + "N": 2.05026503863337e-06, + "Y": 0.00021055960678495467, + "U": 2.9355152264542994e-07, + "K": 2.1142161585885333e-06, + "L": 4.5178759933151014e-07, + "G": 2.300559754075948e-05, + "F": 0.001873992383480072, + "E": 1.3327437045518309e-05, + "T": 0.00014747226668987423, + "P": 0.04588649049401283, + "-": 0.9517713189125061 + }, + "id": "tp_26602" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3325259, + "label": "-", + "classification": { + "B": 9.396349923918024e-06, + "S": 5.085578322905349e-06, + "I": 1.5472765880986117e-05, + "C": 3.316289439680986e-05, + "R": 4.305225047573913e-06, + "M": 5.088908801553771e-05, + "O": 6.58368444419466e-05, + "W": 2.130357188434573e-06, + "N": 2.0418121948750922e-06, + "Y": 0.00023049552692100406, + "U": 2.531554628149024e-07, + "K": 8.005644303921144e-06, + "L": 9.361252523376606e-06, + "G": 0.0008535548113286495, + "F": 0.02810242772102356, + "E": 0.0001195235236082226, + "T": 0.0002508209436200559, + "P": 0.03634434938430786, + "-": 0.9338930249214172 + }, + "id": "tp_26603" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3325392, + "label": "-", + "classification": { + "B": 8.715522525903907e-09, + "S": 1.2449186126417544e-09, + "I": 9.723238214576213e-09, + "C": 4.821925525533288e-09, + "R": 1.391853438059698e-10, + "M": 5.335318746801931e-07, + "O": 6.736571123155954e-08, + "W": 1.3545223276345553e-10, + "N": 9.414086871162297e-11, + "Y": 1.193648586195195e-06, + "U": 3.1173761488867413e-12, + "K": 2.006911130336686e-11, + "L": 6.963904564116774e-09, + "G": 1.9012521761396783e-06, + "F": 0.0008811235311441123, + "E": 1.911958804612368e-07, + "T": 1.2214553635203629e-06, + "P": 0.00505608506500721, + "-": 0.9940577745437622 + }, + "id": "tp_26604" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3325526, + "label": "-", + "classification": { + "B": 4.003900855309439e-08, + "S": 1.4119339475371362e-08, + "I": 5.746308602283534e-07, + "C": 2.076582632071222e-06, + "R": 8.292060016401592e-08, + "M": 9.476289960730355e-06, + "O": 1.1164941042807186e-06, + "W": 4.7162616034768234e-09, + "N": 1.3233921514199665e-08, + "Y": 5.99667509959545e-05, + "U": 1.992470854972339e-09, + "K": 3.853244834317593e-09, + "L": 1.6115083667500585e-07, + "G": 1.9599519873736426e-05, + "F": 0.0006620080093853176, + "E": 1.5950298575262423e-06, + "T": 3.3461841667303815e-05, + "P": 0.00743890181183815, + "-": 0.99177086353302 + }, + "id": "tp_26605" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3325626, + "label": "-", + "classification": { + "B": 1.186113984807946e-09, + "S": 3.7663269725207726e-10, + "I": 1.374850739921385e-06, + "C": 2.0210149997978988e-08, + "R": 7.155826486915373e-10, + "M": 4.9935952262103456e-08, + "O": 6.036191990688167e-08, + "W": 3.002319504119555e-10, + "N": 2.5543492654378497e-08, + "Y": 1.4866785704725771e-06, + "U": 2.4671031884082595e-10, + "K": 4.5375930790569896e-10, + "L": 5.850661621842335e-10, + "G": 3.4202670917693467e-07, + "F": 8.508800419804174e-06, + "E": 5.925380150983983e-07, + "T": 5.210857580095762e-06, + "P": 0.2549648880958557, + "-": 0.7450175285339355 + }, + "id": "tp_26606" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3325759, + "label": "-", + "classification": { + "B": 1.8968258075346967e-07, + "S": 8.171199965545384e-07, + "I": 1.1456496622486156e-06, + "C": 4.4113927287980914e-05, + "R": 4.131805326323956e-06, + "M": 9.942458564182743e-05, + "O": 3.3756743505364284e-05, + "W": 1.4642584744706255e-07, + "N": 5.4436988250472496e-08, + "Y": 0.00020110710465814918, + "U": 5.900190114260795e-09, + "K": 6.863993462502549e-08, + "L": 1.1413003448978998e-05, + "G": 0.00027300245710648596, + "F": 0.006026577670127153, + "E": 7.079631814121967e-06, + "T": 0.0001671393110882491, + "P": 0.0012476013507694006, + "-": 0.9918821454048157 + }, + "id": "tp_26607" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3325893, + "label": "-", + "classification": { + "B": 0.00011661005555652082, + "S": 6.889993528602645e-05, + "I": 0.0034741281997412443, + "C": 0.0004270701901987195, + "R": 8.606383198639378e-05, + "M": 0.0007940387586131692, + "O": 0.0002655097341630608, + "W": 8.263026393251494e-05, + "N": 0.00029844531673006713, + "Y": 0.00354967312887311, + "U": 5.294513175613247e-05, + "K": 0.00038382396451197565, + "L": 7.704103336436674e-05, + "G": 0.001951331039890647, + "F": 0.02630261704325676, + "E": 0.006850649137049913, + "T": 0.0016411307733505964, + "P": 0.39339277148246765, + "-": 0.5601846575737 + }, + "id": "tp_26608" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3326026, + "label": "-", + "classification": { + "B": 2.576386805230868e-06, + "S": 5.268138011160772e-06, + "I": 7.870548142818734e-05, + "C": 0.00021316487982403487, + "R": 8.108043402899057e-05, + "M": 0.0018636357272043824, + "O": 0.00021450570784509182, + "W": 3.2546565762459068e-06, + "N": 2.631923507578904e-06, + "Y": 0.01355433464050293, + "U": 1.3240367024991428e-06, + "K": 1.9876067653967766e-06, + "L": 0.00014177312550600618, + "G": 0.0028999783098697662, + "F": 0.008361213840544224, + "E": 6.578636384801939e-05, + "T": 0.006441151723265648, + "P": 0.005085784941911697, + "-": 0.9609817862510681 + }, + "id": "tp_26609" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3326126, + "label": "-", + "classification": { + "B": 8.733735956667488e-12, + "S": 1.0816202100638606e-11, + "I": 4.773343107444816e-07, + "C": 2.3386281355897154e-08, + "R": 6.134815433433971e-10, + "M": 2.1744927636291322e-08, + "O": 5.98512084337699e-09, + "W": 2.335116822127503e-11, + "N": 1.6778956002383438e-09, + "Y": 1.2723029385597329e-06, + "U": 1.9891118266390784e-11, + "K": 6.25261370457153e-11, + "L": 9.816350510227778e-11, + "G": 1.4470477083250444e-07, + "F": 1.6838846931932494e-05, + "E": 9.855199323283159e-08, + "T": 1.5523498859693063e-06, + "P": 0.07199156284332275, + "-": 0.9279881119728088 + }, + "id": "tp_26610" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3326260, + "label": "-", + "classification": { + "B": 6.435305749619147e-06, + "S": 3.569020691429614e-06, + "I": 0.00011401306255720556, + "C": 8.256854198407382e-05, + "R": 7.784678928146604e-06, + "M": 0.0001020962226903066, + "O": 5.029362364439294e-05, + "W": 2.730285359575646e-06, + "N": 1.6916848835535347e-05, + "Y": 0.0008781892829574645, + "U": 1.3907612128605251e-06, + "K": 2.0843473976128735e-05, + "L": 5.879743184777908e-06, + "G": 0.0006705598789267242, + "F": 0.025123506784439087, + "E": 0.0009212855366058648, + "T": 0.000317003286909312, + "P": 0.19419410824775696, + "-": 0.7774808406829834 + }, + "id": "tp_26611" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3326393, + "label": "-", + "classification": { + "B": 6.752931767550763e-06, + "S": 1.4816910152148921e-05, + "I": 4.634576544049196e-05, + "C": 4.587073635775596e-05, + "R": 1.6259835319942795e-05, + "M": 0.00014876654313411564, + "O": 0.00017027904686983675, + "W": 6.582423793588532e-06, + "N": 6.920493888173951e-06, + "Y": 0.00037954538129270077, + "U": 9.801736950976192e-07, + "K": 3.017817789441324e-06, + "L": 3.0407718440983444e-05, + "G": 0.00022911715495865792, + "F": 0.014534949325025082, + "E": 5.928013342781924e-05, + "T": 0.0008089431212283671, + "P": 0.05552009120583534, + "-": 0.9279710650444031 + }, + "id": "tp_26612" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3326527, + "label": "-", + "classification": { + "B": 2.044768621090043e-08, + "S": 3.5045729873672826e-08, + "I": 1.6850812016855343e-06, + "C": 2.642411516262655e-07, + "R": 2.7836154714577788e-08, + "M": 1.4202248621586477e-06, + "O": 9.932739430951187e-07, + "W": 2.5122126601218042e-08, + "N": 1.0808174266685455e-07, + "Y": 3.939736052416265e-05, + "U": 5.892866195011948e-09, + "K": 7.713815364240872e-08, + "L": 2.5961892191617153e-08, + "G": 3.0607657208747696e-06, + "F": 0.0006493783439509571, + "E": 3.6196879591443576e-06, + "T": 3.5034288885071874e-05, + "P": 0.059820886701345444, + "-": 0.9394440650939941 + }, + "id": "tp_26613" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3326627, + "label": "-", + "classification": { + "B": 8.25414847582806e-09, + "S": 7.254951128743414e-08, + "I": 7.712018259553588e-07, + "C": 1.4937169225959224e-06, + "R": 1.2459607034998044e-07, + "M": 1.47943922002014e-06, + "O": 9.49885361478664e-07, + "W": 3.8158347592798236e-08, + "N": 1.3342231852675468e-07, + "Y": 0.00012590155529323965, + "U": 3.1663702770856617e-09, + "K": 3.3963540317927254e-06, + "L": 1.7546906150300856e-08, + "G": 3.264913902967237e-05, + "F": 0.028537577018141747, + "E": 1.854580841609277e-05, + "T": 4.013190482510254e-05, + "P": 0.03397587314248085, + "-": 0.9372606873512268 + }, + "id": "tp_26614" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3326760, + "label": "-", + "classification": { + "B": 3.4281865737284534e-06, + "S": 3.476692654658109e-05, + "I": 0.00010143379040528089, + "C": 0.00433771125972271, + "R": 0.0007118137436918914, + "M": 0.003280532080680132, + "O": 0.0005236685974523425, + "W": 1.5740508388262242e-05, + "N": 7.252392606460489e-06, + "Y": 0.010877547785639763, + "U": 2.0179079456283944e-06, + "K": 1.6383970432798378e-05, + "L": 0.0004238806723151356, + "G": 0.011935842223465443, + "F": 0.06491484493017197, + "E": 0.00011747991811716929, + "T": 0.0063785589300096035, + "P": 0.0048794434405863285, + "-": 0.8914375901222229 + }, + "id": "tp_26615" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3326894, + "label": "-", + "classification": { + "B": 1.5810451836628658e-09, + "S": 2.313335478731915e-08, + "I": 1.404352587996982e-06, + "C": 1.2235795111337211e-05, + "R": 6.459033556893701e-07, + "M": 1.3977715752844233e-05, + "O": 1.4700265182909789e-06, + "W": 1.5520221552378644e-08, + "N": 3.550500338178608e-08, + "Y": 0.0005252344417385757, + "U": 3.1558438084999807e-09, + "K": 1.9344953727795655e-07, + "L": 1.5091792704424734e-07, + "G": 8.554944361094385e-05, + "F": 0.0064122178591787815, + "E": 2.367393108215765e-06, + "T": 0.0002094863448292017, + "P": 0.003005480393767357, + "-": 0.9897295236587524 + }, + "id": "tp_26616" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3327027, + "label": "-", + "classification": { + "B": 1.2262368727533612e-05, + "S": 2.7447904358268715e-05, + "I": 0.0006215861067175865, + "C": 0.005275016184896231, + "R": 0.0007804582128301263, + "M": 0.004522648639976978, + "O": 0.00048289517872035503, + "W": 1.7284055502386764e-05, + "N": 2.5288389224442653e-05, + "Y": 0.04423922300338745, + "U": 4.8681858970667236e-06, + "K": 1.6434954886790365e-05, + "L": 0.00045739789493381977, + "G": 0.0173018928617239, + "F": 0.03341980278491974, + "E": 0.0006995508447289467, + "T": 0.014963570982217789, + "P": 0.013655204325914383, + "-": 0.8634771704673767 + }, + "id": "tp_26617" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3327127, + "label": "-", + "classification": { + "B": 4.1422381968914124e-08, + "S": 4.2742016148622497e-07, + "I": 2.445402174089395e-07, + "C": 1.0874146028072573e-05, + "R": 3.369590046986559e-07, + "M": 1.799042001948692e-05, + "O": 4.2417505028424785e-06, + "W": 3.8520823864018894e-08, + "N": 2.6397097840913375e-08, + "Y": 0.0002799936046358198, + "U": 1.0734366728826217e-09, + "K": 1.9375972897250904e-06, + "L": 1.0829669463419123e-06, + "G": 0.0008583314483985305, + "F": 0.09163585305213928, + "E": 3.9514412492280826e-05, + "T": 8.089232869679108e-05, + "P": 0.0018596367444843054, + "-": 0.9052085876464844 + }, + "id": "tp_26618" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3327261, + "label": "-", + "classification": { + "B": 5.9517395129660144e-05, + "S": 7.621220447617816e-06, + "I": 0.000278311112197116, + "C": 0.00018458787235431373, + "R": 2.5732439098646864e-05, + "M": 0.0013040020130574703, + "O": 0.00015439876005984843, + "W": 6.36339109405526e-06, + "N": 1.5075604096637107e-05, + "Y": 0.004067627247422934, + "U": 4.60375804323121e-06, + "K": 2.4221897547249682e-05, + "L": 5.706051888410002e-05, + "G": 0.00333184702321887, + "F": 0.0049174330197274685, + "E": 0.00084465037798509, + "T": 0.0033481093123555183, + "P": 0.027292771264910698, + "-": 0.9540760517120361 + }, + "id": "tp_26619" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3327394, + "label": "-", + "classification": { + "B": 2.724669684539549e-06, + "S": 3.641575005985942e-07, + "I": 0.00014133850345388055, + "C": 2.094216142722871e-05, + "R": 1.5575268434986356e-06, + "M": 1.7202402887050994e-05, + "O": 6.397185188689036e-06, + "W": 2.6183943191426806e-07, + "N": 1.04366818050039e-05, + "Y": 0.00031047017546370625, + "U": 3.342066463574156e-07, + "K": 2.492932935638237e-06, + "L": 6.958931635381305e-07, + "G": 0.00029195472598075867, + "F": 0.0020144395530223846, + "E": 0.00046747428132221103, + "T": 0.00015225776587612927, + "P": 0.39206165075302124, + "-": 0.6044970750808716 + }, + "id": "tp_26620" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3327528, + "label": "-", + "classification": { + "B": 2.877925675548454e-09, + "S": 1.9922540062111693e-08, + "I": 3.1853457471697766e-07, + "C": 2.2320341486192774e-06, + "R": 6.031568489106576e-08, + "M": 5.664292984874919e-06, + "O": 1.252021888831223e-06, + "W": 7.53673301545632e-09, + "N": 1.712439079426531e-08, + "Y": 0.000165323173860088, + "U": 5.02613006769792e-10, + "K": 9.574728920824782e-08, + "L": 6.966341459246905e-08, + "G": 6.525043863803148e-05, + "F": 0.010012895800173283, + "E": 3.601030812205863e-06, + "T": 4.349647861090489e-05, + "P": 0.0051536657847464085, + "-": 0.9845460653305054 + }, + "id": "tp_26621" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3327628, + "label": "-", + "classification": { + "B": 1.1692412371644423e-08, + "S": 7.526519851808189e-08, + "I": 2.8721480703097768e-05, + "C": 4.290286142349942e-06, + "R": 8.259980859293137e-07, + "M": 9.292948561778758e-06, + "O": 2.8684210064966464e-06, + "W": 8.805454143612224e-08, + "N": 1.003558963930118e-06, + "Y": 0.0003653296153061092, + "U": 4.847960610732116e-08, + "K": 2.2671511601402017e-07, + "L": 1.9138249740535684e-07, + "G": 1.8212851500720717e-05, + "F": 0.0008541448623873293, + "E": 1.4101247870712541e-05, + "T": 0.0002282986679347232, + "P": 0.08889371156692505, + "-": 0.9095786213874817 + }, + "id": "tp_26622" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3327761, + "label": "-", + "classification": { + "B": 1.2113803293800629e-08, + "S": 2.6752227100246273e-09, + "I": 4.369509909452063e-08, + "C": 2.2704578217513927e-09, + "R": 1.917866004896851e-10, + "M": 1.182912683361792e-06, + "O": 3.142556579405209e-07, + "W": 3.981622809234864e-10, + "N": 2.986725589071426e-10, + "Y": 2.7439120913186343e-06, + "U": 3.426652841684308e-12, + "K": 2.301634360532545e-12, + "L": 1.1188360460323565e-08, + "G": 1.1336527450112044e-06, + "F": 4.581240500556305e-05, + "E": 6.892624071497266e-08, + "T": 4.467783583095297e-06, + "P": 0.00506967306137085, + "-": 0.9948745369911194 + }, + "id": "tp_26623" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3327895, + "label": "-", + "classification": { + "B": 4.423405243869638e-06, + "S": 1.9961373709520558e-07, + "I": 0.0003235541225876659, + "C": 6.911673699505627e-05, + "R": 6.528422090923414e-06, + "M": 4.886465103481896e-05, + "O": 1.7315904187853448e-05, + "W": 3.9515529692835116e-07, + "N": 7.556913260486908e-06, + "Y": 0.0004304341855458915, + "U": 7.628972298334702e-07, + "K": 2.708754323066387e-07, + "L": 5.992073965899181e-06, + "G": 0.0004975099582225084, + "F": 0.0012116276193410158, + "E": 0.00037083885399624705, + "T": 0.0002498561516404152, + "P": 0.23288102447986603, + "-": 0.7638736963272095 + }, + "id": "tp_26624" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3328028, + "label": "-", + "classification": { + "B": 1.9028654207886575e-07, + "S": 2.0827080504659534e-07, + "I": 0.0003799729165621102, + "C": 8.761131175560877e-05, + "R": 7.696172360738274e-06, + "M": 8.470437751384452e-05, + "O": 1.3784805560135283e-05, + "W": 5.167505037206865e-07, + "N": 9.1490765044e-06, + "Y": 0.002762863412499428, + "U": 4.1270513406743703e-07, + "K": 1.922524461406283e-06, + "L": 1.9931219412683276e-06, + "G": 0.0002549336932133883, + "F": 0.002073069801554084, + "E": 0.00027428101748228073, + "T": 0.0007409363170154393, + "P": 0.11472339928150177, + "-": 0.8785824179649353 + }, + "id": "tp_26625" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3328128, + "label": "-", + "classification": { + "B": 2.7535010715951103e-08, + "S": 7.946912887746294e-07, + "I": 2.9957948299852433e-06, + "C": 6.876207771711051e-05, + "R": 8.331665412697475e-06, + "M": 0.00014499295502901077, + "O": 4.835710205952637e-05, + "W": 4.6600996483903145e-07, + "N": 2.5897838895616587e-07, + "Y": 0.0016314680688083172, + "U": 3.3450191949668806e-08, + "K": 3.9499505533058255e-07, + "L": 1.3489867342286743e-05, + "G": 0.0004768257203977555, + "F": 0.025290967896580696, + "E": 1.1963869837927632e-05, + "T": 0.0004661153652705252, + "P": 0.006546098738908768, + "-": 0.9652877449989319 + }, + "id": "tp_26626" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3328262, + "label": "-", + "classification": { + "B": 3.405749571250283e-10, + "S": 2.424767886477497e-10, + "I": 1.418347437720513e-06, + "C": 7.267779437825084e-05, + "R": 1.3878824347557384e-06, + "M": 6.111652510298882e-06, + "O": 4.6005123977010953e-07, + "W": 8.941707374532371e-10, + "N": 8.065368817256058e-09, + "Y": 0.000246376555878669, + "U": 1.0862619692630915e-09, + "K": 3.1619762363988002e-09, + "L": 1.6663842927755468e-07, + "G": 0.00010890259727602825, + "F": 0.0003627608821261674, + "E": 2.3905449779704213e-06, + "T": 2.3405715182889253e-05, + "P": 0.005870427470654249, + "-": 0.9933034777641296 + }, + "id": "tp_26627" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3328395, + "label": "-", + "classification": { + "B": 4.506408046722754e-08, + "S": 3.0481720614261576e-07, + "I": 2.23474148697278e-06, + "C": 2.6262885512551293e-05, + "R": 3.2658560940035386e-06, + "M": 3.531065885908902e-05, + "O": 9.409061021870002e-06, + "W": 1.1213053596748068e-07, + "N": 5.307831685286146e-08, + "Y": 0.00024591441615484655, + "U": 4.67288119310183e-09, + "K": 4.6693017452525964e-08, + "L": 2.1253072191029787e-06, + "G": 0.00017868028953671455, + "F": 0.011760066263377666, + "E": 3.2846910471562296e-06, + "T": 0.00011839241051347926, + "P": 0.003285328857600689, + "-": 0.9843292236328125 + }, + "id": "tp_26628" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3328529, + "label": "-", + "classification": { + "B": 1.547502961329883e-07, + "S": 1.2691157280642074e-07, + "I": 2.2859119781060144e-05, + "C": 7.151757017709315e-06, + "R": 5.890748866477225e-07, + "M": 2.304420922882855e-05, + "O": 5.996988420520211e-06, + "W": 8.132013107342573e-08, + "N": 5.877662943021278e-07, + "Y": 0.00022321255528368056, + "U": 4.6639289763561464e-08, + "K": 5.1748124008099694e-08, + "L": 1.1415822882554494e-06, + "G": 0.00010576575004961342, + "F": 0.0018715050537139177, + "E": 2.019683779508341e-05, + "T": 0.0002496793167665601, + "P": 0.06080043688416481, + "-": 0.9366673231124878 + }, + "id": "tp_26629" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3328629, + "label": "-", + "classification": { + "B": 1.9578639694373123e-05, + "S": 8.188516221707687e-05, + "I": 0.0013245386071503162, + "C": 0.0021212149877101183, + "R": 0.0005144875030964613, + "M": 0.0018914955435320735, + "O": 0.0007512718439102173, + "W": 0.0001266233011847362, + "N": 0.00028527219546958804, + "Y": 0.018325069919228554, + "U": 7.468288822565228e-05, + "K": 0.0007531024748459458, + "L": 0.00017038719670381397, + "G": 0.0038521813694387674, + "F": 0.06190771609544754, + "E": 0.0017751578707247972, + "T": 0.010436047799885273, + "P": 0.08783277124166489, + "-": 0.8077565431594849 + }, + "id": "tp_26630" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3328762, + "label": "-", + "classification": { + "B": 3.027112688869238e-05, + "S": 1.5897946923359996e-06, + "I": 0.0001277386036235839, + "C": 4.4617499952437356e-05, + "R": 4.283768248569686e-06, + "M": 0.00012714053445961326, + "O": 5.054764915257692e-05, + "W": 2.7136791231896495e-06, + "N": 1.1880793863383587e-05, + "Y": 0.0008562521543353796, + "U": 2.1090058908157516e-06, + "K": 1.255265306099318e-05, + "L": 6.66505502522341e-06, + "G": 0.0005760662024840713, + "F": 0.002883192151784897, + "E": 0.0005795717588625848, + "T": 0.0003826641768682748, + "P": 0.13883064687252045, + "-": 0.8554694652557373 + }, + "id": "tp_26631" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3328896, + "label": "-", + "classification": { + "B": 3.7147653841884676e-09, + "S": 7.99091566250354e-08, + "I": 1.0143660801986698e-05, + "C": 5.476519436342642e-05, + "R": 5.64542051506578e-06, + "M": 6.826638127677143e-05, + "O": 1.315911049459828e-05, + "W": 1.5243813322740607e-07, + "N": 2.3505162971559912e-07, + "Y": 0.0010413938434794545, + "U": 1.4033639139654497e-08, + "K": 4.466446625883691e-07, + "L": 2.0592144664988155e-06, + "G": 0.0003235283074900508, + "F": 0.014041767455637455, + "E": 7.45492661735625e-06, + "T": 0.0002893392520491034, + "P": 0.004441109020262957, + "-": 0.97970050573349 + }, + "id": "tp_26632" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3329029, + "label": "-", + "classification": { + "B": 1.175228590000188e-06, + "S": 3.466007285624073e-07, + "I": 6.792992735427106e-06, + "C": 5.344959845388075e-06, + "R": 4.6303534873004537e-07, + "M": 8.30581302579958e-06, + "O": 6.0032734836568125e-06, + "W": 1.967612917042061e-07, + "N": 1.9872383916208491e-07, + "Y": 3.328493767185137e-05, + "U": 1.7623333903316052e-08, + "K": 5.218529963713081e-08, + "L": 1.0973626558552496e-06, + "G": 6.94996997481212e-05, + "F": 0.007045799400657415, + "E": 2.251119258289691e-05, + "T": 2.0662671886384487e-05, + "P": 0.12564025819301605, + "-": 0.8671380877494812 + }, + "id": "tp_26633" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3329129, + "label": "-", + "classification": { + "B": 1.5240863016074968e-09, + "S": 2.7661414492285985e-08, + "I": 2.0777852114406414e-06, + "C": 2.601300730020739e-05, + "R": 3.867323812301038e-07, + "M": 2.6744301067083143e-06, + "O": 1.6709044530216488e-06, + "W": 2.987981417845731e-08, + "N": 1.8062658568851475e-07, + "Y": 0.00023732289264444262, + "U": 5.663780111575534e-09, + "K": 1.7426997374059283e-06, + "L": 9.77623315634446e-08, + "G": 8.636539132567123e-05, + "F": 0.011445037089288235, + "E": 1.938169589266181e-05, + "T": 4.2870819015661255e-05, + "P": 0.022084956988692284, + "-": 0.966049075126648 + }, + "id": "tp_26634" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3329263, + "label": "-", + "classification": { + "B": 8.21522938565522e-09, + "S": 6.183239698032139e-09, + "I": 5.5276054808928166e-06, + "C": 1.120458477998909e-06, + "R": 5.096869770682133e-08, + "M": 8.818910259833501e-07, + "O": 4.568440772345639e-07, + "W": 9.93398341364582e-09, + "N": 2.079095509088802e-07, + "Y": 2.988218329846859e-05, + "U": 1.7256034823276423e-08, + "K": 7.414477067868575e-07, + "L": 9.010488355443158e-09, + "G": 4.671810529544018e-06, + "F": 0.00047557332436554134, + "E": 1.0240456504106987e-05, + "T": 2.1540761736105196e-05, + "P": 0.09573212265968323, + "-": 0.9037168622016907 + }, + "id": "tp_26635" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3329396, + "label": "-", + "classification": { + "B": 6.3075331127038226e-06, + "S": 3.77311444026418e-05, + "I": 0.0005907251033931971, + "C": 0.015805013477802277, + "R": 0.001152843818999827, + "M": 0.0023302738554775715, + "O": 0.0005023205885663629, + "W": 1.386103940603789e-05, + "N": 4.409392204252072e-05, + "Y": 0.0013339557917788625, + "U": 6.799359653086867e-06, + "K": 6.48602690489497e-06, + "L": 0.00022408549557439983, + "G": 0.00569502729922533, + "F": 0.011427836492657661, + "E": 0.00020452406897675246, + "T": 0.005420229863375425, + "P": 0.03650125488638878, + "-": 0.9186966419219971 + }, + "id": "tp_26636" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3329530, + "label": "-", + "classification": { + "B": 0.0002226337237516418, + "S": 8.603282913099974e-05, + "I": 0.0004388898378238082, + "C": 0.00025065115187317133, + "R": 6.909860530868173e-05, + "M": 0.004234409891068935, + "O": 0.0005493698990903795, + "W": 4.552558311843313e-05, + "N": 6.582126661669463e-05, + "Y": 0.016820717602968216, + "U": 1.9772554878727533e-05, + "K": 0.00033004768192768097, + "L": 0.00020864758698735386, + "G": 0.007937864400446415, + "F": 0.024594111368060112, + "E": 0.0037509892135858536, + "T": 0.011584809049963951, + "P": 0.028492076322436333, + "-": 0.9002984166145325 + }, + "id": "tp_26637" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3329630, + "label": "-", + "classification": { + "B": 1.6084601384136477e-07, + "S": 9.71133928828749e-08, + "I": 0.0001184786087833345, + "C": 3.087582081207074e-05, + "R": 1.3357099533095607e-06, + "M": 1.1261517101956997e-05, + "O": 4.2100882637896575e-06, + "W": 1.246400671561787e-07, + "N": 4.874639671470504e-06, + "Y": 0.0003821608843281865, + "U": 2.5450592033848807e-07, + "K": 2.2588083083974198e-06, + "L": 3.037682176909584e-07, + "G": 6.626144022447988e-05, + "F": 0.002180979587137699, + "E": 9.851979848463088e-05, + "T": 0.00010994546755682677, + "P": 0.2108420729637146, + "-": 0.7861458659172058 + }, + "id": "tp_26638" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3329763, + "label": "-", + "classification": { + "B": 3.16565710818395e-05, + "S": 7.744973117951304e-06, + "I": 0.00019864786008838564, + "C": 0.0009614304290153086, + "R": 0.0003050306986551732, + "M": 0.0006949972012080252, + "O": 0.00029218895360827446, + "W": 1.0439468496770132e-05, + "N": 1.0037068932433613e-05, + "Y": 0.005841752048581839, + "U": 6.248702447919641e-06, + "K": 5.755575330113061e-06, + "L": 0.0001362961920676753, + "G": 0.0025723055005073547, + "F": 0.007752721663564444, + "E": 0.00012944717309437692, + "T": 0.0021504841279238462, + "P": 0.014163165353238583, + "-": 0.9647296667098999 + }, + "id": "tp_26639" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3329897, + "label": "-", + "classification": { + "B": 9.62541380431503e-05, + "S": 1.700472967058886e-05, + "I": 9.742209658725187e-05, + "C": 0.0001728669594740495, + "R": 1.8938404537038878e-05, + "M": 0.0007812703843228519, + "O": 0.00018790604372043163, + "W": 8.704884749022312e-06, + "N": 1.1312142305541784e-05, + "Y": 0.00254416954703629, + "U": 2.4556111384299584e-06, + "K": 8.370016985281836e-06, + "L": 5.6765362387523055e-05, + "G": 0.0020577579271048307, + "F": 0.012799983844161034, + "E": 0.0004358781152404845, + "T": 0.00159571529366076, + "P": 0.05048966407775879, + "-": 0.9286176562309265 + }, + "id": "tp_26640" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3330030, + "label": "-", + "classification": { + "B": 3.112114791292697e-05, + "S": 5.78076287638396e-05, + "I": 0.0012710604351013899, + "C": 0.002013958990573883, + "R": 0.0003653746098279953, + "M": 0.0020305037032812834, + "O": 0.0006542967166751623, + "W": 6.444178870879114e-05, + "N": 0.0001977391220862046, + "Y": 0.013365263119339943, + "U": 5.5394062655977905e-05, + "K": 0.0005287440144456923, + "L": 0.0001487256377004087, + "G": 0.004777740687131882, + "F": 0.03829203173518181, + "E": 0.0017360539641231298, + "T": 0.005266251508146524, + "P": 0.06556681543588638, + "-": 0.8635766506195068 + }, + "id": "tp_26641" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3330130, + "label": "-", + "classification": { + "B": 3.872064553434029e-05, + "S": 4.434976654010825e-05, + "I": 0.0009364956640638411, + "C": 0.0052275219932198524, + "R": 0.0008507042657583952, + "M": 0.0023590954951941967, + "O": 0.0010529670398682356, + "W": 4.302907473174855e-05, + "N": 8.887959847925231e-05, + "Y": 0.004450348671525717, + "U": 3.17014564643614e-05, + "K": 1.439926381863188e-05, + "L": 0.000490355072543025, + "G": 0.0057444642297923565, + "F": 0.015408158302307129, + "E": 0.00029681765590794384, + "T": 0.007285233121365309, + "P": 0.036150820553302765, + "-": 0.9194860458374023 + }, + "id": "tp_26642" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3330264, + "label": "-", + "classification": { + "B": 8.670653528497496e-09, + "S": 1.643750913160602e-08, + "I": 2.6341194825363345e-06, + "C": 2.8250451578060165e-05, + "R": 1.4285228644439485e-06, + "M": 9.947066246240865e-06, + "O": 2.4581790967204142e-06, + "W": 1.8776951549170917e-08, + "N": 3.9111021976623306e-08, + "Y": 0.00019887757662218064, + "U": 1.2027682849691246e-08, + "K": 2.1339175759749196e-08, + "L": 7.447312100339332e-07, + "G": 7.235033990582451e-05, + "F": 0.002145263832062483, + "E": 2.21659456656198e-06, + "T": 6.9494875788223e-05, + "P": 0.007729717995971441, + "-": 0.9897365570068359 + }, + "id": "tp_26643" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3330397, + "label": "-", + "classification": { + "B": 7.00350065017119e-05, + "S": 2.5371749870828353e-05, + "I": 0.0015923393657431006, + "C": 0.0020551499910652637, + "R": 0.0002853764162864536, + "M": 0.0005647409125231206, + "O": 0.000208362951525487, + "W": 7.1514496085001156e-06, + "N": 8.306661766255274e-05, + "Y": 0.0025088468100875616, + "U": 2.2532531147589907e-05, + "K": 2.6158118998864666e-05, + "L": 0.00010956754704238847, + "G": 0.004213232547044754, + "F": 0.00913722813129425, + "E": 0.001259948592633009, + "T": 0.0033910884521901608, + "P": 0.1070580929517746, + "-": 0.8673816919326782 + }, + "id": "tp_26644" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3330531, + "label": "-", + "classification": { + "B": 0.00012683734530583024, + "S": 6.665862747468054e-05, + "I": 0.0020736120641231537, + "C": 0.0018372549675405025, + "R": 0.0003379831905476749, + "M": 0.002280154498293996, + "O": 0.000624001317191869, + "W": 9.612528083380312e-05, + "N": 0.00041182769928127527, + "Y": 0.013015013188123703, + "U": 5.8553676353767514e-05, + "K": 0.0016733008669689298, + "L": 0.00020384859817568213, + "G": 0.017077257856726646, + "F": 0.0962449386715889, + "E": 0.01917303167283535, + "T": 0.003933894447982311, + "P": 0.19748911261558533, + "-": 0.643276572227478 + }, + "id": "tp_26645" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3330631, + "label": "-", + "classification": { + "B": 1.7904896454368213e-09, + "S": 2.645726693284445e-10, + "I": 1.7529732758703176e-06, + "C": 2.884974890093872e-07, + "R": 1.1158537205346875e-08, + "M": 6.676399380012299e-07, + "O": 6.240325944872893e-08, + "W": 3.8183287087711903e-10, + "N": 1.0152098717242097e-08, + "Y": 5.1880244427593425e-05, + "U": 5.564882998854159e-10, + "K": 2.2699453428032257e-09, + "L": 6.2920979537750554e-09, + "G": 8.107676876534242e-06, + "F": 0.000163950928254053, + "E": 3.7657407574442914e-06, + "T": 9.053465873876121e-06, + "P": 0.04314753785729408, + "-": 0.9566129446029663 + }, + "id": "tp_26646" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3330764, + "label": "-", + "classification": { + "B": 5.437918448869539e-10, + "S": 9.115557197958424e-10, + "I": 4.0311314819518884e-07, + "C": 2.022176346372362e-07, + "R": 4.041890377948221e-09, + "M": 1.9260846784163732e-07, + "O": 4.296192557262657e-08, + "W": 5.080495468767765e-10, + "N": 1.5890229576598358e-08, + "Y": 9.01293424249161e-06, + "U": 3.281422078504903e-10, + "K": 5.7711112333436176e-08, + "L": 6.052451317906105e-10, + "G": 2.153007244487526e-06, + "F": 0.0006800738628953695, + "E": 3.45092576026218e-06, + "T": 3.101631818935857e-06, + "P": 0.07757649570703506, + "-": 0.921724796295166 + }, + "id": "tp_26647" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3330898, + "label": "-", + "classification": { + "B": 1.4517252289181215e-08, + "S": 1.5712828371761134e-08, + "I": 1.842044548538979e-05, + "C": 6.411210051737726e-06, + "R": 8.310861403515446e-07, + "M": 2.639438889673329e-06, + "O": 1.8225030089524807e-06, + "W": 5.3260851728964553e-08, + "N": 1.0450135050632525e-06, + "Y": 0.0004928646376356483, + "U": 5.754248988409927e-08, + "K": 6.684493200737052e-06, + "L": 3.089853706228496e-08, + "G": 4.8153924581129104e-05, + "F": 0.0021064174361526966, + "E": 3.239212674088776e-05, + "T": 3.662976814666763e-05, + "P": 0.06130571290850639, + "-": 0.9359396696090698 + }, + "id": "tp_26648" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3331031, + "label": "-", + "classification": { + "B": 6.35394385994914e-08, + "S": 1.8221889774849842e-07, + "I": 1.8473188902135007e-05, + "C": 0.00011803186498582363, + "R": 1.361672821076354e-05, + "M": 0.00014537855167873204, + "O": 1.8168568203691393e-05, + "W": 3.036233238162822e-07, + "N": 6.449503757721686e-07, + "Y": 0.0025071881245821714, + "U": 1.9521138483469258e-07, + "K": 5.6231929193018004e-06, + "L": 3.725458100234391e-06, + "G": 0.0005753766745328903, + "F": 0.006371424067765474, + "E": 3.943559204344638e-05, + "T": 0.0005612911772914231, + "P": 0.007340726908296347, + "-": 0.9822800755500793 + }, + "id": "tp_26649" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3331131, + "label": "-", + "classification": { + "B": 5.302259751260863e-07, + "S": 1.6715492847652058e-06, + "I": 8.584694296587259e-05, + "C": 0.00010647604358382523, + "R": 2.4787261281744577e-05, + "M": 6.6792345023714e-05, + "O": 3.241175727453083e-05, + "W": 1.6399441165049211e-06, + "N": 6.119284080341458e-06, + "Y": 0.0026986650191247463, + "U": 9.395088227392989e-07, + "K": 1.152387176261982e-05, + "L": 4.175405592832249e-06, + "G": 0.000456731126178056, + "F": 0.010971869342029095, + "E": 0.00010432324779685587, + "T": 0.0006273692706599832, + "P": 0.05802620202302933, + "-": 0.926771879196167 + }, + "id": "tp_26650" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3331265, + "label": "-", + "classification": { + "B": 1.9467759670988016e-07, + "S": 9.389712829488417e-08, + "I": 9.183697693515569e-05, + "C": 3.0043012884561904e-05, + "R": 4.4065609472454526e-06, + "M": 1.699265521892812e-05, + "O": 6.525281150970841e-06, + "W": 3.9269215790227463e-07, + "N": 4.033642653666902e-06, + "Y": 0.0009874060051515698, + "U": 4.975757974534645e-07, + "K": 9.558277270116378e-06, + "L": 3.9257309936147067e-07, + "G": 0.00019884119683410972, + "F": 0.005412422586232424, + "E": 0.00010006910451920703, + "T": 0.00017772884166333824, + "P": 0.14025333523750305, + "-": 0.8527052402496338 + }, + "id": "tp_26651" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3331398, + "label": "-", + "classification": { + "B": 3.6738803999014635e-08, + "S": 2.4398934428404573e-08, + "I": 1.5735231500002556e-05, + "C": 1.8532273315940984e-05, + "R": 8.312371164720389e-07, + "M": 2.491366331014433e-06, + "O": 1.5250724345605704e-06, + "W": 4.891894533898267e-08, + "N": 7.557522394563421e-07, + "Y": 0.00014944784925319254, + "U": 9.877432916027828e-08, + "K": 3.9403903429047205e-06, + "L": 6.606007474374564e-08, + "G": 4.890922355116345e-05, + "F": 0.001583315315656364, + "E": 3.202813240932301e-05, + "T": 3.281825775047764e-05, + "P": 0.06205504760146141, + "-": 0.9360542893409729 + }, + "id": "tp_26652" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3331532, + "label": "-", + "classification": { + "B": 8.36917242850177e-05, + "S": 3.295009446446784e-05, + "I": 9.270458394894376e-05, + "C": 0.0004042741493321955, + "R": 0.00018037925474345684, + "M": 0.005353270564228296, + "O": 0.0012481251033023, + "W": 1.9416005670791492e-05, + "N": 4.06789877160918e-06, + "Y": 0.005302073899656534, + "U": 1.7367841564919217e-06, + "K": 4.041320664782688e-07, + "L": 0.0010084497043862939, + "G": 0.005741230212152004, + "F": 0.007305098697543144, + "E": 4.722143057733774e-05, + "T": 0.007451580837368965, + "P": 0.005112398415803909, + "-": 0.9606109261512756 + }, + "id": "tp_26653" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3331632, + "label": "-", + "classification": { + "B": 3.359122047186247e-07, + "S": 2.4436104695269023e-07, + "I": 1.2008216572212405e-06, + "C": 3.3740192861841933e-07, + "R": 3.8944186542266834e-08, + "M": 2.2754311430617236e-05, + "O": 3.2248970001091948e-06, + "W": 4.3282110340214786e-08, + "N": 7.451170347394509e-08, + "Y": 0.00010413218114990741, + "U": 3.1871567607311135e-09, + "K": 1.1914295328097069e-07, + "L": 2.365257074643523e-07, + "G": 4.427204839885235e-05, + "F": 0.004372857045382261, + "E": 1.2114182936784346e-05, + "T": 9.269466681871563e-05, + "P": 0.014876059256494045, + "-": 0.980469286441803 + }, + "id": "tp_26654" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3331765, + "label": "-", + "classification": { + "B": 4.0467014628120523e-07, + "S": 4.841401732846862e-07, + "I": 3.094569547101855e-05, + "C": 0.00013674954243469983, + "R": 1.5488771168747917e-05, + "M": 0.00010727034532465041, + "O": 3.373081563040614e-05, + "W": 9.412183885615377e-07, + "N": 1.419996920049016e-06, + "Y": 0.0005409498116932809, + "U": 5.214916996010288e-07, + "K": 2.0317125404289982e-07, + "L": 7.0613264142593835e-06, + "G": 0.00011982619616901502, + "F": 0.0011952831409871578, + "E": 2.1011417629779316e-05, + "T": 0.0006961666513234377, + "P": 0.038725920021533966, + "-": 0.9583656191825867 + }, + "id": "tp_26655" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3331899, + "label": "-", + "classification": { + "B": 2.3471551457987516e-07, + "S": 1.0374718613093137e-06, + "I": 7.852985618228558e-06, + "C": 9.79733158601448e-06, + "R": 1.1025119874830125e-06, + "M": 7.403165363939479e-05, + "O": 1.0124539585376624e-05, + "W": 2.3538170523806912e-07, + "N": 5.745418434344174e-07, + "Y": 0.000819693726953119, + "U": 3.3519171438456397e-08, + "K": 1.333059003627568e-06, + "L": 1.0769425671242061e-06, + "G": 0.0001817244483390823, + "F": 0.01553716603666544, + "E": 3.5704106267075986e-05, + "T": 0.00041701426380313933, + "P": 0.01198339369148016, + "-": 0.9709178805351257 + }, + "id": "tp_26656" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3332032, + "label": "-", + "classification": { + "B": 9.867808330454864e-06, + "S": 1.2240561773069203e-06, + "I": 1.315964345849352e-05, + "C": 8.197870920412242e-05, + "R": 4.945495675201528e-06, + "M": 0.0014609129866585135, + "O": 3.180025305482559e-05, + "W": 1.1767395591277818e-07, + "N": 1.9408780360663513e-07, + "Y": 0.0013348510256037116, + "U": 9.424539371138962e-09, + "K": 7.828895753902998e-09, + "L": 3.534010465955362e-05, + "G": 0.003706731367856264, + "F": 0.00378245091997087, + "E": 9.131815750151873e-05, + "T": 0.0008973439107649028, + "P": 0.0039622304029762745, + "-": 0.9845855832099915 + }, + "id": "tp_26657" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3332132, + "label": "-", + "classification": { + "B": 9.299502607973409e-07, + "S": 6.693238674415625e-07, + "I": 0.00012442865408957005, + "C": 9.381548807141371e-06, + "R": 1.8530425904828007e-06, + "M": 8.816949048195966e-06, + "O": 1.9621809769887477e-05, + "W": 9.677730758994585e-07, + "N": 1.3057849173492286e-05, + "Y": 0.0002433248155284673, + "U": 8.525569796802301e-07, + "K": 4.017429546365747e-06, + "L": 5.356566816772101e-07, + "G": 7.154957711463794e-05, + "F": 0.0016319324495270848, + "E": 8.808431448414922e-05, + "T": 0.000164906115969643, + "P": 0.3166457414627075, + "-": 0.6809693574905396 + }, + "id": "tp_26658" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3332266, + "label": "-", + "classification": { + "B": 3.6874286024612957e-07, + "S": 1.4415164173442463e-07, + "I": 8.997066288429778e-06, + "C": 2.1868106614419958e-06, + "R": 6.180123364174506e-07, + "M": 2.306556962139439e-05, + "O": 9.358475836052094e-06, + "W": 1.4739427456333942e-07, + "N": 2.632974940297572e-07, + "Y": 0.0002077614626614377, + "U": 2.3442375152171735e-08, + "K": 3.7539418684673365e-08, + "L": 8.514974183526647e-07, + "G": 6.143408245407045e-05, + "F": 0.002610241761431098, + "E": 8.67414019012358e-06, + "T": 0.00012147233792347834, + "P": 0.060124512761831284, + "-": 0.9368197321891785 + }, + "id": "tp_26659" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3332399, + "label": "-", + "classification": { + "B": 0.000757737027015537, + "S": 0.0004445324884727597, + "I": 0.005816379562020302, + "C": 0.004706522915512323, + "R": 0.002090239664539695, + "M": 0.009959971532225609, + "O": 0.00417962996289134, + "W": 0.00046007882338017225, + "N": 0.0008107420871965587, + "Y": 0.020536130294203758, + "U": 0.00024046708131209016, + "K": 0.00015991773398127407, + "L": 0.0020519024692475796, + "G": 0.01224899385124445, + "F": 0.020730631425976753, + "E": 0.0033284437377005816, + "T": 0.022330082952976227, + "P": 0.12002012878656387, + "-": 0.7691274881362915 + }, + "id": "tp_26660" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3332533, + "label": "-", + "classification": { + "B": 2.2122594600659795e-06, + "S": 1.840948300468881e-07, + "I": 1.2799497426385642e-06, + "C": 1.7978338746615918e-06, + "R": 1.504763815773913e-07, + "M": 0.0001602084084879607, + "O": 4.49278286396293e-06, + "W": 3.989752883626352e-08, + "N": 3.2630623536533676e-08, + "Y": 0.0010143653489649296, + "U": 3.2681684025703817e-09, + "K": 5.378474909889519e-08, + "L": 1.632473640711396e-06, + "G": 0.0006634623860009015, + "F": 0.0034795862156897783, + "E": 5.71547461731825e-05, + "T": 0.0002250338002340868, + "P": 0.0037932037375867367, + "-": 0.9905951023101807 + }, + "id": "tp_26661" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3332633, + "label": "-", + "classification": { + "B": 2.8722180900331296e-07, + "S": 5.393249224994179e-08, + "I": 0.00012143906496930867, + "C": 5.295039227348752e-05, + "R": 1.8331891169509618e-06, + "M": 5.749804768129252e-05, + "O": 6.495216439361684e-06, + "W": 1.325551153286142e-07, + "N": 2.0450370357139036e-06, + "Y": 0.0011701674666255713, + "U": 8.746113877577955e-08, + "K": 2.0479029672060278e-07, + "L": 7.048644761198375e-07, + "G": 0.0001469273993279785, + "F": 0.0004133456968702376, + "E": 9.84100261121057e-05, + "T": 0.00030657919705845416, + "P": 0.054602839052677155, + "-": 0.9430179595947266 + }, + "id": "tp_26662" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3332766, + "label": "-", + "classification": { + "B": 1.3092176232021302e-06, + "S": 6.676146568906915e-08, + "I": 4.6187706175260246e-05, + "C": 2.63241399807157e-05, + "R": 1.2997156773053575e-06, + "M": 2.454391142237e-05, + "O": 2.5884935439535184e-06, + "W": 3.513575919100731e-08, + "N": 7.503691676902235e-07, + "Y": 0.0003974798310082406, + "U": 4.635346328996093e-08, + "K": 4.817160288439482e-07, + "L": 8.703115668140526e-07, + "G": 0.0005199857405386865, + "F": 0.0034970170818269253, + "E": 0.00015984017227310687, + "T": 0.0001269582426175475, + "P": 0.048026107251644135, + "-": 0.9471681714057922 + }, + "id": "tp_26663" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3332900, + "label": "-", + "classification": { + "B": 1.4508934498280723e-07, + "S": 7.890899667017948e-08, + "I": 1.1021344107575715e-05, + "C": 1.2223424164403696e-05, + "R": 7.082661568347248e-07, + "M": 2.2145544789964333e-05, + "O": 4.142032139498042e-06, + "W": 7.0217659242644e-08, + "N": 5.459611998048786e-07, + "Y": 0.00038229618803597987, + "U": 3.4277466198773254e-08, + "K": 8.078754945017863e-07, + "L": 6.626770527873305e-07, + "G": 0.0002359084610361606, + "F": 0.005480831954628229, + "E": 0.00018696970073506236, + "T": 0.00010902373469434679, + "P": 0.052830006927251816, + "-": 0.9407222270965576 + }, + "id": "tp_26664" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3333033, + "label": "-", + "classification": { + "B": 3.5773309718933888e-06, + "S": 1.2347024494374637e-05, + "I": 0.00025203655241057277, + "C": 0.0012074023252353072, + "R": 0.0002178159775212407, + "M": 0.0002600328589323908, + "O": 0.00022966295364312828, + "W": 1.4397436643776018e-05, + "N": 3.139714681310579e-05, + "Y": 0.007547365501523018, + "U": 6.864418082841439e-06, + "K": 0.00016802005120553076, + "L": 4.91263963340316e-05, + "G": 0.002663767198100686, + "F": 0.025948772206902504, + "E": 0.0003673530009109527, + "T": 0.0022775274701416492, + "P": 0.017867982387542725, + "-": 0.940874457359314 + }, + "id": "tp_26665" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3333133, + "label": "-", + "classification": { + "B": 0.00015031307702884078, + "S": 0.0009296570206061006, + "I": 0.0037257717922329903, + "C": 0.16310110688209534, + "R": 0.04584536328911781, + "M": 0.03022542968392372, + "O": 0.011806042864918709, + "W": 0.0012598168104887009, + "N": 0.0006007986376062036, + "Y": 0.055093757808208466, + "U": 0.000427224556915462, + "K": 0.0019169605802744627, + "L": 0.011435325257480145, + "G": 0.11059358716011047, + "F": 0.08812607079744339, + "E": 0.003401729743927717, + "T": 0.03375566378235817, + "P": 0.01231247279793024, + "-": 0.42529287934303284 + }, + "id": "tp_26666" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3333267, + "label": "-", + "classification": { + "B": 6.5867243392858654e-06, + "S": 2.6248434892295336e-07, + "I": 3.2045034004113404e-06, + "C": 4.256567990523763e-06, + "R": 5.598570851361728e-07, + "M": 1.2770939065376297e-05, + "O": 1.2199103366583586e-05, + "W": 2.8070661528545315e-07, + "N": 1.3695351697151636e-07, + "Y": 4.4123171392129734e-05, + "U": 2.5092344202448658e-08, + "K": 4.617953308638789e-08, + "L": 1.3769614497505245e-06, + "G": 4.330004958319478e-05, + "F": 0.0018037310801446438, + "E": 9.782401320990175e-06, + "T": 2.1872048819204792e-05, + "P": 0.03922514617443085, + "-": 0.9588103890419006 + }, + "id": "tp_26667" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3333400, + "label": "-", + "classification": { + "B": 1.8174090428146883e-06, + "S": 1.8313522787138936e-06, + "I": 0.00025676010409370065, + "C": 0.0002985496539622545, + "R": 4.162656841799617e-05, + "M": 0.0003336392401251942, + "O": 8.468859596177936e-05, + "W": 1.820069769564725e-06, + "N": 7.057580660330132e-06, + "Y": 0.0007566608255729079, + "U": 7.194874456217804e-07, + "K": 4.015005572455266e-07, + "L": 1.245593921339605e-05, + "G": 0.0003471723466645926, + "F": 0.001837254734709859, + "E": 6.487561040557921e-05, + "T": 0.000978248193860054, + "P": 0.06924756616353989, + "-": 0.9257268309593201 + }, + "id": "tp_26668" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3333500, + "label": "-", + "classification": { + "B": 4.2518230713994853e-08, + "S": 1.1000338417943567e-08, + "I": 7.098716423570295e-07, + "C": 3.314806633625267e-07, + "R": 2.263093357157686e-08, + "M": 7.152840680646477e-06, + "O": 9.42378903801e-07, + "W": 3.2546039197001164e-09, + "N": 1.2038056773633343e-08, + "Y": 7.254981028381735e-05, + "U": 5.617605824959071e-10, + "K": 2.6511774997572957e-09, + "L": 1.1957693857311824e-07, + "G": 5.0191763875773177e-05, + "F": 0.003190157702192664, + "E": 2.2948836431169184e-06, + "T": 2.1316593119991012e-05, + "P": 0.016449933871626854, + "-": 0.9802042841911316 + }, + "id": "tp_26669" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3333634, + "label": "-", + "classification": { + "B": 4.34436896179502e-11, + "S": 5.471711278515201e-11, + "I": 1.3508608276424638e-07, + "C": 5.977864248052356e-08, + "R": 3.239529977605571e-09, + "M": 2.793384794586018e-07, + "O": 3.9952244179630725e-08, + "W": 9.691586422277965e-11, + "N": 1.016177808565999e-09, + "Y": 8.991099093691446e-06, + "U": 5.557942300837837e-11, + "K": 3.3304431434899584e-10, + "L": 1.0490307511545893e-09, + "G": 5.784336281067226e-07, + "F": 4.843135684495792e-05, + "E": 7.865162388043245e-08, + "T": 7.04529884387739e-06, + "P": 0.005935258232057095, + "-": 0.9939991235733032 + }, + "id": "tp_26670" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3333767, + "label": "-", + "classification": { + "B": 6.864226179459365e-06, + "S": 7.561588063254021e-06, + "I": 0.000288654409814626, + "C": 0.002201708732172847, + "R": 0.000255158229265362, + "M": 0.0007742674788460135, + "O": 0.00011062516568927094, + "W": 8.582631380704697e-06, + "N": 1.0404931344965007e-05, + "Y": 0.0037910989485681057, + "U": 2.5027909487107536e-06, + "K": 2.722461249504704e-05, + "L": 5.74799305468332e-05, + "G": 0.005946779623627663, + "F": 0.030276918783783913, + "E": 0.0008083713473752141, + "T": 0.0013366594212129712, + "P": 0.025867056101560593, + "-": 0.928222119808197 + }, + "id": "tp_26671" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3333901, + "label": "-", + "classification": { + "B": 2.7921133849417856e-08, + "S": 7.929436662834632e-08, + "I": 0.00010634399222908542, + "C": 8.024716953514144e-05, + "R": 7.764004294585902e-06, + "M": 2.3902299290057272e-05, + "O": 4.7903627091727685e-06, + "W": 1.6561439508677722e-07, + "N": 2.126373829014483e-06, + "Y": 0.0006503518088720739, + "U": 5.739158837059222e-07, + "K": 1.2381318583720713e-06, + "L": 8.179104611372168e-07, + "G": 7.070477295201272e-05, + "F": 0.000763233401812613, + "E": 3.5483597457641736e-05, + "T": 0.0004287555639166385, + "P": 0.05027562007308006, + "-": 0.9475477337837219 + }, + "id": "tp_26672" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3334001, + "label": "-", + "classification": { + "B": 9.40455269216045e-09, + "S": 7.646566047014858e-08, + "I": 2.1600303625746164e-06, + "C": 0.00013742120063398033, + "R": 1.202155999635579e-05, + "M": 3.192940857843496e-05, + "O": 6.543817562487675e-06, + "W": 4.860045166310556e-08, + "N": 4.845615109161372e-08, + "Y": 0.0006203665980137885, + "U": 7.453177630623031e-09, + "K": 1.197068399960699e-07, + "L": 2.559484300945769e-06, + "G": 0.0004893823643215001, + "F": 0.014409189112484455, + "E": 2.3912550659588305e-06, + "T": 0.00018641700444277376, + "P": 0.003282911144196987, + "-": 0.9808163046836853 + }, + "id": "tp_26673" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3334134, + "label": "-", + "classification": { + "B": 1.9651357874295172e-08, + "S": 7.983661731714164e-09, + "I": 3.6159615746100826e-08, + "C": 1.1032519786624562e-08, + "R": 1.8103289978199655e-09, + "M": 1.7908922700371477e-07, + "O": 1.824943609562979e-07, + "W": 1.3018560673927482e-09, + "N": 1.54338775093521e-09, + "Y": 9.094733286474366e-06, + "U": 5.316475037986379e-11, + "K": 1.0747572831704133e-09, + "L": 7.441250726714088e-09, + "G": 3.2448779165861197e-06, + "F": 0.0007160923560149968, + "E": 3.1669983968640736e-07, + "T": 5.31125351699302e-06, + "P": 0.019061971455812454, + "-": 0.9802035093307495 + }, + "id": "tp_26674" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3334268, + "label": "-", + "classification": { + "B": 5.871046226957333e-08, + "S": 1.2697711326836725e-07, + "I": 5.931211944698589e-06, + "C": 6.947223482711706e-06, + "R": 7.06377306869399e-07, + "M": 5.590071395999985e-06, + "O": 2.196975628976361e-06, + "W": 1.1177354508618009e-07, + "N": 3.12566754701038e-07, + "Y": 0.00020009301078971475, + "U": 3.0916293525251604e-08, + "K": 9.86644181466545e-07, + "L": 1.7794016571315296e-07, + "G": 2.9115373763488606e-05, + "F": 0.007121281232684851, + "E": 1.8349881429458037e-05, + "T": 4.1901595977833495e-05, + "P": 0.03763654828071594, + "-": 0.9549296498298645 + }, + "id": "tp_26675" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3334401, + "label": "-", + "classification": { + "B": 8.356103535334114e-06, + "S": 4.4204080040799454e-05, + "I": 0.0003487136564217508, + "C": 0.0038173121865838766, + "R": 0.00024297318304888904, + "M": 0.004287096206098795, + "O": 0.00033570549567230046, + "W": 2.168876562791411e-05, + "N": 4.592395998770371e-05, + "Y": 0.010420759208500385, + "U": 4.376679953566054e-06, + "K": 0.00015891456860117614, + "L": 0.00020606181351467967, + "G": 0.012621017172932625, + "F": 0.17575962841510773, + "E": 0.0025183558464050293, + "T": 0.00509019335731864, + "P": 0.03782973065972328, + "-": 0.7462389469146729 + }, + "id": "tp_26676" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3334501, + "label": "-", + "classification": { + "B": 5.55228837129107e-07, + "S": 2.8307692900853e-06, + "I": 1.3949967978987843e-05, + "C": 0.0010087458649650216, + "R": 3.710322198458016e-05, + "M": 0.00046617406769655645, + "O": 6.74681577947922e-05, + "W": 9.667058975537657e-07, + "N": 1.7228499018528964e-06, + "Y": 0.008291325531899929, + "U": 1.1013811018756314e-07, + "K": 2.6249650545651093e-05, + "L": 2.2009890017216094e-05, + "G": 0.009795639663934708, + "F": 0.09641660004854202, + "E": 0.0003331686311867088, + "T": 0.0015170429833233356, + "P": 0.004659449215978384, + "-": 0.8773389458656311 + }, + "id": "tp_26677" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3334635, + "label": "-", + "classification": { + "B": 1.9079626767393165e-10, + "S": 4.593675440034417e-11, + "I": 7.825964303265209e-07, + "C": 2.6713638590081246e-07, + "R": 1.3009178623235584e-08, + "M": 1.0252854281134205e-06, + "O": 6.13223605228086e-08, + "W": 1.9981133414503915e-10, + "N": 1.930571924546598e-09, + "Y": 2.319465420441702e-05, + "U": 9.522520272309265e-11, + "K": 1.8846267602068423e-10, + "L": 1.2315362063475277e-08, + "G": 5.832656370330369e-06, + "F": 0.00025447478401474655, + "E": 6.930339395694318e-07, + "T": 6.365549779729918e-06, + "P": 0.010022819973528385, + "-": 0.9896844625473022 + }, + "id": "tp_26678" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3334768, + "label": "-", + "classification": { + "B": 3.159135530950152e-08, + "S": 7.513189359542594e-08, + "I": 1.6536680504941614e-06, + "C": 1.4613722214562586e-06, + "R": 7.569113336103328e-08, + "M": 7.417837878165301e-06, + "O": 8.571241778554395e-07, + "W": 1.2123949844067283e-08, + "N": 7.703883397880418e-08, + "Y": 9.394278458785266e-05, + "U": 2.281279387617019e-09, + "K": 6.812292667746078e-07, + "L": 1.1205920458223773e-07, + "G": 8.55829639476724e-05, + "F": 0.017923740670084953, + "E": 4.487984915613197e-05, + "T": 4.9526610382599756e-05, + "P": 0.018039319664239883, + "-": 0.9637505412101746 + }, + "id": "tp_26679" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3334902, + "label": "-", + "classification": { + "B": 2.3527711334736523e-08, + "S": 1.2950531314004365e-08, + "I": 1.380617504764814e-06, + "C": 3.3430325174776954e-07, + "R": 2.1713349340757304e-08, + "M": 4.021107429252879e-07, + "O": 8.271023830275226e-07, + "W": 9.368427811295987e-09, + "N": 3.6049080165412306e-08, + "Y": 3.384092906344449e-06, + "U": 1.5835870392777451e-09, + "K": 1.269713223450708e-09, + "L": 4.407341691603506e-08, + "G": 2.699163815123029e-06, + "F": 0.0001831677946029231, + "E": 1.0309075832992676e-06, + "T": 7.695049134781584e-06, + "P": 0.07625855505466461, + "-": 0.9235402941703796 + }, + "id": "tp_26680" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3335002, + "label": "-", + "classification": { + "B": 1.5866930880292784e-06, + "S": 5.74395812691364e-07, + "I": 2.887072014345904e-06, + "C": 2.7014777515432797e-05, + "R": 2.3460047486878466e-06, + "M": 0.0002207578218076378, + "O": 2.3455113478121348e-05, + "W": 9.927959609967729e-08, + "N": 3.7909583028294946e-08, + "Y": 0.00025357675622217357, + "U": 6.978702504767398e-09, + "K": 5.206568509663612e-09, + "L": 2.4360682800761424e-05, + "G": 0.0008578641572967172, + "F": 0.00557087454944849, + "E": 8.780875759839546e-06, + "T": 0.00019828198128379881, + "P": 0.003220000071451068, + "-": 0.9895874261856079 + }, + "id": "tp_26681" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3335135, + "label": "-", + "classification": { + "B": 1.1975072311543045e-06, + "S": 7.956838317113579e-07, + "I": 0.00015139844617806375, + "C": 0.0003103195922449231, + "R": 5.829397923662327e-05, + "M": 0.0006091119721531868, + "O": 0.00010659192776074633, + "W": 2.235958390883752e-06, + "N": 4.611756139638601e-06, + "Y": 0.007145605515688658, + "U": 1.503313228568004e-06, + "K": 9.102976946451236e-06, + "L": 2.614118784549646e-05, + "G": 0.0012749453308060765, + "F": 0.002088995650410652, + "E": 0.00022217127843759954, + "T": 0.002157512353733182, + "P": 0.009210842661559582, + "-": 0.9766186475753784 + }, + "id": "tp_26682" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3335269, + "label": "-", + "classification": { + "B": 5.701599548046943e-06, + "S": 3.66688436770346e-06, + "I": 0.0007063111988827586, + "C": 0.0009409425547346473, + "R": 9.594812581781298e-05, + "M": 0.00047256314428523183, + "O": 0.00012281165982130915, + "W": 7.2587281465530396e-06, + "N": 3.68619839719031e-05, + "Y": 0.0037881978787481785, + "U": 5.128090833750321e-06, + "K": 2.1077848941786215e-05, + "L": 2.6711633836384863e-05, + "G": 0.0023890759330242872, + "F": 0.017468184232711792, + "E": 0.0005572866648435593, + "T": 0.0009702596580609679, + "P": 0.09668568521738052, + "-": 0.8756964206695557 + }, + "id": "tp_26683" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3335402, + "label": "-", + "classification": { + "B": 6.167955746150255e-08, + "S": 4.412920873164694e-07, + "I": 3.78344084310811e-05, + "C": 1.536183299322147e-05, + "R": 4.741275006381329e-06, + "M": 7.411701517412439e-05, + "O": 1.619938666408416e-05, + "W": 4.3944504568571574e-07, + "N": 1.690701878942491e-06, + "Y": 0.004847900941967964, + "U": 2.0710496073661488e-07, + "K": 5.687722932634642e-06, + "L": 1.1435290616645943e-06, + "G": 0.0002194867265643552, + "F": 0.0036614176351577044, + "E": 2.7934240279137157e-05, + "T": 0.0010701714782044291, + "P": 0.009120053611695766, + "-": 0.9808952212333679 + }, + "id": "tp_26684" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3335502, + "label": "-", + "classification": { + "B": 1.0474086309386621e-07, + "S": 9.463613537263882e-08, + "I": 1.5613310097251087e-05, + "C": 1.6698219269528636e-06, + "R": 1.5852712920150225e-07, + "M": 7.5115081017429475e-06, + "O": 1.5893607496764162e-06, + "W": 4.839546363655245e-08, + "N": 8.207828727790911e-07, + "Y": 0.00034967390820384026, + "U": 7.669317625413896e-09, + "K": 1.483744767938333e-06, + "L": 5.4730985965534273e-08, + "G": 0.00013918062904849648, + "F": 0.004031865857541561, + "E": 0.0002274282305734232, + "T": 5.2341376431286335e-05, + "P": 0.0742250382900238, + "-": 0.9209452867507935 + }, + "id": "tp_26685" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3335636, + "label": "-", + "classification": { + "B": 4.093727312692863e-08, + "S": 3.045997232220543e-08, + "I": 1.3648750041284075e-07, + "C": 8.48925409968615e-08, + "R": 1.676755267965291e-08, + "M": 1.5112610753931222e-06, + "O": 8.301134926114173e-07, + "W": 8.462688327881551e-09, + "N": 1.7748369440795386e-09, + "Y": 1.2807175153284334e-05, + "U": 1.3156822853410688e-10, + "K": 2.5411099890959576e-09, + "L": 7.196496198957902e-08, + "G": 1.3829908311890904e-05, + "F": 0.0010171282337978482, + "E": 5.966631420051272e-07, + "T": 5.246613909548614e-06, + "P": 0.002766747260466218, + "-": 0.9961810111999512 + }, + "id": "tp_26686" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3335769, + "label": "-", + "classification": { + "B": 1.9975054499354883e-07, + "S": 4.838381784111334e-08, + "I": 8.439946213911753e-06, + "C": 8.779637937550433e-06, + "R": 1.4792202591706882e-06, + "M": 4.196984082227573e-05, + "O": 3.551424015313387e-06, + "W": 6.196960100623983e-08, + "N": 1.0630242996967354e-07, + "Y": 0.0012004234595224261, + "U": 3.633275724723717e-08, + "K": 7.953852332320821e-08, + "L": 1.01736713986611e-06, + "G": 0.00011360931966919452, + "F": 0.0014618928544223309, + "E": 8.232744221459143e-06, + "T": 0.00026915379567071795, + "P": 0.00918651558458805, + "-": 0.9876943826675415 + }, + "id": "tp_26687" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3335903, + "label": "-", + "classification": { + "B": 7.240550417009217e-07, + "S": 2.6289330889994744e-06, + "I": 3.834230938082328e-06, + "C": 0.00022106085089035332, + "R": 4.89133526571095e-05, + "M": 0.0016437203157693148, + "O": 9.88894171314314e-05, + "W": 7.759417712804861e-07, + "N": 1.871180899115643e-07, + "Y": 0.010938501916825771, + "U": 5.844101025331838e-08, + "K": 3.9353014358312066e-07, + "L": 0.00013895434676669538, + "G": 0.004827671684324741, + "F": 0.04525616765022278, + "E": 2.400811717961915e-05, + "T": 0.0034755009692162275, + "P": 0.0012504317564889789, + "-": 0.9320675730705261 + }, + "id": "tp_26688" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3336003, + "label": "-", + "classification": { + "B": 0.0006357129313983023, + "S": 0.0011611076770350337, + "I": 0.015201255679130554, + "C": 0.009973546490073204, + "R": 0.0019132833695039153, + "M": 0.006125114392489195, + "O": 0.004302845802158117, + "W": 0.0010655770311132073, + "N": 0.004287548363208771, + "Y": 0.014795953407883644, + "U": 0.0012684325920417905, + "K": 0.0040303440764546394, + "L": 0.0014777722535654902, + "G": 0.010776289738714695, + "F": 0.042172886431217194, + "E": 0.013276244513690472, + "T": 0.014808041043579578, + "P": 0.19319070875644684, + "-": 0.6595372557640076 + }, + "id": "tp_26689" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3336136, + "label": "-", + "classification": { + "B": 1.9375963802303886e-06, + "S": 1.0064798061648617e-06, + "I": 0.0001098077482311055, + "C": 0.0011180503061041236, + "R": 0.00013869910617358983, + "M": 5.3934574680170044e-05, + "O": 3.702812682604417e-05, + "W": 1.690365820650186e-06, + "N": 4.506636287260335e-06, + "Y": 0.0009531746036373079, + "U": 2.75266143034969e-06, + "K": 1.8369495364822797e-06, + "L": 2.6568814064376056e-05, + "G": 0.0008465119171887636, + "F": 0.010807627812027931, + "E": 6.313665653578937e-05, + "T": 0.0004515998298302293, + "P": 0.05929043889045715, + "-": 0.9260896444320679 + }, + "id": "tp_26690" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3336270, + "label": "-", + "classification": { + "B": 2.332332993404407e-09, + "S": 4.24811368304745e-08, + "I": 3.7367117329267785e-06, + "C": 4.024744703201577e-05, + "R": 5.320554464560701e-06, + "M": 2.631825554999523e-05, + "O": 5.072500243841205e-06, + "W": 6.483409720203781e-08, + "N": 6.017081943809899e-08, + "Y": 0.00039154785918071866, + "U": 2.538813781427507e-08, + "K": 4.762019756299196e-08, + "L": 7.046684231681866e-07, + "G": 3.5615219530882314e-05, + "F": 0.0006992057315073907, + "E": 6.828597634012112e-07, + "T": 0.00041418251930736005, + "P": 0.0012917296262457967, + "-": 0.9970853924751282 + }, + "id": "tp_26691" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3336403, + "label": "-", + "classification": { + "B": 7.5126152410121e-08, + "S": 4.564895661474111e-08, + "I": 1.765575143508613e-05, + "C": 1.5198364962998312e-05, + "R": 6.66881135202857e-07, + "M": 3.223893145332113e-06, + "O": 2.026906713581411e-06, + "W": 7.944019131400637e-08, + "N": 7.157893264775339e-07, + "Y": 7.980973896337673e-05, + "U": 4.47411849791024e-08, + "K": 1.806428599593346e-06, + "L": 1.1607039596128743e-07, + "G": 4.699945930042304e-05, + "F": 0.002639205427840352, + "E": 3.439019565121271e-05, + "T": 2.51456986006815e-05, + "P": 0.06619815528392792, + "-": 0.930934727191925 + }, + "id": "tp_26692" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3336503, + "label": "-", + "classification": { + "B": 2.0701561879832298e-05, + "S": 0.00013636151561513543, + "I": 0.0007038111798465252, + "C": 0.002499199705198407, + "R": 0.0009313594200648367, + "M": 0.006263650953769684, + "O": 0.001696068444289267, + "W": 6.593861326109618e-05, + "N": 6.795721856178716e-05, + "Y": 0.01623258925974369, + "U": 1.3531136573874392e-05, + "K": 2.1376185031840578e-05, + "L": 0.0009391279891133308, + "G": 0.007852068170905113, + "F": 0.032525770366191864, + "E": 0.0006864411407150328, + "T": 0.01236514188349247, + "P": 0.022178571671247482, + "-": 0.8948003053665161 + }, + "id": "tp_26693" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3336637, + "label": "-", + "classification": { + "B": 2.7915289138036314e-06, + "S": 4.263819164407323e-07, + "I": 2.8714985091937706e-05, + "C": 9.687583951745182e-05, + "R": 3.6943365557817742e-06, + "M": 4.177328446530737e-05, + "O": 8.178792086255271e-06, + "W": 4.713405985512509e-07, + "N": 1.2955200645592413e-06, + "Y": 0.0006919809966348112, + "U": 1.4309804896583955e-07, + "K": 1.3048948858340736e-05, + "L": 4.829110821447102e-06, + "G": 0.003206640249118209, + "F": 0.06807386875152588, + "E": 0.0013149355072528124, + "T": 8.494323992636055e-05, + "P": 0.06542964279651642, + "-": 0.860995888710022 + }, + "id": "tp_26694" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3336770, + "label": "-", + "classification": { + "B": 6.92694072768063e-07, + "S": 8.28695306154259e-07, + "I": 1.133709702116903e-05, + "C": 5.350171250029234e-06, + "R": 5.394944082581787e-07, + "M": 1.6552787201362662e-05, + "O": 1.2390928532113321e-05, + "W": 7.174900247264304e-07, + "N": 1.0934732017631177e-06, + "Y": 2.786542427202221e-05, + "U": 7.322795880781996e-08, + "K": 1.225570542828791e-07, + "L": 1.0049443517345935e-06, + "G": 1.9250304831075482e-05, + "F": 0.0015971900429576635, + "E": 2.8920545446453616e-05, + "T": 0.00010025522351497784, + "P": 0.1946479231119156, + "-": 0.8035278916358948 + }, + "id": "tp_26695" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3336904, + "label": "-", + "classification": { + "B": 6.297171785263345e-05, + "S": 1.928030906128697e-05, + "I": 0.0006006893236190081, + "C": 0.0006703985272906721, + "R": 0.0001080678339349106, + "M": 0.0006475140689872205, + "O": 0.00018786315922625363, + "W": 1.6106445400509983e-05, + "N": 3.505733184283599e-05, + "Y": 0.0018794819479808211, + "U": 4.480406460061204e-06, + "K": 1.2783577403752133e-05, + "L": 7.35509383957833e-05, + "G": 0.0024981433525681496, + "F": 0.02125808782875538, + "E": 0.0009353040950372815, + "T": 0.001314411754719913, + "P": 0.08805037289857864, + "-": 0.8816254734992981 + }, + "id": "tp_26696" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3337004, + "label": "-", + "classification": { + "B": 3.971937985625118e-06, + "S": 8.326500164912432e-07, + "I": 6.679297803202644e-05, + "C": 3.0817074730293825e-05, + "R": 2.7249207050772384e-06, + "M": 0.00016481817874591798, + "O": 1.4690910575154703e-05, + "W": 1.1872302820847835e-06, + "N": 2.841725745383883e-06, + "Y": 0.0009581870399415493, + "U": 5.309844937073649e-07, + "K": 1.2392642929626163e-05, + "L": 2.970719151562662e-06, + "G": 0.0003721021057572216, + "F": 0.0065786028280854225, + "E": 0.0006374351214617491, + "T": 0.00029241162701509893, + "P": 0.06964065879583359, + "-": 0.9212159514427185 + }, + "id": "tp_26697" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3337137, + "label": "-", + "classification": { + "B": 0.00039067078614607453, + "S": 0.0001381456822855398, + "I": 0.0023142672143876553, + "C": 0.004514866974204779, + "R": 0.000571630836930126, + "M": 0.011930330656468868, + "O": 0.001092392485588789, + "W": 9.895185939967632e-05, + "N": 0.0002470914041623473, + "Y": 0.039728716015815735, + "U": 3.1987819966161624e-05, + "K": 0.00022211107716429979, + "L": 0.000863216700963676, + "G": 0.04489177092909813, + "F": 0.03916538879275322, + "E": 0.029060183092951775, + "T": 0.01178255956619978, + "P": 0.0693739503622055, + "-": 0.7435817718505859 + }, + "id": "tp_26698" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3337271, + "label": "-", + "classification": { + "B": 3.4256365324836224e-05, + "S": 2.355346441618167e-05, + "I": 0.0005895952344872057, + "C": 0.0002759758790489286, + "R": 6.631206633755937e-05, + "M": 0.0012453426606953144, + "O": 0.0003886696358677, + "W": 2.161659358534962e-05, + "N": 7.055955211399123e-05, + "Y": 0.0040092128328979015, + "U": 1.0503966223041061e-05, + "K": 1.7003456378006376e-05, + "L": 9.880582365440205e-05, + "G": 0.002134086797013879, + "F": 0.012205209583044052, + "E": 0.0011594382813200355, + "T": 0.0033899189438670874, + "P": 0.14055699110031128, + "-": 0.8337029218673706 + }, + "id": "tp_26699" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3337404, + "label": "-", + "classification": { + "B": 1.9303754470456624e-06, + "S": 8.977362426776381e-07, + "I": 5.987411896057893e-06, + "C": 5.503018201125087e-07, + "R": 2.9020034730820043e-07, + "M": 8.222197357099503e-05, + "O": 2.529808807594236e-05, + "W": 2.5826537353168533e-07, + "N": 1.7189850609611312e-07, + "Y": 0.00019743316806852818, + "U": 8.799300843520541e-09, + "K": 1.0427387842071312e-08, + "L": 3.3769824767659884e-06, + "G": 8.095218800008297e-05, + "F": 0.0010453063296154141, + "E": 6.0716683947248384e-06, + "T": 0.0003316982474643737, + "P": 0.015220340341329575, + "-": 0.9829971790313721 + }, + "id": "tp_26700" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3337504, + "label": "-", + "classification": { + "B": 2.0089194094907725e-06, + "S": 1.5567802620353177e-06, + "I": 3.193226075381972e-05, + "C": 3.720056338352151e-05, + "R": 7.992167411430273e-06, + "M": 0.0005636274581775069, + "O": 6.925215711817145e-05, + "W": 8.122606232063845e-07, + "N": 9.30645285279752e-07, + "Y": 0.0015992289409041405, + "U": 1.5961569488354144e-07, + "K": 1.183670335080933e-07, + "L": 2.3770378902554512e-05, + "G": 0.0005313072470016778, + "F": 0.0018433326622471213, + "E": 2.421635690552648e-05, + "T": 0.0016190718160942197, + "P": 0.00640492420643568, + "-": 0.9872386455535889 + }, + "id": "tp_26701" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3337638, + "label": "-", + "classification": { + "B": 5.040790256316541e-06, + "S": 1.4282326446846128e-05, + "I": 0.00023879682703409344, + "C": 9.316649084212258e-05, + "R": 2.88096289295936e-05, + "M": 0.00017832854064181447, + "O": 0.00015067034109961241, + "W": 1.2727167813864071e-05, + "N": 3.660877700895071e-05, + "Y": 0.004419166594743729, + "U": 6.543092695210362e-06, + "K": 4.462811921257526e-05, + "L": 1.7002823369693942e-05, + "G": 0.0004870802513323724, + "F": 0.01372566819190979, + "E": 0.00026202076696790755, + "T": 0.001889166422188282, + "P": 0.057957883924245834, + "-": 0.9204323887825012 + }, + "id": "tp_26702" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3337771, + "label": "-", + "classification": { + "B": 0.0003549897519405931, + "S": 0.00041476369369775057, + "I": 0.003487661248072982, + "C": 0.04231417179107666, + "R": 0.005983646493405104, + "M": 0.02350437454879284, + "O": 0.004070623777806759, + "W": 0.0003430101496633142, + "N": 0.0004695229581557214, + "Y": 0.08976460248231888, + "U": 0.00014373457815963775, + "K": 0.0006913137622177601, + "L": 0.004578768741339445, + "G": 0.10546522587537766, + "F": 0.08877425640821457, + "E": 0.00753816356882453, + "T": 0.027445044368505478, + "P": 0.026075296103954315, + "-": 0.5685808658599854 + }, + "id": "tp_26703" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3337905, + "label": "-", + "classification": { + "B": 0.00014749921683687717, + "S": 6.25442698947154e-05, + "I": 0.000626296503469348, + "C": 0.0004420280165504664, + "R": 0.0001811499969335273, + "M": 0.0010586766293272376, + "O": 0.0004914291785098612, + "W": 4.710214852821082e-05, + "N": 6.773271161364391e-05, + "Y": 0.0048011853359639645, + "U": 1.356909160676878e-05, + "K": 6.881772424094379e-05, + "L": 0.00015532247198279947, + "G": 0.0031402045860886574, + "F": 0.02976486086845398, + "E": 0.0011806978145614266, + "T": 0.00252017704769969, + "P": 0.07999217510223389, + "-": 0.8752385377883911 + }, + "id": "tp_26704" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3338005, + "label": "-", + "classification": { + "B": 0.002100464655086398, + "S": 3.584117439459078e-05, + "I": 1.3811666576657444e-05, + "C": 1.603823147888761e-05, + "R": 9.879860044748057e-06, + "M": 0.0006002442096360028, + "O": 0.0013255919329822063, + "W": 1.779243211785797e-05, + "N": 7.007262752267707e-07, + "Y": 0.0001867700193542987, + "U": 6.897180782061696e-08, + "K": 8.471270795951114e-09, + "L": 0.00022220540267881006, + "G": 0.0008011881145648658, + "F": 0.0011009883601218462, + "E": 1.2544820492621511e-05, + "T": 0.00046130086411722004, + "P": 0.006271878723055124, + "-": 0.9868227243423462 + }, + "id": "tp_26705" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3338138, + "label": "-", + "classification": { + "B": 6.903472637986852e-08, + "S": 2.492331248049595e-07, + "I": 1.3739608220930677e-05, + "C": 4.97461905979435e-06, + "R": 5.787151167169213e-07, + "M": 6.464467878686264e-05, + "O": 7.816678589733783e-06, + "W": 1.2858011189109675e-07, + "N": 4.676652451962582e-07, + "Y": 0.00022274475486483425, + "U": 2.4008951271525802e-08, + "K": 1.3207619531385717e-07, + "L": 1.3610801943286788e-06, + "G": 8.690617687534541e-05, + "F": 0.011239600367844105, + "E": 2.4867948013707064e-05, + "T": 0.00017682356701698154, + "P": 0.03332480788230896, + "-": 0.9548300504684448 + }, + "id": "tp_26706" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3338272, + "label": "-", + "classification": { + "B": 0.00016839249292388558, + "S": 0.0001607108279131353, + "I": 0.00013247931201476604, + "C": 0.00028982292860746384, + "R": 6.896020931890234e-05, + "M": 0.0020536035299301147, + "O": 0.0005807726993225515, + "W": 1.9880304535035975e-05, + "N": 1.8404749425826594e-05, + "Y": 0.005759015213698149, + "U": 1.9223634808440693e-06, + "K": 2.611211129988078e-05, + "L": 0.0002811404992826283, + "G": 0.012141906656324863, + "F": 0.06978387385606766, + "E": 0.0008888678858056664, + "T": 0.003211930627003312, + "P": 0.025997119024395943, + "-": 0.8784151077270508 + }, + "id": "tp_26707" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3338405, + "label": "-", + "classification": { + "B": 1.944486029969994e-06, + "S": 3.9053063005667354e-07, + "I": 9.90379776339978e-05, + "C": 2.6801644708029926e-05, + "R": 1.971917072296492e-06, + "M": 3.392069993424229e-05, + "O": 1.6069956473074853e-05, + "W": 4.6812886012048693e-07, + "N": 5.722841706301551e-06, + "Y": 0.0001410395052516833, + "U": 9.544475005895947e-07, + "K": 7.290543067028921e-07, + "L": 2.6794473342306446e-06, + "G": 7.121387170627713e-05, + "F": 0.0008275043219327927, + "E": 0.0001520033401902765, + "T": 0.00042890789336524904, + "P": 0.17500075697898865, + "-": 0.8231879472732544 + }, + "id": "tp_26708" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3338505, + "label": "-", + "classification": { + "B": 1.3852499591848755e-08, + "S": 1.0420522755794082e-07, + "I": 4.954426202630202e-08, + "C": 2.5801707579375943e-06, + "R": 2.3785553082689148e-07, + "M": 2.8970534913241863e-05, + "O": 1.1943167919525877e-05, + "W": 1.5461598223964756e-08, + "N": 1.5533390129718327e-09, + "Y": 8.927144517656416e-05, + "U": 2.2073977368197717e-10, + "K": 1.687622402934963e-10, + "L": 4.092505605512997e-06, + "G": 6.319339445326477e-05, + "F": 0.0011779646156355739, + "E": 9.407732193267293e-08, + "T": 0.00012227086699567735, + "P": 0.00041348670492880046, + "-": 0.9980857372283936 + }, + "id": "tp_26709" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3338639, + "label": "-", + "classification": { + "B": 1.220845007310345e-07, + "S": 2.1135127781235497e-07, + "I": 1.5643943697796203e-05, + "C": 6.455653783632442e-05, + "R": 1.1160322173964232e-05, + "M": 0.00012706742563750595, + "O": 2.57936571870232e-05, + "W": 3.9962876030585903e-07, + "N": 6.391965712282399e-07, + "Y": 0.003480319632217288, + "U": 2.095200244411899e-07, + "K": 9.049240929925872e-07, + "L": 5.299395979818655e-06, + "G": 0.0005816721823066473, + "F": 0.00696653313934803, + "E": 1.373906070512021e-05, + "T": 0.0008000239613465965, + "P": 0.0058876508846879005, + "-": 0.9820181131362915 + }, + "id": "tp_26710" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3338772, + "label": "-", + "classification": { + "B": 1.654745318546702e-07, + "S": 8.446443757748057e-07, + "I": 0.0001323518081335351, + "C": 0.00013402219337876886, + "R": 2.407984902674798e-05, + "M": 0.000168006430612877, + "O": 3.022713281097822e-05, + "W": 1.577400098540238e-06, + "N": 7.841199476388283e-06, + "Y": 0.003275846363976598, + "U": 1.5354278275481192e-06, + "K": 8.288274693768471e-05, + "L": 2.1309865587681998e-06, + "G": 0.0002771255385596305, + "F": 0.007430550176650286, + "E": 0.00013409250823315233, + "T": 0.0009385595913045108, + "P": 0.01567966304719448, + "-": 0.9716784358024597 + }, + "id": "tp_26711" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3338906, + "label": "-", + "classification": { + "B": 6.886873961775564e-06, + "S": 1.13905871330644e-05, + "I": 1.516283919045236e-05, + "C": 3.925020428141579e-05, + "R": 1.1678068403853104e-05, + "M": 0.000268194213276729, + "O": 0.00015021422586869448, + "W": 5.5671862355666235e-06, + "N": 1.5187854387477273e-06, + "Y": 0.0017304752254858613, + "U": 3.700241393289616e-07, + "K": 7.980903319548815e-06, + "L": 2.7399488317314535e-05, + "G": 0.001142524415627122, + "F": 0.018794268369674683, + "E": 5.041873373556882e-05, + "T": 0.0006541737820953131, + "P": 0.00977780669927597, + "-": 0.9673047661781311 + }, + "id": "tp_26712" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3339006, + "label": "-", + "classification": { + "B": 2.0596542071871227e-06, + "S": 3.4950899134855717e-06, + "I": 2.1650137114193058e-06, + "C": 0.0007529259310103953, + "R": 0.00015101324243005365, + "M": 0.000784232746809721, + "O": 0.0004042572691105306, + "W": 1.914740323627484e-06, + "N": 6.176202305141487e-08, + "Y": 0.0014034603955224156, + "U": 5.535446234716801e-08, + "K": 1.5563639266247264e-08, + "L": 0.0006220643990673125, + "G": 0.003047387581318617, + "F": 0.0039480263367295265, + "E": 2.316173095096019e-06, + "T": 0.0013677672250196338, + "P": 0.0004096670600119978, + "-": 0.9870971441268921 + }, + "id": "tp_26713" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3339139, + "label": "-", + "classification": { + "B": 6.053076049283845e-06, + "S": 1.4716496252731304e-06, + "I": 2.0075482098036446e-05, + "C": 0.00014513189671561122, + "R": 3.818772529484704e-05, + "M": 0.0004126841959077865, + "O": 0.00021876968094147742, + "W": 2.0951895294274436e-06, + "N": 9.366300446345122e-07, + "Y": 0.0006493687396869063, + "U": 4.458491673631215e-07, + "K": 1.1723590631618208e-07, + "L": 8.155475370585918e-05, + "G": 0.0006559971370734274, + "F": 0.0022124284878373146, + "E": 1.5523741240031086e-05, + "T": 0.0007650725892744958, + "P": 0.009170908480882645, + "-": 0.9856032133102417 + }, + "id": "tp_26714" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3339273, + "label": "-", + "classification": { + "B": 3.8441720562332193e-07, + "S": 3.352919364374429e-08, + "I": 8.019774213607889e-06, + "C": 1.244162649527425e-05, + "R": 4.061285210354981e-07, + "M": 1.0593101251288317e-05, + "O": 2.002436531256535e-06, + "W": 4.365564265640387e-08, + "N": 1.895403300977705e-07, + "Y": 0.000453145825304091, + "U": 3.104239709728063e-08, + "K": 3.909403858415317e-07, + "L": 2.581608384844003e-07, + "G": 0.0001384381903335452, + "F": 0.0020360557828098536, + "E": 3.186028334312141e-05, + "T": 4.74685148219578e-05, + "P": 0.023038964718580246, + "-": 0.9742193222045898 + }, + "id": "tp_26715" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3339406, + "label": "-", + "classification": { + "B": 1.8594006334637925e-09, + "S": 2.5839261841298367e-09, + "I": 2.6550793563728803e-07, + "C": 5.020228854846209e-07, + "R": 8.85139144202185e-08, + "M": 2.4710034267627634e-06, + "O": 1.229584995598998e-06, + "W": 4.202326042701543e-09, + "N": 4.2970111913120945e-09, + "Y": 1.9881341358995996e-05, + "U": 9.10105546481077e-10, + "K": 7.906365007137595e-10, + "L": 7.305062155182895e-08, + "G": 3.6913224903400987e-06, + "F": 8.016315405257046e-05, + "E": 1.5992466728675936e-07, + "T": 2.5660881874500774e-05, + "P": 0.0019422578625380993, + "-": 0.9979236125946045 + }, + "id": "tp_26716" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3339506, + "label": "-", + "classification": { + "B": 9.852711627900135e-06, + "S": 2.0934267013217323e-06, + "I": 3.2950154036370805e-06, + "C": 6.384356765920529e-06, + "R": 2.0603226857929258e-06, + "M": 8.786753460299224e-05, + "O": 6.0741425841115415e-05, + "W": 1.0464374327057158e-06, + "N": 1.0024709951039767e-07, + "Y": 0.00028105091769248247, + "U": 1.7190014744983273e-08, + "K": 2.2189340143086156e-08, + "L": 1.3596379176306073e-05, + "G": 0.00025985101819969714, + "F": 0.004254649393260479, + "E": 7.751025805191603e-06, + "T": 0.00011558961705304682, + "P": 0.00559798302128911, + "-": 0.989296019077301 + }, + "id": "tp_26717" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3339640, + "label": "-", + "classification": { + "B": 0.00015907030319795012, + "S": 0.0006321435212157667, + "I": 0.000717383052688092, + "C": 0.001575587666593492, + "R": 0.0008029265445657074, + "M": 0.002209915779531002, + "O": 0.002196122892200947, + "W": 0.0003316337533760816, + "N": 0.0001792718976503238, + "Y": 0.00775297824293375, + "U": 4.9356600356986746e-05, + "K": 0.0002351074799662456, + "L": 0.0006752629997208714, + "G": 0.0055223871022462845, + "F": 0.06961888819932938, + "E": 0.0006024921895004809, + "T": 0.00797213613986969, + "P": 0.04997560381889343, + "-": 0.848791778087616 + }, + "id": "tp_26718" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3339773, + "label": "-", + "classification": { + "B": 4.7512673795324645e-09, + "S": 4.643721496222497e-08, + "I": 8.920138157009205e-07, + "C": 1.2430687093001325e-06, + "R": 1.706327736883395e-07, + "M": 1.2052435522491578e-05, + "O": 1.9777644411078654e-06, + "W": 1.3473385962470275e-08, + "N": 2.482174821238914e-08, + "Y": 0.00023710326058790088, + "U": 2.3868553800099335e-09, + "K": 3.6891368182523365e-08, + "L": 1.1502289964937518e-07, + "G": 2.1771216779598035e-05, + "F": 0.0010810897219926119, + "E": 1.3342133797777933e-06, + "T": 8.368362614419311e-05, + "P": 0.004228358622640371, + "-": 0.9943299293518066 + }, + "id": "tp_26719" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3339907, + "label": "-", + "classification": { + "B": 8.425546926815741e-10, + "S": 2.0707620507209867e-08, + "I": 1.2558681419250206e-06, + "C": 2.940830086117785e-07, + "R": 6.565998234009385e-08, + "M": 2.5933464712579735e-05, + "O": 1.9405592865950894e-06, + "W": 6.988931655627084e-09, + "N": 2.3052866282569084e-08, + "Y": 0.00023239282018039376, + "U": 3.5856720370652795e-10, + "K": 3.824961680720662e-09, + "L": 4.800745756483593e-08, + "G": 9.357573617307935e-06, + "F": 0.000241706075030379, + "E": 5.360885211302957e-07, + "T": 0.00021825892326887697, + "P": 0.002862489316612482, + "-": 0.9964056015014648 + }, + "id": "tp_26720" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3340007, + "label": "-", + "classification": { + "B": 1.7082311387639493e-06, + "S": 3.4352808597759577e-07, + "I": 3.680667941807769e-05, + "C": 5.5093307310016826e-05, + "R": 8.207747669075616e-06, + "M": 0.000393677648389712, + "O": 3.435140024521388e-05, + "W": 5.029758654018224e-07, + "N": 1.4285988072515465e-06, + "Y": 0.0019035119330510497, + "U": 5.051327320870769e-07, + "K": 4.0796254552333266e-07, + "L": 8.409330803260673e-06, + "G": 0.0003957111912313849, + "F": 0.0012183340732008219, + "E": 5.5900789448060095e-05, + "T": 0.0011635874398052692, + "P": 0.018702244386076927, + "-": 0.9760193228721619 + }, + "id": "tp_26721" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3340140, + "label": "-", + "classification": { + "B": 2.834361356729431e-10, + "S": 1.1586961390364081e-09, + "I": 2.6654282336835422e-08, + "C": 1.6782767488621175e-05, + "R": 1.1797125125667662e-06, + "M": 2.469980245223269e-06, + "O": 7.965353461258928e-07, + "W": 1.6027242866201163e-09, + "N": 2.1521225079812467e-10, + "Y": 7.668283069506288e-05, + "U": 3.1655306154121376e-10, + "K": 5.838794447932116e-10, + "L": 4.0810658674672595e-07, + "G": 3.141521301586181e-05, + "F": 0.0013975932961329818, + "E": 9.297577818756508e-09, + "T": 3.6950816138414666e-05, + "P": 0.00025058159371837974, + "-": 0.9981850981712341 + }, + "id": "tp_26722" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3340274, + "label": "-", + "classification": { + "B": 2.0942712581017986e-05, + "S": 3.837061740341596e-05, + "I": 0.0009524563793092966, + "C": 0.0007726121693849564, + "R": 0.0002251785626867786, + "M": 0.0008584223105572164, + "O": 0.0005113911465741694, + "W": 3.519114761729725e-05, + "N": 0.00016860562027432024, + "Y": 0.009760718792676926, + "U": 3.24550892401021e-05, + "K": 0.00024204856890719384, + "L": 7.946020923554897e-05, + "G": 0.004603204783052206, + "F": 0.02004183456301689, + "E": 0.0010879801120609045, + "T": 0.004636420402675867, + "P": 0.07801240682601929, + "-": 0.8779203295707703 + }, + "id": "tp_26723" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3340407, + "label": "-", + "classification": { + "B": 8.766368186918783e-10, + "S": 2.5217601340443707e-09, + "I": 7.818223402011881e-09, + "C": 6.074029812452864e-08, + "R": 6.06023231597419e-09, + "M": 2.449804981097259e-07, + "O": 2.0318042004419112e-07, + "W": 9.276471257813057e-10, + "N": 1.269111205015605e-10, + "Y": 9.61775413088617e-07, + "U": 1.4706447865053818e-11, + "K": 2.65098828305943e-11, + "L": 1.767016222231632e-08, + "G": 6.64276853967749e-07, + "F": 0.0005007890868000686, + "E": 6.303676247654266e-09, + "T": 4.680326583184069e-06, + "P": 0.0022193188779056072, + "-": 0.9972730278968811 + }, + "id": "tp_26724" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3340507, + "label": "-", + "classification": { + "B": 1.7726006262819283e-06, + "S": 5.277694526739651e-06, + "I": 6.941504398128018e-05, + "C": 6.248215504456311e-05, + "R": 9.936738933902234e-06, + "M": 0.00030932106892578304, + "O": 8.23775480967015e-05, + "W": 2.682779950191616e-06, + "N": 4.3728841774282046e-06, + "Y": 0.0011896531796082854, + "U": 1.0920716704276856e-06, + "K": 5.433121827991272e-07, + "L": 2.35648167290492e-05, + "G": 0.0003109329263679683, + "F": 0.0040692416951060295, + "E": 6.575827865162864e-05, + "T": 0.001636178814806044, + "P": 0.039376161992549896, + "-": 0.9527791738510132 + }, + "id": "tp_26725" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3340641, + "label": "-", + "classification": { + "B": 2.6047307528642705e-06, + "S": 5.572642294282559e-06, + "I": 3.888997889589518e-05, + "C": 0.00029863015515729785, + "R": 2.8233223929419182e-05, + "M": 0.00026852055452764034, + "O": 9.206508548231795e-05, + "W": 3.367713134139194e-06, + "N": 2.219008592874161e-06, + "Y": 0.0016192967304959893, + "U": 2.8767621529368625e-07, + "K": 4.87893112222082e-06, + "L": 3.592765278881416e-05, + "G": 0.003840469056740403, + "F": 0.053523652255535126, + "E": 0.00019232822523918003, + "T": 0.0006057439604774117, + "P": 0.014011760242283344, + "-": 0.9254255890846252 + }, + "id": "tp_26726" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3340774, + "label": "-", + "classification": { + "B": 6.611012395296711e-07, + "S": 3.28046166941931e-06, + "I": 3.33751377183944e-05, + "C": 0.00019940487982239574, + "R": 3.656777698779479e-05, + "M": 0.0004515955224633217, + "O": 0.00015910304500721395, + "W": 2.1911705516686197e-06, + "N": 2.4447911073366413e-06, + "Y": 0.005256169941276312, + "U": 4.457716329397954e-07, + "K": 2.855691946024308e-06, + "L": 5.5999011237872764e-05, + "G": 0.0022830411326140165, + "F": 0.023874791339039803, + "E": 6.442269659601152e-05, + "T": 0.0017001122469082475, + "P": 0.009832502342760563, + "-": 0.9560410380363464 + }, + "id": "tp_26727" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3340908, + "label": "-", + "classification": { + "B": 1.58372557734765e-07, + "S": 2.784751984563627e-07, + "I": 6.815909000579268e-05, + "C": 0.00025612549507059157, + "R": 3.623971133492887e-05, + "M": 5.2050880185561255e-05, + "O": 2.6693163817981258e-05, + "W": 1.1425225920902449e-06, + "N": 2.3617221813765354e-06, + "Y": 0.0016945602837949991, + "U": 1.3446526736515807e-06, + "K": 4.2232659325236455e-06, + "L": 4.978041488357121e-06, + "G": 0.0002129842760041356, + "F": 0.003411463461816311, + "E": 3.3770487789297476e-05, + "T": 0.0006024798494763672, + "P": 0.019243784248828888, + "-": 0.9743471741676331 + }, + "id": "tp_26728" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3341008, + "label": "-", + "classification": { + "B": 2.0841419257067173e-07, + "S": 2.2541611599535827e-07, + "I": 5.507925834535854e-06, + "C": 0.00026379222981631756, + "R": 3.0052975489525124e-05, + "M": 0.0002939144033007324, + "O": 2.6432573577039875e-05, + "W": 2.0452114313229686e-07, + "N": 8.149873309548639e-08, + "Y": 0.0018630977720022202, + "U": 4.5040849272481864e-08, + "K": 1.1480258166329804e-07, + "L": 2.32080838031834e-05, + "G": 0.0009870310313999653, + "F": 0.003787461668252945, + "E": 1.2328777302172966e-05, + "T": 0.0005302475183270872, + "P": 0.0019383769249543548, + "-": 0.9902376532554626 + }, + "id": "tp_26729" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3341141, + "label": "-", + "classification": { + "B": 1.1434110547270393e-08, + "S": 8.15505813989148e-08, + "I": 4.23476967625902e-06, + "C": 6.213154392753495e-06, + "R": 7.099283152456337e-07, + "M": 2.3842030714149587e-06, + "O": 2.520185717003187e-06, + "W": 1.729562058017109e-07, + "N": 4.104864501641714e-07, + "Y": 0.00013255722296889871, + "U": 2.5889239196885683e-08, + "K": 1.994221383938566e-05, + "L": 4.741260184459861e-08, + "G": 2.541768117225729e-05, + "F": 0.009245084598660469, + "E": 2.7406587832956575e-05, + "T": 2.2849433662486263e-05, + "P": 0.021300513297319412, + "-": 0.9692093729972839 + }, + "id": "tp_26730" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3341275, + "label": "-", + "classification": { + "B": 2.2594582333113067e-05, + "S": 1.217586714119534e-06, + "I": 0.000399589043809101, + "C": 0.00115812080912292, + "R": 6.555559230037034e-05, + "M": 0.0005743434885516763, + "O": 9.57127776928246e-05, + "W": 3.411379339013365e-06, + "N": 1.5050490219437052e-05, + "Y": 0.00088919373229146, + "U": 4.678342975239502e-06, + "K": 3.076206894547795e-06, + "L": 4.240716589265503e-05, + "G": 0.0018447695765644312, + "F": 0.003726576454937458, + "E": 0.0004186091828159988, + "T": 0.0008616336272098124, + "P": 0.10696464776992798, + "-": 0.8829087615013123 + }, + "id": "tp_26731" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3341408, + "label": "-", + "classification": { + "B": 6.156778198374013e-09, + "S": 1.183610098820509e-08, + "I": 3.002559424203355e-06, + "C": 1.3120912853992195e-06, + "R": 1.6402995584030577e-07, + "M": 1.486709265918762e-06, + "O": 1.2258750530236284e-06, + "W": 2.3790397207790193e-08, + "N": 5.8753794718313657e-08, + "Y": 7.416081643896177e-05, + "U": 2.791789688316726e-09, + "K": 2.3796161485734046e-08, + "L": 6.036569999423591e-08, + "G": 1.5201284440991003e-05, + "F": 0.0012093036202713847, + "E": 7.2104080572898965e-06, + "T": 2.0055269487784244e-05, + "P": 0.0313875675201416, + "-": 0.9672791957855225 + }, + "id": "tp_26732" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3341508, + "label": "-", + "classification": { + "B": 2.263218057407812e-08, + "S": 6.876852864934335e-09, + "I": 5.0767148422892205e-06, + "C": 3.1762879189045634e-06, + "R": 3.204105780696409e-07, + "M": 1.1060957149311434e-05, + "O": 2.1088333141960902e-06, + "W": 1.4756902366741542e-08, + "N": 5.7538233733112065e-08, + "Y": 0.00012907291238661855, + "U": 1.481759870358701e-08, + "K": 1.0626261648383206e-08, + "L": 2.6279153075847717e-07, + "G": 2.1634772565448657e-05, + "F": 0.00010631158511387184, + "E": 1.8323764834349276e-06, + "T": 0.0001449962001061067, + "P": 0.007151482626795769, + "-": 0.9924226403236389 + }, + "id": "tp_26733" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3341642, + "label": "-", + "classification": { + "B": 3.570508555483798e-09, + "S": 1.5793663976637617e-07, + "I": 1.0124022082891315e-06, + "C": 0.000312070973450318, + "R": 9.165283699985594e-05, + "M": 0.00024136439606081694, + "O": 5.4497890232596546e-05, + "W": 1.8459313366747665e-07, + "N": 1.7784605788051522e-08, + "Y": 0.002715888200327754, + "U": 2.0593233784893528e-08, + "K": 2.5065153508307958e-08, + "L": 4.360629463917576e-05, + "G": 0.0006557295564562082, + "F": 0.003727307077497244, + "E": 2.9511684829230944e-07, + "T": 0.0010296343825757504, + "P": 0.00032500168890692294, + "-": 0.9908013939857483 + }, + "id": "tp_26734" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3341775, + "label": "-", + "classification": { + "B": 9.347107834400958e-07, + "S": 3.6844253372692037e-06, + "I": 0.00015046466432977468, + "C": 0.0012278372887521982, + "R": 0.00024204589135479182, + "M": 0.0012957272119820118, + "O": 0.00019090372370555997, + "W": 6.574997769348556e-06, + "N": 7.37207346901414e-06, + "Y": 0.006557711400091648, + "U": 6.23351252215798e-06, + "K": 1.4239208212529775e-05, + "L": 6.155466689961031e-05, + "G": 0.001365037402138114, + "F": 0.009427470155060291, + "E": 7.543870742665604e-05, + "T": 0.004275938495993614, + "P": 0.009260202758014202, + "-": 0.9658306241035461 + }, + "id": "tp_26735" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3341875, + "label": "-", + "classification": { + "B": 4.4864427763968706e-05, + "S": 4.5605133891513105e-06, + "I": 0.0005218939622864127, + "C": 0.00042078937985934317, + "R": 0.00012963493645656854, + "M": 0.0035549760796129704, + "O": 0.0004320414736866951, + "W": 6.540650247188751e-06, + "N": 8.475716640532482e-06, + "Y": 0.01777566969394684, + "U": 3.3673582038318273e-06, + "K": 4.830623083762475e-07, + "L": 0.0003826848405878991, + "G": 0.006995455361902714, + "F": 0.00241796369664371, + "E": 0.00026451225858181715, + "T": 0.007363335695117712, + "P": 0.016412707045674324, + "-": 0.9432600736618042 + }, + "id": "tp_26736" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3342009, + "label": "-", + "classification": { + "B": 6.697299426150494e-08, + "S": 7.78153008695881e-09, + "I": 2.2548054403159767e-05, + "C": 2.517829489079304e-05, + "R": 9.848764648268116e-07, + "M": 4.06274339184165e-05, + "O": 3.1865170058154035e-06, + "W": 1.7865009027673295e-08, + "N": 2.5422903604521707e-07, + "Y": 0.0005423103575594723, + "U": 4.1422353547204693e-08, + "K": 4.6966871281028943e-08, + "L": 4.964242066307634e-07, + "G": 0.00014366471441462636, + "F": 0.00024327273422386497, + "E": 2.5650637326180004e-05, + "T": 0.000126189217553474, + "P": 0.014026928693056107, + "-": 0.9847986102104187 + }, + "id": "tp_26737" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3342142, + "label": "-", + "classification": { + "B": 1.0593436172712245e-06, + "S": 5.243871328275418e-07, + "I": 0.00018948652723338455, + "C": 0.0001740105071803555, + "R": 2.782450792437885e-05, + "M": 8.481396071147174e-05, + "O": 3.69245681213215e-05, + "W": 1.2619742619790486e-06, + "N": 5.371367933548754e-06, + "Y": 0.0011527484748512506, + "U": 1.025896608553012e-06, + "K": 3.695503778544662e-07, + "L": 6.646488600381417e-06, + "G": 0.00023906421847641468, + "F": 0.0007675163797102869, + "E": 8.38531123008579e-05, + "T": 0.0004729681240860373, + "P": 0.06576329469680786, + "-": 0.9309912323951721 + }, + "id": "tp_26738" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3342276, + "label": "-", + "classification": { + "B": 5.973423422567237e-10, + "S": 6.52535758760564e-09, + "I": 6.741094694007188e-06, + "C": 2.0950180896761594e-06, + "R": 1.954451107621935e-07, + "M": 3.241065087422612e-07, + "O": 4.716985699815268e-07, + "W": 1.2960525985761251e-08, + "N": 2.656778690379724e-07, + "Y": 3.39689249813091e-05, + "U": 1.272340544034023e-08, + "K": 6.506666636596492e-07, + "L": 6.081223080656173e-09, + "G": 2.262187081214506e-06, + "F": 0.0005552739021368325, + "E": 3.268331511208089e-06, + "T": 1.5343341146945022e-05, + "P": 0.04272651672363281, + "-": 0.9566525816917419 + }, + "id": "tp_26739" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3342376, + "label": "-", + "classification": { + "B": 1.1239121278094899e-07, + "S": 1.1016319412249231e-08, + "I": 0.0001213786963489838, + "C": 1.7442258467781357e-05, + "R": 1.0054925496660871e-06, + "M": 1.862997487478424e-05, + "O": 2.384386334597366e-06, + "W": 6.427714538403961e-08, + "N": 1.7340578324365197e-06, + "Y": 0.0002851411118172109, + "U": 1.4454415975251322e-07, + "K": 6.66252617520513e-07, + "L": 2.396110971858434e-07, + "G": 0.00011714583524735644, + "F": 0.0006226720870472491, + "E": 0.0001525476254755631, + "T": 9.306622814619914e-05, + "P": 0.19396734237670898, + "-": 0.8045982122421265 + }, + "id": "tp_26740" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3342509, + "label": "-", + "classification": { + "B": 1.7475345615025617e-08, + "S": 8.626734882000164e-09, + "I": 3.181524789397372e-06, + "C": 8.158906894095708e-06, + "R": 1.608402044439572e-06, + "M": 1.9923425497836433e-05, + "O": 6.355847290251404e-06, + "W": 2.9066210771588885e-08, + "N": 3.516709767836801e-08, + "Y": 0.0002646392968017608, + "U": 1.5809716202852542e-08, + "K": 4.916453022474343e-09, + "L": 1.2940560054630623e-06, + "G": 7.167609146563336e-05, + "F": 0.0004304397734813392, + "E": 4.957608439326577e-07, + "T": 0.00013884466898161918, + "P": 0.003088965779170394, + "-": 0.9959642887115479 + }, + "id": "tp_26741" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3342643, + "label": "-", + "classification": { + "B": 1.2438712559958987e-10, + "S": 5.791868720739224e-11, + "I": 8.273994467344892e-08, + "C": 1.5615046322636772e-07, + "R": 1.2206005095549699e-08, + "M": 1.4512562529489514e-07, + "O": 4.220980542868347e-08, + "W": 3.3278008126913505e-10, + "N": 4.3790446269120764e-10, + "Y": 8.552473445888609e-06, + "U": 1.61061025627518e-10, + "K": 5.362494337468604e-10, + "L": 2.923591146952731e-09, + "G": 7.771442369630677e-07, + "F": 0.00016702734865248203, + "E": 7.037144911237192e-08, + "T": 2.227635604867828e-06, + "P": 0.0058275735937058926, + "-": 0.9939932227134705 + }, + "id": "tp_26742" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3342776, + "label": "-", + "classification": { + "B": 1.2452244845917448e-05, + "S": 8.811953193799127e-06, + "I": 5.1615530537674204e-05, + "C": 4.724340760731138e-05, + "R": 8.799885108601302e-06, + "M": 0.00033233550493605435, + "O": 0.0002068371686618775, + "W": 6.707303782604868e-06, + "N": 5.758422503276961e-06, + "Y": 0.0006975670112296939, + "U": 9.513578334008344e-07, + "K": 2.122951627825387e-06, + "L": 2.1199119146331213e-05, + "G": 0.00035652032238431275, + "F": 0.002869607415050268, + "E": 7.654136425117031e-05, + "T": 0.0006928177317604423, + "P": 0.029331639409065247, + "-": 0.9652704000473022 + }, + "id": "tp_26743" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3342876, + "label": "-", + "classification": { + "B": 6.249766676402757e-11, + "S": 3.1646973236432174e-11, + "I": 4.965766038367292e-07, + "C": 1.0660035059117945e-06, + "R": 5.228411126267929e-08, + "M": 9.420882918220741e-08, + "O": 3.135938442255792e-08, + "W": 2.4721560909490847e-10, + "N": 2.386860042946637e-09, + "Y": 1.9589453586377203e-05, + "U": 4.315444945834912e-10, + "K": 4.530311237260776e-09, + "L": 2.1800448113395987e-09, + "G": 2.1654336705978494e-06, + "F": 0.00034082098864018917, + "E": 1.9916640781048045e-07, + "T": 2.738751163633424e-06, + "P": 0.007206942420452833, + "-": 0.992425799369812 + }, + "id": "tp_26744" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3343010, + "label": "-", + "classification": { + "B": 1.3368920008360874e-05, + "S": 2.645171116455458e-05, + "I": 0.0012827897444367409, + "C": 0.0006009090575389564, + "R": 0.0001119277294492349, + "M": 0.00020590862550307065, + "O": 0.00014951654884498566, + "W": 2.6792322387336753e-05, + "N": 0.00015859771519899368, + "Y": 0.0016360116424039006, + "U": 1.7223557733814232e-05, + "K": 0.0001455740857636556, + "L": 2.1486190235009417e-05, + "G": 0.00071588164428249, + "F": 0.010451380163431168, + "E": 0.0008313619764521718, + "T": 0.001661895657889545, + "P": 0.1839050054550171, + "-": 0.7980378866195679 + }, + "id": "tp_26745" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3343143, + "label": "-", + "classification": { + "B": 1.3260819287097547e-07, + "S": 2.3037300707073882e-06, + "I": 1.4829907968305633e-06, + "C": 4.487100159167312e-05, + "R": 3.6154870031168684e-06, + "M": 9.802457498153672e-05, + "O": 5.641378811560571e-05, + "W": 6.66906828428182e-07, + "N": 1.1884529982353342e-07, + "Y": 0.00023630107170902193, + "U": 1.8578019123083322e-08, + "K": 1.6101388666811545e-07, + "L": 9.392467291036155e-06, + "G": 0.00022493067081086338, + "F": 0.010244335047900677, + "E": 5.12131919094827e-06, + "T": 0.00025927781825885177, + "P": 0.0026625609025359154, + "-": 0.9861502051353455 + }, + "id": "tp_26746" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3343277, + "label": "-", + "classification": { + "B": 1.1641261608019704e-06, + "S": 1.2765041219608975e-06, + "I": 1.3844717614119872e-05, + "C": 0.00016634041094221175, + "R": 3.702297544805333e-05, + "M": 0.0005829182919114828, + "O": 8.970354974735528e-05, + "W": 9.162444030152983e-07, + "N": 5.316639430930081e-07, + "Y": 0.005088174715638161, + "U": 3.411197724290105e-07, + "K": 1.2344511333139963e-06, + "L": 2.9476837880793028e-05, + "G": 0.0013710762141272426, + "F": 0.0034061367623507977, + "E": 1.8969018128700554e-05, + "T": 0.0014631305821239948, + "P": 0.0013629893073812127, + "-": 0.9863647222518921 + }, + "id": "tp_26747" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3343377, + "label": "-", + "classification": { + "B": 2.468736784067005e-05, + "S": 9.702487659524195e-06, + "I": 0.0002935936499852687, + "C": 0.00011671550601022318, + "R": 1.7609445421840064e-05, + "M": 0.00012826737656723708, + "O": 9.299294470110908e-05, + "W": 8.034329766815063e-06, + "N": 4.093026291229762e-05, + "Y": 0.0008130958885885775, + "U": 5.0921512411150616e-06, + "K": 6.587514690181706e-06, + "L": 2.0048821170348674e-05, + "G": 0.0003673551545944065, + "F": 0.006136221345514059, + "E": 0.0005835188203491271, + "T": 0.0009166458039544523, + "P": 0.22251947224140167, + "-": 0.7678993940353394 + }, + "id": "tp_26748" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3343510, + "label": "-", + "classification": { + "B": 7.38396067845315e-07, + "S": 2.687769210751867e-06, + "I": 8.318705113197211e-06, + "C": 0.0001232421345775947, + "R": 3.362236020620912e-05, + "M": 0.00010487531108083203, + "O": 9.891881927615032e-05, + "W": 2.0606112229870632e-06, + "N": 4.997886549062969e-07, + "Y": 0.0010482711950317025, + "U": 2.3419821104653238e-07, + "K": 1.419454179085733e-06, + "L": 2.1877944163861685e-05, + "G": 0.0004076811601407826, + "F": 0.006245977245271206, + "E": 4.678607183450367e-06, + "T": 0.0004267255717422813, + "P": 0.00302001740783453, + "-": 0.9884480834007263 + }, + "id": "tp_26749" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3343644, + "label": "-", + "classification": { + "B": 6.202590884640813e-05, + "S": 2.6107620215043426e-05, + "I": 9.962810872821137e-05, + "C": 0.001351080951280892, + "R": 0.000703474273905158, + "M": 0.006865226663649082, + "O": 0.0015854035736992955, + "W": 1.449279716325691e-05, + "N": 2.9438317596941488e-06, + "Y": 0.010677110403776169, + "U": 1.4272441148932558e-06, + "K": 1.0729984722956942e-07, + "L": 0.0036644968204200268, + "G": 0.014343575574457645, + "F": 0.010933861136436462, + "E": 6.215748726390302e-05, + "T": 0.007004340644925833, + "P": 0.0033646798692643642, + "-": 0.9392377734184265 + }, + "id": "tp_26750" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3343777, + "label": "-", + "classification": { + "B": 1.0711187314882409e-05, + "S": 1.1238499610044528e-05, + "I": 6.075191777199507e-05, + "C": 0.00013762706657871604, + "R": 1.0027571079262998e-05, + "M": 0.00019260392582509667, + "O": 0.00010201254190178588, + "W": 6.95180642651394e-06, + "N": 9.049268555827439e-06, + "Y": 0.0007240036502480507, + "U": 1.353799461867311e-06, + "K": 8.325176168000326e-06, + "L": 1.684598646534141e-05, + "G": 0.0005779360071755946, + "F": 0.03578457981348038, + "E": 0.0002370300207985565, + "T": 0.0005298742325976491, + "P": 0.07595624029636383, + "-": 0.8856228590011597 + }, + "id": "tp_26751" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3343877, + "label": "-", + "classification": { + "B": 2.161953283064122e-08, + "S": 2.5013649818106387e-08, + "I": 6.61189415041008e-06, + "C": 1.4822712728346232e-06, + "R": 3.668322392513801e-07, + "M": 4.326874659454916e-06, + "O": 4.212715339235729e-06, + "W": 2.475762350684363e-08, + "N": 7.606853813513226e-08, + "Y": 5.1496605010470375e-05, + "U": 4.111179396915077e-09, + "K": 6.47302211831402e-10, + "L": 2.5858975050141453e-07, + "G": 1.4629227734985761e-05, + "F": 6.993032729951665e-05, + "E": 6.275876671679725e-07, + "T": 9.316723298979923e-05, + "P": 0.019725318998098373, + "-": 0.9800272583961487 + }, + "id": "tp_26752" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3344011, + "label": "-", + "classification": { + "B": 6.208720151335001e-06, + "S": 3.3076528325182153e-06, + "I": 3.6117828130954877e-05, + "C": 0.0007688456098549068, + "R": 0.00013553987082559615, + "M": 0.00037886571954004467, + "O": 0.00012629921548068523, + "W": 3.6545368402585154e-06, + "N": 8.065877068474947e-07, + "Y": 0.0009618354961276054, + "U": 6.653642117271374e-07, + "K": 1.101253133128921e-07, + "L": 8.347423136001453e-05, + "G": 0.001005261903628707, + "F": 0.0026798713952302933, + "E": 1.7749856851878576e-05, + "T": 0.0005261898040771484, + "P": 0.007072209380567074, + "-": 0.9861931204795837 + }, + "id": "tp_26753" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3344144, + "label": "-", + "classification": { + "B": 2.951661883798806e-07, + "S": 6.211814707057783e-08, + "I": 3.143337380606681e-05, + "C": 4.956727207172662e-05, + "R": 6.048829163773917e-06, + "M": 2.1563497284660116e-05, + "O": 1.1273929885646794e-05, + "W": 4.061807317157218e-07, + "N": 9.163170489046024e-07, + "Y": 0.0011772294528782368, + "U": 4.956315819981683e-07, + "K": 2.019184103119187e-05, + "L": 1.297751964557392e-06, + "G": 0.0008180075092241168, + "F": 0.0032380681950598955, + "E": 3.702789035742171e-05, + "T": 0.00017612484225537628, + "P": 0.017055805772542953, + "-": 0.9773542284965515 + }, + "id": "tp_26754" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3344278, + "label": "-", + "classification": { + "B": 1.450210760367554e-07, + "S": 9.087502661486724e-08, + "I": 3.776945618483296e-07, + "C": 3.3209541925316444e-06, + "R": 5.040518544774386e-07, + "M": 1.8595645087771118e-05, + "O": 8.271575097751338e-06, + "W": 5.908074385274631e-08, + "N": 1.7851739642082975e-08, + "Y": 0.00014240198652260005, + "U": 7.945146762722288e-09, + "K": 7.666962176244851e-09, + "L": 1.3495405255525839e-06, + "G": 4.983415055903606e-05, + "F": 0.0012125225039198995, + "E": 2.3500125223563373e-07, + "T": 0.00012748019071295857, + "P": 0.0026842341758310795, + "-": 0.9957506656646729 + }, + "id": "tp_26755" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3344378, + "label": "-", + "classification": { + "B": 2.371541540924227e-08, + "S": 7.687474123940774e-08, + "I": 9.928427971317433e-06, + "C": 4.181166332273278e-06, + "R": 6.890479085086554e-07, + "M": 4.29374813393224e-05, + "O": 7.013657977950061e-06, + "W": 1.552936055304599e-07, + "N": 3.162589337080135e-07, + "Y": 0.0003350060142111033, + "U": 3.347805233033796e-08, + "K": 1.4279302718023246e-07, + "L": 7.691086238992284e-07, + "G": 4.024673398816958e-05, + "F": 0.003090907819569111, + "E": 6.520810075016925e-06, + "T": 0.00022066319070290774, + "P": 0.015118471346795559, + "-": 0.9811220169067383 + }, + "id": "tp_26756" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3344511, + "label": "-", + "classification": { + "B": 3.704821938299574e-05, + "S": 6.854758248664439e-05, + "I": 0.00038545773713849485, + "C": 0.00359279103577137, + "R": 0.0016271459171548486, + "M": 0.007570280693471432, + "O": 0.001441698637790978, + "W": 6.322708941297606e-05, + "N": 2.7652469725580886e-05, + "Y": 0.03878478333353996, + "U": 1.5601521226926707e-05, + "K": 5.0266356993233785e-05, + "L": 0.0009283300605602562, + "G": 0.011350889690220356, + "F": 0.016589781269431114, + "E": 0.0004209509352222085, + "T": 0.012718911282718182, + "P": 0.006072327960282564, + "-": 0.89825439453125 + }, + "id": "tp_26757" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3344645, + "label": "-", + "classification": { + "B": 2.5633426048443653e-08, + "S": 1.3781978225324565e-07, + "I": 4.502450337895425e-06, + "C": 0.00022181027452461421, + "R": 7.356591959251091e-05, + "M": 1.7517586456961e-05, + "O": 2.310130548721645e-05, + "W": 1.623042322762558e-07, + "N": 1.0169105735258199e-07, + "Y": 0.0011750208213925362, + "U": 7.389065359575397e-08, + "K": 1.0615684686854365e-07, + "L": 7.839865247660782e-06, + "G": 0.0003024746256414801, + "F": 0.0017316027078777552, + "E": 5.522589958673052e-07, + "T": 0.00027447755564935505, + "P": 0.001506934640929103, + "-": 0.994659960269928 + }, + "id": "tp_26758" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3344778, + "label": "-", + "classification": { + "B": 3.3944766073545907e-06, + "S": 3.5701632441487163e-06, + "I": 3.152051067445427e-05, + "C": 7.849398571124766e-06, + "R": 4.407020242069848e-06, + "M": 0.004946304485201836, + "O": 0.0002202708856202662, + "W": 8.733472327548952e-07, + "N": 4.31938474321214e-07, + "Y": 0.001471819239668548, + "U": 4.60152982384443e-08, + "K": 4.5687058580767825e-09, + "L": 0.00010938789637293667, + "G": 0.0005091284983791411, + "F": 0.0007016642484813929, + "E": 1.4390529941010755e-05, + "T": 0.00834085326641798, + "P": 0.0024192980490624905, + "-": 0.9812147617340088 + }, + "id": "tp_26759" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3344878, + "label": "-", + "classification": { + "B": 1.0971613201293806e-10, + "S": 1.4932844891180075e-11, + "I": 7.912839805612748e-08, + "C": 2.4037429824375067e-08, + "R": 4.805844611155408e-09, + "M": 1.4316391627744451e-07, + "O": 2.0233283493098497e-08, + "W": 1.704145505265764e-11, + "N": 8.685105412631344e-11, + "Y": 3.7855283153476194e-05, + "U": 1.565223298194418e-11, + "K": 3.5365527780578665e-12, + "L": 1.7063621626789427e-09, + "G": 1.396110633322678e-06, + "F": 4.774195076606702e-06, + "E": 9.070968864932638e-09, + "T": 1.196009361592587e-05, + "P": 0.000731359701603651, + "-": 0.999212384223938 + }, + "id": "tp_26760" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3345012, + "label": "-", + "classification": { + "B": 1.931736733240541e-05, + "S": 2.271716221002862e-05, + "I": 0.00011659100709948689, + "C": 0.00044026129762642086, + "R": 8.69261275511235e-05, + "M": 0.0008261046605184674, + "O": 0.000246076233452186, + "W": 1.1230741620238405e-05, + "N": 8.632804565422703e-06, + "Y": 0.00432775029912591, + "U": 2.8334545731922844e-06, + "K": 8.319436346937437e-06, + "L": 7.316815754165873e-05, + "G": 0.001955798827111721, + "F": 0.016089029610157013, + "E": 0.00015103098121471703, + "T": 0.0025384845212101936, + "P": 0.01654076762497425, + "-": 0.9565351009368896 + }, + "id": "tp_26761" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3345145, + "label": "-", + "classification": { + "B": 9.354889130008814e-08, + "S": 3.8399141999434505e-07, + "I": 5.9829657402588055e-05, + "C": 2.4556944481446408e-05, + "R": 3.4831048196792835e-06, + "M": 7.226299658213975e-06, + "O": 9.477130333834793e-06, + "W": 5.923212142988632e-07, + "N": 6.007576757838251e-06, + "Y": 0.0005858176155015826, + "U": 4.882282951257366e-07, + "K": 3.131208723061718e-05, + "L": 2.607186502245895e-07, + "G": 4.895552774542011e-05, + "F": 0.0034392818342894316, + "E": 5.829468500451185e-05, + "T": 0.00014251144602894783, + "P": 0.05832633376121521, + "-": 0.9372550249099731 + }, + "id": "tp_26762" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3345279, + "label": "-", + "classification": { + "B": 7.402612482110271e-06, + "S": 6.164347610138066e-07, + "I": 0.00010059677879326046, + "C": 0.00021444073354359716, + "R": 2.000515269173775e-05, + "M": 0.00013038443285040557, + "O": 5.227809015195817e-05, + "W": 1.3843617807651754e-06, + "N": 4.078395249962341e-06, + "Y": 0.00046879949513822794, + "U": 8.066597843026102e-07, + "K": 5.930265274400881e-07, + "L": 1.675212843110785e-05, + "G": 0.0005471640033647418, + "F": 0.003670948091894388, + "E": 0.00011377409100532532, + "T": 0.0003931100945919752, + "P": 0.047550540417432785, + "-": 0.946706235408783 + }, + "id": "tp_26763" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3345379, + "label": "-", + "classification": { + "B": 1.859822873484518e-07, + "S": 8.481802638016234e-07, + "I": 1.1807646842498798e-05, + "C": 2.7273190426058136e-06, + "R": 6.525010576297063e-07, + "M": 0.00011205081682419404, + "O": 2.7824567951029167e-05, + "W": 2.1239802094896731e-07, + "N": 3.383091211617284e-07, + "Y": 0.0003111014957539737, + "U": 2.5746713205876404e-08, + "K": 2.618601513404428e-07, + "L": 1.81576581326226e-06, + "G": 7.619218376930803e-05, + "F": 0.0014147100737318397, + "E": 1.2052411875629332e-05, + "T": 0.00021649191330652684, + "P": 0.003920787014067173, + "-": 0.9938899278640747 + }, + "id": "tp_26764" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3345512, + "label": "-", + "classification": { + "B": 2.6103120376319566e-07, + "S": 2.0466546857278445e-07, + "I": 1.161807267635595e-05, + "C": 8.204290497815236e-05, + "R": 6.774306257284479e-06, + "M": 0.00010839531023520976, + "O": 1.5672698282287456e-05, + "W": 1.963093296808438e-07, + "N": 3.602532956392679e-07, + "Y": 0.0013331642840057611, + "U": 1.0455521959329417e-07, + "K": 8.406702249885711e-07, + "L": 2.4838661829562625e-06, + "G": 0.000381683959858492, + "F": 0.003042920958250761, + "E": 1.731134034343995e-05, + "T": 0.0003494913107715547, + "P": 0.004004896152764559, + "-": 0.9906415343284607 + }, + "id": "tp_26765" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3345646, + "label": "-", + "classification": { + "B": 1.3020453160095258e-08, + "S": 7.101036203494004e-08, + "I": 7.633376299054362e-06, + "C": 4.568101758195553e-06, + "R": 5.864845320502354e-07, + "M": 2.377988948865095e-06, + "O": 2.3576233161293203e-06, + "W": 7.287869152605708e-08, + "N": 5.313211204338586e-07, + "Y": 0.00016114804020617157, + "U": 2.910970664515844e-08, + "K": 1.5561240616079886e-06, + "L": 8.208832014133804e-08, + "G": 1.7057325749192387e-05, + "F": 0.003958401270210743, + "E": 1.767689718690235e-05, + "T": 4.361148239695467e-05, + "P": 0.028464579954743385, + "-": 0.9673177003860474 + }, + "id": "tp_26766" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3345779, + "label": "-", + "classification": { + "B": 5.8824494772125036e-05, + "S": 0.00010862385533982888, + "I": 0.0005551422364078462, + "C": 0.00027564793708734214, + "R": 0.0001550138258608058, + "M": 0.0014625095063820481, + "O": 0.0010339232394471765, + "W": 7.998864020919427e-05, + "N": 7.889969856478274e-05, + "Y": 0.010515422560274601, + "U": 1.4766792446607724e-05, + "K": 9.479383879806846e-05, + "L": 0.0001828276290325448, + "G": 0.0026997160166502, + "F": 0.02488463930785656, + "E": 0.0006987910019233823, + "T": 0.00419572414830327, + "P": 0.048580754548311234, + "-": 0.9043239951133728 + }, + "id": "tp_26767" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3345879, + "label": "-", + "classification": { + "B": 5.883461495770348e-10, + "S": 8.984341048901001e-10, + "I": 1.0669693892850773e-06, + "C": 2.0908942133246455e-06, + "R": 1.3722329583742976e-07, + "M": 2.771007530100178e-06, + "O": 3.027413413292379e-07, + "W": 1.4378558343963732e-09, + "N": 1.0140578154960167e-08, + "Y": 0.00010909311095019802, + "U": 3.0199647227391324e-09, + "K": 1.867031329538804e-08, + "L": 2.286260958328512e-08, + "G": 1.0172888323722873e-05, + "F": 0.0004847993259318173, + "E": 9.706996024760883e-07, + "T": 3.5878369089914486e-05, + "P": 0.006053179502487183, + "-": 0.9932994842529297 + }, + "id": "tp_26768" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3346013, + "label": "-", + "classification": { + "B": 2.517326265660813e-06, + "S": 2.67195787273522e-06, + "I": 5.9944526583421975e-05, + "C": 1.2625347380890162e-06, + "R": 3.136580346563278e-07, + "M": 2.1624198780045845e-05, + "O": 1.753644392010756e-05, + "W": 4.14937773030033e-07, + "N": 2.6181194243690697e-06, + "Y": 1.8027831174549647e-05, + "U": 1.5819008325479444e-08, + "K": 1.2716579789184834e-08, + "L": 1.6334736301359953e-06, + "G": 3.1939482141751796e-05, + "F": 0.0015662031946703792, + "E": 5.408589277067222e-05, + "T": 4.1913004679372534e-05, + "P": 0.4127248227596283, + "-": 0.5854525566101074 + }, + "id": "tp_26769" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3346146, + "label": "-", + "classification": { + "B": 6.248453701118706e-07, + "S": 4.5361423417489277e-07, + "I": 6.661075167357922e-05, + "C": 3.224367537768558e-05, + "R": 4.640882252715528e-06, + "M": 0.0001729992072796449, + "O": 2.0792605937458575e-05, + "W": 3.8954397041379707e-07, + "N": 1.0727258086262736e-06, + "Y": 0.004706700332462788, + "U": 1.510770886170576e-07, + "K": 2.1491518964467105e-07, + "L": 2.6090281153301476e-06, + "G": 0.00023185026657301933, + "F": 0.0005449681775644422, + "E": 2.8344091333565302e-05, + "T": 0.0011909205932170153, + "P": 0.015009691007435322, + "-": 0.977984607219696 + }, + "id": "tp_26770" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3346280, + "label": "-", + "classification": { + "B": 3.434641087096679e-07, + "S": 5.323822733771522e-07, + "I": 4.127134889131412e-05, + "C": 0.00010519829083932564, + "R": 2.8605472834897228e-05, + "M": 5.78865765419323e-05, + "O": 2.7299438443151303e-05, + "W": 7.128615493456891e-07, + "N": 9.293460152548505e-07, + "Y": 0.0009292783215641975, + "U": 1.7079169367661962e-07, + "K": 4.328546765464125e-07, + "L": 5.027179668104509e-06, + "G": 0.0002332838048459962, + "F": 0.0029353653080761433, + "E": 2.7452873837319203e-05, + "T": 0.00033932976657524705, + "P": 0.018795378506183624, + "-": 0.976471483707428 + }, + "id": "tp_26771" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3346380, + "label": "-", + "classification": { + "B": 3.00359306493192e-06, + "S": 9.469455108046532e-06, + "I": 9.967729420168325e-05, + "C": 0.0024896974209696054, + "R": 0.00039542309241369367, + "M": 0.0037901978939771652, + "O": 0.00042092285002581775, + "W": 5.142358531884383e-06, + "N": 2.8957176709809573e-06, + "Y": 0.03678328916430473, + "U": 9.16224109914765e-07, + "K": 1.266608819605608e-06, + "L": 0.0005066401790827513, + "G": 0.008015187457203865, + "F": 0.010230036452412605, + "E": 0.0001043431184371002, + "T": 0.011860284022986889, + "P": 0.0016659742686897516, + "-": 0.923615574836731 + }, + "id": "tp_26772" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3346513, + "label": "-", + "classification": { + "B": 5.4411270866694394e-06, + "S": 8.19114939076826e-06, + "I": 0.00013496277097146958, + "C": 0.0002963250735774636, + "R": 7.072848529787734e-05, + "M": 0.00034215717460028827, + "O": 0.00012236239854246378, + "W": 7.38685275791795e-06, + "N": 1.3493748156179208e-05, + "Y": 0.006899166386574507, + "U": 2.80761810245167e-06, + "K": 4.162717959843576e-05, + "L": 1.8625545635586604e-05, + "G": 0.0017941197147592902, + "F": 0.019027449190616608, + "E": 0.00029448739951476455, + "T": 0.0018627981189638376, + "P": 0.02852737158536911, + "-": 0.9405304193496704 + }, + "id": "tp_26773" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3346647, + "label": "-", + "classification": { + "B": 1.497146628892665e-09, + "S": 4.8005877051338075e-11, + "I": 1.8150267955263644e-09, + "C": 3.292614181304998e-08, + "R": 8.367839754441775e-09, + "M": 5.64146660053666e-07, + "O": 1.3200775583754876e-07, + "W": 8.391726202816585e-11, + "N": 3.4836482656896983e-12, + "Y": 4.418514890858205e-06, + "U": 2.890928382098812e-12, + "K": 4.0501964575136856e-14, + "L": 3.181350294312324e-08, + "G": 5.344800229067914e-07, + "F": 3.889613253704738e-06, + "E": 4.022005783976823e-10, + "T": 7.1159547587740235e-06, + "P": 0.00011558594269445166, + "-": 0.9998676776885986 + }, + "id": "tp_26774" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3346780, + "label": "-", + "classification": { + "B": 1.9718173405181005e-07, + "S": 5.437191248347517e-07, + "I": 1.9333712771185674e-05, + "C": 3.0368491934495978e-05, + "R": 6.37432322037057e-06, + "M": 5.234010313870385e-05, + "O": 1.479699039919069e-05, + "W": 3.736627718353702e-07, + "N": 1.009816514851991e-06, + "Y": 0.0005439181695692241, + "U": 9.208888940293036e-08, + "K": 6.776245982109685e-07, + "L": 1.0462346153872204e-06, + "G": 6.44758329144679e-05, + "F": 0.002423252444714308, + "E": 2.16255102714058e-05, + "T": 0.00036208785604685545, + "P": 0.020450884476304054, + "-": 0.9760066270828247 + }, + "id": "tp_26775" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3346880, + "label": "-", + "classification": { + "B": 0.0012247408740222454, + "S": 0.0016658349195495248, + "I": 0.0013055781600996852, + "C": 0.0019911611452698708, + "R": 0.0007810329552739859, + "M": 0.01648128218948841, + "O": 0.007221128325909376, + "W": 0.0005019261152483523, + "N": 0.00021887726325076073, + "Y": 0.010593392886221409, + "U": 6.568929529748857e-05, + "K": 4.6850935177644715e-05, + "L": 0.003859535790979862, + "G": 0.014012092724442482, + "F": 0.03725385665893555, + "E": 0.001343662035651505, + "T": 0.018065880984067917, + "P": 0.039016399532556534, + "-": 0.844351053237915 + }, + "id": "tp_26776" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3347014, + "label": "-", + "classification": { + "B": 8.302582136821002e-05, + "S": 8.390778384637088e-05, + "I": 0.0013458575122058392, + "C": 0.0008546216413378716, + "R": 0.00028627930441871285, + "M": 0.0010278666159138083, + "O": 0.000752181455027312, + "W": 8.025916031328961e-05, + "N": 0.00017119602125603706, + "Y": 0.003639328060671687, + "U": 4.066828478244133e-05, + "K": 7.255569653352723e-05, + "L": 0.0001853980211308226, + "G": 0.0026592432986944914, + "F": 0.014500985853374004, + "E": 0.0005431932513602078, + "T": 0.005241467151790857, + "P": 0.13041448593139648, + "-": 0.8380175232887268 + }, + "id": "tp_26777" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3347147, + "label": "-", + "classification": { + "B": 5.7167239692068605e-12, + "S": 7.562497720062233e-13, + "I": 1.2463500231874036e-09, + "C": 5.891583748640628e-11, + "R": 3.108300726181734e-12, + "M": 4.765297934028467e-09, + "O": 7.19843518126595e-10, + "W": 4.1984357613752965e-13, + "N": 4.8331651181232615e-12, + "Y": 3.100353751506191e-07, + "U": 3.630870764096371e-14, + "K": 4.401335199077927e-12, + "L": 6.705553647068374e-12, + "G": 9.357307817481342e-08, + "F": 5.1045266445726156e-05, + "E": 1.129574123126531e-08, + "T": 1.2316769470999134e-07, + "P": 0.004512262064963579, + "-": 0.9954361319541931 + }, + "id": "tp_26778" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3347281, + "label": "-", + "classification": { + "B": 9.716944049387166e-08, + "S": 1.523313954976402e-07, + "I": 8.71208612807095e-05, + "C": 3.259774894104339e-05, + "R": 3.457843831711216e-06, + "M": 1.4128716429695487e-05, + "O": 7.525620731030358e-06, + "W": 3.160304800076119e-07, + "N": 2.3986276573850773e-06, + "Y": 0.00023744253849145025, + "U": 2.246855075327403e-07, + "K": 2.932352458628884e-07, + "L": 7.358692641901143e-07, + "G": 4.7299083234975114e-05, + "F": 0.0007985223201103508, + "E": 2.3651244191569276e-05, + "T": 0.00018332799663767219, + "P": 0.09562280774116516, + "-": 0.9029380679130554 + }, + "id": "tp_26779" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3347381, + "label": "-", + "classification": { + "B": 9.467958861364423e-09, + "S": 1.2530222193163354e-07, + "I": 1.4094832749833586e-06, + "C": 2.3533701096312143e-05, + "R": 4.38903089161613e-06, + "M": 0.0002736015594564378, + "O": 1.654716834309511e-05, + "W": 8.781774596400282e-08, + "N": 3.362129419315352e-08, + "Y": 0.0028313484508544207, + "U": 1.1054670068233463e-08, + "K": 1.3819993682773202e-07, + "L": 4.676895514421631e-06, + "G": 0.00023369754489976913, + "F": 0.0024260119535028934, + "E": 3.6310495943325805e-06, + "T": 0.000557484629098326, + "P": 0.0010619167005643249, + "-": 0.9925612807273865 + }, + "id": "tp_26780" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3347514, + "label": "-", + "classification": { + "B": 2.3480083655158523e-07, + "S": 1.893371148753431e-08, + "I": 2.859941560018342e-06, + "C": 9.809461971599376e-07, + "R": 8.17461867086422e-08, + "M": 9.360027434013318e-06, + "O": 1.8802591057465179e-06, + "W": 1.2534508542216827e-08, + "N": 6.75311255804445e-08, + "Y": 5.0016951718134806e-05, + "U": 3.5399674302993844e-09, + "K": 1.1954650602774564e-08, + "L": 1.8746018781712337e-07, + "G": 3.9931601349962875e-05, + "F": 0.0010278656845912337, + "E": 1.6689156836946495e-05, + "T": 3.858403579215519e-05, + "P": 0.04482657462358475, + "-": 0.9539847373962402 + }, + "id": "tp_26781" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3347648, + "label": "-", + "classification": { + "B": 1.1664154087043244e-09, + "S": 6.578573796822695e-10, + "I": 2.260545102217293e-07, + "C": 5.667759950256368e-08, + "R": 2.8811792951444204e-09, + "M": 2.0656415244957316e-07, + "O": 1.5621870375071012e-07, + "W": 5.030554861562564e-10, + "N": 2.2815229705486217e-09, + "Y": 8.004795404303877e-07, + "U": 6.473763192182957e-11, + "K": 2.505397105057039e-11, + "L": 4.732807035168207e-09, + "G": 7.119429028534796e-07, + "F": 3.4388132917229086e-05, + "E": 5.980287198781298e-08, + "T": 5.164872618479421e-06, + "P": 0.048764608800411224, + "-": 0.9511935114860535 + }, + "id": "tp_26782" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3347781, + "label": "-", + "classification": { + "B": 3.097603212154354e-06, + "S": 1.5330775568145327e-05, + "I": 3.901660238625482e-05, + "C": 0.003289292799308896, + "R": 0.0008025302086025476, + "M": 0.0022744406014680862, + "O": 0.0006450403016060591, + "W": 1.3512187251762953e-05, + "N": 3.1380286600324325e-06, + "Y": 0.008523509837687016, + "U": 3.43795477419917e-06, + "K": 5.765254172729328e-06, + "L": 0.0007271622307598591, + "G": 0.005388328805565834, + "F": 0.01820850931107998, + "E": 4.042381624458358e-05, + "T": 0.006623672787100077, + "P": 0.0027718348428606987, + "-": 0.9506219029426575 + }, + "id": "tp_26783" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3347881, + "label": "-", + "classification": { + "B": 2.211686762620957e-07, + "S": 5.004555418963719e-07, + "I": 8.977442121249624e-06, + "C": 2.05103715416044e-05, + "R": 7.751529665256385e-06, + "M": 0.0002617397694848478, + "O": 3.2205276511376724e-05, + "W": 2.843677862074401e-07, + "N": 2.404300971647899e-07, + "Y": 0.0037049667444080114, + "U": 1.3095963424802903e-07, + "K": 2.8122721573708986e-07, + "L": 1.4233102774596773e-05, + "G": 0.0005428546573966742, + "F": 0.0052926139906048775, + "E": 5.100023827253608e-06, + "T": 0.0020588862244039774, + "P": 0.0032735546119511127, + "-": 0.9847750067710876 + }, + "id": "tp_26784" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3348015, + "label": "-", + "classification": { + "B": 0.00012490630615502596, + "S": 7.489130075555295e-05, + "I": 0.00014127616304904222, + "C": 0.00022548627748619765, + "R": 0.00011472578626126051, + "M": 0.0034699724055826664, + "O": 0.0012765532592311502, + "W": 4.673415969591588e-05, + "N": 1.2521849384938832e-05, + "Y": 0.004370625596493483, + "U": 3.3834037367341807e-06, + "K": 1.182449182124401e-06, + "L": 0.0005589681095443666, + "G": 0.002104819053784013, + "F": 0.009792109951376915, + "E": 0.0002197392168454826, + "T": 0.004084325861185789, + "P": 0.019185874611139297, + "-": 0.9541919827461243 + }, + "id": "tp_26785" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3348148, + "label": "-", + "classification": { + "B": 8.717633193100482e-08, + "S": 5.910884670612404e-09, + "I": 4.4967814005758555e-07, + "C": 1.833485043789551e-07, + "R": 3.382381308369986e-08, + "M": 6.32410637990688e-06, + "O": 1.7219637129528564e-06, + "W": 2.7990145756717766e-09, + "N": 1.8192009010320476e-09, + "Y": 1.9775756300077774e-05, + "U": 1.9853201027597578e-10, + "K": 1.7368523286265258e-11, + "L": 2.443675839458592e-07, + "G": 8.734577022551093e-06, + "F": 2.491692612238694e-05, + "E": 2.82304256415955e-07, + "T": 3.666454358608462e-05, + "P": 0.001819537952542305, + "-": 0.9980810880661011 + }, + "id": "tp_26786" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3348282, + "label": "-", + "classification": { + "B": 3.382860569445256e-08, + "S": 3.5014394939025806e-08, + "I": 3.512600414978806e-06, + "C": 1.8611592167872004e-05, + "R": 3.5537143503461266e-06, + "M": 1.9886634618160315e-05, + "O": 6.570536243089009e-06, + "W": 1.9928275918346117e-08, + "N": 4.562819810871588e-08, + "Y": 0.00010400660539744422, + "U": 8.412467167318027e-09, + "K": 3.4549265670591467e-09, + "L": 1.1558740879991092e-06, + "G": 4.0221137169282883e-05, + "F": 0.00020841362129431218, + "E": 5.368981419451302e-07, + "T": 0.00020920159295201302, + "P": 0.0016544766258448362, + "-": 0.9977295994758606 + }, + "id": "tp_26787" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3348382, + "label": "-", + "classification": { + "B": 8.179724318324588e-06, + "S": 1.2557437003124505e-05, + "I": 1.4608073797717225e-05, + "C": 2.488654718035832e-05, + "R": 1.029892337101046e-05, + "M": 0.0005552296061068773, + "O": 0.0003320137329865247, + "W": 5.811721166537609e-06, + "N": 1.2152161161793629e-06, + "Y": 0.0009533553966321051, + "U": 2.307728266259801e-07, + "K": 2.6801743047144555e-07, + "L": 6.602443318115547e-05, + "G": 0.00046271539758890867, + "F": 0.004943705163896084, + "E": 2.4446007955702953e-05, + "T": 0.0007765996269881725, + "P": 0.007182108238339424, + "-": 0.9846257567405701 + }, + "id": "tp_26788" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3348515, + "label": "-", + "classification": { + "B": 1.4526349012555784e-08, + "S": 2.2194228677108185e-08, + "I": 7.863564860599581e-06, + "C": 1.2745797903335188e-05, + "R": 1.2686273294093553e-06, + "M": 9.223718734574504e-06, + "O": 1.7860253365142853e-06, + "W": 2.4404528176091844e-08, + "N": 1.3258527076231985e-07, + "Y": 0.00016937653708737344, + "U": 1.843647723376307e-08, + "K": 4.08365430359936e-08, + "L": 1.9778030946326908e-07, + "G": 3.5001325159100816e-05, + "F": 0.0009132531704381108, + "E": 4.248001914675115e-06, + "T": 8.585533942095935e-05, + "P": 0.02624192275106907, + "-": 0.9725170135498047 + }, + "id": "tp_26789" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3348649, + "label": "-", + "classification": { + "B": 1.9576229703943682e-07, + "S": 8.672959666000679e-06, + "I": 1.4219175454854849e-06, + "C": 0.00015548395458608866, + "R": 1.7061391190509312e-05, + "M": 0.0004214970103930682, + "O": 8.978551340987906e-05, + "W": 2.1504804408323253e-06, + "N": 3.414063769469067e-07, + "Y": 0.005176204722374678, + "U": 3.547020455130223e-08, + "K": 0.00018897933478001505, + "L": 2.5355495381518267e-05, + "G": 0.013247733935713768, + "F": 0.20284271240234375, + "E": 0.00010283676238032058, + "T": 0.001902907737530768, + "P": 0.0009404286975041032, + "-": 0.7748762369155884 + }, + "id": "tp_26790" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3348782, + "label": "-", + "classification": { + "B": 1.215212819261069e-07, + "S": 3.0273210427367303e-07, + "I": 5.2197246986906976e-05, + "C": 0.00018871508655138314, + "R": 5.2716921345563605e-05, + "M": 4.153740155743435e-05, + "O": 2.7583455448620953e-05, + "W": 4.465113647711405e-07, + "N": 1.0763494628918124e-06, + "Y": 0.0013368689687922597, + "U": 3.725039618984738e-07, + "K": 1.7539046837100614e-07, + "L": 6.745159680576762e-06, + "G": 0.0002771118888631463, + "F": 0.0015011997893452644, + "E": 8.206099664676003e-06, + "T": 0.000740025017876178, + "P": 0.01012176088988781, + "-": 0.9856429696083069 + }, + "id": "tp_26791" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3348882, + "label": "-", + "classification": { + "B": 1.9685054974960536e-10, + "S": 8.743842455638529e-11, + "I": 5.85555177678998e-08, + "C": 2.9792099098813196e-07, + "R": 2.6818387510729735e-08, + "M": 1.0033875241788337e-06, + "O": 5.727200402816379e-08, + "W": 9.177951454386601e-11, + "N": 1.2116049830090958e-10, + "Y": 3.215336982975714e-05, + "U": 1.2116390356309292e-11, + "K": 1.7522840817241203e-11, + "L": 9.815948942559771e-09, + "G": 4.1383091229363345e-06, + "F": 0.00010669511539163068, + "E": 6.333922186740892e-08, + "T": 7.270907190104481e-06, + "P": 0.0008499238756485283, + "-": 0.9989984631538391 + }, + "id": "tp_26792" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3349016, + "label": "-", + "classification": { + "B": 5.780857037507303e-08, + "S": 3.003832560466435e-08, + "I": 9.749910532264039e-06, + "C": 4.5359847717918456e-06, + "R": 7.50832100493426e-07, + "M": 5.663498814101331e-05, + "O": 6.358015980367782e-06, + "W": 8.448673582961419e-08, + "N": 1.8875726937039872e-07, + "Y": 0.00045029696775600314, + "U": 4.198870229288332e-08, + "K": 9.947055445991282e-08, + "L": 5.852222670910123e-07, + "G": 5.615257396129891e-05, + "F": 0.0004313667304813862, + "E": 8.30507906357525e-06, + "T": 0.0002473667555022985, + "P": 0.0124366981908679, + "-": 0.9862907528877258 + }, + "id": "tp_26793" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3349149, + "label": "-", + "classification": { + "B": 2.2797883048042422e-06, + "S": 1.0980586012010463e-05, + "I": 0.0004937467165291309, + "C": 0.0007737450650893152, + "R": 0.00014255440328270197, + "M": 0.0003721419780049473, + "O": 0.00021589378593489528, + "W": 1.4639740584243555e-05, + "N": 6.630608550040051e-05, + "Y": 0.007095271721482277, + "U": 9.497813152847812e-06, + "K": 0.0001908491103677079, + "L": 2.238070737803355e-05, + "G": 0.001581566408276558, + "F": 0.009965567849576473, + "E": 0.0006661250372417271, + "T": 0.0020491022150963545, + "P": 0.048980534076690674, + "-": 0.9273468255996704 + }, + "id": "tp_26794" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3349283, + "label": "-", + "classification": { + "B": 6.688632425699836e-10, + "S": 1.8416682068256307e-10, + "I": 5.611935876004281e-07, + "C": 2.72338127160765e-07, + "R": 2.3917042568655233e-08, + "M": 1.6493061139044585e-06, + "O": 9.501524544930362e-08, + "W": 4.995527880247153e-10, + "N": 1.855094189373574e-09, + "Y": 5.4512089263880625e-05, + "U": 4.892126703737176e-10, + "K": 1.007543604103489e-09, + "L": 7.860946560356297e-09, + "G": 3.458005494394456e-06, + "F": 6.424025195883587e-05, + "E": 2.817026825141511e-07, + "T": 1.4742208804818802e-05, + "P": 0.003183848224580288, + "-": 0.9966763257980347 + }, + "id": "tp_26795" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3349383, + "label": "-", + "classification": { + "B": 3.0015446100151166e-05, + "S": 4.7375186113640666e-05, + "I": 0.0007369686500169337, + "C": 0.0004237816610839218, + "R": 0.000106310129922349, + "M": 0.0007573490729555488, + "O": 0.0004996719071641564, + "W": 4.5658402086701244e-05, + "N": 9.721350943436846e-05, + "Y": 0.00242524198256433, + "U": 2.4535209377063438e-05, + "K": 8.356083708349615e-05, + "L": 6.108790694270283e-05, + "G": 0.0007906067767180502, + "F": 0.005671720486134291, + "E": 0.0006334488280117512, + "T": 0.003834968898445368, + "P": 0.0857236310839653, + "-": 0.8980069756507874 + }, + "id": "tp_26796" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3349516, + "label": "-", + "classification": { + "B": 5.35006741131383e-08, + "S": 3.649918411952058e-08, + "I": 4.4531738240038976e-05, + "C": 3.53603572875727e-05, + "R": 2.4369808215851663e-06, + "M": 2.594901161501184e-05, + "O": 3.4673032587306807e-06, + "W": 5.971528338477583e-08, + "N": 7.022267709544394e-07, + "Y": 0.0006033988320268691, + "U": 9.758637986578833e-08, + "K": 1.222747414431069e-07, + "L": 6.953553679522884e-07, + "G": 6.967579975025728e-05, + "F": 0.0016787337372079492, + "E": 4.086645276402123e-05, + "T": 0.0001143084664363414, + "P": 0.048774052411317825, + "-": 0.9486054182052612 + }, + "id": "tp_26797" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3349650, + "label": "-", + "classification": { + "B": 5.39746292105292e-09, + "S": 3.91213417216818e-09, + "I": 2.6335719667258672e-06, + "C": 1.4645691408077255e-05, + "R": 6.867450679237663e-07, + "M": 1.8213538623967906e-06, + "O": 7.081845865286596e-07, + "W": 5.2433075659052975e-09, + "N": 4.714186729870562e-08, + "Y": 6.595758168259636e-05, + "U": 9.440988435471809e-09, + "K": 1.2241151203795653e-08, + "L": 9.771422782023365e-08, + "G": 2.7564969059312716e-05, + "F": 0.0009301958489231765, + "E": 1.195636627926433e-06, + "T": 3.002536868734751e-05, + "P": 0.027461446821689606, + "-": 0.9714629650115967 + }, + "id": "tp_26798" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3349783, + "label": "-", + "classification": { + "B": 4.8421152314404026e-06, + "S": 7.595601232424087e-07, + "I": 8.95082121132873e-05, + "C": 0.0010561798699200153, + "R": 0.00018786767031997442, + "M": 0.0005681174225173891, + "O": 0.0001280051947105676, + "W": 2.021655063799699e-06, + "N": 1.6779365523689194e-06, + "Y": 0.0016954869497567415, + "U": 1.6170912431334727e-06, + "K": 6.630446591771033e-08, + "L": 0.00010519845091039315, + "G": 0.0011510419426485896, + "F": 0.0010729730129241943, + "E": 2.9612061553052627e-05, + "T": 0.0016400814056396484, + "P": 0.009544925764203072, + "-": 0.9827200174331665 + }, + "id": "tp_26799" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3349883, + "label": "-", + "classification": { + "B": 7.733664375564331e-09, + "S": 9.906145237437158e-08, + "I": 5.675028091900458e-07, + "C": 5.23899916515802e-06, + "R": 7.845727054700546e-07, + "M": 0.00010841207404155284, + "O": 5.102652266941732e-06, + "W": 2.0610796624964678e-08, + "N": 8.987117716685589e-09, + "Y": 0.0005633782129734755, + "U": 1.2588600162288799e-09, + "K": 1.2362227685969174e-08, + "L": 1.354637902295508e-06, + "G": 9.387196769239381e-05, + "F": 0.0025508336257189512, + "E": 9.94599417936115e-07, + "T": 0.0003829884808510542, + "P": 0.0004530071164481342, + "-": 0.9958333969116211 + }, + "id": "tp_26800" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3350017, + "label": "-", + "classification": { + "B": 5.75139727509999e-11, + "S": 2.585189562420709e-10, + "I": 3.322176311826297e-08, + "C": 2.7986095219034723e-08, + "R": 2.629525486241846e-09, + "M": 1.7269421448418143e-07, + "O": 8.815933938421949e-08, + "W": 1.1834166979696192e-10, + "N": 2.7042373895724836e-10, + "Y": 6.8550284595403355e-06, + "U": 1.1211349557060935e-11, + "K": 4.562610844693893e-10, + "L": 2.4691788613750987e-09, + "G": 1.2883472209068714e-06, + "F": 0.0003140152548439801, + "E": 2.4640662843466998e-08, + "T": 3.416840627323836e-06, + "P": 0.0007591329049319029, + "-": 0.9989149570465088 + }, + "id": "tp_26801" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3350150, + "label": "-", + "classification": { + "B": 2.4743903850321658e-05, + "S": 6.639476396230748e-06, + "I": 0.0002480383263900876, + "C": 0.00019007858645636588, + "R": 3.8935497286729515e-05, + "M": 0.0006587657262571156, + "O": 0.00024803573614917696, + "W": 1.7091253539547324e-05, + "N": 2.011849392147269e-05, + "Y": 0.0017467020079493523, + "U": 7.830216418369673e-06, + "K": 1.215688098454848e-05, + "L": 5.914592111366801e-05, + "G": 0.0007746354094706476, + "F": 0.004187264014035463, + "E": 0.00019614242773968726, + "T": 0.002035413170233369, + "P": 0.04614678770303726, + "-": 0.9433815479278564 + }, + "id": "tp_26802" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3350250, + "label": "-", + "classification": { + "B": 4.3287598505692415e-10, + "S": 1.5246944817803865e-09, + "I": 1.2582265185301367e-07, + "C": 1.262544628843898e-06, + "R": 8.385200800375969e-08, + "M": 5.0250623644387815e-06, + "O": 4.3919433778683015e-07, + "W": 7.638110699481615e-10, + "N": 1.200669785816899e-09, + "Y": 0.00033855892252177, + "U": 1.1734911653515923e-10, + "K": 1.05777049341782e-08, + "L": 4.134618691864489e-08, + "G": 5.0725149776553735e-05, + "F": 0.0009927313076332211, + "E": 4.6724136382181314e-07, + "T": 3.46772612829227e-05, + "P": 0.00041300870361737907, + "-": 0.9981629252433777 + }, + "id": "tp_26803" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3350384, + "label": "-", + "classification": { + "B": 6.318263690019421e-09, + "S": 8.518191485507032e-09, + "I": 4.323143912188243e-06, + "C": 1.3033677532803267e-05, + "R": 2.190939767388045e-06, + "M": 5.0252398068550974e-05, + "O": 3.952645784011111e-06, + "W": 1.1834686119982507e-08, + "N": 2.209206151349008e-08, + "Y": 0.0011922890553250909, + "U": 1.072585753547628e-08, + "K": 1.911699687440205e-09, + "L": 1.9073321482210304e-06, + "G": 0.00012859178241342306, + "F": 0.0002576968399807811, + "E": 7.933363690426631e-07, + "T": 0.0005723724025301635, + "P": 0.001465568202547729, + "-": 0.9963070154190063 + }, + "id": "tp_26804" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3350517, + "label": "-", + "classification": { + "B": 2.5286811533575815e-10, + "S": 4.4619599681716693e-10, + "I": 2.955125921744184e-07, + "C": 1.6914013940549921e-06, + "R": 1.5141228004722507e-07, + "M": 2.736778696998954e-06, + "O": 4.347732271980931e-07, + "W": 6.220795545353042e-10, + "N": 8.994274769413835e-10, + "Y": 6.334105273708701e-05, + "U": 1.7875782798437712e-10, + "K": 4.9207138363982494e-11, + "L": 1.3827167322233436e-07, + "G": 2.4773815312073566e-05, + "F": 0.0001580925891175866, + "E": 4.385563201481091e-08, + "T": 2.8586040571099147e-05, + "P": 0.0005328569677658379, + "-": 0.9991869330406189 + }, + "id": "tp_26805" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3350651, + "label": "-", + "classification": { + "B": 5.234779010265811e-08, + "S": 1.0734392219546862e-07, + "I": 1.4356084648170508e-05, + "C": 0.00017668804503045976, + "R": 2.6120260372408666e-05, + "M": 0.00012623930524569005, + "O": 1.5401683413074352e-05, + "W": 1.1315072612205768e-07, + "N": 1.6549188330827747e-07, + "Y": 0.0017723231576383114, + "U": 1.345947708841777e-07, + "K": 3.962953201153141e-07, + "L": 6.5705507950042374e-06, + "G": 0.0004099390935152769, + "F": 0.0013721003197133541, + "E": 5.743465862906305e-06, + "T": 0.0005474640056490898, + "P": 0.0011693000560626388, + "-": 0.9943568110466003 + }, + "id": "tp_26806" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3350751, + "label": "-", + "classification": { + "B": 3.3558851555426372e-06, + "S": 1.7203692550538108e-06, + "I": 7.049784471746534e-05, + "C": 7.929226558189839e-05, + "R": 1.7920521713676862e-05, + "M": 0.0002792762534227222, + "O": 7.330672087846324e-05, + "W": 1.5327451592384023e-06, + "N": 2.626291006890824e-06, + "Y": 0.004138957243412733, + "U": 4.4885487682222447e-07, + "K": 9.079742540052393e-07, + "L": 1.9483120922814123e-05, + "G": 0.0015248460695147514, + "F": 0.012345219030976295, + "E": 0.00010480712808202952, + "T": 0.000822794041596353, + "P": 0.025047369301319122, + "-": 0.95546555519104 + }, + "id": "tp_26807" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3350884, + "label": "-", + "classification": { + "B": 3.38302079683217e-08, + "S": 6.445380336117523e-07, + "I": 2.176837142542354e-06, + "C": 6.088816007832065e-06, + "R": 1.164925947705342e-06, + "M": 4.3252352043055e-05, + "O": 1.3426019904727582e-05, + "W": 2.1425478280434618e-07, + "N": 1.0835208996695656e-07, + "Y": 0.0003200811624992639, + "U": 1.489128909071269e-08, + "K": 1.925173904737676e-07, + "L": 9.920465799950762e-07, + "G": 4.575369894155301e-05, + "F": 0.0017592121148481965, + "E": 1.403504029440228e-06, + "T": 0.0003100724134128541, + "P": 0.003704965114593506, + "-": 0.9937900900840759 + }, + "id": "tp_26808" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3351018, + "label": "-", + "classification": { + "B": 4.0298033354702056e-07, + "S": 3.462258746367297e-07, + "I": 1.3656604096468072e-06, + "C": 1.3275282526592491e-06, + "R": 2.0539005163300317e-07, + "M": 2.4404096620855853e-05, + "O": 7.185836693679448e-06, + "W": 1.3865653158973146e-07, + "N": 7.4135925842711e-08, + "Y": 0.00010983934043906629, + "U": 6.88065915355196e-09, + "K": 2.7832012250428306e-08, + "L": 6.397017386916559e-07, + "G": 2.0442879758775234e-05, + "F": 0.00117790256626904, + "E": 3.900944648194127e-06, + "T": 0.00012512803368736058, + "P": 0.010295264422893524, + "-": 0.988231360912323 + }, + "id": "tp_26809" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3351151, + "label": "-", + "classification": { + "B": 1.8480649899288437e-08, + "S": 1.1676962508033739e-08, + "I": 1.0842261417565169e-06, + "C": 8.419979025120483e-08, + "R": 3.324045261265951e-09, + "M": 3.9744668356433976e-07, + "O": 3.276207962699118e-07, + "W": 7.127997303513212e-09, + "N": 7.784355915418928e-08, + "Y": 6.414250037778402e-06, + "U": 1.4753933630373695e-09, + "K": 1.0043392251191108e-07, + "L": 4.7182608930995684e-09, + "G": 1.9476392481010407e-06, + "F": 0.0002214905252913013, + "E": 7.784958143020049e-06, + "T": 6.123205821495503e-06, + "P": 0.07327055186033249, + "-": 0.9264836311340332 + }, + "id": "tp_26810" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3351251, + "label": "-", + "classification": { + "B": 1.0430714070253089e-08, + "S": 3.277235904874942e-08, + "I": 1.258229349332396e-05, + "C": 4.428650936461054e-05, + "R": 1.0100636245624628e-05, + "M": 4.206615994917229e-05, + "O": 5.660547685693018e-06, + "W": 1.0254189675151792e-07, + "N": 1.8837691584394634e-07, + "Y": 0.000670107314363122, + "U": 1.2453233466658276e-07, + "K": 6.225340598575713e-07, + "L": 1.033647208714683e-06, + "G": 8.278078894363716e-05, + "F": 0.0023397989571094513, + "E": 3.835345069092e-06, + "T": 0.00022078519396018237, + "P": 0.005043784622102976, + "-": 0.9915220737457275 + }, + "id": "tp_26811" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3351385, + "label": "-", + "classification": { + "B": 5.121045081046827e-12, + "S": 4.293328713378397e-12, + "I": 2.2308117308966757e-07, + "C": 7.692587189467304e-08, + "R": 5.571906935841753e-09, + "M": 3.086672109020583e-07, + "O": 2.1025469365554272e-08, + "W": 1.227701881129084e-11, + "N": 2.4656277020085327e-10, + "Y": 2.0346438759588636e-05, + "U": 4.347113294334015e-11, + "K": 1.7121580845810835e-12, + "L": 1.8053555317365522e-09, + "G": 6.052160301805998e-07, + "F": 1.2488106904129381e-06, + "E": 1.8041619753716986e-08, + "T": 2.4079548893496394e-05, + "P": 0.001697690226137638, + "-": 0.9982553124427795 + }, + "id": "tp_26812" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3351518, + "label": "-", + "classification": { + "B": 7.490753341699019e-05, + "S": 3.4385557228233665e-05, + "I": 0.0014131285715848207, + "C": 0.0002534058003220707, + "R": 5.8143868955085054e-05, + "M": 0.0031780069693922997, + "O": 0.0003868406929541379, + "W": 2.1254871171549894e-05, + "N": 8.058523962972686e-05, + "Y": 0.008428743109107018, + "U": 1.0351963283028454e-05, + "K": 7.477802682842594e-06, + "L": 0.00018134583660867065, + "G": 0.0026703071780502796, + "F": 0.008658153936266899, + "E": 0.0023671104572713375, + "T": 0.005440227687358856, + "P": 0.16480541229248047, + "-": 0.80193030834198 + }, + "id": "tp_26813" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3351652, + "label": "-", + "classification": { + "B": 1.3708206552109914e-06, + "S": 4.777833169100631e-07, + "I": 5.198430881137028e-05, + "C": 2.4854938601492904e-05, + "R": 3.4634249459486455e-06, + "M": 8.938724204199389e-05, + "O": 2.8905109502375126e-05, + "W": 6.655041602243728e-07, + "N": 2.97353699352243e-06, + "Y": 0.001950944191776216, + "U": 6.064328772481531e-07, + "K": 5.275016974337632e-06, + "L": 3.39626149070682e-06, + "G": 0.00039850702160038054, + "F": 0.0009732573525980115, + "E": 0.0001445954549126327, + "T": 0.0009097417932935059, + "P": 0.019544649869203568, + "-": 0.9758648872375488 + }, + "id": "tp_26814" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3351752, + "label": "-", + "classification": { + "B": 1.9918379621230997e-05, + "S": 7.982425449881703e-05, + "I": 0.00014168814232107252, + "C": 0.0027050143107771873, + "R": 0.0009467882919125259, + "M": 0.004280948080122471, + "O": 0.0012261871015653014, + "W": 3.930513412342407e-05, + "N": 9.290083653468173e-06, + "Y": 0.012919752858579159, + "U": 4.355150394985685e-06, + "K": 3.1679924177296925e-06, + "L": 0.0011498701060190797, + "G": 0.007386344484984875, + "F": 0.023219039663672447, + "E": 0.00015047870692797005, + "T": 0.009578359313309193, + "P": 0.0062097664922475815, + "-": 0.9299299716949463 + }, + "id": "tp_26815" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3351885, + "label": "P", + "classification": { + "B": 1.9986075294742278e-10, + "S": 1.0904214337026374e-10, + "I": 2.696794354051235e-06, + "C": 1.756759715476619e-08, + "R": 3.4112362934379803e-10, + "M": 3.1166035086016564e-08, + "O": 1.1943487088217353e-08, + "W": 2.565425927247844e-10, + "N": 3.71789710129633e-08, + "Y": 7.747629524601507e-07, + "U": 1.6651505174714032e-10, + "K": 6.249337047847803e-09, + "L": 1.0417582768651457e-10, + "G": 1.9978976695256279e-07, + "F": 4.6289955207612365e-05, + "E": 3.480671011857339e-06, + "T": 1.0110144330610638e-06, + "P": 0.5076859593391418, + "-": 0.49225950241088867 + }, + "id": "tp_26816" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3352019, + "label": "-", + "classification": { + "B": 4.841662071264352e-10, + "S": 2.1195443178356754e-09, + "I": 4.2026337609968323e-07, + "C": 3.706793449964607e-08, + "R": 2.291607570370502e-09, + "M": 1.4956825111767102e-07, + "O": 1.2031105711685086e-07, + "W": 2.1738051358966004e-09, + "N": 1.0555980978210755e-08, + "Y": 6.313531685009366e-06, + "U": 3.1050945148436426e-10, + "K": 2.9640919052553727e-08, + "L": 1.3153873545945771e-09, + "G": 7.996857220859965e-07, + "F": 0.0005028160521760583, + "E": 4.304130527543748e-07, + "T": 3.0676142159791198e-06, + "P": 0.035392746329307556, + "-": 0.964093029499054 + }, + "id": "tp_26817" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3352152, + "label": "-", + "classification": { + "B": 2.3509019797529618e-07, + "S": 5.744290021425513e-08, + "I": 0.00017569828196428716, + "C": 3.791828567045741e-05, + "R": 5.170376880414551e-06, + "M": 8.739118493394926e-05, + "O": 6.494364242826123e-06, + "W": 2.8126524398430774e-07, + "N": 1.3852733218300273e-06, + "Y": 0.0005638994043692946, + "U": 1.9811008655779005e-07, + "K": 1.5962160659910296e-07, + "L": 2.7013015824195463e-06, + "G": 0.00014645684859715402, + "F": 0.0014817046467214823, + "E": 4.0293885831488296e-05, + "T": 0.00025372725212946534, + "P": 0.1374547779560089, + "-": 0.8597415089607239 + }, + "id": "tp_26818" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3352252, + "label": "-", + "classification": { + "B": 8.556026998007837e-09, + "S": 2.943429819879384e-07, + "I": 6.632192526012659e-05, + "C": 1.2135410543123726e-05, + "R": 2.3216011868498754e-06, + "M": 7.246543646033388e-06, + "O": 9.318900993093848e-06, + "W": 8.421836241723213e-07, + "N": 4.495458142628195e-06, + "Y": 0.00017898435180541128, + "U": 2.9857505978725385e-07, + "K": 8.08689492259873e-06, + "L": 3.3438180935263517e-07, + "G": 1.8350767277297564e-05, + "F": 0.004945846274495125, + "E": 3.0215249353204854e-05, + "T": 0.00019159851945005357, + "P": 0.10076189041137695, + "-": 0.8937614560127258 + }, + "id": "tp_26819" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3352386, + "label": "-", + "classification": { + "B": 1.9088677163381362e-06, + "S": 1.7673378351901192e-06, + "I": 0.0006374590448103845, + "C": 0.006618176121264696, + "R": 0.0006931411335244775, + "M": 0.0007481591892428696, + "O": 9.42476763157174e-05, + "W": 3.709057637024671e-06, + "N": 1.4745333828614093e-05, + "Y": 0.005178702063858509, + "U": 3.545612344169058e-06, + "K": 5.540617166843731e-06, + "L": 5.536975368158892e-05, + "G": 0.003819186706095934, + "F": 0.009045887738466263, + "E": 0.0004564656119327992, + "T": 0.0015661293873563409, + "P": 0.044881027191877365, + "-": 0.9261748194694519 + }, + "id": "tp_26820" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3352519, + "label": "-", + "classification": { + "B": 6.506215868284926e-06, + "S": 5.388341378420591e-06, + "I": 3.683162140077911e-05, + "C": 0.0001500055950600654, + "R": 2.2072674255468883e-05, + "M": 0.0005292180576361716, + "O": 9.531463001621887e-05, + "W": 3.121698455288424e-06, + "N": 2.5423246370337438e-06, + "Y": 0.0018521727761253715, + "U": 8.024451858545945e-07, + "K": 2.450758984196e-06, + "L": 3.0301662263809703e-05, + "G": 0.0007495039026252925, + "F": 0.01265022624284029, + "E": 9.882810263661668e-05, + "T": 0.0011274464195594192, + "P": 0.01716039888560772, + "-": 0.965476930141449 + }, + "id": "tp_26821" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3352653, + "label": "-", + "classification": { + "B": 5.44706272194162e-05, + "S": 1.5327865185099654e-05, + "I": 0.00218085921369493, + "C": 0.008703336119651794, + "R": 0.0019714159425348043, + "M": 0.003956343047320843, + "O": 0.000750168168451637, + "W": 5.367182529880665e-05, + "N": 6.696979835396633e-05, + "Y": 0.00722813606262207, + "U": 8.148836059262976e-05, + "K": 2.0526544176391326e-05, + "L": 0.0007342330063693225, + "G": 0.007495907600969076, + "F": 0.011272323317825794, + "E": 0.0006534489803016186, + "T": 0.007489951327443123, + "P": 0.049393415451049805, + "-": 0.8978779315948486 + }, + "id": "tp_26822" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3352753, + "label": "-", + "classification": { + "B": 2.3525196013451932e-08, + "S": 7.783268074490479e-08, + "I": 2.777602094283793e-05, + "C": 6.218160706339404e-07, + "R": 5.412020698258857e-08, + "M": 1.4363668014993891e-06, + "O": 1.2271412970221718e-06, + "W": 8.434552967173659e-08, + "N": 2.8110205221310025e-06, + "Y": 4.424252256285399e-05, + "U": 5.450900530945546e-08, + "K": 4.457210707187187e-06, + "L": 1.4944998127930376e-08, + "G": 5.1289362090756185e-06, + "F": 0.0009908077772706747, + "E": 9.626386599848047e-05, + "T": 1.9015027646673843e-05, + "P": 0.4775671362876892, + "-": 0.5212387442588806 + }, + "id": "tp_26823" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3352886, + "label": "-", + "classification": { + "B": 6.8270633164502215e-06, + "S": 1.5313793483073823e-05, + "I": 0.0014620318543165922, + "C": 0.0018624974181875587, + "R": 0.00046698268852196634, + "M": 0.002420322271063924, + "O": 0.0006223639938980341, + "W": 3.3943302696570754e-05, + "N": 0.00010710769856814295, + "Y": 0.0043218014761805534, + "U": 2.8225213100085966e-05, + "K": 2.8867727451142855e-05, + "L": 0.0001661598653299734, + "G": 0.0019212181214243174, + "F": 0.007579270750284195, + "E": 0.0007222606218419969, + "T": 0.004949264694005251, + "P": 0.07086386531591415, + "-": 0.9024217128753662 + }, + "id": "tp_26824" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3353020, + "label": "-", + "classification": { + "B": 8.646928790767561e-07, + "S": 2.664119847395341e-06, + "I": 0.0007750607328489423, + "C": 0.0005302173085510731, + "R": 0.00012582383351400495, + "M": 0.00014108128380030394, + "O": 9.004100866150111e-05, + "W": 8.940367479226552e-06, + "N": 6.418606790248305e-05, + "Y": 0.005959619767963886, + "U": 4.9561108426132705e-06, + "K": 0.0002554851525928825, + "L": 1.1437085049692541e-05, + "G": 0.002261864487081766, + "F": 0.0386812649667263, + "E": 0.0010633694473654032, + "T": 0.0009276615455746651, + "P": 0.10509967058897018, + "-": 0.8439957499504089 + }, + "id": "tp_26825" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3353153, + "label": "-", + "classification": { + "B": 1.7440909232391277e-06, + "S": 3.1712995678390143e-06, + "I": 0.00010639028914738446, + "C": 0.0010949152056127787, + "R": 0.00023859846987761557, + "M": 0.00037058189627714455, + "O": 0.0001586597500136122, + "W": 6.200357347552199e-06, + "N": 6.241042683541309e-06, + "Y": 0.024826427921652794, + "U": 1.574382622493431e-06, + "K": 2.0660705558839254e-05, + "L": 3.628252670750953e-05, + "G": 0.003771821968257427, + "F": 0.0203182902187109, + "E": 0.00014648475917056203, + "T": 0.0021393653005361557, + "P": 0.009726502001285553, + "-": 0.9370260834693909 + }, + "id": "tp_26826" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3353253, + "label": "-", + "classification": { + "B": 1.3041850932538068e-10, + "S": 1.52680146303652e-10, + "I": 2.9345594398932917e-08, + "C": 2.047703340224416e-08, + "R": 1.0429138663781146e-09, + "M": 1.6269947167302234e-08, + "O": 1.770176893955977e-08, + "W": 1.4364436029534744e-10, + "N": 5.800948610357182e-10, + "Y": 4.9776876949181315e-06, + "U": 4.2233095493005024e-11, + "K": 8.617466740190594e-09, + "L": 1.974689994854728e-10, + "G": 8.403998776884691e-07, + "F": 0.00047261410509236157, + "E": 1.1052880921624819e-07, + "T": 6.958786116229021e-07, + "P": 0.007256801705807447, + "-": 0.9922637939453125 + }, + "id": "tp_26827" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3353387, + "label": "-", + "classification": { + "B": 2.3041864249950805e-10, + "S": 9.070942219580047e-09, + "I": 9.231278852439573e-08, + "C": 1.1275058113824343e-06, + "R": 1.4748967203104257e-07, + "M": 6.404197279152868e-07, + "O": 1.3192531014283304e-06, + "W": 5.3603708138894035e-09, + "N": 2.794013687079655e-09, + "Y": 1.9259683540440165e-05, + "U": 1.4143601567706554e-10, + "K": 3.772886170150258e-10, + "L": 7.569828142095503e-08, + "G": 2.83471172224381e-06, + "F": 0.0011191045632585883, + "E": 6.834844867853462e-08, + "T": 9.758889973454643e-06, + "P": 0.002768199658021331, + "-": 0.9960773587226868 + }, + "id": "tp_26828" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3353520, + "label": "-", + "classification": { + "B": 8.2480502427984e-09, + "S": 1.45023104636266e-08, + "I": 1.5118911278477754e-06, + "C": 6.306375325948466e-06, + "R": 8.586346780248277e-07, + "M": 1.8764047126751393e-05, + "O": 2.4526614197384333e-06, + "W": 1.217697853661548e-08, + "N": 1.4597582698172573e-08, + "Y": 0.0003482327738311142, + "U": 3.0606890355500127e-09, + "K": 1.211119560196039e-08, + "L": 5.212553446654056e-07, + "G": 8.375407924177125e-05, + "F": 0.001331194769591093, + "E": 8.886703994903655e-07, + "T": 8.381975931115448e-05, + "P": 0.0031709300819784403, + "-": 0.9949506521224976 + }, + "id": "tp_26829" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3353654, + "label": "-", + "classification": { + "B": 4.7192540364449087e-07, + "S": 2.8869439461232105e-07, + "I": 2.1756724891019985e-05, + "C": 0.00027642378699965775, + "R": 3.5835964808939025e-05, + "M": 8.063423592830077e-05, + "O": 2.4646218662383035e-05, + "W": 7.21595256436558e-07, + "N": 7.560003609796695e-07, + "Y": 0.0006768509047105908, + "U": 6.003867838444421e-07, + "K": 1.1386605365260039e-06, + "L": 6.748357463948196e-06, + "G": 0.0002946821041405201, + "F": 0.004980570171028376, + "E": 8.777359653322492e-06, + "T": 0.00040513090789318085, + "P": 0.011544760316610336, + "-": 0.9816392660140991 + }, + "id": "tp_26830" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3353754, + "label": "-", + "classification": { + "B": 9.964136324924766e-07, + "S": 1.070344410436519e-06, + "I": 9.690217666502576e-06, + "C": 0.00012789056927431375, + "R": 3.399707202333957e-05, + "M": 0.00047169526806101203, + "O": 6.760383257642388e-05, + "W": 5.364033768273657e-07, + "N": 1.7193816859162325e-07, + "Y": 0.0034762423019856215, + "U": 6.84555061525316e-08, + "K": 3.66861385714401e-08, + "L": 6.053799734218046e-05, + "G": 0.0012779346434399486, + "F": 0.002958489814773202, + "E": 7.54441771277925e-06, + "T": 0.0016073796432465315, + "P": 0.0012846142053604126, + "-": 0.988613486289978 + }, + "id": "tp_26831" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3353887, + "label": "-", + "classification": { + "B": 2.889340500189519e-08, + "S": 4.050671265076744e-08, + "I": 3.0059034088480985e-06, + "C": 5.250498816167237e-06, + "R": 3.072951585636474e-06, + "M": 4.11609944421798e-05, + "O": 1.6095174942165613e-05, + "W": 1.1345685635433256e-07, + "N": 2.8320561895611718e-08, + "Y": 0.00029487060965038836, + "U": 9.195042061094227e-09, + "K": 9.116475574444394e-09, + "L": 1.7537628309582942e-06, + "G": 5.3638046665582806e-05, + "F": 0.0005199139704927802, + "E": 6.124862466094783e-07, + "T": 0.00014151149662211537, + "P": 0.0012878300622105598, + "-": 0.9976310729980469 + }, + "id": "tp_26832" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3354021, + "label": "-", + "classification": { + "B": 8.298854368149478e-07, + "S": 1.0034301567429793e-06, + "I": 0.00010537169873714447, + "C": 0.00029692205134779215, + "R": 8.488060120726004e-05, + "M": 0.00015111903485376388, + "O": 6.137678428785875e-05, + "W": 1.447747649763187e-06, + "N": 3.1490264973399462e-06, + "Y": 0.0032198892440646887, + "U": 1.5604086911480408e-06, + "K": 9.76098931460001e-07, + "L": 2.3956519726198167e-05, + "G": 0.000922910578083247, + "F": 0.006195354275405407, + "E": 3.399486013222486e-05, + "T": 0.0010361566673964262, + "P": 0.018683243542909622, + "-": 0.9691756963729858 + }, + "id": "tp_26833" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3354154, + "label": "-", + "classification": { + "B": 4.03481608373113e-05, + "S": 5.3838579333387315e-05, + "I": 0.000573548604734242, + "C": 0.001206632237881422, + "R": 0.00019273057114332914, + "M": 0.001292461296543479, + "O": 0.0005950573831796646, + "W": 5.102908471599221e-05, + "N": 0.00010182333789998665, + "Y": 0.004386447835713625, + "U": 2.3802351279300638e-05, + "K": 0.00023193533706944436, + "L": 0.00015057298878673464, + "G": 0.003376062260940671, + "F": 0.05120760202407837, + "E": 0.0022782031446695328, + "T": 0.0019721274729818106, + "P": 0.1121750995516777, + "-": 0.820090651512146 + }, + "id": "tp_26834" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3354254, + "label": "-", + "classification": { + "B": 1.685833922238089e-05, + "S": 2.224647323600948e-05, + "I": 0.0003881669254042208, + "C": 0.0009077824652194977, + "R": 0.0003148566174786538, + "M": 0.001223228988237679, + "O": 0.0005109328194521368, + "W": 2.4006803869269788e-05, + "N": 2.2053929569665343e-05, + "Y": 0.009942922741174698, + "U": 9.195733582600951e-06, + "K": 8.840011105348822e-06, + "L": 0.00018499001453164965, + "G": 0.0029561882838606834, + "F": 0.008257382549345493, + "E": 0.00012999310274608433, + "T": 0.00416093785315752, + "P": 0.0139511339366436, + "-": 0.9569683074951172 + }, + "id": "tp_26835" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3354388, + "label": "-", + "classification": { + "B": 1.5881473913736954e-08, + "S": 7.909699561992056e-09, + "I": 1.1159087875967089e-07, + "C": 1.2427439344264712e-07, + "R": 3.67468455664266e-09, + "M": 5.098880819787155e-07, + "O": 1.8751366326341667e-07, + "W": 2.0141948109397845e-09, + "N": 4.697259470276549e-09, + "Y": 1.6577537280682009e-06, + "U": 1.4808397563736975e-10, + "K": 1.2060109577660683e-09, + "L": 8.042324139978518e-09, + "G": 1.2182022146589588e-06, + "F": 0.0004956653574481606, + "E": 7.135311079764506e-07, + "T": 6.477778242697241e-06, + "P": 0.042871952056884766, + "-": 0.9566213488578796 + }, + "id": "tp_26836" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3354521, + "label": "-", + "classification": { + "B": 0.011294304393231869, + "S": 0.0035586992744356394, + "I": 0.003232175949960947, + "C": 0.005224024411290884, + "R": 0.0019409189699217677, + "M": 0.031046826392412186, + "O": 0.012531282380223274, + "W": 0.0022422506008297205, + "N": 0.0009630137355998158, + "Y": 0.020508617162704468, + "U": 0.00037150492426007986, + "K": 0.0005036072107031941, + "L": 0.009068397805094719, + "G": 0.029324566945433617, + "F": 0.08763483911752701, + "E": 0.011637353338301182, + "T": 0.01797550357878208, + "P": 0.09430010616779327, + "-": 0.6566420197486877 + }, + "id": "tp_26837" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3354655, + "label": "-", + "classification": { + "B": 1.6026688172132708e-05, + "S": 1.252678544005903e-06, + "I": 0.00021606605150736868, + "C": 7.598315278301015e-05, + "R": 1.7367661712341942e-05, + "M": 0.00016990347648970783, + "O": 5.739257176173851e-05, + "W": 1.3271868510855711e-06, + "N": 7.903502591943834e-06, + "Y": 0.0010351521195843816, + "U": 9.907093954097945e-07, + "K": 7.814326181687647e-07, + "L": 1.6929720004554838e-05, + "G": 0.0010805873898789287, + "F": 0.0026057620998471975, + "E": 0.00016880844486877322, + "T": 0.0010706930188462138, + "P": 0.12831254303455353, + "-": 0.8651446104049683 + }, + "id": "tp_26838" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3354755, + "label": "-", + "classification": { + "B": 3.1350507924798876e-05, + "S": 2.525545278331265e-05, + "I": 0.0019157268106937408, + "C": 0.0049902829341590405, + "R": 0.0014199692523106933, + "M": 0.000788070959970355, + "O": 0.000389339926186949, + "W": 5.375219916459173e-05, + "N": 0.00010142358223674819, + "Y": 0.007893335074186325, + "U": 4.237373286741786e-05, + "K": 7.303462916752324e-05, + "L": 0.00012796602095477283, + "G": 0.0023168749175965786, + "F": 0.015969201922416687, + "E": 0.0008108530309982598, + "T": 0.002099305158481002, + "P": 0.059120237827301025, + "-": 0.9018315672874451 + }, + "id": "tp_26839" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3354888, + "label": "-", + "classification": { + "B": 2.256874904560391e-05, + "S": 1.894789602374658e-05, + "I": 0.0014103183057159185, + "C": 0.0004565955023281276, + "R": 9.085262718144804e-05, + "M": 0.0005813866737298667, + "O": 0.0001854243892012164, + "W": 2.141037657565903e-05, + "N": 0.00014852055755909532, + "Y": 0.005407820921391249, + "U": 2.1872547222301364e-05, + "K": 7.41605254006572e-05, + "L": 3.551609188434668e-05, + "G": 0.0013128366554155946, + "F": 0.012570035643875599, + "E": 0.0013896145392209291, + "T": 0.002197016729041934, + "P": 0.21187211573123932, + "-": 0.7621830105781555 + }, + "id": "tp_26840" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3355022, + "label": "-", + "classification": { + "B": 8.965335291577503e-05, + "S": 1.570012500451412e-05, + "I": 0.001347426325082779, + "C": 0.000264158530626446, + "R": 5.601451266556978e-05, + "M": 0.0011054871138185263, + "O": 0.000282464170595631, + "W": 2.8660126190516166e-05, + "N": 9.545542707201093e-05, + "Y": 0.003112531965598464, + "U": 1.8721222659223713e-05, + "K": 5.655412678606808e-05, + "L": 6.219944771146402e-05, + "G": 0.001726267160847783, + "F": 0.007466689683496952, + "E": 0.000868978735525161, + "T": 0.0030826691072434187, + "P": 0.15312425792217255, + "-": 0.8271961808204651 + }, + "id": "tp_26841" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3355155, + "label": "-", + "classification": { + "B": 9.303220416256863e-09, + "S": 1.3858478808970176e-08, + "I": 7.519417067669565e-06, + "C": 7.2628617999725975e-06, + "R": 2.2339420979733404e-07, + "M": 2.495225999155082e-06, + "O": 8.915254170460685e-07, + "W": 3.4158784245619245e-08, + "N": 2.4558042355238285e-07, + "Y": 4.063261076225899e-05, + "U": 3.485995492269467e-08, + "K": 8.512197950949485e-07, + "L": 9.291343161521581e-08, + "G": 1.7343276340398006e-05, + "F": 0.0051792380400002, + "E": 1.5974526831996627e-05, + "T": 2.1087422283017077e-05, + "P": 0.08927376568317413, + "-": 0.9054321646690369 + }, + "id": "tp_26842" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3355255, + "label": "-", + "classification": { + "B": 0.00020685602794401348, + "S": 0.00033140723826363683, + "I": 0.004368099384009838, + "C": 0.002780945273116231, + "R": 0.0011993495281785727, + "M": 0.005474429111927748, + "O": 0.0031099875923246145, + "W": 0.0002511434140615165, + "N": 0.0006720594246871769, + "Y": 0.013323233462870121, + "U": 0.00012569277896545827, + "K": 0.0001182397099910304, + "L": 0.001155286212451756, + "G": 0.007560495752841234, + "F": 0.03332473710179329, + "E": 0.004135903436690569, + "T": 0.011323409155011177, + "P": 0.09108705818653107, + "-": 0.8194515705108643 + }, + "id": "tp_26843" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3355389, + "label": "-", + "classification": { + "B": 1.7847621620603604e-06, + "S": 9.340566009541362e-08, + "I": 0.00024253928859252483, + "C": 5.598218194791116e-05, + "R": 5.759579835284967e-06, + "M": 6.46702028461732e-05, + "O": 1.7841266526374966e-05, + "W": 2.5214237098225567e-07, + "N": 3.6597514281311305e-06, + "Y": 0.0004645895096473396, + "U": 2.8628670634134323e-07, + "K": 8.084141001063472e-08, + "L": 3.468411478024791e-06, + "G": 0.00025936035672202706, + "F": 0.00039322293014265597, + "E": 0.00025285626179538667, + "T": 0.00020572150242514908, + "P": 0.11321371048688889, + "-": 0.8848141431808472 + }, + "id": "tp_26844" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3355522, + "label": "-", + "classification": { + "B": 2.618401140352944e-06, + "S": 1.1042226333302096e-06, + "I": 0.002081201644614339, + "C": 7.502159860450774e-05, + "R": 1.1031978829123545e-05, + "M": 0.00037756614619866014, + "O": 3.49411930073984e-05, + "W": 1.6638047100059339e-06, + "N": 3.2327312510460615e-05, + "Y": 0.0016834205016493797, + "U": 1.6678432075423189e-06, + "K": 4.654788881452987e-06, + "L": 9.632270121073816e-06, + "G": 0.0012670549331232905, + "F": 0.0024510424118489027, + "E": 0.0027212516870349646, + "T": 0.0008348021074198186, + "P": 0.25662270188331604, + "-": 0.73178631067276 + }, + "id": "tp_26845" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3355656, + "label": "-", + "classification": { + "B": 3.722658732385753e-07, + "S": 1.5418797829624964e-06, + "I": 4.549473942461191e-06, + "C": 2.815866537275724e-05, + "R": 9.319845048594289e-06, + "M": 0.0001418077590642497, + "O": 6.742992991348729e-05, + "W": 8.170871979018557e-07, + "N": 1.3705910362205032e-07, + "Y": 0.00038667008630000055, + "U": 4.8040060818266284e-08, + "K": 3.729877562363981e-08, + "L": 2.1411789930425584e-05, + "G": 0.0002007792063523084, + "F": 0.0013798123691231012, + "E": 1.3602149238067796e-06, + "T": 0.0009752840851433575, + "P": 0.0017159238923341036, + "-": 0.9950645565986633 + }, + "id": "tp_26846" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3355756, + "label": "-", + "classification": { + "B": 2.0435454928247054e-07, + "S": 7.35591498823851e-08, + "I": 6.753515663149301e-06, + "C": 2.235937790828757e-05, + "R": 2.4710461730137467e-06, + "M": 5.358119778975379e-06, + "O": 5.509972197614843e-06, + "W": 1.5543123765837663e-07, + "N": 2.995604120314965e-07, + "Y": 0.0001434706646250561, + "U": 1.0364227165382545e-07, + "K": 1.3521626840429235e-07, + "L": 5.667498044203967e-07, + "G": 2.256683183077257e-05, + "F": 0.000983948353677988, + "E": 1.8659658280739677e-06, + "T": 0.000145608457387425, + "P": 0.030682874843478203, + "-": 0.9679756760597229 + }, + "id": "tp_26847" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3355889, + "label": "-", + "classification": { + "B": 1.4246182900023996e-07, + "S": 8.077542474893562e-07, + "I": 1.4089968090047478e-06, + "C": 3.282848047092557e-05, + "R": 3.0918645279598422e-06, + "M": 0.000766382145229727, + "O": 2.4169066819013096e-05, + "W": 1.2583872432969656e-07, + "N": 5.0318803346272034e-08, + "Y": 0.004488232545554638, + "U": 5.123768964665487e-09, + "K": 2.868694366497948e-07, + "L": 1.0250920240650885e-05, + "G": 0.0019758902490139008, + "F": 0.01176452450454235, + "E": 1.6867981685209088e-05, + "T": 0.0008764867088757455, + "P": 0.0008877107175067067, + "-": 0.9791507720947266 + }, + "id": "tp_26848" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3356023, + "label": "-", + "classification": { + "B": 3.45149260283506e-08, + "S": 2.8266818219435663e-08, + "I": 1.7228859405804542e-06, + "C": 2.492610838089604e-05, + "R": 1.1230599739064928e-05, + "M": 4.772710963152349e-05, + "O": 5.8552286645863205e-06, + "W": 5.7762829186458475e-08, + "N": 1.5533819563984252e-08, + "Y": 0.0015654513845220208, + "U": 1.308193642302058e-08, + "K": 1.9913622750777904e-08, + "L": 2.8993281375733204e-06, + "G": 0.0002464989374857396, + "F": 0.00307070417329669, + "E": 1.3306575965543743e-06, + "T": 0.00029958621598780155, + "P": 0.0010158657096326351, + "-": 0.9937059283256531 + }, + "id": "tp_26849" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3356156, + "label": "-", + "classification": { + "B": 6.066792366254958e-07, + "S": 2.1545959327795572e-07, + "I": 7.268763056345051e-06, + "C": 6.663579370069783e-06, + "R": 5.245375973572663e-07, + "M": 3.271269451943226e-05, + "O": 7.152776106522651e-06, + "W": 1.3354531347431475e-07, + "N": 4.1741253653526655e-07, + "Y": 0.00013205627328716218, + "U": 2.560983247690274e-08, + "K": 1.8817863178810512e-07, + "L": 4.311496013542637e-07, + "G": 8.069966861512512e-05, + "F": 0.002603677334263921, + "E": 2.9581287890323438e-05, + "T": 9.55321011133492e-05, + "P": 0.05777722969651222, + "-": 0.9392249584197998 + }, + "id": "tp_26850" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3356256, + "label": "-", + "classification": { + "B": 1.685314146016026e-06, + "S": 3.0372723358595977e-07, + "I": 5.517349109140923e-06, + "C": 2.2045647710910998e-05, + "R": 1.307138336414937e-05, + "M": 0.0001502514787716791, + "O": 5.401686212280765e-05, + "W": 5.610039011116896e-07, + "N": 9.734441874797994e-08, + "Y": 0.0004374711134005338, + "U": 3.327610897940758e-08, + "K": 2.5408199988419256e-08, + "L": 1.8644064766704105e-05, + "G": 0.0003265842969994992, + "F": 0.0016453685238957405, + "E": 4.44576244262862e-06, + "T": 0.00034809968201443553, + "P": 0.0037128969561308622, + "-": 0.9932589530944824 + }, + "id": "tp_26851" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3356390, + "label": "-", + "classification": { + "B": 4.681313114929253e-09, + "S": 1.4377579127256013e-08, + "I": 4.317770617490169e-06, + "C": 1.4906966043781722e-06, + "R": 2.7050998596678255e-07, + "M": 1.4556405403709505e-05, + "O": 1.712051243885071e-06, + "W": 1.9084181346329387e-08, + "N": 8.889848146509394e-08, + "Y": 0.00047235339297913015, + "U": 9.212432594551956e-09, + "K": 8.409245566554091e-08, + "L": 8.790284056203745e-08, + "G": 2.5225055651389994e-05, + "F": 0.0007316782721318305, + "E": 2.9859074857085943e-06, + "T": 0.00012924523616675287, + "P": 0.012824379839003086, + "-": 0.9857914447784424 + }, + "id": "tp_26852" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3356523, + "label": "-", + "classification": { + "B": 5.430838427855633e-07, + "S": 1.8359337161655276e-07, + "I": 5.33538986928761e-05, + "C": 6.432094232877716e-05, + "R": 7.58330224925885e-06, + "M": 8.773179433774203e-05, + "O": 1.3004251741222106e-05, + "W": 2.737900501870172e-07, + "N": 6.973194786041859e-07, + "Y": 0.0022266660816967487, + "U": 4.1292400965176057e-07, + "K": 9.911409506457858e-07, + "L": 4.864118636760395e-06, + "G": 0.0007114416221156716, + "F": 0.0018237924668937922, + "E": 5.057765156379901e-05, + "T": 0.0006332824705168605, + "P": 0.009921113960444927, + "-": 0.9843991994857788 + }, + "id": "tp_26853" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3356657, + "label": "-", + "classification": { + "B": 1.9856020117003936e-06, + "S": 1.7280841348110698e-05, + "I": 0.004943756852298975, + "C": 0.00012165787484264001, + "R": 3.4514927392592654e-05, + "M": 0.00042791260057128966, + "O": 0.00013246819435153157, + "W": 8.922959750634618e-06, + "N": 0.00018399456166662276, + "Y": 0.013648341409862041, + "U": 2.0944235075148754e-06, + "K": 2.2026737497071736e-05, + "L": 8.18059743323829e-06, + "G": 0.0003859701391775161, + "F": 0.0028917796444147825, + "E": 0.0004607879091054201, + "T": 0.004747672472149134, + "P": 0.1567026823759079, + "-": 0.8152580261230469 + }, + "id": "tp_26854" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3356757, + "label": "-", + "classification": { + "B": 2.008219865956562e-07, + "S": 8.926720624913287e-07, + "I": 1.0734301213233266e-05, + "C": 2.6713178158388473e-05, + "R": 3.1891445360088255e-06, + "M": 0.00035597675014287233, + "O": 2.8445443604141474e-05, + "W": 3.1387597232424014e-07, + "N": 4.819968921765394e-07, + "Y": 0.0006030040676705539, + "U": 7.853210348685025e-08, + "K": 1.5149012710935494e-07, + "L": 5.533539479074534e-06, + "G": 0.0001161183463409543, + "F": 0.0017983407014980912, + "E": 9.873240742308553e-06, + "T": 0.0014059515669941902, + "P": 0.006246850825846195, + "-": 0.989387035369873 + }, + "id": "tp_26855" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3356890, + "label": "-", + "classification": { + "B": 8.823007213720757e-09, + "S": 5.144696668679671e-09, + "I": 1.1073340147049748e-06, + "C": 3.01652761436344e-07, + "R": 1.880413158517058e-08, + "M": 2.4700436824787175e-06, + "O": 4.001207116743899e-07, + "W": 5.101049360689558e-09, + "N": 2.5203007680829614e-08, + "Y": 8.296238956972957e-05, + "U": 3.2189289012052313e-09, + "K": 1.0302286312935394e-07, + "L": 2.5308889206598906e-08, + "G": 1.4514109352603555e-05, + "F": 0.0018009667983278632, + "E": 4.165716745774262e-06, + "T": 3.023238059540745e-05, + "P": 0.024294069036841393, + "-": 0.9737685322761536 + }, + "id": "tp_26856" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3357024, + "label": "-", + "classification": { + "B": 1.9621204046416096e-05, + "S": 0.0007178199593909085, + "I": 0.0002093980583595112, + "C": 0.005291166715323925, + "R": 0.004473094828426838, + "M": 0.04954753443598747, + "O": 0.013576596975326538, + "W": 0.00022978606284596026, + "N": 1.0782399840536527e-05, + "Y": 0.07314242422580719, + "U": 3.982125235779677e-06, + "K": 4.398841156216804e-06, + "L": 0.023539016023278236, + "G": 0.053665291517972946, + "F": 0.056467097252607346, + "E": 9.078629955183715e-05, + "T": 0.04302866384387016, + "P": 0.0010552855674177408, + "-": 0.6749272346496582 + }, + "id": "tp_26857" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3357157, + "label": "-", + "classification": { + "B": 4.974818068603781e-08, + "S": 3.5662273134562383e-09, + "I": 1.7261760376641178e-06, + "C": 2.278339479744318e-06, + "R": 1.9856825872466288e-07, + "M": 1.821994737838395e-05, + "O": 8.505287496518577e-07, + "W": 4.981015155891555e-09, + "N": 1.4858344776769172e-08, + "Y": 0.00041815717122517526, + "U": 4.290473309964682e-09, + "K": 3.3927253895171816e-08, + "L": 1.7940516272574314e-07, + "G": 7.685938908252865e-05, + "F": 0.0003518837911542505, + "E": 7.71116992837051e-06, + "T": 9.68352469499223e-05, + "P": 0.002718588337302208, + "-": 0.9963064193725586 + }, + "id": "tp_26858" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3357257, + "label": "-", + "classification": { + "B": 4.2446794168427004e-07, + "S": 8.496198802276922e-07, + "I": 8.63536333781667e-05, + "C": 3.9921043935464695e-05, + "R": 3.902757725882111e-06, + "M": 4.6814984671073034e-05, + "O": 2.2449183234130032e-05, + "W": 9.745966735863476e-07, + "N": 5.685675205313601e-06, + "Y": 0.0003926675708498806, + "U": 6.332019779620168e-07, + "K": 1.3736115533902193e-06, + "L": 2.769380898826057e-06, + "G": 9.868921915767714e-05, + "F": 0.0020443734247237444, + "E": 6.16732650087215e-05, + "T": 0.0003995844454038888, + "P": 0.0939418151974678, + "-": 0.9028491377830505 + }, + "id": "tp_26859" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3357391, + "label": "-", + "classification": { + "B": 2.384195613558404e-05, + "S": 6.423034210456535e-05, + "I": 0.0004615798534359783, + "C": 0.0019928396213799715, + "R": 0.00042143359314650297, + "M": 0.0019365351181477308, + "O": 0.0008709427202120423, + "W": 6.568100798176602e-05, + "N": 7.973935862537473e-05, + "Y": 0.015093276277184486, + "U": 2.8312539143371396e-05, + "K": 0.00017361255595460534, + "L": 0.00024559369194321334, + "G": 0.004636447876691818, + "F": 0.038536813110113144, + "E": 0.0005548226181417704, + "T": 0.008186249062418938, + "P": 0.035142406821250916, + "-": 0.8914856314659119 + }, + "id": "tp_26860" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3357524, + "label": "-", + "classification": { + "B": 1.2050286102294194e-08, + "S": 2.4969081025005835e-08, + "I": 1.5083356856848695e-06, + "C": 6.643753636126348e-07, + "R": 4.572841305616748e-08, + "M": 2.3610220978298457e-06, + "O": 5.608388846667367e-07, + "W": 9.616694107705825e-09, + "N": 7.719176409182182e-08, + "Y": 8.501519187120721e-05, + "U": 3.0994891098146127e-09, + "K": 8.905433190875556e-08, + "L": 2.9581867622141544e-08, + "G": 8.489402716804761e-06, + "F": 0.0029662568122148514, + "E": 6.805325483583147e-06, + "T": 2.4732245947234333e-05, + "P": 0.040542084723711014, + "-": 0.9563613533973694 + }, + "id": "tp_26861" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3357658, + "label": "-", + "classification": { + "B": 1.4387904201385027e-08, + "S": 1.3599141368558776e-08, + "I": 8.33073954709107e-06, + "C": 3.1171171031019185e-06, + "R": 5.398310918280913e-07, + "M": 3.7451554817380384e-06, + "O": 1.9483941287035123e-06, + "W": 4.251314678072049e-08, + "N": 2.5254945512642735e-07, + "Y": 0.0003556905430741608, + "U": 1.708641761410945e-08, + "K": 3.7364560512287426e-07, + "L": 6.37866932606812e-08, + "G": 3.0248587790993042e-05, + "F": 0.00273557985201478, + "E": 7.72678595239995e-06, + "T": 2.8888520319014788e-05, + "P": 0.030673323199152946, + "-": 0.9661501049995422 + }, + "id": "tp_26862" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3357758, + "label": "-", + "classification": { + "B": 0.00048574423999525607, + "S": 0.0008259108290076256, + "I": 0.001999220112338662, + "C": 0.06137190759181976, + "R": 0.016023993492126465, + "M": 0.034537527710199356, + "O": 0.005908412393182516, + "W": 0.00024838009267114103, + "N": 6.810386548750103e-05, + "Y": 0.03306819498538971, + "U": 2.8674423447228037e-05, + "K": 5.476911610458046e-06, + "L": 0.027724644169211388, + "G": 0.10418076068162918, + "F": 0.04735128581523895, + "E": 0.0013235313817858696, + "T": 0.02952074259519577, + "P": 0.009570893831551075, + "-": 0.6257566213607788 + }, + "id": "tp_26863" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3357891, + "label": "-", + "classification": { + "B": 2.0097458853368666e-12, + "S": 7.636224958569235e-14, + "I": 3.4398248693889855e-09, + "C": 1.360151435925161e-10, + "R": 4.2830788828801536e-13, + "M": 2.40859471256627e-10, + "O": 4.3535532817662315e-11, + "W": 1.492906140506886e-13, + "N": 1.2102624458165678e-11, + "Y": 1.9219820046600944e-07, + "U": 1.5422244644541783e-13, + "K": 1.579371182447442e-11, + "L": 3.361391026635019e-13, + "G": 1.0399851646525349e-08, + "F": 6.7414343902783e-06, + "E": 9.868308836757933e-08, + "T": 1.3188661718288586e-08, + "P": 0.09394782036542892, + "-": 0.9060452580451965 + }, + "id": "tp_26864" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3358025, + "label": "-", + "classification": { + "B": 1.1348721962178843e-09, + "S": 1.1402645938574096e-08, + "I": 2.191850398958195e-07, + "C": 1.3895102028982365e-06, + "R": 5.8872860364544977e-08, + "M": 1.1106363899671123e-06, + "O": 3.8487510778395517e-07, + "W": 1.1193728610692233e-08, + "N": 2.133486809441365e-08, + "Y": 3.178869155817665e-05, + "U": 1.252903669701766e-09, + "K": 1.8275813999935053e-06, + "L": 1.0065141609061357e-08, + "G": 7.6124179031467065e-06, + "F": 0.007630371022969484, + "E": 5.099002919450868e-06, + "T": 1.366400010738289e-05, + "P": 0.007794435601681471, + "-": 0.9845120906829834 + }, + "id": "tp_26865" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3358158, + "label": "-", + "classification": { + "B": 1.3165605139420222e-07, + "S": 1.4455065411311807e-07, + "I": 3.0281123599706916e-06, + "C": 1.7581432985025458e-06, + "R": 4.596610949647584e-07, + "M": 7.90678404882783e-06, + "O": 6.573082828253973e-06, + "W": 1.3317203695351054e-07, + "N": 1.5687834320488037e-07, + "Y": 0.00022401934256777167, + "U": 1.5196290448216132e-08, + "K": 1.0650551729440849e-07, + "L": 4.088898890586279e-07, + "G": 4.273551894584671e-05, + "F": 0.006222531199455261, + "E": 7.239850674523041e-06, + "T": 5.244670683168806e-05, + "P": 0.02269112318754196, + "-": 0.9707391262054443 + }, + "id": "tp_26866" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3358258, + "label": "-", + "classification": { + "B": 4.993998992119941e-09, + "S": 1.1129402288645451e-08, + "I": 3.160874484819942e-06, + "C": 8.986854481918272e-06, + "R": 1.358324311695469e-06, + "M": 9.527444490231574e-06, + "O": 2.625539991640835e-06, + "W": 3.029176909308262e-08, + "N": 4.217983118337543e-08, + "Y": 0.0001408048119628802, + "U": 1.2993931264304592e-08, + "K": 1.9268211914891253e-08, + "L": 2.599790320800821e-07, + "G": 1.4246261343942024e-05, + "F": 0.0004224906151648611, + "E": 5.46069657048065e-07, + "T": 0.0001075240652426146, + "P": 0.005942289251834154, + "-": 0.993346095085144 + }, + "id": "tp_26867" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3358392, + "label": "-", + "classification": { + "B": 2.3402301962960337e-07, + "S": 1.8018171488165535e-07, + "I": 2.4349321847694227e-06, + "C": 1.235589820680616e-06, + "R": 2.954674300781335e-07, + "M": 4.74875487270765e-05, + "O": 1.5549487216048874e-05, + "W": 2.0001554901227792e-07, + "N": 6.022464305033282e-08, + "Y": 9.614316513761878e-05, + "U": 6.460689316867274e-09, + "K": 2.9894542397101986e-09, + "L": 2.0610798401321517e-06, + "G": 2.5879222448565997e-05, + "F": 0.0011770381825044751, + "E": 2.0331412997620646e-06, + "T": 0.0001190142284031026, + "P": 0.006910036783665419, + "-": 0.9916000366210938 + }, + "id": "tp_26868" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3358525, + "label": "-", + "classification": { + "B": 4.635878940462135e-05, + "S": 3.095001375186257e-05, + "I": 0.0010921264765784144, + "C": 0.0004614387289620936, + "R": 0.00012162886559963226, + "M": 0.0011343227233737707, + "O": 0.0004336883139330894, + "W": 3.060677045141347e-05, + "N": 6.997532182140276e-05, + "Y": 0.0034376299008727074, + "U": 1.1997241927019786e-05, + "K": 1.962149872269947e-05, + "L": 7.524078682763502e-05, + "G": 0.0029274900443851948, + "F": 0.006686147768050432, + "E": 0.00045486007002182305, + "T": 0.0021074137184768915, + "P": 0.15635541081428528, + "-": 0.8245030641555786 + }, + "id": "tp_26869" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3358625, + "label": "-", + "classification": { + "B": 7.464079487817799e-08, + "S": 2.4066039827630448e-08, + "I": 3.970925206431275e-07, + "C": 7.132828159228666e-07, + "R": 3.54988500816944e-08, + "M": 3.915249908459373e-05, + "O": 1.0764241551441955e-06, + "W": 1.442068064960722e-08, + "N": 1.3947815347137293e-08, + "Y": 0.00013654478243552148, + "U": 2.2044248648711573e-09, + "K": 8.780001792274561e-08, + "L": 9.677899015514413e-08, + "G": 2.0706229406641796e-05, + "F": 0.002337539102882147, + "E": 9.803603461477906e-06, + "T": 4.138566873734817e-05, + "P": 0.008273409679532051, + "-": 0.9891390204429626 + }, + "id": "tp_26870" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3358759, + "label": "-", + "classification": { + "B": 1.4717679732711986e-05, + "S": 1.8236811229144223e-05, + "I": 0.00022571347653865814, + "C": 0.0017675419803708792, + "R": 0.0002687944797798991, + "M": 0.0017428501741960645, + "O": 0.0003645001270342618, + "W": 9.956219400919508e-06, + "N": 1.2745766071020626e-05, + "Y": 0.0007525806431658566, + "U": 3.3222120237041963e-06, + "K": 1.0704638953029644e-06, + "L": 0.0002318506158189848, + "G": 0.00224462547339499, + "F": 0.012804252095520496, + "E": 0.00014537773677147925, + "T": 0.003866523504257202, + "P": 0.03393280878663063, + "-": 0.9415925145149231 + }, + "id": "tp_26871" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3358892, + "label": "-", + "classification": { + "B": 5.916298700947564e-12, + "S": 9.1163777915515e-12, + "I": 2.713315794267146e-09, + "C": 3.7855102386075146e-10, + "R": 6.789351025826562e-11, + "M": 1.660298387662351e-08, + "O": 5.263377733655261e-09, + "W": 2.8446602712284275e-12, + "N": 6.440801017526532e-12, + "Y": 3.924323266346619e-07, + "U": 1.1772372898559424e-13, + "K": 8.562930095892818e-13, + "L": 9.291472452543914e-11, + "G": 7.911132371418717e-08, + "F": 2.9391068892437033e-05, + "E": 2.364151097111744e-09, + "T": 3.9749772895447677e-07, + "P": 0.0009386755409650505, + "-": 0.9990310668945312 + }, + "id": "tp_26872" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3359026, + "label": "-", + "classification": { + "B": 2.4705942180958118e-08, + "S": 1.8130153378592695e-08, + "I": 8.616842023911886e-06, + "C": 1.1863536201417446e-05, + "R": 4.0654256849848025e-07, + "M": 7.116693268471863e-06, + "O": 2.2064743916416774e-06, + "W": 2.8362210358068296e-08, + "N": 3.1765640073899704e-07, + "Y": 0.00011062330304412171, + "U": 3.1820682977468095e-08, + "K": 2.2099690966115304e-07, + "L": 1.3466770099057612e-07, + "G": 3.041346099053044e-05, + "F": 0.0012880732538178563, + "E": 8.80890274856938e-06, + "T": 4.760603769682348e-05, + "P": 0.022465992718935013, + "-": 0.976017415523529 + }, + "id": "tp_26873" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3359126, + "label": "-", + "classification": { + "B": 1.5136306430463264e-08, + "S": 3.6027405059257944e-08, + "I": 1.2980310657439986e-06, + "C": 3.2469088182551786e-06, + "R": 1.2227643537698896e-06, + "M": 9.5613149824203e-06, + "O": 5.128659267938929e-06, + "W": 6.77008884508723e-08, + "N": 1.5879786374739524e-08, + "Y": 0.0002087235334329307, + "U": 7.256926615184511e-09, + "K": 1.066368593427569e-08, + "L": 9.392719562129059e-07, + "G": 3.252764872740954e-05, + "F": 0.0017113345675170422, + "E": 6.332061275315937e-07, + "T": 6.651200237683952e-05, + "P": 0.0036276180762797594, + "-": 0.9943310022354126 + }, + "id": "tp_26874" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3359259, + "label": "-", + "classification": { + "B": 1.497765111935223e-07, + "S": 1.8970285964314826e-07, + "I": 1.2168507055321243e-06, + "C": 1.853928921491388e-07, + "R": 2.252178887829359e-08, + "M": 5.072218300483655e-06, + "O": 2.7357843919162406e-06, + "W": 6.421700504688488e-08, + "N": 4.963110100675294e-08, + "Y": 1.783858533599414e-05, + "U": 1.7777767036264436e-09, + "K": 4.391604857545417e-09, + "L": 1.4590787600354815e-07, + "G": 8.195538612199016e-06, + "F": 0.0015472921077162027, + "E": 2.585282572908909e-06, + "T": 2.7856449378305115e-05, + "P": 0.0775919258594513, + "-": 0.9207944869995117 + }, + "id": "tp_26875" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3359393, + "label": "-", + "classification": { + "B": 6.919593033671845e-06, + "S": 9.011107067635749e-06, + "I": 0.0002579070278443396, + "C": 0.00025976577308028936, + "R": 5.303268335410394e-05, + "M": 0.0007122117676772177, + "O": 0.0003416015824768692, + "W": 1.2647247785935178e-05, + "N": 1.7682408724795096e-05, + "Y": 0.00263523799367249, + "U": 5.396590495365672e-06, + "K": 4.030931449960917e-06, + "L": 7.737513806205243e-05, + "G": 0.0009979791939258575, + "F": 0.005500443279743195, + "E": 0.00015595513104926795, + "T": 0.0022812390234321356, + "P": 0.042021412402391434, + "-": 0.9446501731872559 + }, + "id": "tp_26876" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3359526, + "label": "P", + "classification": { + "B": 1.4178711538193056e-08, + "S": 8.847259813649089e-09, + "I": 0.00011634042311925441, + "C": 1.4223636526367045e-06, + "R": 4.4067117954682544e-08, + "M": 7.18699823210045e-07, + "O": 2.3065419441081758e-07, + "W": 9.972050740714167e-09, + "N": 2.8137162644270575e-06, + "Y": 8.293476639664732e-06, + "U": 1.1151011669596755e-08, + "K": 1.2655681302931043e-07, + "L": 1.4755062061055924e-08, + "G": 6.764466434105998e-06, + "F": 0.0004274848324712366, + "E": 9.079102892428637e-05, + "T": 5.829760993947275e-06, + "P": 0.7803989052772522, + "-": 0.21894019842147827 + }, + "id": "tp_26877" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3359626, + "label": "-", + "classification": { + "B": 4.2759321416951934e-08, + "S": 1.0655657689540021e-07, + "I": 9.83955105766654e-05, + "C": 7.742418347334024e-06, + "R": 4.162328650636482e-07, + "M": 2.011678952840157e-05, + "O": 2.835843815773842e-06, + "W": 1.2472322907797206e-07, + "N": 4.18296758653014e-06, + "Y": 0.00025605206610634923, + "U": 1.0872289379904032e-07, + "K": 2.17241836253379e-06, + "L": 1.1915039976884145e-07, + "G": 3.918537913705222e-05, + "F": 0.0010501773795112967, + "E": 0.00017309628310613334, + "T": 0.00015126491780392826, + "P": 0.15592674911022186, + "-": 0.8422670960426331 + }, + "id": "tp_26878" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3359760, + "label": "-", + "classification": { + "B": 1.5509256101609026e-09, + "S": 3.639536894084472e-09, + "I": 9.382699204252276e-07, + "C": 2.623095838316658e-07, + "R": 1.7727252554777806e-07, + "M": 4.3068212107755244e-05, + "O": 1.3178445215089596e-06, + "W": 3.867253184353103e-09, + "N": 2.5364048639175962e-09, + "Y": 0.0009694429463706911, + "U": 3.3044297853557225e-10, + "K": 1.2955002348657985e-10, + "L": 3.107938084667694e-07, + "G": 1.64977627719054e-05, + "F": 0.0001267704355996102, + "E": 1.1669404642589143e-07, + "T": 0.0006723292171955109, + "P": 0.00052879867143929, + "-": 0.9976400136947632 + }, + "id": "tp_26879" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3359893, + "label": "-", + "classification": { + "B": 0.0008041124674491584, + "S": 0.00014315155567601323, + "I": 0.0117314662784338, + "C": 0.005630442872643471, + "R": 0.0010631118202582002, + "M": 0.006052511744201183, + "O": 0.001984476577490568, + "W": 0.00023227902420330793, + "N": 0.0010072382865473628, + "Y": 0.01018521562218666, + "U": 0.0001978257205337286, + "K": 0.00028942542849108577, + "L": 0.0007472431752830744, + "G": 0.010193679481744766, + "F": 0.011973850429058075, + "E": 0.01066506002098322, + "T": 0.007525571621954441, + "P": 0.1799803376197815, + "-": 0.7395930886268616 + }, + "id": "tp_26880" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3360027, + "label": "-", + "classification": { + "B": 2.348056860057568e-08, + "S": 3.1714233017510196e-08, + "I": 1.741530439858252e-07, + "C": 1.6018084352253936e-06, + "R": 5.9096464610775e-07, + "M": 4.3668693251674995e-05, + "O": 4.489992988965241e-06, + "W": 2.4542597287791068e-08, + "N": 2.902665441339991e-09, + "Y": 0.00071458809543401, + "U": 6.820939368878953e-10, + "K": 3.117611724334779e-09, + "L": 9.032464163283294e-07, + "G": 4.1149341996060684e-05, + "F": 0.0008990959031507373, + "E": 4.0685142721486045e-07, + "T": 0.00018019099661614746, + "P": 0.0004847148957196623, + "-": 0.997628390789032 + }, + "id": "tp_26881" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3360127, + "label": "-", + "classification": { + "B": 9.166661243398266e-07, + "S": 1.9071939050263609e-06, + "I": 1.0698801816033665e-05, + "C": 8.18206990516046e-06, + "R": 6.937972898413136e-07, + "M": 5.6980694353114814e-05, + "O": 1.9014070858247578e-05, + "W": 5.737520609727653e-07, + "N": 1.2088966059309314e-06, + "Y": 0.00037823934690095484, + "U": 1.777331419816619e-07, + "K": 8.758834724176268e-07, + "L": 2.8204462978465017e-06, + "G": 0.00014595281390938908, + "F": 0.009949654340744019, + "E": 3.819098128587939e-05, + "T": 0.0004754828696604818, + "P": 0.04411306604743004, + "-": 0.9447953104972839 + }, + "id": "tp_26882" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3360260, + "label": "-", + "classification": { + "B": 4.2522401599853765e-06, + "S": 2.589143832665286e-06, + "I": 9.904661419568583e-05, + "C": 0.00016756834520492703, + "R": 1.6849031453602947e-05, + "M": 0.00011572436051210389, + "O": 6.342303095152602e-05, + "W": 2.6959708065987797e-06, + "N": 8.077564416453242e-06, + "Y": 0.0007751981029286981, + "U": 2.0318957467679866e-06, + "K": 7.295842806342989e-06, + "L": 1.2732186405628454e-05, + "G": 0.0005996031104587018, + "F": 0.017986685037612915, + "E": 0.00012728040746878833, + "T": 0.00036113153328187764, + "P": 0.07295067608356476, + "-": 0.9066970348358154 + }, + "id": "tp_26883" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3360394, + "label": "-", + "classification": { + "B": 2.544538256188389e-05, + "S": 9.951913853001315e-06, + "I": 0.00029825465753674507, + "C": 0.0004252060316503048, + "R": 5.226214125286788e-05, + "M": 0.00037578714545816183, + "O": 0.00012666867405641824, + "W": 9.842492545431014e-06, + "N": 2.6035042537841946e-05, + "Y": 0.003625202691182494, + "U": 5.8869591157417744e-06, + "K": 2.1757366994279437e-05, + "L": 2.815475636452902e-05, + "G": 0.0012835420202463865, + "F": 0.007914969697594643, + "E": 0.000592001830227673, + "T": 0.001974452054128051, + "P": 0.06237127259373665, + "-": 0.9208332896232605 + }, + "id": "tp_26884" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3360527, + "label": "-", + "classification": { + "B": 2.838627111145797e-10, + "S": 9.185371352415928e-10, + "I": 3.615370758325298e-08, + "C": 3.808583315390024e-08, + "R": 1.9740502565923634e-09, + "M": 4.610900816715002e-08, + "O": 3.697084949294549e-08, + "W": 6.720494716283554e-10, + "N": 1.4245343793461984e-09, + "Y": 9.454324754187837e-06, + "U": 1.3370110574228988e-10, + "K": 5.529504321089007e-08, + "L": 4.079981630322749e-10, + "G": 1.0177190006288583e-06, + "F": 0.0003415337414480746, + "E": 1.0415151763254471e-07, + "T": 3.029285835509654e-06, + "P": 0.0026306246872991323, + "-": 0.9970139265060425 + }, + "id": "tp_26885" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3360627, + "label": "-", + "classification": { + "B": 8.22974399738996e-09, + "S": 2.5234102807303316e-08, + "I": 1.1631977940851357e-05, + "C": 8.560772357668611e-07, + "R": 1.4768465916858986e-07, + "M": 2.112705715262564e-06, + "O": 1.5057686368891154e-06, + "W": 2.7971216454147907e-08, + "N": 4.853123414250149e-07, + "Y": 0.00012127263471484184, + "U": 9.936305112034916e-09, + "K": 5.914014877816953e-07, + "L": 2.709104052200928e-08, + "G": 1.0990838745783549e-05, + "F": 0.0011525757145136595, + "E": 1.1054341484850738e-05, + "T": 3.989144170191139e-05, + "P": 0.09321575611829758, + "-": 0.9054309725761414 + }, + "id": "tp_26886" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3360761, + "label": "-", + "classification": { + "B": 2.678618438167746e-10, + "S": 2.66188265873879e-10, + "I": 2.93508595206049e-08, + "C": 1.4313744856053745e-08, + "R": 4.515942286786867e-09, + "M": 5.538518053072039e-07, + "O": 9.74215978999382e-08, + "W": 2.953581546005779e-10, + "N": 7.340121566112856e-11, + "Y": 1.6822656107251532e-05, + "U": 8.992974767640938e-12, + "K": 5.128403344351051e-12, + "L": 1.0017489060487605e-08, + "G": 8.041943715397792e-07, + "F": 5.657162546413019e-05, + "E": 1.2708855301468702e-08, + "T": 7.718016604485456e-06, + "P": 0.0006641779909841716, + "-": 0.9992530941963196 + }, + "id": "tp_26887" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3360894, + "label": "-", + "classification": { + "B": 3.090996569810045e-09, + "S": 6.590536116846124e-09, + "I": 2.9910836474300595e-07, + "C": 1.398331050950219e-06, + "R": 1.0619093160357806e-07, + "M": 3.377061875653453e-05, + "O": 1.6992817108985037e-06, + "W": 4.019335086979936e-09, + "N": 4.279147258756666e-09, + "Y": 0.0002950703492388129, + "U": 1.0767827740565394e-09, + "K": 6.642302263770716e-09, + "L": 2.928657920620026e-07, + "G": 3.8867598050273955e-05, + "F": 0.0014408063143491745, + "E": 9.375862077831698e-07, + "T": 0.00015913433162495494, + "P": 0.001998304156586528, + "-": 0.996029257774353 + }, + "id": "tp_26888" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3361028, + "label": "-", + "classification": { + "B": 5.340642019291408e-06, + "S": 1.4619326975662261e-06, + "I": 6.924522313056514e-05, + "C": 3.292875044280663e-05, + "R": 7.387100140476832e-06, + "M": 0.0001962965034181252, + "O": 4.737892959383316e-05, + "W": 1.3941931911176653e-06, + "N": 2.0545307961583603e-06, + "Y": 0.0005363153177313507, + "U": 2.3805631599316257e-07, + "K": 3.407249380416033e-07, + "L": 9.436826985620428e-06, + "G": 0.00032571106567047536, + "F": 0.001235744683071971, + "E": 0.00010214591748081148, + "T": 0.0005021365359425545, + "P": 0.035349659621715546, + "-": 0.9615747332572937 + }, + "id": "tp_26889" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3361128, + "label": "-", + "classification": { + "B": 3.0334069833770627e-07, + "S": 2.542433549024281e-06, + "I": 1.3500142813427374e-05, + "C": 0.0014451261376962066, + "R": 0.00013048631080891937, + "M": 0.000127888546558097, + "O": 4.767229256685823e-05, + "W": 1.661660235185991e-06, + "N": 4.4842008151135815e-07, + "Y": 0.0019538705237209797, + "U": 1.0957663931776551e-07, + "K": 1.0085661870107288e-06, + "L": 1.5542007531621493e-05, + "G": 0.001344545278698206, + "F": 0.010134885087609291, + "E": 1.4665087292087264e-05, + "T": 0.0007966847624629736, + "P": 0.0020866114646196365, + "-": 0.9818825125694275 + }, + "id": "tp_26890" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3361261, + "label": "-", + "classification": { + "B": 3.331884727231227e-06, + "S": 5.952735591563396e-06, + "I": 0.00014668902440462261, + "C": 0.0003252666210755706, + "R": 6.835817475803196e-05, + "M": 0.0004342206520959735, + "O": 0.00014156877296045423, + "W": 4.845631337957457e-06, + "N": 1.0358208783145528e-05, + "Y": 0.0033348288852721453, + "U": 3.071253559028264e-06, + "K": 3.5750747429119656e-06, + "L": 5.678572051692754e-05, + "G": 0.0012196017196401954, + "F": 0.008746322244405746, + "E": 0.00020102625421714038, + "T": 0.0023910270538181067, + "P": 0.041981786489486694, + "-": 0.9409215450286865 + }, + "id": "tp_26891" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3361395, + "label": "-", + "classification": { + "B": 4.6893277612980455e-05, + "S": 2.231162943644449e-05, + "I": 0.00025325475144200027, + "C": 9.862375736702234e-05, + "R": 3.1492898415308446e-05, + "M": 0.0011063475394621491, + "O": 0.00037501941551454365, + "W": 2.732906250457745e-05, + "N": 2.2677686501992866e-05, + "Y": 0.004424872808158398, + "U": 8.477524715999607e-06, + "K": 1.5145024008234031e-05, + "L": 8.646117930766195e-05, + "G": 0.0011462304973974824, + "F": 0.00929003395140171, + "E": 0.00021370714239310473, + "T": 0.0035953966435045004, + "P": 0.063922218978405, + "-": 0.9153134822845459 + }, + "id": "tp_26892" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3361528, + "label": "-", + "classification": { + "B": 8.717019994719521e-08, + "S": 2.5440959916522843e-07, + "I": 6.769785977667198e-05, + "C": 3.5417651815805584e-05, + "R": 1.7224414477823302e-05, + "M": 0.0002364830725127831, + "O": 3.2407097023678944e-05, + "W": 3.127265983948746e-07, + "N": 6.797519631618343e-07, + "Y": 0.0067171258851885796, + "U": 4.1978310605372826e-07, + "K": 3.054527297763343e-08, + "L": 1.3805904018227011e-05, + "G": 0.0002703267091419548, + "F": 0.00037119342596270144, + "E": 2.746002337516984e-06, + "T": 0.007196870632469654, + "P": 0.004058671183884144, + "-": 0.9809783697128296 + }, + "id": "tp_26893" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3361628, + "label": "-", + "classification": { + "B": 3.6829284066897117e-10, + "S": 2.360102779874751e-09, + "I": 1.4406603554562025e-07, + "C": 9.00954717053537e-07, + "R": 5.6350391020032475e-08, + "M": 2.433577947158483e-06, + "O": 4.2430593794051674e-07, + "W": 1.5765515559706955e-09, + "N": 3.2738547428579068e-09, + "Y": 5.804809552500956e-05, + "U": 4.3270695360142497e-10, + "K": 4.9400692425649595e-09, + "L": 4.503703721070451e-08, + "G": 7.163899681472685e-06, + "F": 0.0019271742785349488, + "E": 2.6235036898469843e-07, + "T": 2.4313219910254702e-05, + "P": 0.002839952241629362, + "-": 0.9951390027999878 + }, + "id": "tp_26894" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3361762, + "label": "P", + "classification": { + "B": 9.111990948440507e-07, + "S": 1.4277304671850288e-07, + "I": 0.0001259676500922069, + "C": 1.0664020010153763e-05, + "R": 2.17649653677654e-06, + "M": 4.9503514674142934e-06, + "O": 8.12218786450103e-06, + "W": 2.658658502241451e-07, + "N": 5.593260084424401e-06, + "Y": 2.2021746190148406e-05, + "U": 1.458926845998576e-07, + "K": 1.2480195721309428e-07, + "L": 7.241657726808626e-07, + "G": 7.144176197471097e-05, + "F": 0.00048594229156151414, + "E": 2.490918086550664e-05, + "T": 8.446025458397344e-05, + "P": 0.5383987426757812, + "-": 0.4607527256011963 + }, + "id": "tp_26895" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3361895, + "label": "-", + "classification": { + "B": 0.00018582059419713914, + "S": 0.0024239851627498865, + "I": 0.004067390225827694, + "C": 0.17864112555980682, + "R": 0.040087901055812836, + "M": 0.01241447776556015, + "O": 0.0077003310434520245, + "W": 0.0009906254708766937, + "N": 0.0005114547093398869, + "Y": 0.026222124695777893, + "U": 0.00016267123282887042, + "K": 0.0002836233179550618, + "L": 0.00850930530577898, + "G": 0.05017034709453583, + "F": 0.0560072660446167, + "E": 0.002531057456508279, + "T": 0.03184507414698601, + "P": 0.024360446259379387, + "-": 0.5528849959373474 + }, + "id": "tp_26896" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3362029, + "label": "-", + "classification": { + "B": 3.13249204353383e-09, + "S": 3.919145896702503e-09, + "I": 3.4254067031724844e-06, + "C": 5.05235266246018e-06, + "R": 7.398924140034069e-07, + "M": 5.871174835192505e-06, + "O": 1.2731852621072903e-06, + "W": 7.753465425253125e-09, + "N": 3.14836690051834e-08, + "Y": 0.00013251790369395167, + "U": 1.2501192081515455e-08, + "K": 1.2473182486871792e-08, + "L": 1.4478648324711685e-07, + "G": 1.7266465874854475e-05, + "F": 0.00018030015053227544, + "E": 4.67248156610367e-07, + "T": 0.0001192596901091747, + "P": 0.006362185347825289, + "-": 0.9931714534759521 + }, + "id": "tp_26897" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3362129, + "label": "-", + "classification": { + "B": 6.205175040463473e-09, + "S": 6.711125166702914e-08, + "I": 5.338803816812288e-07, + "C": 1.299990890402114e-05, + "R": 2.4002551981539e-06, + "M": 0.00010503453813726082, + "O": 1.227403845405206e-05, + "W": 4.323699087649402e-08, + "N": 1.742270505644683e-08, + "Y": 0.004161840304732323, + "U": 3.1078748463642114e-09, + "K": 9.503891362783179e-08, + "L": 3.0076271286816336e-06, + "G": 0.0004928659764118493, + "F": 0.006121964659541845, + "E": 9.006409982248442e-07, + "T": 0.0005802270607091486, + "P": 0.00020097848027944565, + "-": 0.988304615020752 + }, + "id": "tp_26898" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3362262, + "label": "-", + "classification": { + "B": 3.3224146136490162e-06, + "S": 2.2214788259589113e-05, + "I": 9.808936738409102e-05, + "C": 0.0011642731260508299, + "R": 0.0002522375725675374, + "M": 0.0004288772470317781, + "O": 0.00018244489911012352, + "W": 1.0654533980414271e-05, + "N": 6.726327683281852e-06, + "Y": 0.0007970291189849377, + "U": 2.0195250272081466e-06, + "K": 3.2155548979062587e-06, + "L": 4.6547167585231364e-05, + "G": 0.0005083578289486468, + "F": 0.006850214209407568, + "E": 6.29077258054167e-05, + "T": 0.0014204182662069798, + "P": 0.013224693946540356, + "-": 0.9749158620834351 + }, + "id": "tp_26899" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3362396, + "label": "-", + "classification": { + "B": 4.9230798992994096e-08, + "S": 1.905259949808169e-08, + "I": 4.1702600128701306e-07, + "C": 4.744734098949266e-07, + "R": 1.072970192694811e-07, + "M": 9.494681762589607e-06, + "O": 2.7651715299725765e-06, + "W": 1.1239671415808061e-08, + "N": 5.667270652764955e-09, + "Y": 5.911926564294845e-05, + "U": 4.907147466148842e-10, + "K": 3.9217176728278957e-10, + "L": 3.357731088726723e-07, + "G": 1.7653346731094643e-05, + "F": 0.000731341540813446, + "E": 4.2822603063541465e-07, + "T": 3.935207496397197e-05, + "P": 0.0025508999824523926, + "-": 0.9965875148773193 + }, + "id": "tp_26900" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3362529, + "label": "-", + "classification": { + "B": 6.319044700831e-07, + "S": 2.110820560119464e-06, + "I": 1.6410947864642367e-05, + "C": 0.00014972542703617364, + "R": 1.4006925994181074e-05, + "M": 5.5384043662343174e-05, + "O": 4.652423012885265e-05, + "W": 1.8983919289894402e-06, + "N": 2.261849431306473e-06, + "Y": 0.0009395374800078571, + "U": 4.182644488537335e-07, + "K": 2.6335321308579296e-05, + "L": 4.854750386584783e-06, + "G": 0.00034129159757867455, + "F": 0.018045799806714058, + "E": 6.002542795613408e-05, + "T": 0.0003679844958242029, + "P": 0.015669258311390877, + "-": 0.9642555713653564 + }, + "id": "tp_26901" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3362629, + "label": "-", + "classification": { + "B": 6.813213104805982e-08, + "S": 1.53761643417738e-08, + "I": 1.8137805454898626e-05, + "C": 2.5721994461491704e-05, + "R": 2.5276729047618574e-06, + "M": 3.319227107567713e-05, + "O": 7.641753654752392e-06, + "W": 4.032585465552074e-08, + "N": 1.968083296333134e-07, + "Y": 9.720580419525504e-05, + "U": 3.0147933927082704e-08, + "K": 5.6038480522602185e-09, + "L": 1.3476217191055184e-06, + "G": 7.220753468573093e-05, + "F": 0.00021893219673074782, + "E": 4.9546811169420835e-06, + "T": 0.00017901045794133097, + "P": 0.012039789929986, + "-": 0.9872990250587463 + }, + "id": "tp_26902" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3362763, + "label": "-", + "classification": { + "B": 1.6094070520722425e-11, + "S": 1.079493439082313e-11, + "I": 8.530173545295838e-07, + "C": 6.699689265587949e-07, + "R": 1.8726790784739933e-08, + "M": 1.65700804188873e-08, + "O": 5.039487938063303e-09, + "W": 3.989578806207206e-11, + "N": 4.10299438868833e-09, + "Y": 2.035731631622184e-05, + "U": 1.3499866502453273e-10, + "K": 6.086567694296718e-09, + "L": 9.433345771192592e-11, + "G": 9.446247304367716e-07, + "F": 3.583032594178803e-05, + "E": 2.0743726736327517e-07, + "T": 1.2266206113054068e-06, + "P": 0.018936067819595337, + "-": 0.9810038208961487 + }, + "id": "tp_26903" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3362896, + "label": "-", + "classification": { + "B": 7.89269142842386e-06, + "S": 1.1588490451686084e-05, + "I": 0.00020118025713600218, + "C": 0.0003172486030962318, + "R": 3.452087184996344e-05, + "M": 0.00012616088497452438, + "O": 8.68590796017088e-05, + "W": 1.0361280146753415e-05, + "N": 4.590038224705495e-05, + "Y": 0.002633765572682023, + "U": 2.748048700595973e-06, + "K": 0.00024917779956012964, + "L": 9.475313163420651e-06, + "G": 0.002491405000910163, + "F": 0.08459121733903885, + "E": 0.0022655162028968334, + "T": 0.000664783117827028, + "P": 0.13415734469890594, + "-": 0.772092878818512 + }, + "id": "tp_26904" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3363030, + "label": "-", + "classification": { + "B": 1.3535377547668759e-06, + "S": 1.7893605672725243e-06, + "I": 0.00010573965118965134, + "C": 0.00030577965662814677, + "R": 1.8635575543157756e-05, + "M": 0.00027636249433271587, + "O": 3.2513635233044624e-05, + "W": 1.4317643035610672e-06, + "N": 6.435788236558437e-06, + "Y": 0.002778528491035104, + "U": 1.0488486168469535e-06, + "K": 1.5760074347781483e-06, + "L": 1.2856860848842189e-05, + "G": 0.0008684880449436605, + "F": 0.008228368125855923, + "E": 0.0003276241186540574, + "T": 0.001533767324872315, + "P": 0.07425598055124283, + "-": 0.9112417101860046 + }, + "id": "tp_26905" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3363130, + "label": "-", + "classification": { + "B": 4.624920984497294e-05, + "S": 9.15030250325799e-06, + "I": 0.00013911219139117748, + "C": 4.0539664041716605e-05, + "R": 7.494915735151153e-06, + "M": 0.0005175742553547025, + "O": 6.80073571857065e-05, + "W": 3.8041400785004953e-06, + "N": 9.660028808866628e-06, + "Y": 0.0022503132931888103, + "U": 1.125694780057529e-06, + "K": 1.6872249034349807e-05, + "L": 2.0245615814928897e-05, + "G": 0.001691474113613367, + "F": 0.010747624561190605, + "E": 0.00154841598123312, + "T": 0.001359909656457603, + "P": 0.0485687255859375, + "-": 0.9329536557197571 + }, + "id": "tp_26906" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3363263, + "label": "-", + "classification": { + "B": 1.9389284489079728e-07, + "S": 4.0787366373251643e-08, + "I": 6.073088570701657e-06, + "C": 1.8367063603363931e-06, + "R": 7.01783449130744e-08, + "M": 6.300569111772347e-06, + "O": 1.6523698604942183e-06, + "W": 9.1887830677706e-09, + "N": 2.4184402036553365e-07, + "Y": 4.00525786972139e-05, + "U": 7.48540429640343e-09, + "K": 3.4055208431027495e-08, + "L": 2.7809915081888903e-07, + "G": 6.969922833377495e-05, + "F": 0.002613020595163107, + "E": 0.00010759027645690367, + "T": 7.134216139093041e-05, + "P": 0.10493526607751846, + "-": 0.8921462893486023 + }, + "id": "tp_26907" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3363397, + "label": "-", + "classification": { + "B": 2.2765898055610023e-09, + "S": 7.889759401358276e-10, + "I": 2.4031687750891706e-09, + "C": 1.4024352790187322e-09, + "R": 9.602088013593857e-10, + "M": 3.877305061905645e-06, + "O": 3.2740246069806744e-07, + "W": 1.5565607136558413e-10, + "N": 1.4618419322265375e-12, + "Y": 6.498213679151377e-06, + "U": 6.933201164875322e-14, + "K": 2.9599108944010008e-15, + "L": 6.719601941540532e-08, + "G": 2.4464004582114285e-06, + "F": 2.4187327653635293e-05, + "E": 1.2600058774125955e-09, + "T": 3.6675714909506496e-06, + "P": 5.436323772300966e-05, + "-": 0.9999045133590698 + }, + "id": "tp_26908" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3363530, + "label": "-", + "classification": { + "B": 1.542762646522533e-07, + "S": 5.342195890989387e-06, + "I": 2.1765490600955673e-05, + "C": 0.002240358851850033, + "R": 0.0003417115076445043, + "M": 0.00018243530939798802, + "O": 0.00011760748020606115, + "W": 3.169133606206742e-06, + "N": 1.4341405858431244e-06, + "Y": 0.000535610772203654, + "U": 4.733404352919024e-07, + "K": 5.336383424037194e-07, + "L": 4.527125202002935e-05, + "G": 0.0005343147204257548, + "F": 0.010054059326648712, + "E": 8.322756002598908e-06, + "T": 0.001230555702932179, + "P": 0.0065752360969781876, + "-": 0.9781016707420349 + }, + "id": "tp_26909" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3363630, + "label": "-", + "classification": { + "B": 1.0918964932216113e-07, + "S": 1.009801599138882e-05, + "I": 2.527884134906344e-06, + "C": 5.181257802178152e-05, + "R": 1.2448947927623522e-05, + "M": 0.0004261826106812805, + "O": 0.00010193218622589484, + "W": 3.491751613182714e-06, + "N": 8.355353315891989e-07, + "Y": 0.007191454526036978, + "U": 1.0540698269778659e-07, + "K": 0.0001143019981100224, + "L": 1.2104221241315827e-05, + "G": 0.001975645311176777, + "F": 0.09908301383256912, + "E": 6.564030627487227e-05, + "T": 0.002317506819963455, + "P": 0.0035611505154520273, + "-": 0.8850695490837097 + }, + "id": "tp_26910" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3363764, + "label": "-", + "classification": { + "B": 1.9416785335124587e-07, + "S": 3.1979394066183886e-07, + "I": 7.218987434498558e-07, + "C": 1.5230683629852138e-06, + "R": 8.549931180823478e-07, + "M": 2.9383862056420185e-05, + "O": 2.9573146093753166e-05, + "W": 1.6655577894653106e-07, + "N": 1.448847797291819e-08, + "Y": 0.000131679029436782, + "U": 1.801744087259749e-09, + "K": 6.87715828728841e-10, + "L": 5.236214292381192e-06, + "G": 4.282639201846905e-05, + "F": 0.0011441580718383193, + "E": 4.2272063183190767e-07, + "T": 0.0001314713736064732, + "P": 0.0010537448106333613, + "-": 0.997427761554718 + }, + "id": "tp_26911" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3363897, + "label": "-", + "classification": { + "B": 1.1490914403111674e-05, + "S": 4.181332406005822e-05, + "I": 0.00017168314661830664, + "C": 0.002279584063217044, + "R": 0.0005703119677491486, + "M": 0.002332598203793168, + "O": 0.0003778801765292883, + "W": 1.2687033631664235e-05, + "N": 1.234369210578734e-05, + "Y": 0.010464039631187916, + "U": 3.09092706629599e-06, + "K": 1.1964189980062656e-05, + "L": 0.00030395438079722226, + "G": 0.007515822071582079, + "F": 0.04121825844049454, + "E": 0.0004611122130881995, + "T": 0.00461320485919714, + "P": 0.011590486392378807, + "-": 0.9180077314376831 + }, + "id": "tp_26912" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3364031, + "label": "-", + "classification": { + "B": 4.0185756944310924e-09, + "S": 8.493219461058743e-09, + "I": 4.0430304579786025e-06, + "C": 1.783027528290404e-06, + "R": 2.562812255746394e-07, + "M": 3.6824692983827845e-07, + "O": 1.0094233857671497e-06, + "W": 1.2904997070961599e-08, + "N": 2.107106951143578e-07, + "Y": 0.00010324185859644786, + "U": 2.3759202605333485e-08, + "K": 2.3039775953748176e-07, + "L": 2.7624366794043453e-08, + "G": 1.0023625691246707e-05, + "F": 0.0005640201852656901, + "E": 2.142176981578814e-06, + "T": 2.8545422537717968e-05, + "P": 0.02578020840883255, + "-": 0.9735038876533508 + }, + "id": "tp_26913" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3364131, + "label": "-", + "classification": { + "B": 5.550226234163347e-08, + "S": 2.141080813089502e-06, + "I": 1.779010381142143e-05, + "C": 0.002646756824105978, + "R": 0.000404294696636498, + "M": 0.001227439264766872, + "O": 0.00026018847711384296, + "W": 3.1521651635557646e-06, + "N": 8.394601991312811e-07, + "Y": 0.03605468571186066, + "U": 3.1161826541392657e-07, + "K": 8.14336453913711e-06, + "L": 0.00016005734505597502, + "G": 0.012955202721059322, + "F": 0.05830392241477966, + "E": 2.7394049538997933e-05, + "T": 0.006642010994255543, + "P": 0.0013665873557329178, + "-": 0.8799189329147339 + }, + "id": "tp_26914" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3364264, + "label": "-", + "classification": { + "B": 1.4478515053539809e-09, + "S": 1.4569379036544206e-09, + "I": 4.7304610006904113e-07, + "C": 1.0515599058180669e-07, + "R": 5.0248011973508255e-08, + "M": 3.657539082269068e-06, + "O": 6.701127972519316e-07, + "W": 9.228046660147982e-10, + "N": 1.627329271336464e-09, + "Y": 7.790848758304492e-05, + "U": 2.143951821631518e-10, + "K": 3.8304050903326115e-11, + "L": 1.1074533290411637e-07, + "G": 1.002312455966603e-05, + "F": 0.0001635097578400746, + "E": 9.32396702069127e-08, + "T": 9.607707033865154e-05, + "P": 0.001577020506374538, + "-": 0.9980702996253967 + }, + "id": "tp_26915" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3364398, + "label": "-", + "classification": { + "B": 8.610233082073648e-10, + "S": 9.320292315706524e-10, + "I": 1.436940380017404e-07, + "C": 4.152514065935975e-06, + "R": 1.6698108140644763e-07, + "M": 4.518801233643899e-06, + "O": 2.4004833676372073e-07, + "W": 9.420647595348441e-10, + "N": 1.429153129173244e-09, + "Y": 9.496325219515711e-05, + "U": 5.7930099606196e-10, + "K": 4.989900048713025e-09, + "L": 3.193031972159588e-08, + "G": 9.669784958532546e-06, + "F": 0.0002576285332906991, + "E": 4.63456956367736e-07, + "T": 1.9580240405048244e-05, + "P": 0.0012869846541434526, + "-": 0.9983214735984802 + }, + "id": "tp_26916" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3364531, + "label": "-", + "classification": { + "B": 1.4843979379008942e-09, + "S": 5.820711468373929e-09, + "I": 3.5532248148228973e-06, + "C": 3.7523698210861767e-06, + "R": 3.768552687688498e-07, + "M": 9.015199680106889e-07, + "O": 4.6309804702104884e-07, + "W": 8.401831230742118e-09, + "N": 1.2997662679481436e-07, + "Y": 0.0002679471217561513, + "U": 9.778471365962105e-09, + "K": 3.665930421448138e-07, + "L": 1.502234603378838e-08, + "G": 1.6766127373557538e-05, + "F": 0.0008318346226587892, + "E": 2.2587200874113478e-06, + "T": 3.561327685019933e-05, + "P": 0.026237646117806435, + "-": 0.9725981950759888 + }, + "id": "tp_26917" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3364631, + "label": "P", + "classification": { + "B": 1.919564419949893e-05, + "S": 1.655895175645128e-05, + "I": 0.007990402169525623, + "C": 6.964648491702974e-05, + "R": 1.6458820027764887e-05, + "M": 0.00012099183368263766, + "O": 6.147429667180404e-05, + "W": 4.985668510926189e-06, + "N": 0.0002992963418364525, + "Y": 0.0001894522283691913, + "U": 1.621483306735172e-06, + "K": 4.577596541821549e-07, + "L": 1.2684473404078744e-05, + "G": 0.00020105404837522656, + "F": 0.0003513465926516801, + "E": 0.001183043234050274, + "T": 0.0003064491902478039, + "P": 0.9004840850830078, + "-": 0.08867084980010986 + }, + "id": "tp_26918" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3364765, + "label": "-", + "classification": { + "B": 3.5012986954185976e-10, + "S": 9.413925639023546e-09, + "I": 1.1800943866546731e-06, + "C": 4.430812168720877e-06, + "R": 6.257662903408345e-07, + "M": 2.0975943698431365e-05, + "O": 2.410613433312392e-06, + "W": 8.450782296165471e-09, + "N": 1.4092328193271442e-08, + "Y": 0.001404215581715107, + "U": 1.8527186451677835e-09, + "K": 1.029622040960021e-07, + "L": 1.8830455417173653e-07, + "G": 6.768948514945805e-05, + "F": 0.0006952173425816, + "E": 1.283829874410003e-06, + "T": 0.00018926139455288649, + "P": 0.0006200060597620904, + "-": 0.9969923496246338 + }, + "id": "tp_26919" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3364898, + "label": "-", + "classification": { + "B": 5.438117568701273e-06, + "S": 5.8583707868820056e-05, + "I": 1.906778197735548e-05, + "C": 0.008537567220628262, + "R": 0.0011697426671162248, + "M": 0.004165672231465578, + "O": 0.0008239418966695666, + "W": 2.5033834390342236e-05, + "N": 1.17517959097313e-06, + "Y": 0.006427952088415623, + "U": 3.0800336503489234e-07, + "K": 3.386161779417307e-06, + "L": 0.000763212563470006, + "G": 0.012060752138495445, + "F": 0.08187004923820496, + "E": 0.00010801624011946842, + "T": 0.0028743715956807137, + "P": 0.0016492712311446667, + "-": 0.8794364929199219 + }, + "id": "tp_26920" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3365032, + "label": "-", + "classification": { + "B": 5.292880814522505e-06, + "S": 1.2199653610878158e-05, + "I": 4.002188143203966e-05, + "C": 2.0216271877870895e-05, + "R": 7.319718861253932e-06, + "M": 0.00014562797150574625, + "O": 7.433169230353087e-05, + "W": 2.986815388794639e-06, + "N": 7.573116818093695e-06, + "Y": 0.0027157049626111984, + "U": 6.775882184228976e-07, + "K": 7.646983249287587e-06, + "L": 1.2831764252041467e-05, + "G": 0.0007082124357111752, + "F": 0.025875834748148918, + "E": 0.00023444923863280565, + "T": 0.0011516446247696877, + "P": 0.06631137430667877, + "-": 0.9026660919189453 + }, + "id": "tp_26921" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3365132, + "label": "-", + "classification": { + "B": 3.90416789741721e-06, + "S": 3.5595178360381396e-06, + "I": 0.00010812511027324945, + "C": 2.7492749723023735e-05, + "R": 1.8640032067196444e-05, + "M": 9.002703882288188e-05, + "O": 0.00013630064495373517, + "W": 3.600665877456777e-06, + "N": 4.942518899042625e-06, + "Y": 0.000845262547954917, + "U": 5.642044129672286e-07, + "K": 4.158524689046317e-07, + "L": 2.136759940185584e-05, + "G": 0.00042300892528146505, + "F": 0.006038149818778038, + "E": 3.452048622420989e-05, + "T": 0.0005247393855825067, + "P": 0.047536130994558334, + "-": 0.9441792964935303 + }, + "id": "tp_26922" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3365265, + "label": "-", + "classification": { + "B": 4.6516293594756064e-10, + "S": 1.5652965035251043e-11, + "I": 2.0252299393064277e-08, + "C": 1.1519307463458972e-07, + "R": 6.722848056028852e-09, + "M": 2.127717380062677e-07, + "O": 3.575863516402933e-08, + "W": 4.4736478410634106e-11, + "N": 3.815836535636663e-11, + "Y": 8.074795914581046e-06, + "U": 1.4176707550939138e-11, + "K": 1.4745822835351974e-12, + "L": 3.4272431559401184e-09, + "G": 9.195732673106249e-07, + "F": 3.4877828056778526e-06, + "E": 3.676888127301936e-09, + "T": 5.841443908138899e-06, + "P": 0.0006955090211704373, + "-": 0.9992857575416565 + }, + "id": "tp_26923" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3365399, + "label": "-", + "classification": { + "B": 1.5615987649653107e-06, + "S": 2.231349526482518e-06, + "I": 0.00013035097799729556, + "C": 1.0178194315813016e-05, + "R": 2.5818874291871907e-06, + "M": 4.2400206439197063e-05, + "O": 1.662242902966682e-05, + "W": 1.3909334484196734e-06, + "N": 9.128060810326133e-06, + "Y": 0.0007830114918760955, + "U": 3.0825634667053237e-07, + "K": 3.526211003190838e-05, + "L": 1.2570867511385586e-06, + "G": 0.00030607968801632524, + "F": 0.01880219578742981, + "E": 0.000765057688113302, + "T": 0.00032471102895215154, + "P": 0.08473873883485794, + "-": 0.8940269351005554 + }, + "id": "tp_26924" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3365532, + "label": "-", + "classification": { + "B": 0.0002240081230411306, + "S": 0.00033931448706425726, + "I": 0.0007291344227269292, + "C": 0.0026351131964474916, + "R": 0.002080329228192568, + "M": 0.011794221587479115, + "O": 0.00469693448394537, + "W": 0.0002557955449447036, + "N": 4.314454781706445e-05, + "Y": 0.022879060357809067, + "U": 1.1947605344175827e-05, + "K": 5.526821951207239e-06, + "L": 0.0032657580450177193, + "G": 0.011759740300476551, + "F": 0.023764092475175858, + "E": 0.00029847276164218783, + "T": 0.01639799028635025, + "P": 0.01613788679242134, + "-": 0.8826815485954285 + }, + "id": "tp_26925" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3365632, + "label": "-", + "classification": { + "B": 4.6064243974797137e-08, + "S": 5.810521201965457e-07, + "I": 9.5546974989702e-06, + "C": 2.976144605781883e-05, + "R": 1.241404333995888e-06, + "M": 9.010283974930644e-06, + "O": 8.015334969968535e-06, + "W": 3.9258475226233713e-07, + "N": 1.6292513009830145e-06, + "Y": 0.00014450951130129397, + "U": 8.190190925461138e-08, + "K": 1.738637001835741e-05, + "L": 2.1137357464340312e-07, + "G": 4.684124360210262e-05, + "F": 0.017915835604071617, + "E": 4.6735400246689096e-05, + "T": 8.746607636567205e-05, + "P": 0.03874396160244942, + "-": 0.9429366588592529 + }, + "id": "tp_26926" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3365766, + "label": "-", + "classification": { + "B": 2.3456354938389268e-06, + "S": 7.81628750701202e-06, + "I": 5.157662963028997e-05, + "C": 9.937086724676192e-05, + "R": 1.666973730607424e-05, + "M": 3.4925295040011406e-05, + "O": 6.002207373967394e-05, + "W": 3.7367794902820606e-06, + "N": 9.556680197420064e-06, + "Y": 0.0002904531138483435, + "U": 1.3016205002713832e-06, + "K": 7.90346985013457e-06, + "L": 4.902071850665379e-06, + "G": 0.00012086912465747446, + "F": 0.0066096424125134945, + "E": 6.184351514093578e-05, + "T": 0.0003759495448321104, + "P": 0.07705819606781006, + "-": 0.9151829481124878 + }, + "id": "tp_26927" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3365899, + "label": "-", + "classification": { + "B": 4.836260725227248e-09, + "S": 2.171599788880485e-08, + "I": 7.718040819781891e-07, + "C": 2.330034476472065e-05, + "R": 2.21360119212477e-06, + "M": 8.271706064988393e-06, + "O": 2.429936785119935e-06, + "W": 2.017027611600497e-08, + "N": 8.616042990183814e-09, + "Y": 0.0006978886085562408, + "U": 1.4601519993107104e-09, + "K": 9.732707972887056e-09, + "L": 6.216435508576978e-07, + "G": 0.00014783203369006515, + "F": 0.003157413797453046, + "E": 5.755473466706462e-07, + "T": 7.890858978498727e-05, + "P": 0.0017130043124780059, + "-": 0.9941666126251221 + }, + "id": "tp_26928" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3366033, + "label": "-", + "classification": { + "B": 2.1647753034592654e-12, + "S": 6.717797975883122e-13, + "I": 1.095696191555362e-07, + "C": 8.165660148051757e-09, + "R": 3.696533912300737e-10, + "M": 3.907568491001712e-09, + "O": 2.5990227747740846e-09, + "W": 2.4822160386156478e-12, + "N": 1.1896918172826787e-10, + "Y": 3.1018015533845755e-07, + "U": 5.060408689305795e-12, + "K": 2.142925420445252e-11, + "L": 4.0801230449805104e-11, + "G": 1.0917409554167534e-07, + "F": 6.747949555574451e-06, + "E": 1.0806071593094657e-08, + "T": 1.757468623964087e-07, + "P": 0.009539691731333733, + "-": 0.9904528856277466 + }, + "id": "tp_26929" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3366133, + "label": "-", + "classification": { + "B": 2.6229963978607884e-08, + "S": 1.351277774119808e-07, + "I": 8.270403668575455e-06, + "C": 2.5002982511068694e-05, + "R": 2.1880725853407057e-06, + "M": 3.410092540434562e-05, + "O": 4.615560555976117e-06, + "W": 8.176428423212201e-08, + "N": 1.6949337577898405e-07, + "Y": 0.0002052898344118148, + "U": 4.694253163961548e-08, + "K": 5.65824755938138e-08, + "L": 8.099135015982029e-07, + "G": 2.745260098890867e-05, + "F": 0.0009705487173050642, + "E": 3.750688847503625e-06, + "T": 0.0003296733775641769, + "P": 0.006905540823936462, + "-": 0.9914822578430176 + }, + "id": "tp_26930" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3366266, + "label": "-", + "classification": { + "B": 7.055604017702777e-11, + "S": 3.88310894550159e-09, + "I": 1.0886176227131728e-07, + "C": 6.422237674996722e-08, + "R": 6.652958628450278e-09, + "M": 6.252034268072748e-07, + "O": 1.8119756362011685e-07, + "W": 1.5820255105936099e-09, + "N": 2.2820569878234664e-09, + "Y": 1.7936001313501038e-05, + "U": 1.9583636101661028e-10, + "K": 2.5640682910221813e-09, + "L": 5.261678648338375e-09, + "G": 4.654832537198672e-07, + "F": 0.0001340309827355668, + "E": 3.813703841615279e-08, + "T": 3.723979534697719e-05, + "P": 0.002973459893837571, + "-": 0.9968358874320984 + }, + "id": "tp_26931" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3366400, + "label": "-", + "classification": { + "B": 6.988570930843707e-07, + "S": 2.456133643136127e-07, + "I": 2.375932854192797e-05, + "C": 1.4674428712169174e-05, + "R": 1.9773069652728736e-06, + "M": 8.098856051219627e-05, + "O": 1.7288148228544742e-05, + "W": 2.5288849769822264e-07, + "N": 9.559798854752444e-07, + "Y": 0.0003470975498203188, + "U": 9.037748327500594e-08, + "K": 1.4172184137350996e-07, + "L": 2.9435136639222037e-06, + "G": 8.820331277092919e-05, + "F": 0.0015115821734070778, + "E": 3.734695928869769e-05, + "T": 0.00027137616416439414, + "P": 0.019171083346009254, + "-": 0.9784293174743652 + }, + "id": "tp_26932" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3366533, + "label": "-", + "classification": { + "B": 1.4073677119530448e-12, + "S": 8.955230762670852e-13, + "I": 8.849039279112958e-10, + "C": 2.2947746480816988e-10, + "R": 2.651509567463961e-11, + "M": 7.946965752125834e-09, + "O": 1.9627357517038035e-09, + "W": 1.4039680876209992e-12, + "N": 1.3714818126661643e-12, + "Y": 3.758724460567464e-07, + "U": 1.4048780042942577e-13, + "K": 4.009840419774702e-14, + "L": 4.309361201215722e-11, + "G": 1.1259425392040612e-08, + "F": 9.744500175656867e-07, + "E": 8.726910860623605e-11, + "T": 1.1446774124124204e-06, + "P": 0.0006925765774212778, + "-": 0.9993048906326294 + }, + "id": "tp_26933" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3366633, + "label": "-", + "classification": { + "B": 8.163522124959854e-08, + "S": 1.2088928258435772e-07, + "I": 9.060050797415897e-05, + "C": 5.0732254749163985e-05, + "R": 1.2384140291032963e-06, + "M": 8.67689450387843e-05, + "O": 7.727762749709655e-06, + "W": 1.9647173132852913e-07, + "N": 2.1870284854230704e-06, + "Y": 0.0005236836150288582, + "U": 2.94153039703815e-07, + "K": 8.282535759462917e-07, + "L": 1.1862351811942062e-06, + "G": 0.00015321816317737103, + "F": 0.0010960990330204368, + "E": 9.08344445633702e-05, + "T": 0.00041017483454197645, + "P": 0.051468655467033386, + "-": 0.9460154175758362 + }, + "id": "tp_26934" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3366767, + "label": "-", + "classification": { + "B": 2.8492177079897374e-06, + "S": 3.068988689847174e-06, + "I": 0.0004001965862698853, + "C": 0.0003695099730975926, + "R": 0.00010252548236167058, + "M": 0.0005723603535443544, + "O": 0.00011125937453471124, + "W": 2.8868282697658287e-06, + "N": 6.6072029767383356e-06, + "Y": 0.00956511590629816, + "U": 1.1730246569641167e-06, + "K": 7.1820608127382e-07, + "L": 3.48530120390933e-05, + "G": 0.0011734316358342767, + "F": 0.0021166231017559767, + "E": 0.00010106581612490118, + "T": 0.004884262569248676, + "P": 0.012974274344742298, + "-": 0.9675772190093994 + }, + "id": "tp_26935" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3366900, + "label": "-", + "classification": { + "B": 1.1830206858576275e-06, + "S": 1.4466355935383035e-07, + "I": 2.916626908699982e-05, + "C": 2.7670614144881256e-05, + "R": 7.63884418120142e-06, + "M": 0.00048664535279385746, + "O": 1.6387699361075647e-05, + "W": 7.541306956682092e-08, + "N": 1.2148758798957715e-07, + "Y": 0.0014376335311681032, + "U": 1.5817150256225432e-08, + "K": 6.036421140720449e-09, + "L": 1.3564674191002268e-05, + "G": 0.0008877395885065198, + "F": 0.0005197270656935871, + "E": 2.6595904273563065e-05, + "T": 0.000858450192026794, + "P": 0.003506657900288701, + "-": 0.992180585861206 + }, + "id": "tp_26936" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3367000, + "label": "-", + "classification": { + "B": 2.3392492948914878e-05, + "S": 0.00018292944878339767, + "I": 0.00042311320430599153, + "C": 0.004570321645587683, + "R": 0.0007248142501339316, + "M": 0.001566836261190474, + "O": 0.000980022014118731, + "W": 7.67914971220307e-05, + "N": 6.113051495049149e-05, + "Y": 0.003604063531383872, + "U": 8.800380783213768e-06, + "K": 6.002526424708776e-05, + "L": 0.000693699752446264, + "G": 0.014579513110220432, + "F": 0.23285868763923645, + "E": 0.0008239121525548398, + "T": 0.0037792781367897987, + "P": 0.03829735517501831, + "-": 0.696685254573822 + }, + "id": "tp_26937" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3367134, + "label": "-", + "classification": { + "B": 4.357706373525616e-08, + "S": 5.546484871388202e-08, + "I": 6.273039161897032e-06, + "C": 9.240595318260603e-06, + "R": 1.169888150798215e-06, + "M": 9.576057891536038e-06, + "O": 4.6690015551575925e-06, + "W": 1.0661196370165271e-07, + "N": 2.4500542394889635e-07, + "Y": 0.0002766611287370324, + "U": 3.982643193012336e-08, + "K": 1.1844406344607705e-06, + "L": 2.7932722446166736e-07, + "G": 6.271409074543044e-05, + "F": 0.004181310534477234, + "E": 7.450107204931555e-06, + "T": 5.2795301598962396e-05, + "P": 0.014534004032611847, + "-": 0.9808521866798401 + }, + "id": "tp_26938" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3367267, + "label": "-", + "classification": { + "B": 1.9901776795450132e-06, + "S": 1.4614185602113139e-05, + "I": 7.925059617264196e-05, + "C": 0.002418244956061244, + "R": 0.0003783752617891878, + "M": 0.0009056932758539915, + "O": 0.0006000298890285194, + "W": 1.1561081009858754e-05, + "N": 8.090339179034345e-06, + "Y": 0.01882617361843586, + "U": 2.617661493786727e-06, + "K": 1.6385853086831048e-05, + "L": 0.0002952204376924783, + "G": 0.011939547955989838, + "F": 0.05036642774939537, + "E": 0.00012675035395659506, + "T": 0.004662420600652695, + "P": 0.008313633501529694, + "-": 0.9010329842567444 + }, + "id": "tp_26939" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3367401, + "label": "-", + "classification": { + "B": 9.02049068827182e-05, + "S": 6.141415838101238e-07, + "I": 0.0007137520588003099, + "C": 3.686833952087909e-05, + "R": 2.5306144380010664e-06, + "M": 0.00012991215044166893, + "O": 1.8380689652985893e-05, + "W": 8.072477726273064e-07, + "N": 2.1291920347721316e-05, + "Y": 0.0005916919326409698, + "U": 7.942658157844562e-07, + "K": 8.909567554837849e-07, + "L": 5.108652658236679e-06, + "G": 0.0006448855274356902, + "F": 0.0008173216483555734, + "E": 0.002394498558714986, + "T": 0.0003876918344758451, + "P": 0.4564063847064972, + "-": 0.5377363562583923 + }, + "id": "tp_26940" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3367501, + "label": "-", + "classification": { + "B": 0.0002594326506368816, + "S": 4.468630504561588e-05, + "I": 0.008629165589809418, + "C": 0.01651403307914734, + "R": 0.005497846752405167, + "M": 0.021672096103429794, + "O": 0.002996044000610709, + "W": 0.00010170356836169958, + "N": 0.00010607012518448755, + "Y": 0.02351313643157482, + "U": 5.20608555234503e-05, + "K": 1.1506303962960374e-06, + "L": 0.004740371368825436, + "G": 0.023955440148711205, + "F": 0.0025052085984498262, + "E": 0.0010325292823836207, + "T": 0.0238385908305645, + "P": 0.022715389728546143, + "-": 0.841825008392334 + }, + "id": "tp_26941" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3367634, + "label": "-", + "classification": { + "B": 1.584384881425649e-05, + "S": 4.077454832440708e-06, + "I": 9.79591059149243e-05, + "C": 0.000186141551239416, + "R": 3.971407568315044e-05, + "M": 0.0011067732702940702, + "O": 0.00018441876454744488, + "W": 4.020017058792291e-06, + "N": 3.2402849683421664e-06, + "Y": 0.002986231120303273, + "U": 1.5086972098288243e-06, + "K": 4.920561309518234e-07, + "L": 8.237938163802028e-05, + "G": 0.0013136009220033884, + "F": 0.0032515686471015215, + "E": 5.260813850327395e-05, + "T": 0.0038582026027143, + "P": 0.016800105571746826, + "-": 0.970011293888092 + }, + "id": "tp_26942" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3367768, + "label": "-", + "classification": { + "B": 4.367770998214837e-06, + "S": 8.48513900564285e-06, + "I": 0.0001242381113115698, + "C": 5.6343109463341534e-05, + "R": 1.5732368410681374e-05, + "M": 0.0005341137293726206, + "O": 8.910809265216812e-05, + "W": 3.5749346807278926e-06, + "N": 8.155807336152066e-06, + "Y": 0.008749721571803093, + "U": 1.0966379022647743e-06, + "K": 5.345486442820402e-06, + "L": 1.5154984794207849e-05, + "G": 0.0005792684387415648, + "F": 0.004471877124160528, + "E": 0.0003305093850940466, + "T": 0.0034068019594997168, + "P": 0.02146952785551548, + "-": 0.9601266384124756 + }, + "id": "tp_26943" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3367901, + "label": "-", + "classification": { + "B": 1.2471867982810636e-09, + "S": 1.1880237904549062e-09, + "I": 6.508601586574514e-07, + "C": 7.463158908649348e-07, + "R": 5.771139655053048e-08, + "M": 4.714262558991322e-06, + "O": 6.584845095858327e-07, + "W": 1.8547405833402308e-09, + "N": 3.2942266692259636e-09, + "Y": 4.624983193934895e-05, + "U": 5.342620235104789e-10, + "K": 1.6840025207631726e-10, + "L": 1.0584162168925104e-07, + "G": 1.1158354936924297e-05, + "F": 9.060442971531302e-05, + "E": 1.213818165979319e-07, + "T": 5.819629950565286e-05, + "P": 0.0030152928084135056, + "-": 0.996771514415741 + }, + "id": "tp_26944" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3368001, + "label": "-", + "classification": { + "B": 4.932962927028939e-10, + "S": 2.3030735096796207e-09, + "I": 2.761655437666377e-08, + "C": 1.6809008229756728e-05, + "R": 1.7981801647692919e-06, + "M": 6.476011185441166e-05, + "O": 1.3493511232809396e-06, + "W": 6.195021162724856e-10, + "N": 9.488167196369801e-11, + "Y": 0.0018492433009669185, + "U": 1.8024403150573853e-11, + "K": 2.006960014844239e-10, + "L": 2.306519036210375e-06, + "G": 0.0006921402527950704, + "F": 0.0024876908864825964, + "E": 8.276401786133647e-08, + "T": 0.00037150480784475803, + "P": 2.3111528207664378e-05, + "-": 0.9944891929626465 + }, + "id": "tp_26945" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3368135, + "label": "-", + "classification": { + "B": 8.566198061998875e-08, + "S": 3.2314485309825614e-08, + "I": 3.4629340461833635e-07, + "C": 0.00012538778537418693, + "R": 1.704882743069902e-05, + "M": 0.00047442407230846584, + "O": 3.693886174005456e-05, + "W": 2.8851056654843887e-08, + "N": 2.0602475281350507e-09, + "Y": 0.0006493531400337815, + "U": 1.3052340319674727e-09, + "K": 9.082586766018252e-11, + "L": 7.132875180104747e-05, + "G": 0.0009761020191945136, + "F": 0.0004405983490869403, + "E": 4.5332694753597025e-07, + "T": 0.0004119957739021629, + "P": 0.00016918870096560568, + "-": 0.9966268539428711 + }, + "id": "tp_26946" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3368268, + "label": "-", + "classification": { + "B": 4.4940856014363817e-07, + "S": 3.810697535300278e-08, + "I": 3.685889623739058e-06, + "C": 8.596398402005434e-06, + "R": 1.0664056162568158e-06, + "M": 0.00010800921154441312, + "O": 1.2258104106876999e-05, + "W": 4.9070887797597607e-08, + "N": 3.876773391198185e-08, + "Y": 0.00023611998767592013, + "U": 7.341120156212355e-09, + "K": 4.345373394443186e-09, + "L": 3.0851645078655565e-06, + "G": 0.00018503247702028602, + "F": 0.000452871376182884, + "E": 3.021985321538523e-06, + "T": 0.0001723546301946044, + "P": 0.003099380526691675, + "-": 0.9957139492034912 + }, + "id": "tp_26947" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3368402, + "label": "-", + "classification": { + "B": 1.834331015970747e-07, + "S": 1.056666860677069e-07, + "I": 7.940761133795604e-05, + "C": 3.101141192018986e-05, + "R": 3.6353735595184844e-06, + "M": 2.7449941626400687e-05, + "O": 1.0904274859058205e-05, + "W": 2.7803326929642935e-07, + "N": 3.2155326152860653e-06, + "Y": 0.0008344312664121389, + "U": 2.488483517026907e-07, + "K": 1.5926559626677772e-06, + "L": 8.162225526575639e-07, + "G": 0.0001791926915757358, + "F": 0.0025147912092506886, + "E": 9.663494711276144e-05, + "T": 0.00023326709924731404, + "P": 0.0727178081870079, + "-": 0.9232649207115173 + }, + "id": "tp_26948" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3368502, + "label": "-", + "classification": { + "B": 7.702076310067696e-09, + "S": 1.51488976030123e-07, + "I": 1.858923315012362e-05, + "C": 5.724460834244383e-07, + "R": 6.914140726621554e-08, + "M": 4.001155502919573e-06, + "O": 2.7586718260863563e-06, + "W": 1.0783314507989417e-07, + "N": 1.1596783906497876e-06, + "Y": 5.128590055392124e-05, + "U": 2.2330945981252626e-08, + "K": 2.455115009070141e-07, + "L": 5.720916362861317e-08, + "G": 3.829021352430573e-06, + "F": 0.0007289415807463229, + "E": 1.562697252666112e-05, + "T": 9.439031418878585e-05, + "P": 0.14011156558990479, + "-": 0.8589666485786438 + }, + "id": "tp_26949" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3368635, + "label": "-", + "classification": { + "B": 1.291074909204326e-07, + "S": 2.463240775796294e-07, + "I": 2.0744389985338785e-05, + "C": 3.550752444425598e-05, + "R": 4.246739081281703e-06, + "M": 9.43259055929957e-06, + "O": 8.212678949348629e-06, + "W": 3.367689203059854e-07, + "N": 1.2663924735534238e-06, + "Y": 0.0003103444760199636, + "U": 2.8056368250872765e-07, + "K": 4.7163243834802415e-06, + "L": 5.283848736326036e-07, + "G": 5.1539725973270833e-05, + "F": 0.0027154891286045313, + "E": 2.0110754121560603e-05, + "T": 0.00010309847857570276, + "P": 0.026091305539011955, + "-": 0.9706224203109741 + }, + "id": "tp_26950" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3368769, + "label": "-", + "classification": { + "B": 2.5742710931808688e-05, + "S": 4.338917642598972e-05, + "I": 0.0009016832918860018, + "C": 0.040679968893527985, + "R": 0.006937516387552023, + "M": 0.0051735807210206985, + "O": 0.0018359979148954153, + "W": 6.117979501141235e-05, + "N": 3.051456224056892e-05, + "Y": 0.005955853499472141, + "U": 2.241814581793733e-05, + "K": 4.692014499596553e-06, + "L": 0.0022758403792977333, + "G": 0.015104948543012142, + "F": 0.00822471547871828, + "E": 0.0003137534367851913, + "T": 0.00692014442756772, + "P": 0.013171742670238018, + "-": 0.8923163414001465 + }, + "id": "tp_26951" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3368902, + "label": "-", + "classification": { + "B": 8.306760612697417e-09, + "S": 5.4333064269940223e-08, + "I": 2.7036953724746127e-06, + "C": 8.422423888987396e-06, + "R": 1.7567696204423555e-06, + "M": 1.9841505491058342e-05, + "O": 4.875947979599005e-06, + "W": 5.698445448842904e-08, + "N": 6.870256186175538e-08, + "Y": 0.0006864133174531162, + "U": 1.7756496717424852e-08, + "K": 8.839942466920547e-08, + "L": 5.400021336754435e-07, + "G": 3.641463626991026e-05, + "F": 0.0009877911070361733, + "E": 8.253413170677959e-07, + "T": 0.00021380466932896525, + "P": 0.0023059435188770294, + "-": 0.9957303404808044 + }, + "id": "tp_26952" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3369002, + "label": "-", + "classification": { + "B": 2.172242652420664e-08, + "S": 1.978208956643357e-07, + "I": 1.7547619791002944e-05, + "C": 6.052292519598268e-05, + "R": 8.0196778071695e-06, + "M": 2.4181905246223323e-05, + "O": 1.1927493687835522e-05, + "W": 2.567292938238097e-07, + "N": 8.007575615920359e-07, + "Y": 0.00038367442903108895, + "U": 1.539590925858647e-07, + "K": 6.407361752280849e-07, + "L": 1.0601710300761624e-06, + "G": 6.710185698466375e-05, + "F": 0.0029993311036378145, + "E": 6.860837402200559e-06, + "T": 0.00023941138351801783, + "P": 0.018297582864761353, + "-": 0.977880597114563 + }, + "id": "tp_26953" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3369136, + "label": "-", + "classification": { + "B": 0.0009087371872738004, + "S": 0.0004282097506802529, + "I": 0.011214859783649445, + "C": 0.007227435242384672, + "R": 0.0025129702407866716, + "M": 0.006003926508128643, + "O": 0.002139041433110833, + "W": 0.0003346314188092947, + "N": 0.0008514339569956064, + "Y": 0.010124334134161472, + "U": 0.00012731298920698464, + "K": 0.00013223288988228887, + "L": 0.00151453900616616, + "G": 0.014320305548608303, + "F": 0.028997667133808136, + "E": 0.007117410656064749, + "T": 0.008274881169199944, + "P": 0.20943216979503632, + "-": 0.6883378624916077 + }, + "id": "tp_26954" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3369269, + "label": "-", + "classification": { + "B": 2.8302658847678686e-06, + "S": 1.787319206414395e-06, + "I": 0.0006138302851468325, + "C": 0.00015568698290735483, + "R": 1.9275950762676075e-05, + "M": 8.032366167753935e-05, + "O": 2.8567284971359186e-05, + "W": 3.6584053759725066e-06, + "N": 2.5484470825176686e-05, + "Y": 0.0029441805090755224, + "U": 1.5271635902536218e-06, + "K": 1.2309062185522635e-05, + "L": 4.136764346185373e-06, + "G": 0.0009164022048935294, + "F": 0.010228568688035011, + "E": 0.0008450754685327411, + "T": 0.0003694173356052488, + "P": 0.19680747389793396, + "-": 0.7869393825531006 + }, + "id": "tp_26955" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3369403, + "label": "-", + "classification": { + "B": 7.800501911070512e-11, + "S": 5.916305639841468e-11, + "I": 2.5233782707800856e-07, + "C": 1.1461852409411222e-06, + "R": 7.920542799411123e-08, + "M": 3.676265407648316e-07, + "O": 9.691356694929709e-08, + "W": 3.0564001329835833e-10, + "N": 7.469391216652355e-10, + "Y": 3.0415234505198896e-05, + "U": 3.956815153305371e-10, + "K": 4.1640405012977055e-10, + "L": 1.2978407681885074e-08, + "G": 5.413826329458971e-06, + "F": 0.0002742053475230932, + "E": 7.362297793633843e-08, + "T": 5.967739980405895e-06, + "P": 0.005010128952562809, + "-": 0.9946718811988831 + }, + "id": "tp_26956" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3369503, + "label": "-", + "classification": { + "B": 3.034378304178631e-09, + "S": 9.195134254014192e-08, + "I": 8.602264074397681e-07, + "C": 2.305771158717107e-05, + "R": 2.1343951175367692e-06, + "M": 1.3254359146230854e-05, + "O": 1.1332364010741003e-05, + "W": 8.054216493746935e-08, + "N": 4.960270061360461e-08, + "Y": 0.0006281256210058928, + "U": 7.488887732165495e-09, + "K": 5.323321374817169e-07, + "L": 9.238313509740692e-07, + "G": 0.00011750111298169941, + "F": 0.0042059291154146194, + "E": 1.0682774700399023e-06, + "T": 0.00014338974142447114, + "P": 0.0013544786488637328, + "-": 0.9934971332550049 + }, + "id": "tp_26957" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3369636, + "label": "-", + "classification": { + "B": 3.1117447507611473e-10, + "S": 4.6718904300746544e-09, + "I": 2.5949205451070156e-07, + "C": 1.4115929843683261e-05, + "R": 5.060457510808192e-07, + "M": 1.1983397598669399e-06, + "O": 6.812052220084297e-07, + "W": 2.7142790237633108e-09, + "N": 6.248580319834218e-09, + "Y": 7.497947080992162e-05, + "U": 6.769066973610904e-10, + "K": 4.610420933914838e-09, + "L": 4.401075770488205e-08, + "G": 1.5464833268197253e-05, + "F": 0.0007841166225261986, + "E": 1.3535404264075623e-07, + "T": 2.9050039302092046e-05, + "P": 0.001685686525888741, + "-": 0.9973937273025513 + }, + "id": "tp_26958" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3369770, + "label": "-", + "classification": { + "B": 3.1063080996318604e-08, + "S": 5.52765470729355e-07, + "I": 7.472942229469481e-07, + "C": 5.089974365546368e-05, + "R": 1.166351285064593e-05, + "M": 5.225125642027706e-05, + "O": 3.85213024856057e-05, + "W": 1.8229158627036668e-07, + "N": 1.861105403122565e-08, + "Y": 0.00031138359918259084, + "U": 5.0984709787371685e-09, + "K": 2.8957274356145035e-09, + "L": 1.957707354449667e-05, + "G": 0.00022321769210975617, + "F": 0.001489768736064434, + "E": 2.364474482874357e-07, + "T": 0.0004282862355466932, + "P": 0.0004190124454908073, + "-": 0.9969537258148193 + }, + "id": "tp_26959" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3369903, + "label": "-", + "classification": { + "B": 3.000711146228241e-08, + "S": 3.976039408826182e-08, + "I": 3.5727293834497686e-06, + "C": 1.542107384011615e-05, + "R": 2.6737002372101415e-06, + "M": 6.1819187067158055e-06, + "O": 7.344585355895106e-06, + "W": 1.0759804069948586e-07, + "N": 6.338321867360719e-08, + "Y": 7.392098632408306e-05, + "U": 2.97770021973065e-08, + "K": 4.1377955284360723e-08, + "L": 5.274170007396606e-07, + "G": 2.649708949320484e-05, + "F": 0.0005696797161363065, + "E": 3.77336874635148e-07, + "T": 6.632797158090398e-05, + "P": 0.006233593448996544, + "-": 0.9929935336112976 + }, + "id": "tp_26960" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3370003, + "label": "-", + "classification": { + "B": 3.99761335145854e-09, + "S": 3.1667621414044334e-08, + "I": 2.0339559796411777e-06, + "C": 3.419162794671138e-06, + "R": 4.3662390680765384e-07, + "M": 6.445591679948848e-06, + "O": 2.8701410883513745e-06, + "W": 2.892414308064417e-08, + "N": 7.686126934913773e-08, + "Y": 0.00038313958793878555, + "U": 4.337829206946253e-09, + "K": 9.669770406617317e-08, + "L": 1.5375178463727934e-07, + "G": 4.319595609558746e-05, + "F": 0.0034821091685444117, + "E": 2.213446350651793e-06, + "T": 7.003937935223803e-05, + "P": 0.012710250914096832, + "-": 0.9832935333251953 + }, + "id": "tp_26961" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3370137, + "label": "-", + "classification": { + "B": 1.2901458790182119e-09, + "S": 5.85879877945672e-09, + "I": 2.4751295768510317e-06, + "C": 2.37801964431128e-06, + "R": 1.6390693247103627e-07, + "M": 1.6280449699479504e-06, + "O": 4.6154826804922777e-07, + "W": 3.7258693907915585e-09, + "N": 3.4523409908615577e-08, + "Y": 1.978579348360654e-05, + "U": 3.262723202723805e-09, + "K": 2.3664010750934494e-09, + "L": 3.61269911763884e-08, + "G": 2.3861614408815512e-06, + "F": 8.214236004278064e-05, + "E": 3.4766605949698715e-07, + "T": 8.105795131996274e-05, + "P": 0.014159784652292728, + "-": 0.9856473207473755 + }, + "id": "tp_26962" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3370270, + "label": "-", + "classification": { + "B": 6.097625828260789e-06, + "S": 7.024629553598061e-07, + "I": 5.2174444135744125e-05, + "C": 0.00010641210246831179, + "R": 2.632882387842983e-05, + "M": 0.0003514338459353894, + "O": 9.584970393916592e-05, + "W": 1.4352508515003137e-06, + "N": 1.5290905821530032e-06, + "Y": 0.0018040157156065106, + "U": 8.261231982942263e-07, + "K": 8.545072205379256e-07, + "L": 3.0249368137447163e-05, + "G": 0.0007692656363360584, + "F": 0.0009853504598140717, + "E": 3.573623689590022e-05, + "T": 0.0010004522046074271, + "P": 0.005971179809421301, + "-": 0.9887599945068359 + }, + "id": "tp_26963" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3370404, + "label": "-", + "classification": { + "B": 6.180857781146187e-07, + "S": 4.293857273296453e-06, + "I": 2.2287043975666165e-05, + "C": 1.5506100680795498e-05, + "R": 4.34896128354012e-06, + "M": 9.983655763790011e-05, + "O": 7.766170892864466e-05, + "W": 2.8175975330668734e-06, + "N": 1.973928647203138e-06, + "Y": 0.0004876510938629508, + "U": 1.7791349193885253e-07, + "K": 1.7517717196824378e-06, + "L": 5.187082479096716e-06, + "G": 7.899356569396332e-05, + "F": 0.006144584622234106, + "E": 2.8075859518139623e-05, + "T": 0.000411366781918332, + "P": 0.021844984963536263, + "-": 0.9707678556442261 + }, + "id": "tp_26964" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3370504, + "label": "-", + "classification": { + "B": 4.728584812596637e-08, + "S": 2.0638712072695853e-08, + "I": 1.1007450666511431e-06, + "C": 3.438242629272281e-06, + "R": 9.67801497608889e-07, + "M": 7.704755262238905e-06, + "O": 4.161063770879991e-06, + "W": 4.779361972850893e-08, + "N": 6.072153002634195e-09, + "Y": 5.485220754053444e-05, + "U": 3.3005915778261397e-09, + "K": 8.79101957895756e-10, + "L": 7.635749739165476e-07, + "G": 2.172033600800205e-05, + "F": 0.0003657942288555205, + "E": 1.9139157814151986e-07, + "T": 3.0351055102073587e-05, + "P": 0.002229640493169427, + "-": 0.9972792267799377 + }, + "id": "tp_26965" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3370637, + "label": "-", + "classification": { + "B": 8.92855769052403e-06, + "S": 7.98179826233536e-06, + "I": 0.000543693546205759, + "C": 0.0012689216528087854, + "R": 0.0001758024882292375, + "M": 0.002612633630633354, + "O": 0.0002430900785839185, + "W": 4.841191639570752e-06, + "N": 1.4876070054015145e-05, + "Y": 0.00867641530930996, + "U": 3.9992642086872365e-06, + "K": 9.79562855718541e-07, + "L": 0.00015598440950270742, + "G": 0.0027045051101595163, + "F": 0.0031581860966980457, + "E": 0.0002680642355699092, + "T": 0.005568403750658035, + "P": 0.0229448564350605, + "-": 0.9516378045082092 + }, + "id": "tp_26966" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3370771, + "label": "-", + "classification": { + "B": 1.030119420875053e-07, + "S": 6.581340699085558e-07, + "I": 6.9389916461659595e-06, + "C": 5.3254847443895414e-05, + "R": 5.75786270928802e-06, + "M": 7.08659936208278e-05, + "O": 1.8700540749705397e-05, + "W": 7.936152428555943e-07, + "N": 7.205771908047609e-07, + "Y": 0.0003549983084667474, + "U": 2.1048151666036574e-07, + "K": 9.71229383139871e-06, + "L": 2.0352056253614137e-06, + "G": 0.00021477635891642421, + "F": 0.018309328705072403, + "E": 4.58173562947195e-05, + "T": 0.000311975454678759, + "P": 0.016662271693348885, + "-": 0.9639310240745544 + }, + "id": "tp_26967" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3370904, + "label": "-", + "classification": { + "B": 3.6110396894883934e-09, + "S": 2.2722388415274963e-09, + "I": 1.4392315279110335e-05, + "C": 2.534676013965509e-06, + "R": 4.0322692029803875e-07, + "M": 1.3423609743767884e-05, + "O": 8.786295211393735e-07, + "W": 7.471416374471573e-09, + "N": 7.665337165008168e-08, + "Y": 0.000320695573464036, + "U": 5.280252679540354e-09, + "K": 1.9552135910316792e-08, + "L": 1.0543327277900971e-07, + "G": 3.361240669619292e-05, + "F": 0.00033767620334401727, + "E": 5.09500796397333e-06, + "T": 6.153867434477434e-05, + "P": 0.014480249024927616, + "-": 0.9847292304039001 + }, + "id": "tp_26968" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3371004, + "label": "-", + "classification": { + "B": 0.00041078851791098714, + "S": 0.00041917472844943404, + "I": 0.003402524394914508, + "C": 0.003864689264446497, + "R": 0.0014227115316316485, + "M": 0.02247360348701477, + "O": 0.0030056708492338657, + "W": 0.00022585730766877532, + "N": 0.0003035177069250494, + "Y": 0.049297995865345, + "U": 7.821887993486598e-05, + "K": 8.742998033994809e-05, + "L": 0.0019662368576973677, + "G": 0.017381159588694572, + "F": 0.01548049133270979, + "E": 0.005779028404504061, + "T": 0.027291642501950264, + "P": 0.037797316908836365, + "-": 0.8093119263648987 + }, + "id": "tp_26969" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3371138, + "label": "-", + "classification": { + "B": 2.3828843609408068e-07, + "S": 1.612441735687753e-07, + "I": 0.00013085221871733665, + "C": 5.4695519793313e-05, + "R": 5.276624051475665e-06, + "M": 4.5579381549032405e-05, + "O": 1.2699945727945305e-05, + "W": 3.5316941193741513e-07, + "N": 4.344085027696565e-06, + "Y": 0.0009121320908889174, + "U": 2.934989424829837e-07, + "K": 2.163934595955652e-06, + "L": 1.1145505141030299e-06, + "G": 0.00027783113182522357, + "F": 0.0022888174280524254, + "E": 0.00014926970470696688, + "T": 0.0002063313586404547, + "P": 0.07439261674880981, + "-": 0.921515166759491 + }, + "id": "tp_26970" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3371271, + "label": "-", + "classification": { + "B": 2.687479749852173e-08, + "S": 7.91350984741257e-08, + "I": 1.4510351320495829e-05, + "C": 2.4924760509748012e-05, + "R": 3.0121291274554096e-06, + "M": 2.7229207262280397e-05, + "O": 1.0325770745112095e-05, + "W": 1.1104970099040656e-07, + "N": 3.997246267317678e-07, + "Y": 0.0007081705261953175, + "U": 6.597711887934565e-08, + "K": 6.151326914505262e-08, + "L": 1.3867737607142772e-06, + "G": 7.447712414432317e-05, + "F": 0.0008221764001064003, + "E": 4.641065515897935e-06, + "T": 0.00040998804615810513, + "P": 0.00953301228582859, + "-": 0.9883652925491333 + }, + "id": "tp_26971" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3371405, + "label": "-", + "classification": { + "B": 1.190342407975109e-10, + "S": 1.5778251968856516e-11, + "I": 5.911453726525906e-08, + "C": 2.6731953539638198e-08, + "R": 1.4616078347629013e-09, + "M": 7.732594298204276e-08, + "O": 1.993226206309373e-08, + "W": 2.6186084550738897e-11, + "N": 1.595429621747968e-10, + "Y": 6.735780061717378e-06, + "U": 2.46927235603156e-11, + "K": 3.778022165945583e-12, + "L": 1.6960544080291129e-09, + "G": 6.646916972385952e-07, + "F": 1.543480175314471e-05, + "E": 1.7294540910484102e-08, + "T": 3.766801910387585e-06, + "P": 0.0056920344941318035, + "-": 0.9942812919616699 + }, + "id": "tp_26972" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3371505, + "label": "-", + "classification": { + "B": 3.1376764297874615e-08, + "S": 4.3391164439299246e-08, + "I": 1.6836035001688288e-06, + "C": 2.8589665816980414e-06, + "R": 1.2186779940748238e-06, + "M": 4.677843026001938e-05, + "O": 1.3124234101269394e-05, + "W": 4.1452974386402275e-08, + "N": 1.61754520888735e-08, + "Y": 0.00019227796292398125, + "U": 4.263214670174875e-09, + "K": 2.8424260167803084e-10, + "L": 2.882687113014981e-06, + "G": 4.1346869693370536e-05, + "F": 0.0001225462183356285, + "E": 2.242260563889431e-07, + "T": 0.0002337275946047157, + "P": 0.0016610462917014956, + "-": 0.997680127620697 + }, + "id": "tp_26973" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3371638, + "label": "-", + "classification": { + "B": 3.16316891257884e-06, + "S": 1.3439718713925686e-05, + "I": 0.0009836714016273618, + "C": 0.00023595034144818783, + "R": 3.906150595867075e-05, + "M": 0.00040830313810147345, + "O": 0.0001818935852497816, + "W": 2.1221218048594892e-05, + "N": 7.984080002643168e-05, + "Y": 0.002073751762509346, + "U": 1.0340669177821837e-05, + "K": 8.249510574387386e-05, + "L": 1.6992020391626284e-05, + "G": 0.0005927391466684639, + "F": 0.004903068765997887, + "E": 0.0005741683416999876, + "T": 0.0020137540996074677, + "P": 0.07597462087869644, + "-": 0.9117915630340576 + }, + "id": "tp_26974" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3371772, + "label": "-", + "classification": { + "B": 3.498409205349162e-05, + "S": 0.00017141012358479202, + "I": 0.00014335106243379414, + "C": 0.001785831293091178, + "R": 0.00098165194503963, + "M": 0.007065811660140753, + "O": 0.0016554392641410232, + "W": 5.066854282631539e-05, + "N": 1.0972313248203136e-05, + "Y": 0.013258135877549648, + "U": 4.63720516563626e-06, + "K": 3.531987431415473e-06, + "L": 0.0012273675529286265, + "G": 0.007938599213957787, + "F": 0.012244564481079578, + "E": 7.588932203361765e-05, + "T": 0.021351708099246025, + "P": 0.00361196743324399, + "-": 0.9283836483955383 + }, + "id": "tp_26975" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3371905, + "label": "-", + "classification": { + "B": 7.1415104732630574e-12, + "S": 1.6912348257958065e-11, + "I": 1.988323532486902e-07, + "C": 1.393837845142798e-08, + "R": 4.881940962597753e-10, + "M": 4.5700094375433764e-08, + "O": 8.173860699400848e-09, + "W": 1.7005473418318928e-11, + "N": 1.1489559303967667e-09, + "Y": 6.19534603174543e-06, + "U": 3.650862598347793e-11, + "K": 2.8036351018556616e-09, + "L": 8.114188487784446e-11, + "G": 3.1998891358853143e-07, + "F": 8.188369974959642e-06, + "E": 1.803257276833392e-07, + "T": 2.522319164199871e-06, + "P": 0.0043904720805585384, + "-": 0.9955918192863464 + }, + "id": "tp_26976" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3372005, + "label": "-", + "classification": { + "B": 2.1843098352292145e-07, + "S": 4.321536266616022e-07, + "I": 9.446203875995707e-06, + "C": 4.393245035316795e-06, + "R": 8.720772939341259e-07, + "M": 4.438733958522789e-05, + "O": 1.0394124728918541e-05, + "W": 1.715192468054738e-07, + "N": 4.2823276658054965e-07, + "Y": 0.00027896231040358543, + "U": 3.416682048396069e-08, + "K": 1.0972479458359885e-07, + "L": 1.1856225228257244e-06, + "G": 5.1236969738965854e-05, + "F": 0.0028842519968748093, + "E": 8.295988664031029e-06, + "T": 0.00028201896930113435, + "P": 0.025404192507267, + "-": 0.97101891040802 + }, + "id": "tp_26977" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3372139, + "label": "-", + "classification": { + "B": 2.844269033630553e-07, + "S": 3.0147799634505645e-07, + "I": 1.4783430515308282e-06, + "C": 6.1798036767868325e-06, + "R": 2.3084621716407128e-06, + "M": 0.0003699234512168914, + "O": 6.723532715113834e-05, + "W": 5.605204478342785e-07, + "N": 5.549994597231489e-08, + "Y": 0.001668200478889048, + "U": 2.6882128523197935e-08, + "K": 2.069416282779457e-08, + "L": 1.0098577149619814e-05, + "G": 0.00015000521671026945, + "F": 0.000805940362624824, + "E": 1.001119699139963e-06, + "T": 0.001060422626323998, + "P": 0.0008022694964893162, + "-": 0.9950537085533142 + }, + "id": "tp_26978" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3372272, + "label": "-", + "classification": { + "B": 0.0002203909825766459, + "S": 9.534610580885783e-05, + "I": 6.870719516882673e-05, + "C": 0.0008323801448568702, + "R": 0.00025512557476758957, + "M": 0.0028245244175195694, + "O": 0.0007509944261983037, + "W": 2.2052017811802216e-05, + "N": 4.478866230783751e-06, + "Y": 0.004356710240244865, + "U": 1.5133980468817754e-06, + "K": 3.4032495932478923e-06, + "L": 0.0011272585252299905, + "G": 0.012992235831916332, + "F": 0.046633075922727585, + "E": 0.00020718412997666746, + "T": 0.002853084821254015, + "P": 0.008847502060234547, + "-": 0.9179040789604187 + }, + "id": "tp_26979" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3372406, + "label": "-", + "classification": { + "B": 3.6775470562133705e-06, + "S": 4.841459031013073e-06, + "I": 0.00027706794207915664, + "C": 0.0029410840943455696, + "R": 0.0007168740266934037, + "M": 0.0009089335799217224, + "O": 0.00025064850342459977, + "W": 7.937724149087444e-06, + "N": 9.35696607484715e-06, + "Y": 0.01793321967124939, + "U": 6.278262844716664e-06, + "K": 3.887666025548242e-06, + "L": 0.0002102172584272921, + "G": 0.003749319352209568, + "F": 0.01199306733906269, + "E": 0.000141361917485483, + "T": 0.004499657079577446, + "P": 0.01803518272936344, + "-": 0.9383074045181274 + }, + "id": "tp_26980" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3372506, + "label": "-", + "classification": { + "B": 1.582690922763419e-10, + "S": 6.45287545619766e-10, + "I": 9.238272582479112e-07, + "C": 5.463039087771904e-07, + "R": 6.928981832743375e-08, + "M": 5.932667136221426e-06, + "O": 2.988669507431041e-07, + "W": 1.5553216492492083e-09, + "N": 4.8802433205707985e-09, + "Y": 4.487187834456563e-05, + "U": 8.05564726036323e-10, + "K": 3.895272548959383e-09, + "L": 2.44483171485399e-08, + "G": 3.945971002394799e-06, + "F": 0.0002601026208139956, + "E": 4.838817062591261e-07, + "T": 3.608280894695781e-05, + "P": 0.0038583679124712944, + "-": 0.9957882761955261 + }, + "id": "tp_26981" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3372639, + "label": "-", + "classification": { + "B": 4.103971936592066e-12, + "S": 3.2949540990610815e-13, + "I": 4.617871862677703e-09, + "C": 5.257622115450999e-10, + "R": 6.439408468256191e-12, + "M": 8.311189514387252e-10, + "O": 3.362369549453348e-10, + "W": 8.354024937096138e-13, + "N": 2.6530016031256487e-11, + "Y": 1.1118568465917633e-07, + "U": 6.079219159321747e-13, + "K": 8.528291788045816e-12, + "L": 4.8909075574254945e-12, + "G": 1.5768806704841154e-08, + "F": 1.6878246242413297e-05, + "E": 9.87317605449789e-09, + "T": 1.2151112116498552e-07, + "P": 0.054889898747205734, + "-": 0.9450929164886475 + }, + "id": "tp_26982" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3372773, + "label": "-", + "classification": { + "B": 1.6275327652692795e-05, + "S": 1.845599581429269e-05, + "I": 0.00033175916178151965, + "C": 0.0009804748697206378, + "R": 0.00020830827997997403, + "M": 0.0013399035669863224, + "O": 0.0003535873256623745, + "W": 2.107487671310082e-05, + "N": 2.5235716748284176e-05, + "Y": 0.00798702146857977, + "U": 8.779527888691518e-06, + "K": 3.1631436286261305e-05, + "L": 9.970416431315243e-05, + "G": 0.002691886853426695, + "F": 0.0167598444968462, + "E": 0.00023234945547301322, + "T": 0.0027491699438542128, + "P": 0.018788717687129974, + "-": 0.9473558664321899 + }, + "id": "tp_26983" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3372906, + "label": "-", + "classification": { + "B": 4.193466793367406e-06, + "S": 2.454976856824942e-05, + "I": 1.1515422556840349e-05, + "C": 6.834850501036271e-05, + "R": 3.4080501791322604e-05, + "M": 0.002415659138932824, + "O": 0.0006423034938052297, + "W": 6.747980933141662e-06, + "N": 9.040994086717546e-07, + "Y": 0.008492804132401943, + "U": 1.719114663956134e-07, + "K": 4.0296245629178884e-07, + "L": 0.00024002662394195795, + "G": 0.0024740416556596756, + "F": 0.012833507731556892, + "E": 1.7891261450131424e-05, + "T": 0.003197472309693694, + "P": 0.0018409194890409708, + "-": 0.9676945209503174 + }, + "id": "tp_26984" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3373006, + "label": "-", + "classification": { + "B": 0.0001972183963516727, + "S": 0.00010422803461551666, + "I": 0.0016794886905699968, + "C": 0.001131735392846167, + "R": 0.00031880728784017265, + "M": 0.008067849092185497, + "O": 0.0010188407031819224, + "W": 9.731599129736423e-05, + "N": 0.0001341584575129673, + "Y": 0.013180277310311794, + "U": 3.769658360397443e-05, + "K": 8.971917850431055e-05, + "L": 0.00044196232920512557, + "G": 0.005371240898966789, + "F": 0.023409944027662277, + "E": 0.003477421822026372, + "T": 0.009217868559062481, + "P": 0.06280007213354111, + "-": 0.8692241907119751 + }, + "id": "tp_26985" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3373140, + "label": "-", + "classification": { + "B": 5.69897684599141e-10, + "S": 9.049008653505553e-09, + "I": 1.949101147147303e-07, + "C": 3.1259194201993523e-06, + "R": 2.810324133406539e-07, + "M": 6.753061370545765e-06, + "O": 1.369900701320148e-06, + "W": 3.46537243345324e-09, + "N": 3.2893703316716483e-09, + "Y": 9.55135328695178e-05, + "U": 4.423864330416194e-10, + "K": 1.9173995724486304e-09, + "L": 1.723617799598287e-07, + "G": 2.106900319631677e-05, + "F": 0.0007725010509602726, + "E": 6.108916750235949e-08, + "T": 7.864847430028021e-05, + "P": 0.0006590207922272384, + "-": 0.9983611702919006 + }, + "id": "tp_26986" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3373273, + "label": "-", + "classification": { + "B": 1.752430216583889e-05, + "S": 5.958563178865006e-06, + "I": 0.000538438674993813, + "C": 0.000696446979418397, + "R": 0.00012908178905490786, + "M": 0.0003764288849197328, + "O": 0.00021111841488163918, + "W": 8.459704076813068e-06, + "N": 2.0293098714319058e-05, + "Y": 0.0019732455257326365, + "U": 5.275793228065595e-06, + "K": 4.526184966380242e-06, + "L": 7.070326682878658e-05, + "G": 0.0017152645159512758, + "F": 0.006283317692577839, + "E": 0.00019365869229659438, + "T": 0.001585654797963798, + "P": 0.037452712655067444, + "-": 0.9487119913101196 + }, + "id": "tp_26987" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3373407, + "label": "-", + "classification": { + "B": 1.8131954604427847e-08, + "S": 3.655371472177649e-08, + "I": 2.720903694353183e-06, + "C": 4.417364380060462e-06, + "R": 5.508874210136128e-07, + "M": 4.04253660235554e-06, + "O": 2.2797746623837156e-06, + "W": 2.65661448395349e-08, + "N": 1.1389202114742147e-07, + "Y": 0.00021472066873684525, + "U": 6.662871143703342e-09, + "K": 4.961751542964521e-08, + "L": 1.809454914791786e-07, + "G": 5.1014394557569176e-05, + "F": 0.0025651990436017513, + "E": 3.59760247192753e-06, + "T": 5.179552317713387e-05, + "P": 0.01609853096306324, + "-": 0.9810007214546204 + }, + "id": "tp_26988" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3373507, + "label": "-", + "classification": { + "B": 4.682812360101707e-09, + "S": 2.1580117692820977e-09, + "I": 6.084682269147379e-08, + "C": 1.0045497447208618e-06, + "R": 1.074051780847185e-07, + "M": 1.8882061340264045e-05, + "O": 4.603433296779258e-07, + "W": 5.522921009415427e-10, + "N": 9.707528531022191e-11, + "Y": 4.768856524606235e-05, + "U": 1.156011657926781e-11, + "K": 2.3998951697440374e-12, + "L": 2.1822485507527745e-07, + "G": 2.107818545482587e-05, + "F": 9.005671017803252e-05, + "E": 3.873099885254305e-08, + "T": 4.859904947807081e-05, + "P": 0.0002825730189215392, + "-": 0.9994890689849854 + }, + "id": "tp_26989" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3373640, + "label": "-", + "classification": { + "B": 2.3226217393812476e-08, + "S": 3.224914224553288e-10, + "I": 2.7005906844124183e-08, + "C": 1.128887205936735e-08, + "R": 1.4861142316746623e-09, + "M": 6.257794780140102e-07, + "O": 1.8678878177524894e-07, + "W": 1.8591961303826565e-10, + "N": 2.1564573043919566e-11, + "Y": 4.550162429950433e-06, + "U": 1.085695986238755e-12, + "K": 1.0399492410880645e-13, + "L": 3.1465912542216756e-08, + "G": 3.6956027997803176e-06, + "F": 7.750346412649378e-06, + "E": 1.9195693923279578e-08, + "T": 2.943616436823504e-06, + "P": 0.0005468066083267331, + "-": 0.9994333386421204 + }, + "id": "tp_26990" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3373774, + "label": "-", + "classification": { + "B": 1.5769253991493315e-07, + "S": 1.839437231865304e-06, + "I": 1.278240597457625e-05, + "C": 0.0012727983994409442, + "R": 0.0003586672246456146, + "M": 0.0009861012222245336, + "O": 0.00019351571972947568, + "W": 1.2983717851966503e-06, + "N": 2.1084092338696792e-07, + "Y": 0.004796711262315512, + "U": 8.352510150189119e-08, + "K": 8.295037901007163e-08, + "L": 0.00020273039990570396, + "G": 0.0023868579883128405, + "F": 0.004658126272261143, + "E": 3.196189709342434e-06, + "T": 0.0036108477506786585, + "P": 0.000515318475663662, + "-": 0.980998694896698 + }, + "id": "tp_26991" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3373907, + "label": "-", + "classification": { + "B": 2.1464347810251638e-05, + "S": 4.374085256131366e-05, + "I": 0.0005210732924751937, + "C": 0.0027338452637195587, + "R": 0.0013769840588793159, + "M": 0.0052512409165501595, + "O": 0.0013444554060697556, + "W": 3.549665052560158e-05, + "N": 1.7460062736063264e-05, + "Y": 0.030039338394999504, + "U": 6.365200533764437e-06, + "K": 3.3913174775079824e-06, + "L": 0.0009611074347048998, + "G": 0.00972650945186615, + "F": 0.010091733187437057, + "E": 0.0001071850856533274, + "T": 0.015142652206122875, + "P": 0.0066261980682611465, + "-": 0.9159497618675232 + }, + "id": "tp_26992" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3374007, + "label": "-", + "classification": { + "B": 8.214401958639428e-08, + "S": 3.966342632111264e-08, + "I": 1.1415863809816074e-05, + "C": 2.4228700567618944e-05, + "R": 2.777107056317618e-06, + "M": 0.0002905527362599969, + "O": 1.5503586837439798e-05, + "W": 7.479840746782429e-08, + "N": 1.707485779434137e-07, + "Y": 0.001025199075229466, + "U": 5.3610495598377383e-08, + "K": 1.3073200300084409e-08, + "L": 3.888892479153583e-06, + "G": 0.00014780111087020487, + "F": 0.00044265337055549026, + "E": 1.046309535013279e-05, + "T": 0.0009058418800123036, + "P": 0.005174809135496616, + "-": 0.991944432258606 + }, + "id": "tp_26993" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3374141, + "label": "-", + "classification": { + "B": 2.747434848515695e-07, + "S": 2.617670986637677e-07, + "I": 1.4353916412801482e-05, + "C": 3.46753622579854e-05, + "R": 7.4434974521864206e-06, + "M": 8.905994764063507e-05, + "O": 2.1058969650766812e-05, + "W": 3.663394920749852e-07, + "N": 3.0960580943428795e-07, + "Y": 0.0012190344277769327, + "U": 8.857691824459835e-08, + "K": 1.5820462806459545e-07, + "L": 5.619461262540426e-06, + "G": 0.00019354018149897456, + "F": 0.0025727329775691032, + "E": 1.57856811711099e-05, + "T": 0.0004438506148289889, + "P": 0.010711541399359703, + "-": 0.9846698045730591 + }, + "id": "tp_26994" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3374274, + "label": "-", + "classification": { + "B": 4.696629574141298e-08, + "S": 1.3866722881061833e-08, + "I": 9.978358320950065e-06, + "C": 1.1892432667082176e-05, + "R": 1.1831837127829203e-06, + "M": 1.2701100786216557e-05, + "O": 3.500245611576247e-06, + "W": 5.556860216415771e-08, + "N": 1.4380665902535839e-07, + "Y": 0.00031323975417762995, + "U": 2.542044619247008e-08, + "K": 1.5479726300782204e-07, + "L": 3.1961118907020136e-07, + "G": 7.583142723888159e-05, + "F": 0.0008415740448981524, + "E": 1.4231804016162641e-05, + "T": 7.569003355456516e-05, + "P": 0.009289342910051346, + "-": 0.9893501400947571 + }, + "id": "tp_26995" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3374408, + "label": "-", + "classification": { + "B": 7.563721309976519e-15, + "S": 2.8552468447570496e-15, + "I": 2.0570114622059377e-12, + "C": 1.0703160580050053e-10, + "R": 2.3159692479762795e-12, + "M": 3.5020710775768293e-09, + "O": 4.464175556995187e-11, + "W": 1.6266721415767859e-15, + "N": 4.4101948303987423e-16, + "Y": 2.891941903726547e-07, + "U": 9.06318834640548e-17, + "K": 1.926965411941153e-16, + "L": 3.3388146847973532e-12, + "G": 1.2430136919761026e-08, + "F": 9.200622912430845e-07, + "E": 2.261879919474019e-12, + "T": 5.402475267146656e-08, + "P": 4.242097929818556e-06, + "-": 0.9999945163726807 + }, + "id": "tp_26996" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3374508, + "label": "-", + "classification": { + "B": 1.6377825762248222e-09, + "S": 1.1618896955667424e-08, + "I": 6.51408754492877e-07, + "C": 1.125785092881415e-05, + "R": 6.412240054487484e-07, + "M": 1.839435935835354e-05, + "O": 1.5355986988652148e-06, + "W": 9.27523835514421e-09, + "N": 9.8284207439292e-09, + "Y": 0.00016503565711900592, + "U": 2.1370818448218643e-09, + "K": 2.5674408377085456e-08, + "L": 2.3022415973628085e-07, + "G": 4.802871262654662e-05, + "F": 0.0015748474979773164, + "E": 5.95631206579128e-07, + "T": 9.645568206906319e-05, + "P": 0.001026094425469637, + "-": 0.997056245803833 + }, + "id": "tp_26997" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3374641, + "label": "-", + "classification": { + "B": 8.02963597834605e-07, + "S": 5.0490879033304736e-08, + "I": 0.0022194262128323317, + "C": 0.0006685215048491955, + "R": 7.129729056032375e-05, + "M": 9.89407126326114e-05, + "O": 1.3777313142782077e-05, + "W": 2.257584696963022e-07, + "N": 3.3496946798550198e-06, + "Y": 0.004241417162120342, + "U": 2.9051696515125514e-07, + "K": 7.2800490080737745e-09, + "L": 8.466645340377e-06, + "G": 0.0004465989477466792, + "F": 0.00012316247739363462, + "E": 6.368287722580135e-05, + "T": 0.0005011974717490375, + "P": 0.0699385553598404, + "-": 0.921600341796875 + }, + "id": "tp_26998" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3374775, + "label": "-", + "classification": { + "B": 2.109487029500201e-09, + "S": 2.995281800366456e-09, + "I": 1.5977320799720474e-07, + "C": 1.3187515151003026e-06, + "R": 1.304160264226084e-07, + "M": 1.2603101822605822e-05, + "O": 1.6058934306784067e-06, + "W": 2.994482217744121e-09, + "N": 1.0555943896761733e-09, + "Y": 0.0001109207805711776, + "U": 3.0784183535637055e-10, + "K": 3.63537366876443e-10, + "L": 4.889241722594306e-07, + "G": 2.4842587663442828e-05, + "F": 0.0007110790465958416, + "E": 2.6332227776038053e-07, + "T": 4.598272789735347e-05, + "P": 0.0009306301362812519, + "-": 0.9981600642204285 + }, + "id": "tp_26999" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3374908, + "label": "-", + "classification": { + "B": 3.0994812050266773e-08, + "S": 2.094411577502342e-08, + "I": 2.010168282140512e-05, + "C": 6.664636748610064e-05, + "R": 3.7548386444541393e-06, + "M": 5.842471728101373e-05, + "O": 3.1840108931646682e-06, + "W": 2.8258961393134996e-08, + "N": 9.791276056603238e-08, + "Y": 0.0004577690560836345, + "U": 2.5126034586264723e-08, + "K": 3.6616366827502134e-08, + "L": 1.6304187511195778e-06, + "G": 0.0002898760139942169, + "F": 0.001360443769954145, + "E": 1.9056555174756795e-05, + "T": 9.010986104840413e-05, + "P": 0.012486450374126434, + "-": 0.9851424098014832 + }, + "id": "tp_27000" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3375008, + "label": "-", + "classification": { + "B": 4.977444405085407e-06, + "S": 1.2558387425087858e-05, + "I": 0.0003888163191732019, + "C": 0.0004047579423058778, + "R": 0.0001376276632072404, + "M": 0.001361524686217308, + "O": 0.00023042010434437543, + "W": 1.4667240066046361e-05, + "N": 1.6503094229847193e-05, + "Y": 0.004630007781088352, + "U": 3.971173555328278e-06, + "K": 1.3428030797513202e-05, + "L": 7.295734394574538e-05, + "G": 0.0015891368966549635, + "F": 0.01062141451984644, + "E": 0.00028366222977638245, + "T": 0.0022789672948420048, + "P": 0.024137310683727264, + "-": 0.9537973999977112 + }, + "id": "tp_27001" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3375142, + "label": "-", + "classification": { + "B": 0.00011878037912538275, + "S": 5.4012991313356906e-05, + "I": 0.001474187709391117, + "C": 0.006397493649274111, + "R": 0.0005871030734851956, + "M": 0.002532378537580371, + "O": 0.0005962252616882324, + "W": 5.3322819439927116e-05, + "N": 0.00013762939488515258, + "Y": 0.005110449623316526, + "U": 4.525306212599389e-05, + "K": 0.00013243303692433983, + "L": 0.0004669469781219959, + "G": 0.010569117031991482, + "F": 0.07072687149047852, + "E": 0.002989456756040454, + "T": 0.0025921305641531944, + "P": 0.10965761542320251, + "-": 0.7857586145401001 + }, + "id": "tp_27002" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3375275, + "label": "-", + "classification": { + "B": 1.253875296924889e-07, + "S": 3.5836715817083586e-09, + "I": 6.527574036852002e-09, + "C": 4.1254892835240753e-07, + "R": 7.807541635429516e-08, + "M": 2.9392133001238108e-05, + "O": 1.7893684116643271e-06, + "W": 1.06296427215824e-09, + "N": 1.3928777402305581e-11, + "Y": 3.7386493204394355e-05, + "U": 1.0787062215689147e-11, + "K": 7.866051424587281e-14, + "L": 5.282650818116963e-06, + "G": 4.437394454726018e-05, + "F": 0.00010504708916414529, + "E": 1.8322824146821404e-08, + "T": 2.519464396755211e-05, + "P": 0.00014523384743370116, + "-": 0.9996057152748108 + }, + "id": "tp_27003" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3375375, + "label": "-", + "classification": { + "B": 5.189489393764291e-10, + "S": 2.742782445608327e-09, + "I": 3.5379508744881605e-07, + "C": 1.1341413710397319e-06, + "R": 2.8446065059029024e-08, + "M": 1.4735755939909723e-06, + "O": 7.968639010869083e-07, + "W": 1.7439972799238035e-09, + "N": 8.646154903146908e-09, + "Y": 2.1563300833804533e-05, + "U": 5.289592652779618e-10, + "K": 7.222241693582987e-10, + "L": 6.096400539945535e-08, + "G": 6.142552138044266e-06, + "F": 0.0003353850916028023, + "E": 2.828657841291715e-07, + "T": 2.642925755935721e-05, + "P": 0.006758418865501881, + "-": 0.9928479194641113 + }, + "id": "tp_27004" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3375509, + "label": "-", + "classification": { + "B": 2.90417934145637e-09, + "S": 4.873252024140129e-09, + "I": 1.1440366506576538e-05, + "C": 3.917088633897947e-06, + "R": 4.5118511593500443e-07, + "M": 2.619031647554948e-06, + "O": 7.92378784808534e-07, + "W": 2.001937282614108e-08, + "N": 1.5879952286468324e-07, + "Y": 0.00013200363900978118, + "U": 1.7969295385000805e-08, + "K": 1.3528132569717854e-07, + "L": 3.538615800380285e-08, + "G": 7.138839919207385e-06, + "F": 0.00022799594444222748, + "E": 3.3069732126023155e-06, + "T": 6.212350854184479e-05, + "P": 0.026115333661437035, + "-": 0.9734323620796204 + }, + "id": "tp_27005" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3375642, + "label": "-", + "classification": { + "B": 7.215852093622743e-08, + "S": 2.174107521568658e-06, + "I": 2.737793511187192e-05, + "C": 0.0027882116846740246, + "R": 0.0006017126142978668, + "M": 0.004428946878761053, + "O": 0.0005379100330173969, + "W": 3.223659177820082e-06, + "N": 3.417385414650198e-07, + "Y": 0.020173262804746628, + "U": 1.1003511701801472e-07, + "K": 6.942581620705823e-08, + "L": 0.0006636691396124661, + "G": 0.0035728474613279104, + "F": 0.005912461318075657, + "E": 6.751582077413332e-06, + "T": 0.011671680957078934, + "P": 0.0005497157108038664, + "-": 0.9490594267845154 + }, + "id": "tp_27006" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3375776, + "label": "-", + "classification": { + "B": 5.03881492477376e-05, + "S": 3.880882286466658e-05, + "I": 0.00036218282184563577, + "C": 0.0005347829428501427, + "R": 0.00028733216458931565, + "M": 0.002877820748835802, + "O": 0.0007519410573877394, + "W": 3.992574420408346e-05, + "N": 1.9844757844111882e-05, + "Y": 0.007372227963060141, + "U": 8.996011274575721e-06, + "K": 1.0790087799250614e-05, + "L": 0.000298581609968096, + "G": 0.0030719463247805834, + "F": 0.01625574193894863, + "E": 0.00019754096865653992, + "T": 0.004852757789194584, + "P": 0.018824566155672073, + "-": 0.9441438913345337 + }, + "id": "tp_27007" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3375876, + "label": "-", + "classification": { + "B": 6.266293439693982e-07, + "S": 1.7404154561972973e-07, + "I": 5.344392320694169e-06, + "C": 0.0001098459615604952, + "R": 1.3349396795092616e-05, + "M": 8.273342245956883e-06, + "O": 8.966037057689391e-06, + "W": 2.8164217269477376e-07, + "N": 1.0546342110728801e-07, + "Y": 8.471950422972441e-05, + "U": 7.323555450966523e-08, + "K": 1.7544545372061293e-08, + "L": 2.1971504793327767e-06, + "G": 8.04974915808998e-05, + "F": 0.0011960800038650632, + "E": 1.06617437722889e-06, + "T": 7.676576933590695e-05, + "P": 0.013372671790421009, + "-": 0.9850389957427979 + }, + "id": "tp_27008" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3376009, + "label": "-", + "classification": { + "B": 4.819787347010163e-10, + "S": 1.634061219668581e-10, + "I": 9.013075441544061e-07, + "C": 2.330820461793337e-05, + "R": 5.847790589541546e-07, + "M": 1.8984172811542521e-06, + "O": 4.0040504245553166e-07, + "W": 5.50366585638784e-10, + "N": 3.536828829808769e-09, + "Y": 5.889380190637894e-05, + "U": 6.149452058679117e-10, + "K": 6.03090188899813e-10, + "L": 7.635526344529353e-08, + "G": 3.78128606826067e-05, + "F": 0.00022008107043802738, + "E": 3.382357363079791e-07, + "T": 1.6142765161930583e-05, + "P": 0.002013265388086438, + "-": 0.9976262450218201 + }, + "id": "tp_27009" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3376143, + "label": "-", + "classification": { + "B": 7.371969331870787e-06, + "S": 2.326136382180266e-05, + "I": 0.00013685680460184813, + "C": 0.00036729927523992956, + "R": 0.00014502971316687763, + "M": 0.0005960912094451487, + "O": 0.00032623036531731486, + "W": 2.1151170585653745e-05, + "N": 1.0666457455954514e-05, + "Y": 0.001882868236862123, + "U": 3.4408749343128875e-06, + "K": 7.941695002955385e-06, + "L": 0.00013485112867783755, + "G": 0.0015761228278279305, + "F": 0.03511451929807663, + "E": 6.425915489671752e-05, + "T": 0.0031968154944479465, + "P": 0.02346128411591053, + "-": 0.9329238533973694 + }, + "id": "tp_27010" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3376276, + "label": "-", + "classification": { + "B": 1.1705322322086431e-05, + "S": 1.0852451168830157e-06, + "I": 0.0003920227463822812, + "C": 0.0006053952965885401, + "R": 3.577933239284903e-05, + "M": 7.314047979889438e-05, + "O": 2.4432354621239938e-05, + "W": 3.1653673886467004e-06, + "N": 1.829274151532445e-05, + "Y": 0.00041090918239206076, + "U": 4.305129095882876e-06, + "K": 2.0848692656727508e-05, + "L": 6.412372840713942e-06, + "G": 0.0006798746762797236, + "F": 0.0037003650795668364, + "E": 0.0008568073972128332, + "T": 0.00022294688096735626, + "P": 0.16961100697517395, + "-": 0.823321521282196 + }, + "id": "tp_27011" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3376376, + "label": "-", + "classification": { + "B": 7.191849960008767e-08, + "S": 6.262080773922207e-07, + "I": 5.709331617254065e-06, + "C": 0.00014218945580068976, + "R": 2.1812364138895646e-05, + "M": 0.00010692452633520588, + "O": 5.081373456050642e-05, + "W": 7.073799679346848e-07, + "N": 3.887624870912987e-07, + "Y": 0.001972067402675748, + "U": 8.260197859044638e-08, + "K": 2.7140372367284726e-06, + "L": 1.2617047104868107e-05, + "G": 0.0013329581124708056, + "F": 0.041983939707279205, + "E": 1.709445314190816e-05, + "T": 0.00037176531623117626, + "P": 0.005766518414020538, + "-": 0.9482109546661377 + }, + "id": "tp_27012" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3376510, + "label": "-", + "classification": { + "B": 8.764463018451352e-06, + "S": 1.3881355016565067e-06, + "I": 2.6285304556949995e-05, + "C": 2.779989472401212e-06, + "R": 9.704461945148068e-07, + "M": 6.882801244501024e-05, + "O": 3.1230534659698606e-05, + "W": 6.986516609686078e-07, + "N": 1.4192365824783337e-06, + "Y": 0.0001984239206649363, + "U": 6.096941973510184e-08, + "K": 4.8362601035023545e-08, + "L": 3.7214704207144678e-06, + "G": 9.922345634549856e-05, + "F": 0.0008235941641032696, + "E": 5.834921103087254e-05, + "T": 0.0002775380271486938, + "P": 0.08162786811590195, + "-": 0.9167687296867371 + }, + "id": "tp_27013" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3376643, + "label": "-", + "classification": { + "B": 8.355803583981469e-05, + "S": 5.4549615015275776e-05, + "I": 0.00011111800267826766, + "C": 0.00017452363681513816, + "R": 4.8437454097438604e-05, + "M": 0.0003354609361849725, + "O": 0.0003484677290543914, + "W": 1.5881960280239582e-05, + "N": 1.6233816495514475e-05, + "Y": 0.0011272011324763298, + "U": 2.5008323518704856e-06, + "K": 1.930216740220203e-06, + "L": 0.0001014990994008258, + "G": 0.0009232846787199378, + "F": 0.01136202272027731, + "E": 0.0001542750105727464, + "T": 0.001416653860360384, + "P": 0.04982731118798256, + "-": 0.9338951110839844 + }, + "id": "tp_27014" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3376777, + "label": "-", + "classification": { + "B": 3.2681799488898378e-09, + "S": 3.402431048016297e-08, + "I": 6.991866143835068e-07, + "C": 4.4168612589601253e-07, + "R": 7.324237571992853e-08, + "M": 8.519664334016852e-06, + "O": 1.4317429304355755e-06, + "W": 8.489974057113159e-09, + "N": 2.065320714450536e-08, + "Y": 8.444626291748136e-05, + "U": 7.603018770119263e-10, + "K": 6.00389782334787e-08, + "L": 6.312045286449575e-08, + "G": 1.2607290045707487e-05, + "F": 0.0026015385519713163, + "E": 1.373224563394615e-06, + "T": 4.092767267138697e-05, + "P": 0.0031758337281644344, + "-": 0.9940717816352844 + }, + "id": "tp_27015" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3376877, + "label": "-", + "classification": { + "B": 2.1265662564218246e-09, + "S": 3.387810698640692e-09, + "I": 3.010559055383055e-07, + "C": 3.3463195450167404e-06, + "R": 3.868407532081619e-07, + "M": 8.838273970468435e-06, + "O": 1.5600718370478717e-06, + "W": 5.955417936576168e-09, + "N": 4.328185809754359e-09, + "Y": 0.00010130749433301389, + "U": 1.233149360402308e-09, + "K": 8.194660949811805e-09, + "L": 1.512201066589114e-07, + "G": 1.8211148926638998e-05, + "F": 0.0006606563692912459, + "E": 2.4823319222377904e-07, + "T": 4.1901159420376644e-05, + "P": 0.0009654028108343482, + "-": 0.998197615146637 + }, + "id": "tp_27016" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3377010, + "label": "-", + "classification": { + "B": 6.08568916504737e-06, + "S": 1.0979424587276299e-05, + "I": 0.00035388063406571746, + "C": 0.00031340247369371355, + "R": 8.438766235485673e-05, + "M": 0.0002787613484542817, + "O": 0.00019515059830155224, + "W": 1.3005443179281428e-05, + "N": 4.21491677116137e-05, + "Y": 0.0019166289130225778, + "U": 7.853288479964249e-06, + "K": 1.4663734873465728e-05, + "L": 2.7890269848285243e-05, + "G": 0.000776153348851949, + "F": 0.010480794124305248, + "E": 0.00021482397278305143, + "T": 0.0020542582497000694, + "P": 0.10941717773675919, + "-": 0.8737919330596924 + }, + "id": "tp_27017" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3377144, + "label": "-", + "classification": { + "B": 8.447901223007648e-08, + "S": 6.151955034283674e-08, + "I": 2.0309857973188628e-06, + "C": 7.255895616253838e-05, + "R": 1.9524228264344856e-05, + "M": 0.0002602259919513017, + "O": 1.1164755960635375e-05, + "W": 8.17795182683767e-08, + "N": 2.9772014187301465e-08, + "Y": 0.0021640814375132322, + "U": 1.7009686104074717e-08, + "K": 2.6964936949980256e-08, + "L": 8.004310984688345e-06, + "G": 0.0003529768728185445, + "F": 0.0030292728915810585, + "E": 3.3208871172973886e-06, + "T": 0.0006640995270572603, + "P": 0.0011628292268142104, + "-": 0.9922497272491455 + }, + "id": "tp_27018" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3377277, + "label": "-", + "classification": { + "B": 5.926630137764732e-07, + "S": 2.506848886696389e-06, + "I": 6.0698816923832055e-06, + "C": 2.9600769266835414e-05, + "R": 9.74851536739152e-06, + "M": 0.00019953757873736322, + "O": 6.819253030698746e-05, + "W": 9.264229561267712e-07, + "N": 2.9662515999007155e-07, + "Y": 0.0014096401864662766, + "U": 4.973824374587821e-08, + "K": 1.4034915807314974e-07, + "L": 2.754591332632117e-05, + "G": 0.000508361030369997, + "F": 0.011513677425682545, + "E": 9.361760930914897e-06, + "T": 0.0005754102021455765, + "P": 0.0022469472605735064, + "-": 0.9833914041519165 + }, + "id": "tp_27019" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3377377, + "label": "-", + "classification": { + "B": 7.715478256287156e-10, + "S": 7.738695018133512e-09, + "I": 7.44653277706675e-07, + "C": 8.318616164615378e-05, + "R": 1.0606083378661424e-05, + "M": 4.741685188491829e-05, + "O": 6.730131644872017e-06, + "W": 1.1542261368902018e-08, + "N": 4.312008083928731e-09, + "Y": 0.0007825128268450499, + "U": 1.6945949088409407e-09, + "K": 9.544223189550394e-10, + "L": 4.7969315346563235e-06, + "G": 0.0002933843934442848, + "F": 0.0007516497862525284, + "E": 1.691059452468835e-07, + "T": 0.0003490824019536376, + "P": 0.00021692865993827581, + "-": 0.9974527955055237 + }, + "id": "tp_27020" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3377511, + "label": "-", + "classification": { + "B": 1.5430973832053496e-08, + "S": 3.857292796283218e-08, + "I": 1.2857496585638728e-05, + "C": 0.0001535323535790667, + "R": 2.3817308829165995e-05, + "M": 0.000172980478964746, + "O": 2.0561294149956666e-05, + "W": 6.731917068236726e-08, + "N": 1.0597116073540747e-07, + "Y": 0.0027411989867687225, + "U": 5.117563972589778e-08, + "K": 1.8306149485169954e-08, + "L": 1.2689851246250328e-05, + "G": 0.0006204945384524763, + "F": 0.0007077381596900523, + "E": 2.393647946519195e-06, + "T": 0.0011276076547801495, + "P": 0.0016978170024231076, + "-": 0.9927061200141907 + }, + "id": "tp_27021" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3377644, + "label": "-", + "classification": { + "B": 7.078859198372811e-05, + "S": 2.345741268072743e-05, + "I": 0.0008945094305090606, + "C": 0.0014342593494802713, + "R": 0.00019484608492348343, + "M": 0.0007407325902022421, + "O": 0.00028737360844388604, + "W": 2.2176607672008686e-05, + "N": 8.223978511523455e-05, + "Y": 0.0037231226451694965, + "U": 2.9498833100660704e-05, + "K": 3.2566833397140726e-05, + "L": 9.04472908587195e-05, + "G": 0.0018856021342799067, + "F": 0.007519050035625696, + "E": 0.0006190749700181186, + "T": 0.0029871086589992046, + "P": 0.1240227222442627, + "-": 0.8553404808044434 + }, + "id": "tp_27022" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3377778, + "label": "-", + "classification": { + "B": 2.7925204904022394e-06, + "S": 1.1756904314097483e-05, + "I": 7.166394425439648e-06, + "C": 0.017878714948892593, + "R": 0.0027132430113852024, + "M": 0.001847876119427383, + "O": 0.0005615272093564272, + "W": 1.006525144475745e-05, + "N": 3.36561413405434e-07, + "Y": 0.006313613150268793, + "U": 2.8738634227920556e-07, + "K": 8.533486379747046e-07, + "L": 0.0010731088696047664, + "G": 0.012842710129916668, + "F": 0.05532147362828255, + "E": 1.4619068679166958e-05, + "T": 0.004598870407789946, + "P": 0.0008010473684407771, + "-": 0.8959998488426208 + }, + "id": "tp_27023" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3377878, + "label": "-", + "classification": { + "B": 4.0202752238371886e-10, + "S": 1.5833372390972045e-09, + "I": 3.195145836798474e-07, + "C": 4.940133067066199e-07, + "R": 1.6964276028375025e-07, + "M": 5.655630047840532e-06, + "O": 7.878914516368241e-07, + "W": 2.8373341454113188e-09, + "N": 2.5825206417806612e-09, + "Y": 0.00016890591359697282, + "U": 1.1193203031112375e-09, + "K": 1.2655334558075992e-09, + "L": 9.73901421730261e-08, + "G": 6.591186320292763e-06, + "F": 0.0002886845322791487, + "E": 5.138613445865303e-08, + "T": 0.00011607560008997098, + "P": 0.0011292188428342342, + "-": 0.9982829093933105 + }, + "id": "tp_27024" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3378011, + "label": "-", + "classification": { + "B": 1.6148122769510387e-11, + "S": 1.3726779045028503e-12, + "I": 9.746879747751791e-09, + "C": 1.9268617279522005e-07, + "R": 5.54099255367646e-09, + "M": 2.5213188337147585e-07, + "O": 1.5993139257375333e-08, + "W": 8.972282118657748e-12, + "N": 1.7560978712860553e-11, + "Y": 6.551042588398559e-06, + "U": 1.1956878195884535e-11, + "K": 2.7744252208139475e-12, + "L": 2.5433142258890484e-09, + "G": 1.0793146429932676e-06, + "F": 1.5524421542068012e-05, + "E": 4.863408786803802e-09, + "T": 3.0374199013749603e-06, + "P": 0.0005405755364336073, + "-": 0.9994327425956726 + }, + "id": "tp_27025" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3378145, + "label": "-", + "classification": { + "B": 4.009303609109338e-07, + "S": 1.3267580243336852e-06, + "I": 4.527770670392783e-06, + "C": 2.7030921046389267e-05, + "R": 3.812874638242647e-06, + "M": 6.468353967648e-05, + "O": 1.6274867448373698e-05, + "W": 4.1288203078693186e-07, + "N": 2.2749642880626197e-07, + "Y": 0.0003065820492338389, + "U": 4.844113021817975e-08, + "K": 3.550213989456097e-07, + "L": 3.5492748793330975e-06, + "G": 0.00020401024085003883, + "F": 0.012800869531929493, + "E": 9.86323539109435e-06, + "T": 0.00041487356065772474, + "P": 0.011147253215312958, + "-": 0.9749939441680908 + }, + "id": "tp_27026" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3378278, + "label": "-", + "classification": { + "B": 3.2266405014524935e-07, + "S": 3.568814577192825e-07, + "I": 6.551031219714787e-06, + "C": 4.069286660524085e-05, + "R": 3.90681498174672e-06, + "M": 6.764035788364708e-05, + "O": 1.1801531400124077e-05, + "W": 2.721406247019331e-07, + "N": 2.309228648300632e-07, + "Y": 0.0009046844788827002, + "U": 4.883499826746629e-08, + "K": 5.981594881632191e-07, + "L": 2.4705855139472988e-06, + "G": 0.00031404627952724695, + "F": 0.005847474560141563, + "E": 1.2091170901840087e-05, + "T": 0.00038731470704078674, + "P": 0.010182724334299564, + "-": 0.9822168350219727 + }, + "id": "tp_27027" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3378378, + "label": "-", + "classification": { + "B": 7.787818390170287e-09, + "S": 6.940011676448421e-09, + "I": 5.470731707646337e-07, + "C": 3.9903602555568796e-07, + "R": 2.1040829523144566e-08, + "M": 1.1542801985342521e-06, + "O": 4.2908905584226886e-07, + "W": 4.388085894646565e-09, + "N": 1.620219336473383e-08, + "Y": 1.507993511040695e-05, + "U": 5.627451837852959e-10, + "K": 1.7411219133123268e-08, + "L": 1.2538055926825109e-08, + "G": 4.271972102287691e-06, + "F": 0.00109346944373101, + "E": 1.4051802281755954e-06, + "T": 8.418693141720723e-06, + "P": 0.018632836639881134, + "-": 0.9802418947219849 + }, + "id": "tp_27028" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3378512, + "label": "-", + "classification": { + "B": 3.724707937635685e-07, + "S": 1.358959167419016e-07, + "I": 2.059001872112276e-06, + "C": 1.231800411005679e-06, + "R": 2.8956534947610635e-07, + "M": 4.932314550387673e-05, + "O": 1.4302053386927582e-05, + "W": 8.68130456410654e-08, + "N": 2.353941930266501e-08, + "Y": 0.00013859826140105724, + "U": 3.830513239932998e-09, + "K": 2.453655334466731e-10, + "L": 3.0166381748131244e-06, + "G": 4.796757275471464e-05, + "F": 0.0002189554215874523, + "E": 1.276745251743705e-06, + "T": 0.0001735375408316031, + "P": 0.00484105758368969, + "-": 0.9945077300071716 + }, + "id": "tp_27029" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3378645, + "label": "-", + "classification": { + "B": 5.68134232992179e-08, + "S": 1.5931955488213134e-07, + "I": 2.7650747142615728e-05, + "C": 7.252165232785046e-05, + "R": 8.888881893653888e-06, + "M": 4.7590733629476745e-06, + "O": 6.631933501921594e-06, + "W": 2.9971150183882855e-07, + "N": 1.0646773489497718e-06, + "Y": 0.0002762313815765083, + "U": 2.1008411010825512e-07, + "K": 2.9469977107510203e-06, + "L": 3.366881742294936e-07, + "G": 4.6865268814144656e-05, + "F": 0.0021444957237690687, + "E": 5.0736466619127896e-06, + "T": 9.152710117632523e-05, + "P": 0.03269384056329727, + "-": 0.9646164774894714 + }, + "id": "tp_27030" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3378779, + "label": "-", + "classification": { + "B": 1.8075437537845573e-06, + "S": 1.5513268181166495e-07, + "I": 7.490160442102933e-06, + "C": 3.192035364918411e-05, + "R": 2.0134880287514534e-06, + "M": 4.933935633744113e-05, + "O": 2.6128745957976207e-05, + "W": 1.9012620100511413e-07, + "N": 1.9031305953376432e-07, + "Y": 0.00013851915718987584, + "U": 3.171902207554922e-08, + "K": 1.51594186093007e-08, + "L": 5.0906937758554704e-06, + "G": 0.0003093202831223607, + "F": 0.0016100257635116577, + "E": 1.2109499948564917e-05, + "T": 7.614003698108718e-05, + "P": 0.014555471949279308, + "-": 0.9831740260124207 + }, + "id": "tp_27031" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3378879, + "label": "-", + "classification": { + "B": 3.9750300273588834e-10, + "S": 3.613279675462877e-09, + "I": 1.9725185929075906e-09, + "C": 2.028780841101252e-07, + "R": 1.3639287921307641e-08, + "M": 3.859956620999583e-07, + "O": 1.069083737093024e-06, + "W": 1.077162914420171e-09, + "N": 3.071312301705653e-11, + "Y": 3.0118462746031582e-06, + "U": 4.77227025258431e-12, + "K": 8.548073707204118e-12, + "L": 1.1177088055092099e-07, + "G": 4.422456186148338e-06, + "F": 0.0005001793033443391, + "E": 1.1433014535100483e-09, + "T": 2.8087797545595095e-06, + "P": 0.00023310931283049285, + "-": 0.9992546439170837 + }, + "id": "tp_27032" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3379012, + "label": "-", + "classification": { + "B": 1.6742469910457913e-10, + "S": 3.6307040707228566e-10, + "I": 2.1513294257147209e-07, + "C": 1.8345173202760634e-07, + "R": 1.2282988848255627e-08, + "M": 5.216533054408501e-07, + "O": 1.0132799843631801e-07, + "W": 7.330266393879015e-10, + "N": 2.7509912126078007e-09, + "Y": 2.711709021241404e-05, + "U": 3.092224809542188e-10, + "K": 2.5559840466371497e-08, + "L": 3.828679595585527e-09, + "G": 4.01275747208274e-06, + "F": 0.0006651755538769066, + "E": 3.7258311635923747e-07, + "T": 5.3666317398892716e-06, + "P": 0.0035723764449357986, + "-": 0.9957244396209717 + }, + "id": "tp_27033" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3379146, + "label": "-", + "classification": { + "B": 2.8135431762166263e-09, + "S": 1.4195991049348322e-08, + "I": 3.9774327831310075e-08, + "C": 3.974973878939636e-05, + "R": 2.2341716885421192e-06, + "M": 7.67132150940597e-05, + "O": 6.147861768113216e-06, + "W": 5.173614869846688e-09, + "N": 4.904840422703671e-10, + "Y": 0.0008455447386950254, + "U": 2.635959228669549e-10, + "K": 8.638856852094534e-10, + "L": 1.1956533853663132e-05, + "G": 0.0009815518278628588, + "F": 0.009423107840120792, + "E": 1.0357013735529108e-07, + "T": 0.00022765841276850551, + "P": 0.0001311410596827045, + "-": 0.9882540702819824 + }, + "id": "tp_27034" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3379279, + "label": "-", + "classification": { + "B": 8.183153840946034e-05, + "S": 9.639049676479772e-05, + "I": 0.00033465700107626617, + "C": 0.007627349346876144, + "R": 0.0016862086486071348, + "M": 0.003939440473914146, + "O": 0.0013678213581442833, + "W": 0.00010083754023071378, + "N": 4.038595943711698e-05, + "Y": 0.010976471938192844, + "U": 5.241000690148212e-05, + "K": 0.000161649557412602, + "L": 0.0007509287679567933, + "G": 0.012138398364186287, + "F": 0.013263975270092487, + "E": 0.0005370517028495669, + "T": 0.005858985707163811, + "P": 0.011207169853150845, + "-": 0.9297780394554138 + }, + "id": "tp_27035" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3379379, + "label": "-", + "classification": { + "B": 6.150360718493175e-07, + "S": 1.7578956885699881e-06, + "I": 8.765408711042255e-05, + "C": 0.00022018735762685537, + "R": 6.922934699105099e-05, + "M": 0.0009123284253291786, + "O": 0.00014933929196558893, + "W": 1.9658416476886487e-06, + "N": 1.5683240235375706e-06, + "Y": 0.009119122289121151, + "U": 2.0593309102423518e-07, + "K": 2.9616887786687585e-07, + "L": 5.191020682104863e-05, + "G": 0.0013086622348055243, + "F": 0.003632142674177885, + "E": 2.621452404127922e-05, + "T": 0.0031374963000416756, + "P": 0.004610811360180378, + "-": 0.9766685366630554 + }, + "id": "tp_27036" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3379513, + "label": "-", + "classification": { + "B": 3.2967447623377666e-05, + "S": 2.1506570192286745e-05, + "I": 0.0025134666357189417, + "C": 0.0003989922988694161, + "R": 7.397119043162093e-05, + "M": 0.0006088671507313848, + "O": 0.00020419678185135126, + "W": 2.3956094082677737e-05, + "N": 0.00018803973216563463, + "Y": 0.003865306032821536, + "U": 2.4211083655245602e-05, + "K": 5.7448178267804906e-05, + "L": 5.7515113439876586e-05, + "G": 0.0016759559512138367, + "F": 0.013217587023973465, + "E": 0.0021586576476693153, + "T": 0.0018156087026000023, + "P": 0.2824109196662903, + "-": 0.6906508803367615 + }, + "id": "tp_27037" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3379646, + "label": "-", + "classification": { + "B": 1.0275162942718907e-09, + "S": 3.940876791563852e-10, + "I": 2.1374155778630666e-08, + "C": 6.348294334657112e-08, + "R": 7.453919703692691e-10, + "M": 6.885769039399747e-07, + "O": 5.561329174952334e-08, + "W": 2.8105148763835075e-10, + "N": 4.3902989577127016e-10, + "Y": 5.53530708202743e-06, + "U": 1.7892604065039563e-11, + "K": 5.420468518479993e-10, + "L": 2.3551103289776165e-09, + "G": 1.1388477787477314e-06, + "F": 0.00036267624818719923, + "E": 2.5684420279503684e-07, + "T": 2.8285282951401314e-06, + "P": 0.002436223905533552, + "-": 0.997190535068512 + }, + "id": "tp_27038" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3379780, + "label": "-", + "classification": { + "B": 3.3667238312773407e-06, + "S": 1.922465344250668e-05, + "I": 0.00019671724294312298, + "C": 0.0037178155034780502, + "R": 0.00039070757338777184, + "M": 0.0005145046743564308, + "O": 0.00023708769003860652, + "W": 1.5004349734226707e-05, + "N": 3.5581895645009354e-05, + "Y": 0.006128156557679176, + "U": 3.5238742839283077e-06, + "K": 0.00014814073801971972, + "L": 4.088633431820199e-05, + "G": 0.00491269351914525, + "F": 0.07412906736135483, + "E": 0.0006644137902185321, + "T": 0.0030066852923482656, + "P": 0.031222280114889145, + "-": 0.8746141791343689 + }, + "id": "tp_27039" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3379880, + "label": "-", + "classification": { + "B": 5.9910453273914754e-06, + "S": 1.8861641137846163e-06, + "I": 0.0013125548139214516, + "C": 0.0015092265093699098, + "R": 0.00011115715460618958, + "M": 0.00041764331399463117, + "O": 0.00011475326755316928, + "W": 7.106289558578283e-06, + "N": 4.448459731065668e-05, + "Y": 0.0009559403988532722, + "U": 1.3618187949759886e-05, + "K": 7.492613804060966e-06, + "L": 3.77787982870359e-05, + "G": 0.0007647661259397864, + "F": 0.0014677944127470255, + "E": 0.0006174929440021515, + "T": 0.0012761524412781, + "P": 0.1399756669998169, + "-": 0.8513584733009338 + }, + "id": "tp_27040" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3380013, + "label": "-", + "classification": { + "B": 2.8227427062432753e-09, + "S": 1.1072700090153376e-08, + "I": 3.2704617751733167e-06, + "C": 2.1443097466544714e-06, + "R": 7.631490461790236e-08, + "M": 1.0408299431219348e-06, + "O": 5.616045655187918e-07, + "W": 1.3334640946993659e-08, + "N": 1.0775251269024011e-07, + "Y": 1.8948181605082937e-05, + "U": 1.3296468814871787e-08, + "K": 1.450003139780165e-07, + "L": 2.0065984429606942e-08, + "G": 3.210813474652241e-06, + "F": 0.0006198586197569966, + "E": 5.557415079238126e-06, + "T": 2.1889738491154276e-05, + "P": 0.03719982132315636, + "-": 0.9621232151985168 + }, + "id": "tp_27041" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3380147, + "label": "-", + "classification": { + "B": 4.5981028051755857e-07, + "S": 2.850880491678254e-07, + "I": 1.6617450455669314e-05, + "C": 0.00017213485261891037, + "R": 5.131374564371072e-05, + "M": 8.931336924433708e-05, + "O": 4.266487303539179e-05, + "W": 1.245719317921612e-06, + "N": 4.6474079340441676e-07, + "Y": 0.0012298205401748419, + "U": 4.508061977048783e-07, + "K": 3.9599092360731447e-07, + "L": 1.7200069123646244e-05, + "G": 0.0003014947287738323, + "F": 0.004971690010279417, + "E": 1.0723815648816526e-05, + "T": 0.0004366392095107585, + "P": 0.011209866963326931, + "-": 0.9814471006393433 + }, + "id": "tp_27042" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3380280, + "label": "-", + "classification": { + "B": 7.549646738880256e-07, + "S": 1.9401072677283082e-06, + "I": 1.4730723705724813e-05, + "C": 4.7156077926047146e-05, + "R": 6.073440545151243e-06, + "M": 4.890664786216803e-05, + "O": 2.8410304366843775e-05, + "W": 6.175978910505364e-07, + "N": 1.1298536719550611e-06, + "Y": 0.0005538840196095407, + "U": 1.268530240849941e-07, + "K": 2.730393589445157e-06, + "L": 3.4881090869021136e-06, + "G": 0.0003270419256296009, + "F": 0.014770487323403358, + "E": 2.639719969010912e-05, + "T": 0.00031337662949226797, + "P": 0.02582564204931259, + "-": 0.9580271244049072 + }, + "id": "tp_27043" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3380380, + "label": "-", + "classification": { + "B": 4.6704213829684704e-09, + "S": 6.9440440064738596e-09, + "I": 6.878592103021219e-06, + "C": 1.0295880201738328e-05, + "R": 6.438780246753595e-07, + "M": 1.948729959622142e-06, + "O": 8.234940196416574e-07, + "W": 1.3574660506776581e-08, + "N": 1.366460082863341e-07, + "Y": 6.679176294710487e-05, + "U": 1.6978443539983346e-08, + "K": 4.3982822717225645e-08, + "L": 6.39092476717451e-08, + "G": 1.1730554433597717e-05, + "F": 0.00039305727113969624, + "E": 3.204206677764887e-06, + "T": 3.533720155246556e-05, + "P": 0.039667971432209015, + "-": 0.9598011374473572 + }, + "id": "tp_27044" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3380514, + "label": "-", + "classification": { + "B": 6.489496717776433e-10, + "S": 1.9186044752927955e-08, + "I": 2.1054002274922823e-07, + "C": 2.018806071646395e-06, + "R": 3.9887839875518694e-07, + "M": 1.2826072861571447e-06, + "O": 8.147151220327942e-07, + "W": 9.308288362319672e-09, + "N": 4.451384594261754e-09, + "Y": 3.067961733904667e-05, + "U": 5.112849033039879e-10, + "K": 5.01692642984608e-09, + "L": 2.868992687865557e-08, + "G": 3.202965217496967e-06, + "F": 0.0006696681375615299, + "E": 4.268569853138615e-08, + "T": 3.5989538446301594e-05, + "P": 0.0018629934638738632, + "-": 0.9973926544189453 + }, + "id": "tp_27045" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3380647, + "label": "-", + "classification": { + "B": 8.76515571235359e-08, + "S": 2.2297516011349217e-07, + "I": 1.8273807427249267e-06, + "C": 9.789789146452677e-06, + "R": 3.062254563701572e-06, + "M": 2.718810355872847e-05, + "O": 1.6433006749139167e-05, + "W": 3.512239743486134e-07, + "N": 1.2170211505235784e-07, + "Y": 0.0005372205632738769, + "U": 6.518718720371908e-08, + "K": 4.7362431132569327e-07, + "L": 1.7239989347217488e-06, + "G": 6.114092684583738e-05, + "F": 0.003462629159912467, + "E": 1.2686018635577057e-06, + "T": 0.00021212852152530104, + "P": 0.002777518006041646, + "-": 0.9928867220878601 + }, + "id": "tp_27046" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3380781, + "label": "-", + "classification": { + "B": 3.503426526663134e-08, + "S": 4.97833552159932e-09, + "I": 1.8893497326644138e-06, + "C": 1.0273583029629663e-05, + "R": 5.922467494201555e-07, + "M": 4.113658178539481e-06, + "O": 1.100437998502457e-06, + "W": 1.7095194593252927e-08, + "N": 4.447419854614054e-08, + "Y": 0.0002329169656150043, + "U": 4.769128736370476e-08, + "K": 8.266352580221792e-08, + "L": 3.219259099296323e-07, + "G": 3.895292684319429e-05, + "F": 0.0016919790068641305, + "E": 5.045723810326308e-06, + "T": 3.614815432229079e-05, + "P": 0.0236166063696146, + "-": 0.9743597507476807 + }, + "id": "tp_27047" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3380881, + "label": "-", + "classification": { + "B": 8.113061611414452e-11, + "S": 3.845520846201822e-10, + "I": 1.491169996370445e-07, + "C": 6.128588552201109e-07, + "R": 1.2429971718574961e-07, + "M": 7.208430474747729e-07, + "O": 1.3129468356964935e-07, + "W": 1.0754257484535401e-09, + "N": 1.286453610305216e-09, + "Y": 7.846766675356776e-05, + "U": 2.2423281287320407e-10, + "K": 1.5014139931324166e-09, + "L": 1.1734474725244581e-08, + "G": 2.65418020717334e-06, + "F": 0.0007543442770838737, + "E": 7.764973730672864e-08, + "T": 1.2466084626794327e-05, + "P": 0.0017848756397143006, + "-": 0.997365415096283 + }, + "id": "tp_27048" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3381014, + "label": "-", + "classification": { + "B": 1.6191781924135284e-06, + "S": 1.2281929002710967e-06, + "I": 0.00028022367041558027, + "C": 3.527376247802749e-05, + "R": 4.2588367250573356e-06, + "M": 5.9550278820097446e-05, + "O": 2.393461727479007e-05, + "W": 1.1299794095975813e-06, + "N": 1.0860768270504195e-05, + "Y": 0.0006661165971308947, + "U": 1.1437606417530333e-06, + "K": 2.339083221158944e-05, + "L": 4.733049081551144e-06, + "G": 0.0010298878187313676, + "F": 0.011732002720236778, + "E": 0.0002713576832320541, + "T": 0.00047386137885041535, + "P": 0.06441067904233932, + "-": 0.920968770980835 + }, + "id": "tp_27049" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3381148, + "label": "-", + "classification": { + "B": 8.613640289922841e-08, + "S": 6.380246020398772e-08, + "I": 8.412890792897088e-07, + "C": 2.9951146984785737e-07, + "R": 1.545648942169464e-08, + "M": 6.200292773428373e-06, + "O": 1.9188587430107873e-06, + "W": 3.693448391572929e-08, + "N": 2.943281174339063e-08, + "Y": 1.7748481695889495e-05, + "U": 1.1687522061265554e-09, + "K": 1.9818005014826667e-08, + "L": 4.343652904026385e-08, + "G": 4.965028438164154e-06, + "F": 0.0005096696550026536, + "E": 1.8982424307978363e-06, + "T": 1.5232941223075613e-05, + "P": 0.011339784599840641, + "-": 0.9881011247634888 + }, + "id": "tp_27050" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3381281, + "label": "-", + "classification": { + "B": 7.817773735041555e-07, + "S": 1.6091870520540397e-06, + "I": 2.4409724574070424e-05, + "C": 0.00016863636847119778, + "R": 2.4585788196418434e-05, + "M": 0.0001943823299370706, + "O": 3.6379682569531724e-05, + "W": 9.264148843612929e-07, + "N": 1.0128266012543463e-06, + "Y": 0.0013870663242414594, + "U": 3.405951929380535e-07, + "K": 3.7859142594243167e-06, + "L": 8.87650458025746e-06, + "G": 0.0006552466074936092, + "F": 0.004459315445274115, + "E": 2.049601243925281e-05, + "T": 0.0011364255333319306, + "P": 0.0038151186890900135, + "-": 0.9880605936050415 + }, + "id": "tp_27051" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3381381, + "label": "-", + "classification": { + "B": 2.8101849238737486e-06, + "S": 3.454045781836612e-06, + "I": 1.71809624589514e-05, + "C": 0.0002825165865942836, + "R": 5.5863089073682204e-05, + "M": 0.0006860388093627989, + "O": 0.00010287726763635874, + "W": 2.048860096692806e-06, + "N": 8.681345775585214e-07, + "Y": 0.0026370007544755936, + "U": 4.697674285125686e-07, + "K": 1.4956538052501855e-06, + "L": 3.404388189665042e-05, + "G": 0.0009734299965202808, + "F": 0.006781138479709625, + "E": 2.458389826642815e-05, + "T": 0.0011509660398587584, + "P": 0.0030455696396529675, + "-": 0.9841975569725037 + }, + "id": "tp_27052" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3381515, + "label": "-", + "classification": { + "B": 7.786363220851911e-10, + "S": 7.60944995903401e-09, + "I": 1.2122045234264078e-07, + "C": 1.2176693644505576e-06, + "R": 3.356590525527281e-07, + "M": 6.0776960708608385e-06, + "O": 1.954726258190931e-06, + "W": 1.3688117306287495e-08, + "N": 2.6045270384855712e-09, + "Y": 4.3758620449807495e-05, + "U": 5.780222966933479e-10, + "K": 3.5795484354395057e-09, + "L": 1.3274578236632806e-07, + "G": 4.366521807241952e-06, + "F": 0.0009674631292000413, + "E": 7.466203300054985e-08, + "T": 5.496946687344462e-05, + "P": 0.0009893716778606176, + "-": 0.9979301691055298 + }, + "id": "tp_27053" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3381648, + "label": "-", + "classification": { + "B": 1.2069322110619396e-06, + "S": 1.1951631222473225e-06, + "I": 0.00017035087512340397, + "C": 0.0004409945977386087, + "R": 6.247941200854257e-05, + "M": 9.305136336479336e-05, + "O": 6.594882142962888e-05, + "W": 2.3965064883668674e-06, + "N": 6.781044703529915e-06, + "Y": 0.001293923589400947, + "U": 2.8316462703514844e-06, + "K": 1.4756958535144804e-06, + "L": 1.8785287466016598e-05, + "G": 0.0004738761344924569, + "F": 0.004072851035743952, + "E": 4.220969640300609e-05, + "T": 0.000825203547719866, + "P": 0.03488859161734581, + "-": 0.957535982131958 + }, + "id": "tp_27054" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3381782, + "label": "-", + "classification": { + "B": 2.0494490549083366e-09, + "S": 1.4213113352923301e-08, + "I": 1.6245622873611865e-06, + "C": 4.5296198436517443e-07, + "R": 4.548629561895723e-08, + "M": 4.4642779357673135e-06, + "O": 7.670179229535279e-07, + "W": 1.0153818230662637e-08, + "N": 6.833552390617115e-08, + "Y": 0.00012689807044807822, + "U": 3.937988601876441e-09, + "K": 1.3221301742305513e-07, + "L": 1.7906025107095047e-08, + "G": 3.4595739180076635e-06, + "F": 0.0008021627436392009, + "E": 2.722651970543666e-06, + "T": 5.973473525955342e-05, + "P": 0.009862687438726425, + "-": 0.989134669303894 + }, + "id": "tp_27055" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3381882, + "label": "-", + "classification": { + "B": 6.178962621561368e-07, + "S": 1.3350111203180859e-06, + "I": 0.00013418463640846312, + "C": 0.00011922729026991874, + "R": 3.4563960070954636e-05, + "M": 0.00014448892034124583, + "O": 6.224741082405671e-05, + "W": 1.5658387155781384e-06, + "N": 2.719246822380228e-06, + "Y": 0.002325135748833418, + "U": 3.9061907841642096e-07, + "K": 7.795591727699502e-08, + "L": 1.5175175576587208e-05, + "G": 0.00024829275207594037, + "F": 0.0007016916642896831, + "E": 7.800002094882075e-06, + "T": 0.0032229232601821423, + "P": 0.019228430464863777, + "-": 0.9737492203712463 + }, + "id": "tp_27056" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3382015, + "label": "-", + "classification": { + "B": 2.6116940716747195e-06, + "S": 3.562063056961051e-06, + "I": 0.0004954470787197351, + "C": 0.00010517015471123159, + "R": 1.5177850400505122e-05, + "M": 0.0005538376281037927, + "O": 9.762836998561397e-05, + "W": 2.5698550416564103e-06, + "N": 2.4227827452705242e-05, + "Y": 0.0015347158769145608, + "U": 1.8253891767017194e-06, + "K": 9.347427294414956e-07, + "L": 1.9654939023894258e-05, + "G": 0.0003358700196258724, + "F": 0.0015660140197724104, + "E": 0.0001924778480315581, + "T": 0.0027836570516228676, + "P": 0.09458275884389877, + "-": 0.8976818323135376 + }, + "id": "tp_27057" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3382149, + "label": "-", + "classification": { + "B": 0.00017781312635634094, + "S": 0.0014534268993884325, + "I": 0.0009212616132572293, + "C": 0.02793029323220253, + "R": 0.013469823636114597, + "M": 0.038004327565431595, + "O": 0.011760528199374676, + "W": 0.0011977944523096085, + "N": 0.00023673461691942066, + "Y": 0.03326813504099846, + "U": 0.000155937610543333, + "K": 0.0008068309398368001, + "L": 0.008021309971809387, + "G": 0.03252936899662018, + "F": 0.11058492213487625, + "E": 0.0013673052890226245, + "T": 0.03141941502690315, + "P": 0.013372455723583698, + "-": 0.673322319984436 + }, + "id": "tp_27058" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3382282, + "label": "-", + "classification": { + "B": 2.7005702563087652e-08, + "S": 5.687716075897242e-09, + "I": 3.8141266145430563e-07, + "C": 2.1683040358766448e-06, + "R": 4.4824238898399926e-07, + "M": 2.719884469115641e-05, + "O": 1.4340528196044033e-06, + "W": 2.3746857813478073e-09, + "N": 7.568123905343782e-10, + "Y": 0.00011654177069431171, + "U": 1.0805160238769318e-10, + "K": 8.603683737673506e-12, + "L": 9.083547070076747e-07, + "G": 6.389513873727992e-05, + "F": 0.0002752167347352952, + "E": 1.6272038294573576e-07, + "T": 4.5557615521829575e-05, + "P": 0.0006121363257989287, + "-": 0.9988540410995483 + }, + "id": "tp_27059" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3382382, + "label": "-", + "classification": { + "B": 0.00010150600428460166, + "S": 3.90767672797665e-05, + "I": 5.2746017900062725e-05, + "C": 2.7460713681648485e-05, + "R": 3.145634036627598e-05, + "M": 0.001551545225083828, + "O": 0.0010287951445207, + "W": 2.9949886084068567e-05, + "N": 1.3793367088510422e-06, + "Y": 0.0013156495988368988, + "U": 3.6464805930336297e-07, + "K": 1.7779823835439856e-08, + "L": 0.000544825685210526, + "G": 0.0009623616351746023, + "F": 0.0024006511084735394, + "E": 2.108833723468706e-05, + "T": 0.0020353368017822504, + "P": 0.007773092947900295, + "-": 0.982082724571228 + }, + "id": "tp_27060" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3382516, + "label": "-", + "classification": { + "B": 9.00407286508198e-08, + "S": 1.910336919763722e-07, + "I": 3.2290568015014287e-06, + "C": 5.151327422936447e-05, + "R": 8.29206965136109e-06, + "M": 3.333663698867895e-05, + "O": 1.8188709873356856e-05, + "W": 1.230408059882393e-07, + "N": 8.043397770052252e-08, + "Y": 0.0002777646586764604, + "U": 2.6239703743158316e-08, + "K": 1.0906779834840563e-07, + "L": 4.5778483581671026e-06, + "G": 0.00025131975417025387, + "F": 0.004143760539591312, + "E": 2.1524131170735927e-06, + "T": 0.00014433181786444038, + "P": 0.003739903448149562, + "-": 0.9913209080696106 + }, + "id": "tp_27061" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3382649, + "label": "-", + "classification": { + "B": 9.701145700091729e-07, + "S": 3.5926228747484856e-07, + "I": 0.0006454682443290949, + "C": 0.00036675293813459575, + "R": 2.454460263834335e-05, + "M": 0.00048585806507617235, + "O": 4.58609065390192e-05, + "W": 5.788815542473458e-07, + "N": 1.0362919965700712e-05, + "Y": 0.004539890680462122, + "U": 1.2394863233566866e-06, + "K": 3.7676295505661983e-07, + "L": 1.9451017578830943e-05, + "G": 0.0013311539078131318, + "F": 0.0018158818129450083, + "E": 0.00033421750413253903, + "T": 0.0020858694333583117, + "P": 0.056157369166612625, + "-": 0.9321338534355164 + }, + "id": "tp_27062" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3382783, + "label": "-", + "classification": { + "B": 4.887950808551977e-07, + "S": 8.57635953366298e-08, + "I": 7.999785157153383e-05, + "C": 3.989007745985873e-05, + "R": 7.502188054786529e-06, + "M": 5.7489498431095853e-05, + "O": 1.3879262041882612e-05, + "W": 2.3046676744797878e-07, + "N": 9.460885621592752e-07, + "Y": 0.0009947471553459764, + "U": 2.761384507721232e-07, + "K": 2.3269960536254075e-07, + "L": 3.353388365212595e-06, + "G": 0.00030704797245562077, + "F": 0.0007731337682344019, + "E": 3.047327118110843e-05, + "T": 0.00034479753230698407, + "P": 0.032542355358600616, + "-": 0.9648029804229736 + }, + "id": "tp_27063" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3382883, + "label": "-", + "classification": { + "B": 7.968328077367914e-07, + "S": 1.0712969924497884e-06, + "I": 1.263259218831081e-05, + "C": 1.9291761418571696e-05, + "R": 9.593191862222739e-06, + "M": 2.6596595489536412e-05, + "O": 2.5846173230092973e-05, + "W": 4.522679830643028e-07, + "N": 2.065846587129272e-07, + "Y": 0.00039993462269194424, + "U": 6.207738323382728e-08, + "K": 1.4722947305756406e-08, + "L": 1.3530645446735434e-05, + "G": 0.00020203956228215247, + "F": 0.0037587028928101063, + "E": 3.52587107954605e-06, + "T": 0.00034388696076348424, + "P": 0.01975369267165661, + "-": 0.9754281640052795 + }, + "id": "tp_27064" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3383016, + "label": "-", + "classification": { + "B": 3.3458989037171705e-06, + "S": 4.267343172159599e-07, + "I": 9.078707989829127e-06, + "C": 1.1786451977968682e-05, + "R": 1.7690260847302852e-06, + "M": 1.4105216905591078e-05, + "O": 1.6097115803859197e-05, + "W": 6.933031500011566e-07, + "N": 3.761147127079312e-07, + "Y": 0.00010257258691126481, + "U": 1.299590763892411e-07, + "K": 9.479652618438195e-08, + "L": 2.1904572804487543e-06, + "G": 7.282292790478095e-05, + "F": 0.0020209706854075193, + "E": 6.622921318921726e-06, + "T": 7.096178160281852e-05, + "P": 0.05994240567088127, + "-": 0.9377235770225525 + }, + "id": "tp_27065" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3383150, + "label": "-", + "classification": { + "B": 9.063819561561104e-08, + "S": 6.005041655043897e-07, + "I": 6.886946266604355e-06, + "C": 7.09059095242992e-05, + "R": 1.901020914374385e-05, + "M": 0.0004665982269216329, + "O": 9.083242184715346e-05, + "W": 4.6587385327256925e-07, + "N": 1.4219736499399005e-07, + "Y": 0.003610026789829135, + "U": 5.048192264212048e-08, + "K": 2.622206629609991e-08, + "L": 4.863991489401087e-05, + "G": 0.0008167382911778986, + "F": 0.004880801308900118, + "E": 3.251705038564978e-06, + "T": 0.0013513833982869983, + "P": 0.002242071321234107, + "-": 0.986391544342041 + }, + "id": "tp_27066" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3383283, + "label": "-", + "classification": { + "B": 2.8491711767664185e-10, + "S": 5.674613556827524e-10, + "I": 3.3112914366029145e-07, + "C": 2.8231502824382915e-07, + "R": 3.0672651973873144e-08, + "M": 1.5427372090925928e-06, + "O": 2.1140607486813678e-07, + "W": 5.925239743298505e-10, + "N": 2.319729963673467e-09, + "Y": 5.54562357137911e-05, + "U": 2.570508805810334e-10, + "K": 8.545814056404311e-10, + "L": 1.2122010950577078e-08, + "G": 5.15882902618614e-06, + "F": 0.00016201843391172588, + "E": 1.1634816132755077e-07, + "T": 2.089640656777192e-05, + "P": 0.003175554098561406, + "-": 0.9965782761573792 + }, + "id": "tp_27067" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3383383, + "label": "-", + "classification": { + "B": 1.3201642445892503e-07, + "S": 2.272500587707782e-08, + "I": 2.831397750924225e-06, + "C": 3.806052973231999e-06, + "R": 2.904509415202483e-07, + "M": 3.0251560019678436e-05, + "O": 1.9875030830007745e-06, + "W": 1.453515618976553e-08, + "N": 4.360287064741897e-08, + "Y": 0.00015256107144523412, + "U": 8.845459475992357e-09, + "K": 3.494244227297827e-09, + "L": 6.611934963984822e-07, + "G": 4.176471338723786e-05, + "F": 0.00045426140422932804, + "E": 4.741500106320018e-06, + "T": 0.0001867253886302933, + "P": 0.022959021851420403, + "-": 0.9761609435081482 + }, + "id": "tp_27068" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3383517, + "label": "-", + "classification": { + "B": 9.542356593783552e-08, + "S": 2.135059773422654e-08, + "I": 6.111437414801912e-06, + "C": 3.066394492634572e-05, + "R": 2.8321417175902752e-06, + "M": 0.00011587338667595759, + "O": 1.1328652362863068e-05, + "W": 2.2014647882429017e-08, + "N": 2.1519612758424955e-08, + "Y": 0.00023641594452783465, + "U": 4.07722788864362e-09, + "K": 1.244674779909971e-10, + "L": 4.4716794036503416e-06, + "G": 7.683021249249578e-05, + "F": 2.7452060749055818e-05, + "E": 7.629711262779892e-07, + "T": 0.0006433803937397897, + "P": 0.0013130850857123733, + "-": 0.9975307583808899 + }, + "id": "tp_27069" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3383650, + "label": "-", + "classification": { + "B": 1.008434438384831e-12, + "S": 1.8715146619940892e-12, + "I": 2.59560062332298e-09, + "C": 1.8007857427448926e-09, + "R": 4.048257215560902e-11, + "M": 6.577807187824192e-10, + "O": 5.742826769683518e-10, + "W": 1.95163199837034e-12, + "N": 2.5974502063097482e-11, + "Y": 1.2884322586614871e-07, + "U": 4.644364320210981e-13, + "K": 4.616319826400428e-11, + "L": 3.271524327483344e-12, + "G": 1.1089373863626406e-08, + "F": 4.920674109598622e-05, + "E": 3.4146456773243017e-09, + "T": 6.561298704355067e-08, + "P": 0.010871580801904202, + "-": 0.989078938961029 + }, + "id": "tp_27070" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3383750, + "label": "-", + "classification": { + "B": 3.871957687806571e-08, + "S": 8.159092601545126e-08, + "I": 1.2434205928002484e-05, + "C": 6.585923256352544e-05, + "R": 3.7328843518480426e-06, + "M": 3.1238640076480806e-05, + "O": 4.566438747133361e-06, + "W": 8.799850093055284e-08, + "N": 3.6652932067227084e-07, + "Y": 0.0002756186295300722, + "U": 7.286237035941667e-08, + "K": 1.3810374355216481e-07, + "L": 5.495748496286978e-07, + "G": 4.1004499507835135e-05, + "F": 0.0012906540650874376, + "E": 1.3006117114855442e-05, + "T": 0.0002667685621418059, + "P": 0.016685396432876587, + "-": 0.9813082814216614 + }, + "id": "tp_27071" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3383884, + "label": "-", + "classification": { + "B": 1.275571737124892e-08, + "S": 7.030500626115099e-08, + "I": 5.529068585019559e-05, + "C": 7.658823597012088e-05, + "R": 2.1060561266494915e-05, + "M": 1.8871833162847906e-05, + "O": 6.356709491228685e-06, + "W": 1.5739099978873128e-07, + "N": 5.97497944454517e-07, + "Y": 0.0005391549784690142, + "U": 1.53983478412556e-07, + "K": 1.1192818760719092e-07, + "L": 1.0362692819398944e-06, + "G": 4.940062717651017e-05, + "F": 0.0009244566899724305, + "E": 4.316220838518348e-06, + "T": 0.0003079094167333096, + "P": 0.01885572448372841, + "-": 0.9791386723518372 + }, + "id": "tp_27072" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3384017, + "label": "-", + "classification": { + "B": 2.2290734591479122e-08, + "S": 1.0493695867808128e-07, + "I": 6.7892688093706965e-06, + "C": 5.783083906862885e-06, + "R": 8.897865768631164e-07, + "M": 3.79889456780802e-06, + "O": 4.459893261810066e-06, + "W": 1.4501186740289995e-07, + "N": 4.0763552533462644e-07, + "Y": 0.00029184247250668705, + "U": 5.1131557654571225e-08, + "K": 6.201335622790793e-07, + "L": 1.807154319521942e-07, + "G": 3.160488995490596e-05, + "F": 0.0019871641416102648, + "E": 4.360129423730541e-06, + "T": 0.0001244006271008402, + "P": 0.034411005675792694, + "-": 0.9631262421607971 + }, + "id": "tp_27073" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3384151, + "label": "-", + "classification": { + "B": 4.245806121616624e-05, + "S": 0.00012768036685884, + "I": 0.0016462912317365408, + "C": 0.005754286423325539, + "R": 0.003397254040464759, + "M": 0.004175586625933647, + "O": 0.00256705260835588, + "W": 0.000193174957530573, + "N": 0.00010344723705202341, + "Y": 0.0048638298176229, + "U": 3.50991431332659e-05, + "K": 9.99757230601972e-06, + "L": 0.0013707205653190613, + "G": 0.003492546733468771, + "F": 0.011297219432890415, + "E": 0.00025697468663565814, + "T": 0.013065270148217678, + "P": 0.03825172036886215, + "-": 0.909349262714386 + }, + "id": "tp_27074" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3384251, + "label": "-", + "classification": { + "B": 2.4855610902818626e-08, + "S": 8.159728892564999e-09, + "I": 3.619547683797464e-08, + "C": 1.8556409031589283e-07, + "R": 2.7085487630529315e-08, + "M": 1.3451342965709046e-05, + "O": 8.205489621104789e-07, + "W": 1.9473729295782505e-09, + "N": 1.9964102593306166e-10, + "Y": 5.4296095186145976e-05, + "U": 2.2914061273415776e-11, + "K": 1.6582474976489792e-11, + "L": 2.4072065230029693e-07, + "G": 1.3182694601709954e-05, + "F": 0.0001622550335014239, + "E": 3.310491081265354e-08, + "T": 6.791712803533301e-05, + "P": 0.00021099895820952952, + "-": 0.9994766116142273 + }, + "id": "tp_27075" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3384384, + "label": "-", + "classification": { + "B": 2.0829302727065624e-09, + "S": 1.7045643785351672e-09, + "I": 3.1173360071079514e-07, + "C": 6.831965038145427e-07, + "R": 1.594534637661127e-07, + "M": 7.643492608622182e-06, + "O": 6.63277148760244e-07, + "W": 1.173680375110564e-09, + "N": 7.564867621212557e-10, + "Y": 0.00017233347170986235, + "U": 1.6262731439287137e-10, + "K": 1.249897546573564e-10, + "L": 1.412932704170089e-07, + "G": 1.3504703019862063e-05, + "F": 7.092125451890752e-05, + "E": 7.272710433881002e-08, + "T": 0.0001008906911010854, + "P": 0.0003072551335208118, + "-": 0.9993253946304321 + }, + "id": "tp_27076" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3384518, + "label": "-", + "classification": { + "B": 5.218212706381564e-08, + "S": 1.0648950876657182e-07, + "I": 1.324702134297695e-05, + "C": 8.94478871487081e-05, + "R": 1.0791887689265423e-05, + "M": 4.93217958137393e-05, + "O": 1.2159013749624137e-05, + "W": 2.555988203312154e-07, + "N": 3.542578781434713e-07, + "Y": 0.0022906141821295023, + "U": 6.110665395908654e-08, + "K": 2.922746205058502e-07, + "L": 1.0726367918323376e-06, + "G": 9.217793558491394e-05, + "F": 0.0008281457703560591, + "E": 4.564581558952341e-06, + "T": 0.0008110401686280966, + "P": 0.0031560170464217663, + "-": 0.9926403164863586 + }, + "id": "tp_27077" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3384651, + "label": "-", + "classification": { + "B": 2.4822318778205954e-07, + "S": 6.312601499303128e-07, + "I": 2.6980784241459332e-05, + "C": 0.0001299728755839169, + "R": 1.0377902071923018e-05, + "M": 9.52076879912056e-05, + "O": 2.4551294700358994e-05, + "W": 5.657337851516786e-07, + "N": 1.5082696336321533e-06, + "Y": 0.00043334084330126643, + "U": 3.0391922223316215e-07, + "K": 6.113757535786135e-07, + "L": 4.8675374273443595e-06, + "G": 0.00017420793301425874, + "F": 0.006775307934731245, + "E": 5.783213782706298e-05, + "T": 0.00031883755582384765, + "P": 0.03390178829431534, + "-": 0.9580428600311279 + }, + "id": "tp_27078" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3384751, + "label": "-", + "classification": { + "B": 0.0002103661245200783, + "S": 0.0005171014927327633, + "I": 0.0004546168493106961, + "C": 0.007598294876515865, + "R": 0.0021697620395570993, + "M": 0.0132832620292902, + "O": 0.004109750501811504, + "W": 0.00024234107695519924, + "N": 8.144999446813017e-05, + "Y": 0.04589907079935074, + "U": 2.6661777155823074e-05, + "K": 0.00012605144002009183, + "L": 0.004258245229721069, + "G": 0.040365613996982574, + "F": 0.11029203236103058, + "E": 0.0010981697123497725, + "T": 0.027886193245649338, + "P": 0.008552933111786842, + "-": 0.7328281402587891 + }, + "id": "tp_27079" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3384885, + "label": "-", + "classification": { + "B": 3.7859411605722926e-08, + "S": 2.80008748632099e-07, + "I": 1.2865971257269848e-05, + "C": 4.452821667655371e-05, + "R": 2.2259086108533666e-05, + "M": 6.26693363301456e-05, + "O": 2.223559931735508e-05, + "W": 2.761320274657919e-07, + "N": 1.9686295615883864e-07, + "Y": 0.0005505568697117269, + "U": 3.3397114407307527e-08, + "K": 2.0995308602778096e-08, + "L": 4.587551302392967e-06, + "G": 0.00013018320896662772, + "F": 0.0020878687500953674, + "E": 1.5949618727972847e-06, + "T": 0.00039766085683368146, + "P": 0.003672044025734067, + "-": 0.9929901361465454 + }, + "id": "tp_27080" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3385018, + "label": "-", + "classification": { + "B": 1.4552502314302274e-08, + "S": 2.44743492139321e-09, + "I": 2.2005153255122423e-07, + "C": 5.954472044322756e-07, + "R": 1.356347354430909e-07, + "M": 3.218742222088622e-06, + "O": 9.342041948912083e-07, + "W": 1.6994196050390542e-09, + "N": 7.3004330358728e-10, + "Y": 3.205877510481514e-05, + "U": 3.03537778245655e-10, + "K": 5.846676007920104e-12, + "L": 5.070216957392404e-07, + "G": 1.6844895071699284e-05, + "F": 0.00019304620218463242, + "E": 3.84535212560877e-08, + "T": 6.610753916902468e-05, + "P": 0.0027877953834831715, + "-": 0.9968985319137573 + }, + "id": "tp_27081" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3385152, + "label": "-", + "classification": { + "B": 5.546854140447977e-07, + "S": 7.633361320813492e-08, + "I": 1.104044076782884e-05, + "C": 2.1990234017721377e-05, + "R": 1.6678430938554811e-06, + "M": 2.0536383090075105e-05, + "O": 4.891141088592121e-06, + "W": 1.6050331907990767e-07, + "N": 5.312010102898057e-07, + "Y": 0.0003905041376128793, + "U": 1.111903316086682e-07, + "K": 2.79099208455591e-06, + "L": 5.086997703074303e-07, + "G": 0.00016343648894689977, + "F": 0.004391418769955635, + "E": 4.65505727333948e-05, + "T": 6.429292989196256e-05, + "P": 0.03084070421755314, + "-": 0.9640381932258606 + }, + "id": "tp_27082" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3385252, + "label": "-", + "classification": { + "B": 6.5457616074127145e-06, + "S": 3.4090182907675626e-06, + "I": 1.0829727216332685e-05, + "C": 0.00024093329557217658, + "R": 8.128532499540597e-05, + "M": 0.0009899935685098171, + "O": 0.00035127068986184895, + "W": 4.263073606125545e-06, + "N": 1.979112056460508e-07, + "Y": 0.0006574597209692001, + "U": 1.3662079823006934e-07, + "K": 2.349907468612855e-08, + "L": 0.00020772282732650638, + "G": 0.0014276786241680384, + "F": 0.0029607885517179966, + "E": 3.563467089406913e-06, + "T": 0.0009360084077343345, + "P": 0.0020339209586381912, + "-": 0.9900839328765869 + }, + "id": "tp_27083" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3385385, + "label": "-", + "classification": { + "B": 6.673512586985453e-08, + "S": 1.9944739904076414e-07, + "I": 1.0252153515466489e-05, + "C": 0.0006524973432533443, + "R": 7.516034384025261e-05, + "M": 8.980061102192849e-05, + "O": 1.9952902221120894e-05, + "W": 3.3166770663228817e-07, + "N": 3.2709510833228705e-07, + "Y": 0.003162448527291417, + "U": 1.6865794805198675e-07, + "K": 1.3477967968356097e-06, + "L": 4.6831805775582325e-06, + "G": 0.0004417564196046442, + "F": 0.002578370738774538, + "E": 8.815803084871732e-06, + "T": 0.0004678703553508967, + "P": 0.0020066609140485525, + "-": 0.9904792904853821 + }, + "id": "tp_27084" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3385519, + "label": "-", + "classification": { + "B": 0.0004280206630937755, + "S": 3.6033743526786566e-05, + "I": 1.2139215868955944e-05, + "C": 0.0001066425465978682, + "R": 3.9443748391931877e-05, + "M": 0.001550041139125824, + "O": 0.0009196674218401313, + "W": 2.2506414097733796e-05, + "N": 1.105124169953342e-06, + "Y": 0.0012400050181895494, + "U": 5.164864660400781e-07, + "K": 2.843682977982098e-07, + "L": 0.0004896148457191885, + "G": 0.0020906964782625437, + "F": 0.011299476958811283, + "E": 5.475627040141262e-05, + "T": 0.001544252154417336, + "P": 0.00606147525832057, + "-": 0.9741032719612122 + }, + "id": "tp_27085" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3385652, + "label": "-", + "classification": { + "B": 0.0002679603931028396, + "S": 0.0002354745811317116, + "I": 0.002089395886287093, + "C": 0.002492146799340844, + "R": 0.0012121527688577771, + "M": 0.0020250414963811636, + "O": 0.001357982400804758, + "W": 0.00031614728504791856, + "N": 0.00032072249450720847, + "Y": 0.019203586503863335, + "U": 0.0001529332366771996, + "K": 0.000566222530324012, + "L": 0.0004001231864094734, + "G": 0.004496046807616949, + "F": 0.036487214267253876, + "E": 0.0013505870010703802, + "T": 0.008681930601596832, + "P": 0.0885479524731636, + "-": 0.8297963738441467 + }, + "id": "tp_27086" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3385752, + "label": "-", + "classification": { + "B": 3.903508331859484e-05, + "S": 0.00013668544124811888, + "I": 0.0004494460008572787, + "C": 0.13835394382476807, + "R": 0.027483904734253883, + "M": 0.013671175576746464, + "O": 0.0023668233770877123, + "W": 0.00013338943244889379, + "N": 1.6742986190365627e-05, + "Y": 0.003392656333744526, + "U": 2.7497580958879553e-05, + "K": 1.3829941281073843e-06, + "L": 0.009217038750648499, + "G": 0.021242281422019005, + "F": 0.028969721868634224, + "E": 0.00021136023860890418, + "T": 0.010020140558481216, + "P": 0.010040679015219212, + "-": 0.7342261672019958 + }, + "id": "tp_27087" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3385886, + "label": "-", + "classification": { + "B": 5.826258347951807e-05, + "S": 0.00014784408267587423, + "I": 0.0007324402686208487, + "C": 0.0019898959435522556, + "R": 0.0005373316234908998, + "M": 0.0022577138151973486, + "O": 0.0004917188198305666, + "W": 2.7628748284769244e-05, + "N": 3.062911127926782e-05, + "Y": 0.0007505994290113449, + "U": 2.31656076721265e-06, + "K": 7.060059488139814e-07, + "L": 0.0002559105632826686, + "G": 0.001350383274257183, + "F": 0.005174125079065561, + "E": 0.00014580358401872218, + "T": 0.004764198325574398, + "P": 0.03784840181469917, + "-": 0.9434341788291931 + }, + "id": "tp_27088" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3386019, + "label": "-", + "classification": { + "B": 0.0035491897724568844, + "S": 0.0015899426070973277, + "I": 0.0030790905002504587, + "C": 0.014525915496051311, + "R": 0.006781972479075193, + "M": 0.08250162750482559, + "O": 0.016179338097572327, + "W": 0.0006944458000361919, + "N": 0.00020336035231593996, + "Y": 0.07742250710725784, + "U": 5.5122429330367595e-05, + "K": 1.4914535313437227e-05, + "L": 0.03164324164390564, + "G": 0.09653166681528091, + "F": 0.02610296756029129, + "E": 0.003860104363411665, + "T": 0.05270743370056152, + "P": 0.01167012844234705, + "-": 0.57088702917099 + }, + "id": "tp_27089" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3386153, + "label": "-", + "classification": { + "B": 1.5191190868790727e-05, + "S": 1.3988322280056309e-05, + "I": 0.00031665415735915303, + "C": 0.03493357449769974, + "R": 0.0053786770440638065, + "M": 0.005648299120366573, + "O": 0.0006422437145374715, + "W": 1.1293979696347378e-05, + "N": 5.3250169003149495e-06, + "Y": 0.004245305899530649, + "U": 3.97124631490442e-06, + "K": 2.144396233916268e-07, + "L": 0.0017616242403164506, + "G": 0.011074564419686794, + "F": 0.006219431292265654, + "E": 0.0001271994988201186, + "T": 0.006717290263622999, + "P": 0.006634192541241646, + "-": 0.916251003742218 + }, + "id": "tp_27090" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3386253, + "label": "-", + "classification": { + "B": 6.354266952257603e-05, + "S": 9.503526234766468e-05, + "I": 0.0004254909872543067, + "C": 0.005583197344094515, + "R": 0.0013327902415767312, + "M": 0.00684264674782753, + "O": 0.001624289550818503, + "W": 6.723153637722135e-05, + "N": 2.9748465749435127e-05, + "Y": 0.008602583780884743, + "U": 2.125990613421891e-05, + "K": 1.6868600141606294e-05, + "L": 0.0010990634327754378, + "G": 0.00825507938861847, + "F": 0.016571497544646263, + "E": 0.00023236469132825732, + "T": 0.01353334542363882, + "P": 0.01324392855167389, + "-": 0.9223599433898926 + }, + "id": "tp_27091" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3386386, + "label": "-", + "classification": { + "B": 0.00039607658982276917, + "S": 0.0013095032190904021, + "I": 0.00015523115871474147, + "C": 0.006359875202178955, + "R": 0.004257688764482737, + "M": 0.037953052669763565, + "O": 0.015461658127605915, + "W": 0.00045699221664108336, + "N": 1.4379795175045729e-05, + "Y": 0.021555807441473007, + "U": 8.855190571921412e-06, + "K": 8.631041055195965e-06, + "L": 0.0220749881118536, + "G": 0.04283079132437706, + "F": 0.037201471626758575, + "E": 0.00019232834165450186, + "T": 0.02004416100680828, + "P": 0.002257005777209997, + "-": 0.7874614596366882 + }, + "id": "tp_27092" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3386520, + "label": "-", + "classification": { + "B": 7.90247431723401e-05, + "S": 0.00012072183017153293, + "I": 0.0024760852102190256, + "C": 0.007383153773844242, + "R": 0.002110910601913929, + "M": 0.010010864585638046, + "O": 0.001882143085822463, + "W": 0.0001271863147849217, + "N": 0.00013650853361468762, + "Y": 0.04017462208867073, + "U": 4.388375600683503e-05, + "K": 0.00011935600196011364, + "L": 0.001179426908493042, + "G": 0.017048858106136322, + "F": 0.022756727412343025, + "E": 0.0017921244725584984, + "T": 0.01466740295290947, + "P": 0.026665033772587776, + "-": 0.8512258529663086 + }, + "id": "tp_27093" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3386653, + "label": "-", + "classification": { + "B": 3.6779260881303344e-06, + "S": 1.689778764557559e-05, + "I": 0.0002292572899023071, + "C": 0.01955699734389782, + "R": 0.0041566952131688595, + "M": 0.009287316352128983, + "O": 0.0017934690695255995, + "W": 2.3754369976813905e-05, + "N": 9.694398613646626e-06, + "Y": 0.022387471050024033, + "U": 7.635061592736747e-06, + "K": 2.7049584332417e-06, + "L": 0.002621147083118558, + "G": 0.018918165937066078, + "F": 0.019606363028287888, + "E": 9.588800458004698e-05, + "T": 0.013129136525094509, + "P": 0.005453937221318483, + "-": 0.8826998472213745 + }, + "id": "tp_27094" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3386753, + "label": "-", + "classification": { + "B": 4.2954128730343655e-05, + "S": 1.2383607099764049e-05, + "I": 0.00016072805738076568, + "C": 2.9890481528127566e-05, + "R": 5.9879330365220085e-06, + "M": 0.0001669730118010193, + "O": 0.00014001539966557175, + "W": 8.08768436399987e-06, + "N": 1.874602457974106e-05, + "Y": 0.0005698652239516377, + "U": 2.0917457277391804e-06, + "K": 4.703049398813164e-06, + "L": 1.9664257706608623e-05, + "G": 0.0003498980076983571, + "F": 0.0039672222919762135, + "E": 0.000202223178348504, + "T": 0.0010752921225503087, + "P": 0.12963204085826874, + "-": 0.8635911345481873 + }, + "id": "tp_27095" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3386887, + "label": "-", + "classification": { + "B": 0.002360010053962469, + "S": 0.0032553793862462044, + "I": 0.008015369065105915, + "C": 0.04648473486304283, + "R": 0.021956047043204308, + "M": 0.11083564907312393, + "O": 0.018865879625082016, + "W": 0.0017545900773257017, + "N": 0.0009444920578971505, + "Y": 0.09696434438228607, + "U": 0.0004695504321716726, + "K": 0.0003079514717683196, + "L": 0.04193798452615738, + "G": 0.1256508082151413, + "F": 0.06999090313911438, + "E": 0.007927980273962021, + "T": 0.07682767510414124, + "P": 0.01704055443406105, + "-": 0.34841006994247437 + }, + "id": "tp_27096" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3387020, + "label": "-", + "classification": { + "B": 0.0007100517977960408, + "S": 0.0015324180712923408, + "I": 0.0038756942376494408, + "C": 0.11248702555894852, + "R": 0.019360914826393127, + "M": 0.13748592138290405, + "O": 0.009705563075840473, + "W": 0.00036957222619093955, + "N": 0.00010980101069435477, + "Y": 0.028699936345219612, + "U": 2.01092134375358e-05, + "K": 2.809107400025823e-06, + "L": 0.03272475302219391, + "G": 0.0785587802529335, + "F": 0.014948888681828976, + "E": 0.002208911580964923, + "T": 0.07429134845733643, + "P": 0.006506646052002907, + "-": 0.47640088200569153 + }, + "id": "tp_27097" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3387154, + "label": "-", + "classification": { + "B": 0.00022441484907176346, + "S": 3.584834485081956e-05, + "I": 0.0015058076241984963, + "C": 0.006944507360458374, + "R": 0.0017614137614145875, + "M": 0.023099858313798904, + "O": 0.001714508282020688, + "W": 3.229877620469779e-05, + "N": 1.907444129756186e-05, + "Y": 0.03541140630841255, + "U": 6.397131073754281e-06, + "K": 5.402917508945393e-07, + "L": 0.0051035149954259396, + "G": 0.03940913453698158, + "F": 0.008346695452928543, + "E": 0.0011579107958823442, + "T": 0.01595168001949787, + "P": 0.014960349537432194, + "-": 0.8443147540092468 + }, + "id": "tp_27098" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3387254, + "label": "-", + "classification": { + "B": 1.3723459035830388e-09, + "S": 8.090689229689474e-10, + "I": 1.2327689091762295e-07, + "C": 1.6773063180153258e-05, + "R": 7.215012374217622e-07, + "M": 6.78602327752742e-06, + "O": 6.091935347285471e-07, + "W": 1.3486957106678688e-09, + "N": 7.409861613183466e-10, + "Y": 0.0005789800779893994, + "U": 4.6858011915063e-10, + "K": 3.2810536509941812e-09, + "L": 3.424916883432161e-07, + "G": 0.0001086560296243988, + "F": 0.0007879300392232835, + "E": 1.9613716517596913e-07, + "T": 4.706903928308748e-05, + "P": 0.00027179878088645637, + "-": 0.9981799125671387 + }, + "id": "tp_27099" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3387387, + "label": "-", + "classification": { + "B": 1.286639950137669e-08, + "S": 7.37570005071575e-08, + "I": 4.550327048491454e-07, + "C": 1.1896599062310997e-05, + "R": 2.2348422135110013e-06, + "M": 5.23840390087571e-05, + "O": 5.3918051889922936e-06, + "W": 3.848567686759452e-08, + "N": 7.108984512171901e-09, + "Y": 0.0002658285084180534, + "U": 2.0701547143175958e-09, + "K": 5.711336292790747e-09, + "L": 1.4727770576428156e-06, + "G": 5.544065425056033e-05, + "F": 0.0016485665692016482, + "E": 7.706309474997397e-07, + "T": 0.0001936285407282412, + "P": 0.0007221015403047204, + "-": 0.9970396161079407 + }, + "id": "tp_27100" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3387521, + "label": "-", + "classification": { + "B": 9.55894574872218e-06, + "S": 2.134085661964491e-06, + "I": 2.0233728719176725e-06, + "C": 2.424487865937408e-05, + "R": 4.86411590827629e-06, + "M": 0.0010622530244290829, + "O": 6.199956260388717e-05, + "W": 5.145554951013764e-07, + "N": 4.089146443675418e-08, + "Y": 0.002555831568315625, + "U": 8.283728369917753e-09, + "K": 1.7337006497086804e-08, + "L": 5.253320705378428e-05, + "G": 0.0026470825541764498, + "F": 0.004175443202257156, + "E": 1.211732433148427e-05, + "T": 0.0014483113773167133, + "P": 0.0009459035354666412, + "-": 0.9869950413703918 + }, + "id": "tp_27101" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3387654, + "label": "-", + "classification": { + "B": 3.1377155096379283e-08, + "S": 5.274308136904438e-07, + "I": 4.347005244653701e-07, + "C": 1.7579877749085426e-05, + "R": 4.471001830097521e-06, + "M": 8.786536636762321e-05, + "O": 2.2838483346276917e-05, + "W": 2.489886696821486e-07, + "N": 2.1958078022521477e-08, + "Y": 0.008159066550433636, + "U": 4.010129117659744e-09, + "K": 1.1452265198386158e-06, + "L": 4.581054781738203e-06, + "G": 0.0009788620518520474, + "F": 0.012817627750337124, + "E": 3.2538955565541983e-06, + "T": 0.0010492951842024922, + "P": 0.0003806165768764913, + "-": 0.976471483707428 + }, + "id": "tp_27102" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3387754, + "label": "-", + "classification": { + "B": 5.2691677410621196e-05, + "S": 2.98827017104486e-05, + "I": 8.686958608450368e-05, + "C": 0.016399918124079704, + "R": 0.004990565590560436, + "M": 0.02866736240684986, + "O": 0.0016172279138118029, + "W": 1.2147956113039982e-05, + "N": 2.3277921172848437e-06, + "Y": 0.029373859986662865, + "U": 1.5196802678474342e-06, + "K": 3.6525511859508697e-07, + "L": 0.007863479666411877, + "G": 0.0628749430179596, + "F": 0.009621888399124146, + "E": 0.00014248084335122257, + "T": 0.01888270117342472, + "P": 0.0009710954036563635, + "-": 0.8184086680412292 + }, + "id": "tp_27103" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3387888, + "label": "-", + "classification": { + "B": 1.3075693685356965e-13, + "S": 6.287875222669298e-14, + "I": 7.766148280019536e-10, + "C": 1.5024986810274754e-10, + "R": 2.2178472600109522e-11, + "M": 1.439559582649963e-08, + "O": 5.901034105804115e-10, + "W": 8.054303480675012e-14, + "N": 2.3513119619747447e-13, + "Y": 1.971568735825713e-06, + "U": 6.6848814285198725e-15, + "K": 1.4449020474695652e-15, + "L": 3.048985022791051e-11, + "G": 6.379060835115524e-08, + "F": 4.198719125270145e-06, + "E": 5.162045235707069e-10, + "T": 4.692564630204288e-07, + "P": 0.000234003018704243, + "-": 0.9997592568397522 + }, + "id": "tp_27104" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3388021, + "label": "-", + "classification": { + "B": 6.678524755443505e-07, + "S": 1.0263546755595598e-05, + "I": 1.1481633009680081e-05, + "C": 3.138175088679418e-05, + "R": 1.868441904662177e-05, + "M": 0.00048580585280433297, + "O": 0.0002747499383985996, + "W": 6.472372660937253e-06, + "N": 1.1136783086840296e-06, + "Y": 0.0016351219965144992, + "U": 1.952745094513375e-07, + "K": 1.2558016351249535e-06, + "L": 3.596995520638302e-05, + "G": 0.0002833149628713727, + "F": 0.010381922125816345, + "E": 1.3135253539076075e-05, + "T": 0.001585878198966384, + "P": 0.004729230422526598, + "-": 0.9804933667182922 + }, + "id": "tp_27105" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3388155, + "label": "-", + "classification": { + "B": 3.2971098073986127e-10, + "S": 3.585487107216068e-08, + "I": 7.513973798722873e-08, + "C": 4.789651029568631e-06, + "R": 6.656507025581959e-07, + "M": 3.082880357396789e-05, + "O": 3.065394139412092e-06, + "W": 1.4437081752305403e-08, + "N": 2.672691179483877e-09, + "Y": 0.0021265384275466204, + "U": 1.9683886465227118e-10, + "K": 1.0770128966441916e-07, + "L": 4.2145290990447393e-07, + "G": 0.00013867691450286657, + "F": 0.005554093047976494, + "E": 1.4858603663014947e-06, + "T": 0.00024422211572527885, + "P": 0.00031936552841216326, + "-": 0.9915756583213806 + }, + "id": "tp_27106" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3388255, + "label": "-", + "classification": { + "B": 4.216743273999235e-11, + "S": 3.2581453091040657e-09, + "I": 4.718310187001862e-09, + "C": 3.589593688957393e-07, + "R": 3.632591116797812e-08, + "M": 4.93405195811647e-06, + "O": 4.1974328723881627e-07, + "W": 1.1600490568142163e-09, + "N": 1.8456905448438476e-10, + "Y": 0.0011120495619252324, + "U": 2.1566654712090738e-11, + "K": 2.1723910492710274e-07, + "L": 3.414091764852856e-08, + "G": 6.213541200850159e-05, + "F": 0.0027492716908454895, + "E": 2.5928704872058006e-07, + "T": 6.918094732100144e-05, + "P": 4.521865412243642e-05, + "-": 0.9959558844566345 + }, + "id": "tp_27107" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3388388, + "label": "-", + "classification": { + "B": 4.1301181141761845e-08, + "S": 2.191147530083981e-08, + "I": 5.541663572472544e-09, + "C": 8.303253196118021e-08, + "R": 2.8834355347839846e-08, + "M": 1.543934558867477e-05, + "O": 4.424467533681309e-06, + "W": 1.0918370207946282e-08, + "N": 1.914836206262649e-10, + "Y": 2.0337261958047748e-05, + "U": 4.296783415180805e-11, + "K": 4.903256689559043e-10, + "L": 3.366780845226458e-07, + "G": 6.736497198289726e-06, + "F": 0.0004522963718045503, + "E": 3.089600753014565e-08, + "T": 3.0803264962742105e-05, + "P": 0.00018836114031728357, + "-": 0.999281108379364 + }, + "id": "tp_27108" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3388522, + "label": "G", + "classification": { + "B": 2.7973417218163377e-06, + "S": 0.00013120021321810782, + "I": 1.4807339539402165e-05, + "C": 0.2503615915775299, + "R": 0.018808813765645027, + "M": 0.014711170457303524, + "O": 0.00166944635566324, + "W": 3.813282455666922e-05, + "N": 1.6425759667981765e-06, + "Y": 0.025953203439712524, + "U": 2.6407511199977307e-07, + "K": 3.4454933484084904e-05, + "L": 0.004842069931328297, + "G": 0.5080593824386597, + "F": 0.08757778257131577, + "E": 0.00014236215793062001, + "T": 0.017252473160624504, + "P": 4.067320696776733e-05, + "-": 0.07035772502422333 + }, + "id": "tp_27109" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3388655, + "label": "-", + "classification": { + "B": 7.284727508716227e-12, + "S": 1.0584599863250332e-09, + "I": 3.7134045838271845e-10, + "C": 6.397399943125492e-08, + "R": 1.4895110700408054e-09, + "M": 2.455385867961013e-07, + "O": 5.891537924185286e-08, + "W": 1.0582737464126524e-10, + "N": 1.1863406958190215e-11, + "Y": 3.76339562535577e-06, + "U": 2.645618641695935e-13, + "K": 2.1278794282153513e-09, + "L": 2.4084911842692236e-09, + "G": 2.6477002847968834e-06, + "F": 0.011675736866891384, + "E": 1.8342776186841547e-08, + "T": 1.6970817569017527e-06, + "P": 0.00010965159890474752, + "-": 0.9882060885429382 + }, + "id": "tp_27110" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3388755, + "label": "-", + "classification": { + "B": 4.490159799530602e-09, + "S": 1.5578855538933567e-08, + "I": 8.712870425142683e-08, + "C": 5.073820830148179e-07, + "R": 6.771019656071076e-08, + "M": 7.095558248693123e-05, + "O": 2.1082594230392715e-06, + "W": 3.162640593856736e-09, + "N": 6.654757300772474e-10, + "Y": 0.00022254177019931376, + "U": 1.1768006014101218e-10, + "K": 2.112522823338736e-09, + "L": 3.816841740444943e-07, + "G": 8.227256330428645e-05, + "F": 0.0014942885609343648, + "E": 2.478352030266251e-07, + "T": 8.307170355692506e-05, + "P": 0.0002982937730848789, + "-": 0.9977450966835022 + }, + "id": "tp_27111" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3388889, + "label": "-", + "classification": { + "B": 4.4343141780700535e-05, + "S": 0.0002531057980377227, + "I": 4.184510180493817e-05, + "C": 0.05064332112669945, + "R": 0.006279839668422937, + "M": 0.02913220040500164, + "O": 0.0030385686550289392, + "W": 6.230354483705014e-05, + "N": 3.072349272770225e-06, + "Y": 0.01705162599682808, + "U": 1.133554064836062e-06, + "K": 2.3513896394433687e-06, + "L": 0.012144424021244049, + "G": 0.08567832410335541, + "F": 0.15476930141448975, + "E": 0.0003139797190669924, + "T": 0.012617330066859722, + "P": 0.001366552198305726, + "-": 0.626556396484375 + }, + "id": "tp_27112" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3389022, + "label": "-", + "classification": { + "B": 3.2134376937165143e-08, + "S": 9.662614708361161e-09, + "I": 9.45585497902357e-07, + "C": 1.769112714100629e-05, + "R": 1.670344886406383e-06, + "M": 0.0001054693857440725, + "O": 3.0759460969420616e-06, + "W": 7.094674625562902e-09, + "N": 7.005414914829089e-09, + "Y": 0.0026010610163211823, + "U": 5.835408156684707e-09, + "K": 1.7757969317244715e-08, + "L": 2.313133563802694e-06, + "G": 0.000374995986931026, + "F": 0.0008856858476065099, + "E": 1.2437099030648824e-06, + "T": 0.0004011490091215819, + "P": 0.00036706525133922696, + "-": 0.9952375888824463 + }, + "id": "tp_27113" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3389156, + "label": "-", + "classification": { + "B": 3.8545408642676193e-07, + "S": 4.250181007137144e-07, + "I": 5.382222752814414e-06, + "C": 1.2280474948056508e-05, + "R": 4.9355394367012195e-06, + "M": 0.0002404002589173615, + "O": 3.8806814700365067e-05, + "W": 3.658982734577876e-07, + "N": 1.0466977329315341e-07, + "Y": 0.00188417115714401, + "U": 2.753401595612104e-08, + "K": 1.2917129765810387e-07, + "L": 6.3583529481547885e-06, + "G": 0.0002857405925169587, + "F": 0.001325896824710071, + "E": 3.963155904784799e-06, + "T": 0.0009703498799353838, + "P": 0.001165876048617065, + "-": 0.99405437707901 + }, + "id": "tp_27114" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3389256, + "label": "-", + "classification": { + "B": 5.8771820476977155e-06, + "S": 1.6149195289472118e-05, + "I": 2.8151685000921134e-06, + "C": 6.555339041369734e-06, + "R": 4.528395948000252e-06, + "M": 0.00046685972483828664, + "O": 0.0002889317402150482, + "W": 4.8716028686612844e-06, + "N": 1.6780978739916463e-07, + "Y": 0.0005097815883345902, + "U": 2.28395116153024e-08, + "K": 5.999257979283357e-08, + "L": 4.01776960643474e-05, + "G": 0.0003098478773608804, + "F": 0.010395384393632412, + "E": 3.734375241037924e-06, + "T": 0.000630923081189394, + "P": 0.0025966635439544916, + "-": 0.9847166538238525 + }, + "id": "tp_27115" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3389389, + "label": "-", + "classification": { + "B": 2.550719727878459e-06, + "S": 1.6992389646475203e-05, + "I": 6.957165169296786e-05, + "C": 0.0006597611936740577, + "R": 0.00014802147052250803, + "M": 0.0027038382831960917, + "O": 0.00037143068038858473, + "W": 9.935800335370004e-06, + "N": 3.163563405905734e-06, + "Y": 0.029405906796455383, + "U": 7.230106575661921e-07, + "K": 8.24582366476534e-06, + "L": 0.00015748615260235965, + "G": 0.0057127149775624275, + "F": 0.013862332329154015, + "E": 6.108693196438253e-05, + "T": 0.010668814182281494, + "P": 0.002099309815093875, + "-": 0.9340380430221558 + }, + "id": "tp_27116" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3389523, + "label": "-", + "classification": { + "B": 5.7427550927968696e-05, + "S": 1.1962566532019991e-05, + "I": 0.0006985230720601976, + "C": 0.0009158933535218239, + "R": 0.00036087242187932134, + "M": 0.0015278587816283107, + "O": 0.0006903998437337577, + "W": 2.1463016310008243e-05, + "N": 1.6815230992506258e-05, + "Y": 0.02020884118974209, + "U": 4.975021511199884e-06, + "K": 1.8665601828615763e-06, + "L": 0.00030050796340219676, + "G": 0.0050849467515945435, + "F": 0.003655647626146674, + "E": 0.0001992959005292505, + "T": 0.005216717254370451, + "P": 0.015522927977144718, + "-": 0.9455029368400574 + }, + "id": "tp_27117" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3389656, + "label": "-", + "classification": { + "B": 1.088318867914495e-06, + "S": 1.43084105275193e-06, + "I": 1.3665302503795829e-05, + "C": 2.0240218873368576e-05, + "R": 5.235046955931466e-06, + "M": 0.00042886444134637713, + "O": 5.532859358936548e-05, + "W": 8.204710866266396e-07, + "N": 3.0299239028863667e-07, + "Y": 0.0008395432960242033, + "U": 6.007915231975858e-08, + "K": 2.2909061314635437e-08, + "L": 1.257159783563111e-05, + "G": 0.00015480673755519092, + "F": 0.0010052972938865423, + "E": 7.726995136181358e-06, + "T": 0.0014088642783463001, + "P": 0.004311994183808565, + "-": 0.9917322397232056 + }, + "id": "tp_27118" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3389756, + "label": "-", + "classification": { + "B": 3.751803774321161e-07, + "S": 3.2258428745990386e-06, + "I": 5.455394330056151e-06, + "C": 0.0008171005174517632, + "R": 5.1575501856859773e-05, + "M": 0.00011534117948031053, + "O": 3.998397369286977e-05, + "W": 1.787947326192807e-06, + "N": 8.197764600481605e-07, + "Y": 0.0015720274532213807, + "U": 1.779016969294389e-07, + "K": 5.3024541557533666e-05, + "L": 9.134037100011483e-06, + "G": 0.0019428979139775038, + "F": 0.084234319627285, + "E": 6.296063656918705e-05, + "T": 0.00040568047552369535, + "P": 0.005219132639467716, + "-": 0.9054650068283081 + }, + "id": "tp_27119" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3389890, + "label": "-", + "classification": { + "B": 4.808988970927963e-11, + "S": 4.306092704631226e-10, + "I": 2.3876516763721156e-08, + "C": 3.8019862813598593e-07, + "R": 5.411697756585454e-08, + "M": 1.1800046877397108e-06, + "O": 2.02810880978177e-07, + "W": 4.727955804639805e-10, + "N": 1.384115461133817e-10, + "Y": 0.0001632917847018689, + "U": 1.6436550037690623e-11, + "K": 7.001674240392219e-10, + "L": 1.8494665354751305e-08, + "G": 9.45470037549967e-06, + "F": 0.0011477486696094275, + "E": 5.595434870997451e-08, + "T": 1.2954717931279447e-05, + "P": 0.0001982270332518965, + "-": 0.9984664916992188 + }, + "id": "tp_27120" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3390023, + "label": "-", + "classification": { + "B": 2.380979640292935e-05, + "S": 2.001104257942643e-05, + "I": 2.8067627226846525e-06, + "C": 4.9067355575971305e-05, + "R": 1.4151547475194093e-05, + "M": 0.004367911256849766, + "O": 0.00039171334356069565, + "W": 4.594207439367892e-06, + "N": 2.9064457862659765e-07, + "Y": 0.021090606227517128, + "U": 2.2731958537747232e-08, + "K": 1.1565498425625265e-05, + "L": 0.00020313779532443732, + "G": 0.0274517722427845, + "F": 0.04452010989189148, + "E": 0.0002598749124445021, + "T": 0.005558382254093885, + "P": 0.00042817069333978, + "-": 0.8956020474433899 + }, + "id": "tp_27121" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3390157, + "label": "-", + "classification": { + "B": 1.4084066606301349e-06, + "S": 3.598113380576251e-07, + "I": 7.0065893851278815e-06, + "C": 1.1954479305131827e-05, + "R": 4.079539849044522e-06, + "M": 0.0009874413954094052, + "O": 5.032222543377429e-05, + "W": 3.0190696520548954e-07, + "N": 7.606617202782218e-08, + "Y": 0.0008524982258677483, + "U": 2.129583265286783e-08, + "K": 5.034381800328447e-09, + "L": 3.210566865163855e-05, + "G": 0.0004740690055768937, + "F": 0.0017190934158861637, + "E": 3.992013262177352e-06, + "T": 0.0009935918496921659, + "P": 0.0035305647179484367, + "-": 0.9913312196731567 + }, + "id": "tp_27122" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3390257, + "label": "-", + "classification": { + "B": 4.2976422420792915e-09, + "S": 3.878354970510145e-09, + "I": 4.080202842260405e-09, + "C": 4.0979615256730995e-09, + "R": 8.68485006133568e-10, + "M": 1.9599461609232094e-07, + "O": 2.1803811023346498e-07, + "W": 2.252558362059176e-09, + "N": 1.4050458019276846e-10, + "Y": 2.063615102088079e-05, + "U": 4.141030574000837e-11, + "K": 4.535130049276859e-09, + "L": 6.8475745074181305e-09, + "G": 1.6321682778652757e-06, + "F": 0.00030062830774113536, + "E": 1.6389956059015276e-08, + "T": 7.854899195081089e-06, + "P": 0.0008826507837511599, + "-": 0.9987861514091492 + }, + "id": "tp_27123" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3390390, + "label": "-", + "classification": { + "B": 2.6902500227521386e-09, + "S": 3.277203290963371e-07, + "I": 7.678532654153969e-08, + "C": 0.00020229845540598035, + "R": 4.901826832792722e-05, + "M": 0.00012928272190038115, + "O": 4.7605830332031474e-05, + "W": 1.7106208360928576e-07, + "N": 3.3867479931615208e-09, + "Y": 0.002419856609776616, + "U": 2.8099467197506556e-09, + "K": 8.285530839202693e-08, + "L": 4.31667358498089e-05, + "G": 0.0018184510990977287, + "F": 0.02374788373708725, + "E": 2.0068517869731295e-07, + "T": 0.0007297970587387681, + "P": 5.4541174904443324e-05, + "-": 0.9707571864128113 + }, + "id": "tp_27124" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3390524, + "label": "-", + "classification": { + "B": 2.2284685208262545e-09, + "S": 5.035560857180599e-09, + "I": 1.4420880688703619e-05, + "C": 1.4748719877388794e-05, + "R": 8.824151223052468e-07, + "M": 4.0439073245579493e-07, + "O": 7.502685548388399e-07, + "W": 2.1544344974699925e-08, + "N": 4.2791512555595546e-07, + "Y": 0.00012856550165452063, + "U": 3.8118749046134326e-08, + "K": 1.875176735666173e-06, + "L": 1.1471003702467897e-08, + "G": 8.562295079173055e-06, + "F": 0.00045718802721239626, + "E": 5.009005690226331e-06, + "T": 2.074981421174016e-05, + "P": 0.0311625637114048, + "-": 0.9681838154792786 + }, + "id": "tp_27125" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3390657, + "label": "-", + "classification": { + "B": 6.094636319176061e-06, + "S": 2.270367622259073e-05, + "I": 0.00020989991025999188, + "C": 0.0001446115638827905, + "R": 4.156710201641545e-05, + "M": 0.0007505895337089896, + "O": 0.00027676523313857615, + "W": 1.4907650438544806e-05, + "N": 2.452049739076756e-05, + "Y": 0.004770416300743818, + "U": 3.1080746794032166e-06, + "K": 7.579000521218404e-05, + "L": 4.1474999306956306e-05, + "G": 0.0015722959069535136, + "F": 0.028395837172865868, + "E": 0.0005163579480722547, + "T": 0.0023767477832734585, + "P": 0.03315691649913788, + "-": 0.9275994300842285 + }, + "id": "tp_27126" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3390757, + "label": "-", + "classification": { + "B": 1.8605078366817906e-05, + "S": 2.3974545911187306e-05, + "I": 0.0007598744705319405, + "C": 0.0009721727692522109, + "R": 0.00031370899523608387, + "M": 0.0005935639492236078, + "O": 0.00047093231114558876, + "W": 5.346218677004799e-05, + "N": 8.78481732797809e-05, + "Y": 0.007637945469468832, + "U": 2.6258367142872885e-05, + "K": 0.00013446033699437976, + "L": 5.860551027581096e-05, + "G": 0.0014410699950531125, + "F": 0.0182497575879097, + "E": 0.0005609613726846874, + "T": 0.0018465733155608177, + "P": 0.06558641791343689, + "-": 0.9011637568473816 + }, + "id": "tp_27127" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3390891, + "label": "-", + "classification": { + "B": 8.396471073979228e-09, + "S": 3.5609513560075357e-08, + "I": 8.349877020918939e-07, + "C": 3.877660219586687e-06, + "R": 8.696735562807589e-07, + "M": 1.1270259165030438e-05, + "O": 3.519370920912479e-06, + "W": 3.820605343207717e-08, + "N": 2.615833238905907e-08, + "Y": 0.0007571150781586766, + "U": 8.494521530622023e-09, + "K": 3.414267624179956e-08, + "L": 3.5198428349758615e-07, + "G": 2.666552427399438e-05, + "F": 0.0010718771954998374, + "E": 6.003778025842621e-07, + "T": 0.00018577664741314948, + "P": 0.0014359287451952696, + "-": 0.9965012073516846 + }, + "id": "tp_27128" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3391024, + "label": "-", + "classification": { + "B": 1.8673618207287745e-09, + "S": 3.4256817826872066e-08, + "I": 7.033840176973172e-09, + "C": 3.815160653175553e-06, + "R": 3.1420316304320295e-07, + "M": 4.2273237340850756e-05, + "O": 6.3498055169475265e-06, + "W": 7.159749682017491e-09, + "N": 1.8726181716388623e-10, + "Y": 0.001352960360236466, + "U": 7.411089970876805e-12, + "K": 4.800286834694134e-09, + "L": 1.7704925312500563e-06, + "G": 0.00046943777124397457, + "F": 0.014009351842105389, + "E": 2.3842730456635763e-07, + "T": 0.00014917220687493682, + "P": 2.667739499884192e-05, + "-": 0.9839374423027039 + }, + "id": "tp_27129" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3391158, + "label": "-", + "classification": { + "B": 1.7395306713297032e-05, + "S": 2.4129605662892573e-05, + "I": 3.809410918620415e-05, + "C": 0.001287436462007463, + "R": 0.000304478220641613, + "M": 0.006483778823167086, + "O": 0.00113866594620049, + "W": 2.1920424842392094e-05, + "N": 3.5120206121064257e-06, + "Y": 0.11525875329971313, + "U": 5.01137492392445e-07, + "K": 5.3391206165542826e-05, + "L": 0.0003520034661050886, + "G": 0.038465216755867004, + "F": 0.020239751785993576, + "E": 0.0003159569459967315, + "T": 0.021238241344690323, + "P": 0.0008344585075974464, + "-": 0.7939223051071167 + }, + "id": "tp_27130" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3391258, + "label": "-", + "classification": { + "B": 3.468306601916993e-07, + "S": 3.231646132917376e-07, + "I": 9.926701750373468e-06, + "C": 3.159938569297083e-05, + "R": 7.526212357333861e-06, + "M": 2.3311706172535196e-05, + "O": 2.1726889826823026e-05, + "W": 5.882226332687424e-07, + "N": 2.983364595365856e-07, + "Y": 0.0004687365726567805, + "U": 2.294772940558687e-07, + "K": 6.331795248115668e-07, + "L": 2.7359444629837526e-06, + "G": 0.00012635596795007586, + "F": 0.0024257651530206203, + "E": 3.6706073842651676e-06, + "T": 0.00017947486776392907, + "P": 0.010450178757309914, + "-": 0.9862467050552368 + }, + "id": "tp_27131" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3391391, + "label": "-", + "classification": { + "B": 4.076776747297117e-07, + "S": 5.5276275816140696e-05, + "I": 9.403134026797488e-05, + "C": 0.0001408691459801048, + "R": 4.671556962421164e-05, + "M": 0.0005828927387483418, + "O": 0.0003096899890806526, + "W": 2.512987884983886e-05, + "N": 1.771412462403532e-05, + "Y": 0.032568372786045074, + "U": 4.5165114670453477e-07, + "K": 0.0008664857596158981, + "L": 1.2838893781008665e-05, + "G": 0.0032345738727599382, + "F": 0.03861657902598381, + "E": 0.0003386156458873302, + "T": 0.013314750045537949, + "P": 0.006387365981936455, + "-": 0.9033873081207275 + }, + "id": "tp_27132" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3391525, + "label": "-", + "classification": { + "B": 4.892423817182134e-07, + "S": 3.7760337079362216e-08, + "I": 6.0193028730282094e-06, + "C": 0.0003914689878001809, + "R": 1.7538843167130835e-05, + "M": 0.00011923887359444052, + "O": 7.683358489884995e-06, + "W": 5.622219134693296e-08, + "N": 7.845051896993027e-08, + "Y": 0.0008073309436440468, + "U": 5.174977246724666e-08, + "K": 1.5560604538222833e-07, + "L": 4.191060270386515e-06, + "G": 0.0007504697423428297, + "F": 0.0010797992581501603, + "E": 6.701831807731651e-06, + "T": 0.00028506561648100615, + "P": 0.001193274394609034, + "-": 0.9953304529190063 + }, + "id": "tp_27133" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3391658, + "label": "-", + "classification": { + "B": 1.1618173090255368e-07, + "S": 1.2734337815345498e-06, + "I": 8.032070581975859e-06, + "C": 1.5685096514062025e-05, + "R": 2.7404735192249063e-06, + "M": 5.248158049653284e-05, + "O": 2.426382343401201e-05, + "W": 7.553355203526735e-07, + "N": 1.0409762580820825e-06, + "Y": 0.0014403595123440027, + "U": 1.053119760285881e-07, + "K": 2.592297096271068e-05, + "L": 2.0337793102953583e-06, + "G": 0.0002551210636738688, + "F": 0.03585541248321533, + "E": 3.446434129728004e-05, + "T": 0.0004531317681539804, + "P": 0.008647256530821323, + "-": 0.9531797170639038 + }, + "id": "tp_27134" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3391758, + "label": "-", + "classification": { + "B": 9.219003004545812e-06, + "S": 2.1306590497260913e-05, + "I": 6.8927142820029985e-06, + "C": 0.0002205215278081596, + "R": 6.807751924498007e-05, + "M": 0.0008732316200621426, + "O": 0.0003963010385632515, + "W": 8.22298079583561e-06, + "N": 3.643680202003452e-07, + "Y": 0.0010472140274941921, + "U": 1.0928840765700443e-07, + "K": 1.9388346572668524e-07, + "L": 0.00019631350005511194, + "G": 0.0013570288429036736, + "F": 0.01665380224585533, + "E": 1.8777302102535032e-05, + "T": 0.000768640951719135, + "P": 0.0027473089285194874, + "-": 0.9756065011024475 + }, + "id": "tp_27135" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3391892, + "label": "-", + "classification": { + "B": 2.251876116132756e-11, + "S": 4.786354992902808e-11, + "I": 1.3242150709302791e-09, + "C": 1.6548334258459363e-07, + "R": 6.671719621209604e-09, + "M": 2.5487869947937725e-07, + "O": 3.4996805453602065e-08, + "W": 2.4162605943844895e-11, + "N": 6.689600262621553e-12, + "Y": 2.08702349482337e-05, + "U": 1.8234569670178002e-12, + "K": 1.9054544053709321e-10, + "L": 3.4700740059179225e-09, + "G": 3.0448004508798476e-06, + "F": 0.00031140376813709736, + "E": 1.3999950088106061e-09, + "T": 2.097910055454122e-06, + "P": 2.274951293657068e-05, + "-": 0.9996393918991089 + }, + "id": "tp_27136" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3392025, + "label": "-", + "classification": { + "B": 5.35964883585649e-10, + "S": 1.7695067633383132e-09, + "I": 2.2107689900963123e-08, + "C": 4.436547897057608e-06, + "R": 7.802019013070094e-07, + "M": 1.197807341668522e-05, + "O": 1.5581725847368944e-06, + "W": 1.654819392626905e-09, + "N": 1.2735867915836252e-10, + "Y": 0.00042078987462446094, + "U": 9.287950963887681e-11, + "K": 1.1539656036285706e-10, + "L": 1.095973630071967e-06, + "G": 4.301142689655535e-05, + "F": 0.00033603160409256816, + "E": 1.1866935878401819e-08, + "T": 0.00019536780018825084, + "P": 3.922316318494268e-05, + "-": 0.9989457726478577 + }, + "id": "tp_27137" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3392125, + "label": "-", + "classification": { + "B": 2.225137762934537e-08, + "S": 2.7234165145273437e-08, + "I": 1.113550297304755e-06, + "C": 1.916962537507061e-05, + "R": 1.5279052831829176e-06, + "M": 7.919637027953286e-06, + "O": 4.675086529459804e-06, + "W": 4.51516335431279e-08, + "N": 3.0551358776165216e-08, + "Y": 0.0003762877022381872, + "U": 1.2874155963515932e-08, + "K": 7.126283207981032e-08, + "L": 9.159343221654126e-07, + "G": 9.209779091179371e-05, + "F": 0.005412002094089985, + "E": 2.2238673409447074e-06, + "T": 6.117099110269919e-05, + "P": 0.006485799327492714, + "-": 0.987534761428833 + }, + "id": "tp_27138" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3392259, + "label": "-", + "classification": { + "B": 1.3432249943434726e-06, + "S": 5.488881015480729e-06, + "I": 1.1708695637935307e-05, + "C": 0.00010123175161425024, + "R": 3.436038241488859e-05, + "M": 0.0013142351526767015, + "O": 0.0002341949293622747, + "W": 2.376910970269819e-06, + "N": 4.7559487370563147e-07, + "Y": 0.0038905483670532703, + "U": 1.826577573638133e-07, + "K": 5.331806960384711e-07, + "L": 0.00018067673954647034, + "G": 0.004295506980270147, + "F": 0.02222239226102829, + "E": 2.156259142793715e-05, + "T": 0.00214599072933197, + "P": 0.003923523239791393, + "-": 0.961613655090332 + }, + "id": "tp_27139" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3392392, + "label": "-", + "classification": { + "B": 2.988243541501845e-10, + "S": 2.0203797745921293e-08, + "I": 1.2248299596784307e-10, + "C": 9.98157702269964e-07, + "R": 3.7624283777404344e-07, + "M": 8.2802762335632e-05, + "O": 9.43762825045269e-06, + "W": 2.705747847997486e-09, + "N": 1.1484428859287465e-12, + "Y": 0.00010468217806192115, + "U": 2.978230184171038e-13, + "K": 1.7222322743273843e-12, + "L": 1.0162843864236493e-05, + "G": 0.00011575741518754512, + "F": 0.001501623191870749, + "E": 5.525147561691313e-10, + "T": 8.389027061639354e-05, + "P": 8.450452924080309e-07, + "-": 0.9980893731117249 + }, + "id": "tp_27140" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3392526, + "label": "-", + "classification": { + "B": 1.50909751361894e-09, + "S": 5.178361739410775e-09, + "I": 1.393681401395952e-07, + "C": 1.1321200865666015e-08, + "R": 1.603793098325923e-09, + "M": 3.116923608104116e-08, + "O": 2.3215920919028576e-07, + "W": 2.5535442649271545e-09, + "N": 6.390107110121335e-09, + "Y": 1.5985960999387316e-06, + "U": 1.6559618953859712e-10, + "K": 3.523800140570188e-09, + "L": 1.5425469790386614e-09, + "G": 2.1160805374620395e-07, + "F": 0.00032463594106957316, + "E": 1.1849868286617493e-07, + "T": 1.7357378965243697e-06, + "P": 0.02029699645936489, + "-": 0.9793742895126343 + }, + "id": "tp_27141" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3392626, + "label": "-", + "classification": { + "B": 0.00021254114108160138, + "S": 0.0005850494490005076, + "I": 0.00011181571608176455, + "C": 6.656679761363193e-05, + "R": 3.639630085672252e-05, + "M": 0.0031480025500059128, + "O": 0.0015614917501807213, + "W": 0.00014518767420668155, + "N": 2.4202401618822478e-05, + "Y": 0.0043321275152266026, + "U": 1.5812076981092105e-06, + "K": 3.212112278561108e-05, + "L": 0.00016909015539567918, + "G": 0.00150788645260036, + "F": 0.028963439166545868, + "E": 0.0003318565140943974, + "T": 0.005140296649187803, + "P": 0.016376446932554245, + "-": 0.9372538924217224 + }, + "id": "tp_27142" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3392759, + "label": "-", + "classification": { + "B": 8.344962338924233e-07, + "S": 6.405597474667957e-08, + "I": 9.752053529155091e-07, + "C": 4.874234946328215e-05, + "R": 5.797177891508909e-06, + "M": 0.00010699949052650481, + "O": 1.1923474630748387e-05, + "W": 1.0171578423978644e-07, + "N": 2.117004527235622e-08, + "Y": 0.0013185912976041436, + "U": 1.8091403930498018e-08, + "K": 6.409483432889829e-08, + "L": 6.830783604527824e-06, + "G": 0.0006237438064999878, + "F": 0.0017105647129938006, + "E": 5.375643468141789e-06, + "T": 0.000293989316560328, + "P": 0.001403653179295361, + "-": 0.9944615960121155 + }, + "id": "tp_27143" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3392893, + "label": "-", + "classification": { + "B": 9.915553621231421e-12, + "S": 2.6191659951990687e-11, + "I": 1.0455044829882354e-08, + "C": 1.5337510816948452e-08, + "R": 1.33629696197346e-09, + "M": 4.5901782641522004e-07, + "O": 2.9990008698632664e-08, + "W": 2.2914944247665048e-11, + "N": 5.950864800929878e-11, + "Y": 1.4498896234726999e-05, + "U": 2.9121358102734973e-12, + "K": 3.106091772675512e-11, + "L": 9.911251819261224e-10, + "G": 8.065406973400968e-07, + "F": 6.63686660118401e-05, + "E": 2.625687223201112e-08, + "T": 3.1849513106863014e-06, + "P": 0.0008739076438359916, + "-": 0.9990405440330505 + }, + "id": "tp_27144" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3393026, + "label": "-", + "classification": { + "B": 7.749493755038195e-12, + "S": 5.673179981346976e-11, + "I": 9.951776291927672e-09, + "C": 3.7471822906809393e-06, + "R": 5.270842393656494e-07, + "M": 3.69790745935461e-06, + "O": 1.5850014278839808e-07, + "W": 7.052687600594965e-11, + "N": 1.2791336566342348e-11, + "Y": 0.00025547228869982064, + "U": 6.441832744313869e-12, + "K": 2.0547209766963448e-11, + "L": 7.345264663172202e-08, + "G": 1.918192174343858e-05, + "F": 0.0002490970364306122, + "E": 3.82200493476148e-09, + "T": 3.115826621069573e-05, + "P": 2.848845542757772e-05, + "-": 0.9994083642959595 + }, + "id": "tp_27145" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3393126, + "label": "-", + "classification": { + "B": 2.9306615033419803e-05, + "S": 1.0071988072013482e-05, + "I": 9.693312313174829e-05, + "C": 0.00035757626756094396, + "R": 0.00011338457261445001, + "M": 0.002372421557083726, + "O": 0.0004493128217291087, + "W": 1.5740079106763005e-05, + "N": 5.071217401564354e-06, + "Y": 0.0038176823873072863, + "U": 5.0510607252363116e-06, + "K": 3.677308768601506e-06, + "L": 0.00028242674306966364, + "G": 0.002357772085815668, + "F": 0.007660589646548033, + "E": 4.980257654096931e-05, + "T": 0.005128664430230856, + "P": 0.008647868409752846, + "-": 0.9685966968536377 + }, + "id": "tp_27146" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3393260, + "label": "-", + "classification": { + "B": 0.0002517895773053169, + "S": 7.353830733336508e-05, + "I": 3.676401684060693e-05, + "C": 0.0002836286148522049, + "R": 0.00013013406714890152, + "M": 0.006311309058219194, + "O": 0.0010605035349726677, + "W": 3.087726145167835e-05, + "N": 2.526947810110869e-06, + "Y": 0.007551660295575857, + "U": 6.759352118024253e-07, + "K": 2.8043307338521117e-06, + "L": 0.0004942534142173827, + "G": 0.0057952431961894035, + "F": 0.018280867487192154, + "E": 0.00016448450332973152, + "T": 0.004969439469277859, + "P": 0.0036705497186630964, + "-": 0.9508890509605408 + }, + "id": "tp_27147" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3393393, + "label": "-", + "classification": { + "B": 0.0013150024460628629, + "S": 7.160352834034711e-05, + "I": 2.0326417143223807e-05, + "C": 0.00014594823005609214, + "R": 4.213294232613407e-05, + "M": 0.0017321190098300576, + "O": 0.001440877211280167, + "W": 1.8286596969119273e-05, + "N": 9.701159342512256e-07, + "Y": 0.0007286236505024135, + "U": 3.8469269725283084e-07, + "K": 1.0304997744015054e-08, + "L": 0.001502332161180675, + "G": 0.0036143159959465265, + "F": 0.006226928438991308, + "E": 3.980015026172623e-05, + "T": 0.0011905411956831813, + "P": 0.012166610918939114, + "-": 0.9697432518005371 + }, + "id": "tp_27148" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3393527, + "label": "-", + "classification": { + "B": 6.565707735717297e-05, + "S": 2.241547917947173e-05, + "I": 0.00020816721371375024, + "C": 4.824923234991729e-05, + "R": 1.6290927305817604e-05, + "M": 0.0008412368479184806, + "O": 0.00029371041455306113, + "W": 1.2549970961117651e-05, + "N": 5.0177127377537545e-06, + "Y": 0.0009574464056640863, + "U": 6.663373710580345e-07, + "K": 1.0522637694521109e-07, + "L": 0.00013199244858697057, + "G": 0.0005301600904203951, + "F": 0.0017000745283439755, + "E": 4.7993431508075446e-05, + "T": 0.0023536081425845623, + "P": 0.03044823743402958, + "-": 0.9623164534568787 + }, + "id": "tp_27149" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3393627, + "label": "-", + "classification": { + "B": 7.019245629180659e-08, + "S": 6.289359788524962e-08, + "I": 1.3309057749211206e-06, + "C": 4.7715006985527e-06, + "R": 1.3710191524296533e-06, + "M": 0.0005489442846737802, + "O": 2.9579648980870843e-05, + "W": 3.9376050864348144e-08, + "N": 1.1497484742051256e-08, + "Y": 0.003735055448487401, + "U": 3.4181268926403163e-09, + "K": 3.4296598894201225e-09, + "L": 1.8245769751956686e-05, + "G": 0.0008494434878230095, + "F": 0.0008400208898819983, + "E": 9.754560323926853e-07, + "T": 0.0019433898851275444, + "P": 0.00025735923554748297, + "-": 0.9917694330215454 + }, + "id": "tp_27150" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3393760, + "label": "-", + "classification": { + "B": 1.386619885579421e-07, + "S": 5.292422429192811e-07, + "I": 2.1175537767703645e-05, + "C": 1.8785425709211268e-05, + "R": 7.923231351014692e-06, + "M": 0.00012219905329402536, + "O": 2.3395656171487644e-05, + "W": 7.291106385309831e-07, + "N": 8.417131880378292e-07, + "Y": 0.0032749369274824858, + "U": 3.434104485222633e-07, + "K": 9.915464943333063e-06, + "L": 2.495010676284437e-06, + "G": 0.00027288240380585194, + "F": 0.005986952222883701, + "E": 1.6372974641853943e-05, + "T": 0.000789577083196491, + "P": 0.006645701825618744, + "-": 0.9828049540519714 + }, + "id": "tp_27151" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3393894, + "label": "-", + "classification": { + "B": 3.47801687894389e-05, + "S": 5.0083537644241005e-05, + "I": 2.138251147698611e-05, + "C": 0.0005540669080801308, + "R": 0.00010283828305546194, + "M": 0.003006243845447898, + "O": 0.0005784399691037834, + "W": 1.2252167834958527e-05, + "N": 1.2704125538220978e-06, + "Y": 0.007941575720906258, + "U": 2.36660696373292e-07, + "K": 1.787115024853847e-06, + "L": 0.000291777600068599, + "G": 0.007554107345640659, + "F": 0.02196647785604, + "E": 9.4954164524097e-05, + "T": 0.004909015726298094, + "P": 0.001984853297472, + "-": 0.950893759727478 + }, + "id": "tp_27152" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3394027, + "label": "-", + "classification": { + "B": 6.961646814573896e-09, + "S": 2.4549217414460145e-07, + "I": 8.595839631198032e-07, + "C": 5.909673461701459e-08, + "R": 3.2769801094900686e-08, + "M": 2.4272540031233802e-05, + "O": 4.115573119634064e-06, + "W": 5.6941605208749024e-08, + "N": 4.411576881580004e-08, + "Y": 0.0006036493577994406, + "U": 1.4109952095608946e-09, + "K": 5.977810246804438e-07, + "L": 6.695834997572092e-08, + "G": 1.3614817362395115e-05, + "F": 0.0031394995748996735, + "E": 1.4390490150617552e-06, + "T": 0.0003739665844477713, + "P": 0.0028181893285363913, + "-": 0.9930192828178406 + }, + "id": "tp_27153" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3394127, + "label": "-", + "classification": { + "B": 1.92937960719064e-07, + "S": 7.793428835611849e-08, + "I": 1.1555150081221655e-07, + "C": 1.5032868532216526e-06, + "R": 2.6028214961115737e-07, + "M": 4.167428414802998e-05, + "O": 1.4231768545869272e-05, + "W": 1.136102056875643e-07, + "N": 5.084440424241166e-09, + "Y": 0.00010501552606001496, + "U": 1.3724290592875832e-09, + "K": 4.442137324645046e-08, + "L": 9.545071861793986e-07, + "G": 4.604909918271005e-05, + "F": 0.0013662629062309861, + "E": 8.162712674675277e-07, + "T": 7.607752195326611e-05, + "P": 0.0005153941456228495, + "-": 0.9978311657905579 + }, + "id": "tp_27154" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3394261, + "label": "-", + "classification": { + "B": 1.5988229051799863e-06, + "S": 4.0834715036908165e-05, + "I": 4.106308915652335e-05, + "C": 9.32038456085138e-05, + "R": 5.258514647721313e-05, + "M": 0.0031890596728771925, + "O": 0.0004240608832333237, + "W": 9.176807907351758e-06, + "N": 2.3185484678833745e-06, + "Y": 0.03983718901872635, + "U": 1.0209525669324648e-07, + "K": 9.936509741237387e-06, + "L": 8.174130925908685e-05, + "G": 0.006391850300133228, + "F": 0.042002465575933456, + "E": 8.684190834173933e-05, + "T": 0.01370301190763712, + "P": 0.0014807172119617462, + "-": 0.8925521969795227 + }, + "id": "tp_27155" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3394394, + "label": "-", + "classification": { + "B": 6.661086959791618e-11, + "S": 1.0895238045094402e-09, + "I": 3.651398960968777e-09, + "C": 3.242671553493892e-08, + "R": 3.0332250045006504e-09, + "M": 2.9442446702887537e-06, + "O": 3.1855879001341236e-07, + "W": 3.3573505087147737e-10, + "N": 9.177820309291818e-11, + "Y": 0.00026957812951877713, + "U": 1.475485532365095e-11, + "K": 3.3687747036381666e-10, + "L": 3.3371346574995187e-08, + "G": 1.1224016816413496e-05, + "F": 0.0009837463730946183, + "E": 2.2914038666499437e-08, + "T": 5.5121079640230164e-05, + "P": 0.00017664433107711375, + "-": 0.9985004663467407 + }, + "id": "tp_27156" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3394528, + "label": "-", + "classification": { + "B": 0.0006196926115080714, + "S": 0.003273200476542115, + "I": 0.0005091199418529868, + "C": 0.06255148351192474, + "R": 0.014368759468197823, + "M": 0.036954332143068314, + "O": 0.014913655817508698, + "W": 0.0012682863743975759, + "N": 0.00010477711475687101, + "Y": 0.06668766587972641, + "U": 1.7644435502006672e-05, + "K": 0.00027668997063301504, + "L": 0.016313808038830757, + "G": 0.19716595113277435, + "F": 0.20989453792572021, + "E": 0.0025434098206460476, + "T": 0.03386806324124336, + "P": 0.002777684014290571, + "-": 0.3358912169933319 + }, + "id": "tp_27157" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3394628, + "label": "-", + "classification": { + "B": 1.3143768740064843e-07, + "S": 1.3757347687715082e-06, + "I": 3.377591042408312e-07, + "C": 3.662712697405368e-05, + "R": 1.3514829333871603e-05, + "M": 0.002006860449910164, + "O": 0.0001498164638178423, + "W": 1.9981565912985388e-07, + "N": 2.7847710803996506e-09, + "Y": 0.010929347947239876, + "U": 2.585077985006734e-10, + "K": 7.485626341008356e-09, + "L": 8.601693843957037e-05, + "G": 0.002265746472403407, + "F": 0.001767669222317636, + "E": 2.987549407862389e-07, + "T": 0.0059125907719135284, + "P": 1.2760889148921706e-05, + "-": 0.976816713809967 + }, + "id": "tp_27158" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3394761, + "label": "-", + "classification": { + "B": 5.668278845405439e-06, + "S": 3.0524151952704415e-05, + "I": 1.3840261999575887e-05, + "C": 0.0002862736873794347, + "R": 6.943473272258416e-05, + "M": 0.0020851718727499247, + "O": 0.00026027808780781925, + "W": 6.075604687794112e-06, + "N": 7.466791203114553e-07, + "Y": 0.004467354621738195, + "U": 1.8146863567380933e-07, + "K": 8.039122008085542e-07, + "L": 0.00021198877948336303, + "G": 0.0030196288134902716, + "F": 0.047721751034259796, + "E": 3.1424511689692736e-05, + "T": 0.0030518334824591875, + "P": 0.00217075040563941, + "-": 0.936566174030304 + }, + "id": "tp_27159" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3394895, + "label": "-", + "classification": { + "B": 4.721921076367153e-09, + "S": 6.2014522406173e-09, + "I": 3.575723883653126e-10, + "C": 5.939998573012417e-07, + "R": 1.3008710197937035e-07, + "M": 2.6281513783033006e-06, + "O": 2.1291925804689527e-06, + "W": 2.837055479432138e-09, + "N": 4.603232291872095e-12, + "Y": 3.225166437914595e-05, + "U": 2.5554521606435676e-12, + "K": 6.754885539805855e-11, + "L": 8.079360895862919e-07, + "G": 4.566511415760033e-05, + "F": 0.0024038113187998533, + "E": 1.5094756555811273e-09, + "T": 9.901273188006599e-06, + "P": 8.152436748787295e-06, + "-": 0.9974939823150635 + }, + "id": "tp_27160" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3395028, + "label": "-", + "classification": { + "B": 2.1383626813697987e-10, + "S": 5.289261917340582e-09, + "I": 9.168344661247829e-08, + "C": 1.598707854100212e-06, + "R": 2.4929346409408026e-07, + "M": 3.138352667519939e-06, + "O": 8.41147254959651e-07, + "W": 4.299663736162529e-09, + "N": 1.6080282660979606e-09, + "Y": 7.862000347813591e-05, + "U": 2.7625851606316587e-10, + "K": 6.1523972583188424e-09, + "L": 6.582821754363977e-08, + "G": 9.335515642305836e-06, + "F": 0.0018238101620227098, + "E": 8.439285892336557e-08, + "T": 3.16010118694976e-05, + "P": 0.0006473622051998973, + "-": 0.9974032044410706 + }, + "id": "tp_27161" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3395128, + "label": "-", + "classification": { + "B": 5.846566637046635e-05, + "S": 0.0008592442027293146, + "I": 0.0006114019197411835, + "C": 0.036914627999067307, + "R": 0.012217317707836628, + "M": 0.036133039742708206, + "O": 0.010013488121330738, + "W": 0.0005184812471270561, + "N": 9.118888556258753e-05, + "Y": 0.1577388048171997, + "U": 1.8387549062026665e-05, + "K": 0.0006701310048811138, + "L": 0.006097468081861734, + "G": 0.11487071961164474, + "F": 0.1356913298368454, + "E": 0.0008905713330022991, + "T": 0.049592431634664536, + "P": 0.0023919553495943546, + "-": 0.4346209168434143 + }, + "id": "tp_27162" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3395262, + "label": "-", + "classification": { + "B": 5.647229500027606e-06, + "S": 9.916703857015818e-05, + "I": 0.0005231298273429275, + "C": 0.0007375730201601982, + "R": 0.0004961947561241686, + "M": 0.0037329879123717546, + "O": 0.0010869287652894855, + "W": 6.27168410574086e-05, + "N": 3.30936090904288e-05, + "Y": 0.026189204305410385, + "U": 6.429478162317537e-06, + "K": 3.52874121745117e-05, + "L": 0.00024446501629427075, + "G": 0.003324996680021286, + "F": 0.017426040023565292, + "E": 0.000155995279783383, + "T": 0.01465434581041336, + "P": 0.010491147637367249, + "-": 0.9206945300102234 + }, + "id": "tp_27163" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3395395, + "label": "-", + "classification": { + "B": 4.7144816051059024e-08, + "S": 1.2051767726006801e-06, + "I": 9.94098445517011e-06, + "C": 1.615716792002786e-05, + "R": 8.104198968794663e-06, + "M": 0.00011508315219543874, + "O": 4.242556315148249e-05, + "W": 7.280630143213784e-07, + "N": 3.7369261463027215e-07, + "Y": 0.002981234807521105, + "U": 4.662667763000172e-08, + "K": 5.211643951952283e-07, + "L": 3.338667966090725e-06, + "G": 0.00016835190763231367, + "F": 0.0031850961968302727, + "E": 2.0158561255811946e-06, + "T": 0.0012848698534071445, + "P": 0.0021373694762587547, + "-": 0.990043044090271 + }, + "id": "tp_27164" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3395529, + "label": "-", + "classification": { + "B": 6.884327063971796e-08, + "S": 1.3545305819206988e-06, + "I": 6.473412668128731e-07, + "C": 0.0017098607495427132, + "R": 0.0005931747728027403, + "M": 0.0029728941153734922, + "O": 0.0005636468413285911, + "W": 1.1984235470663407e-06, + "N": 1.086613021783478e-08, + "Y": 0.22323855757713318, + "U": 2.1772794678298624e-09, + "K": 2.538194223689061e-07, + "L": 0.000526058254763484, + "G": 0.038512278348207474, + "F": 0.01612512208521366, + "E": 4.844174554818892e-07, + "T": 0.009983264841139317, + "P": 5.308651452651247e-06, + "-": 0.7057657837867737 + }, + "id": "tp_27165" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3395629, + "label": "-", + "classification": { + "B": 7.87903298160586e-10, + "S": 6.5993490672155986e-09, + "I": 7.046476184768835e-07, + "C": 2.394394869043026e-05, + "R": 2.2468011593446136e-06, + "M": 2.522204704291653e-05, + "O": 3.47401805811387e-06, + "W": 1.421835715831321e-08, + "N": 6.7757213173536e-09, + "Y": 0.0005881830002181232, + "U": 1.7699612886445948e-09, + "K": 2.5208301224211027e-08, + "L": 6.247245210033725e-07, + "G": 0.00020938157103955746, + "F": 0.0006202789372764528, + "E": 8.00619091023691e-07, + "T": 0.00023259615409187973, + "P": 0.00067258341005072, + "-": 0.9976199269294739 + }, + "id": "tp_27166" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3395762, + "label": "F", + "classification": { + "B": 1.5949177978313855e-08, + "S": 3.818184995907359e-05, + "I": 1.696170897957927e-06, + "C": 0.04355541244149208, + "R": 0.004752569831907749, + "M": 0.005328909028321505, + "O": 0.000901403313037008, + "W": 1.1885356798302382e-05, + "N": 1.4549208060543606e-07, + "Y": 0.10650390386581421, + "U": 3.6042717699302784e-09, + "K": 2.1116809875820763e-05, + "L": 0.0007076019537635148, + "G": 0.2260269969701767, + "F": 0.45805907249450684, + "E": 1.457919552194653e-05, + "T": 0.020164158195257187, + "P": 8.658911610837094e-06, + "-": 0.1339036226272583 + }, + "id": "tp_27167" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3395896, + "label": "-", + "classification": { + "B": 6.57924488223216e-07, + "S": 4.287885531084612e-05, + "I": 3.985795956396032e-06, + "C": 0.08701469749212265, + "R": 0.008805269375443459, + "M": 0.003395945532247424, + "O": 0.0014225266641005874, + "W": 5.5171702115330845e-05, + "N": 7.087822382345621e-07, + "Y": 0.052924443036317825, + "U": 2.792149871311267e-07, + "K": 0.0004343958862591535, + "L": 0.0010518634226173162, + "G": 0.07076657563447952, + "F": 0.3131074607372284, + "E": 3.1976884201867506e-05, + "T": 0.0067932805977761745, + "P": 0.00012395321391522884, + "-": 0.4540240466594696 + }, + "id": "tp_27168" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3396029, + "label": "-", + "classification": { + "B": 1.0124855407411815e-06, + "S": 1.6730462448322214e-05, + "I": 9.73781425273046e-07, + "C": 2.4836836587383004e-07, + "R": 3.424082422043284e-07, + "M": 0.00018256330804433674, + "O": 0.00011850812006741762, + "W": 1.3150017821317306e-06, + "N": 2.778940810799213e-08, + "Y": 0.0014556709211319685, + "U": 4.4191060533105286e-11, + "K": 1.617701883560585e-08, + "L": 1.5044038264022674e-06, + "G": 0.00017352166469208896, + "F": 0.004847890697419643, + "E": 6.605002909054747e-07, + "T": 0.0008598690619692206, + "P": 0.0002571946824900806, + "-": 0.992081880569458 + }, + "id": "tp_27169" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3396129, + "label": "-", + "classification": { + "B": 2.67552059085574e-06, + "S": 3.9422648114850745e-06, + "I": 6.572035999852233e-06, + "C": 0.00019592214084696025, + "R": 3.9163209294201806e-05, + "M": 0.0005784732638858259, + "O": 8.07339238235727e-05, + "W": 1.0405058219475904e-06, + "N": 2.1558393825671374e-07, + "Y": 0.0023226693738251925, + "U": 2.9121959954636623e-08, + "K": 1.791827486385955e-07, + "L": 5.3680978453485295e-05, + "G": 0.0017880030209198594, + "F": 0.02091771923005581, + "E": 2.069230868073646e-05, + "T": 0.0007959756185300648, + "P": 0.002387442858889699, + "-": 0.9708049297332764 + }, + "id": "tp_27170" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3396263, + "label": "-", + "classification": { + "B": 1.0314825438229036e-08, + "S": 2.9796530043313396e-07, + "I": 3.492158953122271e-07, + "C": 0.0007424987270496786, + "R": 0.00016989870346151292, + "M": 0.0004359489248599857, + "O": 6.899720028741285e-05, + "W": 3.7522178786275617e-07, + "N": 6.0703810866868935e-09, + "Y": 0.008040339685976505, + "U": 3.847083096530923e-09, + "K": 9.395469646733545e-08, + "L": 0.00011936231749132276, + "G": 0.00367503403685987, + "F": 0.03345220908522606, + "E": 4.435657956491923e-07, + "T": 0.0018323922995477915, + "P": 5.631978274323046e-05, + "-": 0.95140540599823 + }, + "id": "tp_27171" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3396396, + "label": "-", + "classification": { + "B": 2.1398028238195366e-08, + "S": 1.3570429757692182e-07, + "I": 1.9922836713703873e-08, + "C": 1.429356984772312e-06, + "R": 4.347016329120379e-07, + "M": 0.00028214228223077953, + "O": 2.9503877158276737e-05, + "W": 1.9733930045617853e-08, + "N": 2.397825549227406e-10, + "Y": 0.0007543857209384441, + "U": 2.2872521585060035e-11, + "K": 8.026120740245446e-11, + "L": 1.870327650976833e-05, + "G": 0.0003100464818999171, + "F": 0.0018841002602130175, + "E": 9.207571594060937e-08, + "T": 0.00028414014377631247, + "P": 2.346883229620289e-05, + "-": 0.9964115023612976 + }, + "id": "tp_27172" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3396530, + "label": "-", + "classification": { + "B": 7.227305559354136e-06, + "S": 7.54992743168259e-06, + "I": 0.0003806280728895217, + "C": 0.000418681709561497, + "R": 0.0002369131107116118, + "M": 0.004773321561515331, + "O": 0.0004952246672473848, + "W": 1.40879401442362e-05, + "N": 1.7106925952248275e-05, + "Y": 0.017092805355787277, + "U": 9.946496902557556e-06, + "K": 5.388099907577271e-06, + "L": 0.00025066768284887075, + "G": 0.002377126133069396, + "F": 0.006397054065018892, + "E": 0.00015298974176403135, + "T": 0.0167641993612051, + "P": 0.010272338055074215, + "-": 0.9403267502784729 + }, + "id": "tp_27173" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3396630, + "label": "P", + "classification": { + "B": 1.4394888059321431e-11, + "S": 5.311460160584147e-10, + "I": 0.0007553959148935974, + "C": 1.99284464486027e-08, + "R": 1.753607148380354e-09, + "M": 1.0408473372081062e-07, + "O": 5.535091052166763e-09, + "W": 1.2889381229008734e-10, + "N": 4.7746812015248e-06, + "Y": 2.9279683531058254e-06, + "U": 3.620448385532882e-11, + "K": 7.162585191622384e-09, + "L": 4.53725078342071e-11, + "G": 5.25729078049153e-08, + "F": 2.168283117498504e-06, + "E": 1.2320178939262405e-05, + "T": 2.125310857081786e-06, + "P": 0.9853376746177673, + "-": 0.01388249360024929 + }, + "id": "tp_27174" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3396763, + "label": "P", + "classification": { + "B": 1.2387737058361381e-08, + "S": 4.4821790723403865e-09, + "I": 0.00044430134585127234, + "C": 2.446510052322992e-07, + "R": 1.1154754453457372e-08, + "M": 2.889276800033258e-07, + "O": 1.835239693548374e-08, + "W": 9.597744821121523e-10, + "N": 6.323446086753393e-06, + "Y": 4.32232923230913e-07, + "U": 1.7566431642634939e-09, + "K": 3.2058911081378483e-09, + "L": 2.7576849692678707e-09, + "G": 8.316853268297564e-07, + "F": 2.244544248242164e-06, + "E": 0.00011121625720988959, + "T": 9.846554576142807e-07, + "P": 0.9968097805976868, + "-": 0.0026233086828142405 + }, + "id": "tp_27175" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3396897, + "label": "P", + "classification": { + "B": 4.2095198296010494e-05, + "S": 2.3349919501924887e-05, + "I": 0.004562343470752239, + "C": 0.0002002302062464878, + "R": 2.8542233849293552e-05, + "M": 0.00021082034800201654, + "O": 6.706731801386923e-05, + "W": 2.6764279027702287e-05, + "N": 0.001146895345300436, + "Y": 0.0004890557611361146, + "U": 2.35462994169211e-05, + "K": 0.0005480143008753657, + "L": 1.0658244718797505e-05, + "G": 0.0013575208140537143, + "F": 0.010341325774788857, + "E": 0.0339939147233963, + "T": 0.0005279913311824203, + "P": 0.8473577499389648, + "-": 0.09904206544160843 + }, + "id": "tp_27176" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3397030, + "label": "P", + "classification": { + "B": 3.9935760254294905e-10, + "S": 1.872209498543498e-09, + "I": 0.019934389740228653, + "C": 1.3464824633047101e-06, + "R": 1.4325523878255808e-08, + "M": 1.5639659523003502e-07, + "O": 4.623945226711612e-09, + "W": 1.2086693867985332e-09, + "N": 6.4213847508654e-05, + "Y": 7.336948897318507e-07, + "U": 3.786093383251199e-10, + "K": 7.815084757112345e-08, + "L": 1.5732953828617724e-10, + "G": 3.155768979468121e-07, + "F": 1.0165178991883295e-06, + "E": 0.0010742879239842296, + "T": 2.2782366215778893e-07, + "P": 0.978228747844696, + "-": 0.0006943897460587323 + }, + "id": "tp_27177" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3397130, + "label": "I", + "classification": { + "B": 9.228562703356147e-06, + "S": 4.999018074158812e-06, + "I": 0.6669363975524902, + "C": 0.0003356665256433189, + "R": 4.842777343583293e-05, + "M": 0.00023551570484414697, + "O": 2.4036693503148854e-05, + "W": 2.554685352151864e-06, + "N": 0.004853161983191967, + "Y": 0.0009093363187275827, + "U": 5.385055033002573e-07, + "K": 9.812513326323824e-07, + "L": 5.788066573586548e-06, + "G": 0.00024290305736940354, + "F": 3.4236123610753566e-05, + "E": 0.0038167887832969427, + "T": 0.0005505401059053838, + "P": 0.31389403343200684, + "-": 0.008094766177237034 + }, + "id": "tp_27178" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3397264, + "label": "P", + "classification": { + "B": 4.769178190144885e-07, + "S": 2.065927873218243e-09, + "I": 0.0004932890878990293, + "C": 1.3301028047862928e-06, + "R": 4.6092381467133237e-08, + "M": 5.307283004185592e-07, + "O": 4.2400376543128004e-08, + "W": 3.645871604618378e-09, + "N": 3.385453737791977e-06, + "Y": 1.0388251894255518e-06, + "U": 5.9334763768958965e-09, + "K": 4.163692501890637e-09, + "L": 1.7092363080450923e-08, + "G": 5.296096787787974e-06, + "F": 1.4533152352669276e-05, + "E": 0.00031097617466002703, + "T": 1.7329952015643357e-06, + "P": 0.9864192605018616, + "-": 0.012747932225465775 + }, + "id": "tp_27179" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3397397, + "label": "P", + "classification": { + "B": 1.4517243310252503e-11, + "S": 4.910761467608049e-12, + "I": 2.0360659618745558e-05, + "C": 5.9459569712316807e-08, + "R": 7.568924931256049e-10, + "M": 1.6018311121968054e-09, + "O": 2.335406312781174e-10, + "W": 1.428157418714715e-11, + "N": 5.482323217620433e-08, + "Y": 2.0347381735064118e-07, + "U": 6.812565095382084e-11, + "K": 2.4414155141982974e-09, + "L": 9.08588915909947e-12, + "G": 6.806575214568511e-08, + "F": 3.906664005626226e-06, + "E": 9.712800419947598e-06, + "T": 3.77102651327732e-08, + "P": 0.9379062056541443, + "-": 0.06205933168530464 + }, + "id": "tp_27180" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3397531, + "label": "P", + "classification": { + "B": 3.572836703824578e-06, + "S": 1.676875285738788e-06, + "I": 0.006106702145189047, + "C": 1.603849341336172e-05, + "R": 1.2652045597860706e-06, + "M": 1.4115851627138909e-05, + "O": 2.636183580762008e-06, + "W": 1.1630683047769708e-06, + "N": 0.0004920746432617307, + "Y": 1.7887847207020968e-05, + "U": 4.36464375752621e-07, + "K": 9.935371053870767e-06, + "L": 3.736444114110782e-07, + "G": 3.05990397464484e-05, + "F": 0.00016469950787723064, + "E": 0.007039004471153021, + "T": 2.0634959582821466e-05, + "P": 0.9761196374893188, + "-": 0.009957639500498772 + }, + "id": "tp_27181" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3397631, + "label": "P", + "classification": { + "B": 9.9720534763037e-07, + "S": 1.9999588118935208e-07, + "I": 0.0018330109305679798, + "C": 9.664886601967737e-05, + "R": 2.5817851110332413e-06, + "M": 4.332742901169695e-05, + "O": 3.853237558359979e-06, + "W": 2.042051363559949e-07, + "N": 4.0997805626830086e-05, + "Y": 0.0001845238293753937, + "U": 4.146671415128367e-07, + "K": 1.3739480664298753e-06, + "L": 1.0356061466154642e-06, + "G": 0.00019606432761065662, + "F": 0.0012121235486119986, + "E": 0.0016638843808323145, + "T": 0.00010261907300446182, + "P": 0.7549415826797485, + "-": 0.23967455327510834 + }, + "id": "tp_27182" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3397764, + "label": "P", + "classification": { + "B": 5.899475127080223e-06, + "S": 1.3254225450509693e-05, + "I": 0.06620816886425018, + "C": 0.0009868574561551213, + "R": 0.00026211526710540056, + "M": 0.0001426629169145599, + "O": 5.917735325056128e-05, + "W": 2.3067574147717096e-05, + "N": 0.0014761670026928186, + "Y": 0.0030972196254879236, + "U": 1.5463356248801574e-05, + "K": 0.0001304582110606134, + "L": 1.2463525308703538e-05, + "G": 0.0006411275244317949, + "F": 0.0034799305722117424, + "E": 0.0041595036163926125, + "T": 0.000535998900886625, + "P": 0.7703607678413391, + "-": 0.14838969707489014 + }, + "id": "tp_27183" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3397898, + "label": "P", + "classification": { + "B": 2.4361310746456866e-09, + "S": 1.473602795343254e-09, + "I": 0.0003860718570649624, + "C": 8.650428071632632e-07, + "R": 4.0592620820234515e-08, + "M": 9.235763513970596e-07, + "O": 7.769720156147741e-08, + "W": 3.571995588202981e-09, + "N": 2.1449909581860993e-06, + "Y": 1.1220431588299107e-05, + "U": 6.536370555920712e-09, + "K": 4.1558177343858915e-08, + "L": 6.8720953372292115e-09, + "G": 2.1113251023052726e-06, + "F": 3.617212132667191e-05, + "E": 6.355540244840086e-05, + "T": 7.484754405595595e-06, + "P": 0.8207005262374878, + "-": 0.17878872156143188 + }, + "id": "tp_27184" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3398031, + "label": "P", + "classification": { + "B": 4.678476273056731e-07, + "S": 9.084213274945796e-07, + "I": 0.016550475731492043, + "C": 0.00014905279385857284, + "R": 1.8451108189765364e-05, + "M": 4.559869194054045e-05, + "O": 4.836057541979244e-06, + "W": 8.230699108935369e-07, + "N": 0.0002775549655780196, + "Y": 0.00022563380480278283, + "U": 9.254218298337946e-07, + "K": 1.534545299364254e-05, + "L": 1.325782477579196e-06, + "G": 0.00021005784219596535, + "F": 0.0010373182594776154, + "E": 0.0038361605256795883, + "T": 0.0001347203942714259, + "P": 0.8998499512672424, + "-": 0.07764044404029846 + }, + "id": "tp_27185" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3398131, + "label": "P", + "classification": { + "B": 3.7783563584525837e-06, + "S": 4.625969722837908e-07, + "I": 0.00339800538495183, + "C": 9.274161857319996e-05, + "R": 4.093626102985581e-06, + "M": 0.00010266079334542155, + "O": 1.0344806469220202e-05, + "W": 1.0501327096790192e-06, + "N": 0.00013362384925130755, + "Y": 0.0005376643384806812, + "U": 1.6822236830194015e-06, + "K": 1.759893712005578e-05, + "L": 1.2787604646291584e-06, + "G": 0.0001688572665443644, + "F": 0.0008524266304448247, + "E": 0.00977078452706337, + "T": 0.00019320756837259978, + "P": 0.7071665525436401, + "-": 0.2775431275367737 + }, + "id": "tp_27186" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3398265, + "label": "P", + "classification": { + "B": 1.4429991646025542e-09, + "S": 4.4945344668256837e-10, + "I": 0.0002687041705939919, + "C": 8.715564376871043e-07, + "R": 2.1603158373295628e-08, + "M": 3.4142718163820973e-07, + "O": 3.455771846461175e-08, + "W": 2.5269550896211967e-09, + "N": 3.0175974643498193e-06, + "Y": 7.544609161413973e-06, + "U": 2.6221853577368393e-09, + "K": 3.123385852177307e-07, + "L": 5.994379437268549e-10, + "G": 6.143608857200888e-07, + "F": 4.643546708393842e-05, + "E": 0.00022754659585189074, + "T": 1.6275303096335847e-06, + "P": 0.8058512806892395, + "-": 0.19359160959720612 + }, + "id": "tp_27187" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3398398, + "label": "P", + "classification": { + "B": 8.387050498548376e-10, + "S": 1.0611551637396133e-09, + "I": 1.0149881745746825e-05, + "C": 8.366471404563924e-10, + "R": 1.3440400181696788e-10, + "M": 2.8006017505077807e-09, + "O": 1.3921590547028018e-09, + "W": 8.795083411561322e-11, + "N": 6.080324510548962e-07, + "Y": 6.407487429527237e-09, + "U": 4.073059944875723e-11, + "K": 2.5269206727074334e-09, + "L": 1.8553880654081922e-11, + "G": 2.13019628603206e-08, + "F": 2.023595698119607e-06, + "E": 6.6967218117497396e-06, + "T": 2.7715886474766194e-08, + "P": 0.9991347193717957, + "-": 0.0008458251832053065 + }, + "id": "tp_27188" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3398532, + "label": "P", + "classification": { + "B": 2.798553611071952e-10, + "S": 4.613117526863775e-11, + "I": 3.828029366559349e-05, + "C": 2.9084996633343962e-09, + "R": 5.3334978794561394e-11, + "M": 3.547280869042879e-08, + "O": 3.8878381070084345e-10, + "W": 1.2606654435642906e-11, + "N": 4.795072072738549e-07, + "Y": 8.534501461099353e-08, + "U": 7.389713840844081e-12, + "K": 1.5265004538189686e-10, + "L": 1.3152525075998955e-11, + "G": 4.565845657111822e-08, + "F": 1.4974072826134943e-07, + "E": 7.239032129291445e-05, + "T": 5.5947673160972045e-08, + "P": 0.9992885589599609, + "-": 0.0005997326807118952 + }, + "id": "tp_27189" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3398632, + "label": "P", + "classification": { + "B": 8.503007742355351e-10, + "S": 6.358069071232819e-10, + "I": 0.000927825691178441, + "C": 4.5568461359835055e-07, + "R": 3.345278898336801e-08, + "M": 4.848431700565925e-08, + "O": 9.737192385728122e-09, + "W": 1.7173992228336488e-09, + "N": 2.3943694031913765e-05, + "Y": 1.6775079529907089e-06, + "U": 9.271355905227097e-10, + "K": 4.0729517536419735e-07, + "L": 1.806393645775728e-10, + "G": 9.032198136083025e-07, + "F": 6.611094704567222e-06, + "E": 0.0004994001355953515, + "T": 2.589696066479519e-07, + "P": 0.9968980550765991, + "-": 0.001640361500903964 + }, + "id": "tp_27190" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3398765, + "label": "-", + "classification": { + "B": 8.620041626272723e-06, + "S": 1.1546138921403326e-05, + "I": 0.004340108949691057, + "C": 0.0007742926245555282, + "R": 0.00012673776654992253, + "M": 0.00022326098405756056, + "O": 0.00014053205086383969, + "W": 1.8888365957536735e-05, + "N": 0.00030101180891506374, + "Y": 0.001428593648597598, + "U": 2.796993067022413e-05, + "K": 4.709200220531784e-05, + "L": 3.559073593351059e-05, + "G": 0.0007078545750118792, + "F": 0.007091820240020752, + "E": 0.0016014915890991688, + "T": 0.00115252158138901, + "P": 0.43493032455444336, + "-": 0.5470317602157593 + }, + "id": "tp_27191" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3398899, + "label": "P", + "classification": { + "B": 3.1178369681583717e-06, + "S": 2.237977923869039e-06, + "I": 0.0044786506332457066, + "C": 0.00012261225492693484, + "R": 9.015688192448579e-06, + "M": 3.8152207707753405e-05, + "O": 1.6181675164261833e-05, + "W": 4.193500444671372e-06, + "N": 0.0007099400390870869, + "Y": 0.00020237776334397495, + "U": 1.9125086510030087e-06, + "K": 7.516898040194064e-05, + "L": 9.619806178307044e-07, + "G": 0.0001766955538187176, + "F": 0.0008527990430593491, + "E": 0.016816632822155952, + "T": 5.771441283286549e-05, + "P": 0.9213208556175232, + "-": 0.055110860615968704 + }, + "id": "tp_27192" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3399032, + "label": "P", + "classification": { + "B": 8.409715590573796e-09, + "S": 7.19759256639918e-08, + "I": 0.0002695900038816035, + "C": 4.810798515109127e-08, + "R": 8.170900400727987e-09, + "M": 4.227312047078158e-07, + "O": 1.7583145961452828e-07, + "W": 6.637853822155648e-09, + "N": 1.849384352681227e-05, + "Y": 9.592041578798671e-07, + "U": 2.2202284455374866e-09, + "K": 1.2527817716545542e-07, + "L": 2.7027846627447616e-09, + "G": 9.491472496847564e-07, + "F": 2.462026350258384e-05, + "E": 4.993714173906483e-05, + "T": 4.076094683114206e-06, + "P": 0.9841262102127075, + "-": 0.015504330396652222 + }, + "id": "tp_27193" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3399132, + "label": "P", + "classification": { + "B": 9.483407126253951e-08, + "S": 4.662315333803235e-08, + "I": 0.0006842146976850927, + "C": 9.198898851536796e-07, + "R": 4.2770754049570314e-08, + "M": 1.2366718920020503e-06, + "O": 1.5826304888832965e-07, + "W": 2.6173127665174434e-08, + "N": 3.557304080459289e-05, + "Y": 7.411170372506604e-06, + "U": 2.123979747636895e-08, + "K": 8.03975183316652e-07, + "L": 8.434567710935426e-09, + "G": 1.8599697568788542e-06, + "F": 5.93137665418908e-05, + "E": 0.00043553984141908586, + "T": 5.231269824435003e-06, + "P": 0.9798708558082581, + "-": 0.018896467983722687 + }, + "id": "tp_27194" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3399266, + "label": "P", + "classification": { + "B": 3.3134346377750035e-09, + "S": 4.6089279948091644e-08, + "I": 0.0001599685347173363, + "C": 2.4371383133825475e-08, + "R": 2.1416985962474655e-09, + "M": 1.0740716049895127e-07, + "O": 4.188463975651757e-08, + "W": 6.105834504666063e-09, + "N": 1.3621413017972372e-05, + "Y": 7.90059573319013e-07, + "U": 3.4040983365457578e-09, + "K": 5.192224534766865e-07, + "L": 8.755329794496447e-10, + "G": 3.3512748132125125e-07, + "F": 5.257950033410452e-05, + "E": 0.00013818350271321833, + "T": 1.2210382465127623e-06, + "P": 0.9901907444000244, + "-": 0.009441763162612915 + }, + "id": "tp_27195" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3399399, + "label": "P", + "classification": { + "B": 1.1635160035439185e-06, + "S": 4.5155371708460734e-07, + "I": 0.0038015935570001602, + "C": 9.521038009552285e-06, + "R": 8.440085252914287e-07, + "M": 9.933670298778452e-06, + "O": 1.666227603891457e-06, + "W": 2.613534491047176e-07, + "N": 0.000276347593171522, + "Y": 1.4023746189195663e-05, + "U": 3.734262463694904e-07, + "K": 3.9755168472765945e-06, + "L": 1.8448302796514326e-07, + "G": 2.2575737602892332e-05, + "F": 0.00012648133269976825, + "E": 0.0029864958487451077, + "T": 1.750717819959391e-05, + "P": 0.9773311018943787, + "-": 0.015395508147776127 + }, + "id": "tp_27196" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3399533, + "label": "P", + "classification": { + "B": 1.7921820472110994e-07, + "S": 1.464782030780043e-06, + "I": 0.0004055839963257313, + "C": 3.014187655026035e-07, + "R": 3.9031622378615793e-08, + "M": 2.6229045033687726e-06, + "O": 1.517017722107994e-06, + "W": 2.3379051583560795e-07, + "N": 9.185545786749572e-05, + "Y": 9.678632522991393e-06, + "U": 9.018508961844418e-08, + "K": 2.2115293631941313e-06, + "L": 3.607948784178916e-08, + "G": 3.0976480047684163e-06, + "F": 0.00012482945749070495, + "E": 0.0002752851869445294, + "T": 2.447789302095771e-05, + "P": 0.9809252619743347, + "-": 0.018131211400032043 + }, + "id": "tp_27197" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3399633, + "label": "P", + "classification": { + "B": 3.200101517109033e-08, + "S": 3.159112793582608e-07, + "I": 0.0002644532942213118, + "C": 7.417195888592687e-07, + "R": 6.855373868575043e-08, + "M": 4.482042754716531e-07, + "O": 4.943736371387786e-07, + "W": 9.652775645463407e-08, + "N": 4.309479845687747e-05, + "Y": 3.3010635434038704e-06, + "U": 5.412630699197507e-08, + "K": 2.9645734684891067e-06, + "L": 8.727157663201979e-09, + "G": 1.3779870187136112e-06, + "F": 0.00017151501378975809, + "E": 0.00022728829935658723, + "T": 5.090669219498523e-06, + "P": 0.9775540232658386, + "-": 0.021724654361605644 + }, + "id": "tp_27198" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3399766, + "label": "P", + "classification": { + "B": 3.555357579898555e-06, + "S": 1.958719394679065e-06, + "I": 0.01764603704214096, + "C": 0.00020239606965333223, + "R": 2.359835161769297e-05, + "M": 0.0004376523138489574, + "O": 1.7603997548576444e-05, + "W": 1.7680559949440067e-06, + "N": 0.00025474021094851196, + "Y": 0.00575961684808135, + "U": 1.4480673371508601e-06, + "K": 5.3259998821886256e-05, + "L": 4.040722160425503e-06, + "G": 0.0014478334924206138, + "F": 0.003114881459623575, + "E": 0.01767432503402233, + "T": 0.0006575712468475103, + "P": 0.5902804732322693, + "-": 0.3624172806739807 + }, + "id": "tp_27199" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3399900, + "label": "P", + "classification": { + "B": 8.359488390397019e-08, + "S": 1.1650196363177656e-08, + "I": 0.0024214396253228188, + "C": 2.8647336876019835e-06, + "R": 5.397878055646288e-08, + "M": 2.288617679369054e-06, + "O": 5.496651667158403e-08, + "W": 8.401170425997861e-09, + "N": 4.167711813352071e-05, + "Y": 3.0336670988617698e-06, + "U": 8.593953992885872e-09, + "K": 1.164422727129022e-07, + "L": 9.283989577113516e-09, + "G": 4.058716967847431e-06, + "F": 8.726314263185486e-06, + "E": 0.002068227156996727, + "T": 1.3366943676373921e-06, + "P": 0.9921702742576599, + "-": 0.0032755923457443714 + }, + "id": "tp_27200" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3400000, + "label": "P", + "classification": { + "B": 7.443064191647863e-07, + "S": 4.810335099136864e-07, + "I": 0.08762103319168091, + "C": 6.0860962548758835e-05, + "R": 5.130887529958272e-06, + "M": 5.068275277153589e-05, + "O": 1.8489065496396506e-06, + "W": 3.302575066754798e-07, + "N": 0.0009966909419745207, + "Y": 0.0005352591397240758, + "U": 1.1969966351443873e-07, + "K": 6.983605544519378e-06, + "L": 2.2016600098595518e-07, + "G": 8.91194649739191e-05, + "F": 0.0001630610495340079, + "E": 0.011678270064294338, + "T": 0.00011340619676047936, + "P": 0.8790782690048218, + "-": 0.019597619771957397 + }, + "id": "tp_27201" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3400133, + "label": "I", + "classification": { + "B": 3.1205079721985385e-05, + "S": 5.628415965475142e-05, + "I": 0.6674839854240417, + "C": 0.0064500984735786915, + "R": 0.00161120411939919, + "M": 0.0009338732925243676, + "O": 0.00026526267174631357, + "W": 9.773546480573714e-05, + "N": 0.03219166398048401, + "Y": 0.006861348170787096, + "U": 2.0719890017062426e-05, + "K": 0.0012773515190929174, + "L": 4.147285289946012e-05, + "G": 0.006228969432413578, + "F": 0.001776277320459485, + "E": 0.028796901926398277, + "T": 0.0017766194650903344, + "P": 0.23092898726463318, + "-": 0.013170072808861732 + }, + "id": "tp_27202" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3400267, + "label": "I", + "classification": { + "B": 0.00029103216365911067, + "S": 0.0004221662529744208, + "I": 0.39818230271339417, + "C": 0.17559464275836945, + "R": 0.012522674165666103, + "M": 0.028433706611394882, + "O": 0.0010449572000652552, + "W": 0.00013982558448333293, + "N": 0.011580626480281353, + "Y": 0.00787593238055706, + "U": 9.554541975376196e-06, + "K": 6.824836600571871e-05, + "L": 0.0017476006178185344, + "G": 0.09835944324731827, + "F": 0.0011958866380155087, + "E": 0.22849728167057037, + "T": 0.003183063818141818, + "P": 0.026968196034431458, + "-": 0.00388287752866745 + }, + "id": "tp_27203" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3400400, + "label": "I", + "classification": { + "B": 2.10275075573918e-07, + "S": 1.7916626120495494e-06, + "I": 0.9641646146774292, + "C": 0.015466981567442417, + "R": 0.00032197381369769573, + "M": 0.0008173785172402859, + "O": 3.475425501164864e-06, + "W": 1.9963789554822142e-07, + "N": 0.0015717233764007688, + "Y": 0.00011169101344421506, + "U": 1.0869392053081128e-09, + "K": 5.564067251384586e-08, + "L": 1.2104327424822259e-06, + "G": 0.004187650512903929, + "F": 7.064237479426083e-07, + "E": 0.01202120166271925, + "T": 3.7473007978405803e-05, + "P": 0.0012861535651609302, + "-": 5.577801402978366e-06 + }, + "id": "tp_27204" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3400501, + "label": "I", + "classification": { + "B": 1.2531218089861795e-06, + "S": 3.9086367905838415e-05, + "I": 0.7772645950317383, + "C": 0.15674567222595215, + "R": 0.0032577957026660442, + "M": 0.0037105996161699295, + "O": 7.166685827542096e-05, + "W": 6.253150786506012e-06, + "N": 0.011155839078128338, + "Y": 0.0007012754213064909, + "U": 3.3481942551816246e-08, + "K": 2.6947755031869747e-05, + "L": 1.543178950669244e-05, + "G": 0.02635020576417446, + "F": 3.188907794537954e-05, + "E": 0.017938587814569473, + "T": 0.000990715459920466, + "P": 0.0016263778088614345, + "-": 6.58272037981078e-05 + }, + "id": "tp_27205" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3400634, + "label": "I", + "classification": { + "B": 1.8310414517941354e-08, + "S": 1.4024917049937358e-07, + "I": 0.9900571703910828, + "C": 0.0032015074975788593, + "R": 3.8815735024400055e-05, + "M": 3.4683645935729146e-05, + "O": 3.9272191543204826e-07, + "W": 3.1581368631350415e-08, + "N": 0.0035785906948149204, + "Y": 7.056137110339478e-05, + "U": 7.902512672020023e-11, + "K": 3.049300687507639e-07, + "L": 1.9341385382176668e-08, + "G": 0.0006096645374782383, + "F": 8.21082366542214e-08, + "E": 0.0022866062354296446, + "T": 1.7954760551219806e-05, + "P": 0.0001031208157655783, + "-": 3.8799041135462176e-07 + }, + "id": "tp_27206" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3400767, + "label": "I", + "classification": { + "B": 9.75004440988414e-05, + "S": 0.0001569705200381577, + "I": 0.7462235689163208, + "C": 0.09126555174589157, + "R": 0.00517801521345973, + "M": 0.009767038747668266, + "O": 0.00022230407921597362, + "W": 4.175592039246112e-05, + "N": 0.004773453343659639, + "Y": 0.005954151973128319, + "U": 3.3636385978752514e-06, + "K": 2.3567919924971648e-05, + "L": 0.0004578939115162939, + "G": 0.02832362800836563, + "F": 0.0002794467145577073, + "E": 0.08389640599489212, + "T": 0.0015049746725708246, + "P": 0.019917991012334824, + "-": 0.0019124073442071676 + }, + "id": "tp_27207" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3400901, + "label": "I", + "classification": { + "B": 6.793109059799463e-05, + "S": 5.137560947332531e-05, + "I": 0.5011089444160461, + "C": 0.3076823055744171, + "R": 0.0063859401270747185, + "M": 0.004409876186400652, + "O": 8.26426112325862e-05, + "W": 1.967313619388733e-05, + "N": 0.005971739999949932, + "Y": 0.005367886275053024, + "U": 1.081196273844398e-06, + "K": 8.93796550371917e-06, + "L": 8.550520578864962e-05, + "G": 0.04008089751005173, + "F": 0.00016215379582718015, + "E": 0.10301724821329117, + "T": 0.0009444528841413558, + "P": 0.02362186461687088, + "-": 0.0009295795462094247 + }, + "id": "tp_27208" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3401001, + "label": "I", + "classification": { + "B": 1.8760738385026343e-05, + "S": 6.617980488954345e-06, + "I": 0.5775100588798523, + "C": 0.01970289647579193, + "R": 0.0008594651008024812, + "M": 0.0021699939388781786, + "O": 3.638251655502245e-05, + "W": 3.3679032185318647e-06, + "N": 0.006037192884832621, + "Y": 0.0027220183983445168, + "U": 2.6074280867760535e-06, + "K": 7.331356300710468e-06, + "L": 2.491659324732609e-05, + "G": 0.00399527745321393, + "F": 0.00028779800049960613, + "E": 0.06422406435012817, + "T": 0.0008486799197271466, + "P": 0.30691707134246826, + "-": 0.014625467360019684 + }, + "id": "tp_27209" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3401134, + "label": "I", + "classification": { + "B": 0.0007910227286629379, + "S": 0.0005595360998995602, + "I": 0.46184128522872925, + "C": 0.31442463397979736, + "R": 0.04991050064563751, + "M": 0.029220396652817726, + "O": 0.002176612615585327, + "W": 0.0006889402284286916, + "N": 0.005391670856624842, + "Y": 0.020082879811525345, + "U": 0.0002562968584243208, + "K": 3.369458136148751e-05, + "L": 0.004050642251968384, + "G": 0.039247065782547, + "F": 0.0007544767577201128, + "E": 0.022051801905035973, + "T": 0.009856182150542736, + "P": 0.026810238137841225, + "-": 0.011852193623781204 + }, + "id": "tp_27210" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3401268, + "label": "I", + "classification": { + "B": 1.5822340628801612e-06, + "S": 1.8729434714259696e-06, + "I": 0.9648981094360352, + "C": 0.0007377676083706319, + "R": 4.9590169510338455e-05, + "M": 3.8567493902519345e-05, + "O": 1.8201366174253053e-06, + "W": 3.1840752967582375e-07, + "N": 0.008134975098073483, + "Y": 0.0001539229997433722, + "U": 5.53764589739103e-09, + "K": 1.9499841528158868e-06, + "L": 7.251128408825025e-07, + "G": 0.0012063320027664304, + "F": 2.4020991986617446e-06, + "E": 0.02255733124911785, + "T": 2.494218642823398e-05, + "P": 0.002182201948016882, + "-": 5.569484983425355e-06 + }, + "id": "tp_27211" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3401401, + "label": "I", + "classification": { + "B": 6.783223398088012e-06, + "S": 0.00018034156528301537, + "I": 0.9305721521377563, + "C": 0.011868725530803204, + "R": 0.0006366359884850681, + "M": 0.0003328696475364268, + "O": 6.432533700717613e-05, + "W": 1.6807078281999566e-05, + "N": 0.047468602657318115, + "Y": 0.0013563336106017232, + "U": 8.58160333905289e-08, + "K": 1.4035888852959033e-05, + "L": 4.897700819128659e-06, + "G": 0.002378406235948205, + "F": 7.419856956403237e-06, + "E": 0.00355476513504982, + "T": 0.000651171721983701, + "P": 0.0008712182752788067, + "-": 1.4379034837475047e-05 + }, + "id": "tp_27212" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3401502, + "label": "I", + "classification": { + "B": 2.8321685022092424e-05, + "S": 4.288952914066613e-05, + "I": 0.8253782391548157, + "C": 0.11940804123878479, + "R": 0.008949344046413898, + "M": 0.005583369173109531, + "O": 0.00014826531696598977, + "W": 2.217686051153578e-05, + "N": 0.010101737454533577, + "Y": 0.0021343324333429337, + "U": 1.430414727110474e-06, + "K": 8.354503734153695e-06, + "L": 8.256867295131087e-05, + "G": 0.011366226710379124, + "F": 2.5207204089383595e-05, + "E": 0.011925661005079746, + "T": 0.0012180785415694118, + "P": 0.003318611066788435, + "-": 0.0002569957869127393 + }, + "id": "tp_27213" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3401635, + "label": "I", + "classification": { + "B": 0.00017051938630174845, + "S": 0.0007301263394765556, + "I": 0.5652613639831543, + "C": 0.04776657745242119, + "R": 0.008160281926393509, + "M": 0.00648860726505518, + "O": 0.0010009787511080503, + "W": 0.00020633645181078464, + "N": 0.04561246186494827, + "Y": 0.009390832856297493, + "U": 2.5429046218050644e-05, + "K": 0.0009555711294524372, + "L": 0.0004900754429399967, + "G": 0.06593812257051468, + "F": 0.004381098784506321, + "E": 0.07935835421085358, + "T": 0.007069706451147795, + "P": 0.14766424894332886, + "-": 0.009329356253147125 + }, + "id": "tp_27214" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3401768, + "label": "I", + "classification": { + "B": 0.00010742929589468986, + "S": 2.1690584617317654e-05, + "I": 0.37322819232940674, + "C": 0.026628980413079262, + "R": 0.0015969066880643368, + "M": 0.00971100851893425, + "O": 0.0001085729745682329, + "W": 1.3878795471100602e-05, + "N": 0.006872744299471378, + "Y": 0.006092030089348555, + "U": 2.3269358280231245e-05, + "K": 0.00010611655307002366, + "L": 0.00011337741307215765, + "G": 0.011481213383376598, + "F": 0.0013186975847929716, + "E": 0.22756662964820862, + "T": 0.001404068199917674, + "P": 0.29557564854621887, + "-": 0.038029592484235764 + }, + "id": "tp_27215" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3401902, + "label": "I", + "classification": { + "B": 3.1707629659649683e-06, + "S": 8.098749276541639e-06, + "I": 0.886904239654541, + "C": 0.0020699272863566875, + "R": 8.892645564628765e-05, + "M": 0.0002071456692647189, + "O": 7.756107152090408e-06, + "W": 1.600860855432984e-06, + "N": 0.024753108620643616, + "Y": 0.0006044003530405462, + "U": 1.0180708720497478e-08, + "K": 6.481418677140027e-05, + "L": 1.361335762339877e-06, + "G": 0.006075913552194834, + "F": 1.180802246381063e-05, + "E": 0.07676871120929718, + "T": 7.925614772830158e-05, + "P": 0.0023375737946480513, + "-": 1.2167916793259792e-05 + }, + "id": "tp_27216" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3402002, + "label": "I", + "classification": { + "B": 8.123781647384476e-09, + "S": 1.6433855165587374e-08, + "I": 0.988807201385498, + "C": 0.0006344424327835441, + "R": 1.3023785868426785e-05, + "M": 1.087828422896564e-05, + "O": 1.2369231683351245e-07, + "W": 6.769340199497265e-09, + "N": 0.0013467032695189118, + "Y": 0.0001528151915408671, + "U": 8.954240682257364e-10, + "K": 3.097270848684275e-07, + "L": 1.1760977081110013e-08, + "G": 9.722607501316816e-05, + "F": 7.30444469354552e-07, + "E": 0.002913523931056261, + "T": 1.140939275501296e-05, + "P": 0.005976940505206585, + "-": 3.475590710877441e-05 + }, + "id": "tp_27217" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3402135, + "label": "I", + "classification": { + "B": 1.214101189361827e-06, + "S": 4.866883500653785e-06, + "I": 0.9879549741744995, + "C": 0.0038592119235545397, + "R": 0.0006211116560734808, + "M": 0.0002914047217927873, + "O": 1.3751647202298045e-05, + "W": 1.9064532352786046e-06, + "N": 0.0015945072518661618, + "Y": 0.0020121755078434944, + "U": 1.3867129666778055e-07, + "K": 1.923959871419356e-06, + "L": 2.660940481291618e-06, + "G": 0.00037139063351787627, + "F": 6.421094894903945e-06, + "E": 0.0005980329005979002, + "T": 0.00040126871317625046, + "P": 0.0018471585353836417, + "-": 0.00041580593097023666 + }, + "id": "tp_27218" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3402269, + "label": "I", + "classification": { + "B": 1.1979239388892893e-05, + "S": 4.345170600572601e-05, + "I": 0.7878555655479431, + "C": 0.019878016784787178, + "R": 0.0006515938439406455, + "M": 0.0009096236899495125, + "O": 5.032892295275815e-05, + "W": 8.759970114624593e-06, + "N": 0.028096182271838188, + "Y": 0.005873776040971279, + "U": 1.4664524883301056e-07, + "K": 0.00011432899918872863, + "L": 1.0665149602573365e-05, + "G": 0.019181573763489723, + "F": 6.799353286623955e-05, + "E": 0.13076166808605194, + "T": 0.0005925331497564912, + "P": 0.0057624089531600475, + "-": 0.00012932730896864086 + }, + "id": "tp_27219" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3402402, + "label": "I", + "classification": { + "B": 1.9608174625318497e-05, + "S": 7.480096974177286e-05, + "I": 0.9370904564857483, + "C": 0.028656983748078346, + "R": 0.0019443368073552847, + "M": 0.00223157019354403, + "O": 7.406041549984366e-05, + "W": 1.1017728866136167e-05, + "N": 0.007943546399474144, + "Y": 0.0036363573744893074, + "U": 5.447192279461888e-07, + "K": 3.1166416647465667e-06, + "L": 2.8575770556926727e-05, + "G": 0.004103274550288916, + "F": 1.3342430065677036e-05, + "E": 0.00904223881661892, + "T": 0.001204303465783596, + "P": 0.0037167926784604788, + "-": 0.00020504742860794067 + }, + "id": "tp_27220" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3402503, + "label": "I", + "classification": { + "B": 0.00014355406165122986, + "S": 0.00030293865711428225, + "I": 0.8843427300453186, + "C": 0.0048126038163900375, + "R": 0.0014352744910866022, + "M": 0.001113271457143128, + "O": 0.00021958649449516088, + "W": 6.35263422736898e-05, + "N": 0.0499127022922039, + "Y": 0.005930634215474129, + "U": 4.656752935261466e-06, + "K": 0.0002883202105294913, + "L": 5.4222455219132826e-05, + "G": 0.00826197862625122, + "F": 0.0001506671978859231, + "E": 0.03072020597755909, + "T": 0.001513548893854022, + "P": 0.010407108813524246, + "-": 0.00032246788032352924 + }, + "id": "tp_27221" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3402636, + "label": "I", + "classification": { + "B": 3.203881351510063e-05, + "S": 0.0004655515367630869, + "I": 0.7280816435813904, + "C": 0.11093682795763016, + "R": 0.0071340398862957954, + "M": 0.010727453045547009, + "O": 0.0005497252568602562, + "W": 5.298436735756695e-05, + "N": 0.03062296472489834, + "Y": 0.0071668364107608795, + "U": 7.49565288060694e-07, + "K": 7.852882845327258e-05, + "L": 0.00024210552510339767, + "G": 0.06411755084991455, + "F": 0.00011517226812429726, + "E": 0.0295039601624012, + "T": 0.0076814875937998295, + "P": 0.0022745293099433184, + "-": 0.00021579298481810838 + }, + "id": "tp_27222" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3402769, + "label": "C", + "classification": { + "B": 2.8671170184679795e-06, + "S": 2.0107776435907e-05, + "I": 0.2892625629901886, + "C": 0.6612380743026733, + "R": 0.021729184314608574, + "M": 0.004797654692083597, + "O": 0.00010704819578677416, + "W": 1.5351351976278238e-05, + "N": 0.0008883816772140563, + "Y": 0.00662172632291913, + "U": 6.304397857093136e-07, + "K": 4.313993031246355e-06, + "L": 5.693979619536549e-05, + "G": 0.0070013608783483505, + "F": 5.158805652172305e-05, + "E": 0.003809728194028139, + "T": 0.0022265997249633074, + "P": 0.0008255262509919703, + "-": 0.001340336981229484 + }, + "id": "tp_27223" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3402903, + "label": "C", + "classification": { + "B": 3.143600793009682e-07, + "S": 3.5075240703008603e-06, + "I": 0.007090663071721792, + "C": 0.9544889330863953, + "R": 0.01092393696308136, + "M": 0.004339531529694796, + "O": 1.8945662304759026e-05, + "W": 6.012867856952653e-07, + "N": 1.9782493836828507e-05, + "Y": 8.091716154012829e-05, + "U": 1.1058074456116174e-09, + "K": 5.592878160598502e-09, + "L": 0.00012772288755513728, + "G": 0.022152647376060486, + "F": 2.117658141287393e-06, + "E": 0.0006283258553594351, + "T": 9.216184116667137e-05, + "P": 1.8889175407821313e-05, + "-": 1.1004149200743996e-05 + }, + "id": "tp_27224" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3403003, + "label": "I", + "classification": { + "B": 1.0113671123690438e-05, + "S": 4.0993429138325155e-05, + "I": 0.8378873467445374, + "C": 0.10909637808799744, + "R": 0.0073913331143558025, + "M": 0.004521377384662628, + "O": 0.00015611230628564954, + "W": 7.494812962249853e-06, + "N": 0.003170342417433858, + "Y": 0.004132779315114021, + "U": 1.0713710452137093e-07, + "K": 1.030999328577309e-06, + "L": 0.0001672811631578952, + "G": 0.02211420238018036, + "F": 1.2865675671491772e-05, + "E": 0.00892171822488308, + "T": 0.0013575250050053, + "P": 0.0008260901668109, + "-": 0.00018496693519409746 + }, + "id": "tp_27225" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3403136, + "label": "C", + "classification": { + "B": 6.876528459542897e-06, + "S": 4.3239571823505685e-05, + "I": 0.18347802758216858, + "C": 0.7190123796463013, + "R": 0.019091390073299408, + "M": 0.014886656776070595, + "O": 0.00014853777247481048, + "W": 1.4165862921799999e-05, + "N": 0.0011737889144569635, + "Y": 0.003235717536881566, + "U": 2.3523500658484409e-07, + "K": 9.330737498203234e-07, + "L": 0.0005169749492779374, + "G": 0.04345171898603439, + "F": 2.3116461306926794e-05, + "E": 0.012538033537566662, + "T": 0.0019153301836922765, + "P": 0.00036358507350087166, + "-": 9.924915502779186e-05 + }, + "id": "tp_27226" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3403270, + "label": "I", + "classification": { + "B": 3.6176563753542723e-06, + "S": 3.983673013863154e-05, + "I": 0.975339949131012, + "C": 0.006478540599346161, + "R": 0.0009470503428019583, + "M": 0.00041179676190949976, + "O": 2.8965867386432365e-05, + "W": 1.9489364149194444e-06, + "N": 0.008183787576854229, + "Y": 0.00019244935538154095, + "U": 1.0861313626264746e-08, + "K": 4.89587648644374e-07, + "L": 1.5376088413177058e-05, + "G": 0.003974054474383593, + "F": 3.1339991437562276e-06, + "E": 0.0031721850391477346, + "T": 0.0001582871627761051, + "P": 0.0010366346687078476, + "-": 1.1918637028429657e-05 + }, + "id": "tp_27227" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3403403, + "label": "I", + "classification": { + "B": 1.638654066482559e-05, + "S": 6.443123311328236e-06, + "I": 0.8468652963638306, + "C": 0.11045843362808228, + "R": 0.004463917575776577, + "M": 0.002976755378767848, + "O": 0.00010834319255081937, + "W": 1.1928080311918166e-05, + "N": 0.0027305057737976313, + "Y": 0.00844617746770382, + "U": 1.2096079444745556e-06, + "K": 1.624468950467417e-06, + "L": 8.128657646011561e-05, + "G": 0.006397670134902, + "F": 1.746728776197415e-05, + "E": 0.012866171076893806, + "T": 0.0006628702976740897, + "P": 0.003181464970111847, + "-": 0.0007060710922814906 + }, + "id": "tp_27228" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3403504, + "label": "I", + "classification": { + "B": 2.3647980924579315e-06, + "S": 9.579889592714608e-06, + "I": 0.9784506559371948, + "C": 0.002713222987949848, + "R": 0.00029019961948506534, + "M": 0.0002682613267097622, + "O": 2.5535995519021526e-05, + "W": 3.746447418961907e-06, + "N": 0.008857492357492447, + "Y": 0.0049591064453125, + "U": 1.0631198676946951e-07, + "K": 9.75093735178234e-06, + "L": 2.2834142328065354e-06, + "G": 0.0008494211942888796, + "F": 4.772802640218288e-06, + "E": 0.001891784486360848, + "T": 0.0007531184237450361, + "P": 0.0008282248745672405, + "-": 8.038343366933987e-05 + }, + "id": "tp_27229" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3403637, + "label": "C", + "classification": { + "B": 5.835600859427359e-06, + "S": 3.3697473554639146e-05, + "I": 0.27397620677948, + "C": 0.5747702121734619, + "R": 0.006448389030992985, + "M": 0.0006661918014287949, + "O": 2.2589521904592402e-05, + "W": 5.3763405958306976e-06, + "N": 0.0031189643777906895, + "Y": 0.0031873490661382675, + "U": 1.0346048462395174e-08, + "K": 7.268883564393036e-06, + "L": 2.7924201276618987e-05, + "G": 0.09251043200492859, + "F": 5.700367910321802e-05, + "E": 0.04383491352200508, + "T": 0.0008419766672886908, + "P": 0.0004431775596458465, + "-": 4.245095624355599e-05 + }, + "id": "tp_27230" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3403770, + "label": "I", + "classification": { + "B": 0.00012343685375526547, + "S": 0.0001352557010250166, + "I": 0.5724079012870789, + "C": 0.07879210263490677, + "R": 0.0037341115530580282, + "M": 0.008037159219384193, + "O": 0.00027698755729943514, + "W": 5.3026382374810055e-05, + "N": 0.013007916510105133, + "Y": 0.007342324126511812, + "U": 3.398441094759619e-06, + "K": 0.00010929404379567131, + "L": 0.0003996700397692621, + "G": 0.0685846209526062, + "F": 0.0004117364587727934, + "E": 0.22968874871730804, + "T": 0.0014704744098708034, + "P": 0.014478825964033604, + "-": 0.0009430311620235443 + }, + "id": "tp_27231" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3403904, + "label": "I", + "classification": { + "B": 5.3130468586459756e-05, + "S": 0.00015070935478433967, + "I": 0.8003137111663818, + "C": 0.062418658286333084, + "R": 0.00379031989723444, + "M": 0.005693203303962946, + "O": 0.00014601317525375634, + "W": 2.307348586327862e-05, + "N": 0.014257489703595638, + "Y": 0.001464233617298305, + "U": 1.6267972569039557e-06, + "K": 1.6103711459436454e-05, + "L": 0.00015889717906247824, + "G": 0.02990829013288021, + "F": 0.00014725580695085227, + "E": 0.06154654175043106, + "T": 0.001204156782478094, + "P": 0.018356893211603165, + "-": 0.0003496127901598811 + }, + "id": "tp_27232" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3404004, + "label": "I", + "classification": { + "B": 2.9030904897808796e-06, + "S": 1.0041126188298222e-05, + "I": 0.9889636039733887, + "C": 0.001794254407286644, + "R": 0.00018884611199609935, + "M": 9.469796350458637e-05, + "O": 1.4067974007048178e-05, + "W": 2.6473683192307362e-06, + "N": 0.00486705033108592, + "Y": 0.002019189763814211, + "U": 1.584947284527516e-08, + "K": 7.978399025887484e-07, + "L": 1.4852287222311134e-06, + "G": 0.00039902731077745557, + "F": 1.003944475996832e-06, + "E": 0.001122010755352676, + "T": 0.00015867427282501012, + "P": 0.00034308244357816875, + "-": 1.6619527741568163e-05 + }, + "id": "tp_27233" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3404137, + "label": "I", + "classification": { + "B": 1.8756431927613448e-06, + "S": 5.369494715523615e-07, + "I": 0.8977842926979065, + "C": 0.00020813617447856814, + "R": 8.434300070803147e-06, + "M": 3.076142820646055e-05, + "O": 1.1413952734073973e-06, + "W": 1.7952942243937287e-07, + "N": 0.002493125619366765, + "Y": 0.00023530572070740163, + "U": 2.7387359935460154e-08, + "K": 8.339070518559311e-07, + "L": 2.1095473812238197e-07, + "G": 0.00018942178576253355, + "F": 4.0434147194901016e-06, + "E": 0.005521032959222794, + "T": 2.9455757612595335e-05, + "P": 0.09325366467237473, + "-": 0.0002376960328547284 + }, + "id": "tp_27234" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3404271, + "label": "P", + "classification": { + "B": 8.232351683545858e-05, + "S": 0.00019096722826361656, + "I": 0.10432831197977066, + "C": 0.0011245532659813762, + "R": 0.0001765642809914425, + "M": 0.00034961829078383744, + "O": 6.35128453723155e-05, + "W": 3.88135522371158e-05, + "N": 0.009036578238010406, + "Y": 0.000666764855850488, + "U": 1.930920006998349e-05, + "K": 0.0005888672894798219, + "L": 2.517818211345002e-05, + "G": 0.002273040357977152, + "F": 0.0037063059862703085, + "E": 0.06858666241168976, + "T": 0.0006096474244259298, + "P": 0.7937501668930054, + "-": 0.014382850378751755 + }, + "id": "tp_27235" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3404404, + "label": "-", + "classification": { + "B": 1.667374999669846e-05, + "S": 6.9211723712214734e-06, + "I": 0.001423381152562797, + "C": 0.00010967859270749614, + "R": 1.2213886293466203e-05, + "M": 0.0001057664630934596, + "O": 7.155862112995237e-05, + "W": 1.3162278264644556e-05, + "N": 0.00017836903862189502, + "Y": 0.0009364105062559247, + "U": 1.320348928857129e-05, + "K": 0.00017473948537372053, + "L": 4.874555088463239e-06, + "G": 0.0005017935764044523, + "F": 0.0037406140472739935, + "E": 0.0023601839784532785, + "T": 0.0005193207180127501, + "P": 0.4918957054615021, + "-": 0.49791547656059265 + }, + "id": "tp_27236" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3404505, + "label": "P", + "classification": { + "B": 2.4801524722839474e-10, + "S": 1.0132004124585592e-09, + "I": 0.00010025225492427126, + "C": 5.523765445047957e-09, + "R": 9.45080569358936e-10, + "M": 2.5474395926039506e-08, + "O": 5.4935584969939555e-09, + "W": 5.269012448572141e-10, + "N": 1.7884819953906117e-06, + "Y": 3.351771624693356e-07, + "U": 2.941368815179146e-10, + "K": 8.502494353024304e-08, + "L": 6.090605797481885e-11, + "G": 8.664157036264442e-08, + "F": 7.454098522430286e-06, + "E": 2.7110078008263372e-05, + "T": 2.4947880206127593e-07, + "P": 0.9904782772064209, + "-": 0.00938435085117817 + }, + "id": "tp_27237" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3404638, + "label": "P", + "classification": { + "B": 2.181114541599527e-05, + "S": 3.426619878155179e-05, + "I": 0.015906020998954773, + "C": 0.0006173115107230842, + "R": 8.375910692848265e-05, + "M": 0.0010687661124393344, + "O": 0.0002066390006802976, + "W": 2.563054113124963e-05, + "N": 0.0025896867737174034, + "Y": 0.0031248985324054956, + "U": 2.7380219762562774e-05, + "K": 0.00039058231050148606, + "L": 2.832846439559944e-05, + "G": 0.0011386909754946828, + "F": 0.005044893827289343, + "E": 0.011632239446043968, + "T": 0.0020055349450558424, + "P": 0.7071477174758911, + "-": 0.24890579283237457 + }, + "id": "tp_27238" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3404771, + "label": "P", + "classification": { + "B": 4.994509694711269e-09, + "S": 6.79237430745161e-08, + "I": 0.11702732741832733, + "C": 1.3671653505298309e-05, + "R": 5.35588526417996e-07, + "M": 8.228188903558475e-07, + "O": 1.0449620901908929e-07, + "W": 3.410733029340918e-08, + "N": 0.0013555405894294381, + "Y": 4.6372326323762536e-05, + "U": 2.353648165254185e-09, + "K": 4.371969225758221e-06, + "L": 1.8124279854703218e-09, + "G": 5.785216671938542e-06, + "F": 3.642427327577025e-05, + "E": 0.0045337616465985775, + "T": 8.320056622324046e-06, + "P": 0.8742097616195679, + "-": 0.0027571024838835 + }, + "id": "tp_27239" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3404905, + "label": "P", + "classification": { + "B": 1.2676808580636134e-07, + "S": 6.792075510020368e-06, + "I": 0.014734331518411636, + "C": 4.3930137394454505e-07, + "R": 4.099443629002053e-07, + "M": 1.7451461644668598e-06, + "O": 1.5429336599481758e-06, + "W": 6.81991650708369e-07, + "N": 0.0023276363499462605, + "Y": 2.182264142902568e-05, + "U": 2.6948352882527615e-08, + "K": 3.924870179616846e-05, + "L": 1.630639090421937e-08, + "G": 1.3343335922400001e-05, + "F": 0.00010221002594335005, + "E": 0.0008242568001151085, + "T": 2.242489244963508e-05, + "P": 0.9803183674812317, + "-": 0.001584552926942706 + }, + "id": "tp_27240" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3405005, + "label": "P", + "classification": { + "B": 8.778196388448123e-06, + "S": 2.820147301463294e-06, + "I": 0.012662418186664581, + "C": 3.5424880479695275e-05, + "R": 4.642091425921535e-06, + "M": 0.00010138782090507448, + "O": 1.326101573795313e-05, + "W": 1.3992798812978435e-06, + "N": 0.0005192981916479766, + "Y": 8.024690032470971e-05, + "U": 6.474614906437637e-07, + "K": 1.4286687246567453e-06, + "L": 2.5055990136024775e-06, + "G": 4.5790944568580016e-05, + "F": 0.00011943681602133438, + "E": 0.0025391592644155025, + "T": 0.00013080728240311146, + "P": 0.9545965790748596, + "-": 0.02913402020931244 + }, + "id": "tp_27241" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3405138, + "label": "P", + "classification": { + "B": 1.591050204297062e-05, + "S": 2.305511543454486e-06, + "I": 0.00786533858627081, + "C": 0.0002931604685727507, + "R": 1.7194925021613017e-05, + "M": 0.00018115542479790747, + "O": 1.1368826562829781e-05, + "W": 2.3905743091745535e-06, + "N": 0.00039805821143090725, + "Y": 0.0005250128451734781, + "U": 1.0195382856181823e-05, + "K": 4.849752804148011e-05, + "L": 5.542647159018088e-06, + "G": 0.0003185045497957617, + "F": 0.001646116143092513, + "E": 0.016306420788168907, + "T": 0.000256123865256086, + "P": 0.8704608678817749, + "-": 0.10163580626249313 + }, + "id": "tp_27242" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3405272, + "label": "P", + "classification": { + "B": 1.7197908874777568e-08, + "S": 4.395836139536868e-09, + "I": 0.0013063558144494891, + "C": 2.0174504697934026e-06, + "R": 8.917585603285261e-08, + "M": 1.841642074396077e-06, + "O": 1.8307682125850988e-07, + "W": 1.0016194984530102e-08, + "N": 1.272299687116174e-05, + "Y": 7.892253051977605e-06, + "U": 8.561996445166642e-09, + "K": 4.215278437413872e-08, + "L": 1.3445474955631198e-08, + "G": 7.197767899924656e-06, + "F": 1.2776155017490964e-05, + "E": 0.0001624019496375695, + "T": 9.347449122287799e-06, + "P": 0.965435266494751, + "-": 0.03304174169898033 + }, + "id": "tp_27243" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3405405, + "label": "P", + "classification": { + "B": 1.6522085921621965e-09, + "S": 1.2386945691389428e-08, + "I": 0.00038007815601304173, + "C": 5.180518769520859e-08, + "R": 5.500365496402537e-09, + "M": 2.716452485174159e-08, + "O": 1.3070750704002876e-08, + "W": 1.9639743165100754e-09, + "N": 9.957192560250405e-06, + "Y": 2.4296645051435917e-07, + "U": 6.888244419300804e-10, + "K": 2.6919067863673263e-08, + "L": 4.5174383678237007e-10, + "G": 1.3550540245432785e-07, + "F": 8.585241630498786e-06, + "E": 2.845215203706175e-05, + "T": 3.421615133447631e-07, + "P": 0.9967288970947266, + "-": 0.002843186492100358 + }, + "id": "tp_27244" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3405506, + "label": "I", + "classification": { + "B": 2.5567493139533326e-05, + "S": 1.2836027053708676e-05, + "I": 0.7607580423355103, + "C": 0.009866101667284966, + "R": 0.0009169647819362581, + "M": 0.0030065199825912714, + "O": 7.012842979747802e-05, + "W": 1.1457261280156672e-05, + "N": 0.00785301998257637, + "Y": 0.013618577271699905, + "U": 3.029812660315656e-06, + "K": 7.775890844641253e-05, + "L": 1.5123065168154426e-05, + "G": 0.0038019493222236633, + "F": 0.0002686416555661708, + "E": 0.06432857364416122, + "T": 0.0014195787953212857, + "P": 0.12247135490179062, + "-": 0.011474894359707832 + }, + "id": "tp_27245" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3405639, + "label": "P", + "classification": { + "B": 2.2619524315814488e-05, + "S": 1.8753620679490268e-05, + "I": 0.006443659774959087, + "C": 6.590939301531762e-05, + "R": 1.1542624633875675e-05, + "M": 6.582352216355503e-05, + "O": 3.157629907946102e-05, + "W": 1.0578459296084475e-05, + "N": 0.0011421098606660962, + "Y": 0.0001423983630957082, + "U": 9.970749488275032e-06, + "K": 8.757135219639167e-05, + "L": 6.235657110664761e-06, + "G": 0.0002552656806074083, + "F": 0.0022508734837174416, + "E": 0.007384152617305517, + "T": 0.00024991141981445253, + "P": 0.927851676940918, + "-": 0.053949274122714996 + }, + "id": "tp_27246" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3405772, + "label": "P", + "classification": { + "B": 0.0009583099163137376, + "S": 0.0004004793881904334, + "I": 0.11416643112897873, + "C": 0.08043782413005829, + "R": 0.011499251239001751, + "M": 0.008762657642364502, + "O": 0.002449680119752884, + "W": 0.0008157531847245991, + "N": 0.00837616715580225, + "Y": 0.019997872412204742, + "U": 0.0009763934649527073, + "K": 0.0019489859696477652, + "L": 0.0016927868127822876, + "G": 0.03196118026971817, + "F": 0.020742150023579597, + "E": 0.05302957817912102, + "T": 0.00744183175265789, + "P": 0.3486289381980896, + "-": 0.28571373224258423 + }, + "id": "tp_27247" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3405906, + "label": "P", + "classification": { + "B": 8.367597104097513e-08, + "S": 5.759879513789201e-06, + "I": 0.15102045238018036, + "C": 5.211769894231111e-05, + "R": 1.6651671103318222e-05, + "M": 9.233890523319133e-06, + "O": 4.431288743944606e-06, + "W": 1.6192594785024994e-06, + "N": 0.0039658816531300545, + "Y": 5.625687845167704e-05, + "U": 1.0654944304633318e-07, + "K": 9.316764590039384e-06, + "L": 1.469595787284561e-07, + "G": 2.007935290748719e-05, + "F": 9.559264435665682e-05, + "E": 0.0009921472519636154, + "T": 6.39579666312784e-05, + "P": 0.8397413492202759, + "-": 0.003944782540202141 + }, + "id": "tp_27248" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3406006, + "label": "P", + "classification": { + "B": 1.5156883526046272e-09, + "S": 7.036968924234444e-11, + "I": 5.1421302487142384e-05, + "C": 1.898420578072546e-06, + "R": 6.802982621678666e-09, + "M": 6.48182947315945e-08, + "O": 3.876215792786297e-09, + "W": 3.100074918993556e-10, + "N": 1.3664013920333673e-07, + "Y": 2.8676506644842448e-06, + "U": 1.3101262297254834e-09, + "K": 1.685025785569394e-09, + "L": 5.538784986214296e-10, + "G": 6.210026413100422e-07, + "F": 7.162610017985571e-06, + "E": 0.00011640603770501912, + "T": 3.2469844768456824e-07, + "P": 0.9021502733230591, + "-": 0.09766880422830582 + }, + "id": "tp_27249" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3406139, + "label": "I", + "classification": { + "B": 4.2176193204568335e-08, + "S": 7.075655616972654e-08, + "I": 0.6986740827560425, + "C": 0.00010533144813962281, + "R": 1.2444488675100729e-06, + "M": 9.014998795464635e-06, + "O": 2.9995621275702433e-07, + "W": 3.8816828862309194e-08, + "N": 0.00601490493863821, + "Y": 6.709496665280312e-05, + "U": 1.9564982967068545e-09, + "K": 7.923123348518857e-07, + "L": 8.244977145466237e-09, + "G": 4.87962388433516e-05, + "F": 2.3052557480696123e-06, + "E": 0.029612597078084946, + "T": 6.17834029981168e-06, + "P": 0.26530149579048157, + "-": 0.00015573989367112517 + }, + "id": "tp_27250" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3406273, + "label": "P", + "classification": { + "B": 5.475758734974079e-05, + "S": 8.427649845543783e-06, + "I": 0.012618855573236942, + "C": 0.0007231243071146309, + "R": 5.135803803568706e-05, + "M": 0.0008228296064771712, + "O": 9.76636292762123e-05, + "W": 1.1911454748769756e-05, + "N": 0.0005733480793423951, + "Y": 0.0018246464896947145, + "U": 1.4758424185856711e-05, + "K": 2.8923879654030316e-05, + "L": 2.393560134805739e-05, + "G": 0.0008714931318536401, + "F": 0.0009768771706148982, + "E": 0.006490562576800585, + "T": 0.0010591570753604174, + "P": 0.7179117202758789, + "-": 0.2558356821537018 + }, + "id": "tp_27251" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3406406, + "label": "P", + "classification": { + "B": 1.727512244542595e-05, + "S": 1.7130732885561883e-05, + "I": 0.0231118593364954, + "C": 0.000104082515463233, + "R": 9.690817023511045e-06, + "M": 0.00024725127150304615, + "O": 2.10383932426339e-05, + "W": 1.1260449355177116e-05, + "N": 0.002992938971146941, + "Y": 0.0002535567618906498, + "U": 4.483447810343932e-06, + "K": 0.000226910415221937, + "L": 3.0458863875537645e-06, + "G": 0.00020987584139220417, + "F": 0.001116301747970283, + "E": 0.04564182460308075, + "T": 0.00021979218581691384, + "P": 0.902371346950531, + "-": 0.023420387879014015 + }, + "id": "tp_27252" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3406507, + "label": "P", + "classification": { + "B": 4.365239874459803e-06, + "S": 7.463100246241083e-06, + "I": 0.01851051114499569, + "C": 0.0006367349997162819, + "R": 0.00022338647977449, + "M": 0.00016165629494935274, + "O": 8.095438533928245e-05, + "W": 9.463601600145921e-06, + "N": 0.0007447107345797122, + "Y": 0.0013300863793119788, + "U": 1.6744914319133386e-05, + "K": 5.318797775544226e-05, + "L": 1.4475326679530554e-05, + "G": 0.000786901917308569, + "F": 0.0024012108333408833, + "E": 0.001513390219770372, + "T": 0.0009952073451131582, + "P": 0.7052233219146729, + "-": 0.2672862410545349 + }, + "id": "tp_27253" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3406640, + "label": "P", + "classification": { + "B": 0.0001587236183695495, + "S": 5.9373614931246266e-05, + "I": 0.057177793234586716, + "C": 0.006398218683898449, + "R": 0.0003428220807109028, + "M": 0.0006341277621686459, + "O": 7.951373845571652e-05, + "W": 6.429364293580875e-05, + "N": 0.0042828721925616264, + "Y": 0.001275666058063507, + "U": 6.715597555739805e-05, + "K": 0.0005497504607774317, + "L": 6.486677739303559e-05, + "G": 0.0033361942041665316, + "F": 0.004334396682679653, + "E": 0.13257408142089844, + "T": 0.00043260748498141766, + "P": 0.7593639492988586, + "-": 0.028803585097193718 + }, + "id": "tp_27254" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3406773, + "label": "P", + "classification": { + "B": 3.7375232295744354e-06, + "S": 1.0944410860247444e-05, + "I": 0.2141178697347641, + "C": 0.00014249184459913522, + "R": 1.2680975487455726e-05, + "M": 4.350325252744369e-05, + "O": 5.5631289797020145e-06, + "W": 3.951694907300407e-06, + "N": 0.008988138288259506, + "Y": 5.738361505791545e-05, + "U": 8.064851613198698e-07, + "K": 6.786578887840733e-05, + "L": 6.649490273957781e-07, + "G": 9.438653796678409e-05, + "F": 0.00013380611198954284, + "E": 0.014358761720359325, + "T": 3.7859197618672624e-05, + "P": 0.7606685757637024, + "-": 0.0012509189546108246 + }, + "id": "tp_27255" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3406907, + "label": "P", + "classification": { + "B": 3.393371662241407e-05, + "S": 1.3943233170721214e-05, + "I": 0.022173603996634483, + "C": 0.0006443075835704803, + "R": 2.522778777347412e-05, + "M": 0.00028260736144147813, + "O": 3.744885543710552e-05, + "W": 1.7438718714402057e-05, + "N": 0.0022955972235649824, + "Y": 0.0023429275024682283, + "U": 1.4088486750551965e-05, + "K": 0.0006039162399247289, + "L": 4.429369255376514e-06, + "G": 0.0007501544896513224, + "F": 0.002604601439088583, + "E": 0.061876628547906876, + "T": 0.0002790687431115657, + "P": 0.8328884243965149, + "-": 0.07311159372329712 + }, + "id": "tp_27256" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3407007, + "label": "I", + "classification": { + "B": 0.00018197284953203052, + "S": 0.0002087198809022084, + "I": 0.8013960719108582, + "C": 0.0135300662368536, + "R": 0.0019475845620036125, + "M": 0.003589821979403496, + "O": 0.00014586247561965138, + "W": 4.036402970086783e-05, + "N": 0.01194038987159729, + "Y": 0.0044666170142591, + "U": 1.0354137884860393e-05, + "K": 2.434212547086645e-05, + "L": 0.0001928830606630072, + "G": 0.005667835008352995, + "F": 0.00040485410136170685, + "E": 0.053891245275735855, + "T": 0.0017072090413421392, + "P": 0.09681283682584763, + "-": 0.0038409288972616196 + }, + "id": "tp_27257" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3407140, + "label": "P", + "classification": { + "B": 1.8051325241685845e-05, + "S": 5.107766355649801e-06, + "I": 0.09696419537067413, + "C": 0.0010672509670257568, + "R": 7.829937385395169e-05, + "M": 0.00021550046221818775, + "O": 1.9805469491984695e-05, + "W": 4.7237585931725334e-06, + "N": 0.0019483872456476092, + "Y": 0.00047624766011722386, + "U": 4.2444698920007795e-06, + "K": 2.817793756548781e-05, + "L": 6.541935363202356e-06, + "G": 0.000882666208781302, + "F": 0.0006841273279860616, + "E": 0.017680443823337555, + "T": 0.00023189561034087092, + "P": 0.8495176434516907, + "-": 0.03016672283411026 + }, + "id": "tp_27258" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3407274, + "label": "P", + "classification": { + "B": 1.6811811292427592e-05, + "S": 8.127462933771312e-05, + "I": 0.023074554279446602, + "C": 0.0001101266170735471, + "R": 3.1148189009400085e-05, + "M": 0.0004767466161865741, + "O": 0.00020030286395922303, + "W": 2.1507965357159264e-05, + "N": 0.0036043652798980474, + "Y": 0.001067516626790166, + "U": 8.066079317359254e-06, + "K": 9.474766557104886e-05, + "L": 1.470402094128076e-05, + "G": 0.00047645322047173977, + "F": 0.0014799961354583502, + "E": 0.006986108608543873, + "T": 0.00094645656645298, + "P": 0.872393786907196, + "-": 0.08891531825065613 + }, + "id": "tp_27259" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3407407, + "label": "P", + "classification": { + "B": 3.122196687854739e-07, + "S": 1.3069045223801368e-07, + "I": 0.0015623830258846283, + "C": 6.66430132696405e-05, + "R": 3.6709839150717016e-06, + "M": 3.358706089784391e-05, + "O": 3.3860771964100422e-06, + "W": 3.2800102189867175e-07, + "N": 3.0471992431557737e-05, + "Y": 0.00023510346363764256, + "U": 2.0388239363455796e-07, + "K": 1.1002769042534055e-06, + "L": 3.112852198228211e-07, + "G": 5.956222958047874e-05, + "F": 0.000464895274490118, + "E": 0.0009913132525980473, + "T": 9.207679249811918e-05, + "P": 0.6555027961730957, + "-": 0.3409518599510193 + }, + "id": "tp_27260" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3407508, + "label": "-", + "classification": { + "B": 3.817542165052146e-06, + "S": 2.480199555066065e-06, + "I": 0.006248111836612225, + "C": 0.0017286569345742464, + "R": 0.00012010196223855019, + "M": 0.0006598330219276249, + "O": 5.8952060498995706e-05, + "W": 7.266716693266062e-06, + "N": 0.00011243426706641912, + "Y": 0.0031839609146118164, + "U": 1.615309520275332e-05, + "K": 2.723923716985155e-05, + "L": 1.9529968994902447e-05, + "G": 0.0008074071956798434, + "F": 0.002692194189876318, + "E": 0.0015569304814562201, + "T": 0.0011443248949944973, + "P": 0.24897374212741852, + "-": 0.7326369285583496 + }, + "id": "tp_27261" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3407641, + "label": "-", + "classification": { + "B": 3.675046755802214e-08, + "S": 1.7869357549216147e-08, + "I": 0.00043460060260258615, + "C": 3.137275780318305e-05, + "R": 1.1581344097066903e-06, + "M": 6.63141327095218e-06, + "O": 8.481063105136855e-07, + "W": 8.02296113988632e-08, + "N": 9.227928785549011e-06, + "Y": 0.00032995420042425394, + "U": 1.5572804556995834e-07, + "K": 1.3234415746410377e-05, + "L": 3.775590684540475e-08, + "G": 6.126095104264095e-05, + "F": 0.0008717443561181426, + "E": 0.0008784361998550594, + "T": 3.055740307900123e-05, + "P": 0.4798988699913025, + "-": 0.517431914806366 + }, + "id": "tp_27262" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3407774, + "label": "P", + "classification": { + "B": 1.489682836108841e-05, + "S": 6.065467459848151e-06, + "I": 0.014068334363400936, + "C": 0.0012237621704116464, + "R": 0.00014118169201537967, + "M": 0.0006981177139095962, + "O": 0.00015684364188928157, + "W": 1.1451569662312977e-05, + "N": 0.0006839329726062715, + "Y": 0.0034840069711208344, + "U": 1.8013784938375466e-05, + "K": 4.4509099097922444e-05, + "L": 2.285091977682896e-05, + "G": 0.0018345661228522658, + "F": 0.0014774135779589415, + "E": 0.004015304613858461, + "T": 0.0023491180036216974, + "P": 0.6449509263038635, + "-": 0.3247986435890198 + }, + "id": "tp_27263" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3407908, + "label": "P", + "classification": { + "B": 1.3071402236164431e-06, + "S": 1.3395866460541583e-07, + "I": 0.002143961377441883, + "C": 3.58442121068947e-05, + "R": 8.844536409924331e-07, + "M": 2.4956418201327324e-05, + "O": 1.2765669907821575e-06, + "W": 2.56068830140066e-07, + "N": 6.26244000159204e-05, + "Y": 7.02841134625487e-05, + "U": 3.3391745546396123e-07, + "K": 1.4317829482024536e-06, + "L": 2.350987244881253e-07, + "G": 3.622148506110534e-05, + "F": 0.0001852797722676769, + "E": 0.008579019457101822, + "T": 2.5220850147888996e-05, + "P": 0.9092786908149719, + "-": 0.07955196499824524 + }, + "id": "tp_27264" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3408008, + "label": "P", + "classification": { + "B": 2.1462151167384036e-08, + "S": 1.5067540104496402e-08, + "I": 0.00970927532762289, + "C": 2.778326961561106e-05, + "R": 1.549658804833598e-06, + "M": 1.794507966224046e-06, + "O": 1.432453302641079e-07, + "W": 9.373652076760663e-09, + "N": 5.464412970468402e-05, + "Y": 1.4647918760601897e-05, + "U": 4.776795847760695e-08, + "K": 3.344626975376741e-08, + "L": 4.177121226689451e-08, + "G": 7.672088031540625e-06, + "F": 1.1984380762442015e-05, + "E": 0.0002276738960063085, + "T": 7.465524049621308e-06, + "P": 0.9800112247467041, + "-": 0.009923933073878288 + }, + "id": "tp_27265" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3408141, + "label": "-", + "classification": { + "B": 1.2992137499168166e-06, + "S": 8.412282568315277e-07, + "I": 0.0009495466365478933, + "C": 0.000552915153093636, + "R": 6.187397229950875e-05, + "M": 8.235535642597824e-05, + "O": 4.197744419798255e-05, + "W": 3.027606226169155e-06, + "N": 5.2606243116315454e-05, + "Y": 0.001504782703705132, + "U": 4.84595102534513e-06, + "K": 4.616343721863814e-05, + "L": 3.897843726008432e-06, + "G": 0.00047267889021895826, + "F": 0.004115883726626635, + "E": 0.0005931608029641211, + "T": 0.0006257855566218495, + "P": 0.19340653717517853, + "-": 0.7974798679351807 + }, + "id": "tp_27266" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3408275, + "label": "-", + "classification": { + "B": 1.1534277291502804e-05, + "S": 3.5300039598951116e-05, + "I": 0.0047892495058476925, + "C": 0.0016840258613228798, + "R": 0.0002112384681822732, + "M": 0.0003967450466006994, + "O": 0.00013436164590530097, + "W": 5.9075526223750785e-05, + "N": 0.0004709190980065614, + "Y": 0.0036006178706884384, + "U": 5.525629603653215e-05, + "K": 0.000885487999767065, + "L": 2.8646310965996236e-05, + "G": 0.0011443552793934941, + "F": 0.021470049396157265, + "E": 0.00820875447243452, + "T": 0.0010671179043129086, + "P": 0.44683289527893066, + "-": 0.5089143514633179 + }, + "id": "tp_27267" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3408375, + "label": "P", + "classification": { + "B": 1.937280336150593e-09, + "S": 2.454611447433308e-08, + "I": 0.003944720607250929, + "C": 2.5123071623056603e-07, + "R": 3.4810888394076756e-08, + "M": 1.8947997659779503e-07, + "O": 5.322869256474405e-08, + "W": 7.768840681876554e-09, + "N": 3.831793583231047e-05, + "Y": 9.826272844293271e-07, + "U": 1.9668497941438545e-09, + "K": 2.432027912391277e-08, + "L": 1.031985163990612e-09, + "G": 1.2184739262011135e-07, + "F": 1.5111942275325418e-06, + "E": 2.456950278428849e-05, + "T": 2.266884393975488e-06, + "P": 0.9918323755264282, + "-": 0.0041544134728610516 + }, + "id": "tp_27268" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3408509, + "label": "P", + "classification": { + "B": 1.1279070122327539e-07, + "S": 3.34801910639726e-07, + "I": 0.002629837254062295, + "C": 8.758865419622452e-07, + "R": 6.686096298835764e-08, + "M": 9.326938652520766e-07, + "O": 2.2416952560888603e-07, + "W": 4.179904067314055e-08, + "N": 0.00019007822265848517, + "Y": 4.447436367627233e-06, + "U": 1.2882324540441914e-08, + "K": 1.876758801699907e-06, + "L": 6.09059025435954e-09, + "G": 2.7595726805884624e-06, + "F": 2.7152262191521004e-05, + "E": 0.0006354402867145836, + "T": 4.831837486563018e-06, + "P": 0.9940840601921082, + "-": 0.0024170055985450745 + }, + "id": "tp_27269" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3408642, + "label": "-", + "classification": { + "B": 6.958236440368637e-07, + "S": 2.4053306901805627e-07, + "I": 0.11519366502761841, + "C": 0.0054427245631814, + "R": 0.00010279999696649611, + "M": 0.0003728319425135851, + "O": 1.5388817701023072e-05, + "W": 5.4694112350262e-07, + "N": 8.918761886889115e-05, + "Y": 0.019996797665953636, + "U": 3.8566619764424104e-07, + "K": 4.804865838536898e-08, + "L": 6.921197837073123e-06, + "G": 0.0008559206617064774, + "F": 0.00012269977014511824, + "E": 0.002883556531742215, + "T": 0.0022526001557707787, + "P": 0.2903675138950348, + "-": 0.5622954964637756 + }, + "id": "tp_27270" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3408775, + "label": "P", + "classification": { + "B": 5.43051648094206e-09, + "S": 1.7021267950667607e-08, + "I": 0.00558393495157361, + "C": 2.118518978022621e-06, + "R": 1.350285998569234e-07, + "M": 1.8850118976843078e-06, + "O": 4.8593328472179564e-08, + "W": 9.54832124477889e-09, + "N": 4.8563244490651414e-05, + "Y": 6.168797426653327e-06, + "U": 4.395015906766275e-09, + "K": 2.42294930785647e-07, + "L": 3.37136363270929e-09, + "G": 1.4546862985298503e-06, + "F": 1.4859834664093796e-05, + "E": 0.0008145928150042892, + "T": 3.4978543226316106e-06, + "P": 0.987286388874054, + "-": 0.006236174143850803 + }, + "id": "tp_27271" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3408876, + "label": "P", + "classification": { + "B": 4.820631511393003e-05, + "S": 1.063273157342337e-05, + "I": 0.00938267819583416, + "C": 5.162739762454294e-05, + "R": 7.243422260216903e-06, + "M": 0.00019987669656984508, + "O": 2.460954237903934e-05, + "W": 8.847184290061705e-06, + "N": 0.001046505756676197, + "Y": 0.0002772391599137336, + "U": 5.8574996728566475e-06, + "K": 0.00011695788271026686, + "L": 3.3331386930512963e-06, + "G": 0.00024409289471805096, + "F": 0.0007315339171327651, + "E": 0.019679896533489227, + "T": 0.00017313615535385907, + "P": 0.9265358448028564, + "-": 0.04145190864801407 + }, + "id": "tp_27272" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3409009, + "label": "P", + "classification": { + "B": 5.8476143749430776e-05, + "S": 8.025098395592067e-06, + "I": 0.013983453623950481, + "C": 0.0005035966751165688, + "R": 7.216936501208693e-05, + "M": 0.0004745038168039173, + "O": 4.49745639343746e-05, + "W": 1.4238502444641199e-05, + "N": 0.0010435684816911817, + "Y": 0.0012495199916884303, + "U": 2.5947789254132658e-05, + "K": 0.00038395391311496496, + "L": 8.94364984560525e-06, + "G": 0.000863573863171041, + "F": 0.0021625335793942213, + "E": 0.023589223623275757, + "T": 0.0004592505283653736, + "P": 0.855035662651062, + "-": 0.10001828521490097 + }, + "id": "tp_27273" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3409142, + "label": "P", + "classification": { + "B": 1.8930320777599263e-07, + "S": 1.4244089641124447e-07, + "I": 0.014963177964091301, + "C": 6.95969138178043e-05, + "R": 2.9750933663308388e-06, + "M": 8.073347999015823e-06, + "O": 1.2335106021055253e-06, + "W": 2.2014641842815763e-07, + "N": 0.00022800892475061119, + "Y": 8.768657426116988e-05, + "U": 2.4427947664662497e-07, + "K": 1.4485763131233398e-06, + "L": 1.2634797030841582e-07, + "G": 2.743497498158831e-05, + "F": 7.84980584285222e-05, + "E": 0.0027860586997121572, + "T": 2.472384221618995e-05, + "P": 0.9514368176460266, + "-": 0.030283406376838684 + }, + "id": "tp_27274" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3409276, + "label": "P", + "classification": { + "B": 9.277425050413513e-08, + "S": 1.2531734228105051e-07, + "I": 0.012662732042372227, + "C": 3.4804597817128524e-05, + "R": 2.3646707631996833e-06, + "M": 3.393537917872891e-05, + "O": 1.7902166291605681e-06, + "W": 1.721797673326364e-07, + "N": 0.00012994649296160787, + "Y": 0.0006278111832216382, + "U": 2.246131600713852e-07, + "K": 2.375934855081141e-06, + "L": 2.255084154967335e-07, + "G": 3.1281284464057535e-05, + "F": 0.00021462510630954057, + "E": 0.0012053870595991611, + "T": 0.00013578709331341088, + "P": 0.8278087973594666, + "-": 0.15710757672786713 + }, + "id": "tp_27275" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3409376, + "label": "-", + "classification": { + "B": 1.4477775039267726e-05, + "S": 1.9428669475018978e-05, + "I": 0.019533611834049225, + "C": 0.001770951901562512, + "R": 0.00027388182934373617, + "M": 0.0006805135635659099, + "O": 0.00020035274792462587, + "W": 5.2803134167334065e-05, + "N": 0.001192461815662682, + "Y": 0.008220378309488297, + "U": 4.1502808016957715e-05, + "K": 0.0006656236946582794, + "L": 2.5953026124625467e-05, + "G": 0.001575845293700695, + "F": 0.007759415544569492, + "E": 0.0096085574477911, + "T": 0.0021805830765515566, + "P": 0.3933447003364563, + "-": 0.5528388619422913 + }, + "id": "tp_27276" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3409510, + "label": "P", + "classification": { + "B": 4.0836887649220444e-08, + "S": 1.5120063778795156e-07, + "I": 0.0010971453739330173, + "C": 1.5206417174340459e-06, + "R": 1.823332098638275e-07, + "M": 1.5285469316950184e-06, + "O": 4.370310762169538e-07, + "W": 1.3078998506443895e-07, + "N": 5.9818474255735055e-05, + "Y": 1.6290543499053456e-05, + "U": 9.265434641747561e-08, + "K": 9.428926205146126e-06, + "L": 2.0518688970128096e-08, + "G": 2.9080567855999107e-06, + "F": 0.00022847486252430826, + "E": 0.00048178850556723773, + "T": 1.5877913028816693e-05, + "P": 0.9434850811958313, + "-": 0.054599203169345856 + }, + "id": "tp_27277" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3409643, + "label": "P", + "classification": { + "B": 1.2279743089038675e-07, + "S": 5.077504638961727e-08, + "I": 0.00026786315720528364, + "C": 3.1528284694104514e-07, + "R": 2.3875848853549542e-08, + "M": 2.2113817976787686e-06, + "O": 4.20786818722263e-07, + "W": 1.9825625585667694e-08, + "N": 1.1576031283766497e-05, + "Y": 3.2420471143268514e-06, + "U": 1.0117695126155013e-08, + "K": 4.6628830574491076e-08, + "L": 2.269730892123789e-08, + "G": 3.123119313386269e-06, + "F": 1.5241662367770914e-05, + "E": 8.389785216422752e-05, + "T": 1.0703444786486216e-05, + "P": 0.977393627166748, + "-": 0.022207539528608322 + }, + "id": "tp_27278" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3409776, + "label": "P", + "classification": { + "B": 0.00021863123401999474, + "S": 0.0004483532393351197, + "I": 0.11997013539075851, + "C": 0.012378261424601078, + "R": 0.002639222890138626, + "M": 0.0047712367959320545, + "O": 0.0008761126664467156, + "W": 0.00036435603396967053, + "N": 0.00882310327142477, + "Y": 0.0064227101393043995, + "U": 0.00028679121169261634, + "K": 0.0011143941665068269, + "L": 0.0003329007013235241, + "G": 0.005451067816466093, + "F": 0.011098151095211506, + "E": 0.02590293064713478, + "T": 0.0059163193218410015, + "P": 0.5900924801826477, + "-": 0.20289291441440582 + }, + "id": "tp_27279" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3409877, + "label": "I", + "classification": { + "B": 0.004509784746915102, + "S": 0.001730491640046239, + "I": 0.37645068764686584, + "C": 0.08128423243761063, + "R": 0.016233626753091812, + "M": 0.0183679461479187, + "O": 0.003996057435870171, + "W": 0.0010823039337992668, + "N": 0.029018595814704895, + "Y": 0.09582879394292831, + "U": 0.00035307821235619485, + "K": 0.0010447688400745392, + "L": 0.005133976228535175, + "G": 0.10094665735960007, + "F": 0.006371957715600729, + "E": 0.16930031776428223, + "T": 0.012971864081919193, + "P": 0.05153229832649231, + "-": 0.02384250983595848 + }, + "id": "tp_27280" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3410010, + "label": "P", + "classification": { + "B": 1.4177002185533638e-06, + "S": 5.793778541374195e-07, + "I": 0.056164421141147614, + "C": 2.137166120519396e-05, + "R": 7.819288839527871e-06, + "M": 2.4128237782861106e-05, + "O": 4.115096089662984e-06, + "W": 2.3099704549167654e-07, + "N": 0.0005549198249354959, + "Y": 6.062668762751855e-05, + "U": 1.1882116979222701e-07, + "K": 9.235234443849549e-08, + "L": 5.502793101186398e-07, + "G": 5.975932072033174e-05, + "F": 1.733405952109024e-05, + "E": 0.00031477140146307647, + "T": 8.625471673440188e-05, + "P": 0.9364559054374695, + "-": 0.006225633434951305 + }, + "id": "tp_27281" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3410143, + "label": "P", + "classification": { + "B": 2.193736925448775e-08, + "S": 6.700637555923095e-08, + "I": 0.0005804338725283742, + "C": 3.879958967445418e-06, + "R": 2.0856197124885512e-07, + "M": 1.916763039844227e-06, + "O": 5.098522137814143e-07, + "W": 5.387338930518126e-08, + "N": 2.0250894522177987e-05, + "Y": 1.663402326812502e-05, + "U": 6.275821107237789e-08, + "K": 9.598554697731743e-07, + "L": 3.793229552684352e-08, + "G": 6.186932296259329e-06, + "F": 0.0001679776469245553, + "E": 0.00031936014420352876, + "T": 1.7471335013397038e-05, + "P": 0.8865665197372437, + "-": 0.11229744553565979 + }, + "id": "tp_27282" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3410277, + "label": "P", + "classification": { + "B": 0.0015808196039870381, + "S": 0.0006697825738228858, + "I": 0.05710873007774353, + "C": 0.01344640739262104, + "R": 0.0018279849318787456, + "M": 0.010303751565515995, + "O": 0.0021426326129585505, + "W": 0.0007832400151528418, + "N": 0.0073486934415996075, + "Y": 0.03746606037020683, + "U": 0.0006161723285913467, + "K": 0.0013693043729290366, + "L": 0.0011517686070874333, + "G": 0.013026653788983822, + "F": 0.01686203107237816, + "E": 0.07413985580205917, + "T": 0.012720298022031784, + "P": 0.411219984292984, + "-": 0.3362158238887787 + }, + "id": "tp_27283" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3410377, + "label": "-", + "classification": { + "B": 1.6445757466954092e-07, + "S": 2.4656992536620237e-07, + "I": 0.0006219958886504173, + "C": 0.0004115884657949209, + "R": 3.0452030841843225e-05, + "M": 1.7383854356012307e-05, + "O": 5.605278602160979e-06, + "W": 6.194495085765084e-07, + "N": 1.3273370313982014e-05, + "Y": 0.0002109826309606433, + "U": 1.3892084780309233e-06, + "K": 3.8106315969343996e-06, + "L": 1.557365749249584e-06, + "G": 0.00013698494876734912, + "F": 0.003771932329982519, + "E": 0.00023010405129753053, + "T": 0.0001790555688785389, + "P": 0.35118916630744934, + "-": 0.6431736350059509 + }, + "id": "tp_27284" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3410511, + "label": "P", + "classification": { + "B": 2.378092922583619e-08, + "S": 8.079955193807109e-08, + "I": 0.03689371421933174, + "C": 1.4730514976690756e-06, + "R": 1.5304891576306545e-07, + "M": 1.0256974292133236e-06, + "O": 1.120721293546012e-07, + "W": 3.841942231019857e-08, + "N": 0.0017647739732638001, + "Y": 6.876917723275255e-06, + "U": 4.421691457423549e-09, + "K": 1.0914041922660545e-05, + "L": 2.5037203421618415e-09, + "G": 5.187826900510117e-06, + "F": 3.6819335946347564e-05, + "E": 0.003102528164163232, + "T": 7.700842616031878e-06, + "P": 0.95738285779953, + "-": 0.0007858162862248719 + }, + "id": "tp_27285" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3410644, + "label": "-", + "classification": { + "B": 1.966299350897316e-06, + "S": 6.210705691955809e-07, + "I": 0.01860654167830944, + "C": 0.0023071160539984703, + "R": 0.00015825311129447073, + "M": 0.00025011046091094613, + "O": 3.2928172004176304e-05, + "W": 2.1507278233912075e-06, + "N": 0.00020813131413888186, + "Y": 0.003137658117339015, + "U": 4.5167712414695416e-06, + "K": 2.0853452951996587e-05, + "L": 5.335747573553817e-06, + "G": 0.0012995077995583415, + "F": 0.000993453781120479, + "E": 0.0074990903958678246, + "T": 0.0005373136955313385, + "P": 0.3871399462223053, + "-": 0.5777945518493652 + }, + "id": "tp_27286" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3410777, + "label": "-", + "classification": { + "B": 1.0230201041849796e-06, + "S": 9.205614333041012e-07, + "I": 0.0014734716387465596, + "C": 0.00010551028390182182, + "R": 2.210460115747992e-05, + "M": 4.6907189243938774e-05, + "O": 2.1808709789183922e-05, + "W": 1.341900883744529e-06, + "N": 4.128509681322612e-05, + "Y": 0.0012130442773923278, + "U": 2.443791117912042e-06, + "K": 1.5357717302322271e-06, + "L": 5.312389475875534e-06, + "G": 0.0001627773162908852, + "F": 0.0010586659191176295, + "E": 0.00046611338621005416, + "T": 0.0004539583751466125, + "P": 0.41876164078712463, + "-": 0.5761600732803345 + }, + "id": "tp_27287" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3410878, + "label": "P", + "classification": { + "B": 1.132277773763235e-07, + "S": 3.301425977042527e-08, + "I": 0.022565171122550964, + "C": 1.0637669220159296e-05, + "R": 2.43311802705648e-07, + "M": 6.350467629090417e-06, + "O": 6.254701645502792e-08, + "W": 2.994966052938253e-08, + "N": 0.0001178788734250702, + "Y": 0.00012267813144717366, + "U": 1.8519992650567474e-08, + "K": 1.6165123497557943e-06, + "L": 7.327031426029862e-09, + "G": 7.0197070272115525e-06, + "F": 1.767255162121728e-05, + "E": 0.012730768881738186, + "T": 7.897482646512799e-06, + "P": 0.9588679075241089, + "-": 0.005543817766010761 + }, + "id": "tp_27288" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3411011, + "label": "I", + "classification": { + "B": 8.831765626382548e-06, + "S": 1.0957034646708053e-05, + "I": 0.48260825872421265, + "C": 0.005000199656933546, + "R": 0.0007070835563354194, + "M": 0.0006490324158221483, + "O": 0.00015599954349454492, + "W": 2.0111099729547277e-05, + "N": 0.0032606858294457197, + "Y": 0.021937720477581024, + "U": 9.669281098467764e-06, + "K": 3.3342530514346436e-05, + "L": 2.831884557963349e-05, + "G": 0.0026809535920619965, + "F": 0.000656758202239871, + "E": 0.008640481159090996, + "T": 0.004514164291322231, + "P": 0.3180207908153534, + "-": 0.15105663239955902 + }, + "id": "tp_27289" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3411144, + "label": "-", + "classification": { + "B": 7.315908989724562e-10, + "S": 9.987672910938272e-10, + "I": 3.3796146453823894e-05, + "C": 1.4460561942541972e-05, + "R": 1.9786534721788485e-07, + "M": 3.238425279050716e-06, + "O": 2.9566771786448953e-07, + "W": 2.903266516085523e-09, + "N": 4.0140574242286675e-07, + "Y": 6.245834083529189e-05, + "U": 7.887111408422243e-09, + "K": 4.7374506095820834e-08, + "L": 1.6507966549283992e-08, + "G": 8.284100658784155e-06, + "F": 0.00019062265346292406, + "E": 1.9061510101892054e-05, + "T": 3.3781197998905554e-05, + "P": 0.0665140226483345, + "-": 0.9331194162368774 + }, + "id": "tp_27290" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3411278, + "label": "P", + "classification": { + "B": 0.00013875123113393784, + "S": 8.000829257071018e-05, + "I": 0.03612183779478073, + "C": 0.00620491337031126, + "R": 0.0009657213813625276, + "M": 0.0023636010009795427, + "O": 0.000554919708520174, + "W": 0.00023516280634794384, + "N": 0.0028746414463967085, + "Y": 0.008846310898661613, + "U": 0.00019536713080015033, + "K": 0.0013672873610630631, + "L": 0.00013633524940814823, + "G": 0.0029308327939361334, + "F": 0.010830046609044075, + "E": 0.03603585064411163, + "T": 0.0031028902158141136, + "P": 0.46997013688087463, + "-": 0.4170452654361725 + }, + "id": "tp_27291" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3411378, + "label": "P", + "classification": { + "B": 4.2758925198303765e-13, + "S": 3.2286226101484183e-13, + "I": 4.897123289993033e-06, + "C": 1.0122525040401342e-09, + "R": 1.0306110131974577e-11, + "M": 2.676871224682742e-10, + "O": 4.898096511718464e-11, + "W": 5.614468850771714e-13, + "N": 1.4624676580865525e-08, + "Y": 4.657304941702023e-08, + "U": 2.0232212172982544e-12, + "K": 3.2578192921128846e-10, + "L": 3.1936812135840986e-13, + "G": 4.653440299762224e-09, + "F": 1.3773114915238693e-06, + "E": 7.819676284270827e-07, + "T": 1.9842062215502665e-08, + "P": 0.92890465259552, + "-": 0.0710882768034935 + }, + "id": "tp_27292" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3411512, + "label": "P", + "classification": { + "B": 2.362074980055695e-08, + "S": 1.2812914063076164e-09, + "I": 0.0020826493855565786, + "C": 4.046809408464469e-06, + "R": 6.985853673313613e-08, + "M": 2.2044798697606893e-06, + "O": 2.690888756262666e-08, + "W": 1.890489986777766e-09, + "N": 7.921303222246934e-06, + "Y": 6.547986686200602e-06, + "U": 4.6218322502511455e-09, + "K": 4.804591213769527e-08, + "L": 5.351172394085779e-09, + "G": 6.12349140283186e-06, + "F": 1.4412035852728877e-05, + "E": 0.0014924847055226564, + "T": 2.5662563984951703e-06, + "P": 0.978710949420929, + "-": 0.01767004281282425 + }, + "id": "tp_27293" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3411645, + "label": "P", + "classification": { + "B": 3.042706017697405e-11, + "S": 1.2862715059736018e-10, + "I": 1.0872025086428039e-05, + "C": 7.59786633608428e-09, + "R": 1.8803768264685772e-10, + "M": 4.617154658603795e-09, + "O": 2.2775279440168106e-09, + "W": 2.980464833268748e-11, + "N": 1.8689591740894684e-07, + "Y": 1.990999862755416e-07, + "U": 6.711458472308252e-11, + "K": 4.223543181858247e-10, + "L": 4.300243494625988e-11, + "G": 4.6403673792383415e-08, + "F": 4.384450676298002e-06, + "E": 1.7176747633129708e-06, + "T": 4.051403266203124e-07, + "P": 0.9536698460578918, + "-": 0.04631234332919121 + }, + "id": "tp_27294" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3411778, + "label": "P", + "classification": { + "B": 0.00011974468361586332, + "S": 0.00010017072781920433, + "I": 0.10202906280755997, + "C": 0.0024086988996714354, + "R": 0.0002909596369136125, + "M": 0.0005375692271627486, + "O": 0.0001320151932304725, + "W": 6.294402555795386e-05, + "N": 0.016242321580648422, + "Y": 0.0011654229601845145, + "U": 5.8320958487456664e-05, + "K": 0.0011883856495842338, + "L": 3.387948527233675e-05, + "G": 0.0023512369953095913, + "F": 0.0021825178992003202, + "E": 0.0753612145781517, + "T": 0.0008629456860944629, + "P": 0.774211585521698, + "-": 0.020661024376749992 + }, + "id": "tp_27295" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3411879, + "label": "P", + "classification": { + "B": 2.4198996140256668e-09, + "S": 3.3876375038488504e-09, + "I": 0.002307996153831482, + "C": 4.471519901017018e-07, + "R": 1.9759960778742425e-08, + "M": 3.202610230346181e-07, + "O": 1.2837076290850291e-08, + "W": 9.040124204773292e-10, + "N": 5.584450627793558e-05, + "Y": 7.932533208077075e-07, + "U": 8.244105398347301e-10, + "K": 6.494991566796671e-08, + "L": 4.1403708239684534e-10, + "G": 4.4613011596084107e-07, + "F": 2.4877233499864815e-06, + "E": 0.0004333571996539831, + "T": 5.327597136783879e-07, + "P": 0.9957506656646729, + "-": 0.0014470563037320971 + }, + "id": "tp_27296" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3412012, + "label": "P", + "classification": { + "B": 2.939250862254994e-06, + "S": 4.888596549790236e-07, + "I": 0.10159260779619217, + "C": 0.002031630603596568, + "R": 0.00020968590979464352, + "M": 0.0003433803503867239, + "O": 1.4897764231136534e-05, + "W": 6.972902610868914e-07, + "N": 0.0002744115481618792, + "Y": 0.0024831113405525684, + "U": 1.7208072904395522e-06, + "K": 4.912337203677453e-07, + "L": 1.1088766768807545e-05, + "G": 0.0013974563917145133, + "F": 0.000160658048116602, + "E": 0.0046523320488631725, + "T": 0.0006699239602312446, + "P": 0.7329903244972229, + "-": 0.15316224098205566 + }, + "id": "tp_27297" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3412145, + "label": "P", + "classification": { + "B": 4.532589173322776e-06, + "S": 8.786020657680638e-07, + "I": 0.002534851897507906, + "C": 3.7395948311313987e-06, + "R": 4.025315547551145e-07, + "M": 5.708855951525038e-06, + "O": 1.6305638155245106e-06, + "W": 3.1694776225776877e-07, + "N": 5.9017220337409526e-05, + "Y": 6.732638212270103e-06, + "U": 1.3844189084011305e-07, + "K": 1.1114702402892362e-07, + "L": 3.812368163380597e-07, + "G": 1.087040982383769e-05, + "F": 4.289153730496764e-05, + "E": 0.0006053755059838295, + "T": 1.2284460353839677e-05, + "P": 0.9816867113113403, + "-": 0.015023387037217617 + }, + "id": "tp_27298" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3412279, + "label": "P", + "classification": { + "B": 1.4287404610513477e-06, + "S": 6.178082685437403e-07, + "I": 0.039161741733551025, + "C": 0.00023182346194516867, + "R": 1.870328742370475e-05, + "M": 3.106757503701374e-05, + "O": 3.83412952942308e-06, + "W": 5.996838581268094e-07, + "N": 0.000403435667976737, + "Y": 0.00012467378110159189, + "U": 1.5135142348299269e-06, + "K": 1.9958736174885416e-06, + "L": 1.5266045920725446e-06, + "G": 8.222316682804376e-05, + "F": 0.00013197179941926152, + "E": 0.0016568426508456469, + "T": 8.904342394089326e-05, + "P": 0.9157693982124329, + "-": 0.04228749871253967 + }, + "id": "tp_27299" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3412379, + "label": "P", + "classification": { + "B": 2.6805619199876674e-06, + "S": 2.4928533548518317e-06, + "I": 0.001519882003776729, + "C": 1.2177285498182755e-05, + "R": 1.366477704323188e-06, + "M": 2.141940603905823e-05, + "O": 1.0893175385717768e-05, + "W": 2.492040493962122e-06, + "N": 0.00021047357586212456, + "Y": 6.551619298988953e-05, + "U": 2.170666903111851e-06, + "K": 7.330135849770159e-05, + "L": 7.300478728211601e-07, + "G": 8.655943383928388e-05, + "F": 0.001220653997734189, + "E": 0.003330684034153819, + "T": 0.000130532804178074, + "P": 0.8818556666374207, + "-": 0.11145032197237015 + }, + "id": "tp_27300" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3412513, + "label": "P", + "classification": { + "B": 1.5065016668813769e-05, + "S": 3.9977734559215605e-05, + "I": 0.01381131261587143, + "C": 0.0005718545871786773, + "R": 4.616622027242556e-05, + "M": 4.430545595823787e-05, + "O": 3.995227598352358e-05, + "W": 4.146767605561763e-05, + "N": 0.0049725486896932125, + "Y": 0.00016450158727820963, + "U": 1.865999001893215e-05, + "K": 0.0006989453686401248, + "L": 4.511387487582397e-06, + "G": 0.0005576317198574543, + "F": 0.0021454612724483013, + "E": 0.03233281895518303, + "T": 0.00024994046543724835, + "P": 0.9218538403511047, + "-": 0.02239101007580757 + }, + "id": "tp_27301" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3412646, + "label": "P", + "classification": { + "B": 1.8132338652776525e-07, + "S": 7.548663205625417e-08, + "I": 0.0013099453644827008, + "C": 8.733934919291642e-06, + "R": 5.476567821460776e-07, + "M": 5.6212579693237785e-06, + "O": 1.5999620472939569e-06, + "W": 1.9322216360251332e-07, + "N": 3.394286977709271e-05, + "Y": 0.00012058537686243653, + "U": 2.5566234285179235e-07, + "K": 4.998625172447646e-06, + "L": 8.038775689556132e-08, + "G": 3.440759246586822e-05, + "F": 0.00027781969401985407, + "E": 0.000577217317186296, + "T": 3.700083834701218e-05, + "P": 0.8026118278503418, + "-": 0.19497506320476532 + }, + "id": "tp_27302" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3412779, + "label": "-", + "classification": { + "B": 1.120336833082547e-06, + "S": 4.143938099332445e-07, + "I": 0.0434608981013298, + "C": 0.00839971099048853, + "R": 0.00029446586268022656, + "M": 0.0004884150112047791, + "O": 1.828733911679592e-05, + "W": 1.8107608639184036e-06, + "N": 0.0001817575830500573, + "Y": 0.005348899867385626, + "U": 2.5576864572940394e-06, + "K": 4.84041584059014e-06, + "L": 5.327555754774949e-06, + "G": 0.0008373975870199502, + "F": 0.0009540743194520473, + "E": 0.0044849407859146595, + "T": 0.0007207155576907098, + "P": 0.36215484142303467, + "-": 0.5726395845413208 + }, + "id": "tp_27303" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3412880, + "label": "P", + "classification": { + "B": 2.710618502987927e-07, + "S": 2.0904448660985508e-07, + "I": 0.003276460338383913, + "C": 2.1792984625790268e-05, + "R": 3.320835958220414e-06, + "M": 9.458233762416057e-06, + "O": 1.8190329456047039e-06, + "W": 6.035465389686578e-07, + "N": 6.651230796705931e-05, + "Y": 0.00017135021334979683, + "U": 4.875620334132691e-07, + "K": 1.5477831766474992e-05, + "L": 2.0378955412070354e-07, + "G": 3.056324567296542e-05, + "F": 0.0007497560582123697, + "E": 0.0016749786445870996, + "T": 6.931987445568666e-05, + "P": 0.8222712874412537, + "-": 0.1716361939907074 + }, + "id": "tp_27304" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3413013, + "label": "P", + "classification": { + "B": 3.296119928108965e-07, + "S": 3.881497434576886e-07, + "I": 0.0030017984099686146, + "C": 1.3367739484237973e-05, + "R": 2.0777317786269123e-06, + "M": 1.0502740224183071e-05, + "O": 3.3565604553587036e-06, + "W": 3.285706213773665e-07, + "N": 7.685805030632764e-05, + "Y": 9.45516221690923e-05, + "U": 5.29405667748506e-07, + "K": 4.145775619690539e-06, + "L": 2.4709171952963516e-07, + "G": 2.97501446766546e-05, + "F": 0.00016437105659861118, + "E": 0.00027765551931224763, + "T": 6.733150803484023e-05, + "P": 0.893271267414093, + "-": 0.10298102349042892 + }, + "id": "tp_27305" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3413146, + "label": "P", + "classification": { + "B": 4.219478739742044e-07, + "S": 4.609742632055713e-08, + "I": 0.16489048302173615, + "C": 7.284358434844762e-05, + "R": 1.8240069721287e-06, + "M": 1.656603672017809e-05, + "O": 3.466035991550598e-07, + "W": 4.524809327222101e-08, + "N": 0.000520590168889612, + "Y": 0.00039161727181635797, + "U": 2.9847722515796704e-08, + "K": 7.14035309101746e-07, + "L": 5.738055364190586e-08, + "G": 6.536403816426173e-05, + "F": 1.7743208445608616e-05, + "E": 0.013606053777039051, + "T": 2.542060610721819e-05, + "P": 0.813052237033844, + "-": 0.007337623275816441 + }, + "id": "tp_27306" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3413280, + "label": "P", + "classification": { + "B": 1.9960777919436623e-08, + "S": 3.209777688084614e-08, + "I": 0.004817337729036808, + "C": 4.649084246466373e-07, + "R": 1.7804788754460787e-08, + "M": 3.230298659673281e-07, + "O": 5.5112106878141276e-08, + "W": 3.3429287782382744e-08, + "N": 0.00010533478780416772, + "Y": 1.6904035646803095e-06, + "U": 4.072104875518789e-09, + "K": 9.123592690229998e-07, + "L": 1.9807433471186187e-09, + "G": 1.1248107512074057e-06, + "F": 2.592644523247145e-05, + "E": 0.0013335421681404114, + "T": 7.12323753759847e-07, + "P": 0.9925599098205566, + "-": 0.0011525825830176473 + }, + "id": "tp_27307" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3413380, + "label": "P", + "classification": { + "B": 3.086500157678529e-07, + "S": 1.4439760889217723e-06, + "I": 0.004435947630554438, + "C": 7.217739494080888e-06, + "R": 8.528824082532083e-07, + "M": 2.5357812774018385e-05, + "O": 3.1064996619534213e-06, + "W": 3.839922158022091e-07, + "N": 0.00013419617607723922, + "Y": 0.00014865670527797192, + "U": 1.8885452846006956e-07, + "K": 2.382899310759967e-06, + "L": 2.3256124848103354e-07, + "G": 1.966141462617088e-05, + "F": 0.00019279003026895225, + "E": 0.0005477896193042397, + "T": 8.678911399329081e-05, + "P": 0.9457274079322815, + "-": 0.0486653707921505 + }, + "id": "tp_27308" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3413514, + "label": "P", + "classification": { + "B": 3.822259168373421e-05, + "S": 1.49850066009094e-05, + "I": 0.1834295690059662, + "C": 0.001950246631167829, + "R": 0.0002109174820361659, + "M": 0.0005348136182874441, + "O": 7.501684012822807e-05, + "W": 2.0987279640394263e-05, + "N": 0.005329036619514227, + "Y": 0.0035859099589288235, + "U": 1.0416621080366895e-05, + "K": 0.00011702851043082774, + "L": 1.4986064343247563e-05, + "G": 0.0015265471301972866, + "F": 0.0011056161019951105, + "E": 0.028868069872260094, + "T": 0.0007262118742801249, + "P": 0.7221072912216187, + "-": 0.05033408850431442 + }, + "id": "tp_27309" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3413647, + "label": "P", + "classification": { + "B": 1.7281923447853842e-08, + "S": 9.817168233894336e-08, + "I": 0.4463963210582733, + "C": 6.394755018845899e-06, + "R": 1.597614982529194e-07, + "M": 6.503255463030655e-06, + "O": 3.068086300572759e-07, + "W": 3.946082571815168e-08, + "N": 0.0022563193924725056, + "Y": 8.086500019999221e-05, + "U": 1.243376734905155e-09, + "K": 6.078217893445981e-07, + "L": 4.185289892433275e-09, + "G": 5.719830824091332e-06, + "F": 2.5139033823506907e-06, + "E": 0.004541123751550913, + "T": 1.2210908607812598e-05, + "P": 0.545367419719696, + "-": 0.001323423464782536 + }, + "id": "tp_27310" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3413780, + "label": "P", + "classification": { + "B": 5.219271681511373e-10, + "S": 4.267603770369277e-10, + "I": 0.00036507807089947164, + "C": 1.715272759383879e-07, + "R": 6.477824499029339e-09, + "M": 8.908975956956056e-08, + "O": 1.9710263643446524e-08, + "W": 5.052674945105196e-10, + "N": 1.6613179241176113e-06, + "Y": 2.943272647826234e-06, + "U": 4.0164210846072024e-10, + "K": 6.019916232169464e-10, + "L": 6.896814785939398e-10, + "G": 3.96023779103416e-07, + "F": 1.7541811985211098e-06, + "E": 1.7605674656806514e-05, + "T": 2.2900687781657325e-06, + "P": 0.966929018497467, + "-": 0.03267896547913551 + }, + "id": "tp_27311" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3413881, + "label": "P", + "classification": { + "B": 8.526912279194221e-05, + "S": 0.0001861612545326352, + "I": 0.013804110698401928, + "C": 0.00022604015248361975, + "R": 5.664033960783854e-05, + "M": 0.0002606678463052958, + "O": 0.00013862844207324088, + "W": 7.399568858090788e-05, + "N": 0.004752404987812042, + "Y": 0.0004018685140181333, + "U": 4.296806946513243e-05, + "K": 0.00035790729452855885, + "L": 1.9784689357038587e-05, + "G": 0.0004346185887698084, + "F": 0.00280375056900084, + "E": 0.011535878293216228, + "T": 0.0004981620004400611, + "P": 0.9367170929908752, + "-": 0.027603905647993088 + }, + "id": "tp_27312" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3414014, + "label": "P", + "classification": { + "B": 5.374772626964841e-07, + "S": 1.7211874592248932e-06, + "I": 0.02105363830924034, + "C": 7.300327706616372e-05, + "R": 1.5107866602193099e-05, + "M": 1.7071262846002355e-05, + "O": 7.243941126944264e-06, + "W": 1.3465223673847504e-06, + "N": 0.0015514660626649857, + "Y": 0.0003140531189274043, + "U": 5.341802307157195e-07, + "K": 5.819740181323141e-05, + "L": 3.192426447640173e-07, + "G": 0.00021377342636696994, + "F": 0.0007384244236163795, + "E": 0.007287400308996439, + "T": 0.00020577787654474378, + "P": 0.9382321834564209, + "-": 0.03022821433842182 + }, + "id": "tp_27313" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3414147, + "label": "P", + "classification": { + "B": 3.9173681898319046e-07, + "S": 8.050056976571796e-08, + "I": 0.001292303903028369, + "C": 2.1144753191038035e-05, + "R": 4.66957800426826e-07, + "M": 1.4292418200057e-05, + "O": 1.2919040273118299e-06, + "W": 1.0584476939357046e-07, + "N": 2.1890486095799133e-05, + "Y": 2.30058631132124e-05, + "U": 8.547204544129272e-08, + "K": 1.4960863836677163e-07, + "L": 2.6521993845562974e-07, + "G": 3.8386515370802954e-05, + "F": 0.00014033186016604304, + "E": 0.0011155320098623633, + "T": 1.594991044839844e-05, + "P": 0.9355056285858154, + "-": 0.06180870905518532 + }, + "id": "tp_27314" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3414281, + "label": "P", + "classification": { + "B": 1.7887138881178544e-07, + "S": 3.400058687930141e-07, + "I": 0.038012824952602386, + "C": 1.7350911321045714e-06, + "R": 2.273250174766872e-07, + "M": 1.2897768328912207e-06, + "O": 1.7616459047076205e-07, + "W": 5.916930945204513e-08, + "N": 0.0008359176572412252, + "Y": 4.373193860374158e-06, + "U": 1.4083674670928303e-08, + "K": 9.73749138211133e-07, + "L": 1.2152771233786552e-08, + "G": 7.041186563583324e-06, + "F": 1.1013317816832568e-05, + "E": 0.0006069755181670189, + "T": 5.198191956878873e-06, + "P": 0.9599618911743164, + "-": 0.0005497217061929405 + }, + "id": "tp_27315" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3414381, + "label": "P", + "classification": { + "B": 1.050009723257972e-05, + "S": 3.874443336826516e-06, + "I": 0.03514143079519272, + "C": 0.00016076720203272998, + "R": 1.4026075405126903e-05, + "M": 0.00022011897817719728, + "O": 5.628482540487312e-06, + "W": 3.3452290608693147e-06, + "N": 0.0033784378319978714, + "Y": 0.00020969075558241457, + "U": 1.3809747088089352e-06, + "K": 0.0002255451399832964, + "L": 1.200438759951794e-06, + "G": 0.00036558895953930914, + "F": 0.00045518504339270294, + "E": 0.19533981382846832, + "T": 4.528765202849172e-05, + "P": 0.7604396939277649, + "-": 0.003978462889790535 + }, + "id": "tp_27316" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3414515, + "label": "P", + "classification": { + "B": 1.793525967741516e-07, + "S": 3.8468056118290406e-07, + "I": 0.0005548552726395428, + "C": 7.147054930101149e-07, + "R": 1.5287066901237267e-07, + "M": 1.1537638329173205e-06, + "O": 7.892598432590603e-07, + "W": 1.5446245527073188e-07, + "N": 4.258915578247979e-05, + "Y": 1.1807669579866342e-05, + "U": 7.827850367903011e-08, + "K": 2.5368635760969482e-06, + "L": 2.5701401895616982e-08, + "G": 4.634333436115412e-06, + "F": 0.00012751725444104522, + "E": 0.00017684121849015355, + "T": 1.3889953152101953e-05, + "P": 0.9655194878578186, + "-": 0.03354225307703018 + }, + "id": "tp_27317" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3414648, + "label": "P", + "classification": { + "B": 4.309656105760951e-06, + "S": 1.1101745258201845e-05, + "I": 0.012120025232434273, + "C": 7.827746594557539e-05, + "R": 1.633141619095113e-05, + "M": 2.9135948352632113e-05, + "O": 1.4908431694493629e-05, + "W": 8.768144653004128e-06, + "N": 0.004361226689070463, + "Y": 0.00054120400454849, + "U": 3.4649078770598862e-06, + "K": 0.0016549206338822842, + "L": 1.418126089447469e-06, + "G": 0.0009502185857854784, + "F": 0.004102414008229971, + "E": 0.10963950306177139, + "T": 0.0001295317051699385, + "P": 0.8552433252334595, + "-": 0.011089942418038845 + }, + "id": "tp_27318" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3414781, + "label": "P", + "classification": { + "B": 2.6920756681647617e-06, + "S": 1.7664107190284994e-06, + "I": 0.003445045556873083, + "C": 2.0007726561743766e-05, + "R": 2.16565968003124e-06, + "M": 1.7035501514328644e-05, + "O": 3.215190872651874e-06, + "W": 9.15823477498634e-07, + "N": 0.0002426745049888268, + "Y": 7.952450687298551e-05, + "U": 1.3274924413053668e-06, + "K": 1.2206182873342186e-05, + "L": 7.718952588220418e-07, + "G": 5.553548180614598e-05, + "F": 0.0006564827635884285, + "E": 0.002710492815822363, + "T": 4.5761076762573794e-05, + "P": 0.958742082118988, + "-": 0.033960238099098206 + }, + "id": "tp_27319" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3414882, + "label": "P", + "classification": { + "B": 2.4027172003115993e-06, + "S": 8.573168202019588e-07, + "I": 0.0050737797282636166, + "C": 0.00012645743845496327, + "R": 8.072158379945904e-06, + "M": 6.567254604306072e-05, + "O": 1.291642001888249e-05, + "W": 2.128173946402967e-06, + "N": 0.0005671389517374337, + "Y": 0.0003183805965818465, + "U": 1.9130134205624927e-06, + "K": 0.00016916808090172708, + "L": 7.316505730159406e-07, + "G": 0.00035057138302363455, + "F": 0.0011284698266535997, + "E": 0.017206555232405663, + "T": 0.0001229316258104518, + "P": 0.8568959832191467, + "-": 0.11794590950012207 + }, + "id": "tp_27320" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3415015, + "label": "P", + "classification": { + "B": 2.9617540349136107e-05, + "S": 7.027909305179492e-06, + "I": 0.013865659944713116, + "C": 2.421339559077751e-05, + "R": 2.756765979938791e-06, + "M": 0.0002401031815679744, + "O": 7.88306260801619e-06, + "W": 9.769460120878648e-07, + "N": 0.0003135316073894501, + "Y": 0.0002428180887363851, + "U": 2.2770707630570541e-07, + "K": 2.721603493682778e-07, + "L": 3.2792963793326635e-06, + "G": 0.000128006431623362, + "F": 0.00010710259812185541, + "E": 0.007882555946707726, + "T": 0.00013153180771041662, + "P": 0.9619807600975037, + "-": 0.015031608752906322 + }, + "id": "tp_27321" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3415148, + "label": "P", + "classification": { + "B": 8.790816382123201e-13, + "S": 1.8156434689053924e-11, + "I": 5.1022539992118254e-05, + "C": 1.4544611071087843e-09, + "R": 6.452085393737761e-11, + "M": 9.378946508320496e-10, + "O": 1.1931977628165669e-10, + "W": 2.950262213349819e-12, + "N": 2.5720026997078094e-07, + "Y": 1.086812346784427e-07, + "U": 2.4727544230968013e-12, + "K": 1.373776231661239e-10, + "L": 8.385008724680343e-13, + "G": 2.3933126591657583e-09, + "F": 1.571596470739678e-07, + "E": 8.276832090814423e-07, + "T": 6.89575898604744e-08, + "P": 0.9965446591377258, + "-": 0.0034029013477265835 + }, + "id": "tp_27322" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3415282, + "label": "P", + "classification": { + "B": 2.5487524979439513e-08, + "S": 8.833835636323784e-07, + "I": 0.0037319588009268045, + "C": 2.6354205147072207e-06, + "R": 8.711688792573113e-07, + "M": 1.0488479347259272e-06, + "O": 9.178747291116451e-07, + "W": 3.4547508676041616e-07, + "N": 0.00034725104342214763, + "Y": 1.1391755833756179e-05, + "U": 7.664022660947012e-08, + "K": 3.2099549116537673e-06, + "L": 2.459466053039705e-08, + "G": 2.121079887729138e-06, + "F": 8.235422865254804e-05, + "E": 0.00034480661270208657, + "T": 1.5442028598045e-05, + "P": 0.9842750430107117, + "-": 0.011179621331393719 + }, + "id": "tp_27323" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3415382, + "label": "P", + "classification": { + "B": 3.383632702025352e-06, + "S": 2.5563856524968287e-06, + "I": 0.011894355528056622, + "C": 0.00010497391485841945, + "R": 6.116983513493324e-06, + "M": 2.6741467081592418e-05, + "O": 6.0228435359022114e-06, + "W": 4.391768925415818e-06, + "N": 0.0019760578870773315, + "Y": 0.00010041022324003279, + "U": 1.3747295497523737e-06, + "K": 0.00017814651073422283, + "L": 7.593222335344763e-07, + "G": 0.000341212609782815, + "F": 0.0018017840338870883, + "E": 0.05852426961064339, + "T": 5.5066349887056276e-05, + "P": 0.9101846218109131, + "-": 0.014787765219807625 + }, + "id": "tp_27324" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3415516, + "label": "P", + "classification": { + "B": 6.1783123328496e-07, + "S": 2.1141173078831343e-07, + "I": 0.0037173889577388763, + "C": 1.436427282897057e-05, + "R": 2.046997451543575e-06, + "M": 9.309655979450326e-06, + "O": 1.2869330703324522e-06, + "W": 2.232062854545802e-07, + "N": 0.00010654509242158383, + "Y": 0.0001506341650383547, + "U": 3.7279232856235467e-07, + "K": 4.946212357026525e-06, + "L": 1.0873559119772835e-07, + "G": 4.1212912037735805e-05, + "F": 9.79366377578117e-05, + "E": 0.0015499397413805127, + "T": 2.6312522095395252e-05, + "P": 0.9562763571739197, + "-": 0.03800022974610329 + }, + "id": "tp_27325" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3415649, + "label": "P", + "classification": { + "B": 3.081024988205172e-05, + "S": 4.5964396122144535e-05, + "I": 0.129365935921669, + "C": 0.0012369881151244044, + "R": 0.00014469098823610693, + "M": 0.00031671125907450914, + "O": 4.612198972608894e-05, + "W": 2.9619955967064016e-05, + "N": 0.014966094866394997, + "Y": 0.0021570443641394377, + "U": 1.2063833310094196e-05, + "K": 0.0005443267291411757, + "L": 8.693587915331591e-06, + "G": 0.000963087659329176, + "F": 0.000979909091256559, + "E": 0.08159423619508743, + "T": 0.00042366786510683596, + "P": 0.7567841410636902, + "-": 0.010349972173571587 + }, + "id": "tp_27326" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3415782, + "label": "P", + "classification": { + "B": 1.1000574886566028e-05, + "S": 1.6727579350117594e-05, + "I": 0.3536568284034729, + "C": 0.0002739178016781807, + "R": 1.2857577530667186e-05, + "M": 0.00023106008302420378, + "O": 6.927681170054711e-06, + "W": 3.0259229788498487e-06, + "N": 0.023515531793236732, + "Y": 0.00010191198089160025, + "U": 3.6095372024647077e-07, + "K": 9.10854505491443e-05, + "L": 8.809053611003037e-07, + "G": 0.0004032000433653593, + "F": 0.0001125008420785889, + "E": 0.1034671738743782, + "T": 7.504728273488581e-05, + "P": 0.5174651741981506, + "-": 0.0005549013148993254 + }, + "id": "tp_27327" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3415883, + "label": "I", + "classification": { + "B": 9.355433576274663e-05, + "S": 5.6058590416796505e-05, + "I": 0.5806013941764832, + "C": 0.006806379184126854, + "R": 0.0006100613973103464, + "M": 0.0018282538512721658, + "O": 0.00017482368275523186, + "W": 6.133442366262898e-05, + "N": 0.014475095085799694, + "Y": 0.006480502430349588, + "U": 1.6930140191107057e-05, + "K": 0.00015658949268981814, + "L": 5.35097460669931e-05, + "G": 0.0020431214943528175, + "F": 0.0006013930542394519, + "E": 0.08526154607534409, + "T": 0.0011544390581548214, + "P": 0.2794819176197052, + "-": 0.02004305273294449 + }, + "id": "tp_27328" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3416016, + "label": "I", + "classification": { + "B": 3.7149466152186505e-06, + "S": 8.816910849418491e-06, + "I": 0.7766919732093811, + "C": 0.000172938103787601, + "R": 1.4899276720825583e-05, + "M": 5.615377813228406e-05, + "O": 5.39552775080665e-06, + "W": 1.6262864619420725e-06, + "N": 0.01490598265081644, + "Y": 0.00026755090220831335, + "U": 1.6650741940793523e-07, + "K": 1.5412217180710286e-05, + "L": 5.76985769384919e-07, + "G": 0.0001863787620095536, + "F": 3.215356991859153e-05, + "E": 0.02038189023733139, + "T": 6.4167681557592e-05, + "P": 0.18668581545352936, + "-": 0.0005043416167609394 + }, + "id": "tp_27329" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3416149, + "label": "P", + "classification": { + "B": 9.7594320322969e-06, + "S": 2.8256474251975305e-05, + "I": 0.19624574482440948, + "C": 0.00015802426787558943, + "R": 2.1260786525090225e-05, + "M": 0.00010773235408123583, + "O": 2.7381260224501602e-05, + "W": 6.791403393435758e-06, + "N": 0.004034017212688923, + "Y": 0.0006237315246835351, + "U": 1.7111917713918956e-06, + "K": 1.1979888768109959e-05, + "L": 4.600366992235649e-06, + "G": 0.00033458363031968474, + "F": 0.0002975593088194728, + "E": 0.005342790856957436, + "T": 0.00039972932427190244, + "P": 0.7783789038658142, + "-": 0.013965416699647903 + }, + "id": "tp_27330" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3416283, + "label": "P", + "classification": { + "B": 1.2047776181134395e-06, + "S": 1.2445324273357983e-06, + "I": 0.005517357960343361, + "C": 2.2303761397779454e-06, + "R": 3.975261506639072e-07, + "M": 5.27517522641574e-06, + "O": 1.3699574310521712e-06, + "W": 2.783757508950657e-07, + "N": 0.0003906525962520391, + "Y": 1.116802650358295e-05, + "U": 1.0237688741199236e-07, + "K": 3.527057970131864e-06, + "L": 9.628026731434147e-08, + "G": 1.304581655858783e-05, + "F": 8.185212209355086e-05, + "E": 0.0013595720520243049, + "T": 9.960765964933671e-06, + "P": 0.9888206720352173, + "-": 0.003780051600188017 + }, + "id": "tp_27331" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3416383, + "label": "P", + "classification": { + "B": 1.1223531259929587e-07, + "S": 5.4732517185129836e-08, + "I": 0.06938928365707397, + "C": 0.00018594546418171376, + "R": 5.14355224368046e-06, + "M": 8.847182471072301e-05, + "O": 2.517833991078078e-06, + "W": 1.1960473500494118e-07, + "N": 0.00013996707275509834, + "Y": 0.00325130601413548, + "U": 8.108002447215767e-08, + "K": 1.0745544614110258e-06, + "L": 2.5377713086527365e-07, + "G": 0.0002468560414854437, + "F": 9.246972331311554e-05, + "E": 0.004864556714892387, + "T": 0.00034058335586450994, + "P": 0.6667411923408508, + "-": 0.2546500861644745 + }, + "id": "tp_27332" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3416517, + "label": "P", + "classification": { + "B": 2.9049983751860964e-08, + "S": 1.8309317511011614e-06, + "I": 0.011822744272649288, + "C": 3.430014317018504e-07, + "R": 9.059807126732267e-08, + "M": 1.2330722256592708e-06, + "O": 5.219662853050977e-07, + "W": 1.0066043643064404e-07, + "N": 0.0013357819989323616, + "Y": 4.568605163512984e-06, + "U": 9.336112327673618e-09, + "K": 5.29271437699208e-06, + "L": 5.644694489603808e-09, + "G": 1.6429419247288024e-06, + "F": 2.9990502298460342e-05, + "E": 0.0005654377746395767, + "T": 6.5611661739239935e-06, + "P": 0.9848158359527588, + "-": 0.0014080241089686751 + }, + "id": "tp_27333" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3416650, + "label": "P", + "classification": { + "B": 9.727064025355503e-07, + "S": 2.4486319034622284e-06, + "I": 0.19426773488521576, + "C": 6.831559585407376e-05, + "R": 1.4620968613598961e-05, + "M": 4.297235136618838e-05, + "O": 1.5748004443594255e-05, + "W": 1.7221477719431277e-06, + "N": 0.0037915194407105446, + "Y": 0.0001907016703626141, + "U": 2.845042956778343e-07, + "K": 8.886690920917317e-06, + "L": 6.680342039544485e-07, + "G": 8.509134204359725e-05, + "F": 8.221868483815342e-05, + "E": 0.0014040239620953798, + "T": 0.00034829904325306416, + "P": 0.7703927755355835, + "-": 0.029281092807650566 + }, + "id": "tp_27334" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3416750, + "label": "P", + "classification": { + "B": 1.960907809461787e-07, + "S": 2.515464814223378e-07, + "I": 0.0013698524562641978, + "C": 1.403241913067177e-05, + "R": 7.954774901008932e-07, + "M": 1.710449168967898e-06, + "O": 5.588419185187377e-07, + "W": 1.1603754757061324e-07, + "N": 5.607424827758223e-05, + "Y": 1.435740887245629e-05, + "U": 2.855022955827735e-07, + "K": 1.7496910231784568e-06, + "L": 8.769103487793473e-08, + "G": 9.006813343148679e-06, + "F": 0.000169097664183937, + "E": 0.0005762058426626027, + "T": 9.468983989791013e-06, + "P": 0.9697516560554504, + "-": 0.028024468570947647 + }, + "id": "tp_27335" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3416884, + "label": "I", + "classification": { + "B": 1.265978312403604e-06, + "S": 7.344273399212398e-06, + "I": 0.70367830991745, + "C": 0.00011531085328897461, + "R": 1.7624734027776867e-05, + "M": 3.533993003657088e-05, + "O": 4.0411441659671254e-06, + "W": 1.9628548670880264e-06, + "N": 0.01118925865739584, + "Y": 0.0001948094432009384, + "U": 1.7035445409874228e-07, + "K": 2.561487417551689e-05, + "L": 2.2400848820325336e-07, + "G": 7.003488281043246e-05, + "F": 4.4294680265011266e-05, + "E": 0.004467735067009926, + "T": 0.00010689906048355624, + "P": 0.27875256538391113, + "-": 0.0012871753424406052 + }, + "id": "tp_27336" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3417017, + "label": "P", + "classification": { + "B": 4.432536560017297e-09, + "S": 9.821260471554183e-10, + "I": 0.0003651939914561808, + "C": 5.437050845102931e-07, + "R": 9.06921560073215e-09, + "M": 7.442787364198011e-07, + "O": 8.83523298966793e-09, + "W": 4.463245051322673e-10, + "N": 1.8224095583718736e-06, + "Y": 7.807086149114184e-06, + "U": 1.4648660062732688e-09, + "K": 8.697027986670491e-09, + "L": 1.0533378613786226e-09, + "G": 1.1008562523784349e-06, + "F": 2.676337771845283e-06, + "E": 0.00023568535107187927, + "T": 1.7326417491858592e-06, + "P": 0.9806780219078064, + "-": 0.0187046118080616 + }, + "id": "tp_27337" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3417150, + "label": "P", + "classification": { + "B": 2.646008567808167e-07, + "S": 6.453630874148075e-08, + "I": 0.0022170518059283495, + "C": 1.5472496670554392e-05, + "R": 2.036331807175884e-06, + "M": 4.742829332826659e-06, + "O": 2.7463659080240177e-06, + "W": 1.0643486803019186e-07, + "N": 8.826719567878172e-05, + "Y": 6.202831718837842e-05, + "U": 3.4715546348706994e-07, + "K": 6.241083156055538e-06, + "L": 8.701387343990064e-08, + "G": 6.840817513875663e-05, + "F": 0.0002890016185119748, + "E": 0.0010360536398366094, + "T": 3.087373261223547e-05, + "P": 0.8853327035903931, + "-": 0.11084362119436264 + }, + "id": "tp_27338" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3417251, + "label": "P", + "classification": { + "B": 9.303985848418961e-07, + "S": 1.476988131798862e-07, + "I": 0.4462365508079529, + "C": 0.00041102137765847147, + "R": 9.19240392249776e-06, + "M": 6.825968739576638e-05, + "O": 5.342218400983256e-07, + "W": 4.540040521305855e-08, + "N": 0.0008438784279860556, + "Y": 0.0004426772939041257, + "U": 4.380837737016918e-08, + "K": 2.7476733066578163e-07, + "L": 2.544691426464851e-07, + "G": 0.00024837214732542634, + "F": 1.043672273226548e-05, + "E": 0.022517437115311623, + "T": 5.937233436270617e-05, + "P": 0.5257444977760315, + "-": 0.003406047821044922 + }, + "id": "tp_27339" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3417384, + "label": "P", + "classification": { + "B": 6.225750439625699e-06, + "S": 1.305727664657752e-06, + "I": 0.04458443075418472, + "C": 0.00023679011792410165, + "R": 1.0403375199530274e-05, + "M": 0.00015097399591468275, + "O": 1.8892700609285384e-05, + "W": 1.673589054007607e-06, + "N": 0.00109239446464926, + "Y": 0.0007398340385407209, + "U": 1.520350906503154e-06, + "K": 5.1607626119221095e-06, + "L": 2.164275656468817e-06, + "G": 0.0003497790894471109, + "F": 0.0001046051547746174, + "E": 0.007502462714910507, + "T": 0.00031931823468767107, + "P": 0.8941323757171631, + "-": 0.05073966830968857 + }, + "id": "tp_27340" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3417518, + "label": "P", + "classification": { + "B": 6.520509032270638e-06, + "S": 3.5113018384436145e-05, + "I": 0.3456399738788605, + "C": 0.010599376633763313, + "R": 0.0005465846043080091, + "M": 0.0008128804038278759, + "O": 8.093955693766475e-05, + "W": 2.842009962478187e-05, + "N": 0.014999446459114552, + "Y": 0.0018048022175207734, + "U": 3.652999112091493e-06, + "K": 0.0006753063062205911, + "L": 9.024633982335217e-06, + "G": 0.004102728795260191, + "F": 0.0018379359971731901, + "E": 0.138761967420578, + "T": 0.0008693739073351026, + "P": 0.45918115973472595, + "-": 0.020004812628030777 + }, + "id": "tp_27341" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3417651, + "label": "P", + "classification": { + "B": 6.142416850707377e-07, + "S": 7.237591148623324e-07, + "I": 0.025094270706176758, + "C": 2.6371413696324453e-05, + "R": 9.172140948976448e-07, + "M": 2.776881228783168e-05, + "O": 8.611401085545367e-07, + "W": 2.62917581039801e-07, + "N": 0.0013040928170084953, + "Y": 0.00016319485439453274, + "U": 2.7584931672208768e-08, + "K": 1.024412085826043e-05, + "L": 8.56168256291312e-08, + "G": 0.00010615655628498644, + "F": 0.00015431437350343913, + "E": 0.06025928258895874, + "T": 2.62098456005333e-05, + "P": 0.9103854298591614, + "-": 0.002439263043925166 + }, + "id": "tp_27342" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3417751, + "label": "P", + "classification": { + "B": 2.4597510694945868e-09, + "S": 4.192437508265812e-09, + "I": 0.00016917259199544787, + "C": 6.301080190951325e-08, + "R": 5.75939829161598e-09, + "M": 9.97183491335818e-08, + "O": 2.9315826211018248e-08, + "W": 3.336935172626454e-09, + "N": 1.9408944353926927e-06, + "Y": 1.9737617549253628e-06, + "U": 2.364166196144879e-09, + "K": 7.447530592230578e-09, + "L": 2.1737305289093456e-09, + "G": 2.048883800398471e-07, + "F": 1.340778726444114e-05, + "E": 2.278719694004394e-05, + "T": 2.7860924092237838e-06, + "P": 0.9695237278938293, + "-": 0.030263755470514297 + }, + "id": "tp_27343" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3417885, + "label": "P", + "classification": { + "B": 3.414519866851151e-08, + "S": 3.002390114303921e-09, + "I": 0.0023622242733836174, + "C": 5.145594059285941e-06, + "R": 1.7106189886817447e-07, + "M": 2.704105327211437e-06, + "O": 9.9519795071501e-08, + "W": 9.396694089502944e-09, + "N": 1.038511072692927e-05, + "Y": 2.3303811758523807e-05, + "U": 2.0152107538251585e-08, + "K": 3.953244132048894e-08, + "L": 1.7778406302682015e-08, + "G": 4.367392193671549e-06, + "F": 1.0891508281929418e-05, + "E": 0.0007200780673883855, + "T": 7.532968083978631e-06, + "P": 0.9410542845726013, + "-": 0.05579865351319313 + }, + "id": "tp_27344" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3418018, + "label": "P", + "classification": { + "B": 8.732182976700642e-09, + "S": 3.283288307898147e-08, + "I": 0.0005857987562194467, + "C": 2.1936747884865326e-07, + "R": 2.1375200276452233e-08, + "M": 1.7749171377090533e-07, + "O": 5.638580091726908e-08, + "W": 1.8251714806183372e-08, + "N": 8.210704254452139e-05, + "Y": 1.3189858236728469e-06, + "U": 4.496657712849128e-09, + "K": 2.68865574071242e-06, + "L": 1.071048583156653e-09, + "G": 2.256295829283772e-06, + "F": 6.114329880801961e-05, + "E": 0.0016168190632015467, + "T": 1.5472550103368121e-06, + "P": 0.9953693747520447, + "-": 0.002276296727359295 + }, + "id": "tp_27345" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3418151, + "label": "P", + "classification": { + "B": 5.546850729842845e-07, + "S": 7.009154590065236e-09, + "I": 0.0010019467445090413, + "C": 3.987350183365379e-08, + "R": 6.437211319543223e-10, + "M": 1.0832857242348837e-06, + "O": 3.0950373375304707e-09, + "W": 4.1619035995310583e-10, + "N": 2.3115933345252415e-06, + "Y": 2.216918062458717e-07, + "U": 1.4462822606198245e-10, + "K": 5.897098365181819e-10, + "L": 2.578081303994395e-09, + "G": 2.8709908406199247e-07, + "F": 1.2334048733464442e-06, + "E": 0.002337283454835415, + "T": 9.252830324157912e-08, + "P": 0.9957764744758606, + "-": 0.000878427701536566 + }, + "id": "tp_27346" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3418252, + "label": "P", + "classification": { + "B": 1.1284117817922379e-07, + "S": 2.8301334964453417e-07, + "I": 0.009009324945509434, + "C": 8.68019833433209e-06, + "R": 6.244267183319607e-07, + "M": 7.4741542448464315e-06, + "O": 7.533956249972107e-07, + "W": 1.3333080062238878e-07, + "N": 0.00028556882170960307, + "Y": 3.6785710108233616e-05, + "U": 5.95234368461206e-08, + "K": 1.9054740505453083e-06, + "L": 5.933583935302522e-08, + "G": 1.0037968422693666e-05, + "F": 7.662589632673189e-05, + "E": 0.0008891120669431984, + "T": 3.814300362137146e-05, + "P": 0.9732424020767212, + "-": 0.016391770914196968 + }, + "id": "tp_27347" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3418385, + "label": "P", + "classification": { + "B": 1.0149051737906589e-10, + "S": 5.820247617194241e-10, + "I": 0.0009900926379486918, + "C": 3.582512286826045e-09, + "R": 1.3928819209141352e-10, + "M": 9.044501325661258e-08, + "O": 2.2120989484619713e-09, + "W": 2.0806396883177314e-10, + "N": 1.312553013121942e-05, + "Y": 1.5780533431097865e-06, + "U": 1.8666490228524957e-11, + "K": 1.4362632327902247e-07, + "L": 7.587205169690137e-12, + "G": 5.0334467260881866e-08, + "F": 2.6152506507060025e-06, + "E": 0.00023412995506078005, + "T": 5.315596354193985e-07, + "P": 0.9932396411895752, + "-": 0.005518055520951748 + }, + "id": "tp_27348" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3418519, + "label": "P", + "classification": { + "B": 5.931153168603487e-08, + "S": 3.4901099787987278e-09, + "I": 0.005032348912209272, + "C": 4.0724253835833224e-07, + "R": 2.0828356817048643e-09, + "M": 2.847454425136675e-06, + "O": 5.139164205303359e-09, + "W": 7.0503064497629e-10, + "N": 2.7730931833502837e-05, + "Y": 3.2721438856242457e-06, + "U": 1.8735261952951276e-10, + "K": 1.6540010250309933e-08, + "L": 9.73349623123454e-10, + "G": 1.4566263644155697e-06, + "F": 1.940686388479662e-06, + "E": 0.012844138778746128, + "T": 6.416577207346563e-07, + "P": 0.9812127947807312, + "-": 0.0008723383652977645 + }, + "id": "tp_27349" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3418652, + "label": "P", + "classification": { + "B": 9.920256616169354e-09, + "S": 2.1747121436987982e-08, + "I": 0.00011899951641680673, + "C": 5.8729664687007244e-08, + "R": 4.067058689827263e-09, + "M": 3.773900800752017e-07, + "O": 3.4858015141026044e-08, + "W": 7.903116383545239e-09, + "N": 8.023620466701686e-06, + "Y": 5.961985607427778e-07, + "U": 3.23525228829169e-09, + "K": 3.542899378317088e-07, + "L": 1.2181841091418733e-09, + "G": 3.5526841202226933e-07, + "F": 6.353411299642175e-05, + "E": 0.0009707100107334554, + "T": 6.519763928736211e-07, + "P": 0.9891842603683472, + "-": 0.009651977568864822 + }, + "id": "tp_27350" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3418752, + "label": "P", + "classification": { + "B": 1.2805212179500813e-07, + "S": 1.9611748669490225e-08, + "I": 0.02995237521827221, + "C": 8.623663597973064e-05, + "R": 2.564290525697288e-06, + "M": 3.6612052554119145e-06, + "O": 3.65935676427398e-07, + "W": 2.7426963811194582e-08, + "N": 0.0001374203129671514, + "Y": 4.1947252611862496e-05, + "U": 4.4821756972623916e-08, + "K": 1.7777682614905643e-07, + "L": 7.19935400184113e-08, + "G": 4.737741619464941e-05, + "F": 2.3484608391299844e-05, + "E": 0.002862724009901285, + "T": 1.0699114682211075e-05, + "P": 0.9556584358215332, + "-": 0.011172330938279629 + }, + "id": "tp_27351" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3418886, + "label": "P", + "classification": { + "B": 7.386971992673352e-05, + "S": 1.547473766549956e-05, + "I": 0.0395541675388813, + "C": 0.0011281660990789533, + "R": 0.00012486355262808502, + "M": 0.0003274815098848194, + "O": 6.939683225937188e-05, + "W": 1.9546834664652124e-05, + "N": 0.0014543189899995923, + "Y": 0.0014366809045895934, + "U": 2.740109084697906e-05, + "K": 3.388562618056312e-05, + "L": 4.090912261744961e-05, + "G": 0.0010320006404072046, + "F": 0.001825248938985169, + "E": 0.009049391373991966, + "T": 0.0006545543437823653, + "P": 0.8469634652137756, + "-": 0.09616914391517639 + }, + "id": "tp_27352" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3419019, + "label": "P", + "classification": { + "B": 2.0461985172914865e-07, + "S": 1.0867272415282514e-08, + "I": 8.156632975442335e-05, + "C": 1.7290389564550424e-07, + "R": 1.0586537868562118e-08, + "M": 6.182939955579059e-07, + "O": 4.385192937661486e-07, + "W": 1.0678546935594113e-08, + "N": 1.6653135617161752e-06, + "Y": 2.028133621934103e-06, + "U": 1.7712543654013757e-09, + "K": 9.359525376950728e-10, + "L": 1.621901901671663e-08, + "G": 2.2691156118526123e-06, + "F": 3.362534471307299e-06, + "E": 5.007933214074001e-05, + "T": 2.8621323053812375e-06, + "P": 0.9507794380187988, + "-": 0.04907536506652832 + }, + "id": "tp_27353" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3419152, + "label": "P", + "classification": { + "B": 1.7600218504831844e-10, + "S": 1.9998282196898032e-10, + "I": 0.0007639990653842688, + "C": 7.569377125093979e-09, + "R": 2.9749142038681953e-10, + "M": 2.0458690741520513e-08, + "O": 6.298974675189584e-10, + "W": 8.163906356495332e-11, + "N": 6.046848739060806e-06, + "Y": 7.418305614237397e-08, + "U": 2.452591602031262e-11, + "K": 7.915032185223936e-09, + "L": 2.1121175988736418e-11, + "G": 4.840395462224478e-08, + "F": 5.644176326313755e-07, + "E": 9.77341624093242e-05, + "T": 6.782329364796169e-08, + "P": 0.9986588954925537, + "-": 0.00047247071051970124 + }, + "id": "tp_27354" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3419253, + "label": "P", + "classification": { + "B": 6.823431264457724e-10, + "S": 3.768934053738349e-09, + "I": 0.0005244237254373729, + "C": 9.03349750558391e-09, + "R": 7.597610873766314e-10, + "M": 2.9165160952970837e-08, + "O": 4.923573992954289e-09, + "W": 8.290153008516654e-10, + "N": 2.254815262858756e-05, + "Y": 1.4839369555375015e-07, + "U": 1.59505686436745e-10, + "K": 2.5280925797233067e-07, + "L": 4.30733296252761e-11, + "G": 6.07562071763823e-08, + "F": 2.6820921448234003e-06, + "E": 0.0002388967404840514, + "T": 1.201568409214815e-07, + "P": 0.9982917904853821, + "-": 0.0009189448319375515 + }, + "id": "tp_27355" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3419386, + "label": "P", + "classification": { + "B": 3.003461368500382e-10, + "S": 1.5269340236656603e-09, + "I": 0.09381439536809921, + "C": 2.7488195541991445e-07, + "R": 1.1237220931548109e-08, + "M": 3.167913220636365e-08, + "O": 1.7560259912841047e-09, + "W": 3.175774643260354e-10, + "N": 5.835428964928724e-05, + "Y": 1.0340403377995244e-06, + "U": 3.291810921068894e-11, + "K": 1.323239517958541e-09, + "L": 9.062652017721717e-11, + "G": 1.845264279154435e-07, + "F": 4.596462304107263e-07, + "E": 0.00010306113836122677, + "T": 3.7437388300531893e-07, + "P": 0.9056649804115295, + "-": 0.0003568082465790212 + }, + "id": "tp_27356" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3419520, + "label": "P", + "classification": { + "B": 2.624292427810815e-08, + "S": 2.0526183419633526e-08, + "I": 0.028673650696873665, + "C": 1.0090304385812487e-05, + "R": 3.359706113315042e-07, + "M": 4.809054189536255e-06, + "O": 1.8202273111000977e-07, + "W": 2.7229260624039853e-08, + "N": 0.0008118918049149215, + "Y": 7.473964797100052e-05, + "U": 8.180027322168826e-09, + "K": 1.2839464943681378e-05, + "L": 7.3621126972511775e-09, + "G": 2.7380672690924257e-05, + "F": 3.5800025216303766e-05, + "E": 0.042547229677438736, + "T": 7.923362318251748e-06, + "P": 0.9221768975257874, + "-": 0.005616116803139448 + }, + "id": "tp_27357" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3419653, + "label": "P", + "classification": { + "B": 5.1887760491808876e-05, + "S": 1.35753089125501e-06, + "I": 0.03735208511352539, + "C": 0.0016015117289498448, + "R": 3.537611337378621e-05, + "M": 0.0010267142206430435, + "O": 1.3872483577870298e-05, + "W": 2.0635836790461326e-06, + "N": 0.0009676098707132041, + "Y": 0.0005745969247072935, + "U": 3.052979764106567e-06, + "K": 8.179256838047877e-06, + "L": 6.377706995408516e-06, + "G": 0.000993415480479598, + "F": 0.00040674928459338844, + "E": 0.0922226831316948, + "T": 0.00016241554112639278, + "P": 0.8284552097320557, + "-": 0.03611481189727783 + }, + "id": "tp_27358" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3419753, + "label": "P", + "classification": { + "B": 5.221070296101971e-07, + "S": 1.1629446561300938e-07, + "I": 0.009351402521133423, + "C": 2.9092477689118823e-06, + "R": 1.4690374428028008e-07, + "M": 1.5185214579105377e-05, + "O": 3.348905579514394e-07, + "W": 1.9730908462634034e-08, + "N": 6.58976859995164e-05, + "Y": 3.4879576560342684e-05, + "U": 3.670648229814333e-09, + "K": 2.12200390592443e-08, + "L": 4.6099849271286075e-08, + "G": 1.2271119885554072e-05, + "F": 1.4299745998869184e-05, + "E": 0.0010879462352022529, + "T": 1.0036555977421813e-05, + "P": 0.979725182056427, + "-": 0.009678802452981472 + }, + "id": "tp_27359" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3419887, + "label": "P", + "classification": { + "B": 5.2158916075129014e-11, + "S": 4.941843045891403e-10, + "I": 0.00038591111660934985, + "C": 2.195229065193871e-08, + "R": 6.930025997498035e-10, + "M": 7.442199745355538e-09, + "O": 3.19061416176325e-10, + "W": 1.732544385735224e-10, + "N": 1.475527915317798e-05, + "Y": 7.426459891490822e-09, + "U": 5.634336747162294e-11, + "K": 8.938210527276169e-08, + "L": 8.148085504922076e-12, + "G": 5.566876737361781e-08, + "F": 8.054814202296257e-07, + "E": 0.001143315457738936, + "T": 6.830557452985886e-09, + "P": 0.99839848279953, + "-": 5.646833960781805e-05 + }, + "id": "tp_27360" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3420020, + "label": "-", + "classification": { + "B": 4.9930566348166394e-09, + "S": 2.973435941910907e-10, + "I": 3.637563713709824e-05, + "C": 1.9955587049480528e-06, + "R": 4.4379383723480714e-08, + "M": 7.809348971932195e-07, + "O": 1.1431188795540947e-07, + "W": 1.9040709009487955e-09, + "N": 1.7593529832993227e-07, + "Y": 2.5730802008183673e-05, + "U": 4.629525207633378e-09, + "K": 1.1379408526579482e-08, + "L": 6.328354285045634e-09, + "G": 5.2557525123120286e-06, + "F": 2.6711133614298888e-05, + "E": 2.907296220655553e-05, + "T": 6.504685643449193e-06, + "P": 0.23690903186798096, + "-": 0.7629582285881042 + }, + "id": "tp_27361" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3420153, + "label": "-", + "classification": { + "B": 1.6065689123934135e-05, + "S": 4.0696531868889e-06, + "I": 0.0008496496011503041, + "C": 0.00017318128084298223, + "R": 1.0655950973159634e-05, + "M": 0.00041913113091140985, + "O": 7.041518983896822e-05, + "W": 6.182573088153731e-06, + "N": 8.088538015726954e-05, + "Y": 0.0010911719873547554, + "U": 3.797210410994012e-06, + "K": 6.066701826057397e-05, + "L": 7.193227247626055e-06, + "G": 0.0005982077564112842, + "F": 0.008598207496106625, + "E": 0.003911192063242197, + "T": 0.0005742906942032278, + "P": 0.27910315990448, + "-": 0.7044219374656677 + }, + "id": "tp_27362" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3420254, + "label": "-", + "classification": { + "B": 1.1279532685648519e-07, + "S": 8.763372250086832e-08, + "I": 0.00020133050566073507, + "C": 8.829266334942076e-06, + "R": 2.4391210899921134e-06, + "M": 2.0051087631145492e-05, + "O": 8.567459190089721e-06, + "W": 1.9417635144236556e-07, + "N": 3.521094640746014e-06, + "Y": 0.0004618284001480788, + "U": 3.1537476274934306e-07, + "K": 4.035951803871285e-07, + "L": 8.391086794290459e-07, + "G": 8.445543062407523e-05, + "F": 0.0006782590644434094, + "E": 4.16168877563905e-05, + "T": 0.00042192815453745425, + "P": 0.10884427279233932, + "-": 0.8892209529876709 + }, + "id": "tp_27363" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3420387, + "label": "-", + "classification": { + "B": 7.036635452095652e-07, + "S": 4.5887097144259315e-07, + "I": 0.0002270169643452391, + "C": 2.3303380658035167e-05, + "R": 6.1711843954981305e-06, + "M": 0.00010191406909143552, + "O": 5.2107847295701504e-05, + "W": 1.2634251334020519e-06, + "N": 6.2167569012672175e-06, + "Y": 0.00030720842187292874, + "U": 4.40000547996533e-07, + "K": 1.5521428053943964e-07, + "L": 6.461482826125575e-06, + "G": 0.00012897491978947073, + "F": 0.0003804209118243307, + "E": 4.328539944253862e-05, + "T": 0.0007541652885265648, + "P": 0.08121433109045029, + "-": 0.9167453646659851 + }, + "id": "tp_27364" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3420521, + "label": "-", + "classification": { + "B": 7.394762360490859e-05, + "S": 5.581832374446094e-05, + "I": 0.008874916471540928, + "C": 0.0006584214279428124, + "R": 0.00014646963973063976, + "M": 0.002478803275153041, + "O": 0.0005521829007193446, + "W": 5.733552825404331e-05, + "N": 0.0008034512866288424, + "Y": 0.007045571226626635, + "U": 3.844035745714791e-05, + "K": 9.316261275671422e-05, + "L": 0.00011663609620882198, + "G": 0.002952262759208679, + "F": 0.004698425065726042, + "E": 0.007749470416456461, + "T": 0.0041181351989507675, + "P": 0.3883577287197113, + "-": 0.571128785610199 + }, + "id": "tp_27365" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3420654, + "label": "-", + "classification": { + "B": 1.1820997315226123e-05, + "S": 4.875826562056318e-06, + "I": 0.0012699489016085863, + "C": 0.0003651174483820796, + "R": 0.00011275044380454347, + "M": 0.0014412649907171726, + "O": 0.00036306638503447175, + "W": 1.4259769159252755e-05, + "N": 4.3796109821414575e-05, + "Y": 0.0029804992955178022, + "U": 6.965707598283188e-06, + "K": 1.9838712432829197e-06, + "L": 0.0001101314410334453, + "G": 0.0015652715228497982, + "F": 0.0022781463339924812, + "E": 0.0005418476648628712, + "T": 0.0030888321343809366, + "P": 0.10598960518836975, + "-": 0.8798097968101501 + }, + "id": "tp_27366" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3420754, + "label": "-", + "classification": { + "B": 6.499535487591857e-08, + "S": 3.550098526261536e-08, + "I": 0.00030208996031433344, + "C": 2.1450076019391418e-05, + "R": 2.1901309992244933e-06, + "M": 2.0376190150273032e-05, + "O": 5.386624252423644e-06, + "W": 7.619233599598374e-08, + "N": 1.956846517714439e-06, + "Y": 0.0006097672739997506, + "U": 1.2638055579827778e-07, + "K": 7.021041881216661e-08, + "L": 6.002314876241144e-07, + "G": 6.402729195542634e-05, + "F": 0.0001035191016853787, + "E": 2.9196286050137132e-05, + "T": 0.0004953211755491793, + "P": 0.08223271369934082, + "-": 0.9161110520362854 + }, + "id": "tp_27367" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3420888, + "label": "-", + "classification": { + "B": 1.3494982340489514e-06, + "S": 6.496627520391485e-06, + "I": 0.0006396608659997582, + "C": 0.0003910194500349462, + "R": 5.7081277191173285e-05, + "M": 0.00035328930243849754, + "O": 7.935871690278873e-05, + "W": 3.0645869628642686e-06, + "N": 3.996782470494509e-05, + "Y": 0.004813218954950571, + "U": 1.277539126931515e-06, + "K": 4.95764970764867e-06, + "L": 1.1702062693075277e-05, + "G": 0.0007217133534140885, + "F": 0.004300832748413086, + "E": 0.00034884418710134923, + "T": 0.0016878820024430752, + "P": 0.07012345641851425, + "-": 0.9164148569107056 + }, + "id": "tp_27368" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3421021, + "label": "-", + "classification": { + "B": 1.4596911569242366e-05, + "S": 2.5057694074348547e-05, + "I": 0.0007103499374352396, + "C": 0.0001322691678069532, + "R": 5.8507652283879e-05, + "M": 0.0009390902705490589, + "O": 0.00033002239069901407, + "W": 2.040061190200504e-05, + "N": 7.65989170758985e-05, + "Y": 0.004678291734308004, + "U": 1.3419044080364984e-05, + "K": 1.6293010048684664e-05, + "L": 4.999225348001346e-05, + "G": 0.0005327658145688474, + "F": 0.001979576423764229, + "E": 0.0003362393763381988, + "T": 0.008626176975667477, + "P": 0.0867757499217987, + "-": 0.8946845531463623 + }, + "id": "tp_27369" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3421154, + "label": "-", + "classification": { + "B": 2.9151602021215695e-08, + "S": 1.3113368169115347e-08, + "I": 1.38611476359074e-05, + "C": 6.345033511934162e-07, + "R": 4.6828933619735835e-08, + "M": 3.50352775058127e-06, + "O": 8.555546173738549e-07, + "W": 2.239265661785339e-08, + "N": 5.665666549248272e-07, + "Y": 2.6872970920521766e-05, + "U": 1.6275304659529866e-08, + "K": 4.340878376751789e-07, + "L": 2.3649059599506472e-08, + "G": 6.346544068946969e-06, + "F": 0.0005960674025118351, + "E": 2.565445174695924e-05, + "T": 4.71521561848931e-05, + "P": 0.15495337545871735, + "-": 0.84432452917099 + }, + "id": "tp_27370" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3421255, + "label": "-", + "classification": { + "B": 1.3195772226026747e-06, + "S": 2.1398506078185164e-07, + "I": 0.0004802612529601902, + "C": 0.00018904126773122698, + "R": 7.619903044542298e-06, + "M": 9.663859236752614e-05, + "O": 1.146248268923955e-05, + "W": 7.903111054474721e-07, + "N": 6.7806572587869596e-06, + "Y": 0.000651768350508064, + "U": 2.6518484901316697e-06, + "K": 1.2566254099510843e-06, + "L": 3.3460830763942795e-06, + "G": 0.00019819366571027786, + "F": 0.0003492790856398642, + "E": 0.0003159053740091622, + "T": 0.000650984060484916, + "P": 0.18897198140621185, + "-": 0.8080605268478394 + }, + "id": "tp_27371" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3421388, + "label": "-", + "classification": { + "B": 2.1230792731502524e-12, + "S": 1.1315969862535358e-11, + "I": 3.3109418495769205e-07, + "C": 1.682250450052436e-09, + "R": 1.1435746793964086e-10, + "M": 3.0644780046884534e-09, + "O": 1.7608964286708328e-09, + "W": 2.032875083546326e-11, + "N": 2.3964250583929925e-09, + "Y": 6.32890703400335e-07, + "U": 7.126418812702928e-12, + "K": 5.304564010266688e-10, + "L": 5.112877569241059e-12, + "G": 1.0505837089169745e-08, + "F": 2.5547014956828207e-05, + "E": 7.638375620899751e-08, + "T": 5.00235387335124e-07, + "P": 0.23237921297550201, + "-": 0.7675937414169312 + }, + "id": "tp_27372" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3421522, + "label": "-", + "classification": { + "B": 0.00016010014223866165, + "S": 0.00010155468044104055, + "I": 0.10504543036222458, + "C": 0.01374224852770567, + "R": 0.003056873567402363, + "M": 0.008132150396704674, + "O": 0.001199111226014793, + "W": 0.00032768529490567744, + "N": 0.004119416233152151, + "Y": 0.07933112978935242, + "U": 0.00020006526028737426, + "K": 0.0009469824726693332, + "L": 0.00033706918475218117, + "G": 0.010630938224494457, + "F": 0.009262307547032833, + "E": 0.022686852142214775, + "T": 0.01658468320965767, + "P": 0.25219082832336426, + "-": 0.47194451093673706 + }, + "id": "tp_27373" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3421655, + "label": "-", + "classification": { + "B": 0.0006323795532807708, + "S": 0.0001262687292182818, + "I": 0.014226138591766357, + "C": 0.0017699955496937037, + "R": 0.0006677539786323905, + "M": 0.0027058974374085665, + "O": 0.0017637591809034348, + "W": 0.00017166339966934174, + "N": 0.0008164780447259545, + "Y": 0.017853448167443275, + "U": 8.44569003675133e-05, + "K": 2.6803574655787088e-05, + "L": 0.00048824952682480216, + "G": 0.00637082289904356, + "F": 0.00236485805362463, + "E": 0.002372055547311902, + "T": 0.00695486506447196, + "P": 0.3802748918533325, + "-": 0.5603291392326355 + }, + "id": "tp_27374" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3421755, + "label": "P", + "classification": { + "B": 6.544684651998978e-07, + "S": 2.164408918758909e-08, + "I": 0.00017049068992491812, + "C": 3.2701491363695823e-06, + "R": 6.611952585444669e-08, + "M": 3.6893159176543122e-06, + "O": 5.507735636456346e-07, + "W": 8.180992239203988e-08, + "N": 2.9589043606392806e-06, + "Y": 1.606403566256631e-05, + "U": 8.421692854199136e-08, + "K": 1.8229289366900048e-07, + "L": 9.637009412699626e-08, + "G": 1.3646247680298984e-05, + "F": 0.00011040022945962846, + "E": 0.0004312203382141888, + "T": 1.004875321086729e-05, + "P": 0.8501887917518616, + "-": 0.1490475833415985 + }, + "id": "tp_27375" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3421889, + "label": "-", + "classification": { + "B": 2.7291218174241294e-09, + "S": 4.497424654914539e-09, + "I": 1.2857891306339297e-05, + "C": 1.7545756918480038e-06, + "R": 9.250184263009942e-08, + "M": 6.108473826316185e-06, + "O": 5.860944725100126e-07, + "W": 6.826276877092141e-09, + "N": 1.0835000807674078e-07, + "Y": 0.0001010545456665568, + "U": 4.959439969809409e-09, + "K": 6.8279435438967084e-09, + "L": 3.2992677034826556e-08, + "G": 9.4826227723388e-06, + "F": 9.900003351503983e-05, + "E": 2.944956804640242e-06, + "T": 0.00011512672790559009, + "P": 0.05143848434090614, + "-": 0.9482122659683228 + }, + "id": "tp_27376" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3422022, + "label": "-", + "classification": { + "B": 4.806952169644774e-09, + "S": 8.627704772834477e-09, + "I": 3.337735324748792e-05, + "C": 4.420497134560719e-06, + "R": 2.866019030989264e-07, + "M": 2.2506874302052893e-06, + "O": 5.81370159125072e-07, + "W": 3.163899009450688e-08, + "N": 4.7078276566026034e-07, + "Y": 0.00011793428711825982, + "U": 3.089676425815924e-08, + "K": 2.4479959392920136e-06, + "L": 1.822059125800024e-08, + "G": 1.2080767191946507e-05, + "F": 0.0008505054865963757, + "E": 1.2461018741305452e-05, + "T": 2.5548824851284735e-05, + "P": 0.05129343643784523, + "-": 0.9476441144943237 + }, + "id": "tp_27377" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3422155, + "label": "-", + "classification": { + "B": 0.007637087721377611, + "S": 0.003096463391557336, + "I": 0.14664876461029053, + "C": 0.06724263727664948, + "R": 0.023248063400387764, + "M": 0.046236228197813034, + "O": 0.012823396362364292, + "W": 0.004119793884456158, + "N": 0.02214094251394272, + "Y": 0.11515305936336517, + "U": 0.004121029749512672, + "K": 0.003496261779218912, + "L": 0.011258251033723354, + "G": 0.06130471080541611, + "F": 0.022913657128810883, + "E": 0.06485529989004135, + "T": 0.052991945296525955, + "P": 0.13507916033267975, + "-": 0.195633202791214 + }, + "id": "tp_27378" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3422256, + "label": "-", + "classification": { + "B": 1.1358610208844766e-05, + "S": 1.5399027688545175e-06, + "I": 0.0037688682787120342, + "C": 0.0007907472318038344, + "R": 5.2713818149641156e-05, + "M": 0.00026941398391500115, + "O": 6.0397509514587e-05, + "W": 3.969767021771986e-06, + "N": 0.00011082707351306453, + "Y": 0.004626878537237644, + "U": 1.0095401194121223e-05, + "K": 1.3470466910803225e-05, + "L": 1.3558158570958767e-05, + "G": 0.001967830117791891, + "F": 0.0012206608662381768, + "E": 0.0012283261166885495, + "T": 0.0011319793993607163, + "P": 0.24303703010082245, + "-": 0.7416803240776062 + }, + "id": "tp_27379" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3422389, + "label": "-", + "classification": { + "B": 5.933244437983376e-07, + "S": 2.4252617549791466e-06, + "I": 0.0027142015751451254, + "C": 3.562305573723279e-05, + "R": 1.7402368030161597e-05, + "M": 8.227767102653161e-05, + "O": 4.966024062014185e-05, + "W": 3.1758872864884324e-06, + "N": 0.00011414226901251823, + "Y": 0.001212177099660039, + "U": 3.5234083952673245e-06, + "K": 1.4843131793895736e-05, + "L": 2.7448913897387683e-06, + "G": 0.00017758151807356626, + "F": 0.0007918465416878462, + "E": 0.0003146421513520181, + "T": 0.0016160396626219153, + "P": 0.37665805220603943, + "-": 0.6161890625953674 + }, + "id": "tp_27380" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3422523, + "label": "-", + "classification": { + "B": 1.1470832532722852e-06, + "S": 1.5467300045202137e-06, + "I": 0.0005951427156105638, + "C": 5.822084494866431e-05, + "R": 1.1478684427856933e-05, + "M": 5.373257226892747e-05, + "O": 5.643640906782821e-05, + "W": 2.2761189484299393e-06, + "N": 4.2773412133101374e-05, + "Y": 0.0006265739211812615, + "U": 1.2160203368694056e-06, + "K": 1.9954832168878056e-05, + "L": 2.58407999353949e-06, + "G": 0.00039534259121865034, + "F": 0.005724889226257801, + "E": 0.00045479944674298167, + "T": 0.00039399793604388833, + "P": 0.22796961665153503, + "-": 0.7635883688926697 + }, + "id": "tp_27381" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3422656, + "label": "-", + "classification": { + "B": 7.341756713685754e-07, + "S": 1.0559192560322117e-06, + "I": 0.0009788972092792392, + "C": 6.645806570304558e-05, + "R": 8.7706948761479e-06, + "M": 2.6866317057283595e-05, + "O": 1.7959811884793453e-05, + "W": 1.8532083458921988e-06, + "N": 4.770425221067853e-05, + "Y": 0.0007375171990133822, + "U": 1.6451037936349167e-06, + "K": 1.928992787725292e-05, + "L": 1.021113575916388e-06, + "G": 8.832949970383197e-05, + "F": 0.003440420376136899, + "E": 0.0005015994538553059, + "T": 0.00022610582527704537, + "P": 0.3063308000564575, + "-": 0.6875029802322388 + }, + "id": "tp_27382" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3422756, + "label": "P", + "classification": { + "B": 2.1667779037670698e-07, + "S": 3.2675492889211455e-07, + "I": 0.002294073812663555, + "C": 1.9217781300540082e-05, + "R": 4.783606527780648e-06, + "M": 2.5145516701741144e-05, + "O": 1.102864644053625e-05, + "W": 4.185624788988207e-07, + "N": 8.404330583289266e-05, + "Y": 0.00028115673922002316, + "U": 1.0107332855113782e-06, + "K": 3.3680155411275337e-06, + "L": 9.36461844958103e-07, + "G": 7.539019861724228e-05, + "F": 0.0005186107591725886, + "E": 0.0002592595119494945, + "T": 0.0004032367141917348, + "P": 0.6336594223976135, + "-": 0.36235836148262024 + }, + "id": "tp_27383" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3422890, + "label": "-", + "classification": { + "B": 4.589536183630116e-05, + "S": 3.204556196578778e-05, + "I": 0.012397147715091705, + "C": 0.001171414158307016, + "R": 0.0002677641168702394, + "M": 0.0010969940340146422, + "O": 0.0003510270034894347, + "W": 6.569994729943573e-05, + "N": 0.0007678180700168014, + "Y": 0.00904260016977787, + "U": 7.853226998122409e-05, + "K": 0.0001905712706502527, + "L": 9.42937404033728e-05, + "G": 0.0028243728447705507, + "F": 0.006707385648041964, + "E": 0.007750572636723518, + "T": 0.0037896460853517056, + "P": 0.33719202876091003, + "-": 0.6161342263221741 + }, + "id": "tp_27384" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3423023, + "label": "P", + "classification": { + "B": 0.0011303332867100835, + "S": 5.583093297900632e-05, + "I": 0.0027435056399554014, + "C": 0.00010273924272041768, + "R": 1.4622682101617102e-05, + "M": 0.001887077814899385, + "O": 0.0004969948786310852, + "W": 3.9458809624193236e-05, + "N": 7.657866080990061e-05, + "Y": 0.001873102504760027, + "U": 3.561861831258284e-06, + "K": 2.0689029156528704e-07, + "L": 0.000205530523089692, + "G": 0.0007455373997800052, + "F": 0.0005116442334838212, + "E": 0.0009752993355505168, + "T": 0.0014559959527105093, + "P": 0.49433571100234985, + "-": 0.4933462142944336 + }, + "id": "tp_27385" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3423156, + "label": "-", + "classification": { + "B": 5.803871966358898e-11, + "S": 3.111783747344887e-11, + "I": 1.3087313845971948e-06, + "C": 2.39669950552468e-09, + "R": 4.603806572078817e-11, + "M": 1.491796410846291e-07, + "O": 4.352229687754061e-09, + "W": 2.460534380410717e-11, + "N": 2.5787876278826616e-09, + "Y": 2.738582907113596e-06, + "U": 4.0097465278665645e-12, + "K": 6.783145226063603e-12, + "L": 1.0002516870333267e-10, + "G": 8.065394041523177e-08, + "F": 3.655567297755624e-06, + "E": 1.1311942671454744e-06, + "T": 1.4967835113566252e-06, + "P": 0.21438156068325043, + "-": 0.7856078743934631 + }, + "id": "tp_27386" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3423257, + "label": "-", + "classification": { + "B": 1.0051303539482248e-10, + "S": 2.545230137762644e-10, + "I": 1.5805791235834477e-06, + "C": 9.122324939880855e-08, + "R": 1.418711370604342e-09, + "M": 1.0774095926535665e-07, + "O": 2.8046091671285467e-08, + "W": 3.7695571664109195e-10, + "N": 3.480752397422293e-08, + "Y": 6.373798896674998e-06, + "U": 4.344273552003841e-10, + "K": 9.354663887961578e-08, + "L": 1.3101172924301352e-10, + "G": 2.725241756706964e-07, + "F": 6.32473747828044e-05, + "E": 2.09436439035926e-06, + "T": 2.7682442578225164e-06, + "P": 0.037675708532333374, + "-": 0.9622476100921631 + }, + "id": "tp_27387" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3423390, + "label": "-", + "classification": { + "B": 6.0378049965947866e-05, + "S": 3.919212394976057e-05, + "I": 0.044446129351854324, + "C": 0.004171691369265318, + "R": 0.002801749622449279, + "M": 0.0021975021809339523, + "O": 0.0011952465865761042, + "W": 0.00013973136083222926, + "N": 0.002650258596986532, + "Y": 0.05124065279960632, + "U": 0.00010737468983279541, + "K": 0.0004947558627463877, + "L": 0.00015067093772813678, + "G": 0.008894754573702812, + "F": 0.00773127656430006, + "E": 0.010756435804069042, + "T": 0.016902267932891846, + "P": 0.1851809173822403, + "-": 0.6608391404151917 + }, + "id": "tp_27388" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3423524, + "label": "-", + "classification": { + "B": 1.3918991498940159e-05, + "S": 2.5044890207936987e-05, + "I": 0.000958908989559859, + "C": 0.00025374125107191503, + "R": 5.138574124430306e-05, + "M": 0.0007610811153426766, + "O": 0.00033443415304645896, + "W": 2.4161654437193647e-05, + "N": 0.00010893165017478168, + "Y": 0.005640482995659113, + "U": 1.5322839317377657e-05, + "K": 6.20404607616365e-05, + "L": 3.232804374420084e-05, + "G": 0.001225771033205092, + "F": 0.0035358795430511236, + "E": 0.0007012725691311061, + "T": 0.0036373024340718985, + "P": 0.08521931618452072, + "-": 0.8973986506462097 + }, + "id": "tp_27389" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3423657, + "label": "-", + "classification": { + "B": 5.186001544643659e-06, + "S": 1.5495443221880123e-06, + "I": 0.00039036315865814686, + "C": 0.00015334822819568217, + "R": 2.289869553351309e-05, + "M": 0.0001444313529646024, + "O": 4.7469555283896625e-05, + "W": 6.05072364123771e-06, + "N": 1.5450517821591347e-05, + "Y": 0.0007915846072137356, + "U": 4.929516308038728e-06, + "K": 9.176987077808008e-06, + "L": 6.6201241679664236e-06, + "G": 0.00018537644064053893, + "F": 0.001891439314931631, + "E": 0.0001483993255533278, + "T": 0.0010973071912303567, + "P": 0.13439182937145233, + "-": 0.8606865406036377 + }, + "id": "tp_27390" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3423757, + "label": "-", + "classification": { + "B": 6.992746057221666e-05, + "S": 4.677863034885377e-05, + "I": 0.0035718909930437803, + "C": 0.0026248947251588106, + "R": 0.0004074472817592323, + "M": 0.005596504546701908, + "O": 0.0008242593030445278, + "W": 5.622093522106297e-05, + "N": 0.0002694811555556953, + "Y": 0.016045337542891502, + "U": 4.170007741777226e-05, + "K": 4.808538142242469e-05, + "L": 0.000292348355287686, + "G": 0.006963219493627548, + "F": 0.008053550496697426, + "E": 0.004376595374196768, + "T": 0.008803404867649078, + "P": 0.12977805733680725, + "-": 0.812130331993103 + }, + "id": "tp_27391" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3423891, + "label": "-", + "classification": { + "B": 0.0011739582987502217, + "S": 0.0005509735783562064, + "I": 0.018694188445806503, + "C": 0.012941797263920307, + "R": 0.0030636845622211695, + "M": 0.01199029479175806, + "O": 0.002849843120202422, + "W": 0.0010516251204535365, + "N": 0.003724321024492383, + "Y": 0.055375467985868454, + "U": 0.0010694176889955997, + "K": 0.0068265353329479694, + "L": 0.001289500156417489, + "G": 0.02663279138505459, + "F": 0.052965618669986725, + "E": 0.03640773519873619, + "T": 0.02651926688849926, + "P": 0.18139927089214325, + "-": 0.5554736852645874 + }, + "id": "tp_27392" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3424024, + "label": "-", + "classification": { + "B": 1.1657969480438624e-05, + "S": 2.949348072434077e-06, + "I": 0.020350784063339233, + "C": 0.00994112528860569, + "R": 0.0005866402643732727, + "M": 0.002008944982662797, + "O": 0.00016902877541724592, + "W": 7.7973472798476e-06, + "N": 0.0002875136269722134, + "Y": 0.00919512938708067, + "U": 1.0111440133186989e-05, + "K": 5.372419309424004e-06, + "L": 5.4244872444542125e-05, + "G": 0.0031496293377131224, + "F": 0.0014455212512984872, + "E": 0.0056090946309268475, + "T": 0.0026316086295992136, + "P": 0.26546093821525574, + "-": 0.679071843624115 + }, + "id": "tp_27393" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3424157, + "label": "-", + "classification": { + "B": 1.4941386439204507e-07, + "S": 6.163251953239524e-08, + "I": 0.00019308680202811956, + "C": 4.592866389430128e-05, + "R": 2.1215437300270423e-06, + "M": 7.142989034036873e-06, + "O": 3.881539214489749e-06, + "W": 2.433852728245256e-07, + "N": 1.0142422070202883e-05, + "Y": 0.00034424709156155586, + "U": 6.060843134036986e-07, + "K": 2.0012384993606247e-05, + "L": 1.9618180147062958e-07, + "G": 0.0001423432695446536, + "F": 0.0009681054507382214, + "E": 0.0003925474011339247, + "T": 7.768870273139328e-05, + "P": 0.30253517627716064, + "-": 0.6952564120292664 + }, + "id": "tp_27394" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3424258, + "label": "-", + "classification": { + "B": 5.076767047285102e-05, + "S": 0.0002586558402981609, + "I": 0.003468817798420787, + "C": 0.0009571814443916082, + "R": 0.00034793734084814787, + "M": 0.0012143952772021294, + "O": 0.0010141514940187335, + "W": 0.000224035931751132, + "N": 0.0007072646985761821, + "Y": 0.005056567490100861, + "U": 8.994009840535e-05, + "K": 0.0003870105720125139, + "L": 0.00016582509852014482, + "G": 0.001422874629497528, + "F": 0.02363247610628605, + "E": 0.003027599072083831, + "T": 0.004675969481468201, + "P": 0.17786294221878052, + "-": 0.775435745716095 + }, + "id": "tp_27395" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3424391, + "label": "-", + "classification": { + "B": 0.0004349054943304509, + "S": 0.000225554991629906, + "I": 0.009359798394143581, + "C": 0.0027971311938017607, + "R": 0.0007374109700322151, + "M": 0.0046628499403595924, + "O": 0.0011444626143202186, + "W": 0.00018753044423647225, + "N": 0.0008595851832069457, + "Y": 0.013293587602674961, + "U": 0.00011848338908748701, + "K": 0.0001041448485921137, + "L": 0.0006735864444635808, + "G": 0.007294348441064358, + "F": 0.01296492014080286, + "E": 0.010180119425058365, + "T": 0.010733994655311108, + "P": 0.2929539382457733, + "-": 0.631273627281189 + }, + "id": "tp_27396" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3424525, + "label": "-", + "classification": { + "B": 1.4764656953047961e-05, + "S": 6.292443686106708e-07, + "I": 0.001929371035657823, + "C": 0.0004521113878581673, + "R": 5.029013118473813e-05, + "M": 0.0015433033695444465, + "O": 0.00010152232425753027, + "W": 2.706977738853311e-06, + "N": 2.786793811537791e-05, + "Y": 0.003059760434553027, + "U": 2.524834371797624e-06, + "K": 7.651840974176594e-07, + "L": 4.627794987754896e-05, + "G": 0.0017639781581237912, + "F": 0.0007015342707745731, + "E": 0.0014043020782992244, + "T": 0.0021271035075187683, + "P": 0.13913746178150177, + "-": 0.8476338386535645 + }, + "id": "tp_27397" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3424658, + "label": "-", + "classification": { + "B": 1.576965189542534e-07, + "S": 1.4706434114941658e-07, + "I": 0.00011089408508269116, + "C": 4.385904048831435e-06, + "R": 4.858919169237197e-07, + "M": 9.571850569045637e-06, + "O": 2.750650082816719e-06, + "W": 1.914703204874968e-07, + "N": 4.2953097363351844e-06, + "Y": 0.00015475328837055713, + "U": 1.8361053832904872e-07, + "K": 2.316723566764267e-06, + "L": 1.3483739280673035e-07, + "G": 1.9523444279911928e-05, + "F": 0.0003234286850783974, + "E": 6.934678822290152e-05, + "T": 0.00018983912013936788, + "P": 0.28488028049468994, + "-": 0.7142272591590881 + }, + "id": "tp_27398" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3424758, + "label": "P", + "classification": { + "B": 6.595269042009022e-07, + "S": 1.3901856732445594e-07, + "I": 0.02423800155520439, + "C": 0.00010899956396315247, + "R": 5.622169283014955e-06, + "M": 3.171472417307086e-05, + "O": 1.4066083622310543e-06, + "W": 2.6949169296131004e-07, + "N": 0.00011696366709657013, + "Y": 0.00038510412559844553, + "U": 4.073415880156972e-07, + "K": 1.5951840168781928e-06, + "L": 4.1722378796293924e-07, + "G": 6.676902557956055e-05, + "F": 0.0002478972892276943, + "E": 0.005454603582620621, + "T": 0.00011025623825844377, + "P": 0.807959258556366, + "-": 0.16126985847949982 + }, + "id": "tp_27399" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3424892, + "label": "P", + "classification": { + "B": 4.213994907331653e-05, + "S": 1.7861410015029833e-05, + "I": 0.18103548884391785, + "C": 0.00029800462652929127, + "R": 4.368488225736655e-05, + "M": 0.0005151602090336382, + "O": 6.08556110819336e-05, + "W": 1.357604287477443e-05, + "N": 0.005917163100093603, + "Y": 0.0018011863576248288, + "U": 4.307470135245239e-06, + "K": 9.52827904256992e-05, + "L": 7.510835530410986e-06, + "G": 0.0006553117418661714, + "F": 0.0004925602115690708, + "E": 0.024601303040981293, + "T": 0.000546368130017072, + "P": 0.7471333742141724, + "-": 0.036718785762786865 + }, + "id": "tp_27400" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3425025, + "label": "P", + "classification": { + "B": 1.940208278483624e-07, + "S": 2.1028029095759848e-07, + "I": 0.0017438252689316869, + "C": 4.205180630378891e-06, + "R": 1.4004668003053666e-07, + "M": 5.166214577911887e-06, + "O": 7.336752219089249e-07, + "W": 1.2041491004310956e-07, + "N": 7.551570161012933e-05, + "Y": 3.833707523881458e-05, + "U": 1.0497737434889132e-07, + "K": 4.115645424462855e-06, + "L": 5.452692519725133e-08, + "G": 1.0809931154653896e-05, + "F": 0.00018508364155422896, + "E": 0.0027548375073820353, + "T": 1.0115921213582624e-05, + "P": 0.9524465203285217, + "-": 0.04271981492638588 + }, + "id": "tp_27401" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3425125, + "label": "-", + "classification": { + "B": 0.00034465640783309937, + "S": 0.00010965009278152138, + "I": 0.05262483283877373, + "C": 0.016907528042793274, + "R": 0.0016887360252439976, + "M": 0.009144491516053677, + "O": 0.0008463391568511724, + "W": 0.00017997702525462955, + "N": 0.0022236632648855448, + "Y": 0.035650547593832016, + "U": 0.00015943043399602175, + "K": 0.00040377044933848083, + "L": 0.00046728612505830824, + "G": 0.013576222583651543, + "F": 0.009978915564715862, + "E": 0.026385987177491188, + "T": 0.009498311206698418, + "P": 0.3412267863750458, + "-": 0.4785829186439514 + }, + "id": "tp_27402" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3425259, + "label": "P", + "classification": { + "B": 1.8145632907362597e-07, + "S": 1.7170421529044688e-07, + "I": 0.014005408622324467, + "C": 1.2269234730410972e-06, + "R": 2.188461678542808e-07, + "M": 2.901059360738145e-06, + "O": 2.2904630725406605e-07, + "W": 2.773452578708202e-08, + "N": 0.0006402424187399447, + "Y": 1.1956791240663733e-05, + "U": 1.3020698297339095e-08, + "K": 2.1879975520278094e-06, + "L": 8.095582870737417e-09, + "G": 6.318001396721229e-06, + "F": 1.4593057130696252e-05, + "E": 0.0024749438744038343, + "T": 5.107069682708243e-06, + "P": 0.9805939793586731, + "-": 0.0022402144968509674 + }, + "id": "tp_27403" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3425392, + "label": "P", + "classification": { + "B": 7.685578566452023e-06, + "S": 1.0361894737798139e-06, + "I": 0.03682605177164078, + "C": 0.0013005228247493505, + "R": 3.947086224798113e-05, + "M": 0.00029457916389219463, + "O": 2.0002420569653623e-05, + "W": 3.2973337056318996e-06, + "N": 0.0006348846945911646, + "Y": 0.0021635820157825947, + "U": 3.508855570544256e-06, + "K": 3.192390067852102e-05, + "L": 3.7672896269214107e-06, + "G": 0.0006450220244005322, + "F": 0.0005208629299886525, + "E": 0.04593281075358391, + "T": 0.0002785363176371902, + "P": 0.7652262449264526, + "-": 0.14606624841690063 + }, + "id": "tp_27404" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3425526, + "label": "P", + "classification": { + "B": 8.854970587890421e-07, + "S": 7.562952930584288e-08, + "I": 0.0016717062098905444, + "C": 1.1982288924627937e-05, + "R": 7.266672810146702e-07, + "M": 3.1571868021273986e-05, + "O": 1.108412448047602e-06, + "W": 1.6884445130926906e-07, + "N": 4.6686942368978634e-05, + "Y": 0.0001842225028667599, + "U": 1.9398584072405356e-07, + "K": 1.8432521756039932e-05, + "L": 8.097784842675537e-08, + "G": 9.27639048313722e-05, + "F": 0.0006790258339606225, + "E": 0.01207316480576992, + "T": 3.513266710797325e-05, + "P": 0.8688199520111084, + "-": 0.11633210629224777 + }, + "id": "tp_27405" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3425626, + "label": "P", + "classification": { + "B": 6.0734664657502435e-06, + "S": 6.168127129058121e-06, + "I": 0.21563172340393066, + "C": 0.004265882540494204, + "R": 0.00023576588137075305, + "M": 0.0006477042334154248, + "O": 6.870561628602445e-05, + "W": 1.4921453839633614e-05, + "N": 0.005064196884632111, + "Y": 0.001976855332031846, + "U": 4.932638603349915e-06, + "K": 6.822011346230283e-05, + "L": 8.156095645972528e-06, + "G": 0.0010114460019394755, + "F": 0.0008949919138103724, + "E": 0.0235819760710001, + "T": 0.0009052939130924642, + "P": 0.6536745429039001, + "-": 0.09193245321512222 + }, + "id": "tp_27406" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3425759, + "label": "P", + "classification": { + "B": 1.1082014594876455e-07, + "S": 2.7758778387010352e-08, + "I": 0.000848867988679558, + "C": 2.504961048543919e-05, + "R": 1.0859024541787221e-06, + "M": 1.3029270121478476e-05, + "O": 1.3402022887021303e-06, + "W": 9.725815175443131e-08, + "N": 8.693083145772107e-06, + "Y": 0.0001265962637262419, + "U": 2.3026984763419023e-07, + "K": 7.769792773615336e-07, + "L": 2.3327901033098897e-07, + "G": 3.5733664844883606e-05, + "F": 0.00034506243537180126, + "E": 0.0003939355374313891, + "T": 7.003575592534617e-05, + "P": 0.623370349407196, + "-": 0.3747588098049164 + }, + "id": "tp_27407" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3425893, + "label": "I", + "classification": { + "B": 0.00013843266060575843, + "S": 0.0009372358326800168, + "I": 0.49936243891716003, + "C": 0.00477868365123868, + "R": 0.0007999549270607531, + "M": 0.005094890948385, + "O": 0.0007966849952936172, + "W": 0.00027555288397707045, + "N": 0.08265159279108047, + "Y": 0.0212857685983181, + "U": 2.0930985556333326e-05, + "K": 0.011569703929126263, + "L": 4.129571607336402e-05, + "G": 0.012149641290307045, + "F": 0.003248742315918207, + "E": 0.1307806372642517, + "T": 0.006588130723685026, + "P": 0.19575124979019165, + "-": 0.02372838370501995 + }, + "id": "tp_27408" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3426026, + "label": "P", + "classification": { + "B": 1.9656609140383807e-07, + "S": 7.758948150637934e-09, + "I": 0.00369457108899951, + "C": 4.249775429343572e-06, + "R": 9.147075274995586e-08, + "M": 1.7960914192372002e-05, + "O": 1.1704131708256682e-07, + "W": 2.493906414713365e-09, + "N": 9.95112623058958e-06, + "Y": 6.580452463822439e-05, + "U": 1.4959805616499011e-09, + "K": 3.5503695983152284e-08, + "L": 3.281676796973443e-08, + "G": 0.00010552531603025272, + "F": 5.692609556717798e-05, + "E": 0.02035590633749962, + "T": 1.0435584954393562e-05, + "P": 0.938360333442688, + "-": 0.03731788322329521 + }, + "id": "tp_27409" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3426126, + "label": "P", + "classification": { + "B": 1.1798401367002498e-08, + "S": 1.32002311303836e-08, + "I": 0.003007888328284025, + "C": 2.1088642370159505e-06, + "R": 4.1153768393087375e-08, + "M": 1.4413815279112896e-06, + "O": 4.587620949791926e-08, + "W": 5.81546544253797e-09, + "N": 3.533567723934539e-05, + "Y": 1.5556011931039393e-05, + "U": 3.3155500567261242e-09, + "K": 2.4636986495352176e-07, + "L": 2.7918345413269208e-09, + "G": 3.461772394075524e-06, + "F": 1.129186239268165e-05, + "E": 0.0014409959549084306, + "T": 2.9593566068797372e-06, + "P": 0.9883502721786499, + "-": 0.007128364406526089 + }, + "id": "tp_27410" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3426260, + "label": "P", + "classification": { + "B": 7.427162199746817e-05, + "S": 0.00010250323975924402, + "I": 0.04537762328982353, + "C": 0.00045701098861172795, + "R": 5.401123780757189e-05, + "M": 0.0006931309471838176, + "O": 6.801106792408973e-05, + "W": 2.992357076436747e-05, + "N": 0.008859924972057343, + "Y": 0.0010015354491770267, + "U": 1.0662965905794408e-05, + "K": 0.0003209961869288236, + "L": 1.8938602806883864e-05, + "G": 0.0013171967584639788, + "F": 0.002027001464739442, + "E": 0.06434953957796097, + "T": 0.0006760461255908012, + "P": 0.8631367683410645, + "-": 0.011424838565289974 + }, + "id": "tp_27411" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3426393, + "label": "P", + "classification": { + "B": 8.055943908402696e-06, + "S": 2.891178610298084e-06, + "I": 0.002842007204890251, + "C": 0.00027879150002263486, + "R": 2.661321559571661e-05, + "M": 4.322438326198608e-05, + "O": 1.78228165168548e-05, + "W": 4.899769464827841e-06, + "N": 0.00014133020886220038, + "Y": 0.00047684801393188536, + "U": 1.2447600965970196e-05, + "K": 4.261630601831712e-05, + "L": 4.563182301353663e-06, + "G": 0.0001567243889439851, + "F": 0.002799080219119787, + "E": 0.0015505420742556453, + "T": 0.00027526874328032136, + "P": 0.678798258304596, + "-": 0.3125179708003998 + }, + "id": "tp_27412" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3426527, + "label": "P", + "classification": { + "B": 1.1227341019548476e-05, + "S": 4.1859453631332144e-05, + "I": 0.05320155993103981, + "C": 0.00019290400086902082, + "R": 1.2007079931208864e-05, + "M": 0.00014950770128052682, + "O": 2.8455184292397462e-05, + "W": 1.008064646157436e-05, + "N": 0.004193837288767099, + "Y": 0.0003709679585881531, + "U": 1.5300502127502114e-06, + "K": 6.166823004605249e-05, + "L": 3.2007810659706593e-06, + "G": 0.0002546842733863741, + "F": 0.0009028523927554488, + "E": 0.029247591271996498, + "T": 0.00023647402122151107, + "P": 0.8902509808540344, + "-": 0.020828567445278168 + }, + "id": "tp_27413" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3426627, + "label": "P", + "classification": { + "B": 1.2748183735311613e-06, + "S": 2.192096246744768e-07, + "I": 0.0021971510723233223, + "C": 0.00013715389650315046, + "R": 3.3947724205063423e-06, + "M": 3.9608468796359375e-05, + "O": 2.6854143015953014e-06, + "W": 4.3850391762134677e-07, + "N": 4.3210391595494e-05, + "Y": 0.00011753566650440916, + "U": 6.268897436711995e-07, + "K": 3.351116220073891e-06, + "L": 5.245472607384727e-07, + "G": 8.175715629477054e-05, + "F": 0.00044081659871153533, + "E": 0.005510283634066582, + "T": 3.576245944714174e-05, + "P": 0.8047168254852295, + "-": 0.18666738271713257 + }, + "id": "tp_27414" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3426760, + "label": "P", + "classification": { + "B": 7.910816179901303e-08, + "S": 1.7937663798761605e-08, + "I": 0.03949485346674919, + "C": 0.00020495442731771618, + "R": 4.728109161078464e-06, + "M": 2.1881349312025122e-05, + "O": 1.6763568737587775e-06, + "W": 1.1179138681427503e-07, + "N": 0.00014123276923783123, + "Y": 0.00021361700783018023, + "U": 8.089184433401897e-08, + "K": 7.891470090726216e-07, + "L": 1.633443105220067e-07, + "G": 6.2352824897971e-05, + "F": 7.183196430560201e-05, + "E": 0.0032332434784621, + "T": 2.465727084199898e-05, + "P": 0.8786587715148926, + "-": 0.07786497473716736 + }, + "id": "tp_27415" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3426894, + "label": "I", + "classification": { + "B": 2.5884176011459203e-06, + "S": 1.5276442582035088e-06, + "I": 0.6165993809700012, + "C": 0.00013211005716584623, + "R": 6.712641152262222e-06, + "M": 0.000190040998859331, + "O": 2.653641558936215e-06, + "W": 5.835033789480804e-07, + "N": 0.004964844789355993, + "Y": 0.0028586899861693382, + "U": 2.667866461081303e-08, + "K": 3.799732803599909e-05, + "L": 1.1901373397904536e-07, + "G": 0.00023390696151182055, + "F": 8.308700489578769e-05, + "E": 0.08152507990598679, + "T": 0.00010896861203946173, + "P": 0.286863774061203, + "-": 0.006387925706803799 + }, + "id": "tp_27416" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3427027, + "label": "P", + "classification": { + "B": 9.206696631736122e-06, + "S": 2.634363909237436e-06, + "I": 0.0574495904147625, + "C": 0.0005137677071616054, + "R": 2.355592732783407e-05, + "M": 0.0001382403279421851, + "O": 2.162405326089356e-05, + "W": 2.7035803213948384e-06, + "N": 0.0010871286503970623, + "Y": 0.0011764051159843802, + "U": 1.562001671118196e-06, + "K": 1.350316233583726e-05, + "L": 2.6182117380812997e-06, + "G": 0.000321872066706419, + "F": 0.000422179902670905, + "E": 0.011158589273691177, + "T": 0.00022160795924719423, + "P": 0.8313684463500977, + "-": 0.09606471657752991 + }, + "id": "tp_27417" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3427127, + "label": "P", + "classification": { + "B": 9.263990818908496e-08, + "S": 3.118688951531112e-08, + "I": 0.009157133288681507, + "C": 1.7114882211899385e-05, + "R": 3.787818059208803e-07, + "M": 1.959438122867141e-06, + "O": 1.7756040904259862e-07, + "W": 4.244909135309172e-08, + "N": 0.00016936239262577146, + "Y": 3.732053664862178e-05, + "U": 1.9012309948607253e-08, + "K": 5.2381251407496165e-06, + "L": 1.0287365626027167e-08, + "G": 2.4384635253227316e-05, + "F": 0.0001003360521281138, + "E": 0.012137826532125473, + "T": 4.045744844916044e-06, + "P": 0.9677553772926331, + "-": 0.01058923453092575 + }, + "id": "tp_27418" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3427261, + "label": "P", + "classification": { + "B": 1.47613827628304e-13, + "S": 6.296265050130534e-13, + "I": 9.437368362341658e-07, + "C": 1.7656343054284207e-10, + "R": 3.3901939415492688e-12, + "M": 1.2467153698292321e-10, + "O": 5.475086703454757e-11, + "W": 6.668510145121931e-13, + "N": 9.985239302068294e-09, + "Y": 3.1743375927817397e-08, + "U": 7.172274384646682e-13, + "K": 7.487557796004296e-10, + "L": 1.0265165182720554e-13, + "G": 2.207020788347336e-09, + "F": 2.457647042319877e-06, + "E": 5.062706236458325e-07, + "T": 1.391646087256504e-08, + "P": 0.9544135332107544, + "-": 0.045582614839076996 + }, + "id": "tp_27419" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3427394, + "label": "P", + "classification": { + "B": 5.934840885402082e-08, + "S": 1.8858736439142376e-06, + "I": 0.0024803471751511097, + "C": 1.757023028403637e-06, + "R": 4.222287657285051e-07, + "M": 1.8724472283793148e-06, + "O": 1.7181164366775192e-06, + "W": 5.882685627511819e-07, + "N": 0.0012522669276222587, + "Y": 2.186609708587639e-05, + "U": 1.1421195011962482e-07, + "K": 7.437029125867411e-05, + "L": 2.900962847718347e-08, + "G": 1.9800791051238775e-05, + "F": 0.00048783092643134296, + "E": 0.004617082886397839, + "T": 9.371168744110037e-06, + "P": 0.9880542159080505, + "-": 0.002974452916532755 + }, + "id": "tp_27420" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3427528, + "label": "P", + "classification": { + "B": 9.755584118309457e-10, + "S": 1.6083984144543706e-10, + "I": 0.006652287673205137, + "C": 3.51461210357229e-07, + "R": 5.067778641176801e-09, + "M": 2.0160904057320295e-07, + "O": 3.888684929620467e-09, + "W": 1.0545359030444956e-10, + "N": 1.9439634343143553e-05, + "Y": 1.1592884447964025e-06, + "U": 9.728709504663868e-11, + "K": 3.5342915261082908e-09, + "L": 2.878820792862058e-10, + "G": 1.4063369917494128e-06, + "F": 4.305699974338495e-07, + "E": 0.000698785821441561, + "T": 3.539280442055315e-07, + "P": 0.9917349815368652, + "-": 0.0008905527065508068 + }, + "id": "tp_27421" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3427628, + "label": "P", + "classification": { + "B": 7.110448052571883e-08, + "S": 2.617639260904525e-08, + "I": 0.002865284215658903, + "C": 2.449589919706341e-05, + "R": 4.955750227964018e-07, + "M": 1.137172716880741e-06, + "O": 1.3772255158528424e-07, + "W": 6.21597138206198e-08, + "N": 7.066834950819612e-05, + "Y": 2.5835283850028645e-06, + "U": 8.18704180005625e-08, + "K": 1.473101974625024e-06, + "L": 1.658809090088198e-08, + "G": 4.619463197741425e-06, + "F": 5.295798837323673e-05, + "E": 0.001820871140807867, + "T": 2.353943045818596e-06, + "P": 0.9853798747062683, + "-": 0.009772752411663532 + }, + "id": "tp_27422" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3427761, + "label": "P", + "classification": { + "B": 4.455225355304293e-10, + "S": 3.660234615399105e-10, + "I": 0.0004581634420901537, + "C": 2.4074722659861436e-06, + "R": 1.3894282346882392e-07, + "M": 4.0993413108481036e-07, + "O": 4.811595388787282e-08, + "W": 2.34288211053979e-09, + "N": 2.7612836674961727e-06, + "Y": 1.9291239368612878e-05, + "U": 2.0052730587138967e-09, + "K": 1.6406256975187716e-07, + "L": 5.88426363190564e-10, + "G": 1.8526840221966268e-06, + "F": 2.2267464373726398e-05, + "E": 9.054889233084396e-05, + "T": 3.0259079721872695e-06, + "P": 0.8096249103546143, + "-": 0.1897740364074707 + }, + "id": "tp_27423" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3427895, + "label": "P", + "classification": { + "B": 2.2058637227928557e-07, + "S": 9.696877611986565e-08, + "I": 0.006446593441069126, + "C": 0.00013826164649799466, + "R": 6.283127731876448e-06, + "M": 1.301869451708626e-05, + "O": 9.919522199197672e-07, + "W": 1.6921464407460007e-07, + "N": 4.956118209520355e-05, + "Y": 4.2270938138244674e-05, + "U": 5.190951810618571e-07, + "K": 4.852162192037213e-07, + "L": 3.941745490010362e-07, + "G": 2.4916056645452045e-05, + "F": 0.000133326553623192, + "E": 0.0014755140291526914, + "T": 2.7956708436249755e-05, + "P": 0.9191750288009644, + "-": 0.07246437668800354 + }, + "id": "tp_27424" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3428028, + "label": "P", + "classification": { + "B": 2.411956074865884e-07, + "S": 1.9465140610464005e-08, + "I": 0.01169512514024973, + "C": 0.0001682801521383226, + "R": 2.9192033252911642e-06, + "M": 2.486778612365015e-05, + "O": 4.0660032141204283e-07, + "W": 2.7107011746352327e-08, + "N": 3.83018450520467e-05, + "Y": 8.417246135650203e-05, + "U": 8.73570940029822e-08, + "K": 6.756332027180179e-08, + "L": 2.557625862209534e-07, + "G": 5.387196142692119e-05, + "F": 3.702050162246451e-05, + "E": 0.0015877392143011093, + "T": 2.106305146298837e-05, + "P": 0.9513788819313049, + "-": 0.03490675613284111 + }, + "id": "tp_27425" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3428128, + "label": "P", + "classification": { + "B": 3.541981996590948e-08, + "S": 1.453613407420562e-07, + "I": 0.002116795163601637, + "C": 2.3965999389474746e-06, + "R": 1.9169662834883638e-07, + "M": 1.633479087104206e-06, + "O": 4.446173704764078e-07, + "W": 9.619202501198743e-08, + "N": 8.274343417724594e-05, + "Y": 3.389856283320114e-05, + "U": 4.4963041290202455e-08, + "K": 1.3271297575556673e-05, + "L": 7.680130309495325e-09, + "G": 3.922644282283727e-06, + "F": 0.00015986934886313975, + "E": 0.0008466877625323832, + "T": 5.452563527796883e-06, + "P": 0.9576692581176758, + "-": 0.039063047617673874 + }, + "id": "tp_27426" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3428262, + "label": "P", + "classification": { + "B": 3.677815766423009e-05, + "S": 3.8034784665796906e-05, + "I": 0.146285742521286, + "C": 0.01039960514754057, + "R": 0.0013634127099066973, + "M": 0.0013100069481879473, + "O": 0.00022198414080776274, + "W": 4.614488352672197e-05, + "N": 0.006168585270643234, + "Y": 0.01197945885360241, + "U": 3.5496432246873155e-05, + "K": 0.0005239120218902826, + "L": 7.538001227658242e-05, + "G": 0.007142358925193548, + "F": 0.00850670225918293, + "E": 0.044073816388845444, + "T": 0.0021290001459419727, + "P": 0.6360765695571899, + "-": 0.12358708679676056 + }, + "id": "tp_27427" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3428395, + "label": "P", + "classification": { + "B": 9.299122211814392e-06, + "S": 6.482587195932865e-07, + "I": 0.020417559891939163, + "C": 0.00010505072714295238, + "R": 6.2302824517246336e-06, + "M": 0.00018345982243772596, + "O": 9.018968739837874e-06, + "W": 7.34852960704302e-07, + "N": 0.0003072971594519913, + "Y": 0.0002804234391078353, + "U": 2.7137261326970474e-07, + "K": 1.7048212157533271e-06, + "L": 1.6237696627285914e-06, + "G": 0.00021331862080842257, + "F": 0.00014540573465637863, + "E": 0.00496490066871047, + "T": 9.605335799278691e-05, + "P": 0.9344493746757507, + "-": 0.03880771994590759 + }, + "id": "tp_27428" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3428529, + "label": "P", + "classification": { + "B": 2.293994505464525e-08, + "S": 7.846413518919348e-10, + "I": 0.0014065258437767625, + "C": 7.712353067290678e-07, + "R": 1.0960448548757995e-08, + "M": 6.016711608936021e-07, + "O": 2.1959325025022736e-08, + "W": 4.987693591473885e-10, + "N": 4.804886884812731e-06, + "Y": 2.2626484224019805e-06, + "U": 1.0502064773376674e-09, + "K": 1.0209633138913432e-09, + "L": 3.983233298754385e-09, + "G": 1.7732719470586744e-06, + "F": 2.1869145712116733e-06, + "E": 0.00010448894317960367, + "T": 2.0663374016294256e-06, + "P": 0.9881717562675476, + "-": 0.010302706621587276 + }, + "id": "tp_27429" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3428629, + "label": "P", + "classification": { + "B": 1.3639116332342383e-05, + "S": 4.333737524575554e-05, + "I": 0.19259634613990784, + "C": 0.004217707086354494, + "R": 0.0007611243636347353, + "M": 0.001273675006814301, + "O": 0.0002449698222335428, + "W": 5.83333894610405e-05, + "N": 0.005706233903765678, + "Y": 0.012343848124146461, + "U": 2.5309487682534382e-05, + "K": 0.0002462386037223041, + "L": 3.360661503393203e-05, + "G": 0.0017248523654416203, + "F": 0.002894087927415967, + "E": 0.009463808499276638, + "T": 0.0038862288929522038, + "P": 0.5845390558242798, + "-": 0.1799275428056717 + }, + "id": "tp_27430" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3428762, + "label": "P", + "classification": { + "B": 7.0000446612539236e-06, + "S": 1.7808599750424037e-06, + "I": 0.13451269268989563, + "C": 0.0008761062636040151, + "R": 3.0707284167874604e-05, + "M": 0.0001544875995023176, + "O": 5.480185336637078e-06, + "W": 1.2880647091151332e-06, + "N": 0.0033337881322950125, + "Y": 0.0004270515637472272, + "U": 1.1031784197257366e-06, + "K": 2.6401825380162336e-05, + "L": 1.8417483715893468e-06, + "G": 0.0006551224505528808, + "F": 0.00025433828704990447, + "E": 0.07001308351755142, + "T": 8.985720342025161e-05, + "P": 0.7834885120391846, + "-": 0.006119392812252045 + }, + "id": "tp_27431" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3428896, + "label": "P", + "classification": { + "B": 2.262160236909949e-09, + "S": 6.475582381426648e-08, + "I": 0.006732924375683069, + "C": 1.0387837079406381e-07, + "R": 1.8066304008357292e-08, + "M": 2.193897614688467e-07, + "O": 3.5690558064516154e-08, + "W": 8.523831418472128e-09, + "N": 0.0005965222371742129, + "Y": 8.467999350614264e-07, + "U": 6.848278055748835e-10, + "K": 1.938250079547288e-06, + "L": 2.413048927341066e-10, + "G": 5.007591994399263e-07, + "F": 8.494371286360547e-06, + "E": 0.0006747586303390563, + "T": 9.527448696644569e-07, + "P": 0.9915658235549927, + "-": 0.0004167078295722604 + }, + "id": "tp_27432" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3429029, + "label": "P", + "classification": { + "B": 2.661405744674994e-07, + "S": 8.846873100765151e-08, + "I": 0.00039653663407079875, + "C": 1.0365151865698863e-05, + "R": 3.07120387788018e-07, + "M": 1.0256456334900577e-05, + "O": 1.6672888705215883e-06, + "W": 1.046472348775751e-07, + "N": 1.3622993719764054e-05, + "Y": 0.00010039070912171155, + "U": 1.603054471388532e-07, + "K": 7.537453825534612e-07, + "L": 1.5937163766466256e-07, + "G": 2.143741585314274e-05, + "F": 0.0006361950654536486, + "E": 0.00045842776307836175, + "T": 5.688787859980948e-05, + "P": 0.7180187106132507, + "-": 0.2802736759185791 + }, + "id": "tp_27433" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3429129, + "label": "P", + "classification": { + "B": 2.0266384126443882e-07, + "S": 2.9188606731622713e-07, + "I": 0.0025890199467539787, + "C": 2.6323752535972744e-05, + "R": 4.88378418594948e-06, + "M": 2.4010614652070217e-06, + "O": 9.304932859777182e-07, + "W": 2.0803038580652355e-07, + "N": 0.0002056816010735929, + "Y": 1.981087370950263e-05, + "U": 3.648439985681762e-07, + "K": 9.76591672952054e-06, + "L": 9.827962799136003e-08, + "G": 3.9234098949236795e-05, + "F": 0.0005651623359881341, + "E": 0.0011363605735823512, + "T": 9.424520612810738e-06, + "P": 0.9830659627914429, + "-": 0.012323873117566109 + }, + "id": "tp_27434" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3429263, + "label": "P", + "classification": { + "B": 8.698463602740958e-07, + "S": 3.168548118992476e-06, + "I": 0.003363792086020112, + "C": 2.557592415541876e-05, + "R": 4.696773885370931e-06, + "M": 3.992611891590059e-05, + "O": 1.393450020259479e-05, + "W": 2.468171487635118e-06, + "N": 0.0003806354070547968, + "Y": 0.00017596852558199316, + "U": 1.9153535504301544e-06, + "K": 8.147078915499151e-05, + "L": 7.464446412086545e-07, + "G": 5.840512312715873e-05, + "F": 0.001232570386491716, + "E": 0.00180423550773412, + "T": 0.0001769980590324849, + "P": 0.8826063871383667, + "-": 0.11002613604068756 + }, + "id": "tp_27435" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3429396, + "label": "P", + "classification": { + "B": 1.7489523997937795e-06, + "S": 1.8115258626494324e-06, + "I": 0.009392169304192066, + "C": 0.00011934454960282892, + "R": 6.470874723163433e-06, + "M": 0.000146477876114659, + "O": 1.8490043657948263e-05, + "W": 2.4589780878159218e-06, + "N": 0.00020188844064250588, + "Y": 0.0004946363624185324, + "U": 8.172010552698339e-07, + "K": 3.4662798498175107e-06, + "L": 2.3911411517474335e-06, + "G": 0.0001146341601270251, + "F": 0.000924904306884855, + "E": 0.003867988009005785, + "T": 0.00022078596521168947, + "P": 0.7823270559310913, + "-": 0.20215252041816711 + }, + "id": "tp_27436" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3429530, + "label": "-", + "classification": { + "B": 1.9552833236957667e-06, + "S": 3.0823650831734994e-06, + "I": 0.05826536566019058, + "C": 0.0016585345147177577, + "R": 0.000267811119556427, + "M": 0.0010544192045927048, + "O": 0.00011134422675240785, + "W": 1.1696576621034183e-05, + "N": 0.0005417810170911252, + "Y": 0.011623875238001347, + "U": 6.476240741903894e-06, + "K": 9.169334953185171e-05, + "L": 1.4612316590500996e-05, + "G": 0.0014262787299230695, + "F": 0.0032267409842461348, + "E": 0.0026926614809781313, + "T": 0.0038263266906142235, + "P": 0.2487761527299881, + "-": 0.6663991808891296 + }, + "id": "tp_27437" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3429630, + "label": "P", + "classification": { + "B": 5.0434524612175125e-11, + "S": 5.7322948471272284e-11, + "I": 0.00023460935335606337, + "C": 7.36757613140071e-07, + "R": 1.4143080484529946e-08, + "M": 5.6715855123457004e-08, + "O": 6.896969217962123e-09, + "W": 1.1883810602242306e-10, + "N": 3.523077509726136e-07, + "Y": 2.649297584866872e-06, + "U": 3.361145806124455e-10, + "K": 2.1912198722162657e-09, + "L": 1.8926415989994894e-10, + "G": 2.2984100667144958e-07, + "F": 4.7701414587209e-06, + "E": 7.879039912950248e-06, + "T": 1.4491322417597985e-06, + "P": 0.7856167554855347, + "-": 0.21413061022758484 + }, + "id": "tp_27438" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3429763, + "label": "P", + "classification": { + "B": 4.9994245188145214e-08, + "S": 1.968186182921272e-07, + "I": 0.0013099812204018235, + "C": 7.101506867002172e-07, + "R": 7.857626371787774e-08, + "M": 3.815273885265924e-06, + "O": 1.8931417855583277e-07, + "W": 6.048853862239412e-08, + "N": 5.450524986372329e-05, + "Y": 1.0010246114688925e-05, + "U": 1.66928781908382e-08, + "K": 2.8517476948763942e-06, + "L": 7.220165798571543e-09, + "G": 2.0211373339407146e-06, + "F": 9.84122307272628e-05, + "E": 0.001007436541840434, + "T": 4.206618996249745e-06, + "P": 0.9846838116645813, + "-": 0.012821611948311329 + }, + "id": "tp_27439" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3429897, + "label": "P", + "classification": { + "B": 4.955092780534187e-09, + "S": 8.942115936605433e-10, + "I": 0.0009874512907117605, + "C": 4.6500322241627146e-06, + "R": 1.176860351392861e-07, + "M": 4.578321863846213e-07, + "O": 3.27516822551388e-08, + "W": 3.6985796647570623e-09, + "N": 4.942046871292405e-06, + "Y": 5.791790499642957e-06, + "U": 7.1339862905972495e-09, + "K": 5.865507191060715e-08, + "L": 3.6033085404341136e-09, + "G": 3.6302940316090826e-06, + "F": 1.6763049643486738e-05, + "E": 0.00023986701853573322, + "T": 1.9892559066647664e-06, + "P": 0.9644538164138794, + "-": 0.03428047150373459 + }, + "id": "tp_27440" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3430030, + "label": "P", + "classification": { + "B": 1.6468500174671163e-10, + "S": 4.078763549131281e-09, + "I": 0.016513515263795853, + "C": 5.545737646883708e-09, + "R": 5.94546190058054e-10, + "M": 1.1004241962098149e-08, + "O": 1.2394101300827742e-09, + "W": 9.683584489827979e-11, + "N": 0.0002469818282406777, + "Y": 6.164223265159308e-08, + "U": 5.312411968660946e-12, + "K": 6.324087920006605e-09, + "L": 5.0740822134243135e-12, + "G": 1.3775716567465679e-08, + "F": 9.243345999720987e-08, + "E": 4.933770833304152e-05, + "T": 8.016495200990903e-08, + "P": 0.9831552505493164, + "-": 3.4651100577320904e-05 + }, + "id": "tp_27441" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3430130, + "label": "P", + "classification": { + "B": 6.7221999415778555e-06, + "S": 7.941698640934192e-06, + "I": 0.012199655175209045, + "C": 0.000288263923721388, + "R": 5.641691677737981e-05, + "M": 0.00022806772904004902, + "O": 6.550958642037585e-05, + "W": 9.744507224240806e-06, + "N": 0.0011589089408516884, + "Y": 0.002458640607073903, + "U": 1.0216304872301407e-05, + "K": 0.00028583710081875324, + "L": 4.488271315494785e-06, + "G": 0.00045970393694005907, + "F": 0.002107209526002407, + "E": 0.007494226563721895, + "T": 0.0005754188168793917, + "P": 0.7346304655075073, + "-": 0.23795253038406372 + }, + "id": "tp_27442" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3430264, + "label": "P", + "classification": { + "B": 3.455679689068347e-05, + "S": 6.203283646755153e-06, + "I": 0.0077515109442174435, + "C": 0.00012359637184999883, + "R": 7.88405304774642e-06, + "M": 0.0001862901117419824, + "O": 1.2117742699047085e-05, + "W": 2.9275702218001243e-06, + "N": 0.0005132590886205435, + "Y": 0.00025010836543515325, + "U": 6.500898962258361e-06, + "K": 2.028368726314511e-05, + "L": 6.02632098889444e-06, + "G": 0.0002279826730955392, + "F": 0.0008481896948069334, + "E": 0.017809823155403137, + "T": 0.00025270855985581875, + "P": 0.9175562262535095, + "-": 0.054383862763643265 + }, + "id": "tp_27443" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3430397, + "label": "P", + "classification": { + "B": 6.199238669069018e-06, + "S": 2.3848283490224276e-06, + "I": 0.004038593266159296, + "C": 7.177899533417076e-05, + "R": 4.427904059411958e-06, + "M": 5.8156125305686146e-05, + "O": 1.0268259757140186e-05, + "W": 2.638425257828203e-06, + "N": 0.0002751842839643359, + "Y": 0.00024082433083094656, + "U": 2.4786681933619548e-06, + "K": 5.388208955992013e-05, + "L": 1.8057579609376262e-06, + "G": 0.00030335484188981354, + "F": 0.0017542606219649315, + "E": 0.010488933883607388, + "T": 0.00013012031558901072, + "P": 0.8862154483795166, + "-": 0.09633925557136536 + }, + "id": "tp_27444" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3430531, + "label": "P", + "classification": { + "B": 1.195033494383324e-08, + "S": 5.463162366936558e-08, + "I": 0.004430706612765789, + "C": 2.871572633011965e-07, + "R": 1.5203356795723266e-08, + "M": 9.572634240839761e-08, + "O": 1.7222141934780666e-08, + "W": 1.0763576696604105e-08, + "N": 6.365518493112177e-05, + "Y": 7.147170890675625e-07, + "U": 2.3107118440890417e-09, + "K": 9.945880208306335e-08, + "L": 5.756052301464365e-10, + "G": 1.3966968026579707e-07, + "F": 2.5145159270323347e-06, + "E": 0.00017859452054835856, + "T": 5.045615125709446e-07, + "P": 0.9942919015884399, + "-": 0.0010307495249435306 + }, + "id": "tp_27445" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3430631, + "label": "P", + "classification": { + "B": 4.918519493912754e-07, + "S": 1.0593119270652096e-07, + "I": 0.1280847042798996, + "C": 0.0003131662087980658, + "R": 7.57209863877506e-06, + "M": 4.192173946648836e-05, + "O": 1.0963511840600404e-06, + "W": 1.4300363204711175e-07, + "N": 0.0009065867052413523, + "Y": 0.00023825281823519617, + "U": 9.200828543498574e-08, + "K": 1.6692969211362652e-06, + "L": 1.5783369633481925e-07, + "G": 9.536090510664508e-05, + "F": 2.4610651962575503e-05, + "E": 0.025566941127181053, + "T": 2.4505401597707532e-05, + "P": 0.8387584090232849, + "-": 0.005934214219450951 + }, + "id": "tp_27446" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3430764, + "label": "P", + "classification": { + "B": 1.7079144072340569e-06, + "S": 1.401686233748478e-07, + "I": 0.24762339890003204, + "C": 0.0005757607868872583, + "R": 7.479546638933243e-06, + "M": 0.00023499643430113792, + "O": 1.2985769899387378e-06, + "W": 8.460939682208846e-08, + "N": 0.00037494779098778963, + "Y": 0.0005151480436325073, + "U": 4.7788631718503893e-08, + "K": 1.2859382536589692e-07, + "L": 9.85872361525253e-07, + "G": 0.0003512674302328378, + "F": 3.086854121647775e-05, + "E": 0.019643809646368027, + "T": 8.456088835373521e-05, + "P": 0.7199897766113281, + "-": 0.010563485324382782 + }, + "id": "tp_27447" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3430898, + "label": "P", + "classification": { + "B": 2.3687384782533627e-06, + "S": 2.12402028409997e-06, + "I": 0.028220679610967636, + "C": 6.5132462623296306e-06, + "R": 9.988499414248508e-07, + "M": 2.3228889403981157e-05, + "O": 2.415259586996399e-06, + "W": 3.477647112504201e-07, + "N": 0.002381129190325737, + "Y": 3.548206586856395e-05, + "U": 9.817820512125763e-08, + "K": 2.532440475988551e-06, + "L": 1.1983085812516947e-07, + "G": 2.5398912839591503e-05, + "F": 2.6810255803866312e-05, + "E": 0.004550171084702015, + "T": 2.957992364827078e-05, + "P": 0.9634390473365784, + "-": 0.001251058536581695 + }, + "id": "tp_27448" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3431031, + "label": "P", + "classification": { + "B": 1.0957631246810706e-07, + "S": 4.198246301712061e-07, + "I": 0.08468718826770782, + "C": 3.187008769600652e-05, + "R": 1.4367062703968259e-06, + "M": 1.196307403006358e-05, + "O": 5.020389721721585e-07, + "W": 2.4267666276500677e-07, + "N": 0.001381441717967391, + "Y": 5.933165812166408e-05, + "U": 3.578074725396618e-08, + "K": 9.193047844746616e-06, + "L": 3.765995870708139e-08, + "G": 1.557252289785538e-05, + "F": 6.410444620996714e-05, + "E": 0.011046381667256355, + "T": 1.4113217730482575e-05, + "P": 0.8997781872749329, + "-": 0.002897854195907712 + }, + "id": "tp_27449" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3431131, + "label": "P", + "classification": { + "B": 1.5843849610064353e-07, + "S": 9.450675975131162e-08, + "I": 0.0026459340006113052, + "C": 5.4051670304033905e-06, + "R": 3.72943304682849e-07, + "M": 1.1015654308721423e-06, + "O": 3.060897881823621e-07, + "W": 6.331863744435395e-08, + "N": 8.69364885147661e-05, + "Y": 7.764127076370642e-06, + "U": 2.3498148493672488e-07, + "K": 1.4030227930561523e-06, + "L": 3.99485777791142e-08, + "G": 3.8536627471330576e-06, + "F": 4.884453664999455e-05, + "E": 0.0006573299178853631, + "T": 7.496205398638267e-06, + "P": 0.9808139204978943, + "-": 0.015718776732683182 + }, + "id": "tp_27450" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3431265, + "label": "P", + "classification": { + "B": 4.3685707828977627e-10, + "S": 2.341317695275791e-10, + "I": 0.00014503176498692483, + "C": 2.9096486997559623e-08, + "R": 5.71994673848053e-10, + "M": 9.013813695446515e-08, + "O": 2.7555080439611856e-09, + "W": 1.7362197790582456e-10, + "N": 1.4029384374225629e-06, + "Y": 4.895608185506717e-07, + "U": 1.3055027892061588e-10, + "K": 4.303076561740227e-09, + "L": 7.106863708639111e-11, + "G": 1.2299103957502666e-07, + "F": 2.3587765554111684e-06, + "E": 3.799821206484921e-05, + "T": 6.066175615160319e-07, + "P": 0.9891034364700317, + "-": 0.010708387941122055 + }, + "id": "tp_27451" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3431398, + "label": "P", + "classification": { + "B": 1.490570866735652e-08, + "S": 4.611423420897154e-08, + "I": 0.006591338664293289, + "C": 7.448790029229713e-08, + "R": 1.2071448729500389e-08, + "M": 8.579586392443161e-07, + "O": 2.9192536388222834e-08, + "W": 1.3394537035082976e-08, + "N": 0.00011249200179008767, + "Y": 3.4623481042217463e-06, + "U": 9.429264036242557e-10, + "K": 6.774789653718472e-07, + "L": 6.078290093469718e-10, + "G": 3.935039956104447e-07, + "F": 1.0669197763490956e-05, + "E": 0.0005996372783556581, + "T": 1.1112036872873432e-06, + "P": 0.9915283918380737, + "-": 0.001150571508333087 + }, + "id": "tp_27452" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3431532, + "label": "P", + "classification": { + "B": 3.475312837508682e-08, + "S": 3.428974082453351e-07, + "I": 0.03681579977273941, + "C": 8.614243256488407e-07, + "R": 2.173917152958893e-07, + "M": 1.974992983377888e-06, + "O": 1.9515191240770946e-07, + "W": 4.543178988569707e-08, + "N": 0.0021476317197084427, + "Y": 1.5666786566725932e-05, + "U": 6.499464078046913e-09, + "K": 1.1700760296662338e-05, + "L": 3.7307623657056865e-09, + "G": 4.2181627577519976e-06, + "F": 1.99060177692445e-05, + "E": 0.0015121533069759607, + "T": 8.61224270920502e-06, + "P": 0.9587612748146057, + "-": 0.0006993749411776662 + }, + "id": "tp_27453" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3431632, + "label": "I", + "classification": { + "B": 4.353142202262461e-08, + "S": 5.213488307731495e-08, + "I": 0.6850268244743347, + "C": 0.00019135452748741955, + "R": 3.83676115234266e-06, + "M": 4.291329787520226e-06, + "O": 3.6041956263943575e-07, + "W": 2.3821923988975868e-08, + "N": 0.0009787138551473618, + "Y": 1.141330176324118e-05, + "U": 2.400078358277824e-09, + "K": 4.140143339270708e-09, + "L": 3.4287804595578564e-08, + "G": 1.2046976735291537e-05, + "F": 6.162275099086401e-07, + "E": 0.0010235834633931518, + "T": 3.8039277114876313e-06, + "P": 0.31233465671539307, + "-": 0.000408188090659678 + }, + "id": "tp_27454" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3431765, + "label": "P", + "classification": { + "B": 2.7662276806950103e-06, + "S": 7.463574547728058e-06, + "I": 0.2107515186071396, + "C": 0.0005955352098681033, + "R": 0.0001339442387688905, + "M": 8.315114246215671e-05, + "O": 1.9721348508028314e-05, + "W": 6.297781510511413e-06, + "N": 0.009029199369251728, + "Y": 0.0012768281158059835, + "U": 3.329933406348573e-06, + "K": 0.00039045835728757083, + "L": 1.0469889275555033e-06, + "G": 0.00035190198104828596, + "F": 0.0005184446927160025, + "E": 0.010831635445356369, + "T": 0.0002931596536654979, + "P": 0.7512245178222656, + "-": 0.01447902899235487 + }, + "id": "tp_27455" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3431899, + "label": "P", + "classification": { + "B": 2.2373091823624236e-08, + "S": 1.1209998973527036e-07, + "I": 0.24703608453273773, + "C": 2.5175637574648135e-07, + "R": 4.215745619262634e-08, + "M": 1.031500346471148e-06, + "O": 3.925341829358331e-08, + "W": 3.646766000287016e-09, + "N": 0.00100140820723027, + "Y": 6.1350319811026566e-06, + "U": 3.5001956888436325e-10, + "K": 8.449671184962426e-08, + "L": 1.134690896797963e-09, + "G": 1.6296731928377994e-06, + "F": 7.104897576937219e-07, + "E": 0.00039184195338748395, + "T": 3.4789838991855504e-06, + "P": 0.7513657212257385, + "-": 0.0001913754385896027 + }, + "id": "tp_27456" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3432032, + "label": "P", + "classification": { + "B": 7.734959581284784e-06, + "S": 1.5816099221410695e-06, + "I": 0.010126837529242039, + "C": 0.0002610789379104972, + "R": 1.4883995390846394e-05, + "M": 0.00013082603982184082, + "O": 9.151591257250402e-06, + "W": 1.1255442586843856e-06, + "N": 0.0003600639174692333, + "Y": 0.0009689903235994279, + "U": 1.9632159364846302e-06, + "K": 1.2760492609231733e-05, + "L": 2.914126753239543e-06, + "G": 0.0005224564811214805, + "F": 0.0006946797948330641, + "E": 0.013841805048286915, + "T": 0.00013897065946366638, + "P": 0.9115797281265259, + "-": 0.06132258102297783 + }, + "id": "tp_27457" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3432132, + "label": "P", + "classification": { + "B": 3.5892287542083068e-06, + "S": 6.962646637020953e-08, + "I": 0.005410193931311369, + "C": 0.00016935377789195627, + "R": 1.2575171240314376e-05, + "M": 7.573694892926142e-05, + "O": 1.150835942098638e-05, + "W": 2.527391700368753e-07, + "N": 1.5893201634753495e-05, + "Y": 0.0001710395299596712, + "U": 1.2803202764644084e-07, + "K": 3.148375782302537e-09, + "L": 6.074301836633822e-06, + "G": 0.00017626404587645084, + "F": 5.74357618461363e-05, + "E": 0.00033566378988325596, + "T": 0.00013214793580118567, + "P": 0.6619377732276917, + "-": 0.33148422837257385 + }, + "id": "tp_27458" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3432266, + "label": "P", + "classification": { + "B": 5.992481874272926e-06, + "S": 6.906029011588544e-05, + "I": 0.004059978760778904, + "C": 2.414061782474164e-06, + "R": 1.1160012718391954e-06, + "M": 1.7294834833592176e-05, + "O": 1.7228097931365483e-05, + "W": 5.935502940701554e-06, + "N": 0.0013589146547019482, + "Y": 2.381632657488808e-05, + "U": 7.667348427276011e-07, + "K": 3.019107498403173e-05, + "L": 8.645487241665251e-07, + "G": 1.7778469555196352e-05, + "F": 0.0005135299870744348, + "E": 0.0012709813890978694, + "T": 6.959171878406778e-05, + "P": 0.9792138934135437, + "-": 0.013320703990757465 + }, + "id": "tp_27459" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3432399, + "label": "P", + "classification": { + "B": 3.8496536944876425e-06, + "S": 9.894783943309449e-07, + "I": 0.013935232535004616, + "C": 0.0012172278948128223, + "R": 6.259313522605225e-05, + "M": 0.00011096522939624265, + "O": 1.8638349501998164e-05, + "W": 2.7591242997004883e-06, + "N": 0.0001275713148061186, + "Y": 0.0012334492057561874, + "U": 3.179914983775234e-06, + "K": 9.441821475775214e-07, + "L": 8.480193173454609e-06, + "G": 0.00020899687660858035, + "F": 0.0006826733588241041, + "E": 0.0016180636594071984, + "T": 0.0004314268589951098, + "P": 0.6606892943382263, + "-": 0.3196437358856201 + }, + "id": "tp_27460" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3432533, + "label": "P", + "classification": { + "B": 2.1087598334190716e-10, + "S": 1.6707392413994882e-10, + "I": 0.00042433023918420076, + "C": 1.4637108192161463e-09, + "R": 7.921299727264852e-11, + "M": 1.2641052649087214e-09, + "O": 1.5501522288019487e-10, + "W": 1.8736845408540148e-11, + "N": 3.6271667340770364e-06, + "Y": 2.663817610937258e-09, + "U": 3.1175643663838848e-12, + "K": 4.961260222091646e-11, + "L": 4.688792323154223e-12, + "G": 6.682507436295282e-09, + "F": 1.4580328944191479e-08, + "E": 1.0971390111080837e-05, + "T": 6.707804978134391e-09, + "P": 0.9995384216308594, + "-": 2.2675545551464893e-05 + }, + "id": "tp_27461" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3432633, + "label": "P", + "classification": { + "B": 1.1712251168916055e-09, + "S": 3.783913626875801e-09, + "I": 0.017747852951288223, + "C": 9.343625038127357e-07, + "R": 1.7095372228936867e-08, + "M": 4.841162422053458e-07, + "O": 1.0068615274860804e-08, + "W": 8.261150097332859e-10, + "N": 4.710665962193161e-05, + "Y": 5.1235010687378235e-06, + "U": 2.031847468053627e-10, + "K": 3.058333142291758e-09, + "L": 7.500173260233112e-10, + "G": 5.227580572864099e-07, + "F": 1.5771406651765574e-06, + "E": 0.0005032421904616058, + "T": 6.624750312766992e-07, + "P": 0.9807747006416321, + "-": 0.0009177057654596865 + }, + "id": "tp_27462" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3432766, + "label": "P", + "classification": { + "B": 1.5663867998227943e-06, + "S": 2.2636995709035546e-06, + "I": 0.013658999465405941, + "C": 2.598339597170707e-05, + "R": 5.744102963944897e-06, + "M": 2.892082920880057e-05, + "O": 6.329127700155368e-06, + "W": 7.451303645211738e-07, + "N": 0.00034993424196727574, + "Y": 0.00014050336903892457, + "U": 3.045140033464122e-07, + "K": 6.650639079452958e-07, + "L": 1.0357687187934062e-06, + "G": 6.47084234515205e-05, + "F": 0.00012125368812121451, + "E": 0.0008367589907720685, + "T": 0.00010534682951401919, + "P": 0.9630528092384338, + "-": 0.021595986559987068 + }, + "id": "tp_27463" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3432900, + "label": "P", + "classification": { + "B": 1.772089490259532e-05, + "S": 1.2080602573405486e-05, + "I": 0.012104238383471966, + "C": 1.498039455327671e-05, + "R": 2.301758968314971e-06, + "M": 7.095439650584012e-05, + "O": 1.0280577953380998e-05, + "W": 2.483737262082286e-06, + "N": 0.0011268040398135781, + "Y": 9.835271339397877e-05, + "U": 5.46970113646239e-07, + "K": 4.652657025872031e-06, + "L": 1.4430409009946743e-06, + "G": 7.281555008376017e-05, + "F": 0.00021782206022180617, + "E": 0.0049218772910535336, + "T": 0.00011860196536872536, + "P": 0.9721328020095825, + "-": 0.009069213643670082 + }, + "id": "tp_27464" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3433033, + "label": "I", + "classification": { + "B": 7.2402876867272425e-06, + "S": 2.935422344307881e-05, + "I": 0.7414748072624207, + "C": 0.0005422102403827012, + "R": 0.00016757744015194476, + "M": 0.00042376579949632287, + "O": 4.39727955381386e-05, + "W": 7.596574960189173e-06, + "N": 0.01834751106798649, + "Y": 0.002522941678762436, + "U": 1.1211297987756552e-06, + "K": 2.8577673219842836e-05, + "L": 5.530411726795137e-06, + "G": 0.000517717213369906, + "F": 0.0001317591522820294, + "E": 0.005651833023875952, + "T": 0.0008095011580735445, + "P": 0.2253037393093109, + "-": 0.003983233589679003 + }, + "id": "tp_27465" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3433133, + "label": "P", + "classification": { + "B": 5.32090325577883e-07, + "S": 2.518630708436831e-07, + "I": 0.0074991448782384396, + "C": 2.1605475922115147e-05, + "R": 3.1089061849343125e-06, + "M": 5.200220584811177e-06, + "O": 1.2053163800374023e-06, + "W": 1.730050911419312e-07, + "N": 0.00012076532584615052, + "Y": 1.2736890312226024e-05, + "U": 2.9978929205753957e-07, + "K": 2.620125769681181e-07, + "L": 3.189612698406563e-07, + "G": 1.6720863641239703e-05, + "F": 5.158470230526291e-05, + "E": 0.0003344299038872123, + "T": 2.0538358512567356e-05, + "P": 0.9736137986183167, + "-": 0.018297340720891953 + }, + "id": "tp_27466" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3433267, + "label": "P", + "classification": { + "B": 1.6668538592057303e-05, + "S": 1.1745959454856347e-05, + "I": 0.022115949541330338, + "C": 0.0009404137963429093, + "R": 0.00022549930145032704, + "M": 0.00025200171512551606, + "O": 0.00015095660637598485, + "W": 2.870435309887398e-05, + "N": 0.0011341499630361795, + "Y": 0.005580608267337084, + "U": 2.4891822249628603e-05, + "K": 0.00011230108793824911, + "L": 2.372468588873744e-05, + "G": 0.0009988294914364815, + "F": 0.0037817892152816057, + "E": 0.004882041830569506, + "T": 0.0014645615592598915, + "P": 0.5266414284706116, + "-": 0.4316137135028839 + }, + "id": "tp_27467" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3433400, + "label": "P", + "classification": { + "B": 3.842822479782626e-05, + "S": 7.366923819063231e-05, + "I": 0.20162469148635864, + "C": 0.00013356808631215245, + "R": 6.433160160668194e-05, + "M": 0.00018777773948386312, + "O": 5.4897005611564964e-05, + "W": 1.1069777428929228e-05, + "N": 0.006477773189544678, + "Y": 0.000704420090187341, + "U": 2.8378344723023474e-06, + "K": 1.3353859685594216e-05, + "L": 9.572604540153407e-06, + "G": 0.0003574092115741223, + "F": 0.00021856238890904933, + "E": 0.003096766071394086, + "T": 0.0005906345322728157, + "P": 0.7741158604621887, + "-": 0.012224345467984676 + }, + "id": "tp_27468" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3433500, + "label": "P", + "classification": { + "B": 3.7564710453352745e-08, + "S": 4.166845091191362e-09, + "I": 0.00023044853878673166, + "C": 2.6876057290792232e-06, + "R": 3.60900216378468e-08, + "M": 5.609924755844986e-06, + "O": 1.6850498241183232e-07, + "W": 9.693176039604623e-09, + "N": 2.2851413632452022e-06, + "Y": 3.0813123885309324e-05, + "U": 1.0111619985764264e-08, + "K": 8.58568398598436e-08, + "L": 1.4719701901810822e-08, + "G": 6.992364887992153e-06, + "F": 8.232253458118066e-05, + "E": 0.0006276469794102013, + "T": 9.076137757801916e-06, + "P": 0.7124069333076477, + "-": 0.28659486770629883 + }, + "id": "tp_27469" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3433634, + "label": "P", + "classification": { + "B": 1.2600179616129026e-05, + "S": 9.517402759229299e-06, + "I": 0.03161056712269783, + "C": 0.0014452930772677064, + "R": 9.25890781218186e-05, + "M": 0.0007177634397521615, + "O": 8.978715050034225e-05, + "W": 1.4662410649179947e-05, + "N": 0.0011873897165060043, + "Y": 0.0017231374513357878, + "U": 1.3779972505290061e-05, + "K": 6.109057721914724e-05, + "L": 1.6461917766719125e-05, + "G": 0.0008972231880761683, + "F": 0.0013728004414588213, + "E": 0.00851918663829565, + "T": 0.0009989897953346372, + "P": 0.742759108543396, + "-": 0.20845811069011688 + }, + "id": "tp_27470" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3433767, + "label": "P", + "classification": { + "B": 1.4390639790917703e-08, + "S": 3.4489890055056094e-08, + "I": 0.001017946400679648, + "C": 2.601187816253514e-06, + "R": 8.748435931238419e-08, + "M": 3.1402282729686704e-07, + "O": 8.867004197554706e-08, + "W": 1.9999516709390264e-08, + "N": 4.016206366941333e-05, + "Y": 5.0956523409695365e-06, + "U": 1.8258040412888477e-08, + "K": 1.6161141047632555e-06, + "L": 4.9290571624283075e-09, + "G": 4.338681719673332e-06, + "F": 8.591782534494996e-05, + "E": 0.00048788997810333967, + "T": 1.8060461570712505e-06, + "P": 0.9907338619232178, + "-": 0.007618310395628214 + }, + "id": "tp_27471" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3433901, + "label": "P", + "classification": { + "B": 3.0819109042568016e-07, + "S": 1.1651130904510865e-07, + "I": 0.0818609669804573, + "C": 8.472123590763658e-05, + "R": 1.7874780269266921e-06, + "M": 8.666217581776436e-06, + "O": 5.168518555365154e-07, + "W": 8.881592350462597e-08, + "N": 0.0008650161908008158, + "Y": 1.3491236131812911e-05, + "U": 1.1794284660027188e-07, + "K": 2.0943004983564606e-06, + "L": 8.640790127856235e-08, + "G": 3.577363895601593e-05, + "F": 2.125858372892253e-05, + "E": 0.007114187814295292, + "T": 5.592727120529162e-06, + "P": 0.9072739481925964, + "-": 0.002711184322834015 + }, + "id": "tp_27472" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3434001, + "label": "P", + "classification": { + "B": 2.154237455087582e-09, + "S": 9.105867171399495e-10, + "I": 4.6469322114717215e-05, + "C": 1.9382538241075054e-08, + "R": 2.657028763675129e-10, + "M": 5.889285148441559e-08, + "O": 3.127350600706791e-09, + "W": 2.964044842901359e-10, + "N": 1.65959750120237e-06, + "Y": 5.3555908152702614e-08, + "U": 2.0616729157207914e-10, + "K": 7.950436753390022e-09, + "L": 1.2853919317823426e-10, + "G": 1.1344935302304293e-07, + "F": 3.057717322008102e-06, + "E": 0.00021011395438108593, + "T": 1.0020973917335141e-07, + "P": 0.9973491430282593, + "-": 0.00238936604000628 + }, + "id": "tp_27473" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3434134, + "label": "P", + "classification": { + "B": 5.1921560952905566e-05, + "S": 9.363094250147697e-06, + "I": 0.055586762726306915, + "C": 0.0028929670806974173, + "R": 0.00022616331989411265, + "M": 0.0004976516356691718, + "O": 3.2876469049369916e-05, + "W": 1.1113457730971277e-05, + "N": 0.0012190536363050342, + "Y": 6.357905658660457e-05, + "U": 1.8532016838435084e-05, + "K": 3.380982525413856e-05, + "L": 2.055964432656765e-05, + "G": 0.0011807701084762812, + "F": 0.0007368026999756694, + "E": 0.01627405360341072, + "T": 0.00014719212776981294, + "P": 0.8813233375549316, + "-": 0.039673544466495514 + }, + "id": "tp_27474" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3434268, + "label": "I", + "classification": { + "B": 2.3051101379678585e-05, + "S": 1.1159176210639998e-05, + "I": 0.7698055505752563, + "C": 0.0009403643198311329, + "R": 6.470201333286241e-05, + "M": 0.0005510312621481717, + "O": 7.76152046455536e-06, + "W": 2.3026636881695595e-06, + "N": 0.007188289891928434, + "Y": 0.0013132207095623016, + "U": 4.13128020682052e-07, + "K": 1.3909118024457712e-05, + "L": 1.889019699774508e-06, + "G": 0.0004165134159848094, + "F": 5.670735481544398e-05, + "E": 0.041387952864170074, + "T": 0.0001996026694541797, + "P": 0.17615050077438354, + "-": 0.0018650172278285027 + }, + "id": "tp_27475" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3434401, + "label": "P", + "classification": { + "B": 3.992493930127239e-06, + "S": 9.148863000518759e-07, + "I": 0.002786695957183838, + "C": 5.2626717661041766e-05, + "R": 5.3499297791859135e-06, + "M": 6.447123450925574e-05, + "O": 7.451821602444397e-06, + "W": 7.671606567782874e-07, + "N": 0.00013346080959308892, + "Y": 0.00017906764696817845, + "U": 7.699135835537163e-07, + "K": 6.412175480363658e-06, + "L": 1.4783122423978057e-06, + "G": 0.00022276000527199358, + "F": 0.000736365735065192, + "E": 0.0021862045396119356, + "T": 0.00010569456208031625, + "P": 0.9062885046005249, + "-": 0.08721698820590973 + }, + "id": "tp_27476" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3434501, + "label": "P", + "classification": { + "B": 7.199374607580467e-08, + "S": 5.4101622737334765e-08, + "I": 0.0024553590919822454, + "C": 2.71415392489871e-05, + "R": 6.594322030650801e-07, + "M": 1.0494717571418732e-05, + "O": 8.990027140498569e-07, + "W": 8.538908957689273e-08, + "N": 2.88187093246961e-05, + "Y": 6.99885786161758e-05, + "U": 6.66514381464367e-08, + "K": 3.2750406830928114e-07, + "L": 1.1010993716809025e-07, + "G": 1.2562509255076293e-05, + "F": 0.00016522833902854472, + "E": 0.0011879446683451533, + "T": 5.8588950196281075e-05, + "P": 0.8254216313362122, + "-": 0.17056003212928772 + }, + "id": "tp_27477" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3434635, + "label": "P", + "classification": { + "B": 1.0254412700305693e-05, + "S": 1.3615018360724207e-05, + "I": 0.007179570384323597, + "C": 0.000986995524726808, + "R": 9.183203655993566e-05, + "M": 0.00028017046861350536, + "O": 7.247074245242402e-05, + "W": 1.1552734576980583e-05, + "N": 0.0005599248106591403, + "Y": 0.0009393659420311451, + "U": 2.1590676624327898e-05, + "K": 6.393325020326301e-05, + "L": 1.6845027857925743e-05, + "G": 0.000624645093921572, + "F": 0.002981985453516245, + "E": 0.0036913298536092043, + "T": 0.0010910696582868695, + "P": 0.6795322299003601, + "-": 0.30183058977127075 + }, + "id": "tp_27478" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3434768, + "label": "P", + "classification": { + "B": 6.255111770769872e-07, + "S": 1.3130696174812329e-07, + "I": 0.0011761519126594067, + "C": 1.5997668469935888e-06, + "R": 1.220532936940799e-07, + "M": 1.0081807886308525e-05, + "O": 4.855970701100887e-07, + "W": 1.0547450557396587e-07, + "N": 8.203501784009859e-05, + "Y": 1.0336552804801613e-05, + "U": 5.1670166811845775e-08, + "K": 2.564624992373865e-06, + "L": 2.7553216597198116e-08, + "G": 8.385609362449031e-06, + "F": 7.347283826675266e-05, + "E": 0.004780034068971872, + "T": 6.102551651565591e-06, + "P": 0.9848419427871704, + "-": 0.009005794301629066 + }, + "id": "tp_27479" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3434902, + "label": "P", + "classification": { + "B": 6.335638431664847e-07, + "S": 3.826450978294815e-08, + "I": 0.005327570252120495, + "C": 0.00014834066678304225, + "R": 2.4121000024024397e-06, + "M": 2.149302963516675e-05, + "O": 8.946918228502909e-07, + "W": 6.451242740013186e-08, + "N": 1.991786302824039e-05, + "Y": 0.00018849645857699215, + "U": 1.3715180102735758e-07, + "K": 1.5114052231979258e-08, + "L": 3.936180519303889e-07, + "G": 3.655637920019217e-05, + "F": 2.107802174577955e-05, + "E": 0.0006849518977105618, + "T": 5.865110506420024e-05, + "P": 0.8977475762367249, + "-": 0.09574078768491745 + }, + "id": "tp_27480" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3435002, + "label": "P", + "classification": { + "B": 2.9432030146381294e-09, + "S": 2.2898964946449496e-09, + "I": 0.00022494913719128817, + "C": 5.1223938868361074e-08, + "R": 1.0938825401041186e-09, + "M": 2.1993438181766578e-08, + "O": 2.1250390336291503e-09, + "W": 1.43188239043468e-09, + "N": 4.973203976987861e-05, + "Y": 3.256167531162646e-07, + "U": 6.30952123881201e-10, + "K": 2.09414633900451e-06, + "L": 3.0893045066537894e-11, + "G": 6.531731742143165e-07, + "F": 5.793257059849566e-06, + "E": 0.016568750143051147, + "T": 7.537039437011117e-08, + "P": 0.9829250574111938, + "-": 0.00022233856725506485 + }, + "id": "tp_27481" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3435135, + "label": "P", + "classification": { + "B": 0.0004775773559231311, + "S": 0.0009098591399379075, + "I": 0.13362868130207062, + "C": 0.0071814353577792645, + "R": 0.0015871586510911584, + "M": 0.003361471462994814, + "O": 0.0011920843971893191, + "W": 0.0004891840508207679, + "N": 0.02097315900027752, + "Y": 0.005436033941805363, + "U": 0.0003260064113419503, + "K": 0.004074533935636282, + "L": 0.0003652407613117248, + "G": 0.009521489962935448, + "F": 0.01600479707121849, + "E": 0.07031933963298798, + "T": 0.00425143213942647, + "P": 0.6327298283576965, + "-": 0.08717066794633865 + }, + "id": "tp_27482" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3435269, + "label": "P", + "classification": { + "B": 9.810230494622374e-07, + "S": 2.6041666956189147e-07, + "I": 0.33215609192848206, + "C": 0.00859801471233368, + "R": 0.0006272246246226132, + "M": 0.00017964451399166137, + "O": 1.1650809028651565e-05, + "W": 1.396742391079897e-06, + "N": 0.000492000428494066, + "Y": 0.0013230475597083569, + "U": 1.9416088434809353e-06, + "K": 1.5213463484542444e-06, + "L": 3.8167577258718666e-06, + "G": 0.0006072086980566382, + "F": 0.0002891927142627537, + "E": 0.0029225789476186037, + "T": 0.00020002679957542568, + "P": 0.5522088408470154, + "-": 0.10037460178136826 + }, + "id": "tp_27483" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3435402, + "label": "P", + "classification": { + "B": 1.9261504348833114e-05, + "S": 2.7656849852064624e-05, + "I": 0.001393906190060079, + "C": 0.00015500605513807386, + "R": 5.666726428898983e-05, + "M": 8.22372458060272e-05, + "O": 0.00011065050057368353, + "W": 1.561642056913115e-05, + "N": 0.000247636140557006, + "Y": 0.0008741404744796455, + "U": 1.1314165021758527e-05, + "K": 3.963671042583883e-05, + "L": 1.3294094060256612e-05, + "G": 0.00038701933226548135, + "F": 0.0062097725458443165, + "E": 0.0005269637913443148, + "T": 0.0009248118731193244, + "P": 0.5539819598197937, + "-": 0.4349224865436554 + }, + "id": "tp_27484" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3435502, + "label": "P", + "classification": { + "B": 0.00015144949429668486, + "S": 9.561461047269404e-05, + "I": 0.03115859441459179, + "C": 0.0009173773578368127, + "R": 0.00028617685893550515, + "M": 0.0012980892788618803, + "O": 0.000604657456278801, + "W": 9.688497812021524e-05, + "N": 0.002944512525573373, + "Y": 0.002775105182081461, + "U": 8.436825009994209e-05, + "K": 8.913961210055277e-05, + "L": 0.00012232419976498932, + "G": 0.0015731287421658635, + "F": 0.0019488635007292032, + "E": 0.004891552496701479, + "T": 0.0033371346071362495, + "P": 0.7216062545776367, + "-": 0.22601869702339172 + }, + "id": "tp_27485" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3435636, + "label": "P", + "classification": { + "B": 4.912390068056993e-07, + "S": 1.100658550967637e-06, + "I": 0.0025881482288241386, + "C": 5.710904224542901e-05, + "R": 1.590939973539207e-05, + "M": 1.1870165508298669e-05, + "O": 6.4199348344118334e-06, + "W": 1.2728058891298133e-06, + "N": 0.00010729309724410996, + "Y": 0.00024114418192766607, + "U": 1.977329247893067e-06, + "K": 1.5459911082871258e-05, + "L": 8.328745479957433e-07, + "G": 0.00013103669334668666, + "F": 0.0010598310036584735, + "E": 0.0005621464224532247, + "T": 7.461084896931425e-05, + "P": 0.88346928358078, + "-": 0.11165402829647064 + }, + "id": "tp_27486" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3435769, + "label": "P", + "classification": { + "B": 4.079794635458711e-08, + "S": 4.947433573931903e-10, + "I": 0.00017196073895320296, + "C": 5.064811858801477e-08, + "R": 3.0064490896819507e-09, + "M": 7.873348977227579e-07, + "O": 9.691839331082974e-09, + "W": 5.824233317852645e-10, + "N": 1.5913507240838953e-06, + "Y": 2.3517731051470037e-07, + "U": 2.3194346443489167e-10, + "K": 3.1377895837181313e-09, + "L": 9.387683963524296e-10, + "G": 1.1051773753933958e-06, + "F": 2.9902776077506132e-06, + "E": 0.00045889028115198016, + "T": 2.399491165760992e-07, + "P": 0.9955134987831116, + "-": 0.0038485911209136248 + }, + "id": "tp_27487" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3435903, + "label": "P", + "classification": { + "B": 5.388767476688372e-07, + "S": 1.3772489637631224e-06, + "I": 0.00041080391383729875, + "C": 4.4248110498301685e-05, + "R": 4.522669314610539e-06, + "M": 4.9713155021891e-05, + "O": 9.720511116029229e-06, + "W": 9.697663472252316e-07, + "N": 2.0784886146429926e-05, + "Y": 0.0003929603553842753, + "U": 1.1082919399996172e-06, + "K": 1.272467443413916e-06, + "L": 1.951547346834559e-06, + "G": 5.630596206174232e-05, + "F": 0.0013748948695138097, + "E": 0.00040955745498649776, + "T": 0.0004598325176630169, + "P": 0.5688163042068481, + "-": 0.42794305086135864 + }, + "id": "tp_27488" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3436003, + "label": "P", + "classification": { + "B": 3.4459560538380174e-08, + "S": 1.3567887435783632e-07, + "I": 6.907362694619223e-05, + "C": 1.7944223600352416e-06, + "R": 3.0437016107498494e-07, + "M": 6.624847515013244e-07, + "O": 1.768696165527217e-06, + "W": 1.8416565694678866e-07, + "N": 6.478536761278519e-06, + "Y": 2.1688101696781814e-05, + "U": 9.860197280886496e-08, + "K": 3.6690232718683546e-06, + "L": 3.069371956598843e-08, + "G": 6.870122433610959e-06, + "F": 0.0011097416281700134, + "E": 5.905679427087307e-05, + "T": 2.1785304852528498e-05, + "P": 0.6285184621810913, + "-": 0.37017822265625 + }, + "id": "tp_27489" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3436136, + "label": "P", + "classification": { + "B": 4.66089574047146e-07, + "S": 5.147108339542683e-08, + "I": 0.007093225605785847, + "C": 2.8896782168885693e-05, + "R": 7.70707174524432e-07, + "M": 2.34794551943196e-05, + "O": 1.091870558411756e-06, + "W": 5.385642154465131e-08, + "N": 3.5542667319532484e-05, + "Y": 4.3573163566179574e-05, + "U": 5.307153472244863e-08, + "K": 9.425338731716693e-09, + "L": 2.1008504802466632e-07, + "G": 1.6734893506509252e-05, + "F": 5.267782398732379e-06, + "E": 0.0006133741699159145, + "T": 3.514463242026977e-05, + "P": 0.9616777300834656, + "-": 0.03042425587773323 + }, + "id": "tp_27490" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3436270, + "label": "P", + "classification": { + "B": 6.897315415699268e-06, + "S": 1.7509637473267503e-06, + "I": 0.051260486245155334, + "C": 3.1096642487682402e-06, + "R": 1.7984272915327892e-07, + "M": 1.1633377653197385e-05, + "O": 9.19491981221654e-07, + "W": 2.775872189886286e-07, + "N": 0.0010324993636459112, + "Y": 1.6768142813816667e-05, + "U": 1.905384294786927e-08, + "K": 1.904419718812278e-06, + "L": 9.223546726389031e-08, + "G": 2.8074982765247114e-05, + "F": 2.4051827494986355e-05, + "E": 0.01598825491964817, + "T": 5.984370091027813e-06, + "P": 0.9304755330085754, + "-": 0.0011416275519877672 + }, + "id": "tp_27491" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3436403, + "label": "P", + "classification": { + "B": 3.943245729942646e-08, + "S": 1.0183146770259555e-08, + "I": 0.00015754801279399544, + "C": 5.758229448815655e-08, + "R": 2.9678031143731687e-09, + "M": 5.829832048220851e-07, + "O": 3.965480388501419e-08, + "W": 3.843143581150343e-09, + "N": 7.997392458491959e-06, + "Y": 9.419102866559115e-07, + "U": 1.5505093875489706e-09, + "K": 8.77522907671846e-08, + "L": 1.018974793431937e-09, + "G": 4.287422825655085e-07, + "F": 1.0319542525394354e-05, + "E": 0.0003164630907122046, + "T": 1.1741731213987805e-06, + "P": 0.9925292134284973, + "-": 0.0069750151596963406 + }, + "id": "tp_27492" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3436503, + "label": "P", + "classification": { + "B": 2.9221551400837598e-08, + "S": 1.8951498148567225e-08, + "I": 0.0005180832231417298, + "C": 5.592233520701484e-08, + "R": 7.174378424679162e-09, + "M": 2.333279383037734e-07, + "O": 2.14731006309421e-08, + "W": 5.130163405198118e-09, + "N": 1.7269554518861696e-05, + "Y": 3.2300010843755445e-07, + "U": 2.577832391992274e-09, + "K": 6.953861486636015e-08, + "L": 1.1396161792021076e-09, + "G": 3.6620016885535733e-07, + "F": 4.320997049944708e-06, + "E": 0.0001999094383791089, + "T": 5.030501029068546e-07, + "P": 0.998007595539093, + "-": 0.001251242938451469 + }, + "id": "tp_27493" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3436637, + "label": "P", + "classification": { + "B": 1.2410132512741257e-06, + "S": 3.473097194728325e-06, + "I": 0.08221551030874252, + "C": 2.3590901037096046e-05, + "R": 3.420807615839294e-06, + "M": 1.769998561940156e-05, + "O": 5.496189260156825e-06, + "W": 1.4626419897467713e-06, + "N": 0.0015445154858753085, + "Y": 0.0001148426381405443, + "U": 2.2505787455884274e-07, + "K": 1.831700501497835e-06, + "L": 4.09416458069245e-07, + "G": 2.3178779883892275e-05, + "F": 3.287624349468388e-05, + "E": 0.0013626908184960485, + "T": 8.579834684496745e-05, + "P": 0.9089065194129944, + "-": 0.005655295215547085 + }, + "id": "tp_27494" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3436770, + "label": "P", + "classification": { + "B": 1.5144753007234613e-08, + "S": 9.094706854284595e-08, + "I": 0.0005096016102470458, + "C": 1.5035626574899652e-06, + "R": 3.324257420445065e-07, + "M": 8.148171559696493e-07, + "O": 4.204090657822235e-07, + "W": 1.4164248796078027e-07, + "N": 5.1701241318369284e-05, + "Y": 1.0103731256094761e-05, + "U": 6.64327899357886e-08, + "K": 4.2826410208363086e-05, + "L": 1.1346119599409121e-08, + "G": 1.0722656043071765e-05, + "F": 0.00096815888537094, + "E": 0.0013885704101994634, + "T": 9.460652108828072e-06, + "P": 0.9490606188774109, + "-": 0.04794489964842796 + }, + "id": "tp_27495" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3436904, + "label": "P", + "classification": { + "B": 1.808187448659737e-07, + "S": 2.5343592824356165e-07, + "I": 0.008512173779308796, + "C": 2.910094553953968e-05, + "R": 8.590519655626849e-07, + "M": 2.5879078293655766e-06, + "O": 7.746232313365908e-07, + "W": 7.046647709785248e-08, + "N": 7.991773600224406e-05, + "Y": 5.016720751882531e-05, + "U": 4.8031878918664006e-08, + "K": 8.468033740882674e-08, + "L": 1.2807474547571474e-07, + "G": 1.3749001482210588e-05, + "F": 4.3699401430785656e-05, + "E": 0.0005718314787372947, + "T": 1.7097630916396156e-05, + "P": 0.9578439593315125, + "-": 0.03283325955271721 + }, + "id": "tp_27496" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3437004, + "label": "P", + "classification": { + "B": 2.0814812984326636e-08, + "S": 2.4500141648786666e-07, + "I": 0.0036733890883624554, + "C": 8.255809916590806e-06, + "R": 8.380266649510304e-07, + "M": 2.6875970888795564e-06, + "O": 9.078268590201333e-07, + "W": 1.8107876087469776e-07, + "N": 4.9283848056802526e-05, + "Y": 3.3924727176781744e-05, + "U": 6.475406877370915e-08, + "K": 3.1689819479652215e-07, + "L": 6.84437750919642e-08, + "G": 3.926469616999384e-06, + "F": 7.143155380617827e-05, + "E": 0.00014877239300403744, + "T": 3.943109913961962e-05, + "P": 0.9304223656654358, + "-": 0.06554391235113144 + }, + "id": "tp_27497" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3437137, + "label": "P", + "classification": { + "B": 8.010385244006102e-09, + "S": 2.2207460759204878e-08, + "I": 0.03768443316221237, + "C": 1.2431517006916692e-06, + "R": 7.656318956605901e-08, + "M": 1.2603463801497128e-06, + "O": 3.769993739410893e-08, + "W": 2.148129896184514e-09, + "N": 0.0004728136118501425, + "Y": 1.8507930690248031e-06, + "U": 4.1631009750631165e-10, + "K": 4.725701430174922e-08, + "L": 1.3352193795057588e-09, + "G": 2.769275170066976e-06, + "F": 1.3702579053642694e-06, + "E": 0.0011842941166833043, + "T": 1.265150103790802e-06, + "P": 0.960392415523529, + "-": 0.00025607628049328923 + }, + "id": "tp_27498" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3437271, + "label": "P", + "classification": { + "B": 1.7369717886239755e-09, + "S": 6.460292301113668e-10, + "I": 3.543895945767872e-05, + "C": 6.471419844444881e-09, + "R": 1.4998177699787618e-10, + "M": 5.250272749890428e-08, + "O": 5.946397152456484e-09, + "W": 2.249492814243581e-10, + "N": 1.076687794920872e-06, + "Y": 1.869467212145537e-07, + "U": 1.1194702109751375e-10, + "K": 3.08008218929956e-09, + "L": 8.231501591460244e-11, + "G": 3.800864689651462e-08, + "F": 8.071743877735571e-07, + "E": 3.5237597330706194e-05, + "T": 1.5096470917796978e-07, + "P": 0.9961155652999878, + "-": 0.0038113573100417852 + }, + "id": "tp_27499" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3437404, + "label": "P", + "classification": { + "B": 9.61650226116717e-09, + "S": 4.5455297303931275e-09, + "I": 0.0003111717524006963, + "C": 9.254139143877183e-08, + "R": 7.146936376045687e-09, + "M": 2.119720221571697e-07, + "O": 1.510371205881711e-08, + "W": 6.063637925102228e-10, + "N": 5.4989359341561794e-06, + "Y": 1.1392874910143291e-07, + "U": 1.917837555431845e-10, + "K": 8.9298367311752e-11, + "L": 2.2821597944755467e-09, + "G": 1.7415952413557534e-07, + "F": 1.1925229728149134e-06, + "E": 9.408067853655666e-06, + "T": 1.1775364328059368e-06, + "P": 0.9976112842559814, + "-": 0.0020596396643668413 + }, + "id": "tp_27500" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3437504, + "label": "P", + "classification": { + "B": 5.226207213127054e-05, + "S": 4.414882823766675e-06, + "I": 0.07036259025335312, + "C": 0.003304213285446167, + "R": 9.833852527663112e-05, + "M": 0.0004884249065071344, + "O": 1.5724637705716304e-05, + "W": 4.795364020537818e-06, + "N": 0.0006425669998861849, + "Y": 0.00031108935945667326, + "U": 9.678027709014714e-06, + "K": 8.922297638491727e-06, + "L": 1.4066991752770264e-05, + "G": 0.0008072214550338686, + "F": 0.0004052114672958851, + "E": 0.021215900778770447, + "T": 0.00016256245726253837, + "P": 0.864861011505127, + "-": 0.03723094239830971 + }, + "id": "tp_27501" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3437638, + "label": "P", + "classification": { + "B": 1.3155900887795724e-05, + "S": 5.317510658642277e-05, + "I": 0.0073347995057702065, + "C": 0.0006416127434931695, + "R": 0.00011564783926587552, + "M": 0.0003396018873900175, + "O": 0.00013356228009797633, + "W": 1.8551201719674282e-05, + "N": 0.00105315784458071, + "Y": 0.0007882955833338201, + "U": 1.3540750842366833e-05, + "K": 9.35334392124787e-05, + "L": 1.8285027181264013e-05, + "G": 0.0008432762697339058, + "F": 0.004862789064645767, + "E": 0.0030696657486259937, + "T": 0.0009511326788924634, + "P": 0.8095958232879639, + "-": 0.17006033658981323 + }, + "id": "tp_27502" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3437771, + "label": "P", + "classification": { + "B": 4.756638194436391e-09, + "S": 2.259873843613036e-09, + "I": 0.0005764595116488636, + "C": 2.57424358096614e-06, + "R": 7.192765849595162e-08, + "M": 5.213807980908314e-07, + "O": 5.2288829266444736e-08, + "W": 2.953396194271818e-09, + "N": 4.500779141380917e-06, + "Y": 9.967186088033486e-06, + "U": 9.954687740787449e-09, + "K": 6.224998827519812e-08, + "L": 5.122299473470093e-09, + "G": 1.952644652192248e-06, + "F": 3.560652112355456e-05, + "E": 8.809346763882786e-05, + "T": 5.6804205996741075e-06, + "P": 0.9059217572212219, + "-": 0.09335273504257202 + }, + "id": "tp_27503" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3437905, + "label": "P", + "classification": { + "B": 0.00024274091992992908, + "S": 3.949207894038409e-06, + "I": 0.2339056432247162, + "C": 0.0042513273656368256, + "R": 9.215638419846073e-05, + "M": 0.0021627815440297127, + "O": 5.2130460971966386e-05, + "W": 6.0079637478338555e-06, + "N": 0.0012646717950701714, + "Y": 0.0021039615385234356, + "U": 4.9786731324275024e-06, + "K": 6.524577997879533e-07, + "L": 5.633261753246188e-05, + "G": 0.0014064760180190206, + "F": 0.00011868159344885498, + "E": 0.030385712161660194, + "T": 0.00036311132134869695, + "P": 0.6838098168373108, + "-": 0.03976881131529808 + }, + "id": "tp_27504" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3438005, + "label": "P", + "classification": { + "B": 1.680889880617542e-07, + "S": 5.377859935151719e-08, + "I": 0.35509881377220154, + "C": 0.0012818708783015609, + "R": 0.0001272002700716257, + "M": 0.00011598749551922083, + "O": 4.711163455795031e-06, + "W": 8.769546866460587e-08, + "N": 0.00024746276903897524, + "Y": 0.0010744817554950714, + "U": 8.981415788866798e-08, + "K": 3.930438552401938e-08, + "L": 1.264150341739878e-06, + "G": 0.0004287998890504241, + "F": 2.2263862774707377e-05, + "E": 0.0013535227626562119, + "T": 0.000297271937597543, + "P": 0.5790745615959167, + "-": 0.06087127700448036 + }, + "id": "tp_27505" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3438138, + "label": "P", + "classification": { + "B": 4.6551171806186176e-08, + "S": 8.422408881436638e-10, + "I": 0.00011421670933486894, + "C": 3.452005898907373e-07, + "R": 8.241758386873244e-09, + "M": 6.79581773965765e-07, + "O": 3.33062715185406e-08, + "W": 1.2980748698154798e-09, + "N": 6.954707032491569e-07, + "Y": 1.450229319743812e-06, + "U": 1.1786912557099072e-09, + "K": 9.111278953533031e-10, + "L": 2.7320947726394706e-09, + "G": 6.374479539772437e-07, + "F": 2.4658365873619914e-06, + "E": 4.371721297502518e-05, + "T": 2.4648818452988053e-06, + "P": 0.9594660401344299, + "-": 0.04036714509129524 + }, + "id": "tp_27506" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3438272, + "label": "P", + "classification": { + "B": 2.1543731065776228e-07, + "S": 8.246541938206065e-08, + "I": 0.011944065801799297, + "C": 3.9251401176443323e-05, + "R": 6.684290951852745e-07, + "M": 8.509849067195319e-06, + "O": 5.21960032529023e-07, + "W": 5.059542829144448e-08, + "N": 0.00037511016125790775, + "Y": 3.469650255283341e-05, + "U": 7.583808780964318e-08, + "K": 2.853537807823159e-06, + "L": 4.914420870250069e-08, + "G": 3.1389561627293006e-05, + "F": 6.91074674250558e-05, + "E": 0.0072791073471307755, + "T": 1.1889445886481553e-05, + "P": 0.9661762714385986, + "-": 0.014026216231286526 + }, + "id": "tp_27507" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3438405, + "label": "P", + "classification": { + "B": 8.761033677728847e-05, + "S": 0.000118380987260025, + "I": 0.04427536949515343, + "C": 0.0004309721407480538, + "R": 7.734770770184696e-05, + "M": 0.0012728915316984057, + "O": 0.00014024198753759265, + "W": 3.7614496250171214e-05, + "N": 0.004564464092254639, + "Y": 0.0012332871556282043, + "U": 2.0660183508880436e-05, + "K": 0.0002249591489089653, + "L": 4.314213583711535e-05, + "G": 0.0011315973242744803, + "F": 0.0026869913563132286, + "E": 0.020956704393029213, + "T": 0.001032481319271028, + "P": 0.8638131618499756, + "-": 0.05785217136144638 + }, + "id": "tp_27508" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3438505, + "label": "P", + "classification": { + "B": 2.2150243239593692e-06, + "S": 6.255194875848247e-06, + "I": 0.007236544508486986, + "C": 8.960405830293894e-05, + "R": 7.987716344359796e-06, + "M": 6.140075856819749e-05, + "O": 1.90497867151862e-05, + "W": 4.078753136127489e-06, + "N": 0.00029995557270012796, + "Y": 0.00022613372129853815, + "U": 2.204378233727766e-06, + "K": 3.327978447487112e-06, + "L": 3.358817366461153e-06, + "G": 5.777839760412462e-05, + "F": 0.0004991496680304408, + "E": 0.001567411352880299, + "T": 0.0003134158905595541, + "P": 0.8431751728057861, + "-": 0.14642493426799774 + }, + "id": "tp_27509" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3438639, + "label": "P", + "classification": { + "B": 1.761779877540448e-08, + "S": 1.119362114110345e-08, + "I": 0.10492802411317825, + "C": 2.7636862796498463e-05, + "R": 6.71388420414587e-07, + "M": 2.491020495654084e-06, + "O": 4.6055063762651116e-08, + "W": 8.612243362904337e-09, + "N": 0.00019745214376598597, + "Y": 2.3245309421326965e-05, + "U": 5.2535344963189345e-09, + "K": 8.124229822215057e-08, + "L": 5.793909352291848e-09, + "G": 6.149762157292571e-06, + "F": 5.1000579333049245e-06, + "E": 0.0011277069570496678, + "T": 4.132382855459582e-06, + "P": 0.8915879726409912, + "-": 0.0020892249885946512 + }, + "id": "tp_27510" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3438772, + "label": "I", + "classification": { + "B": 9.00280792848207e-05, + "S": 3.125344665022567e-05, + "I": 0.599612295627594, + "C": 0.006172634195536375, + "R": 0.0008897192310541868, + "M": 0.0025468054227530956, + "O": 0.00020879381918348372, + "W": 5.211151437833905e-05, + "N": 0.009577601216733456, + "Y": 0.00877355970442295, + "U": 2.68994081125129e-05, + "K": 7.824102794984356e-05, + "L": 8.284430805360898e-05, + "G": 0.0027601055335253477, + "F": 0.00047335060662589967, + "E": 0.03666924312710762, + "T": 0.0024560103192925453, + "P": 0.3002070486545563, + "-": 0.029291560873389244 + }, + "id": "tp_27511" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3438906, + "label": "P", + "classification": { + "B": 1.316003817919409e-06, + "S": 6.248656347906945e-08, + "I": 0.00850455928593874, + "C": 0.00035879138158634305, + "R": 5.948793841525912e-06, + "M": 0.00022148396237753332, + "O": 4.337471182225272e-06, + "W": 1.73792940927342e-07, + "N": 3.761471452889964e-05, + "Y": 0.0006181745557114482, + "U": 5.508546792043489e-07, + "K": 1.8111808230969473e-07, + "L": 2.164277702831896e-06, + "G": 0.00022038874158170074, + "F": 0.00012344462447799742, + "E": 0.002450438914820552, + "T": 0.000251531571848318, + "P": 0.7592521905899048, + "-": 0.22794656455516815 + }, + "id": "tp_27512" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3439006, + "label": "P", + "classification": { + "B": 5.6859356845961884e-05, + "S": 6.462004967033863e-05, + "I": 0.07171563804149628, + "C": 0.002752565313130617, + "R": 0.00035828122054226696, + "M": 0.0005121692665852606, + "O": 0.00016666580631863326, + "W": 4.2577932617859915e-05, + "N": 0.004348216578364372, + "Y": 0.005459763575345278, + "U": 5.029438398196362e-05, + "K": 0.0005619133007712662, + "L": 5.353043889044784e-05, + "G": 0.0029310043901205063, + "F": 0.006134199444204569, + "E": 0.03495621681213379, + "T": 0.0020195404067635536, + "P": 0.7167059779167175, + "-": 0.15110982954502106 + }, + "id": "tp_27513" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3439139, + "label": "P", + "classification": { + "B": 1.2352546718830126e-07, + "S": 7.404586455095341e-08, + "I": 0.0009193940786644816, + "C": 8.19698198029073e-06, + "R": 3.519054132539168e-07, + "M": 1.1569336493266746e-05, + "O": 7.487751645385288e-07, + "W": 1.3558430111970665e-07, + "N": 3.4363816666882485e-05, + "Y": 0.0001104565235436894, + "U": 8.366460946263032e-08, + "K": 4.875694685324561e-06, + "L": 3.122039515801589e-08, + "G": 1.0850603757717181e-05, + "F": 0.0002638686855789274, + "E": 0.0029833160806447268, + "T": 1.8710867152549326e-05, + "P": 0.9008762240409851, + "-": 0.09475662559270859 + }, + "id": "tp_27514" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3439273, + "label": "P", + "classification": { + "B": 3.8963431592264897e-08, + "S": 1.677619962947574e-07, + "I": 0.002897180849686265, + "C": 5.495387540577212e-07, + "R": 3.312022656132285e-08, + "M": 3.7930724374746205e-06, + "O": 2.591706333987531e-07, + "W": 7.207815855281297e-08, + "N": 0.00022749592608306557, + "Y": 1.3765171388513409e-05, + "U": 1.0253749849198357e-08, + "K": 1.6448409951408394e-05, + "L": 1.5026775379567425e-09, + "G": 1.0499834388610907e-06, + "F": 5.2773888455703855e-05, + "E": 0.0021472573280334473, + "T": 6.19485854258528e-06, + "P": 0.9858718514442444, + "-": 0.008760984987020493 + }, + "id": "tp_27515" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3439406, + "label": "P", + "classification": { + "B": 2.084504302501955e-07, + "S": 2.474805569363525e-07, + "I": 0.0744631215929985, + "C": 1.0493357876839582e-05, + "R": 3.976535083438648e-07, + "M": 8.868036275089253e-06, + "O": 1.1586047321543447e-07, + "W": 7.040802785240885e-08, + "N": 0.0006106370710767806, + "Y": 1.350497313978849e-05, + "U": 8.221407554742655e-09, + "K": 1.4422432741412194e-06, + "L": 1.5331192315670705e-08, + "G": 6.67215999783366e-06, + "F": 2.040555773419328e-05, + "E": 0.019047847017645836, + "T": 4.074100161233218e-06, + "P": 0.9048710465431213, + "-": 0.0009408917394466698 + }, + "id": "tp_27516" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3439506, + "label": "I", + "classification": { + "B": 5.342750228010118e-06, + "S": 8.043743036978412e-06, + "I": 0.4334544837474823, + "C": 0.0036374367773532867, + "R": 0.0004556599596980959, + "M": 0.0008101687417365611, + "O": 9.655553003540263e-05, + "W": 1.8780976461130194e-05, + "N": 0.0043771336786448956, + "Y": 0.006249662954360247, + "U": 1.055882967193611e-05, + "K": 5.09938872710336e-05, + "L": 1.6058062101365067e-05, + "G": 0.0012009770143777132, + "F": 0.0006589511758647859, + "E": 0.005725468974560499, + "T": 0.0033730531577020884, + "P": 0.42208388447761536, + "-": 0.1177668422460556 + }, + "id": "tp_27517" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3439640, + "label": "P", + "classification": { + "B": 1.2608714072825933e-10, + "S": 4.101898681829752e-11, + "I": 0.0001356351567665115, + "C": 9.680399593037237e-09, + "R": 2.4614632554431637e-10, + "M": 5.382017054245125e-09, + "O": 4.4721218395160633e-10, + "W": 2.6799201746641188e-11, + "N": 2.073653831757838e-06, + "Y": 1.3388559239047026e-07, + "U": 1.7829690848736313e-11, + "K": 7.820429637206416e-09, + "L": 8.975478346662236e-12, + "G": 9.021425029231978e-08, + "F": 1.4434913282457273e-06, + "E": 0.0001296925765927881, + "T": 2.2784560016475552e-08, + "P": 0.9988986253738403, + "-": 0.000832257850561291 + }, + "id": "tp_27518" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3439773, + "label": "P", + "classification": { + "B": 3.0687928642691986e-07, + "S": 4.4133841470284096e-07, + "I": 0.021263865754008293, + "C": 5.211972620600136e-06, + "R": 2.763822521956172e-07, + "M": 4.92325352752232e-06, + "O": 1.0486312476132298e-06, + "W": 4.004651827926864e-07, + "N": 0.0012300373055040836, + "Y": 1.3960070646135136e-05, + "U": 6.350423831236185e-08, + "K": 1.9791654267464764e-05, + "L": 5.309348338755626e-08, + "G": 2.593092358438298e-05, + "F": 5.1607585191959515e-05, + "E": 0.0078281806781888, + "T": 1.2047401469317265e-05, + "P": 0.9667384624481201, + "-": 0.002803459297865629 + }, + "id": "tp_27519" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3439907, + "label": "P", + "classification": { + "B": 2.229909767947902e-08, + "S": 7.458531570136984e-08, + "I": 0.0005261184996925294, + "C": 4.38735483498931e-08, + "R": 3.877205223545843e-09, + "M": 4.62779439658334e-07, + "O": 6.491317350310055e-08, + "W": 2.01818597389547e-08, + "N": 0.0001270921784453094, + "Y": 5.817633450533322e-07, + "U": 5.455610185833848e-09, + "K": 2.888289373004227e-06, + "L": 7.447833461071696e-10, + "G": 7.48799152461288e-07, + "F": 9.387752470502164e-06, + "E": 0.002395942574366927, + "T": 9.241948077942652e-07, + "P": 0.9962509274482727, + "-": 0.0006846749456599355 + }, + "id": "tp_27520" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3440007, + "label": "P", + "classification": { + "B": 4.230507055780208e-09, + "S": 3.276650062389308e-08, + "I": 0.004770252387970686, + "C": 2.1345126555161187e-08, + "R": 1.5699176403316528e-09, + "M": 1.2779796065842675e-07, + "O": 1.2558209583346525e-08, + "W": 2.2255308707030963e-09, + "N": 7.58304086048156e-05, + "Y": 1.617086695659964e-07, + "U": 1.0018551960255806e-10, + "K": 2.5399701897299565e-08, + "L": 2.7636110067064124e-10, + "G": 1.872911070677219e-07, + "F": 9.678926744527416e-07, + "E": 0.00022439971507992595, + "T": 2.5679813120405015e-07, + "P": 0.9947237968444824, + "-": 0.00020380702335387468 + }, + "id": "tp_27521" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3440140, + "label": "P", + "classification": { + "B": 1.5748126998005318e-06, + "S": 1.4929712222055969e-07, + "I": 0.007038084324449301, + "C": 3.088776793447323e-05, + "R": 5.26772794273711e-07, + "M": 7.137959073588718e-06, + "O": 3.598429429985117e-07, + "W": 1.05463122679339e-07, + "N": 0.00012153598800068721, + "Y": 3.042990283574909e-05, + "U": 1.3863156311799685e-07, + "K": 3.1250926895154407e-06, + "L": 1.0759531221538055e-07, + "G": 5.913449786021374e-05, + "F": 0.00017287343507632613, + "E": 0.028364967554807663, + "T": 7.826844921510201e-06, + "P": 0.9525434374809265, + "-": 0.01161749754101038 + }, + "id": "tp_27522" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3440274, + "label": "P", + "classification": { + "B": 9.631217778860446e-08, + "S": 1.6204044772649695e-09, + "I": 0.0005319417105056345, + "C": 5.198065991862677e-06, + "R": 4.63200677813802e-08, + "M": 4.3187283154111356e-06, + "O": 6.105671701561732e-08, + "W": 3.2500151458947357e-09, + "N": 3.1688834951637546e-06, + "Y": 4.166769485891564e-06, + "U": 6.2448002324799745e-09, + "K": 6.306311917114726e-09, + "L": 1.5285607446458016e-08, + "G": 3.9184410525194835e-06, + "F": 8.556744433008134e-06, + "E": 0.0006093221600167453, + "T": 3.2103678222483722e-06, + "P": 0.9675256609916687, + "-": 0.03130033239722252 + }, + "id": "tp_27523" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3440407, + "label": "P", + "classification": { + "B": 2.8730987366998306e-08, + "S": 1.2641031332805142e-07, + "I": 0.004204199183732271, + "C": 1.0765210589624985e-07, + "R": 8.074800383894853e-09, + "M": 7.653713396393869e-07, + "O": 9.162054936950881e-08, + "W": 3.854675867387414e-08, + "N": 0.0002915489603765309, + "Y": 4.686648026108742e-06, + "U": 7.382204181283214e-09, + "K": 2.1129768356331624e-05, + "L": 1.0021397045534286e-09, + "G": 1.1658870562314405e-06, + "F": 1.1027208529412746e-05, + "E": 0.003388479119166732, + "T": 1.7682376665106858e-06, + "P": 0.9904009699821472, + "-": 0.0016738888807594776 + }, + "id": "tp_27524" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3440507, + "label": "P", + "classification": { + "B": 1.0262842806696426e-06, + "S": 1.2822541975765489e-05, + "I": 0.0788513794541359, + "C": 4.2049952753586695e-05, + "R": 2.1823321731062606e-05, + "M": 6.982371269259602e-05, + "O": 2.422986290184781e-05, + "W": 4.5383599172055256e-06, + "N": 0.006768463179469109, + "Y": 0.0007459534681402147, + "U": 1.161716454589623e-06, + "K": 0.0002430872991681099, + "L": 1.1661699090836919e-06, + "G": 0.00021165984799154103, + "F": 0.0008143364102579653, + "E": 0.004325926769524813, + "T": 0.0005101162823848426, + "P": 0.8815003633499146, + "-": 0.02585000731050968 + }, + "id": "tp_27525" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3440641, + "label": "P", + "classification": { + "B": 1.1137866806620877e-07, + "S": 2.0316483073656855e-07, + "I": 0.13545402884483337, + "C": 1.4786844985792413e-05, + "R": 1.3763618653683807e-06, + "M": 1.0302640475856606e-05, + "O": 2.303270321135642e-07, + "W": 3.162857353800064e-08, + "N": 0.00033441654522903264, + "Y": 2.0313715140218846e-05, + "U": 4.916849150049529e-09, + "K": 2.1613905332174e-08, + "L": 6.891679760201441e-08, + "G": 1.090256409952417e-05, + "F": 9.148679964710027e-06, + "E": 0.0009610988199710846, + "T": 9.115907232626341e-06, + "P": 0.8618616461753845, + "-": 0.0013122332748025656 + }, + "id": "tp_27526" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3440774, + "label": "P", + "classification": { + "B": 2.162598988775244e-08, + "S": 1.3038198298787051e-09, + "I": 0.0013046105159446597, + "C": 2.9893990358687006e-05, + "R": 5.15208284923574e-07, + "M": 2.6875432013184763e-06, + "O": 2.981622913011961e-07, + "W": 1.1983691372563499e-08, + "N": 5.842794962518383e-06, + "Y": 7.487597758881748e-05, + "U": 1.9633198178325983e-08, + "K": 1.300996785857933e-07, + "L": 1.634300339503625e-08, + "G": 1.6659820175846107e-05, + "F": 4.609215466189198e-05, + "E": 0.00027100471197627485, + "T": 1.0365301022829954e-05, + "P": 0.7338827252388, + "-": 0.26435428857803345 + }, + "id": "tp_27527" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3440908, + "label": "P", + "classification": { + "B": 1.1630147582764039e-06, + "S": 9.517989241203395e-08, + "I": 0.03015754558146, + "C": 0.0005845268606208265, + "R": 1.2646223694900982e-05, + "M": 6.662277155555785e-05, + "O": 2.43957083512214e-06, + "W": 3.5287413879814267e-07, + "N": 0.0003182008513249457, + "Y": 0.00027161629986949265, + "U": 1.1846126426462433e-06, + "K": 1.504504143667873e-05, + "L": 5.440190307126613e-07, + "G": 0.0001844884391175583, + "F": 0.00019512622384354472, + "E": 0.013928561471402645, + "T": 5.580748984357342e-05, + "P": 0.8900263905525208, + "-": 0.06417763978242874 + }, + "id": "tp_27528" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3441008, + "label": "P", + "classification": { + "B": 3.4700150308708544e-08, + "S": 1.1511670505726102e-09, + "I": 0.00015390949556604028, + "C": 2.5401982384209987e-07, + "R": 4.379410167842934e-09, + "M": 4.601841396834061e-07, + "O": 3.581162033583496e-08, + "W": 2.413332866879614e-09, + "N": 1.211716266880103e-06, + "Y": 1.9390854504308663e-06, + "U": 3.370418610870729e-09, + "K": 1.494981027860831e-09, + "L": 4.924569640962773e-09, + "G": 3.285182970103051e-07, + "F": 2.1951834696665173e-06, + "E": 5.53144454897847e-05, + "T": 3.1558258797304006e-06, + "P": 0.9750921130180359, + "-": 0.024688951671123505 + }, + "id": "tp_27529" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3441141, + "label": "P", + "classification": { + "B": 1.868838990048971e-05, + "S": 2.3691607111686608e-06, + "I": 0.007086014840751886, + "C": 3.599201227189042e-05, + "R": 4.732741217594594e-06, + "M": 9.534683340461925e-05, + "O": 7.465890575986123e-06, + "W": 1.1769853927035001e-06, + "N": 0.0005555923562496901, + "Y": 0.0002434924681438133, + "U": 1.7799411580199376e-06, + "K": 9.558828605804592e-05, + "L": 8.927124213187199e-07, + "G": 0.0005515421507880092, + "F": 0.0007101466180756688, + "E": 0.03191889822483063, + "T": 0.0001339744485449046, + "P": 0.9192435145378113, + "-": 0.039292823523283005 + }, + "id": "tp_27530" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3441275, + "label": "P", + "classification": { + "B": 7.77146706241183e-05, + "S": 7.734697283012792e-05, + "I": 0.07150092720985413, + "C": 0.00046426334301941097, + "R": 7.346308120759204e-05, + "M": 0.0023749538231641054, + "O": 0.0003341607516631484, + "W": 6.225467950571328e-05, + "N": 0.005630700848996639, + "Y": 0.007913085632026196, + "U": 1.836687260947656e-05, + "K": 0.0003130124823655933, + "L": 3.24566281051375e-05, + "G": 0.0014029998565092683, + "F": 0.00287953345105052, + "E": 0.02087610773742199, + "T": 0.00489044701680541, + "P": 0.6717677116394043, + "-": 0.20931050181388855 + }, + "id": "tp_27531" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3441408, + "label": "P", + "classification": { + "B": 6.100906102801673e-05, + "S": 7.84722578828223e-06, + "I": 0.022422919049859047, + "C": 0.0030774245969951153, + "R": 0.00036006880691275, + "M": 0.0002297952160006389, + "O": 6.323064008029178e-05, + "W": 1.304186116612982e-05, + "N": 0.0003905881312675774, + "Y": 0.0008149465429596603, + "U": 1.010619780572597e-05, + "K": 5.20259709446691e-06, + "L": 4.884663940174505e-05, + "G": 0.0022125423420220613, + "F": 0.0016412468394264579, + "E": 0.006694485899060965, + "T": 0.00032463885145261884, + "P": 0.793792188167572, + "-": 0.16782984137535095 + }, + "id": "tp_27532" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3441508, + "label": "P", + "classification": { + "B": 6.950903497227046e-08, + "S": 1.0661508120790586e-08, + "I": 0.00043486905633471906, + "C": 3.929827016690979e-06, + "R": 1.1342694250515706e-07, + "M": 1.4866564015392214e-06, + "O": 1.8253854250360746e-07, + "W": 2.375785612684922e-08, + "N": 1.1520196494529955e-05, + "Y": 2.3593787773279473e-05, + "U": 4.2806206579371064e-08, + "K": 1.5045881127662142e-06, + "L": 8.59656879015347e-09, + "G": 3.3229334803763777e-06, + "F": 6.562930502695963e-05, + "E": 0.0005405889824032784, + "T": 9.656183465267532e-06, + "P": 0.8929391503334045, + "-": 0.10596423596143723 + }, + "id": "tp_27533" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3441642, + "label": "P", + "classification": { + "B": 3.320833191766681e-11, + "S": 2.6306820610777493e-10, + "I": 0.0018300216179341078, + "C": 1.6776093048065377e-07, + "R": 5.727492258245093e-09, + "M": 8.715079324872477e-09, + "O": 5.227945298891257e-10, + "W": 7.993555123375629e-11, + "N": 1.979247826966457e-05, + "Y": 2.6879752113018185e-07, + "U": 3.0009869589342486e-11, + "K": 4.0064673356710045e-08, + "L": 1.2379237392112774e-11, + "G": 8.941977824861169e-08, + "F": 1.2910909390484449e-06, + "E": 0.00012281362432986498, + "T": 7.193514051095917e-08, + "P": 0.9976617097854614, + "-": 0.00036373906186781824 + }, + "id": "tp_27534" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3441775, + "label": "P", + "classification": { + "B": 2.7072708235209575e-06, + "S": 4.213386546325637e-06, + "I": 0.04059889540076256, + "C": 0.0008550513302907348, + "R": 7.771462696837261e-05, + "M": 0.00013308720372151583, + "O": 1.931857696035877e-05, + "W": 7.91314505477203e-06, + "N": 0.007072871085256338, + "Y": 0.0020399882923811674, + "U": 4.076007371622836e-06, + "K": 0.0037833931855857372, + "L": 1.6338810837623896e-06, + "G": 0.0011143259471282363, + "F": 0.004359067417681217, + "E": 0.21499691903591156, + "T": 0.00021170788386370987, + "P": 0.6946306824684143, + "-": 0.03008635714650154 + }, + "id": "tp_27535" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3441875, + "label": "P", + "classification": { + "B": 4.97353713768689e-09, + "S": 2.374387353398788e-10, + "I": 0.000557727413251996, + "C": 7.1552549343323335e-06, + "R": 7.729543227696922e-08, + "M": 5.72750423089019e-07, + "O": 4.581218959742728e-08, + "W": 8.215016444879097e-10, + "N": 6.417560030058667e-07, + "Y": 2.301071071997285e-05, + "U": 1.766479074127858e-09, + "K": 2.4754556737782707e-10, + "L": 4.4080326055961905e-09, + "G": 1.9165872799931094e-06, + "F": 2.691883537409012e-06, + "E": 2.3439259166480042e-05, + "T": 6.334490535664372e-06, + "P": 0.8160690665245056, + "-": 0.18330717086791992 + }, + "id": "tp_27536" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3442009, + "label": "P", + "classification": { + "B": 6.901256710989401e-05, + "S": 2.327913898625411e-05, + "I": 0.05757661536335945, + "C": 0.011534621007740498, + "R": 0.000951027381233871, + "M": 0.0008780743810348213, + "O": 0.00014997874677646905, + "W": 4.8263977078022435e-05, + "N": 0.0021722260862588882, + "Y": 0.002072298899292946, + "U": 8.986405737232417e-05, + "K": 0.00019682887068483979, + "L": 6.355255754897371e-05, + "G": 0.004476812668144703, + "F": 0.002403424121439457, + "E": 0.02703850530087948, + "T": 0.0007102214731276035, + "P": 0.7785160541534424, + "-": 0.11102928966283798 + }, + "id": "tp_27537" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3442142, + "label": "P", + "classification": { + "B": 1.5136267794702007e-09, + "S": 2.1804000827074788e-09, + "I": 0.0020062162075191736, + "C": 6.655942343058996e-06, + "R": 1.1153098284921725e-06, + "M": 6.015210942678095e-07, + "O": 1.641173952293684e-07, + "W": 4.394878683200432e-09, + "N": 8.314970727951732e-06, + "Y": 1.2455874639272224e-05, + "U": 7.666931978178582e-09, + "K": 2.51823806252105e-08, + "L": 1.1077167627604467e-08, + "G": 6.6071193032257725e-06, + "F": 7.107740384526551e-05, + "E": 1.2003111805825029e-05, + "T": 8.075703590293415e-06, + "P": 0.8676679134368896, + "-": 0.13019879162311554 + }, + "id": "tp_27538" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3442276, + "label": "P", + "classification": { + "B": 9.607997242255806e-08, + "S": 7.10655214675171e-08, + "I": 0.0008542898576706648, + "C": 1.9858969608321786e-05, + "R": 9.693226274976041e-07, + "M": 5.844068709848216e-06, + "O": 1.3489874390870682e-06, + "W": 2.1314320974852308e-07, + "N": 1.4025290511199273e-05, + "Y": 7.974274922162294e-05, + "U": 3.433407016473211e-07, + "K": 5.131250304657442e-07, + "L": 2.5165428496620734e-07, + "G": 1.3011997907597106e-05, + "F": 0.00041834203875623643, + "E": 0.0003303730918560177, + "T": 5.295432129059918e-05, + "P": 0.7172267436981201, + "-": 0.2809809446334839 + }, + "id": "tp_27539" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3442376, + "label": "P", + "classification": { + "B": 0.00014933371858205646, + "S": 0.00032674006070010364, + "I": 0.06826048344373703, + "C": 0.0011023561237379909, + "R": 0.0003051473177038133, + "M": 0.0011087057646363974, + "O": 0.0004749257059302181, + "W": 0.00018870046187657863, + "N": 0.006846418604254723, + "Y": 0.0045130872167646885, + "U": 8.576136315241456e-05, + "K": 0.0002887999580707401, + "L": 0.00014999056293163449, + "G": 0.0015491280937567353, + "F": 0.006976273842155933, + "E": 0.014096067287027836, + "T": 0.0036541835870593786, + "P": 0.7593588829040527, + "-": 0.1305651217699051 + }, + "id": "tp_27540" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3442509, + "label": "P", + "classification": { + "B": 4.9632454590664565e-08, + "S": 8.650400928900126e-08, + "I": 0.0002067489840555936, + "C": 1.8761190858640475e-06, + "R": 3.3288731060565624e-07, + "M": 7.793302074787789e-07, + "O": 1.6269457319140201e-06, + "W": 4.629890426599559e-08, + "N": 1.9912940842914395e-05, + "Y": 1.3292294170241803e-05, + "U": 7.204708651897818e-08, + "K": 2.2276979052548995e-06, + "L": 4.522552643493327e-08, + "G": 1.9468434402369894e-05, + "F": 0.0006496246205642819, + "E": 5.527138273464516e-05, + "T": 1.9838731532217935e-05, + "P": 0.8893927931785583, + "-": 0.10961591452360153 + }, + "id": "tp_27541" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3442643, + "label": "P", + "classification": { + "B": 5.036147854298179e-07, + "S": 2.6162422273046104e-07, + "I": 0.002109576715156436, + "C": 1.006393267743988e-05, + "R": 4.541037128547032e-07, + "M": 2.4530991140636615e-06, + "O": 3.102287280398741e-07, + "W": 8.802010142971994e-08, + "N": 5.843711187480949e-05, + "Y": 1.2767582120432053e-05, + "U": 3.09588841673758e-07, + "K": 1.2241721378813963e-06, + "L": 6.23036697788848e-08, + "G": 5.661923751176801e-06, + "F": 6.545182986883447e-05, + "E": 0.0006540806498378515, + "T": 9.392504580318928e-06, + "P": 0.9801498055458069, + "-": 0.016919197514653206 + }, + "id": "tp_27542" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3442776, + "label": "P", + "classification": { + "B": 2.731903805397451e-07, + "S": 1.978936410296228e-07, + "I": 0.003973111975938082, + "C": 8.981070095614996e-06, + "R": 4.2499556229813606e-07, + "M": 1.386086569254985e-05, + "O": 9.45663089169102e-07, + "W": 1.847895845230596e-07, + "N": 0.00016538554336875677, + "Y": 6.812394713051617e-05, + "U": 7.691643588714214e-08, + "K": 1.8262662706547417e-05, + "L": 4.94777516735212e-08, + "G": 3.423688031034544e-05, + "F": 0.0003570585395209491, + "E": 0.007724481634795666, + "T": 1.1466474461485632e-05, + "P": 0.9661032557487488, + "-": 0.02151964046061039 + }, + "id": "tp_27543" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3442876, + "label": "P", + "classification": { + "B": 1.5770559912198223e-05, + "S": 1.1434189218562096e-05, + "I": 0.3126530051231384, + "C": 0.0004594357742462307, + "R": 7.508932321798056e-05, + "M": 0.0005254317075014114, + "O": 4.066557448823005e-05, + "W": 1.231370788445929e-05, + "N": 0.0056928242556750774, + "Y": 0.0037897906731814146, + "U": 3.270374691055622e-06, + "K": 6.554924766533077e-05, + "L": 6.746248800482135e-06, + "G": 0.0005765254027210176, + "F": 0.000461455259937793, + "E": 0.028732290491461754, + "T": 0.0006113676354289055, + "P": 0.6229685544967651, + "-": 0.023298434913158417 + }, + "id": "tp_27544" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3443010, + "label": "P", + "classification": { + "B": 1.1047782209061552e-06, + "S": 3.6220203583070543e-06, + "I": 0.08742967247962952, + "C": 2.090121415676549e-05, + "R": 1.7531257299197023e-06, + "M": 4.3536409066291526e-05, + "O": 2.707609155550017e-06, + "W": 1.1455689445938333e-06, + "N": 0.006771699525415897, + "Y": 0.00012936173880007118, + "U": 8.780847338130116e-08, + "K": 5.655951827066019e-05, + "L": 1.1946018219077814e-07, + "G": 4.84786469314713e-05, + "F": 0.00011289988469798118, + "E": 0.042258936911821365, + "T": 3.250124427722767e-05, + "P": 0.8612568974494934, + "-": 0.0018280555959790945 + }, + "id": "tp_27545" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3443143, + "label": "P", + "classification": { + "B": 4.430577291714144e-07, + "S": 5.315795306159998e-07, + "I": 0.01993078552186489, + "C": 2.6688387151807547e-05, + "R": 3.338265287311515e-06, + "M": 2.1758529328508303e-05, + "O": 2.016406824623118e-06, + "W": 5.322166316545918e-07, + "N": 0.0008928031311370432, + "Y": 0.00035204357118345797, + "U": 2.918808092999825e-07, + "K": 0.00015298595826607198, + "L": 4.32513900250342e-08, + "G": 2.3972785129444674e-05, + "F": 0.0001456876052543521, + "E": 0.00712183304131031, + "T": 3.233467577956617e-05, + "P": 0.9376171231269836, + "-": 0.03367489576339722 + }, + "id": "tp_27546" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3443277, + "label": "P", + "classification": { + "B": 1.2213090485602152e-05, + "S": 2.5864856070256792e-05, + "I": 0.008737239986658096, + "C": 4.565729614114389e-05, + "R": 1.419488853571238e-05, + "M": 4.950133734382689e-05, + "O": 3.597210888983682e-05, + "W": 1.74351498571923e-05, + "N": 0.000879495230037719, + "Y": 0.00041130345198325813, + "U": 5.937354217167012e-06, + "K": 5.750892887590453e-05, + "L": 3.5617583762359573e-06, + "G": 0.00010144808038603514, + "F": 0.0010756626725196838, + "E": 0.0013195039937272668, + "T": 0.00041371912811882794, + "P": 0.9169687628746033, + "-": 0.06982506066560745 + }, + "id": "tp_27547" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3443377, + "label": "P", + "classification": { + "B": 3.494720317576139e-07, + "S": 1.6885404647837277e-06, + "I": 0.004773069638758898, + "C": 9.668198617873713e-05, + "R": 6.625198693654966e-06, + "M": 3.662089875433594e-05, + "O": 6.233706699276809e-06, + "W": 1.678967009866028e-06, + "N": 0.00015223272203002125, + "Y": 0.00022622292453888804, + "U": 9.604566457710462e-07, + "K": 3.28525056829676e-05, + "L": 6.847088798167533e-07, + "G": 4.5563581807073206e-05, + "F": 0.002083675703033805, + "E": 0.003539513563737273, + "T": 9.939442679751664e-05, + "P": 0.76447993516922, + "-": 0.22441592812538147 + }, + "id": "tp_27548" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3443510, + "label": "P", + "classification": { + "B": 5.887482501520935e-08, + "S": 4.932954045244742e-10, + "I": 9.87993844319135e-05, + "C": 6.487175028269121e-07, + "R": 3.6941065761908476e-09, + "M": 1.2533745064047253e-07, + "O": 1.595055820757807e-08, + "W": 1.2872019006238133e-09, + "N": 6.687300242447236e-07, + "Y": 1.1491245004435768e-06, + "U": 2.954357869455748e-09, + "K": 7.063129192630413e-09, + "L": 1.4654115698675696e-09, + "G": 6.927613185325754e-07, + "F": 5.996655545459362e-06, + "E": 8.297429303638637e-05, + "T": 3.834736901353608e-07, + "P": 0.9554629325866699, + "-": 0.0443456694483757 + }, + "id": "tp_27549" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3443644, + "label": "P", + "classification": { + "B": 1.970536089856978e-07, + "S": 2.494652164841682e-07, + "I": 0.001314996276050806, + "C": 3.0675411835545674e-05, + "R": 3.163589099131059e-06, + "M": 1.8125751012121327e-05, + "O": 4.435116807144368e-06, + "W": 3.5843564205606526e-07, + "N": 8.20270215626806e-05, + "Y": 0.000306740083033219, + "U": 3.5959664046458784e-07, + "K": 1.901175346574746e-05, + "L": 1.9691364627760777e-07, + "G": 4.6260222006822005e-05, + "F": 0.0007312585366889834, + "E": 0.0016260530101135373, + "T": 6.89398220856674e-05, + "P": 0.7552368640899658, + "-": 0.24051006138324738 + }, + "id": "tp_27550" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3443777, + "label": "I", + "classification": { + "B": 9.328216037829407e-06, + "S": 2.3103118564904435e-06, + "I": 0.7946600317955017, + "C": 0.07524330168962479, + "R": 0.0017691997345536947, + "M": 0.0008707725210115314, + "O": 2.3162452635006048e-05, + "W": 2.2209110284165945e-06, + "N": 0.002494164975360036, + "Y": 0.004176627844572067, + "U": 9.717350621940568e-07, + "K": 7.578294685117726e-07, + "L": 1.4208470929588657e-05, + "G": 0.004661158192902803, + "F": 4.7211895434884354e-05, + "E": 0.01753333769738674, + "T": 0.0005514289950951934, + "P": 0.09306323528289795, + "-": 0.004876582883298397 + }, + "id": "tp_27551" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3443877, + "label": "P", + "classification": { + "B": 4.608942981576547e-05, + "S": 3.2040954920375952e-06, + "I": 0.38836708664894104, + "C": 0.01921718753874302, + "R": 0.00043451180681586266, + "M": 0.002333469223231077, + "O": 3.2834352168720216e-05, + "W": 7.1099789238360245e-06, + "N": 0.0020173308439552784, + "Y": 0.005679416935890913, + "U": 7.3040728238993324e-06, + "K": 1.1595487194426823e-05, + "L": 3.4490134567022324e-05, + "G": 0.002969255903735757, + "F": 0.0004636359808500856, + "E": 0.11923245340585709, + "T": 0.000520960136782378, + "P": 0.41976398229599, + "-": 0.03885810077190399 + }, + "id": "tp_27552" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3444011, + "label": "P", + "classification": { + "B": 6.243975803954527e-05, + "S": 8.028349111555144e-05, + "I": 0.026391664519906044, + "C": 0.0010356014827266335, + "R": 0.00038044044049456716, + "M": 0.00023822562070563436, + "O": 0.000142985736601986, + "W": 4.6916295104892924e-05, + "N": 0.003465410089120269, + "Y": 0.0018961075693368912, + "U": 7.758675201330334e-05, + "K": 0.0005859413649886847, + "L": 6.532568659167737e-05, + "G": 0.002543570240959525, + "F": 0.011854968965053558, + "E": 0.011489414609968662, + "T": 0.0012863434385508299, + "P": 0.8156676292419434, + "-": 0.1226891577243805 + }, + "id": "tp_27553" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3444144, + "label": "P", + "classification": { + "B": 1.0448349030411919e-06, + "S": 8.867042993188079e-07, + "I": 0.165060356259346, + "C": 0.0004898497718386352, + "R": 3.148609903291799e-05, + "M": 5.5730102758388966e-05, + "O": 2.7503851924848277e-06, + "W": 1.4633147884524078e-06, + "N": 0.0020287593360990286, + "Y": 0.0004610454197973013, + "U": 6.362229214573745e-07, + "K": 6.091736941016279e-05, + "L": 5.075682452115871e-07, + "G": 0.00015683019591961056, + "F": 0.000302844331599772, + "E": 0.01941555179655552, + "T": 7.619611278641969e-05, + "P": 0.7954502105712891, + "-": 0.016402898356318474 + }, + "id": "tp_27554" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3444278, + "label": "P", + "classification": { + "B": 2.059506186924409e-06, + "S": 4.445108743311721e-07, + "I": 0.01402501855045557, + "C": 0.0001554942427901551, + "R": 6.224533990462078e-06, + "M": 3.020646545337513e-05, + "O": 2.595387968540308e-06, + "W": 5.537543188438576e-07, + "N": 0.00011729968537110835, + "Y": 0.00010951566218864173, + "U": 5.670516429745476e-07, + "K": 1.132804001713339e-07, + "L": 1.7605660787012312e-06, + "G": 4.3962641939288005e-05, + "F": 5.018345473217778e-05, + "E": 0.0031502244528383017, + "T": 4.081271617906168e-05, + "P": 0.957905650138855, + "-": 0.024357212707400322 + }, + "id": "tp_27555" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3444378, + "label": "P", + "classification": { + "B": 1.4019183254276868e-06, + "S": 4.637044639821397e-06, + "I": 0.16764403879642487, + "C": 0.00032925454434007406, + "R": 4.3695414206013083e-05, + "M": 4.6159388148225844e-05, + "O": 7.013088634266751e-06, + "W": 3.0247927043092204e-06, + "N": 0.0035864748060703278, + "Y": 0.00018245636601932347, + "U": 1.3474918887368403e-06, + "K": 2.6622938094078563e-05, + "L": 8.70510689310322e-07, + "G": 8.898253145162016e-05, + "F": 0.00022867722145747393, + "E": 0.010120783001184464, + "T": 7.448380347341299e-05, + "P": 0.8093751072883606, + "-": 0.008234924636781216 + }, + "id": "tp_27556" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3444511, + "label": "P", + "classification": { + "B": 1.2021362749692344e-07, + "S": 5.430692695540529e-08, + "I": 0.0010438705794513226, + "C": 1.0010811820393428e-05, + "R": 8.22138758849178e-07, + "M": 4.371548584458651e-06, + "O": 1.0596746733426698e-06, + "W": 4.2277662259948556e-08, + "N": 2.2714824808645062e-05, + "Y": 3.569245745893568e-05, + "U": 5.554739956892263e-08, + "K": 1.7322255985163793e-07, + "L": 9.29475874045238e-08, + "G": 2.2875259674037807e-05, + "F": 8.711835107533261e-05, + "E": 0.0002589439391158521, + "T": 3.388167897355743e-05, + "P": 0.8262513875961304, + "-": 0.17222660779953003 + }, + "id": "tp_27557" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3444645, + "label": "P", + "classification": { + "B": 0.00018646754324436188, + "S": 9.180490451399237e-05, + "I": 0.12715624272823334, + "C": 0.0011068348539993167, + "R": 8.435457129962742e-05, + "M": 0.0007389778620563447, + "O": 8.292964048450813e-05, + "W": 5.375593536882661e-05, + "N": 0.008626691065728664, + "Y": 0.0022374300751835108, + "U": 3.216060213162564e-05, + "K": 0.0007322337478399277, + "L": 2.12624145206064e-05, + "G": 0.0014069871976971626, + "F": 0.0018218702170997858, + "E": 0.10685678571462631, + "T": 0.0008383796084672213, + "P": 0.7128830552101135, + "-": 0.03504182770848274 + }, + "id": "tp_27558" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3444778, + "label": "P", + "classification": { + "B": 6.775724159524543e-08, + "S": 1.6931025470512395e-08, + "I": 0.000842890003696084, + "C": 1.0504570127523039e-05, + "R": 3.317883283671108e-07, + "M": 3.1499166652793065e-06, + "O": 4.7611629838684166e-07, + "W": 4.47735288844342e-08, + "N": 1.0689487680792809e-05, + "Y": 8.91616364242509e-05, + "U": 7.68631167602507e-08, + "K": 8.017757977540896e-07, + "L": 3.2011993056357824e-08, + "G": 1.0659518011379987e-05, + "F": 0.00012897948909085244, + "E": 0.0005112278740853071, + "T": 1.6914749721763656e-05, + "P": 0.7490376830101013, + "-": 0.24933621287345886 + }, + "id": "tp_27559" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3444878, + "label": "P", + "classification": { + "B": 9.960282341126003e-07, + "S": 5.492774448612181e-07, + "I": 0.0010849506361410022, + "C": 4.646942954877886e-07, + "R": 2.1796331850509887e-08, + "M": 8.070525836956222e-06, + "O": 3.43128391477876e-07, + "W": 5.153598081619748e-08, + "N": 2.9724811611231416e-05, + "Y": 1.5055392168505932e-06, + "U": 3.5056364477981106e-09, + "K": 2.4871075865462444e-08, + "L": 5.0335241752463844e-08, + "G": 2.994042233694927e-06, + "F": 2.6757115847431123e-05, + "E": 0.0022967432159930468, + "T": 1.0768309266495635e-06, + "P": 0.9938328266143799, + "-": 0.0027128825895488262 + }, + "id": "tp_27560" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3445012, + "label": "P", + "classification": { + "B": 3.865393409796525e-07, + "S": 6.399864673767297e-07, + "I": 0.0004641227424144745, + "C": 1.1883046681759879e-05, + "R": 1.0232330396320322e-06, + "M": 1.0632134944899008e-05, + "O": 4.656375949707581e-06, + "W": 1.4301268720373628e-06, + "N": 3.923337862943299e-05, + "Y": 9.702245733933523e-05, + "U": 1.1418984513511532e-06, + "K": 8.69895302457735e-05, + "L": 2.6974399247592373e-07, + "G": 3.665528493002057e-05, + "F": 0.0023087419103831053, + "E": 0.0015286551788449287, + "T": 6.704250699840486e-05, + "P": 0.7589207887649536, + "-": 0.23641878366470337 + }, + "id": "tp_27561" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3445145, + "label": "P", + "classification": { + "B": 1.4195181918807975e-08, + "S": 1.2777003899344663e-09, + "I": 9.574943396728486e-05, + "C": 3.204777954124438e-08, + "R": 7.049525962976588e-10, + "M": 7.852451489043233e-08, + "O": 3.937591142033625e-09, + "W": 3.1984115356209486e-10, + "N": 8.851499160300591e-07, + "Y": 9.251267840681976e-08, + "U": 3.2158331553233666e-10, + "K": 2.47290382615617e-10, + "L": 5.268684932779877e-10, + "G": 5.5597851655875274e-08, + "F": 5.683980930371035e-07, + "E": 3.093204941251315e-05, + "T": 2.5258330538235896e-07, + "P": 0.996626615524292, + "-": 0.0032446603290736675 + }, + "id": "tp_27562" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3445279, + "label": "P", + "classification": { + "B": 3.1041045289725844e-09, + "S": 1.7141971175860249e-09, + "I": 9.065232734428719e-05, + "C": 2.1288246898620855e-07, + "R": 4.1042462761708975e-09, + "M": 4.990475304111897e-07, + "O": 3.330448450356016e-08, + "W": 3.3013412004123666e-09, + "N": 9.906258355840691e-07, + "Y": 1.24376510939328e-05, + "U": 2.177002356162916e-09, + "K": 1.0563420005382795e-07, + "L": 1.0482333889783035e-09, + "G": 7.31919953977922e-07, + "F": 4.671604619943537e-05, + "E": 0.00021920328435953707, + "T": 1.4319941783469403e-06, + "P": 0.891355574131012, + "-": 0.10827136039733887 + }, + "id": "tp_27563" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3445379, + "label": "E", + "classification": { + "B": 0.0013628968736156821, + "S": 8.411655289819464e-05, + "I": 0.25127318501472473, + "C": 0.019146215170621872, + "R": 0.0014552311040461063, + "M": 0.011007178574800491, + "O": 0.0002930228947661817, + "W": 9.482965106144547e-05, + "N": 0.006317776162177324, + "Y": 0.013684970326721668, + "U": 6.0575268435059115e-05, + "K": 0.00019504284136928618, + "L": 0.00039760555955581367, + "G": 0.013137824833393097, + "F": 0.002687768079340458, + "E": 0.34499186277389526, + "T": 0.002170768566429615, + "P": 0.28554844856262207, + "-": 0.046090733259916306 + }, + "id": "tp_27564" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3445512, + "label": "P", + "classification": { + "B": 3.8534361124220595e-07, + "S": 5.443778050562287e-08, + "I": 0.00460057333111763, + "C": 2.2605210688197985e-05, + "R": 5.916916734349797e-07, + "M": 1.8849354091798887e-05, + "O": 5.898954213989782e-07, + "W": 1.0254306914703193e-07, + "N": 0.00010877770546358079, + "Y": 0.00014675869897473603, + "U": 1.3480961058576213e-07, + "K": 7.33547176423599e-06, + "L": 6.290130016850526e-08, + "G": 3.4411878004902974e-05, + "F": 0.0001705702015897259, + "E": 0.00793159008026123, + "T": 1.5124433957680594e-05, + "P": 0.955306887626648, + "-": 0.03163452446460724 + }, + "id": "tp_27565" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3445646, + "label": "P", + "classification": { + "B": 2.1853747966815718e-06, + "S": 1.0709558182497858e-06, + "I": 0.0013294031377881765, + "C": 5.219668310019188e-06, + "R": 6.667229399681673e-07, + "M": 5.02703142046812e-06, + "O": 2.292438466611202e-06, + "W": 3.273939910286572e-07, + "N": 0.0002003751724259928, + "Y": 4.0552913560532033e-05, + "U": 7.014102152425039e-07, + "K": 6.8879321588610765e-06, + "L": 3.718963625942706e-07, + "G": 4.288963828003034e-05, + "F": 0.00036780809750780463, + "E": 0.0017398763447999954, + "T": 4.234793595969677e-05, + "P": 0.9790983200073242, + "-": 0.017113614827394485 + }, + "id": "tp_27566" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3445779, + "label": "P", + "classification": { + "B": 4.818724119104445e-05, + "S": 7.41707335691899e-05, + "I": 0.007573907729238272, + "C": 0.0008915120852179825, + "R": 0.00027870037592947483, + "M": 0.0009019245626404881, + "O": 0.0005375221953727305, + "W": 0.00010657680832082406, + "N": 0.0018226886168122292, + "Y": 0.00595167838037014, + "U": 7.49193859519437e-05, + "K": 0.0021164841018617153, + "L": 3.954953353968449e-05, + "G": 0.0034545811358839273, + "F": 0.02319283038377762, + "E": 0.008711397647857666, + "T": 0.0024880385026335716, + "P": 0.5071340799331665, + "-": 0.4346012771129608 + }, + "id": "tp_27567" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3445879, + "label": "P", + "classification": { + "B": 8.898499714860009e-09, + "S": 1.8476887797547192e-09, + "I": 0.0015719674993306398, + "C": 7.833473318896722e-07, + "R": 1.3207311688745449e-08, + "M": 9.470019222135306e-07, + "O": 2.3706396845568634e-08, + "W": 2.2354262885215803e-09, + "N": 1.8545139027992263e-05, + "Y": 1.3533099263440818e-05, + "U": 2.451191249974727e-09, + "K": 2.5343967990920646e-07, + "L": 1.7746019098652255e-09, + "G": 3.0272376534412615e-06, + "F": 1.4222672689356841e-05, + "E": 0.0014205219922587276, + "T": 1.3544403145715478e-06, + "P": 0.9877154231071472, + "-": 0.009239301085472107 + }, + "id": "tp_27568" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3446013, + "label": "P", + "classification": { + "B": 1.59882092702901e-05, + "S": 1.2850490747950971e-05, + "I": 0.09550730884075165, + "C": 0.003924527205526829, + "R": 0.0001645545125938952, + "M": 0.0008162058657035232, + "O": 8.705203072167933e-05, + "W": 1.821298610593658e-05, + "N": 0.004254544153809547, + "Y": 0.002777924994006753, + "U": 1.6908412362681702e-05, + "K": 0.00029836641624569893, + "L": 1.714015525067225e-05, + "G": 0.002521033398807049, + "F": 0.0018433486111462116, + "E": 0.10395840555429459, + "T": 0.0009871473303064704, + "P": 0.6877260804176331, + "-": 0.09505243599414825 + }, + "id": "tp_27569" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3446146, + "label": "-", + "classification": { + "B": 0.0015771609032526612, + "S": 0.00018644376541487873, + "I": 0.09482763707637787, + "C": 0.14644353091716766, + "R": 0.017387721687555313, + "M": 0.013830176554620266, + "O": 0.001790928072296083, + "W": 0.0006359742255881429, + "N": 0.0042075058445334435, + "Y": 0.022165877744555473, + "U": 0.001192187424749136, + "K": 0.0008845278644002974, + "L": 0.0014540383126586676, + "G": 0.04206199198961258, + "F": 0.007410318125039339, + "E": 0.046012263745069504, + "T": 0.0076186200603842735, + "P": 0.25807470083236694, + "-": 0.33223840594291687 + }, + "id": "tp_27570" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3446280, + "label": "P", + "classification": { + "B": 6.916579309290682e-08, + "S": 7.537868782492296e-07, + "I": 0.006390218622982502, + "C": 1.3198950910009444e-06, + "R": 1.31557513327607e-07, + "M": 6.2894009715819266e-06, + "O": 1.655465553085378e-06, + "W": 2.0945604717326205e-07, + "N": 0.00016971451987046748, + "Y": 1.2587256605911534e-05, + "U": 4.286320276492006e-08, + "K": 5.74128307562205e-07, + "L": 7.058151396677204e-08, + "G": 4.643213287636172e-06, + "F": 3.281924728071317e-05, + "E": 0.0002646499196998775, + "T": 1.8214039300801232e-05, + "P": 0.9818577766418457, + "-": 0.011238282546401024 + }, + "id": "tp_27571" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3446380, + "label": "-", + "classification": { + "B": 8.544479896954726e-07, + "S": 3.660126139948261e-07, + "I": 0.0011724915821105242, + "C": 0.00016612521721981466, + "R": 9.517073522147257e-06, + "M": 5.710331242880784e-05, + "O": 1.1732376151485369e-05, + "W": 1.6919781273827539e-06, + "N": 5.6351615057792515e-05, + "Y": 0.0007585944258607924, + "U": 1.4151116829452803e-06, + "K": 6.014688915456645e-05, + "L": 9.273176146962214e-07, + "G": 0.00023453855828847736, + "F": 0.0030353444162756205, + "E": 0.003811366856098175, + "T": 0.00014089213800616562, + "P": 0.3628901541233063, + "-": 0.6275904774665833 + }, + "id": "tp_27572" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3446513, + "label": "P", + "classification": { + "B": 6.510439106932608e-06, + "S": 2.085122332573519e-06, + "I": 0.0027749568689614534, + "C": 0.00045666081132367253, + "R": 3.405008465051651e-05, + "M": 0.00010352645767852664, + "O": 2.518700966902543e-05, + "W": 5.35444723936962e-06, + "N": 0.0002308909606654197, + "Y": 0.001203257474116981, + "U": 6.856467734905891e-06, + "K": 0.00011679232557071373, + "L": 2.893945065807202e-06, + "G": 0.0006771523039788008, + "F": 0.0036807162687182426, + "E": 0.00955622922629118, + "T": 0.00023113835777621716, + "P": 0.7361717224121094, + "-": 0.24471400678157806 + }, + "id": "tp_27573" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3446647, + "label": "P", + "classification": { + "B": 3.304020523842155e-08, + "S": 3.2365400670641975e-07, + "I": 0.005703489761799574, + "C": 8.424709676546627e-07, + "R": 1.1241444042298099e-07, + "M": 6.739838340763527e-07, + "O": 1.7623818848733208e-07, + "W": 4.6377813589515426e-08, + "N": 0.0002379494981141761, + "Y": 2.6157251795666525e-06, + "U": 2.1136937533583477e-08, + "K": 9.388991202285979e-07, + "L": 1.0199110000996825e-08, + "G": 1.5949173075568979e-06, + "F": 2.4256085453089327e-05, + "E": 0.0003630155115388334, + "T": 4.554420229396783e-06, + "P": 0.9910730719566345, + "-": 0.002586255082860589 + }, + "id": "tp_27574" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3446780, + "label": "P", + "classification": { + "B": 4.912315176852644e-08, + "S": 2.0170793035845236e-08, + "I": 0.0064210835844278336, + "C": 2.448656232445501e-06, + "R": 9.642165110790302e-08, + "M": 5.300182692735689e-07, + "O": 4.1866861977268854e-08, + "W": 8.715486998767119e-09, + "N": 0.00013983645476400852, + "Y": 1.6716595609977958e-06, + "U": 1.7740871882665488e-08, + "K": 2.941587524674105e-07, + "L": 7.196234719231143e-09, + "G": 3.4711597436398733e-06, + "F": 7.320089480344905e-06, + "E": 0.0020369316916912794, + "T": 1.4605942624257295e-06, + "P": 0.9899214506149292, + "-": 0.0014633263926953077 + }, + "id": "tp_27575" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3446880, + "label": "P", + "classification": { + "B": 3.94060043618083e-05, + "S": 3.7118839827599004e-05, + "I": 0.005187763832509518, + "C": 0.00013534780009649694, + "R": 1.4539883522957098e-05, + "M": 0.00011300484766252339, + "O": 5.175871046958491e-05, + "W": 2.8794434911105782e-05, + "N": 0.0011422029929235578, + "Y": 0.00029163339058868587, + "U": 2.2564012397197075e-05, + "K": 0.000291308417217806, + "L": 9.84601501841098e-06, + "G": 0.0005095704109407961, + "F": 0.005227753892540932, + "E": 0.02625051699578762, + "T": 0.00024386872246395797, + "P": 0.8881974816322327, + "-": 0.07220553606748581 + }, + "id": "tp_27576" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3447014, + "label": "P", + "classification": { + "B": 2.6507207167014712e-06, + "S": 2.913199750764761e-06, + "I": 0.0038355772849172354, + "C": 3.47913519362919e-05, + "R": 7.034292593743885e-06, + "M": 6.377356385200983e-06, + "O": 6.740174740116345e-06, + "W": 1.5239762660712586e-06, + "N": 0.00012738484656438231, + "Y": 0.00013313810632098466, + "U": 1.6683261492289603e-06, + "K": 1.5447457144546206e-06, + "L": 1.6830682625368354e-06, + "G": 5.6475390010746196e-05, + "F": 0.00031222670804709196, + "E": 0.00026080902898684144, + "T": 9.188548574456945e-05, + "P": 0.8971983194351196, + "-": 0.09791725128889084 + }, + "id": "tp_27577" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3447147, + "label": "-", + "classification": { + "B": 4.999129305360839e-05, + "S": 1.9673389033414423e-05, + "I": 0.0031317679677158594, + "C": 0.0008346770191565156, + "R": 4.684385203290731e-05, + "M": 0.000749655591789633, + "O": 0.00014332371938508004, + "W": 1.899892777146306e-05, + "N": 0.00019540006178431213, + "Y": 0.0022079283371567726, + "U": 1.2879749192507006e-05, + "K": 1.429826079402119e-05, + "L": 4.820682079298422e-05, + "G": 0.0007556822383776307, + "F": 0.002733031753450632, + "E": 0.0036910430062562227, + "T": 0.001624370226636529, + "P": 0.4845038652420044, + "-": 0.4992183744907379 + }, + "id": "tp_27578" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3447281, + "label": "P", + "classification": { + "B": 9.448357559449505e-06, + "S": 2.2716185412718914e-06, + "I": 0.006806961726397276, + "C": 0.0003563989885151386, + "R": 1.6324394891853444e-05, + "M": 0.0004153621557634324, + "O": 2.1076819393783808e-05, + "W": 2.6512514068599558e-06, + "N": 0.000341723149176687, + "Y": 0.0034336030948907137, + "U": 2.9618340704473667e-06, + "K": 3.474062032182701e-05, + "L": 3.011743046954507e-06, + "G": 0.0005961559945717454, + "F": 0.0008654101402498782, + "E": 0.021488424390554428, + "T": 0.0003772387863136828, + "P": 0.7617095112800598, + "-": 0.2035166323184967 + }, + "id": "tp_27579" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3447381, + "label": "P", + "classification": { + "B": 1.4749911292355478e-09, + "S": 1.0339088613031677e-10, + "I": 2.1511668819584884e-05, + "C": 9.761217967252378e-08, + "R": 1.946082406334426e-09, + "M": 7.547907898697304e-08, + "O": 1.8917786448469087e-08, + "W": 1.765837337464049e-10, + "N": 2.511826551199192e-07, + "Y": 8.707316965228529e-07, + "U": 2.0731699690301753e-10, + "K": 4.25064250464402e-09, + "L": 3.4034031148877375e-10, + "G": 1.2339507975411834e-06, + "F": 2.3808182959328406e-05, + "E": 1.818796772568021e-05, + "T": 7.298147011169931e-07, + "P": 0.8538130521774292, + "-": 0.1461200714111328 + }, + "id": "tp_27580" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3447514, + "label": "P", + "classification": { + "B": 4.412525231600739e-05, + "S": 2.8920887416461483e-05, + "I": 0.05507649481296539, + "C": 0.0008678265148773789, + "R": 6.599822518182918e-05, + "M": 0.00025504405493848026, + "O": 5.449635136756115e-05, + "W": 1.7990434571402147e-05, + "N": 0.002601713640615344, + "Y": 0.0014082916313782334, + "U": 1.3792877325613517e-05, + "K": 3.1653791666030884e-05, + "L": 1.8253433154313825e-05, + "G": 0.000665623985696584, + "F": 0.0009043520549312234, + "E": 0.0184482354670763, + "T": 0.0006423938320949674, + "P": 0.8533103466033936, + "-": 0.06554435193538666 + }, + "id": "tp_27581" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3447648, + "label": "P", + "classification": { + "B": 2.998890522576403e-07, + "S": 2.3748710020754515e-07, + "I": 0.00519148912280798, + "C": 3.132600613753311e-05, + "R": 1.0413729114588932e-06, + "M": 1.3093589586787857e-05, + "O": 9.497111363998556e-07, + "W": 9.788256249976257e-08, + "N": 0.00017535242659505457, + "Y": 3.177316830260679e-05, + "U": 1.1528370436053592e-07, + "K": 2.244858706035302e-06, + "L": 1.3555735733916663e-07, + "G": 4.9507849325891584e-05, + "F": 9.80387267190963e-05, + "E": 0.0028258778620511293, + "T": 1.6307250916725025e-05, + "P": 0.9789224863052368, + "-": 0.012639680877327919 + }, + "id": "tp_27582" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3447781, + "label": "P", + "classification": { + "B": 1.548765560244192e-08, + "S": 3.271421888939585e-08, + "I": 0.04536918178200722, + "C": 1.308625542151276e-06, + "R": 2.27626237858658e-08, + "M": 1.406746150678373e-06, + "O": 2.6622663185094098e-08, + "W": 8.737709222828016e-09, + "N": 0.0010225179139524698, + "Y": 1.969272261703736e-06, + "U": 8.989021749172821e-10, + "K": 1.8215257568954257e-06, + "L": 3.4737432375031574e-10, + "G": 1.0924085245278548e-06, + "F": 2.391340558460797e-06, + "E": 0.009450489655137062, + "T": 8.236461894739477e-07, + "P": 0.9437614679336548, + "-": 0.0003854223759844899 + }, + "id": "tp_27583" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3447881, + "label": "P", + "classification": { + "B": 1.326573055848712e-06, + "S": 9.210278761884183e-08, + "I": 0.0043864985927939415, + "C": 7.907336112111807e-05, + "R": 1.7468097439632402e-06, + "M": 2.8603153623407707e-05, + "O": 4.648886147151643e-07, + "W": 1.7316291689439822e-07, + "N": 9.13114272407256e-05, + "Y": 7.617723167641088e-05, + "U": 2.341567295616187e-07, + "K": 2.0130475604673848e-05, + "L": 1.1187277237922899e-07, + "G": 0.00019790665828622878, + "F": 0.0003282483958173543, + "E": 0.09989802539348602, + "T": 7.664363693038467e-06, + "P": 0.878309428691864, + "-": 0.01657283678650856 + }, + "id": "tp_27584" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3448015, + "label": "P", + "classification": { + "B": 2.675579047206611e-08, + "S": 1.142207994853095e-09, + "I": 0.0029326502699404955, + "C": 1.1622496032259733e-07, + "R": 2.3767323664714013e-09, + "M": 2.2111706243777007e-07, + "O": 2.178193403423734e-09, + "W": 4.012296883626476e-10, + "N": 2.8718863177346066e-05, + "Y": 5.415939767772215e-07, + "U": 2.1779972270152825e-10, + "K": 2.1597807986495354e-08, + "L": 2.6526644769653274e-10, + "G": 4.6448633383988636e-07, + "F": 7.759788331895834e-07, + "E": 0.003690255805850029, + "T": 7.318997319316622e-08, + "P": 0.9931408762931824, + "-": 0.00020522557315416634 + }, + "id": "tp_27585" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3448148, + "label": "P", + "classification": { + "B": 6.6794150370697025e-06, + "S": 7.445331448252546e-06, + "I": 0.3169914186000824, + "C": 0.0018842491554096341, + "R": 0.0002078535471810028, + "M": 0.0003778587270062417, + "O": 3.3220967452507466e-05, + "W": 5.579348908213433e-06, + "N": 0.003082562703639269, + "Y": 0.003227217122912407, + "U": 2.9735901989624836e-06, + "K": 6.143842711026082e-06, + "L": 1.229120789503213e-05, + "G": 0.0006230220897123218, + "F": 0.000436694041127339, + "E": 0.014603940770030022, + "T": 0.0006348086171783507, + "P": 0.6220573782920837, + "-": 0.035798702389001846 + }, + "id": "tp_27586" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3448282, + "label": "P", + "classification": { + "B": 8.290143887279555e-05, + "S": 4.586187787936069e-05, + "I": 0.026651129126548767, + "C": 0.0013600671663880348, + "R": 0.00022865820210427046, + "M": 0.000982212251983583, + "O": 0.0001708786003291607, + "W": 5.073093416285701e-05, + "N": 0.003443885361775756, + "Y": 0.002021963242441416, + "U": 5.920744297327474e-05, + "K": 0.000518990564160049, + "L": 3.49829024344217e-05, + "G": 0.00209925533272326, + "F": 0.003736393293365836, + "E": 0.02933003194630146, + "T": 0.0009794122306630015, + "P": 0.8403158783912659, + "-": 0.08788765221834183 + }, + "id": "tp_27587" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3448382, + "label": "P", + "classification": { + "B": 5.1660936151165515e-06, + "S": 3.7773390886286506e-06, + "I": 0.0028885791543871164, + "C": 1.721119951980654e-05, + "R": 3.216314325982239e-06, + "M": 8.733486174605787e-05, + "O": 1.0764373655547388e-05, + "W": 2.164477336918935e-06, + "N": 0.0001832958951126784, + "Y": 0.00026020515360869467, + "U": 7.987796948327741e-07, + "K": 8.897245606931392e-06, + "L": 1.0017470231105108e-06, + "G": 0.0001031540086842142, + "F": 0.0009280223748646677, + "E": 0.002033869968727231, + "T": 0.00011158778215758502, + "P": 0.9181045889854431, + "-": 0.07524634152650833 + }, + "id": "tp_27588" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3448515, + "label": "P", + "classification": { + "B": 0.0007554834010079503, + "S": 3.905400444637053e-05, + "I": 0.0021838319953531027, + "C": 0.0004067444824613631, + "R": 3.378279507160187e-05, + "M": 0.00038810019032098353, + "O": 0.0003023351600859314, + "W": 2.869956188078504e-05, + "N": 0.000221982627408579, + "Y": 0.0005363044911064208, + "U": 1.2736836652038619e-05, + "K": 1.6500705442012986e-06, + "L": 7.285777246579528e-05, + "G": 0.0004961264203302562, + "F": 0.000423230609158054, + "E": 0.0029841929208487272, + "T": 0.0009548811358399689, + "P": 0.6424944400787354, + "-": 0.34766361117362976 + }, + "id": "tp_27589" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3448649, + "label": "P", + "classification": { + "B": 3.122911220998503e-05, + "S": 7.524752163590165e-06, + "I": 0.013184952549636364, + "C": 0.002263733884319663, + "R": 0.0001605627330718562, + "M": 0.00017134164227172732, + "O": 3.0860868719173595e-05, + "W": 8.30753197078593e-06, + "N": 0.0005467398441396654, + "Y": 0.0005285002407617867, + "U": 3.479426959529519e-05, + "K": 4.660487684304826e-05, + "L": 1.695331411610823e-05, + "G": 0.0008100811392068863, + "F": 0.0018562199547886848, + "E": 0.004911481402814388, + "T": 0.0003596017777454108, + "P": 0.8370857834815979, + "-": 0.13794466853141785 + }, + "id": "tp_27590" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3448782, + "label": "-", + "classification": { + "B": 3.744210334843956e-05, + "S": 6.078131264075637e-05, + "I": 0.00798486452549696, + "C": 0.0029480380471795797, + "R": 0.0007298447308130562, + "M": 0.0007115498301573098, + "O": 0.00036009657196700573, + "W": 0.00010314017708878964, + "N": 0.0007216373342089355, + "Y": 0.0047457339242100716, + "U": 0.00010314185783499852, + "K": 0.00036427631857804954, + "L": 0.00012162565690232441, + "G": 0.002861318876966834, + "F": 0.019798893481492996, + "E": 0.0032351305708289146, + "T": 0.002532823011279106, + "P": 0.3971523642539978, + "-": 0.5554273128509521 + }, + "id": "tp_27591" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3448882, + "label": "P", + "classification": { + "B": 2.558208052505506e-06, + "S": 3.3876854104164522e-06, + "I": 0.001063009724020958, + "C": 3.652050736491219e-06, + "R": 7.59832403218752e-07, + "M": 1.1737304703274276e-05, + "O": 6.376704732247163e-06, + "W": 4.2362189560662955e-06, + "N": 0.00038264738395810127, + "Y": 3.4666547435335815e-05, + "U": 1.2455399200916872e-06, + "K": 0.00014157668920233846, + "L": 2.211088627745994e-07, + "G": 5.7037810620386153e-05, + "F": 0.0005798129132017493, + "E": 0.008351695723831654, + "T": 5.8316516515333205e-05, + "P": 0.9657676815986633, + "-": 0.02352932095527649 + }, + "id": "tp_27592" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3449016, + "label": "-", + "classification": { + "B": 1.7125547913110495e-07, + "S": 5.756639254173024e-08, + "I": 1.3767066775471903e-05, + "C": 3.2077521154860733e-06, + "R": 1.571321774918033e-07, + "M": 1.2583871011884185e-06, + "O": 8.282389103442256e-07, + "W": 1.0555062601724785e-07, + "N": 1.0497155926714186e-06, + "Y": 6.195969035616145e-05, + "U": 7.384413436284376e-08, + "K": 2.9619673114211764e-06, + "L": 3.1340597672624426e-08, + "G": 2.1641064449795522e-05, + "F": 0.0017762044444680214, + "E": 8.176035044016317e-05, + "T": 2.4025788661674596e-05, + "P": 0.3638112545013428, + "-": 0.6341995596885681 + }, + "id": "tp_27593" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3449149, + "label": "P", + "classification": { + "B": 3.889351319230627e-06, + "S": 5.62474724574713e-06, + "I": 0.002451026113703847, + "C": 0.00016412686090916395, + "R": 2.129726817656774e-05, + "M": 7.369386003119871e-05, + "O": 4.180086762062274e-05, + "W": 6.400609436241211e-06, + "N": 0.00023028715804684907, + "Y": 0.0010041857603937387, + "U": 7.625837497471366e-06, + "K": 7.207933958852664e-05, + "L": 4.7096355046960525e-06, + "G": 0.00034158481867052615, + "F": 0.003354172222316265, + "E": 0.0012112001422792673, + "T": 0.0006277906359173357, + "P": 0.5518657565116882, + "-": 0.4385126531124115 + }, + "id": "tp_27594" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3449283, + "label": "P", + "classification": { + "B": 9.802813139003774e-08, + "S": 2.573214601397922e-07, + "I": 0.00025287445168942213, + "C": 1.0450975423736963e-05, + "R": 8.458475235784135e-07, + "M": 3.242922502977308e-06, + "O": 2.8571948860189877e-06, + "W": 5.60939213301026e-07, + "N": 2.753596709226258e-05, + "Y": 0.00010733330418588594, + "U": 5.165308039067895e-07, + "K": 9.615131421014667e-05, + "L": 7.399960821885543e-08, + "G": 3.653897874755785e-05, + "F": 0.001560525386594236, + "E": 0.0007704486488364637, + "T": 5.242814222583547e-05, + "P": 0.6283978223800659, + "-": 0.36867955327033997 + }, + "id": "tp_27595" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3449383, + "label": "P", + "classification": { + "B": 7.052836537013718e-09, + "S": 1.7237463678654308e-09, + "I": 2.0581319404300302e-05, + "C": 8.989579924900681e-08, + "R": 1.1186165327359276e-09, + "M": 5.795356514681771e-07, + "O": 2.0181497362159462e-08, + "W": 1.0555616380969468e-09, + "N": 5.315019961926737e-07, + "Y": 5.264435003482504e-06, + "U": 1.9699473163825587e-09, + "K": 4.1802557859682565e-08, + "L": 1.3461216585852753e-09, + "G": 8.210730015889567e-07, + "F": 5.0984937843168154e-05, + "E": 0.00014442378596868366, + "T": 3.4166639579780167e-06, + "P": 0.9367993474006653, + "-": 0.06297394633293152 + }, + "id": "tp_27596" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3449516, + "label": "-", + "classification": { + "B": 3.6045013985130936e-05, + "S": 2.7443758881418034e-05, + "I": 0.00505339028313756, + "C": 0.000963364786002785, + "R": 0.0001690030039753765, + "M": 0.0005773784359917045, + "O": 0.00028466066578403115, + "W": 4.4833381252828985e-05, + "N": 0.0007248622132465243, + "Y": 0.003736495040357113, + "U": 4.642660860554315e-05, + "K": 0.0003674835024867207, + "L": 3.989937249571085e-05, + "G": 0.002133619738742709, + "F": 0.007052827160805464, + "E": 0.007268489804118872, + "T": 0.0022252171766012907, + "P": 0.40353280305862427, + "-": 0.5657157301902771 + }, + "id": "tp_27597" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3449650, + "label": "P", + "classification": { + "B": 1.6296266949211713e-06, + "S": 2.757378524620435e-06, + "I": 0.009806121699512005, + "C": 0.00015030961367301643, + "R": 2.19163230212871e-05, + "M": 4.502795491134748e-05, + "O": 1.7564219888299704e-05, + "W": 3.0091480311966734e-06, + "N": 0.0004915212048217654, + "Y": 0.00021895401005167514, + "U": 3.7280724427546374e-06, + "K": 2.3256208805833012e-05, + "L": 3.006454562637373e-06, + "G": 0.00020758301252499223, + "F": 0.0008863423718139529, + "E": 0.0012870164355263114, + "T": 0.00027314311591908336, + "P": 0.8254256248474121, + "-": 0.16113156080245972 + }, + "id": "tp_27598" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3449783, + "label": "P", + "classification": { + "B": 1.2784669252141612e-06, + "S": 2.87726675196609e-06, + "I": 0.014206157997250557, + "C": 3.388811819604598e-05, + "R": 9.598410542821512e-06, + "M": 2.2423899281420745e-05, + "O": 5.464828063850291e-06, + "W": 1.6859371498867404e-06, + "N": 0.0009507462964393198, + "Y": 9.568419773131609e-05, + "U": 4.843432748202758e-07, + "K": 3.120041583315469e-05, + "L": 3.7028732435828715e-07, + "G": 5.861370300408453e-05, + "F": 0.0007890352862887084, + "E": 0.0018254066817462444, + "T": 7.374373672064394e-05, + "P": 0.9663610458374023, + "-": 0.015530315227806568 + }, + "id": "tp_27599" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3449883, + "label": "-", + "classification": { + "B": 9.295640523987458e-08, + "S": 6.375695704718964e-08, + "I": 7.328261744987685e-06, + "C": 4.7422190618817694e-06, + "R": 5.183520102036709e-07, + "M": 8.283570423373021e-06, + "O": 3.88841908716131e-06, + "W": 9.524941901872808e-08, + "N": 3.218579252006748e-07, + "Y": 0.00030813776538707316, + "U": 2.8695335885231543e-08, + "K": 2.813637593135354e-06, + "L": 2.2495203211292392e-07, + "G": 0.00010283308802172542, + "F": 0.0042526922188699245, + "E": 5.130112185725011e-05, + "T": 4.887206159764901e-05, + "P": 0.03629002347588539, + "-": 0.9589176774024963 + }, + "id": "tp_27600" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3450017, + "label": "P", + "classification": { + "B": 5.33174613792653e-07, + "S": 1.1464645410796948e-07, + "I": 0.0008414531475864351, + "C": 5.1159924623789266e-05, + "R": 3.1428683087142417e-06, + "M": 2.1258401829982176e-05, + "O": 3.013159357578843e-06, + "W": 4.84472650441603e-07, + "N": 2.083176514133811e-05, + "Y": 0.00033309339778497815, + "U": 9.533998195365712e-07, + "K": 1.4220750017557293e-05, + "L": 3.9045369248924544e-07, + "G": 9.46204163483344e-05, + "F": 0.0017297808080911636, + "E": 0.001446476555429399, + "T": 7.356904825428501e-05, + "P": 0.5043983459472656, + "-": 0.4909664988517761 + }, + "id": "tp_27601" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3450150, + "label": "-", + "classification": { + "B": 4.3439478758955374e-05, + "S": 2.149389183614403e-05, + "I": 0.003037018934264779, + "C": 0.0007717651897110045, + "R": 0.00011782584624597803, + "M": 0.0012490982189774513, + "O": 0.0003369055048096925, + "W": 4.876673483522609e-05, + "N": 0.0003298607189208269, + "Y": 0.007346873637288809, + "U": 4.565409471979365e-05, + "K": 0.0006506933714263141, + "L": 5.290142144076526e-05, + "G": 0.003821267280727625, + "F": 0.008642569184303284, + "E": 0.007917861454188824, + "T": 0.0029464259278029203, + "P": 0.20584549009799957, + "-": 0.7567741274833679 + }, + "id": "tp_27602" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3450250, + "label": "-", + "classification": { + "B": 5.288140891934745e-05, + "S": 1.4516877854475752e-05, + "I": 0.00684231286868453, + "C": 0.003599380375817418, + "R": 0.00026564489235170186, + "M": 0.0008665432105772197, + "O": 0.00018871790962293744, + "W": 3.0833747587166727e-05, + "N": 0.0004840928304474801, + "Y": 0.004742696415632963, + "U": 8.170016371877864e-05, + "K": 0.0006963209016248584, + "L": 7.632052438566461e-05, + "G": 0.006097812205553055, + "F": 0.013614920899271965, + "E": 0.014134444296360016, + "T": 0.0015111427055671811, + "P": 0.34643951058387756, + "-": 0.6002601981163025 + }, + "id": "tp_27603" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3450384, + "label": "P", + "classification": { + "B": 2.682349986571353e-07, + "S": 3.2186128464672947e-06, + "I": 0.0008399033104069531, + "C": 1.2964171219209675e-05, + "R": 3.880440999637358e-06, + "M": 1.5327887012972496e-05, + "O": 9.287899956689216e-06, + "W": 1.5081624269441818e-06, + "N": 8.8899141701404e-05, + "Y": 0.00013108541315887123, + "U": 4.7488626364611264e-07, + "K": 1.3929684428148903e-05, + "L": 3.560354571163771e-07, + "G": 5.044605495641008e-05, + "F": 0.002368019428104162, + "E": 0.00040373860974796116, + "T": 8.620040898676962e-05, + "P": 0.8669946193695068, + "-": 0.12897604703903198 + }, + "id": "tp_27604" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3450517, + "label": "P", + "classification": { + "B": 6.703732196911005e-06, + "S": 1.5622487126165652e-06, + "I": 0.002945680171251297, + "C": 8.960936247603968e-05, + "R": 5.562833848671289e-06, + "M": 9.507724462309852e-05, + "O": 8.370048817596398e-06, + "W": 1.333556838289951e-06, + "N": 0.00020121327543165535, + "Y": 0.000422425742726773, + "U": 1.4550112155120587e-06, + "K": 4.0867264033295214e-05, + "L": 1.1126293202323723e-06, + "G": 0.000297453225357458, + "F": 0.0016921395435929298, + "E": 0.016540899872779846, + "T": 0.0001783635379979387, + "P": 0.8384139537811279, + "-": 0.1390562802553177 + }, + "id": "tp_27605" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3450651, + "label": "-", + "classification": { + "B": 0.001466037007048726, + "S": 0.0007836709264665842, + "I": 0.08136434853076935, + "C": 0.04309083893895149, + "R": 0.011634988710284233, + "M": 0.016285918653011322, + "O": 0.005592984147369862, + "W": 0.0012232486624270678, + "N": 0.01011737808585167, + "Y": 0.06456228345632553, + "U": 0.0011627046624198556, + "K": 0.0013057171599939466, + "L": 0.0032392560970038176, + "G": 0.038414523005485535, + "F": 0.02062040939927101, + "E": 0.0379987396299839, + "T": 0.019531777128577232, + "P": 0.2837555706501007, + "-": 0.3578496277332306 + }, + "id": "tp_27606" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3450751, + "label": "P", + "classification": { + "B": 1.5841583262954373e-06, + "S": 6.971848733883235e-07, + "I": 0.0004044879460707307, + "C": 3.915424531442113e-05, + "R": 1.6006260921130888e-06, + "M": 1.4155204553389922e-05, + "O": 5.289070486469427e-06, + "W": 1.0424436140965554e-06, + "N": 6.858859705971554e-05, + "Y": 6.767235026927665e-05, + "U": 5.030736929256818e-07, + "K": 2.177523128921166e-05, + "L": 6.664478746642999e-07, + "G": 0.000306029716739431, + "F": 0.0076483795419335365, + "E": 0.010978369042277336, + "T": 4.701615762314759e-05, + "P": 0.8781464099884033, + "-": 0.10224653780460358 + }, + "id": "tp_27607" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3450884, + "label": "I", + "classification": { + "B": 6.74447221626906e-07, + "S": 4.477004438285803e-07, + "I": 0.8603169322013855, + "C": 0.000601456849835813, + "R": 4.647997411666438e-05, + "M": 7.487389666493982e-05, + "O": 1.1271708899585065e-06, + "W": 1.3164590484393557e-07, + "N": 0.002894254168495536, + "Y": 0.0004828386881854385, + "U": 6.224789217412763e-08, + "K": 1.5137106856855098e-06, + "L": 4.237473376633716e-07, + "G": 0.00033026086748577654, + "F": 9.691930245026015e-06, + "E": 0.011064067482948303, + "T": 0.00010446352098369971, + "P": 0.12346073240041733, + "-": 0.0006096299621276557 + }, + "id": "tp_27608" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3451018, + "label": "P", + "classification": { + "B": 5.6875558950009175e-12, + "S": 1.1031515111115109e-11, + "I": 5.762258297181688e-05, + "C": 1.423659079513584e-09, + "R": 1.3902523576803105e-10, + "M": 6.577896560777674e-10, + "O": 3.9777664495588283e-10, + "W": 2.789088231203163e-11, + "N": 3.6573877082446415e-07, + "Y": 3.3782928454684225e-08, + "U": 1.1415652277635413e-11, + "K": 6.79038203443838e-09, + "L": 1.262026507603542e-12, + "G": 7.473239804767218e-09, + "F": 1.369145252283488e-06, + "E": 3.855130671581719e-06, + "T": 1.2305835461745573e-08, + "P": 0.9935868978500366, + "-": 0.006349744275212288 + }, + "id": "tp_27609" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3451151, + "label": "P", + "classification": { + "B": 5.498126120073721e-05, + "S": 1.5266157788573764e-05, + "I": 0.018199516460299492, + "C": 0.0006698988727293909, + "R": 8.701376646058634e-05, + "M": 0.00014867453137412667, + "O": 6.022418165230192e-05, + "W": 4.035151869175024e-05, + "N": 0.0019921327475458384, + "Y": 0.0009510302334092557, + "U": 3.8507801946252584e-05, + "K": 0.0005052090273238719, + "L": 1.6272946595563553e-05, + "G": 0.00087696936680004, + "F": 0.004251119215041399, + "E": 0.027953771874308586, + "T": 0.00038524752017110586, + "P": 0.846275806427002, + "-": 0.0974779948592186 + }, + "id": "tp_27610" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3451251, + "label": "P", + "classification": { + "B": 2.7197115670674066e-09, + "S": 2.8857426864759006e-11, + "I": 0.00031679170206189156, + "C": 4.706688017108718e-08, + "R": 1.090165846484581e-09, + "M": 2.4093850470308098e-08, + "O": 8.372201820705527e-10, + "W": 2.8203843774332604e-11, + "N": 2.8947619057362317e-07, + "Y": 2.7386909096094314e-07, + "U": 4.084885207866762e-11, + "K": 6.037322031193781e-11, + "L": 9.276886897557901e-11, + "G": 1.5159145050347433e-07, + "F": 2.918152972597454e-07, + "E": 1.0980227671097964e-05, + "T": 7.506675814283881e-08, + "P": 0.9969492554664612, + "-": 0.0027219175826758146 + }, + "id": "tp_27611" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3451385, + "label": "P", + "classification": { + "B": 4.74208654566155e-08, + "S": 5.073549580458803e-09, + "I": 0.0005384311662055552, + "C": 1.1860876014679889e-07, + "R": 5.9916409611560084e-09, + "M": 1.551412424305454e-06, + "O": 5.0627928516178144e-08, + "W": 5.150350812499482e-09, + "N": 1.0943708730337676e-05, + "Y": 1.3521068922273116e-06, + "U": 1.5510919215699914e-09, + "K": 6.646556016676186e-08, + "L": 2.443736102364369e-09, + "G": 1.07364860468806e-06, + "F": 5.516435521712992e-06, + "E": 0.0004764896002598107, + "T": 1.466813728256966e-06, + "P": 0.9922395944595337, + "-": 0.006723362952470779 + }, + "id": "tp_27612" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3451518, + "label": "I", + "classification": { + "B": 1.4416918020287994e-05, + "S": 1.3823250810673926e-05, + "I": 0.6596183180809021, + "C": 0.0016424725763499737, + "R": 0.0002126846375176683, + "M": 0.000689526554197073, + "O": 3.798337638727389e-05, + "W": 7.082196134433616e-06, + "N": 0.01386030949652195, + "Y": 0.002346990630030632, + "U": 1.3689417528439662e-06, + "K": 4.0939601603895426e-05, + "L": 6.858587767055724e-06, + "G": 0.0009513437980785966, + "F": 0.0001666838797973469, + "E": 0.04935469478368759, + "T": 0.0004897546605207026, + "P": 0.26532167196273804, + "-": 0.005223190411925316 + }, + "id": "tp_27613" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3451652, + "label": "P", + "classification": { + "B": 1.1510219337651506e-05, + "S": 1.510176502961258e-06, + "I": 0.07353056222200394, + "C": 0.01915307715535164, + "R": 0.0003111299010924995, + "M": 0.0006977095035836101, + "O": 2.519441841286607e-05, + "W": 1.9597932805481832e-06, + "N": 0.0007136281346902251, + "Y": 0.0006363377324305475, + "U": 3.805000233114697e-06, + "K": 2.6238442387693794e-06, + "L": 1.659706686041318e-05, + "G": 0.0027253590524196625, + "F": 0.0006251559243537486, + "E": 0.01066132728010416, + "T": 0.0003553077403921634, + "P": 0.7732650637626648, + "-": 0.11726224422454834 + }, + "id": "tp_27614" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3451752, + "label": "P", + "classification": { + "B": 1.507924984878173e-08, + "S": 1.8086991460108948e-08, + "I": 0.00028276743250899017, + "C": 5.0239686970598996e-06, + "R": 9.9107836604162e-08, + "M": 3.91687444789568e-06, + "O": 3.6903850286762463e-07, + "W": 9.563133396284229e-09, + "N": 4.705294941231841e-06, + "Y": 4.550985249807127e-05, + "U": 1.2068521293429058e-08, + "K": 4.039991452486902e-08, + "L": 1.5080631854402782e-08, + "G": 4.1423541006224696e-06, + "F": 4.599254680215381e-05, + "E": 0.00011641591117950156, + "T": 3.165905945934355e-05, + "P": 0.6808949708938599, + "-": 0.31856438517570496 + }, + "id": "tp_27615" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3451885, + "label": "P", + "classification": { + "B": 2.8185004907754774e-07, + "S": 4.5364626544142084e-07, + "I": 0.00042182885226793587, + "C": 4.297522082197247e-06, + "R": 3.9816123376112955e-07, + "M": 2.802024937409442e-06, + "O": 2.313804543518927e-06, + "W": 6.346841701088124e-07, + "N": 6.809869228163734e-05, + "Y": 0.00011410835577407852, + "U": 5.101645115246356e-07, + "K": 0.00013511911674868315, + "L": 7.028311443946222e-08, + "G": 5.7282428315375e-05, + "F": 0.0017801696667447686, + "E": 0.005449423100799322, + "T": 5.1000450184801593e-05, + "P": 0.8392058610916138, + "-": 0.15270522236824036 + }, + "id": "tp_27616" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3452019, + "label": "P", + "classification": { + "B": 2.135135673597688e-06, + "S": 4.106100277567748e-07, + "I": 0.005087911617010832, + "C": 1.3391527318162844e-05, + "R": 1.2143311778345378e-06, + "M": 9.888559361570515e-06, + "O": 1.158720579041983e-06, + "W": 6.790609745621623e-07, + "N": 0.0003654455649666488, + "Y": 0.00010261654097121209, + "U": 6.477803822235728e-07, + "K": 9.250081348000094e-05, + "L": 1.0683938000966009e-07, + "G": 7.933282904559746e-05, + "F": 0.0002661937032826245, + "E": 0.025069015100598335, + "T": 2.1812826162204146e-05, + "P": 0.9541154503822327, + "-": 0.014770090579986572 + }, + "id": "tp_27617" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3452152, + "label": "P", + "classification": { + "B": 1.193787511510891e-06, + "S": 2.076480853929752e-07, + "I": 0.0076928818598389626, + "C": 1.7649339497438632e-05, + "R": 6.709594231324445e-07, + "M": 1.0584994015516713e-05, + "O": 7.902954735072854e-07, + "W": 2.062415092041192e-07, + "N": 0.000492517719976604, + "Y": 4.341266685514711e-05, + "U": 2.5646860990491405e-07, + "K": 1.7510152247268707e-05, + "L": 9.188958216554965e-08, + "G": 4.164199344813824e-05, + "F": 0.00014826693222858012, + "E": 0.020299479365348816, + "T": 1.0275542990711983e-05, + "P": 0.960935652256012, + "-": 0.010286637581884861 + }, + "id": "tp_27618" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3452252, + "label": "P", + "classification": { + "B": 2.1018583993281936e-06, + "S": 4.879960329162714e-07, + "I": 0.0035482668317854404, + "C": 0.00020122651767451316, + "R": 7.95487630966818e-06, + "M": 0.000110164015495684, + "O": 1.0825463505170774e-05, + "W": 8.086541924967605e-07, + "N": 7.661377458134666e-05, + "Y": 0.0009042827296070755, + "U": 1.3909618701291038e-06, + "K": 6.040276730345795e-06, + "L": 1.6491998167111888e-06, + "G": 0.0003576992021407932, + "F": 0.0006130022229626775, + "E": 0.00218957825563848, + "T": 0.000283941364614293, + "P": 0.6423519849777222, + "-": 0.34933197498321533 + }, + "id": "tp_27619" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3452386, + "label": "P", + "classification": { + "B": 5.928839641455852e-08, + "S": 7.353211373128943e-09, + "I": 0.00013015118020121008, + "C": 7.211310730781406e-07, + "R": 1.1611242634046448e-08, + "M": 2.2995644144430116e-07, + "O": 1.7330160417827756e-08, + "W": 4.44544268063396e-09, + "N": 2.0628315269277664e-06, + "Y": 5.593329319708573e-07, + "U": 3.770567413852177e-09, + "K": 7.678135460764679e-09, + "L": 2.107518159988331e-09, + "G": 4.579584640396206e-07, + "F": 8.78816717886366e-06, + "E": 0.00015852537762839347, + "T": 4.4518444042296323e-07, + "P": 0.9911981225013733, + "-": 0.008499681018292904 + }, + "id": "tp_27620" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3452519, + "label": "P", + "classification": { + "B": 9.886463203656604e-08, + "S": 1.3559008493757574e-07, + "I": 0.0010611085454002023, + "C": 3.493895928841084e-05, + "R": 1.6925444015214453e-06, + "M": 1.2605572010215838e-05, + "O": 1.094367803489149e-06, + "W": 8.053490319070988e-08, + "N": 3.620907955337316e-05, + "Y": 7.027150422800332e-05, + "U": 9.730440808652929e-08, + "K": 1.4445682836594642e-06, + "L": 7.36721688099351e-08, + "G": 2.4518920326954685e-05, + "F": 0.00025251833721995354, + "E": 0.0005572370137088001, + "T": 3.915818524546921e-05, + "P": 0.8969419002532959, + "-": 0.10096487402915955 + }, + "id": "tp_27621" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3452653, + "label": "P", + "classification": { + "B": 1.1056393304897938e-05, + "S": 1.391121031701914e-06, + "I": 0.18538963794708252, + "C": 0.004900521598756313, + "R": 0.00012011522630928084, + "M": 0.00010320144792785868, + "O": 5.841665824846132e-06, + "W": 1.6024507658585208e-06, + "N": 0.0006028931820765138, + "Y": 0.0001434234727639705, + "U": 2.532990947656799e-06, + "K": 3.9901618720250553e-07, + "L": 1.0876408850890584e-05, + "G": 0.0006127033848315477, + "F": 9.462668822379783e-05, + "E": 0.0071675884537398815, + "T": 0.00010415301221655682, + "P": 0.789147138595581, + "-": 0.01158030703663826 + }, + "id": "tp_27622" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3452753, + "label": "P", + "classification": { + "B": 5.153236088517588e-06, + "S": 2.0218687495798804e-05, + "I": 0.06597388535737991, + "C": 0.0003014721442013979, + "R": 5.7205015764338896e-05, + "M": 4.763254037243314e-05, + "O": 2.2957492546993308e-05, + "W": 1.3811478311254177e-05, + "N": 0.004608619026839733, + "Y": 0.0005128573393449187, + "U": 4.802785497304285e-06, + "K": 9.991567640099674e-05, + "L": 3.185379910064512e-06, + "G": 0.00024347504950128496, + "F": 0.0006566783995367587, + "E": 0.01169416680932045, + "T": 0.0002848469594027847, + "P": 0.8994011282920837, + "-": 0.01604796200990677 + }, + "id": "tp_27623" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3452886, + "label": "I", + "classification": { + "B": 0.0002801892114803195, + "S": 0.0002650128153618425, + "I": 0.5075567960739136, + "C": 0.02197856642305851, + "R": 0.0038241357542574406, + "M": 0.008324763737618923, + "O": 0.0005420517409220338, + "W": 0.00011205297050764784, + "N": 0.02252294309437275, + "Y": 0.010941766202449799, + "U": 6.0943933931412175e-05, + "K": 0.0001954864856088534, + "L": 0.00034795631654560566, + "G": 0.009385436773300171, + "F": 0.002107208827510476, + "E": 0.09263478219509125, + "T": 0.0050764926709234715, + "P": 0.28566262125968933, + "-": 0.028180956840515137 + }, + "id": "tp_27624" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3453020, + "label": "P", + "classification": { + "B": 5.3766027122037485e-05, + "S": 1.1704329153872095e-05, + "I": 0.02299249731004238, + "C": 0.0018368781311437488, + "R": 0.00025764142628759146, + "M": 0.0006506599020212889, + "O": 0.00010458313045091927, + "W": 1.8285156329511665e-05, + "N": 0.000998577568680048, + "Y": 0.002862239023670554, + "U": 3.638359339674935e-05, + "K": 5.255440919427201e-05, + "L": 5.132318619871512e-05, + "G": 0.0013781203888356686, + "F": 0.0032573698554188013, + "E": 0.007263400591909885, + "T": 0.001364242983981967, + "P": 0.7101260423660278, + "-": 0.2466837465763092 + }, + "id": "tp_27625" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3453153, + "label": "P", + "classification": { + "B": 4.339621550997208e-09, + "S": 7.56961071601836e-09, + "I": 0.01502919103950262, + "C": 1.991180943150539e-05, + "R": 9.528371833766869e-07, + "M": 7.501577101720613e-07, + "O": 6.472708236060498e-08, + "W": 7.20720239044681e-09, + "N": 3.0397752198041417e-05, + "Y": 1.7221405869349837e-05, + "U": 1.2394918869063076e-08, + "K": 8.803104911692117e-09, + "L": 1.451862896573175e-08, + "G": 3.174579433107283e-06, + "F": 4.8869192141864914e-06, + "E": 0.000242483671172522, + "T": 4.408703262015479e-06, + "P": 0.9755606651306152, + "-": 0.009085929952561855 + }, + "id": "tp_27626" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3453253, + "label": "P", + "classification": { + "B": 4.598543091560714e-05, + "S": 2.2823349354439415e-05, + "I": 0.039849430322647095, + "C": 0.012230448424816132, + "R": 0.0013398774899542332, + "M": 0.0009075688431039453, + "O": 0.00013902841601520777, + "W": 3.859531716443598e-05, + "N": 0.0023131156340241432, + "Y": 0.0037650358863174915, + "U": 7.833792915334925e-05, + "K": 0.00032927177380770445, + "L": 6.853311788290739e-05, + "G": 0.004647642839699984, + "F": 0.007052892353385687, + "E": 0.023497413843870163, + "T": 0.001214564428664744, + "P": 0.7446554899215698, + "-": 0.1578039824962616 + }, + "id": "tp_27627" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3453387, + "label": "P", + "classification": { + "B": 2.2706160962115973e-05, + "S": 5.95670428538142e-07, + "I": 0.005123446695506573, + "C": 0.0010655565420165658, + "R": 9.591951675247401e-05, + "M": 7.92644641478546e-05, + "O": 2.0777353711309843e-05, + "W": 1.678035118857224e-06, + "N": 3.0271519790403545e-05, + "Y": 0.00024098648282233626, + "U": 2.6718992103269557e-06, + "K": 9.503044395842153e-08, + "L": 3.346115045133047e-05, + "G": 0.0009590251138433814, + "F": 0.000262172135990113, + "E": 0.0016382829053327441, + "T": 0.00012183924263808876, + "P": 0.7043120861053467, + "-": 0.2859891951084137 + }, + "id": "tp_27628" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3453520, + "label": "P", + "classification": { + "B": 2.1820167717123695e-07, + "S": 1.2627749867988314e-07, + "I": 0.07069557160139084, + "C": 2.2917118258192204e-05, + "R": 1.3160650951249409e-06, + "M": 1.1536458259797655e-05, + "O": 4.1847661691463145e-07, + "W": 6.61887540331918e-08, + "N": 0.000347346969647333, + "Y": 4.8519286792725325e-05, + "U": 2.6936023189705338e-08, + "K": 6.515529094031081e-07, + "L": 5.949223691459338e-08, + "G": 1.653514482313767e-05, + "F": 1.9171740859746933e-05, + "E": 0.004483350552618504, + "T": 1.6786840205895714e-05, + "P": 0.9145175814628601, + "-": 0.009817986749112606 + }, + "id": "tp_27629" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3453654, + "label": "-", + "classification": { + "B": 1.6328068852544675e-07, + "S": 9.319231963900165e-08, + "I": 0.0018868641927838326, + "C": 0.00023718115699011832, + "R": 1.6551259250263683e-05, + "M": 3.2990967156365514e-05, + "O": 6.37328184893704e-06, + "W": 2.7841466021527594e-07, + "N": 2.6827838155440986e-05, + "Y": 0.00018850871128961444, + "U": 1.1833519693027483e-06, + "K": 2.723749275901355e-06, + "L": 8.384998295696278e-07, + "G": 0.0001435098674846813, + "F": 0.0004534355248324573, + "E": 0.0006584873190149665, + "T": 0.0002007342263823375, + "P": 0.37924623489379883, + "-": 0.6168970465660095 + }, + "id": "tp_27630" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3453754, + "label": "P", + "classification": { + "B": 3.452894148381347e-08, + "S": 4.51291315428648e-09, + "I": 3.593372457544319e-05, + "C": 3.58410581213775e-08, + "R": 5.957371818077206e-10, + "M": 3.9925822648001486e-08, + "O": 4.014666643570308e-08, + "W": 4.0963619163392195e-09, + "N": 1.6632850474707084e-06, + "Y": 2.146247055634376e-07, + "U": 1.189025433667723e-09, + "K": 4.947587228798511e-09, + "L": 6.796321283530915e-10, + "G": 1.3953194866189733e-07, + "F": 1.6663190081089851e-06, + "E": 3.350260158185847e-05, + "T": 3.259939376221155e-07, + "P": 0.9876646399497986, + "-": 0.012261705473065376 + }, + "id": "tp_27631" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3453887, + "label": "I", + "classification": { + "B": 0.0007095691398717463, + "S": 0.00041083520045503974, + "I": 0.5242481827735901, + "C": 0.06860754638910294, + "R": 0.008126546628773212, + "M": 0.007234890013933182, + "O": 0.0006133715505711734, + "W": 0.0003106468648184091, + "N": 0.029064901173114777, + "Y": 0.00836197193711996, + "U": 8.999865531222895e-05, + "K": 0.0005216186982579529, + "L": 0.0006305095739662647, + "G": 0.02010299265384674, + "F": 0.003479971084743738, + "E": 0.16826854646205902, + "T": 0.0030448362231254578, + "P": 0.14649803936481476, + "-": 0.009675135836005211 + }, + "id": "tp_27632" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3454021, + "label": "P", + "classification": { + "B": 1.2989421520614997e-06, + "S": 1.123776200984139e-06, + "I": 0.0014979933621361852, + "C": 1.8525333871366456e-05, + "R": 1.1988598771495163e-06, + "M": 5.882295681658434e-06, + "O": 3.3812445963121718e-06, + "W": 1.0756783694887417e-06, + "N": 0.00017468628357164562, + "Y": 0.00013390483218245208, + "U": 1.1247584552620538e-06, + "K": 3.763045242521912e-05, + "L": 2.9261269673952484e-07, + "G": 5.120865534991026e-05, + "F": 0.000849734409712255, + "E": 0.003608876606449485, + "T": 3.254713010392152e-05, + "P": 0.9460557103157043, + "-": 0.047523804008960724 + }, + "id": "tp_27633" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3454154, + "label": "P", + "classification": { + "B": 5.218557816988323e-06, + "S": 1.8524390270613367e-06, + "I": 0.0016609836602583528, + "C": 1.0271272003592458e-05, + "R": 1.310436687163019e-06, + "M": 5.279637480271049e-05, + "O": 5.330094154487597e-06, + "W": 1.490011868554575e-06, + "N": 0.0001828803651733324, + "Y": 0.00010611136531224474, + "U": 5.240964355834876e-07, + "K": 3.081165414187126e-05, + "L": 4.94964808694931e-07, + "G": 0.00014787606778554618, + "F": 0.0009843668667599559, + "E": 0.023113373667001724, + "T": 3.631674189819023e-05, + "P": 0.9389854669570923, + "-": 0.03467242419719696 + }, + "id": "tp_27634" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3454254, + "label": "P", + "classification": { + "B": 8.268431495039863e-10, + "S": 1.1255397724951877e-09, + "I": 0.0001891797874122858, + "C": 1.8953181246672557e-09, + "R": 1.8334653240081877e-10, + "M": 4.07389748602327e-08, + "O": 1.2592855647142187e-09, + "W": 2.3252801073514462e-10, + "N": 8.049304597079754e-06, + "Y": 3.417406091443809e-08, + "U": 4.422361435385547e-11, + "K": 2.4391164643589036e-08, + "L": 2.2736290281044624e-11, + "G": 5.476583453400963e-08, + "F": 1.5748736359455506e-06, + "E": 0.0009491026867181063, + "T": 2.1449718445865074e-08, + "P": 0.9986546039581299, + "-": 0.00019723863806575537 + }, + "id": "tp_27635" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3454388, + "label": "P", + "classification": { + "B": 3.155932049025978e-08, + "S": 2.1750496514982842e-08, + "I": 0.12453040480613708, + "C": 0.0001893127046059817, + "R": 3.281146518929745e-06, + "M": 2.4665071123308735e-06, + "O": 1.161225711143743e-07, + "W": 2.139152677216316e-08, + "N": 0.00033495985553599894, + "Y": 6.873932579765096e-05, + "U": 2.3952896555101688e-08, + "K": 7.374428037110192e-07, + "L": 1.6151730619640148e-08, + "G": 1.973865437321365e-05, + "F": 1.1080092917836737e-05, + "E": 0.003568143118172884, + "T": 5.076000888948329e-06, + "P": 0.8684006929397583, + "-": 0.0028652427718043327 + }, + "id": "tp_27636" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3454521, + "label": "P", + "classification": { + "B": 6.131430779765523e-11, + "S": 4.766382427634497e-11, + "I": 8.269894169643521e-05, + "C": 1.8020230641013768e-08, + "R": 1.7158183207577338e-10, + "M": 1.319792186649238e-08, + "O": 5.143134251817116e-10, + "W": 2.985253017007139e-11, + "N": 8.409367637796095e-07, + "Y": 9.840209003186828e-08, + "U": 2.07171675647988e-11, + "K": 3.767244738384079e-09, + "L": 1.1211002612365739e-11, + "G": 3.96455845930177e-08, + "F": 1.9200592760171276e-06, + "E": 8.253286068793386e-05, + "T": 3.230949729982058e-08, + "P": 0.9965167045593262, + "-": 0.0033150524832308292 + }, + "id": "tp_27637" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3454655, + "label": "P", + "classification": { + "B": 2.868506321362929e-09, + "S": 9.287683400138746e-10, + "I": 0.0002944224688690156, + "C": 9.565546577050554e-09, + "R": 9.380008991755062e-10, + "M": 1.3158567924165254e-07, + "O": 3.370154821880078e-09, + "W": 4.6026499278539745e-10, + "N": 4.501320290728472e-06, + "Y": 9.729798478019802e-08, + "U": 7.000258706035822e-11, + "K": 1.574423080796805e-08, + "L": 5.969678223971542e-11, + "G": 1.0407595851802398e-07, + "F": 1.4315135103970533e-06, + "E": 0.0001911177532747388, + "T": 5.9592437651190266e-08, + "P": 0.9985888600349426, + "-": 0.0009191051358357072 + }, + "id": "tp_27638" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3454755, + "label": "P", + "classification": { + "B": 5.744822146880324e-07, + "S": 2.55898527257159e-07, + "I": 0.002002687193453312, + "C": 6.240299990167841e-05, + "R": 6.216988367668819e-06, + "M": 2.6368743419880047e-05, + "O": 6.55882513456163e-06, + "W": 5.571928909375856e-07, + "N": 8.057377999648452e-05, + "Y": 0.0005889363237656653, + "U": 1.3681587915925775e-06, + "K": 1.541430719953496e-05, + "L": 5.297492862155195e-07, + "G": 0.00011589884525164962, + "F": 0.0005939498078078032, + "E": 0.001580158481374383, + "T": 0.0001979189837584272, + "P": 0.6279948353767395, + "-": 0.3667248785495758 + }, + "id": "tp_27639" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3454888, + "label": "P", + "classification": { + "B": 9.834540833253413e-05, + "S": 7.062502118060365e-05, + "I": 0.08706644177436829, + "C": 0.025483449921011925, + "R": 0.0029905259143561125, + "M": 0.0022574772592633963, + "O": 0.0003277333453297615, + "W": 0.00011143931624246761, + "N": 0.008020429871976376, + "Y": 0.012147615663707256, + "U": 0.00012544667697511613, + "K": 0.004359174519777298, + "L": 7.506137626478449e-05, + "G": 0.015854718163609505, + "F": 0.013140061870217323, + "E": 0.15232668817043304, + "T": 0.003493114374577999, + "P": 0.5002093315124512, + "-": 0.17184238135814667 + }, + "id": "tp_27640" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3455022, + "label": "-", + "classification": { + "B": 1.843019163061399e-05, + "S": 2.8147596822236665e-06, + "I": 0.00525325583294034, + "C": 0.0009647939004935324, + "R": 0.00014990421186666936, + "M": 0.00040009242366068065, + "O": 0.00013357408170122653, + "W": 6.192403816385195e-06, + "N": 0.00010887058306252584, + "Y": 0.0015211674617603421, + "U": 5.317689101502765e-06, + "K": 3.208125463061151e-06, + "L": 3.5482120438246056e-05, + "G": 0.0016213017515838146, + "F": 0.0011592480586841702, + "E": 0.0008125882595777512, + "T": 0.0015792589401826262, + "P": 0.29066094756126404, + "-": 0.6955634951591492 + }, + "id": "tp_27641" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3455155, + "label": "-", + "classification": { + "B": 4.146892024436966e-06, + "S": 5.149084358890832e-07, + "I": 0.0008671514224261045, + "C": 0.00043508782982826233, + "R": 4.9536494771018624e-05, + "M": 3.4881075407611206e-05, + "O": 3.471994568826631e-05, + "W": 1.4994246839705738e-06, + "N": 4.78197616757825e-05, + "Y": 0.0006197512266226113, + "U": 7.759141226415522e-06, + "K": 1.9498071196721867e-05, + "L": 5.0667977120610885e-06, + "G": 0.0005646737408824265, + "F": 0.0009666658588685095, + "E": 0.00037147660623304546, + "T": 0.000473777879960835, + "P": 0.2383948415517807, + "-": 0.7571011185646057 + }, + "id": "tp_27642" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3455255, + "label": "P", + "classification": { + "B": 7.123956311261281e-05, + "S": 1.1101651580247562e-05, + "I": 0.005246708169579506, + "C": 0.0001734079996822402, + "R": 2.575980943220202e-05, + "M": 0.00026542189880274236, + "O": 6.138633762020618e-05, + "W": 1.0136231139767915e-05, + "N": 0.0005428939475677907, + "Y": 0.0007932021981105208, + "U": 1.6856438378454186e-05, + "K": 8.935664664022624e-05, + "L": 1.256857103726361e-05, + "G": 0.0014045961434021592, + "F": 0.003065869677811861, + "E": 0.01662476174533367, + "T": 0.0005982264992780983, + "P": 0.8255900144577026, + "-": 0.145396426320076 + }, + "id": "tp_27643" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3455389, + "label": "P", + "classification": { + "B": 0.0001883494551293552, + "S": 0.0002279360924148932, + "I": 0.02364957332611084, + "C": 0.0007303700549528003, + "R": 0.0001476545730838552, + "M": 0.00048060770495794713, + "O": 0.00035799568286165595, + "W": 0.00010397221922175959, + "N": 0.0058496505953371525, + "Y": 0.0013725924072787166, + "U": 0.00010736660624388605, + "K": 0.0011339248158037663, + "L": 5.410467929323204e-05, + "G": 0.0013010224793106318, + "F": 0.007305201608687639, + "E": 0.015749238431453705, + "T": 0.0010048820404335856, + "P": 0.827772855758667, + "-": 0.11246270686388016 + }, + "id": "tp_27644" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3455522, + "label": "I", + "classification": { + "B": 2.8607257718249457e-06, + "S": 4.978003858013835e-07, + "I": 0.5600386261940002, + "C": 0.0007021811907179654, + "R": 4.5783439418300986e-05, + "M": 4.1165250877384096e-05, + "O": 2.650686155902804e-06, + "W": 5.615579539153259e-07, + "N": 0.0035458775237202644, + "Y": 0.0003708660660777241, + "U": 3.2663984939063084e-07, + "K": 3.3940189041459234e-06, + "L": 1.1042035339414724e-06, + "G": 0.0005154111422598362, + "F": 2.9542623451561667e-05, + "E": 0.018074607476592064, + "T": 3.919435403076932e-05, + "P": 0.4150179326534271, + "-": 0.0015674070455133915 + }, + "id": "tp_27645" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3455656, + "label": "P", + "classification": { + "B": 2.5328203978602915e-09, + "S": 3.6187053353842202e-09, + "I": 0.0003761599655263126, + "C": 6.53578524634213e-07, + "R": 1.784719216857411e-08, + "M": 2.4358013206438045e-07, + "O": 2.8487709968771924e-08, + "W": 5.481571641041683e-09, + "N": 6.091379418649012e-06, + "Y": 3.7860020256630378e-06, + "U": 5.330980101803107e-09, + "K": 3.2594343224445765e-07, + "L": 1.5897942962084244e-09, + "G": 9.839955055213068e-07, + "F": 3.15877259708941e-05, + "E": 0.0005007400759495795, + "T": 1.9875360521837138e-06, + "P": 0.9679192900657654, + "-": 0.031158016994595528 + }, + "id": "tp_27646" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3455756, + "label": "P", + "classification": { + "B": 0.002351447707042098, + "S": 0.00028263789135962725, + "I": 0.21922101080417633, + "C": 0.0013018266763538122, + "R": 0.00038943797699175775, + "M": 0.004949409049004316, + "O": 0.0002909600443672389, + "W": 5.3290095820557326e-05, + "N": 0.0076533835381269455, + "Y": 0.0022241456899791956, + "U": 1.1306432497804053e-05, + "K": 2.167961974919308e-05, + "L": 0.0003255064657423645, + "G": 0.008527920581400394, + "F": 0.0015809697797521949, + "E": 0.11877918988466263, + "T": 0.001795196789316833, + "P": 0.6087766885757446, + "-": 0.02146400511264801 + }, + "id": "tp_27647" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3455889, + "label": "P", + "classification": { + "B": 4.020117849723448e-10, + "S": 1.2598918575079665e-09, + "I": 4.473525768844411e-05, + "C": 4.944049614152846e-09, + "R": 4.942661280260552e-10, + "M": 5.450368334436462e-08, + "O": 5.774625222443319e-09, + "W": 1.7530499274442946e-10, + "N": 9.106924494517443e-07, + "Y": 3.539096269378206e-07, + "U": 1.3624411321355723e-10, + "K": 6.663956941821425e-09, + "L": 1.4282020011080476e-10, + "G": 7.632343823615884e-08, + "F": 1.0022352398664225e-05, + "E": 1.872950633696746e-05, + "T": 3.7661376950381964e-07, + "P": 0.9891425967216492, + "-": 0.010782056488096714 + }, + "id": "tp_27648" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3456023, + "label": "P", + "classification": { + "B": 4.5000178943155333e-05, + "S": 0.0002791175211314112, + "I": 0.4138484299182892, + "C": 0.004745819140225649, + "R": 0.0022694875951856375, + "M": 0.0008322101202793419, + "O": 0.0004974085604771972, + "W": 9.277810022467747e-05, + "N": 0.010793144814670086, + "Y": 0.010095431469380856, + "U": 2.3207423510029912e-05, + "K": 5.362962110666558e-05, + "L": 0.0001709305652184412, + "G": 0.0045521254651248455, + "F": 0.002044032560661435, + "E": 0.00564193818718195, + "T": 0.0036037552636116743, + "P": 0.5021651387214661, + "-": 0.038246434181928635 + }, + "id": "tp_27649" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3456156, + "label": "P", + "classification": { + "B": 1.318911091452435e-09, + "S": 1.019228035303854e-09, + "I": 0.0002539037086535245, + "C": 5.2606100808816336e-08, + "R": 2.8777793481538083e-09, + "M": 6.9037795924487e-08, + "O": 3.962743466701113e-09, + "W": 6.820322084877262e-10, + "N": 7.297604952327674e-06, + "Y": 3.1841844361224503e-07, + "U": 3.6894493016248475e-10, + "K": 5.657692980776119e-08, + "L": 1.423484247142781e-10, + "G": 1.6236785427281575e-07, + "F": 3.0333687845995883e-06, + "E": 0.000206058393814601, + "T": 2.2421190237764677e-07, + "P": 0.9981853365898132, + "-": 0.0013433152344077826 + }, + "id": "tp_27650" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3456256, + "label": "P", + "classification": { + "B": 4.03628837375436e-05, + "S": 1.8324739357922226e-05, + "I": 0.20292928814888, + "C": 0.043820686638355255, + "R": 0.0026048386935144663, + "M": 0.004987294320017099, + "O": 0.00040402280865237117, + "W": 2.236037835245952e-05, + "N": 0.0031009381636977196, + "Y": 0.013395450077950954, + "U": 4.948576679453254e-05, + "K": 4.2571653466438875e-05, + "L": 0.0001388172386214137, + "G": 0.015527327544987202, + "F": 0.0011883721454069018, + "E": 0.02713579311966896, + "T": 0.0067010074853897095, + "P": 0.39461588859558105, + "-": 0.28327712416648865 + }, + "id": "tp_27651" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3456390, + "label": "P", + "classification": { + "B": 1.3403099963227305e-08, + "S": 6.7105512258081035e-09, + "I": 8.492338383803144e-05, + "C": 6.795697231609665e-07, + "R": 2.0697054736729115e-08, + "M": 8.432914455624996e-07, + "O": 1.5434180511419981e-07, + "W": 6.545843422856024e-09, + "N": 3.1294509881263366e-06, + "Y": 2.2707707103108987e-05, + "U": 1.297136709155211e-08, + "K": 2.629845141655096e-07, + "L": 6.080798087282346e-09, + "G": 2.8441795620892663e-06, + "F": 0.00023149164917413145, + "E": 0.00019589264411479235, + "T": 8.532014362572227e-06, + "P": 0.7776853442192078, + "-": 0.22176313400268555 + }, + "id": "tp_27652" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3456523, + "label": "P", + "classification": { + "B": 1.0173016207204455e-08, + "S": 6.750093461960205e-08, + "I": 0.01729092188179493, + "C": 1.85490432613733e-06, + "R": 8.381053362427338e-08, + "M": 8.564210816075501e-07, + "O": 7.581896710462388e-08, + "W": 6.820389142347949e-09, + "N": 0.00010036717867478728, + "Y": 5.948687885393156e-06, + "U": 1.9269812412403553e-09, + "K": 1.8409149760145738e-08, + "L": 4.9432680171435095e-09, + "G": 1.8730913780018454e-06, + "F": 3.894430847140029e-06, + "E": 0.0001153870252892375, + "T": 5.59363934371504e-06, + "P": 0.9803171157836914, + "-": 0.002156038535758853 + }, + "id": "tp_27653" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3456657, + "label": "P", + "classification": { + "B": 2.836604267031362e-07, + "S": 4.1926651306312124e-07, + "I": 0.000630401074886322, + "C": 1.1384200888642226e-06, + "R": 1.530678446215461e-07, + "M": 1.9094199160463177e-05, + "O": 1.5648337239326793e-06, + "W": 1.6625753573862312e-07, + "N": 4.530456499196589e-05, + "Y": 5.7347780966665596e-05, + "U": 7.754800179782251e-08, + "K": 8.852232895151246e-06, + "L": 6.482048320322065e-08, + "G": 1.2987788977625314e-05, + "F": 0.000335633842041716, + "E": 0.001157276681624353, + "T": 4.83448056911584e-05, + "P": 0.9177103042602539, + "-": 0.07997070997953415 + }, + "id": "tp_27654" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3456757, + "label": "P", + "classification": { + "B": 0.0004331996897235513, + "S": 0.00043020228622481227, + "I": 0.017559954896569252, + "C": 0.0004386316577438265, + "R": 0.00011376858310541138, + "M": 0.001522591570392251, + "O": 0.0004267487965989858, + "W": 0.00034328250330872834, + "N": 0.006000926718115807, + "Y": 0.003920478280633688, + "U": 6.863181624794379e-05, + "K": 0.00384767004288733, + "L": 8.78144201124087e-05, + "G": 0.0031140295322984457, + "F": 0.015858322381973267, + "E": 0.09625675529241562, + "T": 0.0019000069005414844, + "P": 0.7444545030593872, + "-": 0.10322246700525284 + }, + "id": "tp_27655" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3456890, + "label": "P", + "classification": { + "B": 2.640050843183417e-05, + "S": 5.815774784423411e-05, + "I": 0.03020920418202877, + "C": 0.0008982123690657318, + "R": 0.00011636670387815684, + "M": 0.000231823738431558, + "O": 8.9323177235201e-05, + "W": 4.9786911404225975e-05, + "N": 0.0025005287025123835, + "Y": 0.0009927534265443683, + "U": 3.5341159673407674e-05, + "K": 0.00036089587956666946, + "L": 2.076714372378774e-05, + "G": 0.0006762453122064471, + "F": 0.0035760533064603806, + "E": 0.01351751759648323, + "T": 0.0005776338512077928, + "P": 0.8629490733146667, + "-": 0.08311398327350616 + }, + "id": "tp_27656" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3457024, + "label": "-", + "classification": { + "B": 7.920703501440585e-05, + "S": 7.662336429348215e-05, + "I": 0.006387957371771336, + "C": 0.0037465153727680445, + "R": 0.0006546379299834371, + "M": 0.0018688066629692912, + "O": 0.0005281781195662916, + "W": 7.461134373443201e-05, + "N": 0.0008502484997734427, + "Y": 0.005116473883390427, + "U": 6.800583651056513e-05, + "K": 0.000308728136587888, + "L": 0.00016488746041432023, + "G": 0.004961043130606413, + "F": 0.033216070383787155, + "E": 0.006475018337368965, + "T": 0.0037865573540329933, + "P": 0.3633536994457245, + "-": 0.5682827234268188 + }, + "id": "tp_27657" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3457157, + "label": "-", + "classification": { + "B": 3.5870608705579343e-09, + "S": 2.199612714193222e-09, + "I": 5.7944900618167594e-05, + "C": 4.221834842610406e-06, + "R": 8.608773072182885e-08, + "M": 6.540275307997945e-07, + "O": 2.1990192067278258e-07, + "W": 5.046096429595082e-09, + "N": 6.920838018231734e-07, + "Y": 2.4952516469056718e-05, + "U": 9.93226567658212e-09, + "K": 3.524445446601021e-08, + "L": 9.6719761089048e-09, + "G": 5.353956566978013e-06, + "F": 9.680974471848458e-05, + "E": 2.269314973091241e-05, + "T": 1.4324024050438311e-05, + "P": 0.35778915882110596, + "-": 0.6419827938079834 + }, + "id": "tp_27658" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3457257, + "label": "P", + "classification": { + "B": 3.228035723168432e-07, + "S": 2.260054543512524e-06, + "I": 0.015362721867859364, + "C": 0.00016069099365267903, + "R": 2.8884147468488663e-05, + "M": 2.1299256331985816e-05, + "O": 1.1523941793711856e-05, + "W": 1.6040222590163467e-06, + "N": 0.0006776993395760655, + "Y": 0.0009212333243340254, + "U": 1.0057655117634567e-06, + "K": 7.501780055463314e-05, + "L": 6.796432217015536e-07, + "G": 0.00046289360034279525, + "F": 0.0014780935598537326, + "E": 0.0024850775953382254, + "T": 0.0001166006550192833, + "P": 0.8969042301177979, + "-": 0.08128813654184341 + }, + "id": "tp_27659" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3457391, + "label": "P", + "classification": { + "B": 2.8729282348649576e-05, + "S": 3.8510592275997624e-05, + "I": 0.005353222601115704, + "C": 0.00017449961160309613, + "R": 4.1354149288963526e-05, + "M": 0.00021269748685881495, + "O": 0.00012172187416581437, + "W": 2.285756272613071e-05, + "N": 0.0009071532404050231, + "Y": 0.001848720945417881, + "U": 2.049691102001816e-05, + "K": 0.00021213169384282082, + "L": 1.3645841136167292e-05, + "G": 0.000621150538790971, + "F": 0.005523120518773794, + "E": 0.0038379207253456116, + "T": 0.0008695143624208868, + "P": 0.7998498678207397, + "-": 0.1803026646375656 + }, + "id": "tp_27660" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3457524, + "label": "P", + "classification": { + "B": 0.0005691334372386336, + "S": 0.0006576157757081091, + "I": 0.07515397667884827, + "C": 0.03151432052254677, + "R": 0.0051546781323850155, + "M": 0.007748414296656847, + "O": 0.0017738406313583255, + "W": 0.0008317367755807936, + "N": 0.008205831050872803, + "Y": 0.038171105086803436, + "U": 0.000618617981672287, + "K": 0.0028491958510130644, + "L": 0.0008451264584437013, + "G": 0.011347951367497444, + "F": 0.03496284410357475, + "E": 0.04466090351343155, + "T": 0.012224428355693817, + "P": 0.37216150760650635, + "-": 0.35054877400398254 + }, + "id": "tp_27661" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3457658, + "label": "P", + "classification": { + "B": 3.909832685167203e-06, + "S": 2.948110591205477e-07, + "I": 0.001503289327956736, + "C": 6.119094177847728e-05, + "R": 3.7063653053337475e-06, + "M": 1.4344452210934833e-05, + "O": 3.6291321521275677e-06, + "W": 3.630875085036678e-07, + "N": 2.4048980776569806e-05, + "Y": 0.0003665218537207693, + "U": 7.558940637863998e-07, + "K": 4.514816112077824e-07, + "L": 1.077174601959996e-06, + "G": 7.868289685575292e-05, + "F": 0.00027408619644120336, + "E": 0.0007458653999492526, + "T": 0.00010671126074157655, + "P": 0.7764742970466614, + "-": 0.22033677995204926 + }, + "id": "tp_27662" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3457758, + "label": "P", + "classification": { + "B": 9.566266498950426e-07, + "S": 6.206228135852143e-07, + "I": 0.00331870443187654, + "C": 4.786686258739792e-05, + "R": 5.06655715071247e-06, + "M": 3.53029536199756e-05, + "O": 6.657183803326916e-06, + "W": 1.4544224313794984e-06, + "N": 0.00022336638357955962, + "Y": 0.00046361377462744713, + "U": 2.4757152914389735e-06, + "K": 0.0001437567116227001, + "L": 4.724953726054082e-07, + "G": 6.305670103756711e-05, + "F": 0.0011347198160365224, + "E": 0.004018849227577448, + "T": 0.00016339121793862432, + "P": 0.710250735282898, + "-": 0.2801189422607422 + }, + "id": "tp_27663" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3457891, + "label": "P", + "classification": { + "B": 1.4414490578928962e-06, + "S": 4.0412001567347033e-07, + "I": 0.006461651995778084, + "C": 1.3649819265992846e-05, + "R": 2.6666657504392788e-06, + "M": 3.458132050582208e-05, + "O": 3.0852490908728214e-06, + "W": 5.170657004782697e-07, + "N": 0.000345681793987751, + "Y": 0.00010334152466384694, + "U": 4.870872203355248e-07, + "K": 3.227187698939815e-05, + "L": 2.853466298802232e-07, + "G": 7.163434202084318e-05, + "F": 0.00042060588020831347, + "E": 0.008238228969275951, + "T": 4.042113869218156e-05, + "P": 0.9501583576202393, + "-": 0.03407071903347969 + }, + "id": "tp_27664" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3458025, + "label": "P", + "classification": { + "B": 5.849595936524565e-07, + "S": 1.5001143083281931e-07, + "I": 0.0014619508292526007, + "C": 4.137017822358757e-05, + "R": 2.1371013190218946e-06, + "M": 1.6609868907835335e-05, + "O": 1.909844286274165e-06, + "W": 1.1879777872536579e-07, + "N": 2.9804104997310787e-05, + "Y": 8.726934902369976e-05, + "U": 2.763519830750738e-07, + "K": 6.159766599012073e-07, + "L": 4.719709352229984e-07, + "G": 7.951194857014343e-05, + "F": 0.0004400218604132533, + "E": 0.0006656533805653453, + "T": 5.5711778259137645e-05, + "P": 0.847811758518219, + "-": 0.14930404722690582 + }, + "id": "tp_27665" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3458158, + "label": "P", + "classification": { + "B": 0.0002734027220867574, + "S": 0.00035753389238379896, + "I": 0.0021735611371695995, + "C": 0.0006407717592082918, + "R": 0.0001595485518919304, + "M": 0.001178845763206482, + "O": 0.0008899709791876376, + "W": 0.00011549543705768883, + "N": 0.0007634666981175542, + "Y": 0.0021390635520219803, + "U": 4.259087290847674e-05, + "K": 0.0001647480676183477, + "L": 0.0001472653093514964, + "G": 0.0034830914810299873, + "F": 0.03047158196568489, + "E": 0.0025495628360658884, + "T": 0.003628588980063796, + "P": 0.4791622459888458, + "-": 0.4716586172580719 + }, + "id": "tp_27666" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3458258, + "label": "P", + "classification": { + "B": 8.033905032789335e-06, + "S": 6.617004601139342e-06, + "I": 0.003955894149839878, + "C": 0.00020879373187199235, + "R": 3.179050327162258e-05, + "M": 0.0001115808408940211, + "O": 5.3945856052450836e-05, + "W": 1.0240312803944107e-05, + "N": 0.0004631781193893403, + "Y": 0.0009197847102768719, + "U": 1.192580475617433e-05, + "K": 0.0003809027257375419, + "L": 5.101272563479142e-06, + "G": 0.0007125296397134662, + "F": 0.006907787173986435, + "E": 0.005929836072027683, + "T": 0.0005227826768532395, + "P": 0.6292377710342407, + "-": 0.3505214750766754 + }, + "id": "tp_27667" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3458392, + "label": "P", + "classification": { + "B": 1.29357260902907e-06, + "S": 8.93312289917958e-07, + "I": 0.004924206528812647, + "C": 0.0002781494986265898, + "R": 2.2073865693528205e-05, + "M": 0.00011965553130721673, + "O": 2.4246590328402817e-05, + "W": 3.9749879761075135e-06, + "N": 0.0002140992000931874, + "Y": 0.0005258099990896881, + "U": 4.748182163893944e-06, + "K": 9.512534597888589e-05, + "L": 2.2727015220880276e-06, + "G": 0.0003873819950968027, + "F": 0.0020450230222195387, + "E": 0.004211850930005312, + "T": 0.00021006169845350087, + "P": 0.6397691965103149, + "-": 0.3471599221229553 + }, + "id": "tp_27668" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3458525, + "label": "I", + "classification": { + "B": 0.0012101724278181791, + "S": 0.0004095147305633873, + "I": 0.3693493604660034, + "C": 0.03507305309176445, + "R": 0.005315215326845646, + "M": 0.01605386659502983, + "O": 0.002718574134632945, + "W": 0.0005612342501990497, + "N": 0.014152757823467255, + "Y": 0.057076070457696915, + "U": 0.0005520209087990224, + "K": 0.0003296844370197505, + "L": 0.0018175910227000713, + "G": 0.025066429749131203, + "F": 0.004121641628444195, + "E": 0.04521838203072548, + "T": 0.020866243168711662, + "P": 0.2686198949813843, + "-": 0.1314883530139923 + }, + "id": "tp_27669" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3458625, + "label": "P", + "classification": { + "B": 6.858046219804237e-08, + "S": 1.5330575706684613e-06, + "I": 0.0032764936331659555, + "C": 4.019540483568562e-06, + "R": 9.705892125566606e-07, + "M": 8.395157237828244e-06, + "O": 1.935052068802179e-06, + "W": 4.6934178499213886e-07, + "N": 0.0003503191692288965, + "Y": 5.581024015555158e-05, + "U": 1.1029669622075744e-07, + "K": 1.0755566108855419e-05, + "L": 2.1152573026483878e-07, + "G": 2.4444201699225232e-05, + "F": 0.000988708809018135, + "E": 0.00118657061830163, + "T": 6.753393972758204e-05, + "P": 0.9776385426521301, + "-": 0.01638309471309185 + }, + "id": "tp_27670" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3458759, + "label": "P", + "classification": { + "B": 1.295935931011627e-06, + "S": 1.203638021252118e-05, + "I": 0.06778352707624435, + "C": 4.338544749771245e-05, + "R": 1.680479726928752e-05, + "M": 2.777955523924902e-05, + "O": 1.2062050700478721e-05, + "W": 6.100845894252416e-06, + "N": 0.008222635835409164, + "Y": 0.0001645761076360941, + "U": 8.315643071910017e-07, + "K": 0.0001772409159457311, + "L": 4.1336622302878823e-07, + "G": 6.47574124741368e-05, + "F": 0.0002337354380870238, + "E": 0.009891103953123093, + "T": 9.411748760612682e-05, + "P": 0.908521294593811, + "-": 0.00472624646499753 + }, + "id": "tp_27671" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3458892, + "label": "P", + "classification": { + "B": 2.7413832867750898e-05, + "S": 9.500648047833238e-06, + "I": 0.0037529203109443188, + "C": 0.00011092864588135853, + "R": 8.96248639037367e-06, + "M": 0.00022172035824041814, + "O": 5.262303238851018e-05, + "W": 1.0964753528242e-05, + "N": 0.00037931607221253216, + "Y": 0.000733073044102639, + "U": 9.964183846022934e-06, + "K": 6.31829461781308e-05, + "L": 6.460862550738966e-06, + "G": 0.00022712360078003258, + "F": 0.0015670496504753828, + "E": 0.010230095125734806, + "T": 0.0005050527979619801, + "P": 0.6981040835380554, + "-": 0.28397953510284424 + }, + "id": "tp_27672" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3459026, + "label": "P", + "classification": { + "B": 1.0234399496766855e-06, + "S": 9.71597728494089e-07, + "I": 0.016085946932435036, + "C": 0.00010885114897973835, + "R": 2.0888161088805646e-05, + "M": 2.691992267500609e-05, + "O": 1.4255176665756153e-06, + "W": 5.257286375126569e-07, + "N": 0.0003513367846608162, + "Y": 3.523379928083159e-05, + "U": 5.738569370805635e-07, + "K": 4.58687054560869e-06, + "L": 4.598448981596448e-07, + "G": 4.283243106328882e-05, + "F": 0.00015589650138281286, + "E": 0.0024047563783824444, + "T": 2.3036614948068745e-05, + "P": 0.9722346663475037, + "-": 0.008500133641064167 + }, + "id": "tp_27673" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3459126, + "label": "P", + "classification": { + "B": 1.2521930159437034e-07, + "S": 4.830750413020723e-07, + "I": 0.006598673760890961, + "C": 5.489298018801492e-06, + "R": 3.3469495974713936e-06, + "M": 3.925988494302146e-06, + "O": 2.002072733375826e-06, + "W": 4.4952670918974036e-07, + "N": 0.000542348891030997, + "Y": 3.092054248554632e-05, + "U": 1.2683752004249982e-07, + "K": 2.401088750048075e-05, + "L": 5.010188530718551e-08, + "G": 2.109324123011902e-05, + "F": 0.0002492651401553303, + "E": 0.0009822412393987179, + "T": 1.3906578715250362e-05, + "P": 0.9833992719650269, + "-": 0.008122379891574383 + }, + "id": "tp_27674" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3459259, + "label": "-", + "classification": { + "B": 0.00022048661776352674, + "S": 0.0001683107839198783, + "I": 0.06065373495221138, + "C": 0.09002456068992615, + "R": 0.011538650840520859, + "M": 0.004543054848909378, + "O": 0.0015837904065847397, + "W": 0.0004132076574023813, + "N": 0.0027870233170688152, + "Y": 0.010242360644042492, + "U": 0.000673093949444592, + "K": 0.0004187577869743109, + "L": 0.000824711169116199, + "G": 0.011118677444756031, + "F": 0.008098457008600235, + "E": 0.008689984679222107, + "T": 0.012590046040713787, + "P": 0.20193108916282654, + "-": 0.573479950428009 + }, + "id": "tp_27675" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3459393, + "label": "P", + "classification": { + "B": 1.2514005902630743e-05, + "S": 6.600036158488365e-06, + "I": 0.08756725490093231, + "C": 4.841723057324998e-05, + "R": 1.1028637345589232e-05, + "M": 0.00016854402201715857, + "O": 9.991831575462129e-06, + "W": 2.1879693576920545e-06, + "N": 0.0027365954592823982, + "Y": 0.00013693739310838282, + "U": 6.052292746971943e-07, + "K": 9.122419214691035e-06, + "L": 1.7357323258693214e-06, + "G": 0.00010534097236813977, + "F": 0.00020753206626977772, + "E": 0.009109671227633953, + "T": 0.00016675479128025472, + "P": 0.886961042881012, + "-": 0.012738153338432312 + }, + "id": "tp_27676" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3459526, + "label": "-", + "classification": { + "B": 1.5208534932753537e-05, + "S": 2.5563776944181882e-05, + "I": 0.002725379541516304, + "C": 0.00015533904661424458, + "R": 2.7278079869574867e-05, + "M": 0.0004453257715795189, + "O": 0.0001778545556589961, + "W": 2.5013685444719158e-05, + "N": 0.00039671227568760514, + "Y": 0.0024684397503733635, + "U": 1.4369918972079176e-05, + "K": 0.00016992783639580011, + "L": 1.140370932262158e-05, + "G": 0.0006743210833519697, + "F": 0.003477605525404215, + "E": 0.00228246976621449, + "T": 0.0023039677180349827, + "P": 0.3595052659511566, + "-": 0.6250986456871033 + }, + "id": "tp_27677" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3459626, + "label": "P", + "classification": { + "B": 8.60920554259792e-05, + "S": 8.810089639155194e-05, + "I": 0.018208134919404984, + "C": 0.0006020641303621233, + "R": 0.00010148255387321115, + "M": 0.00026689679361879826, + "O": 0.00011668712249957025, + "W": 3.7349727790569887e-05, + "N": 0.0021673222072422504, + "Y": 0.00045558682177215815, + "U": 5.2084680646657944e-05, + "K": 0.00012883498857263476, + "L": 3.3298576454399154e-05, + "G": 0.0006587012321688235, + "F": 0.0023163564037531614, + "E": 0.004914667923003435, + "T": 0.0007806606008671224, + "P": 0.8901054859161377, + "-": 0.0788801833987236 + }, + "id": "tp_27678" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3459760, + "label": "I", + "classification": { + "B": 3.1793553034731303e-07, + "S": 1.497044195275521e-06, + "I": 0.9782865047454834, + "C": 7.15083115210291e-06, + "R": 3.2957832445390522e-06, + "M": 1.1606579391809646e-05, + "O": 3.8855839079587895e-07, + "W": 1.1242103425956884e-07, + "N": 0.003100062720477581, + "Y": 1.6439469618489966e-05, + "U": 1.7388479545132896e-09, + "K": 1.5687250254359242e-07, + "L": 4.386809138168246e-08, + "G": 9.937816685123835e-06, + "F": 7.091695692906796e-07, + "E": 0.0009229970164597034, + "T": 4.449513198778732e-06, + "P": 0.017622461542487144, + "-": 1.18879306683084e-05 + }, + "id": "tp_27679" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3459893, + "label": "P", + "classification": { + "B": 1.2081688947895852e-11, + "S": 8.028105957791354e-11, + "I": 0.00011782111687352881, + "C": 8.232983739198119e-11, + "R": 7.555281053561735e-12, + "M": 1.0085516866098487e-09, + "O": 4.205710779636718e-11, + "W": 5.999126976435898e-12, + "N": 3.718948164532776e-06, + "Y": 1.3539899201830963e-09, + "U": 8.515341209935912e-13, + "K": 1.5012536769276608e-09, + "L": 2.177725773148953e-13, + "G": 1.0200899014378706e-09, + "F": 6.348341941020408e-08, + "E": 2.7995378331979737e-05, + "T": 3.0501869918708735e-09, + "P": 0.9998148083686829, + "-": 3.561646008165553e-05 + }, + "id": "tp_27680" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3460027, + "label": "P", + "classification": { + "B": 2.062056637441856e-06, + "S": 7.776522465974267e-07, + "I": 0.017956487834453583, + "C": 4.816703039978165e-06, + "R": 2.517024881854013e-07, + "M": 1.908658305183053e-05, + "O": 3.647947437457333e-07, + "W": 9.309493975706573e-08, + "N": 0.0009089527302421629, + "Y": 1.534742841613479e-05, + "U": 2.647382046916391e-08, + "K": 1.611340735507838e-06, + "L": 4.593088931414968e-08, + "G": 1.6838823285070248e-05, + "F": 3.835004463326186e-05, + "E": 0.009261309169232845, + "T": 1.0345495866204146e-05, + "P": 0.9706482291221619, + "-": 0.0011150690261274576 + }, + "id": "tp_27681" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3460127, + "label": "P", + "classification": { + "B": 1.2211214084345556e-07, + "S": 9.896419896904263e-07, + "I": 0.001366015407256782, + "C": 7.027430797279521e-07, + "R": 1.424105420255728e-07, + "M": 1.7060776826838264e-06, + "O": 7.461409268216812e-07, + "W": 2.1356919432946597e-07, + "N": 0.0002552306978031993, + "Y": 1.1223725778108928e-05, + "U": 8.317149990944017e-08, + "K": 1.988128133234568e-05, + "L": 2.203741189532593e-08, + "G": 5.149212029209593e-06, + "F": 0.0003729516756720841, + "E": 0.0013837252045050263, + "T": 9.951923857443035e-06, + "P": 0.9841466546058655, + "-": 0.0124245285987854 + }, + "id": "tp_27682" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3460260, + "label": "P", + "classification": { + "B": 7.970570550241973e-07, + "S": 3.104111954144173e-07, + "I": 0.0065321787260472775, + "C": 0.0008142121369019151, + "R": 2.330499773961492e-05, + "M": 0.00011958170944126323, + "O": 1.3885320186091121e-05, + "W": 1.0442662414789083e-06, + "N": 9.285363921662793e-05, + "Y": 0.0013194779166951776, + "U": 1.2807912526113796e-06, + "K": 3.1620056688552722e-06, + "L": 2.4773557925072964e-06, + "G": 0.00025636929785832763, + "F": 0.0009374863002449274, + "E": 0.0017197094857692719, + "T": 0.0003622252552304417, + "P": 0.5734815001487732, + "-": 0.4143182039260864 + }, + "id": "tp_27683" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3460394, + "label": "P", + "classification": { + "B": 1.6026060620788485e-06, + "S": 1.225473397425958e-06, + "I": 0.0057576969265937805, + "C": 1.6481530110468157e-05, + "R": 8.95375819709443e-07, + "M": 1.2965044334123377e-05, + "O": 1.658552491790033e-06, + "W": 8.991416962089716e-07, + "N": 0.0004625967121683061, + "Y": 1.4258094779506791e-05, + "U": 2.6673723141357186e-07, + "K": 1.6837771909195e-05, + "L": 1.6311183514972072e-07, + "G": 2.8291049602557905e-05, + "F": 0.0002790344587992877, + "E": 0.008778217248618603, + "T": 2.3150963897933252e-05, + "P": 0.9760465025901794, + "-": 0.008557329885661602 + }, + "id": "tp_27684" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3460527, + "label": "P", + "classification": { + "B": 1.537898697279161e-08, + "S": 3.824097039029084e-09, + "I": 0.00012690880976151675, + "C": 6.205075351317646e-07, + "R": 8.009267915554119e-09, + "M": 1.2213362197144306e-06, + "O": 1.6005952829800663e-07, + "W": 7.552983127823154e-09, + "N": 4.228224042890361e-06, + "Y": 1.4405495676328428e-06, + "U": 2.0250907617480607e-09, + "K": 1.1663272658779533e-07, + "L": 2.317910974269921e-09, + "G": 2.423297246423317e-06, + "F": 1.3586395652964711e-05, + "E": 0.0002441418473608792, + "T": 4.255765816196799e-06, + "P": 0.9138641953468323, + "-": 0.08573676645755768 + }, + "id": "tp_27685" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3460627, + "label": "P", + "classification": { + "B": 4.006087692687288e-06, + "S": 7.772134722472401e-07, + "I": 0.017390817403793335, + "C": 0.0006825063028372824, + "R": 3.316743459436111e-05, + "M": 0.0002792208397295326, + "O": 1.2710708688246086e-05, + "W": 1.8079234678225475e-06, + "N": 0.00022826305939815938, + "Y": 0.002053564414381981, + "U": 3.3620206068007974e-06, + "K": 8.506881385983434e-06, + "L": 3.26299186781398e-06, + "G": 0.0004465194360818714, + "F": 0.0005046353326179087, + "E": 0.009391441009938717, + "T": 0.0003276653296779841, + "P": 0.7176358699798584, + "-": 0.25099197030067444 + }, + "id": "tp_27686" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3460761, + "label": "P", + "classification": { + "B": 1.0124895197805017e-05, + "S": 5.929546659899643e-06, + "I": 0.09857586026191711, + "C": 0.00857446901500225, + "R": 0.0019409481901675463, + "M": 0.0020248082000762224, + "O": 0.00018190733680967242, + "W": 2.572263292677235e-05, + "N": 0.0012928115902468562, + "Y": 0.012842144817113876, + "U": 1.8644532246980816e-05, + "K": 3.221393853891641e-05, + "L": 4.580567838274874e-05, + "G": 0.0028651945758610964, + "F": 0.0022003098856657743, + "E": 0.005869454704225063, + "T": 0.0029742491897195578, + "P": 0.5487097501754761, + "-": 0.31180956959724426 + }, + "id": "tp_27687" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3460894, + "label": "P", + "classification": { + "B": 1.4255767382564954e-05, + "S": 2.0810060959775e-05, + "I": 0.05421692132949829, + "C": 0.00674800481647253, + "R": 0.0003554604190867394, + "M": 0.0009945877827703953, + "O": 0.00016532714653294533, + "W": 3.0186944059096277e-05, + "N": 0.0013536891201511025, + "Y": 0.00851368997246027, + "U": 2.9399214326986112e-05, + "K": 9.321868856204674e-05, + "L": 5.787230111309327e-05, + "G": 0.002158773597329855, + "F": 0.005011094268411398, + "E": 0.010586795397102833, + "T": 0.0033049697522073984, + "P": 0.5115031599998474, + "-": 0.3948417603969574 + }, + "id": "tp_27688" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3461028, + "label": "P", + "classification": { + "B": 2.318154344038703e-07, + "S": 1.7013113051689288e-07, + "I": 0.01424966286867857, + "C": 2.0511793991317973e-05, + "R": 1.8222204971607425e-06, + "M": 1.4250905223889276e-05, + "O": 1.6322942428814713e-06, + "W": 2.955433728857315e-07, + "N": 0.00019261412671767175, + "Y": 6.580653280252591e-05, + "U": 1.4504411183224875e-07, + "K": 3.031965661648428e-06, + "L": 7.746316299517275e-08, + "G": 1.4346358511829749e-05, + "F": 5.1579529099399224e-05, + "E": 0.0016337622655555606, + "T": 1.6735315512050875e-05, + "P": 0.952258825302124, + "-": 0.031474463641643524 + }, + "id": "tp_27689" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3461128, + "label": "P", + "classification": { + "B": 2.8185064365970902e-05, + "S": 1.0775601367640775e-05, + "I": 0.21799416840076447, + "C": 0.031835369765758514, + "R": 0.0015823965659365058, + "M": 0.00047479409840889275, + "O": 1.8955881387228146e-05, + "W": 6.92803951096721e-06, + "N": 0.0011113861110061407, + "Y": 0.0006691390299238265, + "U": 1.1715559594449587e-05, + "K": 6.704957513647969e-07, + "L": 0.00010393283446319401, + "G": 0.002211889484897256, + "F": 0.0004662523861043155, + "E": 0.016150344163179398, + "T": 0.0004926093388348818, + "P": 0.7103174328804016, + "-": 0.016512971371412277 + }, + "id": "tp_27690" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3461261, + "label": "P", + "classification": { + "B": 1.7244673244931619e-06, + "S": 5.973366512534994e-08, + "I": 0.010951090604066849, + "C": 0.00020402047084644437, + "R": 3.651163751783315e-06, + "M": 3.9387996366713196e-05, + "O": 1.8454031760484213e-06, + "W": 2.0157018809641158e-07, + "N": 6.499131268355995e-05, + "Y": 0.0006390629569068551, + "U": 7.745470611553174e-07, + "K": 2.076461896649562e-06, + "L": 6.090039050832274e-07, + "G": 0.00021709642896894366, + "F": 0.00015460002759937197, + "E": 0.008790533058345318, + "T": 6.68049106025137e-05, + "P": 0.8657129406929016, + "-": 0.1131485179066658 + }, + "id": "tp_27691" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3461395, + "label": "P", + "classification": { + "B": 2.824722287186887e-05, + "S": 1.1730830919987056e-05, + "I": 0.017355723306536674, + "C": 0.0004957589553669095, + "R": 6.42143641016446e-05, + "M": 0.0007229127222672105, + "O": 7.164429553085938e-05, + "W": 1.6504183804499917e-05, + "N": 0.001156606711447239, + "Y": 0.0008419991936534643, + "U": 8.042446097533684e-06, + "K": 6.445026519941166e-05, + "L": 1.4483087397820782e-05, + "G": 0.0005997653934173286, + "F": 0.0029925089329481125, + "E": 0.025464382022619247, + "T": 0.00042367944843135774, + "P": 0.8460500836372375, + "-": 0.10361722856760025 + }, + "id": "tp_27692" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3461528, + "label": "P", + "classification": { + "B": 7.073359853393413e-08, + "S": 2.034013668605894e-08, + "I": 0.027279848232865334, + "C": 0.00011085816367994994, + "R": 1.5614269841535133e-06, + "M": 7.76059187046485e-06, + "O": 3.510928365813015e-07, + "W": 4.31770992292968e-08, + "N": 0.00014102322165854275, + "Y": 1.9950179193983786e-05, + "U": 4.362502536991997e-08, + "K": 4.6343149051608634e-07, + "L": 3.8790172851577154e-08, + "G": 3.165413727401756e-05, + "F": 2.112764741468709e-05, + "E": 0.0028227304574102163, + "T": 6.3485240389127284e-06, + "P": 0.9570453763008118, + "-": 0.012510755099356174 + }, + "id": "tp_27693" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3461628, + "label": "P", + "classification": { + "B": 2.405572274710721e-07, + "S": 6.183017831062898e-08, + "I": 0.002760291565209627, + "C": 4.241398710291833e-05, + "R": 2.314330913577578e-06, + "M": 1.1699663446052e-05, + "O": 1.6593049849689123e-06, + "W": 1.4913193524535018e-07, + "N": 4.351241295807995e-05, + "Y": 0.00017116620438173413, + "U": 3.044624747872149e-07, + "K": 1.6459636071886052e-06, + "L": 2.277371606851375e-07, + "G": 5.3760948503622785e-05, + "F": 0.00031687578302808106, + "E": 0.0009149860707111657, + "T": 3.1988318369258195e-05, + "P": 0.808485746383667, + "-": 0.18716099858283997 + }, + "id": "tp_27694" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3461762, + "label": "P", + "classification": { + "B": 1.7021734777245e-07, + "S": 3.2021930564951617e-06, + "I": 0.19738727807998657, + "C": 2.064655973299523e-06, + "R": 1.3929617637131742e-07, + "M": 9.658951967139728e-07, + "O": 2.84966915842233e-07, + "W": 1.381755225793313e-07, + "N": 0.006111877970397472, + "Y": 4.674656338465866e-06, + "U": 4.221007099403096e-09, + "K": 1.9808337583526736e-06, + "L": 1.0864874333549324e-08, + "G": 7.426480351568898e-06, + "F": 1.0591668797133025e-05, + "E": 0.0016642905538901687, + "T": 3.7244276427372824e-06, + "P": 0.7947034239768982, + "-": 9.774253703653812e-05 + }, + "id": "tp_27695" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3461895, + "label": "P", + "classification": { + "B": 3.5427374314167537e-06, + "S": 1.5994317436707206e-05, + "I": 0.024171460419893265, + "C": 4.3560565245570615e-05, + "R": 1.5229722521326039e-05, + "M": 7.192217890406027e-05, + "O": 1.5201194401015528e-05, + "W": 4.733063178719021e-06, + "N": 0.0034059276804327965, + "Y": 0.0002809992292895913, + "U": 2.1074790765851503e-06, + "K": 9.809908806346357e-05, + "L": 8.402469688917336e-07, + "G": 7.246823224704713e-05, + "F": 0.00029939896194264293, + "E": 0.00590484170243144, + "T": 0.00018246036779601127, + "P": 0.9481713175773621, + "-": 0.017239946871995926 + }, + "id": "tp_27696" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3462029, + "label": "P", + "classification": { + "B": 1.1013622014388602e-08, + "S": 2.5458852803694754e-08, + "I": 0.00026303931372240186, + "C": 2.3508210489353587e-08, + "R": 4.34533165005746e-09, + "M": 4.055427496041375e-07, + "O": 3.1824448853967624e-08, + "W": 1.9006860529913183e-09, + "N": 1.0346671842853539e-05, + "Y": 4.073878869803593e-07, + "U": 8.56131332493959e-10, + "K": 9.662961986123264e-09, + "L": 1.1632408369877112e-09, + "G": 2.0151685475866543e-07, + "F": 1.4673134955955902e-06, + "E": 4.911876021651551e-05, + "T": 2.7697303721652133e-06, + "P": 0.9963027238845825, + "-": 0.0033693332225084305 + }, + "id": "tp_27697" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3462129, + "label": "P", + "classification": { + "B": 2.865091985881918e-08, + "S": 3.3946265798334707e-09, + "I": 5.691879414371215e-05, + "C": 1.3163858625375724e-07, + "R": 2.678005150968943e-09, + "M": 2.163072565508628e-08, + "O": 2.552745748118923e-08, + "W": 4.70566963173269e-09, + "N": 2.172816948586842e-06, + "Y": 1.6607890529485303e-07, + "U": 3.371307233379639e-09, + "K": 1.8406142388016633e-08, + "L": 8.911190119142987e-10, + "G": 1.7205313440626924e-07, + "F": 3.619395329224062e-06, + "E": 5.229412272456102e-05, + "T": 1.5777857242937898e-07, + "P": 0.9949581027030945, + "-": 0.004926242399960756 + }, + "id": "tp_27698" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3462262, + "label": "P", + "classification": { + "B": 1.3910459450983126e-08, + "S": 1.1586501535987281e-08, + "I": 0.0001805010688258335, + "C": 1.252534389095672e-06, + "R": 2.4053280256453036e-08, + "M": 3.8465140050902846e-07, + "O": 6.490967763284061e-08, + "W": 7.236748089667344e-09, + "N": 4.373213414510246e-06, + "Y": 2.2469503164757043e-06, + "U": 8.082944091825084e-09, + "K": 7.234584842308323e-08, + "L": 3.354966526813996e-09, + "G": 1.3870164821128128e-06, + "F": 2.099991252180189e-05, + "E": 0.00023097537632565945, + "T": 2.3886886992841028e-06, + "P": 0.9775740504264832, + "-": 0.02198139578104019 + }, + "id": "tp_27699" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3462396, + "label": "P", + "classification": { + "B": 5.776311127192457e-07, + "S": 4.941763336319127e-07, + "I": 0.006417999044060707, + "C": 8.191884262487292e-05, + "R": 7.06928130966844e-06, + "M": 2.914453398261685e-05, + "O": 7.12892642695806e-06, + "W": 1.1788969231929514e-06, + "N": 0.0001936681946972385, + "Y": 0.000214360115933232, + "U": 9.43230759276048e-07, + "K": 1.091502417693846e-05, + "L": 6.477798137893842e-07, + "G": 6.782403943361714e-05, + "F": 0.0004974876064807177, + "E": 0.0021392705384641886, + "T": 8.598613931098953e-05, + "P": 0.8470983505249023, + "-": 0.14314498007297516 + }, + "id": "tp_27700" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3462529, + "label": "P", + "classification": { + "B": 2.4101452709146542e-06, + "S": 3.301656761323102e-06, + "I": 0.00777171365916729, + "C": 5.9266563766868785e-05, + "R": 1.4613204257329926e-05, + "M": 0.00018972753605339676, + "O": 2.7842152121593244e-05, + "W": 3.262792688474292e-06, + "N": 0.0003975818690378219, + "Y": 0.0015825110021978617, + "U": 2.8558636131492676e-06, + "K": 0.00019123144738841802, + "L": 1.221962520503439e-06, + "G": 0.00022884363716002554, + "F": 0.0012937935534864664, + "E": 0.0020131845958530903, + "T": 0.0010304369498044252, + "P": 0.6035348176956177, + "-": 0.3816513419151306 + }, + "id": "tp_27701" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3462629, + "label": "P", + "classification": { + "B": 1.3912679719396692e-07, + "S": 2.6497364302713322e-08, + "I": 0.1659054309129715, + "C": 0.0038139710668474436, + "R": 2.572304947534576e-05, + "M": 2.834991755662486e-05, + "O": 3.53007550302209e-07, + "W": 4.6791349461727805e-08, + "N": 0.0002835911000147462, + "Y": 1.6913953004404902e-05, + "U": 6.039782363131962e-08, + "K": 1.1763725638047617e-07, + "L": 9.69595674860102e-08, + "G": 7.904374069767073e-05, + "F": 1.1828196875285357e-05, + "E": 0.008612770587205887, + "T": 8.653760232846253e-06, + "P": 0.8147932887077332, + "-": 0.006419626530259848 + }, + "id": "tp_27702" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3462763, + "label": "P", + "classification": { + "B": 5.947067283074148e-10, + "S": 6.620831105585978e-10, + "I": 0.0001058423295035027, + "C": 2.653220398940448e-08, + "R": 1.0062572997071584e-09, + "M": 1.5478487824793774e-08, + "O": 6.66533406246117e-09, + "W": 5.846207407067538e-10, + "N": 1.9600540781539166e-06, + "Y": 5.01128511132265e-07, + "U": 1.4942316273192091e-09, + "K": 5.4215892220099704e-08, + "L": 1.4128972991578337e-10, + "G": 7.660482026494719e-08, + "F": 5.764255547546782e-06, + "E": 1.9513005099724978e-05, + "T": 6.180231366670341e-07, + "P": 0.9728426337242126, + "-": 0.027022993192076683 + }, + "id": "tp_27703" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3462896, + "label": "P", + "classification": { + "B": 6.573550592747779e-08, + "S": 3.2613325373631596e-08, + "I": 0.03253844752907753, + "C": 8.447060827165842e-05, + "R": 3.139861746603856e-06, + "M": 1.1212986464670394e-05, + "O": 8.858634146236e-07, + "W": 1.0126234428753378e-07, + "N": 0.00016562249220442027, + "Y": 0.00028324712184257805, + "U": 6.938154939462038e-08, + "K": 3.0702112781000324e-06, + "L": 4.1141955620105364e-08, + "G": 4.398472810862586e-05, + "F": 6.622300134040415e-05, + "E": 0.001927727833390236, + "T": 3.631625804700889e-05, + "P": 0.8826817274093628, + "-": 0.0821535661816597 + }, + "id": "tp_27704" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3463030, + "label": "P", + "classification": { + "B": 3.6071484688093847e-10, + "S": 1.0930393479213762e-08, + "I": 0.0010858576279133558, + "C": 5.606644482014644e-09, + "R": 4.006725506933151e-10, + "M": 3.898595224427481e-08, + "O": 3.852438368312505e-09, + "W": 1.1111180864276093e-09, + "N": 7.69557009334676e-05, + "Y": 1.1013501222123523e-07, + "U": 3.52660609048705e-11, + "K": 3.108725081801822e-07, + "L": 1.9481824140021864e-11, + "G": 4.2448682791018655e-08, + "F": 2.156444907086552e-06, + "E": 0.0003571428533177823, + "T": 9.180771343153538e-08, + "P": 0.9982866644859314, + "-": 0.0001904624659800902 + }, + "id": "tp_27705" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3463130, + "label": "P", + "classification": { + "B": 4.035349047626369e-05, + "S": 7.030562119325623e-05, + "I": 0.13165076076984406, + "C": 0.0015094688860699534, + "R": 0.0001793526898836717, + "M": 0.0013400748139247298, + "O": 0.00016844546189531684, + "W": 4.077577614225447e-05, + "N": 0.00675705261528492, + "Y": 0.0015854317462071776, + "U": 1.5213665392366238e-05, + "K": 4.263397568138316e-05, + "L": 2.7536436391528696e-05, + "G": 0.0007663493161089718, + "F": 0.0008651719545014203, + "E": 0.01508233230561018, + "T": 0.001467405934818089, + "P": 0.7887670993804932, + "-": 0.04962433502078056 + }, + "id": "tp_27706" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3463263, + "label": "-", + "classification": { + "B": 1.4821447621216066e-05, + "S": 7.328123956540367e-07, + "I": 0.0019776795525103807, + "C": 0.0007477389299310744, + "R": 5.184286055737175e-05, + "M": 0.0001667263568378985, + "O": 2.315104939043522e-05, + "W": 1.7957835325432825e-06, + "N": 5.8939989685313776e-05, + "Y": 0.0029812930151820183, + "U": 4.4632965909841005e-06, + "K": 8.877742948243394e-05, + "L": 3.158528443236719e-06, + "G": 0.0012784572318196297, + "F": 0.0034245264250785112, + "E": 0.0029586961027234793, + "T": 0.0003616977483034134, + "P": 0.2718029022216797, + "-": 0.7140526175498962 + }, + "id": "tp_27707" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3463397, + "label": "I", + "classification": { + "B": 3.3137030186480843e-06, + "S": 1.9431690816418268e-05, + "I": 0.5400137901306152, + "C": 0.00010455359006300569, + "R": 4.4791618165618274e-06, + "M": 7.473626465070993e-05, + "O": 6.316215603874298e-06, + "W": 3.263573489675764e-06, + "N": 0.03041674941778183, + "Y": 0.0005298500182107091, + "U": 1.6751401687997713e-07, + "K": 0.0002127876941813156, + "L": 3.967728900988732e-07, + "G": 0.0002519341360311955, + "F": 9.014784882310778e-05, + "E": 0.117886483669281, + "T": 0.00010911303252214566, + "P": 0.30965521931648254, + "-": 0.0006173046422190964 + }, + "id": "tp_27708" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3463530, + "label": "P", + "classification": { + "B": 2.597508228063816e-06, + "S": 1.7205951508003636e-06, + "I": 0.000897094258107245, + "C": 1.6840725947986357e-05, + "R": 2.1303242192516336e-06, + "M": 7.589804681629175e-06, + "O": 6.894126272527501e-06, + "W": 1.8366416725257295e-06, + "N": 8.649320807307959e-05, + "Y": 2.952132126665674e-05, + "U": 1.1502874031066312e-06, + "K": 5.1987808546982706e-06, + "L": 4.970530085302016e-07, + "G": 3.14008975692559e-05, + "F": 0.0005234039854258299, + "E": 0.0006326846778392792, + "T": 6.492594548035413e-05, + "P": 0.8480831384658813, + "-": 0.1496049463748932 + }, + "id": "tp_27709" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3463630, + "label": "P", + "classification": { + "B": 5.261044933035919e-08, + "S": 7.588457151541661e-08, + "I": 0.00030061218421906233, + "C": 4.752736458613072e-06, + "R": 1.0400719219205712e-07, + "M": 2.4845979851306765e-07, + "O": 2.1104997927068325e-07, + "W": 2.440042123907915e-08, + "N": 1.716776932880748e-05, + "Y": 5.9633307500917e-06, + "U": 2.7224428933436684e-08, + "K": 2.1743007039276563e-07, + "L": 1.7887517245185336e-08, + "G": 5.844365659868345e-06, + "F": 0.00013503483205568045, + "E": 0.00022948041441850364, + "T": 1.7676881043371395e-06, + "P": 0.9765762090682983, + "-": 0.022722257301211357 + }, + "id": "tp_27710" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3463764, + "label": "P", + "classification": { + "B": 5.624297916284604e-09, + "S": 8.834552644998439e-09, + "I": 0.0002593848039396107, + "C": 3.271748028055299e-07, + "R": 2.8991980371984027e-08, + "M": 4.526112888925127e-07, + "O": 7.141844804436914e-08, + "W": 4.104618422928752e-09, + "N": 7.89843761594966e-06, + "Y": 3.90331115340814e-06, + "U": 4.564731703737834e-09, + "K": 2.1579774056590395e-07, + "L": 2.050262182251572e-09, + "G": 1.2622009535334655e-06, + "F": 5.335344030754641e-05, + "E": 9.32250331970863e-05, + "T": 2.7473281534184935e-06, + "P": 0.974193274974823, + "-": 0.025383811444044113 + }, + "id": "tp_27711" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3463897, + "label": "P", + "classification": { + "B": 1.667323704168666e-05, + "S": 1.023483036988182e-06, + "I": 0.0025585151743143797, + "C": 0.00015241916116792709, + "R": 9.886803127301391e-06, + "M": 2.563531779742334e-05, + "O": 8.289893230539747e-06, + "W": 1.7892726873469655e-06, + "N": 8.841440285323188e-05, + "Y": 9.471234807278961e-05, + "U": 4.647783498512581e-06, + "K": 1.686317091298406e-06, + "L": 5.0529074542282615e-06, + "G": 0.00012687916751019657, + "F": 0.00030537182465195656, + "E": 0.0017059672391042113, + "T": 0.00010832727275555953, + "P": 0.8923354148864746, + "-": 0.10244925320148468 + }, + "id": "tp_27712" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3464031, + "label": "P", + "classification": { + "B": 1.9915846749540833e-09, + "S": 3.0457854904852866e-08, + "I": 0.00018684328824747354, + "C": 6.250583339806326e-08, + "R": 6.1563034670086836e-09, + "M": 2.132949390443173e-07, + "O": 8.931680639534534e-08, + "W": 7.256915068865055e-09, + "N": 1.4962259228923358e-05, + "Y": 1.3395572295848979e-06, + "U": 1.3290951672573215e-09, + "K": 1.3462314996104396e-07, + "L": 6.284167630710158e-10, + "G": 2.915712968842854e-07, + "F": 2.8675900466623716e-05, + "E": 5.0964597903657705e-05, + "T": 1.3784319889964536e-06, + "P": 0.986311137676239, + "-": 0.013403842225670815 + }, + "id": "tp_27713" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3464131, + "label": "P", + "classification": { + "B": 7.66407811170211e-06, + "S": 9.830712770053651e-06, + "I": 0.013386234641075134, + "C": 7.738333806628361e-05, + "R": 1.6176465578610078e-05, + "M": 7.573045877506956e-05, + "O": 3.22171654261183e-05, + "W": 1.2230892025399953e-05, + "N": 0.0019855359569191933, + "Y": 0.00024239940103143454, + "U": 9.560257240082137e-06, + "K": 0.0003804352891165763, + "L": 2.0133845737291267e-06, + "G": 0.0002078592369798571, + "F": 0.0011001253733411431, + "E": 0.014014552347362041, + "T": 0.00015100708696991205, + "P": 0.9230078458786011, + "-": 0.04528128728270531 + }, + "id": "tp_27714" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3464264, + "label": "P", + "classification": { + "B": 3.178380154622573e-07, + "S": 5.845932804504628e-08, + "I": 0.0009897699346765876, + "C": 3.1869029726294684e-07, + "R": 2.668959098173218e-08, + "M": 2.0366101125546265e-06, + "O": 1.100423432376374e-07, + "W": 6.751278647243453e-08, + "N": 6.009985736454837e-05, + "Y": 5.623614470096072e-06, + "U": 3.543384607951339e-08, + "K": 9.169418262899853e-06, + "L": 6.433467536481885e-09, + "G": 4.022866050945595e-06, + "F": 3.409182318137027e-05, + "E": 0.007441185414791107, + "T": 2.9976879432069836e-06, + "P": 0.986480712890625, + "-": 0.0049693225882947445 + }, + "id": "tp_27715" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3464398, + "label": "P", + "classification": { + "B": 2.7566748883600667e-10, + "S": 8.051529278366165e-13, + "I": 6.380830086527567e-07, + "C": 3.050582453312245e-09, + "R": 2.959871583940732e-11, + "M": 5.4649116343341575e-09, + "O": 9.362834951787136e-10, + "W": 1.6279805194890917e-12, + "N": 8.94378127114237e-10, + "Y": 4.4344695027120906e-08, + "U": 6.125163310582993e-13, + "K": 1.7774892885694116e-13, + "L": 2.0286579707762264e-11, + "G": 4.484525817360918e-08, + "F": 5.300852876644058e-07, + "E": 3.502303513869265e-07, + "T": 5.180802276072427e-08, + "P": 0.7894129753112793, + "-": 0.2105853110551834 + }, + "id": "tp_27716" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3464531, + "label": "P", + "classification": { + "B": 2.7927706369723637e-08, + "S": 1.901240267443427e-07, + "I": 0.0007338196155615151, + "C": 2.8701467158498417e-07, + "R": 1.406381322510697e-08, + "M": 6.700457788610947e-07, + "O": 1.256044015462976e-07, + "W": 5.9146980646573866e-08, + "N": 7.296496914932504e-05, + "Y": 5.32879266756936e-06, + "U": 1.5766353556045942e-08, + "K": 7.153926162573043e-06, + "L": 3.883600552256894e-09, + "G": 1.066732693288941e-06, + "F": 0.0001955752377398312, + "E": 0.002509448677301407, + "T": 2.377955070187454e-06, + "P": 0.9860126376152039, + "-": 0.01045818068087101 + }, + "id": "tp_27717" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3464631, + "label": "P", + "classification": { + "B": 4.971481075699558e-07, + "S": 1.0013526896557323e-08, + "I": 0.00783165916800499, + "C": 2.6837655241251923e-05, + "R": 6.396201683855907e-07, + "M": 9.946035788743757e-06, + "O": 2.851039653251064e-07, + "W": 1.2821110395577762e-08, + "N": 4.547263233689591e-05, + "Y": 2.863756208171253e-06, + "U": 1.5685907683860023e-08, + "K": 3.190325115198789e-09, + "L": 1.3922048935910425e-07, + "G": 1.6711703210603446e-05, + "F": 3.1323222628998337e-06, + "E": 0.001581180957145989, + "T": 5.587851774180308e-06, + "P": 0.9855088591575623, + "-": 0.004966160282492638 + }, + "id": "tp_27718" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3464765, + "label": "P", + "classification": { + "B": 5.139732820680365e-06, + "S": 7.803319931554142e-06, + "I": 0.1515815258026123, + "C": 0.0017783265793696046, + "R": 0.00015849371266085654, + "M": 0.00033549917861819267, + "O": 5.297757525113411e-05, + "W": 1.1831136362161487e-05, + "N": 0.0021046383772045374, + "Y": 0.00877040158957243, + "U": 2.6003638140537078e-06, + "K": 0.00010750394721981138, + "L": 5.180222160561243e-06, + "G": 0.0009474147227592766, + "F": 0.0020209720823913813, + "E": 0.015255277045071125, + "T": 0.0009748449665494263, + "P": 0.6759832501411438, + "-": 0.13989637792110443 + }, + "id": "tp_27719" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3464898, + "label": "P", + "classification": { + "B": 0.0002727382816374302, + "S": 0.0005426371353678405, + "I": 0.10463865846395493, + "C": 0.0033183919731527567, + "R": 0.0008107746834866703, + "M": 0.0025586900301277637, + "O": 0.001212863251566887, + "W": 0.00047109421575441957, + "N": 0.028913455083966255, + "Y": 0.007868106476962566, + "U": 0.00021691920119337738, + "K": 0.007007702253758907, + "L": 0.00023895374033600092, + "G": 0.009399107657372952, + "F": 0.014726663939654827, + "E": 0.1173621118068695, + "T": 0.005595959257334471, + "P": 0.58432537317276, + "-": 0.11051977425813675 + }, + "id": "tp_27720" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3465032, + "label": "P", + "classification": { + "B": 1.010738833429059e-05, + "S": 3.756227670237422e-05, + "I": 0.05773976072669029, + "C": 0.00022845517378300428, + "R": 6.253294122871011e-05, + "M": 0.00024110538652166724, + "O": 5.4753789299866185e-05, + "W": 1.2047442396578845e-05, + "N": 0.0059380605816841125, + "Y": 0.0006446680054068565, + "U": 8.193686880986206e-06, + "K": 0.00011544435983523726, + "L": 5.504171440406935e-06, + "G": 0.00027403407148085535, + "F": 0.0006383026484400034, + "E": 0.0063660116866230965, + "T": 0.0004989439621567726, + "P": 0.9013903141021729, + "-": 0.02573408931493759 + }, + "id": "tp_27721" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3465132, + "label": "P", + "classification": { + "B": 5.93762997596059e-05, + "S": 3.265002078478574e-06, + "I": 0.18257708847522736, + "C": 0.0003679196524899453, + "R": 1.2068182513758074e-05, + "M": 0.00024341774405911565, + "O": 4.401533715281403e-06, + "W": 1.1615152288868558e-06, + "N": 0.0017600093269720674, + "Y": 0.0003505185304675251, + "U": 3.216773052372446e-07, + "K": 3.1718029731564457e-06, + "L": 2.7336338916938985e-06, + "G": 0.0005352788139134645, + "F": 0.00016074528684839606, + "E": 0.09901148825883865, + "T": 8.39936183183454e-05, + "P": 0.7089653015136719, + "-": 0.0058576385490596294 + }, + "id": "tp_27722" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3465265, + "label": "I", + "classification": { + "B": 0.0003087962104473263, + "S": 0.0002980408607982099, + "I": 0.5165082216262817, + "C": 0.0427137054502964, + "R": 0.00417128624394536, + "M": 0.005446924362331629, + "O": 0.0005969800404272974, + "W": 0.0003286378923803568, + "N": 0.03029903955757618, + "Y": 0.014645015820860863, + "U": 0.00017795033636502922, + "K": 0.0019401585450395942, + "L": 0.00021663257211912423, + "G": 0.010189104825258255, + "F": 0.0036097150295972824, + "E": 0.06249549984931946, + "T": 0.003900485811755061, + "P": 0.2687114477157593, + "-": 0.033442411571741104 + }, + "id": "tp_27723" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3465399, + "label": "P", + "classification": { + "B": 5.884013276613587e-09, + "S": 4.878306647526642e-09, + "I": 7.843836647225544e-05, + "C": 7.425530412774606e-09, + "R": 5.638310929256818e-10, + "M": 1.2643505442611058e-07, + "O": 1.4156400496290189e-08, + "W": 4.5873166376608765e-10, + "N": 3.757730837605777e-06, + "Y": 2.0349912688288896e-07, + "U": 6.215793851849227e-11, + "K": 2.0131578626347846e-09, + "L": 1.7835580234937254e-10, + "G": 1.9505795023633254e-07, + "F": 2.0882835087832063e-06, + "E": 2.4989631128846668e-05, + "T": 1.56910246573716e-07, + "P": 0.9985916018486023, + "-": 0.001298272400163114 + }, + "id": "tp_27724" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3465532, + "label": "P", + "classification": { + "B": 2.636496299057711e-10, + "S": 1.1236930275160262e-09, + "I": 5.9255169617244974e-05, + "C": 2.020421696613539e-08, + "R": 1.1956038381555345e-09, + "M": 3.845247675826613e-08, + "O": 1.7690661380243e-08, + "W": 2.7416231507260136e-09, + "N": 2.8640361051657237e-06, + "Y": 5.45769069049129e-07, + "U": 8.413984509125783e-10, + "K": 6.71587315537181e-07, + "L": 6.761777943120606e-11, + "G": 2.0286726964968693e-07, + "F": 3.632348307291977e-05, + "E": 9.403579315403476e-05, + "T": 4.540768827610009e-07, + "P": 0.9708265066146851, + "-": 0.028978990390896797 + }, + "id": "tp_27725" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3465632, + "label": "P", + "classification": { + "B": 4.338229700806551e-06, + "S": 2.3864483864599606e-06, + "I": 0.18988154828548431, + "C": 0.0005671846447512507, + "R": 5.714834696846083e-05, + "M": 7.77457607910037e-05, + "O": 1.1198694664926734e-05, + "W": 2.137836190740927e-06, + "N": 0.0014372890582308173, + "Y": 0.0018772616749629378, + "U": 1.6903195501072332e-06, + "K": 4.485152203415055e-06, + "L": 2.9533805445680628e-06, + "G": 0.00029836755129508674, + "F": 0.00020762872009072453, + "E": 0.005171211436390877, + "T": 0.0004906280664727092, + "P": 0.7507869601249695, + "-": 0.04911786690354347 + }, + "id": "tp_27726" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3465766, + "label": "P", + "classification": { + "B": 3.925982317021237e-10, + "S": 6.167172883486671e-10, + "I": 4.352168252808042e-05, + "C": 9.736648820535265e-08, + "R": 2.1614123824065246e-09, + "M": 4.143748526530544e-07, + "O": 1.573783414698937e-08, + "W": 4.834505573647618e-10, + "N": 5.28404314081854e-07, + "Y": 2.7958769805991324e-06, + "U": 3.647369628545505e-10, + "K": 1.3517836627841007e-08, + "L": 5.282150272734043e-10, + "G": 2.683574678030709e-07, + "F": 4.673409057431854e-05, + "E": 5.986069663777016e-05, + "T": 2.221499698862317e-06, + "P": 0.8452184200286865, + "-": 0.15462501347064972 + }, + "id": "tp_27727" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3465899, + "label": "P", + "classification": { + "B": 4.772483862325316e-06, + "S": 1.5220859950204613e-06, + "I": 0.0032333489507436752, + "C": 1.010886080621276e-05, + "R": 6.002834425089532e-07, + "M": 1.541821620776318e-05, + "O": 3.7329843962652376e-06, + "W": 2.548983957240125e-07, + "N": 0.0003215564356651157, + "Y": 8.107888425001875e-05, + "U": 3.245994264489127e-07, + "K": 3.836096766463015e-06, + "L": 4.3880368139070924e-07, + "G": 7.484803791157901e-05, + "F": 0.00010055387247120962, + "E": 0.0027513857930898666, + "T": 6.168539403006434e-05, + "P": 0.9708427786827087, + "-": 0.022491704672574997 + }, + "id": "tp_27728" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3466033, + "label": "P", + "classification": { + "B": 3.1653609511295144e-08, + "S": 6.880366054673459e-09, + "I": 0.00023643810709472746, + "C": 3.8643811421934515e-06, + "R": 7.84801272857294e-08, + "M": 1.2982491170987487e-06, + "O": 1.8994447259501612e-07, + "W": 2.974398327637573e-08, + "N": 5.257718385109911e-06, + "Y": 5.617713031824678e-05, + "U": 5.574285211196184e-08, + "K": 6.901445431140019e-06, + "L": 7.79136222206489e-09, + "G": 4.12289682572009e-06, + "F": 0.00026394592714495957, + "E": 0.0007316911942325532, + "T": 1.0307434422429651e-05, + "P": 0.657042920589447, + "-": 0.3416367769241333 + }, + "id": "tp_27729" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3466133, + "label": "P", + "classification": { + "B": 1.0743320899564424e-07, + "S": 9.569561809641414e-10, + "I": 0.02059982344508171, + "C": 1.3534827303374186e-05, + "R": 7.473429519677666e-08, + "M": 6.9555740083160345e-06, + "O": 1.5114828499918076e-08, + "W": 8.578524002267329e-10, + "N": 3.2175103115150705e-05, + "Y": 1.0545438271947205e-05, + "U": 7.433899607001138e-10, + "K": 4.4252912445585935e-09, + "L": 2.837588164439353e-09, + "G": 6.1984687818039674e-06, + "F": 7.765999612274754e-07, + "E": 0.009010517969727516, + "T": 8.519062930645305e-07, + "P": 0.968824565410614, + "-": 0.001493890886195004 + }, + "id": "tp_27730" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3466266, + "label": "P", + "classification": { + "B": 1.967452156748095e-08, + "S": 5.588055174143847e-08, + "I": 0.00972254853695631, + "C": 1.2293487543502124e-06, + "R": 2.614148968405061e-07, + "M": 8.21891262603458e-07, + "O": 9.867252259709858e-08, + "W": 1.5950336162973144e-08, + "N": 0.00021951198868919164, + "Y": 1.3133484344507451e-06, + "U": 5.492306165422178e-09, + "K": 3.32177023665281e-07, + "L": 3.916036384055133e-09, + "G": 2.238967454104568e-06, + "F": 1.1573079063964542e-05, + "E": 0.00029289134545251727, + "T": 1.5621451439074008e-06, + "P": 0.9881488680839539, + "-": 0.0015966288046911359 + }, + "id": "tp_27731" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3466400, + "label": "P", + "classification": { + "B": 2.370219298608589e-10, + "S": 1.7250580963690254e-09, + "I": 5.3202773415250704e-05, + "C": 2.8338082991297142e-09, + "R": 2.7541741109970985e-10, + "M": 1.7342038916012825e-08, + "O": 6.558834808600977e-09, + "W": 2.702325863079835e-10, + "N": 3.759444098250242e-06, + "Y": 2.2211487760159798e-07, + "U": 1.3689914479808607e-10, + "K": 2.8108290806017067e-08, + "L": 5.0134948276214786e-11, + "G": 5.504648825649383e-08, + "F": 4.934843673254363e-06, + "E": 2.1334399207262322e-05, + "T": 2.871993274311535e-07, + "P": 0.9947230815887451, + "-": 0.0051930625922977924 + }, + "id": "tp_27732" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3466533, + "label": "P", + "classification": { + "B": 7.701247994873484e-08, + "S": 1.0772422953664318e-08, + "I": 0.004936832003295422, + "C": 0.0001164739005616866, + "R": 2.471357674949104e-06, + "M": 1.2011246326437686e-05, + "O": 1.0286503311363049e-06, + "W": 3.392178626882014e-08, + "N": 9.874755960481707e-06, + "Y": 0.00015229152631945908, + "U": 8.491481651162758e-08, + "K": 1.9898806158380467e-08, + "L": 3.1022062785268645e-07, + "G": 5.9607398725347593e-05, + "F": 3.3050069760065526e-05, + "E": 0.0003465831687208265, + "T": 4.59015864180401e-05, + "P": 0.7519891858100891, + "-": 0.2422940731048584 + }, + "id": "tp_27733" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3466633, + "label": "P", + "classification": { + "B": 2.3753650566504803e-06, + "S": 1.855162850006309e-07, + "I": 0.07461090385913849, + "C": 0.0007147538708522916, + "R": 1.8373446437180974e-05, + "M": 7.45636280043982e-05, + "O": 2.315105575689813e-06, + "W": 6.442785434046527e-07, + "N": 0.00070496293483302, + "Y": 0.0004474720626603812, + "U": 6.129822622824577e-07, + "K": 2.262279849674087e-05, + "L": 3.7539098229899537e-07, + "G": 0.00019402425095904619, + "F": 0.0001838048337958753, + "E": 0.04825697839260101, + "T": 4.075398464919999e-05, + "P": 0.8395664691925049, + "-": 0.03515779227018356 + }, + "id": "tp_27734" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3466767, + "label": "-", + "classification": { + "B": 1.936026365001453e-06, + "S": 3.1372931630357925e-07, + "I": 0.0021555607672780752, + "C": 0.0006435975665226579, + "R": 3.2258336432278156e-05, + "M": 9.685049735708162e-05, + "O": 1.462711861677235e-05, + "W": 1.56524833982985e-06, + "N": 3.859179560095072e-05, + "Y": 0.0020392253063619137, + "U": 5.947375939285848e-06, + "K": 2.4342743927263655e-05, + "L": 2.3645231976843206e-06, + "G": 0.0003654576721601188, + "F": 0.0007335080881603062, + "E": 0.0016776538686826825, + "T": 0.0003934816340915859, + "P": 0.20812489092350006, + "-": 0.783647894859314 + }, + "id": "tp_27735" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3466900, + "label": "P", + "classification": { + "B": 0.000680862576700747, + "S": 0.0011794097954407334, + "I": 0.1851055920124054, + "C": 0.0062966072000563145, + "R": 0.0019273562356829643, + "M": 0.005640277173370123, + "O": 0.0017219270812347531, + "W": 0.001012336229905486, + "N": 0.029502172023057938, + "Y": 0.013468395918607712, + "U": 0.00033452146453782916, + "K": 0.005075385328382254, + "L": 0.0003024740144610405, + "G": 0.0036494380328804255, + "F": 0.011980591341853142, + "E": 0.04702286422252655, + "T": 0.0058351787738502026, + "P": 0.542768657207489, + "-": 0.13649587333202362 + }, + "id": "tp_27736" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3467000, + "label": "P", + "classification": { + "B": 3.6388973967405036e-06, + "S": 5.114682153362082e-07, + "I": 0.01402920763939619, + "C": 1.5942841855576262e-05, + "R": 6.063533533051668e-07, + "M": 1.6371643141610548e-05, + "O": 9.449681783735286e-07, + "W": 2.214130461197783e-07, + "N": 0.00027931437944062054, + "Y": 3.361319613759406e-05, + "U": 1.2002367100194533e-07, + "K": 7.854776526983187e-07, + "L": 1.6611181763437344e-07, + "G": 3.0643011996289715e-05, + "F": 3.257001662859693e-05, + "E": 0.003911713603883982, + "T": 1.2778014024661388e-05, + "P": 0.9767573475837708, + "-": 0.00487352954223752 + }, + "id": "tp_27737" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3467134, + "label": "P", + "classification": { + "B": 3.6138901577942306e-06, + "S": 4.4818448259320576e-06, + "I": 0.026071663945913315, + "C": 0.0001364975905744359, + "R": 8.135379175655544e-06, + "M": 0.00016249777399934828, + "O": 1.2390936717565637e-05, + "W": 4.538573193713091e-06, + "N": 0.00237589911557734, + "Y": 0.0019955476745963097, + "U": 1.4147486808724352e-06, + "K": 0.0011019151424989104, + "L": 6.612694960494991e-07, + "G": 0.00039514026138931513, + "F": 0.001770592643879354, + "E": 0.057382553815841675, + "T": 0.00021879086853004992, + "P": 0.8550750613212585, + "-": 0.05327853560447693 + }, + "id": "tp_27738" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3467267, + "label": "P", + "classification": { + "B": 4.6647226525919905e-08, + "S": 8.625587497590459e-07, + "I": 0.005833741743117571, + "C": 7.973014248818799e-07, + "R": 1.6399386026932916e-07, + "M": 1.5767444665470975e-06, + "O": 4.2675858935581346e-07, + "W": 1.590144051988318e-07, + "N": 0.0005462385015562177, + "Y": 5.477617378346622e-06, + "U": 2.0240488396439105e-08, + "K": 2.0058085283380933e-05, + "L": 7.462353401876953e-09, + "G": 3.175526899212855e-06, + "F": 0.00014518048556055874, + "E": 0.0007939239148981869, + "T": 6.27368990535615e-06, + "P": 0.9898165464401245, + "-": 0.0028253195341676474 + }, + "id": "tp_27739" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3467401, + "label": "P", + "classification": { + "B": 5.309066608560897e-08, + "S": 2.6780831774431135e-08, + "I": 0.0006048156064935029, + "C": 1.495331844125758e-06, + "R": 5.969587846266222e-08, + "M": 7.834803454898065e-07, + "O": 8.215240399067625e-08, + "W": 2.723906789015018e-08, + "N": 2.6348028768552467e-05, + "Y": 7.941864168969914e-06, + "U": 4.617121263095214e-08, + "K": 2.1038506474724272e-06, + "L": 3.257483616181389e-09, + "G": 1.2231389519001823e-06, + "F": 3.6228197132004425e-05, + "E": 0.0009662322700023651, + "T": 3.6762803574674763e-06, + "P": 0.9749512076377869, + "-": 0.02339763380587101 + }, + "id": "tp_27740" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3467501, + "label": "P", + "classification": { + "B": 0.0002491684281267226, + "S": 6.967535591684282e-05, + "I": 0.06365904957056046, + "C": 0.0036473728250712156, + "R": 0.0003241166123189032, + "M": 0.0017065606079995632, + "O": 0.00025188829749822617, + "W": 6.166727689560503e-05, + "N": 0.0073143066838383675, + "Y": 0.002613264601677656, + "U": 7.796514546498656e-05, + "K": 0.00013949211279395968, + "L": 8.304556831717491e-05, + "G": 0.0021755199413746595, + "F": 0.0012870688224211335, + "E": 0.03706743195652962, + "T": 0.0013781223678961396, + "P": 0.8168995976448059, + "-": 0.060994718223810196 + }, + "id": "tp_27741" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3467634, + "label": "P", + "classification": { + "B": 6.2967120406653976e-09, + "S": 4.457713131955643e-08, + "I": 0.00018653910956345499, + "C": 9.502857096777007e-07, + "R": 9.011013446524885e-08, + "M": 6.482870276158792e-07, + "O": 3.4241097068843374e-07, + "W": 6.921817430338706e-08, + "N": 2.1933747120783664e-05, + "Y": 1.4809940694249235e-05, + "U": 3.7065934321844907e-08, + "K": 3.420089342398569e-05, + "L": 3.936010184446559e-09, + "G": 3.350938186486019e-06, + "F": 0.0005972553626634181, + "E": 0.0004947071429342031, + "T": 1.1944975994993001e-05, + "P": 0.8907881379127502, + "-": 0.10784494876861572 + }, + "id": "tp_27742" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3467768, + "label": "P", + "classification": { + "B": 1.973550524780876e-06, + "S": 5.69001883832243e-07, + "I": 0.001806419575586915, + "C": 4.287842784833629e-06, + "R": 1.5863724911469035e-07, + "M": 6.301199846348027e-06, + "O": 5.678342063220043e-07, + "W": 1.3484685723597067e-07, + "N": 6.143384234746918e-05, + "Y": 9.50969297264237e-06, + "U": 5.848819739640021e-08, + "K": 5.073400757282798e-07, + "L": 7.890318443060096e-08, + "G": 8.822583367873449e-06, + "F": 4.864518268732354e-05, + "E": 0.002104254672303796, + "T": 9.929415682563558e-06, + "P": 0.9789343476295471, + "-": 0.017001928761601448 + }, + "id": "tp_27743" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3467901, + "label": "P", + "classification": { + "B": 2.1312281717200676e-08, + "S": 5.3174451508652965e-09, + "I": 0.00114964519161731, + "C": 1.0439807738293894e-06, + "R": 5.717927109571974e-08, + "M": 1.7893505628308048e-06, + "O": 6.453630874148075e-08, + "W": 9.332746131462955e-09, + "N": 2.0091625628992915e-05, + "Y": 9.975809916795697e-06, + "U": 7.432529702811053e-09, + "K": 3.1276618983611115e-07, + "L": 3.1803801814334065e-09, + "G": 2.7160244826518465e-06, + "F": 2.0480611055972986e-05, + "E": 0.0007813058327883482, + "T": 3.0746841730433516e-06, + "P": 0.9827179312705994, + "-": 0.015291552059352398 + }, + "id": "tp_27744" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3468001, + "label": "P", + "classification": { + "B": 6.149924319798217e-12, + "S": 1.2476301458966277e-12, + "I": 0.0002433355402899906, + "C": 1.16748868350669e-08, + "R": 9.700064362849758e-11, + "M": 3.464504461092588e-09, + "O": 3.6161556388192295e-11, + "W": 9.993603167224308e-13, + "N": 2.2697712154240435e-07, + "Y": 3.904025902556896e-08, + "U": 1.1780667587280025e-12, + "K": 1.675693958591573e-11, + "L": 1.2385964649752612e-12, + "G": 8.139214635605185e-09, + "F": 3.165794737469696e-08, + "E": 1.1494033969938755e-05, + "T": 8.108394844441591e-09, + "P": 0.9988119602203369, + "-": 0.0009328551823273301 + }, + "id": "tp_27745" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3468135, + "label": "-", + "classification": { + "B": 0.00017808025586418808, + "S": 4.204094875603914e-05, + "I": 0.025940053164958954, + "C": 0.00375403487123549, + "R": 0.0005920201656408608, + "M": 0.0026695968117564917, + "O": 0.0005087738973088562, + "W": 9.381074050907046e-05, + "N": 0.0020509769674390554, + "Y": 0.01152087189257145, + "U": 0.00016686151502653956, + "K": 0.0008548093028366566, + "L": 0.00014566486061085016, + "G": 0.004605615045875311, + "F": 0.012085852213203907, + "E": 0.023434018716216087, + "T": 0.003948205150663853, + "P": 0.3950449526309967, + "-": 0.5123637318611145 + }, + "id": "tp_27746" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3468268, + "label": "P", + "classification": { + "B": 1.966425742239153e-07, + "S": 1.8191565231973073e-07, + "I": 0.00683829840272665, + "C": 0.00024513970129191875, + "R": 6.2354856709134765e-06, + "M": 2.346598557778634e-05, + "O": 3.5990374271932524e-06, + "W": 4.2602951566550473e-07, + "N": 0.00014541757991537452, + "Y": 0.0001846769155235961, + "U": 3.2483364975632867e-07, + "K": 5.1838892431987915e-06, + "L": 2.070670177545253e-07, + "G": 9.631674765842035e-05, + "F": 0.00028953864239156246, + "E": 0.001587888109497726, + "T": 0.00010333397221984342, + "P": 0.8330514430999756, + "-": 0.1574181616306305 + }, + "id": "tp_27747" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3468402, + "label": "P", + "classification": { + "B": 7.998750515980646e-05, + "S": 4.575737693812698e-05, + "I": 0.02614423632621765, + "C": 0.007710060570389032, + "R": 0.0012956444406881928, + "M": 0.0016724069137126207, + "O": 0.0005269955145195127, + "W": 0.00010926221148110926, + "N": 0.0020323777571320534, + "Y": 0.0073433080688118935, + "U": 0.00017616419063415378, + "K": 0.0004935424658469856, + "L": 0.0002064913569483906, + "G": 0.003916270565241575, + "F": 0.013911562040448189, + "E": 0.011728551238775253, + "T": 0.005334591493010521, + "P": 0.4992694854736328, + "-": 0.4180033206939697 + }, + "id": "tp_27748" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3468502, + "label": "P", + "classification": { + "B": 4.592900282318624e-09, + "S": 3.94347088317204e-09, + "I": 0.00029693773831240833, + "C": 1.5224023286464217e-07, + "R": 4.5857926345149735e-09, + "M": 1.1413842315732836e-07, + "O": 2.2681597044993396e-08, + "W": 4.0528496114689005e-09, + "N": 3.804782636507298e-06, + "Y": 5.039773441239959e-06, + "U": 2.279582300701577e-09, + "K": 1.928456043742699e-07, + "L": 7.664300860632522e-10, + "G": 7.45264628676523e-07, + "F": 2.7205654987483285e-05, + "E": 0.00033813630579970777, + "T": 1.3033507002546685e-06, + "P": 0.9498334527015686, + "-": 0.049492862075567245 + }, + "id": "tp_27749" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3468635, + "label": "P", + "classification": { + "B": 1.0985716780709254e-09, + "S": 6.954993247987318e-10, + "I": 6.734608177794144e-05, + "C": 1.2979549879332808e-08, + "R": 3.232762113558607e-10, + "M": 1.25255263938584e-08, + "O": 1.0210150502842907e-09, + "W": 2.049166114570511e-10, + "N": 1.2044176855852129e-06, + "Y": 8.706336984687368e-08, + "U": 2.3426013906480136e-10, + "K": 1.838450280899906e-08, + "L": 3.673258919256739e-11, + "G": 3.0756673652376776e-08, + "F": 2.2449185053119436e-06, + "E": 6.526397919515148e-05, + "T": 5.44826548320998e-08, + "P": 0.9970996379852295, + "-": 0.002764104399830103 + }, + "id": "tp_27750" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3468769, + "label": "I", + "classification": { + "B": 0.0003217358607798815, + "S": 0.0003704708069562912, + "I": 0.33190473914146423, + "C": 0.0789618045091629, + "R": 0.009945022873580456, + "M": 0.014518081210553646, + "O": 0.0021748230792582035, + "W": 0.0006066123605705798, + "N": 0.01450615469366312, + "Y": 0.03571929782629013, + "U": 0.0006148848915472627, + "K": 0.0016000400064513087, + "L": 0.0009210404823534191, + "G": 0.01660819537937641, + "F": 0.005174125544726849, + "E": 0.0636434331536293, + "T": 0.014189846813678741, + "P": 0.21522857248783112, + "-": 0.19299112260341644 + }, + "id": "tp_27751" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3468902, + "label": "P", + "classification": { + "B": 6.813595246057957e-05, + "S": 3.682995884446427e-05, + "I": 0.11897988617420197, + "C": 0.003374332096427679, + "R": 0.0003830164496321231, + "M": 0.0027851532213389874, + "O": 0.00024675714666955173, + "W": 4.378201992949471e-05, + "N": 0.006135198753327131, + "Y": 0.015388303436338902, + "U": 3.2189287594519556e-05, + "K": 0.00023879816581029445, + "L": 5.9115791373187676e-05, + "G": 0.004028789699077606, + "F": 0.0019484246149659157, + "E": 0.07474491000175476, + "T": 0.005355261266231537, + "P": 0.6619279384613037, + "-": 0.1042231097817421 + }, + "id": "tp_27752" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3469002, + "label": "P", + "classification": { + "B": 0.0020924112759530544, + "S": 0.001323723467066884, + "I": 0.10880815237760544, + "C": 0.14413097500801086, + "R": 0.020478272810578346, + "M": 0.013076205737888813, + "O": 0.004456790164113045, + "W": 0.002808150602504611, + "N": 0.015021195635199547, + "Y": 0.02468683384358883, + "U": 0.004378021694719791, + "K": 0.007243225816637278, + "L": 0.0048912023194134235, + "G": 0.045332491397857666, + "F": 0.040708210319280624, + "E": 0.0852765142917633, + "T": 0.016933199018239975, + "P": 0.24432073533535004, + "-": 0.2140335887670517 + }, + "id": "tp_27753" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3469136, + "label": "P", + "classification": { + "B": 9.114400745602325e-05, + "S": 3.287003710283898e-05, + "I": 0.014258226379752159, + "C": 0.0006964365602470934, + "R": 8.344961679540575e-05, + "M": 0.0006108740926720202, + "O": 7.681685383431613e-05, + "W": 2.9533628548961133e-05, + "N": 0.0015959321754053235, + "Y": 0.0010065215174108744, + "U": 2.9229915526229888e-05, + "K": 0.00016486429376527667, + "L": 3.0766339477850124e-05, + "G": 0.000904336862731725, + "F": 0.005061525851488113, + "E": 0.033910468220710754, + "T": 0.00042576147825457156, + "P": 0.8514406681060791, + "-": 0.08955070376396179 + }, + "id": "tp_27754" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3469269, + "label": "-", + "classification": { + "B": 0.0004157934745308012, + "S": 0.0004750469233840704, + "I": 0.00014246380305849016, + "C": 0.0006507757934741676, + "R": 0.00021953579562250525, + "M": 0.02222737856209278, + "O": 0.0034127607941627502, + "W": 9.175725426757708e-05, + "N": 1.556744064146187e-05, + "Y": 0.018762212246656418, + "U": 2.3165189304563683e-06, + "K": 4.9047066568164155e-06, + "L": 0.003243661019951105, + "G": 0.02362234890460968, + "F": 0.06183522939682007, + "E": 0.0010150157613679767, + "T": 0.011913898400962353, + "P": 0.00846576876938343, + "-": 0.843483567237854 + }, + "id": "tp_27755" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3469403, + "label": "-", + "classification": { + "B": 8.147684127379762e-08, + "S": 3.533917549702892e-07, + "I": 1.9778208297793753e-06, + "C": 1.065795458998764e-05, + "R": 5.045718353358097e-06, + "M": 0.0022003103513270617, + "O": 6.107594526838511e-05, + "W": 1.3915501995143131e-07, + "N": 1.7521166739697946e-08, + "Y": 0.015674900263547897, + "U": 3.1595495109115745e-09, + "K": 4.348836846190807e-09, + "L": 4.37271264672745e-05, + "G": 0.0012486584018915892, + "F": 0.0021078235004097223, + "E": 3.0240767046052497e-06, + "T": 0.004300219938158989, + "P": 0.00029075550264678895, + "-": 0.9740512371063232 + }, + "id": "tp_27756" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3469503, + "label": "-", + "classification": { + "B": 3.4542558751127217e-06, + "S": 1.6661346307955682e-05, + "I": 0.0001582652039360255, + "C": 0.0003845905011985451, + "R": 0.00012881997099611908, + "M": 0.0009574091527611017, + "O": 0.00031754098017700016, + "W": 8.263396921392996e-06, + "N": 1.2310686543060001e-05, + "Y": 0.008965090848505497, + "U": 2.148569365090225e-06, + "K": 1.1440904017945286e-05, + "L": 0.00013650223263539374, + "G": 0.0038240307476371527, + "F": 0.02916560135781765, + "E": 0.00015537765284534544, + "T": 0.0043916525319218636, + "P": 0.01740441843867302, + "-": 0.9339563250541687 + }, + "id": "tp_27757" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3469636, + "label": "-", + "classification": { + "B": 6.430253551847898e-10, + "S": 8.36686027128053e-08, + "I": 4.7236486722113114e-08, + "C": 4.5362274249782786e-05, + "R": 4.689844445238123e-06, + "M": 0.00017213597311638296, + "O": 1.907845216919668e-05, + "W": 5.3216183459880995e-08, + "N": 4.268834175036318e-09, + "Y": 0.014502348378300667, + "U": 3.559091077409704e-10, + "K": 2.6420837002660846e-06, + "L": 3.5443367778498214e-06, + "G": 0.004707277752459049, + "F": 0.04016264155507088, + "E": 2.0525651507341536e-06, + "T": 0.0011958915274590254, + "P": 3.2638588891131803e-05, + "-": 0.9391496777534485 + }, + "id": "tp_27758" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3469770, + "label": "-", + "classification": { + "B": 1.4084874933040226e-10, + "S": 3.00169169520359e-08, + "I": 2.3289980788376852e-07, + "C": 0.0001308882056036964, + "R": 8.647045433463063e-06, + "M": 7.029217522358522e-05, + "O": 1.2887808225059416e-05, + "W": 2.4469766657375658e-08, + "N": 4.123559271818067e-09, + "Y": 0.009260833263397217, + "U": 2.144666111369986e-10, + "K": 3.1650227327872926e-08, + "L": 2.2303022433334263e-06, + "G": 0.0010117542697116733, + "F": 0.008479162119328976, + "E": 4.5300751594368194e-07, + "T": 0.0008588157361373305, + "P": 7.773276593070477e-05, + "-": 0.9800859689712524 + }, + "id": "tp_27759" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3469903, + "label": "-", + "classification": { + "B": 3.8245471500886197e-07, + "S": 1.4642480891779996e-05, + "I": 5.7497445595799945e-06, + "C": 0.00036706082755699754, + "R": 0.00028128744452260435, + "M": 0.0033779756631702185, + "O": 0.001283945981413126, + "W": 9.388811122335028e-06, + "N": 3.5178152302250965e-07, + "Y": 0.026714930310845375, + "U": 9.876080753201677e-08, + "K": 4.006293238489889e-06, + "L": 0.0005881584947928786, + "G": 0.00869850255548954, + "F": 0.02328837290406227, + "E": 6.864337592560332e-06, + "T": 0.004777070600539446, + "P": 0.00026310322573408484, + "-": 0.9303180575370789 + }, + "id": "tp_27760" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3470003, + "label": "-", + "classification": { + "B": 7.358110121202799e-09, + "S": 5.1871218431642774e-08, + "I": 4.5635615606443025e-06, + "C": 4.688330932367535e-07, + "R": 7.306218776648166e-07, + "M": 3.182868749718182e-05, + "O": 8.022265319596045e-06, + "W": 7.514467625924226e-08, + "N": 5.7787772789197334e-08, + "Y": 0.00108509068377316, + "U": 4.657798591267692e-09, + "K": 1.3023246481225215e-07, + "L": 2.3426579787155788e-07, + "G": 3.056244531762786e-05, + "F": 0.0005088283796794713, + "E": 1.0877289469135576e-06, + "T": 0.0004723870079033077, + "P": 0.001161616062745452, + "-": 0.9966943264007568 + }, + "id": "tp_27761" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3470137, + "label": "-", + "classification": { + "B": 1.6159243942936996e-09, + "S": 4.8052495316142085e-09, + "I": 3.615425114844584e-08, + "C": 5.475508260133211e-07, + "R": 1.1287761481071357e-07, + "M": 0.0002363718522246927, + "O": 3.0189719382178737e-06, + "W": 6.458327761471594e-10, + "N": 7.267829393864389e-11, + "Y": 0.0008966749301180243, + "U": 1.598995588714125e-11, + "K": 7.094119562622847e-12, + "L": 4.075719061802374e-06, + "G": 0.00027468480402603745, + "F": 0.00046232534805312753, + "E": 6.343174163703225e-08, + "T": 0.00029278494184836745, + "P": 3.186622416251339e-05, + "-": 0.9977974891662598 + }, + "id": "tp_27762" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3470270, + "label": "-", + "classification": { + "B": 1.3566233691975071e-09, + "S": 1.3752486438534106e-07, + "I": 1.044684154294373e-06, + "C": 1.6959911590674892e-05, + "R": 5.262952981865965e-06, + "M": 0.00017152247892227024, + "O": 2.62359062617179e-05, + "W": 7.682677249931658e-08, + "N": 1.1997538962305043e-08, + "Y": 0.019416499882936478, + "U": 8.796722794635059e-10, + "K": 1.9759416147735465e-07, + "L": 2.8728854886139743e-06, + "G": 0.0005426629213616252, + "F": 0.004255546722561121, + "E": 3.3497369145152334e-07, + "T": 0.001846345723606646, + "P": 7.562727842014283e-05, + "-": 0.9736385941505432 + }, + "id": "tp_27763" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3470404, + "label": "-", + "classification": { + "B": 5.840659511591184e-08, + "S": 3.8186118445082684e-07, + "I": 1.5131043937799404e-06, + "C": 3.114924766123295e-05, + "R": 5.365607648855075e-06, + "M": 0.00040583586087450385, + "O": 1.689636701485142e-05, + "W": 1.0906191505455354e-07, + "N": 1.7078042091611678e-08, + "Y": 0.0034402089659124613, + "U": 3.012321281303798e-09, + "K": 3.479214001345099e-07, + "L": 7.267785349540645e-06, + "G": 0.0011480317916721106, + "F": 0.0034750178456306458, + "E": 5.434595550468657e-06, + "T": 0.0011893472401425242, + "P": 0.0002470707695465535, + "-": 0.9900259971618652 + }, + "id": "tp_27764" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3470504, + "label": "-", + "classification": { + "B": 8.132255424619927e-10, + "S": 5.993667429038396e-08, + "I": 9.475811107995114e-11, + "C": 1.8995148565181807e-08, + "R": 1.2561756967954807e-08, + "M": 4.6785989979980513e-05, + "O": 1.7505753930890933e-05, + "W": 1.9029189335384444e-09, + "N": 2.4000837125018326e-13, + "Y": 6.61923477309756e-05, + "U": 4.926488887381465e-15, + "K": 1.1722937345252232e-13, + "L": 4.022750090371119e-06, + "G": 3.796375312958844e-05, + "F": 0.0003840237623080611, + "E": 6.230128635209553e-10, + "T": 1.5815719962120056e-05, + "P": 5.546613124352007e-07, + "-": 0.999427080154419 + }, + "id": "tp_27765" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3470637, + "label": "-", + "classification": { + "B": 1.0560136587400848e-07, + "S": 2.985480023198761e-06, + "I": 1.0856171002160409e-06, + "C": 3.526194268488325e-05, + "R": 5.528139809030108e-06, + "M": 0.0014002877287566662, + "O": 5.778611375717446e-05, + "W": 3.567222108813439e-07, + "N": 5.351453680191298e-08, + "Y": 0.0063551790080964565, + "U": 3.2773590508128336e-09, + "K": 3.5038388546126953e-07, + "L": 2.9782644560327753e-05, + "G": 0.0018385505536571145, + "F": 0.03625278174877167, + "E": 2.4007236788747832e-05, + "T": 0.002288582269102335, + "P": 0.00046222389210015535, + "-": 0.9512449502944946 + }, + "id": "tp_27766" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3470771, + "label": "-", + "classification": { + "B": 1.981203922696295e-06, + "S": 2.597101627088705e-07, + "I": 2.8009402797124494e-08, + "C": 1.5376404860489856e-07, + "R": 4.173086054493069e-08, + "M": 0.00024893367663025856, + "O": 2.2871961846249178e-05, + "W": 3.4817198013570305e-08, + "N": 3.5086222816005375e-10, + "Y": 0.00010877814202103764, + "U": 2.1079759465747472e-11, + "K": 6.274959718499673e-12, + "L": 5.629458883049665e-06, + "G": 4.806985452887602e-05, + "F": 0.00033465310116298497, + "E": 2.9494847808564373e-07, + "T": 9.704748663352802e-05, + "P": 0.000242220499785617, + "-": 0.998889148235321 + }, + "id": "tp_27767" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3470904, + "label": "-", + "classification": { + "B": 6.425363352491331e-09, + "S": 3.296763040339101e-08, + "I": 4.1767876268750115e-07, + "C": 8.237456313509028e-06, + "R": 1.3025559155721567e-06, + "M": 0.00018021582218352705, + "O": 5.8856412579189055e-06, + "W": 1.4238117351794699e-08, + "N": 3.095119049945083e-09, + "Y": 0.008437352254986763, + "U": 3.3826089151922645e-10, + "K": 2.586277325633546e-08, + "L": 1.7597212718101218e-06, + "G": 0.00031678820960223675, + "F": 0.0012880770955234766, + "E": 1.233997522831487e-06, + "T": 0.0010745914187282324, + "P": 8.779223571764305e-05, + "-": 0.9885962605476379 + }, + "id": "tp_27768" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3471004, + "label": "-", + "classification": { + "B": 2.529441900378515e-08, + "S": 1.3653622090714634e-06, + "I": 1.11110455236485e-06, + "C": 4.901347892882768e-06, + "R": 5.110281563247554e-06, + "M": 0.0021934749092906713, + "O": 9.020010475069284e-05, + "W": 2.4005751697586675e-07, + "N": 9.915247289882245e-09, + "Y": 0.07361818850040436, + "U": 1.1633107671604748e-10, + "K": 2.8516682348822542e-08, + "L": 1.3023389328736812e-05, + "G": 0.004444537218660116, + "F": 0.006475560832768679, + "E": 1.2741293176077306e-06, + "T": 0.01873651146888733, + "P": 1.8768085283227265e-05, + "-": 0.8943955898284912 + }, + "id": "tp_27769" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3471138, + "label": "-", + "classification": { + "B": 1.1539448223629734e-06, + "S": 6.0696256696246564e-06, + "I": 1.6409703675890341e-06, + "C": 8.086762682069093e-05, + "R": 4.685336534748785e-05, + "M": 0.0003592295397538692, + "O": 0.00046187700354494154, + "W": 4.046857156936312e-06, + "N": 7.475213692487159e-08, + "Y": 0.0009929955704137683, + "U": 2.7938906299596056e-08, + "K": 3.3568664292715766e-08, + "L": 0.00013960684009362012, + "G": 0.0007308432832360268, + "F": 0.0031621502712368965, + "E": 8.285895773951779e-07, + "T": 0.0010822501499205828, + "P": 0.0005904046702198684, + "-": 0.9923391342163086 + }, + "id": "tp_27770" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3471271, + "label": "-", + "classification": { + "B": 6.512816071335692e-06, + "S": 0.00010942322114715353, + "I": 2.3664319087401964e-05, + "C": 0.004050116054713726, + "R": 0.0009299275116063654, + "M": 0.006691150367259979, + "O": 0.0016702362336218357, + "W": 5.964189404039644e-05, + "N": 4.358684236649424e-06, + "Y": 0.026520026847720146, + "U": 2.1031398773629917e-06, + "K": 0.00030066733597777784, + "L": 0.0009218236082233489, + "G": 0.0405975840985775, + "F": 0.08846057206392288, + "E": 0.00017153365479316562, + "T": 0.012319403700530529, + "P": 0.0008733494905754924, + "-": 0.8162879347801208 + }, + "id": "tp_27771" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3471405, + "label": "-", + "classification": { + "B": 1.1623004070315801e-07, + "S": 9.520942256813214e-08, + "I": 1.5237947081914172e-07, + "C": 1.9989058728242526e-06, + "R": 1.062498995452188e-06, + "M": 0.00016783921455498785, + "O": 4.34856083302293e-05, + "W": 5.529555124894614e-08, + "N": 7.976353466609964e-10, + "Y": 0.0011508835013955832, + "U": 2.2878016148197844e-10, + "K": 1.4533889369783282e-10, + "L": 2.0186384062981233e-05, + "G": 0.00038498753565363586, + "F": 0.00036089675268158317, + "E": 1.3418053868008428e-07, + "T": 0.0003100912144873291, + "P": 7.086827099556103e-05, + "-": 0.9974871873855591 + }, + "id": "tp_27772" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3471505, + "label": "-", + "classification": { + "B": 3.5607321535735537e-08, + "S": 3.51611504356697e-08, + "I": 7.181101580044924e-08, + "C": 4.868487053499848e-07, + "R": 2.380848656002854e-07, + "M": 0.00017370977730024606, + "O": 7.410884791170247e-06, + "W": 6.093925364325514e-09, + "N": 2.055684095170207e-10, + "Y": 0.00046602735528722405, + "U": 3.26320290233717e-11, + "K": 6.839888030962804e-12, + "L": 7.913908120826818e-06, + "G": 0.0001418651663698256, + "F": 0.00047474351595155895, + "E": 8.576393639714297e-08, + "T": 0.0002536643005441874, + "P": 5.330308704287745e-05, + "-": 0.9984203577041626 + }, + "id": "tp_27773" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3471638, + "label": "-", + "classification": { + "B": 2.4502976884832606e-05, + "S": 1.0674728400772437e-05, + "I": 0.002793822903186083, + "C": 0.0006811716593801975, + "R": 0.00019181182142347097, + "M": 0.004232390783727169, + "O": 0.00040135395829565823, + "W": 1.1734164218069054e-05, + "N": 3.976178777520545e-05, + "Y": 0.0476924404501915, + "U": 2.9608804652525578e-06, + "K": 5.531357601284981e-06, + "L": 9.470774239161983e-05, + "G": 0.004337382968515158, + "F": 0.00203432678245008, + "E": 0.0007771024247631431, + "T": 0.013425109907984734, + "P": 0.01337303128093481, + "-": 0.9098701477050781 + }, + "id": "tp_27774" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3471772, + "label": "-", + "classification": { + "B": 4.2115118503716076e-08, + "S": 7.564454449493496e-07, + "I": 1.779724129846727e-06, + "C": 3.503846164676361e-05, + "R": 3.811321221292019e-06, + "M": 0.00021109588851686567, + "O": 2.586453774711117e-05, + "W": 4.382740996788925e-07, + "N": 2.072607117042935e-07, + "Y": 0.008644375950098038, + "U": 2.3960430084457585e-08, + "K": 1.8083463146467693e-05, + "L": 4.79352866022964e-06, + "G": 0.0018088924698531628, + "F": 0.023634951561689377, + "E": 6.978099554544315e-05, + "T": 0.0009594004368409514, + "P": 0.0018131748074665666, + "-": 0.9627675414085388 + }, + "id": "tp_27775" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3471905, + "label": "-", + "classification": { + "B": 1.609249018763581e-11, + "S": 6.126286145047288e-10, + "I": 2.485078254288453e-10, + "C": 4.223003600145603e-07, + "R": 9.673721734770879e-08, + "M": 3.628678678069264e-05, + "O": 1.3544060948333936e-06, + "W": 1.4669414294399274e-10, + "N": 8.591451660343308e-13, + "Y": 0.0008080389234237373, + "U": 4.1518771385327946e-13, + "K": 8.320519620519384e-12, + "L": 2.2738254301657435e-06, + "G": 0.0002972276124637574, + "F": 0.0015633261064067483, + "E": 5.990469231775819e-10, + "T": 0.00016764973406679928, + "P": 9.111158760788385e-07, + "-": 0.9971224665641785 + }, + "id": "tp_27776" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3472005, + "label": "-", + "classification": { + "B": 1.5038800427191745e-08, + "S": 1.3125158737636866e-08, + "I": 1.7699992440611823e-06, + "C": 2.2761923901271075e-06, + "R": 5.496415838024404e-07, + "M": 0.0003180782950948924, + "O": 4.178903509455267e-06, + "W": 4.089715233135394e-09, + "N": 5.9243627781313535e-09, + "Y": 0.004420983139425516, + "U": 1.5993872892750005e-10, + "K": 6.204423086408895e-11, + "L": 1.8804671526595484e-06, + "G": 0.00016810279339551926, + "F": 0.0001958909851964563, + "E": 2.219107045675628e-06, + "T": 0.0014752083225175738, + "P": 0.0005774366436526179, + "-": 0.9928314685821533 + }, + "id": "tp_27777" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3472139, + "label": "-", + "classification": { + "B": 5.483511245074624e-08, + "S": 5.3402455790774184e-08, + "I": 1.6732907397454255e-06, + "C": 1.2860097740485799e-05, + "R": 3.2104560432344442e-06, + "M": 7.348663348238915e-05, + "O": 5.2066634452785365e-06, + "W": 3.170974949284755e-08, + "N": 2.4172924995014e-08, + "Y": 0.0010751768713817, + "U": 7.990092143472793e-09, + "K": 2.555464462261625e-08, + "L": 1.709472712718707e-06, + "G": 0.00013533273886423558, + "F": 0.0011053570779040456, + "E": 1.698082542134216e-06, + "T": 0.00025052300770767033, + "P": 0.0007553313043899834, + "-": 0.9965782761573792 + }, + "id": "tp_27778" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3472272, + "label": "-", + "classification": { + "B": 9.763559319253545e-06, + "S": 0.0006305986316874623, + "I": 9.649723506299779e-05, + "C": 0.12717226147651672, + "R": 0.020187603309750557, + "M": 0.017545366659760475, + "O": 0.007246371358633041, + "W": 0.0002260264300275594, + "N": 7.626010301464703e-06, + "Y": 0.03870271146297455, + "U": 2.4588564428995596e-06, + "K": 6.576129089808092e-05, + "L": 0.006875135935842991, + "G": 0.1585645228624344, + "F": 0.06119811162352562, + "E": 9.58038290264085e-05, + "T": 0.03867001459002495, + "P": 0.000393788272049278, + "-": 0.5223095417022705 + }, + "id": "tp_27779" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3472406, + "label": "-", + "classification": { + "B": 7.43215267107189e-08, + "S": 1.187791713164188e-05, + "I": 2.410467914160108e-06, + "C": 0.00039657283923588693, + "R": 7.703260780544952e-05, + "M": 0.0011495254002511501, + "O": 0.0004584326525218785, + "W": 1.1375494068488479e-05, + "N": 2.190925982858971e-07, + "Y": 0.01235254667699337, + "U": 2.8223745118793886e-08, + "K": 5.306421826389851e-06, + "L": 0.0001064307798515074, + "G": 0.0028877148870378733, + "F": 0.07960717380046844, + "E": 1.1246815120102838e-05, + "T": 0.003894444555044174, + "P": 0.0005020194803364575, + "-": 0.898525595664978 + }, + "id": "tp_27780" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3472506, + "label": "-", + "classification": { + "B": 2.4504981865902664e-07, + "S": 2.386931328146602e-06, + "I": 5.703472925233655e-05, + "C": 0.002142616081982851, + "R": 0.0004104074905626476, + "M": 0.0012665792601183057, + "O": 0.0002552117221057415, + "W": 3.828551143669756e-06, + "N": 2.074664507745183e-06, + "Y": 0.04569666460156441, + "U": 9.569627081873477e-07, + "K": 1.6862841221154667e-05, + "L": 0.00010562016541371122, + "G": 0.0062921736389398575, + "F": 0.012133683077991009, + "E": 4.941313454764895e-05, + "T": 0.00889153964817524, + "P": 0.0016576641937717795, + "-": 0.9210150837898254 + }, + "id": "tp_27781" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3472639, + "label": "-", + "classification": { + "B": 1.188316289812974e-07, + "S": 1.1217074415981187e-06, + "I": 1.2817878314308473e-06, + "C": 5.247264198260382e-05, + "R": 1.5960591554176062e-05, + "M": 0.0009278252255171537, + "O": 7.97325192252174e-05, + "W": 6.097175742070249e-07, + "N": 2.8180927813536982e-08, + "Y": 0.002971830777823925, + "U": 7.68292984787422e-09, + "K": 9.471878570366243e-08, + "L": 2.078380566672422e-05, + "G": 0.000830347475130111, + "F": 0.004046035930514336, + "E": 1.4507987771139597e-06, + "T": 0.0033945590257644653, + "P": 0.0001913710730150342, + "-": 0.9874643087387085 + }, + "id": "tp_27782" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3472773, + "label": "-", + "classification": { + "B": 0.0011333477450534701, + "S": 0.003861159086227417, + "I": 0.0007285561878234148, + "C": 0.010454226285219193, + "R": 0.0036600411403924227, + "M": 0.030848218128085136, + "O": 0.01139389630407095, + "W": 0.001022843411192298, + "N": 0.00020745047368109226, + "Y": 0.07893355190753937, + "U": 5.414046245277859e-05, + "K": 0.0008206652710214257, + "L": 0.01606753282248974, + "G": 0.13375483453273773, + "F": 0.22481171786785126, + "E": 0.0029616958927363157, + "T": 0.03464379906654358, + "P": 0.005279388278722763, + "-": 0.43936288356781006 + }, + "id": "tp_27783" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3472906, + "label": "-", + "classification": { + "B": 6.112120587431491e-08, + "S": 1.1787175026256591e-05, + "I": 7.255935088323895e-06, + "C": 0.00021975135314278305, + "R": 5.675829743267968e-05, + "M": 0.001175146084278822, + "O": 0.0003632186271715909, + "W": 5.06420292367693e-06, + "N": 8.638139092909114e-07, + "Y": 0.04646267369389534, + "U": 4.574921064204318e-08, + "K": 9.10987364477478e-06, + "L": 0.00010809728701133281, + "G": 0.011311394162476063, + "F": 0.17937342822551727, + "E": 5.048355887993239e-05, + "T": 0.008076194673776627, + "P": 0.0009824384469538927, + "-": 0.7517862319946289 + }, + "id": "tp_27784" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3473006, + "label": "-", + "classification": { + "B": 5.446490902727419e-08, + "S": 1.5118390592760989e-06, + "I": 4.9571475813081634e-08, + "C": 1.93318282981636e-06, + "R": 4.2398286836942134e-07, + "M": 3.825474777841009e-05, + "O": 8.888961019692943e-06, + "W": 1.763404782195721e-07, + "N": 4.317872281944801e-09, + "Y": 0.0004426474042702466, + "U": 3.7241471018134575e-10, + "K": 2.735500288508774e-07, + "L": 1.812672735468368e-06, + "G": 0.0003198723425157368, + "F": 0.024535149335861206, + "E": 1.2669518127950141e-06, + "T": 0.0004999221418984234, + "P": 0.0001455311430618167, + "-": 0.9740022420883179 + }, + "id": "tp_27785" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3473140, + "label": "-", + "classification": { + "B": 2.5118868762774582e-08, + "S": 3.1348963602795266e-07, + "I": 1.0401884537714068e-05, + "C": 0.007414609659463167, + "R": 0.0013024857034906745, + "M": 0.0006857499829493463, + "O": 0.0001156616272055544, + "W": 4.799395014742913e-07, + "N": 1.0530793304042163e-07, + "Y": 0.02667134627699852, + "U": 7.350094222147163e-08, + "K": 9.264434197575611e-07, + "L": 0.0001108234646380879, + "G": 0.007093358319252729, + "F": 0.0030887636821717024, + "E": 5.796957339043729e-06, + "T": 0.0025153690949082375, + "P": 0.00021375904907472432, + "-": 0.9507699608802795 + }, + "id": "tp_27786" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3473273, + "label": "-", + "classification": { + "B": 9.753970516612753e-06, + "S": 6.351635238388553e-05, + "I": 3.890450898325071e-06, + "C": 0.003207396250218153, + "R": 0.0014128420734778047, + "M": 0.010460837744176388, + "O": 0.002289055148139596, + "W": 1.310086554440204e-05, + "N": 1.477016979833934e-07, + "Y": 0.012761926278471947, + "U": 4.733371028464717e-08, + "K": 1.2185559228328202e-07, + "L": 0.005731327924877405, + "G": 0.029629118740558624, + "F": 0.04430075362324715, + "E": 1.1403677490307018e-05, + "T": 0.005463454872369766, + "P": 0.00021339983504731208, + "-": 0.8844279646873474 + }, + "id": "tp_27787" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3473407, + "label": "-", + "classification": { + "B": 5.4071794153287556e-08, + "S": 5.073552244994062e-08, + "I": 7.971130798978265e-06, + "C": 0.0051346090622246265, + "R": 0.00044598072418011725, + "M": 0.0006658992497250438, + "O": 7.101042137946934e-05, + "W": 1.8452290362347412e-07, + "N": 6.568394894657104e-08, + "Y": 0.006306462921202183, + "U": 2.312763172085397e-07, + "K": 1.8340349683398927e-08, + "L": 0.0002541666617617011, + "G": 0.003881038399413228, + "F": 0.0017191326478496194, + "E": 2.116248424499645e-06, + "T": 0.0018470620270818472, + "P": 0.0008232758846133947, + "-": 0.9788408279418945 + }, + "id": "tp_27788" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3473507, + "label": "-", + "classification": { + "B": 9.439793835497312e-09, + "S": 1.7586547329528912e-08, + "I": 1.5884704396285088e-07, + "C": 7.529549475293607e-05, + "R": 2.4299391952808946e-05, + "M": 2.5773662855499424e-05, + "O": 2.4744154870859347e-05, + "W": 5.4004384963945995e-08, + "N": 1.7749639535935557e-09, + "Y": 0.0009255787590518594, + "U": 2.140684518536773e-09, + "K": 1.6355299337078577e-08, + "L": 1.0194142305408604e-05, + "G": 0.0003629456041380763, + "F": 0.002614269033074379, + "E": 9.252079280486214e-08, + "T": 6.948642840143293e-05, + "P": 0.00016011040133889765, + "-": 0.995707094669342 + }, + "id": "tp_27789" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3473640, + "label": "-", + "classification": { + "B": 1.545125911661671e-07, + "S": 8.549861831852468e-07, + "I": 9.061048331204802e-06, + "C": 0.0003066291392315179, + "R": 4.4387499656295404e-05, + "M": 0.00011588245979510248, + "O": 8.308017277158797e-05, + "W": 7.74071850173641e-07, + "N": 9.191393246510415e-07, + "Y": 0.005881159566342831, + "U": 3.4636997270354186e-07, + "K": 9.528926966595463e-06, + "L": 3.567064050002955e-05, + "G": 0.0027784472331404686, + "F": 0.02002226561307907, + "E": 2.69310585281346e-05, + "T": 0.0008619981817901134, + "P": 0.0045018745586276054, + "-": 0.9653199315071106 + }, + "id": "tp_27790" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3473774, + "label": "-", + "classification": { + "B": 2.8253330341954097e-08, + "S": 1.3663226106075399e-08, + "I": 3.161503911996988e-07, + "C": 3.3810781587817473e-06, + "R": 1.1979453518051741e-07, + "M": 1.0745106010290328e-05, + "O": 1.3086485068924958e-06, + "W": 5.489519949719579e-09, + "N": 7.026481618765956e-09, + "Y": 0.0002814084873534739, + "U": 1.4121156466373463e-09, + "K": 1.4838903439340356e-08, + "L": 3.399071601961623e-07, + "G": 0.00011444068513810635, + "F": 0.004006708972156048, + "E": 1.6700940932423691e-06, + "T": 8.883678674465045e-05, + "P": 0.00175286375451833, + "-": 0.9937376976013184 + }, + "id": "tp_27791" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3473907, + "label": "-", + "classification": { + "B": 2.2373997126123868e-05, + "S": 0.00012164594227215275, + "I": 0.002331007272005081, + "C": 0.07619201391935349, + "R": 0.024813111871480942, + "M": 0.024134553968906403, + "O": 0.0060781436040997505, + "W": 0.00020490074530243874, + "N": 8.739796612644568e-05, + "Y": 0.05457549914717674, + "U": 3.6289231502451e-05, + "K": 1.2835702364100143e-05, + "L": 0.006032465025782585, + "G": 0.04841690510511398, + "F": 0.01876569166779518, + "E": 0.0006088251830078661, + "T": 0.03355351835489273, + "P": 0.007291004061698914, + "-": 0.6967217326164246 + }, + "id": "tp_27792" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3474007, + "label": "-", + "classification": { + "B": 8.186485267458465e-09, + "S": 1.3521021458018367e-07, + "I": 1.3292363973960164e-06, + "C": 0.0017474591732025146, + "R": 0.0005418218206614256, + "M": 0.00017628355999477208, + "O": 4.913079465040937e-05, + "W": 2.890495807150728e-07, + "N": 2.6607970937675418e-08, + "Y": 0.015804294496774673, + "U": 5.496809407645742e-08, + "K": 3.372485934960423e-06, + "L": 5.334898014552891e-05, + "G": 0.008559293113648891, + "F": 0.020872972905635834, + "E": 7.020051384643011e-07, + "T": 0.0015305504202842712, + "P": 6.196698086569086e-05, + "-": 0.9505969285964966 + }, + "id": "tp_27793" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3474141, + "label": "-", + "classification": { + "B": 1.0237305225757609e-08, + "S": 1.1000416861861595e-06, + "I": 9.564494121150346e-07, + "C": 4.9171954742632806e-05, + "R": 2.536391548346728e-05, + "M": 0.000436621397966519, + "O": 6.133021088317037e-05, + "W": 6.665767955382762e-07, + "N": 5.67806779372404e-08, + "Y": 0.010978189297020435, + "U": 8.377563531780652e-09, + "K": 1.764036596796359e-06, + "L": 1.660678390180692e-05, + "G": 0.0014147113543003798, + "F": 0.04905273765325546, + "E": 3.534163397489465e-06, + "T": 0.0020161280408501625, + "P": 0.0003716640640050173, + "-": 0.9355694055557251 + }, + "id": "tp_27794" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3474274, + "label": "-", + "classification": { + "B": 3.839184614662372e-07, + "S": 3.207364329682605e-07, + "I": 8.358308605238562e-07, + "C": 1.963195245480165e-05, + "R": 9.329744898423087e-06, + "M": 0.0004806708311662078, + "O": 5.7905759604182094e-05, + "W": 1.1916968389868998e-07, + "N": 9.697517455720117e-09, + "Y": 0.0006298430962488055, + "U": 3.572385942618439e-09, + "K": 3.483374033663722e-09, + "L": 4.130208253627643e-05, + "G": 0.0004192289779894054, + "F": 0.0008195742266252637, + "E": 4.0538930079492275e-07, + "T": 0.0010395082645118237, + "P": 0.00012011907529085875, + "-": 0.9963608384132385 + }, + "id": "tp_27795" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3474408, + "label": "-", + "classification": { + "B": 1.884532885298995e-08, + "S": 8.570503240434846e-08, + "I": 4.489937452945014e-07, + "C": 2.7522307846084004e-06, + "R": 7.191052304733603e-07, + "M": 5.536718890652992e-05, + "O": 6.9648540375055745e-06, + "W": 3.423778949240841e-08, + "N": 6.770583205195635e-09, + "Y": 0.0007208640454337001, + "U": 9.862716199293686e-10, + "K": 4.59439242206372e-09, + "L": 1.821248361011385e-06, + "G": 5.859015800524503e-05, + "F": 0.0015717020723968744, + "E": 6.655026822954824e-07, + "T": 0.00022629735758528113, + "P": 0.00045226831571199, + "-": 0.9969013929367065 + }, + "id": "tp_27796" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3474508, + "label": "-", + "classification": { + "B": 0.0013780641602352262, + "S": 0.0025978628545999527, + "I": 0.009789456613361835, + "C": 0.03865453600883484, + "R": 0.015247679315507412, + "M": 0.025991950184106827, + "O": 0.0143696628510952, + "W": 0.003542019985616207, + "N": 0.002606807043775916, + "Y": 0.13830220699310303, + "U": 0.0017605533357709646, + "K": 0.011002546176314354, + "L": 0.006632986478507519, + "G": 0.06639091670513153, + "F": 0.05912185460329056, + "E": 0.009130243211984634, + "T": 0.06428027898073196, + "P": 0.028533153235912323, + "-": 0.500667154788971 + }, + "id": "tp_27797" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3474641, + "label": "-", + "classification": { + "B": 3.7892618820478674e-06, + "S": 0.00016758637502789497, + "I": 0.00010936088801827282, + "C": 0.037047386169433594, + "R": 0.008360190317034721, + "M": 0.03818552941083908, + "O": 0.006420953664928675, + "W": 0.00013694721565116197, + "N": 8.490154868923128e-06, + "Y": 0.11315660178661346, + "U": 4.7401117626577616e-06, + "K": 1.5393652574857697e-05, + "L": 0.010808536782860756, + "G": 0.09856458008289337, + "F": 0.061451125890016556, + "E": 0.0001212356291944161, + "T": 0.053860489279031754, + "P": 0.0006867916090413928, + "-": 0.5708902478218079 + }, + "id": "tp_27798" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3474775, + "label": "-", + "classification": { + "B": 1.3564012135702797e-09, + "S": 1.1205438710248927e-07, + "I": 2.1252395399073976e-08, + "C": 5.901409167563543e-05, + "R": 5.420493380370317e-06, + "M": 9.42881524679251e-05, + "O": 9.336637049273122e-06, + "W": 2.5349820020892366e-08, + "N": 8.65586990972389e-10, + "Y": 0.0010164225241169333, + "U": 6.426668225367749e-11, + "K": 2.243364960463623e-08, + "L": 3.953633495257236e-06, + "G": 0.00031302403658628464, + "F": 0.017789572477340698, + "E": 6.254190338950139e-07, + "T": 0.0002841296372935176, + "P": 5.42776397196576e-05, + "-": 0.9803698062896729 + }, + "id": "tp_27799" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3474908, + "label": "-", + "classification": { + "B": 3.7775707824039273e-06, + "S": 7.770760021230672e-06, + "I": 6.47225315333344e-05, + "C": 0.0012790861073881388, + "R": 0.00033457388053648174, + "M": 0.0024839495308697224, + "O": 0.00033559565781615674, + "W": 5.120576588524273e-06, + "N": 1.21582252177177e-06, + "Y": 0.017435332760214806, + "U": 2.720268525990832e-07, + "K": 3.163201540701266e-07, + "L": 0.00020158056577201933, + "G": 0.0032497840002179146, + "F": 0.004696884658187628, + "E": 6.577493331860751e-05, + "T": 0.0057746367529034615, + "P": 0.0014130627969279885, + "-": 0.9626465439796448 + }, + "id": "tp_27800" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3475008, + "label": "-", + "classification": { + "B": 2.8919684424977277e-09, + "S": 1.3770388385125898e-08, + "I": 2.3067802601417497e-07, + "C": 8.806171535979956e-06, + "R": 1.3618230241263518e-06, + "M": 1.3619664969155565e-05, + "O": 3.9968413148017135e-06, + "W": 2.3585885244870042e-08, + "N": 5.782660128517136e-09, + "Y": 0.00041416831663809717, + "U": 3.8127994095304985e-09, + "K": 1.1841142111279623e-07, + "L": 5.152247695150436e-07, + "G": 4.7142406401690096e-05, + "F": 0.0018301745876669884, + "E": 1.2348789368843427e-07, + "T": 8.118759433273226e-05, + "P": 0.000252986530540511, + "-": 0.997345507144928 + }, + "id": "tp_27801" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3475142, + "label": "-", + "classification": { + "B": 3.6252400605008006e-05, + "S": 0.00014421218656934798, + "I": 1.6635850670354557e-06, + "C": 0.0012930568773299456, + "R": 0.0015470058424398303, + "M": 0.04814860597252846, + "O": 0.026545945554971695, + "W": 3.735943391802721e-05, + "N": 2.999666293135306e-08, + "Y": 0.03237743675708771, + "U": 3.4900542456028916e-09, + "K": 3.993894992504465e-09, + "L": 0.033592499792575836, + "G": 0.06190059334039688, + "F": 0.007254633586853743, + "E": 3.959261448471807e-06, + "T": 0.011772086843848228, + "P": 2.6679372240323573e-05, + "-": 0.775317907333374 + }, + "id": "tp_27802" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3475275, + "label": "-", + "classification": { + "B": 0.00044414159492589533, + "S": 0.00044337325380183756, + "I": 0.0014028876321390271, + "C": 0.009547877125442028, + "R": 0.00265672174282372, + "M": 0.023980161175131798, + "O": 0.006346127483993769, + "W": 0.0003373049257788807, + "N": 0.00024677568580955267, + "Y": 0.10320155322551727, + "U": 4.975938281859271e-05, + "K": 0.0005764147499576211, + "L": 0.002969923196360469, + "G": 0.08848763257265091, + "F": 0.04982927814126015, + "E": 0.003858206095173955, + "T": 0.029706476256251335, + "P": 0.010887952521443367, + "-": 0.6650273203849792 + }, + "id": "tp_27803" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3475375, + "label": "-", + "classification": { + "B": 7.808858271118879e-08, + "S": 1.1185283028680715e-06, + "I": 2.0606953512469772e-06, + "C": 0.00016780853911768645, + "R": 5.930655242991634e-05, + "M": 0.0014136760728433728, + "O": 0.0002106385218212381, + "W": 1.193364823848242e-06, + "N": 9.011061763430916e-08, + "Y": 0.02381862886250019, + "U": 4.0155480718340186e-08, + "K": 1.6630713162157917e-06, + "L": 9.833723015617579e-05, + "G": 0.003871965454891324, + "F": 0.009043307974934578, + "E": 7.079457191139227e-06, + "T": 0.003986889962106943, + "P": 0.00021019364066887647, + "-": 0.9571059942245483 + }, + "id": "tp_27804" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3475509, + "label": "-", + "classification": { + "B": 2.656568085512845e-06, + "S": 8.654807061247993e-06, + "I": 3.756989462999627e-05, + "C": 0.00012229241838213056, + "R": 6.222399679245427e-05, + "M": 0.0010589094599708915, + "O": 0.0004483732918743044, + "W": 7.848177119740285e-06, + "N": 1.3132216736266855e-06, + "Y": 0.004502767231315374, + "U": 7.171718152676476e-07, + "K": 1.8157446390887344e-07, + "L": 0.00020828249398618937, + "G": 0.0011450049933046103, + "F": 0.0034622419625520706, + "E": 1.1116469977423549e-05, + "T": 0.0034351018257439137, + "P": 0.004988539032638073, + "-": 0.9804962277412415 + }, + "id": "tp_27805" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3475642, + "label": "F", + "classification": { + "B": 2.2771115254727192e-05, + "S": 0.0013143602991476655, + "I": 0.00010184722486883402, + "C": 0.04497522860765457, + "R": 0.01241183653473854, + "M": 0.025730453431606293, + "O": 0.006282092072069645, + "W": 0.0003831969224847853, + "N": 1.4705866306030657e-05, + "Y": 0.10446804016828537, + "U": 2.1246955839160364e-06, + "K": 5.208593211136758e-05, + "L": 0.010048707015812397, + "G": 0.17704898118972778, + "F": 0.30979084968566895, + "E": 0.0002363736421102658, + "T": 0.05557413771748543, + "P": 0.00040341640124097466, + "-": 0.2511388063430786 + }, + "id": "tp_27806" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3475776, + "label": "-", + "classification": { + "B": 9.570817383064423e-06, + "S": 7.815755088813603e-05, + "I": 0.00010010068217525259, + "C": 0.0011035922216251493, + "R": 0.0003955488500650972, + "M": 0.010447276756167412, + "O": 0.0013533052988350391, + "W": 2.6441326554049738e-05, + "N": 4.26750330007053e-06, + "Y": 0.23131702840328217, + "U": 4.863252911491145e-07, + "K": 1.8988916053785942e-05, + "L": 0.000990367610938847, + "G": 0.048428237438201904, + "F": 0.03722522035241127, + "E": 0.0002028066519415006, + "T": 0.03172852843999863, + "P": 0.000925893837120384, + "-": 0.6356443166732788 + }, + "id": "tp_27807" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3475876, + "label": "-", + "classification": { + "B": 3.2069013400359836e-07, + "S": 3.0091625376371667e-05, + "I": 7.347836071858183e-05, + "C": 0.0007941454532556236, + "R": 0.00037938880268484354, + "M": 0.004028045106679201, + "O": 0.0012396270176395774, + "W": 1.630075894354377e-05, + "N": 4.802896910405252e-06, + "Y": 0.12606175243854523, + "U": 4.349957976046426e-07, + "K": 3.0123323085717857e-05, + "L": 0.0003191769646946341, + "G": 0.013678488321602345, + "F": 0.049237169325351715, + "E": 4.888500188826583e-05, + "T": 0.017810817807912827, + "P": 0.001356828142888844, + "-": 0.7848901152610779 + }, + "id": "tp_27808" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3476009, + "label": "-", + "classification": { + "B": 4.649449181215459e-07, + "S": 8.549081940145697e-06, + "I": 2.4640463379910216e-05, + "C": 0.003556435462087393, + "R": 0.0005880002863705158, + "M": 0.0007679102709516883, + "O": 0.00032723572803661227, + "W": 1.1190008990524802e-05, + "N": 2.336270881642122e-06, + "Y": 0.029113054275512695, + "U": 7.070617016324832e-07, + "K": 0.0001168207309092395, + "L": 9.513086115475744e-05, + "G": 0.009724163450300694, + "F": 0.05297590419650078, + "E": 7.87146927905269e-05, + "T": 0.004033164586871862, + "P": 0.00151904858648777, + "-": 0.8970566391944885 + }, + "id": "tp_27809" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3476143, + "label": "-", + "classification": { + "B": 2.8345698184495394e-12, + "S": 4.6389246610711865e-11, + "I": 2.0312196369332014e-08, + "C": 3.5014272725675255e-07, + "R": 7.732573692464939e-08, + "M": 1.546946441521868e-05, + "O": 3.8144892755553883e-07, + "W": 3.675708695749513e-11, + "N": 7.690697037543437e-12, + "Y": 0.00019330368377268314, + "U": 8.787353982485369e-13, + "K": 9.597651720680972e-14, + "L": 1.224791787990398e-07, + "G": 5.827320364915067e-06, + "F": 3.2888019632082433e-06, + "E": 1.3870690152018028e-09, + "T": 9.108016092795879e-05, + "P": 1.8584931240184233e-05, + "-": 0.999671459197998 + }, + "id": "tp_27810" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3476276, + "label": "-", + "classification": { + "B": 9.408820005774032e-06, + "S": 7.442807691404596e-05, + "I": 0.0001583306584507227, + "C": 0.002094057621434331, + "R": 0.0007770631345920265, + "M": 0.007925647310912609, + "O": 0.001407529809512198, + "W": 3.6367011489346623e-05, + "N": 1.2660877473535948e-05, + "Y": 0.07233864814043045, + "U": 2.8310300876910333e-06, + "K": 5.1748360419878736e-05, + "L": 0.0010562037350609899, + "G": 0.024148667231202126, + "F": 0.06257320195436478, + "E": 0.00041664476157166064, + "T": 0.015452696941792965, + "P": 0.00430010911077261, + "-": 0.8071637749671936 + }, + "id": "tp_27811" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3476376, + "label": "-", + "classification": { + "B": 3.341506555898377e-07, + "S": 8.485962439408468e-07, + "I": 2.2251846530707553e-05, + "C": 2.6444209652254358e-05, + "R": 2.5675412871351e-06, + "M": 7.604918209835887e-05, + "O": 1.0480748642294202e-05, + "W": 5.399574547482189e-07, + "N": 2.0701370431197574e-06, + "Y": 0.000757870206143707, + "U": 1.4934624914531014e-07, + "K": 3.667432611109689e-05, + "L": 3.9894047176858294e-07, + "G": 9.071288513951004e-05, + "F": 0.00817282684147358, + "E": 0.00010263345029670745, + "T": 0.0002505081065464765, + "P": 0.02653520554304123, + "-": 0.9639113545417786 + }, + "id": "tp_27812" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3476510, + "label": "-", + "classification": { + "B": 2.3158237993925468e-08, + "S": 6.410484587604515e-08, + "I": 3.5706782455235953e-06, + "C": 1.057746158039663e-05, + "R": 8.196589647013752e-07, + "M": 9.33241426537279e-06, + "O": 2.205273403887986e-06, + "W": 4.180716928203765e-08, + "N": 9.533101774650277e-08, + "Y": 8.63123350427486e-05, + "U": 1.4294233352529773e-08, + "K": 1.3159821321551135e-07, + "L": 2.880628926504869e-07, + "G": 2.586016125860624e-05, + "F": 0.0020140951965004206, + "E": 5.563956619880628e-06, + "T": 7.032015128061175e-05, + "P": 0.016691267490386963, + "-": 0.9810793399810791 + }, + "id": "tp_27813" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3476643, + "label": "-", + "classification": { + "B": 1.2053950513291056e-06, + "S": 4.907128072773048e-07, + "I": 9.453398524783552e-05, + "C": 0.0001002879289444536, + "R": 4.9008217501977924e-06, + "M": 0.00020447051792871207, + "O": 1.559072370582726e-05, + "W": 4.883658561993798e-07, + "N": 2.1436951556097483e-06, + "Y": 0.0007953066960908473, + "U": 8.011044769773434e-07, + "K": 4.570636633616232e-07, + "L": 4.643802640202921e-06, + "G": 0.00021896541875321418, + "F": 0.0007305655162781477, + "E": 8.366641850443557e-05, + "T": 0.0012533044209703803, + "P": 0.1073760911822319, + "-": 0.8891121745109558 + }, + "id": "tp_27814" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3476777, + "label": "-", + "classification": { + "B": 3.447439556047982e-11, + "S": 3.656044911259926e-11, + "I": 4.0232995957012463e-07, + "C": 1.5886543636156603e-08, + "R": 6.536306496052191e-10, + "M": 1.4815111626376165e-07, + "O": 2.035911883524477e-08, + "W": 1.3102242901741334e-10, + "N": 3.766158496176786e-09, + "Y": 5.399670953920577e-06, + "U": 2.8312357666648857e-11, + "K": 4.431452982345263e-09, + "L": 1.7198577284549543e-10, + "G": 2.9747397434221057e-07, + "F": 0.00010426175140310079, + "E": 1.2883831459475914e-06, + "T": 1.8408285313853412e-06, + "P": 0.018989741802215576, + "-": 0.9808965921401978 + }, + "id": "tp_27815" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3476877, + "label": "-", + "classification": { + "B": 4.508395079483307e-08, + "S": 5.800023572533064e-08, + "I": 3.6038811231264845e-05, + "C": 7.067502792779123e-06, + "R": 8.930126682571426e-07, + "M": 2.374087125645019e-05, + "O": 6.069996288715629e-06, + "W": 1.6930144397520053e-07, + "N": 9.465732659919013e-07, + "Y": 0.00037048093508929014, + "U": 6.74396076760786e-08, + "K": 2.962937344364036e-07, + "L": 3.086116180384124e-07, + "G": 3.5912285966333e-05, + "F": 0.000347307650372386, + "E": 1.580389834998641e-05, + "T": 0.00026561840786598623, + "P": 0.04869794100522995, + "-": 0.9501911997795105 + }, + "id": "tp_27816" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3477010, + "label": "-", + "classification": { + "B": 1.7810866665968206e-06, + "S": 9.236552500624384e-07, + "I": 0.000585491769015789, + "C": 9.121886250795797e-05, + "R": 8.724887265998404e-06, + "M": 0.00015182490460574627, + "O": 3.590272899600677e-05, + "W": 1.3458535477184341e-06, + "N": 3.417127300053835e-05, + "Y": 0.0010500047355890274, + "U": 1.5432656255143229e-06, + "K": 1.545428494864609e-05, + "L": 5.6321682677662466e-06, + "G": 0.0006886792252771556, + "F": 0.005440106149762869, + "E": 0.00114211265463382, + "T": 0.00048457409138791263, + "P": 0.18308734893798828, + "-": 0.8071731328964233 + }, + "id": "tp_27817" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3477144, + "label": "-", + "classification": { + "B": 6.5591927445041165e-09, + "S": 1.290481588256398e-08, + "I": 8.801974763628095e-05, + "C": 3.767430825973861e-06, + "R": 6.796373668294109e-07, + "M": 7.95445066614775e-06, + "O": 2.5641127194830915e-06, + "W": 6.198276736313346e-08, + "N": 2.4224516437243437e-06, + "Y": 0.00015509029617533088, + "U": 4.544965293007408e-08, + "K": 1.5710321576989372e-06, + "L": 8.16935994407686e-08, + "G": 2.042228152276948e-05, + "F": 0.0006188218831084669, + "E": 6.715540803270414e-05, + "T": 0.00010071707947645336, + "P": 0.08743907511234283, + "-": 0.9114915728569031 + }, + "id": "tp_27818" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3477277, + "label": "-", + "classification": { + "B": 8.816422591984008e-11, + "S": 9.239818354878082e-10, + "I": 1.8385733255854575e-06, + "C": 1.9772576820287213e-07, + "R": 1.3746252136570547e-08, + "M": 3.3426502454858564e-07, + "O": 1.152798532189081e-07, + "W": 1.528248638749119e-09, + "N": 5.806527880736212e-08, + "Y": 7.758705760352314e-05, + "U": 7.74718122986684e-10, + "K": 8.577941201792783e-08, + "L": 2.1711099584820204e-09, + "G": 2.322957925571245e-06, + "F": 0.0007780849700793624, + "E": 2.6292480015399633e-06, + "T": 8.489501851727255e-06, + "P": 0.02979379892349243, + "-": 0.9693343639373779 + }, + "id": "tp_27819" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3477377, + "label": "-", + "classification": { + "B": 7.177175298522798e-09, + "S": 4.403667208663364e-09, + "I": 1.6350793885067105e-05, + "C": 5.753857294621412e-06, + "R": 3.5073426829512755e-07, + "M": 2.4401035716437036e-06, + "O": 7.572782578790793e-07, + "W": 1.0873392852772668e-08, + "N": 1.6606331598723045e-07, + "Y": 5.955929736956023e-05, + "U": 5.5271249799204725e-09, + "K": 1.7248110495415858e-08, + "L": 5.3461540971966315e-08, + "G": 9.033667993207928e-06, + "F": 0.0004348888760432601, + "E": 5.85509496886516e-06, + "T": 1.744945620885119e-05, + "P": 0.052249591797590256, + "-": 0.947197675704956 + }, + "id": "tp_27820" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3477511, + "label": "-", + "classification": { + "B": 5.589797780203298e-08, + "S": 2.108480501306076e-08, + "I": 0.00012692413292825222, + "C": 2.2731494027539156e-05, + "R": 2.2438346150011057e-06, + "M": 5.956713721388951e-06, + "O": 2.0821858015551697e-06, + "W": 1.1932307586448587e-07, + "N": 3.340301418575109e-06, + "Y": 0.0003659895446617156, + "U": 3.004992947808205e-07, + "K": 6.343398581520887e-06, + "L": 1.2963160145318398e-07, + "G": 7.112272578524426e-05, + "F": 0.002009265823289752, + "E": 7.455160812241957e-05, + "T": 0.0001155941718025133, + "P": 0.16938404738903046, + "-": 0.82780921459198 + }, + "id": "tp_27821" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3477644, + "label": "-", + "classification": { + "B": 1.1105223511609363e-11, + "S": 9.794574873378536e-11, + "I": 1.0695421224227175e-06, + "C": 2.2448181979939363e-08, + "R": 1.086935652594434e-09, + "M": 2.4365970574535822e-08, + "O": 8.351427993602556e-09, + "W": 3.475307541744854e-10, + "N": 5.991673823757537e-09, + "Y": 3.3930159588635433e-06, + "U": 1.02367649079671e-10, + "K": 1.9040736987108176e-08, + "L": 5.890320869950116e-11, + "G": 7.208535635072622e-08, + "F": 9.457011765334755e-05, + "E": 9.560407079334254e-07, + "T": 6.586066092495457e-07, + "P": 0.08373357355594635, + "-": 0.9161655902862549 + }, + "id": "tp_27822" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3477778, + "label": "-", + "classification": { + "B": 3.5565030032103095e-08, + "S": 7.533361712219744e-10, + "I": 3.7725664014942595e-07, + "C": 1.315257591727459e-08, + "R": 1.1960530343912978e-09, + "M": 1.073562884812418e-06, + "O": 1.9744290113976604e-07, + "W": 1.0912664105688918e-09, + "N": 1.6007889458435898e-09, + "Y": 2.1940318220003974e-06, + "U": 1.537786391281326e-11, + "K": 2.7181258546032927e-12, + "L": 8.153188346682327e-09, + "G": 4.952030963067955e-07, + "F": 1.2748663721140474e-05, + "E": 1.4548339777320507e-07, + "T": 2.699117203519563e-06, + "P": 0.03855515271425247, + "-": 0.9614248871803284 + }, + "id": "tp_27823" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3477878, + "label": "-", + "classification": { + "B": 9.74745901771712e-08, + "S": 1.4715255680641803e-08, + "I": 0.00028907679370604455, + "C": 0.00011623377213254571, + "R": 3.690742460094043e-06, + "M": 9.56974909058772e-05, + "O": 3.916052719432628e-06, + "W": 6.264151863888401e-08, + "N": 2.1159496554901125e-06, + "Y": 0.00032354859285987914, + "U": 1.5697065691711032e-07, + "K": 8.660033756768826e-08, + "L": 7.32487990262598e-07, + "G": 8.174550021067262e-05, + "F": 0.00022305126185528934, + "E": 9.148350363830104e-05, + "T": 0.0002678261953406036, + "P": 0.09740858525037766, + "-": 0.9010918140411377 + }, + "id": "tp_27824" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3478011, + "label": "-", + "classification": { + "B": 8.99057397418801e-08, + "S": 1.1256881293775223e-07, + "I": 0.00022575838374905288, + "C": 3.0462357244687155e-05, + "R": 2.642843583089416e-06, + "M": 4.390245521790348e-05, + "O": 1.0704373380576726e-05, + "W": 3.021955876647553e-07, + "N": 5.4594434004684445e-06, + "Y": 0.0003772135532926768, + "U": 2.3556710004868364e-07, + "K": 1.932047098307521e-06, + "L": 4.6624450078525115e-07, + "G": 8.875723142409697e-05, + "F": 0.0005764463567174971, + "E": 0.0001451131101930514, + "T": 0.0002470579056534916, + "P": 0.0953919067978859, + "-": 0.9028514623641968 + }, + "id": "tp_27825" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3478145, + "label": "-", + "classification": { + "B": 1.4226268600647796e-11, + "S": 2.4913252884284365e-12, + "I": 1.1122740062319281e-07, + "C": 8.835119302830208e-10, + "R": 1.6792303658696994e-11, + "M": 4.016062593592551e-09, + "O": 2.3170418916862445e-09, + "W": 1.422708131859629e-11, + "N": 5.157343996309294e-10, + "Y": 3.71060451698213e-07, + "U": 3.960934011337791e-12, + "K": 1.2077183697556393e-10, + "L": 1.2734818408133286e-11, + "G": 3.467185649697058e-08, + "F": 3.1917431897454662e-06, + "E": 6.69740387593265e-08, + "T": 2.233215354863205e-07, + "P": 0.051115963608026505, + "-": 0.9488800168037415 + }, + "id": "tp_27826" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3478278, + "label": "-", + "classification": { + "B": 7.355428266464514e-08, + "S": 5.1498346920197946e-08, + "I": 0.0001105349583667703, + "C": 4.937483390676789e-05, + "R": 3.5759642287302995e-06, + "M": 1.0844732059922535e-05, + "O": 2.9763971269858303e-06, + "W": 2.0995129546008684e-07, + "N": 3.590597088987124e-06, + "Y": 0.0010779525619000196, + "U": 2.840218371602532e-07, + "K": 1.5841958884266205e-05, + "L": 2.584869776001142e-07, + "G": 0.00016889018297661096, + "F": 0.0019603087566792965, + "E": 0.00019298461847938597, + "T": 0.00013580780068878084, + "P": 0.049339815974235535, + "-": 0.9469265937805176 + }, + "id": "tp_27827" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3478378, + "label": "-", + "classification": { + "B": 1.6444810790883224e-11, + "S": 2.8795410500492835e-10, + "I": 4.122650238969072e-07, + "C": 1.1231427521352089e-07, + "R": 1.7739745672429308e-08, + "M": 3.2278734352075844e-07, + "O": 4.951822418775009e-08, + "W": 4.5728568154324023e-10, + "N": 6.423403142719053e-09, + "Y": 9.51597248786129e-05, + "U": 3.124424607925391e-10, + "K": 1.335311949901552e-08, + "L": 1.0680808459895275e-09, + "G": 7.452600243595953e-07, + "F": 0.0002561578876338899, + "E": 2.049076215371315e-07, + "T": 1.8755097698885947e-05, + "P": 0.010984622873365879, + "-": 0.9886434674263 + }, + "id": "tp_27828" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3478512, + "label": "-", + "classification": { + "B": 1.5273911913027405e-07, + "S": 2.004855446102738e-07, + "I": 0.007899412885308266, + "C": 0.0017518034437671304, + "R": 0.00020280288299545646, + "M": 0.00021158609888516366, + "O": 1.9333461750647984e-05, + "W": 1.8324300299354945e-06, + "N": 4.341193562140688e-05, + "Y": 0.011521519161760807, + "U": 1.0992520174113452e-06, + "K": 2.747514190559741e-05, + "L": 2.9479010663635563e-06, + "G": 0.0008521518320776522, + "F": 0.005034802481532097, + "E": 0.0010680665727704763, + "T": 0.0005690631223842502, + "P": 0.09837234020233154, + "-": 0.8724200129508972 + }, + "id": "tp_27829" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3478645, + "label": "-", + "classification": { + "B": 2.8316708353126607e-11, + "S": 1.4867518327577045e-10, + "I": 3.534125028181734e-07, + "C": 2.1075759804034533e-08, + "R": 1.1537572008890606e-09, + "M": 2.2245096715778345e-06, + "O": 5.100219979681242e-08, + "W": 2.1115653670022994e-10, + "N": 2.055033920811411e-09, + "Y": 8.550944585294928e-06, + "U": 2.4079431157342235e-11, + "K": 1.6969751992501614e-10, + "L": 9.572227455123539e-10, + "G": 2.9677642032766016e-07, + "F": 2.0496534489211626e-05, + "E": 1.7785056627417362e-07, + "T": 2.4669370759511366e-05, + "P": 0.012533578090369701, + "-": 0.9874094128608704 + }, + "id": "tp_27830" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3478779, + "label": "-", + "classification": { + "B": 6.939257673366228e-06, + "S": 5.76528054807568e-06, + "I": 0.0008627048810012639, + "C": 0.00036867408198304474, + "R": 7.011651177890599e-05, + "M": 0.0006614713347516954, + "O": 0.00016359673463739455, + "W": 6.668418336630566e-06, + "N": 3.245128391426988e-05, + "Y": 0.0032703529577702284, + "U": 3.1598908662999747e-06, + "K": 2.4615474103484303e-06, + "L": 5.066869198344648e-05, + "G": 0.0014229188673198223, + "F": 0.0034102650824934244, + "E": 0.0005407400894910097, + "T": 0.0019484044751152396, + "P": 0.10150790959596634, + "-": 0.8856646418571472 + }, + "id": "tp_27831" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3478879, + "label": "-", + "classification": { + "B": 5.0056954933097586e-05, + "S": 2.588103961898014e-05, + "I": 0.00041244979365728796, + "C": 0.0004506724944803864, + "R": 5.1749764679698274e-05, + "M": 0.000719438714440912, + "O": 0.0002006969734793529, + "W": 2.3880187654867768e-05, + "N": 4.3014970287913457e-05, + "Y": 0.0018253427697345614, + "U": 6.929940809641266e-06, + "K": 2.651349495863542e-05, + "L": 3.139608452329412e-05, + "G": 0.0006305626593530178, + "F": 0.006387641653418541, + "E": 0.0008665170171298087, + "T": 0.001262747566215694, + "P": 0.11870590597391129, + "-": 0.8682786226272583 + }, + "id": "tp_27832" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3479012, + "label": "-", + "classification": { + "B": 4.4432945287553594e-05, + "S": 1.388223608955741e-05, + "I": 0.011827848851680756, + "C": 0.001173645257949829, + "R": 0.00015041380538605154, + "M": 0.0028930597472935915, + "O": 0.0005290189292281866, + "W": 6.224352546269074e-05, + "N": 0.0003108001546934247, + "Y": 0.0104025574401021, + "U": 1.444193458155496e-05, + "K": 2.588260394986719e-05, + "L": 7.880378689151257e-05, + "G": 0.0019589492585510015, + "F": 0.001859484938904643, + "E": 0.002842504531145096, + "T": 0.0038310771342366934, + "P": 0.20589366555213928, + "-": 0.7560873031616211 + }, + "id": "tp_27833" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3479146, + "label": "-", + "classification": { + "B": 7.736091589549687e-08, + "S": 2.3380954061735792e-08, + "I": 1.0451421076140832e-05, + "C": 4.075570814165985e-07, + "R": 3.654675140296604e-08, + "M": 4.860024091613013e-06, + "O": 2.6290147161489585e-06, + "W": 4.2011571110833756e-08, + "N": 2.4415521693299524e-07, + "Y": 2.3568571123178117e-05, + "U": 6.9771988187028455e-09, + "K": 1.6205463637675166e-08, + "L": 9.88276696034518e-08, + "G": 7.168190222728299e-06, + "F": 0.00010032441059593111, + "E": 7.934047971502878e-06, + "T": 6.5205866121687e-05, + "P": 0.10029108077287674, + "-": 0.8994858860969543 + }, + "id": "tp_27834" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3479279, + "label": "-", + "classification": { + "B": 1.5245571732130925e-12, + "S": 9.546623474382399e-13, + "I": 4.523050023408359e-08, + "C": 4.8885007153387505e-09, + "R": 6.014203024484743e-11, + "M": 8.354299474433446e-09, + "O": 1.176756470044893e-09, + "W": 1.4656853205077813e-12, + "N": 1.7658630113714935e-10, + "Y": 6.144578605926654e-07, + "U": 1.946133575472797e-12, + "K": 1.1167959612645717e-10, + "L": 3.953374953791222e-12, + "G": 4.046640711408145e-08, + "F": 1.9818869532173267e-06, + "E": 3.464670328412467e-08, + "T": 3.9995512679524836e-07, + "P": 0.012469697743654251, + "-": 0.9875271916389465 + }, + "id": "tp_27835" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3479379, + "label": "-", + "classification": { + "B": 2.3276154479390243e-06, + "S": 3.29672593579744e-06, + "I": 0.0005704279756173491, + "C": 7.288366759894416e-05, + "R": 1.0006707270804327e-05, + "M": 0.00012155802687630057, + "O": 3.815964009845629e-05, + "W": 4.840178007725626e-06, + "N": 4.6119785110931844e-05, + "Y": 0.0008446852443739772, + "U": 5.988427346892422e-06, + "K": 0.00018294683832209557, + "L": 2.7565881737245945e-06, + "G": 0.00011129607446491718, + "F": 0.0039102500304579735, + "E": 0.0008409922011196613, + "T": 0.000747641664929688, + "P": 0.1375766396522522, + "-": 0.8549071550369263 + }, + "id": "tp_27836" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3479513, + "label": "-", + "classification": { + "B": 3.694012491450849e-07, + "S": 4.589825266521075e-07, + "I": 0.00023889300064183772, + "C": 0.000562263885512948, + "R": 4.0886690840125084e-05, + "M": 0.00036144733894616365, + "O": 3.417071275180206e-05, + "W": 6.809507908656087e-07, + "N": 3.787642754105036e-06, + "Y": 0.0026900682132691145, + "U": 8.896072927200294e-07, + "K": 4.946473382005934e-07, + "L": 7.536061730206711e-06, + "G": 0.0002951989008579403, + "F": 0.0006140837213024497, + "E": 5.9374840930104256e-05, + "T": 0.0024241688661277294, + "P": 0.01793711818754673, + "-": 0.9747280478477478 + }, + "id": "tp_27837" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3479646, + "label": "-", + "classification": { + "B": 1.5652616980332823e-08, + "S": 4.247020513048483e-09, + "I": 8.928047918743687e-07, + "C": 4.060737239797163e-07, + "R": 1.0849450227112811e-08, + "M": 8.034546226554085e-06, + "O": 6.824220122325642e-07, + "W": 5.133232949816602e-09, + "N": 2.00754097789968e-08, + "Y": 1.6869720639078878e-05, + "U": 1.0579739306848523e-09, + "K": 1.6219054987942627e-09, + "L": 3.176010920924455e-08, + "G": 1.9470785446173977e-06, + "F": 2.557989864726551e-05, + "E": 1.6383729644076084e-06, + "T": 6.577011663466692e-05, + "P": 0.019838709384202957, + "-": 0.9800392985343933 + }, + "id": "tp_27838" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3479780, + "label": "-", + "classification": { + "B": 5.16654701243624e-08, + "S": 1.7740640956276366e-08, + "I": 4.854177313973196e-05, + "C": 1.3021764971199445e-05, + "R": 5.363357331589214e-07, + "M": 9.918214345816523e-06, + "O": 1.4978520539443707e-06, + "W": 5.298802108200107e-08, + "N": 1.2992136362299789e-06, + "Y": 0.0006582594360224903, + "U": 5.034490513367018e-08, + "K": 3.312748276584898e-06, + "L": 6.485890935437055e-08, + "G": 7.813520642230287e-05, + "F": 0.0009003897430375218, + "E": 0.00030014049843885005, + "T": 8.486027218168601e-05, + "P": 0.060519538819789886, + "-": 0.937380313873291 + }, + "id": "tp_27839" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3479880, + "label": "-", + "classification": { + "B": 5.7523600105469086e-08, + "S": 3.8452377282283123e-08, + "I": 3.0980078008724377e-05, + "C": 3.593934934542631e-06, + "R": 5.059960699327348e-07, + "M": 2.7483023586682975e-05, + "O": 2.297987066413043e-06, + "W": 9.901703634795922e-08, + "N": 2.9861431016797724e-07, + "Y": 0.0003653916937764734, + "U": 1.6782939482595793e-08, + "K": 5.346514626580756e-07, + "L": 1.5903026451269398e-07, + "G": 4.548329161480069e-05, + "F": 0.001517217024229467, + "E": 6.579104956472293e-05, + "T": 6.277921056607738e-05, + "P": 0.033196210861206055, + "-": 0.964681088924408 + }, + "id": "tp_27840" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3480013, + "label": "-", + "classification": { + "B": 1.2792798997907084e-06, + "S": 6.559905330050242e-08, + "I": 0.00010883927461691201, + "C": 4.825061296287458e-06, + "R": 3.226608384920837e-07, + "M": 1.1320965313643683e-05, + "O": 5.4307652135321405e-06, + "W": 1.4503558531941962e-07, + "N": 3.0106766644166782e-06, + "Y": 0.00012683324166573584, + "U": 9.748742257897902e-08, + "K": 1.485505123355324e-07, + "L": 3.2746021361163e-07, + "G": 3.637005647760816e-05, + "F": 0.0001255734678125009, + "E": 0.0001127106006606482, + "T": 0.00012119062739657238, + "P": 0.26754388213157654, + "-": 0.7317975759506226 + }, + "id": "tp_27841" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3480147, + "label": "-", + "classification": { + "B": 9.268710243759415e-09, + "S": 2.238519147823581e-09, + "I": 1.1098602499259869e-06, + "C": 4.388255092635518e-06, + "R": 2.3688318151471321e-07, + "M": 4.12511781178182e-06, + "O": 8.634833648102358e-07, + "W": 6.385076911641363e-09, + "N": 8.858142663825674e-09, + "Y": 6.168065738165751e-05, + "U": 2.847099223046712e-09, + "K": 2.5585029650443403e-09, + "L": 9.221545127502395e-08, + "G": 1.3439526810543612e-05, + "F": 0.00019627569417934865, + "E": 5.264291758066975e-07, + "T": 3.386118987691589e-05, + "P": 0.00656180689111352, + "-": 0.9931215643882751 + }, + "id": "tp_27842" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3480280, + "label": "-", + "classification": { + "B": 3.323076214201137e-07, + "S": 4.9776264177126e-07, + "I": 6.255954212974757e-05, + "C": 8.445409548585303e-06, + "R": 1.1700464028763236e-06, + "M": 3.561283665476367e-05, + "O": 1.1202539099031128e-05, + "W": 3.585325032418041e-07, + "N": 2.399241111561423e-06, + "Y": 0.00031904407660476863, + "U": 1.547915360333718e-07, + "K": 1.709790211634754e-07, + "L": 1.320628257417411e-06, + "G": 3.137287785648368e-05, + "F": 0.0007852260605432093, + "E": 4.499548958847299e-05, + "T": 0.00028808487695641816, + "P": 0.16547489166259766, + "-": 0.83293217420578 + }, + "id": "tp_27843" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3480380, + "label": "-", + "classification": { + "B": 5.782360403827624e-07, + "S": 1.7302471633229288e-07, + "I": 1.6194413547054864e-05, + "C": 1.3496463907358702e-05, + "R": 2.4803598535072524e-06, + "M": 1.8573786292108707e-05, + "O": 6.433128419303102e-06, + "W": 2.46167616069215e-07, + "N": 8.504310926582548e-07, + "Y": 0.0013516925973817706, + "U": 7.148925362798764e-08, + "K": 2.390127292528632e-06, + "L": 4.1797156313805317e-07, + "G": 0.00023361168859992176, + "F": 0.002417611191049218, + "E": 4.6247063437476754e-05, + "T": 0.00013260288687888533, + "P": 0.03597746416926384, + "-": 0.9597788453102112 + }, + "id": "tp_27844" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3480514, + "label": "-", + "classification": { + "B": 8.481371878588106e-06, + "S": 6.131441523393732e-07, + "I": 0.00014524358266498893, + "C": 0.00023173254157882184, + "R": 1.661408350628335e-05, + "M": 0.0005917229573242366, + "O": 9.294595656683668e-05, + "W": 8.093248311524803e-07, + "N": 7.566497401967354e-07, + "Y": 0.0006120228208601475, + "U": 8.573503151865225e-08, + "K": 1.6197952978913577e-09, + "L": 4.287410411052406e-05, + "G": 0.000458403374068439, + "F": 0.0001288943603867665, + "E": 3.3186381187988445e-05, + "T": 0.0010814173147082329, + "P": 0.011899380944669247, + "-": 0.9846549034118652 + }, + "id": "tp_27845" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3480647, + "label": "-", + "classification": { + "B": 7.94955568039768e-09, + "S": 2.134499865746875e-08, + "I": 1.8317864487471525e-06, + "C": 4.260308799075574e-07, + "R": 1.6035373917588913e-08, + "M": 3.2344255487259943e-06, + "O": 3.9245406924237614e-07, + "W": 2.097743312390321e-08, + "N": 1.5255943708325503e-07, + "Y": 9.375303488923237e-05, + "U": 8.908074278224376e-09, + "K": 8.331488970725331e-06, + "L": 7.640683641341184e-09, + "G": 6.183553523442242e-06, + "F": 0.0011195463594049215, + "E": 2.9896253181505017e-05, + "T": 2.834964107023552e-05, + "P": 0.03151482343673706, + "-": 0.9671931266784668 + }, + "id": "tp_27846" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3480781, + "label": "-", + "classification": { + "B": 7.087182439136086e-06, + "S": 4.592581717588473e-06, + "I": 0.0006394455558620393, + "C": 2.9510221793316305e-05, + "R": 1.5262955912476173e-06, + "M": 0.0004157052608206868, + "O": 4.0154649468604475e-05, + "W": 3.418989081183099e-06, + "N": 5.7416120398556814e-05, + "Y": 0.0012655650498345494, + "U": 1.2666691873164382e-06, + "K": 1.3755813597526867e-05, + "L": 3.2286479836329818e-06, + "G": 0.00020978802058380097, + "F": 0.002008527284488082, + "E": 0.0024715098552405834, + "T": 0.0010664466535672545, + "P": 0.35652419924736023, + "-": 0.6352367997169495 + }, + "id": "tp_27847" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3480881, + "label": "-", + "classification": { + "B": 4.404850915307179e-05, + "S": 2.435588976368308e-05, + "I": 0.012441949918866158, + "C": 0.0018964225891977549, + "R": 0.00024295004550367594, + "M": 0.0027694350574165583, + "O": 0.00034641005913726985, + "W": 4.1040773794520646e-05, + "N": 0.0005219769664108753, + "Y": 0.010578405112028122, + "U": 3.700529123307206e-05, + "K": 4.53163193014916e-05, + "L": 0.00010177771036978811, + "G": 0.002287809271365404, + "F": 0.003251806367188692, + "E": 0.004258355591446161, + "T": 0.006023535039275885, + "P": 0.24214395880699158, + "-": 0.7129434943199158 + }, + "id": "tp_27848" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3481014, + "label": "P", + "classification": { + "B": 7.943428954604315e-07, + "S": 7.669713681934809e-07, + "I": 0.0007843076600693166, + "C": 1.7764647054718807e-05, + "R": 1.0333412774343742e-06, + "M": 2.3140285065892385e-06, + "O": 2.463702912791632e-06, + "W": 3.910632528913993e-07, + "N": 5.32113372173626e-05, + "Y": 2.6003097445936874e-05, + "U": 6.904898555148975e-07, + "K": 3.52971073880326e-06, + "L": 1.9545825580280507e-07, + "G": 1.497667562944116e-05, + "F": 0.00034979480551555753, + "E": 0.00041941547533497214, + "T": 3.1225506972987205e-05, + "P": 0.8311189413070679, + "-": 0.1671721488237381 + }, + "id": "tp_27849" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3481148, + "label": "-", + "classification": { + "B": 1.315976419391518e-06, + "S": 1.2593058329457563e-07, + "I": 0.0002896676887758076, + "C": 4.488290142035112e-05, + "R": 2.3598759071319364e-06, + "M": 0.00012176353629911318, + "O": 1.1530093615874648e-05, + "W": 2.9274013968461077e-07, + "N": 5.989828423480503e-06, + "Y": 0.000726439815480262, + "U": 2.2484822181922937e-07, + "K": 7.210130661405856e-07, + "L": 1.459418740523688e-06, + "G": 0.0002476232184562832, + "F": 0.0008289903635159135, + "E": 0.00035932802711613476, + "T": 0.00022627819271292537, + "P": 0.17817741632461548, + "-": 0.8189535140991211 + }, + "id": "tp_27850" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3481281, + "label": "-", + "classification": { + "B": 9.304310794044923e-12, + "S": 4.2662515187252836e-10, + "I": 2.5777184831099476e-08, + "C": 1.9656860583694424e-09, + "R": 1.6536319535909172e-10, + "M": 6.501154725668812e-09, + "O": 1.3222572370352736e-08, + "W": 2.2474190564114593e-10, + "N": 1.2075389577148599e-09, + "Y": 1.556406459712889e-06, + "U": 1.852212133668374e-11, + "K": 2.463642401195898e-09, + "L": 6.042676775619427e-11, + "G": 1.567140550662316e-08, + "F": 0.00014084581925999373, + "E": 2.4159556133440674e-08, + "T": 1.436216962247272e-06, + "P": 0.019852425903081894, + "-": 0.9800036549568176 + }, + "id": "tp_27851" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3481381, + "label": "-", + "classification": { + "B": 2.0586339577466362e-10, + "S": 8.825971620218809e-10, + "I": 1.5150275203268393e-06, + "C": 6.196155482030008e-07, + "R": 3.535602743909294e-08, + "M": 1.0346626595492125e-06, + "O": 1.1064560112572508e-07, + "W": 1.531976212554298e-09, + "N": 2.6034866706936555e-08, + "Y": 0.0001089019060600549, + "U": 1.0948832951385157e-09, + "K": 1.9301921838632552e-07, + "L": 2.3394450821001556e-09, + "G": 3.3713095035636798e-06, + "F": 0.0005351834697648883, + "E": 1.5452374100277666e-06, + "T": 1.8389362594462e-05, + "P": 0.010745732113718987, + "-": 0.9885833263397217 + }, + "id": "tp_27852" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3481515, + "label": "-", + "classification": { + "B": 3.190504139638506e-05, + "S": 1.4466796528722625e-05, + "I": 0.004322906956076622, + "C": 0.0007417815504595637, + "R": 9.610014967620373e-05, + "M": 0.0015517856227234006, + "O": 0.0002758114424068481, + "W": 2.28813605644973e-05, + "N": 0.0003706194111146033, + "Y": 0.009993668645620346, + "U": 1.9549081116565503e-05, + "K": 8.80656807566993e-05, + "L": 5.4735330195399e-05, + "G": 0.002256403211504221, + "F": 0.0071633742190897465, + "E": 0.004508191253989935, + "T": 0.003831022884696722, + "P": 0.23169299960136414, + "-": 0.7329638004302979 + }, + "id": "tp_27853" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3481648, + "label": "P", + "classification": { + "B": 1.2209561139897573e-09, + "S": 4.916548279609856e-10, + "I": 1.9310424249852076e-05, + "C": 1.2908442670322984e-07, + "R": 2.4371020757030237e-09, + "M": 1.5976598888300941e-07, + "O": 4.804649478273859e-08, + "W": 2.119269870703988e-09, + "N": 4.3894877421735146e-07, + "Y": 6.671340088360012e-06, + "U": 1.3425012213019727e-09, + "K": 3.3310828939647763e-07, + "L": 2.9803937096062327e-10, + "G": 1.8409263020657818e-06, + "F": 0.0001594476489117369, + "E": 0.00013500486966222525, + "T": 1.4764226534680347e-06, + "P": 0.6207131147384644, + "-": 0.37896203994750977 + }, + "id": "tp_27854" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3481782, + "label": "-", + "classification": { + "B": 7.634587184668362e-09, + "S": 1.2240773950011885e-09, + "I": 3.855534203012212e-08, + "C": 1.87540205587311e-09, + "R": 2.0176957327144862e-10, + "M": 6.698908094904255e-08, + "O": 1.32793687157573e-07, + "W": 1.1724556880921e-09, + "N": 7.381338873457821e-10, + "Y": 3.8924406453588745e-07, + "U": 1.7718380582176785e-11, + "K": 3.1549684739728967e-12, + "L": 3.3067177884760213e-09, + "G": 7.970246684863014e-08, + "F": 9.504476111033e-06, + "E": 3.441153850758383e-08, + "T": 2.8641682092711562e-06, + "P": 0.05628735572099686, + "-": 0.9436994791030884 + }, + "id": "tp_27855" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3481882, + "label": "-", + "classification": { + "B": 9.486205090070143e-05, + "S": 0.00020287719962652773, + "I": 0.012668956071138382, + "C": 0.0017502179834991693, + "R": 0.0004179438983555883, + "M": 0.001865821541287005, + "O": 0.0009587957756593823, + "W": 0.00023661756131332368, + "N": 0.0022892996203154325, + "Y": 0.012099416926503181, + "U": 0.0002092047652695328, + "K": 0.0008867563446983695, + "L": 0.00017761572962626815, + "G": 0.0029169495683163404, + "F": 0.011331426911056042, + "E": 0.011392856948077679, + "T": 0.010060603730380535, + "P": 0.4092094898223877, + "-": 0.5212303400039673 + }, + "id": "tp_27856" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3482015, + "label": "-", + "classification": { + "B": 8.892784535419196e-06, + "S": 5.974647478979023e-07, + "I": 0.00030255800811573863, + "C": 1.6234651411650702e-05, + "R": 4.175790309091099e-06, + "M": 3.528328306856565e-05, + "O": 2.2786400222685188e-05, + "W": 1.3982504469822743e-06, + "N": 1.5425755918840878e-05, + "Y": 0.0001678979315329343, + "U": 7.273777669070114e-07, + "K": 3.686657919388381e-06, + "L": 1.8862101569538936e-06, + "G": 0.00020606904581654817, + "F": 0.0017208249773830175, + "E": 0.0005935028311796486, + "T": 0.00016029980906751007, + "P": 0.4695769250392914, + "-": 0.5271608233451843 + }, + "id": "tp_27857" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3482149, + "label": "-", + "classification": { + "B": 2.9176128180097294e-09, + "S": 8.577496490858039e-10, + "I": 1.3841775398759637e-05, + "C": 2.1860532797290944e-06, + "R": 7.676662505673448e-08, + "M": 1.6087294625322102e-06, + "O": 3.2472891575707763e-07, + "W": 3.67272923185169e-09, + "N": 1.3034456003424566e-07, + "Y": 5.1637594879139215e-05, + "U": 4.19578860544334e-09, + "K": 4.645229978450516e-08, + "L": 1.1344782890887473e-08, + "G": 1.2368841453280766e-05, + "F": 0.00013629095337819308, + "E": 1.377288208459504e-05, + "T": 1.777134275471326e-05, + "P": 0.062343113124370575, + "-": 0.9374067187309265 + }, + "id": "tp_27858" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3482282, + "label": "-", + "classification": { + "B": 9.56671044605173e-08, + "S": 3.941760269299266e-07, + "I": 0.00024900486459955573, + "C": 0.02045036293566227, + "R": 0.001373383216559887, + "M": 0.00042731972644105554, + "O": 5.432392572402023e-05, + "W": 1.2704553000730812e-06, + "N": 2.476613190083299e-06, + "Y": 0.00197747559286654, + "U": 9.631032753532054e-07, + "K": 8.258633101831947e-07, + "L": 1.1815767720690928e-05, + "G": 0.0011124813463538885, + "F": 0.0015685471007600427, + "E": 3.400032801437192e-05, + "T": 0.0010807812213897705, + "P": 0.006757412571460009, + "-": 0.964897096157074 + }, + "id": "tp_27859" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3482382, + "label": "-", + "classification": { + "B": 4.965944322421478e-11, + "S": 2.233818338637228e-11, + "I": 2.056578523479402e-06, + "C": 1.9508404136558966e-07, + "R": 3.355550060035739e-09, + "M": 3.4526698300396674e-07, + "O": 2.1700307328842428e-08, + "W": 1.1948840528130944e-10, + "N": 1.5018953192225126e-08, + "Y": 1.516173688287381e-05, + "U": 1.1335743455020975e-10, + "K": 1.519546977135633e-08, + "L": 4.0021255753863727e-10, + "G": 2.320148269063793e-06, + "F": 0.00011267983063589782, + "E": 7.725792784185614e-06, + "T": 2.2223539417609572e-06, + "P": 0.055439531803131104, + "-": 0.9444177150726318 + }, + "id": "tp_27860" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3482516, + "label": "-", + "classification": { + "B": 7.228649678836518e-08, + "S": 2.491302630858172e-08, + "I": 1.739331491990015e-05, + "C": 2.5781846488825977e-06, + "R": 1.781140639423029e-07, + "M": 1.590062674949877e-05, + "O": 1.8047443290925003e-06, + "W": 3.964132488931682e-08, + "N": 4.0697602798900334e-07, + "Y": 6.25646862317808e-05, + "U": 2.4353701277846085e-08, + "K": 1.2216111677787467e-08, + "L": 2.2423733980758698e-07, + "G": 9.107081496040337e-06, + "F": 0.00015148332749959081, + "E": 1.4400380678125657e-05, + "T": 0.00024211537675000727, + "P": 0.23797085881233215, + "-": 0.7615107297897339 + }, + "id": "tp_27861" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3482649, + "label": "-", + "classification": { + "B": 3.914180624065011e-08, + "S": 1.4109271084805641e-08, + "I": 6.57106502330862e-05, + "C": 5.468437848321628e-06, + "R": 5.251690140539722e-07, + "M": 2.2436785002355464e-05, + "O": 2.6721049835032318e-06, + "W": 3.253634162092567e-08, + "N": 1.0420425269330735e-06, + "Y": 0.00019727196195162833, + "U": 6.826979870311334e-08, + "K": 7.303090399091161e-08, + "L": 3.116994378160598e-07, + "G": 2.1307017959770747e-05, + "F": 0.00020427940762601793, + "E": 2.5907216695486568e-05, + "T": 0.0003951922117266804, + "P": 0.07344513386487961, + "-": 0.9256124496459961 + }, + "id": "tp_27862" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3482783, + "label": "-", + "classification": { + "B": 3.3716200942279784e-09, + "S": 1.1946040823218596e-09, + "I": 2.359930022066692e-06, + "C": 9.523424182589224e-08, + "R": 2.8493607473478733e-09, + "M": 4.882936082140077e-06, + "O": 8.802941664498576e-08, + "W": 1.0728519184155516e-09, + "N": 6.453391421246124e-08, + "Y": 0.00013363166362978518, + "U": 5.327529528642572e-10, + "K": 6.387475082192395e-07, + "L": 1.2348025935082774e-09, + "G": 9.079692063096445e-06, + "F": 0.000431944994488731, + "E": 0.00013078268966637552, + "T": 1.3457028217089828e-05, + "P": 0.07153643667697906, + "-": 0.9277366995811462 + }, + "id": "tp_27863" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3482883, + "label": "-", + "classification": { + "B": 2.1106231429257605e-07, + "S": 5.206588866712991e-07, + "I": 8.303111826535314e-05, + "C": 1.3164772099116817e-05, + "R": 1.749553689478489e-06, + "M": 3.3787287975428626e-05, + "O": 9.83129211817868e-06, + "W": 5.208848961046897e-07, + "N": 5.414598035713425e-06, + "Y": 0.0005706296651624143, + "U": 2.4197098014155927e-07, + "K": 1.264990078198025e-05, + "L": 3.710113958277361e-07, + "G": 6.197606853675097e-05, + "F": 0.0018525229534134269, + "E": 0.00024084304459393024, + "T": 0.00019339863501954824, + "P": 0.07065682858228683, + "-": 0.926262378692627 + }, + "id": "tp_27864" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3483016, + "label": "P", + "classification": { + "B": 0.00044850129052065313, + "S": 9.701102680992335e-05, + "I": 0.051641032099723816, + "C": 0.0076402765698730946, + "R": 0.0005011645262129605, + "M": 0.005268511362373829, + "O": 0.0005086680175736547, + "W": 0.0001035517270793207, + "N": 0.0019208843586966395, + "Y": 0.010297533124685287, + "U": 7.740311411907896e-05, + "K": 3.0350514862220734e-05, + "L": 0.0002737586328294128, + "G": 0.0028200147207826376, + "F": 0.0015414947411045432, + "E": 0.04389840364456177, + "T": 0.004298865329474211, + "P": 0.5411210060119629, + "-": 0.3275115489959717 + }, + "id": "tp_27865" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3483150, + "label": "-", + "classification": { + "B": 5.0039172805327325e-09, + "S": 1.5133199138261944e-09, + "I": 6.081106107558298e-07, + "C": 2.5516280288684356e-07, + "R": 2.0755660301574608e-08, + "M": 2.1950861537334276e-06, + "O": 5.321925868884136e-07, + "W": 2.6952848841688137e-09, + "N": 3.045478758068043e-09, + "Y": 8.682653970026877e-06, + "U": 3.500118528343421e-10, + "K": 1.0008154721630191e-10, + "L": 2.3856880915218426e-08, + "G": 1.4150959941616748e-06, + "F": 1.641190283407923e-05, + "E": 1.1500387131491152e-07, + "T": 1.7630656657274812e-05, + "P": 0.007995209656655788, + "-": 0.9919568300247192 + }, + "id": "tp_27866" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3483283, + "label": "-", + "classification": { + "B": 4.85549664711038e-12, + "S": 2.213678676130093e-12, + "I": 2.9009816771008445e-08, + "C": 1.929792681210074e-08, + "R": 2.431030377003651e-10, + "M": 4.56629685174903e-08, + "O": 2.024133305411624e-09, + "W": 3.695621499794077e-12, + "N": 5.653832263474712e-11, + "Y": 3.32453009832534e-06, + "U": 6.153513028989144e-12, + "K": 9.038947541839537e-12, + "L": 9.628927516436292e-11, + "G": 8.685959329568504e-08, + "F": 1.6492703025505762e-06, + "E": 2.8777309424299347e-08, + "T": 2.0586624032148393e-06, + "P": 0.0043859160505235195, + "-": 0.9956068396568298 + }, + "id": "tp_27867" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3483383, + "label": "-", + "classification": { + "B": 5.316182978276629e-06, + "S": 1.9635335775092244e-06, + "I": 0.0013233305653557181, + "C": 4.0231443563243374e-05, + "R": 3.1086983653949574e-06, + "M": 7.044964877422899e-05, + "O": 2.245988252980169e-05, + "W": 3.326566684336285e-06, + "N": 0.00011679931776598096, + "Y": 0.0004723871825262904, + "U": 2.339652610316989e-06, + "K": 5.714252620236948e-05, + "L": 9.45701913224184e-07, + "G": 9.454764949623495e-05, + "F": 0.0017757483292371035, + "E": 0.00290869502350688, + "T": 0.00018593457934912294, + "P": 0.4865228235721588, + "-": 0.5063924193382263 + }, + "id": "tp_27868" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3483517, + "label": "-", + "classification": { + "B": 3.992561687482521e-06, + "S": 1.4255507494453923e-06, + "I": 0.0033413884229958057, + "C": 0.000489193364046514, + "R": 4.655869270209223e-05, + "M": 0.0003917079302482307, + "O": 4.0366765460930765e-05, + "W": 4.260164132574573e-06, + "N": 0.00011416953930165619, + "Y": 0.0033518520649522543, + "U": 4.992868070985423e-06, + "K": 0.00011513808567542583, + "L": 4.856804025621386e-06, + "G": 0.0008653604309074581, + "F": 0.003024420002475381, + "E": 0.005315450951457024, + "T": 0.0009055254049599171, + "P": 0.17781709134578705, + "-": 0.8041622638702393 + }, + "id": "tp_27869" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3483650, + "label": "-", + "classification": { + "B": 2.715804612307693e-07, + "S": 1.7241676175672183e-07, + "I": 8.765750862949062e-06, + "C": 3.1333856895798817e-06, + "R": 2.4415598431914987e-07, + "M": 1.0963564818666782e-05, + "O": 5.701986992789898e-06, + "W": 8.758029679256651e-08, + "N": 6.734346698067384e-07, + "Y": 0.00012779131066054106, + "U": 3.517360269711389e-08, + "K": 1.3500559248313948e-07, + "L": 2.3326965958858636e-07, + "G": 4.157355215284042e-05, + "F": 0.0004372423863969743, + "E": 1.9036953744944185e-05, + "T": 0.00012765402789227664, + "P": 0.07485620677471161, + "-": 0.9243600368499756 + }, + "id": "tp_27870" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3483750, + "label": "-", + "classification": { + "B": 2.2234340757432136e-10, + "S": 8.000691775755797e-11, + "I": 3.3064561648643576e-06, + "C": 8.003558349400919e-08, + "R": 1.8623937947381819e-09, + "M": 4.7084782295314653e-08, + "O": 2.3105048541083306e-08, + "W": 5.331442509692863e-10, + "N": 4.474158998846178e-08, + "Y": 3.935739641747205e-06, + "U": 3.8641048694110225e-10, + "K": 2.555379374769018e-08, + "L": 1.6991826001788723e-10, + "G": 4.219121763071598e-07, + "F": 5.604389662039466e-05, + "E": 3.898588602169184e-06, + "T": 1.5306134173442842e-06, + "P": 0.20605036616325378, + "-": 0.7938803434371948 + }, + "id": "tp_27871" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3483884, + "label": "-", + "classification": { + "B": 4.5788794977852376e-10, + "S": 9.229135677912836e-09, + "I": 2.00089493773703e-06, + "C": 9.058801708761166e-08, + "R": 7.1910313259593295e-09, + "M": 1.0578088449619827e-06, + "O": 2.642406968789146e-07, + "W": 4.353834626158459e-09, + "N": 6.219465120693712e-08, + "Y": 1.9545641407603398e-05, + "U": 4.744528658839897e-10, + "K": 4.634096129052523e-08, + "L": 3.074872356734204e-09, + "G": 1.2798255966117722e-06, + "F": 0.0008682548650540411, + "E": 2.1469438706844812e-06, + "T": 1.8008999177254736e-05, + "P": 0.05208064243197441, + "-": 0.9470065832138062 + }, + "id": "tp_27872" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3484017, + "label": "P", + "classification": { + "B": 2.057400257104991e-12, + "S": 4.9630730027030306e-14, + "I": 1.068829305950203e-06, + "C": 8.369568926802629e-10, + "R": 3.745427579193716e-12, + "M": 9.632947772786338e-10, + "O": 4.4472644317172794e-11, + "W": 1.4634154348394657e-13, + "N": 9.797568312208682e-10, + "Y": 3.506645285256127e-08, + "U": 8.700173827896895e-13, + "K": 1.068277736236689e-12, + "L": 1.4076973094134804e-12, + "G": 1.2708345487055794e-08, + "F": 3.9626229408895597e-07, + "E": 3.9550835140289564e-07, + "T": 3.582047014560885e-08, + "P": 0.8935234546661377, + "-": 0.1064746230840683 + }, + "id": "tp_27873" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3484151, + "label": "P", + "classification": { + "B": 3.5050672408942773e-07, + "S": 2.900099786984356e-07, + "I": 0.00037147875991649926, + "C": 1.4223533071344718e-06, + "R": 1.0906897074391964e-07, + "M": 4.186988917354029e-06, + "O": 2.947853772639064e-06, + "W": 2.0409186163306003e-07, + "N": 1.4520281183649786e-05, + "Y": 2.3062526452122256e-05, + "U": 3.9595249745616456e-08, + "K": 9.055174388095111e-08, + "L": 8.029076070670271e-08, + "G": 2.4650682917126687e-06, + "F": 9.517462603980675e-05, + "E": 0.00016901225899346173, + "T": 2.5232309781131335e-05, + "P": 0.7470043897628784, + "-": 0.252284973859787 + }, + "id": "tp_27874" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3484251, + "label": "P", + "classification": { + "B": 5.300302419186664e-09, + "S": 2.991509540084536e-10, + "I": 4.4137927943666e-06, + "C": 3.783819835234681e-08, + "R": 5.727450180792459e-10, + "M": 7.862067263886274e-08, + "O": 2.7204855257423333e-08, + "W": 1.0084345580807508e-09, + "N": 6.517161921237857e-08, + "Y": 1.044959844875848e-06, + "U": 1.1308826097788938e-09, + "K": 1.372574676139493e-08, + "L": 4.5783302149438043e-10, + "G": 3.2465703725392814e-07, + "F": 4.255121530150063e-05, + "E": 1.5936539057292975e-05, + "T": 1.5138620028665173e-06, + "P": 0.5695915818214417, + "-": 0.430342435836792 + }, + "id": "tp_27875" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3484384, + "label": "P", + "classification": { + "B": 2.2116896758461735e-08, + "S": 8.545587848463043e-11, + "I": 0.00021099262812640518, + "C": 7.244095456826471e-08, + "R": 9.824253632828572e-10, + "M": 2.215319625520351e-07, + "O": 4.352509019867057e-09, + "W": 2.306850960254181e-10, + "N": 5.306137040861358e-07, + "Y": 3.7868796880502487e-06, + "U": 4.245749307685287e-10, + "K": 4.2225654084404596e-09, + "L": 3.723635011443349e-10, + "G": 5.500696715898812e-07, + "F": 3.209013357263757e-06, + "E": 0.0002569045464042574, + "T": 5.394818458626105e-07, + "P": 0.9563097953796387, + "-": 0.043213434517383575 + }, + "id": "tp_27876" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3484518, + "label": "P", + "classification": { + "B": 2.7079445885647146e-07, + "S": 5.529664548475921e-08, + "I": 0.0006389327463693917, + "C": 3.2878238016564865e-06, + "R": 1.2643074853713188e-07, + "M": 1.1801693290180992e-05, + "O": 7.253888156810717e-07, + "W": 8.6651695596629e-08, + "N": 1.8259253920405172e-05, + "Y": 0.0001646222226554528, + "U": 4.685639964918664e-08, + "K": 1.2854053466071491e-06, + "L": 1.9492942371357458e-08, + "G": 1.00821025625919e-05, + "F": 0.00019345585315022618, + "E": 0.0011277252342551947, + "T": 2.739878254942596e-05, + "P": 0.7118615508079529, + "-": 0.28594017028808594 + }, + "id": "tp_27877" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3484651, + "label": "P", + "classification": { + "B": 3.541955706509725e-08, + "S": 8.943273899220117e-10, + "I": 0.00034576718462631106, + "C": 6.182038987390115e-07, + "R": 9.225918695676683e-09, + "M": 1.6702659877410042e-07, + "O": 1.0501560510078889e-08, + "W": 8.008353979960248e-10, + "N": 2.9082034416205715e-06, + "Y": 1.3325014833753812e-06, + "U": 4.598112113285424e-09, + "K": 1.738977140064435e-08, + "L": 1.7591224032997843e-09, + "G": 1.0439104016768397e-06, + "F": 9.065824087883811e-06, + "E": 0.0003221317601855844, + "T": 7.099344543348707e-07, + "P": 0.9806248545646667, + "-": 0.018691444769501686 + }, + "id": "tp_27878" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3484751, + "label": "-", + "classification": { + "B": 1.1009639422354667e-08, + "S": 4.223741800757352e-09, + "I": 1.496229651820613e-05, + "C": 1.2765854080498684e-06, + "R": 2.28167031934845e-08, + "M": 3.5453062992019113e-06, + "O": 1.5224537719404907e-07, + "W": 4.44680336997294e-09, + "N": 2.7927561063734174e-07, + "Y": 4.191468542558141e-05, + "U": 9.386469379535356e-09, + "K": 2.0441829917672294e-07, + "L": 1.3101080220678796e-08, + "G": 6.340331310639158e-06, + "F": 0.0003447658382356167, + "E": 8.509335748385638e-05, + "T": 2.3873979444033466e-05, + "P": 0.2574180066585541, + "-": 0.7420595288276672 + }, + "id": "tp_27879" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3484885, + "label": "-", + "classification": { + "B": 4.500872563539815e-09, + "S": 1.3865302683768732e-08, + "I": 7.087106041581137e-06, + "C": 9.734910690895049e-07, + "R": 3.667787140670953e-08, + "M": 4.461739138150733e-07, + "O": 3.112610045263864e-07, + "W": 1.2378197133955382e-08, + "N": 6.519450153064099e-07, + "Y": 3.865635517286137e-05, + "U": 2.760418205127735e-08, + "K": 3.7939264529995853e-07, + "L": 1.0800101257757433e-08, + "G": 2.01826742340927e-06, + "F": 0.0005300824414007366, + "E": 6.2412946135737e-06, + "T": 5.083016731077805e-05, + "P": 0.27596959471702576, + "-": 0.7233924865722656 + }, + "id": "tp_27880" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3485018, + "label": "-", + "classification": { + "B": 1.1298939170956146e-06, + "S": 5.7494077054798254e-08, + "I": 0.001705856411717832, + "C": 0.0002770668943412602, + "R": 1.8913511667051353e-05, + "M": 8.833650645101443e-05, + "O": 1.0314999599358998e-05, + "W": 2.728349670633179e-07, + "N": 1.3829769159201533e-05, + "Y": 0.001496687182225287, + "U": 6.490898272204504e-07, + "K": 3.5371806461625965e-07, + "L": 2.1093158011353808e-06, + "G": 0.0002938362304121256, + "F": 0.0002224387280875817, + "E": 0.00048706840607337654, + "T": 0.00034023160696960986, + "P": 0.1667836308479309, + "-": 0.8282572031021118 + }, + "id": "tp_27881" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3485152, + "label": "P", + "classification": { + "B": 5.103536482309323e-10, + "S": 2.730892734170709e-10, + "I": 8.090879418887198e-05, + "C": 1.119469601462697e-07, + "R": 2.0985351234514837e-09, + "M": 3.994234276660791e-08, + "O": 3.210992804980606e-09, + "W": 1.1262419469248997e-10, + "N": 5.521811203834659e-07, + "Y": 4.939345217280788e-07, + "U": 1.298053192710924e-10, + "K": 9.781233600847372e-10, + "L": 1.545677613679075e-10, + "G": 1.9624175706667302e-07, + "F": 5.356209385354305e-06, + "E": 7.192125394794857e-06, + "T": 4.5963909656165924e-07, + "P": 0.9744147658348083, + "-": 0.0254899263381958 + }, + "id": "tp_27882" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3485252, + "label": "-", + "classification": { + "B": 2.119730502236905e-10, + "S": 6.324385459777204e-11, + "I": 8.459712148578546e-07, + "C": 2.7133260971368145e-08, + "R": 7.35339789059708e-10, + "M": 9.253152022381528e-09, + "O": 4.628197824985136e-09, + "W": 1.2675704930131815e-10, + "N": 7.59087726009966e-09, + "Y": 2.484700644345139e-06, + "U": 1.0212916623508761e-10, + "K": 8.034214959984354e-10, + "L": 1.3768011730697083e-10, + "G": 1.603014396778235e-07, + "F": 4.7597823140677065e-05, + "E": 1.078087279893225e-06, + "T": 5.449700211102027e-07, + "P": 0.3763241171836853, + "-": 0.6236231327056885 + }, + "id": "tp_27883" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3485385, + "label": "-", + "classification": { + "B": 5.267559934248045e-13, + "S": 9.16031844561821e-14, + "I": 6.482760994686032e-08, + "C": 1.7542273189619095e-09, + "R": 7.100851590752244e-12, + "M": 7.333729734604333e-10, + "O": 4.314285734219325e-11, + "W": 1.6158602234028763e-13, + "N": 6.937621310765252e-11, + "Y": 1.4668195547073992e-07, + "U": 9.815410338892896e-14, + "K": 8.433385934036863e-12, + "L": 4.268648694065458e-13, + "G": 1.7822952003143655e-08, + "F": 4.420488494361052e-06, + "E": 1.2216048617119668e-07, + "T": 1.8396956846800094e-08, + "P": 0.17014141380786896, + "-": 0.8298537135124207 + }, + "id": "tp_27884" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3485519, + "label": "-", + "classification": { + "B": 2.521910458241905e-10, + "S": 1.8675841428894557e-10, + "I": 2.4109288006002316e-06, + "C": 1.4730770381277125e-08, + "R": 8.032842169214405e-10, + "M": 1.4807397974436753e-07, + "O": 1.6409213543511214e-08, + "W": 2.0371777875727304e-10, + "N": 2.0329101957372586e-08, + "Y": 1.1571856930459035e-06, + "U": 5.709906505946272e-11, + "K": 1.1397975896443313e-09, + "L": 3.5556094180044795e-10, + "G": 2.7437221206128015e-07, + "F": 6.840685091447085e-05, + "E": 2.167520733564743e-06, + "T": 2.7331727778800996e-06, + "P": 0.3475028872489929, + "-": 0.6524198055267334 + }, + "id": "tp_27885" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3485652, + "label": "P", + "classification": { + "B": 2.7346266917582795e-10, + "S": 3.7676536890351997e-10, + "I": 2.1275729523040354e-05, + "C": 2.411990607242842e-08, + "R": 3.241374502138683e-09, + "M": 4.053432434147908e-08, + "O": 1.0400727390447173e-08, + "W": 2.1548422768358222e-10, + "N": 1.6395577517869242e-07, + "Y": 2.4658104393893154e-06, + "U": 7.53986456603073e-11, + "K": 2.41181918880784e-09, + "L": 3.4127820014440147e-10, + "G": 9.123716040448926e-07, + "F": 3.3296124456683174e-05, + "E": 7.223682132462272e-06, + "T": 6.181445542097208e-07, + "P": 0.9299178719520569, + "-": 0.07001607865095139 + }, + "id": "tp_27886" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3485752, + "label": "-", + "classification": { + "B": 2.0150162788334924e-11, + "S": 3.431609163495608e-11, + "I": 1.5202449503703974e-06, + "C": 3.444914042916025e-08, + "R": 3.200083531496034e-10, + "M": 5.685024362378499e-08, + "O": 5.5621902639302334e-09, + "W": 1.1537640287606621e-10, + "N": 1.805996774351115e-08, + "Y": 2.3330469502980122e-06, + "U": 6.81195516660793e-11, + "K": 3.4024878914351575e-08, + "L": 4.392830196819908e-11, + "G": 1.4313238239083148e-07, + "F": 9.945841156877577e-05, + "E": 6.976314580242615e-06, + "T": 7.943397122289753e-07, + "P": 0.15105818212032318, + "-": 0.8488304615020752 + }, + "id": "tp_27887" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3485886, + "label": "P", + "classification": { + "B": 5.899128841663215e-12, + "S": 3.661986078956625e-12, + "I": 1.3709664017369505e-05, + "C": 3.6124832292205866e-11, + "R": 1.4141985109003552e-12, + "M": 9.535037204244645e-10, + "O": 4.638997866401873e-11, + "W": 1.5228263528649366e-12, + "N": 1.5788455698384496e-07, + "Y": 2.482117622548685e-09, + "U": 9.843196136644083e-13, + "K": 3.346448673724467e-10, + "L": 2.633832821979931e-13, + "G": 1.2791966375047537e-09, + "F": 8.71690133408265e-08, + "E": 9.048235369846225e-06, + "T": 4.445825041443641e-09, + "P": 0.9993174076080322, + "-": 0.0006595425074920058 + }, + "id": "tp_27888" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3486019, + "label": "P", + "classification": { + "B": 2.1560938989750866e-07, + "S": 1.1445251857367111e-07, + "I": 0.002847285009920597, + "C": 2.2507043468067423e-05, + "R": 1.717360191832995e-06, + "M": 4.9439786380389705e-05, + "O": 1.4908591765561141e-06, + "W": 6.087483939154481e-08, + "N": 2.508223769837059e-05, + "Y": 0.00035895375185646117, + "U": 1.982573678560584e-07, + "K": 5.112790972816583e-07, + "L": 3.201804190666735e-07, + "G": 4.538853681879118e-05, + "F": 0.00023245679039973766, + "E": 0.0009486891212873161, + "T": 0.00013967872655484825, + "P": 0.7251436114311218, + "-": 0.27018219232559204 + }, + "id": "tp_27889" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3486153, + "label": "-", + "classification": { + "B": 4.8108471872865266e-08, + "S": 7.579793503964538e-08, + "I": 0.0002570828655734658, + "C": 8.57185477798339e-06, + "R": 1.757431391524733e-06, + "M": 1.5718276245024754e-06, + "O": 2.1137195744813653e-06, + "W": 3.2634360991323774e-07, + "N": 1.1612029993557371e-05, + "Y": 0.0003360335831530392, + "U": 4.4053595615878294e-07, + "K": 0.00011752141290344298, + "L": 4.7240099831924454e-08, + "G": 5.2179511840222403e-05, + "F": 0.0024631551932543516, + "E": 0.0002600136795081198, + "T": 3.5875931644113734e-05, + "P": 0.26799941062927246, + "-": 0.7284521460533142 + }, + "id": "tp_27890" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3486253, + "label": "P", + "classification": { + "B": 8.230288450761236e-09, + "S": 2.0565578129350115e-09, + "I": 8.720409823581576e-05, + "C": 4.4476630023382313e-07, + "R": 1.0533648620025815e-08, + "M": 9.51997591869258e-08, + "O": 2.7507990552066985e-08, + "W": 1.5733205849244314e-09, + "N": 1.0719394367697532e-06, + "Y": 2.2524004634760786e-06, + "U": 2.0793555766118743e-09, + "K": 7.184803862969602e-09, + "L": 2.3021329287331582e-09, + "G": 9.567162351231673e-07, + "F": 3.394236773601733e-05, + "E": 2.6893701942753978e-05, + "T": 8.812464216134686e-07, + "P": 0.9435930252075195, + "-": 0.056253209710121155 + }, + "id": "tp_27891" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3486386, + "label": "P", + "classification": { + "B": 2.1576401776357557e-10, + "S": 3.8505917204778584e-11, + "I": 8.475097274640575e-05, + "C": 3.0352239832609484e-07, + "R": 2.956715761115447e-09, + "M": 5.223908061680049e-08, + "O": 2.194446846459641e-09, + "W": 6.726005169488403e-11, + "N": 3.091722078352177e-07, + "Y": 1.3279292261358933e-06, + "U": 1.7783098604784442e-10, + "K": 7.974438887003998e-10, + "L": 1.674567984277786e-10, + "G": 3.627653768489836e-07, + "F": 2.7217447495786473e-06, + "E": 2.4430797566310503e-05, + "T": 3.4982954844053893e-07, + "P": 0.9523195028305054, + "-": 0.047565776854753494 + }, + "id": "tp_27892" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3486520, + "label": "P", + "classification": { + "B": 2.944499644108589e-10, + "S": 1.1690760859384142e-10, + "I": 1.028291762850131e-06, + "C": 2.430202883374477e-08, + "R": 1.8644191746020056e-10, + "M": 1.7807641583544864e-08, + "O": 8.168918874673636e-09, + "W": 2.0089281627111433e-10, + "N": 1.9762234515496857e-08, + "Y": 4.874159458267968e-07, + "U": 3.3562777557172296e-10, + "K": 6.11982420295476e-09, + "L": 1.753274608828903e-10, + "G": 8.98463312637432e-08, + "F": 4.998839722247794e-05, + "E": 3.193195880157873e-06, + "T": 9.421585787094955e-07, + "P": 0.5662516355514526, + "-": 0.4336925745010376 + }, + "id": "tp_27893" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3486653, + "label": "-", + "classification": { + "B": 2.0754485774432396e-07, + "S": 1.9922413940776096e-08, + "I": 0.005848350469022989, + "C": 0.00038124722777865827, + "R": 8.684351996635087e-06, + "M": 2.8231270334799774e-05, + "O": 2.5797287435125327e-06, + "W": 7.540168667219405e-08, + "N": 2.128968662873376e-05, + "Y": 0.0014840168878436089, + "U": 2.641765490807302e-07, + "K": 1.688986088765887e-07, + "L": 6.111332595537533e-07, + "G": 0.00016991473967209458, + "F": 0.00014097231905907393, + "E": 0.0009701917879283428, + "T": 0.00021844236471224576, + "P": 0.4099098742008209, + "-": 0.580814778804779 + }, + "id": "tp_27894" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3486753, + "label": "P", + "classification": { + "B": 9.33307098271996e-10, + "S": 1.1839019764536829e-09, + "I": 2.980582030431833e-05, + "C": 6.535930765494413e-07, + "R": 1.097743407285634e-08, + "M": 1.2768576596045023e-07, + "O": 4.9974101301586416e-08, + "W": 1.224592649506917e-09, + "N": 1.2291330904190545e-06, + "Y": 8.264756615972146e-06, + "U": 4.15630907468767e-09, + "K": 9.027294822772092e-07, + "L": 6.020851039956199e-10, + "G": 2.4751695946179098e-06, + "F": 0.0001784311607480049, + "E": 0.00013250764459371567, + "T": 2.6646982860256685e-06, + "P": 0.6319365501403809, + "-": 0.36770617961883545 + }, + "id": "tp_27895" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3486887, + "label": "P", + "classification": { + "B": 0.0006304848939180374, + "S": 0.00011522669228725135, + "I": 0.021126849576830864, + "C": 0.0007478323532268405, + "R": 7.658064714632928e-05, + "M": 0.0031775920651853085, + "O": 0.00034410078660584986, + "W": 9.222566586686298e-05, + "N": 0.0033576334826648235, + "Y": 0.003382219234481454, + "U": 7.473878213204443e-05, + "K": 0.00024373609630856663, + "L": 6.640846549998969e-05, + "G": 0.0014457690995186567, + "F": 0.0017570140771567822, + "E": 0.03607407957315445, + "T": 0.0025106584653258324, + "P": 0.7906481027603149, + "-": 0.13412871956825256 + }, + "id": "tp_27896" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3487020, + "label": "P", + "classification": { + "B": 8.699186082594679e-07, + "S": 1.3449633797790739e-06, + "I": 0.0011183834867551923, + "C": 0.00019462124328128994, + "R": 2.563949783507269e-05, + "M": 7.696350803598762e-05, + "O": 1.7867940186988562e-05, + "W": 9.97444658423774e-07, + "N": 5.52403180336114e-05, + "Y": 0.0005764314555563033, + "U": 1.0072906206914922e-06, + "K": 5.3870671763434075e-06, + "L": 2.3013549252937082e-06, + "G": 0.00028979266062378883, + "F": 0.00253298575989902, + "E": 0.0003559392935130745, + "T": 0.00043004838516935706, + "P": 0.5527162551879883, + "-": 0.44159796833992004 + }, + "id": "tp_27897" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3487154, + "label": "-", + "classification": { + "B": 1.0326627747359041e-10, + "S": 1.5067658232226222e-10, + "I": 2.681176738406066e-06, + "C": 5.835514116370177e-07, + "R": 7.406103730289715e-09, + "M": 4.383916518690967e-08, + "O": 4.1506403647417756e-08, + "W": 3.35266286954905e-10, + "N": 6.134646923783293e-08, + "Y": 3.1736444725538604e-06, + "U": 5.047285922543665e-10, + "K": 2.1047224407766407e-08, + "L": 3.3037961255644177e-10, + "G": 9.432887395632861e-07, + "F": 0.00015778036322444677, + "E": 2.704211055970518e-06, + "T": 1.9028407223231625e-06, + "P": 0.16026560962200165, + "-": 0.8395643830299377 + }, + "id": "tp_27898" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3487254, + "label": "P", + "classification": { + "B": 3.6609765174944187e-06, + "S": 6.123779598965484e-07, + "I": 0.0002715215377975255, + "C": 5.085739758214913e-06, + "R": 5.347845899450476e-07, + "M": 5.533389867196092e-06, + "O": 6.779916020605015e-06, + "W": 3.500205991713301e-07, + "N": 1.6314364984282292e-05, + "Y": 8.895854989532381e-06, + "U": 9.796411859497312e-08, + "K": 3.6500818367812826e-08, + "L": 7.399449941658531e-07, + "G": 2.9863285817555152e-05, + "F": 0.00011422716488596052, + "E": 0.00012544095807243139, + "T": 3.3044991141650826e-05, + "P": 0.8843129873275757, + "-": 0.11506424099206924 + }, + "id": "tp_27899" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3487387, + "label": "-", + "classification": { + "B": 1.507085471530445e-06, + "S": 1.2643794207178871e-06, + "I": 0.0002896098594646901, + "C": 4.198994065518491e-05, + "R": 2.60623869507981e-06, + "M": 0.00011023550905520096, + "O": 1.7587055481271818e-05, + "W": 1.0425447953821276e-06, + "N": 2.2207688743947074e-05, + "Y": 0.00087389862164855, + "U": 9.95401933323592e-07, + "K": 1.3052575013716705e-05, + "L": 1.6448915403088904e-06, + "G": 0.00011778009502450004, + "F": 0.0022334062959998846, + "E": 0.0017294187564402819, + "T": 0.00038893145392648876, + "P": 0.23422490060329437, + "-": 0.7599279284477234 + }, + "id": "tp_27900" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3487521, + "label": "P", + "classification": { + "B": 3.659889665635907e-12, + "S": 2.33787788390602e-13, + "I": 6.18795365880942e-06, + "C": 4.133108966186683e-09, + "R": 9.556470198512912e-12, + "M": 1.7357341119961234e-09, + "O": 1.5088562344001133e-11, + "W": 2.659084974779291e-13, + "N": 8.96338914202488e-09, + "Y": 1.1876961636403394e-08, + "U": 7.039564244026852e-13, + "K": 1.33219598547063e-11, + "L": 5.856499096443257e-13, + "G": 5.6722666563757684e-09, + "F": 3.321860901905893e-07, + "E": 1.4881734387017787e-05, + "T": 3.6063236841243906e-09, + "P": 0.9892544746398926, + "-": 0.01072407141327858 + }, + "id": "tp_27901" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3487654, + "label": "-", + "classification": { + "B": 2.6599038847052725e-06, + "S": 8.06333162017836e-07, + "I": 0.00013577054778579623, + "C": 2.2962201910559088e-05, + "R": 3.2684317829989595e-06, + "M": 7.596900832140818e-05, + "O": 1.9041674022446387e-05, + "W": 7.9036709621505e-07, + "N": 7.0708229031879455e-06, + "Y": 0.00028287930763326585, + "U": 5.042921316089632e-07, + "K": 8.202222829822858e-07, + "L": 2.597320872155251e-06, + "G": 0.00010644450958352536, + "F": 0.0011473264312371612, + "E": 0.00015576907026115805, + "T": 0.0005449646851047873, + "P": 0.1672232747077942, + "-": 0.8302670121192932 + }, + "id": "tp_27902" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3487754, + "label": "-", + "classification": { + "B": 1.5511108131249784e-07, + "S": 9.199972339501983e-08, + "I": 0.0005709212855435908, + "C": 0.00030823456472717226, + "R": 1.359661382593913e-05, + "M": 6.458729330915958e-05, + "O": 4.303715741116321e-06, + "W": 1.6625017451588064e-07, + "N": 4.096858901903033e-06, + "Y": 0.0017549031181260943, + "U": 1.970428655795331e-07, + "K": 1.3288888567331014e-06, + "L": 8.727084264137375e-07, + "G": 0.00032920207013376057, + "F": 0.001654577674344182, + "E": 0.00029045206611044705, + "T": 0.00017330507398582995, + "P": 0.0717032253742218, + "-": 0.9231257438659668 + }, + "id": "tp_27903" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3487888, + "label": "P", + "classification": { + "B": 5.947825565399967e-10, + "S": 3.6227651989406695e-09, + "I": 1.2971921023563482e-05, + "C": 6.175430655730452e-08, + "R": 1.976071528630996e-09, + "M": 1.713883968079699e-08, + "O": 7.2546604279466465e-09, + "W": 1.3760409478535962e-09, + "N": 9.890068213280756e-07, + "Y": 2.773496134977904e-07, + "U": 7.379745703417484e-10, + "K": 8.042719201739601e-08, + "L": 7.513232397338143e-11, + "G": 1.0993387888902362e-07, + "F": 4.446933598956093e-05, + "E": 0.00013572066382039338, + "T": 1.9711364984686952e-07, + "P": 0.9826478362083435, + "-": 0.017157256603240967 + }, + "id": "tp_27904" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3488021, + "label": "P", + "classification": { + "B": 2.3246855107572628e-08, + "S": 1.4653499746941634e-08, + "I": 0.0010900847846642137, + "C": 4.609530878951773e-05, + "R": 1.595223920958233e-06, + "M": 1.1299254765617661e-05, + "O": 9.113633154811396e-07, + "W": 2.6185942303413867e-08, + "N": 8.090059054666199e-06, + "Y": 0.00012127390073146671, + "U": 6.942506303175833e-08, + "K": 2.280035005242098e-08, + "L": 2.8202495627738244e-07, + "G": 2.4503013264620677e-05, + "F": 0.00011871657625306398, + "E": 0.0001617984235053882, + "T": 7.933783490443602e-05, + "P": 0.6474533081054688, + "-": 0.35088256001472473 + }, + "id": "tp_27905" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3488155, + "label": "P", + "classification": { + "B": 3.166615059058131e-08, + "S": 1.5297271227510123e-09, + "I": 0.0008643949404358864, + "C": 6.197620223247213e-06, + "R": 2.3792053127635882e-07, + "M": 1.1250339184698532e-06, + "O": 1.051281870445564e-07, + "W": 3.818922067466701e-09, + "N": 2.229218580396264e-06, + "Y": 1.752545176714193e-05, + "U": 1.3700418577400342e-08, + "K": 8.440340870663476e-09, + "L": 1.3613520977173721e-08, + "G": 6.950517672521528e-06, + "F": 1.3824732377543114e-05, + "E": 0.00010459312761668116, + "T": 8.323124347953126e-06, + "P": 0.7755657434463501, + "-": 0.22340872883796692 + }, + "id": "tp_27906" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3488255, + "label": "P", + "classification": { + "B": 1.8228825393595827e-10, + "S": 9.319429776499799e-12, + "I": 2.1328383809304796e-05, + "C": 2.666215550561901e-07, + "R": 1.1371469321730387e-09, + "M": 3.170873341673541e-08, + "O": 7.769014320757606e-10, + "W": 1.0836904290600913e-11, + "N": 3.229228440204679e-08, + "Y": 2.50549959446289e-07, + "U": 8.770827120141433e-11, + "K": 5.6099576373203064e-11, + "L": 1.2134750149161988e-10, + "G": 2.6162425115217047e-07, + "F": 3.681643420350156e-06, + "E": 1.0016699889092706e-05, + "T": 1.6829937976581277e-07, + "P": 0.9328480362892151, + "-": 0.06711594760417938 + }, + "id": "tp_27907" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3488388, + "label": "-", + "classification": { + "B": 4.422054736274994e-12, + "S": 9.416709220114866e-14, + "I": 6.388559015135797e-09, + "C": 4.3295286800137944e-10, + "R": 6.420489682447406e-13, + "M": 5.052886442591387e-10, + "O": 5.7987975532469704e-11, + "W": 1.1634849984495932e-13, + "N": 2.654771888432883e-11, + "Y": 1.8507110510768143e-08, + "U": 6.939765331403364e-14, + "K": 8.333586099841528e-13, + "L": 3.703851190594437e-13, + "G": 6.896883508744622e-09, + "F": 9.046204354490328e-07, + "E": 5.376579892413247e-08, + "T": 1.3791563446829969e-08, + "P": 0.2703761160373688, + "-": 0.7296229600906372 + }, + "id": "tp_27908" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3488522, + "label": "P", + "classification": { + "B": 2.0445515929168323e-06, + "S": 4.192246194634208e-07, + "I": 0.001466714427806437, + "C": 8.15077219158411e-05, + "R": 3.877557901432738e-06, + "M": 4.616306978277862e-05, + "O": 7.701155482209288e-06, + "W": 1.0989965630869847e-06, + "N": 6.641430081799626e-05, + "Y": 0.00030870118644088507, + "U": 3.994026883447077e-06, + "K": 3.0450964914052747e-05, + "L": 1.1282539844614803e-06, + "G": 0.00016553180466871709, + "F": 0.0012409227201715112, + "E": 0.002930880058556795, + "T": 0.00022062109201215208, + "P": 0.5953476428985596, + "-": 0.39807412028312683 + }, + "id": "tp_27909" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3488655, + "label": "P", + "classification": { + "B": 3.457363062508989e-09, + "S": 2.2337309779629777e-10, + "I": 1.704854548734147e-05, + "C": 7.438148230676234e-08, + "R": 5.319745199905412e-10, + "M": 2.0891900476271985e-07, + "O": 6.644847339032367e-09, + "W": 1.2835803253619105e-10, + "N": 6.189159762470808e-08, + "Y": 8.934613902056299e-07, + "U": 1.3851124414099303e-10, + "K": 3.121070069056486e-11, + "L": 8.194276923667587e-10, + "G": 1.3455498049097514e-07, + "F": 1.678097646617971e-06, + "E": 3.194097735104151e-05, + "T": 8.596703082730528e-07, + "P": 0.8781998753547668, + "-": 0.1217472031712532 + }, + "id": "tp_27910" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3488755, + "label": "-", + "classification": { + "B": 1.6117775558655012e-08, + "S": 7.611214436487046e-10, + "I": 1.0536092304391786e-05, + "C": 1.454923932442398e-07, + "R": 1.5264274288995239e-09, + "M": 1.029618147185829e-06, + "O": 8.679614893480903e-08, + "W": 1.1061965787817485e-09, + "N": 1.130431996898551e-07, + "Y": 2.634894826769596e-06, + "U": 2.659341635791179e-10, + "K": 9.436136316764987e-10, + "L": 2.794685816098763e-09, + "G": 1.2321318081376376e-06, + "F": 2.5566239855834283e-05, + "E": 5.391879312810488e-05, + "T": 1.7264069356315304e-06, + "P": 0.49677252769470215, + "-": 0.5031304359436035 + }, + "id": "tp_27911" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3488889, + "label": "-", + "classification": { + "B": 0.0021495886612683535, + "S": 0.0006148114334791899, + "I": 0.002420700853690505, + "C": 0.0035062655806541443, + "R": 0.0007936570909805596, + "M": 0.010105125606060028, + "O": 0.0038203157018870115, + "W": 0.00046698981896042824, + "N": 0.000435714959166944, + "Y": 0.01259019784629345, + "U": 0.00027465223683975637, + "K": 0.0002414117770968005, + "L": 0.001989481272175908, + "G": 0.009431101381778717, + "F": 0.008540856651961803, + "E": 0.004173407796770334, + "T": 0.019216377288103104, + "P": 0.08606468886137009, + "-": 0.833164632320404 + }, + "id": "tp_27912" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3489022, + "label": "-", + "classification": { + "B": 1.9799601886916207e-06, + "S": 2.1494220447948464e-07, + "I": 0.0007588914013467729, + "C": 4.3249954615021124e-05, + "R": 5.2429836614464875e-06, + "M": 7.391574763460085e-05, + "O": 1.2757866898027714e-05, + "W": 3.039745308797137e-07, + "N": 9.808250979403965e-06, + "Y": 0.000407949963118881, + "U": 7.058990831865231e-07, + "K": 1.2909330280308495e-06, + "L": 1.8957850898004835e-06, + "G": 0.00024579063756391406, + "F": 0.000430058513302356, + "E": 0.00022064535005483776, + "T": 0.0006059270235709846, + "P": 0.22313305735588074, + "-": 0.7740463614463806 + }, + "id": "tp_27913" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3489156, + "label": "-", + "classification": { + "B": 5.075332598636351e-09, + "S": 1.201484689516974e-09, + "I": 8.205989615817089e-06, + "C": 3.132836354780011e-07, + "R": 3.4606670862302735e-09, + "M": 2.6852083578887687e-07, + "O": 7.326117668071674e-08, + "W": 2.7428082027824985e-09, + "N": 8.895148084775428e-08, + "Y": 1.4340087091113674e-06, + "U": 2.337583904221674e-09, + "K": 1.9138868267987164e-09, + "L": 5.876270137150641e-09, + "G": 6.468899300671183e-07, + "F": 3.0423538191826083e-05, + "E": 6.364773980749305e-06, + "T": 6.71234238325269e-06, + "P": 0.48732781410217285, + "-": 0.5126177072525024 + }, + "id": "tp_27914" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3489256, + "label": "-", + "classification": { + "B": 2.4501820572453425e-09, + "S": 2.9708478732626276e-11, + "I": 4.479708513827063e-05, + "C": 1.335268734692363e-05, + "R": 7.255520984017494e-08, + "M": 6.429081054193375e-07, + "O": 1.0920195414598766e-08, + "W": 1.8979486038350757e-10, + "N": 4.178233581342283e-08, + "Y": 1.7143162040156312e-05, + "U": 8.984005206436052e-10, + "K": 2.5673121961666823e-10, + "L": 2.912122765152958e-09, + "G": 2.9827563139406266e-06, + "F": 1.6179141312022693e-05, + "E": 4.322105451137759e-05, + "T": 1.5277406646418967e-06, + "P": 0.46082574129104614, + "-": 0.5390343070030212 + }, + "id": "tp_27915" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3489389, + "label": "P", + "classification": { + "B": 5.923356965510662e-13, + "S": 1.2038415782896633e-13, + "I": 1.790915860055975e-07, + "C": 4.131888442504561e-10, + "R": 1.932391096096109e-12, + "M": 1.440048080780798e-10, + "O": 5.4623670170395044e-11, + "W": 3.192225672167537e-13, + "N": 7.728444550991753e-10, + "Y": 1.838373187013076e-08, + "U": 6.486194502504372e-13, + "K": 7.555216174903734e-11, + "L": 1.9264945812658835e-13, + "G": 3.256261260631277e-09, + "F": 3.76790490008716e-06, + "E": 4.6883681648068887e-07, + "T": 1.418394379726351e-08, + "P": 0.5681660175323486, + "-": 0.4318296015262604 + }, + "id": "tp_27916" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3489523, + "label": "-", + "classification": { + "B": 1.5346567749929818e-07, + "S": 2.6640844907888095e-07, + "I": 5.3506126278080046e-05, + "C": 2.9896473279222846e-06, + "R": 2.264058309719985e-07, + "M": 3.603445975386421e-06, + "O": 3.4975926155311754e-06, + "W": 2.5976004280892084e-07, + "N": 2.748314955169917e-06, + "Y": 3.1872787076281384e-05, + "U": 8.796947525979704e-08, + "K": 4.347731703546742e-07, + "L": 1.4134995751646784e-07, + "G": 6.90123579261126e-06, + "F": 0.00044386531226336956, + "E": 3.577547613531351e-05, + "T": 6.112240953370929e-05, + "P": 0.2913282811641693, + "-": 0.708024263381958 + }, + "id": "tp_27917" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3489656, + "label": "-", + "classification": { + "B": 1.6654484014111404e-08, + "S": 3.4469552212534893e-10, + "I": 1.0887723874475341e-05, + "C": 4.141570570936892e-07, + "R": 1.2407713967377276e-08, + "M": 1.7617023218008399e-07, + "O": 9.460726602128489e-08, + "W": 2.0827408686585613e-09, + "N": 1.6426322702045582e-07, + "Y": 1.3597227734862827e-05, + "U": 3.4611211674473452e-09, + "K": 1.4362944966705982e-07, + "L": 2.1402233318923436e-09, + "G": 1.1988462574663572e-05, + "F": 0.00024459516862407327, + "E": 8.371127478312701e-05, + "T": 2.36561049860029e-06, + "P": 0.33635786175727844, + "-": 0.6632738709449768 + }, + "id": "tp_27918" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3489756, + "label": "-", + "classification": { + "B": 4.4736648874277307e-07, + "S": 6.710606612614356e-07, + "I": 0.0001737943384796381, + "C": 3.336965528433211e-05, + "R": 4.334985533205327e-06, + "M": 4.758737122756429e-05, + "O": 1.958315806405153e-05, + "W": 8.095887551462511e-07, + "N": 1.0429062967887148e-05, + "Y": 0.0004996051429770887, + "U": 3.8739167962376087e-07, + "K": 2.473547738190973e-06, + "L": 8.682538350512914e-07, + "G": 7.732742233201861e-05, + "F": 0.001151606789790094, + "E": 0.0001427134411642328, + "T": 0.0003534424176905304, + "P": 0.1087331548333168, + "-": 0.8887474536895752 + }, + "id": "tp_27919" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3489890, + "label": "P", + "classification": { + "B": 4.3775625613307056e-07, + "S": 2.7685587156156544e-07, + "I": 0.00030048584449104965, + "C": 2.6969639293383807e-05, + "R": 1.5954717582644662e-06, + "M": 7.046671271382365e-06, + "O": 3.690581252158154e-06, + "W": 4.95723156745953e-07, + "N": 2.3276790670934133e-05, + "Y": 0.00013476284220814705, + "U": 1.0609124956317828e-06, + "K": 1.3102040611556731e-05, + "L": 3.8744755670450104e-07, + "G": 3.68070941476617e-05, + "F": 0.0022712990175932646, + "E": 0.0006960534956306219, + "T": 0.00010337070125387982, + "P": 0.5622773766517639, + "-": 0.4341014325618744 + }, + "id": "tp_27920" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3490023, + "label": "P", + "classification": { + "B": 6.178723879202153e-07, + "S": 8.491311120906175e-08, + "I": 0.0011191624216735363, + "C": 0.00011212396202608943, + "R": 2.0929201127728447e-06, + "M": 1.9426426661084406e-05, + "O": 1.5269346249624505e-06, + "W": 1.1236593167041065e-07, + "N": 1.4818334420851897e-05, + "Y": 0.00014511607878375798, + "U": 3.389816356502706e-07, + "K": 3.8983665717751137e-07, + "L": 3.332109770326497e-07, + "G": 5.398829307523556e-05, + "F": 0.00020868891442660242, + "E": 0.0005756755126640201, + "T": 7.786921196384355e-05, + "P": 0.6839649081230164, + "-": 0.31370270252227783 + }, + "id": "tp_27921" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3490157, + "label": "P", + "classification": { + "B": 2.2244281971950386e-09, + "S": 1.9760819369718519e-10, + "I": 2.6459840228199027e-05, + "C": 4.3622401335596805e-07, + "R": 1.0222713342500356e-08, + "M": 1.4630052191932919e-07, + "O": 2.1022708907025844e-08, + "W": 6.143832109728464e-10, + "N": 2.4003938392525015e-07, + "Y": 6.516281700896798e-06, + "U": 8.617089819473733e-10, + "K": 2.5964087768670652e-08, + "L": 8.021110997624703e-10, + "G": 3.369455725987791e-06, + "F": 0.00013188563752919436, + "E": 7.532956806244329e-05, + "T": 7.901151661826589e-07, + "P": 0.7769322991371155, + "-": 0.22282251715660095 + }, + "id": "tp_27922" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3490257, + "label": "P", + "classification": { + "B": 7.323901485278839e-10, + "S": 9.262137931620451e-12, + "I": 1.2813666216970887e-07, + "C": 2.6820548004735656e-09, + "R": 1.2690714798480052e-11, + "M": 6.8002887765317155e-09, + "O": 1.4621599486730474e-09, + "W": 1.1694356420732799e-11, + "N": 8.63913440785069e-10, + "Y": 2.046625446894268e-08, + "U": 2.9336969051968476e-12, + "K": 2.6536923700137827e-12, + "L": 3.7449071621509233e-11, + "G": 2.6393720986561675e-08, + "F": 1.5628072560502915e-06, + "E": 1.2838877694321127e-07, + "T": 1.8995035588886822e-07, + "P": 0.7490013241767883, + "-": 0.25099673867225647 + }, + "id": "tp_27923" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3490390, + "label": "P", + "classification": { + "B": 1.2508760960372456e-07, + "S": 9.700096370579558e-08, + "I": 9.199712076224387e-05, + "C": 2.9644204460055334e-06, + "R": 1.6785185152912163e-07, + "M": 4.763800461660139e-06, + "O": 2.173052280340926e-06, + "W": 5.555400051093784e-08, + "N": 2.5564090719853994e-06, + "Y": 2.202066025347449e-05, + "U": 2.3881176147710903e-08, + "K": 2.002556698244007e-08, + "L": 1.324113583223152e-07, + "G": 1.06634743133327e-05, + "F": 9.540421888232231e-05, + "E": 3.63334002031479e-05, + "T": 5.849890658282675e-05, + "P": 0.5093740820884705, + "-": 0.49029794335365295 + }, + "id": "tp_27924" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3490524, + "label": "-", + "classification": { + "B": 7.4375158874318e-05, + "S": 6.219426268216921e-06, + "I": 0.0017440110677853227, + "C": 0.000823758717160672, + "R": 8.584285387769341e-05, + "M": 0.00031635514460504055, + "O": 0.00017872634634841233, + "W": 2.0265319108148105e-05, + "N": 0.0001088530189008452, + "Y": 0.0010872463462874293, + "U": 1.3474043043970596e-05, + "K": 1.1529775292729028e-05, + "L": 5.43238093086984e-05, + "G": 0.0011182654416188598, + "F": 0.004528497811406851, + "E": 0.002529910998418927, + "T": 0.0005003348342142999, + "P": 0.41146907210350037, + "-": 0.5753288865089417 + }, + "id": "tp_27925" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3490657, + "label": "-", + "classification": { + "B": 2.8582323352566164e-07, + "S": 2.0762792019013432e-07, + "I": 0.0008068845490925014, + "C": 5.376016997615807e-05, + "R": 3.6795909181819297e-06, + "M": 3.0371194952749647e-05, + "O": 6.607611339859432e-06, + "W": 3.3486526263004635e-07, + "N": 3.4898639569291845e-05, + "Y": 0.0004296547849662602, + "U": 6.359870212691021e-07, + "K": 4.8025071919255424e-06, + "L": 5.931845521445211e-07, + "G": 6.797147216275334e-05, + "F": 0.0008662681793794036, + "E": 0.000963845697697252, + "T": 0.00015108330990187824, + "P": 0.4080926775932312, + "-": 0.5884854197502136 + }, + "id": "tp_27926" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3490757, + "label": "P", + "classification": { + "B": 2.9784565924728668e-08, + "S": 1.1692790025108479e-07, + "I": 0.0012251707958057523, + "C": 1.3733068726651254e-07, + "R": 1.1416714684742146e-08, + "M": 9.1884999164904e-07, + "O": 9.039400339361237e-08, + "W": 2.2018470602347406e-08, + "N": 0.00011284342326689512, + "Y": 8.196617500288994e-07, + "U": 4.762545469105817e-09, + "K": 5.458359169097093e-07, + "L": 2.920490072000348e-09, + "G": 7.326500508497702e-07, + "F": 1.9861712644342333e-05, + "E": 0.0009861098369583488, + "T": 1.7678003132459708e-06, + "P": 0.9961789846420288, + "-": 0.0014717747690156102 + }, + "id": "tp_27927" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3490891, + "label": "-", + "classification": { + "B": 1.2809557858872722e-07, + "S": 4.327558755790051e-08, + "I": 0.00014298623136710376, + "C": 0.001308034174144268, + "R": 7.217436359496787e-05, + "M": 2.1585590729955584e-05, + "O": 5.405406227509957e-06, + "W": 1.9228507142088347e-07, + "N": 2.398666538283578e-06, + "Y": 0.0013569234870374203, + "U": 5.338303594726312e-07, + "K": 4.714692749985261e-06, + "L": 1.0135219099538517e-06, + "G": 0.0006705832784064114, + "F": 0.002800153801217675, + "E": 0.00011974218796240166, + "T": 0.00014164097956381738, + "P": 0.04863628000020981, + "-": 0.9447154998779297 + }, + "id": "tp_27928" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3491024, + "label": "P", + "classification": { + "B": 6.038726918684845e-13, + "S": 3.1774122178848674e-13, + "I": 2.8184176770196245e-08, + "C": 1.146837902421538e-10, + "R": 2.188567523823265e-13, + "M": 3.742889331803667e-11, + "O": 1.7154640555294698e-11, + "W": 2.1410892264879522e-13, + "N": 2.5654617319403883e-10, + "Y": 4.484649540614782e-09, + "U": 1.7937815946153512e-13, + "K": 4.896603088277995e-12, + "L": 1.13892117850449e-13, + "G": 1.127577808901492e-09, + "F": 5.628260169032728e-06, + "E": 4.849233619097504e-07, + "T": 2.461198578274093e-09, + "P": 0.8586907386779785, + "-": 0.14130310714244843 + }, + "id": "tp_27929" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3491158, + "label": "-", + "classification": { + "B": 2.0369301800826634e-09, + "S": 4.61127447337617e-09, + "I": 4.2954334276146255e-06, + "C": 4.79493280636234e-08, + "R": 3.5471845460932627e-09, + "M": 4.910779125566478e-07, + "O": 9.845659576512844e-08, + "W": 2.6722342116869413e-09, + "N": 1.1022546431149749e-07, + "Y": 2.7750271328841336e-05, + "U": 1.00172092842854e-09, + "K": 3.0756260116504563e-07, + "L": 1.4167976791767956e-09, + "G": 1.2691466508840676e-06, + "F": 0.0006572348647750914, + "E": 1.551787499920465e-05, + "T": 6.5653634919726755e-06, + "P": 0.25225284695625305, + "-": 0.7470334768295288 + }, + "id": "tp_27930" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3491258, + "label": "P", + "classification": { + "B": 2.020087874754495e-09, + "S": 3.465031872540436e-10, + "I": 8.282242197310552e-05, + "C": 1.0153214446972925e-07, + "R": 8.893206726590108e-10, + "M": 5.559587989978354e-08, + "O": 5.527863944365663e-09, + "W": 2.886315075834034e-10, + "N": 1.2527010539997718e-06, + "Y": 7.018711585260462e-07, + "U": 6.585452738683273e-10, + "K": 1.4475194376473155e-08, + "L": 1.796945786614046e-10, + "G": 3.949079712128878e-07, + "F": 8.917523700802121e-06, + "E": 0.0001201395207317546, + "T": 2.3042402119699545e-07, + "P": 0.9780184626579285, + "-": 0.02176693081855774 + }, + "id": "tp_27931" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3491391, + "label": "P", + "classification": { + "B": 8.700812372808286e-07, + "S": 3.4638696888578124e-07, + "I": 0.0006024291506037116, + "C": 1.2437346867955057e-06, + "R": 1.0734211031149243e-07, + "M": 1.0147413377126213e-05, + "O": 1.9297172002552543e-06, + "W": 9.663614264354692e-08, + "N": 2.2270500267040916e-05, + "Y": 4.661157163354801e-06, + "U": 2.0485309448758926e-08, + "K": 4.178827595069379e-08, + "L": 1.371245161863044e-07, + "G": 1.4532255590893328e-05, + "F": 4.14388305216562e-05, + "E": 0.00019519969646353275, + "T": 1.0067120456369594e-05, + "P": 0.9736098647117615, + "-": 0.02548453025519848 + }, + "id": "tp_27932" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3491525, + "label": "P", + "classification": { + "B": 1.0524106528464472e-06, + "S": 1.3822717619405012e-06, + "I": 0.0008721888298168778, + "C": 1.7826747352955863e-05, + "R": 1.8583851897346904e-06, + "M": 5.2989893447374925e-05, + "O": 1.592159242136404e-05, + "W": 9.886786074275733e-07, + "N": 4.828430246561766e-05, + "Y": 0.0002744303201325238, + "U": 9.382561643178633e-07, + "K": 3.034698238479905e-06, + "L": 1.3457764680424589e-06, + "G": 9.245259570889175e-05, + "F": 0.0008100873092189431, + "E": 0.0004111771995667368, + "T": 0.00042799519724212587, + "P": 0.6417737007141113, + "-": 0.3551923930644989 + }, + "id": "tp_27933" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3491658, + "label": "-", + "classification": { + "B": 4.6363513722669225e-11, + "S": 3.943129850414451e-11, + "I": 5.981414687994402e-07, + "C": 4.1481648338503874e-08, + "R": 1.4549342841618795e-09, + "M": 1.3500385875886423e-06, + "O": 1.7836780941138386e-08, + "W": 8.392097433640444e-11, + "N": 1.3590298886256846e-09, + "Y": 1.1195357728865929e-05, + "U": 4.610741996535772e-11, + "K": 1.9606598289367838e-10, + "L": 8.898467518392295e-10, + "G": 6.579060709555051e-07, + "F": 1.4996810932643712e-05, + "E": 2.298943968526146e-07, + "T": 1.4743046449439134e-05, + "P": 0.0158073753118515, + "-": 0.9841488003730774 + }, + "id": "tp_27934" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3491758, + "label": "-", + "classification": { + "B": 8.305112714879215e-05, + "S": 1.1953232387895696e-05, + "I": 0.00040809743222780526, + "C": 0.00019792014791164547, + "R": 2.701425546547398e-05, + "M": 0.0011293342104181647, + "O": 0.0003803489380516112, + "W": 1.7178872440126725e-05, + "N": 2.7826074074255303e-05, + "Y": 0.0014761666534468532, + "U": 4.775089109898545e-06, + "K": 2.3818056433810852e-06, + "L": 8.261893526650965e-05, + "G": 0.0010720548452809453, + "F": 0.0018777674995362759, + "E": 0.0005372262676246464, + "T": 0.0020912261679768562, + "P": 0.08949729055166245, + "-": 0.9010757803916931 + }, + "id": "tp_27935" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3491892, + "label": "P", + "classification": { + "B": 6.860566514887978e-08, + "S": 1.0451362442154277e-07, + "I": 0.0004156749928370118, + "C": 8.81133132679679e-07, + "R": 2.1190355425915186e-07, + "M": 1.7793607867133687e-06, + "O": 3.302009474737133e-07, + "W": 5.822098714247659e-08, + "N": 1.8620325135998428e-05, + "Y": 6.07106403549551e-06, + "U": 3.4393032422030956e-08, + "K": 1.6743787227824214e-06, + "L": 1.083852474437208e-08, + "G": 4.3799936975119635e-06, + "F": 0.00015400612028315663, + "E": 0.0003628155100159347, + "T": 8.248390258813743e-06, + "P": 0.9687411785125732, + "-": 0.030284002423286438 + }, + "id": "tp_27936" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3492025, + "label": "P", + "classification": { + "B": 9.236243414534329e-08, + "S": 8.091995518100248e-09, + "I": 0.00038264025351963937, + "C": 1.4851380001346115e-05, + "R": 7.620562882948434e-07, + "M": 3.128966000076616e-06, + "O": 4.897570420325792e-07, + "W": 1.6630732346811783e-08, + "N": 4.6902096073608845e-06, + "Y": 1.93441919691395e-05, + "U": 3.027077255524091e-08, + "K": 4.063522851538437e-08, + "L": 6.814030228952106e-08, + "G": 2.2503003492602147e-05, + "F": 7.944115350255743e-05, + "E": 0.00022556385374628007, + "T": 1.54450553964125e-05, + "P": 0.8812829256057739, + "-": 0.11794792115688324 + }, + "id": "tp_27937" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3492125, + "label": "P", + "classification": { + "B": 2.6678893050302577e-07, + "S": 1.9790836347510776e-07, + "I": 5.5820895795477554e-05, + "C": 2.574430254753679e-06, + "R": 7.48588036003639e-08, + "M": 6.611668595724041e-06, + "O": 6.291746785791474e-07, + "W": 8.4668698718815e-08, + "N": 1.6529564845768618e-06, + "Y": 1.794887793948874e-05, + "U": 1.9775393766963134e-08, + "K": 8.891364444707506e-08, + "L": 7.704645810235888e-08, + "G": 1.6658485037623905e-05, + "F": 0.0006257292698137462, + "E": 0.00022357933630701154, + "T": 1.257917483599158e-05, + "P": 0.8157134652137756, + "-": 0.1833220273256302 + }, + "id": "tp_27938" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3492259, + "label": "P", + "classification": { + "B": 9.406922885091262e-08, + "S": 4.657135121988176e-09, + "I": 2.724139267229475e-05, + "C": 3.519363644954865e-08, + "R": 5.651082379820593e-10, + "M": 1.3634653441840783e-06, + "O": 8.381065441653845e-08, + "W": 1.8434326287675162e-09, + "N": 6.289031375672494e-07, + "Y": 8.393244002036226e-07, + "U": 2.1621028578611146e-10, + "K": 6.088583415220228e-09, + "L": 2.9824089864405323e-09, + "G": 1.57796534949739e-06, + "F": 4.740993972518481e-05, + "E": 0.0003910947416443378, + "T": 6.287172595875745e-07, + "P": 0.9149764180183411, + "-": 0.08455255627632141 + }, + "id": "tp_27939" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3492392, + "label": "P", + "classification": { + "B": 9.222143262377358e-07, + "S": 1.107776006392669e-05, + "I": 0.010218629613518715, + "C": 8.521880772605073e-06, + "R": 3.0236860766308382e-06, + "M": 1.2457233424356673e-05, + "O": 6.9388197516673245e-06, + "W": 2.481380988683668e-06, + "N": 0.001636054483242333, + "Y": 8.682028419570997e-05, + "U": 5.357526333682472e-07, + "K": 0.00011217510473215953, + "L": 2.0694635338713852e-07, + "G": 3.6085104511585087e-05, + "F": 0.0006443987949751318, + "E": 0.003476998768746853, + "T": 4.8575551772955805e-05, + "P": 0.9748518466949463, + "-": 0.008842225186526775 + }, + "id": "tp_27940" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3492526, + "label": "P", + "classification": { + "B": 8.677379703669885e-09, + "S": 6.185401968394899e-09, + "I": 0.00010944859241135418, + "C": 5.285768338580965e-07, + "R": 2.515604791142323e-08, + "M": 4.7365412569888576e-07, + "O": 1.0923830018327862e-07, + "W": 5.765593336093389e-09, + "N": 3.7597578739223536e-06, + "Y": 3.6863555124000413e-06, + "U": 3.216272803641118e-09, + "K": 2.3810829929971078e-07, + "L": 3.549505356303939e-09, + "G": 2.980980070788064e-06, + "F": 7.250707130879164e-05, + "E": 0.0001007162281894125, + "T": 3.553192300387309e-06, + "P": 0.9353184103965759, + "-": 0.06438355892896652 + }, + "id": "tp_27941" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3492626, + "label": "P", + "classification": { + "B": 5.0585834132643726e-11, + "S": 1.0760495272599258e-10, + "I": 4.4947337300982326e-05, + "C": 5.834825400619081e-10, + "R": 6.361777077357189e-11, + "M": 1.0870202515889105e-09, + "O": 1.6812728986792536e-10, + "W": 6.290347409620978e-11, + "N": 1.0483819323781063e-06, + "Y": 6.382299577722961e-09, + "U": 4.700947964231261e-11, + "K": 1.9413015195368644e-08, + "L": 2.188879719838832e-12, + "G": 6.914969929994186e-09, + "F": 1.1204788279428612e-06, + "E": 3.680637018987909e-05, + "T": 1.2760564160885224e-08, + "P": 0.9993042945861816, + "-": 0.0006117199664004147 + }, + "id": "tp_27942" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3492759, + "label": "-", + "classification": { + "B": 1.5253979768203862e-07, + "S": 2.9804412271516867e-09, + "I": 7.414368883473799e-05, + "C": 3.2245438319478126e-07, + "R": 1.1313089132158893e-08, + "M": 8.891986908565741e-06, + "O": 7.356956643889134e-07, + "W": 4.067662207063449e-09, + "N": 4.068892280884029e-07, + "Y": 4.77230105389026e-06, + "U": 2.208531357794641e-09, + "K": 8.959150088472256e-11, + "L": 1.1648091202687283e-07, + "G": 3.4557097023935057e-06, + "F": 8.160050128935836e-06, + "E": 2.1034902601968497e-05, + "T": 4.068361158715561e-05, + "P": 0.4717811346054077, + "-": 0.5280559659004211 + }, + "id": "tp_27943" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3492893, + "label": "P", + "classification": { + "B": 1.5733144564933355e-08, + "S": 1.3951446664606237e-09, + "I": 9.553990821586922e-05, + "C": 1.91540766536491e-06, + "R": 5.1274167134351956e-08, + "M": 1.1829611139546614e-06, + "O": 2.7349938136467244e-07, + "W": 6.3396439209384425e-09, + "N": 8.368115800294618e-07, + "Y": 1.0587821634544525e-05, + "U": 1.1598658922196137e-08, + "K": 7.267734503102474e-08, + "L": 1.436135743659861e-08, + "G": 1.0370615200372413e-05, + "F": 0.0002270945260534063, + "E": 5.5749143939465284e-05, + "T": 7.2832490332075395e-06, + "P": 0.5335137248039246, + "-": 0.4660753011703491 + }, + "id": "tp_27944" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3493026, + "label": "-", + "classification": { + "B": 2.5663364340289263e-06, + "S": 7.043943810458586e-07, + "I": 0.0003813727817032486, + "C": 0.0003364306758157909, + "R": 1.7345528249279596e-05, + "M": 5.13196864631027e-05, + "O": 2.210880847997032e-05, + "W": 1.6952518535617855e-06, + "N": 3.584878868423402e-05, + "Y": 0.000940779282245785, + "U": 2.3172783585323486e-06, + "K": 4.6433207899099216e-05, + "L": 2.795451109705027e-06, + "G": 0.0006594047881662846, + "F": 0.012822582386434078, + "E": 0.0020416451152414083, + "T": 0.00022601323144044727, + "P": 0.263892263174057, + "-": 0.7185162901878357 + }, + "id": "tp_27945" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3493126, + "label": "P", + "classification": { + "B": 4.741898888243937e-18, + "S": 5.607112541579117e-19, + "I": 5.169719763387093e-09, + "C": 2.8129930296997424e-15, + "R": 1.588494694084836e-18, + "M": 1.0188263061439336e-14, + "O": 4.4823888381566554e-17, + "W": 1.5989507223166008e-19, + "N": 2.4171051445087688e-12, + "Y": 1.4717688060026518e-13, + "U": 2.4057819163189998e-19, + "K": 1.327663661374726e-16, + "L": 7.770607698861594e-20, + "G": 2.0036535568180268e-14, + "F": 9.623415259119028e-11, + "E": 7.329679974077408e-09, + "T": 2.9748642785265567e-13, + "P": 0.999768078327179, + "-": 0.00023188928025774658 + }, + "id": "tp_27946" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3493260, + "label": "P", + "classification": { + "B": 6.825847265190532e-08, + "S": 1.6937141822381818e-07, + "I": 0.001045600394718349, + "C": 1.9060901195189217e-06, + "R": 7.213303661046666e-07, + "M": 8.287526611638896e-07, + "O": 1.915524080686737e-06, + "W": 1.487485121742793e-07, + "N": 8.859189983922988e-05, + "Y": 3.5003791708732024e-05, + "U": 2.1626645718697546e-07, + "K": 9.28422377910465e-06, + "L": 3.0417517393743765e-08, + "G": 6.926089554326609e-06, + "F": 0.00031275712535716593, + "E": 0.00011386387632228434, + "T": 3.0267872716649435e-05, + "P": 0.9199117422103882, + "-": 0.078439861536026 + }, + "id": "tp_27947" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3493393, + "label": "-", + "classification": { + "B": 1.1002891042721785e-08, + "S": 5.103456324206945e-09, + "I": 5.621287346002646e-05, + "C": 3.4026663797703804e-06, + "R": 1.336665889084543e-07, + "M": 2.2548838387592696e-06, + "O": 3.7190667967479385e-07, + "W": 1.091274803854958e-08, + "N": 7.64781589168706e-07, + "Y": 5.509813126991503e-05, + "U": 7.638783827701445e-09, + "K": 6.582435219115723e-08, + "L": 2.19818794278126e-08, + "G": 9.20734692044789e-06, + "F": 0.0004952127928845584, + "E": 5.130286808707751e-05, + "T": 1.0246560123050585e-05, + "P": 0.34929177165031433, + "-": 0.6500238180160522 + }, + "id": "tp_27948" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3493527, + "label": "P", + "classification": { + "B": 1.179314040200552e-06, + "S": 9.828647762333276e-07, + "I": 0.0005981955328024924, + "C": 3.6913204439770197e-06, + "R": 3.9648057281738147e-07, + "M": 8.791848813416436e-06, + "O": 7.667296813451685e-06, + "W": 7.26604866940761e-07, + "N": 7.471653225366026e-05, + "Y": 5.385644908528775e-05, + "U": 3.853269276987703e-07, + "K": 2.694445811357582e-06, + "L": 2.6023462851298973e-07, + "G": 2.2889884348842315e-05, + "F": 0.00040052898111753166, + "E": 0.00027234398294240236, + "T": 9.805280569707975e-05, + "P": 0.8762874603271484, + "-": 0.12216522544622421 + }, + "id": "tp_27949" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3493627, + "label": "P", + "classification": { + "B": 5.107593096909113e-06, + "S": 7.340424303947657e-07, + "I": 0.0018936541164293885, + "C": 1.4951884622860234e-05, + "R": 4.91221157972177e-07, + "M": 3.2086114515550435e-05, + "O": 2.548982365624397e-06, + "W": 4.841966756430338e-07, + "N": 8.162295853253454e-05, + "Y": 5.1001872634515166e-05, + "U": 3.9695945019957435e-07, + "K": 1.0566160426606075e-06, + "L": 4.0587073613096436e-07, + "G": 3.520768950693309e-05, + "F": 0.00013381523604039103, + "E": 0.0034175512846559286, + "T": 2.864107045752462e-05, + "P": 0.9514603018760681, + "-": 0.04284003749489784 + }, + "id": "tp_27950" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3493760, + "label": "P", + "classification": { + "B": 8.089402064870299e-11, + "S": 5.317095097545632e-10, + "I": 1.790478745533619e-05, + "C": 5.203453778968026e-10, + "R": 2.1710582984169058e-11, + "M": 2.825521816518517e-09, + "O": 5.807219705111777e-10, + "W": 1.2952271200017407e-10, + "N": 2.4971589027700247e-06, + "Y": 2.4071784565649068e-08, + "U": 5.146891593477143e-11, + "K": 1.3207701954343065e-07, + "L": 2.317735196474824e-12, + "G": 3.827118622012904e-09, + "F": 2.191117346228566e-06, + "E": 0.00010732273949543014, + "T": 4.980578793833956e-08, + "P": 0.9988499879837036, + "-": 0.001019925344735384 + }, + "id": "tp_27951" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3493894, + "label": "P", + "classification": { + "B": 2.490689876566421e-10, + "S": 1.190196829981005e-09, + "I": 7.363649274338968e-06, + "C": 1.7410334507417247e-08, + "R": 6.600895385844296e-10, + "M": 2.2659419229853484e-08, + "O": 2.7538076707855907e-08, + "W": 7.820344372078125e-10, + "N": 1.7559315779180906e-07, + "Y": 1.595531102793757e-07, + "U": 2.107584939903262e-10, + "K": 3.169375872857927e-09, + "L": 2.4520985242304505e-10, + "G": 1.1699000879161758e-07, + "F": 3.347387973917648e-05, + "E": 1.2931268429383636e-06, + "T": 1.2161932545495802e-06, + "P": 0.8363280892372131, + "-": 0.16362808644771576 + }, + "id": "tp_27952" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3494027, + "label": "-", + "classification": { + "B": 3.911330566097604e-07, + "S": 2.0713081028134184e-07, + "I": 0.00027558350120671093, + "C": 0.00014866841956973076, + "R": 8.820630682748742e-06, + "M": 0.00019114816677756608, + "O": 2.1323843611753546e-05, + "W": 5.872589099453762e-07, + "N": 4.194510893285042e-06, + "Y": 0.0009875658433884382, + "U": 5.575507202593144e-07, + "K": 3.6183521956445475e-07, + "L": 4.935333436151268e-06, + "G": 0.0003453443350736052, + "F": 0.0007482044165953994, + "E": 0.00018063420429825783, + "T": 0.00047390273539349437, + "P": 0.06039523705840111, + "-": 0.9362122416496277 + }, + "id": "tp_27953" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3494127, + "label": "P", + "classification": { + "B": 6.461024071313659e-08, + "S": 6.486948755934918e-10, + "I": 1.0423771527712233e-05, + "C": 1.1549715850378561e-08, + "R": 1.8920597033567077e-10, + "M": 1.660421418137048e-07, + "O": 4.9312514960320186e-08, + "W": 1.2673387894679422e-09, + "N": 2.5842740569714806e-07, + "Y": 2.7643446287584084e-07, + "U": 4.984067047963947e-10, + "K": 2.01225280882511e-09, + "L": 1.086879697353993e-09, + "G": 3.2017916851145856e-07, + "F": 5.644791599479504e-06, + "E": 3.937523433705792e-05, + "T": 8.040387911023572e-07, + "P": 0.9412214756011963, + "-": 0.05872119218111038 + }, + "id": "tp_27954" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3494261, + "label": "P", + "classification": { + "B": 6.301346274995012e-06, + "S": 7.089366818036069e-07, + "I": 0.0004458691109903157, + "C": 0.0001265479513676837, + "R": 7.361493771895766e-06, + "M": 0.0001940695074154064, + "O": 1.592170519870706e-05, + "W": 7.379435373877641e-07, + "N": 1.5469626305275597e-05, + "Y": 0.00022912054555490613, + "U": 5.480406457536446e-07, + "K": 4.5721870378656604e-07, + "L": 4.041994998260634e-06, + "G": 0.00026781426277011633, + "F": 0.001295942347496748, + "E": 0.0009240209474228323, + "T": 0.00024544831831008196, + "P": 0.533021867275238, + "-": 0.4631977081298828 + }, + "id": "tp_27955" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3494394, + "label": "-", + "classification": { + "B": 4.080645510384784e-08, + "S": 3.5472185189178163e-09, + "I": 8.92776188265998e-06, + "C": 6.417483291443205e-07, + "R": 4.270440001619136e-08, + "M": 2.7624280392046785e-06, + "O": 5.810277912132733e-07, + "W": 5.783150403004811e-09, + "N": 7.520947065131622e-08, + "Y": 2.837964530044701e-05, + "U": 2.903749463101235e-09, + "K": 1.736343735458945e-09, + "L": 3.5759892824671624e-08, + "G": 5.338803930499125e-06, + "F": 2.3067077563609928e-05, + "E": 3.6371839087223634e-06, + "T": 3.884531543008052e-05, + "P": 0.06965544819831848, + "-": 0.9302321076393127 + }, + "id": "tp_27956" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3494528, + "label": "-", + "classification": { + "B": 5.3158852097112685e-05, + "S": 1.4526600352837704e-05, + "I": 0.023906491696834564, + "C": 0.008440881036221981, + "R": 0.0006923162727616727, + "M": 0.001026637153699994, + "O": 0.0001680822460912168, + "W": 2.7689451599144377e-05, + "N": 0.0007111572776921093, + "Y": 0.00546770915389061, + "U": 9.694523032521829e-05, + "K": 5.273108763503842e-05, + "L": 0.00010704121086746454, + "G": 0.001939541893079877, + "F": 0.0033942607697099447, + "E": 0.010198580101132393, + "T": 0.0024441543500870466, + "P": 0.39989784359931946, + "-": 0.5413603186607361 + }, + "id": "tp_27957" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3494628, + "label": "P", + "classification": { + "B": 8.137143042707962e-11, + "S": 5.843451417186785e-11, + "I": 9.508065886620898e-06, + "C": 1.3304341450748325e-07, + "R": 6.887058145998992e-10, + "M": 6.963757215316946e-08, + "O": 5.50870860038799e-09, + "W": 4.843790646358315e-11, + "N": 7.828576542578958e-08, + "Y": 1.2596435681189178e-06, + "U": 5.1619448299122794e-11, + "K": 2.854283476239061e-10, + "L": 1.5966220012764154e-10, + "G": 1.707356744873323e-07, + "F": 2.2574087779503316e-05, + "E": 7.647468919458333e-06, + "T": 8.065171073212696e-07, + "P": 0.6956798434257507, + "-": 0.3042778968811035 + }, + "id": "tp_27958" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3494761, + "label": "P", + "classification": { + "B": 8.455475225153594e-14, + "S": 1.4070782570780455e-14, + "I": 1.971421603741419e-08, + "C": 4.007762871571785e-12, + "R": 1.2507654417390213e-14, + "M": 2.414738131673033e-10, + "O": 6.0251035931269126e-12, + "W": 6.0823881636873096e-15, + "N": 4.9233297994000225e-11, + "Y": 5.567261318617511e-09, + "U": 4.9772511483939415e-15, + "K": 1.5933288759553688e-13, + "L": 1.8229656743558656e-14, + "G": 2.8746752200881076e-10, + "F": 2.5618697918616817e-07, + "E": 7.46202459822598e-08, + "T": 9.454420357712934e-09, + "P": 0.8134350180625916, + "-": 0.1865646243095398 + }, + "id": "tp_27959" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3494895, + "label": "-", + "classification": { + "B": 1.2452281339392357e-07, + "S": 7.959786607614205e-09, + "I": 0.0003998943429905921, + "C": 2.2540107238455676e-05, + "R": 7.695035719734733e-07, + "M": 3.8107525597297354e-06, + "O": 5.781244567515387e-07, + "W": 2.2603252602948487e-08, + "N": 2.2890008040121756e-06, + "Y": 9.171476267511025e-05, + "U": 1.3164516587949038e-07, + "K": 1.5042408563203935e-07, + "L": 2.0415673418483493e-07, + "G": 5.1469549362082034e-05, + "F": 0.0002330936404177919, + "E": 0.00020932483312208205, + "T": 6.645046232733876e-05, + "P": 0.48358529806137085, + "-": 0.5153321027755737 + }, + "id": "tp_27960" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3495028, + "label": "P", + "classification": { + "B": 4.204550929642892e-09, + "S": 2.204899735014365e-10, + "I": 0.0001921962684718892, + "C": 4.643451120500686e-06, + "R": 7.064304696768886e-08, + "M": 2.6963817845171434e-07, + "O": 3.6730721575395364e-08, + "W": 1.581230035796466e-09, + "N": 5.431963359114889e-07, + "Y": 3.836159885395318e-05, + "U": 1.2329445020498042e-08, + "K": 2.9418311342510606e-08, + "L": 3.5521465768795224e-09, + "G": 3.4178895020886557e-06, + "F": 3.1196712370729074e-05, + "E": 8.695589349372312e-05, + "T": 3.64242487194133e-06, + "P": 0.5148430466651917, + "-": 0.48479554057121277 + }, + "id": "tp_27961" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3495128, + "label": "P", + "classification": { + "B": 2.4971800183237747e-09, + "S": 2.597889903199757e-09, + "I": 0.00019804811745416373, + "C": 4.333397995992527e-08, + "R": 1.6186850748667325e-09, + "M": 6.176553313252953e-08, + "O": 1.671062577202065e-08, + "W": 2.0748798235104005e-09, + "N": 6.832043254689779e-06, + "Y": 4.71129624202149e-07, + "U": 9.698055691842455e-10, + "K": 1.0073454603798382e-07, + "L": 1.650049680224086e-10, + "G": 1.333987853513463e-07, + "F": 5.994896127958782e-06, + "E": 6.878162821521983e-05, + "T": 4.247453659900202e-07, + "P": 0.9902987480163574, + "-": 0.00942030269652605 + }, + "id": "tp_27962" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3495262, + "label": "P", + "classification": { + "B": 9.600433512405027e-13, + "S": 1.2003484144151866e-12, + "I": 3.180275143677136e-06, + "C": 8.880517154974399e-11, + "R": 1.6785261331905832e-12, + "M": 1.449124847896499e-10, + "O": 1.524769893679334e-11, + "W": 6.244000000203698e-13, + "N": 8.827717223880427e-09, + "Y": 1.9436402709516187e-08, + "U": 1.2870443643134277e-12, + "K": 1.4509002332907528e-10, + "L": 1.221321898866104e-13, + "G": 4.521310548177837e-10, + "F": 2.50596912110268e-07, + "E": 3.52240817846905e-07, + "T": 1.5590387647534953e-08, + "P": 0.9802139401435852, + "-": 0.019782215356826782 + }, + "id": "tp_27963" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3495395, + "label": "P", + "classification": { + "B": 1.01264274743329e-11, + "S": 1.0689383406203845e-10, + "I": 1.8447983620717423e-06, + "C": 2.3103243762534476e-09, + "R": 4.873184841769351e-11, + "M": 1.1479075467946132e-08, + "O": 2.450361025196912e-09, + "W": 4.1686612495261954e-11, + "N": 2.8365937154717358e-08, + "Y": 1.4290648664427863e-07, + "U": 1.5633732156072888e-11, + "K": 9.06245467557909e-10, + "L": 1.6785028228438748e-11, + "G": 1.9544749818578566e-08, + "F": 2.9418302801786922e-05, + "E": 8.710213705853675e-07, + "T": 4.703686329321499e-07, + "P": 0.7556359767913818, + "-": 0.2443312108516693 + }, + "id": "tp_27964" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3495529, + "label": "P", + "classification": { + "B": 5.44282158898568e-07, + "S": 3.546191251757591e-08, + "I": 0.0002546081377658993, + "C": 1.8118023945135064e-05, + "R": 2.2682999656353786e-07, + "M": 1.9387048268981744e-06, + "O": 4.0219060792878736e-07, + "W": 6.800896557024316e-08, + "N": 7.578539225505665e-06, + "Y": 3.4187389246653765e-05, + "U": 1.6490135124058725e-07, + "K": 1.0657615803211229e-06, + "L": 1.0572482977977415e-07, + "G": 3.530593676259741e-05, + "F": 0.0006059550796635449, + "E": 0.0014811819419264793, + "T": 1.4342340364237316e-05, + "P": 0.8599072098731995, + "-": 0.1376369744539261 + }, + "id": "tp_27965" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3495629, + "label": "P", + "classification": { + "B": 1.3955670397081121e-07, + "S": 1.0406694173070719e-08, + "I": 6.449351349147037e-05, + "C": 1.1804836930195961e-07, + "R": 3.853882546422938e-09, + "M": 1.023897539198515e-06, + "O": 1.535239420036305e-07, + "W": 7.201127250056061e-09, + "N": 1.985697053896729e-06, + "Y": 2.142151970474515e-06, + "U": 2.1828807650337012e-09, + "K": 1.0252801274646117e-08, + "L": 6.2147020862823865e-09, + "G": 1.1581009857764002e-06, + "F": 5.008773223380558e-05, + "E": 0.00015219861234072596, + "T": 1.5018259773569298e-06, + "P": 0.945188581943512, + "-": 0.054536446928977966 + }, + "id": "tp_27966" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3495762, + "label": "P", + "classification": { + "B": 4.3132314431204577e-07, + "S": 9.712464361655293e-07, + "I": 0.0005083964206278324, + "C": 4.988530236005317e-06, + "R": 2.576783799668192e-07, + "M": 9.62900412559975e-06, + "O": 2.0615675566659775e-06, + "W": 2.3983449182196637e-07, + "N": 4.8929181502899155e-05, + "Y": 3.25084911310114e-05, + "U": 2.7389620527173975e-07, + "K": 2.536013425924466e-06, + "L": 2.0700734637557616e-07, + "G": 1.1118454494862817e-05, + "F": 0.000612386385910213, + "E": 0.0005489660543389618, + "T": 5.809043432236649e-05, + "P": 0.9012277722358704, + "-": 0.09693030267953873 + }, + "id": "tp_27967" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3495896, + "label": "P", + "classification": { + "B": 0.00028090295381844044, + "S": 1.4476511751126964e-05, + "I": 0.002386803040280938, + "C": 0.00021693170128855854, + "R": 2.4967746867332608e-05, + "M": 0.0005915538058616221, + "O": 0.00011664570774883032, + "W": 1.307739057665458e-05, + "N": 0.0001810488465707749, + "Y": 0.00014969079347793013, + "U": 4.045839432365028e-06, + "K": 2.245509676868096e-06, + "L": 4.457604154595174e-05, + "G": 0.000691500841639936, + "F": 0.0007432274869643152, + "E": 0.003924145828932524, + "T": 0.00040142933721654117, + "P": 0.8100883960723877, + "-": 0.18012438714504242 + }, + "id": "tp_27968" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3496029, + "label": "P", + "classification": { + "B": 4.379359985762221e-09, + "S": 1.5906456707348582e-10, + "I": 2.045826659013983e-05, + "C": 3.056861785921683e-08, + "R": 4.224564309485146e-10, + "M": 5.9498407978253454e-08, + "O": 4.721571578159001e-09, + "W": 4.6127639902193707e-11, + "N": 1.4735506681518018e-07, + "Y": 3.6015492810292926e-07, + "U": 2.4215700625274117e-11, + "K": 1.5411714959778777e-10, + "L": 1.7474789670846036e-10, + "G": 3.1165956215772894e-07, + "F": 3.382924660400022e-06, + "E": 2.6977395464200526e-05, + "T": 1.4813522852819005e-07, + "P": 0.9667918086051941, + "-": 0.03315633907914162 + }, + "id": "tp_27969" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3496129, + "label": "-", + "classification": { + "B": 3.5692366395778663e-07, + "S": 9.449462368138484e-07, + "I": 0.0007674802327528596, + "C": 0.00010467265383340418, + "R": 2.0862802557530813e-05, + "M": 0.00012710744340438396, + "O": 4.507499761530198e-05, + "W": 2.182412345064222e-06, + "N": 3.384985029697418e-05, + "Y": 0.0005819292273372412, + "U": 1.63353377047315e-06, + "K": 1.4847056263533887e-05, + "L": 2.951801661765785e-06, + "G": 0.00019096107280347496, + "F": 0.0015145327197387815, + "E": 0.0003701096575241536, + "T": 0.0005551335634663701, + "P": 0.1610521376132965, + "-": 0.8346132636070251 + }, + "id": "tp_27970" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3496263, + "label": "-", + "classification": { + "B": 1.4142518978133012e-07, + "S": 5.287291493516477e-09, + "I": 2.9816590540576726e-05, + "C": 1.1659202527880552e-06, + "R": 2.3437314311536284e-08, + "M": 4.001097750006011e-06, + "O": 6.451202239077247e-07, + "W": 4.515773710522808e-08, + "N": 3.7246147144287534e-07, + "Y": 3.4073345887009054e-05, + "U": 2.5314676577181672e-08, + "K": 8.243076621283763e-08, + "L": 7.050556405374664e-08, + "G": 1.3066014616924804e-05, + "F": 0.00018934592662844807, + "E": 7.007043313933536e-05, + "T": 1.6232579582720064e-05, + "P": 0.3298810124397278, + "-": 0.6697598099708557 + }, + "id": "tp_27971" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3496396, + "label": "-", + "classification": { + "B": 3.938569609340803e-11, + "S": 3.8337881480554614e-11, + "I": 3.6522413893180783e-07, + "C": 1.2330465537502278e-08, + "R": 2.3144649391459993e-11, + "M": 6.39411325664696e-07, + "O": 3.1699403102436463e-09, + "W": 1.3655589679861801e-11, + "N": 1.5641423711798552e-09, + "Y": 5.181655069463886e-06, + "U": 4.366470726657745e-12, + "K": 8.547867275110477e-11, + "L": 1.3589160352545093e-10, + "G": 1.2531458537523577e-07, + "F": 3.4084867365891114e-05, + "E": 4.468020506465109e-06, + "T": 2.4143375867424766e-06, + "P": 0.1038796529173851, + "-": 0.8960731029510498 + }, + "id": "tp_27972" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3496530, + "label": "-", + "classification": { + "B": 0.0016682783607393503, + "S": 0.00012589433754328638, + "I": 0.0023516828659921885, + "C": 0.0021002900321036577, + "R": 0.00029849959537386894, + "M": 0.0008764037047512829, + "O": 0.0003857513365801424, + "W": 5.5080836318666115e-05, + "N": 0.0001563928963150829, + "Y": 0.0005683359922841191, + "U": 1.3801985915051773e-05, + "K": 3.0929902550269617e-06, + "L": 0.00024873221991583705, + "G": 0.0021187702659517527, + "F": 0.0022116973996162415, + "E": 0.003415627172216773, + "T": 0.0010654644574970007, + "P": 0.3741973042488098, + "-": 0.6081388592720032 + }, + "id": "tp_27973" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3496630, + "label": "P", + "classification": { + "B": 4.699554547599183e-13, + "S": 1.876477705858859e-12, + "I": 6.768886578356614e-06, + "C": 2.039477919879573e-09, + "R": 1.862984246037147e-11, + "M": 4.401796982467232e-10, + "O": 6.706817046175928e-11, + "W": 1.4692223132550808e-12, + "N": 3.39380150649049e-08, + "Y": 2.4216962657419572e-08, + "U": 3.1415501710457816e-12, + "K": 2.3907517632260067e-10, + "L": 4.963453693190845e-13, + "G": 1.9508590298755735e-09, + "F": 6.631475457652414e-07, + "E": 1.084761493075348e-06, + "T": 3.0487946389712306e-08, + "P": 0.9607266783714294, + "-": 0.0392647460103035 + }, + "id": "tp_27974" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3496763, + "label": "-", + "classification": { + "B": 1.2912936497855299e-08, + "S": 2.0825115853995158e-08, + "I": 2.2611606254940853e-05, + "C": 7.052814225971815e-07, + "R": 1.707110719451066e-08, + "M": 6.223635296009888e-07, + "O": 1.66284337410616e-07, + "W": 2.324095937922266e-08, + "N": 1.0087103419209598e-06, + "Y": 6.0652422689599916e-05, + "U": 1.2357668666140853e-08, + "K": 1.0378231536378735e-06, + "L": 5.059026531029076e-09, + "G": 2.048152055067476e-06, + "F": 0.0011225618654862046, + "E": 0.00010386222857050598, + "T": 7.07005074218614e-06, + "P": 0.43625688552856445, + "-": 0.562420666217804 + }, + "id": "tp_27975" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3496897, + "label": "P", + "classification": { + "B": 6.869255594210699e-05, + "S": 4.745018941321177e-06, + "I": 0.00017173918604385108, + "C": 2.319510485904175e-06, + "R": 3.351513555571728e-07, + "M": 2.488641439413186e-05, + "O": 1.815035466279369e-05, + "W": 2.1082660168758593e-06, + "N": 3.6743942473549396e-05, + "Y": 5.268875975161791e-05, + "U": 8.680736982569215e-07, + "K": 1.2913678801851347e-06, + "L": 1.00798331459373e-06, + "G": 3.6399145756149665e-05, + "F": 0.0001588143059052527, + "E": 0.0005262812483124435, + "T": 0.00017767878307495266, + "P": 0.8911811709403992, + "-": 0.1075340285897255 + }, + "id": "tp_27976" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3497030, + "label": "P", + "classification": { + "B": 3.600197695519114e-09, + "S": 5.8668681024443e-10, + "I": 0.00010503340308787301, + "C": 1.9676770435239632e-08, + "R": 6.405287966693152e-10, + "M": 2.0332740291451046e-07, + "O": 6.0249316646832085e-09, + "W": 3.236706180853588e-10, + "N": 2.1766975351056317e-06, + "Y": 1.7376045491346304e-07, + "U": 3.200584519635896e-10, + "K": 1.63674371833622e-08, + "L": 5.704429151265344e-10, + "G": 4.6292925048874167e-07, + "F": 6.98618168826215e-06, + "E": 0.00034269646857865155, + "T": 3.7759122051284066e-07, + "P": 0.992336094379425, + "-": 0.007205823436379433 + }, + "id": "tp_27977" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3497130, + "label": "-", + "classification": { + "B": 7.807679480720253e-08, + "S": 1.580987252225441e-08, + "I": 0.00014181451115291566, + "C": 2.712983769015409e-05, + "R": 4.132098183617927e-07, + "M": 6.226458026503678e-06, + "O": 5.289289788379392e-07, + "W": 3.2524383186682826e-08, + "N": 3.426134526307578e-06, + "Y": 0.00021964087500236928, + "U": 7.964398207604972e-08, + "K": 4.268975317245349e-06, + "L": 3.3059826876069565e-08, + "G": 6.874189421068877e-05, + "F": 0.0007704735617153347, + "E": 0.0006394379888661206, + "T": 2.5110746719292365e-05, + "P": 0.42516130208969116, + "-": 0.572931170463562 + }, + "id": "tp_27978" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3497264, + "label": "P", + "classification": { + "B": 4.6309459378335305e-08, + "S": 4.947400356059006e-08, + "I": 0.0002576819097157568, + "C": 2.861375833163038e-06, + "R": 1.1677757782990739e-07, + "M": 3.891879259754205e-06, + "O": 7.835931228328263e-07, + "W": 4.989685109535458e-08, + "N": 5.939819857303519e-06, + "Y": 2.8181686502648517e-05, + "U": 4.813511722545627e-08, + "K": 2.520755799650942e-07, + "L": 4.752716620259889e-08, + "G": 8.21047888166504e-06, + "F": 0.00017227110220119357, + "E": 0.0002078479592455551, + "T": 3.196084435330704e-05, + "P": 0.7130671143531799, + "-": 0.286212682723999 + }, + "id": "tp_27979" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3497397, + "label": "P", + "classification": { + "B": 5.212382916397473e-07, + "S": 2.273192052371087e-07, + "I": 8.019634697120637e-05, + "C": 4.188157618045807e-06, + "R": 2.4187644953599374e-07, + "M": 2.4885678158170776e-06, + "O": 3.4225479339511367e-06, + "W": 4.264727522240719e-07, + "N": 5.114407031214796e-06, + "Y": 8.958430044003762e-06, + "U": 1.148875199419308e-07, + "K": 1.172049337583303e-06, + "L": 1.3283346333992085e-07, + "G": 8.477513802063186e-06, + "F": 0.0008512277854606509, + "E": 0.00022201229876372963, + "T": 1.4165409993438516e-05, + "P": 0.5318236351013184, + "-": 0.46697336435317993 + }, + "id": "tp_27980" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3497531, + "label": "P", + "classification": { + "B": 1.348111511312311e-09, + "S": 2.2584316361484724e-10, + "I": 2.0351869807200273e-06, + "C": 8.801578132988652e-09, + "R": 1.754171252699166e-10, + "M": 2.3248225566874225e-09, + "O": 2.723795189396583e-09, + "W": 6.439685590331479e-11, + "N": 3.317869357033487e-08, + "Y": 1.1561278512317585e-07, + "U": 1.8529966450131496e-10, + "K": 6.082386261319073e-10, + "L": 5.3417832657221e-11, + "G": 4.7753086818147494e-08, + "F": 9.155578482022975e-06, + "E": 3.2168568395718466e-06, + "T": 1.33945732727625e-07, + "P": 0.8161150217056274, + "-": 0.18387024104595184 + }, + "id": "tp_27981" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3497631, + "label": "P", + "classification": { + "B": 9.967580094638606e-10, + "S": 2.262391385343676e-09, + "I": 0.00012507973588071764, + "C": 3.052916781598469e-07, + "R": 1.4184098340308537e-08, + "M": 1.360821215712349e-07, + "O": 4.060273539607806e-08, + "W": 3.745194820936604e-09, + "N": 6.071070856705774e-06, + "Y": 1.138851439463906e-05, + "U": 3.730849851280027e-09, + "K": 1.1091926808148855e-06, + "L": 6.3609040257262e-10, + "G": 1.7695563201414188e-06, + "F": 0.0001224085281137377, + "E": 0.0002955501258838922, + "T": 1.3259863180792308e-06, + "P": 0.9672182202339172, + "-": 0.03221641853451729 + }, + "id": "tp_27982" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3497764, + "label": "P", + "classification": { + "B": 1.007018565757356e-10, + "S": 2.0290784677468032e-11, + "I": 7.76622473495081e-05, + "C": 7.25802706824652e-08, + "R": 2.3989630282272856e-09, + "M": 2.7855023176925897e-08, + "O": 1.6953926040841338e-09, + "W": 3.44925581152733e-11, + "N": 5.489584964379901e-07, + "Y": 5.804995453217998e-07, + "U": 1.132104826551128e-10, + "K": 7.5304562585643e-09, + "L": 5.068486949588724e-11, + "G": 2.926954891790956e-07, + "F": 3.652037321444368e-06, + "E": 2.5985846150433645e-05, + "T": 1.5272460984760983e-07, + "P": 0.9915738701820374, + "-": 0.008317057974636555 + }, + "id": "tp_27983" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3497898, + "label": "P", + "classification": { + "B": 2.4265710426261966e-13, + "S": 2.8334958857045064e-15, + "I": 3.3848650105028355e-08, + "C": 4.417688090341265e-11, + "R": 1.1546240851444123e-13, + "M": 1.724891236787318e-11, + "O": 3.601472418901519e-12, + "W": 1.5237890634077315e-14, + "N": 1.663761142745024e-11, + "Y": 2.3930004644512337e-09, + "U": 1.883473981162745e-14, + "K": 3.2043734121212433e-14, + "L": 3.9759076022813367e-14, + "G": 3.0557403829512e-10, + "F": 7.31390983332858e-08, + "E": 1.2262559856424105e-08, + "T": 1.975375418794556e-09, + "P": 0.7952008247375488, + "-": 0.20479904115200043 + }, + "id": "tp_27984" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3498031, + "label": "-", + "classification": { + "B": 2.8411787411641853e-07, + "S": 3.9040060073602945e-07, + "I": 0.0004828021046705544, + "C": 2.919961480074562e-05, + "R": 2.1872992874705233e-06, + "M": 2.59398075286299e-05, + "O": 6.8562580963771325e-06, + "W": 6.146826763142599e-07, + "N": 1.5611281924066134e-05, + "Y": 0.000607294961810112, + "U": 6.697167691527284e-07, + "K": 9.277914614358451e-06, + "L": 6.56856570913078e-07, + "G": 9.13074254640378e-05, + "F": 0.0018880164716392756, + "E": 0.0005025233840569854, + "T": 0.0003022832970600575, + "P": 0.18738731741905212, + "-": 0.8086467385292053 + }, + "id": "tp_27985" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3498131, + "label": "-", + "classification": { + "B": 8.722074653633172e-07, + "S": 6.572651045644307e-07, + "I": 2.3570803023176268e-05, + "C": 1.9233710190746933e-05, + "R": 2.0402846985234646e-06, + "M": 1.6631631297059357e-05, + "O": 1.1550218005140778e-05, + "W": 5.057470957581245e-07, + "N": 1.8448686205374543e-06, + "Y": 0.00020604899327736348, + "U": 1.9414531493566756e-07, + "K": 1.6623582723696018e-06, + "L": 8.648209472994495e-07, + "G": 5.691650221706368e-05, + "F": 0.004190982319414616, + "E": 2.5818699214141816e-05, + "T": 0.00015968215302564204, + "P": 0.06213465705513954, + "-": 0.9331462979316711 + }, + "id": "tp_27986" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3498265, + "label": "-", + "classification": { + "B": 3.3005032040733795e-09, + "S": 9.440687120942926e-11, + "I": 5.3920000908647125e-08, + "C": 1.6985063355789976e-09, + "R": 2.8710920793595385e-11, + "M": 1.7089163861783163e-07, + "O": 3.274582738299614e-08, + "W": 3.067690892977204e-11, + "N": 6.335038049698483e-10, + "Y": 4.141172382787772e-07, + "U": 3.7008339101585186e-12, + "K": 1.759993518112013e-12, + "L": 9.539922185552996e-10, + "G": 3.1669515010435134e-07, + "F": 8.335316124430392e-06, + "E": 4.331703280513466e-07, + "T": 1.356842744826281e-06, + "P": 0.05729741230607033, + "-": 0.9426915645599365 + }, + "id": "tp_27987" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3498398, + "label": "P", + "classification": { + "B": 3.7058461854755365e-10, + "S": 1.1788211518037883e-09, + "I": 3.933386324206367e-05, + "C": 1.323151508358933e-07, + "R": 2.005716703834537e-09, + "M": 8.32416304774597e-08, + "O": 1.717450537341847e-08, + "W": 8.696095510352109e-10, + "N": 8.510077691425977e-07, + "Y": 1.5664239754187292e-06, + "U": 4.46998466019366e-10, + "K": 6.501761617982993e-08, + "L": 2.055344783258306e-10, + "G": 3.565181430076336e-07, + "F": 6.674548785667866e-05, + "E": 5.749323099735193e-05, + "T": 6.642924290645169e-07, + "P": 0.8662165999412537, + "-": 0.13361607491970062 + }, + "id": "tp_27988" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3498532, + "label": "P", + "classification": { + "B": 3.293962436146103e-08, + "S": 2.3339296717495017e-08, + "I": 5.327600229065865e-05, + "C": 1.067362404683081e-06, + "R": 8.497627135284347e-08, + "M": 2.2686792817694368e-06, + "O": 1.0025124765888904e-06, + "W": 8.085935121471266e-08, + "N": 3.56901091436157e-06, + "Y": 4.069609713042155e-05, + "U": 4.74083634571798e-08, + "K": 6.301761004579021e-06, + "L": 1.9498704872944472e-08, + "G": 1.5045685358927585e-05, + "F": 0.0012360992841422558, + "E": 0.0003813684161286801, + "T": 1.636383603909053e-05, + "P": 0.6133013963699341, + "-": 0.3849411904811859 + }, + "id": "tp_27989" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3498632, + "label": "P", + "classification": { + "B": 1.1484953574836254e-06, + "S": 6.651616217823175e-07, + "I": 0.000446540565462783, + "C": 1.7922673578141257e-05, + "R": 1.8821450566974818e-06, + "M": 2.4009801563806832e-05, + "O": 6.3811230575083755e-06, + "W": 6.241485834834748e-07, + "N": 4.650871778721921e-05, + "Y": 0.00036337398341856897, + "U": 8.248785547948501e-07, + "K": 3.225592081435025e-05, + "L": 3.681076066186506e-07, + "G": 0.00011232147517148405, + "F": 0.001438609790056944, + "E": 0.0011738920584321022, + "T": 0.00014995511446613818, + "P": 0.7755391597747803, + "-": 0.22064343094825745 + }, + "id": "tp_27990" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3498765, + "label": "P", + "classification": { + "B": 8.376256355191458e-10, + "S": 1.271116267798078e-10, + "I": 2.8880444006063044e-05, + "C": 1.4328932707030617e-07, + "R": 1.6405014013898267e-09, + "M": 1.2865827159203036e-07, + "O": 1.078746425520194e-08, + "W": 1.5976306388942874e-10, + "N": 1.5575818679280928e-07, + "Y": 1.6666338069626363e-06, + "U": 1.1567068830542482e-10, + "K": 1.2871114174473064e-09, + "L": 4.006022735758563e-10, + "G": 9.820281547945342e-07, + "F": 1.7750962797435932e-05, + "E": 3.0384178899112158e-05, + "T": 7.213155868157628e-07, + "P": 0.8346026539802551, + "-": 0.16531650722026825 + }, + "id": "tp_27991" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3498899, + "label": "P", + "classification": { + "B": 2.3006927563073987e-07, + "S": 2.0755344110057194e-08, + "I": 0.00031106668757274747, + "C": 2.5486928279860877e-05, + "R": 9.685170425655087e-07, + "M": 2.8732276859955164e-06, + "O": 7.460994311259128e-07, + "W": 7.244175037612877e-08, + "N": 4.0139320844900794e-06, + "Y": 0.0001229329063789919, + "U": 3.3965932288992917e-07, + "K": 1.374378598484327e-06, + "L": 1.282004546965254e-07, + "G": 3.246691630920395e-05, + "F": 0.00040860314038582146, + "E": 0.00017307490634266287, + "T": 2.6524767235969193e-05, + "P": 0.5666118264198303, + "-": 0.4322771728038788 + }, + "id": "tp_27992" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3499032, + "label": "-", + "classification": { + "B": 4.662980700231856e-06, + "S": 1.3607473192678299e-06, + "I": 0.0007213791832327843, + "C": 6.795246008550748e-05, + "R": 1.1827537491626572e-05, + "M": 0.0001797125587472692, + "O": 3.978663153247908e-05, + "W": 1.9510962374624796e-06, + "N": 1.790203714335803e-05, + "Y": 0.0014517345698550344, + "U": 1.5359437384177e-06, + "K": 8.419993946517934e-07, + "L": 8.794787390797865e-06, + "G": 0.0005016163340769708, + "F": 0.0010366414207965136, + "E": 0.0004065629036631435, + "T": 0.0009987893281504512, + "P": 0.23975323140621185, + "-": 0.7547937631607056 + }, + "id": "tp_27993" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3499132, + "label": "P", + "classification": { + "B": 1.0569864428155995e-11, + "S": 7.645274170686722e-12, + "I": 8.900834700398264e-07, + "C": 1.274133437645375e-10, + "R": 1.932854917785498e-12, + "M": 7.658942924315681e-10, + "O": 2.0730830940784983e-10, + "W": 1.6205401603963665e-11, + "N": 1.3668062237570666e-08, + "Y": 1.4667438819060408e-08, + "U": 6.695740750045642e-12, + "K": 8.43923597670937e-09, + "L": 7.407039933661486e-13, + "G": 6.843746014340013e-09, + "F": 9.459770808462054e-06, + "E": 1.1593028830247931e-05, + "T": 2.58033576727712e-08, + "P": 0.9232343435287476, + "-": 0.07674364745616913 + }, + "id": "tp_27994" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3499266, + "label": "-", + "classification": { + "B": 8.635931862954749e-07, + "S": 1.303873659708188e-06, + "I": 9.096274879993871e-05, + "C": 5.940395567449741e-05, + "R": 1.3641959412780125e-05, + "M": 0.00012336649524513632, + "O": 8.730200352147222e-05, + "W": 1.2137199973949464e-06, + "N": 2.2744168290955713e-06, + "Y": 0.000730580126401037, + "U": 2.005310761887813e-07, + "K": 3.658432845554671e-08, + "L": 1.7068199667846784e-05, + "G": 0.0001730813382891938, + "F": 0.0015668480191379786, + "E": 3.1577073968946934e-05, + "T": 0.0005563892191275954, + "P": 0.05218148231506348, + "-": 0.9443623423576355 + }, + "id": "tp_27995" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3499399, + "label": "P", + "classification": { + "B": 1.0698477126425132e-06, + "S": 9.707938488645595e-07, + "I": 0.0012624806258827448, + "C": 5.2114937716396526e-06, + "R": 5.734488581765618e-07, + "M": 1.1330106644891202e-05, + "O": 3.0955534384702332e-06, + "W": 3.7854394463465724e-07, + "N": 7.768262003082782e-05, + "Y": 2.9518167139030993e-05, + "U": 5.073904958408093e-07, + "K": 1.3194525081416941e-06, + "L": 4.7555090532114264e-07, + "G": 1.470811457693344e-05, + "F": 0.00012577428424265236, + "E": 0.0009468415519222617, + "T": 8.737773896427825e-05, + "P": 0.9368330240249634, + "-": 0.06059765815734863 + }, + "id": "tp_27996" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3499533, + "label": "P", + "classification": { + "B": 1.3690277000932838e-07, + "S": 9.809462575560701e-09, + "I": 0.00024333664623554796, + "C": 2.4551566184527474e-06, + "R": 1.7445924527237366e-07, + "M": 1.3419530660030432e-05, + "O": 8.685806278663222e-07, + "W": 1.2310255037562001e-08, + "N": 2.172732820326928e-06, + "Y": 0.00013705881428904831, + "U": 1.6567343052997785e-08, + "K": 1.7205007418752416e-09, + "L": 2.1527436899759778e-07, + "G": 1.5088330655999016e-05, + "F": 5.158753992873244e-05, + "E": 0.00015559782332275063, + "T": 5.851229070685804e-05, + "P": 0.7388715744018555, + "-": 0.2604476511478424 + }, + "id": "tp_27997" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3499633, + "label": "-", + "classification": { + "B": 8.542041314285598e-07, + "S": 1.5067673757584998e-06, + "I": 0.0005014469497837126, + "C": 0.00010842245683306828, + "R": 1.5569616152788512e-05, + "M": 5.702471389668062e-05, + "O": 1.7478299923823215e-05, + "W": 1.479802676840336e-06, + "N": 1.6785248590167612e-05, + "Y": 0.0007840970647521317, + "U": 1.0695928267523414e-06, + "K": 6.254854724829784e-06, + "L": 2.773153937596362e-06, + "G": 0.00017148243205156177, + "F": 0.0045503065921366215, + "E": 0.00015156525478232652, + "T": 0.00037246503052301705, + "P": 0.2908868193626404, + "-": 0.7023525238037109 + }, + "id": "tp_27998" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3499766, + "label": "P", + "classification": { + "B": 1.5078913747856859e-05, + "S": 4.44894794782158e-06, + "I": 0.0014156618854030967, + "C": 0.0002786422264762223, + "R": 1.7810392819228582e-05, + "M": 9.710712038213387e-05, + "O": 5.7873159676091745e-05, + "W": 7.314133199542994e-06, + "N": 0.00013429939281195402, + "Y": 0.0004981200909242034, + "U": 9.708799552754499e-06, + "K": 1.65649125847267e-05, + "L": 1.3306308574101422e-05, + "G": 0.00042705543455667794, + "F": 0.003997578751295805, + "E": 0.0012768283486366272, + "T": 0.00042182556353509426, + "P": 0.5644849538803101, + "-": 0.4268258512020111 + }, + "id": "tp_27999" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3499900, + "label": "P", + "classification": { + "B": 5.503125954930965e-09, + "S": 1.4487796518025675e-09, + "I": 1.4065120922168717e-05, + "C": 1.1387538911833417e-08, + "R": 2.2872011229413403e-10, + "M": 3.871979004088644e-08, + "O": 8.123775430135538e-09, + "W": 2.0517282317555896e-10, + "N": 6.706658837174473e-07, + "Y": 6.968240029436856e-08, + "U": 1.579030656229108e-10, + "K": 3.223060152102164e-10, + "L": 5.967150107366592e-10, + "G": 1.159725826482827e-07, + "F": 7.931378604553174e-06, + "E": 2.26624160859501e-05, + "T": 3.4975096241396386e-07, + "P": 0.985314130783081, + "-": 0.014639891684055328 + }, + "id": "tp_28000" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3500000, + "label": "-", + "classification": { + "B": 1.865977736770219e-07, + "S": 2.0653573074014275e-08, + "I": 2.2704280127072707e-05, + "C": 1.6927542674238794e-05, + "R": 9.60991656029364e-07, + "M": 1.0893342732742894e-05, + "O": 3.7370518839452416e-06, + "W": 5.1529326583477086e-08, + "N": 5.2499348157653e-07, + "Y": 0.00018022033327724785, + "U": 6.724730639007248e-08, + "K": 1.515964669351888e-07, + "L": 3.409476789784094e-07, + "G": 7.620362157467753e-05, + "F": 0.0006868012715131044, + "E": 2.7497791961650364e-05, + "T": 8.48003473947756e-05, + "P": 0.06084653362631798, + "-": 0.9380414485931396 + }, + "id": "tp_28001" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3500133, + "label": "-", + "classification": { + "B": 2.720122722621454e-07, + "S": 2.3870478926824035e-08, + "I": 3.108169767074287e-05, + "C": 1.133301884692628e-05, + "R": 6.162657086861145e-07, + "M": 1.6110247088363394e-05, + "O": 3.0779158350924263e-06, + "W": 1.3846731405919854e-07, + "N": 2.7568626137508545e-07, + "Y": 0.00010809963714564219, + "U": 5.972388095187853e-08, + "K": 1.7292542509039777e-07, + "L": 5.131914804223925e-07, + "G": 6.610525451833382e-05, + "F": 0.0010635172948241234, + "E": 3.13766322506126e-05, + "T": 4.137231007916853e-05, + "P": 0.06055426597595215, + "-": 0.938071608543396 + }, + "id": "tp_28002" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3500267, + "label": "P", + "classification": { + "B": 6.501173288597784e-07, + "S": 1.5431128019827156e-07, + "I": 0.005120648071169853, + "C": 9.51775218709372e-05, + "R": 4.32795923188678e-06, + "M": 2.172285530832596e-05, + "O": 2.76977743851603e-06, + "W": 3.062268376652355e-07, + "N": 0.00013436847075354308, + "Y": 0.00018782263214234263, + "U": 2.4516563712495554e-07, + "K": 3.0517251161654713e-06, + "L": 1.951099761754449e-07, + "G": 0.00012514047557488084, + "F": 0.00041943282121792436, + "E": 0.0022214928176254034, + "T": 3.1215975468512625e-05, + "P": 0.8945272564888, + "-": 0.09710399806499481 + }, + "id": "tp_28003" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3500400, + "label": "-", + "classification": { + "B": 1.021177695292863e-06, + "S": 2.9698983894377307e-07, + "I": 0.0003708596050273627, + "C": 5.5367294407915324e-05, + "R": 4.635302502720151e-06, + "M": 5.1584818720584735e-05, + "O": 1.8047512639896013e-05, + "W": 5.08215975969506e-07, + "N": 7.95849791757064e-06, + "Y": 0.00020043728000018746, + "U": 4.6982481194390857e-07, + "K": 8.097892134628637e-08, + "L": 3.4521792713348987e-06, + "G": 0.0001265641622012481, + "F": 0.00046722686965949833, + "E": 7.127026037778705e-05, + "T": 0.0003210079448763281, + "P": 0.34023913741111755, + "-": 0.6580600142478943 + }, + "id": "tp_28004" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3500501, + "label": "-", + "classification": { + "B": 1.2422617601259844e-07, + "S": 1.0925859328381193e-07, + "I": 8.693323616171256e-05, + "C": 4.699597411672585e-06, + "R": 2.2974853663981776e-07, + "M": 5.485673682414927e-06, + "O": 2.141760433005402e-06, + "W": 4.026325370887207e-07, + "N": 6.267262506298721e-06, + "Y": 0.00013405147183220834, + "U": 1.3968309531264822e-07, + "K": 2.849141128535848e-05, + "L": 5.7004509557145866e-08, + "G": 3.319823736092076e-05, + "F": 0.004781417082995176, + "E": 0.0009140592883341014, + "T": 3.444293179200031e-05, + "P": 0.37224170565605164, + "-": 0.6217260360717773 + }, + "id": "tp_28005" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3500634, + "label": "P", + "classification": { + "B": 2.3539605535916053e-06, + "S": 1.2231177493049472e-07, + "I": 0.00230649346485734, + "C": 1.0140544873138424e-05, + "R": 4.0991690752889554e-07, + "M": 6.257067980186548e-06, + "O": 5.219683316681767e-07, + "W": 5.899451593904814e-08, + "N": 4.072916999575682e-05, + "Y": 0.00011205634655198082, + "U": 1.9697291975262488e-07, + "K": 1.668571911750405e-07, + "L": 2.0254172738987108e-07, + "G": 1.8186225133831613e-05, + "F": 8.606936171418056e-05, + "E": 0.001099404995329678, + "T": 2.5602015739423223e-05, + "P": 0.9573013782501221, + "-": 0.03898963704705238 + }, + "id": "tp_28006" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3500767, + "label": "P", + "classification": { + "B": 1.7591131836525165e-05, + "S": 6.386268978531007e-06, + "I": 0.003090895712375641, + "C": 0.000354706309735775, + "R": 4.149895903537981e-05, + "M": 0.00014486481086350977, + "O": 8.227764192270115e-05, + "W": 1.600643190613482e-05, + "N": 0.0002865626011043787, + "Y": 0.0012685561086982489, + "U": 3.572193963918835e-05, + "K": 0.00013623878476209939, + "L": 9.926647180691361e-06, + "G": 0.00057935033692047, + "F": 0.004366190638393164, + "E": 0.0037503992207348347, + "T": 0.000621194310951978, + "P": 0.5521611571311951, + "-": 0.4330304265022278 + }, + "id": "tp_28007" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3500901, + "label": "-", + "classification": { + "B": 1.7850525182439014e-06, + "S": 6.705604846501956e-06, + "I": 0.00017025733541231602, + "C": 2.1319920051610097e-05, + "R": 3.724099542523618e-06, + "M": 7.854272553231567e-05, + "O": 4.242237628204748e-05, + "W": 3.7104298371559707e-06, + "N": 3.558862954378128e-05, + "Y": 0.0008123511215671897, + "U": 1.6343361721737892e-06, + "K": 5.0981183449039236e-05, + "L": 2.264170234411722e-06, + "G": 0.00010827934602275491, + "F": 0.00906394887715578, + "E": 0.00043346325401216745, + "T": 0.0008080361876636744, + "P": 0.19735446572303772, + "-": 0.7910004258155823 + }, + "id": "tp_28008" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3501001, + "label": "P", + "classification": { + "B": 2.964448686526566e-10, + "S": 1.2872967969368432e-10, + "I": 5.909127139602788e-06, + "C": 1.148822992291798e-08, + "R": 3.720692087760824e-10, + "M": 4.6633367389858904e-08, + "O": 1.4420987959340437e-08, + "W": 2.4269444787172745e-10, + "N": 3.31672431741481e-08, + "Y": 1.2007880059172749e-06, + "U": 1.4324477715099704e-10, + "K": 1.1098821861565966e-10, + "L": 3.455448427391872e-10, + "G": 9.782723964235629e-08, + "F": 5.122860784467775e-06, + "E": 2.338278818569961e-06, + "T": 1.7925863176060375e-06, + "P": 0.6285014152526855, + "-": 0.3714819848537445 + }, + "id": "tp_28009" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3501134, + "label": "-", + "classification": { + "B": 3.813097237070906e-06, + "S": 1.7611189377930714e-06, + "I": 0.00015614513540640473, + "C": 2.9722627004957758e-05, + "R": 4.637996880774153e-06, + "M": 4.848368917009793e-05, + "O": 4.891290518571623e-05, + "W": 1.1111570756838773e-06, + "N": 1.3674473848368507e-05, + "Y": 0.0004229254263918847, + "U": 8.286590968964447e-07, + "K": 1.493169065724942e-06, + "L": 3.1772810871188994e-06, + "G": 0.00029444193933159113, + "F": 0.0015561592299491167, + "E": 7.22949334885925e-05, + "T": 0.0007340085576288402, + "P": 0.1608431339263916, + "-": 0.8357632756233215 + }, + "id": "tp_28010" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3501268, + "label": "-", + "classification": { + "B": 4.839340817852644e-06, + "S": 9.022340350384184e-07, + "I": 0.00023466772108804435, + "C": 2.236576983705163e-05, + "R": 1.5283529819498654e-06, + "M": 2.551368743297644e-05, + "O": 2.143184065062087e-05, + "W": 1.1608273098318023e-06, + "N": 1.3692694665223826e-05, + "Y": 8.573521336074919e-05, + "U": 5.611038886854658e-07, + "K": 5.204349804444064e-07, + "L": 3.0578241876355605e-06, + "G": 0.00011520452972035855, + "F": 0.0008703793864697218, + "E": 0.00030961225274950266, + "T": 0.00016695153317414224, + "P": 0.45287540555000305, + "-": 0.545246422290802 + }, + "id": "tp_28011" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3501401, + "label": "-", + "classification": { + "B": 1.2919067557959352e-06, + "S": 3.8780495970058837e-07, + "I": 0.002432403387501836, + "C": 5.1521237764973193e-05, + "R": 5.716512987419264e-06, + "M": 4.940174403600395e-05, + "O": 1.448126567993313e-05, + "W": 5.678351158167061e-07, + "N": 3.413005833863281e-05, + "Y": 0.0003969068347942084, + "U": 5.601715997727297e-07, + "K": 3.62676985332655e-07, + "L": 2.5287383778049843e-06, + "G": 0.00015879514103289694, + "F": 0.0005237621953710914, + "E": 0.00026159215485677123, + "T": 0.00037688566953875124, + "P": 0.4607934355735779, + "-": 0.5348953604698181 + }, + "id": "tp_28012" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3501502, + "label": "-", + "classification": { + "B": 1.1437063562880212e-07, + "S": 5.884427167757167e-08, + "I": 0.00022785864712204784, + "C": 4.225904558552429e-05, + "R": 3.367602857906604e-06, + "M": 3.34813776134979e-05, + "O": 3.325894113004324e-06, + "W": 1.586321616287023e-07, + "N": 4.100630121683935e-06, + "Y": 0.0006203987286426127, + "U": 2.1155582885512558e-07, + "K": 1.087165173885296e-06, + "L": 2.724418948218954e-07, + "G": 5.683805648004636e-05, + "F": 0.0009331558831036091, + "E": 0.00012247622362338006, + "T": 0.00019852380501106381, + "P": 0.1486639380455017, + "-": 0.8490884304046631 + }, + "id": "tp_28013" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3501635, + "label": "-", + "classification": { + "B": 4.2968103741714e-08, + "S": 1.1964407065079286e-07, + "I": 4.117783464607783e-05, + "C": 5.744600002799416e-06, + "R": 7.216837047963054e-07, + "M": 1.3201174624555279e-05, + "O": 3.217736320948461e-06, + "W": 3.564996973182133e-07, + "N": 2.8751653644576436e-06, + "Y": 0.0008518939721398056, + "U": 1.8623333630785055e-07, + "K": 8.542854629922658e-05, + "L": 9.077508877908258e-08, + "G": 6.557320739375427e-05, + "F": 0.004964996594935656, + "E": 0.0001626756857149303, + "T": 0.0001733550598146394, + "P": 0.06103408336639404, + "-": 0.9325941801071167 + }, + "id": "tp_28014" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3501768, + "label": "-", + "classification": { + "B": 3.704912765467583e-11, + "S": 2.3316382158355964e-10, + "I": 2.3314987629419193e-06, + "C": 9.179993654129248e-09, + "R": 8.419067665244029e-10, + "M": 5.313889914759784e-07, + "O": 4.0450217397847155e-08, + "W": 1.883901507016006e-10, + "N": 6.6129084430599505e-09, + "Y": 6.4660234784241766e-06, + "U": 9.352529861672565e-11, + "K": 4.563156796866252e-11, + "L": 2.346021599208825e-09, + "G": 3.1307104109146167e-07, + "F": 1.5119721865630709e-05, + "E": 4.585597537243302e-07, + "T": 2.1256704712868668e-05, + "P": 0.05884064361453056, + "-": 0.9411128163337708 + }, + "id": "tp_28015" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3501902, + "label": "-", + "classification": { + "B": 7.692245162616018e-06, + "S": 7.079119313857518e-06, + "I": 0.0011527793249115348, + "C": 8.735041774343699e-05, + "R": 1.7177744666696526e-05, + "M": 0.00013801711611449718, + "O": 6.941333413124084e-05, + "W": 8.274901119875722e-06, + "N": 7.650868792552501e-05, + "Y": 0.0010379047598689795, + "U": 4.6691257011843845e-06, + "K": 6.874893006170169e-05, + "L": 9.937895811162889e-06, + "G": 0.0007987799472175539, + "F": 0.02019350975751877, + "E": 0.0023664699401706457, + "T": 0.00041764104389585555, + "P": 0.32258152961730957, + "-": 0.6509565114974976 + }, + "id": "tp_28016" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3502002, + "label": "-", + "classification": { + "B": 1.4115973499428947e-05, + "S": 1.4122314496489707e-05, + "I": 0.0017153068911284208, + "C": 0.0012902066810056567, + "R": 0.0002388312277616933, + "M": 0.0004358513106126338, + "O": 0.0002288317191414535, + "W": 2.9111752155586146e-05, + "N": 0.000166893340065144, + "Y": 0.004999228753149509, + "U": 3.751454278244637e-05, + "K": 0.0003101596958003938, + "L": 3.772568379645236e-05, + "G": 0.0018683121306821704, + "F": 0.020663229748606682, + "E": 0.0017629191279411316, + "T": 0.0015434235101565719, + "P": 0.12844115495681763, + "-": 0.8362030982971191 + }, + "id": "tp_28017" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3502135, + "label": "-", + "classification": { + "B": 2.3907214199425653e-06, + "S": 3.311326395305514e-07, + "I": 0.0005271860864013433, + "C": 0.00018356014334131032, + "R": 1.6923588191275485e-05, + "M": 6.157495226943865e-05, + "O": 1.8878943592426367e-05, + "W": 8.752817279855662e-07, + "N": 8.498781426169444e-06, + "Y": 0.0008872444159351289, + "U": 1.857794813986402e-06, + "K": 4.473324679565849e-07, + "L": 9.148940080194734e-06, + "G": 0.0007134531042538583, + "F": 0.0014488177839666605, + "E": 0.00013546794070862234, + "T": 0.0003729033633135259, + "P": 0.2657907009124756, + "-": 0.7298197746276855 + }, + "id": "tp_28018" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3502269, + "label": "-", + "classification": { + "B": 2.312405023019437e-08, + "S": 1.0449345211327454e-07, + "I": 3.8273843529168516e-05, + "C": 3.0018314646440558e-05, + "R": 3.061415327465511e-06, + "M": 1.9178642105543986e-05, + "O": 9.786201189854182e-06, + "W": 2.3107220670226525e-07, + "N": 2.1663349798473064e-06, + "Y": 0.0003661142254713923, + "U": 9.59685380053088e-08, + "K": 1.1695331068040105e-06, + "L": 4.854267103837628e-07, + "G": 6.0860147641506046e-05, + "F": 0.0025025643408298492, + "E": 3.2766554795671254e-05, + "T": 0.00014555937377735972, + "P": 0.056303247809410095, + "-": 0.940484344959259 + }, + "id": "tp_28019" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3502402, + "label": "-", + "classification": { + "B": 1.1004378741574783e-08, + "S": 5.8485106535499654e-08, + "I": 0.00013175205094739795, + "C": 4.955719759891508e-06, + "R": 3.708759379605908e-07, + "M": 1.7494014173280448e-05, + "O": 1.8434404864819953e-06, + "W": 1.2960042283793882e-07, + "N": 4.490555511438288e-06, + "Y": 0.00017641270824242383, + "U": 9.944658074800827e-08, + "K": 6.5299445850541815e-06, + "L": 5.915352119245654e-08, + "G": 1.3500186469173059e-05, + "F": 0.0007198757375590503, + "E": 0.00017777089669834822, + "T": 0.00013508576375897974, + "P": 0.1387055665254593, + "-": 0.8599039316177368 + }, + "id": "tp_28020" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3502503, + "label": "-", + "classification": { + "B": 6.0951952036703005e-06, + "S": 8.063624591159169e-06, + "I": 0.0013098601484671235, + "C": 0.007237520068883896, + "R": 0.0005844366387464106, + "M": 0.0013139876537024975, + "O": 0.00023322005290538073, + "W": 1.918385532917455e-05, + "N": 7.896978058852255e-05, + "Y": 0.009132955223321915, + "U": 1.6954736565821804e-05, + "K": 0.00022114590683486313, + "L": 5.4165513574844226e-05, + "G": 0.0028213507030159235, + "F": 0.012146560475230217, + "E": 0.002361818216741085, + "T": 0.003046190133318305, + "P": 0.035594336688518524, + "-": 0.9238131642341614 + }, + "id": "tp_28021" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3502636, + "label": "-", + "classification": { + "B": 3.9489101766321255e-08, + "S": 6.89776840090417e-08, + "I": 0.00030083328601904213, + "C": 1.7081163605325855e-05, + "R": 1.6722077589292894e-06, + "M": 8.052327757468447e-06, + "O": 1.9603016880864743e-06, + "W": 7.826862002957569e-08, + "N": 5.767683887825115e-06, + "Y": 0.0005044311983510852, + "U": 2.0400510436502373e-07, + "K": 2.839141416188795e-06, + "L": 1.628500712058667e-07, + "G": 2.9580356567748822e-05, + "F": 0.0007776655838824809, + "E": 8.34801685414277e-05, + "T": 0.0001549385633552447, + "P": 0.16993854939937592, + "-": 0.8281725645065308 + }, + "id": "tp_28022" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3502769, + "label": "-", + "classification": { + "B": 2.5309060447398224e-07, + "S": 2.1166991359677922e-07, + "I": 6.956850120332092e-05, + "C": 3.0869512556819245e-05, + "R": 2.919876351370476e-06, + "M": 5.842315295012668e-05, + "O": 1.6949072232819162e-05, + "W": 1.8110111454916478e-07, + "N": 3.1597446650266647e-06, + "Y": 0.0004471848369576037, + "U": 3.128132561869279e-07, + "K": 1.7290425375904306e-06, + "L": 1.5615652273481828e-06, + "G": 0.00019121516379527748, + "F": 0.0011969803599640727, + "E": 5.653889456880279e-05, + "T": 0.00035714160185307264, + "P": 0.024263646453619003, + "-": 0.973301112651825 + }, + "id": "tp_28023" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3502903, + "label": "-", + "classification": { + "B": 5.084032750346523e-07, + "S": 5.687790576303087e-07, + "I": 0.0007607843144796789, + "C": 5.478576713358052e-05, + "R": 6.4395967456221115e-06, + "M": 4.158551018917933e-05, + "O": 1.0735388968896586e-05, + "W": 6.4572122937534e-07, + "N": 2.0298959498177283e-05, + "Y": 0.0008966380264610052, + "U": 8.484543627673702e-07, + "K": 2.4723040041862987e-06, + "L": 1.4514685062749777e-06, + "G": 0.00013867032248526812, + "F": 0.0012271886225789785, + "E": 0.0004129102162551135, + "T": 0.0004692975780926645, + "P": 0.2976989448070526, + "-": 0.698255181312561 + }, + "id": "tp_28024" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3503003, + "label": "-", + "classification": { + "B": 1.0703765873643079e-08, + "S": 1.4991291763521986e-08, + "I": 0.00010562520765233785, + "C": 4.298274143366143e-05, + "R": 3.0172461720212596e-06, + "M": 3.460352445472381e-06, + "O": 1.5764036334076081e-06, + "W": 4.7643052170087685e-08, + "N": 1.51312087837141e-06, + "Y": 0.0003652376472018659, + "U": 1.3910803886574286e-07, + "K": 9.288983164879028e-07, + "L": 8.628720138403878e-08, + "G": 5.413082544691861e-05, + "F": 0.0003740755491890013, + "E": 1.2827473256038502e-05, + "T": 8.85732370079495e-05, + "P": 0.08487313985824585, + "-": 0.9140726327896118 + }, + "id": "tp_28025" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3503136, + "label": "-", + "classification": { + "B": 6.23398705101863e-07, + "S": 6.032348096596252e-07, + "I": 0.0008123685256578028, + "C": 6.132569978944957e-05, + "R": 1.3014317119086627e-05, + "M": 7.76175656937994e-05, + "O": 3.814410956692882e-05, + "W": 1.5216693327602115e-06, + "N": 5.514333679457195e-05, + "Y": 0.0009827682515606284, + "U": 1.7812932355809608e-06, + "K": 2.2019261450623162e-05, + "L": 1.6809051430755062e-06, + "G": 0.0002431778411846608, + "F": 0.0019865387585014105, + "E": 0.0005027992883697152, + "T": 0.000681580335367471, + "P": 0.188600555062294, + "-": 0.8059167861938477 + }, + "id": "tp_28026" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3503270, + "label": "-", + "classification": { + "B": 4.894832628110635e-08, + "S": 1.1758194773392461e-07, + "I": 0.00021161395125091076, + "C": 2.4192238925024867e-05, + "R": 4.938321126246592e-06, + "M": 1.2632219295483083e-05, + "O": 6.182168817758793e-06, + "W": 3.8230015775297943e-07, + "N": 7.86549298936734e-06, + "Y": 0.000711144763045013, + "U": 4.3452274667288293e-07, + "K": 1.0894650586124044e-05, + "L": 2.4311094648510334e-07, + "G": 7.279615238076076e-05, + "F": 0.0014997971011325717, + "E": 5.751273056375794e-05, + "T": 0.00023617396072950214, + "P": 0.13900673389434814, + "-": 0.8581361770629883 + }, + "id": "tp_28027" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3503403, + "label": "-", + "classification": { + "B": 6.135905437076872e-07, + "S": 7.708471372325221e-08, + "I": 0.0004778438888024539, + "C": 8.88911890797317e-05, + "R": 4.530893875198672e-06, + "M": 4.954027463099919e-05, + "O": 7.410585112666013e-06, + "W": 1.6717298478852172e-07, + "N": 9.587814020051155e-06, + "Y": 0.0006953867268748581, + "U": 2.0365575892355992e-07, + "K": 2.1038054853761423e-07, + "L": 8.74173053944105e-07, + "G": 0.0001501685765106231, + "F": 0.0007470481214113533, + "E": 0.0002837371139321476, + "T": 0.00017605158791411668, + "P": 0.2908327579498291, + "-": 0.7064749598503113 + }, + "id": "tp_28028" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3503504, + "label": "-", + "classification": { + "B": 5.295233140856226e-09, + "S": 1.199418453445844e-09, + "I": 6.0246606153668836e-05, + "C": 4.886830720352009e-05, + "R": 5.624004870696808e-07, + "M": 4.2796168600034434e-06, + "O": 2.5622881594244973e-07, + "W": 1.2481028655031423e-08, + "N": 7.122505394363543e-07, + "Y": 0.0006237130146473646, + "U": 1.7854905109970787e-08, + "K": 2.567766387073789e-06, + "L": 1.3176308932827396e-08, + "G": 4.5120301365386695e-05, + "F": 0.0007421135087497532, + "E": 0.00046334415674209595, + "T": 3.389951234566979e-05, + "P": 0.0959489718079567, + "-": 0.9020254015922546 + }, + "id": "tp_28029" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3503637, + "label": "-", + "classification": { + "B": 1.7353640302530948e-08, + "S": 4.0701113590557725e-08, + "I": 9.106859215535223e-05, + "C": 2.6356444777775323e-06, + "R": 1.6246494283223e-07, + "M": 2.288250470883213e-06, + "O": 1.6164776752702892e-06, + "W": 4.953955823339129e-08, + "N": 4.096459178981604e-06, + "Y": 2.344330641790293e-05, + "U": 4.7506159006616144e-08, + "K": 2.715679272569105e-07, + "L": 7.418181269258639e-08, + "G": 1.5167290257522836e-05, + "F": 0.0005463683628477156, + "E": 6.881084846099839e-05, + "T": 4.418606113176793e-05, + "P": 0.45640361309051514, + "-": 0.5427960157394409 + }, + "id": "tp_28030" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3503770, + "label": "-", + "classification": { + "B": 1.5547537657312205e-07, + "S": 4.885312065994185e-08, + "I": 0.0007368126534856856, + "C": 1.399134907842381e-05, + "R": 9.619768661650596e-07, + "M": 8.52402899909066e-06, + "O": 4.1799085011007264e-06, + "W": 1.9474795465157513e-07, + "N": 1.8177606762037612e-05, + "Y": 8.375762263312936e-05, + "U": 6.350794592435705e-07, + "K": 1.107119942389545e-06, + "L": 2.8130384066571423e-07, + "G": 2.2254534997045994e-05, + "F": 0.00020350675913505256, + "E": 0.00026109174359589815, + "T": 0.00011004839325323701, + "P": 0.44157546758651733, + "-": 0.5569588541984558 + }, + "id": "tp_28031" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3503904, + "label": "-", + "classification": { + "B": 6.158440868375692e-09, + "S": 5.39331601601134e-08, + "I": 9.222821245202795e-05, + "C": 1.8982047549798153e-05, + "R": 6.665842647635145e-06, + "M": 8.299502042063978e-06, + "O": 5.271390818961663e-06, + "W": 1.9562631337066705e-07, + "N": 1.4709464721818222e-06, + "Y": 0.0003568691899999976, + "U": 2.2805735966358043e-07, + "K": 4.426499913279258e-07, + "L": 4.691233641551662e-07, + "G": 3.835327515844256e-05, + "F": 0.0008531554485671222, + "E": 7.222590738820145e-06, + "T": 0.00032039251527749, + "P": 0.0736144557595253, + "-": 0.9246751070022583 + }, + "id": "tp_28032" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3504004, + "label": "-", + "classification": { + "B": 3.2527193525311304e-06, + "S": 1.5532727957179304e-06, + "I": 0.00013736558321397752, + "C": 7.325902060983935e-06, + "R": 8.482822408950597e-07, + "M": 6.14974123891443e-05, + "O": 2.1931988158030435e-05, + "W": 1.1679787803586805e-06, + "N": 6.715237304888433e-06, + "Y": 0.0002328456612303853, + "U": 2.676467545370542e-07, + "K": 8.709482131052937e-07, + "L": 1.7134660765805165e-06, + "G": 7.304641621885821e-05, + "F": 0.0016565559199079871, + "E": 0.00010047676914837211, + "T": 0.00024296175979543477, + "P": 0.20370440185070038, + "-": 0.793745219707489 + }, + "id": "tp_28033" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3504137, + "label": "P", + "classification": { + "B": 2.706614736780466e-07, + "S": 1.0793968385769404e-07, + "I": 0.0002485180739313364, + "C": 4.77156254419242e-06, + "R": 5.838571155436512e-07, + "M": 9.413671250513289e-06, + "O": 3.876072241837392e-06, + "W": 1.6640495914543862e-07, + "N": 5.766332833445631e-06, + "Y": 4.7045286919455975e-05, + "U": 8.900681791601528e-08, + "K": 8.097023851405538e-08, + "L": 4.524883081558073e-07, + "G": 3.323140845168382e-05, + "F": 0.0002826449344865978, + "E": 7.98016699263826e-05, + "T": 0.00011067854211432859, + "P": 0.6056355834007263, + "-": 0.39353686571121216 + }, + "id": "tp_28034" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3504271, + "label": "-", + "classification": { + "B": 3.7130746477487264e-07, + "S": 6.370817118295236e-07, + "I": 0.00028347098850645125, + "C": 0.0005555499228648841, + "R": 7.71083650761284e-05, + "M": 0.00010511888831388205, + "O": 3.7735007936134934e-05, + "W": 1.6534572750970256e-06, + "N": 1.1055110917368438e-05, + "Y": 0.003621965181082487, + "U": 2.9169129902584245e-06, + "K": 1.8661665308172815e-05, + "L": 3.9980654946703e-06, + "G": 0.0005562892183661461, + "F": 0.003394174389541149, + "E": 8.503148274030536e-05, + "T": 0.0009762062691152096, + "P": 0.028246428817510605, + "-": 0.9620217084884644 + }, + "id": "tp_28035" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3504404, + "label": "-", + "classification": { + "B": 7.775646793106716e-08, + "S": 4.570369327439039e-08, + "I": 1.5829180483706295e-05, + "C": 5.532875093194889e-06, + "R": 3.97541526808709e-07, + "M": 2.417083351247129e-06, + "O": 1.643303903620108e-06, + "W": 5.5253185138326444e-08, + "N": 7.200977734100888e-07, + "Y": 0.00010696824756450951, + "U": 2.50540690416301e-08, + "K": 8.432713229922228e-07, + "L": 3.921476832147164e-08, + "G": 3.0104407414910384e-05, + "F": 0.00085070711793378, + "E": 3.2733794796513394e-05, + "T": 1.9614248230936937e-05, + "P": 0.11827981472015381, + "-": 0.8806524276733398 + }, + "id": "tp_28036" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3504505, + "label": "-", + "classification": { + "B": 2.9468109730146352e-08, + "S": 1.0935404048950659e-07, + "I": 6.991073860262986e-06, + "C": 1.4110705706116278e-06, + "R": 1.4125077996141044e-07, + "M": 9.028668500832282e-06, + "O": 2.4038351966737537e-06, + "W": 6.155155318765537e-08, + "N": 4.0435523374071636e-07, + "Y": 0.000161378484335728, + "U": 1.7725630740983433e-08, + "K": 2.385070274613099e-07, + "L": 9.488628904819052e-08, + "G": 1.5172594430623576e-05, + "F": 0.001855352777056396, + "E": 1.0640105756465346e-05, + "T": 8.791233267402276e-05, + "P": 0.06388550251722336, + "-": 0.9339630603790283 + }, + "id": "tp_28037" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3504638, + "label": "-", + "classification": { + "B": 1.9884642824763432e-05, + "S": 2.9581107810372487e-05, + "I": 0.0019823077600449324, + "C": 0.000569729832932353, + "R": 0.00018896599067375064, + "M": 0.0003922696632798761, + "O": 0.000337314821081236, + "W": 3.6037836252944544e-05, + "N": 0.00017450399172957987, + "Y": 0.00379352574236691, + "U": 2.0431929442565888e-05, + "K": 3.190571442246437e-05, + "L": 7.024336809990928e-05, + "G": 0.0018512002425268292, + "F": 0.011583615094423294, + "E": 0.0011192960664629936, + "T": 0.002580396831035614, + "P": 0.23136386275291443, + "-": 0.7438548803329468 + }, + "id": "tp_28038" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3504771, + "label": "-", + "classification": { + "B": 0.0002712115237955004, + "S": 4.277858806744916e-06, + "I": 0.0002714172296691686, + "C": 0.0010678555117920041, + "R": 0.0002415815251879394, + "M": 0.001079719397239387, + "O": 0.0003635467146523297, + "W": 9.76278170128353e-06, + "N": 4.08230380344321e-06, + "Y": 0.0018353795167058706, + "U": 5.721187335439026e-06, + "K": 2.965531109566655e-07, + "L": 0.0003574659931473434, + "G": 0.003278997726738453, + "F": 0.0013760988367721438, + "E": 9.269694419344887e-05, + "T": 0.0013928398257121444, + "P": 0.022738972678780556, + "-": 0.9656080603599548 + }, + "id": "tp_28039" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3504905, + "label": "-", + "classification": { + "B": 3.110424950136803e-05, + "S": 3.8268877688096836e-05, + "I": 0.0055639357306063175, + "C": 0.002093644579872489, + "R": 0.00033907502074725926, + "M": 0.0022730252239853144, + "O": 0.0005675097345374525, + "W": 4.532820457825437e-05, + "N": 0.0005019440432079136, + "Y": 0.019574176520109177, + "U": 4.1106661228695884e-05, + "K": 0.00027817091904580593, + "L": 0.00012801347475033253, + "G": 0.005326476413756609, + "F": 0.015614351257681847, + "E": 0.00987995881587267, + "T": 0.007488411385565996, + "P": 0.14404036104679108, + "-": 0.7861751317977905 + }, + "id": "tp_28040" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3505005, + "label": "-", + "classification": { + "B": 8.71777501743054e-06, + "S": 4.154892394581111e-06, + "I": 0.001984703354537487, + "C": 0.00030404195422306657, + "R": 3.871037552016787e-05, + "M": 0.0009275095071643591, + "O": 0.00010048437252407894, + "W": 6.897984803799773e-06, + "N": 4.400026227813214e-05, + "Y": 0.006081471219658852, + "U": 2.7995099571853643e-06, + "K": 4.9019390644389205e-06, + "L": 2.7369360395823605e-05, + "G": 0.0008617705316282809, + "F": 0.003102588467299938, + "E": 0.0017691703978925943, + "T": 0.002437927760183811, + "P": 0.15203098952770233, + "-": 0.830261766910553 + }, + "id": "tp_28041" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3505138, + "label": "-", + "classification": { + "B": 2.585823288825395e-08, + "S": 6.569137411815973e-08, + "I": 1.8359565729042515e-05, + "C": 3.061785901081748e-05, + "R": 1.715773237265239e-06, + "M": 1.4039189409231767e-05, + "O": 5.3710778047388885e-06, + "W": 1.4899484312991262e-07, + "N": 4.5931736281090707e-07, + "Y": 0.00019340105063747615, + "U": 9.368540787590973e-08, + "K": 4.964581989952421e-07, + "L": 5.913115614930575e-07, + "G": 5.865678394911811e-05, + "F": 0.0010105175897479057, + "E": 1.221617822011467e-05, + "T": 0.00019557072664611042, + "P": 0.02113664150238037, + "-": 0.9773209691047668 + }, + "id": "tp_28042" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3505272, + "label": "-", + "classification": { + "B": 1.3957886402238273e-08, + "S": 3.465967068905229e-09, + "I": 7.946608093334362e-06, + "C": 1.0109449988249253e-07, + "R": 3.0117723870404234e-09, + "M": 1.3453261544782436e-06, + "O": 2.188413219528229e-07, + "W": 2.796821441108932e-09, + "N": 2.0099328423839324e-07, + "Y": 8.031604920688551e-06, + "U": 7.355552278376365e-10, + "K": 3.7225555971076574e-09, + "L": 4.3629713175619145e-09, + "G": 2.1335079054551898e-06, + "F": 5.2085193601669744e-05, + "E": 1.5043484381749295e-05, + "T": 7.458180789399194e-06, + "P": 0.3820298910140991, + "-": 0.6178755760192871 + }, + "id": "tp_28043" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3505405, + "label": "-", + "classification": { + "B": 2.882465878428775e-06, + "S": 6.229178779904032e-06, + "I": 0.0005769918207079172, + "C": 0.00022880143660586327, + "R": 4.9256115744356066e-05, + "M": 9.396441600983962e-05, + "O": 8.950009214458987e-05, + "W": 6.198163191584172e-06, + "N": 8.208300278056413e-05, + "Y": 0.0008996816468425095, + "U": 4.996715233573923e-06, + "K": 8.32619916764088e-05, + "L": 5.917329872318078e-06, + "G": 0.0004777498834300786, + "F": 0.0130324000492692, + "E": 0.000592283729929477, + "T": 0.0005608787760138512, + "P": 0.1829191893339157, + "-": 0.8002877235412598 + }, + "id": "tp_28044" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3505506, + "label": "P", + "classification": { + "B": 5.690665602742229e-06, + "S": 1.247912678081775e-06, + "I": 0.004894429352134466, + "C": 0.00022624750272370875, + "R": 1.8622426068759523e-05, + "M": 8.596752013545483e-05, + "O": 1.6888565369299613e-05, + "W": 3.854104761558119e-06, + "N": 0.00023742164194118232, + "Y": 0.0008827558485791087, + "U": 7.304186965484405e-06, + "K": 7.033112342469394e-05, + "L": 2.150671207346022e-06, + "G": 0.0003614114539232105, + "F": 0.0014609885402023792, + "E": 0.00531076081097126, + "T": 0.00023675353440921754, + "P": 0.7039206027984619, + "-": 0.2822566330432892 + }, + "id": "tp_28045" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3505639, + "label": "-", + "classification": { + "B": 1.2607151802512817e-05, + "S": 5.614839665213367e-06, + "I": 0.0008928512106649578, + "C": 0.000554797297809273, + "R": 7.070437277434394e-05, + "M": 0.0001822364138206467, + "O": 9.029835928231478e-05, + "W": 9.128885722020641e-06, + "N": 7.347837527049705e-05, + "Y": 0.002257848624140024, + "U": 1.5715102563262917e-05, + "K": 4.605650610756129e-05, + "L": 2.375235089857597e-05, + "G": 0.0010497558396309614, + "F": 0.00858067162334919, + "E": 0.0010087261907756329, + "T": 0.0010290875798091292, + "P": 0.22693267464637756, + "-": 0.7571640014648438 + }, + "id": "tp_28046" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3505772, + "label": "-", + "classification": { + "B": 2.5069348907891253e-07, + "S": 1.2310644592616882e-07, + "I": 0.00015777954831719398, + "C": 5.6146891438402236e-06, + "R": 6.42576310383447e-07, + "M": 1.0805817510117777e-05, + "O": 4.040088697365718e-06, + "W": 1.6409613579071447e-07, + "N": 4.40286112279864e-06, + "Y": 0.0002183323522331193, + "U": 2.8046551392435504e-07, + "K": 1.5604043710482074e-06, + "L": 1.7214634340234625e-07, + "G": 3.778372774831951e-05, + "F": 0.0003282426914665848, + "E": 5.1196515414630994e-05, + "T": 0.0002338634367333725, + "P": 0.19357338547706604, + "-": 0.8053713440895081 + }, + "id": "tp_28047" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3505906, + "label": "-", + "classification": { + "B": 1.6589012830081629e-06, + "S": 3.8980280692157976e-07, + "I": 0.00033871905179694295, + "C": 0.00013146363198757172, + "R": 8.410787813772913e-06, + "M": 9.755499195307493e-05, + "O": 2.0989815311622806e-05, + "W": 7.581861609651241e-07, + "N": 1.5631156202289276e-05, + "Y": 0.001034965505823493, + "U": 1.139071287070692e-06, + "K": 6.465524620580254e-06, + "L": 1.7726049463817617e-06, + "G": 0.0003681044327095151, + "F": 0.0014351564459502697, + "E": 0.0005126495962031186, + "T": 0.0003524857747834176, + "P": 0.10093649476766586, + "-": 0.8947353363037109 + }, + "id": "tp_28048" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3506006, + "label": "P", + "classification": { + "B": 2.8595059120561928e-06, + "S": 3.870658247251413e-07, + "I": 0.002586428541690111, + "C": 3.364224176038988e-05, + "R": 1.0379847026342759e-06, + "M": 2.6691541279433295e-05, + "O": 5.52254914509831e-06, + "W": 3.6677283787867054e-07, + "N": 9.270061855204403e-05, + "Y": 0.00015030762006063014, + "U": 4.2724485638245824e-07, + "K": 5.065248842583969e-06, + "L": 3.1083882845450717e-07, + "G": 8.130331843858585e-05, + "F": 0.00022759518469683826, + "E": 0.002335198922082782, + "T": 4.1804050852078944e-05, + "P": 0.864614725112915, + "-": 0.12979361414909363 + }, + "id": "tp_28049" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3506139, + "label": "-", + "classification": { + "B": 4.770824943989282e-07, + "S": 3.6455102758736757e-07, + "I": 0.015284255146980286, + "C": 0.0047184559516608715, + "R": 0.0003139777691103518, + "M": 0.0002687893866095692, + "O": 3.756725345738232e-05, + "W": 1.8973964870383497e-06, + "N": 7.835499127395451e-05, + "Y": 0.02110380120575428, + "U": 2.7904075068363454e-06, + "K": 5.2252680688980035e-06, + "L": 6.092189778428292e-06, + "G": 0.0007769567891955376, + "F": 0.0005717818276025355, + "E": 0.0009220318752340972, + "T": 0.0020129214972257614, + "P": 0.08122707158327103, + "-": 0.8726672530174255 + }, + "id": "tp_28050" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3506273, + "label": "P", + "classification": { + "B": 3.4934123505081516e-07, + "S": 5.861330265588549e-08, + "I": 0.0010980535298585892, + "C": 8.376541700272355e-06, + "R": 1.072570512405946e-06, + "M": 1.1103001270384993e-05, + "O": 3.5229093100497266e-06, + "W": 1.423223068286461e-07, + "N": 1.2168087778263725e-05, + "Y": 6.881053559482098e-05, + "U": 1.3654826602760295e-07, + "K": 5.292594451589139e-08, + "L": 5.695830509466759e-07, + "G": 2.5513178115943447e-05, + "F": 6.41795268165879e-05, + "E": 0.00013582427345681936, + "T": 6.988395034568384e-05, + "P": 0.7073403000831604, + "-": 0.2911599576473236 + }, + "id": "tp_28051" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3506406, + "label": "-", + "classification": { + "B": 8.54064730049231e-09, + "S": 1.073343813828842e-08, + "I": 0.00012716454511974007, + "C": 1.052867673934088e-06, + "R": 7.304733173896238e-08, + "M": 1.7728560806062887e-06, + "O": 5.194135042074777e-07, + "W": 1.5357326077491962e-08, + "N": 2.651959903232637e-06, + "Y": 5.385713302530348e-05, + "U": 1.7231863935762703e-08, + "K": 1.291100062417172e-07, + "L": 1.3280395450010474e-08, + "G": 3.845412720693275e-06, + "F": 8.119498670566827e-05, + "E": 6.277817738009617e-05, + "T": 4.545439514913596e-05, + "P": 0.3078947365283966, + "-": 0.6917247176170349 + }, + "id": "tp_28052" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3506507, + "label": "P", + "classification": { + "B": 6.815245683355897e-07, + "S": 3.549064047092543e-07, + "I": 0.00025487173115834594, + "C": 2.060902443190571e-05, + "R": 1.1642260915323277e-06, + "M": 2.065104854409583e-05, + "O": 5.121295544086024e-06, + "W": 5.095118353892758e-07, + "N": 2.1180125258979388e-05, + "Y": 0.00011718867608578876, + "U": 7.036529154902382e-07, + "K": 3.5571574699133635e-06, + "L": 4.597075928813865e-07, + "G": 4.035863094031811e-05, + "F": 0.0010948649141937494, + "E": 0.0006042786408215761, + "T": 0.00013837650476489216, + "P": 0.5993775129318237, + "-": 0.3982975482940674 + }, + "id": "tp_28053" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3506640, + "label": "-", + "classification": { + "B": 9.280527592636645e-06, + "S": 1.2688823517237324e-05, + "I": 0.0005221785977482796, + "C": 0.0013254265068098903, + "R": 0.00025664991699159145, + "M": 0.0010535981273278594, + "O": 0.0003908722137566656, + "W": 2.3560562112834305e-05, + "N": 2.4824468709994107e-05, + "Y": 0.0027606086805462837, + "U": 1.470705774408998e-05, + "K": 8.373054697585758e-06, + "L": 0.00014108889445196837, + "G": 0.0013393074041232467, + "F": 0.004421489778906107, + "E": 0.00019712028733920306, + "T": 0.003493992378935218, + "P": 0.02594522014260292, + "-": 0.9580590724945068 + }, + "id": "tp_28054" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3506773, + "label": "-", + "classification": { + "B": 3.8963715587314596e-10, + "S": 3.0639954462508e-10, + "I": 2.6368143153376877e-06, + "C": 5.387199735196191e-07, + "R": 5.8865225582849234e-08, + "M": 1.4823795027041342e-06, + "O": 2.246353005830315e-07, + "W": 5.932775382078148e-10, + "N": 1.0439613618018484e-08, + "Y": 2.79380583378952e-05, + "U": 5.81697079393706e-10, + "K": 2.304858665036491e-10, + "L": 1.2027202345166188e-08, + "G": 1.904913006001152e-06, + "F": 1.4149788512440864e-05, + "E": 1.920938501598357e-07, + "T": 7.154168997658417e-05, + "P": 0.01278754323720932, + "-": 0.9870917797088623 + }, + "id": "tp_28055" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3506907, + "label": "-", + "classification": { + "B": 7.058453377339902e-09, + "S": 1.2140628946610832e-08, + "I": 3.621604628278874e-05, + "C": 4.606580660038162e-06, + "R": 2.9854925287509104e-07, + "M": 7.691393875575159e-06, + "O": 1.7438895838495228e-06, + "W": 2.0478687190461642e-08, + "N": 2.55811954730234e-07, + "Y": 0.00014919920067768544, + "U": 9.88229853504663e-09, + "K": 1.049782483164563e-08, + "L": 1.5697580124651722e-07, + "G": 2.1792458937852643e-05, + "F": 0.00020548669272102416, + "E": 9.382818461745046e-06, + "T": 8.05772579042241e-05, + "P": 0.04019991680979729, + "-": 0.959282636642456 + }, + "id": "tp_28056" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3507007, + "label": "-", + "classification": { + "B": 1.1234210006705325e-07, + "S": 2.119059594463124e-09, + "I": 1.923333911690861e-05, + "C": 1.9628052996267797e-06, + "R": 2.1900716262734932e-07, + "M": 1.2508416148193646e-05, + "O": 1.2379022109598736e-06, + "W": 1.2427174844731326e-08, + "N": 6.476642511188402e-08, + "Y": 0.00017627862689550966, + "U": 6.530026741558004e-09, + "K": 4.860762903291516e-09, + "L": 2.0874584549801511e-07, + "G": 5.479554602061398e-05, + "F": 0.0001130903183366172, + "E": 1.0445283805893268e-05, + "T": 2.7490568754728884e-05, + "P": 0.02983098477125168, + "-": 0.9697513580322266 + }, + "id": "tp_28057" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3507140, + "label": "-", + "classification": { + "B": 8.810241425294407e-10, + "S": 6.299735177961452e-10, + "I": 5.710823188564973e-06, + "C": 2.7930500436923467e-06, + "R": 1.282407282587883e-07, + "M": 1.097461336030392e-06, + "O": 2.809954935401038e-07, + "W": 1.824172257691714e-09, + "N": 2.927568409916148e-08, + "Y": 4.8203208280028775e-05, + "U": 4.360772631883947e-09, + "K": 3.402189641121822e-09, + "L": 2.787432507034282e-08, + "G": 7.975378139235545e-06, + "F": 4.5987137127667665e-05, + "E": 6.370303822222922e-07, + "T": 2.936946475529112e-05, + "P": 0.016718490049242973, + "-": 0.9831392168998718 + }, + "id": "tp_28058" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3507274, + "label": "-", + "classification": { + "B": 2.9596769309137017e-05, + "S": 5.5026812333380803e-05, + "I": 0.007084154523909092, + "C": 0.0003825109452009201, + "R": 5.342712756828405e-05, + "M": 0.0012812934583052993, + "O": 0.00021381645638030022, + "W": 4.2918891267618164e-05, + "N": 0.0005767992115579545, + "Y": 0.008002419024705887, + "U": 2.7688911359291524e-05, + "K": 9.715834312373772e-05, + "L": 3.922857649740763e-05, + "G": 0.0008090605260804296, + "F": 0.0036561705637723207, + "E": 0.005267255939543247, + "T": 0.004304196685552597, + "P": 0.40224650502204895, + "-": 0.5658307671546936 + }, + "id": "tp_28059" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3507407, + "label": "P", + "classification": { + "B": 6.972722530917963e-06, + "S": 1.6648105884087272e-05, + "I": 0.004924107808619738, + "C": 3.9095360989449546e-05, + "R": 1.2553677152027376e-05, + "M": 7.507951522711664e-05, + "O": 4.451403219718486e-05, + "W": 6.143700829852605e-06, + "N": 0.0006910794181749225, + "Y": 0.0003527477674651891, + "U": 5.458305167849176e-06, + "K": 1.6375970517401583e-05, + "L": 5.545403382711811e-06, + "G": 0.00013566469715442508, + "F": 0.0010786805069074035, + "E": 0.0015992046101018786, + "T": 0.0008047359297052026, + "P": 0.8954660892486572, + "-": 0.09471943229436874 + }, + "id": "tp_28060" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3507508, + "label": "P", + "classification": { + "B": 1.0639422498570639e-06, + "S": 8.695602105035505e-07, + "I": 0.0008248910889960825, + "C": 2.9997854653629474e-05, + "R": 2.1982605176162906e-06, + "M": 4.509421341936104e-05, + "O": 9.755945029610302e-06, + "W": 6.691986413898121e-07, + "N": 2.73905952781206e-05, + "Y": 0.0001753512187860906, + "U": 7.550361260655336e-07, + "K": 1.3891532262277906e-06, + "L": 1.2685385399890947e-06, + "G": 7.601463585160673e-05, + "F": 0.0006911357631906867, + "E": 0.00022020131291355938, + "T": 0.0002771036233752966, + "P": 0.5470166206359863, + "-": 0.4505982995033264 + }, + "id": "tp_28061" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3507641, + "label": "-", + "classification": { + "B": 2.6193785629402555e-07, + "S": 4.2545892142697994e-08, + "I": 5.0041970098391175e-05, + "C": 9.524663255433552e-06, + "R": 1.0958528946503066e-06, + "M": 6.0408034187275916e-05, + "O": 7.647679012734443e-06, + "W": 6.822742903977996e-08, + "N": 4.113608724765072e-07, + "Y": 0.0003694176848512143, + "U": 2.3669201709708432e-08, + "K": 5.201030717216781e-09, + "L": 1.6609936892564292e-06, + "G": 0.00014969409676268697, + "F": 0.0003253488685004413, + "E": 2.744119592534844e-05, + "T": 0.00018929460202343762, + "P": 0.06239955499768257, + "-": 0.9364081025123596 + }, + "id": "tp_28062" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3507774, + "label": "-", + "classification": { + "B": 4.0220339769803104e-07, + "S": 4.1463167121946753e-07, + "I": 0.0005287335370667279, + "C": 0.00015446495672222227, + "R": 2.332476833544206e-05, + "M": 2.2056106899981387e-05, + "O": 1.6383954061893746e-05, + "W": 1.0178700904361904e-06, + "N": 2.753744411165826e-05, + "Y": 0.0018938162829726934, + "U": 3.0768367196287727e-06, + "K": 5.435991988633759e-05, + "L": 1.2838646625823458e-06, + "G": 0.0003034993424080312, + "F": 0.0023709179367870092, + "E": 0.00033394814818166196, + "T": 0.0003470809606369585, + "P": 0.12287932634353638, + "-": 0.8710383772850037 + }, + "id": "tp_28063" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3507908, + "label": "-", + "classification": { + "B": 4.5544380554929376e-05, + "S": 2.91371725325007e-05, + "I": 0.001105942064896226, + "C": 0.0001870699052233249, + "R": 5.1277347665745765e-05, + "M": 0.0009545483626425266, + "O": 0.0004365850181784481, + "W": 2.9083204935886897e-05, + "N": 0.00016454726574011147, + "Y": 0.0022798299323767424, + "U": 1.4817745068285149e-05, + "K": 1.1091545275121462e-05, + "L": 6.034214311512187e-05, + "G": 0.0006789417820982635, + "F": 0.0022883121855556965, + "E": 0.0011597353732213378, + "T": 0.00517683569341898, + "P": 0.22922372817993164, + "-": 0.7561026215553284 + }, + "id": "tp_28064" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3508008, + "label": "-", + "classification": { + "B": 0.00014126815949566662, + "S": 4.134335176786408e-05, + "I": 0.01884337142109871, + "C": 0.010551673360168934, + "R": 0.001080281101167202, + "M": 0.00302255735732615, + "O": 0.0006204656674526632, + "W": 0.0001112241079681553, + "N": 0.0009800504194572568, + "Y": 0.008489543572068214, + "U": 0.000235079787671566, + "K": 0.000142088727443479, + "L": 0.0002261596091557294, + "G": 0.0041582961566746235, + "F": 0.002564830705523491, + "E": 0.013923733495175838, + "T": 0.0056727975606918335, + "P": 0.2866668403148651, + "-": 0.6425284147262573 + }, + "id": "tp_28065" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3508141, + "label": "-", + "classification": { + "B": 2.663110763023724e-06, + "S": 2.4331407075806055e-06, + "I": 0.0024015705566853285, + "C": 0.0007562306127510965, + "R": 0.00010372544056735933, + "M": 0.00011573759547900409, + "O": 0.00010423105413792655, + "W": 1.088307544705458e-05, + "N": 0.00010556988854659721, + "Y": 0.0012874506646767259, + "U": 1.8380196706857532e-05, + "K": 5.465727736009285e-05, + "L": 1.3253893484943546e-05, + "G": 0.00038408164982683957, + "F": 0.0028058828320354223, + "E": 0.0005464432178996503, + "T": 0.000717177230399102, + "P": 0.12636303901672363, + "-": 0.8642064929008484 + }, + "id": "tp_28066" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3508275, + "label": "-", + "classification": { + "B": 1.6877760300459954e-09, + "S": 2.1941823913351755e-09, + "I": 5.0689599447650835e-05, + "C": 2.6697305656853132e-05, + "R": 1.2061860843459726e-06, + "M": 4.507981429924257e-06, + "O": 6.479954208771233e-07, + "W": 9.408130274835003e-09, + "N": 2.293309933065757e-07, + "Y": 0.0001773176627466455, + "U": 1.8532643863977682e-08, + "K": 1.1927794751898091e-08, + "L": 7.602768192782605e-08, + "G": 1.736632111715153e-05, + "F": 0.00010379229934187606, + "E": 3.851981091429479e-06, + "T": 7.40214018151164e-05, + "P": 0.0359450988471508, + "-": 0.9635944366455078 + }, + "id": "tp_28067" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3508375, + "label": "-", + "classification": { + "B": 3.706628604049911e-08, + "S": 6.351670833737444e-08, + "I": 2.7285537726129405e-05, + "C": 1.459553118365875e-06, + "R": 1.1055169579776702e-07, + "M": 1.9456542759144213e-06, + "O": 1.283910705751623e-06, + "W": 8.666285111758043e-08, + "N": 2.4957307687145658e-06, + "Y": 0.00012763551785610616, + "U": 8.877267987372761e-08, + "K": 3.62283390131779e-06, + "L": 3.7810043096442314e-08, + "G": 2.016127109527588e-05, + "F": 0.0032930944580584764, + "E": 0.0001041065261233598, + "T": 3.6858087696600705e-05, + "P": 0.3481847047805786, + "-": 0.6481950283050537 + }, + "id": "tp_28068" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3508509, + "label": "-", + "classification": { + "B": 0.0006955335265956819, + "S": 0.0005483662826009095, + "I": 0.002638944424688816, + "C": 0.0040975590236485004, + "R": 0.0010233089560642838, + "M": 0.014658339321613312, + "O": 0.0035398860927671194, + "W": 0.0003289902815595269, + "N": 0.00036376420757733285, + "Y": 0.011791964992880821, + "U": 0.00011395940964575857, + "K": 0.0001851421984611079, + "L": 0.0017437650822103024, + "G": 0.013265050016343594, + "F": 0.05884667485952377, + "E": 0.0033546641934663057, + "T": 0.009371641092002392, + "P": 0.07622020691633224, + "-": 0.7972123026847839 + }, + "id": "tp_28069" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3508642, + "label": "-", + "classification": { + "B": 2.1536322947213193e-06, + "S": 2.485036020516418e-06, + "I": 0.0018899876158684492, + "C": 4.331325180828571e-05, + "R": 1.5065326806507073e-05, + "M": 9.222103835782036e-05, + "O": 4.36146765423473e-05, + "W": 5.38343147127307e-06, + "N": 0.00010927544644800946, + "Y": 0.0018955408595502377, + "U": 4.996783445676556e-06, + "K": 6.145179213490337e-05, + "L": 3.636502924564411e-06, + "G": 0.0003695110499393195, + "F": 0.0027375377248972654, + "E": 0.0005731004639528692, + "T": 0.0011243815533816814, + "P": 0.35803213715553284, + "-": 0.6329941749572754 + }, + "id": "tp_28070" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3508775, + "label": "-", + "classification": { + "B": 7.3615528890513815e-06, + "S": 5.269324901746586e-06, + "I": 0.0006450634682551026, + "C": 8.224824705393985e-05, + "R": 1.4275044122769032e-05, + "M": 9.058306750375777e-05, + "O": 6.503946497105062e-05, + "W": 2.3602201508765575e-06, + "N": 2.776931069092825e-05, + "Y": 0.0002051306946668774, + "U": 8.457865305899759e-07, + "K": 7.294884198927321e-07, + "L": 1.271495330001926e-05, + "G": 0.0002723879006225616, + "F": 0.002850653138011694, + "E": 0.00017042818944901228, + "T": 0.00031417529680766165, + "P": 0.41274967789649963, + "-": 0.5824832320213318 + }, + "id": "tp_28071" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3508876, + "label": "-", + "classification": { + "B": 2.6163336315221386e-06, + "S": 1.0729479527071817e-06, + "I": 0.0005243065534159541, + "C": 0.00022682378767058253, + "R": 5.3644915169570595e-05, + "M": 9.51276597334072e-05, + "O": 2.8663465855061077e-05, + "W": 1.5234634247462964e-06, + "N": 1.3451013728627004e-05, + "Y": 0.000693771056830883, + "U": 9.785637757886434e-07, + "K": 2.0492973362706834e-06, + "L": 1.1752093087125104e-05, + "G": 0.000901491497643292, + "F": 0.009527629241347313, + "E": 0.0002663015038706362, + "T": 0.0005017979419790208, + "P": 0.20373563468456268, + "-": 0.7834113240242004 + }, + "id": "tp_28072" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3509009, + "label": "-", + "classification": { + "B": 1.4346105103868467e-07, + "S": 2.2955187972684143e-08, + "I": 2.7008785764337517e-05, + "C": 7.03179175616242e-05, + "R": 5.4556103350478224e-06, + "M": 4.512241866905242e-05, + "O": 4.869416443398222e-06, + "W": 3.4969318107869185e-08, + "N": 2.250961728123002e-07, + "Y": 0.0004962749080732465, + "U": 3.666444925443102e-08, + "K": 1.0314439080616467e-08, + "L": 1.86029978976876e-06, + "G": 0.00017133669462054968, + "F": 0.0006976457661949098, + "E": 1.9435137801337987e-05, + "T": 0.0001991528843063861, + "P": 0.0156874917447567, + "-": 0.9825734496116638 + }, + "id": "tp_28073" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3509142, + "label": "-", + "classification": { + "B": 8.622350833320525e-06, + "S": 2.652342664077878e-05, + "I": 0.004575302358716726, + "C": 0.0007988651050254703, + "R": 0.00025077833561226726, + "M": 0.00043198865023441613, + "O": 0.00026243049069307745, + "W": 4.183781857136637e-05, + "N": 0.0007156488718464971, + "Y": 0.004258280154317617, + "U": 5.3194904467090964e-05, + "K": 0.0012257988564670086, + "L": 1.7974669390241615e-05, + "G": 0.0010071868309751153, + "F": 0.008892597630620003, + "E": 0.0024889532942324877, + "T": 0.0033332984894514084, + "P": 0.28876209259033203, + "-": 0.6828486323356628 + }, + "id": "tp_28074" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3509276, + "label": "-", + "classification": { + "B": 2.7682588552124798e-05, + "S": 2.1990710592945106e-05, + "I": 0.0013671776978299022, + "C": 6.343458517221734e-05, + "R": 1.945194526342675e-05, + "M": 0.00041820635669864714, + "O": 0.00025135494070127606, + "W": 1.7008733266266063e-05, + "N": 0.00014023376570548862, + "Y": 0.0019496044842526317, + "U": 5.428629265225027e-06, + "K": 2.7880954803549685e-05, + "L": 2.2097443434176967e-05, + "G": 0.0007527090492658317, + "F": 0.0029957236256450415, + "E": 0.0006805157754570246, + "T": 0.0016948095289990306, + "P": 0.28832322359085083, + "-": 0.7012214064598083 + }, + "id": "tp_28075" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3509376, + "label": "-", + "classification": { + "B": 8.453639748040587e-05, + "S": 0.00010376311547588557, + "I": 0.003053683554753661, + "C": 0.003676286432892084, + "R": 0.0011621251469478011, + "M": 0.0025471763219684362, + "O": 0.001563545549288392, + "W": 0.0001539660879643634, + "N": 0.00047453847946599126, + "Y": 0.011481746099889278, + "U": 0.00016198954835999757, + "K": 0.00035215169191360474, + "L": 0.0004174616769887507, + "G": 0.005668473429977894, + "F": 0.023761335760354996, + "E": 0.002351978328078985, + "T": 0.007524874061346054, + "P": 0.10658624768257141, + "-": 0.8288741111755371 + }, + "id": "tp_28076" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3509510, + "label": "-", + "classification": { + "B": 0.00040687681757844985, + "S": 0.00036661772173829377, + "I": 0.035676099359989166, + "C": 0.014149518683552742, + "R": 0.003907869104295969, + "M": 0.004365704953670502, + "O": 0.0026145947631448507, + "W": 0.000908323097974062, + "N": 0.007704615592956543, + "Y": 0.017970940098166466, + "U": 0.001094088889658451, + "K": 0.007651565596461296, + "L": 0.0006771567277610302, + "G": 0.011702379211783409, + "F": 0.03329895809292793, + "E": 0.037865426391363144, + "T": 0.007569590583443642, + "P": 0.3501480519771576, + "-": 0.4619215428829193 + }, + "id": "tp_28077" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3509643, + "label": "-", + "classification": { + "B": 9.1737156759919e-10, + "S": 5.619064658013428e-10, + "I": 4.811598046217114e-06, + "C": 2.452149772125267e-07, + "R": 1.601437915610404e-08, + "M": 1.330648586872485e-07, + "O": 5.512699985388281e-08, + "W": 1.7731431878331705e-09, + "N": 5.368200817201796e-08, + "Y": 2.965169187518768e-05, + "U": 1.9370887116565427e-09, + "K": 6.091560322829537e-08, + "L": 2.1804626992860676e-09, + "G": 1.96928203877178e-06, + "F": 0.0004930514842271805, + "E": 5.812225481349742e-06, + "T": 5.9684148254746106e-06, + "P": 0.13505585491657257, + "-": 0.8644023537635803 + }, + "id": "tp_28078" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3509776, + "label": "-", + "classification": { + "B": 1.6911728380364366e-05, + "S": 8.218931725423317e-06, + "I": 0.0007578216027468443, + "C": 0.003048253944143653, + "R": 0.00027745444094762206, + "M": 0.002380597172304988, + "O": 0.0002149515348719433, + "W": 1.5445191820617765e-05, + "N": 5.866833089385182e-05, + "Y": 0.012335878796875477, + "U": 1.1357767107256223e-05, + "K": 0.0002420217642793432, + "L": 8.89572620508261e-05, + "G": 0.012554069049656391, + "F": 0.031960513442754745, + "E": 0.004718381445854902, + "T": 0.0021236177999526262, + "P": 0.07342228293418884, + "-": 0.855764627456665 + }, + "id": "tp_28079" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3509877, + "label": "P", + "classification": { + "B": 1.6462196583688637e-07, + "S": 1.5451371382368961e-07, + "I": 0.001204182393848896, + "C": 1.3784816474071704e-05, + "R": 8.615239721621037e-07, + "M": 1.235313084180234e-05, + "O": 3.5311534247739473e-06, + "W": 9.146710056029406e-08, + "N": 2.0694507838925347e-05, + "Y": 5.449168020277284e-05, + "U": 1.366778832334603e-07, + "K": 4.401633546535777e-08, + "L": 3.2484362577633874e-07, + "G": 1.440160303900484e-05, + "F": 5.2874311222694814e-05, + "E": 7.704231393290684e-05, + "T": 0.00012205295206513256, + "P": 0.6760303974151611, + "-": 0.32239243388175964 + }, + "id": "tp_28080" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3510010, + "label": "-", + "classification": { + "B": 0.0005921240081079304, + "S": 0.00045767120900563896, + "I": 0.008811228908598423, + "C": 0.0018752882024273276, + "R": 0.0006186963873915374, + "M": 0.0014680633321404457, + "O": 0.00142031314317137, + "W": 0.00041097120265476406, + "N": 0.001838353113271296, + "Y": 0.006837720517069101, + "U": 0.0003905987832695246, + "K": 0.0007104373071342707, + "L": 0.0005489190225489438, + "G": 0.00463052187114954, + "F": 0.0233329925686121, + "E": 0.004883043933659792, + "T": 0.007172546349465847, + "P": 0.4575456976890564, + "-": 0.47645479440689087 + }, + "id": "tp_28081" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3510143, + "label": "-", + "classification": { + "B": 2.1181067495490424e-06, + "S": 6.785666641917487e-07, + "I": 0.0026268393266946077, + "C": 0.0004004057263955474, + "R": 2.8925516744493507e-05, + "M": 0.00012520223390311003, + "O": 1.7189131540362723e-05, + "W": 1.6433714336017147e-06, + "N": 6.805959128541872e-05, + "Y": 0.002304371679201722, + "U": 2.7940750442212448e-06, + "K": 1.8805039871949703e-05, + "L": 3.0939715998101747e-06, + "G": 0.0007888232357800007, + "F": 0.001854514586739242, + "E": 0.0025383466854691505, + "T": 0.00039352942258119583, + "P": 0.4280775487422943, + "-": 0.5607470870018005 + }, + "id": "tp_28082" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3510277, + "label": "P", + "classification": { + "B": 6.9947018346283585e-06, + "S": 1.4032282251719153e-06, + "I": 0.0030001855921000242, + "C": 8.178969437722117e-06, + "R": 6.344284884107765e-07, + "M": 1.4462858416663948e-05, + "O": 2.599294248284423e-06, + "W": 5.09340225107735e-07, + "N": 0.00047550027375109494, + "Y": 1.5796422303537838e-05, + "U": 6.145216957520461e-07, + "K": 3.009405418197275e-06, + "L": 3.7461350643752667e-07, + "G": 4.031484786537476e-05, + "F": 9.280646918341517e-05, + "E": 0.003510222537443042, + "T": 4.037117469124496e-05, + "P": 0.9844269156455994, + "-": 0.008359085768461227 + }, + "id": "tp_28083" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3510377, + "label": "-", + "classification": { + "B": 0.0009587535168975592, + "S": 0.0008860722300596535, + "I": 0.022923748940229416, + "C": 0.011035359464585781, + "R": 0.002230216981843114, + "M": 0.00667695002630353, + "O": 0.0028911069966852665, + "W": 0.0014560014242306352, + "N": 0.0063422126695513725, + "Y": 0.03926890343427658, + "U": 0.0010540210641920567, + "K": 0.024304339662194252, + "L": 0.0010075228055939078, + "G": 0.033444635570049286, + "F": 0.08527647703886032, + "E": 0.08988610655069351, + "T": 0.01521743182092905, + "P": 0.2221670299768448, + "-": 0.43297305703163147 + }, + "id": "tp_28084" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3510511, + "label": "P", + "classification": { + "B": 2.2972286387812346e-05, + "S": 5.647400030284189e-06, + "I": 0.005442033056169748, + "C": 0.0002311177086085081, + "R": 2.0267094441805966e-05, + "M": 0.00010608641605358571, + "O": 2.2621657990384847e-05, + "W": 6.775108886358794e-06, + "N": 0.0003174815501552075, + "Y": 0.0003829249762929976, + "U": 1.1494027603475843e-05, + "K": 3.700980596477166e-05, + "L": 8.492252163705416e-06, + "G": 0.00031633651815354824, + "F": 0.0018896434921771288, + "E": 0.007536023389548063, + "T": 0.000313604308757931, + "P": 0.834073543548584, + "-": 0.14925597608089447 + }, + "id": "tp_28085" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3510644, + "label": "P", + "classification": { + "B": 6.356885569402948e-05, + "S": 4.000128683401272e-05, + "I": 0.0608537457883358, + "C": 0.003397273365408182, + "R": 0.00022142240777611732, + "M": 0.0005486579611897469, + "O": 0.00012944174522999674, + "W": 4.33294044341892e-05, + "N": 0.0031293209176510572, + "Y": 0.0017696444410830736, + "U": 4.5900949771748856e-05, + "K": 0.00011206437193322927, + "L": 4.63880569441244e-05, + "G": 0.0017770992126315832, + "F": 0.0019300056155771017, + "E": 0.021379215642809868, + "T": 0.0013255826197564602, + "P": 0.7924328446388245, + "-": 0.11075446754693985 + }, + "id": "tp_28086" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3510777, + "label": "-", + "classification": { + "B": 0.00178520439658314, + "S": 0.00017510945326648653, + "I": 0.004253546707332134, + "C": 0.00959283672273159, + "R": 0.0028674325440078974, + "M": 0.004383288323879242, + "O": 0.002833631122484803, + "W": 0.0001971363672055304, + "N": 0.00030408703605644405, + "Y": 0.008640027604997158, + "U": 0.0002453003835398704, + "K": 5.006483479519375e-05, + "L": 0.00220907898619771, + "G": 0.016138436272740364, + "F": 0.007197338622063398, + "E": 0.001767472131177783, + "T": 0.007992498576641083, + "P": 0.09509316086769104, + "-": 0.8342743515968323 + }, + "id": "tp_28087" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3510878, + "label": "P", + "classification": { + "B": 1.7643556020630058e-06, + "S": 2.8993795808673894e-07, + "I": 0.001723929075524211, + "C": 1.3408622180577368e-05, + "R": 1.0142930477741174e-06, + "M": 6.687347649858566e-06, + "O": 1.5132955013541505e-06, + "W": 1.9758006430947717e-07, + "N": 5.371628503780812e-05, + "Y": 3.139901673421264e-05, + "U": 3.217049027171015e-07, + "K": 1.2341503179413849e-06, + "L": 2.3827684003663308e-07, + "G": 4.4490723666967824e-05, + "F": 0.00021832247148267925, + "E": 0.0013638169039040804, + "T": 2.0614614186342806e-05, + "P": 0.9403411746025085, + "-": 0.05617569386959076 + }, + "id": "tp_28088" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3511011, + "label": "-", + "classification": { + "B": 9.154730832960922e-06, + "S": 8.734656148590147e-06, + "I": 0.06758743524551392, + "C": 0.0242582019418478, + "R": 0.0017958981916308403, + "M": 0.001630083192139864, + "O": 0.00022463215282186866, + "W": 1.996218088606838e-05, + "N": 0.0009465428884141147, + "Y": 0.00904851220548153, + "U": 2.9966122383484617e-05, + "K": 1.958840039151255e-05, + "L": 9.113619307754561e-05, + "G": 0.00312234228476882, + "F": 0.002647400600835681, + "E": 0.004581156652420759, + "T": 0.004135857801884413, + "P": 0.3178713023662567, + "-": 0.5619720816612244 + }, + "id": "tp_28089" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3511144, + "label": "-", + "classification": { + "B": 3.927542638848536e-05, + "S": 1.9496479580993764e-05, + "I": 0.004770356230437756, + "C": 0.014397908933460712, + "R": 0.001962798647582531, + "M": 0.001238676137290895, + "O": 0.00024777918588370085, + "W": 2.4296827177749947e-05, + "N": 0.0001804672065190971, + "Y": 0.0064940969459712505, + "U": 4.5175827835919335e-05, + "K": 5.80916712351609e-05, + "L": 0.00011222253669984639, + "G": 0.005668075289577246, + "F": 0.011472102254629135, + "E": 0.0018971003592014313, + "T": 0.0033765973057597876, + "P": 0.11364808678627014, + "-": 0.8343474268913269 + }, + "id": "tp_28090" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3511278, + "label": "-", + "classification": { + "B": 1.445033149138908e-06, + "S": 1.6716022344098747e-07, + "I": 0.0005288528045639396, + "C": 2.2607289793086238e-05, + "R": 3.2062059744930593e-06, + "M": 3.580926568247378e-05, + "O": 1.3172625585866626e-05, + "W": 4.3689584572348394e-07, + "N": 1.815791620174423e-05, + "Y": 0.00043587584514170885, + "U": 1.5796533716638805e-06, + "K": 1.0175474017160013e-05, + "L": 1.3073437230559648e-06, + "G": 0.00026116910157725215, + "F": 0.0011579514248296618, + "E": 0.00033315448672510684, + "T": 0.00043568946421146393, + "P": 0.23323126137256622, + "-": 0.7635079026222229 + }, + "id": "tp_28091" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3511378, + "label": "-", + "classification": { + "B": 1.152686763816746e-05, + "S": 3.9712682337267324e-05, + "I": 0.0013322122395038605, + "C": 0.0007510994910262525, + "R": 0.0002879711682908237, + "M": 0.0009553612908348441, + "O": 0.0003946691285818815, + "W": 3.409924829611555e-05, + "N": 9.873232920654118e-05, + "Y": 0.008554208092391491, + "U": 3.296180148026906e-05, + "K": 3.394338273210451e-05, + "L": 0.00011760903726099059, + "G": 0.0016539182979613543, + "F": 0.005715805105865002, + "E": 0.00025612441822886467, + "T": 0.010021563619375229, + "P": 0.0831315889954567, + "-": 0.8865768909454346 + }, + "id": "tp_28092" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3511512, + "label": "-", + "classification": { + "B": 2.5813676529651275e-07, + "S": 9.515743499832752e-07, + "I": 0.0004247574834153056, + "C": 2.272732490382623e-05, + "R": 2.115037204930559e-06, + "M": 9.257740748580545e-05, + "O": 1.55581183207687e-05, + "W": 8.518184131389717e-07, + "N": 3.106773874606006e-05, + "Y": 0.0008419751538895071, + "U": 6.609088245568273e-07, + "K": 1.3401886462816037e-05, + "L": 6.561909913216368e-07, + "G": 7.569802983198315e-05, + "F": 0.0019103717058897018, + "E": 0.00048030243488028646, + "T": 0.0006428079213947058, + "P": 0.21756243705749512, + "-": 0.7778807878494263 + }, + "id": "tp_28093" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3511645, + "label": "-", + "classification": { + "B": 5.502812996383e-07, + "S": 8.846372878679176e-08, + "I": 2.80701024166774e-05, + "C": 2.622177817102056e-06, + "R": 1.3246523167254054e-07, + "M": 1.8157448721467517e-05, + "O": 5.842569862579694e-06, + "W": 6.964049958924079e-08, + "N": 7.516219397984969e-07, + "Y": 4.61502859252505e-05, + "U": 3.5902118611375045e-08, + "K": 4.40084200192814e-08, + "L": 4.598246050591115e-07, + "G": 4.69445985800121e-05, + "F": 0.0004667641478590667, + "E": 2.882312583096791e-05, + "T": 0.00010516931797610596, + "P": 0.16194404661655426, + "-": 0.8373051881790161 + }, + "id": "tp_28094" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3511778, + "label": "-", + "classification": { + "B": 0.0011387274134904146, + "S": 0.0002423245896352455, + "I": 0.0052000549621880054, + "C": 0.002479171846061945, + "R": 0.0003669291618280113, + "M": 0.012940771877765656, + "O": 0.0023854540195316076, + "W": 0.00024566033971495926, + "N": 0.0006585271912626922, + "Y": 0.007458978332579136, + "U": 9.098987356992438e-05, + "K": 0.0001069747086148709, + "L": 0.0011770529672503471, + "G": 0.012959699146449566, + "F": 0.02559969201683998, + "E": 0.011339494027197361, + "T": 0.006888848263770342, + "P": 0.22673729062080383, + "-": 0.6819833517074585 + }, + "id": "tp_28095" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3511879, + "label": "-", + "classification": { + "B": 9.279813639295753e-06, + "S": 5.857731139258249e-06, + "I": 0.0003577185270842165, + "C": 7.2825001552701e-05, + "R": 2.04858515644446e-05, + "M": 7.747295603621751e-05, + "O": 7.75987355154939e-05, + "W": 9.843909538176376e-06, + "N": 2.744385892583523e-05, + "Y": 0.0006007009069435298, + "U": 6.31810962659074e-06, + "K": 7.576622010674328e-06, + "L": 1.3443433999782428e-05, + "G": 0.00022444069327320904, + "F": 0.0027131608221679926, + "E": 0.00014750291302334517, + "T": 0.0011370684951543808, + "P": 0.2760758697986603, + "-": 0.7184154391288757 + }, + "id": "tp_28096" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3512012, + "label": "-", + "classification": { + "B": 6.481922173406929e-05, + "S": 6.278580258367583e-06, + "I": 0.0005528157926164567, + "C": 8.026854629861191e-05, + "R": 1.0896181265707128e-05, + "M": 0.0003032230888493359, + "O": 0.00014910715981386602, + "W": 7.799434570188168e-06, + "N": 3.046147685381584e-05, + "Y": 0.0002839110675267875, + "U": 1.627950382498966e-06, + "K": 5.49326102827763e-07, + "L": 3.1831907108426094e-05, + "G": 0.00048547331243753433, + "F": 0.0010613338090479374, + "E": 0.0007489557610824704, + "T": 0.00047114124754443765, + "P": 0.3196457624435425, + "-": 0.6760637164115906 + }, + "id": "tp_28097" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3512145, + "label": "-", + "classification": { + "B": 4.19759516034901e-09, + "S": 2.1545977446635334e-08, + "I": 4.493997403187677e-05, + "C": 1.0747673513833433e-05, + "R": 7.798593628649542e-07, + "M": 7.9202021652236e-07, + "O": 9.320067420048872e-07, + "W": 7.403651380855081e-08, + "N": 1.953073478944134e-06, + "Y": 0.00010265292803524062, + "U": 8.474755475162965e-08, + "K": 8.570598765800241e-06, + "L": 2.4176234347805803e-08, + "G": 1.5611414710292593e-05, + "F": 0.0025834362022578716, + "E": 4.8650355893187225e-05, + "T": 1.669939956627786e-05, + "P": 0.20532935857772827, + "-": 0.7918345928192139 + }, + "id": "tp_28098" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3512279, + "label": "-", + "classification": { + "B": 0.00011237379658268765, + "S": 5.1780236390186474e-05, + "I": 0.0121975839138031, + "C": 0.029202943667769432, + "R": 0.00871542003005743, + "M": 0.006370019633322954, + "O": 0.0018929922953248024, + "W": 0.00023966628941707313, + "N": 0.0005000507808290422, + "Y": 0.04729446768760681, + "U": 0.000458584981970489, + "K": 0.00034341317950747907, + "L": 0.000945641309954226, + "G": 0.01847989670932293, + "F": 0.013481313362717628, + "E": 0.0023395284079015255, + "T": 0.012997578829526901, + "P": 0.048701126128435135, + "-": 0.7956756353378296 + }, + "id": "tp_28099" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3512379, + "label": "P", + "classification": { + "B": 4.4042113586328924e-05, + "S": 1.76288031070726e-05, + "I": 0.06706836819648743, + "C": 0.022393200546503067, + "R": 0.0014515960356220603, + "M": 0.003420970868319273, + "O": 0.00044062387314625084, + "W": 4.688598710345104e-05, + "N": 0.002464962424710393, + "Y": 0.023839440196752548, + "U": 4.8223548219539225e-05, + "K": 0.00012772394984494895, + "L": 0.00012317579239606857, + "G": 0.008291905745863914, + "F": 0.005220774095505476, + "E": 0.044589243829250336, + "T": 0.004251543432474136, + "P": 0.4179231524467468, + "-": 0.39823654294013977 + }, + "id": "tp_28100" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3512513, + "label": "I", + "classification": { + "B": 0.001109073287807405, + "S": 0.0005337076145224273, + "I": 0.3273623585700989, + "C": 0.022470079362392426, + "R": 0.0036790440790355206, + "M": 0.013029200956225395, + "O": 0.0025733637157827616, + "W": 0.0007148767472244799, + "N": 0.023293238133192062, + "Y": 0.19270801544189453, + "U": 0.0001830907422117889, + "K": 0.0031069626566022635, + "L": 0.0006390409544110298, + "G": 0.04979785904288292, + "F": 0.00580885075032711, + "E": 0.13746754825115204, + "T": 0.0216679647564888, + "P": 0.09687234461307526, + "-": 0.0969833955168724 + }, + "id": "tp_28101" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3512646, + "label": "-", + "classification": { + "B": 8.552482904633507e-05, + "S": 7.343124161707237e-05, + "I": 0.011346192099153996, + "C": 0.031909629702568054, + "R": 0.005787418689578772, + "M": 0.003536239732056856, + "O": 0.001736436621285975, + "W": 0.00018000583804678172, + "N": 0.000558552099391818, + "Y": 0.059322208166122437, + "U": 0.00011174781684530899, + "K": 0.00033836939837783575, + "L": 0.0004708920023404062, + "G": 0.01622742787003517, + "F": 0.018599238246679306, + "E": 0.002490265527740121, + "T": 0.010775736533105373, + "P": 0.057721033692359924, + "-": 0.7787296175956726 + }, + "id": "tp_28102" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3512779, + "label": "-", + "classification": { + "B": 6.534085514431354e-06, + "S": 1.4244069461710751e-05, + "I": 0.0006084199412725866, + "C": 7.424031355185434e-05, + "R": 2.210701313742902e-05, + "M": 0.0002077182725770399, + "O": 0.0001364634372293949, + "W": 1.5003156477177981e-05, + "N": 5.2629107813118026e-05, + "Y": 0.0016236079391092062, + "U": 1.0071395081467927e-05, + "K": 1.7019166989484802e-05, + "L": 1.9057290046475828e-05, + "G": 0.0002748292463365942, + "F": 0.003680105786770582, + "E": 0.0001926363620441407, + "T": 0.0024973649997264147, + "P": 0.12535087764263153, + "-": 0.8651970624923706 + }, + "id": "tp_28103" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3512880, + "label": "-", + "classification": { + "B": 2.7773046440415783e-06, + "S": 4.871610030932061e-07, + "I": 0.0003106538497377187, + "C": 6.57741111353971e-05, + "R": 7.846903827157803e-06, + "M": 0.00015940448793116957, + "O": 3.798554098466411e-05, + "W": 1.4441937992160092e-06, + "N": 8.407771929341834e-06, + "Y": 0.0006691227317787707, + "U": 8.35976322832721e-07, + "K": 4.229384558129823e-07, + "L": 5.073531610833015e-06, + "G": 0.00018210068810731173, + "F": 0.0003961122129112482, + "E": 0.00011275133874733001, + "T": 0.0006300025852397084, + "P": 0.12836037576198578, + "-": 0.8690484166145325 + }, + "id": "tp_28104" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3513013, + "label": "-", + "classification": { + "B": 4.866918516199803e-06, + "S": 1.5393186458823038e-06, + "I": 0.007837400771677494, + "C": 0.002587829949334264, + "R": 0.00022044885554350913, + "M": 0.0008368069538846612, + "O": 8.922386768972501e-05, + "W": 7.320358690776629e-06, + "N": 7.349398947553709e-05, + "Y": 0.00873840507119894, + "U": 7.811670911905821e-06, + "K": 1.8387914906270453e-06, + "L": 4.674958472605795e-05, + "G": 0.0012260989751666784, + "F": 0.0010534925386309624, + "E": 0.0011475631035864353, + "T": 0.0035210398491472006, + "P": 0.17388875782489777, + "-": 0.7987092137336731 + }, + "id": "tp_28105" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3513146, + "label": "-", + "classification": { + "B": 7.900220225565135e-05, + "S": 7.494330202462152e-05, + "I": 0.0029940849635750055, + "C": 0.0016649913741275668, + "R": 0.0004018931067548692, + "M": 0.0016566673293709755, + "O": 0.0006679518264718354, + "W": 9.519475133856758e-05, + "N": 0.0005045057623647153, + "Y": 0.010734057985246181, + "U": 7.979742076713592e-05, + "K": 0.0008836076594889164, + "L": 0.000104597354948055, + "G": 0.0030783256515860558, + "F": 0.017586620524525642, + "E": 0.004406832158565521, + "T": 0.004498944152146578, + "P": 0.15112118422985077, + "-": 0.7993666529655457 + }, + "id": "tp_28106" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3513280, + "label": "-", + "classification": { + "B": 0.0004438694450072944, + "S": 0.00015978272131178528, + "I": 0.006341156549751759, + "C": 0.0017511275364086032, + "R": 0.00046192880836315453, + "M": 0.0024176647420972586, + "O": 0.0009191252756863832, + "W": 0.00013590269372798502, + "N": 0.0006327024893835187, + "Y": 0.014035618863999844, + "U": 0.00014427279529627413, + "K": 0.0004499807255342603, + "L": 0.00047791734687052667, + "G": 0.011450842022895813, + "F": 0.02980380319058895, + "E": 0.008024501614272594, + "T": 0.006546391174197197, + "P": 0.22100600600242615, + "-": 0.6947973370552063 + }, + "id": "tp_28107" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3513380, + "label": "-", + "classification": { + "B": 1.7071273759938776e-05, + "S": 1.9947723558289e-05, + "I": 0.010681677609682083, + "C": 0.004217610694468021, + "R": 0.000971195928286761, + "M": 0.00043193247984163463, + "O": 0.0003109340032096952, + "W": 6.550981925101951e-05, + "N": 0.0009145649964921176, + "Y": 0.010056686587631702, + "U": 0.0001408951065968722, + "K": 0.0013353148242458701, + "L": 4.8350462748203427e-05, + "G": 0.0035651223734021187, + "F": 0.007942481897771358, + "E": 0.005682355258613825, + "T": 0.0025359985884279013, + "P": 0.2245558500289917, + "-": 0.7265065312385559 + }, + "id": "tp_28108" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3513514, + "label": "-", + "classification": { + "B": 1.3329159855857142e-06, + "S": 1.1457871806896947e-07, + "I": 0.0003325517172925174, + "C": 0.0001419040054315701, + "R": 6.77804655424552e-06, + "M": 5.08069024363067e-05, + "O": 1.3294154086906929e-05, + "W": 2.2047473180464294e-07, + "N": 3.4821650842786767e-06, + "Y": 7.150395686039701e-05, + "U": 1.9838155651541456e-07, + "K": 1.0557524632304194e-08, + "L": 3.4611939554451965e-06, + "G": 0.0001395262370351702, + "F": 0.00010071102587971836, + "E": 5.9505135141080245e-05, + "T": 0.00018950755475088954, + "P": 0.24484163522720337, + "-": 0.754043459892273 + }, + "id": "tp_28109" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3513647, + "label": "-", + "classification": { + "B": 7.333580356316816e-07, + "S": 1.8898315090609685e-07, + "I": 0.00042908554314635694, + "C": 3.671355079859495e-05, + "R": 6.5177123360626865e-06, + "M": 0.00013463919458445162, + "O": 1.690527278697118e-05, + "W": 4.810130462828965e-07, + "N": 8.447482287010644e-06, + "Y": 0.001157343853265047, + "U": 6.42893610347528e-07, + "K": 1.8532093690737383e-06, + "L": 2.4283015136461472e-06, + "G": 0.0003108660166617483, + "F": 0.000898952130228281, + "E": 0.0004050434217788279, + "T": 0.0010979671496897936, + "P": 0.16492095589637756, + "-": 0.8305702805519104 + }, + "id": "tp_28110" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3513780, + "label": "-", + "classification": { + "B": 0.00014110346091911197, + "S": 0.00026277685537934303, + "I": 0.012939500622451305, + "C": 0.007040893658995628, + "R": 0.0020319607574492693, + "M": 0.0034103039652109146, + "O": 0.0020450735464692116, + "W": 0.0002942993596661836, + "N": 0.0016916508320719004, + "Y": 0.02811945416033268, + "U": 0.00042397237848490477, + "K": 0.00045478029642254114, + "L": 0.0007602181867696345, + "G": 0.009712787345051765, + "F": 0.01380417961627245, + "E": 0.006192004773765802, + "T": 0.014951440505683422, + "P": 0.16656383872032166, + "-": 0.7291597127914429 + }, + "id": "tp_28111" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3513881, + "label": "-", + "classification": { + "B": 2.9262464522616938e-06, + "S": 5.251720267551718e-06, + "I": 0.002087411005049944, + "C": 0.0030551906675100327, + "R": 0.00039431481854990125, + "M": 0.00023005573893897235, + "O": 0.0001207144814543426, + "W": 1.3574875083577354e-05, + "N": 0.00012088486982975155, + "Y": 0.021887218579649925, + "U": 1.0208676030742936e-05, + "K": 0.0004697086405940354, + "L": 1.755624180077575e-05, + "G": 0.005389310419559479, + "F": 0.013110664673149586, + "E": 0.0022934195585548878, + "T": 0.001900609117001295, + "P": 0.06912439316511154, + "-": 0.879766583442688 + }, + "id": "tp_28112" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3514014, + "label": "-", + "classification": { + "B": 9.043208848424911e-08, + "S": 1.2526690795766626e-07, + "I": 0.001184425549581647, + "C": 0.0003948252706322819, + "R": 2.5175906557706185e-05, + "M": 0.00011764468217734247, + "O": 1.1711546903825365e-05, + "W": 4.6629517669316556e-07, + "N": 1.3824905181536451e-05, + "Y": 0.001135229249484837, + "U": 5.345565341485781e-07, + "K": 1.9343865460541565e-06, + "L": 1.337834191872389e-06, + "G": 0.00024976281565614045, + "F": 0.0006842376315034926, + "E": 0.0003225353721063584, + "T": 0.00039222690975293517, + "P": 0.1017267107963562, + "-": 0.893737256526947 + }, + "id": "tp_28113" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3514147, + "label": "-", + "classification": { + "B": 2.0164146974366304e-07, + "S": 1.0645720749380416e-07, + "I": 0.0001718792918836698, + "C": 7.138142973417416e-05, + "R": 3.2473715236847056e-06, + "M": 0.00010381500032963231, + "O": 7.063715656840941e-06, + "W": 2.3936840420901717e-07, + "N": 5.056878308096202e-06, + "Y": 0.0049148923717439175, + "U": 1.2320454345626786e-07, + "K": 4.376707875053398e-05, + "L": 5.638029278998147e-07, + "G": 0.0010582780232653022, + "F": 0.0056532155722379684, + "E": 0.0019264303846284747, + "T": 0.00046771811321377754, + "P": 0.04522128403186798, + "-": 0.9403507709503174 + }, + "id": "tp_28114" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3514281, + "label": "P", + "classification": { + "B": 0.000503392715472728, + "S": 9.45696301641874e-05, + "I": 0.016713052988052368, + "C": 0.0017537438543513417, + "R": 0.000488164194393903, + "M": 0.004305514506995678, + "O": 0.0014106080634519458, + "W": 0.00013441144255921245, + "N": 0.0013842793414369226, + "Y": 0.006872103549540043, + "U": 0.00013967104314360768, + "K": 8.585096657043323e-05, + "L": 0.0006751136970706284, + "G": 0.010001655668020248, + "F": 0.005177397280931473, + "E": 0.008010020479559898, + "T": 0.007771926466375589, + "P": 0.4940502643585205, + "-": 0.4404281973838806 + }, + "id": "tp_28115" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3514381, + "label": "-", + "classification": { + "B": 2.4596822186140344e-05, + "S": 8.15747189335525e-05, + "I": 0.001784283434972167, + "C": 0.002441574353724718, + "R": 0.0007066162652336061, + "M": 0.001371686696074903, + "O": 0.0010490220738574862, + "W": 0.00012364337453618646, + "N": 0.0003035071131307632, + "Y": 0.010051325894892216, + "U": 7.937475311337039e-05, + "K": 0.0010261188726872206, + "L": 0.00020160152052994817, + "G": 0.005176419857889414, + "F": 0.03906156122684479, + "E": 0.00138960056938231, + "T": 0.005071878433227539, + "P": 0.08934906125068665, + "-": 0.840706467628479 + }, + "id": "tp_28116" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3514515, + "label": "P", + "classification": { + "B": 0.0004765473131556064, + "S": 0.00011035738134523854, + "I": 0.017602464184165, + "C": 0.010026577860116959, + "R": 0.0011514510260894895, + "M": 0.0015252669109031558, + "O": 0.0004869460826739669, + "W": 0.0002057910751318559, + "N": 0.00259991898201406, + "Y": 0.005787606816738844, + "U": 0.000376729789422825, + "K": 0.0016703904839232564, + "L": 0.00019936046737711877, + "G": 0.008022869005799294, + "F": 0.020906347781419754, + "E": 0.03854140639305115, + "T": 0.0023914873600006104, + "P": 0.6113479733467102, + "-": 0.27657052874565125 + }, + "id": "tp_28117" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3514648, + "label": "-", + "classification": { + "B": 4.9073474656324834e-05, + "S": 9.331489854957908e-05, + "I": 0.007984744384884834, + "C": 0.004309115000069141, + "R": 0.0009058279101736844, + "M": 0.0026660184375941753, + "O": 0.0008025515708141029, + "W": 0.00010111824667546898, + "N": 0.0007075316389091313, + "Y": 0.014408876188099384, + "U": 0.0001644698641030118, + "K": 0.00043254377669654787, + "L": 0.00026127492310479283, + "G": 0.004241566173732281, + "F": 0.009110689163208008, + "E": 0.003380831563845277, + "T": 0.011666359379887581, + "P": 0.1231379434466362, + "-": 0.8155760765075684 + }, + "id": "tp_28118" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3514781, + "label": "-", + "classification": { + "B": 5.3589460549119394e-06, + "S": 9.079131814360153e-06, + "I": 0.0042272028513252735, + "C": 0.0007307525374926627, + "R": 7.514818571507931e-05, + "M": 0.0003673159808386117, + "O": 0.0001017991962726228, + "W": 1.6075480743893422e-05, + "N": 0.00026918426738120615, + "Y": 0.001461063977330923, + "U": 1.3838860468240455e-05, + "K": 6.787784514017403e-05, + "L": 1.3253832548798528e-05, + "G": 0.00045953135122545063, + "F": 0.0036079902201890945, + "E": 0.002975466661155224, + "T": 0.0009745494462549686, + "P": 0.3753514587879181, + "-": 0.6092730164527893 + }, + "id": "tp_28119" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3514882, + "label": "-", + "classification": { + "B": 2.2176223865244538e-05, + "S": 1.8001068383455276e-05, + "I": 0.00012001692084595561, + "C": 7.013609138084576e-05, + "R": 2.167487036786042e-05, + "M": 0.0001731893135001883, + "O": 0.0002664942294359207, + "W": 1.801824510039296e-05, + "N": 1.794094714568928e-05, + "Y": 0.0006043837638571858, + "U": 3.032950644410448e-06, + "K": 4.417401669343235e-06, + "L": 3.0494635211653076e-05, + "G": 0.0003521127509884536, + "F": 0.003941274713724852, + "E": 5.972832514089532e-05, + "T": 0.0013641784898936749, + "P": 0.07450830191373825, + "-": 0.9184044599533081 + }, + "id": "tp_28120" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3515015, + "label": "P", + "classification": { + "B": 1.2234224300300411e-07, + "S": 3.0173637810548826e-08, + "I": 0.03954925015568733, + "C": 7.720971916569397e-05, + "R": 2.1739415387855843e-06, + "M": 4.444065780262463e-06, + "O": 3.1002647915556736e-07, + "W": 4.022305688522465e-08, + "N": 0.0001409429096383974, + "Y": 4.10557804570999e-05, + "U": 3.847889118446801e-08, + "K": 7.423214043456028e-08, + "L": 7.359533782391736e-08, + "G": 1.538329706818331e-05, + "F": 2.4033122826949693e-05, + "E": 0.0020847292616963387, + "T": 8.166517545760144e-06, + "P": 0.9420672059059143, + "-": 0.01598472334444523 + }, + "id": "tp_28121" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3515148, + "label": "P", + "classification": { + "B": 9.678899459686363e-09, + "S": 6.616516223800772e-10, + "I": 0.00019046556553803384, + "C": 3.139934733553673e-06, + "R": 5.212789844222243e-08, + "M": 8.472614467791573e-07, + "O": 7.354198316988914e-08, + "W": 2.0407182610426844e-09, + "N": 1.3878565141567378e-06, + "Y": 3.1667488656239584e-05, + "U": 4.626155014619826e-09, + "K": 8.474007984204945e-08, + "L": 3.7515013318056845e-09, + "G": 9.904209946398623e-06, + "F": 7.997923967195675e-05, + "E": 0.0002975703973788768, + "T": 3.674139406939503e-06, + "P": 0.7380474209785461, + "-": 0.261333703994751 + }, + "id": "tp_28122" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3515282, + "label": "P", + "classification": { + "B": 1.3262628272059374e-05, + "S": 3.2522879337193444e-05, + "I": 0.049409180879592896, + "C": 0.0004577978979796171, + "R": 5.8390469348523766e-05, + "M": 0.0005066853482276201, + "O": 4.846855881623924e-05, + "W": 2.470300933055114e-05, + "N": 0.003937911707907915, + "Y": 0.002160880248993635, + "U": 7.231963081721915e-06, + "K": 0.0005310652195475996, + "L": 8.020168024813756e-06, + "G": 0.0006488627986982465, + "F": 0.004546485375612974, + "E": 0.045239537954330444, + "T": 0.0005496396915987134, + "P": 0.8421292901039124, + "-": 0.049690037965774536 + }, + "id": "tp_28123" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3515382, + "label": "P", + "classification": { + "B": 6.620676867896691e-05, + "S": 5.920163312111981e-05, + "I": 0.011997269466519356, + "C": 0.00020253474940545857, + "R": 4.806476135854609e-05, + "M": 0.00030526123009622097, + "O": 0.00011984919547103345, + "W": 3.6457524402067065e-05, + "N": 0.002792311366647482, + "Y": 0.0006822021678090096, + "U": 2.8975582608836703e-05, + "K": 0.0006752745830453932, + "L": 1.713759411359206e-05, + "G": 0.0010476810857653618, + "F": 0.004658530466258526, + "E": 0.02518843673169613, + "T": 0.0005404476542025805, + "P": 0.8871121406555176, + "-": 0.06442200392484665 + }, + "id": "tp_28124" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3515516, + "label": "P", + "classification": { + "B": 7.961833944136743e-06, + "S": 5.271813733997988e-06, + "I": 0.010306366719305515, + "C": 0.0006343376589938998, + "R": 6.890159420436248e-05, + "M": 0.0001472368458053097, + "O": 3.214303433196619e-05, + "W": 8.467459338135086e-06, + "N": 0.0005462447879835963, + "Y": 0.0015330592868849635, + "U": 8.948162758315448e-06, + "K": 0.00025293356156907976, + "L": 4.299209649616387e-06, + "G": 0.0006937693106010556, + "F": 0.0036223786883056164, + "E": 0.008790576830506325, + "T": 0.00025511966669000685, + "P": 0.7688714265823364, + "-": 0.2042105346918106 + }, + "id": "tp_28125" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3515649, + "label": "P", + "classification": { + "B": 2.3581070429656847e-10, + "S": 3.560905348365395e-09, + "I": 0.00017504657444078475, + "C": 2.7197264440559366e-09, + "R": 1.2386786041318487e-10, + "M": 1.0846842535272572e-08, + "O": 8.565853581998795e-10, + "W": 2.222727835121674e-10, + "N": 5.071172381576616e-06, + "Y": 3.324566932860762e-08, + "U": 3.7346983144948e-11, + "K": 4.758732519150044e-09, + "L": 1.5642832515427862e-11, + "G": 6.565792798340908e-09, + "F": 4.4792415110350703e-07, + "E": 5.024288111599162e-05, + "T": 4.869356118319956e-08, + "P": 0.9994431138038635, + "-": 0.0003259716904722154 + }, + "id": "tp_28126" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3515782, + "label": "P", + "classification": { + "B": 5.812840342400705e-08, + "S": 2.1916507719765832e-08, + "I": 0.0006691001472063363, + "C": 1.4492125956167001e-05, + "R": 5.4795555115561e-07, + "M": 1.1769868706323905e-06, + "O": 3.9698787190900475e-07, + "W": 7.567445692302499e-08, + "N": 1.4874031876388472e-05, + "Y": 1.724445610307157e-05, + "U": 2.0758139385179675e-07, + "K": 7.295960813280544e-07, + "L": 4.772027395461009e-08, + "G": 4.983593044016743e-06, + "F": 0.00010378743900218979, + "E": 0.00048686270019970834, + "T": 1.2260718904144596e-05, + "P": 0.8842514753341675, + "-": 0.11442169547080994 + }, + "id": "tp_28127" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3515883, + "label": "P", + "classification": { + "B": 6.636196481224488e-09, + "S": 1.577884916059702e-07, + "I": 0.00043443930917419493, + "C": 4.831406741345745e-08, + "R": 1.3222698491688334e-08, + "M": 7.357722324741189e-07, + "O": 4.4566024826053763e-07, + "W": 2.6972760025500975e-08, + "N": 1.5224220078380313e-05, + "Y": 7.297662705241237e-06, + "U": 5.307979833446552e-09, + "K": 4.758371474622436e-08, + "L": 7.406037116908237e-09, + "G": 5.878464435227215e-07, + "F": 2.1649289919878356e-05, + "E": 1.6686175513314083e-05, + "T": 1.9553730453480966e-05, + "P": 0.9627512097358704, + "-": 0.036731842905282974 + }, + "id": "tp_28128" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3516016, + "label": "P", + "classification": { + "B": 6.465473347816442e-07, + "S": 2.3035775598145847e-07, + "I": 0.00015339450328610837, + "C": 2.90827438220731e-06, + "R": 1.725961311649371e-07, + "M": 1.3069206943328027e-05, + "O": 3.3659123346296838e-06, + "W": 3.7364765148595325e-07, + "N": 1.4393989658856299e-05, + "Y": 5.395273183239624e-05, + "U": 1.6685221737589018e-07, + "K": 7.909611667855643e-06, + "L": 1.2851086239606957e-07, + "G": 3.6439461837289855e-05, + "F": 0.0009715119376778603, + "E": 0.001553328474983573, + "T": 4.096006523468532e-05, + "P": 0.7723134756088257, + "-": 0.22483354806900024 + }, + "id": "tp_28129" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3516149, + "label": "P", + "classification": { + "B": 3.727718649315648e-07, + "S": 1.7067195301478932e-07, + "I": 0.0004997350042685866, + "C": 1.670504161666031e-06, + "R": 1.1637617092219443e-07, + "M": 2.4980186026368756e-06, + "O": 7.45767351872928e-07, + "W": 2.3646286706480169e-07, + "N": 5.5399905249942094e-05, + "Y": 1.1242804248468019e-05, + "U": 1.728834746472785e-07, + "K": 1.564357262395788e-05, + "L": 3.445411422831057e-08, + "G": 2.3574437364004552e-05, + "F": 0.00025038860621862113, + "E": 0.0017932213377207518, + "T": 1.6900965420063585e-05, + "P": 0.9695847630500793, + "-": 0.027743075042963028 + }, + "id": "tp_28130" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3516283, + "label": "P", + "classification": { + "B": 2.052549007203197e-06, + "S": 2.5828095218116687e-08, + "I": 0.0005270600086078048, + "C": 2.228696530437446e-06, + "R": 8.738415147035994e-08, + "M": 6.6813818193622865e-06, + "O": 6.082669870011159e-07, + "W": 5.786534629237394e-08, + "N": 4.138290478294948e-06, + "Y": 1.8473609088687226e-05, + "U": 4.470387438004764e-08, + "K": 8.560948394631396e-09, + "L": 1.721560209944073e-07, + "G": 6.8424033088376746e-06, + "F": 2.490409133315552e-05, + "E": 0.00017306345398537815, + "T": 2.0647948986152187e-05, + "P": 0.8995342254638672, + "-": 0.09967866539955139 + }, + "id": "tp_28131" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3516383, + "label": "-", + "classification": { + "B": 2.9815314661618686e-09, + "S": 3.53967011257339e-09, + "I": 6.204813689691946e-05, + "C": 5.332211458153324e-06, + "R": 1.7299561250183615e-07, + "M": 7.766734597680625e-07, + "O": 3.676910296235292e-07, + "W": 1.5716340229232628e-08, + "N": 9.664945537224412e-07, + "Y": 2.4386639779550023e-05, + "U": 2.6205555059277685e-08, + "K": 1.2089492429367965e-06, + "L": 1.1010010680934101e-08, + "G": 6.626393769693095e-06, + "F": 0.0004229304613545537, + "E": 3.342234776937403e-05, + "T": 1.651875936659053e-05, + "P": 0.17995761334896088, + "-": 0.8194676041603088 + }, + "id": "tp_28132" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3516517, + "label": "P", + "classification": { + "B": 1.4655865410162505e-09, + "S": 2.0403307932070902e-09, + "I": 0.00047688529593870044, + "C": 9.782045395922978e-08, + "R": 1.9675259199658512e-09, + "M": 8.165771703261271e-08, + "O": 6.931558882428135e-09, + "W": 2.1587169829473396e-09, + "N": 4.315701517043635e-06, + "Y": 2.610343699416262e-06, + "U": 8.166838316725489e-10, + "K": 1.7263216989249486e-07, + "L": 2.00924901716526e-10, + "G": 1.1013951706217995e-07, + "F": 8.691947186889593e-06, + "E": 0.0002676809090189636, + "T": 4.667794542001502e-07, + "P": 0.9894179701805115, + "-": 0.00982090923935175 + }, + "id": "tp_28133" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3516650, + "label": "P", + "classification": { + "B": 2.1943704268778674e-05, + "S": 8.38459800434066e-06, + "I": 0.025441808626055717, + "C": 5.8638273912947625e-05, + "R": 8.007692485989537e-06, + "M": 0.00025465741055086255, + "O": 2.379450961598195e-05, + "W": 3.401189360374701e-06, + "N": 0.0008682649931870401, + "Y": 0.00042581334128044546, + "U": 1.4075634453547536e-06, + "K": 1.3185253010306042e-05, + "L": 5.611743290501181e-06, + "G": 0.0003434029931668192, + "F": 0.0007359784794971347, + "E": 0.00814906507730484, + "T": 0.0002562682784628123, + "P": 0.9202733039855957, + "-": 0.04310695081949234 + }, + "id": "tp_28134" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3516750, + "label": "P", + "classification": { + "B": 2.3270692963706097e-06, + "S": 6.551667866006028e-07, + "I": 0.006321493536233902, + "C": 6.25832035439089e-05, + "R": 4.854174676438561e-06, + "M": 7.862789061618969e-05, + "O": 7.487146831408609e-06, + "W": 5.064464971837879e-07, + "N": 0.00022284412989392877, + "Y": 0.0002223991323262453, + "U": 1.0763023965409957e-06, + "K": 2.2252218059293227e-06, + "L": 1.7971772194869118e-06, + "G": 0.00011482065747259185, + "F": 0.00021151422697585076, + "E": 0.0027902910951524973, + "T": 0.00014892277249600738, + "P": 0.9167091846466064, + "-": 0.07309635728597641 + }, + "id": "tp_28135" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3516884, + "label": "P", + "classification": { + "B": 2.85834422797393e-09, + "S": 5.251213908152863e-10, + "I": 0.0003304564452264458, + "C": 2.4391992425876197e-08, + "R": 1.559476658918868e-09, + "M": 1.9183437061087716e-08, + "O": 1.5145643628144967e-09, + "W": 1.9161001951761847e-10, + "N": 2.824293460435001e-06, + "Y": 5.627152432907678e-08, + "U": 1.884013500763615e-10, + "K": 3.205611109891038e-09, + "L": 1.0626368535104902e-10, + "G": 8.450241040236506e-08, + "F": 1.2846619483752875e-06, + "E": 3.250179361202754e-05, + "T": 1.2076600341970334e-07, + "P": 0.9983552098274231, + "-": 0.0012775106588378549 + }, + "id": "tp_28136" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3517017, + "label": "P", + "classification": { + "B": 6.885514380883251e-07, + "S": 1.5580196759401588e-06, + "I": 0.009424141608178616, + "C": 0.00011512398486956954, + "R": 1.6621252143522725e-05, + "M": 0.00011958198592765257, + "O": 2.0082392438780516e-05, + "W": 1.4862205262033967e-06, + "N": 0.00021125889907125384, + "Y": 0.00035695888800546527, + "U": 5.74351304294396e-07, + "K": 1.4319174397314782e-06, + "L": 1.9899173366866307e-06, + "G": 0.00010688564361771569, + "F": 0.00031194943585433066, + "E": 0.0006525394273921847, + "T": 0.00038545290590263903, + "P": 0.8351545333862305, + "-": 0.1531170755624771 + }, + "id": "tp_28137" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3517150, + "label": "P", + "classification": { + "B": 8.434962239789456e-08, + "S": 1.5445932888269454e-07, + "I": 0.001820083474740386, + "C": 2.6664506549423095e-06, + "R": 3.5169784950994654e-07, + "M": 5.98924725636607e-06, + "O": 6.410115247490467e-07, + "W": 1.0809531403310757e-07, + "N": 0.00013366647181101143, + "Y": 2.2694353901897557e-05, + "U": 6.409775465954226e-08, + "K": 1.4777569958823733e-05, + "L": 2.7441201311262375e-08, + "G": 9.682701602287125e-06, + "F": 0.00023052209871821105, + "E": 0.0023493149783462286, + "T": 1.1938925126742106e-05, + "P": 0.9779015779495239, + "-": 0.017495770007371902 + }, + "id": "tp_28138" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3517251, + "label": "P", + "classification": { + "B": 1.1166570779153062e-08, + "S": 8.095105918926038e-09, + "I": 0.0005169982905499637, + "C": 3.8508176203322364e-07, + "R": 2.1610224720802762e-08, + "M": 1.270843313250225e-06, + "O": 8.222119873835254e-08, + "W": 1.8722291272865732e-08, + "N": 2.2699554392602295e-05, + "Y": 4.3581608224485535e-06, + "U": 3.3543987587592028e-09, + "K": 1.28187252812495e-06, + "L": 1.1381181552749808e-09, + "G": 9.903360478347167e-07, + "F": 6.837260298198089e-05, + "E": 0.0013932222500443459, + "T": 1.69593124610401e-06, + "P": 0.9703593254089355, + "-": 0.027629127725958824 + }, + "id": "tp_28139" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3517384, + "label": "P", + "classification": { + "B": 4.327747262777848e-07, + "S": 4.909866788693762e-07, + "I": 0.0012532412074506283, + "C": 1.1835923032776918e-06, + "R": 1.1129954202715453e-07, + "M": 4.917859769193456e-06, + "O": 1.5322958688557264e-06, + "W": 2.6985460976902687e-07, + "N": 4.9710368330124766e-05, + "Y": 9.698845133243594e-06, + "U": 7.200114282568393e-08, + "K": 8.57072905091627e-07, + "L": 6.085256387677873e-08, + "G": 4.723022357211448e-06, + "F": 5.841520396643318e-05, + "E": 0.00039604754419997334, + "T": 2.673823109944351e-05, + "P": 0.922624409198761, + "-": 0.07556696981191635 + }, + "id": "tp_28140" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3517518, + "label": "P", + "classification": { + "B": 7.896880561020225e-05, + "S": 2.632369978528004e-05, + "I": 0.05321041867136955, + "C": 0.0012856386601924896, + "R": 0.00013691929052583873, + "M": 0.0006470632506534457, + "O": 7.828682282706723e-05, + "W": 1.8412620192975737e-05, + "N": 0.0019224772695451975, + "Y": 0.0019647558219730854, + "U": 2.8352767913020216e-05, + "K": 2.5447247026022524e-05, + "L": 4.144752529100515e-05, + "G": 0.0008396691409870982, + "F": 0.0008578831912018359, + "E": 0.007641196250915527, + "T": 0.0011995469685643911, + "P": 0.8523887395858765, + "-": 0.07760854810476303 + }, + "id": "tp_28141" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3517651, + "label": "P", + "classification": { + "B": 1.1107242237073933e-08, + "S": 4.424522526136343e-09, + "I": 0.0002462711127009243, + "C": 7.243533559631032e-07, + "R": 4.738545200666522e-08, + "M": 1.7130986407210003e-06, + "O": 1.7407042207651102e-07, + "W": 2.9632802878154507e-09, + "N": 2.9480806915671565e-06, + "Y": 7.0286150730680674e-06, + "U": 2.1240837977387628e-09, + "K": 1.344250755153098e-08, + "L": 8.015917707382414e-09, + "G": 4.143535079492722e-06, + "F": 1.59455794346286e-05, + "E": 4.3356980313546956e-05, + "T": 8.07348533271579e-06, + "P": 0.9025976657867432, + "-": 0.09707199037075043 + }, + "id": "tp_28142" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3517751, + "label": "P", + "classification": { + "B": 8.127339157226743e-08, + "S": 4.2939998778912525e-10, + "I": 2.0186327674309723e-05, + "C": 5.346064568811926e-08, + "R": 9.781914167561467e-10, + "M": 4.6355657445928955e-07, + "O": 1.6466936259007525e-08, + "W": 5.047173234906666e-10, + "N": 1.0898838809225708e-07, + "Y": 6.981875344536093e-07, + "U": 2.510210928008405e-10, + "K": 2.1542637118621144e-10, + "L": 3.246696911318736e-09, + "G": 7.407698490169423e-07, + "F": 9.654077985032927e-06, + "E": 0.00020616166875697672, + "T": 4.6142184828568134e-07, + "P": 0.9591735005378723, + "-": 0.04058796167373657 + }, + "id": "tp_28143" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3517885, + "label": "P", + "classification": { + "B": 1.295744755935857e-08, + "S": 4.32116387116821e-08, + "I": 0.00033070275094360113, + "C": 6.033193500343259e-08, + "R": 6.210639558190678e-09, + "M": 3.435117719163827e-07, + "O": 1.7832045173804545e-08, + "W": 4.2862096094609115e-09, + "N": 1.821081605157815e-05, + "Y": 1.212739221045922e-06, + "U": 3.0978937193282263e-09, + "K": 2.262936504848767e-07, + "L": 1.0872307498743794e-09, + "G": 3.34150541903e-07, + "F": 1.8595832443679683e-05, + "E": 0.0004034576704725623, + "T": 9.346964588985429e-07, + "P": 0.9971518516540527, + "-": 0.0020738255698233843 + }, + "id": "tp_28144" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3518018, + "label": "P", + "classification": { + "B": 5.029853582527721e-06, + "S": 7.325726073759142e-06, + "I": 0.008629991672933102, + "C": 3.90270579373464e-05, + "R": 2.269564220114262e-06, + "M": 0.00016115598555188626, + "O": 1.4964361071179155e-05, + "W": 3.951088729081675e-06, + "N": 0.0010804195189848542, + "Y": 0.00043990358244627714, + "U": 1.6031855238907156e-06, + "K": 0.00017376794130541384, + "L": 1.0763770887933788e-06, + "G": 0.00014077914238441736, + "F": 0.0010861993068829179, + "E": 0.018500927835702896, + "T": 0.0001821718324208632, + "P": 0.9169546365737915, + "-": 0.05257480591535568 + }, + "id": "tp_28145" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3518151, + "label": "P", + "classification": { + "B": 5.704026193598111e-07, + "S": 7.137088005038095e-07, + "I": 0.020855143666267395, + "C": 8.255159627879038e-05, + "R": 4.020234428026015e-06, + "M": 2.1025185560574755e-05, + "O": 2.0939412479492603e-06, + "W": 6.522308808598609e-07, + "N": 0.0005004217382520437, + "Y": 3.2076706702355295e-05, + "U": 3.078042141169135e-07, + "K": 4.148811967752408e-06, + "L": 2.661781763890758e-07, + "G": 3.775783989112824e-05, + "F": 0.0001040356291923672, + "E": 0.005033560562878847, + "T": 1.6963682355708443e-05, + "P": 0.9623339176177979, + "-": 0.01096972543746233 + }, + "id": "tp_28146" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3518252, + "label": "P", + "classification": { + "B": 3.3350475860061124e-05, + "S": 1.150225944002159e-05, + "I": 0.001829901128076017, + "C": 2.4795859644655138e-05, + "R": 2.355061724301777e-06, + "M": 0.00017441017553210258, + "O": 3.7106317904544994e-05, + "W": 4.594061465468258e-06, + "N": 0.00017466784629505128, + "Y": 0.00030112292733974755, + "U": 2.3660363694943953e-06, + "K": 4.325082954892423e-06, + "L": 9.592304195393808e-06, + "G": 0.0002317530888831243, + "F": 0.0010930647840723395, + "E": 0.0014578847913071513, + "T": 0.00040087837260216475, + "P": 0.8465207815170288, + "-": 0.1476854681968689 + }, + "id": "tp_28147" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3518385, + "label": "P", + "classification": { + "B": 4.5424156269291416e-05, + "S": 4.9433881940785795e-05, + "I": 0.008251176215708256, + "C": 0.000555321341380477, + "R": 9.618495823815465e-05, + "M": 0.0005419516237452626, + "O": 0.00024149232194758952, + "W": 5.5346739827655256e-05, + "N": 0.001318184076808393, + "Y": 0.0033064372837543488, + "U": 6.595531885977834e-05, + "K": 0.001120748114772141, + "L": 2.261612462461926e-05, + "G": 0.0011424114927649498, + "F": 0.005396096967160702, + "E": 0.006751174572855234, + "T": 0.0022363460157066584, + "P": 0.5721899271011353, + "-": 0.3966137766838074 + }, + "id": "tp_28148" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3518519, + "label": "P", + "classification": { + "B": 4.4570158674872573e-10, + "S": 1.7447267242065578e-10, + "I": 3.6113626265432686e-05, + "C": 1.0086736779157945e-07, + "R": 2.5676742954061638e-09, + "M": 3.3369190077792155e-08, + "O": 1.946411387621083e-08, + "W": 1.4555046057296295e-09, + "N": 5.173215527065622e-07, + "Y": 9.405967489328759e-07, + "U": 1.5227162863951094e-09, + "K": 7.436025839524518e-08, + "L": 1.6183149265103225e-10, + "G": 1.729453771304179e-07, + "F": 1.6944173694355413e-05, + "E": 1.8323429685551673e-05, + "T": 7.848299219403998e-07, + "P": 0.8706552386283875, + "-": 0.1292707324028015 + }, + "id": "tp_28149" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3518652, + "label": "P", + "classification": { + "B": 0.0002055629011010751, + "S": 0.00021310352894943208, + "I": 0.019342172890901566, + "C": 0.001968451077118516, + "R": 0.00036703626392409205, + "M": 0.004113533068448305, + "O": 0.000911288196220994, + "W": 0.0002131171349901706, + "N": 0.003369659651070833, + "Y": 0.009980330243706703, + "U": 0.00015413858636748046, + "K": 0.0006368391332216561, + "L": 0.00021098829165566713, + "G": 0.004423926118761301, + "F": 0.008747698739171028, + "E": 0.024033760651946068, + "T": 0.0074447751976549625, + "P": 0.5691821575164795, + "-": 0.34448152780532837 + }, + "id": "tp_28150" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3518752, + "label": "P", + "classification": { + "B": 1.9445266730144795e-07, + "S": 6.345451453171336e-08, + "I": 0.0014678521547466516, + "C": 1.2079334737791214e-05, + "R": 5.441979169518163e-07, + "M": 1.0613799531711265e-05, + "O": 9.439689279133745e-07, + "W": 9.201811934644866e-08, + "N": 4.07827683375217e-05, + "Y": 7.142406684579328e-05, + "U": 1.5722737600754044e-07, + "K": 2.3632862848899094e-06, + "L": 8.15689489286342e-08, + "G": 1.8629343685461208e-05, + "F": 0.00025327003095299006, + "E": 0.0016757547855377197, + "T": 2.8544067390612327e-05, + "P": 0.8749833703041077, + "-": 0.12143335491418839 + }, + "id": "tp_28151" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3518886, + "label": "P", + "classification": { + "B": 7.318868000538714e-08, + "S": 2.44746782840366e-08, + "I": 0.0003367606259416789, + "C": 4.41605516243726e-06, + "R": 1.6869628893800837e-07, + "M": 2.108966100422549e-06, + "O": 8.462119467367302e-07, + "W": 9.861658867293954e-08, + "N": 1.334342232439667e-05, + "Y": 5.5199772759806365e-05, + "U": 1.2783191039034136e-07, + "K": 5.913467248319648e-06, + "L": 1.816446193458887e-08, + "G": 6.947980182303581e-06, + "F": 0.0002305296075064689, + "E": 0.0005062378477305174, + "T": 1.6099002095870674e-05, + "P": 0.7297400236129761, + "-": 0.26908114552497864 + }, + "id": "tp_28152" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3519019, + "label": "P", + "classification": { + "B": 2.7224805307923816e-06, + "S": 2.22682865569368e-06, + "I": 0.00177815742790699, + "C": 6.546186796185793e-06, + "R": 8.236179382947739e-07, + "M": 1.964641887752805e-05, + "O": 1.2423119187587872e-05, + "W": 1.2676863434535335e-06, + "N": 0.000158518974785693, + "Y": 4.424851795192808e-05, + "U": 6.834364398855541e-07, + "K": 5.0321436901867855e-06, + "L": 7.298659738808055e-07, + "G": 4.5813663746230304e-05, + "F": 0.0003539731551427394, + "E": 0.0005588735803030431, + "T": 0.000109697604784742, + "P": 0.8900195956230164, + "-": 0.10687897354364395 + }, + "id": "tp_28153" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3519152, + "label": "P", + "classification": { + "B": 1.1749935993066174e-06, + "S": 1.5519150338150212e-06, + "I": 0.0007123466348275542, + "C": 3.706556526594795e-05, + "R": 8.746170578888268e-07, + "M": 3.124810245935805e-05, + "O": 8.580747817177325e-06, + "W": 1.1733363862731494e-06, + "N": 5.1904222345910966e-05, + "Y": 0.0002336795296287164, + "U": 1.603987016096653e-06, + "K": 3.169372575939633e-05, + "L": 5.745322937400488e-07, + "G": 5.934860382694751e-05, + "F": 0.0018061385490000248, + "E": 0.0015569597017019987, + "T": 0.00016015369328670204, + "P": 0.5729734897613525, + "-": 0.42233049869537354 + }, + "id": "tp_28154" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3519253, + "label": "P", + "classification": { + "B": 6.0987491451669484e-05, + "S": 2.9663815439562313e-06, + "I": 0.0016478083562105894, + "C": 0.00012206393876112998, + "R": 8.24187372927554e-06, + "M": 0.00041207074536941946, + "O": 3.9702463254798204e-05, + "W": 3.02344597002957e-06, + "N": 8.058467938099056e-05, + "Y": 0.0005960299167782068, + "U": 2.4260548343590926e-06, + "K": 2.824236844389816e-06, + "L": 1.4017386092746165e-05, + "G": 0.0008408142603002489, + "F": 0.0017026433488354087, + "E": 0.004301255103200674, + "T": 0.0004826985823456198, + "P": 0.7113975286483765, + "-": 0.2782823145389557 + }, + "id": "tp_28155" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3519386, + "label": "-", + "classification": { + "B": 3.8033721949659594e-08, + "S": 9.560030989064217e-09, + "I": 0.000138093251734972, + "C": 1.7538011888973415e-05, + "R": 7.070326546454453e-07, + "M": 5.607078492175788e-06, + "O": 8.707803544893977e-07, + "W": 5.025634663979872e-08, + "N": 3.911173735104967e-06, + "Y": 0.000170429892023094, + "U": 6.897192150745468e-08, + "K": 5.290182798489695e-06, + "L": 2.5070999498666424e-08, + "G": 3.557727177394554e-05, + "F": 0.0009078989969566464, + "E": 0.0003494680568110198, + "T": 2.55313134402968e-05, + "P": 0.26933610439300537, + "-": 0.7290027737617493 + }, + "id": "tp_28156" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3519520, + "label": "P", + "classification": { + "B": 1.6197990171384902e-10, + "S": 5.629861576927908e-10, + "I": 3.5471275623422116e-05, + "C": 6.600569535386569e-10, + "R": 6.721462275649515e-11, + "M": 3.285562710786394e-09, + "O": 7.382859879001558e-10, + "W": 1.9343941726202019e-10, + "N": 8.535758411198913e-07, + "Y": 1.4714117924086167e-08, + "U": 2.9264091150338345e-11, + "K": 1.4082953470051507e-08, + "L": 6.0952614483467116e-12, + "G": 7.486879560758553e-09, + "F": 2.486079438313027e-06, + "E": 2.5506347810733132e-05, + "T": 1.7009169184234452e-08, + "P": 0.9984807372093201, + "-": 0.0014550324995070696 + }, + "id": "tp_28157" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3519653, + "label": "P", + "classification": { + "B": 2.1375759495789737e-10, + "S": 3.2273217431821877e-09, + "I": 5.480757317855023e-05, + "C": 3.678706228527062e-10, + "R": 5.773411956844221e-11, + "M": 7.293218473591878e-09, + "O": 1.6883231479525307e-09, + "W": 3.696331574154499e-10, + "N": 1.5466213199033518e-06, + "Y": 6.022365539593011e-08, + "U": 7.441341987046712e-11, + "K": 6.473646507743069e-09, + "L": 2.7384568571098278e-11, + "G": 6.130761676104157e-09, + "F": 1.6296023659378989e-06, + "E": 8.483531019010115e-06, + "T": 1.6773331878994213e-07, + "P": 0.9977096319198608, + "-": 0.0022236257791519165 + }, + "id": "tp_28158" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3519753, + "label": "P", + "classification": { + "B": 1.7082785186417482e-09, + "S": 1.1728633342311667e-10, + "I": 5.035886351834051e-05, + "C": 4.577741741229602e-09, + "R": 1.3425109635090138e-10, + "M": 1.357306622651322e-08, + "O": 5.559291915702147e-10, + "W": 3.1139611722519334e-11, + "N": 7.516978257626761e-07, + "Y": 7.471925300706062e-08, + "U": 4.645792431312579e-11, + "K": 2.0606951700585796e-09, + "L": 1.9598793074560028e-11, + "G": 6.988671685803638e-08, + "F": 6.842726634204155e-07, + "E": 6.874967948533595e-05, + "T": 7.4182480602758e-08, + "P": 0.9983445405960083, + "-": 0.0015345029532909393 + }, + "id": "tp_28159" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3519887, + "label": "P", + "classification": { + "B": 2.2831158275948837e-05, + "S": 3.2311800168827176e-05, + "I": 0.02282422035932541, + "C": 0.00014061048568692058, + "R": 1.743780740071088e-05, + "M": 0.00016114430036395788, + "O": 4.785029523191042e-05, + "W": 2.175638837798033e-05, + "N": 0.0023328724782913923, + "Y": 0.0007338318973779678, + "U": 1.5226884897856507e-05, + "K": 0.0003144901420455426, + "L": 7.2476454988645855e-06, + "G": 0.00022252911003306508, + "F": 0.0026662652380764484, + "E": 0.012074205093085766, + "T": 0.000520462985150516, + "P": 0.8635079860687256, + "-": 0.09433674812316895 + }, + "id": "tp_28160" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3520020, + "label": "P", + "classification": { + "B": 4.6659434360663e-07, + "S": 1.4986162000241166e-07, + "I": 0.0004526208504103124, + "C": 6.988247605477227e-06, + "R": 4.4474450078269e-07, + "M": 2.396545824012719e-05, + "O": 4.531010745267849e-06, + "W": 1.3537733423163445e-07, + "N": 1.7926546206581406e-05, + "Y": 0.00014970501069910824, + "U": 1.66583674854337e-07, + "K": 1.3517756087821908e-06, + "L": 1.6273128267130232e-07, + "G": 7.352049578912556e-05, + "F": 0.00023364754451904446, + "E": 0.0003891992673743516, + "T": 0.000157054906594567, + "P": 0.5621932148933411, + "-": 0.4362947344779968 + }, + "id": "tp_28161" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3520153, + "label": "P", + "classification": { + "B": 4.387406882244704e-09, + "S": 4.739614922755209e-08, + "I": 0.0003358920512255281, + "C": 5.081023157771369e-09, + "R": 3.0757711932949405e-09, + "M": 3.746242072111272e-08, + "O": 2.576230606621266e-08, + "W": 5.369517275255475e-09, + "N": 1.424810579919722e-05, + "Y": 2.8561331077980867e-07, + "U": 6.6931077347121e-10, + "K": 3.9869256340807624e-08, + "L": 2.9477112417630735e-10, + "G": 6.639837124566839e-08, + "F": 3.0450112262769835e-06, + "E": 9.861575563263614e-06, + "T": 1.1164779607497621e-06, + "P": 0.9979520440101624, + "-": 0.00168325484264642 + }, + "id": "tp_28162" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3520254, + "label": "P", + "classification": { + "B": 1.5824025467736647e-05, + "S": 4.5453612074197736e-06, + "I": 0.0014007375575602055, + "C": 3.8215921449591406e-06, + "R": 1.2191233054181794e-06, + "M": 2.5684388674562797e-05, + "O": 2.2180849555297755e-05, + "W": 2.0269396827643504e-06, + "N": 9.363491699332371e-05, + "Y": 1.4882318282616325e-05, + "U": 2.1770738101167808e-07, + "K": 8.870849796949187e-07, + "L": 1.4834174635325326e-06, + "G": 6.37057819403708e-05, + "F": 0.00037106615491211414, + "E": 0.0009061419405043125, + "T": 2.7898013286176138e-05, + "P": 0.9350107908248901, + "-": 0.06203329563140869 + }, + "id": "tp_28163" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3520387, + "label": "P", + "classification": { + "B": 5.38397534910473e-06, + "S": 3.744124114746228e-06, + "I": 0.006742294877767563, + "C": 0.00019330567738506943, + "R": 3.286307764938101e-05, + "M": 0.00018421784625388682, + "O": 5.83136425120756e-05, + "W": 1.3001038496440742e-05, + "N": 0.0004934868775308132, + "Y": 0.0007844384526833892, + "U": 8.101187631837092e-06, + "K": 0.00017140166892204434, + "L": 5.030098236602498e-06, + "G": 0.0004937851335853338, + "F": 0.003938538953661919, + "E": 0.00515944417566061, + "T": 0.000357749464455992, + "P": 0.7632592916488647, + "-": 0.2180955410003662 + }, + "id": "tp_28164" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3520521, + "label": "P", + "classification": { + "B": 7.31835925193991e-08, + "S": 7.091384190971439e-08, + "I": 0.00020806881366297603, + "C": 1.4459506019193213e-06, + "R": 1.7119246820129774e-07, + "M": 9.247219736607803e-07, + "O": 7.611373575855396e-07, + "W": 1.0292723118254798e-07, + "N": 7.497598289774032e-06, + "Y": 4.6451583330053836e-05, + "U": 1.2842430407999927e-07, + "K": 1.3385642887442373e-06, + "L": 2.667096588027107e-08, + "G": 6.084510459913872e-06, + "F": 0.00019271978817414492, + "E": 0.00012163103383500129, + "T": 1.9266804883955047e-05, + "P": 0.8080991506576538, + "-": 0.19129402935504913 + }, + "id": "tp_28165" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3520654, + "label": "P", + "classification": { + "B": 1.0917418011291424e-11, + "S": 1.2005747958288016e-11, + "I": 0.0007523891399614513, + "C": 2.1730586219348424e-09, + "R": 2.538535527618624e-11, + "M": 7.525523315621285e-09, + "O": 5.984537171377369e-11, + "W": 2.506759123194202e-12, + "N": 2.781403736662469e-06, + "Y": 8.642585669349501e-08, + "U": 6.678162797063569e-13, + "K": 5.156094440295078e-10, + "L": 8.182770867143363e-13, + "G": 7.231649501449056e-09, + "F": 7.55234452753939e-08, + "E": 3.564616781659424e-05, + "T": 4.87430931173094e-08, + "P": 0.9988829493522644, + "-": 0.00032600222039036453 + }, + "id": "tp_28166" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3520754, + "label": "P", + "classification": { + "B": 8.248133287480641e-10, + "S": 5.951250603430935e-10, + "I": 0.00015983899356797338, + "C": 5.125079027834545e-09, + "R": 8.210913199357961e-11, + "M": 1.8758886000114217e-08, + "O": 8.931346773266569e-10, + "W": 1.5551408771852238e-10, + "N": 3.616121830418706e-06, + "Y": 6.686304487857342e-08, + "U": 8.396303097235602e-11, + "K": 1.3461357362132276e-08, + "L": 2.797685520750104e-11, + "G": 3.304340623344615e-08, + "F": 1.362624630019127e-06, + "E": 0.0003043056349270046, + "T": 4.2073985184742924e-08, + "P": 0.9986095428466797, + "-": 0.0009211706346832216 + }, + "id": "tp_28167" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3520888, + "label": "P", + "classification": { + "B": 3.587818184769276e-07, + "S": 4.367506889479955e-08, + "I": 0.3408949375152588, + "C": 0.00252923765219748, + "R": 3.897538408637047e-05, + "M": 0.0001222248247358948, + "O": 2.6445163712196518e-06, + "W": 1.2057969911438704e-07, + "N": 0.0003185664245393127, + "Y": 0.0020398013293743134, + "U": 1.1843695801871945e-07, + "K": 1.5149142029713403e-07, + "L": 7.834057100808423e-07, + "G": 0.0007083393284119666, + "F": 4.025852831546217e-05, + "E": 0.0077136061154305935, + "T": 0.00014907644072081894, + "P": 0.5993151664733887, + "-": 0.046125609427690506 + }, + "id": "tp_28168" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3521021, + "label": "-", + "classification": { + "B": 5.357305326469941e-06, + "S": 1.0176584510190878e-05, + "I": 0.006038246210664511, + "C": 0.0010654570069164038, + "R": 0.00017297413432970643, + "M": 0.00024510908406227827, + "O": 8.387416164623573e-05, + "W": 3.251758971600793e-05, + "N": 0.0009380699484609067, + "Y": 0.004270715638995171, + "U": 3.23614185617771e-05, + "K": 0.004032938275486231, + "L": 7.816674951754976e-06, + "G": 0.0008122430881485343, + "F": 0.018923521041870117, + "E": 0.013559647835791111, + "T": 0.0009679527138359845, + "P": 0.46374568343162537, + "-": 0.4850553274154663 + }, + "id": "tp_28169" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3521154, + "label": "P", + "classification": { + "B": 3.2778517677911623e-09, + "S": 1.9324088995631428e-08, + "I": 0.001381654292345047, + "C": 5.5678324173413785e-09, + "R": 5.007246839383583e-10, + "M": 1.4789836910722443e-08, + "O": 6.190797652294577e-09, + "W": 7.680037161783559e-10, + "N": 6.435595423681661e-05, + "Y": 8.805047002624633e-08, + "U": 3.1553079593571454e-11, + "K": 1.4375982182457392e-08, + "L": 1.3027871836879257e-10, + "G": 3.1208264772430994e-07, + "F": 2.8086208203603746e-06, + "E": 0.0003593193832784891, + "T": 6.595052326474615e-08, + "P": 0.9980924725532532, + "-": 9.87887688097544e-05 + }, + "id": "tp_28170" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3521255, + "label": "P", + "classification": { + "B": 2.4074297471088357e-06, + "S": 7.915999162833032e-07, + "I": 0.004628326278179884, + "C": 7.609704880451318e-06, + "R": 5.85238751682482e-07, + "M": 8.83651682670461e-06, + "O": 2.2660142349195667e-06, + "W": 4.647065168228437e-07, + "N": 0.0005012992769479752, + "Y": 1.7519396351417527e-05, + "U": 4.1841323650260165e-07, + "K": 7.05222419128404e-06, + "L": 1.3634193862799293e-07, + "G": 2.5658957383711822e-05, + "F": 6.352525088004768e-05, + "E": 0.004274187609553337, + "T": 1.7373080481775105e-05, + "P": 0.9814983010292053, + "-": 0.008943263441324234 + }, + "id": "tp_28171" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3521388, + "label": "P", + "classification": { + "B": 5.2465602493612096e-06, + "S": 1.032561385727604e-06, + "I": 0.037058133631944656, + "C": 0.00034976337337866426, + "R": 1.4075863873586059e-05, + "M": 0.0005681466427631676, + "O": 1.4036895663593896e-05, + "W": 1.1565440445338027e-06, + "N": 0.0012349671451374888, + "Y": 0.0007677392568439245, + "U": 1.0074768397316802e-06, + "K": 6.400802249117987e-06, + "L": 2.5252907107642386e-06, + "G": 0.0003968765668105334, + "F": 0.0002009911258937791, + "E": 0.025860194116830826, + "T": 0.0002534108643885702, + "P": 0.9082642793655396, + "-": 0.02500012144446373 + }, + "id": "tp_28172" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3521522, + "label": "P", + "classification": { + "B": 9.158570151157619e-07, + "S": 5.106435310153756e-07, + "I": 0.08727127313613892, + "C": 5.616999260382727e-05, + "R": 1.1305506859571324e-06, + "M": 2.668973866093438e-05, + "O": 3.603384470807214e-07, + "W": 1.2386031755795557e-07, + "N": 0.00037142549990676343, + "Y": 0.000488746736664325, + "U": 7.458112349922885e-08, + "K": 2.388490543125954e-07, + "L": 1.968139287100712e-07, + "G": 2.2646234356216155e-05, + "F": 2.2244823412620462e-05, + "E": 0.014435865916311741, + "T": 4.96565735375043e-05, + "P": 0.8936632871627808, + "-": 0.0035883886739611626 + }, + "id": "tp_28173" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3521655, + "label": "P", + "classification": { + "B": 7.01992508567173e-09, + "S": 1.9994232935971468e-09, + "I": 5.708901153411716e-05, + "C": 7.251805556052204e-08, + "R": 3.080102617403213e-09, + "M": 1.4558341376869066e-07, + "O": 4.8104148220318166e-08, + "W": 3.469657228194478e-09, + "N": 3.3011749565048376e-06, + "Y": 1.1317647476971615e-06, + "U": 1.7898904580704311e-09, + "K": 9.446729336559656e-07, + "L": 6.003277319699407e-10, + "G": 2.9354118851188105e-06, + "F": 7.399931928375736e-05, + "E": 0.0007272624643519521, + "T": 9.736177162267268e-07, + "P": 0.9707002639770508, + "-": 0.028431760147213936 + }, + "id": "tp_28174" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3521755, + "label": "P", + "classification": { + "B": 1.465455014282302e-11, + "S": 1.4939766437849222e-11, + "I": 5.63518642593408e-06, + "C": 6.150940867755139e-10, + "R": 1.0679290785020612e-11, + "M": 2.055884129603669e-09, + "O": 1.3168320600609462e-10, + "W": 1.3167661405688591e-11, + "N": 8.180526833712065e-08, + "Y": 3.932860792588144e-08, + "U": 1.5363285296721152e-11, + "K": 2.6061394819976158e-08, + "L": 5.494185293351828e-13, + "G": 2.8091118320361375e-09, + "F": 2.9639663807756733e-06, + "E": 9.80761251412332e-06, + "T": 3.602496789767429e-08, + "P": 0.9796895980834961, + "-": 0.020291857421398163 + }, + "id": "tp_28175" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3521889, + "label": "P", + "classification": { + "B": 1.332321062363917e-05, + "S": 2.8697954803647008e-06, + "I": 0.019880566745996475, + "C": 8.964887820184231e-05, + "R": 4.8564584176347125e-06, + "M": 8.475733193336055e-05, + "O": 8.597239684604574e-06, + "W": 1.6838413330333424e-06, + "N": 0.00047547571011818945, + "Y": 0.00023033213801681995, + "U": 4.455705777672847e-07, + "K": 2.22638755076332e-06, + "L": 2.187456175306579e-06, + "G": 0.00017079392273444682, + "F": 0.0002796174376271665, + "E": 0.020030345767736435, + "T": 6.592118734261021e-05, + "P": 0.9213967323303223, + "-": 0.0372595489025116 + }, + "id": "tp_28176" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3522022, + "label": "P", + "classification": { + "B": 3.016672189826153e-10, + "S": 1.560447604465054e-10, + "I": 0.0006344059365801513, + "C": 1.6315320294779667e-07, + "R": 2.505981200329188e-09, + "M": 3.392696967807751e-08, + "O": 1.7949486341706233e-09, + "W": 9.761847580280758e-11, + "N": 2.3247698663908523e-06, + "Y": 8.09102004950546e-07, + "U": 2.2354298967464103e-10, + "K": 4.12722256371012e-09, + "L": 6.022066179056651e-11, + "G": 1.6934632185439114e-07, + "F": 1.2403811524563935e-06, + "E": 7.039065530989319e-05, + "T": 3.0928160299481533e-07, + "P": 0.9894993305206299, + "-": 0.009790775366127491 + }, + "id": "tp_28177" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3522155, + "label": "P", + "classification": { + "B": 5.440822015145841e-09, + "S": 1.1327275784012159e-09, + "I": 8.475139475194737e-05, + "C": 4.032495226624633e-08, + "R": 1.5492032101604991e-09, + "M": 1.0504420799861691e-07, + "O": 2.7719030626371932e-08, + "W": 1.6786287915238063e-09, + "N": 1.6934111499722349e-06, + "Y": 2.959221490073105e-07, + "U": 1.0554074281188264e-09, + "K": 1.9622174107780666e-08, + "L": 3.360659250883913e-10, + "G": 3.1438293035535025e-07, + "F": 4.151642315264326e-06, + "E": 4.884941881755367e-05, + "T": 5.240977998255403e-07, + "P": 0.9795658588409424, + "-": 0.02029331959784031 + }, + "id": "tp_28178" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3522256, + "label": "P", + "classification": { + "B": 1.8051169933808175e-11, + "S": 1.1450912267008118e-11, + "I": 2.579502142907586e-05, + "C": 2.718155478476092e-08, + "R": 8.569249754231123e-10, + "M": 1.8147503499932327e-09, + "O": 7.734793916469584e-10, + "W": 5.393896440608614e-11, + "N": 2.1748095946350077e-07, + "Y": 1.6007695080588746e-07, + "U": 6.951032111013333e-11, + "K": 7.631704157518016e-09, + "L": 5.5322005657054696e-12, + "G": 3.208554133493635e-08, + "F": 2.3025652353680925e-06, + "E": 3.954263320338214e-06, + "T": 1.0095127578324536e-07, + "P": 0.9577417373657227, + "-": 0.04222571849822998 + }, + "id": "tp_28179" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3522389, + "label": "P", + "classification": { + "B": 5.974600014724274e-08, + "S": 1.7336146740376535e-08, + "I": 0.00025074262521229684, + "C": 2.312591895758942e-08, + "R": 5.121467250290834e-09, + "M": 3.481407304661843e-07, + "O": 1.111723335611714e-07, + "W": 3.674879733850389e-09, + "N": 9.159354704024736e-06, + "Y": 6.605328053410631e-07, + "U": 1.881603622910788e-10, + "K": 1.2326438536547357e-08, + "L": 1.5227732408362726e-09, + "G": 1.6487175571455737e-06, + "F": 5.126293217472266e-06, + "E": 0.00012737460201606154, + "T": 2.0288015889491362e-07, + "P": 0.997744083404541, + "-": 0.001860354095697403 + }, + "id": "tp_28180" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3522523, + "label": "P", + "classification": { + "B": 4.417129773059969e-08, + "S": 5.7994892443957724e-08, + "I": 0.00032449860009364784, + "C": 3.112846158614957e-08, + "R": 5.202474451238004e-09, + "M": 2.8859616918452957e-07, + "O": 1.3049000813225575e-07, + "W": 8.913436211344106e-09, + "N": 1.851470187830273e-05, + "Y": 3.2185528198169777e-07, + "U": 1.2940871707556312e-09, + "K": 2.351587014004508e-08, + "L": 3.465674636160543e-09, + "G": 5.062735795036133e-07, + "F": 7.09942423782195e-06, + "E": 7.000855839578435e-05, + "T": 1.094360527531535e-06, + "P": 0.9945480227470398, + "-": 0.005029346328228712 + }, + "id": "tp_28181" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3522656, + "label": "P", + "classification": { + "B": 1.7932756236405112e-05, + "S": 9.730113561090548e-06, + "I": 0.013392074964940548, + "C": 0.0001814740535337478, + "R": 2.617767131596338e-05, + "M": 0.00032560311956331134, + "O": 6.370459595927969e-05, + "W": 1.4687283510284033e-05, + "N": 0.0010503338417038321, + "Y": 0.0010727967601269484, + "U": 1.3408527593128383e-05, + "K": 0.0002290319825988263, + "L": 9.648189006838948e-06, + "G": 0.0006511959945783019, + "F": 0.002962964354082942, + "E": 0.013179672881960869, + "T": 0.0006861791480332613, + "P": 0.7897565960884094, + "-": 0.17635679244995117 + }, + "id": "tp_28182" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3522756, + "label": "P", + "classification": { + "B": 4.738539161053268e-08, + "S": 3.008500337742248e-09, + "I": 2.220147507614456e-05, + "C": 7.759834552700795e-09, + "R": 1.8604042750780536e-09, + "M": 8.152446895337562e-08, + "O": 3.3055297166129094e-08, + "W": 2.054853842636817e-09, + "N": 5.660549504682422e-07, + "Y": 3.79493116042795e-07, + "U": 4.597197067468528e-10, + "K": 4.422846089369159e-09, + "L": 9.554427249369724e-10, + "G": 8.43924681248609e-07, + "F": 7.508581347792642e-06, + "E": 3.0328226785059087e-05, + "T": 7.012627065705601e-07, + "P": 0.982187807559967, + "-": 0.017749488353729248 + }, + "id": "tp_28183" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3522890, + "label": "P", + "classification": { + "B": 2.8837083762556226e-11, + "S": 2.396527698511619e-10, + "I": 1.612549567653332e-05, + "C": 8.227771353119806e-09, + "R": 5.610122366661585e-10, + "M": 2.768206996961453e-09, + "O": 4.348642335116892e-09, + "W": 2.471201299147907e-10, + "N": 4.679390883666201e-07, + "Y": 7.570361759690059e-08, + "U": 1.6474439867852908e-10, + "K": 4.018878740907894e-08, + "L": 1.6683605885692288e-11, + "G": 3.3918993835868605e-08, + "F": 1.684294875303749e-05, + "E": 9.544614840706345e-06, + "T": 1.7147142727935716e-07, + "P": 0.9425581097602844, + "-": 0.057398565113544464 + }, + "id": "tp_28184" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3523023, + "label": "P", + "classification": { + "B": 1.4785349333745756e-10, + "S": 2.4940774445703084e-10, + "I": 7.42623014957644e-05, + "C": 3.1522155996555057e-09, + "R": 2.183474789863027e-10, + "M": 3.496319678220061e-09, + "O": 1.232576152254694e-09, + "W": 2.0365192865412496e-10, + "N": 7.337366696447134e-07, + "Y": 9.26309695614691e-08, + "U": 7.176752941928655e-11, + "K": 4.399047792702504e-09, + "L": 3.591099986821611e-11, + "G": 3.307732399093766e-08, + "F": 2.8094270874134963e-06, + "E": 4.5142105591367e-06, + "T": 8.359705105931425e-08, + "P": 0.9960147142410278, + "-": 0.0039027526509016752 + }, + "id": "tp_28185" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3523156, + "label": "P", + "classification": { + "B": 7.403261559346674e-09, + "S": 1.9449272414817642e-08, + "I": 0.00013549142749980092, + "C": 3.4582321006837446e-08, + "R": 2.349647143518041e-09, + "M": 2.3336734500389866e-07, + "O": 1.965145202120766e-08, + "W": 4.171771816885439e-09, + "N": 1.0259466762363445e-05, + "Y": 6.062140869289578e-07, + "U": 1.489907530682899e-09, + "K": 1.9732027567442856e-07, + "L": 4.871891223778846e-10, + "G": 2.6192495283794415e-07, + "F": 2.3337915990850888e-05, + "E": 0.0002371571317780763, + "T": 8.135228313221887e-07, + "P": 0.9954582452774048, + "-": 0.004133479669690132 + }, + "id": "tp_28186" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3523257, + "label": "P", + "classification": { + "B": 6.937079433555482e-06, + "S": 7.907488566161192e-07, + "I": 0.004679527133703232, + "C": 0.000456788984593004, + "R": 2.5987676053773612e-05, + "M": 0.0003099659224972129, + "O": 2.329307062609587e-05, + "W": 2.285263917656266e-06, + "N": 0.0001246465544681996, + "Y": 0.0014680756721645594, + "U": 3.5519635730452137e-06, + "K": 3.8467122067231685e-05, + "L": 5.484374469233444e-06, + "G": 0.0007339398143813014, + "F": 0.0036452829372137785, + "E": 0.009246024303138256, + "T": 0.00028907047817483544, + "P": 0.4906272888183594, + "-": 0.488312691450119 + }, + "id": "tp_28187" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3523390, + "label": "P", + "classification": { + "B": 4.427837484399788e-05, + "S": 4.001047727797413e-06, + "I": 0.26841554045677185, + "C": 0.014192814938724041, + "R": 0.0007768848445266485, + "M": 0.0014864788390696049, + "O": 9.579820471117273e-05, + "W": 1.4581197319785133e-05, + "N": 0.001897444250062108, + "Y": 0.005919970106333494, + "U": 1.8586975784273818e-05, + "K": 6.63535820422112e-06, + "L": 8.59780193422921e-05, + "G": 0.003114056773483753, + "F": 0.0006494639092124999, + "E": 0.017468489706516266, + "T": 0.00144992396235466, + "P": 0.5828192830085754, + "-": 0.10153983533382416 + }, + "id": "tp_28188" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3523524, + "label": "P", + "classification": { + "B": 8.877808710394675e-08, + "S": 1.1486677919947397e-07, + "I": 0.0001256662653759122, + "C": 3.98019750491585e-08, + "R": 2.8727225043212457e-09, + "M": 1.0549009630267392e-06, + "O": 9.664915268103869e-08, + "W": 1.823383222188113e-08, + "N": 7.142028607631801e-06, + "Y": 7.7628487815673e-07, + "U": 2.579447100359289e-09, + "K": 2.1796304849885928e-07, + "L": 3.6388387858465876e-09, + "G": 6.232784244275535e-07, + "F": 6.63019745843485e-05, + "E": 0.00041929943836294115, + "T": 1.2403530718074762e-06, + "P": 0.986889123916626, + "-": 0.012488231062889099 + }, + "id": "tp_28189" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3523657, + "label": "P", + "classification": { + "B": 2.3314913888405897e-10, + "S": 2.756530594061335e-11, + "I": 1.2652410077862442e-05, + "C": 6.584865097636339e-09, + "R": 7.184756262157421e-11, + "M": 8.120141892220545e-09, + "O": 1.9143897578288716e-10, + "W": 1.0988105390852265e-11, + "N": 3.3930607656884604e-08, + "Y": 5.1616066087945e-08, + "U": 1.9721840480158015e-11, + "K": 2.0669020314723063e-11, + "L": 4.877089010424385e-11, + "G": 2.595112036374303e-08, + "F": 6.238826699700439e-07, + "E": 8.25055394670926e-06, + "T": 4.1987345156258016e-08, + "P": 0.9958899617195129, + "-": 0.004088406451046467 + }, + "id": "tp_28190" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3523757, + "label": "P", + "classification": { + "B": 0.00018916882982011884, + "S": 0.00018437659309711307, + "I": 0.028514910489320755, + "C": 0.00073910818900913, + "R": 0.00013757955457549542, + "M": 0.0029179875273257494, + "O": 0.0004512092564254999, + "W": 5.644223710987717e-05, + "N": 0.0025723562575876713, + "Y": 0.0018767031142488122, + "U": 2.9858809284633026e-05, + "K": 4.0286780858878046e-05, + "L": 0.00015213992446660995, + "G": 0.0015502400929108262, + "F": 0.0032322148326784372, + "E": 0.008800612762570381, + "T": 0.003215791890397668, + "P": 0.737660825252533, + "-": 0.20767824351787567 + }, + "id": "tp_28191" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3523891, + "label": "-", + "classification": { + "B": 2.457898290231242e-06, + "S": 4.618115326593397e-06, + "I": 0.01469577569514513, + "C": 0.0016536854673177004, + "R": 0.00012826589227188379, + "M": 0.0005401369999162853, + "O": 6.538522575283423e-05, + "W": 5.867007075721631e-06, + "N": 0.00031947443494573236, + "Y": 0.0024790335446596146, + "U": 6.6602856350073125e-06, + "K": 7.002321126492461e-06, + "L": 2.0028639482916333e-05, + "G": 0.0004968136781826615, + "F": 0.0015728067373856902, + "E": 0.0014621522277593613, + "T": 0.0031007861252874136, + "P": 0.40962499380111694, + "-": 0.5638139843940735 + }, + "id": "tp_28192" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3524024, + "label": "P", + "classification": { + "B": 7.056575554997835e-07, + "S": 5.548441706082485e-08, + "I": 0.005582810379564762, + "C": 1.6870735635166056e-05, + "R": 4.46233258344364e-07, + "M": 1.1329933840897866e-05, + "O": 5.123619075675379e-07, + "W": 4.046332335860825e-08, + "N": 7.000131881795824e-05, + "Y": 2.723319448705297e-05, + "U": 5.257859925222874e-08, + "K": 8.995176870030264e-08, + "L": 1.3014421540447074e-07, + "G": 2.331901305296924e-05, + "F": 2.019072235270869e-05, + "E": 0.0006792886415496469, + "T": 2.1378820747486316e-05, + "P": 0.9848600029945374, + "-": 0.008685603737831116 + }, + "id": "tp_28193" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3524157, + "label": "P", + "classification": { + "B": 2.3257352950167842e-05, + "S": 6.397791821655119e-06, + "I": 0.043066415935754776, + "C": 0.0008622370078228414, + "R": 4.775923662236892e-05, + "M": 0.0002704764483496547, + "O": 3.291428220109083e-05, + "W": 7.720889698248357e-06, + "N": 0.0014969207113608718, + "Y": 0.0008378158672712743, + "U": 8.823843018035404e-06, + "K": 6.748189480276778e-05, + "L": 7.103408279363066e-06, + "G": 0.0009770933538675308, + "F": 0.0007702864822931588, + "E": 0.02298799343407154, + "T": 0.0003704861446749419, + "P": 0.8690593838691711, + "-": 0.05909941345453262 + }, + "id": "tp_28194" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3524258, + "label": "P", + "classification": { + "B": 1.9644078008695942e-07, + "S": 3.481707011587787e-08, + "I": 0.002505285432562232, + "C": 1.2503075595304836e-05, + "R": 2.660932807430072e-07, + "M": 3.1035433494253084e-05, + "O": 5.679282253368001e-07, + "W": 4.387929308791172e-08, + "N": 2.9904007533332333e-05, + "Y": 0.0001334853732259944, + "U": 6.210319725141744e-08, + "K": 5.468081667459046e-07, + "L": 1.224369299279715e-07, + "G": 3.262364407419227e-05, + "F": 0.00016281267744489014, + "E": 0.0011195400729775429, + "T": 3.7109319237060845e-05, + "P": 0.9289881587028503, + "-": 0.06694573163986206 + }, + "id": "tp_28195" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3524391, + "label": "P", + "classification": { + "B": 2.345552047700039e-06, + "S": 1.3161596825739252e-06, + "I": 0.009853473864495754, + "C": 0.0001379352470394224, + "R": 1.0833317901415285e-05, + "M": 7.945255492813885e-05, + "O": 1.6060075722634792e-05, + "W": 1.3453759493131656e-06, + "N": 0.0003553360002115369, + "Y": 0.000301411870168522, + "U": 1.3495742905433872e-06, + "K": 6.032812962075695e-06, + "L": 2.3385498479910893e-06, + "G": 0.0002528780314605683, + "F": 0.0005946463788859546, + "E": 0.00267238961532712, + "T": 0.0001645847805775702, + "P": 0.8776440620422363, + "-": 0.10790213942527771 + }, + "id": "tp_28196" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3524525, + "label": "P", + "classification": { + "B": 1.5214485529213562e-06, + "S": 4.599615749611985e-06, + "I": 0.0019784464966505766, + "C": 5.2318508096504956e-05, + "R": 5.661212981067365e-06, + "M": 2.8494436264736578e-05, + "O": 1.7737791495164856e-05, + "W": 7.72066050558351e-06, + "N": 0.0002729897969402373, + "Y": 0.00025801235460676253, + "U": 4.531769718596479e-06, + "K": 0.0002631636743899435, + "L": 1.4874917724227998e-06, + "G": 0.00016687055176589638, + "F": 0.004852663725614548, + "E": 0.004290338605642319, + "T": 0.00021146461949683726, + "P": 0.7591404914855957, + "-": 0.2284414917230606 + }, + "id": "tp_28197" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3524658, + "label": "P", + "classification": { + "B": 4.628159615549521e-07, + "S": 2.4242734752988326e-07, + "I": 0.0005867154104635119, + "C": 6.445989697567711e-07, + "R": 7.197672147185585e-08, + "M": 3.5849102459906135e-06, + "O": 5.869632673238812e-07, + "W": 1.1579097503044977e-07, + "N": 3.34631149598863e-05, + "Y": 6.650826435361523e-06, + "U": 4.6887990379218536e-08, + "K": 5.57431633296801e-07, + "L": 4.6443840773235934e-08, + "G": 5.2641121328633744e-06, + "F": 9.81991906883195e-05, + "E": 0.001200613216497004, + "T": 6.169126208988018e-06, + "P": 0.9809867739677429, + "-": 0.017069736495614052 + }, + "id": "tp_28198" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3524758, + "label": "-", + "classification": { + "B": 4.944835382048041e-06, + "S": 5.952472292847233e-06, + "I": 0.0018145604990422726, + "C": 0.00021766959980595857, + "R": 3.881003431160934e-05, + "M": 8.911231270758435e-05, + "O": 3.421516521484591e-05, + "W": 1.0059105079562869e-05, + "N": 0.00014250827371142805, + "Y": 0.0018968603108078241, + "U": 1.4743164683750365e-05, + "K": 0.00034187897108495235, + "L": 4.782106771017425e-06, + "G": 0.0003680129302665591, + "F": 0.006424157414585352, + "E": 0.0024216671008616686, + "T": 0.0007489885319955647, + "P": 0.46392449736595154, + "-": 0.5214966535568237 + }, + "id": "tp_28199" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3524892, + "label": "-", + "classification": { + "B": 0.0004757980350404978, + "S": 0.0002745691454038024, + "I": 0.01337379589676857, + "C": 0.0021336034405976534, + "R": 0.0004963123355992138, + "M": 0.0015958949225023389, + "O": 0.0010327374329790473, + "W": 0.00029006213298998773, + "N": 0.001956381369382143, + "Y": 0.004997801035642624, + "U": 0.00015534429985564202, + "K": 0.0003086498472839594, + "L": 0.000272684934316203, + "G": 0.002083714585751295, + "F": 0.010461621917784214, + "E": 0.011073827743530273, + "T": 0.0032797378953546286, + "P": 0.4556790590286255, + "-": 0.49005839228630066 + }, + "id": "tp_28200" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3525025, + "label": "P", + "classification": { + "B": 4.012001494912987e-11, + "S": 1.0547498985324921e-10, + "I": 5.499867256730795e-05, + "C": 4.25691020211616e-08, + "R": 2.218947248167069e-09, + "M": 1.1423719570302637e-07, + "O": 7.366566023847554e-09, + "W": 1.0543476508528826e-10, + "N": 3.925090084067051e-07, + "Y": 9.171954843623098e-06, + "U": 6.54906615049633e-11, + "K": 6.311048572626987e-09, + "L": 4.8938103569540203e-11, + "G": 1.9637423065432813e-07, + "F": 4.467356120585464e-06, + "E": 7.933684173622169e-06, + "T": 2.8578153887792723e-06, + "P": 0.8250022530555725, + "-": 0.17491759359836578 + }, + "id": "tp_28201" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3525125, + "label": "P", + "classification": { + "B": 7.244678954521078e-07, + "S": 2.5986114451370668e-06, + "I": 0.004103842657059431, + "C": 5.922723630646942e-06, + "R": 6.250612614167039e-07, + "M": 1.96592191059608e-05, + "O": 4.2262818169547245e-06, + "W": 2.8754325285262894e-06, + "N": 0.00045958664850331843, + "Y": 0.0001192284471471794, + "U": 5.179835511626152e-07, + "K": 0.0001851040287874639, + "L": 8.495844383560325e-08, + "G": 1.4647408534074202e-05, + "F": 0.0002576754486653954, + "E": 0.005489843897521496, + "T": 4.23241472162772e-05, + "P": 0.9627674221992493, + "-": 0.02652302198112011 + }, + "id": "tp_28202" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3525259, + "label": "P", + "classification": { + "B": 3.3446835914219264e-06, + "S": 1.7360133597321692e-06, + "I": 0.00963549129664898, + "C": 0.00013657062663696706, + "R": 1.3042905266047455e-05, + "M": 0.0001401161716785282, + "O": 2.939510886790231e-05, + "W": 4.3806749090435915e-06, + "N": 0.0005440637469291687, + "Y": 0.0014386033872142434, + "U": 3.704261189341196e-06, + "K": 0.00014798638585489243, + "L": 2.0893080545647535e-06, + "G": 0.00027452048379927874, + "F": 0.0013550439616665244, + "E": 0.011503070592880249, + "T": 0.0003581303171813488, + "P": 0.6252927780151367, + "-": 0.34911587834358215 + }, + "id": "tp_28203" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3525392, + "label": "-", + "classification": { + "B": 2.8630346982083665e-09, + "S": 6.563909860091144e-09, + "I": 5.503634019987658e-05, + "C": 3.1978217975847656e-06, + "R": 6.356540893648344e-08, + "M": 1.9433632587606553e-06, + "O": 3.058606807826436e-07, + "W": 1.0730633270839007e-08, + "N": 1.5768362118251389e-06, + "Y": 4.0212642488768324e-05, + "U": 1.1182979875457022e-08, + "K": 2.0773290998477023e-06, + "L": 7.017269876286036e-09, + "G": 1.280604465137003e-05, + "F": 0.000844947062432766, + "E": 0.00022718097898177803, + "T": 9.018584933073726e-06, + "P": 0.4019593298435211, + "-": 0.5968421697616577 + }, + "id": "tp_28204" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3525526, + "label": "P", + "classification": { + "B": 6.505340710560858e-11, + "S": 6.295395628408418e-12, + "I": 2.3369546397589147e-05, + "C": 2.1847835540711458e-08, + "R": 1.9750923119232766e-10, + "M": 6.958430720516162e-09, + "O": 4.92984264521823e-10, + "W": 1.2498869127186563e-11, + "N": 4.0248750110549736e-08, + "Y": 1.5906549322153296e-07, + "U": 3.209315799224122e-11, + "K": 1.0001151296012978e-10, + "L": 1.8844977661691686e-11, + "G": 4.4752983541229696e-08, + "F": 5.621491823148972e-07, + "E": 1.4666237575511332e-06, + "T": 1.5074043346885446e-07, + "P": 0.9410252571105957, + "-": 0.058949071913957596 + }, + "id": "tp_28205" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3525626, + "label": "P", + "classification": { + "B": 2.7238601774115523e-07, + "S": 4.5087141131716635e-08, + "I": 0.002758878283202648, + "C": 5.908638922846876e-05, + "R": 2.1091329927003244e-06, + "M": 2.896129444707185e-05, + "O": 1.5863070075283758e-06, + "W": 9.666030109656276e-08, + "N": 3.6459914554143324e-05, + "Y": 0.00021550868405029178, + "U": 2.608350087029976e-07, + "K": 1.8543245232649497e-06, + "L": 3.3093732554334565e-07, + "G": 0.00010168654262088239, + "F": 0.000417244533309713, + "E": 0.0013614360941573977, + "T": 5.524927473743446e-05, + "P": 0.8450983762741089, + "-": 0.1498604267835617 + }, + "id": "tp_28206" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3525759, + "label": "P", + "classification": { + "B": 3.90069499189849e-06, + "S": 2.406194994364341e-07, + "I": 0.0012750935275107622, + "C": 0.00011632332461886108, + "R": 3.7203196825430496e-06, + "M": 6.143609061837196e-05, + "O": 9.776568731467705e-06, + "W": 5.352590051188599e-07, + "N": 1.4640565495938063e-05, + "Y": 0.00026250892551615834, + "U": 1.9780716229433892e-06, + "K": 1.5178751766597998e-07, + "L": 4.655129941966152e-06, + "G": 0.0001570678869029507, + "F": 0.00015622263890691102, + "E": 0.00029048361466266215, + "T": 0.00042228674283251166, + "P": 0.5777158141136169, + "-": 0.4195031225681305 + }, + "id": "tp_28207" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3525893, + "label": "P", + "classification": { + "B": 4.327261393655135e-08, + "S": 1.1994206516874328e-08, + "I": 0.001115726656280458, + "C": 6.540984486491652e-06, + "R": 3.625577846833039e-07, + "M": 1.614232473912125e-06, + "O": 3.009050999480678e-07, + "W": 2.0357040497742673e-08, + "N": 1.5860970961512066e-05, + "Y": 2.6032201276393607e-05, + "U": 2.560260270456638e-08, + "K": 2.2343481020925537e-07, + "L": 2.5295154415516663e-08, + "G": 1.6613881598459557e-05, + "F": 6.080206367187202e-05, + "E": 0.0002025829307967797, + "T": 5.271495865599718e-06, + "P": 0.9683831334114075, + "-": 0.030164683237671852 + }, + "id": "tp_28208" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3526026, + "label": "P", + "classification": { + "B": 1.9080725621734018e-07, + "S": 3.053279939990716e-08, + "I": 0.0002961175632663071, + "C": 3.966390522691654e-07, + "R": 1.715098463250797e-08, + "M": 5.120828632243501e-07, + "O": 2.1999680654971598e-07, + "W": 1.7223694470658302e-08, + "N": 8.165868166543078e-06, + "Y": 2.643570951477159e-06, + "U": 1.265012894435813e-08, + "K": 2.5841332629283897e-08, + "L": 1.720261622040198e-08, + "G": 1.9303261069580913e-06, + "F": 1.1319089026073925e-05, + "E": 0.00010469670087331906, + "T": 3.438763769736397e-06, + "P": 0.9820976853370667, + "-": 0.017472563311457634 + }, + "id": "tp_28209" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3526126, + "label": "P", + "classification": { + "B": 7.819593520252965e-06, + "S": 6.441959158109967e-06, + "I": 0.0006455292459577322, + "C": 2.6237646011395555e-07, + "R": 6.786108031064941e-08, + "M": 1.4322319657367188e-05, + "O": 7.334167094086297e-06, + "W": 5.413683084043441e-07, + "N": 0.00010035392915597185, + "Y": 3.3528601761645405e-06, + "U": 2.370092389014644e-08, + "K": 1.9800909001332911e-07, + "L": 4.1203398382094747e-07, + "G": 1.9265804439783096e-05, + "F": 0.00012345945287961513, + "E": 0.0014365012757480145, + "T": 7.931373147584964e-06, + "P": 0.9860344529151917, + "-": 0.011591818183660507 + }, + "id": "tp_28210" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3526260, + "label": "P", + "classification": { + "B": 5.830307348020369e-10, + "S": 1.2308601915478334e-09, + "I": 0.0002670504036359489, + "C": 1.0362758473547728e-07, + "R": 1.0276520967522629e-08, + "M": 8.864125078389407e-08, + "O": 1.5130060759815933e-08, + "W": 1.0989317233978113e-09, + "N": 4.970740519638639e-06, + "Y": 2.5346737402287545e-06, + "U": 8.307680654517924e-10, + "K": 2.3109267033305514e-07, + "L": 2.3952784200531596e-10, + "G": 2.450446174862009e-07, + "F": 3.797334647970274e-05, + "E": 0.00010161215323023498, + "T": 5.673940677297651e-07, + "P": 0.9744065999984741, + "-": 0.025177964940667152 + }, + "id": "tp_28211" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3526393, + "label": "P", + "classification": { + "B": 1.223898205005014e-10, + "S": 3.3653576453351874e-11, + "I": 4.641152554540895e-05, + "C": 1.2989157482934388e-07, + "R": 1.3527547970682008e-09, + "M": 3.259253134046958e-08, + "O": 2.179406655145044e-09, + "W": 1.0299654185086382e-10, + "N": 6.543669428538124e-07, + "Y": 5.288198963171453e-07, + "U": 2.394339448930083e-10, + "K": 4.847000667496104e-08, + "L": 4.2497422247933514e-11, + "G": 1.908630906655162e-07, + "F": 1.6777221389929764e-05, + "E": 0.00018149943207390606, + "T": 1.3955880717730906e-07, + "P": 0.9653558135032654, + "-": 0.034397635608911514 + }, + "id": "tp_28212" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3526527, + "label": "P", + "classification": { + "B": 2.7685265191479402e-09, + "S": 1.1252981879650292e-10, + "I": 0.00011775640450650826, + "C": 3.7154556764562585e-08, + "R": 3.215253341348756e-10, + "M": 1.9129714701193734e-07, + "O": 2.07473327407115e-09, + "W": 9.41206834692565e-11, + "N": 7.156372134886624e-07, + "Y": 7.185046797530958e-07, + "U": 1.8500767584583855e-10, + "K": 4.491688354590906e-09, + "L": 1.3638799811754865e-10, + "G": 2.5347782184326206e-07, + "F": 2.300820369782741e-06, + "E": 0.00019392561807762831, + "T": 2.4967511080831173e-07, + "P": 0.989626407623291, + "-": 0.010057447478175163 + }, + "id": "tp_28213" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3526627, + "label": "P", + "classification": { + "B": 1.1648343400949557e-09, + "S": 9.836222947257056e-10, + "I": 0.002504310104995966, + "C": 6.233619131990054e-08, + "R": 1.991247389199202e-09, + "M": 1.8025228598617105e-07, + "O": 3.8298710869355546e-09, + "W": 2.2989593562172672e-10, + "N": 1.7743981516105123e-05, + "Y": 5.918564056628384e-07, + "U": 1.6609806585687892e-10, + "K": 3.959954586463255e-09, + "L": 1.506783170457382e-10, + "G": 1.3007945653953357e-07, + "F": 3.4672510196287476e-07, + "E": 0.00015202198119368404, + "T": 5.829506335430779e-07, + "P": 0.9962926506996155, + "-": 0.0010312857339158654 + }, + "id": "tp_28214" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3526760, + "label": "P", + "classification": { + "B": 3.1051319293595725e-09, + "S": 5.888247223140297e-09, + "I": 0.00013394032430369407, + "C": 9.389617083854773e-09, + "R": 2.20487628155297e-10, + "M": 2.2870865734603285e-07, + "O": 1.960397533196101e-08, + "W": 4.6199291614534843e-10, + "N": 2.072910092465463e-06, + "Y": 5.48032744518423e-07, + "U": 2.401719621791809e-11, + "K": 1.03461217371148e-09, + "L": 2.5116680957282256e-10, + "G": 2.07556382747498e-07, + "F": 2.1423552425403614e-06, + "E": 2.577468148956541e-05, + "T": 5.199607358008507e-07, + "P": 0.9935287833213806, + "-": 0.006305599585175514 + }, + "id": "tp_28215" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3526894, + "label": "P", + "classification": { + "B": 1.1949559119983633e-09, + "S": 9.50101952668092e-09, + "I": 0.0001486490946263075, + "C": 8.683811358878302e-08, + "R": 5.403851588425823e-09, + "M": 1.0443679911986692e-06, + "O": 4.8088455883998904e-08, + "W": 3.313094909529468e-09, + "N": 6.605111138924258e-06, + "Y": 5.286528448777972e-06, + "U": 9.650689136719848e-10, + "K": 3.0319944244183716e-07, + "L": 1.2378312819194548e-09, + "G": 6.715512199662044e-07, + "F": 5.830277586937882e-05, + "E": 0.00027150579262524843, + "T": 4.366503162600566e-06, + "P": 0.9730470180511475, + "-": 0.026456085965037346 + }, + "id": "tp_28216" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3527027, + "label": "P", + "classification": { + "B": 1.2206288602101267e-06, + "S": 3.3379876640537987e-07, + "I": 0.0056154606863856316, + "C": 8.025791430554818e-06, + "R": 1.3812225461151684e-06, + "M": 1.991265526157804e-05, + "O": 2.6271534352417802e-06, + "W": 4.867923166784749e-07, + "N": 0.00015672840527258813, + "Y": 8.183363388525322e-05, + "U": 1.8798307621636923e-07, + "K": 1.162627540907124e-05, + "L": 2.017822140487624e-07, + "G": 6.540169852087274e-05, + "F": 0.0003747682203538716, + "E": 0.0021355096250772476, + "T": 6.504317570943385e-05, + "P": 0.9275107979774475, + "-": 0.06394840031862259 + }, + "id": "tp_28217" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3527127, + "label": "P", + "classification": { + "B": 1.8753143038452436e-08, + "S": 1.03097788084483e-08, + "I": 0.00018953891412820667, + "C": 2.2708102065394087e-08, + "R": 3.302695616991258e-10, + "M": 1.460381326978677e-07, + "O": 2.746819882659679e-09, + "W": 6.254136097894047e-10, + "N": 3.648566007541376e-06, + "Y": 2.393398119693302e-07, + "U": 5.839322358980326e-10, + "K": 3.279709392955965e-09, + "L": 4.120412344654767e-10, + "G": 2.701323076337303e-08, + "F": 9.736985475683468e-07, + "E": 0.00016818179574329406, + "T": 4.5633242962139775e-07, + "P": 0.9986314177513123, + "-": 0.0010053283767774701 + }, + "id": "tp_28218" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3527261, + "label": "P", + "classification": { + "B": 1.7783831935958005e-06, + "S": 8.548919936401944e-07, + "I": 0.002413649344816804, + "C": 9.602427599020302e-05, + "R": 7.0912619776208885e-06, + "M": 3.0563704058295116e-05, + "O": 1.1553419426491018e-05, + "W": 3.8231983126024716e-06, + "N": 0.00015907960187178105, + "Y": 0.0004341236490290612, + "U": 4.439490567165194e-06, + "K": 0.0003103505296166986, + "L": 6.343996119539952e-07, + "G": 0.00014486917643807828, + "F": 0.0031123675871640444, + "E": 0.006173138041049242, + "T": 0.0001135172278736718, + "P": 0.6912301182746887, + "-": 0.29575204849243164 + }, + "id": "tp_28219" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3527394, + "label": "P", + "classification": { + "B": 2.163979395675142e-08, + "S": 1.526021087272511e-08, + "I": 0.001585162477567792, + "C": 2.9514612833736464e-06, + "R": 1.9941190032568556e-07, + "M": 4.2647917553040315e-07, + "O": 1.0016069040830189e-07, + "W": 1.510660929682217e-08, + "N": 8.871085447026417e-05, + "Y": 9.499652151134796e-06, + "U": 1.809066141333915e-08, + "K": 2.491958412065287e-06, + "L": 6.053281875750827e-09, + "G": 1.3274224329506978e-05, + "F": 4.576125502353534e-05, + "E": 0.0011881532846018672, + "T": 3.5885775560018374e-06, + "P": 0.9904928803443909, + "-": 0.0065666986629366875 + }, + "id": "tp_28220" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3527528, + "label": "P", + "classification": { + "B": 2.6351509863076217e-09, + "S": 1.1698386703784536e-09, + "I": 0.002058620098978281, + "C": 5.770709208263725e-07, + "R": 2.2422293355361944e-08, + "M": 6.581689717677364e-07, + "O": 2.4871722459351986e-08, + "W": 2.6497064542496673e-09, + "N": 1.180827894131653e-05, + "Y": 3.378946530574467e-06, + "U": 1.9900383563253854e-09, + "K": 9.072848428104408e-08, + "L": 7.428291870503756e-10, + "G": 5.638472089231072e-07, + "F": 6.67789026920218e-06, + "E": 0.00018413092766422778, + "T": 2.0441311789909378e-06, + "P": 0.9766026735305786, + "-": 0.02112884446978569 + }, + "id": "tp_28221" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3527628, + "label": "P", + "classification": { + "B": 1.2355446665779368e-09, + "S": 6.347686959395915e-11, + "I": 2.1491929146577604e-05, + "C": 3.802212322767673e-09, + "R": 1.3169619561548274e-10, + "M": 1.9310332888267112e-08, + "O": 8.478932556066354e-10, + "W": 6.026697196848119e-11, + "N": 1.962442723879576e-07, + "Y": 1.4824162519744277e-07, + "U": 7.482142683201687e-11, + "K": 1.0485631252166172e-09, + "L": 3.892390229576215e-11, + "G": 6.656237871993653e-08, + "F": 5.34544960828498e-06, + "E": 2.7471220164443366e-05, + "T": 7.777479282822242e-08, + "P": 0.9930217862129211, + "-": 0.006923377048224211 + }, + "id": "tp_28222" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3527761, + "label": "P", + "classification": { + "B": 6.214334575815883e-07, + "S": 1.9457391431387805e-07, + "I": 0.0005843990948051214, + "C": 3.0849341783323325e-06, + "R": 1.6769368471614143e-07, + "M": 2.2425765564548783e-06, + "O": 8.492085044053965e-07, + "W": 1.021635114284436e-07, + "N": 1.9257042367826216e-05, + "Y": 2.507155113562476e-05, + "U": 4.745676562833978e-07, + "K": 1.3561010518969852e-06, + "L": 1.070377493306296e-07, + "G": 8.088021786534227e-06, + "F": 0.00020202496671117842, + "E": 0.0003066442150156945, + "T": 3.835678217001259e-05, + "P": 0.8674406409263611, + "-": 0.13136641681194305 + }, + "id": "tp_28223" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3527895, + "label": "P", + "classification": { + "B": 3.74628434940405e-08, + "S": 6.162070320669955e-08, + "I": 3.3420823456253856e-05, + "C": 3.261869707671394e-08, + "R": 1.7744856695145472e-09, + "M": 1.4596312780668086e-07, + "O": 5.435135363995869e-08, + "W": 6.649034212102833e-09, + "N": 2.201959432568401e-06, + "Y": 3.944633135688491e-07, + "U": 1.7588439593652083e-09, + "K": 1.4000818282511318e-08, + "L": 1.9544079687960902e-09, + "G": 2.6914611339634575e-07, + "F": 1.251571757165948e-05, + "E": 1.2684715329669416e-05, + "T": 2.2230087779462337e-06, + "P": 0.9843633770942688, + "-": 0.015572469681501389 + }, + "id": "tp_28224" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3528028, + "label": "P", + "classification": { + "B": 4.6327312475114013e-07, + "S": 4.224806460229047e-08, + "I": 0.00019262426940258592, + "C": 4.0564813730270544e-07, + "R": 2.2437520286189283e-08, + "M": 1.2045843504893128e-06, + "O": 1.5018346744000155e-07, + "W": 2.373783125619866e-08, + "N": 4.0596682993054856e-06, + "Y": 5.052093911217526e-06, + "U": 1.2451542907854218e-08, + "K": 1.030231366883072e-08, + "L": 2.532625842377456e-08, + "G": 1.6782298644102411e-06, + "F": 1.7195334294228815e-05, + "E": 5.4634365369565785e-05, + "T": 8.351845281140413e-06, + "P": 0.9797220230102539, + "-": 0.019991902634501457 + }, + "id": "tp_28225" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3528128, + "label": "P", + "classification": { + "B": 6.320893142230943e-09, + "S": 1.0864584232272989e-10, + "I": 9.876726835500449e-05, + "C": 8.425897135566629e-08, + "R": 8.810202012377033e-10, + "M": 3.000519086526765e-07, + "O": 2.30532593015198e-09, + "W": 1.396653626084543e-10, + "N": 5.90867443861498e-07, + "Y": 2.62358923919237e-07, + "U": 1.9155316222096985e-10, + "K": 5.37448585635758e-10, + "L": 4.911984152755622e-10, + "G": 2.1277658390772558e-07, + "F": 3.221379984097439e-06, + "E": 0.000254178507020697, + "T": 1.8038285531929432e-07, + "P": 0.9937981963157654, + "-": 0.005844024010002613 + }, + "id": "tp_28226" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3528262, + "label": "P", + "classification": { + "B": 1.8789678790653852e-07, + "S": 4.975085587943795e-08, + "I": 0.00018151302356272936, + "C": 1.3325103509487235e-06, + "R": 2.540181931465213e-08, + "M": 3.137828343824367e-06, + "O": 3.014718856775289e-07, + "W": 1.569755880836965e-08, + "N": 3.594286908992217e-06, + "Y": 4.031710886920337e-06, + "U": 5.053082396955233e-09, + "K": 1.6919258882808208e-08, + "L": 4.940900311112273e-08, + "G": 1.1643113793979865e-05, + "F": 0.0001404209906468168, + "E": 0.00043535506119951606, + "T": 5.0606618060555775e-06, + "P": 0.9161967635154724, + "-": 0.0830165445804596 + }, + "id": "tp_28227" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3528395, + "label": "P", + "classification": { + "B": 2.176925306685007e-09, + "S": 2.983183838844994e-11, + "I": 4.91831713134161e-07, + "C": 2.6889397826412864e-12, + "R": 1.1998137672188797e-13, + "M": 6.940097385665922e-10, + "O": 9.075099005606546e-11, + "W": 1.7782640594418697e-12, + "N": 4.71659777900868e-09, + "Y": 1.104567479148777e-10, + "U": 8.707985911125468e-14, + "K": 5.260788481817151e-14, + "L": 6.332283655763327e-12, + "G": 1.8156725012374864e-09, + "F": 4.982226542438184e-08, + "E": 7.667418913115398e-07, + "T": 1.615585776271189e-09, + "P": 0.9992470741271973, + "-": 0.0007516598561778665 + }, + "id": "tp_28228" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3528529, + "label": "P", + "classification": { + "B": 2.714183665375458e-06, + "S": 1.5773068753333064e-06, + "I": 0.0024542398750782013, + "C": 2.6090065148309804e-05, + "R": 3.8039440823922632e-06, + "M": 5.623171091428958e-05, + "O": 1.3064797713013832e-05, + "W": 3.0818207505944883e-06, + "N": 0.00014012292376719415, + "Y": 0.00044545711716637015, + "U": 1.206798515340779e-06, + "K": 2.2216467186808586e-05, + "L": 9.542666248307796e-07, + "G": 4.6128690883051604e-05, + "F": 0.0022384158801287413, + "E": 0.003416176186874509, + "T": 9.94461152004078e-05, + "P": 0.7796948552131653, + "-": 0.2113341987133026 + }, + "id": "tp_28229" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3528629, + "label": "P", + "classification": { + "B": 9.90551640711601e-09, + "S": 1.5797510855009023e-08, + "I": 0.0004354541015345603, + "C": 2.53798706495445e-08, + "R": 5.758626464569261e-09, + "M": 2.6531716912359116e-07, + "O": 4.470434689096692e-08, + "W": 4.836558264997848e-09, + "N": 3.743384877452627e-05, + "Y": 5.9339082980613966e-08, + "U": 1.8985446548214213e-09, + "K": 1.2665367421504925e-07, + "L": 1.152925310776709e-09, + "G": 4.013170951111533e-07, + "F": 3.559185643098317e-06, + "E": 0.00011623354657785967, + "T": 1.329811993855401e-06, + "P": 0.9982979893684387, + "-": 0.0011069393949583173 + }, + "id": "tp_28230" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3528762, + "label": "P", + "classification": { + "B": 7.244292277164277e-08, + "S": 1.991046438831745e-08, + "I": 7.811482646502554e-05, + "C": 2.148259000023245e-06, + "R": 5.086604204507239e-08, + "M": 1.087770442609326e-06, + "O": 2.6832208277483005e-07, + "W": 1.7211428726682243e-08, + "N": 2.438360070300405e-06, + "Y": 7.2471530074835755e-06, + "U": 2.348228633763938e-08, + "K": 9.892305996572759e-08, + "L": 2.0418852386683284e-08, + "G": 7.818931408110075e-06, + "F": 0.00013617778313346207, + "E": 0.00010405119246570393, + "T": 1.0186786312260665e-05, + "P": 0.8410611152648926, + "-": 0.15858909487724304 + }, + "id": "tp_28231" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3528896, + "label": "P", + "classification": { + "B": 4.0516248689392853e-10, + "S": 1.0420552198908695e-09, + "I": 0.0006144302897155285, + "C": 5.2736748301640546e-09, + "R": 3.552122485039888e-10, + "M": 3.3099603058417415e-08, + "O": 2.821061606539388e-09, + "W": 1.350918404918744e-10, + "N": 3.5267460134491557e-06, + "Y": 4.8026080889940204e-08, + "U": 1.6999788729488152e-11, + "K": 1.325888843162204e-10, + "L": 6.389726942002127e-11, + "G": 4.199829461981608e-08, + "F": 1.4788871283144545e-07, + "E": 1.450563740945654e-05, + "T": 1.0871692524005994e-07, + "P": 0.9989809393882751, + "-": 0.00038619019323959947 + }, + "id": "tp_28232" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3529029, + "label": "P", + "classification": { + "B": 2.0730555050363364e-09, + "S": 9.512125531685456e-10, + "I": 7.10518506821245e-05, + "C": 3.5412452348282386e-07, + "R": 1.0380412973631792e-08, + "M": 4.2260134591742826e-07, + "O": 4.756982008302657e-08, + "W": 3.151844785165281e-09, + "N": 5.568015808421478e-07, + "Y": 3.249804422011948e-06, + "U": 4.542276776930976e-09, + "K": 5.8228426524919996e-08, + "L": 2.1370099023698685e-09, + "G": 7.987293884070823e-07, + "F": 6.587334792129695e-05, + "E": 4.2105217289645225e-05, + "T": 3.895639110851334e-06, + "P": 0.6585972309112549, + "-": 0.3412143290042877 + }, + "id": "tp_28233" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3529129, + "label": "P", + "classification": { + "B": 4.0245872696687e-06, + "S": 3.047144900847343e-06, + "I": 0.027820255607366562, + "C": 0.0013705773744732141, + "R": 0.00024086254416033626, + "M": 0.00044154870556667447, + "O": 8.694770804140717e-05, + "W": 5.662623607349815e-06, + "N": 0.0010524536482989788, + "Y": 0.004531266167759895, + "U": 9.494748155702837e-06, + "K": 4.0764127334114164e-05, + "L": 1.0884961739066057e-05, + "G": 0.0012154639698565006, + "F": 0.0013827390503138304, + "E": 0.008130522444844246, + "T": 0.001728096860460937, + "P": 0.6196233034133911, + "-": 0.332302063703537 + }, + "id": "tp_28234" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3529263, + "label": "P", + "classification": { + "B": 3.0670744877170364e-07, + "S": 1.2514725256096426e-07, + "I": 0.0017671423265710473, + "C": 5.503211468749214e-06, + "R": 8.025592137528292e-07, + "M": 1.6450030670966953e-05, + "O": 2.758851223916281e-06, + "W": 2.0727765104311402e-07, + "N": 3.479400766082108e-05, + "Y": 0.0003498107544146478, + "U": 1.6947123526733776e-07, + "K": 2.7476658033265267e-06, + "L": 1.897244032988965e-07, + "G": 3.307846054667607e-05, + "F": 0.0002653432311490178, + "E": 0.0007184286951087415, + "T": 0.00010169031884288415, + "P": 0.7224876880645752, + "-": 0.27421271800994873 + }, + "id": "tp_28235" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3529396, + "label": "P", + "classification": { + "B": 3.3763967621780466e-06, + "S": 1.084696918951522e-06, + "I": 0.002783153671771288, + "C": 3.5695543374458794e-06, + "R": 2.095158322390489e-07, + "M": 1.8682145309867337e-05, + "O": 8.826819453133794e-07, + "W": 3.079292696384073e-07, + "N": 0.00016516544565092772, + "Y": 1.9695786249940284e-05, + "U": 1.303334755675678e-07, + "K": 1.361159775115084e-06, + "L": 1.2299544493998837e-07, + "G": 1.038919981510844e-05, + "F": 6.97474242770113e-05, + "E": 0.003753724740818143, + "T": 1.62909254868282e-05, + "P": 0.9867345094680786, + "-": 0.006417561788111925 + }, + "id": "tp_28236" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3529530, + "label": "P", + "classification": { + "B": 2.2989529213646165e-07, + "S": 4.5106668267180794e-07, + "I": 0.00036133581306785345, + "C": 3.7743909615528537e-06, + "R": 3.047840664294199e-07, + "M": 3.3975563837884692e-06, + "O": 2.3957513803907204e-06, + "W": 2.7173905436939094e-07, + "N": 3.56697928509675e-05, + "Y": 2.982660043926444e-05, + "U": 3.06994394350113e-07, + "K": 5.07954109707498e-06, + "L": 1.142762542372111e-07, + "G": 1.2904632058052812e-05, + "F": 0.0004681054560933262, + "E": 0.0003110390098299831, + "T": 6.131669942988083e-05, + "P": 0.805736243724823, + "-": 0.1929672509431839 + }, + "id": "tp_28237" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3529630, + "label": "P", + "classification": { + "B": 4.739896808381161e-10, + "S": 5.075130982135079e-09, + "I": 0.00010567149001872167, + "C": 2.2629318863209846e-08, + "R": 1.84932269498006e-09, + "M": 1.8643612875735016e-08, + "O": 1.0269268990725777e-08, + "W": 4.978716106052161e-09, + "N": 4.829762019653572e-06, + "Y": 3.1314186799136223e-07, + "U": 1.6520657064589273e-09, + "K": 1.6043026107581682e-06, + "L": 1.0728028881912266e-10, + "G": 8.700604325895256e-08, + "F": 2.3855680410633795e-05, + "E": 6.317151564871892e-05, + "T": 3.10439304485044e-07, + "P": 0.9897623658180237, + "-": 0.010037757456302643 + }, + "id": "tp_28238" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3529763, + "label": "P", + "classification": { + "B": 5.847403627967651e-08, + "S": 1.117626666768956e-07, + "I": 0.007148491684347391, + "C": 1.6266390048258472e-06, + "R": 2.0626326602268819e-07, + "M": 4.460858690435998e-06, + "O": 5.723495064557937e-07, + "W": 5.274554126799558e-08, + "N": 0.00025164894759655, + "Y": 2.3708857042947784e-05, + "U": 1.917471870171994e-08, + "K": 9.462817729399831e-07, + "L": 1.949607586482216e-08, + "G": 8.282905582746025e-06, + "F": 2.3262506147148088e-05, + "E": 0.001303059165365994, + "T": 1.4605948308599181e-05, + "P": 0.983763575553894, + "-": 0.007455287966877222 + }, + "id": "tp_28239" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3529897, + "label": "P", + "classification": { + "B": 8.198975720574708e-09, + "S": 1.4893138278182505e-08, + "I": 3.59376790584065e-05, + "C": 9.250116761450045e-08, + "R": 5.32104893480323e-09, + "M": 3.1640450970371603e-07, + "O": 1.4741156917352782e-07, + "W": 9.500008779639302e-09, + "N": 1.6322288729497814e-06, + "Y": 8.828699264995521e-07, + "U": 3.166556350464589e-09, + "K": 2.2485201256472465e-08, + "L": 2.8896789405763457e-09, + "G": 7.132978794288647e-07, + "F": 6.151616253191605e-05, + "E": 1.0584062692942098e-05, + "T": 4.1419334593229e-06, + "P": 0.9526757597923279, + "-": 0.04720831662416458 + }, + "id": "tp_28240" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3530030, + "label": "P", + "classification": { + "B": 8.837258147487148e-10, + "S": 5.186871820939132e-09, + "I": 5.149851131136529e-05, + "C": 3.110062429811933e-09, + "R": 7.995714645936403e-10, + "M": 8.983298549480878e-09, + "O": 7.03020264225529e-09, + "W": 1.4278991322669299e-09, + "N": 4.916944817523472e-06, + "Y": 1.4507035928090772e-07, + "U": 2.425959988450188e-10, + "K": 1.0375989489830317e-07, + "L": 5.2228336239190654e-11, + "G": 1.4510841594983503e-07, + "F": 1.1235052625124808e-05, + "E": 8.614086254965514e-05, + "T": 1.1892205975527759e-07, + "P": 0.9973313808441162, + "-": 0.002514381892979145 + }, + "id": "tp_28241" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3530130, + "label": "P", + "classification": { + "B": 1.3253078634534177e-07, + "S": 7.247807332078082e-08, + "I": 0.00019937461183872074, + "C": 3.803732624874101e-06, + "R": 2.1695315410852345e-07, + "M": 3.436716951910057e-06, + "O": 1.1660691825454705e-06, + "W": 1.0792252425062543e-07, + "N": 5.92168635193957e-06, + "Y": 4.610087853507139e-05, + "U": 6.999337642810133e-08, + "K": 2.4674585574757657e-07, + "L": 9.992678684511702e-08, + "G": 6.552283593919128e-06, + "F": 0.0004047809343319386, + "E": 0.00016655641957186162, + "T": 3.217973426217213e-05, + "P": 0.6566782593727112, + "-": 0.3424507677555084 + }, + "id": "tp_28242" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3530264, + "label": "P", + "classification": { + "B": 2.356611503273598e-06, + "S": 1.6521121324331034e-06, + "I": 0.006523953750729561, + "C": 8.53786968946224e-06, + "R": 1.3907655329603585e-06, + "M": 5.0601298426045105e-05, + "O": 5.2168411457387265e-06, + "W": 1.2235993835929548e-06, + "N": 0.0003130031400360167, + "Y": 9.448024502489716e-05, + "U": 2.6269736963513424e-07, + "K": 5.313329893397167e-06, + "L": 2.63147711621059e-07, + "G": 3.1660743843531236e-05, + "F": 0.00018291470769327134, + "E": 0.0034925586078315973, + "T": 5.917069938732311e-05, + "P": 0.9574887752532959, + "-": 0.03173663839697838 + }, + "id": "tp_28243" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3530397, + "label": "P", + "classification": { + "B": 7.411422142666879e-09, + "S": 9.139603740493385e-09, + "I": 0.0006359966355375946, + "C": 3.706129803049407e-07, + "R": 3.8480123976114555e-08, + "M": 1.6265952353933244e-06, + "O": 3.2135852734427317e-07, + "W": 9.467427730669442e-09, + "N": 5.434382273961091e-06, + "Y": 2.4998875232995488e-05, + "U": 1.2911248958857868e-08, + "K": 1.0880333434215572e-07, + "L": 9.779737908388597e-09, + "G": 3.7442227949213702e-06, + "F": 2.588813913462218e-05, + "E": 5.6298449635505676e-05, + "T": 3.3493113733129576e-05, + "P": 0.6808658838272095, + "-": 0.3183457553386688 + }, + "id": "tp_28244" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3530531, + "label": "P", + "classification": { + "B": 1.9335941268266987e-12, + "S": 5.086300846647573e-13, + "I": 2.3512247935286723e-06, + "C": 7.21352422239363e-10, + "R": 1.6138422195832725e-11, + "M": 5.645385270369729e-10, + "O": 2.449250802172287e-10, + "W": 2.083619951923077e-12, + "N": 1.2456705000829515e-08, + "Y": 8.307317500566569e-08, + "U": 3.543836448252624e-12, + "K": 5.312288386960518e-10, + "L": 6.383643071615486e-13, + "G": 1.4454936803076635e-08, + "F": 1.3487560863723047e-06, + "E": 1.7177650306621217e-06, + "T": 5.091147059488321e-08, + "P": 0.8864588737487793, + "-": 0.113535575568676 + }, + "id": "tp_28245" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3530631, + "label": "P", + "classification": { + "B": 8.405383482568141e-07, + "S": 1.9104097859212743e-08, + "I": 0.00024757959181442857, + "C": 1.096157802749076e-06, + "R": 8.151560138003333e-08, + "M": 5.2601026254706085e-06, + "O": 7.533876100751513e-07, + "W": 4.0429338099556844e-08, + "N": 4.4321673158265185e-06, + "Y": 9.248951755580492e-06, + "U": 1.654520609406518e-08, + "K": 1.0377154247009912e-08, + "L": 9.865551930943184e-08, + "G": 7.065663339744788e-06, + "F": 1.4523732716043014e-05, + "E": 0.00020549101463984698, + "T": 1.5723351680207998e-05, + "P": 0.9335242509841919, + "-": 0.06596348434686661 + }, + "id": "tp_28246" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3530764, + "label": "P", + "classification": { + "B": 3.609530494941282e-06, + "S": 3.0523440841534466e-07, + "I": 0.00019568688003346324, + "C": 1.331343810306862e-06, + "R": 7.381193967148647e-08, + "M": 4.852047823078465e-06, + "O": 9.5041298209253e-07, + "W": 9.376840637287387e-08, + "N": 8.49399293656461e-06, + "Y": 5.122638413013192e-06, + "U": 6.10568875458739e-08, + "K": 9.549601998060098e-09, + "L": 1.870473056442279e-07, + "G": 4.720910965261282e-06, + "F": 2.2967971744947135e-05, + "E": 0.00016258604591712356, + "T": 1.7199361536768265e-05, + "P": 0.9682982563972473, + "-": 0.03127341717481613 + }, + "id": "tp_28247" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3530898, + "label": "P", + "classification": { + "B": 3.526748684756775e-11, + "S": 3.170148865638822e-11, + "I": 1.2530478670669254e-05, + "C": 9.4101049175066e-10, + "R": 1.6391147120153882e-11, + "M": 3.9078562608096945e-09, + "O": 2.46338865972362e-10, + "W": 7.791874784279784e-12, + "N": 6.648454586866137e-08, + "Y": 4.831261435356282e-08, + "U": 2.9254157690034033e-12, + "K": 1.208068107355631e-11, + "L": 8.296969881971261e-12, + "G": 3.4052893838065756e-09, + "F": 5.560129920922918e-07, + "E": 5.171066732145846e-06, + "T": 1.6867030439016162e-08, + "P": 0.9950743317604065, + "-": 0.004907242953777313 + }, + "id": "tp_28248" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3531031, + "label": "P", + "classification": { + "B": 6.6305729795601565e-09, + "S": 1.1209796646483028e-08, + "I": 0.0011798905907198787, + "C": 7.916919457784388e-07, + "R": 8.470355084000403e-08, + "M": 7.736925340395828e-07, + "O": 7.78412427848707e-08, + "W": 1.3695553136017224e-08, + "N": 3.148073301417753e-05, + "Y": 1.5516958228545263e-05, + "U": 1.2065714649622805e-08, + "K": 1.7301974821748445e-06, + "L": 4.4892605188806556e-09, + "G": 2.971033154608449e-06, + "F": 8.696943405084312e-05, + "E": 0.0005203161272220314, + "T": 2.3515408429375384e-06, + "P": 0.9830204844474792, + "-": 0.015136484056711197 + }, + "id": "tp_28249" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3531131, + "label": "P", + "classification": { + "B": 1.585541831161663e-08, + "S": 3.020410233034454e-08, + "I": 0.00016506538668181747, + "C": 1.2579440067383985e-07, + "R": 3.458237785025631e-08, + "M": 3.742034380138648e-07, + "O": 1.8734480988769064e-07, + "W": 2.1990198106891512e-08, + "N": 1.0317295163986273e-05, + "Y": 3.033441089428379e-06, + "U": 1.5657015239867178e-08, + "K": 1.243120777871809e-06, + "L": 4.144788512405739e-09, + "G": 1.2703753782261629e-06, + "F": 0.0001010071937344037, + "E": 0.00014603299496229738, + "T": 5.176998001843458e-06, + "P": 0.9547496438026428, + "-": 0.044816479086875916 + }, + "id": "tp_28250" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3531265, + "label": "P", + "classification": { + "B": 3.326267261627436e-09, + "S": 2.5047988683191136e-10, + "I": 0.00020675327687058598, + "C": 1.4589534202968935e-06, + "R": 2.414727262589622e-08, + "M": 2.698125740607793e-07, + "O": 2.2398058519002007e-08, + "W": 1.0015038798272258e-09, + "N": 2.0060322185599944e-06, + "Y": 1.2837290341849439e-05, + "U": 2.7184263728941005e-09, + "K": 1.9242496307469992e-07, + "L": 7.527001799623179e-10, + "G": 4.051133601024048e-06, + "F": 5.224167398409918e-05, + "E": 0.00040367816109210253, + "T": 1.225644496116729e-06, + "P": 0.8957794308662415, + "-": 0.10353589057922363 + }, + "id": "tp_28251" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3531398, + "label": "P", + "classification": { + "B": 3.5917695484499745e-09, + "S": 1.0851128329214532e-10, + "I": 6.672443123534322e-05, + "C": 1.0311742926205625e-07, + "R": 8.122040817681864e-10, + "M": 1.1886301365393592e-07, + "O": 8.121022965212887e-09, + "W": 3.6764530308985854e-10, + "N": 5.026134317631659e-07, + "Y": 1.4298979067461914e-06, + "U": 3.9902800508251346e-10, + "K": 3.963778194560064e-09, + "L": 3.0826025065877616e-10, + "G": 4.051860287290765e-07, + "F": 2.600981133582536e-06, + "E": 0.0001155290738097392, + "T": 5.422950266620319e-07, + "P": 0.9581507444381714, + "-": 0.041661232709884644 + }, + "id": "tp_28252" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3531532, + "label": "P", + "classification": { + "B": 1.7624726751819253e-05, + "S": 1.907698424474802e-05, + "I": 0.06770823150873184, + "C": 0.0004477498878259212, + "R": 8.974422235041857e-05, + "M": 0.0003748021845240146, + "O": 2.8405816919985227e-05, + "W": 6.774187568225898e-06, + "N": 0.002603417495265603, + "Y": 0.0006960873142816126, + "U": 3.4658376080187736e-06, + "K": 8.59882275108248e-05, + "L": 6.8750468926737085e-06, + "G": 0.0006937581929378211, + "F": 0.001526335603557527, + "E": 0.0264858677983284, + "T": 0.00033869792241603136, + "P": 0.8560286164283752, + "-": 0.0428384467959404 + }, + "id": "tp_28253" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3531632, + "label": "P", + "classification": { + "B": 5.152092530380514e-09, + "S": 6.31530605588182e-09, + "I": 0.00012429821072146297, + "C": 7.05425904357071e-08, + "R": 1.6475307784702409e-09, + "M": 4.770392791897393e-08, + "O": 5.980751449641275e-09, + "W": 1.0041691922424434e-09, + "N": 1.351894206891302e-05, + "Y": 4.7475120368289936e-07, + "U": 5.225423427290821e-10, + "K": 9.100256903593618e-08, + "L": 2.5853913454554345e-10, + "G": 1.2819004950870294e-06, + "F": 1.369743677059887e-05, + "E": 0.0012735796626657248, + "T": 2.1901114166666957e-07, + "P": 0.9978083968162537, + "-": 0.0007643919670954347 + }, + "id": "tp_28254" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3531765, + "label": "P", + "classification": { + "B": 5.750041864871491e-08, + "S": 3.6777512146812796e-09, + "I": 0.00042533723171800375, + "C": 4.14301612181589e-05, + "R": 1.0921338571279193e-06, + "M": 2.2157416879053926e-06, + "O": 4.0003436652114033e-07, + "W": 3.032672424296834e-08, + "N": 5.703825991076883e-06, + "Y": 0.00012518691073637456, + "U": 9.142057422195649e-08, + "K": 2.6489028641663026e-06, + "L": 1.7320596512604425e-08, + "G": 3.605314122978598e-05, + "F": 0.00022196248755790293, + "E": 0.0004624143766704947, + "T": 1.3419769857136998e-05, + "P": 0.5668997764587402, + "-": 0.4317622780799866 + }, + "id": "tp_28255" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3531899, + "label": "P", + "classification": { + "B": 1.8381158497504657e-06, + "S": 1.9505102955008624e-06, + "I": 0.00550580071285367, + "C": 1.5762059774715453e-05, + "R": 3.888245828420622e-06, + "M": 4.220362825435586e-05, + "O": 1.3661403500009328e-05, + "W": 2.1061300685687456e-06, + "N": 0.000591563933994621, + "Y": 0.0001313860120717436, + "U": 1.2741231785184937e-06, + "K": 7.75873486418277e-05, + "L": 8.005794143173262e-07, + "G": 0.00018762114632409066, + "F": 0.0006010416545905173, + "E": 0.003189713228493929, + "T": 0.00019441384938545525, + "P": 0.934608519077301, + "-": 0.05482877045869827 + }, + "id": "tp_28256" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3532032, + "label": "P", + "classification": { + "B": 6.994668666493453e-08, + "S": 4.1994098864961416e-08, + "I": 0.006425915751606226, + "C": 9.505812158749904e-06, + "R": 7.255366085701098e-07, + "M": 1.6920886309890193e-06, + "O": 2.3544818361642683e-07, + "W": 2.5233189759887864e-08, + "N": 0.0001245908351847902, + "Y": 2.1724186808569357e-05, + "U": 2.9384006339228108e-08, + "K": 7.554912713203521e-07, + "L": 2.4773896711849375e-08, + "G": 1.9515413441695273e-05, + "F": 4.1810541006270796e-05, + "E": 0.0019194104243069887, + "T": 3.689117875183001e-06, + "P": 0.9835880994796753, + "-": 0.00784195214509964 + }, + "id": "tp_28257" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3532132, + "label": "P", + "classification": { + "B": 4.1117818909697235e-06, + "S": 1.9633159809018252e-06, + "I": 0.003546410473063588, + "C": 0.00024183699861168861, + "R": 1.840124423324596e-05, + "M": 3.380893758730963e-05, + "O": 1.5212570360745303e-05, + "W": 2.677879820112139e-06, + "N": 0.0002280810003867373, + "Y": 0.0004528991994448006, + "U": 7.462065696017817e-06, + "K": 2.03177442017477e-05, + "L": 3.128490334347589e-06, + "G": 0.00021432479843497276, + "F": 0.0015195636078715324, + "E": 0.0030871941708028316, + "T": 0.00019938631157856435, + "P": 0.7917240858078003, + "-": 0.19867917895317078 + }, + "id": "tp_28258" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3532266, + "label": "P", + "classification": { + "B": 5.944974373894851e-11, + "S": 6.149079856410111e-11, + "I": 0.00020058210066054016, + "C": 5.8066149222213426e-08, + "R": 5.12376008288129e-09, + "M": 1.376700353716842e-08, + "O": 1.4071955822814175e-09, + "W": 1.0211555212524814e-10, + "N": 2.244995130240568e-06, + "Y": 4.518719549650996e-07, + "U": 2.7457633389182945e-10, + "K": 5.065614772092886e-08, + "L": 1.7394469545295443e-11, + "G": 6.749461789468114e-08, + "F": 2.1202608877501916e-06, + "E": 2.266381125082262e-05, + "T": 1.9078871105193684e-07, + "P": 0.9940298795700073, + "-": 0.005741666071116924 + }, + "id": "tp_28259" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3532399, + "label": "P", + "classification": { + "B": 2.602368454063253e-08, + "S": 3.116598756847111e-09, + "I": 8.271608385257423e-05, + "C": 8.203990091715241e-07, + "R": 1.238889524302067e-08, + "M": 8.696205355818165e-08, + "O": 3.6752517473814805e-08, + "W": 4.4831622858509945e-09, + "N": 2.6725992938736454e-06, + "Y": 1.7762681636668276e-06, + "U": 6.933401408559803e-09, + "K": 3.2996055665535096e-08, + "L": 2.2282546918717117e-09, + "G": 1.2220064036227996e-06, + "F": 2.100218625855632e-05, + "E": 0.00017072985065169632, + "T": 5.829035103488422e-07, + "P": 0.9775222539901733, + "-": 0.022196156904101372 + }, + "id": "tp_28260" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3532533, + "label": "P", + "classification": { + "B": 8.632762910565361e-05, + "S": 2.3269380108104087e-05, + "I": 0.02533981390297413, + "C": 0.0007214952493086457, + "R": 5.430670717032626e-05, + "M": 0.0014866130659356713, + "O": 0.0002006871218327433, + "W": 2.3921229512779973e-05, + "N": 0.0011731809936463833, + "Y": 0.0023305024951696396, + "U": 1.3138438589521684e-05, + "K": 3.649542122730054e-05, + "L": 6.633673183387145e-05, + "G": 0.0018097705906257033, + "F": 0.0038816919550299644, + "E": 0.015556499361991882, + "T": 0.001918582827784121, + "P": 0.6660870313644409, + "-": 0.27919039130210876 + }, + "id": "tp_28261" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3532633, + "label": "P", + "classification": { + "B": 5.99324423422587e-10, + "S": 1.425674248795028e-11, + "I": 1.9033583157579415e-05, + "C": 3.525367731072038e-08, + "R": 1.4663592562413896e-10, + "M": 2.817178490488459e-08, + "O": 1.450639830480327e-09, + "W": 2.899717965743065e-11, + "N": 9.742024786874026e-08, + "Y": 5.426730353974563e-07, + "U": 1.2251913372729462e-10, + "K": 9.261932332194078e-10, + "L": 6.099359906031054e-11, + "G": 3.494557176964008e-07, + "F": 2.6295281259081094e-06, + "E": 4.605238063959405e-05, + "T": 1.4688416172248253e-07, + "P": 0.9580509662628174, + "-": 0.04188011959195137 + }, + "id": "tp_28262" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3532766, + "label": "P", + "classification": { + "B": 2.3078389688180323e-07, + "S": 1.3828373539581662e-06, + "I": 0.0007340619922615588, + "C": 2.6140132831642404e-06, + "R": 4.1469019151918474e-07, + "M": 9.147335731540807e-06, + "O": 4.7091430133150425e-06, + "W": 8.424987072430667e-07, + "N": 9.391522326041013e-05, + "Y": 8.805379184195772e-05, + "U": 4.52490269253758e-07, + "K": 1.4603257113776635e-05, + "L": 1.5966431021752214e-07, + "G": 8.779447853157762e-06, + "F": 0.0014229619409888983, + "E": 0.0005972259677946568, + "T": 8.18726111901924e-05, + "P": 0.8552278280258179, + "-": 0.14171083271503448 + }, + "id": "tp_28263" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3532900, + "label": "P", + "classification": { + "B": 5.335279183782404e-06, + "S": 2.4676937755430117e-06, + "I": 0.0013459621695801616, + "C": 1.5500056179007515e-05, + "R": 1.6775476296970737e-06, + "M": 2.42946480284445e-05, + "O": 7.727898264420219e-06, + "W": 1.170083351098583e-06, + "N": 0.0001100141744245775, + "Y": 3.0350853194249794e-05, + "U": 9.44743419495353e-07, + "K": 2.3878781121311476e-06, + "L": 1.0113313919646316e-06, + "G": 3.628318154369481e-05, + "F": 0.00016758544370532036, + "E": 0.0005413471371866763, + "T": 0.0001367166405543685, + "P": 0.9353832006454468, + "-": 0.062186118215322495 + }, + "id": "tp_28264" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3533033, + "label": "P", + "classification": { + "B": 1.9064188450101938e-07, + "S": 4.82669513246492e-08, + "I": 5.485087967826985e-05, + "C": 1.986117240448948e-06, + "R": 2.0958250956937263e-07, + "M": 1.5617396229572478e-06, + "O": 3.55819452124706e-06, + "W": 7.14374763788328e-08, + "N": 3.928898422600469e-06, + "Y": 3.3160249586217105e-05, + "U": 3.2702686780794465e-08, + "K": 1.4490258593014005e-07, + "L": 8.852085642274687e-08, + "G": 2.3380598577205092e-05, + "F": 0.0005727845709770918, + "E": 3.9873521018307656e-05, + "T": 2.7545214834390208e-05, + "P": 0.564349353313446, + "-": 0.43488723039627075 + }, + "id": "tp_28265" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3533133, + "label": "P", + "classification": { + "B": 2.1266693295274308e-07, + "S": 1.0805995032114879e-07, + "I": 0.0003385487070772797, + "C": 2.565289833000861e-05, + "R": 3.122496082141879e-06, + "M": 1.4618294699175749e-05, + "O": 6.2073563640296925e-06, + "W": 1.383827736844978e-07, + "N": 7.202760571090039e-06, + "Y": 7.163341069826856e-05, + "U": 1.9699768927239347e-07, + "K": 8.188952449472708e-08, + "L": 8.401848958783376e-07, + "G": 7.941634976305068e-05, + "F": 0.00022697285749018192, + "E": 4.392526898300275e-05, + "T": 0.0001755124976625666, + "P": 0.5405065417289734, + "-": 0.45849913358688354 + }, + "id": "tp_28266" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3533267, + "label": "P", + "classification": { + "B": 4.000206899945624e-06, + "S": 2.007968032557983e-05, + "I": 0.002793544437736273, + "C": 1.838114985730499e-05, + "R": 4.508951406023698e-06, + "M": 8.84207256603986e-05, + "O": 3.125522562186234e-05, + "W": 6.070281415304635e-06, + "N": 0.0003949548117816448, + "Y": 0.00043461608584038913, + "U": 4.206987341603963e-06, + "K": 3.5430897696642205e-05, + "L": 3.050833356610383e-06, + "G": 5.726412564399652e-05, + "F": 0.0012009156635031104, + "E": 0.002085475018247962, + "T": 0.0006034786347299814, + "P": 0.8412491679191589, + "-": 0.15096509456634521 + }, + "id": "tp_28267" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3533400, + "label": "P", + "classification": { + "B": 1.476011277645739e-07, + "S": 2.1459692689518306e-08, + "I": 0.00024989090161398053, + "C": 6.058165240574453e-07, + "R": 4.985427892734151e-08, + "M": 1.4575309705833206e-06, + "O": 1.8341039265123982e-07, + "W": 1.6388915113907387e-08, + "N": 8.24680410005385e-06, + "Y": 3.093917484875419e-06, + "U": 9.766482733652992e-09, + "K": 6.344238556721393e-08, + "L": 1.9129176465071396e-08, + "G": 4.491001618589507e-06, + "F": 3.986298543168232e-05, + "E": 0.0002125309401890263, + "T": 3.4210961530334316e-06, + "P": 0.9851405620574951, + "-": 0.014335145242512226 + }, + "id": "tp_28268" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3533500, + "label": "P", + "classification": { + "B": 4.799690032086801e-07, + "S": 3.864689013255429e-09, + "I": 0.00010975531040458009, + "C": 1.6936755855567753e-06, + "R": 4.038829359842566e-08, + "M": 1.4159788861434208e-06, + "O": 3.789328673065029e-07, + "W": 1.0994134491681962e-08, + "N": 1.8576442926132586e-06, + "Y": 2.6460777462489204e-06, + "U": 2.0212477025438602e-08, + "K": 2.102458829256193e-08, + "L": 4.073799431125735e-08, + "G": 1.016769510897575e-05, + "F": 5.791176954517141e-05, + "E": 0.00012099652667529881, + "T": 6.558849690918578e-06, + "P": 0.8549220561981201, + "-": 0.1447639763355255 + }, + "id": "tp_28269" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3533634, + "label": "P", + "classification": { + "B": 3.6012222608405864e-06, + "S": 1.1163932640556595e-06, + "I": 3.776174708036706e-05, + "C": 2.8137164820307703e-10, + "R": 6.946261621454397e-11, + "M": 1.6117986660901806e-06, + "O": 2.6356516968917276e-07, + "W": 6.2487486296447514e-09, + "N": 9.574659998179413e-07, + "Y": 2.7887253395419975e-08, + "U": 1.6480577319510914e-11, + "K": 1.1222973245184065e-10, + "L": 1.9814894614000877e-08, + "G": 5.060945795776206e-07, + "F": 2.5959509002859704e-05, + "E": 0.00012908600911032408, + "T": 3.6693288052447315e-07, + "P": 0.9920814037322998, + "-": 0.007717224303632975 + }, + "id": "tp_28270" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3533767, + "label": "P", + "classification": { + "B": 1.2768692840836593e-06, + "S": 8.82328436091484e-07, + "I": 0.08107882738113403, + "C": 0.0010489033302292228, + "R": 0.0001043886222760193, + "M": 0.0003376770473551005, + "O": 4.0337083191843703e-05, + "W": 4.276538220437942e-06, + "N": 0.0009640701464377344, + "Y": 0.00623362697660923, + "U": 1.955993411684176e-06, + "K": 2.2407202777685598e-05, + "L": 2.6054146928800037e-06, + "G": 0.0006741504184901714, + "F": 0.0005861000972799957, + "E": 0.00477794511243701, + "T": 0.0012145208893343806, + "P": 0.6285634636878967, + "-": 0.2743426561355591 + }, + "id": "tp_28271" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3533901, + "label": "P", + "classification": { + "B": 1.194863791242895e-10, + "S": 9.15047482230591e-11, + "I": 1.885862002382055e-05, + "C": 1.7038868094232384e-09, + "R": 2.783788997928749e-11, + "M": 3.463473730036526e-09, + "O": 3.5764693984141616e-10, + "W": 4.725513730319264e-11, + "N": 3.028906974122947e-07, + "Y": 4.602357250860223e-08, + "U": 2.8851299821441856e-11, + "K": 2.6737323466363705e-09, + "L": 7.224094152741278e-12, + "G": 1.0406978390165023e-08, + "F": 1.2364923804852879e-06, + "E": 3.0532657547155395e-05, + "T": 2.9027146908333634e-08, + "P": 0.9968440532684326, + "-": 0.003104943549260497 + }, + "id": "tp_28272" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3534001, + "label": "-", + "classification": { + "B": 1.0233731018161052e-06, + "S": 5.130581470780271e-08, + "I": 0.00014591218496207148, + "C": 2.7185576527699595e-06, + "R": 1.7135160135239857e-07, + "M": 2.1489580831257626e-05, + "O": 2.2539761630469e-06, + "W": 6.160703236446352e-08, + "N": 1.4903870351190562e-06, + "Y": 7.196937804110348e-05, + "U": 1.1947555833557999e-08, + "K": 1.3081215222143783e-08, + "L": 2.457313428294583e-07, + "G": 1.6473490177304484e-05, + "F": 0.00020943574781995267, + "E": 0.00026414782041683793, + "T": 2.0093129933229648e-05, + "P": 0.45521700382232666, + "-": 0.5440254211425781 + }, + "id": "tp_28273" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3534134, + "label": "P", + "classification": { + "B": 1.1330052274161062e-07, + "S": 1.3442522117657063e-07, + "I": 0.0024105231277644634, + "C": 4.1063876210500894e-07, + "R": 2.463731441082473e-08, + "M": 8.248792369158764e-07, + "O": 1.2293939732899162e-07, + "W": 9.40942186389293e-08, + "N": 0.00015059413271956146, + "Y": 3.7808015349583e-06, + "U": 2.713549385191527e-08, + "K": 2.5510689738439396e-05, + "L": 5.08028108470171e-09, + "G": 3.113269485766068e-06, + "F": 4.825112046091817e-05, + "E": 0.005695446394383907, + "T": 2.5410590751562268e-06, + "P": 0.9890069961547852, + "-": 0.002651466755196452 + }, + "id": "tp_28274" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3534268, + "label": "P", + "classification": { + "B": 7.723365058609488e-09, + "S": 1.8068023521777832e-08, + "I": 0.0001545950217405334, + "C": 1.4874091291972036e-08, + "R": 2.3489206135707263e-09, + "M": 9.974005621415927e-08, + "O": 3.677043025618332e-08, + "W": 1.1621642315162717e-08, + "N": 6.581077286682557e-06, + "Y": 4.6776409590165713e-07, + "U": 2.445245783633254e-09, + "K": 2.7268572466709884e-07, + "L": 7.40466798987427e-10, + "G": 1.4668349024304916e-07, + "F": 1.3865019354852848e-05, + "E": 3.6894100048812106e-05, + "T": 1.0326660913051455e-06, + "P": 0.9940652847290039, + "-": 0.005720597226172686 + }, + "id": "tp_28275" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3534401, + "label": "P", + "classification": { + "B": 6.190172996412002e-08, + "S": 3.3498850360302868e-09, + "I": 0.0010505598038434982, + "C": 1.4435859156947117e-05, + "R": 4.891828666586662e-07, + "M": 8.048562449403107e-06, + "O": 5.613068765342177e-07, + "W": 2.955018807426768e-08, + "N": 4.9930358727579005e-06, + "Y": 0.00013460121408570558, + "U": 6.589996104366946e-08, + "K": 3.729042532540916e-07, + "L": 7.575656013614207e-08, + "G": 4.207932943245396e-05, + "F": 9.230736759491265e-05, + "E": 0.0005871245521120727, + "T": 1.9989160136901774e-05, + "P": 0.6059834957122803, + "-": 0.39206063747406006 + }, + "id": "tp_28276" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3534501, + "label": "P", + "classification": { + "B": 4.1641985148999083e-07, + "S": 2.8769397886208026e-07, + "I": 0.0005829541478306055, + "C": 4.677333345171064e-05, + "R": 5.041865733801387e-06, + "M": 4.352407358965138e-06, + "O": 5.23513608641224e-06, + "W": 5.353953156372881e-07, + "N": 1.7546593880979344e-05, + "Y": 5.92691358178854e-05, + "U": 4.1856429788822425e-07, + "K": 7.067380352054897e-07, + "L": 5.422501203611318e-07, + "G": 7.83339564804919e-05, + "F": 0.001596107380464673, + "E": 0.00013199866225477308, + "T": 3.4597898775245994e-05, + "P": 0.734941840171814, + "-": 0.26249292492866516 + }, + "id": "tp_28277" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3534635, + "label": "P", + "classification": { + "B": 2.408944794751733e-07, + "S": 3.831051742508862e-08, + "I": 0.0031763433944433928, + "C": 9.387864338350482e-06, + "R": 1.0011701334633472e-07, + "M": 1.3342641977942549e-05, + "O": 3.4189815778518096e-07, + "W": 3.43392301260792e-08, + "N": 3.420237044338137e-05, + "Y": 2.6164114387938753e-05, + "U": 1.0757855939402816e-08, + "K": 4.890205218543997e-08, + "L": 4.866868152930692e-08, + "G": 1.2689902177953627e-05, + "F": 2.1059217033325695e-05, + "E": 0.0030934326350688934, + "T": 1.4856074812996667e-05, + "P": 0.9701395034790039, + "-": 0.023458117619156837 + }, + "id": "tp_28278" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3534768, + "label": "P", + "classification": { + "B": 5.359944085792101e-11, + "S": 1.3247278274342023e-10, + "I": 1.005589456326561e-05, + "C": 1.5479708181942442e-08, + "R": 1.5106520201424445e-10, + "M": 6.03864478421201e-08, + "O": 3.0245934645733996e-09, + "W": 5.361927915559228e-11, + "N": 1.7126953366641828e-07, + "Y": 1.6545121184208256e-07, + "U": 2.3881433289241194e-11, + "K": 1.7438787081047735e-09, + "L": 2.2496704152330516e-11, + "G": 6.658822826466348e-08, + "F": 2.648999952725717e-06, + "E": 2.6004543542512693e-05, + "T": 1.9338560264259286e-07, + "P": 0.980924129486084, + "-": 0.019036466255784035 + }, + "id": "tp_28279" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3534902, + "label": "P", + "classification": { + "B": 1.9696249964340495e-08, + "S": 8.035089038571641e-09, + "I": 0.00010095296602230519, + "C": 9.335633990303904e-07, + "R": 3.5631849470973975e-08, + "M": 2.8639695415222377e-07, + "O": 1.0128193395075868e-07, + "W": 1.4063180842072143e-08, + "N": 3.1495389976043953e-06, + "Y": 5.796597179141827e-06, + "U": 1.4043880725012059e-08, + "K": 2.466020418978587e-07, + "L": 4.0359524611233155e-09, + "G": 2.6592338144837413e-06, + "F": 0.00029182026628404856, + "E": 0.00027062781737186015, + "T": 1.776417093424243e-06, + "P": 0.9035301804542542, + "-": 0.09579138457775116 + }, + "id": "tp_28280" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3535002, + "label": "P", + "classification": { + "B": 2.181374192389285e-08, + "S": 2.407693600048333e-09, + "I": 0.00017069175373762846, + "C": 4.065474001890834e-07, + "R": 8.112362337442391e-09, + "M": 2.1030923846865335e-07, + "O": 1.6125973445468844e-08, + "W": 2.060222659139299e-09, + "N": 4.181380063528195e-06, + "Y": 7.536348789471958e-07, + "U": 4.136748277261404e-09, + "K": 5.617117793121906e-08, + "L": 1.7013745967631166e-09, + "G": 6.956555580472923e-07, + "F": 1.1595996511459816e-05, + "E": 0.00019152043387293816, + "T": 7.079805754983681e-07, + "P": 0.9928126931190491, + "-": 0.00680644391104579 + }, + "id": "tp_28281" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3535135, + "label": "P", + "classification": { + "B": 1.2502786583823422e-09, + "S": 1.6960733262294525e-08, + "I": 0.0005479032406583428, + "C": 4.831291811058236e-09, + "R": 4.5315351471231224e-10, + "M": 1.9349011282088213e-08, + "O": 3.7052552137595285e-09, + "W": 8.080646152208715e-10, + "N": 1.6871159459697083e-05, + "Y": 6.165815591430146e-08, + "U": 1.850983255557992e-10, + "K": 1.8672043466949617e-08, + "L": 8.991871830454912e-11, + "G": 1.4461505770668737e-08, + "F": 1.3732652632825193e-06, + "E": 2.026550100708846e-05, + "T": 1.298372893643318e-07, + "P": 0.9988480806350708, + "-": 0.0005652920226566494 + }, + "id": "tp_28282" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3535269, + "label": "P", + "classification": { + "B": 1.410929542089434e-07, + "S": 5.780175627023709e-08, + "I": 0.00013722185394726694, + "C": 1.0176539433359721e-07, + "R": 6.856260892362798e-09, + "M": 7.909327450761339e-07, + "O": 2.957997935482126e-07, + "W": 2.2185618675507612e-08, + "N": 1.0463063517818227e-05, + "Y": 6.410008381863008e-07, + "U": 4.581318879814944e-09, + "K": 8.66248655029267e-08, + "L": 6.360822535356192e-09, + "G": 9.894960157907917e-07, + "F": 2.1605874280794524e-05, + "E": 8.74624092830345e-05, + "T": 3.114762193945353e-06, + "P": 0.9793159365653992, + "-": 0.02042105235159397 + }, + "id": "tp_28283" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3535402, + "label": "P", + "classification": { + "B": 1.34264681150853e-07, + "S": 2.3809970883803544e-08, + "I": 0.00015416978567373008, + "C": 6.935066494406783e-07, + "R": 2.6892017501722876e-08, + "M": 1.5198078244793578e-06, + "O": 3.759833191452344e-07, + "W": 2.220633099625502e-08, + "N": 8.533324944437481e-06, + "Y": 2.3983435312402435e-05, + "U": 3.3709181224139684e-08, + "K": 6.047707188372442e-07, + "L": 1.6478816533549434e-08, + "G": 8.44748046802124e-06, + "F": 9.461690933676437e-05, + "E": 0.0003431966179050505, + "T": 1.0182816367887426e-05, + "P": 0.939475953578949, + "-": 0.059877507388591766 + }, + "id": "tp_28284" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3535502, + "label": "P", + "classification": { + "B": 7.795189493897681e-10, + "S": 3.776647883313444e-09, + "I": 5.373969179345295e-05, + "C": 4.5946663362883555e-07, + "R": 3.281579452618644e-08, + "M": 2.4366997308788996e-07, + "O": 2.3095348922197445e-07, + "W": 4.259129049444255e-09, + "N": 2.3230884380609496e-06, + "Y": 7.661627932975534e-06, + "U": 3.5979748069792095e-09, + "K": 1.37233612917953e-07, + "L": 3.1213749362990484e-09, + "G": 2.775185748760123e-06, + "F": 0.000256005150731653, + "E": 1.4470077985606622e-05, + "T": 7.95472260506358e-06, + "P": 0.7058024406433105, + "-": 0.2938515245914459 + }, + "id": "tp_28285" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3535636, + "label": "P", + "classification": { + "B": 1.407543521736443e-07, + "S": 4.7105078238018905e-07, + "I": 0.011890090070664883, + "C": 2.1477169411809882e-06, + "R": 4.6605060788351693e-07, + "M": 4.230631930113304e-06, + "O": 4.252347309829929e-07, + "W": 3.0021095653864904e-07, + "N": 0.0013007400557398796, + "Y": 1.4101286069490016e-05, + "U": 5.038720374272998e-08, + "K": 6.77442949381657e-05, + "L": 2.0180355164711727e-08, + "G": 1.2383276953187305e-05, + "F": 0.00015653713489882648, + "E": 0.017783503979444504, + "T": 7.418896529998165e-06, + "P": 0.9670388102531433, + "-": 0.0017205748008564115 + }, + "id": "tp_28286" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3535769, + "label": "P", + "classification": { + "B": 3.487127531176526e-10, + "S": 4.088802907364908e-10, + "I": 0.0005518995458260179, + "C": 2.747110539047526e-09, + "R": 3.130345427315717e-10, + "M": 1.7492063353330423e-09, + "O": 1.1596619220455295e-09, + "W": 6.463628937636301e-11, + "N": 5.545678504859097e-06, + "Y": 5.510566936095529e-08, + "U": 2.1075464290420953e-11, + "K": 2.297858014976839e-10, + "L": 4.064153527605363e-11, + "G": 1.9535416839744357e-08, + "F": 2.0226349306540214e-07, + "E": 2.953903958768933e-06, + "T": 6.318690992657139e-08, + "P": 0.999047577381134, + "-": 0.00039168301736935973 + }, + "id": "tp_28287" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3535903, + "label": "P", + "classification": { + "B": 5.498177415574901e-07, + "S": 1.310182966562934e-07, + "I": 0.006042479071766138, + "C": 8.327914838446304e-05, + "R": 2.4815822143864352e-06, + "M": 2.6954860004479997e-05, + "O": 3.3421695206925506e-06, + "W": 4.2984490278286103e-07, + "N": 5.1635281124617904e-05, + "Y": 0.0004990305751562119, + "U": 4.507515996010625e-07, + "K": 3.5056095271102095e-07, + "L": 6.478763339146099e-07, + "G": 6.648824637522921e-05, + "F": 0.00012663131929002702, + "E": 0.0017876068595796824, + "T": 0.0001357074361294508, + "P": 0.8060708045959473, + "-": 0.18510106205940247 + }, + "id": "tp_28288" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3536003, + "label": "P", + "classification": { + "B": 6.213783620978575e-08, + "S": 4.953597354528938e-08, + "I": 0.007211162243038416, + "C": 1.6573259244978544e-06, + "R": 1.5935786734644353e-07, + "M": 2.2264673589234008e-06, + "O": 3.321952419810259e-07, + "W": 3.1537588540686556e-08, + "N": 0.0001941594819072634, + "Y": 9.308471817348618e-06, + "U": 2.3561527839888186e-08, + "K": 3.041689637939271e-07, + "L": 2.2247563791211178e-08, + "G": 6.151080469862791e-06, + "F": 1.2340308785496745e-05, + "E": 0.0004225584852974862, + "T": 1.1918541531485971e-05, + "P": 0.9870699644088745, + "-": 0.005057512316852808 + }, + "id": "tp_28289" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3536136, + "label": "P", + "classification": { + "B": 4.561788458090632e-08, + "S": 3.185103025771241e-08, + "I": 0.0003320706309750676, + "C": 1.2072214303771034e-06, + "R": 5.2257085769724654e-08, + "M": 5.112609073876229e-07, + "O": 3.279945985923405e-07, + "W": 4.713728074534629e-08, + "N": 1.6479303667438217e-05, + "Y": 3.244437948524137e-06, + "U": 3.402340809088855e-08, + "K": 6.668563514722337e-07, + "L": 1.813031857977876e-08, + "G": 3.8126877370814327e-06, + "F": 0.00016477944154758006, + "E": 0.00029107872978784144, + "T": 3.7809140849276446e-06, + "P": 0.9537913203239441, + "-": 0.04539040848612785 + }, + "id": "tp_28290" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3536270, + "label": "P", + "classification": { + "B": 5.621675427391892e-07, + "S": 1.2049065389874158e-07, + "I": 0.0003949977399315685, + "C": 5.225436439104669e-07, + "R": 5.69621221302441e-08, + "M": 4.2980050238838885e-06, + "O": 4.79949449072592e-07, + "W": 5.2664571370542035e-08, + "N": 3.29031863657292e-05, + "Y": 3.115720573987346e-06, + "U": 5.918606760246803e-08, + "K": 7.372659638349432e-07, + "L": 2.9371685528190028e-08, + "G": 5.482138476509135e-06, + "F": 3.60702870239038e-05, + "E": 0.0009297752985730767, + "T": 1.0610298886604141e-05, + "P": 0.9896270036697388, + "-": 0.008953170850872993 + }, + "id": "tp_28291" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3536403, + "label": "P", + "classification": { + "B": 2.867431248887442e-06, + "S": 1.6831602351885522e-06, + "I": 0.006241577677428722, + "C": 6.218393536983058e-05, + "R": 3.191719997630571e-06, + "M": 6.494497938547283e-05, + "O": 4.414493560034316e-06, + "W": 7.120291343198915e-07, + "N": 0.00022659811656922102, + "Y": 0.00019940310448873788, + "U": 7.066416856105207e-07, + "K": 3.3419221381336683e-06, + "L": 1.032195427796978e-06, + "G": 8.980408165371045e-05, + "F": 0.0004352266842033714, + "E": 0.004309928044676781, + "T": 0.00010625778668327257, + "P": 0.9186081886291504, + "-": 0.06963793188333511 + }, + "id": "tp_28292" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3536503, + "label": "P", + "classification": { + "B": 3.983712471011813e-09, + "S": 1.3596590520137397e-10, + "I": 6.574449798790738e-05, + "C": 9.124063282683892e-09, + "R": 5.431042837678035e-10, + "M": 2.3679699978629287e-08, + "O": 4.873616177292206e-09, + "W": 2.276040744764174e-10, + "N": 2.9014154279138893e-07, + "Y": 1.755581422457908e-07, + "U": 8.731710493536937e-11, + "K": 6.456710721636227e-10, + "L": 1.5794777985522757e-10, + "G": 2.7085718556918437e-07, + "F": 1.3378917174122762e-06, + "E": 9.250091352441814e-06, + "T": 1.3421067990293523e-07, + "P": 0.9888865351676941, + "-": 0.011036265641450882 + }, + "id": "tp_28293" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3536637, + "label": "P", + "classification": { + "B": 6.469565505540231e-08, + "S": 4.882753090740266e-10, + "I": 7.305403414648026e-05, + "C": 3.8820579106868536e-07, + "R": 6.7968235484272554e-09, + "M": 2.0110945797569002e-07, + "O": 3.481339305722031e-08, + "W": 1.0216847368127446e-09, + "N": 8.989665047920425e-07, + "Y": 1.3485591807693709e-06, + "U": 1.744084321408934e-09, + "K": 1.0812053474751337e-09, + "L": 4.371242035006162e-09, + "G": 1.4050559684619657e-06, + "F": 5.418835826276336e-06, + "E": 6.172758003231138e-05, + "T": 8.593572147219675e-07, + "P": 0.9613549113273621, + "-": 0.03849963843822479 + }, + "id": "tp_28294" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3536770, + "label": "P", + "classification": { + "B": 1.1156910950660404e-09, + "S": 5.859530638474553e-10, + "I": 0.0001692853111308068, + "C": 5.972576389012829e-08, + "R": 3.295368866673698e-09, + "M": 1.499607371613365e-08, + "O": 3.8945606739559935e-09, + "W": 2.0272412915023352e-10, + "N": 1.5692716033299803e-06, + "Y": 8.166502851736368e-08, + "U": 1.276978384145977e-10, + "K": 5.300211936010157e-10, + "L": 1.5600423730610657e-10, + "G": 5.993700114004241e-08, + "F": 4.7179366902128095e-07, + "E": 6.657644462393364e-06, + "T": 9.099625941644263e-08, + "P": 0.9974138140678406, + "-": 0.002407777588814497 + }, + "id": "tp_28295" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3536904, + "label": "P", + "classification": { + "B": 6.99486292887741e-07, + "S": 1.0210543166522257e-07, + "I": 0.0005692483973689377, + "C": 2.2998055726475286e-07, + "R": 1.1800887378399239e-08, + "M": 5.244181920716073e-06, + "O": 8.106682969355461e-08, + "W": 1.4191267716512357e-08, + "N": 3.64482075383421e-05, + "Y": 2.0115380721108522e-06, + "U": 4.716559143247423e-09, + "K": 1.680511303447929e-07, + "L": 8.802016893127984e-09, + "G": 4.2925580601149704e-06, + "F": 2.8649425075855106e-05, + "E": 0.007929597981274128, + "T": 1.815459540921438e-06, + "P": 0.9880194067955017, + "-": 0.003401929745450616 + }, + "id": "tp_28296" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3537004, + "label": "P", + "classification": { + "B": 9.218954915013455e-07, + "S": 6.159832821595046e-08, + "I": 0.005807734094560146, + "C": 9.950430830940604e-05, + "R": 4.906455160380574e-06, + "M": 6.287483120104298e-05, + "O": 2.6190525659330888e-06, + "W": 3.3251507147724624e-07, + "N": 0.00010556388588156551, + "Y": 0.0002385297993896529, + "U": 5.303025432112918e-07, + "K": 2.22648236558598e-06, + "L": 4.755592044602963e-07, + "G": 9.301448153564706e-05, + "F": 0.00019764446187764406, + "E": 0.0049573197029531, + "T": 5.6811997637851164e-05, + "P": 0.9085478782653809, + "-": 0.07982105761766434 + }, + "id": "tp_28297" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3537137, + "label": "P", + "classification": { + "B": 3.5752116673393175e-05, + "S": 3.5225784813519567e-06, + "I": 0.003339641261845827, + "C": 3.132399433525279e-05, + "R": 3.542093281794223e-06, + "M": 6.0764567024307325e-05, + "O": 9.29463749343995e-06, + "W": 1.807968601497123e-06, + "N": 0.00018562472541816533, + "Y": 0.00012915093975607306, + "U": 2.6931975298793986e-06, + "K": 1.4212056157703046e-05, + "L": 2.277575049447478e-06, + "G": 0.0001549783191876486, + "F": 0.000671088753733784, + "E": 0.005638572387397289, + "T": 0.00011445565178291872, + "P": 0.9125288724899292, + "-": 0.0770723894238472 + }, + "id": "tp_28298" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3537271, + "label": "P", + "classification": { + "B": 4.1986372711910747e-11, + "S": 6.897641312286762e-12, + "I": 1.3597446923085954e-05, + "C": 1.2961688389268033e-09, + "R": 1.8327417708463578e-11, + "M": 5.656618284888282e-09, + "O": 2.1178794828990988e-10, + "W": 9.71814642647395e-12, + "N": 3.3653439146519304e-08, + "Y": 1.1102283536956747e-07, + "U": 1.0770290041761665e-11, + "K": 1.280833328287656e-09, + "L": 4.222697278649656e-12, + "G": 2.8538977403513854e-08, + "F": 3.2850855404831236e-06, + "E": 9.84202870313311e-06, + "T": 1.7694112841581955e-08, + "P": 0.9894670844078064, + "-": 0.01050607580691576 + }, + "id": "tp_28299" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3537404, + "label": "P", + "classification": { + "B": 6.726444734539427e-09, + "S": 3.789623725936053e-09, + "I": 0.008934596553444862, + "C": 3.422402414798853e-07, + "R": 1.4201936515689795e-08, + "M": 3.0367627346095105e-07, + "O": 1.4287111049782197e-08, + "W": 1.4878924758932044e-09, + "N": 0.00012515023990999907, + "Y": 2.625830802571727e-06, + "U": 5.717351592160469e-10, + "K": 1.2467199894672376e-07, + "L": 4.178996593218187e-10, + "G": 5.473779083331465e-07, + "F": 2.0378772660478717e-06, + "E": 0.0012044261675328016, + "T": 4.499001988733653e-07, + "P": 0.9890734553337097, + "-": 0.0006559208268299699 + }, + "id": "tp_28300" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3537504, + "label": "P", + "classification": { + "B": 2.2098055296737584e-07, + "S": 6.651866613083257e-08, + "I": 0.0007297357660718262, + "C": 1.3480999768944457e-05, + "R": 5.622850380859745e-07, + "M": 1.8834603906725533e-05, + "O": 1.988007625186583e-06, + "W": 1.3761803074885393e-07, + "N": 2.9473136237356812e-05, + "Y": 0.00019427391816861928, + "U": 1.6762885479693068e-07, + "K": 4.129502030991716e-06, + "L": 9.867755323966776e-08, + "G": 8.488356252200902e-05, + "F": 0.0004895692691206932, + "E": 0.002584976376965642, + "T": 4.405637810123153e-05, + "P": 0.636730968952179, + "-": 0.3590724468231201 + }, + "id": "tp_28301" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3537638, + "label": "P", + "classification": { + "B": 1.0351320495205485e-10, + "S": 3.3993538539611734e-10, + "I": 1.945314579643309e-06, + "C": 1.2060195064833579e-09, + "R": 1.8737697157766853e-11, + "M": 9.054977212485937e-09, + "O": 1.9264676520691637e-09, + "W": 1.1522079124137719e-10, + "N": 8.846235743931175e-08, + "Y": 7.389910905430952e-08, + "U": 4.014165042032225e-11, + "K": 3.908517065553951e-09, + "L": 1.9613992721656537e-11, + "G": 1.8759861220019047e-08, + "F": 1.3115737601765431e-05, + "E": 1.361538943456253e-05, + "T": 2.4555751565458195e-07, + "P": 0.9625160098075867, + "-": 0.037454791367053986 + }, + "id": "tp_28302" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3537771, + "label": "P", + "classification": { + "B": 1.532568489892583e-07, + "S": 1.696597640155062e-09, + "I": 7.406089571304619e-05, + "C": 2.2794374672230333e-06, + "R": 2.313536562326135e-08, + "M": 1.607649778634368e-06, + "O": 1.1163334789898727e-07, + "W": 2.9575051296859556e-09, + "N": 9.192140737468435e-07, + "Y": 1.1343394362484105e-05, + "U": 4.595436919885287e-09, + "K": 2.2802332466653752e-08, + "L": 1.3116073560581754e-08, + "G": 1.1974248991464265e-05, + "F": 8.265022188425064e-05, + "E": 0.0009124174248427153, + "T": 4.270657427696278e-06, + "P": 0.6971797943115234, + "-": 0.30171841382980347 + }, + "id": "tp_28303" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3537905, + "label": "P", + "classification": { + "B": 6.6105563689689e-08, + "S": 1.8228767828532e-08, + "I": 0.00018200177873950452, + "C": 9.518148544884752e-06, + "R": 3.7545473219324776e-07, + "M": 2.467201511535677e-06, + "O": 7.757473667879822e-07, + "W": 5.799347846391356e-08, + "N": 3.836719315586379e-06, + "Y": 8.502369746565819e-05, + "U": 5.554025861442824e-08, + "K": 1.2789253105438547e-06, + "L": 5.5831598899658275e-08, + "G": 2.6029223590740003e-05, + "F": 0.0010919877095147967, + "E": 0.0003730340686161071, + "T": 1.0852064406208228e-05, + "P": 0.5447919368743896, + "-": 0.45342060923576355 + }, + "id": "tp_28304" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3538005, + "label": "-", + "classification": { + "B": 0.0006359397084452212, + "S": 0.00036541972076520324, + "I": 0.03813565894961357, + "C": 0.023868059739470482, + "R": 0.008098378777503967, + "M": 0.008009775541722775, + "O": 0.004434788599610329, + "W": 0.0006171311833895743, + "N": 0.002260144567117095, + "Y": 0.017857104539871216, + "U": 0.0007108665886335075, + "K": 4.898266706732102e-05, + "L": 0.003436076221987605, + "G": 0.009381354786455631, + "F": 0.005755733232945204, + "E": 0.004977261181920767, + "T": 0.02179642766714096, + "P": 0.21829447150230408, + "-": 0.6313164830207825 + }, + "id": "tp_28305" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3538138, + "label": "-", + "classification": { + "B": 7.810524493834237e-08, + "S": 3.896528966151891e-08, + "I": 0.00023502744443248957, + "C": 1.0413511517981533e-05, + "R": 4.901338002127886e-07, + "M": 8.688003617862705e-06, + "O": 1.3492564221451175e-06, + "W": 4.8812587749580416e-08, + "N": 5.0774638111761305e-06, + "Y": 7.683104195166379e-05, + "U": 6.06112138257231e-08, + "K": 1.6618920994915243e-07, + "L": 1.0043565623618633e-07, + "G": 2.439854506519623e-05, + "F": 0.00022363032621797174, + "E": 0.00011617859126999974, + "T": 6.344515713863075e-05, + "P": 0.48141559958457947, + "-": 0.5178183913230896 + }, + "id": "tp_28306" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3538272, + "label": "-", + "classification": { + "B": 3.401898356969468e-05, + "S": 1.8529404997025267e-06, + "I": 0.0010702236322686076, + "C": 6.619357009185478e-05, + "R": 3.102327809756389e-06, + "M": 0.0006070021772757173, + "O": 1.9381322999834083e-05, + "W": 1.1833535609184764e-06, + "N": 4.086352055310272e-05, + "Y": 0.0012934586266055703, + "U": 6.985955565141921e-07, + "K": 1.1839274520752952e-05, + "L": 4.345294655649923e-06, + "G": 0.0008530906634405255, + "F": 0.0020097652450203896, + "E": 0.019724605605006218, + "T": 0.0003291236935183406, + "P": 0.31482934951782227, + "-": 0.6590998768806458 + }, + "id": "tp_28307" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3538405, + "label": "P", + "classification": { + "B": 5.003137459880236e-08, + "S": 1.2602026799868327e-06, + "I": 0.001531027490273118, + "C": 1.4622942217101809e-06, + "R": 4.3963061102658685e-07, + "M": 9.282674682253855e-07, + "O": 8.424706834375684e-07, + "W": 3.706130371483596e-07, + "N": 0.00022753739904146641, + "Y": 2.0031837266287766e-05, + "U": 1.304174190863705e-07, + "K": 1.873415385489352e-05, + "L": 2.222009776176037e-08, + "G": 6.007012416375801e-06, + "F": 0.00029597076354548335, + "E": 0.0004941029474139214, + "T": 1.2193895599921234e-05, + "P": 0.9899835586547852, + "-": 0.007405291311442852 + }, + "id": "tp_28308" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3538505, + "label": "P", + "classification": { + "B": 8.483176827667194e-09, + "S": 2.4204192428101123e-08, + "I": 0.0011222072644159198, + "C": 5.493372441378597e-07, + "R": 7.906636056986827e-08, + "M": 8.253192618212779e-07, + "O": 1.1996505122624512e-07, + "W": 3.251257751912817e-08, + "N": 4.421624180395156e-05, + "Y": 7.053101853671251e-06, + "U": 1.6172561956295795e-08, + "K": 6.783898243156727e-06, + "L": 3.531353209851318e-09, + "G": 2.33419223150122e-06, + "F": 0.0001106662821257487, + "E": 0.0010554732289165258, + "T": 2.8256149562366772e-06, + "P": 0.9802536964416504, + "-": 0.017393050715327263 + }, + "id": "tp_28309" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3538639, + "label": "P", + "classification": { + "B": 5.876691488992947e-07, + "S": 1.8497509302051185e-07, + "I": 0.0013692834181711078, + "C": 5.705951480194926e-06, + "R": 2.0976301584596513e-07, + "M": 1.943576990015572e-06, + "O": 6.954161904104694e-07, + "W": 1.3215741034855455e-07, + "N": 9.653020242694765e-05, + "Y": 2.3483566110371612e-05, + "U": 2.2299704482975358e-07, + "K": 8.33543799672043e-06, + "L": 4.486646432155794e-08, + "G": 9.513415534456726e-06, + "F": 0.00015330215683206916, + "E": 0.0018164630746468902, + "T": 1.6002735719666816e-05, + "P": 0.9532602429389954, + "-": 0.04323721304535866 + }, + "id": "tp_28310" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3538772, + "label": "P", + "classification": { + "B": 7.93661314446581e-08, + "S": 1.5942641651278677e-09, + "I": 0.00010271756764268503, + "C": 1.3962800949229859e-05, + "R": 2.1402878758181032e-07, + "M": 4.601545697369147e-06, + "O": 2.2173655622736987e-07, + "W": 9.526293531791907e-09, + "N": 6.915315111655218e-07, + "Y": 2.6658752176444978e-05, + "U": 2.0155624724793597e-08, + "K": 9.568418590788497e-08, + "L": 2.869712467656882e-08, + "G": 5.272889029583894e-05, + "F": 0.00026883246027864516, + "E": 0.0002436604117974639, + "T": 8.313701982842758e-06, + "P": 0.6495848894119263, + "-": 0.34969231486320496 + }, + "id": "tp_28311" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3538906, + "label": "P", + "classification": { + "B": 8.866042833233223e-08, + "S": 4.7543117887016706e-08, + "I": 0.0010723898885771632, + "C": 1.0131917406397406e-05, + "R": 2.0908221642912395e-07, + "M": 2.5924414330802392e-06, + "O": 2.9783646482428594e-07, + "W": 4.888380900069933e-08, + "N": 1.5201050700852647e-05, + "Y": 3.0299535865196958e-05, + "U": 8.813908891625033e-08, + "K": 2.745496772149636e-07, + "L": 4.5354539679465233e-08, + "G": 4.574109425448114e-06, + "F": 0.00011105910380138084, + "E": 0.0005815030890516937, + "T": 1.6994246834656224e-05, + "P": 0.8799863457679749, + "-": 0.11816787719726562 + }, + "id": "tp_28312" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3539006, + "label": "P", + "classification": { + "B": 1.0799255933946483e-09, + "S": 3.8986441852628673e-10, + "I": 9.058497380465269e-05, + "C": 1.5731485447645355e-08, + "R": 4.694202804245151e-10, + "M": 1.1190802950977741e-07, + "O": 1.6336104691205833e-09, + "W": 1.0927090482448776e-10, + "N": 1.8145534568247967e-06, + "Y": 3.769239071971242e-07, + "U": 7.892014819432802e-11, + "K": 4.761614036397077e-08, + "L": 5.319408455384256e-11, + "G": 2.0398877609295596e-07, + "F": 8.778813025855925e-06, + "E": 0.0006995240692049265, + "T": 7.146352487552576e-08, + "P": 0.9972686767578125, + "-": 0.0019297346007078886 + }, + "id": "tp_28313" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3539139, + "label": "P", + "classification": { + "B": 2.5359878463859786e-07, + "S": 2.8889161285405862e-08, + "I": 0.00031313972431235015, + "C": 1.76281753283547e-06, + "R": 5.563923721751962e-08, + "M": 8.130471542244777e-06, + "O": 6.52663743494486e-07, + "W": 2.3241799596007695e-08, + "N": 9.511515600024723e-06, + "Y": 1.7885973647935316e-05, + "U": 1.5473755610173612e-08, + "K": 1.270199732061883e-07, + "L": 3.318203667390662e-08, + "G": 1.2549753591883928e-05, + "F": 5.729687836719677e-05, + "E": 0.00036204178468324244, + "T": 1.0186329745920375e-05, + "P": 0.9496665596961975, + "-": 0.04953975975513458 + }, + "id": "tp_28314" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3539273, + "label": "P", + "classification": { + "B": 2.0110815967200324e-05, + "S": 7.02974512023502e-06, + "I": 0.00651398254558444, + "C": 2.8874997951788828e-05, + "R": 7.2985490078281146e-06, + "M": 4.7705714678158984e-05, + "O": 1.3756171028944664e-05, + "W": 8.097825229924638e-06, + "N": 0.0005097731482237577, + "Y": 0.00017801580543164164, + "U": 4.80811786474078e-06, + "K": 9.339746611658484e-05, + "L": 1.6645817595417611e-06, + "G": 9.490147203905508e-05, + "F": 0.0008556337561458349, + "E": 0.0033924663439393044, + "T": 0.00012812242493964732, + "P": 0.9455647468566895, + "-": 0.042529620230197906 + }, + "id": "tp_28315" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3539406, + "label": "P", + "classification": { + "B": 2.6236978811766676e-08, + "S": 1.0088878177327842e-08, + "I": 0.00027565803611651063, + "C": 1.0673717270037741e-06, + "R": 3.5870250769676204e-08, + "M": 1.408482148690382e-06, + "O": 8.823260344570372e-08, + "W": 7.156037540312354e-09, + "N": 1.154715664597461e-05, + "Y": 7.150577403081115e-06, + "U": 9.521617272412186e-09, + "K": 9.639379641157575e-07, + "L": 4.108951401349259e-09, + "G": 3.551559984771302e-06, + "F": 0.0001386272779200226, + "E": 0.0009495072299614549, + "T": 2.3698480617895257e-06, + "P": 0.969594419002533, + "-": 0.029013540595769882 + }, + "id": "tp_28316" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3539506, + "label": "P", + "classification": { + "B": 3.736433882295387e-06, + "S": 1.7010431747621624e-06, + "I": 0.010595006868243217, + "C": 9.665086690802127e-05, + "R": 3.081079921685159e-05, + "M": 0.00020072932238690555, + "O": 4.223495488986373e-05, + "W": 5.088746547698975e-06, + "N": 0.00028461666079238057, + "Y": 0.0031212973408401012, + "U": 2.7516994123288896e-06, + "K": 1.0447017302794848e-05, + "L": 4.5210854295874014e-06, + "G": 0.00020593364024534822, + "F": 0.0005913501954637468, + "E": 0.0017129841726273298, + "T": 0.0015826995950192213, + "P": 0.6000983715057373, + "-": 0.3814089894294739 + }, + "id": "tp_28317" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3539640, + "label": "P", + "classification": { + "B": 1.792736981087728e-07, + "S": 7.460831739081186e-07, + "I": 0.0005844266270287335, + "C": 2.5922162194547127e-07, + "R": 4.4987057634671146e-08, + "M": 4.059465936734341e-06, + "O": 5.500726274476619e-07, + "W": 1.5834419286875345e-07, + "N": 4.764879122376442e-05, + "Y": 4.619822902895976e-06, + "U": 1.5497699124011888e-08, + "K": 1.339888399343181e-06, + "L": 1.6769508448533088e-08, + "G": 4.19261186834774e-06, + "F": 0.00012532695836853236, + "E": 0.000644644140265882, + "T": 6.125655090727378e-06, + "P": 0.9880520105361938, + "-": 0.01052361261099577 + }, + "id": "tp_28318" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3539773, + "label": "P", + "classification": { + "B": 3.67320935765747e-05, + "S": 2.7008636607206427e-05, + "I": 0.009234491735696793, + "C": 1.1781052307924256e-05, + "R": 1.6190798532988993e-06, + "M": 0.00022326945327222347, + "O": 1.5766458091093227e-05, + "W": 4.924678705719998e-06, + "N": 0.0017443359829485416, + "Y": 0.00019491596322041005, + "U": 9.500305395704345e-07, + "K": 2.8715963708236814e-05, + "L": 1.4114850728219608e-06, + "G": 7.144897972466424e-05, + "F": 0.0004952767048962414, + "E": 0.02505766786634922, + "T": 9.117362787947059e-05, + "P": 0.9533361792564392, + "-": 0.00942237488925457 + }, + "id": "tp_28319" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3539907, + "label": "P", + "classification": { + "B": 1.4433142325742665e-07, + "S": 1.5736087277673505e-07, + "I": 0.002561117522418499, + "C": 3.4958782634930685e-05, + "R": 1.9996712126157945e-06, + "M": 1.731934207782615e-05, + "O": 4.8618639993947e-06, + "W": 3.0851339261062094e-07, + "N": 0.00010009152174461633, + "Y": 0.0003071606333833188, + "U": 5.757482313129003e-07, + "K": 2.389127985225059e-05, + "L": 1.771636561898049e-07, + "G": 6.924440822331235e-05, + "F": 0.0007280642748810351, + "E": 0.001123773050494492, + "T": 0.00010670192568795756, + "P": 0.6649150252342224, + "-": 0.3300045132637024 + }, + "id": "tp_28320" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3540007, + "label": "P", + "classification": { + "B": 1.995196043935721e-06, + "S": 2.0597252614606987e-07, + "I": 0.002009535441175103, + "C": 0.00011964346776949242, + "R": 6.701972324663075e-06, + "M": 0.00018077636195812374, + "O": 7.209357590909349e-06, + "W": 7.844516289878811e-07, + "N": 2.8329493943601847e-05, + "Y": 0.0007102353847585618, + "U": 6.796753382332099e-07, + "K": 3.463359007582767e-06, + "L": 1.8755094970401842e-06, + "G": 0.00022799127327743918, + "F": 0.0011951609048992395, + "E": 0.00614315876737237, + "T": 0.00014054166967980564, + "P": 0.5226069092750549, + "-": 0.4666147530078888 + }, + "id": "tp_28321" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3540140, + "label": "P", + "classification": { + "B": 2.3127435966330268e-08, + "S": 2.6436403288698784e-08, + "I": 0.00016975769540295005, + "C": 5.420467630301573e-08, + "R": 8.128456130407358e-09, + "M": 3.0032987297090585e-07, + "O": 2.0423122748525202e-07, + "W": 1.080837463973694e-08, + "N": 1.4560851923306473e-05, + "Y": 9.662203410698567e-07, + "U": 4.713371026809909e-09, + "K": 2.715998448366008e-07, + "L": 2.350511785209619e-09, + "G": 9.56328790380212e-07, + "F": 2.0130340999457985e-05, + "E": 5.1790015277219936e-05, + "T": 3.5114951515424764e-06, + "P": 0.9872273206710815, + "-": 0.012510053813457489 + }, + "id": "tp_28322" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3540274, + "label": "P", + "classification": { + "B": 2.454138723351207e-07, + "S": 4.917837941320613e-07, + "I": 0.015412102453410625, + "C": 1.1760407687688712e-05, + "R": 6.044950282557693e-07, + "M": 9.674724424257874e-06, + "O": 1.4699858184030745e-06, + "W": 5.101282454234024e-07, + "N": 0.0007029291591607034, + "Y": 5.840049925609492e-05, + "U": 7.54810969283426e-08, + "K": 1.0600555469864048e-05, + "L": 8.085176261829474e-08, + "G": 1.7021953681251034e-05, + "F": 0.00012376067752484232, + "E": 0.0074589247815310955, + "T": 2.0355713786557317e-05, + "P": 0.9684016704559326, + "-": 0.007769286632537842 + }, + "id": "tp_28323" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3540407, + "label": "P", + "classification": { + "B": 1.2491256711655296e-05, + "S": 6.948613190616015e-06, + "I": 0.005158091429620981, + "C": 0.0001930994330905378, + "R": 1.4512293091684114e-05, + "M": 0.0001777951983967796, + "O": 3.682440728880465e-05, + "W": 7.822138286428526e-06, + "N": 0.000337547913659364, + "Y": 0.0009998382302001119, + "U": 1.115662780648563e-05, + "K": 2.862638393708039e-05, + "L": 1.1948785868298728e-05, + "G": 0.00036225831718184054, + "F": 0.00269972812384367, + "E": 0.0036773732863366604, + "T": 0.0005502084968611598, + "P": 0.757606029510498, + "-": 0.22810772061347961 + }, + "id": "tp_28324" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3540507, + "label": "P", + "classification": { + "B": 6.558220633223755e-08, + "S": 2.2619657613631716e-07, + "I": 0.00018362849368713796, + "C": 5.99080408392183e-07, + "R": 3.7775798489292356e-08, + "M": 7.208180363704741e-07, + "O": 3.8659439383081917e-07, + "W": 5.8671460578807455e-08, + "N": 3.692947211675346e-05, + "Y": 3.006939323313418e-06, + "U": 2.3718031982866705e-08, + "K": 1.9476663055684185e-06, + "L": 9.191345462511435e-09, + "G": 3.2736002140154596e-06, + "F": 0.00021307211136445403, + "E": 0.0009312609327025712, + "T": 2.925684384535998e-06, + "P": 0.9889883399009705, + "-": 0.009633587673306465 + }, + "id": "tp_28325" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3540641, + "label": "P", + "classification": { + "B": 5.010580252928776e-07, + "S": 8.084530378482668e-08, + "I": 0.0005014127236790955, + "C": 5.150316155777546e-06, + "R": 4.373082163056097e-07, + "M": 7.75815988163231e-06, + "O": 1.948425733644399e-06, + "W": 1.5271207587375102e-07, + "N": 1.2924983820994385e-05, + "Y": 5.136785330250859e-05, + "U": 1.4906301259998145e-07, + "K": 1.6903583173188963e-06, + "L": 1.888787863890684e-07, + "G": 5.4977586842142045e-05, + "F": 0.0006870970246382058, + "E": 0.0013848233502358198, + "T": 3.212921001249924e-05, + "P": 0.7309601902961731, + "-": 0.2662970721721649 + }, + "id": "tp_28326" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3540774, + "label": "P", + "classification": { + "B": 2.0531899735942716e-06, + "S": 1.716580584343319e-07, + "I": 0.005239560734480619, + "C": 0.0001966348208952695, + "R": 4.269424152880674e-06, + "M": 8.566556789446622e-05, + "O": 3.7393881484604208e-06, + "W": 4.439326914962294e-07, + "N": 9.63372367550619e-05, + "Y": 0.0007728725322522223, + "U": 1.22334813568159e-06, + "K": 5.981712092761882e-06, + "L": 8.348845312866615e-07, + "G": 0.00017546347226016223, + "F": 0.0002454379282426089, + "E": 0.006826744880527258, + "T": 0.00013730097271036357, + "P": 0.8251320123672485, + "-": 0.16107316315174103 + }, + "id": "tp_28327" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3540908, + "label": "P", + "classification": { + "B": 3.49689230461081e-07, + "S": 3.587198804666514e-08, + "I": 0.0019039764301851392, + "C": 7.9992156543085e-07, + "R": 1.3456434189151878e-08, + "M": 1.1314932635286823e-06, + "O": 8.105600812768898e-08, + "W": 1.2588193598617181e-08, + "N": 2.615841367514804e-05, + "Y": 2.988243522850098e-06, + "U": 1.482666078800321e-08, + "K": 1.7277029940032662e-07, + "L": 1.127030291314668e-08, + "G": 3.632731932157185e-06, + "F": 2.6675053959479555e-05, + "E": 0.002566269366070628, + "T": 2.295406602570438e-06, + "P": 0.9858695268630981, + "-": 0.009595825336873531 + }, + "id": "tp_28328" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3541008, + "label": "P", + "classification": { + "B": 8.917335776459367e-07, + "S": 2.0817581969367893e-07, + "I": 0.002239678055047989, + "C": 8.893484846339561e-06, + "R": 4.257256875916937e-07, + "M": 1.266557774215471e-05, + "O": 9.19461342618888e-07, + "W": 2.0181133209007385e-07, + "N": 0.0001201365957967937, + "Y": 2.1593479686998762e-05, + "U": 2.046183027459847e-07, + "K": 8.287053788080812e-06, + "L": 1.0272011508050127e-07, + "G": 3.004225618497003e-05, + "F": 0.00019605843408498913, + "E": 0.008209768682718277, + "T": 1.0327420568501111e-05, + "P": 0.9668229222297668, + "-": 0.02231665700674057 + }, + "id": "tp_28329" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3541141, + "label": "-", + "classification": { + "B": 9.723714356368873e-06, + "S": 2.448899067530874e-06, + "I": 0.00021918362472206354, + "C": 3.521113467286341e-05, + "R": 3.0610333396907663e-06, + "M": 5.2009410865139216e-05, + "O": 2.1854855731362477e-05, + "W": 4.314769284974318e-06, + "N": 2.4041466531343758e-05, + "Y": 0.0005557917174883187, + "U": 2.6161890218645567e-06, + "K": 0.00012010167847620323, + "L": 2.14693045563763e-06, + "G": 0.00030632104608230293, + "F": 0.005489337258040905, + "E": 0.001721024513244629, + "T": 0.00029855387401767075, + "P": 0.31202614307403564, + "-": 0.6791061162948608 + }, + "id": "tp_28330" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3541275, + "label": "P", + "classification": { + "B": 4.693409660916359e-09, + "S": 1.3824013933572132e-08, + "I": 0.001174673205241561, + "C": 3.6094661481911317e-08, + "R": 3.073619136984007e-09, + "M": 3.5994617064716294e-07, + "O": 4.482894766510981e-08, + "W": 2.9171240978342894e-09, + "N": 3.753557393793017e-05, + "Y": 1.0298670076736016e-06, + "U": 6.873991376110666e-10, + "K": 5.431249761045365e-08, + "L": 4.597548453055822e-10, + "G": 2.2838106872313801e-07, + "F": 4.823900326300645e-06, + "E": 6.22238585492596e-05, + "T": 1.2411269381118473e-06, + "P": 0.9948220252990723, + "-": 0.003895761910825968 + }, + "id": "tp_28331" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3541408, + "label": "P", + "classification": { + "B": 1.5140928155688016e-07, + "S": 4.652696716789251e-08, + "I": 0.0005474548088386655, + "C": 9.11051529328688e-07, + "R": 3.5771236639448034e-08, + "M": 4.1240859900426585e-06, + "O": 2.7473265618027654e-07, + "W": 2.7849106132293855e-08, + "N": 3.507763904053718e-05, + "Y": 1.4063011803955305e-05, + "U": 1.7676191177429246e-08, + "K": 2.201405322921346e-06, + "L": 1.3995078873563216e-08, + "G": 8.046587936405558e-06, + "F": 0.00010389613453298807, + "E": 0.0022567990235984325, + "T": 5.925220193603309e-06, + "P": 0.9736247658729553, + "-": 0.023396169766783714 + }, + "id": "tp_28332" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3541508, + "label": "P", + "classification": { + "B": 9.694106628543864e-10, + "S": 1.0847818199266612e-09, + "I": 5.452096593216993e-05, + "C": 2.6154591381555292e-08, + "R": 9.582702409360877e-10, + "M": 3.938216863730304e-08, + "O": 4.76774930646684e-09, + "W": 1.9574147858136826e-10, + "N": 9.299046723754145e-07, + "Y": 5.157974669600662e-07, + "U": 2.094938805763391e-10, + "K": 1.3818423072464725e-09, + "L": 2.4791138586444106e-10, + "G": 2.010118436146513e-07, + "F": 2.923281499533914e-06, + "E": 1.9029766917810775e-05, + "T": 3.3785588016144175e-07, + "P": 0.9934874773025513, + "-": 0.00643397169187665 + }, + "id": "tp_28333" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3541642, + "label": "P", + "classification": { + "B": 1.0980296792695299e-05, + "S": 3.8967959881119896e-06, + "I": 0.018651429563760757, + "C": 4.820418689632788e-05, + "R": 4.763016477227211e-06, + "M": 0.00010797931463457644, + "O": 8.004296432773117e-06, + "W": 1.826680659178237e-06, + "N": 0.0010132183087989688, + "Y": 0.00023184636665973812, + "U": 1.236913817592722e-06, + "K": 5.230070382822305e-05, + "L": 1.8531370642449474e-06, + "G": 0.00025876544532366097, + "F": 0.0007950252620503306, + "E": 0.02301163785159588, + "T": 9.93287394521758e-05, + "P": 0.9396323561668396, + "-": 0.016065359115600586 + }, + "id": "tp_28334" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3541775, + "label": "P", + "classification": { + "B": 2.4880053572928773e-08, + "S": 3.0113191940017714e-08, + "I": 0.0015623735962435603, + "C": 3.686907803057693e-06, + "R": 3.212395540685975e-07, + "M": 1.5921395970508456e-06, + "O": 3.514666389037302e-07, + "W": 5.895966737057279e-08, + "N": 2.006988324865233e-05, + "Y": 4.010986231151037e-05, + "U": 4.314066970323438e-08, + "K": 2.068021785817109e-06, + "L": 1.542290917200262e-08, + "G": 8.135511961882003e-06, + "F": 0.0001430036500096321, + "E": 0.00018400649423711002, + "T": 1.66734625963727e-05, + "P": 0.8605143427848816, + "-": 0.13750310242176056 + }, + "id": "tp_28335" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3541875, + "label": "P", + "classification": { + "B": 1.2333373433648376e-08, + "S": 1.3125203146557851e-08, + "I": 0.0003410835633985698, + "C": 1.1006815157088568e-06, + "R": 3.3261262188943874e-08, + "M": 1.49920981584728e-06, + "O": 2.0219403040755424e-07, + "W": 1.7486847525560734e-08, + "N": 7.0143396442290395e-06, + "Y": 1.0423623280075844e-05, + "U": 1.6957306669951322e-08, + "K": 5.444395014819747e-07, + "L": 7.406883995031421e-09, + "G": 2.6700652142608305e-06, + "F": 8.143153536366299e-05, + "E": 0.0002148244238924235, + "T": 8.863522452884354e-06, + "P": 0.8255510926246643, + "-": 0.1737791895866394 + }, + "id": "tp_28336" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3542009, + "label": "-", + "classification": { + "B": 4.4924511333199746e-10, + "S": 2.5968458494673996e-09, + "I": 5.3415265028888825e-06, + "C": 1.6036970862387534e-07, + "R": 5.677791570235513e-09, + "M": 2.2813377142938407e-07, + "O": 1.1532757326904175e-07, + "W": 2.3614985522613097e-09, + "N": 2.007676869197894e-07, + "Y": 3.651167389762122e-06, + "U": 1.908893931812372e-09, + "K": 4.047465722578636e-07, + "L": 1.1580765235663648e-09, + "G": 1.1061235909437528e-06, + "F": 0.00048515264643356204, + "E": 1.0256694622512441e-05, + "T": 5.698168934031855e-06, + "P": 0.26498180627822876, + "-": 0.7345059514045715 + }, + "id": "tp_28337" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3542142, + "label": "-", + "classification": { + "B": 2.8604463242487554e-09, + "S": 2.3156030426463303e-09, + "I": 3.78927361452952e-05, + "C": 6.477766874013469e-07, + "R": 3.445104468369209e-08, + "M": 9.848716899796273e-07, + "O": 3.4230197343276814e-07, + "W": 8.006971974339194e-09, + "N": 4.217627918023936e-07, + "Y": 1.6156376659637317e-05, + "U": 8.178908217360004e-09, + "K": 2.5506214029746843e-08, + "L": 1.5184046020522146e-08, + "G": 2.719535586948041e-06, + "F": 6.082606705604121e-05, + "E": 1.4869069673295598e-05, + "T": 2.2993324819253758e-05, + "P": 0.1902839094400406, + "-": 0.809558093547821 + }, + "id": "tp_28338" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3542276, + "label": "P", + "classification": { + "B": 4.5112407143221844e-09, + "S": 2.2758124551547354e-10, + "I": 1.1635487680905499e-05, + "C": 6.615186975977849e-08, + "R": 1.1819090151021783e-09, + "M": 1.0383099890987069e-07, + "O": 1.1497927943082686e-08, + "W": 3.70275532457498e-10, + "N": 9.0205631408935e-08, + "Y": 2.5149088287435006e-06, + "U": 5.510726319712944e-10, + "K": 2.9435323067872332e-09, + "L": 5.802961444700827e-10, + "G": 4.047257107231417e-07, + "F": 1.473060456191888e-05, + "E": 2.183366996177938e-05, + "T": 1.1848371741507435e-06, + "P": 0.7529345750808716, + "-": 0.24701280891895294 + }, + "id": "tp_28339" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3542376, + "label": "P", + "classification": { + "B": 1.0784446224931798e-08, + "S": 3.1154982593761815e-08, + "I": 0.0026759866159409285, + "C": 2.0570310255152435e-07, + "R": 9.416125656969143e-09, + "M": 6.936851093541918e-08, + "O": 3.3559395262727776e-08, + "W": 2.044089875141708e-08, + "N": 5.9797770518343896e-05, + "Y": 7.783057753840694e-07, + "U": 7.191886641777501e-09, + "K": 3.6484826182459074e-07, + "L": 1.2497362034125103e-09, + "G": 7.827966896911676e-07, + "F": 5.238947323960019e-06, + "E": 0.000818801112473011, + "T": 2.1744466494055814e-07, + "P": 0.9955092668533325, + "-": 0.0009283078252337873 + }, + "id": "tp_28340" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3542509, + "label": "P", + "classification": { + "B": 6.70263671054272e-06, + "S": 7.728992272859614e-07, + "I": 0.008657481521368027, + "C": 5.889442400075495e-05, + "R": 3.418817186684464e-06, + "M": 5.863785554538481e-05, + "O": 2.781371904347907e-06, + "W": 1.032612431117741e-06, + "N": 0.0002883796696551144, + "Y": 0.00011825656838482246, + "U": 1.1653725096039125e-06, + "K": 1.7378835764247924e-05, + "L": 1.0244799568681628e-06, + "G": 0.000152474211063236, + "F": 0.00028753301012329757, + "E": 0.01600460894405842, + "T": 4.213288048049435e-05, + "P": 0.9586816430091858, + "-": 0.01561567559838295 + }, + "id": "tp_28341" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3542643, + "label": "P", + "classification": { + "B": 2.8684327844530344e-05, + "S": 7.061837095534429e-06, + "I": 0.02494591660797596, + "C": 0.0021038493141531944, + "R": 0.00010265866876579821, + "M": 0.0010355415288358927, + "O": 0.0001162698317784816, + "W": 1.795960997696966e-05, + "N": 0.0010622264817357063, + "Y": 0.00385362864471972, + "U": 1.5705607438576408e-05, + "K": 6.343233690131456e-05, + "L": 2.3820997739676386e-05, + "G": 0.0014464345294982195, + "F": 0.002235173713415861, + "E": 0.028111742809414864, + "T": 0.0008716891170479357, + "P": 0.6474490761756897, + "-": 0.28650906682014465 + }, + "id": "tp_28342" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3542776, + "label": "P", + "classification": { + "B": 1.9391512978472747e-05, + "S": 1.6752477449699654e-06, + "I": 0.0018283911049365997, + "C": 6.186441169120371e-05, + "R": 5.058670012658695e-06, + "M": 3.109800672973506e-05, + "O": 1.5392368368338794e-05, + "W": 1.6475430584250716e-06, + "N": 0.0001454201410524547, + "Y": 6.199777271831408e-05, + "U": 2.0126990420976654e-06, + "K": 1.7903705611388432e-06, + "L": 3.095430656685494e-06, + "G": 0.000150688283611089, + "F": 0.00022259179968386889, + "E": 0.0008453875198028982, + "T": 0.00011172441736562178, + "P": 0.9389308094978333, + "-": 0.057559940963983536 + }, + "id": "tp_28343" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3542876, + "label": "P", + "classification": { + "B": 4.694025168561211e-09, + "S": 9.154340618877654e-10, + "I": 0.00010470866254763678, + "C": 2.327760057596606e-06, + "R": 5.357630072921893e-08, + "M": 1.552510525471007e-06, + "O": 1.4636870560025272e-07, + "W": 1.9784220928187324e-09, + "N": 5.08676635035954e-07, + "Y": 2.635904820635915e-06, + "U": 2.1832409213828896e-09, + "K": 1.6316823447937168e-09, + "L": 7.765947884763591e-09, + "G": 3.1385302463604603e-06, + "F": 2.144548670912627e-05, + "E": 1.5194978914223611e-05, + "T": 5.864167633262696e-06, + "P": 0.7378657460212708, + "-": 0.2619767189025879 + }, + "id": "tp_28344" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3543010, + "label": "P", + "classification": { + "B": 9.692785853457342e-13, + "S": 5.77989533404738e-13, + "I": 1.5419813280459493e-05, + "C": 1.477397093552213e-10, + "R": 5.7533027821021765e-12, + "M": 1.53403623137649e-10, + "O": 4.089394187861695e-12, + "W": 6.512010440433424e-13, + "N": 3.582433194537771e-08, + "Y": 9.265502143307458e-09, + "U": 3.7091225815570616e-13, + "K": 2.8337293622726634e-10, + "L": 7.685440283310141e-14, + "G": 1.4787284730033434e-09, + "F": 3.0678972962050466e-07, + "E": 8.334611266036518e-06, + "T": 7.298557869184208e-10, + "P": 0.9995018243789673, + "-": 0.00047407104284502566 + }, + "id": "tp_28345" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3543143, + "label": "P", + "classification": { + "B": 1.9052963651233767e-09, + "S": 4.647062290530357e-09, + "I": 0.0004622216511052102, + "C": 6.456340173599528e-08, + "R": 1.0929813498705698e-08, + "M": 2.0844899495386926e-07, + "O": 5.4045258934820595e-08, + "W": 1.892850320928119e-09, + "N": 5.061028332420392e-06, + "Y": 7.969844091348932e-07, + "U": 4.5812748039608664e-10, + "K": 2.395819542755362e-09, + "L": 1.5146486287420657e-09, + "G": 3.349657049511734e-07, + "F": 2.5568353976268554e-06, + "E": 1.667441028985195e-05, + "T": 1.5671367918912438e-06, + "P": 0.9846055507659912, + "-": 0.014904726296663284 + }, + "id": "tp_28346" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3543277, + "label": "P", + "classification": { + "B": 3.06878256139953e-08, + "S": 8.290419906131774e-09, + "I": 0.0012615283485502005, + "C": 4.835909294342855e-06, + "R": 9.42471913845111e-08, + "M": 2.2996596271696035e-06, + "O": 1.65302992627403e-07, + "W": 1.5432279454330455e-08, + "N": 8.452091606159229e-06, + "Y": 3.268988075433299e-05, + "U": 1.860728460201244e-08, + "K": 2.0785789445199043e-07, + "L": 7.712825045302907e-09, + "G": 3.6680039556813426e-06, + "F": 1.9221311958972365e-05, + "E": 0.000322118605254218, + "T": 8.08291406428907e-06, + "P": 0.8728416562080383, + "-": 0.12549498677253723 + }, + "id": "tp_28347" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3543377, + "label": "P", + "classification": { + "B": 7.479548003175296e-08, + "S": 3.1704806247034867e-07, + "I": 0.0019056739984080195, + "C": 1.2874153298980673e-06, + "R": 1.5207417902729503e-07, + "M": 1.7487037666796823e-06, + "O": 6.090373858569365e-07, + "W": 1.972014018747359e-07, + "N": 0.00010638629464665428, + "Y": 1.3645720173371956e-05, + "U": 6.900425120193177e-08, + "K": 3.5567531995184254e-06, + "L": 1.765216062210584e-08, + "G": 2.2120491394161945e-06, + "F": 8.936378435464576e-05, + "E": 0.00039016088703647256, + "T": 1.4243493751564529e-05, + "P": 0.9716430902481079, + "-": 0.02582711912691593 + }, + "id": "tp_28348" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3543510, + "label": "P", + "classification": { + "B": 5.582630180356318e-08, + "S": 3.669614390133802e-09, + "I": 6.531037070089951e-05, + "C": 4.7817390935733783e-08, + "R": 1.990205333868289e-09, + "M": 1.5440906508956687e-06, + "O": 7.45614912034398e-08, + "W": 2.4312893920352963e-09, + "N": 7.911565944596077e-07, + "Y": 8.936578979046317e-07, + "U": 3.534926518167225e-10, + "K": 1.1657845799817323e-09, + "L": 7.874748852998437e-09, + "G": 8.221393841267854e-07, + "F": 2.3432849047821946e-05, + "E": 0.00010679286060621962, + "T": 1.408467028340965e-06, + "P": 0.9450908303260803, + "-": 0.05470803752541542 + }, + "id": "tp_28349" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3543644, + "label": "P", + "classification": { + "B": 1.2215187439323927e-07, + "S": 1.2680821726007707e-07, + "I": 0.00012247073755133897, + "C": 6.943479320398183e-07, + "R": 1.0504642489195248e-07, + "M": 8.703577805135865e-07, + "O": 1.7846325590653578e-06, + "W": 1.0615421075499398e-07, + "N": 8.561311005905736e-06, + "Y": 5.888139185117325e-06, + "U": 4.668574149491178e-08, + "K": 3.5061020753346384e-07, + "L": 3.1755583052017755e-08, + "G": 3.5644532090373104e-06, + "F": 0.00010827936785062775, + "E": 2.250935540359933e-05, + "T": 2.4179684260161594e-05, + "P": 0.8082171678543091, + "-": 0.19148313999176025 + }, + "id": "tp_28350" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3543777, + "label": "P", + "classification": { + "B": 2.3131150535699594e-15, + "S": 2.262223577681379e-14, + "I": 2.400781511369132e-07, + "C": 3.055955878975003e-12, + "R": 3.762831382201834e-14, + "M": 1.9981522946660446e-12, + "O": 6.402015961630425e-13, + "W": 4.102720547056451e-15, + "N": 2.968440770967362e-10, + "Y": 1.3935802511966244e-10, + "U": 2.6505933085468067e-15, + "K": 7.050331591327078e-14, + "L": 2.2474536947735164e-15, + "G": 1.584103855034602e-11, + "F": 1.308824160162203e-08, + "E": 1.9541253060140207e-09, + "T": 6.076607550475899e-10, + "P": 0.9919857978820801, + "-": 0.00801391713321209 + }, + "id": "tp_28351" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3543877, + "label": "-", + "classification": { + "B": 8.062822871579556e-07, + "S": 2.9737502700299956e-06, + "I": 0.001084288232959807, + "C": 4.511181396082975e-05, + "R": 4.958304543833947e-06, + "M": 0.00015415642701555043, + "O": 1.8165772416978143e-05, + "W": 1.2092077668057755e-06, + "N": 3.7087302189320326e-05, + "Y": 0.0013718652771785855, + "U": 6.572586812580994e-07, + "K": 2.770907030935632e-06, + "L": 2.1435712369566318e-06, + "G": 9.099454473471269e-05, + "F": 0.0011039385572075844, + "E": 0.0007275614188984036, + "T": 0.0005981362191960216, + "P": 0.42508646845817566, + "-": 0.5696667432785034 + }, + "id": "tp_28352" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3544011, + "label": "P", + "classification": { + "B": 1.4029648554014784e-08, + "S": 7.69601982142376e-09, + "I": 5.664578566211276e-05, + "C": 1.9457824862456619e-07, + "R": 3.3139648802915644e-09, + "M": 7.320567760871199e-07, + "O": 9.335094119933274e-08, + "W": 7.656225875507516e-09, + "N": 4.3642648961395025e-06, + "Y": 8.032632649701554e-06, + "U": 4.555802846084589e-09, + "K": 3.4946428968396503e-06, + "L": 9.83329528914112e-10, + "G": 2.2754741166863823e-06, + "F": 0.000140724892844446, + "E": 0.0017653602408245206, + "T": 1.5392943168990314e-06, + "P": 0.9448590278625488, + "-": 0.053157493472099304 + }, + "id": "tp_28353" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3544144, + "label": "-", + "classification": { + "B": 0.00030461171991191804, + "S": 0.00021181580086704344, + "I": 0.01798117905855179, + "C": 0.018452225252985954, + "R": 0.003452830947935581, + "M": 0.004395189695060253, + "O": 0.0013110273284837604, + "W": 0.00037324975710362196, + "N": 0.0015509617514908314, + "Y": 0.01879311352968216, + "U": 0.0007111615850590169, + "K": 0.000502363545820117, + "L": 0.001022297190502286, + "G": 0.010280460119247437, + "F": 0.01913563162088394, + "E": 0.010771210305392742, + "T": 0.010779178701341152, + "P": 0.2711606025695801, + "-": 0.6088108420372009 + }, + "id": "tp_28354" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3544278, + "label": "P", + "classification": { + "B": 4.899093630772455e-11, + "S": 1.7526126383504703e-11, + "I": 1.4290637409430929e-05, + "C": 4.464648739599397e-08, + "R": 1.246008074495819e-09, + "M": 2.327255899103875e-08, + "O": 6.654943263129098e-09, + "W": 5.6058040154294275e-11, + "N": 3.514799118420342e-08, + "Y": 1.9807300759566715e-06, + "U": 9.202144601871964e-11, + "K": 1.384866804565732e-10, + "L": 1.8179095728765304e-10, + "G": 2.3108601965304842e-07, + "F": 6.388042493199464e-06, + "E": 1.0265246146445861e-06, + "T": 1.7846942910182406e-06, + "P": 0.6039711833000183, + "-": 0.39600294828414917 + }, + "id": "tp_28355" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3544378, + "label": "-", + "classification": { + "B": 2.5034255224376523e-10, + "S": 4.2128231458882226e-11, + "I": 1.0152861023016158e-06, + "C": 3.375400581262511e-08, + "R": 2.5334087605521916e-10, + "M": 9.855767046929031e-08, + "O": 4.353443383564581e-09, + "W": 7.510255611853367e-11, + "N": 5.833757033002485e-09, + "Y": 1.7349310610370594e-06, + "U": 4.587653174015216e-11, + "K": 7.137097135512249e-09, + "L": 5.582957707250813e-11, + "G": 5.467997539199132e-07, + "F": 2.5043776986422017e-05, + "E": 9.289725312555674e-06, + "T": 8.159415187947161e-07, + "P": 0.1637943834066391, + "-": 0.8361670970916748 + }, + "id": "tp_28356" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3544511, + "label": "P", + "classification": { + "B": 2.712080913624959e-06, + "S": 5.300906309457787e-07, + "I": 0.0008167565101757646, + "C": 1.7278742234339006e-05, + "R": 7.248382871694048e-07, + "M": 5.657928340951912e-05, + "O": 6.507116268039681e-06, + "W": 5.886563485546503e-07, + "N": 4.669916597777046e-05, + "Y": 0.0001306110789300874, + "U": 1.2496951740104123e-06, + "K": 7.74478121456923e-06, + "L": 7.07797653376474e-07, + "G": 4.3367064790800214e-05, + "F": 0.0006798413232900202, + "E": 0.002999064279720187, + "T": 0.00017260288586840034, + "P": 0.6419061422348022, + "-": 0.35311034321784973 + }, + "id": "tp_28357" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3544645, + "label": "P", + "classification": { + "B": 1.134211373710059e-07, + "S": 6.056284718169991e-08, + "I": 4.826808799407445e-05, + "C": 9.091265695815309e-08, + "R": 2.6094598482018228e-08, + "M": 1.3323578684776294e-07, + "O": 3.2737779065428185e-07, + "W": 4.125539732058314e-08, + "N": 2.4655103061377304e-06, + "Y": 3.7337747471610783e-06, + "U": 2.6307588996132836e-08, + "K": 1.7465760038248845e-07, + "L": 1.0973853825646529e-08, + "G": 1.9014014469576068e-06, + "F": 0.00015192205319181085, + "E": 3.7474321288755164e-05, + "T": 4.3944091885350645e-06, + "P": 0.9318206310272217, + "-": 0.06792829930782318 + }, + "id": "tp_28358" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3544778, + "label": "P", + "classification": { + "B": 4.39110266370335e-07, + "S": 1.981029384978683e-08, + "I": 0.003321961499750614, + "C": 3.0605820938944817e-05, + "R": 9.828435167946736e-07, + "M": 9.454272003495134e-06, + "O": 6.390064868355694e-07, + "W": 4.675069220638761e-08, + "N": 1.9400940800551325e-05, + "Y": 1.562918259878643e-05, + "U": 9.410076984295301e-08, + "K": 4.5486370225944484e-08, + "L": 1.799808586611107e-07, + "G": 1.927402445289772e-05, + "F": 2.2300318960333243e-05, + "E": 0.00045955408131703734, + "T": 1.5202607755782083e-05, + "P": 0.9262754321098328, + "-": 0.06980873644351959 + }, + "id": "tp_28359" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3544878, + "label": "-", + "classification": { + "B": 3.96356253373753e-10, + "S": 1.5219375759656373e-10, + "I": 2.5083456421270967e-05, + "C": 3.34128685608448e-07, + "R": 5.503064226530796e-09, + "M": 2.2371429508893925e-07, + "O": 2.4343860260955807e-08, + "W": 3.1353941665202e-10, + "N": 1.8548459479461599e-07, + "Y": 9.628946827433538e-06, + "U": 7.028675419462616e-10, + "K": 4.406094689102247e-08, + "L": 4.195364888825992e-10, + "G": 1.9975925624748925e-06, + "F": 6.228781421668828e-05, + "E": 2.514995139790699e-05, + "T": 4.564800747175468e-06, + "P": 0.3940597176551819, + "-": 0.6058107614517212 + }, + "id": "tp_28360" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3545012, + "label": "P", + "classification": { + "B": 1.2637377722057863e-07, + "S": 3.748574073370037e-08, + "I": 0.0031594412866979837, + "C": 9.110321457228565e-07, + "R": 6.74796751809481e-08, + "M": 5.341305950423703e-06, + "O": 2.2913427244475315e-07, + "W": 4.0290188962899265e-08, + "N": 5.899492680327967e-05, + "Y": 2.5547666155034676e-05, + "U": 1.6009282788331802e-08, + "K": 2.4800485789455706e-06, + "L": 1.3669430920515424e-08, + "G": 5.090428658149904e-06, + "F": 0.00011766202078433707, + "E": 0.0016329711070284247, + "T": 7.4775589382625185e-06, + "P": 0.9720184803009033, + "-": 0.022965114563703537 + }, + "id": "tp_28361" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3545145, + "label": "P", + "classification": { + "B": 6.66965527945651e-12, + "S": 1.0451608111958222e-12, + "I": 2.4901114556996617e-06, + "C": 2.929501918824684e-10, + "R": 7.185091063788285e-12, + "M": 1.4653378510587345e-09, + "O": 1.0832699320895145e-10, + "W": 2.1628848885513197e-12, + "N": 5.18104181779222e-09, + "Y": 3.51963933553634e-08, + "U": 3.201161124372076e-12, + "K": 3.1222655016982515e-10, + "L": 8.062893885538158e-13, + "G": 5.318180562596808e-09, + "F": 1.8915768578153802e-06, + "E": 1.90871583072294e-06, + "T": 2.8046191147268473e-08, + "P": 0.9088263511657715, + "-": 0.09116732329130173 + }, + "id": "tp_28362" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3545279, + "label": "P", + "classification": { + "B": 2.8925104533783497e-09, + "S": 5.705063088612405e-10, + "I": 0.0016269994666799903, + "C": 1.0874615874456595e-08, + "R": 8.554253139170243e-11, + "M": 1.433260052863261e-07, + "O": 6.441691069447586e-10, + "W": 4.762303398853085e-11, + "N": 4.012651061202632e-06, + "Y": 1.1801071053696433e-07, + "U": 2.6782911825840028e-12, + "K": 2.98954583310973e-10, + "L": 4.051222551870737e-11, + "G": 6.989263567902526e-08, + "F": 2.5540367687426624e-07, + "E": 0.0012746787397190928, + "T": 1.2947714900235496e-08, + "P": 0.9969294667243958, + "-": 0.00016425114881712943 + }, + "id": "tp_28363" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3545379, + "label": "P", + "classification": { + "B": 7.366660383922863e-07, + "S": 2.2099938234987349e-07, + "I": 0.004335709381848574, + "C": 1.7247895812033676e-05, + "R": 9.502921898274508e-07, + "M": 4.387890294310637e-05, + "O": 3.735711743502179e-06, + "W": 3.095612726156105e-07, + "N": 0.00013819024024996907, + "Y": 6.891911471029744e-05, + "U": 1.531001885268779e-07, + "K": 2.0459629013203084e-06, + "L": 2.5951362658815924e-07, + "G": 4.6257795474957675e-05, + "F": 0.000172937594470568, + "E": 0.003415481187403202, + "T": 3.653643580037169e-05, + "P": 0.946834921836853, + "-": 0.04488135501742363 + }, + "id": "tp_28364" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3545512, + "label": "P", + "classification": { + "B": 1.232553472618747e-07, + "S": 4.8289770404608134e-08, + "I": 0.08266893029212952, + "C": 2.0342718926258385e-05, + "R": 4.951535288455489e-07, + "M": 2.28772569244029e-05, + "O": 4.412781606788485e-07, + "W": 4.849014345609248e-08, + "N": 0.0013998604845255613, + "Y": 0.00013145481352694333, + "U": 8.621015901155715e-09, + "K": 2.6180459826719016e-06, + "L": 1.7110048489143992e-08, + "G": 3.520999234751798e-05, + "F": 1.6672280253260396e-05, + "E": 0.04324611648917198, + "T": 1.6847829101607203e-05, + "P": 0.868671178817749, + "-": 0.003766615642234683 + }, + "id": "tp_28365" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3545646, + "label": "P", + "classification": { + "B": 8.982859611705862e-08, + "S": 4.693000121847035e-08, + "I": 0.0028958641923964024, + "C": 1.0316617817807128e-06, + "R": 7.14497758735888e-08, + "M": 1.3242480463304673e-06, + "O": 1.878903219676431e-07, + "W": 1.6680223424714313e-08, + "N": 3.6622517654905096e-05, + "Y": 8.579789209761657e-06, + "U": 1.708138519518343e-08, + "K": 1.0320017196363551e-07, + "L": 1.5458523350275755e-08, + "G": 3.923830263374839e-06, + "F": 6.998507615207927e-06, + "E": 0.00016303433221764863, + "T": 9.585586667526513e-06, + "P": 0.9842995405197144, + "-": 0.012572914361953735 + }, + "id": "tp_28366" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3545779, + "label": "P", + "classification": { + "B": 2.549866762180386e-09, + "S": 1.1767632424053431e-09, + "I": 5.925204823142849e-05, + "C": 3.354104549657677e-08, + "R": 1.3226011397193815e-09, + "M": 1.553337938275945e-07, + "O": 3.1980803782971634e-08, + "W": 2.0918899945598923e-09, + "N": 2.0954710180376424e-06, + "Y": 2.069488346023718e-06, + "U": 2.100429830065309e-09, + "K": 1.159418502538756e-06, + "L": 2.149787847738338e-10, + "G": 7.229140805975476e-07, + "F": 3.578817631932907e-05, + "E": 0.00029266270576044917, + "T": 1.606736191206437e-06, + "P": 0.8759475350379944, + "-": 0.12365693598985672 + }, + "id": "tp_28367" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3545879, + "label": "P", + "classification": { + "B": 1.62374708452262e-05, + "S": 3.303295557088859e-07, + "I": 0.0007289789500646293, + "C": 8.350489792974258e-07, + "R": 1.198396688550929e-07, + "M": 8.457133844785858e-06, + "O": 1.24988639527146e-06, + "W": 1.6521762802312878e-07, + "N": 5.090935155749321e-05, + "Y": 4.570311830320861e-06, + "U": 6.842612521040792e-08, + "K": 1.429932012797508e-07, + "L": 1.275572145686965e-07, + "G": 1.219468322233297e-05, + "F": 2.116576251864899e-05, + "E": 0.0007105238037183881, + "T": 8.329147021868266e-06, + "P": 0.9926247000694275, + "-": 0.005810929927974939 + }, + "id": "tp_28368" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3546013, + "label": "-", + "classification": { + "B": 9.036881486179649e-12, + "S": 2.7727087986706422e-11, + "I": 6.512425898108631e-06, + "C": 7.770957921593435e-08, + "R": 1.5599760372353444e-09, + "M": 2.724004843912553e-08, + "O": 1.008784789036099e-08, + "W": 2.1443259667908166e-10, + "N": 4.414535936803077e-08, + "Y": 1.1906324743904406e-06, + "U": 1.6208742681378396e-10, + "K": 1.862683518538688e-08, + "L": 7.885435360233117e-11, + "G": 2.552946227751818e-07, + "F": 5.940263145021163e-05, + "E": 2.133979023710708e-06, + "T": 9.331969295089948e-07, + "P": 0.3822932541370392, + "-": 0.6176361441612244 + }, + "id": "tp_28369" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3546146, + "label": "P", + "classification": { + "B": 3.0440205023296585e-07, + "S": 1.4122360880719498e-06, + "I": 0.06454276293516159, + "C": 4.48737091574003e-06, + "R": 1.1615629773586988e-06, + "M": 4.370574970380403e-05, + "O": 3.090219252044335e-06, + "W": 1.5964616295605083e-07, + "N": 0.0031506861560046673, + "Y": 0.0001410358672728762, + "U": 3.9043580812858636e-08, + "K": 2.085864025502815e-06, + "L": 1.0025906505006787e-07, + "G": 2.475642213539686e-05, + "F": 2.6295861971448176e-05, + "E": 0.0013744410825893283, + "T": 0.00010303585440851748, + "P": 0.9273630380630493, + "-": 0.00321730924770236 + }, + "id": "tp_28370" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3546280, + "label": "-", + "classification": { + "B": 2.510617923690006e-05, + "S": 1.9956996766268276e-05, + "I": 0.0019866465590894222, + "C": 0.0001264445309061557, + "R": 1.8315160559723154e-05, + "M": 0.0006974514690227807, + "O": 0.0002019828389165923, + "W": 1.5342533515649848e-05, + "N": 0.00019525032257661223, + "Y": 0.0011193837272003293, + "U": 2.1052754163974896e-05, + "K": 1.3009346730541438e-05, + "L": 5.6457880418747663e-05, + "G": 0.00044335841084830463, + "F": 0.0019013340352103114, + "E": 0.0016624823911115527, + "T": 0.004219229333102703, + "P": 0.30300864577293396, + "-": 0.6842685341835022 + }, + "id": "tp_28371" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3546380, + "label": "P", + "classification": { + "B": 4.6771165216341615e-05, + "S": 1.0256013410980813e-05, + "I": 0.006480541545897722, + "C": 0.00012447097105905414, + "R": 3.582521458156407e-05, + "M": 9.283106192015111e-05, + "O": 5.227791552897543e-05, + "W": 1.3215571016189642e-05, + "N": 0.0005375107284635305, + "Y": 0.0013634448405355215, + "U": 1.9697039533639327e-05, + "K": 0.0001179759346996434, + "L": 1.3106737242196687e-05, + "G": 0.0005492922500707209, + "F": 0.003129168413579464, + "E": 0.0038710797671228647, + "T": 0.0005835283664055169, + "P": 0.7944504618644714, + "-": 0.18850858509540558 + }, + "id": "tp_28372" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3546513, + "label": "P", + "classification": { + "B": 1.1344728591211606e-05, + "S": 2.0486324501689523e-05, + "I": 0.010094557888805866, + "C": 0.00043934021960012615, + "R": 8.89071961864829e-05, + "M": 0.000321515544783324, + "O": 0.00010196438961429521, + "W": 2.258174936287105e-05, + "N": 0.0008831923478282988, + "Y": 0.003130196128040552, + "U": 2.17438046092866e-05, + "K": 0.00012241702643223107, + "L": 2.838843829522375e-05, + "G": 0.001167274545878172, + "F": 0.00924390647560358, + "E": 0.006814625579863787, + "T": 0.0007757467101328075, + "P": 0.744596540927887, + "-": 0.22211523354053497 + }, + "id": "tp_28373" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3546647, + "label": "P", + "classification": { + "B": 3.077608212720406e-08, + "S": 7.905644139327705e-08, + "I": 0.0033488802146166563, + "C": 6.465383648901479e-06, + "R": 1.0298429060640046e-06, + "M": 4.181413714832161e-06, + "O": 7.279996907527675e-07, + "W": 1.052522335953654e-07, + "N": 8.44825481181033e-05, + "Y": 6.488098733825609e-05, + "U": 7.192886641860241e-08, + "K": 6.389529517036863e-06, + "L": 4.014838239640994e-08, + "G": 1.2076599887222983e-05, + "F": 0.0003017060807906091, + "E": 0.0006120452890172601, + "T": 1.9070062990067527e-05, + "P": 0.921301007270813, + "-": 0.07423675060272217 + }, + "id": "tp_28374" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3546780, + "label": "P", + "classification": { + "B": 7.04337352330775e-11, + "S": 5.063733720528374e-12, + "I": 2.224892159574665e-05, + "C": 1.1705280300589038e-08, + "R": 3.341522544775266e-11, + "M": 1.937028670795371e-08, + "O": 4.0920677957245744e-10, + "W": 6.035463361725446e-12, + "N": 3.1343123652050053e-08, + "Y": 9.765835784492083e-08, + "U": 6.328489815521365e-12, + "K": 5.625123197100512e-12, + "L": 3.497866926660542e-11, + "G": 7.640303323341868e-08, + "F": 4.723275992546405e-07, + "E": 3.6776917113456875e-05, + "T": 7.236343435579329e-08, + "P": 0.9817079305648804, + "-": 0.018232280388474464 + }, + "id": "tp_28375" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3546880, + "label": "P", + "classification": { + "B": 2.8017826480208896e-05, + "S": 1.830360088206362e-05, + "I": 0.008633428253233433, + "C": 0.0006011105724610388, + "R": 5.4335312597686425e-05, + "M": 0.00013646030856762081, + "O": 6.184964149724692e-05, + "W": 2.975081770273391e-05, + "N": 0.0008479863754473627, + "Y": 0.0008723345817998052, + "U": 3.996440864284523e-05, + "K": 0.00026301355683244765, + "L": 1.3815874808642548e-05, + "G": 0.0006396940443664789, + "F": 0.005959537345916033, + "E": 0.010775474831461906, + "T": 0.0003994392463937402, + "P": 0.7896542549133301, + "-": 0.18097123503684998 + }, + "id": "tp_28376" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3547014, + "label": "P", + "classification": { + "B": 7.139572488767953e-08, + "S": 7.233461829514454e-09, + "I": 0.0006075032870285213, + "C": 2.8082439484933275e-07, + "R": 5.8143010406297435e-09, + "M": 1.7098114994951175e-06, + "O": 1.1881756023512935e-08, + "W": 1.6522564427745579e-09, + "N": 1.1287652341707144e-05, + "Y": 1.6618116660538362e-06, + "U": 9.380146659410116e-10, + "K": 1.1252988230125993e-07, + "L": 1.4618817267830764e-09, + "G": 2.667565695446683e-06, + "F": 2.8589793146238662e-05, + "E": 0.0063368892297148705, + "T": 4.803209776582662e-07, + "P": 0.9903978109359741, + "-": 0.002610937226563692 + }, + "id": "tp_28377" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3547147, + "label": "P", + "classification": { + "B": 6.344111369571692e-08, + "S": 8.410322749341503e-08, + "I": 0.0001932998711708933, + "C": 2.486715175109566e-06, + "R": 2.471198286002618e-07, + "M": 1.0397785672466853e-06, + "O": 7.494259079976473e-07, + "W": 7.389876799379635e-08, + "N": 9.547437912260648e-06, + "Y": 9.521287211100571e-06, + "U": 4.7427281657519416e-08, + "K": 4.768218104800326e-07, + "L": 4.0242948529112255e-08, + "G": 7.759658728900831e-06, + "F": 0.0007326019112952054, + "E": 0.00010784500773297623, + "T": 8.541210263501853e-06, + "P": 0.8975479602813721, + "-": 0.10137766599655151 + }, + "id": "tp_28378" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3547281, + "label": "P", + "classification": { + "B": 3.58887831453103e-07, + "S": 5.540682934679353e-08, + "I": 0.007386567071080208, + "C": 2.036623664025683e-05, + "R": 7.457670676558337e-07, + "M": 2.061090708593838e-05, + "O": 5.307894639372535e-07, + "W": 6.076191283455046e-08, + "N": 9.16325589059852e-05, + "Y": 0.00017860735533758998, + "U": 5.138583603070401e-08, + "K": 9.66547759162495e-07, + "L": 9.00177354878906e-08, + "G": 5.746673559769988e-05, + "F": 0.00012296452769078314, + "E": 0.006740562152117491, + "T": 2.6252115276292898e-05, + "P": 0.962885320186615, + "-": 0.022466739639639854 + }, + "id": "tp_28379" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3547381, + "label": "P", + "classification": { + "B": 4.976268428436015e-07, + "S": 8.878079711394093e-07, + "I": 0.0071147894486784935, + "C": 7.928249942779075e-06, + "R": 1.979061153178918e-06, + "M": 6.507597390736919e-06, + "O": 3.3159701615659287e-06, + "W": 6.251181616789836e-07, + "N": 0.0004827099328394979, + "Y": 2.1356501747504808e-05, + "U": 4.541759039966564e-07, + "K": 6.819207101216307e-06, + "L": 2.688256017790991e-07, + "G": 1.8231401554658078e-05, + "F": 0.00014823615492787212, + "E": 0.0008426063577644527, + "T": 5.475404395838268e-05, + "P": 0.9708733558654785, + "-": 0.020414680242538452 + }, + "id": "tp_28380" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3547514, + "label": "P", + "classification": { + "B": 3.4137318039029196e-07, + "S": 2.0736275985200336e-07, + "I": 0.0011571894865483046, + "C": 8.658472324896138e-06, + "R": 3.305431732769648e-07, + "M": 1.9774977772613056e-05, + "O": 2.1951461803837446e-06, + "W": 2.0175102122266253e-07, + "N": 5.97391881456133e-05, + "Y": 0.00012225276441313326, + "U": 3.8224615650506166e-07, + "K": 9.155449333775323e-06, + "L": 1.5317380075430265e-07, + "G": 2.130316170223523e-05, + "F": 0.0003744957793969661, + "E": 0.0025242245756089687, + "T": 7.471837307093665e-05, + "P": 0.7728710770606995, + "-": 0.22275367379188538 + }, + "id": "tp_28381" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3547648, + "label": "P", + "classification": { + "B": 2.597292620976077e-07, + "S": 2.486779893118296e-09, + "I": 0.00017275493883062154, + "C": 2.617623522382928e-07, + "R": 4.032894462824288e-09, + "M": 9.869768291537184e-07, + "O": 2.5527649327727886e-08, + "W": 2.9162208203814544e-09, + "N": 2.4874480004655197e-06, + "Y": 4.219758011458907e-06, + "U": 9.30334198567806e-10, + "K": 1.1494456053640079e-08, + "L": 2.2970325641580303e-09, + "G": 1.0739627214206848e-06, + "F": 1.0059158739750274e-05, + "E": 0.0016944643575698137, + "T": 3.250423219469667e-07, + "P": 0.9827250838279724, + "-": 0.01538804080337286 + }, + "id": "tp_28382" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3547781, + "label": "P", + "classification": { + "B": 1.022940954165108e-09, + "S": 9.616865082051618e-10, + "I": 2.7194219001103193e-05, + "C": 4.717060164693976e-08, + "R": 1.6978929373578922e-09, + "M": 5.1948166657211914e-08, + "O": 1.8527282819036373e-08, + "W": 5.488897114602764e-10, + "N": 5.50514073438535e-07, + "Y": 4.965840503246e-07, + "U": 6.059927004642418e-10, + "K": 1.3146634003646795e-08, + "L": 2.716035452099419e-10, + "G": 1.9547120189145062e-07, + "F": 2.053538082691375e-05, + "E": 1.40087349791429e-05, + "T": 7.713950367360667e-07, + "P": 0.9212751388549805, + "-": 0.0786609947681427 + }, + "id": "tp_28383" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3547881, + "label": "P", + "classification": { + "B": 6.274228780966951e-07, + "S": 9.69085022006766e-07, + "I": 0.19380158185958862, + "C": 0.0006118474411778152, + "R": 4.2707273678388447e-05, + "M": 6.365367880789563e-05, + "O": 4.696471933129942e-06, + "W": 7.024665364951943e-07, + "N": 0.0012932210229337215, + "Y": 0.0003375047235749662, + "U": 6.442366498049523e-07, + "K": 1.3262783795653377e-06, + "L": 1.5666818171666819e-06, + "G": 9.267573477700353e-05, + "F": 0.00012105904897907749, + "E": 0.00669421860948205, + "T": 0.00010770533117465675, + "P": 0.783812940120697, + "-": 0.013010465539991856 + }, + "id": "tp_28384" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3548015, + "label": "P", + "classification": { + "B": 2.6005535502804378e-09, + "S": 8.991049682549601e-09, + "I": 5.928083919570781e-05, + "C": 7.603219387419813e-07, + "R": 6.888645742719746e-08, + "M": 1.9556259189812408e-07, + "O": 2.1476196820913174e-07, + "W": 3.7892885274004584e-08, + "N": 5.358762336982181e-06, + "Y": 3.704669143189676e-05, + "U": 2.580735625201669e-08, + "K": 4.3843625462614e-05, + "L": 1.5516327112052863e-09, + "G": 6.121387286839308e-06, + "F": 0.0013141634408384562, + "E": 0.00043102295603603125, + "T": 5.747364411945455e-06, + "P": 0.7190433740615845, + "-": 0.2790527641773224 + }, + "id": "tp_28385" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3548148, + "label": "P", + "classification": { + "B": 5.2512074549815324e-11, + "S": 1.2176986086132047e-09, + "I": 4.003356661996804e-05, + "C": 5.546372805476096e-10, + "R": 1.174179919960494e-10, + "M": 1.0415807105701447e-09, + "O": 1.2028671392272372e-09, + "W": 2.9802652012911324e-10, + "N": 1.3927865438745357e-06, + "Y": 1.3068741644417514e-08, + "U": 4.549701587697186e-11, + "K": 4.571714118384307e-09, + "L": 5.2966728225634085e-12, + "G": 3.2033169450329524e-09, + "F": 1.3126825706422096e-06, + "E": 2.2310409804049414e-06, + "T": 3.2194463983614696e-08, + "P": 0.9983450174331665, + "-": 0.0016098999185487628 + }, + "id": "tp_28386" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3548282, + "label": "P", + "classification": { + "B": 8.050601536524482e-07, + "S": 2.9834066026523942e-06, + "I": 0.0009633784065954387, + "C": 1.0565601769485511e-05, + "R": 1.9867366063408554e-06, + "M": 1.4405041838472243e-05, + "O": 1.3053684597252868e-05, + "W": 6.7986611611559056e-06, + "N": 0.00034766862518154085, + "Y": 0.00023176701506599784, + "U": 2.363174644415267e-06, + "K": 0.0014454086776822805, + "L": 3.192830320131179e-07, + "G": 0.00016454346769023687, + "F": 0.0044460962526500225, + "E": 0.00946364551782608, + "T": 0.00016670292825438082, + "P": 0.8408227562904358, + "-": 0.14189472794532776 + }, + "id": "tp_28387" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3548382, + "label": "P", + "classification": { + "B": 3.3194291972904466e-06, + "S": 3.2637240110489074e-06, + "I": 0.0077211991883814335, + "C": 8.563827577745542e-05, + "R": 8.651048119645566e-06, + "M": 5.2972569392295554e-05, + "O": 1.640184382267762e-05, + "W": 4.583525424095569e-06, + "N": 0.0006627907860092819, + "Y": 0.0006177256000228226, + "U": 3.850256234727567e-06, + "K": 0.00014300383918453008, + "L": 1.3259374327390105e-06, + "G": 0.0002080215490423143, + "F": 0.0017745940713211894, + "E": 0.00886299554258585, + "T": 0.00016723260341677815, + "P": 0.870029866695404, + "-": 0.10963267087936401 + }, + "id": "tp_28388" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3548515, + "label": "P", + "classification": { + "B": 1.2238121598784346e-05, + "S": 9.773709734872682e-07, + "I": 0.0073775374330580235, + "C": 0.00018177408492192626, + "R": 6.136929187050555e-06, + "M": 0.00010912942525465041, + "O": 6.640515039180173e-06, + "W": 2.0273141672078054e-06, + "N": 0.0003127196687273681, + "Y": 0.0002686874649953097, + "U": 2.739737738011172e-06, + "K": 3.7472193071153015e-05, + "L": 1.6150246437973692e-06, + "G": 0.0003105385403614491, + "F": 0.0007860856130719185, + "E": 0.026729032397270203, + "T": 7.636654481757432e-05, + "P": 0.8965449333190918, + "-": 0.06723330169916153 + }, + "id": "tp_28389" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3548649, + "label": "P", + "classification": { + "B": 3.6085825740883593e-06, + "S": 3.3489445740997326e-06, + "I": 0.0038723491597920656, + "C": 6.955661956453696e-05, + "R": 6.701694474031683e-06, + "M": 9.63475540629588e-05, + "O": 2.27512664423557e-05, + "W": 4.353749318397604e-06, + "N": 0.00029814778827130795, + "Y": 0.0005589447682723403, + "U": 3.3114029065473005e-06, + "K": 5.9187583246966824e-05, + "L": 1.5626766298737493e-06, + "G": 0.00017453030159231275, + "F": 0.0011783598456531763, + "E": 0.0036189514212310314, + "T": 0.0003569012042135, + "P": 0.7362292408943176, + "-": 0.25344184041023254 + }, + "id": "tp_28390" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3548782, + "label": "P", + "classification": { + "B": 9.541579402139178e-07, + "S": 5.207934009376913e-06, + "I": 0.002231466816738248, + "C": 1.439653988200007e-05, + "R": 6.009772732795682e-06, + "M": 3.4904129279311746e-05, + "O": 1.9487491954350844e-05, + "W": 3.861414825223619e-06, + "N": 0.0003125954244751483, + "Y": 0.0001994497433770448, + "U": 1.416329610037792e-06, + "K": 9.595291339792311e-05, + "L": 9.485501095696236e-07, + "G": 6.848491466371343e-05, + "F": 0.0026911944150924683, + "E": 0.0012729200534522533, + "T": 0.0002269461256219074, + "P": 0.8470828533172607, + "-": 0.1457308679819107 + }, + "id": "tp_28391" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3548882, + "label": "P", + "classification": { + "B": 2.315382607864791e-10, + "S": 4.3988868103639334e-11, + "I": 0.0001278812560485676, + "C": 2.467169579745132e-08, + "R": 4.254434859962686e-10, + "M": 4.2718887982573506e-08, + "O": 1.93345428556313e-09, + "W": 7.858273753935663e-11, + "N": 6.686100846309273e-07, + "Y": 4.255581700363109e-07, + "U": 5.575539682722841e-11, + "K": 1.993010645406912e-09, + "L": 4.976061229733375e-11, + "G": 7.45152206604871e-08, + "F": 1.6431587255283375e-06, + "E": 0.00010697817924665287, + "T": 8.008601071196608e-08, + "P": 0.9883755445480347, + "-": 0.011386617086827755 + }, + "id": "tp_28392" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3549016, + "label": "P", + "classification": { + "B": 3.919624180781511e-09, + "S": 1.1989160775272012e-09, + "I": 0.00021877512335777283, + "C": 1.0931074712061672e-08, + "R": 5.088560683930154e-10, + "M": 4.35512994556575e-08, + "O": 2.638396612297811e-09, + "W": 4.2386963383655996e-10, + "N": 5.2805539780820254e-06, + "Y": 1.5184713220151025e-07, + "U": 2.381455588285064e-10, + "K": 2.5905222855726606e-08, + "L": 6.868947077798282e-11, + "G": 5.462181817961209e-08, + "F": 2.3187853912531864e-06, + "E": 0.00020990316988900304, + "T": 6.828814491655066e-08, + "P": 0.9984536170959473, + "-": 0.0011096997186541557 + }, + "id": "tp_28393" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3549149, + "label": "P", + "classification": { + "B": 5.5064955262196236e-08, + "S": 4.8139664698965134e-08, + "I": 0.0012585216900333762, + "C": 3.134332189347333e-07, + "R": 4.55911077779092e-08, + "M": 1.6228532331297174e-06, + "O": 2.1810912187447684e-07, + "W": 2.4148869570694842e-08, + "N": 5.042346310801804e-05, + "Y": 9.330702596344054e-06, + "U": 9.258227073871694e-09, + "K": 1.0515786925680004e-06, + "L": 8.16073164600084e-09, + "G": 1.1959055882471148e-05, + "F": 5.3977179049979895e-05, + "E": 0.0019081400241702795, + "T": 2.9241932679724414e-06, + "P": 0.9897341728210449, + "-": 0.006967306137084961 + }, + "id": "tp_28394" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3549283, + "label": "P", + "classification": { + "B": 0.00011012239701813087, + "S": 4.1928939026547596e-05, + "I": 0.007818464189767838, + "C": 0.00024150147510226816, + "R": 4.696441101259552e-05, + "M": 0.0004500337818171829, + "O": 0.00017251302779186517, + "W": 5.012841575080529e-05, + "N": 0.0008600540459156036, + "Y": 0.001588357612490654, + "U": 4.87124161736574e-05, + "K": 0.00021338379883673042, + "L": 3.460957304923795e-05, + "G": 0.0003745181020349264, + "F": 0.0035859139170497656, + "E": 0.005048247519880533, + "T": 0.001552641624584794, + "P": 0.6889917850494385, + "-": 0.2887701094150543 + }, + "id": "tp_28395" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3549383, + "label": "P", + "classification": { + "B": 4.577457346499614e-08, + "S": 9.044413218362024e-08, + "I": 0.0015022539300844073, + "C": 8.270587272818375e-07, + "R": 8.897554693021448e-08, + "M": 1.0187840189246344e-06, + "O": 1.6165535043910495e-07, + "W": 5.4312121022803694e-08, + "N": 0.00013268923794385046, + "Y": 2.821841235345346e-06, + "U": 2.0256283761455052e-08, + "K": 6.3302431954070926e-06, + "L": 3.7040523981346496e-09, + "G": 3.2082130019261967e-06, + "F": 3.6928402550984174e-05, + "E": 0.0018820782424882054, + "T": 1.6791816506156465e-06, + "P": 0.9939179420471191, + "-": 0.0025116594042629004 + }, + "id": "tp_28396" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3549516, + "label": "P", + "classification": { + "B": 1.1670819866083093e-08, + "S": 7.536551382969492e-10, + "I": 0.0001358550798613578, + "C": 9.259046862553078e-08, + "R": 2.2975026325866565e-09, + "M": 1.239081228732175e-07, + "O": 1.022459450439328e-08, + "W": 8.958689345917037e-10, + "N": 1.99438773051952e-06, + "Y": 7.664626764380955e-07, + "U": 1.1028775670496316e-09, + "K": 1.495713064514348e-08, + "L": 5.719001938686574e-10, + "G": 5.474084332490747e-07, + "F": 3.945744538214058e-06, + "E": 0.00016116825281642377, + "T": 9.466211281505821e-07, + "P": 0.983259916305542, + "-": 0.016434570774435997 + }, + "id": "tp_28397" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3549650, + "label": "P", + "classification": { + "B": 1.2140908722813037e-08, + "S": 1.253578463256133e-09, + "I": 0.0002997691335622221, + "C": 3.175853180437116e-07, + "R": 4.372131545693492e-09, + "M": 6.562020757883147e-07, + "O": 1.7098450655339548e-08, + "W": 7.853346861708133e-10, + "N": 2.300543201272376e-06, + "Y": 8.956090482570289e-07, + "U": 1.3261505227291082e-09, + "K": 7.256612644113147e-09, + "L": 1.8058692319300462e-09, + "G": 6.798441063438077e-07, + "F": 4.966127107763896e-06, + "E": 0.00011158531560795382, + "T": 1.3043678563917638e-06, + "P": 0.9790559411048889, + "-": 0.02052154950797558 + }, + "id": "tp_28398" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3549783, + "label": "P", + "classification": { + "B": 4.957570354235941e-09, + "S": 9.573366543946804e-10, + "I": 3.9053880755091086e-05, + "C": 6.63219124064085e-09, + "R": 9.222763525107425e-11, + "M": 1.000840512688228e-07, + "O": 2.0098707143034744e-09, + "W": 1.8568802051532884e-10, + "N": 7.363239546975819e-07, + "Y": 1.0855424648070766e-07, + "U": 2.6780607245702193e-11, + "K": 5.652551759993685e-09, + "L": 1.1466273763804935e-10, + "G": 1.257200494819699e-07, + "F": 1.0604970157146454e-05, + "E": 0.0004974898765794933, + "T": 3.9255645845059917e-08, + "P": 0.9967918992042542, + "-": 0.0026597243268042803 + }, + "id": "tp_28399" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3549883, + "label": "P", + "classification": { + "B": 2.0811226353334433e-10, + "S": 8.438894028017785e-11, + "I": 3.1249535823008046e-05, + "C": 3.981595053659248e-10, + "R": 2.9828930124542463e-12, + "M": 3.260700864871069e-08, + "O": 5.284481532918939e-11, + "W": 4.398033152941405e-12, + "N": 3.993831683146709e-07, + "Y": 6.194486257271592e-09, + "U": 2.1845051809132876e-12, + "K": 1.682861350271736e-10, + "L": 2.5227083876727674e-12, + "G": 1.8999948281361867e-09, + "F": 1.617044631530007e-07, + "E": 0.0002161515294574201, + "T": 8.14799872017602e-09, + "P": 0.9995771050453186, + "-": 0.00017497256339993328 + }, + "id": "tp_28400" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3550017, + "label": "P", + "classification": { + "B": 8.287295258924132e-07, + "S": 2.499723450455349e-07, + "I": 0.0008138010744005442, + "C": 6.0416030464693904e-05, + "R": 1.8892175148721435e-06, + "M": 4.615791476680897e-05, + "O": 3.7816957956238184e-06, + "W": 4.360513798928878e-07, + "N": 4.10080720030237e-05, + "Y": 0.0004031590069644153, + "U": 7.656385605514515e-07, + "K": 1.1267986337770708e-05, + "L": 4.1273256101703737e-07, + "G": 9.950521780410782e-05, + "F": 0.0011749636614695191, + "E": 0.003927578218281269, + "T": 0.0001137863437179476, + "P": 0.7064481973648071, + "-": 0.28685179352760315 + }, + "id": "tp_28401" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3550150, + "label": "P", + "classification": { + "B": 1.9657322880561878e-08, + "S": 1.1594065707498658e-09, + "I": 5.305962258717045e-05, + "C": 6.265138097205636e-08, + "R": 2.0084245377915977e-09, + "M": 7.645096502528759e-07, + "O": 1.658539261484293e-08, + "W": 8.370028004023311e-10, + "N": 4.305611298605072e-07, + "Y": 4.797117298949161e-07, + "U": 2.0434669234514757e-10, + "K": 2.070463106518261e-10, + "L": 1.5529288965865362e-09, + "G": 6.212960101947829e-07, + "F": 3.9218653000716586e-06, + "E": 7.918861228972673e-05, + "T": 6.336720161925768e-07, + "P": 0.9812625050544739, + "-": 0.018598221242427826 + }, + "id": "tp_28402" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3550250, + "label": "P", + "classification": { + "B": 6.332399493658158e-07, + "S": 1.2138111848969402e-08, + "I": 0.0004985209670849144, + "C": 2.351390321564395e-06, + "R": 7.903683041377008e-08, + "M": 6.418428256438347e-06, + "O": 5.626161510008387e-07, + "W": 4.7321425000745876e-08, + "N": 1.0790523447212763e-05, + "Y": 5.0317312343395315e-06, + "U": 2.6062586755415396e-08, + "K": 3.329960307496549e-08, + "L": 8.210383128925969e-08, + "G": 7.791023563186172e-06, + "F": 3.1039846362546086e-05, + "E": 0.0014446934219449759, + "T": 5.251383754512062e-06, + "P": 0.9627217650413513, + "-": 0.035264819860458374 + }, + "id": "tp_28403" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3550384, + "label": "P", + "classification": { + "B": 3.2724873477718575e-08, + "S": 5.870157693266265e-09, + "I": 7.299888966372237e-05, + "C": 8.123151040706489e-09, + "R": 3.9555997366491624e-10, + "M": 1.5456494395493792e-07, + "O": 2.8708745603012176e-08, + "W": 1.0429750396667714e-09, + "N": 1.8466841993358685e-06, + "Y": 9.883498819363012e-08, + "U": 1.219098016980169e-10, + "K": 5.562268423631167e-10, + "L": 1.0359427760064932e-09, + "G": 1.457980829400185e-07, + "F": 1.8074565559800249e-06, + "E": 7.480116619262844e-05, + "T": 3.390925940038869e-07, + "P": 0.9878822565078735, + "-": 0.011965431272983551 + }, + "id": "tp_28404" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3550517, + "label": "P", + "classification": { + "B": 8.81904416019097e-05, + "S": 2.6337353119743057e-05, + "I": 0.15360519289970398, + "C": 0.0035925228148698807, + "R": 0.0003484665066935122, + "M": 0.0007951614679768682, + "O": 0.00018067070050165057, + "W": 2.5336987164337188e-05, + "N": 0.00403969269245863, + "Y": 0.003222441067919135, + "U": 4.12484587286599e-05, + "K": 3.838173870462924e-05, + "L": 7.964934775372967e-05, + "G": 0.0027848437894135714, + "F": 0.0009552294504828751, + "E": 0.017105069011449814, + "T": 0.0013479748740792274, + "P": 0.7101720571517944, + "-": 0.10155151784420013 + }, + "id": "tp_28405" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3550651, + "label": "P", + "classification": { + "B": 3.3216996861429315e-12, + "S": 4.890826459102993e-12, + "I": 4.632401669368846e-06, + "C": 9.146913781954424e-11, + "R": 2.3069558416355385e-12, + "M": 2.120419839712895e-09, + "O": 7.156895215354453e-11, + "W": 2.8356670310480947e-12, + "N": 4.192332170305235e-08, + "Y": 7.329166606950821e-09, + "U": 5.361416605814684e-13, + "K": 3.934685910422786e-10, + "L": 6.38471588966516e-13, + "G": 5.199606523120792e-09, + "F": 4.90666195673839e-07, + "E": 1.2361709195829462e-05, + "T": 5.735965036279822e-09, + "P": 0.9968971014022827, + "-": 0.003085360862314701 + }, + "id": "tp_28406" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3550751, + "label": "P", + "classification": { + "B": 3.262224865241414e-11, + "S": 2.965726622616849e-11, + "I": 5.781806612503715e-05, + "C": 3.8407566016473993e-10, + "R": 1.9778846963025565e-11, + "M": 1.6312532435946991e-09, + "O": 1.182929726395443e-10, + "W": 7.45719805350653e-12, + "N": 5.002123657504853e-07, + "Y": 1.1893606099988574e-08, + "U": 1.6832954301271297e-12, + "K": 5.332535524260607e-10, + "L": 1.3053179414093674e-12, + "G": 9.59014112567047e-09, + "F": 1.7782902261842537e-07, + "E": 5.3759285947307944e-06, + "T": 1.831886642378322e-08, + "P": 0.9995728135108948, + "-": 0.00036325815017335117 + }, + "id": "tp_28407" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3550884, + "label": "P", + "classification": { + "B": 7.841146612008743e-07, + "S": 4.135871378707634e-08, + "I": 0.0004961905651725829, + "C": 8.67484750699532e-09, + "R": 1.1203834526796186e-09, + "M": 2.3309403331950307e-06, + "O": 2.3572900076374026e-08, + "W": 7.425494108481701e-10, + "N": 2.7420699098001933e-06, + "Y": 1.6149671466791915e-07, + "U": 2.8689091033373693e-11, + "K": 4.4498504880863265e-10, + "L": 6.17645357081642e-09, + "G": 1.8532109606894664e-06, + "F": 1.0023830327554606e-05, + "E": 0.0013474177103489637, + "T": 2.130533118815947e-07, + "P": 0.9964144229888916, + "-": 0.0017236982239410281 + }, + "id": "tp_28408" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3551018, + "label": "P", + "classification": { + "B": 1.6224172005863124e-09, + "S": 2.0909953768466494e-09, + "I": 0.0002369758003624156, + "C": 1.4570498585442238e-08, + "R": 4.940671205488911e-10, + "M": 6.388712137095354e-08, + "O": 2.1890051993267434e-09, + "W": 4.4637626928079044e-10, + "N": 3.439433567109518e-05, + "Y": 6.470200020203265e-08, + "U": 6.840977090361022e-11, + "K": 1.9249362992468377e-07, + "L": 4.7934486241407726e-11, + "G": 3.664663665858825e-07, + "F": 1.5887769677647157e-06, + "E": 0.0020281022880226374, + "T": 1.471354948989756e-07, + "P": 0.9975222945213318, + "-": 0.00017570283671375364 + }, + "id": "tp_28409" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3551151, + "label": "P", + "classification": { + "B": 4.1826966480584815e-05, + "S": 7.3149867603206076e-06, + "I": 0.015256076119840145, + "C": 0.00032816073508001864, + "R": 3.3178224839502946e-05, + "M": 0.0007576085045002401, + "O": 5.084672011435032e-05, + "W": 1.224751667905366e-05, + "N": 0.0007523794192820787, + "Y": 0.0009444934548810124, + "U": 1.1171183359692805e-05, + "K": 5.7796016335487366e-05, + "L": 1.426607650500955e-05, + "G": 0.000802287773694843, + "F": 0.001837237155996263, + "E": 0.020269397646188736, + "T": 0.0004427524108905345, + "P": 0.8504268527030945, + "-": 0.10795406997203827 + }, + "id": "tp_28410" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3551251, + "label": "P", + "classification": { + "B": 1.2123471115899065e-09, + "S": 5.020057258775523e-09, + "I": 0.002371873240917921, + "C": 6.459598580477177e-07, + "R": 1.2943929483810734e-08, + "M": 3.6887240639771335e-07, + "O": 2.1396362015480008e-08, + "W": 8.757126690461803e-10, + "N": 3.907310383510776e-05, + "Y": 1.2964894722244935e-06, + "U": 7.618691788557896e-10, + "K": 2.3443435637204857e-08, + "L": 7.65166208172019e-10, + "G": 3.6978008211008273e-07, + "F": 5.247168701316696e-06, + "E": 0.00015668969717808068, + "T": 1.8499463294574525e-06, + "P": 0.9916509985923767, + "-": 0.005771517287939787 + }, + "id": "tp_28411" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3551385, + "label": "P", + "classification": { + "B": 1.0872486071178411e-11, + "S": 1.1106414182435187e-12, + "I": 1.6713125887690694e-06, + "C": 1.5500156713699198e-10, + "R": 3.379458388477752e-12, + "M": 1.7647771022311076e-09, + "O": 9.50869383231634e-11, + "W": 7.882885425143649e-13, + "N": 8.690348884954346e-09, + "Y": 2.3104400170836925e-08, + "U": 2.6858051373201963e-13, + "K": 5.9048363421077e-11, + "L": 7.130863824769684e-13, + "G": 2.316984470951411e-08, + "F": 1.2692057680396829e-06, + "E": 4.304138201405294e-06, + "T": 9.559912861334396e-09, + "P": 0.9891865849494934, + "-": 0.010806099511682987 + }, + "id": "tp_28412" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3551518, + "label": "P", + "classification": { + "B": 9.196022432433892e-08, + "S": 2.1325989862930328e-08, + "I": 0.0002939113473985344, + "C": 8.099502935010605e-08, + "R": 1.6900198573921443e-08, + "M": 1.4601180282625137e-06, + "O": 1.1539963651330254e-07, + "W": 4.85778750558552e-09, + "N": 1.1934122085222043e-05, + "Y": 7.175162863859441e-07, + "U": 1.9264212447467344e-09, + "K": 2.247298169777423e-08, + "L": 5.6410573989751356e-09, + "G": 2.3301754481508397e-06, + "F": 1.1070348591601942e-05, + "E": 0.0001947623532032594, + "T": 1.962329861271428e-06, + "P": 0.9949946403503418, + "-": 0.004486832767724991 + }, + "id": "tp_28413" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3551652, + "label": "P", + "classification": { + "B": 2.9413240554276854e-06, + "S": 1.5843861547182314e-06, + "I": 0.02731224149465561, + "C": 0.00029845989774912596, + "R": 3.393092629266903e-05, + "M": 7.205014844657853e-05, + "O": 1.0721316357376054e-05, + "W": 2.372242761339294e-06, + "N": 0.0004658713296521455, + "Y": 0.0007447826792486012, + "U": 1.5966282944646082e-06, + "K": 4.1617881834099535e-06, + "L": 2.6768370844365563e-06, + "G": 0.0002212643885286525, + "F": 0.0005391245358623564, + "E": 0.004717682953923941, + "T": 0.0001351954706478864, + "P": 0.8942857980728149, + "-": 0.07114765048027039 + }, + "id": "tp_28414" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3551752, + "label": "P", + "classification": { + "B": 3.78969255976358e-09, + "S": 4.107098341976645e-11, + "I": 4.049140898132464e-06, + "C": 3.5124902098004895e-08, + "R": 1.6746935782574468e-10, + "M": 9.704731240844922e-09, + "O": 1.9419348351590315e-09, + "W": 9.808222983798132e-11, + "N": 4.08174720689658e-08, + "Y": 1.55164514126227e-07, + "U": 1.9875001644464874e-10, + "K": 1.9989816746335265e-10, + "L": 1.4901170575232214e-10, + "G": 1.2739882038204087e-07, + "F": 1.5657483345421497e-06, + "E": 9.01902876648819e-06, + "T": 1.0599430311231117e-07, + "P": 0.9787492156028748, + "-": 0.02123573236167431 + }, + "id": "tp_28415" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3551885, + "label": "P", + "classification": { + "B": 9.623572623240761e-07, + "S": 6.30550189839596e-08, + "I": 0.0013842219486832619, + "C": 2.1930007278569974e-05, + "R": 1.2070340744685382e-06, + "M": 5.701410827896325e-06, + "O": 1.276181251341768e-06, + "W": 1.2712052921415307e-07, + "N": 2.696523915801663e-05, + "Y": 4.273102604201995e-05, + "U": 1.5821642307400907e-07, + "K": 8.85885469870118e-07, + "L": 3.002348307745706e-07, + "G": 7.786608330206946e-05, + "F": 0.0006235670298337936, + "E": 0.0011021513491868973, + "T": 8.380834515264723e-06, + "P": 0.9232852458953857, + "-": 0.07341623306274414 + }, + "id": "tp_28416" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3552019, + "label": "P", + "classification": { + "B": 3.1893101493096765e-08, + "S": 1.5788772955716013e-08, + "I": 0.00021894508972764015, + "C": 3.719541155078332e-07, + "R": 1.3846539026474147e-08, + "M": 1.2882439932582201e-06, + "O": 9.813653889523266e-08, + "W": 7.183174943747872e-09, + "N": 9.729699741001241e-06, + "Y": 4.04545062338002e-06, + "U": 6.165825183757079e-09, + "K": 3.7543742337220465e-07, + "L": 6.711577960061277e-09, + "G": 3.2803229714772897e-06, + "F": 7.235827797558159e-05, + "E": 0.00042094243690371513, + "T": 3.2942957659543026e-06, + "P": 0.9806466102600098, + "-": 0.01861860603094101 + }, + "id": "tp_28417" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3552152, + "label": "P", + "classification": { + "B": 2.723320458031253e-10, + "S": 1.7246511163637734e-10, + "I": 2.4707940610824153e-05, + "C": 3.7140279740555115e-09, + "R": 6.487876902383505e-11, + "M": 8.218412617111426e-09, + "O": 2.2282247158500468e-09, + "W": 3.4300402795839346e-11, + "N": 3.740456406831072e-07, + "Y": 3.4586555841542577e-08, + "U": 2.6780163156492343e-11, + "K": 2.496477469193792e-10, + "L": 4.6616120685794016e-11, + "G": 6.611396941025305e-08, + "F": 8.580660164625442e-07, + "E": 3.4853203487728024e-06, + "T": 6.536664898249e-08, + "P": 0.994418740272522, + "-": 0.005551764275878668 + }, + "id": "tp_28418" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3552252, + "label": "P", + "classification": { + "B": 2.0720829496667648e-08, + "S": 4.835615285969652e-08, + "I": 0.007068903185427189, + "C": 3.469271860012668e-06, + "R": 4.575922218919004e-07, + "M": 2.1160908545425627e-06, + "O": 2.568235970556998e-07, + "W": 2.1151283391418474e-08, + "N": 0.00011764383089030161, + "Y": 1.615720975678414e-05, + "U": 1.1143774791833039e-08, + "K": 1.819742294628668e-07, + "L": 1.6326312746173244e-08, + "G": 5.504017281054985e-06, + "F": 1.6207442968152463e-05, + "E": 0.0005919073009863496, + "T": 9.320475328422617e-06, + "P": 0.9853388071060181, + "-": 0.006828988902270794 + }, + "id": "tp_28419" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3552386, + "label": "-", + "classification": { + "B": 4.6748855311307125e-06, + "S": 7.3113383223244455e-06, + "I": 0.0019368826178833842, + "C": 0.002019158797338605, + "R": 0.00039180394378490746, + "M": 0.0026956619694828987, + "O": 0.00020065288117621094, + "W": 1.7547790776006877e-05, + "N": 4.628626993508078e-05, + "Y": 0.02531277760863304, + "U": 8.615421393187717e-06, + "K": 2.5557657863828354e-05, + "L": 6.468823266914114e-05, + "G": 0.0021554171107709408, + "F": 0.0056646098382771015, + "E": 0.0007523252861574292, + "T": 0.006566348485648632, + "P": 0.04454609379172325, + "-": 0.9075835943222046 + }, + "id": "tp_28420" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3552519, + "label": "-", + "classification": { + "B": 8.075475079749594e-07, + "S": 8.868429972608283e-07, + "I": 0.0009332476183772087, + "C": 3.806672975770198e-05, + "R": 2.2494580207421677e-06, + "M": 3.300699972896837e-05, + "O": 1.3685803423868492e-05, + "W": 1.3364597180043347e-06, + "N": 9.957237489288673e-05, + "Y": 0.0006540711619891226, + "U": 1.8973125861521112e-06, + "K": 0.00019694499496836215, + "L": 8.109223585961445e-07, + "G": 0.0003845694591291249, + "F": 0.0023163228761404753, + "E": 0.006525394506752491, + "T": 0.0002674260758794844, + "P": 0.49164700508117676, + "-": 0.49688267707824707 + }, + "id": "tp_28421" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3552653, + "label": "P", + "classification": { + "B": 2.156308021028508e-08, + "S": 6.820335962665069e-10, + "I": 0.00011571148206712678, + "C": 4.663570223328861e-07, + "R": 2.464755510800387e-09, + "M": 2.3752486413286533e-06, + "O": 3.5307291312847155e-08, + "W": 7.594483930617457e-10, + "N": 8.377472227039107e-07, + "Y": 1.4983198525442276e-05, + "U": 1.6857102380640754e-09, + "K": 2.0894752594813326e-08, + "L": 2.065666748762851e-09, + "G": 2.3728350697638234e-06, + "F": 1.8980572349391878e-05, + "E": 0.0005731798009946942, + "T": 3.0416681511269417e-06, + "P": 0.7789519429206848, + "-": 0.220316082239151 + }, + "id": "tp_28422" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3552753, + "label": "P", + "classification": { + "B": 3.8452907524799684e-09, + "S": 2.7876001951199214e-08, + "I": 8.273455023299903e-05, + "C": 5.137793124276868e-08, + "R": 2.7825521886626348e-09, + "M": 5.582101039180998e-07, + "O": 8.79213004623125e-08, + "W": 1.7049611722441682e-09, + "N": 3.2671882763679605e-06, + "Y": 6.839965749350085e-07, + "U": 5.756585208516185e-10, + "K": 7.352810360572448e-09, + "L": 2.0990629234773905e-09, + "G": 4.1452398136243573e-07, + "F": 2.0967043383279815e-05, + "E": 3.6178913433104753e-05, + "T": 2.371041546211927e-06, + "P": 0.9728713035583496, + "-": 0.026981454342603683 + }, + "id": "tp_28423" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3552886, + "label": "P", + "classification": { + "B": 1.651904923960501e-08, + "S": 4.112918339238547e-10, + "I": 5.59565523872152e-06, + "C": 2.4549594357381466e-08, + "R": 3.0918884119657264e-10, + "M": 5.224610433174348e-08, + "O": 2.1431372232427748e-08, + "W": 9.873587503150816e-10, + "N": 6.67963817591044e-08, + "Y": 6.097831146689714e-07, + "U": 4.2747683171029394e-10, + "K": 4.874941006427491e-10, + "L": 6.868059454490094e-10, + "G": 1.794565349655386e-07, + "F": 8.667134352435824e-06, + "E": 9.543308806314599e-06, + "T": 4.5027641704109556e-07, + "P": 0.8844643235206604, + "-": 0.11551039665937424 + }, + "id": "tp_28424" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3553020, + "label": "P", + "classification": { + "B": 6.028497256949095e-09, + "S": 3.529563485926701e-08, + "I": 0.010947106406092644, + "C": 4.2053758875226777e-07, + "R": 5.542296932503632e-08, + "M": 1.1790129974542651e-06, + "O": 1.0973109709766504e-07, + "W": 8.393143069440612e-09, + "N": 0.00017916101205628365, + "Y": 1.8770999304251745e-05, + "U": 1.3012995125905036e-09, + "K": 2.1945204764506343e-07, + "L": 2.989677838627358e-09, + "G": 2.640522779984167e-06, + "F": 7.798149454174563e-06, + "E": 0.00031406545895151794, + "T": 1.3234292964625638e-05, + "P": 0.9857414960861206, + "-": 0.0027736250776797533 + }, + "id": "tp_28425" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3553153, + "label": "P", + "classification": { + "B": 1.9000532347490662e-06, + "S": 1.84933071523119e-07, + "I": 0.004135900177061558, + "C": 3.9422298868885264e-05, + "R": 2.1644355001626536e-06, + "M": 1.8692466255743057e-05, + "O": 2.6580592020764016e-06, + "W": 1.4188806574111368e-07, + "N": 0.00010245719022350386, + "Y": 0.00010970226867357269, + "U": 4.4284007572059636e-07, + "K": 2.6377515496278647e-06, + "L": 4.911694304610137e-07, + "G": 0.0001780336315277964, + "F": 0.0003654784813988954, + "E": 0.002047948306426406, + "T": 6.762455450370908e-05, + "P": 0.8846533894538879, + "-": 0.10827077180147171 + }, + "id": "tp_28426" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3553253, + "label": "P", + "classification": { + "B": 1.5526352425965229e-09, + "S": 1.0944305905979945e-08, + "I": 0.00019022499327547848, + "C": 5.413790518105088e-07, + "R": 3.280053917364967e-08, + "M": 2.782473131901497e-07, + "O": 2.117090645015196e-07, + "W": 1.703189234092406e-08, + "N": 7.115570952009875e-06, + "Y": 9.084789780899882e-06, + "U": 9.604050887901394e-09, + "K": 9.603428452464868e-07, + "L": 1.9786521310294347e-09, + "G": 1.669980633778323e-06, + "F": 8.949741459218785e-05, + "E": 4.545241972664371e-05, + "T": 6.4786527218529955e-06, + "P": 0.8379328846931458, + "-": 0.16171546280384064 + }, + "id": "tp_28427" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3553387, + "label": "P", + "classification": { + "B": 0.00034409714862704277, + "S": 0.00014074004138819873, + "I": 0.047005146741867065, + "C": 0.0018595597939565778, + "R": 0.0003359394904691726, + "M": 0.001621788484044373, + "O": 0.00027623496134765446, + "W": 8.936900121625513e-05, + "N": 0.004837187472730875, + "Y": 0.005343942902982235, + "U": 0.00015863233420532197, + "K": 0.0003977887681685388, + "L": 0.00019098924531135708, + "G": 0.003692725906148553, + "F": 0.006457987241446972, + "E": 0.029503151774406433, + "T": 0.004661101382225752, + "P": 0.7857965230941772, + "-": 0.10728704184293747 + }, + "id": "tp_28428" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3553520, + "label": "P", + "classification": { + "B": 1.609108949196525e-05, + "S": 1.1942986020585522e-05, + "I": 0.021061986684799194, + "C": 0.0004820780304726213, + "R": 8.948616596171632e-05, + "M": 0.00011283624189672992, + "O": 6.076797944842838e-05, + "W": 1.3617418517242186e-05, + "N": 0.0004805394564755261, + "Y": 0.0007919869967736304, + "U": 9.885770850814879e-06, + "K": 6.391724127752241e-06, + "L": 1.4411501979338937e-05, + "G": 0.00021455276873894036, + "F": 0.0005762954824604094, + "E": 0.0011395877227187157, + "T": 0.0011246447684243321, + "P": 0.7432870864868164, + "-": 0.2305057942867279 + }, + "id": "tp_28429" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3553654, + "label": "P", + "classification": { + "B": 3.1755628682184067e-10, + "S": 1.0152767515592132e-10, + "I": 8.485926082357764e-05, + "C": 1.4187551578004332e-08, + "R": 1.0577954068224926e-09, + "M": 3.671824089224174e-08, + "O": 3.4538343296475205e-09, + "W": 7.144603658693072e-11, + "N": 4.800390343007166e-07, + "Y": 7.480230124201626e-07, + "U": 6.024455240227766e-11, + "K": 1.5086987215084946e-09, + "L": 8.025129866195968e-11, + "G": 2.0097930075735349e-07, + "F": 2.5208296392520424e-06, + "E": 3.0216609957278706e-05, + "T": 1.6005475345082232e-07, + "P": 0.9823009967803955, + "-": 0.017579777166247368 + }, + "id": "tp_28430" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3553754, + "label": "P", + "classification": { + "B": 1.0460332156014829e-08, + "S": 2.4088413042022694e-08, + "I": 0.0004891565185971558, + "C": 5.026246299166814e-07, + "R": 3.833856965229643e-08, + "M": 2.8495330184341583e-07, + "O": 5.37197415440005e-08, + "W": 2.1159729968189822e-08, + "N": 2.2018437448423356e-05, + "Y": 2.4610551463410957e-06, + "U": 1.4973933204487366e-08, + "K": 3.930194452550495e-06, + "L": 1.0287610763271005e-09, + "G": 4.933233981319063e-07, + "F": 4.858182728639804e-05, + "E": 0.00042133216629736125, + "T": 2.077056024063495e-06, + "P": 0.9755833148956299, + "-": 0.023425713181495667 + }, + "id": "tp_28431" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3553887, + "label": "P", + "classification": { + "B": 6.560221208928851e-06, + "S": 1.4648844626208302e-05, + "I": 0.000427908671554178, + "C": 3.4018271435343195e-06, + "R": 2.140184051313554e-06, + "M": 4.719867320090998e-06, + "O": 6.324520654743537e-05, + "W": 1.1055903087253682e-05, + "N": 9.671824955148622e-05, + "Y": 1.1828110473288689e-05, + "U": 6.268620609262143e-07, + "K": 3.1138010854192544e-06, + "L": 1.950960040630889e-06, + "G": 2.7749008950195275e-05, + "F": 0.001176626654341817, + "E": 9.956796566257253e-05, + "T": 5.490815965458751e-05, + "P": 0.8647613525390625, + "-": 0.13323192298412323 + }, + "id": "tp_28432" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3554021, + "label": "P", + "classification": { + "B": 9.850828774915499e-08, + "S": 4.732866187850959e-08, + "I": 0.0006573159480467439, + "C": 2.0888042229216808e-07, + "R": 1.3140513566156642e-08, + "M": 9.81557377599529e-07, + "O": 2.1176812481371599e-07, + "W": 1.4320648666910074e-08, + "N": 1.687913572823163e-05, + "Y": 4.221283518290875e-07, + "U": 5.622988297204756e-09, + "K": 1.4214110777288624e-08, + "L": 1.3019888278620328e-08, + "G": 8.027680564737238e-07, + "F": 3.286026640125783e-06, + "E": 6.885114271426573e-05, + "T": 3.4595329907460837e-06, + "P": 0.9914348721504211, + "-": 0.007812478579580784 + }, + "id": "tp_28433" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3554154, + "label": "P", + "classification": { + "B": 9.963193292605865e-08, + "S": 6.690337528425516e-08, + "I": 0.0012095288839191198, + "C": 2.6704663014243124e-06, + "R": 2.2838820257220505e-07, + "M": 3.4448432870703982e-06, + "O": 3.112312185749033e-07, + "W": 7.401080637237101e-08, + "N": 4.412760608829558e-05, + "Y": 2.4466589820804074e-05, + "U": 1.121423309768943e-07, + "K": 9.286204658565111e-06, + "L": 2.8411948349571503e-08, + "G": 1.044146756612463e-05, + "F": 0.0002293355792062357, + "E": 0.00205379631370306, + "T": 9.24187133932719e-06, + "P": 0.9582640528678894, + "-": 0.03813869133591652 + }, + "id": "tp_28434" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3554254, + "label": "P", + "classification": { + "B": 4.6291083890537266e-06, + "S": 1.2656129001697991e-05, + "I": 0.012952648103237152, + "C": 0.0002537280088290572, + "R": 7.969642319949344e-05, + "M": 0.00012579494796227664, + "O": 4.826872100238688e-05, + "W": 2.8844731787103228e-05, + "N": 0.001944479183293879, + "Y": 0.0007543688989244401, + "U": 2.94038254651241e-05, + "K": 0.0031967833638191223, + "L": 4.884959707851522e-06, + "G": 0.00043542764615267515, + "F": 0.005790111608803272, + "E": 0.012330611236393452, + "T": 0.0005223507178016007, + "P": 0.8315689563751221, + "-": 0.12991641461849213 + }, + "id": "tp_28435" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3554388, + "label": "P", + "classification": { + "B": 2.9598872686165123e-08, + "S": 9.852787474784463e-10, + "I": 1.4168883353704587e-05, + "C": 3.6807104919489575e-08, + "R": 3.4843844476384334e-10, + "M": 4.0531958234168997e-07, + "O": 1.613590328020109e-08, + "W": 1.3613389304723e-09, + "N": 3.7349190051827463e-07, + "Y": 1.4127291478871484e-06, + "U": 8.343153945489235e-10, + "K": 3.088716482579912e-08, + "L": 4.852550583578363e-10, + "G": 5.338200708138174e-07, + "F": 1.7817308616940863e-05, + "E": 0.00024376693181693554, + "T": 8.922785355025553e-07, + "P": 0.9403288960456848, + "-": 0.05939168483018875 + }, + "id": "tp_28436" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3554521, + "label": "-", + "classification": { + "B": 7.311147243171945e-09, + "S": 2.3674498472736616e-10, + "I": 2.2465726942755282e-05, + "C": 3.478972132597846e-07, + "R": 2.26099121647394e-08, + "M": 9.375335139338858e-07, + "O": 1.977296761879188e-07, + "W": 1.4275751691883443e-09, + "N": 1.1762505636170317e-07, + "Y": 1.8502356397220865e-05, + "U": 2.136522292417453e-09, + "K": 1.2517540337597666e-09, + "L": 1.2586785835821956e-08, + "G": 4.431127308635041e-06, + "F": 1.0609922355797607e-05, + "E": 7.684567208343651e-06, + "T": 2.219061389041599e-05, + "P": 0.28352636098861694, + "-": 0.716386079788208 + }, + "id": "tp_28437" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3554655, + "label": "P", + "classification": { + "B": 3.490631570457481e-07, + "S": 9.767816067096646e-08, + "I": 0.004741910379379988, + "C": 2.7822365154861473e-05, + "R": 2.2994313439994585e-06, + "M": 5.127288659423357e-06, + "O": 1.2495759165176423e-06, + "W": 1.0798488148111574e-07, + "N": 4.846682713832706e-05, + "Y": 0.00022729262127541006, + "U": 7.76166118043875e-08, + "K": 7.486606250495242e-07, + "L": 1.3461099968026247e-07, + "G": 6.436248804675415e-05, + "F": 0.0002484623691998422, + "E": 0.0004012362624052912, + "T": 1.9407698346185498e-05, + "P": 0.9251191020011902, + "-": 0.0690918117761612 + }, + "id": "tp_28438" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3554755, + "label": "P", + "classification": { + "B": 2.0421068711584667e-06, + "S": 4.1561096963960154e-07, + "I": 0.005393337458372116, + "C": 8.118555706460029e-05, + "R": 7.4735135058290325e-06, + "M": 6.013002712279558e-05, + "O": 1.0146322892978787e-05, + "W": 8.325615112880769e-07, + "N": 9.75355360424146e-05, + "Y": 0.00046997604658827186, + "U": 9.356018608741579e-07, + "K": 2.8108254355174722e-06, + "L": 1.444538156647468e-06, + "G": 0.00011658143193926662, + "F": 0.0004524355463217944, + "E": 0.0011351975845173001, + "T": 0.00020956520165782422, + "P": 0.7276136875152588, + "-": 0.2643442749977112 + }, + "id": "tp_28439" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3554888, + "label": "P", + "classification": { + "B": 3.0555273866639254e-08, + "S": 1.4136553039278965e-09, + "I": 0.001163690583780408, + "C": 3.5597756777860923e-06, + "R": 1.5236372519211727e-07, + "M": 6.251099421206163e-06, + "O": 1.3641563612054597e-07, + "W": 4.89688334326388e-09, + "N": 3.0688941023981897e-06, + "Y": 4.6207522245822474e-05, + "U": 5.257919433176994e-09, + "K": 1.1343499473071006e-08, + "L": 1.3566348044946608e-08, + "G": 9.541382496536244e-06, + "F": 1.882358264992945e-05, + "E": 0.00025411497335880995, + "T": 8.82406675373204e-06, + "P": 0.8745322823524475, + "-": 0.12395340204238892 + }, + "id": "tp_28440" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3555022, + "label": "P", + "classification": { + "B": 9.47836895193177e-07, + "S": 9.936277365341084e-07, + "I": 0.007943032309412956, + "C": 8.835359039949253e-05, + "R": 1.5180061382125132e-05, + "M": 0.00010230309999315068, + "O": 1.0747729902504943e-05, + "W": 1.6183482784981607e-06, + "N": 0.00016848811355885118, + "Y": 0.0007042809156700969, + "U": 1.1165105888721882e-06, + "K": 3.6954452298232354e-06, + "L": 1.9187484667781973e-06, + "G": 0.00011031209578504786, + "F": 0.0008164337486959994, + "E": 0.0008732849382795393, + "T": 0.00022658695525024086, + "P": 0.7775910496711731, + "-": 0.21133971214294434 + }, + "id": "tp_28441" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3555155, + "label": "P", + "classification": { + "B": 3.297639523225371e-06, + "S": 6.556288099091034e-06, + "I": 0.11180026084184647, + "C": 0.003619267838075757, + "R": 0.000412533525377512, + "M": 0.0004130218585487455, + "O": 6.224776734597981e-05, + "W": 6.634786586801056e-06, + "N": 0.003956273198127747, + "Y": 0.0029089581221342087, + "U": 6.6077036535716616e-06, + "K": 6.662053783657029e-05, + "L": 1.0065920832857955e-05, + "G": 0.0011453075567260385, + "F": 0.001542406971566379, + "E": 0.00673433905467391, + "T": 0.0017157739493995905, + "P": 0.758350133895874, + "-": 0.10723970830440521 + }, + "id": "tp_28442" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3555255, + "label": "P", + "classification": { + "B": 7.024987280601636e-05, + "S": 8.254332897195127e-06, + "I": 0.008199464529752731, + "C": 0.0008191886590793729, + "R": 7.279169949470088e-05, + "M": 0.0006321970722638071, + "O": 9.568042150931433e-05, + "W": 1.3839142411598004e-05, + "N": 0.00029520815587602556, + "Y": 0.004980612080544233, + "U": 2.0390292775118724e-05, + "K": 4.963432365912013e-05, + "L": 3.617691618273966e-05, + "G": 0.002167646773159504, + "F": 0.004133080597966909, + "E": 0.011159451678395271, + "T": 0.0009606021922081709, + "P": 0.4952000677585602, + "-": 0.47108539938926697 + }, + "id": "tp_28443" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3555389, + "label": "P", + "classification": { + "B": 4.2956131984794865e-09, + "S": 4.448841739446152e-09, + "I": 0.00045461399713531137, + "C": 4.045373884764558e-07, + "R": 5.31693764571628e-08, + "M": 3.95721798440718e-07, + "O": 6.287964282591929e-08, + "W": 3.744678789274758e-09, + "N": 3.3184514904860407e-06, + "Y": 1.4849457556920242e-06, + "U": 3.908187551360243e-09, + "K": 5.180224249556886e-09, + "L": 8.158672848423976e-09, + "G": 1.4352302741826861e-06, + "F": 6.459863925556419e-06, + "E": 1.9067707398789935e-05, + "T": 6.44952251604991e-06, + "P": 0.970542311668396, + "-": 0.028963947668671608 + }, + "id": "tp_28444" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3555522, + "label": "P", + "classification": { + "B": 7.248949259519577e-05, + "S": 9.567144297761843e-05, + "I": 0.017003733664751053, + "C": 0.000561505148652941, + "R": 9.145084186457098e-05, + "M": 0.0007388021913357079, + "O": 0.0002344141830690205, + "W": 4.8569498176220804e-05, + "N": 0.0019123892998322845, + "Y": 0.002879415638744831, + "U": 5.5957716540433466e-05, + "K": 0.00011493806960061193, + "L": 5.3744312026537955e-05, + "G": 0.0007683946168981493, + "F": 0.002528080716729164, + "E": 0.0038255169056355953, + "T": 0.002606104128062725, + "P": 0.7831147909164429, + "-": 0.18329396843910217 + }, + "id": "tp_28445" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3555656, + "label": "P", + "classification": { + "B": 1.9554508980945684e-06, + "S": 8.407154723499843e-07, + "I": 0.006718989461660385, + "C": 3.169377669109963e-05, + "R": 1.0774275551739265e-06, + "M": 8.990413334686309e-05, + "O": 3.8692278394591995e-06, + "W": 5.698045129065576e-07, + "N": 0.00019566672563087195, + "Y": 0.0006948790978640318, + "U": 2.408391424069123e-07, + "K": 1.083138704416342e-05, + "L": 3.9500571347161895e-07, + "G": 0.00011446198914200068, + "F": 0.0005993240047246218, + "E": 0.03766586631536484, + "T": 0.0001118515501730144, + "P": 0.8188426494598389, + "-": 0.13491493463516235 + }, + "id": "tp_28446" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3555756, + "label": "P", + "classification": { + "B": 7.159000059431264e-09, + "S": 1.3150223132640804e-08, + "I": 0.006366543006151915, + "C": 1.2749360678299126e-07, + "R": 2.9162974257701535e-08, + "M": 1.4740346898634016e-07, + "O": 2.7251145340301264e-08, + "W": 3.0743760870421966e-09, + "N": 7.769183866912499e-05, + "Y": 1.655566393310437e-06, + "U": 5.66545754754344e-10, + "K": 6.79458977970171e-08, + "L": 9.009397672343766e-10, + "G": 1.955414745680173e-06, + "F": 8.107473149721045e-06, + "E": 5.564859020523727e-05, + "T": 3.112867261734209e-06, + "P": 0.9913691878318787, + "-": 0.002115685259923339 + }, + "id": "tp_28447" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3555889, + "label": "P", + "classification": { + "B": 7.712602041465288e-07, + "S": 1.969470758922398e-06, + "I": 0.001585745019838214, + "C": 8.603746209701058e-06, + "R": 1.7918165440278244e-06, + "M": 1.1642356184893288e-05, + "O": 6.932060841791099e-06, + "W": 1.1637908983175294e-06, + "N": 0.00010315062536392361, + "Y": 9.429746569367126e-05, + "U": 8.23537448013667e-07, + "K": 2.63618699136714e-06, + "L": 7.562496193713741e-07, + "G": 1.7737191228661686e-05, + "F": 0.0004173996567260474, + "E": 0.0002949330664705485, + "T": 0.00013877124001737684, + "P": 0.8837687373161316, + "-": 0.1135421171784401 + }, + "id": "tp_28448" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3556023, + "label": "P", + "classification": { + "B": 8.797206851873796e-10, + "S": 5.25602839029915e-10, + "I": 4.996540883439593e-05, + "C": 2.6909019013032776e-08, + "R": 1.5744276993245876e-09, + "M": 3.970634665506623e-08, + "O": 4.7983572670773356e-09, + "W": 3.7774880445873293e-10, + "N": 6.650154773524264e-07, + "Y": 3.7536003674176754e-06, + "U": 2.975828194973218e-10, + "K": 1.81924519893073e-08, + "L": 1.17988410708314e-10, + "G": 1.6069742514446261e-07, + "F": 4.888428520644084e-06, + "E": 1.1884859304700512e-05, + "T": 1.0799197980304598e-06, + "P": 0.9795823097229004, + "-": 0.02034526690840721 + }, + "id": "tp_28449" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3556156, + "label": "P", + "classification": { + "B": 8.07691336035532e-09, + "S": 8.662652817292837e-09, + "I": 0.0001272197550861165, + "C": 8.975517857834348e-07, + "R": 7.115412614666639e-08, + "M": 1.4574956139767892e-06, + "O": 2.1725435317421216e-07, + "W": 5.2487956203606245e-09, + "N": 1.7719553397910204e-06, + "Y": 3.758208322324208e-06, + "U": 3.782996582657461e-09, + "K": 8.370004245250584e-09, + "L": 2.0748702311834677e-08, + "G": 3.235029680581647e-06, + "F": 5.034276546211913e-05, + "E": 2.6354677174822427e-05, + "T": 1.4710978575749323e-05, + "P": 0.8073188662528992, + "-": 0.19245103001594543 + }, + "id": "tp_28450" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3556256, + "label": "P", + "classification": { + "B": 6.7847567564172095e-09, + "S": 1.5478791581813311e-09, + "I": 0.0003687463467940688, + "C": 1.0720112868511933e-06, + "R": 4.87085536349241e-08, + "M": 3.057061121580773e-06, + "O": 2.6676227093958005e-07, + "W": 6.042446099030485e-09, + "N": 6.651292096648831e-06, + "Y": 1.9958242774009705e-05, + "U": 1.1325590243416173e-08, + "K": 2.0570627157212584e-07, + "L": 6.461390977818837e-09, + "G": 4.441833880264312e-06, + "F": 2.9424085369100794e-05, + "E": 0.00013178132940083742, + "T": 1.990076998481527e-05, + "P": 0.8859311938285828, + "-": 0.1134832352399826 + }, + "id": "tp_28451" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3556390, + "label": "P", + "classification": { + "B": 7.582998051702816e-08, + "S": 4.266455633228361e-09, + "I": 0.005272755865007639, + "C": 8.329295269504655e-06, + "R": 1.2489570622165047e-07, + "M": 4.8896104090090375e-06, + "O": 7.988661110402973e-08, + "W": 5.899584820667769e-09, + "N": 2.025630237767473e-05, + "Y": 2.9052225727355108e-05, + "U": 7.460135620362962e-09, + "K": 1.3014947342071537e-07, + "L": 1.9191261912965274e-08, + "G": 1.665682066231966e-05, + "F": 3.294875568826683e-05, + "E": 0.0031633125618100166, + "T": 4.083377461938653e-06, + "P": 0.964806079864502, + "-": 0.026641180738806725 + }, + "id": "tp_28452" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3556523, + "label": "P", + "classification": { + "B": 1.355139374936698e-06, + "S": 6.248988029255997e-07, + "I": 0.0014707817463204265, + "C": 7.989884579728823e-06, + "R": 4.1852140952869377e-07, + "M": 2.8185531846247613e-05, + "O": 3.002064431711915e-06, + "W": 4.435399034719012e-07, + "N": 6.0755697631975636e-05, + "Y": 4.6769077016506344e-05, + "U": 2.261175353623912e-07, + "K": 4.797939254785888e-06, + "L": 3.2575525210631895e-07, + "G": 5.3358096920419484e-05, + "F": 0.0008933537756092846, + "E": 0.002108741318807006, + "T": 3.3134270779555663e-05, + "P": 0.9173321723937988, + "-": 0.07795348763465881 + }, + "id": "tp_28453" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3556657, + "label": "P", + "classification": { + "B": 0.00014532495697494596, + "S": 8.164159953594208e-05, + "I": 0.008505124598741531, + "C": 0.0009090835228562355, + "R": 0.00017206132179126143, + "M": 0.0007464472437277436, + "O": 0.00044456077739596367, + "W": 7.5904383265879e-05, + "N": 0.0013422634219750762, + "Y": 0.008962608873844147, + "U": 7.461108907591552e-05, + "K": 0.00019479761249385774, + "L": 5.723451977246441e-05, + "G": 0.0018499738071113825, + "F": 0.004675782285630703, + "E": 0.005732017569243908, + "T": 0.003803110448643565, + "P": 0.5262629389762878, + "-": 0.43596452474594116 + }, + "id": "tp_28454" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3556757, + "label": "P", + "classification": { + "B": 8.25244650393131e-10, + "S": 3.9134517848538053e-10, + "I": 9.527945803711191e-05, + "C": 6.669345631316048e-10, + "R": 3.345327834192169e-11, + "M": 5.305474393146881e-10, + "O": 2.521481079487131e-10, + "W": 6.120658146979707e-11, + "N": 1.77430206349527e-06, + "Y": 2.0483912344104738e-09, + "U": 1.2965980719648051e-11, + "K": 2.8554256181756443e-10, + "L": 1.2007913760547773e-11, + "G": 4.909225914673243e-09, + "F": 1.0619103107956107e-07, + "E": 1.605364741408266e-05, + "T": 3.4612537280764855e-09, + "P": 0.9998218417167664, + "-": 6.489876977866516e-05 + }, + "id": "tp_28455" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3556890, + "label": "P", + "classification": { + "B": 2.1687701519113034e-06, + "S": 9.777556897461182e-07, + "I": 0.007452624384313822, + "C": 6.0433365433709696e-05, + "R": 2.9720056318183197e-06, + "M": 4.2588726500980556e-05, + "O": 3.949784058931982e-06, + "W": 6.566432375620934e-07, + "N": 0.000390185829019174, + "Y": 0.00027142403996549547, + "U": 6.395312084350735e-07, + "K": 1.629524376767222e-05, + "L": 6.538936077049584e-07, + "G": 0.00011916315270354971, + "F": 0.0008759887423366308, + "E": 0.010479559190571308, + "T": 4.9770424084272236e-05, + "P": 0.9366121888160706, + "-": 0.043617699295282364 + }, + "id": "tp_28456" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3557024, + "label": "P", + "classification": { + "B": 2.1391861615427388e-09, + "S": 1.3288440348091513e-09, + "I": 0.00026220877771265805, + "C": 5.774836964178576e-08, + "R": 5.503641542503601e-09, + "M": 1.4005159698626812e-07, + "O": 1.6572283101368157e-08, + "W": 7.20301762680009e-10, + "N": 1.2041305126331281e-05, + "Y": 1.5453506421181373e-06, + "U": 1.1224189355729663e-09, + "K": 6.525049229821889e-07, + "L": 4.809266873628815e-10, + "G": 2.1090193058626028e-06, + "F": 2.4724240574869327e-05, + "E": 0.0007463690126314759, + "T": 9.996867902373197e-07, + "P": 0.9901050925254822, + "-": 0.008844037540256977 + }, + "id": "tp_28457" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3557157, + "label": "P", + "classification": { + "B": 2.1263577565378e-08, + "S": 2.1989707832403838e-08, + "I": 0.00019753884407691658, + "C": 1.834265361821963e-07, + "R": 1.7605142232923754e-08, + "M": 4.816481578018283e-07, + "O": 1.8827861936188128e-07, + "W": 2.243077368291324e-08, + "N": 8.743695616431069e-06, + "Y": 3.5496479995345e-06, + "U": 8.985226784830047e-09, + "K": 3.453087060734106e-07, + "L": 5.556985094301581e-09, + "G": 2.0195084289298393e-06, + "F": 5.693960338248871e-05, + "E": 0.00015195700689218938, + "T": 3.36237076226098e-06, + "P": 0.9746083617210388, + "-": 0.024966131895780563 + }, + "id": "tp_28458" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3557257, + "label": "P", + "classification": { + "B": 1.2530085768958088e-07, + "S": 4.973886191805832e-08, + "I": 0.004357601515948772, + "C": 3.816408934653737e-06, + "R": 3.4322857800361817e-07, + "M": 9.333235539088491e-06, + "O": 6.337600098049734e-07, + "W": 3.7465959223936807e-08, + "N": 7.889001426519826e-05, + "Y": 1.9790442820522003e-05, + "U": 3.479539145700983e-08, + "K": 3.2475566058565164e-07, + "L": 8.713490018408265e-08, + "G": 1.987104769796133e-05, + "F": 6.743008270859718e-05, + "E": 0.0009383849683217704, + "T": 1.8147244190913625e-05, + "P": 0.971181333065033, + "-": 0.023303883150219917 + }, + "id": "tp_28459" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3557391, + "label": "P", + "classification": { + "B": 3.3623845041574896e-08, + "S": 5.608959696701277e-08, + "I": 0.0002987029729411006, + "C": 5.843907047164976e-07, + "R": 2.553492350898523e-08, + "M": 1.6907566759982728e-06, + "O": 1.8420824687837012e-07, + "W": 2.2513955144631836e-08, + "N": 2.5185079721268266e-05, + "Y": 2.1641231796820648e-05, + "U": 2.242724939094387e-08, + "K": 5.463078650791431e-06, + "L": 4.1806438311198235e-09, + "G": 2.852783381968038e-06, + "F": 0.00018002268916461617, + "E": 0.0011462320107966661, + "T": 6.385426786437165e-06, + "P": 0.9492096304893494, + "-": 0.049101244658231735 + }, + "id": "tp_28460" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3557524, + "label": "P", + "classification": { + "B": 1.954982366042437e-14, + "S": 9.814202829899114e-17, + "I": 1.3552045174947125e-07, + "C": 5.874818589501202e-14, + "R": 6.485430845127698e-17, + "M": 1.5848773031804098e-12, + "O": 2.347445510680413e-15, + "W": 6.53552357953493e-17, + "N": 5.965692523313137e-11, + "Y": 3.1874654825292392e-12, + "U": 5.979994374100237e-17, + "K": 2.0485330893085275e-15, + "L": 3.940641454343831e-17, + "G": 6.806170210760243e-13, + "F": 7.485852215882716e-11, + "E": 5.26805081335624e-07, + "T": 5.875328869253682e-12, + "P": 0.999934196472168, + "-": 6.515525456052274e-05 + }, + "id": "tp_28461" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3557658, + "label": "P", + "classification": { + "B": 5.445946471560603e-10, + "S": 1.3535266241149202e-09, + "I": 0.0005963242147117853, + "C": 1.0161655694673755e-07, + "R": 2.9940425694263695e-09, + "M": 7.625170894698385e-08, + "O": 3.2627101020921145e-09, + "W": 1.153733997227846e-09, + "N": 3.7844387406948954e-05, + "Y": 4.153753536684235e-07, + "U": 2.8516858319171945e-10, + "K": 1.3165110885893228e-06, + "L": 3.343687479673285e-11, + "G": 1.69785181469706e-07, + "F": 6.632222266489407e-06, + "E": 0.0029865670949220657, + "T": 8.687680264074515e-08, + "P": 0.9955495595932007, + "-": 0.000820829882286489 + }, + "id": "tp_28462" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3557758, + "label": "P", + "classification": { + "B": 6.022876419820022e-08, + "S": 3.390683289694607e-08, + "I": 0.0007500335923396051, + "C": 5.3492094309604e-08, + "R": 5.2487658663835646e-09, + "M": 1.5820235432784102e-07, + "O": 3.20931583530637e-08, + "W": 7.45872075214038e-09, + "N": 4.088928835699335e-05, + "Y": 2.373272991462727e-07, + "U": 3.4012588301379765e-09, + "K": 9.289227165254488e-08, + "L": 1.3908483253999293e-09, + "G": 3.6409537074177933e-07, + "F": 1.243514475390839e-06, + "E": 0.0001623589632799849, + "T": 5.103611329104751e-07, + "P": 0.9985976815223694, + "-": 0.000446356920292601 + }, + "id": "tp_28463" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3557891, + "label": "P", + "classification": { + "B": 3.401031278826849e-08, + "S": 2.0777174825070688e-07, + "I": 0.001988150179386139, + "C": 4.330095464410988e-07, + "R": 7.644559474329071e-08, + "M": 8.04252863417787e-07, + "O": 2.22090875467984e-07, + "W": 7.421227365966843e-08, + "N": 0.0002903953427448869, + "Y": 3.3984797482844442e-06, + "U": 2.3778781610417354e-08, + "K": 6.278158707573311e-06, + "L": 7.825243564241191e-09, + "G": 2.7949588456976926e-06, + "F": 7.146791904233396e-05, + "E": 0.0013392422115430236, + "T": 5.0669182201090734e-06, + "P": 0.992798924446106, + "-": 0.0034925579093396664 + }, + "id": "tp_28464" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3558025, + "label": "-", + "classification": { + "B": 4.425086501669284e-07, + "S": 9.232194315700326e-07, + "I": 0.0006445077015087008, + "C": 2.1849351469427347e-05, + "R": 1.8650789570529014e-06, + "M": 1.6680214685038663e-05, + "O": 7.867071872169618e-06, + "W": 8.691920925230079e-07, + "N": 5.7929126342060044e-05, + "Y": 0.0004333693359512836, + "U": 1.3261662843433442e-06, + "K": 0.00011386776168365031, + "L": 3.5914476370635384e-07, + "G": 0.00010503313387744129, + "F": 0.0027680317871272564, + "E": 0.0012283893302083015, + "T": 0.00019134129979647696, + "P": 0.4484545886516571, + "-": 0.5459508299827576 + }, + "id": "tp_28465" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3558158, + "label": "P", + "classification": { + "B": 2.484773062860768e-07, + "S": 3.203284748565238e-08, + "I": 0.00033690890995785594, + "C": 5.551048047891527e-07, + "R": 1.2616612643512326e-08, + "M": 1.8290955949851195e-06, + "O": 7.143449920476996e-08, + "W": 8.714703625400944e-09, + "N": 6.463486442953581e-06, + "Y": 2.2367727069649845e-05, + "U": 1.0398293781577195e-08, + "K": 4.6089155603112886e-07, + "L": 8.3724440713695e-09, + "G": 4.794052529177861e-06, + "F": 0.00012281080125831068, + "E": 0.0024306003469973803, + "T": 2.9195712158980314e-06, + "P": 0.9632878303527832, + "-": 0.03378210961818695 + }, + "id": "tp_28466" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3558258, + "label": "P", + "classification": { + "B": 3.391202335478738e-05, + "S": 1.0848385500139557e-05, + "I": 0.013495100662112236, + "C": 0.0002173653629142791, + "R": 3.0090868676779792e-05, + "M": 0.0002473983622621745, + "O": 5.854696428286843e-05, + "W": 1.2661535947700031e-05, + "N": 0.0019327281042933464, + "Y": 0.000623268133495003, + "U": 1.5584295397275127e-05, + "K": 0.00018929314683191478, + "L": 6.99764723322005e-06, + "G": 0.0006943605840206146, + "F": 0.0008673036354593933, + "E": 0.008577484637498856, + "T": 0.0005502819549292326, + "P": 0.8908933401107788, + "-": 0.08154339343309402 + }, + "id": "tp_28467" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3558392, + "label": "P", + "classification": { + "B": 1.4240535506360175e-07, + "S": 3.2114994041876344e-07, + "I": 0.0013778302818536758, + "C": 1.5185610209300648e-05, + "R": 1.2534271718322998e-06, + "M": 3.0316123229567893e-06, + "O": 1.00387171642069e-06, + "W": 3.833239929917909e-07, + "N": 0.00021693890448659658, + "Y": 3.106568328803405e-05, + "U": 2.2731411775112065e-07, + "K": 5.990169302094728e-05, + "L": 6.409059949419316e-08, + "G": 4.9916267016669735e-05, + "F": 0.0014531922060996294, + "E": 0.012158927507698536, + "T": 1.10091787064448e-05, + "P": 0.9640166759490967, + "-": 0.02060292661190033 + }, + "id": "tp_28468" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3558525, + "label": "P", + "classification": { + "B": 2.1389348070499636e-09, + "S": 8.84858852856496e-10, + "I": 0.0021452049259096384, + "C": 1.4345374665936106e-07, + "R": 7.450907446582278e-09, + "M": 8.279781127384922e-08, + "O": 4.898919936380253e-09, + "W": 8.181858524025643e-10, + "N": 1.2400511877785902e-05, + "Y": 1.4183243592924555e-06, + "U": 2.953466082811218e-10, + "K": 9.734084649437591e-09, + "L": 2.3681756555760103e-10, + "G": 4.342380464095186e-07, + "F": 1.2136755458413973e-06, + "E": 0.00016920766211114824, + "T": 2.7853667461386067e-07, + "P": 0.9966254234313965, + "-": 0.0010441147023811936 + }, + "id": "tp_28469" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3558625, + "label": "P", + "classification": { + "B": 4.435827705151496e-08, + "S": 6.099827487560106e-08, + "I": 0.4393707513809204, + "C": 4.414132945385063e-06, + "R": 2.0407259171406622e-07, + "M": 1.0564045851424453e-06, + "O": 3.7382207551672764e-08, + "W": 1.2231924806371808e-08, + "N": 0.002274272497743368, + "Y": 5.394482741394313e-06, + "U": 1.0958723928311542e-09, + "K": 1.703432559452267e-07, + "L": 2.32318586590452e-09, + "G": 3.374995912963641e-06, + "F": 1.564057470204716e-06, + "E": 0.0029975485522300005, + "T": 1.1706811164913233e-06, + "P": 0.5552704930305481, + "-": 6.946608482394367e-05 + }, + "id": "tp_28470" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3558759, + "label": "P", + "classification": { + "B": 7.227628651823581e-12, + "S": 8.521329475374984e-12, + "I": 7.059414201648906e-06, + "C": 1.298774687796822e-08, + "R": 5.743369113631047e-10, + "M": 1.7709524957609801e-09, + "O": 1.008829242366005e-09, + "W": 2.4493695266469828e-11, + "N": 6.615263004050576e-08, + "Y": 2.83167793213579e-07, + "U": 4.0245636684366204e-11, + "K": 7.565505555362506e-09, + "L": 9.30710196411777e-12, + "G": 6.865298018965404e-08, + "F": 2.289805888722185e-05, + "E": 2.6280647489329567e-06, + "T": 1.2081628142368572e-07, + "P": 0.9074731469154358, + "-": 0.0924936905503273 + }, + "id": "tp_28471" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3558892, + "label": "P", + "classification": { + "B": 1.120026468015567e-06, + "S": 6.949144903956039e-07, + "I": 0.023264164105057716, + "C": 5.259332738205558e-06, + "R": 4.749220465782855e-07, + "M": 6.337199465633603e-06, + "O": 9.285707847084268e-07, + "W": 3.3427531320739945e-07, + "N": 0.001183136715553701, + "Y": 3.4984877856913954e-05, + "U": 2.226579312036847e-07, + "K": 1.2871469152742065e-05, + "L": 7.08657950099223e-08, + "G": 2.126382605638355e-05, + "F": 3.2765605283202603e-05, + "E": 0.009196153841912746, + "T": 8.12059806776233e-06, + "P": 0.9640695452690125, + "-": 0.002161594107747078 + }, + "id": "tp_28472" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3559026, + "label": "P", + "classification": { + "B": 2.1998975796577724e-07, + "S": 1.345353325632459e-06, + "I": 0.007351159583777189, + "C": 2.4409505385847297e-06, + "R": 7.043527148198336e-07, + "M": 4.518192781688413e-06, + "O": 1.2975107210877468e-06, + "W": 3.710325700012618e-07, + "N": 0.0007093028398230672, + "Y": 2.2477219317806885e-05, + "U": 1.0586151688585232e-07, + "K": 2.448554732836783e-05, + "L": 3.616026233999037e-08, + "G": 1.4804993952566292e-05, + "F": 0.00011392784654162824, + "E": 0.00131311290897429, + "T": 1.903943484649062e-05, + "P": 0.9856729507446289, + "-": 0.004747727420181036 + }, + "id": "tp_28473" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3559126, + "label": "P", + "classification": { + "B": 1.3444447777288815e-09, + "S": 4.5654216518364876e-10, + "I": 5.399692599894479e-05, + "C": 2.013830453506671e-07, + "R": 3.0072648815604452e-09, + "M": 8.699279874235799e-07, + "O": 3.652379731988731e-08, + "W": 6.065298818747067e-10, + "N": 5.953311870143807e-07, + "Y": 4.787903890246525e-06, + "U": 1.279932937414685e-09, + "K": 8.608536994358928e-09, + "L": 1.5971370892486902e-09, + "G": 9.240608278560103e-07, + "F": 1.3918250260758214e-05, + "E": 3.05810863210354e-05, + "T": 9.365208825329319e-06, + "P": 0.88260418176651, + "-": 0.11728046089410782 + }, + "id": "tp_28474" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3559259, + "label": "P", + "classification": { + "B": 1.1932999033348324e-09, + "S": 3.917057216779041e-12, + "I": 7.217947768367594e-06, + "C": 4.049503510294983e-10, + "R": 1.290932421724178e-12, + "M": 4.4782666464016074e-09, + "O": 2.7582564704475843e-11, + "W": 2.0662512499602936e-12, + "N": 5.1582226490154426e-08, + "Y": 3.2573466146601504e-09, + "U": 2.4854534663026895e-12, + "K": 8.307306231802869e-12, + "L": 2.751418884394674e-12, + "G": 5.489587451279476e-09, + "F": 1.8188998751611507e-08, + "E": 9.07855064724572e-05, + "T": 3.4322573672085355e-09, + "P": 0.9997137188911438, + "-": 0.0001881444186437875 + }, + "id": "tp_28475" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3559393, + "label": "P", + "classification": { + "B": 3.5635437711789564e-08, + "S": 2.925729347680317e-07, + "I": 0.005803235340863466, + "C": 9.142228805103514e-07, + "R": 1.0607674028051406e-07, + "M": 1.583945277161547e-06, + "O": 5.652520940202521e-07, + "W": 9.36140054363932e-08, + "N": 0.0004286665061954409, + "Y": 1.2019027053611353e-05, + "U": 2.1899653646073602e-08, + "K": 1.3663105164596345e-05, + "L": 7.151284453499329e-09, + "G": 3.3742462619557045e-06, + "F": 6.781939009670168e-05, + "E": 0.0009888445492833853, + "T": 9.524394954496529e-06, + "P": 0.9839895367622375, + "-": 0.008679740130901337 + }, + "id": "tp_28476" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3559526, + "label": "P", + "classification": { + "B": 8.145463470388137e-11, + "S": 5.938232544577815e-11, + "I": 0.00036044922308064997, + "C": 1.879832467466258e-08, + "R": 4.915126639026823e-10, + "M": 9.830094072071915e-09, + "O": 8.02461486149042e-10, + "W": 3.072962023731307e-11, + "N": 1.2971233900316292e-06, + "Y": 1.263927345007687e-07, + "U": 2.832387276108239e-11, + "K": 5.776551459391044e-10, + "L": 3.2948078293459915e-11, + "G": 6.307050171017181e-08, + "F": 4.029898263979703e-07, + "E": 1.4445467058976647e-05, + "T": 2.1188309062836197e-07, + "P": 0.9959296584129333, + "-": 0.0036932462826371193 + }, + "id": "tp_28477" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3559626, + "label": "P", + "classification": { + "B": 1.97883382497821e-05, + "S": 9.938697985489853e-06, + "I": 0.019140368327498436, + "C": 0.0006200539064593613, + "R": 4.744920806842856e-05, + "M": 0.0005644026678055525, + "O": 0.00010630455653881654, + "W": 1.5113729205040727e-05, + "N": 0.0010060010245069861, + "Y": 0.0024719059001654387, + "U": 1.7107960957218893e-05, + "K": 3.4706437872955576e-05, + "L": 2.3965869331732392e-05, + "G": 0.0005944280419498682, + "F": 0.0020671943202614784, + "E": 0.013514809310436249, + "T": 0.001193941105157137, + "P": 0.6545762419700623, + "-": 0.30397629737854004 + }, + "id": "tp_28478" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3559760, + "label": "P", + "classification": { + "B": 3.938145255233394e-06, + "S": 3.056446075788699e-06, + "I": 0.0028395617846399546, + "C": 3.755663726678904e-07, + "R": 1.0363604729946019e-07, + "M": 9.901855264615733e-06, + "O": 2.3624331788596464e-06, + "W": 4.5114708768778655e-07, + "N": 0.00019820471061393619, + "Y": 1.7618129277252592e-05, + "U": 4.086814087145285e-08, + "K": 6.237191882974003e-07, + "L": 1.5726597268894693e-07, + "G": 1.7827862393460236e-05, + "F": 0.0001447928516427055, + "E": 0.0012297442881390452, + "T": 2.8644073609029874e-05, + "P": 0.982736349105835, + "-": 0.012766268104314804 + }, + "id": "tp_28479" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3559893, + "label": "P", + "classification": { + "B": 2.139193924222127e-07, + "S": 1.703760688087641e-08, + "I": 0.0005470667965710163, + "C": 9.223228403243411e-07, + "R": 2.7775925559581083e-08, + "M": 7.06871151123778e-06, + "O": 3.6553291238305974e-07, + "W": 1.7315386457994464e-08, + "N": 6.770790605514776e-06, + "Y": 3.991325866081752e-05, + "U": 1.8433748749657752e-08, + "K": 1.2511613078913797e-07, + "L": 4.530805242097813e-08, + "G": 1.3370925444178283e-05, + "F": 4.976930358679965e-05, + "E": 0.00039501284481957555, + "T": 1.6481595594086684e-05, + "P": 0.9201889634132385, + "-": 0.0787339061498642 + }, + "id": "tp_28480" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3560027, + "label": "P", + "classification": { + "B": 2.3033510387904244e-06, + "S": 5.089274964120705e-06, + "I": 0.0011609739158302546, + "C": 1.67028047144413e-05, + "R": 1.4047082004253753e-06, + "M": 3.1515715818386525e-05, + "O": 1.0354196092521306e-05, + "W": 1.4420890011024312e-06, + "N": 0.0001653030631132424, + "Y": 9.437035623705015e-05, + "U": 8.841261092129571e-07, + "K": 8.99740098248003e-06, + "L": 9.95529717329191e-07, + "G": 5.0034563173539937e-05, + "F": 0.0013731395592913032, + "E": 0.0010466866660863161, + "T": 0.00011909637396456674, + "P": 0.9014515280723572, + "-": 0.09445901215076447 + }, + "id": "tp_28481" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3560127, + "label": "-", + "classification": { + "B": 2.3074960608937545e-07, + "S": 1.1649874664954041e-07, + "I": 0.0006765403668396175, + "C": 4.0268558223033324e-05, + "R": 2.2441347482526908e-06, + "M": 2.449469866405707e-05, + "O": 3.273946049375809e-06, + "W": 4.338934900260938e-07, + "N": 1.1831382835225668e-05, + "Y": 0.000667341286316514, + "U": 7.617043138452573e-07, + "K": 1.4508033927995712e-05, + "L": 4.5788178226757736e-07, + "G": 0.00012075930862920359, + "F": 0.0018655024468898773, + "E": 0.0008648248622193933, + "T": 0.00010211372864432633, + "P": 0.2956262528896332, + "-": 0.6999779343605042 + }, + "id": "tp_28482" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3560260, + "label": "P", + "classification": { + "B": 4.730599245661438e-10, + "S": 3.644969048810509e-10, + "I": 5.143536327523179e-06, + "C": 5.881212405967062e-09, + "R": 5.030164826336225e-11, + "M": 2.5374136569666916e-08, + "O": 6.960706677716644e-09, + "W": 1.023694393142982e-10, + "N": 1.1761618168293353e-07, + "Y": 2.0099594166822499e-07, + "U": 6.175159689147947e-11, + "K": 5.459486751568932e-10, + "L": 8.008003288262344e-11, + "G": 5.901858202150834e-08, + "F": 2.464059889462078e-06, + "E": 8.451780558971222e-06, + "T": 4.6814054144306283e-07, + "P": 0.9337136149406433, + "-": 0.06626936793327332 + }, + "id": "tp_28483" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3560394, + "label": "P", + "classification": { + "B": 5.812617587253044e-08, + "S": 8.871267453969267e-08, + "I": 0.0011173783568665385, + "C": 7.152891612349777e-07, + "R": 8.969677622872041e-08, + "M": 1.5259413430612767e-06, + "O": 5.536442131415242e-07, + "W": 3.6468627229169215e-08, + "N": 3.0006222004885785e-05, + "Y": 3.5382056466914946e-06, + "U": 5.412615422528688e-08, + "K": 3.6289387139731843e-07, + "L": 3.8217411457708295e-08, + "G": 5.214995326241478e-06, + "F": 4.1482493543298915e-05, + "E": 9.060212323674932e-05, + "T": 1.587508450029418e-05, + "P": 0.958332896232605, + "-": 0.04035944119095802 + }, + "id": "tp_28484" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3560527, + "label": "-", + "classification": { + "B": 1.7817050093071884e-06, + "S": 3.244623769660393e-07, + "I": 0.02392405830323696, + "C": 0.0012099146842956543, + "R": 6.70990557409823e-05, + "M": 0.00012166000669822097, + "O": 1.9618626538431272e-05, + "W": 1.18006460070319e-06, + "N": 0.00018918885325547308, + "Y": 0.005768660921603441, + "U": 3.1262741231330438e-06, + "K": 5.7837455642584246e-06, + "L": 4.692739366873866e-06, + "G": 0.0012092202669009566, + "F": 0.0007686488097533584, + "E": 0.0021685645915567875, + "T": 0.0006740415119566023, + "P": 0.4292519688606262, + "-": 0.5346105098724365 + }, + "id": "tp_28485" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3560627, + "label": "-", + "classification": { + "B": 9.93426169770828e-07, + "S": 1.2367426904802414e-07, + "I": 0.00014809533604420722, + "C": 1.252310198651685e-06, + "R": 1.0883108103598715e-07, + "M": 6.040935477358289e-05, + "O": 7.1265367296291515e-06, + "W": 5.994230178885118e-08, + "N": 9.17628938168491e-07, + "Y": 3.4177668567281216e-05, + "U": 5.005098113741724e-09, + "K": 5.134990210819979e-10, + "L": 1.0704621900003986e-06, + "G": 2.98607974400511e-05, + "F": 9.44069106481038e-05, + "E": 3.366621967870742e-05, + "T": 4.979845107300207e-05, + "P": 0.43005743622779846, + "-": 0.5694804191589355 + }, + "id": "tp_28486" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3560761, + "label": "P", + "classification": { + "B": 5.481052411937526e-08, + "S": 3.493111577768104e-08, + "I": 0.00011270811228314415, + "C": 3.1623069389752345e-06, + "R": 1.2118731262944493e-07, + "M": 4.622725100489333e-06, + "O": 7.523919975938043e-07, + "W": 5.6751158439283245e-08, + "N": 1.8919300828201813e-06, + "Y": 6.35166943538934e-05, + "U": 5.479996900703554e-08, + "K": 1.478365021512218e-07, + "L": 7.375266619646936e-08, + "G": 1.2774042261298746e-05, + "F": 0.0002499688707757741, + "E": 0.00013760107685811818, + "T": 4.134694972890429e-05, + "P": 0.5635742545127869, + "-": 0.4357968270778656 + }, + "id": "tp_28487" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3560894, + "label": "P", + "classification": { + "B": 6.055144297079096e-08, + "S": 4.094272298971191e-08, + "I": 0.0009766522562131286, + "C": 8.701291335455608e-06, + "R": 1.1472759524622234e-06, + "M": 1.275540216738591e-05, + "O": 2.407660758763086e-06, + "W": 8.778145854648756e-08, + "N": 1.494007847213652e-05, + "Y": 0.0003089237434323877, + "U": 1.2482091449328436e-07, + "K": 9.335509503216599e-07, + "L": 1.616511013935451e-07, + "G": 8.352399163413793e-05, + "F": 0.0003318284288980067, + "E": 0.00016747428162489086, + "T": 0.0001260372664546594, + "P": 0.6071240901947021, + "-": 0.39084020256996155 + }, + "id": "tp_28488" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3561028, + "label": "P", + "classification": { + "B": 6.178221823027741e-10, + "S": 7.608799146296974e-10, + "I": 0.00010351565288146958, + "C": 4.5117502622815664e-08, + "R": 2.668456122734142e-09, + "M": 5.2570531039464186e-08, + "O": 1.3581813895768846e-08, + "W": 4.659787555816308e-10, + "N": 2.0402080735948402e-06, + "Y": 9.158522971119964e-07, + "U": 7.173372451596549e-10, + "K": 1.767635815497215e-08, + "L": 4.43086539680948e-10, + "G": 2.619825067995407e-07, + "F": 1.3423408745438792e-05, + "E": 1.981402783712838e-05, + "T": 9.783668701857096e-07, + "P": 0.9753588438034058, + "-": 0.024500053375959396 + }, + "id": "tp_28489" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3561128, + "label": "P", + "classification": { + "B": 1.7531272078485927e-07, + "S": 6.564171428635746e-08, + "I": 0.00022177494247443974, + "C": 3.4622141811269103e-06, + "R": 5.6504084966491064e-08, + "M": 8.229776540247258e-06, + "O": 4.809048164133856e-07, + "W": 3.493873990123575e-08, + "N": 2.0196410332573578e-05, + "Y": 2.7007414246327244e-05, + "U": 3.667321379907662e-08, + "K": 8.357649790013966e-07, + "L": 1.9218386881902916e-08, + "G": 6.513698281196412e-06, + "F": 0.00010537740308791399, + "E": 0.0014765318483114243, + "T": 1.647045610297937e-05, + "P": 0.9351693987846375, + "-": 0.06294332444667816 + }, + "id": "tp_28490" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3561261, + "label": "P", + "classification": { + "B": 3.199307485601821e-08, + "S": 5.752103682254983e-09, + "I": 0.0012693307362496853, + "C": 2.6485149646759965e-06, + "R": 5.337065545063524e-08, + "M": 1.5026647588456399e-06, + "O": 3.071765419804251e-08, + "W": 2.9368560916509523e-09, + "N": 1.1386825462977868e-05, + "Y": 1.8265440075992956e-06, + "U": 3.924322200532515e-09, + "K": 1.1753598982977564e-08, + "L": 6.625721749031754e-09, + "G": 1.5058724329719553e-06, + "F": 1.008099479804514e-05, + "E": 0.0005081467097625136, + "T": 1.2749277402690495e-06, + "P": 0.9900357127189636, + "-": 0.008156480267643929 + }, + "id": "tp_28491" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3561395, + "label": "P", + "classification": { + "B": 4.586814611684531e-06, + "S": 1.0508749255677685e-05, + "I": 0.003720285836607218, + "C": 5.3073254093760625e-05, + "R": 7.964948053995613e-06, + "M": 3.7267094739945605e-05, + "O": 2.9551549232564867e-05, + "W": 1.1163635463162791e-05, + "N": 0.0005765851237811148, + "Y": 0.0007391640683636069, + "U": 4.3166419345652685e-06, + "K": 0.0008284685318358243, + "L": 1.2922944279125659e-06, + "G": 0.00026549247559159994, + "F": 0.008344659581780434, + "E": 0.009100344032049179, + "T": 0.00025967112742364407, + "P": 0.7540311217308044, + "-": 0.2219744771718979 + }, + "id": "tp_28492" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3561528, + "label": "P", + "classification": { + "B": 2.0550165572785772e-05, + "S": 2.7608895834418945e-05, + "I": 0.005506398156285286, + "C": 0.00012384781439322978, + "R": 1.7987771570915356e-05, + "M": 0.00016123343084473163, + "O": 8.335558959515765e-05, + "W": 1.8219030607724562e-05, + "N": 0.0008565987809561193, + "Y": 0.0002751341671682894, + "U": 1.9005814465344884e-05, + "K": 0.00012401281856000423, + "L": 1.7735788787831552e-05, + "G": 0.0005023855483159423, + "F": 0.0038135137874633074, + "E": 0.00521064130589366, + "T": 0.0006724456907249987, + "P": 0.7975943088531494, + "-": 0.1849549561738968 + }, + "id": "tp_28493" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3561628, + "label": "P", + "classification": { + "B": 3.3973461540881544e-05, + "S": 9.921222044795286e-06, + "I": 0.002371288137510419, + "C": 6.985909567447379e-05, + "R": 1.3342241800273769e-05, + "M": 3.645912147476338e-05, + "O": 7.99833214841783e-05, + "W": 1.0110612493008375e-05, + "N": 0.00033211830304935575, + "Y": 0.0002494391519576311, + "U": 9.162488822767045e-06, + "K": 2.434705129417125e-05, + "L": 6.748840405634837e-06, + "G": 0.0002978482225444168, + "F": 0.0012217373587191105, + "E": 0.001294570043683052, + "T": 0.00023359854822047055, + "P": 0.8340039849281311, + "-": 0.15970151126384735 + }, + "id": "tp_28494" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3561762, + "label": "P", + "classification": { + "B": 9.292881486544502e-08, + "S": 5.573394190605541e-09, + "I": 0.0015493506798520684, + "C": 1.2814799447369296e-05, + "R": 3.859399555494747e-07, + "M": 1.800287805053813e-06, + "O": 1.3224043016180076e-07, + "W": 3.448359109370358e-08, + "N": 2.4338050934602506e-05, + "Y": 1.1672170330712106e-05, + "U": 8.170353282821452e-08, + "K": 1.9519902707543224e-06, + "L": 1.780057168332405e-08, + "G": 1.015328507492086e-05, + "F": 0.00012432291987352073, + "E": 0.0032381692435592413, + "T": 2.2863973754283506e-06, + "P": 0.969394862651825, + "-": 0.025627585127949715 + }, + "id": "tp_28495" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3561895, + "label": "P", + "classification": { + "B": 4.5989401087354054e-07, + "S": 3.851422150091821e-07, + "I": 0.0036161572206765413, + "C": 2.1551573809119873e-05, + "R": 3.032633003385854e-06, + "M": 1.6134856196003966e-05, + "O": 5.257890279608546e-06, + "W": 7.305035296667484e-07, + "N": 0.00014459020167123526, + "Y": 0.00010412406118120998, + "U": 6.97447660513717e-07, + "K": 1.187073576147668e-05, + "L": 3.4210987109872804e-07, + "G": 5.097913526697084e-05, + "F": 0.0003635751490946859, + "E": 0.0013554724864661694, + "T": 8.716758020455018e-05, + "P": 0.8806507587432861, + "-": 0.1135668158531189 + }, + "id": "tp_28496" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3562029, + "label": "-", + "classification": { + "B": 3.287937033746857e-07, + "S": 3.1830158064849456e-08, + "I": 8.828714635455981e-05, + "C": 4.7554203774780035e-06, + "R": 1.7829347598308232e-07, + "M": 1.1074053873016965e-05, + "O": 3.227266688554664e-06, + "W": 3.4537606552476063e-08, + "N": 8.008166787476512e-07, + "Y": 3.0408360544242896e-05, + "U": 2.03803551812598e-08, + "K": 8.26824109179114e-10, + "L": 4.846500587518676e-07, + "G": 1.3282592590257991e-05, + "F": 3.6149827792542055e-05, + "E": 1.9561421140679158e-05, + "T": 9.115616558119655e-05, + "P": 0.3634769022464752, + "-": 0.6362233757972717 + }, + "id": "tp_28497" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3562129, + "label": "P", + "classification": { + "B": 8.716326549418341e-10, + "S": 6.163092952649052e-11, + "I": 4.404705123306485e-06, + "C": 1.0495843083546674e-09, + "R": 1.9593805744566595e-11, + "M": 2.748125815799085e-08, + "O": 1.0804837025091274e-09, + "W": 2.8545325825302115e-11, + "N": 2.2480602268615257e-08, + "Y": 2.5794005154011757e-08, + "U": 8.031119172469126e-12, + "K": 8.438916232478277e-12, + "L": 6.046850520302627e-11, + "G": 1.413847883213748e-08, + "F": 7.607994803038309e-07, + "E": 1.7310655948676867e-06, + "T": 1.2556276374198205e-07, + "P": 0.9807048439979553, + "-": 0.019288040697574615 + }, + "id": "tp_28498" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3562262, + "label": "P", + "classification": { + "B": 8.018781045393553e-06, + "S": 4.076211098436033e-06, + "I": 0.011451439931988716, + "C": 6.455453694798052e-05, + "R": 9.86454870144371e-06, + "M": 0.00014053945778869092, + "O": 2.652007242431864e-05, + "W": 2.778411953840987e-06, + "N": 0.001838276511989534, + "Y": 0.00018539518350735307, + "U": 3.74669275515771e-06, + "K": 4.118558717891574e-05, + "L": 4.1076204979617614e-06, + "G": 0.00029420838109217584, + "F": 0.000432509055826813, + "E": 0.008566494099795818, + "T": 0.0003557532327249646, + "P": 0.9459916949272156, + "-": 0.030578874051570892 + }, + "id": "tp_28499" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3562396, + "label": "P", + "classification": { + "B": 9.406629430941393e-08, + "S": 4.0990930649797974e-09, + "I": 0.0003973195853177458, + "C": 5.284885446599219e-06, + "R": 1.0128314897883683e-07, + "M": 5.152270205144305e-06, + "O": 4.926822612105752e-07, + "W": 1.1853882320167486e-08, + "N": 6.2549656831834e-06, + "Y": 8.451729081571102e-05, + "U": 2.241069374520066e-08, + "K": 9.698751313180765e-08, + "L": 3.4621361777453785e-08, + "G": 1.683829577814322e-05, + "F": 8.256827277364209e-05, + "E": 0.0005388429271988571, + "T": 1.5131973668758292e-05, + "P": 0.7360946536064148, + "-": 0.2627526521682739 + }, + "id": "tp_28500" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3562529, + "label": "P", + "classification": { + "B": 7.172378445829963e-06, + "S": 6.730372774654825e-07, + "I": 0.02338562346994877, + "C": 5.0090067816199735e-05, + "R": 1.5438187119798386e-06, + "M": 4.25122634624131e-05, + "O": 2.3344937289948575e-06, + "W": 2.8222211767570116e-07, + "N": 0.00023071665782481432, + "Y": 8.093549695331603e-05, + "U": 1.6103921041121794e-07, + "K": 2.5635034717197414e-07, + "L": 7.262556209752802e-07, + "G": 8.408178837271407e-05, + "F": 4.195143992546946e-05, + "E": 0.00941678136587143, + "T": 5.2877461712341756e-05, + "P": 0.9450694918632507, + "-": 0.021531855687499046 + }, + "id": "tp_28501" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3562629, + "label": "P", + "classification": { + "B": 4.884845239416791e-08, + "S": 4.835565903249517e-08, + "I": 0.0011967959580942988, + "C": 1.6183454363272176e-06, + "R": 1.8613731356253993e-07, + "M": 2.6289490051567554e-06, + "O": 4.01790543946845e-07, + "W": 1.1799019006275557e-07, + "N": 8.420811354881153e-05, + "Y": 1.267187235498568e-05, + "U": 6.213586090098033e-08, + "K": 1.819968383642845e-05, + "L": 8.649178262487567e-09, + "G": 9.655635949457064e-06, + "F": 0.00016811094246804714, + "E": 0.0033902572467923164, + "T": 5.706526280846447e-06, + "P": 0.9738678932189941, + "-": 0.02124136872589588 + }, + "id": "tp_28502" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3562763, + "label": "P", + "classification": { + "B": 1.1656907190626953e-06, + "S": 2.0932876054757799e-07, + "I": 0.008436988107860088, + "C": 4.8823367251316085e-06, + "R": 2.766960562894383e-07, + "M": 3.289669257355854e-05, + "O": 3.766282929973386e-07, + "W": 1.0786198600953867e-07, + "N": 0.00015481823356822133, + "Y": 7.931086292956024e-05, + "U": 4.78101824796795e-08, + "K": 1.100224289984908e-05, + "L": 6.052886902807586e-08, + "G": 2.7018977561965585e-05, + "F": 0.00014394635218195617, + "E": 0.022597528994083405, + "T": 1.2259101822564844e-05, + "P": 0.9581262469291687, + "-": 0.010370850563049316 + }, + "id": "tp_28503" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3562896, + "label": "P", + "classification": { + "B": 3.4962511108460603e-06, + "S": 1.2048775488437968e-06, + "I": 0.0021893437951803207, + "C": 0.00018647064280230552, + "R": 1.150527623394737e-05, + "M": 0.00018938310677185655, + "O": 1.6826268620206974e-05, + "W": 2.1863900201424258e-06, + "N": 0.00014353719598148018, + "Y": 0.0011937416857108474, + "U": 3.320535824968829e-06, + "K": 5.5210581194842234e-05, + "L": 2.047325097009889e-06, + "G": 0.0003287421423010528, + "F": 0.00249350699596107, + "E": 0.007642992772161961, + "T": 0.00035490409936755896, + "P": 0.6531985998153687, + "-": 0.3319830000400543 + }, + "id": "tp_28504" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3563030, + "label": "-", + "classification": { + "B": 7.073459710227326e-05, + "S": 1.3780092558590695e-05, + "I": 0.004123243503272533, + "C": 0.000941792328376323, + "R": 0.00011279407044639811, + "M": 0.00023411071742884815, + "O": 0.00016711396165192127, + "W": 3.576357266865671e-05, + "N": 0.00035326273064129055, + "Y": 0.0017985216109082103, + "U": 5.2333794883452356e-05, + "K": 0.00022245671425480396, + "L": 3.633612141129561e-05, + "G": 0.0017001027008518577, + "F": 0.008139689452946186, + "E": 0.006342410575598478, + "T": 0.0006406670436263084, + "P": 0.448676735162735, + "-": 0.5263381600379944 + }, + "id": "tp_28505" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3563130, + "label": "P", + "classification": { + "B": 3.3456029058243075e-08, + "S": 2.6809745534706053e-09, + "I": 0.00012055733532179147, + "C": 2.602852475774853e-07, + "R": 1.8279205926674535e-09, + "M": 3.778714869895339e-07, + "O": 9.890866792261477e-09, + "W": 1.8804207080336255e-09, + "N": 2.4663049771334045e-06, + "Y": 1.095613015422714e-06, + "U": 1.8021678593882484e-09, + "K": 2.3776879132242357e-08, + "L": 1.2818782701984333e-09, + "G": 2.8779894023500674e-07, + "F": 1.541764140711166e-05, + "E": 0.0011436307104304433, + "T": 3.980843530371203e-07, + "P": 0.9824985265731812, + "-": 0.016216907650232315 + }, + "id": "tp_28506" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3563263, + "label": "-", + "classification": { + "B": 2.8935863156220876e-05, + "S": 1.4282938991527772e-06, + "I": 0.0003839501878246665, + "C": 2.3875969418440945e-05, + "R": 9.255423378817795e-07, + "M": 0.0002452928456477821, + "O": 1.838980824686587e-05, + "W": 7.735437748124241e-07, + "N": 9.959252565749921e-06, + "Y": 0.0005186307244002819, + "U": 2.2029141177881684e-07, + "K": 1.0756207302620169e-06, + "L": 3.3956789593503345e-06, + "G": 0.0006546946824528277, + "F": 0.0010430993279442191, + "E": 0.005558754317462444, + "T": 0.00020539127581287175, + "P": 0.30790644884109497, + "-": 0.6833946704864502 + }, + "id": "tp_28507" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3563397, + "label": "P", + "classification": { + "B": 8.8356735261641e-09, + "S": 9.578340343097125e-10, + "I": 2.6810375857166946e-05, + "C": 3.1830396096665936e-07, + "R": 8.191230804754923e-09, + "M": 2.5304564132966334e-07, + "O": 7.479358998807584e-08, + "W": 2.833844270355712e-09, + "N": 7.245072310979594e-07, + "Y": 1.83524150543235e-06, + "U": 4.311793144751164e-09, + "K": 5.243330036819316e-08, + "L": 1.6670277380725906e-09, + "G": 1.2817157539757318e-06, + "F": 2.8620584998861887e-05, + "E": 3.4333468647673726e-05, + "T": 2.2749211439077044e-06, + "P": 0.902349591255188, + "-": 0.0975538045167923 + }, + "id": "tp_28508" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3563530, + "label": "P", + "classification": { + "B": 3.2224677852354944e-05, + "S": 7.82030911068432e-05, + "I": 0.027820637449622154, + "C": 0.0013656615046784282, + "R": 0.00029519113013520837, + "M": 0.00021685389219783247, + "O": 0.00020985772425774485, + "W": 6.862891314085573e-05, + "N": 0.0025605226401239634, + "Y": 0.0031378522980958223, + "U": 5.245607826509513e-05, + "K": 0.00032778296736069024, + "L": 2.7086411137133837e-05, + "G": 0.0008932236232794821, + "F": 0.006027118768543005, + "E": 0.005060866475105286, + "T": 0.0015524105401709676, + "P": 0.7082918882369995, + "-": 0.2419815957546234 + }, + "id": "tp_28509" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3563630, + "label": "P", + "classification": { + "B": 3.241536319364968e-07, + "S": 6.587939083146921e-09, + "I": 0.00028801034204661846, + "C": 5.5238524510059506e-06, + "R": 4.518496155014873e-08, + "M": 9.27496967051411e-06, + "O": 1.4546516524660547e-07, + "W": 7.301174331786342e-09, + "N": 2.3426769075740594e-06, + "Y": 2.2266796804615296e-05, + "U": 1.1404299726791578e-08, + "K": 6.822835985076381e-08, + "L": 4.493040606234899e-08, + "G": 2.3157557734521106e-05, + "F": 0.0002234304411103949, + "E": 0.006945459637790918, + "T": 6.061652584321564e-06, + "P": 0.8444059491157532, + "-": 0.14806795120239258 + }, + "id": "tp_28510" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3563764, + "label": "P", + "classification": { + "B": 1.432628948805359e-07, + "S": 6.005672616993252e-07, + "I": 0.003762040985748172, + "C": 4.334203367761802e-06, + "R": 9.516887189420231e-07, + "M": 4.7536900638078805e-06, + "O": 1.6517640233359998e-06, + "W": 3.5410161558502296e-07, + "N": 0.0002161214652005583, + "Y": 2.8032374757458456e-05, + "U": 1.126380979599162e-07, + "K": 1.873805740615353e-05, + "L": 6.511412919962822e-08, + "G": 1.9718385374289937e-05, + "F": 0.0006908358773216605, + "E": 0.001262617763131857, + "T": 1.3744846910412889e-05, + "P": 0.9674514532089233, + "-": 0.02652374468743801 + }, + "id": "tp_28511" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3563897, + "label": "P", + "classification": { + "B": 2.2116678337624762e-06, + "S": 2.974749406803312e-07, + "I": 0.0017709227977320552, + "C": 2.0724106434499845e-05, + "R": 1.5281458445315366e-06, + "M": 2.8293799914536066e-05, + "O": 6.082281288399827e-06, + "W": 1.432472117812722e-06, + "N": 7.824449130566791e-05, + "Y": 0.00014552759239450097, + "U": 2.4475748432450928e-06, + "K": 9.379736002301797e-05, + "L": 3.7386516282822413e-07, + "G": 8.034045458771288e-05, + "F": 0.0007036046590656042, + "E": 0.005531203467398882, + "T": 7.869844557717443e-05, + "P": 0.7900707721710205, + "-": 0.20138360559940338 + }, + "id": "tp_28512" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3564031, + "label": "P", + "classification": { + "B": 4.283231547219657e-09, + "S": 4.542376252913982e-09, + "I": 0.0006325927679426968, + "C": 1.8160783099574473e-07, + "R": 7.297927595573128e-09, + "M": 3.0747364121452847e-07, + "O": 3.7557217780204155e-08, + "W": 2.1157238183633353e-09, + "N": 6.223670425242744e-06, + "Y": 2.6489396987017244e-06, + "U": 1.310219488459552e-09, + "K": 3.7129412877590084e-09, + "L": 2.7211128905690884e-09, + "G": 5.338611117622349e-07, + "F": 6.822658633609535e-06, + "E": 0.00012957067519892007, + "T": 3.2467157780047273e-06, + "P": 0.9833295345306396, + "-": 0.01588825136423111 + }, + "id": "tp_28513" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3564131, + "label": "P", + "classification": { + "B": 9.74057456915034e-09, + "S": 4.3971148944166316e-10, + "I": 7.059930067043751e-05, + "C": 4.3993420462129507e-08, + "R": 9.35803989854378e-10, + "M": 9.455725091811473e-08, + "O": 4.206158532582549e-09, + "W": 6.89876433757064e-10, + "N": 4.2193809690616035e-07, + "Y": 1.311569121753564e-06, + "U": 9.692551206086364e-10, + "K": 2.4804400311495556e-08, + "L": 2.6271149144996286e-10, + "G": 1.6119450663154566e-07, + "F": 1.0932041732303333e-05, + "E": 8.888362208381295e-05, + "T": 2.676960093594971e-07, + "P": 0.972036600112915, + "-": 0.02779061533510685 + }, + "id": "tp_28514" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3564264, + "label": "P", + "classification": { + "B": 3.0055420552344003e-07, + "S": 1.6202029939904605e-07, + "I": 0.0019461062038317323, + "C": 1.571931534272153e-06, + "R": 1.1374530828334173e-07, + "M": 2.8318577278696466e-06, + "O": 6.039207960384374e-07, + "W": 5.4081418454643426e-08, + "N": 0.00014525601000059396, + "Y": 5.646842964779353e-06, + "U": 9.39773130426147e-08, + "K": 1.0523981472942978e-06, + "L": 3.9478383229152314e-08, + "G": 7.5705343078880105e-06, + "F": 2.4561866666772403e-05, + "E": 0.0005725965602323413, + "T": 1.3477416359819472e-05, + "P": 0.988109827041626, + "-": 0.009168105199933052 + }, + "id": "tp_28515" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3564398, + "label": "P", + "classification": { + "B": 0.0015063738683238626, + "S": 9.971056715585291e-05, + "I": 0.026618899777531624, + "C": 0.0029888406861573458, + "R": 0.0003517020959407091, + "M": 0.007518586236983538, + "O": 0.0006434720125980675, + "W": 0.00012302599498070776, + "N": 0.00152453756891191, + "Y": 0.004790541250258684, + "U": 8.235930727096274e-05, + "K": 9.018835407914594e-05, + "L": 0.0005137844127602875, + "G": 0.007601874880492687, + "F": 0.0086813447996974, + "E": 0.07972592860460281, + "T": 0.0018600206822156906, + "P": 0.598452091217041, + "-": 0.2568266987800598 + }, + "id": "tp_28516" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3564531, + "label": "P", + "classification": { + "B": 4.188380842151673e-08, + "S": 6.348673764478008e-08, + "I": 0.00109524664003402, + "C": 5.942829375271685e-07, + "R": 1.5072225778567372e-07, + "M": 3.2515749808226246e-06, + "O": 4.909256858809385e-07, + "W": 4.063763014983124e-08, + "N": 5.684837014996447e-05, + "Y": 3.147859752061777e-05, + "U": 2.0256004873431266e-08, + "K": 2.4198891424020985e-06, + "L": 1.2399334003987406e-08, + "G": 7.3959326982731e-06, + "F": 0.00022842174803372473, + "E": 0.0004145487619098276, + "T": 1.554100526846014e-05, + "P": 0.9723092913627625, + "-": 0.025834131985902786 + }, + "id": "tp_28517" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3564631, + "label": "P", + "classification": { + "B": 1.7534648577566259e-07, + "S": 5.087210865895031e-07, + "I": 0.00033265227102674544, + "C": 5.1762031034741085e-06, + "R": 8.774886168794183e-07, + "M": 2.340332321182359e-05, + "O": 6.5226990955125075e-06, + "W": 7.168043794081314e-07, + "N": 2.6063466066261753e-05, + "Y": 0.0006507086218334734, + "U": 4.788906267094717e-07, + "K": 3.4944321669172496e-05, + "L": 2.176571030076957e-07, + "G": 5.548547051148489e-05, + "F": 0.001318402006290853, + "E": 0.0005041954573243856, + "T": 0.00022945333330426365, + "P": 0.5111941695213318, + "-": 0.48561590909957886 + }, + "id": "tp_28518" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3564765, + "label": "P", + "classification": { + "B": 2.277993331745165e-07, + "S": 3.631538803006151e-08, + "I": 0.0006206899997778237, + "C": 3.088458242928027e-06, + "R": 6.812409480971837e-08, + "M": 2.2198496480996255e-06, + "O": 2.610686351545155e-07, + "W": 3.8433803695170354e-08, + "N": 1.4439830010815058e-05, + "Y": 9.214711099048145e-06, + "U": 6.592004098138204e-08, + "K": 2.235284028984097e-07, + "L": 3.562093198183902e-08, + "G": 8.203318429877982e-06, + "F": 5.330581552698277e-05, + "E": 0.0006531398976221681, + "T": 8.10788606031565e-06, + "P": 0.9628148078918457, + "-": 0.03581175208091736 + }, + "id": "tp_28519" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3564898, + "label": "P", + "classification": { + "B": 2.2065556326555935e-10, + "S": 2.6884619530598286e-10, + "I": 6.913958350196481e-05, + "C": 6.971883692585834e-08, + "R": 8.71708261129811e-10, + "M": 8.492808234450422e-08, + "O": 6.327539825434769e-09, + "W": 3.050240615642963e-10, + "N": 8.062287406573887e-07, + "Y": 2.4044147721724585e-06, + "U": 4.256380248257585e-10, + "K": 5.3535590183173554e-08, + "L": 9.120063731993255e-11, + "G": 1.3031220191805915e-07, + "F": 8.695537871972192e-06, + "E": 0.0001147184448200278, + "T": 8.329245702043409e-07, + "P": 0.9055041670799255, + "-": 0.0942988395690918 + }, + "id": "tp_28520" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3565032, + "label": "P", + "classification": { + "B": 1.2455015685475246e-08, + "S": 7.743113927816125e-10, + "I": 1.8300941519555636e-05, + "C": 8.898855874406308e-09, + "R": 1.2001001581385395e-10, + "M": 8.254468042423468e-08, + "O": 4.641165674001968e-09, + "W": 1.4887251154060976e-10, + "N": 2.601988740025263e-07, + "Y": 1.5844702261347265e-07, + "U": 3.1605329464667875e-11, + "K": 8.147748586928572e-10, + "L": 1.6258892843179495e-10, + "G": 1.7051165457360185e-07, + "F": 1.5682224329793826e-05, + "E": 0.0002582967863418162, + "T": 8.55863575566218e-08, + "P": 0.9672340154647827, + "-": 0.032472968101501465 + }, + "id": "tp_28521" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3565132, + "label": "P", + "classification": { + "B": 4.576653722665469e-08, + "S": 4.7737920283452695e-09, + "I": 0.0007849556277506053, + "C": 4.5449397134689207e-07, + "R": 4.293555733170251e-09, + "M": 6.579469982170849e-07, + "O": 1.6714245987259346e-08, + "W": 5.071295827718814e-09, + "N": 7.979045039974153e-05, + "Y": 3.5676855532074114e-06, + "U": 2.026345979899702e-09, + "K": 4.227194494887954e-06, + "L": 5.924477020080587e-10, + "G": 5.332988621375989e-06, + "F": 1.594120476511307e-05, + "E": 0.057516857981681824, + "T": 7.167903959270916e-07, + "P": 0.939844012260437, + "-": 0.0017435201443731785 + }, + "id": "tp_28522" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3565265, + "label": "P", + "classification": { + "B": 2.974771318164926e-09, + "S": 7.589559536391732e-11, + "I": 1.9312974472995847e-05, + "C": 8.194660949811805e-08, + "R": 4.4065748272537064e-10, + "M": 1.333630592625923e-07, + "O": 5.109126011149101e-09, + "W": 1.802861610000761e-10, + "N": 2.1994100052324939e-07, + "Y": 5.599544010692625e-07, + "U": 2.6399879504701573e-10, + "K": 3.3412013156208786e-09, + "L": 1.6854882767258772e-10, + "G": 3.474747529708111e-07, + "F": 1.8572609405964613e-05, + "E": 0.00012299339869059622, + "T": 2.2870334248636937e-07, + "P": 0.9554578065872192, + "-": 0.04437970370054245 + }, + "id": "tp_28523" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3565399, + "label": "P", + "classification": { + "B": 5.525606083800483e-10, + "S": 5.630821142688092e-09, + "I": 0.0008508707396686077, + "C": 9.624131713792394e-09, + "R": 1.6709150729710132e-09, + "M": 8.016840524760482e-08, + "O": 1.2423305051356692e-08, + "W": 6.622865589278604e-10, + "N": 3.621831274358556e-05, + "Y": 3.670309070002986e-07, + "U": 8.036976639758109e-11, + "K": 4.579556289741049e-08, + "L": 8.209243701484681e-11, + "G": 1.1431320956489799e-07, + "F": 2.3896359380159993e-06, + "E": 3.580444899853319e-05, + "T": 7.466138640666031e-07, + "P": 0.998033344745636, + "-": 0.0010399720631539822 + }, + "id": "tp_28524" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3565532, + "label": "P", + "classification": { + "B": 8.389986483336997e-09, + "S": 2.0904413755573614e-09, + "I": 0.0015483578899875283, + "C": 5.904427098357701e-07, + "R": 6.039197142371222e-09, + "M": 5.64301842587156e-07, + "O": 1.0642370540381307e-08, + "W": 1.974258312387178e-09, + "N": 1.578136107127648e-05, + "Y": 3.0919702567189233e-06, + "U": 6.201033575514714e-10, + "K": 2.666671718998259e-07, + "L": 7.065639184844485e-10, + "G": 2.978139036713401e-06, + "F": 1.1557051038835198e-05, + "E": 0.007906489074230194, + "T": 4.930347472509311e-07, + "P": 0.986250638961792, + "-": 0.004259259905666113 + }, + "id": "tp_28525" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3565632, + "label": "P", + "classification": { + "B": 6.965608179143601e-08, + "S": 4.9746692099006395e-08, + "I": 0.00014095570077188313, + "C": 2.3488649958380847e-07, + "R": 5.061881136469992e-09, + "M": 3.3127259939647047e-06, + "O": 2.8437804644454445e-07, + "W": 1.296606644274334e-08, + "N": 7.633069799339864e-06, + "Y": 2.2394854113372276e-06, + "U": 3.527002023773207e-09, + "K": 4.8869907232074183e-08, + "L": 5.241092893015775e-09, + "G": 1.6870347963049426e-06, + "F": 1.3423912605503574e-05, + "E": 0.0002938483376055956, + "T": 4.908111804979853e-06, + "P": 0.9591484665870667, + "-": 0.04038277268409729 + }, + "id": "tp_28526" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3565766, + "label": "P", + "classification": { + "B": 9.585671666145767e-12, + "S": 1.1860007420594343e-10, + "I": 9.173510625259951e-05, + "C": 2.2895771945030674e-09, + "R": 1.8771208198931078e-10, + "M": 2.5979414175480997e-09, + "O": 1.505452762451398e-09, + "W": 5.5845394281162086e-11, + "N": 4.109106612304458e-06, + "Y": 5.69742049094657e-08, + "U": 3.770775705569385e-11, + "K": 2.9572714055348115e-08, + "L": 3.178879468684892e-12, + "G": 1.7499043991620056e-08, + "F": 1.103624640563794e-06, + "E": 1.2391032214509323e-05, + "T": 5.73524268077108e-08, + "P": 0.9972787499427795, + "-": 0.002611873671412468 + }, + "id": "tp_28527" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3565899, + "label": "P", + "classification": { + "B": 2.1948393680304434e-07, + "S": 3.5104554285680933e-07, + "I": 0.0013961710501462221, + "C": 1.7241947034563054e-06, + "R": 2.5436213491047965e-07, + "M": 3.1188844786811387e-06, + "O": 1.102784949580382e-06, + "W": 1.5374484974017832e-07, + "N": 8.579207496950403e-05, + "Y": 1.2023918316117488e-05, + "U": 1.0406319006506237e-07, + "K": 7.461652558049536e-07, + "L": 9.97195215290958e-08, + "G": 1.1609255125222262e-05, + "F": 7.730500510660931e-05, + "E": 0.00047940321383066475, + "T": 3.431946242926642e-05, + "P": 0.9774953722953796, + "-": 0.020400185137987137 + }, + "id": "tp_28528" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3566033, + "label": "P", + "classification": { + "B": 4.424093091870418e-08, + "S": 2.058455905729062e-10, + "I": 9.086662612389773e-05, + "C": 6.486238248726295e-07, + "R": 9.727733285558315e-09, + "M": 6.548029318764748e-07, + "O": 3.460404229826963e-08, + "W": 7.977216109900098e-10, + "N": 3.5220600125285273e-07, + "Y": 1.6258776440736256e-06, + "U": 8.53979609249933e-10, + "K": 1.361786933218312e-10, + "L": 5.62821922400758e-09, + "G": 1.5837387081774068e-06, + "F": 1.6860000187080004e-06, + "E": 7.205457222880796e-05, + "T": 1.4487992530121119e-06, + "P": 0.9285528659820557, + "-": 0.07127603888511658 + }, + "id": "tp_28529" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3566133, + "label": "P", + "classification": { + "B": 7.214730590732188e-09, + "S": 1.5504012518263721e-09, + "I": 3.804337029578164e-05, + "C": 3.2127619675748065e-08, + "R": 1.0456639998324135e-09, + "M": 2.280381750097149e-07, + "O": 2.7169123839598797e-08, + "W": 1.1034516633756652e-09, + "N": 7.465925477845303e-07, + "Y": 7.024043497949606e-07, + "U": 9.251532318010902e-10, + "K": 6.64789023829826e-09, + "L": 8.439375864810472e-10, + "G": 1.8763920195397077e-07, + "F": 8.004198207345325e-06, + "E": 4.186172373010777e-05, + "T": 1.670981532697624e-06, + "P": 0.9465407133102417, + "-": 0.053367845714092255 + }, + "id": "tp_28530" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3566266, + "label": "P", + "classification": { + "B": 6.168423105634702e-09, + "S": 1.9592207856078403e-09, + "I": 8.922909910324961e-05, + "C": 3.576308316155519e-08, + "R": 1.5906370665064173e-09, + "M": 2.758418702342169e-07, + "O": 2.4124133801706193e-08, + "W": 1.5820019738654878e-09, + "N": 1.7403077663402655e-06, + "Y": 6.92469086516212e-07, + "U": 3.707875673164551e-10, + "K": 2.76209739524802e-08, + "L": 6.55287379913716e-10, + "G": 3.5889863170268654e-07, + "F": 1.4902238945069257e-05, + "E": 7.090379949659109e-05, + "T": 8.806372306935373e-07, + "P": 0.9723154902458191, + "-": 0.027505580335855484 + }, + "id": "tp_28531" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3566400, + "label": "P", + "classification": { + "B": 5.258636193161692e-08, + "S": 1.340426791784921e-07, + "I": 0.0009007082553580403, + "C": 2.074228405035683e-06, + "R": 1.669528160164191e-07, + "M": 9.151296580967028e-06, + "O": 8.397945521210204e-07, + "W": 7.779709676469793e-08, + "N": 2.726702587096952e-05, + "Y": 5.754099402111024e-05, + "U": 9.328034167310761e-08, + "K": 4.3428603930806275e-06, + "L": 5.608914932508924e-08, + "G": 9.310375389759429e-06, + "F": 0.0002819594810716808, + "E": 0.0004321237502153963, + "T": 3.749273673747666e-05, + "P": 0.8879182934761047, + "-": 0.11031836271286011 + }, + "id": "tp_28532" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3566533, + "label": "P", + "classification": { + "B": 1.0528649133090262e-11, + "S": 2.0555662207100145e-12, + "I": 3.561020548659144e-06, + "C": 8.527832329185969e-10, + "R": 6.460706535732497e-12, + "M": 1.2879750599381623e-09, + "O": 2.6191815383214134e-10, + "W": 8.460648089243794e-13, + "N": 2.339002946882829e-08, + "Y": 2.5709985251864964e-09, + "U": 2.352003140859704e-12, + "K": 1.463683341196287e-11, + "L": 3.4506690040070342e-12, + "G": 2.156574829825786e-08, + "F": 3.0460142852462013e-07, + "E": 1.2541686373879202e-06, + "T": 5.959891424822672e-08, + "P": 0.9589570164680481, + "-": 0.04103771224617958 + }, + "id": "tp_28533" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3566633, + "label": "P", + "classification": { + "B": 3.130094796688354e-07, + "S": 1.0236162495402823e-07, + "I": 0.006029878742992878, + "C": 1.7545720766065642e-05, + "R": 3.764680798212794e-07, + "M": 1.3096548173052724e-05, + "O": 4.991312607671716e-07, + "W": 7.670627155675902e-08, + "N": 0.00011532147618709132, + "Y": 2.164589568565134e-05, + "U": 1.0223050850299842e-07, + "K": 2.205587179560098e-06, + "L": 4.200672520937587e-08, + "G": 9.008631423057523e-06, + "F": 5.9469784901011735e-05, + "E": 0.0035571467597037554, + "T": 1.0130897862836719e-05, + "P": 0.9639671444892883, + "-": 0.026196008548140526 + }, + "id": "tp_28534" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3566767, + "label": "P", + "classification": { + "B": 6.1751053159753155e-09, + "S": 1.3135182719281602e-08, + "I": 0.003662130795419216, + "C": 1.2076090172286058e-07, + "R": 4.151862853518651e-09, + "M": 2.617034340346436e-07, + "O": 1.7919864703230814e-08, + "W": 3.583419116992559e-09, + "N": 0.000133666762849316, + "Y": 4.88395835418487e-06, + "U": 8.162726050642277e-10, + "K": 5.062202944827732e-06, + "L": 3.139493109927116e-10, + "G": 2.1115547497174703e-06, + "F": 2.2001542674843222e-05, + "E": 0.006544103380292654, + "T": 9.311752933172102e-07, + "P": 0.9883615374565125, + "-": 0.0012631049612537026 + }, + "id": "tp_28535" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3566900, + "label": "P", + "classification": { + "B": 0.00048788235289976, + "S": 0.000921185128390789, + "I": 0.019726119935512543, + "C": 0.0012489776127040386, + "R": 0.0003100865869782865, + "M": 0.001808931352570653, + "O": 0.0010593881597742438, + "W": 0.00047449261182919145, + "N": 0.007556156720966101, + "Y": 0.005233787000179291, + "U": 0.00012227946717757732, + "K": 0.006327045150101185, + "L": 0.00018014518718700856, + "G": 0.008452750742435455, + "F": 0.06595747172832489, + "E": 0.0942029282450676, + "T": 0.003467318369075656, + "P": 0.6340340375900269, + "-": 0.14842887222766876 + }, + "id": "tp_28536" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3567000, + "label": "P", + "classification": { + "B": 2.768890394744261e-10, + "S": 9.64737734143739e-10, + "I": 0.00110775011125952, + "C": 2.850723568315061e-08, + "R": 4.606370396231796e-09, + "M": 1.5017479881862528e-07, + "O": 1.0178633047530639e-08, + "W": 1.032959495717023e-09, + "N": 1.6144103938131593e-05, + "Y": 1.481392132518522e-06, + "U": 2.4711008239641785e-10, + "K": 1.8207545338100317e-07, + "L": 8.964153030976973e-11, + "G": 2.2543757438597822e-07, + "F": 3.236833890696289e-06, + "E": 0.00013722004950977862, + "T": 3.96083009945869e-07, + "P": 0.9966201782226562, + "-": 0.002113062422722578 + }, + "id": "tp_28537" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3567134, + "label": "P", + "classification": { + "B": 2.0762357166859147e-07, + "S": 4.09645690524485e-06, + "I": 0.0004985413979738951, + "C": 5.221351784712169e-06, + "R": 1.2566858913487522e-06, + "M": 5.595739366981434e-06, + "O": 1.1609522516664583e-05, + "W": 2.3327290818997426e-06, + "N": 8.477131632389501e-05, + "Y": 0.0001294647518079728, + "U": 1.155108407147054e-06, + "K": 2.465546458552126e-05, + "L": 4.73168455528139e-07, + "G": 1.9283799701952375e-05, + "F": 0.0025341766886413097, + "E": 0.00024218184989877045, + "T": 0.00020357953326310962, + "P": 0.6859990954399109, + "-": 0.31023234128952026 + }, + "id": "tp_28538" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3567267, + "label": "P", + "classification": { + "B": 3.963696570963293e-08, + "S": 1.1455185244813038e-08, + "I": 0.0026056126225739717, + "C": 1.2339004342720727e-06, + "R": 2.8118238404317708e-08, + "M": 3.2134064440469956e-06, + "O": 4.0002209544809375e-08, + "W": 3.2672007321821184e-09, + "N": 1.6641919501125813e-05, + "Y": 3.2085254133562557e-06, + "U": 2.804249277232884e-09, + "K": 1.7947819230812456e-08, + "L": 5.175956552250227e-09, + "G": 1.4967090464779176e-06, + "F": 4.939114660373889e-06, + "E": 0.0008325441740453243, + "T": 2.1683567865693476e-06, + "P": 0.9900374412536621, + "-": 0.006491390522569418 + }, + "id": "tp_28539" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3567401, + "label": "P", + "classification": { + "B": 7.0270807555061765e-06, + "S": 2.893646978918696e-06, + "I": 0.001304562552832067, + "C": 3.4015614801319316e-05, + "R": 3.085219077547663e-06, + "M": 7.000963523751125e-05, + "O": 2.6317336960346438e-05, + "W": 3.3598018944758223e-06, + "N": 0.00010039746848633513, + "Y": 0.0003365112643223256, + "U": 3.124460818071384e-06, + "K": 5.957893790764501e-06, + "L": 4.308878487790935e-06, + "G": 0.00010772709356388077, + "F": 0.0009327547741122544, + "E": 0.0018733477918431163, + "T": 0.00039356297929771245, + "P": 0.5857362151145935, + "-": 0.40905487537384033 + }, + "id": "tp_28540" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3567501, + "label": "P", + "classification": { + "B": 3.150891325631733e-09, + "S": 1.041672970103491e-09, + "I": 0.0010392293334007263, + "C": 2.6282106091457536e-07, + "R": 8.184645849951266e-09, + "M": 4.1818114482339297e-07, + "O": 1.422878526113891e-08, + "W": 1.3269182419506365e-09, + "N": 1.0277930414304137e-05, + "Y": 1.390967895531503e-06, + "U": 7.275046121080209e-10, + "K": 5.0799297213188765e-08, + "L": 5.787221257769204e-10, + "G": 4.822185815100966e-07, + "F": 5.17072021466447e-06, + "E": 0.000261540524661541, + "T": 1.270418579224497e-06, + "P": 0.9910151362419128, + "-": 0.007664623204618692 + }, + "id": "tp_28541" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3567634, + "label": "P", + "classification": { + "B": 2.412057775735832e-10, + "S": 2.677835175823873e-10, + "I": 5.354925087885931e-05, + "C": 5.429710903115392e-09, + "R": 7.826538306332509e-10, + "M": 2.6615738946134115e-08, + "O": 2.7991369222490903e-09, + "W": 4.1959592050888617e-11, + "N": 6.779829391234671e-07, + "Y": 3.6938761382998564e-08, + "U": 3.4043035751496475e-11, + "K": 1.909197799854212e-10, + "L": 9.588155269746323e-11, + "G": 9.909489051551645e-08, + "F": 5.748919988946e-07, + "E": 2.1912499050813494e-06, + "T": 3.543445359355246e-07, + "P": 0.9962892532348633, + "-": 0.00365334446541965 + }, + "id": "tp_28542" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3567768, + "label": "P", + "classification": { + "B": 1.2928119303978747e-06, + "S": 3.5511479978822535e-08, + "I": 0.0115670682862401, + "C": 1.2497466173044813e-07, + "R": 3.2342437616961206e-09, + "M": 5.532041541300714e-06, + "O": 2.8694353559899355e-08, + "W": 2.547064781310837e-09, + "N": 0.0005136770778335631, + "Y": 7.57751308810839e-07, + "U": 1.5680155784902894e-10, + "K": 8.155260644571172e-08, + "L": 2.792802655804394e-09, + "G": 1.4165092579787597e-05, + "F": 1.1691128065649536e-06, + "E": 0.06284238398075104, + "T": 6.558804557244002e-07, + "P": 0.9250059723854065, + "-": 4.700845602201298e-05 + }, + "id": "tp_28543" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3567901, + "label": "P", + "classification": { + "B": 1.0205983280719977e-10, + "S": 2.1585283473818384e-12, + "I": 6.778449005651055e-06, + "C": 1.482084038828546e-10, + "R": 1.707517048761542e-12, + "M": 5.751464193792799e-09, + "O": 5.208611320028922e-11, + "W": 1.2368320343597583e-12, + "N": 1.9798932271442027e-08, + "Y": 2.9561872949557255e-09, + "U": 5.964524664101023e-13, + "K": 8.277673685386233e-12, + "L": 1.4888285916614397e-12, + "G": 3.051411567867035e-09, + "F": 1.0211430634399221e-07, + "E": 1.0388997907284647e-05, + "T": 5.603313368851559e-09, + "P": 0.9975622892379761, + "-": 0.0024205141235142946 + }, + "id": "tp_28544" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3568001, + "label": "P", + "classification": { + "B": 3.0970753073233936e-07, + "S": 1.237215997207386e-06, + "I": 0.007371470332145691, + "C": 5.994576923740169e-08, + "R": 1.263638438331327e-08, + "M": 1.2979088523934479e-06, + "O": 2.633567248722102e-07, + "W": 7.168933535695032e-08, + "N": 0.000205883668968454, + "Y": 1.0119747457792982e-06, + "U": 3.0495475034086894e-09, + "K": 6.608325264778614e-08, + "L": 8.707591980794405e-09, + "G": 3.939966291000019e-07, + "F": 6.644504082942149e-06, + "E": 0.0002838664804585278, + "T": 1.842191750256461e-06, + "P": 0.9910112619400024, + "-": 0.0011142657604068518 + }, + "id": "tp_28545" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3568135, + "label": "P", + "classification": { + "B": 0.0006679860525764525, + "S": 0.00012031778896925971, + "I": 0.014279339462518692, + "C": 4.405826985021122e-05, + "R": 1.3316510376171209e-05, + "M": 0.00015203938528429717, + "O": 0.00017639096768107265, + "W": 3.977410960942507e-05, + "N": 0.0028370392974466085, + "Y": 0.00012678324128501117, + "U": 3.3227236144739436e-06, + "K": 1.7658021533861756e-05, + "L": 2.3606971808476374e-05, + "G": 0.0006289293523877859, + "F": 0.0006861004512757063, + "E": 0.01072373054921627, + "T": 0.00014187097258400172, + "P": 0.9519137740135193, + "-": 0.017403876408934593 + }, + "id": "tp_28546" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3568268, + "label": "P", + "classification": { + "B": 1.4643853621029712e-12, + "S": 7.126896593495288e-14, + "I": 4.142866600886919e-06, + "C": 7.542533264626172e-11, + "R": 4.2469979898325516e-13, + "M": 3.602370485245032e-11, + "O": 1.7435739267310235e-12, + "W": 1.0436938043412863e-13, + "N": 3.7144720632653616e-09, + "Y": 1.2771493862473449e-09, + "U": 2.352552289260068e-13, + "K": 1.4302881795602573e-12, + "L": 8.05755269906068e-14, + "G": 3.3021052558979136e-10, + "F": 2.591395009687858e-08, + "E": 9.892448815662647e-07, + "T": 8.918372151889287e-10, + "P": 0.9979541301727295, + "-": 0.002040731254965067 + }, + "id": "tp_28547" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3568402, + "label": "P", + "classification": { + "B": 2.167940920116962e-06, + "S": 4.974577223038068e-06, + "I": 0.00260025798343122, + "C": 3.236298289266415e-05, + "R": 6.348398073896533e-06, + "M": 1.9986840925412253e-05, + "O": 9.621321623853873e-06, + "W": 1.9375818283151602e-06, + "N": 0.0003392888174857944, + "Y": 7.684460433665663e-05, + "U": 2.171352889490663e-06, + "K": 5.9173722547711805e-05, + "L": 1.1149667216159287e-06, + "G": 8.530740160495043e-05, + "F": 0.0016302178846672177, + "E": 0.0016344294417649508, + "T": 9.291239257436246e-05, + "P": 0.9448705315589905, + "-": 0.04853043332695961 + }, + "id": "tp_28548" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3568502, + "label": "P", + "classification": { + "B": 1.222914911697126e-11, + "S": 2.3032631357722266e-10, + "I": 0.0002525790478102863, + "C": 5.402192582160126e-10, + "R": 2.419278145870951e-11, + "M": 2.2722129733310226e-10, + "O": 8.716227045679759e-11, + "W": 4.355834443137141e-11, + "N": 1.5764075214974582e-05, + "Y": 7.867167362007876e-09, + "U": 8.27423025928642e-12, + "K": 2.0661307331693024e-08, + "L": 6.438813783364583e-13, + "G": 2.589155556620426e-09, + "F": 2.3291948991754907e-07, + "E": 0.00010216236114501953, + "T": 4.028008593337518e-09, + "P": 0.9995961785316467, + "-": 3.306191138108261e-05 + }, + "id": "tp_28549" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3568635, + "label": "P", + "classification": { + "B": 9.873934135595785e-12, + "S": 7.197951124027213e-10, + "I": 9.448676428291947e-05, + "C": 1.9848903076713498e-10, + "R": 1.5423873983566594e-11, + "M": 8.979018639720948e-10, + "O": 3.319700347947929e-10, + "W": 8.57941287457642e-11, + "N": 3.1486576972383773e-06, + "Y": 1.3521390229698227e-08, + "U": 5.70262890728368e-12, + "K": 1.5762523730700195e-08, + "L": 7.152926796878678e-13, + "G": 1.7139217822759178e-09, + "F": 6.560184715453943e-07, + "E": 1.1333627298881765e-05, + "T": 2.686363487214294e-08, + "P": 0.9992820620536804, + "-": 0.0006083150510676205 + }, + "id": "tp_28550" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3568769, + "label": "P", + "classification": { + "B": 1.6513295619802193e-08, + "S": 6.036183219926272e-10, + "I": 0.017080606892704964, + "C": 2.229626687721975e-07, + "R": 5.019181514853699e-09, + "M": 5.91046728004585e-07, + "O": 5.147477999400962e-09, + "W": 4.505002482169118e-10, + "N": 3.8891241274541244e-05, + "Y": 4.7443000994462636e-07, + "U": 1.1629938678758833e-10, + "K": 1.985738506959933e-08, + "L": 2.270647420088423e-10, + "G": 9.815654493650072e-07, + "F": 7.563301664958999e-07, + "E": 0.001794118550606072, + "T": 8.859813505068814e-08, + "P": 0.9807122945785522, + "-": 0.00037102604983374476 + }, + "id": "tp_28551" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3568902, + "label": "P", + "classification": { + "B": 5.320857326296391e-06, + "S": 1.8953653579956153e-06, + "I": 0.0021311112213879824, + "C": 4.246725075063296e-05, + "R": 2.051586534435046e-06, + "M": 0.00013378376024775207, + "O": 1.3458643479680177e-05, + "W": 1.0834086197064607e-06, + "N": 0.00012565471115522087, + "Y": 0.0002513301733415574, + "U": 8.887458307071938e-07, + "K": 4.973969680577284e-06, + "L": 2.2482663553091697e-06, + "G": 0.00022820562298875302, + "F": 0.0005586083861999214, + "E": 0.009387233294546604, + "T": 0.00015497105778194964, + "P": 0.8404324650764465, + "-": 0.1465221643447876 + }, + "id": "tp_28552" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3569002, + "label": "P", + "classification": { + "B": 4.946354010826326e-07, + "S": 2.876298026421864e-07, + "I": 0.00017258201842196286, + "C": 2.1362552615755703e-08, + "R": 3.3954770106703336e-09, + "M": 3.7047681189505965e-07, + "O": 1.92231254914077e-07, + "W": 3.396553793777457e-08, + "N": 1.7161424693767913e-05, + "Y": 2.2883129702222504e-07, + "U": 1.0005664075052323e-09, + "K": 2.419863420755064e-08, + "L": 7.460485562660324e-09, + "G": 1.4814833093623747e-06, + "F": 2.1103980543557554e-05, + "E": 0.00035448832204565406, + "T": 5.146603712091746e-07, + "P": 0.998245358467102, + "-": 0.0011856039054691792 + }, + "id": "tp_28553" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3569136, + "label": "P", + "classification": { + "B": 2.3584211916727327e-08, + "S": 2.408333443781885e-08, + "I": 0.000478899572044611, + "C": 2.853428426874416e-08, + "R": 2.2824084844330628e-09, + "M": 4.322819791013899e-07, + "O": 3.418782412722976e-08, + "W": 4.673614384387292e-09, + "N": 2.608415343274828e-05, + "Y": 5.842804284839076e-07, + "U": 9.593910110794468e-10, + "K": 1.0925235471859196e-07, + "L": 7.075374175435911e-10, + "G": 2.1743885270097962e-07, + "F": 6.453449259424815e-06, + "E": 0.00011377682676538825, + "T": 1.3566672123488388e-06, + "P": 0.9970008730888367, + "-": 0.0023712178226560354 + }, + "id": "tp_28554" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3569269, + "label": "P", + "classification": { + "B": 8.329322648270576e-11, + "S": 2.2994488257932488e-10, + "I": 8.001903188414872e-05, + "C": 1.0190754906602706e-09, + "R": 2.736408599712803e-10, + "M": 6.6019882893897375e-09, + "O": 1.7051108303078877e-09, + "W": 1.2443245045457019e-10, + "N": 2.9202965379226953e-06, + "Y": 1.248261867203837e-07, + "U": 4.5961269512506675e-11, + "K": 5.2528651650618485e-08, + "L": 3.2782426946653676e-12, + "G": 2.1425639928907003e-08, + "F": 8.94139645879477e-07, + "E": 1.5848385373828933e-05, + "T": 1.1639406949370823e-07, + "P": 0.9980169534683228, + "-": 0.0018830046756193042 + }, + "id": "tp_28555" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3569403, + "label": "P", + "classification": { + "B": 2.1210404099747393e-07, + "S": 3.9306833343744074e-08, + "I": 0.0006213844171725214, + "C": 1.2696525118371937e-05, + "R": 4.7560206439811736e-07, + "M": 8.714176146895625e-06, + "O": 9.511720122645784e-07, + "W": 1.1861081361530523e-07, + "N": 1.6190762835321948e-05, + "Y": 7.840978651074693e-05, + "U": 9.843756743066479e-08, + "K": 5.887170573259937e-06, + "L": 6.26005629555948e-08, + "G": 3.2862411899259314e-05, + "F": 0.0006407315959222615, + "E": 0.003592463443055749, + "T": 1.4152034054859541e-05, + "P": 0.7874709963798523, + "-": 0.2075035125017166 + }, + "id": "tp_28556" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3569503, + "label": "P", + "classification": { + "B": 0.004157700575888157, + "S": 0.0003858553245663643, + "I": 0.16760683059692383, + "C": 0.009018237702548504, + "R": 0.0012806234881281853, + "M": 0.029240285977721214, + "O": 0.0025832608807832003, + "W": 0.00044249501661397517, + "N": 0.009301330894231796, + "Y": 0.02248961664736271, + "U": 0.00017183685849886388, + "K": 0.00014557286340277642, + "L": 0.001912859734147787, + "G": 0.017762426286935806, + "F": 0.004473911598324776, + "E": 0.16940510272979736, + "T": 0.006432925350964069, + "P": 0.4153018891811371, + "-": 0.13788720965385437 + }, + "id": "tp_28557" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3569636, + "label": "P", + "classification": { + "B": 6.4488849602639675e-06, + "S": 4.426635314302985e-06, + "I": 0.11208349466323853, + "C": 0.00025839972659014165, + "R": 1.439174866391113e-05, + "M": 0.0003354103537276387, + "O": 1.5944027836667374e-05, + "W": 3.992836354882456e-06, + "N": 0.007726498879492283, + "Y": 0.0009028575732372701, + "U": 9.091320407605963e-07, + "K": 0.00036763111711479723, + "L": 1.1973700111411745e-06, + "G": 0.001164634944871068, + "F": 0.00061626429669559, + "E": 0.16722239553928375, + "T": 0.0003705024719238281, + "P": 0.696782648563385, + "-": 0.012121853418648243 + }, + "id": "tp_28558" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3569770, + "label": "P", + "classification": { + "B": 1.67716989381006e-05, + "S": 5.363678792491555e-05, + "I": 0.013424520380795002, + "C": 8.011060344870202e-06, + "R": 3.3079174954764312e-06, + "M": 4.195950896246359e-05, + "O": 2.7386213332647458e-05, + "W": 1.0561377166595776e-05, + "N": 0.002861788496375084, + "Y": 9.519518789602444e-05, + "U": 1.5052494291012408e-06, + "K": 7.893771544331685e-05, + "L": 1.5201038650047849e-06, + "G": 4.022139546577819e-05, + "F": 0.0004921934450976551, + "E": 0.0041888440027832985, + "T": 8.354159945156425e-05, + "P": 0.9656519889831543, + "-": 0.012918062508106232 + }, + "id": "tp_28559" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3569903, + "label": "P", + "classification": { + "B": 1.0486656719876919e-05, + "S": 1.2748970220854972e-05, + "I": 0.00953639019280672, + "C": 9.672556916484609e-05, + "R": 7.453021680703387e-06, + "M": 6.700534140691161e-05, + "O": 1.6858166418387555e-05, + "W": 7.248408564919373e-06, + "N": 0.000950169749557972, + "Y": 0.0002011044998653233, + "U": 2.325624791410519e-06, + "K": 4.467997860047035e-05, + "L": 3.421388782953727e-06, + "G": 0.00018643664952833205, + "F": 0.0018703717505559325, + "E": 0.01134166307747364, + "T": 0.00012024793977616355, + "P": 0.9404004216194153, + "-": 0.03512409329414368 + }, + "id": "tp_28560" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3570003, + "label": "P", + "classification": { + "B": 1.7627731219160836e-10, + "S": 2.420312561479676e-11, + "I": 3.6893877677357523e-06, + "C": 7.0534569296398786e-09, + "R": 4.3991960074762915e-10, + "M": 5.9908855654100535e-09, + "O": 3.3388212195006872e-09, + "W": 3.098751810703959e-11, + "N": 3.227696154795012e-08, + "Y": 1.0190991162062346e-07, + "U": 2.997604595100789e-11, + "K": 8.78823291916575e-10, + "L": 1.998675530634486e-11, + "G": 1.1900427665523239e-07, + "F": 9.447183401789516e-06, + "E": 2.554604179749731e-06, + "T": 1.0933910488120091e-07, + "P": 0.8726803660392761, + "-": 0.12730349600315094 + }, + "id": "tp_28561" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3570137, + "label": "P", + "classification": { + "B": 1.957388473527999e-09, + "S": 6.939623542479012e-09, + "I": 7.41469775675796e-05, + "C": 4.372794126794588e-09, + "R": 2.590486991582708e-10, + "M": 3.124143077570807e-08, + "O": 4.584336021906665e-09, + "W": 3.0985625176782605e-10, + "N": 2.135225940946839e-06, + "Y": 1.026539990789388e-07, + "U": 1.1877498984347312e-10, + "K": 9.299744307966762e-10, + "L": 1.193855153625023e-10, + "G": 1.96170990562905e-08, + "F": 1.1416219649618142e-06, + "E": 1.0025872143160086e-05, + "T": 2.8034818910782633e-07, + "P": 0.9969795942306519, + "-": 0.0029326353687793016 + }, + "id": "tp_28562" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3570270, + "label": "P", + "classification": { + "B": 2.665624560904689e-05, + "S": 6.391080091816548e-07, + "I": 0.008300074376165867, + "C": 4.24531135649886e-05, + "R": 3.983883289038204e-06, + "M": 0.00010128773283213377, + "O": 1.8415512386127375e-05, + "W": 4.025364148674271e-07, + "N": 4.124719635001384e-05, + "Y": 4.3778047256637365e-05, + "U": 5.66114337630097e-08, + "K": 7.482043873352495e-10, + "L": 8.09271205071127e-06, + "G": 0.00015575261204503477, + "F": 1.9085766325588338e-05, + "E": 0.00034428617800585926, + "T": 9.770610631676391e-05, + "P": 0.9346703886985779, + "-": 0.056125592440366745 + }, + "id": "tp_28563" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3570404, + "label": "P", + "classification": { + "B": 1.2762845358338382e-07, + "S": 2.155823182192762e-07, + "I": 0.0011738146422430873, + "C": 1.06171648894815e-06, + "R": 1.606767625617067e-07, + "M": 4.783598797075683e-06, + "O": 8.435102927251137e-07, + "W": 7.948745661678913e-08, + "N": 2.077082172036171e-05, + "Y": 1.3132554158801213e-05, + "U": 1.2594457921011326e-08, + "K": 3.159495776117183e-08, + "L": 9.130941691637418e-08, + "G": 2.9493924103007885e-06, + "F": 8.011735189938918e-05, + "E": 0.0001200013721245341, + "T": 1.530285953776911e-05, + "P": 0.9678672552108765, + "-": 0.030699264258146286 + }, + "id": "tp_28564" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3570504, + "label": "P", + "classification": { + "B": 1.5961655608354164e-10, + "S": 4.491007565832206e-11, + "I": 4.740262374980375e-05, + "C": 1.7984707056939442e-08, + "R": 3.299314432769762e-10, + "M": 4.200746772653474e-08, + "O": 1.85068516067588e-09, + "W": 6.82023049147773e-11, + "N": 3.506601728986425e-07, + "Y": 4.2534207977951155e-07, + "U": 1.0316376919394799e-10, + "K": 4.8990242973445675e-09, + "L": 5.45865644352439e-11, + "G": 7.39666816684803e-08, + "F": 3.5160433071723673e-06, + "E": 1.8695456674322486e-05, + "T": 3.842740738946304e-07, + "P": 0.9733830094337463, + "-": 0.026546061038970947 + }, + "id": "tp_28565" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3570637, + "label": "P", + "classification": { + "B": 7.682570526412746e-07, + "S": 7.614569597080845e-08, + "I": 0.0007679654518142343, + "C": 3.724086855072528e-05, + "R": 2.5029710286617046e-06, + "M": 2.0067172954441048e-05, + "O": 2.5492313397990074e-06, + "W": 1.9788058125413954e-07, + "N": 1.5262166925822385e-05, + "Y": 0.00018958702275995165, + "U": 3.6587354657058313e-07, + "K": 1.4767952052352484e-06, + "L": 4.816192813450471e-07, + "G": 0.0001260557328350842, + "F": 0.0006564583163708448, + "E": 0.0013550110161304474, + "T": 9.695640619611368e-05, + "P": 0.7159953713417053, + "-": 0.2807316184043884 + }, + "id": "tp_28566" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3570771, + "label": "P", + "classification": { + "B": 3.261536960508238e-07, + "S": 5.090553401032594e-08, + "I": 0.0002270223485538736, + "C": 3.128844355160254e-06, + "R": 2.6500435978960013e-07, + "M": 6.415466941689374e-06, + "O": 1.4612986660722527e-06, + "W": 5.736611186080154e-08, + "N": 5.468314157042187e-06, + "Y": 1.6920181224122643e-05, + "U": 3.582082186426305e-08, + "K": 5.18565173024399e-08, + "L": 2.5339758735754003e-07, + "G": 2.7062284061685205e-05, + "F": 0.00017840323562268168, + "E": 0.00021225545788183808, + "T": 2.3489641534979455e-05, + "P": 0.8738946914672852, + "-": 0.12540264427661896 + }, + "id": "tp_28567" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3570904, + "label": "P", + "classification": { + "B": 2.609106377349235e-05, + "S": 2.3910652089398354e-05, + "I": 0.007265698164701462, + "C": 0.0009045692277140915, + "R": 0.000183923591976054, + "M": 0.00038291278178803623, + "O": 0.00023731264809612185, + "W": 4.905464084004052e-05, + "N": 0.0009094543056562543, + "Y": 0.002053719013929367, + "U": 5.595050606643781e-05, + "K": 0.0003189595299772918, + "L": 3.6608369555324316e-05, + "G": 0.0011412493186071515, + "F": 0.007275221403688192, + "E": 0.006117330864071846, + "T": 0.0013830040115863085, + "P": 0.5593557357788086, + "-": 0.41227924823760986 + }, + "id": "tp_28568" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3571004, + "label": "P", + "classification": { + "B": 1.4027271788563667e-08, + "S": 1.6527502921803716e-08, + "I": 0.0010120858205482364, + "C": 1.9297242204174836e-07, + "R": 6.007553565723356e-08, + "M": 2.016302147467286e-07, + "O": 1.111939340603385e-07, + "W": 6.052013112878285e-09, + "N": 2.232089900644496e-05, + "Y": 5.5249261095013935e-06, + "U": 8.295315545581161e-09, + "K": 3.0964685038270545e-07, + "L": 1.869377319607679e-09, + "G": 1.4504089449474122e-06, + "F": 1.4483446648227982e-05, + "E": 2.9571119739557616e-05, + "T": 4.589410309563391e-06, + "P": 0.9788862466812134, + "-": 0.020022833719849586 + }, + "id": "tp_28569" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3571138, + "label": "P", + "classification": { + "B": 4.807466780221148e-07, + "S": 7.758969331916887e-06, + "I": 0.20645827054977417, + "C": 2.8008567824144848e-05, + "R": 2.084530751744751e-05, + "M": 5.8007157349493355e-05, + "O": 2.2852123947814107e-05, + "W": 1.3124416682330775e-06, + "N": 0.004487940575927496, + "Y": 0.0006216097390279174, + "U": 3.6932792113475443e-07, + "K": 4.116178388358094e-06, + "L": 1.108503170144104e-06, + "G": 8.812223677523434e-05, + "F": 0.00011232987890252843, + "E": 0.000763808551710099, + "T": 0.0004134633927606046, + "P": 0.7673671841621399, + "-": 0.01954244263470173 + }, + "id": "tp_28570" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3571271, + "label": "P", + "classification": { + "B": 3.755310444830684e-06, + "S": 6.789857138755906e-07, + "I": 0.0015010553179308772, + "C": 1.5820358385099098e-05, + "R": 1.121289528782654e-06, + "M": 1.92390289157629e-05, + "O": 6.118423698353581e-06, + "W": 9.575526291882852e-07, + "N": 8.64468893269077e-05, + "Y": 0.00016326698823831975, + "U": 1.3408271115622483e-06, + "K": 1.1134154192404822e-05, + "L": 6.676951329609437e-07, + "G": 4.588568117469549e-05, + "F": 0.0004202621057629585, + "E": 0.0018287686398252845, + "T": 7.566987187601626e-05, + "P": 0.8437754511833191, + "-": 0.15204240381717682 + }, + "id": "tp_28571" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3571405, + "label": "P", + "classification": { + "B": 1.6062445865827613e-05, + "S": 4.453124802239472e-06, + "I": 0.012066267430782318, + "C": 0.00034062311169691384, + "R": 1.6179674275917932e-05, + "M": 0.00020689571101684123, + "O": 2.010229400184471e-05, + "W": 4.997771156922681e-06, + "N": 0.0011193639365956187, + "Y": 0.001019580871798098, + "U": 6.7895894062530715e-06, + "K": 0.0003181910142302513, + "L": 2.558914957262459e-06, + "G": 0.0008184264879673719, + "F": 0.0013385219499468803, + "E": 0.04131833463907242, + "T": 0.0002574561513029039, + "P": 0.8602829575538635, + "-": 0.0808422714471817 + }, + "id": "tp_28572" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3571505, + "label": "P", + "classification": { + "B": 1.405558577971533e-05, + "S": 1.92454399439157e-06, + "I": 0.007705342024564743, + "C": 0.0003480237501207739, + "R": 2.8078711693524383e-05, + "M": 0.00010294702951796353, + "O": 5.9325117035768926e-05, + "W": 4.0456698116031475e-06, + "N": 0.0004435075679793954, + "Y": 0.00042994407704100013, + "U": 1.3037493772571906e-05, + "K": 5.7488145102979615e-05, + "L": 5.5266223171202e-06, + "G": 0.0006418019765987992, + "F": 0.0008966411114670336, + "E": 0.0039567905478179455, + "T": 0.00040767548489384353, + "P": 0.6692193746566772, + "-": 0.31566449999809265 + }, + "id": "tp_28573" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3571638, + "label": "P", + "classification": { + "B": 5.8262001402908936e-05, + "S": 0.00014329751138575375, + "I": 0.005624186247587204, + "C": 0.00041792012052610517, + "R": 8.151752263074741e-05, + "M": 0.0009048981009982526, + "O": 0.000293291435809806, + "W": 9.510969539405778e-05, + "N": 0.0008541842689737678, + "Y": 0.002101392252370715, + "U": 5.784748282167129e-05, + "K": 0.00020607585611287504, + "L": 7.785737398080528e-05, + "G": 0.0007070116698741913, + "F": 0.010252783074975014, + "E": 0.00371397752314806, + "T": 0.003259236691519618, + "P": 0.5781980156898499, + "-": 0.392953097820282 + }, + "id": "tp_28574" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3571772, + "label": "P", + "classification": { + "B": 1.1968397473083314e-07, + "S": 1.514630696419772e-07, + "I": 0.00044697977136820555, + "C": 3.946014203393133e-06, + "R": 1.8920771083230647e-07, + "M": 6.604908776353113e-06, + "O": 1.2224297734064749e-06, + "W": 1.6796528257145837e-07, + "N": 3.21650986734312e-05, + "Y": 3.140630360576324e-05, + "U": 6.674796537708971e-08, + "K": 5.073440661362838e-06, + "L": 5.993449292418518e-08, + "G": 2.084091647702735e-05, + "F": 0.0015860998537391424, + "E": 0.001595670240931213, + "T": 1.096512278309092e-05, + "P": 0.9257866144180298, + "-": 0.07047165185213089 + }, + "id": "tp_28575" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3571905, + "label": "-", + "classification": { + "B": 2.8281442965294445e-08, + "S": 4.710167367250051e-09, + "I": 6.91405002726242e-05, + "C": 3.0884718853485538e-06, + "R": 9.457196625817232e-08, + "M": 2.019139401454595e-06, + "O": 1.943020322414668e-07, + "W": 4.672131126426393e-09, + "N": 1.825537992772297e-06, + "Y": 6.616669270442799e-05, + "U": 6.087264914356183e-09, + "K": 1.1252477634116076e-06, + "L": 6.626848403357144e-09, + "G": 4.399064346216619e-05, + "F": 0.0006316677900031209, + "E": 0.0008241389878094196, + "T": 1.041718314809259e-05, + "P": 0.45414426922798157, + "-": 0.5442018508911133 + }, + "id": "tp_28576" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3572005, + "label": "P", + "classification": { + "B": 1.4480930898841393e-09, + "S": 4.244556706112235e-09, + "I": 9.808297909330577e-05, + "C": 7.571364335490216e-08, + "R": 1.6213728137870476e-09, + "M": 2.2275389710557647e-07, + "O": 1.802804128203661e-08, + "W": 1.938568638948368e-09, + "N": 5.393385890783975e-06, + "Y": 1.476286115575931e-06, + "U": 1.2811421923331068e-09, + "K": 6.165960826365335e-07, + "L": 4.6551565380248405e-10, + "G": 5.617989700112958e-07, + "F": 3.365903103258461e-05, + "E": 0.0004823763156309724, + "T": 8.618552556072245e-07, + "P": 0.9858884215354919, + "-": 0.013488154858350754 + }, + "id": "tp_28577" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3572139, + "label": "P", + "classification": { + "B": 1.3400855323197902e-06, + "S": 2.501976950952667e-06, + "I": 0.0022988966666162014, + "C": 1.9212395727663534e-06, + "R": 4.0524795963392535e-07, + "M": 5.24683218827704e-06, + "O": 5.89711908105528e-06, + "W": 1.234582327924727e-06, + "N": 0.00018851758795790374, + "Y": 1.1370095307938755e-05, + "U": 2.956431899292511e-07, + "K": 1.456112045161717e-06, + "L": 2.992748306951398e-07, + "G": 6.949604539840948e-06, + "F": 7.60136463213712e-05, + "E": 0.00027850252809002995, + "T": 3.444635513005778e-05, + "P": 0.9672096371650696, + "-": 0.0298751313239336 + }, + "id": "tp_28578" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3572272, + "label": "P", + "classification": { + "B": 4.679935500462307e-06, + "S": 8.943443390307948e-06, + "I": 0.11236581951379776, + "C": 0.004506878089159727, + "R": 0.0003021082084160298, + "M": 0.0006622168002650142, + "O": 5.397394488682039e-05, + "W": 1.0797321010613814e-05, + "N": 0.001782846637070179, + "Y": 0.003724747570231557, + "U": 5.686641998181585e-06, + "K": 5.297796815284528e-05, + "L": 1.3682013559446204e-05, + "G": 0.0013596367789432406, + "F": 0.0016402844339609146, + "E": 0.011059257201850414, + "T": 0.001236764364875853, + "P": 0.7082006335258484, + "-": 0.15300802886486053 + }, + "id": "tp_28579" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3572406, + "label": "P", + "classification": { + "B": 1.6606738881819183e-06, + "S": 1.4693613366034697e-06, + "I": 0.004230575170367956, + "C": 7.979459769558161e-05, + "R": 7.01035924066673e-06, + "M": 3.710022065206431e-05, + "O": 1.0212412234977819e-05, + "W": 2.9092775548633654e-06, + "N": 0.00021446042228490114, + "Y": 0.00025623381952755153, + "U": 2.5094300326600205e-06, + "K": 6.662568921456113e-05, + "L": 7.804522965670913e-07, + "G": 0.00011130263737868518, + "F": 0.0009493849356658757, + "E": 0.0044952454045414925, + "T": 0.0001343061594525352, + "P": 0.7814139723777771, + "-": 0.2079845517873764 + }, + "id": "tp_28580" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3572506, + "label": "P", + "classification": { + "B": 2.4688011762918904e-05, + "S": 2.4644705263199285e-05, + "I": 0.01960521750152111, + "C": 0.00010317857231711969, + "R": 1.2242123375472147e-05, + "M": 0.00020983649301342666, + "O": 3.218235360691324e-05, + "W": 7.696176908211783e-06, + "N": 0.0012483864556998014, + "Y": 0.0014339886838570237, + "U": 5.8006485232908744e-06, + "K": 1.842523124651052e-05, + "L": 8.15527619124623e-06, + "G": 0.00020494963973760605, + "F": 0.0006268323049880564, + "E": 0.006872919388115406, + "T": 0.00055591861018911, + "P": 0.9150884747505188, + "-": 0.05391648784279823 + }, + "id": "tp_28581" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3572639, + "label": "P", + "classification": { + "B": 6.785589334867836e-07, + "S": 5.542494818655541e-07, + "I": 0.007364444900304079, + "C": 7.348010512941983e-06, + "R": 1.1251958085267688e-06, + "M": 5.304767000779975e-06, + "O": 2.098751338053262e-06, + "W": 3.1606006700712896e-07, + "N": 0.0001472815201850608, + "Y": 3.913118416676298e-05, + "U": 1.8997424433564447e-07, + "K": 3.123120109194133e-07, + "L": 2.929169511389773e-07, + "G": 1.99959958990803e-05, + "F": 5.3490628488361835e-05, + "E": 0.00038819960900582373, + "T": 3.0353312467923388e-05, + "P": 0.9722440242767334, + "-": 0.019694963470101357 + }, + "id": "tp_28582" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3572773, + "label": "P", + "classification": { + "B": 3.9788284311725874e-07, + "S": 2.792301643239625e-07, + "I": 0.0008012360776774585, + "C": 5.6986450545082334e-06, + "R": 3.1365601671495824e-07, + "M": 3.066009594476782e-05, + "O": 3.3890717077156296e-06, + "W": 3.52496243749556e-07, + "N": 4.5022316044196486e-05, + "Y": 9.78311727521941e-05, + "U": 1.7664079621226847e-07, + "K": 6.307566764007788e-06, + "L": 1.091320385171457e-07, + "G": 1.5656090909033082e-05, + "F": 0.0005150637007318437, + "E": 0.0014989996561780572, + "T": 6.878668500576168e-05, + "P": 0.7745203971862793, + "-": 0.22238928079605103 + }, + "id": "tp_28583" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3572906, + "label": "P", + "classification": { + "B": 4.707013445681696e-08, + "S": 4.966978828235824e-09, + "I": 0.004936741665005684, + "C": 4.67338622911484e-06, + "R": 1.1474934069610754e-07, + "M": 2.089230747515103e-06, + "O": 1.0654461135573001e-07, + "W": 9.946133694427317e-09, + "N": 2.754912929958664e-05, + "Y": 1.0857817869691644e-05, + "U": 8.829451836334101e-09, + "K": 1.2766297174948704e-07, + "L": 9.66306146210627e-09, + "G": 4.422716301633045e-06, + "F": 1.1930234904866666e-05, + "E": 0.0009800404077395797, + "T": 4.806277956959093e-06, + "P": 0.9750598669052124, + "-": 0.01895655319094658 + }, + "id": "tp_28584" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3573006, + "label": "P", + "classification": { + "B": 3.363055611771415e-06, + "S": 1.5485724134123302e-06, + "I": 0.0051032621413469315, + "C": 0.00014034405467100441, + "R": 1.0937383194686845e-05, + "M": 5.982812581351027e-05, + "O": 1.363928913633572e-05, + "W": 4.516629815043416e-06, + "N": 0.00043059574090875685, + "Y": 0.0003768003371078521, + "U": 3.0684932426083833e-06, + "K": 0.0005791014991700649, + "L": 1.301701445299841e-06, + "G": 0.0005908567109145224, + "F": 0.005190606694668531, + "E": 0.030897345393896103, + "T": 7.899504998931661e-05, + "P": 0.8308025002479553, + "-": 0.12571144104003906 + }, + "id": "tp_28585" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3573140, + "label": "P", + "classification": { + "B": 3.9161141103249975e-06, + "S": 2.311916205144371e-06, + "I": 0.0043358998373150826, + "C": 4.329949297243729e-05, + "R": 3.020159056177363e-06, + "M": 6.424522871384397e-05, + "O": 1.3931619832874276e-05, + "W": 1.2794355370715493e-06, + "N": 0.0002324475790373981, + "Y": 0.00014639760775025934, + "U": 6.448658496083226e-07, + "K": 2.6713960323831998e-06, + "L": 1.632795488148986e-06, + "G": 0.00013385896454565227, + "F": 0.00037319355760701, + "E": 0.0016236079391092062, + "T": 0.00014454044867306948, + "P": 0.933440625667572, + "-": 0.059432487934827805 + }, + "id": "tp_28586" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3573273, + "label": "P", + "classification": { + "B": 8.643534954444476e-08, + "S": 9.048383020626716e-08, + "I": 0.0030948438216000795, + "C": 1.979420176212443e-06, + "R": 8.557103825523882e-08, + "M": 6.0285628933343105e-06, + "O": 4.250700840202626e-07, + "W": 8.294889397575389e-08, + "N": 0.00010962518717860803, + "Y": 6.592441786779091e-05, + "U": 4.428668631817345e-08, + "K": 1.9303970475448295e-05, + "L": 1.5333498026848247e-08, + "G": 9.407133802596945e-06, + "F": 0.00021570274839177728, + "E": 0.00529008824378252, + "T": 1.4999448467278853e-05, + "P": 0.9482277631759644, + "-": 0.042943522334098816 + }, + "id": "tp_28587" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3573407, + "label": "-", + "classification": { + "B": 9.152510563673055e-13, + "S": 1.6931023098278042e-13, + "I": 8.67283290517662e-07, + "C": 5.078530485036481e-09, + "R": 2.6473984462982436e-11, + "M": 2.1805315331135944e-09, + "O": 1.5458412327973292e-10, + "W": 1.7386509983466358e-12, + "N": 2.0778263554177556e-09, + "Y": 2.825385649884993e-07, + "U": 2.4687094816316923e-12, + "K": 3.31617788784655e-10, + "L": 9.2461541895128e-13, + "G": 2.5306396977953227e-08, + "F": 1.025742221827386e-05, + "E": 2.534663735787035e-06, + "T": 3.0984054433247366e-08, + "P": 0.44972920417785645, + "-": 0.5502567291259766 + }, + "id": "tp_28588" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3573507, + "label": "P", + "classification": { + "B": 5.918742829180701e-08, + "S": 1.1410770639486145e-06, + "I": 0.008061202242970467, + "C": 4.759048977120983e-07, + "R": 9.624069718938699e-08, + "M": 1.5682913954151445e-06, + "O": 7.826182581993635e-07, + "W": 1.231243658139647e-07, + "N": 0.0003064822521992028, + "Y": 1.380821231578011e-05, + "U": 4.836874900604471e-09, + "K": 7.620358815074724e-07, + "L": 2.0095571429123993e-08, + "G": 2.534111672503059e-06, + "F": 0.00013839569874107838, + "E": 0.00041286522173322737, + "T": 6.402513463399373e-06, + "P": 0.9861206412315369, + "-": 0.004932533483952284 + }, + "id": "tp_28589" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3573640, + "label": "P", + "classification": { + "B": 1.2663792237077587e-09, + "S": 6.868064450493705e-11, + "I": 2.4215383746195585e-05, + "C": 3.145944171834003e-09, + "R": 7.957598122110277e-12, + "M": 3.229524381254123e-08, + "O": 1.716403130735955e-10, + "W": 1.5692239174747158e-11, + "N": 4.157330124598957e-07, + "Y": 1.3133100829065825e-08, + "U": 8.700858609989037e-12, + "K": 1.7576904376426228e-09, + "L": 1.2461716554501567e-11, + "G": 4.4518028374795904e-08, + "F": 1.188258011097787e-06, + "E": 0.001843191566877067, + "T": 1.4469685893914175e-08, + "P": 0.9970502853393555, + "-": 0.001080515910871327 + }, + "id": "tp_28590" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3573774, + "label": "P", + "classification": { + "B": 8.902205195226998e-09, + "S": 1.9460628664091928e-09, + "I": 0.0011730360565707088, + "C": 8.640245141577907e-07, + "R": 4.173782386374114e-08, + "M": 1.0684980225050822e-06, + "O": 7.00392988051135e-08, + "W": 3.001185078232993e-09, + "N": 7.832428309484385e-06, + "Y": 9.810172741708811e-06, + "U": 1.8800507817218204e-09, + "K": 2.69222795168389e-08, + "L": 2.1251249648912562e-09, + "G": 2.8423692128853872e-06, + "F": 7.380803708656458e-06, + "E": 0.00017929387104231864, + "T": 4.8857136789592914e-06, + "P": 0.9687429666519165, + "-": 0.029869845137000084 + }, + "id": "tp_28591" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3573907, + "label": "P", + "classification": { + "B": 3.6996658536736504e-07, + "S": 1.3455230600811774e-06, + "I": 0.005627623293548822, + "C": 2.912103354901774e-06, + "R": 3.9372412174998317e-07, + "M": 2.2648573576589115e-06, + "O": 1.2607343933268567e-06, + "W": 2.998255865804822e-07, + "N": 0.0004910209099762142, + "Y": 2.064796535705682e-05, + "U": 8.347306135192412e-08, + "K": 9.185094313579611e-06, + "L": 7.70734374100357e-08, + "G": 1.6629726815153845e-05, + "F": 0.0002147801424143836, + "E": 0.0014844059478491545, + "T": 1.8880195057136007e-05, + "P": 0.9844198822975159, + "-": 0.0076879165135324 + }, + "id": "tp_28592" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3574007, + "label": "P", + "classification": { + "B": 2.2173875582898184e-11, + "S": 8.867157008651816e-11, + "I": 2.9390972485998645e-05, + "C": 3.8416289593889985e-10, + "R": 9.749124250946206e-12, + "M": 2.6367183991737875e-09, + "O": 1.26068100403387e-10, + "W": 1.8130748638545136e-11, + "N": 8.349512654604041e-07, + "Y": 8.293342013132587e-09, + "U": 5.5767101006520825e-12, + "K": 3.608967569235233e-09, + "L": 1.4107529163961963e-12, + "G": 3.6588223562006306e-09, + "F": 8.283216743620869e-07, + "E": 4.3030631786677986e-05, + "T": 1.4267538261947266e-08, + "P": 0.9992469549179077, + "-": 0.0006789605831727386 + }, + "id": "tp_28593" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3574141, + "label": "P", + "classification": { + "B": 1.242072972251762e-10, + "S": 3.3711758384846746e-10, + "I": 4.853436257690191e-05, + "C": 2.990927727708481e-09, + "R": 2.2623940221233596e-10, + "M": 2.830674894482854e-08, + "O": 3.5516791729861552e-09, + "W": 7.477651137177688e-11, + "N": 7.960290417940996e-07, + "Y": 2.1801379546104727e-07, + "U": 3.1206107142800477e-11, + "K": 1.1262497601194355e-09, + "L": 6.354883980153048e-11, + "G": 6.339143965305993e-08, + "F": 1.861007149273064e-06, + "E": 1.0115964869328309e-05, + "T": 5.577140882451204e-07, + "P": 0.9895450472831726, + "-": 0.010392708703875542 + }, + "id": "tp_28594" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3574274, + "label": "P", + "classification": { + "B": 3.110720854238025e-06, + "S": 3.250055215175962e-06, + "I": 0.015321284532546997, + "C": 4.835777508560568e-05, + "R": 4.221064955345355e-06, + "M": 3.519891470205039e-05, + "O": 6.547084922203794e-06, + "W": 4.666308541345643e-06, + "N": 0.0012949032243341208, + "Y": 0.00022365823679137975, + "U": 1.0192576382905827e-06, + "K": 0.00042890466284006834, + "L": 3.0391754535230575e-07, + "G": 0.0002303795045008883, + "F": 0.001269661239348352, + "E": 0.05013294517993927, + "T": 8.364770474145189e-05, + "P": 0.9039248824119568, + "-": 0.02698311023414135 + }, + "id": "tp_28595" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3574408, + "label": "P", + "classification": { + "B": 3.759089928223602e-09, + "S": 1.9104659187973994e-08, + "I": 0.0002016223152168095, + "C": 8.361524095334971e-08, + "R": 1.1058066462510396e-08, + "M": 2.0842965398060187e-07, + "O": 6.959687937069248e-08, + "W": 1.3795888875733908e-08, + "N": 1.0505268619454e-05, + "Y": 7.6050323514209595e-06, + "U": 4.552751953212919e-09, + "K": 3.3207961678272113e-06, + "L": 8.544371876695322e-10, + "G": 9.224904147231427e-07, + "F": 0.00017827075498644263, + "E": 0.00016320912982337177, + "T": 1.8063586821881472e-06, + "P": 0.9776448011398315, + "-": 0.021787477657198906 + }, + "id": "tp_28596" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3574508, + "label": "P", + "classification": { + "B": 2.8941700293216854e-05, + "S": 3.860615834128112e-06, + "I": 0.0017411576118320227, + "C": 7.480805652448907e-05, + "R": 3.7158283703320194e-06, + "M": 0.00012099568994017318, + "O": 1.3868711903342046e-05, + "W": 1.8346750039199833e-06, + "N": 0.00011855203774757683, + "Y": 0.000335077871568501, + "U": 2.112201400450431e-06, + "K": 3.664455789476051e-06, + "L": 3.999311502411729e-06, + "G": 0.0002543308073654771, + "F": 0.0007050458807498217, + "E": 0.005533928982913494, + "T": 0.0002870375756174326, + "P": 0.8867502808570862, + "-": 0.10401683300733566 + }, + "id": "tp_28597" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3574641, + "label": "P", + "classification": { + "B": 0.000142127915751189, + "S": 4.094591713510454e-05, + "I": 0.008422745391726494, + "C": 7.577827636850998e-05, + "R": 6.315961854852503e-06, + "M": 0.00016719776613172144, + "O": 2.5803365133469924e-05, + "W": 1.2145413165853824e-05, + "N": 0.0012348823947831988, + "Y": 0.00014870380982756615, + "U": 6.945239420019789e-06, + "K": 4.6309392928378657e-05, + "L": 9.441318979952484e-06, + "G": 0.0004571817989926785, + "F": 0.0013055712915956974, + "E": 0.034021392464637756, + "T": 0.0001847952080424875, + "P": 0.930206298828125, + "-": 0.023485373705625534 + }, + "id": "tp_28598" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3574775, + "label": "P", + "classification": { + "B": 4.834702860279094e-09, + "S": 8.373042259535168e-10, + "I": 0.00019737302500288934, + "C": 8.181648070149095e-08, + "R": 2.7119759771210283e-09, + "M": 8.160078834862361e-08, + "O": 7.798347745335832e-09, + "W": 3.2691135909423963e-10, + "N": 1.5619178839187953e-06, + "Y": 1.0234782621409977e-06, + "U": 5.62313140495263e-10, + "K": 2.175441826679503e-09, + "L": 3.6199737651898545e-10, + "G": 2.930927678335138e-07, + "F": 8.799440252005297e-07, + "E": 2.704679536691401e-05, + "T": 5.25599944012356e-07, + "P": 0.9919790029525757, + "-": 0.007792085409164429 + }, + "id": "tp_28599" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3574908, + "label": "P", + "classification": { + "B": 2.2444794467446627e-06, + "S": 7.856991715016193e-07, + "I": 0.00383317144587636, + "C": 1.5810021068318747e-05, + "R": 6.670323955404456e-07, + "M": 3.572754576453008e-05, + "O": 1.2727676903523388e-06, + "W": 5.209339519751666e-07, + "N": 0.00019801211601588875, + "Y": 0.00022690989135298878, + "U": 3.538490034316055e-07, + "K": 2.4350320018129423e-05, + "L": 1.8785324584769114e-07, + "G": 5.884654092369601e-05, + "F": 0.0008221683092415333, + "E": 0.02286497876048088, + "T": 4.43709286628291e-05, + "P": 0.9300684332847595, + "-": 0.04180118069052696 + }, + "id": "tp_28600" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3575008, + "label": "-", + "classification": { + "B": 0.00022454842110164464, + "S": 0.00039828111766837537, + "I": 0.0075530256144702435, + "C": 0.0010045870440080762, + "R": 0.00016135901387315243, + "M": 0.0025024758651852608, + "O": 0.0008515146328136325, + "W": 0.00022700410045217723, + "N": 0.0018922574818134308, + "Y": 0.010415884666144848, + "U": 0.00015164956857915968, + "K": 0.0008982819272205234, + "L": 0.00014163320884108543, + "G": 0.0026529107708483934, + "F": 0.01691902056336403, + "E": 0.011935899034142494, + "T": 0.007487575523555279, + "P": 0.4181935489177704, + "-": 0.5163885354995728 + }, + "id": "tp_28601" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3575142, + "label": "P", + "classification": { + "B": 1.9339475443302945e-07, + "S": 3.0614276624874037e-07, + "I": 0.000778857443947345, + "C": 8.793298889031576e-08, + "R": 1.514825243020823e-08, + "M": 3.422653207962867e-06, + "O": 3.097934495599475e-07, + "W": 2.4554063671189397e-08, + "N": 4.2568826756905764e-05, + "Y": 2.1795060547447065e-06, + "U": 5.3952935452628026e-09, + "K": 4.7706500083677383e-08, + "L": 2.0203014372555117e-08, + "G": 1.829948473641707e-06, + "F": 1.1385160178178921e-05, + "E": 0.000171473206137307, + "T": 4.351239113020711e-06, + "P": 0.9964661598205566, + "-": 0.0025168058928102255 + }, + "id": "tp_28602" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3575275, + "label": "P", + "classification": { + "B": 3.3144259559136913e-10, + "S": 2.569478518843482e-10, + "I": 2.0841164314333582e-06, + "C": 1.034697882928981e-10, + "R": 1.9664252864926013e-12, + "M": 1.3874768001187476e-09, + "O": 2.6261612329214756e-10, + "W": 3.2439880642831653e-11, + "N": 7.423095382819156e-08, + "Y": 3.936505788004752e-09, + "U": 6.025616637594933e-12, + "K": 2.454415282127087e-10, + "L": 5.584307755795992e-12, + "G": 1.2833997198313796e-09, + "F": 1.2460741345421411e-06, + "E": 5.2199170568201225e-06, + "T": 1.5192721747325777e-08, + "P": 0.9969792366027832, + "-": 0.0030121570453047752 + }, + "id": "tp_28603" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3575375, + "label": "P", + "classification": { + "B": 4.935174274578458e-06, + "S": 1.2947128197993152e-05, + "I": 0.29935431480407715, + "C": 0.0002968701010104269, + "R": 6.564706563949585e-05, + "M": 0.00018384172290097922, + "O": 3.341655610711314e-05, + "W": 7.081544026732445e-06, + "N": 0.013013649731874466, + "Y": 0.0011071807239204645, + "U": 2.343129153814516e-06, + "K": 0.0001225496962433681, + "L": 3.1888109788269503e-06, + "G": 0.00046133913565427065, + "F": 0.0003950367390643805, + "E": 0.01295460294932127, + "T": 0.0002977291587740183, + "P": 0.6623796224594116, + "-": 0.009303647093474865 + }, + "id": "tp_28604" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3575509, + "label": "P", + "classification": { + "B": 3.477620210030896e-13, + "S": 5.441840554565314e-13, + "I": 2.04404773285205e-06, + "C": 8.176474081134089e-11, + "R": 1.363348127968178e-12, + "M": 1.7593185241970843e-10, + "O": 1.7458262266401015e-11, + "W": 3.659581318538052e-13, + "N": 7.329631124264324e-09, + "Y": 9.054632599259094e-09, + "U": 6.88369879760925e-13, + "K": 7.732121887205068e-11, + "L": 1.473247386715379e-13, + "G": 1.0231570035657e-09, + "F": 1.9004538387434877e-07, + "E": 5.301631063048262e-07, + "T": 1.1862452353739172e-08, + "P": 0.985358476638794, + "-": 0.014638680033385754 + }, + "id": "tp_28605" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3575642, + "label": "P", + "classification": { + "B": 5.584571454164688e-07, + "S": 4.4942842691853e-07, + "I": 0.0014715688303112984, + "C": 2.9589216410386143e-06, + "R": 8.763462346905726e-07, + "M": 7.731918231002055e-06, + "O": 3.4830618460546248e-06, + "W": 1.7181368150431808e-07, + "N": 0.00012090533709852025, + "Y": 1.7584201486897655e-05, + "U": 1.0675675099491855e-07, + "K": 3.3234195484510565e-07, + "L": 2.005476318345245e-07, + "G": 1.573505505803041e-05, + "F": 4.424602957442403e-05, + "E": 0.00016282072465401143, + "T": 7.660880510229617e-05, + "P": 0.9764759540557861, + "-": 0.02159768156707287 + }, + "id": "tp_28606" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3575776, + "label": "P", + "classification": { + "B": 4.1528620542408134e-09, + "S": 1.8776342702864213e-09, + "I": 0.00035088733420707285, + "C": 1.5815753613424022e-06, + "R": 2.2223380469199583e-08, + "M": 1.1887119626408094e-06, + "O": 6.213780068264896e-08, + "W": 4.336715875297159e-09, + "N": 4.7299145080614835e-06, + "Y": 1.919069472933188e-05, + "U": 5.700331762170663e-09, + "K": 3.48051429455154e-07, + "L": 2.495934792179355e-09, + "G": 1.6077352711363346e-06, + "F": 8.855604392010719e-05, + "E": 0.0009739256929606199, + "T": 3.6684702990896767e-06, + "P": 0.8702487349510193, + "-": 0.12830545008182526 + }, + "id": "tp_28607" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3575876, + "label": "P", + "classification": { + "B": 9.796479361057209e-08, + "S": 1.6897654120384686e-07, + "I": 0.0008249707752838731, + "C": 2.2229125988815213e-06, + "R": 1.7439015209674835e-07, + "M": 3.05460230265453e-06, + "O": 6.686377673759125e-07, + "W": 5.284227313495649e-07, + "N": 0.00011748709948733449, + "Y": 4.537867062026635e-05, + "U": 2.604151063678728e-07, + "K": 0.0007386743673123419, + "L": 1.5236008010788282e-08, + "G": 1.5654582966817543e-05, + "F": 0.0008100179838947952, + "E": 0.014462231658399105, + "T": 1.3592092727776617e-05, + "P": 0.9387995004653931, + "-": 0.04416529834270477 + }, + "id": "tp_28608" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3576009, + "label": "P", + "classification": { + "B": 1.967784823975194e-09, + "S": 3.0524988092750505e-10, + "I": 0.00016658961249049753, + "C": 2.236201453342801e-06, + "R": 3.159566830390759e-08, + "M": 2.834375152360735e-07, + "O": 2.6564590527300425e-08, + "W": 2.393331532957177e-09, + "N": 1.6372589470847743e-06, + "Y": 9.713079634821042e-06, + "U": 8.21742140999504e-09, + "K": 1.148849605669966e-06, + "L": 9.554979030212962e-10, + "G": 4.484569217311218e-06, + "F": 0.00017659907462075353, + "E": 0.0007434219587594271, + "T": 8.311797046189895e-07, + "P": 0.8505321145057678, + "-": 0.14836081862449646 + }, + "id": "tp_28609" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3576143, + "label": "P", + "classification": { + "B": 4.9597514589549974e-05, + "S": 1.377250828227261e-05, + "I": 0.023321902379393578, + "C": 0.0001990619202842936, + "R": 1.5556726793874986e-05, + "M": 0.0003811899805441499, + "O": 3.3798285585362464e-05, + "W": 6.863448561489349e-06, + "N": 0.0039190384559333324, + "Y": 0.0005721152410842478, + "U": 2.197291223637876e-06, + "K": 0.00012830554624088109, + "L": 4.836639163841028e-06, + "G": 0.001041441923007369, + "F": 0.0010679522529244423, + "E": 0.09318646788597107, + "T": 0.00033278975752182305, + "P": 0.8587952256202698, + "-": 0.016927804797887802 + }, + "id": "tp_28610" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3576276, + "label": "P", + "classification": { + "B": 0.00011354851449141279, + "S": 0.00024812345509417355, + "I": 0.18933410942554474, + "C": 0.0017332825809717178, + "R": 0.00032204188755713403, + "M": 0.0010269877966493368, + "O": 0.00017819755885284394, + "W": 0.00014460441889241338, + "N": 0.019402340054512024, + "Y": 0.002331852912902832, + "U": 3.639987698988989e-05, + "K": 0.0011506035225465894, + "L": 3.9908460166770965e-05, + "G": 0.0017317053861916065, + "F": 0.003126665484160185, + "E": 0.05815815180540085, + "T": 0.0009372507338412106, + "P": 0.6993160843849182, + "-": 0.020668160170316696 + }, + "id": "tp_28611" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3576376, + "label": "P", + "classification": { + "B": 7.459491513372996e-08, + "S": 6.325259960249241e-08, + "I": 0.0003079459711443633, + "C": 3.2869262867052385e-08, + "R": 3.586700270119536e-09, + "M": 6.520057809211721e-07, + "O": 3.750431432081314e-08, + "W": 1.389575832178025e-08, + "N": 2.3323642381001264e-05, + "Y": 6.082893833081471e-07, + "U": 3.785031399416994e-09, + "K": 8.697328439666308e-07, + "L": 1.2615597455578609e-09, + "G": 2.916019639087608e-07, + "F": 1.6699110346962698e-05, + "E": 0.0009452676749788225, + "T": 7.490440339097404e-07, + "P": 0.9961548447608948, + "-": 0.0025484710931777954 + }, + "id": "tp_28612" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3576510, + "label": "P", + "classification": { + "B": 1.279257321584737e-05, + "S": 6.8549761635949835e-06, + "I": 0.011140821501612663, + "C": 5.953262007096782e-05, + "R": 7.227252353914082e-06, + "M": 0.00016251807392109185, + "O": 2.1811511032865383e-05, + "W": 3.600366881073569e-06, + "N": 0.0009460024884901941, + "Y": 0.00018223114602733403, + "U": 2.7104961191071197e-06, + "K": 3.9651411498198286e-05, + "L": 3.7255681490933057e-06, + "G": 0.0003148128162138164, + "F": 0.0012129166861996055, + "E": 0.008170013315975666, + "T": 0.00018747505964711308, + "P": 0.9372033476829529, + "-": 0.04032212868332863 + }, + "id": "tp_28613" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3576643, + "label": "P", + "classification": { + "B": 5.314845111570321e-06, + "S": 4.0732147681410424e-06, + "I": 0.027419308200478554, + "C": 0.0010896928142756224, + "R": 0.00016816456627566367, + "M": 0.0001817928277887404, + "O": 2.790242615446914e-05, + "W": 6.414706604118692e-06, + "N": 0.0005416803760454059, + "Y": 0.00045207879156805575, + "U": 4.4020830500812735e-06, + "K": 7.304171049327124e-06, + "L": 6.970206868572859e-06, + "G": 0.0004561146779451519, + "F": 0.0008195604314096272, + "E": 0.00220722914673388, + "T": 0.0002196163550252095, + "P": 0.9008655548095703, + "-": 0.06551671028137207 + }, + "id": "tp_28614" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3576777, + "label": "P", + "classification": { + "B": 5.856011853211385e-07, + "S": 4.1636276648659987e-08, + "I": 0.000668903929181397, + "C": 8.543519470549654e-06, + "R": 3.306687972326472e-07, + "M": 6.709092849632725e-05, + "O": 1.0151685501114116e-06, + "W": 2.8973426324796492e-08, + "N": 4.505241122387815e-06, + "Y": 6.797791866119951e-05, + "U": 1.411866179523713e-08, + "K": 1.308827357604514e-08, + "L": 3.308466887119721e-07, + "G": 3.6480567359831184e-05, + "F": 0.00012486655032262206, + "E": 0.0005645263008773327, + "T": 5.221450192038901e-05, + "P": 0.7788387537002563, + "-": 0.21956373751163483 + }, + "id": "tp_28615" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3576877, + "label": "P", + "classification": { + "B": 1.8010455278272275e-06, + "S": 4.372812782094115e-06, + "I": 0.0024738614447414875, + "C": 1.0273882253386546e-05, + "R": 8.017902359824802e-07, + "M": 2.141499862773344e-05, + "O": 6.260720056161517e-06, + "W": 9.005841548059834e-07, + "N": 0.00036615700810216367, + "Y": 5.1892326155211776e-05, + "U": 7.330556286433421e-07, + "K": 5.25646646565292e-06, + "L": 7.245132565003587e-07, + "G": 3.32199597323779e-05, + "F": 0.00048354489263147116, + "E": 0.002146734856069088, + "T": 7.254563388414681e-05, + "P": 0.9604579210281372, + "-": 0.03386162966489792 + }, + "id": "tp_28616" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3577010, + "label": "P", + "classification": { + "B": 4.176513856979369e-10, + "S": 3.881772681069151e-10, + "I": 4.56333982583601e-05, + "C": 3.971367945609927e-08, + "R": 1.7471285529424563e-09, + "M": 1.73352976418073e-08, + "O": 4.904337380651214e-09, + "W": 8.301206388949822e-10, + "N": 1.341549705102807e-06, + "Y": 4.477877268982411e-07, + "U": 1.075467492839266e-09, + "K": 4.3112757452945516e-07, + "L": 6.734582336243022e-11, + "G": 1.5391530894248717e-07, + "F": 1.770893686625641e-05, + "E": 7.429259858326986e-05, + "T": 3.823919314527302e-07, + "P": 0.9786145687103271, + "-": 0.021244963631033897 + }, + "id": "tp_28617" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3577144, + "label": "P", + "classification": { + "B": 5.83042325530414e-09, + "S": 5.939376990227174e-09, + "I": 0.00027448360924609005, + "C": 3.294599082437344e-06, + "R": 7.536085178116991e-08, + "M": 3.3903879739227705e-06, + "O": 2.153027054418999e-07, + "W": 1.6352666776242586e-08, + "N": 4.285578143026214e-06, + "Y": 4.842920679948293e-05, + "U": 1.9159125841383684e-08, + "K": 2.0737304566864623e-06, + "L": 6.656914131042413e-09, + "G": 6.078147180232918e-06, + "F": 0.00025344773894175887, + "E": 0.0005957289249636233, + "T": 1.0639904758136254e-05, + "P": 0.6904506683349609, + "-": 0.308347225189209 + }, + "id": "tp_28618" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3577277, + "label": "P", + "classification": { + "B": 5.992536898702383e-06, + "S": 1.3822375244387786e-08, + "I": 4.4117041397839785e-05, + "C": 1.3660677495863638e-06, + "R": 2.255830899855482e-08, + "M": 1.177604281110689e-05, + "O": 8.397242368118896e-07, + "W": 6.7322494246013775e-09, + "N": 2.088596886551386e-07, + "Y": 6.250208571145777e-06, + "U": 1.8986718863800434e-09, + "K": 3.6978971967860375e-11, + "L": 6.340414984151721e-07, + "G": 5.407792195910588e-05, + "F": 1.8900851500802673e-05, + "E": 0.00012588815297931433, + "T": 1.53550772665767e-05, + "P": 0.6566797494888306, + "-": 0.3430348336696625 + }, + "id": "tp_28619" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3577377, + "label": "P", + "classification": { + "B": 0.00015243519737850875, + "S": 6.461132579715922e-05, + "I": 0.0059190550819039345, + "C": 0.0004621843690983951, + "R": 6.723200931446627e-05, + "M": 0.0005556072574108839, + "O": 0.0002987051848322153, + "W": 4.770901796291582e-05, + "N": 0.0014043269911780953, + "Y": 0.0016778837889432907, + "U": 7.028813706710935e-05, + "K": 0.00031776828109286726, + "L": 6.834867963334545e-05, + "G": 0.0022053441498428583, + "F": 0.013719633221626282, + "E": 0.015623877756297588, + "T": 0.0018529375083744526, + "P": 0.6542503237724304, + "-": 0.3012417256832123 + }, + "id": "tp_28620" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3577511, + "label": "P", + "classification": { + "B": 1.101216479115763e-10, + "S": 7.95133143355331e-12, + "I": 8.56073802424362e-06, + "C": 1.0426496999116353e-08, + "R": 7.187900968874672e-11, + "M": 7.848282024269793e-09, + "O": 7.452600758739436e-10, + "W": 2.5361310274085724e-11, + "N": 6.760976134501107e-08, + "Y": 1.8223690290142258e-07, + "U": 5.969649774506536e-11, + "K": 5.6863531661122124e-09, + "L": 9.352852693711444e-12, + "G": 1.6239802391737612e-07, + "F": 5.46439150639344e-06, + "E": 4.790084494743496e-05, + "T": 9.553636459713744e-08, + "P": 0.9217074513435364, + "-": 0.07823000103235245 + }, + "id": "tp_28621" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3577644, + "label": "P", + "classification": { + "B": 8.997439238100924e-08, + "S": 6.709832689466566e-09, + "I": 0.0007624066201969981, + "C": 1.069039626599988e-06, + "R": 3.035184192867746e-08, + "M": 3.31163096234377e-06, + "O": 8.086262681672451e-08, + "W": 1.1850795900159028e-08, + "N": 1.134649573941715e-05, + "Y": 2.1407277017715387e-05, + "U": 7.902331233822224e-09, + "K": 1.9333676846144954e-06, + "L": 4.097580497131048e-09, + "G": 8.808775419311132e-06, + "F": 0.0001363890914944932, + "E": 0.007714046165347099, + "T": 2.068890353257302e-06, + "P": 0.9372357726097107, + "-": 0.05410115048289299 + }, + "id": "tp_28622" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3577778, + "label": "P", + "classification": { + "B": 1.2606735253939405e-05, + "S": 1.4696785910928156e-05, + "I": 0.05813337862491608, + "C": 0.0005269706016406417, + "R": 6.466135528171435e-05, + "M": 0.00015124166384339333, + "O": 3.0498513297061436e-05, + "W": 1.0743664461188018e-05, + "N": 0.002895052544772625, + "Y": 0.0010152122704312205, + "U": 8.480898941343185e-06, + "K": 0.0001435208396287635, + "L": 7.067712431307882e-06, + "G": 0.0005461385590024292, + "F": 0.001308220555074513, + "E": 0.018419794738292694, + "T": 0.00047511784941889346, + "P": 0.8664950728416443, + "-": 0.04974152147769928 + }, + "id": "tp_28623" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3577878, + "label": "-", + "classification": { + "B": 4.34129447057785e-07, + "S": 1.790460487427481e-06, + "I": 0.00046890435623936355, + "C": 4.2111434595426545e-05, + "R": 6.539053174492437e-06, + "M": 2.456427137076389e-05, + "O": 2.9617202017107047e-05, + "W": 2.3668678750254912e-06, + "N": 3.3389540476491675e-05, + "Y": 0.00046401037252508104, + "U": 1.7802464071792201e-06, + "K": 1.0477527212060522e-05, + "L": 1.3113663044350687e-06, + "G": 0.00013215065700933337, + "F": 0.0013558928621932864, + "E": 6.972914707148448e-05, + "T": 0.0006034460384398699, + "P": 0.3113758862018585, + "-": 0.6853755712509155 + }, + "id": "tp_28624" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3578011, + "label": "-", + "classification": { + "B": 1.1055427506789783e-07, + "S": 1.4191498109994427e-07, + "I": 1.8555403585196473e-05, + "C": 2.423946170893032e-06, + "R": 7.642258026407944e-08, + "M": 2.8182228561490774e-05, + "O": 3.6629126043408178e-06, + "W": 4.128354547106028e-08, + "N": 1.1261028021181119e-06, + "Y": 0.00013228518946561962, + "U": 2.62167052511586e-08, + "K": 2.852843863365706e-07, + "L": 2.1725264787164633e-07, + "G": 4.735898255603388e-05, + "F": 0.0015161943156272173, + "E": 4.788735895999707e-05, + "T": 0.00011861178791150451, + "P": 0.1285465806722641, + "-": 0.869536280632019 + }, + "id": "tp_28625" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3578145, + "label": "P", + "classification": { + "B": 1.226705421686347e-07, + "S": 1.7141954344879196e-07, + "I": 0.0001116159837692976, + "C": 7.260860456881346e-06, + "R": 4.159194020303403e-07, + "M": 4.471277406992158e-06, + "O": 2.277504336234415e-06, + "W": 3.2093231538965483e-07, + "N": 9.953708286047913e-06, + "Y": 6.23964806436561e-05, + "U": 1.372509075281414e-07, + "K": 6.774194844183512e-06, + "L": 7.471795271385417e-08, + "G": 2.162210876122117e-05, + "F": 0.0026377912145107985, + "E": 0.00039030262269079685, + "T": 3.757812373805791e-05, + "P": 0.611259400844574, + "-": 0.38544735312461853 + }, + "id": "tp_28626" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3578278, + "label": "-", + "classification": { + "B": 3.705992110414336e-12, + "S": 2.300145967790157e-12, + "I": 2.3388765839627013e-06, + "C": 2.1516616044436887e-08, + "R": 3.5083311256123295e-10, + "M": 4.363618355540666e-09, + "O": 1.6504718702847754e-09, + "W": 2.413353718255795e-11, + "N": 1.6376098699311115e-08, + "Y": 1.6923605699048494e-06, + "U": 4.96355838375262e-11, + "K": 5.659633206533954e-09, + "L": 1.154481805293317e-11, + "G": 1.4234552736525075e-07, + "F": 4.061289655510336e-05, + "E": 1.8904706848843489e-06, + "T": 3.175744609507092e-07, + "P": 0.34293651580810547, + "-": 0.657016396522522 + }, + "id": "tp_28627" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3578378, + "label": "-", + "classification": { + "B": 0.00013208540622144938, + "S": 6.956450670259073e-05, + "I": 0.0011036766227334738, + "C": 0.00030269735725596547, + "R": 6.328335439320654e-05, + "M": 0.0018058560090139508, + "O": 0.0006134221330285072, + "W": 5.609792424365878e-05, + "N": 0.00014224217738956213, + "Y": 0.00343500729650259, + "U": 3.8360496546374634e-05, + "K": 2.3508457161369734e-05, + "L": 0.00023630072246305645, + "G": 0.001346510834991932, + "F": 0.008746713399887085, + "E": 0.001252417336218059, + "T": 0.007554365321993828, + "P": 0.21559064090251923, + "-": 0.7574871778488159 + }, + "id": "tp_28628" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3578512, + "label": "-", + "classification": { + "B": 0.00012392341159284115, + "S": 2.206429053330794e-05, + "I": 0.009993687272071838, + "C": 0.0010200586402788758, + "R": 0.00015729203005321324, + "M": 0.0012005388271063566, + "O": 0.00040427292697131634, + "W": 4.895741221844219e-05, + "N": 0.0005989279015921056, + "Y": 0.003111298196017742, + "U": 5.5799577239668e-05, + "K": 5.53042882529553e-05, + "L": 0.00010886597010539845, + "G": 0.0022007590159773827, + "F": 0.002830378245562315, + "E": 0.005481699947267771, + "T": 0.0021708421409130096, + "P": 0.46017369627952576, + "-": 0.510241687297821 + }, + "id": "tp_28629" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3578645, + "label": "P", + "classification": { + "B": 0.002902635373175144, + "S": 0.00028962077340111136, + "I": 0.020088495686650276, + "C": 0.0028587940614670515, + "R": 0.00039932350046001375, + "M": 0.008928757160902023, + "O": 0.002170243766158819, + "W": 0.0002672350383363664, + "N": 0.0023076978977769613, + "Y": 0.005580098833888769, + "U": 0.0002713164431042969, + "K": 8.663610788062215e-05, + "L": 0.0011849009897559881, + "G": 0.006715533789247274, + "F": 0.0046805525198578835, + "E": 0.013337220996618271, + "T": 0.007527219131588936, + "P": 0.5352855324745178, + "-": 0.3851182460784912 + }, + "id": "tp_28630" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3578779, + "label": "-", + "classification": { + "B": 6.811587294208721e-09, + "S": 9.322152827451191e-09, + "I": 1.6703837900422513e-05, + "C": 7.710017598583363e-06, + "R": 9.777558034329559e-07, + "M": 2.4626662707305513e-05, + "O": 2.7612463782134e-06, + "W": 2.3978708796335013e-08, + "N": 1.3487863270711387e-07, + "Y": 0.0006326237344183028, + "U": 3.437426343566585e-08, + "K": 5.3877851513561836e-08, + "L": 2.8453882805479225e-07, + "G": 4.537244967650622e-05, + "F": 0.00015074442490004003, + "E": 2.411939476587577e-06, + "T": 0.0004514563479460776, + "P": 0.008747316896915436, + "-": 0.9899166226387024 + }, + "id": "tp_28631" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3578879, + "label": "-", + "classification": { + "B": 9.684172255219892e-06, + "S": 3.3562916996743297e-06, + "I": 0.0005327359540387988, + "C": 0.0008102201973088086, + "R": 6.0284823121037334e-05, + "M": 0.0002591756347101182, + "O": 7.743352762190625e-05, + "W": 6.84893120705965e-06, + "N": 3.150084739900194e-05, + "Y": 0.0009997357847169042, + "U": 8.750439519644715e-06, + "K": 1.3903577382734511e-05, + "L": 2.0381407011882402e-05, + "G": 0.0004908912815153599, + "F": 0.003424595110118389, + "E": 0.0007097374182194471, + "T": 0.0008445759885944426, + "P": 0.14284729957580566, + "-": 0.8488488793373108 + }, + "id": "tp_28632" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3579012, + "label": "-", + "classification": { + "B": 3.7956859877397164e-09, + "S": 1.5353732507605855e-08, + "I": 2.6352350687375292e-05, + "C": 3.276446932432009e-06, + "R": 1.9365312198260654e-07, + "M": 1.5286423149518669e-06, + "O": 8.638039616926108e-07, + "W": 2.970100965171696e-08, + "N": 1.36294681851723e-06, + "Y": 0.0001004108926281333, + "U": 1.9188121314073214e-08, + "K": 1.522087359262514e-06, + "L": 1.6597574870047538e-08, + "G": 1.1183428796357475e-05, + "F": 0.0012178820325061679, + "E": 8.135757525451481e-05, + "T": 2.3678458092035726e-05, + "P": 0.12485308200120926, + "-": 0.8736772537231445 + }, + "id": "tp_28633" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3579146, + "label": "-", + "classification": { + "B": 1.5182055790319282e-07, + "S": 7.0173236963455565e-06, + "I": 3.686628406285308e-05, + "C": 5.6690070778131485e-05, + "R": 4.5378556023933925e-06, + "M": 0.00031355980900116265, + "O": 9.107749065151438e-05, + "W": 3.1749566460348433e-06, + "N": 5.950829745415831e-06, + "Y": 0.0005392854800447822, + "U": 4.366275163647515e-07, + "K": 2.8529912015073933e-06, + "L": 7.509594524890417e-06, + "G": 0.00011920994438696653, + "F": 0.005658173002302647, + "E": 4.542365059023723e-05, + "T": 0.0018945167539641261, + "P": 0.023128870874643326, + "-": 0.9680846929550171 + }, + "id": "tp_28634" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3579279, + "label": "-", + "classification": { + "B": 7.532229773232757e-08, + "S": 1.1126092047675229e-08, + "I": 1.3365866834647022e-05, + "C": 6.135303920018487e-06, + "R": 5.585248459283321e-07, + "M": 1.7136842870968394e-05, + "O": 2.3121262984204805e-06, + "W": 3.1301595981858554e-08, + "N": 2.0995636873522017e-07, + "Y": 0.0001809178793337196, + "U": 5.603502373219271e-08, + "K": 3.1175892445389763e-07, + "L": 2.149947988527856e-07, + "G": 3.798879697569646e-05, + "F": 0.00039845213177613914, + "E": 8.963531399786007e-06, + "T": 0.00019845928181894124, + "P": 0.0290585495531559, + "-": 0.9700762033462524 + }, + "id": "tp_28635" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3579379, + "label": "-", + "classification": { + "B": 6.516150818924871e-08, + "S": 8.820821406629875e-09, + "I": 5.6082197261275724e-05, + "C": 3.461626192802214e-06, + "R": 2.2263495225161023e-07, + "M": 7.6037667895434424e-06, + "O": 1.6277117538265884e-06, + "W": 2.279244704084249e-08, + "N": 5.58281897156121e-07, + "Y": 6.060861414880492e-05, + "U": 1.90802325050754e-08, + "K": 5.7548394494233435e-08, + "L": 9.830137770450165e-08, + "G": 2.7700314603862353e-05, + "F": 0.000276322040008381, + "E": 2.849359043466393e-05, + "T": 3.0366029022843577e-05, + "P": 0.1350395232439041, + "-": 0.864467203617096 + }, + "id": "tp_28636" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3579513, + "label": "-", + "classification": { + "B": 1.4646826684838743e-07, + "S": 5.610019684354484e-07, + "I": 8.034189522732049e-05, + "C": 9.713237886899151e-06, + "R": 9.260656383958121e-07, + "M": 4.618423190549947e-05, + "O": 1.069991776603274e-05, + "W": 4.543461216144351e-07, + "N": 6.828435289207846e-06, + "Y": 0.00036970243672840297, + "U": 1.644293377012218e-07, + "K": 4.983593498764094e-06, + "L": 3.7512185713239887e-07, + "G": 3.697332431329414e-05, + "F": 0.0032161823473870754, + "E": 0.00010830501560121775, + "T": 0.00034823542227968574, + "P": 0.09900429099798203, + "-": 0.8967549204826355 + }, + "id": "tp_28637" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3579646, + "label": "-", + "classification": { + "B": 5.871407324775646e-07, + "S": 1.662036623883978e-07, + "I": 4.4183248064655345e-06, + "C": 3.710581722771167e-06, + "R": 4.233656625274307e-07, + "M": 3.3736952900653705e-05, + "O": 2.390556619502604e-05, + "W": 1.9373389648080774e-07, + "N": 2.3742998678244476e-07, + "Y": 9.695115295471624e-05, + "U": 4.104940742877261e-08, + "K": 2.3802385840099305e-08, + "L": 1.7191927099702298e-06, + "G": 2.7701153157977387e-05, + "F": 0.00016139328363351524, + "E": 3.110293164354516e-06, + "T": 0.0003585414669942111, + "P": 0.011432738974690437, + "-": 0.9878503680229187 + }, + "id": "tp_28638" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3579780, + "label": "-", + "classification": { + "B": 2.7704874128176016e-07, + "S": 6.724187073814392e-08, + "I": 1.1198597348993644e-05, + "C": 5.554291419684887e-06, + "R": 2.3498294865476055e-07, + "M": 6.502396718133241e-05, + "O": 5.5661325859546196e-06, + "W": 6.974718758101517e-08, + "N": 2.636829208313429e-07, + "Y": 0.00011312069545965642, + "U": 2.367540119507794e-08, + "K": 4.8303068211907885e-08, + "L": 4.420745938205073e-07, + "G": 3.848338019452058e-05, + "F": 0.0002496743982192129, + "E": 1.397603682562476e-05, + "T": 0.00016289007908198982, + "P": 0.03225566819310188, + "-": 0.967077374458313 + }, + "id": "tp_28639" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3579880, + "label": "-", + "classification": { + "B": 2.0238704934172347e-08, + "S": 1.5432723543540305e-08, + "I": 1.239355469806469e-06, + "C": 7.288505230462761e-07, + "R": 3.345178001268323e-08, + "M": 9.474543389842438e-07, + "O": 4.736998562293593e-07, + "W": 7.002411539502873e-09, + "N": 2.8400990004229243e-08, + "Y": 5.671410235663643e-06, + "U": 3.6306058159851773e-10, + "K": 1.696303236764507e-10, + "L": 3.659629044250323e-08, + "G": 1.5498638958888478e-06, + "F": 0.0002565199392847717, + "E": 3.949807023673202e-07, + "T": 1.8996510334545746e-05, + "P": 0.0801813006401062, + "-": 0.9195321798324585 + }, + "id": "tp_28640" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3580013, + "label": "-", + "classification": { + "B": 4.238280780555215e-06, + "S": 3.8608666841355443e-07, + "I": 0.0001671887730481103, + "C": 4.60881128674373e-05, + "R": 3.69157191926206e-06, + "M": 0.00010604689305182546, + "O": 3.817025572061539e-05, + "W": 8.26898030936718e-07, + "N": 3.956729415222071e-06, + "Y": 0.0005827064160257578, + "U": 3.5128655895277916e-07, + "K": 4.688884303050145e-08, + "L": 6.181553089845693e-06, + "G": 0.00031716839293949306, + "F": 0.0001346965873381123, + "E": 5.6280649005202577e-05, + "T": 0.0005131130455993116, + "P": 0.10842882841825485, + "-": 0.8895900249481201 + }, + "id": "tp_28641" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3580147, + "label": "-", + "classification": { + "B": 4.3572425056481734e-05, + "S": 6.751924229320139e-05, + "I": 0.00014165368338581175, + "C": 2.522711656638421e-05, + "R": 5.135763331054477e-06, + "M": 0.0007288866909220815, + "O": 0.0006190418498590589, + "W": 2.4665912860655226e-05, + "N": 2.931508242909331e-05, + "Y": 0.0004093515744898468, + "U": 2.0420143300725613e-06, + "K": 1.3813481700708508e-06, + "L": 5.239417441771366e-05, + "G": 0.00018581992480903864, + "F": 0.0012074358528479934, + "E": 0.00026714670821093023, + "T": 0.0022426818031817675, + "P": 0.08582112193107605, + "-": 0.908125638961792 + }, + "id": "tp_28642" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3580280, + "label": "-", + "classification": { + "B": 5.039235020376509e-06, + "S": 2.516124823159771e-06, + "I": 0.0003251199086662382, + "C": 0.00013838351878803223, + "R": 1.800953941710759e-05, + "M": 0.00010349828517064452, + "O": 5.364844037103467e-05, + "W": 3.088350013058516e-06, + "N": 2.2262303900788538e-05, + "Y": 0.003530824789777398, + "U": 6.5358362917322665e-06, + "K": 1.1699087735905778e-05, + "L": 1.2030463949486148e-05, + "G": 0.0006790804909542203, + "F": 0.0051343077793717384, + "E": 0.0001900865463539958, + "T": 0.0017387318657711148, + "P": 0.13025270402431488, + "-": 0.8577724695205688 + }, + "id": "tp_28643" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3580380, + "label": "P", + "classification": { + "B": 2.0710968495762927e-09, + "S": 2.4456094926961214e-09, + "I": 5.463795241666958e-05, + "C": 8.712910393171569e-09, + "R": 6.475734393163179e-10, + "M": 2.0611160778116755e-08, + "O": 1.1927300036518318e-08, + "W": 9.89462067835234e-10, + "N": 1.7351753740513232e-06, + "Y": 1.28577354985282e-07, + "U": 5.61536595000689e-10, + "K": 7.285173797555444e-09, + "L": 2.5536503467371574e-10, + "G": 7.311138716659116e-08, + "F": 2.383755827395362e-06, + "E": 1.6649861208861694e-05, + "T": 3.47856826010684e-07, + "P": 0.9921122789382935, + "-": 0.00781166460365057 + }, + "id": "tp_28644" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3580514, + "label": "P", + "classification": { + "B": 6.341520020214375e-08, + "S": 7.395203738269629e-08, + "I": 0.002462488366290927, + "C": 1.626228254281159e-06, + "R": 1.1528182852771351e-07, + "M": 2.530225856389734e-06, + "O": 1.5567196953725215e-07, + "W": 2.227374018559658e-08, + "N": 9.763825801201165e-05, + "Y": 1.2848788173869252e-05, + "U": 1.63506115313794e-08, + "K": 1.6737159285185044e-06, + "L": 1.1290666179775144e-08, + "G": 6.978287274250761e-06, + "F": 3.93440350308083e-05, + "E": 0.0017420423682779074, + "T": 5.350561423256295e-06, + "P": 0.9894892573356628, + "-": 0.006137649994343519 + }, + "id": "tp_28645" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3580647, + "label": "P", + "classification": { + "B": 4.612931370218121e-09, + "S": 6.836700094936532e-10, + "I": 0.0007433405262418091, + "C": 1.4535126524606312e-07, + "R": 4.856861579582983e-09, + "M": 4.6250013951976143e-07, + "O": 1.5431249167363603e-08, + "W": 7.054648532012209e-10, + "N": 7.112733328540344e-06, + "Y": 2.2842104954179376e-06, + "U": 8.889364244701881e-10, + "K": 2.0204835138315502e-08, + "L": 7.655762690461643e-10, + "G": 7.519707878600457e-07, + "F": 2.9427512799884425e-06, + "E": 0.00024312490131706, + "T": 1.320735691479058e-06, + "P": 0.9922675490379333, + "-": 0.006730933208018541 + }, + "id": "tp_28646" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3580781, + "label": "P", + "classification": { + "B": 1.8780243138394326e-08, + "S": 2.8825621001260515e-08, + "I": 0.0004911905853077769, + "C": 1.380915648496739e-07, + "R": 9.832727521086326e-09, + "M": 6.642430321335269e-07, + "O": 8.595717559956029e-08, + "W": 1.4104250212199076e-08, + "N": 2.2577478375751525e-05, + "Y": 3.9007131817925256e-06, + "U": 1.3496260109491232e-08, + "K": 1.1025238109141355e-06, + "L": 3.4277642946278775e-09, + "G": 8.257757713181491e-07, + "F": 3.6108485801378265e-05, + "E": 0.0002701620396692306, + "T": 4.402753802423831e-06, + "P": 0.982943058013916, + "-": 0.016225600615143776 + }, + "id": "tp_28647" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3580881, + "label": "P", + "classification": { + "B": 2.644242513838435e-08, + "S": 8.166617959659561e-08, + "I": 0.004919914528727531, + "C": 2.0109546028379555e-08, + "R": 3.1772620090464443e-09, + "M": 3.2001577210394316e-07, + "O": 6.071925184869542e-08, + "W": 3.834893735898959e-09, + "N": 6.075196506571956e-05, + "Y": 2.5208594252035255e-06, + "U": 5.347686182766154e-11, + "K": 8.13499312357635e-09, + "L": 7.376045885187921e-10, + "G": 3.5678559129337373e-07, + "F": 5.928538939770078e-06, + "E": 0.00014254760753829032, + "T": 2.8450215268094325e-06, + "P": 0.9931982159614563, + "-": 0.001666414551436901 + }, + "id": "tp_28648" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3581014, + "label": "P", + "classification": { + "B": 1.540058178761683e-06, + "S": 1.946273869180004e-06, + "I": 0.004046723712235689, + "C": 1.087052805814892e-05, + "R": 2.1100468075019307e-06, + "M": 1.3738411325903144e-05, + "O": 4.786707904713694e-06, + "W": 1.051565391207987e-06, + "N": 0.0001724993926472962, + "Y": 4.721829100162722e-05, + "U": 1.0036403637059266e-06, + "K": 4.8104452616826165e-06, + "L": 7.035417866063653e-07, + "G": 2.4810755348880775e-05, + "F": 0.0002821003145072609, + "E": 0.0005223225452937186, + "T": 8.441422687610611e-05, + "P": 0.9423844814300537, + "-": 0.0523928739130497 + }, + "id": "tp_28649" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3581148, + "label": "P", + "classification": { + "B": 6.283788593630657e-12, + "S": 1.7512067100253215e-12, + "I": 8.504358447680715e-06, + "C": 8.178940191783113e-09, + "R": 5.921411971865354e-11, + "M": 2.2181190217906988e-09, + "O": 2.663458065210733e-10, + "W": 6.468620344229903e-12, + "N": 5.449712858762723e-08, + "Y": 9.970756309485296e-08, + "U": 1.0959111222674789e-11, + "K": 8.091484149375106e-10, + "L": 2.361437434483804e-12, + "G": 3.3859340220487866e-08, + "F": 4.263592018105555e-06, + "E": 1.4237585673981812e-05, + "T": 1.7382351558126174e-08, + "P": 0.9704734086990356, + "-": 0.02949940413236618 + }, + "id": "tp_28650" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3581281, + "label": "P", + "classification": { + "B": 3.540305895666229e-11, + "S": 1.218144196624138e-10, + "I": 0.011536823585629463, + "C": 6.154828469107088e-08, + "R": 4.319662405549707e-09, + "M": 1.459169940432048e-08, + "O": 1.963673001981192e-09, + "W": 5.600821542661727e-11, + "N": 7.229291441035457e-06, + "Y": 6.061999897610804e-07, + "U": 9.847739811108536e-12, + "K": 3.881566595920205e-11, + "L": 4.692218835700146e-11, + "G": 7.201188623184862e-08, + "F": 6.808254227053112e-08, + "E": 2.7548844627744984e-06, + "T": 4.7073331188585144e-07, + "P": 0.9876254200935364, + "-": 0.000826429866719991 + }, + "id": "tp_28651" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3581381, + "label": "P", + "classification": { + "B": 3.4364191722237314e-13, + "S": 3.839738943467452e-11, + "I": 3.7000867450842634e-05, + "C": 6.481083031362189e-11, + "R": 2.1276101540290693e-12, + "M": 2.601827919779254e-10, + "O": 3.474517201729199e-11, + "W": 2.6055197496072102e-12, + "N": 2.2313706438126246e-07, + "Y": 2.4501014550537548e-09, + "U": 4.1924222340256057e-13, + "K": 3.488754771185931e-11, + "L": 2.41907297145183e-13, + "G": 8.642345866727297e-11, + "F": 7.423003012263507e-08, + "E": 1.3625162864627782e-06, + "T": 7.07303104974244e-09, + "P": 0.9989444613456726, + "-": 0.0010168845765292645 + }, + "id": "tp_28652" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3581515, + "label": "P", + "classification": { + "B": 1.1841408062429615e-11, + "S": 6.030329881279162e-12, + "I": 3.4490139455556346e-07, + "C": 4.4021602335631016e-11, + "R": 1.46366902972761e-12, + "M": 2.3665636117442546e-10, + "O": 1.6950206516153088e-10, + "W": 1.5592507753708906e-12, + "N": 6.793425377793483e-09, + "Y": 1.3683335575720434e-09, + "U": 3.3550636227563935e-13, + "K": 5.204064176117518e-12, + "L": 6.654547247443576e-13, + "G": 3.2011131523290715e-09, + "F": 1.4360144007241615e-07, + "E": 1.5913128947886435e-07, + "T": 7.78751196861549e-09, + "P": 0.9947547912597656, + "-": 0.00524455402046442 + }, + "id": "tp_28653" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3581648, + "label": "P", + "classification": { + "B": 2.4650100627354732e-08, + "S": 5.405355807397427e-08, + "I": 0.01763693429529667, + "C": 1.535277192488138e-06, + "R": 1.3395197129284497e-07, + "M": 3.564816097423318e-06, + "O": 1.406499450240517e-07, + "W": 1.1266002353238491e-08, + "N": 0.0002154583198716864, + "Y": 1.6560828953515738e-05, + "U": 4.089625527115004e-09, + "K": 2.6086956950166496e-07, + "L": 6.1831468833872805e-09, + "G": 4.1831781345536e-06, + "F": 1.1691658983181696e-05, + "E": 0.0012965552741661668, + "T": 8.48195850267075e-06, + "P": 0.9773579835891724, + "-": 0.0034462548792362213 + }, + "id": "tp_28654" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3581782, + "label": "P", + "classification": { + "B": 1.2204076453841556e-13, + "S": 5.712121856245311e-13, + "I": 1.4046427168068476e-06, + "C": 1.1440711659288505e-12, + "R": 4.439210907506916e-14, + "M": 2.6765143920637335e-12, + "O": 5.633246690298077e-13, + "W": 4.5497568386398957e-14, + "N": 1.4954240512565775e-08, + "Y": 1.6681489523051596e-11, + "U": 1.852827143284958e-14, + "K": 1.6878052774838004e-12, + "L": 2.864529055309536e-15, + "G": 1.327067969403295e-11, + "F": 1.0383185866658096e-08, + "E": 1.3939289544850908e-07, + "T": 7.589266715068987e-11, + "P": 0.9999594688415527, + "-": 3.8939622754696757e-05 + }, + "id": "tp_28655" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3581882, + "label": "P", + "classification": { + "B": 4.457983426853218e-10, + "S": 4.2022263446739316e-10, + "I": 1.5638261174899526e-05, + "C": 1.2455553033419164e-08, + "R": 6.067408797605367e-10, + "M": 1.5988581125725432e-08, + "O": 7.796463918907648e-09, + "W": 4.123613117634761e-10, + "N": 1.8833198112133687e-07, + "Y": 2.115781825295926e-07, + "U": 2.1579654729819708e-10, + "K": 3.813997118129464e-09, + "L": 1.25482041424263e-10, + "G": 5.099860800328315e-08, + "F": 1.048669309966499e-05, + "E": 3.0315688945847796e-06, + "T": 3.2071321243165585e-07, + "P": 0.9330204725265503, + "-": 0.06694959104061127 + }, + "id": "tp_28656" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3582015, + "label": "P", + "classification": { + "B": 6.930051532627601e-10, + "S": 1.1497433227702913e-08, + "I": 0.00023952795891091228, + "C": 3.043576224381894e-10, + "R": 4.679384657535479e-11, + "M": 9.539182777018596e-09, + "O": 2.3579900254588892e-09, + "W": 8.186133992893474e-10, + "N": 2.0800362108275294e-05, + "Y": 3.6323914542890634e-08, + "U": 1.1624654711051008e-10, + "K": 6.206166602851226e-08, + "L": 2.2817855244161578e-11, + "G": 6.165176813510698e-09, + "F": 7.902146421656653e-07, + "E": 1.9013705241377465e-05, + "T": 3.4025626405309595e-07, + "P": 0.9994367957115173, + "-": 0.0002827162097673863 + }, + "id": "tp_28657" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3582149, + "label": "P", + "classification": { + "B": 2.023439265030902e-07, + "S": 3.9976237076189136e-07, + "I": 0.0017776100430637598, + "C": 2.2828075088909827e-05, + "R": 2.6088250706379768e-06, + "M": 5.412951850303216e-06, + "O": 2.282801915498567e-06, + "W": 6.034114221620257e-07, + "N": 0.00010843438212759793, + "Y": 4.516391345532611e-05, + "U": 6.703807002850226e-07, + "K": 3.3789390727179125e-05, + "L": 9.700348613250753e-08, + "G": 1.9138582501909696e-05, + "F": 0.0005662841722369194, + "E": 0.0007613481720909476, + "T": 4.144742342759855e-05, + "P": 0.8876124024391174, + "-": 0.10899924486875534 + }, + "id": "tp_28658" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3582282, + "label": "P", + "classification": { + "B": 2.149907629700465e-07, + "S": 6.246851569358114e-08, + "I": 0.0008107920293696225, + "C": 3.0621563382737804e-06, + "R": 7.787258482494508e-08, + "M": 4.698314114648383e-06, + "O": 1.4956350469219615e-07, + "W": 4.9439670135598135e-08, + "N": 2.5142879167106003e-05, + "Y": 2.215512540715281e-05, + "U": 7.43764445587658e-08, + "K": 2.69636848315713e-06, + "L": 2.4937472531405547e-08, + "G": 4.185802936262917e-06, + "F": 0.0001744599430821836, + "E": 0.0035615547094494104, + "T": 1.2883911949757021e-05, + "P": 0.9571385383605957, + "-": 0.038239214569330215 + }, + "id": "tp_28659" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3582382, + "label": "P", + "classification": { + "B": 3.508398003759794e-05, + "S": 8.190274093067273e-05, + "I": 0.1018209233880043, + "C": 0.002422928810119629, + "R": 0.0010434476425871253, + "M": 0.0008840723312459886, + "O": 0.00035745545756071806, + "W": 3.870051295962185e-05, + "N": 0.005141743458807468, + "Y": 0.006115809082984924, + "U": 3.424466558499262e-05, + "K": 4.455204907571897e-05, + "L": 0.00011231275129830465, + "G": 0.0024617803283035755, + "F": 0.003891883185133338, + "E": 0.004973848350346088, + "T": 0.005937461741268635, + "P": 0.7182226181030273, + "-": 0.14637933671474457 + }, + "id": "tp_28660" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3582516, + "label": "P", + "classification": { + "B": 2.220596343249781e-06, + "S": 2.0793677322217263e-06, + "I": 0.000679877121001482, + "C": 1.8735298681349377e-06, + "R": 4.059172340475925e-07, + "M": 5.266929656499997e-05, + "O": 5.546910415432649e-06, + "W": 5.131382181389199e-07, + "N": 4.821218681172468e-05, + "Y": 0.00014527128951158375, + "U": 1.2494280099417665e-07, + "K": 7.862309416850621e-07, + "L": 3.7527925655922445e-07, + "G": 1.882055221358314e-05, + "F": 0.00013252909411676228, + "E": 0.0002324904635315761, + "T": 0.0002432242181384936, + "P": 0.9326882362365723, + "-": 0.06574477255344391 + }, + "id": "tp_28661" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3582649, + "label": "P", + "classification": { + "B": 2.215504342484298e-11, + "S": 1.6949771447505313e-11, + "I": 1.5854850062169135e-05, + "C": 7.116768285797548e-10, + "R": 2.1223880292131625e-11, + "M": 1.2031792229194593e-09, + "O": 1.7302291543952464e-10, + "W": 9.822244580182105e-12, + "N": 1.597592387270197e-07, + "Y": 2.77658589453722e-08, + "U": 7.068411828070609e-12, + "K": 1.9429249320523923e-09, + "L": 1.254475689993484e-12, + "G": 6.2660867605757176e-09, + "F": 4.396780468596262e-07, + "E": 4.942134637531126e-06, + "T": 1.648637848461476e-08, + "P": 0.9944869875907898, + "-": 0.005491544026881456 + }, + "id": "tp_28662" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3582783, + "label": "P", + "classification": { + "B": 1.4406931647670262e-08, + "S": 1.3049956670840857e-08, + "I": 0.0005826378474012017, + "C": 1.498398916055521e-07, + "R": 7.03668856516515e-09, + "M": 6.664452598670323e-07, + "O": 3.6634638433952205e-08, + "W": 4.074869330850106e-09, + "N": 1.7990359992836602e-05, + "Y": 1.4635804745921632e-06, + "U": 1.9334935874582015e-09, + "K": 7.980965932574691e-08, + "L": 8.696657283202569e-10, + "G": 2.7483579856379947e-07, + "F": 5.294985385262407e-06, + "E": 0.00044288011849857867, + "T": 1.6469026604681858e-06, + "P": 0.9927564263343811, + "-": 0.006190524436533451 + }, + "id": "tp_28663" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3582883, + "label": "P", + "classification": { + "B": 4.7092768795664597e-07, + "S": 2.5583418050700857e-07, + "I": 0.00037221648381091654, + "C": 3.5791390473605134e-07, + "R": 4.197881153800154e-08, + "M": 1.9392148260521935e-06, + "O": 6.172801931825234e-07, + "W": 1.3861128422831825e-07, + "N": 6.236886838451028e-05, + "Y": 2.660537575138733e-06, + "U": 3.4090277267750935e-08, + "K": 2.147303348465357e-06, + "L": 2.0712402459821533e-08, + "G": 1.4392156117537525e-05, + "F": 0.0001678016851656139, + "E": 0.003578651463612914, + "T": 4.336662641435396e-06, + "P": 0.9863669276237488, + "-": 0.009424647316336632 + }, + "id": "tp_28664" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3583016, + "label": "P", + "classification": { + "B": 2.8506644866865827e-07, + "S": 6.154388074719463e-07, + "I": 0.005590024404227734, + "C": 1.0384907000116073e-05, + "R": 2.061046188828186e-06, + "M": 5.994078037474537e-06, + "O": 2.3383909137919545e-06, + "W": 4.96864174692746e-07, + "N": 0.0002734281006269157, + "Y": 6.314562051557004e-05, + "U": 4.818883212465153e-07, + "K": 1.3141406270733569e-05, + "L": 1.6545838832371373e-07, + "G": 3.139680848107673e-05, + "F": 0.00038538570515811443, + "E": 0.0013827178627252579, + "T": 1.6869251339812763e-05, + "P": 0.9691904783248901, + "-": 0.02303050272166729 + }, + "id": "tp_28665" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3583150, + "label": "P", + "classification": { + "B": 4.026174948990047e-08, + "S": 2.0689149948793784e-08, + "I": 0.004507950507104397, + "C": 4.795007271241047e-07, + "R": 2.9639794618674387e-08, + "M": 1.209424794978986e-06, + "O": 3.323034647451095e-08, + "W": 7.42978389922655e-09, + "N": 9.113195119425654e-05, + "Y": 3.839224973489763e-06, + "U": 2.490109229924542e-09, + "K": 5.511766403287766e-07, + "L": 3.3813041255825738e-09, + "G": 3.002779067173833e-06, + "F": 1.4739276593900286e-05, + "E": 0.004030758980661631, + "T": 1.3636939684147364e-06, + "P": 0.9899877905845642, + "-": 0.0013570141745731235 + }, + "id": "tp_28666" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3583283, + "label": "P", + "classification": { + "B": 1.9815306728787618e-08, + "S": 7.989582329059886e-10, + "I": 4.416180308908224e-05, + "C": 7.779321009593332e-08, + "R": 1.3999705839040644e-09, + "M": 9.276416790271469e-08, + "O": 5.3798361321355515e-09, + "W": 4.4156425738073324e-10, + "N": 8.138656539813383e-07, + "Y": 1.971016700963446e-07, + "U": 7.231187315603904e-10, + "K": 4.934781472343275e-09, + "L": 5.987734197354655e-10, + "G": 5.782040375379438e-07, + "F": 4.263574282958871e-06, + "E": 0.0002575432590674609, + "T": 2.4637171236463473e-07, + "P": 0.9919941425323486, + "-": 0.007697710767388344 + }, + "id": "tp_28667" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3583383, + "label": "P", + "classification": { + "B": 2.624397877834528e-12, + "S": 3.790989397400857e-11, + "I": 5.290582066663774e-06, + "C": 6.796487261873096e-10, + "R": 1.1561577216434582e-11, + "M": 2.8537103791137497e-09, + "O": 2.0542893774955218e-10, + "W": 8.997899647589236e-12, + "N": 1.49796136383884e-07, + "Y": 3.8511426936338466e-08, + "U": 2.408457764821459e-12, + "K": 9.633064124159318e-09, + "L": 9.566304996419528e-13, + "G": 1.5543262676942504e-08, + "F": 6.9824895945203025e-06, + "E": 3.92550318792928e-05, + "T": 9.897855868246097e-09, + "P": 0.9964914917945862, + "-": 0.0034567697439342737 + }, + "id": "tp_28668" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3583517, + "label": "P", + "classification": { + "B": 1.1195584459500196e-09, + "S": 5.363072652642131e-09, + "I": 0.0002918413083534688, + "C": 9.35503230437007e-09, + "R": 8.549458918594155e-10, + "M": 2.3589398878698375e-08, + "O": 2.29866192746897e-09, + "W": 1.7039705202392952e-09, + "N": 1.0243300494039431e-05, + "Y": 3.857106278815081e-08, + "U": 4.568425360229611e-10, + "K": 1.0466659006169721e-07, + "L": 6.994144152727699e-11, + "G": 2.8069637281191717e-08, + "F": 5.25869791090372e-06, + "E": 0.0002847938740160316, + "T": 5.0387392036554957e-08, + "P": 0.9988629817962646, + "-": 0.0005446815048344433 + }, + "id": "tp_28669" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3583650, + "label": "P", + "classification": { + "B": 5.2260578087270915e-09, + "S": 1.6415635073485646e-08, + "I": 0.0021633615251630545, + "C": 1.0701828045966977e-07, + "R": 2.5116160262683707e-09, + "M": 4.782310156770109e-07, + "O": 2.933243514746664e-08, + "W": 1.5856946866676935e-09, + "N": 6.116853910498321e-05, + "Y": 4.2222816887260706e-07, + "U": 1.560824247626158e-10, + "K": 7.489752817946282e-09, + "L": 7.063654106076456e-10, + "G": 6.780671810702188e-07, + "F": 2.9144471227482427e-06, + "E": 0.0009822541614994407, + "T": 1.1700240065692924e-06, + "P": 0.9960463643074036, + "-": 0.0007410141406580806 + }, + "id": "tp_28670" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3583750, + "label": "P", + "classification": { + "B": 1.245107114300481e-06, + "S": 1.2277503174118465e-06, + "I": 0.017691580578684807, + "C": 0.00011592677765293047, + "R": 4.419503056851681e-06, + "M": 2.3005844923318364e-05, + "O": 1.5844539120735135e-06, + "W": 1.0365913567511598e-06, + "N": 0.0005689184181392193, + "Y": 3.2286985515384004e-05, + "U": 7.458138497895561e-07, + "K": 5.742281246057246e-06, + "L": 4.279239647075883e-07, + "G": 4.0291048208018765e-05, + "F": 8.948691538535058e-05, + "E": 0.011834424920380116, + "T": 2.093274270009715e-05, + "P": 0.9654616117477417, + "-": 0.004105160478502512 + }, + "id": "tp_28671" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3583884, + "label": "P", + "classification": { + "B": 6.663457979838583e-11, + "S": 1.798291441972022e-12, + "I": 0.0004564938135445118, + "C": 1.2102209012709864e-08, + "R": 1.6959682269668264e-10, + "M": 1.450515441092648e-08, + "O": 1.0164204894413942e-10, + "W": 2.339596832240387e-12, + "N": 3.122462999272102e-07, + "Y": 6.531818996791117e-08, + "U": 1.6971378729441211e-12, + "K": 1.077239252661455e-11, + "L": 9.325148292438357e-12, + "G": 4.666157948918226e-08, + "F": 3.956635907798045e-08, + "E": 2.1518681023735553e-05, + "T": 3.100071666040094e-08, + "P": 0.9985872507095337, + "-": 0.0009341037948615849 + }, + "id": "tp_28672" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3584017, + "label": "P", + "classification": { + "B": 8.33404742786592e-13, + "S": 2.8548902608269144e-13, + "I": 0.0003287948784418404, + "C": 7.852556105358843e-11, + "R": 1.2672462634377019e-13, + "M": 2.3823620853846705e-10, + "O": 2.384022070468089e-13, + "W": 3.659993112075689e-14, + "N": 8.001327387319179e-07, + "Y": 1.6668287861065778e-09, + "U": 2.434464805241873e-15, + "K": 1.362071289090494e-10, + "L": 9.760772520981905e-16, + "G": 2.7286631287815055e-10, + "F": 2.527961839859927e-09, + "E": 0.0005058235256001353, + "T": 1.0809288186752752e-10, + "P": 0.9991594552993774, + "-": 5.082881671114592e-06 + }, + "id": "tp_28673" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3584151, + "label": "P", + "classification": { + "B": 7.697504300629987e-10, + "S": 2.07488318193505e-10, + "I": 2.6999778128811158e-05, + "C": 2.25108021112419e-09, + "R": 1.7650195194285345e-10, + "M": 1.134603699881609e-08, + "O": 5.5314313129883885e-09, + "W": 1.8964846359992293e-10, + "N": 4.411606653320632e-07, + "Y": 1.2355835110611224e-07, + "U": 6.351010689575887e-11, + "K": 2.8942619412219983e-09, + "L": 4.760390345803778e-11, + "G": 4.193030989085855e-08, + "F": 1.7183255067720893e-06, + "E": 9.537357982480898e-06, + "T": 1.6526006163530838e-07, + "P": 0.9794675707817078, + "-": 0.020493343472480774 + }, + "id": "tp_28674" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3584251, + "label": "P", + "classification": { + "B": 6.398951200026204e-07, + "S": 5.0037073151543154e-08, + "I": 0.0041121067479252815, + "C": 9.656891961640213e-06, + "R": 3.432750759202463e-07, + "M": 1.2690730727626942e-05, + "O": 3.421892813548766e-07, + "W": 3.6072329123726377e-08, + "N": 2.1149149688426405e-05, + "Y": 5.157697887625545e-05, + "U": 4.612912007928571e-08, + "K": 2.403398191574979e-08, + "L": 1.8835591220067727e-07, + "G": 1.2506364328146446e-05, + "F": 2.51117398875067e-05, + "E": 0.001307046040892601, + "T": 2.2624924895353615e-05, + "P": 0.9603703022003174, + "-": 0.0340535044670105 + }, + "id": "tp_28675" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3584384, + "label": "P", + "classification": { + "B": 2.8841448511229828e-05, + "S": 2.4251545255538076e-05, + "I": 0.004999816417694092, + "C": 0.0007631130865775049, + "R": 8.273507410194725e-05, + "M": 0.00039328084676526487, + "O": 0.00013077470066491514, + "W": 3.710813325596973e-05, + "N": 0.0007071906002238393, + "Y": 0.0011973645305261016, + "U": 4.152831752435304e-05, + "K": 0.00023394434538204223, + "L": 3.163241854053922e-05, + "G": 0.0007833681302145123, + "F": 0.01135714165866375, + "E": 0.00894398707896471, + "T": 0.0008710538386367261, + "P": 0.660499095916748, + "-": 0.3088737428188324 + }, + "id": "tp_28676" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3584518, + "label": "P", + "classification": { + "B": 1.6888528989511542e-05, + "S": 2.162619239243213e-05, + "I": 0.04378798231482506, + "C": 0.0031996299512684345, + "R": 0.00048668496310710907, + "M": 0.00042606578790582716, + "O": 9.286220301873982e-05, + "W": 2.9259594157338142e-05, + "N": 0.0021654260344803333, + "Y": 0.0014119448605924845, + "U": 3.0473049264401197e-05, + "K": 0.00026328160311095417, + "L": 2.670977482921444e-05, + "G": 0.002003959147259593, + "F": 0.005247047636657953, + "E": 0.012767160311341286, + "T": 0.0007735156104899943, + "P": 0.7789124846458435, + "-": 0.14833706617355347 + }, + "id": "tp_28677" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3584651, + "label": "P", + "classification": { + "B": 1.68092242347484e-08, + "S": 1.2861061104985083e-09, + "I": 0.0004700347490143031, + "C": 1.911764911710634e-06, + "R": 6.16751592019682e-08, + "M": 1.73556622939941e-06, + "O": 9.494419117572761e-08, + "W": 3.863788400337853e-09, + "N": 2.9592208647954976e-06, + "Y": 2.4148899683495983e-05, + "U": 9.727134653303438e-09, + "K": 2.5948475368409163e-08, + "L": 8.116047389705727e-09, + "G": 4.102226284885546e-06, + "F": 1.4637706044595689e-05, + "E": 0.00017026210844051093, + "T": 1.134317153628217e-05, + "P": 0.8794409036636353, + "-": 0.11985766142606735 + }, + "id": "tp_28678" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3584751, + "label": "P", + "classification": { + "B": 1.9777831994360895e-07, + "S": 2.402841801085742e-07, + "I": 0.003105220617726445, + "C": 9.990233593271114e-06, + "R": 7.766705607537006e-07, + "M": 1.9507320757838897e-05, + "O": 1.0278522495354991e-06, + "W": 1.3591615299901605e-07, + "N": 0.000156929629156366, + "Y": 3.285821367171593e-05, + "U": 8.355666381021365e-08, + "K": 1.7737589814714738e-06, + "L": 9.3925578426024e-08, + "G": 2.3218997739604674e-05, + "F": 0.00010074240708490834, + "E": 0.001969855045899749, + "T": 2.5934870791388676e-05, + "P": 0.9744160175323486, + "-": 0.020135316997766495 + }, + "id": "tp_28679" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3584885, + "label": "P", + "classification": { + "B": 1.6047188466927764e-08, + "S": 1.1205173455763884e-09, + "I": 0.00010274491796735674, + "C": 8.602841262472793e-06, + "R": 3.6904310718455235e-07, + "M": 1.2147654615546344e-06, + "O": 2.645838605985773e-07, + "W": 5.504155353719398e-09, + "N": 1.5763394003442954e-06, + "Y": 4.655848169932142e-05, + "U": 9.844330683961289e-09, + "K": 2.9493870101759967e-07, + "L": 7.630373666245305e-09, + "G": 4.499706483329646e-05, + "F": 0.00044362887274473906, + "E": 0.00020142682478763163, + "T": 5.459538897412131e-06, + "P": 0.650756299495697, + "-": 0.3483865559101105 + }, + "id": "tp_28680" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3585018, + "label": "P", + "classification": { + "B": 3.0279201368443864e-09, + "S": 1.2864427301195747e-09, + "I": 0.00010601147369015962, + "C": 4.1992851862460157e-08, + "R": 2.978731705738369e-09, + "M": 8.32929103466995e-08, + "O": 1.6776656508454835e-08, + "W": 1.5921391982587352e-09, + "N": 3.146982635371387e-06, + "Y": 6.36885488347616e-07, + "U": 1.290896500805161e-09, + "K": 1.4692409422423225e-07, + "L": 2.463291515208965e-10, + "G": 4.056042826050543e-07, + "F": 1.8694352547754534e-05, + "E": 0.00019059350597672164, + "T": 3.8234253452174016e-07, + "P": 0.9884599447250366, + "-": 0.011219972744584084 + }, + "id": "tp_28681" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3585152, + "label": "P", + "classification": { + "B": 1.8058335382598045e-10, + "S": 2.078841612740412e-11, + "I": 1.2704471373581327e-05, + "C": 2.1183446663464167e-10, + "R": 8.741734766615217e-12, + "M": 2.8482902703075297e-09, + "O": 9.036990045174775e-10, + "W": 3.943456672317325e-12, + "N": 1.1885007467071773e-07, + "Y": 5.549772197355196e-09, + "U": 1.135189273311632e-12, + "K": 4.286349920834542e-12, + "L": 3.4662693722264937e-12, + "G": 5.791248813835637e-09, + "F": 2.1134875183292934e-08, + "E": 6.12763244589587e-07, + "T": 1.600238519472441e-08, + "P": 0.9982859492301941, + "-": 0.001700553810223937 + }, + "id": "tp_28682" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3585252, + "label": "P", + "classification": { + "B": 5.149591970621259e-07, + "S": 8.575212291361822e-07, + "I": 0.0008316340972669423, + "C": 1.6175602013390744e-06, + "R": 8.245815763530118e-08, + "M": 3.5926314012613147e-06, + "O": 1.2804914604203077e-06, + "W": 2.33166588259337e-07, + "N": 0.0001488498819526285, + "Y": 1.072158647730248e-05, + "U": 1.4725657138114912e-07, + "K": 6.778781880711904e-06, + "L": 6.82489584846735e-08, + "G": 1.9942615836043842e-05, + "F": 0.00025772207300178707, + "E": 0.004280144814401865, + "T": 2.1613384888041764e-05, + "P": 0.9771474003791809, + "-": 0.017266839742660522 + }, + "id": "tp_28683" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3585385, + "label": "P", + "classification": { + "B": 6.269112304835289e-07, + "S": 5.546058901018114e-07, + "I": 0.0011216625571250916, + "C": 7.990081212483346e-05, + "R": 4.663851996156154e-06, + "M": 1.870520100055728e-05, + "O": 6.391592251020484e-06, + "W": 1.3002086234337185e-06, + "N": 8.294262079289183e-05, + "Y": 0.00010103751992573962, + "U": 2.210293359894422e-06, + "K": 3.903033575625159e-05, + "L": 6.208537683960458e-07, + "G": 9.72997149801813e-05, + "F": 0.0019153212197124958, + "E": 0.0024843758437782526, + "T": 7.80965929152444e-05, + "P": 0.8066346049308777, + "-": 0.18733061850070953 + }, + "id": "tp_28684" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3585519, + "label": "P", + "classification": { + "B": 1.8761616956908256e-05, + "S": 1.5052067283249926e-05, + "I": 0.044295281171798706, + "C": 0.0009290545131079853, + "R": 0.0001816200092434883, + "M": 0.0008580721914768219, + "O": 0.00014956732047721744, + "W": 1.922427509271074e-05, + "N": 0.0020761515479534864, + "Y": 0.0033157719299197197, + "U": 2.477010821166914e-05, + "K": 9.24857595236972e-05, + "L": 3.784194268519059e-05, + "G": 0.0014056193176656961, + "F": 0.002018481260165572, + "E": 0.011580943129956722, + "T": 0.002099597128108144, + "P": 0.7467716336250305, + "-": 0.18411006033420563 + }, + "id": "tp_28685" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3585652, + "label": "P", + "classification": { + "B": 1.063221843899953e-09, + "S": 7.01140090431096e-10, + "I": 0.0005415303166955709, + "C": 6.47151011889946e-07, + "R": 2.1910567582494878e-08, + "M": 2.1922576820543327e-07, + "O": 1.0538583339325669e-08, + "W": 1.013732542354262e-09, + "N": 3.2654374990670476e-06, + "Y": 3.3648775570327416e-06, + "U": 1.282446371320134e-09, + "K": 4.3685041362095944e-08, + "L": 9.358110952817356e-10, + "G": 7.158678272389807e-07, + "F": 1.2629348930204287e-05, + "E": 0.0001685545576037839, + "T": 1.0386820576968603e-06, + "P": 0.9817947149276733, + "-": 0.017473287880420685 + }, + "id": "tp_28686" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3585752, + "label": "I", + "classification": { + "B": 1.798489819293536e-07, + "S": 7.310858336495585e-07, + "I": 0.9738943576812744, + "C": 0.00021393629140220582, + "R": 6.067111371521605e-06, + "M": 3.8290909287752584e-05, + "O": 6.742063760611927e-07, + "W": 8.021557817983194e-08, + "N": 0.008596919476985931, + "Y": 0.0002343979140277952, + "U": 3.365893341822357e-09, + "K": 3.054245780731435e-06, + "L": 5.2861736321574426e-08, + "G": 9.430335194338113e-05, + "F": 1.6893677639018279e-06, + "E": 0.00830539409071207, + "T": 3.532627670210786e-05, + "P": 0.00855081994086504, + "-": 2.3642687665414996e-05 + }, + "id": "tp_28687" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3585886, + "label": "I", + "classification": { + "B": 4.8573201638646424e-05, + "S": 0.0016603308031335473, + "I": 0.5699422359466553, + "C": 0.17946124076843262, + "R": 0.018601808696985245, + "M": 0.005644239019602537, + "O": 0.002917847828939557, + "W": 0.0003360615228302777, + "N": 0.06444431096315384, + "Y": 0.030964525416493416, + "U": 3.564979806469637e-06, + "K": 0.000534784747287631, + "L": 0.0004496884357649833, + "G": 0.08984088152647018, + "F": 0.0009703631512820721, + "E": 0.010267304256558418, + "T": 0.019577542319893837, + "P": 0.0032407271210104227, + "-": 0.0010940369684249163 + }, + "id": "tp_28688" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3586019, + "label": "I", + "classification": { + "B": 0.00031828018836677074, + "S": 0.002298653358593583, + "I": 0.8716242909431458, + "C": 0.005298183299601078, + "R": 0.0017893328331410885, + "M": 0.0025310423225164413, + "O": 0.00041624903678894043, + "W": 0.0001393301790812984, + "N": 0.03540968522429466, + "Y": 0.0006964344065636396, + "U": 3.0770161174586974e-06, + "K": 6.210413266671821e-05, + "L": 0.0002705247316043824, + "G": 0.008071083575487137, + "F": 0.0005585029721260071, + "E": 0.02981536090373993, + "T": 0.0009003222803585231, + "P": 0.03913741558790207, + "-": 0.0006600925116799772 + }, + "id": "tp_28689" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3586153, + "label": "I", + "classification": { + "B": 5.979733032290824e-06, + "S": 4.9068770749727264e-05, + "I": 0.9155267477035522, + "C": 0.014911827631294727, + "R": 0.0004800948081538081, + "M": 0.0007736714906059206, + "O": 2.044513530563563e-05, + "W": 3.2155189728655387e-06, + "N": 0.01919396035373211, + "Y": 0.0006373642245307565, + "U": 1.8993846495618527e-08, + "K": 7.558297511423007e-06, + "L": 7.674190783291124e-06, + "G": 0.012567423284053802, + "F": 1.0609073797240853e-05, + "E": 0.03350957855582237, + "T": 0.00027391393086872995, + "P": 0.002008733106777072, + "-": 1.21202638183604e-05 + }, + "id": "tp_28690" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3586253, + "label": "C", + "classification": { + "B": 7.516217920056079e-06, + "S": 7.205360452644527e-05, + "I": 0.21089188754558563, + "C": 0.5657258033752441, + "R": 0.007753555662930012, + "M": 0.004501270595937967, + "O": 0.00015226309187710285, + "W": 7.3501619226590265e-06, + "N": 0.0018211666028946638, + "Y": 0.008230154402554035, + "U": 2.9709260829235973e-08, + "K": 7.459571520485042e-07, + "L": 0.00041092143510468304, + "G": 0.17898878455162048, + "F": 7.46118021197617e-05, + "E": 0.0193011574447155, + "T": 0.0011921891709789634, + "P": 0.0007458793697878718, + "-": 0.0001227070897584781 + }, + "id": "tp_28691" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3586386, + "label": "I", + "classification": { + "B": 5.075912667962257e-06, + "S": 2.98972190648783e-05, + "I": 0.9571710824966431, + "C": 0.002766705583781004, + "R": 0.00011859215737786144, + "M": 0.0008059246465563774, + "O": 1.932225131895393e-05, + "W": 1.8137307051802054e-06, + "N": 0.010799361392855644, + "Y": 0.0005147477495484054, + "U": 7.610561070237054e-09, + "K": 2.151366288671852e-06, + "L": 3.778899326789542e-06, + "G": 0.0035219406709074974, + "F": 4.210210590827046e-06, + "E": 0.02205006591975689, + "T": 0.00022290938068181276, + "P": 0.001947753014974296, + "-": 1.4774910596315749e-05 + }, + "id": "tp_28692" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3586520, + "label": "I", + "classification": { + "B": 1.2726085287795286e-06, + "S": 4.075393007951789e-06, + "I": 0.9850806593894958, + "C": 0.0005411400343291461, + "R": 8.639508450869471e-05, + "M": 7.329424261115491e-05, + "O": 4.901939973933622e-06, + "W": 8.536509881196253e-07, + "N": 0.008939577266573906, + "Y": 0.000132608663989231, + "U": 1.852134090540858e-08, + "K": 5.559691544476664e-06, + "L": 6.705005830554001e-07, + "G": 0.00044879803317599, + "F": 3.7661397982446942e-06, + "E": 0.0026556674856692553, + "T": 7.70885162637569e-05, + "P": 0.0019320842111483216, + "-": 1.1603935490711592e-05 + }, + "id": "tp_28693" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3586653, + "label": "I", + "classification": { + "B": 5.4069194447947666e-05, + "S": 0.000160451716510579, + "I": 0.5445379018783569, + "C": 0.2964072525501251, + "R": 0.014857130125164986, + "M": 0.013995062559843063, + "O": 0.0003622106451075524, + "W": 4.866647577728145e-05, + "N": 0.009780247695744038, + "Y": 0.004513243213295937, + "U": 2.490175802449812e-06, + "K": 1.804131898097694e-05, + "L": 0.00039454016950912774, + "G": 0.053156085312366486, + "F": 0.00013200148532632738, + "E": 0.05123717337846756, + "T": 0.0035375545267015696, + "P": 0.00601876201108098, + "-": 0.0007871696725487709 + }, + "id": "tp_28694" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3586753, + "label": "I", + "classification": { + "B": 2.3493323624279583e-06, + "S": 0.00011066145816585049, + "I": 0.8874549269676208, + "C": 0.0033737870398908854, + "R": 0.00021394382929429412, + "M": 0.00030310009606182575, + "O": 5.737866013078019e-05, + "W": 1.3520530956157017e-05, + "N": 0.09164460748434067, + "Y": 0.0006181614007800817, + "U": 5.3823178802758775e-08, + "K": 0.00011199100117664784, + "L": 1.521412286820123e-06, + "G": 0.0023345525842159986, + "F": 2.685923573153559e-05, + "E": 0.006583455018699169, + "T": 0.00055620790226385, + "P": 0.0065454826690256596, + "-": 4.735340553452261e-05 + }, + "id": "tp_28695" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3586887, + "label": "I", + "classification": { + "B": 3.904190748471592e-07, + "S": 2.7101009436591994e-07, + "I": 0.9279341101646423, + "C": 0.03090246021747589, + "R": 0.0003499834274407476, + "M": 0.0011561708524823189, + "O": 1.4043303053767886e-06, + "W": 5.365270894230889e-08, + "N": 0.0005300627672113478, + "Y": 0.00029176013777032495, + "U": 1.332193022562933e-09, + "K": 1.1181027659290521e-08, + "L": 2.415797780486173e-06, + "G": 0.003610946936532855, + "F": 5.445311899165972e-07, + "E": 0.03369400277733803, + "T": 3.517562072374858e-05, + "P": 0.0014737179735675454, + "-": 1.6435400539194234e-05 + }, + "id": "tp_28696" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3587020, + "label": "I", + "classification": { + "B": 9.546543878968805e-05, + "S": 0.0004476831527426839, + "I": 0.8162961006164551, + "C": 0.0025364612229168415, + "R": 0.00041387107921764255, + "M": 0.0005263233324512839, + "O": 0.000156548892846331, + "W": 8.968952170107514e-05, + "N": 0.09346504509449005, + "Y": 0.0047012194991111755, + "U": 7.202313099696767e-06, + "K": 0.0010925768874585629, + "L": 2.9485439881682396e-05, + "G": 0.004048708360642195, + "F": 0.00030642165802419186, + "E": 0.047384124249219894, + "T": 0.0011757235042750835, + "P": 0.026717472821474075, + "-": 0.0005099486443214118 + }, + "id": "tp_28697" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3587154, + "label": "C", + "classification": { + "B": 2.1938370991847478e-05, + "S": 0.0003377948305569589, + "I": 0.3535425662994385, + "C": 0.5297250151634216, + "R": 0.024758992716670036, + "M": 0.0126142343506217, + "O": 0.0003843812446575612, + "W": 5.073534703115001e-05, + "N": 0.0037952482234686613, + "Y": 0.002399782883003354, + "U": 2.2452007897300064e-07, + "K": 3.921456482203212e-06, + "L": 0.0007081644725985825, + "G": 0.06056923046708107, + "F": 4.080721555510536e-05, + "E": 0.0065501355566084385, + "T": 0.0040597510524094105, + "P": 0.0003417764964979142, + "-": 9.52540576690808e-05 + }, + "id": "tp_28698" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3587254, + "label": "I", + "classification": { + "B": 1.8971615645568818e-05, + "S": 0.0002715664741117507, + "I": 0.6433335542678833, + "C": 0.06026278808712959, + "R": 0.0013889174442738295, + "M": 0.0024280392099171877, + "O": 0.00012699805665761232, + "W": 2.8119233320467174e-05, + "N": 0.045672014355659485, + "Y": 0.0050318920984864235, + "U": 1.2594865950177336e-07, + "K": 0.0002253720595035702, + "L": 5.4853797337273136e-05, + "G": 0.13264548778533936, + "F": 6.437692354666069e-05, + "E": 0.10264550894498825, + "T": 0.004724974278360605, + "P": 0.0010258526308462024, + "-": 5.059396426077001e-05 + }, + "id": "tp_28699" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3587387, + "label": "I", + "classification": { + "B": 0.0003105504438281059, + "S": 0.0069883642718195915, + "I": 0.7757363319396973, + "C": 0.04910608381032944, + "R": 0.0045685782097280025, + "M": 0.005294167436659336, + "O": 0.0012845071032643318, + "W": 0.0004342698957771063, + "N": 0.06369718164205551, + "Y": 0.015138119459152222, + "U": 3.3312983305222588e-06, + "K": 0.0002518078254070133, + "L": 0.0003002416342496872, + "G": 0.034276023507118225, + "F": 0.000672605587169528, + "E": 0.02472832053899765, + "T": 0.008966035209596157, + "P": 0.007452567107975483, + "-": 0.0007909061387181282 + }, + "id": "tp_28700" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3587521, + "label": "I", + "classification": { + "B": 4.1745221096789464e-05, + "S": 0.000155527115566656, + "I": 0.4765518009662628, + "C": 0.32015034556388855, + "R": 0.010335274040699005, + "M": 0.008173255249857903, + "O": 0.00020183002925477922, + "W": 2.3499003873439506e-05, + "N": 0.01153974886983633, + "Y": 0.0024104886688292027, + "U": 3.705605990944605e-07, + "K": 5.853683887835359e-06, + "L": 0.00025654633645899594, + "G": 0.10606866329908371, + "F": 8.314182923641056e-05, + "E": 0.05201241001486778, + "T": 0.0013299635611474514, + "P": 0.01042912807315588, + "-": 0.0002304129593539983 + }, + "id": "tp_28701" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3587654, + "label": "I", + "classification": { + "B": 7.760288099234458e-06, + "S": 7.127216667868197e-05, + "I": 0.7319449186325073, + "C": 0.010039888322353363, + "R": 0.00016688539471942931, + "M": 0.0005523744621314108, + "O": 2.6997508030035533e-05, + "W": 5.047173999628285e-06, + "N": 0.04130752012133598, + "Y": 0.0024053268134593964, + "U": 2.349301198023568e-08, + "K": 8.846107812132686e-05, + "L": 7.205019301181892e-06, + "G": 0.029738888144493103, + "F": 2.2586280465475284e-05, + "E": 0.18092785775661469, + "T": 0.0004969384171999991, + "P": 0.002166912192478776, + "-": 2.3086729925125837e-05 + }, + "id": "tp_28702" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3587754, + "label": "I", + "classification": { + "B": 3.454606485320255e-06, + "S": 2.8156404368928634e-05, + "I": 0.9188371300697327, + "C": 0.048159703612327576, + "R": 0.001096329535357654, + "M": 0.0004925866960547864, + "O": 3.691445090225898e-05, + "W": 8.505713594786357e-06, + "N": 0.007144597824662924, + "Y": 0.008864294737577438, + "U": 5.999390850774944e-08, + "K": 8.99999668035889e-06, + "L": 4.825075848202687e-06, + "G": 0.006197094917297363, + "F": 1.900280221889261e-05, + "E": 0.007196675520390272, + "T": 0.00118839752394706, + "P": 0.0006336865480989218, + "-": 7.9545789049007e-05 + }, + "id": "tp_28703" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3587888, + "label": "I", + "classification": { + "B": 1.902573654177786e-09, + "S": 1.1964483803694748e-07, + "I": 0.9972350001335144, + "C": 0.00012127155059715733, + "R": 4.540608188108308e-06, + "M": 7.102275958459359e-06, + "O": 1.353643881429889e-07, + "W": 6.7128911318548035e-09, + "N": 0.0023552649654448032, + "Y": 1.6816033166833222e-05, + "U": 1.1008614159147001e-11, + "K": 1.6213908438089675e-08, + "L": 2.1925528059796306e-09, + "G": 2.0382789443829097e-05, + "F": 1.07635900192804e-08, + "E": 0.00017690332606434822, + "T": 7.79578840592876e-06, + "P": 5.456251892610453e-05, + "-": 1.6605417840764858e-07 + }, + "id": "tp_28704" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3588021, + "label": "I", + "classification": { + "B": 2.122725675235415e-07, + "S": 7.289379936992191e-06, + "I": 0.9201104044914246, + "C": 0.06799162179231644, + "R": 0.001894547720439732, + "M": 0.0006111710099503398, + "O": 1.767398680385668e-05, + "W": 1.733499061629118e-06, + "N": 0.005021050106734037, + "Y": 0.000164294324349612, + "U": 7.0508150429304806e-09, + "K": 4.2788119003489555e-07, + "L": 1.2983321084902855e-06, + "G": 0.0021183800417929888, + "F": 1.1493845022414462e-06, + "E": 0.0013238264946267009, + "T": 0.0001993708428926766, + "P": 0.0005256538279354572, + "-": 9.813554243010003e-06 + }, + "id": "tp_28705" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3588155, + "label": "I", + "classification": { + "B": 2.3222485197038623e-06, + "S": 1.743310804158682e-06, + "I": 0.8841295838356018, + "C": 0.08816616982221603, + "R": 0.0012729308800771832, + "M": 0.0014283967902883887, + "O": 1.0585050404188223e-05, + "W": 7.786529749864712e-07, + "N": 0.0017529979813843966, + "Y": 0.0009249780559912324, + "U": 5.8716391748703245e-08, + "K": 2.3656613734601706e-07, + "L": 4.488592367124511e-06, + "G": 0.005137057043612003, + "F": 3.7208440062386217e-06, + "E": 0.011410446837544441, + "T": 0.00024235395540017635, + "P": 0.005334160290658474, + "-": 0.00017698625742923468 + }, + "id": "tp_28706" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3588255, + "label": "I", + "classification": { + "B": 6.883382866362808e-06, + "S": 6.324682181002572e-05, + "I": 0.8602864146232605, + "C": 0.000996030867099762, + "R": 0.00015848729526624084, + "M": 0.00013222020061220974, + "O": 3.489441951387562e-05, + "W": 1.227081611432368e-05, + "N": 0.09267623722553253, + "Y": 0.00173407222609967, + "U": 2.308781006377103e-07, + "K": 0.0006460462464019656, + "L": 2.227351842520875e-06, + "G": 0.0030865531880408525, + "F": 0.00011027443542843685, + "E": 0.02546265535056591, + "T": 0.00045508777839131653, + "P": 0.013972604647278786, + "-": 0.00016352291277144104 + }, + "id": "tp_28707" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3588388, + "label": "I", + "classification": { + "B": 5.5590768170077354e-05, + "S": 0.00096559536177665, + "I": 0.6888717412948608, + "C": 0.11493214964866638, + "R": 0.011197349056601524, + "M": 0.007703946437686682, + "O": 0.0012796556111425161, + "W": 0.0001539733784738928, + "N": 0.03471400961279869, + "Y": 0.009799580089747906, + "U": 3.0289777441794286e-06, + "K": 0.00010195086360909045, + "L": 0.0007180891116149724, + "G": 0.08143797516822815, + "F": 0.00047950143925845623, + "E": 0.03141339495778084, + "T": 0.007673996035009623, + "P": 0.007649332284927368, + "-": 0.0008491026237607002 + }, + "id": "tp_28708" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3588522, + "label": "I", + "classification": { + "B": 1.374603542103614e-09, + "S": 5.3916718201207914e-08, + "I": 0.994297444820404, + "C": 3.144078436889686e-05, + "R": 1.2318066637817537e-06, + "M": 1.0422680816191132e-06, + "O": 4.1352631541258233e-08, + "W": 3.897007605502267e-09, + "N": 0.004573041573166847, + "Y": 1.732480995997321e-05, + "U": 3.641937012383023e-12, + "K": 8.352058955551911e-08, + "L": 7.352307096475386e-10, + "G": 1.603874443389941e-05, + "F": 2.860678449678744e-08, + "E": 0.0005689801182597876, + "T": 9.740434734339942e-07, + "P": 0.0004921234794892371, + "-": 9.761492947291117e-08 + }, + "id": "tp_28709" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3588655, + "label": "I", + "classification": { + "B": 2.2950182028580457e-05, + "S": 3.250686495448463e-05, + "I": 0.8705796003341675, + "C": 0.004135854076594114, + "R": 0.0013376825954765081, + "M": 0.0007204556022770703, + "O": 0.00024759877123869956, + "W": 3.2108942832564935e-05, + "N": 0.020283903926610947, + "Y": 0.008524998091161251, + "U": 6.776411282771733e-06, + "K": 9.06493078218773e-05, + "L": 3.372966239112429e-05, + "G": 0.00493050180375576, + "F": 0.00017968585598282516, + "E": 0.006278178654611111, + "T": 0.0019030824769288301, + "P": 0.0738234668970108, + "-": 0.006836271844804287 + }, + "id": "tp_28710" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3588755, + "label": "I", + "classification": { + "B": 0.00016365075134672225, + "S": 3.938637746614404e-05, + "I": 0.8351515531539917, + "C": 0.05602382495999336, + "R": 0.0030604659114032984, + "M": 0.004495418164879084, + "O": 7.525920955231413e-05, + "W": 2.2628397346124984e-05, + "N": 0.003375741420313716, + "Y": 0.0024639766197651625, + "U": 4.279281256458489e-06, + "K": 6.3156521719065495e-06, + "L": 0.00010077385377371684, + "G": 0.010486247017979622, + "F": 9.274386684410274e-05, + "E": 0.05731506645679474, + "T": 0.0005728556425310671, + "P": 0.02543354593217373, + "-": 0.0011162246810272336 + }, + "id": "tp_28711" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3588889, + "label": "I", + "classification": { + "B": 0.000632122450042516, + "S": 0.0019632522016763687, + "I": 0.6974703073501587, + "C": 0.013460518792271614, + "R": 0.0027559397276490927, + "M": 0.006251931190490723, + "O": 0.0017241148743778467, + "W": 0.0006953884148970246, + "N": 0.14642229676246643, + "Y": 0.009487847797572613, + "U": 5.0218885007780045e-05, + "K": 0.0025067562237381935, + "L": 0.0002828782016877085, + "G": 0.015338074415922165, + "F": 0.0010651766788214445, + "E": 0.060827549546957016, + "T": 0.007087369449436665, + "P": 0.029793672263622284, + "-": 0.002184659941121936 + }, + "id": "tp_28712" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3589022, + "label": "C", + "classification": { + "B": 0.0002521993010304868, + "S": 0.013075551018118858, + "I": 0.30346155166625977, + "C": 0.40732476115226746, + "R": 0.0519820936024189, + "M": 0.014328617602586746, + "O": 0.007019165437668562, + "W": 0.0017537390813231468, + "N": 0.06097755581140518, + "Y": 0.010424219071865082, + "U": 1.944163341249805e-05, + "K": 0.0007855542353354394, + "L": 0.0015938603319227695, + "G": 0.08431733399629593, + "F": 0.0019509128760546446, + "E": 0.006150760222226381, + "T": 0.029101595282554626, + "P": 0.004258118569850922, + "-": 0.0012230135034769773 + }, + "id": "tp_28713" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3589156, + "label": "I", + "classification": { + "B": 0.00191625882871449, + "S": 0.003919198177754879, + "I": 0.7587658762931824, + "C": 0.03810524195432663, + "R": 0.011289223097264767, + "M": 0.027600787580013275, + "O": 0.0041185650043189526, + "W": 0.0007416030275635421, + "N": 0.030738605186343193, + "Y": 0.00651876674965024, + "U": 3.2303658372256905e-05, + "K": 0.00015051427180878818, + "L": 0.0044418382458388805, + "G": 0.043174855411052704, + "F": 0.0009272858151234686, + "E": 0.03976127505302429, + "T": 0.003833234077319503, + "P": 0.021649550646543503, + "-": 0.0023150066845119 + }, + "id": "tp_28714" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3589256, + "label": "I", + "classification": { + "B": 0.0003239818324800581, + "S": 0.002252260223031044, + "I": 0.4577523171901703, + "C": 0.21445633471012115, + "R": 0.02463488094508648, + "M": 0.027150098234415054, + "O": 0.002277468563988805, + "W": 0.0005781480576843023, + "N": 0.028902381658554077, + "Y": 0.03996038809418678, + "U": 2.490508086339105e-05, + "K": 0.0009872340597212315, + "L": 0.0018783152336254716, + "G": 0.0888352245092392, + "F": 0.0013153062900528312, + "E": 0.07170206308364868, + "T": 0.028456130996346474, + "P": 0.004960185382515192, + "-": 0.003552419599145651 + }, + "id": "tp_28715" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3589389, + "label": "I", + "classification": { + "B": 7.903496589278802e-05, + "S": 0.00015509797958657146, + "I": 0.9077163338661194, + "C": 0.04305797815322876, + "R": 0.004140875767916441, + "M": 0.004380011931061745, + "O": 0.000333242176566273, + "W": 6.711577589157969e-05, + "N": 0.013775316067039967, + "Y": 0.004146983381360769, + "U": 1.0172320799028967e-06, + "K": 1.2630588571482804e-05, + "L": 0.0001365674688713625, + "G": 0.007336349692195654, + "F": 2.54592905548634e-05, + "E": 0.010991215705871582, + "T": 0.0009518669103272259, + "P": 0.0024852161295711994, + "-": 0.00020761410996783525 + }, + "id": "tp_28716" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3589523, + "label": "C", + "classification": { + "B": 0.0010094280587509274, + "S": 0.0012527784565463662, + "I": 0.1825474500656128, + "C": 0.49250707030296326, + "R": 0.06068524718284607, + "M": 0.06392370164394379, + "O": 0.002237753476947546, + "W": 0.0004575833154376596, + "N": 0.005504361353814602, + "Y": 0.006707779597491026, + "U": 9.869186033029109e-05, + "K": 4.6434946852969006e-05, + "L": 0.008329866454005241, + "G": 0.08976833522319794, + "F": 0.0016032352577894926, + "E": 0.038022298365831375, + "T": 0.009041167795658112, + "P": 0.03005453571677208, + "-": 0.006202253513038158 + }, + "id": "tp_28717" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3589656, + "label": "I", + "classification": { + "B": 0.002200386021286249, + "S": 0.003941196016967297, + "I": 0.2554171681404114, + "C": 0.25012242794036865, + "R": 0.06782171130180359, + "M": 0.08993979543447495, + "O": 0.010242607444524765, + "W": 0.0025057094171643257, + "N": 0.02684389241039753, + "Y": 0.04046544060111046, + "U": 0.0008783474331721663, + "K": 0.0007035623420961201, + "L": 0.007818839512765408, + "G": 0.08648508787155151, + "F": 0.0033969436772167683, + "E": 0.03522928059101105, + "T": 0.059950631111860275, + "P": 0.030932024121284485, + "-": 0.02510496973991394 + }, + "id": "tp_28718" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3589756, + "label": "I", + "classification": { + "B": 0.0002495277440175414, + "S": 0.001583773992024362, + "I": 0.49481356143951416, + "C": 0.11270558834075928, + "R": 0.012785159982740879, + "M": 0.00918298028409481, + "O": 0.0020966834854334593, + "W": 0.0006688696448691189, + "N": 0.059872955083847046, + "Y": 0.05329694598913193, + "U": 4.50937295681797e-05, + "K": 0.007491778116673231, + "L": 0.00045384065015241504, + "G": 0.10208962112665176, + "F": 0.009555921889841557, + "E": 0.05994439870119095, + "T": 0.019306203350424767, + "P": 0.04179758206009865, + "-": 0.01205954048782587 + }, + "id": "tp_28719" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3589890, + "label": "-", + "classification": { + "B": 0.00010200371616519988, + "S": 7.722219743300229e-05, + "I": 0.14183245599269867, + "C": 0.22715827822685242, + "R": 0.014407757669687271, + "M": 0.006969778798520565, + "O": 0.0008501732372678816, + "W": 0.00013305828906595707, + "N": 0.003527572611346841, + "Y": 0.04123872518539429, + "U": 0.00019659790268633515, + "K": 0.00023840332869440317, + "L": 0.00037461318424902856, + "G": 0.017152175307273865, + "F": 0.005749239586293697, + "E": 0.01816723868250847, + "T": 0.009440004825592041, + "P": 0.1956617534160614, + "-": 0.31672292947769165 + }, + "id": "tp_28720" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3590023, + "label": "P", + "classification": { + "B": 4.911358786330311e-08, + "S": 1.0100199432372392e-07, + "I": 0.0001310561056016013, + "C": 9.555661790727754e-07, + "R": 7.547203750846165e-08, + "M": 1.8527421161707025e-06, + "O": 6.795632430112164e-07, + "W": 7.579633631848992e-08, + "N": 1.1744650691980496e-05, + "Y": 5.311886343406513e-05, + "U": 4.5828343786524783e-08, + "K": 4.027671366202412e-06, + "L": 1.2074799826677918e-08, + "G": 6.817803750891471e-06, + "F": 0.00031993910670280457, + "E": 0.0004405317595228553, + "T": 2.5785026082303375e-05, + "P": 0.8050459623336792, + "-": 0.1939571499824524 + }, + "id": "tp_28721" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3590157, + "label": "P", + "classification": { + "B": 7.893217843957245e-05, + "S": 4.672660452342825e-06, + "I": 0.0038284948095679283, + "C": 0.00012152186536695808, + "R": 1.7883377950056456e-05, + "M": 0.00046974894939921796, + "O": 7.152347825467587e-05, + "W": 6.977817974984646e-06, + "N": 0.00012874483945779502, + "Y": 0.00027976257842965424, + "U": 2.4430987650703173e-06, + "K": 9.37129982503393e-07, + "L": 2.2382402676157653e-05, + "G": 0.00046425385517068207, + "F": 0.0005126875475980341, + "E": 0.0027819632086902857, + "T": 0.0003601526841521263, + "P": 0.77732253074646, + "-": 0.21352440118789673 + }, + "id": "tp_28722" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3590257, + "label": "P", + "classification": { + "B": 6.416334485948028e-07, + "S": 2.427602510124416e-07, + "I": 0.08314817398786545, + "C": 0.0001206110609928146, + "R": 3.5115238006255822e-06, + "M": 4.4201813580002636e-05, + "O": 9.255554118681175e-07, + "W": 1.6919780421176256e-07, + "N": 0.0008160746656358242, + "Y": 0.00021515828848350793, + "U": 1.3996577763464302e-07, + "K": 5.264849733066512e-06, + "L": 1.7306244615156174e-07, + "G": 7.792977703502402e-05, + "F": 5.8807821915252134e-05, + "E": 0.026701785624027252, + "T": 3.2615444069961086e-05, + "P": 0.8802812695503235, + "-": 0.008492200635373592 + }, + "id": "tp_28723" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3590390, + "label": "P", + "classification": { + "B": 3.208154521416873e-05, + "S": 2.166867852793075e-05, + "I": 0.014711098745465279, + "C": 0.0002719428448472172, + "R": 4.019359403173439e-05, + "M": 0.00028512850985862315, + "O": 8.87641726876609e-05, + "W": 2.5654591809143312e-05, + "N": 0.0011910104658454657, + "Y": 0.001008013030514121, + "U": 1.736510603222996e-05, + "K": 0.00012235852773301303, + "L": 1.4188160093908664e-05, + "G": 0.0005939180846326053, + "F": 0.002120927907526493, + "E": 0.004216830711811781, + "T": 0.0007145841373130679, + "P": 0.8407310247421265, + "-": 0.13379326462745667 + }, + "id": "tp_28724" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3590524, + "label": "P", + "classification": { + "B": 6.618112706746615e-07, + "S": 1.5531638553056837e-07, + "I": 0.00021583595662377775, + "C": 4.0707857351662824e-07, + "R": 2.5052715457718477e-08, + "M": 7.534057431257679e-07, + "O": 1.1694058343891811e-07, + "W": 5.803527614034465e-08, + "N": 1.4402839951799251e-05, + "Y": 1.745250983731239e-06, + "U": 3.634783141137632e-08, + "K": 5.389182433646056e-07, + "L": 9.102856246556712e-09, + "G": 9.878900755211362e-07, + "F": 3.2771349651739e-05, + "E": 0.0006937923026271164, + "T": 1.604042154212948e-06, + "P": 0.9934672713279724, + "-": 0.005568808410316706 + }, + "id": "tp_28725" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3590657, + "label": "P", + "classification": { + "B": 2.9031819170910467e-09, + "S": 8.98657859238483e-09, + "I": 0.0005826825508847833, + "C": 1.274869898537645e-08, + "R": 1.5953581788963334e-09, + "M": 1.5966276123435819e-07, + "O": 8.785925764698277e-09, + "W": 1.1708413127919926e-09, + "N": 3.6542987800203264e-05, + "Y": 5.17664659582806e-07, + "U": 1.5814453913076676e-10, + "K": 6.341114726637898e-07, + "L": 1.470261551395069e-10, + "G": 7.147622795855568e-07, + "F": 1.0021854905062355e-05, + "E": 0.0019149286672472954, + "T": 3.6614886766983545e-07, + "P": 0.9966076612472534, + "-": 0.0008457610383629799 + }, + "id": "tp_28726" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3590757, + "label": "-", + "classification": { + "B": 9.536938705423381e-07, + "S": 1.0165300636799657e-06, + "I": 0.0005703617935068905, + "C": 7.03781406627968e-05, + "R": 6.55268968330347e-06, + "M": 6.503646000055596e-05, + "O": 2.548210250097327e-05, + "W": 1.5557189954051864e-06, + "N": 2.864617454179097e-05, + "Y": 0.00033336543128825724, + "U": 1.6828071238705888e-06, + "K": 9.919368494593073e-06, + "L": 2.263631131427246e-06, + "G": 0.00017805527022574097, + "F": 0.0024728248827159405, + "E": 0.0002522819850128144, + "T": 0.00045374309411272407, + "P": 0.23552347719669342, + "-": 0.7600024938583374 + }, + "id": "tp_28727" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3590891, + "label": "P", + "classification": { + "B": 3.984103269516481e-09, + "S": 7.948048330597146e-10, + "I": 0.00013916542229708284, + "C": 4.514089937401877e-07, + "R": 1.7514832251208645e-08, + "M": 6.856205914118618e-07, + "O": 5.298436533962558e-08, + "W": 1.6704537753042814e-09, + "N": 1.311556502514577e-06, + "Y": 9.684779797680676e-06, + "U": 1.642887936803561e-09, + "K": 1.9460321354358712e-08, + "L": 2.4325088610055445e-09, + "G": 1.2966929716640152e-06, + "F": 3.464444671408273e-05, + "E": 0.00010332490637665614, + "T": 5.182589120522607e-06, + "P": 0.7848313450813293, + "-": 0.2148728221654892 + }, + "id": "tp_28728" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3591024, + "label": "P", + "classification": { + "B": 4.632786840375047e-06, + "S": 3.985136117989896e-06, + "I": 0.012772111222147942, + "C": 0.00035070808371528983, + "R": 2.7669135306496173e-05, + "M": 7.111272134352475e-05, + "O": 1.3393451808951795e-05, + "W": 2.6268348847224843e-06, + "N": 0.0007175045320764184, + "Y": 0.00045745057286694646, + "U": 4.78263791592326e-06, + "K": 5.878463343833573e-05, + "L": 2.9786949653498596e-06, + "G": 0.0002464218996465206, + "F": 0.0019085196545347571, + "E": 0.004633460659533739, + "T": 0.00016287398466374725, + "P": 0.8904117941856384, + "-": 0.08814913034439087 + }, + "id": "tp_28729" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3591158, + "label": "P", + "classification": { + "B": 4.3918265646425425e-07, + "S": 6.009132391682215e-08, + "I": 0.0005841284291818738, + "C": 9.45454416978464e-07, + "R": 5.933134517022154e-08, + "M": 1.3338793678485672e-06, + "O": 2.1863917254449916e-07, + "W": 3.1204297812337245e-08, + "N": 2.873648190870881e-05, + "Y": 2.9219136195024475e-06, + "U": 2.3853624853131805e-08, + "K": 1.4889661770212115e-07, + "L": 2.600392967622156e-08, + "G": 6.55636813462479e-06, + "F": 2.7256393877905793e-05, + "E": 0.0010940986685454845, + "T": 3.0455910291493637e-06, + "P": 0.9910216927528381, + "-": 0.007228217553347349 + }, + "id": "tp_28730" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3591258, + "label": "P", + "classification": { + "B": 8.478572226522374e-07, + "S": 5.1737555395448e-07, + "I": 7.937038753880188e-05, + "C": 5.873977215742343e-07, + "R": 5.987143225638647e-08, + "M": 2.1742746412201086e-06, + "O": 2.529344556023716e-06, + "W": 1.113950034437039e-07, + "N": 1.556241295475047e-05, + "Y": 2.2825253836344928e-05, + "U": 2.6391322904828485e-08, + "K": 2.4593845182607765e-07, + "L": 5.543289205434121e-08, + "G": 8.72168402565876e-06, + "F": 0.0002135062968591228, + "E": 0.00012111093383282423, + "T": 1.0655449841578957e-05, + "P": 0.94622403383255, + "-": 0.053297050297260284 + }, + "id": "tp_28731" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3591391, + "label": "P", + "classification": { + "B": 1.2966622220389468e-09, + "S": 1.7895935844336464e-09, + "I": 0.0005795182660222054, + "C": 3.1101961894819397e-07, + "R": 2.301854706843187e-08, + "M": 9.782542065295274e-08, + "O": 2.4507743390245196e-08, + "W": 1.4996913710874082e-09, + "N": 8.990416972665116e-06, + "Y": 1.914507947731181e-06, + "U": 2.710374369385704e-09, + "K": 6.055032741869582e-08, + "L": 9.455061178442747e-10, + "G": 4.942253895023896e-07, + "F": 1.0866677257581614e-05, + "E": 5.128076736582443e-05, + "T": 2.0197028334223432e-06, + "P": 0.9736858010292053, + "-": 0.025658510625362396 + }, + "id": "tp_28732" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3591525, + "label": "P", + "classification": { + "B": 8.895894576532726e-10, + "S": 6.210445047116764e-09, + "I": 1.5811321645742282e-05, + "C": 6.29587670886167e-09, + "R": 4.932872998963944e-10, + "M": 3.2455051979241034e-08, + "O": 2.3866720155751864e-08, + "W": 1.066365662438784e-09, + "N": 1.4335847708935034e-06, + "Y": 4.564026880871097e-07, + "U": 5.659256951950908e-10, + "K": 1.4101341605510243e-07, + "L": 1.7099070770409952e-10, + "G": 1.464267427309096e-07, + "F": 1.4334626030176878e-05, + "E": 3.4571778087411076e-05, + "T": 1.1092865861428436e-06, + "P": 0.9544782638549805, + "-": 0.04545356333255768 + }, + "id": "tp_28733" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3591658, + "label": "P", + "classification": { + "B": 6.671284857873161e-09, + "S": 3.2285662143749505e-08, + "I": 0.004511197097599506, + "C": 1.0983099230088555e-07, + "R": 1.4145189020098314e-08, + "M": 5.223747621130315e-07, + "O": 5.458412388748002e-08, + "W": 2.5553839044789584e-09, + "N": 9.907723870128393e-05, + "Y": 6.5390167947043665e-06, + "U": 7.045336536393165e-10, + "K": 2.481104743878859e-08, + "L": 7.307652816201937e-10, + "G": 4.791308469975775e-07, + "F": 1.233779471476737e-06, + "E": 6.019175270921551e-05, + "T": 5.319652245816542e-06, + "P": 0.9934766888618469, + "-": 0.0018387418240308762 + }, + "id": "tp_28734" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3591758, + "label": "P", + "classification": { + "B": 3.885257005009635e-09, + "S": 6.439538347002838e-10, + "I": 3.800732520176098e-05, + "C": 4.4205000904185e-07, + "R": 2.7084383624753627e-09, + "M": 2.6188925517089956e-07, + "O": 3.382868030143982e-08, + "W": 1.2780124736266885e-09, + "N": 7.709643909947772e-07, + "Y": 2.7266567030892475e-06, + "U": 1.6387702306275287e-09, + "K": 6.83087009178962e-08, + "L": 9.320277882807204e-10, + "G": 1.2590311371241114e-06, + "F": 5.7217912399210036e-05, + "E": 0.00019401813915465027, + "T": 8.679633651809127e-07, + "P": 0.8736680746078491, + "-": 0.12603618204593658 + }, + "id": "tp_28735" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3591892, + "label": "P", + "classification": { + "B": 4.983394252811024e-10, + "S": 1.3689672728744995e-09, + "I": 0.00028386435587890446, + "C": 3.976423634810544e-09, + "R": 2.8696972576014446e-10, + "M": 1.1196316762607239e-08, + "O": 7.986761252354313e-10, + "W": 1.4499323963690358e-10, + "N": 2.968623675769777e-06, + "Y": 1.2214169942126318e-07, + "U": 6.449517309103925e-11, + "K": 5.622864840404418e-09, + "L": 5.379910753000594e-11, + "G": 4.5590116570792816e-08, + "F": 2.467656031512888e-06, + "E": 5.286053055897355e-05, + "T": 3.968712292135024e-08, + "P": 0.9992040991783142, + "-": 0.00045361873344518244 + }, + "id": "tp_28736" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3592025, + "label": "P", + "classification": { + "B": 1.5984406900315662e-06, + "S": 3.553643921350158e-07, + "I": 0.00043916041613556445, + "C": 1.4885535165376496e-05, + "R": 1.350661477772519e-06, + "M": 2.0547957319649868e-05, + "O": 3.7411225548567018e-06, + "W": 8.773228614700201e-07, + "N": 1.3820435924571939e-05, + "Y": 0.00013431663683149964, + "U": 4.5787624003423844e-07, + "K": 4.09720587413176e-06, + "L": 7.412782565552334e-07, + "G": 6.312019104370847e-05, + "F": 0.0020823415834456682, + "E": 0.0011372469598427415, + "T": 6.668976129731163e-05, + "P": 0.6851279735565186, + "-": 0.31088677048683167 + }, + "id": "tp_28737" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3592125, + "label": "P", + "classification": { + "B": 7.61703145002457e-09, + "S": 5.532536651031705e-09, + "I": 0.000753524829633534, + "C": 1.2526669479484553e-07, + "R": 3.994684583119579e-09, + "M": 1.352215406313917e-07, + "O": 9.551783364258881e-09, + "W": 2.279904709467928e-09, + "N": 9.60399120231159e-06, + "Y": 9.348144089926791e-07, + "U": 2.091432138584537e-09, + "K": 1.2612390776212123e-07, + "L": 5.018919724264492e-10, + "G": 3.018197958226665e-07, + "F": 6.7305868469702546e-06, + "E": 0.00017657528223935515, + "T": 4.6594317382187e-07, + "P": 0.9932059049606323, + "-": 0.005845567677170038 + }, + "id": "tp_28738" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3592259, + "label": "P", + "classification": { + "B": 9.625481522945734e-10, + "S": 3.0269919903958e-09, + "I": 3.122453927062452e-05, + "C": 3.6722156426804986e-09, + "R": 1.8979273708197297e-10, + "M": 5.454738527532754e-08, + "O": 4.4390606745992045e-09, + "W": 2.8815619335098575e-10, + "N": 9.946472800947959e-07, + "Y": 4.7158167149063956e-07, + "U": 3.980829901828464e-11, + "K": 3.9366568671539426e-08, + "L": 8.266937828738108e-11, + "G": 1.8189885508945736e-07, + "F": 6.789720646338537e-05, + "E": 0.0002581016451586038, + "T": 3.0540368811671215e-07, + "P": 0.9870266318321228, + "-": 0.012614141218364239 + }, + "id": "tp_28739" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3592392, + "label": "-", + "classification": { + "B": 8.027865594506522e-10, + "S": 2.9138960688790405e-10, + "I": 8.325920498464257e-05, + "C": 4.741376869787928e-06, + "R": 8.712031984714486e-08, + "M": 6.02475722644158e-08, + "O": 1.6767330635047983e-08, + "W": 1.0376591808025637e-09, + "N": 1.5282073206890345e-07, + "Y": 8.48905347083928e-06, + "U": 7.814923819182695e-09, + "K": 9.817958890323553e-09, + "L": 3.0758993130319823e-09, + "G": 1.0936901162494905e-06, + "F": 4.126404382986948e-05, + "E": 8.911549230106175e-06, + "T": 2.469400214977213e-06, + "P": 0.46567514538764954, + "-": 0.5341742038726807 + }, + "id": "tp_28740" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3592526, + "label": "-", + "classification": { + "B": 1.0475523595232517e-05, + "S": 1.246179272129666e-05, + "I": 0.0029268604703247547, + "C": 0.00041656120447441936, + "R": 5.5692977184662595e-05, + "M": 0.0003992498095612973, + "O": 0.0001516195188742131, + "W": 2.728022991504986e-05, + "N": 0.00024720432702451944, + "Y": 0.0015001740539446473, + "U": 1.623681964701973e-05, + "K": 0.00029040322988294065, + "L": 1.0222031960438471e-05, + "G": 0.0005733717698603868, + "F": 0.008024911396205425, + "E": 0.0021732759196311235, + "T": 0.0008074595243670046, + "P": 0.38508811593055725, + "-": 0.5972683429718018 + }, + "id": "tp_28741" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3592626, + "label": "P", + "classification": { + "B": 7.553923637715343e-07, + "S": 4.396944319751128e-08, + "I": 0.012705915607511997, + "C": 0.0003573949506971985, + "R": 9.737991604197305e-06, + "M": 5.89031697018072e-05, + "O": 2.1859711978322593e-06, + "W": 1.1722255521817715e-07, + "N": 8.601212903158739e-05, + "Y": 0.0006836468819528818, + "U": 4.2699087998698815e-07, + "K": 1.2650682492676424e-06, + "L": 4.966368578607216e-07, + "G": 0.00016724562738090754, + "F": 8.86871202965267e-05, + "E": 0.005264585372060537, + "T": 5.913286076975055e-05, + "P": 0.8404163122177124, + "-": 0.14009717106819153 + }, + "id": "tp_28742" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3592759, + "label": "P", + "classification": { + "B": 1.039932612911798e-06, + "S": 4.239680606588081e-07, + "I": 0.06483697146177292, + "C": 6.009907338011544e-06, + "R": 6.936719501027255e-07, + "M": 3.0408853490371257e-05, + "O": 8.19000320007035e-07, + "W": 1.1494950058477116e-07, + "N": 0.0005344797391444445, + "Y": 2.9371080017881468e-05, + "U": 1.1973786406827003e-08, + "K": 1.7887066405819496e-07, + "L": 1.1461573734550257e-07, + "G": 1.335914566880092e-05, + "F": 1.5802483176230453e-05, + "E": 0.004119092132896185, + "T": 1.1342236575728748e-05, + "P": 0.9270963668823242, + "-": 0.003303317353129387 + }, + "id": "tp_28743" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3592893, + "label": "P", + "classification": { + "B": 1.6681437045917846e-05, + "S": 1.2364193025860004e-05, + "I": 0.010945260524749756, + "C": 0.0002861728426069021, + "R": 4.451383210835047e-05, + "M": 0.0003634813183452934, + "O": 7.480123167624697e-05, + "W": 1.3968519851914607e-05, + "N": 0.0006636191974394023, + "Y": 0.0008838738431222737, + "U": 6.50523315925966e-06, + "K": 2.3336628146353178e-05, + "L": 1.0150603884540033e-05, + "G": 0.00027590716490522027, + "F": 0.0015509104123339057, + "E": 0.007048419676721096, + "T": 0.0008015867788344622, + "P": 0.7634336948394775, + "-": 0.21354469656944275 + }, + "id": "tp_28744" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3593026, + "label": "P", + "classification": { + "B": 5.457200131786522e-07, + "S": 7.749310384497221e-07, + "I": 0.004664035513997078, + "C": 1.3268131624499802e-05, + "R": 1.201247755489021e-06, + "M": 6.033422323525883e-06, + "O": 2.30680370805203e-06, + "W": 2.3704465945684206e-07, + "N": 0.00033807900035753846, + "Y": 1.4954083781049121e-05, + "U": 1.7958048204036459e-07, + "K": 3.6006360915052937e-06, + "L": 2.3711270102921844e-07, + "G": 5.011296161683276e-05, + "F": 0.0003159625339321792, + "E": 0.0015596146695315838, + "T": 1.874287409009412e-05, + "P": 0.9780449271202087, + "-": 0.014965198934078217 + }, + "id": "tp_28745" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3593126, + "label": "P", + "classification": { + "B": 3.1104465847420215e-07, + "S": 5.0655145855671435e-08, + "I": 0.004280388355255127, + "C": 0.0003329226456116885, + "R": 1.4334747902466916e-05, + "M": 1.4590887985832524e-05, + "O": 8.39420238207822e-07, + "W": 1.1436114277785236e-07, + "N": 2.8708525860565715e-05, + "Y": 3.721936445799656e-05, + "U": 4.3239083424850833e-07, + "K": 2.488736754457932e-07, + "L": 4.2097263985851896e-07, + "G": 6.408362241927534e-05, + "F": 0.00015301820531021804, + "E": 0.0012284622061997652, + "T": 2.612134449009318e-05, + "P": 0.9184048771858215, + "-": 0.07541286200284958 + }, + "id": "tp_28746" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3593260, + "label": "P", + "classification": { + "B": 1.3660475417509588e-08, + "S": 3.994565744847023e-08, + "I": 0.0007030559936538339, + "C": 1.1157088692925754e-06, + "R": 9.290052815913441e-08, + "M": 3.2149208095688664e-07, + "O": 1.9709626997155283e-07, + "W": 3.577953933131539e-08, + "N": 1.4632277270720806e-05, + "Y": 4.847689524467569e-06, + "U": 6.044714240260873e-08, + "K": 4.0474094475939637e-07, + "L": 1.6752876419445784e-08, + "G": 1.941295295182499e-06, + "F": 6.370597111526877e-05, + "E": 9.186335955746472e-05, + "T": 7.588563221361255e-06, + "P": 0.9381217956542969, + "-": 0.060988299548625946 + }, + "id": "tp_28747" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3593393, + "label": "P", + "classification": { + "B": 8.055518918581583e-09, + "S": 8.785810301503716e-09, + "I": 0.0017435535555705428, + "C": 2.298368286801633e-07, + "R": 7.182239691871928e-09, + "M": 7.876728318478854e-07, + "O": 1.6358859156184735e-08, + "W": 2.7880679986935775e-09, + "N": 2.463887540216092e-05, + "Y": 1.1514308653204353e-06, + "U": 1.2682580541323318e-09, + "K": 1.2093671841739706e-07, + "L": 9.289754521191185e-10, + "G": 3.677653808153991e-07, + "F": 4.386341061035637e-06, + "E": 0.0008217217400670052, + "T": 8.084811042863294e-07, + "P": 0.9936544895172119, + "-": 0.0037476993165910244 + }, + "id": "tp_28748" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3593527, + "label": "P", + "classification": { + "B": 5.391348825711795e-11, + "S": 4.4064807358523694e-11, + "I": 6.521891191368923e-05, + "C": 2.176182123392323e-09, + "R": 4.5524486957937427e-11, + "M": 6.323831680532521e-09, + "O": 6.614914171976238e-10, + "W": 9.340942082325387e-12, + "N": 5.995231617816899e-07, + "Y": 3.713997642762479e-08, + "U": 6.3171074274337435e-12, + "K": 2.487570739673206e-11, + "L": 7.28585594633735e-12, + "G": 1.1629731844209346e-08, + "F": 3.9153707831474094e-08, + "E": 9.942173164745327e-07, + "T": 2.168915926858972e-07, + "P": 0.9974779486656189, + "-": 0.002454986795783043 + }, + "id": "tp_28749" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3593627, + "label": "P", + "classification": { + "B": 4.223877112963237e-06, + "S": 6.066926744097145e-06, + "I": 0.0177959892898798, + "C": 8.241606337833218e-06, + "R": 1.9375756892259233e-06, + "M": 5.525962478714064e-05, + "O": 8.877380423655268e-06, + "W": 2.2864799120725365e-06, + "N": 0.0018446780741214752, + "Y": 4.185744182905182e-05, + "U": 6.692953888887132e-07, + "K": 5.700706606148742e-05, + "L": 6.396085154847242e-07, + "G": 5.895245340070687e-05, + "F": 0.00021185704099480063, + "E": 0.006698299199342728, + "T": 0.0001023352742777206, + "P": 0.9632250070571899, + "-": 0.009875843301415443 + }, + "id": "tp_28750" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3593760, + "label": "P", + "classification": { + "B": 8.563148020529487e-13, + "S": 7.620348579581715e-13, + "I": 1.9736102331080474e-05, + "C": 8.924103678253914e-10, + "R": 3.24517773764299e-11, + "M": 3.035983686672239e-10, + "O": 2.2795081794368954e-11, + "W": 2.152390245202529e-11, + "N": 1.849159616540419e-07, + "Y": 1.8218239361544875e-08, + "U": 4.661303027592156e-12, + "K": 1.7837786003838119e-07, + "L": 1.1906811257442196e-13, + "G": 2.8904295845677552e-08, + "F": 4.427115527505521e-06, + "E": 0.0002241185720777139, + "T": 2.7582813810766993e-09, + "P": 0.9975104331970215, + "-": 0.0022409260272979736 + }, + "id": "tp_28751" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3593894, + "label": "P", + "classification": { + "B": 8.716841080058657e-07, + "S": 2.7840988536809164e-07, + "I": 0.00624777190387249, + "C": 2.4291716727020685e-06, + "R": 1.600196810613852e-07, + "M": 4.2809599108295515e-05, + "O": 8.023861255423981e-07, + "W": 1.0929536387038752e-07, + "N": 0.00013557937927544117, + "Y": 4.83534749946557e-05, + "U": 2.0903554442952554e-08, + "K": 1.46014565416408e-06, + "L": 6.167648791688407e-08, + "G": 1.2768105079885572e-05, + "F": 9.268018766306341e-05, + "E": 0.00621523754671216, + "T": 2.612400203361176e-05, + "P": 0.9714070558547974, + "-": 0.015765417367219925 + }, + "id": "tp_28752" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3594027, + "label": "P", + "classification": { + "B": 1.3587597843742194e-12, + "S": 5.911165307237454e-11, + "I": 5.9069934650324285e-06, + "C": 2.6609582592929115e-11, + "R": 7.465853022609048e-13, + "M": 5.356178833793024e-10, + "O": 4.7734410174582464e-11, + "W": 4.657199972890602e-12, + "N": 1.3403729326455505e-07, + "Y": 8.984517019250404e-10, + "U": 1.5665232782832716e-12, + "K": 6.830993548589959e-10, + "L": 3.7224514920150553e-13, + "G": 3.4810598847911933e-10, + "F": 1.63038521350245e-07, + "E": 2.9606555926875444e-06, + "T": 6.597407953279344e-09, + "P": 0.9993372559547424, + "-": 0.0006534954882226884 + }, + "id": "tp_28753" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3594127, + "label": "P", + "classification": { + "B": 5.3149566525689806e-08, + "S": 1.0479418222075765e-07, + "I": 0.0012325325515121222, + "C": 2.3570891016788664e-07, + "R": 1.9737658618623755e-08, + "M": 8.781181577433017e-07, + "O": 8.250985672475508e-08, + "W": 1.1208853401001306e-08, + "N": 5.501929990714416e-05, + "Y": 1.1608373142735218e-06, + "U": 1.9995427535945964e-09, + "K": 9.322880600848293e-08, + "L": 4.344455462046426e-09, + "G": 3.229512458347017e-06, + "F": 9.95833397610113e-06, + "E": 0.0007968316203914583, + "T": 4.456059741642093e-06, + "P": 0.9959213733673096, + "-": 0.001973762409761548 + }, + "id": "tp_28754" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3594261, + "label": "P", + "classification": { + "B": 1.549151784274727e-05, + "S": 5.109613084641751e-06, + "I": 0.005073625594377518, + "C": 7.080109935486689e-05, + "R": 6.639249477302656e-06, + "M": 0.00032716343412175775, + "O": 1.5565476132906042e-05, + "W": 2.5345564154122258e-06, + "N": 0.0004999272059649229, + "Y": 0.00042559244320727885, + "U": 3.1488482363783987e-06, + "K": 7.086284313118085e-05, + "L": 3.7141549000807572e-06, + "G": 0.0002808842109516263, + "F": 0.002364754443988204, + "E": 0.030319543555378914, + "T": 0.0002951225033029914, + "P": 0.8688087463378906, + "-": 0.09141074120998383 + }, + "id": "tp_28755" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3594394, + "label": "P", + "classification": { + "B": 6.9057919063197915e-06, + "S": 1.6208349506996456e-06, + "I": 0.012428595684468746, + "C": 0.00019082192739006132, + "R": 1.4311001905298326e-05, + "M": 0.00011085934238508344, + "O": 2.002855035243556e-05, + "W": 2.4502812721038936e-06, + "N": 0.00027595035498961806, + "Y": 0.001168903079815209, + "U": 3.078873987760744e-06, + "K": 6.455717539211037e-06, + "L": 4.70695658805198e-06, + "G": 0.00037781157880090177, + "F": 0.0003738551458809525, + "E": 0.002354232594370842, + "T": 0.0005725976079702377, + "P": 0.8199975490570068, + "-": 0.1620892435312271 + }, + "id": "tp_28756" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3594528, + "label": "P", + "classification": { + "B": 1.23805807561439e-06, + "S": 1.1846175766550004e-05, + "I": 0.0033147181384265423, + "C": 4.6861046030244324e-06, + "R": 1.46329921335564e-06, + "M": 6.123331331764348e-06, + "O": 7.932036169222556e-06, + "W": 6.381305865943432e-06, + "N": 0.0014987178146839142, + "Y": 5.492864875122905e-05, + "U": 1.2103315611966536e-06, + "K": 0.00037198266363702714, + "L": 2.5311780404990714e-07, + "G": 4.875490049016662e-05, + "F": 0.0013955916510894895, + "E": 0.008998642675578594, + "T": 4.858427928411402e-05, + "P": 0.9713711738586426, + "-": 0.012855727225542068 + }, + "id": "tp_28757" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3594628, + "label": "-", + "classification": { + "B": 6.0976468375883996e-05, + "S": 6.855945684947073e-05, + "I": 0.01664026267826557, + "C": 0.0022619497030973434, + "R": 0.0004229725163895637, + "M": 0.0023395412135869265, + "O": 0.0006060979794710875, + "W": 0.00013471201236825436, + "N": 0.0009150104597210884, + "Y": 0.012765247374773026, + "U": 0.00010571307211648673, + "K": 0.00024038474657572806, + "L": 0.00015323591651394963, + "G": 0.0022503791842609644, + "F": 0.0056655085645616055, + "E": 0.006422862410545349, + "T": 0.006005153525620699, + "P": 0.25699496269226074, + "-": 0.6859464645385742 + }, + "id": "tp_28758" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3594761, + "label": "P", + "classification": { + "B": 6.13824047146494e-10, + "S": 8.394681477730259e-11, + "I": 0.00014912357437424362, + "C": 9.000095957389931e-08, + "R": 8.951790975153529e-10, + "M": 8.100600723537354e-08, + "O": 1.1752642192774942e-09, + "W": 9.598902228624695e-11, + "N": 1.3127817055647029e-06, + "Y": 2.88119821334476e-07, + "U": 2.736147697302016e-10, + "K": 9.592506344802132e-09, + "L": 9.273793538655539e-11, + "G": 3.721517600752122e-07, + "F": 1.807728040148504e-06, + "E": 0.00030924889142625034, + "T": 1.606198196668629e-07, + "P": 0.9939174056053162, + "-": 0.005620157811790705 + }, + "id": "tp_28759" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3594895, + "label": "P", + "classification": { + "B": 7.577879159725853e-07, + "S": 2.6125075436311818e-08, + "I": 0.005568890366703272, + "C": 6.045836926205084e-05, + "R": 2.2900001113157487e-06, + "M": 2.771929939626716e-05, + "O": 1.1039090850317734e-06, + "W": 7.985259031784153e-08, + "N": 5.077775495010428e-05, + "Y": 4.383260602480732e-05, + "U": 2.2830886337033007e-07, + "K": 3.767858061110019e-07, + "L": 3.8417110204136407e-07, + "G": 7.552980969194323e-05, + "F": 9.029007924254984e-05, + "E": 0.0016216968651860952, + "T": 4.253132647136226e-05, + "P": 0.9318561553955078, + "-": 0.060556937009096146 + }, + "id": "tp_28760" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3595028, + "label": "P", + "classification": { + "B": 5.5659697295595834e-08, + "S": 3.7186441659287084e-07, + "I": 0.0036540543660521507, + "C": 1.6728193941162317e-06, + "R": 1.6667704016981588e-07, + "M": 4.916197212878615e-06, + "O": 7.382820967904991e-07, + "W": 1.460956156051907e-07, + "N": 0.00018456306133884937, + "Y": 1.983755464607384e-05, + "U": 3.651185309649918e-08, + "K": 6.663487511104904e-06, + "L": 2.5289043747989126e-08, + "G": 8.147451808326878e-06, + "F": 0.00012184363004053012, + "E": 0.0014129304327070713, + "T": 1.0842945812328253e-05, + "P": 0.9808270931243896, + "-": 0.013745804317295551 + }, + "id": "tp_28761" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3595128, + "label": "I", + "classification": { + "B": 0.00025125782121904194, + "S": 0.001335201202891767, + "I": 0.6133570075035095, + "C": 0.02285255677998066, + "R": 0.004328092560172081, + "M": 0.004739510826766491, + "O": 0.0019697758834809065, + "W": 0.0006318479427136481, + "N": 0.07395488768815994, + "Y": 0.04045850411057472, + "U": 8.342091314261779e-05, + "K": 0.004749485291540623, + "L": 0.000300568004604429, + "G": 0.021543394774198532, + "F": 0.005500136408954859, + "E": 0.05273618921637535, + "T": 0.008404789492487907, + "P": 0.12305612117052078, + "-": 0.019747190177440643 + }, + "id": "tp_28762" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3595262, + "label": "P", + "classification": { + "B": 1.251344565389445e-05, + "S": 4.7340076889668126e-06, + "I": 0.006816210690885782, + "C": 0.00033422120031900704, + "R": 2.2649805032415316e-05, + "M": 9.236032201442868e-05, + "O": 1.9791265003732406e-05, + "W": 8.260430149675813e-06, + "N": 0.00030564350890927017, + "Y": 0.00038528398727066815, + "U": 1.3420205505099148e-05, + "K": 4.8910191253526136e-05, + "L": 5.7381280385016e-06, + "G": 0.00014973357610870153, + "F": 0.0010363288456574082, + "E": 0.003880050266161561, + "T": 0.00031901817419566214, + "P": 0.8226614594459534, + "-": 0.16388365626335144 + }, + "id": "tp_28763" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3595395, + "label": "P", + "classification": { + "B": 2.1815823458837258e-07, + "S": 1.1617697737165145e-07, + "I": 0.00032092013861984015, + "C": 6.274334737099707e-06, + "R": 5.171841053197568e-07, + "M": 1.6234122313107946e-06, + "O": 1.6166759451152757e-06, + "W": 2.537511818445637e-07, + "N": 1.8327997167943977e-05, + "Y": 2.0022762328153476e-05, + "U": 2.5470714604125533e-07, + "K": 3.983849637734238e-06, + "L": 8.257262607003213e-08, + "G": 1.493487161496887e-05, + "F": 0.0004868597607128322, + "E": 0.0002617855498101562, + "T": 3.159671541652642e-05, + "P": 0.8288867473602295, + "-": 0.16994380950927734 + }, + "id": "tp_28764" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3595529, + "label": "P", + "classification": { + "B": 1.5034754596854327e-06, + "S": 1.5031736211312818e-07, + "I": 0.009913456626236439, + "C": 5.937613968853839e-05, + "R": 3.3558992527105147e-06, + "M": 7.857048331061378e-05, + "O": 4.7421908675460145e-06, + "W": 1.89776272918607e-07, + "N": 6.141261837910861e-05, + "Y": 0.00034592687734402716, + "U": 1.2485156730690505e-07, + "K": 2.7986981621097584e-08, + "L": 1.0299528412360814e-06, + "G": 7.04771009623073e-05, + "F": 2.6445704861544073e-05, + "E": 0.0008459321106784046, + "T": 0.0001409831747878343, + "P": 0.8860530257225037, + "-": 0.10239328444004059 + }, + "id": "tp_28765" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3595629, + "label": "P", + "classification": { + "B": 5.14958742314775e-09, + "S": 3.1320524840339203e-08, + "I": 0.007998618297278881, + "C": 2.6054406134790042e-06, + "R": 1.9434294529219187e-07, + "M": 9.519590662421251e-07, + "O": 1.3732004333633085e-07, + "W": 7.385960287820126e-09, + "N": 4.959116267855279e-05, + "Y": 9.781893822946586e-06, + "U": 2.673538501696271e-09, + "K": 2.1541415762271754e-08, + "L": 7.05295022385144e-09, + "G": 2.8571701022883644e-06, + "F": 1.1399388313293457e-05, + "E": 7.574271148769185e-05, + "T": 4.834377705265069e-06, + "P": 0.9742239713668823, + "-": 0.017619328573346138 + }, + "id": "tp_28766" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3595762, + "label": "P", + "classification": { + "B": 3.357075684107258e-06, + "S": 2.061934083030792e-06, + "I": 0.014868342317640781, + "C": 3.222385566914454e-05, + "R": 3.1612178190698614e-06, + "M": 4.274450475350022e-05, + "O": 3.028079163414077e-06, + "W": 1.0267406196362572e-06, + "N": 0.0005844010738655925, + "Y": 9.982089250115678e-05, + "U": 5.910792424401734e-07, + "K": 5.63714093004819e-06, + "L": 5.689288400390069e-07, + "G": 3.133326754323207e-05, + "F": 0.00019261286070104688, + "E": 0.004624944645911455, + "T": 7.818535232217982e-05, + "P": 0.9596076607704163, + "-": 0.019818227738142014 + }, + "id": "tp_28767" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3595896, + "label": "I", + "classification": { + "B": 0.00017774356820154935, + "S": 0.00014719813771080226, + "I": 0.8472651839256287, + "C": 0.0016792393289506435, + "R": 0.0005281326011754572, + "M": 0.0012182333739474416, + "O": 0.00018504788749851286, + "W": 2.7876916647073813e-05, + "N": 0.004405476152896881, + "Y": 0.004245958290994167, + "U": 1.7918409866979346e-06, + "K": 1.6847354800120229e-06, + "L": 0.00016798038268461823, + "G": 0.003358589019626379, + "F": 0.00016664851864334196, + "E": 0.004705590195953846, + "T": 0.001620229217223823, + "P": 0.1231343224644661, + "-": 0.006963048130273819 + }, + "id": "tp_28768" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3596029, + "label": "P", + "classification": { + "B": 3.2706036989793574e-08, + "S": 1.1696943147398997e-07, + "I": 0.00010755591938504949, + "C": 5.152278390596621e-07, + "R": 4.545055176663482e-08, + "M": 3.9380776684083685e-07, + "O": 4.652529810300621e-07, + "W": 6.517387163285093e-08, + "N": 7.697050932620186e-06, + "Y": 5.8337241171102505e-06, + "U": 4.077457305129428e-08, + "K": 8.448700441476831e-07, + "L": 1.5403337272346107e-08, + "G": 2.0930067421431886e-06, + "F": 0.00028975671739317477, + "E": 5.878130832570605e-05, + "T": 1.064112348103663e-05, + "P": 0.8812052607536316, + "-": 0.11830977350473404 + }, + "id": "tp_28769" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3596129, + "label": "P", + "classification": { + "B": 1.7576087252280104e-09, + "S": 2.5188782171170487e-09, + "I": 3.674567778944038e-05, + "C": 1.0541675976583065e-07, + "R": 7.418194503117093e-09, + "M": 6.733110069490067e-08, + "O": 5.4022866180503115e-08, + "W": 1.4683830817929788e-09, + "N": 4.665644439683092e-07, + "Y": 8.2964481862291e-07, + "U": 6.069107438833043e-10, + "K": 3.871707843217109e-09, + "L": 1.0376015602275857e-09, + "G": 3.927435443529248e-07, + "F": 2.202824725827668e-05, + "E": 2.1015321181039326e-06, + "T": 1.5446388488271623e-06, + "P": 0.8753501176834106, + "-": 0.12458562850952148 + }, + "id": "tp_28770" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3596263, + "label": "P", + "classification": { + "B": 3.149160932025552e-09, + "S": 2.784409147693623e-09, + "I": 0.00016717566177248955, + "C": 4.1738168476967985e-08, + "R": 2.669937160248992e-09, + "M": 1.708056061033858e-07, + "O": 1.2160640494585095e-08, + "W": 5.688398641012782e-10, + "N": 3.3860933399409987e-06, + "Y": 2.580982254585251e-07, + "U": 6.514930817047571e-10, + "K": 1.2559469908524079e-08, + "L": 6.654979900488911e-10, + "G": 2.837361705587682e-07, + "F": 5.831037469761213e-06, + "E": 3.7126468669157475e-05, + "T": 1.0539373533902108e-06, + "P": 0.9924792051315308, + "-": 0.007305433042347431 + }, + "id": "tp_28771" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3596396, + "label": "P", + "classification": { + "B": 2.1633489270811435e-12, + "S": 6.926071261653677e-12, + "I": 1.81114376118785e-06, + "C": 1.653438670701224e-11, + "R": 9.235509492583338e-13, + "M": 2.963867484773175e-10, + "O": 1.3683645883055817e-10, + "W": 2.9763613448863246e-12, + "N": 7.234963561586483e-08, + "Y": 3.4598585330058995e-08, + "U": 2.6341906086968514e-12, + "K": 4.010825893629999e-09, + "L": 1.1258356036715836e-13, + "G": 1.3534995346731193e-09, + "F": 1.1182080470462097e-06, + "E": 3.386854814380058e-06, + "T": 5.245383150054295e-08, + "P": 0.9728670120239258, + "-": 0.02712659351527691 + }, + "id": "tp_28772" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3596530, + "label": "P", + "classification": { + "B": 5.1564992276098565e-08, + "S": 1.4427919303727776e-08, + "I": 0.0002483401040080935, + "C": 1.2227091019667569e-06, + "R": 4.535318254283993e-08, + "M": 7.280298746081826e-07, + "O": 3.228155378565134e-07, + "W": 2.676861399208974e-08, + "N": 8.74118813953828e-06, + "Y": 8.545337550458498e-06, + "U": 4.4300211499148645e-08, + "K": 4.749531399284024e-07, + "L": 1.7046707156964658e-08, + "G": 3.5320995266374666e-06, + "F": 9.155581938102841e-05, + "E": 0.00010541910160100088, + "T": 9.553600648359861e-06, + "P": 0.9182708263397217, + "-": 0.08125050365924835 + }, + "id": "tp_28773" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3596630, + "label": "P", + "classification": { + "B": 3.6664157505583717e-06, + "S": 1.6941462490649428e-06, + "I": 0.004121314734220505, + "C": 9.217218575940933e-06, + "R": 9.691465265859733e-07, + "M": 1.7178761481773108e-05, + "O": 8.575937499699648e-06, + "W": 1.0220171589025995e-06, + "N": 0.0004008828254882246, + "Y": 1.793934643501416e-05, + "U": 5.849923354617204e-07, + "K": 4.253343831805978e-06, + "L": 3.7977881106598943e-07, + "G": 2.3188598788692616e-05, + "F": 0.0001125046910601668, + "E": 0.0011825870024040341, + "T": 3.888844366883859e-05, + "P": 0.9707895517349243, + "-": 0.023265575990080833 + }, + "id": "tp_28774" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3596763, + "label": "-", + "classification": { + "B": 1.5388303964414263e-08, + "S": 2.1973102093397756e-07, + "I": 2.0725532579035644e-07, + "C": 2.6852134396904148e-05, + "R": 4.126396106585162e-06, + "M": 6.717423821100965e-05, + "O": 8.754578630032483e-06, + "W": 9.434880610115215e-08, + "N": 1.314818831588127e-08, + "Y": 0.0015424333978444338, + "U": 2.1965493868236763e-09, + "K": 1.6351533531633322e-06, + "L": 2.1856972125533503e-06, + "G": 0.0005223371554166079, + "F": 0.047184959053993225, + "E": 5.93581899011042e-06, + "T": 0.0002927403838839382, + "P": 0.0006162250647321343, + "-": 0.9497239589691162 + }, + "id": "tp_28775" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3596897, + "label": "-", + "classification": { + "B": 2.7116928147385977e-10, + "S": 6.572550059757987e-09, + "I": 3.199156939359682e-09, + "C": 9.577752813072493e-09, + "R": 4.594413294256583e-09, + "M": 3.6672624901257223e-06, + "O": 5.988206339679891e-07, + "W": 2.945380828123234e-09, + "N": 4.498263220242826e-11, + "Y": 1.6012552805477753e-05, + "U": 4.641476005623479e-12, + "K": 2.9059261941188907e-11, + "L": 3.253817126847025e-08, + "G": 9.112638394981332e-07, + "F": 0.0007341057644225657, + "E": 3.241303447865107e-09, + "T": 1.9320297724334523e-05, + "P": 9.790906187845394e-05, + "-": 0.9991273283958435 + }, + "id": "tp_28776" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3597030, + "label": "-", + "classification": { + "B": 1.963690237971605e-06, + "S": 7.03939093682493e-08, + "I": 1.9445318685029633e-05, + "C": 3.6389563319971785e-05, + "R": 1.4133171362118446e-06, + "M": 3.9081165596144274e-05, + "O": 3.2003717933548614e-06, + "W": 2.5033790151951507e-08, + "N": 2.094678706043851e-07, + "Y": 0.0013281230349093676, + "U": 7.338989149729969e-08, + "K": 9.87328235169116e-07, + "L": 1.0092221600643825e-06, + "G": 0.0004385806096252054, + "F": 0.0009689998114481568, + "E": 4.2395513446535915e-05, + "T": 0.0001460587081965059, + "P": 0.003429350210353732, + "-": 0.9935426712036133 + }, + "id": "tp_28777" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3597130, + "label": "-", + "classification": { + "B": 6.742874347764882e-07, + "S": 2.0327975107647944e-06, + "I": 5.661585333882613e-08, + "C": 1.5327863138736575e-06, + "R": 1.079102162293566e-06, + "M": 0.0004579342494253069, + "O": 9.19923186302185e-05, + "W": 7.367470544750176e-08, + "N": 4.2455794435625194e-10, + "Y": 0.0004190515319351107, + "U": 2.060366807721259e-11, + "K": 5.971789469177979e-12, + "L": 0.00015031525981612504, + "G": 0.0009076684364117682, + "F": 0.003267770167440176, + "E": 2.6195888835900405e-07, + "T": 0.0002518024994060397, + "P": 5.8013461966766044e-05, + "-": 0.9943897128105164 + }, + "id": "tp_28778" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3597264, + "label": "-", + "classification": { + "B": 0.0006019786233082414, + "S": 0.0007361752213910222, + "I": 0.0001906002580653876, + "C": 0.0002432879264233634, + "R": 0.00024982329341582954, + "M": 0.019643142819404602, + "O": 0.011480321176350117, + "W": 0.00025817769346758723, + "N": 1.9472732674330473e-05, + "Y": 0.01550017949193716, + "U": 3.994354756287066e-06, + "K": 1.3169119483791292e-06, + "L": 0.007129769306629896, + "G": 0.014992502517998219, + "F": 0.028374413028359413, + "E": 0.0002347036061109975, + "T": 0.012684177607297897, + "P": 0.005122574511915445, + "-": 0.8825333118438721 + }, + "id": "tp_28779" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3597397, + "label": "Y", + "classification": { + "B": 0.00025059733889065683, + "S": 0.0020950885955244303, + "I": 0.003055661916732788, + "C": 0.015628961846232414, + "R": 0.0045328205451369286, + "M": 0.031260568648576736, + "O": 0.014002715237438679, + "W": 0.0008067655726335943, + "N": 0.00036081508733332157, + "Y": 0.3335510194301605, + "U": 1.699958556855563e-05, + "K": 0.00041385291842743754, + "L": 0.0037315795198082924, + "G": 0.11592329293489456, + "F": 0.03361311927437782, + "E": 0.0013629745226353407, + "T": 0.13821953535079956, + "P": 0.0024786824360489845, + "-": 0.298694908618927 + }, + "id": "tp_28780" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3597531, + "label": "-", + "classification": { + "B": 2.3264367428055266e-06, + "S": 9.638570190872997e-07, + "I": 9.130794205702841e-05, + "C": 7.530194125138223e-05, + "R": 2.0562880308716558e-05, + "M": 0.0004288583295419812, + "O": 4.8523121222388e-05, + "W": 1.3081030374451075e-06, + "N": 2.1693754206353333e-06, + "Y": 0.003534531919285655, + "U": 7.7195522862894e-07, + "K": 2.2054468900023494e-06, + "L": 1.740156403684523e-05, + "G": 0.0008435806958004832, + "F": 0.002166035817936063, + "E": 8.620591688668355e-05, + "T": 0.0010105253895744681, + "P": 0.011363035999238491, + "-": 0.9803044199943542 + }, + "id": "tp_28781" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3597631, + "label": "-", + "classification": { + "B": 3.0858184345561313e-06, + "S": 6.981106253078906e-07, + "I": 9.496568236500025e-05, + "C": 0.00010319778812117875, + "R": 1.3684640180144925e-05, + "M": 0.0007261688588187099, + "O": 5.577837873715907e-05, + "W": 5.927127517679764e-07, + "N": 1.917693680297816e-06, + "Y": 0.0038369186222553253, + "U": 1.2427709634721396e-06, + "K": 7.913980084595096e-07, + "L": 3.0013456125743687e-05, + "G": 0.0015648126136511564, + "F": 0.0014073103666305542, + "E": 4.928460839437321e-05, + "T": 0.002701148157939315, + "P": 0.013150348328053951, + "-": 0.9762579798698425 + }, + "id": "tp_28782" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3597764, + "label": "-", + "classification": { + "B": 6.119750196376117e-06, + "S": 5.1460116083035246e-05, + "I": 0.00020266177307348698, + "C": 0.0023987581953406334, + "R": 0.0015637468313798308, + "M": 0.010657203383743763, + "O": 0.002207490149885416, + "W": 3.090551763307303e-05, + "N": 5.602574674412608e-06, + "Y": 0.03462470322847366, + "U": 2.7310941277391976e-06, + "K": 9.331575711257756e-06, + "L": 0.0015849336050450802, + "G": 0.019252097234129906, + "F": 0.017742900177836418, + "E": 5.307409446686506e-05, + "T": 0.019905531778931618, + "P": 0.0011141010327264667, + "-": 0.8885866403579712 + }, + "id": "tp_28783" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3597898, + "label": "-", + "classification": { + "B": 4.216753950458951e-06, + "S": 8.647432878206018e-06, + "I": 1.3784520888293628e-05, + "C": 0.0001366642100038007, + "R": 5.694838546332903e-05, + "M": 0.004780099727213383, + "O": 0.0004151682078372687, + "W": 2.909652948801522e-06, + "N": 2.227607609484039e-07, + "Y": 0.011917944997549057, + "U": 4.6129795094884685e-08, + "K": 6.020201936962621e-08, + "L": 0.00039899523835629225, + "G": 0.00506319897249341, + "F": 0.005412485916167498, + "E": 1.3508032679965254e-05, + "T": 0.006105855572968721, + "P": 0.0005710028344765306, + "-": 0.9650981426239014 + }, + "id": "tp_28784" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3598031, + "label": "-", + "classification": { + "B": 0.00014134943194221705, + "S": 0.0005306326784193516, + "I": 0.0006040541920810938, + "C": 0.02025134675204754, + "R": 0.008677579462528229, + "M": 0.03446250036358833, + "O": 0.010239163413643837, + "W": 0.00026304007042199373, + "N": 4.922204607282765e-05, + "Y": 0.0905315950512886, + "U": 3.3536569389980286e-05, + "K": 3.174439916620031e-05, + "L": 0.022876489907503128, + "G": 0.10063733160495758, + "F": 0.05773824825882912, + "E": 0.0003930970560759306, + "T": 0.047427672892808914, + "P": 0.003388306125998497, + "-": 0.6017230749130249 + }, + "id": "tp_28785" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3598131, + "label": "-", + "classification": { + "B": 8.900649661747195e-10, + "S": 5.964412075343262e-09, + "I": 2.376979324480999e-07, + "C": 1.3717939509660937e-05, + "R": 1.7839761312643532e-06, + "M": 8.653623808640987e-05, + "O": 2.8059594114893116e-06, + "W": 8.226548331435879e-09, + "N": 1.140559868773039e-09, + "Y": 0.03371994569897652, + "U": 1.567636714883136e-10, + "K": 1.8839963900063594e-07, + "L": 7.566209774267918e-07, + "G": 0.0022826881613582373, + "F": 0.0010826881043612957, + "E": 1.4695538084197324e-06, + "T": 0.0010013285791501403, + "P": 4.657891622628085e-05, + "-": 0.9617592096328735 + }, + "id": "tp_28786" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3598265, + "label": "-", + "classification": { + "B": 6.652278017327262e-08, + "S": 3.9273996321753657e-07, + "I": 1.6388498806918506e-06, + "C": 1.8441371139488183e-05, + "R": 8.712557246326469e-06, + "M": 0.0011351020075380802, + "O": 4.432871355675161e-05, + "W": 1.3589945524472569e-07, + "N": 1.7704483212810374e-08, + "Y": 0.012577728368341923, + "U": 4.388891916562443e-09, + "K": 1.835491225676833e-08, + "L": 2.8385722544044256e-05, + "G": 0.0010128951398655772, + "F": 0.003584905294701457, + "E": 2.5939732495317003e-06, + "T": 0.0034136883914470673, + "P": 0.000257246196269989, + "-": 0.9779136776924133 + }, + "id": "tp_28787" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3598398, + "label": "-", + "classification": { + "B": 6.909401690791128e-06, + "S": 3.8674446756203906e-08, + "I": 9.27049583765438e-08, + "C": 5.723371288013368e-08, + "R": 1.6403115310481553e-08, + "M": 0.0001735264086164534, + "O": 1.1084068319178186e-05, + "W": 1.0160244201529167e-08, + "N": 2.5161500660786373e-10, + "Y": 5.082849020254798e-05, + "U": 3.426870939793325e-11, + "K": 3.9502705577107444e-13, + "L": 8.430416528426576e-06, + "G": 7.060472125886008e-05, + "F": 5.073308784631081e-05, + "E": 2.580445368494111e-07, + "T": 4.756279304274358e-05, + "P": 0.0003368963662069291, + "-": 0.9992430210113525 + }, + "id": "tp_28788" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3598532, + "label": "-", + "classification": { + "B": 2.9579702576221223e-10, + "S": 3.0613983570404457e-10, + "I": 2.1624262103170366e-10, + "C": 4.315805028909381e-07, + "R": 7.781635957826438e-08, + "M": 2.3425866402249085e-06, + "O": 1.8526191070122877e-06, + "W": 3.425531525103054e-10, + "N": 5.884895435542825e-13, + "Y": 7.503679626097437e-06, + "U": 1.760413104352765e-13, + "K": 6.735898222932999e-15, + "L": 7.160583663790021e-07, + "G": 9.658549970481545e-06, + "F": 2.920946826634463e-05, + "E": 5.4565102436399116e-11, + "T": 5.741918812418589e-06, + "P": 3.863134224957321e-06, + "-": 0.9999384880065918 + }, + "id": "tp_28789" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3598632, + "label": "-", + "classification": { + "B": 1.4698916750433e-08, + "S": 5.317283058303701e-09, + "I": 3.046498306957801e-07, + "C": 2.1675425898592948e-07, + "R": 3.168212003856752e-08, + "M": 1.6109854186652228e-05, + "O": 1.2255536603333894e-06, + "W": 2.593909309567266e-09, + "N": 1.8904577903100517e-09, + "Y": 0.00018150343385059386, + "U": 2.3755958311610925e-10, + "K": 3.4658262371145554e-10, + "L": 1.2819187134027743e-07, + "G": 2.8158850909676403e-05, + "F": 0.00019229526515118778, + "E": 8.24901860596583e-07, + "T": 4.909558265353553e-05, + "P": 0.001260437653400004, + "-": 0.9982695579528809 + }, + "id": "tp_28790" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3598765, + "label": "-", + "classification": { + "B": 1.0210028449364472e-06, + "S": 8.339022315340117e-06, + "I": 0.0007981304661370814, + "C": 0.00026316536241210997, + "R": 0.0001810602261684835, + "M": 0.012275380082428455, + "O": 0.0005436665378510952, + "W": 3.7850227272429038e-06, + "N": 5.081781182525447e-06, + "Y": 0.1949179321527481, + "U": 3.2516342685084965e-07, + "K": 8.050666338021983e-07, + "L": 0.0001410616241628304, + "G": 0.006585248280316591, + "F": 0.0016902980860322714, + "E": 2.722800309129525e-05, + "T": 0.10912773758172989, + "P": 0.0008526675519533455, + "-": 0.6725770235061646 + }, + "id": "tp_28791" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3598899, + "label": "-", + "classification": { + "B": 4.605985395755852e-06, + "S": 1.921180410136003e-05, + "I": 5.6844142818590626e-05, + "C": 0.0011321838246658444, + "R": 0.0005074170767329633, + "M": 0.004482774995267391, + "O": 0.000826783652883023, + "W": 9.64315313467523e-06, + "N": 4.0679396988707595e-06, + "Y": 0.02066895179450512, + "U": 8.080930342657666e-07, + "K": 4.793593234353466e-06, + "L": 0.0005616745329461992, + "G": 0.008379511535167694, + "F": 0.019063547253608704, + "E": 0.00011960793926846236, + "T": 0.0068452986888587475, + "P": 0.002340723527595401, + "-": 0.9349715709686279 + }, + "id": "tp_28792" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3599032, + "label": "-", + "classification": { + "B": 5.614543169940589e-06, + "S": 5.4046463446866255e-06, + "I": 0.00011575419921427965, + "C": 4.6731875045225024e-05, + "R": 1.701482142379973e-05, + "M": 0.002159716561436653, + "O": 0.00020468543516471982, + "W": 2.891922349590459e-06, + "N": 3.4212778246001108e-06, + "Y": 0.006058921106159687, + "U": 5.239389224698243e-07, + "K": 8.994043696475273e-07, + "L": 4.114860712434165e-05, + "G": 0.0009325661230832338, + "F": 0.002097608521580696, + "E": 6.68681605020538e-05, + "T": 0.005447929725050926, + "P": 0.005591518711298704, + "-": 0.9772007465362549 + }, + "id": "tp_28793" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3599132, + "label": "-", + "classification": { + "B": 1.132397786651751e-10, + "S": 3.6876328657342583e-09, + "I": 1.097481344913831e-06, + "C": 4.656413238990353e-06, + "R": 1.6050827298386139e-06, + "M": 1.9146666090819053e-05, + "O": 2.4619357645860873e-06, + "W": 8.159864783863213e-09, + "N": 5.023801818992979e-09, + "Y": 0.002078297780826688, + "U": 7.026756954076063e-10, + "K": 2.5024467831258335e-08, + "L": 1.3747911964401283e-07, + "G": 3.6574532714439556e-05, + "F": 0.0004683701554313302, + "E": 8.563433340214033e-08, + "T": 0.00035546833532862365, + "P": 0.00015661303768865764, + "-": 0.9968754053115845 + }, + "id": "tp_28794" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3599266, + "label": "-", + "classification": { + "B": 5.794637773087752e-12, + "S": 1.637067911786083e-11, + "I": 4.3006362915321006e-08, + "C": 3.516563751304602e-08, + "R": 8.66886562533864e-09, + "M": 1.9424107904342236e-06, + "O": 9.311752791063554e-08, + "W": 4.1651185972435556e-11, + "N": 5.35021957293047e-11, + "Y": 0.00030205969233065844, + "U": 5.151911449535751e-12, + "K": 1.0778626255425472e-11, + "L": 2.8427515896822797e-09, + "G": 1.1138540685351472e-06, + "F": 3.729085392478737e-06, + "E": 4.544385312499344e-09, + "T": 7.098043715814129e-05, + "P": 8.134029485518113e-05, + "-": 0.9995386600494385 + }, + "id": "tp_28795" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3599399, + "label": "-", + "classification": { + "B": 1.1228183893763344e-06, + "S": 4.54505152447382e-06, + "I": 0.0014398677740246058, + "C": 0.0008441642858088017, + "R": 0.0005803461535833776, + "M": 0.0022050226107239723, + "O": 0.0005263189086690545, + "W": 8.700916623638477e-06, + "N": 2.4928462153184228e-05, + "Y": 0.18570031225681305, + "U": 2.4174551072064787e-06, + "K": 1.2711077943095006e-05, + "L": 9.38972516451031e-05, + "G": 0.008025838062167168, + "F": 0.0025611736346036196, + "E": 0.00011638178693829104, + "T": 0.02301558293402195, + "P": 0.0035909416619688272, + "-": 0.7712457776069641 + }, + "id": "tp_28796" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3599533, + "label": "-", + "classification": { + "B": 1.5468096989934565e-06, + "S": 3.3751100545487134e-06, + "I": 0.00022322630684357136, + "C": 0.00016968029376585037, + "R": 6.01922110945452e-05, + "M": 0.0013594594784080982, + "O": 0.00023007759591564536, + "W": 6.101302915340057e-06, + "N": 1.401959980285028e-05, + "Y": 0.004471349995583296, + "U": 4.477814854908502e-06, + "K": 1.1713389540091157e-05, + "L": 4.36970658483915e-05, + "G": 0.000775327964220196, + "F": 0.00544202234596014, + "E": 0.00015512194659095258, + "T": 0.004600035957992077, + "P": 0.019614331424236298, + "-": 0.9628141522407532 + }, + "id": "tp_28797" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3599633, + "label": "-", + "classification": { + "B": 2.7958267310168594e-05, + "S": 9.278548532165587e-05, + "I": 0.000162773416377604, + "C": 0.0076699634082615376, + "R": 0.0015869413036853075, + "M": 0.025210529565811157, + "O": 0.0030722469091415405, + "W": 5.289506589178927e-05, + "N": 1.2344044080236927e-05, + "Y": 0.18148335814476013, + "U": 2.1195123736106325e-06, + "K": 6.769373158022063e-06, + "L": 0.004468106664717197, + "G": 0.06613823026418686, + "F": 0.04386947676539421, + "E": 0.0004372364201117307, + "T": 0.04289520904421806, + "P": 0.0015280557563528419, + "-": 0.6212830543518066 + }, + "id": "tp_28798" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3599766, + "label": "-", + "classification": { + "B": 3.0442180332102e-07, + "S": 1.584259280207334e-06, + "I": 5.987722397549078e-05, + "C": 5.997031621518545e-05, + "R": 2.079773366858717e-05, + "M": 0.0028395741246640682, + "O": 0.00012857049296144396, + "W": 1.1513086519698845e-06, + "N": 8.717710784367227e-07, + "Y": 0.04950471222400665, + "U": 9.466356232223916e-08, + "K": 3.538260671120952e-06, + "L": 2.2739752239431255e-05, + "G": 0.003146620700135827, + "F": 0.0016522458754479885, + "E": 6.744843267370015e-05, + "T": 0.013706079684197903, + "P": 0.000758992915507406, + "-": 0.9280248880386353 + }, + "id": "tp_28799" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3599900, + "label": "-", + "classification": { + "B": 1.6524059901712462e-05, + "S": 2.3310816686716862e-05, + "I": 3.085725984419696e-05, + "C": 0.00027569898520596325, + "R": 8.058804087340832e-05, + "M": 0.001974328188225627, + "O": 0.0007342787575908005, + "W": 1.2595141924975906e-05, + "N": 1.6228526646955288e-06, + "Y": 0.010977750644087791, + "U": 1.8713294593908358e-06, + "K": 9.03659838513704e-06, + "L": 0.0005416315398178995, + "G": 0.010142681188881397, + "F": 0.01206668559461832, + "E": 6.929508526809514e-05, + "T": 0.004089787136763334, + "P": 0.003591719549149275, + "-": 0.9553598761558533 + }, + "id": "tp_28800" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3600000, + "label": "-", + "classification": { + "B": 5.828062477064577e-09, + "S": 1.7617880487819093e-08, + "I": 9.62382364377845e-06, + "C": 4.408536369737703e-06, + "R": 1.1620214763752301e-06, + "M": 0.00013833382399752736, + "O": 5.304110800352646e-06, + "W": 2.712205038335469e-08, + "N": 5.6770318224153016e-08, + "Y": 0.004417954012751579, + "U": 6.320560519412766e-09, + "K": 3.1840645675629276e-08, + "L": 6.634316491727077e-07, + "G": 0.00018330762395635247, + "F": 0.0003567239036783576, + "E": 3.7552531466644723e-06, + "T": 0.0007723061717115343, + "P": 0.0012394239893183112, + "-": 0.9928668737411499 + }, + "id": "tp_28801" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3600133, + "label": "-", + "classification": { + "B": 2.811435990679456e-07, + "S": 2.0867209116204322e-07, + "I": 1.9779166393618652e-07, + "C": 6.335723446682096e-05, + "R": 1.0593247679935303e-05, + "M": 0.00041413019062019885, + "O": 5.0757811550283805e-05, + "W": 1.4436618300806003e-07, + "N": 1.8436420168299605e-09, + "Y": 0.0006051103700883687, + "U": 1.4716188267982488e-09, + "K": 2.8974038723816875e-09, + "L": 3.1742954888613895e-05, + "G": 0.001002187025733292, + "F": 0.001999389147385955, + "E": 1.6046233497490903e-07, + "T": 0.0007320087170228362, + "P": 6.696076889056712e-05, + "-": 0.9950226545333862 + }, + "id": "tp_28802" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3600267, + "label": "-", + "classification": { + "B": 4.965618245478254e-07, + "S": 5.305946615408175e-06, + "I": 1.5917605196591467e-05, + "C": 0.0003019196738023311, + "R": 0.0001439268671674654, + "M": 0.009011258371174335, + "O": 0.0008576526888646185, + "W": 1.7511730447949958e-06, + "N": 1.543396450642831e-07, + "Y": 0.0725104808807373, + "U": 1.819334549679752e-08, + "K": 6.828835807937139e-08, + "L": 0.0008634038968011737, + "G": 0.02330676093697548, + "F": 0.004704941529780626, + "E": 6.4281975937774405e-06, + "T": 0.012629802338778973, + "P": 0.0001587475708220154, + "-": 0.8754810094833374 + }, + "id": "tp_28803" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3600400, + "label": "-", + "classification": { + "B": 1.861147757153958e-05, + "S": 0.0001286193437408656, + "I": 0.0001206101369461976, + "C": 0.003021832788363099, + "R": 0.0007175329956226051, + "M": 0.003030986525118351, + "O": 0.001154563738964498, + "W": 6.33648014627397e-05, + "N": 2.2964753952692263e-05, + "Y": 0.0629449263215065, + "U": 5.174301350052701e-06, + "K": 0.00046334569924511015, + "L": 0.0006442102021537721, + "G": 0.04061684384942055, + "F": 0.20863059163093567, + "E": 0.0006129237008281052, + "T": 0.009473147802054882, + "P": 0.005868829786777496, + "-": 0.66246098279953 + }, + "id": "tp_28804" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3600501, + "label": "-", + "classification": { + "B": 4.1149753087665886e-05, + "S": 0.0006008913624100387, + "I": 0.0013468220131471753, + "C": 0.0007152736652642488, + "R": 0.00043698123772628605, + "M": 0.01545446552336216, + "O": 0.008995822630822659, + "W": 0.00021790277969557792, + "N": 0.00011661226017167792, + "Y": 0.21111521124839783, + "U": 1.082401468011085e-06, + "K": 6.26621040282771e-05, + "L": 0.0005231015966273844, + "G": 0.031436048448085785, + "F": 0.02613840438425541, + "E": 0.0007597043295390904, + "T": 0.03249500319361687, + "P": 0.007137058302760124, + "-": 0.662405788898468 + }, + "id": "tp_28805" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3600634, + "label": "-", + "classification": { + "B": 7.410211111391618e-09, + "S": 6.89012949806056e-07, + "I": 3.365497377672e-06, + "C": 3.797644967562519e-05, + "R": 1.2463622624636628e-05, + "M": 0.0014098992105573416, + "O": 6.452905654441565e-05, + "W": 1.037744041809674e-07, + "N": 1.5247254125938525e-08, + "Y": 0.05304515361785889, + "U": 6.708458788473592e-10, + "K": 1.7756924819423148e-08, + "L": 3.3707958209561184e-05, + "G": 0.004184792283922434, + "F": 0.004706319887191057, + "E": 1.2094387784600258e-06, + "T": 0.009310905821621418, + "P": 4.88246587337926e-05, + "-": 0.9271401166915894 + }, + "id": "tp_28806" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3600767, + "label": "-", + "classification": { + "B": 4.2129101984755835e-08, + "S": 1.5109530693280249e-07, + "I": 1.3459235788104706e-06, + "C": 2.554001002863515e-05, + "R": 1.3002741070522461e-05, + "M": 0.000146115489769727, + "O": 5.297825191519223e-05, + "W": 2.012605904155862e-07, + "N": 1.515874004098805e-08, + "Y": 0.0011485028080642223, + "U": 8.111475047201111e-09, + "K": 3.2238396396877533e-09, + "L": 2.3091637558536604e-05, + "G": 0.0002667535445652902, + "F": 0.0008537008543498814, + "E": 4.558929447284754e-07, + "T": 0.0004820259928237647, + "P": 0.0004080447251908481, + "-": 0.9965780377388 + }, + "id": "tp_28807" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3600901, + "label": "-", + "classification": { + "B": 3.774151480229193e-07, + "S": 2.0977020085410913e-06, + "I": 4.924137556372443e-06, + "C": 0.000987559324130416, + "R": 8.482703560730442e-05, + "M": 0.0007307176128961146, + "O": 0.000104138431197498, + "W": 8.833520723783295e-07, + "N": 3.3285843414887495e-07, + "Y": 0.06575413793325424, + "U": 4.9244661681768775e-08, + "K": 4.03005069529172e-05, + "L": 4.518735659075901e-05, + "G": 0.025488054379820824, + "F": 0.03374256566166878, + "E": 9.432640217710286e-05, + "T": 0.003911503590643406, + "P": 0.0005766607355326414, + "-": 0.8684313297271729 + }, + "id": "tp_28808" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3601001, + "label": "-", + "classification": { + "B": 0.00052696093916893, + "S": 0.0018012484069913626, + "I": 0.004100951831787825, + "C": 0.0035029046703130007, + "R": 0.0031156830955296755, + "M": 0.04540929198265076, + "O": 0.017351463437080383, + "W": 0.0013240863336250186, + "N": 0.00047010916750878096, + "Y": 0.06572181731462479, + "U": 9.886729094432667e-05, + "K": 0.00031013539410196245, + "L": 0.0047798664309084415, + "G": 0.024805622175335884, + "F": 0.025830799713730812, + "E": 0.001584755489602685, + "T": 0.0569305419921875, + "P": 0.015423447825014591, + "-": 0.7269114851951599 + }, + "id": "tp_28809" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3601134, + "label": "-", + "classification": { + "B": 7.253169655996317e-07, + "S": 9.301878890255466e-06, + "I": 4.445616650627926e-05, + "C": 5.44391805306077e-05, + "R": 3.8344009226420894e-05, + "M": 0.008141553960740566, + "O": 0.0005035907961428165, + "W": 2.28151588999026e-06, + "N": 9.321411198470742e-07, + "Y": 0.09800104796886444, + "U": 2.6641664874205162e-08, + "K": 5.306775392455165e-07, + "L": 9.28517765714787e-05, + "G": 0.00978218112140894, + "F": 0.010142832063138485, + "E": 1.9768189304159023e-05, + "T": 0.03389337658882141, + "P": 0.0005002070101909339, + "-": 0.8387715816497803 + }, + "id": "tp_28810" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3601268, + "label": "-", + "classification": { + "B": 5.614378406626486e-10, + "S": 1.2017609130055007e-08, + "I": 3.1051378357460635e-08, + "C": 5.891648697797791e-07, + "R": 7.508162980229827e-08, + "M": 8.47051342134364e-05, + "O": 1.7973766262002755e-06, + "W": 1.3301258983133835e-09, + "N": 4.291281774371214e-10, + "Y": 0.0004413990245666355, + "U": 3.346587243435728e-11, + "K": 2.4449864355347017e-10, + "L": 1.0526392770771054e-06, + "G": 8.46332695800811e-05, + "F": 0.004639783874154091, + "E": 1.8662517220491281e-07, + "T": 0.0003533324343152344, + "P": 0.00014177136472426355, + "-": 0.9942505359649658 + }, + "id": "tp_28811" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3601401, + "label": "-", + "classification": { + "B": 2.0761951186054617e-13, + "S": 1.6246571796219023e-11, + "I": 2.7348979969588072e-08, + "C": 1.6395512725253525e-09, + "R": 3.418472449556731e-10, + "M": 3.6365116784509155e-07, + "O": 6.355005410796366e-09, + "W": 4.2842383286834096e-12, + "N": 1.4264174043321365e-11, + "Y": 0.00019931714632548392, + "U": 3.0956701503430384e-13, + "K": 2.8605080110155612e-11, + "L": 1.5387176255377e-10, + "G": 5.692816671398759e-07, + "F": 1.8034965250990354e-05, + "E": 1.1904226493442138e-09, + "T": 5.126914766151458e-05, + "P": 4.668127076001838e-05, + "-": 0.9996838569641113 + }, + "id": "tp_28812" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3601502, + "label": "-", + "classification": { + "B": 2.0734116333187558e-05, + "S": 2.7907934054383077e-05, + "I": 2.4494682293152437e-05, + "C": 0.00011600172729231417, + "R": 4.9520505854161456e-05, + "M": 0.004983114078640938, + "O": 0.0007174914935603738, + "W": 4.772263309860136e-06, + "N": 6.943128596503811e-07, + "Y": 0.005540356505662203, + "U": 1.6408135650181066e-07, + "K": 1.5009568699042575e-07, + "L": 0.0008647454669699073, + "G": 0.006227678619325161, + "F": 0.011739431880414486, + "E": 5.7944886066252366e-05, + "T": 0.004490439314395189, + "P": 0.0019206717843189836, + "-": 0.9632137417793274 + }, + "id": "tp_28813" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3601635, + "label": "-", + "classification": { + "B": 4.409555387496766e-09, + "S": 1.0747919532150263e-07, + "I": 3.137037367650919e-07, + "C": 1.2097874787286855e-05, + "R": 9.201467605635116e-07, + "M": 3.1234874768415466e-05, + "O": 5.246757154964143e-06, + "W": 4.524428121044366e-08, + "N": 1.5380354767557947e-08, + "Y": 0.0010197171941399574, + "U": 1.6545044223548189e-09, + "K": 4.180226085281902e-07, + "L": 3.808993085385737e-07, + "G": 0.00016505987150594592, + "F": 0.0050863237120211124, + "E": 1.8496302800485864e-06, + "T": 0.0001992884645005688, + "P": 0.0005655883578583598, + "-": 0.9929112792015076 + }, + "id": "tp_28814" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3601768, + "label": "-", + "classification": { + "B": 2.76618379757565e-07, + "S": 3.143201752209279e-07, + "I": 3.291105167591013e-05, + "C": 1.7642109014559537e-05, + "R": 3.4671122648433084e-06, + "M": 3.437975101405755e-05, + "O": 1.9928787878598087e-05, + "W": 7.26456619304372e-07, + "N": 2.4292867237818427e-06, + "Y": 0.0007665440207347274, + "U": 6.189717964844021e-07, + "K": 9.951729225576855e-06, + "L": 1.2658938430831768e-06, + "G": 0.00014589872444048524, + "F": 0.0028671645559370518, + "E": 5.8619170886231586e-05, + "T": 0.0003617572074290365, + "P": 0.024921270087361336, + "-": 0.970754861831665 + }, + "id": "tp_28815" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3601902, + "label": "-", + "classification": { + "B": 1.2740974852931686e-05, + "S": 0.00010501716315047815, + "I": 0.0003496921854093671, + "C": 0.00040884464397095144, + "R": 0.00041177019011229277, + "M": 0.01805485598742962, + "O": 0.002349679823964834, + "W": 4.406429434311576e-05, + "N": 1.3581349776359275e-05, + "Y": 0.06480183452367783, + "U": 3.5098048556392314e-06, + "K": 9.338856216345448e-06, + "L": 0.0016171560855582356, + "G": 0.014524552039802074, + "F": 0.019493326544761658, + "E": 8.316705498145893e-05, + "T": 0.04185590147972107, + "P": 0.002130284905433655, + "-": 0.8337305784225464 + }, + "id": "tp_28816" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3602002, + "label": "-", + "classification": { + "B": 1.5035611795610748e-06, + "S": 7.0585347202722915e-06, + "I": 0.0003420156426727772, + "C": 0.001177253550849855, + "R": 0.00038255949039012194, + "M": 0.0012392657808959484, + "O": 0.0005331995780579746, + "W": 1.0250987543258816e-05, + "N": 1.717462328088004e-05, + "Y": 0.01722901500761509, + "U": 3.3099756819865433e-06, + "K": 1.1484579772513825e-05, + "L": 0.00013308002962730825, + "G": 0.005512590520083904, + "F": 0.011795501224696636, + "E": 0.00015406946477014571, + "T": 0.0032604921143501997, + "P": 0.018262147903442383, + "-": 0.9399280548095703 + }, + "id": "tp_28817" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3602135, + "label": "-", + "classification": { + "B": 1.605682700756006e-05, + "S": 7.272003131220117e-05, + "I": 0.0010698525002226233, + "C": 0.0004249530320521444, + "R": 0.00026182219153270125, + "M": 0.006971752271056175, + "O": 0.0010922010987997055, + "W": 3.580458360374905e-05, + "N": 4.31868429586757e-05, + "Y": 0.11855123937129974, + "U": 3.6100807392358547e-06, + "K": 2.8608150387299247e-05, + "L": 0.0002517480170354247, + "G": 0.008146440610289574, + "F": 0.013577583245933056, + "E": 0.00041386857628822327, + "T": 0.027139512822031975, + "P": 0.007773706689476967, + "-": 0.8141252994537354 + }, + "id": "tp_28818" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3602269, + "label": "-", + "classification": { + "B": 0.0003443056484684348, + "S": 0.00528857484459877, + "I": 0.0014872379833832383, + "C": 0.010116608813405037, + "R": 0.005180664360523224, + "M": 0.03147583082318306, + "O": 0.0199638232588768, + "W": 0.0024193450808525085, + "N": 0.0005406456766650081, + "Y": 0.0985117107629776, + "U": 0.00010436523734824732, + "K": 0.004269047640264034, + "L": 0.006122224032878876, + "G": 0.05928723141551018, + "F": 0.10707443207502365, + "E": 0.0034693810157477856, + "T": 0.048582859337329865, + "P": 0.012336687184870243, + "-": 0.5834251046180725 + }, + "id": "tp_28819" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3602402, + "label": "-", + "classification": { + "B": 1.1365282048814151e-09, + "S": 1.808526661761789e-10, + "I": 1.618364876776468e-06, + "C": 2.8973804546694737e-06, + "R": 1.6476508335472317e-07, + "M": 2.622119836814818e-06, + "O": 1.8987074668075365e-07, + "W": 5.149723425468267e-10, + "N": 5.963780136397645e-09, + "Y": 0.00040689139859750867, + "U": 9.948453172370364e-10, + "K": 1.6497553545491428e-08, + "L": 1.4411780213663405e-08, + "G": 3.235624899389222e-05, + "F": 7.498148625018075e-05, + "E": 1.1549233249752433e-06, + "T": 2.2242833438212983e-05, + "P": 0.0024489329662173986, + "-": 0.9970058798789978 + }, + "id": "tp_28820" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3602503, + "label": "-", + "classification": { + "B": 5.580266133620171e-06, + "S": 6.540899903484387e-06, + "I": 4.684167288360186e-05, + "C": 0.012739555910229683, + "R": 0.0013169542653486133, + "M": 0.007021612953394651, + "O": 0.0005810705479234457, + "W": 4.658646957977908e-06, + "N": 1.4755497659280081e-06, + "Y": 0.025789828971028328, + "U": 1.9560911823646165e-06, + "K": 5.728758424083935e-06, + "L": 0.0020196225959807634, + "G": 0.037188947200775146, + "F": 0.019492125138640404, + "E": 8.417690696660429e-05, + "T": 0.008733385242521763, + "P": 0.0020324657671153545, + "-": 0.8829273581504822 + }, + "id": "tp_28821" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3602636, + "label": "-", + "classification": { + "B": 3.427933847888198e-07, + "S": 5.791762305307202e-07, + "I": 5.020200660510454e-06, + "C": 9.00145323612378e-07, + "R": 7.600490334880305e-07, + "M": 0.00011058227391913533, + "O": 2.9490754968719557e-05, + "W": 1.5091204375039524e-07, + "N": 3.065612830255304e-08, + "Y": 0.0004897061153315008, + "U": 6.945889419185391e-10, + "K": 2.282961458766053e-10, + "L": 3.17938724947453e-06, + "G": 4.5689073886023834e-05, + "F": 0.00017262603796552867, + "E": 3.3756850825739093e-06, + "T": 0.0002717980823945254, + "P": 0.002643758896738291, + "-": 0.9962220191955566 + }, + "id": "tp_28822" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3602769, + "label": "-", + "classification": { + "B": 3.216383603898976e-08, + "S": 2.4418093289568787e-06, + "I": 2.3691918613621965e-06, + "C": 0.00011988940241280943, + "R": 2.2105641619418748e-05, + "M": 0.0012351426994428039, + "O": 0.0001523014361737296, + "W": 1.080637275663321e-06, + "N": 8.749726987389295e-08, + "Y": 0.14327244460582733, + "U": 5.323947060986711e-09, + "K": 2.5558601919328794e-06, + "L": 3.625821045716293e-05, + "G": 0.011110948398709297, + "F": 0.025601373985409737, + "E": 9.729103112476878e-06, + "T": 0.011485879309475422, + "P": 0.00010001764894695953, + "-": 0.8068453669548035 + }, + "id": "tp_28823" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3602903, + "label": "-", + "classification": { + "B": 6.230659721495613e-08, + "S": 3.139090267723077e-07, + "I": 1.35169311761274e-05, + "C": 3.4093973226845264e-05, + "R": 1.050892115017632e-05, + "M": 3.628682316048071e-05, + "O": 1.6940421119215898e-05, + "W": 2.0124308264257706e-07, + "N": 2.340811988688074e-07, + "Y": 0.001472738804295659, + "U": 1.2471964794258383e-07, + "K": 9.79305127657426e-07, + "L": 2.8644324174820213e-06, + "G": 0.00022287895262707025, + "F": 0.003002345096319914, + "E": 4.166174676356604e-06, + "T": 0.00033337651984766126, + "P": 0.0032780664041638374, + "-": 0.9915703535079956 + }, + "id": "tp_28824" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3603003, + "label": "-", + "classification": { + "B": 2.471784110724684e-09, + "S": 1.386397840974496e-08, + "I": 2.6228167371300515e-06, + "C": 2.438709998386912e-06, + "R": 3.946051947423257e-07, + "M": 2.9587956305476837e-05, + "O": 3.946257038478507e-06, + "W": 1.5740390324481268e-08, + "N": 3.08074312727058e-08, + "Y": 0.00019257632084190845, + "U": 7.051080608277971e-09, + "K": 8.556089170497216e-09, + "L": 4.674585909469897e-07, + "G": 2.1264428141876124e-05, + "F": 0.0003563603386282921, + "E": 4.2947417000505084e-07, + "T": 0.00043947319500148296, + "P": 0.002788861747831106, + "-": 0.9961615800857544 + }, + "id": "tp_28825" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3603136, + "label": "-", + "classification": { + "B": 1.4406849686565693e-06, + "S": 6.837620389887888e-07, + "I": 5.770263214799343e-06, + "C": 1.984607479244005e-05, + "R": 8.92576190381078e-06, + "M": 0.0004558687505777925, + "O": 0.00011969423212576658, + "W": 6.729988513143326e-07, + "N": 1.0394895610943422e-07, + "Y": 0.0008890925673767924, + "U": 6.581487355106219e-08, + "K": 6.3302327824033e-09, + "L": 6.091390969231725e-05, + "G": 0.00031222336110658944, + "F": 0.0004153377376496792, + "E": 1.750043338688556e-06, + "T": 0.0016143935499712825, + "P": 0.0009898690041154623, + "-": 0.9951033592224121 + }, + "id": "tp_28826" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3603270, + "label": "-", + "classification": { + "B": 8.240239601775556e-09, + "S": 5.50488898909407e-09, + "I": 5.587948521679209e-07, + "C": 1.1780729636257092e-07, + "R": 2.5041082096777245e-08, + "M": 5.3855703299632296e-05, + "O": 1.1318364840917639e-06, + "W": 2.3772617208095426e-09, + "N": 2.5235735723327934e-09, + "Y": 0.0003713322803378105, + "U": 1.1559089796442379e-10, + "K": 6.14944317689492e-10, + "L": 1.7504873994766967e-07, + "G": 5.732395948143676e-05, + "F": 0.00010361098247813061, + "E": 3.4021525152638787e-06, + "T": 0.00016093577141873538, + "P": 0.0020564908627420664, + "-": 0.9971910119056702 + }, + "id": "tp_28827" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3603403, + "label": "-", + "classification": { + "B": 1.0058666703116614e-05, + "S": 0.00014239840675145388, + "I": 0.00011217236897209659, + "C": 0.006765991915017366, + "R": 0.0018320020753890276, + "M": 0.012389109469950199, + "O": 0.0030560868326574564, + "W": 5.67921633773949e-05, + "N": 6.329762072709855e-06, + "Y": 0.06868822127580643, + "U": 9.769227062861319e-07, + "K": 2.260208384541329e-05, + "L": 0.001847288222052157, + "G": 0.06323698908090591, + "F": 0.07365884631872177, + "E": 0.00010757266136351973, + "T": 0.025966297835111618, + "P": 0.0009123233612626791, + "-": 0.7411879301071167 + }, + "id": "tp_28828" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3603504, + "label": "-", + "classification": { + "B": 9.819220395002048e-06, + "S": 0.0003283674013800919, + "I": 0.0015350057510659099, + "C": 0.006795704830437899, + "R": 0.002477150410413742, + "M": 0.0077598621137440205, + "O": 0.005167262628674507, + "W": 0.00023396979668177664, + "N": 0.00013915836461819708, + "Y": 0.16411738097667694, + "U": 6.848850262031192e-06, + "K": 0.00044686379260383546, + "L": 0.000691625929903239, + "G": 0.028788907453417778, + "F": 0.05290945991873741, + "E": 0.00038847888936288655, + "T": 0.04424022510647774, + "P": 0.004238466266542673, + "-": 0.6797254681587219 + }, + "id": "tp_28829" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3603637, + "label": "-", + "classification": { + "B": 9.297738273739142e-11, + "S": 1.800887972081e-08, + "I": 9.637924449634738e-07, + "C": 1.0886514246521983e-05, + "R": 1.492604269515141e-06, + "M": 2.8476992156356573e-05, + "O": 5.737731044064276e-06, + "W": 2.5314905727213954e-08, + "N": 1.4298353612218762e-08, + "Y": 0.04375699535012245, + "U": 2.5677018844483257e-10, + "K": 2.643632569743204e-06, + "L": 1.258783868252067e-07, + "G": 0.0007797481375746429, + "F": 0.0026093183550983667, + "E": 2.552102387198829e-06, + "T": 0.0017238057916983962, + "P": 9.15497075766325e-05, + "-": 0.9509856104850769 + }, + "id": "tp_28830" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3603770, + "label": "-", + "classification": { + "B": 8.108349334179366e-07, + "S": 1.3945758610134362e-06, + "I": 2.4167489755200222e-05, + "C": 9.80620643531438e-06, + "R": 1.4899818552294164e-06, + "M": 8.416632044827566e-05, + "O": 1.9231634723837487e-05, + "W": 4.471561112495692e-07, + "N": 2.284343509018072e-06, + "Y": 0.002025721361860633, + "U": 2.2166000235301908e-07, + "K": 1.7810890540204127e-06, + "L": 1.4913948689354584e-06, + "G": 0.00025902193738147616, + "F": 0.002485140459612012, + "E": 4.0521012124372646e-05, + "T": 0.0011047464795410633, + "P": 0.022576376795768738, + "-": 0.9713610410690308 + }, + "id": "tp_28831" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3603904, + "label": "-", + "classification": { + "B": 5.661648927457463e-10, + "S": 1.825693374257753e-09, + "I": 2.1948569184360167e-08, + "C": 7.222858471322979e-07, + "R": 1.4769766210065427e-07, + "M": 2.08568962989375e-05, + "O": 4.5224587097436597e-07, + "W": 5.393971380662776e-10, + "N": 2.008261751340612e-10, + "Y": 0.0003285620186943561, + "U": 6.057954138327659e-11, + "K": 1.060231902272335e-09, + "L": 2.358462865004185e-07, + "G": 3.3315147447865456e-05, + "F": 0.0020440141670405865, + "E": 5.747972764424958e-08, + "T": 9.456073166802526e-05, + "P": 9.296047210227698e-05, + "-": 0.9973841309547424 + }, + "id": "tp_28832" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3604004, + "label": "-", + "classification": { + "B": 2.7382730749536677e-08, + "S": 6.478556997535634e-07, + "I": 4.2163046032328566e-07, + "C": 4.376346987555735e-05, + "R": 9.826888344832696e-06, + "M": 0.00036665270454250276, + "O": 3.69789959222544e-05, + "W": 1.3620960714888497e-07, + "N": 7.086163211766916e-09, + "Y": 0.007047823164612055, + "U": 1.2712498831390917e-09, + "K": 3.788310110053317e-08, + "L": 2.4222017600550316e-05, + "G": 0.0020151089411228895, + "F": 0.010559472255408764, + "E": 7.520985718656448e-07, + "T": 0.0020988446194678545, + "P": 7.893615838838741e-05, + "-": 0.9777163863182068 + }, + "id": "tp_28833" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3604137, + "label": "-", + "classification": { + "B": 1.9903968677681405e-06, + "S": 4.628378519555554e-05, + "I": 1.623031039343914e-06, + "C": 1.342980522167636e-05, + "R": 3.4327272260270547e-06, + "M": 0.0026336924638599157, + "O": 0.0004062710504513234, + "W": 3.664938503789017e-06, + "N": 1.9656054917049914e-07, + "Y": 0.002398071810603142, + "U": 2.3490322575980827e-08, + "K": 1.8842255258277874e-06, + "L": 0.00011395212641218677, + "G": 0.0037599182687699795, + "F": 0.03809212148189545, + "E": 4.0060320316115394e-05, + "T": 0.0027981018647551537, + "P": 0.0007313499809242785, + "-": 0.9489538669586182 + }, + "id": "tp_28834" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3604271, + "label": "-", + "classification": { + "B": 4.049310155096464e-05, + "S": 2.1913936507189646e-05, + "I": 3.214082244085148e-05, + "C": 0.00038001881330274045, + "R": 0.0002433034242130816, + "M": 0.010269500315189362, + "O": 0.002724868943914771, + "W": 1.5000064195191953e-05, + "N": 4.640485258278204e-07, + "Y": 0.027932938188314438, + "U": 1.6350539056020352e-07, + "K": 1.5479661996664618e-08, + "L": 0.0026044747792184353, + "G": 0.009839947335422039, + "F": 0.0011622715974226594, + "E": 4.573832029564073e-06, + "T": 0.021462203934788704, + "P": 0.00037361567956395447, + "-": 0.9228920340538025 + }, + "id": "tp_28835" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3604404, + "label": "-", + "classification": { + "B": 0.00010095244215335697, + "S": 7.942490628920496e-05, + "I": 0.0011935826623812318, + "C": 0.0015356797957792878, + "R": 0.00023487575526814908, + "M": 0.004805120173841715, + "O": 0.0006641033105552197, + "W": 3.10607319988776e-05, + "N": 9.45990250329487e-05, + "Y": 0.006085208151489496, + "U": 7.257978268171428e-06, + "K": 7.698764238739386e-05, + "L": 0.0004416243464220315, + "G": 0.018548697233200073, + "F": 0.06039394810795784, + "E": 0.009913335554301739, + "T": 0.003916384652256966, + "P": 0.09846386313438416, + "-": 0.7934133410453796 + }, + "id": "tp_28836" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3604505, + "label": "-", + "classification": { + "B": 1.2638028401568135e-08, + "S": 4.685738019816199e-08, + "I": 7.1602453317609616e-06, + "C": 2.2845930288895033e-05, + "R": 1.0930437383649405e-05, + "M": 0.00029192189686000347, + "O": 1.8655180610949174e-05, + "W": 1.2596186138580379e-07, + "N": 4.861720981352846e-08, + "Y": 0.005573013331741095, + "U": 2.501458951087443e-08, + "K": 1.9198456158164845e-08, + "L": 5.604881152976304e-06, + "G": 0.00017083101556636393, + "F": 0.0005604961770586669, + "E": 8.999757596939162e-07, + "T": 0.0018848128383979201, + "P": 0.00042572341044433415, + "-": 0.9910268187522888 + }, + "id": "tp_28837" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3604638, + "label": "-", + "classification": { + "B": 1.1337370779074263e-05, + "S": 1.620670809643343e-05, + "I": 1.3518759260477964e-05, + "C": 0.000986608094535768, + "R": 0.00012365428847260773, + "M": 0.001553974812850356, + "O": 0.0003049890510737896, + "W": 1.1402951713535003e-05, + "N": 1.1547332405825728e-06, + "Y": 0.01696137897670269, + "U": 9.95968321149121e-07, + "K": 3.3681724744383246e-05, + "L": 0.00019771208462771028, + "G": 0.008788242936134338, + "F": 0.024246813729405403, + "E": 3.856564580928534e-05, + "T": 0.007831557653844357, + "P": 0.0011825540568679571, + "-": 0.9376956224441528 + }, + "id": "tp_28838" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3604771, + "label": "-", + "classification": { + "B": 1.4495000755232468e-08, + "S": 1.1965101975874859e-06, + "I": 1.3350218353025411e-07, + "C": 8.824575343169272e-05, + "R": 1.8922355593531393e-05, + "M": 0.0002611480304040015, + "O": 7.237193494802341e-05, + "W": 2.334841298079482e-07, + "N": 6.586660994400972e-09, + "Y": 0.0015306336572393775, + "U": 1.0710059505925074e-09, + "K": 2.3230651891026355e-07, + "L": 3.669492434710264e-05, + "G": 0.0020815881434828043, + "F": 0.03569202497601509, + "E": 9.553596100886352e-07, + "T": 0.0005425349227152765, + "P": 9.930937812896445e-05, + "-": 0.9595737457275391 + }, + "id": "tp_28839" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3604905, + "label": "-", + "classification": { + "B": 1.1954015555204478e-09, + "S": 1.1966151403086656e-09, + "I": 1.223795322857768e-07, + "C": 1.0482491234142799e-05, + "R": 1.0685688494049828e-06, + "M": 8.697582961758599e-05, + "O": 1.5165988997978275e-06, + "W": 9.793872379759705e-10, + "N": 2.9366631348892724e-10, + "Y": 0.002330286893993616, + "U": 1.4777429280243837e-10, + "K": 1.1898602103599387e-09, + "L": 1.0802659744513221e-06, + "G": 0.00046533034765161574, + "F": 0.0003020887088496238, + "E": 2.938157592780044e-07, + "T": 0.00029175725649110973, + "P": 5.334964953362942e-05, + "-": 0.9964556694030762 + }, + "id": "tp_28840" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3605005, + "label": "-", + "classification": { + "B": 1.5911396076262463e-06, + "S": 3.1787985790288076e-06, + "I": 7.718479901086539e-05, + "C": 0.00046973867574706674, + "R": 0.00019719528791029006, + "M": 0.00693031121045351, + "O": 0.0005428223521448672, + "W": 2.490519818820758e-06, + "N": 1.023036702463287e-06, + "Y": 0.09535208344459534, + "U": 2.0632144526189222e-07, + "K": 4.7163763383650803e-07, + "L": 0.00028431619284674525, + "G": 0.012565680779516697, + "F": 0.0024642127100378275, + "E": 3.5459917853586376e-05, + "T": 0.015852011740207672, + "P": 0.000712095235940069, + "-": 0.8645079731941223 + }, + "id": "tp_28841" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3605138, + "label": "-", + "classification": { + "B": 7.329516847676132e-06, + "S": 5.701569079974433e-06, + "I": 0.00014225188351701945, + "C": 0.00022823302424512804, + "R": 4.1116767533821985e-05, + "M": 0.0011279814643785357, + "O": 0.00012377199891489, + "W": 3.1799993394088233e-06, + "N": 7.148955774027854e-06, + "Y": 0.005771460942924023, + "U": 1.9620465536718257e-06, + "K": 3.664438963824068e-06, + "L": 5.330962085281499e-05, + "G": 0.0018303422257304192, + "F": 0.008403698913753033, + "E": 0.00027867109747603536, + "T": 0.0025982584338635206, + "P": 0.028324196115136147, + "-": 0.9510477185249329 + }, + "id": "tp_28842" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3605272, + "label": "-", + "classification": { + "B": 1.679699809147353e-13, + "S": 6.899137077603923e-12, + "I": 1.4774419909713288e-08, + "C": 1.6056111995510491e-09, + "R": 2.641832308469816e-10, + "M": 2.243645980115616e-07, + "O": 9.493813735161893e-09, + "W": 5.0169464936578034e-12, + "N": 2.2043452133080343e-11, + "Y": 3.9823222323320806e-05, + "U": 4.3306872844761646e-13, + "K": 6.519450344161237e-12, + "L": 7.129271478722998e-11, + "G": 7.335820129128479e-08, + "F": 1.807882881621481e-06, + "E": 8.573948218071337e-10, + "T": 2.4565444618929178e-05, + "P": 0.0001277546980418265, + "-": 0.999805748462677 + }, + "id": "tp_28843" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3605405, + "label": "-", + "classification": { + "B": 9.19462195270171e-09, + "S": 2.991408010188934e-08, + "I": 1.5686844108131481e-06, + "C": 2.2481599444290623e-06, + "R": 9.481055940341321e-07, + "M": 0.0001588346203789115, + "O": 8.13997849036241e-06, + "W": 3.138205073582867e-08, + "N": 1.0577516640353224e-08, + "Y": 0.0009917980059981346, + "U": 3.1581990356244205e-09, + "K": 8.901893111534775e-10, + "L": 1.9360768419574015e-06, + "G": 6.896214472362772e-05, + "F": 0.0002502890711184591, + "E": 2.39607572893874e-07, + "T": 0.0007058168412186205, + "P": 0.00047842427738942206, + "-": 0.9973306655883789 + }, + "id": "tp_28844" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3605506, + "label": "-", + "classification": { + "B": 9.590062965969537e-09, + "S": 1.5157549881905652e-08, + "I": 1.2324212548264768e-06, + "C": 3.4119452720915433e-06, + "R": 6.470380071732507e-07, + "M": 0.0001321252202615142, + "O": 5.656133453157963e-06, + "W": 1.1032074809236292e-08, + "N": 6.547455466687779e-09, + "Y": 0.002429663436487317, + "U": 1.7547174824272815e-09, + "K": 1.0611218570488745e-09, + "L": 1.8761271576295258e-06, + "G": 0.0001531767484266311, + "F": 0.0002522809663787484, + "E": 3.419569907237019e-07, + "T": 0.0010028572287410498, + "P": 0.0002522184222470969, + "-": 0.9957644939422607 + }, + "id": "tp_28845" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3605639, + "label": "-", + "classification": { + "B": 6.166535968077369e-06, + "S": 8.645140042062849e-06, + "I": 2.1838199245394208e-05, + "C": 7.4097006290685385e-06, + "R": 3.0102946766419336e-06, + "M": 3.629604179877788e-05, + "O": 4.555514533421956e-05, + "W": 2.0465738543862244e-06, + "N": 8.009852194845735e-07, + "Y": 0.00039443402783945203, + "U": 5.374861089535443e-08, + "K": 2.881520799746795e-07, + "L": 6.667888555966783e-06, + "G": 0.00015763050760142505, + "F": 0.007937177084386349, + "E": 1.1935311704291962e-05, + "T": 0.0002089619665639475, + "P": 0.02371980808675289, + "-": 0.967431366443634 + }, + "id": "tp_28846" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3605772, + "label": "-", + "classification": { + "B": 3.1626625514036277e-06, + "S": 6.241892697289586e-05, + "I": 8.456983050564304e-05, + "C": 0.005459057167172432, + "R": 0.0013052630238234997, + "M": 0.008574974723160267, + "O": 0.001927597331814468, + "W": 4.384363637655042e-05, + "N": 6.164782462292351e-06, + "Y": 0.06564214825630188, + "U": 2.1415285118564498e-06, + "K": 2.5312463549198583e-05, + "L": 0.0013058289187029004, + "G": 0.028217194601893425, + "F": 0.02609867788851261, + "E": 0.000149050509207882, + "T": 0.01865885965526104, + "P": 0.0015237153274938464, + "-": 0.840910017490387 + }, + "id": "tp_28847" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3605906, + "label": "-", + "classification": { + "B": 2.5115764401562046e-06, + "S": 7.75441549194511e-06, + "I": 1.3183712326281238e-05, + "C": 0.00015703322424087673, + "R": 0.00012001875438727438, + "M": 0.00080849853111431, + "O": 0.0002542008878663182, + "W": 6.6008237809001e-06, + "N": 2.949986708244978e-07, + "Y": 0.011574211530387402, + "U": 7.015673020305258e-08, + "K": 2.29446541766265e-07, + "L": 0.000145612662890926, + "G": 0.002555930521339178, + "F": 0.012801518663764, + "E": 9.14083830139134e-06, + "T": 0.0034604105167090893, + "P": 0.0008385718101635575, + "-": 0.9672442674636841 + }, + "id": "tp_28848" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3606006, + "label": "-", + "classification": { + "B": 2.633441454236163e-06, + "S": 5.122934453538619e-06, + "I": 5.3360210586106405e-05, + "C": 5.508397953235544e-05, + "R": 1.0474512237124145e-05, + "M": 0.0026319881435483694, + "O": 0.00015310361050069332, + "W": 1.70089060702594e-06, + "N": 2.9502598408726044e-06, + "Y": 0.004499529954046011, + "U": 3.931747869501123e-07, + "K": 9.016767990033259e-07, + "L": 4.038521365146153e-05, + "G": 0.0011283614439889789, + "F": 0.008612637408077717, + "E": 0.0001035833265632391, + "T": 0.004730673041194677, + "P": 0.009734883904457092, + "-": 0.9682322144508362 + }, + "id": "tp_28849" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3606139, + "label": "-", + "classification": { + "B": 2.9738900231279786e-10, + "S": 4.4367729401528777e-07, + "I": 1.8248411493004824e-07, + "C": 1.0066904906125274e-05, + "R": 1.4797976746194763e-06, + "M": 0.00039675686275586486, + "O": 1.81513350980822e-05, + "W": 2.3150544592454025e-08, + "N": 7.706492666237352e-10, + "Y": 0.10908583551645279, + "U": 2.8573530260617153e-12, + "K": 4.991288804490068e-08, + "L": 3.213071749996743e-06, + "G": 0.00957329198718071, + "F": 0.006324477028101683, + "E": 1.8610423069276294e-07, + "T": 0.02031059004366398, + "P": 1.3628036867885385e-06, + "-": 0.8542739748954773 + }, + "id": "tp_28850" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3606273, + "label": "-", + "classification": { + "B": 4.198042518055445e-07, + "S": 2.4294702143379254e-06, + "I": 9.646329999668524e-06, + "C": 5.912109190830961e-05, + "R": 1.7783497241907753e-05, + "M": 0.0003956093278247863, + "O": 9.08465008251369e-05, + "W": 1.6763320900281542e-06, + "N": 5.060850867266709e-07, + "Y": 0.0021254124585539103, + "U": 1.3405086463080806e-07, + "K": 7.842093054932775e-07, + "L": 1.9562465240596794e-05, + "G": 0.0005744146183133125, + "F": 0.015158734284341335, + "E": 8.124605301418342e-06, + "T": 0.0009552158880978823, + "P": 0.0031276207882910967, + "-": 0.9774519801139832 + }, + "id": "tp_28851" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3606406, + "label": "-", + "classification": { + "B": 1.5805642760824412e-05, + "S": 3.658542482298799e-05, + "I": 0.000651669513899833, + "C": 0.0011183066526427865, + "R": 0.0009719241643324494, + "M": 0.009685879573225975, + "O": 0.0017483026022091508, + "W": 3.8775469874963164e-05, + "N": 1.8980232198373415e-05, + "Y": 0.06188897043466568, + "U": 6.715834388160147e-06, + "K": 3.665710664790822e-06, + "L": 0.0010925886454060674, + "G": 0.009459074586629868, + "F": 0.008958709426224232, + "E": 0.00016801327001303434, + "T": 0.028482211753726006, + "P": 0.004761827178299427, + "-": 0.8708920478820801 + }, + "id": "tp_28852" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3606507, + "label": "-", + "classification": { + "B": 6.30629926945403e-07, + "S": 4.166402959526749e-06, + "I": 0.0001305287005379796, + "C": 0.0005779151688329875, + "R": 0.00021170095715206116, + "M": 0.0022496681194752455, + "O": 0.00029296657885424793, + "W": 2.6077409529534634e-06, + "N": 1.2353777947282651e-06, + "Y": 0.09991271048784256, + "U": 1.8246028332669084e-07, + "K": 7.262840995281294e-07, + "L": 0.00016598147340118885, + "G": 0.00876655150204897, + "F": 0.004441812168806791, + "E": 3.136018494842574e-05, + "T": 0.011278717778623104, + "P": 0.0008647915092296898, + "-": 0.8710657358169556 + }, + "id": "tp_28853" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3606640, + "label": "-", + "classification": { + "B": 3.440393383049613e-14, + "S": 2.1160768449990375e-12, + "I": 2.2906436747405223e-09, + "C": 1.5829765276365038e-09, + "R": 1.51211460019951e-10, + "M": 6.307323019427713e-07, + "O": 6.442712141563334e-09, + "W": 6.566525209868168e-13, + "N": 5.29326582565659e-13, + "Y": 0.00031638587825000286, + "U": 3.994754762984103e-15, + "K": 1.8995064852631027e-13, + "L": 2.222531048090559e-10, + "G": 9.726184089231538e-07, + "F": 9.945592864823993e-06, + "E": 2.1436255548401562e-10, + "T": 3.472051685093902e-05, + "P": 4.385521606309339e-06, + "-": 0.9996329545974731 + }, + "id": "tp_28854" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3606773, + "label": "-", + "classification": { + "B": 1.1202119054587456e-07, + "S": 1.423134108335944e-07, + "I": 8.418962806899799e-07, + "C": 1.8902513829743839e-06, + "R": 2.9437754278660577e-07, + "M": 3.9750771975377575e-05, + "O": 4.612232260114979e-06, + "W": 5.5043429370016383e-08, + "N": 3.827012307056066e-08, + "Y": 0.0004410125548020005, + "U": 6.809760311199398e-09, + "K": 1.0030851882447678e-07, + "L": 4.5094498091202695e-07, + "G": 4.3954547436442226e-05, + "F": 0.0013128550490364432, + "E": 5.841734036948765e-06, + "T": 0.00014152133371680975, + "P": 0.006085886154323816, + "-": 0.9919207096099854 + }, + "id": "tp_28855" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3606907, + "label": "-", + "classification": { + "B": 1.9063220690895832e-07, + "S": 9.248143214790616e-06, + "I": 1.20879458336276e-05, + "C": 6.604319059988484e-05, + "R": 2.5409108275198378e-05, + "M": 0.0017253569094464183, + "O": 0.00019178440561518073, + "W": 2.0183615561109036e-06, + "N": 4.838656195715885e-07, + "Y": 0.035736750811338425, + "U": 2.7208526987010373e-08, + "K": 5.028204668633407e-06, + "L": 4.1025414247997105e-05, + "G": 0.006925974972546101, + "F": 0.026524566113948822, + "E": 1.2323562259553e-05, + "T": 0.011042488738894463, + "P": 0.0003867995401378721, + "-": 0.9172924160957336 + }, + "id": "tp_28856" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3607007, + "label": "-", + "classification": { + "B": 3.407291115919975e-11, + "S": 1.854567055481482e-10, + "I": 3.449084928774937e-08, + "C": 3.5861847891283105e-07, + "R": 6.986119416296788e-08, + "M": 1.5874509699642658e-05, + "O": 1.8696322001687804e-07, + "W": 1.476301442204786e-10, + "N": 2.7391670529008927e-11, + "Y": 0.003876509377732873, + "U": 3.9724243859617925e-12, + "K": 9.561872821306494e-11, + "L": 8.91107845291117e-08, + "G": 7.755932165309787e-05, + "F": 0.00027621586923487484, + "E": 1.6223388854541554e-08, + "T": 0.0002360851940466091, + "P": 1.252466427104082e-05, + "-": 0.9955045580863953 + }, + "id": "tp_28857" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3607140, + "label": "-", + "classification": { + "B": 4.138282605481436e-08, + "S": 3.7504133842958254e-07, + "I": 4.802594048669562e-06, + "C": 0.00014723019558005035, + "R": 1.8448257833370008e-05, + "M": 0.0001379467867081985, + "O": 4.1559524106560275e-05, + "W": 6.65519166886952e-07, + "N": 3.44610810998347e-07, + "Y": 0.005573238246142864, + "U": 1.92377655139353e-07, + "K": 1.4323247341962997e-05, + "L": 1.0482299330760725e-05, + "G": 0.0014535817317664623, + "F": 0.022502543404698372, + "E": 8.16970623418456e-06, + "T": 0.0010338271968066692, + "P": 0.0017021042294800282, + "-": 0.9673501253128052 + }, + "id": "tp_28858" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3607274, + "label": "-", + "classification": { + "B": 0.00012519094161689281, + "S": 0.00017886317800730467, + "I": 0.00035903177922591567, + "C": 0.00291499518789351, + "R": 0.0008736574091017246, + "M": 0.01165611669421196, + "O": 0.0022471994161605835, + "W": 0.00011139757407363504, + "N": 6.978971941862255e-05, + "Y": 0.04236457124352455, + "U": 3.2903539249673486e-05, + "K": 0.0003330527397338301, + "L": 0.0013109029969200492, + "G": 0.024610569700598717, + "F": 0.05418005958199501, + "E": 0.001591929467394948, + "T": 0.015194295905530453, + "P": 0.013722190633416176, + "-": 0.8281232714653015 + }, + "id": "tp_28859" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3607407, + "label": "-", + "classification": { + "B": 6.599500390613855e-10, + "S": 2.9328512951565244e-08, + "I": 1.1942587718749564e-07, + "C": 1.9032391946893767e-06, + "R": 8.368867270291958e-07, + "M": 8.642531611258164e-05, + "O": 6.319258318399079e-06, + "W": 9.243247056645032e-09, + "N": 1.4820835669837606e-09, + "Y": 0.0012865029275417328, + "U": 1.9833897024756908e-10, + "K": 3.1027327374033575e-09, + "L": 1.9836356841551606e-06, + "G": 8.504453580826521e-05, + "F": 0.0017083882121369243, + "E": 2.0157143865162652e-07, + "T": 0.00031498741009272635, + "P": 0.00012278267240617424, + "-": 0.9963843822479248 + }, + "id": "tp_28860" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3607508, + "label": "-", + "classification": { + "B": 3.749040633493905e-09, + "S": 1.6153691149156657e-06, + "I": 8.880560926627368e-07, + "C": 0.0002164870675187558, + "R": 0.00014849424769636244, + "M": 0.0027694518212229013, + "O": 0.00023378316836897284, + "W": 5.668380822498875e-07, + "N": 7.2254446870090305e-09, + "Y": 0.09542284160852432, + "U": 4.87904772139558e-10, + "K": 2.5266416514568846e-08, + "L": 0.00017412503075320274, + "G": 0.011665255762636662, + "F": 0.02538902871310711, + "E": 4.483793532017444e-07, + "T": 0.014734597876667976, + "P": 1.254911876458209e-05, + "-": 0.8492297530174255 + }, + "id": "tp_28861" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3607641, + "label": "-", + "classification": { + "B": 1.2213175978104118e-05, + "S": 7.1946710704651196e-06, + "I": 6.121410115156323e-05, + "C": 0.0012796150986105204, + "R": 0.0004241993301548064, + "M": 0.00339509011246264, + "O": 0.0009205491514876485, + "W": 1.005238027573796e-05, + "N": 1.1333404472679831e-06, + "Y": 0.005350229796022177, + "U": 1.7143213426606962e-06, + "K": 3.4353556088717596e-07, + "L": 0.0011223277542740107, + "G": 0.007305612787604332, + "F": 0.006344130728393793, + "E": 2.0572004359564744e-05, + "T": 0.0037879699375480413, + "P": 0.0031589847058057785, + "-": 0.9667968153953552 + }, + "id": "tp_28862" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3607774, + "label": "-", + "classification": { + "B": 1.0214457546453559e-07, + "S": 1.8506165133658214e-06, + "I": 3.5799366742139682e-06, + "C": 8.913533747545443e-06, + "R": 1.2357202194834827e-06, + "M": 0.00011349484702805057, + "O": 3.5605309676611796e-05, + "W": 2.425155116725364e-07, + "N": 3.4509321267250925e-07, + "Y": 0.001480721402913332, + "U": 2.6737030367485204e-08, + "K": 7.878234669078665e-07, + "L": 4.121826350456104e-06, + "G": 0.0005594166577793658, + "F": 0.0069216163828969, + "E": 1.5491063095396385e-05, + "T": 0.0009491046657785773, + "P": 0.005931121297180653, + "-": 0.9839721918106079 + }, + "id": "tp_28863" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3607908, + "label": "-", + "classification": { + "B": 0.00010885352821787819, + "S": 0.00012972716649528593, + "I": 0.00029728110530413687, + "C": 0.0016600675880908966, + "R": 0.0004564237024169415, + "M": 0.005474016536027193, + "O": 0.0013317218981683254, + "W": 9.11667593754828e-05, + "N": 4.89135054522194e-05, + "Y": 0.010508667677640915, + "U": 2.3245649572345428e-05, + "K": 0.00011314421135466546, + "L": 0.0008631821256130934, + "G": 0.008042436093091965, + "F": 0.06389439851045609, + "E": 0.0009871640941128135, + "T": 0.01046064868569374, + "P": 0.019714271649718285, + "-": 0.8757946491241455 + }, + "id": "tp_28864" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3608008, + "label": "-", + "classification": { + "B": 5.276650335872546e-05, + "S": 5.261188925942406e-05, + "I": 0.0002856079663615674, + "C": 0.0001375570718664676, + "R": 4.7752921091159806e-05, + "M": 0.001355370506644249, + "O": 0.0004478510527405888, + "W": 1.926237382576801e-05, + "N": 2.2429056116379797e-05, + "Y": 0.006664693355560303, + "U": 6.821941042289836e-06, + "K": 3.2074976843432523e-06, + "L": 0.0001587638835189864, + "G": 0.001560262986458838, + "F": 0.0035912750754505396, + "E": 0.00013789883814752102, + "T": 0.011055678129196167, + "P": 0.026509668678045273, + "-": 0.94789057970047 + }, + "id": "tp_28865" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3608141, + "label": "-", + "classification": { + "B": 3.084297759414767e-07, + "S": 1.3917825754106161e-06, + "I": 2.3232729290612042e-05, + "C": 0.001090926118195057, + "R": 0.00015766482101753354, + "M": 0.000577495782636106, + "O": 0.00022853516566101462, + "W": 2.136395096385968e-06, + "N": 1.0504894589757896e-06, + "Y": 0.006024799309670925, + "U": 4.837136771129735e-07, + "K": 1.2389896255626809e-06, + "L": 9.652142034610733e-05, + "G": 0.002565754344686866, + "F": 0.008531205356121063, + "E": 1.4351746358443052e-05, + "T": 0.0014797396725043654, + "P": 0.002837452571839094, + "-": 0.9763656854629517 + }, + "id": "tp_28866" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3608275, + "label": "-", + "classification": { + "B": 2.699982542253565e-05, + "S": 3.732872210093774e-05, + "I": 0.0001815628056647256, + "C": 0.0005937741952948272, + "R": 0.0002314653102075681, + "M": 0.0016755247488617897, + "O": 0.0007063067751005292, + "W": 3.997865132987499e-05, + "N": 1.8276070477440953e-05, + "Y": 0.009081552736461163, + "U": 1.0985399057972245e-05, + "K": 6.843348091933876e-05, + "L": 0.00026206503389403224, + "G": 0.00342577020637691, + "F": 0.018880266696214676, + "E": 0.00021599006140604615, + "T": 0.004298448096960783, + "P": 0.01117545086890459, + "-": 0.9490697979927063 + }, + "id": "tp_28867" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3608375, + "label": "-", + "classification": { + "B": 4.3683407113803696e-08, + "S": 6.666503793439915e-08, + "I": 6.100126483943313e-06, + "C": 1.0197091796726454e-05, + "R": 4.427372459758772e-06, + "M": 0.002717426512390375, + "O": 2.030745781667065e-05, + "W": 2.9203786056086756e-08, + "N": 1.1366193319872764e-08, + "Y": 0.06036555394530296, + "U": 3.342841836673216e-10, + "K": 4.037733702944024e-09, + "L": 6.447135547205107e-06, + "G": 0.0014205487677827477, + "F": 0.0005560212302953005, + "E": 4.9258305807597935e-06, + "T": 0.006877715699374676, + "P": 0.00011774465383496135, + "-": 0.9278924465179443 + }, + "id": "tp_28868" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3608509, + "label": "-", + "classification": { + "B": 4.6888526838984035e-08, + "S": 7.589088113491016e-08, + "I": 7.064912210807961e-07, + "C": 5.217908949362027e-08, + "R": 2.3593271336608268e-08, + "M": 1.79108974407427e-05, + "O": 5.667461209668545e-06, + "W": 1.70733542859125e-08, + "N": 1.0604666478286617e-08, + "Y": 0.00012209356646053493, + "U": 4.5047421348698435e-10, + "K": 5.707021522027844e-10, + "L": 4.2479129547245975e-07, + "G": 2.0399989807629026e-05, + "F": 0.0004941357765346766, + "E": 1.124512550632062e-06, + "T": 6.996215233812109e-05, + "P": 0.0037801547441631556, + "-": 0.9954871535301208 + }, + "id": "tp_28869" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3608642, + "label": "-", + "classification": { + "B": 3.8871994547662325e-06, + "S": 7.33893421056564e-06, + "I": 0.0001833283604355529, + "C": 8.552157669328153e-05, + "R": 3.0375262213055976e-05, + "M": 0.0021473492961376905, + "O": 0.0003568166575860232, + "W": 6.560027941304725e-06, + "N": 9.324764505436178e-06, + "Y": 0.005332207307219505, + "U": 1.9380145204195287e-06, + "K": 7.266934517247137e-06, + "L": 7.026779348962009e-05, + "G": 0.0013891818234696984, + "F": 0.0068206219002604485, + "E": 8.418805373366922e-05, + "T": 0.007224280387163162, + "P": 0.009013460949063301, + "-": 0.9672260284423828 + }, + "id": "tp_28870" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3608775, + "label": "-", + "classification": { + "B": 3.4806147596100345e-05, + "S": 6.659974314970896e-05, + "I": 0.0002671380352694541, + "C": 0.0007358363945968449, + "R": 0.0001932107115862891, + "M": 0.003353868378326297, + "O": 0.000613286392763257, + "W": 4.562802496366203e-05, + "N": 4.980275843990967e-05, + "Y": 0.0449414998292923, + "U": 1.2368544958007988e-05, + "K": 0.002541212597861886, + "L": 0.00020788786059711128, + "G": 0.027313224971294403, + "F": 0.06913071125745773, + "E": 0.0030431640334427357, + "T": 0.009181488305330276, + "P": 0.013837222009897232, + "-": 0.8244310021400452 + }, + "id": "tp_28871" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3608876, + "label": "-", + "classification": { + "B": 1.4052677954623505e-07, + "S": 1.2921376765007153e-05, + "I": 4.747264028992504e-05, + "C": 0.0020616366527974606, + "R": 0.00102669233456254, + "M": 0.0027302689850330353, + "O": 0.0007263829465955496, + "W": 1.6196250726352446e-05, + "N": 2.132113650077372e-06, + "Y": 0.1477689892053604, + "U": 3.455147350450716e-07, + "K": 7.718904089415446e-05, + "L": 0.0002459908137097955, + "G": 0.017144735902547836, + "F": 0.06126261129975319, + "E": 3.4198572393506765e-05, + "T": 0.019514093175530434, + "P": 0.0004962648381479084, + "-": 0.7468317151069641 + }, + "id": "tp_28872" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3609009, + "label": "-", + "classification": { + "B": 0.0009157148306258023, + "S": 0.0003917681169696152, + "I": 0.004279033746570349, + "C": 0.008248845115303993, + "R": 0.004604299087077379, + "M": 0.02538987621665001, + "O": 0.00568529823794961, + "W": 0.0003919325827155262, + "N": 0.00030901707941666245, + "Y": 0.040058527141809464, + "U": 0.00017759748152457178, + "K": 6.049028525012545e-05, + "L": 0.00701728044077754, + "G": 0.03766705095767975, + "F": 0.029467163607478142, + "E": 0.0028207318391650915, + "T": 0.03168125078082085, + "P": 0.035535525530576706, + "-": 0.7652985453605652 + }, + "id": "tp_28873" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3609142, + "label": "-", + "classification": { + "B": 2.2294014343060553e-05, + "S": 6.8766048570978455e-06, + "I": 5.9270230849506333e-05, + "C": 3.8134981878101826e-05, + "R": 1.7069436580641195e-05, + "M": 0.00013479008339345455, + "O": 7.03993791830726e-05, + "W": 4.28094881499419e-06, + "N": 5.026749022363219e-06, + "Y": 0.0014576861867681146, + "U": 7.288311962838634e-07, + "K": 1.2595362022693735e-05, + "L": 9.200474778481293e-06, + "G": 0.0008235726854763925, + "F": 0.016009008511900902, + "E": 0.0002914807992056012, + "T": 0.0004072979500051588, + "P": 0.057856399565935135, + "-": 0.9227738976478577 + }, + "id": "tp_28874" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3609276, + "label": "-", + "classification": { + "B": 4.996798566025973e-07, + "S": 9.844611525977598e-08, + "I": 8.254733643298096e-07, + "C": 1.8190775108450907e-06, + "R": 5.294751304063539e-07, + "M": 8.529033220838755e-05, + "O": 1.6891955965547822e-05, + "W": 9.534010558809314e-08, + "N": 1.1456988247005029e-08, + "Y": 7.58213282097131e-05, + "U": 2.4821940058927794e-09, + "K": 4.713339718520615e-10, + "L": 3.7868492199777393e-06, + "G": 4.1091887396760285e-05, + "F": 0.00022854498820379376, + "E": 1.0074480769617367e-06, + "T": 0.0001323918259004131, + "P": 0.0020798267796635628, + "-": 0.9973315000534058 + }, + "id": "tp_28875" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3609376, + "label": "-", + "classification": { + "B": 5.6419906968585565e-08, + "S": 1.0275053909936105e-06, + "I": 9.256147313863039e-05, + "C": 0.0006392018985934556, + "R": 0.00012909270299132913, + "M": 0.0022717283573001623, + "O": 0.00028550150454975665, + "W": 1.221039156007464e-06, + "N": 1.3182587963456172e-06, + "Y": 0.10138144344091415, + "U": 5.5301427437370876e-08, + "K": 1.0884035646085977e-06, + "L": 4.0011997043620795e-05, + "G": 0.006396143697202206, + "F": 0.0026752545963972807, + "E": 5.180125299375504e-05, + "T": 0.007702088914811611, + "P": 0.0006736961659044027, + "-": 0.8776567578315735 + }, + "id": "tp_28876" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3609510, + "label": "-", + "classification": { + "B": 3.624437283633597e-08, + "S": 5.754815788350243e-07, + "I": 1.3348535503610037e-06, + "C": 2.937287035820191e-06, + "R": 5.082933967059944e-07, + "M": 0.0001695831015240401, + "O": 1.4345828276418615e-05, + "W": 9.12143249820474e-08, + "N": 3.7559441778967084e-08, + "Y": 0.0047378879971802235, + "U": 3.4979330543194465e-09, + "K": 3.355243620717374e-07, + "L": 2.6052371140394825e-06, + "G": 0.0006216280744411051, + "F": 0.002574579557403922, + "E": 4.276789695722982e-06, + "T": 0.0013322826707735658, + "P": 0.0006114162970334291, + "-": 0.9899255037307739 + }, + "id": "tp_28877" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3609643, + "label": "-", + "classification": { + "B": 2.09250954237572e-12, + "S": 1.9681094861473403e-12, + "I": 4.5037502616196434e-08, + "C": 7.44613171121955e-09, + "R": 1.2547362038262122e-09, + "M": 2.666762100034248e-07, + "O": 7.162282322781266e-09, + "W": 3.469696318453286e-12, + "N": 3.457509278881332e-11, + "Y": 5.638250513584353e-05, + "U": 2.4090150447381165e-12, + "K": 1.4704177545704633e-12, + "L": 5.506329281423916e-10, + "G": 7.805541599736898e-07, + "F": 1.568505831528455e-05, + "E": 1.2456921716363922e-08, + "T": 1.0971634765155613e-05, + "P": 0.00047146360157057643, + "-": 0.9994444251060486 + }, + "id": "tp_28878" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3609776, + "label": "-", + "classification": { + "B": 6.508024671347812e-05, + "S": 0.00019339197024237365, + "I": 0.00035035365726798773, + "C": 0.015485706739127636, + "R": 0.00395208178088069, + "M": 0.008228546939790249, + "O": 0.0019528171978890896, + "W": 0.0001404587528668344, + "N": 3.8163376302691177e-05, + "Y": 0.07882101088762283, + "U": 1.649270961934235e-05, + "K": 0.0005351727013476193, + "L": 0.0016817087307572365, + "G": 0.06640981137752533, + "F": 0.12022341042757034, + "E": 0.0012958450242877007, + "T": 0.020506709814071655, + "P": 0.006078098900616169, + "-": 0.6740249991416931 + }, + "id": "tp_28879" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3609877, + "label": "-", + "classification": { + "B": 2.071619292109972e-06, + "S": 6.498819971056946e-07, + "I": 4.6029555960558355e-05, + "C": 0.00012552036787383258, + "R": 3.4630371374078095e-05, + "M": 0.00036939047276973724, + "O": 8.248053927673027e-05, + "W": 6.648007229159703e-07, + "N": 2.0004006273666164e-07, + "Y": 0.006814649328589439, + "U": 8.042750465619974e-08, + "K": 3.293958172889688e-08, + "L": 4.981521124136634e-05, + "G": 0.001468468108214438, + "F": 0.0011440574890002608, + "E": 6.326683433144353e-06, + "T": 0.0026006626430898905, + "P": 0.0008583926246501505, + "-": 0.9863959550857544 + }, + "id": "tp_28880" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3610010, + "label": "-", + "classification": { + "B": 3.951891244802219e-11, + "S": 4.0357447939065594e-10, + "I": 1.7497914228670197e-08, + "C": 5.105713896114139e-08, + "R": 1.9888716451532673e-08, + "M": 4.65235370938899e-06, + "O": 2.2035796121144813e-07, + "W": 2.723657410719227e-10, + "N": 1.3713392921221867e-10, + "Y": 3.80491437681485e-05, + "U": 1.5509130438240426e-11, + "K": 1.7803236662672361e-10, + "L": 1.0437944730767867e-08, + "G": 2.1725602437072666e-06, + "F": 0.00013732504157815129, + "E": 4.199677761107523e-08, + "T": 1.6108609997900203e-05, + "P": 0.00040295746293850243, + "-": 0.9993983507156372 + }, + "id": "tp_28881" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3610143, + "label": "-", + "classification": { + "B": 5.708629487344297e-06, + "S": 6.766121805412695e-05, + "I": 8.824821270536631e-05, + "C": 0.00016355702246073633, + "R": 9.595683513907716e-05, + "M": 0.0029323571361601353, + "O": 0.0010462264763191342, + "W": 3.691187157528475e-05, + "N": 1.0122103049070574e-05, + "Y": 0.015559921972453594, + "U": 2.1608764200209407e-06, + "K": 2.7597272492130287e-05, + "L": 0.00028272546478547156, + "G": 0.0039197346195578575, + "F": 0.029653148725628853, + "E": 0.0001523056998848915, + "T": 0.008742045611143112, + "P": 0.007275241427123547, + "-": 0.9299383163452148 + }, + "id": "tp_28882" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3610277, + "label": "-", + "classification": { + "B": 0.0003000534779857844, + "S": 0.0003477872523944825, + "I": 0.002180607058107853, + "C": 0.0002745378587860614, + "R": 0.00014481297694146633, + "M": 0.0017293425044044852, + "O": 0.001532966853119433, + "W": 0.00023006819537840784, + "N": 0.0004343997861724347, + "Y": 0.00627044728025794, + "U": 5.4097279644338414e-05, + "K": 0.0001627235469641164, + "L": 0.00024789245799183846, + "G": 0.00255765812471509, + "F": 0.013980742543935776, + "E": 0.002854111837223172, + "T": 0.005920646246522665, + "P": 0.20546409487724304, + "-": 0.7553130388259888 + }, + "id": "tp_28883" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3610377, + "label": "-", + "classification": { + "B": 0.0012906802585348487, + "S": 0.00025812609237618744, + "I": 0.0017835039179772139, + "C": 0.020357856526970863, + "R": 0.005769857671111822, + "M": 0.025182565674185753, + "O": 0.0062774973921477795, + "W": 0.0002291600249009207, + "N": 0.0001172075790236704, + "Y": 0.04992136359214783, + "U": 0.00010534893226576969, + "K": 4.871765850111842e-05, + "L": 0.010800917632877827, + "G": 0.09877362847328186, + "F": 0.026252038776874542, + "E": 0.0018811443587765098, + "T": 0.01955263316631317, + "P": 0.012096020393073559, + "-": 0.7193017601966858 + }, + "id": "tp_28884" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3610511, + "label": "-", + "classification": { + "B": 1.2041638910886832e-05, + "S": 5.641025836666813e-06, + "I": 1.499504014645936e-05, + "C": 0.0004385843058116734, + "R": 9.400607086718082e-05, + "M": 0.0022671890910714865, + "O": 0.00038345169741660357, + "W": 2.709450200200081e-06, + "N": 2.569140065133979e-07, + "Y": 0.0019610037561506033, + "U": 1.5443805523318588e-07, + "K": 4.2255575039007454e-08, + "L": 0.000505478004924953, + "G": 0.0040690237656235695, + "F": 0.0029250304214656353, + "E": 1.9365092157386243e-05, + "T": 0.001482134684920311, + "P": 0.002481387695297599, + "-": 0.9833374619483948 + }, + "id": "tp_28885" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3610644, + "label": "-", + "classification": { + "B": 0.0004591653705574572, + "S": 0.00013806478818878531, + "I": 0.0005186614580452442, + "C": 0.0016110767610371113, + "R": 0.00036517230910249054, + "M": 0.002780996263027191, + "O": 0.0010470746783539653, + "W": 6.64224789943546e-05, + "N": 6.621395732508972e-05, + "Y": 0.005863806698471308, + "U": 2.5131384973064996e-05, + "K": 7.523645763285458e-05, + "L": 0.0005718090105801821, + "G": 0.009606202132999897, + "F": 0.03383415564894676, + "E": 0.0010279084090143442, + "T": 0.004255494102835655, + "P": 0.04710676893591881, + "-": 0.8905806541442871 + }, + "id": "tp_28886" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3610777, + "label": "-", + "classification": { + "B": 5.809321665210809e-13, + "S": 5.80950496043009e-11, + "I": 5.20559551020483e-09, + "C": 6.436518447117123e-07, + "R": 3.129720482775156e-08, + "M": 4.811016083294817e-07, + "O": 6.767569260546225e-08, + "W": 1.5051704327362359e-10, + "N": 6.920043704727874e-11, + "Y": 6.532444240292534e-05, + "U": 1.0259824240188564e-11, + "K": 6.931940355059396e-09, + "L": 1.7454231393543296e-09, + "G": 1.668657432674081e-06, + "F": 0.00029077049111947417, + "E": 1.7348826375496174e-08, + "T": 6.201056748977862e-06, + "P": 7.484472007490695e-05, + "-": 0.9995599389076233 + }, + "id": "tp_28887" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3610878, + "label": "-", + "classification": { + "B": 1.4812578228884377e-05, + "S": 3.279502834629966e-06, + "I": 5.605687874776777e-06, + "C": 1.005297053779941e-05, + "R": 4.778611582878511e-06, + "M": 0.00016689534822944552, + "O": 7.983798423083499e-05, + "W": 1.7091377912947792e-06, + "N": 1.3514159036276396e-07, + "Y": 0.0008536411914974451, + "U": 9.022121361113022e-08, + "K": 8.224015601854262e-08, + "L": 2.515061351004988e-05, + "G": 0.0004389835230540484, + "F": 0.0010976592311635613, + "E": 3.7171171243244316e-06, + "T": 0.0006235079490579665, + "P": 0.0029185840394347906, + "-": 0.9937514662742615 + }, + "id": "tp_28888" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3611011, + "label": "-", + "classification": { + "B": 2.155559923266992e-05, + "S": 5.014797807234572e-06, + "I": 1.7808019038056955e-05, + "C": 7.148367149056867e-05, + "R": 2.833083999576047e-05, + "M": 0.0008558404515497386, + "O": 0.0003828137705568224, + "W": 3.0709798011230305e-06, + "N": 3.360416656050802e-07, + "Y": 0.00080013187834993, + "U": 1.3355294470329682e-07, + "K": 4.904372019609582e-09, + "L": 0.00023925735149532557, + "G": 0.0009001826983876526, + "F": 0.0007126578711904585, + "E": 7.402935352729401e-06, + "T": 0.0011429525911808014, + "P": 0.002744510769844055, + "-": 0.992066502571106 + }, + "id": "tp_28889" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3611144, + "label": "-", + "classification": { + "B": 1.1507788144626829e-07, + "S": 2.5781679013903158e-08, + "I": 2.5481498596491292e-05, + "C": 8.291294761875179e-06, + "R": 8.500437047587184e-07, + "M": 2.0284685888327658e-05, + "O": 5.631414296658477e-06, + "W": 5.4632412371802275e-08, + "N": 6.612127094740572e-07, + "Y": 0.0002387073473073542, + "U": 1.2549018890695152e-07, + "K": 1.0244281156701618e-07, + "L": 7.010396529949503e-07, + "G": 4.973197428626008e-05, + "F": 0.0003634612658061087, + "E": 1.7377866242895834e-05, + "T": 0.0002751904830802232, + "P": 0.038951389491558075, + "-": 0.9600417613983154 + }, + "id": "tp_28890" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3611278, + "label": "-", + "classification": { + "B": 1.278671220461547e-06, + "S": 5.393902711148257e-07, + "I": 0.00014326353266369551, + "C": 3.15034922095947e-05, + "R": 6.890711119922344e-06, + "M": 7.175096834544092e-05, + "O": 2.8337586627458222e-05, + "W": 6.555911227223987e-07, + "N": 4.124036422581412e-06, + "Y": 0.000583851127885282, + "U": 3.424998169521132e-07, + "K": 3.9815787999941676e-07, + "L": 3.824184204859193e-06, + "G": 0.00021432591893244535, + "F": 0.0012588863028213382, + "E": 5.733375292038545e-05, + "T": 0.0005834050243720412, + "P": 0.05070163682103157, + "-": 0.9463075995445251 + }, + "id": "tp_28891" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3611378, + "label": "-", + "classification": { + "B": 6.03250960296009e-09, + "S": 1.4473853227059408e-09, + "I": 4.948445848640404e-07, + "C": 2.1900895319504343e-07, + "R": 8.805688622715024e-09, + "M": 5.881916877115145e-06, + "O": 1.420247457417645e-07, + "W": 3.562884154373336e-10, + "N": 6.198199731244358e-09, + "Y": 0.00010599892993923277, + "U": 3.4600303178145e-10, + "K": 5.081190579403483e-09, + "L": 1.5590181590141583e-08, + "G": 1.7632151866564527e-05, + "F": 0.0004943741369061172, + "E": 5.111394784762524e-06, + "T": 2.7070240321336314e-05, + "P": 0.009417119435966015, + "-": 0.9899258613586426 + }, + "id": "tp_28892" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3611512, + "label": "-", + "classification": { + "B": 4.801590236525044e-08, + "S": 3.0846212695223585e-08, + "I": 2.086607992168865e-06, + "C": 1.01139594335109e-05, + "R": 4.103261517229839e-07, + "M": 2.6706075004767627e-06, + "O": 1.2010813179585966e-06, + "W": 3.0263386463502684e-08, + "N": 1.2253995862465672e-07, + "Y": 6.809285696363077e-05, + "U": 1.5556759436208267e-08, + "K": 6.761961230949964e-07, + "L": 5.097849609114746e-08, + "G": 1.3049002518528141e-05, + "F": 0.00153055670671165, + "E": 6.273848157434259e-06, + "T": 2.0693367332569323e-05, + "P": 0.014819004572927952, + "-": 0.9835247993469238 + }, + "id": "tp_28893" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3611645, + "label": "-", + "classification": { + "B": 7.106256560973634e-08, + "S": 1.8079491326261632e-07, + "I": 1.7574614048498916e-06, + "C": 3.588652361941058e-06, + "R": 5.031290015722334e-07, + "M": 6.81070832797559e-06, + "O": 4.759213879879098e-06, + "W": 1.3659889930295321e-07, + "N": 1.5593181501571962e-07, + "Y": 0.00013558675709646195, + "U": 2.2968949409118977e-08, + "K": 2.9308364446478663e-06, + "L": 1.2342282218469336e-07, + "G": 2.831132042047102e-05, + "F": 0.0026409283746033907, + "E": 5.048827006248757e-06, + "T": 4.8300753405783325e-05, + "P": 0.014919830486178398, + "-": 0.9822009205818176 + }, + "id": "tp_28894" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3611778, + "label": "-", + "classification": { + "B": 1.984556963208206e-09, + "S": 1.0032195518761e-07, + "I": 6.566345973624266e-07, + "C": 5.481785410665907e-05, + "R": 1.1439821719250176e-05, + "M": 1.35884420160437e-05, + "O": 1.1363013072696049e-05, + "W": 1.5622683235960722e-07, + "N": 3.905443790586105e-08, + "Y": 0.0011952961795032024, + "U": 1.3465969672665778e-08, + "K": 1.1345249504302046e-06, + "L": 1.4796416962781223e-06, + "G": 0.00016028629033826292, + "F": 0.013890566304326057, + "E": 6.308334832283435e-07, + "T": 0.00016137451166287065, + "P": 0.0011395608307793736, + "-": 0.9833574891090393 + }, + "id": "tp_28895" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3611879, + "label": "-", + "classification": { + "B": 1.6264448277070187e-05, + "S": 2.732563552854117e-05, + "I": 0.00015434855595231056, + "C": 0.006656672339886427, + "R": 0.0009883306920528412, + "M": 0.0017030860763043165, + "O": 0.0004671879287343472, + "W": 3.070036837016232e-05, + "N": 1.9167822756571695e-05, + "Y": 0.031577397137880325, + "U": 2.1821017071488313e-05, + "K": 0.0005649158847518265, + "L": 0.00032518073567189276, + "G": 0.014333301223814487, + "F": 0.06423477828502655, + "E": 0.00040056509897112846, + "T": 0.006621639709919691, + "P": 0.0076241688802838326, + "-": 0.864233136177063 + }, + "id": "tp_28896" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3612012, + "label": "-", + "classification": { + "B": 8.050132601056248e-05, + "S": 0.0003868259664159268, + "I": 0.0018081129528582096, + "C": 0.009634467773139477, + "R": 0.0021450589410960674, + "M": 0.005304921418428421, + "O": 0.0026239799335598946, + "W": 0.00028159504290670156, + "N": 0.000422562996391207, + "Y": 0.023906270042061806, + "U": 0.0001699101267149672, + "K": 0.002819980261847377, + "L": 0.0009899637661874294, + "G": 0.014551477506756783, + "F": 0.07852883636951447, + "E": 0.003023735946044326, + "T": 0.009646746329963207, + "P": 0.032401952892541885, + "-": 0.8112730383872986 + }, + "id": "tp_28897" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3612145, + "label": "-", + "classification": { + "B": 1.8827924463948875e-07, + "S": 1.7835392895904079e-07, + "I": 5.105805030325428e-06, + "C": 1.946690827026032e-05, + "R": 4.323585017118603e-06, + "M": 0.00011619317228905857, + "O": 1.3647289961227216e-05, + "W": 2.656817059687455e-07, + "N": 2.2464639926056407e-07, + "Y": 0.0015601139748468995, + "U": 1.6808687064440164e-07, + "K": 5.107645392854465e-06, + "L": 1.9162441731168656e-06, + "G": 0.00022334069944918156, + "F": 0.002009826945140958, + "E": 1.4252634173317347e-05, + "T": 0.0005849554436281323, + "P": 0.0021505006588995457, + "-": 0.9932901859283447 + }, + "id": "tp_28898" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3612279, + "label": "-", + "classification": { + "B": 1.774491829564795e-05, + "S": 1.6582916941842996e-05, + "I": 0.0007964647957123816, + "C": 0.07845444977283478, + "R": 0.012443042360246181, + "M": 0.007983280345797539, + "O": 0.0012971136020496488, + "W": 3.243014361942187e-05, + "N": 3.822469443548471e-05, + "Y": 0.07282601296901703, + "U": 2.8949625630048104e-05, + "K": 2.6273501134710386e-05, + "L": 0.00208087544888258, + "G": 0.047485265880823135, + "F": 0.011175555177032948, + "E": 0.0006397095858119428, + "T": 0.017983531579375267, + "P": 0.0048315199092030525, + "-": 0.741843044757843 + }, + "id": "tp_28899" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3612379, + "label": "-", + "classification": { + "B": 6.421723242056032e-07, + "S": 1.6741748254389677e-07, + "I": 8.964374131892328e-08, + "C": 1.399765665155428e-06, + "R": 7.223374041132047e-07, + "M": 0.00023606869217474014, + "O": 2.0864594262093306e-05, + "W": 3.518503532973227e-08, + "N": 6.327413593076869e-10, + "Y": 0.0005681936163455248, + "U": 1.09686891514027e-10, + "K": 2.4787108476864717e-10, + "L": 1.0510894753679167e-05, + "G": 0.0002758933405857533, + "F": 0.000785974261816591, + "E": 4.2271855704711925e-07, + "T": 0.0001692102086963132, + "P": 0.00011867699504364282, + "-": 0.9978111386299133 + }, + "id": "tp_28900" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3612513, + "label": "-", + "classification": { + "B": 1.3368839972827118e-05, + "S": 4.158571300649783e-06, + "I": 8.973998774308711e-05, + "C": 0.00026009109569713473, + "R": 9.800960833672434e-05, + "M": 0.002776716137304902, + "O": 0.0003435670805629343, + "W": 2.4591579403931974e-06, + "N": 1.3100196838422562e-06, + "Y": 0.005666559562087059, + "U": 4.7115838697209256e-07, + "K": 3.169084905607633e-08, + "L": 0.00028787017799913883, + "G": 0.002591228112578392, + "F": 0.0009302240796387196, + "E": 3.8815396692370996e-05, + "T": 0.0040958346799016, + "P": 0.004203384276479483, + "-": 0.9785962104797363 + }, + "id": "tp_28901" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3612646, + "label": "-", + "classification": { + "B": 2.551806266293255e-10, + "S": 1.7238311045275623e-07, + "I": 3.125914194157531e-09, + "C": 3.3453146897954866e-05, + "R": 1.2675236575887538e-06, + "M": 4.064898894284852e-05, + "O": 8.471171895507723e-06, + "W": 1.740597532773336e-08, + "N": 1.8891285757938192e-10, + "Y": 0.00028808799106627703, + "U": 2.6282273232758335e-11, + "K": 1.4017982330472023e-08, + "L": 3.7604581848427188e-06, + "G": 0.00047813201672397554, + "F": 0.05491519346833229, + "E": 1.0965030838860912e-07, + "T": 0.00010216094960924238, + "P": 2.10170001082588e-05, + "-": 0.9441075325012207 + }, + "id": "tp_28902" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3612779, + "label": "-", + "classification": { + "B": 2.291548284460987e-09, + "S": 1.689688922112964e-08, + "I": 1.6889600829017581e-07, + "C": 2.3064869765221374e-06, + "R": 7.878892915869073e-07, + "M": 3.250691224820912e-05, + "O": 3.837722488242434e-06, + "W": 1.6244653622266014e-08, + "N": 3.837328232947357e-09, + "Y": 0.0008664341294206679, + "U": 8.860914224584349e-10, + "K": 2.156986056434107e-08, + "L": 8.357001206604764e-07, + "G": 5.0450551498215646e-05, + "F": 0.002027746057137847, + "E": 5.08748087213462e-07, + "T": 0.00026761231129057705, + "P": 0.0003479428414721042, + "-": 0.9963988065719604 + }, + "id": "tp_28903" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3612880, + "label": "-", + "classification": { + "B": 1.1382166121620685e-05, + "S": 1.1388468692530296e-06, + "I": 1.6094743841676973e-05, + "C": 2.9655466278200038e-05, + "R": 1.8474540866009193e-06, + "M": 9.070237138075754e-05, + "O": 2.0374263840494677e-05, + "W": 3.0927779448575166e-07, + "N": 5.939575089541904e-07, + "Y": 0.0002542942820582539, + "U": 4.524849117615304e-08, + "K": 9.174330983796608e-08, + "L": 5.531091574084712e-06, + "G": 0.0005575238610617816, + "F": 0.005742155481129885, + "E": 7.493876182707027e-05, + "T": 0.0001726293412502855, + "P": 0.04796092212200165, + "-": 0.9450598359107971 + }, + "id": "tp_28904" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3613013, + "label": "-", + "classification": { + "B": 4.464910307433456e-05, + "S": 5.136547042638995e-05, + "I": 0.0006314416532404721, + "C": 0.0002535108069423586, + "R": 7.643585558980703e-05, + "M": 0.000746216275729239, + "O": 0.00038951795431785285, + "W": 3.8213791412999853e-05, + "N": 8.076154335867614e-05, + "Y": 0.006422668695449829, + "U": 1.3601853424916044e-05, + "K": 3.3313659514533356e-05, + "L": 9.574120485922322e-05, + "G": 0.001462155720219016, + "F": 0.014984195120632648, + "E": 0.0009071349631994963, + "T": 0.0033276814501732588, + "P": 0.08277309685945511, + "-": 0.887668251991272 + }, + "id": "tp_28905" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3613146, + "label": "-", + "classification": { + "B": 4.844359864364378e-05, + "S": 0.00017368498083669692, + "I": 7.258242112584412e-05, + "C": 4.385196007206105e-05, + "R": 2.736121132329572e-05, + "M": 0.00026592830545268953, + "O": 0.0006222871015779674, + "W": 5.997237531119026e-05, + "N": 1.54969184222864e-05, + "Y": 0.0002750627463683486, + "U": 9.72277689470502e-07, + "K": 1.8767040046441252e-06, + "L": 7.233000360429287e-05, + "G": 0.0002924809814430773, + "F": 0.019112730398774147, + "E": 6.119886529631913e-05, + "T": 0.0007601355318911374, + "P": 0.049542102962732315, + "-": 0.9285515546798706 + }, + "id": "tp_28906" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3613280, + "label": "-", + "classification": { + "B": 1.8317116428079316e-06, + "S": 1.6337651231879136e-06, + "I": 3.822203507297672e-05, + "C": 4.0048096707323566e-05, + "R": 4.50241714133881e-06, + "M": 0.00020271219545975327, + "O": 2.607177520985715e-05, + "W": 4.6298353595375374e-07, + "N": 2.5897602426994126e-06, + "Y": 0.0010736645199358463, + "U": 2.159744667551422e-07, + "K": 2.619283122839988e-06, + "L": 4.605160029313993e-06, + "G": 0.0004629325703717768, + "F": 0.007393709849566221, + "E": 0.00016703951405361295, + "T": 0.000540116976480931, + "P": 0.018570968881249428, + "-": 0.9714660048484802 + }, + "id": "tp_28907" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3613380, + "label": "-", + "classification": { + "B": 3.542565423231281e-07, + "S": 2.234762348507502e-07, + "I": 1.5804700126409443e-07, + "C": 4.638599421014078e-06, + "R": 1.4792353795201052e-06, + "M": 3.9200062019517645e-05, + "O": 1.8147120499634184e-05, + "W": 4.21766017666414e-08, + "N": 2.4770130391260636e-09, + "Y": 0.0003866331244353205, + "U": 7.821013281450462e-10, + "K": 9.945076762107874e-09, + "L": 5.681130915036192e-06, + "G": 0.0002613563265185803, + "F": 0.001970123965293169, + "E": 2.1101539005030645e-07, + "T": 8.019724191399291e-05, + "P": 8.912262273952365e-05, + "-": 0.9971423745155334 + }, + "id": "tp_28908" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3613514, + "label": "-", + "classification": { + "B": 2.0450601212473885e-09, + "S": 3.45530226653068e-09, + "I": 5.244897238299018e-06, + "C": 2.5043701157301257e-07, + "R": 1.807516269991538e-08, + "M": 7.975846756380633e-07, + "O": 4.23047396225229e-07, + "W": 6.396292384636126e-09, + "N": 8.671884188515833e-08, + "Y": 1.438503841200145e-05, + "U": 1.579429254050524e-09, + "K": 3.045679974889026e-08, + "L": 6.1726797007111145e-09, + "G": 2.0001468783448217e-06, + "F": 0.00014330234262160957, + "E": 3.0205981147446437e-06, + "T": 1.030214480124414e-05, + "P": 0.049941983073949814, + "-": 0.9498782157897949 + }, + "id": "tp_28909" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3613647, + "label": "-", + "classification": { + "B": 2.1184185243328102e-05, + "S": 0.00017730605031829327, + "I": 9.470473014516756e-05, + "C": 0.0014427092391997576, + "R": 0.0006948711234144866, + "M": 0.014450778253376484, + "O": 0.0026769055984914303, + "W": 4.940934741171077e-05, + "N": 1.1185447874595411e-05, + "Y": 0.035571664571762085, + "U": 2.3420541310770204e-06, + "K": 2.6453604732523672e-05, + "L": 0.002157476032152772, + "G": 0.022924231365323067, + "F": 0.05157490074634552, + "E": 0.00027692344156093895, + "T": 0.014607181772589684, + "P": 0.0024071906227618456, + "-": 0.8508325219154358 + }, + "id": "tp_28910" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3613780, + "label": "-", + "classification": { + "B": 5.6681965361349285e-05, + "S": 2.779868918878492e-05, + "I": 1.929941754497122e-05, + "C": 0.00465038837864995, + "R": 0.0005289528635330498, + "M": 0.0067157200537621975, + "O": 0.0008843408431857824, + "W": 9.435055289941374e-06, + "N": 6.125059144324041e-07, + "Y": 0.004145351704210043, + "U": 2.1160532526209863e-07, + "K": 4.921458867102046e-07, + "L": 0.001685524359345436, + "G": 0.018624575808644295, + "F": 0.013862094841897488, + "E": 0.00012943708861712366, + "T": 0.0025938423350453377, + "P": 0.001039106398820877, + "-": 0.945026159286499 + }, + "id": "tp_28911" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3613881, + "label": "-", + "classification": { + "B": 0.0032040441874414682, + "S": 0.004502472002059221, + "I": 0.0010985768167302012, + "C": 0.16303324699401855, + "R": 0.028207505121827126, + "M": 0.06508394330739975, + "O": 0.009418347850441933, + "W": 0.0006927067879587412, + "N": 0.00011382148659322411, + "Y": 0.004904888104647398, + "U": 3.543425918905996e-05, + "K": 2.8119726266595535e-05, + "L": 0.049662135541439056, + "G": 0.21345539391040802, + "F": 0.1212635338306427, + "E": 0.0032974169589579105, + "T": 0.01720958575606346, + "P": 0.008791308850049973, + "-": 0.30599749088287354 + }, + "id": "tp_28912" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3614014, + "label": "-", + "classification": { + "B": 1.0425326763652265e-05, + "S": 5.313414021657081e-06, + "I": 0.0001722989254631102, + "C": 8.168887143256143e-05, + "R": 8.885980605555233e-06, + "M": 0.0001624098513275385, + "O": 4.9692032916937023e-05, + "W": 2.4336932256119326e-06, + "N": 1.7955910152522847e-05, + "Y": 0.0009604674996808171, + "U": 1.9359731595613994e-06, + "K": 1.714730024104938e-05, + "L": 9.446673175261822e-06, + "G": 0.0008642323664389551, + "F": 0.016306044533848763, + "E": 0.0006658174679614604, + "T": 0.0007011008565314114, + "P": 0.13333100080490112, + "-": 0.8466317057609558 + }, + "id": "tp_28913" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3614147, + "label": "-", + "classification": { + "B": 0.0007240087143145502, + "S": 0.00017338243196718395, + "I": 0.0018332876497879624, + "C": 0.009331083856523037, + "R": 0.0022147998679429293, + "M": 0.0039054956287145615, + "O": 0.0015194626757875085, + "W": 0.00023200998839456588, + "N": 0.0003218810597900301, + "Y": 0.01710362173616886, + "U": 0.00022533550509251654, + "K": 0.0002775964676402509, + "L": 0.0009051765664480627, + "G": 0.007581748533993959, + "F": 0.02655583620071411, + "E": 0.003280402859672904, + "T": 0.00846287701278925, + "P": 0.0876513123512268, + "-": 0.8277007341384888 + }, + "id": "tp_28914" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3614281, + "label": "-", + "classification": { + "B": 0.00028165552066639066, + "S": 0.0003123040369246155, + "I": 0.0021798252128064632, + "C": 0.04238983616232872, + "R": 0.014986099675297737, + "M": 0.045452043414115906, + "O": 0.008586494252085686, + "W": 0.0004014729638583958, + "N": 0.00016967827104963362, + "Y": 0.1752040684223175, + "U": 0.00010271308565279469, + "K": 0.00023507144942414016, + "L": 0.008703714236617088, + "G": 0.07916129380464554, + "F": 0.026797901839017868, + "E": 0.0014458540827035904, + "T": 0.05227570980787277, + "P": 0.004886843729764223, + "-": 0.5364274978637695 + }, + "id": "tp_28915" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3614381, + "label": "-", + "classification": { + "B": 0.0002921067352872342, + "S": 0.0014725420624017715, + "I": 0.0016553258756175637, + "C": 0.0031914436258375645, + "R": 0.0022567708510905504, + "M": 0.01903510093688965, + "O": 0.011035390198230743, + "W": 0.0008600007276982069, + "N": 0.0002627382637001574, + "Y": 0.028376871719956398, + "U": 0.00011263898340985179, + "K": 0.00021677780023310333, + "L": 0.00496479868888855, + "G": 0.01775144785642624, + "F": 0.05087227374315262, + "E": 0.0010764776961877942, + "T": 0.02088928036391735, + "P": 0.02042583003640175, + "-": 0.8152521848678589 + }, + "id": "tp_28916" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3614515, + "label": "-", + "classification": { + "B": 4.9102745833806694e-05, + "S": 0.00011808221461251378, + "I": 0.000550002558156848, + "C": 0.001471003401093185, + "R": 0.0006382231949828565, + "M": 0.011857423931360245, + "O": 0.002287711948156357, + "W": 7.509449642384425e-05, + "N": 3.757922240765765e-05, + "Y": 0.032323699444532394, + "U": 1.3474195839080494e-05, + "K": 2.1641615603584796e-05, + "L": 0.0013062268262729049, + "G": 0.011876124888658524, + "F": 0.01968550682067871, + "E": 0.00039530472713522613, + "T": 0.019335614517331123, + "P": 0.008394755423069, + "-": 0.8895634412765503 + }, + "id": "tp_28917" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3614648, + "label": "-", + "classification": { + "B": 0.00010088127601193264, + "S": 7.748175994493067e-05, + "I": 3.724198177224025e-05, + "C": 0.0018344535492360592, + "R": 0.0005167096969671547, + "M": 0.009737837128341198, + "O": 0.0014016435015946627, + "W": 1.9298697225167416e-05, + "N": 1.5782554783072555e-06, + "Y": 0.017543181777000427, + "U": 8.728464990781504e-07, + "K": 3.0950616292102495e-06, + "L": 0.002678972901776433, + "G": 0.04287176579236984, + "F": 0.015547683462500572, + "E": 0.00011280037142569199, + "T": 0.011126050725579262, + "P": 0.0007559619843959808, + "-": 0.8956324458122253 + }, + "id": "tp_28918" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3614781, + "label": "C", + "classification": { + "B": 0.0009324526763521135, + "S": 0.007280158810317516, + "I": 0.00806005671620369, + "C": 0.3080507516860962, + "R": 0.054320529103279114, + "M": 0.03399911895394325, + "O": 0.02345510944724083, + "W": 0.0032104901038110256, + "N": 0.0012933982070535421, + "Y": 0.12426737695932388, + "U": 9.239657083526254e-05, + "K": 0.0020915099885314703, + "L": 0.013085477985441685, + "G": 0.17238302528858185, + "F": 0.04055659472942352, + "E": 0.004600201267749071, + "T": 0.08191298693418503, + "P": 0.0028641284443438053, + "-": 0.1175442710518837 + }, + "id": "tp_28919" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3614882, + "label": "-", + "classification": { + "B": 2.552645582909463e-06, + "S": 0.00019376141426619142, + "I": 3.069246668019332e-05, + "C": 0.05150575935840607, + "R": 0.012519248761236668, + "M": 0.036503057926893234, + "O": 0.0065638660453259945, + "W": 4.793878542841412e-05, + "N": 1.0308378932677442e-06, + "Y": 0.023401491343975067, + "U": 6.138068897598714e-07, + "K": 2.9470961635524873e-06, + "L": 0.02602352574467659, + "G": 0.18162815272808075, + "F": 0.0770917609333992, + "E": 4.021660424768925e-05, + "T": 0.009710326790809631, + "P": 0.0003605565580073744, + "-": 0.5743724703788757 + }, + "id": "tp_28920" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3615015, + "label": "-", + "classification": { + "B": 2.1414077178150137e-09, + "S": 2.028747836391176e-09, + "I": 3.569826745319915e-08, + "C": 6.3426077758776955e-06, + "R": 2.2461097159975907e-07, + "M": 1.4533224202750716e-05, + "O": 6.09309950050374e-07, + "W": 4.0116776567344914e-10, + "N": 2.2068384619711168e-10, + "Y": 0.00013341747398953885, + "U": 3.479068075296077e-11, + "K": 1.3711827506757146e-10, + "L": 6.643975325459905e-07, + "G": 9.700071677798405e-05, + "F": 0.0015406431630253792, + "E": 1.2792284564966394e-07, + "T": 3.6304089007899165e-05, + "P": 0.00018118612933903933, + "-": 0.9979889392852783 + }, + "id": "tp_28921" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3615148, + "label": "C", + "classification": { + "B": 0.0001962315000128001, + "S": 0.0011797476327046752, + "I": 0.0003690292651299387, + "C": 0.5585008263587952, + "R": 0.1344967484474182, + "M": 0.02622726932168007, + "O": 0.01030600443482399, + "W": 0.00063978077378124, + "N": 6.943697371752933e-05, + "Y": 0.012144914828240871, + "U": 5.281630365061574e-05, + "K": 5.318741386872716e-05, + "L": 0.04900875687599182, + "G": 0.16598527133464813, + "F": 0.01304653100669384, + "E": 0.0003898381837643683, + "T": 0.012020092457532883, + "P": 0.00021965749328956008, + "-": 0.01509381178766489 + }, + "id": "tp_28922" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3615282, + "label": "-", + "classification": { + "B": 1.1602496741147661e-08, + "S": 8.3447799781311e-09, + "I": 9.051009897120821e-08, + "C": 3.15023783059587e-07, + "R": 4.514786411391469e-08, + "M": 1.8141753344025346e-06, + "O": 1.051956587616587e-06, + "W": 6.145923325817648e-09, + "N": 1.1802816501926827e-09, + "Y": 1.785607310011983e-05, + "U": 2.92106228094724e-10, + "K": 4.2629885732559103e-10, + "L": 6.55268266314124e-08, + "G": 3.0846185836708173e-06, + "F": 0.0002008009614655748, + "E": 2.7407287106484546e-08, + "T": 2.710202898015268e-05, + "P": 0.0009299067314714193, + "-": 0.9988177418708801 + }, + "id": "tp_28923" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3615382, + "label": "-", + "classification": { + "B": 0.003581449156627059, + "S": 0.010007066652178764, + "I": 0.023452486842870712, + "C": 0.01923389919102192, + "R": 0.009268047288060188, + "M": 0.030624914914369583, + "O": 0.02328283153474331, + "W": 0.007614612113684416, + "N": 0.014001641422510147, + "Y": 0.04234926775097847, + "U": 0.003450431628152728, + "K": 0.013871372677385807, + "L": 0.009849070571362972, + "G": 0.03694254904985428, + "F": 0.12028001993894577, + "E": 0.02572520636022091, + "T": 0.046490415930747986, + "P": 0.1554429829120636, + "-": 0.40453168749809265 + }, + "id": "tp_28924" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3615516, + "label": "-", + "classification": { + "B": 5.648859587381594e-05, + "S": 9.776750084711239e-05, + "I": 0.00022945553064346313, + "C": 0.035054732114076614, + "R": 0.005848072934895754, + "M": 0.010534686036407948, + "O": 0.002905513858422637, + "W": 0.00013836204016115516, + "N": 3.149114490952343e-05, + "Y": 0.04557182267308235, + "U": 3.9874459616839886e-05, + "K": 0.0002244961797259748, + "L": 0.0026190991047769785, + "G": 0.06572040170431137, + "F": 0.025524234399199486, + "E": 0.0005880838143639266, + "T": 0.022582106292247772, + "P": 0.003625919111073017, + "-": 0.7786073088645935 + }, + "id": "tp_28925" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3615649, + "label": "-", + "classification": { + "B": 0.0010174601338803768, + "S": 0.0015787798911333084, + "I": 0.00014872786414343864, + "C": 0.0013596558710560203, + "R": 0.0011025018757209182, + "M": 0.012783033773303032, + "O": 0.01121554709970951, + "W": 0.000769317033700645, + "N": 2.6251776944263838e-05, + "Y": 0.01082776952534914, + "U": 5.24738652529777e-06, + "K": 2.232919905509334e-05, + "L": 0.004639517981559038, + "G": 0.013864059001207352, + "F": 0.08213566243648529, + "E": 0.00040928961243480444, + "T": 0.007815754972398281, + "P": 0.0049436939880251884, + "-": 0.8453353643417358 + }, + "id": "tp_28926" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3615782, + "label": "G", + "classification": { + "B": 0.00012539306771941483, + "S": 0.005866981111466885, + "I": 0.0009322444093413651, + "C": 0.2714570164680481, + "R": 0.04745764657855034, + "M": 0.025000225752592087, + "O": 0.010332316160202026, + "W": 0.0011825625551864505, + "N": 0.0003740512183867395, + "Y": 0.010499749332666397, + "U": 1.757276368152816e-05, + "K": 0.0006159150507301092, + "L": 0.028574081137776375, + "G": 0.43698108196258545, + "F": 0.11078058183193207, + "E": 0.004694016650319099, + "T": 0.02010433003306389, + "P": 0.0012837500544264913, + "-": 0.02372046932578087 + }, + "id": "tp_28927" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3615883, + "label": "G", + "classification": { + "B": 1.7263982954318635e-05, + "S": 0.00021860744163859636, + "I": 0.0005388356512412429, + "C": 0.10509540885686874, + "R": 0.00987929292023182, + "M": 0.011439983732998371, + "O": 0.002655002987012267, + "W": 0.00015675225586164743, + "N": 5.1936545787611976e-05, + "Y": 0.27011144161224365, + "U": 2.5729525532369735e-06, + "K": 0.00304565136320889, + "L": 0.001547509804368019, + "G": 0.39100825786590576, + "F": 0.05325454846024513, + "E": 0.003061241004616022, + "T": 0.04202883690595627, + "P": 0.00037012906977906823, + "-": 0.10551673173904419 + }, + "id": "tp_28928" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3616016, + "label": "-", + "classification": { + "B": 0.02369414083659649, + "S": 0.0024794091004878283, + "I": 0.001240255543962121, + "C": 0.012195934541523457, + "R": 0.006985535379499197, + "M": 0.0782913863658905, + "O": 0.03341338783502579, + "W": 0.001702916924841702, + "N": 6.532452971441671e-05, + "Y": 0.02517826110124588, + "U": 4.2792362364707515e-05, + "K": 3.84394797947607e-06, + "L": 0.08331765979528427, + "G": 0.09479013830423355, + "F": 0.01640712097287178, + "E": 0.0010646500159054995, + "T": 0.020200926810503006, + "P": 0.0071495939046144485, + "-": 0.5917766690254211 + }, + "id": "tp_28929" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3616149, + "label": "G", + "classification": { + "B": 0.004813116509467363, + "S": 0.001268387190066278, + "I": 0.0021139958407729864, + "C": 0.06258565187454224, + "R": 0.011684495955705643, + "M": 0.06520725041627884, + "O": 0.008688168600201607, + "W": 0.0007165974238887429, + "N": 0.00034319510450586677, + "Y": 0.08732414990663528, + "U": 0.00016926212992984802, + "K": 0.0006553548737429082, + "L": 0.018555589020252228, + "G": 0.3270016014575958, + "F": 0.04766078665852547, + "E": 0.01658276841044426, + "T": 0.038542911410331726, + "P": 0.009093149565160275, + "-": 0.296993613243103 + }, + "id": "tp_28930" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3616283, + "label": "-", + "classification": { + "B": 3.082217153860256e-05, + "S": 2.2406440621125512e-05, + "I": 0.00011343283404130489, + "C": 0.0001404234062647447, + "R": 2.8211763492436148e-05, + "M": 0.0019797824788838625, + "O": 0.0003033099346794188, + "W": 1.0832742191269062e-05, + "N": 1.175540000986075e-05, + "Y": 0.010013602674007416, + "U": 2.2192321011971217e-06, + "K": 4.023980727652088e-05, + "L": 8.516339585185051e-05, + "G": 0.006940355058759451, + "F": 0.023180093616247177, + "E": 0.0010748278582468629, + "T": 0.0026984652504324913, + "P": 0.022075142711400986, + "-": 0.9312489628791809 + }, + "id": "tp_28931" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3616383, + "label": "-", + "classification": { + "B": 4.543994145933539e-05, + "S": 0.00023081060498952866, + "I": 0.0004583994159474969, + "C": 0.022866828367114067, + "R": 0.00803106278181076, + "M": 0.013866398483514786, + "O": 0.002704169601202011, + "W": 0.00011259521124884486, + "N": 2.237774788227398e-05, + "Y": 0.006474740337580442, + "U": 1.3019517609791365e-05, + "K": 6.256032065721229e-06, + "L": 0.003646754426881671, + "G": 0.01903063803911209, + "F": 0.037002574652433395, + "E": 0.0001809755340218544, + "T": 0.017841067165136337, + "P": 0.006468913983553648, + "-": 0.8609970211982727 + }, + "id": "tp_28932" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3616517, + "label": "-", + "classification": { + "B": 0.000755155982915312, + "S": 0.0004609845345839858, + "I": 0.0007329553482122719, + "C": 0.0012086015194654465, + "R": 0.0003883496974594891, + "M": 0.009995189495384693, + "O": 0.002492460422217846, + "W": 0.00016448544920422137, + "N": 9.098478767555207e-05, + "Y": 0.01682530902326107, + "U": 1.3894597032049205e-05, + "K": 0.00033924897434189916, + "L": 0.0010882229544222355, + "G": 0.03440476953983307, + "F": 0.0529833659529686, + "E": 0.004475856199860573, + "T": 0.0091776791960001, + "P": 0.015460152179002762, + "-": 0.8489423394203186 + }, + "id": "tp_28933" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3616650, + "label": "-", + "classification": { + "B": 9.787875023903325e-05, + "S": 0.0006358874961733818, + "I": 0.0015083967009559274, + "C": 0.02903619036078453, + "R": 0.008332346566021442, + "M": 0.02046111412346363, + "O": 0.006132045760750771, + "W": 0.0003963887575082481, + "N": 0.00021321694657672197, + "Y": 0.15576018393039703, + "U": 4.371384420664981e-05, + "K": 0.00047530076699331403, + "L": 0.0051225898787379265, + "G": 0.11482537537813187, + "F": 0.08866952359676361, + "E": 0.0030260588973760605, + "T": 0.045709580183029175, + "P": 0.007030055858194828, + "-": 0.5125241279602051 + }, + "id": "tp_28934" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3616750, + "label": "-", + "classification": { + "B": 0.0023092387709766626, + "S": 0.0006476455018855631, + "I": 0.00013714988017454743, + "C": 0.0003951276885345578, + "R": 0.0002266143710585311, + "M": 0.010773801244795322, + "O": 0.004250156693160534, + "W": 0.00031835524714551866, + "N": 1.8373391867498867e-05, + "Y": 0.005025025457143784, + "U": 5.686857548425905e-06, + "K": 7.5450643635122105e-06, + "L": 0.0020058320369571447, + "G": 0.005731145851314068, + "F": 0.029167940840125084, + "E": 0.0005778977647423744, + "T": 0.005391615908592939, + "P": 0.014061544090509415, + "-": 0.9189492464065552 + }, + "id": "tp_28935" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3616884, + "label": "C", + "classification": { + "B": 0.0029793516732752323, + "S": 0.003396593267098069, + "I": 0.004614749923348427, + "C": 0.5163717865943909, + "R": 0.11915290355682373, + "M": 0.04901920258998871, + "O": 0.011180915869772434, + "W": 0.002541938563808799, + "N": 0.0005416116327978671, + "Y": 0.022804198786616325, + "U": 0.00029386236565187573, + "K": 0.00014913694758433849, + "L": 0.05326458066701889, + "G": 0.14045903086662292, + "F": 0.013916458934545517, + "E": 0.005459069740027189, + "T": 0.018907688558101654, + "P": 0.00227636587806046, + "-": 0.0326705127954483 + }, + "id": "tp_28936" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3617017, + "label": "G", + "classification": { + "B": 0.002543546725064516, + "S": 0.001188240828923881, + "I": 0.0022232872433960438, + "C": 0.14799660444259644, + "R": 0.022265981882810593, + "M": 0.03869975358247757, + "O": 0.007411021273583174, + "W": 0.000700065225828439, + "N": 0.0004241759597789496, + "Y": 0.07982955127954483, + "U": 0.0001575849310029298, + "K": 0.0003666881821118295, + "L": 0.027043577283620834, + "G": 0.34208887815475464, + "F": 0.07981061190366745, + "E": 0.011834739707410336, + "T": 0.02784826047718525, + "P": 0.008360525593161583, + "-": 0.19920691847801208 + }, + "id": "tp_28937" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3617150, + "label": "-", + "classification": { + "B": 0.0004344959161244333, + "S": 0.0021108840592205524, + "I": 0.0009175018058158457, + "C": 0.04847866669297218, + "R": 0.008418594487011433, + "M": 0.03377664461731911, + "O": 0.006335697136819363, + "W": 0.0005782165098935366, + "N": 0.00021649851987604052, + "Y": 0.04757072404026985, + "U": 4.851163612329401e-05, + "K": 0.0005776072503067553, + "L": 0.008261226117610931, + "G": 0.10351905226707458, + "F": 0.17740605771541595, + "E": 0.003906206926330924, + "T": 0.045888613909482956, + "P": 0.006789215840399265, + "-": 0.5047656297683716 + }, + "id": "tp_28938" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3617251, + "label": "-", + "classification": { + "B": 0.014078432694077492, + "S": 0.0017106434097513556, + "I": 0.008363908156752586, + "C": 0.13722200691699982, + "R": 0.026777159422636032, + "M": 0.08666819334030151, + "O": 0.018461842089891434, + "W": 0.001930323662236333, + "N": 0.0010647051967680454, + "Y": 0.07696399092674255, + "U": 0.0005845378036610782, + "K": 0.0002752735454123467, + "L": 0.027207205072045326, + "G": 0.14291252195835114, + "F": 0.015619507990777493, + "E": 0.012529038824141026, + "T": 0.04587646946310997, + "P": 0.015862684696912766, + "-": 0.36589160561561584 + }, + "id": "tp_28939" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3617384, + "label": "-", + "classification": { + "B": 5.732666977564804e-06, + "S": 4.057410478708334e-05, + "I": 3.237741475459188e-05, + "C": 0.0015974307898432016, + "R": 0.0007334934780374169, + "M": 0.004034462384879589, + "O": 0.0008543644798919559, + "W": 1.8850616470444947e-05, + "N": 1.148991714217118e-06, + "Y": 0.0074270074255764484, + "U": 5.143874659552239e-07, + "K": 2.7341067720954015e-07, + "L": 0.000774491869378835, + "G": 0.0033512546215206385, + "F": 0.008368242532014847, + "E": 2.363964267715346e-05, + "T": 0.006643370259553194, + "P": 0.0015947677893564105, + "-": 0.9644979238510132 + }, + "id": "tp_28940" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3617518, + "label": "-", + "classification": { + "B": 3.548087988747284e-06, + "S": 4.335940320743248e-05, + "I": 0.0001257066469406709, + "C": 0.0016169794835150242, + "R": 0.0005840262747369707, + "M": 0.003901395946741104, + "O": 0.0013882917119190097, + "W": 3.568702595657669e-05, + "N": 9.469078577239998e-06, + "Y": 0.019459590315818787, + "U": 3.381395117685315e-06, + "K": 1.243640417669667e-05, + "L": 0.000652521790470928, + "G": 0.007522289175540209, + "F": 0.03757907450199127, + "E": 0.00011740480113076046, + "T": 0.009406611323356628, + "P": 0.005966850556433201, + "-": 0.9115713834762573 + }, + "id": "tp_28941" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3617651, + "label": "-", + "classification": { + "B": 5.392484581534518e-06, + "S": 1.3286286275615566e-06, + "I": 7.719627319602296e-06, + "C": 0.00015495647676289082, + "R": 1.2376678569125943e-05, + "M": 0.002564638154581189, + "O": 0.00010358952567912638, + "W": 3.739892804333067e-07, + "N": 1.485247906884979e-07, + "Y": 0.005726101342588663, + "U": 7.566858073460025e-08, + "K": 1.0234717251478287e-07, + "L": 0.00016244937432929873, + "G": 0.006216788664460182, + "F": 0.0029880523215979338, + "E": 8.443595288554206e-05, + "T": 0.001571107772178948, + "P": 0.0024008452892303467, + "-": 0.9779995083808899 + }, + "id": "tp_28942" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3617751, + "label": "-", + "classification": { + "B": 2.2105086827650666e-05, + "S": 8.343068657268304e-06, + "I": 0.0001450094423489645, + "C": 0.00011764261580538005, + "R": 1.5913408788037486e-05, + "M": 0.00019008594972547144, + "O": 8.43050074763596e-05, + "W": 4.593169251165818e-06, + "N": 9.011327165353578e-06, + "Y": 0.00038846730603836477, + "U": 5.689747695214464e-07, + "K": 3.870980435749516e-06, + "L": 1.5257754057529382e-05, + "G": 0.0005561995785683393, + "F": 0.011687804944813251, + "E": 0.0005040495307184756, + "T": 0.0002891799667850137, + "P": 0.05659696087241173, + "-": 0.9293606281280518 + }, + "id": "tp_28943" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3617885, + "label": "-", + "classification": { + "B": 7.385400385828689e-05, + "S": 1.3152552128303796e-05, + "I": 4.1645296732895076e-05, + "C": 0.00021736188500653952, + "R": 6.149577529868111e-05, + "M": 0.005538945086300373, + "O": 0.0005275491275824606, + "W": 4.3368004298827145e-06, + "N": 1.2445682386896806e-06, + "Y": 0.008155457675457, + "U": 4.0890660102377296e-07, + "K": 8.859998956722848e-08, + "L": 0.0008072616765275598, + "G": 0.004907773807644844, + "F": 0.004048041068017483, + "E": 0.00010301502334186807, + "T": 0.00688321515917778, + "P": 0.0035676986444741488, + "-": 0.9650474190711975 + }, + "id": "tp_28944" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3618018, + "label": "-", + "classification": { + "B": 0.0003707940049935132, + "S": 0.0004264317685738206, + "I": 0.0008219362935051322, + "C": 0.012975869700312614, + "R": 0.0024391449987888336, + "M": 0.06589458137750626, + "O": 0.0031637721695005894, + "W": 7.601910328958184e-05, + "N": 1.973180224013049e-05, + "Y": 0.025581443682312965, + "U": 6.862839654786512e-06, + "K": 2.355172000534367e-06, + "L": 0.014961151406168938, + "G": 0.07762620598077774, + "F": 0.044466499239206314, + "E": 0.0015788604505360126, + "T": 0.026376206427812576, + "P": 0.008052218705415726, + "-": 0.7151598930358887 + }, + "id": "tp_28945" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3618151, + "label": "-", + "classification": { + "B": 7.208733165953163e-09, + "S": 3.5214494431556886e-08, + "I": 2.922990347542509e-07, + "C": 1.5579331602566526e-06, + "R": 4.105325501768675e-07, + "M": 8.111995703075081e-05, + "O": 1.4242013094190042e-05, + "W": 3.9279584029827674e-08, + "N": 4.376139006723179e-09, + "Y": 9.751658944878727e-05, + "U": 1.1119767329148544e-09, + "K": 1.043380826182272e-09, + "L": 1.6680535281921038e-06, + "G": 2.7882966605830006e-05, + "F": 0.00012869085185229778, + "E": 1.466400476601848e-07, + "T": 0.00015489982615690678, + "P": 0.0005763938534073532, + "-": 0.9989151954650879 + }, + "id": "tp_28946" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3618252, + "label": "-", + "classification": { + "B": 2.102568119610737e-12, + "S": 7.898622034208103e-11, + "I": 3.366508494195841e-08, + "C": 3.982591323392626e-08, + "R": 6.946004216246138e-09, + "M": 1.5463744773569488e-07, + "O": 4.264799002839936e-08, + "W": 5.4063604287835076e-11, + "N": 1.8295344406116243e-10, + "Y": 4.428724059835076e-05, + "U": 1.4381881102698557e-11, + "K": 2.8099584881147166e-09, + "L": 9.879207452101468e-10, + "G": 1.3485370118360152e-06, + "F": 0.00018995832942891866, + "E": 9.41883104843555e-09, + "T": 7.416670996462926e-06, + "P": 0.0001974496990442276, + "-": 0.999559223651886 + }, + "id": "tp_28947" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3618385, + "label": "-", + "classification": { + "B": 1.3662663150171284e-05, + "S": 1.95623142644763e-05, + "I": 5.775976023869589e-05, + "C": 0.0005833968752995133, + "R": 5.24847891938407e-05, + "M": 0.00045875771320424974, + "O": 0.00028950005071237683, + "W": 9.958575901691802e-06, + "N": 3.9234514588315506e-06, + "Y": 0.00038308952935039997, + "U": 1.1997651654382935e-06, + "K": 3.7365586535997863e-07, + "L": 0.00015185833035502583, + "G": 0.001358318724669516, + "F": 0.009159614332020283, + "E": 3.300871321698651e-05, + "T": 0.0018941712332889438, + "P": 0.01959415152668953, + "-": 0.9659352898597717 + }, + "id": "tp_28948" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3618519, + "label": "-", + "classification": { + "B": 1.757377106059721e-07, + "S": 5.3815981004845526e-08, + "I": 6.430723260564264e-06, + "C": 1.1728167010005563e-05, + "R": 1.394001401422429e-06, + "M": 2.2874575734022073e-05, + "O": 4.515758973866468e-06, + "W": 6.7648585400093e-08, + "N": 1.806093337108905e-07, + "Y": 0.0004316920239944011, + "U": 4.1255297844600136e-08, + "K": 5.339293238648679e-07, + "L": 4.822476284971344e-07, + "G": 0.00010852902050828561, + "F": 0.0009597690659575164, + "E": 1.7744403521646746e-05, + "T": 0.00011338880722178146, + "P": 0.012431088835000992, + "-": 0.985889196395874 + }, + "id": "tp_28949" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3618652, + "label": "-", + "classification": { + "B": 3.5019189770224557e-09, + "S": 8.997618206052493e-10, + "I": 5.210737397121079e-11, + "C": 2.0201207373560237e-09, + "R": 6.440998845391732e-10, + "M": 2.3181960386864375e-06, + "O": 1.0008324125010404e-06, + "W": 2.663234077715515e-10, + "N": 1.4065643452482873e-13, + "Y": 6.077080456634576e-07, + "U": 2.382808204492038e-14, + "K": 1.1228485589237502e-14, + "L": 1.9251696414812614e-07, + "G": 2.8815111363655888e-06, + "F": 0.00013871496776118875, + "E": 1.2748442579368913e-10, + "T": 6.378968464559875e-07, + "P": 9.376614798384253e-06, + "-": 0.9998443126678467 + }, + "id": "tp_28950" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3618752, + "label": "-", + "classification": { + "B": 6.768504334786485e-08, + "S": 3.707891949034092e-07, + "I": 3.289502501502284e-07, + "C": 3.438348130657687e-06, + "R": 3.414899651943415e-07, + "M": 1.273470297746826e-05, + "O": 7.50292701923172e-06, + "W": 6.491823967280652e-08, + "N": 1.4230674416637612e-08, + "Y": 8.825711120152846e-05, + "U": 1.1042132763705581e-09, + "K": 4.1049453614050435e-08, + "L": 1.520041337244038e-06, + "G": 0.00012381785199977458, + "F": 0.02727065421640873, + "E": 1.8236061123388936e-06, + "T": 3.47690365742892e-05, + "P": 0.003635506145656109, + "-": 0.9688186049461365 + }, + "id": "tp_28951" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3618886, + "label": "-", + "classification": { + "B": 3.680123370486399e-07, + "S": 3.3144192457257304e-07, + "I": 3.3631615224294364e-05, + "C": 1.4319425645226147e-05, + "R": 2.194479066019994e-06, + "M": 0.00022171858290676028, + "O": 2.3332511773332953e-05, + "W": 3.8011384617675503e-07, + "N": 1.4667411960544996e-06, + "Y": 0.0009187263785861433, + "U": 1.5186215307494422e-07, + "K": 1.6746796518418705e-06, + "L": 2.6152902137255296e-06, + "G": 0.00031719793332740664, + "F": 0.0034266789443790913, + "E": 0.00011498923413455486, + "T": 0.0004044514789711684, + "P": 0.015246330760419369, + "-": 0.9792694449424744 + }, + "id": "tp_28952" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3619019, + "label": "-", + "classification": { + "B": 4.0937851736089215e-05, + "S": 6.007044794387184e-05, + "I": 0.00012002254516119137, + "C": 0.012514092959463596, + "R": 0.0016978312050923705, + "M": 0.003078148001804948, + "O": 0.0017402753001078963, + "W": 9.395564120495692e-05, + "N": 2.58510608546203e-05, + "Y": 0.021420422941446304, + "U": 1.4238267795008142e-05, + "K": 0.0007717138505540788, + "L": 0.00041424977825954556, + "G": 0.016746409237384796, + "F": 0.03011690080165863, + "E": 0.00042272417340427637, + "T": 0.008051211014389992, + "P": 0.00657659862190485, + "-": 0.8960942625999451 + }, + "id": "tp_28953" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3619152, + "label": "-", + "classification": { + "B": 2.4705867573970863e-08, + "S": 1.086342109601901e-07, + "I": 8.02714657766046e-06, + "C": 1.7238195141544566e-05, + "R": 6.7051732912659645e-06, + "M": 0.00039562428719364107, + "O": 3.268434011260979e-05, + "W": 1.3884631755445298e-07, + "N": 8.016481700678924e-08, + "Y": 0.0017373039154335856, + "U": 1.2864750154051308e-08, + "K": 8.821018582239049e-09, + "L": 1.3858730198990088e-05, + "G": 0.00033694467856548727, + "F": 0.0015488512581214309, + "E": 1.107047046389198e-05, + "T": 0.0006864532479085028, + "P": 0.004130612593144178, + "-": 0.9910743832588196 + }, + "id": "tp_28954" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3619253, + "label": "-", + "classification": { + "B": 9.849944859752213e-09, + "S": 1.191950360635019e-08, + "I": 2.176028829126153e-06, + "C": 1.0429678695800249e-05, + "R": 9.808372851694003e-07, + "M": 2.0525732907117344e-05, + "O": 2.74061903837719e-06, + "W": 3.1853559789851715e-08, + "N": 2.6487734672286933e-08, + "Y": 0.00029247452039271593, + "U": 1.0051577348235696e-08, + "K": 2.1974939201641064e-08, + "L": 4.857784574596735e-07, + "G": 2.6506017093197443e-05, + "F": 0.00045284786028787494, + "E": 3.556026513251709e-06, + "T": 0.00015127548249438405, + "P": 0.006686924956738949, + "-": 0.9923491477966309 + }, + "id": "tp_28955" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3619386, + "label": "-", + "classification": { + "B": 9.042295459948946e-06, + "S": 7.843889875402965e-07, + "I": 5.903437340748496e-06, + "C": 2.431714847261901e-06, + "R": 5.081876111034944e-07, + "M": 0.00013895775191485882, + "O": 2.099082848872058e-05, + "W": 2.8652124228756293e-07, + "N": 2.1043862830083526e-07, + "Y": 0.00015443630400113761, + "U": 1.1892113072065058e-08, + "K": 2.4548967303417157e-08, + "L": 3.632766265582177e-06, + "G": 0.00010939044295810163, + "F": 0.0009171106503345072, + "E": 5.9818299632752314e-05, + "T": 0.00015969887317623943, + "P": 0.01669326052069664, + "-": 0.981723427772522 + }, + "id": "tp_28956" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3619520, + "label": "-", + "classification": { + "B": 4.932651509470531e-10, + "S": 1.2213048350417921e-08, + "I": 1.1212025974316475e-08, + "C": 4.5700221562583465e-06, + "R": 1.4538389905283111e-06, + "M": 5.228387817624025e-05, + "O": 2.5737724627106218e-06, + "W": 2.2626451823271054e-09, + "N": 5.12286671416895e-11, + "Y": 0.00041944882832467556, + "U": 9.316931774694392e-12, + "K": 2.305563795435006e-10, + "L": 1.5851531998123392e-06, + "G": 0.0001083014503819868, + "F": 0.0011786360992118716, + "E": 3.107796686663278e-08, + "T": 0.00015524581249337643, + "P": 1.2457737284421455e-05, + "-": 0.9980633854866028 + }, + "id": "tp_28957" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3619653, + "label": "-", + "classification": { + "B": 5.875679107703036e-07, + "S": 1.608909997230512e-06, + "I": 4.161707329330966e-05, + "C": 9.611401765141636e-05, + "R": 1.5944366168696433e-05, + "M": 0.00010212566121481359, + "O": 2.5445344363106415e-05, + "W": 8.716945671949361e-07, + "N": 2.7708472316589905e-06, + "Y": 0.0023236225824803114, + "U": 3.6453425877880363e-07, + "K": 1.447583485969517e-06, + "L": 6.9118718784011435e-06, + "G": 0.0005428303848020732, + "F": 0.012839607894420624, + "E": 4.528982026386075e-05, + "T": 0.0011992531362921, + "P": 0.03119071200489998, + "-": 0.9515629410743713 + }, + "id": "tp_28958" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3619753, + "label": "-", + "classification": { + "B": 7.562093287560856e-06, + "S": 1.4899656889610924e-05, + "I": 1.6957754269242287e-05, + "C": 8.65929396240972e-05, + "R": 1.769573827914428e-05, + "M": 0.0003665731637738645, + "O": 0.00010793018736876547, + "W": 5.454704023577506e-06, + "N": 2.0842592221015366e-06, + "Y": 0.0014909537276253104, + "U": 3.748077972431929e-07, + "K": 1.7941249097930267e-05, + "L": 1.8914277461590245e-05, + "G": 0.0006952346884645522, + "F": 0.02514604665338993, + "E": 0.00017674057744443417, + "T": 0.0004856981395278126, + "P": 0.018549077212810516, + "-": 0.9527932405471802 + }, + "id": "tp_28959" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3619887, + "label": "-", + "classification": { + "B": 0.00022320286370813847, + "S": 4.790470029547578e-06, + "I": 5.1056376833003014e-06, + "C": 0.0002484327123966068, + "R": 0.0001309820218011737, + "M": 0.001315320492722094, + "O": 0.0007015962619334459, + "W": 6.847844815638382e-06, + "N": 5.007128933698368e-08, + "Y": 0.00015076283307280391, + "U": 5.269943770258578e-08, + "K": 2.2733566418242646e-10, + "L": 0.0009006947511807084, + "G": 0.001679722685366869, + "F": 0.0007139736553654075, + "E": 2.7869537007063627e-06, + "T": 0.0004038714978378266, + "P": 0.0021221598144620657, + "-": 0.9913895726203918 + }, + "id": "tp_28960" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3620020, + "label": "-", + "classification": { + "B": 6.770002869416203e-08, + "S": 2.573008259787457e-07, + "I": 3.987078343925532e-06, + "C": 3.488919219307718e-06, + "R": 5.774171540906536e-07, + "M": 2.727408536884468e-05, + "O": 7.202295364550082e-06, + "W": 1.3766660345027049e-07, + "N": 3.5000886100533535e-07, + "Y": 0.00039496729732491076, + "U": 3.806379922366432e-08, + "K": 1.0221652928521507e-06, + "L": 2.444882341023913e-07, + "G": 2.0262292309780605e-05, + "F": 0.0013038197066634893, + "E": 9.952854270522948e-06, + "T": 0.00022097436885815114, + "P": 0.011701506562530994, + "-": 0.986303985118866 + }, + "id": "tp_28961" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3620153, + "label": "-", + "classification": { + "B": 6.235678301891312e-05, + "S": 0.0002587874769233167, + "I": 1.630740189284552e-05, + "C": 0.00013862468767911196, + "R": 5.912819688091986e-05, + "M": 0.002855197060853243, + "O": 0.000955933122895658, + "W": 4.0902377804741263e-05, + "N": 4.32270098826848e-06, + "Y": 0.005092881619930267, + "U": 4.609763664120692e-07, + "K": 2.2013198758941144e-05, + "L": 0.0003200481878593564, + "G": 0.005450250115245581, + "F": 0.12519364058971405, + "E": 0.00030025685555301607, + "T": 0.002876210492104292, + "P": 0.004748964682221413, + "-": 0.8516036868095398 + }, + "id": "tp_28962" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3620254, + "label": "-", + "classification": { + "B": 9.036881237989292e-06, + "S": 8.766253449721262e-05, + "I": 0.00018216298485640436, + "C": 0.0011940879048779607, + "R": 0.0004307781928218901, + "M": 0.0024065885227173567, + "O": 0.0007854321738705039, + "W": 5.888252781005576e-05, + "N": 2.2205245841178112e-05, + "Y": 0.02092655561864376, + "U": 2.614468030515127e-06, + "K": 9.24009655136615e-05, + "L": 0.00016750156646594405, + "G": 0.0032527451403439045, + "F": 0.043047208338975906, + "E": 0.0005360582144930959, + "T": 0.005694323219358921, + "P": 0.010058029554784298, + "-": 0.9110456705093384 + }, + "id": "tp_28963" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3620387, + "label": "-", + "classification": { + "B": 1.3297333680384327e-05, + "S": 2.184258119086735e-05, + "I": 7.503030792577192e-05, + "C": 0.00018903495220001787, + "R": 5.555264579015784e-05, + "M": 0.0015517985448241234, + "O": 0.0005250237300060689, + "W": 1.4071436453377828e-05, + "N": 5.279939614410978e-06, + "Y": 0.0018011172069236636, + "U": 1.2460817515602685e-06, + "K": 1.6353870933016879e-06, + "L": 0.0001577662187628448, + "G": 0.0015355123905465007, + "F": 0.007574798073619604, + "E": 5.048911407357082e-05, + "T": 0.003012145636603236, + "P": 0.009871276095509529, + "-": 0.9735429883003235 + }, + "id": "tp_28964" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3620521, + "label": "-", + "classification": { + "B": 0.0007290914072655141, + "S": 0.004172508139163256, + "I": 0.003371127415448427, + "C": 0.050784967839717865, + "R": 0.012330442667007446, + "M": 0.023951493203639984, + "O": 0.012140445411205292, + "W": 0.0023781105410307646, + "N": 0.0020119037944823503, + "Y": 0.04033346101641655, + "U": 0.0004015860322397202, + "K": 0.013921644538640976, + "L": 0.008558574132621288, + "G": 0.14986498653888702, + "F": 0.2869175970554352, + "E": 0.026621229946613312, + "T": 0.023066360503435135, + "P": 0.04295191541314125, + "-": 0.2954925000667572 + }, + "id": "tp_28965" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3620654, + "label": "-", + "classification": { + "B": 2.041456959034349e-08, + "S": 3.0143453955133737e-08, + "I": 2.790033795463387e-05, + "C": 6.891034900036175e-06, + "R": 5.022199047743925e-07, + "M": 1.0132614988833666e-05, + "O": 2.079675368804601e-06, + "W": 2.3874836330151084e-08, + "N": 5.856613825017121e-07, + "Y": 6.294757622526959e-05, + "U": 4.7895547083953716e-08, + "K": 1.5493728255933092e-07, + "L": 1.3397276177329331e-07, + "G": 2.020510692091193e-05, + "F": 0.00036062515573576093, + "E": 1.2733822586596943e-05, + "T": 0.00015422415162902325, + "P": 0.06942874193191528, + "-": 0.9299120306968689 + }, + "id": "tp_28966" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3620754, + "label": "-", + "classification": { + "B": 0.00026012270245701075, + "S": 0.00036639461177401245, + "I": 0.0013262545689940453, + "C": 0.02238055132329464, + "R": 0.004603766370564699, + "M": 0.006797805894166231, + "O": 0.002858171472325921, + "W": 0.00032919211662374437, + "N": 0.0001315796107519418, + "Y": 0.016774434596300125, + "U": 6.338753883028403e-05, + "K": 4.969322617398575e-05, + "L": 0.0025643925182521343, + "G": 0.018559079617261887, + "F": 0.04410150647163391, + "E": 0.001296511385589838, + "T": 0.010207289829850197, + "P": 0.032409317791461945, + "-": 0.8349205851554871 + }, + "id": "tp_28967" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3620888, + "label": "-", + "classification": { + "B": 3.583367558235295e-08, + "S": 3.141979050269583e-07, + "I": 4.0847658056009095e-06, + "C": 8.79597519087838e-06, + "R": 2.334707914997125e-06, + "M": 2.146640144928824e-05, + "O": 1.1711921615642495e-05, + "W": 3.993924906353641e-07, + "N": 3.966655128806451e-07, + "Y": 0.0004619286919478327, + "U": 5.592863772108103e-08, + "K": 1.6244885046035051e-06, + "L": 5.837420644638769e-07, + "G": 3.40441802109126e-05, + "F": 0.007524468470364809, + "E": 7.790112249494996e-06, + "T": 0.00019474278087727726, + "P": 0.010044232942163944, + "-": 0.9816809296607971 + }, + "id": "tp_28968" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3621021, + "label": "-", + "classification": { + "B": 0.0003338684036862105, + "S": 0.0002497816749382764, + "I": 0.00012699926446657628, + "C": 0.0010127800051122904, + "R": 0.0002582964370958507, + "M": 0.005000486504286528, + "O": 0.0020931412000209093, + "W": 9.045129991136491e-05, + "N": 1.6940875866566785e-05, + "Y": 0.006250318605452776, + "U": 5.820783371746074e-06, + "K": 1.0220197509624995e-05, + "L": 0.001552557572722435, + "G": 0.011344512924551964, + "F": 0.048017967492341995, + "E": 0.0006643892847932875, + "T": 0.00627531111240387, + "P": 0.01948140375316143, + "-": 0.8972148299217224 + }, + "id": "tp_28969" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3621154, + "label": "-", + "classification": { + "B": 1.2556417061659886e-07, + "S": 1.9547329088709375e-07, + "I": 4.4336509745335206e-05, + "C": 0.0001081701775547117, + "R": 2.9225549951661378e-05, + "M": 0.0002831501769833267, + "O": 3.0340734156197868e-05, + "W": 2.482581180629495e-07, + "N": 5.260106945570442e-07, + "Y": 0.0022363855969160795, + "U": 1.7518154038498324e-07, + "K": 1.8287555292317847e-07, + "L": 1.2619851077033672e-05, + "G": 0.0005155124817974865, + "F": 0.0018002421129494905, + "E": 1.0598650987958536e-05, + "T": 0.0009867203189060092, + "P": 0.004340462386608124, + "-": 0.9896008372306824 + }, + "id": "tp_28970" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3621255, + "label": "-", + "classification": { + "B": 7.416898029077856e-07, + "S": 7.93325398262823e-06, + "I": 6.54382029097178e-06, + "C": 0.001098252017982304, + "R": 0.00016088434495031834, + "M": 0.0004634233773685992, + "O": 0.00016894754662644118, + "W": 4.000011813332094e-06, + "N": 7.539605917372683e-07, + "Y": 0.002649125410243869, + "U": 2.720514089560311e-07, + "K": 3.735828158824006e-06, + "L": 7.713884406257421e-05, + "G": 0.002241315320134163, + "F": 0.03929707407951355, + "E": 2.1009896954637952e-05, + "T": 0.0016127823619171977, + "P": 0.0025109166745096445, + "-": 0.9496750831604004 + }, + "id": "tp_28971" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3621388, + "label": "-", + "classification": { + "B": 5.389755642681848e-06, + "S": 8.682090424372291e-07, + "I": 7.360949325629917e-07, + "C": 2.819990368152503e-05, + "R": 4.816050022782292e-06, + "M": 0.00018606027879286557, + "O": 6.966117507545277e-05, + "W": 2.460160146711132e-07, + "N": 1.6136269209710008e-08, + "Y": 0.00010305519390385598, + "U": 4.499344452568721e-09, + "K": 7.05976122006291e-09, + "L": 4.285140676074661e-05, + "G": 0.0005424832343123853, + "F": 0.004055325873196125, + "E": 1.481337790210091e-06, + "T": 0.00011980667477473617, + "P": 0.0008029747987166047, + "-": 0.9940359592437744 + }, + "id": "tp_28972" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3621522, + "label": "-", + "classification": { + "B": 0.010829193517565727, + "S": 0.0054210941307246685, + "I": 0.004922123625874519, + "C": 0.020377853885293007, + "R": 0.006860572379082441, + "M": 0.08318337053060532, + "O": 0.02121543698012829, + "W": 0.0023042098619043827, + "N": 0.0009073312976397574, + "Y": 0.08649986237287521, + "U": 0.00020950817270204425, + "K": 0.0012014835374429822, + "L": 0.018401702865958214, + "G": 0.14835712313652039, + "F": 0.04939015954732895, + "E": 0.021664496511220932, + "T": 0.03736311197280884, + "P": 0.022562002763152122, + "-": 0.4583292603492737 + }, + "id": "tp_28973" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3621655, + "label": "-", + "classification": { + "B": 0.0028061766643077135, + "S": 0.0008150081266649067, + "I": 0.000465975608676672, + "C": 0.007706969045102596, + "R": 0.0023363863583654165, + "M": 0.015558226965367794, + "O": 0.004971717018634081, + "W": 0.0005534198717214167, + "N": 8.672287367517129e-05, + "Y": 0.010799498297274113, + "U": 5.3021227358840406e-05, + "K": 3.830706555163488e-05, + "L": 0.006437341216951609, + "G": 0.026898521929979324, + "F": 0.11908867955207825, + "E": 0.0022363606840372086, + "T": 0.00926312617957592, + "P": 0.03373665362596512, + "-": 0.7561479210853577 + }, + "id": "tp_28974" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3621755, + "label": "-", + "classification": { + "B": 8.649858500575647e-05, + "S": 5.966743265162222e-05, + "I": 0.004078312776982784, + "C": 0.0028996451292186975, + "R": 0.0007735270191915333, + "M": 0.0044713933020830154, + "O": 0.0008169813081622124, + "W": 6.476022826973349e-05, + "N": 0.0002921092964243144, + "Y": 0.02060987427830696, + "U": 0.00010767028288682923, + "K": 0.00015426379104610533, + "L": 0.00032076193019747734, + "G": 0.006539604160934687, + "F": 0.008499730378389359, + "E": 0.0026981078553944826, + "T": 0.011173410341143608, + "P": 0.08069626986980438, + "-": 0.8556573390960693 + }, + "id": "tp_28975" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3621889, + "label": "-", + "classification": { + "B": 6.444290193030611e-06, + "S": 0.00028058592579327524, + "I": 2.405940176686272e-05, + "C": 0.006574518047273159, + "R": 0.0011834020260721445, + "M": 0.009050523862242699, + "O": 0.0024260722566396, + "W": 8.745078230276704e-05, + "N": 6.6193715611007065e-06, + "Y": 0.02990080788731575, + "U": 4.933839932164119e-07, + "K": 8.269264799309894e-05, + "L": 0.001489137182943523, + "G": 0.04123412072658539, + "F": 0.4036076068878174, + "E": 0.00025099096819758415, + "T": 0.010299763642251492, + "P": 0.001466292073018849, + "-": 0.49202847480773926 + }, + "id": "tp_28976" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3622022, + "label": "-", + "classification": { + "B": 0.00018065926269628108, + "S": 0.00013316076365299523, + "I": 1.2262858035683166e-05, + "C": 0.0002350547001697123, + "R": 9.405017044628039e-05, + "M": 0.0017167155165225267, + "O": 0.0010828548111021519, + "W": 1.6705915186321363e-05, + "N": 8.051958957366878e-07, + "Y": 0.0006823102594353259, + "U": 1.6829766025239223e-07, + "K": 2.081610261939204e-07, + "L": 0.0011612992966547608, + "G": 0.005158731713891029, + "F": 0.027998246252536774, + "E": 2.997393130499404e-05, + "T": 0.0016523030353710055, + "P": 0.0031013600528240204, + "-": 0.9567431211471558 + }, + "id": "tp_28977" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3622155, + "label": "-", + "classification": { + "B": 0.0002399765799054876, + "S": 0.0001699756976449862, + "I": 0.0012042218586429954, + "C": 0.008706225082278252, + "R": 0.0013360937591642141, + "M": 0.0029916379135102034, + "O": 0.00081919931108132, + "W": 7.066840043989941e-05, + "N": 0.00015832087956368923, + "Y": 0.0073304856196045876, + "U": 4.651257404475473e-05, + "K": 0.000154411987750791, + "L": 0.0005297522875480354, + "G": 0.0106196328997612, + "F": 0.04780314117670059, + "E": 0.0023859336506575346, + "T": 0.004582458175718784, + "P": 0.05205493047833443, + "-": 0.8587964773178101 + }, + "id": "tp_28978" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3622256, + "label": "-", + "classification": { + "B": 3.10918001414362e-12, + "S": 1.173650343577748e-10, + "I": 5.586062723494933e-10, + "C": 4.087985061573818e-08, + "R": 3.73901443140312e-09, + "M": 7.675286894937017e-08, + "O": 3.193956388258812e-08, + "W": 3.813258389606666e-11, + "N": 6.946923071515787e-12, + "Y": 7.63395473768469e-06, + "U": 1.0710416928350064e-12, + "K": 5.0469118467733054e-11, + "L": 2.107514607274652e-09, + "G": 6.916762913533603e-07, + "F": 0.0006639244384132326, + "E": 1.283324224665705e-09, + "T": 2.442272261760081e-06, + "P": 0.00019067239190917462, + "-": 0.9991344809532166 + }, + "id": "tp_28979" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3622389, + "label": "-", + "classification": { + "B": 4.903546596324304e-06, + "S": 2.436543127259938e-07, + "I": 3.888384526362643e-06, + "C": 4.885049293079646e-06, + "R": 3.5501111597113777e-06, + "M": 0.00015477238048333675, + "O": 6.90691449563019e-05, + "W": 4.567033045077551e-07, + "N": 2.8142268959641115e-08, + "Y": 0.00025272296625189483, + "U": 5.5751274707915854e-09, + "K": 4.316577650875786e-10, + "L": 1.5383140635094605e-05, + "G": 0.00015342389815486968, + "F": 0.00027870750636793673, + "E": 1.992932766370359e-06, + "T": 0.00011407586862333119, + "P": 0.0024368627928197384, + "-": 0.9965050220489502 + }, + "id": "tp_28980" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3622523, + "label": "-", + "classification": { + "B": 1.689431528006935e-08, + "S": 3.1633113906082144e-09, + "I": 3.542985950844013e-06, + "C": 1.8685383338379324e-06, + "R": 1.6232709754149255e-07, + "M": 3.5337163808435434e-06, + "O": 5.529787472369208e-07, + "W": 8.730419054359118e-09, + "N": 2.8331644585932736e-08, + "Y": 8.649560186313465e-05, + "U": 7.31853599944543e-09, + "K": 4.560629918159975e-08, + "L": 4.3017973183623326e-08, + "G": 1.603307100594975e-05, + "F": 0.0002762664225883782, + "E": 2.1765010842500487e-06, + "T": 2.6451667508808896e-05, + "P": 0.012448977679014206, + "-": 0.987133800983429 + }, + "id": "tp_28981" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3622656, + "label": "-", + "classification": { + "B": 1.4938065229230801e-09, + "S": 6.94753810037696e-09, + "I": 1.3097978808218613e-06, + "C": 1.7356182070216164e-05, + "R": 4.687972250394523e-06, + "M": 2.1025509340688586e-05, + "O": 3.92018364436808e-06, + "W": 1.690785467189926e-08, + "N": 1.287285655848791e-08, + "Y": 0.0005260524922050536, + "U": 1.1902153929099768e-08, + "K": 5.512871581458967e-08, + "L": 7.805481914147094e-07, + "G": 7.357979484368116e-05, + "F": 0.0007513409946113825, + "E": 2.408501984518807e-07, + "T": 0.00017186618060804904, + "P": 0.0008477859664708376, + "-": 0.9975799322128296 + }, + "id": "tp_28982" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3622756, + "label": "-", + "classification": { + "B": 1.5728604196851848e-08, + "S": 1.9927723915458273e-09, + "I": 1.1290902648397605e-06, + "C": 0.0001243181905010715, + "R": 2.9189197903178865e-06, + "M": 5.209329538047314e-05, + "O": 1.380302592224325e-06, + "W": 1.6862224949676374e-09, + "N": 3.745332044502447e-09, + "Y": 0.0010383307235315442, + "U": 2.5853597040992327e-09, + "K": 5.908169065094171e-09, + "L": 5.630697160086129e-06, + "G": 0.0034766143653541803, + "F": 0.0018165837973356247, + "E": 2.72355191555107e-06, + "T": 0.00018770199676509947, + "P": 0.0009247676352970302, + "-": 0.9923656582832336 + }, + "id": "tp_28983" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3622890, + "label": "-", + "classification": { + "B": 1.0998811639240103e-08, + "S": 3.100708667602703e-08, + "I": 5.65832465326821e-07, + "C": 2.7413143470766954e-05, + "R": 4.464786798052955e-06, + "M": 8.601715671829879e-05, + "O": 1.267591960640857e-05, + "W": 2.5078904286601755e-08, + "N": 5.020623916607292e-09, + "Y": 0.0010006510419771075, + "U": 1.7764612003645652e-09, + "K": 2.4389308350691863e-09, + "L": 4.267538770363899e-06, + "G": 0.00013029403635300696, + "F": 0.00029487512074410915, + "E": 1.3473129456542665e-07, + "T": 0.0005343701341189444, + "P": 0.00010561791714280844, + "-": 0.997798502445221 + }, + "id": "tp_28984" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3623023, + "label": "-", + "classification": { + "B": 9.66778134170454e-06, + "S": 1.834237809816841e-05, + "I": 7.208688475657254e-05, + "C": 0.0005070323823019862, + "R": 7.363181066466495e-05, + "M": 0.0005549289635382593, + "O": 0.00015861165593378246, + "W": 9.835322998696938e-06, + "N": 6.655407560174353e-06, + "Y": 0.004424437880516052, + "U": 2.3119846446206793e-06, + "K": 0.00017026790010277182, + "L": 5.2097824664087966e-05, + "G": 0.005512825213372707, + "F": 0.0372663177549839, + "E": 0.0003995425649918616, + "T": 0.001737391809001565, + "P": 0.010843503288924694, + "-": 0.9381805062294006 + }, + "id": "tp_28985" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3623156, + "label": "-", + "classification": { + "B": 6.581002480743336e-07, + "S": 1.9903254724340513e-06, + "I": 1.1533602446434088e-05, + "C": 0.001273097237572074, + "R": 8.03504153736867e-05, + "M": 0.0009581610793247819, + "O": 0.00012107514339732006, + "W": 9.583689006831264e-07, + "N": 5.317050977282634e-07, + "Y": 0.01013263687491417, + "U": 1.2299850027375214e-07, + "K": 6.183055575093022e-06, + "L": 9.914262045640498e-05, + "G": 0.019943613559007645, + "F": 0.021749095991253853, + "E": 0.0001420203916495666, + "T": 0.0019251576159149408, + "P": 0.001471489667892456, + "-": 0.9420822262763977 + }, + "id": "tp_28986" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3623257, + "label": "-", + "classification": { + "B": 1.0943382449113415e-06, + "S": 1.0193775068501054e-07, + "I": 4.231109778629616e-05, + "C": 9.500833402853459e-05, + "R": 3.2908499179029604e-06, + "M": 8.356858597835526e-05, + "O": 5.099180270917714e-06, + "W": 1.1685973078101597e-07, + "N": 7.751440307401936e-07, + "Y": 0.000739936949685216, + "U": 1.8892058051278582e-07, + "K": 8.52334892442741e-07, + "L": 1.6983551631710725e-06, + "G": 0.0004393729323055595, + "F": 0.001030140439979732, + "E": 0.0001596397632965818, + "T": 0.00020054864580743015, + "P": 0.025741983205080032, + "-": 0.9714543223381042 + }, + "id": "tp_28987" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3623390, + "label": "-", + "classification": { + "B": 3.157002220408045e-12, + "S": 7.539317087301711e-11, + "I": 6.150135334337392e-08, + "C": 2.6991779122909065e-07, + "R": 3.891580035997322e-08, + "M": 4.796438020093774e-07, + "O": 9.491655106330654e-08, + "W": 2.128920928434752e-10, + "N": 3.402005899211247e-10, + "Y": 8.11166682979092e-05, + "U": 6.261756391179318e-11, + "K": 1.6803041180679656e-09, + "L": 3.051355168537384e-09, + "G": 1.9411186258366797e-06, + "F": 0.00013466320524457842, + "E": 2.262400400354636e-08, + "T": 8.521590643795207e-06, + "P": 0.0005684152711182833, + "-": 0.9992043375968933 + }, + "id": "tp_28988" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3623524, + "label": "-", + "classification": { + "B": 0.0021542732138186693, + "S": 0.0005632833344861865, + "I": 0.00873956736177206, + "C": 0.04286973178386688, + "R": 0.014861267991364002, + "M": 0.0343058742582798, + "O": 0.008475786074995995, + "W": 0.0010368293151259422, + "N": 0.0012217912590131164, + "Y": 0.05951092764735222, + "U": 0.001388739561662078, + "K": 0.0014603263698518276, + "L": 0.008005744777619839, + "G": 0.05743125453591347, + "F": 0.029750000685453415, + "E": 0.009175783023238182, + "T": 0.03734980523586273, + "P": 0.04822356253862381, + "-": 0.6334754228591919 + }, + "id": "tp_28989" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3623657, + "label": "-", + "classification": { + "B": 0.0049378713592886925, + "S": 0.007304565981030464, + "I": 0.004944076761603355, + "C": 0.00799968745559454, + "R": 0.00383748859167099, + "M": 0.028926091268658638, + "O": 0.018625132739543915, + "W": 0.0033443840220570564, + "N": 0.0018505877815186977, + "Y": 0.036047935485839844, + "U": 0.0006202628137543797, + "K": 0.0011222076136618853, + "L": 0.009362403303384781, + "G": 0.03426655754446983, + "F": 0.10985060036182404, + "E": 0.007336407899856567, + "T": 0.029864253476262093, + "P": 0.06658153235912323, + "-": 0.6231779456138611 + }, + "id": "tp_28990" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3623757, + "label": "-", + "classification": { + "B": 7.227359333228378e-08, + "S": 1.6579633665969595e-07, + "I": 1.4956167415647315e-09, + "C": 1.5741047576511846e-08, + "R": 1.585028219786011e-09, + "M": 1.5314443544411915e-06, + "O": 1.6058371556937345e-06, + "W": 2.211795191442434e-09, + "N": 4.333240016807238e-11, + "Y": 8.613298518866941e-07, + "U": 3.0140394845744323e-13, + "K": 1.793978507413918e-11, + "L": 9.499640896137862e-08, + "G": 1.008258004731033e-05, + "F": 0.0019476818852126598, + "E": 1.976328789510262e-08, + "T": 2.205092641816009e-06, + "P": 0.00013419844617601484, + "-": 0.997901439666748 + }, + "id": "tp_28991" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3623891, + "label": "-", + "classification": { + "B": 1.9913921178726923e-08, + "S": 1.4392183445011142e-08, + "I": 1.2754750589039077e-09, + "C": 3.832851369622858e-09, + "R": 1.4755131561017265e-09, + "M": 1.2493817848735489e-05, + "O": 8.427172701885866e-07, + "W": 3.8807526636652767e-10, + "N": 3.816002635409488e-12, + "Y": 7.210277999547543e-06, + "U": 1.4486032002842403e-13, + "K": 5.500724116654088e-13, + "L": 2.2438399582824786e-07, + "G": 7.683876901865005e-06, + "F": 0.0005267666419968009, + "E": 1.1256633847267494e-08, + "T": 7.140793513826793e-06, + "P": 3.732046752702445e-05, + "-": 0.99940025806427 + }, + "id": "tp_28992" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3624024, + "label": "-", + "classification": { + "B": 3.980922258506325e-08, + "S": 8.109584541671211e-07, + "I": 1.9903902739315527e-06, + "C": 2.2394613097276306e-06, + "R": 6.819394684498548e-07, + "M": 3.9533140807179734e-05, + "O": 1.5904719475656748e-05, + "W": 1.424417632733821e-07, + "N": 6.987988854234572e-08, + "Y": 0.00048670367687009275, + "U": 6.768273941304415e-09, + "K": 1.5179543311205634e-07, + "L": 1.7047974552042433e-06, + "G": 0.0001265471801161766, + "F": 0.004880485590547323, + "E": 2.33212495004409e-06, + "T": 0.00023609749041497707, + "P": 0.0022645017597824335, + "-": 0.9919399619102478 + }, + "id": "tp_28993" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3624157, + "label": "-", + "classification": { + "B": 8.823565766924446e-10, + "S": 3.416652516463614e-10, + "I": 1.7523072992631228e-09, + "C": 7.376007582493571e-10, + "R": 1.024640927660414e-10, + "M": 1.585258587510907e-06, + "O": 1.0208736966887955e-07, + "W": 4.3067119315232105e-11, + "N": 5.1727359375031146e-12, + "Y": 7.186642051237868e-06, + "U": 2.17322823148694e-13, + "K": 6.955693616569891e-14, + "L": 7.132663792930316e-09, + "G": 6.365546028064273e-07, + "F": 9.498136932961643e-06, + "E": 2.355757589000973e-09, + "T": 8.932337550504599e-06, + "P": 0.00014552133507095277, + "-": 0.9998264908790588 + }, + "id": "tp_28994" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3624258, + "label": "-", + "classification": { + "B": 5.404367584560532e-07, + "S": 2.387546373938676e-07, + "I": 2.4970447043415334e-07, + "C": 7.951909992698347e-07, + "R": 9.391481370357724e-08, + "M": 5.587376290350221e-05, + "O": 4.3153359001735225e-06, + "W": 4.56341773258373e-08, + "N": 1.5394199692764232e-08, + "Y": 0.0003454236430115998, + "U": 9.91715820575223e-10, + "K": 4.0251592281492776e-08, + "L": 5.409617074292328e-07, + "G": 0.00010102969099534675, + "F": 0.004347678739577532, + "E": 7.7350196079351e-06, + "T": 0.0002215290005551651, + "P": 0.0024366690777242184, + "-": 0.9924772381782532 + }, + "id": "tp_28995" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3624391, + "label": "-", + "classification": { + "B": 2.5903294954332523e-05, + "S": 5.0380353968648706e-06, + "I": 6.577649764949456e-05, + "C": 0.0002099340781569481, + "R": 1.8714825273491442e-05, + "M": 0.00019649222667794675, + "O": 8.117953257169574e-05, + "W": 3.420465873205103e-06, + "N": 4.896279733657138e-06, + "Y": 0.000781686045229435, + "U": 2.191738531109877e-06, + "K": 4.911455107503571e-06, + "L": 3.2253959943773225e-05, + "G": 0.0011162996524944901, + "F": 0.01776220090687275, + "E": 0.0001377682201564312, + "T": 0.0009802390122786164, + "P": 0.04436700418591499, + "-": 0.9342041611671448 + }, + "id": "tp_28996" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3624525, + "label": "-", + "classification": { + "B": 1.1621817748164176e-06, + "S": 7.179654915034916e-08, + "I": 5.692418767466734e-07, + "C": 4.182192697044229e-06, + "R": 4.1316815213576774e-07, + "M": 3.9295391616178676e-05, + "O": 7.69337475503562e-06, + "W": 3.706909978973272e-08, + "N": 5.049338724916197e-09, + "Y": 3.1197236239677295e-05, + "U": 7.987142058851759e-10, + "K": 1.163803151071896e-10, + "L": 1.8511173038859852e-06, + "G": 3.613338776631281e-05, + "F": 0.00022822852770332247, + "E": 8.257009653789282e-07, + "T": 2.9375396479736082e-05, + "P": 0.0018868165789172053, + "-": 0.9977320432662964 + }, + "id": "tp_28997" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3624658, + "label": "-", + "classification": { + "B": 8.43667407934845e-07, + "S": 1.466004135863841e-07, + "I": 9.522797336103395e-05, + "C": 0.00029603386064991355, + "R": 7.460008782800287e-05, + "M": 0.0005586862680502236, + "O": 4.435845767147839e-05, + "W": 8.052695648075314e-07, + "N": 1.4758891211386072e-06, + "Y": 0.004989839158952236, + "U": 1.7706885273582884e-06, + "K": 9.197291319651413e-07, + "L": 2.405819031991996e-05, + "G": 0.0009103678748942912, + "F": 0.0012780128745362163, + "E": 4.0197966882260516e-05, + "T": 0.0017054729396477342, + "P": 0.011071385815739632, + "-": 0.9789057970046997 + }, + "id": "tp_28998" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3624758, + "label": "-", + "classification": { + "B": 9.811326013783872e-13, + "S": 4.630789241649724e-12, + "I": 6.619255366047128e-09, + "C": 1.2276733230009995e-07, + "R": 9.763909680771121e-09, + "M": 4.895440497421077e-07, + "O": 3.038041285208237e-08, + "W": 1.0387031512681943e-11, + "N": 1.0554127016781933e-11, + "Y": 7.297518459381536e-05, + "U": 1.2230274301985866e-12, + "K": 3.8009968436614194e-12, + "L": 1.592477150147431e-09, + "G": 6.386496238519612e-07, + "F": 8.0632817116566e-06, + "E": 2.541375998532658e-09, + "T": 1.3295118151290808e-05, + "P": 5.3534022299572825e-05, + "-": 0.9998507499694824 + }, + "id": "tp_28999" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3624892, + "label": "-", + "classification": { + "B": 2.371872596995672e-06, + "S": 1.4600989743485115e-05, + "I": 8.446359970548656e-06, + "C": 0.0027287984266877174, + "R": 0.0006963099003769457, + "M": 0.005093250889331102, + "O": 0.000850980170071125, + "W": 5.708006483473582e-06, + "N": 3.840477518224361e-07, + "Y": 0.00801011174917221, + "U": 2.6250893370161066e-07, + "K": 5.489856675922056e-07, + "L": 0.0013293351512402296, + "G": 0.014688411727547646, + "F": 0.027919216081500053, + "E": 1.0314771316188853e-05, + "T": 0.00468450179323554, + "P": 0.0004794125852640718, + "-": 0.933476984500885 + }, + "id": "tp_29000" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3625025, + "label": "-", + "classification": { + "B": 4.668944786345719e-09, + "S": 1.6302491578912282e-09, + "I": 2.420897082799911e-08, + "C": 1.8254199574130325e-07, + "R": 2.4276804566625287e-08, + "M": 9.680782568466384e-06, + "O": 1.0246823194393073e-06, + "W": 7.815742497641054e-10, + "N": 1.2131531890169356e-10, + "Y": 2.6591713321977295e-05, + "U": 3.3104272795236867e-11, + "K": 3.435030688711538e-12, + "L": 4.4687132572107657e-07, + "G": 1.4206465493771248e-05, + "F": 0.00029124360298737884, + "E": 2.987391312103682e-08, + "T": 3.147711686324328e-05, + "P": 0.0006485651829279959, + "-": 0.9989765882492065 + }, + "id": "tp_29001" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3625125, + "label": "-", + "classification": { + "B": 0.0006377667305059731, + "S": 0.0004429869295563549, + "I": 0.001626744051463902, + "C": 0.002488924190402031, + "R": 0.0006438571726903319, + "M": 0.02359931915998459, + "O": 0.003222466679289937, + "W": 0.00021539608133025467, + "N": 0.00027372268959879875, + "Y": 0.04055645689368248, + "U": 8.705825894139707e-05, + "K": 0.00016371614765375853, + "L": 0.0023881597444415092, + "G": 0.027264682576060295, + "F": 0.05033203214406967, + "E": 0.004057038109749556, + "T": 0.02104955166578293, + "P": 0.04483982175588608, + "-": 0.7761102914810181 + }, + "id": "tp_29002" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3625259, + "label": "-", + "classification": { + "B": 1.2040187868933572e-07, + "S": 1.2425940099092259e-07, + "I": 1.1065670832977048e-06, + "C": 1.6624139789200854e-06, + "R": 4.4128103837692834e-08, + "M": 2.0306758869992336e-06, + "O": 8.707456231604738e-07, + "W": 4.9444324190517364e-08, + "N": 1.5209748482902796e-07, + "Y": 8.250417886301875e-05, + "U": 1.1635274077548274e-08, + "K": 1.4546403690474108e-05, + "L": 5.3601638683176134e-08, + "G": 7.042783545330167e-05, + "F": 0.02095901221036911, + "E": 0.0001027452017297037, + "T": 3.417793777771294e-05, + "P": 0.020043594762682915, + "-": 0.9586867690086365 + }, + "id": "tp_29003" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3625392, + "label": "-", + "classification": { + "B": 3.6611798037711196e-09, + "S": 3.4081570898791824e-10, + "I": 2.551868938382995e-08, + "C": 7.782912803122599e-08, + "R": 2.0336774042561956e-08, + "M": 4.4333671667118324e-07, + "O": 1.9019093144834187e-07, + "W": 6.654138351436245e-10, + "N": 9.470575018655225e-11, + "Y": 1.1395974979677703e-05, + "U": 6.575383293405679e-11, + "K": 1.340392727366968e-11, + "L": 2.9508729681992918e-08, + "G": 2.4219391434598947e-06, + "F": 0.00011081309639848769, + "E": 1.0371369540962405e-08, + "T": 7.559121058875462e-06, + "P": 0.0012551196850836277, + "-": 0.9986119270324707 + }, + "id": "tp_29004" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3625526, + "label": "-", + "classification": { + "B": 3.6125034057477023e-06, + "S": 1.2986582760277088e-06, + "I": 5.647307261824608e-05, + "C": 0.00012500658340286463, + "R": 1.3014832802582532e-05, + "M": 0.000676406838465482, + "O": 0.00010352711251471192, + "W": 9.574071100360015e-07, + "N": 1.7265175529246335e-06, + "Y": 0.0012718226062133908, + "U": 6.353635626510368e-07, + "K": 9.631201436377523e-08, + "L": 5.412250538938679e-05, + "G": 0.0008774387533776462, + "F": 0.0020802407525479794, + "E": 3.904522236553021e-05, + "T": 0.0015699237119406462, + "P": 0.015207250602543354, + "-": 0.9779174327850342 + }, + "id": "tp_29005" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3625626, + "label": "-", + "classification": { + "B": 1.0339455229768646e-06, + "S": 8.65808999606088e-07, + "I": 4.797833753400482e-06, + "C": 1.16730388981523e-05, + "R": 4.205164259474259e-06, + "M": 8.668120426591486e-05, + "O": 4.1937721107387915e-05, + "W": 4.702709190951282e-07, + "N": 2.250517638913152e-07, + "Y": 0.0022515859454870224, + "U": 6.822485687507651e-08, + "K": 1.2130840332247317e-07, + "L": 6.903255780343898e-06, + "G": 0.0002677455195225775, + "F": 0.0014972256030887365, + "E": 4.81813685837551e-06, + "T": 0.0006660055951215327, + "P": 0.0032527686562389135, + "-": 0.9919008612632751 + }, + "id": "tp_29006" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3625759, + "label": "-", + "classification": { + "B": 0.0007001599296927452, + "S": 0.00020815792959183455, + "I": 0.00045892829075455666, + "C": 0.0023628585040569305, + "R": 0.0006021878798492253, + "M": 0.005267234519124031, + "O": 0.0016876438166946173, + "W": 0.00011285545042483136, + "N": 5.0013099098578095e-05, + "Y": 0.011349976994097233, + "U": 2.3155802409746684e-05, + "K": 5.310439519234933e-05, + "L": 0.0017897447105497122, + "G": 0.01903853751718998, + "F": 0.06470473110675812, + "E": 0.0014947617892175913, + "T": 0.005501599051058292, + "P": 0.026664625853300095, + "-": 0.8579296469688416 + }, + "id": "tp_29007" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3625893, + "label": "-", + "classification": { + "B": 2.397852767899167e-06, + "S": 2.220403439423535e-05, + "I": 2.1830461264471523e-05, + "C": 0.0019949530251324177, + "R": 0.00024284397659357637, + "M": 0.0012507817009463906, + "O": 0.00037729620817117393, + "W": 9.782375855138525e-06, + "N": 2.4181163098546676e-06, + "Y": 0.0028133064042776823, + "U": 9.440337294108758e-07, + "K": 9.320638127974235e-06, + "L": 0.00018255843315273523, + "G": 0.0041583445854485035, + "F": 0.047401949763298035, + "E": 7.406789518427104e-05, + "T": 0.0026581748388707638, + "P": 0.004231822211295366, + "-": 0.9345450401306152 + }, + "id": "tp_29008" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3626026, + "label": "-", + "classification": { + "B": 2.9786761501782166e-08, + "S": 6.204341929105794e-08, + "I": 5.72736553294817e-07, + "C": 4.151743723923573e-06, + "R": 2.4436059220533934e-07, + "M": 7.169551827246323e-05, + "O": 2.4415410280198557e-06, + "W": 1.3357313477513344e-08, + "N": 1.1682744549545987e-08, + "Y": 0.0001902595249703154, + "U": 1.449927400365425e-09, + "K": 2.421554334830489e-08, + "L": 1.1060399174311897e-06, + "G": 7.553529576398432e-05, + "F": 0.003104074392467737, + "E": 8.828204045130406e-06, + "T": 8.673007687320933e-05, + "P": 0.0025761229917407036, + "-": 0.9938780665397644 + }, + "id": "tp_29009" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3626126, + "label": "-", + "classification": { + "B": 1.4199902580003254e-05, + "S": 3.1113413569983095e-05, + "I": 0.00044820792390964925, + "C": 0.0009065652848221362, + "R": 0.00018971359531860799, + "M": 0.000649216235615313, + "O": 0.0002908171736635268, + "W": 1.659904228290543e-05, + "N": 5.097902612760663e-05, + "Y": 0.0049584233202040195, + "U": 1.1481110050226562e-05, + "K": 6.791841587983072e-05, + "L": 5.5362601415254176e-05, + "G": 0.0021250208374112844, + "F": 0.02094598487019539, + "E": 0.00031645069248043, + "T": 0.002788009587675333, + "P": 0.044765178114175797, + "-": 0.9213687181472778 + }, + "id": "tp_29010" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3626260, + "label": "-", + "classification": { + "B": 4.2433362068550196e-06, + "S": 5.983537903375691e-06, + "I": 5.959054033155553e-05, + "C": 0.00015941431047394872, + "R": 2.7134270567330532e-05, + "M": 0.0009940669406205416, + "O": 0.00011233260738663375, + "W": 3.146836434098077e-06, + "N": 2.6670991246646736e-06, + "Y": 0.004354966338723898, + "U": 4.761826062349428e-07, + "K": 9.219621688316693e-07, + "L": 4.1216426325263456e-05, + "G": 0.0008326939423568547, + "F": 0.007650037761777639, + "E": 0.0001882159267552197, + "T": 0.0017510249745100737, + "P": 0.01398659497499466, + "-": 0.9698252081871033 + }, + "id": "tp_29011" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3626393, + "label": "-", + "classification": { + "B": 7.274474046425894e-05, + "S": 2.4375200155191123e-05, + "I": 0.0006457892013713717, + "C": 0.0015064835315570235, + "R": 0.0004302039451431483, + "M": 0.0023198139388114214, + "O": 0.0006840344867669046, + "W": 2.9337010346353054e-05, + "N": 4.395501673570834e-05, + "Y": 0.015281290747225285, + "U": 2.838907494151499e-05, + "K": 2.109531851601787e-05, + "L": 0.00036466671735979617, + "G": 0.004669721703976393, + "F": 0.005909640807658434, + "E": 0.0004647179739549756, + "T": 0.007955329492688179, + "P": 0.03148255869746208, + "-": 0.928065836429596 + }, + "id": "tp_29012" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3626527, + "label": "-", + "classification": { + "B": 6.11742289038375e-05, + "S": 1.706163675407879e-05, + "I": 3.537083830451593e-05, + "C": 2.424466219963506e-05, + "R": 1.5720837836852297e-05, + "M": 0.00118263007607311, + "O": 0.0005052920896559954, + "W": 1.0370702511863783e-05, + "N": 1.5472866152776987e-06, + "Y": 0.0009725646232254803, + "U": 1.78598867250912e-07, + "K": 4.0498701281421745e-08, + "L": 0.0001619706308702007, + "G": 0.000790914986282587, + "F": 0.005115806590765715, + "E": 5.252437767921947e-05, + "T": 0.0010187395382672548, + "P": 0.008515204302966595, + "-": 0.9815186262130737 + }, + "id": "tp_29013" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3626627, + "label": "-", + "classification": { + "B": 2.1219361769908573e-06, + "S": 4.2365989827430894e-08, + "I": 4.101016656932188e-06, + "C": 1.6768464774941094e-05, + "R": 2.393742761341855e-06, + "M": 5.10705285705626e-05, + "O": 2.1724170437664725e-05, + "W": 9.42713569429543e-08, + "N": 1.5360285487986403e-08, + "Y": 6.167271203594282e-05, + "U": 6.277547370814318e-09, + "K": 3.9613857333309355e-11, + "L": 1.1410806109779514e-05, + "G": 0.00013732285879086703, + "F": 0.00010231405030936003, + "E": 9.918774139805464e-07, + "T": 5.4504507716046646e-05, + "P": 0.004801596514880657, + "-": 0.9947317838668823 + }, + "id": "tp_29014" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3626760, + "label": "-", + "classification": { + "B": 5.319530828273855e-05, + "S": 1.0060774002340622e-05, + "I": 0.0005203827167861164, + "C": 0.001236787298694253, + "R": 0.00016836314171086997, + "M": 0.0012901354348286986, + "O": 0.0002125489991158247, + "W": 1.0610689969325904e-05, + "N": 2.3987020540516824e-05, + "Y": 0.008269183337688446, + "U": 8.167440682882443e-06, + "K": 8.22835136204958e-06, + "L": 0.00012155688455095515, + "G": 0.004088106099516153, + "F": 0.0100560262799263, + "E": 0.0005749242263846099, + "T": 0.0036365205887705088, + "P": 0.03931494429707527, + "-": 0.9303963780403137 + }, + "id": "tp_29015" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3626894, + "label": "-", + "classification": { + "B": 2.3255497580976225e-05, + "S": 2.820895861077588e-05, + "I": 0.0001041112482198514, + "C": 0.00032480619847774506, + "R": 8.119195263134316e-05, + "M": 0.001229829853400588, + "O": 0.0002608067588880658, + "W": 1.5972038454492576e-05, + "N": 8.994618838187307e-06, + "Y": 0.007641920819878578, + "U": 4.6745249164814595e-06, + "K": 1.8958693544846028e-05, + "L": 0.00010855745495064184, + "G": 0.0029371907003223896, + "F": 0.01919482834637165, + "E": 0.00036256617750041187, + "T": 0.0033394615165889263, + "P": 0.014597190544009209, + "-": 0.9497174024581909 + }, + "id": "tp_29016" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3627027, + "label": "-", + "classification": { + "B": 1.7694824805403186e-07, + "S": 3.0004127893334953e-07, + "I": 6.992024282226339e-06, + "C": 4.7175421968859155e-06, + "R": 1.7071569118343177e-06, + "M": 0.00017298999591730535, + "O": 2.7476653485791758e-05, + "W": 1.8447477145855373e-07, + "N": 1.1674324440491546e-07, + "Y": 0.001194005599245429, + "U": 2.0749533646835516e-08, + "K": 2.417123390330289e-08, + "L": 5.361523562896764e-06, + "G": 0.0002146501064999029, + "F": 0.0014347811229526997, + "E": 5.0153935262642335e-06, + "T": 0.0005340682109817863, + "P": 0.003730436787009239, + "-": 0.992667019367218 + }, + "id": "tp_29017" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3627127, + "label": "-", + "classification": { + "B": 6.214052206132692e-08, + "S": 4.054581737023e-08, + "I": 7.506239967369766e-07, + "C": 6.1906298469693866e-06, + "R": 4.6475395265588304e-07, + "M": 5.6747900089249015e-05, + "O": 3.5385980936553096e-06, + "W": 1.4910909840182285e-08, + "N": 2.067763560376079e-08, + "Y": 0.0006578563479706645, + "U": 4.744589610083949e-09, + "K": 1.5698817890097416e-07, + "L": 8.378768825423322e-07, + "G": 0.0004007089009974152, + "F": 0.0032015147153288126, + "E": 9.829748705669772e-06, + "T": 0.00019441431504674256, + "P": 0.0028942408971488476, + "-": 0.9925726652145386 + }, + "id": "tp_29018" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3627261, + "label": "-", + "classification": { + "B": 8.74408651725389e-05, + "S": 2.0460023733903654e-05, + "I": 0.0003359622205607593, + "C": 0.00030972110107541084, + "R": 0.00010944806126644835, + "M": 0.0032802901696413755, + "O": 0.0005323951481841505, + "W": 2.0538063836283982e-05, + "N": 2.083457184198778e-05, + "Y": 0.007408663630485535, + "U": 5.104163847136078e-06, + "K": 8.075409823504742e-06, + "L": 0.00020419879001565278, + "G": 0.004459582269191742, + "F": 0.009382328949868679, + "E": 0.0006942814798094332, + "T": 0.0046039363369345665, + "P": 0.03254527598619461, + "-": 0.9359714984893799 + }, + "id": "tp_29019" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3627394, + "label": "-", + "classification": { + "B": 6.865989234938752e-07, + "S": 8.453208124592493e-07, + "I": 0.00023857186897657812, + "C": 1.6305246390402317e-05, + "R": 1.7767933968571015e-06, + "M": 1.6386307834181935e-05, + "O": 1.0654193829395808e-05, + "W": 1.069550080501358e-06, + "N": 1.8625900338520296e-05, + "Y": 0.0002872512268368155, + "U": 1.1816653113783104e-06, + "K": 2.1891948563279584e-05, + "L": 8.186803484022676e-07, + "G": 8.731562411412597e-05, + "F": 0.003209893126040697, + "E": 0.00037428250652737916, + "T": 0.00015595632430631667, + "P": 0.34569767117500305, + "-": 0.6498587131500244 + }, + "id": "tp_29020" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3627528, + "label": "-", + "classification": { + "B": 7.719560812802229e-07, + "S": 1.7689767162210046e-07, + "I": 1.5418735301864217e-06, + "C": 2.3187810427316435e-07, + "R": 1.9142920137937836e-08, + "M": 1.1704841199389193e-05, + "O": 2.9073587484163e-06, + "W": 2.0710908543719597e-08, + "N": 7.418785941126771e-08, + "Y": 4.3315576476743445e-05, + "U": 1.2450447339773518e-09, + "K": 3.897459244228685e-09, + "L": 2.1282022544255597e-07, + "G": 4.634358992916532e-05, + "F": 0.0006374705699272454, + "E": 1.6800759112811647e-05, + "T": 5.877164221601561e-05, + "P": 0.07466709613800049, + "-": 0.9245126247406006 + }, + "id": "tp_29021" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3627628, + "label": "-", + "classification": { + "B": 7.347593054873869e-05, + "S": 0.00010982043750118464, + "I": 0.0007974687032401562, + "C": 0.00019690686895046383, + "R": 6.0048390878364444e-05, + "M": 0.002537549939006567, + "O": 0.0010004200739786029, + "W": 7.963013194967061e-05, + "N": 9.944420889951289e-05, + "Y": 0.003342381212860346, + "U": 1.825750405259896e-05, + "K": 2.0909845261485316e-05, + "L": 0.0002201360766775906, + "G": 0.001413779566064477, + "F": 0.009198455139994621, + "E": 0.0011922664707526565, + "T": 0.004759301897138357, + "P": 0.11761702597141266, + "-": 0.8572627902030945 + }, + "id": "tp_29022" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3627761, + "label": "-", + "classification": { + "B": 3.32373772948813e-08, + "S": 1.6895333132538326e-08, + "I": 2.2243098385388294e-07, + "C": 3.0483423074656457e-07, + "R": 9.868451655847821e-08, + "M": 1.7146534446510486e-05, + "O": 5.456101916934131e-06, + "W": 9.496983643941803e-09, + "N": 1.4785408453121818e-09, + "Y": 2.324417255294975e-05, + "U": 1.2789207193275587e-10, + "K": 1.7820305994731278e-11, + "L": 6.692351917081396e-07, + "G": 1.2460613106668461e-05, + "F": 7.830467802705243e-05, + "E": 1.5220759053136135e-07, + "T": 4.450090273167007e-05, + "P": 0.0007855730946175754, + "-": 0.9990319013595581 + }, + "id": "tp_29023" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3627895, + "label": "-", + "classification": { + "B": 6.072028213566227e-07, + "S": 1.7027734884322854e-06, + "I": 1.3243273315310944e-05, + "C": 1.9186552890460007e-05, + "R": 4.860150056629209e-06, + "M": 0.00013913068687543273, + "O": 4.493071901379153e-05, + "W": 1.1823394743259996e-06, + "N": 6.565364856214728e-07, + "Y": 0.0017976770177483559, + "U": 2.2444275771249522e-07, + "K": 1.3928812450103578e-06, + "L": 9.379475159221329e-06, + "G": 0.00031516156741417944, + "F": 0.01091927569359541, + "E": 2.4594093702035025e-05, + "T": 0.0008322059293277562, + "P": 0.010558292269706726, + "-": 0.9753163456916809 + }, + "id": "tp_29024" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3628028, + "label": "-", + "classification": { + "B": 1.2732627452383127e-10, + "S": 3.424276140417959e-10, + "I": 1.6691606674612558e-07, + "C": 2.399349909865123e-07, + "R": 1.1539901478840875e-08, + "M": 2.9193126920290524e-06, + "O": 9.957114599501438e-08, + "W": 2.136772009331267e-10, + "N": 8.160115361199871e-10, + "Y": 0.00014135209494270384, + "U": 2.509322610810827e-11, + "K": 1.164809693143809e-09, + "L": 8.72039951360648e-09, + "G": 2.8951570129720494e-05, + "F": 0.00027599066379480064, + "E": 1.1534224313436425e-06, + "T": 1.633845931792166e-05, + "P": 0.001383977709338069, + "-": 0.9981489181518555 + }, + "id": "tp_29025" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3628128, + "label": "-", + "classification": { + "B": 9.397449503012467e-06, + "S": 4.4312855607131496e-05, + "I": 6.592032150365412e-05, + "C": 0.0012286838609725237, + "R": 0.0006910532829351723, + "M": 0.0017916876822710037, + "O": 0.0006310407188721001, + "W": 3.508981171762571e-05, + "N": 9.447392585570924e-06, + "Y": 0.02549491636455059, + "U": 3.1357185434899293e-06, + "K": 0.00013448926620185375, + "L": 0.00024766832939349115, + "G": 0.008764596655964851, + "F": 0.10307523608207703, + "E": 0.00021760731760878116, + "T": 0.004854175262153149, + "P": 0.005273380316793919, + "-": 0.8474281430244446 + }, + "id": "tp_29026" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3628262, + "label": "-", + "classification": { + "B": 7.448492933548323e-09, + "S": 4.872855008386523e-09, + "I": 3.240214496713634e-08, + "C": 1.0532365202209348e-08, + "R": 2.867473591905423e-09, + "M": 1.4881416063872166e-06, + "O": 8.624456881989317e-07, + "W": 3.450675967187067e-09, + "N": 1.3601112458516695e-09, + "Y": 1.9236874777561752e-06, + "U": 1.8677111940368363e-11, + "K": 2.6313791423593358e-11, + "L": 1.0007417117208206e-08, + "G": 2.8910085347888526e-07, + "F": 2.8436943466658704e-05, + "E": 1.1742987737761723e-07, + "T": 8.034276106627658e-06, + "P": 0.00523424381390214, + "-": 0.9947245717048645 + }, + "id": "tp_29027" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3628395, + "label": "-", + "classification": { + "B": 1.7217745380548877e-06, + "S": 7.091311715612392e-08, + "I": 1.2926454928674502e-07, + "C": 3.5351806815242526e-08, + "R": 8.21256307403928e-09, + "M": 6.168381787574617e-06, + "O": 7.1851663960842416e-06, + "W": 4.5199008980034705e-08, + "N": 3.285616001491576e-09, + "Y": 4.7581720536982175e-06, + "U": 8.396765921458993e-11, + "K": 4.5990912467264167e-11, + "L": 3.0582611998397624e-07, + "G": 8.177797099051531e-06, + "F": 0.0003579873009584844, + "E": 4.173431307208375e-07, + "T": 6.435682735173032e-06, + "P": 0.00967331975698471, + "-": 0.98993319272995 + }, + "id": "tp_29028" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3628529, + "label": "-", + "classification": { + "B": 2.131244372094443e-07, + "S": 3.212312265077344e-07, + "I": 3.749173629330471e-06, + "C": 3.318434755783528e-05, + "R": 1.9354772575752577e-06, + "M": 3.285433922428638e-05, + "O": 7.460062079189811e-06, + "W": 2.4427777134405915e-07, + "N": 3.617298034441774e-07, + "Y": 0.0008101945859380066, + "U": 6.088823312211389e-08, + "K": 5.451270681078313e-06, + "L": 1.483834694226971e-06, + "G": 0.0003621599171310663, + "F": 0.029572321102023125, + "E": 6.436120747821406e-05, + "T": 0.0001776810531737283, + "P": 0.016379864886403084, + "-": 0.9525460004806519 + }, + "id": "tp_29029" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3628629, + "label": "-", + "classification": { + "B": 8.214020454033744e-06, + "S": 6.332179327728227e-05, + "I": 9.811601557885297e-06, + "C": 0.012160283513367176, + "R": 0.0015998459421098232, + "M": 0.014016658067703247, + "O": 0.0017694474663585424, + "W": 1.0695442142605316e-05, + "N": 3.224613465135917e-07, + "Y": 0.06297313421964645, + "U": 3.8761708509582604e-08, + "K": 6.798887284276134e-07, + "L": 0.0037406368646770716, + "G": 0.158768892288208, + "F": 0.05051422864198685, + "E": 4.661296770791523e-05, + "T": 0.01563630811870098, + "P": 0.0001218487013829872, + "-": 0.6785590052604675 + }, + "id": "tp_29030" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3628762, + "label": "-", + "classification": { + "B": 1.6802974300844653e-07, + "S": 2.809349730625854e-08, + "I": 5.335585910870577e-07, + "C": 4.6010501364435186e-07, + "R": 1.3869019710455177e-07, + "M": 1.768238507793285e-05, + "O": 4.464084213395836e-06, + "W": 1.9826165598146872e-08, + "N": 6.065409507982622e-09, + "Y": 8.090781193459406e-05, + "U": 1.1679029965350196e-09, + "K": 2.6090568594483443e-10, + "L": 1.0373125860496657e-06, + "G": 3.415732498979196e-05, + "F": 0.0004768940561916679, + "E": 4.808042035620019e-07, + "T": 0.00010183441190747544, + "P": 0.006572808139026165, + "-": 0.9927082657814026 + }, + "id": "tp_29031" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3628896, + "label": "-", + "classification": { + "B": 1.6662401094436063e-06, + "S": 7.347881023633818e-07, + "I": 6.4584778556309175e-06, + "C": 4.743359113490442e-06, + "R": 1.6173457879631314e-06, + "M": 0.00017297544400207698, + "O": 2.130404936906416e-05, + "W": 3.514906552481989e-07, + "N": 1.6366907118481322e-07, + "Y": 0.0022561748046427965, + "U": 5.040974926373565e-08, + "K": 1.1769751608881052e-06, + "L": 4.196812369627878e-06, + "G": 0.0005398247740231454, + "F": 0.006099938880652189, + "E": 1.1172262020409107e-05, + "T": 0.0012271676678210497, + "P": 0.003209952497854829, + "-": 0.9864402413368225 + }, + "id": "tp_29032" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3629029, + "label": "-", + "classification": { + "B": 4.766352867591195e-05, + "S": 0.00015955002163536847, + "I": 0.000558986037503928, + "C": 5.069519465905614e-05, + "R": 2.7137071811011992e-05, + "M": 0.0014394025783985853, + "O": 0.0007274301024153829, + "W": 5.920869080000557e-05, + "N": 6.171649874886498e-05, + "Y": 0.004009098280221224, + "U": 2.427935669402359e-06, + "K": 1.9799130313913338e-05, + "L": 4.179174356977455e-05, + "G": 0.0005250153481028974, + "F": 0.009043625555932522, + "E": 0.00038026837864890695, + "T": 0.0033758676145225763, + "P": 0.0963895171880722, + "-": 0.883080780506134 + }, + "id": "tp_29033" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3629129, + "label": "-", + "classification": { + "B": 6.318032319541089e-06, + "S": 2.3663581032451475e-06, + "I": 3.485591878416017e-05, + "C": 9.298688382841647e-05, + "R": 7.182081390055828e-06, + "M": 0.0011435613268986344, + "O": 9.605029481463134e-05, + "W": 9.262303137802519e-07, + "N": 1.4850039633529377e-06, + "Y": 0.0016535416943952441, + "U": 2.5808748205236043e-07, + "K": 1.5593124658153101e-07, + "L": 3.82397738576401e-05, + "G": 0.000947487133089453, + "F": 0.0035400197375565767, + "E": 4.9848295020638034e-05, + "T": 0.0019777275156229734, + "P": 0.008263971656560898, + "-": 0.982142984867096 + }, + "id": "tp_29034" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3629263, + "label": "-", + "classification": { + "B": 3.5367139616937493e-07, + "S": 1.103735236540615e-08, + "I": 7.944492608658038e-06, + "C": 4.635725053958595e-05, + "R": 6.341441576296347e-07, + "M": 2.430724816804286e-05, + "O": 8.686971568749868e-07, + "W": 1.134085358955872e-08, + "N": 1.112751135678991e-07, + "Y": 0.00035331660183146596, + "U": 1.8461960848981107e-08, + "K": 1.5444717860191304e-07, + "L": 3.628168201430526e-07, + "G": 0.00024825334548950195, + "F": 0.0019819068256765604, + "E": 9.263164974981919e-05, + "T": 5.4579286370426416e-05, + "P": 0.017305005341768265, + "-": 0.9798831343650818 + }, + "id": "tp_29035" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3629396, + "label": "-", + "classification": { + "B": 1.9354929463588633e-06, + "S": 1.1538892977114301e-05, + "I": 6.410101923393086e-05, + "C": 0.0006003190064802766, + "R": 0.00011332412395859137, + "M": 0.0014944405993446708, + "O": 0.00036177950096316636, + "W": 8.93806281965226e-06, + "N": 6.0036736613255925e-06, + "Y": 0.005047167651355267, + "U": 1.731784209368925e-06, + "K": 6.03482112637721e-06, + "L": 0.00012991944095119834, + "G": 0.00174238090403378, + "F": 0.029995286837220192, + "E": 0.00013623038830701262, + "T": 0.003373251063749194, + "P": 0.013706952333450317, + "-": 0.9431986808776855 + }, + "id": "tp_29036" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3629530, + "label": "-", + "classification": { + "B": 1.0234267620035098e-06, + "S": 2.807459225095954e-07, + "I": 4.486516991164535e-05, + "C": 0.00013154302723705769, + "R": 2.200150083808694e-05, + "M": 3.112186095677316e-05, + "O": 3.902953176293522e-05, + "W": 4.682457870330836e-07, + "N": 2.638859768921975e-06, + "Y": 0.000517008185852319, + "U": 5.479654987539107e-07, + "K": 5.702299290533119e-07, + "L": 4.704823368228972e-06, + "G": 0.0002979962737299502, + "F": 0.0013814754784107208, + "E": 2.3557478925795294e-05, + "T": 0.0003844848251901567, + "P": 0.03745485469698906, + "-": 0.9596619009971619 + }, + "id": "tp_29037" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3629630, + "label": "-", + "classification": { + "B": 1.3911153340373517e-09, + "S": 8.535327111758306e-09, + "I": 4.240225450757862e-07, + "C": 9.877278728254169e-08, + "R": 1.7808263308438654e-08, + "M": 2.4767514332779683e-06, + "O": 8.092646908153256e-07, + "W": 5.6535713888195005e-09, + "N": 1.1890701756556155e-08, + "Y": 4.9628510168986395e-05, + "U": 6.299941679444032e-10, + "K": 1.1877600236687158e-08, + "L": 1.7809350438824367e-08, + "G": 3.0491623874695506e-06, + "F": 0.0007477330509573221, + "E": 4.769059955833654e-07, + "T": 4.121664460399188e-05, + "P": 0.009929263032972813, + "-": 0.9892246127128601 + }, + "id": "tp_29038" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3629763, + "label": "-", + "classification": { + "B": 4.9679470976116136e-05, + "S": 6.068054062779993e-05, + "I": 0.0011923108249902725, + "C": 0.0148642398416996, + "R": 0.002588608069345355, + "M": 0.008175059221684933, + "O": 0.0016398245934396982, + "W": 6.139541801530868e-05, + "N": 9.012156806420535e-05, + "Y": 0.07693744450807571, + "U": 2.980269528052304e-05, + "K": 0.0001500635116826743, + "L": 0.0015642928192391992, + "G": 0.0473768524825573, + "F": 0.030063608661293983, + "E": 0.0022366500925272703, + "T": 0.016872521489858627, + "P": 0.015228436328470707, + "-": 0.7808184027671814 + }, + "id": "tp_29039" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3629897, + "label": "-", + "classification": { + "B": 1.7312683231462955e-10, + "S": 8.254111838468248e-10, + "I": 3.468142324436485e-07, + "C": 2.5376422854606062e-05, + "R": 1.3584826774604153e-06, + "M": 5.57220164409955e-06, + "O": 1.0268937558066682e-06, + "W": 2.211558269848979e-09, + "N": 3.382227387049852e-09, + "Y": 0.0007388137164525688, + "U": 1.2769183488359204e-09, + "K": 9.474082851568255e-09, + "L": 1.78355165303401e-07, + "G": 7.300395373022184e-05, + "F": 0.0005517024546861649, + "E": 9.739282091913992e-08, + "T": 6.24611639068462e-05, + "P": 0.00038395097362808883, + "-": 0.9981561303138733 + }, + "id": "tp_29040" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3630030, + "label": "-", + "classification": { + "B": 1.227655729962862e-06, + "S": 8.354592750947631e-07, + "I": 3.3692795113893226e-05, + "C": 3.940807800972834e-05, + "R": 4.804710897587938e-06, + "M": 0.0006537495064549148, + "O": 3.289808955742046e-05, + "W": 4.4536795940075535e-07, + "N": 9.973394980988814e-07, + "Y": 0.0007475647144019604, + "U": 2.33534336757657e-07, + "K": 9.768011750566075e-07, + "L": 1.0493812624190468e-05, + "G": 0.00039026056765578687, + "F": 0.004258756525814533, + "E": 9.042320743901655e-05, + "T": 0.0010952975135296583, + "P": 0.01420589629560709, + "-": 0.9784319400787354 + }, + "id": "tp_29041" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3630130, + "label": "-", + "classification": { + "B": 5.534018399089291e-08, + "S": 5.053523821629824e-09, + "I": 8.839335237098567e-07, + "C": 8.415462957600539e-07, + "R": 1.0142570516791238e-07, + "M": 0.00026094005443155766, + "O": 3.265348368586274e-06, + "W": 4.680007492652294e-09, + "N": 4.9685948688704684e-09, + "Y": 0.0003639358328655362, + "U": 9.90335813355614e-10, + "K": 4.763888727943311e-10, + "L": 5.685174073732924e-07, + "G": 5.657525616697967e-05, + "F": 6.588034011656418e-05, + "E": 2.0885856883978704e-06, + "T": 0.0003097123699262738, + "P": 0.0015944474143907428, + "-": 0.997340738773346 + }, + "id": "tp_29042" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3630264, + "label": "-", + "classification": { + "B": 0.0015882207080721855, + "S": 0.00021511710656341165, + "I": 8.684391650604084e-05, + "C": 0.0003435110265854746, + "R": 0.00014125063898973167, + "M": 0.01065947487950325, + "O": 0.0021121921017766, + "W": 4.1431168938288465e-05, + "N": 3.0019109544809908e-06, + "Y": 0.001964336493983865, + "U": 1.0017516842708574e-06, + "K": 2.2445962599704217e-07, + "L": 0.0026580612175166607, + "G": 0.009686125442385674, + "F": 0.012830850668251514, + "E": 0.00024306717386934906, + "T": 0.003244259860366583, + "P": 0.006163726095110178, + "-": 0.9480172991752625 + }, + "id": "tp_29043" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3630397, + "label": "-", + "classification": { + "B": 0.0007347671198658645, + "S": 0.0006511955289170146, + "I": 0.00045671401312574744, + "C": 0.009219715371727943, + "R": 0.003067167242988944, + "M": 0.034816086292266846, + "O": 0.007110471371561289, + "W": 0.0003627561090979725, + "N": 2.9263175747473724e-05, + "Y": 0.014567292295396328, + "U": 1.9279274056316353e-05, + "K": 3.281521912867902e-06, + "L": 0.011748362332582474, + "G": 0.02688417211174965, + "F": 0.02144053392112255, + "E": 0.0004670715716201812, + "T": 0.018909957259893417, + "P": 0.007451826706528664, + "-": 0.8420601487159729 + }, + "id": "tp_29044" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3630531, + "label": "-", + "classification": { + "B": 1.3980471180730092e-07, + "S": 3.2627078780933516e-06, + "I": 3.507822111714631e-05, + "C": 0.13353966176509857, + "R": 0.013829216361045837, + "M": 0.0017828765558078885, + "O": 0.0003717435756698251, + "W": 6.194721663632663e-06, + "N": 5.8815089687414e-07, + "Y": 0.010359678417444229, + "U": 5.161044782653335e-07, + "K": 1.3844666000295547e-06, + "L": 0.0004737064300570637, + "G": 0.012386856600642204, + "F": 0.023155156522989273, + "E": 1.046854322339641e-05, + "T": 0.004924173001199961, + "P": 0.0005708766402676702, + "-": 0.7985484004020691 + }, + "id": "tp_29045" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3630631, + "label": "-", + "classification": { + "B": 1.3775188101305957e-08, + "S": 3.5201794812422804e-09, + "I": 6.229057589735021e-07, + "C": 4.477994025364751e-06, + "R": 7.026752655292512e-07, + "M": 1.8373795001025428e-06, + "O": 1.322075149801094e-06, + "W": 1.4813556603598954e-08, + "N": 3.3965710244387992e-09, + "Y": 1.9839875676552765e-05, + "U": 1.506244906579468e-09, + "K": 1.2892734102543102e-10, + "L": 2.728459094214486e-07, + "G": 6.461965313064866e-06, + "F": 6.350225885398686e-05, + "E": 3.8775208821562046e-08, + "T": 2.5094475859077647e-05, + "P": 0.0027991600800305605, + "-": 0.9970767498016357 + }, + "id": "tp_29046" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3630764, + "label": "-", + "classification": { + "B": 1.0152992757639367e-07, + "S": 2.7631313059828244e-06, + "I": 1.1808404451585375e-05, + "C": 0.00026318352320231497, + "R": 0.00014603804447688162, + "M": 0.0030598919838666916, + "O": 0.0012456345139071345, + "W": 2.2177371192810824e-06, + "N": 2.433152701541985e-07, + "Y": 0.017864521592855453, + "U": 5.429210858665101e-08, + "K": 1.4338858989049186e-08, + "L": 0.0006076599820517004, + "G": 0.002831975929439068, + "F": 0.0006164788501337171, + "E": 2.9213611014711205e-06, + "T": 0.008571721613407135, + "P": 0.0004879724874626845, + "-": 0.9642847180366516 + }, + "id": "tp_29047" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3630898, + "label": "-", + "classification": { + "B": 4.7283745630011254e-07, + "S": 6.476405900457394e-08, + "I": 8.183197053313052e-08, + "C": 1.4670167729491368e-06, + "R": 4.0616396290715784e-07, + "M": 0.00024052939261309803, + "O": 9.018746823130641e-06, + "W": 1.3028755851962615e-08, + "N": 3.7996034096821063e-10, + "Y": 0.00019722862634807825, + "U": 9.820926710757405e-11, + "K": 2.8085953701628696e-11, + "L": 8.98202597454656e-06, + "G": 0.00016941958165261894, + "F": 0.00048107298789545894, + "E": 2.697820775665605e-07, + "T": 0.00015080881712492555, + "P": 0.00011428594007156789, + "-": 0.9986257553100586 + }, + "id": "tp_29048" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3631031, + "label": "-", + "classification": { + "B": 6.186156448206859e-11, + "S": 4.404868830798492e-11, + "I": 1.6345585995836132e-09, + "C": 7.419724279422724e-10, + "R": 1.0855840532064676e-10, + "M": 1.1439022173931335e-08, + "O": 3.197865083848228e-08, + "W": 3.61932636638862e-11, + "N": 1.9786138005795095e-11, + "Y": 1.5632018346423138e-07, + "U": 3.520031759563641e-13, + "K": 1.5473826918150496e-13, + "L": 2.8036151178412183e-10, + "G": 2.6822100096524082e-08, + "F": 8.569200872443616e-06, + "E": 6.83148593250138e-10, + "T": 5.21102037964738e-07, + "P": 0.004857291467487812, + "-": 0.9951333403587341 + }, + "id": "tp_29049" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3631131, + "label": "-", + "classification": { + "B": 2.8056456358172e-06, + "S": 6.647150740946017e-08, + "I": 8.316644198202994e-06, + "C": 6.534800922963768e-05, + "R": 2.9853670184820658e-06, + "M": 0.0003025998594239354, + "O": 9.357790986541659e-06, + "W": 4.467190706236579e-08, + "N": 7.219749420528387e-08, + "Y": 0.0003159120969939977, + "U": 1.5560052801788515e-08, + "K": 3.944431004043736e-09, + "L": 7.985143383848481e-06, + "G": 0.0005192884127609432, + "F": 0.0005926937446929514, + "E": 2.25664880417753e-05, + "T": 0.0002307315735379234, + "P": 0.006425247993320227, + "-": 0.9914939403533936 + }, + "id": "tp_29050" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3631265, + "label": "-", + "classification": { + "B": 3.148741598124616e-05, + "S": 3.71873211406637e-05, + "I": 5.07902805111371e-05, + "C": 0.00010320102592231706, + "R": 2.6261142920702696e-05, + "M": 0.004776570480316877, + "O": 0.0005986952455714345, + "W": 1.7398540876456536e-05, + "N": 4.173663000983652e-06, + "Y": 0.002884811023250222, + "U": 1.073727844413952e-06, + "K": 1.3102713865009719e-06, + "L": 0.00014084253052715212, + "G": 0.0012822372373193502, + "F": 0.006490376312285662, + "E": 6.894695980008692e-05, + "T": 0.005625353194773197, + "P": 0.00870521366596222, + "-": 0.9691540598869324 + }, + "id": "tp_29051" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3631398, + "label": "-", + "classification": { + "B": 6.306433153469015e-11, + "S": 1.792919979148877e-11, + "I": 2.310420654794143e-07, + "C": 2.238711793722814e-08, + "R": 6.456137291444008e-10, + "M": 3.454993091622782e-08, + "O": 7.13836767474163e-09, + "W": 3.087759214981389e-11, + "N": 8.005636153995965e-10, + "Y": 8.017635764190345e-07, + "U": 9.176869333882287e-12, + "K": 4.994835794969177e-11, + "L": 2.108732355399212e-10, + "G": 1.8584697158985364e-07, + "F": 9.437584230909124e-05, + "E": 1.268145979338442e-07, + "T": 3.7590592683045543e-07, + "P": 0.058589380234479904, + "-": 0.9413145184516907 + }, + "id": "tp_29052" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3631532, + "label": "-", + "classification": { + "B": 2.3441826613179728e-07, + "S": 1.427983193025284e-06, + "I": 3.488850052235648e-05, + "C": 0.00010344448674004525, + "R": 1.231496935361065e-05, + "M": 5.100841008243151e-05, + "O": 1.604102180863265e-05, + "W": 7.082106776579167e-07, + "N": 2.5535600798320957e-06, + "Y": 0.0009187102550640702, + "U": 5.709212018700782e-07, + "K": 7.71104714658577e-06, + "L": 1.8674780903893407e-06, + "G": 0.00012148471432738006, + "F": 0.004344173241406679, + "E": 3.376695167389698e-05, + "T": 0.0006510911043733358, + "P": 0.0159700158983469, + "-": 0.977728009223938 + }, + "id": "tp_29053" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3631632, + "label": "-", + "classification": { + "B": 2.2379377696779557e-05, + "S": 0.00020864541875198483, + "I": 4.960359001415782e-05, + "C": 0.0009298752993345261, + "R": 0.00026790855918079615, + "M": 0.0016920292982831597, + "O": 0.0015721883391961455, + "W": 6.733393092872575e-05, + "N": 6.990035217313562e-06, + "Y": 0.004754924215376377, + "U": 1.9586520920711337e-06, + "K": 1.5991670807125047e-05, + "L": 0.0006062904139980674, + "G": 0.007579819764941931, + "F": 0.03166675940155983, + "E": 6.575301085831597e-05, + "T": 0.006119710858911276, + "P": 0.0059203398413956165, + "-": 0.9384515285491943 + }, + "id": "tp_29054" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3631765, + "label": "-", + "classification": { + "B": 5.219730496719421e-07, + "S": 9.328530126140322e-08, + "I": 3.4792080896295374e-06, + "C": 4.313849331083475e-06, + "R": 4.744879333884455e-07, + "M": 2.9416733013931662e-05, + "O": 7.680945600441191e-06, + "W": 6.941054664366675e-08, + "N": 9.31990484787093e-08, + "Y": 0.000137894821818918, + "U": 1.4779993229296906e-08, + "K": 8.284059660468301e-09, + "L": 1.0407189847683185e-06, + "G": 5.766397953266278e-05, + "F": 0.0013278723927214742, + "E": 3.7924855860183015e-06, + "T": 9.342629346065223e-05, + "P": 0.01932242140173912, + "-": 0.9790096282958984 + }, + "id": "tp_29055" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3631899, + "label": "-", + "classification": { + "B": 0.0012172278948128223, + "S": 3.920766175724566e-05, + "I": 0.00026551468181423843, + "C": 0.00028403804753907025, + "R": 4.504175012698397e-05, + "M": 0.0013341904850676656, + "O": 0.00044055230682715774, + "W": 2.921091981988866e-05, + "N": 1.8506332708057016e-05, + "Y": 0.0018252115696668625, + "U": 4.5056249291519634e-06, + "K": 7.382486728602089e-06, + "L": 0.000209372621611692, + "G": 0.003717648098245263, + "F": 0.00826776959002018, + "E": 0.0009858550038188696, + "T": 0.0011132126674056053, + "P": 0.06525241583585739, + "-": 0.9149430990219116 + }, + "id": "tp_29056" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3632032, + "label": "-", + "classification": { + "B": 9.646626494941302e-06, + "S": 3.2685713904356817e-06, + "I": 0.0005504894070327282, + "C": 0.00016889034304767847, + "R": 1.6432719348813407e-05, + "M": 0.0002169687213608995, + "O": 6.194367597345263e-05, + "W": 6.1509854276664555e-06, + "N": 8.874096965882927e-05, + "Y": 0.0016149129951372743, + "U": 5.876413524674717e-06, + "K": 0.00019599974621087313, + "L": 5.649184458889067e-06, + "G": 0.00081190763739869, + "F": 0.013127511367201805, + "E": 0.0034891620744019747, + "T": 0.0008174351532943547, + "P": 0.2810244560241699, + "-": 0.6977845430374146 + }, + "id": "tp_29057" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3632132, + "label": "-", + "classification": { + "B": 5.591009539784864e-07, + "S": 2.3441926089162735e-07, + "I": 6.3171901274472475e-06, + "C": 7.515271863667294e-05, + "R": 1.1681208889058325e-05, + "M": 0.0002994814421981573, + "O": 2.4705053874640726e-05, + "W": 2.2057803050756775e-07, + "N": 1.1129992572023184e-07, + "Y": 0.0014694626443088055, + "U": 5.722523610529606e-08, + "K": 5.320908602612917e-09, + "L": 1.9146031263517216e-05, + "G": 0.0003351889317855239, + "F": 0.001058350084349513, + "E": 4.424728103913367e-06, + "T": 0.001078469562344253, + "P": 0.0051354896277189255, + "-": 0.9904808402061462 + }, + "id": "tp_29058" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3632266, + "label": "-", + "classification": { + "B": 1.792813897338874e-09, + "S": 3.3948250877102737e-09, + "I": 3.8717789720976725e-06, + "C": 6.042723725840915e-06, + "R": 1.7927380895343958e-06, + "M": 1.576742397446651e-05, + "O": 1.8816170950231026e-06, + "W": 1.629564216898416e-08, + "N": 3.993359953824438e-08, + "Y": 0.0017676361603662372, + "U": 1.6659157608955866e-08, + "K": 1.1387812293151e-07, + "L": 1.696529920991452e-07, + "G": 3.884933175868355e-05, + "F": 0.0004003036010544747, + "E": 1.0252814490741002e-06, + "T": 0.0003244700201321393, + "P": 0.001669886987656355, + "-": 0.9957681894302368 + }, + "id": "tp_29059" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3632399, + "label": "-", + "classification": { + "B": 1.8054788597510196e-07, + "S": 1.0980251374803629e-07, + "I": 8.186449122149497e-06, + "C": 1.943773440871155e-06, + "R": 3.7074789815960685e-07, + "M": 5.787135705759283e-06, + "O": 4.979634468327276e-06, + "W": 3.951667508772516e-07, + "N": 7.5046415304314e-07, + "Y": 0.00025953672593459487, + "U": 1.0113919302057184e-07, + "K": 1.4507611012959387e-05, + "L": 1.5946002918099111e-07, + "G": 6.98990115779452e-05, + "F": 0.005705432500690222, + "E": 6.245548865990713e-05, + "T": 6.416998076019809e-05, + "P": 0.045656103640794754, + "-": 0.9481449127197266 + }, + "id": "tp_29060" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3632533, + "label": "-", + "classification": { + "B": 7.49753553463961e-06, + "S": 4.6243426368164364e-06, + "I": 0.0005460587562993169, + "C": 5.196633719606325e-05, + "R": 1.169728329841746e-05, + "M": 0.00036395565257407725, + "O": 8.674170385347679e-05, + "W": 3.886636932293186e-06, + "N": 3.081770410062745e-05, + "Y": 0.0024422435089945793, + "U": 2.5229253424186027e-06, + "K": 4.012176759715658e-06, + "L": 1.53706714627333e-05, + "G": 0.00037840474396944046, + "F": 0.003428793977946043, + "E": 0.000521663692779839, + "T": 0.0013031510170549154, + "P": 0.18376481533050537, + "-": 0.8070318102836609 + }, + "id": "tp_29061" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3632633, + "label": "-", + "classification": { + "B": 9.705721469577266e-13, + "S": 5.998844476717835e-11, + "I": 5.4206829996905626e-11, + "C": 5.605115482865131e-09, + "R": 2.720970393443878e-10, + "M": 2.919886696872709e-07, + "O": 7.947564384380712e-09, + "W": 3.262652301105895e-12, + "N": 3.4619819489455084e-13, + "Y": 1.1052443369408138e-05, + "U": 1.527831782258387e-14, + "K": 1.9364006925703947e-12, + "L": 1.909675972910918e-09, + "G": 2.802755943775992e-06, + "F": 0.0010905900271609426, + "E": 1.0238091485703649e-09, + "T": 4.95225822305656e-06, + "P": 2.0763529391842894e-05, + "-": 0.9988694787025452 + }, + "id": "tp_29062" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3632766, + "label": "-", + "classification": { + "B": 9.867582662081986e-08, + "S": 6.758076551705017e-07, + "I": 3.325531451991992e-06, + "C": 3.795796146732755e-05, + "R": 4.502654519455973e-06, + "M": 0.0005131599027663469, + "O": 2.9735580028500408e-05, + "W": 2.9689391567444545e-07, + "N": 9.275714063505802e-08, + "Y": 0.0035783261992037296, + "U": 7.172416882639254e-09, + "K": 5.727317216042138e-07, + "L": 8.301180059788749e-06, + "G": 0.0010215322254225612, + "F": 0.01015391293913126, + "E": 3.528278830344789e-05, + "T": 0.0007690938073210418, + "P": 0.0012658779742196202, + "-": 0.982577383518219 + }, + "id": "tp_29063" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3632900, + "label": "-", + "classification": { + "B": 2.5084536900976673e-05, + "S": 2.0868406863883138e-05, + "I": 0.00128809770103544, + "C": 0.00099814566783607, + "R": 0.00012252242595423013, + "M": 0.0018000759882852435, + "O": 0.0003692792379297316, + "W": 1.9225299183744937e-05, + "N": 0.00010779865260701627, + "Y": 0.004132811911404133, + "U": 3.6874800571240485e-05, + "K": 2.4628796381875873e-05, + "L": 0.00012027277261950076, + "G": 0.0016874225111678243, + "F": 0.0039011139888316393, + "E": 0.0007887775427661836, + "T": 0.006941593252122402, + "P": 0.09158089756965637, + "-": 0.8860344886779785 + }, + "id": "tp_29064" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3633033, + "label": "-", + "classification": { + "B": 5.143056114320643e-07, + "S": 1.5922194506856613e-05, + "I": 8.78562277648598e-05, + "C": 0.002796582179144025, + "R": 0.0006701064994558692, + "M": 0.0018445258028805256, + "O": 0.0006074119592085481, + "W": 1.483910637034569e-05, + "N": 7.117531822586898e-06, + "Y": 0.004066332243382931, + "U": 3.02516446026857e-06, + "K": 4.323892790125683e-05, + "L": 0.00015543635527137667, + "G": 0.0026764729991555214, + "F": 0.01919231005012989, + "E": 5.9732799854828045e-05, + "T": 0.0032375245355069637, + "P": 0.004132166504859924, + "-": 0.9603887796401978 + }, + "id": "tp_29065" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3633133, + "label": "-", + "classification": { + "B": 1.8314874978386797e-05, + "S": 4.389740206534043e-05, + "I": 0.000158315830049105, + "C": 0.00017243875481653959, + "R": 9.30808819248341e-05, + "M": 0.0021055638790130615, + "O": 0.0007424920331686735, + "W": 2.5907029339578003e-05, + "N": 1.6767640772741288e-05, + "Y": 0.007469614967703819, + "U": 4.200277999188984e-06, + "K": 8.472374247503467e-06, + "L": 0.00016517659241799265, + "G": 0.001961984671652317, + "F": 0.010070165619254112, + "E": 0.00013546650006901473, + "T": 0.007926166988909245, + "P": 0.020689720287919044, + "-": 0.9481921792030334 + }, + "id": "tp_29066" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3633267, + "label": "-", + "classification": { + "B": 8.79865922343015e-07, + "S": 8.881293069862295e-07, + "I": 7.428986009472283e-06, + "C": 3.433127346852416e-07, + "R": 1.1869866511915461e-07, + "M": 5.7434681366430596e-06, + "O": 1.0945185749733355e-05, + "W": 3.237842918224487e-07, + "N": 4.437283394054248e-07, + "Y": 2.1761663447250612e-05, + "U": 5.380117684694596e-09, + "K": 5.8579789907753366e-09, + "L": 2.848693441137584e-07, + "G": 6.128110271674814e-06, + "F": 0.0006136078736744821, + "E": 4.944210104440572e-06, + "T": 3.6098779673920944e-05, + "P": 0.2099052220582962, + "-": 0.7893848419189453 + }, + "id": "tp_29067" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3633400, + "label": "-", + "classification": { + "B": 4.2666800936785876e-07, + "S": 3.2880981848393276e-07, + "I": 8.970188355306163e-05, + "C": 3.604907396947965e-05, + "R": 9.475838851358276e-06, + "M": 0.00011202614405192435, + "O": 1.8044307580566965e-05, + "W": 1.5277850025086082e-06, + "N": 6.030204531271011e-06, + "Y": 0.0057174647226929665, + "U": 1.5919968063826673e-06, + "K": 0.0003027170314453542, + "L": 2.4070366180239944e-06, + "G": 0.0013470716075971723, + "F": 0.013390460051596165, + "E": 0.00044389901449903846, + "T": 0.0007970053120516241, + "P": 0.02832462638616562, + "-": 0.9493990540504456 + }, + "id": "tp_29068" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3633500, + "label": "-", + "classification": { + "B": 2.7914449674426578e-05, + "S": 2.057432539004367e-05, + "I": 0.00014117184036877006, + "C": 0.0004438571631908417, + "R": 0.00013844278873875737, + "M": 0.0006394829833880067, + "O": 0.0004134151095058769, + "W": 1.8416660168441013e-05, + "N": 1.134829562943196e-05, + "Y": 0.0031299875117838383, + "U": 6.677359579043696e-06, + "K": 5.978426997899078e-06, + "L": 0.00017429253784939647, + "G": 0.002036278834566474, + "F": 0.018871767446398735, + "E": 9.824200242292136e-05, + "T": 0.002745011355727911, + "P": 0.024516308680176735, + "-": 0.9465608596801758 + }, + "id": "tp_29069" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3633634, + "label": "-", + "classification": { + "B": 5.742324393764875e-09, + "S": 6.38938102426323e-09, + "I": 1.4273262422648259e-05, + "C": 3.026827926078113e-06, + "R": 1.3526765485494252e-07, + "M": 1.5318445321099716e-06, + "O": 4.823597805625468e-07, + "W": 7.059569817613465e-09, + "N": 4.5046627406009065e-07, + "Y": 9.855889220489189e-05, + "U": 3.6922116919413384e-08, + "K": 2.910265664013423e-07, + "L": 2.8777247251809968e-08, + "G": 1.1643721336440649e-05, + "F": 0.0002897809899877757, + "E": 1.4317379282147158e-05, + "T": 6.399981066351756e-05, + "P": 0.05863123759627342, + "-": 0.9408701062202454 + }, + "id": "tp_29070" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3633767, + "label": "-", + "classification": { + "B": 1.1799227650044486e-05, + "S": 3.999740147264674e-05, + "I": 0.00012800522381439805, + "C": 0.0005133096710778773, + "R": 0.00030063922167755663, + "M": 0.005360263865441084, + "O": 0.0009628707193769515, + "W": 2.4339296942343935e-05, + "N": 7.3307242018927354e-06, + "Y": 0.02147488296031952, + "U": 1.2917623735120287e-06, + "K": 6.631555152125657e-06, + "L": 0.0003235560725443065, + "G": 0.005444732960313559, + "F": 0.009024558588862419, + "E": 0.00015291741874534637, + "T": 0.009452477097511292, + "P": 0.002947800559923053, + "-": 0.9438226819038391 + }, + "id": "tp_29071" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3633901, + "label": "-", + "classification": { + "B": 6.888301129492902e-08, + "S": 1.5652632328055915e-06, + "I": 1.8373751800027094e-06, + "C": 5.184339534025639e-05, + "R": 1.2721198800136335e-05, + "M": 0.0004582196124829352, + "O": 7.452047429978848e-05, + "W": 5.603912995866267e-07, + "N": 7.24391142625791e-08, + "Y": 0.002932491945102811, + "U": 9.503465570048775e-09, + "K": 7.785959610373538e-08, + "L": 2.9602533686556853e-05, + "G": 0.0007090468425303698, + "F": 0.013371551409363747, + "E": 7.52658115743543e-06, + "T": 0.0005773948505520821, + "P": 0.0012753906194120646, + "-": 0.9804953932762146 + }, + "id": "tp_29072" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3634001, + "label": "-", + "classification": { + "B": 5.788539283457794e-07, + "S": 3.9027096931931737e-07, + "I": 8.029558102862211e-07, + "C": 4.1700048313941807e-05, + "R": 6.030439180904068e-06, + "M": 9.762820263858885e-05, + "O": 3.273452239227481e-05, + "W": 1.5838544697999168e-07, + "N": 1.5466207869963e-08, + "Y": 0.00010157508222619072, + "U": 5.501220368131499e-09, + "K": 5.85000992092688e-10, + "L": 2.3991033231141046e-05, + "G": 0.0002804117975756526, + "F": 0.0051512825302779675, + "E": 8.354645046892983e-07, + "T": 0.0001667826873017475, + "P": 0.002216422464698553, + "-": 0.9918786287307739 + }, + "id": "tp_29073" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3634134, + "label": "-", + "classification": { + "B": 9.898520829665358e-07, + "S": 3.309883425117732e-07, + "I": 3.17079211527016e-05, + "C": 3.4634162147995085e-05, + "R": 8.45312843011925e-06, + "M": 2.7133590265293606e-05, + "O": 1.8687740521272644e-05, + "W": 8.463004519398964e-07, + "N": 6.849668920949625e-07, + "Y": 0.0011145659955218434, + "U": 2.77768577916504e-07, + "K": 3.226328999517136e-07, + "L": 2.832709924405208e-06, + "G": 0.0001388862874591723, + "F": 0.0006657125777564943, + "E": 7.256254320964217e-06, + "T": 0.0004492538282647729, + "P": 0.016072044149041176, + "-": 0.981425404548645 + }, + "id": "tp_29074" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3634268, + "label": "-", + "classification": { + "B": 6.547753628183273e-07, + "S": 7.418663585667673e-07, + "I": 1.5935695500957081e-06, + "C": 3.403301889193244e-05, + "R": 1.7934353309101425e-06, + "M": 0.0001387169904774055, + "O": 1.4552610991813708e-05, + "W": 1.7943136754183797e-07, + "N": 1.3809192012104177e-07, + "Y": 0.0016882879426702857, + "U": 1.490414369698101e-08, + "K": 4.151625034864992e-06, + "L": 4.336950496508507e-06, + "G": 0.002869659336283803, + "F": 0.06041844189167023, + "E": 8.753043948672712e-05, + "T": 0.00037501659244298935, + "P": 0.00339744845405221, + "-": 0.9309626817703247 + }, + "id": "tp_29075" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3634401, + "label": "-", + "classification": { + "B": 1.3816581212466872e-09, + "S": 7.906931109857851e-09, + "I": 1.7524642714761285e-07, + "C": 1.160891542895115e-07, + "R": 3.8015031122995424e-08, + "M": 2.8798388029827038e-06, + "O": 6.80144125908555e-07, + "W": 6.914025352244835e-09, + "N": 2.6071802494698204e-09, + "Y": 3.878416828229092e-05, + "U": 2.5289562111119324e-10, + "K": 1.764712154184167e-09, + "L": 3.858555430724664e-08, + "G": 2.461971917000483e-06, + "F": 0.0014646579511463642, + "E": 2.631990412282903e-07, + "T": 1.528687062091194e-05, + "P": 0.004702728241682053, + "-": 0.9937719702720642 + }, + "id": "tp_29076" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3634501, + "label": "-", + "classification": { + "B": 1.049146099857401e-11, + "S": 2.65959099188251e-09, + "I": 5.1667234934882345e-09, + "C": 3.222339017838749e-08, + "R": 1.168391827732762e-09, + "M": 5.065302275397698e-07, + "O": 7.435091475826994e-08, + "W": 3.8979183769605186e-10, + "N": 2.6356533622262646e-10, + "Y": 2.547835720179137e-06, + "U": 5.377116286953143e-12, + "K": 2.952756039675819e-09, + "L": 1.2267036275659393e-09, + "G": 5.369024052015448e-07, + "F": 0.0032212671358138323, + "E": 6.164166421740447e-08, + "T": 3.7705669910792494e-06, + "P": 0.002365957945585251, + "-": 0.9944051504135132 + }, + "id": "tp_29077" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3634635, + "label": "-", + "classification": { + "B": 1.1576558733850106e-07, + "S": 1.0856750165544327e-08, + "I": 4.800267561222427e-07, + "C": 1.579780587235291e-06, + "R": 1.7883316161260154e-07, + "M": 3.4675089409574866e-05, + "O": 4.148064363107551e-06, + "W": 2.1229945801337635e-08, + "N": 4.545335219319213e-09, + "Y": 2.9569873731816188e-05, + "U": 7.748909292004669e-10, + "K": 1.6262777235986903e-10, + "L": 8.240003239734506e-07, + "G": 1.7857601051218808e-05, + "F": 0.00018386627198196948, + "E": 7.800258003953786e-07, + "T": 4.893764344160445e-05, + "P": 0.003906720317900181, + "-": 0.9957701563835144 + }, + "id": "tp_29078" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3634768, + "label": "-", + "classification": { + "B": 7.545518769802584e-07, + "S": 2.619451038299303e-07, + "I": 2.958626464533154e-05, + "C": 0.00022992516460362822, + "R": 2.0344448785181157e-05, + "M": 6.11398063483648e-05, + "O": 2.244558163511101e-05, + "W": 5.405019578574866e-07, + "N": 1.2345681170700118e-06, + "Y": 0.0006023413734510541, + "U": 8.460684171041066e-07, + "K": 8.642568900540937e-07, + "L": 5.632095053442754e-06, + "G": 0.00021182384807616472, + "F": 0.001956846099346876, + "E": 2.5820689188549295e-05, + "T": 0.00036035937955603004, + "P": 0.020141437649726868, + "-": 0.9763278365135193 + }, + "id": "tp_29079" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3634902, + "label": "-", + "classification": { + "B": 0.0001579940435476601, + "S": 2.094886986014899e-05, + "I": 0.00033365748822689056, + "C": 0.0004934115568175912, + "R": 9.500109445070848e-05, + "M": 0.0033040852285921574, + "O": 0.0005585812032222748, + "W": 1.094601975637488e-05, + "N": 1.7168886188301258e-05, + "Y": 0.004209987353533506, + "U": 4.562527465168387e-06, + "K": 2.0592103737726575e-06, + "L": 0.0005388608551584184, + "G": 0.0067988792434334755, + "F": 0.013195975683629513, + "E": 0.0004890855634585023, + "T": 0.005646257661283016, + "P": 0.027316072955727577, + "-": 0.936806321144104 + }, + "id": "tp_29080" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3635002, + "label": "-", + "classification": { + "B": 0.0003051426319871098, + "S": 0.00015414821973536164, + "I": 0.005667390301823616, + "C": 0.054235395044088364, + "R": 0.01799074187874794, + "M": 0.016399502754211426, + "O": 0.003771742107346654, + "W": 0.00036938406992703676, + "N": 0.0002330349525436759, + "Y": 0.045964401215314865, + "U": 0.00014833395835012197, + "K": 0.0001001036653178744, + "L": 0.003283039666712284, + "G": 0.031374990940093994, + "F": 0.02265867404639721, + "E": 0.0017126143211498857, + "T": 0.018192119896411896, + "P": 0.023647362366318703, + "-": 0.753791868686676 + }, + "id": "tp_29081" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3635135, + "label": "-", + "classification": { + "B": 2.6563160645309836e-05, + "S": 2.6671779778553173e-05, + "I": 8.352138684131205e-05, + "C": 0.0003735537175089121, + "R": 7.36102883820422e-05, + "M": 0.0005466178990900517, + "O": 0.00020268936350475997, + "W": 1.152215372712817e-05, + "N": 9.182547728414647e-06, + "Y": 0.009369129315018654, + "U": 1.5345256088039605e-06, + "K": 1.7232589016202837e-05, + "L": 4.659877231460996e-05, + "G": 0.0017163384472951293, + "F": 0.0069297682493925095, + "E": 0.0001924194220919162, + "T": 0.0043000997975468636, + "P": 0.009413673542439938, + "-": 0.9666593670845032 + }, + "id": "tp_29082" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3635269, + "label": "-", + "classification": { + "B": 1.570161998643016e-06, + "S": 2.510535750843701e-06, + "I": 0.0005937552778050303, + "C": 0.0005067964666523039, + "R": 4.191855259705335e-05, + "M": 0.0002930129994638264, + "O": 0.00010400529572507367, + "W": 3.1560698516841512e-06, + "N": 2.3350128685706295e-05, + "Y": 0.0021126181818544865, + "U": 4.1722382775333244e-06, + "K": 3.1137899441091577e-06, + "L": 1.7795209714677185e-05, + "G": 0.0009136641747318208, + "F": 0.0009780456312000751, + "E": 8.261233597295359e-05, + "T": 0.0017588058253750205, + "P": 0.04391968995332718, + "-": 0.9486395716667175 + }, + "id": "tp_29083" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3635402, + "label": "-", + "classification": { + "B": 8.51422953473957e-07, + "S": 1.3389206969804945e-06, + "I": 1.3033779396209866e-05, + "C": 0.00030122732277959585, + "R": 4.015330341644585e-05, + "M": 0.00033801846439018846, + "O": 7.123348768800497e-05, + "W": 1.1910901775991078e-06, + "N": 4.820468575417181e-07, + "Y": 0.00257490505464375, + "U": 2.1403023708899127e-07, + "K": 5.137492848916736e-07, + "L": 5.024378333473578e-05, + "G": 0.0021204561926424503, + "F": 0.013669905252754688, + "E": 2.2571395675186068e-05, + "T": 0.0008676517172716558, + "P": 0.01093621551990509, + "-": 0.9689898490905762 + }, + "id": "tp_29084" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3635502, + "label": "-", + "classification": { + "B": 2.398062633801601e-06, + "S": 1.5159113900153898e-05, + "I": 2.442137940761313e-07, + "C": 6.006104376865551e-05, + "R": 2.290042903041467e-05, + "M": 0.0011443998664617538, + "O": 0.00025433761766180396, + "W": 1.4530593261952163e-06, + "N": 6.211330116911995e-09, + "Y": 0.0008584218448959291, + "U": 5.95926419322268e-10, + "K": 2.3791746350809717e-09, + "L": 0.0002722395583987236, + "G": 0.0022799929138273, + "F": 0.03327082470059395, + "E": 2.083691470033955e-06, + "T": 0.00043268350418657064, + "P": 0.00018005919991992414, + "-": 0.9612026810646057 + }, + "id": "tp_29085" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3635636, + "label": "-", + "classification": { + "B": 2.3437469280906953e-05, + "S": 3.9906572055770084e-06, + "I": 4.79179971080157e-06, + "C": 5.654876076732762e-06, + "R": 1.2384098226903006e-06, + "M": 0.0004441720375325531, + "O": 0.00014325582014862448, + "W": 1.3431726983981207e-06, + "N": 2.6683696319196315e-07, + "Y": 0.00028759639826603234, + "U": 3.853084606930679e-08, + "K": 2.1687309725848536e-08, + "L": 2.717961797316093e-05, + "G": 0.0003029754152521491, + "F": 0.002142110140994191, + "E": 2.4836506781866774e-05, + "T": 0.0002769699494820088, + "P": 0.007946143858134747, + "-": 0.9883639812469482 + }, + "id": "tp_29086" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3635769, + "label": "-", + "classification": { + "B": 2.3006063543107302e-07, + "S": 1.0665883110050345e-06, + "I": 7.1086528805608395e-06, + "C": 0.00035283269244246185, + "R": 6.288768054218963e-05, + "M": 0.0001708092022454366, + "O": 5.684783172910102e-05, + "W": 7.883286343712825e-07, + "N": 2.669445109404478e-07, + "Y": 0.000781357754021883, + "U": 7.742478658201435e-08, + "K": 9.468856632111056e-08, + "L": 2.558111009420827e-05, + "G": 0.0004952243762090802, + "F": 0.007198922801762819, + "E": 5.1131391956005245e-06, + "T": 0.0005009140004403889, + "P": 0.003162320936098695, + "-": 0.9871774911880493 + }, + "id": "tp_29087" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3635903, + "label": "-", + "classification": { + "B": 3.838811721834645e-07, + "S": 7.350196540301113e-08, + "I": 0.00011272205301793292, + "C": 0.0003177360340487212, + "R": 2.6130408514291048e-05, + "M": 0.00021759366791229695, + "O": 1.8751083189272322e-05, + "W": 2.0159284019882762e-07, + "N": 6.132368071121164e-07, + "Y": 0.002548749325796962, + "U": 1.5609920467340999e-07, + "K": 3.476606025287765e-08, + "L": 8.497730959788896e-06, + "G": 0.00037217140197753906, + "F": 0.0003988338867202401, + "E": 3.165110319969244e-05, + "T": 0.0006475994014181197, + "P": 0.014661131426692009, + "-": 0.9806369543075562 + }, + "id": "tp_29088" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3636003, + "label": "-", + "classification": { + "B": 6.175873750180472e-06, + "S": 3.872739853250096e-06, + "I": 1.294671164941974e-05, + "C": 0.00019818822329398245, + "R": 5.7369408750673756e-05, + "M": 0.0003144275106023997, + "O": 0.00011233885015826672, + "W": 1.6708804650988895e-06, + "N": 4.1695673758113116e-07, + "Y": 0.002125975675880909, + "U": 9.129725953016532e-08, + "K": 8.402968632026386e-08, + "L": 5.452703044284135e-05, + "G": 0.0012680019717663527, + "F": 0.008305519819259644, + "E": 1.574733505549375e-05, + "T": 0.000515105202794075, + "P": 0.0038739056326448917, + "-": 0.9831336140632629 + }, + "id": "tp_29089" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3636136, + "label": "-", + "classification": { + "B": 3.727478414816687e-08, + "S": 2.336381399459242e-08, + "I": 2.847189762178459e-06, + "C": 1.5105988495633937e-06, + "R": 1.4556125904618966e-07, + "M": 2.8849264708696865e-05, + "O": 2.3583534130011685e-06, + "W": 3.0622537394719984e-08, + "N": 5.907638112034874e-08, + "Y": 0.00013423494237940758, + "U": 5.870198549473571e-09, + "K": 1.294043840971426e-07, + "L": 9.895847341567787e-08, + "G": 1.432026328984648e-05, + "F": 0.0004363464249763638, + "E": 7.757161256449763e-06, + "T": 6.67674612486735e-05, + "P": 0.00705134030431509, + "-": 0.9922532439231873 + }, + "id": "tp_29090" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3636270, + "label": "-", + "classification": { + "B": 4.446120271950349e-07, + "S": 4.919279035675572e-06, + "I": 4.304232788854279e-06, + "C": 0.0009498530998826027, + "R": 0.0002678167074918747, + "M": 0.005916661582887173, + "O": 0.0005217313882894814, + "W": 2.2644926502835006e-06, + "N": 1.7352061831843457e-07, + "Y": 0.04295189678668976, + "U": 3.808253978831999e-08, + "K": 1.5821375427549356e-06, + "L": 0.00041858915938064456, + "G": 0.013783217407763004, + "F": 0.017923442646861076, + "E": 1.3178502740629483e-05, + "T": 0.006156777031719685, + "P": 0.00016493871225975454, + "-": 0.9109181761741638 + }, + "id": "tp_29091" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3636403, + "label": "-", + "classification": { + "B": 1.5870017477936926e-06, + "S": 2.389329438301502e-06, + "I": 2.7886568204849027e-05, + "C": 0.000921664759516716, + "R": 0.00022392459504771978, + "M": 0.0018297461792826653, + "O": 0.00036229146644473076, + "W": 2.094536739605246e-06, + "N": 6.233277645151247e-07, + "Y": 0.014080379158258438, + "U": 2.740951572377526e-07, + "K": 3.127495915578038e-07, + "L": 0.0004190579638816416, + "G": 0.007249952759593725, + "F": 0.0050707594491541386, + "E": 2.1137049770914018e-05, + "T": 0.003465872723609209, + "P": 0.001152296899817884, + "-": 0.9651676416397095 + }, + "id": "tp_29092" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3636503, + "label": "-", + "classification": { + "B": 5.7978912082035094e-05, + "S": 6.106380169512704e-05, + "I": 0.010545496828854084, + "C": 0.008709043264389038, + "R": 0.002705311868339777, + "M": 0.00426130834966898, + "O": 0.001685477327555418, + "W": 0.00015014869859442115, + "N": 0.0008705737418495119, + "Y": 0.03612060472369194, + "U": 0.00012828649778384715, + "K": 0.00026916031492874026, + "L": 0.0003303498087916523, + "G": 0.009436983615159988, + "F": 0.010253870859742165, + "E": 0.005171198397874832, + "T": 0.012500893324613571, + "P": 0.0929936021566391, + "-": 0.8037486672401428 + }, + "id": "tp_29093" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3636637, + "label": "-", + "classification": { + "B": 1.1541564504113921e-07, + "S": 2.9807160899508744e-06, + "I": 1.8614666259963997e-05, + "C": 7.281781290657818e-05, + "R": 2.0930889149894938e-05, + "M": 5.05764146510046e-05, + "O": 5.385726035456173e-05, + "W": 2.0436109480215237e-06, + "N": 1.418993065271934e-06, + "Y": 0.0018175267614424229, + "U": 3.8626691889476206e-07, + "K": 8.034637176024262e-06, + "L": 5.070243332738755e-06, + "G": 0.00023751813569106162, + "F": 0.008686146698892117, + "E": 8.133293704304378e-06, + "T": 0.0005139083950780332, + "P": 0.007737095933407545, + "-": 0.980762779712677 + }, + "id": "tp_29094" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3636770, + "label": "-", + "classification": { + "B": 2.032478732871823e-06, + "S": 5.154593054612633e-07, + "I": 6.584989750990644e-05, + "C": 0.00021920929430052638, + "R": 2.0058983864146285e-05, + "M": 0.00015539361629635096, + "O": 4.9862028390634805e-05, + "W": 1.0500879170649569e-06, + "N": 2.422915486022248e-06, + "Y": 0.000607290945481509, + "U": 1.1200364724572864e-06, + "K": 1.1480045714051812e-06, + "L": 1.1222953617107123e-05, + "G": 0.0004662477585952729, + "F": 0.0021077061537653208, + "E": 3.6414767237147316e-05, + "T": 0.0005922716809436679, + "P": 0.03609578683972359, + "-": 0.9595643877983093 + }, + "id": "tp_29095" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3636904, + "label": "-", + "classification": { + "B": 0.00019620827515609562, + "S": 7.060070493025705e-05, + "I": 0.002859107917174697, + "C": 0.020996807143092155, + "R": 0.003921578638255596, + "M": 0.01775260828435421, + "O": 0.0031199799850583076, + "W": 0.00017895012570079416, + "N": 0.00021145225036889315, + "Y": 0.06378018856048584, + "U": 0.0001607380254426971, + "K": 0.0001746005000313744, + "L": 0.0028062835335731506, + "G": 0.04977601766586304, + "F": 0.01502323430031538, + "E": 0.005420406814664602, + "T": 0.020862599834799767, + "P": 0.03214632719755173, + "-": 0.7605424523353577 + }, + "id": "tp_29096" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3637004, + "label": "-", + "classification": { + "B": 0.0001252788642887026, + "S": 4.275987066648668e-06, + "I": 0.00011260456085437909, + "C": 8.109326154226437e-05, + "R": 2.2565263861906715e-05, + "M": 0.0011653455439954996, + "O": 0.00019910330593120307, + "W": 6.008580839989008e-06, + "N": 4.082237865077332e-06, + "Y": 0.0014510632026940584, + "U": 8.59450494772318e-07, + "K": 7.229862148960819e-07, + "L": 7.184622518252581e-05, + "G": 0.001513859024271369, + "F": 0.002659797901287675, + "E": 0.0005516151431947947, + "T": 0.0007679323316551745, + "P": 0.0427551344037056, + "-": 0.9485068917274475 + }, + "id": "tp_29097" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3637137, + "label": "-", + "classification": { + "B": 1.0177779330433623e-07, + "S": 1.2836719243125572e-08, + "I": 7.277033375885367e-08, + "C": 1.5649060287614702e-06, + "R": 3.485299657768337e-07, + "M": 4.143427304370562e-06, + "O": 2.6491725293453783e-06, + "W": 1.5951135523550874e-08, + "N": 1.4536304382417597e-09, + "Y": 3.726571594597772e-05, + "U": 1.3260395004266456e-09, + "K": 1.9873016565696844e-09, + "L": 5.186083171793143e-07, + "G": 1.810425783332903e-05, + "F": 0.0007322410237975419, + "E": 5.3464503935174434e-08, + "T": 2.9832252039341256e-05, + "P": 0.000743948738090694, + "-": 0.9984291195869446 + }, + "id": "tp_29098" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3637271, + "label": "-", + "classification": { + "B": 2.9629734854097478e-05, + "S": 5.625302037515212e-06, + "I": 0.00019375115516595542, + "C": 0.0004530596488621086, + "R": 7.82080678618513e-05, + "M": 0.0007502516964450479, + "O": 0.00021286668197717518, + "W": 1.1298974641249515e-05, + "N": 1.2559858078020625e-05, + "Y": 0.0038926484994590282, + "U": 7.571281003038166e-06, + "K": 1.0254597327730153e-05, + "L": 7.178905070759356e-05, + "G": 0.001794947194866836, + "F": 0.0072736903093755245, + "E": 0.00014187119086273015, + "T": 0.0022627527359873056, + "P": 0.039796486496925354, + "-": 0.9430007338523865 + }, + "id": "tp_29099" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3637404, + "label": "-", + "classification": { + "B": 1.6839482697150743e-08, + "S": 1.4319560648345941e-08, + "I": 1.4878488663327971e-08, + "C": 1.7515252466182574e-06, + "R": 1.429870337688044e-07, + "M": 8.35712762636831e-06, + "O": 7.94827428762801e-07, + "W": 1.8051272698826892e-09, + "N": 1.784109526781208e-10, + "Y": 7.140977686503902e-05, + "U": 4.0003188261916733e-11, + "K": 8.882127255915861e-10, + "L": 4.720118056411593e-07, + "G": 0.00010891774581978098, + "F": 0.004261779598891735, + "E": 4.779114988195943e-07, + "T": 2.6014122340711765e-05, + "P": 0.0002517378597985953, + "-": 0.9952680468559265 + }, + "id": "tp_29100" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3637504, + "label": "-", + "classification": { + "B": 2.0798178468339756e-07, + "S": 1.4736075470977994e-08, + "I": 4.171030525412789e-07, + "C": 1.0151372720201834e-07, + "R": 2.7483761044777566e-08, + "M": 3.2128020393429324e-05, + "O": 5.793645414087223e-06, + "W": 3.531651415755732e-08, + "N": 6.579817135587973e-09, + "Y": 3.340460898471065e-05, + "U": 5.213944276327709e-10, + "K": 1.1415784983981325e-10, + "L": 4.325751490341645e-07, + "G": 6.429233053495409e-06, + "F": 5.9262347349431366e-05, + "E": 3.619916526531597e-07, + "T": 0.00010846807708730921, + "P": 0.004337742459028959, + "-": 0.9954150915145874 + }, + "id": "tp_29101" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3637638, + "label": "-", + "classification": { + "B": 1.80688984983135e-05, + "S": 3.399506567802746e-06, + "I": 7.238381658680737e-05, + "C": 0.00016398809384554625, + "R": 2.043062158918474e-05, + "M": 0.0002691273402888328, + "O": 8.2194666902069e-05, + "W": 2.418142685201019e-06, + "N": 3.8802745621069334e-06, + "Y": 0.0016358845168724656, + "U": 1.4912016013113316e-06, + "K": 2.1506605207832763e-06, + "L": 2.4841370759531856e-05, + "G": 0.0012356744846329093, + "F": 0.0038197690155357122, + "E": 0.00016588014841545373, + "T": 0.0007593829650431871, + "P": 0.02923242188990116, + "-": 0.9624866247177124 + }, + "id": "tp_29102" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3637771, + "label": "-", + "classification": { + "B": 4.201548654236831e-05, + "S": 8.68356364662759e-05, + "I": 0.00010588693112367764, + "C": 0.0021363175474107265, + "R": 0.00025606330018490553, + "M": 0.0014501980040222406, + "O": 0.0006558465538546443, + "W": 3.9049329643603414e-05, + "N": 3.486104105832055e-05, + "Y": 0.029473479837179184, + "U": 1.1143235497002024e-05, + "K": 0.0012504850747063756, + "L": 0.0004339435254223645, + "G": 0.043465882539749146, + "F": 0.18988557159900665, + "E": 0.0021340958774089813, + "T": 0.00615767203271389, + "P": 0.01757020503282547, + "-": 0.7048104405403137 + }, + "id": "tp_29103" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3637905, + "label": "-", + "classification": { + "B": 3.6102809986005013e-07, + "S": 6.826613230259682e-07, + "I": 7.33376364223659e-05, + "C": 1.2967317388756783e-06, + "R": 1.0505140153327375e-06, + "M": 2.0100242181797512e-05, + "O": 3.021486736543011e-05, + "W": 2.3517317515597824e-07, + "N": 1.2621877658602898e-06, + "Y": 7.132321479730308e-05, + "U": 1.2334796295476735e-08, + "K": 1.319599540750005e-09, + "L": 2.1602274955512257e-06, + "G": 3.136352825094946e-05, + "F": 0.0002752618456725031, + "E": 2.884386503865244e-06, + "T": 0.00021867756731808186, + "P": 0.12100716680288315, + "-": 0.878262460231781 + }, + "id": "tp_29104" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3638005, + "label": "-", + "classification": { + "B": 3.0161775157466764e-06, + "S": 8.28536883545894e-08, + "I": 6.115124051575549e-08, + "C": 1.1476644345975728e-07, + "R": 3.0776465820281373e-08, + "M": 2.3016935301711783e-05, + "O": 1.6138994396897033e-05, + "W": 1.9945394669207417e-08, + "N": 3.95872085112714e-10, + "Y": 9.168548785964958e-06, + "U": 4.121224195241524e-11, + "K": 3.086739305997732e-13, + "L": 5.769449217041256e-06, + "G": 3.490470407996327e-05, + "F": 0.0001643625000724569, + "E": 1.0427343966057379e-07, + "T": 8.000749403436203e-06, + "P": 0.0011771146673709154, + "-": 0.9985581040382385 + }, + "id": "tp_29105" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3638138, + "label": "-", + "classification": { + "B": 3.031994211255551e-09, + "S": 2.2232313767744927e-09, + "I": 1.669591983954888e-05, + "C": 2.024710011028219e-05, + "R": 1.1169418030476663e-06, + "M": 3.5306261452205945e-06, + "O": 7.368952310571331e-07, + "W": 6.092092608156463e-09, + "N": 1.8029139425834728e-07, + "Y": 0.0002030616597039625, + "U": 2.976557667011548e-08, + "K": 5.374307932015654e-08, + "L": 6.287230291945889e-08, + "G": 2.50772664003307e-05, + "F": 8.42827430460602e-05, + "E": 9.476194463786669e-06, + "T": 4.1632440115790814e-05, + "P": 0.03303663432598114, + "-": 0.9665572047233582 + }, + "id": "tp_29106" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3638272, + "label": "L", + "classification": { + "B": 0.0003946920041926205, + "S": 0.006447943393141031, + "I": 3.309004387119785e-05, + "C": 0.001251164940185845, + "R": 0.002948787296190858, + "M": 0.180985227227211, + "O": 0.09923931956291199, + "W": 0.00035461506922729313, + "N": 1.5213713595585432e-06, + "Y": 0.0028116293251514435, + "U": 1.4628477629230474e-07, + "K": 8.919786687044962e-09, + "L": 0.3122987151145935, + "G": 0.08844456821680069, + "F": 0.01138770766556263, + "E": 2.122591104125604e-05, + "T": 0.016744215041399002, + "P": 0.00030651382985524833, + "-": 0.2763289511203766 + }, + "id": "tp_29107" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3638405, + "label": "-", + "classification": { + "B": 2.983920888155467e-10, + "S": 6.8019772037075654e-09, + "I": 1.6006134728741017e-06, + "C": 5.604328907793388e-05, + "R": 9.54101142269792e-06, + "M": 4.795369750354439e-05, + "O": 6.9171269387879875e-06, + "W": 1.3688474354012214e-08, + "N": 8.09687517033808e-09, + "Y": 0.002156198723241687, + "U": 1.3771324081091052e-09, + "K": 3.062337938786186e-09, + "L": 1.5295769344447763e-06, + "G": 0.00011307568638585508, + "F": 0.0008366161491721869, + "E": 2.0672024447776494e-07, + "T": 0.00029301168979145586, + "P": 0.0003943064948543906, + "-": 0.9960830211639404 + }, + "id": "tp_29108" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3638505, + "label": "-", + "classification": { + "B": 1.867009324918456e-11, + "S": 5.5539191301523516e-11, + "I": 7.211729098344222e-07, + "C": 7.049340524645231e-07, + "R": 3.991769403910439e-08, + "M": 1.293594920070973e-07, + "O": 2.6524459073584694e-08, + "W": 1.47386478022149e-10, + "N": 3.238507018110681e-09, + "Y": 1.3878936442779377e-05, + "U": 2.883761562877396e-10, + "K": 1.4989728347458708e-09, + "L": 7.972137949785463e-10, + "G": 8.487474474350165e-07, + "F": 7.844288484193385e-05, + "E": 1.1084348017220691e-07, + "T": 6.501261395897018e-06, + "P": 0.011930176988244057, + "-": 0.9879684448242188 + }, + "id": "tp_29109" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3638639, + "label": "-", + "classification": { + "B": 5.038442907334684e-08, + "S": 1.6639631894577178e-08, + "I": 5.1579339924501255e-05, + "C": 4.790004823007621e-06, + "R": 4.889160436505335e-07, + "M": 2.5793689928832464e-05, + "O": 3.7099423479958205e-06, + "W": 2.374627783297001e-08, + "N": 5.600021495411056e-07, + "Y": 0.00011270638060523197, + "U": 2.3361632628393636e-08, + "K": 1.3166446599655046e-08, + "L": 8.03251509751135e-07, + "G": 9.857650729827583e-05, + "F": 0.000523651484400034, + "E": 2.7792399123427458e-05, + "T": 0.00022397245629690588, + "P": 0.08696422725915909, + "-": 0.9119611382484436 + }, + "id": "tp_29110" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3638772, + "label": "-", + "classification": { + "B": 1.148799455563676e-07, + "S": 3.7543149034036105e-08, + "I": 4.7856108722044155e-05, + "C": 0.0011300727492198348, + "R": 0.0001193751159007661, + "M": 0.0005047107115387917, + "O": 3.194968303432688e-05, + "W": 9.594789673883497e-08, + "N": 2.771006677448895e-07, + "Y": 0.0012196750612929463, + "U": 2.2660640297544887e-07, + "K": 2.6266979702427307e-09, + "L": 4.198765236651525e-05, + "G": 0.0007965558324940503, + "F": 0.0003137919120490551, + "E": 4.236107542965328e-06, + "T": 0.0017088097520172596, + "P": 0.0020046639256179333, + "-": 0.9920755624771118 + }, + "id": "tp_29111" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3638906, + "label": "-", + "classification": { + "B": 5.292269520396076e-07, + "S": 1.867045256176425e-07, + "I": 3.551283589331433e-05, + "C": 2.330777351744473e-05, + "R": 1.5382441915789968e-06, + "M": 1.0100368854182307e-05, + "O": 5.807853085570969e-06, + "W": 3.521006988194131e-07, + "N": 1.4643730992247583e-06, + "Y": 0.0002739072369877249, + "U": 3.410236786294263e-07, + "K": 2.8509646199381677e-06, + "L": 6.704893280584656e-07, + "G": 9.479043364990503e-05, + "F": 0.0015482100425288081, + "E": 2.905827022914309e-05, + "T": 0.0001451359858037904, + "P": 0.07868775725364685, + "-": 0.9191384315490723 + }, + "id": "tp_29112" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3639006, + "label": "-", + "classification": { + "B": 6.245941264193533e-12, + "S": 4.830776889619415e-10, + "I": 3.9906186688476453e-10, + "C": 1.3307962509756521e-09, + "R": 2.1952914486256248e-10, + "M": 2.5614868448542438e-08, + "O": 1.5458759605735395e-08, + "W": 5.6666626252477315e-11, + "N": 5.836689204868906e-12, + "Y": 4.5928217673463223e-07, + "U": 7.974605134228319e-14, + "K": 7.388434482280548e-12, + "L": 1.3457200631616928e-10, + "G": 4.569454503666748e-08, + "F": 0.00030733714811503887, + "E": 5.373222422555557e-10, + "T": 4.336746428634797e-07, + "P": 0.00029973022174090147, + "-": 0.9993919134140015 + }, + "id": "tp_29113" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3639139, + "label": "-", + "classification": { + "B": 1.8384598288179177e-09, + "S": 2.0842683134958406e-10, + "I": 2.215127778981696e-06, + "C": 1.083118604583433e-06, + "R": 8.256919414861841e-08, + "M": 3.176814971084241e-06, + "O": 1.0604279054859944e-07, + "W": 5.272632885855444e-10, + "N": 5.012190662512239e-09, + "Y": 0.00012712441093754023, + "U": 7.590911788035726e-10, + "K": 1.4547492099836745e-09, + "L": 2.858613967759993e-08, + "G": 3.217302946723066e-05, + "F": 0.00024252646835520864, + "E": 3.5765951906796545e-06, + "T": 2.2688402168569155e-05, + "P": 0.02180716022849083, + "-": 0.97775799036026 + }, + "id": "tp_29114" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3639273, + "label": "-", + "classification": { + "B": 1.066737698174336e-09, + "S": 6.53606613276736e-10, + "I": 4.483411885303212e-06, + "C": 4.832512559005409e-07, + "R": 5.682365156189917e-08, + "M": 2.1541063688346185e-06, + "O": 4.817235890186566e-07, + "W": 1.2055050291337466e-09, + "N": 1.2351483391626061e-08, + "Y": 3.779076723731123e-05, + "U": 5.78523506877815e-10, + "K": 4.182816593090166e-11, + "L": 3.642614387899812e-08, + "G": 4.689237357524689e-06, + "F": 2.3535774744232185e-05, + "E": 1.7881934866181837e-07, + "T": 4.3260773963993415e-05, + "P": 0.015380537137389183, + "-": 0.9845022559165955 + }, + "id": "tp_29115" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3639406, + "label": "-", + "classification": { + "B": 2.688507993298117e-05, + "S": 3.464813926257193e-05, + "I": 0.0009937164140865207, + "C": 0.002615115838125348, + "R": 0.000745111086871475, + "M": 0.002200804650783539, + "O": 0.0007589160231873393, + "W": 5.11605067003984e-05, + "N": 7.861615449655801e-05, + "Y": 0.006651583593338728, + "U": 3.0119166694930755e-05, + "K": 4.1622482967795804e-05, + "L": 0.00018547219224274158, + "G": 0.0026608656626194715, + "F": 0.007697938941419125, + "E": 0.0004422917845658958, + "T": 0.005793006159365177, + "P": 0.048656947910785675, + "-": 0.9203352332115173 + }, + "id": "tp_29116" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3639506, + "label": "-", + "classification": { + "B": 5.949131812177377e-12, + "S": 2.0852033988383312e-10, + "I": 6.850306100147918e-09, + "C": 1.1791921679105144e-06, + "R": 9.82360788270853e-08, + "M": 1.455082156098797e-06, + "O": 2.634284612668125e-07, + "W": 1.6172381489543142e-10, + "N": 5.943520675621983e-11, + "Y": 0.00017139730334747583, + "U": 2.1521654250400424e-11, + "K": 1.2985508501817122e-10, + "L": 3.9346723212929646e-08, + "G": 6.9326392804214265e-06, + "F": 0.0001874316221801564, + "E": 4.544517651083879e-09, + "T": 3.187025504303165e-05, + "P": 0.00010598777589621022, + "-": 0.9994933605194092 + }, + "id": "tp_29117" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3639640, + "label": "-", + "classification": { + "B": 7.21036340110004e-05, + "S": 8.662732579978183e-05, + "I": 0.0010977848432958126, + "C": 0.007753661368042231, + "R": 0.0017851023003458977, + "M": 0.010386890731751919, + "O": 0.0011927108280360699, + "W": 6.795825902372599e-05, + "N": 6.739461969118565e-05, + "Y": 0.027196018025279045, + "U": 3.617882612161338e-05, + "K": 3.9147147617768496e-05, + "L": 0.0012555690482258797, + "G": 0.016411831602454185, + "F": 0.02529430203139782, + "E": 0.0010147971333935857, + "T": 0.015563213266432285, + "P": 0.01782751828432083, + "-": 0.8728511333465576 + }, + "id": "tp_29118" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3639773, + "label": "-", + "classification": { + "B": 6.552613740495872e-06, + "S": 4.932083356834482e-06, + "I": 0.00012210803106427193, + "C": 0.00021206197561696172, + "R": 3.81913450837601e-05, + "M": 0.001134278136305511, + "O": 0.00010117716010427102, + "W": 5.162680281500798e-06, + "N": 5.884641268494306e-06, + "Y": 0.004462328273802996, + "U": 2.2918104605196277e-06, + "K": 7.998693035915494e-06, + "L": 2.548761767684482e-05, + "G": 0.0009218758204951882, + "F": 0.00526706175878644, + "E": 0.00013609747111331671, + "T": 0.0016328676138073206, + "P": 0.01942685805261135, + "-": 0.9664867520332336 + }, + "id": "tp_29119" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3639907, + "label": "-", + "classification": { + "B": 2.7933114324696362e-05, + "S": 1.1944954394493834e-06, + "I": 5.278587559587322e-05, + "C": 0.001310038729570806, + "R": 0.00014729610120411962, + "M": 0.00045803841203451157, + "O": 9.521150059299543e-05, + "W": 8.206421284739918e-07, + "N": 4.308668053454312e-07, + "Y": 0.0009259811486117542, + "U": 2.8069678137399023e-07, + "K": 6.5067444765531945e-09, + "L": 0.00029565286240540445, + "G": 0.0037491186521947384, + "F": 0.0008879462839104235, + "E": 5.3200794354779646e-05, + "T": 0.0005832406459376216, + "P": 0.012681768275797367, + "-": 0.9787290096282959 + }, + "id": "tp_29120" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3640007, + "label": "-", + "classification": { + "B": 5.315876842360012e-05, + "S": 3.157796891173348e-05, + "I": 0.0006416586111299694, + "C": 0.0015542961191385984, + "R": 0.0006840595742687583, + "M": 0.002573082223534584, + "O": 0.0008221245952881873, + "W": 5.562062142416835e-05, + "N": 5.387456258176826e-05, + "Y": 0.008845865726470947, + "U": 3.836672112811357e-05, + "K": 4.272804289939813e-05, + "L": 0.0003876789996866137, + "G": 0.0036253815051168203, + "F": 0.011951716616749763, + "E": 0.000522339774761349, + "T": 0.005648224614560604, + "P": 0.03516363725066185, + "-": 0.9273045063018799 + }, + "id": "tp_29121" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3640140, + "label": "-", + "classification": { + "B": 1.8253890621267033e-09, + "S": 1.3516205932262437e-08, + "I": 2.733872577209695e-07, + "C": 1.2958584250100103e-07, + "R": 1.4350651333927544e-08, + "M": 1.4940216033210163e-06, + "O": 6.791995019739261e-07, + "W": 5.712444295369323e-09, + "N": 1.28186279368947e-08, + "Y": 3.604804442147724e-05, + "U": 1.0412266604475917e-09, + "K": 5.898038946128281e-09, + "L": 3.255804514878946e-08, + "G": 1.9952524326072307e-06, + "F": 0.0007762211607769132, + "E": 4.900874159829982e-07, + "T": 3.297365765320137e-05, + "P": 0.010803158394992352, + "-": 0.988346517086029 + }, + "id": "tp_29122" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3640274, + "label": "-", + "classification": { + "B": 1.2535346094466604e-09, + "S": 4.0522804556353265e-10, + "I": 1.0872773827941273e-06, + "C": 4.28527346230112e-06, + "R": 3.3045992609004315e-07, + "M": 9.169677923637209e-07, + "O": 4.767034909036738e-07, + "W": 1.2411514038745963e-09, + "N": 5.8359104215810476e-09, + "Y": 3.014633693965152e-05, + "U": 1.2056825537953841e-09, + "K": 2.3909116353415527e-10, + "L": 6.60640040450744e-08, + "G": 1.2539747331175022e-05, + "F": 0.00011151364742545411, + "E": 1.620014558056937e-07, + "T": 1.7412339730071835e-05, + "P": 0.0038217748515307903, + "-": 0.9959993362426758 + }, + "id": "tp_29123" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3640407, + "label": "-", + "classification": { + "B": 1.0339293865513355e-08, + "S": 7.721061123788786e-09, + "I": 6.628833943977952e-05, + "C": 7.343372271861881e-05, + "R": 8.295613042719197e-06, + "M": 1.5136919500946533e-05, + "O": 2.404109409326338e-06, + "W": 2.639566609730082e-08, + "N": 2.7431985927250935e-07, + "Y": 0.00016107367991935462, + "U": 4.035358713849746e-08, + "K": 1.1252563325570009e-08, + "L": 5.854177516084746e-07, + "G": 6.46167536615394e-05, + "F": 0.0002133041271008551, + "E": 7.565720807178877e-06, + "T": 0.000200057023903355, + "P": 0.033294349908828735, + "-": 0.9658925533294678 + }, + "id": "tp_29124" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3640507, + "label": "P", + "classification": { + "B": 5.456067810882814e-07, + "S": 6.458152057575717e-08, + "I": 0.00017031255993060768, + "C": 1.2996885743632447e-05, + "R": 9.303894330514595e-07, + "M": 2.0546212908811867e-05, + "O": 2.7952746677328832e-06, + "W": 9.17011746537355e-08, + "N": 3.6598792121367296e-06, + "Y": 8.198545401683077e-05, + "U": 7.920665012761674e-08, + "K": 6.279173447865105e-08, + "L": 6.303806685536983e-07, + "G": 5.664838317898102e-05, + "F": 0.000745764933526516, + "E": 8.323256042785943e-05, + "T": 0.0001417668245267123, + "P": 0.5141486525535583, + "-": 0.48452919721603394 + }, + "id": "tp_29125" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3640641, + "label": "-", + "classification": { + "B": 3.3941519300001444e-12, + "S": 5.615919621698717e-12, + "I": 2.0715701509743667e-07, + "C": 1.6272351786028594e-05, + "R": 2.8141143957327586e-06, + "M": 5.315264388627838e-07, + "O": 1.0336412969991216e-07, + "W": 1.1746992267802625e-10, + "N": 8.640963639061638e-11, + "Y": 7.133540202630684e-05, + "U": 1.3269893517353637e-10, + "K": 4.7512744606736934e-12, + "L": 4.6625956429124926e-08, + "G": 3.885952537530102e-06, + "F": 1.4815677786828019e-05, + "E": 1.7664562035335507e-09, + "T": 2.5969142370740883e-05, + "P": 9.024659811984748e-05, + "-": 0.9997738003730774 + }, + "id": "tp_29126" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3640774, + "label": "-", + "classification": { + "B": 9.314652348046959e-12, + "S": 1.0698798097452666e-10, + "I": 4.1809904871570325e-08, + "C": 2.1279090560710756e-06, + "R": 5.604235653322576e-08, + "M": 4.214025750570727e-07, + "O": 8.549221064413359e-08, + "W": 1.3616070770883226e-10, + "N": 4.376449203036259e-10, + "Y": 9.927310202328954e-06, + "U": 5.0549977398395285e-11, + "K": 1.5734059888306007e-10, + "L": 5.598997709910236e-09, + "G": 1.7065063957488746e-06, + "F": 0.0001651951897656545, + "E": 2.4612036853000063e-08, + "T": 7.898906915215775e-06, + "P": 0.0007078113849274814, + "-": 0.9991046786308289 + }, + "id": "tp_29127" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3640908, + "label": "-", + "classification": { + "B": 7.226116677683941e-14, + "S": 2.298413737979177e-13, + "I": 6.847258759989927e-09, + "C": 6.1685687668955325e-09, + "R": 2.7131555335735413e-10, + "M": 1.8784780397851364e-09, + "O": 5.20012310989415e-10, + "W": 1.0909857002180945e-12, + "N": 7.819653778662339e-12, + "Y": 4.1270263295700715e-07, + "U": 6.890085290506276e-13, + "K": 5.599850444459875e-12, + "L": 7.382009933887268e-12, + "G": 2.1026133723012208e-08, + "F": 4.965060270478716e-06, + "E": 7.91087195750606e-10, + "T": 1.2380263569866656e-07, + "P": 0.0029824988450855017, + "-": 0.9970118999481201 + }, + "id": "tp_29128" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3641008, + "label": "-", + "classification": { + "B": 3.416295157876448e-07, + "S": 1.9728706774913007e-06, + "I": 0.0009279309888370335, + "C": 0.0001708704949123785, + "R": 3.910237137461081e-05, + "M": 0.00017822333029471338, + "O": 5.7976245443569496e-05, + "W": 1.8116619457941852e-06, + "N": 3.780913903028704e-05, + "Y": 0.0010938090272247791, + "U": 1.180281515189563e-06, + "K": 2.6141476610064274e-06, + "L": 7.231390554807149e-06, + "G": 0.00033878014073707163, + "F": 0.004094965290278196, + "E": 0.00012677024642471224, + "T": 0.0009298001532442868, + "P": 0.22490106523036957, + "-": 0.7670877575874329 + }, + "id": "tp_29129" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3641141, + "label": "-", + "classification": { + "B": 3.12794163903618e-08, + "S": 2.076477301216073e-08, + "I": 2.1569289856415708e-06, + "C": 5.578672244155314e-07, + "R": 1.3304974899597255e-08, + "M": 8.017460686460254e-07, + "O": 3.1705329206488386e-07, + "W": 6.426323473363027e-09, + "N": 9.902484521262522e-08, + "Y": 1.4395381185750011e-05, + "U": 1.6975139072172851e-09, + "K": 5.094825539231351e-08, + "L": 1.4517010704651057e-08, + "G": 6.069597930036252e-06, + "F": 0.0010106812696903944, + "E": 1.1119635018985718e-05, + "T": 8.670368515595328e-06, + "P": 0.15483257174491882, + "-": 0.8441124558448792 + }, + "id": "tp_29130" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3641275, + "label": "-", + "classification": { + "B": 1.0731855404344515e-09, + "S": 5.44902289956184e-10, + "I": 2.5779760548516606e-09, + "C": 1.777417395487646e-07, + "R": 7.330930884563713e-08, + "M": 6.710085358463402e-07, + "O": 3.3096472407123656e-07, + "W": 2.243657204470395e-10, + "N": 4.492141901513147e-12, + "Y": 2.67043178610038e-05, + "U": 4.881086854147121e-12, + "K": 1.0031604453369924e-12, + "L": 2.416217910194973e-07, + "G": 1.793053343135398e-05, + "F": 0.0002020543033722788, + "E": 5.408742898005414e-10, + "T": 5.221816536504775e-06, + "P": 3.352591011207551e-05, + "-": 0.999713122844696 + }, + "id": "tp_29131" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3641408, + "label": "-", + "classification": { + "B": 5.693660654060295e-08, + "S": 4.993803592867607e-09, + "I": 3.2283051041304134e-06, + "C": 1.1933054338442162e-05, + "R": 9.817973705139593e-07, + "M": 4.3595340684987605e-05, + "O": 2.317024154763203e-06, + "W": 2.9347706487214964e-09, + "N": 1.5398731179061542e-08, + "Y": 0.0001327329664491117, + "U": 1.9233228343296105e-09, + "K": 3.25250493204976e-10, + "L": 1.4772493841519463e-06, + "G": 0.0001675167732173577, + "F": 0.00032174220541492105, + "E": 4.264530161890434e-06, + "T": 0.00013485534873325378, + "P": 0.004787505138665438, + "-": 0.994387686252594 + }, + "id": "tp_29132" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3641508, + "label": "-", + "classification": { + "B": 4.517435758799593e-09, + "S": 4.191020153143654e-08, + "I": 3.734151050593937e-07, + "C": 7.391977123916149e-05, + "R": 4.373142928670859e-06, + "M": 8.73589888215065e-05, + "O": 7.540175829490181e-06, + "W": 2.3560261297461693e-08, + "N": 1.0320178489564569e-08, + "Y": 0.0003933900152333081, + "U": 3.279150062596159e-09, + "K": 2.4153182565100906e-08, + "L": 2.870064918170101e-06, + "G": 0.00016602632240392268, + "F": 0.005554867442697287, + "E": 7.700990067860403e-07, + "T": 0.00017313964781351388, + "P": 0.0005153485108166933, + "-": 0.9930198788642883 + }, + "id": "tp_29133" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3641642, + "label": "-", + "classification": { + "B": 3.622890787369215e-08, + "S": 7.055450002013686e-09, + "I": 1.3316569493326824e-05, + "C": 1.5094500668055844e-05, + "R": 1.134911144617945e-06, + "M": 5.145624163560569e-05, + "O": 2.5389367692696396e-06, + "W": 1.1950830547391433e-08, + "N": 5.205382436201944e-08, + "Y": 0.00012684633838944137, + "U": 4.42473924167075e-09, + "K": 4.392263497354776e-10, + "L": 9.374600722367177e-07, + "G": 4.6149631089065224e-05, + "F": 0.00015332533803302795, + "E": 2.62280582319363e-06, + "T": 0.00017818085325416178, + "P": 0.014899578876793385, + "-": 0.9845086336135864 + }, + "id": "tp_29134" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3641775, + "label": "-", + "classification": { + "B": 3.6615501741721346e-09, + "S": 1.248186665137041e-09, + "I": 3.0789045979418006e-08, + "C": 3.576708422770025e-06, + "R": 1.4366199252435763e-07, + "M": 1.456295422030962e-06, + "O": 3.378848134616419e-07, + "W": 5.159259686138284e-10, + "N": 2.919363084608051e-10, + "Y": 8.404853360843845e-06, + "U": 7.874478152869457e-11, + "K": 4.597279154583411e-11, + "L": 8.93873988161431e-08, + "G": 6.3124198277364485e-06, + "F": 0.00013559144281316549, + "E": 3.3320880277187825e-08, + "T": 1.0554108484939206e-05, + "P": 0.00030870374757796526, + "-": 0.999524712562561 + }, + "id": "tp_29135" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3641875, + "label": "-", + "classification": { + "B": 1.7444779842890057e-08, + "S": 5.762957471233676e-07, + "I": 1.4244982367017656e-06, + "C": 0.00010123830725206062, + "R": 1.4964926776883658e-05, + "M": 0.0002820095105562359, + "O": 5.55827900825534e-05, + "W": 4.802542434845236e-07, + "N": 7.012033620412694e-08, + "Y": 0.00507969968020916, + "U": 2.573970192543129e-08, + "K": 3.15949989726505e-07, + "L": 1.816361691453494e-05, + "G": 0.0009212804143317044, + "F": 0.012338380329310894, + "E": 1.7413033219781937e-06, + "T": 0.0016165421111509204, + "P": 0.0005203219479881227, + "-": 0.9790472388267517 + }, + "id": "tp_29136" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3642009, + "label": "-", + "classification": { + "B": 3.3719952625688165e-06, + "S": 4.244539866249397e-07, + "I": 9.504867193754762e-05, + "C": 8.489918400300667e-05, + "R": 6.044354904588545e-06, + "M": 0.00011151499347761273, + "O": 4.155177157372236e-05, + "W": 9.20236061574542e-07, + "N": 3.2798341180750867e-06, + "Y": 0.0003902804455719888, + "U": 5.541554628507583e-07, + "K": 2.383515464998709e-07, + "L": 5.082717052573571e-06, + "G": 0.000206237833481282, + "F": 0.0006723569822497666, + "E": 4.3114720028825104e-05, + "T": 0.0004750031803268939, + "P": 0.05378379300236702, + "-": 0.9440762996673584 + }, + "id": "tp_29137" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3642142, + "label": "-", + "classification": { + "B": 0.0066505069844424725, + "S": 0.0005884458078071475, + "I": 0.030234796926379204, + "C": 0.008155379444360733, + "R": 0.0010839567985385656, + "M": 0.04546453803777695, + "O": 0.0030976065900176764, + "W": 0.00023871455050539225, + "N": 0.0014313622377812862, + "Y": 0.024121837690472603, + "U": 8.348173287231475e-05, + "K": 3.841927173198201e-05, + "L": 0.003712164703756571, + "G": 0.03413436934351921, + "F": 0.01715652085840702, + "E": 0.05841553583741188, + "T": 0.008369957096874714, + "P": 0.3043503165245056, + "-": 0.45267200469970703 + }, + "id": "tp_29138" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3642276, + "label": "-", + "classification": { + "B": 5.730586560837025e-10, + "S": 2.506125862389297e-10, + "I": 1.1058928976126481e-05, + "C": 8.834719551487069e-07, + "R": 1.2130639603924465e-08, + "M": 4.826298436455545e-07, + "O": 1.1299093927163995e-07, + "W": 5.873133646083772e-10, + "N": 2.2088484286086896e-07, + "Y": 8.132574293995276e-06, + "U": 1.1745443506683273e-09, + "K": 1.0205986278322143e-08, + "L": 2.6052839885437606e-09, + "G": 3.4506890642660437e-06, + "F": 8.11121572041884e-05, + "E": 1.3866693734598812e-05, + "T": 8.449042070424184e-06, + "P": 0.40342551469802856, + "-": 0.5964466333389282 + }, + "id": "tp_29139" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3642376, + "label": "-", + "classification": { + "B": 1.417375727896797e-07, + "S": 6.979309432608716e-07, + "I": 2.939370460808277e-05, + "C": 0.00030123276519589126, + "R": 6.932278483873233e-05, + "M": 0.00018143310444429517, + "O": 5.562980004469864e-05, + "W": 1.359126372335595e-06, + "N": 1.2419358199622366e-06, + "Y": 0.0017937066731974483, + "U": 5.658974941979977e-07, + "K": 1.665741592660197e-06, + "L": 1.1167045158799738e-05, + "G": 0.0003336330410093069, + "F": 0.007577386684715748, + "E": 9.123077688855119e-06, + "T": 0.001045724144205451, + "P": 0.007164416369050741, + "-": 0.9814221858978271 + }, + "id": "tp_29140" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3642509, + "label": "-", + "classification": { + "B": 5.789425827629202e-08, + "S": 2.3481915079059945e-08, + "I": 1.0156099051528145e-05, + "C": 6.1570372054120526e-06, + "R": 1.8104815353581216e-06, + "M": 2.7222971766605042e-05, + "O": 1.0444667168485466e-05, + "W": 4.149536536601772e-08, + "N": 4.736868319810128e-08, + "Y": 0.00025871777324937284, + "U": 5.394822366611152e-09, + "K": 2.8696081622037184e-10, + "L": 1.5171319773799041e-06, + "G": 4.6713110350538045e-05, + "F": 5.2052342653041705e-05, + "E": 6.863501766929403e-07, + "T": 0.00034594599856063724, + "P": 0.0062059820629656315, + "-": 0.9930324554443359 + }, + "id": "tp_29141" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3642643, + "label": "-", + "classification": { + "B": 2.1259362326109255e-10, + "S": 3.4777927759854776e-10, + "I": 3.879227676861774e-07, + "C": 5.6992547570189345e-08, + "R": 5.062159136315358e-09, + "M": 1.581940800576831e-08, + "O": 2.802040199867406e-08, + "W": 2.6004476350038885e-10, + "N": 8.458786560083809e-09, + "Y": 3.0031014830456115e-06, + "U": 7.423017062135884e-11, + "K": 2.2257673482073415e-09, + "L": 3.326917630275261e-10, + "G": 9.166274139715824e-07, + "F": 0.0003301698889117688, + "E": 1.9967924913544266e-07, + "T": 1.0507410479476675e-06, + "P": 0.14571726322174072, + "-": 0.85394686460495 + }, + "id": "tp_29142" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3642776, + "label": "-", + "classification": { + "B": 4.923916918642135e-08, + "S": 6.697180587877938e-09, + "I": 6.48871093744674e-07, + "C": 1.3347608955882606e-06, + "R": 7.566573145822986e-08, + "M": 4.777456069859909e-06, + "O": 1.4469264897343237e-06, + "W": 7.117563427527784e-09, + "N": 6.768904103893192e-09, + "Y": 5.156054157851031e-06, + "U": 4.1561201702400297e-10, + "K": 7.621068776053619e-10, + "L": 6.042328948296927e-08, + "G": 9.99336589302402e-06, + "F": 0.00013343041064217687, + "E": 4.324450060266827e-07, + "T": 1.276948933082167e-05, + "P": 0.0034815985709428787, + "-": 0.9963482022285461 + }, + "id": "tp_29143" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3642876, + "label": "-", + "classification": { + "B": 1.0455540859766188e-06, + "S": 4.4398007048584986e-07, + "I": 5.707129730581073e-06, + "C": 5.423828770290129e-05, + "R": 2.2056445232010446e-05, + "M": 0.0001370614190818742, + "O": 7.902446668595076e-05, + "W": 3.576974734187388e-07, + "N": 2.890933537003093e-08, + "Y": 3.480050872894935e-05, + "U": 7.817227754003397e-09, + "K": 3.913598611848812e-11, + "L": 5.498937753145583e-05, + "G": 0.00016663256974425167, + "F": 0.00019453100685495883, + "E": 1.1184326353941287e-07, + "T": 0.0004200451367069036, + "P": 0.0016373664839193225, + "-": 0.9971916079521179 + }, + "id": "tp_29144" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3643010, + "label": "-", + "classification": { + "B": 1.1311673233649344e-06, + "S": 2.4663779186084867e-05, + "I": 1.1967276805080473e-05, + "C": 0.0018271907465532422, + "R": 0.0003588783147279173, + "M": 0.009100591763854027, + "O": 0.0006307584117166698, + "W": 5.328471161192283e-06, + "N": 5.108490199745575e-07, + "Y": 0.002478191629052162, + "U": 1.4973839768117614e-07, + "K": 1.7402639684860333e-07, + "L": 0.0007746343617327511, + "G": 0.004463676828891039, + "F": 0.014463265426456928, + "E": 1.5219743545458186e-05, + "T": 0.0065644909627735615, + "P": 0.0006236408953554928, + "-": 0.9586554169654846 + }, + "id": "tp_29145" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3643143, + "label": "-", + "classification": { + "B": 3.536002379789238e-09, + "S": 1.6265083502275957e-08, + "I": 7.853344868635759e-06, + "C": 2.3923190383356996e-05, + "R": 1.477061232435517e-06, + "M": 7.0190858423302416e-06, + "O": 1.9585843347158516e-06, + "W": 2.3567720219830335e-08, + "N": 1.171492627349835e-07, + "Y": 0.0001333365507889539, + "U": 3.3849595126866916e-08, + "K": 1.738716193244727e-08, + "L": 3.3071540883611306e-07, + "G": 1.728110873955302e-05, + "F": 0.0003378777182660997, + "E": 1.5837186992939678e-06, + "T": 0.00013632161426357925, + "P": 0.009916478767991066, + "-": 0.9894143342971802 + }, + "id": "tp_29146" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3643277, + "label": "-", + "classification": { + "B": 2.4945555196609348e-05, + "S": 3.618633400037652e-06, + "I": 5.8446861658012494e-05, + "C": 5.7141420256812125e-05, + "R": 1.848635838541668e-05, + "M": 0.00015843292931094766, + "O": 0.0001736946578603238, + "W": 1.1931127119169105e-05, + "N": 1.504838564869715e-06, + "Y": 0.0002520546258892864, + "U": 3.1558295177092077e-07, + "K": 3.0094057024143694e-08, + "L": 3.9600148738827556e-05, + "G": 0.0001318147114943713, + "F": 0.0010996124474331737, + "E": 1.8359140085522085e-05, + "T": 0.00019362482998985797, + "P": 0.04065050184726715, + "-": 0.9571058750152588 + }, + "id": "tp_29147" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3643377, + "label": "-", + "classification": { + "B": 4.290097443959695e-11, + "S": 2.252390912671487e-10, + "I": 1.9884240032297384e-08, + "C": 8.345929245479056e-07, + "R": 3.5710041146330695e-08, + "M": 4.7379347734022303e-07, + "O": 1.583257329684784e-07, + "W": 9.110346504970224e-11, + "N": 2.700988044335162e-10, + "Y": 0.0001045646786224097, + "U": 2.6873486075329467e-11, + "K": 5.792946677907196e-10, + "L": 2.0255123800438923e-08, + "G": 1.789479392755311e-05, + "F": 0.000631379836704582, + "E": 2.699785639492802e-08, + "T": 1.3293399206304457e-05, + "P": 0.0003665585827548057, + "-": 0.9988647699356079 + }, + "id": "tp_29148" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3643510, + "label": "-", + "classification": { + "B": 5.723122171730211e-07, + "S": 5.308850177243585e-07, + "I": 2.9752702175755985e-05, + "C": 0.00046936178114265203, + "R": 9.130925900535658e-05, + "M": 0.0005839972873218358, + "O": 7.005765655776486e-05, + "W": 1.0663126204235596e-06, + "N": 4.60197867369061e-07, + "Y": 0.0020655898842960596, + "U": 2.7822451897918654e-07, + "K": 1.336733248535893e-07, + "L": 4.6189419663278386e-05, + "G": 0.0012032774975523353, + "F": 0.003915578592568636, + "E": 1.1540892046468798e-05, + "T": 0.0007136169006116688, + "P": 0.004321390762925148, + "-": 0.98647540807724 + }, + "id": "tp_29149" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3643644, + "label": "-", + "classification": { + "B": 2.0176618420464365e-07, + "S": 1.4270517567638308e-07, + "I": 0.00012290410813875496, + "C": 0.00018694727623369545, + "R": 1.7226602722075768e-05, + "M": 1.4147112779028248e-05, + "O": 6.648956969002029e-06, + "W": 3.380829980415001e-07, + "N": 3.693720373121323e-06, + "Y": 0.0002756411558948457, + "U": 3.906523033947451e-07, + "K": 2.265954890390276e-06, + "L": 1.010976802717778e-06, + "G": 0.00022019202879164368, + "F": 0.00857160147279501, + "E": 9.482216410106048e-05, + "T": 7.921743235783651e-05, + "P": 0.17606554925441742, + "-": 0.8143370151519775 + }, + "id": "tp_29150" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3643777, + "label": "-", + "classification": { + "B": 3.1121874144446338e-06, + "S": 8.050972155615455e-08, + "I": 9.45520332606975e-06, + "C": 0.0002615541161503643, + "R": 2.333644442842342e-05, + "M": 0.00011488090240163729, + "O": 2.169022809539456e-05, + "W": 1.364455783914309e-07, + "N": 6.125814877577795e-08, + "Y": 0.0012110205134376884, + "U": 8.105639892619365e-08, + "K": 4.309332002350175e-09, + "L": 3.264390034019016e-05, + "G": 0.0007181196706369519, + "F": 0.00034341533319093287, + "E": 7.761241249681916e-06, + "T": 0.00041618989780545235, + "P": 0.004483649041503668, + "-": 0.9923529028892517 + }, + "id": "tp_29151" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3643877, + "label": "-", + "classification": { + "B": 2.4375157181566465e-07, + "S": 7.869200544519117e-07, + "I": 5.761074862675741e-05, + "C": 0.00037164174136705697, + "R": 7.720802386756986e-05, + "M": 0.00041417722241021693, + "O": 8.191309461835772e-05, + "W": 1.033832631947007e-06, + "N": 1.2980900692127761e-06, + "Y": 0.0020973142236471176, + "U": 5.434029617390479e-07, + "K": 3.2775281511021603e-07, + "L": 3.32059025822673e-05, + "G": 0.0009320329409092665, + "F": 0.002552659949287772, + "E": 1.5743715266580693e-05, + "T": 0.0010102842934429646, + "P": 0.007498349994421005, + "-": 0.9848536252975464 + }, + "id": "tp_29152" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3644011, + "label": "-", + "classification": { + "B": 5.24632204346176e-09, + "S": 1.5760248661678133e-09, + "I": 6.396157203880648e-08, + "C": 5.31213970589306e-07, + "R": 7.38386987109152e-08, + "M": 2.0519096324278507e-06, + "O": 6.630941697949311e-07, + "W": 2.9304068061009048e-09, + "N": 2.4378346563658226e-10, + "Y": 3.365704287716653e-06, + "U": 9.224658537032582e-11, + "K": 4.939127232206353e-12, + "L": 2.060790365021603e-07, + "G": 3.4142067306675017e-06, + "F": 0.00017977046081796288, + "E": 2.3620533085022544e-08, + "T": 7.459746029780945e-06, + "P": 0.0017762583447620273, + "-": 0.9980260133743286 + }, + "id": "tp_29153" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3644144, + "label": "-", + "classification": { + "B": 2.1145820028323215e-07, + "S": 8.066333379019852e-08, + "I": 1.9523351511452347e-05, + "C": 0.0002029368915827945, + "R": 4.6659548388561234e-05, + "M": 2.0002427845611237e-05, + "O": 1.6873185813892633e-05, + "W": 2.99026879702069e-07, + "N": 2.08693307968133e-07, + "Y": 0.0005260166362859309, + "U": 2.3804901161383896e-07, + "K": 5.598266739070823e-08, + "L": 9.342104931420181e-06, + "G": 0.00032745589851401746, + "F": 0.0015249456046149135, + "E": 2.432617293379735e-06, + "T": 0.0002992450026795268, + "P": 0.01533900573849678, + "-": 0.9816645383834839 + }, + "id": "tp_29154" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3644278, + "label": "-", + "classification": { + "B": 1.9422481273068115e-05, + "S": 1.6096921171993017e-05, + "I": 6.435521208913997e-05, + "C": 0.007625596597790718, + "R": 0.0013976708287373185, + "M": 0.013647763058543205, + "O": 0.0008584758616052568, + "W": 1.160499596153386e-05, + "N": 1.033723606269632e-06, + "Y": 0.00620421813800931, + "U": 2.1992073016008362e-06, + "K": 2.2412520195302932e-07, + "L": 0.005575200077146292, + "G": 0.0246108565479517, + "F": 0.01462410669773817, + "E": 4.555436680675484e-05, + "T": 0.008122725412249565, + "P": 0.0024372313637286425, + "-": 0.914735734462738 + }, + "id": "tp_29155" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3644378, + "label": "-", + "classification": { + "B": 1.1094584806414787e-05, + "S": 1.5319918020395562e-05, + "I": 0.0002706897503230721, + "C": 0.000516591826453805, + "R": 0.00013327634951565415, + "M": 0.004863210022449493, + "O": 0.0004494828754104674, + "W": 1.191092815133743e-05, + "N": 1.7450387531425804e-05, + "Y": 0.008218925446271896, + "U": 7.0556920945819e-06, + "K": 3.3400704069208587e-06, + "L": 0.0002926893066614866, + "G": 0.0029012716840952635, + "F": 0.01406563725322485, + "E": 0.00036167268990539014, + "T": 0.007927087135612965, + "P": 0.020698120817542076, + "-": 0.9392351508140564 + }, + "id": "tp_29156" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3644511, + "label": "-", + "classification": { + "B": 3.4828684380983077e-09, + "S": 4.970389100300565e-10, + "I": 3.413420017750468e-07, + "C": 1.5062626061990159e-06, + "R": 3.0391234417948e-08, + "M": 3.4637446333363187e-06, + "O": 2.7040539407607866e-07, + "W": 4.547403842369846e-10, + "N": 3.5919534013828525e-09, + "Y": 3.749663301277906e-05, + "U": 3.89063947725532e-10, + "K": 5.127566427010066e-11, + "L": 5.966304428284275e-08, + "G": 9.507116374152247e-06, + "F": 7.398485468002036e-05, + "E": 2.992124734646495e-07, + "T": 3.2321710023097694e-05, + "P": 0.004946132656186819, + "-": 0.9948946237564087 + }, + "id": "tp_29157" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3644645, + "label": "-", + "classification": { + "B": 7.774517030156858e-07, + "S": 9.041052351221879e-08, + "I": 6.005157615618373e-08, + "C": 4.669646003208072e-08, + "R": 1.802807148010288e-08, + "M": 4.068351336172782e-05, + "O": 6.023437435942469e-06, + "W": 2.0644975506911578e-08, + "N": 3.395743131129336e-10, + "Y": 5.037687515141442e-06, + "U": 1.795084046685158e-11, + "K": 1.5206184835608871e-13, + "L": 1.5367039623015444e-06, + "G": 1.7357991737299017e-06, + "F": 1.0701452993089333e-05, + "E": 1.201909753945074e-07, + "T": 1.7485734133515507e-05, + "P": 0.0015913686947897077, + "-": 0.9983240962028503 + }, + "id": "tp_29158" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3644778, + "label": "-", + "classification": { + "B": 1.6267442788375774e-06, + "S": 2.2292213543551043e-05, + "I": 7.69590915297158e-05, + "C": 0.015534988604485989, + "R": 0.001409350661560893, + "M": 0.007692441809922457, + "O": 0.000356611970346421, + "W": 6.380117156368215e-06, + "N": 1.2105897440051194e-06, + "Y": 0.0026968216989189386, + "U": 1.8714777638706437e-07, + "K": 2.299771466596212e-07, + "L": 0.0005671196267940104, + "G": 0.01226091105490923, + "F": 0.017382558435201645, + "E": 4.486304533202201e-05, + "T": 0.004488958511501551, + "P": 0.002986314008012414, + "-": 0.9344700574874878 + }, + "id": "tp_29159" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3644878, + "label": "-", + "classification": { + "B": 8.040364207761996e-11, + "S": 3.024702233470067e-12, + "I": 7.504105781208636e-09, + "C": 1.2290705342365982e-08, + "R": 1.0511889136921582e-09, + "M": 1.1118842735413637e-07, + "O": 2.8167260524014637e-08, + "W": 1.4798866992959958e-11, + "N": 5.439892026420923e-12, + "Y": 1.7133502296928782e-06, + "U": 2.139152136676481e-12, + "K": 1.049489881392758e-13, + "L": 3.1881408624201413e-09, + "G": 5.701325562768034e-07, + "F": 4.6354612095456105e-06, + "E": 1.6818821890751678e-09, + "T": 8.629590411146637e-07, + "P": 0.00048063875874504447, + "-": 0.9995114803314209 + }, + "id": "tp_29160" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3645012, + "label": "-", + "classification": { + "B": 2.1131754692760296e-06, + "S": 1.4319381307359436e-06, + "I": 9.202334331348538e-05, + "C": 6.355544610414654e-05, + "R": 4.702740170614561e-06, + "M": 0.0002470971958246082, + "O": 4.8972000513458624e-05, + "W": 9.716115982882911e-07, + "N": 2.9996381272212602e-06, + "Y": 0.000802648370154202, + "U": 4.3672767446878424e-07, + "K": 1.0346712997488794e-07, + "L": 1.2420130587997846e-05, + "G": 0.00013791289529763162, + "F": 0.0007779015577398241, + "E": 4.994988921680488e-05, + "T": 0.0010167635045945644, + "P": 0.03328947350382805, + "-": 0.963448703289032 + }, + "id": "tp_29161" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3645145, + "label": "-", + "classification": { + "B": 1.7894886639169272e-07, + "S": 6.370230565266866e-09, + "I": 4.936410391565005e-07, + "C": 9.83119434749824e-07, + "R": 4.408351017559653e-08, + "M": 1.2789172387783765e-06, + "O": 4.804106765732286e-07, + "W": 2.5279696114210992e-09, + "N": 9.284111257557015e-09, + "Y": 1.4345785530167632e-05, + "U": 5.301560856985077e-10, + "K": 2.30417174229558e-09, + "L": 5.09343145438379e-08, + "G": 2.00390877580503e-05, + "F": 0.0008690510876476765, + "E": 3.41435452355654e-06, + "T": 5.981023150525289e-06, + "P": 0.0212313923984766, + "-": 0.9778523445129395 + }, + "id": "tp_29162" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3645279, + "label": "-", + "classification": { + "B": 1.0960457984765526e-05, + "S": 1.5875914982643735e-07, + "I": 2.185258927056566e-05, + "C": 5.758593397331424e-05, + "R": 5.158684871275909e-06, + "M": 0.00027945771580561996, + "O": 1.2145596883783583e-05, + "W": 5.714430173497931e-08, + "N": 9.638802822564685e-08, + "Y": 0.00018032205116469413, + "U": 1.948520989003555e-08, + "K": 2.7857530171537803e-10, + "L": 2.9983937565702945e-05, + "G": 0.000793495390098542, + "F": 0.0007270975620485842, + "E": 5.672050974681042e-05, + "T": 0.0002652269322425127, + "P": 0.061710357666015625, + "-": 0.9358493089675903 + }, + "id": "tp_29163" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3645379, + "label": "-", + "classification": { + "B": 0.0002818201028276235, + "S": 6.998198659857735e-05, + "I": 0.0013103565433993936, + "C": 0.00049618910998106, + "R": 0.00024366854631807655, + "M": 0.0018476108089089394, + "O": 0.0014364199014380574, + "W": 5.495600271387957e-05, + "N": 3.6400859244167805e-05, + "Y": 0.001215625205077231, + "U": 5.275738203636138e-06, + "K": 5.106972977841906e-08, + "L": 0.001086458913050592, + "G": 0.0014256249414756894, + "F": 0.0010757769923657179, + "E": 0.00016819953452795744, + "T": 0.0027416034135967493, + "P": 0.09517384320497513, + "-": 0.8913301825523376 + }, + "id": "tp_29164" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3645512, + "label": "-", + "classification": { + "B": 8.861510650604032e-06, + "S": 9.127872544922866e-06, + "I": 0.00654294528067112, + "C": 0.007409314159303904, + "R": 0.0022865920327603817, + "M": 0.0027127424255013466, + "O": 0.00021922486484982073, + "W": 7.000639016041532e-06, + "N": 5.779990533483215e-05, + "Y": 0.006848148535937071, + "U": 7.58689839130966e-06, + "K": 6.311610718512384e-07, + "L": 0.00028707613819278777, + "G": 0.006198719143867493, + "F": 0.0042961067520082, + "E": 0.00043412609375081956, + "T": 0.008530293591320515, + "P": 0.0975906252861023, + "-": 0.8565530776977539 + }, + "id": "tp_29165" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3645646, + "label": "-", + "classification": { + "B": 4.3161620055798267e-08, + "S": 8.248108684938416e-08, + "I": 3.847964308079099e-06, + "C": 7.928132981760427e-05, + "R": 2.6142847673327196e-06, + "M": 3.5772329283645377e-05, + "O": 6.792990461690351e-06, + "W": 5.853215512274801e-08, + "N": 1.0495383406805558e-07, + "Y": 0.00010424643551232293, + "U": 2.9214531238608288e-08, + "K": 1.519991883469629e-07, + "L": 1.3118173001203104e-06, + "G": 0.00013044357183389366, + "F": 0.0035368287935853004, + "E": 4.270318186172517e-06, + "T": 0.00020052159379702061, + "P": 0.0032338236924260855, + "-": 0.9926597476005554 + }, + "id": "tp_29166" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3645779, + "label": "-", + "classification": { + "B": 3.212197396962324e-09, + "S": 8.75567707225855e-08, + "I": 1.5583709682687186e-05, + "C": 0.00014058389933779836, + "R": 1.1439306945248973e-05, + "M": 0.00020709060481749475, + "O": 1.1634918337222189e-05, + "W": 9.245615473219004e-08, + "N": 1.0325842936254048e-07, + "Y": 0.003934649750590324, + "U": 1.0382358972549355e-08, + "K": 4.898429395439052e-08, + "L": 2.1716034552810015e-06, + "G": 0.0002162561722798273, + "F": 0.000691023247782141, + "E": 2.927852165157674e-06, + "T": 0.000909013266209513, + "P": 0.0012740828096866608, + "-": 0.9925832748413086 + }, + "id": "tp_29167" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3645879, + "label": "-", + "classification": { + "B": 0.003172864206135273, + "S": 0.0004621088446583599, + "I": 0.0012002639705315232, + "C": 0.003669100347906351, + "R": 0.002617529360577464, + "M": 0.04724208265542984, + "O": 0.011271636001765728, + "W": 0.000332022609654814, + "N": 4.995870403945446e-05, + "Y": 0.025605540722608566, + "U": 2.8923341233166866e-05, + "K": 1.8318874026590493e-06, + "L": 0.024509333074092865, + "G": 0.049191392958164215, + "F": 0.014070197939872742, + "E": 0.0008013566257432103, + "T": 0.02705640345811844, + "P": 0.010028466582298279, + "-": 0.7786888480186462 + }, + "id": "tp_29168" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3646013, + "label": "-", + "classification": { + "B": 2.5732285635626795e-08, + "S": 1.0519737969616472e-08, + "I": 2.3198361304821447e-05, + "C": 0.000220631409320049, + "R": 1.2173650247859769e-05, + "M": 0.00022075096785556525, + "O": 1.0846568329725415e-05, + "W": 4.621526272785559e-08, + "N": 1.2395771875617356e-07, + "Y": 0.0008069326868280768, + "U": 2.957725975250014e-08, + "K": 3.4965297324163203e-09, + "L": 4.8300753405783325e-06, + "G": 0.0002295468730153516, + "F": 0.00033352241734974086, + "E": 5.9070493989565875e-06, + "T": 0.0005836719064973295, + "P": 0.005619583185762167, + "-": 0.991928219795227 + }, + "id": "tp_29169" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3646146, + "label": "-", + "classification": { + "B": 2.311796691856216e-07, + "S": 1.0097542144649196e-06, + "I": 0.0001721131120575592, + "C": 9.41630332818022e-06, + "R": 1.4593960031561437e-06, + "M": 1.79231064976193e-05, + "O": 2.0951396436430514e-05, + "W": 9.63958996180736e-07, + "N": 1.185646397061646e-05, + "Y": 9.144380601355806e-05, + "U": 4.5252508584781026e-07, + "K": 3.0275889457698213e-06, + "L": 6.854064054095943e-07, + "G": 3.394846498849802e-05, + "F": 0.0009733311599120498, + "E": 3.858836134895682e-05, + "T": 0.0003431442892178893, + "P": 0.13762643933296204, + "-": 0.8606530427932739 + }, + "id": "tp_29170" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3646280, + "label": "-", + "classification": { + "B": 0.00032377976458519697, + "S": 4.999554221285507e-05, + "I": 0.00503466697409749, + "C": 0.02246091328561306, + "R": 0.002248733304440975, + "M": 0.009703694842755795, + "O": 0.0010765756014734507, + "W": 7.403081690426916e-05, + "N": 0.0001320149895036593, + "Y": 0.010342773050069809, + "U": 6.746897997800261e-05, + "K": 2.6757559226098238e-06, + "L": 0.0014342471258714795, + "G": 0.007397837936878204, + "F": 0.003011865308508277, + "E": 0.0018629023106768727, + "T": 0.008897841908037663, + "P": 0.09295853972434998, + "-": 0.8329194784164429 + }, + "id": "tp_29171" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3646380, + "label": "-", + "classification": { + "B": 2.4103694613586413e-06, + "S": 1.998356083277031e-06, + "I": 3.1910400139167905e-05, + "C": 0.00035296339774504304, + "R": 0.00014243605255614966, + "M": 0.0002703296486288309, + "O": 0.00011169670324306935, + "W": 2.3764064280840103e-06, + "N": 5.968313985249551e-07, + "Y": 0.0007552550523541868, + "U": 2.5239904744012165e-07, + "K": 3.447565077863146e-08, + "L": 6.138772005215287e-05, + "G": 0.0006158917676657438, + "F": 0.001247274107299745, + "E": 5.918697752349544e-06, + "T": 0.0009728799923323095, + "P": 0.004188534803688526, + "-": 0.9912357330322266 + }, + "id": "tp_29172" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3646513, + "label": "-", + "classification": { + "B": 2.393458098381984e-09, + "S": 1.0947478479295114e-09, + "I": 3.193903523879271e-07, + "C": 2.3740658434689976e-06, + "R": 2.0870201922207343e-07, + "M": 4.7044045459188055e-06, + "O": 3.522715132930898e-07, + "W": 1.1268780353290708e-09, + "N": 1.2427664453085185e-09, + "Y": 0.0001171285766758956, + "U": 2.693988920832169e-10, + "K": 6.168142663298681e-10, + "L": 5.056642393697075e-08, + "G": 1.3270096133055631e-05, + "F": 0.0001695565297268331, + "E": 2.0937385158958932e-07, + "T": 3.192439180565998e-05, + "P": 0.0007290936191566288, + "-": 0.9989307522773743 + }, + "id": "tp_29173" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3646647, + "label": "-", + "classification": { + "B": 2.2751828510081396e-06, + "S": 1.512284939053643e-06, + "I": 0.0004365854256320745, + "C": 0.0007103694370016456, + "R": 0.00029286928474903107, + "M": 0.00012018036068184301, + "O": 6.049679359421134e-05, + "W": 4.965851076121908e-06, + "N": 9.601769306755159e-06, + "Y": 0.001972552388906479, + "U": 3.059500386370928e-06, + "K": 1.1087007806054316e-05, + "L": 1.825264553190209e-05, + "G": 0.000954379909671843, + "F": 0.015964917838573456, + "E": 0.00010681990534067154, + "T": 0.00039943004958331585, + "P": 0.06077755615115166, + "-": 0.9181531667709351 + }, + "id": "tp_29174" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3646780, + "label": "-", + "classification": { + "B": 0.00014287364319898188, + "S": 3.626715624704957e-05, + "I": 8.147964399540797e-05, + "C": 0.002100287703797221, + "R": 0.0003315734793432057, + "M": 0.0014349180273711681, + "O": 0.00033128377981483936, + "W": 1.0598300832498353e-05, + "N": 2.47313323598064e-06, + "Y": 0.007598182652145624, + "U": 3.2052233223112125e-07, + "K": 5.548649824049789e-07, + "L": 0.00027964392211288214, + "G": 0.009880837984383106, + "F": 0.008217697963118553, + "E": 0.00028059331816621125, + "T": 0.0030492108780890703, + "P": 0.004222493153065443, + "-": 0.9619987607002258 + }, + "id": "tp_29175" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3646880, + "label": "-", + "classification": { + "B": 1.0070706046860778e-08, + "S": 7.479835772983279e-08, + "I": 1.3975858337289537e-06, + "C": 0.0023137303069233894, + "R": 0.00025309500051662326, + "M": 0.0007489551790058613, + "O": 7.270293281180784e-05, + "W": 7.198983809075798e-08, + "N": 3.5249767549316857e-09, + "Y": 0.011700689792633057, + "U": 1.0138889727784317e-09, + "K": 7.459027839828991e-10, + "L": 0.00015379590331576765, + "G": 0.005217882338911295, + "F": 0.0017213420942425728, + "E": 4.528422152816347e-07, + "T": 0.001616684254258871, + "P": 5.482114647747949e-05, + "-": 0.9761442542076111 + }, + "id": "tp_29176" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3647014, + "label": "-", + "classification": { + "B": 2.2829963199910708e-06, + "S": 2.7527269139682176e-06, + "I": 8.703424100531265e-05, + "C": 6.57661585137248e-05, + "R": 1.9708841136889532e-05, + "M": 0.0007166161085478961, + "O": 0.00014190826914273202, + "W": 3.126938509012689e-06, + "N": 2.0322572709119413e-06, + "Y": 0.001530781970359385, + "U": 4.401108810725418e-07, + "K": 1.2888692424439796e-07, + "L": 4.8998143029166386e-05, + "G": 0.0006323858979158103, + "F": 0.003116718027740717, + "E": 6.023772220942192e-05, + "T": 0.0014684346970170736, + "P": 0.018451156094670296, + "-": 0.9736494421958923 + }, + "id": "tp_29177" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3647147, + "label": "-", + "classification": { + "B": 1.6762147652116255e-06, + "S": 3.2494935453541984e-07, + "I": 3.817847755271941e-06, + "C": 3.3787840948207304e-05, + "R": 2.3696729840594344e-05, + "M": 0.0005403480026870966, + "O": 8.573466038797051e-05, + "W": 4.2198485061817337e-07, + "N": 2.0558790225777557e-08, + "Y": 0.0002675096329767257, + "U": 1.3724864800224168e-08, + "K": 1.0039477582601819e-10, + "L": 0.00011572562652872875, + "G": 0.0002969344786833972, + "F": 0.00022768447524867952, + "E": 8.866722964739893e-07, + "T": 0.0004942827508784831, + "P": 0.0010752510279417038, + "-": 0.9968318343162537 + }, + "id": "tp_29178" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3647281, + "label": "-", + "classification": { + "B": 1.9272842166628834e-07, + "S": 4.220211735628254e-07, + "I": 0.001807776396162808, + "C": 0.001059604692272842, + "R": 4.495726534514688e-05, + "M": 0.00015771863400004804, + "O": 2.0464070985326543e-05, + "W": 7.05090940300579e-07, + "N": 1.9837370928144082e-05, + "Y": 0.006020217668265104, + "U": 1.0012937536885147e-06, + "K": 1.667228161750245e-06, + "L": 3.7974482438585255e-06, + "G": 0.0002774451859295368, + "F": 0.0006182898068800569, + "E": 0.0003183777444064617, + "T": 0.0013742950977757573, + "P": 0.05380602553486824, + "-": 0.9344672560691833 + }, + "id": "tp_29179" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3647381, + "label": "-", + "classification": { + "B": 1.3873232423966542e-11, + "S": 2.3173546415122814e-11, + "I": 6.454545342648998e-08, + "C": 9.297546625930408e-07, + "R": 1.5831883359851417e-08, + "M": 2.1755255374955595e-07, + "O": 2.171291946240217e-08, + "W": 4.321509469717988e-11, + "N": 5.056147722726223e-10, + "Y": 5.203232831263449e-06, + "U": 4.2829996493853884e-11, + "K": 2.641067364805849e-10, + "L": 1.057887888400444e-09, + "G": 1.3200032071836176e-06, + "F": 0.00016549116116948426, + "E": 8.168279208575768e-08, + "T": 1.5515098539253813e-06, + "P": 0.004304174333810806, + "-": 0.995520830154419 + }, + "id": "tp_29180" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3647514, + "label": "-", + "classification": { + "B": 3.557852778612869e-06, + "S": 2.349139265334088e-07, + "I": 0.0010481203207746148, + "C": 0.0005127443582750857, + "R": 3.771961200982332e-05, + "M": 0.00030053735827095807, + "O": 3.5142689739586785e-05, + "W": 9.076051128431573e-07, + "N": 1.2073781363142189e-05, + "Y": 0.0021343384869396687, + "U": 3.0394571695069317e-06, + "K": 5.883322842237249e-07, + "L": 1.8397295207250863e-05, + "G": 0.0011060917750000954, + "F": 0.0004877451283391565, + "E": 0.00035375868901610374, + "T": 0.0007589319138787687, + "P": 0.1470983922481537, + "-": 0.846087634563446 + }, + "id": "tp_29181" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3647648, + "label": "-", + "classification": { + "B": 3.4632229528597236e-08, + "S": 9.013565005489e-09, + "I": 4.7377291423345014e-08, + "C": 6.93095225656748e-09, + "R": 2.3747388500083844e-09, + "M": 1.1372914059393224e-06, + "O": 7.735871463410149e-07, + "W": 1.726962461923165e-09, + "N": 3.0269314832409577e-10, + "Y": 1.5775098063386395e-06, + "U": 3.778298854340001e-12, + "K": 2.5238071181543642e-12, + "L": 4.951932552899052e-08, + "G": 2.233026634712587e-06, + "F": 7.89159385021776e-05, + "E": 3.6779500334205295e-08, + "T": 6.648288035648875e-06, + "P": 0.003030662424862385, + "-": 0.9968777894973755 + }, + "id": "tp_29182" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3647781, + "label": "-", + "classification": { + "B": 1.363983787028289e-10, + "S": 1.0444376474794126e-09, + "I": 7.527133334406244e-07, + "C": 1.3984140423417557e-06, + "R": 2.9195886597221943e-08, + "M": 2.1040102637925884e-06, + "O": 2.1011497608469654e-07, + "W": 7.551539393801932e-10, + "N": 9.960872127123821e-09, + "Y": 4.655305019696243e-05, + "U": 7.396966927863957e-10, + "K": 3.7519929385609885e-09, + "L": 9.462511663116402e-09, + "G": 3.350851102368324e-06, + "F": 0.00012269716535229236, + "E": 2.2265766119744512e-07, + "T": 3.224933971068822e-05, + "P": 0.0025471094995737076, + "-": 0.9972432851791382 + }, + "id": "tp_29183" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3647881, + "label": "-", + "classification": { + "B": 8.112328373499622e-07, + "S": 1.9505512227624422e-07, + "I": 0.00013241857232060283, + "C": 8.499004616169259e-05, + "R": 1.156392136181239e-05, + "M": 8.462189725833014e-05, + "O": 3.451598604442552e-05, + "W": 5.327587473402673e-07, + "N": 2.2173210254550213e-06, + "Y": 0.0004456576134543866, + "U": 5.678346610693552e-07, + "K": 1.7046953360022599e-07, + "L": 7.705025382165331e-06, + "G": 0.0003697006613947451, + "F": 0.001365077099762857, + "E": 2.2225829525268637e-05, + "T": 0.0003944775089621544, + "P": 0.053537189960479736, + "-": 0.9435053467750549 + }, + "id": "tp_29184" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3648015, + "label": "-", + "classification": { + "B": 3.422937489006017e-10, + "S": 8.662357497968287e-10, + "I": 3.3645076200627955e-06, + "C": 9.932441571436357e-07, + "R": 6.774612160143079e-08, + "M": 4.656698422422778e-07, + "O": 1.5271862707777473e-07, + "W": 1.909922442422385e-09, + "N": 2.3197781473527357e-08, + "Y": 9.903579666570295e-06, + "U": 8.271088258737791e-10, + "K": 1.57439805636983e-09, + "L": 9.098497066872824e-09, + "G": 1.7738402675604448e-06, + "F": 0.00010955287143588066, + "E": 5.140004191162006e-07, + "T": 1.27717103168834e-05, + "P": 0.03711528703570366, + "-": 0.9627451300621033 + }, + "id": "tp_29185" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3648148, + "label": "-", + "classification": { + "B": 2.0818506527575664e-05, + "S": 0.0001289201609324664, + "I": 0.000995196052826941, + "C": 0.008259329944849014, + "R": 0.002215999411419034, + "M": 0.002661334117874503, + "O": 0.0008377326303161681, + "W": 6.500905874418095e-05, + "N": 4.875672675552778e-05, + "Y": 0.0020002510864287615, + "U": 1.231837086379528e-05, + "K": 3.0046496704017045e-06, + "L": 0.0006398193654604256, + "G": 0.0024628625251352787, + "F": 0.014756649732589722, + "E": 0.00011865213309647515, + "T": 0.006472666282206774, + "P": 0.03235240653157234, + "-": 0.9259481430053711 + }, + "id": "tp_29186" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3648282, + "label": "-", + "classification": { + "B": 7.606329925959607e-16, + "S": 6.660887526223e-15, + "I": 1.8718828570518653e-11, + "C": 4.124726116216948e-10, + "R": 1.7705229643505405e-11, + "M": 5.633534971849485e-09, + "O": 1.9100707127073235e-10, + "W": 1.8003685293890154e-14, + "N": 1.22107016067418e-14, + "Y": 8.325436624545546e-07, + "U": 1.629017575807733e-15, + "K": 1.1709138882079928e-15, + "L": 4.7758806458186864e-12, + "G": 2.5000186365531363e-09, + "F": 4.565901861042221e-07, + "E": 3.9375642503503006e-12, + "T": 5.881674383090285e-07, + "P": 8.494675057590939e-06, + "-": 0.9999896287918091 + }, + "id": "tp_29187" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3648382, + "label": "C", + "classification": { + "B": 0.00010596708307275549, + "S": 6.322294211713597e-05, + "I": 0.004845585208386183, + "C": 0.4258494973182678, + "R": 0.03773149475455284, + "M": 0.02229873463511467, + "O": 0.003186497837305069, + "W": 7.068164995871484e-05, + "N": 4.3876731069758534e-05, + "Y": 0.029925072565674782, + "U": 1.7632268281886354e-05, + "K": 8.041478736231511e-07, + "L": 0.016644561663269997, + "G": 0.08039052039384842, + "F": 0.006982439197599888, + "E": 0.0010564732365310192, + "T": 0.01948140747845173, + "P": 0.007034616079181433, + "-": 0.3442710340023041 + }, + "id": "tp_29188" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3648515, + "label": "-", + "classification": { + "B": 5.443457750525793e-12, + "S": 6.985943767912062e-11, + "I": 3.3269671462221595e-08, + "C": 1.0767379308163072e-06, + "R": 2.2979740776918334e-08, + "M": 3.385858349247428e-07, + "O": 3.9737479085033556e-08, + "W": 8.152609837219771e-11, + "N": 2.879895211194139e-10, + "Y": 8.441307727480307e-06, + "U": 5.283757112395371e-11, + "K": 1.1525636001152861e-09, + "L": 1.965575258111585e-09, + "G": 8.617658409093565e-07, + "F": 0.00010900288907578215, + "E": 2.3538424542834946e-08, + "T": 9.185622730001342e-06, + "P": 0.0006139244069345295, + "-": 0.9992571473121643 + }, + "id": "tp_29189" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3648649, + "label": "-", + "classification": { + "B": 1.8344184837815192e-08, + "S": 2.156260059393844e-08, + "I": 8.168895146809518e-05, + "C": 0.001986528281122446, + "R": 0.00010252619540551677, + "M": 0.0008318723412230611, + "O": 1.5953755791997537e-05, + "W": 4.030806977084467e-08, + "N": 7.032983262433845e-08, + "Y": 0.0203400906175375, + "U": 2.2640165298071224e-08, + "K": 3.0833304798250083e-09, + "L": 3.217609628336504e-05, + "G": 0.0022618977818638086, + "F": 0.00043513980926945806, + "E": 7.777352948323824e-06, + "T": 0.004248275887221098, + "P": 0.0013906657695770264, + "-": 0.968265175819397 + }, + "id": "tp_29190" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3648782, + "label": "-", + "classification": { + "B": 8.426050612797553e-07, + "S": 6.68820121063618e-06, + "I": 4.215511216898449e-05, + "C": 0.001125070033594966, + "R": 0.00048792202142067254, + "M": 0.002592792734503746, + "O": 0.00043508547241799533, + "W": 3.7129505017219344e-06, + "N": 5.530430371436523e-07, + "Y": 0.01682737097144127, + "U": 1.0939715622271251e-07, + "K": 9.29925008108512e-08, + "L": 0.0005579202552326024, + "G": 0.005556017626076937, + "F": 0.01099503692239523, + "E": 1.7745536752045155e-05, + "T": 0.006826924625784159, + "P": 0.0007928243139758706, + "-": 0.953731119632721 + }, + "id": "tp_29191" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3648882, + "label": "-", + "classification": { + "B": 1.8867907236597148e-10, + "S": 1.1487489848249766e-09, + "I": 1.1276808820070983e-08, + "C": 2.215328720467369e-08, + "R": 2.1653723258907576e-09, + "M": 4.168466318787978e-07, + "O": 1.0507739034437691e-07, + "W": 4.700422828740614e-10, + "N": 2.2339964600437412e-10, + "Y": 6.402880444511538e-06, + "U": 1.2019316965317106e-11, + "K": 6.87293971735059e-11, + "L": 4.593694313825836e-09, + "G": 5.070031647846918e-07, + "F": 0.0005202326574362814, + "E": 3.5711320123255064e-08, + "T": 2.6951770450978074e-06, + "P": 0.0022746080067008734, + "-": 0.9971948862075806 + }, + "id": "tp_29192" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3649016, + "label": "-", + "classification": { + "B": 4.394278221298009e-07, + "S": 8.518961180925544e-07, + "I": 3.476397296253708e-06, + "C": 0.0004934489261358976, + "R": 4.779474693350494e-05, + "M": 0.00019763573072850704, + "O": 5.916741429246031e-05, + "W": 6.60570833588281e-07, + "N": 9.717307847267875e-08, + "Y": 0.0003307809529360384, + "U": 1.221914516236211e-07, + "K": 3.747584997881859e-08, + "L": 3.117270171060227e-05, + "G": 0.0002908333553932607, + "F": 0.0015729591250419617, + "E": 2.580658929218771e-06, + "T": 0.0006533075938932598, + "P": 0.0022495852317661047, + "-": 0.9940650463104248 + }, + "id": "tp_29193" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3649149, + "label": "-", + "classification": { + "B": 5.568661642918471e-10, + "S": 1.8400767021198305e-10, + "I": 7.657070710820335e-08, + "C": 2.801202114710577e-08, + "R": 1.3913922236596932e-09, + "M": 1.9300186693271826e-07, + "O": 4.552362042886671e-08, + "W": 1.2177948927050153e-10, + "N": 7.139182578441705e-10, + "Y": 1.5405827298309305e-06, + "U": 2.4992853273064775e-11, + "K": 5.118428597628011e-11, + "L": 1.1032544877664918e-09, + "G": 5.544415557778848e-07, + "F": 2.5542323783156462e-05, + "E": 5.186728913031402e-08, + "T": 3.5777218272414757e-06, + "P": 0.01882871799170971, + "-": 0.981139600276947 + }, + "id": "tp_29194" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3649283, + "label": "-", + "classification": { + "B": 5.993569898200823e-13, + "S": 1.2661432232524694e-12, + "I": 4.696733224562877e-09, + "C": 2.067207205413979e-08, + "R": 5.618721043987307e-10, + "M": 1.334992294488302e-08, + "O": 3.3587748138330653e-09, + "W": 3.200733081354379e-12, + "N": 1.2474275085105901e-11, + "Y": 6.306231625785585e-07, + "U": 7.619043200166042e-13, + "K": 9.922389515928942e-13, + "L": 6.89728760217001e-11, + "G": 5.2356210034076867e-08, + "F": 1.1743514733097982e-05, + "E": 1.1319386539199172e-09, + "T": 3.8863427676005813e-07, + "P": 0.0006615092279389501, + "-": 0.9993256330490112 + }, + "id": "tp_29195" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3649383, + "label": "-", + "classification": { + "B": 5.939329383863878e-08, + "S": 4.7010495052290935e-08, + "I": 8.785888348938897e-05, + "C": 0.00016294713714160025, + "R": 8.428932233073283e-06, + "M": 2.489168764441274e-05, + "O": 4.669401732826373e-06, + "W": 1.3655996156103356e-07, + "N": 1.5569964944006642e-06, + "Y": 0.0004144182021263987, + "U": 4.018822323814675e-07, + "K": 7.873486538301222e-07, + "L": 1.2659813819482224e-06, + "G": 0.0001448223483748734, + "F": 0.0019629783928394318, + "E": 3.074331834795885e-05, + "T": 0.00021542237664107233, + "P": 0.04731335863471031, + "-": 0.9496251940727234 + }, + "id": "tp_29196" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3649516, + "label": "-", + "classification": { + "B": 6.902310389911293e-10, + "S": 2.538928844941779e-09, + "I": 1.1085018059020513e-06, + "C": 9.747121112013701e-06, + "R": 1.133273940467916e-06, + "M": 4.436822564457543e-05, + "O": 2.5689491849334445e-06, + "W": 3.3321940762220947e-09, + "N": 5.334956476588104e-09, + "Y": 0.0004622596316039562, + "U": 4.510539941549041e-09, + "K": 1.3208999449787484e-09, + "L": 1.382277559969225e-06, + "G": 0.00010175164061365649, + "F": 0.0003845930623356253, + "E": 1.6498879062964988e-07, + "T": 0.0003008769708685577, + "P": 0.0011291294358670712, + "-": 0.997560977935791 + }, + "id": "tp_29197" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3649650, + "label": "-", + "classification": { + "B": 1.0996180890288088e-06, + "S": 5.487571996809493e-08, + "I": 3.4740305636660196e-06, + "C": 1.7594989003555384e-06, + "R": 9.512690439805738e-07, + "M": 4.4564683776116e-05, + "O": 1.625507684366312e-05, + "W": 6.95224002811301e-08, + "N": 2.6464489266686542e-08, + "Y": 0.00018887022451963276, + "U": 2.6812101427964308e-09, + "K": 7.519231071118071e-11, + "L": 5.51880430066376e-06, + "G": 7.267381442943588e-05, + "F": 0.0001307405182160437, + "E": 1.962909664143808e-06, + "T": 0.00011638887372100726, + "P": 0.009339617565274239, + "-": 0.9900761246681213 + }, + "id": "tp_29198" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3649783, + "label": "-", + "classification": { + "B": 8.448094490631775e-08, + "S": 7.055832895730418e-08, + "I": 2.0644793039537035e-05, + "C": 2.2233291474549333e-06, + "R": 2.9266038836794905e-07, + "M": 7.795756573614199e-06, + "O": 2.480529929016484e-06, + "W": 3.600015929805522e-08, + "N": 4.5221136701911746e-07, + "Y": 0.00011206181079614908, + "U": 2.9026312020619116e-08, + "K": 5.232580235770001e-08, + "L": 2.434953216834401e-07, + "G": 1.4239114534575492e-05, + "F": 0.0004588053561747074, + "E": 6.5952635850408114e-06, + "T": 0.0001491035072831437, + "P": 0.047928038984537125, + "-": 0.9512967467308044 + }, + "id": "tp_29199" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3649883, + "label": "-", + "classification": { + "B": 5.2198000048520043e-05, + "S": 1.436444745195331e-05, + "I": 0.00038902866072021425, + "C": 0.0004966597189195454, + "R": 5.436586434370838e-05, + "M": 0.0006217579357326031, + "O": 0.00028597385971806943, + "W": 2.2153069949126802e-05, + "N": 4.987817374058068e-05, + "Y": 0.0015029526548460126, + "U": 1.2593462088261731e-05, + "K": 7.447331881849095e-06, + "L": 0.00011210502270841971, + "G": 0.0013114737812429667, + "F": 0.016570592299103737, + "E": 0.00043768921750597656, + "T": 0.0018530911765992641, + "P": 0.20205017924308777, + "-": 0.77415531873703 + }, + "id": "tp_29200" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3650017, + "label": "P", + "classification": { + "B": 3.880731753724831e-07, + "S": 5.850366164850129e-07, + "I": 5.8945195632986724e-05, + "C": 3.245900757065101e-07, + "R": 4.0695073977303764e-08, + "M": 2.1322541670087958e-06, + "O": 2.4853445665939944e-06, + "W": 3.474816026027838e-07, + "N": 6.544345978909405e-06, + "Y": 8.373987839149777e-06, + "U": 5.090830157428172e-08, + "K": 4.3593226450866496e-07, + "L": 9.671778400388575e-08, + "G": 3.712827719937195e-06, + "F": 0.0006644803797826171, + "E": 0.0001748241629684344, + "T": 1.247532509296434e-05, + "P": 0.8386508226394653, + "-": 0.16041292250156403 + }, + "id": "tp_29201" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3650150, + "label": "P", + "classification": { + "B": 9.535198159937863e-07, + "S": 3.1367042652163946e-07, + "I": 0.0003217628109268844, + "C": 4.324699330027215e-05, + "R": 2.4209155071730493e-06, + "M": 2.4187242161133327e-05, + "O": 9.081953066925053e-06, + "W": 5.606581794381782e-07, + "N": 1.6620842870906927e-05, + "Y": 0.0001862549688667059, + "U": 5.509042466655956e-07, + "K": 6.644562290603062e-06, + "L": 8.63202330947388e-07, + "G": 0.00017814189777709544, + "F": 0.0027929602656513453, + "E": 0.0005840095691382885, + "T": 9.359041723655537e-05, + "P": 0.5278981328010559, + "-": 0.46783968806266785 + }, + "id": "tp_29202" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3650250, + "label": "-", + "classification": { + "B": 7.614396508870414e-07, + "S": 2.0177122905806755e-07, + "I": 6.574270082637668e-05, + "C": 5.087258614366874e-06, + "R": 4.4306966628937516e-07, + "M": 1.0474444934516214e-05, + "O": 4.212565272609936e-06, + "W": 1.5481140280826367e-07, + "N": 3.80274968847516e-06, + "Y": 8.795801113592461e-05, + "U": 1.1469430205579556e-07, + "K": 4.947987122250197e-07, + "L": 3.658615526092035e-07, + "G": 5.441597750177607e-05, + "F": 0.0016567260026931763, + "E": 0.00010200856195297092, + "T": 0.00010422892955830321, + "P": 0.4466855525970459, + "-": 0.5512173175811768 + }, + "id": "tp_29203" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3650384, + "label": "P", + "classification": { + "B": 1.0491770119358534e-08, + "S": 1.5223268201580709e-09, + "I": 3.88514627047698e-06, + "C": 3.552666072437205e-08, + "R": 1.13637288468027e-09, + "M": 8.086936986728688e-08, + "O": 2.721617775591767e-08, + "W": 6.52880249862875e-10, + "N": 1.7239911187516554e-07, + "Y": 1.9327828226778365e-07, + "U": 2.431561341165178e-10, + "K": 6.868276503091408e-10, + "L": 7.347393249368395e-10, + "G": 4.219170932628913e-07, + "F": 1.0475010640220717e-05, + "E": 8.539716873201542e-06, + "T": 8.044204946600075e-07, + "P": 0.9567364454269409, + "-": 0.043238937854766846 + }, + "id": "tp_29204" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3650517, + "label": "-", + "classification": { + "B": 2.8228480005054735e-05, + "S": 4.978295692126267e-06, + "I": 0.0009348996100015938, + "C": 0.0022930451668798923, + "R": 0.00020458006474655122, + "M": 0.0004753273678943515, + "O": 0.00015053230163175613, + "W": 1.4274140994530171e-05, + "N": 9.933308319887146e-05, + "Y": 0.007709679659456015, + "U": 2.959236371680163e-05, + "K": 0.00046047993237152696, + "L": 4.312448072596453e-05, + "G": 0.005932413972914219, + "F": 0.020908869802951813, + "E": 0.00278777489438653, + "T": 0.001342936884611845, + "P": 0.0975579097867012, + "-": 0.8590219616889954 + }, + "id": "tp_29205" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3650651, + "label": "-", + "classification": { + "B": 2.338956335279363e-07, + "S": 4.025717430522491e-07, + "I": 0.00016104205860756338, + "C": 6.817971552663948e-06, + "R": 4.1497895608699764e-07, + "M": 2.780431168503128e-05, + "O": 5.4595916481048334e-06, + "W": 4.4307776647656283e-07, + "N": 1.6345436961273663e-05, + "Y": 0.00013425266661215574, + "U": 3.5435570566733077e-07, + "K": 1.0224275683867745e-05, + "L": 2.4978422175081505e-07, + "G": 3.523745544953272e-05, + "F": 0.002259825821965933, + "E": 0.0006912221433594823, + "T": 0.0001397626765538007, + "P": 0.4626424312591553, + "-": 0.5338675379753113 + }, + "id": "tp_29206" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3650751, + "label": "-", + "classification": { + "B": 5.137448511050025e-07, + "S": 4.775257593792048e-07, + "I": 0.0001899871276691556, + "C": 6.65729894535616e-05, + "R": 3.1249674066202715e-06, + "M": 7.370145613094792e-05, + "O": 1.2577967027027626e-05, + "W": 4.2989267967641354e-07, + "N": 7.5976581683789846e-06, + "Y": 0.0006982310442253947, + "U": 6.440461675083498e-07, + "K": 7.613829211550183e-07, + "L": 2.35479410548578e-06, + "G": 0.00011650197848211974, + "F": 0.0012132013216614723, + "E": 0.00018102937610819936, + "T": 0.0004089705762453377, + "P": 0.12603333592414856, + "-": 0.870989978313446 + }, + "id": "tp_29207" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3650884, + "label": "-", + "classification": { + "B": 1.894192428153474e-05, + "S": 5.311223503667861e-05, + "I": 0.0002254564460599795, + "C": 0.000246991403400898, + "R": 7.301281584659591e-05, + "M": 0.0006819849950261414, + "O": 0.00031768676126375794, + "W": 3.1593772291671485e-05, + "N": 2.554328784754034e-05, + "Y": 0.0033051767386496067, + "U": 5.515647899301257e-06, + "K": 1.8543021724326536e-05, + "L": 7.100251241354272e-05, + "G": 0.0007234980002976954, + "F": 0.022480210289359093, + "E": 0.0002784782845992595, + "T": 0.0018632460851222277, + "P": 0.042562395334243774, + "-": 0.9270176887512207 + }, + "id": "tp_29208" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3651018, + "label": "P", + "classification": { + "B": 3.5971393117506523e-06, + "S": 1.0431239161334815e-06, + "I": 0.0006425927858799696, + "C": 4.870564680459211e-06, + "R": 3.595624775698525e-07, + "M": 0.00038298688014037907, + "O": 8.824206815916114e-06, + "W": 2.4323554725924623e-07, + "N": 4.074991011293605e-05, + "Y": 0.00034215181949548423, + "U": 8.018494668249332e-08, + "K": 5.399412543738435e-07, + "L": 7.217175266305276e-07, + "G": 7.766512862872332e-05, + "F": 0.0004732717352453619, + "E": 0.0028312858194112778, + "T": 0.00022489229741040617, + "P": 0.7800838351249695, + "-": 0.21488015353679657 + }, + "id": "tp_29209" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3651151, + "label": "P", + "classification": { + "B": 0.0021471648942679167, + "S": 0.0010100947692990303, + "I": 0.00951296091079712, + "C": 0.002899731742218137, + "R": 0.0007316991104744375, + "M": 0.005109362304210663, + "O": 0.0026787128299474716, + "W": 0.0009267702116630971, + "N": 0.0032067273277789354, + "Y": 0.008656749501824379, + "U": 0.0006197321927174926, + "K": 0.002617154736071825, + "L": 0.0009530018432997167, + "G": 0.013677284121513367, + "F": 0.04544920101761818, + "E": 0.029360339045524597, + "T": 0.00999985821545124, + "P": 0.44228410720825195, + "-": 0.4181593656539917 + }, + "id": "tp_29210" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3651251, + "label": "-", + "classification": { + "B": 1.4681704669783358e-06, + "S": 1.1736215128621552e-06, + "I": 0.00024517992278560996, + "C": 0.000823922164272517, + "R": 7.140172237996012e-05, + "M": 0.00010890225530602038, + "O": 4.0088125388137996e-05, + "W": 1.6871148318386986e-06, + "N": 6.356305675581098e-06, + "Y": 0.00041716214036569, + "U": 1.7206691609317204e-06, + "K": 7.758386004752538e-07, + "L": 1.4891456885379739e-05, + "G": 0.0004845094808842987, + "F": 0.006199781782925129, + "E": 7.36419897293672e-05, + "T": 0.0003999157634098083, + "P": 0.0865919291973114, + "-": 0.9045155048370361 + }, + "id": "tp_29211" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3651385, + "label": "-", + "classification": { + "B": 1.5443903293999028e-06, + "S": 1.4877846297167707e-06, + "I": 0.0001413086720276624, + "C": 2.105391467921436e-05, + "R": 4.62359548691893e-06, + "M": 8.01430142018944e-05, + "O": 3.96324903704226e-05, + "W": 1.087567056856642e-06, + "N": 1.030865496431943e-05, + "Y": 0.0012733836192637682, + "U": 7.265709314197011e-07, + "K": 3.394308578208438e-06, + "L": 4.283914677216671e-06, + "G": 0.00041427701944485307, + "F": 0.0028140051290392876, + "E": 0.00014782986545469612, + "T": 0.001141113112680614, + "P": 0.0892663225531578, + "-": 0.9046334624290466 + }, + "id": "tp_29212" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3651518, + "label": "P", + "classification": { + "B": 1.9586350390454754e-06, + "S": 7.810634201632638e-07, + "I": 0.0004585639981087297, + "C": 4.097460987395607e-05, + "R": 1.834432509895123e-06, + "M": 8.943337888922542e-05, + "O": 1.6733016309444793e-05, + "W": 4.847624381909554e-07, + "N": 3.7304958823369816e-05, + "Y": 0.0003219474165234715, + "U": 5.251909556136525e-07, + "K": 5.766380581917474e-06, + "L": 9.113878149946686e-07, + "G": 0.00030151920509524643, + "F": 0.0010951783042401075, + "E": 0.0011251814430579543, + "T": 0.00023069405870046467, + "P": 0.5125198364257812, + "-": 0.48375046253204346 + }, + "id": "tp_29213" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3651652, + "label": "-", + "classification": { + "B": 2.066486759488839e-09, + "S": 4.530957276038805e-10, + "I": 4.97384462505579e-06, + "C": 1.474972606274605e-07, + "R": 4.38830793925149e-09, + "M": 2.898534035011835e-07, + "O": 6.30990442118673e-08, + "W": 9.784301147064411e-10, + "N": 8.497790560113572e-08, + "Y": 9.316314390162006e-06, + "U": 4.571391598595653e-10, + "K": 5.378228706831578e-08, + "L": 9.576937021193999e-10, + "G": 3.113918410235783e-06, + "F": 0.0004263003938831389, + "E": 3.293638292234391e-05, + "T": 1.8988313286172342e-06, + "P": 0.20082847774028778, + "-": 0.7986923456192017 + }, + "id": "tp_29214" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3651752, + "label": "P", + "classification": { + "B": 1.0618904366932469e-10, + "S": 2.9794998933352357e-12, + "I": 3.5947539345215773e-07, + "C": 1.2604213672773312e-08, + "R": 8.01144220408112e-11, + "M": 6.507513639064655e-09, + "O": 1.808329819219523e-09, + "W": 1.2722666670184068e-11, + "N": 3.262853764951501e-09, + "Y": 3.663151915134222e-07, + "U": 1.8196000262094003e-11, + "K": 6.742609803822575e-10, + "L": 1.905775537380805e-11, + "G": 2.2166435087456193e-07, + "F": 1.5684230675105937e-05, + "E": 2.6579423320072237e-06, + "T": 2.104165020000437e-07, + "P": 0.5083344578742981, + "-": 0.49164608120918274 + }, + "id": "tp_29215" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3651885, + "label": "-", + "classification": { + "B": 6.203843128105291e-08, + "S": 2.0598038830144105e-08, + "I": 7.1289036895905156e-06, + "C": 5.268089080345817e-05, + "R": 3.065468945351313e-06, + "M": 1.0761285011540167e-05, + "O": 1.8362133005211945e-06, + "W": 4.626760130577168e-08, + "N": 2.646164034558751e-07, + "Y": 0.0017648288048803806, + "U": 1.2367382851152797e-07, + "K": 3.948900939576561e-06, + "L": 2.2783595454711758e-07, + "G": 0.00017468897567596287, + "F": 0.001385400420986116, + "E": 2.5878476662910543e-05, + "T": 0.00011807395640062168, + "P": 0.01113120373338461, + "-": 0.9853197932243347 + }, + "id": "tp_29216" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3652019, + "label": "-", + "classification": { + "B": 4.707542302639922e-06, + "S": 4.5692031562794e-06, + "I": 9.731615864438936e-05, + "C": 8.965919550973922e-05, + "R": 1.0695843229768798e-05, + "M": 0.00012959467130713165, + "O": 5.5536977015435696e-05, + "W": 2.415395101706963e-06, + "N": 1.146875092672417e-05, + "Y": 0.0010488127591088414, + "U": 1.6233819906119606e-06, + "K": 2.674235111044254e-05, + "L": 5.556126779993065e-06, + "G": 0.00045600358862429857, + "F": 0.009010184556245804, + "E": 0.00021800622926093638, + "T": 0.0004930506111122668, + "P": 0.045857883989810944, + "-": 0.9424761533737183 + }, + "id": "tp_29217" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3652152, + "label": "-", + "classification": { + "B": 1.0555745575402398e-06, + "S": 4.19388726413672e-07, + "I": 2.359176505706273e-05, + "C": 2.7191788831260055e-05, + "R": 9.89544105323148e-07, + "M": 2.163306635338813e-05, + "O": 9.005550964502618e-06, + "W": 5.033139132137876e-07, + "N": 3.5729487990465714e-06, + "Y": 0.0003725726273842156, + "U": 2.9278638180585403e-07, + "K": 1.960221561603248e-05, + "L": 4.4443149249673297e-07, + "G": 0.00018426180758979172, + "F": 0.010464665479958057, + "E": 0.0004767765349242836, + "T": 0.00010287364420946687, + "P": 0.12023186683654785, + "-": 0.8680586218833923 + }, + "id": "tp_29218" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3652252, + "label": "-", + "classification": { + "B": 1.172501811197435e-07, + "S": 3.266070436325208e-08, + "I": 2.2582767996937037e-05, + "C": 1.7629274225328118e-05, + "R": 1.3413326769295963e-06, + "M": 1.73812350112712e-05, + "O": 5.169298674445599e-06, + "W": 7.695543047248066e-08, + "N": 6.411145818674413e-07, + "Y": 0.0004767205100506544, + "U": 1.516363710152291e-07, + "K": 6.764097406630754e-07, + "L": 3.9180608268907235e-07, + "G": 9.87456223811023e-05, + "F": 0.0013690206687897444, + "E": 2.1140971512068063e-05, + "T": 0.00017047952860593796, + "P": 0.03180921822786331, + "-": 0.9659885764122009 + }, + "id": "tp_29219" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3652386, + "label": "P", + "classification": { + "B": 4.6526384522849185e-08, + "S": 2.8669212781551323e-08, + "I": 4.5222637709230185e-05, + "C": 1.9528176835592603e-06, + "R": 5.3224059826106895e-08, + "M": 5.127380518388236e-06, + "O": 9.883100346996798e-07, + "W": 1.2318368547425962e-08, + "N": 3.316736183478497e-06, + "Y": 9.408036567037925e-05, + "U": 2.4215594862653234e-08, + "K": 4.718541788406583e-07, + "L": 4.531080932679288e-08, + "G": 1.8542032194091007e-05, + "F": 0.0007121161324903369, + "E": 0.00010439998732181266, + "T": 4.9407186452299356e-05, + "P": 0.5008029937744141, + "-": 0.4981611967086792 + }, + "id": "tp_29220" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3652519, + "label": "-", + "classification": { + "B": 8.779522431723308e-06, + "S": 1.4840820767858531e-05, + "I": 1.8236269170301966e-05, + "C": 4.1534243791829795e-05, + "R": 8.76260037330212e-06, + "M": 0.0005458493251353502, + "O": 0.0003772620693780482, + "W": 5.2034515647392254e-06, + "N": 1.7930399280885467e-06, + "Y": 0.00043934115092270076, + "U": 3.1208648465508304e-07, + "K": 1.291044071649594e-07, + "L": 8.208853978430852e-05, + "G": 0.000476906425319612, + "F": 0.005162795539945364, + "E": 2.132788358721882e-05, + "T": 0.0010343657340854406, + "P": 0.013849965296685696, + "-": 0.9779104590415955 + }, + "id": "tp_29221" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3652653, + "label": "-", + "classification": { + "B": 0.0019362198654562235, + "S": 0.0005040883552283049, + "I": 0.0009171792771667242, + "C": 0.0001336887653451413, + "R": 2.934848816948943e-05, + "M": 0.004500264767557383, + "O": 0.0012355567887425423, + "W": 6.029089854564518e-05, + "N": 0.00017462263349443674, + "Y": 0.0029468119610100985, + "U": 9.642119948694017e-06, + "K": 3.894808469340205e-05, + "L": 0.0003768977476283908, + "G": 0.005705833435058594, + "F": 0.03718725964426994, + "E": 0.009304405190050602, + "T": 0.004177868366241455, + "P": 0.15099987387657166, + "-": 0.7797611355781555 + }, + "id": "tp_29222" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3652753, + "label": "-", + "classification": { + "B": 3.35020522470586e-05, + "S": 1.2006193173874635e-05, + "I": 0.00046987703535705805, + "C": 7.591310713905841e-05, + "R": 8.140517820720561e-06, + "M": 0.0005808881833218038, + "O": 0.00011036647629225627, + "W": 8.009344128367957e-06, + "N": 4.1143124690279365e-05, + "Y": 0.0005456372164189816, + "U": 1.489233454776695e-06, + "K": 7.2304587774851825e-06, + "L": 1.743003485898953e-05, + "G": 0.000579745857976377, + "F": 0.008167015388607979, + "E": 0.0024629379622638226, + "T": 0.00037947960663586855, + "P": 0.3174002170562744, + "-": 0.669098973274231 + }, + "id": "tp_29223" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3652886, + "label": "-", + "classification": { + "B": 1.4514547785893228e-08, + "S": 6.057529589043043e-08, + "I": 2.5578453914931742e-06, + "C": 4.67302197648678e-05, + "R": 3.5073610433755675e-06, + "M": 3.127597665297799e-05, + "O": 1.019754108710913e-05, + "W": 8.140172980120042e-08, + "N": 1.610578834743137e-07, + "Y": 0.0007582629332318902, + "U": 4.0807648815643915e-08, + "K": 2.858392065263615e-07, + "L": 1.8396940504317172e-06, + "G": 0.0001337018038611859, + "F": 0.006877563428133726, + "E": 4.167784481978742e-06, + "T": 0.00028082795324735343, + "P": 0.006632503587752581, + "-": 0.9852162599563599 + }, + "id": "tp_29224" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3653020, + "label": "P", + "classification": { + "B": 5.500310749084747e-07, + "S": 2.9464437556470102e-09, + "I": 6.17158411841956e-06, + "C": 3.5240377282974578e-09, + "R": 2.833533407908817e-10, + "M": 1.2789683978553512e-07, + "O": 7.779391353324172e-08, + "W": 8.754590385962047e-10, + "N": 8.617310243153042e-08, + "Y": 8.537436535505094e-09, + "U": 1.6628746990487997e-11, + "K": 2.8801787343990526e-12, + "L": 3.056171093973603e-09, + "G": 1.5275909959200362e-07, + "F": 1.0364077525082394e-06, + "E": 4.998163603886496e-06, + "T": 8.694990327740015e-08, + "P": 0.9864502549171448, + "-": 0.01353652123361826 + }, + "id": "tp_29225" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3653153, + "label": "-", + "classification": { + "B": 2.2797951260145055e-06, + "S": 1.6488853589180508e-06, + "I": 0.00011139045091113076, + "C": 1.1914213246200234e-05, + "R": 1.7241799241674016e-06, + "M": 1.810303183447104e-05, + "O": 1.8910342987510376e-05, + "W": 1.0323590231564594e-06, + "N": 1.1588371307880152e-05, + "Y": 0.00019085317035205662, + "U": 5.511787435352744e-07, + "K": 2.135964223271003e-06, + "L": 1.4068589280213928e-06, + "G": 6.858111737528816e-05, + "F": 0.0018070752266794443, + "E": 8.973380317911506e-05, + "T": 0.0002743242075666785, + "P": 0.28655755519866943, + "-": 0.7108290791511536 + }, + "id": "tp_29226" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3653253, + "label": "-", + "classification": { + "B": 0.0008056602673605084, + "S": 0.00025555200409144163, + "I": 0.012503933161497116, + "C": 0.011920832097530365, + "R": 0.00216100225225091, + "M": 0.005770969204604626, + "O": 0.0020044080447405577, + "W": 0.0003292520123068243, + "N": 0.0021464000456035137, + "Y": 0.011462290771305561, + "U": 0.0006296926294453442, + "K": 0.0008591935620643198, + "L": 0.0009859057608991861, + "G": 0.014127001166343689, + "F": 0.028967706486582756, + "E": 0.012966280803084373, + "T": 0.009554833173751831, + "P": 0.29653850197792053, + "-": 0.5860105156898499 + }, + "id": "tp_29227" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3653387, + "label": "-", + "classification": { + "B": 9.02629253687337e-05, + "S": 5.895007780054584e-05, + "I": 0.00220864312723279, + "C": 0.0010992070892825723, + "R": 0.00022931159764993936, + "M": 0.0011817251797765493, + "O": 0.0006966665387153625, + "W": 9.40872123464942e-05, + "N": 0.0004283332673367113, + "Y": 0.005311931949108839, + "U": 9.004145977087319e-05, + "K": 0.001070059952326119, + "L": 0.00011202602763660252, + "G": 0.005744598340243101, + "F": 0.029799392446875572, + "E": 0.0050245048478245735, + "T": 0.002998345298692584, + "P": 0.2057485580444336, + "-": 0.7380133271217346 + }, + "id": "tp_29228" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3653520, + "label": "-", + "classification": { + "B": 5.314422324431689e-08, + "S": 3.3051854586574336e-08, + "I": 1.9720955606317148e-05, + "C": 0.0005003914120607078, + "R": 2.8605078114196658e-05, + "M": 2.9302116672624834e-05, + "O": 6.785326604585862e-06, + "W": 1.3234127038685983e-07, + "N": 5.383770940170507e-07, + "Y": 0.0009314325288869441, + "U": 2.4085247218863515e-07, + "K": 1.6321102975780377e-06, + "L": 2.0173215489194263e-06, + "G": 0.0002975304378196597, + "F": 0.006180123426020145, + "E": 1.3894478797737975e-05, + "T": 0.00014108138566371053, + "P": 0.01570131815969944, + "-": 0.9761450886726379 + }, + "id": "tp_29229" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3653654, + "label": "-", + "classification": { + "B": 1.978417276404798e-05, + "S": 7.614642981934594e-06, + "I": 0.0003664964169729501, + "C": 0.0006575391162186861, + "R": 0.00015769114543218166, + "M": 0.0003887187922373414, + "O": 0.00029422566876746714, + "W": 1.1713174899341539e-05, + "N": 3.230615402571857e-05, + "Y": 0.002932355972006917, + "U": 1.4828376151854172e-05, + "K": 1.4779470802750438e-05, + "L": 7.0410875196103e-05, + "G": 0.0015463117742910981, + "F": 0.005265319719910622, + "E": 0.0001915739121614024, + "T": 0.0027882736176252365, + "P": 0.08714547753334045, + "-": 0.8980945348739624 + }, + "id": "tp_29230" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3653754, + "label": "-", + "classification": { + "B": 8.292421749267476e-10, + "S": 4.0604572482116907e-10, + "I": 1.584038727742154e-05, + "C": 2.055686309176963e-06, + "R": 4.7331560892871494e-08, + "M": 2.7397103963267e-07, + "O": 1.0117641124907095e-07, + "W": 9.824625557541822e-10, + "N": 1.3633641060550872e-07, + "Y": 9.975070497603156e-06, + "U": 2.1638153491210232e-09, + "K": 3.3934692833526015e-09, + "L": 5.172192452107538e-09, + "G": 2.5806346002354985e-06, + "F": 8.791638538241386e-05, + "E": 3.432591938690166e-06, + "T": 8.285427611554042e-06, + "P": 0.2136431485414505, + "-": 0.7862262725830078 + }, + "id": "tp_29231" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3653887, + "label": "-", + "classification": { + "B": 1.5857873222557828e-05, + "S": 1.9307395632495172e-05, + "I": 0.0006460861768573523, + "C": 0.0005713033606298268, + "R": 7.270493370015174e-05, + "M": 0.0016424492932856083, + "O": 0.00024777796352282166, + "W": 1.3683136785402894e-05, + "N": 6.068946095183492e-05, + "Y": 0.003143265610560775, + "U": 7.926619218778796e-06, + "K": 1.1024853847629856e-05, + "L": 8.734915900276974e-05, + "G": 0.002003600588068366, + "F": 0.013003288768231869, + "E": 0.001200189464725554, + "T": 0.002516751177608967, + "P": 0.14738121628761292, + "-": 0.8273555636405945 + }, + "id": "tp_29232" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3654021, + "label": "-", + "classification": { + "B": 3.8692750337077086e-08, + "S": 1.5226524041622724e-08, + "I": 1.5245174836309161e-05, + "C": 3.3064654871850507e-06, + "R": 2.1463637267515878e-07, + "M": 1.5346306099672802e-05, + "O": 2.905776682382566e-06, + "W": 3.5089453120917824e-08, + "N": 2.0282698187656933e-07, + "Y": 0.00010372482938691974, + "U": 1.296692619945361e-08, + "K": 2.0051110993790644e-08, + "L": 2.9909321597187954e-07, + "G": 4.5583270548377186e-05, + "F": 0.0002939519181381911, + "E": 8.717999662621878e-06, + "T": 8.032329060370103e-05, + "P": 0.059875499457120895, + "-": 0.9395546317100525 + }, + "id": "tp_29233" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3654154, + "label": "-", + "classification": { + "B": 8.572565275244415e-05, + "S": 1.0142181054106914e-05, + "I": 0.000342035957146436, + "C": 0.0005704539362341166, + "R": 8.63359819049947e-05, + "M": 0.001351560465991497, + "O": 0.0004116530471947044, + "W": 1.93818959814962e-05, + "N": 3.011469561897684e-05, + "Y": 0.0025529193226248026, + "U": 9.82657729764469e-06, + "K": 1.44244622788392e-05, + "L": 9.061551099875942e-05, + "G": 0.0019537881016731262, + "F": 0.004957872908562422, + "E": 0.0005166566697880626, + "T": 0.002286203671246767, + "P": 0.053087327629327774, + "-": 0.9316229820251465 + }, + "id": "tp_29234" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3654254, + "label": "-", + "classification": { + "B": 0.0005129046039655805, + "S": 0.0002864556445274502, + "I": 0.0015182960778474808, + "C": 0.0016112691955640912, + "R": 0.00018443340377416462, + "M": 0.0031159103382378817, + "O": 0.00084374361904338, + "W": 0.00015859596896916628, + "N": 0.00048536519170738757, + "Y": 0.006048371084034443, + "U": 6.174258305691183e-05, + "K": 0.0006352224154397845, + "L": 0.00023224047617986798, + "G": 0.005805696826428175, + "F": 0.0828184261918068, + "E": 0.01647160016000271, + "T": 0.0035555793438106775, + "P": 0.2559428811073303, + "-": 0.6197112202644348 + }, + "id": "tp_29235" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3654388, + "label": "-", + "classification": { + "B": 0.00035732591641135514, + "S": 0.0007194365607574582, + "I": 0.00361695047467947, + "C": 0.0008578627603128552, + "R": 0.0003393547376617789, + "M": 0.0031371312215924263, + "O": 0.0027836321387439966, + "W": 0.0005594362737610936, + "N": 0.0010135788470506668, + "Y": 0.006927178241312504, + "U": 0.00012471234367694706, + "K": 0.00022228308080229908, + "L": 0.0006291287718340755, + "G": 0.003421539906412363, + "F": 0.04344204440712929, + "E": 0.0031898540910333395, + "T": 0.00847633183002472, + "P": 0.23605462908744812, + "-": 0.6841276288032532 + }, + "id": "tp_29236" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3654521, + "label": "-", + "classification": { + "B": 0.0002277173480251804, + "S": 0.0001066082768375054, + "I": 0.015713689848780632, + "C": 0.0037543457001447678, + "R": 0.000605619337875396, + "M": 0.0022605021949857473, + "O": 0.0006835476378910244, + "W": 0.00010734844545368105, + "N": 0.0013025825610384345, + "Y": 0.007023278623819351, + "U": 0.0001536194613436237, + "K": 0.0001303526369156316, + "L": 0.0003547199594322592, + "G": 0.004967587534338236, + "F": 0.010743191465735435, + "E": 0.010001798160374165, + "T": 0.004992509726434946, + "P": 0.4672428071498871, + "-": 0.46962815523147583 + }, + "id": "tp_29237" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3654655, + "label": "P", + "classification": { + "B": 5.48279288636877e-09, + "S": 1.9485841828981165e-09, + "I": 3.2303934858646244e-05, + "C": 1.7869902890765843e-08, + "R": 4.297872335801145e-10, + "M": 1.3402056708855525e-07, + "O": 1.4318612961972121e-08, + "W": 5.570629513229619e-10, + "N": 1.0502379836907494e-06, + "Y": 3.7158343957344186e-07, + "U": 3.94823951310741e-10, + "K": 9.637386888527999e-09, + "L": 3.792193503660002e-10, + "G": 1.6468815999814979e-07, + "F": 1.2119811799493618e-05, + "E": 5.359580973163247e-05, + "T": 8.089939456112916e-07, + "P": 0.9716682434082031, + "-": 0.028231201693415642 + }, + "id": "tp_29238" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3654755, + "label": "-", + "classification": { + "B": 0.0017802334623411298, + "S": 0.00044577050721272826, + "I": 0.013584109954535961, + "C": 0.005168430041521788, + "R": 0.0018424686277285218, + "M": 0.007035395596176386, + "O": 0.004242965020239353, + "W": 0.0006466683698818088, + "N": 0.0016452751588076353, + "Y": 0.01058331411331892, + "U": 0.0005690263351425529, + "K": 0.0002530734636820853, + "L": 0.002064026892185211, + "G": 0.012130601331591606, + "F": 0.010966883972287178, + "E": 0.006185765843838453, + "T": 0.013700604438781738, + "P": 0.21803459525108337, + "-": 0.6891207695007324 + }, + "id": "tp_29239" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3654888, + "label": "-", + "classification": { + "B": 2.5155920866382075e-06, + "S": 4.800526312465081e-06, + "I": 5.1042865379713476e-05, + "C": 9.12683299247874e-06, + "R": 2.5963961434172234e-06, + "M": 3.691048550535925e-05, + "O": 3.8530131860170513e-05, + "W": 1.2699885019173962e-06, + "N": 4.204503511573421e-06, + "Y": 0.00014706591900903732, + "U": 1.2545051220058667e-07, + "K": 2.9114704602761776e-07, + "L": 4.969186193193309e-06, + "G": 0.00014381033543031663, + "F": 0.0031426616478711367, + "E": 1.7543074136483483e-05, + "T": 0.0004372292314656079, + "P": 0.0879049301147461, + "-": 0.9080503582954407 + }, + "id": "tp_29240" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3655022, + "label": "-", + "classification": { + "B": 8.296062503632129e-08, + "S": 1.1523754750442095e-07, + "I": 4.14154892496299e-05, + "C": 8.928916031436529e-06, + "R": 4.6792519015070866e-07, + "M": 5.7728311730897985e-06, + "O": 2.873982566597988e-06, + "W": 2.7914401812267897e-07, + "N": 3.899951479979791e-06, + "Y": 0.00015392991190310568, + "U": 1.847901387463935e-07, + "K": 1.742469430610072e-05, + "L": 7.376166166750409e-08, + "G": 3.820336496573873e-05, + "F": 0.0055899908766150475, + "E": 0.0004270396602805704, + "T": 3.299283707747236e-05, + "P": 0.26530522108078003, + "-": 0.7283710837364197 + }, + "id": "tp_29241" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3655155, + "label": "P", + "classification": { + "B": 2.681112505342753e-07, + "S": 1.6958141202394472e-07, + "I": 0.0002365476975683123, + "C": 6.8778108470723964e-06, + "R": 1.8595768835893978e-07, + "M": 1.8561273464001715e-05, + "O": 2.2587621515413048e-06, + "W": 1.9095830339210806e-07, + "N": 1.3704679076909088e-05, + "Y": 5.120837522554211e-05, + "U": 1.0219292789770407e-07, + "K": 1.7240749912161846e-06, + "L": 1.375564124828088e-07, + "G": 3.7113110010977834e-05, + "F": 0.0009387679165229201, + "E": 0.0015535407001152635, + "T": 3.284914419054985e-05, + "P": 0.744705319404602, + "-": 0.2524004578590393 + }, + "id": "tp_29242" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3655255, + "label": "P", + "classification": { + "B": 3.7933505154796876e-06, + "S": 9.156860869552474e-07, + "I": 0.0008355127647519112, + "C": 5.9736662478826474e-06, + "R": 7.382900548691396e-07, + "M": 6.634071905864403e-05, + "O": 9.728895747684874e-06, + "W": 6.049880312275491e-07, + "N": 3.7410511140478775e-05, + "Y": 4.071855073561892e-05, + "U": 1.6079552267456165e-07, + "K": 6.387351731973467e-07, + "L": 9.724624305817997e-07, + "G": 6.403459701687098e-05, + "F": 0.0005426225834526122, + "E": 0.0009462864836677909, + "T": 5.5941254686331376e-05, + "P": 0.860823929309845, + "-": 0.13656364381313324 + }, + "id": "tp_29243" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3655389, + "label": "P", + "classification": { + "B": 2.357291428722874e-08, + "S": 3.469779130682582e-08, + "I": 0.00012040178262395784, + "C": 3.114182334229554e-07, + "R": 4.503307238223897e-08, + "M": 1.0502441227799864e-06, + "O": 4.305406662297173e-07, + "W": 5.4188934228704966e-08, + "N": 6.4429373196617234e-06, + "Y": 6.816224413341843e-06, + "U": 2.414339483891581e-08, + "K": 3.0680967029184103e-06, + "L": 7.3787700394234434e-09, + "G": 3.914993612852413e-06, + "F": 0.00026020678342320025, + "E": 0.0002546218747738749, + "T": 9.86660597845912e-06, + "P": 0.8831132650375366, + "-": 0.11621946096420288 + }, + "id": "tp_29244" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3655522, + "label": "P", + "classification": { + "B": 3.867925988743082e-05, + "S": 5.232282546785427e-06, + "I": 0.0009872184600681067, + "C": 0.0003735466452781111, + "R": 3.1758791010361165e-05, + "M": 0.000257039355346933, + "O": 5.030064858146943e-05, + "W": 3.2916677810135297e-06, + "N": 5.733660873374902e-05, + "Y": 0.00039040757110342383, + "U": 2.1541443402384175e-06, + "K": 1.8866942355089122e-06, + "L": 2.802938615786843e-05, + "G": 0.0020919404923915863, + "F": 0.010065095499157906, + "E": 0.001739575294777751, + "T": 0.0005005031707696617, + "P": 0.6051340699195862, + "-": 0.37824198603630066 + }, + "id": "tp_29245" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3655656, + "label": "P", + "classification": { + "B": 3.419892527745105e-05, + "S": 2.3096717995940708e-05, + "I": 0.0019507893593981862, + "C": 6.956569268368185e-05, + "R": 1.040118786477251e-05, + "M": 0.000255418912274763, + "O": 0.00013227007002569735, + "W": 1.852704372140579e-05, + "N": 0.00030710530700162053, + "Y": 0.0007214944926090539, + "U": 1.184134089271538e-05, + "K": 6.16251491010189e-05, + "L": 1.5924815670587122e-05, + "G": 0.0005491424235515296, + "F": 0.0024096868000924587, + "E": 0.0027240642812103033, + "T": 0.0011072244960814714, + "P": 0.6046809554100037, + "-": 0.3849166929721832 + }, + "id": "tp_29246" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3655756, + "label": "P", + "classification": { + "B": 6.607861564589257e-07, + "S": 5.851545097357302e-07, + "I": 0.00015011861978564411, + "C": 4.498652197071351e-05, + "R": 2.4166681669157697e-06, + "M": 1.7565371308592148e-05, + "O": 1.0155881682294421e-05, + "W": 5.959842042102537e-07, + "N": 1.6307822079397738e-05, + "Y": 9.783396671991795e-05, + "U": 2.7733554475162236e-07, + "K": 1.9056731161981588e-06, + "L": 6.707467150590674e-07, + "G": 0.0001821478217607364, + "F": 0.0064387149177491665, + "E": 0.000521223118994385, + "T": 6.605285307159647e-05, + "P": 0.5429796576499939, + "-": 0.4494681656360626 + }, + "id": "tp_29247" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3655889, + "label": "-", + "classification": { + "B": 0.000636101292911917, + "S": 0.00013178576773498207, + "I": 0.0005215768469497561, + "C": 0.0013970853760838509, + "R": 0.00022213043121155351, + "M": 0.0020146288443356752, + "O": 0.0011754129081964493, + "W": 0.00010112685413332656, + "N": 8.523445285391062e-05, + "Y": 0.003446148941293359, + "U": 4.423499194672331e-05, + "K": 2.9196642572060227e-05, + "L": 0.0005650530220009387, + "G": 0.0039328099228441715, + "F": 0.01984141580760479, + "E": 0.0011298651807010174, + "T": 0.004176476504653692, + "P": 0.10532436519861221, + "-": 0.8552253842353821 + }, + "id": "tp_29248" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3656023, + "label": "-", + "classification": { + "B": 0.00011634660040726885, + "S": 1.395606068399502e-05, + "I": 0.0001515477488283068, + "C": 3.0444807634921744e-05, + "R": 3.965924406656995e-06, + "M": 0.0008679555612616241, + "O": 0.00023773283464834094, + "W": 6.5870844991877675e-06, + "N": 1.466290450480301e-05, + "Y": 0.000561875756829977, + "U": 7.757830076116079e-07, + "K": 6.983602247601084e-07, + "L": 2.9401518986560404e-05, + "G": 0.0004984042607247829, + "F": 0.0027233976870775223, + "E": 0.00032984287827275693, + "T": 0.001036228146404028, + "P": 0.12867499887943268, + "-": 0.8647012114524841 + }, + "id": "tp_29249" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3656156, + "label": "-", + "classification": { + "B": 0.00033924743183888495, + "S": 0.0007483902736566961, + "I": 0.006291527301073074, + "C": 0.0500217042863369, + "R": 0.013996977359056473, + "M": 0.01267937757074833, + "O": 0.00928482785820961, + "W": 0.0011009146692231297, + "N": 0.0011061282129958272, + "Y": 0.13172993063926697, + "U": 0.0005724339280277491, + "K": 0.0016181209357455373, + "L": 0.0060502635315060616, + "G": 0.05974561348557472, + "F": 0.050924304872751236, + "E": 0.005198307801038027, + "T": 0.03904416039586067, + "P": 0.026514807716012, + "-": 0.5830329656600952 + }, + "id": "tp_29250" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3656256, + "label": "-", + "classification": { + "B": 5.356211113394238e-05, + "S": 4.0862509194994345e-05, + "I": 0.0006077004363760352, + "C": 0.0009381059207953513, + "R": 0.00015901379811111838, + "M": 0.002273570280522108, + "O": 0.0004918422782793641, + "W": 2.0361492715892382e-05, + "N": 7.133803592296317e-05, + "Y": 0.005788819864392281, + "U": 1.0594052582746372e-05, + "K": 1.2268986210983712e-05, + "L": 0.000181977404281497, + "G": 0.004063129890710115, + "F": 0.015222003683447838, + "E": 0.0010321763111278415, + "T": 0.004585398826748133, + "P": 0.09440886974334717, + "-": 0.8700384497642517 + }, + "id": "tp_29251" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3656390, + "label": "P", + "classification": { + "B": 0.0006281807436607778, + "S": 0.0007635749643668532, + "I": 0.025091633200645447, + "C": 0.004365548025816679, + "R": 0.0013064005179330707, + "M": 0.005831810180097818, + "O": 0.0026215254329144955, + "W": 0.0005761408247053623, + "N": 0.006502588279545307, + "Y": 0.008971484377980232, + "U": 0.00045415866770781577, + "K": 0.002042189473286271, + "L": 0.0007227782043628395, + "G": 0.008518489077687263, + "F": 0.03886253759264946, + "E": 0.021661967039108276, + "T": 0.00801731739193201, + "P": 0.49287718534469604, + "-": 0.37018442153930664 + }, + "id": "tp_29252" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3656523, + "label": "-", + "classification": { + "B": 3.848470441880636e-06, + "S": 6.937144007679308e-06, + "I": 0.000527158088516444, + "C": 0.0003627152764238417, + "R": 6.94092595949769e-05, + "M": 0.00018599769100546837, + "O": 0.00018262889352627099, + "W": 8.085021363513079e-06, + "N": 3.199194907210767e-05, + "Y": 0.002445110585540533, + "U": 1.0186415238422342e-05, + "K": 1.5607756722602062e-05, + "L": 3.855955947074108e-05, + "G": 0.0008945040754042566, + "F": 0.007035014685243368, + "E": 0.00016472495917696506, + "T": 0.0011802759254351258, + "P": 0.04557529091835022, + "-": 0.9412620067596436 + }, + "id": "tp_29253" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3656657, + "label": "-", + "classification": { + "B": 1.0260293947794707e-07, + "S": 1.5824419108412258e-08, + "I": 2.089162080665119e-06, + "C": 1.1859756341436878e-06, + "R": 9.534285538848053e-08, + "M": 1.3631002730107866e-05, + "O": 2.7442174541647546e-06, + "W": 1.793394766025358e-08, + "N": 3.802058756718907e-08, + "Y": 4.0084763895720243e-05, + "U": 1.1191056081827355e-08, + "K": 2.7428644244764655e-08, + "L": 2.4952601052063983e-07, + "G": 1.3854456483386457e-05, + "F": 0.00018261070363223553, + "E": 3.009113925145357e-06, + "T": 6.483239849330857e-05, + "P": 0.009204266592860222, + "-": 0.9904711246490479 + }, + "id": "tp_29254" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3656757, + "label": "-", + "classification": { + "B": 0.0013508748961612582, + "S": 0.00037551726563833654, + "I": 0.004311773460358381, + "C": 0.005546554923057556, + "R": 0.0008685758803039789, + "M": 0.01254328340291977, + "O": 0.002588011557236314, + "W": 0.0002474271459504962, + "N": 0.0009126696968451142, + "Y": 0.014239815063774586, + "U": 0.00023530788894277066, + "K": 0.00024411847698502243, + "L": 0.001673898077569902, + "G": 0.019313259050250053, + "F": 0.04770565405488014, + "E": 0.010224969126284122, + "T": 0.01187960710376501, + "P": 0.1960318237543106, + "-": 0.6697068214416504 + }, + "id": "tp_29255" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3656890, + "label": "P", + "classification": { + "B": 1.7425880969312857e-06, + "S": 2.5929746243491536e-06, + "I": 0.002864326350390911, + "C": 0.00010452603601152077, + "R": 1.3130328625265975e-05, + "M": 6.384985317708924e-05, + "O": 1.1308908142382279e-05, + "W": 1.3167525594326435e-06, + "N": 0.0004425041552167386, + "Y": 0.0003223095554858446, + "U": 1.113685470954806e-06, + "K": 2.8885799110867083e-05, + "L": 1.030826979331323e-06, + "G": 0.00031873839907348156, + "F": 0.002955451374873519, + "E": 0.005617598537355661, + "T": 9.691576997283846e-05, + "P": 0.9330615997314453, + "-": 0.054090991616249084 + }, + "id": "tp_29256" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3657024, + "label": "P", + "classification": { + "B": 1.1015272320946679e-06, + "S": 2.370292691011855e-07, + "I": 0.00014804769307374954, + "C": 1.5236495528370142e-05, + "R": 1.1387685390218394e-06, + "M": 1.2007467375951819e-05, + "O": 7.605337486893404e-06, + "W": 2.6474216952010465e-07, + "N": 9.092367690755054e-06, + "Y": 0.00016719444829504937, + "U": 3.2563346508140967e-07, + "K": 2.203355734309298e-06, + "L": 4.942432951793307e-07, + "G": 0.00013831566320732236, + "F": 0.002122184494510293, + "E": 0.0002923932916019112, + "T": 8.69157156557776e-05, + "P": 0.4987533986568451, + "-": 0.4982418715953827 + }, + "id": "tp_29257" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3657157, + "label": "P", + "classification": { + "B": 2.161415153523194e-07, + "S": 1.654654511185072e-07, + "I": 0.00013433920685201883, + "C": 5.966049343442137e-07, + "R": 6.36860590930155e-08, + "M": 1.0924730986516806e-06, + "O": 5.575519139711105e-07, + "W": 7.060869222641486e-08, + "N": 9.792834134714212e-06, + "Y": 3.98294787373743e-06, + "U": 2.824822864511134e-08, + "K": 1.961330156063923e-07, + "L": 3.458207942230729e-08, + "G": 2.7727735414373456e-06, + "F": 0.0001746584748616442, + "E": 0.00010301146539859474, + "T": 6.755382855772041e-06, + "P": 0.9643332958221436, + "-": 0.035228241235017776 + }, + "id": "tp_29258" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3657257, + "label": "-", + "classification": { + "B": 1.5206634998321533e-05, + "S": 1.1229727533645928e-05, + "I": 0.00012691323354374617, + "C": 0.0006493657710961998, + "R": 4.6790530177531764e-05, + "M": 0.0004080234211869538, + "O": 9.396458335686475e-05, + "W": 7.666836609132588e-06, + "N": 1.969956065295264e-05, + "Y": 0.004124803002923727, + "U": 5.057668204244692e-06, + "K": 0.00020676378335338086, + "L": 1.8417620594846085e-05, + "G": 0.002014435827732086, + "F": 0.025615332648158073, + "E": 0.000870844756718725, + "T": 0.001200755825266242, + "P": 0.04284011572599411, + "-": 0.9217246770858765 + }, + "id": "tp_29259" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3657391, + "label": "P", + "classification": { + "B": 5.387703936321486e-07, + "S": 6.624271691180184e-07, + "I": 0.0003745406283996999, + "C": 9.611791028873995e-06, + "R": 9.635189144319156e-07, + "M": 6.580464287253562e-06, + "O": 4.227931640343741e-06, + "W": 1.0728327879405697e-06, + "N": 6.429135100916028e-05, + "Y": 5.07578588440083e-05, + "U": 6.171915742925194e-07, + "K": 5.327927283360623e-05, + "L": 1.7276062180826557e-07, + "G": 5.2356299420353025e-05, + "F": 0.0030941390432417393, + "E": 0.00217448896728456, + "T": 4.6651464799651876e-05, + "P": 0.8533774614334106, + "-": 0.14068768918514252 + }, + "id": "tp_29260" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3657524, + "label": "-", + "classification": { + "B": 1.5872577705522417e-06, + "S": 1.2470511592255207e-06, + "I": 2.7143983970745467e-05, + "C": 0.00014227816427592188, + "R": 1.151220112660667e-05, + "M": 2.9677858037757687e-05, + "O": 3.294731141068041e-05, + "W": 1.9674816940096207e-06, + "N": 4.899329269392183e-06, + "Y": 0.000765032775234431, + "U": 1.0477434670974617e-06, + "K": 3.235716940253042e-05, + "L": 2.4173727979359683e-06, + "G": 0.0006554170977324247, + "F": 0.015065913088619709, + "E": 0.00010428768291603774, + "T": 0.00034884075284935534, + "P": 0.07036998867988586, + "-": 0.9124014377593994 + }, + "id": "tp_29261" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3657658, + "label": "-", + "classification": { + "B": 7.143361102635026e-08, + "S": 1.8577480886960984e-07, + "I": 2.5290082703577355e-05, + "C": 1.250570403499296e-05, + "R": 6.723445835632447e-07, + "M": 7.37697246222524e-06, + "O": 4.1577745832910296e-06, + "W": 3.7159867360969656e-07, + "N": 2.7878170385520207e-06, + "Y": 0.00036546954652294517, + "U": 2.592806538359582e-07, + "K": 8.056394290179014e-05, + "L": 1.0773138825470596e-07, + "G": 9.384011354995891e-05, + "F": 0.005794602911919355, + "E": 0.00012075767881469801, + "T": 0.00010289350029779598, + "P": 0.047817081212997437, + "-": 0.9455709457397461 + }, + "id": "tp_29262" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3657758, + "label": "-", + "classification": { + "B": 0.00012188231630716473, + "S": 0.0003208746784366667, + "I": 0.004023574758321047, + "C": 0.0011239162413403392, + "R": 0.00035183128784410655, + "M": 0.0011741535272449255, + "O": 0.0007262941799126565, + "W": 0.00014899221423547715, + "N": 0.0008273111307062209, + "Y": 0.003176117083057761, + "U": 9.944491466740146e-05, + "K": 0.000387822074117139, + "L": 0.00023209385108202696, + "G": 0.0019749992061406374, + "F": 0.03827405720949173, + "E": 0.0032634763047099113, + "T": 0.0037748615723103285, + "P": 0.3271700143814087, + "-": 0.6128283739089966 + }, + "id": "tp_29263" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3657891, + "label": "-", + "classification": { + "B": 5.005732361951232e-08, + "S": 3.309268592488479e-08, + "I": 0.00013095261238049716, + "C": 4.217181776766665e-05, + "R": 2.3549291654489934e-06, + "M": 5.69067651667865e-06, + "O": 3.0355254239111673e-06, + "W": 8.361275405377455e-08, + "N": 3.918693892046576e-06, + "Y": 0.0002148072380805388, + "U": 2.211465357504494e-07, + "K": 8.739694976611645e-07, + "L": 2.1279871020851715e-07, + "G": 6.435145769501105e-05, + "F": 0.0005824702675454319, + "E": 5.8541954786051065e-05, + "T": 9.440910071134567e-05, + "P": 0.18477144837379456, + "-": 0.8140243291854858 + }, + "id": "tp_29264" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3658025, + "label": "-", + "classification": { + "B": 2.584008340633659e-09, + "S": 6.27314311607563e-10, + "I": 2.1171972548472695e-06, + "C": 1.8999739381797554e-07, + "R": 9.004603285234225e-09, + "M": 6.23479991190834e-06, + "O": 1.8407592961011687e-07, + "W": 1.3627629025236843e-09, + "N": 3.0485370672295176e-08, + "Y": 2.1714799004257657e-05, + "U": 8.872962364847581e-10, + "K": 6.886773817882386e-09, + "L": 1.0962191154817447e-08, + "G": 3.879542873619357e-06, + "F": 0.00030068293563090265, + "E": 9.21195896808058e-06, + "T": 4.0141367207979783e-05, + "P": 0.06706687062978745, + "-": 0.9325487613677979 + }, + "id": "tp_29265" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3658158, + "label": "-", + "classification": { + "B": 0.00019452259584795684, + "S": 5.277613672660664e-05, + "I": 0.00030043089645914733, + "C": 0.002304990077391267, + "R": 0.0002862511028070003, + "M": 0.0025532047729939222, + "O": 0.0007144436240196228, + "W": 3.507674773572944e-05, + "N": 3.1001858587842435e-05, + "Y": 0.004405952524393797, + "U": 1.4489982277154922e-05, + "K": 2.166409649362322e-05, + "L": 0.00037966202944517136, + "G": 0.006271781865507364, + "F": 0.022362686693668365, + "E": 0.0007129842997528613, + "T": 0.0027413475327193737, + "P": 0.029607487842440605, + "-": 0.9270092844963074 + }, + "id": "tp_29266" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3658258, + "label": "-", + "classification": { + "B": 3.597105751396157e-05, + "S": 1.744779547152575e-05, + "I": 0.0009123489144258201, + "C": 0.0007463173824362457, + "R": 0.00010640414257068187, + "M": 0.0009092045947909355, + "O": 0.0002578877902124077, + "W": 1.0894691513385624e-05, + "N": 9.778216917766258e-05, + "Y": 0.0027551797684282064, + "U": 1.0807310900418088e-05, + "K": 4.104669187654508e-06, + "L": 7.417205051751807e-05, + "G": 0.0017508446471765637, + "F": 0.0030696792528033257, + "E": 0.0013449224643409252, + "T": 0.003374590538442135, + "P": 0.23068773746490479, + "-": 0.7538337111473083 + }, + "id": "tp_29267" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3658392, + "label": "-", + "classification": { + "B": 1.7380270556088817e-09, + "S": 1.9554287078449306e-09, + "I": 3.901044181020552e-07, + "C": 5.338203663995955e-06, + "R": 1.4329407349578105e-07, + "M": 9.096872304326098e-07, + "O": 5.239355687081115e-07, + "W": 2.1253931947740057e-09, + "N": 1.2687000783273561e-08, + "Y": 3.168588227708824e-05, + "U": 1.6778004541251335e-09, + "K": 1.442044261779074e-08, + "L": 3.244401725055468e-08, + "G": 1.1547499525477178e-05, + "F": 0.0010023365030065179, + "E": 6.078923888708232e-07, + "T": 1.1402360541978851e-05, + "P": 0.00833798572421074, + "-": 0.9905971884727478 + }, + "id": "tp_29268" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3658525, + "label": "P", + "classification": { + "B": 2.984440641284891e-07, + "S": 1.3584521241227776e-07, + "I": 0.00023543891438748688, + "C": 8.72045802680077e-06, + "R": 3.0338537726493087e-07, + "M": 1.6890757251530886e-05, + "O": 2.3944171516632196e-06, + "W": 2.2952417566557415e-07, + "N": 6.9112911660340615e-06, + "Y": 0.00011358354822732508, + "U": 1.7424216025574424e-07, + "K": 2.2068945781938965e-06, + "L": 2.417765756490553e-07, + "G": 3.3883483411045745e-05, + "F": 0.000936176918912679, + "E": 0.0005004468257538974, + "T": 5.006499122828245e-05, + "P": 0.6423827409744263, + "-": 0.355709046125412 + }, + "id": "tp_29269" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3658625, + "label": "-", + "classification": { + "B": 9.308773769589607e-06, + "S": 5.902509656152688e-06, + "I": 0.0006400566780939698, + "C": 0.0005711428821086884, + "R": 6.181251228554174e-05, + "M": 0.00041030836291611195, + "O": 9.104777564061806e-05, + "W": 9.161780326394364e-06, + "N": 6.333160126814619e-05, + "Y": 0.0027106578927487135, + "U": 1.559639895276632e-05, + "K": 0.00013347287313081324, + "L": 2.324739034520462e-05, + "G": 0.0009869588539004326, + "F": 0.017337815836071968, + "E": 0.0011234887642785907, + "T": 0.001115939230658114, + "P": 0.1476457417011261, + "-": 0.8270450830459595 + }, + "id": "tp_29270" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3658759, + "label": "-", + "classification": { + "B": 9.523072996842075e-09, + "S": 1.0350751367127486e-08, + "I": 6.985938671277836e-05, + "C": 1.1086573067586869e-05, + "R": 5.169972041585424e-07, + "M": 2.6239090402668808e-06, + "O": 9.830213230088702e-07, + "W": 3.077940036178006e-08, + "N": 1.6667784166202182e-06, + "Y": 7.064560486469418e-05, + "U": 5.628832866477751e-08, + "K": 1.6875125652404677e-07, + "L": 8.393705286380282e-08, + "G": 1.2844814591517206e-05, + "F": 0.0008474178612232208, + "E": 5.315489033819176e-05, + "T": 5.9789814258692786e-05, + "P": 0.26855212450027466, + "-": 0.7303168773651123 + }, + "id": "tp_29271" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3658892, + "label": "-", + "classification": { + "B": 2.969664456031751e-05, + "S": 9.594017683411948e-06, + "I": 0.00031088737887330353, + "C": 0.00019560217333491892, + "R": 2.8501572160166688e-05, + "M": 0.0013834431301802397, + "O": 0.0001771301031112671, + "W": 5.698651420971146e-06, + "N": 2.2013557099853642e-05, + "Y": 0.001945563592016697, + "U": 2.9731597805948695e-06, + "K": 1.9078263449046062e-06, + "L": 9.065947961062193e-05, + "G": 0.001712894532829523, + "F": 0.009088387712836266, + "E": 0.0008969855261966586, + "T": 0.0023106641601771116, + "P": 0.11279822140932083, + "-": 0.8689891695976257 + }, + "id": "tp_29272" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3659026, + "label": "-", + "classification": { + "B": 3.818880031758454e-06, + "S": 3.7133993373572594e-06, + "I": 0.0001812950213206932, + "C": 0.00019855007121805102, + "R": 4.6294309868244454e-05, + "M": 0.0006697650533169508, + "O": 0.00010214158101007342, + "W": 3.3859773793665227e-06, + "N": 1.0465282684890553e-05, + "Y": 0.004054976161569357, + "U": 3.3451192393840756e-06, + "K": 7.5489538176043425e-06, + "L": 3.81155768991448e-05, + "G": 0.0018458033446222544, + "F": 0.006781882140785456, + "E": 0.0002285075024701655, + "T": 0.0024288231506943703, + "P": 0.046688951551914215, + "-": 0.93670254945755 + }, + "id": "tp_29273" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3659126, + "label": "-", + "classification": { + "B": 2.7924421374336816e-05, + "S": 1.338630318059586e-05, + "I": 8.133731171255931e-05, + "C": 6.952771946089342e-05, + "R": 6.909433068358339e-06, + "M": 0.000476941408123821, + "O": 0.00017183511226903647, + "W": 6.446419774874812e-06, + "N": 8.60311138239922e-06, + "Y": 0.0006046785274520516, + "U": 1.5489476936636493e-06, + "K": 6.887866675242549e-06, + "L": 2.93714037979953e-05, + "G": 0.0006266607670113444, + "F": 0.008059997111558914, + "E": 0.00032881725928746164, + "T": 0.0007982331444509327, + "P": 0.05016094818711281, + "-": 0.9385200142860413 + }, + "id": "tp_29274" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3659259, + "label": "-", + "classification": { + "B": 0.0012583923526108265, + "S": 0.000208518176805228, + "I": 0.021137133240699768, + "C": 0.050407130271196365, + "R": 0.006001825910061598, + "M": 0.016853179782629013, + "O": 0.002117260592058301, + "W": 0.0003669648722279817, + "N": 0.0014630951918661594, + "Y": 0.019322257488965988, + "U": 0.0007364064222201705, + "K": 0.0005513914511539042, + "L": 0.0020585288293659687, + "G": 0.028597360476851463, + "F": 0.021453002467751503, + "E": 0.019558554515242577, + "T": 0.013277558609843254, + "P": 0.15700355172157288, + "-": 0.6376280188560486 + }, + "id": "tp_29275" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3659393, + "label": "-", + "classification": { + "B": 0.0003144252113997936, + "S": 0.00012201201752759516, + "I": 0.0057572489604353905, + "C": 0.0055778659880161285, + "R": 0.0006503281183540821, + "M": 0.0012127311201766133, + "O": 0.0006806643796153367, + "W": 0.0001226632739417255, + "N": 0.0009227010305039585, + "Y": 0.007240016013383865, + "U": 0.0002815166371874511, + "K": 0.000986649887636304, + "L": 0.000235013707424514, + "G": 0.0074473475106060505, + "F": 0.02792191132903099, + "E": 0.009676849469542503, + "T": 0.0033728943672031164, + "P": 0.22402843832969666, + "-": 0.7034487724304199 + }, + "id": "tp_29276" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3659526, + "label": "-", + "classification": { + "B": 4.4778226265806964e-11, + "S": 1.7577304889382361e-10, + "I": 5.477776809925672e-08, + "C": 1.5630314820214153e-08, + "R": 8.615097524256043e-10, + "M": 1.5025069899365917e-07, + "O": 2.6341327341583565e-08, + "W": 1.2050223319182152e-10, + "N": 5.586034412807805e-10, + "Y": 5.369404789234977e-06, + "U": 3.1617264362182596e-11, + "K": 1.437257951542037e-10, + "L": 1.2008242178396245e-09, + "G": 2.9914707511125016e-07, + "F": 0.00025799369905143976, + "E": 9.056321914613363e-08, + "T": 3.270041361247422e-06, + "P": 0.012081571854650974, + "-": 0.9876512289047241 + }, + "id": "tp_29277" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3659626, + "label": "-", + "classification": { + "B": 6.083650532673346e-06, + "S": 1.8297989754501032e-06, + "I": 0.0009880147408694029, + "C": 0.00015567841182928532, + "R": 1.4619661669712514e-05, + "M": 0.0001014939189190045, + "O": 4.483255906961858e-05, + "W": 2.6118186724488623e-06, + "N": 9.495017729932442e-05, + "Y": 0.0008806721889413893, + "U": 5.42161342309555e-06, + "K": 3.8461592339444906e-05, + "L": 6.659127393504605e-06, + "G": 0.0007873377180658281, + "F": 0.0033826695289462805, + "E": 0.0024886189494282007, + "T": 0.0005418626242317259, + "P": 0.41771867871284485, + "-": 0.5727395415306091 + }, + "id": "tp_29278" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3659760, + "label": "-", + "classification": { + "B": 4.753426985359965e-09, + "S": 1.2237563851158484e-08, + "I": 2.8073532121197786e-07, + "C": 6.516444841508928e-07, + "R": 8.820815367016621e-08, + "M": 4.622043888957705e-06, + "O": 1.9028111637453549e-06, + "W": 8.353478797573644e-09, + "N": 8.161123332683928e-09, + "Y": 8.948243339546025e-05, + "U": 1.1382468301235349e-09, + "K": 2.528569131854397e-09, + "L": 1.558501878662355e-07, + "G": 9.510863492323551e-06, + "F": 0.0005141462897881866, + "E": 2.5773098855097487e-07, + "T": 5.8386642194818705e-05, + "P": 0.0032094758935272694, + "-": 0.9961109757423401 + }, + "id": "tp_29279" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3659893, + "label": "P", + "classification": { + "B": 2.5524940494570103e-10, + "S": 1.7997993373430887e-10, + "I": 7.266624379553832e-06, + "C": 3.081119359649165e-08, + "R": 3.709389739814384e-10, + "M": 3.34502097132372e-08, + "O": 6.578060762763016e-09, + "W": 1.3228960982214488e-10, + "N": 1.0004518458117673e-07, + "Y": 1.1144016980324523e-06, + "U": 2.170823243385911e-10, + "K": 4.0062899664405904e-09, + "L": 1.4940965131771122e-10, + "G": 1.310745716409656e-07, + "F": 2.988039886986371e-05, + "E": 7.354854460572824e-06, + "T": 5.946423016212066e-07, + "P": 0.7913393378257751, + "-": 0.20861414074897766 + }, + "id": "tp_29280" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3660027, + "label": "-", + "classification": { + "B": 1.1039603577955859e-06, + "S": 1.2777582014678046e-06, + "I": 1.6156376659637317e-05, + "C": 8.807946869637817e-05, + "R": 9.376273737871088e-06, + "M": 0.0001924860116560012, + "O": 3.7698595406254753e-05, + "W": 7.695164185861358e-07, + "N": 1.2253078693902353e-06, + "Y": 0.0015855332603678107, + "U": 2.914266588049941e-07, + "K": 1.7969289274333278e-06, + "L": 1.1784216439991724e-05, + "G": 0.0005338508635759354, + "F": 0.014833357185125351, + "E": 5.2591443818528205e-05, + "T": 0.0005759288906119764, + "P": 0.012921951711177826, + "-": 0.9691349267959595 + }, + "id": "tp_29281" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3660127, + "label": "-", + "classification": { + "B": 2.837757406837227e-08, + "S": 4.5716411989360495e-08, + "I": 3.849399377031659e-08, + "C": 2.8228580362110733e-08, + "R": 1.1778717556865104e-08, + "M": 1.5316527424147353e-06, + "O": 2.9128875667083776e-06, + "W": 1.5549598941788645e-08, + "N": 8.120016881107972e-10, + "Y": 4.045370587846264e-06, + "U": 5.2717937654156444e-11, + "K": 1.7194265455877655e-10, + "L": 1.687439947772873e-07, + "G": 2.407657120784279e-06, + "F": 0.000695121823810041, + "E": 1.3050747327270074e-07, + "T": 4.667583198170178e-06, + "P": 0.0019938217010349035, + "-": 0.997295081615448 + }, + "id": "tp_29282" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3660260, + "label": "P", + "classification": { + "B": 4.6389900489884894e-06, + "S": 1.2513202818809077e-05, + "I": 0.00021584770001936704, + "C": 9.14934353204444e-05, + "R": 7.70120277593378e-06, + "M": 3.278470103396103e-05, + "O": 3.5979832318844274e-05, + "W": 8.074902325461153e-06, + "N": 0.00010508768900763243, + "Y": 0.00023148545005824417, + "U": 2.383324499533046e-06, + "K": 0.00010889481200138107, + "L": 2.9054708647890948e-06, + "G": 0.0004713679663836956, + "F": 0.05441390350461006, + "E": 0.004724107217043638, + "T": 0.00021900450519751757, + "P": 0.6383904218673706, + "-": 0.30092138051986694 + }, + "id": "tp_29283" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3660394, + "label": "-", + "classification": { + "B": 0.00013233700883574784, + "S": 1.1305602129141334e-05, + "I": 9.744574344949797e-05, + "C": 0.0003417776897549629, + "R": 6.934787234058604e-05, + "M": 0.001322151510976255, + "O": 0.00035596275120042264, + "W": 8.097885256574955e-06, + "N": 6.225465767784044e-06, + "Y": 0.002240242436528206, + "U": 1.953949777089292e-06, + "K": 9.116916999118985e-07, + "L": 0.00020644870528485626, + "G": 0.003185426816344261, + "F": 0.008688215166330338, + "E": 0.00013868931273464113, + "T": 0.0033417323138564825, + "P": 0.014111096039414406, + "-": 0.9657407999038696 + }, + "id": "tp_29284" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3660527, + "label": "-", + "classification": { + "B": 6.571509629793582e-07, + "S": 2.1697412648791214e-06, + "I": 1.327544123341795e-05, + "C": 7.416963489959016e-05, + "R": 1.3610830137622543e-05, + "M": 9.016174590215087e-05, + "O": 6.359153485391289e-05, + "W": 1.4015170108905295e-06, + "N": 7.011919933574973e-07, + "Y": 0.000651508686132729, + "U": 2.393863098859583e-07, + "K": 4.705614458089258e-07, + "L": 1.8235237803310156e-05, + "G": 0.0003303822595626116, + "F": 0.009605607949197292, + "E": 9.778218554856721e-06, + "T": 0.00041034375317394733, + "P": 0.006460084579885006, + "-": 0.9822536110877991 + }, + "id": "tp_29285" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3660627, + "label": "-", + "classification": { + "B": 1.2961348829776398e-06, + "S": 5.616895748516981e-08, + "I": 5.292650530464016e-05, + "C": 4.233193067193497e-06, + "R": 3.2033864272307255e-07, + "M": 4.899494342680555e-06, + "O": 5.026417966291774e-06, + "W": 8.775646875847087e-08, + "N": 2.0682036847574636e-06, + "Y": 2.5633595214458182e-05, + "U": 5.24581800220858e-08, + "K": 1.0034402464498271e-07, + "L": 3.4623590750015865e-07, + "G": 6.613674486288801e-05, + "F": 0.0007726603653281927, + "E": 0.00012491762754507363, + "T": 2.877207225537859e-05, + "P": 0.3994753956794739, + "-": 0.5994351506233215 + }, + "id": "tp_29286" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3660761, + "label": "-", + "classification": { + "B": 1.854612463603189e-07, + "S": 9.2489912617566e-08, + "I": 3.308528903289698e-05, + "C": 7.027068022580352e-06, + "R": 1.3483839893524419e-06, + "M": 9.32009243115317e-06, + "O": 8.47572027851129e-06, + "W": 1.1586460857415659e-07, + "N": 1.0577160765024018e-06, + "Y": 0.0001824462815420702, + "U": 6.804771146562416e-08, + "K": 7.149316161303432e-08, + "L": 7.520692975049315e-07, + "G": 6.197815673658624e-05, + "F": 0.0007141102105379105, + "E": 1.640283880988136e-05, + "T": 0.00011586676555452868, + "P": 0.055474672466516495, + "-": 0.9433729648590088 + }, + "id": "tp_29287" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3660894, + "label": "-", + "classification": { + "B": 9.33491264731856e-06, + "S": 7.125778665795224e-06, + "I": 5.227687142905779e-05, + "C": 4.230051126796752e-05, + "R": 4.999773864255985e-06, + "M": 8.573605737183243e-05, + "O": 6.258953362703323e-05, + "W": 4.750151674670633e-06, + "N": 9.101588148041628e-06, + "Y": 0.0004322920285630971, + "U": 1.7091203972086078e-06, + "K": 3.459876461420208e-05, + "L": 4.602055923896842e-06, + "G": 0.00022483219800051302, + "F": 0.014222935773432255, + "E": 0.00023120210971683264, + "T": 0.0005239273887127638, + "P": 0.08488113433122635, + "-": 0.899164617061615 + }, + "id": "tp_29288" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3661028, + "label": "-", + "classification": { + "B": 1.6556692128411044e-10, + "S": 1.447174879931623e-10, + "I": 2.430284382626269e-07, + "C": 4.335872549887654e-09, + "R": 1.1655444664970815e-10, + "M": 4.556620325502081e-08, + "O": 2.089474016031545e-08, + "W": 8.209784241319795e-11, + "N": 4.533653452654107e-09, + "Y": 3.0960441677052586e-07, + "U": 1.680830648276288e-11, + "K": 3.761053135598047e-10, + "L": 2.381295993725274e-10, + "G": 1.3570863188760995e-07, + "F": 0.00016893861175049096, + "E": 1.0902004987656255e-06, + "T": 6.816694053668471e-07, + "P": 0.17069439589977264, + "-": 0.8291342258453369 + }, + "id": "tp_29289" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3661128, + "label": "-", + "classification": { + "B": 7.368161277554464e-06, + "S": 9.308989319833927e-06, + "I": 0.0001863664947450161, + "C": 0.0005494441720657051, + "R": 8.438866643700749e-05, + "M": 0.0006355418590828776, + "O": 0.00013320270227268338, + "W": 8.534046173735987e-06, + "N": 1.3676126400241628e-05, + "Y": 0.0015519318403676152, + "U": 2.938711304523167e-06, + "K": 1.5285686458810233e-05, + "L": 2.7421663617133163e-05, + "G": 0.0008502470445819199, + "F": 0.012049193494021893, + "E": 0.00025866038049571216, + "T": 0.0009269015281461179, + "P": 0.037655219435691833, + "-": 0.945034384727478 + }, + "id": "tp_29290" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3661261, + "label": "-", + "classification": { + "B": 2.8886950076412177e-06, + "S": 6.991025202296441e-06, + "I": 7.053020817693323e-05, + "C": 3.173847289872356e-05, + "R": 4.613234523276333e-06, + "M": 0.00010770255175884813, + "O": 6.220649083843455e-05, + "W": 3.570669832697604e-06, + "N": 1.1843253560073208e-05, + "Y": 0.0004893775330856442, + "U": 8.17366014871368e-07, + "K": 5.24915094501921e-06, + "L": 4.555611667456105e-06, + "G": 0.00015376445662695915, + "F": 0.009727527387440205, + "E": 9.767479787115008e-05, + "T": 0.0006499142618849874, + "P": 0.11287486553192139, + "-": 0.8756941556930542 + }, + "id": "tp_29291" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3661395, + "label": "-", + "classification": { + "B": 3.315888307042769e-06, + "S": 6.717367341479985e-06, + "I": 0.00020657865388784558, + "C": 5.6120596127584577e-05, + "R": 4.938020992995007e-06, + "M": 2.304659028595779e-05, + "O": 3.104921051999554e-05, + "W": 3.409797727726982e-06, + "N": 4.143246405874379e-05, + "Y": 0.00018928729696199298, + "U": 2.018306759055122e-06, + "K": 1.7587899492355064e-05, + "L": 2.085546611851896e-06, + "G": 0.00012007966870442033, + "F": 0.010048761032521725, + "E": 0.0004635547229554504, + "T": 0.00020189200586173683, + "P": 0.46680280566215515, + "-": 0.5217752456665039 + }, + "id": "tp_29292" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3661528, + "label": "-", + "classification": { + "B": 4.524345786194317e-05, + "S": 4.845765215577558e-05, + "I": 0.0009022187441587448, + "C": 0.004610246978700161, + "R": 0.0006834872765466571, + "M": 0.005523843225091696, + "O": 0.0011099501280114055, + "W": 4.0343460568692535e-05, + "N": 9.468710049986839e-05, + "Y": 0.015337535180151463, + "U": 3.195544923073612e-05, + "K": 5.256287840893492e-05, + "L": 0.0005696449661627412, + "G": 0.01045805774629116, + "F": 0.02153395116329193, + "E": 0.0011248844675719738, + "T": 0.007925469428300858, + "P": 0.03148332238197327, + "-": 0.8984241485595703 + }, + "id": "tp_29293" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3661628, + "label": "-", + "classification": { + "B": 1.962456053661299e-06, + "S": 7.58119654165057e-07, + "I": 2.752476211753674e-05, + "C": 0.00024539526202715933, + "R": 1.6367399439332075e-05, + "M": 0.0001625105069251731, + "O": 3.581599230528809e-05, + "W": 3.91592436699284e-07, + "N": 7.758641231703223e-07, + "Y": 0.0008480374235659838, + "U": 2.5740152409525763e-07, + "K": 8.033050846734113e-08, + "L": 2.9359085601754487e-05, + "G": 0.001178838312625885, + "F": 0.006250669248402119, + "E": 2.5422568796784617e-05, + "T": 0.0006925725028850138, + "P": 0.018817830830812454, + "-": 0.9716652631759644 + }, + "id": "tp_29294" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3661762, + "label": "-", + "classification": { + "B": 2.3453014364349656e-05, + "S": 2.426818900858052e-05, + "I": 0.0040296996012330055, + "C": 0.0015861018327996135, + "R": 0.0002778726047836244, + "M": 0.0009923371253535151, + "O": 0.0003156402672175318, + "W": 4.2503215809119865e-05, + "N": 0.00041189382318407297, + "Y": 0.006484889425337315, + "U": 4.172197077423334e-05, + "K": 0.0001316744164796546, + "L": 6.686356209684163e-05, + "G": 0.0018731948221102357, + "F": 0.011831934563815594, + "E": 0.004331652075052261, + "T": 0.0026527182199060917, + "P": 0.2836756706237793, + "-": 0.6812059283256531 + }, + "id": "tp_29295" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3661895, + "label": "-", + "classification": { + "B": 3.0345307095558383e-05, + "S": 8.215101843234152e-05, + "I": 0.0005892091430723667, + "C": 0.004589964635670185, + "R": 0.001332356478087604, + "M": 0.002822748851031065, + "O": 0.0012971381656825542, + "W": 5.932150816079229e-05, + "N": 3.914329136023298e-05, + "Y": 0.008671260438859463, + "U": 1.8378839740762487e-05, + "K": 1.2174367839179467e-05, + "L": 0.0009140399633906782, + "G": 0.007583260536193848, + "F": 0.02591165155172348, + "E": 0.00028767387266270816, + "T": 0.005702891852706671, + "P": 0.023342737928032875, + "-": 0.916713535785675 + }, + "id": "tp_29296" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3662029, + "label": "P", + "classification": { + "B": 5.096901531942422e-07, + "S": 3.3528490916978626e-07, + "I": 1.1350112799846102e-05, + "C": 5.645135843224125e-07, + "R": 5.231799704574769e-08, + "M": 2.0408090222190367e-06, + "O": 1.6057496168286889e-06, + "W": 8.97703316127263e-08, + "N": 1.930269036165555e-06, + "Y": 5.1918041208409704e-06, + "U": 1.784772862833961e-08, + "K": 1.7560698495344695e-07, + "L": 7.638643495511133e-08, + "G": 1.1220672604395077e-05, + "F": 0.001228231005370617, + "E": 4.0072289266390726e-05, + "T": 3.686812488012947e-05, + "P": 0.6553289890289307, + "-": 0.3433306813240051 + }, + "id": "tp_29297" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3662129, + "label": "-", + "classification": { + "B": 1.7865006157080643e-05, + "S": 5.0837268645409495e-05, + "I": 0.0008178642601706088, + "C": 0.0009115425054915249, + "R": 0.00022447854280471802, + "M": 0.0012526940554380417, + "O": 0.0005308729014359415, + "W": 5.20502362633124e-05, + "N": 0.00012034311657771468, + "Y": 0.005894834641367197, + "U": 2.6696880013332702e-05, + "K": 0.00011203784379176795, + "L": 0.00010112464224221185, + "G": 0.0018255912000313401, + "F": 0.020872820168733597, + "E": 0.0006443693418987095, + "T": 0.0036575254052877426, + "P": 0.07261265814304352, + "-": 0.8902738690376282 + }, + "id": "tp_29298" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3662262, + "label": "P", + "classification": { + "B": 7.121156522771344e-05, + "S": 8.12848229543306e-05, + "I": 0.0026136368978768587, + "C": 0.00012052501551806927, + "R": 1.8590573745314032e-05, + "M": 0.00023727862571831793, + "O": 9.099519229494035e-05, + "W": 1.8505845218896866e-05, + "N": 0.00036171526880934834, + "Y": 0.0004031033022329211, + "U": 1.0057452527689748e-05, + "K": 1.2648892152355984e-05, + "L": 3.3589520171517506e-05, + "G": 0.0003544771170709282, + "F": 0.00497018126770854, + "E": 0.0022454282734543085, + "T": 0.0005925220320932567, + "P": 0.8259591460227966, + "-": 0.1618049591779709 + }, + "id": "tp_29299" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3662396, + "label": "-", + "classification": { + "B": 5.870012032005434e-08, + "S": 1.2724092357530026e-07, + "I": 1.7330603441223502e-06, + "C": 2.7455446343083167e-06, + "R": 4.916695957035699e-07, + "M": 3.2490916055394337e-06, + "O": 1.6895785392989637e-06, + "W": 4.621154658934756e-08, + "N": 7.82533504661842e-08, + "Y": 7.933939195936546e-05, + "U": 5.0258766037813984e-09, + "K": 1.5909698447558185e-07, + "L": 8.697466569174139e-08, + "G": 3.5194891097489744e-05, + "F": 0.008025219663977623, + "E": 4.295104190532584e-06, + "T": 1.9152310414938256e-05, + "P": 0.028018997982144356, + "-": 0.9638073444366455 + }, + "id": "tp_29300" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3662529, + "label": "P", + "classification": { + "B": 6.222692405799535e-08, + "S": 1.5923971830034134e-07, + "I": 0.0005858470685780048, + "C": 3.4807051179086557e-06, + "R": 2.025099519187279e-07, + "M": 4.4044818423572e-06, + "O": 1.032560930980253e-06, + "W": 1.5720375756700378e-07, + "N": 4.620457912096754e-05, + "Y": 1.576737304276321e-05, + "U": 7.612229069309251e-08, + "K": 2.600558445919887e-06, + "L": 4.45781580538096e-08, + "G": 6.176369879540289e-06, + "F": 0.00044021286885254085, + "E": 0.0008418107172474265, + "T": 1.3851264156983234e-05, + "P": 0.9309988617897034, + "-": 0.06703907251358032 + }, + "id": "tp_29301" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3662629, + "label": "-", + "classification": { + "B": 7.794930922955245e-08, + "S": 1.0566282782065173e-07, + "I": 0.00012084218178642914, + "C": 5.581451114267111e-05, + "R": 4.341152816778049e-06, + "M": 1.3953469533589669e-05, + "O": 3.4291797419427894e-06, + "W": 2.3219978118049767e-07, + "N": 3.6504750369203975e-06, + "Y": 0.0002822292153723538, + "U": 2.1373547554048855e-07, + "K": 7.039790943963453e-06, + "L": 4.2241521214236855e-07, + "G": 0.00010301716247340664, + "F": 0.008892313577234745, + "E": 0.00014843286771792918, + "T": 7.708472548983991e-05, + "P": 0.17403316497802734, + "-": 0.816253662109375 + }, + "id": "tp_29302" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3662763, + "label": "-", + "classification": { + "B": 1.183918629976688e-05, + "S": 2.2955393433221616e-05, + "I": 0.0013543334789574146, + "C": 0.00030005263397470117, + "R": 4.168073428445496e-05, + "M": 0.0008860953385010362, + "O": 0.00019878546299878508, + "W": 2.768912054307293e-05, + "N": 0.0001970115990843624, + "Y": 0.002571294317021966, + "U": 9.795804544410203e-06, + "K": 0.000158853450557217, + "L": 2.401484380243346e-05, + "G": 0.0009022205485962331, + "F": 0.0196184404194355, + "E": 0.0035692397505044937, + "T": 0.001243509235791862, + "P": 0.2173370122909546, + "-": 0.7515251040458679 + }, + "id": "tp_29303" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3662896, + "label": "P", + "classification": { + "B": 9.64101559475239e-07, + "S": 6.540938812804598e-08, + "I": 0.00010056277096737176, + "C": 4.3489002564456314e-05, + "R": 2.3559512101201108e-06, + "M": 1.6406811482738703e-05, + "O": 3.1381614462588914e-06, + "W": 7.172999261229052e-08, + "N": 2.3730660814180737e-06, + "Y": 6.176083843456581e-05, + "U": 8.400542128583766e-08, + "K": 6.410230213305113e-08, + "L": 1.0160746342080529e-06, + "G": 0.00019249849719926715, + "F": 0.0012160753831267357, + "E": 0.00011852783791255206, + "T": 7.864289364079013e-05, + "P": 0.5821981430053711, + "-": 0.4159637689590454 + }, + "id": "tp_29304" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3663030, + "label": "-", + "classification": { + "B": 2.0796135231648805e-06, + "S": 8.654803309582348e-07, + "I": 7.395838474621996e-05, + "C": 3.092892075073905e-05, + "R": 2.3281018002307974e-06, + "M": 2.5679959435365163e-05, + "O": 1.7394748283550143e-05, + "W": 1.0259354894515127e-06, + "N": 5.14701969223097e-06, + "Y": 0.00017261660832446069, + "U": 4.761056970892241e-07, + "K": 1.9640363007056294e-06, + "L": 2.3111676910048118e-06, + "G": 0.00020351316197775304, + "F": 0.006633267737925053, + "E": 0.00011733077553799376, + "T": 0.00015277255442924798, + "P": 0.24016833305358887, + "-": 0.7523879408836365 + }, + "id": "tp_29305" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3663130, + "label": "-", + "classification": { + "B": 2.4963232135633007e-05, + "S": 4.599140811478719e-05, + "I": 0.00012099213199689984, + "C": 5.9713736845878884e-05, + "R": 7.3598466769908555e-06, + "M": 0.0004530457663349807, + "O": 0.0001361628237646073, + "W": 1.2895430700154975e-05, + "N": 2.3606329705216922e-05, + "Y": 0.0006408937042579055, + "U": 1.733328758746211e-06, + "K": 1.5321591490646824e-05, + "L": 1.5609557522111572e-05, + "G": 0.00032876493060030043, + "F": 0.013128475286066532, + "E": 0.00038332882104441524, + "T": 0.0008149202913045883, + "P": 0.18744079768657684, + "-": 0.7963453531265259 + }, + "id": "tp_29306" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3663263, + "label": "-", + "classification": { + "B": 0.0004784970369655639, + "S": 0.00025868401280604303, + "I": 0.0028506796807050705, + "C": 0.0015546439681202173, + "R": 0.00024378701345995069, + "M": 0.004760925192385912, + "O": 0.0012830873019993305, + "W": 0.0001786131178960204, + "N": 0.0008353496668860316, + "Y": 0.016484227031469345, + "U": 0.000176714122062549, + "K": 0.0012027715565636754, + "L": 0.00037587134283967316, + "G": 0.009003374725580215, + "F": 0.04983517527580261, + "E": 0.011622450314462185, + "T": 0.009195593185722828, + "P": 0.1898827999830246, + "-": 0.6997767090797424 + }, + "id": "tp_29307" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3663397, + "label": "-", + "classification": { + "B": 4.4997250370215625e-06, + "S": 4.104558684048243e-06, + "I": 5.1580576837295666e-05, + "C": 0.0005838769720867276, + "R": 9.129427053267136e-05, + "M": 0.00016893903375603259, + "O": 9.757870429893956e-05, + "W": 1.050154969561845e-05, + "N": 6.546536951645976e-06, + "Y": 0.001053971704095602, + "U": 5.4209640438784845e-06, + "K": 8.509634790243581e-05, + "L": 1.751947456796188e-05, + "G": 0.0006048373179510236, + "F": 0.04063361883163452, + "E": 0.00011787177936639637, + "T": 0.0005279619945213199, + "P": 0.03265232592821121, + "-": 0.9232824444770813 + }, + "id": "tp_29308" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3663530, + "label": "-", + "classification": { + "B": 8.22708045689069e-07, + "S": 2.326687287279583e-08, + "I": 0.00011264696513535455, + "C": 0.0002428216248517856, + "R": 7.92384071246488e-06, + "M": 8.519968105247244e-06, + "O": 3.5150262647221098e-06, + "W": 1.5446791223894252e-07, + "N": 1.7241502519027563e-06, + "Y": 0.0003668294521048665, + "U": 5.797380140393216e-07, + "K": 9.079846563508909e-07, + "L": 7.824511385479127e-07, + "G": 0.0002626499335747212, + "F": 0.000859298394061625, + "E": 5.61436936550308e-05, + "T": 8.617861749371514e-05, + "P": 0.07237429916858673, + "-": 0.9256142973899841 + }, + "id": "tp_29309" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3663630, + "label": "P", + "classification": { + "B": 6.398669029294979e-06, + "S": 9.58354303293163e-06, + "I": 0.0008601064328104258, + "C": 3.9109749195631593e-05, + "R": 8.207588507502805e-06, + "M": 8.414490730501711e-05, + "O": 5.780399078503251e-05, + "W": 6.698205652355682e-06, + "N": 0.00013269184273667634, + "Y": 0.00044024072121828794, + "U": 2.9674392862943932e-06, + "K": 2.534804843890015e-05, + "L": 4.319855634093983e-06, + "G": 0.00018629325495567173, + "F": 0.0035303381737321615, + "E": 0.0016101032961159945, + "T": 0.0004510251455940306, + "P": 0.5829693078994751, + "-": 0.4095754027366638 + }, + "id": "tp_29310" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3663764, + "label": "-", + "classification": { + "B": 1.1444901559798382e-07, + "S": 1.4560977490418736e-07, + "I": 2.4658849724801257e-05, + "C": 5.516460987564642e-06, + "R": 2.5539864623169706e-07, + "M": 2.661889993760269e-05, + "O": 7.781474778312258e-06, + "W": 8.385511307551496e-08, + "N": 9.772911653271876e-07, + "Y": 7.522034138673916e-05, + "U": 1.736269972241189e-08, + "K": 2.3334898457960662e-08, + "L": 5.817746568936855e-07, + "G": 7.092574378475547e-05, + "F": 0.0007927909609861672, + "E": 2.275600127177313e-05, + "T": 8.392092422582209e-05, + "P": 0.11430037021636963, + "-": 0.8845872282981873 + }, + "id": "tp_29311" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3663897, + "label": "P", + "classification": { + "B": 0.0002461420081090182, + "S": 3.496276985970326e-05, + "I": 0.012845003977417946, + "C": 0.001326115569099784, + "R": 0.00018288425053469837, + "M": 0.0021911426447331905, + "O": 0.00029274277039803565, + "W": 5.8133435231866315e-05, + "N": 0.001023347140289843, + "Y": 0.005321898031979799, + "U": 6.755001959390938e-05, + "K": 0.00019351330411154777, + "L": 0.0001003188153845258, + "G": 0.004339287988841534, + "F": 0.00583507539704442, + "E": 0.021243790164589882, + "T": 0.0019001788459718227, + "P": 0.6120798587799072, + "-": 0.33071812987327576 + }, + "id": "tp_29312" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3664031, + "label": "-", + "classification": { + "B": 3.662260539272211e-08, + "S": 8.932202888445318e-08, + "I": 9.599965551387868e-07, + "C": 2.0325780170082908e-08, + "R": 2.651667996289575e-09, + "M": 6.675275585621421e-07, + "O": 7.335489158322162e-07, + "W": 1.6959454285370157e-08, + "N": 1.1034132540999053e-07, + "Y": 5.217681518843165e-06, + "U": 1.0192795496521967e-09, + "K": 1.329893422052919e-07, + "L": 9.619145480144198e-09, + "G": 3.3775959309423342e-06, + "F": 0.005198675673455, + "E": 2.564930764492601e-05, + "T": 6.49990306555992e-06, + "P": 0.1573466658592224, + "-": 0.8374110460281372 + }, + "id": "tp_29313" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3664131, + "label": "-", + "classification": { + "B": 7.009669934632257e-05, + "S": 9.274426702177152e-05, + "I": 0.0020113373175263405, + "C": 0.0007291253423318267, + "R": 8.111617353279144e-05, + "M": 0.0008775999303907156, + "O": 0.0004473130975384265, + "W": 9.999759640777484e-05, + "N": 0.0005775865283794701, + "Y": 0.002233773237094283, + "U": 5.8213543525198475e-05, + "K": 0.00039305578684434295, + "L": 5.82231477892492e-05, + "G": 0.0011869431473314762, + "F": 0.01743893511593342, + "E": 0.005899366457015276, + "T": 0.0024138293229043484, + "P": 0.3956061005592346, + "-": 0.5697246193885803 + }, + "id": "tp_29314" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3664264, + "label": "-", + "classification": { + "B": 1.1616042350226508e-08, + "S": 2.000192234064002e-09, + "I": 1.2340220564510673e-05, + "C": 3.5241896512161475e-07, + "R": 1.1436716462753793e-08, + "M": 1.8610890606396424e-07, + "O": 1.4093203049014846e-07, + "W": 2.9189959338538074e-09, + "N": 3.0299685249701724e-07, + "Y": 1.2819837138522416e-05, + "U": 2.3471438126421162e-09, + "K": 5.35106963184262e-08, + "L": 2.0618320384357958e-09, + "G": 2.4340690742974402e-06, + "F": 0.0003052110259886831, + "E": 1.767132562235929e-05, + "T": 3.2851833111635642e-06, + "P": 0.36254438757896423, + "-": 0.6371006965637207 + }, + "id": "tp_29315" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3664398, + "label": "-", + "classification": { + "B": 1.7943193597602658e-05, + "S": 1.2346874427748844e-05, + "I": 0.00020305610087234527, + "C": 0.0002130954380845651, + "R": 4.730486398329958e-05, + "M": 0.0010406654328107834, + "O": 0.000362095219315961, + "W": 8.952448297350202e-06, + "N": 1.804302701202687e-05, + "Y": 0.002822701819241047, + "U": 2.8712640869343886e-06, + "K": 2.7589251203608e-06, + "L": 7.39820534363389e-05, + "G": 0.0014122058637440205, + "F": 0.008763820864260197, + "E": 0.00021394353825598955, + "T": 0.002450352068990469, + "P": 0.04890316352248192, + "-": 0.9334307909011841 + }, + "id": "tp_29316" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3664531, + "label": "P", + "classification": { + "B": 2.5178405849146657e-06, + "S": 5.431667432276299e-06, + "I": 0.00023348261311184615, + "C": 2.0715115169878118e-05, + "R": 2.711107299546711e-06, + "M": 2.3695605705142953e-05, + "O": 2.154351386707276e-05, + "W": 5.063358457846334e-06, + "N": 6.470415246440098e-05, + "Y": 0.0003295582428108901, + "U": 1.560711211823218e-06, + "K": 0.0001499374775448814, + "L": 1.290671889364603e-06, + "G": 0.00022712959616910666, + "F": 0.018408918753266335, + "E": 0.0021735127083957195, + "T": 0.0002553449012339115, + "P": 0.5967458486557007, + "-": 0.3813270032405853 + }, + "id": "tp_29317" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3664631, + "label": "-", + "classification": { + "B": 1.0401814964922096e-09, + "S": 1.1944012445752605e-10, + "I": 2.701813457406388e-07, + "C": 1.1107561093126606e-08, + "R": 1.7519113937325415e-10, + "M": 7.2543905105249e-08, + "O": 1.5464767244566247e-08, + "W": 1.479444622365378e-10, + "N": 3.4139953086764763e-09, + "Y": 1.4053383665668662e-06, + "U": 2.506472807084492e-11, + "K": 1.1417405909597278e-09, + "L": 1.9487256253114538e-10, + "G": 1.3340392115424038e-06, + "F": 0.00017124618170782924, + "E": 6.24040194452391e-06, + "T": 2.933825555828662e-07, + "P": 0.20846602320671082, + "-": 0.7913531064987183 + }, + "id": "tp_29318" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3664765, + "label": "-", + "classification": { + "B": 1.0810699677676894e-05, + "S": 1.3919762750447262e-05, + "I": 0.00029908938449807465, + "C": 0.00019958576012868434, + "R": 2.884233617805876e-05, + "M": 0.0001574768975842744, + "O": 0.0001143530462286435, + "W": 8.505767254973762e-06, + "N": 5.381284063332714e-05, + "Y": 0.0006790647166781127, + "U": 3.6406604522198904e-06, + "K": 2.6768837415147573e-05, + "L": 1.5324229025281966e-05, + "G": 0.0010316666448488832, + "F": 0.025337867438793182, + "E": 0.000573078403249383, + "T": 0.0007765801856294274, + "P": 0.2842852473258972, + "-": 0.686384379863739 + }, + "id": "tp_29319" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3664898, + "label": "P", + "classification": { + "B": 1.8846679950002e-07, + "S": 2.0110286413910217e-07, + "I": 0.00017586727335583419, + "C": 1.767393041518517e-05, + "R": 5.341244673218171e-07, + "M": 1.2742625585815404e-05, + "O": 3.0470509955193847e-06, + "W": 2.797879403715342e-07, + "N": 1.051847812050255e-05, + "Y": 5.3818228479940444e-05, + "U": 3.12149808223694e-07, + "K": 2.3580389552080305e-06, + "L": 4.517432614647987e-07, + "G": 3.992773417849094e-05, + "F": 0.0023349174298346043, + "E": 0.00035307143116369843, + "T": 8.587212505517527e-05, + "P": 0.5462390184402466, + "-": 0.45066913962364197 + }, + "id": "tp_29320" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3665032, + "label": "-", + "classification": { + "B": 1.5317174195672578e-09, + "S": 3.351463898071394e-11, + "I": 1.8568750093095332e-08, + "C": 3.377722634922975e-08, + "R": 3.493604572302189e-10, + "M": 8.243751636882735e-08, + "O": 2.8734458368262494e-08, + "W": 4.5943832072126156e-11, + "N": 1.5753248705507872e-10, + "Y": 9.911893812386552e-07, + "U": 1.3900886518258826e-11, + "K": 7.399551457676345e-12, + "L": 1.5543140108320586e-09, + "G": 5.113424776936881e-07, + "F": 4.733512469101697e-05, + "E": 1.1181838743823391e-07, + "T": 8.646075002616271e-07, + "P": 0.011688316240906715, + "-": 0.9882617592811584 + }, + "id": "tp_29321" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3665132, + "label": "-", + "classification": { + "B": 3.892449967679568e-06, + "S": 6.550955617967702e-07, + "I": 2.5713703507790342e-05, + "C": 4.85184536955785e-05, + "R": 4.944225565850502e-06, + "M": 9.617112664273009e-05, + "O": 2.2525957319885492e-05, + "W": 4.945109708387463e-07, + "N": 1.8212602981293458e-06, + "Y": 0.0015247926348820329, + "U": 7.556451464552083e-07, + "K": 2.8516174097603653e-06, + "L": 4.745279511553235e-06, + "G": 0.0005117342225275934, + "F": 0.0023568470496684313, + "E": 5.4853648180142045e-05, + "T": 0.0006966324290260673, + "P": 0.030631426721811295, + "-": 0.9640107154846191 + }, + "id": "tp_29322" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3665265, + "label": "-", + "classification": { + "B": 3.6202242592597855e-11, + "S": 9.267818457114885e-11, + "I": 2.111782215763469e-08, + "C": 4.0210338170254545e-08, + "R": 1.5884018544909395e-09, + "M": 7.523550493715447e-08, + "O": 1.6606106711947177e-08, + "W": 8.899846137833123e-11, + "N": 3.369386158968979e-10, + "Y": 6.952124749659561e-06, + "U": 1.545785721646098e-11, + "K": 2.921478836626079e-09, + "L": 2.9684860125556156e-10, + "G": 6.451040803767683e-07, + "F": 0.00032349873799830675, + "E": 9.040374493451964e-08, + "T": 9.775689022717415e-07, + "P": 0.003951251972466707, + "-": 0.995716392993927 + }, + "id": "tp_29323" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3665399, + "label": "-", + "classification": { + "B": 1.1046245163015556e-05, + "S": 2.9074381018290296e-05, + "I": 0.00035562817356549203, + "C": 0.0019560165237635374, + "R": 0.0005576855619437993, + "M": 0.00429751118645072, + "O": 0.0006901175365783274, + "W": 3.4788383345585316e-05, + "N": 2.4600176402600482e-05, + "Y": 0.00854999665170908, + "U": 1.3010930160817225e-05, + "K": 1.1010643902409356e-05, + "L": 0.00043533658026717603, + "G": 0.004687758162617683, + "F": 0.024461625143885612, + "E": 0.0001950829173438251, + "T": 0.0064287916757166386, + "P": 0.017602747306227684, + "-": 0.9296582937240601 + }, + "id": "tp_29324" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3665532, + "label": "-", + "classification": { + "B": 2.9338170861592516e-06, + "S": 1.7831907825893722e-06, + "I": 0.00010342811583541334, + "C": 0.00010711891809478402, + "R": 8.112264367809985e-06, + "M": 0.0001058235066011548, + "O": 3.552599810063839e-05, + "W": 1.2142215837229742e-06, + "N": 8.471004548482597e-06, + "Y": 0.000578775187022984, + "U": 1.009716129374283e-06, + "K": 2.4107159788400168e-06, + "L": 6.425173978641396e-06, + "G": 0.00045375764602795243, + "F": 0.00606243871152401, + "E": 0.0002024620771408081, + "T": 0.0005255126161500812, + "P": 0.18444176018238068, + "-": 0.8073509931564331 + }, + "id": "tp_29325" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3665632, + "label": "-", + "classification": { + "B": 3.9322101656580344e-05, + "S": 1.643920040805824e-05, + "I": 0.00027280685026198626, + "C": 0.00043679913505911827, + "R": 5.586048064287752e-05, + "M": 0.0002558687992859632, + "O": 0.00015088904183357954, + "W": 1.4317318346002139e-05, + "N": 3.6167704820400104e-05, + "Y": 0.00152498297393322, + "U": 7.174210622906685e-06, + "K": 4.4416370656108484e-05, + "L": 4.059620914631523e-05, + "G": 0.0015146118821576238, + "F": 0.025789590552449226, + "E": 0.0009520892053842545, + "T": 0.0008899733074940741, + "P": 0.13064263761043549, + "-": 0.8373153805732727 + }, + "id": "tp_29326" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3665766, + "label": "P", + "classification": { + "B": 1.173333316728531e-06, + "S": 1.236102320945065e-06, + "I": 0.0006562289781868458, + "C": 5.396761935116956e-06, + "R": 4.100589876543381e-07, + "M": 3.909613951691426e-05, + "O": 2.6804004846781027e-06, + "W": 3.445713616656576e-07, + "N": 6.753030174877495e-05, + "Y": 7.3157629230991e-05, + "U": 1.8312250915641926e-07, + "K": 7.151443696784554e-06, + "L": 2.436691488583165e-07, + "G": 3.0292829251266085e-05, + "F": 0.0010702142026275396, + "E": 0.0025935827288776636, + "T": 5.2937091822968796e-05, + "P": 0.925022304058075, + "-": 0.07037580758333206 + }, + "id": "tp_29327" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3665899, + "label": "-", + "classification": { + "B": 1.2049605757624704e-08, + "S": 2.0316963666999754e-09, + "I": 7.35855905986682e-07, + "C": 1.5426680377572666e-08, + "R": 3.051000563303319e-10, + "M": 2.2463214577328472e-07, + "O": 1.9140065887768287e-07, + "W": 1.510012781480441e-09, + "N": 3.307073725977716e-08, + "Y": 5.248243155620003e-07, + "U": 1.4953403792983266e-10, + "K": 5.945186565270433e-10, + "L": 2.2881041505939947e-09, + "G": 6.230202984625066e-07, + "F": 9.097507427213714e-05, + "E": 2.7491432774695568e-06, + "T": 2.4092721560009522e-06, + "P": 0.3398715853691101, + "-": 0.6600298881530762 + }, + "id": "tp_29328" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3666033, + "label": "-", + "classification": { + "B": 3.275962626503315e-06, + "S": 4.354945758677786e-06, + "I": 0.00019528153643477708, + "C": 0.0017851804150268435, + "R": 0.00019430920656304806, + "M": 0.0004276627441868186, + "O": 0.00021641953208018094, + "W": 6.0248539739404805e-06, + "N": 1.2541053365566768e-05, + "Y": 0.004409004468470812, + "U": 4.628927854355425e-06, + "K": 3.250678491895087e-05, + "L": 3.432041921769269e-05, + "G": 0.0017324017826467752, + "F": 0.008700411766767502, + "E": 0.00010243555880151689, + "T": 0.001323437551036477, + "P": 0.011561413295567036, + "-": 0.9692543148994446 + }, + "id": "tp_29329" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3666133, + "label": "-", + "classification": { + "B": 4.109139410957141e-07, + "S": 3.725196791037888e-07, + "I": 2.6636547772795893e-05, + "C": 2.101566224155249e-06, + "R": 1.3262182108064735e-07, + "M": 3.290586391813122e-05, + "O": 6.045418103894917e-06, + "W": 4.011020564576029e-07, + "N": 2.116258201567689e-06, + "Y": 0.00010652373021002859, + "U": 1.0515429949009558e-07, + "K": 2.418544227111852e-06, + "L": 3.309434362108732e-07, + "G": 2.1086481865495443e-05, + "F": 0.004048826172947884, + "E": 0.00016667874297127128, + "T": 0.00013284872693475336, + "P": 0.20799052715301514, + "-": 0.7874594330787659 + }, + "id": "tp_29330" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3666266, + "label": "-", + "classification": { + "B": 1.80330916919047e-05, + "S": 9.03765976545401e-06, + "I": 0.0007764991605654359, + "C": 0.0017292504198849201, + "R": 0.0001164438872365281, + "M": 0.000601318955887109, + "O": 0.0001300210424233228, + "W": 1.032831278280355e-05, + "N": 8.089073526207358e-05, + "Y": 0.00419642822816968, + "U": 7.474433914467227e-06, + "K": 8.795180474407971e-05, + "L": 5.571167639573105e-05, + "G": 0.005822428036481142, + "F": 0.04129902273416519, + "E": 0.004292163997888565, + "T": 0.0010618541855365038, + "P": 0.16549743711948395, + "-": 0.7742077708244324 + }, + "id": "tp_29331" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3666400, + "label": "-", + "classification": { + "B": 2.068018147838302e-07, + "S": 2.963139777989454e-08, + "I": 0.00026005663676187396, + "C": 4.16132461396046e-05, + "R": 2.032845486610313e-06, + "M": 4.5245656110637356e-06, + "O": 2.537083446441102e-06, + "W": 8.95378917675771e-08, + "N": 6.989630037423922e-06, + "Y": 0.00012686186528299004, + "U": 3.790023583860602e-07, + "K": 8.055498597059341e-07, + "L": 2.8621482783819374e-07, + "G": 6.132562702987343e-05, + "F": 0.0006104137864895165, + "E": 0.00017240038141608238, + "T": 6.371810013661161e-05, + "P": 0.460415780544281, + "-": 0.5382300019264221 + }, + "id": "tp_29332" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3666533, + "label": "-", + "classification": { + "B": 1.1765557417220407e-07, + "S": 2.1403360506155877e-07, + "I": 3.313920751679689e-05, + "C": 3.26544395647943e-05, + "R": 1.453462914469128e-06, + "M": 9.580641744832974e-06, + "O": 4.383506166050211e-06, + "W": 2.779485157589079e-07, + "N": 2.8592241960723186e-06, + "Y": 0.0002355882606934756, + "U": 2.0832257519032282e-07, + "K": 8.50405285746092e-06, + "L": 1.70886082173638e-07, + "G": 4.940157668897882e-05, + "F": 0.0056806993670761585, + "E": 0.0001039593480527401, + "T": 7.134324550861493e-05, + "P": 0.09430642426013947, + "-": 0.8994590640068054 + }, + "id": "tp_29333" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3666633, + "label": "-", + "classification": { + "B": 3.0594446798204444e-06, + "S": 3.934058440790977e-06, + "I": 1.0031246347352862e-05, + "C": 2.9080541935400106e-05, + "R": 1.188083660963457e-05, + "M": 0.0004130737215746194, + "O": 0.0001563434343552217, + "W": 3.2152270250662696e-06, + "N": 4.79969457956031e-07, + "Y": 0.0011221887543797493, + "U": 1.3974741364108922e-07, + "K": 1.2357730838630232e-07, + "L": 3.5469049180392176e-05, + "G": 0.00041543858242221177, + "F": 0.004775309469550848, + "E": 8.811927727947477e-06, + "T": 0.0007132776081562042, + "P": 0.006824735552072525, + "-": 0.9854733347892761 + }, + "id": "tp_29334" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3666767, + "label": "-", + "classification": { + "B": 4.780835172191189e-10, + "S": 2.8979427191266893e-10, + "I": 2.535366093070479e-06, + "C": 1.430998327123234e-05, + "R": 2.2852701420106314e-07, + "M": 3.5204953974243836e-07, + "O": 1.0303860165095102e-07, + "W": 1.1626812845833001e-09, + "N": 2.69727475910031e-08, + "Y": 2.884634886868298e-05, + "U": 2.77036371620909e-09, + "K": 4.4680714239575536e-08, + "L": 6.044940104033003e-09, + "G": 7.44170665711863e-06, + "F": 0.00036097748670727015, + "E": 1.2649109066842357e-06, + "T": 4.9544005378265865e-06, + "P": 0.014805150218307972, + "-": 0.9847737550735474 + }, + "id": "tp_29335" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3666900, + "label": "-", + "classification": { + "B": 3.732869299710728e-05, + "S": 7.006242231000215e-05, + "I": 0.000852184952236712, + "C": 0.0019155791960656643, + "R": 0.0003545388753991574, + "M": 0.001632731524296105, + "O": 0.0009377575479447842, + "W": 7.07295403117314e-05, + "N": 0.00017576507525518537, + "Y": 0.014508442021906376, + "U": 4.502085721469484e-05, + "K": 0.0001774024567566812, + "L": 0.00019394601986277848, + "G": 0.005361917894333601, + "F": 0.026888858526945114, + "E": 0.0009161789785139263, + "T": 0.005848254542797804, + "P": 0.08212648332118988, + "-": 0.8578868508338928 + }, + "id": "tp_29336" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3667000, + "label": "-", + "classification": { + "B": 1.504835012156036e-07, + "S": 5.7767007177744745e-08, + "I": 4.541738599073142e-05, + "C": 4.328862632974051e-05, + "R": 2.3357283680525143e-06, + "M": 1.0724173080234323e-05, + "O": 5.230543592915637e-06, + "W": 1.1924483089842397e-07, + "N": 9.854535392150865e-07, + "Y": 6.742948608007282e-05, + "U": 4.340989434581388e-08, + "K": 1.0413333484393661e-07, + "L": 4.207108474929555e-07, + "G": 8.857659122440964e-05, + "F": 0.0013236487284302711, + "E": 2.10120761039434e-05, + "T": 4.2777239286806434e-05, + "P": 0.0897446796298027, + "-": 0.9086030125617981 + }, + "id": "tp_29337" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3667134, + "label": "-", + "classification": { + "B": 0.0009522867039777339, + "S": 0.0010374898556619883, + "I": 0.0036208536475896835, + "C": 0.017418693751096725, + "R": 0.004984239581972361, + "M": 0.007487861905246973, + "O": 0.006338943727314472, + "W": 0.001203381922096014, + "N": 0.0013689931947737932, + "Y": 0.03641757741570473, + "U": 0.0007141717942431569, + "K": 0.002977456199005246, + "L": 0.002234389539808035, + "G": 0.02775680646300316, + "F": 0.07125457376241684, + "E": 0.005222053732722998, + "T": 0.0179128497838974, + "P": 0.08788410574197769, + "-": 0.7032133340835571 + }, + "id": "tp_29338" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3667267, + "label": "-", + "classification": { + "B": 0.0001548193395137787, + "S": 7.554479088867083e-05, + "I": 0.0007863214705139399, + "C": 0.011742174625396729, + "R": 0.0013137342175468802, + "M": 0.004832018166780472, + "O": 0.0007025937084108591, + "W": 6.289411248872057e-05, + "N": 7.753509271424264e-05, + "Y": 0.0073216999880969524, + "U": 4.875148442806676e-05, + "K": 7.343402103288099e-05, + "L": 0.0005646252539008856, + "G": 0.008818371221423149, + "F": 0.03530906140804291, + "E": 0.001456874655559659, + "T": 0.0055182697251439095, + "P": 0.039928779006004333, + "-": 0.881212592124939 + }, + "id": "tp_29339" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3667401, + "label": "-", + "classification": { + "B": 2.6798130420502275e-05, + "S": 1.9918497855542228e-05, + "I": 0.00010708004265325144, + "C": 0.00019603736291173846, + "R": 1.1051394722016994e-05, + "M": 0.00022007424558978528, + "O": 7.606062717968598e-05, + "W": 5.995379524392774e-06, + "N": 1.6696261809556745e-05, + "Y": 0.00033145444467663765, + "U": 1.5497082586080069e-06, + "K": 5.365937340684468e-06, + "L": 1.8851713321055286e-05, + "G": 0.0004919123603031039, + "F": 0.015458810143172741, + "E": 0.00043390519567765296, + "T": 0.0008372987504117191, + "P": 0.1605513095855713, + "-": 0.8211897611618042 + }, + "id": "tp_29340" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3667501, + "label": "-", + "classification": { + "B": 1.5229555117013405e-10, + "S": 5.666826452532803e-10, + "I": 8.448279231743072e-07, + "C": 2.495429271220928e-06, + "R": 1.6033598626563617e-07, + "M": 1.0593444130790886e-06, + "O": 2.540376158322033e-07, + "W": 1.4936477610305587e-09, + "N": 6.380957984220004e-09, + "Y": 1.4378731975739356e-05, + "U": 8.645262838946621e-10, + "K": 9.204976225696271e-10, + "L": 2.1965746554997168e-08, + "G": 3.885482328769285e-06, + "F": 0.00025309587363153696, + "E": 3.0353706392816093e-07, + "T": 1.5443320080521517e-05, + "P": 0.009539722464978695, + "-": 0.9901684522628784 + }, + "id": "tp_29341" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3667634, + "label": "-", + "classification": { + "B": 7.647768143215217e-07, + "S": 8.393000712203502e-07, + "I": 6.413127266569063e-06, + "C": 4.704413186118472e-06, + "R": 2.705290285121009e-07, + "M": 2.1569505406660028e-05, + "O": 5.06748574480298e-06, + "W": 3.4473853816052724e-07, + "N": 8.165678764271433e-07, + "Y": 0.00013575069897342473, + "U": 8.280797203497059e-08, + "K": 7.69662165112095e-07, + "L": 6.565670105374011e-07, + "G": 2.540670357120689e-05, + "F": 0.005949182901531458, + "E": 5.315551607054658e-05, + "T": 0.0001855975278886035, + "P": 0.13385508954524994, + "-": 0.8597536087036133 + }, + "id": "tp_29342" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3667768, + "label": "-", + "classification": { + "B": 0.0009418236440978944, + "S": 0.0015037378761917353, + "I": 0.04422767460346222, + "C": 0.12723690271377563, + "R": 0.020159827545285225, + "M": 0.014882883056998253, + "O": 0.004823068156838417, + "W": 0.0014704765053465962, + "N": 0.009828376583755016, + "Y": 0.11409395188093185, + "U": 0.0006392589421011508, + "K": 0.008487711660563946, + "L": 0.0032564373686909676, + "G": 0.1210874617099762, + "F": 0.10953269898891449, + "E": 0.07519864290952682, + "T": 0.030857114121317863, + "P": 0.09293874353170395, + "-": 0.21883328258991241 + }, + "id": "tp_29343" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3667901, + "label": "-", + "classification": { + "B": 7.955256364766683e-07, + "S": 9.771345503395423e-06, + "I": 2.7737871278077364e-05, + "C": 0.0006822010036557913, + "R": 6.0751244745915756e-05, + "M": 0.0002487809688318521, + "O": 0.00019564565445762128, + "W": 5.675113243341912e-06, + "N": 6.634057626797585e-06, + "Y": 0.002566454466432333, + "U": 6.052259209354816e-07, + "K": 7.430702680721879e-05, + "L": 2.2958229237701744e-05, + "G": 0.0021393783390522003, + "F": 0.07615677267313004, + "E": 0.00015555684512946755, + "T": 0.0008741429192014039, + "P": 0.01466932613402605, + "-": 0.9021024107933044 + }, + "id": "tp_29344" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3668001, + "label": "-", + "classification": { + "B": 2.4557117285439745e-05, + "S": 9.835032687988132e-05, + "I": 0.0006378747057169676, + "C": 0.0007924039382487535, + "R": 0.0001392742124153301, + "M": 0.0011320533230900764, + "O": 0.0005271550617180765, + "W": 4.404123319545761e-05, + "N": 0.00011319070472382009, + "Y": 0.003322777571156621, + "U": 2.4826975277392194e-05, + "K": 0.0002908348978962749, + "L": 0.00010462968930369243, + "G": 0.0020502563565969467, + "F": 0.030710967257618904, + "E": 0.0015850731870159507, + "T": 0.0026090419851243496, + "P": 0.06533144414424896, + "-": 0.890461266040802 + }, + "id": "tp_29345" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3668135, + "label": "-", + "classification": { + "B": 4.356012141215615e-06, + "S": 1.2639790156754316e-06, + "I": 1.819295903260354e-05, + "C": 4.059484854224138e-05, + "R": 5.916401278227568e-06, + "M": 4.800342503585853e-05, + "O": 3.6172808904666454e-05, + "W": 9.34101421989908e-07, + "N": 9.426305496162968e-07, + "Y": 0.0002553519734647125, + "U": 1.0016997009643092e-07, + "K": 1.6443085826267634e-07, + "L": 4.222490588290384e-06, + "G": 0.000234331950196065, + "F": 0.00483613321557641, + "E": 2.1464917153934948e-05, + "T": 0.00020251175737939775, + "P": 0.0450378879904747, + "-": 0.9492514133453369 + }, + "id": "tp_29346" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3668268, + "label": "-", + "classification": { + "B": 0.0002823584363795817, + "S": 8.837588393362239e-05, + "I": 0.0011635124683380127, + "C": 0.0004319789295550436, + "R": 9.191828576149419e-05, + "M": 0.0002156322734663263, + "O": 0.00039943098090589046, + "W": 8.06777024990879e-05, + "N": 0.00030265262466855347, + "Y": 0.0013453607680276036, + "U": 8.203404286177829e-05, + "K": 0.0001247160544153303, + "L": 6.978557939874008e-05, + "G": 0.0008805211982689798, + "F": 0.007852360606193542, + "E": 0.001125585287809372, + "T": 0.0020112101919949055, + "P": 0.4202424883842468, + "-": 0.5632093548774719 + }, + "id": "tp_29347" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3668402, + "label": "P", + "classification": { + "B": 1.251594454743099e-07, + "S": 1.6593610041581996e-08, + "I": 3.421605651965365e-05, + "C": 4.947041816194542e-07, + "R": 1.0311877574054051e-08, + "M": 5.688045803253772e-07, + "O": 2.8080316383238824e-07, + "W": 1.3239172425016932e-08, + "N": 1.4207067806637497e-06, + "Y": 7.780456144246273e-06, + "U": 8.833970888133535e-09, + "K": 1.2505790891736979e-07, + "L": 6.476312375269799e-09, + "G": 4.544822331808973e-06, + "F": 0.00020783381478395313, + "E": 0.00013190000026952475, + "T": 3.508893087200704e-06, + "P": 0.7763635516166687, + "-": 0.22324368357658386 + }, + "id": "tp_29348" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3668502, + "label": "-", + "classification": { + "B": 7.212582886495511e-08, + "S": 7.84514853080509e-08, + "I": 0.0001368130324408412, + "C": 2.3314831196330488e-05, + "R": 1.1935047723454772e-06, + "M": 6.545241831190651e-06, + "O": 4.0029531191976275e-06, + "W": 1.3290916456298874e-07, + "N": 5.159632110007806e-06, + "Y": 0.00011425467528169975, + "U": 2.0381047249884432e-07, + "K": 4.522931931205676e-07, + "L": 3.247769200243056e-07, + "G": 4.4079777580918744e-05, + "F": 0.0007356687565334141, + "E": 5.63923385925591e-05, + "T": 9.51463298406452e-05, + "P": 0.2786919176578522, + "-": 0.7200841903686523 + }, + "id": "tp_29349" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3668635, + "label": "-", + "classification": { + "B": 0.0010960111394524574, + "S": 0.0005721172201447189, + "I": 0.01605379953980446, + "C": 0.06637749075889587, + "R": 0.014604265801608562, + "M": 0.024120746180415154, + "O": 0.005222133826464415, + "W": 0.0008528477046638727, + "N": 0.0019600566010922194, + "Y": 0.022142240777611732, + "U": 0.001131128054112196, + "K": 0.00045349186984822154, + "L": 0.005775881931185722, + "G": 0.034904319792985916, + "F": 0.044352784752845764, + "E": 0.011269626207649708, + "T": 0.02084679901599884, + "P": 0.15882138907909393, + "-": 0.5694429278373718 + }, + "id": "tp_29350" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3668769, + "label": "-", + "classification": { + "B": 1.4213190979717183e-06, + "S": 5.787279633295839e-07, + "I": 7.172426558099687e-05, + "C": 8.153414819389582e-05, + "R": 7.397206445602933e-06, + "M": 2.6047506253235042e-05, + "O": 1.893177250167355e-05, + "W": 1.3734078265770222e-06, + "N": 4.992714366380824e-06, + "Y": 0.0003907096106559038, + "U": 1.0702865438361187e-06, + "K": 3.520169775583781e-05, + "L": 1.4836701893727877e-06, + "G": 0.00024904566816985607, + "F": 0.006549357436597347, + "E": 0.00020015581685584038, + "T": 0.0001022805881802924, + "P": 0.07102829962968826, + "-": 0.9212284088134766 + }, + "id": "tp_29351" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3668902, + "label": "-", + "classification": { + "B": 8.861431979312329e-07, + "S": 1.7925046904565534e-06, + "I": 0.0002430679596727714, + "C": 0.00017471333558205515, + "R": 2.596976082713809e-05, + "M": 0.0001059762726072222, + "O": 6.249374564504251e-05, + "W": 4.001322395197349e-06, + "N": 2.0293897250667214e-05, + "Y": 0.0011810602154582739, + "U": 3.256882564528496e-06, + "K": 4.989307126379572e-05, + "L": 6.714592018397525e-06, + "G": 0.0004335277189966291, + "F": 0.017073078081011772, + "E": 0.0001948841381818056, + "T": 0.0005486325244419277, + "P": 0.08981267362833023, + "-": 0.8900571465492249 + }, + "id": "tp_29352" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3669002, + "label": "-", + "classification": { + "B": 3.947667437387281e-07, + "S": 3.914543412975036e-06, + "I": 6.239720096345991e-05, + "C": 3.109675890300423e-05, + "R": 2.4440303150186082e-06, + "M": 0.00010778802970889956, + "O": 3.325452053104527e-05, + "W": 1.4331011470858357e-06, + "N": 8.227359103329945e-06, + "Y": 0.00024770860909484327, + "U": 3.3931854659385863e-07, + "K": 5.720668013964314e-06, + "L": 1.748239583321265e-06, + "G": 0.00010402910993434489, + "F": 0.005420377478003502, + "E": 0.00011415679909987375, + "T": 0.00037188411806710064, + "P": 0.13400065898895264, + "-": 0.85948246717453 + }, + "id": "tp_29353" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3669136, + "label": "-", + "classification": { + "B": 1.5773926165252306e-08, + "S": 6.426098053680107e-08, + "I": 8.10456185718067e-06, + "C": 0.00022262820857577026, + "R": 2.7964126729784766e-06, + "M": 1.1664660632959567e-05, + "O": 4.329087460064329e-06, + "W": 1.1516532794075829e-07, + "N": 6.934345151421439e-07, + "Y": 0.00025437306612730026, + "U": 5.6950430149527165e-08, + "K": 1.1304462532280013e-05, + "L": 6.404480359378795e-07, + "G": 0.0003961639304179698, + "F": 0.013231617398560047, + "E": 0.00015454529784619808, + "T": 8.916792285162956e-05, + "P": 0.033144235610961914, + "-": 0.9524675011634827 + }, + "id": "tp_29354" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3669269, + "label": "-", + "classification": { + "B": 8.182822057278827e-06, + "S": 1.959960354724899e-05, + "I": 9.034993854584172e-05, + "C": 0.0011972020147368312, + "R": 0.0001088278804672882, + "M": 0.0011176828993484378, + "O": 0.00027196010341867805, + "W": 1.0797782124427613e-05, + "N": 1.8884091332438402e-05, + "Y": 0.0172562338411808, + "U": 5.925381174165523e-06, + "K": 0.00023874928592704237, + "L": 0.00011761680070776492, + "G": 0.011098659597337246, + "F": 0.07785431295633316, + "E": 0.0006844343151897192, + "T": 0.004913033451884985, + "P": 0.02485952153801918, + "-": 0.8601280450820923 + }, + "id": "tp_29355" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3669403, + "label": "-", + "classification": { + "B": 2.4453422156511806e-05, + "S": 4.511417046160204e-06, + "I": 0.0003464743494987488, + "C": 0.00010934135934803635, + "R": 7.305962753889617e-06, + "M": 0.0001318507274845615, + "O": 5.160488581168465e-05, + "W": 3.1257600312528666e-06, + "N": 3.9521357393823564e-05, + "Y": 0.00035612957435660064, + "U": 2.8698964342765976e-06, + "K": 6.536019554914674e-06, + "L": 1.0325200491934083e-05, + "G": 0.0004669092013500631, + "F": 0.003588077612221241, + "E": 0.0011078871320933104, + "T": 0.00047318762517534196, + "P": 0.37963542342185974, + "-": 0.6136344075202942 + }, + "id": "tp_29356" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3669503, + "label": "P", + "classification": { + "B": 2.1314963305485435e-05, + "S": 9.669549763202667e-05, + "I": 0.0051724533550441265, + "C": 0.00023274241539184004, + "R": 4.075419928994961e-05, + "M": 0.0011512651108205318, + "O": 0.0004112441965844482, + "W": 4.765220728586428e-05, + "N": 0.0007817112491466105, + "Y": 0.0016425830544903874, + "U": 1.6607964425929822e-05, + "K": 0.00011669800005620345, + "L": 4.503642048803158e-05, + "G": 0.0010667615570127964, + "F": 0.009327174164354801, + "E": 0.002080516656860709, + "T": 0.002510963473469019, + "P": 0.48850226402282715, + "-": 0.48673561215400696 + }, + "id": "tp_29357" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3669636, + "label": "-", + "classification": { + "B": 4.096858901903033e-06, + "S": 5.199244242248824e-06, + "I": 0.0001967608550330624, + "C": 4.800938404514454e-05, + "R": 3.0244434583437396e-06, + "M": 8.547863399144262e-05, + "O": 1.6966019757092e-05, + "W": 1.6636685131743434e-06, + "N": 2.2935220840736292e-05, + "Y": 0.00040689934394322336, + "U": 7.959852155181579e-07, + "K": 3.5608693451649742e-06, + "L": 3.645563310783473e-06, + "G": 0.00012793616042472422, + "F": 0.009443216025829315, + "E": 0.000892352603841573, + "T": 0.0002367379202041775, + "P": 0.45798954367637634, + "-": 0.5305111408233643 + }, + "id": "tp_29358" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3669770, + "label": "-", + "classification": { + "B": 1.2950910786457825e-05, + "S": 9.162715286947787e-06, + "I": 0.00018438536790199578, + "C": 8.290899131679907e-06, + "R": 1.073833573173033e-06, + "M": 0.0002553342201281339, + "O": 4.9271879106527194e-05, + "W": 3.6023006941832136e-06, + "N": 4.1328457882627845e-05, + "Y": 0.0006437759730033576, + "U": 8.207442760976846e-07, + "K": 1.6549229258089326e-05, + "L": 3.187306674590218e-06, + "G": 0.00016497726028319448, + "F": 0.0063527654856443405, + "E": 0.00244059506803751, + "T": 0.0005962045397609472, + "P": 0.3870494067668915, + "-": 0.6021662950515747 + }, + "id": "tp_29359" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3669903, + "label": "-", + "classification": { + "B": 6.805546581745148e-05, + "S": 2.8048743843100965e-05, + "I": 0.006314435973763466, + "C": 0.005706981290131807, + "R": 0.0007287400658242404, + "M": 0.0017937710508704185, + "O": 0.00034072058042511344, + "W": 5.003329715691507e-05, + "N": 0.0003136553568765521, + "Y": 0.006808036472648382, + "U": 7.171116158133373e-05, + "K": 0.00023467237770091742, + "L": 0.00018345315766055137, + "G": 0.008185287937521935, + "F": 0.03146091103553772, + "E": 0.005822986364364624, + "T": 0.0028856333810836077, + "P": 0.22578218579292297, + "-": 0.7032207250595093 + }, + "id": "tp_29360" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3670003, + "label": "-", + "classification": { + "B": 4.1869257984217256e-05, + "S": 8.15902603790164e-05, + "I": 0.00196664035320282, + "C": 6.348150782287121e-05, + "R": 1.5189194527920336e-05, + "M": 0.00042875262442976236, + "O": 0.0001946019910974428, + "W": 5.569700806518085e-05, + "N": 0.0003919115988537669, + "Y": 0.0015738735673949122, + "U": 3.3890013583004475e-05, + "K": 0.0004606810980476439, + "L": 2.1292700694175437e-05, + "G": 0.0003794361255131662, + "F": 0.015397758223116398, + "E": 0.005202575121074915, + "T": 0.0016748374328017235, + "P": 0.442380428314209, + "-": 0.5296355485916138 + }, + "id": "tp_29361" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3670137, + "label": "-", + "classification": { + "B": 1.8725544578046538e-05, + "S": 1.3478735127137043e-05, + "I": 0.00015260065265465528, + "C": 0.0006931634852662683, + "R": 7.603319681948051e-05, + "M": 0.004223809111863375, + "O": 0.00034483044873923063, + "W": 1.0857501365535427e-05, + "N": 1.585749487276189e-05, + "Y": 0.003419675398617983, + "U": 6.710286470479332e-06, + "K": 1.5891801012912765e-05, + "L": 0.0001292867527808994, + "G": 0.0017354234587401152, + "F": 0.012569975107908249, + "E": 0.0004940396174788475, + "T": 0.0038393063005059958, + "P": 0.03411630541086197, + "-": 0.9381240010261536 + }, + "id": "tp_29362" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3670270, + "label": "-", + "classification": { + "B": 0.00010823027696460485, + "S": 1.3732092156715225e-05, + "I": 0.00017327374371234328, + "C": 7.868545799283311e-05, + "R": 6.388586371031124e-06, + "M": 0.0005231475806795061, + "O": 0.00012723475811071694, + "W": 6.395669970515883e-06, + "N": 1.9892313503078185e-05, + "Y": 0.001106264186091721, + "U": 2.7068783765571425e-06, + "K": 9.008045708469581e-06, + "L": 4.011775308754295e-05, + "G": 0.0012776345247402787, + "F": 0.022464053705334663, + "E": 0.001581936259754002, + "T": 0.0006969699170440435, + "P": 0.16509145498275757, + "-": 0.8066728711128235 + }, + "id": "tp_29363" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3670404, + "label": "-", + "classification": { + "B": 1.0510331094337744e-06, + "S": 3.339098384458339e-07, + "I": 8.505249752488453e-06, + "C": 3.7168857147662493e-07, + "R": 5.778681355650406e-08, + "M": 4.645196895580739e-06, + "O": 2.1282378384057665e-06, + "W": 7.216631559003872e-08, + "N": 5.901555937271041e-07, + "Y": 1.2257725757081062e-05, + "U": 7.272195290397576e-09, + "K": 3.18486357286929e-08, + "L": 2.0170234904526296e-07, + "G": 1.1086412087024655e-05, + "F": 0.0008642167667858303, + "E": 2.116000723617617e-05, + "T": 3.996431041741744e-05, + "P": 0.35794803500175476, + "-": 0.6410852670669556 + }, + "id": "tp_29364" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3670504, + "label": "-", + "classification": { + "B": 1.238969161931891e-05, + "S": 1.421555680281017e-05, + "I": 0.00013976205082144588, + "C": 6.804504664614797e-05, + "R": 1.2918180800625123e-05, + "M": 0.0009541553445160389, + "O": 0.00021643488435074687, + "W": 5.5336299737973604e-06, + "N": 1.1482701665954664e-05, + "Y": 0.0017300901236012578, + "U": 1.2618130540431594e-06, + "K": 1.9806968794000568e-06, + "L": 3.6249912227503955e-05, + "G": 0.0006906487978994846, + "F": 0.0035743294283747673, + "E": 0.00021167699014768004, + "T": 0.00200900761410594, + "P": 0.03658987581729889, + "-": 0.9537200927734375 + }, + "id": "tp_29365" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3670637, + "label": "-", + "classification": { + "B": 6.008598938933574e-05, + "S": 9.502796274318825e-06, + "I": 8.747280662646517e-05, + "C": 1.1053628441004548e-05, + "R": 2.227040567959193e-06, + "M": 0.00010060225758934394, + "O": 8.02773647592403e-05, + "W": 6.8388267209229525e-06, + "N": 1.0114420547324698e-05, + "Y": 0.0001773662952473387, + "U": 5.749383831243904e-07, + "K": 9.726418284117244e-07, + "L": 8.580248504586052e-06, + "G": 0.00018848449690267444, + "F": 0.0028989952988922596, + "E": 0.0003870334185194224, + "T": 0.00022333873494062573, + "P": 0.3742184340953827, + "-": 0.6215280890464783 + }, + "id": "tp_29366" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3670771, + "label": "-", + "classification": { + "B": 1.715451070083418e-08, + "S": 6.219389891981564e-09, + "I": 1.5550916714346386e-06, + "C": 2.1080627732317225e-07, + "R": 7.2431740605338746e-09, + "M": 2.2972312763158698e-06, + "O": 5.447469675345928e-07, + "W": 9.139758283538413e-09, + "N": 8.31835791359481e-08, + "Y": 2.9854996682843193e-05, + "U": 2.6399580299596437e-09, + "K": 3.2234433433586673e-07, + "L": 8.008766094746989e-09, + "G": 7.88304259913275e-06, + "F": 0.0007789208320900798, + "E": 2.774211679934524e-05, + "T": 9.953007975127548e-06, + "P": 0.05640710890293121, + "-": 0.9427334070205688 + }, + "id": "tp_29367" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3670904, + "label": "-", + "classification": { + "B": 1.231399983225856e-05, + "S": 1.725521360640414e-05, + "I": 0.00012956834689248353, + "C": 0.000334362470312044, + "R": 2.4891241992008872e-05, + "M": 0.00015116411668714136, + "O": 8.736419113120064e-05, + "W": 9.109870916290674e-06, + "N": 2.734459121711552e-05, + "Y": 0.0012688577407971025, + "U": 3.6488181649474427e-06, + "K": 4.8787791456561536e-05, + "L": 1.7193286112160422e-05, + "G": 0.0013045592932030559, + "F": 0.055648136883974075, + "E": 0.0007736713741905987, + "T": 0.0008548514451831579, + "P": 0.1425010859966278, + "-": 0.7967857122421265 + }, + "id": "tp_29368" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3671004, + "label": "-", + "classification": { + "B": 3.1761919672135264e-06, + "S": 1.8974501472257543e-06, + "I": 0.00018958783766720444, + "C": 1.0783641300804447e-05, + "R": 8.097338763946027e-07, + "M": 3.835959068965167e-05, + "O": 3.294602720416151e-05, + "W": 2.1152068256924395e-06, + "N": 1.9267803509137593e-05, + "Y": 7.767909846734256e-05, + "U": 9.764796686795307e-07, + "K": 2.1783168904221384e-06, + "L": 2.1842913611180848e-06, + "G": 4.0671195165487006e-05, + "F": 0.000847259652800858, + "E": 0.00019176174828317016, + "T": 0.00026363960932940245, + "P": 0.23807568848133087, + "-": 0.7601990103721619 + }, + "id": "tp_29369" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3671138, + "label": "-", + "classification": { + "B": 6.769490028091241e-06, + "S": 1.0811580978042912e-05, + "I": 0.0006143603241071105, + "C": 0.0019431981490924954, + "R": 0.0006270752055570483, + "M": 0.003009774489328265, + "O": 0.0005378643982112408, + "W": 1.9100789359072223e-05, + "N": 2.666667387529742e-05, + "Y": 0.011829120106995106, + "U": 1.4623087736254092e-05, + "K": 1.6247247913270257e-05, + "L": 0.0003182909276802093, + "G": 0.005649959202855825, + "F": 0.012041830457746983, + "E": 0.00035603035939857364, + "T": 0.006123513448983431, + "P": 0.02364852838218212, + "-": 0.9332062602043152 + }, + "id": "tp_29370" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3671271, + "label": "-", + "classification": { + "B": 1.0888275028264616e-06, + "S": 5.1135671697011276e-08, + "I": 5.000604801352893e-07, + "C": 1.1694221484503942e-06, + "R": 7.927437906118939e-08, + "M": 1.5810568584129214e-05, + "O": 2.3119519028114155e-06, + "W": 1.4399124559361098e-08, + "N": 1.248086167748852e-08, + "Y": 7.508022099500522e-05, + "U": 8.728510136890577e-10, + "K": 2.8658246886692496e-09, + "L": 3.017377423475409e-07, + "G": 6.162151839816943e-05, + "F": 0.0012410550843924284, + "E": 4.703239483205834e-06, + "T": 1.8537846699473448e-05, + "P": 0.010140742175281048, + "-": 0.9884368777275085 + }, + "id": "tp_29371" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3671405, + "label": "-", + "classification": { + "B": 2.4031033163396387e-08, + "S": 2.07959857334572e-07, + "I": 1.3457736258715158e-06, + "C": 3.983385795436334e-06, + "R": 4.6410016807385546e-07, + "M": 4.201285628369078e-05, + "O": 7.108700629032683e-06, + "W": 9.9028099498355e-08, + "N": 7.64360450489221e-08, + "Y": 0.00023817525652702898, + "U": 1.2725304365801549e-08, + "K": 2.225698523261599e-07, + "L": 5.382013341659331e-07, + "G": 3.901944728568196e-05, + "F": 0.0038051081355661154, + "E": 2.2296512725006323e-06, + "T": 0.0002067473833449185, + "P": 0.004105689469724894, + "-": 0.9915470480918884 + }, + "id": "tp_29372" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3671505, + "label": "-", + "classification": { + "B": 1.72778673004359e-05, + "S": 5.5757900554453954e-05, + "I": 8.174780668923631e-05, + "C": 0.0008770029526203871, + "R": 0.00022073634318076074, + "M": 0.0011001980165019631, + "O": 0.0008209852385334671, + "W": 3.857054252875969e-05, + "N": 1.1808411727542989e-05, + "Y": 0.0028989564161747694, + "U": 4.079558493685909e-06, + "K": 8.569927558710333e-06, + "L": 0.00020516519725788385, + "G": 0.001909147365950048, + "F": 0.017884420230984688, + "E": 9.147387027041987e-05, + "T": 0.0023373879957944155, + "P": 0.016081439331173897, + "-": 0.955355167388916 + }, + "id": "tp_29373" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3671638, + "label": "-", + "classification": { + "B": 8.217699360102415e-06, + "S": 9.238888196705375e-06, + "I": 0.0006107703084126115, + "C": 8.630324009573087e-05, + "R": 8.356411854038015e-06, + "M": 4.581913162837736e-05, + "O": 2.6009935027104802e-05, + "W": 4.861861270910595e-06, + "N": 6.092446710681543e-05, + "Y": 0.00035910640144720674, + "U": 2.8470794859458692e-06, + "K": 1.5964311387506314e-05, + "L": 3.735330437848461e-06, + "G": 0.00014062448462937027, + "F": 0.005997904110699892, + "E": 0.0003942997136618942, + "T": 0.0003408447664696723, + "P": 0.47655272483825684, + "-": 0.5153313875198364 + }, + "id": "tp_29374" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3671772, + "label": "-", + "classification": { + "B": 0.0003567931998986751, + "S": 0.0005804869579151273, + "I": 0.002603217726573348, + "C": 0.005893590860068798, + "R": 0.0010132512543350458, + "M": 0.006534728221595287, + "O": 0.0018259555799886584, + "W": 0.0003065102791879326, + "N": 0.0006780480034649372, + "Y": 0.012649563141167164, + "U": 0.0001579312956891954, + "K": 0.0011335194576531649, + "L": 0.001045180601067841, + "G": 0.017209792509675026, + "F": 0.15961281955242157, + "E": 0.007506510242819786, + "T": 0.01126833725720644, + "P": 0.11877425014972687, + "-": 0.650849461555481 + }, + "id": "tp_29375" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3671905, + "label": "-", + "classification": { + "B": 8.138495672938006e-07, + "S": 4.250891834089998e-06, + "I": 0.00010834126442205161, + "C": 0.00010367754293838516, + "R": 9.571706868882757e-06, + "M": 7.085165270837024e-05, + "O": 3.412798105273396e-05, + "W": 2.295947979291668e-06, + "N": 1.5198687833617441e-05, + "Y": 0.00022067874670028687, + "U": 6.396903131644649e-07, + "K": 1.968997821677476e-05, + "L": 2.9822772376064677e-06, + "G": 0.00025188823929056525, + "F": 0.026531029492616653, + "E": 0.00026885958504863083, + "T": 0.0002668800298124552, + "P": 0.16958598792552948, + "-": 0.8025023341178894 + }, + "id": "tp_29376" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3672005, + "label": "-", + "classification": { + "B": 1.5427463040396105e-07, + "S": 1.2470601973291195e-07, + "I": 1.985603830689797e-06, + "C": 1.0577178954918054e-06, + "R": 8.283558372568223e-08, + "M": 9.50374214880867e-06, + "O": 3.5207469863962615e-06, + "W": 3.972872519852899e-08, + "N": 6.301353749904592e-08, + "Y": 4.732979869004339e-05, + "U": 2.8437647792145526e-09, + "K": 1.5189652202707293e-08, + "L": 5.460426564241061e-07, + "G": 7.149783778004348e-05, + "F": 0.007002884056419134, + "E": 1.4630603800469544e-05, + "T": 3.195456156390719e-05, + "P": 0.03430696949362755, + "-": 0.9585076570510864 + }, + "id": "tp_29377" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3672139, + "label": "-", + "classification": { + "B": 1.3978668916836412e-11, + "S": 1.234915121550717e-11, + "I": 3.51041045121292e-08, + "C": 3.858226804709375e-08, + "R": 3.731879805179972e-10, + "M": 5.5912575902539174e-08, + "O": 8.286193065032421e-09, + "W": 1.3856295451308842e-11, + "N": 4.244612439308071e-10, + "Y": 2.872161076084012e-06, + "U": 1.3860947979671412e-11, + "K": 5.755230736426142e-10, + "L": 1.7375587080259436e-10, + "G": 5.140511802892433e-07, + "F": 9.032520756591111e-05, + "E": 1.1169198188554219e-07, + "T": 8.485656053380808e-07, + "P": 0.008451812900602818, + "-": 0.9914534091949463 + }, + "id": "tp_29378" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3672272, + "label": "-", + "classification": { + "B": 5.070664428785676e-06, + "S": 1.1561241990420967e-05, + "I": 0.00012112721015000716, + "C": 0.0002556349500082433, + "R": 3.6876452213618904e-05, + "M": 0.000135647103888914, + "O": 0.00015437496767845005, + "W": 1.2188138498459011e-05, + "N": 3.316392394481227e-05, + "Y": 0.002026874804869294, + "U": 6.936946647329023e-06, + "K": 0.00010988998838001862, + "L": 1.6783145838417113e-05, + "G": 0.000704989826772362, + "F": 0.028341542929410934, + "E": 0.0003884329926222563, + "T": 0.0008077808888629079, + "P": 0.10598422586917877, + "-": 0.8608469367027283 + }, + "id": "tp_29379" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3672406, + "label": "-", + "classification": { + "B": 7.124195633423369e-08, + "S": 1.0336029276913905e-07, + "I": 9.470538316236343e-06, + "C": 3.5616019886219874e-05, + "R": 3.1933075206325157e-06, + "M": 1.0916304745478556e-05, + "O": 8.514284672855865e-06, + "W": 1.4055549968361447e-07, + "N": 6.569957804458681e-07, + "Y": 0.0004865584778599441, + "U": 9.254100774569451e-08, + "K": 1.7165415329145617e-06, + "L": 7.470982836821349e-07, + "G": 0.00017053580086212605, + "F": 0.007775657344609499, + "E": 1.3918480362917762e-05, + "T": 9.571028203936294e-05, + "P": 0.02509932592511177, + "-": 0.9662871360778809 + }, + "id": "tp_29380" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3672506, + "label": "-", + "classification": { + "B": 5.806970875710249e-06, + "S": 4.453352630662266e-06, + "I": 0.00012283975956961513, + "C": 0.00019398417498450726, + "R": 1.4301496776170097e-05, + "M": 0.00014023951371200383, + "O": 4.575885395752266e-05, + "W": 1.5410158766826498e-06, + "N": 1.235381296282867e-05, + "Y": 0.00034329324262216687, + "U": 9.407444849784952e-07, + "K": 3.5022737847612007e-06, + "L": 8.104610060399864e-06, + "G": 0.0004648761241696775, + "F": 0.0073430174961686134, + "E": 0.00024988219956867397, + "T": 0.0005094029475003481, + "P": 0.1043597012758255, + "-": 0.8861759305000305 + }, + "id": "tp_29381" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3672639, + "label": "-", + "classification": { + "B": 1.7504156630820944e-06, + "S": 3.164577719871886e-07, + "I": 7.161317626014352e-05, + "C": 0.00016977863560896367, + "R": 7.033378096821252e-06, + "M": 0.00012156581215094775, + "O": 1.7431100786780007e-05, + "W": 5.636688911181409e-07, + "N": 2.0432041765161557e-06, + "Y": 0.0005374336615204811, + "U": 3.109709609816491e-07, + "K": 7.671688422306033e-07, + "L": 4.291577170079108e-06, + "G": 0.0005229139351285994, + "F": 0.0035218193661421537, + "E": 9.387877071276307e-05, + "T": 0.00018884084420278668, + "P": 0.06214264780282974, + "-": 0.9325950145721436 + }, + "id": "tp_29382" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3672773, + "label": "-", + "classification": { + "B": 1.7508729115434107e-06, + "S": 6.71125008011586e-06, + "I": 9.274337207898498e-05, + "C": 7.629908941453323e-05, + "R": 1.1960892152274027e-05, + "M": 0.00031752808718010783, + "O": 0.00013969243445899338, + "W": 3.795029215325485e-06, + "N": 6.964912699913839e-06, + "Y": 0.0006637340411543846, + "U": 8.985618933365913e-07, + "K": 1.5615818256264902e-06, + "L": 2.600673724373337e-05, + "G": 0.00031500012846663594, + "F": 0.006820638198405504, + "E": 0.00014788299449719489, + "T": 0.0009072285611182451, + "P": 0.0757170021533966, + "-": 0.914742648601532 + }, + "id": "tp_29383" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3672906, + "label": "-", + "classification": { + "B": 8.782124041317729e-07, + "S": 2.870980040370341e-07, + "I": 5.807309571537189e-05, + "C": 0.00011667869694065303, + "R": 5.138133928994648e-06, + "M": 5.929534381721169e-05, + "O": 1.0335054867027793e-05, + "W": 4.170460385921615e-07, + "N": 2.61210470853257e-06, + "Y": 0.0003753876662813127, + "U": 2.526758748899738e-07, + "K": 3.2940990877250442e-06, + "L": 1.305668092754786e-06, + "G": 0.00028973649023100734, + "F": 0.00614912249147892, + "E": 0.00020160483836662024, + "T": 9.14679912966676e-05, + "P": 0.08397671580314636, + "-": 0.9086574912071228 + }, + "id": "tp_29384" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3673006, + "label": "P", + "classification": { + "B": 3.286887931608362e-06, + "S": 6.96837958003016e-07, + "I": 0.00046171157737262547, + "C": 2.199649316025898e-05, + "R": 1.1440665730333421e-06, + "M": 8.917020750232041e-05, + "O": 1.2992160009162035e-05, + "W": 7.020581733740983e-07, + "N": 7.40777759347111e-05, + "Y": 0.0002838950604200363, + "U": 8.871513159647293e-07, + "K": 2.5438992452109233e-05, + "L": 6.554876108566532e-07, + "G": 0.0001639768888708204, + "F": 0.0024635798763483763, + "E": 0.007179782260209322, + "T": 0.00018290712614543736, + "P": 0.6610724925994873, + "-": 0.32796069979667664 + }, + "id": "tp_29385" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3673140, + "label": "-", + "classification": { + "B": 2.6129166599275777e-06, + "S": 1.0339286973248818e-06, + "I": 0.0003012021188624203, + "C": 6.844561721663922e-05, + "R": 8.159452590916771e-06, + "M": 1.144658472185256e-05, + "O": 1.389527187711792e-05, + "W": 2.8098959319322603e-06, + "N": 2.070841583190486e-05, + "Y": 0.0001678022526903078, + "U": 2.5321148768853163e-06, + "K": 1.0953430319204926e-05, + "L": 1.8985293763762456e-06, + "G": 8.76188714755699e-05, + "F": 0.003489546710625291, + "E": 0.0002000292151933536, + "T": 0.0001573939371155575, + "P": 0.4628638029098511, + "-": 0.5325881242752075 + }, + "id": "tp_29386" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3673273, + "label": "-", + "classification": { + "B": 1.6589213203133113e-07, + "S": 4.6398696440519416e-07, + "I": 6.717824726365507e-05, + "C": 4.448756226338446e-05, + "R": 2.4995333660626784e-06, + "M": 1.1256007383053657e-05, + "O": 8.178250936907716e-06, + "W": 3.731957463060098e-07, + "N": 7.91567890701117e-06, + "Y": 0.000149218671140261, + "U": 2.8875291491203825e-07, + "K": 8.504457582603209e-06, + "L": 3.366026248841081e-07, + "G": 7.047965482342988e-05, + "F": 0.005295217968523502, + "E": 0.00014726939843967557, + "T": 0.00010855185973923653, + "P": 0.18900643289089203, + "-": 0.8050711750984192 + }, + "id": "tp_29387" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3673407, + "label": "-", + "classification": { + "B": 0.0011080122785642743, + "S": 0.0007250065100379288, + "I": 0.004281497560441494, + "C": 0.005684601608663797, + "R": 0.0010043989168480039, + "M": 0.00775527860969305, + "O": 0.00264079961925745, + "W": 0.0004893775330856442, + "N": 0.0014372286386787891, + "Y": 0.01439620740711689, + "U": 0.0004182852862868458, + "K": 0.0015744530828669667, + "L": 0.0009114990243688226, + "G": 0.012188993394374847, + "F": 0.06001139059662819, + "E": 0.011186964809894562, + "T": 0.011508030816912651, + "P": 0.22529737651348114, + "-": 0.6373805999755859 + }, + "id": "tp_29388" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3673507, + "label": "-", + "classification": { + "B": 1.280262267755461e-06, + "S": 6.260946747715934e-07, + "I": 0.00037580085336230695, + "C": 0.0001512372400611639, + "R": 1.7803156879381277e-05, + "M": 3.75331801478751e-05, + "O": 2.580333784862887e-05, + "W": 2.8121362447564024e-06, + "N": 3.1867581128608435e-05, + "Y": 0.0016709675546735525, + "U": 4.544693183561321e-06, + "K": 0.00011123865260742605, + "L": 2.5709248347993707e-06, + "G": 0.0005436568753793836, + "F": 0.008586840704083443, + "E": 0.0007155181956477463, + "T": 0.00029559488757513463, + "P": 0.18327653408050537, + "-": 0.8041477799415588 + }, + "id": "tp_29389" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3673640, + "label": "P", + "classification": { + "B": 5.768720257037785e-06, + "S": 2.66165443463251e-06, + "I": 0.0008231617393903434, + "C": 0.00016373273683711886, + "R": 1.3055971976427827e-05, + "M": 8.139308920362964e-05, + "O": 3.347371966810897e-05, + "W": 8.826852536003571e-06, + "N": 0.00013879843754693866, + "Y": 0.0011830286821350455, + "U": 7.701547474425752e-06, + "K": 0.0004315858823247254, + "L": 2.230914105894044e-06, + "G": 0.00048556376714259386, + "F": 0.008798564784228802, + "E": 0.00988098420202732, + "T": 0.00024513437529094517, + "P": 0.5173813104629517, + "-": 0.460313081741333 + }, + "id": "tp_29390" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3673774, + "label": "-", + "classification": { + "B": 0.00015734322369098663, + "S": 1.3348241736821365e-05, + "I": 0.0010500492062419653, + "C": 0.0011594522511586547, + "R": 0.00015878006524872035, + "M": 0.002951470436528325, + "O": 0.000664009596221149, + "W": 2.244540155516006e-05, + "N": 5.544682790059596e-05, + "Y": 0.0030101952143013477, + "U": 1.4689650015498046e-05, + "K": 2.373954202994355e-06, + "L": 0.000343799008987844, + "G": 0.0040936702862381935, + "F": 0.004047827795147896, + "E": 0.0007511083385907114, + "T": 0.003300771117210388, + "P": 0.1097683310508728, + "-": 0.8684348464012146 + }, + "id": "tp_29391" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3673907, + "label": "-", + "classification": { + "B": 7.304372411454096e-05, + "S": 9.273523460251454e-07, + "I": 2.4333130568265915e-05, + "C": 5.7841689340421e-06, + "R": 5.671457188327622e-07, + "M": 8.266761869890615e-05, + "O": 2.683609454834368e-05, + "W": 4.2121092747038347e-07, + "N": 1.4611745200454607e-06, + "Y": 0.00011531845666468143, + "U": 6.15018436178616e-08, + "K": 3.3103926710964515e-08, + "L": 4.048052687721793e-06, + "G": 0.0002385269181104377, + "F": 0.0008253747946582735, + "E": 0.0001302332675550133, + "T": 0.00023252220125868917, + "P": 0.20029610395431519, + "-": 0.7979418039321899 + }, + "id": "tp_29392" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3674007, + "label": "-", + "classification": { + "B": 3.133952077405411e-06, + "S": 1.8154673853132408e-06, + "I": 8.588846685597673e-05, + "C": 1.4493431081064045e-05, + "R": 3.7413249174278462e-06, + "M": 0.00019691027409862727, + "O": 5.707606760552153e-05, + "W": 1.0024855328083504e-06, + "N": 5.775742465630174e-06, + "Y": 0.0005738556501455605, + "U": 3.4804224924300797e-07, + "K": 3.7458178780980234e-07, + "L": 7.971535524120554e-06, + "G": 0.0003034799883607775, + "F": 0.0018270239233970642, + "E": 7.372672553174198e-05, + "T": 0.0010783739853650331, + "P": 0.08840803056955338, + "-": 0.9073569774627686 + }, + "id": "tp_29393" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3674141, + "label": "-", + "classification": { + "B": 0.0001218815814354457, + "S": 0.00013684865552932024, + "I": 0.00505209481343627, + "C": 0.0011889203451573849, + "R": 0.0003343409625813365, + "M": 0.00035297838621772826, + "O": 0.0007429777760989964, + "W": 0.00020124620641581714, + "N": 0.0015501742018386722, + "Y": 0.004339986480772495, + "U": 0.0002855466736946255, + "K": 0.0015162905910983682, + "L": 9.225918620359153e-05, + "G": 0.001935078063979745, + "F": 0.018559806048870087, + "E": 0.0069745369255542755, + "T": 0.002576831029728055, + "P": 0.45376935601234436, + "-": 0.500268816947937 + }, + "id": "tp_29394" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3674274, + "label": "-", + "classification": { + "B": 0.0006315568462014198, + "S": 0.00036601972533389926, + "I": 0.006029780954122543, + "C": 0.003580373479053378, + "R": 0.001222545513883233, + "M": 0.00875088106840849, + "O": 0.003238117787986994, + "W": 0.0004219837428536266, + "N": 0.0006741143297404051, + "Y": 0.009638967923820019, + "U": 0.00029049121076241136, + "K": 8.187693310901523e-05, + "L": 0.002084254054352641, + "G": 0.006247358862310648, + "F": 0.01744295097887516, + "E": 0.002605593530461192, + "T": 0.017499329522252083, + "P": 0.18498194217681885, + "-": 0.734211802482605 + }, + "id": "tp_29395" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3674408, + "label": "-", + "classification": { + "B": 1.7558064428158104e-05, + "S": 2.4543842300772667e-05, + "I": 0.00015803177666384727, + "C": 0.00020586064783856273, + "R": 2.483978823875077e-05, + "M": 0.0002760476490948349, + "O": 0.0001537348289275542, + "W": 1.7788326658774167e-05, + "N": 2.7960477382293902e-05, + "Y": 0.0009511621901765466, + "U": 2.466452997396118e-06, + "K": 2.3033002435113303e-05, + "L": 1.7192158338730223e-05, + "G": 0.0009953712578862906, + "F": 0.038513150066137314, + "E": 0.0007686631288379431, + "T": 0.0004079513601027429, + "P": 0.15923988819122314, + "-": 0.7981746196746826 + }, + "id": "tp_29396" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3674508, + "label": "-", + "classification": { + "B": 4.528574663709151e-06, + "S": 1.042993062583264e-05, + "I": 0.0006397704710252583, + "C": 0.00020515416690614074, + "R": 2.4005077648325823e-05, + "M": 0.0005200263112783432, + "O": 0.00010474732698639855, + "W": 9.236890946340282e-06, + "N": 7.737827399978414e-05, + "Y": 0.0034926633816212416, + "U": 6.168495474412339e-06, + "K": 0.00010432602721266448, + "L": 1.2674058780248743e-05, + "G": 0.0009700427763164043, + "F": 0.018415015190839767, + "E": 0.0011453968472778797, + "T": 0.0013214502250775695, + "P": 0.16173794865608215, + "-": 0.8111990094184875 + }, + "id": "tp_29397" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3674641, + "label": "-", + "classification": { + "B": 1.266814797418192e-05, + "S": 1.566979449307837e-06, + "I": 2.9064929549349472e-05, + "C": 1.0004342584579717e-05, + "R": 1.3313742783793714e-06, + "M": 0.0003431687073316425, + "O": 3.776834637392312e-05, + "W": 4.090053380423342e-07, + "N": 8.275966933979362e-07, + "Y": 0.00040528972749598324, + "U": 5.308742601073391e-08, + "K": 5.602371189183941e-08, + "L": 1.0059774467663374e-05, + "G": 0.0004943175590597093, + "F": 0.0020299970638006926, + "E": 0.00014034128980711102, + "T": 0.0003722800756804645, + "P": 0.032652195543050766, + "-": 0.9634585380554199 + }, + "id": "tp_29398" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3674775, + "label": "-", + "classification": { + "B": 1.4285616316556116e-06, + "S": 6.390579869730573e-07, + "I": 3.096525324508548e-05, + "C": 4.5571912778541446e-05, + "R": 7.304555765585974e-06, + "M": 1.549566150060855e-05, + "O": 2.5421402824576944e-05, + "W": 1.265810396944289e-06, + "N": 1.4444212865782902e-06, + "Y": 0.0002350300783291459, + "U": 5.403279033089348e-07, + "K": 7.58185422000679e-07, + "L": 2.9889056349929888e-06, + "G": 0.00011355907918186858, + "F": 0.0027251685969531536, + "E": 1.011390304483939e-05, + "T": 0.00014818015915807337, + "P": 0.04553568735718727, + "-": 0.9510983824729919 + }, + "id": "tp_29399" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3674908, + "label": "-", + "classification": { + "B": 1.5509462514273764e-07, + "S": 4.1632308267480767e-08, + "I": 7.698585250182077e-06, + "C": 7.694765372434631e-05, + "R": 3.6932369766873308e-06, + "M": 1.3306391338119283e-05, + "O": 6.345506335492246e-06, + "W": 1.0693392482608033e-07, + "N": 1.3019052857998759e-07, + "Y": 5.259678800939582e-05, + "U": 5.224302057627028e-08, + "K": 1.1294402746386822e-08, + "L": 2.9450193324009888e-06, + "G": 7.353594992309809e-05, + "F": 0.0010911469580605626, + "E": 3.373355866642669e-06, + "T": 7.28632730897516e-05, + "P": 0.01363352406769991, + "-": 0.9849615097045898 + }, + "id": "tp_29400" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3675008, + "label": "-", + "classification": { + "B": 4.45148948813312e-08, + "S": 1.957062778501495e-07, + "I": 1.2721117172986851e-06, + "C": 2.1140644093975425e-05, + "R": 2.247656993858982e-06, + "M": 6.360764473356539e-06, + "O": 4.241896931489464e-06, + "W": 1.2474704647047474e-07, + "N": 9.880243823090495e-08, + "Y": 0.00034090891131199896, + "U": 2.4186270763948414e-08, + "K": 7.216256676656485e-07, + "L": 4.814909289052594e-07, + "G": 7.448301039403304e-05, + "F": 0.01041151862591505, + "E": 5.623299784929259e-06, + "T": 4.4998774683335796e-05, + "P": 0.010812454856932163, + "-": 0.9782731533050537 + }, + "id": "tp_29401" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3675142, + "label": "P", + "classification": { + "B": 2.187648533436004e-07, + "S": 2.4896084482861625e-07, + "I": 2.6399809939903207e-05, + "C": 1.2520562222562148e-06, + "R": 8.386213323774427e-08, + "M": 1.1134031865367433e-06, + "O": 9.301847967435606e-07, + "W": 1.0126032634616422e-07, + "N": 2.6660063667804934e-06, + "Y": 1.3402128388406709e-05, + "U": 5.896798782600854e-08, + "K": 2.104492295984528e-06, + "L": 3.528231928839887e-08, + "G": 8.238022019213531e-06, + "F": 0.001569567248225212, + "E": 0.00015639557386748493, + "T": 1.735155274218414e-05, + "P": 0.5400142073631287, + "-": 0.45818567276000977 + }, + "id": "tp_29402" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3675275, + "label": "-", + "classification": { + "B": 1.1169667146759821e-07, + "S": 4.997543001650229e-08, + "I": 1.6534673704882152e-05, + "C": 2.9950208499940345e-06, + "R": 2.710281137296988e-07, + "M": 2.559547283453867e-06, + "O": 1.8932444163510809e-06, + "W": 5.35383470889883e-08, + "N": 6.595929562536185e-07, + "Y": 0.00010056931205326691, + "U": 3.6103489975403136e-08, + "K": 2.522482134281745e-07, + "L": 1.5152694743392203e-07, + "G": 3.196285615558736e-05, + "F": 0.0015984438359737396, + "E": 2.8915577786392532e-05, + "T": 2.854146805475466e-05, + "P": 0.1332310438156128, + "-": 0.864954948425293 + }, + "id": "tp_29403" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3675375, + "label": "-", + "classification": { + "B": 1.6038543826368823e-09, + "S": 2.9179292315717476e-10, + "I": 1.0299601171936956e-08, + "C": 2.2712963954063525e-08, + "R": 1.2139548255518662e-09, + "M": 5.987748181723873e-07, + "O": 5.06570785319127e-08, + "W": 1.2874894206316156e-10, + "N": 8.514298988071545e-11, + "Y": 7.612618901475798e-06, + "U": 1.3474711797745176e-11, + "K": 1.17527636928072e-11, + "L": 1.383770520391181e-08, + "G": 1.5837903220017324e-06, + "F": 0.0006267448770813644, + "E": 8.992287803266663e-08, + "T": 7.146566531446297e-06, + "P": 0.003997165709733963, + "-": 0.9953591227531433 + }, + "id": "tp_29404" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3675509, + "label": "-", + "classification": { + "B": 2.515827191018616e-06, + "S": 1.94878793990938e-06, + "I": 2.5930990886990912e-05, + "C": 0.0001123720285249874, + "R": 6.5789859036158305e-06, + "M": 0.00020357010362204164, + "O": 2.1725971237174235e-05, + "W": 1.2080618034815416e-06, + "N": 2.2604440346185584e-06, + "Y": 0.0021217893809080124, + "U": 2.65452399617061e-07, + "K": 1.1381134754628874e-05, + "L": 5.195985067985021e-06, + "G": 0.0015670045977458358, + "F": 0.032513175159692764, + "E": 0.00030380551470443606, + "T": 0.00045676229638047516, + "P": 0.027438558638095856, + "-": 0.9352039098739624 + }, + "id": "tp_29405" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3675642, + "label": "-", + "classification": { + "B": 3.338392957630276e-07, + "S": 1.64801450264207e-09, + "I": 3.6103058391745435e-06, + "C": 1.9044689452130115e-06, + "R": 7.059237816520181e-08, + "M": 7.970938895596191e-07, + "O": 3.519132008023007e-07, + "W": 6.519988549058553e-09, + "N": 5.611842723851623e-08, + "Y": 1.2046639312757179e-05, + "U": 5.580821138551073e-09, + "K": 1.8911894272832797e-08, + "L": 3.2355565338093584e-08, + "G": 2.810640580719337e-05, + "F": 0.0004339309816714376, + "E": 1.596952643012628e-05, + "T": 5.9295434766681865e-06, + "P": 0.2382992058992386, + "-": 0.7611976265907288 + }, + "id": "tp_29406" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3675776, + "label": "-", + "classification": { + "B": 3.752708153115236e-07, + "S": 2.9850330207636944e-08, + "I": 3.907377504219767e-06, + "C": 3.5136913538735826e-06, + "R": 1.624694192514653e-07, + "M": 2.4310666049132124e-05, + "O": 3.454769057498197e-06, + "W": 3.3561882162302936e-08, + "N": 8.93910367949502e-08, + "Y": 0.00013445428339764476, + "U": 1.523808990100406e-08, + "K": 1.7665270135580613e-08, + "L": 5.610492053165217e-07, + "G": 5.429724478744902e-05, + "F": 0.00027679119375534356, + "E": 9.59249973675469e-06, + "T": 8.07738397270441e-05, + "P": 0.016466503962874413, + "-": 0.982941210269928 + }, + "id": "tp_29407" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3675876, + "label": "-", + "classification": { + "B": 1.2721283155769925e-06, + "S": 4.974315288563957e-07, + "I": 8.306120435008779e-05, + "C": 1.0993578143825289e-05, + "R": 1.064656089511118e-06, + "M": 1.2293006875552237e-05, + "O": 9.711880011309404e-06, + "W": 6.266422474254796e-07, + "N": 4.212298335914966e-06, + "Y": 0.0003643966920208186, + "U": 7.695756494285888e-07, + "K": 1.8484572592569748e-06, + "L": 1.1723240049832384e-06, + "G": 8.35183309391141e-05, + "F": 0.001185307395644486, + "E": 4.590024764183909e-05, + "T": 0.0003124105278402567, + "P": 0.16152983903884888, + "-": 0.8363510966300964 + }, + "id": "tp_29408" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3676009, + "label": "-", + "classification": { + "B": 3.5988944091513986e-07, + "S": 2.2724539405771793e-07, + "I": 9.270334703614935e-05, + "C": 9.275003685615957e-05, + "R": 4.387956778373336e-06, + "M": 4.1736366256373e-05, + "O": 1.2581499504449312e-05, + "W": 3.859820196794317e-07, + "N": 3.862867743009701e-06, + "Y": 0.0004492213483899832, + "U": 9.169560826194356e-07, + "K": 7.107869805622613e-06, + "L": 1.717178861326829e-06, + "G": 0.0003054168773815036, + "F": 0.002379653276875615, + "E": 6.973140261834487e-05, + "T": 0.0003132428100798279, + "P": 0.07055795937776566, + "-": 0.9256660342216492 + }, + "id": "tp_29409" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3676143, + "label": "-", + "classification": { + "B": 3.1359629701910308e-06, + "S": 3.669096258818172e-06, + "I": 9.653796587372199e-05, + "C": 0.00010340549488319084, + "R": 7.661017662030645e-06, + "M": 8.986150351120159e-05, + "O": 3.3628013625275344e-05, + "W": 3.2501370696991216e-06, + "N": 8.253671694546938e-06, + "Y": 0.00026961573166772723, + "U": 8.526849342160858e-07, + "K": 1.3417977243079804e-05, + "L": 5.331472038960783e-06, + "G": 0.00035315705463290215, + "F": 0.03488848730921745, + "E": 0.000611090858001262, + "T": 0.00017804170784074813, + "P": 0.22419790923595428, + "-": 0.7391327023506165 + }, + "id": "tp_29410" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3676276, + "label": "-", + "classification": { + "B": 1.770317248883657e-05, + "S": 1.9278395768651535e-07, + "I": 2.7900074201170355e-05, + "C": 2.9082761102472432e-05, + "R": 1.5821956367290113e-06, + "M": 6.342567940009758e-05, + "O": 1.3012161616643425e-05, + "W": 5.803827320960409e-07, + "N": 1.2625989711523289e-06, + "Y": 0.00011743066716007888, + "U": 2.220227344196246e-07, + "K": 1.5477839099276025e-07, + "L": 4.661174443754135e-06, + "G": 0.0001818555174395442, + "F": 0.002314549870789051, + "E": 0.00022094415908213705, + "T": 7.877690950408578e-05, + "P": 0.2579326629638672, + "-": 0.7389940619468689 + }, + "id": "tp_29411" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3676376, + "label": "-", + "classification": { + "B": 3.347800827668834e-07, + "S": 5.023243829782587e-07, + "I": 8.018057997105643e-06, + "C": 0.00015252888260874897, + "R": 1.4328385987028014e-05, + "M": 0.0002152456872863695, + "O": 3.4937704185722396e-05, + "W": 3.3201962423845544e-07, + "N": 3.070486229717062e-07, + "Y": 0.0017735515721142292, + "U": 5.5521823583148944e-08, + "K": 4.067585734901513e-07, + "L": 1.5769222954986617e-05, + "G": 0.0015746442368254066, + "F": 0.020119505003094673, + "E": 2.8481270419433713e-05, + "T": 0.00041440955828875303, + "P": 0.007907877676188946, + "-": 0.9677387475967407 + }, + "id": "tp_29412" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3676510, + "label": "-", + "classification": { + "B": 8.831502213979547e-07, + "S": 9.608466911004143e-08, + "I": 7.153998467401834e-06, + "C": 4.80574817629531e-06, + "R": 2.1099867808516137e-07, + "M": 1.5213326150842477e-05, + "O": 2.6430745947436662e-06, + "W": 2.8298424936679112e-08, + "N": 3.1994704841054045e-07, + "Y": 5.369993232307024e-05, + "U": 8.567518250401918e-09, + "K": 1.8293849990413946e-08, + "L": 4.050503719099652e-07, + "G": 8.081612759269774e-05, + "F": 0.0017771463608369231, + "E": 5.751110438723117e-05, + "T": 4.6742869017180055e-05, + "P": 0.1357971876859665, + "-": 0.8621551394462585 + }, + "id": "tp_29413" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3676643, + "label": "-", + "classification": { + "B": 4.493048209042172e-07, + "S": 1.1870774869748857e-06, + "I": 1.4586667930416297e-05, + "C": 0.0002382891543675214, + "R": 5.4748936236137524e-05, + "M": 0.00028688934980891645, + "O": 9.164489893009886e-05, + "W": 1.9384006009204313e-06, + "N": 8.43646148496191e-07, + "Y": 0.002221048576757312, + "U": 4.023726489776891e-07, + "K": 1.4765698779228842e-06, + "L": 2.5215138521161862e-05, + "G": 0.0007056030444800854, + "F": 0.008100694976747036, + "E": 1.2305459677008912e-05, + "T": 0.0009430669015273452, + "P": 0.00478588230907917, + "-": 0.9825137257575989 + }, + "id": "tp_29414" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3676777, + "label": "-", + "classification": { + "B": 9.399060218129307e-05, + "S": 3.303281482658349e-05, + "I": 0.0005213254480622709, + "C": 8.813002204988152e-05, + "R": 8.456363502773456e-06, + "M": 0.0014242673059925437, + "O": 0.00010753367678262293, + "W": 4.943243311572587e-06, + "N": 3.6220990295987576e-05, + "Y": 0.0008450027671642601, + "U": 1.764114585967036e-06, + "K": 3.4155928574364225e-07, + "L": 5.2093746489845216e-05, + "G": 0.0004415364528540522, + "F": 0.002225144999101758, + "E": 0.0008282698690891266, + "T": 0.002083415165543556, + "P": 0.35298237204551697, + "-": 0.6382222175598145 + }, + "id": "tp_29415" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3676877, + "label": "-", + "classification": { + "B": 1.1488138218496147e-10, + "S": 8.112105431834493e-11, + "I": 1.8619840602696058e-07, + "C": 5.543634415516863e-06, + "R": 7.523533440689789e-08, + "M": 3.794833673964604e-07, + "O": 6.086621340273268e-08, + "W": 2.631025675103871e-10, + "N": 1.1441216862806414e-09, + "Y": 2.3801324005034985e-06, + "U": 2.3947901994780807e-10, + "K": 3.6329592112416265e-10, + "L": 3.4476712595932213e-09, + "G": 1.2068574051227188e-06, + "F": 7.350285886786878e-05, + "E": 1.0479674728003374e-07, + "T": 3.200775381628773e-06, + "P": 0.0014586872421205044, + "-": 0.9984545707702637 + }, + "id": "tp_29416" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3677010, + "label": "-", + "classification": { + "B": 5.632754707107779e-09, + "S": 2.511899488411018e-08, + "I": 5.133024842507439e-06, + "C": 2.511182174202986e-05, + "R": 2.165161504308344e-06, + "M": 3.2400391773990123e-06, + "O": 2.1927592115389416e-06, + "W": 2.6982743150938404e-08, + "N": 6.585436551631574e-08, + "Y": 3.3209973480552435e-05, + "U": 1.4063413544818104e-08, + "K": 2.5607569398289343e-09, + "L": 4.6246549345596577e-07, + "G": 1.0701101928134449e-05, + "F": 0.00024788733571767807, + "E": 3.394575287529733e-07, + "T": 9.371230407850817e-05, + "P": 0.007020846009254456, + "-": 0.9925547242164612 + }, + "id": "tp_29417" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3677144, + "label": "-", + "classification": { + "B": 2.5187011488014832e-05, + "S": 1.8489650756237097e-05, + "I": 0.0007644104771316051, + "C": 0.0005757510080002248, + "R": 0.00011335750605212525, + "M": 0.001158004510216415, + "O": 0.0004158591036684811, + "W": 2.2103988158050925e-05, + "N": 5.078264803159982e-05, + "Y": 0.0018605546792969108, + "U": 1.0928169103863183e-05, + "K": 1.376271484332392e-05, + "L": 7.049195119179785e-05, + "G": 0.0009041067096404731, + "F": 0.004119249992072582, + "E": 0.0003049831429962069, + "T": 0.0031795750837773085, + "P": 0.046872928738594055, + "-": 0.9395195245742798 + }, + "id": "tp_29418" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3677277, + "label": "-", + "classification": { + "B": 7.75191165303113e-06, + "S": 5.463967318064533e-05, + "I": 0.00024863635189831257, + "C": 0.002157533075660467, + "R": 0.00038121474790386856, + "M": 0.0014981519198045135, + "O": 0.0005312523571774364, + "W": 2.446713187964633e-05, + "N": 1.7314025171799585e-05, + "Y": 0.0018576009897515178, + "U": 2.375658368691802e-06, + "K": 2.4792057047307026e-06, + "L": 0.00015710217121522874, + "G": 0.0017902961699292064, + "F": 0.009939262643456459, + "E": 8.307919051731005e-05, + "T": 0.003586550708860159, + "P": 0.020346039906144142, + "-": 0.9573142528533936 + }, + "id": "tp_29419" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3677377, + "label": "-", + "classification": { + "B": 6.695424770164493e-10, + "S": 1.3580864210993582e-09, + "I": 1.3360511275095632e-07, + "C": 3.2591015042271465e-05, + "R": 2.420613327558385e-06, + "M": 1.957045606104657e-05, + "O": 1.991444150917232e-06, + "W": 1.370689450830298e-09, + "N": 3.23721438544311e-10, + "Y": 0.0003602774231694639, + "U": 1.7120266315728827e-10, + "K": 6.21480505946792e-11, + "L": 2.0197321646264754e-06, + "G": 0.00017229797958862036, + "F": 0.0003059723530896008, + "E": 5.725661367250723e-08, + "T": 6.932516407687217e-05, + "P": 0.0001568627922097221, + "-": 0.9988766312599182 + }, + "id": "tp_29420" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3677511, + "label": "-", + "classification": { + "B": 4.5502179801815146e-08, + "S": 3.618827904006139e-08, + "I": 4.164221081737196e-06, + "C": 3.7664219689759193e-06, + "R": 1.7526726026062533e-07, + "M": 2.2269159671850502e-06, + "O": 1.4522180435960763e-06, + "W": 2.5357824284810704e-08, + "N": 2.3099630652723135e-07, + "Y": 4.5417840738082305e-05, + "U": 1.053884535195948e-08, + "K": 1.2183670605736552e-07, + "L": 7.577801852676203e-08, + "G": 1.6957947082119063e-05, + "F": 0.0031601199880242348, + "E": 1.4379935237229802e-05, + "T": 1.991223507502582e-05, + "P": 0.08013194054365158, + "-": 0.9165990352630615 + }, + "id": "tp_29421" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3677644, + "label": "-", + "classification": { + "B": 6.60395817249082e-05, + "S": 5.825830157846212e-06, + "I": 0.0009991484694182873, + "C": 0.0017978583928197622, + "R": 0.00030766826239414513, + "M": 0.0008010047604329884, + "O": 0.00044946910929866135, + "W": 2.2817162971477956e-05, + "N": 2.9577824534499086e-05, + "Y": 0.00381363439373672, + "U": 8.009546945686452e-06, + "K": 1.5762229850224685e-06, + "L": 0.00016054912703111768, + "G": 0.0024427680764347315, + "F": 0.001505594002082944, + "E": 0.0001181193147203885, + "T": 0.0019902423955500126, + "P": 0.059771567583084106, + "-": 0.925708532333374 + }, + "id": "tp_29422" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3677778, + "label": "-", + "classification": { + "B": 1.1797200549779063e-08, + "S": 6.2945884060638946e-09, + "I": 1.1335615454299841e-05, + "C": 2.014945675909985e-05, + "R": 3.340021294206963e-06, + "M": 4.1310754568257835e-06, + "O": 2.5399415335414233e-06, + "W": 2.3313569741389983e-08, + "N": 8.576603249821346e-08, + "Y": 0.00027620571199804544, + "U": 2.440344104570613e-08, + "K": 1.3923106223501236e-08, + "L": 3.218664232917945e-07, + "G": 3.937400833819993e-05, + "F": 0.0002904915018007159, + "E": 1.4469417237705784e-06, + "T": 7.957797788549215e-05, + "P": 0.012612679041922092, + "-": 0.9866581559181213 + }, + "id": "tp_29423" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3677878, + "label": "-", + "classification": { + "B": 1.8152638503465823e-08, + "S": 1.064411137008392e-07, + "I": 5.507007153937593e-05, + "C": 0.00038497315836139023, + "R": 4.547956268652342e-05, + "M": 6.993062561377883e-05, + "O": 1.0611384823278058e-05, + "W": 2.514582320145564e-07, + "N": 8.334116046171403e-07, + "Y": 0.0007411537226289511, + "U": 1.536848941441349e-07, + "K": 2.066252307031391e-07, + "L": 2.3607235561939888e-06, + "G": 0.0002248197270091623, + "F": 0.004034660756587982, + "E": 1.1763623660954181e-05, + "T": 0.0002802389208227396, + "P": 0.01515025831758976, + "-": 0.9789871573448181 + }, + "id": "tp_29424" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3678011, + "label": "P", + "classification": { + "B": 2.552641490183305e-06, + "S": 1.953866103576729e-06, + "I": 0.0003018717106897384, + "C": 5.832821443618741e-06, + "R": 6.430066719076422e-07, + "M": 2.6911700842902064e-05, + "O": 2.7723795938072726e-05, + "W": 9.47753619584546e-07, + "N": 3.165782254654914e-05, + "Y": 2.096653224725742e-05, + "U": 2.119654851640007e-07, + "K": 2.265900747033811e-07, + "L": 2.04282423510449e-06, + "G": 4.3474705307744443e-05, + "F": 0.0006156808231025934, + "E": 0.00012235379836056381, + "T": 0.00022171379532665014, + "P": 0.628022313117981, + "-": 0.3705509901046753 + }, + "id": "tp_29425" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3678145, + "label": "-", + "classification": { + "B": 7.521505196450562e-09, + "S": 3.971795781154697e-09, + "I": 6.305089300440159e-06, + "C": 3.824375653493917e-06, + "R": 9.816541535201395e-08, + "M": 2.6255213469994487e-06, + "O": 5.947714498688583e-07, + "W": 6.252565576403413e-09, + "N": 8.906852144718869e-08, + "Y": 2.8729962650686502e-05, + "U": 3.824041971967063e-09, + "K": 1.0756933122024748e-08, + "L": 5.5107310714674895e-08, + "G": 1.8928109057014808e-05, + "F": 0.00040910046664066613, + "E": 7.510392606491223e-06, + "T": 1.62764081323985e-05, + "P": 0.052863817662000656, + "-": 0.9466420412063599 + }, + "id": "tp_29426" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3678278, + "label": "-", + "classification": { + "B": 5.154076471169944e-11, + "S": 5.190796056875335e-11, + "I": 1.3885046445949456e-09, + "C": 9.507367622063612e-07, + "R": 8.522478722738924e-09, + "M": 3.525060492393095e-07, + "O": 2.616854644088562e-08, + "W": 8.021278086189909e-12, + "N": 8.297080036911986e-12, + "Y": 2.9259195798658766e-05, + "U": 5.680118376517884e-13, + "K": 5.609482930241105e-12, + "L": 1.0257351412690241e-08, + "G": 2.8180968001834117e-05, + "F": 0.0007590127061121166, + "E": 1.3375761831468935e-08, + "T": 2.9323543913051253e-06, + "P": 0.00018185867520514876, + "-": 0.9989973902702332 + }, + "id": "tp_29427" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3678378, + "label": "-", + "classification": { + "B": 2.6611301606749294e-08, + "S": 5.4653796155434975e-08, + "I": 3.944154229884589e-07, + "C": 8.069135219557211e-05, + "R": 4.260753485141322e-05, + "M": 0.0001247891632374376, + "O": 3.8344456697814167e-05, + "W": 5.096470800936004e-08, + "N": 2.073497595844742e-09, + "Y": 0.001256543560884893, + "U": 2.4674966514481866e-09, + "K": 7.3313838333533e-10, + "L": 5.853917537024245e-05, + "G": 0.0007046437240205705, + "F": 0.0008660569437779486, + "E": 7.143687952293476e-08, + "T": 0.0004452805733308196, + "P": 5.539143967325799e-05, + "-": 0.9963265061378479 + }, + "id": "tp_29428" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3678512, + "label": "-", + "classification": { + "B": 8.097397596884548e-08, + "S": 8.909375459609237e-09, + "I": 1.641341623326298e-05, + "C": 3.7857178085687337e-06, + "R": 1.2767478096975537e-07, + "M": 4.600291958922753e-06, + "O": 1.45042452004418e-06, + "W": 1.9801520423357033e-08, + "N": 2.313378359986018e-07, + "Y": 1.4362271031131968e-05, + "U": 7.626031361951391e-09, + "K": 4.847566792420821e-09, + "L": 1.661860125068415e-07, + "G": 1.1792987606895622e-05, + "F": 0.0001864256919361651, + "E": 3.753809505724348e-05, + "T": 1.4583882148144767e-05, + "P": 0.13976828753948212, + "-": 0.8599401712417603 + }, + "id": "tp_29429" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3678645, + "label": "-", + "classification": { + "B": 6.878215774719365e-10, + "S": 1.058114218466244e-08, + "I": 2.902079927480372e-07, + "C": 6.517281008200371e-07, + "R": 1.2662299297971913e-07, + "M": 3.247849917897838e-06, + "O": 1.743614234328561e-06, + "W": 1.1225327334329904e-08, + "N": 9.362543629265474e-09, + "Y": 4.885083399130963e-05, + "U": 7.942762003665393e-10, + "K": 2.1883630907382212e-08, + "L": 7.716214156516799e-08, + "G": 6.996888259891421e-06, + "F": 0.0019038479076698422, + "E": 2.966905583434709e-07, + "T": 3.936291977879591e-05, + "P": 0.003521302714943886, + "-": 0.9944731593132019 + }, + "id": "tp_29430" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3678779, + "label": "-", + "classification": { + "B": 1.0492152979768576e-10, + "S": 4.599661096449381e-09, + "I": 2.165013199828536e-07, + "C": 1.2842788237321656e-05, + "R": 1.7720199139148463e-06, + "M": 3.5126572583976667e-06, + "O": 1.3466669770423323e-06, + "W": 5.304517269877351e-09, + "N": 2.0807566780689513e-09, + "Y": 7.51683401176706e-05, + "U": 6.062361723735421e-10, + "K": 2.485267103224942e-09, + "L": 1.3335028370420332e-07, + "G": 1.2328523553151172e-05, + "F": 0.000497053493745625, + "E": 4.727143831928515e-08, + "T": 2.3184687961474992e-05, + "P": 0.0001906803372548893, + "-": 0.9991816878318787 + }, + "id": "tp_29431" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3678879, + "label": "-", + "classification": { + "B": 1.6586177480348852e-06, + "S": 2.214595951954834e-06, + "I": 0.003505801549181342, + "C": 0.007933208718895912, + "R": 0.001115564489737153, + "M": 0.0020039433147758245, + "O": 0.00018531439127400517, + "W": 2.6618727133609354e-06, + "N": 1.4854552318865899e-05, + "Y": 0.0025748813059180975, + "U": 7.188793915702263e-07, + "K": 1.1257037968448458e-08, + "L": 0.00018583577184472233, + "G": 0.0020869143772870302, + "F": 0.0014256079448387027, + "E": 8.018050721148029e-05, + "T": 0.0039042087737470865, + "P": 0.06356395035982132, + "-": 0.9114125370979309 + }, + "id": "tp_29432" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3679012, + "label": "-", + "classification": { + "B": 7.147161795728607e-06, + "S": 7.39265090032859e-07, + "I": 0.00021594719146378338, + "C": 1.4403392924577929e-05, + "R": 1.690779868113168e-06, + "M": 7.36706133466214e-05, + "O": 3.844184539048001e-05, + "W": 9.36935180106957e-07, + "N": 4.441351848072372e-06, + "Y": 9.011630027089268e-05, + "U": 2.2504508478959906e-07, + "K": 2.5796105251885137e-09, + "L": 1.575758506078273e-05, + "G": 6.257383938645944e-05, + "F": 9.725550626171753e-05, + "E": 5.182697350392118e-05, + "T": 0.00046348030446097255, + "P": 0.32119306921958923, + "-": 0.6776682138442993 + }, + "id": "tp_29433" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3679146, + "label": "-", + "classification": { + "B": 0.0001796641736291349, + "S": 5.011073881178163e-06, + "I": 1.1276884833932854e-05, + "C": 6.608392141060904e-05, + "R": 1.722965134831611e-05, + "M": 0.0006157516618259251, + "O": 0.00020053407934028655, + "W": 2.0688135009550024e-06, + "N": 2.069424169803824e-07, + "Y": 0.0005070215556770563, + "U": 1.1395273702419217e-07, + "K": 4.637149331188084e-09, + "L": 0.00033268413972109556, + "G": 0.0013908306136727333, + "F": 0.0019138307543471456, + "E": 2.267989475512877e-05, + "T": 0.0005892973276786506, + "P": 0.007320940028876066, + "-": 0.9868248105049133 + }, + "id": "tp_29434" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3679279, + "label": "-", + "classification": { + "B": 4.858773383631387e-10, + "S": 6.824734666288634e-10, + "I": 1.558092321829463e-07, + "C": 4.668563633458689e-07, + "R": 1.328630183650148e-08, + "M": 5.096564450468577e-07, + "O": 8.419991814889727e-08, + "W": 7.840820770432799e-10, + "N": 1.7752259662273673e-09, + "Y": 1.4679826563224196e-05, + "U": 2.935158505135149e-10, + "K": 1.1993259718678928e-09, + "L": 4.185108259946446e-09, + "G": 1.394320747749589e-06, + "F": 8.261873153969646e-05, + "E": 2.0195659544697264e-07, + "T": 6.549259524035733e-06, + "P": 0.0038038757629692554, + "-": 0.9960895776748657 + }, + "id": "tp_29435" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3679379, + "label": "C", + "classification": { + "B": 0.0004487544938456267, + "S": 0.00013471959391608834, + "I": 0.003518858226016164, + "C": 0.6515783071517944, + "R": 0.08147140592336655, + "M": 0.04820247367024422, + "O": 0.001519974204711616, + "W": 9.302591206505895e-05, + "N": 3.1528525141766295e-05, + "Y": 0.003503287909552455, + "U": 3.1647785363020375e-05, + "K": 9.186771876557032e-07, + "L": 0.027083590626716614, + "G": 0.13710007071495056, + "F": 0.0018760657403618097, + "E": 0.0028303174767643213, + "T": 0.0037289108149707317, + "P": 0.0021299298387020826, + "-": 0.03471625968813896 + }, + "id": "tp_29436" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3679513, + "label": "-", + "classification": { + "B": 7.233550203267214e-09, + "S": 4.3872965704849776e-08, + "I": 4.931035164190689e-06, + "C": 1.206831893796334e-05, + "R": 8.117974630295066e-07, + "M": 8.584031093050726e-06, + "O": 1.6468659396196017e-06, + "W": 4.182980006817161e-08, + "N": 1.2381272540551436e-07, + "Y": 3.1525971280643716e-05, + "U": 2.1198228949970144e-08, + "K": 1.8193149742273818e-07, + "L": 9.302835479729765e-08, + "G": 5.7501774790580384e-06, + "F": 0.0006939561571925879, + "E": 2.2029369119991316e-06, + "T": 8.552901999792084e-05, + "P": 0.014333548955619335, + "-": 0.9848190546035767 + }, + "id": "tp_29437" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3679646, + "label": "-", + "classification": { + "B": 5.179164427140698e-16, + "S": 9.338318014912375e-14, + "I": 9.452766694395542e-12, + "C": 1.4775296541813532e-08, + "R": 4.322912305898541e-10, + "M": 3.2857467857638767e-09, + "O": 3.505398193937026e-10, + "W": 7.286171313644271e-14, + "N": 2.3051042818229492e-14, + "Y": 1.368818516311876e-06, + "U": 5.4381454919175294e-15, + "K": 4.911217374621579e-13, + "L": 1.079811674103981e-11, + "G": 2.4513363783285058e-08, + "F": 1.581723518029321e-05, + "E": 5.0998424233617e-12, + "T": 2.055842429626864e-07, + "P": 6.7904106799687725e-06, + "-": 0.9999756813049316 + }, + "id": "tp_29438" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3679780, + "label": "-", + "classification": { + "B": 1.4907586276535767e-08, + "S": 2.447366931335182e-08, + "I": 4.9568757276574615e-06, + "C": 0.0001606244477443397, + "R": 2.0738578314194456e-05, + "M": 7.259816629812121e-05, + "O": 6.355668119795155e-06, + "W": 3.1453478044340955e-08, + "N": 4.030994915638075e-08, + "Y": 0.0009770106989890337, + "U": 4.7845702511040145e-08, + "K": 6.913634109650957e-08, + "L": 4.3245399865554646e-06, + "G": 0.0003308462619315833, + "F": 0.0016716187819838524, + "E": 1.3149841606718837e-06, + "T": 0.0005133263766765594, + "P": 0.0011970802443102002, + "-": 0.9950390458106995 + }, + "id": "tp_29439" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3679880, + "label": "-", + "classification": { + "B": 5.905073097167701e-10, + "S": 6.649517603207755e-10, + "I": 1.8211991914540704e-07, + "C": 3.6294716210250044e-06, + "R": 4.0122074551618425e-07, + "M": 5.006380661143339e-07, + "O": 2.258576472513596e-07, + "W": 1.0028385899474301e-09, + "N": 8.745077995087058e-10, + "Y": 6.27660347163328e-06, + "U": 8.130389417271289e-11, + "K": 3.0792687844005684e-11, + "L": 3.2614988043633275e-08, + "G": 3.817277047346579e-06, + "F": 9.047835192177445e-05, + "E": 3.242871216002641e-08, + "T": 5.449090167530812e-06, + "P": 0.001189903705380857, + "-": 0.9986990690231323 + }, + "id": "tp_29440" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3680013, + "label": "-", + "classification": { + "B": 2.2577114577870816e-07, + "S": 1.3003047172333027e-07, + "I": 6.256988126551732e-05, + "C": 0.00018802650447469205, + "R": 1.9976501789642498e-05, + "M": 4.498430644161999e-05, + "O": 1.254887229151791e-05, + "W": 4.4943095645066933e-07, + "N": 1.1949274494327256e-06, + "Y": 0.0004268373013474047, + "U": 1.238035565620521e-06, + "K": 3.8737866248084174e-07, + "L": 5.612652330455603e-06, + "G": 0.00015298477956093848, + "F": 0.0018627189565449953, + "E": 1.7392070731148124e-05, + "T": 0.000481650436995551, + "P": 0.04669736698269844, + "-": 0.9500238299369812 + }, + "id": "tp_29441" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3680147, + "label": "-", + "classification": { + "B": 2.088011683554214e-07, + "S": 2.666675413820485e-07, + "I": 9.116634464589879e-05, + "C": 0.001468517817556858, + "R": 0.00022081084898672998, + "M": 0.00022124445240478963, + "O": 2.929926813521888e-05, + "W": 7.751477824058384e-07, + "N": 5.880098683519464e-07, + "Y": 0.0005760264466516674, + "U": 7.1674406854072e-07, + "K": 5.7638349204580663e-08, + "L": 2.0514960851869546e-05, + "G": 0.0003737343940883875, + "F": 0.0011019142111763358, + "E": 7.568842647742713e-06, + "T": 0.0010153013281524181, + "P": 0.006840920075774193, + "-": 0.9880303740501404 + }, + "id": "tp_29442" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3680280, + "label": "-", + "classification": { + "B": 4.5234016532447185e-09, + "S": 1.8182594319071654e-09, + "I": 1.1653352771645586e-07, + "C": 2.4555215532018337e-06, + "R": 1.8182892347340385e-07, + "M": 2.052565378107829e-06, + "O": 9.026840075421205e-07, + "W": 4.042796764025525e-09, + "N": 1.1608639605142912e-09, + "Y": 1.799578603822738e-05, + "U": 6.837500010625774e-10, + "K": 8.244340626850644e-11, + "L": 1.728750618212871e-07, + "G": 5.228064765105955e-06, + "F": 0.00013277304242365062, + "E": 3.195446396375701e-08, + "T": 2.59605330938939e-05, + "P": 0.0017565391026437283, + "-": 0.9980555772781372 + }, + "id": "tp_29443" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3680380, + "label": "-", + "classification": { + "B": 0.000185293480171822, + "S": 1.434366095054429e-05, + "I": 0.0027443845756351948, + "C": 0.002652411349117756, + "R": 0.0002954154333565384, + "M": 0.0033687639515846968, + "O": 0.00032953853951767087, + "W": 3.310199826955795e-05, + "N": 6.335610669339076e-05, + "Y": 0.004757964052259922, + "U": 3.719143205671571e-05, + "K": 1.0160301826545037e-05, + "L": 0.00031482981285080314, + "G": 0.0045064594596624374, + "F": 0.007351922336965799, + "E": 0.0013798672007396817, + "T": 0.002658509649336338, + "P": 0.12905539572238922, + "-": 0.8402411341667175 + }, + "id": "tp_29444" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3680514, + "label": "-", + "classification": { + "B": 1.2890674838672567e-07, + "S": 2.728657833017678e-08, + "I": 2.5290796656918246e-06, + "C": 1.3332621165318415e-05, + "R": 1.4967320112191373e-06, + "M": 4.5177330321166664e-05, + "O": 8.009118573681917e-06, + "W": 5.52027827893653e-08, + "N": 3.369725121160627e-08, + "Y": 0.0001417116727679968, + "U": 1.3131106868513598e-08, + "K": 1.0267715566669722e-08, + "L": 1.6198463299588184e-06, + "G": 8.20866844151169e-05, + "F": 0.0007261050050146878, + "E": 7.996055728654028e-07, + "T": 0.0001917170302476734, + "P": 0.003121488494798541, + "-": 0.9956637024879456 + }, + "id": "tp_29445" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3680647, + "label": "-", + "classification": { + "B": 1.3947427532912116e-06, + "S": 1.632373596294201e-07, + "I": 3.7363126466516405e-05, + "C": 3.514583295327611e-05, + "R": 5.4211000133363996e-06, + "M": 4.6477216528728604e-05, + "O": 1.082304061128525e-05, + "W": 2.749451084582688e-07, + "N": 5.177777779863391e-07, + "Y": 0.0003135341394226998, + "U": 9.998675665201517e-08, + "K": 3.834161788063284e-08, + "L": 4.54144537798129e-06, + "G": 0.00012542102194856852, + "F": 0.0007493856828659773, + "E": 3.265343912062235e-05, + "T": 0.00013562667299993336, + "P": 0.042116206139326096, + "-": 0.9563848376274109 + }, + "id": "tp_29446" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3680781, + "label": "-", + "classification": { + "B": 9.704148595801598e-09, + "S": 5.8140109615578695e-08, + "I": 1.8509525716581265e-06, + "C": 0.0012130314717069268, + "R": 9.12369359866716e-05, + "M": 0.00010660423868102953, + "O": 2.1291669327183627e-05, + "W": 9.032405046127678e-08, + "N": 3.100781853504486e-08, + "Y": 0.0009147819364443421, + "U": 2.7016010761826692e-08, + "K": 4.651541374300905e-08, + "L": 1.598431663296651e-05, + "G": 0.0005945516168139875, + "F": 0.0029090926982462406, + "E": 9.850210744843935e-07, + "T": 0.00038907380076125264, + "P": 0.000642928876914084, + "-": 0.9930981993675232 + }, + "id": "tp_29447" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3680881, + "label": "-", + "classification": { + "B": 8.496717214256932e-07, + "S": 7.875926399947275e-08, + "I": 6.88862637616694e-05, + "C": 1.2712902389466763e-05, + "R": 1.0026381005445728e-06, + "M": 2.2543883460457437e-05, + "O": 9.374334695166908e-06, + "W": 2.0250030274837627e-07, + "N": 1.3792403024126543e-06, + "Y": 0.00010701156861614436, + "U": 1.0091194013739369e-07, + "K": 3.7050000400995486e-08, + "L": 1.007250716611452e-06, + "G": 6.0013626352883875e-05, + "F": 0.0003562622587196529, + "E": 2.4990551537484862e-05, + "T": 0.00014710190589539707, + "P": 0.19358094036579132, + "-": 0.8056055903434753 + }, + "id": "tp_29448" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3681014, + "label": "-", + "classification": { + "B": 4.21979478915091e-07, + "S": 4.256713452832628e-07, + "I": 4.376464403321734e-06, + "C": 4.804367199540138e-05, + "R": 2.6705085474532098e-05, + "M": 0.0002576849947217852, + "O": 0.00012019644782412797, + "W": 7.317580070775875e-07, + "N": 9.333705719427599e-08, + "Y": 0.0007327350322157145, + "U": 7.899776477415799e-08, + "K": 5.216781673311743e-09, + "L": 6.658813799731433e-05, + "G": 0.0003067810903303325, + "F": 0.0009452230297029018, + "E": 5.29589840425615e-07, + "T": 0.0015553842531517148, + "P": 0.0013121489901095629, + "-": 0.994621753692627 + }, + "id": "tp_29449" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3681148, + "label": "-", + "classification": { + "B": 2.3463572418336298e-08, + "S": 7.373462551640841e-08, + "I": 0.0029138384852558374, + "C": 0.002732066437602043, + "R": 9.505345224170014e-05, + "M": 8.339494524989277e-05, + "O": 8.44147871248424e-06, + "W": 2.1682477324702631e-07, + "N": 7.397572062473046e-06, + "Y": 0.0007717252592556179, + "U": 4.3279291617182025e-07, + "K": 7.785240541124949e-08, + "L": 2.461066060277517e-06, + "G": 9.806113666854799e-05, + "F": 0.00026595170493237674, + "E": 5.3523792303167284e-05, + "T": 0.0008970496128313243, + "P": 0.06611909717321396, + "-": 0.9259511232376099 + }, + "id": "tp_29450" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3681281, + "label": "-", + "classification": { + "B": 1.0318545946574886e-06, + "S": 1.5644138784409733e-07, + "I": 2.689185566850938e-05, + "C": 1.2156428056186996e-05, + "R": 7.352304010055377e-07, + "M": 2.2837299184175208e-05, + "O": 6.658822712779511e-06, + "W": 3.210902548289596e-07, + "N": 1.2351143823252642e-06, + "Y": 8.223336772061884e-05, + "U": 1.984806914379078e-07, + "K": 1.369820523677845e-07, + "L": 1.3198402939451626e-06, + "G": 2.5110490241786465e-05, + "F": 0.000864730856847018, + "E": 6.234424654394388e-05, + "T": 0.00016941655485425144, + "P": 0.1710478961467743, + "-": 0.8276745080947876 + }, + "id": "tp_29451" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3681381, + "label": "I", + "classification": { + "B": 2.98493569061975e-06, + "S": 1.4339337212732062e-05, + "I": 0.8011819124221802, + "C": 0.06878594309091568, + "R": 0.00556958420202136, + "M": 0.007690120954066515, + "O": 0.0005418831715360284, + "W": 1.3253196812001988e-05, + "N": 0.0012541619362309575, + "Y": 0.03579593449831009, + "U": 8.956173473961826e-07, + "K": 1.6237088118487009e-07, + "L": 0.00012514406989794225, + "G": 0.005714084953069687, + "F": 9.57852607825771e-05, + "E": 0.00040497121517546475, + "T": 0.017640842124819756, + "P": 0.014425639994442463, + "-": 0.040742285549640656 + }, + "id": "tp_29452" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3681515, + "label": "-", + "classification": { + "B": 1.055903253721624e-09, + "S": 2.9018503155953113e-09, + "I": 1.0401142390037421e-05, + "C": 8.130064088618383e-05, + "R": 8.787286787992343e-06, + "M": 7.93685012467904e-06, + "O": 1.1954339242947754e-06, + "W": 1.7689201214921013e-08, + "N": 4.94394249983543e-08, + "Y": 0.0003699598601087928, + "U": 1.876287036850499e-08, + "K": 4.701535871731721e-08, + "L": 2.2105608366018714e-07, + "G": 3.892960739904083e-05, + "F": 0.0005526128807105124, + "E": 2.0395418687257916e-06, + "T": 5.3085575927980244e-05, + "P": 0.004226488992571831, + "-": 0.9946468472480774 + }, + "id": "tp_29453" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3681648, + "label": "-", + "classification": { + "B": 1.1519136755566706e-08, + "S": 6.5541989613393525e-09, + "I": 5.318816874932963e-06, + "C": 1.5966383216436952e-05, + "R": 2.411169077731756e-07, + "M": 5.560066711041145e-06, + "O": 7.780714099681063e-07, + "W": 6.96951341083718e-09, + "N": 1.0737533528981658e-07, + "Y": 9.626784594729543e-05, + "U": 1.0945109707449774e-08, + "K": 2.833438550453593e-08, + "L": 8.985861654764449e-08, + "G": 2.6125811928068288e-05, + "F": 0.00035176496021449566, + "E": 9.530299394100439e-06, + "T": 4.466175596462563e-05, + "P": 0.032017771154642105, + "-": 0.9674257636070251 + }, + "id": "tp_29454" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3681782, + "label": "-", + "classification": { + "B": 1.9930032522097463e-06, + "S": 1.110912194235425e-06, + "I": 5.0485923566157e-05, + "C": 2.1442810975713655e-05, + "R": 2.2445240119850496e-06, + "M": 4.932958836434409e-05, + "O": 2.8631848181248643e-05, + "W": 9.044046578310372e-07, + "N": 3.0805629194219364e-06, + "Y": 0.00011562295549083501, + "U": 3.9477444602198375e-07, + "K": 1.2621948997093568e-07, + "L": 6.440995548473438e-06, + "G": 7.130515587050468e-05, + "F": 0.0016232242342084646, + "E": 5.029821113566868e-05, + "T": 0.0005854551563970745, + "P": 0.14530901610851288, + "-": 0.852078914642334 + }, + "id": "tp_29455" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3681882, + "label": "-", + "classification": { + "B": 0.0004457398608792573, + "S": 9.763538400875404e-06, + "I": 0.00016008902457542717, + "C": 0.0009070357773452997, + "R": 0.00019647560839075595, + "M": 0.0017167800106108189, + "O": 0.0003946369106415659, + "W": 8.666092071507592e-06, + "N": 4.755759619001765e-06, + "Y": 0.0011098592076450586, + "U": 2.327582933503436e-06, + "K": 2.9381467925304605e-07, + "L": 0.0004987008287571371, + "G": 0.007980304770171642, + "F": 0.012738160789012909, + "E": 0.00012834901281166822, + "T": 0.0017227294156327844, + "P": 0.050115227699279785, + "-": 0.9218600988388062 + }, + "id": "tp_29456" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3682015, + "label": "C", + "classification": { + "B": 5.15554056619294e-05, + "S": 1.616951158212032e-05, + "I": 0.0005824653198942542, + "C": 0.8184396028518677, + "R": 0.08924375474452972, + "M": 0.008060021325945854, + "O": 0.0007787474896758795, + "W": 1.5222610272758175e-05, + "N": 1.0247288173559355e-06, + "Y": 0.0007337185670621693, + "U": 3.07745409600102e-07, + "K": 2.0332389105703896e-09, + "L": 0.01371152512729168, + "G": 0.029812896624207497, + "F": 0.00031319240224547684, + "E": 3.0061824872973375e-05, + "T": 0.0012192189460620284, + "P": 0.0003772780764847994, + "-": 0.036613233387470245 + }, + "id": "tp_29457" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3682149, + "label": "-", + "classification": { + "B": 1.2186377240652746e-08, + "S": 1.459353260457874e-08, + "I": 2.884955938498024e-05, + "C": 2.86363660961797e-06, + "R": 1.3951625987829175e-07, + "M": 1.422148670826573e-06, + "O": 5.409276582213352e-07, + "W": 1.49968784057819e-08, + "N": 8.313185730912664e-07, + "Y": 3.7789246562169865e-05, + "U": 1.6326252350040704e-08, + "K": 4.969870701643231e-07, + "L": 1.311513564417055e-08, + "G": 8.321455425175373e-06, + "F": 0.0005375967011786997, + "E": 1.5928168068057857e-05, + "T": 2.4855766241671517e-05, + "P": 0.15695463120937347, + "-": 0.8423856496810913 + }, + "id": "tp_29458" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3682282, + "label": "-", + "classification": { + "B": 7.880695193307474e-06, + "S": 3.5359599337425607e-07, + "I": 0.00015644820814486593, + "C": 0.0008696616278029978, + "R": 4.406999141792767e-05, + "M": 0.0002959550474770367, + "O": 5.394570325734094e-05, + "W": 1.111943788600911e-06, + "N": 6.460831627919106e-06, + "Y": 0.0009505039779469371, + "U": 1.8615819499245845e-06, + "K": 1.2926037697980064e-06, + "L": 2.652634066180326e-05, + "G": 0.0010591469472274184, + "F": 0.002793052466586232, + "E": 0.00024180086620617658, + "T": 0.0006070831441320479, + "P": 0.047363027930259705, + "-": 0.9455198049545288 + }, + "id": "tp_29459" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3682382, + "label": "P", + "classification": { + "B": 5.683201909079116e-09, + "S": 6.567700827631029e-10, + "I": 8.560626156395301e-05, + "C": 1.2304697520448826e-05, + "R": 3.7246337569740717e-07, + "M": 2.0756790490850108e-06, + "O": 1.3396027043199865e-07, + "W": 1.9061556777444366e-09, + "N": 4.978219863005506e-07, + "Y": 1.6192445400520228e-05, + "U": 8.371798365658378e-09, + "K": 1.0772774672318519e-08, + "L": 2.6078931014694717e-08, + "G": 1.4242274119169451e-05, + "F": 0.00010393060074420646, + "E": 5.214105476625264e-05, + "T": 1.1884101695613936e-05, + "P": 0.7458271384239197, + "-": 0.25387337803840637 + }, + "id": "tp_29460" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3682516, + "label": "-", + "classification": { + "B": 1.7341598379516654e-08, + "S": 3.121477298861919e-09, + "I": 7.209529576357454e-05, + "C": 0.00041529900045134127, + "R": 2.1743535398854874e-05, + "M": 1.7310312614426948e-05, + "O": 2.6214343051833566e-06, + "W": 1.0628139257562452e-08, + "N": 6.522991924384769e-08, + "Y": 2.7753334506996907e-05, + "U": 2.277085364710274e-08, + "K": 1.867037774383462e-11, + "L": 2.9172595077398e-06, + "G": 5.924687866354361e-05, + "F": 1.6635816791676916e-05, + "E": 1.1014963092748076e-06, + "T": 0.00012448897177819163, + "P": 0.017605816945433617, + "-": 0.9816328287124634 + }, + "id": "tp_29461" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3682649, + "label": "-", + "classification": { + "B": 0.0005070465849712491, + "S": 4.1533407056704164e-05, + "I": 0.009056012146174908, + "C": 0.1898256540298462, + "R": 0.009482060559093952, + "M": 0.031185006722807884, + "O": 0.000806921801995486, + "W": 4.748808714793995e-05, + "N": 0.0001524333201814443, + "Y": 0.005389343481510878, + "U": 0.0001998501393245533, + "K": 5.204036824579816e-06, + "L": 0.004145450424402952, + "G": 0.0439642071723938, + "F": 0.008851950988173485, + "E": 0.00638212077319622, + "T": 0.011579551734030247, + "P": 0.10071510076522827, + "-": 0.5776630640029907 + }, + "id": "tp_29462" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3682783, + "label": "-", + "classification": { + "B": 2.6742356498189214e-14, + "S": 1.2824602491079418e-12, + "I": 6.016793285823496e-09, + "C": 1.6853862305765688e-08, + "R": 5.552577286849214e-10, + "M": 1.1306124925170025e-09, + "O": 4.421516763830624e-10, + "W": 1.4298394282810656e-12, + "N": 1.719031514357816e-11, + "Y": 1.1187168524884328e-07, + "U": 3.90669023823606e-13, + "K": 2.692804139392546e-11, + "L": 1.8979726644496875e-12, + "G": 6.798493323856292e-09, + "F": 2.902204323618207e-05, + "E": 4.18798079548921e-10, + "T": 1.0359985935792793e-07, + "P": 0.0010501464130356908, + "-": 0.9989205598831177 + }, + "id": "tp_29463" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3682883, + "label": "-", + "classification": { + "B": 1.1485613867989741e-05, + "S": 3.606748941820115e-05, + "I": 0.004842895083129406, + "C": 0.04717293381690979, + "R": 0.006574391853064299, + "M": 0.009131435304880142, + "O": 0.0006918769213370979, + "W": 1.2447128938219976e-05, + "N": 4.5660330215469e-05, + "Y": 0.003234333358705044, + "U": 3.876433765981346e-06, + "K": 6.488787107628013e-07, + "L": 0.001821718062274158, + "G": 0.03040943667292595, + "F": 0.008437569253146648, + "E": 0.0006300059030763805, + "T": 0.009375711902976036, + "P": 0.04895652085542679, + "-": 0.8286110758781433 + }, + "id": "tp_29464" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3683016, + "label": "-", + "classification": { + "B": 0.0005219114827923477, + "S": 0.0009199331980198622, + "I": 0.005050639156252146, + "C": 0.05062209442257881, + "R": 0.012203277088701725, + "M": 0.017440099269151688, + "O": 0.005606830585747957, + "W": 0.0006261337548494339, + "N": 0.0008748487452976406, + "Y": 0.03917652741074562, + "U": 0.0004533511819317937, + "K": 0.0007356093265116215, + "L": 0.005905665922909975, + "G": 0.05432508885860443, + "F": 0.11137989908456802, + "E": 0.005847970023751259, + "T": 0.02551986835896969, + "P": 0.059577107429504395, + "-": 0.6032131910324097 + }, + "id": "tp_29465" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3683150, + "label": "C", + "classification": { + "B": 4.067492682224838e-06, + "S": 1.7713597117108293e-05, + "I": 0.000584800262004137, + "C": 0.8475658297538757, + "R": 0.05728355050086975, + "M": 0.009450591169297695, + "O": 0.0006018471904098988, + "W": 2.917205165431369e-05, + "N": 1.120169872592669e-05, + "Y": 0.010503196157515049, + "U": 2.3775305635354016e-06, + "K": 4.652612915378995e-06, + "L": 0.0010660277912393212, + "G": 0.02506953291594982, + "F": 0.003086347132921219, + "E": 0.0002716465969569981, + "T": 0.0040071504190564156, + "P": 0.00043015097617171705, + "-": 0.040010180324316025 + }, + "id": "tp_29466" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3683283, + "label": "-", + "classification": { + "B": 5.084406851096901e-08, + "S": 1.3966388223707327e-07, + "I": 1.344178031104093e-06, + "C": 0.0010360683081671596, + "R": 0.00014326261589303613, + "M": 0.0004904131637886167, + "O": 3.649806239991449e-05, + "W": 6.970335419964613e-08, + "N": 2.8166018406494686e-09, + "Y": 0.0005260768230073154, + "U": 1.1048648662637106e-09, + "K": 3.247913743509301e-11, + "L": 0.00014039348752703518, + "G": 0.0012302835239097476, + "F": 0.001109363860450685, + "E": 4.334591210408689e-07, + "T": 0.0006673038587905467, + "P": 0.00017234556435141712, + "-": 0.9944459199905396 + }, + "id": "tp_29467" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3683383, + "label": "-", + "classification": { + "B": 1.0168853350478457e-06, + "S": 4.7583611717527674e-07, + "I": 0.00034443283220753074, + "C": 2.115476854669396e-05, + "R": 2.1069045033073053e-06, + "M": 5.109189442009665e-05, + "O": 1.2862059520557523e-05, + "W": 1.216262717207428e-07, + "N": 5.318036073731491e-06, + "Y": 2.167443381040357e-05, + "U": 4.046477641850288e-08, + "K": 5.0230566372988505e-09, + "L": 2.284472884639399e-06, + "G": 8.572364458814263e-05, + "F": 0.0003299436066299677, + "E": 2.9381943022599444e-05, + "T": 0.0001627905003260821, + "P": 0.4616660177707672, + "-": 0.5372635722160339 + }, + "id": "tp_29468" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3683517, + "label": "-", + "classification": { + "B": 0.0004119272925890982, + "S": 3.765831934288144e-05, + "I": 0.002190998988226056, + "C": 0.0040860045701265335, + "R": 0.0007473030709661543, + "M": 0.002397026401013136, + "O": 0.0005555280367843807, + "W": 6.951877003302798e-05, + "N": 0.0001257907715626061, + "Y": 0.008751180954277515, + "U": 8.170247747329995e-05, + "K": 4.990277739125304e-05, + "L": 0.00042223872151225805, + "G": 0.0053339265286922455, + "F": 0.007318188436329365, + "E": 0.0023967053275555372, + "T": 0.004355562850832939, + "P": 0.10191857814788818, + "-": 0.8587501645088196 + }, + "id": "tp_29469" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3683650, + "label": "-", + "classification": { + "B": 1.0366077276557917e-06, + "S": 4.102624188817572e-06, + "I": 0.00031020017922855914, + "C": 7.06518258084543e-05, + "R": 8.138394150591921e-06, + "M": 0.0005343095399439335, + "O": 9.727020369609818e-05, + "W": 2.9540033210651018e-06, + "N": 1.8822354832082056e-05, + "Y": 0.0008856126805767417, + "U": 1.2049839597239043e-06, + "K": 2.8426015887816902e-06, + "L": 1.0961521184071898e-05, + "G": 0.00024675694294273853, + "F": 0.0019077203469350934, + "E": 0.00011131077189929783, + "T": 0.0026912325993180275, + "P": 0.039043646305799484, + "-": 0.9540512561798096 + }, + "id": "tp_29470" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3683750, + "label": "-", + "classification": { + "B": 2.0180003501568677e-11, + "S": 1.100621330185625e-12, + "I": 5.458657525991839e-08, + "C": 3.6930072155882954e-07, + "R": 1.0428010455143522e-08, + "M": 1.0745767298203646e-07, + "O": 9.299256475969742e-09, + "W": 8.89133992126867e-12, + "N": 5.102598552020332e-11, + "Y": 6.374403255904326e-06, + "U": 1.5246413506697643e-11, + "K": 2.6488485883879864e-12, + "L": 1.3601459958323403e-09, + "G": 1.133431965172349e-06, + "F": 2.3264510673470795e-05, + "E": 1.24659917943859e-08, + "T": 1.3093846291667433e-06, + "P": 0.0014287943486124277, + "-": 0.998538613319397 + }, + "id": "tp_29471" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3683884, + "label": "C", + "classification": { + "B": 1.7570006093592383e-05, + "S": 5.7860586821334437e-05, + "I": 0.0015911927912384272, + "C": 0.7793392539024353, + "R": 0.04949382692575455, + "M": 0.008063091896474361, + "O": 0.0009129864629358053, + "W": 4.854802682530135e-05, + "N": 3.5329350794199854e-05, + "Y": 0.01819702610373497, + "U": 3.5674363516591256e-06, + "K": 9.313704140367918e-06, + "L": 0.005441837478429079, + "G": 0.11552342027425766, + "F": 0.003809330752119422, + "E": 0.0008921038242988288, + "T": 0.00691762613132596, + "P": 0.00023790124396327883, + "-": 0.009408240206539631 + }, + "id": "tp_29472" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3684017, + "label": "-", + "classification": { + "B": 1.4292693322204286e-06, + "S": 3.456030981396907e-06, + "I": 2.3187552869785577e-05, + "C": 0.40198957920074463, + "R": 0.03104938007891178, + "M": 0.011415772140026093, + "O": 0.00045664492063224316, + "W": 2.4146597752405796e-06, + "N": 2.0009632351047912e-07, + "Y": 0.004338310565799475, + "U": 4.760046294904896e-07, + "K": 1.768719926076301e-08, + "L": 0.0070807235315442085, + "G": 0.05726168677210808, + "F": 0.007849550805985928, + "E": 1.5417792383232154e-05, + "T": 0.004334691911935806, + "P": 0.0004050442366860807, + "-": 0.47377195954322815 + }, + "id": "tp_29473" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3684151, + "label": "C", + "classification": { + "B": 7.056856361487007e-07, + "S": 4.600294414558448e-05, + "I": 0.0001091140802600421, + "C": 0.8480715155601501, + "R": 0.03601522371172905, + "M": 0.004340701270848513, + "O": 0.00022829069348517805, + "W": 7.492212716897484e-06, + "N": 2.7735732146538794e-06, + "Y": 0.0007648159516975284, + "U": 2.713683322497218e-08, + "K": 1.5916880613531248e-07, + "L": 0.001552824629470706, + "G": 0.10494545102119446, + "F": 0.00016541937657166272, + "E": 3.5508543078321964e-05, + "T": 0.003570175264030695, + "P": 1.454426296731981e-06, + "-": 0.00014223695325199515 + }, + "id": "tp_29474" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3684251, + "label": "C", + "classification": { + "B": 1.1647663455960355e-07, + "S": 1.1728130630217493e-05, + "I": 2.8037175070494413e-05, + "C": 0.9180902242660522, + "R": 0.041533466428518295, + "M": 0.0030687511898577213, + "O": 0.0002985912433359772, + "W": 2.3222553409141256e-06, + "N": 4.7040379058671533e-07, + "Y": 0.0006701767561025918, + "U": 2.728100767512842e-08, + "K": 1.0381702253425829e-07, + "L": 0.001057440647855401, + "G": 0.031720563769340515, + "F": 0.0002947320172097534, + "E": 5.985174993838882e-06, + "T": 0.0021392640192061663, + "P": 1.1136596640426433e-06, + "-": 0.0010768744396045804 + }, + "id": "tp_29475" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3684384, + "label": "C", + "classification": { + "B": 3.960203116548655e-07, + "S": 1.5372971802207758e-06, + "I": 1.0242370080959518e-05, + "C": 0.9241610765457153, + "R": 0.025656454265117645, + "M": 0.00827519129961729, + "O": 0.00011830145376734436, + "W": 7.933912229418638e-07, + "N": 6.950329378696551e-08, + "Y": 0.0006858971319161355, + "U": 1.3793805919704027e-07, + "K": 6.7152425842209595e-09, + "L": 0.0022515226155519485, + "G": 0.027993077412247658, + "F": 0.00027218819013796747, + "E": 1.0312626727682073e-05, + "T": 0.0014238172443583608, + "P": 1.2213748959766235e-05, + "-": 0.009126775898039341 + }, + "id": "tp_29476" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3684518, + "label": "C", + "classification": { + "B": 7.3217356622024e-09, + "S": 2.3458733267034404e-06, + "I": 4.04827187594492e-06, + "C": 0.971442699432373, + "R": 0.012469187378883362, + "M": 0.0006108561647124588, + "O": 1.6776722986833192e-05, + "W": 1.8034036486369587e-07, + "N": 5.031654026765864e-08, + "Y": 5.194917321205139e-06, + "U": 2.3335069987417967e-10, + "K": 8.576576115970624e-10, + "L": 0.00026505603455007076, + "G": 0.015073795802891254, + "F": 1.7780488633434288e-05, + "E": 1.0398696304037003e-06, + "T": 7.821230246918276e-05, + "P": 1.232789941241208e-07, + "-": 1.2621801943168975e-05 + }, + "id": "tp_29477" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3684651, + "label": "C", + "classification": { + "B": 4.3305288954798016e-07, + "S": 9.775480066309683e-06, + "I": 1.3963949641038198e-05, + "C": 0.9204815626144409, + "R": 0.03970280662178993, + "M": 0.01011271309107542, + "O": 7.771119271637872e-05, + "W": 8.954112331593933e-07, + "N": 1.0210904832774759e-07, + "Y": 2.9057775464025326e-05, + "U": 3.279087934515701e-08, + "K": 9.942582313016146e-10, + "L": 0.004541878122836351, + "G": 0.024316975846886635, + "F": 3.1364968890557066e-05, + "E": 1.0612670848786365e-05, + "T": 0.00043507220107130706, + "P": 2.291254077135818e-06, + "-": 0.00023279110610019416 + }, + "id": "tp_29478" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3684751, + "label": "-", + "classification": { + "B": 0.00013191465404815972, + "S": 2.705168299144134e-05, + "I": 4.115023330086842e-05, + "C": 0.017764322459697723, + "R": 0.009243435226380825, + "M": 0.026978492736816406, + "O": 0.004364944528788328, + "W": 2.585722177173011e-05, + "N": 3.5553748034544697e-07, + "Y": 0.00465663755312562, + "U": 6.250645583349979e-07, + "K": 1.1856901238616047e-08, + "L": 0.01661401055753231, + "G": 0.041277553886175156, + "F": 0.0015122208278626204, + "E": 9.153653081739321e-06, + "T": 0.01225416548550129, + "P": 0.0003542046179063618, + "-": 0.8647438883781433 + }, + "id": "tp_29479" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3684885, + "label": "C", + "classification": { + "B": 3.334425127832219e-05, + "S": 0.003129255259409547, + "I": 0.0001038260743371211, + "C": 0.5785409212112427, + "R": 0.09635330736637115, + "M": 0.029985904693603516, + "O": 0.006552017759531736, + "W": 0.00024049404601100832, + "N": 1.5002795407781377e-05, + "Y": 0.0009214921738021076, + "U": 4.524915766523918e-07, + "K": 1.341938059340464e-06, + "L": 0.04611438512802124, + "G": 0.2225862294435501, + "F": 0.0023779901675879955, + "E": 6.203848897712305e-05, + "T": 0.011497804895043373, + "P": 1.51838412421057e-05, + "-": 0.0014689677627757192 + }, + "id": "tp_29480" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3685018, + "label": "C", + "classification": { + "B": 1.0625281277043541e-07, + "S": 2.107371074089315e-06, + "I": 1.7454232192903874e-06, + "C": 0.8810849189758301, + "R": 0.061720557510852814, + "M": 0.003996561747044325, + "O": 0.00018968863878399134, + "W": 9.401029501532321e-07, + "N": 1.9393082695273733e-08, + "Y": 0.00016703986329957843, + "U": 3.447221530450406e-08, + "K": 1.8816137536958877e-09, + "L": 0.007424302399158478, + "G": 0.043853145092725754, + "F": 8.846716082189232e-05, + "E": 1.12886175429594e-06, + "T": 0.0006119926110841334, + "P": 7.445370329151046e-07, + "-": 0.0008563768933527172 + }, + "id": "tp_29481" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3685152, + "label": "G", + "classification": { + "B": 2.9649851057911292e-05, + "S": 0.0006559135508723557, + "I": 1.6573159882682376e-05, + "C": 0.18739959597587585, + "R": 0.04558796063065529, + "M": 0.17682626843452454, + "O": 0.01377728022634983, + "W": 6.636164471274242e-05, + "N": 3.126369279016217e-07, + "Y": 0.007874550297856331, + "U": 6.965622389998316e-08, + "K": 1.8042335625523265e-08, + "L": 0.18789377808570862, + "G": 0.35259872674942017, + "F": 0.0021866695024073124, + "E": 2.879226485674735e-05, + "T": 0.011518784798681736, + "P": 5.290551598591264e-06, + "-": 0.013533400371670723 + }, + "id": "tp_29482" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3685252, + "label": "C", + "classification": { + "B": 6.682078037556494e-07, + "S": 1.0615754035825375e-05, + "I": 6.28890993539244e-05, + "C": 0.8702574372291565, + "R": 0.03419386222958565, + "M": 0.008231027983129025, + "O": 8.763386722421274e-05, + "W": 4.215284661768237e-06, + "N": 1.2922489531774772e-06, + "Y": 0.00010230635234620422, + "U": 4.3188162379692585e-08, + "K": 8.244165883297683e-08, + "L": 0.0032437618356198072, + "G": 0.0828469768166542, + "F": 3.333001950522885e-05, + "E": 8.974696538643911e-05, + "T": 0.000796664331573993, + "P": 2.583730292826658e-06, + "-": 3.481867315713316e-05 + }, + "id": "tp_29483" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3685385, + "label": "C", + "classification": { + "B": 1.4699793382533244e-08, + "S": 9.176544040201406e-07, + "I": 1.3253481483843643e-05, + "C": 0.959205150604248, + "R": 0.029182644560933113, + "M": 0.0016408843221142888, + "O": 5.217137004365213e-05, + "W": 3.9482961255998816e-07, + "N": 1.9584815902362607e-07, + "Y": 5.827345739817247e-05, + "U": 2.3541426585893532e-08, + "K": 2.7980875394462146e-09, + "L": 0.0004070539434906095, + "G": 0.008578425273299217, + "F": 7.138087312341668e-06, + "E": 4.303292371332645e-06, + "T": 0.0006843238370493054, + "P": 6.062168154130632e-07, + "-": 0.00016413342382293195 + }, + "id": "tp_29484" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3685519, + "label": "C", + "classification": { + "B": 3.88773422344002e-08, + "S": 3.1960241813067114e-06, + "I": 5.93575259699719e-06, + "C": 0.9629723429679871, + "R": 0.021500037983059883, + "M": 0.0009699877700768411, + "O": 3.478867802186869e-05, + "W": 5.134573370924045e-07, + "N": 1.2009695637971163e-07, + "Y": 1.4093708159634843e-05, + "U": 8.550666841244947e-09, + "K": 3.2424165574695962e-09, + "L": 0.0005868706502951682, + "G": 0.013510975055396557, + "F": 4.932491356157698e-05, + "E": 3.0849835184199037e-06, + "T": 0.0002707804087549448, + "P": 7.601531706313835e-07, + "-": 7.719361019553617e-05 + }, + "id": "tp_29485" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3685652, + "label": "C", + "classification": { + "B": 7.4407462307135575e-06, + "S": 0.00017659220611676574, + "I": 0.00022591440938413143, + "C": 0.9068542122840881, + "R": 0.02645626664161682, + "M": 0.00311480020172894, + "O": 0.00038030045107007027, + "W": 3.482131796772592e-05, + "N": 3.903091783286072e-05, + "Y": 0.0008537267567589879, + "U": 4.4571092416845204e-07, + "K": 1.1107289310530177e-06, + "L": 0.0013798056170344353, + "G": 0.05598519369959831, + "F": 0.00021444744197651744, + "E": 0.0002714382717385888, + "T": 0.0038186213932931423, + "P": 2.0767234673257917e-05, + "-": 0.0001651693892199546 + }, + "id": "tp_29486" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3685752, + "label": "C", + "classification": { + "B": 9.44606217672117e-05, + "S": 0.0005059409886598587, + "I": 0.0015347980661317706, + "C": 0.4982299506664276, + "R": 0.0742785632610321, + "M": 0.03788672760128975, + "O": 0.005903015844523907, + "W": 0.0006620817584916949, + "N": 0.00010861811460927129, + "Y": 0.06370243430137634, + "U": 5.849357694387436e-05, + "K": 0.0001808591914596036, + "L": 0.0246301107108593, + "G": 0.23235706984996796, + "F": 0.0075997295789420605, + "E": 0.0017974076326936483, + "T": 0.03493380919098854, + "P": 0.00021868567273486406, + "-": 0.015317285433411598 + }, + "id": "tp_29487" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3685886, + "label": "C", + "classification": { + "B": 0.00020891090389341116, + "S": 0.000996486167423427, + "I": 0.005336658097803593, + "C": 0.7132661938667297, + "R": 0.10037091374397278, + "M": 0.02577737346291542, + "O": 0.004661054350435734, + "W": 0.0005808299174532294, + "N": 0.000470358703751117, + "Y": 0.005835279356688261, + "U": 8.976273238658905e-05, + "K": 0.00011040088429581374, + "L": 0.010098340921103954, + "G": 0.08021358400583267, + "F": 0.010240921750664711, + "E": 0.001905120094306767, + "T": 0.01035477314144373, + "P": 0.004028040450066328, + "-": 0.02545504830777645 + }, + "id": "tp_29488" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3686019, + "label": "C", + "classification": { + "B": 0.00013738493726123124, + "S": 0.00010360819578636438, + "I": 0.0073783076368272305, + "C": 0.5955367088317871, + "R": 0.09780606627464294, + "M": 0.0266120545566082, + "O": 0.004351140931248665, + "W": 0.00044958843500353396, + "N": 0.00036426493898034096, + "Y": 0.05638518184423447, + "U": 0.0003587992105167359, + "K": 0.00016264700389001518, + "L": 0.010928104631602764, + "G": 0.07943420112133026, + "F": 0.006527296733111143, + "E": 0.0038676809053868055, + "T": 0.01876724883913994, + "P": 0.003871754975989461, + "-": 0.08695798367261887 + }, + "id": "tp_29489" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3686153, + "label": "C", + "classification": { + "B": 3.5545707532946835e-07, + "S": 3.9365670090774074e-05, + "I": 2.0281226170482114e-05, + "C": 0.852060854434967, + "R": 0.04953380301594734, + "M": 0.004316945094615221, + "O": 0.0006847982876934111, + "W": 1.784412597771734e-05, + "N": 1.2462501217669342e-06, + "Y": 0.002455119276419282, + "U": 7.431638948673935e-08, + "K": 1.01562818599632e-06, + "L": 0.003921885509043932, + "G": 0.08220462501049042, + "F": 0.0014436563942581415, + "E": 1.4392931007023435e-05, + "T": 0.0025545605458319187, + "P": 3.211950343029457e-06, + "-": 0.0007260368438437581 + }, + "id": "tp_29490" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3686253, + "label": "C", + "classification": { + "B": 1.862111844275205e-06, + "S": 0.0007475022575818002, + "I": 1.9313962184241973e-05, + "C": 0.5827175378799438, + "R": 0.05935050919651985, + "M": 0.006799076218158007, + "O": 0.007270889822393656, + "W": 0.00016126320406328887, + "N": 2.0263348687876714e-06, + "Y": 0.03557334095239639, + "U": 3.2494796187165775e-08, + "K": 1.8097363181368564e-06, + "L": 0.011061797849833965, + "G": 0.26476988196372986, + "F": 0.011453845538198948, + "E": 6.9118118517508265e-06, + "T": 0.016479868441820145, + "P": 1.6874469110916834e-06, + "-": 0.003580839140340686 + }, + "id": "tp_29491" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3686386, + "label": "C", + "classification": { + "B": 9.570602088615487e-08, + "S": 1.6522039913979825e-06, + "I": 8.71090105647454e-06, + "C": 0.9404195547103882, + "R": 0.030994033440947533, + "M": 0.001891107065603137, + "O": 0.00012776318180840462, + "W": 1.5890242366367602e-06, + "N": 1.0452432519514332e-07, + "Y": 0.0005128626362420619, + "U": 7.147639280447038e-08, + "K": 4.67021443739668e-08, + "L": 0.002149657579138875, + "G": 0.022975604981184006, + "F": 9.942295582732186e-05, + "E": 3.8311613934638444e-06, + "T": 0.0005405849660746753, + "P": 5.334180741556338e-07, + "-": 0.0002728625840973109 + }, + "id": "tp_29492" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3686520, + "label": "C", + "classification": { + "B": 5.375430191634223e-06, + "S": 2.9255281333462335e-05, + "I": 0.0002057868696283549, + "C": 0.7360405325889587, + "R": 0.06490333378314972, + "M": 0.01155035849660635, + "O": 0.0016405045753344893, + "W": 2.181257696065586e-05, + "N": 2.510984586479026e-06, + "Y": 0.02313452586531639, + "U": 1.053274900186807e-06, + "K": 4.270381452897709e-07, + "L": 0.006467767525464296, + "G": 0.08390795439481735, + "F": 0.002196463756263256, + "E": 5.778719059890136e-05, + "T": 0.013019806705415249, + "P": 6.787515303585678e-05, + "-": 0.0567469596862793 + }, + "id": "tp_29493" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3686653, + "label": "C", + "classification": { + "B": 1.9607146896305494e-05, + "S": 0.00011799704225268215, + "I": 0.0018778520170599222, + "C": 0.8390801548957825, + "R": 0.044990744441747665, + "M": 0.009697610512375832, + "O": 0.0008503966382704675, + "W": 7.226936577353626e-05, + "N": 5.270882320473902e-05, + "Y": 0.0020424113608896732, + "U": 7.024455044302158e-07, + "K": 3.4909658097603824e-06, + "L": 0.003533134236931801, + "G": 0.09372279047966003, + "F": 0.0003517641744110733, + "E": 0.0006945430068299174, + "T": 0.0024762602988630533, + "P": 2.9457682103384286e-05, + "-": 0.00038613899960182607 + }, + "id": "tp_29494" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3686753, + "label": "C", + "classification": { + "B": 1.0001581358665135e-05, + "S": 0.00018591909611131996, + "I": 0.0002387970162089914, + "C": 0.8164631128311157, + "R": 0.06620712578296661, + "M": 0.0159610528498888, + "O": 0.001057474291883409, + "W": 7.46074874768965e-05, + "N": 3.1167452107183635e-05, + "Y": 0.000512666825670749, + "U": 5.288170541462023e-06, + "K": 7.79628589953063e-06, + "L": 0.005665750242769718, + "G": 0.08413021266460419, + "F": 0.0012187971733510494, + "E": 0.00023947069712448865, + "T": 0.006484116893261671, + "P": 5.592379602603614e-05, + "-": 0.0014507389860227704 + }, + "id": "tp_29495" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3686887, + "label": "C", + "classification": { + "B": 1.511499249318149e-05, + "S": 0.0002936108212452382, + "I": 0.00020664367184508592, + "C": 0.7036586999893188, + "R": 0.14534589648246765, + "M": 0.02133667841553688, + "O": 0.0037806823384016752, + "W": 0.0001388883392792195, + "N": 1.0046512215922121e-05, + "Y": 0.0027878531254827976, + "U": 3.253290060456493e-06, + "K": 3.061699999307166e-06, + "L": 0.02799319289624691, + "G": 0.08496393263339996, + "F": 0.0021279535721987486, + "E": 9.938633593264967e-05, + "T": 0.004610665608197451, + "P": 3.4795379178831354e-05, + "-": 0.0025896576698869467 + }, + "id": "tp_29496" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3687020, + "label": "C", + "classification": { + "B": 1.711588993202895e-05, + "S": 5.8632020227378234e-05, + "I": 0.0010302194859832525, + "C": 0.725378692150116, + "R": 0.0610797144472599, + "M": 0.014503831043839455, + "O": 0.0007333292160183191, + "W": 3.8722104363841936e-05, + "N": 2.2987269403529353e-05, + "Y": 0.0067072100937366486, + "U": 1.6003357359295478e-06, + "K": 2.6990308015228948e-06, + "L": 0.009939208626747131, + "G": 0.1728825718164444, + "F": 0.0008289268589578569, + "E": 0.0017063762061297894, + "T": 0.0032632513903081417, + "P": 7.660107803530991e-05, + "-": 0.0017283281777054071 + }, + "id": "tp_29497" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3687154, + "label": "C", + "classification": { + "B": 2.4324284253474104e-10, + "S": 5.969977223685419e-08, + "I": 1.327689176378044e-07, + "C": 0.9774222373962402, + "R": 0.014919181354343891, + "M": 0.0001414284051861614, + "O": 9.412869076186325e-06, + "W": 7.633328635847647e-08, + "N": 9.639874454236974e-10, + "Y": 4.016925231553614e-05, + "U": 7.541638147312568e-11, + "K": 4.4617173844407887e-10, + "L": 0.00011372396693332121, + "G": 0.007298104465007782, + "F": 7.191565600805916e-06, + "E": 5.793776480800261e-08, + "T": 4.01195211452432e-05, + "P": 4.655392515928725e-09, + "-": 8.152423106366768e-06 + }, + "id": "tp_29498" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3687254, + "label": "C", + "classification": { + "B": 8.181515113392379e-06, + "S": 2.2860551325720735e-05, + "I": 0.00019840682216454297, + "C": 0.9132848381996155, + "R": 0.03655271977186203, + "M": 0.0035530580207705498, + "O": 0.00028352945810183883, + "W": 2.9739785532001406e-05, + "N": 1.1221103704883717e-05, + "Y": 0.0010715292301028967, + "U": 1.291917442358681e-06, + "K": 1.6688290997990407e-06, + "L": 0.0011780348140746355, + "G": 0.041104815900325775, + "F": 0.00029709129012189806, + "E": 0.00034634326584637165, + "T": 0.0014126384630799294, + "P": 2.8594471586984582e-05, + "-": 0.0006134469294920564 + }, + "id": "tp_29499" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3687387, + "label": "C", + "classification": { + "B": 3.7259173950587865e-06, + "S": 0.0003752244228962809, + "I": 5.063713979325257e-05, + "C": 0.6745849251747131, + "R": 0.07542480528354645, + "M": 0.013136748224496841, + "O": 0.0025809539947658777, + "W": 7.064465899020433e-05, + "N": 6.823495368735166e-06, + "Y": 0.0012883128365501761, + "U": 4.1869228084578936e-07, + "K": 2.811976401062566e-06, + "L": 0.016693420708179474, + "G": 0.20631594955921173, + "F": 0.0030340314842760563, + "E": 4.411816917126998e-05, + "T": 0.005525408312678337, + "P": 8.459724995191209e-06, + "-": 0.0008525832090526819 + }, + "id": "tp_29500" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3687521, + "label": "C", + "classification": { + "B": 1.919691158036585e-06, + "S": 0.00035020761424675584, + "I": 9.496874554315582e-05, + "C": 0.6225987672805786, + "R": 0.052281878888607025, + "M": 0.009828674606978893, + "O": 0.003211851930245757, + "W": 0.00012419887934811413, + "N": 1.6242138372035697e-05, + "Y": 0.006000183057039976, + "U": 3.206364169727749e-07, + "K": 3.706710413098335e-05, + "L": 0.007720476947724819, + "G": 0.2777119278907776, + "F": 0.00822057668119669, + "E": 7.004873623372987e-05, + "T": 0.01017092727124691, + "P": 1.0511043910810258e-05, + "-": 0.0015492773381993175 + }, + "id": "tp_29501" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3687654, + "label": "C", + "classification": { + "B": 5.326199357114092e-07, + "S": 4.580353561323136e-05, + "I": 1.2144705578975845e-05, + "C": 0.8227388858795166, + "R": 0.03922915831208229, + "M": 0.009601456113159657, + "O": 0.000264934467850253, + "W": 3.7751572108390974e-06, + "N": 5.072363364888588e-07, + "Y": 8.323472866322845e-05, + "U": 5.3608182781772484e-08, + "K": 4.568903122503798e-08, + "L": 0.012428146786987782, + "G": 0.11381565779447556, + "F": 0.00034172512823715806, + "E": 2.711775050556753e-05, + "T": 0.001202516839839518, + "P": 2.710082753765164e-06, + "-": 0.0002015543868765235 + }, + "id": "tp_29502" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3687754, + "label": "C", + "classification": { + "B": 0.015259811654686928, + "S": 0.010338629595935345, + "I": 0.004418231546878815, + "C": 0.4489232301712036, + "R": 0.07974018901586533, + "M": 0.08600267022848129, + "O": 0.016989948228001595, + "W": 0.0021423299331218004, + "N": 0.0003169079718645662, + "Y": 0.004454963840544224, + "U": 1.723974128253758e-05, + "K": 3.7835779949091375e-06, + "L": 0.11657776683568954, + "G": 0.19098584353923798, + "F": 0.0021296769846230745, + "E": 0.005023421254009008, + "T": 0.008173966780304909, + "P": 0.0006161452038213611, + "-": 0.007885176688432693 + }, + "id": "tp_29503" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3687888, + "label": "C", + "classification": { + "B": 1.3376201195569593e-06, + "S": 0.00015197477478068322, + "I": 4.211305713397451e-05, + "C": 0.7405741214752197, + "R": 0.07058538496494293, + "M": 0.01660141348838806, + "O": 0.0019276589155197144, + "W": 3.795515658566728e-05, + "N": 1.986139750442817e-06, + "Y": 0.0030989947263151407, + "U": 2.0406650946824811e-07, + "K": 9.7460304004926e-07, + "L": 0.021764742210507393, + "G": 0.13878777623176575, + "F": 0.0015687375562265515, + "E": 3.908443250111304e-05, + "T": 0.003795678960159421, + "P": 4.95493577545858e-06, + "-": 0.0010148970177397132 + }, + "id": "tp_29504" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3688021, + "label": "C", + "classification": { + "B": 7.974909408403619e-07, + "S": 0.00011245556379435584, + "I": 3.5235909763287054e-06, + "C": 0.7853944897651672, + "R": 0.04979737102985382, + "M": 0.0023046971764415503, + "O": 0.0007907911203801632, + "W": 2.003516783588566e-05, + "N": 5.449807076729485e-07, + "Y": 0.0008956044912338257, + "U": 5.0235065884862706e-08, + "K": 8.270439479929337e-07, + "L": 0.00481834914535284, + "G": 0.150017648935318, + "F": 0.0027246528770774603, + "E": 4.7758917389728595e-06, + "T": 0.002593640238046646, + "P": 9.587540716893272e-07, + "-": 0.0005187222850508988 + }, + "id": "tp_29505" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3688155, + "label": "C", + "classification": { + "B": 8.519877155777067e-05, + "S": 0.0006830052006989717, + "I": 0.0007059244089759886, + "C": 0.6860103607177734, + "R": 0.10159622877836227, + "M": 0.03000948391854763, + "O": 0.005981944501399994, + "W": 0.0005776744801551104, + "N": 0.0001637893437873572, + "Y": 0.005257050506770611, + "U": 6.784326251363382e-05, + "K": 0.00011228567018406466, + "L": 0.027406251057982445, + "G": 0.1175871342420578, + "F": 0.006484543439000845, + "E": 0.0009478207211941481, + "T": 0.00953143835067749, + "P": 0.00045268735266290605, + "-": 0.006339383777230978 + }, + "id": "tp_29506" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3688255, + "label": "C", + "classification": { + "B": 3.858718002902606e-07, + "S": 1.4231501154426951e-05, + "I": 9.245613000530284e-06, + "C": 0.8702518343925476, + "R": 0.057222574949264526, + "M": 0.004643997177481651, + "O": 0.0002593442623037845, + "W": 4.25744383392157e-06, + "N": 3.2481642620041384e-07, + "Y": 0.00036681530764326453, + "U": 1.71903351997571e-07, + "K": 9.2899725245843e-08, + "L": 0.00562331872060895, + "G": 0.058021653443574905, + "F": 0.0006785485311411321, + "E": 1.2630169294425286e-05, + "T": 0.0015597525052726269, + "P": 4.1930134102585725e-06, + "-": 0.001326554105617106 + }, + "id": "tp_29507" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3688388, + "label": "C", + "classification": { + "B": 4.369989881070069e-07, + "S": 3.589363404898904e-05, + "I": 8.898407031665556e-06, + "C": 0.8172825574874878, + "R": 0.06853923201560974, + "M": 0.0053167263977229595, + "O": 0.0005540712736546993, + "W": 8.362086191482376e-06, + "N": 4.612566328887624e-07, + "Y": 0.0006827533943578601, + "U": 8.199808831932387e-08, + "K": 1.6122170620747056e-07, + "L": 0.006105797365307808, + "G": 0.09727825224399567, + "F": 0.0015171197010204196, + "E": 6.788001428503776e-06, + "T": 0.001937779481522739, + "P": 2.469005721650319e-06, + "-": 0.000722078257240355 + }, + "id": "tp_29508" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3688522, + "label": "C", + "classification": { + "B": 7.0821215558680706e-06, + "S": 9.890102955978364e-05, + "I": 9.008382039610296e-05, + "C": 0.6713578701019287, + "R": 0.06458328664302826, + "M": 0.01618536375463009, + "O": 0.0011388043640181422, + "W": 4.61502349935472e-05, + "N": 6.1273703977349214e-06, + "Y": 0.002447225386276841, + "U": 1.6379477756345295e-06, + "K": 6.843912160547916e-06, + "L": 0.018943503499031067, + "G": 0.21623314917087555, + "F": 0.0028721161652356386, + "E": 0.0002027783339144662, + "T": 0.004350904840976, + "P": 2.278016836498864e-05, + "-": 0.0014053607592359185 + }, + "id": "tp_29509" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3688655, + "label": "C", + "classification": { + "B": 6.013276561134262e-06, + "S": 0.00011163997987750918, + "I": 8.34203019621782e-05, + "C": 0.782988965511322, + "R": 0.08666194975376129, + "M": 0.018346596509218216, + "O": 0.0016774713294580579, + "W": 3.846491745207459e-05, + "N": 2.1322971406334545e-06, + "Y": 0.00194237707182765, + "U": 1.0923171203103266e-06, + "K": 2.0915005904953432e-07, + "L": 0.025727378204464912, + "G": 0.07441817969083786, + "F": 0.0011655401904135942, + "E": 7.201408880064264e-05, + "T": 0.003443625522777438, + "P": 1.5994364730431698e-05, + "-": 0.0032969340682029724 + }, + "id": "tp_29510" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3688755, + "label": "C", + "classification": { + "B": 2.9403443477349356e-05, + "S": 0.00020142992434557527, + "I": 0.003342829179018736, + "C": 0.8191596269607544, + "R": 0.10952945053577423, + "M": 0.014884758740663528, + "O": 0.0015076553681865335, + "W": 0.0001288458297494799, + "N": 9.477464482188225e-05, + "Y": 0.005976134445518255, + "U": 4.38456754636718e-06, + "K": 3.962501978094224e-06, + "L": 0.0064786579459905624, + "G": 0.03190457820892334, + "F": 0.0005882097175344825, + "E": 0.000376225943909958, + "T": 0.004366919863969088, + "P": 0.00017269914678763598, + "-": 0.0012494957773014903 + }, + "id": "tp_29511" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3688889, + "label": "C", + "classification": { + "B": 3.903461674781283e-06, + "S": 0.00015293627802748233, + "I": 1.5099077245395165e-05, + "C": 0.8165334463119507, + "R": 0.03506588563323021, + "M": 0.008631404489278793, + "O": 0.0005610474618151784, + "W": 1.878494003904052e-05, + "N": 1.606193450243154e-06, + "Y": 0.0007044827216304839, + "U": 3.0472625667243847e-07, + "K": 1.943070770948907e-07, + "L": 0.009203586727380753, + "G": 0.12331074476242065, + "F": 0.0008598692365922034, + "E": 5.350106948753819e-05, + "T": 0.004082466475665569, + "P": 4.6432755880232435e-06, + "-": 0.0007961034425534308 + }, + "id": "tp_29512" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3689022, + "label": "C", + "classification": { + "B": 1.544375649586982e-08, + "S": 1.5390071439469466e-07, + "I": 5.815681561216479e-06, + "C": 0.9604478478431702, + "R": 0.011352187022566795, + "M": 0.00159280258230865, + "O": 3.877962444676086e-05, + "W": 1.7099841898016166e-07, + "N": 3.4059528530860916e-08, + "Y": 0.0003331626649014652, + "U": 2.9447406291183142e-08, + "K": 7.249769673478568e-09, + "L": 0.0003986060619354248, + "G": 0.020837904885411263, + "F": 0.00021214704611338675, + "E": 4.506164259510115e-06, + "T": 0.00030869978945702314, + "P": 8.156202056852635e-06, + "-": 0.004458942916244268 + }, + "id": "tp_29513" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3689156, + "label": "C", + "classification": { + "B": 7.563844661717667e-08, + "S": 7.915321475593373e-06, + "I": 1.8025997405857197e-06, + "C": 0.8237202167510986, + "R": 0.022440897300839424, + "M": 0.0027094988618046045, + "O": 0.00013952000881545246, + "W": 1.580873799866822e-06, + "N": 7.444177896331894e-08, + "Y": 0.0006036131526343524, + "U": 4.232552086591568e-09, + "K": 3.521293479025189e-08, + "L": 0.001743217697367072, + "G": 0.14649005234241486, + "F": 0.0004214791115373373, + "E": 3.8467455851787236e-06, + "T": 0.0015698987990617752, + "P": 2.1414722084500681e-07, + "-": 0.00014610824291594326 + }, + "id": "tp_29514" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3689256, + "label": "C", + "classification": { + "B": 2.7358126430954144e-08, + "S": 1.9040327288166736e-06, + "I": 1.104838702303823e-05, + "C": 0.8838302493095398, + "R": 0.07926883548498154, + "M": 0.006602628622204065, + "O": 0.0005316706374287605, + "W": 2.3154063910624245e-06, + "N": 1.1675032141056363e-07, + "Y": 0.0012191523564979434, + "U": 5.8355816179300746e-08, + "K": 3.8183404882374816e-08, + "L": 0.0028407627250999212, + "G": 0.019907180219888687, + "F": 0.0003180324856657535, + "E": 1.6902146171560162e-06, + "T": 0.0010168913286179304, + "P": 3.465552481429768e-06, + "-": 0.0044439248740673065 + }, + "id": "tp_29515" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3689389, + "label": "C", + "classification": { + "B": 2.3840556195864337e-09, + "S": 9.414212343017425e-08, + "I": 2.798423338390421e-06, + "C": 0.9743795394897461, + "R": 0.009449964389204979, + "M": 0.0004838425084017217, + "O": 1.1319022632960696e-05, + "W": 5.394786128931628e-08, + "N": 2.4938935361262793e-09, + "Y": 0.0003025266050826758, + "U": 1.2905700813581333e-11, + "K": 1.8658556644179924e-10, + "L": 0.0003410553326830268, + "G": 0.014879867434501648, + "F": 4.669097052101279e-06, + "E": 3.792943630287482e-07, + "T": 0.0001321271702181548, + "P": 5.4301310115079104e-09, + "-": 1.1776634892157745e-05 + }, + "id": "tp_29516" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3689523, + "label": "C", + "classification": { + "B": 2.4239217964350246e-05, + "S": 0.0010520811192691326, + "I": 0.003799445228651166, + "C": 0.3463694453239441, + "R": 0.11452741920948029, + "M": 0.0506008043885231, + "O": 0.011023284867405891, + "W": 0.0005010018358007073, + "N": 0.00024661715724505484, + "Y": 0.0805714875459671, + "U": 1.4896039829181973e-05, + "K": 8.554862870369107e-05, + "L": 0.018779585137963295, + "G": 0.2573311924934387, + "F": 0.017765212804079056, + "E": 0.0011359545169398189, + "T": 0.06517338752746582, + "P": 0.0005301744677126408, + "-": 0.030468245968222618 + }, + "id": "tp_29517" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3689656, + "label": "C", + "classification": { + "B": 1.1831827961827912e-08, + "S": 8.334859558090102e-07, + "I": 2.2391760978734965e-07, + "C": 0.9434165358543396, + "R": 0.03406909108161926, + "M": 0.0018744702683761716, + "O": 3.962096889154054e-05, + "W": 2.436195529753604e-07, + "N": 3.0789668592490216e-09, + "Y": 2.285372647747863e-05, + "U": 2.6651014728429345e-09, + "K": 1.8809494239935276e-10, + "L": 0.0029725804924964905, + "G": 0.01743503101170063, + "F": 1.6991174561553635e-05, + "E": 4.1595023958507227e-07, + "T": 0.00011481272667879239, + "P": 3.952086657932341e-08, + "-": 3.6185079807182774e-05 + }, + "id": "tp_29518" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3689756, + "label": "C", + "classification": { + "B": 3.827849923254689e-06, + "S": 2.752550608420279e-05, + "I": 6.618856423301622e-05, + "C": 0.7371500134468079, + "R": 0.03860500454902649, + "M": 0.013803141191601753, + "O": 0.0009081329917535186, + "W": 1.7365899111609906e-05, + "N": 1.8794418110701372e-06, + "Y": 0.00891819316893816, + "U": 1.0411879429739201e-06, + "K": 1.441141648683697e-06, + "L": 0.008268330246210098, + "G": 0.14598813652992249, + "F": 0.007532687857747078, + "E": 0.00016135882469825447, + "T": 0.004727122839540243, + "P": 0.0001253434456884861, + "-": 0.03369325399398804 + }, + "id": "tp_29519" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3689890, + "label": "C", + "classification": { + "B": 0.0004982489626854658, + "S": 0.0025881859473884106, + "I": 0.020665880292654037, + "C": 0.6566349267959595, + "R": 0.136465385556221, + "M": 0.03830128535628319, + "O": 0.008311019279062748, + "W": 0.001066307071596384, + "N": 0.0017495532520115376, + "Y": 0.01087766420096159, + "U": 0.00010091871808981523, + "K": 0.00010394253331469372, + "L": 0.013048237189650536, + "G": 0.07087985426187515, + "F": 0.003935909364372492, + "E": 0.0025374931283295155, + "T": 0.01707131788134575, + "P": 0.0025187607388943434, + "-": 0.01264515146613121 + }, + "id": "tp_29520" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3690023, + "label": "C", + "classification": { + "B": 4.2037005187012255e-05, + "S": 0.00012720240920316428, + "I": 0.0009424755116924644, + "C": 0.5522484183311462, + "R": 0.08364272117614746, + "M": 0.05029866471886635, + "O": 0.003991288132965565, + "W": 0.0001340559683740139, + "N": 3.407323674764484e-05, + "Y": 0.03590216487646103, + "U": 3.418787309783511e-05, + "K": 2.356693039473612e-05, + "L": 0.019655436277389526, + "G": 0.13123594224452972, + "F": 0.006372424308210611, + "E": 0.0007358755101449788, + "T": 0.024285059422254562, + "P": 0.0005489125614985824, + "-": 0.08974544703960419 + }, + "id": "tp_29521" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3690157, + "label": "C", + "classification": { + "B": 0.00022986852854955941, + "S": 0.0002825947303790599, + "I": 0.0007723028538748622, + "C": 0.5640724301338196, + "R": 0.047681499272584915, + "M": 0.016178378835320473, + "O": 0.0022338610142469406, + "W": 0.00018856031238101423, + "N": 8.364496898138896e-05, + "Y": 0.012959472835063934, + "U": 1.803002305678092e-05, + "K": 8.148625784087926e-05, + "L": 0.017153896391391754, + "G": 0.306160032749176, + "F": 0.01169395912438631, + "E": 0.003976356238126755, + "T": 0.004673007410019636, + "P": 0.0005235733697190881, + "-": 0.01103689894080162 + }, + "id": "tp_29522" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3690257, + "label": "C", + "classification": { + "B": 0.00012425518070813268, + "S": 0.0007584923296235502, + "I": 0.016258813440799713, + "C": 0.6848320960998535, + "R": 0.03257068246603012, + "M": 0.014664682559669018, + "O": 0.001841123914346099, + "W": 0.00023289806267712265, + "N": 0.0018885200843214989, + "Y": 0.0072795855812728405, + "U": 6.8500085035339e-06, + "K": 4.482320582610555e-05, + "L": 0.004037011880427599, + "G": 0.20278239250183105, + "F": 0.0013864676002413034, + "E": 0.021708102896809578, + "T": 0.0067953080870211124, + "P": 0.00115441984962672, + "-": 0.00163337925914675 + }, + "id": "tp_29523" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3690390, + "label": "C", + "classification": { + "B": 2.129882403778538e-08, + "S": 3.3338499179080827e-06, + "I": 2.3909897208795883e-06, + "C": 0.9182974100112915, + "R": 0.04931791499257088, + "M": 0.0034393779933452606, + "O": 4.976058698957786e-05, + "W": 4.461798823740537e-07, + "N": 3.276990057088369e-08, + "Y": 2.1691635993192904e-05, + "U": 3.095007139464201e-09, + "K": 2.5471704745427814e-09, + "L": 0.0021917608100920916, + "G": 0.026116421446204185, + "F": 5.194464756641537e-05, + "E": 1.4800459666730603e-06, + "T": 0.0004555182240437716, + "P": 1.3803855836158618e-07, + "-": 5.037298615206964e-05 + }, + "id": "tp_29524" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3690524, + "label": "C", + "classification": { + "B": 5.713020279074499e-09, + "S": 3.8022349713173753e-07, + "I": 4.0303714854417194e-07, + "C": 0.94302898645401, + "R": 0.021379388868808746, + "M": 0.0023200311698019505, + "O": 3.7175017496338114e-05, + "W": 1.4731165265402524e-07, + "N": 3.878917631539025e-09, + "Y": 0.0001325102202827111, + "U": 1.9866590594830313e-09, + "K": 5.2769094649463e-10, + "L": 0.0018227464752271771, + "G": 0.030876880511641502, + "F": 7.197073136921972e-05, + "E": 9.325685255134886e-07, + "T": 0.00020083654089830816, + "P": 9.452910632035127e-08, + "-": 0.00012747188156936318 + }, + "id": "tp_29525" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3690657, + "label": "C", + "classification": { + "B": 0.0006265541887842119, + "S": 0.0009143431670963764, + "I": 0.036213621497154236, + "C": 0.5164958238601685, + "R": 0.10667623579502106, + "M": 0.08773444592952728, + "O": 0.006340453401207924, + "W": 0.0008251304388977587, + "N": 0.0017286341171711683, + "Y": 0.0224174652248621, + "U": 0.0001611146581126377, + "K": 0.00028278902755118906, + "L": 0.018582746386528015, + "G": 0.14918486773967743, + "F": 0.00442645326256752, + "E": 0.012395917437970638, + "T": 0.018562188372015953, + "P": 0.004011212848126888, + "-": 0.012419973500072956 + }, + "id": "tp_29526" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3690757, + "label": "C", + "classification": { + "B": 8.634249581973563e-08, + "S": 7.000215191510506e-06, + "I": 7.94752577348845e-06, + "C": 0.9629847407341003, + "R": 0.02097157947719097, + "M": 0.0007738179410807788, + "O": 6.640580977546051e-05, + "W": 2.198841002609697e-06, + "N": 2.6553695420261647e-07, + "Y": 0.00015726311539765447, + "U": 7.833699022796736e-09, + "K": 3.915318202984963e-08, + "L": 0.0005223218468017876, + "G": 0.01384058129042387, + "F": 8.408116991631687e-05, + "E": 3.6132298646407435e-06, + "T": 0.0005199876613914967, + "P": 3.10209173903786e-07, + "-": 5.7766432291828096e-05 + }, + "id": "tp_29527" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3690891, + "label": "C", + "classification": { + "B": 7.653698958165478e-06, + "S": 0.0005098562687635422, + "I": 0.0026967653539031744, + "C": 0.7709055542945862, + "R": 0.070836640894413, + "M": 0.007805466651916504, + "O": 0.0030192492995411158, + "W": 0.0002108009794028476, + "N": 0.0001618012902326882, + "Y": 0.03045021742582321, + "U": 1.3775008937955135e-06, + "K": 2.415944982203655e-05, + "L": 0.003253326518461108, + "G": 0.08061753213405609, + "F": 0.0011562909930944443, + "E": 0.00018359263776801527, + "T": 0.026890506967902184, + "P": 2.8284805011935532e-05, + "-": 0.0012408102629706264 + }, + "id": "tp_29528" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3691024, + "label": "C", + "classification": { + "B": 3.6630729027820053e-06, + "S": 0.00010581965034361929, + "I": 6.365169974742457e-05, + "C": 0.806058406829834, + "R": 0.04317022114992142, + "M": 0.01047004945576191, + "O": 0.0004744588804896921, + "W": 1.3358798241824843e-05, + "N": 3.3380154036422027e-06, + "Y": 0.0002272602287121117, + "U": 5.994579623802565e-07, + "K": 3.7259974305925425e-07, + "L": 0.009907380677759647, + "G": 0.12597781419754028, + "F": 0.0005841824458912015, + "E": 9.25417771213688e-05, + "T": 0.002302210545167327, + "P": 1.4587293662771117e-05, + "-": 0.0005300558404996991 + }, + "id": "tp_29529" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3691158, + "label": "C", + "classification": { + "B": 2.7814759960165247e-05, + "S": 0.00028179114451631904, + "I": 0.003564282786101103, + "C": 0.8190352320671082, + "R": 0.06916709244251251, + "M": 0.011631077155470848, + "O": 0.0014884498668834567, + "W": 0.0002013743796851486, + "N": 0.00035183975705876946, + "Y": 0.00385984661988914, + "U": 8.320016604557168e-06, + "K": 2.8167065465822816e-05, + "L": 0.003777923760935664, + "G": 0.07773646712303162, + "F": 0.0008059454848989844, + "E": 0.001322885975241661, + "T": 0.005449203774333, + "P": 0.0003166187962051481, + "-": 0.000945596257224679 + }, + "id": "tp_29530" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3691258, + "label": "C", + "classification": { + "B": 5.237181426309689e-07, + "S": 5.086600504000671e-05, + "I": 6.169792868604418e-06, + "C": 0.8198056221008301, + "R": 0.053669415414333344, + "M": 0.006589984055608511, + "O": 0.0003924814227502793, + "W": 6.198153641889803e-06, + "N": 3.8086591302999295e-07, + "Y": 0.0001082764720194973, + "U": 8.248720462233905e-08, + "K": 4.28289084197786e-08, + "L": 0.011217511259019375, + "G": 0.10643000155687332, + "F": 0.0003555377188604325, + "E": 1.023518962028902e-05, + "T": 0.001152631244622171, + "P": 1.5202706435957225e-06, + "-": 0.00020250405941624194 + }, + "id": "tp_29531" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3691391, + "label": "C", + "classification": { + "B": 9.172519639832899e-05, + "S": 0.0007472950383089483, + "I": 0.0006906987982802093, + "C": 0.6014316082000732, + "R": 0.17066152393817902, + "M": 0.028964297845959663, + "O": 0.006715958472341299, + "W": 0.00030425211298279464, + "N": 6.698508514091372e-05, + "Y": 0.004464978352189064, + "U": 2.572107950982172e-05, + "K": 1.8958229702548124e-05, + "L": 0.038146402686834335, + "G": 0.12791112065315247, + "F": 0.003225527936592698, + "E": 0.000319530168781057, + "T": 0.009312307462096214, + "P": 0.00019335401884745806, + "-": 0.006707761902362108 + }, + "id": "tp_29532" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3691525, + "label": "C", + "classification": { + "B": 0.00026963732670992613, + "S": 0.0007395450375042856, + "I": 0.005670448299497366, + "C": 0.7622440457344055, + "R": 0.11209455877542496, + "M": 0.04428436979651451, + "O": 0.0026122236158698797, + "W": 0.0002178545546485111, + "N": 0.00013451973791234195, + "Y": 0.0011113930959254503, + "U": 6.238742571440525e-06, + "K": 7.920521056803409e-07, + "L": 0.018703870475292206, + "G": 0.04587630555033684, + "F": 0.0002848563890438527, + "E": 0.0011089500039815903, + "T": 0.00239090109243989, + "P": 0.00047750782687216997, + "-": 0.0017719002207741141 + }, + "id": "tp_29533" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3691658, + "label": "C", + "classification": { + "B": 4.3461960785862175e-07, + "S": 8.854908082867041e-05, + "I": 0.00024627457605674863, + "C": 0.9009343385696411, + "R": 0.029324576258659363, + "M": 0.002973312744870782, + "O": 0.00027795223286375403, + "W": 8.766209248278756e-06, + "N": 1.6967393094091676e-05, + "Y": 0.0007989847217686474, + "U": 4.0110556653871754e-08, + "K": 3.3621205375311547e-07, + "L": 0.0007261187420226634, + "G": 0.057972025126218796, + "F": 6.461163138737902e-05, + "E": 4.7619640099583194e-05, + "T": 0.006447264458984137, + "P": 2.105411567754345e-06, + "-": 6.973848212510347e-05 + }, + "id": "tp_29534" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3691758, + "label": "C", + "classification": { + "B": 0.0077322316356003284, + "S": 0.004187348298728466, + "I": 0.02071951888501644, + "C": 0.22510115802288055, + "R": 0.08613124489784241, + "M": 0.0950421392917633, + "O": 0.02007875218987465, + "W": 0.0025986931286752224, + "N": 0.0018118087900802493, + "Y": 0.01292871218174696, + "U": 0.0014897544169798493, + "K": 0.00012162690836703405, + "L": 0.08461356908082962, + "G": 0.13290530443191528, + "F": 0.021377654746174812, + "E": 0.006511998828500509, + "T": 0.04325107857584953, + "P": 0.02419588714838028, + "-": 0.20920145511627197 + }, + "id": "tp_29535" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3691892, + "label": "-", + "classification": { + "B": 2.1712809328278126e-09, + "S": 1.4757404187548673e-08, + "I": 4.453712335816817e-06, + "C": 0.00024427848984487355, + "R": 1.5250510841724463e-05, + "M": 2.7296842745272443e-05, + "O": 4.000719854957424e-06, + "W": 1.3049596070402458e-08, + "N": 3.247064128686361e-08, + "Y": 0.00023124029394239187, + "U": 9.926738542276325e-09, + "K": 1.2915164937510326e-08, + "L": 1.097797849070048e-06, + "G": 0.00015998035087250173, + "F": 0.0009154221042990685, + "E": 6.421378202503547e-07, + "T": 0.00022297707619145513, + "P": 0.0014258003793656826, + "-": 0.9967474937438965 + }, + "id": "tp_29536" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3692025, + "label": "-", + "classification": { + "B": 2.9538145099650137e-05, + "S": 4.178200015303446e-06, + "I": 0.000297421618597582, + "C": 0.00036789398291148245, + "R": 3.681417729239911e-05, + "M": 0.00010265342280035838, + "O": 5.190527008380741e-05, + "W": 1.9744663859455613e-06, + "N": 2.013485209317878e-05, + "Y": 0.0017050161259248853, + "U": 4.728641215479001e-06, + "K": 2.4726844003453152e-06, + "L": 2.562781810411252e-05, + "G": 0.001366956508718431, + "F": 0.0037430631928145885, + "E": 0.00032083314727060497, + "T": 0.000993446446955204, + "P": 0.183187335729599, + "-": 0.8077379465103149 + }, + "id": "tp_29537" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3692125, + "label": "-", + "classification": { + "B": 9.49059467529878e-05, + "S": 2.9359848667809274e-06, + "I": 0.0006898357532918453, + "C": 0.00030814550700597465, + "R": 5.028332452639006e-05, + "M": 0.0023258724249899387, + "O": 0.00034140035859309137, + "W": 5.271775535220513e-06, + "N": 1.0820344868989196e-05, + "Y": 0.0017644846811890602, + "U": 2.3563891318190144e-06, + "K": 1.5254343566084572e-07, + "L": 0.00021158182062208652, + "G": 0.0026532041374593973, + "F": 0.0009009321220219135, + "E": 0.0003906477359123528, + "T": 0.0022655946668237448, + "P": 0.04366821050643921, + "-": 0.9443134069442749 + }, + "id": "tp_29538" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3692259, + "label": "-", + "classification": { + "B": 8.17150212242268e-05, + "S": 0.00010313829989172518, + "I": 0.001259705051779747, + "C": 0.10368916392326355, + "R": 0.010391718707978725, + "M": 0.012338831089437008, + "O": 0.002323112916201353, + "W": 0.0001292945962632075, + "N": 0.00012059973960276693, + "Y": 0.07500530779361725, + "U": 5.681835318682715e-05, + "K": 0.000359841127647087, + "L": 0.0038353833369910717, + "G": 0.10677464306354523, + "F": 0.0620371475815773, + "E": 0.0035464938264340162, + "T": 0.011997515335679054, + "P": 0.01597951166331768, + "-": 0.589970052242279 + }, + "id": "tp_29539" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3692392, + "label": "-", + "classification": { + "B": 3.9846551658229146e-07, + "S": 1.9552240715370317e-08, + "I": 4.370442638901295e-06, + "C": 3.4923482417070772e-06, + "R": 8.857242050908098e-08, + "M": 5.36565630682162e-06, + "O": 1.0355763606639812e-06, + "W": 2.9770987453048292e-08, + "N": 1.7350141945371433e-07, + "Y": 1.5093485671968665e-05, + "U": 1.9497607084417723e-08, + "K": 3.584414898227806e-08, + "L": 1.541942822314013e-07, + "G": 2.6103640266228467e-05, + "F": 0.0014230115339159966, + "E": 3.756644582608715e-05, + "T": 2.3088021407602355e-05, + "P": 0.4096636176109314, + "-": 0.5887962579727173 + }, + "id": "tp_29540" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3692526, + "label": "-", + "classification": { + "B": 5.010882264677718e-10, + "S": 4.3850650888188625e-10, + "I": 3.2499799544893904e-06, + "C": 2.9214606911409646e-07, + "R": 1.637527979880815e-08, + "M": 4.458038802113151e-06, + "O": 1.29000440551863e-07, + "W": 1.349006129025554e-09, + "N": 1.7975123611790877e-08, + "Y": 2.506132295820862e-05, + "U": 1.043533259803553e-09, + "K": 4.0592857963872575e-09, + "L": 1.106661340344317e-08, + "G": 4.077775884070434e-06, + "F": 0.00016854485147632658, + "E": 4.400683792482596e-06, + "T": 1.9158038412570022e-05, + "P": 0.03934207558631897, + "-": 0.9604285955429077 + }, + "id": "tp_29541" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3692626, + "label": "-", + "classification": { + "B": 1.486267819927889e-08, + "S": 1.1536467781070314e-07, + "I": 7.3253645496151876e-06, + "C": 0.0001733677345328033, + "R": 1.7543550711707212e-05, + "M": 0.00010030052362708375, + "O": 3.0375565984286368e-05, + "W": 1.716427107112395e-07, + "N": 2.2443634861701867e-07, + "Y": 0.0024647891987115145, + "U": 1.1091032092735986e-07, + "K": 2.0295654223900783e-07, + "L": 9.366934136778582e-06, + "G": 0.0002885993744712323, + "F": 0.0008009527227841318, + "E": 7.135610303521389e-06, + "T": 0.0009267749264836311, + "P": 0.0034526775125414133, + "-": 0.9917199611663818 + }, + "id": "tp_29542" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3692759, + "label": "-", + "classification": { + "B": 3.4915754554276646e-07, + "S": 1.0486762221262325e-05, + "I": 6.020679848006694e-06, + "C": 0.004078437574207783, + "R": 0.0002477235975675285, + "M": 0.0008771528373472393, + "O": 0.00021509960060939193, + "W": 2.7918822524952702e-06, + "N": 4.869813778896059e-07, + "Y": 0.0018776733195409179, + "U": 1.0437403119567534e-07, + "K": 5.178163178243267e-07, + "L": 0.0004278407141100615, + "G": 0.008265077136456966, + "F": 0.2046566754579544, + "E": 4.0072864067042246e-05, + "T": 0.0016538627678528428, + "P": 0.004045591223984957, + "-": 0.7735939621925354 + }, + "id": "tp_29543" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3692893, + "label": "-", + "classification": { + "B": 5.782021617051214e-07, + "S": 1.5949598264342058e-07, + "I": 0.00020261635654605925, + "C": 0.005900553893297911, + "R": 0.00016538200725335628, + "M": 0.00040485954377800226, + "O": 1.276165039598709e-05, + "W": 4.751464075525291e-07, + "N": 1.6737025134716532e-06, + "Y": 0.000757457863073796, + "U": 1.2329544460953912e-06, + "K": 3.419506526824989e-07, + "L": 2.623755244712811e-05, + "G": 0.002067669527605176, + "F": 0.006825652904808521, + "E": 0.0001441929052816704, + "T": 0.000415972201153636, + "P": 0.05325319990515709, + "-": 0.9298189282417297 + }, + "id": "tp_29544" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3693026, + "label": "-", + "classification": { + "B": 2.481736517678801e-11, + "S": 5.0643069599010104e-11, + "I": 3.6696306437988824e-07, + "C": 1.6348244002983847e-07, + "R": 4.76200190391296e-09, + "M": 1.6987816309210757e-07, + "O": 2.9921288557943626e-08, + "W": 9.382478821651219e-11, + "N": 1.265473170697362e-09, + "Y": 3.7519148463616148e-06, + "U": 4.6349646343202267e-11, + "K": 7.233559584651772e-11, + "L": 1.5897737570824688e-09, + "G": 7.856419870222453e-07, + "F": 3.658253626781516e-05, + "E": 1.3983580515741778e-07, + "T": 2.3194061213871464e-06, + "P": 0.012687603943049908, + "-": 0.9872681498527527 + }, + "id": "tp_29545" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3693126, + "label": "-", + "classification": { + "B": 1.505721058947529e-08, + "S": 6.236030714035223e-08, + "I": 3.281614772276953e-05, + "C": 0.000354837829945609, + "R": 4.865181108471006e-05, + "M": 5.029787280363962e-05, + "O": 8.413629984715953e-06, + "W": 1.304306920246745e-07, + "N": 2.2754461781460122e-07, + "Y": 0.0007927074912004173, + "U": 8.127609874009067e-08, + "K": 2.889174766096403e-08, + "L": 2.5767308216018137e-06, + "G": 6.222905358299613e-05, + "F": 0.0003917282447218895, + "E": 5.5540044741064776e-06, + "T": 0.00048655454884283245, + "P": 0.004214824642986059, + "-": 0.9935482144355774 + }, + "id": "tp_29546" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3693260, + "label": "-", + "classification": { + "B": 1.9889682349033544e-12, + "S": 3.5116900706788634e-12, + "I": 6.429374810323907e-09, + "C": 4.5491308497958016e-08, + "R": 1.5578773826518955e-09, + "M": 2.059850068292235e-08, + "O": 7.109207000866036e-09, + "W": 8.54251478582535e-12, + "N": 1.1778747248392119e-11, + "Y": 3.698866919421562e-07, + "U": 2.524189624680817e-12, + "K": 1.0524289501944589e-13, + "L": 6.344608727282264e-10, + "G": 5.842202455141887e-08, + "F": 4.758477643918013e-06, + "E": 4.048369139919572e-10, + "T": 1.9053877622354776e-06, + "P": 0.0028915819711983204, + "-": 0.9971012473106384 + }, + "id": "tp_29547" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3693393, + "label": "-", + "classification": { + "B": 2.4676392058609053e-05, + "S": 1.0549741091381293e-05, + "I": 0.00025167904095724225, + "C": 0.00017382396617904305, + "R": 3.362527786521241e-05, + "M": 0.0004133095499128103, + "O": 0.00020324949582573026, + "W": 1.1424669537518639e-05, + "N": 2.4928178390837274e-05, + "Y": 0.002269000979140401, + "U": 6.892865258123493e-06, + "K": 9.535941899230238e-06, + "L": 3.334229040774517e-05, + "G": 0.0007659875554963946, + "F": 0.002357001416385174, + "E": 0.0001351835671812296, + "T": 0.0021080144215375185, + "P": 0.08412986993789673, + "-": 0.9070379734039307 + }, + "id": "tp_29548" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3693527, + "label": "-", + "classification": { + "B": 6.6496539830041e-08, + "S": 7.324238993078325e-08, + "I": 7.439930777763948e-05, + "C": 0.00010929349082289264, + "R": 1.4200630175764672e-05, + "M": 2.2803922547609545e-05, + "O": 1.1380184332665522e-05, + "W": 2.4347468752239365e-07, + "N": 1.2901459740533028e-06, + "Y": 0.00036179021117277443, + "U": 4.7582688011971186e-07, + "K": 2.7722859385903575e-07, + "L": 1.5324077367040445e-06, + "G": 7.254345109686255e-05, + "F": 0.00044918403727933764, + "E": 1.1851058843603823e-05, + "T": 0.00034186866832897067, + "P": 0.025574609637260437, + "-": 0.9729520678520203 + }, + "id": "tp_29549" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3693627, + "label": "-", + "classification": { + "B": 1.077907745639095e-05, + "S": 7.610669399582548e-06, + "I": 0.0007050993735902011, + "C": 0.0006686029955744743, + "R": 0.00010231283522443846, + "M": 0.0005160437431186438, + "O": 0.0002103455481119454, + "W": 9.26592565519968e-06, + "N": 5.963303556200117e-05, + "Y": 0.00313113396987319, + "U": 1.2692356904153712e-05, + "K": 2.6972285922965966e-05, + "L": 5.185150075703859e-05, + "G": 0.0014081050176173449, + "F": 0.009681539610028267, + "E": 0.0007161780958995223, + "T": 0.001460873056203127, + "P": 0.08588982373476028, + "-": 0.8953312039375305 + }, + "id": "tp_29550" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3693760, + "label": "-", + "classification": { + "B": 3.9604351798061543e-08, + "S": 3.981007239417522e-07, + "I": 8.46200873638736e-06, + "C": 0.0005059396498836577, + "R": 4.9573034630157053e-05, + "M": 3.5050212318310514e-05, + "O": 2.8170405130367726e-05, + "W": 3.924325255866279e-07, + "N": 3.465858355866658e-07, + "Y": 0.00039191439282149076, + "U": 8.43772838265977e-08, + "K": 3.228342393413186e-07, + "L": 5.486813279276248e-06, + "G": 0.00031188115826807916, + "F": 0.007058386225253344, + "E": 4.569876637106063e-06, + "T": 0.00016643833077978343, + "P": 0.004352609161287546, + "-": 0.987079918384552 + }, + "id": "tp_29551" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3693894, + "label": "-", + "classification": { + "B": 1.789473458302382e-06, + "S": 1.2330596632637025e-07, + "I": 4.312172222853405e-06, + "C": 4.799129328603158e-06, + "R": 1.246842316504626e-06, + "M": 5.256909935269505e-05, + "O": 1.4496996300294995e-05, + "W": 9.081526997078981e-08, + "N": 4.088035510108057e-08, + "Y": 0.00019894524302799255, + "U": 1.058007725873722e-08, + "K": 1.5377332740484917e-09, + "L": 7.477808594558155e-06, + "G": 0.00023675832198932767, + "F": 0.0007624998106621206, + "E": 4.89890180688235e-06, + "T": 0.00018200057093054056, + "P": 0.004926508758217096, + "-": 0.993601381778717 + }, + "id": "tp_29552" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3694027, + "label": "-", + "classification": { + "B": 9.531685440933302e-10, + "S": 8.563015541085406e-08, + "I": 2.289822305101552e-06, + "C": 7.171793640736723e-06, + "R": 4.044897650601342e-06, + "M": 3.944695436075563e-06, + "O": 5.308259005687432e-06, + "W": 4.191012692444929e-08, + "N": 6.151929454745186e-08, + "Y": 0.00019050613627769053, + "U": 3.5401603870610643e-09, + "K": 2.4685389732326257e-08, + "L": 5.156516067472694e-07, + "G": 2.2228892703424208e-05, + "F": 0.002434680238366127, + "E": 2.5181930141116027e-07, + "T": 9.527646761853248e-05, + "P": 0.0032528971787542105, + "-": 0.9939807653427124 + }, + "id": "tp_29553" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3694127, + "label": "-", + "classification": { + "B": 1.357008255764569e-10, + "S": 3.432456541219153e-10, + "I": 7.190667474787915e-06, + "C": 9.850875670736059e-08, + "R": 6.662268070556365e-09, + "M": 3.199326954472781e-07, + "O": 8.143782537217703e-08, + "W": 3.451824381883739e-10, + "N": 6.0428092751863e-08, + "Y": 1.8710301446844824e-05, + "U": 5.261305835446706e-10, + "K": 2.3230579682120833e-09, + "L": 9.415623836162013e-10, + "G": 6.33526553883712e-07, + "F": 8.176521987479646e-06, + "E": 2.198493120886269e-06, + "T": 2.767897240119055e-05, + "P": 0.04468173906207085, + "-": 0.955253005027771 + }, + "id": "tp_29554" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3694261, + "label": "-", + "classification": { + "B": 1.1006075055775e-06, + "S": 8.536347309018311e-07, + "I": 2.7181431505596265e-05, + "C": 0.0003635359462350607, + "R": 0.00014511500194203109, + "M": 0.0025876036379486322, + "O": 0.00022674481442663819, + "W": 1.2677413678829907e-06, + "N": 2.719252449878695e-07, + "Y": 0.003388781566172838, + "U": 2.372846665821271e-07, + "K": 1.2200576549048492e-08, + "L": 0.00030880700796842575, + "G": 0.0020672292448580265, + "F": 0.0011357126059010625, + "E": 3.921285951946629e-06, + "T": 0.004650132730603218, + "P": 0.0010998847428709269, + "-": 0.9839915633201599 + }, + "id": "tp_29555" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3694394, + "label": "-", + "classification": { + "B": 1.359751533591691e-09, + "S": 8.422429420562594e-10, + "I": 9.453269456116686e-08, + "C": 1.2200025878428278e-07, + "R": 1.497208756973123e-08, + "M": 1.7277313872909872e-06, + "O": 6.480673278019822e-07, + "W": 2.1483157475188364e-09, + "N": 9.652679766603e-10, + "Y": 4.055566023453139e-06, + "U": 1.5476563086647133e-10, + "K": 8.080201091553718e-11, + "L": 2.766338802473456e-08, + "G": 1.0153457878914196e-06, + "F": 4.396462463773787e-05, + "E": 3.378577773105462e-08, + "T": 9.837311154115014e-06, + "P": 0.001015263027511537, + "-": 0.998923122882843 + }, + "id": "tp_29556" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3694528, + "label": "-", + "classification": { + "B": 5.648564727067651e-09, + "S": 2.176990143709645e-08, + "I": 3.3720748433552217e-06, + "C": 1.1720022484951187e-05, + "R": 1.526455776001967e-06, + "M": 5.0746828492265195e-05, + "O": 3.6608691971196095e-06, + "W": 3.61766971934685e-08, + "N": 3.982990648410123e-08, + "Y": 0.00036797940265387297, + "U": 9.385486166024748e-09, + "K": 1.873674904118161e-08, + "L": 2.858325558463548e-07, + "G": 1.6460508049931377e-05, + "F": 0.00014432745228987187, + "E": 6.8464817104541e-07, + "T": 0.0003741028194781393, + "P": 0.0012133539421483874, + "-": 0.9978117346763611 + }, + "id": "tp_29557" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3694628, + "label": "-", + "classification": { + "B": 7.104096511056923e-08, + "S": 4.1675381368122544e-08, + "I": 1.0260051567456685e-05, + "C": 1.5761384929646738e-05, + "R": 3.1642553040001076e-06, + "M": 6.657240737695247e-05, + "O": 1.638152934901882e-05, + "W": 1.1666667631970995e-07, + "N": 1.5334536840327928e-07, + "Y": 0.00032031306182034314, + "U": 4.950990728502802e-08, + "K": 1.2334572474514971e-08, + "L": 2.5782785542105557e-06, + "G": 5.967187826172449e-05, + "F": 0.00023759782197885215, + "E": 1.3488210015566438e-06, + "T": 0.00035583670251071453, + "P": 0.0033845568541437387, + "-": 0.9955254197120667 + }, + "id": "tp_29558" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3694761, + "label": "-", + "classification": { + "B": 1.3843560076054473e-08, + "S": 3.460298936275308e-09, + "I": 2.738198190854746e-06, + "C": 1.6232148482231423e-05, + "R": 1.2627890555449994e-06, + "M": 2.806093561957823e-06, + "O": 9.876077911030734e-07, + "W": 7.775121879660674e-09, + "N": 9.009292867290242e-09, + "Y": 2.1438107069116086e-05, + "U": 2.4747854876494557e-09, + "K": 4.5918235880293423e-10, + "L": 2.160369092507608e-07, + "G": 1.5565365174552426e-05, + "F": 0.00014516936789732426, + "E": 2.3267202209353854e-07, + "T": 1.679603519733064e-05, + "P": 0.004501424264162779, + "-": 0.9952751398086548 + }, + "id": "tp_29559" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3694895, + "label": "-", + "classification": { + "B": 1.1713809726643376e-05, + "S": 3.193278826074675e-05, + "I": 0.0006246399716474116, + "C": 0.041722528636455536, + "R": 0.0028939018957316875, + "M": 0.001957640517503023, + "O": 0.00033243722282350063, + "W": 2.6017061827587895e-05, + "N": 2.798062087094877e-05, + "Y": 0.008708693087100983, + "U": 9.34532636165386e-06, + "K": 4.26126534875948e-05, + "L": 0.00023806402168702334, + "G": 0.021941278129816055, + "F": 0.02094528079032898, + "E": 0.0009509138762950897, + "T": 0.0047167097218334675, + "P": 0.017362674698233604, + "-": 0.8774557113647461 + }, + "id": "tp_29560" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3695028, + "label": "-", + "classification": { + "B": 2.799369667627616e-06, + "S": 3.001750428666128e-06, + "I": 0.0003394265950191766, + "C": 0.00030307035194709897, + "R": 3.5355755244381726e-05, + "M": 0.00020164181478321552, + "O": 7.075721805449575e-05, + "W": 4.247911419952288e-06, + "N": 2.5137207558145747e-05, + "Y": 0.0015731482999399304, + "U": 2.938544412245392e-06, + "K": 4.751023880089633e-06, + "L": 9.178717846225481e-06, + "G": 0.0004361080063972622, + "F": 0.0035793320275843143, + "E": 0.0006262563401833177, + "T": 0.00103618239518255, + "P": 0.10492657870054245, + "-": 0.8868201375007629 + }, + "id": "tp_29561" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3695128, + "label": "-", + "classification": { + "B": 5.486773257956656e-10, + "S": 4.991456206693279e-11, + "I": 2.1827885632319521e-07, + "C": 2.7575487138165045e-07, + "R": 2.5682962423445588e-09, + "M": 5.328162089313082e-08, + "O": 1.0258979443733551e-08, + "W": 5.841137989959222e-11, + "N": 1.1682822487202316e-09, + "Y": 3.050214218092151e-06, + "U": 1.759685730462479e-10, + "K": 2.390063424950739e-10, + "L": 9.304911285923367e-10, + "G": 9.041395401254704e-07, + "F": 3.8336216675816104e-05, + "E": 2.2987681802533189e-07, + "T": 1.7848283277999144e-06, + "P": 0.03874613717198372, + "-": 0.9612088203430176 + }, + "id": "tp_29562" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3695262, + "label": "-", + "classification": { + "B": 2.755303967205691e-07, + "S": 1.0824286533761551e-07, + "I": 8.712294402357657e-06, + "C": 3.397809632588178e-05, + "R": 2.799476988002425e-06, + "M": 5.06299220432993e-05, + "O": 1.1331656423863024e-05, + "W": 9.24708416505382e-08, + "N": 1.8745259922070545e-07, + "Y": 0.00023194585810415447, + "U": 5.0434959320000416e-08, + "K": 1.1607111716216423e-08, + "L": 5.5838286243670154e-06, + "G": 0.00014303444186225533, + "F": 0.0018650451675057411, + "E": 1.3805131857225206e-05, + "T": 0.0001724272151477635, + "P": 0.02338184043765068, + "-": 0.9740782380104065 + }, + "id": "tp_29563" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3695395, + "label": "-", + "classification": { + "B": 2.829731761411214e-11, + "S": 1.0643933651133253e-10, + "I": 7.193027045104827e-07, + "C": 7.182491117418977e-07, + "R": 6.103545047153602e-08, + "M": 3.9416337926923006e-07, + "O": 9.095469977182802e-08, + "W": 6.720196621401442e-10, + "N": 9.97292826099283e-09, + "Y": 6.952831608941779e-05, + "U": 5.569368299873645e-10, + "K": 1.6110039524619424e-08, + "L": 2.265465814943468e-09, + "G": 1.950735850186902e-06, + "F": 0.0003245961561333388, + "E": 4.6628863969999657e-07, + "T": 7.39363440516172e-06, + "P": 0.008040400221943855, + "-": 0.9915536046028137 + }, + "id": "tp_29564" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3695529, + "label": "-", + "classification": { + "B": 1.9077004253631458e-05, + "S": 1.1562955478439108e-05, + "I": 0.0014481850666925311, + "C": 0.010039123706519604, + "R": 0.0013918011682108045, + "M": 0.006234135013073683, + "O": 0.0006974259740673006, + "W": 2.9834127417416312e-05, + "N": 3.82837861252483e-05, + "Y": 0.011421451345086098, + "U": 2.759184644673951e-05, + "K": 1.0470675988472067e-05, + "L": 0.0004504649550653994, + "G": 0.00464934716001153, + "F": 0.0035838941112160683, + "E": 0.0004960731603205204, + "T": 0.01176509726792574, + "P": 0.01651090569794178, + "-": 0.9311752915382385 + }, + "id": "tp_29565" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3695629, + "label": "-", + "classification": { + "B": 3.2474165436724434e-06, + "S": 1.4216579984349664e-05, + "I": 0.00017425970872864127, + "C": 0.0024899246636778116, + "R": 0.00060346006648615, + "M": 0.0009980198228731751, + "O": 0.0002670052635949105, + "W": 1.6205494830501266e-05, + "N": 1.355130643787561e-05, + "Y": 0.004229401703923941, + "U": 6.604165264434414e-06, + "K": 1.8075035768561065e-05, + "L": 0.000122171884868294, + "G": 0.0016995648620650172, + "F": 0.03783315047621727, + "E": 0.00012835278175771236, + "T": 0.0029784401413053274, + "P": 0.02006264217197895, + "-": 0.9283416867256165 + }, + "id": "tp_29566" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3695762, + "label": "-", + "classification": { + "B": 1.373015692252011e-07, + "S": 7.34811692382209e-06, + "I": 2.1158588424441405e-05, + "C": 0.012580368667840958, + "R": 0.0006121369660831988, + "M": 0.00029520635143853724, + "O": 0.00013142835814505816, + "W": 1.8939605297418893e-06, + "N": 1.1969701745329075e-06, + "Y": 0.003091266145929694, + "U": 1.0388518489889975e-07, + "K": 1.3261425237942603e-06, + "L": 0.0001626903103897348, + "G": 0.018356632441282272, + "F": 0.08990167081356049, + "E": 4.009099575341679e-05, + "T": 0.0017054001800715923, + "P": 0.0025951885618269444, + "-": 0.8704947829246521 + }, + "id": "tp_29567" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3695896, + "label": "-", + "classification": { + "B": 1.924248094198333e-09, + "S": 2.548746491637388e-10, + "I": 6.951406135158322e-07, + "C": 3.2565535548201296e-06, + "R": 2.9874510687477596e-07, + "M": 3.045879282126407e-07, + "O": 3.0033939424356504e-07, + "W": 1.0750741408216413e-09, + "N": 3.955038962999424e-09, + "Y": 5.0030776037601754e-05, + "U": 1.6000725189257992e-09, + "K": 2.196511722507566e-10, + "L": 6.692504683769585e-08, + "G": 1.4385740541911218e-05, + "F": 0.00016411938122473657, + "E": 2.698160130876204e-07, + "T": 1.1120065209979657e-05, + "P": 0.01658087968826294, + "-": 0.9831742644309998 + }, + "id": "tp_29568" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3696029, + "label": "-", + "classification": { + "B": 1.2309166130819449e-08, + "S": 1.4617330457156186e-08, + "I": 5.251994025456952e-06, + "C": 7.318388725252589e-06, + "R": 1.0544898714215378e-06, + "M": 1.864758633018937e-05, + "O": 2.006948761845706e-06, + "W": 1.2775630331418597e-08, + "N": 2.8312582500689132e-08, + "Y": 0.00023708109802100807, + "U": 4.432335387605235e-09, + "K": 1.6303971506204107e-09, + "L": 5.219779382059642e-07, + "G": 4.171871114522219e-05, + "F": 0.00016914086882025003, + "E": 1.2959417290403508e-06, + "T": 0.0001194098440464586, + "P": 0.005589884705841541, + "-": 0.9938066005706787 + }, + "id": "tp_29569" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3696129, + "label": "-", + "classification": { + "B": 7.250716294038284e-08, + "S": 1.3955631175122107e-06, + "I": 2.861246684915386e-06, + "C": 0.0015059999423101544, + "R": 0.00039870411274023354, + "M": 0.00016781387967057526, + "O": 0.00012635535676963627, + "W": 1.269677795789903e-06, + "N": 9.19023790402207e-08, + "Y": 0.0037760338746011257, + "U": 9.527870048486875e-08, + "K": 3.781701991556474e-07, + "L": 9.968885569833219e-05, + "G": 0.0027856354136019945, + "F": 0.011371100321412086, + "E": 1.1133097359561361e-06, + "T": 0.0013283275766298175, + "P": 0.0005052002961747348, + "-": 0.9779279232025146 + }, + "id": "tp_29570" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3696263, + "label": "-", + "classification": { + "B": 2.8214342364663025e-06, + "S": 7.931947948236484e-06, + "I": 0.0050581893883645535, + "C": 0.006743232719600201, + "R": 0.0003396430693101138, + "M": 0.0016506693791598082, + "O": 0.0002011091710301116, + "W": 6.299876531556947e-06, + "N": 6.959751044632867e-05, + "Y": 0.005485700909048319, + "U": 8.050674296100624e-06, + "K": 4.969277256350324e-07, + "L": 0.00011974399967584759, + "G": 0.0006211398867890239, + "F": 0.0005992461228743196, + "E": 0.000322909327223897, + "T": 0.018613800406455994, + "P": 0.049341488629579544, + "-": 0.9108080863952637 + }, + "id": "tp_29571" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3696396, + "label": "-", + "classification": { + "B": 4.2613364712451585e-06, + "S": 1.1365503382876341e-07, + "I": 0.005612482316792011, + "C": 0.0016170231392607093, + "R": 8.987532055471092e-05, + "M": 0.000344868196407333, + "O": 3.6791763704968616e-05, + "W": 5.543778343053418e-07, + "N": 2.1344490960473195e-05, + "Y": 0.0032691832166165113, + "U": 9.382130770063668e-07, + "K": 6.521470652387507e-08, + "L": 2.75756829068996e-05, + "G": 0.002024282468482852, + "F": 0.00043927086517214775, + "E": 0.0007066471152938902, + "T": 0.0010883919894695282, + "P": 0.1993153840303421, + "-": 0.785400927066803 + }, + "id": "tp_29572" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3696530, + "label": "-", + "classification": { + "B": 2.872700832767805e-08, + "S": 1.1137427691210178e-07, + "I": 1.0469448170624673e-06, + "C": 0.00011423253454267979, + "R": 1.0640420441632159e-05, + "M": 1.6823303667479195e-05, + "O": 1.0166056199523155e-05, + "W": 6.460902568505844e-08, + "N": 1.8436342230643277e-08, + "Y": 4.5752120058750734e-05, + "U": 1.0024812979736453e-08, + "K": 4.8542618813485205e-09, + "L": 4.094539690413512e-06, + "G": 0.00010244680743198842, + "F": 0.0014322403585538268, + "E": 5.254046868685691e-07, + "T": 0.0001220760605065152, + "P": 0.001988080097362399, + "-": 0.9961516261100769 + }, + "id": "tp_29573" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3696630, + "label": "-", + "classification": { + "B": 1.5573330403029217e-09, + "S": 4.603970538141766e-09, + "I": 8.78399220027859e-08, + "C": 1.111795540964522e-06, + "R": 6.109239336637984e-08, + "M": 6.384057996910997e-06, + "O": 6.589225449715741e-07, + "W": 1.7057922852004026e-09, + "N": 6.22442930531264e-10, + "Y": 3.3011405321303755e-05, + "U": 1.4349443855365962e-10, + "K": 2.44888304079538e-10, + "L": 2.2552585221546906e-07, + "G": 1.9373896066099405e-05, + "F": 0.0008083565626293421, + "E": 1.4467003950358048e-07, + "T": 2.347263762203511e-05, + "P": 0.0012147914385423064, + "-": 0.9978922009468079 + }, + "id": "tp_29574" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3696763, + "label": "-", + "classification": { + "B": 2.272370380751454e-08, + "S": 6.735849211736422e-08, + "I": 6.625913556490559e-06, + "C": 3.4356010019109817e-06, + "R": 6.679356374661438e-07, + "M": 0.0001936183834914118, + "O": 7.811047908035107e-06, + "W": 4.25506669898823e-08, + "N": 8.973611187457209e-08, + "Y": 0.00035611886414699256, + "U": 1.5129369757005406e-08, + "K": 1.0469919153877072e-08, + "L": 1.6634757002975675e-06, + "G": 5.001175668439828e-05, + "F": 0.000674659910146147, + "E": 3.3633205021033064e-06, + "T": 0.0010055308230221272, + "P": 0.006802078802138567, + "-": 0.9908941984176636 + }, + "id": "tp_29575" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3696897, + "label": "-", + "classification": { + "B": 1.1391453824671771e-07, + "S": 3.448860752541805e-08, + "I": 7.016482413746417e-05, + "C": 0.003700530854985118, + "R": 7.24455458112061e-05, + "M": 0.000298221391858533, + "O": 1.1655802154564299e-05, + "W": 6.970638111170047e-08, + "N": 4.2583013737385045e-07, + "Y": 0.0016692018834874034, + "U": 2.0092187469344935e-07, + "K": 2.8672282326169807e-08, + "L": 8.55009875522228e-06, + "G": 0.000779510650318116, + "F": 0.000532529957126826, + "E": 3.2391959393862635e-05, + "T": 0.0006676826742477715, + "P": 0.005261385813355446, + "-": 0.9868948459625244 + }, + "id": "tp_29576" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3697030, + "label": "-", + "classification": { + "B": 1.0461552735208102e-09, + "S": 4.128887232113243e-10, + "I": 4.7580438149452675e-06, + "C": 7.042426091175003e-07, + "R": 1.433120786487052e-07, + "M": 5.642990572596318e-07, + "O": 3.5774127127297106e-07, + "W": 1.6032367655682833e-09, + "N": 2.757678352338644e-08, + "Y": 2.6540792532614432e-05, + "U": 1.42184197748918e-09, + "K": 8.21904488912395e-10, + "L": 1.5300564371045766e-08, + "G": 4.344113676779671e-06, + "F": 6.988867971813306e-05, + "E": 3.4673473692237167e-07, + "T": 2.857081562979147e-05, + "P": 0.02100469172000885, + "-": 0.9788590669631958 + }, + "id": "tp_29577" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3697130, + "label": "-", + "classification": { + "B": 4.95033964398317e-06, + "S": 2.3899499410617864e-06, + "I": 0.0008149686618708074, + "C": 0.002451881766319275, + "R": 0.00022642704425379634, + "M": 0.0005838638753630221, + "O": 0.00013745824981015176, + "W": 4.544377134152455e-06, + "N": 2.9104616260156035e-05, + "Y": 0.0032228180207312107, + "U": 1.4599798305425793e-05, + "K": 1.7859871149994433e-05, + "L": 5.512802817975171e-05, + "G": 0.0029316749423742294, + "F": 0.006076025776565075, + "E": 0.00032486277632415295, + "T": 0.0014875010820105672, + "P": 0.05546175688505173, + "-": 0.9261521100997925 + }, + "id": "tp_29578" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3697264, + "label": "-", + "classification": { + "B": 2.086745923626787e-12, + "S": 1.3237532597853985e-11, + "I": 1.1350036999147051e-07, + "C": 5.820922410748608e-07, + "R": 1.0460726507233176e-08, + "M": 2.579655813406134e-07, + "O": 2.6410509335050847e-08, + "W": 5.267638755745985e-11, + "N": 7.682580127621463e-10, + "Y": 2.7520307412487455e-05, + "U": 6.699098220597222e-11, + "K": 6.1014899799261e-09, + "L": 4.899597394469879e-10, + "G": 1.5654651406293851e-06, + "F": 9.000167483463883e-05, + "E": 9.526240063451041e-08, + "T": 4.133902166358894e-06, + "P": 0.0017039456870406866, + "-": 0.9981716871261597 + }, + "id": "tp_29579" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3697397, + "label": "-", + "classification": { + "B": 4.643131603643269e-07, + "S": 2.8028088294718145e-08, + "I": 8.533448999514803e-05, + "C": 0.000146814898471348, + "R": 1.1276238183199894e-05, + "M": 3.488549918984063e-05, + "O": 9.609563676349353e-06, + "W": 8.993998790174373e-08, + "N": 7.796023169248656e-07, + "Y": 0.00043924039346165955, + "U": 1.1446332592868202e-07, + "K": 5.8407533032323045e-08, + "L": 1.5137464970393921e-06, + "G": 0.00042932596988976, + "F": 0.0004486866819206625, + "E": 1.6620171663817018e-05, + "T": 0.000167948252055794, + "P": 0.028388002887368202, + "-": 0.9698193073272705 + }, + "id": "tp_29580" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3697531, + "label": "-", + "classification": { + "B": 2.6892219007201845e-10, + "S": 1.5767412375744527e-10, + "I": 2.899112985232932e-07, + "C": 2.9972972015457344e-07, + "R": 2.871140303284392e-08, + "M": 3.810223461186979e-07, + "O": 8.234089676761869e-08, + "W": 1.909473273942197e-10, + "N": 1.905348545605534e-09, + "Y": 1.740597144817002e-05, + "U": 2.887882988300561e-10, + "K": 5.954181037104433e-10, + "L": 4.849931123374063e-09, + "G": 3.5773348372458713e-06, + "F": 0.00011319149780320004, + "E": 1.2006276506326685e-07, + "T": 1.3783918802801054e-05, + "P": 0.011515387333929539, + "-": 0.9883356094360352 + }, + "id": "tp_29581" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3697631, + "label": "-", + "classification": { + "B": 1.4174858620208397e-07, + "S": 3.2159090324057615e-07, + "I": 3.87383488487103e-06, + "C": 1.2271635569049977e-05, + "R": 1.5520162151005934e-06, + "M": 1.2156436241639312e-05, + "O": 5.545504791371059e-06, + "W": 4.995585101141842e-08, + "N": 5.8292343396715296e-08, + "Y": 3.3107011404354125e-05, + "U": 2.6677784425999107e-09, + "K": 8.945015395056544e-09, + "L": 1.6351057183783269e-06, + "G": 0.00015695519687142223, + "F": 0.0048245820216834545, + "E": 5.304274964146316e-06, + "T": 3.468698196229525e-05, + "P": 0.012707219459116459, + "-": 0.9822006225585938 + }, + "id": "tp_29582" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3697764, + "label": "-", + "classification": { + "B": 9.167838044277232e-08, + "S": 1.802660847260995e-07, + "I": 5.835766569362022e-05, + "C": 1.2873714695160743e-05, + "R": 5.078777007838653e-07, + "M": 1.4382445442606695e-05, + "O": 4.519538833847037e-06, + "W": 2.0192405258967483e-07, + "N": 4.185689704172546e-06, + "Y": 7.252063369378448e-05, + "U": 8.781647409250581e-08, + "K": 1.5055971971378312e-06, + "L": 1.2737717725030961e-07, + "G": 2.4192258933908306e-05, + "F": 0.0008947288151830435, + "E": 0.00011064995487686247, + "T": 7.77987515903078e-05, + "P": 0.2499322146177292, + "-": 0.7487908601760864 + }, + "id": "tp_29583" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3697898, + "label": "-", + "classification": { + "B": 5.0565107656552755e-09, + "S": 1.830609885900003e-09, + "I": 5.412307491070578e-09, + "C": 3.0036622433726734e-07, + "R": 2.5192251840167046e-08, + "M": 1.7738949509293889e-06, + "O": 3.636459666722658e-07, + "W": 7.493131115587914e-10, + "N": 1.7966395732260665e-11, + "Y": 5.941452059232688e-07, + "U": 2.641504853392873e-12, + "K": 1.3575242546835092e-13, + "L": 6.989304068838464e-08, + "G": 1.590741590007383e-06, + "F": 4.2798430513357744e-05, + "E": 6.755862091978315e-09, + "T": 2.985369746966171e-06, + "P": 0.00034480917383916676, + "-": 0.9996047616004944 + }, + "id": "tp_29584" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3698031, + "label": "-", + "classification": { + "B": 1.325499265902863e-08, + "S": 6.134259322720936e-09, + "I": 5.363224317989079e-07, + "C": 1.7417819719867111e-07, + "R": 2.868826420865389e-08, + "M": 1.077723027265165e-06, + "O": 8.431696301158809e-07, + "W": 4.1807446393704595e-09, + "N": 6.050409062652307e-09, + "Y": 1.0303746421413962e-05, + "U": 2.3997501208405936e-10, + "K": 1.8563189874143404e-10, + "L": 5.1567269565566676e-08, + "G": 5.465373305924004e-06, + "F": 0.00017291201220359653, + "E": 2.234880298601638e-07, + "T": 1.2563963537104428e-05, + "P": 0.009618126787245274, + "-": 0.9901776909828186 + }, + "id": "tp_29585" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3698131, + "label": "-", + "classification": { + "B": 0.0012613816652446985, + "S": 0.0002675214782357216, + "I": 0.002265883842483163, + "C": 0.028261635452508926, + "R": 0.011383870616555214, + "M": 0.05091162770986557, + "O": 0.009412625804543495, + "W": 0.0002091671631205827, + "N": 3.657207344076596e-05, + "Y": 0.016714537516236305, + "U": 1.9434603018453345e-05, + "K": 2.810141381814901e-07, + "L": 0.025520768016576767, + "G": 0.040528811514377594, + "F": 0.0030607350636273623, + "E": 0.0005206803325563669, + "T": 0.025573065504431725, + "P": 0.010549711994826794, + "-": 0.7735017538070679 + }, + "id": "tp_29586" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3698265, + "label": "-", + "classification": { + "B": 3.962024042181156e-09, + "S": 3.5233391759703636e-09, + "I": 3.5959144497610396e-06, + "C": 1.6409258023486473e-05, + "R": 2.6916852675640257e-06, + "M": 1.6643552953610197e-05, + "O": 2.0678646706073778e-06, + "W": 8.711554144724687e-09, + "N": 1.6020861082211013e-08, + "Y": 0.0002291018608957529, + "U": 4.706401934839732e-09, + "K": 1.3994706504760757e-09, + "L": 5.141665724295308e-07, + "G": 5.089630212751217e-05, + "F": 0.00039009988540783525, + "E": 6.198845312610501e-07, + "T": 0.00010123599349753931, + "P": 0.003319375216960907, + "-": 0.9958667755126953 + }, + "id": "tp_29587" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3698398, + "label": "-", + "classification": { + "B": 2.176790530938888e-06, + "S": 2.594217960449896e-07, + "I": 3.025942169188056e-05, + "C": 1.6590332961641252e-05, + "R": 5.771280029875925e-06, + "M": 5.5576354498043656e-05, + "O": 2.4488474082318135e-05, + "W": 5.60311548269965e-07, + "N": 3.003318909122754e-07, + "Y": 0.00010667541209841147, + "U": 5.317355089573539e-08, + "K": 1.8052851658012514e-08, + "L": 5.218309524934739e-06, + "G": 0.0001262570876860991, + "F": 0.0008390042930841446, + "E": 4.857861313212197e-06, + "T": 9.244347893400118e-05, + "P": 0.06131187453866005, + "-": 0.9373776912689209 + }, + "id": "tp_29588" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3698532, + "label": "-", + "classification": { + "B": 6.047192694508263e-12, + "S": 6.9726863172192566e-12, + "I": 1.7427813858716945e-08, + "C": 2.127844027199899e-06, + "R": 6.16270128261931e-08, + "M": 3.03269956702934e-07, + "O": 3.14063122175412e-08, + "W": 1.7899154380884852e-11, + "N": 3.68535479911003e-11, + "Y": 2.2715821614838205e-05, + "U": 1.5204264930401834e-11, + "K": 8.217681743416527e-12, + "L": 1.2668644799873618e-08, + "G": 6.726666470058262e-06, + "F": 0.00010468217806192115, + "E": 8.32710078668697e-09, + "T": 4.753862867801217e-06, + "P": 0.00032604686566628516, + "-": 0.9995324611663818 + }, + "id": "tp_29589" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3698632, + "label": "-", + "classification": { + "B": 6.817073017195696e-10, + "S": 2.255940767525999e-09, + "I": 1.4006826631884906e-07, + "C": 3.9215334254549816e-05, + "R": 2.225867319793906e-06, + "M": 6.630671123275533e-06, + "O": 6.177733666845597e-07, + "W": 2.43329179028251e-09, + "N": 9.040064252729962e-10, + "Y": 0.00010027174721471965, + "U": 4.2476006045788495e-10, + "K": 1.3314254143637072e-09, + "L": 3.784975604048668e-07, + "G": 4.517960041994229e-05, + "F": 0.002143713179975748, + "E": 3.2034378705247946e-07, + "T": 1.3666033737536054e-05, + "P": 0.0013851133408024907, + "-": 0.9962626099586487 + }, + "id": "tp_29590" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3698765, + "label": "-", + "classification": { + "B": 1.0663303328328766e-05, + "S": 8.055664693529252e-06, + "I": 0.000707184080965817, + "C": 0.0007932385196909308, + "R": 4.7169014578685164e-05, + "M": 0.0006581350462511182, + "O": 0.0001990705932257697, + "W": 9.132731065619737e-06, + "N": 4.0692488255444914e-05, + "Y": 0.0015376610681414604, + "U": 2.053822208836209e-05, + "K": 1.8419405023450963e-05, + "L": 7.134062616387382e-05, + "G": 0.0018855149392038584, + "F": 0.004569340962916613, + "E": 0.00023237957793753594, + "T": 0.002801079535856843, + "P": 0.08471862971782684, + "-": 0.901671826839447 + }, + "id": "tp_29591" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3698899, + "label": "-", + "classification": { + "B": 6.302207200548082e-09, + "S": 8.824758285230772e-11, + "I": 6.346514282995486e-07, + "C": 9.15685163249691e-08, + "R": 1.931093285278962e-09, + "M": 5.36367537051774e-08, + "O": 7.05496461250732e-08, + "W": 7.320410388977905e-10, + "N": 2.5804487435721057e-09, + "Y": 2.273035164535031e-07, + "U": 1.859324916253513e-10, + "K": 6.4100079411044675e-12, + "L": 5.201099551044308e-09, + "G": 5.670859195561206e-07, + "F": 1.0805502824950963e-05, + "E": 3.76750421082761e-07, + "T": 7.110504611773649e-07, + "P": 0.3714989125728607, + "-": 0.6284875273704529 + }, + "id": "tp_29592" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3699032, + "label": "-", + "classification": { + "B": 7.152609100558038e-07, + "S": 9.850419928625342e-07, + "I": 3.293275221949443e-05, + "C": 0.00040478166192770004, + "R": 0.00016291245992761105, + "M": 0.0002600998559501022, + "O": 0.00011108891339972615, + "W": 2.507149474695325e-06, + "N": 9.202772162097972e-07, + "Y": 0.0014871208695694804, + "U": 4.1540673123563465e-07, + "K": 4.7435781880267314e-07, + "L": 3.827263935818337e-05, + "G": 0.0008122285944409668, + "F": 0.007624493446201086, + "E": 9.231925105268601e-06, + "T": 0.0010186643339693546, + "P": 0.007542189676314592, + "-": 0.9804900288581848 + }, + "id": "tp_29593" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3699132, + "label": "-", + "classification": { + "B": 3.835690792763913e-11, + "S": 1.1028268576129818e-10, + "I": 1.601599592504499e-06, + "C": 4.1531043279974256e-06, + "R": 3.4947191807077616e-07, + "M": 2.9774355425615795e-07, + "O": 8.112815663707806e-08, + "W": 5.828131310892104e-10, + "N": 4.260645614095893e-09, + "Y": 1.935136788233649e-05, + "U": 8.275722884754089e-10, + "K": 8.596531819726749e-10, + "L": 8.035457632615817e-09, + "G": 3.4429986044415273e-06, + "F": 0.00014165374159347266, + "E": 4.209339010685653e-08, + "T": 1.6857055015861988e-05, + "P": 0.0061391377821564674, + "-": 0.9936729669570923 + }, + "id": "tp_29594" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3699266, + "label": "-", + "classification": { + "B": 1.4574072793038795e-06, + "S": 1.630800454677228e-07, + "I": 6.852411752333865e-05, + "C": 0.00014763457875233144, + "R": 2.0146842871326953e-05, + "M": 0.0001336419372819364, + "O": 3.5690685763256624e-05, + "W": 3.3398279697394173e-07, + "N": 6.130576366558671e-07, + "Y": 0.0004010699922218919, + "U": 2.3373576141239027e-07, + "K": 6.616032166562036e-09, + "L": 1.6268224499071948e-05, + "G": 0.00030650460394099355, + "F": 0.0002485157747287303, + "E": 1.2631737263291143e-05, + "T": 0.0006702117389068007, + "P": 0.018019555136561394, + "-": 0.9799166917800903 + }, + "id": "tp_29595" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3699399, + "label": "-", + "classification": { + "B": 3.294231873951503e-07, + "S": 1.7982208078137774e-07, + "I": 8.768369298195466e-06, + "C": 5.932751810178161e-05, + "R": 3.2975151498249033e-06, + "M": 5.58335887035355e-05, + "O": 8.68237839313224e-06, + "W": 1.4529379654959484e-07, + "N": 2.79503183264751e-07, + "Y": 0.0003441791341174394, + "U": 7.712911553880986e-08, + "K": 3.096173770700261e-07, + "L": 1.8681542997001088e-06, + "G": 0.00022914486180525273, + "F": 0.0035189518239349127, + "E": 1.7564965673955157e-05, + "T": 0.00013355925329960883, + "P": 0.0116318603977561, + "-": 0.9839856028556824 + }, + "id": "tp_29596" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3699533, + "label": "-", + "classification": { + "B": 4.504896899959476e-09, + "S": 1.7724442358257875e-08, + "I": 0.00015094935952220112, + "C": 0.0009672775631770492, + "R": 4.7420293412869796e-05, + "M": 5.743834117311053e-05, + "O": 8.038812666200101e-06, + "W": 5.259693125481135e-08, + "N": 4.673879061556363e-07, + "Y": 0.00023586333554703742, + "U": 4.691212041052495e-08, + "K": 6.987948442116476e-09, + "L": 2.884862624341622e-06, + "G": 0.00016463118663523346, + "F": 0.00034810620127245784, + "E": 1.2001911272818688e-05, + "T": 0.00040097415330819786, + "P": 0.020956309512257576, + "-": 0.9766474962234497 + }, + "id": "tp_29597" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3699633, + "label": "P", + "classification": { + "B": 0.0003382453869562596, + "S": 3.346924495417625e-05, + "I": 0.0026373269502073526, + "C": 0.00021773028129246086, + "R": 5.2902556490153074e-05, + "M": 0.00025836427812464535, + "O": 0.0002804436080623418, + "W": 2.0977660824428312e-05, + "N": 0.00012164657528046519, + "Y": 0.0003760470717679709, + "U": 3.851887413475197e-06, + "K": 1.3153819509170717e-06, + "L": 9.790156764211133e-05, + "G": 0.0014753618743270636, + "F": 0.002598377177491784, + "E": 0.001316443900577724, + "T": 0.00040443232865072787, + "P": 0.5324898362159729, + "-": 0.4572754204273224 + }, + "id": "tp_29598" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3699766, + "label": "-", + "classification": { + "B": 2.284884658365627e-06, + "S": 2.0480790681176586e-06, + "I": 0.0004553147591650486, + "C": 0.0003288712468929589, + "R": 6.31821239949204e-05, + "M": 0.0002013890043599531, + "O": 8.079598774202168e-05, + "W": 7.67892379371915e-06, + "N": 2.4424105504294857e-05, + "Y": 0.0021247491240501404, + "U": 1.026069003273733e-05, + "K": 3.1664796551922336e-05, + "L": 1.0867877790587954e-05, + "G": 0.0003170924901496619, + "F": 0.002409876324236393, + "E": 0.00016068814147729427, + "T": 0.0016705363523215055, + "P": 0.05141591653227806, + "-": 0.9406823515892029 + }, + "id": "tp_29599" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3699900, + "label": "-", + "classification": { + "B": 1.615766076490388e-09, + "S": 5.18708542784907e-09, + "I": 5.950265403953381e-06, + "C": 1.8991086108144373e-05, + "R": 3.128311391265015e-06, + "M": 2.7136043172504287e-06, + "O": 8.951802783485618e-07, + "W": 9.196885031315105e-09, + "N": 5.4362494950055407e-08, + "Y": 9.55779614741914e-05, + "U": 1.3946725552216321e-08, + "K": 2.347669258995211e-08, + "L": 1.6446452377749665e-07, + "G": 2.7318543288856745e-05, + "F": 0.0013361000455915928, + "E": 1.551430727886327e-06, + "T": 4.2275325540686026e-05, + "P": 0.021901052445173264, + "-": 0.9765641689300537 + }, + "id": "tp_29600" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3700000, + "label": "-", + "classification": { + "B": 5.1016220822930336e-05, + "S": 0.00021457584807649255, + "I": 0.00046292366459965706, + "C": 0.03958412632346153, + "R": 0.012224070727825165, + "M": 0.015650589019060135, + "O": 0.004722499288618565, + "W": 0.00014861533418297768, + "N": 2.862375731638167e-05, + "Y": 0.018214372918009758, + "U": 3.663636380224489e-05, + "K": 1.801052530936431e-05, + "L": 0.009803342632949352, + "G": 0.04765962064266205, + "F": 0.051322806626558304, + "E": 0.00020520987163763493, + "T": 0.013057176023721695, + "P": 0.006243804935365915, + "-": 0.7803521156311035 + }, + "id": "tp_29601" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3700133, + "label": "-", + "classification": { + "B": 1.3374813534028362e-05, + "S": 3.4804111237463076e-06, + "I": 0.0007008278626017272, + "C": 0.006903890985995531, + "R": 0.000486478820675984, + "M": 0.0021832918282598257, + "O": 0.0002021632099058479, + "W": 7.808708687662147e-06, + "N": 2.2676589651382528e-05, + "Y": 0.002728196559473872, + "U": 1.544696351629682e-05, + "K": 1.930212192746694e-06, + "L": 0.00012572319246828556, + "G": 0.0019021257758140564, + "F": 0.0023766416124999523, + "E": 0.00035803011269308627, + "T": 0.004603669513016939, + "P": 0.030693266540765762, + "-": 0.9466710090637207 + }, + "id": "tp_29602" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3700267, + "label": "-", + "classification": { + "B": 7.134158153121462e-08, + "S": 8.565681355321431e-07, + "I": 1.6627645891276188e-05, + "C": 0.0015219683991745114, + "R": 9.053247777046636e-05, + "M": 0.00035535049391910434, + "O": 4.002440255135298e-05, + "W": 8.990473929770815e-07, + "N": 4.94911716941715e-07, + "Y": 0.007652306463569403, + "U": 3.311197644961794e-07, + "K": 1.6953160866250983e-06, + "L": 1.6569218132644892e-05, + "G": 0.001266195671632886, + "F": 0.005590314976871014, + "E": 1.1951718079217244e-05, + "T": 0.0031534715089946985, + "P": 0.0017920681275427341, + "-": 0.9784883260726929 + }, + "id": "tp_29603" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3700400, + "label": "-", + "classification": { + "B": 4.5808463688956635e-09, + "S": 1.7057672607734276e-08, + "I": 1.2944880154464045e-06, + "C": 4.223184078000486e-06, + "R": 7.399901278404286e-07, + "M": 1.1456105312390719e-05, + "O": 1.5323640809583594e-06, + "W": 1.7723579048833926e-08, + "N": 3.046705288056728e-08, + "Y": 0.00017194394604302943, + "U": 2.162559686880172e-09, + "K": 5.918365530988012e-08, + "L": 8.975334964134163e-08, + "G": 1.547660940559581e-05, + "F": 0.0018639357294887304, + "E": 2.6875109142565634e-06, + "T": 3.819404446403496e-05, + "P": 0.0027027050964534283, + "-": 0.9951856732368469 + }, + "id": "tp_29604" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3700501, + "label": "-", + "classification": { + "B": 2.783534228001372e-06, + "S": 5.5763703130651265e-06, + "I": 0.0001694442908046767, + "C": 7.50468170735985e-05, + "R": 2.3024465917842463e-05, + "M": 0.0009518107399344444, + "O": 0.00014376464241649956, + "W": 4.44648048869567e-06, + "N": 9.373979082738515e-06, + "Y": 0.002017755527049303, + "U": 1.3662928495250526e-06, + "K": 2.8698343612632016e-06, + "L": 2.2350943254423328e-05, + "G": 0.00041779823368415236, + "F": 0.0028465224895626307, + "E": 0.0002190558734582737, + "T": 0.0015895633259788156, + "P": 0.029145414009690285, + "-": 0.9623520374298096 + }, + "id": "tp_29605" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3700634, + "label": "-", + "classification": { + "B": 4.104836364149378e-07, + "S": 3.5922537335864035e-06, + "I": 0.0008755077142268419, + "C": 0.21893009543418884, + "R": 0.02386592887341976, + "M": 0.0022292044013738632, + "O": 0.000302041502436623, + "W": 7.983548130141571e-06, + "N": 3.1376362130686175e-06, + "Y": 0.008056645281612873, + "U": 2.103800852637505e-06, + "K": 5.361400781112025e-07, + "L": 0.00046890246449038386, + "G": 0.009382634423673153, + "F": 0.00546225206926465, + "E": 2.9774797440040857e-05, + "T": 0.00960223376750946, + "P": 0.004274807870388031, + "-": 0.7165021896362305 + }, + "id": "tp_29606" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3700767, + "label": "-", + "classification": { + "B": 1.2056714515651379e-09, + "S": 5.8736682184701294e-09, + "I": 9.031539889292617e-07, + "C": 0.0003580157062970102, + "R": 2.712331661314238e-05, + "M": 6.022198431310244e-05, + "O": 7.223402462841477e-06, + "W": 2.4334536163905796e-08, + "N": 2.756600503417417e-09, + "Y": 0.0031257180962711573, + "U": 2.328446990773614e-09, + "K": 4.089748983915342e-09, + "L": 4.571933914121473e-06, + "G": 0.000630510039627552, + "F": 0.0006633888697251678, + "E": 1.8901388898484583e-07, + "T": 0.00035280216252431273, + "P": 0.00017628158093430102, + "-": 0.9945929646492004 + }, + "id": "tp_29607" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3700901, + "label": "-", + "classification": { + "B": 1.3659218200956502e-10, + "S": 2.532261955678905e-09, + "I": 3.388432645579087e-08, + "C": 2.834942961271736e-06, + "R": 3.0261142569543154e-07, + "M": 6.044813289918238e-07, + "O": 3.341304761761421e-07, + "W": 1.1698427782036447e-09, + "N": 5.34845834287978e-10, + "Y": 1.3498533917299937e-05, + "U": 5.916893364155129e-11, + "K": 2.043303998222612e-10, + "L": 2.4534456244396097e-08, + "G": 2.8612380447157193e-06, + "F": 0.0007877479074522853, + "E": 1.6524928980743425e-08, + "T": 8.391883966396563e-06, + "P": 0.0008430098532699049, + "-": 0.998340368270874 + }, + "id": "tp_29608" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3701001, + "label": "-", + "classification": { + "B": 3.8468775187538995e-07, + "S": 3.1590965932082327e-07, + "I": 5.847548436577199e-06, + "C": 0.00011608945351326838, + "R": 1.704141504887957e-05, + "M": 0.00020270411914680153, + "O": 3.3513504604343325e-05, + "W": 2.154871481252485e-07, + "N": 4.843781553631743e-08, + "Y": 0.00011650914530036971, + "U": 2.3314640884564142e-08, + "K": 2.72996403261061e-10, + "L": 2.906759618781507e-05, + "G": 0.00012758313096128404, + "F": 0.00038089105510152876, + "E": 1.3788343267151504e-06, + "T": 0.00040663458639755845, + "P": 0.0025743108708411455, + "-": 0.9959874749183655 + }, + "id": "tp_29609" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3701134, + "label": "-", + "classification": { + "B": 1.0346615976807646e-16, + "S": 1.3214007262325072e-15, + "I": 3.715097326995043e-11, + "C": 3.3058821458098464e-08, + "R": 1.1544853267819732e-10, + "M": 2.4994856184790137e-10, + "O": 3.1025172014809144e-11, + "W": 3.106988001296343e-15, + "N": 3.1311013352387784e-14, + "Y": 1.27174772046601e-07, + "U": 6.2449308216500944e-15, + "K": 1.5547131182284957e-13, + "L": 1.0683975405767487e-12, + "G": 1.0527248406333456e-08, + "F": 9.323304766439833e-06, + "E": 6.845263939014856e-12, + "T": 2.1960683938004877e-08, + "P": 1.90375249076169e-05, + "-": 0.9999715089797974 + }, + "id": "tp_29610" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3701268, + "label": "-", + "classification": { + "B": 5.716415785173012e-07, + "S": 5.0412303664870706e-08, + "I": 5.001632416679058e-06, + "C": 7.192751218099147e-05, + "R": 9.984150892705657e-06, + "M": 0.00013566114648710936, + "O": 1.6484975276398472e-05, + "W": 9.843308390600214e-08, + "N": 6.736101454407617e-08, + "Y": 0.00043535634176805615, + "U": 5.577377137910844e-08, + "K": 8.54032311536912e-09, + "L": 9.840934581006877e-06, + "G": 0.00039239530451595783, + "F": 0.0004339492879807949, + "E": 2.1813825696881395e-06, + "T": 0.00022424131748266518, + "P": 0.004931227769702673, + "-": 0.9933307766914368 + }, + "id": "tp_29611" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3701401, + "label": "-", + "classification": { + "B": 1.7022830922641674e-09, + "S": 2.1851191689403748e-10, + "I": 1.7045907796386928e-08, + "C": 9.894623786976808e-09, + "R": 6.655513917763756e-10, + "M": 7.377236670436105e-07, + "O": 2.2814263900272636e-07, + "W": 2.692488454414388e-10, + "N": 1.659825887845301e-10, + "Y": 1.7879912093121675e-06, + "U": 1.0490793130035758e-11, + "K": 1.3342558394940918e-12, + "L": 8.94327722988919e-09, + "G": 4.473069452615164e-07, + "F": 5.35851540917065e-06, + "E": 6.432466115313673e-09, + "T": 6.568290245922981e-06, + "P": 0.0015284897526726127, + "-": 0.9984563589096069 + }, + "id": "tp_29612" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3701502, + "label": "-", + "classification": { + "B": 4.464789427061078e-08, + "S": 1.3490947026184585e-07, + "I": 0.0003012217639479786, + "C": 7.173682388383895e-05, + "R": 4.663196250476176e-06, + "M": 3.50552836607676e-05, + "O": 6.787033271393739e-06, + "W": 2.249689288191803e-07, + "N": 6.223927812243346e-06, + "Y": 0.00031433592084795237, + "U": 2.489682628947776e-07, + "K": 6.423226750484901e-07, + "L": 7.418288419103192e-07, + "G": 6.280311936279759e-05, + "F": 0.0006612885626964271, + "E": 6.266838317969814e-05, + "T": 0.00037965085357427597, + "P": 0.12168784439563751, + "-": 0.8764035701751709 + }, + "id": "tp_29613" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3701635, + "label": "-", + "classification": { + "B": 6.658764959865948e-06, + "S": 2.902320602515829e-06, + "I": 0.0006828762707300484, + "C": 0.1377226561307907, + "R": 0.01362003292888403, + "M": 0.009885018691420555, + "O": 0.0006467945058830082, + "W": 4.756459020427428e-06, + "N": 3.6847577575827017e-06, + "Y": 0.03756885603070259, + "U": 1.6229092807407142e-06, + "K": 8.247717886433747e-08, + "L": 0.0033842730335891247, + "G": 0.0663311555981636, + "F": 0.005119272042065859, + "E": 0.0004481475043576211, + "T": 0.007339781150221825, + "P": 0.007554232608526945, + "-": 0.7096772193908691 + }, + "id": "tp_29614" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3701768, + "label": "-", + "classification": { + "B": 3.1263616140364547e-09, + "S": 1.795278414817858e-08, + "I": 1.8487141915102256e-06, + "C": 3.620414645411074e-06, + "R": 5.738268100685673e-07, + "M": 4.654320491681574e-06, + "O": 1.740368816172122e-06, + "W": 2.1488387957901978e-08, + "N": 5.3622162710098564e-08, + "Y": 0.00014336049207486212, + "U": 1.8537086532433023e-08, + "K": 3.0857248134452675e-07, + "L": 8.90237572548358e-08, + "G": 1.201513168780366e-05, + "F": 0.0006088188383728266, + "E": 1.1376939710316947e-06, + "T": 7.447515963576734e-05, + "P": 0.003850058186799288, + "-": 0.9952971339225769 + }, + "id": "tp_29615" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3701902, + "label": "-", + "classification": { + "B": 3.315697369443704e-11, + "S": 1.1769714976933576e-12, + "I": 8.956585020314378e-07, + "C": 2.7325771867481308e-08, + "R": 4.4122527853573956e-10, + "M": 1.306985186744214e-08, + "O": 2.324966441591414e-09, + "W": 5.971958171036018e-12, + "N": 9.148234392242216e-10, + "Y": 6.020867431288934e-07, + "U": 8.958766020694675e-12, + "K": 8.520023879118876e-13, + "L": 1.3543953458761138e-10, + "G": 1.1413079903377366e-07, + "F": 1.8587398926683818e-06, + "E": 1.2869706722540286e-07, + "T": 5.528869451154605e-07, + "P": 0.1973094791173935, + "-": 0.8026863932609558 + }, + "id": "tp_29616" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3702002, + "label": "P", + "classification": { + "B": 1.752176831359975e-05, + "S": 8.08647928352002e-06, + "I": 0.0013650854816660285, + "C": 9.694233449408785e-05, + "R": 9.278367542719934e-06, + "M": 9.060120646608993e-05, + "O": 4.731847729999572e-05, + "W": 4.383358827908523e-06, + "N": 0.00012265511031728238, + "Y": 0.00033612147672101855, + "U": 3.752332986550755e-06, + "K": 6.018715339450864e-06, + "L": 6.196660251589492e-06, + "G": 0.00016922787472140044, + "F": 0.0012459716526791453, + "E": 0.00045604092883877456, + "T": 0.0006444439059123397, + "P": 0.5155472755432129, + "-": 0.4798230230808258 + }, + "id": "tp_29617" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3702135, + "label": "C", + "classification": { + "B": 1.8727802171270014e-06, + "S": 6.264888270379743e-06, + "I": 4.529669604380615e-05, + "C": 0.7472110390663147, + "R": 0.08041039854288101, + "M": 0.010496173053979874, + "O": 0.000902910775039345, + "W": 3.840716999548022e-06, + "N": 2.5422545490982884e-07, + "Y": 0.0022483952343463898, + "U": 6.692470151392627e-07, + "K": 2.327954273795285e-09, + "L": 0.02271655574440956, + "G": 0.051378730684518814, + "F": 0.0007335825939662755, + "E": 7.513221135013737e-06, + "T": 0.0043140072375535965, + "P": 9.828236943576485e-05, + "-": 0.07942422479391098 + }, + "id": "tp_29618" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3702269, + "label": "-", + "classification": { + "B": 6.516321349181453e-08, + "S": 2.4922550778683217e-07, + "I": 3.476790197964874e-06, + "C": 5.86472888244316e-05, + "R": 1.2791244444088079e-05, + "M": 8.931571937864646e-05, + "O": 3.165899761370383e-05, + "W": 1.2686280115303816e-07, + "N": 5.808761827097442e-08, + "Y": 0.00015414133667945862, + "U": 9.581921034396146e-09, + "K": 6.041213751473151e-09, + "L": 1.6939618944888934e-05, + "G": 0.00028470036340877414, + "F": 0.003231401788070798, + "E": 1.023733375404845e-06, + "T": 0.00032063282560557127, + "P": 0.0026617657858878374, + "-": 0.9931331276893616 + }, + "id": "tp_29619" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3702402, + "label": "-", + "classification": { + "B": 6.210163494557719e-09, + "S": 2.1792363469330667e-09, + "I": 8.463944141112734e-06, + "C": 1.1604000064835418e-05, + "R": 4.3842180730280234e-07, + "M": 8.352255463250913e-06, + "O": 5.924293304815365e-07, + "W": 5.233892430567266e-09, + "N": 8.592444800115118e-08, + "Y": 0.00031570132705383003, + "U": 6.072301328430285e-09, + "K": 6.676350494672079e-08, + "L": 1.0426706609223402e-07, + "G": 0.00010620939428918064, + "F": 0.0017295385478064418, + "E": 2.1479772840393707e-05, + "T": 3.020272015419323e-05, + "P": 0.029405338689684868, + "-": 0.9683618545532227 + }, + "id": "tp_29620" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3702503, + "label": "-", + "classification": { + "B": 9.240430642876163e-08, + "S": 5.346604936562471e-08, + "I": 8.910171345632989e-06, + "C": 6.524542641273001e-06, + "R": 1.915201437441283e-06, + "M": 1.2822792996303178e-05, + "O": 8.958242688095197e-06, + "W": 1.291343210141349e-07, + "N": 2.1216690981873398e-07, + "Y": 0.0001747001806506887, + "U": 3.933160996894003e-08, + "K": 3.8398077606416336e-08, + "L": 6.284757319008349e-07, + "G": 3.0661551136290655e-05, + "F": 0.00044123505358584225, + "E": 2.0793913790839724e-06, + "T": 0.0001165148860309273, + "P": 0.013561503030359745, + "-": 0.9856329560279846 + }, + "id": "tp_29621" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3702636, + "label": "-", + "classification": { + "B": 2.9242701202747412e-05, + "S": 4.3300914853716677e-07, + "I": 0.0001336140267085284, + "C": 0.0011622142046689987, + "R": 3.7668094591936097e-05, + "M": 0.0003232343588024378, + "O": 2.470774415996857e-05, + "W": 9.03169393495773e-07, + "N": 1.4798160918871872e-06, + "Y": 0.0001609910832485184, + "U": 4.3917506786783633e-07, + "K": 1.162278895350255e-08, + "L": 3.347165329614654e-05, + "G": 0.0005587583873420954, + "F": 0.001110212062485516, + "E": 0.00035077155916951597, + "T": 0.00016324773605447263, + "P": 0.14355996251106262, + "-": 0.8523486256599426 + }, + "id": "tp_29622" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3702769, + "label": "-", + "classification": { + "B": 5.1773495213236487e-11, + "S": 3.994571340371067e-10, + "I": 5.84415431603702e-08, + "C": 1.1097445167251863e-06, + "R": 2.064977167037796e-07, + "M": 4.919919774692971e-06, + "O": 3.532633172653732e-07, + "W": 3.356255551256737e-10, + "N": 1.5839440870024646e-10, + "Y": 2.4187544113374315e-05, + "U": 4.172752421371939e-11, + "K": 1.4344077141348333e-12, + "L": 7.578665872642887e-08, + "G": 2.356811137360637e-06, + "F": 2.873851735785138e-05, + "E": 6.3264873340074246e-09, + "T": 5.2830455388175324e-05, + "P": 0.0001786265056580305, + "-": 0.9997065663337708 + }, + "id": "tp_29623" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3702903, + "label": "-", + "classification": { + "B": 4.252931340431587e-09, + "S": 2.768417051157712e-09, + "I": 8.315606123687758e-07, + "C": 2.534454552005627e-06, + "R": 2.9980779459037876e-07, + "M": 4.853270638704998e-06, + "O": 8.633620609543868e-07, + "W": 6.902556748400457e-09, + "N": 1.6040662131899808e-08, + "Y": 0.00011094525689259171, + "U": 5.2423518859257e-09, + "K": 3.869822151614244e-08, + "L": 9.177973225860114e-08, + "G": 1.706506373011507e-05, + "F": 0.0013198497472330928, + "E": 8.696266604601988e-07, + "T": 4.2243606003466994e-05, + "P": 0.005054218228906393, + "-": 0.9934452772140503 + }, + "id": "tp_29624" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3703003, + "label": "-", + "classification": { + "B": 3.323334052396376e-09, + "S": 6.824529386051381e-09, + "I": 2.348534508200828e-06, + "C": 5.270519068290014e-06, + "R": 4.2915979747704114e-07, + "M": 2.1824849682161584e-05, + "O": 1.6277616623483482e-06, + "W": 1.0264548322425071e-08, + "N": 1.2892221512572632e-08, + "Y": 2.6296860596630722e-05, + "U": 1.3936990450602593e-09, + "K": 2.4858110014847057e-10, + "L": 4.5143409010961477e-07, + "G": 1.4478889170277398e-05, + "F": 0.00026163068832829595, + "E": 8.134381346280861e-07, + "T": 6.46500920993276e-05, + "P": 0.008838731795549393, + "-": 0.9907613396644592 + }, + "id": "tp_29625" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3703136, + "label": "-", + "classification": { + "B": 8.530154360641973e-09, + "S": 2.4832782496986283e-09, + "I": 2.3160357613960514e-06, + "C": 9.392393258167431e-05, + "R": 1.3331273294170387e-05, + "M": 2.712259993131738e-05, + "O": 3.7568531752185663e-06, + "W": 9.973693870790612e-09, + "N": 5.14852072086569e-09, + "Y": 0.00021652634313795716, + "U": 6.348098491315568e-09, + "K": 2.7535437818748676e-10, + "L": 2.574783593445318e-06, + "G": 0.00011412682943046093, + "F": 0.00014247540093492717, + "E": 2.1677207939774235e-07, + "T": 7.776496931910515e-05, + "P": 0.000936932978220284, + "-": 0.9983687996864319 + }, + "id": "tp_29626" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3703270, + "label": "-", + "classification": { + "B": 1.8734928539099194e-11, + "S": 3.72383929247988e-11, + "I": 2.5304336404019523e-08, + "C": 1.7637516975810286e-06, + "R": 6.566839516608525e-08, + "M": 2.303014099425127e-07, + "O": 2.4342233118090917e-08, + "W": 6.216946402126666e-11, + "N": 5.5744076021824185e-11, + "Y": 1.5242565496009775e-05, + "U": 3.800748604732007e-11, + "K": 2.7877500655137943e-11, + "L": 7.174459248915355e-09, + "G": 2.436025397400954e-06, + "F": 0.00010768815263872966, + "E": 1.3379109375932785e-08, + "T": 2.91238097815949e-06, + "P": 0.0007556307245977223, + "-": 0.9991139769554138 + }, + "id": "tp_29627" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3703403, + "label": "-", + "classification": { + "B": 9.607387028154335e-07, + "S": 5.766611934632238e-07, + "I": 3.7859397707507014e-05, + "C": 0.00020951988699380308, + "R": 1.9187289581168443e-05, + "M": 8.279992471216246e-05, + "O": 1.496388085797662e-05, + "W": 2.4584133484495396e-07, + "N": 7.649193776160246e-07, + "Y": 0.00023223896278068423, + "U": 7.471355445431982e-08, + "K": 9.651199839311175e-09, + "L": 6.772414053557441e-06, + "G": 0.0002892411139328033, + "F": 0.0010288199409842491, + "E": 3.0408609745791182e-05, + "T": 0.0003343912248965353, + "P": 0.02927178330719471, + "-": 0.9684393405914307 + }, + "id": "tp_29628" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3703504, + "label": "-", + "classification": { + "B": 6.579266198514233e-08, + "S": 8.3448385979068e-09, + "I": 2.6120213078684174e-05, + "C": 7.146090501919389e-05, + "R": 2.9031259600742487e-06, + "M": 3.575521623133682e-05, + "O": 2.829747927535209e-06, + "W": 2.1442778219693537e-08, + "N": 1.2577994823459449e-07, + "Y": 0.00021477900736499578, + "U": 2.0256475607993707e-08, + "K": 1.2564511209234297e-08, + "L": 9.924372079694876e-07, + "G": 0.0002395996416453272, + "F": 0.0005953755462542176, + "E": 7.168653155531501e-06, + "T": 8.19764391053468e-05, + "P": 0.011982547119259834, + "-": 0.9867382049560547 + }, + "id": "tp_29629" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3703637, + "label": "P", + "classification": { + "B": 8.835755579639226e-06, + "S": 7.737628038739786e-06, + "I": 0.03577712923288345, + "C": 0.0007352657266892493, + "R": 0.00010165359708480537, + "M": 0.0005353246815502644, + "O": 8.058565435931087e-05, + "W": 6.978022156545194e-06, + "N": 0.0010831753024831414, + "Y": 0.0015438530826941133, + "U": 4.677800006902544e-06, + "K": 4.863135927735129e-06, + "L": 2.1198544345679693e-05, + "G": 0.0005288664833642542, + "F": 0.0011788391275331378, + "E": 0.004147369414567947, + "T": 0.001529228175058961, + "P": 0.7529411911964417, + "-": 0.19976334273815155 + }, + "id": "tp_29630" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3703770, + "label": "-", + "classification": { + "B": 1.3299919388032322e-08, + "S": 9.513244236813989e-08, + "I": 1.1423870773796807e-06, + "C": 0.00011665708007058129, + "R": 2.2916263333172537e-05, + "M": 0.000464929937152192, + "O": 2.7393612981541082e-05, + "W": 9.600978501111967e-08, + "N": 1.414511263675422e-08, + "Y": 0.0010849650716409087, + "U": 1.1795577847806271e-08, + "K": 1.8688792735588322e-08, + "L": 1.3445041076920461e-05, + "G": 0.00034591241274029016, + "F": 0.0013769508805125952, + "E": 5.388237696024589e-07, + "T": 0.000900047249160707, + "P": 0.0002483181597199291, + "-": 0.9953964352607727 + }, + "id": "tp_29631" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3703904, + "label": "-", + "classification": { + "B": 4.887524829300105e-10, + "S": 2.1741594635749095e-11, + "I": 3.1094080554794346e-07, + "C": 1.5755819049445563e-07, + "R": 3.8381671174647636e-09, + "M": 3.942026864933723e-07, + "O": 3.7258399032680245e-08, + "W": 8.901285264428793e-11, + "N": 1.1987251191669657e-09, + "Y": 3.3409301067877095e-06, + "U": 1.8153946401699983e-10, + "K": 2.2280809142127822e-10, + "L": 2.6513993223176158e-09, + "G": 1.7686865021460108e-06, + "F": 4.4465217797551304e-05, + "E": 2.881631928630668e-07, + "T": 3.2410600852017524e-06, + "P": 0.01998864859342575, + "-": 0.9799572825431824 + }, + "id": "tp_29632" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3704004, + "label": "-", + "classification": { + "B": 4.813263387859479e-08, + "S": 1.17084120176969e-09, + "I": 4.856624855165137e-06, + "C": 1.8219683624920435e-05, + "R": 1.3068748785372009e-06, + "M": 4.3877162170247175e-06, + "O": 7.932063681437285e-07, + "W": 3.832719031038323e-09, + "N": 1.4663980252294095e-08, + "Y": 4.6048546209931374e-05, + "U": 3.5248772789486793e-09, + "K": 1.9604000367490215e-10, + "L": 4.48493437943398e-07, + "G": 5.45354159839917e-05, + "F": 0.00022903124045114964, + "E": 3.10232576339331e-06, + "T": 1.8837430616258644e-05, + "P": 0.028067221865057945, + "-": 0.9715511798858643 + }, + "id": "tp_29633" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3704137, + "label": "-", + "classification": { + "B": 5.578319814958377e-07, + "S": 1.4582750509362086e-06, + "I": 0.00015371449990198016, + "C": 0.013662690296769142, + "R": 0.0014767051907256246, + "M": 0.00213677529245615, + "O": 0.00015804931172169745, + "W": 1.6122695569720236e-06, + "N": 1.404636805091286e-06, + "Y": 0.005674758926033974, + "U": 7.038709668449883e-07, + "K": 1.3183698399643617e-07, + "L": 0.00020440015941858292, + "G": 0.0047711716033518314, + "F": 0.002049650764092803, + "E": 3.644102980615571e-05, + "T": 0.004989208187907934, + "P": 0.003814115421846509, + "-": 0.9608664512634277 + }, + "id": "tp_29634" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3704271, + "label": "-", + "classification": { + "B": 1.991290673686308e-06, + "S": 5.64423942250869e-07, + "I": 0.00013141999079380184, + "C": 0.00015171899576671422, + "R": 4.667820030590519e-05, + "M": 0.00010922335786744952, + "O": 3.961043694289401e-05, + "W": 1.0630318456605892e-06, + "N": 2.7903931822947925e-06, + "Y": 0.001262045931071043, + "U": 5.888181249247282e-07, + "K": 4.026380224786408e-07, + "L": 1.4857484529784415e-05, + "G": 0.000609521521255374, + "F": 0.004950172267854214, + "E": 6.445340113714337e-05, + "T": 0.0005556803080253303, + "P": 0.027801191434264183, + "-": 0.9642560482025146 + }, + "id": "tp_29635" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3704404, + "label": "-", + "classification": { + "B": 1.072385984457469e-07, + "S": 5.992396978626857e-08, + "I": 4.729286047222558e-06, + "C": 0.00015923856699373573, + "R": 2.721734381339047e-05, + "M": 3.305069185444154e-05, + "O": 1.8738917788141407e-05, + "W": 2.8191325895932096e-07, + "N": 1.0147126516812932e-07, + "Y": 0.0002600674924906343, + "U": 1.6816962045140826e-07, + "K": 1.3728981684835162e-07, + "L": 4.011974851891864e-06, + "G": 0.00014756656310055405, + "F": 0.0018217946635559201, + "E": 7.744660592834407e-07, + "T": 0.00021451732027344406, + "P": 0.003499839222058654, + "-": 0.9938076138496399 + }, + "id": "tp_29636" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3704505, + "label": "-", + "classification": { + "B": 2.972324608663257e-09, + "S": 7.995704098817669e-11, + "I": 1.898080981277417e-08, + "C": 7.048155339361983e-07, + "R": 3.926884772909034e-08, + "M": 1.4388633644557558e-06, + "O": 9.983128990143086e-08, + "W": 7.178809630081773e-11, + "N": 1.9447023852370293e-11, + "Y": 1.2645604329009075e-05, + "U": 7.561821828427906e-12, + "K": 4.43149667352441e-13, + "L": 6.713704436833723e-08, + "G": 1.010453615890583e-05, + "F": 4.733230161946267e-05, + "E": 1.1197427873810284e-08, + "T": 4.678120149037568e-06, + "P": 0.00023070794122759253, + "-": 0.9996922016143799 + }, + "id": "tp_29637" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3704638, + "label": "-", + "classification": { + "B": 2.913310911956124e-11, + "S": 1.3161367828917747e-10, + "I": 1.0293730667854106e-07, + "C": 2.935368286216544e-07, + "R": 8.806839701946956e-09, + "M": 1.162944798238641e-07, + "O": 4.891445470889266e-08, + "W": 1.2997815324045092e-10, + "N": 6.824359410906311e-10, + "Y": 2.7839216727443272e-06, + "U": 9.010246715401848e-11, + "K": 6.044038186603373e-11, + "L": 4.303299938612781e-09, + "G": 8.241242426265671e-07, + "F": 9.761922410689294e-05, + "E": 1.698168539121525e-08, + "T": 5.46352976016351e-06, + "P": 0.006676966790109873, + "-": 0.9932157397270203 + }, + "id": "tp_29638" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3704771, + "label": "-", + "classification": { + "B": 1.103284830605844e-05, + "S": 1.6066412626969395e-06, + "I": 0.00037610437721014023, + "C": 0.010225869715213776, + "R": 0.001415402628481388, + "M": 0.0036230420228093863, + "O": 0.0002166399353882298, + "W": 2.9796003673254745e-06, + "N": 2.515899041100056e-06, + "Y": 0.012757115997374058, + "U": 4.686773991124937e-06, + "K": 2.0286532276259095e-07, + "L": 0.001052162959240377, + "G": 0.017853450030088425, + "F": 0.004040565807372332, + "E": 0.00011092419299529865, + "T": 0.006180544849485159, + "P": 0.007176141254603863, + "-": 0.9349488615989685 + }, + "id": "tp_29639" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3704905, + "label": "-", + "classification": { + "B": 0.0021296886261552572, + "S": 8.957447425927967e-05, + "I": 0.0015282165259122849, + "C": 0.005900323856621981, + "R": 0.0010048842523247004, + "M": 0.00665509607642889, + "O": 0.00129369692876935, + "W": 0.00011656827700790018, + "N": 8.95565390237607e-05, + "Y": 0.006995494943112135, + "U": 5.476961814565584e-05, + "K": 1.133161913458025e-05, + "L": 0.001536203664727509, + "G": 0.012933140620589256, + "F": 0.015752965584397316, + "E": 0.0022546020336449146, + "T": 0.004182454198598862, + "P": 0.07931866496801376, + "-": 0.8581528663635254 + }, + "id": "tp_29640" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3705005, + "label": "-", + "classification": { + "B": 5.681275538904629e-08, + "S": 1.2424226270013605e-07, + "I": 4.5073142246110365e-05, + "C": 1.858434757195937e-06, + "R": 2.555419769123546e-07, + "M": 4.7117264330154285e-06, + "O": 4.21185950472136e-06, + "W": 5.270309699767495e-08, + "N": 2.4049129478953546e-06, + "Y": 4.143325350014493e-05, + "U": 3.4072034083010294e-08, + "K": 7.185860795289045e-08, + "L": 1.5357770166701812e-07, + "G": 1.5087622159626335e-05, + "F": 0.0003718456136994064, + "E": 2.450920692353975e-05, + "T": 0.00013718093396164477, + "P": 0.2493726909160614, + "-": 0.749978244304657 + }, + "id": "tp_29641" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3705138, + "label": "-", + "classification": { + "B": 1.031357442116132e-06, + "S": 5.120022592564055e-07, + "I": 9.66095831245184e-06, + "C": 0.0001620952389203012, + "R": 1.2107287147955503e-05, + "M": 0.00036071077920496464, + "O": 2.143332312698476e-05, + "W": 3.843862259600428e-07, + "N": 1.9869443690367916e-07, + "Y": 0.00044624152360484004, + "U": 1.8741975793545862e-07, + "K": 1.2798596848995203e-08, + "L": 2.3896602215245366e-05, + "G": 0.00020987728203181177, + "F": 0.0015849691117182374, + "E": 1.0794437002914492e-05, + "T": 0.0007044837693683803, + "P": 0.012821236625313759, + "-": 0.9836301207542419 + }, + "id": "tp_29642" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3705272, + "label": "-", + "classification": { + "B": 1.9843776399852686e-08, + "S": 5.974386763085704e-09, + "I": 7.596855994052021e-06, + "C": 4.228458783472888e-05, + "R": 1.3287638012116076e-06, + "M": 4.9924228733289056e-06, + "O": 6.049384637663024e-07, + "W": 8.263474349234912e-09, + "N": 6.256928486436664e-08, + "Y": 0.00020406805560924113, + "U": 7.872019480714698e-09, + "K": 1.0285275742205613e-08, + "L": 1.523238353229317e-07, + "G": 4.996993811801076e-05, + "F": 0.0009455419494770467, + "E": 8.807029189483728e-06, + "T": 2.3093361960491166e-05, + "P": 0.021310850977897644, + "-": 0.9774006009101868 + }, + "id": "tp_29643" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3705405, + "label": "-", + "classification": { + "B": 6.245240435909238e-10, + "S": 3.723325536775235e-10, + "I": 4.0423509517495404e-07, + "C": 1.1546807172635454e-06, + "R": 1.8416496772033497e-08, + "M": 5.334239858711953e-07, + "O": 1.9293447905965877e-07, + "W": 5.116698176266254e-10, + "N": 4.541150566694796e-09, + "Y": 7.212113928289909e-07, + "U": 2.0549492663057833e-10, + "K": 1.9482308821761052e-10, + "L": 7.136537583107838e-09, + "G": 1.1310487479931908e-06, + "F": 3.2926069252425805e-05, + "E": 2.010035160537882e-07, + "T": 2.720683824009029e-06, + "P": 0.007220190018415451, + "-": 0.9927398562431335 + }, + "id": "tp_29644" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3705506, + "label": "P", + "classification": { + "B": 2.6061752578243613e-06, + "S": 1.6961859046205063e-06, + "I": 0.004328841809183359, + "C": 0.0003596089663915336, + "R": 4.8557951231487095e-05, + "M": 8.959753176895902e-05, + "O": 1.9937040633521974e-05, + "W": 2.86031240648299e-06, + "N": 0.0002940591948572546, + "Y": 0.000453806045698002, + "U": 2.8016097530780826e-06, + "K": 5.1395381888141856e-05, + "L": 2.5610690954636084e-06, + "G": 0.0004130558227188885, + "F": 0.003294216003268957, + "E": 0.0034196344204247, + "T": 0.00017093165661208332, + "P": 0.8261294960975647, + "-": 0.16091439127922058 + }, + "id": "tp_29645" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3705639, + "label": "-", + "classification": { + "B": 1.3361611308937427e-05, + "S": 2.4374794520554133e-05, + "I": 4.952493327436969e-06, + "C": 0.00011989024642389268, + "R": 7.330826338147745e-05, + "M": 0.000558698084205389, + "O": 0.00046380353160202503, + "W": 5.1873180382244755e-06, + "N": 1.3349649918836803e-07, + "Y": 8.768497355049476e-05, + "U": 2.4710105961389672e-08, + "K": 3.383167357373651e-10, + "L": 0.0005498610553331673, + "G": 0.0006656254990957677, + "F": 0.004835642874240875, + "E": 1.983115225812071e-06, + "T": 0.0005100495764054358, + "P": 0.00875196885317564, + "-": 0.9833335280418396 + }, + "id": "tp_29646" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3705772, + "label": "-", + "classification": { + "B": 5.989409714857175e-07, + "S": 6.468624036415349e-08, + "I": 0.00012672135198954493, + "C": 0.00045906766899861395, + "R": 3.9412978367181495e-05, + "M": 7.527900743298233e-05, + "O": 1.4733483112649992e-05, + "W": 3.807572284131311e-07, + "N": 2.5889835342240985e-06, + "Y": 0.001497058430686593, + "U": 2.0924881027895026e-06, + "K": 2.232844053651206e-06, + "L": 5.581159712164663e-06, + "G": 0.0005147753399796784, + "F": 0.0023450974840670824, + "E": 3.844193633995019e-05, + "T": 0.0005609602085314691, + "P": 0.03183785080909729, + "-": 0.9624771475791931 + }, + "id": "tp_29647" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3705906, + "label": "-", + "classification": { + "B": 8.219206648618638e-09, + "S": 6.170210298250822e-08, + "I": 8.5117890193942e-06, + "C": 0.01059646811336279, + "R": 0.0010864922078326344, + "M": 0.0018559499876573682, + "O": 7.656878005946055e-05, + "W": 1.1880197092750677e-07, + "N": 3.385099844877004e-08, + "Y": 0.0011243526823818684, + "U": 4.364873618101228e-08, + "K": 1.6061261209898703e-09, + "L": 0.0001638242683839053, + "G": 0.001167795155197382, + "F": 0.00070466089528054, + "E": 1.0770889957711915e-06, + "T": 0.002007449511438608, + "P": 0.00037944025825709105, + "-": 0.9808270931243896 + }, + "id": "tp_29648" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3706006, + "label": "-", + "classification": { + "B": 1.8443284233171653e-08, + "S": 8.890108205150682e-09, + "I": 0.00043411325896158814, + "C": 0.006064360961318016, + "R": 0.0002587461785878986, + "M": 4.8907004384091124e-05, + "O": 7.669394108233973e-06, + "W": 9.419409252586775e-08, + "N": 1.5320556485676207e-06, + "Y": 0.001850136904977262, + "U": 5.871706321158854e-07, + "K": 7.40211703487148e-07, + "L": 1.762626880008611e-06, + "G": 0.000577236176468432, + "F": 0.0004637280944734812, + "E": 4.1390539990970865e-05, + "T": 0.00023448174761142582, + "P": 0.01070801168680191, + "-": 0.9793064594268799 + }, + "id": "tp_29649" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3706139, + "label": "-", + "classification": { + "B": 2.7067906103184214e-06, + "S": 2.6704608444561018e-06, + "I": 3.949277743231505e-05, + "C": 0.0001664783339947462, + "R": 5.5195807362906635e-05, + "M": 0.0001646339223952964, + "O": 0.0002133737871190533, + "W": 7.213896424218547e-06, + "N": 1.6980326336124563e-06, + "Y": 0.0012080532032996416, + "U": 8.45440581542789e-07, + "K": 2.76931189091556e-07, + "L": 5.238323501544073e-05, + "G": 0.0004637366801034659, + "F": 0.001976033905521035, + "E": 1.0702960935304873e-05, + "T": 0.0010718887206166983, + "P": 0.015778599306941032, + "-": 0.9787840247154236 + }, + "id": "tp_29650" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3706273, + "label": "-", + "classification": { + "B": 1.3310215081219212e-06, + "S": 2.413635002085357e-06, + "I": 0.00010461644706083462, + "C": 0.00010936537728412077, + "R": 3.28660462400876e-05, + "M": 0.0001892448781291023, + "O": 7.699072739342228e-05, + "W": 3.313027718832018e-06, + "N": 4.125847226532642e-06, + "Y": 0.0013152757892385125, + "U": 6.992405019445869e-07, + "K": 8.2746976204362e-07, + "L": 9.51003676163964e-06, + "G": 0.00022606442507822067, + "F": 0.001998685300350189, + "E": 2.768297963484656e-05, + "T": 0.0009602237842045724, + "P": 0.02245093695819378, + "-": 0.9724858999252319 + }, + "id": "tp_29651" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3706406, + "label": "-", + "classification": { + "B": 6.795735529863123e-09, + "S": 7.59789564597213e-09, + "I": 8.715343824405863e-07, + "C": 2.8813510652980767e-05, + "R": 2.3160707769420696e-06, + "M": 1.1412359526730143e-05, + "O": 1.8884408063968294e-06, + "W": 5.332131181035038e-09, + "N": 2.8146471819923136e-09, + "Y": 2.6897338102571666e-05, + "U": 1.574651520286352e-09, + "K": 5.31045984963896e-10, + "L": 3.840733313609235e-07, + "G": 1.764693843142595e-05, + "F": 6.346077134367079e-05, + "E": 1.0423476481946636e-07, + "T": 6.718280201312155e-05, + "P": 0.00025383534375578165, + "-": 0.9995251893997192 + }, + "id": "tp_29652" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3706507, + "label": "-", + "classification": { + "B": 1.0377625841995197e-10, + "S": 1.6719340356630141e-09, + "I": 1.1809652278316207e-06, + "C": 4.801649629371241e-05, + "R": 4.887109298579162e-06, + "M": 7.209679552033776e-06, + "O": 1.605766328793834e-06, + "W": 5.5406750298914176e-09, + "N": 9.105769471773328e-09, + "Y": 0.00026485775015316904, + "U": 4.040745515965227e-09, + "K": 8.086845859622827e-09, + "L": 2.8462397949624574e-07, + "G": 2.8526286769192666e-05, + "F": 0.000632331008091569, + "E": 1.631813546509875e-07, + "T": 0.00011411842569941655, + "P": 0.001642475021071732, + "-": 0.9972543120384216 + }, + "id": "tp_29653" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3706640, + "label": "-", + "classification": { + "B": 3.20886002214138e-08, + "S": 2.016512290481387e-08, + "I": 4.1383532334293704e-06, + "C": 2.257727101095952e-05, + "R": 1.693023932602955e-06, + "M": 4.015762169728987e-05, + "O": 4.937735866406001e-06, + "W": 1.7949092878666306e-08, + "N": 6.811423958197338e-08, + "Y": 0.000280217471299693, + "U": 1.4012536020402422e-08, + "K": 8.93033469395732e-09, + "L": 8.964115636445058e-07, + "G": 8.763196092331782e-05, + "F": 0.0009426450706087053, + "E": 2.324782144569326e-06, + "T": 0.00012489328219089657, + "P": 0.007019591983407736, + "-": 0.9914683103561401 + }, + "id": "tp_29654" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3706773, + "label": "-", + "classification": { + "B": 1.2043898101055106e-09, + "S": 2.013293004532457e-11, + "I": 1.5239078265949502e-07, + "C": 2.0478336182350176e-07, + "R": 7.717424921338534e-09, + "M": 6.334489057735482e-07, + "O": 7.183371053542942e-08, + "W": 1.253877141005333e-10, + "N": 1.2865779275283984e-10, + "Y": 5.994523689878406e-06, + "U": 4.806334150120328e-11, + "K": 5.667929775694802e-13, + "L": 1.7711853317337045e-08, + "G": 1.7489351193944458e-06, + "F": 2.6462892037670827e-06, + "E": 5.022468485549325e-08, + "T": 7.922708391561173e-06, + "P": 0.005718921311199665, + "-": 0.9942617416381836 + }, + "id": "tp_29655" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3706907, + "label": "-", + "classification": { + "B": 4.83389384076105e-10, + "S": 2.3526736114831692e-09, + "I": 1.1519651934577269e-06, + "C": 5.9083242376800627e-05, + "R": 4.453701876627747e-06, + "M": 1.5859344784985296e-05, + "O": 2.05048058887769e-06, + "W": 5.5627618067433104e-09, + "N": 7.619304298600582e-09, + "Y": 0.0001992822071770206, + "U": 2.5904300926526957e-09, + "K": 4.023462896185492e-09, + "L": 5.424089408734289e-07, + "G": 8.508838800480589e-05, + "F": 0.00047923997044563293, + "E": 3.149928318180173e-07, + "T": 7.289784116437659e-05, + "P": 0.001704433117993176, + "-": 0.9973756074905396 + }, + "id": "tp_29656" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3707007, + "label": "-", + "classification": { + "B": 5.4104461355564126e-08, + "S": 3.926761138473012e-08, + "I": 1.2897217857243959e-05, + "C": 1.4956740415073e-05, + "R": 2.307409204149735e-06, + "M": 3.5906839912058786e-05, + "O": 5.710119239665801e-06, + "W": 8.306692933501836e-08, + "N": 3.368374734691315e-07, + "Y": 0.0005474656936712563, + "U": 5.412293191398021e-08, + "K": 9.7374005747497e-08, + "L": 9.245815704161942e-07, + "G": 6.309700256679207e-05, + "F": 0.0014354718150570989, + "E": 7.74034924688749e-06, + "T": 0.00026589975459501147, + "P": 0.015420992858707905, + "-": 0.9821859002113342 + }, + "id": "tp_29657" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3707140, + "label": "-", + "classification": { + "B": 1.3577927404639922e-07, + "S": 1.021805815071275e-06, + "I": 2.695113153095008e-06, + "C": 0.0018315429333597422, + "R": 0.0001785323693184182, + "M": 9.087557555176318e-05, + "O": 5.3481111535802484e-05, + "W": 1.054976564773824e-06, + "N": 1.0233139136062164e-07, + "Y": 0.00034105670056305826, + "U": 7.16575812020892e-08, + "K": 1.6820121118144016e-07, + "L": 2.928461071860511e-05, + "G": 0.0009707604185678065, + "F": 0.022169403731822968, + "E": 2.2857884687255137e-06, + "T": 0.00022160941443871707, + "P": 0.002376023679971695, + "-": 0.9717298746109009 + }, + "id": "tp_29658" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3707274, + "label": "-", + "classification": { + "B": 7.673101265481819e-09, + "S": 6.591254475551978e-08, + "I": 1.2764340681314934e-05, + "C": 2.667981107151718e-06, + "R": 3.283320779701171e-07, + "M": 1.6553836985622183e-06, + "O": 2.130348093487555e-06, + "W": 8.475697654830583e-08, + "N": 9.249076811101986e-07, + "Y": 3.972379272454418e-05, + "U": 1.6995972629274547e-08, + "K": 1.0822881222338765e-06, + "L": 3.358594824476313e-08, + "G": 8.348536539415363e-06, + "F": 0.004877204075455666, + "E": 1.4367342373589054e-05, + "T": 1.988087569770869e-05, + "P": 0.11767269670963287, + "-": 0.8773460984230042 + }, + "id": "tp_29659" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3707407, + "label": "-", + "classification": { + "B": 5.409904133557575e-07, + "S": 7.597936928505078e-07, + "I": 0.0002463937271386385, + "C": 0.011296052485704422, + "R": 0.0010108526330441236, + "M": 0.0011260579340159893, + "O": 0.00011907723092008382, + "W": 1.129324459725467e-06, + "N": 1.5614460835422506e-06, + "Y": 0.010046673007309437, + "U": 6.878843237245746e-07, + "K": 1.6877501707313058e-07, + "L": 0.00017371578724123538, + "G": 0.0064569199457764626, + "F": 0.0054074907675385475, + "E": 3.836654286715202e-05, + "T": 0.0029872001614421606, + "P": 0.006192690227180719, + "-": 0.9548936486244202 + }, + "id": "tp_29660" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3707508, + "label": "-", + "classification": { + "B": 1.321614490734646e-06, + "S": 5.245595389169466e-07, + "I": 2.599020444904454e-05, + "C": 1.3056263014732394e-05, + "R": 1.9001324744749581e-06, + "M": 8.809410792309791e-05, + "O": 1.582522236276418e-05, + "W": 3.189537949310761e-07, + "N": 5.421003947958525e-07, + "Y": 0.000248849974013865, + "U": 1.0028939811945747e-07, + "K": 9.003473877555734e-08, + "L": 3.9293076952162664e-06, + "G": 0.00019250369223300368, + "F": 0.002190805273130536, + "E": 4.058426202391274e-05, + "T": 0.00023978293756954372, + "P": 0.052292365580797195, + "-": 0.9446433782577515 + }, + "id": "tp_29661" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3707641, + "label": "-", + "classification": { + "B": 2.2091682694735937e-05, + "S": 2.7937983304582303e-07, + "I": 0.00021742598619312048, + "C": 0.0001138664229074493, + "R": 5.5413438531104475e-06, + "M": 4.310443182475865e-05, + "O": 1.312238509854069e-05, + "W": 1.509773028374184e-06, + "N": 6.0566721913346555e-06, + "Y": 0.0001913115120260045, + "U": 2.7224450604990125e-06, + "K": 6.718423719576094e-06, + "L": 3.4165059332735837e-06, + "G": 0.000297931837849319, + "F": 0.000920114282052964, + "E": 0.0005745221860706806, + "T": 0.0001371911057503894, + "P": 0.194380983710289, + "-": 0.8030620813369751 + }, + "id": "tp_29662" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3707774, + "label": "-", + "classification": { + "B": 8.935276127886027e-06, + "S": 3.5526011288311565e-06, + "I": 0.00039097288390621543, + "C": 0.0007163459667935967, + "R": 0.00010054928861791268, + "M": 0.00013743797899223864, + "O": 0.00010654694051481783, + "W": 5.638649781758431e-06, + "N": 1.4404055946215522e-05, + "Y": 0.00041493517346680164, + "U": 4.993557013222016e-06, + "K": 1.5054959021654213e-06, + "L": 2.749779559962917e-05, + "G": 0.0004087385314051062, + "F": 0.0014413525350391865, + "E": 0.00016322129522450268, + "T": 0.0005339875351637602, + "P": 0.09679345041513443, + "-": 0.8987259268760681 + }, + "id": "tp_29663" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3707908, + "label": "C", + "classification": { + "B": 1.1265528883086517e-06, + "S": 1.831247573136352e-06, + "I": 0.00014635318075306714, + "C": 0.4884219467639923, + "R": 0.043066393584012985, + "M": 0.017046112567186356, + "O": 0.0005215845885686576, + "W": 3.680911959236255e-06, + "N": 5.225150516707799e-07, + "Y": 0.015835804864764214, + "U": 1.787951759979478e-06, + "K": 1.7661216134001734e-07, + "L": 0.005335054825991392, + "G": 0.07515327632427216, + "F": 0.0023386760149151087, + "E": 2.061590384982992e-05, + "T": 0.010277585126459599, + "P": 0.00022397066641133279, + "-": 0.34160345792770386 + }, + "id": "tp_29664" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3708008, + "label": "-", + "classification": { + "B": 7.356576014593691e-14, + "S": 5.443969927632075e-13, + "I": 5.807904912558115e-08, + "C": 7.20530588296242e-05, + "R": 6.842402626716648e-07, + "M": 3.222952500436804e-07, + "O": 1.4292023564621559e-08, + "W": 4.168215252120522e-12, + "N": 1.6254128251680378e-11, + "Y": 5.067279198556207e-05, + "U": 8.426935364791444e-12, + "K": 4.191974892209238e-12, + "L": 4.629315153437119e-09, + "G": 5.351789241103688e-06, + "F": 1.4997072867117822e-05, + "E": 3.6899390210010097e-09, + "T": 4.2353099161118735e-06, + "P": 4.620838080882095e-05, + "-": 0.9998055100440979 + }, + "id": "tp_29665" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3708141, + "label": "-", + "classification": { + "B": 5.995722744955856e-07, + "S": 1.3076106597509352e-06, + "I": 2.073324594675796e-06, + "C": 0.0005317689501680434, + "R": 0.00011020368401659653, + "M": 0.001054115709848702, + "O": 0.00013790260709356517, + "W": 6.281755986492499e-07, + "N": 4.874448222835781e-08, + "Y": 0.0006275579798966646, + "U": 3.2464882337990275e-08, + "K": 1.9867956169150602e-08, + "L": 0.00012397531827446073, + "G": 0.0013514638412743807, + "F": 0.008625578135251999, + "E": 1.3281354540595203e-06, + "T": 0.001503105740994215, + "P": 0.0007857311866246164, + "-": 0.9851425290107727 + }, + "id": "tp_29666" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3708275, + "label": "-", + "classification": { + "B": 1.2098815204808488e-05, + "S": 3.0467963370028883e-06, + "I": 4.7307064960477874e-05, + "C": 1.9953491573687643e-05, + "R": 5.511009476322215e-06, + "M": 0.00019663570856209844, + "O": 0.00015133425767999142, + "W": 3.45873081641912e-06, + "N": 1.4088908528719912e-06, + "Y": 7.938559429021552e-05, + "U": 1.8841457460894162e-07, + "K": 1.1806407407277675e-08, + "L": 3.346559242345393e-05, + "G": 0.0001494573662057519, + "F": 0.00040879443986341357, + "E": 9.357499948237091e-06, + "T": 0.0005815803306177258, + "P": 0.04539261758327484, + "-": 0.9529044032096863 + }, + "id": "tp_29667" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3708375, + "label": "-", + "classification": { + "B": 1.1774456076807382e-08, + "S": 8.05789923674638e-08, + "I": 9.071351087186486e-06, + "C": 0.00020244299957994372, + "R": 2.64703940047184e-05, + "M": 2.5576686311978847e-05, + "O": 1.0745008694357239e-05, + "W": 1.274692493780094e-07, + "N": 1.41553982757614e-07, + "Y": 0.00022267817985266447, + "U": 2.9025898129475536e-08, + "K": 1.146110051308824e-08, + "L": 2.696146339076222e-06, + "G": 0.00011659587471513078, + "F": 0.001824677106924355, + "E": 2.3223733478516806e-06, + "T": 0.00012683923705480993, + "P": 0.004273847211152315, + "-": 0.9931555390357971 + }, + "id": "tp_29668" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3708509, + "label": "-", + "classification": { + "B": 2.0668709055371437e-07, + "S": 1.8093270455210586e-06, + "I": 4.332068783696741e-05, + "C": 0.017198536545038223, + "R": 0.0013970619766041636, + "M": 0.0007731731166131794, + "O": 0.00020107804448343813, + "W": 4.232779701851541e-06, + "N": 1.820181637413043e-06, + "Y": 0.009184276685118675, + "U": 1.625107643121737e-06, + "K": 4.63325523014646e-06, + "L": 0.00013199337990954518, + "G": 0.004247286822646856, + "F": 0.008046962320804596, + "E": 2.1994261260260828e-05, + "T": 0.003094731131568551, + "P": 0.0031900769099593163, + "-": 0.9524551630020142 + }, + "id": "tp_29669" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3708642, + "label": "-", + "classification": { + "B": 3.7505644741031574e-06, + "S": 7.857022978896566e-07, + "I": 0.00010447471868246794, + "C": 0.0011651263339444995, + "R": 0.00013014071737416089, + "M": 0.0006807444151490927, + "O": 6.141078483778983e-05, + "W": 8.387729053538351e-07, + "N": 8.862317031343991e-07, + "Y": 0.00040785461897030473, + "U": 8.561257800465683e-07, + "K": 2.188573766659374e-08, + "L": 0.00013310412759892642, + "G": 0.0011134439846500754, + "F": 0.0017763277282938361, + "E": 6.649194983765483e-05, + "T": 0.0016733652446419, + "P": 0.024484138935804367, + "-": 0.9681962132453918 + }, + "id": "tp_29670" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3708775, + "label": "-", + "classification": { + "B": 4.282097176844246e-10, + "S": 7.259017276162183e-10, + "I": 1.864577598098549e-06, + "C": 2.859539733890415e-07, + "R": 1.1143185041362358e-08, + "M": 2.971510149052392e-08, + "O": 5.668471558806232e-08, + "W": 3.375357215951169e-10, + "N": 2.1485483614469558e-08, + "Y": 5.024596134717285e-07, + "U": 2.425805667449765e-10, + "K": 8.377285670713164e-11, + "L": 2.7001609836929674e-09, + "G": 4.314055388476845e-07, + "F": 6.361796840792522e-05, + "E": 2.0806470502066077e-07, + "T": 2.573980964371003e-06, + "P": 0.12715965509414673, + "-": 0.8727707266807556 + }, + "id": "tp_29671" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3708876, + "label": "-", + "classification": { + "B": 5.9820708386837396e-09, + "S": 8.186886901739854e-08, + "I": 6.976812528591836e-06, + "C": 0.0008519310504198074, + "R": 6.594450678676367e-05, + "M": 0.0001944363466463983, + "O": 2.4584531274740584e-05, + "W": 1.8875947205287957e-07, + "N": 8.291531372606187e-08, + "Y": 0.0026375302113592625, + "U": 3.924890989992491e-08, + "K": 1.2055402009991667e-07, + "L": 1.3550415133067872e-05, + "G": 0.0012121032923460007, + "F": 0.006802127696573734, + "E": 3.024039870069828e-06, + "T": 0.0009101579780690372, + "P": 0.0016676501836627722, + "-": 0.9856093525886536 + }, + "id": "tp_29672" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3709009, + "label": "-", + "classification": { + "B": 6.225006654858589e-05, + "S": 2.689473376449314e-06, + "I": 0.006936140824109316, + "C": 0.028949616476893425, + "R": 0.0027507031336426735, + "M": 0.001143815228715539, + "O": 0.0002084810839733109, + "W": 1.8419450498186052e-05, + "N": 0.00010920894419541582, + "Y": 0.002939394675195217, + "U": 9.641148062655702e-05, + "K": 1.477839941799175e-05, + "L": 0.0002840470115188509, + "G": 0.009599518962204456, + "F": 0.00724660512059927, + "E": 0.0029209540225565434, + "T": 0.001179192797280848, + "P": 0.29758521914482117, + "-": 0.6379525065422058 + }, + "id": "tp_29673" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3709142, + "label": "-", + "classification": { + "B": 0.0005927013116888702, + "S": 0.0001087153868866153, + "I": 0.0035100653767585754, + "C": 0.042083531618118286, + "R": 0.0073682647198438644, + "M": 0.006197917740792036, + "O": 0.0014073157217353582, + "W": 0.00011712916602846235, + "N": 0.00015017624536994845, + "Y": 0.006140709854662418, + "U": 0.0001703863381408155, + "K": 9.355568181490526e-06, + "L": 0.002985304221510887, + "G": 0.01851729303598404, + "F": 0.011816953308880329, + "E": 0.001646421616896987, + "T": 0.011674008332192898, + "P": 0.07931745797395706, + "-": 0.8061863780021667 + }, + "id": "tp_29674" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3709276, + "label": "-", + "classification": { + "B": 2.6736773905966515e-10, + "S": 3.829644587560743e-11, + "I": 3.965752739532036e-07, + "C": 5.1605071348603815e-05, + "R": 2.470333811288583e-06, + "M": 2.445206064294325e-07, + "O": 4.3055290888105446e-08, + "W": 3.5589092783894216e-10, + "N": 3.3351585382312976e-10, + "Y": 2.105681414832361e-05, + "U": 8.982937171886363e-10, + "K": 3.0639053794079274e-11, + "L": 5.9114427131135017e-08, + "G": 4.0392696973867714e-06, + "F": 0.00021525667398236692, + "E": 4.7572854100508266e-08, + "T": 5.8826212807616685e-06, + "P": 0.004618828650563955, + "-": 0.9950801134109497 + }, + "id": "tp_29675" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3709376, + "label": "-", + "classification": { + "B": 3.097826439812934e-09, + "S": 1.6234050548291634e-08, + "I": 5.129734290676424e-06, + "C": 5.9630739997373894e-05, + "R": 3.2949521937553072e-06, + "M": 5.572792360908352e-05, + "O": 2.490070073690731e-06, + "W": 1.4757186583835846e-08, + "N": 2.233632301340549e-08, + "Y": 0.00022438549785874784, + "U": 4.741113723838453e-09, + "K": 6.538884989026883e-10, + "L": 6.525849585159449e-07, + "G": 2.1603393179248087e-05, + "F": 0.00012848024198319763, + "E": 8.95950847734639e-07, + "T": 0.0003650273138191551, + "P": 0.002914966782554984, + "-": 0.996217668056488 + }, + "id": "tp_29676" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3709510, + "label": "-", + "classification": { + "B": 3.269471846034655e-11, + "S": 1.29311221019196e-12, + "I": 2.312064673049008e-08, + "C": 2.1105091718709446e-07, + "R": 3.0947209239684526e-09, + "M": 3.517914493045282e-08, + "O": 4.250330309929495e-09, + "W": 6.1933917196166366e-12, + "N": 2.5550388194073292e-11, + "Y": 7.993011195139843e-07, + "U": 4.7495987177959e-12, + "K": 4.778968019925056e-12, + "L": 4.4854750469447424e-10, + "G": 5.263038360681094e-07, + "F": 1.300622898270376e-05, + "E": 4.421406352150825e-09, + "T": 2.9152843694646435e-07, + "P": 0.0015378044918179512, + "-": 0.9984474778175354 + }, + "id": "tp_29677" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3709643, + "label": "-", + "classification": { + "B": 1.6336635155767e-08, + "S": 7.973066651345562e-10, + "I": 8.379067367059179e-06, + "C": 3.0702099707013986e-07, + "R": 1.6985403306080116e-08, + "M": 6.87663259668625e-07, + "O": 3.266813166646898e-07, + "W": 1.0233618397137434e-09, + "N": 2.2474210936707095e-08, + "Y": 2.6902291665464872e-06, + "U": 4.4933054499374236e-10, + "K": 4.321422733544189e-11, + "L": 3.797005021510813e-08, + "G": 4.3255818127363455e-06, + "F": 3.3193911804119125e-05, + "E": 1.4735588820258272e-06, + "T": 4.804187938134419e-06, + "P": 0.14517925679683685, + "-": 0.854764461517334 + }, + "id": "tp_29678" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3709776, + "label": "-", + "classification": { + "B": 0.00010616924555506557, + "S": 4.852223355555907e-05, + "I": 0.010901512578129768, + "C": 0.04791867360472679, + "R": 0.006524516269564629, + "M": 0.006668608635663986, + "O": 0.0011586170876398683, + "W": 6.933752592885867e-05, + "N": 0.00024518289137631655, + "Y": 0.11831381916999817, + "U": 7.10588283254765e-05, + "K": 2.3231452360050753e-05, + "L": 0.0016644959105178714, + "G": 0.031383808702230453, + "F": 0.010811958461999893, + "E": 0.004118417389690876, + "T": 0.023532753810286522, + "P": 0.030206527560949326, + "-": 0.7062328457832336 + }, + "id": "tp_29679" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3709877, + "label": "-", + "classification": { + "B": 1.2009723215911094e-09, + "S": 4.713359480490453e-09, + "I": 2.4172342705242045e-07, + "C": 4.205008281132905e-06, + "R": 3.737086444743909e-07, + "M": 4.083995008841157e-06, + "O": 1.1017795031875721e-06, + "W": 5.103847566800823e-09, + "N": 2.9514812815989444e-09, + "Y": 4.910682764602825e-05, + "U": 1.2310458208375508e-09, + "K": 3.241203083703681e-09, + "L": 1.708657180188311e-07, + "G": 6.932906671863748e-06, + "F": 0.00019692846399266273, + "E": 3.362587222000002e-07, + "T": 2.660713107616175e-05, + "P": 0.0008479422540403903, + "-": 0.9988620281219482 + }, + "id": "tp_29680" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3710010, + "label": "-", + "classification": { + "B": 1.199705366161652e-07, + "S": 6.337153735103129e-08, + "I": 0.00013986621343065053, + "C": 0.00015266718401107937, + "R": 1.9295361198601313e-05, + "M": 5.3135849157115445e-05, + "O": 1.2774902643286623e-05, + "W": 4.636239339106396e-07, + "N": 2.2019510197424097e-06, + "Y": 0.0010460176272317767, + "U": 7.775325343573058e-07, + "K": 1.1070670780100045e-06, + "L": 2.1925657165411394e-06, + "G": 0.00024533848045393825, + "F": 0.0012756356736645103, + "E": 2.6812929718289524e-05, + "T": 0.00031791123910807073, + "P": 0.029115920886397362, + "-": 0.9675877094268799 + }, + "id": "tp_29681" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3710143, + "label": "-", + "classification": { + "B": 1.0328658390790224e-06, + "S": 1.0679191291274037e-06, + "I": 1.2021150723739993e-05, + "C": 0.00020802236394956708, + "R": 3.234969335608184e-05, + "M": 0.00013739410496782511, + "O": 3.8391743146348745e-05, + "W": 1.3232266837803763e-06, + "N": 3.810623638855759e-07, + "Y": 0.00043187380651943386, + "U": 2.7054167617279745e-07, + "K": 4.4568767521013797e-07, + "L": 1.6530926586710848e-05, + "G": 0.0004855733714066446, + "F": 0.010402403771877289, + "E": 5.5868686104076914e-06, + "T": 0.00039282749639824033, + "P": 0.006568783428519964, + "-": 0.9812637567520142 + }, + "id": "tp_29682" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3710277, + "label": "-", + "classification": { + "B": 5.6056020270034423e-08, + "S": 1.3334454251889838e-07, + "I": 1.054826725521707e-06, + "C": 0.017539577558636665, + "R": 0.00031169693102128804, + "M": 0.0004369892703834921, + "O": 3.28545575030148e-05, + "W": 7.126863010853413e-08, + "N": 1.2723747389031814e-08, + "Y": 0.0012641303474083543, + "U": 1.8845518923171767e-08, + "K": 2.4464028580695185e-09, + "L": 0.00023359073384199291, + "G": 0.008297880180180073, + "F": 0.006887606345117092, + "E": 2.0499780930549605e-06, + "T": 0.0006185021484270692, + "P": 0.00047545309644192457, + "-": 0.9638983607292175 + }, + "id": "tp_29683" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3710377, + "label": "-", + "classification": { + "B": 1.001157403507369e-11, + "S": 5.1690932784120847e-11, + "I": 1.9355559377487452e-09, + "C": 1.6226773880134715e-07, + "R": 1.310275532517835e-08, + "M": 8.52037999266031e-07, + "O": 1.028135727665358e-07, + "W": 2.8189447304205473e-11, + "N": 2.4909705374775992e-12, + "Y": 1.1086211998190265e-05, + "U": 1.8968385889772676e-12, + "K": 7.720681597300424e-14, + "L": 9.468866579709356e-08, + "G": 4.304680714994902e-06, + "F": 6.454008689615875e-05, + "E": 3.185535168981346e-10, + "T": 8.182923011190724e-06, + "P": 0.0001026006939355284, + "-": 0.999808132648468 + }, + "id": "tp_29684" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3710511, + "label": "-", + "classification": { + "B": 6.98747462593019e-05, + "S": 1.944638461282011e-05, + "I": 0.000558289117179811, + "C": 0.06545772403478622, + "R": 0.01055886596441269, + "M": 0.009876941330730915, + "O": 0.0009400994749739766, + "W": 2.3052203687257133e-05, + "N": 8.640133273729589e-06, + "Y": 0.014154382050037384, + "U": 1.0362802640884183e-05, + "K": 1.3313476188159257e-07, + "L": 0.0038931474555283785, + "G": 0.01968776248395443, + "F": 0.007416948676109314, + "E": 0.0003003411693498492, + "T": 0.00833074189722538, + "P": 0.010716724209487438, + "-": 0.847976565361023 + }, + "id": "tp_29685" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3710644, + "label": "-", + "classification": { + "B": 4.644073211927668e-13, + "S": 4.517102829138648e-16, + "I": 3.17497916846321e-09, + "C": 6.030728694206289e-10, + "R": 6.7465564385083e-12, + "M": 3.404521109473535e-09, + "O": 8.566796577680336e-11, + "W": 1.3778502840902044e-14, + "N": 2.2870954804500576e-13, + "Y": 4.362564709481376e-08, + "U": 1.458807067386634e-14, + "K": 1.1051374388098417e-15, + "L": 4.603744902659246e-12, + "G": 2.1381532988584695e-08, + "F": 1.3154421196759358e-07, + "E": 1.0825899066091438e-09, + "T": 3.864958841859334e-08, + "P": 0.002623024396598339, + "-": 0.9973767995834351 + }, + "id": "tp_29686" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3710777, + "label": "-", + "classification": { + "B": 1.2952672788502095e-12, + "S": 1.196657356539177e-11, + "I": 1.624684276002597e-09, + "C": 1.2333683798715356e-06, + "R": 3.081699873064281e-08, + "M": 1.6441336470052192e-07, + "O": 1.6601738650479092e-08, + "W": 9.76385205325725e-12, + "N": 7.261444483902535e-12, + "Y": 1.71620849869214e-05, + "U": 4.394655646333678e-12, + "K": 6.165908755795257e-11, + "L": 3.394442282811383e-09, + "G": 2.590798203527811e-06, + "F": 0.0002471869520377368, + "E": 1.1065804939036639e-09, + "T": 2.2795786662754836e-06, + "P": 0.00010804381599882618, + "-": 0.9996213912963867 + }, + "id": "tp_29687" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3710878, + "label": "-", + "classification": { + "B": 4.783372276051523e-08, + "S": 9.651957100231812e-08, + "I": 3.026586909982143e-06, + "C": 1.3903498256695457e-05, + "R": 2.0220779788360232e-06, + "M": 5.7014342019101605e-05, + "O": 9.001496437122114e-06, + "W": 1.1178370584730146e-07, + "N": 7.224088705015674e-08, + "Y": 0.00034490571124479175, + "U": 1.02513713073904e-08, + "K": 6.996152990268456e-08, + "L": 7.42916029139451e-07, + "G": 5.569063068833202e-05, + "F": 0.0008579481509514153, + "E": 2.315352276127669e-06, + "T": 0.00015151311527006328, + "P": 0.002553560072556138, + "-": 0.9959480166435242 + }, + "id": "tp_29688" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3711011, + "label": "-", + "classification": { + "B": 1.541065870469538e-07, + "S": 3.408423481232603e-07, + "I": 1.3817621947964653e-05, + "C": 0.00032296276185661554, + "R": 3.575620212359354e-05, + "M": 0.00011857388017233461, + "O": 4.3267315049888566e-05, + "W": 5.434856120700715e-07, + "N": 7.99603867562837e-07, + "Y": 0.0011116996174678206, + "U": 4.1987863141912385e-07, + "K": 2.616671963551198e-06, + "L": 1.185134442494018e-05, + "G": 0.0004952957388013601, + "F": 0.005944062024354935, + "E": 1.11914951048675e-05, + "T": 0.00044851962593384087, + "P": 0.004751806613057852, + "-": 0.9866863489151001 + }, + "id": "tp_29689" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3711144, + "label": "-", + "classification": { + "B": 5.388806068040708e-10, + "S": 3.7161402843821634e-08, + "I": 2.2280050870904233e-07, + "C": 0.0001690404606051743, + "R": 1.0774370821309276e-05, + "M": 4.291820732760243e-05, + "O": 5.235932349023642e-06, + "W": 1.54819019826391e-08, + "N": 2.3085033884484574e-09, + "Y": 0.00017286703223362565, + "U": 7.575338689669309e-10, + "K": 1.0210063905446987e-08, + "L": 2.5559324967616703e-06, + "G": 0.00022129164426587522, + "F": 0.003720852080732584, + "E": 1.0999718824677984e-07, + "T": 0.00014427557471208274, + "P": 8.181639714166522e-05, + "-": 0.9954279661178589 + }, + "id": "tp_29690" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3711278, + "label": "-", + "classification": { + "B": 2.135605026154508e-09, + "S": 1.3831339629177819e-08, + "I": 7.613783736815094e-08, + "C": 4.100137448403984e-05, + "R": 6.328812105493853e-06, + "M": 5.894813148188405e-05, + "O": 3.0702740332344547e-06, + "W": 1.0678167683408901e-08, + "N": 8.598510237156631e-10, + "Y": 0.00026564495055936277, + "U": 7.861263862096735e-10, + "K": 2.6510091899467625e-09, + "L": 1.2641578450711677e-06, + "G": 7.058579649310559e-05, + "F": 0.0011350426357239485, + "E": 1.919790548754463e-07, + "T": 0.00013787498755846173, + "P": 9.790759213501588e-05, + "-": 0.998181939125061 + }, + "id": "tp_29691" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3711378, + "label": "-", + "classification": { + "B": 5.24565257364884e-06, + "S": 2.792189093270281e-07, + "I": 9.204646289617813e-07, + "C": 5.9794497246912215e-06, + "R": 2.0111124285904225e-06, + "M": 0.00017865962581709027, + "O": 6.444492464652285e-05, + "W": 2.3469999632652616e-07, + "N": 1.1521684939452825e-08, + "Y": 7.851834379835054e-05, + "U": 3.591746899900272e-09, + "K": 1.2944434413242334e-10, + "L": 2.5782457669265568e-05, + "G": 0.00011545555025804788, + "F": 0.0002653939591255039, + "E": 6.205017939464597e-07, + "T": 0.00019185869314242154, + "P": 0.0011501820990815759, + "-": 0.9979142546653748 + }, + "id": "tp_29692" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3711512, + "label": "-", + "classification": { + "B": 1.4010871041136852e-07, + "S": 4.4451803660194855e-06, + "I": 0.00012251838052179664, + "C": 0.07099739462137222, + "R": 0.011909996159374714, + "M": 0.005692797247320414, + "O": 0.0004277427215129137, + "W": 3.0490648441627854e-06, + "N": 1.02643809896108e-06, + "Y": 0.006873085163533688, + "U": 3.4203620202788443e-07, + "K": 2.3384868086395727e-07, + "L": 0.000722368829883635, + "G": 0.012610333040356636, + "F": 0.008546981029212475, + "E": 1.902455187519081e-05, + "T": 0.00817829743027687, + "P": 0.0007666152669116855, + "-": 0.8731237649917603 + }, + "id": "tp_29693" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3711645, + "label": "-", + "classification": { + "B": 2.2062866264604963e-05, + "S": 3.7036155845271423e-05, + "I": 0.0010798550210893154, + "C": 0.003273751586675644, + "R": 0.0007108732243068516, + "M": 0.0031337987165898085, + "O": 0.0009270649752579629, + "W": 5.418076034402475e-05, + "N": 7.374199049081653e-05, + "Y": 0.00494160084053874, + "U": 3.173412915202789e-05, + "K": 1.9114680981147103e-05, + "L": 0.0004035496385768056, + "G": 0.003718881169334054, + "F": 0.013427789323031902, + "E": 0.0003932638210244477, + "T": 0.005303146317601204, + "P": 0.043139468878507614, + "-": 0.9193090796470642 + }, + "id": "tp_29694" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3711778, + "label": "-", + "classification": { + "B": 3.8430738413808285e-07, + "S": 9.942934298123873e-08, + "I": 2.7175461582373828e-05, + "C": 2.5504234145046212e-05, + "R": 4.0350519157072995e-06, + "M": 3.633604501374066e-05, + "O": 1.9678171156556346e-05, + "W": 2.1039137720890722e-07, + "N": 3.553018643742689e-07, + "Y": 0.0002077960380120203, + "U": 6.988059908508149e-08, + "K": 3.612263910213187e-08, + "L": 3.7139543564990163e-06, + "G": 0.00019063071522396058, + "F": 0.0010095671750605106, + "E": 6.3595343817723915e-06, + "T": 0.00012046928168274462, + "P": 0.010070646181702614, + "-": 0.9882768988609314 + }, + "id": "tp_29695" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3711879, + "label": "-", + "classification": { + "B": 4.40468639339997e-09, + "S": 6.886166636910218e-10, + "I": 6.947434030735167e-06, + "C": 9.305018124905473e-07, + "R": 2.456193293198794e-08, + "M": 1.0448203511259635e-06, + "O": 2.415339679373574e-07, + "W": 1.8227402920345526e-09, + "N": 6.362355975397804e-08, + "Y": 8.856428394210525e-06, + "U": 1.942511262953417e-09, + "K": 1.5435384081996517e-09, + "L": 1.5020882315752715e-08, + "G": 3.266881321906112e-06, + "F": 3.006813676620368e-05, + "E": 3.2112861845234875e-06, + "T": 1.9228453311370686e-05, + "P": 0.08459241688251495, + "-": 0.91533362865448 + }, + "id": "tp_29696" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3712012, + "label": "-", + "classification": { + "B": 1.8457587888653926e-12, + "S": 1.1868202818079987e-13, + "I": 4.028602518246771e-08, + "C": 2.568861390273014e-08, + "R": 1.0710399234170609e-09, + "M": 3.101565226870662e-08, + "O": 1.701303653511843e-09, + "W": 1.6228418348723794e-12, + "N": 7.484590204553943e-12, + "Y": 1.1160290114275995e-06, + "U": 1.470719921715935e-12, + "K": 4.402798655170348e-13, + "L": 1.5761632277122573e-10, + "G": 1.4187175167990063e-07, + "F": 1.5240466382238083e-06, + "E": 2.5802771030924987e-09, + "T": 5.3730332183477e-07, + "P": 0.0010062556248158216, + "-": 0.9989902377128601 + }, + "id": "tp_29697" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3712145, + "label": "-", + "classification": { + "B": 1.7591137435601922e-08, + "S": 2.1590852838926367e-07, + "I": 3.7518348108278587e-06, + "C": 8.142069418681785e-06, + "R": 1.3116668924340047e-06, + "M": 2.3623371816938743e-05, + "O": 1.4563351214746945e-05, + "W": 6.98897792972275e-08, + "N": 1.2119100745167088e-07, + "Y": 0.0002475747314747423, + "U": 1.526445103650076e-08, + "K": 5.451039175596861e-09, + "L": 3.1104129902814748e-06, + "G": 7.000369078014046e-05, + "F": 0.0013106766855344176, + "E": 9.426639735465869e-07, + "T": 0.0003161972272209823, + "P": 0.006827138364315033, + "-": 0.9911724925041199 + }, + "id": "tp_29698" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3712279, + "label": "-", + "classification": { + "B": 4.537389214354093e-11, + "S": 7.871310547802324e-11, + "I": 1.948158023878932e-05, + "C": 3.7041697851236677e-06, + "R": 1.9627805158961564e-07, + "M": 3.765418341572513e-07, + "O": 7.08238303559483e-08, + "W": 4.4203790627861395e-10, + "N": 3.2879714950695416e-08, + "Y": 3.7092759157530963e-05, + "U": 2.081002925535813e-09, + "K": 8.274489537996033e-09, + "L": 3.577222074113706e-09, + "G": 4.425019142217934e-06, + "F": 5.7341629144502804e-05, + "E": 4.416765762016439e-07, + "T": 1.4624492905568331e-05, + "P": 0.01775365136563778, + "-": 0.9821085929870605 + }, + "id": "tp_29699" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3712379, + "label": "-", + "classification": { + "B": 5.869566166438744e-07, + "S": 3.064424618060002e-06, + "I": 1.2125145076424815e-05, + "C": 0.0004756884591188282, + "R": 0.00010030528210336342, + "M": 0.00018234741583000869, + "O": 8.116472599795088e-05, + "W": 1.2059210803272435e-06, + "N": 6.746423650838551e-07, + "Y": 0.002990806708112359, + "U": 4.063733456405316e-07, + "K": 2.9182385787862586e-06, + "L": 4.812929546460509e-05, + "G": 0.0016840248135849833, + "F": 0.017235878854990005, + "E": 2.034805584116839e-05, + "T": 0.0008613851387053728, + "P": 0.00461365794762969, + "-": 0.9716852307319641 + }, + "id": "tp_29700" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3712513, + "label": "-", + "classification": { + "B": 1.1462275573137504e-09, + "S": 8.518856731143387e-09, + "I": 1.0480621313035954e-06, + "C": 0.0003836164833046496, + "R": 3.5770954127656296e-05, + "M": 2.1989832021063194e-05, + "O": 4.177948085271055e-06, + "W": 2.1606368250104424e-08, + "N": 1.3985554048190352e-08, + "Y": 0.0008392473682761192, + "U": 5.6433502315655915e-09, + "K": 4.189346469729571e-08, + "L": 1.8986916074936744e-06, + "G": 0.0002447230217512697, + "F": 0.004369744565337896, + "E": 9.357570434076479e-07, + "T": 7.987073331605643e-05, + "P": 0.0015505177434533834, + "-": 0.9924662709236145 + }, + "id": "tp_29701" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3712646, + "label": "-", + "classification": { + "B": 5.457096552419216e-09, + "S": 2.934229526019294e-09, + "I": 4.052591975778341e-06, + "C": 6.169090283947298e-06, + "R": 3.235434462567355e-07, + "M": 1.2302526556595694e-05, + "O": 1.0812082109623589e-06, + "W": 5.412316372854775e-09, + "N": 6.730936519261377e-08, + "Y": 9.89714462775737e-05, + "U": 8.550279595453958e-09, + "K": 3.184670660516531e-08, + "L": 9.07662709437318e-08, + "G": 1.4403659406525549e-05, + "F": 0.00024066821788437665, + "E": 3.4807260362867964e-06, + "T": 7.422416092595086e-05, + "P": 0.008295602165162563, + "-": 0.991248607635498 + }, + "id": "tp_29702" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3712779, + "label": "-", + "classification": { + "B": 1.3982906921228277e-07, + "S": 1.662621968989697e-07, + "I": 1.4900166206643917e-05, + "C": 4.9490434321342036e-05, + "R": 8.90440060175024e-06, + "M": 3.544161154422909e-05, + "O": 1.030617204378359e-05, + "W": 1.779156235670598e-07, + "N": 3.25727455674496e-07, + "Y": 0.00025953029398806393, + "U": 1.1447310299672608e-07, + "K": 1.3944328713932919e-07, + "L": 1.9323438209539745e-06, + "G": 7.831551192793995e-05, + "F": 0.0011016459902748466, + "E": 5.112445705890423e-06, + "T": 0.00024907683837227523, + "P": 0.010432547889649868, + "-": 0.9877517223358154 + }, + "id": "tp_29703" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3712880, + "label": "-", + "classification": { + "B": 1.084749978730315e-08, + "S": 1.115292480591279e-08, + "I": 1.9559813608793775e-06, + "C": 3.517832965371781e-06, + "R": 2.200449529254911e-07, + "M": 1.7255680404559826e-06, + "O": 1.3239060763226007e-06, + "W": 7.51987982994251e-09, + "N": 4.2946329159576635e-08, + "Y": 1.3155157830624375e-05, + "U": 3.014391403155514e-09, + "K": 1.2385275027781972e-09, + "L": 1.2228440482431324e-07, + "G": 7.889922926551662e-06, + "F": 0.000342558923875913, + "E": 5.888820737709466e-07, + "T": 3.4618464269442484e-05, + "P": 0.02236812189221382, + "-": 0.9772239923477173 + }, + "id": "tp_29704" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3713013, + "label": "-", + "classification": { + "B": 6.995590218217274e-11, + "S": 4.84808894418709e-11, + "I": 1.9508140880475366e-08, + "C": 9.743936146833221e-08, + "R": 1.4218335842031138e-08, + "M": 1.8191296646818955e-07, + "O": 7.28657667536936e-08, + "W": 6.798436119614948e-11, + "N": 3.583645186155948e-11, + "Y": 3.250574309276999e-06, + "U": 2.439743285870266e-12, + "K": 4.792305875050973e-13, + "L": 4.51800685752346e-09, + "G": 5.320321179169696e-07, + "F": 1.249417255166918e-05, + "E": 2.950208299878909e-09, + "T": 3.443087734922301e-06, + "P": 0.000807536649517715, + "-": 0.9991723299026489 + }, + "id": "tp_29705" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3713146, + "label": "-", + "classification": { + "B": 9.305473014364907e-08, + "S": 4.4179543579048186e-07, + "I": 5.451170727610588e-05, + "C": 0.004113843664526939, + "R": 0.0004877086612395942, + "M": 0.0004402764607220888, + "O": 8.775667083682492e-05, + "W": 1.4034233117854455e-06, + "N": 6.836712600488681e-07, + "Y": 0.005055946297943592, + "U": 3.1295616054194397e-07, + "K": 5.061298224973143e-07, + "L": 8.263000927399844e-05, + "G": 0.002198508009314537, + "F": 0.010663983412086964, + "E": 1.7983924408326857e-05, + "T": 0.0011566390749067068, + "P": 0.0064786323346197605, + "-": 0.9691581130027771 + }, + "id": "tp_29706" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3713280, + "label": "-", + "classification": { + "B": 3.644777848421654e-07, + "S": 5.183248958928743e-07, + "I": 0.00012400088598951697, + "C": 0.0019298628903925419, + "R": 0.00017211206431966275, + "M": 0.00010290020145475864, + "O": 2.9502100005629472e-05, + "W": 1.041155314851494e-06, + "N": 3.0646642699139193e-06, + "Y": 0.0005768717383034527, + "U": 2.3040165615384467e-06, + "K": 1.4812738982072915e-06, + "L": 1.2956553291587625e-05, + "G": 0.000410354055929929, + "F": 0.004817220848053694, + "E": 2.905180554080289e-05, + "T": 0.0006213798769749701, + "P": 0.026730619370937347, + "-": 0.9644342660903931 + }, + "id": "tp_29707" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3713380, + "label": "-", + "classification": { + "B": 1.0280917450700144e-07, + "S": 4.144008300954738e-07, + "I": 8.649582014186308e-05, + "C": 0.00037791318027302623, + "R": 7.045586971798912e-05, + "M": 5.991133366478607e-05, + "O": 1.8792432456393726e-05, + "W": 7.280386284946871e-07, + "N": 1.6723366798032657e-06, + "Y": 0.0010933215962722898, + "U": 1.051140657182259e-06, + "K": 9.553382369631436e-07, + "L": 4.602443368639797e-06, + "G": 0.00014990930503699929, + "F": 0.0017802792135626078, + "E": 1.2784686077793594e-05, + "T": 0.0007025535451248288, + "P": 0.017511047422885895, + "-": 0.9781270027160645 + }, + "id": "tp_29708" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3713514, + "label": "-", + "classification": { + "B": 2.240175378531717e-09, + "S": 1.6501775945698682e-08, + "I": 1.4456524013439775e-06, + "C": 0.0006273406324908137, + "R": 1.0496048162167426e-05, + "M": 0.00011837233614642173, + "O": 7.16276326784282e-06, + "W": 1.655192782834547e-08, + "N": 2.2544801581148022e-08, + "Y": 0.0002888418093789369, + "U": 4.701032452203435e-09, + "K": 1.553054218561556e-08, + "L": 5.406051514000865e-06, + "G": 0.0006722171092405915, + "F": 0.005605737678706646, + "E": 2.549561941123102e-06, + "T": 0.00022377575805876404, + "P": 0.003328671446070075, + "-": 0.9891078472137451 + }, + "id": "tp_29709" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3713647, + "label": "-", + "classification": { + "B": 8.394454198423773e-06, + "S": 8.016153287826455e-07, + "I": 0.00014665363414678723, + "C": 2.5081653802772053e-05, + "R": 5.550914920604555e-06, + "M": 1.736184276524e-05, + "O": 3.762086635106243e-05, + "W": 1.5262803572113626e-06, + "N": 4.877896571997553e-06, + "Y": 7.80066111474298e-05, + "U": 1.1195818387932377e-06, + "K": 2.0671761546964262e-07, + "L": 8.212925422412809e-06, + "G": 0.00015190965496003628, + "F": 0.0011762622743844986, + "E": 6.192218279466033e-05, + "T": 0.0002038162638200447, + "P": 0.3141724765300751, + "-": 0.6838980913162231 + }, + "id": "tp_29710" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3713780, + "label": "-", + "classification": { + "B": 5.796131929969306e-08, + "S": 2.0576291603902064e-07, + "I": 0.0001107080970541574, + "C": 3.4011452953564e-05, + "R": 2.2171991531649837e-06, + "M": 3.810235648415983e-05, + "O": 8.981044629763346e-06, + "W": 2.9180785077187466e-07, + "N": 4.104202162125148e-06, + "Y": 0.00027422525454312563, + "U": 1.888357701318455e-07, + "K": 8.853724580148992e-07, + "L": 5.59711622827308e-07, + "G": 5.731761484639719e-05, + "F": 0.0008892782498151064, + "E": 8.65604670252651e-05, + "T": 0.0002344993845326826, + "P": 0.08729031682014465, + "-": 0.9109675288200378 + }, + "id": "tp_29711" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3713881, + "label": "-", + "classification": { + "B": 1.2120784376179472e-08, + "S": 4.594558955517414e-09, + "I": 9.68708036452881e-07, + "C": 2.754190404630208e-07, + "R": 3.329344977487381e-08, + "M": 2.304575900780037e-06, + "O": 6.502500013993995e-07, + "W": 1.2020039186211307e-08, + "N": 1.062402787965766e-08, + "Y": 1.4554481822415255e-05, + "U": 1.2930561066326618e-09, + "K": 4.162317601696941e-09, + "L": 3.614024279841033e-08, + "G": 3.1652791676606284e-06, + "F": 0.00016213835624512285, + "E": 5.734748924624e-07, + "T": 2.4868328182492405e-05, + "P": 0.013713735155761242, + "-": 0.9860767126083374 + }, + "id": "tp_29712" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3714014, + "label": "-", + "classification": { + "B": 6.486865489208071e-10, + "S": 1.3639241958074422e-09, + "I": 1.9034592924072058e-06, + "C": 1.159154294327891e-06, + "R": 1.8084318753608386e-07, + "M": 1.645243742132152e-06, + "O": 5.947720183030469e-07, + "W": 2.6575279754581516e-09, + "N": 8.152480468481826e-09, + "Y": 1.987822361115832e-05, + "U": 1.0082009671563696e-09, + "K": 5.777620604163758e-10, + "L": 4.920665475083297e-08, + "G": 4.388722572912229e-06, + "F": 5.148108539287932e-05, + "E": 1.800131173013142e-07, + "T": 1.8265898688696325e-05, + "P": 0.005557497963309288, + "-": 0.9943428039550781 + }, + "id": "tp_29713" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3714147, + "label": "-", + "classification": { + "B": 2.2770213945477735e-06, + "S": 8.651092002764926e-07, + "I": 4.441240889718756e-05, + "C": 4.1018083720700815e-05, + "R": 1.020471790980082e-05, + "M": 4.1833471186691895e-05, + "O": 2.1742946046288125e-05, + "W": 5.954388484497031e-07, + "N": 9.306430115429976e-07, + "Y": 0.0001618847018107772, + "U": 1.230171591259932e-07, + "K": 4.567676370470508e-08, + "L": 7.166732757468708e-06, + "G": 0.00015290582086890936, + "F": 0.004237217362970114, + "E": 2.1048053895356134e-05, + "T": 0.0002737940230872482, + "P": 0.07552756369113922, + "-": 0.9194544553756714 + }, + "id": "tp_29714" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3714281, + "label": "-", + "classification": { + "B": 9.020426549807836e-13, + "S": 7.650791892382935e-13, + "I": 1.8548588798239507e-07, + "C": 9.76551106646184e-08, + "R": 1.1425633772432775e-09, + "M": 9.145874280136468e-09, + "O": 1.241620584124803e-09, + "W": 4.056237117022743e-12, + "N": 1.7540768837420728e-10, + "Y": 5.283114319354354e-07, + "U": 1.437317886238132e-11, + "K": 1.0576671483075728e-11, + "L": 9.384885923946484e-11, + "G": 3.9028922316219905e-08, + "F": 3.3665610317257233e-06, + "E": 3.5261709996348145e-08, + "T": 5.159461693438061e-07, + "P": 0.014697602950036526, + "-": 0.9852976202964783 + }, + "id": "tp_29715" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3714381, + "label": "-", + "classification": { + "B": 1.5831508903829672e-07, + "S": 4.705492884227169e-09, + "I": 1.7472393665229902e-06, + "C": 6.433579073927831e-07, + "R": 3.508940338292632e-08, + "M": 1.4263489447330358e-06, + "O": 6.268898005146184e-07, + "W": 5.332611685560096e-09, + "N": 2.075162974790601e-08, + "Y": 2.5914136131177656e-05, + "U": 2.659940046001452e-09, + "K": 1.7542541863591055e-09, + "L": 7.276443625414686e-08, + "G": 1.0168922017328441e-05, + "F": 2.971566209453158e-05, + "E": 1.7406316601409344e-06, + "T": 3.1042825867189094e-05, + "P": 0.021847588941454887, + "-": 0.978049099445343 + }, + "id": "tp_29716" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3714515, + "label": "-", + "classification": { + "B": 3.259480185757724e-11, + "S": 9.719634819216338e-12, + "I": 2.4447910362823677e-09, + "C": 2.8143626096266416e-08, + "R": 2.380998509465826e-09, + "M": 3.032050983620138e-07, + "O": 2.8236268434511658e-08, + "W": 1.921580949915125e-11, + "N": 5.3554712747816424e-12, + "Y": 1.0643754649208859e-05, + "U": 1.13786020536355e-12, + "K": 1.2978200328653267e-12, + "L": 2.3882258393115308e-09, + "G": 5.850956199537904e-07, + "F": 1.6727801266824827e-05, + "E": 2.2782091768647206e-09, + "T": 2.3996972231543623e-06, + "P": 0.00016243824211414903, + "-": 0.999806821346283 + }, + "id": "tp_29717" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3714648, + "label": "-", + "classification": { + "B": 1.0347704915147915e-07, + "S": 7.217840103379558e-09, + "I": 1.0394702485427842e-06, + "C": 6.283082257141359e-06, + "R": 5.224596293373907e-07, + "M": 6.939254490134772e-06, + "O": 1.3535840253098286e-06, + "W": 1.4248224822210886e-08, + "N": 1.0485883272792762e-08, + "Y": 1.8152150005334988e-05, + "U": 2.102459317754324e-09, + "K": 8.581698685006245e-10, + "L": 2.0952356294401397e-07, + "G": 1.693152626103256e-05, + "F": 0.0005168031784705818, + "E": 1.1341750223436975e-06, + "T": 1.8071192243951373e-05, + "P": 0.016014084219932556, + "-": 0.9833983182907104 + }, + "id": "tp_29718" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3714781, + "label": "-", + "classification": { + "B": 2.3112846747608273e-08, + "S": 1.3838767465301771e-08, + "I": 3.988542403021711e-07, + "C": 3.4081585909007117e-06, + "R": 1.3421035305327678e-07, + "M": 2.2488709419121733e-06, + "O": 5.946561714154086e-07, + "W": 6.546753361647006e-09, + "N": 7.0459549306178815e-09, + "Y": 6.510701041406719e-06, + "U": 8.17948153652992e-10, + "K": 3.997096265084821e-10, + "L": 8.557884711990482e-08, + "G": 4.634945071302354e-06, + "F": 0.0004355837299954146, + "E": 4.763655283568369e-07, + "T": 1.242013786395546e-05, + "P": 0.02456829510629177, + "-": 0.9749651551246643 + }, + "id": "tp_29719" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3714882, + "label": "-", + "classification": { + "B": 1.115775603466318e-06, + "S": 1.0359389079894754e-06, + "I": 2.2560630895895883e-05, + "C": 0.00024456673418171704, + "R": 2.052021045528818e-05, + "M": 9.365670121042058e-05, + "O": 1.9906196030206047e-05, + "W": 3.6037795325682964e-07, + "N": 1.2758487173414323e-06, + "Y": 0.0009346718434244394, + "U": 1.9253508298788802e-07, + "K": 1.4001049066791893e-06, + "L": 7.20427442502114e-06, + "G": 0.0008209850057028234, + "F": 0.015917092561721802, + "E": 6.235145701793954e-05, + "T": 0.0005300575867295265, + "P": 0.035041507333517075, + "-": 0.9462795257568359 + }, + "id": "tp_29720" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3715015, + "label": "-", + "classification": { + "B": 2.690838662999795e-09, + "S": 6.6962426714667345e-09, + "I": 6.079441163819865e-07, + "C": 8.936361700762063e-05, + "R": 1.6120733562274836e-05, + "M": 5.726371819037013e-05, + "O": 1.7453048712923191e-06, + "W": 5.792197832477086e-09, + "N": 1.5176802037331072e-09, + "Y": 0.0012409116607159376, + "U": 1.3922660802023756e-09, + "K": 8.273547402737336e-10, + "L": 3.3422229535062797e-06, + "G": 0.0002824899856932461, + "F": 0.0016084417002275586, + "E": 4.1522957872075494e-07, + "T": 0.0001486355031374842, + "P": 0.00035334270796738565, + "-": 0.9961972236633301 + }, + "id": "tp_29721" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3715148, + "label": "-", + "classification": { + "B": 2.4344421877681155e-12, + "S": 2.931367995562262e-11, + "I": 4.6847952717143926e-07, + "C": 8.073430421973171e-07, + "R": 3.9315153799179825e-08, + "M": 1.2717438835352368e-07, + "O": 1.7549387720805498e-08, + "W": 5.839035505106338e-11, + "N": 9.277376644689639e-10, + "Y": 6.892461442475906e-06, + "U": 7.785346672894988e-11, + "K": 4.3740028959904365e-11, + "L": 1.1852825387848043e-09, + "G": 2.857289871371904e-07, + "F": 2.976341056637466e-05, + "E": 3.224189981665404e-08, + "T": 5.357559530239087e-06, + "P": 0.004649546928703785, + "-": 0.9953065514564514 + }, + "id": "tp_29722" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3715282, + "label": "-", + "classification": { + "B": 1.6485557353007607e-05, + "S": 1.616222652955912e-05, + "I": 0.0002347130503039807, + "C": 0.003122251247987151, + "R": 0.000988474814221263, + "M": 0.0018920216243714094, + "O": 0.0006970768445171416, + "W": 2.2593227186007425e-05, + "N": 1.0048110198113136e-05, + "Y": 0.006867413874715567, + "U": 4.886664100922644e-06, + "K": 2.3669358597544488e-06, + "L": 0.0005485815927386284, + "G": 0.006712461356073618, + "F": 0.01096170675009489, + "E": 6.862067675683647e-05, + "T": 0.004223799332976341, + "P": 0.011620424687862396, + "-": 0.9519900679588318 + }, + "id": "tp_29723" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3715382, + "label": "-", + "classification": { + "B": 5.009988802398731e-14, + "S": 6.804846704839499e-15, + "I": 8.01059885091604e-10, + "C": 4.2863605997922605e-09, + "R": 6.260614943132126e-11, + "M": 7.881357788619425e-09, + "O": 1.084954417973627e-10, + "W": 3.0163124466664124e-14, + "N": 1.4684171305116844e-13, + "Y": 1.4451720176111849e-07, + "U": 1.6010259321097044e-14, + "K": 4.7785020671007716e-15, + "L": 7.1203381732387605e-12, + "G": 7.074538732609881e-09, + "F": 1.1303701512588304e-06, + "E": 2.4901972150992435e-10, + "T": 1.3607450455310754e-07, + "P": 0.00051141093717888, + "-": 0.9994871616363525 + }, + "id": "tp_29724" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3715516, + "label": "P", + "classification": { + "B": 2.749643783772626e-07, + "S": 7.603585316928729e-08, + "I": 0.001319865114055574, + "C": 7.008878310443833e-05, + "R": 7.688512596359942e-06, + "M": 1.144512771134032e-05, + "O": 2.7568871701078024e-06, + "W": 2.205460134518944e-07, + "N": 2.109234810632188e-05, + "Y": 0.0001322387979598716, + "U": 4.4036426061211387e-07, + "K": 2.052378022199264e-06, + "L": 4.083663327492104e-07, + "G": 8.351371070602909e-05, + "F": 0.0007955596665851772, + "E": 0.0003028726205229759, + "T": 4.870842894888483e-05, + "P": 0.7027860879898071, + "-": 0.2944146990776062 + }, + "id": "tp_29725" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3715649, + "label": "-", + "classification": { + "B": 2.368048171774717e-06, + "S": 1.9751706759052468e-07, + "I": 1.4381052096723579e-05, + "C": 0.00042413448682054877, + "R": 5.78652870899532e-05, + "M": 0.00013376858260016888, + "O": 3.0177934604580514e-05, + "W": 2.204372151481948e-07, + "N": 1.6991771190077998e-07, + "Y": 0.0004931736038997769, + "U": 1.0612916412355844e-07, + "K": 2.1321671539453746e-08, + "L": 3.394103259779513e-05, + "G": 0.0011584851890802383, + "F": 0.006366678513586521, + "E": 7.956640729389619e-06, + "T": 0.0002435750502627343, + "P": 0.0101593267172575, + "-": 0.9808734059333801 + }, + "id": "tp_29726" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3715782, + "label": "-", + "classification": { + "B": 4.9425214143639096e-08, + "S": 4.75252370790713e-08, + "I": 4.236466338625178e-06, + "C": 0.0003222371160518378, + "R": 4.139589873375371e-05, + "M": 0.00026865440304391086, + "O": 3.0673822038806975e-05, + "W": 1.4546050408625888e-07, + "N": 6.216325232344388e-08, + "Y": 0.0030628019012510777, + "U": 8.320473199319167e-08, + "K": 8.838736675897962e-08, + "L": 1.7921220205607824e-05, + "G": 0.000757542671635747, + "F": 0.001209122478030622, + "E": 2.2700576209899737e-06, + "T": 0.0008056650985963643, + "P": 0.0009766409639269114, + "-": 0.9925002455711365 + }, + "id": "tp_29727" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3715883, + "label": "-", + "classification": { + "B": 1.2238548663390247e-07, + "S": 1.2372748159350522e-08, + "I": 5.6206659792223945e-05, + "C": 0.00019603614055085927, + "R": 6.505915735033341e-06, + "M": 0.00014901829126756638, + "O": 5.532736850000219e-06, + "W": 5.831258320654342e-08, + "N": 4.508740687469981e-07, + "Y": 0.0002925116859842092, + "U": 2.9263625833664264e-07, + "K": 4.106490081312586e-08, + "L": 5.951313596597174e-06, + "G": 0.00037242850521579385, + "F": 0.0010687736794352531, + "E": 6.023226160323247e-05, + "T": 0.00031960298656485975, + "P": 0.0635005459189415, + "-": 0.9339656829833984 + }, + "id": "tp_29728" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3716016, + "label": "-", + "classification": { + "B": 9.344096330021756e-11, + "S": 1.8863681450209668e-10, + "I": 2.1456015986132115e-07, + "C": 0.00012325262650847435, + "R": 2.4754212972766254e-06, + "M": 3.228568675694987e-05, + "O": 5.588743761109072e-07, + "W": 3.6487207699664737e-10, + "N": 5.956315995980788e-11, + "Y": 0.00012026596232317388, + "U": 1.3211180413530421e-11, + "K": 2.9195092524081367e-13, + "L": 4.755179645599128e-07, + "G": 2.063422834908124e-05, + "F": 1.6186941138585098e-05, + "E": 1.1653062514938028e-08, + "T": 6.935022975085303e-05, + "P": 6.838583794888109e-05, + "-": 0.9995457530021667 + }, + "id": "tp_29729" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3716149, + "label": "-", + "classification": { + "B": 2.680806687749282e-07, + "S": 3.471574814284395e-07, + "I": 3.5205386666348204e-05, + "C": 0.00013352313544601202, + "R": 2.1235706299194135e-05, + "M": 0.00013066687097307295, + "O": 2.246191434096545e-05, + "W": 3.784634259318409e-07, + "N": 5.616203679892351e-07, + "Y": 0.0013143643736839294, + "U": 3.014301626080851e-07, + "K": 7.48761479485438e-08, + "L": 8.523564247298054e-06, + "G": 0.0002599451399873942, + "F": 0.001601236523129046, + "E": 4.143102160014678e-06, + "T": 0.0011334712617099285, + "P": 0.010748338885605335, + "-": 0.9845848679542542 + }, + "id": "tp_29730" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3716283, + "label": "-", + "classification": { + "B": 4.9417163694442934e-08, + "S": 5.961416604804981e-08, + "I": 9.397704161528964e-06, + "C": 0.00012403249274939299, + "R": 3.4132073778891936e-05, + "M": 8.405445441894699e-06, + "O": 1.3891793969378341e-05, + "W": 2.2686458578391466e-07, + "N": 1.5141883125124878e-07, + "Y": 0.0002647967485245317, + "U": 2.466916555476928e-07, + "K": 4.828468718187651e-07, + "L": 2.513302888473845e-06, + "G": 7.945599645609036e-05, + "F": 0.0011888929875567555, + "E": 1.11630242827232e-06, + "T": 0.0001005358062684536, + "P": 0.003141816006973386, + "-": 0.995029866695404 + }, + "id": "tp_29731" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3716383, + "label": "-", + "classification": { + "B": 1.2569567786613334e-07, + "S": 4.002757236776233e-07, + "I": 3.8134232454467565e-05, + "C": 0.0003318011586088687, + "R": 3.1043564376886934e-05, + "M": 0.00014114911027718335, + "O": 2.1183483113418333e-05, + "W": 5.969394578642095e-07, + "N": 8.756952638577786e-07, + "Y": 0.0005539803532883525, + "U": 3.7448216971824877e-07, + "K": 8.284562227345305e-07, + "L": 3.173205641360255e-06, + "G": 0.00016791837697383016, + "F": 0.0014565270394086838, + "E": 1.2774939932569396e-05, + "T": 0.000505158503074199, + "P": 0.00568653829395771, + "-": 0.9910474419593811 + }, + "id": "tp_29732" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3716517, + "label": "-", + "classification": { + "B": 4.378605533705837e-10, + "S": 4.317575741374924e-10, + "I": 3.3040532798622735e-07, + "C": 6.266446348490717e-07, + "R": 1.1050485682062572e-07, + "M": 3.356841716595227e-06, + "O": 5.824055051562027e-07, + "W": 8.490261271809629e-10, + "N": 1.1765727281343175e-09, + "Y": 5.2842799050267786e-05, + "U": 1.9390884731240732e-10, + "K": 2.1494592564175186e-11, + "L": 1.216038185702928e-07, + "G": 9.250115908798762e-06, + "F": 7.195171929197386e-05, + "E": 5.83448134250375e-08, + "T": 3.891318556270562e-05, + "P": 0.0007014019647613168, + "-": 0.9991204142570496 + }, + "id": "tp_29733" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3716650, + "label": "-", + "classification": { + "B": 1.8287903413849449e-09, + "S": 5.880680387093662e-10, + "I": 2.6315703507862054e-05, + "C": 7.747741506136663e-07, + "R": 4.576286016799713e-08, + "M": 3.2143830139830243e-06, + "O": 3.3429029144826927e-07, + "W": 6.939915309089884e-10, + "N": 1.945854499751931e-08, + "Y": 0.00019938524928875268, + "U": 4.442712517316316e-11, + "K": 1.086969273270122e-12, + "L": 2.6246789630590683e-08, + "G": 2.8889098757645115e-06, + "F": 5.971614427835448e-06, + "E": 3.874452545460372e-07, + "T": 4.5648856030311435e-05, + "P": 0.06075090914964676, + "-": 0.9389640092849731 + }, + "id": "tp_29734" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3716750, + "label": "-", + "classification": { + "B": 6.811749813095958e-07, + "S": 1.9716635435429453e-08, + "I": 5.341145765669353e-07, + "C": 1.2719145843220758e-06, + "R": 1.9733688816359063e-07, + "M": 7.728372679594031e-07, + "O": 1.6928634067880921e-06, + "W": 2.279830901841251e-08, + "N": 7.817227754003397e-09, + "Y": 9.566407243255526e-06, + "U": 2.549691791031705e-09, + "K": 1.0340388545415635e-09, + "L": 2.2929431509055576e-07, + "G": 1.1817804079328198e-05, + "F": 0.0001223552244482562, + "E": 4.117492835575831e-07, + "T": 8.597209671279415e-06, + "P": 0.013515446335077286, + "-": 0.9863262176513672 + }, + "id": "tp_29735" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3716884, + "label": "-", + "classification": { + "B": 2.6263155539218985e-10, + "S": 2.3437760621192183e-09, + "I": 2.252821786896675e-06, + "C": 0.00020857463823631406, + "R": 6.051707168808207e-05, + "M": 2.7966869311057962e-05, + "O": 3.2928378459473606e-06, + "W": 1.4484583310547805e-08, + "N": 5.245157641553533e-09, + "Y": 0.0005898798117414117, + "U": 9.69768709779828e-09, + "K": 2.0274639744854994e-09, + "L": 2.1971375190332765e-06, + "G": 7.509317219955847e-05, + "F": 0.0006335602956824005, + "E": 1.0372817627057884e-07, + "T": 0.0003179231134708971, + "P": 0.0006393513758666813, + "-": 0.9974392652511597 + }, + "id": "tp_29736" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3717017, + "label": "-", + "classification": { + "B": 2.9636297860236027e-09, + "S": 7.456193884536333e-09, + "I": 1.5027979998194496e-06, + "C": 1.8290218577021733e-05, + "R": 1.1867425655509578e-06, + "M": 3.133717837044969e-05, + "O": 3.843627382593695e-06, + "W": 1.0428435892606558e-08, + "N": 3.926158953504455e-08, + "Y": 0.00015504118346143514, + "U": 6.083711756588173e-09, + "K": 1.3278015131845677e-08, + "L": 6.693430236737186e-07, + "G": 4.883423389401287e-05, + "F": 0.0005529500194825232, + "E": 3.062435098399874e-06, + "T": 0.00015592137060593814, + "P": 0.0028068884275853634, + "-": 0.9962204098701477 + }, + "id": "tp_29737" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3717150, + "label": "-", + "classification": { + "B": 4.348958100308664e-06, + "S": 2.5410590751562268e-06, + "I": 0.00209168903529644, + "C": 0.0008698179153725505, + "R": 0.00018362845003139228, + "M": 0.0004452532739378512, + "O": 0.0001270438078790903, + "W": 7.642113814654294e-06, + "N": 4.009018812212162e-05, + "Y": 0.002924229484051466, + "U": 6.364505679812282e-06, + "K": 8.685988746037765e-07, + "L": 4.151144821662456e-05, + "G": 0.0005484507419168949, + "F": 0.0014997534453868866, + "E": 9.935048001352698e-05, + "T": 0.0025889454409480095, + "P": 0.09856798499822617, + "-": 0.8899505734443665 + }, + "id": "tp_29738" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3717251, + "label": "-", + "classification": { + "B": 4.724912287201732e-06, + "S": 4.81969930632431e-09, + "I": 4.198043654923822e-07, + "C": 1.286113456444582e-05, + "R": 1.3397072962106904e-06, + "M": 0.0001349501544609666, + "O": 8.838232133712154e-06, + "W": 6.710533906328919e-09, + "N": 2.7625188248059374e-10, + "Y": 1.0728113920777105e-05, + "U": 3.923770752756184e-10, + "K": 8.612218333229824e-14, + "L": 2.7704409149009734e-05, + "G": 0.00015273550525307655, + "F": 7.46806927054422e-06, + "E": 1.8631122600254457e-07, + "T": 3.9827365981182083e-05, + "P": 0.0004899436025880277, + "-": 0.9991081357002258 + }, + "id": "tp_29739" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3717384, + "label": "-", + "classification": { + "B": 4.6160030819919484e-07, + "S": 8.257813099987743e-09, + "I": 8.128579338517739e-07, + "C": 3.311368743652565e-07, + "R": 4.0705966597442966e-08, + "M": 2.237220314782462e-06, + "O": 2.014624669754994e-06, + "W": 5.6775206758175045e-09, + "N": 4.666603992120599e-09, + "Y": 7.0844289439264685e-06, + "U": 3.534407488903213e-10, + "K": 1.9892039404556527e-12, + "L": 4.1611457390899886e-07, + "G": 5.284937742544571e-06, + "F": 1.6975693142740056e-05, + "E": 2.482632623923564e-07, + "T": 1.576926115376409e-05, + "P": 0.02933468483388424, + "-": 0.9706136584281921 + }, + "id": "tp_29740" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3717518, + "label": "-", + "classification": { + "B": 3.0218498068279587e-06, + "S": 5.254000370769063e-06, + "I": 4.1547842556610703e-05, + "C": 0.00040269322926178575, + "R": 5.728322503273375e-05, + "M": 0.0008360314532183111, + "O": 0.00017234656843356788, + "W": 2.6771135708258953e-06, + "N": 1.1235240435780725e-06, + "Y": 0.00019169252482242882, + "U": 2.0008009471439436e-07, + "K": 5.96278937337047e-08, + "L": 3.543828643159941e-05, + "G": 0.0004460233321879059, + "F": 0.0011778773041442037, + "E": 1.1870769412780646e-05, + "T": 0.0009126785444095731, + "P": 0.00850827619433403, + "-": 0.9871938824653625 + }, + "id": "tp_29741" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3717651, + "label": "-", + "classification": { + "B": 6.506008048745571e-06, + "S": 1.297086328122532e-05, + "I": 0.00022752648510504514, + "C": 0.0015429790364578366, + "R": 0.0003524950298015028, + "M": 0.0008641294552944601, + "O": 0.00030326610431075096, + "W": 1.4953638128645252e-05, + "N": 8.06929892860353e-06, + "Y": 0.008118879981338978, + "U": 2.1200842184043722e-06, + "K": 4.0463310142513365e-06, + "L": 9.56168441916816e-05, + "G": 0.001534019480459392, + "F": 0.005644954741001129, + "E": 7.625827856827527e-05, + "T": 0.005609289277344942, + "P": 0.006387759931385517, + "-": 0.9691941738128662 + }, + "id": "tp_29742" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3717751, + "label": "-", + "classification": { + "B": 2.4201799533329904e-06, + "S": 1.5345252677434473e-06, + "I": 1.4195348740031477e-05, + "C": 3.388225377420895e-05, + "R": 7.750655640847981e-06, + "M": 0.0003529490786604583, + "O": 3.9744430978316814e-05, + "W": 6.1909315718367e-07, + "N": 4.0034836956692743e-07, + "Y": 0.0008691680268384516, + "U": 8.628943959365643e-08, + "K": 1.13328546547109e-07, + "L": 1.0854492757061962e-05, + "G": 0.0003572393034119159, + "F": 0.001507909968495369, + "E": 1.932424129336141e-05, + "T": 0.0005510789342224598, + "P": 0.0033923026639968157, + "-": 0.992838442325592 + }, + "id": "tp_29743" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3717885, + "label": "-", + "classification": { + "B": 6.018719318490184e-07, + "S": 3.863699760131567e-08, + "I": 3.1811392545932904e-05, + "C": 3.238156932638958e-05, + "R": 1.1897340073119267e-06, + "M": 0.00012044460891047493, + "O": 1.069951213139575e-05, + "W": 4.307268852699053e-08, + "N": 3.567469661902578e-07, + "Y": 0.00014388714043889195, + "U": 4.449721657806549e-08, + "K": 1.685222406067055e-09, + "L": 2.7186883926333394e-06, + "G": 7.309948705369607e-05, + "F": 4.465219171834178e-05, + "E": 1.530104964331258e-05, + "T": 0.000422872748458758, + "P": 0.015999412164092064, + "-": 0.983100414276123 + }, + "id": "tp_29744" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3718018, + "label": "-", + "classification": { + "B": 1.5811416065325545e-10, + "S": 7.712584911001574e-12, + "I": 1.6015833637084143e-07, + "C": 1.7809395558288088e-06, + "R": 9.210619111854612e-08, + "M": 8.765936740928737e-07, + "O": 7.290370263035584e-08, + "W": 7.016728864606137e-11, + "N": 1.1969689128754624e-10, + "Y": 4.969572273694212e-06, + "U": 6.110441319595594e-11, + "K": 1.3841044196188923e-12, + "L": 1.618160538896518e-08, + "G": 2.011424612646806e-06, + "F": 1.0141010534425732e-05, + "E": 1.19065601822399e-08, + "T": 8.898500709619839e-06, + "P": 0.0013932944275438786, + "-": 0.9985775947570801 + }, + "id": "tp_29745" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3718151, + "label": "-", + "classification": { + "B": 2.3419390871026735e-09, + "S": 3.57225027336483e-09, + "I": 8.673315505802748e-07, + "C": 1.5132562793951365e-06, + "R": 2.7293151561025297e-07, + "M": 1.4960322005208582e-05, + "O": 1.2943912679475034e-06, + "W": 1.7652141970359025e-09, + "N": 2.3740691634799305e-09, + "Y": 0.00015268538845703006, + "U": 1.2926684167524627e-09, + "K": 2.406500831941827e-10, + "L": 4.187323270343768e-07, + "G": 2.2279082259046845e-05, + "F": 5.7131077483063564e-05, + "E": 4.8992763623800784e-08, + "T": 0.0002769855491351336, + "P": 0.0004921103245578706, + "-": 0.998979389667511 + }, + "id": "tp_29746" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3718252, + "label": "-", + "classification": { + "B": 4.004111178801395e-05, + "S": 1.5069529581523966e-05, + "I": 0.00019890614203177392, + "C": 0.2960699200630188, + "R": 0.04211234673857689, + "M": 0.00826060026884079, + "O": 0.0017763902433216572, + "W": 3.096977525274269e-05, + "N": 2.1904122604610166e-06, + "Y": 0.005126672796905041, + "U": 7.447120879078284e-06, + "K": 8.990534894337543e-08, + "L": 0.007738133426755667, + "G": 0.031145816668868065, + "F": 0.002400585450232029, + "E": 5.1718216127483174e-05, + "T": 0.005537944845855236, + "P": 0.0027353980112820864, + "-": 0.5967497825622559 + }, + "id": "tp_29747" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3718385, + "label": "-", + "classification": { + "B": 1.1412825529077963e-07, + "S": 2.47975918910015e-07, + "I": 4.290586730348878e-06, + "C": 0.00011911950423382223, + "R": 2.521263377275318e-05, + "M": 5.715912629966624e-05, + "O": 1.7016905985656194e-05, + "W": 2.6461017910150986e-07, + "N": 7.673792623563713e-08, + "Y": 0.0011385672260075808, + "U": 6.050760248399456e-08, + "K": 8.428703779372881e-08, + "L": 1.0275086424371693e-05, + "G": 0.0003591195272747427, + "F": 0.004232889041304588, + "E": 2.06948425329756e-06, + "T": 0.00045139339636079967, + "P": 0.004949614871293306, + "-": 0.9886323809623718 + }, + "id": "tp_29748" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3718519, + "label": "-", + "classification": { + "B": 5.000806879706943e-08, + "S": 2.2502139529478882e-07, + "I": 1.3969525753054768e-05, + "C": 0.0001663377770455554, + "R": 1.857669121818617e-05, + "M": 1.202896237373352e-05, + "O": 7.444503808073932e-06, + "W": 2.0551993884510011e-07, + "N": 4.743076829072379e-07, + "Y": 0.00044366533984430134, + "U": 2.0463903638301417e-07, + "K": 8.106346172098711e-07, + "L": 1.1991079418294248e-06, + "G": 0.00010334926628274843, + "F": 0.004280961584299803, + "E": 3.815218860836467e-06, + "T": 0.00013022750499658287, + "P": 0.012350204400718212, + "-": 0.9824662208557129 + }, + "id": "tp_29749" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3718652, + "label": "-", + "classification": { + "B": 8.76278605232983e-09, + "S": 5.030931227167912e-09, + "I": 7.105401778062514e-07, + "C": 1.8874381567002274e-05, + "R": 1.1303189921818557e-06, + "M": 1.1028596418327652e-06, + "O": 5.48970774616464e-07, + "W": 6.531379881380417e-09, + "N": 1.0455584842361532e-08, + "Y": 0.00020356144523248076, + "U": 3.1847009474006427e-09, + "K": 6.165201682506449e-09, + "L": 1.0425381447021209e-07, + "G": 1.3822455912304576e-05, + "F": 0.00043476748396642506, + "E": 3.967573150021053e-07, + "T": 4.8636720748618245e-05, + "P": 0.0030024684965610504, + "-": 0.9962738752365112 + }, + "id": "tp_29750" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3718752, + "label": "-", + "classification": { + "B": 9.300397119105241e-10, + "S": 1.1531781085594162e-09, + "I": 4.7294415139731427e-07, + "C": 1.339537561761972e-06, + "R": 8.948515528572898e-08, + "M": 2.003368138048245e-07, + "O": 2.316104144028941e-07, + "W": 1.0048342158341939e-09, + "N": 6.1281779650812496e-09, + "Y": 4.702051228377968e-06, + "U": 5.674406500233431e-10, + "K": 1.0460986521465543e-09, + "L": 1.1904836227927262e-08, + "G": 2.1685768842871767e-06, + "F": 0.00011769217962864786, + "E": 6.290641607620273e-08, + "T": 7.723341695964336e-06, + "P": 0.007426233030855656, + "-": 0.9924390316009521 + }, + "id": "tp_29751" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3718886, + "label": "-", + "classification": { + "B": 1.184161275979978e-12, + "S": 4.263916303370863e-11, + "I": 1.1017890599873681e-08, + "C": 1.5169443940976635e-05, + "R": 1.1584758112803684e-06, + "M": 8.324524856107018e-07, + "O": 1.722019220551374e-07, + "W": 1.7697626697454893e-10, + "N": 3.864107644968584e-11, + "Y": 2.934051190095488e-05, + "U": 1.5184797863554422e-11, + "K": 3.6874031605904634e-11, + "L": 4.105637785301042e-08, + "G": 4.266770247340901e-06, + "F": 0.00046211102744564414, + "E": 2.048627711914719e-09, + "T": 1.1593131603149232e-05, + "P": 0.00010059447959065437, + "-": 0.9993748068809509 + }, + "id": "tp_29752" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3719019, + "label": "-", + "classification": { + "B": 1.8261414425069233e-07, + "S": 6.920857913428335e-07, + "I": 4.955897452418867e-07, + "C": 1.3213766578701325e-05, + "R": 1.9051655044677318e-06, + "M": 6.819196278229356e-05, + "O": 1.075819818652235e-05, + "W": 1.1823536993915695e-07, + "N": 1.4063410880282845e-08, + "Y": 0.0001264892052859068, + "U": 1.3635373941056628e-09, + "K": 5.712536665924972e-09, + "L": 2.450047077218187e-06, + "G": 8.436771895503625e-05, + "F": 0.0024276780895888805, + "E": 9.457742180529749e-07, + "T": 0.0002431159227853641, + "P": 0.0007074124878272414, + "-": 0.9963119626045227 + }, + "id": "tp_29753" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3719152, + "label": "-", + "classification": { + "B": 2.5508281851216452e-06, + "S": 5.660972988152935e-07, + "I": 4.9028567445930094e-05, + "C": 0.00019858898303937167, + "R": 1.562267789267935e-05, + "M": 0.00016831557149998844, + "O": 2.3196986148832366e-05, + "W": 4.207873018913233e-07, + "N": 1.0535510455156327e-06, + "Y": 0.0005808188579976559, + "U": 2.396835441231815e-07, + "K": 1.3823351707742404e-07, + "L": 1.1020980309695005e-05, + "G": 0.0007761208689771593, + "F": 0.005269594956189394, + "E": 6.671528535662219e-05, + "T": 0.00034213080652989447, + "P": 0.04783891513943672, + "-": 0.9446548819541931 + }, + "id": "tp_29754" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3719253, + "label": "-", + "classification": { + "B": 3.3347289445373463e-06, + "S": 3.6812457437918056e-06, + "I": 0.0004976319614797831, + "C": 0.0014944642316550016, + "R": 0.0004617466765921563, + "M": 0.0012348765740171075, + "O": 0.00020336615853011608, + "W": 2.876320422728895e-06, + "N": 3.1435638447874226e-06, + "Y": 0.005399253685027361, + "U": 8.571785770072893e-07, + "K": 6.431187671296357e-08, + "L": 0.00015788376913405955, + "G": 0.001685767900198698, + "F": 0.0010259250411763787, + "E": 2.6926933060167357e-05, + "T": 0.004012092016637325, + "P": 0.003999803680926561, + "-": 0.979786217212677 + }, + "id": "tp_29755" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3719386, + "label": "-", + "classification": { + "B": 1.7320269307674607e-07, + "S": 1.2316130550971138e-06, + "I": 0.00010328917414881289, + "C": 0.00010166270658373833, + "R": 1.54135068441974e-05, + "M": 3.4491884434828535e-05, + "O": 4.205681761959568e-05, + "W": 1.9683429854921997e-06, + "N": 1.0934973033727147e-05, + "Y": 0.0010744989849627018, + "U": 1.0217872841167264e-06, + "K": 1.4885837117617484e-05, + "L": 2.0407146621437278e-06, + "G": 0.0002294238074682653, + "F": 0.010012266226112843, + "E": 5.6127577408915386e-05, + "T": 0.00024807528825476766, + "P": 0.06229223310947418, + "-": 0.9257581830024719 + }, + "id": "tp_29756" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3719520, + "label": "-", + "classification": { + "B": 1.6747220499269133e-08, + "S": 4.203356329668395e-09, + "I": 2.873974381145672e-06, + "C": 5.1186445489292964e-05, + "R": 9.246326953871176e-06, + "M": 1.6442038031527773e-05, + "O": 4.046113645017613e-06, + "W": 1.0466878030968019e-08, + "N": 5.166066241457656e-09, + "Y": 0.00020217041310388595, + "U": 3.048481911349654e-09, + "K": 6.706529775968306e-11, + "L": 3.4430083815095713e-06, + "G": 0.00012096521095372736, + "F": 0.0001668097684159875, + "E": 3.3343025052090525e-07, + "T": 6.469356594607234e-05, + "P": 0.0008715727017261088, + "-": 0.9984862804412842 + }, + "id": "tp_29757" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3719653, + "label": "-", + "classification": { + "B": 1.0882968304315455e-08, + "S": 1.064864196820281e-08, + "I": 3.837357780867023e-06, + "C": 1.1911269211850595e-05, + "R": 9.755439123182441e-07, + "M": 9.493521247350145e-06, + "O": 2.2392823666450568e-06, + "W": 2.9111062005426902e-08, + "N": 4.461340452621698e-08, + "Y": 9.766825678525493e-05, + "U": 7.389772349597479e-09, + "K": 5.184285001291755e-08, + "L": 2.7375244826544076e-07, + "G": 6.137166928965598e-05, + "F": 0.0022956968750804663, + "E": 3.61708566742891e-06, + "T": 2.1298383217072114e-05, + "P": 0.011118820868432522, + "-": 0.9863726496696472 + }, + "id": "tp_29758" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3719753, + "label": "-", + "classification": { + "B": 3.6770845213141e-07, + "S": 8.735587471164763e-07, + "I": 0.00022346944024320692, + "C": 0.00024811463663354516, + "R": 1.922978844959289e-05, + "M": 0.000501111673656851, + "O": 3.921320603694767e-05, + "W": 1.168639755633194e-06, + "N": 8.036836334213149e-06, + "Y": 0.0007989452569745481, + "U": 1.3039207260590047e-06, + "K": 7.060628831823124e-06, + "L": 7.2612997428223025e-06, + "G": 0.00035706619382835925, + "F": 0.0032719571609050035, + "E": 0.00013855645374860615, + "T": 0.0009726056596264243, + "P": 0.04684771969914436, + "-": 0.9465559720993042 + }, + "id": "tp_29759" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3719887, + "label": "-", + "classification": { + "B": 5.32227786607109e-05, + "S": 9.09800837689545e-06, + "I": 0.004088207148015499, + "C": 0.0015147586818784475, + "R": 0.00024100899463519454, + "M": 0.001534146722406149, + "O": 0.00021949977963231504, + "W": 1.354121104668593e-05, + "N": 0.00014442527026403695, + "Y": 0.0018237826880067587, + "U": 1.3751176084042527e-05, + "K": 6.717567885061726e-06, + "L": 0.0001319344446528703, + "G": 0.003732838202267885, + "F": 0.005843539722263813, + "E": 0.0023452821187675, + "T": 0.0021913794334977865, + "P": 0.3469720780849457, + "-": 0.6291207671165466 + }, + "id": "tp_29760" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3720020, + "label": "P", + "classification": { + "B": 0.00020554558432195336, + "S": 5.992903243168257e-05, + "I": 0.0061330646276474, + "C": 0.0002952593786176294, + "R": 9.017647244036198e-05, + "M": 0.0008420266676694155, + "O": 0.00033276050817221403, + "W": 2.665306419658009e-05, + "N": 0.00016005814541131258, + "Y": 0.0018393596401438117, + "U": 2.268928710691398e-06, + "K": 1.216510213453148e-06, + "L": 0.00011337922478560358, + "G": 0.0016399029409512877, + "F": 0.010217289440333843, + "E": 0.0008213011315092444, + "T": 0.0008229950908571482, + "P": 0.5106680393218994, + "-": 0.465728759765625 + }, + "id": "tp_29761" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3720153, + "label": "-", + "classification": { + "B": 1.4391779989963993e-09, + "S": 5.749453357850598e-09, + "I": 9.369846338813659e-07, + "C": 6.888998996146256e-06, + "R": 6.413587811948673e-07, + "M": 8.375795914616901e-06, + "O": 1.0300630037818337e-06, + "W": 4.262066255478203e-09, + "N": 5.390943247363111e-09, + "Y": 7.093814929248765e-05, + "U": 1.5528373031870046e-09, + "K": 2.018671452219678e-09, + "L": 1.8474355556463706e-07, + "G": 2.3322370907408185e-05, + "F": 0.00031035050051286817, + "E": 1.441720911543598e-07, + "T": 7.238661783048883e-05, + "P": 0.0017775582382455468, + "-": 0.9977272152900696 + }, + "id": "tp_29762" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3720254, + "label": "-", + "classification": { + "B": 6.312992795187711e-09, + "S": 2.6504730854526315e-08, + "I": 6.44488352463668e-07, + "C": 0.0006230549770407379, + "R": 2.1023302906542085e-05, + "M": 6.98794683557935e-05, + "O": 1.2024258467135951e-05, + "W": 3.101744638911441e-08, + "N": 6.021143139633978e-09, + "Y": 0.0008882136316969991, + "U": 1.4074488241533345e-08, + "K": 6.494532467371528e-09, + "L": 1.61624720931286e-05, + "G": 0.0007194948848336935, + "F": 0.0016193562187254429, + "E": 2.490954216227692e-07, + "T": 0.0002174325054511428, + "P": 0.00045796859194524586, + "-": 0.9953542947769165 + }, + "id": "tp_29763" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3720387, + "label": "-", + "classification": { + "B": 4.041059753490117e-08, + "S": 3.550646354710807e-08, + "I": 1.4286566511145793e-05, + "C": 0.00014531162742059678, + "R": 9.870575922832359e-06, + "M": 0.00013614790805149823, + "O": 8.58235580381006e-06, + "W": 4.952267573798963e-08, + "N": 9.887344987191682e-08, + "Y": 0.00035734064294956625, + "U": 7.060777562628573e-08, + "K": 1.3429544587495457e-08, + "L": 4.566608822642593e-06, + "G": 0.00024816460791043937, + "F": 0.0007131099700927734, + "E": 2.206817498517921e-06, + "T": 0.0003072391846217215, + "P": 0.005251946393400431, + "-": 0.9928009510040283 + }, + "id": "tp_29764" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3720521, + "label": "-", + "classification": { + "B": 5.8338524983048146e-12, + "S": 1.530480082945207e-11, + "I": 2.7808978231291803e-08, + "C": 3.3543617519171676e-06, + "R": 1.6879751285614475e-07, + "M": 9.419870821147924e-07, + "O": 2.7907491428891262e-08, + "W": 3.171727464001961e-11, + "N": 4.542657222605939e-11, + "Y": 8.663975313538685e-05, + "U": 2.163792756082472e-11, + "K": 6.189105478116019e-11, + "L": 6.2708407355671625e-09, + "G": 4.096380962437252e-06, + "F": 5.238454832579009e-05, + "E": 1.0393438998335114e-08, + "T": 1.063493709807517e-05, + "P": 0.00011212167737539858, + "-": 0.999729573726654 + }, + "id": "tp_29765" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3720654, + "label": "-", + "classification": { + "B": 7.0599803621007595e-06, + "S": 2.803467032208573e-05, + "I": 5.366129335016012e-05, + "C": 0.1930244266986847, + "R": 0.0548950619995594, + "M": 0.018941666930913925, + "O": 0.003981627989560366, + "W": 3.697211286635138e-05, + "N": 1.6906375321923406e-06, + "Y": 0.006389655638486147, + "U": 9.406813660461921e-06, + "K": 3.9295662190852454e-07, + "L": 0.017155509442090988, + "G": 0.03452860191464424, + "F": 0.007612689398229122, + "E": 1.294550111197168e-05, + "T": 0.014757635071873665, + "P": 0.0007641591364517808, + "-": 0.6477988362312317 + }, + "id": "tp_29766" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3720754, + "label": "-", + "classification": { + "B": 3.3951044198232694e-09, + "S": 1.1747594008681972e-08, + "I": 2.665467036422342e-06, + "C": 0.00022395771520677954, + "R": 1.579813215357717e-05, + "M": 0.00014336327149067074, + "O": 1.010742926155217e-05, + "W": 2.3697774409470185e-08, + "N": 1.742006539018348e-08, + "Y": 0.0019964762032032013, + "U": 5.870422814524545e-09, + "K": 5.434630967471321e-09, + "L": 4.190737854514737e-06, + "G": 0.0002431388129480183, + "F": 0.0004387516528367996, + "E": 1.0220240937997005e-06, + "T": 0.00047468426055274904, + "P": 0.0004702891455963254, + "-": 0.9959754347801208 + }, + "id": "tp_29767" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3720888, + "label": "-", + "classification": { + "B": 2.8976818167159024e-10, + "S": 9.316867277675556e-10, + "I": 9.93343789446044e-08, + "C": 1.2914771332361852e-06, + "R": 1.8200896079179074e-07, + "M": 3.011206786140974e-07, + "O": 2.98052469815957e-07, + "W": 2.1284705109536617e-09, + "N": 1.8034934656796509e-09, + "Y": 2.346895598748233e-05, + "U": 9.666007994013626e-10, + "K": 6.142802266850822e-09, + "L": 2.05689136834053e-08, + "G": 2.7587900603975868e-06, + "F": 0.000566962466109544, + "E": 4.115911522717397e-08, + "T": 6.431155725294957e-06, + "P": 0.0016949197743088007, + "-": 0.9977032542228699 + }, + "id": "tp_29768" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3721021, + "label": "-", + "classification": { + "B": 9.067570516663181e-08, + "S": 1.138364869035513e-08, + "I": 4.85338423459325e-05, + "C": 9.726218195282854e-06, + "R": 9.68026029113389e-07, + "M": 3.8759444578317925e-05, + "O": 3.6212475151842227e-06, + "W": 4.542395259932164e-08, + "N": 1.5379583828689647e-07, + "Y": 0.00013728802150581032, + "U": 1.4266099412907352e-08, + "K": 9.991567573308657e-10, + "L": 7.174451184255304e-07, + "G": 1.552695539430715e-05, + "F": 3.198274862370454e-05, + "E": 2.540819195928634e-06, + "T": 0.00013961046352051198, + "P": 0.02123599499464035, + "-": 0.9783344268798828 + }, + "id": "tp_29769" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3721154, + "label": "-", + "classification": { + "B": 5.488528245223279e-07, + "S": 8.72613691171864e-06, + "I": 2.749977966232109e-06, + "C": 0.001497057732194662, + "R": 0.00015353300841525197, + "M": 0.003938362002372742, + "O": 0.00043166152318008244, + "W": 3.1580743780068588e-06, + "N": 2.388544544373872e-07, + "Y": 0.005727788899093866, + "U": 1.3912367080592958e-07, + "K": 2.014849314946332e-06, + "L": 0.00043627212289720774, + "G": 0.013769753277301788, + "F": 0.032788705080747604, + "E": 1.9411158064031042e-05, + "T": 0.003555979812517762, + "P": 0.0004983035032637417, + "-": 0.9371654987335205 + }, + "id": "tp_29770" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3721255, + "label": "-", + "classification": { + "B": 2.573466917965561e-05, + "S": 0.0003416741965338588, + "I": 0.00011800210631918162, + "C": 0.06208435073494911, + "R": 0.017442043870687485, + "M": 0.0411139577627182, + "O": 0.003682793350890279, + "W": 6.858829146949574e-05, + "N": 3.2614252631901763e-06, + "Y": 0.020927593111991882, + "U": 2.8770259632437956e-06, + "K": 1.1136121429444756e-06, + "L": 0.023994894698262215, + "G": 0.07947603613138199, + "F": 0.048664480447769165, + "E": 0.00011068327876273543, + "T": 0.03828511759638786, + "P": 0.0008695679134689271, + "-": 0.6627871990203857 + }, + "id": "tp_29771" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3721388, + "label": "-", + "classification": { + "B": 9.367615660949014e-08, + "S": 8.108155924446692e-08, + "I": 7.038757030386478e-05, + "C": 0.0001737821294227615, + "R": 1.2727364264719654e-05, + "M": 4.2105479224119335e-05, + "O": 8.085354238573927e-06, + "W": 1.9145177532209345e-07, + "N": 1.1470883691799827e-06, + "Y": 0.0006585324881598353, + "U": 2.795096349927917e-07, + "K": 2.2349534845034214e-07, + "L": 1.6002293250494404e-06, + "G": 0.0001348046207567677, + "F": 0.000803152855951339, + "E": 2.7081008738605306e-05, + "T": 0.00024515739642083645, + "P": 0.03502139449119568, + "-": 0.9627991318702698 + }, + "id": "tp_29772" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3721522, + "label": "-", + "classification": { + "B": 0.00022771907970309258, + "S": 0.00024533961550332606, + "I": 0.0010928931878879666, + "C": 0.016565583646297455, + "R": 0.0030537813436239958, + "M": 0.03012128733098507, + "O": 0.0021094572730362415, + "W": 0.0001481625367887318, + "N": 8.775469177635387e-05, + "Y": 0.015922708436846733, + "U": 3.503530388115905e-05, + "K": 6.658284837612882e-05, + "L": 0.0028975859750062227, + "G": 0.03303701430559158, + "F": 0.05429637059569359, + "E": 0.003255105810239911, + "T": 0.01306176371872425, + "P": 0.023921534419059753, + "-": 0.7998542785644531 + }, + "id": "tp_29773" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3721655, + "label": "-", + "classification": { + "B": 3.4025433706119657e-06, + "S": 1.0027313692262396e-05, + "I": 0.0010414872085675597, + "C": 0.3728165924549103, + "R": 0.030104976147413254, + "M": 0.006752870045602322, + "O": 0.0003982500929851085, + "W": 1.765695196809247e-05, + "N": 8.470654393022414e-06, + "Y": 0.0013544100802391768, + "U": 1.52666889334796e-05, + "K": 2.1709010979975574e-06, + "L": 0.0008410196169279516, + "G": 0.014881893061101437, + "F": 0.007545569445937872, + "E": 0.00017215088882949203, + "T": 0.003342572133988142, + "P": 0.013234320096671581, + "-": 0.5474569201469421 + }, + "id": "tp_29774" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3721755, + "label": "-", + "classification": { + "B": 2.9438147066684905e-06, + "S": 9.33279352466343e-07, + "I": 0.003025762503966689, + "C": 0.001183053245767951, + "R": 0.0001279630814678967, + "M": 0.0005764099769294262, + "O": 6.768055754946545e-05, + "W": 3.0692679047206184e-06, + "N": 3.448069401201792e-05, + "Y": 0.002410341752693057, + "U": 4.980203357263235e-06, + "K": 1.447371460017166e-06, + "L": 2.475098335708026e-05, + "G": 0.0011327974498271942, + "F": 0.0012450823560357094, + "E": 0.00050103705143556, + "T": 0.0015361239202320576, + "P": 0.14330729842185974, + "-": 0.844813883304596 + }, + "id": "tp_29775" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3721889, + "label": "-", + "classification": { + "B": 1.8452282757319693e-10, + "S": 1.3551839650460806e-09, + "I": 2.396374725321948e-07, + "C": 0.0012173645664006472, + "R": 8.969290320237633e-06, + "M": 1.021264324663207e-05, + "O": 3.0173245590958686e-07, + "W": 1.3427772227458945e-09, + "N": 1.1891129192420635e-09, + "Y": 0.0003491353418212384, + "U": 7.312506850043476e-11, + "K": 3.876644005806895e-10, + "L": 1.7511165140149387e-07, + "G": 0.00034764703013934195, + "F": 0.0016498026670888066, + "E": 1.392989815940382e-06, + "T": 3.585041486076079e-05, + "P": 0.0005794186145067215, + "-": 0.9957994818687439 + }, + "id": "tp_29776" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3722022, + "label": "-", + "classification": { + "B": 5.769528570453986e-07, + "S": 1.3239117606644868e-06, + "I": 1.1991731298621744e-05, + "C": 0.0006011536461301148, + "R": 2.4748780560912564e-05, + "M": 0.00035164225846529007, + "O": 4.6373927034437656e-05, + "W": 8.172812613338465e-07, + "N": 4.905256218989962e-07, + "Y": 0.0053547704592347145, + "U": 3.09786187813188e-08, + "K": 7.917165930848569e-06, + "L": 2.7041933208238333e-05, + "G": 0.0090477354824543, + "F": 0.06228764355182648, + "E": 0.00024118079454638064, + "T": 0.0007169664604589343, + "P": 0.004548117984086275, + "-": 0.9167295694351196 + }, + "id": "tp_29777" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3722155, + "label": "-", + "classification": { + "B": 5.773979137302376e-05, + "S": 0.00010849352838704363, + "I": 0.0002897261001635343, + "C": 0.008805098943412304, + "R": 0.0021019037812948227, + "M": 0.006370631977915764, + "O": 0.0017091387417167425, + "W": 7.696410466451198e-05, + "N": 2.5446888685110025e-05, + "Y": 0.0020350231789052486, + "U": 1.795273055904545e-05, + "K": 3.6685635222966084e-06, + "L": 0.0015158557798713446, + "G": 0.00563470646739006, + "F": 0.022208983078598976, + "E": 0.00017015801859088242, + "T": 0.008515771478414536, + "P": 0.012738755904138088, + "-": 0.9276139736175537 + }, + "id": "tp_29778" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3722256, + "label": "-", + "classification": { + "B": 1.5540211961706518e-07, + "S": 1.837437046958712e-08, + "I": 1.816572421375895e-06, + "C": 4.068910129717551e-05, + "R": 1.8977624449689756e-06, + "M": 0.0004413040296640247, + "O": 8.378240636375267e-06, + "W": 1.3341058924254412e-08, + "N": 3.176670260174319e-09, + "Y": 0.0017559127882122993, + "U": 1.3672647458662368e-09, + "K": 6.313765621435152e-10, + "L": 1.101872567232931e-05, + "G": 0.000821916211862117, + "F": 0.0003034528053831309, + "E": 1.8764113747238298e-06, + "T": 0.0005306654493324459, + "P": 0.0005528571782633662, + "-": 0.9955279231071472 + }, + "id": "tp_29779" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3722389, + "label": "-", + "classification": { + "B": 1.3439047208407828e-08, + "S": 6.4733378657422236e-09, + "I": 6.638351806032006e-06, + "C": 1.9172186966898153e-06, + "R": 2.1196140664869745e-07, + "M": 1.71977251284261e-06, + "O": 8.739561394577322e-07, + "W": 7.622365849613288e-09, + "N": 4.88685643063036e-08, + "Y": 2.761638825177215e-05, + "U": 3.116528146662745e-09, + "K": 1.5731162206211735e-10, + "L": 1.3906867479818175e-07, + "G": 5.07112281411537e-06, + "F": 0.00016546099504921585, + "E": 1.0897958873101743e-06, + "T": 3.055689739994705e-05, + "P": 0.0999678298830986, + "-": 0.8997907638549805 + }, + "id": "tp_29780" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3722523, + "label": "-", + "classification": { + "B": 0.0007091275183483958, + "S": 0.0004333385732024908, + "I": 0.0049814265221357346, + "C": 0.015117691829800606, + "R": 0.003641315968707204, + "M": 0.014023122377693653, + "O": 0.0031840824522078037, + "W": 0.00048061402048915625, + "N": 0.0005820529768243432, + "Y": 0.016270125284790993, + "U": 0.0003284703125245869, + "K": 0.00021385817672125995, + "L": 0.0023519396781921387, + "G": 0.014829594641923904, + "F": 0.029801053926348686, + "E": 0.005069017875939608, + "T": 0.013029077090322971, + "P": 0.09407111257314682, + "-": 0.7808829545974731 + }, + "id": "tp_29781" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3722656, + "label": "-", + "classification": { + "B": 1.7910143412791513e-07, + "S": 1.5261377939168597e-07, + "I": 1.4917280168447178e-05, + "C": 0.0003875315305776894, + "R": 6.190091517055407e-05, + "M": 0.0005733061116188765, + "O": 6.374336226144806e-05, + "W": 3.221032329747686e-07, + "N": 2.4389197506025084e-07, + "Y": 0.004236308392137289, + "U": 2.0707726378077496e-07, + "K": 2.1206763278769358e-07, + "L": 3.349461985635571e-05, + "G": 0.0015196902677416801, + "F": 0.0015763567062094808, + "E": 7.387265668512555e-06, + "T": 0.0010322645539417863, + "P": 0.0022242129780352116, + "-": 0.988267719745636 + }, + "id": "tp_29782" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3722756, + "label": "-", + "classification": { + "B": 5.902522275391675e-07, + "S": 2.488640802766895e-06, + "I": 4.5219085365033607e-08, + "C": 0.00044652694487012923, + "R": 0.0002589087816886604, + "M": 0.000649266701657325, + "O": 0.00023310269170906395, + "W": 3.7277260389600997e-07, + "N": 3.493856315373023e-10, + "Y": 0.0003318518283776939, + "U": 2.638186891168459e-10, + "K": 1.6065440644474904e-11, + "L": 0.001625065808184445, + "G": 0.004500692710280418, + "F": 0.0071135954931378365, + "E": 9.888819363368384e-08, + "T": 0.00030542511376552284, + "P": 2.4023269361350685e-05, + "-": 0.9845080375671387 + }, + "id": "tp_29783" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3722890, + "label": "-", + "classification": { + "B": 3.659292246993573e-08, + "S": 1.1610694627961493e-08, + "I": 0.00025567354168742895, + "C": 0.00040216956404037774, + "R": 1.2614636034413707e-05, + "M": 0.00011585510947043076, + "O": 3.975341769546503e-06, + "W": 3.236633716596771e-08, + "N": 5.366184154809162e-07, + "Y": 0.0009702825336717069, + "U": 5.84850319285124e-08, + "K": 3.458690001068021e-09, + "L": 2.130941993527813e-06, + "G": 0.0001690709759714082, + "F": 0.00012265607074368745, + "E": 2.2049802282708697e-05, + "T": 0.00036321161314845085, + "P": 0.02500772848725319, + "-": 0.9725518822669983 + }, + "id": "tp_29784" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3723023, + "label": "-", + "classification": { + "B": 2.2267893484695378e-07, + "S": 1.751604798982953e-07, + "I": 4.363596417533699e-06, + "C": 1.4260927855502814e-05, + "R": 7.338792897826352e-07, + "M": 3.0287426852737553e-05, + "O": 8.491049811709672e-06, + "W": 1.9829042230412597e-07, + "N": 2.5387817004229873e-07, + "Y": 7.233275391627103e-05, + "U": 3.72274371329695e-08, + "K": 1.7852393341399875e-07, + "L": 6.445112603614689e-07, + "G": 2.9751081456197426e-05, + "F": 0.0016778077697381377, + "E": 1.5625699234078638e-05, + "T": 0.00011034162162104622, + "P": 0.027305662631988525, + "-": 0.9707286357879639 + }, + "id": "tp_29785" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3723156, + "label": "-", + "classification": { + "B": 7.077364443830447e-06, + "S": 1.331140282445631e-07, + "I": 5.410900485003367e-06, + "C": 6.444726750487462e-06, + "R": 6.635662543885701e-07, + "M": 9.035842231241986e-05, + "O": 1.8254286260344088e-05, + "W": 1.315100206511488e-07, + "N": 7.758277575931061e-08, + "Y": 0.00012943072943016887, + "U": 1.7255050721587395e-08, + "K": 1.6098290478439026e-09, + "L": 5.564264938584529e-06, + "G": 0.0001536137133371085, + "F": 0.00047849409747868776, + "E": 5.108302048029145e-06, + "T": 0.00017711849068291485, + "P": 0.012682302854955196, + "-": 0.9862398505210876 + }, + "id": "tp_29786" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3723257, + "label": "-", + "classification": { + "B": 1.5059619329349516e-07, + "S": 4.3225585955042334e-07, + "I": 3.6486795579548925e-05, + "C": 0.00396789750084281, + "R": 0.00025563282542862, + "M": 0.00041980569949373603, + "O": 4.5142616727389395e-05, + "W": 5.119530328556721e-07, + "N": 5.601755219686311e-07, + "Y": 0.0008361131767742336, + "U": 2.2819703815457615e-07, + "K": 5.013712822687921e-08, + "L": 3.7180008803261444e-05, + "G": 0.001361957169137895, + "F": 0.0027061186265200377, + "E": 9.311175745096989e-06, + "T": 0.0010936596663668752, + "P": 0.009514674544334412, + "-": 0.9797142148017883 + }, + "id": "tp_29787" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3723390, + "label": "-", + "classification": { + "B": 6.190873136802111e-06, + "S": 2.4726148240006296e-06, + "I": 0.00013389917148742825, + "C": 0.0006354929064400494, + "R": 0.0002788816927932203, + "M": 0.00197306158952415, + "O": 0.00046282500261440873, + "W": 6.346219379338436e-06, + "N": 3.487903541099513e-06, + "Y": 0.002844642149284482, + "U": 1.8436154505252489e-06, + "K": 2.0344440088138072e-07, + "L": 0.00019419162708800286, + "G": 0.0012941522290930152, + "F": 0.001258539385162294, + "E": 2.7059248168370686e-05, + "T": 0.004210827872157097, + "P": 0.006740450859069824, + "-": 0.9799253940582275 + }, + "id": "tp_29788" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3723524, + "label": "-", + "classification": { + "B": 8.952505226034191e-08, + "S": 1.1328359583728798e-08, + "I": 8.747506541340044e-08, + "C": 4.277156403986737e-05, + "R": 1.169118877442088e-05, + "M": 4.2243154894094914e-05, + "O": 1.4424223081732634e-05, + "W": 1.3324591208174752e-08, + "N": 1.5486852078527846e-10, + "Y": 3.013956666109152e-05, + "U": 2.0151945390178838e-10, + "K": 4.900430647207521e-13, + "L": 2.6987809178535827e-05, + "G": 0.0001638407411519438, + "F": 5.665625576511957e-05, + "E": 6.216730241703772e-09, + "T": 6.308063166216016e-05, + "P": 9.418269473826513e-05, + "-": 0.9994537234306335 + }, + "id": "tp_29789" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3723657, + "label": "-", + "classification": { + "B": 2.1808015393531832e-09, + "S": 1.6756224185954238e-09, + "I": 1.5352632090070983e-06, + "C": 1.6462152416352183e-05, + "R": 1.2724332236757618e-06, + "M": 0.00010334189573768526, + "O": 1.36399717121094e-06, + "W": 1.9018857599917283e-09, + "N": 3.0309323939547994e-09, + "Y": 0.0030393258202821016, + "U": 7.043147731700117e-10, + "K": 6.423179210734986e-10, + "L": 1.2425638260538108e-06, + "G": 0.00031451243557967246, + "F": 0.00034021210740320385, + "E": 1.5034162288429798e-06, + "T": 0.00036098944838158786, + "P": 0.0005832228343933821, + "-": 0.995235025882721 + }, + "id": "tp_29790" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3723757, + "label": "C", + "classification": { + "B": 1.022895279589875e-08, + "S": 8.223086922498624e-08, + "I": 9.887525266094599e-06, + "C": 0.8205553293228149, + "R": 0.030652569606900215, + "M": 0.0029241146985441446, + "O": 6.336479418678209e-05, + "W": 1.4126479186415963e-07, + "N": 1.3453143488106889e-08, + "Y": 0.0022048233076930046, + "U": 3.282179505958993e-08, + "K": 2.0874018069605427e-09, + "L": 0.0008287329692393541, + "G": 0.025076989084482193, + "F": 0.0006114104180596769, + "E": 1.0171783060286543e-06, + "T": 0.0016361059388145804, + "P": 1.4276229194365442e-05, + "-": 0.11542097479104996 + }, + "id": "tp_29791" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3723891, + "label": "-", + "classification": { + "B": 1.109779361740948e-07, + "S": 2.0527178890006326e-07, + "I": 7.742463822069112e-06, + "C": 8.25998286018148e-05, + "R": 9.443327144253999e-06, + "M": 5.0471415306674317e-05, + "O": 1.372379938402446e-05, + "W": 1.9245250371113798e-07, + "N": 2.2785442865824734e-07, + "Y": 0.00044223363511264324, + "U": 5.8728740981450755e-08, + "K": 9.201271211622952e-08, + "L": 3.7866052480239887e-06, + "G": 0.00012898238492198288, + "F": 0.0022982119116932154, + "E": 7.194415957201272e-06, + "T": 0.00021119174198247492, + "P": 0.006253187544643879, + "-": 0.9904903173446655 + }, + "id": "tp_29792" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3724024, + "label": "-", + "classification": { + "B": 1.6705638472558348e-07, + "S": 2.5833724492940746e-08, + "I": 8.483840065309778e-05, + "C": 0.0012168391840532422, + "R": 5.669529491569847e-05, + "M": 3.539620593073778e-05, + "O": 2.242401933472138e-06, + "W": 3.199252063268432e-08, + "N": 2.3439480401066248e-07, + "Y": 0.00017368208500556648, + "U": 6.414845188373874e-08, + "K": 7.323908146616986e-10, + "L": 4.4942298700334504e-06, + "G": 0.0001189720569527708, + "F": 0.0004643926222342998, + "E": 1.3231264347268734e-05, + "T": 6.83281832607463e-05, + "P": 0.092891164124012, + "-": 0.9048691987991333 + }, + "id": "tp_29793" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3724157, + "label": "-", + "classification": { + "B": 2.513429187001037e-10, + "S": 1.7070874713809303e-09, + "I": 4.3887882839044323e-07, + "C": 9.158428611044656e-07, + "R": 1.2278874805815576e-07, + "M": 3.7354363939812174e-06, + "O": 8.203481343116437e-07, + "W": 1.186219344972983e-09, + "N": 2.7506243949204645e-09, + "Y": 4.433219146449119e-05, + "U": 3.771873924307556e-10, + "K": 5.055494911587743e-10, + "L": 5.2790745996844635e-08, + "G": 7.67056189943105e-06, + "F": 0.00010305979958502576, + "E": 5.140737968645226e-08, + "T": 8.745403465582058e-05, + "P": 0.0020876277703791857, + "-": 0.9976637363433838 + }, + "id": "tp_29794" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3724258, + "label": "-", + "classification": { + "B": 4.63221416779902e-09, + "S": 1.3947221155774514e-08, + "I": 7.096939498296706e-06, + "C": 0.0012443478917703032, + "R": 8.520385017618537e-05, + "M": 6.173868314363062e-05, + "O": 1.0071549695567228e-05, + "W": 5.169040306896022e-08, + "N": 4.611491277728419e-08, + "Y": 0.0013297711266204715, + "U": 4.0661895184257446e-08, + "K": 1.8121898648360002e-08, + "L": 7.2700554483162705e-06, + "G": 0.00037143926601856947, + "F": 0.0014980542473495007, + "E": 1.7431500509701436e-06, + "T": 0.0002558126288931817, + "P": 0.0019622105173766613, + "-": 0.9931650757789612 + }, + "id": "tp_29795" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3724391, + "label": "-", + "classification": { + "B": 3.325490979477763e-05, + "S": 0.00013261115236673504, + "I": 0.002327238442376256, + "C": 0.010565814562141895, + "R": 0.002347338479012251, + "M": 0.0023205112665891647, + "O": 0.0009385230951011181, + "W": 6.881258741486818e-05, + "N": 8.28135889605619e-05, + "Y": 0.0052799200639128685, + "U": 1.0967225534841418e-05, + "K": 7.863674227337469e-07, + "L": 0.000750838196836412, + "G": 0.002442403696477413, + "F": 0.004428825806826353, + "E": 0.00021958626166451722, + "T": 0.0072606527246534824, + "P": 0.09374883770942688, + "-": 0.86704021692276 + }, + "id": "tp_29796" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3724525, + "label": "-", + "classification": { + "B": 5.955151372027956e-10, + "S": 5.737112521164711e-11, + "I": 1.1109344768556184e-06, + "C": 1.6631407788736396e-06, + "R": 1.4274785087309283e-07, + "M": 9.177061599530134e-08, + "O": 8.126797013119358e-08, + "W": 3.786090052582125e-10, + "N": 2.8491622394710703e-09, + "Y": 2.9016453026997624e-06, + "U": 6.007642161520721e-10, + "K": 1.720926179338278e-10, + "L": 6.141660957581507e-09, + "G": 1.5437277625096613e-06, + "F": 2.361268525419291e-05, + "E": 7.943160085233103e-08, + "T": 3.051321300517884e-06, + "P": 0.02571510151028633, + "-": 0.9742505550384521 + }, + "id": "tp_29797" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3724658, + "label": "-", + "classification": { + "B": 4.829953468288295e-06, + "S": 2.039990476987441e-06, + "I": 0.00010882989590754732, + "C": 0.0003220925573259592, + "R": 7.04872072674334e-05, + "M": 0.00018620118498802185, + "O": 6.234585453057662e-05, + "W": 1.372487417938828e-06, + "N": 3.031176220247289e-06, + "Y": 0.0007977876230143011, + "U": 4.974912712896185e-07, + "K": 1.1157749213452917e-07, + "L": 2.9851713406969793e-05, + "G": 0.000701612327247858, + "F": 0.002323097549378872, + "E": 7.460875349352136e-05, + "T": 0.0005621960153803229, + "P": 0.0475541390478611, + "-": 0.9471948742866516 + }, + "id": "tp_29798" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3724758, + "label": "-", + "classification": { + "B": 1.3867478400406835e-13, + "S": 9.036054646497857e-14, + "I": 9.041038473434071e-10, + "C": 8.198869139164344e-09, + "R": 9.501923553534297e-11, + "M": 1.1141266575975806e-08, + "O": 5.190950447264697e-10, + "W": 1.6075851858466522e-13, + "N": 6.540860518142178e-13, + "Y": 5.468058006385945e-08, + "U": 7.460239294810461e-14, + "K": 6.383175238378058e-14, + "L": 4.505743000926543e-11, + "G": 2.085440264920635e-08, + "F": 2.561012024671072e-06, + "E": 3.086119138018262e-10, + "T": 1.1176923209177403e-07, + "P": 0.0003894940309692174, + "-": 0.9996078610420227 + }, + "id": "tp_29799" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3724892, + "label": "-", + "classification": { + "B": 5.937393687815984e-09, + "S": 1.6453125084581188e-08, + "I": 2.7170424132805238e-08, + "C": 2.775959160317143e-07, + "R": 3.5247222029965997e-08, + "M": 2.4559990379202645e-06, + "O": 1.1671753554765019e-06, + "W": 4.2199386207641965e-09, + "N": 7.137068713802819e-10, + "Y": 1.0062856745207682e-05, + "U": 1.8554699443562583e-10, + "K": 1.6111442735500248e-10, + "L": 1.6646521316943108e-07, + "G": 2.776516566882492e-06, + "F": 0.00028464695787988603, + "E": 3.9543365915051254e-08, + "T": 2.908204260165803e-05, + "P": 0.0006777210510335863, + "-": 0.9989915490150452 + }, + "id": "tp_29800" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3725025, + "label": "-", + "classification": { + "B": 3.9775539335096255e-05, + "S": 7.426238539665064e-07, + "I": 0.0007407364319078624, + "C": 9.651386790210381e-05, + "R": 1.1405667464714497e-05, + "M": 0.0001998511579586193, + "O": 0.00010072990698972717, + "W": 2.31503736358718e-06, + "N": 1.195571712742094e-05, + "Y": 0.00020120225963182747, + "U": 6.518513941955462e-07, + "K": 5.7215544302380295e-08, + "L": 2.0303543351474218e-05, + "G": 0.0005016575451008976, + "F": 0.00044132329639978707, + "E": 0.00022250338224694133, + "T": 0.0001995110505959019, + "P": 0.31325358152389526, + "-": 0.6839552521705627 + }, + "id": "tp_29801" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3725125, + "label": "-", + "classification": { + "B": 1.904718882617118e-10, + "S": 4.266587430579172e-11, + "I": 2.773130347577535e-07, + "C": 1.924917569340323e-06, + "R": 3.1799480382233014e-08, + "M": 7.467286309292831e-07, + "O": 4.275228704386791e-08, + "W": 7.71736771709719e-11, + "N": 7.751153607848948e-10, + "Y": 1.145976875704946e-05, + "U": 1.2558293294162581e-10, + "K": 3.4706106044612994e-11, + "L": 5.4967186358112485e-09, + "G": 1.9707838418980828e-06, + "F": 4.146174978814088e-05, + "E": 1.3881191307518748e-07, + "T": 8.47323281050194e-06, + "P": 0.005431517958641052, + "-": 0.9945019483566284 + }, + "id": "tp_29802" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3725259, + "label": "-", + "classification": { + "B": 5.628151100722789e-08, + "S": 2.798328750941437e-07, + "I": 1.0384988854639232e-05, + "C": 0.0009779646061360836, + "R": 0.00011067384912166744, + "M": 0.00028445536736398935, + "O": 1.6950836652540602e-05, + "W": 1.2951235817126872e-07, + "N": 8.215256741550547e-08, + "Y": 0.0037060545291751623, + "U": 2.5658970059794228e-08, + "K": 6.821360187814207e-08, + "L": 2.1196530724409968e-05, + "G": 0.0016056783497333527, + "F": 0.00545980129390955, + "E": 7.5380030466476455e-06, + "T": 0.001015808549709618, + "P": 0.001583886449225247, + "-": 0.9851989150047302 + }, + "id": "tp_29803" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3725392, + "label": "-", + "classification": { + "B": 2.2232905794172808e-10, + "S": 5.2515062611002694e-12, + "I": 1.8472395169055744e-08, + "C": 4.949254730490793e-07, + "R": 1.7665760410068287e-08, + "M": 5.583901696581961e-08, + "O": 1.5851197687766216e-08, + "W": 6.658307585838408e-12, + "N": 4.3107258214380995e-12, + "Y": 9.00917243029653e-08, + "U": 2.7097636200873465e-12, + "K": 4.153690754657479e-15, + "L": 1.2737961796460695e-08, + "G": 5.383453753893264e-07, + "F": 2.0832292193517787e-06, + "E": 1.812771266429536e-09, + "T": 3.9412643104697054e-07, + "P": 0.0006546435761265457, + "-": 0.9993415474891663 + }, + "id": "tp_29804" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3725526, + "label": "C", + "classification": { + "B": 3.8042010430672235e-08, + "S": 3.912807642336702e-07, + "I": 0.00016134031466208398, + "C": 0.8566081523895264, + "R": 0.03585708141326904, + "M": 0.0032023547682911158, + "O": 8.532521314918995e-05, + "W": 4.720808988167846e-07, + "N": 2.489371695446607e-07, + "Y": 0.0008306988747790456, + "U": 2.3635344348349463e-07, + "K": 2.629439777024345e-08, + "L": 0.00029661922599188983, + "G": 0.008424269035458565, + "F": 0.00045376294292509556, + "E": 5.31908699485939e-06, + "T": 0.002943703206256032, + "P": 8.073407661868259e-05, + "-": 0.09104911983013153 + }, + "id": "tp_29805" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3725626, + "label": "-", + "classification": { + "B": 1.82344885718555e-11, + "S": 1.3747847478484676e-11, + "I": 8.734848933045214e-08, + "C": 1.883075562147951e-08, + "R": 1.99535588052413e-09, + "M": 3.951111793298878e-08, + "O": 1.3778477025994107e-08, + "W": 3.6194235109032746e-11, + "N": 3.3171929092468133e-10, + "Y": 3.1512611258222023e-06, + "U": 1.718482647850017e-11, + "K": 7.027558396321965e-11, + "L": 2.9690577774132976e-10, + "G": 2.3246481362093618e-07, + "F": 3.994354119640775e-05, + "E": 3.063034270667231e-08, + "T": 1.9536569197953213e-06, + "P": 0.01051019225269556, + "-": 0.9894441962242126 + }, + "id": "tp_29806" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3725759, + "label": "-", + "classification": { + "B": 1.7120291317951342e-07, + "S": 8.139146956409604e-08, + "I": 1.4373020349012222e-05, + "C": 2.0916071662213653e-05, + "R": 2.6049606276501436e-06, + "M": 3.0427392630372196e-05, + "O": 7.0605174187221564e-06, + "W": 6.086459336529515e-08, + "N": 1.7645730565618578e-07, + "Y": 0.00019128256826661527, + "U": 6.934252727575085e-09, + "K": 1.2493146961389812e-08, + "L": 2.7268424673820846e-06, + "G": 0.0003676064661704004, + "F": 0.009407100267708302, + "E": 2.0356030290713534e-05, + "T": 6.491802196251228e-05, + "P": 0.048613082617521286, + "-": 0.9412570595741272 + }, + "id": "tp_29807" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3725893, + "label": "-", + "classification": { + "B": 2.4041767119342694e-06, + "S": 1.8562550394563004e-05, + "I": 9.995717118727043e-05, + "C": 0.007781741209328175, + "R": 0.002438098657876253, + "M": 0.004116118419915438, + "O": 0.0008981538121588528, + "W": 1.5125395293580368e-05, + "N": 3.427448291404289e-06, + "Y": 0.008260474540293217, + "U": 3.5140324143867474e-06, + "K": 5.496362405210675e-07, + "L": 0.0024102581664919853, + "G": 0.008419445715844631, + "F": 0.030234020203351974, + "E": 3.516028664307669e-05, + "T": 0.011090476997196674, + "P": 0.004196369554847479, + "-": 0.9199762344360352 + }, + "id": "tp_29808" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3726026, + "label": "-", + "classification": { + "B": 7.350713371323536e-10, + "S": 4.5518602775906913e-10, + "I": 2.245093583042035e-06, + "C": 4.807885716218152e-07, + "R": 5.3503395491816264e-08, + "M": 2.3585103008372243e-06, + "O": 3.5032695677728043e-07, + "W": 7.31133820153218e-10, + "N": 7.593969009178636e-09, + "Y": 7.883338184910826e-06, + "U": 3.770394552127243e-10, + "K": 1.1778702145581743e-11, + "L": 9.062449635166558e-08, + "G": 4.735769380204147e-06, + "F": 7.727695629000664e-05, + "E": 4.6470748316096433e-07, + "T": 2.4706592739676125e-05, + "P": 0.03365658223628998, + "-": 0.9662227630615234 + }, + "id": "tp_29809" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3726126, + "label": "-", + "classification": { + "B": 3.2924245374488237e-07, + "S": 1.622087069108602e-07, + "I": 3.834792096313322e-06, + "C": 1.3949354070064146e-05, + "R": 1.1321546935505467e-06, + "M": 4.375957360025495e-05, + "O": 1.0752736670838203e-05, + "W": 1.8948082924907794e-07, + "N": 1.0419563523100805e-07, + "Y": 0.00021291017765179276, + "U": 5.8484804554836956e-08, + "K": 5.786885282077492e-08, + "L": 3.229274398108828e-06, + "G": 0.00013308669440448284, + "F": 0.004356474615633488, + "E": 7.554608146165265e-06, + "T": 0.00010476283932803199, + "P": 0.014903496950864792, + "-": 0.9802040457725525 + }, + "id": "tp_29810" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3726260, + "label": "-", + "classification": { + "B": 7.784734634697088e-09, + "S": 1.1789208720358602e-08, + "I": 1.2636824067158159e-06, + "C": 7.30449755792506e-06, + "R": 5.784847871836973e-07, + "M": 5.65875307074748e-05, + "O": 2.033778173426981e-06, + "W": 8.140471408069061e-09, + "N": 1.2304704810617295e-08, + "Y": 0.0006572559359483421, + "U": 1.8761887599083593e-09, + "K": 7.852223871118724e-10, + "L": 4.7574826567142736e-07, + "G": 2.7981059247395024e-05, + "F": 0.00022953166626393795, + "E": 1.637223931538756e-06, + "T": 0.0003034042601939291, + "P": 0.004721581470221281, + "-": 0.9939903020858765 + }, + "id": "tp_29811" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3726393, + "label": "-", + "classification": { + "B": 2.290677457494894e-06, + "S": 4.443192551661923e-07, + "I": 0.0001845780643634498, + "C": 0.0006320991087704897, + "R": 6.66752239339985e-05, + "M": 5.750346463173628e-05, + "O": 3.282412581029348e-05, + "W": 1.0964563443849329e-06, + "N": 4.4227626858628355e-06, + "Y": 0.0005955349770374596, + "U": 2.0098452750971774e-06, + "K": 5.357377403925057e-07, + "L": 8.83460324985208e-06, + "G": 0.00022068720136303455, + "F": 0.00048191388486884534, + "E": 4.376071956357919e-05, + "T": 0.0005631350795738399, + "P": 0.04967954754829407, + "-": 0.9474220871925354 + }, + "id": "tp_29812" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3726527, + "label": "-", + "classification": { + "B": 2.410193928881199e-07, + "S": 2.4210157789639197e-06, + "I": 2.505870725144632e-05, + "C": 0.0012358453823253512, + "R": 7.690945494687185e-05, + "M": 0.0005625225603580475, + "O": 6.360422412399203e-05, + "W": 7.024430033197859e-07, + "N": 7.188040740402357e-07, + "Y": 0.0012276613852009177, + "U": 1.979344688152196e-07, + "K": 7.417250458274793e-08, + "L": 6.923096225364134e-05, + "G": 0.00187501625623554, + "F": 0.012240396812558174, + "E": 2.8107089747209102e-05, + "T": 0.0016427665250375867, + "P": 0.013542302884161472, + "-": 0.9674062728881836 + }, + "id": "tp_29813" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3726627, + "label": "-", + "classification": { + "B": 3.194421438479367e-08, + "S": 7.586421446603708e-08, + "I": 2.0326051526353694e-05, + "C": 3.361637209309265e-05, + "R": 5.316808255884098e-06, + "M": 3.705776180140674e-05, + "O": 7.019566055532778e-06, + "W": 7.341576946373607e-08, + "N": 3.1603642014488287e-07, + "Y": 0.0007337513961829245, + "U": 1.0546875728323357e-07, + "K": 2.4258935127363657e-07, + "L": 1.4827260201855097e-06, + "G": 0.00012089303345419466, + "F": 0.0016526427352800965, + "E": 6.585881692444673e-06, + "T": 0.000421997596276924, + "P": 0.005746064707636833, + "-": 0.9912123084068298 + }, + "id": "tp_29814" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3726760, + "label": "-", + "classification": { + "B": 1.0517599013937229e-09, + "S": 7.2689809726966814e-09, + "I": 6.076873546589923e-07, + "C": 6.083492735342588e-06, + "R": 7.199700462479086e-07, + "M": 5.130544650455704e-06, + "O": 1.2983880424144445e-06, + "W": 4.4475938487664735e-09, + "N": 5.7213114246223995e-09, + "Y": 0.00014366557297762483, + "U": 1.2410407146390412e-09, + "K": 3.2546243478037695e-09, + "L": 3.7602166003125603e-07, + "G": 5.3392206609714776e-05, + "F": 0.001483689178712666, + "E": 1.9377175419776904e-07, + "T": 5.992173828417435e-05, + "P": 0.0012568493839353323, + "-": 0.9969881176948547 + }, + "id": "tp_29815" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3726894, + "label": "-", + "classification": { + "B": 6.255331808091569e-09, + "S": 4.694374222680153e-09, + "I": 1.7217830645677168e-06, + "C": 0.0011510481126606464, + "R": 0.00013204517017584294, + "M": 8.592170343035832e-05, + "O": 5.033148227084894e-06, + "W": 8.556354735844707e-09, + "N": 2.801027854104632e-09, + "Y": 0.0006598167237825692, + "U": 2.673422372367895e-09, + "K": 1.7847849934082838e-11, + "L": 1.8431184798828326e-05, + "G": 0.0003527748631313443, + "F": 0.0002379732031840831, + "E": 3.558556329608109e-07, + "T": 0.00027285973192192614, + "P": 0.00030404567951336503, + "-": 0.9967778325080872 + }, + "id": "tp_29816" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3727027, + "label": "-", + "classification": { + "B": 8.751481317403886e-08, + "S": 1.503100008903857e-07, + "I": 5.442405495159619e-07, + "C": 0.00010513859160710126, + "R": 1.8671216821530834e-05, + "M": 7.715459651080891e-05, + "O": 1.9588402210501954e-05, + "W": 6.159785925774486e-08, + "N": 5.0669184403773215e-09, + "Y": 0.0006451658555306494, + "U": 3.6193263941441955e-09, + "K": 6.81065037699824e-10, + "L": 4.804807758773677e-05, + "G": 0.0007096930057741702, + "F": 0.003218810772523284, + "E": 4.884947202299372e-07, + "T": 0.0002796885964926332, + "P": 0.0003096753207501024, + "-": 0.9945669174194336 + }, + "id": "tp_29817" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3727127, + "label": "-", + "classification": { + "B": 3.8277214731152753e-10, + "S": 1.1212109463087927e-08, + "I": 1.2717185882138438e-07, + "C": 6.572285201400518e-05, + "R": 5.35387789568631e-06, + "M": 1.5604524605805636e-06, + "O": 1.2620105280802818e-06, + "W": 7.936455936885523e-09, + "N": 2.8154774067701283e-09, + "Y": 0.00010733551607700065, + "U": 1.44193812445792e-09, + "K": 4.804732611773943e-09, + "L": 4.334893901614123e-07, + "G": 4.2549636418698356e-05, + "F": 0.0035691075026988983, + "E": 4.0345721430412596e-08, + "T": 5.0944483518833295e-05, + "P": 0.0007083793170750141, + "-": 0.9954472184181213 + }, + "id": "tp_29818" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3727261, + "label": "-", + "classification": { + "B": 4.226231808956982e-09, + "S": 3.0390745475727954e-09, + "I": 2.791471160890069e-06, + "C": 0.0017761881463229656, + "R": 4.255148451193236e-05, + "M": 5.1490510486473795e-06, + "O": 7.034639679659449e-07, + "W": 5.169482175659823e-09, + "N": 6.681428743604556e-09, + "Y": 0.00038747297367081046, + "U": 7.429628023913892e-09, + "K": 1.1572736546838769e-08, + "L": 1.6464357486256631e-06, + "G": 0.001030154526233673, + "F": 0.004667724948376417, + "E": 1.2210360864628456e-06, + "T": 6.887396739330143e-05, + "P": 0.0023900631349533796, + "-": 0.9896253943443298 + }, + "id": "tp_29819" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3727394, + "label": "-", + "classification": { + "B": 5.9160846888062224e-08, + "S": 1.1834645485819806e-09, + "I": 2.1769882607713953e-07, + "C": 4.754004407914181e-07, + "R": 5.414189629959765e-08, + "M": 3.993258360424079e-06, + "O": 4.4989454295318865e-07, + "W": 9.916055754288777e-10, + "N": 4.691523836086731e-10, + "Y": 1.695829996606335e-05, + "U": 1.189258969080953e-10, + "K": 3.088875683010528e-11, + "L": 2.395655656073359e-07, + "G": 2.173057509935461e-05, + "F": 0.00019168033031746745, + "E": 3.6256346902519e-07, + "T": 8.307226380566135e-06, + "P": 0.002660550642758608, + "-": 0.997094988822937 + }, + "id": "tp_29820" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3727528, + "label": "-", + "classification": { + "B": 3.916282576010843e-11, + "S": 1.7541099866028032e-12, + "I": 5.251504231473803e-10, + "C": 1.1485680462275383e-10, + "R": 9.07504019848071e-12, + "M": 2.1203319100493445e-09, + "O": 7.0142633923353515e-09, + "W": 1.528232510157601e-12, + "N": 9.25986826279257e-13, + "Y": 1.8184316274982848e-08, + "U": 1.181272232944142e-14, + "K": 1.7892182670806986e-16, + "L": 9.730253408557488e-11, + "G": 1.2186108122591577e-08, + "F": 8.725150735244824e-08, + "E": 5.016908763422201e-11, + "T": 1.1765936847041303e-07, + "P": 0.0010902790818363428, + "-": 0.9989094734191895 + }, + "id": "tp_29821" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3727628, + "label": "-", + "classification": { + "B": 5.400685232359592e-09, + "S": 1.0161872410208161e-07, + "I": 7.4667190119726e-07, + "C": 1.690922181296628e-05, + "R": 1.150025354945683e-06, + "M": 1.7124342775787227e-05, + "O": 3.873415153066162e-06, + "W": 2.5326954755655606e-08, + "N": 1.6404262836999806e-08, + "Y": 2.847514406312257e-05, + "U": 2.467732906907827e-09, + "K": 1.3951563238023823e-09, + "L": 8.861065339260676e-07, + "G": 2.8516289603430778e-05, + "F": 0.0009075271082110703, + "E": 1.4688687599573313e-07, + "T": 0.00019158219220116735, + "P": 0.00298710516653955, + "-": 0.9958158135414124 + }, + "id": "tp_29822" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3727761, + "label": "-", + "classification": { + "B": 3.885503190304007e-07, + "S": 4.801233330908872e-07, + "I": 3.284182821516879e-05, + "C": 5.7973607908934355e-05, + "R": 5.383752977650147e-06, + "M": 2.254926585010253e-05, + "O": 1.3628607121063396e-05, + "W": 7.332192808462423e-07, + "N": 1.8617645309859654e-06, + "Y": 0.00017035979544743896, + "U": 6.18892215697997e-07, + "K": 1.1680183433782076e-06, + "L": 2.2510814687848324e-06, + "G": 6.036274862708524e-05, + "F": 0.005358114838600159, + "E": 2.6520288884057663e-05, + "T": 0.00024051724176388234, + "P": 0.06724204123020172, + "-": 0.9267621636390686 + }, + "id": "tp_29823" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3727895, + "label": "-", + "classification": { + "B": 0.00036260546767152846, + "S": 0.00041672377847135067, + "I": 0.001597551628947258, + "C": 0.07217711210250854, + "R": 0.014005602337419987, + "M": 0.02137822099030018, + "O": 0.008190442807972431, + "W": 0.00026636553229764104, + "N": 4.764007098856382e-05, + "Y": 0.026160838082432747, + "U": 1.3805325579596683e-05, + "K": 4.641192390408833e-06, + "L": 0.010256147012114525, + "G": 0.03903677687048912, + "F": 0.011081388220191002, + "E": 0.00043914953130297363, + "T": 0.03550927713513374, + "P": 0.0036858362145721912, + "-": 0.7553698420524597 + }, + "id": "tp_29824" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3728028, + "label": "-", + "classification": { + "B": 2.979219425469637e-05, + "S": 2.024641798925586e-05, + "I": 0.0007270518108271062, + "C": 0.008323278278112411, + "R": 0.0017587189795449376, + "M": 0.001385518698953092, + "O": 0.0002909954928327352, + "W": 3.304400888737291e-05, + "N": 2.1518886569538154e-05, + "Y": 0.005918283946812153, + "U": 1.995809179788921e-05, + "K": 1.3803222827846184e-05, + "L": 0.000377720280084759, + "G": 0.005592262838035822, + "F": 0.026468386873602867, + "E": 0.00042856988147832453, + "T": 0.0026475877966731787, + "P": 0.03269289806485176, + "-": 0.913250207901001 + }, + "id": "tp_29825" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3728128, + "label": "-", + "classification": { + "B": 1.601681276497402e-08, + "S": 3.961808658914379e-09, + "I": 1.484260820916461e-07, + "C": 1.8066864413412986e-06, + "R": 2.2316609715744562e-07, + "M": 2.133169437001925e-05, + "O": 2.848419399015256e-06, + "W": 3.705596718361903e-09, + "N": 8.149343422303446e-10, + "Y": 9.786616283236071e-05, + "U": 3.0008076579157716e-10, + "K": 6.870158608673904e-11, + "L": 9.767669553184533e-07, + "G": 2.8302489226916805e-05, + "F": 0.00011309265391901135, + "E": 1.656779318182089e-07, + "T": 5.976262764306739e-05, + "P": 0.0004893782315775752, + "-": 0.9991840720176697 + }, + "id": "tp_29826" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3728262, + "label": "-", + "classification": { + "B": 1.375136946535349e-07, + "S": 3.8134274404910684e-08, + "I": 8.333197456522612e-07, + "C": 3.3729708093233057e-07, + "R": 2.0697025604476949e-07, + "M": 1.1927622836083174e-05, + "O": 1.217070621351013e-05, + "W": 4.9480242125810037e-08, + "N": 1.1614003980753296e-08, + "Y": 3.195981480530463e-05, + "U": 1.5841605804922665e-09, + "K": 1.532373880563931e-11, + "L": 1.8263207266500103e-06, + "G": 7.750179065624252e-06, + "F": 2.298852996318601e-05, + "E": 2.5157055461022537e-07, + "T": 9.100103488890454e-05, + "P": 0.006935119163244963, + "-": 0.9928834438323975 + }, + "id": "tp_29827" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3728395, + "label": "-", + "classification": { + "B": 3.7378200534732287e-10, + "S": 1.8581217120505755e-10, + "I": 1.1828711876660236e-07, + "C": 3.9603941104360274e-07, + "R": 3.4998937081809345e-08, + "M": 5.412138079918805e-07, + "O": 1.0815814022180348e-07, + "W": 4.1119474492035124e-10, + "N": 4.403489239912517e-10, + "Y": 1.7331309209112078e-05, + "U": 1.5013125465035415e-10, + "K": 6.985707845519329e-11, + "L": 1.1147183620607848e-08, + "G": 1.8393908476355136e-06, + "F": 3.708409349201247e-05, + "E": 1.738269439499618e-08, + "T": 9.710927770356648e-06, + "P": 0.0013380596647039056, + "-": 0.9985948204994202 + }, + "id": "tp_29828" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3728529, + "label": "-", + "classification": { + "B": 1.0631334390609481e-07, + "S": 7.822393399692373e-08, + "I": 1.0435345757286996e-05, + "C": 1.635443913983181e-05, + "R": 1.09580980733881e-06, + "M": 2.1477269456227077e-06, + "O": 2.712137302296469e-06, + "W": 3.443365059752068e-08, + "N": 4.1420139496040065e-07, + "Y": 3.342633863212541e-05, + "U": 2.3984428665357882e-08, + "K": 2.761433393061452e-08, + "L": 2.9999202411090664e-07, + "G": 3.240996738895774e-05, + "F": 0.0012207302497699857, + "E": 6.984305400692392e-06, + "T": 3.675922562251799e-05, + "P": 0.06848061084747314, + "-": 0.930155336856842 + }, + "id": "tp_29829" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3728629, + "label": "-", + "classification": { + "B": 3.4463530482753413e-06, + "S": 2.730653250182513e-06, + "I": 0.00033956445986405015, + "C": 0.0007827438530512154, + "R": 8.020897075766698e-05, + "M": 0.000226317803026177, + "O": 7.262764120241627e-05, + "W": 1.5944674487400334e-06, + "N": 1.0644821486494038e-05, + "Y": 0.001251955982297659, + "U": 1.6485804508192814e-06, + "K": 2.493065665021277e-07, + "L": 4.151364555582404e-05, + "G": 0.0015643235528841615, + "F": 0.002648826688528061, + "E": 7.981965609360486e-05, + "T": 0.0020365857053548098, + "P": 0.04974406212568283, + "-": 0.9411110877990723 + }, + "id": "tp_29830" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3728762, + "label": "-", + "classification": { + "B": 2.057596901750003e-07, + "S": 4.78968900097243e-07, + "I": 0.001069120829924941, + "C": 0.009865673258900642, + "R": 0.0013387227663770318, + "M": 0.0009295958443544805, + "O": 5.447642979561351e-05, + "W": 7.378959026027587e-07, + "N": 1.7715608464641264e-06, + "Y": 0.007746277377009392, + "U": 5.920673515902308e-07, + "K": 2.5601284647791545e-08, + "L": 0.00010147850844077766, + "G": 0.00205884943716228, + "F": 0.0013903611106798053, + "E": 2.4357350412174128e-05, + "T": 0.007719780318439007, + "P": 0.0069365110248327255, + "-": 0.9607610106468201 + }, + "id": "tp_29831" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3728896, + "label": "-", + "classification": { + "B": 3.6300400552136125e-06, + "S": 2.0066570414201124e-06, + "I": 0.0005313404835760593, + "C": 0.001355086686089635, + "R": 0.00012789011816494167, + "M": 0.0003130041004624218, + "O": 7.77520690462552e-05, + "W": 4.689715751737822e-06, + "N": 2.0539722754620016e-05, + "Y": 0.0036534257233142853, + "U": 1.1622266356425826e-05, + "K": 5.4483166422869544e-06, + "L": 6.655016477452591e-05, + "G": 0.0013675668742507696, + "F": 0.017035437747836113, + "E": 0.00047533801989629865, + "T": 0.001350710866972804, + "P": 0.09900756925344467, + "-": 0.8745903372764587 + }, + "id": "tp_29832" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3729029, + "label": "-", + "classification": { + "B": 1.7395781469531357e-05, + "S": 9.855164080363465e-07, + "I": 2.665572765181423e-06, + "C": 0.0005052241031080484, + "R": 0.00011628179345279932, + "M": 0.001392901293002069, + "O": 0.0001935118343681097, + "W": 3.8140041169754113e-07, + "N": 1.2271090810145324e-08, + "Y": 0.00029949325835332274, + "U": 9.550412016778864e-09, + "K": 5.1624333280431145e-11, + "L": 0.0012918728170916438, + "G": 0.004796994850039482, + "F": 0.0014882344985380769, + "E": 3.0926316867407877e-06, + "T": 0.0006481980090029538, + "P": 0.0016646308358758688, + "-": 0.9875779747962952 + }, + "id": "tp_29833" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3729129, + "label": "-", + "classification": { + "B": 2.6765343275059195e-09, + "S": 1.03668562623227e-09, + "I": 1.5985503409865487e-07, + "C": 2.4433069256701856e-07, + "R": 5.221624732598684e-08, + "M": 2.7538528684090124e-06, + "O": 4.2991851501028577e-07, + "W": 1.2392484816103888e-09, + "N": 4.615099691296365e-10, + "Y": 3.4744680306175724e-05, + "U": 5.993960189298875e-11, + "K": 6.01338076555713e-11, + "L": 5.8796832291818646e-08, + "G": 5.475186753756134e-06, + "F": 0.0001526906999060884, + "E": 1.2544555261229107e-07, + "T": 8.534168046026025e-06, + "P": 0.0012473154347389936, + "-": 0.998547375202179 + }, + "id": "tp_29834" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3729263, + "label": "-", + "classification": { + "B": 1.9004526166099822e-06, + "S": 3.8879643398104236e-06, + "I": 2.237555690953741e-06, + "C": 4.49283425041358e-06, + "R": 1.905436192828347e-06, + "M": 0.0004067307454533875, + "O": 0.0001398599852109328, + "W": 1.2950731616001576e-06, + "N": 1.3383314012571645e-07, + "Y": 0.00030609293025918305, + "U": 1.828074580600969e-08, + "K": 2.8222435943803248e-08, + "L": 1.9079245248576626e-05, + "G": 0.00015503856411669403, + "F": 0.002976382849738002, + "E": 5.05676962347934e-06, + "T": 0.000364867621101439, + "P": 0.0017797709442675114, + "-": 0.9938312768936157 + }, + "id": "tp_29835" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3729396, + "label": "-", + "classification": { + "B": 1.1884721651256314e-08, + "S": 4.031836198237215e-09, + "I": 7.834310963517055e-06, + "C": 1.67323014466092e-05, + "R": 1.640147957004956e-06, + "M": 0.0001134971171268262, + "O": 2.328223217773484e-06, + "W": 9.114923038566758e-09, + "N": 2.8085096914765018e-08, + "Y": 0.0007154573104344308, + "U": 1.4483574339863026e-08, + "K": 7.176507721418091e-10, + "L": 1.4266182688515983e-06, + "G": 8.387640991713852e-05, + "F": 0.00018666524556465447, + "E": 1.4423299035115633e-06, + "T": 0.0009244998800568283, + "P": 0.00685729319229722, + "-": 0.9910872578620911 + }, + "id": "tp_29836" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3729530, + "label": "-", + "classification": { + "B": 1.5259257191146958e-09, + "S": 7.281155123273209e-10, + "I": 5.405930778579204e-07, + "C": 2.921929808508139e-05, + "R": 5.687583666258433e-07, + "M": 4.219680249661906e-06, + "O": 5.543663519347319e-07, + "W": 1.5125872776522442e-09, + "N": 4.960472033133101e-09, + "Y": 0.00012722471728920937, + "U": 1.602658672439361e-09, + "K": 3.817862470611999e-09, + "L": 1.644094993480394e-07, + "G": 5.283866994432174e-05, + "F": 0.0007422735798172653, + "E": 6.075455871723534e-07, + "T": 2.3827862605685368e-05, + "P": 0.0023727454245090485, + "-": 0.9966451525688171 + }, + "id": "tp_29837" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3729630, + "label": "-", + "classification": { + "B": 0.0001041655195876956, + "S": 5.8705891206045635e-06, + "I": 0.0019383507315069437, + "C": 0.007753107696771622, + "R": 0.0021914499811828136, + "M": 0.015543649904429913, + "O": 0.0009462451562285423, + "W": 2.2610043743043207e-05, + "N": 9.767659321369138e-06, + "Y": 0.005719092208892107, + "U": 9.253056305169594e-06, + "K": 5.370268496562858e-08, + "L": 0.0024699773639440536, + "G": 0.006519702263176441, + "F": 0.0010973396711051464, + "E": 0.00024434569058939815, + "T": 0.005629982799291611, + "P": 0.01701628416776657, + "-": 0.9327787756919861 + }, + "id": "tp_29838" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3729763, + "label": "-", + "classification": { + "B": 2.6902693397654054e-13, + "S": 1.1464079468712085e-12, + "I": 3.699039741178467e-09, + "C": 1.6906523114812444e-07, + "R": 1.8863859363449365e-09, + "M": 3.7715025769102795e-08, + "O": 1.2134440119382361e-09, + "W": 2.36401545040954e-12, + "N": 6.975821829902085e-12, + "Y": 2.7773642159445444e-06, + "U": 1.4241258996725015e-12, + "K": 5.498388636754337e-12, + "L": 1.9564784514702893e-10, + "G": 3.1903962849355594e-07, + "F": 0.00013168326404411346, + "E": 3.915887170080623e-09, + "T": 4.3598103616204753e-07, + "P": 0.0005995481042191386, + "-": 0.9992650151252747 + }, + "id": "tp_29839" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3729897, + "label": "-", + "classification": { + "B": 7.876284624508401e-10, + "S": 8.083052005503077e-10, + "I": 4.214334410335141e-07, + "C": 1.3826027497998439e-05, + "R": 1.165890921583923e-06, + "M": 9.049395885085687e-06, + "O": 7.362620522144425e-07, + "W": 2.233842222310045e-09, + "N": 1.8351232755620117e-09, + "Y": 8.962150604929775e-05, + "U": 9.728324812385836e-10, + "K": 1.9112048055269781e-10, + "L": 3.6457626606534177e-07, + "G": 2.140136894013267e-05, + "F": 0.00031707470770925283, + "E": 1.6068295849436254e-07, + "T": 4.130733577767387e-05, + "P": 0.0012888689525425434, + "-": 0.9982158541679382 + }, + "id": "tp_29840" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3730030, + "label": "-", + "classification": { + "B": 0.0025501579511910677, + "S": 0.0003814119263552129, + "I": 0.0022652260959148407, + "C": 0.0037539307959377766, + "R": 0.0008256611763499677, + "M": 0.012341353110969067, + "O": 0.0040474459528923035, + "W": 0.00024396480876021087, + "N": 0.0003939324524253607, + "Y": 0.009642358869314194, + "U": 0.00012081291788490489, + "K": 8.354846795555204e-05, + "L": 0.0022379858419299126, + "G": 0.01634836383163929, + "F": 0.018224172294139862, + "E": 0.004035353194922209, + "T": 0.010031468234956264, + "P": 0.11016517877578735, + "-": 0.8023078441619873 + }, + "id": "tp_29841" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3730130, + "label": "-", + "classification": { + "B": 0.0003120683250017464, + "S": 0.00014019242371432483, + "I": 0.00026069360319525003, + "C": 0.0007807621732354164, + "R": 0.00021135805582161993, + "M": 0.004531351383775473, + "O": 0.0010579389054328203, + "W": 3.69474983017426e-05, + "N": 2.2869573513162322e-05, + "Y": 0.007611978333443403, + "U": 6.42729446553858e-06, + "K": 8.801866897556465e-06, + "L": 0.0007870602421462536, + "G": 0.009178332053124905, + "F": 0.03449852019548416, + "E": 0.0006588585674762726, + "T": 0.004544150084257126, + "P": 0.023280387744307518, + "-": 0.9120712876319885 + }, + "id": "tp_29842" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3730264, + "label": "-", + "classification": { + "B": 9.789480100153014e-05, + "S": 0.00011157857079524547, + "I": 0.003679067362099886, + "C": 0.0043216184712946415, + "R": 0.0010289436904713511, + "M": 0.011346048675477505, + "O": 0.0016779826255515218, + "W": 0.0001167801019619219, + "N": 0.00034198490902781487, + "Y": 0.02011742629110813, + "U": 4.5056629460304976e-05, + "K": 4.00936150981579e-05, + "L": 0.0006843955488875508, + "G": 0.0072484626434743404, + "F": 0.009604984894394875, + "E": 0.00303880637511611, + "T": 0.015146485529839993, + "P": 0.06210324540734291, + "-": 0.8592491745948792 + }, + "id": "tp_29843" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3730397, + "label": "-", + "classification": { + "B": 1.1676581834763056e-06, + "S": 1.4296456640749966e-07, + "I": 1.416031068401935e-06, + "C": 2.070988330160617e-06, + "R": 6.149654154796735e-07, + "M": 1.3101950571581256e-05, + "O": 1.3691837921214756e-05, + "W": 1.3506831919585238e-07, + "N": 1.906832380882406e-08, + "Y": 2.924506952695083e-05, + "U": 3.9476755198109e-09, + "K": 6.253401130251746e-10, + "L": 2.643940888447105e-06, + "G": 3.919899609172717e-05, + "F": 0.0006532119587063789, + "E": 8.872170838003512e-07, + "T": 3.5204535379307345e-05, + "P": 0.0096271438524127, + "-": 0.9895802140235901 + }, + "id": "tp_29844" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3730531, + "label": "-", + "classification": { + "B": 9.492296726421046e-07, + "S": 2.534562781875138e-07, + "I": 3.540623083608807e-06, + "C": 1.1425282053778574e-07, + "R": 1.748908395882154e-08, + "M": 1.5138783965085167e-05, + "O": 6.753155048500048e-06, + "W": 2.953683342354907e-08, + "N": 1.0698007457676795e-07, + "Y": 3.6356213968247175e-05, + "U": 7.825687320384134e-10, + "K": 7.31429306011222e-10, + "L": 4.047250854455342e-07, + "G": 3.0074981623329222e-05, + "F": 0.0003339483810123056, + "E": 1.0277210094500333e-05, + "T": 4.249073754181154e-05, + "P": 0.0483131967484951, + "-": 0.9512062668800354 + }, + "id": "tp_29845" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3730631, + "label": "P", + "classification": { + "B": 0.00050925969844684, + "S": 0.00037173356395214796, + "I": 0.0013310140930116177, + "C": 0.00017988542094826698, + "R": 6.073146141716279e-05, + "M": 0.0003890931839123368, + "O": 0.0005639739101752639, + "W": 0.00011719732719939202, + "N": 0.0005570075009018183, + "Y": 0.0007891511777415872, + "U": 3.136364830425009e-05, + "K": 8.873548358678818e-05, + "L": 7.748050848022103e-05, + "G": 0.001028748112730682, + "F": 0.010951708070933819, + "E": 0.003156590973958373, + "T": 0.001420257380232215, + "P": 0.6277005672454834, + "-": 0.350675493478775 + }, + "id": "tp_29846" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3730764, + "label": "-", + "classification": { + "B": 3.360665701279686e-08, + "S": 9.915482657163466e-09, + "I": 1.4113934412307572e-05, + "C": 7.539177659054985e-06, + "R": 1.57464313588207e-07, + "M": 1.156246980826836e-05, + "O": 1.8751969719232875e-06, + "W": 2.3281360839177978e-08, + "N": 1.6127705748658627e-07, + "Y": 2.2180251107783988e-05, + "U": 6.332475432913043e-09, + "K": 8.781849913930273e-09, + "L": 2.4569260403950466e-07, + "G": 4.140857345191762e-05, + "F": 0.0007591594476252794, + "E": 2.7592686819843948e-05, + "T": 1.4537176866724622e-05, + "P": 0.08585114777088165, + "-": 0.9132482409477234 + }, + "id": "tp_29847" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3730898, + "label": "-", + "classification": { + "B": 2.1101486780139567e-08, + "S": 7.126324419459706e-08, + "I": 1.4423227412407869e-06, + "C": 6.51994560030289e-05, + "R": 8.510406587447505e-06, + "M": 4.547087155515328e-05, + "O": 1.3765175026492216e-05, + "W": 3.321028074765309e-08, + "N": 1.9223898917175575e-08, + "Y": 0.0005688359960913658, + "U": 3.431515738228086e-09, + "K": 5.270639480414729e-09, + "L": 1.0897637366724666e-05, + "G": 0.0006561163463629782, + "F": 0.00464886287227273, + "E": 9.339550501863414e-07, + "T": 0.00019284772861283273, + "P": 0.0009261468076147139, + "-": 0.9928608536720276 + }, + "id": "tp_29848" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3731031, + "label": "-", + "classification": { + "B": 7.753059350079639e-08, + "S": 1.1957068579704355e-07, + "I": 1.4287543308455497e-05, + "C": 1.30184071167605e-06, + "R": 1.048343776233196e-07, + "M": 4.566194093058584e-06, + "O": 2.841356035787612e-06, + "W": 1.1828081625253617e-07, + "N": 8.169903367161169e-07, + "Y": 6.678646604996175e-05, + "U": 2.4459914982344344e-08, + "K": 4.979870027455036e-07, + "L": 7.401055768241349e-08, + "G": 1.7183159798150882e-05, + "F": 0.0017273409757763147, + "E": 2.291818782396149e-05, + "T": 3.928285514120944e-05, + "P": 0.1477440744638443, + "-": 0.8503576517105103 + }, + "id": "tp_29849" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3731131, + "label": "-", + "classification": { + "B": 1.717463078421133e-07, + "S": 3.492730016319001e-08, + "I": 0.00011602559970924631, + "C": 4.174416608293541e-05, + "R": 2.141872755601071e-06, + "M": 2.3775992303853855e-05, + "O": 2.3943543965287972e-06, + "W": 4.5426414629901046e-08, + "N": 1.7079039480449865e-06, + "Y": 0.0001932092709466815, + "U": 1.1691479073761002e-07, + "K": 3.1268422162611387e-07, + "L": 4.872829890700814e-07, + "G": 0.00013169132580514997, + "F": 0.00139407638926059, + "E": 0.0001237219839822501, + "T": 8.549221092835069e-05, + "P": 0.18684226274490356, + "-": 0.8110405802726746 + }, + "id": "tp_29850" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3731265, + "label": "P", + "classification": { + "B": 5.498393754188591e-11, + "S": 1.882353301008166e-10, + "I": 2.1506687062355923e-06, + "C": 2.136721732881597e-08, + "R": 5.905053113153258e-10, + "M": 3.24173909937997e-09, + "O": 7.1133130497003094e-09, + "W": 2.616820371503792e-10, + "N": 1.1016648215900204e-07, + "Y": 5.869589472240477e-07, + "U": 1.4791931568503003e-10, + "K": 2.628027218065654e-08, + "L": 1.9301470144394983e-11, + "G": 1.5235092121201887e-07, + "F": 0.0001421842898707837, + "E": 4.106296728423331e-06, + "T": 2.442018001147517e-07, + "P": 0.8036279082298279, + "-": 0.1962224692106247 + }, + "id": "tp_29851" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3731398, + "label": "-", + "classification": { + "B": 0.002580475527793169, + "S": 0.0018630194244906306, + "I": 0.003962656017392874, + "C": 0.0058221775107085705, + "R": 0.002163870958611369, + "M": 0.008910434320569038, + "O": 0.005491485819220543, + "W": 0.0010340611916035414, + "N": 0.00132151844445616, + "Y": 0.023378321900963783, + "U": 0.00045921889250166714, + "K": 0.0041773878037929535, + "L": 0.0019353345269337296, + "G": 0.0236214529722929, + "F": 0.10379587113857269, + "E": 0.011397878639400005, + "T": 0.013690188527107239, + "P": 0.09681485593318939, + "-": 0.6875797510147095 + }, + "id": "tp_29852" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3731532, + "label": "-", + "classification": { + "B": 0.0003126839583273977, + "S": 0.00019422228797338903, + "I": 0.0008396150078624487, + "C": 0.004902777262032032, + "R": 0.000579843414016068, + "M": 0.001802523504011333, + "O": 0.0007725625182501972, + "W": 9.282857354264706e-05, + "N": 0.00010212993947789073, + "Y": 0.0011609267676249146, + "U": 3.7536265153903514e-05, + "K": 2.674069764907472e-05, + "L": 0.00038891180884093046, + "G": 0.002939188852906227, + "F": 0.019703900441527367, + "E": 0.0010711820796132088, + "T": 0.003391719190403819, + "P": 0.09578745067119598, + "-": 0.8658931851387024 + }, + "id": "tp_29853" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3731632, + "label": "-", + "classification": { + "B": 1.1605739018705208e-05, + "S": 8.923197310650721e-05, + "I": 0.00031340771238319576, + "C": 0.00558992987498641, + "R": 0.0007425622898153961, + "M": 0.0013174419291317463, + "O": 0.0007417890592478216, + "W": 4.0459555748384446e-05, + "N": 4.397564407554455e-05, + "Y": 0.005691983737051487, + "U": 1.0181232028116938e-05, + "K": 3.297589864814654e-05, + "L": 0.00034981718636117876, + "G": 0.007677495013922453, + "F": 0.0472828634083271, + "E": 0.00033099771826528013, + "T": 0.0045759957283735275, + "P": 0.03332408145070076, + "-": 0.8918331861495972 + }, + "id": "tp_29854" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3731765, + "label": "-", + "classification": { + "B": 0.0013929300475865602, + "S": 5.8797089877771214e-05, + "I": 0.0027897804975509644, + "C": 0.007031707558780909, + "R": 0.0012104578781872988, + "M": 0.0023996271193027496, + "O": 0.0010831073159351945, + "W": 0.00012081788736395538, + "N": 0.00018657647888176143, + "Y": 0.0030298987403512, + "U": 0.00011295087460894138, + "K": 7.381656814686721e-06, + "L": 0.0014837437774986029, + "G": 0.008060873486101627, + "F": 0.00735225947573781, + "E": 0.0023645961191505194, + "T": 0.003573306603357196, + "P": 0.24751503765583038, + "-": 0.7102260589599609 + }, + "id": "tp_29855" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3731899, + "label": "-", + "classification": { + "B": 8.562248865473521e-08, + "S": 3.519440028298959e-08, + "I": 2.9907380394433858e-06, + "C": 2.1528181605390273e-05, + "R": 1.5981634078343632e-06, + "M": 0.00011398208152968436, + "O": 5.6197118283307645e-06, + "W": 2.6453319534880393e-08, + "N": 4.48670576247423e-08, + "Y": 0.0013307890621945262, + "U": 1.3149630717634864e-08, + "K": 2.5345416432287493e-08, + "L": 2.160233179893112e-06, + "G": 0.00020969193428754807, + "F": 0.0008900253451429307, + "E": 7.340174761338858e-06, + "T": 0.00028130909777246416, + "P": 0.002169349230825901, + "-": 0.9949634075164795 + }, + "id": "tp_29856" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3732032, + "label": "-", + "classification": { + "B": 9.447357115277555e-06, + "S": 1.2971429441677174e-06, + "I": 0.0012442008592188358, + "C": 0.0005722813657484949, + "R": 0.0001372455881210044, + "M": 0.0001683975278865546, + "O": 9.198147745337337e-05, + "W": 5.4284419093164615e-06, + "N": 1.796901415218599e-05, + "Y": 0.001116918632760644, + "U": 6.433659564208938e-06, + "K": 8.685630632498942e-07, + "L": 3.7198697100393474e-05, + "G": 0.0007518038619309664, + "F": 0.0012403278378769755, + "E": 0.00016432035772595555, + "T": 0.000654958130326122, + "P": 0.11607373505830765, + "-": 0.8777052164077759 + }, + "id": "tp_29857" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3732132, + "label": "-", + "classification": { + "B": 5.67555689945376e-11, + "S": 1.232344434831667e-11, + "I": 3.044833363219368e-07, + "C": 6.307648448000691e-08, + "R": 2.1401114214114614e-10, + "M": 1.336268695695253e-08, + "O": 1.688588935344626e-09, + "W": 2.0282185653197615e-11, + "N": 2.9120716948938252e-09, + "Y": 2.6327501245759777e-07, + "U": 1.0411109474528502e-10, + "K": 1.1438582303568978e-09, + "L": 9.46724434958135e-11, + "G": 1.0965550956143488e-07, + "F": 6.175607268232852e-05, + "E": 1.8062308981825481e-06, + "T": 5.765110699940124e-07, + "P": 0.34318357706069946, + "-": 0.6567515134811401 + }, + "id": "tp_29858" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3732266, + "label": "-", + "classification": { + "B": 1.8979587821377208e-06, + "S": 1.643767063796986e-06, + "I": 0.00014541653217747808, + "C": 0.0004678690747823566, + "R": 4.004794027423486e-05, + "M": 0.00036498892586678267, + "O": 3.967600059695542e-05, + "W": 1.4675003967568045e-06, + "N": 5.174378202355001e-06, + "Y": 0.0009153363644145429, + "U": 7.526194849560852e-07, + "K": 2.0711343040602515e-06, + "L": 1.3091420441924129e-05, + "G": 0.000621787563432008, + "F": 0.010636568069458008, + "E": 0.0001980952947633341, + "T": 0.0005241187172941864, + "P": 0.06788720935583115, + "-": 0.9181327223777771 + }, + "id": "tp_29859" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3732399, + "label": "-", + "classification": { + "B": 1.0839841706911102e-05, + "S": 2.529286030039657e-05, + "I": 0.0001515350304543972, + "C": 0.007376513909548521, + "R": 0.0014565965393558145, + "M": 0.007523545064032078, + "O": 0.0015166203957051039, + "W": 3.32964955305215e-05, + "N": 1.2052040801791009e-05, + "Y": 0.015608442015945911, + "U": 8.617650564701762e-06, + "K": 1.0670685696823057e-05, + "L": 0.0012124542845413089, + "G": 0.013582865707576275, + "F": 0.0298631452023983, + "E": 0.00010584986011963338, + "T": 0.007373499684035778, + "P": 0.005585576873272657, + "-": 0.9085424542427063 + }, + "id": "tp_29860" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3732533, + "label": "-", + "classification": { + "B": 0.00021339708473533392, + "S": 2.7088549359177705e-06, + "I": 0.0001443576766178012, + "C": 7.05308630131185e-05, + "R": 6.905393547640415e-06, + "M": 0.0012109101517125964, + "O": 0.00013764081813860685, + "W": 2.6182135570707032e-06, + "N": 5.246872206043918e-06, + "Y": 0.00120948301628232, + "U": 4.0457760519529984e-07, + "K": 1.074213002993929e-07, + "L": 5.931398118264042e-05, + "G": 0.0018044685712084174, + "F": 0.0021485104225575924, + "E": 0.0007585913990624249, + "T": 0.0005698504392057657, + "P": 0.15378856658935547, + "-": 0.8378664255142212 + }, + "id": "tp_29861" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3732633, + "label": "-", + "classification": { + "B": 1.262172190763522e-06, + "S": 4.01416357931339e-08, + "I": 4.257368345861323e-05, + "C": 7.651538908248767e-06, + "R": 5.383516850088199e-07, + "M": 1.3197067346482072e-05, + "O": 3.7044380860606907e-06, + "W": 2.8902846338496602e-08, + "N": 6.324486321318545e-07, + "Y": 6.151624256744981e-05, + "U": 2.631980500211739e-08, + "K": 9.270700651597963e-09, + "L": 1.137988647315069e-06, + "G": 0.0001767395733622834, + "F": 0.0008886803407222033, + "E": 6.46558910375461e-05, + "T": 7.536725024692714e-05, + "P": 0.2080920934677124, + "-": 0.790570080280304 + }, + "id": "tp_29862" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3732766, + "label": "-", + "classification": { + "B": 4.883257531673735e-08, + "S": 2.0260769062474537e-08, + "I": 2.531921381887514e-05, + "C": 2.1000558263040148e-05, + "R": 7.817848199920263e-07, + "M": 5.827024779136991e-06, + "O": 1.9695874016179005e-06, + "W": 4.053493185551815e-08, + "N": 7.800585422046424e-07, + "Y": 0.00011226546484977007, + "U": 8.553791985832504e-08, + "K": 2.50550158398255e-07, + "L": 1.901460962017154e-07, + "G": 3.134737198706716e-05, + "F": 0.0005841591628268361, + "E": 2.2762566004530527e-05, + "T": 6.350527837639675e-05, + "P": 0.07065287232398987, + "-": 0.9284767508506775 + }, + "id": "tp_29863" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3732900, + "label": "-", + "classification": { + "B": 2.3771529811256187e-07, + "S": 9.205037621029533e-09, + "I": 5.65049413125962e-06, + "C": 3.484652779661701e-06, + "R": 5.25414698415716e-08, + "M": 9.218106242769863e-06, + "O": 1.160450892712106e-06, + "W": 1.1488721085584075e-08, + "N": 1.738324897360144e-07, + "Y": 5.39711290912237e-05, + "U": 1.4793906544241509e-08, + "K": 1.3054300040948874e-07, + "L": 1.427724072300407e-07, + "G": 8.074133802438155e-05, + "F": 0.0016374231781810522, + "E": 6.427010521292686e-05, + "T": 2.2161813831189647e-05, + "P": 0.10166342556476593, + "-": 0.8964577913284302 + }, + "id": "tp_29864" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3733033, + "label": "-", + "classification": { + "B": 1.302095938626735e-06, + "S": 2.0879808744211914e-06, + "I": 0.0007689172634854913, + "C": 0.0004067143308930099, + "R": 3.2616571843391284e-05, + "M": 0.00010890131670748815, + "O": 5.339700510376133e-05, + "W": 2.906883310060948e-06, + "N": 3.7284618883859366e-05, + "Y": 0.0004750369698740542, + "U": 3.446092250669608e-06, + "K": 3.9578576433996204e-06, + "L": 1.0228512110188603e-05, + "G": 0.00038599740946665406, + "F": 0.003255035262554884, + "E": 0.00026213587261736393, + "T": 0.0006875965045765042, + "P": 0.209220290184021, + "-": 0.7842821478843689 + }, + "id": "tp_29865" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3733133, + "label": "-", + "classification": { + "B": 3.0395959527140803e-08, + "S": 3.856778718613896e-08, + "I": 6.332196790026501e-05, + "C": 4.9836871767183766e-05, + "R": 4.212064141029259e-06, + "M": 4.797686051460914e-05, + "O": 5.694532774214167e-06, + "W": 9.193950489816416e-08, + "N": 1.248186777047522e-06, + "Y": 0.0007838444435037673, + "U": 1.0847821840798133e-07, + "K": 8.824605401969166e-07, + "L": 4.75826624324327e-07, + "G": 0.00014763431681785733, + "F": 0.0010374056873843074, + "E": 4.0966162487166e-05, + "T": 0.00017182648298330605, + "P": 0.02262047305703163, + "-": 0.9750238656997681 + }, + "id": "tp_29866" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3733267, + "label": "-", + "classification": { + "B": 6.955480102988076e-08, + "S": 1.0240433567787477e-07, + "I": 4.751116648549214e-06, + "C": 9.598983524483629e-06, + "R": 1.2529892501333961e-06, + "M": 2.1312469471013173e-05, + "O": 6.412047241610708e-06, + "W": 5.257516733081502e-08, + "N": 1.5828388200134214e-07, + "Y": 0.00026833033189177513, + "U": 2.740386584321186e-08, + "K": 6.854675405065791e-08, + "L": 5.819316015731602e-07, + "G": 6.462883175117895e-05, + "F": 0.0007278670091181993, + "E": 2.1596342776319943e-06, + "T": 0.00020869943546131253, + "P": 0.010966833680868149, + "-": 0.9877170920372009 + }, + "id": "tp_29867" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3733400, + "label": "P", + "classification": { + "B": 2.435478663187496e-08, + "S": 7.550782754606189e-08, + "I": 0.00045149619108997285, + "C": 3.0609396617364837e-06, + "R": 2.3451777053651313e-07, + "M": 1.4147750562187866e-06, + "O": 5.591662670667574e-07, + "W": 5.23636281002382e-08, + "N": 3.010283035109751e-05, + "Y": 9.454127393837553e-06, + "U": 3.111912860731536e-08, + "K": 2.8347940315143205e-06, + "L": 2.4133521847602424e-08, + "G": 8.826050361676607e-06, + "F": 0.0006812430219724774, + "E": 0.000436959759099409, + "T": 4.594896381604485e-06, + "P": 0.9540421366691589, + "-": 0.04432687908411026 + }, + "id": "tp_29868" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3733500, + "label": "-", + "classification": { + "B": 5.931947725912323e-06, + "S": 3.993881819042144e-06, + "I": 0.00030669168336316943, + "C": 0.002179986797273159, + "R": 0.00013704142475035042, + "M": 0.00023477972717955709, + "O": 9.985476935980842e-05, + "W": 8.493218047078699e-06, + "N": 1.771411916706711e-05, + "Y": 0.0006357102538459003, + "U": 1.1704879398166668e-05, + "K": 8.642035027150996e-06, + "L": 4.9076261348091066e-05, + "G": 0.0009869764326140285, + "F": 0.01276224572211504, + "E": 0.0002966778993140906, + "T": 0.0006618708721362054, + "P": 0.1328548938035965, + "-": 0.8487377166748047 + }, + "id": "tp_29869" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3733634, + "label": "-", + "classification": { + "B": 5.907223112444626e-06, + "S": 2.756057028818759e-06, + "I": 0.00013083062367513776, + "C": 8.686488581588492e-05, + "R": 8.761328899709042e-06, + "M": 0.0001437996979802847, + "O": 3.575026130420156e-05, + "W": 2.6593077109282603e-06, + "N": 1.4155591088638175e-05, + "Y": 0.000657362979836762, + "U": 1.3538277698899037e-06, + "K": 8.853620784066152e-06, + "L": 6.020120508765103e-06, + "G": 0.0003530938702169806, + "F": 0.011206332594156265, + "E": 0.00036945700412616134, + "T": 0.0004965716507285833, + "P": 0.2793624997138977, + "-": 0.7071070075035095 + }, + "id": "tp_29870" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3733767, + "label": "-", + "classification": { + "B": 2.8154574465588666e-05, + "S": 2.8861131795565598e-05, + "I": 0.0007415765430778265, + "C": 0.0007626150618307292, + "R": 9.337854135083035e-05, + "M": 0.0006010259385220706, + "O": 0.00024977215798571706, + "W": 2.4345266865566373e-05, + "N": 9.150111145572737e-05, + "Y": 0.005418914835900068, + "U": 1.7212680177181028e-05, + "K": 2.899399260058999e-05, + "L": 6.30875802016817e-05, + "G": 0.00150010094512254, + "F": 0.012590166181325912, + "E": 0.0006450429209508002, + "T": 0.0030594761483371258, + "P": 0.1116010770201683, + "-": 0.8624548316001892 + }, + "id": "tp_29871" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3733901, + "label": "-", + "classification": { + "B": 1.9929084373870865e-06, + "S": 5.284362032398349e-06, + "I": 8.96788333193399e-05, + "C": 0.0008697136654518545, + "R": 0.00014262384502217174, + "M": 0.001613448839634657, + "O": 0.00022240412363316864, + "W": 2.7365435926185455e-06, + "N": 3.3810592867666855e-06, + "Y": 0.011653060093522072, + "U": 6.713720495099551e-07, + "K": 2.131976316377404e-06, + "L": 0.0001181877960334532, + "G": 0.003882825141772628, + "F": 0.009263675659894943, + "E": 0.00012175784650025889, + "T": 0.002911261050030589, + "P": 0.006238090805709362, + "-": 0.9628570675849915 + }, + "id": "tp_29872" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3734001, + "label": "-", + "classification": { + "B": 0.0005697146407328546, + "S": 0.00013126424164511263, + "I": 0.0018443763256072998, + "C": 0.0006516367429867387, + "R": 0.0001264001475647092, + "M": 0.0016829029191285372, + "O": 0.0009001673897728324, + "W": 5.465018693939783e-05, + "N": 0.00016664258146192878, + "Y": 0.0016393907135352492, + "U": 1.972531754290685e-05, + "K": 2.7842968393088086e-06, + "L": 0.0004223520518280566, + "G": 0.002565780421718955, + "F": 0.006529462989419699, + "E": 0.0010015753796324134, + "T": 0.00368902157060802, + "P": 0.2622477114200592, + "-": 0.7157543897628784 + }, + "id": "tp_29873" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3734134, + "label": "-", + "classification": { + "B": 3.175301799274166e-07, + "S": 1.4674348847165675e-07, + "I": 9.238791972165927e-05, + "C": 4.747439015773125e-05, + "R": 3.140040234939079e-06, + "M": 1.681474532233551e-05, + "O": 4.366516805021092e-06, + "W": 2.227521491704465e-07, + "N": 2.664536395968753e-06, + "Y": 0.0001966646232176572, + "U": 2.905933911279135e-07, + "K": 5.123321216160548e-07, + "L": 6.891887665005925e-07, + "G": 6.287505675572902e-05, + "F": 0.001220816862769425, + "E": 0.00010612296318868175, + "T": 0.0001154849014710635, + "P": 0.14586059749126434, + "-": 0.8522684574127197 + }, + "id": "tp_29874" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3734268, + "label": "-", + "classification": { + "B": 4.997326286115822e-08, + "S": 1.4363860323385325e-08, + "I": 4.174447440163931e-06, + "C": 3.8851521821925417e-05, + "R": 1.1870087064380641e-06, + "M": 1.0530802683206275e-05, + "O": 1.8738170410870225e-06, + "W": 1.890320788788813e-08, + "N": 9.266230449611612e-08, + "Y": 0.00012638740008696914, + "U": 9.842308301699632e-09, + "K": 5.8005614533840344e-08, + "L": 2.740938498391188e-07, + "G": 9.06355562619865e-05, + "F": 0.003108543111011386, + "E": 9.599265467841178e-06, + "T": 1.890981729957275e-05, + "P": 0.02069111354649067, + "-": 0.9758977293968201 + }, + "id": "tp_29875" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3734401, + "label": "P", + "classification": { + "B": 6.426566301342973e-08, + "S": 2.0814164614080255e-08, + "I": 0.0007597244111821055, + "C": 1.5494977560592815e-05, + "R": 1.168808807960886e-06, + "M": 6.779649538657395e-06, + "O": 8.649874416732928e-07, + "W": 3.106582013856496e-08, + "N": 1.5530438759014942e-05, + "Y": 9.659107308834791e-05, + "U": 1.2998472698200203e-07, + "K": 7.196867386483063e-07, + "L": 9.627602537420898e-08, + "G": 2.41528578044381e-05, + "F": 0.00019738488481380045, + "E": 0.00020950683392584324, + "T": 7.124420517357066e-05, + "P": 0.7162189483642578, + "-": 0.28238147497177124 + }, + "id": "tp_29876" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3734501, + "label": "P", + "classification": { + "B": 0.0001133078258135356, + "S": 9.287737157137599e-06, + "I": 0.0018970533274114132, + "C": 0.0004892301512882113, + "R": 2.1182006094022654e-05, + "M": 0.0011552870273590088, + "O": 0.00010249911429127678, + "W": 8.660921594128013e-06, + "N": 0.0001413105783285573, + "Y": 0.0009161848574876785, + "U": 8.189819709514268e-06, + "K": 1.4214309885574039e-05, + "L": 4.988500222680159e-05, + "G": 0.0024537008721381426, + "F": 0.007443211507052183, + "E": 0.010074458085000515, + "T": 0.0008228271617554128, + "P": 0.5773262977600098, + "-": 0.39695313572883606 + }, + "id": "tp_29877" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3734635, + "label": "-", + "classification": { + "B": 0.003891252214089036, + "S": 0.004607965238392353, + "I": 0.07178110629320145, + "C": 0.0552867129445076, + "R": 0.015660157427191734, + "M": 0.03097187913954258, + "O": 0.01360908430069685, + "W": 0.003448854200541973, + "N": 0.016625117510557175, + "Y": 0.08007720112800598, + "U": 0.0027706639375537634, + "K": 0.003723659785464406, + "L": 0.008297293446958065, + "G": 0.0582110732793808, + "F": 0.04757364094257355, + "E": 0.03984680026769638, + "T": 0.050821591168642044, + "P": 0.1651853621006012, + "-": 0.3276105225086212 + }, + "id": "tp_29878" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3734768, + "label": "-", + "classification": { + "B": 3.640110298874788e-05, + "S": 4.0441831515636295e-05, + "I": 0.0019935795571655035, + "C": 0.0011891023023054004, + "R": 0.00022928862017579377, + "M": 0.0007939241477288306, + "O": 0.00033533628447912633, + "W": 4.919947241432965e-05, + "N": 0.00024055404355749488, + "Y": 0.007684735115617514, + "U": 5.274316936265677e-05, + "K": 0.00036949149216525257, + "L": 7.516217010561377e-05, + "G": 0.002301459899172187, + "F": 0.024090221151709557, + "E": 0.0028475625440478325, + "T": 0.002366532338783145, + "P": 0.14802992343902588, + "-": 0.8072742819786072 + }, + "id": "tp_29879" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3734902, + "label": "P", + "classification": { + "B": 0.0002004793204832822, + "S": 2.9051081583020277e-05, + "I": 0.0076475790701806545, + "C": 0.0010349226649850607, + "R": 0.00016102231165859848, + "M": 0.0019617618527263403, + "O": 0.00033608326339162886, + "W": 5.542215149034746e-05, + "N": 0.0006243530660867691, + "Y": 0.0039038262329995632, + "U": 4.69531660201028e-05, + "K": 5.48483913007658e-05, + "L": 0.00012160526966908947, + "G": 0.001490604830905795, + "F": 0.003218536963686347, + "E": 0.007407044526189566, + "T": 0.0028216952923685312, + "P": 0.5544044971466064, + "-": 0.41447964310646057 + }, + "id": "tp_29880" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3735002, + "label": "-", + "classification": { + "B": 4.315755752770656e-09, + "S": 3.3247196107311083e-09, + "I": 1.504312535871577e-06, + "C": 1.430526594958792e-07, + "R": 3.949233828848264e-09, + "M": 1.3170512147553382e-07, + "O": 8.853384514395657e-08, + "W": 1.4175610685285278e-09, + "N": 5.274943859490122e-08, + "Y": 2.6057268769363873e-06, + "U": 7.126544354640885e-10, + "K": 7.012864067235114e-09, + "L": 2.0949075807408235e-09, + "G": 1.071587121259654e-06, + "F": 0.00019976172188762575, + "E": 1.7591088408153155e-06, + "T": 5.157366558705689e-06, + "P": 0.22802229225635529, + "-": 0.7717654705047607 + }, + "id": "tp_29881" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3735135, + "label": "-", + "classification": { + "B": 4.321881306168507e-07, + "S": 1.140151084655372e-07, + "I": 1.2577693269122392e-05, + "C": 4.0832135709933937e-05, + "R": 5.418168711912585e-06, + "M": 3.534740972099826e-05, + "O": 1.2012481420242693e-05, + "W": 2.0329190419943188e-07, + "N": 2.238901828377493e-07, + "Y": 0.0003359807305969298, + "U": 9.622860375202436e-08, + "K": 2.4371876961026828e-08, + "L": 2.6503078061068663e-06, + "G": 8.105453161988407e-05, + "F": 0.00026696224813349545, + "E": 3.344416199979605e-06, + "T": 0.00024416641099378467, + "P": 0.009559580124914646, + "-": 0.9893990755081177 + }, + "id": "tp_29882" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3735269, + "label": "-", + "classification": { + "B": 3.034155042769271e-07, + "S": 7.785758526779318e-08, + "I": 1.1131083965665312e-06, + "C": 1.1975575944234151e-06, + "R": 2.220644148565043e-07, + "M": 1.0873984138015658e-05, + "O": 3.7474480905075325e-06, + "W": 1.2989313624700571e-08, + "N": 3.8918233968843197e-08, + "Y": 5.0421054766047746e-05, + "U": 1.0290921448330437e-09, + "K": 1.1389273968376301e-09, + "L": 5.442288966150954e-07, + "G": 5.0678052502917126e-05, + "F": 0.001865830272436142, + "E": 1.7297139720540144e-06, + "T": 7.102172821760178e-05, + "P": 0.013214172795414925, + "-": 0.984728217124939 + }, + "id": "tp_29883" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3735402, + "label": "-", + "classification": { + "B": 2.0988709081848356e-07, + "S": 4.591283442323402e-08, + "I": 8.805400284472853e-05, + "C": 0.00039864363498054445, + "R": 2.2569562133867294e-05, + "M": 1.481394974689465e-05, + "O": 3.1856986879574833e-06, + "W": 9.965039993176106e-08, + "N": 1.7279411395065836e-06, + "Y": 0.0005873176269233227, + "U": 5.952182391411043e-07, + "K": 3.509547639168886e-07, + "L": 1.673009137448389e-06, + "G": 0.0002313312579644844, + "F": 0.0018602913478389382, + "E": 7.852692942833528e-05, + "T": 0.00020127699826844037, + "P": 0.12500107288360596, + "-": 0.8715083003044128 + }, + "id": "tp_29884" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3735502, + "label": "-", + "classification": { + "B": 5.7544666560715996e-06, + "S": 5.177649654797278e-06, + "I": 0.00017822171503212303, + "C": 0.002553796162828803, + "R": 0.00030889397021383047, + "M": 0.0007970546139404178, + "O": 0.00024147986550815403, + "W": 8.560689821024425e-06, + "N": 1.1745808478735853e-05, + "Y": 0.003106607822701335, + "U": 5.039586540078744e-06, + "K": 8.278453606180847e-06, + "L": 0.00011383716628188267, + "G": 0.002306403359398246, + "F": 0.015673404559493065, + "E": 0.0003170616982970387, + "T": 0.0013350596418604255, + "P": 0.03328947350382805, + "-": 0.9397342205047607 + }, + "id": "tp_29885" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3735636, + "label": "P", + "classification": { + "B": 1.0313964367014705e-06, + "S": 2.395317437731137e-07, + "I": 3.483611726551317e-05, + "C": 1.0873311566683697e-06, + "R": 4.3647776948319006e-08, + "M": 7.353305136348354e-06, + "O": 3.500798129607574e-06, + "W": 1.3994139180795173e-07, + "N": 2.5046531391126337e-06, + "Y": 1.7576974641997367e-05, + "U": 4.15950154319944e-08, + "K": 4.483857551917936e-08, + "L": 1.7074150093776552e-07, + "G": 4.946643912262516e-06, + "F": 9.426990436622873e-05, + "E": 3.1047064112499356e-05, + "T": 7.236206874949858e-05, + "P": 0.5217620134353638, + "-": 0.4779667854309082 + }, + "id": "tp_29886" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3735769, + "label": "-", + "classification": { + "B": 3.723890174001099e-08, + "S": 6.095256743776645e-09, + "I": 1.7189609934575856e-05, + "C": 3.4063548810081556e-05, + "R": 8.101986281872087e-07, + "M": 1.8812432244885713e-05, + "O": 1.749251509863825e-06, + "W": 1.2962268591820703e-08, + "N": 3.428379500292067e-07, + "Y": 0.00023566764139104635, + "U": 2.1975582242816927e-08, + "K": 4.910287287884785e-08, + "L": 3.183783121585293e-07, + "G": 9.758509986568242e-05, + "F": 0.0008363425731658936, + "E": 2.4448538169963285e-05, + "T": 5.699850953533314e-05, + "P": 0.0362754762172699, + "-": 0.9624000787734985 + }, + "id": "tp_29887" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3735903, + "label": "-", + "classification": { + "B": 1.5875398773346205e-08, + "S": 1.4832262706931942e-07, + "I": 1.844991675170604e-05, + "C": 2.1634703443851322e-05, + "R": 1.312638346462336e-06, + "M": 7.987286153365858e-06, + "O": 4.536108463071287e-06, + "W": 9.475353834886846e-08, + "N": 1.0165042567678029e-06, + "Y": 0.0001337647408945486, + "U": 5.173747297249065e-08, + "K": 7.63202763209847e-07, + "L": 1.7198473756252497e-07, + "G": 5.061347837909125e-05, + "F": 0.0029331946279853582, + "E": 1.0663196007953957e-05, + "T": 7.988265133462846e-05, + "P": 0.06322336941957474, + "-": 0.9335124492645264 + }, + "id": "tp_29888" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3736003, + "label": "-", + "classification": { + "B": 0.0029365967493504286, + "S": 0.0010487406980246305, + "I": 0.00130068464204669, + "C": 0.022385844960808754, + "R": 0.006363764405250549, + "M": 0.013279842212796211, + "O": 0.007403511554002762, + "W": 0.0005268516251817346, + "N": 0.0002654177078511566, + "Y": 0.02017631009221077, + "U": 0.00022049884137231857, + "K": 0.0001868802501121536, + "L": 0.014814643189311028, + "G": 0.0703941211104393, + "F": 0.10277003049850464, + "E": 0.0027150895912200212, + "T": 0.01811080239713192, + "P": 0.03735673055052757, + "-": 0.677743673324585 + }, + "id": "tp_29889" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3736136, + "label": "-", + "classification": { + "B": 7.048088264127728e-07, + "S": 8.24393264764467e-09, + "I": 0.0001343441690551117, + "C": 4.4874846025777515e-06, + "R": 6.535648822136864e-08, + "M": 2.0066067008883692e-05, + "O": 6.17250123013946e-07, + "W": 1.010200634254943e-08, + "N": 1.3402820968622109e-06, + "Y": 0.00010884067887673154, + "U": 1.3871634507722774e-08, + "K": 3.3400763044255655e-08, + "L": 8.121809003114322e-08, + "G": 3.563026984920725e-05, + "F": 0.0001365950593026355, + "E": 0.0005442654364742339, + "T": 2.6924417397822253e-05, + "P": 0.467655748128891, + "-": 0.5313301682472229 + }, + "id": "tp_29890" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3736270, + "label": "-", + "classification": { + "B": 1.7172425941680558e-05, + "S": 1.326915707977605e-06, + "I": 1.185615656140726e-05, + "C": 0.00017612960073165596, + "R": 2.0239658624632284e-05, + "M": 0.00022215640638023615, + "O": 8.225841156672686e-05, + "W": 1.0820720035553677e-06, + "N": 3.8561975657103176e-07, + "Y": 0.0006880985456518829, + "U": 2.737112367867667e-07, + "K": 3.650964117696276e-07, + "L": 3.854653550661169e-05, + "G": 0.0010859639151021838, + "F": 0.004187227226793766, + "E": 3.0493578378809616e-05, + "T": 0.0003845333412755281, + "P": 0.006193598732352257, + "-": 0.9868582487106323 + }, + "id": "tp_29891" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3736403, + "label": "-", + "classification": { + "B": 4.4069835780646827e-07, + "S": 2.6449302481523773e-07, + "I": 1.671018617344089e-05, + "C": 3.877228664350696e-05, + "R": 3.53261930285953e-06, + "M": 4.240040652803145e-06, + "O": 5.4486727094626985e-06, + "W": 4.1427543351346685e-07, + "N": 8.204031018976821e-07, + "Y": 0.00012446832261048257, + "U": 3.360466962476494e-07, + "K": 1.011645281323581e-06, + "L": 9.664147455623606e-07, + "G": 5.154708924237639e-05, + "F": 0.007062934804707766, + "E": 2.054704054899048e-05, + "T": 4.554940096568316e-05, + "P": 0.10144975036382675, + "-": 0.8911722302436829 + }, + "id": "tp_29892" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3736503, + "label": "-", + "classification": { + "B": 7.915564879112935e-07, + "S": 7.017012393362165e-08, + "I": 5.382540257414803e-05, + "C": 0.00013986275007482618, + "R": 5.578228410740849e-06, + "M": 2.1937506971880794e-05, + "O": 5.4234601520875e-06, + "W": 1.415333201748581e-07, + "N": 1.8209470908914227e-06, + "Y": 0.00025304502923972905, + "U": 2.23181046976606e-07, + "K": 4.5362804712567595e-07, + "L": 8.317486503983673e-07, + "G": 0.00013160395610611886, + "F": 0.0015822829445824027, + "E": 0.00010850375838344917, + "T": 0.00011930634354939684, + "P": 0.09798722714185715, + "-": 0.899587094783783 + }, + "id": "tp_29893" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3736637, + "label": "-", + "classification": { + "B": 5.1135306421201676e-05, + "S": 2.547386429796461e-05, + "I": 0.0002476946683600545, + "C": 0.0006263469695113599, + "R": 0.00012215905007906258, + "M": 0.0018768567824736238, + "O": 0.00018965797789860517, + "W": 1.9540115317795426e-05, + "N": 2.2892407287145033e-05, + "Y": 0.006525436881929636, + "U": 1.0118685167981312e-05, + "K": 5.590896762441844e-05, + "L": 8.48779091029428e-05, + "G": 0.0017913602059707046, + "F": 0.030258843675255775, + "E": 0.0009629077976569533, + "T": 0.0028334720991551876, + "P": 0.04504621773958206, + "-": 0.9092490673065186 + }, + "id": "tp_29894" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3736770, + "label": "-", + "classification": { + "B": 9.369534268444113e-07, + "S": 2.032005795626901e-06, + "I": 0.00014667231880594045, + "C": 0.0006657962221652269, + "R": 8.735440496820956e-05, + "M": 0.0001973934704437852, + "O": 6.387944449670613e-05, + "W": 2.544565404605237e-06, + "N": 6.395249329216313e-06, + "Y": 0.0013794110855087638, + "U": 2.174392875531339e-06, + "K": 2.33033711083408e-06, + "L": 2.613339529489167e-05, + "G": 0.0007399171008728445, + "F": 0.011854264885187149, + "E": 0.00011312189599266276, + "T": 0.0007784929475747049, + "P": 0.051181141287088394, + "-": 0.9327499270439148 + }, + "id": "tp_29895" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3736904, + "label": "-", + "classification": { + "B": 3.682195483634132e-06, + "S": 1.2248266330061597e-06, + "I": 0.003214927390217781, + "C": 0.013827066868543625, + "R": 0.0009438060224056244, + "M": 0.001222836202941835, + "O": 0.00013439702161122113, + "W": 4.565149538393598e-06, + "N": 2.4760980522842146e-05, + "Y": 0.016143232583999634, + "U": 6.473502253356855e-06, + "K": 1.9343040094099706e-06, + "L": 0.00010091410513268784, + "G": 0.00494228582829237, + "F": 0.0030808986630290747, + "E": 0.0005055762594565749, + "T": 0.0032965843565762043, + "P": 0.047683846205472946, + "-": 0.9048609733581543 + }, + "id": "tp_29896" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3737004, + "label": "-", + "classification": { + "B": 0.00016778823919594288, + "S": 9.9060038337484e-05, + "I": 0.0009311595931649208, + "C": 0.005911440588533878, + "R": 0.0009076768765226007, + "M": 0.002504439326003194, + "O": 0.0014145122841000557, + "W": 0.00010762879537651315, + "N": 0.00016316438268404454, + "Y": 0.01238280814141035, + "U": 7.27215301594697e-05, + "K": 0.0003359939146321267, + "L": 0.0005283463979139924, + "G": 0.01499622780829668, + "F": 0.04124433174729347, + "E": 0.0019094878807663918, + "T": 0.004134672693908215, + "P": 0.05071626231074333, + "-": 0.8614723086357117 + }, + "id": "tp_29897" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3737137, + "label": "P", + "classification": { + "B": 0.0018049405189231038, + "S": 0.0013936131726950407, + "I": 0.08356621861457825, + "C": 0.02457098290324211, + "R": 0.007994118146598339, + "M": 0.012739622965455055, + "O": 0.00501326285302639, + "W": 0.001887719496153295, + "N": 0.025640098378062248, + "Y": 0.032822541892528534, + "U": 0.0011899929959326982, + "K": 0.009818707592785358, + "L": 0.001802451559342444, + "G": 0.03559194505214691, + "F": 0.03684929758310318, + "E": 0.10290144383907318, + "T": 0.015466619282960892, + "P": 0.40125250816345215, + "-": 0.19769392907619476 + }, + "id": "tp_29898" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3737271, + "label": "-", + "classification": { + "B": 8.95450966709177e-08, + "S": 2.3799668724677758e-07, + "I": 9.213395969709381e-05, + "C": 4.4200663978699595e-05, + "R": 3.6271596854930976e-06, + "M": 1.9384251572773792e-05, + "O": 1.2683718523476273e-05, + "W": 3.810131943282613e-07, + "N": 6.212429980223533e-06, + "Y": 0.0008004252449609339, + "U": 4.004042466476676e-07, + "K": 2.6633592824509833e-06, + "L": 6.454814638345852e-07, + "G": 0.00012684703688137233, + "F": 0.0020692504476755857, + "E": 5.572730515268631e-05, + "T": 0.00031515926821157336, + "P": 0.08606810867786407, + "-": 0.9103817343711853 + }, + "id": "tp_29899" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3737404, + "label": "-", + "classification": { + "B": 1.470226340671843e-08, + "S": 1.9673707107870086e-10, + "I": 2.910736043304496e-07, + "C": 6.911458854119701e-07, + "R": 5.034730676811705e-08, + "M": 4.732205070467899e-06, + "O": 2.1644042647039896e-07, + "W": 5.277202563824801e-10, + "N": 1.2277893146617203e-09, + "Y": 0.00015767994045745581, + "U": 5.171382766455679e-10, + "K": 3.4708294571750287e-10, + "L": 6.459520562884791e-08, + "G": 3.007824852829799e-05, + "F": 8.95511984708719e-05, + "E": 2.3895933054518537e-07, + "T": 4.458885086933151e-05, + "P": 0.00216105068102479, + "-": 0.9975107908248901 + }, + "id": "tp_29900" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3737504, + "label": "-", + "classification": { + "B": 3.4944430353789357e-06, + "S": 1.3305731044965796e-05, + "I": 0.00018633723084349185, + "C": 0.04152485728263855, + "R": 0.0032386332750320435, + "M": 0.0013799488078802824, + "O": 0.0003575872106011957, + "W": 1.4126806490821764e-05, + "N": 1.0543923963268753e-05, + "Y": 0.003474718891084194, + "U": 6.656651294179028e-06, + "K": 7.708231350989081e-06, + "L": 0.00032845509122125804, + "G": 0.011933774687349796, + "F": 0.04359325394034386, + "E": 0.0001657938992138952, + "T": 0.0018188192043453455, + "P": 0.020170435309410095, + "-": 0.8717715740203857 + }, + "id": "tp_29901" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3737638, + "label": "-", + "classification": { + "B": 3.9231068171829975e-07, + "S": 3.2727055554460094e-07, + "I": 0.0001043085430865176, + "C": 3.413779631955549e-05, + "R": 2.003141389650409e-06, + "M": 2.7329177100909874e-05, + "O": 8.048345989664085e-06, + "W": 4.518862795066525e-07, + "N": 4.004741185781313e-06, + "Y": 0.00017002629465423524, + "U": 4.929014494337025e-07, + "K": 1.6748512052799924e-06, + "L": 9.209516633745807e-07, + "G": 0.00010301281872671098, + "F": 0.0027463629376143217, + "E": 8.974858792498708e-05, + "T": 0.00018873828230425715, + "P": 0.2527634799480438, + "-": 0.7437546849250793 + }, + "id": "tp_29902" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3737771, + "label": "-", + "classification": { + "B": 2.1976366559872673e-10, + "S": 9.979973444873558e-12, + "I": 2.2168838142988534e-07, + "C": 4.487349514192829e-08, + "R": 3.2558231111146085e-10, + "M": 1.0964218866149622e-08, + "O": 2.7909909938728106e-09, + "W": 3.2058095761344774e-11, + "N": 1.7790701134501319e-09, + "Y": 1.207910486300534e-06, + "U": 6.100499272410076e-11, + "K": 1.1152604395547883e-09, + "L": 7.93875382099074e-11, + "G": 2.6904871219812776e-07, + "F": 0.0001225630840053782, + "E": 1.0778927617138834e-06, + "T": 2.885931849050394e-07, + "P": 0.1582716852426529, + "-": 0.8416025638580322 + }, + "id": "tp_29903" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3737905, + "label": "-", + "classification": { + "B": 7.384870696114376e-05, + "S": 5.471112308441661e-05, + "I": 0.0035219038836658, + "C": 0.0030044536106288433, + "R": 0.0004621834959834814, + "M": 0.0009183305082842708, + "O": 0.0006410827627405524, + "W": 0.00010906661191256717, + "N": 0.0004515493637882173, + "Y": 0.004325918387621641, + "U": 8.909775351639837e-05, + "K": 0.0004615606158040464, + "L": 9.198793122777715e-05, + "G": 0.003257812699303031, + "F": 0.023170528933405876, + "E": 0.003573567606508732, + "T": 0.0016947189578786492, + "P": 0.1812627911567688, + "-": 0.7728348970413208 + }, + "id": "tp_29904" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3738005, + "label": "-", + "classification": { + "B": 4.726481961370155e-07, + "S": 2.210439760119698e-07, + "I": 1.3066555766272359e-05, + "C": 5.6929593483801e-06, + "R": 3.490198139388667e-07, + "M": 5.089206752018072e-06, + "O": 3.114101446044515e-06, + "W": 1.1388497966891009e-07, + "N": 7.440106060130347e-07, + "Y": 2.2502203137264587e-05, + "U": 4.229732297744704e-08, + "K": 4.020955302053153e-08, + "L": 4.1322965671497514e-07, + "G": 1.6735155440983362e-05, + "F": 0.0012163385981693864, + "E": 2.6232579330098815e-05, + "T": 3.8125650462461635e-05, + "P": 0.37612131237983704, + "-": 0.6225293874740601 + }, + "id": "tp_29905" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3738138, + "label": "-", + "classification": { + "B": 2.3006173250905704e-06, + "S": 1.9899741801054915e-06, + "I": 0.0004772582615260035, + "C": 9.86824743449688e-05, + "R": 7.759971595078241e-06, + "M": 5.9244586736895144e-05, + "O": 4.5892971684224904e-05, + "W": 5.340536972653354e-06, + "N": 5.9050769777968526e-05, + "Y": 0.0002864761045202613, + "U": 4.059826096636243e-06, + "K": 5.109707126393914e-05, + "L": 2.902962933148956e-06, + "G": 0.00029820037889294326, + "F": 0.006397943012416363, + "E": 0.0009465254843235016, + "T": 0.00028568136622197926, + "P": 0.34847021102905273, + "-": 0.6424993872642517 + }, + "id": "tp_29906" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3738272, + "label": "-", + "classification": { + "B": 3.7997672563960805e-08, + "S": 4.050088264762053e-08, + "I": 2.4267807020805776e-05, + "C": 1.6637253793305717e-05, + "R": 1.2959794730704743e-06, + "M": 3.4364099974482087e-06, + "O": 2.0885800040559843e-06, + "W": 1.0167579489461787e-07, + "N": 9.367210509481083e-07, + "Y": 0.00026495379279367626, + "U": 7.400507229249342e-08, + "K": 2.134030864908709e-06, + "L": 7.165625248717333e-08, + "G": 4.7815756261115894e-05, + "F": 0.0021866238676011562, + "E": 4.162026016274467e-05, + "T": 2.7194626454729587e-05, + "P": 0.09216707199811935, + "-": 0.905213475227356 + }, + "id": "tp_29907" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3738405, + "label": "-", + "classification": { + "B": 8.904519927455112e-05, + "S": 6.677342753391713e-05, + "I": 0.0009454242535866797, + "C": 0.0003228113055229187, + "R": 4.0983122744364664e-05, + "M": 0.0007612475310452282, + "O": 0.0002457791706547141, + "W": 1.9914426957257092e-05, + "N": 0.00014394806930795312, + "Y": 0.001771376235410571, + "U": 1.91748531506164e-05, + "K": 8.646464993944392e-05, + "L": 6.902049062773585e-05, + "G": 0.0022464182693511248, + "F": 0.01634596288204193, + "E": 0.0019488362595438957, + "T": 0.002846309682354331, + "P": 0.2477271854877472, + "-": 0.7243033051490784 + }, + "id": "tp_29908" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3738505, + "label": "-", + "classification": { + "B": 0.00295540364459157, + "S": 0.0009401210118085146, + "I": 0.017679523676633835, + "C": 0.03207280486822128, + "R": 0.00968001876026392, + "M": 0.01991908624768257, + "O": 0.0064474307000637054, + "W": 0.0013872209237888455, + "N": 0.00224617519415915, + "Y": 0.029538743197917938, + "U": 0.0013061141362413764, + "K": 0.00029921552049927413, + "L": 0.007858306169509888, + "G": 0.031691793352365494, + "F": 0.03266066312789917, + "E": 0.017734047025442123, + "T": 0.02172081544995308, + "P": 0.191183403134346, + "-": 0.5726791024208069 + }, + "id": "tp_29909" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3738639, + "label": "P", + "classification": { + "B": 1.5046818901964798e-08, + "S": 8.34660229820372e-10, + "I": 9.347186278318986e-05, + "C": 3.3865083537421015e-07, + "R": 7.562033665919898e-09, + "M": 3.267122679062595e-07, + "O": 2.2595706639094715e-08, + "W": 5.86421800008452e-10, + "N": 1.9136627997795586e-06, + "Y": 4.3915210312661657e-07, + "U": 2.1223494073296933e-09, + "K": 4.520486207582053e-09, + "L": 2.4075346161112066e-09, + "G": 1.5302661040550447e-06, + "F": 5.06127344124252e-06, + "E": 8.841715316521004e-05, + "T": 2.331524228793569e-06, + "P": 0.9793078303337097, + "-": 0.0204982478171587 + }, + "id": "tp_29910" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3738772, + "label": "-", + "classification": { + "B": 2.884441983042052e-06, + "S": 8.547717129658849e-07, + "I": 0.0012818501563742757, + "C": 0.0009803858119994402, + "R": 0.00010697861580410972, + "M": 0.00025837437715381384, + "O": 4.522507879300974e-05, + "W": 2.645375843712827e-06, + "N": 2.1253143131616525e-05, + "Y": 0.0007921089418232441, + "U": 4.815899501409149e-06, + "K": 2.0357681478344603e-06, + "L": 1.8817698219208978e-05, + "G": 0.0008415859774686396, + "F": 0.002446491504088044, + "E": 0.00031064680661074817, + "T": 0.0007204193971119821, + "P": 0.18391679227352142, + "-": 0.8082458972930908 + }, + "id": "tp_29911" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3738906, + "label": "-", + "classification": { + "B": 5.357634108804632e-06, + "S": 1.6481103557453025e-06, + "I": 5.401222733780742e-05, + "C": 5.915795554756187e-05, + "R": 4.704948878497817e-06, + "M": 7.197809463832527e-05, + "O": 2.673256312846206e-05, + "W": 8.379150813198066e-07, + "N": 5.597499693976715e-06, + "Y": 0.000667017069645226, + "U": 4.526442012320331e-07, + "K": 3.267228976255865e-06, + "L": 4.606248694472015e-06, + "G": 0.0006453813402913511, + "F": 0.015290021896362305, + "E": 0.00031049689278006554, + "T": 0.0002640440652612597, + "P": 0.14007410407066345, + "-": 0.8425106406211853 + }, + "id": "tp_29912" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3739006, + "label": "-", + "classification": { + "B": 0.0001505497348261997, + "S": 4.6122397179715335e-05, + "I": 0.0004463773511815816, + "C": 0.0010766304330900311, + "R": 0.00019357589189894497, + "M": 0.0019813571125268936, + "O": 0.0011676091235131025, + "W": 4.8332814913010225e-05, + "N": 4.83534240629524e-05, + "Y": 0.0018932792590931058, + "U": 1.4949935575714335e-05, + "K": 6.793257853132673e-06, + "L": 0.00036413743509911, + "G": 0.003408040851354599, + "F": 0.008846033364534378, + "E": 0.00037885631900280714, + "T": 0.0027080972213298082, + "P": 0.055573415011167526, + "-": 0.9216474294662476 + }, + "id": "tp_29913" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3739139, + "label": "-", + "classification": { + "B": 0.0008302853675559163, + "S": 0.0005250986432656646, + "I": 0.0042443545535206795, + "C": 0.0036641787737607956, + "R": 0.0009600945049896836, + "M": 0.012288647703826427, + "O": 0.004358841571956873, + "W": 0.0004272104997653514, + "N": 0.00084121577674523, + "Y": 0.01897147297859192, + "U": 0.00034439339651726186, + "K": 0.00028937909519299865, + "L": 0.0021347918082028627, + "G": 0.01506050769239664, + "F": 0.030258117243647575, + "E": 0.00454332772642374, + "T": 0.020766733214259148, + "P": 0.11095110327005386, + "-": 0.7685402035713196 + }, + "id": "tp_29914" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3739273, + "label": "-", + "classification": { + "B": 8.429573767898546e-07, + "S": 5.310151891535497e-07, + "I": 0.00013861617480870336, + "C": 5.0609623940545134e-06, + "R": 5.967472702650412e-07, + "M": 1.1249972885707393e-05, + "O": 1.2048919415974524e-05, + "W": 2.85835739077811e-07, + "N": 9.710122867545579e-06, + "Y": 9.659707575337961e-05, + "U": 1.266039078018366e-07, + "K": 1.8307517279936292e-07, + "L": 3.417164577967924e-07, + "G": 2.4944687538663857e-05, + "F": 0.00021255706087686121, + "E": 4.392390474095009e-05, + "T": 0.00016453246644232422, + "P": 0.49279549717903137, + "-": 0.5064823627471924 + }, + "id": "tp_29915" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3739406, + "label": "-", + "classification": { + "B": 1.314947326136462e-06, + "S": 5.026319627177145e-07, + "I": 7.382330659311265e-05, + "C": 7.464537338819355e-05, + "R": 6.346774625853868e-06, + "M": 0.0004997910582460463, + "O": 4.653118958231062e-05, + "W": 6.204042506396945e-07, + "N": 2.8439699235605076e-06, + "Y": 0.0008833774481900036, + "U": 4.613967519162543e-07, + "K": 9.276985935002813e-08, + "L": 1.845443512138445e-05, + "G": 0.00041438874904997647, + "F": 0.0025734512601047754, + "E": 4.6302240662043914e-05, + "T": 0.001641354407183826, + "P": 0.059650395065546036, + "-": 0.9340653419494629 + }, + "id": "tp_29916" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3739506, + "label": "P", + "classification": { + "B": 4.6535810724890325e-06, + "S": 4.2947485781041905e-06, + "I": 0.006362787913531065, + "C": 0.00011395231558708474, + "R": 1.7565513189765625e-05, + "M": 0.00012733775656670332, + "O": 3.4537868486950174e-05, + "W": 7.229264156194404e-06, + "N": 0.000704646750818938, + "Y": 0.0010072106961160898, + "U": 6.79939194014878e-06, + "K": 0.00018132274271920323, + "L": 2.53710550168762e-06, + "G": 0.00022853635891806334, + "F": 0.001774396630935371, + "E": 0.0058557079173624516, + "T": 0.000274020858341828, + "P": 0.828972578048706, + "-": 0.1543198823928833 + }, + "id": "tp_29917" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3739640, + "label": "-", + "classification": { + "B": 5.1094953960273415e-05, + "S": 5.944882286712527e-05, + "I": 0.0006913997349329293, + "C": 0.000578010396566242, + "R": 0.00010196157381869853, + "M": 0.0007772789685986936, + "O": 0.00040492488187737763, + "W": 3.089878737227991e-05, + "N": 0.00013009582471568137, + "Y": 0.0031624971888959408, + "U": 1.5211156096484046e-05, + "K": 3.5847424442181364e-05, + "L": 0.00010524263780098408, + "G": 0.0019447768572717905, + "F": 0.02517247013747692, + "E": 0.0008332221186719835, + "T": 0.002994486130774021, + "P": 0.18946042656898499, + "-": 0.7734505534172058 + }, + "id": "tp_29918" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3739773, + "label": "-", + "classification": { + "B": 7.960016432662087e-07, + "S": 2.0855162574662245e-07, + "I": 5.1326651373528875e-06, + "C": 2.547312078604591e-06, + "R": 1.6420752046997222e-07, + "M": 1.2191247151349671e-05, + "O": 8.288541721412912e-06, + "W": 7.234842769321403e-08, + "N": 1.9696730646501237e-07, + "Y": 2.4024484446272254e-05, + "U": 1.64064672958375e-08, + "K": 5.557860838223405e-09, + "L": 1.3394389952736674e-06, + "G": 3.2579420803813264e-05, + "F": 0.0006631722208112478, + "E": 5.078666617919225e-06, + "T": 0.00010305321484338492, + "P": 0.03774731978774071, + "-": 0.9613938331604004 + }, + "id": "tp_29919" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3739907, + "label": "-", + "classification": { + "B": 3.001036384375766e-05, + "S": 5.298144060361665e-06, + "I": 0.0024827097076922655, + "C": 0.00034978409530594945, + "R": 3.8329224480548874e-05, + "M": 0.0005502734566107392, + "O": 9.626708197174594e-05, + "W": 9.872292139334604e-06, + "N": 0.00013862340711057186, + "Y": 0.001651995349675417, + "U": 1.100985082302941e-05, + "K": 1.6763780877226964e-05, + "L": 2.8152928280178457e-05, + "G": 0.0009279053192585707, + "F": 0.003365979762747884, + "E": 0.0033106727059930563, + "T": 0.0010983622632920742, + "P": 0.49189943075180054, + "-": 0.49398860335350037 + }, + "id": "tp_29920" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3740007, + "label": "-", + "classification": { + "B": 3.4851680538849905e-05, + "S": 3.972844933741726e-05, + "I": 0.0015949789667502046, + "C": 0.00030780959059484303, + "R": 7.670489139854908e-05, + "M": 0.00018517489661462605, + "O": 0.00020795105956494808, + "W": 3.0348672225954942e-05, + "N": 0.0003841603174805641, + "Y": 0.0013417237205430865, + "U": 3.3467695175204426e-05, + "K": 0.00017238795408047736, + "L": 5.0439382903277874e-05, + "G": 0.0010004290379583836, + "F": 0.018822018057107925, + "E": 0.0013480280758813024, + "T": 0.002122262492775917, + "P": 0.3530714213848114, + "-": 0.6191761493682861 + }, + "id": "tp_29921" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3740140, + "label": "-", + "classification": { + "B": 1.401048499438673e-09, + "S": 1.6453729045906584e-08, + "I": 2.2765698304283433e-05, + "C": 2.5377178189955885e-06, + "R": 1.0808234662817995e-07, + "M": 2.190041641370044e-06, + "O": 5.433097385321162e-07, + "W": 1.8809357626992096e-08, + "N": 5.722732794311014e-07, + "Y": 2.0490504539338872e-05, + "U": 1.2131130766590559e-08, + "K": 1.4235789080885297e-07, + "L": 2.2579023095659068e-08, + "G": 2.470593244652264e-06, + "F": 0.0008068493916653097, + "E": 1.0771675079013221e-05, + "T": 2.509163459762931e-05, + "P": 0.16730573773384094, + "-": 0.8317997455596924 + }, + "id": "tp_29922" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3740274, + "label": "-", + "classification": { + "B": 2.8917747840750962e-06, + "S": 1.2723864983854583e-06, + "I": 0.0004117719072382897, + "C": 3.496968201943673e-05, + "R": 6.312809091468807e-06, + "M": 8.441677346127108e-05, + "O": 3.6054560041520745e-05, + "W": 1.931075530592352e-06, + "N": 1.6651858459226787e-05, + "Y": 0.00041123857954517007, + "U": 1.0566053560978617e-06, + "K": 2.847364157787524e-07, + "L": 9.848216905083973e-06, + "G": 0.0001345014461548999, + "F": 0.0011665696511045098, + "E": 0.00017119693802669644, + "T": 0.0004853344289585948, + "P": 0.3376046419143677, + "-": 0.659419059753418 + }, + "id": "tp_29923" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3740407, + "label": "-", + "classification": { + "B": 3.4579066721107665e-08, + "S": 5.399556357588153e-09, + "I": 7.602583536936436e-06, + "C": 7.895652061051806e-07, + "R": 3.2346708422892334e-08, + "M": 6.871352411508269e-07, + "O": 3.020116992047406e-07, + "W": 1.1793603427179278e-08, + "N": 2.1820240192482743e-07, + "Y": 1.5115779206098523e-05, + "U": 6.950791497928321e-09, + "K": 2.0828285585139383e-07, + "L": 9.303759540557621e-09, + "G": 7.5151288001507055e-06, + "F": 0.0006349071045406163, + "E": 3.748219387489371e-05, + "T": 5.62526520297979e-06, + "P": 0.2734171450138092, + "-": 0.7258723974227905 + }, + "id": "tp_29924" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3740507, + "label": "-", + "classification": { + "B": 5.551383947022259e-05, + "S": 2.4864219085429795e-05, + "I": 0.00039353143074549735, + "C": 0.0002686198859009892, + "R": 3.0804279958829284e-05, + "M": 0.00048390674055553973, + "O": 0.00017493270570412278, + "W": 1.3048117580183316e-05, + "N": 7.96228923718445e-05, + "Y": 0.001630531158298254, + "U": 9.484762813372072e-06, + "K": 0.00015615206211805344, + "L": 1.940918264153879e-05, + "G": 0.001315371715463698, + "F": 0.014432699419558048, + "E": 0.001968134893104434, + "T": 0.001235882518813014, + "P": 0.16055963933467865, + "-": 0.8171478509902954 + }, + "id": "tp_29925" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3740641, + "label": "-", + "classification": { + "B": 7.799647505635221e-07, + "S": 2.4420678528258577e-06, + "I": 0.000360275647835806, + "C": 0.0002698697498999536, + "R": 4.6863380703143775e-05, + "M": 6.0007470892742276e-05, + "O": 7.01260069035925e-05, + "W": 4.268032171239611e-06, + "N": 1.7232809113920666e-05, + "Y": 0.0006026523187756538, + "U": 3.5823468351736665e-06, + "K": 4.617540980689228e-06, + "L": 1.043034080794314e-05, + "G": 0.0003644677344709635, + "F": 0.0068620117381215096, + "E": 6.111606489866972e-05, + "T": 0.000631666393019259, + "P": 0.0879477858543396, + "-": 0.9026799201965332 + }, + "id": "tp_29926" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3740774, + "label": "-", + "classification": { + "B": 1.8666166567982145e-07, + "S": 5.763008914527745e-08, + "I": 1.8588067405289621e-06, + "C": 1.0249893023228651e-07, + "R": 1.0071980582893048e-08, + "M": 6.112421147008718e-07, + "O": 1.1564587794055115e-06, + "W": 4.500854799971421e-08, + "N": 1.2134728422097396e-07, + "Y": 6.11483210377628e-06, + "U": 3.824059291446247e-09, + "K": 1.2400520610356125e-08, + "L": 2.293070622272353e-08, + "G": 1.8494141613700776e-06, + "F": 0.00028095292509533465, + "E": 3.0143430649332004e-06, + "T": 1.179599257739028e-05, + "P": 0.24896974861621857, + "-": 0.750722348690033 + }, + "id": "tp_29927" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3740908, + "label": "-", + "classification": { + "B": 4.1265488248676263e-10, + "S": 1.463147603075754e-09, + "I": 3.755974375962978e-07, + "C": 1.2352983276286977e-06, + "R": 1.111104950268782e-07, + "M": 2.5881026886054315e-06, + "O": 2.884560785787471e-07, + "W": 1.9622858893342254e-09, + "N": 4.142488130298716e-09, + "Y": 7.109814032446593e-05, + "U": 7.648377486901836e-10, + "K": 3.879953247576395e-09, + "L": 1.8283339286995215e-08, + "G": 3.424182523303898e-06, + "F": 0.00013989330909680575, + "E": 7.891306097462802e-08, + "T": 4.2967862100340426e-05, + "P": 0.0013803604524582624, + "-": 0.9983575940132141 + }, + "id": "tp_29928" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3741008, + "label": "-", + "classification": { + "B": 1.2715776392724365e-05, + "S": 5.773609700554516e-06, + "I": 0.0003017940907739103, + "C": 0.0035736293066293, + "R": 0.002028039423748851, + "M": 0.0023352233693003654, + "O": 0.0008047505980357528, + "W": 2.865836904675234e-05, + "N": 8.824397809803486e-06, + "Y": 0.018709659576416016, + "U": 1.1332956091791857e-05, + "K": 1.5676005205023102e-05, + "L": 0.000299604085739702, + "G": 0.004554674495011568, + "F": 0.006199220661073923, + "E": 5.638441871269606e-05, + "T": 0.009202406741678715, + "P": 0.00476836459711194, + "-": 0.9470833539962769 + }, + "id": "tp_29929" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3741141, + "label": "-", + "classification": { + "B": 5.982732176335048e-08, + "S": 5.963998628288891e-09, + "I": 3.4873332310780825e-07, + "C": 2.2342101146932691e-07, + "R": 7.588255357404705e-08, + "M": 6.951690465939464e-06, + "O": 2.5163672034977935e-06, + "W": 6.263427998476345e-09, + "N": 9.837375358756617e-10, + "Y": 2.3323038476519287e-05, + "U": 1.380418418461815e-10, + "K": 5.508923178743075e-12, + "L": 4.688242256634112e-07, + "G": 1.1387367521820124e-05, + "F": 3.550645487848669e-05, + "E": 1.927263504342136e-08, + "T": 4.584441921906546e-05, + "P": 0.0009807153837755322, + "-": 0.998892605304718 + }, + "id": "tp_29930" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3741275, + "label": "-", + "classification": { + "B": 3.360439950483851e-05, + "S": 0.00013302374281920493, + "I": 0.00025537452893331647, + "C": 0.000583502056542784, + "R": 0.00024582655169069767, + "M": 0.0015657406765967607, + "O": 0.0007166432915255427, + "W": 5.4069871112005785e-05, + "N": 4.00509343307931e-05, + "Y": 0.003102412912994623, + "U": 7.640429430466611e-06, + "K": 5.215169949224219e-05, + "L": 0.0002918727695941925, + "G": 0.0031342555303126574, + "F": 0.06131843104958534, + "E": 0.00031984742963686585, + "T": 0.005938703194260597, + "P": 0.029029618948698044, + "-": 0.8931772112846375 + }, + "id": "tp_29931" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3741408, + "label": "-", + "classification": { + "B": 1.756413148257252e-08, + "S": 3.5400415043795874e-08, + "I": 1.171272629107989e-06, + "C": 0.00012711632007267326, + "R": 1.486063138145255e-05, + "M": 8.43387606437318e-05, + "O": 8.647405593364965e-06, + "W": 3.853093488714876e-08, + "N": 2.0088346985858152e-08, + "Y": 0.0018821607809513807, + "U": 1.41992542168623e-08, + "K": 2.484894991994224e-07, + "L": 5.8650380196922924e-06, + "G": 0.0012644788948819041, + "F": 0.004321184474974871, + "E": 2.3964751107996562e-06, + "T": 0.0002855138445738703, + "P": 0.0004994359915144742, + "-": 0.9915024042129517 + }, + "id": "tp_29932" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3741508, + "label": "-", + "classification": { + "B": 6.822337894618613e-08, + "S": 2.1507203484816273e-07, + "I": 4.4675067329080775e-05, + "C": 1.2460539437597618e-05, + "R": 3.662556764538749e-06, + "M": 2.1951274902676232e-05, + "O": 1.1791507859015837e-05, + "W": 5.138146548233635e-07, + "N": 1.7359133153149742e-06, + "Y": 0.0006568146636709571, + "U": 3.0164213171701704e-07, + "K": 7.109449597919593e-06, + "L": 6.717679070789018e-07, + "G": 7.827651279512793e-05, + "F": 0.004660668782889843, + "E": 1.974301085283514e-05, + "T": 0.0001784247433533892, + "P": 0.028746727854013443, + "-": 0.9655541777610779 + }, + "id": "tp_29933" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3741642, + "label": "-", + "classification": { + "B": 7.306183658073451e-09, + "S": 1.9613466406553925e-08, + "I": 1.6846221342348144e-06, + "C": 3.7040948086541903e-07, + "R": 1.3620256922308727e-08, + "M": 7.253275384755398e-07, + "O": 2.1426025398341153e-07, + "W": 7.220650743988699e-09, + "N": 1.353880492160897e-07, + "Y": 1.4236054084904026e-05, + "U": 1.4374604839773042e-09, + "K": 5.23359098281162e-08, + "L": 4.386158547475816e-09, + "G": 2.1703774564230116e-06, + "F": 0.0010879597393795848, + "E": 8.52948232932249e-06, + "T": 8.606305527791847e-06, + "P": 0.21632063388824463, + "-": 0.782554566860199 + }, + "id": "tp_29934" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3741775, + "label": "-", + "classification": { + "B": 4.920286187370948e-07, + "S": 4.951745040671085e-07, + "I": 3.4296942885703174e-06, + "C": 1.0755828583342009e-07, + "R": 2.1622620138828097e-08, + "M": 1.0000692327594152e-06, + "O": 2.889177494580508e-06, + "W": 2.101162408507662e-07, + "N": 4.590245339386456e-07, + "Y": 1.7490463505964726e-05, + "U": 1.2417702421885224e-08, + "K": 2.2722232984051516e-07, + "L": 5.6942489834455046e-08, + "G": 3.846390427497681e-06, + "F": 0.0015821403358131647, + "E": 1.365721345791826e-05, + "T": 2.164355100831017e-05, + "P": 0.24282030761241913, + "-": 0.7555315494537354 + }, + "id": "tp_29935" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3741875, + "label": "-", + "classification": { + "B": 1.4039001960952646e-08, + "S": 3.694245549468178e-07, + "I": 3.2018585898185847e-06, + "C": 6.66330060994369e-06, + "R": 7.033798397060309e-07, + "M": 2.2708747565047815e-05, + "O": 8.179054930224083e-06, + "W": 1.4341198095735308e-07, + "N": 2.941435752745747e-07, + "Y": 0.000460847862996161, + "U": 2.3200147580837438e-08, + "K": 2.961065774798044e-06, + "L": 2.943282026990346e-07, + "G": 6.209893035702407e-05, + "F": 0.004328548908233643, + "E": 3.2309465041180374e-06, + "T": 0.0002800018119160086, + "P": 0.0034587166737765074, + "-": 0.9913610816001892 + }, + "id": "tp_29936" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3742009, + "label": "-", + "classification": { + "B": 6.780520322990924e-08, + "S": 3.1618952789358445e-08, + "I": 8.831338163872715e-06, + "C": 2.920382030424662e-06, + "R": 8.225155738728063e-07, + "M": 1.1905928658961784e-05, + "O": 6.549488261953229e-06, + "W": 5.714008466384257e-08, + "N": 2.222087545078466e-07, + "Y": 0.0002608798968140036, + "U": 3.796084158125268e-08, + "K": 2.3830756035181366e-08, + "L": 5.210611107031582e-07, + "G": 3.686950367409736e-05, + "F": 0.0003614124725572765, + "E": 4.115359843126498e-06, + "T": 0.0001885948731796816, + "P": 0.020424403250217438, + "-": 0.9786917567253113 + }, + "id": "tp_29937" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3742142, + "label": "-", + "classification": { + "B": 8.44413079903461e-05, + "S": 0.000285976508166641, + "I": 0.0017112205969169736, + "C": 0.009233543649315834, + "R": 0.004700582008808851, + "M": 0.00997848715633154, + "O": 0.003722486551851034, + "W": 0.00036739534698426723, + "N": 0.0002632754622027278, + "Y": 0.03594145178794861, + "U": 0.00010476790339453146, + "K": 0.0004278253181837499, + "L": 0.0010736410040408373, + "G": 0.010759934782981873, + "F": 0.0341222882270813, + "E": 0.0010526756523177028, + "T": 0.018890876322984695, + "P": 0.024312537163496017, + "-": 0.8429665565490723 + }, + "id": "tp_29938" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3742276, + "label": "-", + "classification": { + "B": 4.790045409208687e-07, + "S": 7.416038556584681e-07, + "I": 6.376818419084884e-06, + "C": 1.656751919654198e-05, + "R": 7.838760211598128e-06, + "M": 0.0005207452923059464, + "O": 8.985524618765339e-05, + "W": 6.51377717986179e-07, + "N": 8.379811333725229e-08, + "Y": 0.0007635100046172738, + "U": 9.556195834647951e-09, + "K": 2.115762898213802e-09, + "L": 1.6425081412307918e-05, + "G": 0.0002792417071759701, + "F": 0.0009060055599547923, + "E": 2.055016921076458e-06, + "T": 0.0006899925647303462, + "P": 0.0014794394373893738, + "-": 0.9952200055122375 + }, + "id": "tp_29939" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3742376, + "label": "-", + "classification": { + "B": 4.3057491438958095e-07, + "S": 2.332561507500941e-06, + "I": 5.814755058963783e-05, + "C": 1.4558724615199026e-05, + "R": 2.928180037997663e-06, + "M": 2.999025491590146e-05, + "O": 4.268352495273575e-05, + "W": 2.226303877250757e-06, + "N": 5.457283350551734e-06, + "Y": 0.00021088960056658834, + "U": 4.006531071354402e-07, + "K": 8.247713594755623e-06, + "L": 1.3778318361801212e-06, + "G": 5.417213833425194e-05, + "F": 0.003463693894445896, + "E": 2.835888517438434e-05, + "T": 0.0002134465321432799, + "P": 0.03703325241804123, + "-": 0.9588273763656616 + }, + "id": "tp_29940" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3742509, + "label": "P", + "classification": { + "B": 1.2307653378229588e-05, + "S": 1.0591451427899301e-05, + "I": 0.0005424462142400444, + "C": 6.315900827758014e-05, + "R": 6.184535322972806e-06, + "M": 9.901127486955374e-05, + "O": 6.530187238240615e-05, + "W": 1.385046198265627e-05, + "N": 0.00015004663146100938, + "Y": 0.0005246830405667424, + "U": 5.428648819361115e-06, + "K": 0.0003161249915137887, + "L": 6.667260095127858e-06, + "G": 0.000651216774713248, + "F": 0.023308096453547478, + "E": 0.005888120271265507, + "T": 0.0005024216952733696, + "P": 0.5548989772796631, + "-": 0.412935346364975 + }, + "id": "tp_29941" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3742643, + "label": "-", + "classification": { + "B": 1.2808144544962374e-09, + "S": 1.5049513857334773e-09, + "I": 2.1500294167253742e-07, + "C": 4.608426351637718e-08, + "R": 2.0340060746804056e-09, + "M": 1.73954859405967e-07, + "O": 7.811242141997354e-08, + "W": 5.774184463902543e-10, + "N": 1.048825915006546e-08, + "Y": 9.84306461759843e-06, + "U": 2.3728910503173495e-10, + "K": 5.76410785768644e-09, + "L": 1.0857740262437687e-09, + "G": 9.475461979491229e-07, + "F": 0.0004513253516051918, + "E": 5.178229685043334e-07, + "T": 5.98636415816145e-06, + "P": 0.06710883229970932, + "-": 0.9324219822883606 + }, + "id": "tp_29942" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3742776, + "label": "-", + "classification": { + "B": 0.00027585591305978596, + "S": 0.0009426932083442807, + "I": 0.00818117056041956, + "C": 0.005009632091969252, + "R": 0.003281405894085765, + "M": 0.01857099123299122, + "O": 0.008030762895941734, + "W": 0.00047414633445441723, + "N": 0.0005495517398230731, + "Y": 0.20228269696235657, + "U": 5.053845961811021e-05, + "K": 0.00023720435274299234, + "L": 0.0021396586671471596, + "G": 0.02767864055931568, + "F": 0.019006989896297455, + "E": 0.0012100681196898222, + "T": 0.09008793532848358, + "P": 0.010839380323886871, + "-": 0.6011506915092468 + }, + "id": "tp_29943" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3742876, + "label": "-", + "classification": { + "B": 1.0487297430472609e-07, + "S": 9.704535841592588e-07, + "I": 3.112779438652069e-07, + "C": 2.4107814624585444e-06, + "R": 7.784862532389525e-07, + "M": 2.428666630294174e-05, + "O": 3.0977476853877306e-05, + "W": 2.0867582861683331e-07, + "N": 1.760651180404693e-08, + "Y": 9.513666736893356e-05, + "U": 2.225653439325015e-09, + "K": 2.9766534126451916e-08, + "L": 6.204198143677786e-06, + "G": 8.22454021545127e-05, + "F": 0.011314170435070992, + "E": 1.0969572485919343e-06, + "T": 7.023500074865296e-05, + "P": 0.001710019540041685, + "-": 0.9866607189178467 + }, + "id": "tp_29944" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3743010, + "label": "-", + "classification": { + "B": 1.4883584299241193e-05, + "S": 1.8661050944501767e-06, + "I": 2.1845866285730153e-05, + "C": 5.446824616228696e-06, + "R": 1.5515159930146183e-06, + "M": 6.006224066368304e-05, + "O": 6.940655293874443e-05, + "W": 1.5793671082064975e-06, + "N": 1.6247083749476587e-06, + "Y": 7.03294572304003e-05, + "U": 1.0753818457942543e-07, + "K": 1.239525175833478e-07, + "L": 3.853318958135787e-06, + "G": 0.00010420499165775254, + "F": 0.0015530483797192574, + "E": 1.5947727661114186e-05, + "T": 0.00029942014953121543, + "P": 0.1138797402381897, + "-": 0.8838949799537659 + }, + "id": "tp_29945" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3743143, + "label": "-", + "classification": { + "B": 1.74722899828339e-05, + "S": 5.979570232739206e-06, + "I": 1.264441652892856e-05, + "C": 1.0921322427748237e-05, + "R": 3.1764161576575134e-06, + "M": 2.824752482410986e-05, + "O": 7.242270658025518e-05, + "W": 3.0287212666735286e-06, + "N": 1.7576181789991097e-06, + "Y": 0.0002841600507963449, + "U": 2.1130324512341758e-07, + "K": 5.028332452639006e-07, + "L": 9.143391253019217e-06, + "G": 0.0001998091902351007, + "F": 0.005216576159000397, + "E": 2.3682227038079873e-05, + "T": 0.0002400460361968726, + "P": 0.025358891114592552, + "-": 0.9685113430023193 + }, + "id": "tp_29946" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3743277, + "label": "-", + "classification": { + "B": 8.67424247985582e-08, + "S": 7.138776680903902e-08, + "I": 4.226732562528923e-05, + "C": 4.855801307712682e-06, + "R": 2.67530452902065e-07, + "M": 3.177275721100159e-05, + "O": 3.6356202599563403e-06, + "W": 5.535475366968967e-08, + "N": 1.389070575896767e-06, + "Y": 0.00019918631005566567, + "U": 5.9294393395248335e-08, + "K": 1.428515901125138e-07, + "L": 3.9481957969655923e-07, + "G": 6.115860742283985e-05, + "F": 0.0008574260864406824, + "E": 5.8039979194290936e-05, + "T": 0.00022104610980022699, + "P": 0.1593296080827713, + "-": 0.8391885757446289 + }, + "id": "tp_29947" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3743377, + "label": "-", + "classification": { + "B": 6.365918636674905e-08, + "S": 1.0037140185659155e-07, + "I": 8.089090783869324e-07, + "C": 1.3316925105755217e-05, + "R": 1.0947305781883188e-06, + "M": 3.2475956686539575e-05, + "O": 3.7450370200531324e-06, + "W": 3.0431433373223626e-08, + "N": 1.7202928859205713e-08, + "Y": 0.00043263877159915864, + "U": 2.221735240226508e-09, + "K": 1.1575301606114863e-08, + "L": 1.4624559980802587e-06, + "G": 0.00018161079788114876, + "F": 0.00664880545809865, + "E": 2.106957254000008e-06, + "T": 0.00011735105363186449, + "P": 0.0016145353438332677, + "-": 0.990949809551239 + }, + "id": "tp_29948" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3743510, + "label": "-", + "classification": { + "B": 1.4681206250699574e-09, + "S": 3.268059955985336e-08, + "I": 2.7485439204610884e-06, + "C": 9.279463597522408e-07, + "R": 1.8136464063900348e-07, + "M": 1.0796119568112772e-05, + "O": 3.1034844596433686e-06, + "W": 2.664602405388905e-08, + "N": 7.274000068946407e-08, + "Y": 0.00014580362767446786, + "U": 5.1855870708550356e-09, + "K": 3.130394432560024e-08, + "L": 9.87622783554798e-08, + "G": 6.427565040212357e-06, + "F": 0.00016644915740471333, + "E": 6.245874715204991e-07, + "T": 0.0002072305214824155, + "P": 0.0032093923073261976, + "-": 0.9962460398674011 + }, + "id": "tp_29949" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3743644, + "label": "-", + "classification": { + "B": 9.01631924676849e-09, + "S": 3.434542961144871e-08, + "I": 3.1769213819643483e-06, + "C": 5.9466301536303945e-06, + "R": 2.5244053176720627e-06, + "M": 7.432766869897023e-05, + "O": 4.871634246228496e-06, + "W": 5.604410091564205e-08, + "N": 2.379673880170685e-08, + "Y": 0.0006769464234821498, + "U": 9.83221326578132e-09, + "K": 2.9382361432794823e-08, + "L": 5.784709742329142e-07, + "G": 4.152210749452934e-05, + "F": 0.0004067628469783813, + "E": 3.3917291375473724e-07, + "T": 0.0006233857711777091, + "P": 0.0010036154417321086, + "-": 0.9971557855606079 + }, + "id": "tp_29950" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3743777, + "label": "-", + "classification": { + "B": 6.084316282795044e-06, + "S": 3.953054601879558e-06, + "I": 9.438923007110134e-05, + "C": 8.831232116790488e-05, + "R": 1.0522867341933306e-05, + "M": 0.00011860725498991087, + "O": 5.854481423739344e-05, + "W": 3.2984719382511685e-06, + "N": 9.52625759964576e-06, + "Y": 0.0007488435367122293, + "U": 2.3315374164667446e-06, + "K": 1.4572678992408328e-05, + "L": 1.1165398973389529e-05, + "G": 0.00042984282481484115, + "F": 0.01016832236200571, + "E": 0.0001586734870215878, + "T": 0.0007314959075301886, + "P": 0.10155786573886871, + "-": 0.8857836127281189 + }, + "id": "tp_29951" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3743877, + "label": "-", + "classification": { + "B": 7.370903176706634e-07, + "S": 3.9901041759549116e-07, + "I": 3.354769796715118e-05, + "C": 3.467363785603084e-05, + "R": 2.8505398859124398e-06, + "M": 0.00021641390048898757, + "O": 1.965488809219096e-05, + "W": 3.0371012371688266e-07, + "N": 8.337993904206087e-07, + "Y": 0.000450414459919557, + "U": 1.0947930917382109e-07, + "K": 3.951073779262515e-08, + "L": 6.443897746066796e-06, + "G": 0.00020664995827246457, + "F": 0.0011729688849300146, + "E": 2.2750633434043266e-05, + "T": 0.000672467693220824, + "P": 0.028342874720692635, + "-": 0.9688159227371216 + }, + "id": "tp_29952" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3744011, + "label": "-", + "classification": { + "B": 6.308354533191007e-11, + "S": 6.898554210515995e-12, + "I": 1.5834192623742638e-08, + "C": 4.6828574795654276e-08, + "R": 6.481529091217908e-09, + "M": 2.518410155971651e-07, + "O": 8.469069712191413e-08, + "W": 2.9281174707129765e-11, + "N": 1.1528206340927216e-11, + "Y": 1.0334987337046186e-06, + "U": 4.428695691421902e-12, + "K": 4.8243005456357485e-14, + "L": 1.2850684072418517e-08, + "G": 4.41801716988266e-07, + "F": 1.4561775287802448e-06, + "E": 5.569357752754911e-10, + "T": 4.189827905065613e-06, + "P": 0.00024267092521768063, + "-": 0.9997498393058777 + }, + "id": "tp_29953" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3744144, + "label": "-", + "classification": { + "B": 5.15030968983865e-08, + "S": 9.309571282756224e-07, + "I": 2.6289348170394078e-05, + "C": 0.0002078000397887081, + "R": 2.5081357307499275e-05, + "M": 3.346581797813997e-05, + "O": 4.525779149844311e-05, + "W": 2.5826921046245843e-06, + "N": 4.817296940018423e-06, + "Y": 0.0024276510812342167, + "U": 4.147048571212508e-07, + "K": 0.0003683900577016175, + "L": 3.0877188237354858e-06, + "G": 0.001109275035560131, + "F": 0.03787676990032196, + "E": 0.0003054480184800923, + "T": 0.00029673584504052997, + "P": 0.01775270514190197, + "-": 0.9395133852958679 + }, + "id": "tp_29954" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3744278, + "label": "-", + "classification": { + "B": 4.6399415509768005e-07, + "S": 8.806102869129973e-07, + "I": 4.6065080823609605e-05, + "C": 0.0001028834012686275, + "R": 1.0927316907327622e-05, + "M": 8.995945245260373e-05, + "O": 2.724787191255018e-05, + "W": 1.0046704801425221e-06, + "N": 3.200469564035302e-06, + "Y": 0.0003792576026171446, + "U": 9.103678735300491e-07, + "K": 4.181243639322929e-06, + "L": 4.828381861443631e-06, + "G": 0.00012490013614296913, + "F": 0.005332572851330042, + "E": 6.696302443742752e-05, + "T": 0.000562380941119045, + "P": 0.0505732037127018, + "-": 0.9426681995391846 + }, + "id": "tp_29955" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3744378, + "label": "-", + "classification": { + "B": 0.00023392611183226109, + "S": 3.59093610313721e-05, + "I": 4.655351585824974e-05, + "C": 8.182880992535502e-05, + "R": 1.5034359421406407e-05, + "M": 0.0012056393316015601, + "O": 0.0004458807234186679, + "W": 1.7137941540568136e-05, + "N": 6.0573129303520545e-06, + "Y": 0.0011444292031228542, + "U": 1.7423079725631396e-06, + "K": 4.563500169751933e-06, + "L": 0.00011283622734481469, + "G": 0.0012143156491219997, + "F": 0.019223803654313087, + "E": 0.00025949053815566003, + "T": 0.0011777516920119524, + "P": 0.02606535330414772, + "-": 0.9487077593803406 + }, + "id": "tp_29956" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3744511, + "label": "-", + "classification": { + "B": 1.7952866983250715e-05, + "S": 7.360639574471861e-05, + "I": 0.0008477948722429574, + "C": 0.002558207605034113, + "R": 0.0017072358168661594, + "M": 0.0031682653352618217, + "O": 0.0015371710760518909, + "W": 0.00011106901365565136, + "N": 5.618851719191298e-05, + "Y": 0.028833871707320213, + "U": 4.121823803870939e-05, + "K": 3.3165928471134976e-05, + "L": 0.0006569313118234277, + "G": 0.004333438351750374, + "F": 0.01045692153275013, + "E": 0.00012295134365558624, + "T": 0.023850157856941223, + "P": 0.014575840905308723, + "-": 0.9070180058479309 + }, + "id": "tp_29957" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3744645, + "label": "-", + "classification": { + "B": 5.574836450250586e-07, + "S": 3.971457317675231e-06, + "I": 1.854831566561188e-06, + "C": 1.2393860743031837e-05, + "R": 1.7647554386712727e-06, + "M": 4.867047391599044e-05, + "O": 3.9935177483130246e-05, + "W": 1.4256630720410612e-06, + "N": 2.867510602300172e-07, + "Y": 0.0004832507693208754, + "U": 5.797506830163002e-08, + "K": 3.6228254884917988e-06, + "L": 3.5436780763120623e-06, + "G": 0.00024865500745363533, + "F": 0.016064176335930824, + "E": 6.4333285081374925e-06, + "T": 0.00038754468550905585, + "P": 0.006358802784234285, + "-": 0.9763330817222595 + }, + "id": "tp_29958" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3744778, + "label": "-", + "classification": { + "B": 1.890109524538275e-05, + "S": 6.167484389152378e-05, + "I": 0.001610074075870216, + "C": 0.0003268615691922605, + "R": 0.0002224805939476937, + "M": 0.0027741205412894487, + "O": 0.000987834995612502, + "W": 5.5008811614243314e-05, + "N": 0.00011216361599508673, + "Y": 0.012688572518527508, + "U": 9.552745723340195e-06, + "K": 3.3517993870191276e-05, + "L": 0.00011833762255264446, + "G": 0.0017501665279269218, + "F": 0.00905665010213852, + "E": 0.0002933118958026171, + "T": 0.008160080760717392, + "P": 0.05257394164800644, + "-": 0.9091468453407288 + }, + "id": "tp_29959" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3744878, + "label": "-", + "classification": { + "B": 1.29857298816205e-05, + "S": 1.3371574141274323e-06, + "I": 1.4167520021146629e-05, + "C": 3.565821089068777e-06, + "R": 4.36210143561766e-07, + "M": 8.382513442484196e-06, + "O": 1.842144956754055e-05, + "W": 5.231652266957099e-07, + "N": 1.273068164664437e-06, + "Y": 3.829566776403226e-05, + "U": 5.1903320752444415e-08, + "K": 9.996873018280894e-08, + "L": 1.4556349015037995e-06, + "G": 7.055039895931259e-05, + "F": 0.002809734083712101, + "E": 4.323213215684518e-05, + "T": 5.230689203017391e-05, + "P": 0.2608194053173065, + "-": 0.7361037135124207 + }, + "id": "tp_29960" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3745012, + "label": "-", + "classification": { + "B": 0.00046711304457858205, + "S": 0.001545294071547687, + "I": 0.001413862337358296, + "C": 0.017709936946630478, + "R": 0.005002982448786497, + "M": 0.01646045409142971, + "O": 0.0074872602708637714, + "W": 0.001262026489712298, + "N": 0.000598258338868618, + "Y": 0.04824327677488327, + "U": 0.00033748545683920383, + "K": 0.005207577254623175, + "L": 0.004025718197226524, + "G": 0.04636542126536369, + "F": 0.16303905844688416, + "E": 0.00416196184232831, + "T": 0.02970188669860363, + "P": 0.024574218317866325, + "-": 0.6223961710929871 + }, + "id": "tp_29961" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3745145, + "label": "-", + "classification": { + "B": 5.420414117551786e-10, + "S": 1.4817097548913694e-09, + "I": 5.670386471479105e-08, + "C": 5.173219506104942e-07, + "R": 2.0370276132553045e-08, + "M": 1.500166263213032e-06, + "O": 1.9762396163969242e-07, + "W": 3.315139551762769e-10, + "N": 4.6283388233092637e-10, + "Y": 6.503424629045185e-06, + "U": 7.942991403497857e-11, + "K": 4.809398435057233e-10, + "L": 3.5393863839772166e-08, + "G": 3.974144419771619e-06, + "F": 0.0004759225994348526, + "E": 6.54869580785089e-08, + "T": 1.9789536963799037e-05, + "P": 0.0005042904522269964, + "-": 0.9989871382713318 + }, + "id": "tp_29962" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3745279, + "label": "-", + "classification": { + "B": 8.625827376818052e-07, + "S": 2.0099141693208367e-05, + "I": 6.729095730406698e-06, + "C": 0.0009408791665919125, + "R": 0.0002432405890431255, + "M": 0.0019272849895060062, + "O": 0.0005127741023898125, + "W": 1.0784408004838042e-05, + "N": 8.182258852684754e-07, + "Y": 0.011341340839862823, + "U": 4.4676087895823e-07, + "K": 1.6815496564959176e-05, + "L": 0.00031563115771859884, + "G": 0.006593836005777121, + "F": 0.06840736418962479, + "E": 2.7893163860426284e-05, + "T": 0.003677439410239458, + "P": 0.001133948564529419, + "-": 0.9048217535018921 + }, + "id": "tp_29963" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3745379, + "label": "-", + "classification": { + "B": 8.555649628760875e-07, + "S": 8.587742854615499e-07, + "I": 0.00018017641559708863, + "C": 0.00015668576816096902, + "R": 2.6229705326841213e-05, + "M": 5.370573126128875e-05, + "O": 3.5689921787707135e-05, + "W": 2.5934864424925763e-06, + "N": 1.2928499018016737e-05, + "Y": 0.0013694152003154159, + "U": 3.027547791134566e-06, + "K": 4.934353273711167e-05, + "L": 3.6322396681498503e-06, + "G": 0.00043722870759665966, + "F": 0.015011130832135677, + "E": 0.0001442067150492221, + "T": 0.0003421656147111207, + "P": 0.08843030780553818, + "-": 0.8937398195266724 + }, + "id": "tp_29964" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3745512, + "label": "-", + "classification": { + "B": 2.4375492557737743e-06, + "S": 2.1133077098056674e-05, + "I": 2.9330971301533282e-05, + "C": 0.00010680179548216984, + "R": 3.9693619328318164e-05, + "M": 0.0005687944940291345, + "O": 0.0002962693106383085, + "W": 1.036400681186933e-05, + "N": 3.7989270822436083e-06, + "Y": 0.0064053889364004135, + "U": 8.861723017616896e-07, + "K": 7.608575288031716e-06, + "L": 6.389444024534896e-05, + "G": 0.0012033383827656507, + "F": 0.017400307580828667, + "E": 6.971897528273985e-05, + "T": 0.002011556876823306, + "P": 0.009101605974137783, + "-": 0.9626570343971252 + }, + "id": "tp_29965" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3745646, + "label": "P", + "classification": { + "B": 5.902208613406401e-06, + "S": 3.116053994745016e-05, + "I": 0.00036439139512367547, + "C": 3.090666723437607e-05, + "R": 3.094015482929535e-06, + "M": 0.00030887030879966915, + "O": 0.00011292388808215037, + "W": 9.030813998833764e-06, + "N": 0.00010112598829437047, + "Y": 0.00032788346288725734, + "U": 9.448983178117487e-07, + "K": 1.5238764717651065e-05, + "L": 1.519746092526475e-05, + "G": 0.00045574974501505494, + "F": 0.01764076203107834, + "E": 0.0018489876529201865, + "T": 0.0012972383992746472, + "P": 0.5558539628982544, + "-": 0.4215766191482544 + }, + "id": "tp_29966" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3745779, + "label": "-", + "classification": { + "B": 0.00014580659626517445, + "S": 8.060556865530089e-05, + "I": 0.0009334079222753644, + "C": 0.003415066748857498, + "R": 0.0016364516923204064, + "M": 0.008687433786690235, + "O": 0.0029085332062095404, + "W": 0.00017428146384190768, + "N": 7.876567542552948e-05, + "Y": 0.01068967580795288, + "U": 4.461075513972901e-05, + "K": 1.1745809388230555e-05, + "L": 0.0015740161761641502, + "G": 0.0063982694409787655, + "F": 0.008298870176076889, + "E": 0.0004008561372756958, + "T": 0.01165035367012024, + "P": 0.022708455100655556, + "-": 0.9201627969741821 + }, + "id": "tp_29967" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3745879, + "label": "-", + "classification": { + "B": 2.1926241970504634e-05, + "S": 5.7954795920522884e-05, + "I": 0.0007127433782443404, + "C": 0.003492213087156415, + "R": 0.001084880786947906, + "M": 0.0022861608304083347, + "O": 0.0006783147691749036, + "W": 6.793336797272786e-05, + "N": 7.242539868457243e-05, + "Y": 0.017938842996954918, + "U": 3.897333226632327e-05, + "K": 0.00011680381430778652, + "L": 0.00025399556034244597, + "G": 0.004689662717282772, + "F": 0.029603682458400726, + "E": 0.000431617081630975, + "T": 0.009497971273958683, + "P": 0.02313024364411831, + "-": 0.9058237075805664 + }, + "id": "tp_29968" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3746013, + "label": "-", + "classification": { + "B": 8.575973333790898e-05, + "S": 6.105484499130398e-05, + "I": 0.0007790006930008531, + "C": 0.0008252542465925217, + "R": 0.0001525951229268685, + "M": 0.000654234376270324, + "O": 0.00034516112646088004, + "W": 4.322571840020828e-05, + "N": 0.0001441353524569422, + "Y": 0.005675588268786669, + "U": 4.4123018597019836e-05, + "K": 0.00032752237166278064, + "L": 8.954125951277092e-05, + "G": 0.0032555346842855215, + "F": 0.05739013850688934, + "E": 0.0015536791179329157, + "T": 0.0034968468826264143, + "P": 0.15705527365207672, + "-": 0.7680213451385498 + }, + "id": "tp_29969" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3746146, + "label": "-", + "classification": { + "B": 3.527782865830886e-08, + "S": 8.723489486328617e-08, + "I": 6.220114300958812e-06, + "C": 2.3296228391700424e-05, + "R": 4.776773948833579e-06, + "M": 1.4692494914925192e-05, + "O": 9.441440852242522e-06, + "W": 1.5851355783524923e-07, + "N": 1.8168503856941243e-07, + "Y": 0.00018872205691877753, + "U": 1.9431720232887528e-08, + "K": 7.822280423397387e-08, + "L": 5.99057955241733e-07, + "G": 5.3355255658971146e-05, + "F": 0.0025922865606844425, + "E": 2.088386963805533e-06, + "T": 8.168030035449192e-05, + "P": 0.01216144859790802, + "-": 0.984860897064209 + }, + "id": "tp_29970" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3746280, + "label": "-", + "classification": { + "B": 6.547915108967572e-05, + "S": 0.00014808987907599658, + "I": 3.798122997977771e-05, + "C": 0.0001127296345657669, + "R": 2.318774386367295e-05, + "M": 0.0006490029045380652, + "O": 0.0006724140839651227, + "W": 2.1477761038113385e-05, + "N": 6.232242412806954e-06, + "Y": 0.0006373468786478043, + "U": 4.883578981207393e-07, + "K": 1.5455540278708213e-06, + "L": 0.00013926545216236264, + "G": 0.0015345681458711624, + "F": 0.039782457053661346, + "E": 0.00010629327880451456, + "T": 0.0008856646600179374, + "P": 0.021061567589640617, + "-": 0.9341142773628235 + }, + "id": "tp_29971" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3746380, + "label": "-", + "classification": { + "B": 1.0089286206493853e-07, + "S": 1.7174644426631858e-06, + "I": 3.70311172446236e-05, + "C": 0.0015559348976239562, + "R": 0.0003954337153118104, + "M": 0.0001698645792203024, + "O": 9.42468032008037e-05, + "W": 1.75559080162202e-06, + "N": 1.229044642059307e-06, + "Y": 0.00431637791916728, + "U": 8.635607855467242e-07, + "K": 1.8751106836134568e-05, + "L": 3.003410529345274e-05, + "G": 0.0013771647354587913, + "F": 0.008355675265192986, + "E": 1.5166034245339688e-05, + "T": 0.0009984361240640283, + "P": 0.0013615324860438704, + "-": 0.9812687039375305 + }, + "id": "tp_29972" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3746513, + "label": "-", + "classification": { + "B": 4.190630352240987e-05, + "S": 8.269593672594056e-05, + "I": 0.002228143624961376, + "C": 0.0015014925738796592, + "R": 0.00021755669149570167, + "M": 0.0009126301156356931, + "O": 0.0005971377249807119, + "W": 7.281776197487488e-05, + "N": 0.000491306884214282, + "Y": 0.0038003071676939726, + "U": 8.918219828046858e-05, + "K": 0.0006086098728701472, + "L": 0.00010727276821853593, + "G": 0.0025741218123584986, + "F": 0.027010364457964897, + "E": 0.0027654035948216915, + "T": 0.003462680382654071, + "P": 0.19334137439727783, + "-": 0.7600948810577393 + }, + "id": "tp_29973" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3746647, + "label": "-", + "classification": { + "B": 3.8794983993284404e-05, + "S": 0.00017593952361494303, + "I": 3.7905479985056445e-05, + "C": 0.00019022692868020386, + "R": 4.92516192025505e-05, + "M": 0.001280682161450386, + "O": 0.0005911485059186816, + "W": 2.5546383767505176e-05, + "N": 6.081882020225748e-06, + "Y": 0.0030592973344027996, + "U": 9.562181730871089e-07, + "K": 2.772592233668547e-05, + "L": 0.00012117751612095162, + "G": 0.0017778797773644328, + "F": 0.040649112313985825, + "E": 0.0001368595112580806, + "T": 0.0018809681059792638, + "P": 0.00851467065513134, + "-": 0.9414357542991638 + }, + "id": "tp_29974" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3746780, + "label": "-", + "classification": { + "B": 0.0003336157533340156, + "S": 1.2585596778080799e-05, + "I": 0.0003379310655873269, + "C": 0.00039378111250698566, + "R": 4.925032044411637e-05, + "M": 0.0007759443251416087, + "O": 0.0002448706072755158, + "W": 6.932288670213893e-06, + "N": 1.5705749319749884e-05, + "Y": 0.0016289171762764454, + "U": 2.796413809846854e-06, + "K": 2.2265846837399295e-06, + "L": 0.00010192851914325729, + "G": 0.003147709649056196, + "F": 0.003031784435734153, + "E": 0.0003513036062940955, + "T": 0.0014746147207915783, + "P": 0.039693478494882584, + "-": 0.9483945965766907 + }, + "id": "tp_29975" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3746880, + "label": "-", + "classification": { + "B": 0.00012587488163262606, + "S": 1.96737096302968e-06, + "I": 1.14378844955354e-05, + "C": 3.5475245567795355e-06, + "R": 1.607835997674556e-06, + "M": 0.00041460763895884156, + "O": 0.00016251094348262995, + "W": 6.046394673830946e-07, + "N": 1.4490051114535163e-07, + "Y": 0.00019394389528315514, + "U": 1.3675606425067599e-08, + "K": 1.974622548805982e-10, + "L": 7.428601384162903e-05, + "G": 0.0005040292162448168, + "F": 0.0001258035917999223, + "E": 6.3085026340559125e-06, + "T": 0.0008125636377371848, + "P": 0.006322093307971954, + "-": 0.9912386536598206 + }, + "id": "tp_29976" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3747014, + "label": "-", + "classification": { + "B": 5.5447053455282e-05, + "S": 7.039336196612567e-05, + "I": 8.933889148465823e-06, + "C": 3.7845085898879915e-05, + "R": 8.108622751024086e-06, + "M": 0.00023313137353397906, + "O": 0.0003343844146002084, + "W": 8.823047210171353e-06, + "N": 1.5902346603979822e-06, + "Y": 8.045938739087433e-05, + "U": 1.2808230565042322e-07, + "K": 2.0210816842336499e-07, + "L": 7.270619971677661e-05, + "G": 0.000478371832286939, + "F": 0.012304777279496193, + "E": 1.4507219930237625e-05, + "T": 0.0006015642429701984, + "P": 0.03190112113952637, + "-": 0.9537875056266785 + }, + "id": "tp_29977" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3747147, + "label": "-", + "classification": { + "B": 0.0001119856970035471, + "S": 7.873633876442909e-05, + "I": 0.0008954413933679461, + "C": 0.0003626043035183102, + "R": 0.00010045553062809631, + "M": 0.0003087470249738544, + "O": 0.0005256195436231792, + "W": 5.4220177844399586e-05, + "N": 0.0002815687912516296, + "Y": 0.001800738857127726, + "U": 3.597806062316522e-05, + "K": 0.00019188308215234429, + "L": 5.53003883396741e-05, + "G": 0.0011024000123143196, + "F": 0.01259700395166874, + "E": 0.0010257747489959002, + "T": 0.0022864011116325855, + "P": 0.23459883034229279, + "-": 0.7435863018035889 + }, + "id": "tp_29978" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3747281, + "label": "-", + "classification": { + "B": 1.922252522490453e-06, + "S": 3.2471623967467167e-07, + "I": 2.4627766833873466e-05, + "C": 2.816917003656272e-05, + "R": 4.1551033973519225e-06, + "M": 8.582836744608358e-05, + "O": 1.9652839910122566e-05, + "W": 3.3814512789831497e-07, + "N": 8.516287266502331e-07, + "Y": 0.0007821506005711854, + "U": 1.925528323454273e-07, + "K": 1.0799880101330928e-06, + "L": 3.3281078231084393e-06, + "G": 0.00045248455717228353, + "F": 0.0013261574786156416, + "E": 7.985608681337908e-05, + "T": 0.00024394725915044546, + "P": 0.022303050383925438, + "-": 0.9746418595314026 + }, + "id": "tp_29979" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3747381, + "label": "-", + "classification": { + "B": 0.00012854505621362478, + "S": 0.0001879409683169797, + "I": 0.00032523684785701334, + "C": 0.0015977306757122278, + "R": 0.00036811974132433534, + "M": 0.0038371176924556494, + "O": 0.002059977501630783, + "W": 0.0001334066764684394, + "N": 4.881589120486751e-05, + "Y": 0.005703701172024012, + "U": 1.9586925191106275e-05, + "K": 1.0761641533463262e-05, + "L": 0.0007610473548993468, + "G": 0.003045867895707488, + "F": 0.007156609557569027, + "E": 0.0002478832029737532, + "T": 0.009018289856612682, + "P": 0.020151490345597267, + "-": 0.9451979398727417 + }, + "id": "tp_29980" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3747514, + "label": "-", + "classification": { + "B": 2.7649841285892762e-05, + "S": 8.036367216845974e-05, + "I": 0.000321717670885846, + "C": 0.00021890323841944337, + "R": 8.316017920151353e-05, + "M": 0.0006161869969218969, + "O": 0.0005026098224334419, + "W": 7.193318015197292e-05, + "N": 6.943576590856537e-05, + "Y": 0.005237596575170755, + "U": 2.1706789993913844e-05, + "K": 0.00032419440685771406, + "L": 6.575927545782179e-05, + "G": 0.0012558458838611841, + "F": 0.030452582985162735, + "E": 0.0005859199445694685, + "T": 0.003169657662510872, + "P": 0.06390243023633957, + "-": 0.892992377281189 + }, + "id": "tp_29981" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3747648, + "label": "-", + "classification": { + "B": 0.00016040983609855175, + "S": 5.2811403293162584e-05, + "I": 0.001211391994729638, + "C": 0.000646666216198355, + "R": 8.945172157837078e-05, + "M": 0.0027253511361777782, + "O": 0.0005147629999555647, + "W": 2.2784803149988875e-05, + "N": 4.759991861646995e-05, + "Y": 0.009772534482181072, + "U": 6.209955245140009e-06, + "K": 8.959168553701602e-06, + "L": 0.00023906420392449945, + "G": 0.006836005486547947, + "F": 0.011826165951788425, + "E": 0.002400551689788699, + "T": 0.004017530474811792, + "P": 0.08213737607002258, + "-": 0.8772843480110168 + }, + "id": "tp_29982" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3747781, + "label": "-", + "classification": { + "B": 2.967471743886563e-07, + "S": 1.9412645713146048e-07, + "I": 7.973912033776287e-06, + "C": 6.392018985934556e-05, + "R": 5.782982498203637e-06, + "M": 0.0003036918060388416, + "O": 2.183946708100848e-05, + "W": 1.4705385353863676e-07, + "N": 2.701037828956032e-07, + "Y": 0.003933401312679052, + "U": 5.504441702441909e-08, + "K": 4.956960992785753e-07, + "L": 8.244169293902814e-06, + "G": 0.001353047788143158, + "F": 0.0044635869562625885, + "E": 4.919042476103641e-05, + "T": 0.0007826457731425762, + "P": 0.003963535185903311, + "-": 0.9850417971611023 + }, + "id": "tp_29983" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3747881, + "label": "-", + "classification": { + "B": 1.1457196933406522e-06, + "S": 2.4932676296884893e-06, + "I": 3.124952127109282e-05, + "C": 0.00013300612044986337, + "R": 1.8068734789267182e-05, + "M": 0.00025332364020869136, + "O": 4.75760898552835e-05, + "W": 2.411000878055347e-06, + "N": 4.245670879754471e-06, + "Y": 0.006452376488596201, + "U": 7.243930326694681e-07, + "K": 0.00010218883107881993, + "L": 8.877146683516912e-06, + "G": 0.0014323764480650425, + "F": 0.02562614157795906, + "E": 0.0004740057629533112, + "T": 0.0012201662175357342, + "P": 0.024882197380065918, + "-": 0.939307451248169 + }, + "id": "tp_29984" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3748015, + "label": "-", + "classification": { + "B": 3.481103931335383e-06, + "S": 1.3787084753857926e-05, + "I": 8.520632400177419e-05, + "C": 0.00012742538820020854, + "R": 2.581917397037614e-05, + "M": 0.0004828197415918112, + "O": 0.00014544514124281704, + "W": 6.413852588593727e-06, + "N": 1.1269507922406774e-05, + "Y": 0.002206079661846161, + "U": 1.3235808182798792e-06, + "K": 2.9356120649026707e-05, + "L": 1.8065853510051966e-05, + "G": 0.0007083341479301453, + "F": 0.019107259809970856, + "E": 0.00027342475368641317, + "T": 0.0014380927896127105, + "P": 0.03236699476838112, + "-": 0.9429494142532349 + }, + "id": "tp_29985" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3748148, + "label": "-", + "classification": { + "B": 1.5233988506224705e-06, + "S": 1.1188379176019225e-05, + "I": 7.68334575695917e-05, + "C": 0.0014773317379876971, + "R": 0.00031976698664948344, + "M": 0.0011901453835889697, + "O": 0.0005179316503927112, + "W": 2.0921132090734318e-05, + "N": 9.96614653558936e-06, + "Y": 0.00880529172718525, + "U": 4.745501883007819e-06, + "K": 0.00020364751981105655, + "L": 0.00014539492258336395, + "G": 0.006295484025031328, + "F": 0.053240641951560974, + "E": 0.00015415444795507938, + "T": 0.004169400781393051, + "P": 0.008326821960508823, + "-": 0.9150289297103882 + }, + "id": "tp_29986" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3748282, + "label": "-", + "classification": { + "B": 0.0002133828675141558, + "S": 0.00042558182030916214, + "I": 0.0011345261009410024, + "C": 0.008380199782550335, + "R": 0.0032015477772802114, + "M": 0.011137581430375576, + "O": 0.0035387547686696053, + "W": 0.0003106747753918171, + "N": 0.00018608001118991524, + "Y": 0.04281783476471901, + "U": 0.00013109805877320468, + "K": 0.0005357111222110689, + "L": 0.002858090680092573, + "G": 0.02785566635429859, + "F": 0.06865857541561127, + "E": 0.001817298703826964, + "T": 0.018775885924696922, + "P": 0.019385984167456627, + "-": 0.7886356115341187 + }, + "id": "tp_29987" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3748382, + "label": "-", + "classification": { + "B": 9.764927061395312e-11, + "S": 1.2156086137693478e-09, + "I": 1.8260154277527363e-08, + "C": 3.5770165141002508e-06, + "R": 1.609755827303161e-06, + "M": 2.400632183707785e-06, + "O": 1.1969798379141139e-06, + "W": 4.8264032770362064e-09, + "N": 1.3781843721805132e-10, + "Y": 0.00010237121023237705, + "U": 1.8715745619957147e-10, + "K": 5.330389463154006e-10, + "L": 3.1334445793618215e-07, + "G": 1.066823006112827e-05, + "F": 0.0010721818543970585, + "E": 2.5834712147343453e-09, + "T": 2.8694797947537154e-05, + "P": 7.515868492191657e-05, + "-": 0.998701810836792 + }, + "id": "tp_29988" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3748515, + "label": "-", + "classification": { + "B": 8.01297304064974e-08, + "S": 7.323291129068821e-08, + "I": 6.64224762658705e-06, + "C": 5.001681984140305e-06, + "R": 5.33252205059398e-07, + "M": 0.00013355110422708094, + "O": 4.655273642129032e-06, + "W": 4.980153178735236e-08, + "N": 1.311647821466977e-07, + "Y": 0.0007107759010978043, + "U": 1.2596387932717334e-08, + "K": 1.2072176502897491e-07, + "L": 6.304447310867545e-07, + "G": 8.268977398984134e-05, + "F": 0.0009072190150618553, + "E": 3.4987115213880315e-05, + "T": 0.0002438976225676015, + "P": 0.005068189464509487, + "-": 0.9928008317947388 + }, + "id": "tp_29989" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3748649, + "label": "-", + "classification": { + "B": 0.0022012500558048487, + "S": 0.0002603468019515276, + "I": 4.1513154428685084e-05, + "C": 8.013332990230992e-05, + "R": 2.715011032705661e-05, + "M": 0.0006246217526495457, + "O": 0.0008719149045646191, + "W": 4.437409734237008e-05, + "N": 7.780120540701319e-06, + "Y": 0.0004579155065584928, + "U": 6.760739665878646e-07, + "K": 3.108202690782491e-06, + "L": 0.00025771421496756375, + "G": 0.003177642123773694, + "F": 0.05001772567629814, + "E": 0.0003567929961718619, + "T": 0.0006215075263753533, + "P": 0.03576193004846573, + "-": 0.9051859378814697 + }, + "id": "tp_29990" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3748782, + "label": "-", + "classification": { + "B": 7.270021740168886e-08, + "S": 8.430563411820913e-07, + "I": 1.246699957846431e-05, + "C": 3.099488458246924e-05, + "R": 8.921198059397284e-06, + "M": 5.252162736724131e-05, + "O": 3.577812822186388e-05, + "W": 7.578665872642887e-07, + "N": 6.795072522436385e-07, + "Y": 0.0010093789314851165, + "U": 2.442678237457585e-07, + "K": 1.8046719560516067e-05, + "L": 3.316386937513016e-06, + "G": 0.00022255106887314469, + "F": 0.005564780440181494, + "E": 1.0780864613479935e-05, + "T": 0.0003741740947589278, + "P": 0.002916780300438404, + "-": 0.9897368550300598 + }, + "id": "tp_29991" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3748882, + "label": "-", + "classification": { + "B": 5.388480417423125e-07, + "S": 1.3448840263663442e-07, + "I": 3.204881431884132e-05, + "C": 1.1218809959245846e-05, + "R": 3.0475027870124904e-06, + "M": 4.6608649427071214e-05, + "O": 1.2652114492084365e-05, + "W": 2.0964732527772867e-07, + "N": 2.967551608890062e-07, + "Y": 0.00019822157628368586, + "U": 4.914080165008272e-08, + "K": 3.843864249120088e-08, + "L": 3.544461833371315e-06, + "G": 0.0002073028008453548, + "F": 0.0013458130415529013, + "E": 2.2007319785188884e-05, + "T": 0.0001407334639225155, + "P": 0.02448381297290325, + "-": 0.9734916687011719 + }, + "id": "tp_29992" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3749016, + "label": "-", + "classification": { + "B": 1.1753292710636742e-05, + "S": 3.23205858876463e-05, + "I": 0.00026766705559566617, + "C": 0.004835039842873812, + "R": 0.0009781585540622473, + "M": 0.0022524192463606596, + "O": 0.0006041359738446772, + "W": 3.254241164540872e-05, + "N": 2.6270412490703166e-05, + "Y": 0.008115575648844242, + "U": 1.7670152374194004e-05, + "K": 4.704205639427528e-05, + "L": 0.0003231846203561872, + "G": 0.0046559893526136875, + "F": 0.029567424207925797, + "E": 0.0002672573900781572, + "T": 0.005594891961663961, + "P": 0.015536565333604813, + "-": 0.9268340468406677 + }, + "id": "tp_29993" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3749149, + "label": "-", + "classification": { + "B": 3.7131016483726853e-07, + "S": 2.343737605770002e-06, + "I": 3.2329626264981925e-05, + "C": 4.0150847780751064e-05, + "R": 4.5017595766694285e-06, + "M": 3.915669731213711e-05, + "O": 3.0885024898452684e-05, + "W": 1.8335746290176758e-06, + "N": 4.806519882549765e-06, + "Y": 0.0005737351602874696, + "U": 3.207292422757746e-07, + "K": 2.458087146806065e-05, + "L": 1.5263796058206935e-06, + "G": 0.00016390241216868162, + "F": 0.020149093121290207, + "E": 8.577317203162238e-05, + "T": 0.00022811611415818334, + "P": 0.04055125266313553, + "-": 0.9380653500556946 + }, + "id": "tp_29994" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3749283, + "label": "-", + "classification": { + "B": 1.8387418254661725e-09, + "S": 2.418954592187106e-09, + "I": 3.9045064958997955e-09, + "C": 5.085332190901681e-07, + "R": 4.633509576024153e-08, + "M": 4.534305844572373e-06, + "O": 4.5974621798450244e-07, + "W": 8.267933004901806e-10, + "N": 2.9295683934282835e-11, + "Y": 4.2317395127611235e-05, + "U": 1.1351507407664219e-11, + "K": 6.783135858556832e-11, + "L": 1.3607775883883733e-07, + "G": 1.5949313819874078e-05, + "F": 0.00026032092864625156, + "E": 1.1053176152131527e-08, + "T": 1.9609722585300915e-05, + "P": 7.090351573424414e-05, + "-": 0.9995853304862976 + }, + "id": "tp_29995" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3749383, + "label": "-", + "classification": { + "B": 5.490348371495202e-07, + "S": 2.859408050426282e-05, + "I": 9.323809535999317e-06, + "C": 0.0010675478260964155, + "R": 0.00014549453044310212, + "M": 0.0006332193734124303, + "O": 0.000303409353364259, + "W": 1.4059627574170008e-05, + "N": 1.530823396933556e-06, + "Y": 0.0032368896063417196, + "U": 3.988268701959896e-07, + "K": 6.422731530619785e-05, + "L": 8.698802412254736e-05, + "G": 0.004336247686296701, + "F": 0.11501894146203995, + "E": 4.0580194763606414e-05, + "T": 0.002920016646385193, + "P": 0.0022919955663383007, + "-": 0.8697999119758606 + }, + "id": "tp_29996" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3749516, + "label": "-", + "classification": { + "B": 1.7836954384620185e-06, + "S": 1.0038595064543188e-05, + "I": 0.0001133630212279968, + "C": 2.6156652893405408e-05, + "R": 1.750887167872861e-05, + "M": 0.00037407499621622264, + "O": 0.0001635257067391649, + "W": 4.517742581811035e-06, + "N": 5.165731181477895e-06, + "Y": 0.0013032801216468215, + "U": 4.2998868821086944e-07, + "K": 5.001331260245934e-07, + "L": 2.07383964152541e-05, + "G": 0.0002310846175532788, + "F": 0.0038815417792648077, + "E": 2.159357609343715e-05, + "T": 0.0017303494969382882, + "P": 0.023912424221634865, + "-": 0.9681817889213562 + }, + "id": "tp_29997" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3749650, + "label": "-", + "classification": { + "B": 6.127027631919191e-07, + "S": 7.064484179863939e-07, + "I": 5.311050699674524e-06, + "C": 3.406827090657316e-05, + "R": 7.5084840318595525e-06, + "M": 0.000537071842700243, + "O": 3.112251215497963e-05, + "W": 3.820829022060934e-07, + "N": 2.249270494303346e-07, + "Y": 0.0032897191122174263, + "U": 4.815499110577548e-08, + "K": 2.392268072526349e-07, + "L": 1.4574091437680181e-05, + "G": 0.0009005001629702747, + "F": 0.009987815283238888, + "E": 2.105216117342934e-05, + "T": 0.0009898231364786625, + "P": 0.002553729573264718, + "-": 0.9816254377365112 + }, + "id": "tp_29998" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3749783, + "label": "-", + "classification": { + "B": 8.779941254033474e-07, + "S": 8.900456123228651e-07, + "I": 4.6678082981088664e-06, + "C": 3.9514729905931745e-06, + "R": 3.0483423074656457e-07, + "M": 1.166040419775527e-05, + "O": 1.1198557331226766e-05, + "W": 3.929269496438792e-07, + "N": 5.0191465561511e-07, + "Y": 9.059510921360925e-05, + "U": 5.31405852655098e-08, + "K": 5.487926841851731e-07, + "L": 6.537990770993929e-07, + "G": 3.737251608981751e-05, + "F": 0.0032979543320834637, + "E": 8.652634278405458e-06, + "T": 0.000107927895442117, + "P": 0.03408588096499443, + "-": 0.9623358845710754 + }, + "id": "tp_29999" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3749883, + "label": "-", + "classification": { + "B": 1.2362671668597613e-06, + "S": 1.550920023873914e-05, + "I": 2.5438033844693564e-05, + "C": 0.0002231586549896747, + "R": 9.388446778757498e-05, + "M": 0.0006055849953554571, + "O": 0.00038589368341490626, + "W": 1.1616840311035048e-05, + "N": 2.705044607864693e-06, + "Y": 0.006223662756383419, + "U": 1.1193396858288907e-06, + "K": 8.938075552578084e-06, + "L": 8.927260932978243e-05, + "G": 0.0011717431480064988, + "F": 0.014136211946606636, + "E": 1.64899138326291e-05, + "T": 0.002218920737504959, + "P": 0.0037641869857907295, + "-": 0.9710044860839844 + }, + "id": "tp_30000" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3750017, + "label": "-", + "classification": { + "B": 0.0013281749561429024, + "S": 0.0036862201523035765, + "I": 0.005594620481133461, + "C": 0.04775834456086159, + "R": 0.030069861561059952, + "M": 0.04950590059161186, + "O": 0.023178113624453545, + "W": 0.0035116777289658785, + "N": 0.0014443404506891966, + "Y": 0.13818448781967163, + "U": 0.0013826899230480194, + "K": 0.002281973836943507, + "L": 0.03337905555963516, + "G": 0.09556381404399872, + "F": 0.10147275030612946, + "E": 0.004204307217150927, + "T": 0.06534391641616821, + "P": 0.01571609452366829, + "-": 0.376393586397171 + }, + "id": "tp_30001" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3750150, + "label": "-", + "classification": { + "B": 1.369443891618971e-09, + "S": 4.72077310575969e-09, + "I": 1.0945525730221561e-07, + "C": 1.0235686431769864e-06, + "R": 1.12094518556205e-07, + "M": 1.0450875151946093e-06, + "O": 5.658648660755716e-07, + "W": 3.89134280354142e-09, + "N": 3.884135679754763e-09, + "Y": 8.334834274137393e-05, + "U": 1.0281339113404897e-09, + "K": 6.014779785346036e-08, + "L": 4.121391583566947e-08, + "G": 1.0991940143867396e-05, + "F": 0.0014721682528033853, + "E": 2.610910598832561e-07, + "T": 1.704289206827525e-05, + "P": 0.0011426126584410667, + "-": 0.9972705245018005 + }, + "id": "tp_30002" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3750250, + "label": "-", + "classification": { + "B": 2.836116209437023e-06, + "S": 2.111983690156194e-07, + "I": 3.9236452721524984e-05, + "C": 1.10772016341798e-05, + "R": 2.323323087694007e-06, + "M": 5.566772961174138e-05, + "O": 1.766051173035521e-05, + "W": 1.7048388656348834e-07, + "N": 7.771781724841276e-07, + "Y": 0.0002478767710272223, + "U": 7.873158125448754e-08, + "K": 1.7469389490543108e-08, + "L": 3.407301619517966e-06, + "G": 0.000226712814765051, + "F": 0.00043375554378144443, + "E": 1.9344221072969958e-05, + "T": 0.0004120366938877851, + "P": 0.05067966505885124, + "-": 0.9478471875190735 + }, + "id": "tp_30003" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3750384, + "label": "-", + "classification": { + "B": 2.881675342791823e-08, + "S": 7.409738032038149e-07, + "I": 1.4436835954256821e-05, + "C": 4.6598277549492195e-05, + "R": 4.432909008755814e-06, + "M": 8.985257591120899e-05, + "O": 3.553522765287198e-05, + "W": 6.74680393331073e-07, + "N": 1.659988356550457e-06, + "Y": 0.001679896260611713, + "U": 1.524832242694174e-07, + "K": 1.19828337119543e-05, + "L": 2.844989467121195e-06, + "G": 0.00034451470128260553, + "F": 0.01723143830895424, + "E": 3.374024890945293e-05, + "T": 0.0008155436371453106, + "P": 0.01728188805282116, + "-": 0.9624040126800537 + }, + "id": "tp_30004" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3750517, + "label": "-", + "classification": { + "B": 3.2673488021828234e-05, + "S": 6.238179776119068e-05, + "I": 0.0005035422509536147, + "C": 0.005376134533435106, + "R": 0.0012341064866632223, + "M": 0.003084504045546055, + "O": 0.0008794391760602593, + "W": 4.5853179472032934e-05, + "N": 4.190153049421497e-05, + "Y": 0.0104983514174819, + "U": 1.6051693819463253e-05, + "K": 4.748047285829671e-05, + "L": 0.000713661836925894, + "G": 0.013940862379968166, + "F": 0.07562582194805145, + "E": 0.0006981464684940875, + "T": 0.005052041262388229, + "P": 0.023191429674625397, + "-": 0.8589556217193604 + }, + "id": "tp_30005" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3750651, + "label": "-", + "classification": { + "B": 0.0004587543080560863, + "S": 0.00012149486428825185, + "I": 9.531076648272574e-05, + "C": 0.00010867613309528679, + "R": 7.298696436919272e-05, + "M": 0.0027163634076714516, + "O": 0.001675149193033576, + "W": 8.112853538477793e-05, + "N": 6.18239300820278e-06, + "Y": 0.0022009427193552256, + "U": 1.4430444252866437e-06, + "K": 1.351579498987121e-06, + "L": 0.00043055476271547377, + "G": 0.003399826819077134, + "F": 0.008786856196820736, + "E": 0.00013332965318113565, + "T": 0.0014178412966430187, + "P": 0.016276659443974495, + "-": 0.9620150923728943 + }, + "id": "tp_30006" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3750751, + "label": "-", + "classification": { + "B": 3.7630183214787394e-05, + "S": 2.5046365408343263e-05, + "I": 0.0005717448657378554, + "C": 0.00034092873102054, + "R": 0.0001109524309867993, + "M": 0.0005128015764057636, + "O": 0.0004818345478270203, + "W": 2.1169666069909e-05, + "N": 4.925391112919897e-05, + "Y": 0.0029381068889051676, + "U": 1.1439231457188725e-05, + "K": 1.1109425031463616e-05, + "L": 0.00011072073539253324, + "G": 0.0016900422051548958, + "F": 0.00728291179984808, + "E": 0.0002920677070505917, + "T": 0.002905507106333971, + "P": 0.0640987977385521, + "-": 0.9185079336166382 + }, + "id": "tp_30007" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3750884, + "label": "-", + "classification": { + "B": 5.013940608478151e-06, + "S": 2.747386361079407e-06, + "I": 4.192115738987923e-05, + "C": 3.999759428552352e-05, + "R": 2.0402098016347736e-05, + "M": 0.0003987499512732029, + "O": 0.00011251995601924136, + "W": 2.3501456780650187e-06, + "N": 8.426069371125777e-07, + "Y": 0.0009575695730745792, + "U": 1.3012713395710307e-07, + "K": 3.422067607061763e-08, + "L": 3.943464980693534e-05, + "G": 0.0002633236290421337, + "F": 0.0017625379841774702, + "E": 1.721655462461058e-05, + "T": 0.0010070696007460356, + "P": 0.01022545900195837, + "-": 0.9851027727127075 + }, + "id": "tp_30008" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3751018, + "label": "-", + "classification": { + "B": 1.1064876161981374e-05, + "S": 9.856214546744013e-07, + "I": 0.00017408531857654452, + "C": 5.2723476983373985e-05, + "R": 2.522317572584143e-06, + "M": 0.00013074857997708023, + "O": 1.8228096450911835e-05, + "W": 1.1563284942894825e-06, + "N": 1.0227551683783531e-05, + "Y": 0.0004355153359938413, + "U": 1.2528746538009727e-06, + "K": 6.3755719565961044e-06, + "L": 3.8293710531434044e-06, + "G": 0.00031229062005877495, + "F": 0.007068650331348181, + "E": 0.0012764394050464034, + "T": 0.00020984304137527943, + "P": 0.27365562319755554, + "-": 0.7166284322738647 + }, + "id": "tp_30009" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3751151, + "label": "-", + "classification": { + "B": 8.340640533788246e-07, + "S": 5.816758857690729e-06, + "I": 6.5624681155895814e-06, + "C": 0.00013435979781206697, + "R": 3.145151640637778e-05, + "M": 0.0006233010208234191, + "O": 0.00010701356222853065, + "W": 2.830498942785198e-06, + "N": 3.2970086749628535e-07, + "Y": 0.0010046017123386264, + "U": 1.427668081532829e-07, + "K": 6.768152047698095e-07, + "L": 4.880080814473331e-05, + "G": 0.0007973878527991474, + "F": 0.016581082716584206, + "E": 1.7245616618311033e-05, + "T": 0.0012883493909612298, + "P": 0.003260798752307892, + "-": 0.9760884046554565 + }, + "id": "tp_30010" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3751251, + "label": "P", + "classification": { + "B": 2.2053306736324885e-07, + "S": 8.316189514800953e-09, + "I": 7.57547386456281e-05, + "C": 2.8821434625569964e-06, + "R": 5.4871783561338816e-08, + "M": 4.244123374519404e-06, + "O": 3.7300000599316263e-07, + "W": 1.1427075286007948e-08, + "N": 1.4436308219956118e-06, + "Y": 3.7955454899929464e-05, + "U": 8.739078793951194e-09, + "K": 7.619674136094545e-08, + "L": 3.325197539538749e-08, + "G": 2.075080010399688e-05, + "F": 0.00027959293220192194, + "E": 0.0003390409692656249, + "T": 8.969279406301212e-06, + "P": 0.6849995851516724, + "-": 0.31422895193099976 + }, + "id": "tp_30011" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3751385, + "label": "-", + "classification": { + "B": 1.294483098490673e-08, + "S": 2.461065129466533e-08, + "I": 2.0642094114009524e-06, + "C": 7.871327625252889e-07, + "R": 1.0896114588376804e-07, + "M": 1.7427167904315866e-06, + "O": 1.190264811157249e-06, + "W": 3.0422224739368176e-08, + "N": 4.995498414928079e-08, + "Y": 4.217692548991181e-05, + "U": 7.941896029706186e-09, + "K": 2.8192095768986292e-08, + "L": 6.11704109587663e-08, + "G": 4.058133072248893e-06, + "F": 0.0003113390412181616, + "E": 9.1230486987115e-07, + "T": 4.6070508687989786e-05, + "P": 0.018461599946022034, + "-": 0.9811276197433472 + }, + "id": "tp_30012" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3751518, + "label": "P", + "classification": { + "B": 1.1311563241633849e-07, + "S": 7.463848561428676e-08, + "I": 8.323123620357364e-05, + "C": 3.678454277178389e-06, + "R": 2.8646172722801566e-07, + "M": 3.814895990217337e-06, + "O": 2.1940159058431163e-06, + "W": 8.781346139130619e-08, + "N": 3.179965233357507e-06, + "Y": 1.5140225514187478e-05, + "U": 5.2503718706020663e-08, + "K": 4.4495457984794484e-08, + "L": 1.5139835340960417e-07, + "G": 1.5825460650376044e-05, + "F": 0.0001724025496514514, + "E": 6.253446190385148e-05, + "T": 4.6607434342149645e-05, + "P": 0.7231531739234924, + "-": 0.2764374315738678 + }, + "id": "tp_30013" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3751652, + "label": "-", + "classification": { + "B": 0.00029103728593327105, + "S": 6.137586751719937e-05, + "I": 3.527152512106113e-05, + "C": 1.7029669834300876e-05, + "R": 4.499663191381842e-06, + "M": 0.00014337102766148746, + "O": 0.0004331001837272197, + "W": 1.2866590623161756e-05, + "N": 3.5265115911897738e-06, + "Y": 4.0143440855899826e-05, + "U": 1.8485195596440462e-07, + "K": 3.3965172008265654e-08, + "L": 9.525827772449702e-05, + "G": 0.00033192188129760325, + "F": 0.003203540574759245, + "E": 3.8657221011817455e-05, + "T": 0.0002335886674700305, + "P": 0.08385708183050156, + "-": 0.9111976027488708 + }, + "id": "tp_30014" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3751752, + "label": "-", + "classification": { + "B": 4.704398648414099e-09, + "S": 2.248696340245715e-08, + "I": 1.2993120435567107e-05, + "C": 1.901271957649442e-06, + "R": 6.203996605336215e-08, + "M": 9.010528287944908e-07, + "O": 4.7315211304521654e-07, + "W": 2.080577132801409e-08, + "N": 6.49263938612421e-07, + "Y": 2.0434266843949445e-05, + "U": 3.39658008385868e-08, + "K": 2.3789939405105542e-06, + "L": 1.8267341417299576e-08, + "G": 4.162402547081001e-06, + "F": 0.0012314780615270138, + "E": 2.947376196971163e-05, + "T": 1.804506428015884e-05, + "P": 0.15894491970539093, + "-": 0.8397319316864014 + }, + "id": "tp_30015" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3751885, + "label": "-", + "classification": { + "B": 3.094421003879688e-07, + "S": 3.4707667850852886e-07, + "I": 8.628451178083196e-05, + "C": 2.0925166609231383e-05, + "R": 1.6345229596481659e-06, + "M": 1.1822651686088648e-05, + "O": 4.31557054980658e-06, + "W": 3.0885217938703136e-07, + "N": 2.6341738248447655e-06, + "Y": 0.00020921524264849722, + "U": 2.249739026183306e-07, + "K": 9.648036893850076e-07, + "L": 5.901901545257715e-07, + "G": 5.7259469031123444e-05, + "F": 0.0018754820339381695, + "E": 7.050144631648436e-05, + "T": 8.452567999484017e-05, + "P": 0.21000787615776062, + "-": 0.7875648736953735 + }, + "id": "tp_30016" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3752019, + "label": "-", + "classification": { + "B": 3.337960130522788e-09, + "S": 2.17608686625681e-09, + "I": 3.195680619683117e-05, + "C": 9.638326901040273e-07, + "R": 3.0154708952068177e-08, + "M": 3.620408506321837e-06, + "O": 8.416837999902782e-07, + "W": 8.727226163962598e-10, + "N": 3.468209683887835e-07, + "Y": 7.823364285286516e-06, + "U": 7.115540379132312e-10, + "K": 2.021390832496195e-10, + "L": 4.600526182230169e-08, + "G": 1.2110952411603648e-05, + "F": 4.094617543159984e-05, + "E": 7.157587788242381e-06, + "T": 6.751784530933946e-05, + "P": 0.15225529670715332, + "-": 0.8475713729858398 + }, + "id": "tp_30017" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3752152, + "label": "P", + "classification": { + "B": 1.3967312952445354e-05, + "S": 5.373203293856932e-06, + "I": 0.0029236709233373404, + "C": 0.00029084974084980786, + "R": 3.1102594221010804e-05, + "M": 0.0001601877302164212, + "O": 4.4010226702084765e-05, + "W": 6.485500307462644e-06, + "N": 0.00019255856750532985, + "Y": 0.0007802483742125332, + "U": 1.1325279047014192e-05, + "K": 4.836044172407128e-05, + "L": 8.25154347694479e-06, + "G": 0.0005060121766291559, + "F": 0.0042482297867536545, + "E": 0.0022253019269555807, + "T": 0.0005968480836600065, + "P": 0.5268545746803284, + "-": 0.46105265617370605 + }, + "id": "tp_30018" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3752252, + "label": "P", + "classification": { + "B": 6.512567568561778e-11, + "S": 1.1110203035347155e-10, + "I": 1.4355641724250745e-06, + "C": 4.450753099405347e-10, + "R": 1.0584049262019057e-11, + "M": 2.03531147491276e-09, + "O": 1.1989949033619496e-09, + "W": 4.602783432172686e-11, + "N": 5.068993047530057e-08, + "Y": 1.1244716269231958e-08, + "U": 8.773815875218194e-12, + "K": 1.0744339862256425e-09, + "L": 3.450139262825558e-12, + "G": 5.575921502298797e-09, + "F": 2.601963387860451e-06, + "E": 4.120111498195911e-06, + "T": 2.5236321476995727e-08, + "P": 0.9827612042427063, + "-": 0.017230600118637085 + }, + "id": "tp_30019" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3752386, + "label": "-", + "classification": { + "B": 9.892013597134763e-11, + "S": 2.5197764014217583e-11, + "I": 1.952485035872087e-06, + "C": 1.6460344909319247e-07, + "R": 4.451911284064636e-09, + "M": 5.765161859017098e-08, + "O": 1.1240989472582896e-08, + "W": 1.9380815008407382e-10, + "N": 1.7697988852205526e-08, + "Y": 3.2173866202356294e-05, + "U": 5.578419948193414e-10, + "K": 6.609765534904e-08, + "L": 2.7047503126098604e-10, + "G": 1.2161469840066275e-06, + "F": 8.757047180552036e-05, + "E": 1.9499302652548067e-06, + "T": 2.5531885512464214e-06, + "P": 0.033481303602457047, + "-": 0.9663909673690796 + }, + "id": "tp_30020" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3752519, + "label": "P", + "classification": { + "B": 7.403305052333664e-11, + "S": 1.0956677405637993e-11, + "I": 7.98085966380313e-06, + "C": 2.6935476071798803e-09, + "R": 3.604430295900407e-11, + "M": 1.6800015600892948e-08, + "O": 1.7234956795064704e-09, + "W": 1.5201340186621337e-11, + "N": 3.004303650300244e-08, + "Y": 7.282257996621411e-08, + "U": 2.2875345714878925e-11, + "K": 1.15092775587744e-10, + "L": 2.936026075039955e-11, + "G": 4.596753200303283e-08, + "F": 1.762106535352359e-06, + "E": 2.821770976879634e-06, + "T": 3.024191812528443e-07, + "P": 0.854132354259491, + "-": 0.14585457742214203 + }, + "id": "tp_30021" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3752653, + "label": "-", + "classification": { + "B": 2.894897306759958e-06, + "S": 2.6691029688663548e-06, + "I": 0.0003181291394867003, + "C": 5.702565977117047e-05, + "R": 7.281256785063306e-06, + "M": 0.0001228829351020977, + "O": 5.363843956729397e-05, + "W": 3.880389613186708e-06, + "N": 2.6220159270451404e-05, + "Y": 0.0006573410937562585, + "U": 1.811336915125139e-06, + "K": 2.6515805075177923e-05, + "L": 2.4376038254558807e-06, + "G": 0.00024080956063698977, + "F": 0.004971460439264774, + "E": 0.0003787664172705263, + "T": 0.0004048855626024306, + "P": 0.17360171675682068, + "-": 0.8191196322441101 + }, + "id": "tp_30022" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3752753, + "label": "P", + "classification": { + "B": 1.608019175591835e-07, + "S": 5.800269420319637e-08, + "I": 0.00023184248129837215, + "C": 1.5891686416580342e-05, + "R": 1.066004529093334e-06, + "M": 4.833184902963694e-06, + "O": 1.5598996014887234e-06, + "W": 1.0152701435117706e-07, + "N": 7.469630872947164e-06, + "Y": 4.071391958859749e-05, + "U": 2.3338600385613972e-07, + "K": 1.910314267661306e-06, + "L": 1.3780586982647947e-07, + "G": 2.4438128093606792e-05, + "F": 0.0005945381126366556, + "E": 0.00014380848733708262, + "T": 7.648595055798069e-05, + "P": 0.5155569911003113, + "-": 0.48329782485961914 + }, + "id": "tp_30023" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3752886, + "label": "P", + "classification": { + "B": 2.2784465727454517e-06, + "S": 9.44738928865263e-07, + "I": 0.0003321771218907088, + "C": 1.0430652537252172e-06, + "R": 1.4429892303269298e-07, + "M": 5.811689788970398e-06, + "O": 1.4719541923113866e-06, + "W": 1.6603318897523422e-07, + "N": 2.8694203138002194e-05, + "Y": 9.098745067603886e-06, + "U": 1.3075579374799418e-07, + "K": 7.566616204712773e-07, + "L": 1.8373415855421626e-07, + "G": 1.545245868328493e-05, + "F": 0.0002614672121126205, + "E": 0.0004716164548881352, + "T": 4.4798154704039916e-05, + "P": 0.9274483323097229, + "-": 0.07137548178434372 + }, + "id": "tp_30024" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3753020, + "label": "P", + "classification": { + "B": 4.6357122300833e-06, + "S": 4.116687705391087e-06, + "I": 0.00010596078936941922, + "C": 1.0076151738758199e-05, + "R": 1.2370892363833264e-06, + "M": 1.1047969564970117e-05, + "O": 2.1426652892841958e-05, + "W": 3.4667209547478706e-06, + "N": 2.4353019398404285e-05, + "Y": 7.473866571672261e-05, + "U": 7.142047024899512e-07, + "K": 6.1191872191557195e-06, + "L": 8.694319717506005e-07, + "G": 5.1113027438987046e-05, + "F": 0.003015936119481921, + "E": 0.00046853788080625236, + "T": 7.506202382501215e-05, + "P": 0.666614830493927, + "-": 0.3295058012008667 + }, + "id": "tp_30025" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3753153, + "label": "-", + "classification": { + "B": 9.167670782517234e-07, + "S": 7.299832418539154e-07, + "I": 9.655934991315007e-05, + "C": 5.935718581895344e-05, + "R": 2.381693775532767e-06, + "M": 1.0001757800637279e-05, + "O": 3.586130333133042e-06, + "W": 5.726913059334038e-07, + "N": 6.994528575887671e-06, + "Y": 0.00010586780990706757, + "U": 7.602063760714373e-07, + "K": 5.8094838095712475e-06, + "L": 5.227189490142337e-07, + "G": 4.838322274736129e-05, + "F": 0.003690791316330433, + "E": 0.00039667673991061747, + "T": 5.8858768170466647e-05, + "P": 0.42675983905792236, + "-": 0.568751335144043 + }, + "id": "tp_30026" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3753253, + "label": "-", + "classification": { + "B": 1.691008777449099e-09, + "S": 3.89389054333833e-09, + "I": 8.215008165279869e-06, + "C": 2.893470423259714e-07, + "R": 1.027195839498063e-08, + "M": 5.838951011583049e-08, + "O": 1.5604086911480408e-07, + "W": 5.031952188261357e-09, + "N": 2.9187822292442434e-07, + "Y": 3.5511759506334784e-06, + "U": 8.994204492296376e-09, + "K": 1.264625524299845e-07, + "L": 2.8332629575800183e-09, + "G": 6.383133950293995e-07, + "F": 0.0002588882634881884, + "E": 3.352026851644041e-06, + "T": 6.1543419178633485e-06, + "P": 0.1823095977306366, + "-": 0.8174087405204773 + }, + "id": "tp_30027" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3753387, + "label": "-", + "classification": { + "B": 2.067849536047106e-08, + "S": 5.1007247314771575e-09, + "I": 2.5271174308727495e-06, + "C": 8.121585182152558e-08, + "R": 3.321897867891721e-09, + "M": 4.020658650460973e-07, + "O": 2.3829474571357423e-07, + "W": 2.576754809524573e-09, + "N": 7.174132576892589e-08, + "Y": 3.6872932014375692e-06, + "U": 8.026598274923913e-10, + "K": 7.51156747913484e-10, + "L": 7.592436013226234e-09, + "G": 9.318403613178816e-07, + "F": 3.5485438274918124e-05, + "E": 9.849858315646998e-07, + "T": 1.599504321347922e-05, + "P": 0.3507145643234253, + "-": 0.6492249369621277 + }, + "id": "tp_30028" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3753520, + "label": "P", + "classification": { + "B": 5.262796184979379e-05, + "S": 4.388236629893072e-05, + "I": 0.0012901206500828266, + "C": 0.0005710513214580715, + "R": 4.542234091786668e-05, + "M": 0.0002697524905670434, + "O": 0.00015854967932682484, + "W": 2.6269586669513956e-05, + "N": 0.000236808555200696, + "Y": 0.0007750101503916085, + "U": 2.4897199182305485e-05, + "K": 5.428633085102774e-05, + "L": 4.241202987032011e-05, + "G": 0.00082890730118379, + "F": 0.009300312958657742, + "E": 0.002253175713121891, + "T": 0.0011526866583153605, + "P": 0.5115394592285156, + "-": 0.4713342487812042 + }, + "id": "tp_30029" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3753654, + "label": "P", + "classification": { + "B": 2.8807171925659958e-11, + "S": 3.455603303503807e-10, + "I": 8.97521886145114e-07, + "C": 1.8182340077999015e-09, + "R": 2.6109335179991255e-11, + "M": 1.162554408296046e-08, + "O": 3.2212481571036733e-09, + "W": 5.083403142869258e-11, + "N": 1.629640777878194e-08, + "Y": 9.360261543633897e-08, + "U": 6.6226481763853595e-12, + "K": 1.7051554612734776e-10, + "L": 2.8075521074644172e-11, + "G": 8.90255336116752e-09, + "F": 1.7255328202736564e-05, + "E": 4.0899229247770563e-07, + "T": 4.524318057974597e-07, + "P": 0.7200727462768555, + "-": 0.27990809082984924 + }, + "id": "tp_30030" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3753754, + "label": "P", + "classification": { + "B": 5.161079570825677e-06, + "S": 6.31714010523865e-06, + "I": 0.0014013585168868303, + "C": 0.00010558470239629969, + "R": 1.3687484170077369e-05, + "M": 9.222383232554421e-05, + "O": 4.785883356817067e-05, + "W": 1.032513682730496e-05, + "N": 0.00017722154734656215, + "Y": 0.000732984917704016, + "U": 7.678956535528414e-06, + "K": 0.00013362964091356844, + "L": 2.9350965178309707e-06, + "G": 0.00022063204960431904, + "F": 0.004224022850394249, + "E": 0.0018854346126317978, + "T": 0.00044823563075624406, + "P": 0.5664968490600586, + "-": 0.42398783564567566 + }, + "id": "tp_30031" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3753887, + "label": "P", + "classification": { + "B": 6.594703336304519e-06, + "S": 1.203994344223247e-07, + "I": 9.139203029917553e-06, + "C": 1.6946939922490856e-06, + "R": 6.715428213510677e-08, + "M": 4.954995802108897e-06, + "O": 2.0508593934209784e-06, + "W": 5.682766968106989e-08, + "N": 8.539068971913366e-07, + "Y": 7.124993771867594e-06, + "U": 1.8876239238352355e-08, + "K": 1.788496284405028e-08, + "L": 2.1381883641424793e-07, + "G": 1.422867444489384e-05, + "F": 0.00021258140623103827, + "E": 0.00014080238179303706, + "T": 2.99178918794496e-05, + "P": 0.6179747581481934, + "-": 0.3815948963165283 + }, + "id": "tp_30032" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3754021, + "label": "-", + "classification": { + "B": 1.3824684508279006e-08, + "S": 9.475387585666795e-09, + "I": 9.194899575959425e-06, + "C": 3.5536265841074055e-07, + "R": 1.675718230842449e-08, + "M": 1.9917686131520895e-06, + "O": 3.6293943139753537e-07, + "W": 1.0074307610352662e-08, + "N": 1.7944441310646653e-07, + "Y": 1.4177201592247002e-05, + "U": 6.3511449432951395e-09, + "K": 4.963857946904682e-08, + "L": 1.7674890884222805e-08, + "G": 2.744101720963954e-06, + "F": 0.00018607921083457768, + "E": 1.3195236533647403e-05, + "T": 2.2712409190717153e-05, + "P": 0.20924252271652222, + "-": 0.7905064225196838 + }, + "id": "tp_30033" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3754154, + "label": "P", + "classification": { + "B": 1.0682972515496658e-06, + "S": 1.9339643131388584e-06, + "I": 0.0007484618690796196, + "C": 2.509189653210342e-05, + "R": 3.1824858979234705e-06, + "M": 1.2658046216529328e-05, + "O": 1.0216172086074948e-05, + "W": 3.108562168563367e-06, + "N": 0.00011277325393166393, + "Y": 0.0002651462273206562, + "U": 3.139789441775065e-06, + "K": 0.0002395136107224971, + "L": 5.488026317834738e-07, + "G": 0.00010948375711450353, + "F": 0.004136788658797741, + "E": 0.002383564133197069, + "T": 0.00013276080426294357, + "P": 0.7237353324890137, + "-": 0.268075168132782 + }, + "id": "tp_30034" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3754254, + "label": "P", + "classification": { + "B": 4.4821968359087805e-09, + "S": 9.107495202442806e-09, + "I": 1.2362737834337167e-05, + "C": 3.0107460702311073e-07, + "R": 8.1264337481457e-09, + "M": 2.1549732309722458e-07, + "O": 1.4847867646494706e-07, + "W": 8.908371817994976e-09, + "N": 6.007362571835984e-07, + "Y": 2.8175215902592754e-06, + "U": 7.505121857320773e-09, + "K": 1.5553592902506352e-07, + "L": 3.2123612658807588e-09, + "G": 1.1869806257891469e-06, + "F": 0.00035342032788321376, + "E": 2.8613985705305822e-05, + "T": 5.181488177186111e-06, + "P": 0.5834882259368896, + "-": 0.41610679030418396 + }, + "id": "tp_30035" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3754388, + "label": "P", + "classification": { + "B": 4.717135652754223e-06, + "S": 8.395516488235444e-06, + "I": 0.003054898465052247, + "C": 3.644488606369123e-05, + "R": 2.6080933821504004e-05, + "M": 2.4537013814551756e-05, + "O": 3.722754627233371e-05, + "W": 5.008972038922366e-06, + "N": 0.0003880692820530385, + "Y": 0.0003303660196252167, + "U": 3.5295965972181875e-06, + "K": 4.175479261903092e-05, + "L": 1.7916437400344876e-06, + "G": 0.00021370878675952554, + "F": 0.002712883288040757, + "E": 0.0005741363856941462, + "T": 0.000256693281698972, + "P": 0.8600994944572449, + "-": 0.13218027353286743 + }, + "id": "tp_30036" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3754521, + "label": "-", + "classification": { + "B": 0.09481794387102127, + "S": 7.468872354365885e-06, + "I": 1.56741990053888e-07, + "C": 2.01847251446452e-06, + "R": 1.8035120774584357e-06, + "M": 0.0017112293280661106, + "O": 0.0014375426108017564, + "W": 5.966394382994622e-07, + "N": 3.074371660027886e-11, + "Y": 6.8456438384600915e-06, + "U": 1.007051646934043e-11, + "K": 1.57603145626202e-16, + "L": 0.02964792773127556, + "G": 0.00653324369341135, + "F": 9.392383799422532e-05, + "E": 2.1804348193654732e-07, + "T": 8.366455404029693e-06, + "P": 0.00015411421190947294, + "-": 0.8655765652656555 + }, + "id": "tp_30037" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3754655, + "label": "-", + "classification": { + "B": 0.0550910122692585, + "S": 2.0705860151792876e-05, + "I": 1.3095793747197604e-06, + "C": 1.4165664197207661e-07, + "R": 4.9548166458635023e-08, + "M": 0.00011182119487784803, + "O": 0.00021779758390039206, + "W": 2.9981060833961237e-06, + "N": 2.1480039080756796e-08, + "Y": 1.8659512761587393e-06, + "U": 8.058544942457502e-10, + "K": 6.075797504001557e-11, + "L": 7.94501684140414e-05, + "G": 0.00032787310192361474, + "F": 0.0026688275393098593, + "E": 3.2846510293893516e-05, + "T": 4.368496774986852e-06, + "P": 0.05861416459083557, + "-": 0.8828247785568237 + }, + "id": "tp_30038" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3754755, + "label": "-", + "classification": { + "B": 0.07890065014362335, + "S": 1.4234793752621044e-06, + "I": 1.275325303140562e-07, + "C": 9.265641409683667e-08, + "R": 2.743843730002027e-08, + "M": 0.002109597669914365, + "O": 0.00022811158851254731, + "W": 7.882358943334111e-08, + "N": 8.717958993598174e-11, + "Y": 2.541881940487656e-06, + "U": 3.205254421254078e-12, + "K": 1.5830429038318154e-16, + "L": 0.0007737954729236662, + "G": 0.00047073644236661494, + "F": 1.663453622313682e-05, + "E": 1.2497623629315058e-06, + "T": 9.48100205278024e-06, + "P": 0.0010524480603635311, + "-": 0.9164330959320068 + }, + "id": "tp_30039" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3754888, + "label": "-", + "classification": { + "B": 1.5438523348620947e-08, + "S": 8.748387614332387e-08, + "I": 1.6993604958770447e-06, + "C": 3.759681567316875e-05, + "R": 3.974358605773887e-06, + "M": 0.00014339163317345083, + "O": 1.0273898624291178e-05, + "W": 3.1955181611920125e-08, + "N": 1.2316366593267958e-08, + "Y": 0.0008862396352924407, + "U": 2.0004280454344325e-09, + "K": 2.8442719290922014e-09, + "L": 8.150887879310176e-06, + "G": 0.00039741938235238194, + "F": 0.0038766800425946712, + "E": 1.995244929275941e-06, + "T": 0.00019619283557403833, + "P": 0.0011363837402313948, + "-": 0.9932998418807983 + }, + "id": "tp_30040" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3755022, + "label": "-", + "classification": { + "B": 9.928367944667116e-06, + "S": 4.433278206761315e-07, + "I": 2.6217954655294307e-05, + "C": 0.00037532104761339724, + "R": 4.830799298360944e-05, + "M": 6.623979425057769e-05, + "O": 1.3908377695770469e-05, + "W": 3.579235112738388e-07, + "N": 1.508138467443132e-07, + "Y": 7.108913268893957e-05, + "U": 3.423591721229968e-08, + "K": 3.635991507877634e-09, + "L": 2.915111144830007e-05, + "G": 0.0011531044729053974, + "F": 0.006085668690502644, + "E": 1.4829228348389734e-05, + "T": 0.00011173697566846386, + "P": 0.030062131583690643, + "-": 0.9619313478469849 + }, + "id": "tp_30041" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3755155, + "label": "-", + "classification": { + "B": 1.1010725131654908e-07, + "S": 1.5898787069090758e-06, + "I": 2.2724485461367294e-05, + "C": 9.674420289229602e-05, + "R": 1.088573753804667e-05, + "M": 5.327992039383389e-05, + "O": 2.857943036360666e-05, + "W": 8.393923280891613e-07, + "N": 2.0046629742864752e-06, + "Y": 0.0013430623803287745, + "U": 5.436114065560105e-07, + "K": 5.722283276554663e-06, + "L": 5.239207439444726e-06, + "G": 0.00021103709877934307, + "F": 0.009946238249540329, + "E": 2.4357108486583456e-05, + "T": 0.0008388994028791785, + "P": 0.024467960000038147, + "-": 0.9629401564598083 + }, + "id": "tp_30042" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3755255, + "label": "-", + "classification": { + "B": 6.148349829260269e-09, + "S": 2.7238369337823087e-09, + "I": 5.259155599901533e-08, + "C": 3.18309616886836e-06, + "R": 4.542931151263474e-07, + "M": 3.0771643650950864e-06, + "O": 1.4340963616632507e-06, + "W": 1.6760407506311026e-09, + "N": 2.5078888965524015e-10, + "Y": 2.2632013951806584e-06, + "U": 6.027572885258792e-11, + "K": 4.755382285864806e-13, + "L": 6.171089808049146e-07, + "G": 9.07554931472987e-06, + "F": 0.0001947980490513146, + "E": 1.2849382891033656e-08, + "T": 1.278906984225614e-05, + "P": 0.0010290213394910097, + "-": 0.9987433552742004 + }, + "id": "tp_30043" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3755389, + "label": "-", + "classification": { + "B": 0.00045045692240819335, + "S": 0.00040028704097494483, + "I": 0.00013187520380597562, + "C": 0.0006063659093342721, + "R": 0.0005659208982251585, + "M": 0.012476499192416668, + "O": 0.0029233042150735855, + "W": 7.766751514282078e-05, + "N": 3.598845296437503e-06, + "Y": 0.0011707097291946411, + "U": 7.186565085248731e-07, + "K": 3.954514937731801e-08, + "L": 0.003958838060498238, + "G": 0.005916823633015156, + "F": 0.005778961814939976, + "E": 2.9816774258506484e-05, + "T": 0.00593511201441288, + "P": 0.005547086242586374, + "-": 0.9540258646011353 + }, + "id": "tp_30044" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3755522, + "label": "-", + "classification": { + "B": 2.3529275495093316e-05, + "S": 1.643196469558461e-06, + "I": 6.01592773818993e-07, + "C": 1.6503735196238267e-06, + "R": 5.061987735643925e-07, + "M": 0.00011706953955581412, + "O": 3.223520252504386e-05, + "W": 2.428473919735552e-07, + "N": 4.2771701735944134e-09, + "Y": 1.0898555046878755e-05, + "U": 6.949444908421754e-10, + "K": 1.4992095065391453e-10, + "L": 2.4046814360190183e-05, + "G": 0.0001429742987966165, + "F": 0.0014721344923600554, + "E": 1.2359807897155406e-06, + "T": 5.498378959600814e-05, + "P": 0.0013958774507045746, + "-": 0.9967204928398132 + }, + "id": "tp_30045" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3755656, + "label": "-", + "classification": { + "B": 1.898418755530429e-09, + "S": 4.0458389416464513e-10, + "I": 1.7535148888470076e-09, + "C": 4.686175714141427e-08, + "R": 2.012798461237253e-08, + "M": 1.2602735296241008e-05, + "O": 6.167718424876512e-07, + "W": 9.454771687789076e-11, + "N": 1.6103443448503563e-12, + "Y": 1.4043058399693109e-05, + "U": 2.002626173615643e-13, + "K": 1.22914501046365e-14, + "L": 8.391088499593025e-07, + "G": 2.2095338863437064e-05, + "F": 0.00011977285612374544, + "E": 1.5779624273903892e-09, + "T": 1.2963228982698638e-05, + "P": 1.5013406482466962e-05, + "-": 0.9998020529747009 + }, + "id": "tp_30046" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3755756, + "label": "-", + "classification": { + "B": 1.0683636197938995e-09, + "S": 5.946588776950534e-10, + "I": 9.361857422618414e-08, + "C": 2.403920461802045e-06, + "R": 2.7923925927098026e-07, + "M": 4.4359521780279465e-06, + "O": 5.540645702239999e-07, + "W": 6.886529124727758e-10, + "N": 2.9168353843367356e-10, + "Y": 5.708657772629522e-05, + "U": 1.4057839614611822e-10, + "K": 1.3780415697439707e-10, + "L": 2.1247983283956273e-07, + "G": 3.622903750510886e-05, + "F": 0.0003064038755837828, + "E": 6.181605272104207e-08, + "T": 2.1572939658653922e-05, + "P": 0.0010180127574130893, + "-": 0.9985526204109192 + }, + "id": "tp_30047" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3755889, + "label": "-", + "classification": { + "B": 3.4544336813269183e-07, + "S": 3.552142757712318e-08, + "I": 2.107971795339836e-06, + "C": 7.994021871127188e-06, + "R": 2.3912023152661277e-06, + "M": 0.00015107063518371433, + "O": 2.2277246898738667e-05, + "W": 6.826344645105564e-08, + "N": 1.1465619564887675e-08, + "Y": 0.00031078135361894965, + "U": 8.967444564689231e-09, + "K": 5.601884511818866e-10, + "L": 1.542539212096017e-05, + "G": 0.0002465759462211281, + "F": 0.0007531761657446623, + "E": 7.467826890206197e-07, + "T": 0.00023638557468075305, + "P": 0.0016875842120498419, + "-": 0.9965630173683167 + }, + "id": "tp_30048" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3756023, + "label": "-", + "classification": { + "B": 6.804366514678861e-10, + "S": 3.5260816488857927e-10, + "I": 7.638242891516711e-07, + "C": 8.53737674333388e-07, + "R": 2.527961306952875e-08, + "M": 6.19891920905502e-07, + "O": 1.4914851931280282e-07, + "W": 4.623098293077277e-10, + "N": 5.283030901637176e-09, + "Y": 7.451757028320571e-06, + "U": 1.7550783049102847e-10, + "K": 2.662367271089039e-10, + "L": 9.02662655732911e-09, + "G": 2.6555592285149032e-06, + "F": 6.124246283434331e-05, + "E": 3.1234992547979346e-07, + "T": 5.588585736404639e-06, + "P": 0.006650162395089865, + "-": 0.993270218372345 + }, + "id": "tp_30049" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3756156, + "label": "-", + "classification": { + "B": 2.9053701718767533e-12, + "S": 9.074577894674363e-12, + "I": 1.4668559344954701e-07, + "C": 2.4665814635227434e-06, + "R": 6.203241582625196e-07, + "M": 1.1246532949371613e-06, + "O": 1.8081409791648184e-07, + "W": 6.977498440141616e-11, + "N": 9.465653261209184e-11, + "Y": 0.0003171705757267773, + "U": 4.8525509999119976e-11, + "K": 5.9189788487179484e-12, + "L": 5.255179758023587e-08, + "G": 9.123694326262921e-06, + "F": 1.2749395864375401e-05, + "E": 2.651789454688469e-09, + "T": 3.4243807021994144e-05, + "P": 5.646812860504724e-05, + "-": 0.9995656609535217 + }, + "id": "tp_30050" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3756256, + "label": "-", + "classification": { + "B": 2.019056864810409e-06, + "S": 4.167574729763146e-08, + "I": 1.1816002825071337e-06, + "C": 2.9549655664595775e-06, + "R": 9.974573913495988e-07, + "M": 2.5487430320936255e-05, + "O": 7.679179361730348e-06, + "W": 2.8676858221388102e-08, + "N": 2.9821305425059563e-09, + "Y": 8.071288903011009e-05, + "U": 9.776476295186853e-10, + "K": 8.060344926230645e-12, + "L": 9.224924724549055e-06, + "G": 0.00013514970487449318, + "F": 0.00027499793213792145, + "E": 5.971031100671098e-07, + "T": 5.913195855100639e-05, + "P": 0.004376281052827835, + "-": 0.9950234889984131 + }, + "id": "tp_30051" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3756390, + "label": "-", + "classification": { + "B": 2.0423308342287783e-06, + "S": 2.7332328045304166e-06, + "I": 3.210582508472726e-05, + "C": 0.0003975956351496279, + "R": 0.00012380797124933451, + "M": 0.000758468231651932, + "O": 0.00011805955728050321, + "W": 1.3599176327261375e-06, + "N": 4.956029897584813e-07, + "Y": 0.001583031378686428, + "U": 3.3671523169687134e-07, + "K": 2.0623062368940737e-08, + "L": 0.00026159457047469914, + "G": 0.0013850193936377764, + "F": 0.006243871059268713, + "E": 6.597580522793578e-06, + "T": 0.003265547566115856, + "P": 0.00624175975099206, + "-": 0.9795755743980408 + }, + "id": "tp_30052" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3756523, + "label": "-", + "classification": { + "B": 3.253684610626806e-08, + "S": 2.5669426584329358e-09, + "I": 2.3182831210277755e-09, + "C": 2.0065874650754267e-06, + "R": 6.567952368641272e-07, + "M": 8.12029520602664e-06, + "O": 1.4425598919842741e-06, + "W": 8.696530162666249e-10, + "N": 1.0344204876347463e-12, + "Y": 1.8794156630974612e-06, + "U": 9.392063949481555e-13, + "K": 3.969010890618203e-15, + "L": 7.3930345934059005e-06, + "G": 4.592671029968187e-05, + "F": 0.00026668410282582045, + "E": 7.31719518309859e-10, + "T": 7.448035376000917e-06, + "P": 2.488341306161601e-05, + "-": 0.9996335506439209 + }, + "id": "tp_30053" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3756657, + "label": "-", + "classification": { + "B": 0.002023834502324462, + "S": 0.00010046961688203737, + "I": 0.00010598932567518204, + "C": 0.0006707949796691537, + "R": 0.00014345785893965513, + "M": 0.007834676653146744, + "O": 0.0026982929557561874, + "W": 3.375267988303676e-05, + "N": 2.3558145585411694e-06, + "Y": 0.0019311554497107863, + "U": 5.457074507830839e-07, + "K": 7.196036477807866e-08, + "L": 0.0031638704240322113, + "G": 0.008260308764874935, + "F": 0.0020013677421957254, + "E": 0.00037971368874423206, + "T": 0.002358311088755727, + "P": 0.006731751374900341, + "-": 0.9615593552589417 + }, + "id": "tp_30054" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3756757, + "label": "-", + "classification": { + "B": 9.62630110734608e-06, + "S": 3.044761953674424e-08, + "I": 3.772589138861804e-07, + "C": 1.405590808190027e-07, + "R": 3.923079461287671e-08, + "M": 2.607393435027916e-05, + "O": 5.824264917464461e-06, + "W": 1.3924735142722966e-08, + "N": 7.640170163192295e-10, + "Y": 2.893786040658597e-05, + "U": 6.737589652860976e-11, + "K": 1.3249745267965296e-12, + "L": 3.48933576788113e-06, + "G": 8.408193389186636e-05, + "F": 6.072955147828907e-05, + "E": 4.663899915158254e-07, + "T": 1.6461790437460877e-05, + "P": 0.001485926564782858, + "-": 0.9982777833938599 + }, + "id": "tp_30055" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3756890, + "label": "-", + "classification": { + "B": 4.292165201036369e-08, + "S": 2.9402974277559224e-08, + "I": 4.307766296451909e-11, + "C": 2.9315910410332435e-07, + "R": 2.3769133861151204e-07, + "M": 0.0001080969741451554, + "O": 5.5012598750181496e-05, + "W": 2.1708106423545814e-09, + "N": 4.1110893172786184e-14, + "Y": 9.251743904314935e-06, + "U": 9.03641175558842e-15, + "K": 6.879070878518413e-17, + "L": 0.00028485112125054, + "G": 0.00030876684468239546, + "F": 0.00020852935267612338, + "E": 7.570755133912144e-11, + "T": 9.496802704234142e-06, + "P": 3.039762077605701e-07, + "-": 0.9990150928497314 + }, + "id": "tp_30056" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3757024, + "label": "-", + "classification": { + "B": 2.832951167874853e-06, + "S": 2.2091521145739534e-07, + "I": 4.791671926795971e-06, + "C": 4.7899902710923925e-06, + "R": 8.361451477867377e-07, + "M": 3.0343389880727045e-05, + "O": 1.5317215002141893e-05, + "W": 1.1390692122859036e-07, + "N": 3.8246461997459846e-08, + "Y": 4.9769110773922876e-05, + "U": 2.654387376566092e-09, + "K": 2.073560351201209e-10, + "L": 6.112345090514282e-06, + "G": 5.124773088027723e-05, + "F": 0.00038253143429756165, + "E": 1.8339185317017836e-06, + "T": 9.721893002279103e-05, + "P": 0.007113737519830465, + "-": 0.9922381043434143 + }, + "id": "tp_30057" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3757157, + "label": "-", + "classification": { + "B": 1.0067746188724414e-05, + "S": 4.1410808080399875e-06, + "I": 1.934834108396899e-05, + "C": 2.895312172768172e-05, + "R": 9.240920917363837e-06, + "M": 0.00032331518013961613, + "O": 0.00015131641703192145, + "W": 3.1706015306554036e-06, + "N": 4.7404495262526325e-07, + "Y": 0.00020329601829871535, + "U": 9.269403733469517e-08, + "K": 2.272808963255102e-08, + "L": 6.109195965109393e-05, + "G": 0.000486926146550104, + "F": 0.005380519200116396, + "E": 9.641137694416102e-06, + "T": 0.0004791199753526598, + "P": 0.0164670180529356, + "-": 0.9763622879981995 + }, + "id": "tp_30058" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3757257, + "label": "-", + "classification": { + "B": 2.462590146024013e-06, + "S": 2.813736976747805e-08, + "I": 3.351550731167663e-06, + "C": 7.047641247481806e-06, + "R": 2.1076309622003464e-06, + "M": 0.0008949277689680457, + "O": 5.044656791142188e-05, + "W": 4.792603647274518e-08, + "N": 8.636123816074814e-09, + "Y": 0.0003785450535360724, + "U": 2.3237738400183616e-09, + "K": 9.936955772116285e-12, + "L": 4.459308911464177e-05, + "G": 0.0004002946661785245, + "F": 4.721850928035565e-05, + "E": 4.374116997496458e-07, + "T": 0.0008598556159995496, + "P": 0.00053993338951841, + "-": 0.9967687129974365 + }, + "id": "tp_30059" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3757391, + "label": "-", + "classification": { + "B": 1.387869463798097e-08, + "S": 1.9312700771934033e-08, + "I": 2.8735462365148123e-07, + "C": 1.7064749044948258e-05, + "R": 1.6437172689620638e-06, + "M": 7.542173079855274e-06, + "O": 1.8407215520710452e-06, + "W": 1.8086460329413967e-08, + "N": 4.278167153870527e-09, + "Y": 0.00011524105502758175, + "U": 2.300703183522046e-09, + "K": 1.2676020233470808e-08, + "L": 3.906934296082909e-07, + "G": 4.468494080356322e-05, + "F": 0.0007545363623648882, + "E": 1.6891499399207532e-07, + "T": 4.3507763621164486e-05, + "P": 0.000612220203038305, + "-": 0.998400866985321 + }, + "id": "tp_30060" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3757524, + "label": "-", + "classification": { + "B": 3.961274863684139e-09, + "S": 2.2118545217608698e-08, + "I": 9.576005766120943e-08, + "C": 1.6277076611004304e-06, + "R": 1.0545422810537275e-06, + "M": 0.00010018036846304312, + "O": 1.4650696357421111e-05, + "W": 1.1536792854371924e-08, + "N": 3.3603886340216604e-10, + "Y": 0.0010627246228978038, + "U": 3.589367345013805e-11, + "K": 2.062416487591534e-10, + "L": 4.760405317938421e-06, + "G": 0.00016679214604664594, + "F": 0.0009169221739284694, + "E": 6.253085160778937e-08, + "T": 0.0002378202771069482, + "P": 2.8014044801238924e-05, + "-": 0.9974652528762817 + }, + "id": "tp_30061" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3757658, + "label": "-", + "classification": { + "B": 2.083168526567647e-09, + "S": 8.078988589232949e-10, + "I": 8.88952023103684e-09, + "C": 1.5944592632877175e-06, + "R": 2.3132248827550939e-07, + "M": 5.060270723333815e-06, + "O": 5.399892302193621e-07, + "W": 4.056563418508574e-10, + "N": 1.640775709743636e-11, + "Y": 2.6440493456902914e-05, + "U": 5.942064982417117e-12, + "K": 8.223860503177305e-13, + "L": 7.101504593265417e-07, + "G": 3.125048169749789e-05, + "F": 0.0002758025366347283, + "E": 1.2739431731745299e-08, + "T": 9.098077498492785e-06, + "P": 0.0001105076662497595, + "-": 0.999538779258728 + }, + "id": "tp_30062" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3757758, + "label": "-", + "classification": { + "B": 2.665063618678687e-07, + "S": 2.0269554568130843e-07, + "I": 4.737218114314601e-05, + "C": 9.032943125930615e-06, + "R": 1.71281374150567e-06, + "M": 1.8472721421858296e-05, + "O": 9.505089110461995e-06, + "W": 2.1004403549795825e-07, + "N": 1.4654790447821142e-06, + "Y": 0.00019552164303604513, + "U": 8.565449149955384e-08, + "K": 1.0346121825932642e-07, + "L": 1.2331336165516404e-06, + "G": 8.806859841570258e-05, + "F": 0.0015360104152932763, + "E": 6.2538732890971e-05, + "T": 0.00016828069055918604, + "P": 0.09254865348339081, + "-": 0.9053111672401428 + }, + "id": "tp_30063" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3757891, + "label": "-", + "classification": { + "B": 2.972614083773806e-07, + "S": 1.0869274547076202e-06, + "I": 1.260346382814248e-09, + "C": 3.503691061723657e-07, + "R": 2.2270667443535785e-07, + "M": 0.0003194066812284291, + "O": 8.918902312871069e-05, + "W": 3.1962144930730574e-08, + "N": 5.808508622001662e-12, + "Y": 6.104514341132017e-06, + "U": 4.832737400366216e-13, + "K": 2.3658402710860504e-14, + "L": 8.179107680916786e-05, + "G": 6.84109254507348e-05, + "F": 0.00013381734606809914, + "E": 2.737246873607546e-09, + "T": 8.169074862962589e-05, + "P": 3.87100317311706e-06, + "-": 0.999213695526123 + }, + "id": "tp_30064" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3758025, + "label": "-", + "classification": { + "B": 4.394561936571506e-10, + "S": 4.512812790125054e-09, + "I": 1.3694727130086903e-08, + "C": 3.6765179629583145e-06, + "R": 3.996964039743034e-07, + "M": 2.8913736969116144e-06, + "O": 2.2456879378296435e-06, + "W": 3.4079314925605786e-09, + "N": 1.3175327495673628e-10, + "Y": 3.9004895370453596e-05, + "U": 5.66491957509907e-11, + "K": 1.9501160408719187e-10, + "L": 4.677062008795474e-07, + "G": 3.936134453397244e-05, + "F": 0.0004067606059834361, + "E": 9.606687889629484e-09, + "T": 1.1036504474759568e-05, + "P": 0.00013716204557567835, + "-": 0.9993570446968079 + }, + "id": "tp_30065" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3758158, + "label": "-", + "classification": { + "B": 8.751627027236974e-12, + "S": 1.5084468396597828e-11, + "I": 5.299033656314123e-09, + "C": 4.693632149610494e-07, + "R": 4.571245071360863e-08, + "M": 6.936910494914628e-07, + "O": 6.731834645279378e-08, + "W": 1.8849562535838693e-11, + "N": 3.4331008088445136e-12, + "Y": 3.565034785424359e-05, + "U": 1.0317696133230192e-12, + "K": 1.7277274446184099e-12, + "L": 3.069445497771994e-08, + "G": 9.071321983356029e-06, + "F": 4.890944910584949e-05, + "E": 1.2329314236225741e-09, + "T": 4.636629910237389e-06, + "P": 2.718267023738008e-05, + "-": 0.999873161315918 + }, + "id": "tp_30066" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3758258, + "label": "-", + "classification": { + "B": 1.3541404086936382e-06, + "S": 1.4772185252809322e-08, + "I": 3.0595532507504686e-07, + "C": 5.1644074119394645e-05, + "R": 1.1532629287103191e-05, + "M": 1.5609139154548757e-05, + "O": 1.435397189197829e-05, + "W": 6.042304789843911e-08, + "N": 6.13241957214683e-10, + "Y": 4.520605943980627e-05, + "U": 1.7729691048629093e-09, + "K": 1.2528414070067662e-11, + "L": 2.3962757040862925e-05, + "G": 0.0002499368565622717, + "F": 0.00020196732657495886, + "E": 1.4642216683569131e-07, + "T": 2.272888923471328e-05, + "P": 0.0007891076384112239, + "-": 0.9985721111297607 + }, + "id": "tp_30067" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3758392, + "label": "-", + "classification": { + "B": 3.586652594931086e-14, + "S": 2.0671221678814078e-11, + "I": 2.420279905310241e-12, + "C": 1.4995099206771556e-07, + "R": 4.211571980050621e-09, + "M": 2.432253438655607e-07, + "O": 3.146475435755747e-08, + "W": 2.1929810398169103e-12, + "N": 6.784881291239768e-15, + "Y": 2.980637418659171e-06, + "U": 5.770344719929733e-16, + "K": 4.722305920325069e-14, + "L": 1.9023175923393865e-08, + "G": 8.04640967544401e-06, + "F": 0.0018411434721201658, + "E": 5.826639084410834e-12, + "T": 2.0840077468164964e-06, + "P": 2.036866817434202e-07, + "-": 0.9981449842453003 + }, + "id": "tp_30068" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3758525, + "label": "-", + "classification": { + "B": 3.0401739081753476e-07, + "S": 3.723261254862109e-09, + "I": 1.2980688552488573e-05, + "C": 4.782087216881337e-06, + "R": 2.839472301729984e-07, + "M": 2.4326216589543037e-05, + "O": 4.8215520109806675e-06, + "W": 5.547315051757096e-09, + "N": 1.175740482750598e-08, + "Y": 1.633459032746032e-05, + "U": 7.069845264773278e-10, + "K": 3.549084420448323e-12, + "L": 1.811140123209043e-06, + "G": 3.81596437364351e-05, + "F": 8.881199391908012e-06, + "E": 1.0463209036970511e-06, + "T": 2.4189677787944674e-05, + "P": 0.010442186146974564, + "-": 0.9894198179244995 + }, + "id": "tp_30069" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3758625, + "label": "-", + "classification": { + "B": 1.0019996388166419e-08, + "S": 8.91579432504841e-09, + "I": 2.548632892285241e-06, + "C": 2.891119584091939e-05, + "R": 3.5086441130260937e-06, + "M": 6.077438229112886e-06, + "O": 2.144099653378362e-06, + "W": 2.9209742180569265e-08, + "N": 2.8425056086689438e-08, + "Y": 0.00019015665748156607, + "U": 1.5024733457380535e-08, + "K": 3.794186298478053e-08, + "L": 3.1421194535141694e-07, + "G": 4.184683348285034e-05, + "F": 0.0015657023759558797, + "E": 1.3436206245387439e-06, + "T": 4.192220512777567e-05, + "P": 0.004343672655522823, + "-": 0.9937718510627747 + }, + "id": "tp_30070" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3758759, + "label": "-", + "classification": { + "B": 4.163587696837112e-09, + "S": 3.228840805835631e-10, + "I": 6.659850555479352e-07, + "C": 9.95901359601703e-07, + "R": 1.9102859027952945e-07, + "M": 6.2177417703424e-07, + "O": 6.318813348116237e-07, + "W": 1.1162754054439006e-09, + "N": 3.646364099552102e-09, + "Y": 5.7770372222876176e-05, + "U": 1.1378881170642785e-09, + "K": 5.4854679826243924e-11, + "L": 8.963547770690639e-08, + "G": 2.2819367586635053e-05, + "F": 5.6193726777564734e-05, + "E": 1.5464567582057498e-07, + "T": 2.116678842867259e-05, + "P": 0.01701059751212597, + "-": 0.9828281402587891 + }, + "id": "tp_30071" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3758892, + "label": "-", + "classification": { + "B": 2.5583301976439543e-05, + "S": 1.2523898476501927e-05, + "I": 0.00024867194588296115, + "C": 0.0010133770992979407, + "R": 0.0007076982292346656, + "M": 0.006472282577306032, + "O": 0.0009299226803705096, + "W": 1.541052188258618e-05, + "N": 3.6483731946646003e-06, + "Y": 0.027728402987122536, + "U": 1.5724548347861855e-06, + "K": 7.717299013165757e-07, + "L": 0.0007246466120705009, + "G": 0.00822357926517725, + "F": 0.0034810416400432587, + "E": 0.00015022496518213302, + "T": 0.005759867839515209, + "P": 0.0030549217481166124, + "-": 0.9414458274841309 + }, + "id": "tp_30072" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3759026, + "label": "-", + "classification": { + "B": 5.664478663902628e-08, + "S": 2.1724406995549117e-10, + "I": 3.562953317798323e-12, + "C": 7.078019281792081e-10, + "R": 1.892630496769243e-09, + "M": 8.651297321193852e-06, + "O": 3.5574298635765444e-06, + "W": 1.911821569111627e-11, + "N": 1.1411233159365855e-16, + "Y": 2.7186658257960516e-08, + "U": 1.4439347490786906e-17, + "K": 2.859225088796109e-23, + "L": 2.449136445648037e-05, + "G": 5.639850314764772e-06, + "F": 4.800222654921527e-07, + "E": 5.447846492499797e-13, + "T": 4.4810036570197553e-07, + "P": 1.4387516955594037e-07, + "-": 0.999956488609314 + }, + "id": "tp_30073" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3759126, + "label": "-", + "classification": { + "B": 4.720244594497158e-12, + "S": 6.547962692893261e-12, + "I": 6.372020688871771e-09, + "C": 1.1996846183137677e-07, + "R": 5.1135259582224535e-08, + "M": 1.632953257058034e-07, + "O": 1.3450599567477184e-07, + "W": 6.949404940392867e-11, + "N": 6.778469278934107e-12, + "Y": 3.828156422969187e-06, + "U": 9.165357708895705e-12, + "K": 3.973250493807118e-13, + "L": 1.9710826748564614e-08, + "G": 5.830794975736353e-07, + "F": 3.90520926885074e-06, + "E": 8.692317698955065e-11, + "T": 3.979237135354197e-06, + "P": 2.3331826014327817e-05, + "-": 0.9999638795852661 + }, + "id": "tp_30074" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3759259, + "label": "-", + "classification": { + "B": 7.091796594416166e-10, + "S": 1.5442289114098173e-10, + "I": 1.5311995227307307e-08, + "C": 1.3982655389099818e-07, + "R": 1.2376166758087948e-08, + "M": 4.6283463461804786e-07, + "O": 1.2247043912338995e-07, + "W": 9.38768437985793e-11, + "N": 8.50393783169423e-11, + "Y": 8.551665814593434e-06, + "U": 9.344571991198869e-12, + "K": 3.0324425696198753e-12, + "L": 1.9001678452923443e-08, + "G": 3.3989908843068406e-06, + "F": 8.415797492489219e-05, + "E": 6.092584214911767e-09, + "T": 7.969539183250163e-06, + "P": 0.0005801973748020828, + "-": 0.9993150234222412 + }, + "id": "tp_30075" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3759393, + "label": "-", + "classification": { + "B": 2.4022689103730954e-05, + "S": 4.832684680877719e-06, + "I": 1.1111745152447838e-05, + "C": 0.00014284803182817996, + "R": 4.1775503632379696e-05, + "M": 0.003561614779755473, + "O": 0.00044469855492934585, + "W": 1.2847453945141751e-06, + "N": 1.9536173567757942e-07, + "Y": 0.0014909094898030162, + "U": 4.951663612473567e-08, + "K": 5.376002309986916e-09, + "L": 0.0012712093302980065, + "G": 0.006924207787960768, + "F": 0.005444663111120462, + "E": 8.892244295566343e-06, + "T": 0.0025515456218272448, + "P": 0.0012859186390414834, + "-": 0.9767903089523315 + }, + "id": "tp_30076" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3759526, + "label": "-", + "classification": { + "B": 3.518726288120888e-08, + "S": 3.783134694401724e-09, + "I": 8.579546517673009e-10, + "C": 3.33942007380017e-09, + "R": 4.0332198691928056e-10, + "M": 5.748456715082284e-06, + "O": 1.534162720417953e-06, + "W": 8.211274993286111e-10, + "N": 6.852322095157737e-12, + "Y": 1.7933870140041108e-06, + "U": 1.770263894241425e-13, + "K": 6.044171646469795e-14, + "L": 1.0668350114428904e-07, + "G": 1.34658625938755e-06, + "F": 2.4859955374267884e-05, + "E": 3.4951725957910185e-09, + "T": 4.120156518183649e-06, + "P": 4.175940193817951e-05, + "-": 0.9999186992645264 + }, + "id": "tp_30077" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3759626, + "label": "-", + "classification": { + "B": 1.6946203622758733e-14, + "S": 7.12233667632704e-15, + "I": 1.606003524612376e-12, + "C": 4.882934334649036e-12, + "R": 1.2380744487342638e-13, + "M": 3.6375555345635746e-10, + "O": 4.782869933439571e-11, + "W": 9.703639089898419e-15, + "N": 2.2581686615562833e-15, + "Y": 1.725183729206492e-08, + "U": 6.961402480991531e-17, + "K": 7.97788198706389e-16, + "L": 3.484220561806445e-13, + "G": 6.844813604800493e-10, + "F": 2.750982048382866e-06, + "E": 1.5947559245388376e-11, + "T": 2.0857162663645568e-09, + "P": 7.543846732005477e-05, + "-": 0.9999217987060547 + }, + "id": "tp_30078" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3759760, + "label": "-", + "classification": { + "B": 2.1076351774951263e-09, + "S": 1.156267928625887e-10, + "I": 4.3885020062361946e-09, + "C": 6.587823975223728e-08, + "R": 7.947247304684879e-09, + "M": 4.1494640754535794e-06, + "O": 1.8852854566375754e-07, + "W": 7.757990777568224e-11, + "N": 4.579338644394859e-12, + "Y": 9.780974323803093e-06, + "U": 8.324846888230208e-13, + "K": 1.1694363196996377e-13, + "L": 5.709121353447699e-08, + "G": 4.762458956975024e-06, + "F": 1.0486061000847258e-05, + "E": 1.4587360208651035e-09, + "T": 1.0539709364820737e-05, + "P": 4.387380613479763e-05, + "-": 0.9999160766601562 + }, + "id": "tp_30079" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3759893, + "label": "-", + "classification": { + "B": 3.7333738531208915e-12, + "S": 1.1013037270329873e-12, + "I": 3.984692437120074e-11, + "C": 1.5363488259367841e-09, + "R": 2.1537171351893036e-11, + "M": 5.899567501188585e-09, + "O": 1.5777639195135862e-09, + "W": 5.407915868588242e-13, + "N": 1.6117664115248426e-13, + "Y": 3.772951799874136e-07, + "U": 1.7875156514473786e-14, + "K": 1.9802314356418688e-13, + "L": 9.509136533747409e-11, + "G": 2.793197779737966e-07, + "F": 2.7292118829791434e-05, + "E": 2.048589076153462e-09, + "T": 4.283266363813709e-08, + "P": 0.000349234149325639, + "-": 0.9996228218078613 + }, + "id": "tp_30080" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3760027, + "label": "-", + "classification": { + "B": 0.0001987451978493482, + "S": 4.575420007313369e-06, + "I": 2.9348414045671234e-06, + "C": 0.00015418270777445287, + "R": 5.239083111518994e-05, + "M": 0.0009173077414743602, + "O": 0.0003456461417954415, + "W": 2.1879595806240104e-06, + "N": 2.804729426486574e-08, + "Y": 0.00030677602626383305, + "U": 1.866981236275933e-08, + "K": 3.8232450538799867e-10, + "L": 0.0007108873105607927, + "G": 0.001659810426644981, + "F": 0.000857792270835489, + "E": 6.662766736553749e-06, + "T": 0.00029735907446593046, + "P": 0.0024046015460044146, + "-": 0.9920780062675476 + }, + "id": "tp_30081" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3760127, + "label": "-", + "classification": { + "B": 8.897530200677531e-14, + "S": 2.2595732115894204e-14, + "I": 1.3244094406242302e-12, + "C": 3.738413578702193e-09, + "R": 5.048845785893263e-10, + "M": 8.528667549967395e-09, + "O": 1.042580577426122e-09, + "W": 2.2077100618553974e-14, + "N": 1.2322575759651458e-16, + "Y": 4.6102047690510517e-07, + "U": 8.885577448767073e-17, + "K": 2.489947647043847e-18, + "L": 1.0295364560874987e-09, + "G": 2.7552454184842645e-07, + "F": 1.4807287698204163e-06, + "E": 2.34768611885941e-13, + "T": 1.0999576716130832e-07, + "P": 2.4024851086323906e-07, + "-": 0.9999974966049194 + }, + "id": "tp_30082" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3760260, + "label": "-", + "classification": { + "B": 6.392344431560559e-09, + "S": 4.107750598003612e-11, + "I": 8.467155865332643e-09, + "C": 3.2271621819290885e-08, + "R": 6.017216502840483e-09, + "M": 1.206306365020282e-06, + "O": 1.86884932418252e-07, + "W": 3.3020555040286226e-11, + "N": 3.021950745196733e-12, + "Y": 2.4075343389995396e-06, + "U": 4.948343167512914e-13, + "K": 1.282436045988507e-15, + "L": 1.2671124238750053e-07, + "G": 4.711665042123059e-06, + "F": 7.744189133518375e-06, + "E": 2.7293853843701754e-09, + "T": 1.8373041257291334e-06, + "P": 0.00020539617980830371, + "-": 0.9997761845588684 + }, + "id": "tp_30083" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3760394, + "label": "-", + "classification": { + "B": 5.441525985361295e-08, + "S": 4.756033789021785e-08, + "I": 9.12871911395996e-09, + "C": 3.403730033824104e-06, + "R": 1.18513673896814e-06, + "M": 1.887016696855426e-05, + "O": 9.535341632727068e-06, + "W": 4.768693440126981e-09, + "N": 1.7196626067583765e-11, + "Y": 1.4059037312108558e-06, + "U": 3.4877077354639185e-12, + "K": 2.82670327439059e-14, + "L": 2.0175772078800946e-05, + "G": 4.268743214197457e-05, + "F": 0.0002193911059293896, + "E": 8.753204383538105e-09, + "T": 1.4353312508319505e-05, + "P": 4.221220297040418e-05, + "-": 0.999626636505127 + }, + "id": "tp_30084" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3760527, + "label": "-", + "classification": { + "B": 6.62021715225336e-10, + "S": 1.0105861925069348e-08, + "I": 1.462067530155764e-06, + "C": 5.054616121924482e-05, + "R": 8.380896360904444e-06, + "M": 0.00017529958859086037, + "O": 1.3265656889416277e-05, + "W": 1.5525927210546797e-08, + "N": 4.469258740869009e-09, + "Y": 0.000585894682444632, + "U": 5.870693930987159e-10, + "K": 4.367008421546359e-10, + "L": 7.93639355833875e-06, + "G": 0.00026580903795547783, + "F": 0.0005137278931215405, + "E": 3.779834116812708e-07, + "T": 0.0002836133062373847, + "P": 0.0006725789862684906, + "-": 0.997421145439148 + }, + "id": "tp_30085" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3760627, + "label": "-", + "classification": { + "B": 1.8679982005664897e-09, + "S": 5.431117777732197e-10, + "I": 4.297371347661283e-08, + "C": 4.019065524829557e-09, + "R": 4.437663569945016e-10, + "M": 9.790543344934122e-07, + "O": 1.4346953491894965e-07, + "W": 4.2359668550595586e-10, + "N": 4.408499398866894e-10, + "Y": 3.6948983961337944e-06, + "U": 6.925965009840773e-12, + "K": 1.0329641655926203e-11, + "L": 5.117190671199978e-09, + "G": 3.9833574305703223e-07, + "F": 4.892861397820525e-05, + "E": 2.0545653001136088e-07, + "T": 2.725167178141419e-06, + "P": 0.009496776387095451, + "-": 0.9904460906982422 + }, + "id": "tp_30086" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3760761, + "label": "-", + "classification": { + "B": 8.85925487636996e-07, + "S": 4.3054374287976316e-08, + "I": 5.161836725164903e-06, + "C": 6.663618478341959e-06, + "R": 3.7368727134889923e-07, + "M": 5.020385651732795e-05, + "O": 5.8902992350340355e-06, + "W": 2.755054318015482e-08, + "N": 5.1528555644608787e-08, + "Y": 0.00013344686885830015, + "U": 1.2928205173068363e-08, + "K": 3.359845024419883e-08, + "L": 1.2969289855391253e-06, + "G": 0.00013489504635799676, + "F": 0.000344564818078652, + "E": 1.3761458831140772e-05, + "T": 8.039793465286493e-05, + "P": 0.004322713706642389, + "-": 0.994899570941925 + }, + "id": "tp_30087" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3760894, + "label": "-", + "classification": { + "B": 1.2354364926914219e-11, + "S": 3.8490452491934946e-10, + "I": 5.209531650507415e-08, + "C": 1.1989198355877306e-05, + "R": 2.4943101379903965e-06, + "M": 1.1976330824836623e-05, + "O": 6.785486448279698e-07, + "W": 7.113736266717297e-10, + "N": 1.4241807733128553e-10, + "Y": 0.0014296297449618578, + "U": 6.60408325248163e-11, + "K": 5.081078890967206e-10, + "L": 2.870061166504456e-07, + "G": 4.231837374391034e-05, + "F": 0.0003929946688003838, + "E": 1.7923655448726095e-08, + "T": 0.00010886976815527305, + "P": 3.138183456030674e-05, + "-": 0.9979673027992249 + }, + "id": "tp_30088" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3761028, + "label": "-", + "classification": { + "B": 6.817938141140401e-13, + "S": 4.318738075492767e-12, + "I": 1.446128494730914e-10, + "C": 1.9224858078814577e-06, + "R": 3.81331858534395e-07, + "M": 1.723675779885525e-07, + "O": 5.596222862891409e-08, + "W": 5.978478562901346e-12, + "N": 7.776812776649072e-14, + "Y": 1.2244790013937745e-05, + "U": 1.0079733407534e-13, + "K": 1.2729970919891313e-14, + "L": 1.2102202617825242e-07, + "G": 7.439203272952e-06, + "F": 6.194333400344476e-05, + "E": 1.4162649351889822e-11, + "T": 3.016650907738949e-06, + "P": 1.788610916264588e-06, + "-": 0.999910831451416 + }, + "id": "tp_30089" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3761128, + "label": "-", + "classification": { + "B": 1.5436575628857696e-12, + "S": 1.5138302070227816e-11, + "I": 1.4092347080940648e-11, + "C": 8.176473329513101e-07, + "R": 7.149365544023567e-09, + "M": 1.8500520582165336e-06, + "O": 3.3423777523466924e-08, + "W": 1.3797567689072254e-12, + "N": 3.976889144060615e-14, + "Y": 7.993273356987629e-06, + "U": 2.651605809380307e-14, + "K": 1.715464521736404e-13, + "L": 8.461600486953103e-08, + "G": 2.0920546376146376e-05, + "F": 0.00034099523327313364, + "E": 1.594298443263753e-10, + "T": 9.219338608090766e-06, + "P": 8.385545697819907e-07, + "-": 0.9996172189712524 + }, + "id": "tp_30090" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3761261, + "label": "-", + "classification": { + "B": 9.082705254570556e-09, + "S": 1.1657714793500418e-07, + "I": 1.575436670009367e-07, + "C": 6.215507164597511e-05, + "R": 1.3278494407131802e-05, + "M": 7.12179598849616e-06, + "O": 6.76514446240617e-06, + "W": 1.0788340887302184e-07, + "N": 1.0543078410307771e-08, + "Y": 0.0009114499553106725, + "U": 1.4780998647268007e-09, + "K": 7.173023846007709e-07, + "L": 1.80242807346076e-06, + "G": 0.0005473257042467594, + "F": 0.08112188428640366, + "E": 5.692258469025546e-07, + "T": 7.216573430923745e-05, + "P": 0.0006858877022750676, + "-": 0.9165684580802917 + }, + "id": "tp_30091" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3761395, + "label": "-", + "classification": { + "B": 3.5426378985903284e-07, + "S": 8.982914323496516e-08, + "I": 2.572370760844933e-07, + "C": 1.3559257240558509e-05, + "R": 8.484587397106225e-07, + "M": 2.1779691451229155e-05, + "O": 8.953843462222721e-06, + "W": 6.020660237027187e-08, + "N": 1.184451203783965e-08, + "Y": 0.0002757411275524646, + "U": 5.597758256925545e-09, + "K": 2.3925066372498804e-08, + "L": 3.2170819395105354e-06, + "G": 0.00020322280761320144, + "F": 0.0032429867424070835, + "E": 9.498627377979574e-07, + "T": 0.00011210812954232097, + "P": 0.001079108566045761, + "-": 0.995036780834198 + }, + "id": "tp_30092" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3761528, + "label": "-", + "classification": { + "B": 8.921673178008405e-09, + "S": 2.7189126505788863e-09, + "I": 4.230328087828639e-08, + "C": 5.634441095025977e-06, + "R": 6.127570941316662e-06, + "M": 4.292071025702171e-05, + "O": 1.2399797014950309e-05, + "W": 7.113168276617898e-09, + "N": 2.982882343904869e-11, + "Y": 0.00011568572517717257, + "U": 4.024094252264021e-11, + "K": 1.533332786912353e-13, + "L": 1.9733219232875854e-05, + "G": 0.00013222980487626046, + "F": 3.973001366830431e-05, + "E": 1.7021238862824362e-09, + "T": 5.9036810853285715e-05, + "P": 1.2585075637616683e-05, + "-": 0.9995538592338562 + }, + "id": "tp_30093" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3761628, + "label": "-", + "classification": { + "B": 2.037558788359206e-09, + "S": 4.216298865600265e-09, + "I": 1.4899366185261442e-09, + "C": 3.1419426704815123e-06, + "R": 5.974736723146634e-07, + "M": 2.5270199330407195e-05, + "O": 8.342657565663103e-06, + "W": 9.075753482079563e-10, + "N": 7.964236366751754e-13, + "Y": 1.2773819435096812e-05, + "U": 5.925430502165541e-13, + "K": 1.2126128755090247e-14, + "L": 2.6108811653102748e-05, + "G": 0.00023445195984095335, + "F": 0.00020839467470068485, + "E": 3.6909975076326873e-10, + "T": 1.0419703357911203e-05, + "P": 6.985871095821494e-06, + "-": 0.9994634985923767 + }, + "id": "tp_30094" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3761762, + "label": "-", + "classification": { + "B": 4.865163272249617e-10, + "S": 4.12653626546966e-11, + "I": 1.872999977337031e-09, + "C": 1.2441817576203107e-09, + "R": 2.864973813743177e-10, + "M": 2.5366800215920193e-08, + "O": 3.8885982434067046e-08, + "W": 2.8953454217495178e-11, + "N": 6.790151340502204e-12, + "Y": 1.156429263460268e-07, + "U": 3.4205711180179676e-13, + "K": 1.7336463211184427e-13, + "L": 1.7867892720957457e-09, + "G": 1.1698120516712152e-07, + "F": 1.4904376257618424e-05, + "E": 1.5251709895025556e-09, + "T": 6.534246494993567e-07, + "P": 0.0006537419394589961, + "-": 0.9993304014205933 + }, + "id": "tp_30095" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3761895, + "label": "-", + "classification": { + "B": 4.0324219657827953e-11, + "S": 2.1605766763362066e-13, + "I": 3.7275549313875445e-10, + "C": 6.42746966761365e-10, + "R": 1.208515232331564e-10, + "M": 2.6324062929461434e-09, + "O": 4.882680482154456e-09, + "W": 4.0880910852705843e-13, + "N": 1.4007347256921043e-13, + "Y": 4.946319975829283e-08, + "U": 1.3388810086924652e-14, + "K": 5.925489127433403e-17, + "L": 2.648101737889874e-10, + "G": 8.699892362074024e-08, + "F": 2.635378280047007e-07, + "E": 5.959260862553606e-11, + "T": 5.4859587095279494e-08, + "P": 0.0006613645819015801, + "-": 0.9993382096290588 + }, + "id": "tp_30096" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3762029, + "label": "-", + "classification": { + "B": 1.4535396219983454e-09, + "S": 6.700130450454367e-10, + "I": 3.26492988200755e-09, + "C": 2.1778596703825315e-07, + "R": 3.908006362962624e-08, + "M": 2.503159521438647e-06, + "O": 3.035142412954883e-07, + "W": 8.056659228650176e-10, + "N": 1.2920394788784595e-11, + "Y": 6.792807835154235e-05, + "U": 9.307684831205698e-12, + "K": 4.372989470535771e-11, + "L": 1.0497538482923119e-07, + "G": 1.0301402653567493e-05, + "F": 0.0003042308089789003, + "E": 6.692904896965501e-09, + "T": 1.4924480638001114e-05, + "P": 5.1349135901546106e-05, + "-": 0.9995481371879578 + }, + "id": "tp_30097" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3762129, + "label": "-", + "classification": { + "B": 1.983091379997859e-08, + "S": 8.559706832222957e-10, + "I": 2.123179410062903e-09, + "C": 1.3435970913633355e-07, + "R": 7.290423553740766e-08, + "M": 6.2435005929728504e-06, + "O": 4.107826953259064e-06, + "W": 4.3767345303535876e-10, + "N": 1.1569076859702099e-12, + "Y": 4.051444648212055e-06, + "U": 2.0408719473511555e-13, + "K": 1.7396714718777523e-16, + "L": 7.923626071715262e-06, + "G": 3.473571996437386e-05, + "F": 3.7851867091376334e-05, + "E": 5.059835328502515e-10, + "T": 3.308348823338747e-06, + "P": 1.8666740288608707e-05, + "-": 0.9998828172683716 + }, + "id": "tp_30098" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3762262, + "label": "-", + "classification": { + "B": 3.829670822597109e-05, + "S": 1.486566702624259e-06, + "I": 2.3978680019354215e-07, + "C": 9.277879371438758e-07, + "R": 1.0528063967285561e-06, + "M": 3.2887091947486624e-05, + "O": 0.0001295181573368609, + "W": 6.655537276856194e-07, + "N": 2.5046797968997225e-09, + "Y": 1.641744893277064e-05, + "U": 7.920611944101097e-10, + "K": 1.5826596977408514e-11, + "L": 4.36124209954869e-05, + "G": 8.260405593318865e-05, + "F": 0.0002051937481155619, + "E": 1.1443848535463985e-07, + "T": 4.713900852948427e-05, + "P": 0.0026767454110085964, + "-": 0.9967231154441833 + }, + "id": "tp_30099" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3762396, + "label": "-", + "classification": { + "B": 1.981592445687852e-09, + "S": 2.6697657418139897e-09, + "I": 2.9688249014725443e-07, + "C": 5.348136937755044e-07, + "R": 9.694245051150574e-08, + "M": 9.724130904942285e-07, + "O": 3.136329098651913e-07, + "W": 2.0338379869144774e-09, + "N": 2.104724172724559e-09, + "Y": 1.7590142306289636e-05, + "U": 1.5975404332735366e-10, + "K": 9.969965963918526e-10, + "L": 3.567892292721808e-08, + "G": 6.723364094796125e-06, + "F": 0.0011990562779828906, + "E": 8.736282097743242e-08, + "T": 1.2769671229762025e-05, + "P": 0.0030791466124355793, + "-": 0.9956822395324707 + }, + "id": "tp_30100" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3762529, + "label": "-", + "classification": { + "B": 1.41916123297392e-08, + "S": 2.2428441048827352e-10, + "I": 5.760438526181133e-08, + "C": 1.726508145338812e-07, + "R": 2.6800025310080855e-08, + "M": 4.3792169890366495e-05, + "O": 1.2139181535530952e-06, + "W": 2.438673984972439e-10, + "N": 1.8816443195235344e-11, + "Y": 1.9747696569538675e-05, + "U": 3.857098668236247e-12, + "K": 3.685324309989687e-15, + "L": 1.1876061307702912e-06, + "G": 9.802360182220582e-06, + "F": 4.256511601852253e-06, + "E": 6.555639142646896e-09, + "T": 4.650227492675185e-05, + "P": 0.00018308793369214982, + "-": 0.9996901750564575 + }, + "id": "tp_30101" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3762629, + "label": "-", + "classification": { + "B": 1.4447741136791592e-07, + "S": 4.501425898695288e-09, + "I": 2.0959643620699353e-07, + "C": 1.4469301277131308e-06, + "R": 1.1957739332046913e-07, + "M": 1.3910672350903042e-05, + "O": 1.7014714330798597e-06, + "W": 4.878149884035565e-09, + "N": 1.8498355069951344e-09, + "Y": 3.611362262745388e-05, + "U": 3.5642758189347035e-10, + "K": 4.4751249927976744e-10, + "L": 3.7686905329792353e-07, + "G": 4.366436769487336e-05, + "F": 8.972317300504074e-05, + "E": 6.29535463758657e-07, + "T": 3.3728178095771e-05, + "P": 0.0008185457554645836, + "-": 0.9989595413208008 + }, + "id": "tp_30102" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3762763, + "label": "-", + "classification": { + "B": 1.5542029468962326e-11, + "S": 6.573135091780813e-11, + "I": 3.457836683651294e-08, + "C": 3.4362883525318466e-06, + "R": 2.0948144197063812e-07, + "M": 3.059740834032709e-07, + "O": 8.693099573520158e-08, + "W": 1.7757420534003643e-10, + "N": 1.2083989364697345e-10, + "Y": 6.08586888120044e-05, + "U": 4.5807777709905295e-11, + "K": 5.6922643681955876e-11, + "L": 3.399834724859829e-08, + "G": 1.1754251318052411e-05, + "F": 0.0008402540697716177, + "E": 7.173504457114177e-09, + "T": 7.308933618332958e-06, + "P": 0.0004968704888597131, + "-": 0.9985790252685547 + }, + "id": "tp_30103" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3762896, + "label": "-", + "classification": { + "B": 7.964138376559404e-11, + "S": 1.547135614066164e-10, + "I": 7.232248688815446e-10, + "C": 9.754941032724673e-08, + "R": 2.5545810800053914e-08, + "M": 5.303867055772571e-06, + "O": 3.1803966749066603e-07, + "W": 1.1213790312991634e-10, + "N": 5.897367013132926e-13, + "Y": 1.5015310054877773e-05, + "U": 2.9316788796932003e-13, + "K": 1.4775130446377516e-13, + "L": 1.2802907178866008e-07, + "G": 6.831551672803471e-06, + "F": 6.959190795896575e-05, + "E": 2.3636850809971577e-10, + "T": 1.0293734703736845e-05, + "P": 5.38396488991566e-06, + "-": 0.9998868703842163 + }, + "id": "tp_30104" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3763030, + "label": "-", + "classification": { + "B": 1.0999448019077818e-09, + "S": 1.6041286354795403e-10, + "I": 1.0677952388959966e-07, + "C": 1.4340507732413244e-06, + "R": 8.250494687445098e-08, + "M": 1.7609811493457528e-06, + "O": 1.797964301886168e-07, + "W": 3.3811334287925376e-10, + "N": 5.287345561377776e-10, + "Y": 1.7293014025199227e-05, + "U": 3.257259184596961e-10, + "K": 4.830205124761733e-10, + "L": 2.3026981210705344e-08, + "G": 6.178328476380557e-06, + "F": 6.326764560071751e-05, + "E": 7.645947874834746e-08, + "T": 8.26904670248041e-06, + "P": 0.0012220947537571192, + "-": 0.9986792206764221 + }, + "id": "tp_30105" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3763130, + "label": "-", + "classification": { + "B": 2.9577977400663258e-08, + "S": 1.2275354954738305e-08, + "I": 9.897074448872445e-08, + "C": 2.1903399556322256e-06, + "R": 1.0357099711200135e-07, + "M": 0.00045198865700513124, + "O": 1.5825897889953922e-06, + "W": 8.643312732203867e-10, + "N": 5.044004103282873e-10, + "Y": 7.688266487093642e-05, + "U": 1.692483306281467e-11, + "K": 1.3899488331137189e-11, + "L": 1.222028231495642e-06, + "G": 7.894389273133129e-05, + "F": 0.000417286908486858, + "E": 2.25099825001962e-06, + "T": 8.380674989894032e-05, + "P": 0.00036332907620817423, + "-": 0.9985203146934509 + }, + "id": "tp_30106" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3763263, + "label": "-", + "classification": { + "B": 1.8857337025224297e-08, + "S": 1.3407697174727673e-10, + "I": 3.248451108106565e-08, + "C": 2.0157651761110174e-06, + "R": 6.344625802512383e-08, + "M": 2.7800451789516956e-06, + "O": 4.750127118313685e-07, + "W": 3.3554217737652436e-10, + "N": 1.4335742315463307e-10, + "Y": 1.005076956062112e-05, + "U": 1.4284375071671462e-10, + "K": 1.2367201446955578e-12, + "L": 2.1292480312240514e-07, + "G": 1.1228740731894504e-05, + "F": 2.3109838366508484e-05, + "E": 3.938010095794198e-08, + "T": 1.1168251148774289e-05, + "P": 0.0013666478917002678, + "-": 0.9985722303390503 + }, + "id": "tp_30107" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3763397, + "label": "-", + "classification": { + "B": 9.237557246910555e-11, + "S": 2.523870218720803e-12, + "I": 1.0098678560055419e-09, + "C": 7.788747069525925e-08, + "R": 5.4116253700442485e-09, + "M": 7.789805636093661e-07, + "O": 2.087092809688329e-08, + "W": 3.14389009617444e-12, + "N": 1.4017603809472756e-13, + "Y": 7.125696583898389e-07, + "U": 2.2972231484685163e-14, + "K": 1.274301247442195e-16, + "L": 1.2460913190182055e-08, + "G": 9.008729193737963e-07, + "F": 2.6446532501722686e-06, + "E": 6.420824427699756e-10, + "T": 4.2811032585632347e-07, + "P": 6.576455780304968e-05, + "-": 0.9999287128448486 + }, + "id": "tp_30108" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3763530, + "label": "-", + "classification": { + "B": 2.521800476773528e-11, + "S": 4.559254362934695e-11, + "I": 7.874121621398444e-08, + "C": 5.216462341195438e-06, + "R": 1.5110119022665458e-07, + "M": 5.433309411273513e-07, + "O": 1.315524542633284e-07, + "W": 1.3770132256674117e-10, + "N": 5.17321685489236e-10, + "Y": 9.917036368278787e-05, + "U": 1.0488800106234208e-10, + "K": 2.1894336343919463e-10, + "L": 1.722577103180356e-08, + "G": 1.0580340131127741e-05, + "F": 9.695108747109771e-05, + "E": 4.2639072717065574e-08, + "T": 7.466965598723618e-06, + "P": 0.0010125727858394384, + "-": 0.9987671375274658 + }, + "id": "tp_30109" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3763630, + "label": "-", + "classification": { + "B": 3.765031397762186e-09, + "S": 1.6599649654835957e-08, + "I": 1.8781257438149623e-08, + "C": 2.2487176465801895e-05, + "R": 1.6298434957207064e-06, + "M": 1.4741769518877845e-05, + "O": 5.8433888625586405e-06, + "W": 7.801184587208354e-09, + "N": 3.4207889298976113e-10, + "Y": 0.0001712154917186126, + "U": 1.121451126406825e-10, + "K": 1.5847374523758617e-09, + "L": 1.8325680457564886e-06, + "G": 0.00019012890697922558, + "F": 0.0021088062785565853, + "E": 2.6940240260842074e-08, + "T": 3.736176950042136e-05, + "P": 6.614733865717426e-05, + "-": 0.997379720211029 + }, + "id": "tp_30110" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3763764, + "label": "-", + "classification": { + "B": 9.279069956846797e-08, + "S": 2.058747616828782e-09, + "I": 5.170600729798025e-07, + "C": 1.1929718368719477e-07, + "R": 3.221652278284637e-08, + "M": 5.876923751202412e-06, + "O": 4.440964858076768e-06, + "W": 3.1563625046970856e-09, + "N": 1.557047712985593e-09, + "Y": 6.0672023209917825e-06, + "U": 7.49658529697328e-11, + "K": 9.70610039823655e-14, + "L": 1.0286938731951523e-06, + "G": 5.920785952184815e-06, + "F": 5.252939445199445e-06, + "E": 1.617951426169384e-07, + "T": 1.2409475857566576e-05, + "P": 0.008051094599068165, + "-": 0.991907000541687 + }, + "id": "tp_30111" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3763897, + "label": "-", + "classification": { + "B": 1.3911875207384128e-08, + "S": 6.671175611927538e-08, + "I": 4.839854682359146e-06, + "C": 1.5777584849274717e-05, + "R": 2.5130038920906372e-06, + "M": 1.3879124708182644e-05, + "O": 1.0804125849972479e-05, + "W": 1.2315996400502627e-07, + "N": 1.1241629493952132e-07, + "Y": 0.0004137344076298177, + "U": 1.4245969737203268e-08, + "K": 3.741476817253897e-08, + "L": 1.156883286057564e-06, + "G": 3.916499190381728e-05, + "F": 0.0010029273107647896, + "E": 2.2495462417282397e-06, + "T": 0.00011437716602813452, + "P": 0.0020377631299197674, + "-": 0.9963405132293701 + }, + "id": "tp_30112" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3764031, + "label": "-", + "classification": { + "B": 4.918716811630475e-08, + "S": 2.015259603638242e-08, + "I": 6.582597933402212e-08, + "C": 5.007275376556208e-06, + "R": 9.479397817813151e-07, + "M": 4.229079422657378e-05, + "O": 6.202430995472241e-06, + "W": 5.903943112173238e-09, + "N": 1.0168478281613602e-09, + "Y": 8.760465425439179e-05, + "U": 1.9659925076798146e-10, + "K": 4.837882178199138e-11, + "L": 1.9008464278158499e-06, + "G": 6.535799184348434e-05, + "F": 0.0003336204099468887, + "E": 4.158550481747625e-08, + "T": 0.00011003061081282794, + "P": 0.00011346847895765677, + "-": 0.9992333650588989 + }, + "id": "tp_30113" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3764131, + "label": "-", + "classification": { + "B": 2.7084885800832126e-07, + "S": 1.3192745029755315e-07, + "I": 2.9499494758056244e-06, + "C": 9.270710506825708e-06, + "R": 1.1556168146853452e-06, + "M": 2.377050623181276e-05, + "O": 8.61222724779509e-06, + "W": 1.037912795709417e-07, + "N": 3.6864065577901783e-08, + "Y": 5.639589289785363e-05, + "U": 1.6461333629536057e-08, + "K": 1.2003483762512701e-09, + "L": 4.755298050440615e-06, + "G": 6.279930676100776e-05, + "F": 0.00033163189073093235, + "E": 7.119840574887348e-07, + "T": 0.00011979613191215321, + "P": 0.013442466035485268, + "-": 0.9859350919723511 + }, + "id": "tp_30114" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3764264, + "label": "-", + "classification": { + "B": 2.173548864448094e-06, + "S": 1.9290587260911707e-07, + "I": 2.5081653802772053e-06, + "C": 2.836840621966985e-06, + "R": 4.643273427973327e-07, + "M": 6.408047920558602e-05, + "O": 1.9000393876922317e-05, + "W": 5.617726372975085e-08, + "N": 2.10513313447791e-08, + "Y": 1.9549892385839485e-05, + "U": 1.3730844239390194e-09, + "K": 4.6878917414616694e-11, + "L": 8.933886419981718e-06, + "G": 0.0001804432104108855, + "F": 0.0004987110150977969, + "E": 1.425123286935559e-06, + "T": 0.00011289586836937815, + "P": 0.008039593696594238, + "-": 0.9910470843315125 + }, + "id": "tp_30115" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3764398, + "label": "-", + "classification": { + "B": 6.708709747726971e-07, + "S": 6.40895692072263e-08, + "I": 1.6570623984080157e-07, + "C": 4.821414404432289e-05, + "R": 1.2451915608835407e-05, + "M": 0.0005648786318488419, + "O": 4.549633740680292e-05, + "W": 1.2023322781828938e-08, + "N": 2.2625036566470413e-10, + "Y": 8.852888277033344e-05, + "U": 8.035278692419823e-11, + "K": 3.2003598989666093e-12, + "L": 0.00024890442728064954, + "G": 0.0018719916697591543, + "F": 0.00028341810684651136, + "E": 7.313941097208954e-08, + "T": 0.00023665545450057834, + "P": 1.984403934329748e-05, + "-": 0.9965786337852478 + }, + "id": "tp_30116" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3764531, + "label": "-", + "classification": { + "B": 2.368244444994616e-08, + "S": 1.066887023171148e-09, + "I": 4.210369297652505e-06, + "C": 1.3215245417086408e-05, + "R": 6.525268645418691e-07, + "M": 2.201294591941405e-05, + "O": 5.144721058059076e-07, + "W": 2.8808477825492673e-09, + "N": 8.947942831127875e-09, + "Y": 0.001987558091059327, + "U": 7.275402502671113e-09, + "K": 3.054412900382886e-08, + "L": 2.607939109111612e-07, + "G": 0.0002716433664318174, + "F": 6.609148113057017e-05, + "E": 1.0513658708077855e-05, + "T": 0.00014382773952092975, + "P": 0.0025598567444831133, + "-": 0.9949193596839905 + }, + "id": "tp_30117" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3764631, + "label": "-", + "classification": { + "B": 3.943932469496758e-08, + "S": 3.6750765985971157e-08, + "I": 3.1290281476969994e-10, + "C": 6.360705810948275e-07, + "R": 7.494057854273706e-07, + "M": 1.7360902347718365e-05, + "O": 1.9098486518487334e-05, + "W": 2.649597874437859e-09, + "N": 1.7305868381129602e-13, + "Y": 2.117806388923782e-06, + "U": 7.636693876008835e-14, + "K": 4.916228459654018e-16, + "L": 0.00012623780639842153, + "G": 0.0001489372516516596, + "F": 0.000231238198466599, + "E": 1.087740730820741e-10, + "T": 4.571313183987513e-06, + "P": 4.270537374395644e-06, + "-": 0.9994446635246277 + }, + "id": "tp_30118" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3764765, + "label": "-", + "classification": { + "B": 1.5978437323260763e-11, + "S": 4.744991495531613e-14, + "I": 3.522632706365325e-12, + "C": 5.308797845771096e-11, + "R": 1.2928138594381355e-11, + "M": 4.779930673493027e-09, + "O": 7.754875630539004e-10, + "W": 2.1491179129817968e-14, + "N": 1.5430125237912712e-16, + "Y": 2.5029287087363628e-08, + "U": 1.2485492290016227e-17, + "K": 8.011044707565037e-21, + "L": 5.642787903603619e-10, + "G": 4.07760616383257e-08, + "F": 4.960312480761786e-07, + "E": 1.7613424824550195e-12, + "T": 1.1526275933704255e-08, + "P": 8.675231583765708e-06, + "-": 0.9999908208847046 + }, + "id": "tp_30119" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3764898, + "label": "-", + "classification": { + "B": 3.6737579124646036e-12, + "S": 1.963952750427822e-10, + "I": 3.1788710552760335e-11, + "C": 3.8691878216923214e-06, + "R": 1.8676252011573524e-07, + "M": 9.352957590635924e-07, + "O": 3.1395899213748635e-07, + "W": 1.208385613793439e-10, + "N": 1.671538883869783e-13, + "Y": 3.1458512239623815e-05, + "U": 1.432057461980482e-13, + "K": 5.652308916054283e-12, + "L": 3.2392324555985397e-07, + "G": 9.31893810047768e-05, + "F": 0.001283076941035688, + "E": 2.3754267997055933e-10, + "T": 3.992945494246669e-06, + "P": 1.3621040579891996e-06, + "-": 0.9985812902450562 + }, + "id": "tp_30120" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3765032, + "label": "-", + "classification": { + "B": 4.5788169700244907e-07, + "S": 8.29789769341005e-07, + "I": 3.520002337609185e-06, + "C": 0.0006435383693315089, + "R": 0.00011715982691384852, + "M": 0.0030212760902941227, + "O": 0.00014032548642717302, + "W": 1.3422584288491635e-07, + "N": 1.3005291954470977e-08, + "Y": 0.00310298940166831, + "U": 2.853626890342298e-09, + "K": 7.983777527975633e-11, + "L": 0.0011374021414667368, + "G": 0.007881252095103264, + "F": 0.004674867726862431, + "E": 2.2189115043147467e-06, + "T": 0.002365267602726817, + "P": 0.00023210325161926448, + "-": 0.9766765832901001 + }, + "id": "tp_30121" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3765132, + "label": "-", + "classification": { + "B": 2.4616209071126605e-09, + "S": 3.1705155167927046e-10, + "I": 8.176336940834972e-09, + "C": 1.021443949866807e-06, + "R": 2.461740677972557e-07, + "M": 2.980317731271498e-05, + "O": 4.768835879076505e-06, + "W": 5.295111571435029e-10, + "N": 9.984460307144172e-12, + "Y": 5.178673018235713e-05, + "U": 7.075627410368934e-12, + "K": 7.606018408417431e-14, + "L": 6.227675839909352e-06, + "G": 8.552686631446704e-05, + "F": 3.657162233139388e-05, + "E": 7.678433999736001e-10, + "T": 0.00010358575673308223, + "P": 9.30088026507292e-06, + "-": 0.9996711015701294 + }, + "id": "tp_30122" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3765265, + "label": "-", + "classification": { + "B": 6.475723512977538e-09, + "S": 1.0556296947683563e-09, + "I": 4.414148158105036e-09, + "C": 1.2508739928307477e-06, + "R": 2.0484654328356555e-07, + "M": 5.460848115035333e-06, + "O": 2.460073346810532e-06, + "W": 1.7659462780983404e-09, + "N": 1.3700512078995697e-11, + "Y": 8.82131189428037e-06, + "U": 6.864941774764599e-12, + "K": 8.2636713227488e-13, + "L": 8.326206284436921e-07, + "G": 2.2621810785494745e-05, + "F": 9.547745139570907e-05, + "E": 1.7340274771626696e-09, + "T": 5.4370216275856365e-06, + "P": 4.425858787726611e-05, + "-": 0.9998131394386292 + }, + "id": "tp_30123" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3765399, + "label": "-", + "classification": { + "B": 6.223807247351942e-09, + "S": 1.2044207409189767e-08, + "I": 9.33573801376042e-07, + "C": 4.618800176103832e-06, + "R": 3.9505920312876697e-07, + "M": 1.5000063285697252e-05, + "O": 4.67827521788422e-06, + "W": 7.935509138690122e-09, + "N": 5.630672372802792e-09, + "Y": 0.00016431912081316113, + "U": 6.414659914355525e-10, + "K": 9.432924441554746e-10, + "L": 1.2898267414129805e-06, + "G": 0.00017309703980572522, + "F": 0.00047913147136569023, + "E": 4.476295885069703e-07, + "T": 4.638808604795486e-05, + "P": 0.0011692739790305495, + "-": 0.9979403614997864 + }, + "id": "tp_30124" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3765532, + "label": "-", + "classification": { + "B": 0.001419832813553512, + "S": 7.922181794128846e-06, + "I": 2.3565262381453067e-05, + "C": 0.0014571442734450102, + "R": 0.0006959005841054022, + "M": 0.004882593173533678, + "O": 0.0018464246531948447, + "W": 7.000895493547432e-06, + "N": 4.082624016632508e-08, + "Y": 0.00042815375491045415, + "U": 3.184946706369374e-08, + "K": 1.5318756679816303e-11, + "L": 0.009749331511557102, + "G": 0.006686429958790541, + "F": 0.0001660438720136881, + "E": 3.649355903689866e-06, + "T": 0.000775420106947422, + "P": 0.0010150159941986203, + "-": 0.9708355069160461 + }, + "id": "tp_30125" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3765632, + "label": "-", + "classification": { + "B": 1.242562053249685e-08, + "S": 8.174778187708398e-09, + "I": 1.085468497308284e-07, + "C": 7.97672964836238e-06, + "R": 4.672762656809937e-07, + "M": 3.0163064366206527e-05, + "O": 2.4845901407388737e-06, + "W": 1.6550675274729088e-09, + "N": 6.720065059973024e-10, + "Y": 7.52843261579983e-05, + "U": 3.4162180029273514e-11, + "K": 2.4875684845326873e-11, + "L": 2.4954206310212612e-06, + "G": 0.00014461201499216259, + "F": 0.0007262320723384619, + "E": 6.801871563766326e-07, + "T": 2.970936657220591e-05, + "P": 0.0003319055831525475, + "-": 0.9986478686332703 + }, + "id": "tp_30126" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3765766, + "label": "-", + "classification": { + "B": 1.14101572634695e-09, + "S": 1.2430266815854907e-09, + "I": 2.9595019768180464e-09, + "C": 1.0023205732068163e-06, + "R": 2.1238027159142803e-07, + "M": 3.218443089281209e-05, + "O": 4.000994067610009e-06, + "W": 5.756086718378128e-10, + "N": 2.7486285816835654e-12, + "Y": 0.00010338853462599218, + "U": 4.1647552919375774e-13, + "K": 2.6679238991091613e-14, + "L": 7.5489938353712205e-06, + "G": 0.00010014531289925799, + "F": 0.00018620002083480358, + "E": 2.5977411333144573e-09, + "T": 2.62094872596208e-05, + "P": 8.53847450343892e-06, + "-": 0.9995306730270386 + }, + "id": "tp_30127" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3765899, + "label": "-", + "classification": { + "B": 1.9195030981355998e-11, + "S": 3.886978846429079e-12, + "I": 1.3731120684923326e-09, + "C": 3.526090353034306e-08, + "R": 2.2702625557258216e-08, + "M": 1.0458521728651249e-06, + "O": 1.1955420120557392e-07, + "W": 5.712568005439289e-12, + "N": 1.800482506142398e-13, + "Y": 1.68779915838968e-05, + "U": 1.577420648529032e-14, + "K": 1.0133731781744263e-17, + "L": 1.9883150059740728e-07, + "G": 4.173474280833034e-06, + "F": 5.902827069803607e-06, + "E": 1.1943299127459284e-10, + "T": 8.335180609719828e-06, + "P": 9.983051313611213e-06, + "-": 0.9999532699584961 + }, + "id": "tp_30128" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3766033, + "label": "-", + "classification": { + "B": 1.1489994022895189e-07, + "S": 7.951220126756198e-09, + "I": 1.5578722312170612e-08, + "C": 2.1744774869603134e-08, + "R": 5.3968989277564106e-09, + "M": 1.2316577340243384e-05, + "O": 4.958709723723587e-06, + "W": 2.043889058001014e-09, + "N": 4.3468690452685976e-11, + "Y": 3.0347907795658102e-06, + "U": 3.0277163155095765e-12, + "K": 4.1497831375619104e-14, + "L": 9.769019015948288e-07, + "G": 9.193625373882242e-06, + "F": 1.7929094610735774e-05, + "E": 2.3843414354018932e-08, + "T": 4.117255230084993e-06, + "P": 0.0003401875728741288, + "-": 0.9996071457862854 + }, + "id": "tp_30129" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3766133, + "label": "-", + "classification": { + "B": 4.951966303679001e-08, + "S": 6.199933011430403e-09, + "I": 3.5748362048337867e-09, + "C": 9.490290722169448e-07, + "R": 6.393160560946853e-07, + "M": 0.00019290068303234875, + "O": 1.2779690223396756e-05, + "W": 2.5506865508617693e-09, + "N": 3.981308772244008e-12, + "Y": 2.4180182663258165e-05, + "U": 7.181304162440227e-12, + "K": 2.0532498769786078e-14, + "L": 8.948234608396888e-05, + "G": 0.00013854989083483815, + "F": 0.00022054376313462853, + "E": 3.932965064734617e-09, + "T": 3.632691004895605e-05, + "P": 3.661007576738484e-05, + "-": 0.9992469549179077 + }, + "id": "tp_30130" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3766266, + "label": "-", + "classification": { + "B": 6.989639422805283e-10, + "S": 5.083233278746491e-10, + "I": 1.984400199717129e-08, + "C": 2.6422169412398944e-06, + "R": 2.6463916924512887e-07, + "M": 1.976641215151176e-06, + "O": 8.565597795495705e-07, + "W": 5.82738857168863e-10, + "N": 1.0957884599704926e-10, + "Y": 0.0001839435426518321, + "U": 2.083139563624492e-11, + "K": 1.5458570187809606e-11, + "L": 1.9856581445765187e-07, + "G": 3.12010342895519e-05, + "F": 0.00029088486917316914, + "E": 2.341899296709471e-08, + "T": 1.404665454174392e-05, + "P": 0.0001538159413030371, + "-": 0.9993201494216919 + }, + "id": "tp_30131" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3766400, + "label": "-", + "classification": { + "B": 6.44004294336753e-10, + "S": 7.656803524547229e-10, + "I": 2.241730001628639e-08, + "C": 6.263101681724947e-08, + "R": 1.0703566921677066e-08, + "M": 6.065355137252482e-06, + "O": 2.470136166721204e-07, + "W": 2.114832198252259e-10, + "N": 3.294945913334679e-11, + "Y": 1.9049783077207394e-05, + "U": 2.0719643448879888e-12, + "K": 1.468048637298311e-13, + "L": 6.412862063598368e-08, + "G": 1.8527489373809658e-06, + "F": 1.5909829016891308e-05, + "E": 3.9477519031549946e-09, + "T": 2.2184241970535368e-05, + "P": 0.00014515734801534563, + "-": 0.999789297580719 + }, + "id": "tp_30132" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3766533, + "label": "-", + "classification": { + "B": 0.00012284383410587907, + "S": 7.298906439245911e-07, + "I": 3.128819514586212e-07, + "C": 4.993206630388158e-07, + "R": 2.483008358922234e-07, + "M": 0.00032682152232155204, + "O": 4.077987978234887e-05, + "W": 2.0005985845727992e-07, + "N": 1.3009207044945015e-09, + "Y": 3.864778045681305e-05, + "U": 3.9062436618664265e-10, + "K": 4.527621680350258e-11, + "L": 2.7791673346655443e-05, + "G": 0.0001620702096261084, + "F": 0.00029038210050202906, + "E": 2.0068673620698974e-06, + "T": 3.333722270326689e-05, + "P": 0.0010777260176837444, + "-": 0.9978755712509155 + }, + "id": "tp_30133" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3766633, + "label": "-", + "classification": { + "B": 2.132799714615885e-08, + "S": 7.548488056841052e-09, + "I": 4.862991787035753e-09, + "C": 2.07835910259746e-06, + "R": 3.7591013324345113e-07, + "M": 3.994051076006144e-05, + "O": 2.3707734726485796e-06, + "W": 8.938948470316177e-10, + "N": 3.642366790124196e-12, + "Y": 1.9258699467172846e-05, + "U": 1.1404367034062446e-12, + "K": 4.285960624491984e-14, + "L": 1.102668193198042e-05, + "G": 0.00023717708245385438, + "F": 0.0004986727726645768, + "E": 7.691205006210566e-09, + "T": 3.253271643188782e-05, + "P": 2.8700522307190113e-05, + "-": 0.9991278052330017 + }, + "id": "tp_30134" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3766767, + "label": "-", + "classification": { + "B": 3.3209663907740605e-09, + "S": 3.7264351604449075e-09, + "I": 2.7894384579951748e-09, + "C": 3.2656332678016042e-06, + "R": 6.065110369490867e-07, + "M": 1.6506267002114328e-06, + "O": 1.5729959841337404e-06, + "W": 1.1187252235700385e-09, + "N": 1.3080006695809221e-11, + "Y": 3.302154073026031e-05, + "U": 3.1918374193695698e-12, + "K": 8.069059201191997e-13, + "L": 2.3040142878016923e-06, + "G": 7.758193532936275e-05, + "F": 0.0026518830563873053, + "E": 3.6225200616968323e-09, + "T": 7.135622126952512e-06, + "P": 4.704752427642234e-05, + "-": 0.9971737861633301 + }, + "id": "tp_30135" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3766900, + "label": "-", + "classification": { + "B": 3.589018622227047e-12, + "S": 2.5654464663737997e-11, + "I": 5.138395309245425e-08, + "C": 7.736723546258872e-07, + "R": 3.102265466736753e-08, + "M": 8.24720132186485e-08, + "O": 4.2862776439278605e-08, + "W": 4.6523576657797605e-11, + "N": 1.666963372892738e-10, + "Y": 5.013896497985115e-06, + "U": 2.546540756043214e-11, + "K": 2.373220370222029e-11, + "L": 3.364079903533934e-09, + "G": 1.680745981502696e-06, + "F": 7.851060945540667e-05, + "E": 3.7170551081544545e-09, + "T": 3.174229050273425e-06, + "P": 0.0006700527155771852, + "-": 0.9992406368255615 + }, + "id": "tp_30136" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3767000, + "label": "-", + "classification": { + "B": 4.78189470243251e-08, + "S": 2.797968801093731e-10, + "I": 7.751213892959186e-09, + "C": 7.172428126978048e-07, + "R": 2.1023028295985569e-07, + "M": 1.0626768016663846e-05, + "O": 3.329868150103721e-06, + "W": 3.0615829316182896e-10, + "N": 1.813953609715313e-12, + "Y": 6.673268671875121e-06, + "U": 7.067433660870592e-13, + "K": 1.8989591939824757e-16, + "L": 1.2409550436132122e-05, + "G": 6.059215957066044e-05, + "F": 9.56643998506479e-06, + "E": 7.815819103029753e-10, + "T": 1.34626570797991e-05, + "P": 2.107701038767118e-05, + "-": 0.9998613595962524 + }, + "id": "tp_30137" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3767134, + "label": "-", + "classification": { + "B": 6.830433996185548e-10, + "S": 4.325905605950808e-11, + "I": 3.7417912608361803e-06, + "C": 6.528006224471028e-07, + "R": 1.59631472484989e-08, + "M": 1.139680989581393e-06, + "O": 1.1349709438945865e-07, + "W": 1.4753490096275357e-10, + "N": 9.105542986276305e-09, + "Y": 1.0192479749093764e-05, + "U": 1.6120155210685994e-10, + "K": 6.316645123627396e-11, + "L": 9.292042690844937e-09, + "G": 6.2376011555898e-06, + "F": 2.1080813894513994e-05, + "E": 9.216505532094743e-07, + "T": 6.105181910243118e-06, + "P": 0.03940778225660324, + "-": 0.9605419635772705 + }, + "id": "tp_30138" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3767267, + "label": "-", + "classification": { + "B": 2.2647030917255506e-08, + "S": 1.232857482769134e-09, + "I": 7.756260629321332e-07, + "C": 8.081558462436078e-07, + "R": 8.140776230902702e-08, + "M": 9.192228276333481e-07, + "O": 4.7631334609832265e-07, + "W": 2.6068993630445902e-09, + "N": 4.941038245220852e-09, + "Y": 2.3900480300653726e-05, + "U": 6.57676968440768e-10, + "K": 1.7050377776328673e-10, + "L": 6.986109468698487e-08, + "G": 1.236310890817549e-05, + "F": 0.0001363363116979599, + "E": 4.435817970716016e-07, + "T": 8.177315976354294e-06, + "P": 0.020645007491111755, + "-": 0.979170560836792 + }, + "id": "tp_30139" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3767401, + "label": "-", + "classification": { + "B": 1.9190317743777996e-06, + "S": 2.163500738561197e-07, + "I": 2.62085632130038e-05, + "C": 0.000228456876357086, + "R": 1.5211623576760758e-05, + "M": 0.00024116993881762028, + "O": 2.009093077504076e-05, + "W": 3.3745754990377463e-07, + "N": 3.124939382814773e-07, + "Y": 0.0012220272328704596, + "U": 5.326598540023042e-08, + "K": 1.922077608185191e-08, + "L": 1.576678732817527e-05, + "G": 0.0005084911826997995, + "F": 0.0019889522809535265, + "E": 5.518784746527672e-05, + "T": 0.00037562413490377367, + "P": 0.013935535214841366, + "-": 0.9813644289970398 + }, + "id": "tp_30140" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3767501, + "label": "-", + "classification": { + "B": 1.522754047300623e-07, + "S": 1.5864388913655603e-08, + "I": 8.628416736655709e-08, + "C": 1.3718072295887396e-06, + "R": 2.1513055514787993e-07, + "M": 7.415647996822372e-05, + "O": 4.732335582957603e-06, + "W": 1.8032880744200952e-09, + "N": 3.25797777644965e-10, + "Y": 3.880920121446252e-05, + "U": 4.440521908510853e-11, + "K": 2.0899174318217417e-12, + "L": 1.4176380318531301e-05, + "G": 0.00045353389577940106, + "F": 0.001107848365791142, + "E": 6.774837970624503e-07, + "T": 6.350221519824117e-05, + "P": 0.0022785072214901447, + "-": 0.9959622025489807 + }, + "id": "tp_30141" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3767634, + "label": "-", + "classification": { + "B": 2.7799729650723748e-05, + "S": 4.048699793202104e-07, + "I": 2.3675592331073858e-07, + "C": 3.8801150367362425e-05, + "R": 1.9926945242332295e-05, + "M": 0.00020258332369849086, + "O": 3.9410639146808535e-05, + "W": 1.44930680789912e-07, + "N": 8.103563375883027e-10, + "Y": 6.397514516720548e-05, + "U": 2.0282020507522702e-09, + "K": 2.176841693013465e-11, + "L": 0.0002093463554047048, + "G": 0.0005081761046312749, + "F": 0.000741282245144248, + "E": 3.0566758368877345e-07, + "T": 0.00014315008593257517, + "P": 0.0004305562761146575, + "-": 0.9975739121437073 + }, + "id": "tp_30142" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3767768, + "label": "-", + "classification": { + "B": 6.656911466507154e-09, + "S": 4.940405418096816e-09, + "I": 4.9908795318742705e-08, + "C": 2.651707109180279e-05, + "R": 5.126948053657543e-06, + "M": 6.206284888321534e-05, + "O": 2.2373609681380913e-05, + "W": 1.027681317822271e-08, + "N": 1.271142774372791e-10, + "Y": 0.0001764537882991135, + "U": 2.5802784908712795e-10, + "K": 1.2771544238843191e-11, + "L": 3.7181234802119434e-05, + "G": 0.00028819675208069384, + "F": 0.000198312132852152, + "E": 1.4209850185409323e-08, + "T": 0.00010184710845351219, + "P": 4.301474109524861e-05, + "-": 0.9990389347076416 + }, + "id": "tp_30143" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3767901, + "label": "-", + "classification": { + "B": 2.0150390245277094e-09, + "S": 3.1988796056481306e-09, + "I": 8.084187186341296e-08, + "C": 7.566243880319234e-07, + "R": 6.589090872921588e-08, + "M": 1.324277604908275e-06, + "O": 9.277644039684674e-07, + "W": 2.5813380322148305e-09, + "N": 7.16879999806963e-10, + "Y": 1.100829103961587e-05, + "U": 2.1245730175145638e-10, + "K": 1.03749264734887e-09, + "L": 1.2768768442583678e-07, + "G": 1.774957127054222e-05, + "F": 0.000824129965621978, + "E": 5.983048367852462e-08, + "T": 1.0135415323020425e-05, + "P": 0.001684566494077444, + "-": 0.9974489808082581 + }, + "id": "tp_30144" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3768001, + "label": "-", + "classification": { + "B": 7.696856173244893e-12, + "S": 5.0719401145345525e-14, + "I": 3.297646877786775e-12, + "C": 1.059627212363079e-12, + "R": 1.5811745630259916e-13, + "M": 1.37222242457824e-08, + "O": 3.3737936888655895e-09, + "W": 6.388230331007272e-14, + "N": 4.894425302196101e-16, + "Y": 6.741621483286053e-09, + "U": 4.585710975853919e-17, + "K": 7.651066044739617e-21, + "L": 2.0075865969637618e-10, + "G": 2.662392750707454e-09, + "F": 2.628361528422829e-08, + "E": 1.9629939763520649e-13, + "T": 9.028072867067749e-08, + "P": 1.809627065085806e-05, + "-": 0.9999817609786987 + }, + "id": "tp_30145" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3768135, + "label": "-", + "classification": { + "B": 3.0499705871989136e-07, + "S": 6.631528104428241e-10, + "I": 9.459110401621729e-07, + "C": 2.2327717488224152e-06, + "R": 5.464998480420036e-07, + "M": 9.540539167574025e-07, + "O": 3.022441433131462e-06, + "W": 6.94421986580096e-09, + "N": 1.2686612871348757e-09, + "Y": 1.9692774912982713e-06, + "U": 6.062019219932324e-10, + "K": 1.7110698708605598e-12, + "L": 2.7120660206492175e-07, + "G": 3.599789351937943e-06, + "F": 9.164893413071695e-07, + "E": 1.8468325535536678e-08, + "T": 6.7379646679910365e-06, + "P": 0.003198344027623534, + "-": 0.9967801570892334 + }, + "id": "tp_30146" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3768268, + "label": "-", + "classification": { + "B": 1.9368349057913292e-06, + "S": 2.3823305639325554e-07, + "I": 3.209070484899712e-07, + "C": 6.5022240960388444e-06, + "R": 3.1118584047362674e-06, + "M": 0.00020069301535841078, + "O": 2.931786912085954e-05, + "W": 8.135123152896995e-08, + "N": 1.0761911362067167e-09, + "Y": 0.00022186955902725458, + "U": 5.997016216952034e-10, + "K": 1.9724215316596627e-11, + "L": 7.649420149391517e-05, + "G": 0.0007264260784722865, + "F": 0.0013736056862398982, + "E": 9.359219887983272e-08, + "T": 0.0002876138314604759, + "P": 0.00018372383783571422, + "-": 0.9968879818916321 + }, + "id": "tp_30147" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3768402, + "label": "-", + "classification": { + "B": 9.328358530069636e-09, + "S": 4.4122351994246856e-08, + "I": 1.3875408910735132e-07, + "C": 9.719005902297795e-07, + "R": 3.2635603020025883e-07, + "M": 2.9304414965736214e-06, + "O": 6.460355052695377e-06, + "W": 3.023887629183264e-08, + "N": 1.9317023536302713e-09, + "Y": 1.4402545275515877e-05, + "U": 4.689508781297036e-10, + "K": 1.3271242993440069e-09, + "L": 6.231171596482454e-07, + "G": 1.7253938494832255e-05, + "F": 0.0009325193823315203, + "E": 2.6407988684695738e-08, + "T": 1.0695409400796052e-05, + "P": 0.0006078348960727453, + "-": 0.9984057545661926 + }, + "id": "tp_30148" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3768502, + "label": "-", + "classification": { + "B": 2.6794306773325616e-09, + "S": 1.2950752692475476e-09, + "I": 1.0613181167240526e-10, + "C": 3.287470562440831e-08, + "R": 3.067341225460041e-08, + "M": 1.021740445139585e-05, + "O": 3.830006789939944e-06, + "W": 4.972716682871692e-10, + "N": 7.718967202615182e-14, + "Y": 2.153670038751443e-06, + "U": 6.266815950721483e-14, + "K": 8.798597620647e-16, + "L": 5.9905241869273596e-06, + "G": 1.278842864849139e-05, + "F": 3.3128864743048325e-05, + "E": 3.324212780042579e-11, + "T": 5.192724074731814e-06, + "P": 1.0922692581516458e-06, + "-": 0.9999254941940308 + }, + "id": "tp_30149" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3768635, + "label": "-", + "classification": { + "B": 1.4894693833866768e-07, + "S": 1.4623030786253821e-08, + "I": 3.7012380289525026e-06, + "C": 6.705646956106648e-05, + "R": 5.074498403701e-06, + "M": 1.4349328921525739e-05, + "O": 2.4228397705883253e-06, + "W": 1.6810600911298934e-08, + "N": 2.5632322930846385e-08, + "Y": 0.00018815905787050724, + "U": 2.14358966132977e-08, + "K": 1.0869982247641019e-08, + "L": 1.6816405832287273e-06, + "G": 0.0002545058960095048, + "F": 0.001050901715643704, + "E": 2.0117813619435765e-06, + "T": 8.542051364202052e-05, + "P": 0.005114093888550997, + "-": 0.99321049451828 + }, + "id": "tp_30150" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3768769, + "label": "-", + "classification": { + "B": 4.589639779339905e-09, + "S": 1.5348404769355284e-09, + "I": 9.143972334868522e-08, + "C": 1.2717737263301387e-05, + "R": 6.424272669391939e-07, + "M": 7.932221342343837e-05, + "O": 2.4857092739694053e-06, + "W": 1.2040943797586579e-09, + "N": 2.2685710254766178e-10, + "Y": 0.000194964770344086, + "U": 1.1622983131509557e-10, + "K": 3.656273894758755e-11, + "L": 2.692415364435874e-06, + "G": 0.00012379331747069955, + "F": 6.424774619517848e-05, + "E": 1.213764022622854e-07, + "T": 0.0001305317709920928, + "P": 8.00163543317467e-05, + "-": 0.9993083477020264 + }, + "id": "tp_30151" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3768902, + "label": "-", + "classification": { + "B": 1.5320050783529382e-11, + "S": 5.7865583852345637e-11, + "I": 1.3230761972127247e-11, + "C": 1.1343878725256218e-08, + "R": 5.84800818881348e-10, + "M": 1.7391676010447554e-07, + "O": 1.360093193625289e-07, + "W": 7.755520184393738e-12, + "N": 2.271229231976587e-14, + "Y": 3.995508564003103e-07, + "U": 2.5650431926323592e-15, + "K": 7.636184131581177e-16, + "L": 7.902784915359007e-08, + "G": 1.1489623830129858e-06, + "F": 5.6051572755677626e-05, + "E": 6.135955632480261e-11, + "T": 3.2502714475413086e-07, + "P": 6.0145484894746915e-06, + "-": 0.9999357461929321 + }, + "id": "tp_30152" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3769002, + "label": "-", + "classification": { + "B": 1.9038074015043094e-06, + "S": 1.6025863658342132e-07, + "I": 1.0036052877637758e-08, + "C": 2.8059007561864746e-08, + "R": 3.724763830703637e-09, + "M": 6.886403298267396e-06, + "O": 3.3178141620737733e-06, + "W": 5.705732775140859e-09, + "N": 2.5520133228873476e-10, + "Y": 2.1679736619262258e-06, + "U": 7.696510963273173e-12, + "K": 6.722007932918883e-13, + "L": 6.739006153111404e-07, + "G": 5.95607707509771e-06, + "F": 0.00021693346207030118, + "E": 7.330866225174759e-08, + "T": 2.192260762967635e-05, + "P": 0.0019329105271026492, + "-": 0.997806966304779 + }, + "id": "tp_30153" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3769136, + "label": "-", + "classification": { + "B": 7.275735924849869e-07, + "S": 1.1039364089526771e-08, + "I": 2.0517468328762334e-06, + "C": 7.755195383651881e-07, + "R": 1.5169656819580268e-07, + "M": 6.65777042740956e-05, + "O": 1.1055764844059013e-05, + "W": 2.050606262571364e-08, + "N": 8.205324419918725e-09, + "Y": 5.986598625895567e-05, + "U": 1.2708454288912208e-09, + "K": 3.104932283504169e-11, + "L": 3.1318004403146915e-06, + "G": 9.3674156232737e-05, + "F": 0.00012568636157084256, + "E": 8.308160772685369e-07, + "T": 6.172287976369262e-05, + "P": 0.006744497921317816, + "-": 0.9928293824195862 + }, + "id": "tp_30154" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3769269, + "label": "-", + "classification": { + "B": 8.148377972361232e-09, + "S": 4.726515845376866e-10, + "I": 2.512056340719937e-08, + "C": 9.808056233850948e-08, + "R": 2.932165843461121e-09, + "M": 5.109775997880206e-07, + "O": 1.6304792893606646e-07, + "W": 2.2987270420493644e-10, + "N": 2.5276883364178104e-10, + "Y": 2.1103965082147624e-06, + "U": 5.36232204473297e-11, + "K": 1.946517426409944e-11, + "L": 1.3921186869936264e-08, + "G": 1.7004508663376328e-06, + "F": 1.808237357181497e-05, + "E": 1.9655436389598435e-08, + "T": 6.1527516663772985e-06, + "P": 0.004202804993838072, + "-": 0.9957683086395264 + }, + "id": "tp_30155" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3769403, + "label": "-", + "classification": { + "B": 9.049851534825848e-09, + "S": 1.194598553411197e-08, + "I": 1.0261222982421714e-08, + "C": 3.7616430859088723e-07, + "R": 1.1610385541871437e-07, + "M": 1.1268528396612965e-05, + "O": 3.7835882267245324e-06, + "W": 1.9614241342225114e-09, + "N": 1.1363862108260125e-11, + "Y": 1.4158293197397143e-05, + "U": 2.4380361011294704e-12, + "K": 1.1817893668872315e-12, + "L": 2.8208289677422727e-06, + "G": 5.3577656217385083e-05, + "F": 0.00015790930774528533, + "E": 1.1781278175249099e-08, + "T": 4.684086889028549e-06, + "P": 3.9398641092702746e-05, + "-": 0.999711811542511 + }, + "id": "tp_30156" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3769503, + "label": "-", + "classification": { + "B": 0.0007984134717844427, + "S": 4.410727706272155e-05, + "I": 0.00018566776998341084, + "C": 0.0003892945824190974, + "R": 0.00013404137280303985, + "M": 0.006606524344533682, + "O": 0.0018301242962479591, + "W": 3.020736221515108e-05, + "N": 8.026137948036194e-06, + "Y": 0.0033898884430527687, + "U": 2.3271302325156284e-06, + "K": 2.0906574604850903e-07, + "L": 0.0014080911641940475, + "G": 0.007548252120614052, + "F": 0.004182557575404644, + "E": 0.000545081973541528, + "T": 0.0017004036344587803, + "P": 0.03797518461942673, + "-": 0.9332215189933777 + }, + "id": "tp_30157" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3769636, + "label": "-", + "classification": { + "B": 1.9632705061667366e-07, + "S": 2.4241201046493188e-08, + "I": 4.345109341774567e-11, + "C": 6.503740324070861e-10, + "R": 2.3925697534288304e-10, + "M": 5.823614174005343e-06, + "O": 4.919596904073842e-06, + "W": 1.118257042520554e-09, + "N": 2.2258840007716857e-13, + "Y": 3.401472383757209e-07, + "U": 6.2839019605203175e-15, + "K": 1.5699906555102186e-16, + "L": 5.9284730014042e-07, + "G": 9.648739478507196e-07, + "F": 1.72401614690898e-05, + "E": 2.129229570435598e-10, + "T": 1.1797274055425078e-06, + "P": 9.237599442712963e-06, + "-": 0.9999593496322632 + }, + "id": "tp_30158" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3769770, + "label": "-", + "classification": { + "B": 2.5867400381685e-06, + "S": 1.4877946341584902e-06, + "I": 2.385268635407556e-05, + "C": 0.0016551007283851504, + "R": 0.00023465121921617538, + "M": 0.0017046829452738166, + "O": 0.0005311909480951726, + "W": 2.390197550994344e-06, + "N": 3.2819190209920635e-07, + "Y": 0.0036239749751985073, + "U": 1.8117391675787076e-07, + "K": 1.7775791505414418e-08, + "L": 0.0005399291985668242, + "G": 0.004202505573630333, + "F": 0.004380365833640099, + "E": 8.563398296246305e-06, + "T": 0.0032278408762067556, + "P": 0.001180747407488525, + "-": 0.9786795377731323 + }, + "id": "tp_30159" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3769903, + "label": "-", + "classification": { + "B": 4.960198793924064e-07, + "S": 2.8281472719271505e-09, + "I": 1.586987110613336e-07, + "C": 1.203460584520144e-07, + "R": 5.375109424221591e-08, + "M": 2.352330193389207e-05, + "O": 4.1457547013123985e-06, + "W": 1.6419465787009813e-09, + "N": 4.394357794312853e-11, + "Y": 1.0490205568203237e-05, + "U": 4.73185986921143e-12, + "K": 8.6754273834131995e-16, + "L": 6.1860760069976095e-06, + "G": 3.303177800262347e-05, + "F": 1.3582288374891505e-05, + "E": 1.92699722845191e-08, + "T": 1.1813559467555024e-05, + "P": 0.0004956957418471575, + "-": 0.9994006156921387 + }, + "id": "tp_30160" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3770003, + "label": "-", + "classification": { + "B": 1.1638529429092159e-07, + "S": 1.228084833826415e-08, + "I": 6.606982765333669e-07, + "C": 6.3237589529308025e-06, + "R": 3.663727966340957e-06, + "M": 4.932001684210263e-05, + "O": 1.373989198327763e-05, + "W": 2.4632880624153586e-08, + "N": 1.346211364605665e-09, + "Y": 6.673252210021019e-05, + "U": 5.164078054065158e-10, + "K": 4.202607879755238e-12, + "L": 1.3673905414179899e-05, + "G": 0.00011570232163649052, + "F": 0.0001829656248446554, + "E": 8.396632011908878e-08, + "T": 7.909552368801087e-05, + "P": 0.0008817644556984305, + "-": 0.9985861778259277 + }, + "id": "tp_30161" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3770137, + "label": "-", + "classification": { + "B": 2.530336473682837e-07, + "S": 1.1015641376843632e-07, + "I": 7.019086751824943e-07, + "C": 3.239848228986375e-05, + "R": 2.604492010505055e-06, + "M": 0.00037509427056647837, + "O": 1.9490109480102547e-05, + "W": 5.5567575429904537e-08, + "N": 3.817459237609455e-09, + "Y": 8.250299288192764e-05, + "U": 2.806722632087144e-09, + "K": 4.345974413677567e-10, + "L": 1.6524882084922865e-05, + "G": 0.00018174760043621063, + "F": 0.0004340954765211791, + "E": 8.386322178921546e-07, + "T": 0.00011337488831486553, + "P": 0.0010629433672875166, + "-": 0.9976772665977478 + }, + "id": "tp_30162" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3770270, + "label": "-", + "classification": { + "B": 4.000868898401677e-07, + "S": 1.074576161386176e-08, + "I": 2.388856046309229e-06, + "C": 7.84891582839009e-08, + "R": 4.098440697930528e-08, + "M": 4.060567334818188e-06, + "O": 3.3052028811653145e-06, + "W": 6.368754412733324e-09, + "N": 2.714923397206803e-09, + "Y": 9.881629011943005e-06, + "U": 1.1180421866097134e-10, + "K": 1.194500769997886e-13, + "L": 1.9515321127983043e-06, + "G": 2.3529588361270726e-05, + "F": 0.000126242870464921, + "E": 2.9230955078674015e-07, + "T": 9.840297025220934e-06, + "P": 0.06723495572805405, + "-": 0.9325830936431885 + }, + "id": "tp_30163" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3770404, + "label": "-", + "classification": { + "B": 9.736506045854298e-10, + "S": 1.4309095575093522e-10, + "I": 3.758487743255046e-09, + "C": 1.98115827743095e-07, + "R": 1.324646614619951e-08, + "M": 3.5088766026092344e-07, + "O": 1.3948431387689197e-07, + "W": 3.0483608692843944e-11, + "N": 4.009684077821429e-12, + "Y": 3.879206815327052e-06, + "U": 5.827646850330159e-13, + "K": 4.056033666485076e-13, + "L": 1.1284306822290091e-07, + "G": 1.5237338629958685e-05, + "F": 0.00010863791248993948, + "E": 8.749520219453188e-09, + "T": 9.975137800211087e-07, + "P": 7.16919603291899e-05, + "-": 0.9997987151145935 + }, + "id": "tp_30164" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3770504, + "label": "-", + "classification": { + "B": 1.3999317260982025e-09, + "S": 7.55614293357354e-10, + "I": 5.930986812785477e-10, + "C": 1.3709701534025953e-06, + "R": 1.6856941442711104e-07, + "M": 2.5717608878039755e-06, + "O": 3.9170990362435987e-07, + "W": 5.42317080132193e-10, + "N": 2.684231092606182e-12, + "Y": 2.886974652938079e-05, + "U": 7.794104771308152e-12, + "K": 6.074212747370078e-12, + "L": 5.930713200541504e-07, + "G": 2.8700724215013906e-05, + "F": 0.00033899914706125855, + "E": 7.328192497269015e-10, + "T": 2.823300201271195e-05, + "P": 1.5993840861483477e-05, + "-": 0.9995542168617249 + }, + "id": "tp_30165" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3770637, + "label": "-", + "classification": { + "B": 2.1021094587236888e-10, + "S": 1.507925173616087e-10, + "I": 2.773796525801231e-09, + "C": 2.3356784950578913e-08, + "R": 5.131205682573636e-09, + "M": 8.603292371844873e-06, + "O": 3.4799668924279104e-07, + "W": 2.5019212396282242e-11, + "N": 1.222384173049651e-12, + "Y": 3.3827018341980875e-05, + "U": 2.1249267536521677e-13, + "K": 1.0747033756084053e-14, + "L": 5.942066536590573e-07, + "G": 6.190373096615076e-05, + "F": 0.0001157577644335106, + "E": 1.3324924497126744e-09, + "T": 1.0583492439764086e-05, + "P": 7.371138053713366e-05, + "-": 0.9996947050094604 + }, + "id": "tp_30166" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3770771, + "label": "-", + "classification": { + "B": 1.0900478741859843e-08, + "S": 1.0894820601237143e-09, + "I": 3.82941642840251e-08, + "C": 7.3434571277175564e-06, + "R": 3.0250348004301486e-07, + "M": 1.9976039766333997e-05, + "O": 8.950044616540254e-07, + "W": 3.9715672417450776e-10, + "N": 3.4945674826092343e-11, + "Y": 1.89527290785918e-05, + "U": 1.1178196389349804e-11, + "K": 3.732495269890418e-13, + "L": 2.5041390472324565e-06, + "G": 0.0002597280836198479, + "F": 0.00027138838777318597, + "E": 2.2155438372806202e-08, + "T": 1.8724118490354158e-05, + "P": 7.669511978747323e-05, + "-": 0.9993233680725098 + }, + "id": "tp_30167" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3770904, + "label": "-", + "classification": { + "B": 1.296590744459536e-05, + "S": 3.699719172800542e-06, + "I": 2.5332517907372676e-05, + "C": 0.00022452455596067011, + "R": 7.595962233608589e-05, + "M": 0.0021613300777971745, + "O": 0.00035417574690654874, + "W": 3.5972213936474873e-06, + "N": 7.116438496268529e-07, + "Y": 0.00406913086771965, + "U": 1.732045831204232e-07, + "K": 7.015043479441374e-08, + "L": 0.0001451887801522389, + "G": 0.0013223756104707718, + "F": 0.0011572163784876466, + "E": 5.362024967325851e-05, + "T": 0.002091238973662257, + "P": 0.004892554599791765, + "-": 0.9834060668945312 + }, + "id": "tp_30168" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3771004, + "label": "-", + "classification": { + "B": 1.8465947521084658e-11, + "S": 6.472548191860383e-11, + "I": 2.580622160408552e-09, + "C": 1.232641693604819e-06, + "R": 1.4488520605482336e-07, + "M": 8.043645721045323e-06, + "O": 2.4835006229295686e-07, + "W": 9.935431644070292e-11, + "N": 4.493262966559497e-12, + "Y": 8.273260755231604e-05, + "U": 6.572266602472565e-12, + "K": 3.254043215439317e-11, + "L": 1.8112690725047287e-07, + "G": 2.178096110583283e-05, + "F": 0.000311908166622743, + "E": 2.4800377307343524e-09, + "T": 2.216376924479846e-05, + "P": 2.1673875380656682e-05, + "-": 0.9995298385620117 + }, + "id": "tp_30169" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3771138, + "label": "-", + "classification": { + "B": 5.400991298643021e-08, + "S": 7.1496635278833764e-09, + "I": 1.670571792011799e-09, + "C": 2.2963093215366825e-05, + "R": 7.698989065829664e-06, + "M": 6.493307591881603e-05, + "O": 1.5539961168542504e-05, + "W": 1.9718491284237416e-09, + "N": 6.757954113846554e-13, + "Y": 9.74346767179668e-06, + "U": 1.171386013361364e-12, + "K": 4.3704194866846604e-16, + "L": 0.00027476056129671633, + "G": 0.0004665727319661528, + "F": 8.324755617650226e-05, + "E": 7.051069172980817e-10, + "T": 2.1377763914642856e-05, + "P": 7.118405392247951e-06, + "-": 0.9990260601043701 + }, + "id": "tp_30170" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3771271, + "label": "-", + "classification": { + "B": 2.688584910259806e-09, + "S": 6.874790181576884e-10, + "I": 5.503249855820513e-09, + "C": 5.982147666117044e-09, + "R": 2.4189108493999356e-09, + "M": 1.9357109977136133e-06, + "O": 1.9983431798209494e-07, + "W": 7.220452014067291e-11, + "N": 4.2849972702041494e-12, + "Y": 1.3703770491702016e-05, + "U": 2.314581360775281e-13, + "K": 2.1611586218522882e-13, + "L": 1.116645478305145e-07, + "G": 1.5223152331600431e-05, + "F": 0.00024744056281633675, + "E": 2.4911535057015044e-09, + "T": 8.959143997344654e-06, + "P": 3.074800406466238e-05, + "-": 0.9996817111968994 + }, + "id": "tp_30171" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3771405, + "label": "-", + "classification": { + "B": 4.337862534453674e-12, + "S": 2.6304644226704532e-12, + "I": 7.286624081892512e-10, + "C": 2.747139937753218e-08, + "R": 9.392154609599856e-09, + "M": 1.4250079516386904e-07, + "O": 5.024039495538091e-08, + "W": 1.1757868116635262e-11, + "N": 2.4490942585574105e-13, + "Y": 5.787782356492244e-06, + "U": 1.7681259830825552e-13, + "K": 3.274560340899924e-15, + "L": 1.1875513017400863e-08, + "G": 5.999793870614667e-07, + "F": 2.435433543723775e-06, + "E": 1.7138981206477055e-11, + "T": 2.0291388409532374e-06, + "P": 8.362917469639797e-06, + "-": 0.9999805688858032 + }, + "id": "tp_30172" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3771505, + "label": "-", + "classification": { + "B": 5.487051368824325e-10, + "S": 3.1436744318824594e-09, + "I": 2.6479577641680407e-08, + "C": 0.00010236348316539079, + "R": 1.070213670573139e-06, + "M": 9.750889148563147e-06, + "O": 8.176054393516097e-07, + "W": 5.27133336980512e-10, + "N": 3.704356821288002e-10, + "Y": 0.00040640338556841016, + "U": 1.3608372761986232e-10, + "K": 3.895337385984021e-09, + "L": 1.5934506336634513e-06, + "G": 0.0007210764451883733, + "F": 0.005925423465669155, + "E": 1.8330965190216375e-07, + "T": 9.777984087122604e-05, + "P": 5.017512012273073e-05, + "-": 0.9926833510398865 + }, + "id": "tp_30173" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3771638, + "label": "-", + "classification": { + "B": 7.541349766881922e-09, + "S": 2.191844622467798e-11, + "I": 4.157248503777744e-11, + "C": 2.5832855299334767e-10, + "R": 6.038018002252343e-11, + "M": 2.380686794367648e-07, + "O": 7.508772625897109e-08, + "W": 3.706626585525674e-12, + "N": 4.382804273043821e-15, + "Y": 2.2397168564225467e-08, + "U": 1.5875214581915245e-16, + "K": 1.884483840870588e-20, + "L": 3.7026484989155506e-08, + "G": 2.024491863039657e-07, + "F": 4.134617199724744e-07, + "E": 1.5242989162556064e-11, + "T": 9.774437614851195e-08, + "P": 2.088019209622871e-05, + "-": 0.9999780654907227 + }, + "id": "tp_30174" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3771772, + "label": "-", + "classification": { + "B": 4.442551926331362e-07, + "S": 6.581445290976262e-07, + "I": 8.54001336847432e-06, + "C": 0.00030667675309814513, + "R": 4.6137472963891923e-05, + "M": 0.0003248426364734769, + "O": 9.605060040485114e-05, + "W": 6.013398206050624e-07, + "N": 8.174085053269664e-08, + "Y": 0.0008065567817538977, + "U": 2.0590478655435618e-08, + "K": 9.044741844377313e-09, + "L": 3.5475568438414484e-05, + "G": 0.0006719742668792605, + "F": 0.001490933820605278, + "E": 4.7650291890022345e-06, + "T": 0.00042769615538418293, + "P": 0.0011185092153027654, + "-": 0.9946600794792175 + }, + "id": "tp_30175" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3771905, + "label": "-", + "classification": { + "B": 1.686184418758785e-07, + "S": 7.698564274960518e-08, + "I": 1.0580277765015467e-09, + "C": 7.117374423160072e-08, + "R": 9.081352558837352e-09, + "M": 2.4506691261194646e-05, + "O": 5.722495188820176e-06, + "W": 2.992062819728858e-09, + "N": 1.988561008567369e-12, + "Y": 5.792018669126264e-07, + "U": 4.3219448202583277e-13, + "K": 6.004312478257671e-15, + "L": 6.993457645876333e-06, + "G": 1.5049731700855773e-05, + "F": 0.00014185231702867895, + "E": 1.5155924293352996e-09, + "T": 1.5524663467658684e-05, + "P": 2.8526763344416395e-05, + "-": 0.9997610449790955 + }, + "id": "tp_30176" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3772005, + "label": "-", + "classification": { + "B": 4.8680653258470485e-11, + "S": 8.060216383221075e-11, + "I": 2.2827491286125934e-10, + "C": 2.978677748899372e-08, + "R": 7.648111477465136e-09, + "M": 7.214570132418885e-07, + "O": 1.865667371703239e-07, + "W": 5.565605615265312e-11, + "N": 3.136970934750072e-13, + "Y": 4.2916485654131975e-06, + "U": 7.944343696341533e-14, + "K": 1.5312590469695672e-14, + "L": 6.962772403085182e-08, + "G": 2.2301546778180636e-06, + "F": 4.047682887176052e-05, + "E": 8.98552898753735e-11, + "T": 2.605298959679203e-06, + "P": 1.081915706890868e-05, + "-": 0.9999384880065918 + }, + "id": "tp_30177" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3772139, + "label": "-", + "classification": { + "B": 8.613349564257078e-06, + "S": 6.568971002707258e-06, + "I": 1.045992576109711e-06, + "C": 0.0011862393002957106, + "R": 0.0005110887577757239, + "M": 0.013148785568773746, + "O": 0.002501186914741993, + "W": 1.1504525900818408e-06, + "N": 3.46340223167374e-09, + "Y": 0.000886401510797441, + "U": 1.068335642173679e-09, + "K": 1.0749141160504294e-11, + "L": 0.011706790886819363, + "G": 0.02363191917538643, + "F": 0.0005721139605157077, + "E": 2.7761362275668944e-07, + "T": 0.0018917382694780827, + "P": 8.8310225692112e-06, + "-": 0.9439372420310974 + }, + "id": "tp_30178" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3772272, + "label": "-", + "classification": { + "B": 9.290459388466843e-07, + "S": 2.5342565823649466e-09, + "I": 8.982437016413769e-10, + "C": 1.6577139660967077e-08, + "R": 6.538873886796637e-09, + "M": 6.412927177734673e-05, + "O": 5.2638556553574745e-06, + "W": 2.2445879876986652e-10, + "N": 5.166284609316174e-13, + "Y": 2.7867272365256213e-06, + "U": 1.535226074956056e-13, + "K": 1.7082615049600927e-16, + "L": 2.2439644453697838e-05, + "G": 6.04766646574717e-05, + "F": 1.4102036402618978e-05, + "E": 2.613072425106111e-09, + "T": 1.731796692183707e-05, + "P": 1.853251706052106e-05, + "-": 0.999794065952301 + }, + "id": "tp_30179" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3772406, + "label": "-", + "classification": { + "B": 2.0195778915876872e-07, + "S": 1.960033024772656e-09, + "I": 2.419318434476736e-07, + "C": 2.2617239636701925e-08, + "R": 2.1937401228910858e-08, + "M": 1.4876169416311313e-06, + "O": 1.4783111055294285e-06, + "W": 2.678306465497826e-09, + "N": 5.262965063757008e-10, + "Y": 6.628256869589677e-06, + "U": 7.797108098062111e-11, + "K": 1.2074979688012077e-12, + "L": 5.590290470536274e-07, + "G": 1.9710740161826834e-05, + "F": 0.00021854983060620725, + "E": 1.5746469728128432e-07, + "T": 5.035625235905172e-06, + "P": 0.019295355305075645, + "-": 0.9804505109786987 + }, + "id": "tp_30180" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3772506, + "label": "-", + "classification": { + "B": 4.7272595793401706e-07, + "S": 6.081634751353704e-08, + "I": 1.446835312890471e-06, + "C": 4.869780241278931e-07, + "R": 3.940991177842079e-07, + "M": 4.64677250420209e-05, + "O": 2.2974712919676676e-05, + "W": 1.3578174673511967e-07, + "N": 5.661118684940902e-09, + "Y": 8.729150431463495e-05, + "U": 2.4841844137313274e-09, + "K": 1.5941770126204347e-10, + "L": 3.836030373349786e-06, + "G": 4.605311551131308e-05, + "F": 0.00011937707313336432, + "E": 1.2035161489620805e-07, + "T": 0.00014679247396998107, + "P": 0.0010385452769696712, + "-": 0.9984855055809021 + }, + "id": "tp_30181" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3772639, + "label": "-", + "classification": { + "B": 8.316101229866035e-08, + "S": 1.3588148384258147e-08, + "I": 2.435729662408903e-08, + "C": 2.447363556257187e-07, + "R": 1.0780036774349355e-07, + "M": 5.939904440310784e-05, + "O": 1.1211977835046127e-05, + "W": 3.0100300030255767e-09, + "N": 1.4205701719116615e-11, + "Y": 9.314422641182318e-05, + "U": 2.2481014445852043e-12, + "K": 5.858046659519209e-14, + "L": 1.7026535715558566e-05, + "G": 0.00023220517323352396, + "F": 8.689882815815508e-05, + "E": 3.68911443615616e-08, + "T": 1.80027727765264e-05, + "P": 6.21311628492549e-05, + "-": 0.9994195699691772 + }, + "id": "tp_30182" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3772773, + "label": "-", + "classification": { + "B": 7.117826835746632e-13, + "S": 1.5218075822935606e-13, + "I": 1.6604664865305097e-10, + "C": 7.426441239744008e-09, + "R": 2.933867385146449e-11, + "M": 5.4788915626602375e-09, + "O": 2.8512120442414357e-10, + "W": 1.5422327314957435e-13, + "N": 5.208943627994789e-13, + "Y": 2.6328180524615163e-07, + "U": 1.5743251158013144e-13, + "K": 2.127841739613112e-12, + "L": 1.8103704299554657e-11, + "G": 5.143000336715886e-08, + "F": 3.0064000384300016e-05, + "E": 7.481386621321917e-10, + "T": 6.278362008060867e-08, + "P": 0.0004740734293591231, + "-": 0.9994953870773315 + }, + "id": "tp_30183" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3772906, + "label": "-", + "classification": { + "B": 1.1457140125514798e-08, + "S": 1.2279197658671137e-09, + "I": 3.630980671687212e-08, + "C": 9.271751878259238e-06, + "R": 1.0863247013048749e-07, + "M": 1.3475339983415324e-05, + "O": 7.098713012965163e-07, + "W": 3.6304162454037225e-10, + "N": 1.4147584492807397e-10, + "Y": 1.5983128832885996e-05, + "U": 3.3622306327973916e-11, + "K": 1.1936380703292393e-11, + "L": 4.1944443296415557e-07, + "G": 4.809275196748786e-05, + "F": 8.980419806903228e-05, + "E": 1.3048507696566958e-07, + "T": 1.5830339179956354e-05, + "P": 0.0002257432061014697, + "-": 0.999580442905426 + }, + "id": "tp_30184" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3773006, + "label": "-", + "classification": { + "B": 1.3056350667284278e-08, + "S": 3.1549698409349958e-09, + "I": 1.0827646335087593e-08, + "C": 6.95599339906039e-07, + "R": 2.740805769008148e-07, + "M": 6.607062005059561e-06, + "O": 3.65415689884685e-06, + "W": 2.784038555248003e-09, + "N": 4.8365287469431806e-11, + "Y": 1.3188749107939657e-05, + "U": 1.3293467888975119e-11, + "K": 7.208187497408092e-13, + "L": 1.7948718777915929e-06, + "G": 1.625905315449927e-05, + "F": 0.00012849814083892852, + "E": 1.0538624195532975e-08, + "T": 1.6620040696579963e-05, + "P": 0.00015886752225924283, + "-": 0.9996534585952759 + }, + "id": "tp_30185" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3773140, + "label": "-", + "classification": { + "B": 1.845568836644773e-12, + "S": 1.5290668579394373e-13, + "I": 7.100287718886378e-11, + "C": 6.26616758481191e-09, + "R": 1.7994387091491149e-09, + "M": 1.6810037095638108e-07, + "O": 1.3643667529095183e-08, + "W": 8.301005824558338e-13, + "N": 9.400809564661956e-15, + "Y": 8.52013499752502e-07, + "U": 5.1027352678814034e-15, + "K": 1.9426381353560933e-17, + "L": 8.36892155575697e-09, + "G": 3.9789145489521616e-07, + "F": 1.6849529629325843e-06, + "E": 3.4129322631915038e-12, + "T": 4.773136197400163e-07, + "P": 3.301684500911506e-06, + "-": 0.999993085861206 + }, + "id": "tp_30186" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3773273, + "label": "-", + "classification": { + "B": 5.388390178495683e-09, + "S": 2.119110220633047e-09, + "I": 1.304659713596834e-09, + "C": 4.350013114162721e-06, + "R": 3.990949437593372e-07, + "M": 2.9331116820685565e-05, + "O": 3.2176887998502934e-06, + "W": 3.8742611896402934e-10, + "N": 1.2366724397999684e-12, + "Y": 0.0002622714382596314, + "U": 3.695683895629104e-13, + "K": 2.0393628734523273e-13, + "L": 2.3861795853008516e-05, + "G": 0.0011862932005897164, + "F": 0.0009333151974715292, + "E": 6.420217246727589e-09, + "T": 2.6084924684255384e-05, + "P": 5.989242254145211e-06, + "-": 0.9975249171257019 + }, + "id": "tp_30187" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3773407, + "label": "-", + "classification": { + "B": 3.854140895320768e-10, + "S": 4.301967393427475e-10, + "I": 8.357395664404521e-09, + "C": 1.425788923370419e-06, + "R": 5.770250766090612e-08, + "M": 8.270316698144597e-07, + "O": 1.8250098321459518e-07, + "W": 3.4544603288999554e-10, + "N": 5.883275117080089e-11, + "Y": 3.377131724846549e-05, + "U": 1.2357586308409108e-11, + "K": 4.2308129222234925e-11, + "L": 2.614583394233705e-08, + "G": 6.703280178044224e-06, + "F": 0.00014727904635947198, + "E": 9.089551333829604e-09, + "T": 1.2127438822062686e-05, + "P": 0.00010122601815965027, + "-": 0.9996964931488037 + }, + "id": "tp_30188" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3773507, + "label": "-", + "classification": { + "B": 1.4963705274873007e-10, + "S": 5.466067598547397e-10, + "I": 7.928998568829115e-10, + "C": 4.734301128905827e-08, + "R": 2.2143899158777458e-08, + "M": 4.051343694300158e-06, + "O": 4.3836917029693723e-07, + "W": 1.1049971354593069e-10, + "N": 1.6083854083651095e-12, + "Y": 4.151057146373205e-05, + "U": 1.2658835568321591e-13, + "K": 1.9163533607202687e-13, + "L": 2.48436776928429e-07, + "G": 1.1559732229216024e-05, + "F": 0.0001919233618536964, + "E": 1.2389085313202486e-09, + "T": 1.3271170246298425e-05, + "P": 5.7084416766883805e-06, + "-": 0.9997311234474182 + }, + "id": "tp_30189" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3773640, + "label": "-", + "classification": { + "B": 7.797701329081974e-08, + "S": 1.370025444202838e-07, + "I": 1.8498835743230302e-06, + "C": 1.0039200788014568e-05, + "R": 8.214807394324453e-07, + "M": 8.344410889549181e-05, + "O": 8.202309800253715e-06, + "W": 4.556981991754583e-08, + "N": 2.4028084411042983e-08, + "Y": 0.00011540099512785673, + "U": 7.912038135771127e-09, + "K": 1.011173478282501e-09, + "L": 3.121584995824378e-06, + "G": 4.454908412299119e-05, + "F": 0.0004529795842245221, + "E": 6.182433480717009e-07, + "T": 0.000297913997201249, + "P": 0.003991915378719568, + "-": 0.994988739490509 + }, + "id": "tp_30190" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3773774, + "label": "-", + "classification": { + "B": 5.341275368664355e-07, + "S": 1.0113032544722955e-07, + "I": 8.891864126781002e-05, + "C": 8.561131835449487e-06, + "R": 8.010820238268934e-07, + "M": 3.4981872886419296e-05, + "O": 7.86250711826142e-06, + "W": 1.1102778074700836e-07, + "N": 1.858458858805534e-06, + "Y": 0.0002121352154063061, + "U": 1.3784305963326915e-07, + "K": 1.201547945584025e-07, + "L": 1.950097612279933e-06, + "G": 0.0002294408914167434, + "F": 0.0008625962072983384, + "E": 9.509348456049338e-05, + "T": 0.00024025668972171843, + "P": 0.22132493555545807, + "-": 0.7768895626068115 + }, + "id": "tp_30191" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3773907, + "label": "-", + "classification": { + "B": 4.772627182347833e-09, + "S": 3.938178227969047e-09, + "I": 1.9360976466487045e-07, + "C": 6.793300144636305e-07, + "R": 1.366240240940897e-07, + "M": 2.3802509531378746e-05, + "O": 5.100750513520325e-06, + "W": 4.315551915823335e-09, + "N": 1.009449746014468e-09, + "Y": 0.00011765283124987036, + "U": 2.0622753504895286e-10, + "K": 1.428441132739211e-11, + "L": 1.0015899079007795e-06, + "G": 2.1791352992295288e-05, + "F": 5.324561061570421e-05, + "E": 6.597361590365836e-08, + "T": 9.448352648178115e-05, + "P": 0.0005672925035469234, + "-": 0.999114453792572 + }, + "id": "tp_30192" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3774007, + "label": "-", + "classification": { + "B": 8.740014822983255e-10, + "S": 4.5546007937380395e-11, + "I": 6.585592071672863e-10, + "C": 1.1614299637585646e-06, + "R": 2.0444188919555017e-07, + "M": 2.9428318271129683e-07, + "O": 1.1484425499475037e-07, + "W": 1.9211928922735488e-11, + "N": 2.544310248597803e-13, + "Y": 8.231464562413748e-06, + "U": 2.839254981297501e-13, + "K": 8.186693713891323e-15, + "L": 8.404433060604788e-07, + "G": 3.180992280249484e-05, + "F": 0.0001138833467848599, + "E": 8.00012112112114e-10, + "T": 1.242691951119923e-06, + "P": 3.529927198542282e-05, + "-": 0.9998070597648621 + }, + "id": "tp_30193" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3774141, + "label": "-", + "classification": { + "B": 1.3856245317800386e-10, + "S": 7.409305113892373e-11, + "I": 9.109895415804203e-08, + "C": 3.757595479214615e-08, + "R": 1.3006470345189314e-09, + "M": 1.7542592445352057e-07, + "O": 4.265302422368222e-08, + "W": 6.246737849213702e-11, + "N": 7.667768087138427e-10, + "Y": 4.825064479518915e-06, + "U": 3.413157603771033e-11, + "K": 4.638187837274765e-12, + "L": 2.450491143335398e-09, + "G": 3.5683149235410383e-07, + "F": 1.1298483514110558e-05, + "E": 4.616846283056475e-08, + "T": 7.476050541299628e-06, + "P": 0.0074913171119987965, + "-": 0.9924842715263367 + }, + "id": "tp_30194" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3774274, + "label": "-", + "classification": { + "B": 2.966751708299853e-05, + "S": 1.0971231176881702e-06, + "I": 1.0012271332016098e-06, + "C": 2.8868635126855224e-05, + "R": 1.197664732899284e-05, + "M": 0.009028924629092216, + "O": 0.0011043748818337917, + "W": 5.276760361994093e-07, + "N": 2.033039736559772e-09, + "Y": 0.0004054834716953337, + "U": 1.2668899262990863e-09, + "K": 1.2202775682285116e-12, + "L": 0.004975467920303345, + "G": 0.004272643942385912, + "F": 0.00017554897931404412, + "E": 7.284256184902915e-07, + "T": 0.0006525765056721866, + "P": 0.0001599933602847159, + "-": 0.9791510105133057 + }, + "id": "tp_30195" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3774408, + "label": "-", + "classification": { + "B": 3.9397252127315596e-10, + "S": 2.8030666676670535e-10, + "I": 4.791272090187704e-07, + "C": 9.356847385788569e-07, + "R": 1.5061877434163762e-07, + "M": 2.5825858074313146e-07, + "O": 1.5201914038698305e-07, + "W": 5.913280420877243e-10, + "N": 1.6212644560198441e-09, + "Y": 3.626693069236353e-05, + "U": 4.543816434221526e-10, + "K": 3.3235916796492404e-10, + "L": 1.60014739236658e-08, + "G": 1.0049011507362593e-05, + "F": 0.0003188780683558434, + "E": 3.527268788161564e-08, + "T": 7.519596692873165e-06, + "P": 0.00477379048243165, + "-": 0.9948514103889465 + }, + "id": "tp_30196" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3774508, + "label": "-", + "classification": { + "B": 6.426251530911031e-08, + "S": 2.1049928022875974e-08, + "I": 1.3359875872254179e-08, + "C": 6.682942199631725e-09, + "R": 1.5872259062632565e-09, + "M": 9.038236748892814e-05, + "O": 3.880395070154918e-06, + "W": 1.191246767895393e-09, + "N": 3.672277412714031e-11, + "Y": 3.1920840228849556e-06, + "U": 6.344042587265453e-13, + "K": 2.957982708599871e-14, + "L": 9.40815198191558e-07, + "G": 7.056275990180438e-06, + "F": 5.9629412135109305e-05, + "E": 1.376034219902067e-07, + "T": 6.615684469579719e-06, + "P": 0.0002455641224514693, + "-": 0.9995824694633484 + }, + "id": "tp_30197" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3774641, + "label": "-", + "classification": { + "B": 7.292240479728207e-05, + "S": 4.996859388484154e-07, + "I": 1.59834769419831e-07, + "C": 1.1332431313348934e-06, + "R": 4.446711159289407e-07, + "M": 0.000742356467526406, + "O": 0.00013642825069837272, + "W": 8.265558193443212e-08, + "N": 8.297236231413763e-10, + "Y": 8.778421761235222e-05, + "U": 2.3462559672893235e-10, + "K": 1.4295194802199651e-12, + "L": 0.0002818575594574213, + "G": 0.0010650247568264604, + "F": 0.00045379644143395126, + "E": 7.7034701462253e-07, + "T": 8.61922962940298e-05, + "P": 0.00033367672585882246, + "-": 0.9967369437217712 + }, + "id": "tp_30198" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3774775, + "label": "-", + "classification": { + "B": 8.592702070708835e-12, + "S": 1.4599800535197716e-10, + "I": 3.3799416043756025e-10, + "C": 2.8045178623870015e-07, + "R": 1.8067678908550988e-08, + "M": 2.0333247903181473e-06, + "O": 1.922636982953918e-07, + "W": 4.082775437175279e-11, + "N": 1.124171502414617e-12, + "Y": 7.232318694150308e-06, + "U": 2.9520277281674945e-13, + "K": 1.7109158870470126e-13, + "L": 1.0536376748859766e-07, + "G": 5.745846465288196e-06, + "F": 0.00032112569897435606, + "E": 3.237168033631832e-10, + "T": 6.672777544736164e-06, + "P": 1.2825785233872011e-05, + "-": 0.9996438026428223 + }, + "id": "tp_30199" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3774908, + "label": "-", + "classification": { + "B": 1.5153597487937986e-08, + "S": 2.529789355776302e-07, + "I": 6.871203339642307e-08, + "C": 0.0004958341014571488, + "R": 0.00018226266547571868, + "M": 0.0017090484034270048, + "O": 0.0002079005353152752, + "W": 1.0799471539257866e-07, + "N": 3.336251552799041e-10, + "Y": 0.014926137402653694, + "U": 2.5546287307776083e-10, + "K": 2.508612484408701e-10, + "L": 0.0010221207048743963, + "G": 0.01363594550639391, + "F": 0.012279908172786236, + "E": 3.03928260336761e-08, + "T": 0.002698114374652505, + "P": 6.8283247856015805e-06, + "-": 0.9528353214263916 + }, + "id": "tp_30200" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3775008, + "label": "-", + "classification": { + "B": 3.6952736426343336e-09, + "S": 2.366776262821557e-12, + "I": 1.308426145207875e-10, + "C": 7.504039611916369e-10, + "R": 1.0689375773420551e-10, + "M": 2.0740481332381933e-08, + "O": 9.406328160821431e-09, + "W": 3.954716328719021e-12, + "N": 3.8327536131844975e-14, + "Y": 6.912761563171443e-08, + "U": 8.815324297893785e-15, + "K": 2.1568369189361693e-16, + "L": 9.299626624326152e-10, + "G": 9.785908616777306e-08, + "F": 2.6294912913726876e-07, + "E": 4.487621385607099e-11, + "T": 4.645702844641164e-08, + "P": 6.358858809107915e-05, + "-": 0.9999359846115112 + }, + "id": "tp_30201" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3775142, + "label": "-", + "classification": { + "B": 5.709333006365114e-11, + "S": 6.730751372918675e-12, + "I": 6.0970040127728e-10, + "C": 3.847685547953006e-07, + "R": 5.0184308264533684e-08, + "M": 3.5739137160817336e-07, + "O": 1.4859352859275532e-07, + "W": 2.633791101880334e-11, + "N": 6.272789362590792e-13, + "Y": 1.6972990124486387e-05, + "U": 6.344117397215354e-13, + "K": 1.1143949160002681e-14, + "L": 1.4793731395457144e-07, + "G": 9.207221410179045e-06, + "F": 3.276931602158584e-05, + "E": 1.4883184962233287e-10, + "T": 1.515879489488725e-06, + "P": 1.82252570084529e-05, + "-": 0.9999202489852905 + }, + "id": "tp_30202" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3775275, + "label": "-", + "classification": { + "B": 6.8587167056932685e-09, + "S": 7.208206032061071e-09, + "I": 4.171595264779171e-07, + "C": 7.063858447509119e-06, + "R": 9.702616807771847e-07, + "M": 3.353887905177544e-06, + "O": 2.647199380589882e-06, + "W": 5.937660585431104e-09, + "N": 2.3457122910741646e-09, + "Y": 2.370582842559088e-05, + "U": 3.66999347578556e-10, + "K": 3.658043312704251e-10, + "L": 2.83730543060301e-07, + "G": 2.0935767679475248e-05, + "F": 0.00020646316988859326, + "E": 5.6710671714199634e-08, + "T": 2.005307760555297e-05, + "P": 0.0004049423150718212, + "-": 0.9993090629577637 + }, + "id": "tp_30203" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3775375, + "label": "-", + "classification": { + "B": 2.0618851976905717e-06, + "S": 1.6641887867763216e-08, + "I": 1.2213719458031846e-07, + "C": 7.959023946568777e-07, + "R": 1.5851739476602233e-07, + "M": 1.086735755961854e-05, + "O": 4.012632871308597e-06, + "W": 6.432388843791159e-09, + "N": 4.306703882406282e-10, + "Y": 4.489442289923318e-06, + "U": 1.0485291107587003e-10, + "K": 1.6990422740600919e-12, + "L": 2.832792688423069e-06, + "G": 5.123074151924811e-05, + "F": 0.0002638482255861163, + "E": 1.5875932035669393e-07, + "T": 1.0257391295454e-05, + "P": 0.0030768858268857002, + "-": 0.9965722560882568 + }, + "id": "tp_30204" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3775509, + "label": "-", + "classification": { + "B": 3.934383494197391e-05, + "S": 2.9643347261298914e-06, + "I": 2.5856079446384683e-06, + "C": 4.088323112227954e-05, + "R": 1.2865312783105765e-05, + "M": 0.0003442685410846025, + "O": 0.0001169708339148201, + "W": 1.1981450143139227e-06, + "N": 3.4033259765919865e-08, + "Y": 0.00024811187176965177, + "U": 3.300246476101165e-08, + "K": 1.7167193222533683e-09, + "L": 0.00018400305998511612, + "G": 0.0010076595935970545, + "F": 0.0018741196254268289, + "E": 2.014645133385784e-06, + "T": 0.0005481743137352169, + "P": 0.0017439386574551463, + "-": 0.9938308000564575 + }, + "id": "tp_30205" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3775642, + "label": "-", + "classification": { + "B": 1.2516923675320868e-07, + "S": 4.23991952658298e-09, + "I": 9.93016069372743e-09, + "C": 7.772108290282631e-09, + "R": 2.601945103819503e-09, + "M": 3.2002080843085423e-06, + "O": 4.171554337517591e-06, + "W": 2.2470891813952676e-09, + "N": 1.8112695371330645e-11, + "Y": 5.0158831754743e-07, + "U": 1.5265013645487935e-12, + "K": 1.3935038764719375e-14, + "L": 5.694819833479414e-07, + "G": 2.1998400825395947e-06, + "F": 3.014303956661024e-06, + "E": 1.2567146212560942e-09, + "T": 4.712878762802575e-06, + "P": 8.901450200937688e-05, + "-": 0.9998925924301147 + }, + "id": "tp_30206" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3775776, + "label": "-", + "classification": { + "B": 1.636860673670526e-07, + "S": 7.520203904043399e-10, + "I": 6.831690324560213e-09, + "C": 9.829999036981008e-09, + "R": 6.142449326951294e-10, + "M": 8.972311661636923e-06, + "O": 1.079471303455648e-06, + "W": 4.127953256993777e-10, + "N": 1.653645970156603e-11, + "Y": 1.2213722584419884e-06, + "U": 9.321512745713578e-13, + "K": 4.8188797041799104e-15, + "L": 2.030418499998632e-07, + "G": 3.179306077072397e-06, + "F": 6.658270194748184e-06, + "E": 1.995335097149109e-08, + "T": 3.4291788324480876e-06, + "P": 0.0006183451623655856, + "-": 0.9993566870689392 + }, + "id": "tp_30207" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3775876, + "label": "-", + "classification": { + "B": 1.1963059431963075e-09, + "S": 1.029609508762519e-09, + "I": 4.9388727774157815e-08, + "C": 8.991272437697262e-08, + "R": 7.388739842184577e-09, + "M": 7.179000363066734e-07, + "O": 1.0382224502336612e-07, + "W": 1.538772581577419e-10, + "N": 3.536819725979967e-10, + "Y": 3.386018534001778e-06, + "U": 2.060872132669811e-11, + "K": 3.745062940319066e-11, + "L": 9.916877985460815e-09, + "G": 1.4614269048252027e-06, + "F": 9.74131326074712e-05, + "E": 6.967092502918604e-08, + "T": 9.754910024639685e-06, + "P": 0.002890573814511299, + "-": 0.9969965219497681 + }, + "id": "tp_30208" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3776009, + "label": "-", + "classification": { + "B": 7.416581127017707e-08, + "S": 7.867352103119174e-09, + "I": 2.08089954156776e-08, + "C": 4.114507490271535e-08, + "R": 3.7345088799156656e-08, + "M": 3.439378633629531e-05, + "O": 7.766019734845031e-06, + "W": 6.102048200062882e-09, + "N": 3.0792920296951465e-11, + "Y": 1.0233925422653556e-05, + "U": 8.413227579884275e-12, + "K": 6.641682917616493e-14, + "L": 2.416915094727301e-06, + "G": 8.276942935481202e-06, + "F": 1.5652942238375545e-05, + "E": 2.672803312009364e-09, + "T": 5.1620409067254514e-05, + "P": 4.791399260284379e-05, + "-": 0.9998217225074768 + }, + "id": "tp_30209" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3776143, + "label": "-", + "classification": { + "B": 6.932894702771364e-09, + "S": 1.7307534572186256e-10, + "I": 1.5214054656098597e-06, + "C": 6.51150185149163e-06, + "R": 1.3827111899900046e-07, + "M": 1.3152729479770642e-05, + "O": 2.0278692147712718e-07, + "W": 1.5229977001762762e-10, + "N": 1.7185338707648157e-09, + "Y": 6.439364369725809e-05, + "U": 3.8902533971985065e-10, + "K": 2.069267673876496e-11, + "L": 2.610018725590635e-07, + "G": 9.44138882914558e-05, + "F": 6.001775182085112e-05, + "E": 7.711894340900471e-07, + "T": 7.039152114884928e-05, + "P": 0.002993037924170494, + "-": 0.9966951608657837 + }, + "id": "tp_30210" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3776276, + "label": "-", + "classification": { + "B": 1.2649081327253953e-05, + "S": 3.3721170211720164e-07, + "I": 5.168481038708705e-07, + "C": 1.822413878471707e-06, + "R": 1.641596441004367e-07, + "M": 9.48924571275711e-05, + "O": 1.4987014765210915e-05, + "W": 3.7998265867145165e-08, + "N": 8.162604814287988e-09, + "Y": 4.510407961788587e-05, + "U": 2.8782087824197333e-10, + "K": 1.313421732485054e-10, + "L": 5.11355756316334e-06, + "G": 0.00015814905054867268, + "F": 0.0014117370592430234, + "E": 5.284333838062594e-06, + "T": 5.442022666102275e-05, + "P": 0.0024500093422830105, + "-": 0.9957447648048401 + }, + "id": "tp_30211" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3776376, + "label": "-", + "classification": { + "B": 1.4512912356254293e-12, + "S": 4.3772171759610956e-13, + "I": 2.36307761553034e-11, + "C": 7.783980127129553e-10, + "R": 1.0003157330240597e-10, + "M": 3.483851784835679e-08, + "O": 4.169558920352756e-09, + "W": 3.9950226286833423e-13, + "N": 7.326076899261905e-15, + "Y": 9.020633484624341e-08, + "U": 1.0775852569806722e-15, + "K": 2.211641241025278e-17, + "L": 1.006474903419985e-09, + "G": 6.389063145206819e-08, + "F": 5.863493697688682e-06, + "E": 1.2005774846501893e-11, + "T": 1.3516401509150455e-07, + "P": 2.786923505482264e-05, + "-": 0.999966025352478 + }, + "id": "tp_30212" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3776510, + "label": "-", + "classification": { + "B": 2.792782879623701e-06, + "S": 6.20402431650291e-08, + "I": 5.337900077506674e-08, + "C": 3.505489303279319e-07, + "R": 5.1616055429803964e-08, + "M": 2.2532253751705866e-06, + "O": 9.272232091461774e-06, + "W": 4.6726306379696325e-08, + "N": 6.01307170722265e-10, + "Y": 1.8254155520480708e-06, + "U": 1.4195065956013053e-10, + "K": 1.4631689956856597e-12, + "L": 1.7574129742570221e-06, + "G": 6.808461876062211e-06, + "F": 9.376231173519045e-05, + "E": 5.402016256539355e-08, + "T": 5.97293910686858e-06, + "P": 0.002005859510973096, + "-": 0.9978691339492798 + }, + "id": "tp_30213" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3776643, + "label": "-", + "classification": { + "B": 4.798031069674913e-11, + "S": 5.785028012184057e-10, + "I": 1.229130219826402e-08, + "C": 2.4161339752026834e-05, + "R": 3.373405661477591e-06, + "M": 2.092231397909927e-06, + "O": 9.39063227178849e-07, + "W": 4.1352246626935596e-10, + "N": 3.192229813819836e-11, + "Y": 6.007220144965686e-05, + "U": 2.607231618101391e-11, + "K": 2.727086091669495e-11, + "L": 1.6266180864477064e-06, + "G": 8.42531444504857e-05, + "F": 0.0008923368877731264, + "E": 2.539154664304988e-09, + "T": 2.5215344066964462e-05, + "P": 2.617052086861804e-05, + "-": 0.9988797307014465 + }, + "id": "tp_30214" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3776777, + "label": "-", + "classification": { + "B": 1.239304392441909e-08, + "S": 9.04119623612587e-09, + "I": 4.585076851526537e-07, + "C": 1.740687309847999e-07, + "R": 6.898626025986232e-08, + "M": 2.4503888198523782e-05, + "O": 3.6913259009452304e-06, + "W": 6.6151595312646805e-09, + "N": 2.4663144859715658e-09, + "Y": 6.8056040618103e-05, + "U": 8.011762919757359e-10, + "K": 1.8348229879894262e-10, + "L": 5.392379875956976e-07, + "G": 1.624163269298151e-05, + "F": 7.63595598982647e-05, + "E": 1.2989117692541186e-07, + "T": 8.821690425975248e-05, + "P": 0.001344718155451119, + "-": 0.998376727104187 + }, + "id": "tp_30215" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3776877, + "label": "-", + "classification": { + "B": 6.787074369185575e-08, + "S": 2.923608555249757e-08, + "I": 7.222460141065312e-08, + "C": 1.1110798823210644e-06, + "R": 2.8262343221285846e-06, + "M": 8.676526340423152e-05, + "O": 2.3741031327517703e-05, + "W": 1.3862798908803597e-08, + "N": 9.249183363646551e-11, + "Y": 0.00019070043344981968, + "U": 2.7579102196417793e-11, + "K": 9.05768854559709e-14, + "L": 9.372135536978021e-05, + "G": 0.00018931421800516546, + "F": 0.00035406366805545986, + "E": 1.0346401957406215e-08, + "T": 0.0001783041370799765, + "P": 3.4236025385325775e-05, + "-": 0.9988449811935425 + }, + "id": "tp_30216" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3777010, + "label": "-", + "classification": { + "B": 1.4260600700310988e-08, + "S": 1.2279198768894162e-09, + "I": 1.0866460087299856e-07, + "C": 7.368419119302416e-07, + "R": 2.616212100292614e-07, + "M": 1.0772308087325655e-05, + "O": 5.656083430949366e-06, + "W": 1.3218635075418206e-09, + "N": 8.07285280290948e-11, + "Y": 3.0471441277768463e-05, + "U": 4.845298468003634e-11, + "K": 1.7868741086931282e-14, + "L": 1.0799844858411234e-05, + "G": 5.737458559451625e-05, + "F": 1.076334319805028e-05, + "E": 5.034024752603727e-09, + "T": 7.430412370013073e-05, + "P": 0.00022956599423196167, + "-": 0.9995691180229187 + }, + "id": "tp_30217" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3777144, + "label": "-", + "classification": { + "B": 1.4289970318159817e-09, + "S": 1.658172904539512e-11, + "I": 2.1292390073313072e-10, + "C": 1.843772468035354e-09, + "R": 2.706549984132778e-10, + "M": 6.298063226495287e-08, + "O": 2.33053469855804e-08, + "W": 8.939885290382144e-12, + "N": 1.830652599996152e-13, + "Y": 5.533552780434547e-07, + "U": 4.1549158184090926e-14, + "K": 4.47728868072767e-15, + "L": 3.8771923449587575e-09, + "G": 7.002661845945113e-07, + "F": 5.763784884038614e-06, + "E": 1.2633841195430762e-10, + "T": 2.9055951245027245e-07, + "P": 7.079215720295906e-05, + "-": 0.9999217987060547 + }, + "id": "tp_30218" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3777277, + "label": "-", + "classification": { + "B": 1.348799891220942e-11, + "S": 3.12965235324536e-12, + "I": 7.399788420903164e-11, + "C": 1.2735003274144674e-08, + "R": 1.6681510617289064e-09, + "M": 1.398471908942156e-06, + "O": 7.29631182139201e-08, + "W": 2.5266264774836955e-12, + "N": 1.8887838613024927e-14, + "Y": 6.852447768324055e-06, + "U": 9.513102416545353e-15, + "K": 1.8372735232903137e-17, + "L": 2.4845400048434385e-07, + "G": 4.0424815779260825e-06, + "F": 8.57290615385864e-06, + "E": 4.0822276115015654e-11, + "T": 3.910055966116488e-06, + "P": 5.5467994570790324e-06, + "-": 0.9999692440032959 + }, + "id": "tp_30219" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3777377, + "label": "-", + "classification": { + "B": 1.2070302535249766e-09, + "S": 2.6703991795606896e-10, + "I": 3.463391351488099e-08, + "C": 3.297677722002845e-07, + "R": 2.3774988733293867e-07, + "M": 2.351446710235905e-06, + "O": 7.494096507798531e-07, + "W": 5.788390877725647e-10, + "N": 5.630344107609986e-11, + "Y": 5.217034777160734e-05, + "U": 2.3049399194841058e-11, + "K": 6.047353373270226e-13, + "L": 3.8337583418979193e-07, + "G": 1.4105963600741234e-05, + "F": 6.411361391656101e-05, + "E": 2.449333846854529e-09, + "T": 3.769037721212953e-05, + "P": 0.00011774307495215908, + "-": 0.9997101426124573 + }, + "id": "tp_30220" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3777511, + "label": "-", + "classification": { + "B": 2.6608924841298176e-08, + "S": 4.838705880416683e-09, + "I": 2.5340822773500804e-08, + "C": 6.999641755101038e-08, + "R": 3.641812185151139e-08, + "M": 3.140850822092034e-05, + "O": 2.161366410291521e-06, + "W": 1.0807758021869063e-09, + "N": 2.264529536111226e-11, + "Y": 1.5051984519232064e-05, + "U": 3.6040001278464517e-12, + "K": 3.4632398945161347e-14, + "L": 1.7628904060984496e-06, + "G": 2.1860507331439294e-05, + "F": 5.6638171372469515e-05, + "E": 8.87568774032843e-09, + "T": 3.977854794356972e-05, + "P": 0.00013137685891706496, + "-": 0.9996999502182007 + }, + "id": "tp_30221" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3777644, + "label": "-", + "classification": { + "B": 2.3329471332544927e-07, + "S": 5.150967652411964e-09, + "I": 1.0042261244791462e-08, + "C": 2.9836175485797867e-07, + "R": 5.404815439646882e-08, + "M": 2.0861829398199916e-05, + "O": 5.09571555085131e-06, + "W": 1.0562867247543295e-09, + "N": 1.0298603983494026e-11, + "Y": 6.11770474279183e-06, + "U": 1.2488096494400747e-12, + "K": 2.069305937065229e-15, + "L": 8.993695701065008e-06, + "G": 5.7441560784354806e-05, + "F": 7.61888368288055e-05, + "E": 5.719322349051481e-09, + "T": 9.54376628214959e-06, + "P": 5.6986122217494994e-05, + "-": 0.9997581839561462 + }, + "id": "tp_30222" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3777778, + "label": "-", + "classification": { + "B": 1.5052377747015733e-11, + "S": 7.375971361467393e-12, + "I": 5.482807985401905e-09, + "C": 9.387746136013675e-10, + "R": 2.0112066179134303e-10, + "M": 3.2722624609959894e-08, + "O": 1.4953418059349133e-08, + "W": 1.114272910052172e-11, + "N": 4.429811552297824e-12, + "Y": 2.3438913387963112e-07, + "U": 1.3849915680465286e-13, + "K": 4.258909441475292e-14, + "L": 4.74003336581319e-10, + "G": 7.475939867163106e-08, + "F": 6.4489609030715656e-06, + "E": 2.2826106282902714e-10, + "T": 5.772654390057141e-07, + "P": 0.000869680370669812, + "-": 0.9991229176521301 + }, + "id": "tp_30223" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3777878, + "label": "-", + "classification": { + "B": 3.655106297628663e-07, + "S": 2.8825970499468667e-09, + "I": 5.2224176094739505e-09, + "C": 1.865685135271633e-07, + "R": 1.47915031334378e-07, + "M": 8.396044722758234e-05, + "O": 2.098384538840037e-05, + "W": 3.1487386031869846e-09, + "N": 5.648419232340274e-12, + "Y": 4.4130014430265874e-05, + "U": 4.597233184411298e-12, + "K": 1.943990800650744e-15, + "L": 2.0819834389840253e-05, + "G": 5.9474787121871486e-05, + "F": 3.2082082270790124e-06, + "E": 1.0661531657518708e-09, + "T": 5.5937340221134946e-05, + "P": 1.078525383491069e-05, + "-": 0.9997000694274902 + }, + "id": "tp_30224" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3778011, + "label": "-", + "classification": { + "B": 8.589397992864178e-08, + "S": 5.2902706215718354e-08, + "I": 9.51707601615226e-10, + "C": 5.757255507887749e-07, + "R": 8.893703551393628e-08, + "M": 3.506772918626666e-05, + "O": 4.679734047385864e-06, + "W": 3.4576572716105147e-09, + "N": 4.033347440757229e-12, + "Y": 3.6406968320079613e-06, + "U": 1.0398439921621705e-12, + "K": 4.0226510815942473e-13, + "L": 7.837379598640837e-06, + "G": 6.724619743181393e-05, + "F": 0.0014510067412629724, + "E": 1.0192378496753918e-08, + "T": 1.2488684660638683e-05, + "P": 3.0462635550065897e-05, + "-": 0.9983867406845093 + }, + "id": "tp_30225" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3778145, + "label": "-", + "classification": { + "B": 5.48708722902802e-09, + "S": 9.603930498092161e-12, + "I": 1.4975000794947846e-08, + "C": 5.127494659973308e-07, + "R": 3.791354785676049e-08, + "M": 3.9461660890083294e-06, + "O": 1.5241293738199602e-07, + "W": 7.787270828174542e-11, + "N": 8.764649596371132e-12, + "Y": 9.317651347373612e-06, + "U": 5.643071513544706e-12, + "K": 7.828723563516049e-13, + "L": 7.183072625593923e-08, + "G": 2.0094405044801533e-05, + "F": 3.914172339136712e-06, + "E": 8.96768614921939e-09, + "T": 6.494783065136289e-06, + "P": 8.313734724652022e-05, + "-": 0.9998723268508911 + }, + "id": "tp_30226" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3778278, + "label": "-", + "classification": { + "B": 4.02688021816644e-11, + "S": 9.254504280964415e-12, + "I": 6.976984528311858e-12, + "C": 3.4167363383019733e-10, + "R": 1.8548856894895493e-10, + "M": 6.996268098191649e-08, + "O": 3.5791760666370465e-08, + "W": 2.3554027651917497e-12, + "N": 4.871158577684446e-15, + "Y": 1.1093106877524406e-07, + "U": 6.84957110324571e-16, + "K": 3.6599472157112476e-19, + "L": 9.661595967713765e-09, + "G": 3.704297313333882e-08, + "F": 4.755869724704098e-07, + "E": 1.9456374445586677e-12, + "T": 4.7501220024059876e-07, + "P": 2.92584445560351e-06, + "-": 0.9999959468841553 + }, + "id": "tp_30227" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3778378, + "label": "-", + "classification": { + "B": 1.937561400211507e-08, + "S": 6.562742527194132e-08, + "I": 1.9323413198435446e-06, + "C": 1.7202399249072187e-05, + "R": 1.8596742847876158e-06, + "M": 3.038059367099777e-05, + "O": 5.492865511769196e-06, + "W": 6.265008067884992e-08, + "N": 3.877217125136667e-08, + "Y": 0.0015901534352451563, + "U": 5.07148500972221e-09, + "K": 1.212499611824569e-08, + "L": 6.578562192771642e-07, + "G": 3.408274642424658e-05, + "F": 0.0005269901012070477, + "E": 6.448386784541071e-07, + "T": 0.0007466223905794322, + "P": 0.0014021035749465227, + "-": 0.995641827583313 + }, + "id": "tp_30228" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3778512, + "label": "-", + "classification": { + "B": 6.928773110814745e-10, + "S": 4.0714853710710486e-09, + "I": 4.6329096115016455e-09, + "C": 9.294767977507945e-08, + "R": 5.1707630177588726e-08, + "M": 2.2105105017544702e-05, + "O": 2.416566303509171e-06, + "W": 1.1892304918603713e-09, + "N": 9.454743411796418e-12, + "Y": 2.760807183221914e-05, + "U": 7.758321979647875e-13, + "K": 8.85676284373936e-14, + "L": 2.1238624867692124e-06, + "G": 3.4042459446936846e-05, + "F": 0.0011305500520393252, + "E": 9.858616145663746e-10, + "T": 2.9053317120997235e-05, + "P": 1.9734647139557637e-05, + "-": 0.9987322688102722 + }, + "id": "tp_30229" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3778645, + "label": "-", + "classification": { + "B": 2.4009776389277704e-09, + "S": 9.822199720233016e-10, + "I": 9.088491736974902e-09, + "C": 2.4641469281050377e-05, + "R": 3.6054925658390857e-06, + "M": 3.5833025322062895e-05, + "O": 4.660908871301217e-06, + "W": 1.1440552949437688e-09, + "N": 1.0803008661242064e-11, + "Y": 0.00018506022752262652, + "U": 7.684201365487642e-12, + "K": 5.226751648677863e-13, + "L": 1.357827477477258e-05, + "G": 0.0002594156831037253, + "F": 0.00019829785742331296, + "E": 2.3737929399914037e-09, + "T": 6.120491161709651e-05, + "P": 1.3148584912414663e-05, + "-": 0.9992005228996277 + }, + "id": "tp_30230" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3778779, + "label": "-", + "classification": { + "B": 2.7443955996631075e-09, + "S": 6.787946871256167e-10, + "I": 3.8306231431306514e-07, + "C": 4.629560862667859e-06, + "R": 1.931759783246889e-07, + "M": 6.871172445244156e-06, + "O": 4.870279326496529e-07, + "W": 1.5167501699053787e-09, + "N": 2.41775732767735e-09, + "Y": 0.000545153918210417, + "U": 5.909191469477548e-10, + "K": 1.5871289837932068e-09, + "L": 1.0211852696784263e-07, + "G": 6.575883890036494e-05, + "F": 0.00016726706235203892, + "E": 1.0957668337141513e-06, + "T": 3.4379263524897397e-05, + "P": 0.0021008269395679235, + "-": 0.9970728158950806 + }, + "id": "tp_30231" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3778879, + "label": "-", + "classification": { + "B": 1.8933425938172377e-09, + "S": 1.26398347344292e-09, + "I": 1.310136354959468e-07, + "C": 3.6269314023229526e-06, + "R": 3.331121831706696e-07, + "M": 5.4883976190467365e-06, + "O": 3.7917354234195955e-07, + "W": 4.3213227440830337e-10, + "N": 4.425015076581218e-10, + "Y": 6.81280143908225e-05, + "U": 9.271886036721355e-11, + "K": 2.614781655085885e-11, + "L": 3.771259002860461e-07, + "G": 5.54077560082078e-05, + "F": 0.0008067207527346909, + "E": 1.021195714656642e-07, + "T": 3.834877134067938e-05, + "P": 0.0005258245510049164, + "-": 0.9984951019287109 + }, + "id": "tp_30232" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3779012, + "label": "-", + "classification": { + "B": 9.822704281903238e-12, + "S": 6.18343874367322e-12, + "I": 9.758830410433461e-10, + "C": 5.270517704047961e-06, + "R": 3.6290852989395717e-08, + "M": 3.305438667666749e-06, + "O": 5.17027238799983e-08, + "W": 4.716006665045347e-12, + "N": 2.90131633995383e-12, + "Y": 1.877839349617716e-05, + "U": 4.077255460338547e-12, + "K": 2.7341865750651895e-13, + "L": 1.407327658853319e-07, + "G": 2.2116673790151253e-05, + "F": 6.880455475766212e-05, + "E": 2.801510134986529e-09, + "T": 2.0761855921591632e-05, + "P": 2.0486868379521184e-05, + "-": 0.9998401403427124 + }, + "id": "tp_30233" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3779146, + "label": "-", + "classification": { + "B": 1.4209119991726027e-10, + "S": 8.179384947126778e-11, + "I": 2.458939996063947e-10, + "C": 1.567590857121104e-08, + "R": 2.0363228880881934e-09, + "M": 1.7965252254725783e-06, + "O": 2.421382419015572e-07, + "W": 9.23017044740515e-12, + "N": 2.352759913976099e-13, + "Y": 3.8833745747979265e-06, + "U": 1.2383111775023624e-14, + "K": 2.229394740579818e-15, + "L": 1.3793633968361974e-07, + "G": 1.153819994215155e-05, + "F": 4.180287942290306e-05, + "E": 5.421032511776502e-10, + "T": 3.382194336154498e-06, + "P": 6.733061127306428e-06, + "-": 0.9999303817749023 + }, + "id": "tp_30234" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3779279, + "label": "-", + "classification": { + "B": 5.647669443220593e-09, + "S": 4.558972754864499e-09, + "I": 3.6806508063591536e-08, + "C": 1.7357352817271021e-06, + "R": 1.9126137829061918e-07, + "M": 5.200332816457376e-05, + "O": 2.894215413107304e-06, + "W": 1.674984928534684e-09, + "N": 1.7579347699747672e-10, + "Y": 0.00016424352361354977, + "U": 2.7953538789260435e-11, + "K": 8.067311575710168e-12, + "L": 1.3200547073211055e-06, + "G": 3.9470771298510954e-05, + "F": 0.00017436992493458092, + "E": 5.7084719173872145e-08, + "T": 9.40373502089642e-05, + "P": 9.064681944437325e-05, + "-": 0.99937903881073 + }, + "id": "tp_30235" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3779379, + "label": "-", + "classification": { + "B": 5.4668753080022725e-08, + "S": 2.7590316142855897e-10, + "I": 3.780397772601418e-09, + "C": 1.3881871652188238e-08, + "R": 3.83583875773752e-09, + "M": 2.670078174560331e-06, + "O": 7.097703473846195e-07, + "W": 1.818450667823157e-10, + "N": 1.7825524042947016e-12, + "Y": 1.6157017626028392e-06, + "U": 8.226756000604199e-14, + "K": 3.1618826713606773e-17, + "L": 3.029670665455342e-07, + "G": 1.008434992399998e-06, + "F": 1.3175232425055583e-06, + "E": 1.7956863773704868e-09, + "T": 1.7122724784712773e-06, + "P": 0.00015473210078198463, + "-": 0.9998358488082886 + }, + "id": "tp_30236" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3779513, + "label": "-", + "classification": { + "B": 9.258996564245892e-13, + "S": 7.90458323796095e-12, + "I": 9.970183789675957e-09, + "C": 2.7148773824592354e-06, + "R": 6.93130033369016e-08, + "M": 4.105884727323428e-06, + "O": 6.115113393434513e-08, + "W": 6.280219833759704e-12, + "N": 7.132646469981685e-12, + "Y": 3.5382938222028315e-05, + "U": 1.9129199092804416e-12, + "K": 1.0980953559641682e-12, + "L": 5.769235400521211e-08, + "G": 2.0129678887315094e-05, + "F": 6.86115090502426e-05, + "E": 2.5973134754053717e-09, + "T": 2.2939890186535195e-05, + "P": 5.077724199509248e-05, + "-": 0.999795138835907 + }, + "id": "tp_30237" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3779646, + "label": "-", + "classification": { + "B": 6.617879080295097e-07, + "S": 4.736384795478443e-08, + "I": 1.9003968532160798e-07, + "C": 1.2696025351033313e-06, + "R": 5.094871653454902e-07, + "M": 4.395603173179552e-05, + "O": 1.95718566828873e-05, + "W": 1.0493843127790115e-08, + "N": 2.419285882737654e-10, + "Y": 0.00014624719915445894, + "U": 2.1742654551792917e-11, + "K": 1.0582218695071033e-12, + "L": 4.103421451873146e-05, + "G": 0.0011547423200681806, + "F": 0.0004040807543788105, + "E": 2.4203697535085666e-07, + "T": 1.6534366295672953e-05, + "P": 0.00024261880025733262, + "-": 0.997928261756897 + }, + "id": "tp_30238" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3779780, + "label": "-", + "classification": { + "B": 8.194871981004326e-08, + "S": 1.7063682022921967e-08, + "I": 4.23115276149133e-09, + "C": 2.5077156351471785e-06, + "R": 1.4215416399565584e-07, + "M": 1.9967644675489282e-06, + "O": 2.5889285097946413e-06, + "W": 1.5988867119176575e-08, + "N": 1.1800958821250873e-10, + "Y": 7.071755590004614e-06, + "U": 5.2648552184564323e-11, + "K": 3.5417700022799536e-11, + "L": 6.07145125286479e-07, + "G": 2.3411148504237644e-05, + "F": 0.0011561926221475005, + "E": 1.7265085361373167e-08, + "T": 5.748852800024906e-06, + "P": 0.0004987234133295715, + "-": 0.9983009696006775 + }, + "id": "tp_30239" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3779880, + "label": "-", + "classification": { + "B": 1.5127747019505478e-06, + "S": 1.897362961189586e-10, + "I": 4.805238429383962e-09, + "C": 5.800341185135949e-08, + "R": 4.083687166200889e-09, + "M": 1.0115059012605343e-05, + "O": 7.5618146411216e-07, + "W": 9.657476207625137e-11, + "N": 4.632185260367017e-12, + "Y": 9.185532690025866e-06, + "U": 5.245130718645186e-12, + "K": 1.2975712965581677e-14, + "L": 1.5503854911003145e-06, + "G": 6.110769754741341e-05, + "F": 2.6499658360989997e-06, + "E": 2.4704943868414375e-08, + "T": 7.491431915696012e-06, + "P": 0.00021676713367924094, + "-": 0.9996887445449829 + }, + "id": "tp_30240" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3780013, + "label": "-", + "classification": { + "B": 3.4159288730961634e-08, + "S": 5.263055182641585e-12, + "I": 7.264135126749949e-11, + "C": 1.1217663464790917e-09, + "R": 1.7855877887384963e-10, + "M": 5.46184423910745e-07, + "O": 1.0156460916732613e-07, + "W": 1.9373519715565335e-12, + "N": 7.66715927942932e-15, + "Y": 1.0871334055195803e-08, + "U": 1.8022766034516037e-16, + "K": 4.6019140016576397e-20, + "L": 5.141009751241654e-08, + "G": 3.8326172102642886e-07, + "F": 4.053366353673482e-07, + "E": 7.161821136136837e-11, + "T": 8.222050951189885e-08, + "P": 9.040860277309548e-06, + "-": 0.99998939037323 + }, + "id": "tp_30241" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3780147, + "label": "-", + "classification": { + "B": 1.5608602188521559e-09, + "S": 3.8963552384529976e-09, + "I": 5.140141823289923e-08, + "C": 7.261721748363925e-06, + "R": 1.255677261724486e-06, + "M": 6.151574780233204e-06, + "O": 1.408296725458058e-06, + "W": 2.788410169429767e-09, + "N": 2.2215831951832854e-10, + "Y": 9.139307803707197e-05, + "U": 1.2283288275405368e-10, + "K": 5.2176447190577235e-11, + "L": 1.8907614958152408e-06, + "G": 7.126230048015714e-05, + "F": 0.0022246227599680424, + "E": 3.356468525339551e-08, + "T": 2.612003117974382e-05, + "P": 0.0004123633843846619, + "-": 0.9971561431884766 + }, + "id": "tp_30242" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3780280, + "label": "-", + "classification": { + "B": 2.664908720362291e-07, + "S": 5.222018373274295e-09, + "I": 7.869499718538009e-09, + "C": 7.953846215968952e-05, + "R": 3.528590923451702e-06, + "M": 0.0001445188099751249, + "O": 3.3262488159380155e-06, + "W": 9.637274311913302e-10, + "N": 2.6859181111865693e-12, + "Y": 2.4376808141823858e-05, + "U": 4.683319704268385e-12, + "K": 4.848596838694791e-14, + "L": 8.08910044725053e-05, + "G": 0.0015463207382708788, + "F": 0.00020904016855638474, + "E": 2.2604893956668093e-08, + "T": 2.035337092820555e-05, + "P": 1.872965549409855e-05, + "-": 0.9978691339492798 + }, + "id": "tp_30243" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3780380, + "label": "-", + "classification": { + "B": 6.934611974429572e-06, + "S": 6.635590352743748e-07, + "I": 2.3664621039642952e-05, + "C": 7.355882189585827e-06, + "R": 5.173794193069625e-07, + "M": 5.745720773120411e-05, + "O": 1.2813822650059592e-05, + "W": 1.8511794053210906e-07, + "N": 5.690181410500372e-07, + "Y": 4.973559771315195e-05, + "U": 1.2027986606710783e-08, + "K": 5.296779903574134e-09, + "L": 1.7715237845550291e-06, + "G": 6.551738624693826e-05, + "F": 0.0007215602672658861, + "E": 4.295264443499036e-05, + "T": 9.735695493873209e-05, + "P": 0.07808496057987213, + "-": 0.9208258986473083 + }, + "id": "tp_30244" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3780514, + "label": "-", + "classification": { + "B": 4.729495128863448e-10, + "S": 3.880653298704573e-10, + "I": 6.517855144494433e-09, + "C": 7.890366582330444e-09, + "R": 4.0459302574902267e-10, + "M": 2.5227379296666186e-07, + "O": 6.3220859658486e-08, + "W": 6.201026497842932e-11, + "N": 8.289791075810626e-11, + "Y": 4.0702948922444193e-07, + "U": 1.8839713589093726e-13, + "K": 3.068632858666681e-13, + "L": 1.4445957763342676e-09, + "G": 1.4529521763506636e-07, + "F": 4.9918169679585844e-05, + "E": 1.0193535793234787e-08, + "T": 1.2124036175009678e-06, + "P": 0.0013640563702210784, + "-": 0.9985839128494263 + }, + "id": "tp_30245" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3780647, + "label": "-", + "classification": { + "B": 2.1414816586684537e-08, + "S": 2.3355113398793037e-08, + "I": 1.713513775314368e-08, + "C": 3.7682570109609514e-05, + "R": 6.38455230728141e-06, + "M": 0.00023392096045427024, + "O": 1.872821849246975e-05, + "W": 8.010455410101258e-09, + "N": 3.733554784779436e-11, + "Y": 0.001642068149521947, + "U": 1.3099012326212023e-11, + "K": 1.1223085828737656e-11, + "L": 7.919555355329067e-05, + "G": 0.003047588048502803, + "F": 0.0015122797340154648, + "E": 3.07414360634084e-08, + "T": 0.0002235080028185621, + "P": 8.47438695927849e-06, + "-": 0.9931899905204773 + }, + "id": "tp_30246" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3780781, + "label": "-", + "classification": { + "B": 5.5173599022850794e-09, + "S": 3.683862459524789e-08, + "I": 8.466627576808605e-08, + "C": 8.010512715372897e-07, + "R": 8.76283792194954e-08, + "M": 7.400561798931449e-07, + "O": 8.501739330313285e-07, + "W": 1.0858199672725277e-08, + "N": 3.2457041498901162e-09, + "Y": 5.77895207243273e-07, + "U": 8.854390137758017e-11, + "K": 1.0430359909108233e-09, + "L": 2.1108691683480174e-08, + "G": 1.5480078445762047e-06, + "F": 0.001517529133707285, + "E": 2.2927215681534108e-08, + "T": 6.654099706793204e-06, + "P": 0.003604497527703643, + "-": 0.9948664903640747 + }, + "id": "tp_30247" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3780881, + "label": "-", + "classification": { + "B": 8.666017947689397e-08, + "S": 9.772024300858106e-10, + "I": 2.7329444947099546e-06, + "C": 5.083084488433087e-06, + "R": 4.851361268265464e-07, + "M": 2.939667865575757e-06, + "O": 1.0367617733209045e-06, + "W": 5.396740387908494e-09, + "N": 1.1487655271480435e-08, + "Y": 3.9897113310871646e-05, + "U": 5.365733191098343e-09, + "K": 4.5960432681901864e-10, + "L": 4.545468925698515e-07, + "G": 5.0146722060162574e-05, + "F": 9.44978601182811e-05, + "E": 1.569228857078997e-06, + "T": 2.1680103600374423e-05, + "P": 0.03037303127348423, + "-": 0.9694061875343323 + }, + "id": "tp_30248" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3781014, + "label": "-", + "classification": { + "B": 1.4787411828365293e-07, + "S": 6.97151563144871e-08, + "I": 2.617837537854939e-07, + "C": 3.3444292057538405e-05, + "R": 7.977620953170117e-06, + "M": 0.0009577301098033786, + "O": 1.8949713194160722e-05, + "W": 2.1203119260349013e-08, + "N": 4.015575094662438e-10, + "Y": 0.0009406782337464392, + "U": 1.5788120810711348e-10, + "K": 1.942475000293875e-11, + "L": 5.876299110241234e-05, + "G": 0.001008549123071134, + "F": 0.000491209386382252, + "E": 4.420422499151755e-07, + "T": 0.00046875281259417534, + "P": 6.410764763131738e-05, + "-": 0.9959487915039062 + }, + "id": "tp_30249" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3781148, + "label": "-", + "classification": { + "B": 2.4885961735776618e-08, + "S": 3.5295951050784424e-08, + "I": 1.218953570969461e-06, + "C": 6.793459306209115e-07, + "R": 1.3845293267422676e-07, + "M": 1.0013551218435168e-05, + "O": 4.502438059716951e-06, + "W": 2.2360069351634593e-08, + "N": 3.631759071254237e-08, + "Y": 5.098548353998922e-05, + "U": 2.2400055144089492e-09, + "K": 1.995984044711463e-09, + "L": 3.3634776741564565e-07, + "G": 8.676574907440227e-06, + "F": 0.0004444001824595034, + "E": 7.724847819190472e-07, + "T": 6.439411663450301e-05, + "P": 0.004904610570520163, + "-": 0.9945092797279358 + }, + "id": "tp_30250" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3781281, + "label": "-", + "classification": { + "B": 2.609745974879729e-09, + "S": 4.1517489446363243e-10, + "I": 8.20465828610395e-08, + "C": 1.1168459224109029e-07, + "R": 1.714909281247401e-08, + "M": 5.777063165623986e-07, + "O": 2.81484432207435e-07, + "W": 4.896006378096729e-10, + "N": 2.849808167226797e-10, + "Y": 4.204119250061922e-06, + "U": 3.70104537295024e-11, + "K": 2.0536100597823292e-11, + "L": 3.419245331315324e-08, + "G": 3.334411758260103e-06, + "F": 8.830106526147574e-05, + "E": 8.830509656831964e-09, + "T": 7.802986146998592e-06, + "P": 0.0007488909177482128, + "-": 0.9991462230682373 + }, + "id": "tp_30251" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3781381, + "label": "-", + "classification": { + "B": 4.894067356236986e-12, + "S": 5.656400261372374e-12, + "I": 1.4064977481298424e-11, + "C": 8.81668960062143e-09, + "R": 3.155010475097697e-09, + "M": 8.859599915922445e-07, + "O": 7.370867649569846e-08, + "W": 3.293947796814689e-12, + "N": 7.169795932361698e-15, + "Y": 2.249040562674054e-06, + "U": 1.9844292123438485e-15, + "K": 1.3891380039639928e-16, + "L": 5.579519068987793e-08, + "G": 1.3069113720121095e-06, + "F": 1.3073931768303737e-05, + "E": 9.781980780942945e-12, + "T": 2.1211969851719914e-06, + "P": 1.2612221098606824e-06, + "-": 0.9999790191650391 + }, + "id": "tp_30252" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3781515, + "label": "-", + "classification": { + "B": 3.3766039564397943e-07, + "S": 9.87669945828884e-09, + "I": 9.343735314359947e-07, + "C": 1.569382789057272e-06, + "R": 1.513980976142193e-07, + "M": 3.494898692224524e-06, + "O": 2.5903239020408364e-06, + "W": 6.833395627126038e-09, + "N": 3.384822200303006e-09, + "Y": 1.0559730981185567e-05, + "U": 3.792033909100212e-10, + "K": 1.7783212402644466e-10, + "L": 5.705178409698419e-07, + "G": 9.908749780151993e-05, + "F": 0.0014407127164304256, + "E": 2.660991924585687e-07, + "T": 7.945281140564475e-06, + "P": 0.0031935134902596474, + "-": 0.995238184928894 + }, + "id": "tp_30253" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3781648, + "label": "-", + "classification": { + "B": 9.662758440609487e-12, + "S": 9.441505355312074e-10, + "I": 4.1081529844611e-10, + "C": 4.975013325747568e-07, + "R": 1.919938874550553e-08, + "M": 1.6338021850970108e-06, + "O": 1.3436897461360786e-07, + "W": 8.142576196634721e-11, + "N": 4.349211962795252e-12, + "Y": 1.6253858120762743e-05, + "U": 3.601758648275055e-13, + "K": 1.111161076344791e-11, + "L": 4.5320241781610093e-08, + "G": 7.215613095468143e-06, + "F": 0.0017729302635416389, + "E": 5.620603982237071e-09, + "T": 7.230740266095381e-06, + "P": 2.0047020370839164e-05, + "-": 0.9981739521026611 + }, + "id": "tp_30254" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3781782, + "label": "-", + "classification": { + "B": 5.1547391194617376e-05, + "S": 1.8939243091153912e-05, + "I": 5.52587844140362e-05, + "C": 0.0011651951353996992, + "R": 0.00024841437698341906, + "M": 0.0030396264046430588, + "O": 0.000964957638643682, + "W": 1.3815644706482999e-05, + "N": 2.908423766712076e-06, + "Y": 0.008274897933006287, + "U": 2.917691517723142e-06, + "K": 1.573481313243974e-06, + "L": 0.0012342390837147832, + "G": 0.01285586692392826, + "F": 0.014932926744222641, + "E": 4.817868466489017e-05, + "T": 0.0037276020739227533, + "P": 0.0029772918205708265, + "-": 0.9503839612007141 + }, + "id": "tp_30255" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3781882, + "label": "-", + "classification": { + "B": 3.189871122799559e-08, + "S": 2.1010206907590145e-09, + "I": 2.8306895716312397e-10, + "C": 4.739023840016898e-09, + "R": 2.4279749322175803e-09, + "M": 4.814314138457121e-07, + "O": 8.749104267735675e-07, + "W": 4.3383813208563993e-10, + "N": 5.074812640427917e-13, + "Y": 2.0894293584206025e-07, + "U": 5.87934174543954e-14, + "K": 8.924431247104322e-16, + "L": 2.337542923669389e-07, + "G": 1.8192645256931428e-06, + "F": 2.9770339097012766e-05, + "E": 7.92355209222606e-11, + "T": 7.06447963239043e-07, + "P": 3.0692834116052836e-05, + "-": 0.9999351501464844 + }, + "id": "tp_30256" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3782015, + "label": "-", + "classification": { + "B": 4.796952279839672e-10, + "S": 3.4543573557144214e-10, + "I": 1.595203968918213e-07, + "C": 3.570066155589302e-06, + "R": 7.069914431667712e-07, + "M": 5.205995421420084e-06, + "O": 1.140239305641444e-06, + "W": 1.876544919454659e-09, + "N": 8.886346658520949e-10, + "Y": 0.00013450418191496283, + "U": 6.054577950109774e-10, + "K": 1.0107317066632149e-10, + "L": 3.4751462862914195e-07, + "G": 2.2400095986085944e-05, + "F": 0.00021250106510706246, + "E": 2.658622477724748e-08, + "T": 4.746357808471657e-05, + "P": 0.0005515472730621696, + "-": 0.9990204572677612 + }, + "id": "tp_30257" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3782149, + "label": "-", + "classification": { + "B": 5.525849644527625e-08, + "S": 1.7891171877337797e-09, + "I": 7.3437902869955e-08, + "C": 5.969423000351526e-08, + "R": 2.6445574619060608e-09, + "M": 5.043824785389006e-06, + "O": 5.996351433168456e-07, + "W": 7.619812558701256e-10, + "N": 9.72932179266195e-10, + "Y": 5.957202120043803e-06, + "U": 1.7690069895048843e-11, + "K": 7.735032232780714e-12, + "L": 5.197475161367038e-08, + "G": 3.764024540942046e-06, + "F": 2.9413933589239605e-05, + "E": 5.051240350439912e-07, + "T": 1.55785364768235e-05, + "P": 0.0022242942359298468, + "-": 0.997714638710022 + }, + "id": "tp_30258" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3782282, + "label": "-", + "classification": { + "B": 7.560059245292905e-09, + "S": 1.0853084653206224e-08, + "I": 5.953032200523012e-07, + "C": 1.0858122550416738e-05, + "R": 4.647168907467858e-07, + "M": 2.3145214527175995e-06, + "O": 6.472637892329658e-07, + "W": 4.696601330067551e-09, + "N": 1.6292784010829564e-08, + "Y": 0.00014947194722481072, + "U": 8.095705439359335e-09, + "K": 6.697433150293364e-07, + "L": 9.799435218837971e-08, + "G": 5.084290387458168e-05, + "F": 0.0017731055850163102, + "E": 1.2738192936012638e-06, + "T": 2.7373229386284947e-05, + "P": 0.0012449552305042744, + "-": 0.9967373013496399 + }, + "id": "tp_30259" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3782382, + "label": "-", + "classification": { + "B": 2.981277873459476e-07, + "S": 7.544977975726397e-10, + "I": 1.889715939284997e-08, + "C": 1.5349363025052298e-07, + "R": 3.841654461211874e-08, + "M": 3.2978194212773815e-05, + "O": 1.0124707614522777e-06, + "W": 4.065996983548814e-10, + "N": 1.4464303886574381e-11, + "Y": 8.458579031866975e-06, + "U": 2.568202811872866e-12, + "K": 2.5255449451590598e-14, + "L": 1.3405295931079309e-06, + "G": 2.868426417990122e-05, + "F": 1.2066355338902213e-05, + "E": 7.002423529911539e-08, + "T": 1.1625190381892025e-05, + "P": 8.44520254759118e-05, + "-": 0.999818742275238 + }, + "id": "tp_30260" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3782516, + "label": "-", + "classification": { + "B": 1.3448275826277722e-10, + "S": 4.252958228645465e-12, + "I": 3.469803333544519e-10, + "C": 1.0619637613729083e-08, + "R": 6.957727172185457e-10, + "M": 2.1868785893275344e-07, + "O": 2.4100337725485588e-08, + "W": 2.312046170835358e-12, + "N": 2.8632071756920507e-13, + "Y": 3.8513570643772255e-07, + "U": 8.100823207764576e-14, + "K": 5.321162618605185e-16, + "L": 9.701786041205196e-09, + "G": 8.99934605058661e-07, + "F": 4.7604949031665456e-06, + "E": 1.1868626914601776e-10, + "T": 1.6644950164845795e-06, + "P": 0.00011741469643311575, + "-": 0.9998745918273926 + }, + "id": "tp_30261" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3782649, + "label": "-", + "classification": { + "B": 9.751939256119613e-10, + "S": 3.651351443423323e-11, + "I": 9.739955508791809e-09, + "C": 7.785450293340546e-07, + "R": 7.108788935283883e-08, + "M": 2.3824361505830893e-06, + "O": 3.730697244463954e-07, + "W": 8.000330953272794e-11, + "N": 1.854966007186487e-11, + "Y": 2.1738251234637573e-05, + "U": 7.812645495819392e-12, + "K": 3.238482886806088e-13, + "L": 2.3296998108435218e-07, + "G": 2.295239937666338e-05, + "F": 2.8563223168021068e-05, + "E": 4.393148955728066e-09, + "T": 1.1323383660055697e-05, + "P": 0.00011573269875952974, + "-": 0.9997957348823547 + }, + "id": "tp_30262" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3782783, + "label": "-", + "classification": { + "B": 3.674498657346703e-06, + "S": 6.4748988393148466e-09, + "I": 3.0889865665351124e-10, + "C": 6.009856501343336e-10, + "R": 3.4871927567792227e-10, + "M": 1.1324136721668765e-05, + "O": 2.898299953812966e-06, + "W": 5.384817591824742e-10, + "N": 1.737149784913558e-13, + "Y": 4.4348004735184077e-07, + "U": 2.146754182839189e-14, + "K": 2.2986599797213666e-17, + "L": 2.2619865376327652e-06, + "G": 4.624025223165518e-06, + "F": 7.663536052859854e-06, + "E": 9.624041563682795e-10, + "T": 1.387977704325749e-06, + "P": 1.2933766811329406e-05, + "-": 0.9999527931213379 + }, + "id": "tp_30263" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3782883, + "label": "-", + "classification": { + "B": 2.0433672034414485e-05, + "S": 4.413441274664365e-07, + "I": 7.351114618359134e-06, + "C": 0.00018690655997488648, + "R": 5.4356663895305246e-05, + "M": 0.0011049979366362095, + "O": 0.00022997224004939198, + "W": 6.773426548534189e-07, + "N": 1.9251746863346852e-08, + "Y": 0.0015606697415933013, + "U": 9.45792599793549e-09, + "K": 5.7061466662844396e-11, + "L": 0.0008893721387721598, + "G": 0.002745809732005, + "F": 0.00038515598862431943, + "E": 3.1646343359170714e-06, + "T": 0.0007561472593806684, + "P": 0.0010289271594956517, + "-": 0.9910255074501038 + }, + "id": "tp_30264" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3783016, + "label": "-", + "classification": { + "B": 1.1017801948565165e-10, + "S": 1.7000437516068168e-11, + "I": 9.928716515616998e-09, + "C": 9.700402259227303e-09, + "R": 1.0977867503925154e-09, + "M": 8.978565801953664e-08, + "O": 1.467593069293116e-08, + "W": 6.518671019639655e-12, + "N": 3.12628048448893e-11, + "Y": 5.159487955097575e-06, + "U": 5.716019563055397e-13, + "K": 6.824992502575677e-13, + "L": 3.0930573657883542e-09, + "G": 2.1411267425719416e-06, + "F": 0.000126681785332039, + "E": 6.642539318590934e-08, + "T": 1.150367097579874e-06, + "P": 0.002271754899993539, + "-": 0.9975928664207458 + }, + "id": "tp_30265" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3783150, + "label": "-", + "classification": { + "B": 3.2584579479078e-10, + "S": 2.4574021203344065e-12, + "I": 1.3946109544971108e-10, + "C": 8.700801856775797e-09, + "R": 1.5721959845116373e-10, + "M": 1.4425947938434547e-06, + "O": 1.6283507875414216e-08, + "W": 2.7642265646582453e-13, + "N": 1.4297733190535983e-14, + "Y": 6.58027431654773e-07, + "U": 1.1551430876421834e-15, + "K": 7.658094359297584e-18, + "L": 3.6946872228327265e-08, + "G": 7.065661975502735e-06, + "F": 4.563174570648698e-06, + "E": 1.3058772119212136e-10, + "T": 1.2874706953880377e-06, + "P": 1.3546310583478771e-05, + "-": 0.9999713897705078 + }, + "id": "tp_30266" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3783283, + "label": "-", + "classification": { + "B": 1.4960389762563864e-06, + "S": 1.9869929701599176e-07, + "I": 1.5421820265260067e-08, + "C": 4.88534851683653e-07, + "R": 5.712400366064685e-07, + "M": 0.002789402147755027, + "O": 0.00041113837505690753, + "W": 3.289903460768073e-08, + "N": 1.0540708930695253e-11, + "Y": 8.840160444378853e-05, + "U": 1.4133134766669553e-12, + "K": 3.663418343907796e-15, + "L": 0.0011568986810743809, + "G": 0.0007893720758147538, + "F": 9.838820551522076e-05, + "E": 5.486655574316046e-09, + "T": 0.0004875031008850783, + "P": 3.5415041566011496e-06, + "-": 0.9941725134849548 + }, + "id": "tp_30267" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3783383, + "label": "-", + "classification": { + "B": 5.382607469073264e-06, + "S": 2.3491400824582342e-08, + "I": 8.823523245382603e-08, + "C": 3.5555100907913584e-07, + "R": 1.5164982869464438e-07, + "M": 6.996099546086043e-05, + "O": 1.662564136495348e-05, + "W": 2.1592022392269428e-08, + "N": 3.2313368647507446e-10, + "Y": 4.153666668571532e-05, + "U": 1.2053338882545006e-10, + "K": 1.724383981958899e-12, + "L": 8.900151442503557e-06, + "G": 8.70046133059077e-05, + "F": 3.564405415090732e-05, + "E": 9.228771347125075e-08, + "T": 5.1157425332348794e-05, + "P": 0.00025316589744761586, + "-": 0.9994297623634338 + }, + "id": "tp_30268" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3783517, + "label": "-", + "classification": { + "B": 1.4677135595775326e-07, + "S": 1.555539164144193e-08, + "I": 2.9437867254955563e-08, + "C": 5.62226034617197e-07, + "R": 1.277381898034946e-07, + "M": 4.236698805470951e-05, + "O": 1.793016963347327e-06, + "W": 1.25560173369621e-09, + "N": 2.2893907256071877e-11, + "Y": 1.1701008588715922e-05, + "U": 1.6346993203519844e-12, + "K": 6.111859743350781e-14, + "L": 4.4326757233648095e-06, + "G": 0.00014622948947362602, + "F": 0.00048737676115706563, + "E": 1.581132558214904e-08, + "T": 2.2689118850394152e-05, + "P": 0.00013254143414087594, + "-": 0.9991500377655029 + }, + "id": "tp_30269" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3783650, + "label": "-", + "classification": { + "B": 2.8564952486709316e-11, + "S": 1.9008581601115404e-12, + "I": 1.4382262047973882e-09, + "C": 1.3596901382584292e-08, + "R": 2.4956912092477523e-09, + "M": 4.662184949211223e-08, + "O": 1.9086002112089773e-08, + "W": 7.063555036018743e-12, + "N": 2.808241703414205e-12, + "Y": 6.157915208859777e-07, + "U": 8.836979000122203e-13, + "K": 1.0613697556472249e-13, + "L": 1.6770177468927727e-09, + "G": 1.7901115256790945e-07, + "F": 6.593370926566422e-06, + "E": 1.102326785407115e-09, + "T": 6.621219199587358e-07, + "P": 0.0003022842574864626, + "-": 0.9996895790100098 + }, + "id": "tp_30270" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3783750, + "label": "-", + "classification": { + "B": 4.797311853321773e-12, + "S": 8.172340408563183e-12, + "I": 5.819545290108863e-09, + "C": 2.1816302098187634e-09, + "R": 1.304057695161731e-10, + "M": 2.935094300937635e-07, + "O": 2.079572425373044e-08, + "W": 3.833031982092283e-12, + "N": 4.879601497170816e-12, + "Y": 2.4499026949342806e-06, + "U": 4.3788358898046165e-13, + "K": 1.700052723379794e-14, + "L": 3.2442335484716978e-09, + "G": 3.726260331404774e-07, + "F": 6.521414888993604e-06, + "E": 5.403024694317082e-10, + "T": 5.936587513133418e-06, + "P": 0.0004439965996425599, + "-": 0.9995404481887817 + }, + "id": "tp_30271" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3783884, + "label": "-", + "classification": { + "B": 4.580696065514811e-12, + "S": 9.216276353196662e-11, + "I": 6.711262656722283e-10, + "C": 4.45642217528075e-06, + "R": 4.321222206726816e-07, + "M": 1.872209196562835e-07, + "O": 2.0506716680301906e-07, + "W": 1.319808012878454e-10, + "N": 2.907627480799868e-12, + "Y": 1.434254772902932e-05, + "U": 2.8724975956878618e-12, + "K": 3.0245458915167944e-11, + "L": 8.08974860433409e-08, + "G": 1.3435212167678401e-05, + "F": 0.000714689027518034, + "E": 5.8131645330750104e-11, + "T": 5.958837846264942e-06, + "P": 6.182004199217772e-06, + "-": 0.9992400407791138 + }, + "id": "tp_30272" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3784017, + "label": "-", + "classification": { + "B": 1.7003358721012773e-08, + "S": 1.314484343595268e-08, + "I": 1.0183222229898092e-06, + "C": 3.632532639130659e-07, + "R": 1.3888594274646948e-08, + "M": 8.484894351568073e-05, + "O": 1.632847329346987e-06, + "W": 5.765779853561526e-09, + "N": 1.0130711380895718e-08, + "Y": 2.9943159461254254e-05, + "U": 4.1357645086392836e-10, + "K": 1.74070299840956e-10, + "L": 2.7420946935308166e-07, + "G": 1.097453696274897e-05, + "F": 0.0002592710661701858, + "E": 5.4510319387190975e-06, + "T": 4.349447408458218e-05, + "P": 0.010481579229235649, + "-": 0.9890809059143066 + }, + "id": "tp_30273" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3784151, + "label": "-", + "classification": { + "B": 0.0005835230113007128, + "S": 9.816719881428071e-08, + "I": 5.543787295891889e-08, + "C": 2.3024379913749726e-07, + "R": 1.405582281677198e-07, + "M": 9.57077500061132e-05, + "O": 5.550715286517516e-05, + "W": 1.0995652388601229e-07, + "N": 1.0389392124388053e-10, + "Y": 6.081950232328381e-06, + "U": 8.861603117971129e-11, + "K": 6.143538097951734e-14, + "L": 7.3415765655227e-05, + "G": 6.90619126544334e-05, + "F": 2.9094027922837995e-05, + "E": 6.813254316284656e-08, + "T": 1.6278596376650967e-05, + "P": 0.0004762728058267385, + "-": 0.9985944628715515 + }, + "id": "tp_30274" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3784251, + "label": "-", + "classification": { + "B": 2.838857653841842e-06, + "S": 4.666608219849877e-07, + "I": 3.3494036415504524e-06, + "C": 0.00010482350626261905, + "R": 1.8356236978434026e-05, + "M": 0.0005156180122867227, + "O": 9.955165296560153e-05, + "W": 3.9019982978061307e-07, + "N": 4.408715881254466e-08, + "Y": 0.0003836607211269438, + "U": 2.3561680606576374e-08, + "K": 5.430725869004505e-10, + "L": 0.00010535879118833691, + "G": 0.0005793067975901067, + "F": 0.0007447372190654278, + "E": 2.5085034849325893e-06, + "T": 0.00040558932232670486, + "P": 0.0012224632082507014, + "-": 0.9958109855651855 + }, + "id": "tp_30275" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3784384, + "label": "-", + "classification": { + "B": 2.0171718462247412e-10, + "S": 1.046546807548232e-10, + "I": 3.16856088034001e-08, + "C": 7.756295872241026e-08, + "R": 5.988787243893512e-09, + "M": 3.9551284203298565e-07, + "O": 1.0558495944223978e-07, + "W": 1.194195853315705e-10, + "N": 1.266935445443096e-10, + "Y": 7.574440587632125e-06, + "U": 1.3659955111489097e-11, + "K": 1.577038499789296e-11, + "L": 7.626712594799301e-09, + "G": 2.5974816253437893e-06, + "F": 3.3345182600896806e-05, + "E": 1.4452101737560952e-08, + "T": 4.5455899453372695e-06, + "P": 0.0015642493963241577, + "-": 0.9983870983123779 + }, + "id": "tp_30276" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3784518, + "label": "-", + "classification": { + "B": 1.986753431992838e-06, + "S": 8.05348587817889e-09, + "I": 1.0295125321135856e-06, + "C": 6.079513923396007e-07, + "R": 6.723759327087464e-08, + "M": 2.239975583506748e-05, + "O": 6.429466793633765e-06, + "W": 9.160952885167717e-09, + "N": 3.565787443093882e-09, + "Y": 1.926366712723393e-05, + "U": 5.570169325785912e-10, + "K": 4.648404057505662e-12, + "L": 2.0286993276386056e-06, + "G": 2.7346988645149395e-05, + "F": 3.651963925221935e-05, + "E": 1.8160056924898527e-07, + "T": 5.126978794578463e-05, + "P": 0.006457294337451458, + "-": 0.9933735132217407 + }, + "id": "tp_30277" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3784651, + "label": "-", + "classification": { + "B": 2.440886381904761e-09, + "S": 8.990830302479935e-10, + "I": 2.7934932145257108e-09, + "C": 3.5351746419109986e-07, + "R": 1.1793780174684798e-07, + "M": 1.0910482160397805e-05, + "O": 3.320097903269925e-06, + "W": 3.454933839019958e-10, + "N": 2.044543787743658e-12, + "Y": 7.317849849641789e-06, + "U": 6.671397917608346e-13, + "K": 1.4921996472662402e-14, + "L": 2.533442284402554e-06, + "G": 2.0604942619684152e-05, + "F": 1.6404130292357877e-05, + "E": 4.303706002684038e-10, + "T": 6.165045306261163e-06, + "P": 1.1125353012175765e-05, + "-": 0.9999212026596069 + }, + "id": "tp_30278" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3784751, + "label": "-", + "classification": { + "B": 9.396992906030022e-11, + "S": 5.008575845732999e-11, + "I": 5.677343664634016e-11, + "C": 1.5702102118542172e-10, + "R": 1.2751627531670806e-10, + "M": 1.9890323983418057e-06, + "O": 4.6715126700291876e-07, + "W": 1.9614126295364187e-11, + "N": 1.914822839947216e-14, + "Y": 1.0560216878729989e-06, + "U": 1.2922816393300357e-15, + "K": 1.4410712152341546e-17, + "L": 6.599600510526216e-08, + "G": 4.6086853444649023e-07, + "F": 2.3600666736456333e-06, + "E": 1.0515118289977643e-11, + "T": 2.0413788206496974e-06, + "P": 2.173307848352124e-06, + "-": 0.9999892711639404 + }, + "id": "tp_30279" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3784885, + "label": "-", + "classification": { + "B": 5.269741309987808e-10, + "S": 2.2517928494059092e-11, + "I": 3.0445235221776557e-09, + "C": 4.34061036003186e-07, + "R": 3.9838802479152946e-08, + "M": 6.595440140699793e-07, + "O": 2.458195922372397e-07, + "W": 3.012680035996418e-11, + "N": 2.9284099017229392e-12, + "Y": 1.4082857887842692e-05, + "U": 1.7633569300914975e-12, + "K": 2.9342514203979653e-13, + "L": 1.0574554920594892e-07, + "G": 1.4895329513819888e-05, + "F": 1.4614599422202446e-05, + "E": 1.025291407330542e-09, + "T": 4.143208116147434e-06, + "P": 1.6516598407179117e-05, + "-": 0.999934196472168 + }, + "id": "tp_30280" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3785018, + "label": "-", + "classification": { + "B": 1.1278061817776575e-12, + "S": 6.259354839999176e-11, + "I": 3.0812152829184924e-10, + "C": 1.0307190677849576e-05, + "R": 3.717915433298913e-07, + "M": 2.199800655944273e-05, + "O": 3.70223062873265e-07, + "W": 7.0649874839290305e-12, + "N": 8.407460654318716e-14, + "Y": 0.00011023912520613521, + "U": 1.4640549447146427e-14, + "K": 2.703059672794217e-14, + "L": 1.337067260465119e-06, + "G": 0.00026171194622293115, + "F": 0.0002335812896490097, + "E": 4.2340414507791024e-10, + "T": 2.0153285731794313e-05, + "P": 3.729567197297001e-07, + "-": 0.9993394017219543 + }, + "id": "tp_30281" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3785152, + "label": "-", + "classification": { + "B": 2.8395075446496776e-07, + "S": 7.771948418167085e-09, + "I": 6.799588447847782e-08, + "C": 5.668763947141997e-07, + "R": 6.59697718674579e-08, + "M": 1.8843873021978652e-06, + "O": 1.514423615844862e-06, + "W": 3.14444226212629e-09, + "N": 2.2394601451036777e-10, + "Y": 3.889455911121331e-06, + "U": 4.450740817563137e-11, + "K": 6.208939612450948e-12, + "L": 6.020095497660805e-07, + "G": 1.6936439351411536e-05, + "F": 0.0001413993741152808, + "E": 3.8194066576124897e-08, + "T": 5.539726771530695e-06, + "P": 0.00047564468695782125, + "-": 0.9993515610694885 + }, + "id": "tp_30282" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3785252, + "label": "-", + "classification": { + "B": 8.404672513506739e-09, + "S": 2.0195303762626793e-10, + "I": 8.223284275743481e-09, + "C": 3.7603960834076133e-08, + "R": 1.0290747809449385e-08, + "M": 1.2093379154975992e-05, + "O": 6.000154257890244e-07, + "W": 1.9224237479686934e-10, + "N": 6.228503823813014e-12, + "Y": 5.873826921742875e-06, + "U": 2.1734877352769244e-12, + "K": 4.6003536741177735e-15, + "L": 6.001602059768629e-07, + "G": 7.1872977969178464e-06, + "F": 1.2787268133251928e-05, + "E": 1.9676382745359433e-09, + "T": 1.8837627067114227e-05, + "P": 0.00018358546367380768, + "-": 0.9997584223747253 + }, + "id": "tp_30283" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3785385, + "label": "-", + "classification": { + "B": 2.3205581101137795e-07, + "S": 8.553982411285688e-09, + "I": 4.491821073315805e-06, + "C": 1.9025401343242265e-05, + "R": 1.382819050377293e-06, + "M": 0.00011049426393583417, + "O": 5.049606443208177e-06, + "W": 5.7765761063421905e-09, + "N": 8.448264310345621e-09, + "Y": 0.00014747488603461534, + "U": 3.492048650244328e-09, + "K": 4.0702826525906843e-11, + "L": 8.639711268187966e-06, + "G": 0.00041529047302901745, + "F": 9.788576426217332e-05, + "E": 1.827535015763715e-06, + "T": 0.0002139731077477336, + "P": 0.004022406879812479, + "-": 0.9949517250061035 + }, + "id": "tp_30284" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3785519, + "label": "-", + "classification": { + "B": 1.0610790674922543e-12, + "S": 1.0238468059475814e-13, + "I": 5.10415221199878e-09, + "C": 9.86812520586966e-10, + "R": 8.290475944638942e-11, + "M": 4.289546495783725e-08, + "O": 2.9284974445431544e-09, + "W": 8.903878068872162e-13, + "N": 1.1076301551296575e-12, + "Y": 2.347845111216884e-06, + "U": 2.5549771716718017e-13, + "K": 8.744886732066012e-15, + "L": 2.2852086889457723e-10, + "G": 9.729199490493556e-08, + "F": 1.7134345853264676e-07, + "E": 2.9413319002635774e-10, + "T": 1.668551249167649e-06, + "P": 0.0003460087755229324, + "-": 0.9996497631072998 + }, + "id": "tp_30285" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3785652, + "label": "-", + "classification": { + "B": 2.6211119386054804e-10, + "S": 5.500311144046588e-12, + "I": 5.5832959783286285e-12, + "C": 2.2944436628424825e-10, + "R": 6.526628543168655e-11, + "M": 3.25107123444468e-07, + "O": 2.4371525242372627e-08, + "W": 2.254070411225606e-12, + "N": 4.708051372262316e-15, + "Y": 1.6802518132408295e-07, + "U": 4.3981881383714126e-16, + "K": 2.4057174996287972e-17, + "L": 3.860278319223198e-09, + "G": 1.4617380372783373e-07, + "F": 4.52391122962581e-06, + "E": 3.5919180824128816e-11, + "T": 1.1915008002461036e-07, + "P": 6.503835720650386e-06, + "-": 0.9999881982803345 + }, + "id": "tp_30286" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3785752, + "label": "-", + "classification": { + "B": 9.288248747907346e-07, + "S": 4.121682479762967e-07, + "I": 1.43271222441399e-07, + "C": 3.7039044400444254e-06, + "R": 2.24894097300421e-06, + "M": 0.00013171711179893464, + "O": 6.150121771497652e-05, + "W": 8.263719308843065e-08, + "N": 9.153988678178848e-10, + "Y": 0.0001237979158759117, + "U": 1.5910098238869352e-10, + "K": 2.0150790758233228e-11, + "L": 7.977853965712711e-05, + "G": 0.0003983810602221638, + "F": 0.0020656140986829996, + "E": 3.027757315976487e-07, + "T": 5.250188769423403e-05, + "P": 0.00023680766753386706, + "-": 0.9968421459197998 + }, + "id": "tp_30287" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3785886, + "label": "-", + "classification": { + "B": 7.389419209857806e-08, + "S": 9.69528546335141e-09, + "I": 3.495954842946958e-06, + "C": 3.7397967389551923e-06, + "R": 2.4195458081521792e-06, + "M": 2.1505677068489604e-05, + "O": 8.6595300672343e-06, + "W": 7.379221500514177e-08, + "N": 1.7674093300001914e-08, + "Y": 0.0005824780091643333, + "U": 9.387248312009433e-09, + "K": 1.2621078626651183e-09, + "L": 2.553556669226964e-06, + "G": 7.134601037250832e-05, + "F": 0.0001278412964893505, + "E": 6.187556778058934e-07, + "T": 0.00012815158697776496, + "P": 0.0017178532434627414, + "-": 0.9973292350769043 + }, + "id": "tp_30288" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3786019, + "label": "-", + "classification": { + "B": 7.113545871106908e-05, + "S": 3.282905481682974e-06, + "I": 1.726034071225513e-08, + "C": 7.518368150272181e-09, + "R": 5.185977514088336e-08, + "M": 0.0002045916044153273, + "O": 0.00028105711680836976, + "W": 1.8129742329620058e-07, + "N": 1.0586967413850346e-10, + "Y": 1.4490300600300543e-05, + "U": 1.2790807909363044e-12, + "K": 1.967415623862004e-14, + "L": 6.456500705098733e-05, + "G": 8.78953724168241e-05, + "F": 0.00010383912012912333, + "E": 9.181858828810618e-09, + "T": 5.6720029533607885e-05, + "P": 3.0428655009018257e-05, + "-": 0.9990817308425903 + }, + "id": "tp_30289" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3786153, + "label": "-", + "classification": { + "B": 9.112332918448374e-06, + "S": 8.981995165413537e-07, + "I": 1.277263891097391e-06, + "C": 0.00046223471872508526, + "R": 0.0002126803738065064, + "M": 0.0005106376484036446, + "O": 0.0004851793055422604, + "W": 9.91865704236261e-07, + "N": 2.775662144571811e-09, + "Y": 0.0013721787836402655, + "U": 1.4756396105042313e-09, + "K": 2.5944730738802768e-11, + "L": 0.0018688059644773602, + "G": 0.0045305900275707245, + "F": 0.001025122357532382, + "E": 3.3170974234053574e-07, + "T": 0.0004824029456358403, + "P": 0.00013083517842460424, + "-": 0.988906741142273 + }, + "id": "tp_30290" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3786253, + "label": "-", + "classification": { + "B": 1.4197340525434754e-10, + "S": 1.171485434700581e-12, + "I": 1.5339402636982413e-07, + "C": 3.5912785278924275e-06, + "R": 1.2857293540946557e-07, + "M": 1.041286395775387e-06, + "O": 4.771438710804432e-08, + "W": 7.757005107689174e-12, + "N": 5.337797912008391e-12, + "Y": 3.5353714338270947e-06, + "U": 7.11339624356877e-12, + "K": 7.69999668215156e-17, + "L": 1.482422078424861e-07, + "G": 4.7463686314586084e-06, + "F": 2.559942515745206e-07, + "E": 1.869572940904618e-09, + "T": 6.192262389959069e-06, + "P": 0.00053385243518278, + "-": 0.9994463324546814 + }, + "id": "tp_30291" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3786386, + "label": "-", + "classification": { + "B": 8.255146326519025e-07, + "S": 5.782639789231325e-08, + "I": 6.042391476057674e-08, + "C": 1.0581153446764802e-06, + "R": 3.423940029279038e-07, + "M": 1.6281428543152288e-05, + "O": 7.664758413739037e-06, + "W": 1.4766987632697237e-08, + "N": 3.1125904631501555e-10, + "Y": 2.2354921384248883e-05, + "U": 9.965302194547832e-11, + "K": 6.285968707359091e-12, + "L": 4.879409971181303e-06, + "G": 5.351575600798242e-05, + "F": 0.00019225063442718238, + "E": 1.1175536940299935e-07, + "T": 2.0961288100806996e-05, + "P": 0.0003806499298661947, + "-": 0.9992989301681519 + }, + "id": "tp_30292" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3786520, + "label": "-", + "classification": { + "B": 8.284210584229637e-14, + "S": 1.5799307120836076e-13, + "I": 7.251045597289618e-11, + "C": 9.021745484005805e-08, + "R": 2.6658448781802235e-09, + "M": 6.840129458396405e-07, + "O": 7.704056059765207e-09, + "W": 1.1336226147249176e-13, + "N": 1.0587318917615676e-14, + "Y": 2.4607892555650324e-05, + "U": 4.853463212383356e-15, + "K": 3.641085473220489e-15, + "L": 9.75464065078313e-09, + "G": 6.7032347033091355e-06, + "F": 1.3431212209980004e-05, + "E": 7.247505373619845e-11, + "T": 2.686488414838095e-06, + "P": 1.6648159544274677e-06, + "-": 0.9999500513076782 + }, + "id": "tp_30293" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3786653, + "label": "-", + "classification": { + "B": 4.994998858975919e-10, + "S": 2.4772972562203677e-10, + "I": 4.806643083554718e-09, + "C": 1.267115834480137e-07, + "R": 3.9736388401934164e-08, + "M": 5.272089765639976e-06, + "O": 7.060283451210125e-07, + "W": 1.20736809439137e-10, + "N": 7.224248976811509e-12, + "Y": 2.806817792588845e-05, + "U": 1.9916329870028893e-12, + "K": 8.249745152419038e-14, + "L": 3.2967972174446913e-07, + "G": 9.733221304486506e-06, + "F": 1.6807895008241758e-05, + "E": 8.189122158164253e-10, + "T": 3.0053057344048284e-05, + "P": 1.3751159713137895e-05, + "-": 0.9998950958251953 + }, + "id": "tp_30294" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3786753, + "label": "-", + "classification": { + "B": 3.5437572321050936e-10, + "S": 1.0458550692149515e-11, + "I": 7.362953580170029e-10, + "C": 1.1468443972262321e-09, + "R": 3.165750994682526e-11, + "M": 3.9784472960491257e-07, + "O": 1.3875660620499275e-08, + "W": 2.561990767105393e-12, + "N": 9.175747184633765e-13, + "Y": 1.5597851188431378e-06, + "U": 1.384015379515477e-13, + "K": 6.313009061906585e-14, + "L": 2.532436482738376e-09, + "G": 2.106695092152222e-06, + "F": 4.966891083313385e-06, + "E": 3.2036757691145112e-09, + "T": 1.3568277381637017e-06, + "P": 0.0001434764126315713, + "-": 0.9998461008071899 + }, + "id": "tp_30295" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3786887, + "label": "-", + "classification": { + "B": 3.2184659382039627e-09, + "S": 8.978842669371545e-10, + "I": 2.188558845261923e-08, + "C": 4.892516244581202e-06, + "R": 1.902226500760662e-07, + "M": 3.796475766648655e-06, + "O": 2.701356436318747e-07, + "W": 3.77356118574923e-10, + "N": 1.211225147956796e-10, + "Y": 0.00013431294064503163, + "U": 9.69782934512331e-12, + "K": 1.390818155089235e-10, + "L": 3.274857078849891e-07, + "G": 0.00023056216014083475, + "F": 0.002493936801329255, + "E": 2.0437613557078294e-07, + "T": 3.3707918191794306e-05, + "P": 0.00022238191741053015, + "-": 0.9968752861022949 + }, + "id": "tp_30296" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3787020, + "label": "-", + "classification": { + "B": 3.437883533408126e-09, + "S": 8.677525364930716e-09, + "I": 1.1742527838976002e-08, + "C": 4.1171651901095174e-06, + "R": 2.292006684001535e-06, + "M": 2.434246925986372e-05, + "O": 7.421393092954531e-06, + "W": 3.645952206809966e-09, + "N": 2.8796916240469983e-11, + "Y": 9.201561624649912e-05, + "U": 3.54538655378267e-11, + "K": 1.6487382206026302e-12, + "L": 1.665595846134238e-05, + "G": 0.0001539297227282077, + "F": 0.00047369013191200793, + "E": 8.565961828743696e-10, + "T": 0.00010138431389350444, + "P": 7.751362318231259e-06, + "-": 0.9991164803504944 + }, + "id": "tp_30297" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3787154, + "label": "-", + "classification": { + "B": 8.460808658128371e-07, + "S": 5.1636224185358515e-08, + "I": 5.954310466904644e-08, + "C": 1.7251672943530139e-06, + "R": 5.557906774811272e-07, + "M": 9.87887688097544e-05, + "O": 2.070537448162213e-05, + "W": 1.6078962161714117e-08, + "N": 2.712790547754196e-10, + "Y": 3.313218257972039e-05, + "U": 1.2161911755459442e-10, + "K": 2.4606731582887953e-12, + "L": 2.600505467853509e-05, + "G": 0.0001055106840794906, + "F": 8.724681538296863e-05, + "E": 2.9631893383452734e-08, + "T": 0.00016459811013191938, + "P": 0.00013476387539412826, + "-": 0.9993258714675903 + }, + "id": "tp_30298" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3787254, + "label": "-", + "classification": { + "B": 4.038996248567628e-09, + "S": 9.312495774516094e-10, + "I": 9.622659291608215e-08, + "C": 3.919989524092671e-07, + "R": 9.721985350097384e-08, + "M": 1.000016345642507e-05, + "O": 4.4075684968447604e-07, + "W": 4.383968743582045e-10, + "N": 1.1671660860024247e-10, + "Y": 4.0896597056416795e-05, + "U": 1.1233387484099744e-11, + "K": 1.3856276152510172e-12, + "L": 2.7242145961281494e-07, + "G": 1.0253833352180663e-05, + "F": 0.0001170557297882624, + "E": 3.426192662914218e-08, + "T": 2.1167925297049806e-05, + "P": 0.00021414495131466538, + "-": 0.9995850920677185 + }, + "id": "tp_30299" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3787387, + "label": "-", + "classification": { + "B": 6.653726875027743e-11, + "S": 2.9982787086435536e-12, + "I": 1.869469024029513e-09, + "C": 1.3920188166594016e-06, + "R": 1.1906823971230551e-07, + "M": 1.9419624095462495e-06, + "O": 3.473637946171948e-07, + "W": 7.799269910457873e-12, + "N": 9.731289802835177e-14, + "Y": 3.7669699395337375e-06, + "U": 7.442022665433631e-14, + "K": 6.578756835994504e-18, + "L": 2.0207355646562064e-06, + "G": 3.883503086399287e-05, + "F": 5.215784312895266e-06, + "E": 1.502171304013089e-10, + "T": 1.3033741197432391e-06, + "P": 2.779013811959885e-05, + "-": 0.9999171495437622 + }, + "id": "tp_30300" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3787521, + "label": "-", + "classification": { + "B": 1.1910015196292534e-08, + "S": 2.1813371942069892e-10, + "I": 2.0014489621189568e-07, + "C": 7.724571560174809e-08, + "R": 1.605081401123698e-08, + "M": 1.3613527016786975e-06, + "O": 3.435280007124675e-07, + "W": 1.8336250573458557e-10, + "N": 1.3036345614114708e-10, + "Y": 1.4277232367021497e-05, + "U": 6.590061829570004e-11, + "K": 5.402932333302413e-13, + "L": 2.1847382924988779e-07, + "G": 1.9388557120691985e-05, + "F": 2.421845965727698e-05, + "E": 3.5790666430557394e-08, + "T": 1.2677946870098822e-05, + "P": 0.002242119750007987, + "-": 0.9976849555969238 + }, + "id": "tp_30301" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3787654, + "label": "-", + "classification": { + "B": 5.046506323935773e-09, + "S": 1.7433274823730471e-09, + "I": 1.4543872772776467e-08, + "C": 9.893860664078602e-08, + "R": 3.800886005933535e-08, + "M": 1.8533970660428167e-06, + "O": 5.147797423887823e-07, + "W": 7.534098345196583e-10, + "N": 2.5918909379862853e-11, + "Y": 5.17338230565656e-06, + "U": 4.875390889613751e-12, + "K": 2.1463260585063287e-13, + "L": 1.871837866929127e-07, + "G": 3.825275598501321e-06, + "F": 4.0858118154574186e-05, + "E": 4.37219593862892e-09, + "T": 9.628387488191947e-06, + "P": 0.00015446316683664918, + "-": 0.9997833371162415 + }, + "id": "tp_30302" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3787754, + "label": "-", + "classification": { + "B": 8.199908634043407e-12, + "S": 3.8361324533608965e-11, + "I": 3.8376967381736904e-08, + "C": 1.170182599707914e-06, + "R": 3.506701418132252e-08, + "M": 3.827238685971679e-07, + "O": 4.992923763325052e-08, + "W": 5.02231520260743e-11, + "N": 7.671433627232105e-11, + "Y": 1.7819254935602657e-05, + "U": 5.575854881978426e-12, + "K": 3.5021440608629106e-11, + "L": 5.794751789522934e-09, + "G": 4.3139380068168975e-06, + "F": 4.2697356548160315e-05, + "E": 4.9065235430134635e-08, + "T": 2.5266040211135987e-06, + "P": 0.0005532311042770743, + "-": 0.9993776679039001 + }, + "id": "tp_30303" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3787888, + "label": "-", + "classification": { + "B": 4.86913176445114e-09, + "S": 1.4077385090960348e-10, + "I": 2.6178417211752958e-09, + "C": 4.28054363510455e-07, + "R": 2.3413527117099875e-08, + "M": 8.985685781226493e-06, + "O": 3.371337129465246e-07, + "W": 6.832535925926919e-11, + "N": 2.850065669579571e-12, + "Y": 1.6335685359081253e-05, + "U": 1.215166639187415e-12, + "K": 2.3072281322348946e-14, + "L": 5.025865448260447e-07, + "G": 2.8328009648248553e-05, + "F": 3.7923804484307766e-05, + "E": 4.245142015690817e-09, + "T": 9.432214937987737e-06, + "P": 4.055470708408393e-05, + "-": 0.9998570680618286 + }, + "id": "tp_30304" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3788021, + "label": "-", + "classification": { + "B": 1.047171863111096e-10, + "S": 2.744071636584522e-11, + "I": 9.519761368093071e-11, + "C": 7.546435654148809e-08, + "R": 2.3731335119236974e-08, + "M": 1.550321599097515e-06, + "O": 2.7297971882944694e-07, + "W": 8.584256569466042e-12, + "N": 2.5056650818870013e-14, + "Y": 1.6438725651823916e-05, + "U": 1.4424876224050642e-14, + "K": 2.10328233440373e-15, + "L": 5.262072590994649e-07, + "G": 4.507349876803346e-05, + "F": 2.8873984774691053e-05, + "E": 9.012475488123783e-11, + "T": 1.5493343425987405e-06, + "P": 1.451590492251853e-06, + "-": 0.9999040365219116 + }, + "id": "tp_30305" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3788155, + "label": "-", + "classification": { + "B": 7.29562521506466e-11, + "S": 1.0916949982897606e-10, + "I": 6.309822886407801e-09, + "C": 1.4072090834815754e-06, + "R": 2.1554396312239987e-07, + "M": 3.2081472909339936e-06, + "O": 3.115999049896345e-07, + "W": 1.327087745250921e-10, + "N": 4.655316063195691e-12, + "Y": 5.5381591664627194e-05, + "U": 1.78017518261131e-12, + "K": 2.2073895445881564e-13, + "L": 3.377504640411644e-07, + "G": 2.175152076233644e-05, + "F": 8.040425746003166e-05, + "E": 6.412216313478325e-10, + "T": 2.4255739845102653e-05, + "P": 1.2478345524868928e-05, + "-": 0.9998002648353577 + }, + "id": "tp_30306" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3788255, + "label": "-", + "classification": { + "B": 2.634304163695589e-10, + "S": 2.056198961097877e-12, + "I": 9.442189391473121e-11, + "C": 6.546573061427807e-09, + "R": 1.521014536542964e-09, + "M": 9.992637615141575e-07, + "O": 2.0116537768899434e-08, + "W": 5.06896011710084e-13, + "N": 2.8134847323256235e-15, + "Y": 2.4283094717247877e-06, + "U": 5.047533918950604e-16, + "K": 2.408589936004676e-19, + "L": 1.5303864131510636e-07, + "G": 5.470626547321444e-06, + "F": 5.1887395784433465e-06, + "E": 4.1614652696031484e-11, + "T": 1.5297216577891959e-06, + "P": 3.203196001777542e-06, + "-": 0.9999809265136719 + }, + "id": "tp_30307" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3788388, + "label": "-", + "classification": { + "B": 2.0380500131977897e-07, + "S": 5.840759698116926e-08, + "I": 1.1050772741327819e-08, + "C": 6.293215051300649e-07, + "R": 3.3754000128283224e-07, + "M": 3.2232968806056306e-05, + "O": 2.0048251826665364e-05, + "W": 2.2628137585911645e-08, + "N": 4.7474010833603586e-11, + "Y": 3.337943780934438e-05, + "U": 2.6834763577898713e-11, + "K": 3.869455537236499e-12, + "L": 2.236738509964198e-05, + "G": 0.0001838209864217788, + "F": 0.0011019298108294606, + "E": 6.456477130711846e-09, + "T": 2.8745062081725337e-05, + "P": 4.657719182432629e-05, + "-": 0.9985295534133911 + }, + "id": "tp_30308" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3788522, + "label": "-", + "classification": { + "B": 1.7666392793103114e-08, + "S": 1.6856350759653083e-09, + "I": 1.8609075880249293e-07, + "C": 8.460655180897447e-07, + "R": 7.895479114949921e-08, + "M": 6.469849267887184e-06, + "O": 7.646962671969959e-07, + "W": 1.011540740059047e-09, + "N": 1.282040695826936e-09, + "Y": 4.733711466542445e-05, + "U": 4.686986354585088e-10, + "K": 1.2776582569706818e-10, + "L": 2.4309076707140775e-07, + "G": 2.9006445402046666e-05, + "F": 0.00021842023124918342, + "E": 1.9677175089327648e-07, + "T": 3.545818981365301e-05, + "P": 0.0014095298247411847, + "-": 0.9982513785362244 + }, + "id": "tp_30309" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3788655, + "label": "-", + "classification": { + "B": 1.0332386335409893e-10, + "S": 1.153535773845693e-11, + "I": 7.867995144295037e-11, + "C": 7.972239757236821e-08, + "R": 1.6618546538893497e-08, + "M": 2.2653972564512515e-07, + "O": 1.943840004514641e-07, + "W": 2.224499577596628e-11, + "N": 4.830396811163727e-14, + "Y": 4.793938614966464e-07, + "U": 2.923219460005018e-14, + "K": 2.7557939006232844e-16, + "L": 1.0196669819606541e-07, + "G": 1.4120732885203324e-06, + "F": 4.2479705371079035e-06, + "E": 8.48915642642778e-12, + "T": 1.6718821598260547e-06, + "P": 3.2106397611642024e-06, + "-": 0.9999884366989136 + }, + "id": "tp_30310" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3788755, + "label": "-", + "classification": { + "B": 9.17954245949204e-09, + "S": 2.283838812511263e-10, + "I": 3.97140142993635e-09, + "C": 2.6546095455159957e-07, + "R": 4.097539729741584e-08, + "M": 3.209386250091484e-07, + "O": 2.8839048127338174e-07, + "W": 2.5025526095845407e-10, + "N": 9.647201440476927e-12, + "Y": 4.95555150337168e-06, + "U": 4.945838443654038e-12, + "K": 1.2508258318000287e-12, + "L": 2.053558603165584e-07, + "G": 1.34375204652315e-05, + "F": 0.00012427028559613973, + "E": 7.124436596228634e-09, + "T": 1.387669840369199e-06, + "P": 0.0001637763634789735, + "-": 0.9996910095214844 + }, + "id": "tp_30311" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3788889, + "label": "-", + "classification": { + "B": 2.772860341337946e-08, + "S": 1.1290429702270899e-10, + "I": 2.7479971631549915e-09, + "C": 1.07889142064721e-09, + "R": 2.5590638982886382e-11, + "M": 6.025618404237321e-07, + "O": 5.64215270060231e-08, + "W": 1.8291385767144064e-11, + "N": 6.199895631608943e-12, + "Y": 3.232209451198287e-07, + "U": 2.6300210381920153e-13, + "K": 1.6258534503519467e-13, + "L": 5.385358825549247e-09, + "G": 1.700767256807012e-06, + "F": 2.2287331375991926e-05, + "E": 2.2351258621711168e-08, + "T": 3.732895095254207e-07, + "P": 0.001442824606783688, + "-": 0.9985318183898926 + }, + "id": "tp_30312" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3789022, + "label": "-", + "classification": { + "B": 1.7321932546110475e-06, + "S": 1.2304104757276946e-07, + "I": 8.274087690551823e-07, + "C": 7.305402687052265e-05, + "R": 9.91952128970297e-06, + "M": 0.0006126584485173225, + "O": 4.304391404730268e-05, + "W": 8.478912860709897e-08, + "N": 1.5971535205494547e-08, + "Y": 0.001978460932150483, + "U": 9.267589362593753e-09, + "K": 6.601756030732986e-09, + "L": 4.9293081247014925e-05, + "G": 0.001383875380270183, + "F": 0.0015635712770745158, + "E": 2.570064680185169e-06, + "T": 0.0007502028602175415, + "P": 0.00034721565316431224, + "-": 0.9931833148002625 + }, + "id": "tp_30313" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3789156, + "label": "-", + "classification": { + "B": 3.211259591573423e-10, + "S": 2.6810857353676276e-11, + "I": 3.121420233398453e-09, + "C": 2.388433006927926e-09, + "R": 8.063053003048992e-11, + "M": 5.491083925335261e-07, + "O": 6.102885663494817e-08, + "W": 1.336263738549448e-11, + "N": 1.2432158601194399e-11, + "Y": 8.102412039079354e-07, + "U": 1.1156933666864322e-12, + "K": 6.01728817597666e-14, + "L": 5.172479333737101e-09, + "G": 3.4632955703273183e-07, + "F": 2.4882469915610272e-06, + "E": 6.96871360617024e-09, + "T": 2.372680910411873e-06, + "P": 0.0005193178076297045, + "-": 0.9994741082191467 + }, + "id": "tp_30314" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3789256, + "label": "-", + "classification": { + "B": 1.8045284155832064e-09, + "S": 3.395337483391714e-11, + "I": 3.2329972032840715e-10, + "C": 3.5891576377622414e-09, + "R": 1.0446373627237548e-10, + "M": 5.2086775781390315e-08, + "O": 1.6208124620220588e-08, + "W": 9.745763224211501e-12, + "N": 1.8114985423159369e-12, + "Y": 1.6700139440217754e-06, + "U": 3.457088131389452e-13, + "K": 1.8310130972185035e-13, + "L": 2.8017774766908587e-09, + "G": 1.1355059541529045e-06, + "F": 0.00012624659575521946, + "E": 2.195552628592168e-09, + "T": 5.679330570274033e-07, + "P": 0.0003865631588269025, + "-": 0.9994837045669556 + }, + "id": "tp_30315" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3789389, + "label": "-", + "classification": { + "B": 7.556261727437175e-10, + "S": 1.1362211865817429e-10, + "I": 3.346555477179436e-09, + "C": 5.264729985299255e-09, + "R": 1.5300475331159191e-09, + "M": 2.5255394575651735e-07, + "O": 1.3280029520501557e-07, + "W": 6.930468005039714e-11, + "N": 5.790907250252664e-12, + "Y": 3.6160006402496947e-06, + "U": 9.236100382767343e-13, + "K": 1.2067111903896893e-13, + "L": 1.5824578980527804e-08, + "G": 2.526318894524593e-06, + "F": 2.6805249945027754e-05, + "E": 5.722541329689079e-10, + "T": 2.556298113631783e-06, + "P": 0.0002263375063193962, + "-": 0.9997376799583435 + }, + "id": "tp_30316" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3789523, + "label": "-", + "classification": { + "B": 6.305089073066483e-08, + "S": 9.044500615118523e-08, + "I": 2.478210774370382e-07, + "C": 6.918943654454779e-06, + "R": 1.638623075450596e-06, + "M": 1.8409247786621563e-05, + "O": 8.684177373652346e-06, + "W": 3.791387470641894e-08, + "N": 3.151711558402326e-09, + "Y": 0.00010643492714734748, + "U": 1.238137370407344e-09, + "K": 3.992045860545801e-10, + "L": 3.1423464861290995e-06, + "G": 3.8551446778001264e-05, + "F": 0.00046544961514882743, + "E": 1.8152776704027929e-07, + "T": 5.398290159064345e-05, + "P": 0.0008199240546673536, + "-": 0.9984763264656067 + }, + "id": "tp_30317" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3789656, + "label": "-", + "classification": { + "B": 7.0429040377462115e-09, + "S": 2.4343898008538645e-09, + "I": 3.227308752684621e-06, + "C": 9.59735075412027e-07, + "R": 7.991992845290952e-08, + "M": 2.4288476197398268e-05, + "O": 3.7173185774008743e-07, + "W": 1.3520607966555076e-09, + "N": 1.3405089482887433e-08, + "Y": 0.00022921458003111184, + "U": 6.819290132575873e-10, + "K": 4.402144870851998e-09, + "L": 1.2403009463923809e-07, + "G": 7.898730109445751e-05, + "F": 0.000820166664198041, + "E": 6.650189334322931e-06, + "T": 5.843246617587283e-05, + "P": 0.007173785008490086, + "-": 0.9916037917137146 + }, + "id": "tp_30318" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3789756, + "label": "-", + "classification": { + "B": 9.139980505779022e-08, + "S": 1.0803928063296553e-07, + "I": 6.390420139723574e-07, + "C": 2.7152345865033567e-05, + "R": 5.37651612830814e-06, + "M": 0.004308687057346106, + "O": 5.616489943349734e-05, + "W": 2.5629393718418214e-08, + "N": 7.049350547738698e-10, + "Y": 0.0017566269962117076, + "U": 9.173761056358032e-11, + "K": 3.2616461614898284e-12, + "L": 0.00020575364760588855, + "G": 0.0013230883050709963, + "F": 0.00042564733303152025, + "E": 5.408964511843806e-07, + "T": 0.0014839305076748133, + "P": 6.71410743962042e-05, + "-": 0.9903391003608704 + }, + "id": "tp_30319" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3789890, + "label": "-", + "classification": { + "B": 1.978801150714915e-11, + "S": 4.133651754223422e-10, + "I": 2.077105953901537e-08, + "C": 2.783136778816697e-07, + "R": 4.9529091938893544e-08, + "M": 2.0402703171384928e-07, + "O": 1.1036335934022645e-07, + "W": 4.803541453490823e-10, + "N": 2.487940964357449e-10, + "Y": 2.513167964934837e-05, + "U": 4.0432962533643035e-11, + "K": 8.987712241115275e-10, + "L": 6.299583965585498e-09, + "G": 1.2966886515641818e-06, + "F": 0.0005568875349126756, + "E": 7.804286106249947e-09, + "T": 4.285698651074199e-06, + "P": 0.00031188997672870755, + "-": 0.999099850654602 + }, + "id": "tp_30320" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3790023, + "label": "-", + "classification": { + "B": 4.1395009642286595e-10, + "S": 6.749180103682306e-10, + "I": 1.207655913049166e-07, + "C": 1.7075395817300887e-06, + "R": 1.6002597647002403e-07, + "M": 1.139702249020047e-06, + "O": 3.703941047206172e-07, + "W": 2.706685431341782e-10, + "N": 6.195640667172597e-10, + "Y": 4.9243495595874265e-05, + "U": 8.008290558469966e-11, + "K": 1.1999218285652091e-09, + "L": 5.903960698105948e-08, + "G": 3.77819815184921e-05, + "F": 0.0009091176325455308, + "E": 6.327010737550154e-08, + "T": 1.615242763364222e-05, + "P": 0.0003769603790715337, + "-": 0.9986070990562439 + }, + "id": "tp_30321" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3790157, + "label": "-", + "classification": { + "B": 6.806733562209066e-12, + "S": 2.8488922332314814e-10, + "I": 7.097512248060989e-12, + "C": 4.060788683091232e-07, + "R": 2.1818127748929328e-08, + "M": 1.0509190360608045e-05, + "O": 5.56663451334316e-07, + "W": 7.35393950596075e-12, + "N": 5.150720107859833e-15, + "Y": 8.273526873381343e-06, + "U": 2.878959637994552e-16, + "K": 1.0566766457243939e-16, + "L": 2.5747910967766074e-06, + "G": 8.478404924971983e-05, + "F": 0.00040267081931233406, + "E": 3.4654057401439786e-11, + "T": 5.711247013095999e-06, + "P": 9.953507174031984e-08, + "-": 0.9994844198226929 + }, + "id": "tp_30322" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3790257, + "label": "-", + "classification": { + "B": 3.867384634759219e-07, + "S": 6.442728306410572e-08, + "I": 5.002537363907322e-06, + "C": 1.693804188107606e-05, + "R": 1.9837100353470305e-06, + "M": 8.477282790408935e-06, + "O": 8.038186933845282e-06, + "W": 1.0067493150245355e-07, + "N": 2.071618041554757e-07, + "Y": 0.00019250572950113565, + "U": 3.954438554387707e-08, + "K": 3.8601680074634714e-08, + "L": 8.657348189444747e-07, + "G": 6.976073200348765e-05, + "F": 0.0005199797451496124, + "E": 3.997825842816383e-06, + "T": 7.916009053587914e-05, + "P": 0.01748071424663067, + "-": 0.9816117882728577 + }, + "id": "tp_30323" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3790390, + "label": "-", + "classification": { + "B": 3.7753942194740375e-08, + "S": 5.103408806661491e-10, + "I": 1.839399188519053e-10, + "C": 1.3758640893257734e-09, + "R": 1.2177326924600607e-09, + "M": 9.15339569473872e-06, + "O": 1.1105494195362553e-06, + "W": 1.0029198305172571e-10, + "N": 7.480627716664051e-14, + "Y": 1.6998658338707173e-06, + "U": 8.899639651529373e-15, + "K": 4.734732857161267e-17, + "L": 1.0523107221160899e-06, + "G": 7.214050583570497e-06, + "F": 1.778394653229043e-05, + "E": 2.4007409948900715e-10, + "T": 2.1769687919004355e-06, + "P": 6.952501280466095e-06, + "-": 0.9999527931213379 + }, + "id": "tp_30324" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3790524, + "label": "-", + "classification": { + "B": 1.5950581133683528e-11, + "S": 5.5924594816181283e-11, + "I": 2.699525936122882e-09, + "C": 2.776900709378083e-09, + "R": 2.08568079473892e-10, + "M": 9.690455726740765e-08, + "O": 1.9516829041776873e-08, + "W": 3.193210279528458e-11, + "N": 1.1660371453114937e-11, + "Y": 5.119025558997237e-07, + "U": 5.484745687137083e-13, + "K": 4.1447333304182876e-13, + "L": 7.000151014402434e-10, + "G": 8.450440702745254e-08, + "F": 5.214356860960834e-05, + "E": 2.742732929661429e-09, + "T": 9.316256637248443e-07, + "P": 0.002199364360421896, + "-": 0.9977467656135559 + }, + "id": "tp_30325" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3790657, + "label": "-", + "classification": { + "B": 1.2650299368033302e-06, + "S": 1.7379803693984286e-06, + "I": 6.7427513386064675e-06, + "C": 2.9160049962229095e-05, + "R": 9.763723937794566e-06, + "M": 0.0006920266314409673, + "O": 9.889491775538772e-05, + "W": 7.133296549000079e-07, + "N": 6.2684556212389e-08, + "Y": 0.0007777619175612926, + "U": 7.765585507968353e-09, + "K": 3.874830234451565e-09, + "L": 6.977782322792336e-05, + "G": 0.0009803402936086059, + "F": 0.0035844191443175077, + "E": 3.8092659906396875e-06, + "T": 0.0004728149506263435, + "P": 0.0015928829088807106, + "-": 0.9916777610778809 + }, + "id": "tp_30326" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3790757, + "label": "-", + "classification": { + "B": 1.8245038972963812e-06, + "S": 4.390546592958344e-09, + "I": 3.8193508800077325e-08, + "C": 1.908085323520936e-06, + "R": 2.530304641368275e-07, + "M": 6.520220631500706e-05, + "O": 7.445165010722121e-06, + "W": 1.871726551527786e-09, + "N": 2.440090490773983e-11, + "Y": 1.3982268683321308e-05, + "U": 1.7158850729170894e-11, + "K": 4.0912114868856334e-14, + "L": 3.1701649277238175e-05, + "G": 0.00029450649162754416, + "F": 3.726223440025933e-05, + "E": 7.971955540142517e-08, + "T": 1.0743902748799883e-05, + "P": 0.00016010559920687228, + "-": 0.99937504529953 + }, + "id": "tp_30327" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3790891, + "label": "-", + "classification": { + "B": 9.065794159823781e-08, + "S": 2.4713184623714746e-11, + "I": 5.261244218068839e-10, + "C": 8.178639432365742e-10, + "R": 1.2017997708113626e-10, + "M": 1.6615805407127482e-06, + "O": 1.7833951915235957e-07, + "W": 9.3748619978129e-12, + "N": 6.208773865043829e-14, + "Y": 2.7970506266683515e-07, + "U": 4.656447160500269e-15, + "K": 6.245113329126087e-19, + "L": 8.954587826792704e-08, + "G": 1.6150547708093654e-06, + "F": 1.4068035625314224e-07, + "E": 3.212884402969962e-10, + "T": 7.869526825743378e-07, + "P": 3.822324288194068e-05, + "-": 0.9999569654464722 + }, + "id": "tp_30328" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3791024, + "label": "-", + "classification": { + "B": 6.496507154452047e-08, + "S": 1.3194181747167022e-07, + "I": 4.5343006149778375e-07, + "C": 2.3440583390765823e-05, + "R": 3.985440343967639e-06, + "M": 0.00011344409722369164, + "O": 1.8947113858303055e-05, + "W": 1.9684956953369692e-07, + "N": 1.6908664690618025e-08, + "Y": 0.00015433295629918575, + "U": 3.20679198750895e-08, + "K": 2.730385801896773e-07, + "L": 3.832771653833333e-06, + "G": 0.00020546832820400596, + "F": 0.002302132546901703, + "E": 5.100482667330652e-07, + "T": 0.0003352613130118698, + "P": 0.0005199062870815396, + "-": 0.9963175058364868 + }, + "id": "tp_30329" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3791158, + "label": "-", + "classification": { + "B": 2.5638616230061473e-10, + "S": 1.1693180278216087e-11, + "I": 3.6465613861835777e-10, + "C": 1.2925083225923117e-08, + "R": 1.8620844866035213e-09, + "M": 7.099937420207425e-07, + "O": 1.0788096460601082e-07, + "W": 4.436123343665166e-12, + "N": 1.0916333619383559e-13, + "Y": 2.1761993593827356e-06, + "U": 1.1923061923348448e-14, + "K": 4.594711693535231e-17, + "L": 1.1411693634499898e-07, + "G": 6.175081125547877e-06, + "F": 8.697196790308226e-06, + "E": 8.719489713593376e-11, + "T": 1.659594659031427e-06, + "P": 9.955877430911642e-06, + "-": 0.9999703168869019 + }, + "id": "tp_30330" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3791258, + "label": "-", + "classification": { + "B": 5.31376143086959e-09, + "S": 1.527740572937475e-10, + "I": 8.47927772440471e-09, + "C": 2.0360437780198026e-09, + "R": 1.396262827579875e-10, + "M": 1.7352704162476584e-07, + "O": 1.5566334354844003e-07, + "W": 1.789403625274133e-10, + "N": 5.274224806894878e-11, + "Y": 3.1607817163603613e-07, + "U": 1.833472176165918e-12, + "K": 2.7516365379808005e-13, + "L": 6.687948417294365e-09, + "G": 3.7189090562606e-07, + "F": 1.2363065252429806e-05, + "E": 1.876790989285837e-08, + "T": 3.7486989867829834e-07, + "P": 0.0033725087996572256, + "-": 0.9966138005256653 + }, + "id": "tp_30331" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3791391, + "label": "-", + "classification": { + "B": 6.646548058597546e-07, + "S": 2.5132096197921783e-05, + "I": 4.491763320402242e-05, + "C": 0.0008165307808667421, + "R": 0.00046081465552560985, + "M": 0.0031329942867159843, + "O": 0.000562038563657552, + "W": 1.6332351151504554e-05, + "N": 1.5040980088087963e-06, + "Y": 0.014693784527480602, + "U": 3.6563668004419014e-07, + "K": 7.314215508813504e-07, + "L": 0.0003873059758916497, + "G": 0.002110801637172699, + "F": 0.021261442452669144, + "E": 2.815171319525689e-05, + "T": 0.009573563002049923, + "P": 0.0018475810065865517, + "-": 0.945035457611084 + }, + "id": "tp_30332" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3791525, + "label": "-", + "classification": { + "B": 3.9534307916255784e-07, + "S": 9.495497721445645e-09, + "I": 2.4432511125382916e-08, + "C": 1.9513331039888726e-07, + "R": 1.2517547887114233e-08, + "M": 9.768961717782076e-06, + "O": 1.464575007048552e-06, + "W": 2.3927049230820785e-09, + "N": 2.0858988147853808e-10, + "Y": 7.484874004148878e-06, + "U": 4.522315161237245e-11, + "K": 1.602794633126514e-11, + "L": 3.002229505000287e-07, + "G": 1.8014883607975207e-05, + "F": 0.0004401297483127564, + "E": 1.1713320446915532e-07, + "T": 6.337052127491916e-06, + "P": 0.001061190734617412, + "-": 0.9984545707702637 + }, + "id": "tp_30333" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3791658, + "label": "-", + "classification": { + "B": 7.649360034278629e-10, + "S": 4.661240837755543e-10, + "I": 9.337771667006223e-10, + "C": 5.492836976372928e-07, + "R": 2.5106584189416026e-07, + "M": 2.5267712771892548e-05, + "O": 2.4783043954812456e-06, + "W": 3.301049433801495e-10, + "N": 1.4880057906327404e-12, + "Y": 0.0001876636961242184, + "U": 1.6718104765139907e-12, + "K": 1.9165966285827202e-13, + "L": 3.918348284059903e-06, + "G": 6.923151522642002e-05, + "F": 0.0001169822207884863, + "E": 5.011580594960208e-10, + "T": 7.302089943550527e-05, + "P": 3.882041710312478e-06, + "-": 0.9995167255401611 + }, + "id": "tp_30334" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3791758, + "label": "-", + "classification": { + "B": 3.569812154213814e-11, + "S": 3.823499156174748e-11, + "I": 9.341351692171429e-09, + "C": 3.4252784075761156e-07, + "R": 5.729916452423822e-08, + "M": 1.209639208354929e-06, + "O": 1.271555305493166e-07, + "W": 7.002429885938355e-11, + "N": 9.83774346707822e-12, + "Y": 1.2670111573243048e-05, + "U": 6.861880855191238e-12, + "K": 2.6346530209234165e-13, + "L": 4.7296637717408885e-08, + "G": 2.9603297662106343e-06, + "F": 2.0330950064817443e-05, + "E": 4.942715126077246e-10, + "T": 1.246256215381436e-05, + "P": 0.00014392274897545576, + "-": 0.9998058676719666 + }, + "id": "tp_30335" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3791892, + "label": "-", + "classification": { + "B": 2.5713834617135944e-08, + "S": 2.254977893301202e-08, + "I": 1.1236044883844443e-05, + "C": 2.240148933196906e-05, + "R": 1.5844887002458563e-06, + "M": 4.797711517312564e-05, + "O": 2.4695618776604533e-06, + "W": 1.5045161561033638e-08, + "N": 9.853323490460753e-08, + "Y": 0.0009837549878284335, + "U": 1.1346140027512774e-08, + "K": 1.3186578939894389e-08, + "L": 1.0701440942284535e-06, + "G": 0.00015940888260956854, + "F": 0.00168303691316396, + "E": 1.9510065612848848e-05, + "T": 0.00020842356025241315, + "P": 0.010278185829520226, + "-": 0.9865807294845581 + }, + "id": "tp_30336" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3792025, + "label": "-", + "classification": { + "B": 1.0138651305169333e-06, + "S": 2.416044537767448e-07, + "I": 2.26128872782283e-06, + "C": 4.782491669175215e-05, + "R": 1.255493589269463e-05, + "M": 2.1663627194357105e-05, + "O": 1.815828181861434e-05, + "W": 2.433835675219598e-07, + "N": 3.264408121594897e-08, + "Y": 0.0002634653355926275, + "U": 3.2404813055109116e-08, + "K": 2.039715241153317e-08, + "L": 8.703378625796176e-06, + "G": 0.00019377055286895484, + "F": 0.0017286284128203988, + "E": 9.232702495864942e-07, + "T": 9.725385461933911e-05, + "P": 0.002810057485476136, + "-": 0.9947931170463562 + }, + "id": "tp_30337" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3792125, + "label": "-", + "classification": { + "B": 8.52595860578731e-09, + "S": 3.9285477648753897e-10, + "I": 1.3632728279588946e-09, + "C": 1.1355986984096234e-10, + "R": 3.443796636748431e-11, + "M": 1.5513716107307118e-06, + "O": 2.986498088830558e-07, + "W": 4.0242333770867944e-11, + "N": 1.9665313214650704e-12, + "Y": 3.219583391000924e-07, + "U": 9.704066841536782e-15, + "K": 4.614011802459563e-17, + "L": 1.9894583758173212e-08, + "G": 1.4175971330132597e-07, + "F": 1.967520347534446e-06, + "E": 2.5693440708352e-09, + "T": 1.2261584743100684e-06, + "P": 0.0006919763400219381, + "-": 0.9993023872375488 + }, + "id": "tp_30338" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3792259, + "label": "-", + "classification": { + "B": 1.4299638678494375e-05, + "S": 7.503740562242456e-08, + "I": 1.8160118031573802e-07, + "C": 1.0074417389205337e-07, + "R": 5.747624953755803e-08, + "M": 0.00034808405325748026, + "O": 9.35374919208698e-05, + "W": 5.606198882901481e-08, + "N": 2.0318000060193242e-10, + "Y": 6.198227765707998e-06, + "U": 3.008933380233003e-11, + "K": 6.543644613795849e-15, + "L": 7.959301001392305e-05, + "G": 5.456825965666212e-05, + "F": 3.6272140278015286e-05, + "E": 2.285811007141092e-08, + "T": 5.561730722547509e-05, + "P": 0.0005198217695578933, + "-": 0.998791515827179 + }, + "id": "tp_30339" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3792392, + "label": "-", + "classification": { + "B": 3.617051618221012e-07, + "S": 1.6554549731040424e-08, + "I": 1.8728668749190547e-07, + "C": 7.841659908081056e-07, + "R": 6.013705160512473e-07, + "M": 7.903156074462458e-05, + "O": 2.979257988044992e-05, + "W": 2.2979024905112055e-08, + "N": 6.114984074656604e-10, + "Y": 3.273067341069691e-05, + "U": 2.9935648404588733e-10, + "K": 3.0887996153861064e-12, + "L": 1.4661338354926556e-05, + "G": 5.361596049624495e-05, + "F": 2.3961372789926827e-05, + "E": 1.922387937725034e-08, + "T": 0.0001227437169291079, + "P": 0.0001027714170049876, + "-": 0.9995386600494385 + }, + "id": "tp_30340" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3792526, + "label": "-", + "classification": { + "B": 5.2583327914135225e-08, + "S": 2.5190422192622464e-08, + "I": 7.783680366912904e-09, + "C": 6.1294485931284726e-06, + "R": 2.5041272238013335e-06, + "M": 4.5419652451528236e-05, + "O": 3.717303479788825e-05, + "W": 2.614657468313908e-08, + "N": 4.389599447818249e-11, + "Y": 9.788150055101141e-05, + "U": 3.5450357926958276e-11, + "K": 1.7515081182292724e-12, + "L": 2.9248880309751257e-05, + "G": 0.00010071947326650843, + "F": 0.00010581131937215105, + "E": 4.124855124132409e-09, + "T": 6.634575402131304e-05, + "P": 1.8323706171941012e-05, + "-": 0.9994902610778809 + }, + "id": "tp_30341" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3792626, + "label": "-", + "classification": { + "B": 2.446736324657195e-08, + "S": 5.638798872276141e-10, + "I": 6.3687082274554996e-09, + "C": 2.0498886144082462e-08, + "R": 1.7788218897862862e-08, + "M": 1.1741894013539422e-05, + "O": 1.6364427892767708e-06, + "W": 8.010223040422204e-10, + "N": 1.790238443599712e-11, + "Y": 1.146177964983508e-05, + "U": 2.436537083205792e-12, + "K": 1.293042550202378e-13, + "L": 2.1257463345136784e-07, + "G": 4.721095137938391e-06, + "F": 1.4409207324206363e-05, + "E": 7.502154453220555e-09, + "T": 9.913866961142048e-06, + "P": 0.00013571337331086397, + "-": 0.9998101592063904 + }, + "id": "tp_30342" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3792759, + "label": "-", + "classification": { + "B": 3.018081062844402e-10, + "S": 3.4019238814853026e-11, + "I": 1.9071866308451035e-10, + "C": 6.92017065873074e-09, + "R": 7.951644898085419e-10, + "M": 5.428675535767979e-07, + "O": 2.7078698394689127e-07, + "W": 4.164405625894929e-11, + "N": 4.615739214453018e-13, + "Y": 3.5986420243716566e-07, + "U": 7.390022296362153e-14, + "K": 3.0488773059499617e-15, + "L": 1.6633748600725085e-08, + "G": 4.82368704979308e-07, + "F": 5.248644811217673e-06, + "E": 7.695625386938687e-11, + "T": 7.274616677932499e-07, + "P": 1.8549875676399097e-05, + "-": 0.9999738931655884 + }, + "id": "tp_30343" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3792893, + "label": "-", + "classification": { + "B": 1.4139296400372814e-09, + "S": 5.14945530660782e-10, + "I": 9.901919284516225e-09, + "C": 5.384948664755029e-08, + "R": 7.789989098228034e-09, + "M": 5.109642984280072e-07, + "O": 6.224424282663676e-07, + "W": 3.56141005575239e-10, + "N": 2.186053768560292e-11, + "Y": 4.903991793980822e-06, + "U": 1.7020837864145655e-12, + "K": 4.0616932018254504e-13, + "L": 1.1101946029157261e-07, + "G": 9.239702194463462e-06, + "F": 0.00019304438319522887, + "E": 4.770697614731034e-09, + "T": 1.4113223869571812e-06, + "P": 0.000302047556033358, + "-": 0.9994879961013794 + }, + "id": "tp_30344" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3793026, + "label": "-", + "classification": { + "B": 3.4670628679123183e-07, + "S": 4.6140428366925335e-08, + "I": 2.2151766643219162e-08, + "C": 1.0282688123197659e-07, + "R": 6.036976429868446e-08, + "M": 5.996103573124856e-05, + "O": 1.3299530110089108e-05, + "W": 1.3761403572232211e-08, + "N": 7.51263981579875e-11, + "Y": 3.260250423409161e-06, + "U": 8.457387568050478e-12, + "K": 1.2761921510881513e-13, + "L": 4.907456514047226e-06, + "G": 9.07902813196415e-06, + "F": 9.641630458645523e-05, + "E": 1.1437057523266958e-08, + "T": 3.2912259484874085e-05, + "P": 0.00018150250252801925, + "-": 0.9995980858802795 + }, + "id": "tp_30345" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3793126, + "label": "-", + "classification": { + "B": 1.4362991906935463e-09, + "S": 1.4525626923500568e-08, + "I": 1.4980354023919062e-07, + "C": 1.7827766214395524e-06, + "R": 5.031715843983875e-08, + "M": 2.1767062207800336e-05, + "O": 6.584413654309174e-07, + "W": 1.886248490734488e-09, + "N": 1.475439326270589e-09, + "Y": 0.0005808661808259785, + "U": 1.6808589242689465e-11, + "K": 2.62527821703884e-09, + "L": 1.1113127840189918e-07, + "G": 8.60714353621006e-05, + "F": 0.0035058886278420687, + "E": 1.4332637192637776e-06, + "T": 9.12101095309481e-05, + "P": 0.0002007341245189309, + "-": 0.9955092668533325 + }, + "id": "tp_30346" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3793260, + "label": "-", + "classification": { + "B": 1.8354637632000959e-07, + "S": 2.698783134746918e-07, + "I": 4.782911560141656e-07, + "C": 4.359953891253099e-06, + "R": 1.4043098417459987e-06, + "M": 3.6950281355530024e-05, + "O": 2.1553707483690232e-05, + "W": 2.856581886589993e-07, + "N": 1.2563362794537625e-08, + "Y": 6.532866245834157e-05, + "U": 2.9538773649306904e-09, + "K": 1.57727131355756e-09, + "L": 2.7554062853596406e-06, + "G": 4.463136792764999e-05, + "F": 0.000699243217241019, + "E": 9.301820114160364e-08, + "T": 0.00010273133375449106, + "P": 0.0013391249813139439, + "-": 0.9976805448532104 + }, + "id": "tp_30347" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3793393, + "label": "-", + "classification": { + "B": 6.25574214652147e-09, + "S": 2.94678864642961e-11, + "I": 8.404176021770127e-09, + "C": 4.199980452312957e-08, + "R": 6.783902772866668e-09, + "M": 1.6108074305520859e-06, + "O": 2.812548416386562e-07, + "W": 3.485628799482221e-11, + "N": 3.4217901949407104e-12, + "Y": 5.598823918262497e-06, + "U": 1.247871922981092e-12, + "K": 8.840018590558919e-16, + "L": 3.0735557743355457e-07, + "G": 1.2766248801199254e-05, + "F": 3.3405110571038676e-06, + "E": 2.085116967975864e-09, + "T": 6.401953214663081e-06, + "P": 0.00014646441559307277, + "-": 0.999823272228241 + }, + "id": "tp_30348" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3793527, + "label": "-", + "classification": { + "B": 2.340458729599426e-11, + "S": 2.098209800349693e-11, + "I": 1.5720359736182132e-10, + "C": 6.671910313116314e-08, + "R": 4.334732572885969e-09, + "M": 2.417275254629203e-06, + "O": 1.1723759030246583e-07, + "W": 4.9993655049096475e-12, + "N": 9.266200952156786e-14, + "Y": 1.2635226084967144e-05, + "U": 3.082326128817266e-14, + "K": 1.3292714622575126e-15, + "L": 2.271804078191053e-07, + "G": 1.1695762623276096e-05, + "F": 2.928181129391305e-05, + "E": 3.4319594388598773e-10, + "T": 4.137310497753788e-06, + "P": 6.852823389635887e-06, + "-": 0.9999325275421143 + }, + "id": "tp_30349" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3793627, + "label": "-", + "classification": { + "B": 1.0758125057463985e-08, + "S": 4.916118179210116e-09, + "I": 2.1838351926817268e-07, + "C": 9.898461428292649e-08, + "R": 7.898713505483101e-08, + "M": 1.8617982959767687e-06, + "O": 2.8587799079105025e-06, + "W": 8.08864442092272e-09, + "N": 6.274569197550761e-10, + "Y": 7.448393716913415e-06, + "U": 4.2268136907219755e-11, + "K": 1.6647798591062912e-12, + "L": 2.2854420933526853e-07, + "G": 1.3716000921704108e-06, + "F": 2.6202673325315118e-05, + "E": 1.0226174573801927e-08, + "T": 7.145911240513669e-06, + "P": 0.001912986277602613, + "-": 0.9980394244194031 + }, + "id": "tp_30350" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3793760, + "label": "-", + "classification": { + "B": 4.6482712123818715e-10, + "S": 2.5008660073377875e-11, + "I": 1.6893763055136901e-09, + "C": 4.648513129978937e-09, + "R": 1.2073957389446832e-09, + "M": 8.588087325733795e-07, + "O": 1.5274999043413118e-07, + "W": 4.872793835097866e-11, + "N": 8.403620681274315e-13, + "Y": 1.4961830174797797e-06, + "U": 2.832104396919416e-13, + "K": 1.257809304200917e-15, + "L": 2.52875231865346e-08, + "G": 5.409635264186363e-07, + "F": 1.083353367903328e-06, + "E": 4.6466910180731347e-11, + "T": 7.077804639266105e-06, + "P": 3.694064071169123e-05, + "-": 0.9999518394470215 + }, + "id": "tp_30351" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3793894, + "label": "-", + "classification": { + "B": 5.579443018710606e-10, + "S": 3.678441579113567e-11, + "I": 3.101000289884581e-10, + "C": 3.2005857963923745e-09, + "R": 7.701944637616975e-10, + "M": 2.3606011723131815e-07, + "O": 5.982370510082546e-08, + "W": 1.0216690340958401e-11, + "N": 1.8589860553697157e-13, + "Y": 1.1002775863744318e-06, + "U": 1.5490596137627058e-14, + "K": 1.1987037686579855e-15, + "L": 2.469639603930318e-08, + "G": 1.9868011804646812e-06, + "F": 6.398209370672703e-05, + "E": 1.2105211277813055e-10, + "T": 9.251492087969382e-07, + "P": 2.2508502297569066e-05, + "-": 0.9999091625213623 + }, + "id": "tp_30352" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3794027, + "label": "-", + "classification": { + "B": 2.368794639551197e-06, + "S": 1.2520846439656452e-06, + "I": 8.489988431392703e-06, + "C": 0.00010979492799378932, + "R": 4.948514833813533e-05, + "M": 0.0005102300201542675, + "O": 0.00024167454103007913, + "W": 1.2043039987474913e-06, + "N": 9.622591079505582e-08, + "Y": 0.0009349298197776079, + "U": 4.918667784181707e-08, + "K": 1.4128329617335567e-09, + "L": 0.00022088902187533677, + "G": 0.0013104446697980165, + "F": 0.0011556337121874094, + "E": 1.343175426882226e-06, + "T": 0.001326803700067103, + "P": 0.001843575737439096, + "-": 0.9922817349433899 + }, + "id": "tp_30353" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3794127, + "label": "-", + "classification": { + "B": 2.2171786628888412e-09, + "S": 1.3252541464225942e-07, + "I": 1.6857701012895632e-08, + "C": 7.003601609767429e-08, + "R": 1.455049680743059e-08, + "M": 0.0001783745683496818, + "O": 4.111864654987585e-06, + "W": 2.2791104559161113e-09, + "N": 7.254466471984244e-11, + "Y": 6.263249815674499e-05, + "U": 1.422989764215954e-12, + "K": 1.2578121053388736e-12, + "L": 1.6776660913819796e-06, + "G": 1.74688011611579e-05, + "F": 0.0003903329197783023, + "E": 5.539966352330339e-08, + "T": 0.00019205431453883648, + "P": 8.51205040817149e-05, + "-": 0.9990679621696472 + }, + "id": "tp_30354" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3794261, + "label": "-", + "classification": { + "B": 4.134283244638937e-06, + "S": 2.8815026809070332e-08, + "I": 8.551521091249015e-08, + "C": 1.838770202766682e-08, + "R": 9.73455982489213e-09, + "M": 5.631737167277606e-06, + "O": 1.0271802239003591e-05, + "W": 3.138431026172839e-08, + "N": 4.52420018115518e-10, + "Y": 1.9135893580823904e-06, + "U": 5.200114297498892e-11, + "K": 1.0073340815999754e-12, + "L": 1.0586423968561576e-06, + "G": 5.793244326923741e-06, + "F": 1.630680708331056e-05, + "E": 4.417016796764983e-08, + "T": 7.143100901885191e-06, + "P": 0.003396879183128476, + "-": 0.9965505599975586 + }, + "id": "tp_30355" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3794394, + "label": "-", + "classification": { + "B": 2.8956215203379543e-10, + "S": 6.707424615726154e-10, + "I": 8.919609939539441e-08, + "C": 6.780578132747905e-06, + "R": 8.052055022744753e-07, + "M": 2.612459684314672e-05, + "O": 2.0552017758745933e-06, + "W": 1.0825188523355678e-09, + "N": 4.753311078076194e-10, + "Y": 0.0008323766523972154, + "U": 3.39519190539761e-10, + "K": 2.4003254939231056e-10, + "L": 2.8413110157998744e-06, + "G": 0.0002197773865191266, + "F": 0.0010992652969434857, + "E": 6.195556068178121e-08, + "T": 0.0001421476190444082, + "P": 0.00016402020992245525, + "-": 0.9975035786628723 + }, + "id": "tp_30356" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3794528, + "label": "-", + "classification": { + "B": 1.0147052642572874e-10, + "S": 1.0012852526275484e-11, + "I": 1.0805668426011605e-13, + "C": 1.0557822845147502e-11, + "R": 4.119703276433961e-12, + "M": 1.4367016092364793e-06, + "O": 2.8799925644307223e-07, + "W": 2.065583164581608e-12, + "N": 1.3102150473590833e-16, + "Y": 4.8184894296809944e-08, + "U": 9.495004419426742e-18, + "K": 4.42440104220376e-20, + "L": 4.206362191894186e-08, + "G": 8.001174478522444e-08, + "F": 1.0461889132784563e-06, + "E": 7.215450567761572e-13, + "T": 2.242431520471655e-07, + "P": 1.60339936883247e-07, + "-": 0.9999967813491821 + }, + "id": "tp_30357" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3794628, + "label": "-", + "classification": { + "B": 3.336423105793074e-05, + "S": 3.4947379390359856e-07, + "I": 2.345527946090442e-06, + "C": 0.00013044039951637387, + "R": 7.631120388396084e-05, + "M": 0.0006259082001633942, + "O": 0.00024968970683403313, + "W": 3.420560972244857e-07, + "N": 6.691342147036039e-09, + "Y": 0.00037776626413688064, + "U": 3.733909181846684e-09, + "K": 2.2305652117027286e-11, + "L": 0.0009320052922703326, + "G": 0.003943484276533127, + "F": 0.0004719316493719816, + "E": 9.525682571620564e-07, + "T": 0.0002647595829330385, + "P": 0.0003721303946804255, + "-": 0.9925181865692139 + }, + "id": "tp_30358" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3794761, + "label": "-", + "classification": { + "B": 7.238002197595961e-09, + "S": 6.293110477173514e-11, + "I": 2.1780136028048958e-10, + "C": 5.31230970324259e-09, + "R": 1.2233387636229054e-09, + "M": 9.070691930901376e-07, + "O": 1.1507998465276614e-07, + "W": 1.483107039956799e-11, + "N": 1.1513068330724213e-13, + "Y": 6.570796813321067e-07, + "U": 3.78135768682418e-14, + "K": 2.55487133278746e-16, + "L": 1.0028641383996728e-07, + "G": 2.6221673579129856e-06, + "F": 2.452994158375077e-05, + "E": 2.0359172681061466e-10, + "T": 6.322979970718734e-07, + "P": 4.021446511615068e-05, + "-": 0.9999301433563232 + }, + "id": "tp_30359" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3794895, + "label": "-", + "classification": { + "B": 4.3834726966451854e-05, + "S": 0.0002967677137348801, + "I": 3.9184564229799435e-05, + "C": 0.010554799810051918, + "R": 0.0031643041875213385, + "M": 0.057887982577085495, + "O": 0.014411726966500282, + "W": 0.00015723005344625562, + "N": 2.5504677978460677e-06, + "Y": 0.01257812324911356, + "U": 2.0565987597365165e-06, + "K": 2.3190258957583865e-07, + "L": 0.024697382003068924, + "G": 0.025647077709436417, + "F": 0.0049835024401545525, + "E": 4.071892908541486e-05, + "T": 0.024862829595804214, + "P": 0.0007192111224867404, + "-": 0.81991046667099 + }, + "id": "tp_30360" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3795028, + "label": "-", + "classification": { + "B": 6.073955227670069e-10, + "S": 7.847725247422943e-11, + "I": 6.065620228312696e-10, + "C": 4.0195853756586075e-08, + "R": 4.667968234173259e-09, + "M": 7.906377504696138e-06, + "O": 1.8607569529649481e-07, + "W": 4.503645286563218e-12, + "N": 1.5158227863014406e-13, + "Y": 5.882646746613318e-06, + "U": 6.936869071646817e-15, + "K": 1.566051290560996e-16, + "L": 9.860523277893662e-07, + "G": 4.3650194129440933e-05, + "F": 9.452353697270155e-05, + "E": 1.9134005491139305e-09, + "T": 3.504370624796138e-06, + "P": 8.20592322270386e-06, + "-": 0.9998350143432617 + }, + "id": "tp_30361" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3795128, + "label": "-", + "classification": { + "B": 4.115397089776707e-08, + "S": 3.199638598516685e-08, + "I": 6.68758548272308e-06, + "C": 4.99155321449507e-05, + "R": 5.7257129810750484e-06, + "M": 3.3219869237655075e-06, + "O": 6.137393938843161e-06, + "W": 7.739584617638684e-08, + "N": 1.1688330658898849e-07, + "Y": 4.9732170737115666e-05, + "U": 2.971205681490119e-08, + "K": 1.1733332527796847e-08, + "L": 6.900546623000992e-07, + "G": 2.5148416170850396e-05, + "F": 0.0002883812412619591, + "E": 4.842424345952168e-07, + "T": 5.849401713931002e-05, + "P": 0.006418150849640369, + "-": 0.9930867552757263 + }, + "id": "tp_30362" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3795262, + "label": "-", + "classification": { + "B": 1.1765305396593817e-10, + "S": 7.362901087437645e-12, + "I": 1.9037742493566157e-09, + "C": 2.555502920387198e-09, + "R": 1.1952908107737414e-10, + "M": 6.5197120591165e-08, + "O": 4.0168696813225324e-08, + "W": 1.7017167189270488e-11, + "N": 5.528945357102799e-12, + "Y": 3.5266481290818774e-07, + "U": 4.176092251954172e-13, + "K": 2.7633455487491472e-14, + "L": 1.3227868800314013e-09, + "G": 2.235964728924955e-07, + "F": 6.356190624501323e-06, + "E": 1.2839488361393592e-09, + "T": 2.2651171605048148e-07, + "P": 0.0006674712058156729, + "-": 0.9993252754211426 + }, + "id": "tp_30363" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3795395, + "label": "-", + "classification": { + "B": 3.714446458746856e-11, + "S": 3.4789149339076175e-10, + "I": 1.1545281353164683e-07, + "C": 1.6508536191395251e-06, + "R": 1.5120888008368638e-07, + "M": 8.880124937604705e-07, + "O": 5.177538469069987e-07, + "W": 4.0021905234333133e-10, + "N": 9.889924434958175e-10, + "Y": 2.5577055566827767e-05, + "U": 1.8700875570321074e-10, + "K": 2.913769503454233e-10, + "L": 5.171564865236178e-08, + "G": 9.550386494083796e-06, + "F": 0.00016140102525241673, + "E": 1.2367611823549396e-08, + "T": 2.2088808691478334e-05, + "P": 0.0006794361979700625, + "-": 0.9990986585617065 + }, + "id": "tp_30364" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3795529, + "label": "-", + "classification": { + "B": 2.7332204055596776e-08, + "S": 6.964722132352108e-08, + "I": 9.751306428995576e-09, + "C": 2.9162456485209987e-06, + "R": 9.421880236004654e-07, + "M": 0.00011330111738061532, + "O": 2.2586240447708406e-05, + "W": 7.4439863162467645e-09, + "N": 1.675185164196069e-11, + "Y": 5.5584485380677506e-05, + "U": 4.102212059625687e-12, + "K": 1.918988785151038e-13, + "L": 7.38362068659626e-05, + "G": 0.0006985940271988511, + "F": 0.0010803141631186008, + "E": 4.113210660960931e-09, + "T": 0.00013202050467953086, + "P": 9.809840776142664e-06, + "-": 0.9978099465370178 + }, + "id": "tp_30365" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3795629, + "label": "-", + "classification": { + "B": 1.2634895907304156e-10, + "S": 1.3264822573688662e-09, + "I": 1.1307025454820874e-10, + "C": 3.3006571698024345e-08, + "R": 1.5082282089906585e-08, + "M": 1.9214724034100072e-06, + "O": 2.4081016363197705e-06, + "W": 3.7361522209344855e-10, + "N": 5.406374133098968e-13, + "Y": 2.6474535275156086e-07, + "U": 6.001099004662377e-14, + "K": 7.76682456413505e-15, + "L": 4.971868747816188e-07, + "G": 1.615257474441023e-06, + "F": 0.00012199477350804955, + "E": 5.736890823504481e-11, + "T": 2.6676643756218255e-06, + "P": 1.3948932064522523e-05, + "-": 0.999854564666748 + }, + "id": "tp_30366" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3795762, + "label": "-", + "classification": { + "B": 4.690515087446556e-09, + "S": 1.6448691297910045e-08, + "I": 3.5649918572744355e-07, + "C": 5.899149527976988e-06, + "R": 8.843184673423821e-07, + "M": 3.54283292836044e-05, + "O": 3.659774847619701e-06, + "W": 1.6853604734023975e-08, + "N": 5.189213947431881e-09, + "Y": 0.0003267303400207311, + "U": 1.4000719472662126e-09, + "K": 5.012894099820642e-09, + "L": 7.443222216352297e-07, + "G": 5.233117190073244e-05, + "F": 0.0008110688650049269, + "E": 3.418572305236012e-07, + "T": 0.00010817551810760051, + "P": 0.0005641653551720083, + "-": 0.9980900883674622 + }, + "id": "tp_30367" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3795896, + "label": "-", + "classification": { + "B": 2.187664938091416e-09, + "S": 3.5878162663038893e-09, + "I": 2.3351946154548386e-08, + "C": 8.6551219524722e-09, + "R": 2.645883512286673e-09, + "M": 2.7921777245865087e-07, + "O": 6.190405770212237e-07, + "W": 1.109830893852859e-09, + "N": 9.011127954927645e-11, + "Y": 9.405164746567607e-06, + "U": 7.953381009340177e-12, + "K": 9.283304376953017e-13, + "L": 4.556583732551189e-08, + "G": 1.7555522617840325e-06, + "F": 4.4336673454381526e-05, + "E": 7.887315689458774e-09, + "T": 1.982630919883377e-06, + "P": 0.0009114568238146603, + "-": 0.9990301132202148 + }, + "id": "tp_30368" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3796029, + "label": "-", + "classification": { + "B": 3.0991822441706063e-09, + "S": 1.0819314333332386e-08, + "I": 3.479654342442018e-10, + "C": 7.369260401901556e-08, + "R": 4.568256528614256e-08, + "M": 3.5634246160043404e-05, + "O": 1.0286296856065746e-05, + "W": 1.612293631936268e-09, + "N": 8.420739149375689e-13, + "Y": 5.2237424824852496e-05, + "U": 1.216343106964779e-13, + "K": 2.886722707661632e-13, + "L": 8.234319466282614e-06, + "G": 0.00015283821267075837, + "F": 0.0005848172004334629, + "E": 1.7706390520455528e-10, + "T": 2.2965985408518463e-05, + "P": 1.0593690831228741e-06, + "-": 0.9991318583488464 + }, + "id": "tp_30369" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3796129, + "label": "-", + "classification": { + "B": 1.093522087103338e-06, + "S": 1.2752019884487709e-08, + "I": 1.916858849426717e-08, + "C": 3.658139803519589e-06, + "R": 1.2301226206545834e-06, + "M": 9.871539805317298e-05, + "O": 1.41852033266332e-05, + "W": 5.409615866369677e-09, + "N": 5.365769894377648e-12, + "Y": 5.228602276474703e-06, + "U": 6.064403753475167e-12, + "K": 1.4825850609852514e-15, + "L": 0.0001411699049640447, + "G": 0.0003976578591391444, + "F": 7.315770926652476e-05, + "E": 3.036430218372743e-09, + "T": 2.1286898117978126e-05, + "P": 4.360808088677004e-05, + "-": 0.9991990923881531 + }, + "id": "tp_30370" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3796263, + "label": "-", + "classification": { + "B": 1.97133712132036e-10, + "S": 1.3289569444907556e-10, + "I": 1.1743561678656533e-10, + "C": 3.610642522744456e-07, + "R": 4.825018962151262e-08, + "M": 1.3978149581816979e-05, + "O": 6.265204888222797e-07, + "W": 2.420653608115053e-11, + "N": 3.012743049826683e-14, + "Y": 4.179960797046078e-06, + "U": 1.5056095340739914e-14, + "K": 9.776345751112768e-17, + "L": 1.939967660291586e-06, + "G": 3.198425110895187e-05, + "F": 1.9843133486574516e-05, + "E": 7.695066805979422e-11, + "T": 7.391602593997959e-06, + "P": 1.1114733524664189e-06, + "-": 0.9999184608459473 + }, + "id": "tp_30371" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3796396, + "label": "-", + "classification": { + "B": 2.70303788033055e-12, + "S": 1.9166905909639986e-11, + "I": 8.974784457271845e-12, + "C": 6.232939053774089e-09, + "R": 7.722602557436176e-10, + "M": 9.74135048181779e-08, + "O": 4.6540598930278065e-08, + "W": 4.4244052865849426e-12, + "N": 2.061414766370371e-14, + "Y": 1.0014002782554599e-06, + "U": 2.6046934401680434e-15, + "K": 3.475175647534132e-15, + "L": 1.2145242145322754e-08, + "G": 8.906400807973114e-07, + "F": 8.512288331985474e-05, + "E": 1.4399335890313836e-11, + "T": 4.7639485956096905e-07, + "P": 2.3997433800104773e-06, + "-": 0.9999098777770996 + }, + "id": "tp_30372" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3796530, + "label": "-", + "classification": { + "B": 7.739841834109029e-08, + "S": 8.904845749668766e-09, + "I": 2.509855967502972e-08, + "C": 1.0754020877357107e-05, + "R": 1.0152415370612289e-06, + "M": 0.00011113812797702849, + "O": 1.2256695299583953e-05, + "W": 6.286709375302735e-09, + "N": 2.7295904425628237e-10, + "Y": 0.0003999563050456345, + "U": 1.957190243206952e-10, + "K": 2.2783611802745796e-11, + "L": 1.601768599357456e-05, + "G": 0.00034950842382386327, + "F": 0.00042525073513388634, + "E": 7.419987468892941e-08, + "T": 0.00013765277981292456, + "P": 9.287107241107151e-05, + "-": 0.9984434247016907 + }, + "id": "tp_30373" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3796630, + "label": "-", + "classification": { + "B": 2.8085019119356014e-12, + "S": 2.597098924805863e-11, + "I": 2.9472691648324556e-11, + "C": 1.5059166136310864e-09, + "R": 5.467296060324145e-10, + "M": 4.700360634046774e-08, + "O": 3.660051106635365e-08, + "W": 1.1206795040574757e-11, + "N": 5.861278937245931e-14, + "Y": 3.376633912921534e-06, + "U": 2.3255135406870416e-14, + "K": 2.515726986267435e-14, + "L": 5.041690620544159e-09, + "G": 4.436340645952441e-07, + "F": 4.902837463305332e-05, + "E": 4.450551038814865e-12, + "T": 1.3474763136400725e-06, + "P": 5.235671324044233e-06, + "-": 0.9999405145645142 + }, + "id": "tp_30374" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3796763, + "label": "-", + "classification": { + "B": 3.644361201704527e-10, + "S": 5.337297825924736e-10, + "I": 8.947110274881709e-10, + "C": 1.3097405826556496e-07, + "R": 5.210672426869678e-08, + "M": 1.4578823538613506e-05, + "O": 1.1645291806416935e-06, + "W": 6.786881473486162e-11, + "N": 4.131707725518047e-13, + "Y": 4.452788925846107e-05, + "U": 5.3327588384662755e-14, + "K": 3.5266532278705647e-15, + "L": 2.1714004105888307e-06, + "G": 5.741459608543664e-05, + "F": 7.143011316657066e-05, + "E": 2.877378890708826e-10, + "T": 2.0010833395645022e-05, + "P": 2.0269289962016046e-06, + "-": 0.9997864365577698 + }, + "id": "tp_30375" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3796897, + "label": "-", + "classification": { + "B": 6.694461651690631e-11, + "S": 1.7974064944747958e-11, + "I": 2.347901954635745e-06, + "C": 1.9696234687671677e-07, + "R": 1.3638330464971204e-09, + "M": 7.709328428973095e-07, + "O": 2.1104984426756346e-08, + "W": 4.3102989927268354e-11, + "N": 1.2561900852858798e-08, + "Y": 1.7219415894942358e-05, + "U": 1.87519624827992e-10, + "K": 1.4498943157192912e-09, + "L": 1.0003321504470364e-09, + "G": 2.986034587593167e-06, + "F": 9.031467016029637e-06, + "E": 8.303064532810822e-06, + "T": 4.974349394615274e-06, + "P": 0.03244152292609215, + "-": 0.9675127267837524 + }, + "id": "tp_30376" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3797030, + "label": "-", + "classification": { + "B": 6.796974094669395e-11, + "S": 3.962958867315125e-12, + "I": 1.8752374653097093e-10, + "C": 1.649327963093583e-08, + "R": 8.925924444014299e-10, + "M": 1.3102530260766798e-07, + "O": 4.369302786244589e-08, + "W": 3.3799887801805317e-12, + "N": 1.339914236422185e-13, + "Y": 2.1218154699909064e-07, + "U": 1.900355347801523e-14, + "K": 5.627248562007367e-16, + "L": 1.487964773616568e-08, + "G": 5.473447117765318e-07, + "F": 2.9614272989419987e-06, + "E": 1.0627788926687032e-10, + "T": 3.626366833486827e-07, + "P": 1.658260589465499e-05, + "-": 0.9999791383743286 + }, + "id": "tp_30377" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3797130, + "label": "-", + "classification": { + "B": 1.9654680727398954e-07, + "S": 3.25205498086234e-08, + "I": 1.3617508010099755e-08, + "C": 8.218645319857387e-08, + "R": 4.041223178319342e-08, + "M": 0.00014072572230361402, + "O": 1.0600276254990604e-05, + "W": 8.162339248940498e-09, + "N": 3.28726629250653e-11, + "Y": 7.924709279905073e-06, + "U": 6.900243397500727e-12, + "K": 5.053879678033196e-14, + "L": 9.457428859604988e-06, + "G": 1.9004732166649774e-05, + "F": 0.0002410017914371565, + "E": 3.2040251340959e-08, + "T": 2.4976008717203513e-05, + "P": 0.0002185907942475751, + "-": 0.9993273019790649 + }, + "id": "tp_30378" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3797264, + "label": "-", + "classification": { + "B": 5.294432048685849e-05, + "S": 4.5237717927193444e-07, + "I": 3.9651644101468264e-07, + "C": 5.689310000889236e-06, + "R": 3.219580548829981e-06, + "M": 0.00021378599922172725, + "O": 0.00010841082985280082, + "W": 1.878175055480824e-07, + "N": 2.0183243965021802e-09, + "Y": 0.00014062623085919768, + "U": 4.825875810077207e-10, + "K": 6.028376148964343e-12, + "L": 0.00015638697368558496, + "G": 0.00059173145564273, + "F": 0.0002664766798261553, + "E": 5.661956379299227e-07, + "T": 0.00012454696116037667, + "P": 0.00036785390693694353, + "-": 0.9979667663574219 + }, + "id": "tp_30379" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3797397, + "label": "-", + "classification": { + "B": 5.7348868722328916e-05, + "S": 0.0001554632472107187, + "I": 3.657263005152345e-05, + "C": 0.0004322576860431582, + "R": 0.00019780726870521903, + "M": 0.004283279646188021, + "O": 0.0012705542612820864, + "W": 1.8281354641658254e-05, + "N": 9.91235992842121e-07, + "Y": 0.00026654917746782303, + "U": 9.70785691833953e-08, + "K": 2.7060572449499887e-08, + "L": 0.002192281885072589, + "G": 0.004937366582453251, + "F": 0.025304341688752174, + "E": 3.5344521165825427e-05, + "T": 0.0014557290123775601, + "P": 0.003704729489982128, + "-": 0.9556509852409363 + }, + "id": "tp_30380" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3797531, + "label": "-", + "classification": { + "B": 1.8449531902220428e-09, + "S": 2.3365138712705402e-09, + "I": 3.83687194016602e-07, + "C": 4.828453938898747e-07, + "R": 1.684174577576414e-08, + "M": 7.688464052080235e-07, + "O": 2.838626187440241e-07, + "W": 1.3940815168922427e-09, + "N": 6.757716608518649e-09, + "Y": 1.3902964383305516e-05, + "U": 1.5006803577577443e-09, + "K": 1.2477728184023817e-08, + "L": 2.0041841963802653e-08, + "G": 4.6420336730079725e-06, + "F": 0.00035321936593391, + "E": 4.3034904706473753e-07, + "T": 1.1750825251510832e-05, + "P": 0.006175408139824867, + "-": 0.9934386610984802 + }, + "id": "tp_30381" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3797631, + "label": "-", + "classification": { + "B": 9.516764459815974e-11, + "S": 5.150536663833805e-10, + "I": 2.4945805421339173e-08, + "C": 1.6714730008970946e-06, + "R": 1.835730358834553e-07, + "M": 3.9587748688063584e-06, + "O": 3.860623110085726e-07, + "W": 2.520596509292261e-10, + "N": 8.576143267768899e-11, + "Y": 6.222046067705378e-05, + "U": 6.714804927365758e-12, + "K": 1.6262271043676613e-11, + "L": 1.3661831133049418e-07, + "G": 1.6861520634847693e-05, + "F": 0.0004144912527408451, + "E": 1.5881852277743747e-08, + "T": 1.9792023522313684e-05, + "P": 6.645985558861867e-05, + "-": 0.9994138479232788 + }, + "id": "tp_30382" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3797764, + "label": "-", + "classification": { + "B": 2.2147358946789097e-10, + "S": 4.2113260795284546e-11, + "I": 2.0571739867136785e-08, + "C": 3.0609695045313856e-07, + "R": 4.255540275721614e-08, + "M": 2.5853582883428317e-06, + "O": 9.818309365527966e-08, + "W": 8.469244749953475e-11, + "N": 2.172071897343919e-11, + "Y": 1.939207322720904e-05, + "U": 2.0408969653162856e-11, + "K": 1.0627852764510948e-11, + "L": 3.04841769604991e-08, + "G": 6.743497124261921e-06, + "F": 3.491958705126308e-05, + "E": 7.076636165948003e-09, + "T": 5.559781129704788e-06, + "P": 0.00018314413318876177, + "-": 0.9997472167015076 + }, + "id": "tp_30383" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3797898, + "label": "-", + "classification": { + "B": 8.442045640322249e-08, + "S": 1.7018063624973934e-09, + "I": 5.134733083167475e-09, + "C": 2.429078449495137e-07, + "R": 8.782860305700524e-08, + "M": 2.9193035516072996e-05, + "O": 4.0494910535926465e-06, + "W": 1.0770379033075983e-09, + "N": 1.4075583580630546e-11, + "Y": 6.386082532117143e-05, + "U": 1.420176302946441e-11, + "K": 3.8889548590985423e-13, + "L": 4.631284809875069e-06, + "G": 7.759918662486598e-05, + "F": 8.0183643149212e-05, + "E": 6.184238898754302e-09, + "T": 2.8556731194839813e-05, + "P": 8.290451660286635e-05, + "-": 0.9996285438537598 + }, + "id": "tp_30384" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3798031, + "label": "-", + "classification": { + "B": 1.1045841574741644e-07, + "S": 8.726571110173609e-08, + "I": 2.6556670491117984e-05, + "C": 0.00014534054207615554, + "R": 2.338522972422652e-05, + "M": 0.00012412277283146977, + "O": 3.52689457940869e-05, + "W": 1.8573413740341493e-07, + "N": 3.2295756113853713e-07, + "Y": 0.0009124152129516006, + "U": 2.111035968255237e-07, + "K": 4.243097606604351e-08, + "L": 2.7935069738305174e-05, + "G": 0.0008066973532550037, + "F": 0.0018406754825264215, + "E": 3.4940505884151207e-06, + "T": 0.0007603419944643974, + "P": 0.006394020281732082, + "-": 0.9888988137245178 + }, + "id": "tp_30385" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3798131, + "label": "-", + "classification": { + "B": 4.3306133790110835e-08, + "S": 8.402678552954512e-09, + "I": 1.7235298344076e-07, + "C": 2.1353473584895255e-06, + "R": 2.233244345006824e-07, + "M": 0.00019267501193098724, + "O": 1.0103365639224648e-05, + "W": 1.0098244906942e-08, + "N": 1.3092342765474996e-09, + "Y": 7.420417387038469e-05, + "U": 2.311200397731028e-10, + "K": 7.597606571652094e-12, + "L": 3.72705039808352e-06, + "G": 3.572551941033453e-05, + "F": 6.143305654404685e-05, + "E": 9.170059200869218e-08, + "T": 0.000243686736212112, + "P": 0.0003101273032370955, + "-": 0.9990655779838562 + }, + "id": "tp_30386" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3798265, + "label": "-", + "classification": { + "B": 2.7757030007791172e-09, + "S": 1.2286346384726698e-09, + "I": 1.1512817081893445e-06, + "C": 2.0559146207688173e-07, + "R": 2.864437398386599e-08, + "M": 7.911500688351225e-06, + "O": 3.429419166423031e-07, + "W": 5.911988676388091e-10, + "N": 2.9245721400172897e-09, + "Y": 0.0002837926731444895, + "U": 3.120156633062976e-10, + "K": 1.2951344163791845e-10, + "L": 9.344527285293225e-08, + "G": 3.752304473891854e-05, + "F": 0.00017868919530883431, + "E": 2.6516246975916147e-07, + "T": 0.00012676836922764778, + "P": 0.002856811275705695, + "-": 0.99650639295578 + }, + "id": "tp_30387" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3798398, + "label": "-", + "classification": { + "B": 8.474377644063225e-09, + "S": 5.903810079699312e-11, + "I": 6.788510864552677e-10, + "C": 1.0648061099516326e-08, + "R": 1.0354382906641035e-09, + "M": 7.476402288375539e-07, + "O": 1.4756867017240438e-07, + "W": 2.4354471564458358e-11, + "N": 3.800950439808437e-13, + "Y": 4.42612957840538e-07, + "U": 6.412599130086599e-14, + "K": 1.7754501965093331e-15, + "L": 4.4501170748389995e-08, + "G": 3.706436928041512e-06, + "F": 9.806381967791822e-06, + "E": 7.488328845894898e-10, + "T": 2.7461581453280814e-07, + "P": 0.00012654706370085478, + "-": 0.9998581409454346 + }, + "id": "tp_30388" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3798532, + "label": "-", + "classification": { + "B": 3.534957215833856e-08, + "S": 2.9733504547380107e-08, + "I": 8.450692590145081e-09, + "C": 8.68064489623066e-06, + "R": 1.6272740595013602e-06, + "M": 2.6337340386817232e-05, + "O": 7.323973022721475e-06, + "W": 3.973062323581189e-09, + "N": 2.258036466140645e-11, + "Y": 4.649058246286586e-05, + "U": 1.29560338152368e-11, + "K": 8.094976945705046e-12, + "L": 1.7759182810550556e-05, + "G": 0.00041280020377598703, + "F": 0.00128693669103086, + "E": 1.5211174542173467e-08, + "T": 1.884784796857275e-05, + "P": 1.1609164175752085e-05, + "-": 0.9981614947319031 + }, + "id": "tp_30389" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3798632, + "label": "-", + "classification": { + "B": 2.1319926726826033e-11, + "S": 1.1394297311229096e-10, + "I": 8.018231044404356e-12, + "C": 1.0885930379345155e-08, + "R": 5.336747155304522e-10, + "M": 2.811532340274425e-07, + "O": 6.155266163432316e-08, + "W": 8.198207737675212e-12, + "N": 2.895871476643608e-14, + "Y": 9.646893204262597e-07, + "U": 1.6474665886736422e-15, + "K": 1.9109900158608903e-14, + "L": 9.279069068668377e-09, + "G": 2.5427575565117877e-06, + "F": 0.00028594088507816195, + "E": 4.620999416449223e-11, + "T": 4.587868716043886e-07, + "P": 1.7023694454110228e-06, + "-": 0.9997079968452454 + }, + "id": "tp_30390" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3798765, + "label": "-", + "classification": { + "B": 1.3358112359307395e-12, + "S": 1.530741852717732e-11, + "I": 5.324078955482037e-10, + "C": 3.86430087928602e-09, + "R": 5.792663571035916e-10, + "M": 4.635960948462525e-08, + "O": 2.039991109370476e-08, + "W": 2.0659685767698832e-11, + "N": 3.392342830255135e-12, + "Y": 5.891510681976797e-06, + "U": 1.2658959167369255e-12, + "K": 1.4975000406369787e-11, + "L": 7.711403737786782e-10, + "G": 2.2147115430470876e-07, + "F": 0.00016592669999226928, + "E": 1.966712626089162e-10, + "T": 1.7126185412053019e-06, + "P": 8.961135608842596e-05, + "-": 0.9997366070747375 + }, + "id": "tp_30391" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3798899, + "label": "-", + "classification": { + "B": 3.234010819141986e-07, + "S": 2.9393550704526206e-08, + "I": 1.4302646889063908e-07, + "C": 2.493078682164196e-06, + "R": 7.393672376565519e-07, + "M": 0.00012616909225471318, + "O": 1.2542463082354516e-05, + "W": 1.1666039689828267e-08, + "N": 2.9984864591270366e-10, + "Y": 0.00018032791558653116, + "U": 1.3745074523008327e-10, + "K": 3.2034691739568633e-12, + "L": 2.3385991880786605e-05, + "G": 0.0003344144788570702, + "F": 0.0005035562207922339, + "E": 3.902451695125819e-08, + "T": 0.00019750522915273905, + "P": 0.00013487556134350598, + "-": 0.9984834790229797 + }, + "id": "tp_30392" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3799032, + "label": "-", + "classification": { + "B": 9.530419902148424e-07, + "S": 1.543549643656661e-07, + "I": 1.2826636748286546e-06, + "C": 7.466219358320814e-06, + "R": 4.4251390818317304e-07, + "M": 0.00045206359936855733, + "O": 1.0428723726363387e-05, + "W": 4.662007668798651e-08, + "N": 1.774219882122452e-08, + "Y": 0.0010325899347662926, + "U": 6.628738002945056e-09, + "K": 2.882033944828777e-09, + "L": 1.0425789696455467e-05, + "G": 0.0003984849900007248, + "F": 0.0020316126756370068, + "E": 6.8223730522731785e-06, + "T": 0.0009571893606334925, + "P": 0.002299753250554204, + "-": 0.9927902221679688 + }, + "id": "tp_30393" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3799132, + "label": "-", + "classification": { + "B": 2.6672262265492463e-06, + "S": 5.117036607771297e-07, + "I": 4.587208422890399e-06, + "C": 7.726937474217266e-05, + "R": 1.6481279089930467e-05, + "M": 0.0001315614063059911, + "O": 0.0001168380695162341, + "W": 1.1862061910505872e-06, + "N": 1.860613707549419e-07, + "Y": 0.00033386278664693236, + "U": 1.4535692116623977e-07, + "K": 8.039314991492574e-08, + "L": 2.060535189229995e-05, + "G": 0.00021390071196947247, + "F": 0.0005084595759399235, + "E": 5.662495823344216e-06, + "T": 0.0002984984894283116, + "P": 0.00227523036301136, + "-": 0.9959923624992371 + }, + "id": "tp_30394" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3799266, + "label": "-", + "classification": { + "B": 8.38951291370904e-06, + "S": 1.0201631539530354e-07, + "I": 6.819123399282034e-08, + "C": 7.753295108159364e-07, + "R": 1.3279232291552034e-07, + "M": 0.0002683885395526886, + "O": 1.7469363228883594e-05, + "W": 1.8216987029973097e-08, + "N": 5.531839430972241e-10, + "Y": 7.274549716385081e-05, + "U": 6.412442798975349e-11, + "K": 5.0298801582138175e-12, + "L": 1.1490685210446827e-05, + "G": 0.00017693795962259173, + "F": 0.0002489162143319845, + "E": 5.356197902983695e-07, + "T": 6.996440060902387e-05, + "P": 0.0002105763996951282, + "-": 0.9989134073257446 + }, + "id": "tp_30395" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3799399, + "label": "-", + "classification": { + "B": 1.7011477781991857e-09, + "S": 3.831789996411317e-09, + "I": 2.4715739073144505e-06, + "C": 6.27464396529831e-06, + "R": 7.788760854054999e-07, + "M": 2.3229684302350506e-05, + "O": 1.7760312402970158e-06, + "W": 2.2733630533622318e-09, + "N": 8.404961171493142e-09, + "Y": 0.00020957300148438662, + "U": 1.3555284672506218e-09, + "K": 1.6939913360936032e-10, + "L": 4.496445455970388e-07, + "G": 3.2633193768560886e-05, + "F": 4.065207394887693e-05, + "E": 2.2524623943809274e-07, + "T": 0.0001818022137740627, + "P": 0.0014393751043826342, + "-": 0.9980607628822327 + }, + "id": "tp_30396" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3799533, + "label": "-", + "classification": { + "B": 1.6469771324523208e-08, + "S": 1.90698187907401e-07, + "I": 1.3077230676117324e-07, + "C": 0.0004446682578418404, + "R": 7.367705984506756e-05, + "M": 0.00013198444503359497, + "O": 5.0179318350274116e-05, + "W": 1.1841476776908166e-07, + "N": 2.590583081385489e-09, + "Y": 0.0013599516823887825, + "U": 1.5627320548716739e-09, + "K": 4.752694238163713e-09, + "L": 6.327557639451697e-05, + "G": 0.002707781968638301, + "F": 0.0043254513293504715, + "E": 2.239529095504622e-07, + "T": 0.00033063284354284406, + "P": 6.877445412101224e-05, + "-": 0.9904429316520691 + }, + "id": "tp_30397" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3799633, + "label": "-", + "classification": { + "B": 8.941109571475314e-13, + "S": 4.289126345757843e-12, + "I": 4.6797721947600124e-11, + "C": 1.5198070002497843e-07, + "R": 9.634089082055652e-09, + "M": 1.9025790152227273e-06, + "O": 3.7506453054447775e-08, + "W": 2.3834046715409674e-12, + "N": 2.1844937358041043e-14, + "Y": 3.713649130077101e-05, + "U": 2.9274271808737984e-14, + "K": 7.385591128201887e-15, + "L": 1.0634558123001625e-07, + "G": 9.77288254944142e-06, + "F": 4.591744436766021e-05, + "E": 4.873772566083012e-11, + "T": 1.0713633855630178e-05, + "P": 9.158600846603804e-07, + "-": 0.999893307685852 + }, + "id": "tp_30398" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3799766, + "label": "-", + "classification": { + "B": 3.4200911613879725e-06, + "S": 1.7717809441819554e-07, + "I": 1.3581108078142279e-06, + "C": 3.0917431104171555e-06, + "R": 1.7450266796004144e-06, + "M": 8.712067210581154e-05, + "O": 4.1427192627452314e-05, + "W": 6.324007983948832e-08, + "N": 5.485437437613427e-09, + "Y": 8.364262612303719e-05, + "U": 1.7897450188542052e-09, + "K": 2.024469654415828e-11, + "L": 4.507308403844945e-05, + "G": 0.00040105447988025844, + "F": 0.00032674349495209754, + "E": 4.903305352854659e-07, + "T": 0.00016333928215317428, + "P": 0.0017013632459565997, + "-": 0.9971399307250977 + }, + "id": "tp_30399" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3799900, + "label": "-", + "classification": { + "B": 2.950595878736806e-10, + "S": 6.963698506723404e-10, + "I": 8.549479180164354e-11, + "C": 1.7283755369135179e-06, + "R": 4.2899304730781296e-07, + "M": 3.6082692531635985e-05, + "O": 2.8919873784616357e-06, + "W": 7.31352478577918e-11, + "N": 3.2001606090547793e-14, + "Y": 1.7077922166208737e-05, + "U": 1.2253385291019839e-14, + "K": 2.7357049260923725e-16, + "L": 1.9416986106080003e-05, + "G": 0.00014841285883449018, + "F": 5.043491910328157e-05, + "E": 3.292341746452543e-11, + "T": 2.852887519111391e-05, + "P": 1.2197931198443257e-07, + "-": 0.9996949434280396 + }, + "id": "tp_30400" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3800000, + "label": "-", + "classification": { + "B": 3.432963424643276e-08, + "S": 1.258890858224504e-08, + "I": 1.14308818410791e-06, + "C": 2.312302603968419e-05, + "R": 3.6156527585262666e-06, + "M": 0.00014591167564503849, + "O": 1.0055747225123923e-05, + "W": 7.558125680873218e-09, + "N": 3.615178378879591e-09, + "Y": 0.0003940468595828861, + "U": 1.0538543371296782e-09, + "K": 3.57069269985022e-11, + "L": 1.833793066907674e-05, + "G": 0.0003867364430334419, + "F": 0.00021997618023306131, + "E": 3.4286793493265577e-07, + "T": 0.0004620655090548098, + "P": 0.000279199710348621, + "-": 0.9980554580688477 + }, + "id": "tp_30401" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3800133, + "label": "-", + "classification": { + "B": 1.393328119547732e-08, + "S": 6.03999353643303e-07, + "I": 5.106140292809869e-07, + "C": 7.053748413454741e-05, + "R": 8.757309115026146e-05, + "M": 0.0002537784166634083, + "O": 6.104696512920782e-05, + "W": 1.5626343952135358e-07, + "N": 1.7277149710892559e-09, + "Y": 0.00044269979116506875, + "U": 4.841697043289628e-10, + "K": 8.000118623119334e-11, + "L": 0.0001466892281314358, + "G": 0.0006175594171509147, + "F": 0.004335753619670868, + "E": 6.929203522076932e-08, + "T": 0.00048418596270494163, + "P": 5.9549442084971815e-05, + "-": 0.993439257144928 + }, + "id": "tp_30402" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3800267, + "label": "-", + "classification": { + "B": 2.1262069083149981e-07, + "S": 8.458711953096554e-09, + "I": 7.399861612356062e-09, + "C": 2.0754920004861788e-09, + "R": 1.0995179211548134e-09, + "M": 2.4363487682421692e-05, + "O": 6.827101969975047e-06, + "W": 3.7037914957238627e-09, + "N": 1.3978901369782193e-11, + "Y": 3.7995318962202873e-06, + "U": 6.320786450665639e-13, + "K": 6.868657508404428e-15, + "L": 9.46844124882773e-07, + "G": 5.396377673605457e-06, + "F": 1.680462810327299e-05, + "E": 2.9562223780033037e-09, + "T": 8.937927304941695e-06, + "P": 7.661023846594617e-05, + "-": 0.9998561143875122 + }, + "id": "tp_30403" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3800400, + "label": "-", + "classification": { + "B": 1.6001174572011223e-06, + "S": 1.8132786294700054e-07, + "I": 1.7164339283226582e-07, + "C": 1.0177190233662259e-05, + "R": 1.268147229893657e-06, + "M": 2.4851184207363985e-05, + "O": 2.1619165636366233e-05, + "W": 8.647933213978831e-08, + "N": 4.796553376706925e-09, + "Y": 5.624987170449458e-05, + "U": 1.2091739831632253e-09, + "K": 1.7824545173183992e-09, + "L": 5.465811227622908e-06, + "G": 0.00019824327318929136, + "F": 0.001939524314366281, + "E": 5.382552217270131e-07, + "T": 3.784964792430401e-05, + "P": 0.0006098634912632406, + "-": 0.9970923662185669 + }, + "id": "tp_30404" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3800501, + "label": "-", + "classification": { + "B": 8.105994311335962e-06, + "S": 8.408911789103968e-09, + "I": 2.631926621088354e-10, + "C": 2.4654887020858496e-09, + "R": 1.3061234316324999e-09, + "M": 6.919661245774478e-05, + "O": 6.965886313992087e-06, + "W": 3.1398184052733313e-10, + "N": 1.1361982047482927e-13, + "Y": 1.915633447424625e-06, + "U": 9.435304981438887e-15, + "K": 1.1855103942249005e-18, + "L": 2.761469477263745e-05, + "G": 3.745347203221172e-05, + "F": 1.9340719518368132e-05, + "E": 2.1583268505764863e-09, + "T": 3.5239536373410374e-06, + "P": 1.5349107343354262e-05, + "-": 0.999810516834259 + }, + "id": "tp_30405" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3800634, + "label": "-", + "classification": { + "B": 1.0755759838332324e-08, + "S": 3.697204001285037e-11, + "I": 9.607352779994471e-08, + "C": 1.1876101879693124e-08, + "R": 1.3186446379265249e-09, + "M": 9.019830713441479e-07, + "O": 2.8137958452134626e-07, + "W": 9.738904127587489e-11, + "N": 5.90801435551569e-11, + "Y": 1.4787435702601215e-06, + "U": 9.744695501912037e-12, + "K": 5.598902350317618e-14, + "L": 3.076416277281169e-08, + "G": 2.2284284568740986e-06, + "F": 9.98746145342011e-07, + "E": 1.1186054749146024e-08, + "T": 3.6896335586789064e-06, + "P": 0.0018161446787416935, + "-": 0.9981740713119507 + }, + "id": "tp_30406" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3800767, + "label": "-", + "classification": { + "B": 1.166149932174676e-08, + "S": 2.159985967864486e-08, + "I": 1.0500380120959107e-08, + "C": 9.865940228337422e-06, + "R": 1.5060062423799536e-06, + "M": 7.430747064063326e-05, + "O": 7.4933600444637705e-06, + "W": 5.7999005598219355e-09, + "N": 5.076078446464294e-11, + "Y": 4.23107085225638e-05, + "U": 1.5530257635454348e-11, + "K": 1.1086830238593581e-11, + "L": 5.3126605052966624e-06, + "G": 0.00010865433432627469, + "F": 0.0004421474877744913, + "E": 3.4988953956371915e-08, + "T": 3.434886457398534e-05, + "P": 4.944259853800759e-05, + "-": 0.9992244243621826 + }, + "id": "tp_30407" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3800901, + "label": "-", + "classification": { + "B": 5.721125830859819e-07, + "S": 1.6672581537591213e-08, + "I": 3.86029057608539e-07, + "C": 7.589505912619643e-06, + "R": 1.1730995765901753e-06, + "M": 0.00033339939545840025, + "O": 1.5497082131332718e-05, + "W": 1.1813254374715143e-08, + "N": 2.564734535859259e-10, + "Y": 3.483410182525404e-05, + "U": 1.0593806387682037e-10, + "K": 2.0548138386124182e-13, + "L": 5.004934064345434e-05, + "G": 0.00029020351939834654, + "F": 5.3689422202296555e-05, + "E": 1.827260120990104e-07, + "T": 7.837083103368059e-05, + "P": 0.00022841201280243695, + "-": 0.9989056587219238 + }, + "id": "tp_30408" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3801001, + "label": "-", + "classification": { + "B": 9.80890391133471e-08, + "S": 4.677740861325219e-09, + "I": 3.3431089008217896e-08, + "C": 9.182698335052919e-08, + "R": 9.85561321442674e-09, + "M": 3.116631660304847e-06, + "O": 1.179844957732712e-06, + "W": 8.440358967298778e-10, + "N": 1.8391385636640223e-10, + "Y": 1.8719819081525202e-06, + "U": 7.1091140786683216e-12, + "K": 7.07804583173488e-13, + "L": 1.6574097116972553e-07, + "G": 6.621819011343177e-06, + "F": 9.94503716356121e-05, + "E": 1.0426617791381432e-07, + "T": 3.2412694963568356e-06, + "P": 0.0016105122631415725, + "-": 0.9982733726501465 + }, + "id": "tp_30409" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3801134, + "label": "-", + "classification": { + "B": 4.374048512545414e-05, + "S": 1.8716039562605147e-07, + "I": 8.314495403283217e-08, + "C": 2.3071012833497662e-07, + "R": 8.966669895471568e-08, + "M": 6.0097761888755485e-05, + "O": 3.6016434023622423e-05, + "W": 5.6204637388646006e-08, + "N": 2.5021920646572937e-10, + "Y": 4.4832258936367e-06, + "U": 5.613127324055611e-11, + "K": 2.5220149861733543e-13, + "L": 3.8022728404030204e-05, + "G": 8.894986967789009e-05, + "F": 0.00030977229471318424, + "E": 1.5537627007233823e-07, + "T": 1.2939654880028684e-05, + "P": 0.0009482160676270723, + "-": 0.9984569549560547 + }, + "id": "tp_30410" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3801268, + "label": "-", + "classification": { + "B": 3.120505098763715e-08, + "S": 5.1616675378340915e-09, + "I": 9.041573711954243e-09, + "C": 8.065295276082907e-08, + "R": 2.260724585312346e-08, + "M": 1.446508576918859e-05, + "O": 4.050627012475161e-06, + "W": 1.2095888735075278e-09, + "N": 3.2629975110776144e-11, + "Y": 5.7806348195299506e-05, + "U": 3.657122348010855e-12, + "K": 7.40508999605427e-14, + "L": 2.226242258984712e-06, + "G": 2.7357393264537677e-05, + "F": 7.88820325396955e-05, + "E": 3.3281131184281776e-09, + "T": 6.550367106683552e-05, + "P": 3.70681045751553e-05, + "-": 0.9997124075889587 + }, + "id": "tp_30411" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3801401, + "label": "-", + "classification": { + "B": 2.9505663690088113e-08, + "S": 3.108148405317479e-09, + "I": 2.1499549363035442e-10, + "C": 4.693461730376214e-10, + "R": 2.9098934373195107e-10, + "M": 9.111803933592455e-07, + "O": 6.447780833696015e-07, + "W": 4.993858659929629e-10, + "N": 1.8688520782988993e-12, + "Y": 2.656438482517842e-06, + "U": 1.6331902464531561e-13, + "K": 6.66745541969601e-15, + "L": 1.0852732401644971e-07, + "G": 8.020834911803831e-07, + "F": 5.8122663176618516e-05, + "E": 1.7127282925244458e-09, + "T": 1.27415978568024e-06, + "P": 0.00010847409430425614, + "-": 0.999826967716217 + }, + "id": "tp_30412" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3801502, + "label": "-", + "classification": { + "B": 1.6118245627083638e-11, + "S": 1.6227692800629967e-11, + "I": 5.0717998689719934e-09, + "C": 2.370210872015832e-08, + "R": 1.3196959081085424e-09, + "M": 9.199706255458295e-06, + "O": 6.542340713622252e-08, + "W": 7.521486905526231e-12, + "N": 6.945566517757573e-12, + "Y": 2.3887405404821038e-05, + "U": 5.511511386169232e-13, + "K": 1.159827561005326e-14, + "L": 1.9109874571654473e-08, + "G": 9.428380280951387e-07, + "F": 5.272136149869766e-06, + "E": 5.423280491356763e-09, + "T": 2.8116783141740598e-05, + "P": 6.0968788602622226e-05, + "-": 0.9998714923858643 + }, + "id": "tp_30413" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3801635, + "label": "-", + "classification": { + "B": 1.3495912165595314e-09, + "S": 2.8949437291814206e-10, + "I": 5.523688173525443e-10, + "C": 2.6777522066367965e-07, + "R": 6.330095914108824e-08, + "M": 3.088083076363546e-06, + "O": 5.581590585279628e-07, + "W": 5.064585556491252e-11, + "N": 5.918869994819831e-13, + "Y": 1.0266004210279789e-05, + "U": 3.949952886474206e-13, + "K": 1.1033180967424342e-14, + "L": 1.8384721442998853e-06, + "G": 2.9301347240107134e-05, + "F": 0.00011464089038781822, + "E": 3.4616565169898195e-10, + "T": 6.296601895883214e-06, + "P": 1.1307131899229717e-05, + "-": 0.9998223185539246 + }, + "id": "tp_30414" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3801768, + "label": "-", + "classification": { + "B": 5.106961680212407e-07, + "S": 3.8132134250190575e-07, + "I": 4.5209436194681984e-08, + "C": 7.243329491757322e-06, + "R": 1.309557092099567e-06, + "M": 1.5847946997382678e-05, + "O": 1.2428393347363453e-05, + "W": 4.4639879348551403e-08, + "N": 1.0970560015977071e-09, + "Y": 6.143193604657426e-05, + "U": 6.968535470885939e-11, + "K": 4.591853286495251e-10, + "L": 6.602067514904775e-06, + "G": 0.0002779875067062676, + "F": 0.00834718532860279, + "E": 6.574801432179811e-07, + "T": 1.2146593689976726e-05, + "P": 0.00024257235054392368, + "-": 0.9910137057304382 + }, + "id": "tp_30415" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3801902, + "label": "-", + "classification": { + "B": 5.301097161236612e-08, + "S": 1.0178794696003024e-08, + "I": 6.317630152352649e-08, + "C": 3.855301110888831e-05, + "R": 1.1154582352901343e-05, + "M": 0.0004288796044420451, + "O": 4.062924563186243e-05, + "W": 4.064505620959835e-09, + "N": 3.6097163452764036e-11, + "Y": 0.0003608894476201385, + "U": 2.2940902649759565e-11, + "K": 1.0943697865777556e-14, + "L": 0.00030029512709006667, + "G": 0.0009363389108330011, + "F": 3.662490416900255e-05, + "E": 6.119750928235135e-09, + "T": 0.00046326726442202926, + "P": 5.595615675701993e-06, + "-": 0.9973776340484619 + }, + "id": "tp_30416" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3802002, + "label": "-", + "classification": { + "B": 5.019804016903606e-10, + "S": 9.067906980853024e-10, + "I": 1.4712161267027568e-08, + "C": 9.815715884542442e-07, + "R": 2.9273419244191246e-08, + "M": 3.0321043595904484e-06, + "O": 2.810707826483849e-07, + "W": 1.7974269295173428e-10, + "N": 3.987824653828298e-11, + "Y": 5.7588556956034154e-05, + "U": 3.905577684176764e-12, + "K": 4.706600387205384e-11, + "L": 9.727359184807938e-08, + "G": 2.81066786556039e-05, + "F": 0.00030961798620410264, + "E": 1.3585953695383068e-07, + "T": 4.956815246259794e-06, + "P": 0.00017828306590672582, + "-": 0.9994168281555176 + }, + "id": "tp_30417" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3802135, + "label": "-", + "classification": { + "B": 5.022524760533997e-07, + "S": 3.006504911695629e-08, + "I": 2.1998984855997605e-09, + "C": 4.3273111316466384e-08, + "R": 1.2313139841069187e-08, + "M": 1.0114695214724634e-05, + "O": 3.947399818571284e-06, + "W": 6.557181908561915e-09, + "N": 4.355026408942031e-11, + "Y": 2.534065606596414e-05, + "U": 5.4031839766266465e-12, + "K": 6.385952530663097e-12, + "L": 1.1274254347881651e-06, + "G": 2.5285375159000978e-05, + "F": 0.0010105815017595887, + "E": 8.710485133178736e-08, + "T": 4.655158591049258e-06, + "P": 0.00029834211454726756, + "-": 0.9986199140548706 + }, + "id": "tp_30418" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3802269, + "label": "-", + "classification": { + "B": 6.604808788779337e-08, + "S": 1.4341139387141766e-09, + "I": 3.1624751706260668e-09, + "C": 6.761360538121153e-08, + "R": 2.084989425554795e-08, + "M": 1.2065216651535593e-05, + "O": 2.9470245408447227e-06, + "W": 3.8291192439032784e-10, + "N": 3.6239370879154187e-12, + "Y": 1.6881942883628653e-06, + "U": 5.078269076953801e-13, + "K": 2.9508694529637716e-15, + "L": 5.3730886975245085e-06, + "G": 2.087236862280406e-05, + "F": 4.18946729041636e-05, + "E": 3.954402583161709e-09, + "T": 1.0288393241353333e-05, + "P": 3.444417234277353e-05, + "-": 0.9998703002929688 + }, + "id": "tp_30419" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3802402, + "label": "-", + "classification": { + "B": 3.697356731890977e-08, + "S": 1.283049111400203e-09, + "I": 1.2202853838516603e-07, + "C": 2.586563709883194e-07, + "R": 5.4605671095941943e-08, + "M": 7.37344316803501e-06, + "O": 1.2079939324394218e-06, + "W": 1.1060616866842565e-09, + "N": 2.1188055476795142e-10, + "Y": 1.2130891263950616e-05, + "U": 8.690619057727389e-11, + "K": 6.50330809169597e-13, + "L": 6.813680784034659e-07, + "G": 1.5492094462388195e-05, + "F": 1.746430280036293e-05, + "E": 2.7370083088840147e-08, + "T": 3.766167719732039e-05, + "P": 0.0007584361010231078, + "-": 0.999148964881897 + }, + "id": "tp_30420" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3802503, + "label": "-", + "classification": { + "B": 1.0435147146381496e-07, + "S": 1.513380354367655e-08, + "I": 2.7800905399999465e-07, + "C": 1.110709854401648e-05, + "R": 2.4298046810145024e-06, + "M": 3.3626973163336515e-05, + "O": 7.598069259984186e-06, + "W": 1.1521780862722153e-08, + "N": 4.837116818201537e-10, + "Y": 0.00011020383681170642, + "U": 4.116199880943583e-10, + "K": 1.5426323413114673e-11, + "L": 1.6382557078031823e-05, + "G": 0.00043928672675974667, + "F": 0.0005354231689125299, + "E": 1.2559382867038948e-07, + "T": 4.337864083936438e-05, + "P": 0.000869785260874778, + "-": 0.9979301691055298 + }, + "id": "tp_30421" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3802636, + "label": "-", + "classification": { + "B": 4.7678779083071277e-05, + "S": 1.1280741318842047e-06, + "I": 2.8940024776602513e-07, + "C": 7.185041681623261e-07, + "R": 2.789009272419207e-07, + "M": 0.00038771043182350695, + "O": 5.333617446012795e-05, + "W": 1.632541994922576e-07, + "N": 4.853521140546491e-09, + "Y": 0.0002306007663719356, + "U": 3.3592933990078677e-10, + "K": 7.035769189478458e-11, + "L": 2.966570173157379e-05, + "G": 0.00041986387805081904, + "F": 0.0025889966636896133, + "E": 3.3744006486813305e-06, + "T": 0.00010305985051672906, + "P": 0.0005685134674422443, + "-": 0.9955647587776184 + }, + "id": "tp_30422" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3802769, + "label": "-", + "classification": { + "B": 2.540551768959176e-08, + "S": 9.746507600993937e-09, + "I": 3.778588677505468e-07, + "C": 6.325890922198596e-08, + "R": 9.950884560794293e-08, + "M": 5.62947161597549e-06, + "O": 6.635157205892028e-06, + "W": 7.724104911233098e-09, + "N": 1.01883290692939e-09, + "Y": 6.32772280368954e-05, + "U": 1.953100181584233e-10, + "K": 4.242297919204718e-12, + "L": 2.4355849745916203e-06, + "G": 4.186491423752159e-05, + "F": 0.0002774478343781084, + "E": 1.8182461758442514e-08, + "T": 3.5579967516241595e-05, + "P": 0.0009724161354824901, + "-": 0.9985942244529724 + }, + "id": "tp_30423" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3802903, + "label": "-", + "classification": { + "B": 6.121005369230659e-10, + "S": 4.676748988075019e-10, + "I": 7.165902502492827e-07, + "C": 6.890230679346132e-07, + "R": 3.196345232936437e-08, + "M": 2.743966547313903e-07, + "O": 1.4880704668485123e-07, + "W": 1.0632721370029685e-09, + "N": 9.172471671092808e-09, + "Y": 1.2357227205939125e-05, + "U": 5.470980335431364e-10, + "K": 2.434912715898463e-09, + "L": 5.384674484076868e-09, + "G": 3.916427431249758e-06, + "F": 0.0002693524002097547, + "E": 2.783615400403505e-07, + "T": 5.079968104837462e-06, + "P": 0.01778552681207657, + "-": 0.9819216728210449 + }, + "id": "tp_30424" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3803003, + "label": "-", + "classification": { + "B": 2.306797808326877e-11, + "S": 4.9981269123478e-11, + "I": 6.3985634568553e-09, + "C": 8.095275205732833e-08, + "R": 4.04719369129225e-09, + "M": 6.457415935301469e-08, + "O": 2.0595727789896046e-08, + "W": 4.5991883912410714e-11, + "N": 4.411731743814151e-11, + "Y": 2.2382191673386842e-05, + "U": 2.865287347664225e-11, + "K": 1.132586177621242e-10, + "L": 2.769062978913439e-09, + "G": 1.7647382719587767e-06, + "F": 0.0001278204726986587, + "E": 1.9081960456190927e-09, + "T": 9.332323315902613e-06, + "P": 0.0007166701252572238, + "-": 0.9991219639778137 + }, + "id": "tp_30425" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3803136, + "label": "-", + "classification": { + "B": 1.0897094337991575e-09, + "S": 1.3648869812143971e-09, + "I": 3.1223985619277528e-09, + "C": 5.124485596752493e-06, + "R": 8.042123909035581e-07, + "M": 1.5108917978068348e-05, + "O": 3.64192987944989e-06, + "W": 6.374976657674836e-10, + "N": 4.260844281567255e-12, + "Y": 2.345222128496971e-05, + "U": 3.5338802197026897e-12, + "K": 8.102785783103365e-15, + "L": 1.1960427400481422e-05, + "G": 5.43084206583444e-05, + "F": 5.1780749345198274e-05, + "E": 1.1135931066164062e-09, + "T": 2.0571400455082767e-05, + "P": 1.2512026842159685e-05, + "-": 0.9998007416725159 + }, + "id": "tp_30426" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3803270, + "label": "-", + "classification": { + "B": 1.7055299394996837e-08, + "S": 7.927503098414945e-09, + "I": 7.004759794426718e-08, + "C": 2.8246918191143777e-06, + "R": 5.858327654095774e-07, + "M": 2.163899080187548e-05, + "O": 4.786695171787869e-06, + "W": 6.923016382387459e-09, + "N": 1.0409892947649269e-09, + "Y": 0.00020884200057480484, + "U": 7.382592315252623e-10, + "K": 2.0787248311560091e-10, + "L": 1.8017715319729177e-06, + "G": 5.287084786687046e-05, + "F": 0.00011819259816547856, + "E": 5.783781631407692e-08, + "T": 0.00020027677237521857, + "P": 0.00034523633075878024, + "-": 0.9990426898002625 + }, + "id": "tp_30427" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3803403, + "label": "-", + "classification": { + "B": 1.0769772851304538e-09, + "S": 2.5086221988601665e-09, + "I": 7.010140912200313e-09, + "C": 8.820331458991859e-06, + "R": 3.651672614068957e-06, + "M": 2.2529691705130972e-05, + "O": 6.2351009546546265e-06, + "W": 1.7387029593862735e-09, + "N": 8.5307047884009e-12, + "Y": 7.137634383980185e-05, + "U": 3.08263727044622e-11, + "K": 3.6982947086705575e-12, + "L": 1.016847545542987e-05, + "G": 0.00011922606063308194, + "F": 0.00012084320769645274, + "E": 4.4468637105943287e-10, + "T": 6.406004104064777e-05, + "P": 2.6563216124486644e-06, + "-": 0.9995704293251038 + }, + "id": "tp_30428" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3803504, + "label": "-", + "classification": { + "B": 7.887703645792499e-07, + "S": 1.4352018240515463e-07, + "I": 3.758090372230072e-07, + "C": 2.0304423742345534e-06, + "R": 6.4053233472805e-07, + "M": 0.001435392303392291, + "O": 7.756120612611994e-05, + "W": 3.475000909247683e-08, + "N": 6.644179650905357e-10, + "Y": 0.00020174389646854252, + "U": 1.1011374451141975e-10, + "K": 5.731810425596562e-12, + "L": 6.259104702621698e-05, + "G": 0.0003332973865326494, + "F": 6.239389767870307e-05, + "E": 1.4654709445949266e-07, + "T": 0.0006705935811623931, + "P": 3.4938642784254625e-05, + "-": 0.9971174001693726 + }, + "id": "tp_30429" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3803637, + "label": "-", + "classification": { + "B": 2.029394636338111e-06, + "S": 1.2216889899718808e-07, + "I": 3.3920812256837962e-06, + "C": 2.2675108994008042e-05, + "R": 5.729492386308266e-06, + "M": 0.00027678394690155983, + "O": 3.0866183806210756e-05, + "W": 6.105536698441938e-08, + "N": 1.581143571627308e-08, + "Y": 0.0006881711888127029, + "U": 4.401292663658296e-09, + "K": 3.063034548222987e-10, + "L": 5.2073108236072585e-05, + "G": 0.0013400149764493108, + "F": 0.0009039741707965732, + "E": 2.5260412712668767e-06, + "T": 0.0003883268218487501, + "P": 0.0010178093798458576, + "-": 0.9952654838562012 + }, + "id": "tp_30430" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3803770, + "label": "-", + "classification": { + "B": 9.93075177646574e-10, + "S": 3.774550984270153e-12, + "I": 1.5885071578437826e-13, + "C": 1.795579136765202e-11, + "R": 8.43612072559674e-12, + "M": 2.021517531147765e-07, + "O": 6.486075676548353e-08, + "W": 3.627691680038736e-13, + "N": 7.347265527699145e-18, + "Y": 2.816121025261964e-08, + "U": 8.584873307866284e-19, + "K": 1.7521891912488338e-22, + "L": 1.0382031234712485e-07, + "G": 4.5059655917611963e-07, + "F": 3.7044850387246697e-07, + "E": 3.285269734205898e-13, + "T": 2.2011933609178413e-08, + "P": 2.5547819859639276e-07, + "-": 0.9999984502792358 + }, + "id": "tp_30431" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3803904, + "label": "-", + "classification": { + "B": 1.2624757061985292e-07, + "S": 2.089320272347095e-09, + "I": 4.19199785994806e-09, + "C": 2.9554416691723873e-09, + "R": 6.156354315223211e-10, + "M": 2.555550736360601e-06, + "O": 4.0900783915276406e-07, + "W": 2.4992333202966677e-10, + "N": 3.8757903136898975e-12, + "Y": 7.757001867503277e-07, + "U": 1.4870334239143468e-13, + "K": 1.6405092718031321e-15, + "L": 2.914618164595595e-07, + "G": 2.185209268645849e-06, + "F": 5.2283423428889364e-05, + "E": 2.1693939977751597e-09, + "T": 2.229790197816328e-06, + "P": 0.0005796999903395772, + "-": 0.9993595480918884 + }, + "id": "tp_30432" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3804004, + "label": "-", + "classification": { + "B": 1.102071465197696e-07, + "S": 2.9892352482185913e-10, + "I": 1.4872673546051374e-06, + "C": 4.1137221273856994e-07, + "R": 9.552962865200243e-08, + "M": 3.0717953904968454e-06, + "O": 2.3883842459326843e-06, + "W": 2.6650182061160876e-09, + "N": 3.6926652846602792e-09, + "Y": 1.4341530913952738e-05, + "U": 1.3503260731795308e-09, + "K": 2.6503543283651343e-12, + "L": 3.926176077584387e-07, + "G": 1.0204623322351836e-05, + "F": 1.6383313550250023e-06, + "E": 1.4057528119337803e-07, + "T": 4.8156111006392166e-05, + "P": 0.011418472044169903, + "-": 0.9884989857673645 + }, + "id": "tp_30433" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3804137, + "label": "-", + "classification": { + "B": 2.9057969919144e-10, + "S": 2.6910956796299956e-10, + "I": 4.720986712669628e-09, + "C": 6.688105713692494e-08, + "R": 1.3717468050344905e-08, + "M": 5.251272341411095e-06, + "O": 7.358674452007108e-07, + "W": 2.647605745753623e-10, + "N": 1.6031540678307366e-11, + "Y": 2.7422122002462856e-05, + "U": 3.075499924176661e-12, + "K": 2.320826094238254e-13, + "L": 2.3911363200568303e-07, + "G": 5.909419542149408e-06, + "F": 6.870357901789248e-05, + "E": 3.231941159143048e-09, + "T": 1.637760578887537e-05, + "P": 8.36267281556502e-05, + "-": 0.9997915625572205 + }, + "id": "tp_30434" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3804271, + "label": "-", + "classification": { + "B": 0.000123328878544271, + "S": 1.18517266400886e-06, + "I": 4.976506318143947e-09, + "C": 2.9262318435030465e-07, + "R": 7.302834319489193e-07, + "M": 0.002123937476426363, + "O": 0.00044909518328495324, + "W": 2.793407247736468e-07, + "N": 8.011370213056868e-12, + "Y": 1.781739956641104e-05, + "U": 2.6099654121952698e-12, + "K": 1.460603454861171e-14, + "L": 0.0008170749642886221, + "G": 0.0003700393717736006, + "F": 2.565881732152775e-05, + "E": 8.32635738134968e-09, + "T": 8.5648731328547e-05, + "P": 4.99673433296266e-06, + "-": 0.995979905128479 + }, + "id": "tp_30435" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3804404, + "label": "-", + "classification": { + "B": 3.519787128425378e-07, + "S": 1.1810291056235656e-07, + "I": 7.329957156798628e-07, + "C": 2.8218057195772417e-05, + "R": 1.0692097930586897e-05, + "M": 5.7324388762935996e-05, + "O": 5.421771857072599e-05, + "W": 2.6349169957029517e-07, + "N": 6.08996897355496e-09, + "Y": 0.00016940556815825403, + "U": 1.4067698117514738e-08, + "K": 8.854664224067221e-10, + "L": 5.1761457143584266e-05, + "G": 0.00028267630841583014, + "F": 0.0009911003289744258, + "E": 1.227861616825976e-07, + "T": 0.00011416756024118513, + "P": 0.0008339846390299499, + "-": 0.9974048733711243 + }, + "id": "tp_30436" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3804505, + "label": "-", + "classification": { + "B": 7.598128348718092e-08, + "S": 7.109688948681026e-10, + "I": 3.530965031472988e-08, + "C": 8.074550805758918e-09, + "R": 4.854067703341514e-10, + "M": 4.860606850343174e-07, + "O": 3.485269814973435e-07, + "W": 3.4024869033366656e-10, + "N": 2.601378834565793e-10, + "Y": 3.0703623110639455e-07, + "U": 3.202134304242099e-12, + "K": 1.7159865650824557e-13, + "L": 1.386329362418337e-08, + "G": 7.674979087823885e-07, + "F": 8.008433724171482e-06, + "E": 1.1466815408311959e-07, + "T": 1.0243924180031172e-06, + "P": 0.013989526778459549, + "-": 0.9859994053840637 + }, + "id": "tp_30437" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3804638, + "label": "-", + "classification": { + "B": 5.717720519271552e-09, + "S": 5.846569339773566e-10, + "I": 6.147181920823641e-06, + "C": 1.6174735719687305e-05, + "R": 6.990941869844391e-07, + "M": 1.5910385627648793e-05, + "O": 8.922248184717319e-07, + "W": 2.0298382974459628e-09, + "N": 1.1467488292282724e-08, + "Y": 5.226674329605885e-05, + "U": 9.214068619201043e-09, + "K": 7.687512432186239e-11, + "L": 7.094412808328343e-07, + "G": 4.860310582444072e-05, + "F": 7.819350867066532e-05, + "E": 1.1919378266611602e-06, + "T": 8.668375085107982e-05, + "P": 0.018021179363131523, + "-": 0.9816712737083435 + }, + "id": "tp_30438" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3804771, + "label": "-", + "classification": { + "B": 4.625698579729942e-07, + "S": 5.576962891495896e-08, + "I": 1.6315085531459772e-06, + "C": 0.00017613412637729198, + "R": 1.3171214959584177e-05, + "M": 0.00020245595078449696, + "O": 1.4553450455423445e-05, + "W": 4.0597925021756964e-08, + "N": 2.0785282828228446e-08, + "Y": 0.0016136009944602847, + "U": 1.9232301085025938e-08, + "K": 3.7959670962095515e-09, + "L": 4.08261657867115e-05, + "G": 0.0016978553030639887, + "F": 0.002247910713776946, + "E": 2.9631994493684033e-06, + "T": 0.0006360060651786625, + "P": 0.0009701222297735512, + "-": 0.9923821091651917 + }, + "id": "tp_30439" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3804905, + "label": "-", + "classification": { + "B": 5.076757148003708e-08, + "S": 1.091122641128095e-07, + "I": 4.949612275595427e-07, + "C": 0.00012791925109922886, + "R": 1.634071668377146e-05, + "M": 7.35907960915938e-05, + "O": 1.1866275599459186e-05, + "W": 3.452999663977607e-08, + "N": 6.408983121986012e-09, + "Y": 0.00042092977673746645, + "U": 1.839085439492294e-09, + "K": 4.505173567537213e-09, + "L": 1.3398505871009547e-05, + "G": 0.0006750598549842834, + "F": 0.007536319084465504, + "E": 1.3627781072500511e-06, + "T": 0.00010108741844305769, + "P": 0.0011842106468975544, + "-": 0.9898372292518616 + }, + "id": "tp_30440" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3805005, + "label": "-", + "classification": { + "B": 9.454713108425494e-06, + "S": 2.1279758755099465e-07, + "I": 1.4952375693155773e-07, + "C": 7.576458642688522e-07, + "R": 2.3023525841381343e-07, + "M": 0.0014051429461687803, + "O": 0.00012041522859362885, + "W": 5.470381481131881e-08, + "N": 2.3194153542238638e-10, + "Y": 0.00011116299720015377, + "U": 1.7653521006133488e-11, + "K": 1.3848045431717748e-13, + "L": 0.00011029571760445833, + "G": 0.000301116582704708, + "F": 5.177740240469575e-05, + "E": 3.444289689014113e-07, + "T": 0.00014928745804354548, + "P": 9.798524115467444e-05, + "-": 0.9976416826248169 + }, + "id": "tp_30441" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3805138, + "label": "-", + "classification": { + "B": 4.3013338313357963e-07, + "S": 6.003905705931345e-10, + "I": 3.0960240593458366e-08, + "C": 9.494875996551855e-09, + "R": 6.393708895657824e-10, + "M": 2.1344064862205414e-06, + "O": 4.3758461742982036e-07, + "W": 2.363302331609418e-10, + "N": 5.4799359494595024e-11, + "Y": 6.462870487666805e-07, + "U": 1.3451508787051814e-12, + "K": 2.5365995721536756e-14, + "L": 1.4391994795914798e-07, + "G": 7.099621598172234e-06, + "F": 2.024404238909483e-05, + "E": 3.406037762943015e-07, + "T": 5.677387093783182e-07, + "P": 0.003866865299642086, + "-": 0.9961010217666626 + }, + "id": "tp_30442" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3805272, + "label": "-", + "classification": { + "B": 1.3142417709666177e-10, + "S": 7.0681282007822865e-12, + "I": 5.146735815309e-10, + "C": 1.7416255937430236e-10, + "R": 4.55093393525452e-11, + "M": 1.0305095798912589e-07, + "O": 2.3459501008460393e-08, + "W": 8.183980836767857e-13, + "N": 1.4323165862997062e-13, + "Y": 1.386733998742784e-07, + "U": 2.2118346887920522e-15, + "K": 3.1820873850028976e-17, + "L": 7.355072551007424e-09, + "G": 1.0323713013349334e-06, + "F": 7.061142696329625e-06, + "E": 7.603713214621166e-10, + "T": 2.860747656541207e-07, + "P": 0.00030131792300380766, + "-": 0.9996901750564575 + }, + "id": "tp_30443" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3805405, + "label": "-", + "classification": { + "B": 1.0164028196868458e-07, + "S": 6.731159629680405e-08, + "I": 1.9312858512421371e-07, + "C": 2.0667832359322347e-05, + "R": 4.389248715597205e-06, + "M": 0.00029506575083360076, + "O": 4.168332816334441e-05, + "W": 4.840926237648091e-08, + "N": 2.2740118676978227e-09, + "Y": 0.00010895956074818969, + "U": 9.349737650765633e-10, + "K": 4.886933566150553e-11, + "L": 4.114214607398026e-05, + "G": 0.00017843779642134905, + "F": 0.00046285887947306037, + "E": 1.73799577396494e-07, + "T": 0.0003399405686650425, + "P": 0.00024434112128801644, + "-": 0.9982618689537048 + }, + "id": "tp_30444" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3805506, + "label": "-", + "classification": { + "B": 2.120531111815538e-10, + "S": 7.520714606634726e-11, + "I": 8.162238174236336e-08, + "C": 2.555217179178726e-05, + "R": 1.160526835519704e-06, + "M": 1.1581679245864507e-05, + "O": 2.6411726139485836e-07, + "W": 9.721321664324378e-11, + "N": 4.36870817299706e-11, + "Y": 0.000530711084138602, + "U": 3.1876796341423486e-11, + "K": 1.018082059628389e-11, + "L": 4.925464622829168e-07, + "G": 0.00014698889572173357, + "F": 7.074767927406356e-05, + "E": 1.8676557189678533e-08, + "T": 5.6352164392592385e-05, + "P": 4.7348541556857526e-05, + "-": 0.999108612537384 + }, + "id": "tp_30445" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3805639, + "label": "-", + "classification": { + "B": 2.849930922366184e-07, + "S": 2.566595380670833e-09, + "I": 6.296032495356485e-08, + "C": 1.2109121882986074e-07, + "R": 3.764979084053266e-08, + "M": 2.4502062387909973e-06, + "O": 2.127781499439152e-06, + "W": 3.299070572282403e-09, + "N": 7.425152853679506e-11, + "Y": 1.919663418448181e-06, + "U": 1.5342380144112155e-11, + "K": 5.520128286222968e-14, + "L": 7.824700105629745e-07, + "G": 1.1573552001209464e-05, + "F": 4.216969318804331e-05, + "E": 1.3538125287482217e-08, + "T": 3.8288421819743235e-06, + "P": 0.0011317788157612085, + "-": 0.9988027811050415 + }, + "id": "tp_30446" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3805772, + "label": "-", + "classification": { + "B": 6.108754994904597e-13, + "S": 3.570432144384128e-12, + "I": 4.552138577196274e-08, + "C": 1.927776160925987e-08, + "R": 1.1554319723217077e-09, + "M": 4.2753597995215387e-08, + "O": 6.8066001723821046e-09, + "W": 1.0371131904662878e-11, + "N": 2.0206214479401297e-10, + "Y": 6.616037808271358e-06, + "U": 4.773129808066656e-12, + "K": 1.2998721543588942e-10, + "L": 1.1009673728246128e-10, + "G": 2.1752026668764302e-07, + "F": 2.4793976990622468e-05, + "E": 3.970059481162025e-08, + "T": 6.600455435545882e-07, + "P": 0.0021556434221565723, + "-": 0.9978118538856506 + }, + "id": "tp_30447" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3805906, + "label": "-", + "classification": { + "B": 6.553030118539027e-09, + "S": 1.0712151166103467e-08, + "I": 3.400609216441808e-08, + "C": 4.255797421137686e-07, + "R": 7.156116765827392e-08, + "M": 5.83604787607328e-06, + "O": 3.1681570362707134e-06, + "W": 2.3066697441009865e-09, + "N": 2.9679569912843817e-10, + "Y": 1.0935997124761343e-05, + "U": 1.2144854566464858e-11, + "K": 1.3735351831606346e-12, + "L": 4.4331437720757094e-07, + "G": 1.0462214959261473e-05, + "F": 5.606216291198507e-05, + "E": 8.337402590541387e-08, + "T": 1.0482059224159457e-05, + "P": 0.0012479121796786785, + "-": 0.9986540079116821 + }, + "id": "tp_30448" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3806006, + "label": "-", + "classification": { + "B": 9.047373310602791e-13, + "S": 5.105663721666209e-12, + "I": 9.50410417033254e-10, + "C": 1.4273481951931899e-08, + "R": 3.156876982046697e-10, + "M": 4.0412633239839124e-08, + "O": 6.283210840507536e-09, + "W": 3.69768582073049e-12, + "N": 4.620243423958392e-12, + "Y": 2.770868604784482e-06, + "U": 8.022609811718373e-13, + "K": 3.5562468768401967e-12, + "L": 4.944244458293667e-10, + "G": 3.4570206253192737e-07, + "F": 0.0001351600221823901, + "E": 1.3912146989980556e-09, + "T": 8.598891554356669e-07, + "P": 0.0004815808206330985, + "-": 0.9993791580200195 + }, + "id": "tp_30449" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3806139, + "label": "-", + "classification": { + "B": 2.8750662295351503e-07, + "S": 1.072892104048151e-07, + "I": 3.4900172067864332e-06, + "C": 2.621368821564829e-06, + "R": 3.246209416829515e-07, + "M": 9.457064152229577e-05, + "O": 1.475463250244502e-05, + "W": 5.193692231841851e-08, + "N": 6.189014811752713e-08, + "Y": 7.453991565853357e-05, + "U": 6.51854703548338e-09, + "K": 9.345151319450906e-10, + "L": 2.8899173685204005e-06, + "G": 6.061688327463344e-05, + "F": 0.0005445941933430731, + "E": 6.419008059310727e-06, + "T": 8.28747870400548e-05, + "P": 0.010204565711319447, + "-": 0.9889072179794312 + }, + "id": "tp_30450" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3806273, + "label": "-", + "classification": { + "B": 4.248836830811342e-06, + "S": 4.1358998004170644e-08, + "I": 1.7034786878866726e-06, + "C": 2.517643224564381e-06, + "R": 3.973268860590906e-07, + "M": 0.0008077152888290584, + "O": 4.2926960304612294e-05, + "W": 1.8119969524832413e-08, + "N": 2.140684074447563e-09, + "Y": 3.1624957046005875e-05, + "U": 2.4811527832291347e-10, + "K": 1.9346995522567106e-13, + "L": 6.643397500738502e-05, + "G": 0.00024044928431976587, + "F": 4.8032059567049146e-05, + "E": 1.0970494486173266e-06, + "T": 0.00013038684846833348, + "P": 0.0022030617110431194, + "-": 0.9964194297790527 + }, + "id": "tp_30451" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3806406, + "label": "-", + "classification": { + "B": 5.369005684485728e-09, + "S": 7.00140556642026e-10, + "I": 8.366541237592173e-09, + "C": 8.519896788072856e-09, + "R": 4.108221762777475e-09, + "M": 1.0391889190941583e-05, + "O": 1.6878312862900202e-06, + "W": 2.741575300113652e-10, + "N": 2.495854217743343e-12, + "Y": 1.0779104741232004e-05, + "U": 3.7614334390256854e-13, + "K": 1.3842568177867623e-15, + "L": 8.852678661241953e-07, + "G": 9.331652108812705e-06, + "F": 3.4225831768708304e-06, + "E": 2.6777566830560318e-09, + "T": 1.0870735422940925e-05, + "P": 5.7002434914465994e-05, + "-": 0.9998955726623535 + }, + "id": "tp_30452" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3806507, + "label": "-", + "classification": { + "B": 1.0457379175932147e-06, + "S": 3.214668993223313e-07, + "I": 1.96952854025767e-09, + "C": 1.5084189726621844e-05, + "R": 1.7895947166834958e-05, + "M": 0.000914249976631254, + "O": 0.0005354791064746678, + "W": 7.30264488879584e-08, + "N": 4.610211518096818e-12, + "Y": 0.00013344855688046664, + "U": 4.320183533829125e-12, + "K": 1.3202367123805667e-14, + "L": 0.0029039180371910334, + "G": 0.0015769526362419128, + "F": 0.0001279423595406115, + "E": 9.94886728555855e-10, + "T": 0.00025041107437573373, + "P": 1.0647750059433747e-06, + "-": 0.9935222268104553 + }, + "id": "tp_30453" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3806640, + "label": "-", + "classification": { + "B": 4.987526608601911e-06, + "S": 9.510426224323965e-08, + "I": 1.0729271480158786e-06, + "C": 4.4133233245702286e-07, + "R": 1.404547589345384e-07, + "M": 1.713371239020489e-05, + "O": 1.4512585039483383e-05, + "W": 6.183856271491095e-08, + "N": 1.094417356739541e-08, + "Y": 9.028660315379966e-06, + "U": 9.447751470048615e-10, + "K": 7.242982602573278e-11, + "L": 3.7428876566991676e-06, + "G": 7.038844341877848e-05, + "F": 0.0003618478076532483, + "E": 1.3750220659858314e-06, + "T": 3.055204433621839e-05, + "P": 0.011718286201357841, + "-": 0.9877663850784302 + }, + "id": "tp_30454" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3806773, + "label": "-", + "classification": { + "B": 1.7913523997492575e-09, + "S": 1.1775069808095395e-10, + "I": 3.168742921388912e-07, + "C": 1.3862495507055428e-06, + "R": 2.636716089909896e-07, + "M": 1.633408828638494e-06, + "O": 3.7173336409068725e-07, + "W": 5.367362665431585e-10, + "N": 3.013742033708411e-10, + "Y": 1.6579095245106146e-05, + "U": 7.85871229203039e-11, + "K": 1.787786173441941e-12, + "L": 1.4466377251665108e-07, + "G": 9.81397806754103e-06, + "F": 3.241367085138336e-05, + "E": 1.1854810466616073e-08, + "T": 1.370736299577402e-05, + "P": 0.0006839848938398063, + "-": 0.9992393255233765 + }, + "id": "tp_30455" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3806907, + "label": "-", + "classification": { + "B": 1.7509806105042713e-10, + "S": 1.172471425503474e-10, + "I": 1.2800446036465019e-08, + "C": 3.3995611659065617e-08, + "R": 3.2091183044258287e-09, + "M": 2.0195425065594463e-07, + "O": 1.9954439878233643e-08, + "W": 3.7536966590590026e-11, + "N": 3.0556068092435495e-11, + "Y": 1.1506194823596161e-05, + "U": 3.69748719489249e-12, + "K": 3.754154973001356e-11, + "L": 6.2151968016621595e-09, + "G": 4.790854291059077e-06, + "F": 0.0012714553158730268, + "E": 1.809764960114535e-08, + "T": 2.912541958721704e-06, + "P": 0.0010632833000272512, + "-": 0.9976456761360168 + }, + "id": "tp_30456" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3807007, + "label": "-", + "classification": { + "B": 1.564611693538609e-06, + "S": 4.58131914626847e-08, + "I": 6.074129146327323e-07, + "C": 2.084509333144524e-06, + "R": 4.865206051363202e-07, + "M": 1.4504425962513778e-05, + "O": 2.0381383365020156e-05, + "W": 3.718659158380433e-08, + "N": 4.8737360813788655e-09, + "Y": 3.564417056622915e-05, + "U": 5.805004255066137e-10, + "K": 1.0799283689522099e-10, + "L": 4.332433491072152e-06, + "G": 0.00013299827696755528, + "F": 0.0002307057729922235, + "E": 5.48314517345716e-07, + "T": 3.414980892557651e-05, + "P": 0.0016812357353046536, + "-": 0.9978406429290771 + }, + "id": "tp_30457" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3807140, + "label": "-", + "classification": { + "B": 2.6488067305763252e-05, + "S": 8.942246836340928e-07, + "I": 4.665351298172027e-06, + "C": 2.6983939278579783e-06, + "R": 4.729223235244717e-07, + "M": 0.0002642233157530427, + "O": 0.00014748434477951378, + "W": 3.807441544267931e-07, + "N": 4.215343807345562e-08, + "Y": 2.2496729798149318e-05, + "U": 4.536206521521535e-09, + "K": 7.759682653374345e-12, + "L": 8.381298539461568e-05, + "G": 0.00015705525584053248, + "F": 0.0001180658073280938, + "E": 3.0302367122203577e-06, + "T": 0.00011926310980925336, + "P": 0.010931863449513912, + "-": 0.9881170988082886 + }, + "id": "tp_30458" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3807274, + "label": "-", + "classification": { + "B": 3.4952375216334985e-08, + "S": 1.9237167414587475e-10, + "I": 2.23693796819191e-09, + "C": 2.5137396164609527e-08, + "R": 3.3492335571594367e-09, + "M": 6.074096177144384e-07, + "O": 2.3653267078316276e-07, + "W": 4.559738003839797e-11, + "N": 2.0744291701069173e-12, + "Y": 3.232956657939212e-07, + "U": 6.448133856289812e-14, + "K": 2.546832619541102e-15, + "L": 8.441026011496433e-08, + "G": 4.872165845881682e-06, + "F": 2.1927684429101646e-05, + "E": 1.1387633058745905e-09, + "T": 8.652608016745944e-07, + "P": 0.00014104890578892082, + "-": 0.9998300075531006 + }, + "id": "tp_30459" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3807407, + "label": "-", + "classification": { + "B": 3.1612427164873225e-07, + "S": 7.710277749595207e-09, + "I": 1.4759594657576258e-09, + "C": 1.275995398231089e-08, + "R": 8.760217440340057e-09, + "M": 0.00011143854499096051, + "O": 1.314963537879521e-05, + "W": 5.646802470060663e-10, + "N": 1.6825726738538965e-13, + "Y": 3.146541985188378e-06, + "U": 8.435462208302227e-15, + "K": 1.547644069341175e-18, + "L": 4.826603253604844e-05, + "G": 5.0305461627431214e-05, + "F": 1.51164858834818e-05, + "E": 1.6966527072170834e-09, + "T": 3.1095930808078265e-06, + "P": 8.660515959491022e-06, + "-": 0.9997465014457703 + }, + "id": "tp_30460" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3807508, + "label": "-", + "classification": { + "B": 1.980745167884379e-08, + "S": 5.407397640766476e-09, + "I": 4.131137757212855e-06, + "C": 2.440918933643843e-06, + "R": 2.570166373061511e-07, + "M": 1.6469330148538575e-05, + "O": 1.4506057368635084e-06, + "W": 1.1165464997020536e-08, + "N": 3.386356794976564e-08, + "Y": 0.0002452277403790504, + "U": 9.866408134939775e-09, + "K": 5.213892251276775e-08, + "L": 1.293035154503741e-07, + "G": 4.3111453123856336e-05, + "F": 0.0003399176348466426, + "E": 3.0436476663453504e-06, + "T": 8.980357961263508e-05, + "P": 0.004984574858099222, + "-": 0.9942693710327148 + }, + "id": "tp_30461" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3807641, + "label": "-", + "classification": { + "B": 2.2379356323654065e-06, + "S": 8.260537498472331e-08, + "I": 1.5520387819378811e-07, + "C": 8.610424629296176e-06, + "R": 1.4098797009864938e-06, + "M": 4.734911635750905e-05, + "O": 2.4707715056138113e-05, + "W": 6.204973601597885e-08, + "N": 2.0330253036604518e-09, + "Y": 4.044334127684124e-05, + "U": 1.0927195814858237e-09, + "K": 1.1651674070023432e-10, + "L": 1.2800529475498479e-05, + "G": 0.00012954723206348717, + "F": 0.0006371380877681077, + "E": 2.653733019997162e-07, + "T": 4.1811876144493e-05, + "P": 0.0007346237543970346, + "-": 0.9983187913894653 + }, + "id": "tp_30462" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3807774, + "label": "-", + "classification": { + "B": 1.4132251635601278e-07, + "S": 3.5520667296395914e-08, + "I": 5.800664553134993e-07, + "C": 5.940760274825152e-07, + "R": 2.2314596037631418e-07, + "M": 9.726637472340371e-06, + "O": 4.005501523351995e-06, + "W": 1.178965991499581e-08, + "N": 2.5212136822716502e-09, + "Y": 3.78288168576546e-05, + "U": 5.384513945827507e-10, + "K": 7.516143263330832e-11, + "L": 1.6589009419476497e-06, + "G": 3.680834561237134e-05, + "F": 0.0004085627442691475, + "E": 1.369718773958084e-07, + "T": 5.4384683608077466e-05, + "P": 0.0014789106789976358, + "-": 0.9979664087295532 + }, + "id": "tp_30463" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3807908, + "label": "-", + "classification": { + "B": 2.921153736679116e-07, + "S": 1.3495139450370175e-09, + "I": 1.5833596478387335e-07, + "C": 8.443928436463466e-07, + "R": 6.436148680677434e-08, + "M": 1.5323525985877495e-06, + "O": 4.7665764668636257e-07, + "W": 1.0333868205592012e-09, + "N": 4.331691394465764e-10, + "Y": 1.0317425221728627e-05, + "U": 1.0872058808786278e-10, + "K": 2.992511793920016e-11, + "L": 2.0358118035801454e-07, + "G": 2.3981687263585627e-05, + "F": 9.239139762939885e-05, + "E": 3.874445440033014e-07, + "T": 3.7107358821231173e-06, + "P": 0.0014001460513100028, + "-": 0.9984655380249023 + }, + "id": "tp_30464" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3808008, + "label": "-", + "classification": { + "B": 1.208382627737592e-06, + "S": 8.022311703825835e-07, + "I": 1.0962152373394929e-05, + "C": 3.551557892933488e-05, + "R": 9.994965694204438e-06, + "M": 0.0001637478853808716, + "O": 7.669917249586433e-05, + "W": 9.347867830911127e-07, + "N": 2.2402278432309686e-07, + "Y": 0.00029641808941960335, + "U": 1.2668590443354333e-07, + "K": 3.989696040207491e-08, + "L": 2.6119032554561272e-05, + "G": 0.00021194068540353328, + "F": 0.0012406824389472604, + "E": 1.6958730384430964e-06, + "T": 0.0008234605775214732, + "P": 0.002385276835411787, + "-": 0.994714081287384 + }, + "id": "tp_30465" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3808141, + "label": "-", + "classification": { + "B": 7.052554651387766e-10, + "S": 3.411372920258948e-11, + "I": 2.232442009031388e-11, + "C": 1.0453814897060099e-10, + "R": 6.494004639590045e-11, + "M": 1.1434279656441504e-07, + "O": 5.7330250768927726e-08, + "W": 2.2916859382382526e-11, + "N": 2.978701812116069e-14, + "Y": 1.5916401707727346e-07, + "U": 2.0018846555626283e-15, + "K": 3.4116769226707068e-16, + "L": 1.9008403739917412e-09, + "G": 4.967049349602348e-08, + "F": 7.201990683824988e-06, + "E": 7.422882447594148e-11, + "T": 1.0165766894942863e-07, + "P": 1.405870534654241e-05, + "-": 0.9999781847000122 + }, + "id": "tp_30466" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3808275, + "label": "-", + "classification": { + "B": 1.3299222834106672e-10, + "S": 5.409347557557009e-13, + "I": 4.1345728923891656e-11, + "C": 3.3725051196142886e-08, + "R": 2.310130975402558e-09, + "M": 6.087708470658981e-07, + "O": 1.9525712602330714e-08, + "W": 4.091203287606704e-13, + "N": 2.698470575340935e-15, + "Y": 9.420701871931669e-07, + "U": 1.7784845861637533e-15, + "K": 1.0820997895611243e-18, + "L": 5.99204952322907e-08, + "G": 3.433261326790671e-06, + "F": 1.2607265489350539e-06, + "E": 2.894407456766057e-11, + "T": 3.0771724368605646e-07, + "P": 2.9603140774270287e-06, + "-": 0.9999903440475464 + }, + "id": "tp_30467" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3808375, + "label": "-", + "classification": { + "B": 6.623974257990994e-08, + "S": 6.396264851105116e-09, + "I": 2.0397351363499183e-06, + "C": 4.5039629185339436e-05, + "R": 5.071149644209072e-06, + "M": 7.421765621984378e-05, + "O": 8.381797670153901e-06, + "W": 1.0994755328397332e-08, + "N": 2.569814583353036e-09, + "Y": 0.00011193318641744554, + "U": 1.6801389168819014e-09, + "K": 4.9499383758533355e-11, + "L": 4.489316324907122e-06, + "G": 8.898231317289174e-05, + "F": 2.0735929865622893e-05, + "E": 2.2495997598070971e-07, + "T": 0.00010591154568828642, + "P": 0.000301105115795508, + "-": 0.9992318153381348 + }, + "id": "tp_30468" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3808509, + "label": "-", + "classification": { + "B": 6.988401524132826e-10, + "S": 2.032537506357901e-11, + "I": 1.8581218785840292e-09, + "C": 3.605042930843183e-09, + "R": 6.650608952440962e-10, + "M": 6.937175953680708e-07, + "O": 6.536514973731755e-08, + "W": 1.7992520667808876e-11, + "N": 7.959269094498511e-13, + "Y": 2.6452103156771045e-06, + "U": 1.8506093738598212e-13, + "K": 7.174332640827192e-15, + "L": 2.0220230823042584e-08, + "G": 1.919892838486703e-06, + "F": 8.136267751979176e-06, + "E": 9.015349577978782e-10, + "T": 1.7283095985476393e-06, + "P": 6.376780947903171e-05, + "-": 0.9999209642410278 + }, + "id": "tp_30469" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3808642, + "label": "-", + "classification": { + "B": 1.4678138541057706e-05, + "S": 3.803179993155936e-11, + "I": 2.79714279516341e-10, + "C": 9.677856738221635e-09, + "R": 5.265564428924563e-09, + "M": 4.207812253298471e-06, + "O": 2.183925289500621e-06, + "W": 9.743190282351932e-11, + "N": 1.2416198576009271e-14, + "Y": 1.1186629933490622e-07, + "U": 1.3961131614659544e-14, + "K": 3.133902351393003e-20, + "L": 5.576540388574358e-06, + "G": 6.498251877928851e-06, + "F": 5.591232721258166e-08, + "E": 5.712299036564339e-11, + "T": 3.160473625030136e-07, + "P": 1.1057768460887019e-05, + "-": 0.9999551773071289 + }, + "id": "tp_30470" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3808775, + "label": "-", + "classification": { + "B": 4.987334705219837e-07, + "S": 1.1373360031541324e-08, + "I": 3.220094058065115e-08, + "C": 3.355751232447801e-07, + "R": 9.315323268310749e-08, + "M": 0.00018177475431002676, + "O": 1.5138775779632851e-05, + "W": 5.837655692175758e-09, + "N": 5.778989786708877e-11, + "Y": 2.592342389107216e-05, + "U": 2.405010392225737e-11, + "K": 1.7524074910364035e-13, + "L": 1.411245102644898e-05, + "G": 9.533570846542716e-05, + "F": 2.9595374144264497e-05, + "E": 3.529748227037999e-08, + "T": 3.616720641730353e-05, + "P": 0.00014436892524827272, + "-": 0.9994567036628723 + }, + "id": "tp_30471" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3808876, + "label": "-", + "classification": { + "B": 8.853954369669736e-08, + "S": 9.746847773328682e-10, + "I": 4.123740904304896e-09, + "C": 5.304988448529002e-08, + "R": 7.614231911645675e-09, + "M": 1.94041854228999e-06, + "O": 1.5471722463189508e-06, + "W": 4.929203156756046e-10, + "N": 1.0162129818191978e-11, + "Y": 3.7747952319477918e-06, + "U": 7.386037961798486e-12, + "K": 4.7545209550014025e-14, + "L": 9.346944693788828e-07, + "G": 1.3181625945435371e-05, + "F": 4.466172686079517e-05, + "E": 1.7439683031028608e-09, + "T": 1.0816346730280202e-05, + "P": 0.00022238078236114234, + "-": 0.999700665473938 + }, + "id": "tp_30472" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3809009, + "label": "-", + "classification": { + "B": 6.584734535408643e-09, + "S": 3.903333767318884e-10, + "I": 2.3536390614253833e-09, + "C": 2.5631397448933058e-08, + "R": 4.675452025537652e-09, + "M": 6.176970146043459e-06, + "O": 1.0972134987241589e-06, + "W": 2.329706982884261e-10, + "N": 5.403311045121262e-12, + "Y": 1.4024992196937092e-05, + "U": 1.2116006982421101e-12, + "K": 7.714866207897755e-14, + "L": 2.65554291445369e-07, + "G": 1.342952236882411e-05, + "F": 4.2026273149531335e-05, + "E": 1.9080537150273358e-09, + "T": 9.091480023926124e-06, + "P": 4.098709541722201e-05, + "-": 0.9998728036880493 + }, + "id": "tp_30473" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3809142, + "label": "-", + "classification": { + "B": 4.578849799319329e-11, + "S": 1.545427327775961e-11, + "I": 2.2871871063756544e-09, + "C": 5.043331863241463e-10, + "R": 3.704078710420333e-11, + "M": 6.272462549361535e-09, + "O": 4.7008241743640156e-09, + "W": 5.198935032479923e-12, + "N": 1.7332973598072066e-11, + "Y": 2.011197324236491e-07, + "U": 3.60012394244949e-13, + "K": 7.396999137342097e-13, + "L": 7.462689494142083e-11, + "G": 5.8485994713919354e-08, + "F": 9.758274245541543e-06, + "E": 3.2453213449912255e-09, + "T": 4.1694841002026806e-07, + "P": 0.006552486214786768, + "-": 0.9934369921684265 + }, + "id": "tp_30474" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3809276, + "label": "-", + "classification": { + "B": 6.3389911701960955e-06, + "S": 1.1225536127312807e-06, + "I": 8.437394782845331e-09, + "C": 1.8211967045544952e-08, + "R": 7.839236815243567e-09, + "M": 0.000419014337239787, + "O": 6.737098738085479e-05, + "W": 7.389949985281419e-08, + "N": 1.0307930203845572e-10, + "Y": 8.435757990810089e-06, + "U": 9.225946395741147e-12, + "K": 5.226271347115452e-13, + "L": 2.87555085378699e-05, + "G": 3.667157579911873e-05, + "F": 0.0009160501067526639, + "E": 5.841974370923708e-08, + "T": 3.957481749239378e-05, + "P": 0.00013555260375142097, + "-": 0.9983410835266113 + }, + "id": "tp_30475" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3809376, + "label": "-", + "classification": { + "B": 5.901132027474887e-08, + "S": 3.5122778019314183e-09, + "I": 6.803454510873053e-08, + "C": 1.1022264345683652e-07, + "R": 7.139141278145189e-09, + "M": 3.1256236070476007e-06, + "O": 1.006092134048231e-06, + "W": 6.886087255963957e-10, + "N": 3.0956731622566735e-10, + "Y": 1.58194870891748e-05, + "U": 2.0604438294435923e-11, + "K": 3.4560262637817196e-12, + "L": 1.8788273337122519e-07, + "G": 1.459296890971018e-05, + "F": 8.234313281718642e-05, + "E": 7.290554293604146e-08, + "T": 9.854444215307012e-06, + "P": 0.0003304164274595678, + "-": 0.999542236328125 + }, + "id": "tp_30476" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3809510, + "label": "-", + "classification": { + "B": 1.329045858255995e-06, + "S": 6.456739356508479e-07, + "I": 1.3115792398821213e-06, + "C": 1.2349409189482685e-05, + "R": 2.9337620617297944e-06, + "M": 0.0003827011678367853, + "O": 0.00013465795200318098, + "W": 1.8960108150167798e-07, + "N": 1.878816568989805e-08, + "Y": 0.0002501390117686242, + "U": 3.782383295458658e-09, + "K": 8.533093676099668e-11, + "L": 0.00017086326261051, + "G": 0.0006420619320124388, + "F": 0.0011404597898945212, + "E": 1.6613945490462356e-06, + "T": 0.0002742354990914464, + "P": 0.0008960709674283862, + "-": 0.9960885047912598 + }, + "id": "tp_30477" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3809643, + "label": "-", + "classification": { + "B": 1.3079800282866927e-06, + "S": 1.1699547108889874e-08, + "I": 9.61494635021154e-08, + "C": 8.798652118002792e-08, + "R": 3.593213193653355e-08, + "M": 4.179391180514358e-05, + "O": 8.747490937821567e-06, + "W": 7.942079882639064e-09, + "N": 1.231777874144413e-10, + "Y": 1.1140999959025066e-05, + "U": 1.814745922978922e-11, + "K": 2.1348150840410501e-13, + "L": 3.557544459908968e-06, + "G": 4.010949487565085e-05, + "F": 3.218391793780029e-05, + "E": 3.144498705864862e-08, + "T": 1.7860185835161246e-05, + "P": 0.0001767169014783576, + "-": 0.9996663331985474 + }, + "id": "tp_30478" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3809776, + "label": "-", + "classification": { + "B": 5.12025735588395e-07, + "S": 1.4993038632837852e-07, + "I": 3.0754597446502885e-07, + "C": 4.976062427886063e-06, + "R": 1.7922898223332595e-06, + "M": 8.39280619402416e-05, + "O": 2.226123797299806e-05, + "W": 8.437140763817297e-08, + "N": 1.243715908039178e-09, + "Y": 1.6488460460095666e-05, + "U": 4.2536621447375467e-10, + "K": 9.340452022943424e-12, + "L": 1.4593457308365032e-05, + "G": 6.7814216890838e-05, + "F": 0.00026230260846205056, + "E": 4.062741609800469e-08, + "T": 9.52773480094038e-05, + "P": 0.0003931666142307222, + "-": 0.9990363121032715 + }, + "id": "tp_30479" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3809877, + "label": "-", + "classification": { + "B": 6.400940037565306e-06, + "S": 1.4398318626263062e-06, + "I": 9.095783752854913e-06, + "C": 4.0040267776930705e-05, + "R": 1.07859250420006e-05, + "M": 0.00038989560562185943, + "O": 8.92428433871828e-05, + "W": 1.2791019798896741e-06, + "N": 2.2706053925958258e-07, + "Y": 0.00039429336902685463, + "U": 6.809081298797537e-08, + "K": 2.286859412947706e-08, + "L": 2.8874161216663197e-05, + "G": 0.0002554762759245932, + "F": 0.001165024470537901, + "E": 3.2378873584093526e-05, + "T": 0.00025044483481906354, + "P": 0.007803142536431551, + "-": 0.9895217418670654 + }, + "id": "tp_30480" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3810010, + "label": "-", + "classification": { + "B": 9.646631224313751e-05, + "S": 7.198592811619164e-06, + "I": 2.9231001462903805e-05, + "C": 0.00021721281518694013, + "R": 4.307958442950621e-05, + "M": 0.0027390990871936083, + "O": 0.0008033705526031554, + "W": 1.0367249160481151e-05, + "N": 5.881147444597445e-07, + "Y": 0.0008152094087563455, + "U": 1.8816520253039926e-07, + "K": 6.546399866635966e-09, + "L": 0.00047087628627195954, + "G": 0.0012986961519345641, + "F": 0.0005441115354187787, + "E": 3.100515823462047e-05, + "T": 0.0020635875407606363, + "P": 0.00424845889210701, + "-": 0.9865813255310059 + }, + "id": "tp_30481" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3810143, + "label": "-", + "classification": { + "B": 2.1831723095999678e-09, + "S": 9.784858256978168e-09, + "I": 7.3468826577993696e-09, + "C": 3.1157058401731774e-05, + "R": 4.689821707870578e-06, + "M": 0.0001541256351629272, + "O": 6.217912869033171e-06, + "W": 3.7863618906897045e-09, + "N": 2.5713728021847793e-11, + "Y": 0.00012171093112556264, + "U": 3.137475002024104e-11, + "K": 2.510485049012079e-11, + "L": 1.8101620298693888e-05, + "G": 0.0002672024420462549, + "F": 0.001662569004110992, + "E": 2.056322756516238e-08, + "T": 0.00014477230433840305, + "P": 2.5099898266489618e-05, + "-": 0.9975643157958984 + }, + "id": "tp_30482" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3810277, + "label": "-", + "classification": { + "B": 5.036868144792095e-11, + "S": 5.4486568035194693e-11, + "I": 4.1930334759854304e-09, + "C": 1.1423599488580294e-07, + "R": 2.6044970624639063e-09, + "M": 1.6127413005051494e-07, + "O": 3.732771602926732e-08, + "W": 3.7389438767299055e-11, + "N": 3.6451213575317e-11, + "Y": 2.3620493720954983e-06, + "U": 1.570072370726816e-11, + "K": 4.8681756542601207e-11, + "L": 5.695508509262481e-09, + "G": 2.097088781738421e-06, + "F": 0.000522524700500071, + "E": 6.624331305715714e-09, + "T": 1.0867679520742968e-06, + "P": 0.0013778040884062648, + "-": 0.9980937838554382 + }, + "id": "tp_30483" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3810377, + "label": "-", + "classification": { + "B": 2.0101986047960096e-11, + "S": 1.4403199986856574e-11, + "I": 3.3368509344544606e-11, + "C": 1.0720366105942958e-07, + "R": 1.6457688545301608e-08, + "M": 2.3908111757009465e-07, + "O": 8.255632621967379e-08, + "W": 1.3145667714098419e-11, + "N": 2.269839759129911e-14, + "Y": 4.20679634771659e-06, + "U": 2.6636609516922198e-14, + "K": 6.112127490465408e-15, + "L": 9.82705827823338e-08, + "G": 6.787616257497575e-06, + "F": 0.00011570401693461463, + "E": 8.671404740090427e-12, + "T": 1.2069812100889976e-06, + "P": 2.3281465928448597e-06, + "-": 0.9998692274093628 + }, + "id": "tp_30484" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3810511, + "label": "-", + "classification": { + "B": 1.934920224044845e-09, + "S": 7.700798007083398e-13, + "I": 7.990936037871599e-12, + "C": 1.0558468682697608e-10, + "R": 3.671871834365348e-11, + "M": 7.898820086893465e-08, + "O": 2.0993878635522378e-08, + "W": 5.649520022805998e-13, + "N": 5.300325078707137e-16, + "Y": 2.5600596131880593e-07, + "U": 2.6376198342893046e-16, + "K": 1.0287919928134767e-19, + "L": 2.425218070811752e-08, + "G": 9.737424306877074e-07, + "F": 3.105451469309628e-07, + "E": 7.324172518474725e-12, + "T": 1.0204085754139669e-07, + "P": 7.5582902354653925e-06, + "-": 0.999990701675415 + }, + "id": "tp_30485" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3810644, + "label": "-", + "classification": { + "B": 8.163944585248828e-06, + "S": 1.3700259842153173e-06, + "I": 2.1278203803376528e-06, + "C": 8.615068509243429e-06, + "R": 6.343236236716621e-06, + "M": 0.0014726154040545225, + "O": 0.00020408812270034105, + "W": 4.882560347141407e-07, + "N": 8.379274163416994e-09, + "Y": 0.0003010528162121773, + "U": 1.6973079608462172e-09, + "K": 4.539455270013981e-11, + "L": 0.00021364990971051157, + "G": 0.0008185645565390587, + "F": 0.00041020719800144434, + "E": 1.015642965285224e-06, + "T": 0.000391818699426949, + "P": 0.00041654129745438695, + "-": 0.9957433342933655 + }, + "id": "tp_30486" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3810777, + "label": "-", + "classification": { + "B": 4.5132132697744964e-08, + "S": 2.3572048757358743e-09, + "I": 1.9224282610252885e-08, + "C": 1.0827585583683685e-07, + "R": 2.4046700630719897e-08, + "M": 2.5510324121569283e-05, + "O": 2.895746320064063e-06, + "W": 7.721827066653475e-10, + "N": 1.1525442059068247e-11, + "Y": 1.252989204658661e-05, + "U": 8.472687070167073e-13, + "K": 4.1991311076623565e-15, + "L": 4.255695785104763e-06, + "G": 7.99980916781351e-05, + "F": 6.950878741918132e-05, + "E": 4.340469761388022e-09, + "T": 1.6458659956697375e-05, + "P": 3.445850234129466e-05, + "-": 0.9997541308403015 + }, + "id": "tp_30487" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3810878, + "label": "-", + "classification": { + "B": 4.676021490013227e-06, + "S": 5.501734534618663e-08, + "I": 1.3011134569751448e-06, + "C": 1.7463636368120206e-06, + "R": 9.176039270641922e-07, + "M": 0.00010658665269147605, + "O": 5.2134979341644794e-05, + "W": 9.26037699855442e-08, + "N": 2.246128172345152e-09, + "Y": 0.00012265497935004532, + "U": 5.546719750171292e-10, + "K": 6.743317384517999e-13, + "L": 3.214084426872432e-05, + "G": 0.00010241006384603679, + "F": 2.8737737011397257e-05, + "E": 2.59912923183947e-07, + "T": 9.167275857180357e-05, + "P": 0.0011880529345944524, + "-": 0.9982665777206421 + }, + "id": "tp_30488" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3811011, + "label": "-", + "classification": { + "B": 8.110782800940797e-08, + "S": 2.0401467182296074e-08, + "I": 4.6647880225236804e-08, + "C": 1.510604477061861e-07, + "R": 1.0051650178866112e-07, + "M": 0.0001332829997409135, + "O": 1.5359377357526682e-05, + "W": 3.266591885875414e-09, + "N": 5.24200370610739e-11, + "Y": 1.3084531019558199e-05, + "U": 2.8844689223955777e-12, + "K": 2.132622708663672e-15, + "L": 2.5498591639916413e-05, + "G": 5.337762922863476e-05, + "F": 7.47845260775648e-05, + "E": 1.0940423678107436e-08, + "T": 9.416470129508525e-05, + "P": 0.00010703065345296636, + "-": 0.9994829893112183 + }, + "id": "tp_30489" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3811144, + "label": "-", + "classification": { + "B": 6.721458389868928e-10, + "S": 2.0370638509348282e-09, + "I": 1.0044298903721938e-07, + "C": 1.2802660194211057e-06, + "R": 2.487951746843464e-07, + "M": 2.4621554985060357e-05, + "O": 1.7775207652448444e-06, + "W": 1.248309344781262e-09, + "N": 3.3956243372657013e-10, + "Y": 0.0002814742038026452, + "U": 6.480193465163708e-11, + "K": 1.9542090168300774e-11, + "L": 8.920682716961892e-07, + "G": 4.860301123699173e-05, + "F": 0.00012396475358400494, + "E": 7.591110318116989e-08, + "T": 9.68888052739203e-05, + "P": 0.0003727113944478333, + "-": 0.9990473389625549 + }, + "id": "tp_30490" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3811278, + "label": "-", + "classification": { + "B": 1.6532629487642225e-08, + "S": 1.2861799403296459e-09, + "I": 2.2619490724906655e-09, + "C": 2.2969967261587954e-08, + "R": 1.0819019458097046e-08, + "M": 1.165223784482805e-05, + "O": 2.439948275423376e-06, + "W": 5.985137940811569e-10, + "N": 3.1454240254080723e-12, + "Y": 2.2795422410126776e-05, + "U": 4.5319921860437207e-13, + "K": 1.6077498490515985e-14, + "L": 9.567366987539572e-07, + "G": 1.1284090760455001e-05, + "F": 1.6211492038564757e-05, + "E": 2.291180356550626e-09, + "T": 1.540065204608254e-05, + "P": 2.1556170395342633e-05, + "-": 0.9998977184295654 + }, + "id": "tp_30491" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3811378, + "label": "-", + "classification": { + "B": 5.149828939465806e-05, + "S": 1.1344359762688327e-07, + "I": 8.649870864019249e-08, + "C": 1.575037686052383e-06, + "R": 6.34214700312441e-07, + "M": 7.66477533034049e-05, + "O": 7.401424954878166e-05, + "W": 9.118535615471046e-08, + "N": 5.761083277100454e-10, + "Y": 7.781353815516923e-06, + "U": 3.054382302636327e-10, + "K": 3.5641108120376686e-13, + "L": 0.00010800307791214436, + "G": 0.0001407438685419038, + "F": 0.0003206122783012688, + "E": 1.6911914713091392e-07, + "T": 3.8565580325666815e-05, + "P": 0.0012321564136072993, + "-": 0.9979473948478699 + }, + "id": "tp_30492" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3811512, + "label": "-", + "classification": { + "B": 1.3206752136341038e-08, + "S": 1.942842864366412e-08, + "I": 4.2740040839817084e-08, + "C": 2.8153897346783197e-07, + "R": 1.1319826853650738e-07, + "M": 2.472895175742451e-05, + "O": 7.386161996691953e-06, + "W": 4.708536227582272e-09, + "N": 1.5027665223321662e-10, + "Y": 0.00010295586980646476, + "U": 1.0140332150354592e-11, + "K": 1.7777489549897219e-12, + "L": 1.7395298073097365e-06, + "G": 3.546291191014461e-05, + "F": 0.0001369743113173172, + "E": 5.9194964485698165e-09, + "T": 8.096473175100982e-05, + "P": 4.9409889470553026e-05, + "-": 0.9995599389076233 + }, + "id": "tp_30493" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3811645, + "label": "-", + "classification": { + "B": 1.1393050954211503e-05, + "S": 2.178793039320226e-07, + "I": 4.958661747878068e-07, + "C": 2.1439495867525693e-06, + "R": 7.324094895011513e-07, + "M": 0.00013704523735214025, + "O": 8.208560757339001e-05, + "W": 1.152876620835741e-07, + "N": 4.182087565141046e-09, + "Y": 0.00011663079931167886, + "U": 2.1916823911283245e-09, + "K": 4.518875204584383e-11, + "L": 2.3090882677934133e-05, + "G": 0.00016161572420969605, + "F": 1.954822255356703e-05, + "E": 2.435143642287585e-07, + "T": 0.00013264032895676792, + "P": 0.0005371976876631379, + "-": 0.9987747073173523 + }, + "id": "tp_30494" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3811778, + "label": "-", + "classification": { + "B": 9.357699326528746e-08, + "S": 7.789026312821079e-09, + "I": 1.987102677958319e-07, + "C": 3.555237526597921e-07, + "R": 3.617733668193068e-08, + "M": 1.9072846271228627e-06, + "O": 2.2056337911635637e-06, + "W": 1.1546068101608853e-08, + "N": 1.966326657054651e-09, + "Y": 5.306341336108744e-06, + "U": 3.211164667504818e-10, + "K": 3.324509417756971e-11, + "L": 2.77651366786813e-07, + "G": 7.4349823080410715e-06, + "F": 0.0003466639609541744, + "E": 1.6609183717264386e-07, + "T": 6.6974953369935974e-06, + "P": 0.0049612377770245075, + "-": 0.9946674108505249 + }, + "id": "tp_30495" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3811879, + "label": "-", + "classification": { + "B": 3.528553804699186e-08, + "S": 1.7801870200173653e-08, + "I": 2.5622164390171065e-09, + "C": 9.103589349024332e-08, + "R": 4.105172024537751e-08, + "M": 5.5569500545971096e-05, + "O": 7.763666872051544e-06, + "W": 2.7227560206455337e-09, + "N": 5.12542439046193e-12, + "Y": 1.027464895742014e-05, + "U": 6.452218859025194e-13, + "K": 2.2173285614286026e-13, + "L": 5.252929440757725e-06, + "G": 4.001471461378969e-05, + "F": 0.0002419210213702172, + "E": 5.690350857179283e-09, + "T": 1.2698574209935032e-05, + "P": 1.0297397238900885e-05, + "-": 0.9996160268783569 + }, + "id": "tp_30496" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3812012, + "label": "-", + "classification": { + "B": 3.88621801405975e-09, + "S": 3.057353836766197e-08, + "I": 1.3945587795660686e-07, + "C": 3.3598051231820136e-05, + "R": 3.8335083445417695e-06, + "M": 6.721212685079081e-06, + "O": 4.304419690015493e-06, + "W": 2.5018398019938104e-08, + "N": 3.82650844343857e-09, + "Y": 8.146730397129431e-05, + "U": 3.1441014236577303e-09, + "K": 3.394472258833048e-09, + "L": 1.280348442378454e-06, + "G": 3.311851469334215e-05, + "F": 0.0007865707157179713, + "E": 2.6328002888931223e-08, + "T": 0.00017135980306193233, + "P": 0.0003639477654360235, + "-": 0.9985135197639465 + }, + "id": "tp_30497" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3812145, + "label": "-", + "classification": { + "B": 2.2354133761837147e-06, + "S": 8.56922710568142e-09, + "I": 4.1570295650217304e-08, + "C": 3.059664166471521e-08, + "R": 2.5955628757401428e-09, + "M": 3.580490738386288e-05, + "O": 1.8741383200904238e-06, + "W": 4.3319159370724947e-10, + "N": 2.200631170345968e-11, + "Y": 3.504705546220066e-06, + "U": 6.107806318003672e-13, + "K": 1.3485095921929075e-15, + "L": 2.115042434525094e-06, + "G": 3.644575917860493e-05, + "F": 1.615492146811448e-05, + "E": 4.820721244414017e-08, + "T": 1.209606125485152e-05, + "P": 0.00022133919992484152, + "-": 0.9996683597564697 + }, + "id": "tp_30498" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3812279, + "label": "-", + "classification": { + "B": 2.7759830345530645e-07, + "S": 9.209689011413502e-09, + "I": 4.772714223832963e-09, + "C": 9.736540960147977e-07, + "R": 6.117489306234347e-07, + "M": 0.0014351103454828262, + "O": 7.485169044230133e-05, + "W": 4.218079663331764e-09, + "N": 1.966793698390812e-12, + "Y": 6.300512177404016e-05, + "U": 1.5396901418759934e-12, + "K": 5.406049613601051e-16, + "L": 0.0005001873942092061, + "G": 0.0004637466336134821, + "F": 1.3192945516493637e-05, + "E": 1.4242951262843917e-09, + "T": 0.00030642488854937255, + "P": 2.241811444037012e-06, + "-": 0.9971393346786499 + }, + "id": "tp_30499" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3812379, + "label": "-", + "classification": { + "B": 7.969532589413575e-09, + "S": 6.133320240575557e-11, + "I": 2.2677246747093704e-08, + "C": 1.3562572176439858e-09, + "R": 1.625023310358742e-10, + "M": 2.409028070360364e-07, + "O": 5.321405893710107e-08, + "W": 4.5594705094798016e-11, + "N": 3.7781101164258146e-11, + "Y": 7.271582944667898e-07, + "U": 3.4264304176086224e-13, + "K": 8.533875917125094e-14, + "L": 4.445368073646705e-09, + "G": 1.3538802932089311e-06, + "F": 2.3500002498622052e-05, + "E": 7.842329097229594e-08, + "T": 6.958664471312659e-07, + "P": 0.008179021999239922, + "-": 0.9917942881584167 + }, + "id": "tp_30500" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3812513, + "label": "-", + "classification": { + "B": 1.4860282817608095e-06, + "S": 3.6237423728380236e-08, + "I": 8.018374297869002e-10, + "C": 5.655039103658055e-08, + "R": 4.3964107021565724e-08, + "M": 1.5336980141000822e-05, + "O": 1.1907748557860032e-05, + "W": 3.7046476997204536e-09, + "N": 2.629138497623612e-13, + "Y": 4.078891890912928e-07, + "U": 1.0516559140454768e-13, + "K": 2.899580390397662e-17, + "L": 2.6715584681369364e-05, + "G": 1.7479253074270673e-05, + "F": 1.4880230082781054e-05, + "E": 2.1537080452382895e-10, + "T": 3.2549689876759658e-06, + "P": 4.22429957325221e-06, + "-": 0.9999041557312012 + }, + "id": "tp_30501" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3812646, + "label": "-", + "classification": { + "B": 3.282668103565811e-06, + "S": 8.935112560948255e-08, + "I": 6.790355200791964e-06, + "C": 5.223078187555075e-05, + "R": 1.98828570319165e-06, + "M": 0.00048218658776022494, + "O": 1.7134185327449813e-05, + "W": 5.837345540271599e-08, + "N": 6.424939869020818e-08, + "Y": 0.00013333350943867117, + "U": 2.6959440901919152e-08, + "K": 1.7156698284281902e-09, + "L": 1.7580401618033648e-05, + "G": 0.0005312476423569024, + "F": 0.000748893478885293, + "E": 8.348728442797437e-06, + "T": 0.0003941291361115873, + "P": 0.007439749781042337, + "-": 0.9901628494262695 + }, + "id": "tp_30502" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3812779, + "label": "-", + "classification": { + "B": 1.9265146988800552e-07, + "S": 5.2883568635309075e-09, + "I": 5.613857378961029e-09, + "C": 7.104002719415803e-09, + "R": 2.5235968870163106e-09, + "M": 3.46940360032022e-05, + "O": 1.8075636489811586e-06, + "W": 3.8422739989663057e-10, + "N": 6.453863918981506e-12, + "Y": 2.411095238130656e-06, + "U": 5.134212282750794e-13, + "K": 1.7117924306221492e-14, + "L": 1.4889855037836242e-06, + "G": 3.0147013603709638e-05, + "F": 0.00010623656999086961, + "E": 2.0975944536871793e-08, + "T": 1.2623709153558593e-05, + "P": 0.0002031486656051129, + "-": 0.999607264995575 + }, + "id": "tp_30503" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3812880, + "label": "-", + "classification": { + "B": 0.0009085030178539455, + "S": 0.0004646421002689749, + "I": 2.442841650918126e-05, + "C": 0.03274653106927872, + "R": 0.006182137411087751, + "M": 0.06922368705272675, + "O": 0.008025344461202621, + "W": 6.17590849287808e-05, + "N": 6.964983185753226e-07, + "Y": 0.001776871387846768, + "U": 3.733391338300862e-07, + "K": 2.197779558343882e-08, + "L": 0.0417729988694191, + "G": 0.09179022163152695, + "F": 0.013325397856533527, + "E": 7.107383135007694e-05, + "T": 0.007143101654946804, + "P": 0.0006466635968536139, + "-": 0.7258355021476746 + }, + "id": "tp_30504" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3813013, + "label": "-", + "classification": { + "B": 3.7713530787186755e-07, + "S": 2.0782409126951507e-09, + "I": 6.295840515591067e-10, + "C": 2.855114478172993e-10, + "R": 2.3196294884897384e-10, + "M": 8.852298378769774e-06, + "O": 2.1631351501127938e-06, + "W": 1.5972574651801352e-10, + "N": 1.3758173203134993e-13, + "Y": 2.797360423301143e-07, + "U": 3.2399228343460906e-15, + "K": 6.908532342921046e-19, + "L": 1.4642032510892022e-06, + "G": 3.1575075354339788e-06, + "F": 4.057197656948119e-06, + "E": 5.801571445473996e-10, + "T": 9.143440706793626e-07, + "P": 3.118604581686668e-05, + "-": 0.9999475479125977 + }, + "id": "tp_30505" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3813146, + "label": "-", + "classification": { + "B": 6.903660505486187e-07, + "S": 8.262859410024248e-07, + "I": 2.6043112484330777e-06, + "C": 6.154315542516997e-06, + "R": 3.1330366709880764e-06, + "M": 0.0006027202471159399, + "O": 7.383970660157502e-05, + "W": 3.3438152513554087e-07, + "N": 2.924262787473708e-08, + "Y": 0.0007681506103836, + "U": 2.8742830338046588e-09, + "K": 5.256208801540652e-10, + "L": 3.775595178012736e-05, + "G": 0.00031298203975893557, + "F": 0.0010542352683842182, + "E": 2.2155261376610724e-06, + "T": 0.000945904350373894, + "P": 0.0011363958474248648, + "-": 0.9950520396232605 + }, + "id": "tp_30506" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3813280, + "label": "-", + "classification": { + "B": 1.6396900264226133e-06, + "S": 4.6442046368611045e-06, + "I": 1.2607269127329346e-05, + "C": 0.00088353524915874, + "R": 0.00014751238632015884, + "M": 0.0005450057797133923, + "O": 0.00019916935707442462, + "W": 2.530677875256515e-06, + "N": 4.674493254697154e-07, + "Y": 0.0017998446710407734, + "U": 1.901546795579634e-07, + "K": 7.631988978573645e-07, + "L": 0.0001574177440488711, + "G": 0.0032397727482020855, + "F": 0.020402878522872925, + "E": 8.286259799206164e-06, + "T": 0.00087751355022192, + "P": 0.0029934796039015055, + "-": 0.9687227606773376 + }, + "id": "tp_30507" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3813380, + "label": "-", + "classification": { + "B": 4.440778980097093e-07, + "S": 1.1386345022401656e-07, + "I": 3.043647041067743e-07, + "C": 1.7252868644845876e-07, + "R": 4.634353345522868e-08, + "M": 6.481099990196526e-05, + "O": 2.2319038180285133e-05, + "W": 7.62218377303725e-08, + "N": 4.5365995404722526e-09, + "Y": 3.558574462658726e-05, + "U": 5.712362249887804e-10, + "K": 1.5640666539695758e-10, + "L": 1.2731038623314817e-06, + "G": 1.624565447855275e-05, + "F": 7.263389852596447e-05, + "E": 8.002013487384829e-07, + "T": 3.3305543183814734e-05, + "P": 0.0013544000685214996, + "-": 0.9983972907066345 + }, + "id": "tp_30508" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3813514, + "label": "-", + "classification": { + "B": 6.008661443956953e-07, + "S": 9.256376998223459e-09, + "I": 1.2564982831975158e-08, + "C": 1.2069419597082742e-07, + "R": 9.359546027098986e-08, + "M": 2.5139364879578352e-05, + "O": 1.110465109377401e-05, + "W": 7.087911146896886e-09, + "N": 1.552951517380663e-11, + "Y": 1.5345585779868998e-06, + "U": 4.11717274856338e-12, + "K": 5.9155044618698464e-15, + "L": 9.422103175893426e-06, + "G": 1.7696762370178476e-05, + "F": 3.4350494388490915e-05, + "E": 3.1833427005523163e-09, + "T": 1.1524686669872608e-05, + "P": 9.028796193888411e-05, + "-": 0.9997981190681458 + }, + "id": "tp_30509" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3813647, + "label": "-", + "classification": { + "B": 2.0133454903259462e-09, + "S": 6.46255382541483e-10, + "I": 1.0128371474849018e-09, + "C": 9.319799687546038e-08, + "R": 3.004584314680869e-08, + "M": 1.3620074241771363e-06, + "O": 9.54791630647378e-07, + "W": 6.501882920950663e-10, + "N": 1.6655353311800791e-12, + "Y": 1.4164621688905754e-06, + "U": 6.263843610465614e-13, + "K": 5.138107279055448e-14, + "L": 2.63313722825842e-07, + "G": 4.698340944742085e-06, + "F": 8.767269900999963e-05, + "E": 1.7326676204909575e-10, + "T": 2.9008865567448083e-06, + "P": 3.791334529523738e-05, + "-": 0.999862551689148 + }, + "id": "tp_30510" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3813780, + "label": "-", + "classification": { + "B": 1.162864856490975e-11, + "S": 2.158379724948034e-11, + "I": 5.572884514970511e-11, + "C": 2.329204829010223e-09, + "R": 9.159372149625256e-10, + "M": 2.0898360730825516e-07, + "O": 2.94802362077462e-07, + "W": 2.6194619390240703e-11, + "N": 5.552494092763913e-14, + "Y": 1.36331357225572e-06, + "U": 1.1010795580694305e-14, + "K": 1.7609897559129261e-15, + "L": 2.6718641521483733e-08, + "G": 5.210928293308825e-07, + "F": 5.235852768237237e-06, + "E": 7.502093564426549e-12, + "T": 9.56712256083847e-07, + "P": 2.904566144934506e-06, + "-": 0.9999885559082031 + }, + "id": "tp_30511" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3813881, + "label": "-", + "classification": { + "B": 5.620938714478996e-10, + "S": 4.45065451160076e-09, + "I": 2.1337871913829076e-08, + "C": 1.2792271490980056e-06, + "R": 4.136302891311061e-07, + "M": 3.526828777467017e-06, + "O": 2.8099939299863763e-06, + "W": 3.937319359437197e-09, + "N": 1.7674117724908456e-10, + "Y": 4.1284725739387795e-05, + "U": 5.5005170557231864e-11, + "K": 7.682644798112648e-11, + "L": 2.1018331608502194e-07, + "G": 7.586817446281202e-06, + "F": 7.87335229688324e-05, + "E": 4.976175027593399e-09, + "T": 2.053896605502814e-05, + "P": 5.490057810675353e-05, + "-": 0.9997887015342712 + }, + "id": "tp_30512" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3814014, + "label": "-", + "classification": { + "B": 2.34912320706826e-08, + "S": 5.845497974554803e-10, + "I": 3.269332182753715e-08, + "C": 1.2537292093384167e-07, + "R": 7.986748329358306e-08, + "M": 2.447247607051395e-05, + "O": 3.3475230338808615e-06, + "W": 1.1535661315065227e-09, + "N": 1.540002673994234e-11, + "Y": 4.971987073076889e-05, + "U": 1.2777692098842053e-11, + "K": 8.488111235204713e-15, + "L": 5.419820809038356e-06, + "G": 3.006774750247132e-05, + "F": 1.0830769497260917e-05, + "E": 3.8594567541849756e-09, + "T": 4.597643783199601e-05, + "P": 8.323184738401324e-05, + "-": 0.9997467398643494 + }, + "id": "tp_30513" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3814147, + "label": "-", + "classification": { + "B": 2.4951825139396533e-07, + "S": 1.2534221438542659e-09, + "I": 8.444849441957558e-08, + "C": 1.2428654372342862e-07, + "R": 1.9730734379663772e-08, + "M": 2.556324261604459e-06, + "O": 1.4710357163494336e-06, + "W": 1.971673047052036e-09, + "N": 2.550511468690786e-10, + "Y": 1.666090429353062e-05, + "U": 7.309372551667082e-11, + "K": 5.406857687267896e-12, + "L": 4.0274522916661226e-07, + "G": 5.366273762774654e-05, + "F": 7.347498467424884e-05, + "E": 6.859684020810164e-08, + "T": 6.6711118051898666e-06, + "P": 0.0016504817176610231, + "-": 0.9981940388679504 + }, + "id": "tp_30514" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3814281, + "label": "-", + "classification": { + "B": 5.206220976106124e-06, + "S": 4.201908154755074e-08, + "I": 1.0784195580981759e-07, + "C": 6.344685488102186e-08, + "R": 1.8357686926151473e-08, + "M": 6.857429070805665e-06, + "O": 5.2560330914275255e-06, + "W": 4.780410733928875e-09, + "N": 5.29137900162624e-10, + "Y": 1.1154040294059087e-05, + "U": 1.9056714539722464e-11, + "K": 4.118111017123449e-13, + "L": 1.8156432588511962e-06, + "G": 4.4546522985911e-05, + "F": 5.286328450893052e-05, + "E": 1.6692331428203033e-07, + "T": 2.1077776182210073e-05, + "P": 0.0009872277732938528, + "-": 0.9988635778427124 + }, + "id": "tp_30515" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3814381, + "label": "-", + "classification": { + "B": 9.60758484325197e-07, + "S": 1.0632891900286268e-08, + "I": 2.2422534939892103e-09, + "C": 1.96850962197459e-08, + "R": 1.411528760542069e-08, + "M": 5.641699317493476e-05, + "O": 1.382638220093213e-05, + "W": 5.5219770977998905e-09, + "N": 2.6580645236945477e-12, + "Y": 1.6259469703072682e-05, + "U": 5.258435288764407e-13, + "K": 1.2080134019021391e-14, + "L": 7.254693628055975e-06, + "G": 4.229464684613049e-05, + "F": 1.8413433281239122e-05, + "E": 3.4103659896089766e-09, + "T": 1.0526042387937196e-05, + "P": 1.3032334209128749e-05, + "-": 0.999821126461029 + }, + "id": "tp_30516" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3814515, + "label": "-", + "classification": { + "B": 6.039594882167876e-05, + "S": 2.5111828563240124e-06, + "I": 0.00026512882323004305, + "C": 5.32771537109511e-06, + "R": 1.1619761153269792e-06, + "M": 0.0006136483862064779, + "O": 0.00010673178621800616, + "W": 6.9251359491318e-07, + "N": 3.2141990686795907e-06, + "Y": 0.0001647037424845621, + "U": 8.602027179449578e-08, + "K": 1.2172277630284611e-09, + "L": 4.9896014388650656e-05, + "G": 0.00023164766025729477, + "F": 0.0002153530076611787, + "E": 0.00013181752001401037, + "T": 0.0007180275861173868, + "P": 0.2145857959985733, + "-": 0.7828439474105835 + }, + "id": "tp_30517" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3814648, + "label": "-", + "classification": { + "B": 3.757102433610271e-07, + "S": 1.2194688281397248e-07, + "I": 2.911088969881348e-08, + "C": 3.1805586786504136e-06, + "R": 7.134489123927779e-07, + "M": 0.0005669285892508924, + "O": 3.828053013421595e-05, + "W": 1.1314853942678837e-08, + "N": 4.4827083017784375e-11, + "Y": 0.00016886393132153898, + "U": 1.5265294237010174e-11, + "K": 2.086253804260696e-13, + "L": 0.00018046668265014887, + "G": 0.000939014193136245, + "F": 0.0006440186989493668, + "E": 1.625908652158614e-08, + "T": 0.0003329086466692388, + "P": 2.3604967282153666e-05, + "-": 0.9971014857292175 + }, + "id": "tp_30518" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3814781, + "label": "-", + "classification": { + "B": 1.0552894025295245e-07, + "S": 5.335638775250118e-08, + "I": 4.988089585822308e-07, + "C": 3.198092372258543e-06, + "R": 6.708560817969556e-07, + "M": 2.9743065169896e-05, + "O": 3.3066007745219395e-06, + "W": 2.550904021347833e-08, + "N": 7.753848230152016e-09, + "Y": 8.953183714766055e-05, + "U": 1.2739432841968323e-09, + "K": 2.2386308362598584e-09, + "L": 1.0600457471809932e-06, + "G": 4.225479642627761e-05, + "F": 0.001069539925083518, + "E": 1.6812965668577817e-06, + "T": 8.53530436870642e-05, + "P": 0.0012133232085034251, + "-": 0.9974597096443176 + }, + "id": "tp_30519" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3814882, + "label": "-", + "classification": { + "B": 3.6592751939679147e-07, + "S": 6.148911069203677e-08, + "I": 2.4818618271638115e-07, + "C": 1.0519162060518283e-05, + "R": 1.672837242949754e-06, + "M": 0.00011295163858449087, + "O": 1.5643072401871905e-05, + "W": 2.9120288402850747e-08, + "N": 9.998684102896505e-10, + "Y": 2.4386908989981748e-05, + "U": 4.644129247832751e-10, + "K": 1.3433146088537296e-11, + "L": 1.2348175914667081e-05, + "G": 9.698772919364274e-05, + "F": 0.0002993304515257478, + "E": 5.209602704780991e-08, + "T": 0.00013376103015616536, + "P": 0.00028037047013640404, + "-": 0.9990112781524658 + }, + "id": "tp_30520" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3815015, + "label": "-", + "classification": { + "B": 5.588498552810961e-08, + "S": 6.158423992985718e-09, + "I": 1.3497657391781104e-07, + "C": 4.201864101105457e-07, + "R": 2.423831801934284e-07, + "M": 2.907954876718577e-05, + "O": 4.3371128413127735e-06, + "W": 1.6173007821862484e-08, + "N": 1.0943365102988878e-09, + "Y": 0.00024334032787010074, + "U": 3.1059946281608575e-10, + "K": 6.601223040414439e-11, + "L": 8.483830811201187e-07, + "G": 1.9635099306469783e-05, + "F": 6.086508437874727e-05, + "E": 4.378505025215418e-08, + "T": 0.00017859821673482656, + "P": 0.00019059170153923333, + "-": 0.999271810054779 + }, + "id": "tp_30521" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3815148, + "label": "-", + "classification": { + "B": 3.150272820384714e-10, + "S": 7.783623745538648e-11, + "I": 9.64111812606916e-09, + "C": 3.6195192620880334e-08, + "R": 1.0686002305249076e-08, + "M": 1.6362444057449466e-06, + "O": 4.0634446918375033e-07, + "W": 1.5086258631225036e-10, + "N": 1.1757186370309203e-11, + "Y": 8.349236850335728e-06, + "U": 9.997054399579763e-12, + "K": 1.8690628472012305e-12, + "L": 7.328538487172409e-08, + "G": 3.991070570918964e-06, + "F": 1.7925878637470305e-05, + "E": 1.586842657275156e-09, + "T": 7.11250550011755e-06, + "P": 0.00010079264757223427, + "-": 0.9998596906661987 + }, + "id": "tp_30522" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3815282, + "label": "-", + "classification": { + "B": 4.6454940588747107e-11, + "S": 5.6501997525160164e-11, + "I": 1.0239277203893948e-09, + "C": 1.08019996503117e-07, + "R": 5.495001342836758e-09, + "M": 3.8534826671821065e-06, + "O": 5.845531703130291e-08, + "W": 5.659051786205405e-12, + "N": 1.021881472669517e-12, + "Y": 1.9418343072175048e-05, + "U": 1.116059894783368e-13, + "K": 3.694307433208498e-14, + "L": 6.827031739931044e-08, + "G": 1.1316070413158741e-05, + "F": 6.062075408408418e-05, + "E": 1.930071658051702e-09, + "T": 1.6499052435392514e-05, + "P": 6.878982730995631e-06, + "-": 0.9998811483383179 + }, + "id": "tp_30523" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3815382, + "label": "-", + "classification": { + "B": 8.852932182890072e-07, + "S": 1.3501439752872102e-06, + "I": 2.8676376473413256e-07, + "C": 1.539846016385127e-05, + "R": 8.331059689226095e-06, + "M": 0.0008782204240560532, + "O": 0.0001115773557103239, + "W": 1.5274082443283987e-07, + "N": 1.6645512745938618e-09, + "Y": 0.00018128003284800798, + "U": 3.593128572454418e-10, + "K": 4.514585580372987e-11, + "L": 0.0002132170629920438, + "G": 0.0009316784562543035, + "F": 0.0023023139219731092, + "E": 3.553217595708702e-07, + "T": 0.00046695477794855833, + "P": 0.00015134601562749594, + "-": 0.9947367310523987 + }, + "id": "tp_30524" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3815516, + "label": "-", + "classification": { + "B": 3.95872085112714e-10, + "S": 1.1863963804426003e-11, + "I": 5.549273929261744e-09, + "C": 5.708724160058409e-08, + "R": 4.140902731819551e-09, + "M": 1.0211730341325165e-06, + "O": 4.9244015087879234e-08, + "W": 1.0539256099784122e-11, + "N": 1.826201950078099e-12, + "Y": 2.2342790089169284e-06, + "U": 1.120022260700515e-12, + "K": 1.1971943347701547e-14, + "L": 4.8080160297558905e-08, + "G": 3.453042381806881e-06, + "F": 4.584631369652925e-06, + "E": 6.903519422785109e-10, + "T": 5.8917535170621704e-06, + "P": 5.6096781918313354e-05, + "-": 0.9999265670776367 + }, + "id": "tp_30525" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3815649, + "label": "-", + "classification": { + "B": 1.1456806987553136e-06, + "S": 3.1181400572677376e-08, + "I": 1.209644295840917e-07, + "C": 2.265005178969659e-07, + "R": 7.920069577949107e-08, + "M": 0.00012385647278279066, + "O": 1.148871706391219e-05, + "W": 1.2598521337281454e-08, + "N": 6.435329491516484e-10, + "Y": 0.00011169946810696274, + "U": 1.392284759704765e-10, + "K": 1.570093534353223e-11, + "L": 5.337071343092248e-06, + "G": 7.993146573426202e-05, + "F": 0.00010965533147100359, + "E": 1.2698889406692615e-07, + "T": 0.0001478947961004451, + "P": 0.00014111842028796673, + "-": 0.9992672801017761 + }, + "id": "tp_30526" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3815782, + "label": "-", + "classification": { + "B": 9.856900078375475e-07, + "S": 4.098533281648997e-07, + "I": 2.6655401597963646e-05, + "C": 2.2883526980876923e-05, + "R": 8.918059393181466e-06, + "M": 0.0008317921892739832, + "O": 0.0002164933830499649, + "W": 6.720154601680406e-07, + "N": 2.8013292308060045e-07, + "Y": 0.0005461887340061367, + "U": 1.0525963745067202e-07, + "K": 1.356308176880816e-09, + "L": 0.0001021455173031427, + "G": 0.0006282227695919573, + "F": 0.0003307549050077796, + "E": 1.8967953110404778e-06, + "T": 0.00184278329834342, + "P": 0.005162907764315605, + "-": 0.9902758598327637 + }, + "id": "tp_30527" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3815883, + "label": "-", + "classification": { + "B": 6.295790200283591e-08, + "S": 2.1200857958092456e-08, + "I": 7.285036645043874e-07, + "C": 1.5489623592657153e-06, + "R": 1.7777553296127735e-07, + "M": 0.00018062014714814723, + "O": 1.0885155461437535e-05, + "W": 1.7158043874587747e-08, + "N": 9.845032344912852e-09, + "Y": 0.0001452350988984108, + "U": 2.4868698211832907e-09, + "K": 4.2069070449457513e-10, + "L": 1.7358659079036443e-06, + "G": 3.937481960747391e-05, + "F": 0.00012473984679672867, + "E": 5.79456070681772e-07, + "T": 0.00031135708559304476, + "P": 0.000841323402710259, + "-": 0.9983415603637695 + }, + "id": "tp_30528" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3816016, + "label": "-", + "classification": { + "B": 1.1653840914505054e-07, + "S": 3.839383533321694e-10, + "I": 1.572936980664963e-08, + "C": 4.562084257031529e-07, + "R": 1.7138157204499294e-07, + "M": 4.6310597099363804e-05, + "O": 5.947614681645064e-06, + "W": 9.44377021028231e-10, + "N": 1.3705438693667471e-11, + "Y": 2.3516835426562466e-05, + "U": 1.703429237942533e-11, + "K": 6.942507769976689e-15, + "L": 1.3636381481774151e-05, + "G": 7.331696542678401e-05, + "F": 8.39461154100718e-06, + "E": 3.745556309553422e-09, + "T": 3.52561182808131e-05, + "P": 6.454933463828638e-05, + "-": 0.999728262424469 + }, + "id": "tp_30529" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3816149, + "label": "-", + "classification": { + "B": 0.00010458139149704948, + "S": 3.606581913118134e-07, + "I": 2.157376002287492e-06, + "C": 1.100281565413752e-06, + "R": 5.339335302778636e-07, + "M": 8.358926424989477e-05, + "O": 9.616534225642681e-05, + "W": 2.3521579350926913e-07, + "N": 1.1642354635910124e-08, + "Y": 3.927663783542812e-05, + "U": 1.1609375683008238e-09, + "K": 7.91421095325262e-12, + "L": 5.167131530470215e-05, + "G": 0.0004737937997560948, + "F": 0.000219051813473925, + "E": 2.9810512387484778e-06, + "T": 4.3919459130847827e-05, + "P": 0.005305171478539705, + "-": 0.993575394153595 + }, + "id": "tp_30530" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3816283, + "label": "-", + "classification": { + "B": 3.3192912951562903e-07, + "S": 7.457277462208367e-08, + "I": 8.788424210592893e-09, + "C": 1.4384454516402911e-07, + "R": 1.6061791541233106e-07, + "M": 2.8239022867637686e-05, + "O": 1.8819373508449644e-05, + "W": 1.2766903978445043e-08, + "N": 2.7634309771040755e-11, + "Y": 1.7365142639391706e-06, + "U": 2.77608209857394e-12, + "K": 3.014290748427906e-14, + "L": 1.246198735316284e-05, + "G": 4.90313905174844e-05, + "F": 0.00012472695379983634, + "E": 1.3943817211981013e-09, + "T": 3.2261788874166086e-05, + "P": 7.42549600545317e-05, + "-": 0.9996577501296997 + }, + "id": "tp_30531" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3816383, + "label": "-", + "classification": { + "B": 7.135035673400125e-08, + "S": 2.021369738258727e-08, + "I": 5.4966603784123436e-06, + "C": 4.384050498629222e-06, + "R": 1.1787094535975484e-06, + "M": 1.661158967181109e-05, + "O": 6.443227448471589e-06, + "W": 3.507447132733432e-08, + "N": 2.2361042795182584e-08, + "Y": 9.408504411112517e-05, + "U": 3.3535119126071322e-09, + "K": 1.0175617293217698e-10, + "L": 2.5864985673251795e-06, + "G": 7.190287578850985e-05, + "F": 0.00018578044546302408, + "E": 9.007861763166147e-07, + "T": 5.3707211918663234e-05, + "P": 0.008297569118440151, + "-": 0.9912591576576233 + }, + "id": "tp_30532" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3816517, + "label": "-", + "classification": { + "B": 1.7372560705553042e-06, + "S": 7.111549393812311e-08, + "I": 2.2302724573819432e-06, + "C": 2.651100601269718e-07, + "R": 2.62482870994063e-07, + "M": 1.7962245692615397e-05, + "O": 1.0581041351542808e-05, + "W": 5.3484875195408677e-08, + "N": 6.7193361985573574e-09, + "Y": 0.00014187836495693773, + "U": 1.5911070239127412e-09, + "K": 2.0257767685549766e-10, + "L": 4.550488938548369e-06, + "G": 0.000112100453407038, + "F": 0.0007654829532839358, + "E": 3.1477313200412027e-07, + "T": 5.137014159117825e-05, + "P": 0.0036263286601752043, + "-": 0.9952647686004639 + }, + "id": "tp_30533" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3816650, + "label": "-", + "classification": { + "B": 1.1151585210811277e-10, + "S": 4.844524087443958e-11, + "I": 8.261961427502573e-12, + "C": 8.577155652389479e-10, + "R": 2.06579767181303e-10, + "M": 6.684614959340252e-07, + "O": 1.0196033883858036e-07, + "W": 9.300626241381948e-12, + "N": 5.1013130995629635e-15, + "Y": 1.4337831544253277e-06, + "U": 7.409943748951922e-16, + "K": 4.989492045031187e-16, + "L": 3.330439568571819e-08, + "G": 1.5643806818843586e-06, + "F": 1.6803031030576676e-05, + "E": 5.1272808915259205e-11, + "T": 3.49121791032303e-07, + "P": 1.4223176094674272e-06, + "-": 0.9999775886535645 + }, + "id": "tp_30534" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3816750, + "label": "-", + "classification": { + "B": 2.035121042354149e-06, + "S": 2.9561483927409427e-08, + "I": 3.247087533964077e-06, + "C": 4.905319883619086e-07, + "R": 9.73225908751374e-08, + "M": 5.75261510675773e-05, + "O": 2.0210049115121365e-05, + "W": 1.950558647934031e-08, + "N": 8.631909409473337e-09, + "Y": 2.7477175535750575e-05, + "U": 5.520342516440735e-10, + "K": 1.7272247271760827e-13, + "L": 1.008038998406846e-05, + "G": 5.65603440918494e-05, + "F": 9.001179023471195e-06, + "E": 2.2882473160734662e-07, + "T": 0.00011357236508047208, + "P": 0.013403885066509247, + "-": 0.9862955212593079 + }, + "id": "tp_30535" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3816884, + "label": "-", + "classification": { + "B": 4.796072516910499e-07, + "S": 1.4129158287801147e-08, + "I": 3.823297447524965e-06, + "C": 2.1809291865793057e-06, + "R": 8.756093734518799e-07, + "M": 2.5550916689098813e-05, + "O": 4.552604877972044e-06, + "W": 1.212955602625243e-08, + "N": 8.835867149059595e-09, + "Y": 0.0001948665885720402, + "U": 6.629201076968627e-10, + "K": 7.939515017651999e-11, + "L": 2.9023049137322232e-06, + "G": 0.00021583036868833005, + "F": 0.00017212569946423173, + "E": 1.9858589439536445e-06, + "T": 4.564053233480081e-05, + "P": 0.0035523194819688797, + "-": 0.995776891708374 + }, + "id": "tp_30536" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3817017, + "label": "-", + "classification": { + "B": 9.185695404312355e-08, + "S": 2.491578641183878e-07, + "I": 1.065387641574489e-05, + "C": 9.908184438245371e-05, + "R": 1.7933149138116278e-05, + "M": 0.000994912232272327, + "O": 5.84789777349215e-05, + "W": 1.5572226175208925e-07, + "N": 5.2213778189980076e-08, + "Y": 0.0010898722102865577, + "U": 1.1140876665649557e-08, + "K": 8.59318338708448e-10, + "L": 7.40145769668743e-05, + "G": 0.0012910605873912573, + "F": 0.0016283107688650489, + "E": 4.805120170203736e-06, + "T": 0.00052700872765854, + "P": 0.002325822599232197, + "-": 0.9918774366378784 + }, + "id": "tp_30537" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3817150, + "label": "-", + "classification": { + "B": 4.9815957027021796e-05, + "S": 2.2960841761232587e-06, + "I": 5.304354999680072e-08, + "C": 1.1456812671895023e-06, + "R": 7.320327881643607e-07, + "M": 0.0010895529994741082, + "O": 0.00018522099708206952, + "W": 1.9756396341108484e-07, + "N": 4.777023221436139e-10, + "Y": 3.0316679840325378e-05, + "U": 1.3440382140572638e-10, + "K": 3.2972004033321456e-12, + "L": 0.00023121116100810468, + "G": 0.0003298798983450979, + "F": 0.0009519900195300579, + "E": 2.389441249306401e-07, + "T": 0.0001997840590775013, + "P": 0.00013558271166402847, + "-": 0.9967921376228333 + }, + "id": "tp_30538" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3817251, + "label": "-", + "classification": { + "B": 1.4885058741143098e-09, + "S": 7.192509920983525e-10, + "I": 1.6696426996531955e-07, + "C": 1.0012001894210698e-06, + "R": 6.80997231938818e-08, + "M": 6.465957540058298e-06, + "O": 1.7704688559661008e-07, + "W": 1.4939548209635944e-10, + "N": 2.774864227284013e-10, + "Y": 9.185050294036046e-05, + "U": 1.4069402760885641e-11, + "K": 4.612352860755564e-11, + "L": 8.230720283108894e-08, + "G": 3.9811777241993695e-05, + "F": 0.00034679757663980126, + "E": 2.5564747829776024e-07, + "T": 2.4511144147254527e-05, + "P": 0.0003659829089883715, + "-": 0.9991229176521301 + }, + "id": "tp_30539" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3817384, + "label": "-", + "classification": { + "B": 2.2276149138633627e-06, + "S": 7.158833341236459e-06, + "I": 2.92169943350018e-07, + "C": 8.817868547339458e-06, + "R": 8.409780889451213e-07, + "M": 3.825488965958357e-05, + "O": 1.8276747141499072e-05, + "W": 1.407809975262353e-07, + "N": 1.855522491212014e-08, + "Y": 9.83908394118771e-05, + "U": 6.711287636740337e-10, + "K": 4.163546307722754e-08, + "L": 1.0277308319928125e-05, + "G": 0.0009352457709610462, + "F": 0.027351155877113342, + "E": 2.034852877841331e-05, + "T": 9.325965220341459e-05, + "P": 0.0019870647229254246, + "-": 0.9694280028343201 + }, + "id": "tp_30540" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3817518, + "label": "-", + "classification": { + "B": 1.2003805061056028e-08, + "S": 3.867842157667667e-10, + "I": 3.069722531723329e-10, + "C": 2.439207378301944e-07, + "R": 9.098602049562032e-08, + "M": 8.74688703333959e-06, + "O": 2.30491855290893e-06, + "W": 1.1086035561769236e-10, + "N": 9.815600751899439e-14, + "Y": 4.081284259882523e-06, + "U": 3.534462151666244e-14, + "K": 5.2643365678373233e-17, + "L": 1.279772368434351e-05, + "G": 5.597246854449622e-05, + "F": 2.7343683541403152e-05, + "E": 9.722747607021631e-11, + "T": 5.982307811791543e-06, + "P": 1.8209879044661648e-06, + "-": 0.9998805522918701 + }, + "id": "tp_30541" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3817651, + "label": "-", + "classification": { + "B": 1.4283828875250038e-07, + "S": 7.134841606415421e-09, + "I": 4.1448920740094763e-08, + "C": 8.6877733451729e-08, + "R": 2.4445048651955403e-08, + "M": 8.896555300452746e-06, + "O": 2.946114591395599e-06, + "W": 1.0814639850309504e-08, + "N": 1.875681138185925e-10, + "Y": 6.6445368247514125e-06, + "U": 1.6712901895754584e-11, + "K": 3.2315502270646723e-12, + "L": 5.505576154973824e-07, + "G": 1.0939496860373765e-05, + "F": 0.00017733988352119923, + "E": 7.606151797290295e-08, + "T": 5.629425231745699e-06, + "P": 0.0009207690018229187, + "-": 0.9988659620285034 + }, + "id": "tp_30542" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3817751, + "label": "-", + "classification": { + "B": 1.6484542584294104e-06, + "S": 3.0656684657515143e-07, + "I": 3.702109779624152e-06, + "C": 7.006227860983927e-06, + "R": 2.119701321134926e-06, + "M": 9.497247083345428e-05, + "O": 4.449352127267048e-05, + "W": 3.363630582953192e-07, + "N": 5.189780694081492e-08, + "Y": 0.0002674054994713515, + "U": 2.6866105784506544e-08, + "K": 5.014000881153891e-10, + "L": 2.3283440896193497e-05, + "G": 0.00012660249194595963, + "F": 0.0002836706698872149, + "E": 5.802063469673158e-07, + "T": 0.0005585047765634954, + "P": 0.004564695525914431, + "-": 0.9940206408500671 + }, + "id": "tp_30543" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3817885, + "label": "-", + "classification": { + "B": 2.466002957390856e-09, + "S": 1.83976334167113e-10, + "I": 1.67471558842891e-09, + "C": 6.028999166574067e-08, + "R": 1.8345641672468105e-09, + "M": 1.32909849526186e-06, + "O": 1.1667440702467502e-07, + "W": 1.8515270913677107e-11, + "N": 1.783596816247457e-12, + "Y": 3.5469777230900945e-06, + "U": 1.0569028426965846e-13, + "K": 2.9559918423606446e-14, + "L": 8.49356425192127e-08, + "G": 1.4230814485927112e-05, + "F": 0.00010848231613636017, + "E": 1.2497649137799272e-08, + "T": 5.738349386774644e-07, + "P": 0.0001308177161263302, + "-": 0.9997406601905823 + }, + "id": "tp_30544" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3818018, + "label": "-", + "classification": { + "B": 7.431088278053721e-08, + "S": 6.618501515731623e-07, + "I": 2.7701082672138e-06, + "C": 0.00011031831672880799, + "R": 2.5228509912267327e-05, + "M": 9.973769192583859e-05, + "O": 2.558165397203993e-05, + "W": 2.5332639097541687e-07, + "N": 4.320672530866432e-08, + "Y": 0.0003307604056317359, + "U": 9.582919346939889e-09, + "K": 1.1401796484733495e-07, + "L": 1.1301971426291857e-05, + "G": 0.0006102768238633871, + "F": 0.00650359969586134, + "E": 2.4607350042060716e-06, + "T": 0.00029370590345934033, + "P": 0.0005729382392019033, + "-": 0.9914101958274841 + }, + "id": "tp_30545" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3818151, + "label": "-", + "classification": { + "B": 4.380563041195273e-06, + "S": 2.3578250818445667e-07, + "I": 1.3199890418036375e-05, + "C": 1.2192533176857978e-05, + "R": 1.715908911137376e-05, + "M": 0.001198181533254683, + "O": 0.0001996402716031298, + "W": 2.5994168595389056e-07, + "N": 1.0023034846540213e-08, + "Y": 0.0020373465958982706, + "U": 2.9560862646604846e-09, + "K": 2.2569814940587296e-12, + "L": 0.0005271651898510754, + "G": 0.001209988840855658, + "F": 8.590557263232768e-05, + "E": 2.9465002171491506e-07, + "T": 0.002479184651747346, + "P": 0.0002570651413407177, + "-": 0.9919576644897461 + }, + "id": "tp_30546" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3818252, + "label": "-", + "classification": { + "B": 7.062474338681568e-08, + "S": 6.731715984642506e-07, + "I": 8.750354822950612e-07, + "C": 2.4511355150025338e-05, + "R": 2.855515049304813e-06, + "M": 0.0003268700966145843, + "O": 3.1428513466380537e-05, + "W": 1.728671179535013e-07, + "N": 3.602889009357568e-08, + "Y": 0.0012841507559642196, + "U": 4.165217060148052e-09, + "K": 2.4445183655075198e-08, + "L": 1.4259777344705071e-05, + "G": 0.0006438950076699257, + "F": 0.0191391259431839, + "E": 1.5214460518109263e-06, + "T": 0.0008299276232719421, + "P": 0.0006037034327164292, + "-": 0.9770958423614502 + }, + "id": "tp_30547" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3818385, + "label": "-", + "classification": { + "B": 5.156728661859233e-07, + "S": 2.5101501321955766e-08, + "I": 6.119641682289512e-08, + "C": 1.369382516713813e-06, + "R": 6.46349747057684e-07, + "M": 0.0005610311636701226, + "O": 6.414153176592663e-05, + "W": 1.5941278519449043e-08, + "N": 1.03774523696476e-10, + "Y": 0.0001156494690803811, + "U": 5.236935537999976e-11, + "K": 1.3865476692145884e-13, + "L": 0.00011626776540651917, + "G": 0.00035228318301960826, + "F": 4.620077379513532e-05, + "E": 3.255514968714124e-08, + "T": 0.0001816093281377107, + "P": 4.3459265725687146e-05, + "-": 0.9985166192054749 + }, + "id": "tp_30548" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3818519, + "label": "-", + "classification": { + "B": 2.019951095277861e-09, + "S": 2.8402018514839256e-08, + "I": 3.6257083024793246e-07, + "C": 1.5152562809817027e-05, + "R": 5.899251846130937e-06, + "M": 5.536179742193781e-05, + "O": 1.0010276128014084e-05, + "W": 1.2138076321832614e-08, + "N": 1.4957786120817218e-09, + "Y": 0.000174851666088216, + "U": 4.596944769286182e-10, + "K": 1.8906744225777317e-10, + "L": 8.371392141270917e-06, + "G": 0.0001086627526092343, + "F": 0.0009399409755133092, + "E": 5.724849216903749e-08, + "T": 0.00021495352848432958, + "P": 9.511798270978034e-05, + "-": 0.9983711838722229 + }, + "id": "tp_30549" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3818652, + "label": "-", + "classification": { + "B": 1.5840110334508495e-09, + "S": 3.0591369437615867e-09, + "I": 1.3746832561167821e-09, + "C": 3.4165472584390955e-07, + "R": 7.018309844397663e-08, + "M": 4.820633876079228e-06, + "O": 9.183098086396058e-07, + "W": 6.745844993716332e-10, + "N": 3.79489972432423e-12, + "Y": 4.5496390157495625e-06, + "U": 6.062031844382421e-13, + "K": 6.222687567048607e-14, + "L": 3.9207904478644195e-07, + "G": 6.4954706431308296e-06, + "F": 0.0001242898724740371, + "E": 1.0433014452360112e-09, + "T": 1.3933677109889686e-05, + "P": 1.5597197489114478e-05, + "-": 0.9998284578323364 + }, + "id": "tp_30550" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3818752, + "label": "-", + "classification": { + "B": 1.881704791983907e-09, + "S": 4.0219078067949e-10, + "I": 9.273747281213218e-08, + "C": 1.5030205986477085e-06, + "R": 2.0760730023994256e-07, + "M": 1.7064036228475743e-06, + "O": 7.070387937346823e-07, + "W": 8.438842957758652e-10, + "N": 2.3011623162538797e-10, + "Y": 2.4264882085844874e-05, + "U": 9.346360491102601e-11, + "K": 1.0627232600868286e-11, + "L": 2.055043069049134e-07, + "G": 1.2425692148099188e-05, + "F": 3.649958671303466e-05, + "E": 2.640327068093029e-08, + "T": 1.0642304914654233e-05, + "P": 0.0005832609604112804, + "-": 0.9993284940719604 + }, + "id": "tp_30551" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3818886, + "label": "-", + "classification": { + "B": 7.2005654772056005e-09, + "S": 4.126674113535955e-08, + "I": 2.3453194941680522e-08, + "C": 9.74318368207605e-07, + "R": 1.2796409976090217e-07, + "M": 1.6114818208734505e-05, + "O": 1.8129621821572073e-06, + "W": 5.610523601262685e-09, + "N": 6.026884546983524e-10, + "Y": 1.2019682799291331e-05, + "U": 9.282753732353655e-11, + "K": 3.0144178819746514e-10, + "L": 4.05606243703005e-07, + "G": 1.1201727829757147e-05, + "F": 0.0013850742252543569, + "E": 4.260390085164545e-08, + "T": 0.00010141284292330965, + "P": 0.00025331569486297667, + "-": 0.9982174038887024 + }, + "id": "tp_30552" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3819019, + "label": "-", + "classification": { + "B": 0.00012849226186517626, + "S": 1.9451152184046805e-05, + "I": 2.4901286451495253e-05, + "C": 0.001385998446494341, + "R": 0.00039896031375974417, + "M": 0.009618016891181469, + "O": 0.002769141923636198, + "W": 7.529270988015924e-06, + "N": 3.632827372257452e-07, + "Y": 0.0017903989646583796, + "U": 2.569886703440716e-07, + "K": 4.959518129510343e-09, + "L": 0.009983072988688946, + "G": 0.02287260815501213, + "F": 0.002765323268249631, + "E": 2.4247878172900528e-05, + "T": 0.002337242476642132, + "P": 0.0016983778914436698, + "-": 0.944175660610199 + }, + "id": "tp_30553" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3819152, + "label": "-", + "classification": { + "B": 2.594664749722142e-07, + "S": 1.2651709369038144e-07, + "I": 8.392984227612033e-07, + "C": 8.410399459535256e-06, + "R": 2.2544204512087163e-06, + "M": 0.00040570207056589425, + "O": 7.533546158811077e-05, + "W": 1.0021791752024001e-07, + "N": 2.9610560670079167e-09, + "Y": 0.00018418444960843772, + "U": 1.4038461504384259e-09, + "K": 1.4907979364875423e-11, + "L": 7.764559268252924e-05, + "G": 0.00026354362489655614, + "F": 8.544405136490241e-05, + "E": 2.853380465239752e-07, + "T": 0.00033376665669493377, + "P": 0.0007013849099166691, + "-": 0.9978606104850769 + }, + "id": "tp_30554" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3819253, + "label": "-", + "classification": { + "B": 4.313130119726338e-08, + "S": 8.994870626111151e-09, + "I": 4.817364995801654e-08, + "C": 2.208101477663149e-06, + "R": 1.7620711787458276e-06, + "M": 2.2315904061542824e-05, + "O": 1.739362232910935e-05, + "W": 2.4201341375373886e-08, + "N": 2.616831196178282e-10, + "Y": 9.68755193753168e-05, + "U": 1.4001279302622294e-10, + "K": 3.576182405762296e-11, + "L": 5.705474450223846e-06, + "G": 7.872717833379284e-05, + "F": 0.0001473105512559414, + "E": 9.894564279022688e-09, + "T": 5.3716616093879566e-05, + "P": 4.5040091208647937e-05, + "-": 0.9995288848876953 + }, + "id": "tp_30555" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3819386, + "label": "-", + "classification": { + "B": 2.435748000864657e-12, + "S": 8.757978370299568e-11, + "I": 1.1797214760633778e-08, + "C": 6.171476911731588e-07, + "R": 4.522515695271068e-08, + "M": 2.0087040866201278e-06, + "O": 1.9165734954640357e-07, + "W": 1.4850502771945884e-10, + "N": 5.6919514240805213e-11, + "Y": 3.374895823071711e-05, + "U": 1.590001567908228e-11, + "K": 1.2292586393236604e-10, + "L": 1.657304871116594e-08, + "G": 2.013448920479277e-06, + "F": 4.283746238797903e-05, + "E": 4.5050621011455405e-09, + "T": 1.569377855048515e-05, + "P": 6.760321412002668e-05, + "-": 0.9998352527618408 + }, + "id": "tp_30556" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3819520, + "label": "-", + "classification": { + "B": 3.139558302223122e-08, + "S": 2.126251619216646e-09, + "I": 1.2878123243353912e-06, + "C": 5.5499214795418084e-05, + "R": 6.489490260719322e-06, + "M": 6.291836325544864e-05, + "O": 8.424511179327965e-06, + "W": 6.145429498616295e-09, + "N": 1.7613970282326363e-09, + "Y": 0.00013867879169993103, + "U": 1.7282083542013993e-09, + "K": 1.8330045814529683e-11, + "L": 1.9604340195655823e-05, + "G": 0.0004298329004086554, + "F": 0.00013681381824426353, + "E": 2.443156859044393e-07, + "T": 8.308337419293821e-05, + "P": 0.0009537605219520628, + "-": 0.9981032609939575 + }, + "id": "tp_30557" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3819653, + "label": "-", + "classification": { + "B": 5.3739363181648514e-08, + "S": 3.3331193360908173e-09, + "I": 1.2436660590253723e-08, + "C": 1.7266394536363805e-08, + "R": 7.536542945274505e-09, + "M": 8.314415026688948e-06, + "O": 1.2538351938928827e-06, + "W": 8.128853701272476e-10, + "N": 1.962695631019251e-11, + "Y": 2.0863997633568943e-05, + "U": 3.822622340193815e-12, + "K": 2.1693981517873634e-13, + "L": 6.571672201971523e-07, + "G": 1.0605504940031096e-05, + "F": 2.1131225366843864e-05, + "E": 1.8487641639808317e-08, + "T": 1.7621148799662478e-05, + "P": 0.00013642493286170065, + "-": 0.9997829794883728 + }, + "id": "tp_30558" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3819753, + "label": "-", + "classification": { + "B": 8.584595434513176e-08, + "S": 2.5179163642974345e-08, + "I": 6.545593578266562e-08, + "C": 1.3361876938233763e-07, + "R": 5.1934009093201894e-08, + "M": 5.441125176730566e-05, + "O": 6.618136467295699e-06, + "W": 6.6622645178426865e-09, + "N": 8.03745750510565e-11, + "Y": 4.428571628523059e-05, + "U": 6.74607331802024e-12, + "K": 9.923028246533808e-14, + "L": 5.395109383243835e-06, + "G": 1.4616405678680167e-05, + "F": 0.0001083197639673017, + "E": 3.715841856433144e-08, + "T": 3.095461943303235e-05, + "P": 0.00022627443831879646, + "-": 0.9995086193084717 + }, + "id": "tp_30559" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3819887, + "label": "-", + "classification": { + "B": 8.628008030253653e-11, + "S": 6.234327498688685e-10, + "I": 1.342029420925428e-08, + "C": 2.0990962639189092e-06, + "R": 2.0696323588254018e-07, + "M": 0.00015483921742998064, + "O": 1.6063967223090003e-06, + "W": 3.5001568310377706e-10, + "N": 1.0598587112109481e-11, + "Y": 0.0013827662914991379, + "U": 3.0510717650283903e-12, + "K": 9.71723894925558e-13, + "L": 1.6959343156486284e-06, + "G": 5.974265150143765e-05, + "F": 0.00013545522233471274, + "E": 6.586310163925191e-09, + "T": 0.0004862131900154054, + "P": 1.0678516446205322e-05, + "-": 0.9977647066116333 + }, + "id": "tp_30560" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3820020, + "label": "-", + "classification": { + "B": 6.881856279505882e-06, + "S": 2.300027745150146e-06, + "I": 3.5395044051256264e-06, + "C": 3.834238668787293e-05, + "R": 5.185189820622327e-06, + "M": 0.0003677855129353702, + "O": 7.67441451898776e-05, + "W": 5.190243541619566e-07, + "N": 1.1576757685816119e-07, + "Y": 0.00024841426056809723, + "U": 3.137538229225356e-08, + "K": 2.400590615181386e-09, + "L": 4.993269976694137e-05, + "G": 0.0002450974134262651, + "F": 0.0007058579358272254, + "E": 5.443908776214812e-06, + "T": 0.0008621544111520052, + "P": 0.002639421494677663, + "-": 0.9947422742843628 + }, + "id": "tp_30561" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3820153, + "label": "-", + "classification": { + "B": 1.1336209837509159e-07, + "S": 6.699167887092017e-09, + "I": 1.1919932063619854e-07, + "C": 6.395906382294925e-08, + "R": 2.543703203627956e-08, + "M": 1.7113117792177945e-05, + "O": 8.167456144292373e-06, + "W": 1.5959221499883824e-08, + "N": 3.395606018585795e-10, + "Y": 8.137390068441164e-06, + "U": 5.711426817600618e-11, + "K": 1.370903716067795e-12, + "L": 7.967273063513858e-07, + "G": 6.377402769430773e-06, + "F": 1.8681181245483458e-05, + "E": 1.0085782875535187e-08, + "T": 1.6634379790048115e-05, + "P": 0.00042068870970979333, + "-": 0.9995031356811523 + }, + "id": "tp_30562" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3820254, + "label": "-", + "classification": { + "B": 1.08167270695958e-08, + "S": 1.001586036331048e-09, + "I": 4.576731171823667e-08, + "C": 1.596628749211959e-07, + "R": 3.1768916386454293e-08, + "M": 4.64942968392279e-06, + "O": 7.406643476315367e-07, + "W": 8.864240452766126e-10, + "N": 1.0541971462441069e-10, + "Y": 3.771186311496422e-05, + "U": 1.8736071721869862e-11, + "K": 6.213884875400089e-12, + "L": 2.266555014784899e-07, + "G": 2.1751604435849003e-05, + "F": 0.00013672544446308166, + "E": 6.399162799652913e-08, + "T": 9.019457138492726e-06, + "P": 0.00042326212860643864, + "-": 0.9993656277656555 + }, + "id": "tp_30563" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3820387, + "label": "-", + "classification": { + "B": 1.0222603123111185e-05, + "S": 2.2577565687242895e-05, + "I": 2.2172784156282432e-05, + "C": 0.00013213680358603597, + "R": 3.224256943212822e-05, + "M": 0.00033104323665611446, + "O": 0.00015544224879704416, + "W": 5.88485863772803e-06, + "N": 1.9783899460890098e-06, + "Y": 0.0011189088691025972, + "U": 3.059327582377591e-07, + "K": 1.921493776535499e-06, + "L": 3.5795823350781575e-05, + "G": 0.0010426120134070516, + "F": 0.014581740833818913, + "E": 0.00012271656305529177, + "T": 0.000782766321208328, + "P": 0.006232326850295067, + "-": 0.9753672480583191 + }, + "id": "tp_30564" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3820521, + "label": "-", + "classification": { + "B": 3.3997014270426007e-07, + "S": 2.0999264052079525e-06, + "I": 1.0676949386834167e-06, + "C": 9.252255404135212e-05, + "R": 3.70963171008043e-05, + "M": 0.004327983595430851, + "O": 0.0005501044797711074, + "W": 8.533572213309526e-07, + "N": 1.162734797333087e-08, + "Y": 0.0041399686597287655, + "U": 7.471796514835205e-09, + "K": 4.783725637835801e-10, + "L": 0.0017325659282505512, + "G": 0.003477645805105567, + "F": 0.00253192032687366, + "E": 8.535330948689079e-07, + "T": 0.0036829595919698477, + "P": 0.00013833772391080856, + "-": 0.9792836308479309 + }, + "id": "tp_30565" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3820654, + "label": "-", + "classification": { + "B": 2.720317127113958e-08, + "S": 5.009889719076455e-06, + "I": 1.8302610982345868e-08, + "C": 0.004544852301478386, + "R": 0.0007523522945120931, + "M": 0.020658088847994804, + "O": 0.0008049231255427003, + "W": 2.2713425096299034e-07, + "N": 1.682657069235205e-10, + "Y": 0.006196441128849983, + "U": 2.2024137721898818e-11, + "K": 3.397516296077541e-11, + "L": 0.008952601812779903, + "G": 0.03730565682053566, + "F": 0.041480813175439835, + "E": 1.1442165970265705e-07, + "T": 0.006791108287870884, + "P": 1.8776948991217068e-06, + "-": 0.8725059628486633 + }, + "id": "tp_30566" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3820754, + "label": "-", + "classification": { + "B": 1.782569967190284e-07, + "S": 1.1844356606616202e-09, + "I": 1.4747212340182614e-08, + "C": 2.1766801694411697e-08, + "R": 5.8226179433518155e-09, + "M": 6.0655689594568685e-05, + "O": 5.521117600437719e-06, + "W": 1.1116392251153684e-09, + "N": 1.0976900811920931e-11, + "Y": 7.392752195301e-06, + "U": 3.090583561640714e-12, + "K": 1.945207351721238e-15, + "L": 3.70977272723394e-06, + "G": 1.693680496828165e-05, + "F": 3.6115882267040433e-06, + "E": 3.6252891799648523e-09, + "T": 3.6670789995696396e-05, + "P": 7.743774040136486e-05, + "-": 0.9997878670692444 + }, + "id": "tp_30567" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3820888, + "label": "-", + "classification": { + "B": 0.00010241864947602153, + "S": 7.90888975643611e-07, + "I": 4.72197689305176e-06, + "C": 9.906512786983512e-06, + "R": 1.0841473567779758e-06, + "M": 0.0004885466187261045, + "O": 0.0001253187656402588, + "W": 3.426939088058134e-07, + "N": 3.850045260378465e-08, + "Y": 0.00041326513746753335, + "U": 6.042867095601423e-09, + "K": 3.107840373939297e-11, + "L": 8.40556385810487e-05, + "G": 0.0004302657616790384, + "F": 8.911296754376963e-05, + "E": 8.177797099051531e-06, + "T": 0.00037754312506876886, + "P": 0.004160040523856878, + "-": 0.9937043786048889 + }, + "id": "tp_30568" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3821021, + "label": "-", + "classification": { + "B": 0.00014932644262444228, + "S": 1.8472295778337866e-05, + "I": 5.232214334682794e-06, + "C": 8.878809603629634e-05, + "R": 2.5976951292250305e-05, + "M": 0.0024094574619084597, + "O": 0.0009342646226286888, + "W": 2.998831178047112e-06, + "N": 1.0183445198208574e-07, + "Y": 0.0014369331765919924, + "U": 2.2967260093764708e-08, + "K": 1.6791663615123298e-09, + "L": 0.0017112813657149673, + "G": 0.006972857750952244, + "F": 0.0027850763872265816, + "E": 1.8909830032498576e-05, + "T": 0.0007788360817357898, + "P": 0.0015606473898515105, + "-": 0.9811007976531982 + }, + "id": "tp_30569" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3821154, + "label": "-", + "classification": { + "B": 0.0036637824960052967, + "S": 6.1636701502720825e-06, + "I": 1.8778941921482328e-06, + "C": 2.0907807538605994e-06, + "R": 1.01653483852715e-06, + "M": 0.0007505257963202894, + "O": 0.0002454770728945732, + "W": 1.3274496950543835e-06, + "N": 7.419600933644688e-09, + "Y": 4.285777686163783e-05, + "U": 1.549976369474848e-09, + "K": 1.5404521408468597e-11, + "L": 0.0003861767763737589, + "G": 0.0007852420676499605, + "F": 0.0006264422554522753, + "E": 6.294493232417153e-06, + "T": 6.556067091878504e-05, + "P": 0.00290423515252769, + "-": 0.990510880947113 + }, + "id": "tp_30570" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3821255, + "label": "-", + "classification": { + "B": 7.821736147661795e-08, + "S": 2.3873485588410404e-07, + "I": 3.511463091854239e-06, + "C": 0.0008772670407779515, + "R": 5.9615540521917865e-05, + "M": 0.00013235711958259344, + "O": 3.2524654670851305e-05, + "W": 1.342144884119989e-07, + "N": 6.212312086972815e-08, + "Y": 0.0011009923182427883, + "U": 6.406114039236854e-08, + "K": 1.5816192799888995e-08, + "L": 9.039021097123623e-05, + "G": 0.0021759376395493746, + "F": 0.00992126576602459, + "E": 1.9335448087076657e-06, + "T": 0.0008303687209263444, + "P": 0.0013849487295374274, + "-": 0.9833883047103882 + }, + "id": "tp_30571" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3821388, + "label": "-", + "classification": { + "B": 4.7746030759299174e-05, + "S": 1.01416867437365e-06, + "I": 4.6934525244068936e-07, + "C": 1.8458969179846463e-06, + "R": 2.570727019701735e-06, + "M": 7.947087578941137e-05, + "O": 7.229035691125318e-05, + "W": 2.8375342253639246e-07, + "N": 2.0434991476747655e-09, + "Y": 4.583063127938658e-05, + "U": 5.695226512614227e-10, + "K": 8.231645400036403e-12, + "L": 0.00010481026401976123, + "G": 0.0002803972165565938, + "F": 0.0008185422047972679, + "E": 2.1394680516095832e-07, + "T": 9.54930146690458e-05, + "P": 0.0005601795273832977, + "-": 0.9978887438774109 + }, + "id": "tp_30572" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3821522, + "label": "-", + "classification": { + "B": 2.193298520580811e-08, + "S": 1.489646805907796e-08, + "I": 3.367178091906453e-09, + "C": 4.3191928256192114e-08, + "R": 2.3388858849671124e-08, + "M": 4.5298825170903e-06, + "O": 1.0306303011020645e-05, + "W": 5.181348239347017e-09, + "N": 3.6897335881080906e-11, + "Y": 1.0298453162249643e-05, + "U": 2.1009108081698757e-12, + "K": 2.259611904054451e-13, + "L": 9.98985456135415e-07, + "G": 5.6966064221342094e-06, + "F": 5.6913206208264455e-05, + "E": 3.742427701070028e-09, + "T": 7.138879027479561e-06, + "P": 8.060073741944507e-05, + "-": 0.9998233914375305 + }, + "id": "tp_30573" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3821655, + "label": "-", + "classification": { + "B": 4.919627826893702e-06, + "S": 1.3055242220616492e-07, + "I": 5.001510317015345e-08, + "C": 2.661967982930946e-06, + "R": 1.793832097973791e-06, + "M": 0.000265999638941139, + "O": 6.472797394962981e-05, + "W": 3.998198749854964e-08, + "N": 1.60770452506398e-10, + "Y": 3.9580812881467864e-05, + "U": 7.61075993893634e-11, + "K": 2.742157900487846e-13, + "L": 0.0001851862034527585, + "G": 0.00029183851438574493, + "F": 0.00015390958287753165, + "E": 7.24892217363049e-08, + "T": 7.095085311448202e-05, + "P": 0.00015817700477782637, + "-": 0.9987599849700928 + }, + "id": "tp_30574" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3821755, + "label": "-", + "classification": { + "B": 3.917705715394959e-09, + "S": 3.8985822925496905e-07, + "I": 1.0136484434042359e-06, + "C": 2.3867016352596693e-05, + "R": 7.030467259028228e-06, + "M": 7.340194861171767e-05, + "O": 1.4058353372092824e-05, + "W": 8.777780635682575e-08, + "N": 1.9024533060019166e-08, + "Y": 0.00028819814906455576, + "U": 2.9457549732825328e-09, + "K": 1.3936389819946271e-08, + "L": 5.948538728262065e-06, + "G": 0.00015050692309159786, + "F": 0.007939672097563744, + "E": 8.589851177021046e-07, + "T": 0.00024922165903262794, + "P": 0.0007617485243827105, + "-": 0.9904838800430298 + }, + "id": "tp_30575" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3821889, + "label": "-", + "classification": { + "B": 5.537550578083028e-07, + "S": 5.388740191847319e-07, + "I": 1.578853880346287e-05, + "C": 0.00024199789913836867, + "R": 2.1208430553087965e-05, + "M": 0.0002749496197793633, + "O": 6.24258245807141e-05, + "W": 4.809529627891607e-07, + "N": 4.172427452431293e-07, + "Y": 0.00035471029696054757, + "U": 1.0338656863950746e-07, + "K": 2.0584801418976895e-08, + "L": 2.793142084556166e-05, + "G": 0.0005312605644576252, + "F": 0.004637302365154028, + "E": 4.2617489270924125e-06, + "T": 0.0007868342800065875, + "P": 0.006167810410261154, + "-": 0.9868713617324829 + }, + "id": "tp_30576" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3822022, + "label": "-", + "classification": { + "B": 1.5322935098538437e-07, + "S": 2.700035217628738e-08, + "I": 2.5567368666656876e-08, + "C": 1.8903298837358307e-07, + "R": 1.1909813579791262e-08, + "M": 2.606447014841251e-05, + "O": 2.8702118015644373e-06, + "W": 2.2080790529344085e-09, + "N": 1.1365756252823545e-10, + "Y": 8.595461622462608e-06, + "U": 8.354914850239314e-12, + "K": 5.145477793844222e-12, + "L": 1.1844831533380784e-06, + "G": 3.862953235511668e-05, + "F": 0.00016336329281330109, + "E": 1.897789871918576e-07, + "T": 1.4409412870008964e-05, + "P": 0.0004879634943790734, + "-": 0.9992563128471375 + }, + "id": "tp_30577" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3822155, + "label": "-", + "classification": { + "B": 0.0018782777478918433, + "S": 3.4297030651941895e-05, + "I": 1.6348853023373522e-05, + "C": 1.3558897990151308e-05, + "R": 7.89947353041498e-06, + "M": 0.0009975966531783342, + "O": 0.0004780178132932633, + "W": 5.410759968071943e-06, + "N": 6.667644925073546e-07, + "Y": 0.00018090585945174098, + "U": 3.3311934544144606e-08, + "K": 1.7991456102706138e-09, + "L": 0.0005329163395799696, + "G": 0.0023208768106997013, + "F": 0.006755389738827944, + "E": 4.33309942309279e-05, + "T": 0.0008175179827958345, + "P": 0.01668008603155613, + "-": 0.9692369103431702 + }, + "id": "tp_30578" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3822256, + "label": "-", + "classification": { + "B": 6.728447488058009e-08, + "S": 1.3986018565503855e-08, + "I": 9.273642831431061e-07, + "C": 1.19592368719168e-06, + "R": 4.452776920516044e-07, + "M": 1.9318578779348172e-05, + "O": 9.101036994252354e-06, + "W": 7.4211774503396555e-09, + "N": 2.293454981483478e-09, + "Y": 2.262282941956073e-05, + "U": 2.4532348374961543e-10, + "K": 3.64293014157302e-12, + "L": 3.234517180317198e-06, + "G": 3.0469092962448485e-05, + "F": 7.523581007262692e-05, + "E": 9.533257383509408e-08, + "T": 3.6440898838918656e-05, + "P": 0.0008824204560369253, + "-": 0.9989184141159058 + }, + "id": "tp_30579" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3822389, + "label": "-", + "classification": { + "B": 4.30220206908416e-05, + "S": 5.401859652920393e-07, + "I": 2.998907291384967e-07, + "C": 1.433762975011632e-07, + "R": 1.1164368629579258e-07, + "M": 0.0004500813956838101, + "O": 0.00013387172657530755, + "W": 2.0328094763044646e-07, + "N": 1.2974171736956919e-09, + "Y": 1.8841303244698793e-05, + "U": 8.407642637653368e-11, + "K": 4.745183738129322e-13, + "L": 3.4582717489684e-05, + "G": 5.475808211485855e-05, + "F": 1.8864946468966082e-05, + "E": 4.1527763983140176e-07, + "T": 5.43179085070733e-05, + "P": 0.0005772376316599548, + "-": 0.998612642288208 + }, + "id": "tp_30580" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3822523, + "label": "-", + "classification": { + "B": 3.0912556958639925e-09, + "S": 1.0195916333444188e-10, + "I": 1.359690173785566e-07, + "C": 6.52238512088843e-08, + "R": 9.308035231470058e-09, + "M": 4.136222173656279e-07, + "O": 2.1907767688844615e-07, + "W": 2.062816029102521e-10, + "N": 4.932372288379838e-10, + "Y": 9.217936167260632e-06, + "U": 1.1668445376589176e-10, + "K": 1.6517400294735474e-11, + "L": 2.430144263598777e-08, + "G": 8.794138011580799e-06, + "F": 6.833650695625693e-05, + "E": 3.018899974449596e-08, + "T": 7.266142802109243e-06, + "P": 0.008489681407809258, + "-": 0.991415798664093 + }, + "id": "tp_30581" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3822656, + "label": "-", + "classification": { + "B": 6.81203493613225e-09, + "S": 1.0094983182717954e-10, + "I": 1.1182308551349607e-11, + "C": 5.139559333677823e-10, + "R": 3.140215865116147e-10, + "M": 2.1356556771934265e-06, + "O": 3.0165989528541104e-07, + "W": 1.2427412397764126e-11, + "N": 2.5570158613912302e-15, + "Y": 5.134521074978693e-07, + "U": 1.5551790932873951e-16, + "K": 3.5327656115918054e-19, + "L": 3.867281179736892e-07, + "G": 2.6962532047036802e-06, + "F": 4.549430286715506e-06, + "E": 3.437194279198863e-11, + "T": 4.000004878434993e-07, + "P": 2.3108375444280682e-06, + "-": 0.9999866485595703 + }, + "id": "tp_30582" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3822756, + "label": "-", + "classification": { + "B": 5.3132971515879035e-06, + "S": 1.1630379503912991e-07, + "I": 3.824511907168926e-07, + "C": 6.713117173262617e-09, + "R": 2.66550026495338e-09, + "M": 3.3182339393533766e-05, + "O": 1.3161651622795034e-05, + "W": 3.1704548320021786e-08, + "N": 4.991106195006978e-09, + "Y": 2.5368539354531094e-05, + "U": 1.0395227734161239e-10, + "K": 1.4008139266608044e-11, + "L": 1.1682410558933043e-06, + "G": 2.5134779207292013e-05, + "F": 0.00010716601536842063, + "E": 1.413348059031705e-06, + "T": 3.1274503271561116e-05, + "P": 0.009051186963915825, + "-": 0.9907050728797913 + }, + "id": "tp_30583" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3822890, + "label": "-", + "classification": { + "B": 9.726803909870796e-06, + "S": 1.2632630159714608e-06, + "I": 5.895322101423517e-05, + "C": 0.0015052366070449352, + "R": 0.00014585706230718642, + "M": 0.008122861385345459, + "O": 0.00022968166740611196, + "W": 5.406555487752485e-07, + "N": 3.0160336450535397e-07, + "Y": 0.05466087535023689, + "U": 1.5720908663752198e-07, + "K": 4.223722527285645e-08, + "L": 0.0011204412439838052, + "G": 0.04872250556945801, + "F": 0.0022803579922765493, + "E": 0.0001286172919208184, + "T": 0.010876531712710857, + "P": 0.0012343910057097673, + "-": 0.8709017038345337 + }, + "id": "tp_30584" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3823023, + "label": "-", + "classification": { + "B": 7.549564529085728e-09, + "S": 3.993736452656549e-09, + "I": 4.086301519379276e-09, + "C": 1.6718075812605093e-07, + "R": 3.391809144659419e-08, + "M": 3.0248804250732064e-05, + "O": 2.627548838063376e-06, + "W": 8.645945070995253e-10, + "N": 3.6700524563837433e-11, + "Y": 0.0001531201123725623, + "U": 9.693337278682268e-12, + "K": 1.9940401326662416e-12, + "L": 9.895128414427745e-07, + "G": 1.5603007341269404e-05, + "F": 4.418780008563772e-05, + "E": 1.955528183827937e-08, + "T": 8.658013393869624e-05, + "P": 9.11073584575206e-05, + "-": 0.9995753169059753 + }, + "id": "tp_30585" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3823156, + "label": "-", + "classification": { + "B": 7.165024726418778e-05, + "S": 1.0466405342413054e-07, + "I": 7.553151704087213e-07, + "C": 2.5514689696137793e-05, + "R": 6.000941084494116e-06, + "M": 0.0010755843250080943, + "O": 0.00011030754103558138, + "W": 1.2323950215886725e-07, + "N": 2.3053632336456076e-09, + "Y": 0.00013623826089315116, + "U": 6.191386070497629e-09, + "K": 4.2586043198789e-12, + "L": 0.0008618964930064976, + "G": 0.001579992938786745, + "F": 0.00024597771698608994, + "E": 6.94246750754246e-07, + "T": 0.0004678565892390907, + "P": 0.0006568246753886342, + "-": 0.9947605729103088 + }, + "id": "tp_30586" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3823257, + "label": "-", + "classification": { + "B": 6.391581930387247e-09, + "S": 8.65851279563401e-11, + "I": 6.599483981517551e-08, + "C": 5.373330580482616e-08, + "R": 1.0241106629393926e-08, + "M": 8.627990837339894e-07, + "O": 3.0308967780001694e-07, + "W": 7.970147458680188e-11, + "N": 7.610711366679013e-11, + "Y": 2.1061941879452206e-06, + "U": 3.7342772103710065e-12, + "K": 1.1115988602413817e-14, + "L": 1.1158066826055801e-07, + "G": 6.8754793574044015e-06, + "F": 9.696923370938748e-06, + "E": 1.2493075907116236e-08, + "T": 7.608393389091361e-06, + "P": 0.003123743226751685, + "-": 0.9968485236167908 + }, + "id": "tp_30587" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3823390, + "label": "-", + "classification": { + "B": 2.7818086323350144e-07, + "S": 5.135930081223705e-08, + "I": 7.367397358848393e-08, + "C": 9.664688604971161e-07, + "R": 1.9548646434941475e-07, + "M": 1.7571306671015918e-05, + "O": 5.432280431705294e-06, + "W": 2.904510942869365e-08, + "N": 7.320437589442008e-10, + "Y": 7.300544530153275e-05, + "U": 3.9460754108766594e-10, + "K": 1.569565449832666e-10, + "L": 2.9838231512258062e-06, + "G": 4.991222158423625e-05, + "F": 0.0011359682539477944, + "E": 8.719114674704542e-08, + "T": 8.315107697853819e-05, + "P": 0.0005432544858194888, + "-": 0.9980870485305786 + }, + "id": "tp_30588" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3823524, + "label": "-", + "classification": { + "B": 6.076363945339835e-08, + "S": 8.602979505667463e-06, + "I": 1.323358333138458e-06, + "C": 0.002096459735184908, + "R": 0.0004195171350147575, + "M": 0.0006389323971234262, + "O": 0.00020254134142305702, + "W": 3.1527099508821266e-06, + "N": 1.445769584051959e-07, + "Y": 0.0023593013174831867, + "U": 8.403418405578122e-08, + "K": 9.348625553684542e-07, + "L": 0.0001567875879118219, + "G": 0.0023743680212646723, + "F": 0.10193710774183273, + "E": 4.566359621094307e-06, + "T": 0.0010986014967784286, + "P": 0.0010995627380907536, + "-": 0.8875979781150818 + }, + "id": "tp_30589" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3823657, + "label": "-", + "classification": { + "B": 1.2631164281629026e-05, + "S": 1.4521523326038732e-06, + "I": 1.7667122165221372e-06, + "C": 3.531622132868506e-05, + "R": 3.223890598746948e-05, + "M": 0.001059117028489709, + "O": 0.0004505404212977737, + "W": 1.2992849178772303e-06, + "N": 9.836075953728596e-09, + "Y": 0.0005441701505333185, + "U": 8.471031875956214e-09, + "K": 1.264484766894114e-10, + "L": 0.0009398459224030375, + "G": 0.0019935835152864456, + "F": 0.0013190776808187366, + "E": 3.6293457128522277e-07, + "T": 0.0008695499273017049, + "P": 0.00022089466801844537, + "-": 0.9925180673599243 + }, + "id": "tp_30590" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3823757, + "label": "-", + "classification": { + "B": 4.204944616503781e-06, + "S": 1.2145394066465087e-05, + "I": 4.927357167616719e-06, + "C": 0.00033481509308330715, + "R": 3.426231342018582e-05, + "M": 0.0002157233247999102, + "O": 0.00010478260810486972, + "W": 1.9565534330467926e-06, + "N": 2.6004983055827324e-07, + "Y": 0.00031854305416345596, + "U": 7.487564346320141e-08, + "K": 1.552230344259442e-07, + "L": 6.203116208780557e-05, + "G": 0.0010768178617581725, + "F": 0.017576098442077637, + "E": 1.201909708470339e-05, + "T": 0.00039902995922602713, + "P": 0.0023164500016719103, + "-": 0.9775256514549255 + }, + "id": "tp_30591" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3823891, + "label": "-", + "classification": { + "B": 9.174346282669887e-10, + "S": 1.0569551310568581e-11, + "I": 3.3692535428286874e-09, + "C": 1.1225999685393617e-07, + "R": 1.0249828541475381e-08, + "M": 1.5811433229373506e-07, + "O": 1.0680139439500635e-07, + "W": 1.3381899754971727e-11, + "N": 1.8044196779115618e-12, + "Y": 3.795657619320991e-07, + "U": 5.71375249631273e-13, + "K": 8.592741827047248e-15, + "L": 1.8204428187118538e-08, + "G": 9.814428949539433e-07, + "F": 8.471611749882868e-07, + "E": 1.8760761000269355e-10, + "T": 7.933282972771849e-07, + "P": 3.388652839930728e-05, + "-": 0.9999626874923706 + }, + "id": "tp_30592" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3824024, + "label": "-", + "classification": { + "B": 1.0881524303840706e-06, + "S": 3.174043428089135e-08, + "I": 9.765378763404442e-07, + "C": 5.4212303979284115e-08, + "R": 1.465958288093816e-08, + "M": 4.169206931692315e-06, + "O": 8.480041287839413e-06, + "W": 3.3423003031884946e-08, + "N": 4.3687675699288775e-09, + "Y": 2.795826048895833e-06, + "U": 1.9372455029031954e-10, + "K": 3.5365744621013162e-12, + "L": 7.159810024859325e-07, + "G": 5.972955932520563e-06, + "F": 2.4318454961758107e-05, + "E": 1.9543091411833302e-07, + "T": 8.104810149234254e-06, + "P": 0.021599456667900085, + "-": 0.978343665599823 + }, + "id": "tp_30593" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3824157, + "label": "-", + "classification": { + "B": 1.55776351817849e-08, + "S": 4.082605434274633e-11, + "I": 1.4673990911262536e-09, + "C": 2.475867844076163e-10, + "R": 3.456301564397357e-11, + "M": 1.7752840619777999e-07, + "O": 4.627025873560342e-08, + "W": 9.738241463219666e-12, + "N": 1.2510297702286732e-12, + "Y": 1.7832182663823914e-07, + "U": 5.181562779755025e-14, + "K": 1.0806896327323593e-15, + "L": 1.1559899704138843e-08, + "G": 1.0261360330332536e-06, + "F": 6.613071491301525e-06, + "E": 4.207885595519656e-09, + "T": 2.4425852984677476e-07, + "P": 0.001736510661430657, + "-": 0.99825519323349 + }, + "id": "tp_30594" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3824258, + "label": "-", + "classification": { + "B": 7.35087990477723e-10, + "S": 7.722596867543174e-12, + "I": 3.1323921234616137e-09, + "C": 5.787213908092781e-08, + "R": 6.404820229732877e-09, + "M": 2.537815134928678e-06, + "O": 1.3538208065710933e-07, + "W": 1.1118991144476453e-11, + "N": 4.46963023233507e-13, + "Y": 1.0282828952767886e-05, + "U": 6.902562289107239e-14, + "K": 1.8760253798888715e-16, + "L": 1.4812977155997942e-07, + "G": 6.933016720722662e-06, + "F": 1.802950805540604e-06, + "E": 8.681929619669404e-10, + "T": 8.086308298516087e-06, + "P": 1.801566395442933e-05, + "-": 0.9999520778656006 + }, + "id": "tp_30595" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3824391, + "label": "-", + "classification": { + "B": 1.4072213616600493e-06, + "S": 5.721155105220532e-08, + "I": 7.128584655902159e-08, + "C": 1.1122811116592857e-07, + "R": 4.8182375422811674e-08, + "M": 6.742322148056701e-05, + "O": 1.224668540089624e-05, + "W": 2.5808768455704012e-08, + "N": 2.406749799455099e-10, + "Y": 1.4037466826266609e-05, + "U": 3.4228724021811985e-11, + "K": 9.72710627322737e-13, + "L": 5.56541954210843e-06, + "G": 3.3048017940018326e-05, + "F": 0.00020994992519263178, + "E": 9.03976342669921e-08, + "T": 3.3759504731278867e-05, + "P": 0.0007489279960282147, + "-": 0.9988731741905212 + }, + "id": "tp_30596" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3824525, + "label": "-", + "classification": { + "B": 1.8501897791622923e-09, + "S": 1.0194319832734777e-09, + "I": 1.0999250399379434e-09, + "C": 2.0631681252325507e-07, + "R": 2.5387652868857913e-08, + "M": 2.9576597171399044e-06, + "O": 3.0114745186438086e-07, + "W": 1.28804078514122e-10, + "N": 2.106091342990446e-12, + "Y": 1.464462729927618e-05, + "U": 1.4308260793630817e-13, + "K": 1.491141872521709e-13, + "L": 2.722771910157462e-07, + "G": 3.814980300376192e-05, + "F": 0.0004518865025602281, + "E": 4.947626308648978e-09, + "T": 2.7482844870974077e-06, + "P": 2.5237010049750097e-05, + "-": 0.9994634985923767 + }, + "id": "tp_30597" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3824658, + "label": "-", + "classification": { + "B": 2.386518760388867e-09, + "S": 9.473512641022808e-09, + "I": 1.7360960669066117e-08, + "C": 1.506349917690386e-06, + "R": 3.319169366022834e-07, + "M": 1.086779320758069e-05, + "O": 7.340718752857356e-07, + "W": 2.3382400460292274e-09, + "N": 8.51338374796562e-11, + "Y": 7.74471991462633e-05, + "U": 2.6943199407658547e-11, + "K": 7.44156958276676e-11, + "L": 4.870982479587838e-07, + "G": 3.793988435063511e-05, + "F": 0.0019331027287989855, + "E": 1.785264025500055e-08, + "T": 3.688232027343474e-05, + "P": 9.774468344403431e-05, + "-": 0.9978029131889343 + }, + "id": "tp_30598" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3824758, + "label": "-", + "classification": { + "B": 1.2472075638925162e-07, + "S": 3.9542218388533e-08, + "I": 1.42484057885639e-09, + "C": 2.6910487349596224e-07, + "R": 3.9706546317574976e-07, + "M": 0.00011981822899542749, + "O": 2.9826707759639248e-05, + "W": 4.621928617609683e-09, + "N": 1.6082497746733315e-12, + "Y": 3.8345395296346396e-05, + "U": 7.716172535990329e-13, + "K": 3.828574945545808e-15, + "L": 0.00014801291399635375, + "G": 0.00018441265274304897, + "F": 0.00020668702200055122, + "E": 8.313986721297795e-10, + "T": 7.383392221527174e-05, + "P": 5.083246833237354e-06, + "-": 0.9991931319236755 + }, + "id": "tp_30599" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3824892, + "label": "-", + "classification": { + "B": 4.668728692536206e-08, + "S": 1.946349215131704e-08, + "I": 3.238966428398271e-07, + "C": 3.0905226594768465e-05, + "R": 3.3647288546490017e-06, + "M": 7.451537385350093e-05, + "O": 7.117427230696194e-06, + "W": 1.4178923812835365e-08, + "N": 2.519386477217722e-09, + "Y": 0.0004485578101594001, + "U": 1.0921897830584726e-09, + "K": 2.8663552087415667e-10, + "L": 5.69213352719089e-06, + "G": 0.00022303049627225846, + "F": 0.0004457178292796016, + "E": 3.256118077388237e-07, + "T": 0.0001373274135403335, + "P": 0.00040553725557401776, + "-": 0.9982174038887024 + }, + "id": "tp_30600" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3825025, + "label": "-", + "classification": { + "B": 2.0683716073222058e-08, + "S": 9.184695781705443e-10, + "I": 3.2371347824522445e-09, + "C": 1.3517222896552994e-07, + "R": 2.8990452705102143e-08, + "M": 1.279892421734985e-05, + "O": 1.8933857290903688e-06, + "W": 4.615933191232102e-10, + "N": 2.7561707256762435e-12, + "Y": 1.0610701792757027e-05, + "U": 1.9822516024448067e-12, + "K": 2.1125099960344132e-14, + "L": 3.126593355773366e-06, + "G": 3.743729030247778e-05, + "F": 5.227294604992494e-05, + "E": 1.085995404714879e-09, + "T": 1.6576992493355647e-05, + "P": 2.801114351314027e-05, + "-": 0.9998370409011841 + }, + "id": "tp_30601" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3825125, + "label": "-", + "classification": { + "B": 1.745843178468931e-06, + "S": 1.0737579714259482e-07, + "I": 5.772391773462004e-07, + "C": 3.555567445800989e-06, + "R": 1.2534941333797178e-06, + "M": 0.00024964846670627594, + "O": 3.399014167371206e-05, + "W": 5.490058896384653e-08, + "N": 4.31296021119465e-09, + "Y": 0.00019852886907756329, + "U": 8.990416744403262e-10, + "K": 4.698737926522867e-11, + "L": 3.471922900644131e-05, + "G": 0.0003453459939919412, + "F": 0.0008425584528595209, + "E": 5.673119858329301e-07, + "T": 0.0002547946060076356, + "P": 0.000606786401476711, + "-": 0.9974257349967957 + }, + "id": "tp_30602" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3825259, + "label": "-", + "classification": { + "B": 6.202212261996465e-06, + "S": 6.850464728813677e-07, + "I": 9.366985409542394e-07, + "C": 3.0322271413751878e-06, + "R": 4.340779469202971e-07, + "M": 8.454606722807512e-05, + "O": 2.2161400920595042e-05, + "W": 5.616997711399563e-08, + "N": 1.8804145796025296e-08, + "Y": 4.096756310900673e-05, + "U": 1.170654906346158e-09, + "K": 8.497892667325146e-11, + "L": 1.454450648452621e-05, + "G": 0.00020316992595326155, + "F": 0.0020112863276153803, + "E": 2.7087241960543906e-06, + "T": 0.00010343854228267446, + "P": 0.0038050992880016565, + "-": 0.9937007427215576 + }, + "id": "tp_30603" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3825392, + "label": "-", + "classification": { + "B": 8.893078331032034e-13, + "S": 2.9553748771143917e-12, + "I": 6.979419708841306e-09, + "C": 5.38671827143844e-07, + "R": 5.497262023368421e-08, + "M": 2.1880346139369067e-06, + "O": 1.089119336938893e-07, + "W": 6.13008862421216e-12, + "N": 2.010798211965481e-12, + "Y": 9.26339635043405e-05, + "U": 2.0737613015686662e-12, + "K": 1.213266192021242e-14, + "L": 1.58197764221768e-07, + "G": 1.548947511764709e-05, + "F": 1.445130692445673e-05, + "E": 2.8232163828967316e-10, + "T": 2.6049689040519297e-05, + "P": 2.1867883333470672e-05, + "-": 0.9998264908790588 + }, + "id": "tp_30604" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3825526, + "label": "-", + "classification": { + "B": 4.144671379435749e-07, + "S": 2.9849093152733985e-06, + "I": 2.0722634985759214e-07, + "C": 1.5321515093091875e-05, + "R": 1.1149201782245655e-05, + "M": 0.00018380813708063215, + "O": 0.00012499424337875098, + "W": 7.199313358796644e-07, + "N": 7.528664802691765e-09, + "Y": 0.0015911199152469635, + "U": 5.889060350483533e-10, + "K": 1.4734674813610127e-08, + "L": 5.190255615161732e-05, + "G": 0.0013421733165159822, + "F": 0.015229309909045696, + "E": 8.539259965800738e-07, + "T": 0.0002658783341757953, + "P": 0.00012080164015060291, + "-": 0.9810583591461182 + }, + "id": "tp_30605" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3825626, + "label": "-", + "classification": { + "B": 8.087021342362277e-06, + "S": 3.417831351271161e-07, + "I": 4.1474686440778896e-05, + "C": 1.787274595699273e-05, + "R": 3.2535433547309367e-06, + "M": 3.516905053402297e-05, + "O": 2.5040804757736623e-05, + "W": 3.368506327205978e-07, + "N": 5.05319292187778e-07, + "Y": 0.00010962666419800371, + "U": 3.171374984844988e-08, + "K": 4.123749341999883e-09, + "L": 8.368578164663631e-06, + "G": 0.0001344513293588534, + "F": 0.0004804579948540777, + "E": 5.144141141499858e-06, + "T": 0.00015872165386099368, + "P": 0.05043315142393112, + "-": 0.948538064956665 + }, + "id": "tp_30606" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3825759, + "label": "-", + "classification": { + "B": 1.0480426482217808e-07, + "S": 4.971275391341123e-09, + "I": 1.4959431027250503e-08, + "C": 8.408976626128606e-09, + "R": 4.862900748747734e-09, + "M": 8.268638339359313e-06, + "O": 1.8313040754946996e-06, + "W": 1.097611446176927e-09, + "N": 1.1551359695161079e-11, + "Y": 2.0194008811813546e-06, + "U": 9.067418040367703e-13, + "K": 3.831218958890662e-15, + "L": 7.774710866215173e-07, + "G": 4.186606929579284e-06, + "F": 9.727888937050011e-06, + "E": 1.3823572286852936e-09, + "T": 1.5895730030024424e-05, + "P": 0.00023426178086083382, + "-": 0.9997228980064392 + }, + "id": "tp_30607" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3825893, + "label": "-", + "classification": { + "B": 1.8347781072236558e-09, + "S": 1.9643216220277537e-10, + "I": 2.5950891213710747e-08, + "C": 1.1651247966426581e-08, + "R": 1.244989555893028e-09, + "M": 1.0197562687608297e-06, + "O": 2.036358210943945e-07, + "W": 1.9635874870527203e-10, + "N": 4.472715600667421e-11, + "Y": 9.329509680355841e-07, + "U": 3.853367278039421e-12, + "K": 3.733249874602468e-13, + "L": 1.9222889946490795e-08, + "G": 1.2042337402817793e-06, + "F": 1.2397338650771417e-05, + "E": 1.142153394084744e-08, + "T": 1.972809286598931e-06, + "P": 0.0018532671965658665, + "-": 0.9981289505958557 + }, + "id": "tp_30608" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3826026, + "label": "-", + "classification": { + "B": 6.924592099721849e-08, + "S": 3.3676119670644766e-09, + "I": 1.4781262436258658e-08, + "C": 1.6646780522933113e-06, + "R": 2.1131717176103848e-07, + "M": 1.3045969353697728e-05, + "O": 2.5066660782613326e-06, + "W": 1.7417970399336014e-09, + "N": 1.628860414604194e-11, + "Y": 8.534445441910066e-06, + "U": 7.360076090257017e-12, + "K": 1.9405850082247766e-13, + "L": 5.324861831468297e-06, + "G": 7.218165410449728e-05, + "F": 0.00024418646353296936, + "E": 1.1896895024676724e-08, + "T": 7.5243128776492085e-06, + "P": 9.306712308898568e-05, + "-": 0.9995517134666443 + }, + "id": "tp_30609" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3826126, + "label": "-", + "classification": { + "B": 1.4450564078671846e-09, + "S": 3.5835481249080203e-09, + "I": 1.407651097906637e-07, + "C": 6.805680641264189e-07, + "R": 9.3186663718825e-08, + "M": 1.600531322765164e-05, + "O": 1.5699117739131907e-06, + "W": 2.786115116393262e-09, + "N": 2.0175863202354094e-09, + "Y": 0.00015124038327485323, + "U": 2.0632064112735549e-10, + "K": 2.0484119955810343e-10, + "L": 2.703515917801269e-07, + "G": 1.4228945474314969e-05, + "F": 0.0003318068920634687, + "E": 2.0901435959785886e-07, + "T": 8.54817044455558e-05, + "P": 0.0006312635960057378, + "-": 0.9987670183181763 + }, + "id": "tp_30610" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3826260, + "label": "-", + "classification": { + "B": 0.00022069874103181064, + "S": 0.00028857463621534407, + "I": 0.00010967471462208778, + "C": 0.0022681793197989464, + "R": 0.003618585877120495, + "M": 0.057178907096385956, + "O": 0.025894591584801674, + "W": 0.00014025389100424945, + "N": 1.4792994988965802e-06, + "Y": 0.04321424290537834, + "U": 5.491201022778114e-07, + "K": 4.9240433952491e-08, + "L": 0.05630983039736748, + "G": 0.08851265907287598, + "F": 0.005408368073403835, + "E": 1.4984845620347187e-05, + "T": 0.03113628923892975, + "P": 0.00024341416428796947, + "-": 0.6854386329650879 + }, + "id": "tp_30611" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3826393, + "label": "-", + "classification": { + "B": 4.300197815609863e-06, + "S": 8.405182256865373e-07, + "I": 2.6389400886728254e-07, + "C": 2.5333088160550687e-06, + "R": 1.3686640158994123e-06, + "M": 0.00013707541802432388, + "O": 9.611991845304146e-05, + "W": 1.7060114032574347e-07, + "N": 3.0825539898415855e-09, + "Y": 7.071720028761774e-05, + "U": 4.0446496152313216e-10, + "K": 5.950547780214643e-12, + "L": 7.367752550635487e-05, + "G": 0.00024299735378008336, + "F": 0.0007460148772224784, + "E": 3.204053200533963e-07, + "T": 9.332285117125139e-05, + "P": 0.0007097827619872987, + "-": 0.9978204965591431 + }, + "id": "tp_30612" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3826527, + "label": "-", + "classification": { + "B": 2.773516138976362e-10, + "S": 1.9640633563966503e-10, + "I": 2.5865652730772126e-08, + "C": 1.4553440905729076e-06, + "R": 1.1998348270481074e-07, + "M": 1.8110720247932477e-06, + "O": 3.035204088064347e-07, + "W": 3.861722608355933e-10, + "N": 1.0211722439867899e-10, + "Y": 3.752161137526855e-05, + "U": 6.718504919067669e-11, + "K": 1.426634938656024e-11, + "L": 1.0694382979181682e-07, + "G": 7.935416761029046e-06, + "F": 7.584838022012264e-05, + "E": 6.480136427455818e-09, + "T": 1.909757156681735e-05, + "P": 0.00017405652033630759, + "-": 0.999681830406189 + }, + "id": "tp_30613" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4", + "properties": { + "timePoint": 3826627, + "label": "-", + "classification": { + "B": 8.028265163773085e-09, + "S": 1.015425077355303e-09, + "I": 2.1531263882934581e-07, + "C": 4.0254209920931316e-07, + "R": 8.169548237901836e-08, + "M": 1.652758328418713e-06, + "O": 1.2400233799780835e-06, + "W": 2.648532060334219e-09, + "N": 7.56842588600648e-10, + "Y": 1.4797050425841007e-05, + "U": 4.3918474412762976e-10, + "K": 1.8871732301861677e-11, + "L": 3.1082910822988197e-07, + "G": 5.7991583162220195e-06, + "F": 1.9726172467926517e-05, + "E": 2.016397182558194e-08, + "T": 2.251191108371131e-05, + "P": 0.0007306032348424196, + "-": 0.9992026686668396 + }, + "id": "tp_30614" + } + } + ] + }, + { + "id": "v_1", + "metadata": { + "timestamp": "2025-04-20T23:39:14.314853", + "app": "http://apps.clams.ai/swt-detection/v7.4", + "contains": { + "http://mmif.clams.ai/vocabulary/TimeFrame/v5": { + "labelset": [ + "chyron", + "-" + ], + "document": "m1" + }, + "http://mmif.clams.ai/vocabulary/Annotation/v5": { + "document": "m1" + } + }, + "parameters": { + "useClassifier": "true", + "tpModelName": "convnext_small", + "tpUsePosModel": "true", + "tpStartAt": "0", + "tpStopAt": "9000000", + "tpSampleRate": "125", + "useStitcher": "true", + "tfMinTPScore": "0.05", + "tfMinTFScore": "0.2", + "tfMinTFDuration": "1900", + "tfAllowOverlap": "false", + "tfLabelMap": "['I:chyron', 'Y:chyron', 'N:chyron']", + "tfLabelMapPreset": "nopreset", + "pretty": "true" + }, + "appConfiguration": { + "useClassifier": true, + "tpModelName": "convnext_small", + "tpUsePosModel": true, + "tpStartAt": 0, + "tpStopAt": 9000000, + "tpSampleRate": 125, + "useStitcher": true, + "tfMinTPScore": 0.05, + "tfMinTFScore": 0.2, + "tfMinTFDuration": 1900, + "tfAllowOverlap": false, + "tfDynamicSceneLabels": [ + "credit", + "credits" + ], + "tfLabelMap": { + "I": "chyron", + "Y": "chyron", + "N": "chyron" + }, + "tfLabelMapPreset": "nopreset", + "pretty": true, + "runningTime": false, + "hwFetch": false + } + }, + "annotations": [ + { + "@type": "http://mmif.clams.ai/vocabulary/TimeFrame/v5", + "properties": { + "label": "chyron", + "classification": { + "chyron": 0.40812081484390156 + }, + "targets": [ + "v_0:tp_274", + "v_0:tp_275", + "v_0:tp_276", + "v_0:tp_277", + "v_0:tp_278", + "v_0:tp_279", + "v_0:tp_280", + "v_0:tp_281", + "v_0:tp_282", + "v_0:tp_283", + "v_0:tp_284", + "v_0:tp_285", + "v_0:tp_286", + "v_0:tp_287", + "v_0:tp_288", + "v_0:tp_289", + "v_0:tp_290", + "v_0:tp_291", + "v_0:tp_292", + "v_0:tp_293", + "v_0:tp_294", + "v_0:tp_295", + "v_0:tp_296", + "v_0:tp_297", + "v_0:tp_298", + "v_0:tp_299", + "v_0:tp_300", + "v_0:tp_301", + "v_0:tp_302", + "v_0:tp_303", + "v_0:tp_304", + "v_0:tp_305", + "v_0:tp_306", + "v_0:tp_307", + "v_0:tp_308", + "v_0:tp_309", + "v_0:tp_310", + "v_0:tp_311", + "v_0:tp_312", + "v_0:tp_313", + "v_0:tp_314", + "v_0:tp_315" + ], + "representatives": [ + "v_0:tp_308" + ], + "id": "tf_1" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimeFrame/v5", + "properties": { + "label": "chyron", + "classification": { + "chyron": 0.40583403452876066 + }, + "targets": [ + "v_0:tp_956", + "v_0:tp_957", + "v_0:tp_958", + "v_0:tp_959", + "v_0:tp_960", + "v_0:tp_961", + "v_0:tp_962", + "v_0:tp_963", + "v_0:tp_964", + "v_0:tp_965", + "v_0:tp_966", + "v_0:tp_967", + "v_0:tp_968", + "v_0:tp_969", + "v_0:tp_970", + "v_0:tp_971", + "v_0:tp_972", + "v_0:tp_973", + "v_0:tp_974", + "v_0:tp_975", + "v_0:tp_976", + "v_0:tp_977", + "v_0:tp_978", + "v_0:tp_979", + "v_0:tp_980", + "v_0:tp_981", + "v_0:tp_982", + "v_0:tp_983", + "v_0:tp_984", + "v_0:tp_985", + "v_0:tp_986", + "v_0:tp_987", + "v_0:tp_988", + "v_0:tp_989", + "v_0:tp_990", + "v_0:tp_991", + "v_0:tp_992", + "v_0:tp_993", + "v_0:tp_994", + "v_0:tp_995", + "v_0:tp_996", + "v_0:tp_997", + "v_0:tp_998", + "v_0:tp_999", + "v_0:tp_1000", + "v_0:tp_1001", + "v_0:tp_1002", + "v_0:tp_1003", + "v_0:tp_1004", + "v_0:tp_1005", + "v_0:tp_1006", + "v_0:tp_1007", + "v_0:tp_1008", + "v_0:tp_1009", + "v_0:tp_1010", + "v_0:tp_1011", + "v_0:tp_1012", + "v_0:tp_1013", + "v_0:tp_1014", + "v_0:tp_1015", + "v_0:tp_1016", + "v_0:tp_1017", + "v_0:tp_1018" + ], + "representatives": [ + "v_0:tp_990" + ], + "id": "tf_2" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimeFrame/v5", + "properties": { + "label": "chyron", + "classification": { + "chyron": 0.27318277017523845 + }, + "targets": [ + "v_0:tp_1490", + "v_0:tp_1491", + "v_0:tp_1492", + "v_0:tp_1493", + "v_0:tp_1494", + "v_0:tp_1495", + "v_0:tp_1496", + "v_0:tp_1497", + "v_0:tp_1498", + "v_0:tp_1499", + "v_0:tp_1500", + "v_0:tp_1501", + "v_0:tp_1502", + "v_0:tp_1503", + "v_0:tp_1504", + "v_0:tp_1505", + "v_0:tp_1506", + "v_0:tp_1507", + "v_0:tp_1508", + "v_0:tp_1509", + "v_0:tp_1510", + "v_0:tp_1511", + "v_0:tp_1512", + "v_0:tp_1513", + "v_0:tp_1514", + "v_0:tp_1515", + "v_0:tp_1516", + "v_0:tp_1517", + "v_0:tp_1518", + "v_0:tp_1519" + ], + "representatives": [ + "v_0:tp_1506" + ], + "id": "tf_3" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimeFrame/v5", + "properties": { + "label": "chyron", + "classification": { + "chyron": 0.4168877774432571 + }, + "targets": [ + "v_0:tp_4151", + "v_0:tp_4152", + "v_0:tp_4153", + "v_0:tp_4154", + "v_0:tp_4155", + "v_0:tp_4156", + "v_0:tp_4157", + "v_0:tp_4158", + "v_0:tp_4159", + "v_0:tp_4160", + "v_0:tp_4161", + "v_0:tp_4162", + "v_0:tp_4163", + "v_0:tp_4164", + "v_0:tp_4165", + "v_0:tp_4166", + "v_0:tp_4167", + "v_0:tp_4168", + "v_0:tp_4169", + "v_0:tp_4170", + "v_0:tp_4171", + "v_0:tp_4172", + "v_0:tp_4173", + "v_0:tp_4174", + "v_0:tp_4175", + "v_0:tp_4176", + "v_0:tp_4177", + "v_0:tp_4178", + "v_0:tp_4179", + "v_0:tp_4180", + "v_0:tp_4181", + "v_0:tp_4182", + "v_0:tp_4183", + "v_0:tp_4184", + "v_0:tp_4185", + "v_0:tp_4186", + "v_0:tp_4187", + "v_0:tp_4188", + "v_0:tp_4189", + "v_0:tp_4190", + "v_0:tp_4191", + "v_0:tp_4192", + "v_0:tp_4193", + "v_0:tp_4194", + "v_0:tp_4195", + "v_0:tp_4196", + "v_0:tp_4197", + "v_0:tp_4198", + "v_0:tp_4199", + "v_0:tp_4200", + "v_0:tp_4201", + "v_0:tp_4202", + "v_0:tp_4203", + "v_0:tp_4204", + "v_0:tp_4205", + "v_0:tp_4206", + "v_0:tp_4207", + "v_0:tp_4208", + "v_0:tp_4209", + "v_0:tp_4210", + "v_0:tp_4211", + "v_0:tp_4212", + "v_0:tp_4213", + "v_0:tp_4214", + "v_0:tp_4215", + "v_0:tp_4216", + "v_0:tp_4217", + "v_0:tp_4218", + "v_0:tp_4219", + "v_0:tp_4220", + "v_0:tp_4221", + "v_0:tp_4222", + "v_0:tp_4223", + "v_0:tp_4224", + "v_0:tp_4225", + "v_0:tp_4226", + "v_0:tp_4227", + "v_0:tp_4228", + "v_0:tp_4229", + "v_0:tp_4230", + "v_0:tp_4231", + "v_0:tp_4232", + "v_0:tp_4233", + "v_0:tp_4234", + "v_0:tp_4235", + "v_0:tp_4236", + "v_0:tp_4237", + "v_0:tp_4238", + "v_0:tp_4239", + "v_0:tp_4240", + "v_0:tp_4241", + "v_0:tp_4242", + "v_0:tp_4243", + "v_0:tp_4244", + "v_0:tp_4245", + "v_0:tp_4246", + "v_0:tp_4247", + "v_0:tp_4248", + "v_0:tp_4249", + "v_0:tp_4250", + "v_0:tp_4251" + ], + "representatives": [ + "v_0:tp_4207" + ], + "id": "tf_4" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimeFrame/v5", + "properties": { + "label": "chyron", + "classification": { + "chyron": 0.21451516187775746 + }, + "targets": [ + "v_0:tp_5487", + "v_0:tp_5488", + "v_0:tp_5489", + "v_0:tp_5490", + "v_0:tp_5491", + "v_0:tp_5492", + "v_0:tp_5493", + "v_0:tp_5494", + "v_0:tp_5495", + "v_0:tp_5496", + "v_0:tp_5497", + "v_0:tp_5498", + "v_0:tp_5499", + "v_0:tp_5500", + "v_0:tp_5501", + "v_0:tp_5502", + "v_0:tp_5503", + "v_0:tp_5504", + "v_0:tp_5505", + "v_0:tp_5506", + "v_0:tp_5507", + "v_0:tp_5508", + "v_0:tp_5509", + "v_0:tp_5510", + "v_0:tp_5511", + "v_0:tp_5512", + "v_0:tp_5513", + "v_0:tp_5514", + "v_0:tp_5515", + "v_0:tp_5516", + "v_0:tp_5517", + "v_0:tp_5518", + "v_0:tp_5519", + "v_0:tp_5520", + "v_0:tp_5521", + "v_0:tp_5522", + "v_0:tp_5523", + "v_0:tp_5524", + "v_0:tp_5525", + "v_0:tp_5526", + "v_0:tp_5527", + "v_0:tp_5528" + ], + "representatives": [ + "v_0:tp_5489" + ], + "id": "tf_5" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimeFrame/v5", + "properties": { + "label": "chyron", + "classification": { + "chyron": 0.3088151031212571 + }, + "targets": [ + "v_0:tp_5602", + "v_0:tp_5603", + "v_0:tp_5604", + "v_0:tp_5605", + "v_0:tp_5606", + "v_0:tp_5607", + "v_0:tp_5608", + "v_0:tp_5609", + "v_0:tp_5610", + "v_0:tp_5611", + "v_0:tp_5612", + "v_0:tp_5613", + "v_0:tp_5614", + "v_0:tp_5615", + "v_0:tp_5616", + "v_0:tp_5617", + "v_0:tp_5618", + "v_0:tp_5619", + "v_0:tp_5620", + "v_0:tp_5621", + "v_0:tp_5622", + "v_0:tp_5623", + "v_0:tp_5624", + "v_0:tp_5625", + "v_0:tp_5626", + "v_0:tp_5627", + "v_0:tp_5628", + "v_0:tp_5629", + "v_0:tp_5630", + "v_0:tp_5631", + "v_0:tp_5632", + "v_0:tp_5633", + "v_0:tp_5634", + "v_0:tp_5635", + "v_0:tp_5636", + "v_0:tp_5637", + "v_0:tp_5638", + "v_0:tp_5639", + "v_0:tp_5640", + "v_0:tp_5641", + "v_0:tp_5642", + "v_0:tp_5643", + "v_0:tp_5644", + "v_0:tp_5645", + "v_0:tp_5646", + "v_0:tp_5647", + "v_0:tp_5648", + "v_0:tp_5649" + ], + "representatives": [ + "v_0:tp_5611" + ], + "id": "tf_6" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimeFrame/v5", + "properties": { + "label": "chyron", + "classification": { + "chyron": 0.25627873966839293 + }, + "targets": [ + "v_0:tp_6283", + "v_0:tp_6284", + "v_0:tp_6285", + "v_0:tp_6286", + "v_0:tp_6287", + "v_0:tp_6288", + "v_0:tp_6289", + "v_0:tp_6290", + "v_0:tp_6291", + "v_0:tp_6292", + "v_0:tp_6293", + "v_0:tp_6294", + "v_0:tp_6295", + "v_0:tp_6296", + "v_0:tp_6297", + "v_0:tp_6298", + "v_0:tp_6299", + "v_0:tp_6300", + "v_0:tp_6301", + "v_0:tp_6302", + "v_0:tp_6303", + "v_0:tp_6304", + "v_0:tp_6305", + "v_0:tp_6306", + "v_0:tp_6307", + "v_0:tp_6308", + "v_0:tp_6309", + "v_0:tp_6310", + "v_0:tp_6311", + "v_0:tp_6312", + "v_0:tp_6313", + "v_0:tp_6314", + "v_0:tp_6315", + "v_0:tp_6316", + "v_0:tp_6317", + "v_0:tp_6318", + "v_0:tp_6319", + "v_0:tp_6320", + "v_0:tp_6321", + "v_0:tp_6322", + "v_0:tp_6323", + "v_0:tp_6324", + "v_0:tp_6325", + "v_0:tp_6326", + "v_0:tp_6327", + "v_0:tp_6328", + "v_0:tp_6329", + "v_0:tp_6330", + "v_0:tp_6331", + "v_0:tp_6332", + "v_0:tp_6333", + "v_0:tp_6334", + "v_0:tp_6335", + "v_0:tp_6336", + "v_0:tp_6337", + "v_0:tp_6338", + "v_0:tp_6339", + "v_0:tp_6340", + "v_0:tp_6341", + "v_0:tp_6342", + "v_0:tp_6343", + "v_0:tp_6344", + "v_0:tp_6345", + "v_0:tp_6346", + "v_0:tp_6347", + "v_0:tp_6348", + "v_0:tp_6349", + "v_0:tp_6350" + ], + "representatives": [ + "v_0:tp_6324" + ], + "id": "tf_7" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimeFrame/v5", + "properties": { + "label": "chyron", + "classification": { + "chyron": 0.2016895240142155 + }, + "targets": [ + "v_0:tp_7532", + "v_0:tp_7533", + "v_0:tp_7534", + "v_0:tp_7535", + "v_0:tp_7536", + "v_0:tp_7537", + "v_0:tp_7538", + "v_0:tp_7539", + "v_0:tp_7540", + "v_0:tp_7541", + "v_0:tp_7542", + "v_0:tp_7543", + "v_0:tp_7544", + "v_0:tp_7545", + "v_0:tp_7546", + "v_0:tp_7547", + "v_0:tp_7548", + "v_0:tp_7549", + "v_0:tp_7550", + "v_0:tp_7551", + "v_0:tp_7552", + "v_0:tp_7553", + "v_0:tp_7554", + "v_0:tp_7555", + "v_0:tp_7556", + "v_0:tp_7557", + "v_0:tp_7558", + "v_0:tp_7559", + "v_0:tp_7560", + "v_0:tp_7561", + "v_0:tp_7562", + "v_0:tp_7563", + "v_0:tp_7564", + "v_0:tp_7565", + "v_0:tp_7566", + "v_0:tp_7567", + "v_0:tp_7568", + "v_0:tp_7569", + "v_0:tp_7570", + "v_0:tp_7571", + "v_0:tp_7572", + "v_0:tp_7573", + "v_0:tp_7574", + "v_0:tp_7575", + "v_0:tp_7576", + "v_0:tp_7577", + "v_0:tp_7578", + "v_0:tp_7579", + "v_0:tp_7580", + "v_0:tp_7581", + "v_0:tp_7582", + "v_0:tp_7583", + "v_0:tp_7584", + "v_0:tp_7585", + "v_0:tp_7586", + "v_0:tp_7587", + "v_0:tp_7588", + "v_0:tp_7589", + "v_0:tp_7590", + "v_0:tp_7591", + "v_0:tp_7592", + "v_0:tp_7593", + "v_0:tp_7594", + "v_0:tp_7595", + "v_0:tp_7596", + "v_0:tp_7597", + "v_0:tp_7598", + "v_0:tp_7599", + "v_0:tp_7600", + "v_0:tp_7601", + "v_0:tp_7602", + "v_0:tp_7603", + "v_0:tp_7604", + "v_0:tp_7605", + "v_0:tp_7606", + "v_0:tp_7607", + "v_0:tp_7608", + "v_0:tp_7609", + "v_0:tp_7610", + "v_0:tp_7611", + "v_0:tp_7612", + "v_0:tp_7613", + "v_0:tp_7614", + "v_0:tp_7615", + "v_0:tp_7616", + "v_0:tp_7617", + "v_0:tp_7618", + "v_0:tp_7619", + "v_0:tp_7620", + "v_0:tp_7621", + "v_0:tp_7622", + "v_0:tp_7623", + "v_0:tp_7624", + "v_0:tp_7625", + "v_0:tp_7626", + "v_0:tp_7627", + "v_0:tp_7628", + "v_0:tp_7629", + "v_0:tp_7630", + "v_0:tp_7631", + "v_0:tp_7632", + "v_0:tp_7633", + "v_0:tp_7634", + "v_0:tp_7635", + "v_0:tp_7636", + "v_0:tp_7637", + "v_0:tp_7638", + "v_0:tp_7639", + "v_0:tp_7640", + "v_0:tp_7641", + "v_0:tp_7642", + "v_0:tp_7643", + "v_0:tp_7644" + ], + "representatives": [ + "v_0:tp_7592" + ], + "id": "tf_8" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimeFrame/v5", + "properties": { + "label": "chyron", + "classification": { + "chyron": 0.3872849611077072 + }, + "targets": [ + "v_0:tp_7996", + "v_0:tp_7997", + "v_0:tp_7998", + "v_0:tp_7999", + "v_0:tp_8000", + "v_0:tp_8001", + "v_0:tp_8002", + "v_0:tp_8003", + "v_0:tp_8004", + "v_0:tp_8005", + "v_0:tp_8006", + "v_0:tp_8007", + "v_0:tp_8008", + "v_0:tp_8009", + "v_0:tp_8010", + "v_0:tp_8011", + "v_0:tp_8012", + "v_0:tp_8013", + "v_0:tp_8014", + "v_0:tp_8015", + "v_0:tp_8016", + "v_0:tp_8017", + "v_0:tp_8018", + "v_0:tp_8019", + "v_0:tp_8020", + "v_0:tp_8021", + "v_0:tp_8022", + "v_0:tp_8023", + "v_0:tp_8024", + "v_0:tp_8025", + "v_0:tp_8026", + "v_0:tp_8027", + "v_0:tp_8028", + "v_0:tp_8029", + "v_0:tp_8030", + "v_0:tp_8031", + "v_0:tp_8032", + "v_0:tp_8033", + "v_0:tp_8034", + "v_0:tp_8035", + "v_0:tp_8036", + "v_0:tp_8037", + "v_0:tp_8038", + "v_0:tp_8039", + "v_0:tp_8040" + ], + "representatives": [ + "v_0:tp_8004" + ], + "id": "tf_9" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimeFrame/v5", + "properties": { + "label": "chyron", + "classification": { + "chyron": 0.5137009386038571 + }, + "targets": [ + "v_0:tp_9395", + "v_0:tp_9396", + "v_0:tp_9397", + "v_0:tp_9398", + "v_0:tp_9399", + "v_0:tp_9400", + "v_0:tp_9401", + "v_0:tp_9402", + "v_0:tp_9403", + "v_0:tp_9404", + "v_0:tp_9405", + "v_0:tp_9406", + "v_0:tp_9407", + "v_0:tp_9408", + "v_0:tp_9409", + "v_0:tp_9410", + "v_0:tp_9411", + "v_0:tp_9412", + "v_0:tp_9413", + "v_0:tp_9414", + "v_0:tp_9415", + "v_0:tp_9416", + "v_0:tp_9417", + "v_0:tp_9418", + "v_0:tp_9419", + "v_0:tp_9420", + "v_0:tp_9421", + "v_0:tp_9422", + "v_0:tp_9423", + "v_0:tp_9424", + "v_0:tp_9425", + "v_0:tp_9426", + "v_0:tp_9427", + "v_0:tp_9428", + "v_0:tp_9429", + "v_0:tp_9430", + "v_0:tp_9431", + "v_0:tp_9432", + "v_0:tp_9433", + "v_0:tp_9434", + "v_0:tp_9435", + "v_0:tp_9436", + "v_0:tp_9437", + "v_0:tp_9438", + "v_0:tp_9439", + "v_0:tp_9440", + "v_0:tp_9441", + "v_0:tp_9442", + "v_0:tp_9443", + "v_0:tp_9444", + "v_0:tp_9445", + "v_0:tp_9446", + "v_0:tp_9447", + "v_0:tp_9448", + "v_0:tp_9449", + "v_0:tp_9450", + "v_0:tp_9451" + ], + "representatives": [ + "v_0:tp_9409" + ], + "id": "tf_10" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimeFrame/v5", + "properties": { + "label": "chyron", + "classification": { + "chyron": 0.7179102377472993 + }, + "targets": [ + "v_0:tp_10139", + "v_0:tp_10140", + "v_0:tp_10141", + "v_0:tp_10142", + "v_0:tp_10143", + "v_0:tp_10144", + "v_0:tp_10145", + "v_0:tp_10146", + "v_0:tp_10147", + "v_0:tp_10148", + "v_0:tp_10149", + "v_0:tp_10150", + "v_0:tp_10151", + "v_0:tp_10152", + "v_0:tp_10153", + "v_0:tp_10154", + "v_0:tp_10155", + "v_0:tp_10156", + "v_0:tp_10157", + "v_0:tp_10158", + "v_0:tp_10159", + "v_0:tp_10160", + "v_0:tp_10161", + "v_0:tp_10162", + "v_0:tp_10163", + "v_0:tp_10164", + "v_0:tp_10165", + "v_0:tp_10166", + "v_0:tp_10167", + "v_0:tp_10168", + "v_0:tp_10169", + "v_0:tp_10170", + "v_0:tp_10171", + "v_0:tp_10172" + ], + "representatives": [ + "v_0:tp_10156" + ], + "id": "tf_11" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimeFrame/v5", + "properties": { + "label": "chyron", + "classification": { + "chyron": 0.3733901852254002 + }, + "targets": [ + "v_0:tp_10824", + "v_0:tp_10825", + "v_0:tp_10826", + "v_0:tp_10827", + "v_0:tp_10828", + "v_0:tp_10829", + "v_0:tp_10830", + "v_0:tp_10831", + "v_0:tp_10832", + "v_0:tp_10833", + "v_0:tp_10834", + "v_0:tp_10835", + "v_0:tp_10836", + "v_0:tp_10837", + "v_0:tp_10838", + "v_0:tp_10839", + "v_0:tp_10840", + "v_0:tp_10841", + "v_0:tp_10842", + "v_0:tp_10843", + "v_0:tp_10844", + "v_0:tp_10845", + "v_0:tp_10846", + "v_0:tp_10847", + "v_0:tp_10848", + "v_0:tp_10849", + "v_0:tp_10850", + "v_0:tp_10851", + "v_0:tp_10852", + "v_0:tp_10853", + "v_0:tp_10854", + "v_0:tp_10855", + "v_0:tp_10856", + "v_0:tp_10857", + "v_0:tp_10858", + "v_0:tp_10859", + "v_0:tp_10860", + "v_0:tp_10861", + "v_0:tp_10862", + "v_0:tp_10863", + "v_0:tp_10864", + "v_0:tp_10865" + ], + "representatives": [ + "v_0:tp_10844" + ], + "id": "tf_12" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimeFrame/v5", + "properties": { + "label": "chyron", + "classification": { + "chyron": 0.24627588045559798 + }, + "targets": [ + "v_0:tp_11910", + "v_0:tp_11911", + "v_0:tp_11912", + "v_0:tp_11913", + "v_0:tp_11914", + "v_0:tp_11915", + "v_0:tp_11916", + "v_0:tp_11917", + "v_0:tp_11918", + "v_0:tp_11919", + "v_0:tp_11920", + "v_0:tp_11921", + "v_0:tp_11922", + "v_0:tp_11923", + "v_0:tp_11924", + "v_0:tp_11925", + "v_0:tp_11926", + "v_0:tp_11927", + "v_0:tp_11928", + "v_0:tp_11929", + "v_0:tp_11930", + "v_0:tp_11931", + "v_0:tp_11932", + "v_0:tp_11933", + "v_0:tp_11934", + "v_0:tp_11935", + "v_0:tp_11936", + "v_0:tp_11937", + "v_0:tp_11938", + "v_0:tp_11939", + "v_0:tp_11940", + "v_0:tp_11941", + "v_0:tp_11942", + "v_0:tp_11943", + "v_0:tp_11944", + "v_0:tp_11945", + "v_0:tp_11946", + "v_0:tp_11947", + "v_0:tp_11948", + "v_0:tp_11949", + "v_0:tp_11950", + "v_0:tp_11951", + "v_0:tp_11952", + "v_0:tp_11953", + "v_0:tp_11954", + "v_0:tp_11955", + "v_0:tp_11956" + ], + "representatives": [ + "v_0:tp_11940" + ], + "id": "tf_13" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimeFrame/v5", + "properties": { + "label": "chyron", + "classification": { + "chyron": 0.5135942189954221 + }, + "targets": [ + "v_0:tp_12064", + "v_0:tp_12065", + "v_0:tp_12066", + "v_0:tp_12067", + "v_0:tp_12068", + "v_0:tp_12069", + "v_0:tp_12070", + "v_0:tp_12071", + "v_0:tp_12072", + "v_0:tp_12073", + "v_0:tp_12074", + "v_0:tp_12075", + "v_0:tp_12076", + "v_0:tp_12077", + "v_0:tp_12078", + "v_0:tp_12079", + "v_0:tp_12080", + "v_0:tp_12081", + "v_0:tp_12082", + "v_0:tp_12083", + "v_0:tp_12084", + "v_0:tp_12085", + "v_0:tp_12086", + "v_0:tp_12087", + "v_0:tp_12088", + "v_0:tp_12089", + "v_0:tp_12090", + "v_0:tp_12091", + "v_0:tp_12092", + "v_0:tp_12093", + "v_0:tp_12094", + "v_0:tp_12095", + "v_0:tp_12096", + "v_0:tp_12097", + "v_0:tp_12098", + "v_0:tp_12099", + "v_0:tp_12100", + "v_0:tp_12101", + "v_0:tp_12102", + "v_0:tp_12103", + "v_0:tp_12104", + "v_0:tp_12105", + "v_0:tp_12106", + "v_0:tp_12107" + ], + "representatives": [ + "v_0:tp_12066" + ], + "id": "tf_14" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimeFrame/v5", + "properties": { + "label": "chyron", + "classification": { + "chyron": 0.3079718498651076 + }, + "targets": [ + "v_0:tp_13981", + "v_0:tp_13982", + "v_0:tp_13983", + "v_0:tp_13984", + "v_0:tp_13985", + "v_0:tp_13986", + "v_0:tp_13987", + "v_0:tp_13988", + "v_0:tp_13989", + "v_0:tp_13990", + "v_0:tp_13991", + "v_0:tp_13992", + "v_0:tp_13993", + "v_0:tp_13994", + "v_0:tp_13995", + "v_0:tp_13996", + "v_0:tp_13997", + "v_0:tp_13998", + "v_0:tp_13999", + "v_0:tp_14000", + "v_0:tp_14001", + "v_0:tp_14002", + "v_0:tp_14003", + "v_0:tp_14004", + "v_0:tp_14005", + "v_0:tp_14006", + "v_0:tp_14007", + "v_0:tp_14008", + "v_0:tp_14009", + "v_0:tp_14010", + "v_0:tp_14011", + "v_0:tp_14012", + "v_0:tp_14013", + "v_0:tp_14014", + "v_0:tp_14015", + "v_0:tp_14016", + "v_0:tp_14017", + "v_0:tp_14018", + "v_0:tp_14019", + "v_0:tp_14020", + "v_0:tp_14021", + "v_0:tp_14022", + "v_0:tp_14023", + "v_0:tp_14024", + "v_0:tp_14025", + "v_0:tp_14026", + "v_0:tp_14027", + "v_0:tp_14028", + "v_0:tp_14029", + "v_0:tp_14030", + "v_0:tp_14031", + "v_0:tp_14032", + "v_0:tp_14033", + "v_0:tp_14034" + ], + "representatives": [ + "v_0:tp_14010" + ], + "id": "tf_15" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimeFrame/v5", + "properties": { + "label": "chyron", + "classification": { + "chyron": 0.511528750794918 + }, + "targets": [ + "v_0:tp_17218", + "v_0:tp_17219", + "v_0:tp_17220", + "v_0:tp_17221", + "v_0:tp_17222", + "v_0:tp_17223", + "v_0:tp_17224", + "v_0:tp_17225", + "v_0:tp_17226", + "v_0:tp_17227", + "v_0:tp_17228", + "v_0:tp_17229", + "v_0:tp_17230", + "v_0:tp_17231", + "v_0:tp_17232", + "v_0:tp_17233", + "v_0:tp_17234", + "v_0:tp_17235", + "v_0:tp_17236", + "v_0:tp_17237", + "v_0:tp_17238", + "v_0:tp_17239", + "v_0:tp_17240", + "v_0:tp_17241", + "v_0:tp_17242", + "v_0:tp_17243", + "v_0:tp_17244", + "v_0:tp_17245", + "v_0:tp_17246", + "v_0:tp_17247", + "v_0:tp_17248", + "v_0:tp_17249", + "v_0:tp_17250", + "v_0:tp_17251", + "v_0:tp_17252", + "v_0:tp_17253", + "v_0:tp_17254", + "v_0:tp_17255", + "v_0:tp_17256", + "v_0:tp_17257", + "v_0:tp_17258", + "v_0:tp_17259", + "v_0:tp_17260" + ], + "representatives": [ + "v_0:tp_17240" + ], + "id": "tf_16" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimeFrame/v5", + "properties": { + "label": "chyron", + "classification": { + "chyron": 0.4812601383919606 + }, + "targets": [ + "v_0:tp_18161", + "v_0:tp_18162", + "v_0:tp_18163", + "v_0:tp_18164", + "v_0:tp_18165", + "v_0:tp_18166", + "v_0:tp_18167", + "v_0:tp_18168", + "v_0:tp_18169", + "v_0:tp_18170", + "v_0:tp_18171", + "v_0:tp_18172", + "v_0:tp_18173", + "v_0:tp_18174", + "v_0:tp_18175", + "v_0:tp_18176", + "v_0:tp_18177", + "v_0:tp_18178", + "v_0:tp_18179", + "v_0:tp_18180", + "v_0:tp_18181", + "v_0:tp_18182", + "v_0:tp_18183", + "v_0:tp_18184", + "v_0:tp_18185", + "v_0:tp_18186", + "v_0:tp_18187", + "v_0:tp_18188", + "v_0:tp_18189", + "v_0:tp_18190", + "v_0:tp_18191", + "v_0:tp_18192", + "v_0:tp_18193", + "v_0:tp_18194", + "v_0:tp_18195", + "v_0:tp_18196", + "v_0:tp_18197", + "v_0:tp_18198", + "v_0:tp_18199", + "v_0:tp_18200", + "v_0:tp_18201", + "v_0:tp_18202" + ], + "representatives": [ + "v_0:tp_18173" + ], + "id": "tf_17" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimeFrame/v5", + "properties": { + "label": "chyron", + "classification": { + "chyron": 0.23554897709523204 + }, + "targets": [ + "v_0:tp_19852", + "v_0:tp_19853", + "v_0:tp_19854", + "v_0:tp_19855", + "v_0:tp_19856", + "v_0:tp_19857", + "v_0:tp_19858", + "v_0:tp_19859", + "v_0:tp_19860", + "v_0:tp_19861", + "v_0:tp_19862", + "v_0:tp_19863", + "v_0:tp_19864", + "v_0:tp_19865", + "v_0:tp_19866", + "v_0:tp_19867", + "v_0:tp_19868", + "v_0:tp_19869", + "v_0:tp_19870", + "v_0:tp_19871", + "v_0:tp_19872", + "v_0:tp_19873", + "v_0:tp_19874", + "v_0:tp_19875", + "v_0:tp_19876", + "v_0:tp_19877", + "v_0:tp_19878", + "v_0:tp_19879", + "v_0:tp_19880", + "v_0:tp_19881", + "v_0:tp_19882", + "v_0:tp_19883", + "v_0:tp_19884", + "v_0:tp_19885", + "v_0:tp_19886", + "v_0:tp_19887", + "v_0:tp_19888", + "v_0:tp_19889", + "v_0:tp_19890", + "v_0:tp_19891", + "v_0:tp_19892", + "v_0:tp_19893", + "v_0:tp_19894", + "v_0:tp_19895", + "v_0:tp_19896", + "v_0:tp_19897", + "v_0:tp_19898", + "v_0:tp_19899", + "v_0:tp_19900", + "v_0:tp_19901", + "v_0:tp_19902", + "v_0:tp_19903", + "v_0:tp_19904", + "v_0:tp_19905", + "v_0:tp_19906", + "v_0:tp_19907", + "v_0:tp_19908", + "v_0:tp_19909", + "v_0:tp_19910", + "v_0:tp_19911", + "v_0:tp_19912", + "v_0:tp_19913", + "v_0:tp_19914", + "v_0:tp_19915", + "v_0:tp_19916", + "v_0:tp_19917", + "v_0:tp_19918", + "v_0:tp_19919", + "v_0:tp_19920", + "v_0:tp_19921", + "v_0:tp_19922", + "v_0:tp_19923", + "v_0:tp_19924", + "v_0:tp_19925", + "v_0:tp_19926", + "v_0:tp_19927", + "v_0:tp_19928", + "v_0:tp_19929", + "v_0:tp_19930", + "v_0:tp_19931", + "v_0:tp_19932", + "v_0:tp_19933", + "v_0:tp_19934", + "v_0:tp_19935", + "v_0:tp_19936", + "v_0:tp_19937", + "v_0:tp_19938", + "v_0:tp_19939", + "v_0:tp_19940", + "v_0:tp_19941", + "v_0:tp_19942", + "v_0:tp_19943", + "v_0:tp_19944", + "v_0:tp_19945", + "v_0:tp_19946", + "v_0:tp_19947", + "v_0:tp_19948", + "v_0:tp_19949", + "v_0:tp_19950", + "v_0:tp_19951", + "v_0:tp_19952", + "v_0:tp_19953", + "v_0:tp_19954", + "v_0:tp_19955", + "v_0:tp_19956", + "v_0:tp_19957", + "v_0:tp_19958", + "v_0:tp_19959", + "v_0:tp_19960", + "v_0:tp_19961", + "v_0:tp_19962", + "v_0:tp_19963", + "v_0:tp_19964", + "v_0:tp_19965", + "v_0:tp_19966", + "v_0:tp_19967", + "v_0:tp_19968", + "v_0:tp_19969", + "v_0:tp_19970", + "v_0:tp_19971", + "v_0:tp_19972", + "v_0:tp_19973", + "v_0:tp_19974", + "v_0:tp_19975", + "v_0:tp_19976", + "v_0:tp_19977", + "v_0:tp_19978", + "v_0:tp_19979", + "v_0:tp_19980", + "v_0:tp_19981", + "v_0:tp_19982", + "v_0:tp_19983", + "v_0:tp_19984", + "v_0:tp_19985", + "v_0:tp_19986", + "v_0:tp_19987", + "v_0:tp_19988", + "v_0:tp_19989", + "v_0:tp_19990", + "v_0:tp_19991", + "v_0:tp_19992", + "v_0:tp_19993", + "v_0:tp_19994", + "v_0:tp_19995", + "v_0:tp_19996", + "v_0:tp_19997", + "v_0:tp_19998", + "v_0:tp_19999", + "v_0:tp_20000", + "v_0:tp_20001", + "v_0:tp_20002", + "v_0:tp_20003", + "v_0:tp_20004", + "v_0:tp_20005", + "v_0:tp_20006", + "v_0:tp_20007", + "v_0:tp_20008", + "v_0:tp_20009", + "v_0:tp_20010", + "v_0:tp_20011", + "v_0:tp_20012" + ], + "representatives": [ + "v_0:tp_19901" + ], + "id": "tf_18" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimeFrame/v5", + "properties": { + "label": "chyron", + "classification": { + "chyron": 0.20259613994435752 + }, + "targets": [ + "v_0:tp_20919", + "v_0:tp_20920", + "v_0:tp_20921", + "v_0:tp_20922", + "v_0:tp_20923", + "v_0:tp_20924", + "v_0:tp_20925", + "v_0:tp_20926", + "v_0:tp_20927", + "v_0:tp_20928", + "v_0:tp_20929", + "v_0:tp_20930", + "v_0:tp_20931", + "v_0:tp_20932", + "v_0:tp_20933", + "v_0:tp_20934", + "v_0:tp_20935", + "v_0:tp_20936", + "v_0:tp_20937", + "v_0:tp_20938", + "v_0:tp_20939", + "v_0:tp_20940", + "v_0:tp_20941", + "v_0:tp_20942", + "v_0:tp_20943", + "v_0:tp_20944", + "v_0:tp_20945", + "v_0:tp_20946", + "v_0:tp_20947", + "v_0:tp_20948", + "v_0:tp_20949" + ], + "representatives": [ + "v_0:tp_20939" + ], + "id": "tf_19" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimeFrame/v5", + "properties": { + "label": "chyron", + "classification": { + "chyron": 0.20852119880562117 + }, + "targets": [ + "v_0:tp_22608", + "v_0:tp_22609", + "v_0:tp_22610", + "v_0:tp_22611", + "v_0:tp_22612", + "v_0:tp_22613", + "v_0:tp_22614", + "v_0:tp_22615", + "v_0:tp_22616", + "v_0:tp_22617", + "v_0:tp_22618", + "v_0:tp_22619", + "v_0:tp_22620", + "v_0:tp_22621", + "v_0:tp_22622", + "v_0:tp_22623", + "v_0:tp_22624", + "v_0:tp_22625", + "v_0:tp_22626", + "v_0:tp_22627", + "v_0:tp_22628", + "v_0:tp_22629", + "v_0:tp_22630", + "v_0:tp_22631", + "v_0:tp_22632", + "v_0:tp_22633", + "v_0:tp_22634", + "v_0:tp_22635", + "v_0:tp_22636", + "v_0:tp_22637", + "v_0:tp_22638", + "v_0:tp_22639", + "v_0:tp_22640", + "v_0:tp_22641", + "v_0:tp_22642", + "v_0:tp_22643", + "v_0:tp_22644", + "v_0:tp_22645", + "v_0:tp_22646", + "v_0:tp_22647", + "v_0:tp_22648", + "v_0:tp_22649", + "v_0:tp_22650", + "v_0:tp_22651", + "v_0:tp_22652", + "v_0:tp_22653", + "v_0:tp_22654", + "v_0:tp_22655", + "v_0:tp_22656", + "v_0:tp_22657", + "v_0:tp_22658", + "v_0:tp_22659", + "v_0:tp_22660", + "v_0:tp_22661", + "v_0:tp_22662", + "v_0:tp_22663" + ], + "representatives": [ + "v_0:tp_22649" + ], + "id": "tf_20" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimeFrame/v5", + "properties": { + "label": "chyron", + "classification": { + "chyron": 0.5883204161059544 + }, + "targets": [ + "v_0:tp_23210", + "v_0:tp_23211", + "v_0:tp_23212", + "v_0:tp_23213", + "v_0:tp_23214", + "v_0:tp_23215", + "v_0:tp_23216", + "v_0:tp_23217", + "v_0:tp_23218", + "v_0:tp_23219", + "v_0:tp_23220", + "v_0:tp_23221", + "v_0:tp_23222", + "v_0:tp_23223", + "v_0:tp_23224", + "v_0:tp_23225", + "v_0:tp_23226", + "v_0:tp_23227", + "v_0:tp_23228", + "v_0:tp_23229", + "v_0:tp_23230", + "v_0:tp_23231", + "v_0:tp_23232", + "v_0:tp_23233", + "v_0:tp_23234", + "v_0:tp_23235", + "v_0:tp_23236", + "v_0:tp_23237", + "v_0:tp_23238", + "v_0:tp_23239", + "v_0:tp_23240", + "v_0:tp_23241", + "v_0:tp_23242", + "v_0:tp_23243", + "v_0:tp_23244", + "v_0:tp_23245", + "v_0:tp_23246", + "v_0:tp_23247", + "v_0:tp_23248", + "v_0:tp_23249", + "v_0:tp_23250", + "v_0:tp_23251", + "v_0:tp_23252" + ], + "representatives": [ + "v_0:tp_23232" + ], + "id": "tf_21" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimeFrame/v5", + "properties": { + "label": "chyron", + "classification": { + "chyron": 0.4644236432854839 + }, + "targets": [ + "v_0:tp_27201", + "v_0:tp_27202", + "v_0:tp_27203", + "v_0:tp_27204", + "v_0:tp_27205", + "v_0:tp_27206", + "v_0:tp_27207", + "v_0:tp_27208", + "v_0:tp_27209", + "v_0:tp_27210", + "v_0:tp_27211", + "v_0:tp_27212", + "v_0:tp_27213", + "v_0:tp_27214", + "v_0:tp_27215", + "v_0:tp_27216", + "v_0:tp_27217", + "v_0:tp_27218", + "v_0:tp_27219", + "v_0:tp_27220", + "v_0:tp_27221", + "v_0:tp_27222", + "v_0:tp_27223", + "v_0:tp_27224", + "v_0:tp_27225", + "v_0:tp_27226", + "v_0:tp_27227", + "v_0:tp_27228", + "v_0:tp_27229", + "v_0:tp_27230", + "v_0:tp_27231", + "v_0:tp_27232", + "v_0:tp_27233", + "v_0:tp_27234", + "v_0:tp_27235", + "v_0:tp_27236", + "v_0:tp_27237", + "v_0:tp_27238", + "v_0:tp_27239", + "v_0:tp_27240", + "v_0:tp_27241", + "v_0:tp_27242", + "v_0:tp_27243", + "v_0:tp_27244", + "v_0:tp_27245", + "v_0:tp_27246", + "v_0:tp_27247", + "v_0:tp_27248", + "v_0:tp_27249", + "v_0:tp_27250", + "v_0:tp_27251", + "v_0:tp_27252", + "v_0:tp_27253", + "v_0:tp_27254", + "v_0:tp_27255", + "v_0:tp_27256", + "v_0:tp_27257", + "v_0:tp_27258" + ], + "representatives": [ + "v_0:tp_27206" + ], + "id": "tf_22" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimeFrame/v5", + "properties": { + "label": "chyron", + "classification": { + "chyron": 0.24135314755767467 + }, + "targets": [ + "v_0:tp_27326", + "v_0:tp_27327", + "v_0:tp_27328", + "v_0:tp_27329", + "v_0:tp_27330", + "v_0:tp_27331", + "v_0:tp_27332", + "v_0:tp_27333", + "v_0:tp_27334", + "v_0:tp_27335", + "v_0:tp_27336", + "v_0:tp_27337", + "v_0:tp_27338", + "v_0:tp_27339", + "v_0:tp_27340", + "v_0:tp_27341" + ], + "representatives": [ + "v_0:tp_27329" + ], + "id": "tf_23" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/TimeFrame/v5", + "properties": { + "label": "chyron", + "classification": { + "chyron": 0.6458877592730632 + }, + "targets": [ + "v_0:tp_28687", + "v_0:tp_28688", + "v_0:tp_28689", + "v_0:tp_28690", + "v_0:tp_28691", + "v_0:tp_28692", + "v_0:tp_28693", + "v_0:tp_28694", + "v_0:tp_28695", + "v_0:tp_28696", + "v_0:tp_28697", + "v_0:tp_28698", + "v_0:tp_28699", + "v_0:tp_28700", + "v_0:tp_28701", + "v_0:tp_28702", + "v_0:tp_28703", + "v_0:tp_28704", + "v_0:tp_28705", + "v_0:tp_28706", + "v_0:tp_28707", + "v_0:tp_28708", + "v_0:tp_28709", + "v_0:tp_28710", + "v_0:tp_28711", + "v_0:tp_28712", + "v_0:tp_28713", + "v_0:tp_28714", + "v_0:tp_28715", + "v_0:tp_28716", + "v_0:tp_28717", + "v_0:tp_28718", + "v_0:tp_28719", + "v_0:tp_28720", + "v_0:tp_28721", + "v_0:tp_28722", + "v_0:tp_28723" + ], + "representatives": [ + "v_0:tp_28704" + ], + "id": "tf_24" + } + }, + { + "@type": "http://mmif.clams.ai/vocabulary/Annotation/v5", + "properties": { + "fps": 29.97, + "frameCount": 114688.0, + "duration": 3826760.0, + "durationTimeUnit": "milliseconds", + "id": "a_1" + } + } + ] + }, + { + "id": "v_2", + "metadata": { + "timestamp": "2025-04-20T23:39:14.316144", + "app": "http://apps.clams.ai/swt-detection/v7.4", + "parameters": { + "useClassifier": "true", + "tpModelName": "convnext_small", + "tpUsePosModel": "true", + "tpStartAt": "0", + "tpStopAt": "9000000", + "tpSampleRate": "125", + "useStitcher": "true", + "tfMinTPScore": "0.05", + "tfMinTFScore": "0.2", + "tfMinTFDuration": "1900", + "tfAllowOverlap": "false", + "tfLabelMap": "['I:chyron', 'Y:chyron', 'N:chyron']", + "tfLabelMapPreset": "nopreset", + "pretty": "true" + }, + "appConfiguration": { + "useClassifier": true, + "tpModelName": "convnext_small", + "tpUsePosModel": true, + "tpStartAt": 0, + "tpStopAt": 9000000, + "tpSampleRate": 125, + "useStitcher": true, + "tfMinTPScore": 0.05, + "tfMinTFScore": 0.2, + "tfMinTFDuration": 1900, + "tfAllowOverlap": false, + "tfDynamicSceneLabels": [ + "credit", + "credits" + ], + "tfLabelMap": { + "I": "chyron", + "Y": "chyron", + "N": "chyron" + }, + "tfLabelMapPreset": "nopreset", + "pretty": true, + "runningTime": false, + "hwFetch": false + }, + "warnings": [ + "{message : UserWarning('Frame #114688 (3826.7600934267602s) could not be read from the video m1.'), category : 'UserWarning', filename : '/usr/local/lib/python3.8/site-packages/mmif/utils/video_document_helper.py', lineno : 94, line : None}" + ] + }, + "annotations": [] + } + ] +} \ No newline at end of file